diff --git a/.gitignore b/.gitignore index c6bba59..5fe2ca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,130 +1,11 @@ -# Logs -logs +.DS_Store +node_modules +.yo-rc.json *.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* -.pnpm-debug.log* - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional stylelint cache -.stylelintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variable files -.env -.env.development.local -.env.test.local -.env.production.local -.env.local - -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache - -# Next.js build output -.next -out - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# vuepress v2.x temp and cache directory -.temp -.cache - -# Docusaurus cache and generated files -.docusaurus - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* +gulptasks/upload.js +downloads/* +.eslintignore +.eslintrc +.tern-project +dist/* +dist \ No newline at end of file diff --git a/README.md b/README.md index 51467ea..d367da9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,99 @@ -# blackdesert-somethinglovely-map -Famme's BDO Tools - somethinglovely.net -For source, check back tomorrow! +# Famme's BDO Tools + +### somethinglovely.net by Famme (Discord: fffam) + +An interactive map for Black Desert Online. The website has been sunset as a result of not being in a position to stay current with game updates. + +Horses, crates & tradepack tools are just embeds for the following jsfiddle pages: + +* **Horse Calculator:** https://jsfiddle.net/fffam/k5z99cus/embedded/result/ +* **Crate Calculator:** https://jsfiddle.net/fffam/8Ldoz5wz/embedded/result/ +* **Tradepack Reference:** https://jsfiddle.net/fffam/pL6us4kd/embedded/result/ + +All code & original assets are to be considered MIT-licensed (images within `horses` & `icons` are copyright Pearl Abyss Corp). You may use any of the code, or rehost the website in its entirety. + +
+ +## Installation + +* Download the map tiles https://mega.nz/file/ThJA3BRD#KD-6R8Lm8d9MRZsl21BSe2HMrlpi72B9iMIKcRsoTs8 (100MB) +* Host map tiles somewhere. +* Clone repo +* `npm install` +* Search project for somethinglovely.net and replace with your own path to where your map tiles are being served from +* If serving to the public, put it behind a cache (CloudFlare free tier works fine). + +To run locally: + +* `gulp` + +To build (into dist folder): + +* `gulp build` + +## Updating data + +The data is all in [data.json](src/data.json). Nodes are listed in custom object format, all other layers are in standard GeoJSON FeatureCollection format. Should all be pretty obvious once prettified. + +## Updating map tiles + +https://mega.nz/file/7t5yBTpb#kG8wK4gp6JKZf4W-qreqPQ8l9m0RdaowxDHBLk0rV8o (3.9GB) and https://mega.nz/file/b4pz3CBD#Fr9EWgL77kpCe2Iteai0lZhuS36YTJKaUt1NLw5f0BI (58KB). + +#### Time estimates: + +* 5 mins work +* 1 hour wait to extract tiles +* 10 mins work (more if you need to install WSL/bash) +* 6 hour wait to convert to giant singular map png +* 30 mins to combine in photoshop +* 2 hour to split into leaflet tiles + +#### Steps: + +1. Download latest PAZ files (i.e. just patch game) +2. Get paz_browser from BDO Data/PazExtractor and put it in BDO paz folder +3. Run it and Search > mapdata_realexplore then extract mapdata_realexplore.xml and mapdata_realexplore2.xml +4. Run it and extract `rader*.dds` (search `rader*.dds`, then press A to select all) +5. Wait for extraction to finish (ETA: 60 minutes, set an alert) +6. Put all of the dds map tiles into a folder called 'rader' +7. Copy the 5 radar script files (radar-combine.sh, radar-combine-fast.sh, radar-convert.sh, radar-getbounds.js and radar-sort.js) into the folder above 'rader' +8. In linux (probably WSL - https://docs.microsoft.com/en-us/windows/wsl/install-win10), make sure imagemagick is installed (sudo apt-get update followed by sudo apt-get install imagemagick) +9. Increase the width/height/disk/memory limits in the ImageMagick policy.xml (probably in /etc/ImageMagick-6/). Change width/height from 16KP to 256KP. Change Memory from 256MiB to 16GiB. Change Disk to 16GiB. + +10. Create the empty folders alongside rader: +* rader-sorted +* rader-slices + +11. Put the blank.png in the same folder as radar-sort.sh + +12. In bash, run the scripts in the following order (or chain execute them with &&): +`radar-convert.sh` (converts the dds texture files to png. ETA: 20m) +`radar-sort.sh` (copies the png tiles to a folder with new names that are 0-indexed.) ETA: 30m) +`radar-combine-fast.sh` (uses imagemagick's montage to stitch the tiles together. ETA: 4 hours, run it overnight) +**NOTES:** +radar-getbounds.js is just to check the map grid bounds +radar-combine-fast.sh is slow, but its just faster than the other version because it combines the tiles in strips as an intermediate step + +13. Open Map (Combined).psb in photoshop + +14. With the `map_{DATE}` layer selected, go Layer > Smart Objects > Relink to File and select the new map.png that was created from step 11. The original linked image path will probably be broken by default. + +15. Adjust the layer mask for the `map` layer, and for the Ocean Overlay layer to make the map look good. Then save the file (Ctrl-S), then also export the file as a 100% JPEG (File > Save a Copy... > Select JPEG) and save as map.jpg + +16. Run the slicer script to convert to leaflet map tiles: +`./magick-slicer.sh map.jpg` + +17. [OPTIONAL BUT ADVISED] Once sliced, optimise the filesizes of the tiles (using ImageOptim on OSX or an equivalent tool on Linux/Win) +`find ./Map_files -type f -iname \*jpg -print0 | xargs -0 -t -n 100 /Applications/ImageOptim\ 2.app/Contents/MacOS/ImageOptim` + +18. compress the files into a tarball +`mv ./Map_files tiles-new` +`tar -zcvf tiles-new.tar.gz tiles-new` + +19. Upload tarbarll to server, then ssh into server and unpack the tarball +`scp tiles-new.tar.gz username@somethinglovely.net:/home/www/somethinglovely.net/bdo` +`tar xzvf tiles-new.tar.gz` + +20. swap the old tiles for the new ones +`mv tiles2 tiles2-old && mv tiles-new tiles2` \ No newline at end of file diff --git a/crates/index.html b/crates/index.html new file mode 100644 index 0000000..ec0da9d --- /dev/null +++ b/crates/index.html @@ -0,0 +1,121 @@ + + + + + + 📦 Crate Calculator — Famme's BDO Tools + + + + + + + +
+ + +
+ + + diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..11acaaa --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,149 @@ +var gulp = require('gulp'); +var runSequence = require('run-sequence'); +var webpack = require('webpack'); +var notify = require('gulp-notify'); +var rm = require('rimraf'); +var imagemin = require('gulp-imagemin'); +var scsslint = require('gulp-scss-lint'); + +//http://www.browsersync.cn/docs/recipes/ +var browserSync = require('browser-sync').create(); +var reload = browserSync.reload; +var src = './src/'; +var dest = './dist/'; +var homepage = 'index.html'; + +var config = { + src: src, + dest: dest, + webServer: { + server: './dist', + index: homepage, + port: 3000, + logLevel: 'debug', + logPrefix: 'JHW', + open: true, + files: [dest + '/*.js', './index.html'] + }, + scss: { + src: src + '**/*.scss' + }, + script: { + entry: { + 'entry': src + 'main.js' + }, + output: { + path: dest, //js + filename: 'bundle.js' + }, + sourceMap: true, + watch: src + '**/*.js' + }, + html: { + watchHome: homepage, + watchAll: src + '**/*.html' + } +} + +var webpackConfig = require('./webpack.config')(config); +gulp.task('webpack', function(cb) { + webpack(webpackConfig, function(err, stats) { + if (err) { + handleErrors(); + console.error(stats); + } + if (stats.compilation.errors.length) { + console.error(stats.compilation.errors[0].toString()); + } + cb(); + }); +}); + +gulp.task('img:dev', ['clean'], function() { + return gulp.src([src + '/images/**']) + .pipe(watch()) + .pipe(reload()); +}); + +gulp.task('img', ['clean'], function() { + return gulp.src([src + '/images/**']) + .pipe(imagemin()) + .pipe(gulp.dest(dest + '/images')); +}); + +function handleErrors() { + var args = Array.prototype.slice.call(arguments); + notify.onError({ + title: 'compile error', + message: '<%= error.message %>' + }).apply(this, args); + this.emit('end'); +} + +gulp.task('web-server', ['build'],function() { + browserSync.init(config.webServer); +}); + +gulp.task('watch', ['web-server'], function() { + gulp.watch(config.script.watch, ['webpack']).on('change', reload); + gulp.watch(config.scss.src, ['webpack']).on('change', reload); + gulp.watch(config.src + '/**/*.vue', ['webpack']).on('change', reload); + gulp.watch(config.html.watchHome, ['html']).on('change', reload); + gulp.watch(config.html.watchAll, ['html']).on('change', reload); +}); + +gulp.task('scss-lint', function() { + return gulp.src(src+'**/*.scss') + .pipe(scsslint({ + 'config': 'scsslint.yml', + })); +}); + +gulp.task('static', function() { + return gulp.src([src + 'static/**']) + .pipe(gulp.dest(dest + 'static')); +}); + +gulp.task('datajson', function() { + return gulp.src([src + 'data.json']) + .pipe(gulp.dest(dest)); +}); + +gulp.task('gatheringdata', function() { + return gulp.src([src + 'gathering/**']) + .pipe(gulp.dest(dest + 'gathering')); +}); + +gulp.task('icons', function() { + return gulp.src([src + 'icons/**']) + .pipe(gulp.dest(dest + 'icons')); +}); + +gulp.task('html', function() { + return gulp.src([src + '**/*.html']) + .pipe(gulp.dest(dest)); +}); + +gulp.task('clean', function(next) { + rm(dest, function() { + next(); + }); +}); + +gulp.task('default', ['watch']); +gulp.task('run', ['watch']); + +gulp.task('build', function(callback) { + runSequence('clean', 'img', 'webpack', 'static', 'datajson', 'gatheringdata', 'icons', 'html',callback); +}); + +gulp.task( 'download-images', function() { + var data = require('./scripts/download-images'); +}); + +// Require extra gulp tasks +try { + require('./gulptasks/upload.js')(gulp); +} catch(err) { + // Don't error if we don't have extra tasks, they're only for deploy right now +} diff --git a/horses/img/1A.png b/horses/img/1A.png new file mode 100644 index 0000000..7c0290c Binary files /dev/null and b/horses/img/1A.png differ diff --git a/horses/img/1B.png b/horses/img/1B.png new file mode 100644 index 0000000..db4b920 Binary files /dev/null and b/horses/img/1B.png differ diff --git a/horses/img/2A.png b/horses/img/2A.png new file mode 100644 index 0000000..69181eb Binary files /dev/null and b/horses/img/2A.png differ diff --git a/horses/img/2B.png b/horses/img/2B.png new file mode 100644 index 0000000..e00b4b5 Binary files /dev/null and b/horses/img/2B.png differ diff --git a/horses/img/2C.png b/horses/img/2C.png new file mode 100644 index 0000000..f5adbe7 Binary files /dev/null and b/horses/img/2C.png differ diff --git a/horses/img/2D.png b/horses/img/2D.png new file mode 100644 index 0000000..73265f3 Binary files /dev/null and b/horses/img/2D.png differ diff --git a/horses/img/3A.png b/horses/img/3A.png new file mode 100644 index 0000000..3dde957 Binary files /dev/null and b/horses/img/3A.png differ diff --git a/horses/img/3B.png b/horses/img/3B.png new file mode 100644 index 0000000..8ddcfea Binary files /dev/null and b/horses/img/3B.png differ diff --git a/horses/img/3C.png b/horses/img/3C.png new file mode 100644 index 0000000..84a24ae Binary files /dev/null and b/horses/img/3C.png differ diff --git a/horses/img/3D.png b/horses/img/3D.png new file mode 100644 index 0000000..3dc493e Binary files /dev/null and b/horses/img/3D.png differ diff --git a/horses/img/3E.png b/horses/img/3E.png new file mode 100644 index 0000000..8eeae61 Binary files /dev/null and b/horses/img/3E.png differ diff --git a/horses/img/3F.png b/horses/img/3F.png new file mode 100644 index 0000000..4246ef6 Binary files /dev/null and b/horses/img/3F.png differ diff --git a/horses/img/4A.png b/horses/img/4A.png new file mode 100644 index 0000000..ea8e56a Binary files /dev/null and b/horses/img/4A.png differ diff --git a/horses/img/4B.png b/horses/img/4B.png new file mode 100644 index 0000000..f8eb562 Binary files /dev/null and b/horses/img/4B.png differ diff --git a/horses/img/4C.png b/horses/img/4C.png new file mode 100644 index 0000000..c79b2ee Binary files /dev/null and b/horses/img/4C.png differ diff --git a/horses/img/4D.png b/horses/img/4D.png new file mode 100644 index 0000000..6c2462f Binary files /dev/null and b/horses/img/4D.png differ diff --git a/horses/img/4E.png b/horses/img/4E.png new file mode 100644 index 0000000..ad24d6a Binary files /dev/null and b/horses/img/4E.png differ diff --git a/horses/img/4F.png b/horses/img/4F.png new file mode 100644 index 0000000..63d6438 Binary files /dev/null and b/horses/img/4F.png differ diff --git a/horses/img/4G.png b/horses/img/4G.png new file mode 100644 index 0000000..7a0ae74 Binary files /dev/null and b/horses/img/4G.png differ diff --git a/horses/img/4H.png b/horses/img/4H.png new file mode 100644 index 0000000..719b8ea Binary files /dev/null and b/horses/img/4H.png differ diff --git a/horses/img/4I.png b/horses/img/4I.png new file mode 100644 index 0000000..c45702a Binary files /dev/null and b/horses/img/4I.png differ diff --git a/horses/img/4J.png b/horses/img/4J.png new file mode 100644 index 0000000..e12756b Binary files /dev/null and b/horses/img/4J.png differ diff --git a/horses/img/4K.png b/horses/img/4K.png new file mode 100644 index 0000000..bf5821c Binary files /dev/null and b/horses/img/4K.png differ diff --git a/horses/img/4L.png b/horses/img/4L.png new file mode 100644 index 0000000..9affa66 Binary files /dev/null and b/horses/img/4L.png differ diff --git a/horses/img/4M.png b/horses/img/4M.png new file mode 100644 index 0000000..c00c1e5 Binary files /dev/null and b/horses/img/4M.png differ diff --git a/horses/img/4N.png b/horses/img/4N.png new file mode 100644 index 0000000..55301c2 Binary files /dev/null and b/horses/img/4N.png differ diff --git a/horses/img/4O.png b/horses/img/4O.png new file mode 100644 index 0000000..d1222b9 Binary files /dev/null and b/horses/img/4O.png differ diff --git a/horses/img/4P.png b/horses/img/4P.png new file mode 100644 index 0000000..31b565e Binary files /dev/null and b/horses/img/4P.png differ diff --git a/horses/img/4Q.png b/horses/img/4Q.png new file mode 100644 index 0000000..5237fbc Binary files /dev/null and b/horses/img/4Q.png differ diff --git a/horses/img/5A.png b/horses/img/5A.png new file mode 100644 index 0000000..8286d0e Binary files /dev/null and b/horses/img/5A.png differ diff --git a/horses/img/5B.png b/horses/img/5B.png new file mode 100644 index 0000000..15de4fc Binary files /dev/null and b/horses/img/5B.png differ diff --git a/horses/img/5C.png b/horses/img/5C.png new file mode 100644 index 0000000..8d20154 Binary files /dev/null and b/horses/img/5C.png differ diff --git a/horses/img/5D.png b/horses/img/5D.png new file mode 100644 index 0000000..f42a144 Binary files /dev/null and b/horses/img/5D.png differ diff --git a/horses/img/5E.png b/horses/img/5E.png new file mode 100644 index 0000000..eea385f Binary files /dev/null and b/horses/img/5E.png differ diff --git a/horses/img/5F.png b/horses/img/5F.png new file mode 100644 index 0000000..1b3982a Binary files /dev/null and b/horses/img/5F.png differ diff --git a/horses/img/5G.png b/horses/img/5G.png new file mode 100644 index 0000000..a8441db Binary files /dev/null and b/horses/img/5G.png differ diff --git a/horses/img/5H.png b/horses/img/5H.png new file mode 100644 index 0000000..19e07db Binary files /dev/null and b/horses/img/5H.png differ diff --git a/horses/img/5I.png b/horses/img/5I.png new file mode 100644 index 0000000..d77cafd Binary files /dev/null and b/horses/img/5I.png differ diff --git a/horses/img/5J.png b/horses/img/5J.png new file mode 100644 index 0000000..d5bf68b Binary files /dev/null and b/horses/img/5J.png differ diff --git a/horses/img/5K.png b/horses/img/5K.png new file mode 100644 index 0000000..59513f8 Binary files /dev/null and b/horses/img/5K.png differ diff --git a/horses/img/5L.png b/horses/img/5L.png new file mode 100644 index 0000000..d81a49c Binary files /dev/null and b/horses/img/5L.png differ diff --git a/horses/img/5M.png b/horses/img/5M.png new file mode 100644 index 0000000..181a0a8 Binary files /dev/null and b/horses/img/5M.png differ diff --git a/horses/img/5N.png b/horses/img/5N.png new file mode 100644 index 0000000..9f234ff Binary files /dev/null and b/horses/img/5N.png differ diff --git a/horses/img/5O.png b/horses/img/5O.png new file mode 100644 index 0000000..ca4a5b0 Binary files /dev/null and b/horses/img/5O.png differ diff --git a/horses/img/6A.png b/horses/img/6A.png new file mode 100644 index 0000000..2ca1de3 Binary files /dev/null and b/horses/img/6A.png differ diff --git a/horses/img/6B.png b/horses/img/6B.png new file mode 100644 index 0000000..253e50d Binary files /dev/null and b/horses/img/6B.png differ diff --git a/horses/img/6C.png b/horses/img/6C.png new file mode 100644 index 0000000..b58c234 Binary files /dev/null and b/horses/img/6C.png differ diff --git a/horses/img/6D.png b/horses/img/6D.png new file mode 100644 index 0000000..84733f3 Binary files /dev/null and b/horses/img/6D.png differ diff --git a/horses/img/6E.png b/horses/img/6E.png new file mode 100644 index 0000000..4b458c8 Binary files /dev/null and b/horses/img/6E.png differ diff --git a/horses/img/6F.png b/horses/img/6F.png new file mode 100644 index 0000000..33a0911 Binary files /dev/null and b/horses/img/6F.png differ diff --git a/horses/img/6G.png b/horses/img/6G.png new file mode 100644 index 0000000..cf78555 Binary files /dev/null and b/horses/img/6G.png differ diff --git a/horses/img/6H.png b/horses/img/6H.png new file mode 100644 index 0000000..57a6487 Binary files /dev/null and b/horses/img/6H.png differ diff --git a/horses/img/6I.png b/horses/img/6I.png new file mode 100644 index 0000000..da60a19 Binary files /dev/null and b/horses/img/6I.png differ diff --git a/horses/img/6J.png b/horses/img/6J.png new file mode 100644 index 0000000..2f17dfd Binary files /dev/null and b/horses/img/6J.png differ diff --git a/horses/img/6K.png b/horses/img/6K.png new file mode 100644 index 0000000..50c6cc1 Binary files /dev/null and b/horses/img/6K.png differ diff --git a/horses/img/6L.png b/horses/img/6L.png new file mode 100644 index 0000000..91e1321 Binary files /dev/null and b/horses/img/6L.png differ diff --git a/horses/img/6M.png b/horses/img/6M.png new file mode 100644 index 0000000..b6fabdc Binary files /dev/null and b/horses/img/6M.png differ diff --git a/horses/img/6N.png b/horses/img/6N.png new file mode 100644 index 0000000..52f4fb2 Binary files /dev/null and b/horses/img/6N.png differ diff --git a/horses/img/6O.png b/horses/img/6O.png new file mode 100644 index 0000000..48c25a5 Binary files /dev/null and b/horses/img/6O.png differ diff --git a/horses/img/6P.png b/horses/img/6P.png new file mode 100644 index 0000000..756b9b3 Binary files /dev/null and b/horses/img/6P.png differ diff --git a/horses/img/6Q.png b/horses/img/6Q.png new file mode 100644 index 0000000..14a7428 Binary files /dev/null and b/horses/img/6Q.png differ diff --git a/horses/img/6R.png b/horses/img/6R.png new file mode 100644 index 0000000..e15956e Binary files /dev/null and b/horses/img/6R.png differ diff --git a/horses/img/6S.png b/horses/img/6S.png new file mode 100644 index 0000000..f150600 Binary files /dev/null and b/horses/img/6S.png differ diff --git a/horses/img/6T.png b/horses/img/6T.png new file mode 100644 index 0000000..1e2033e Binary files /dev/null and b/horses/img/6T.png differ diff --git a/horses/img/6U.png b/horses/img/6U.png new file mode 100644 index 0000000..decc7a4 Binary files /dev/null and b/horses/img/6U.png differ diff --git a/horses/img/7A.png b/horses/img/7A.png new file mode 100644 index 0000000..bd68768 Binary files /dev/null and b/horses/img/7A.png differ diff --git a/horses/img/7B.png b/horses/img/7B.png new file mode 100644 index 0000000..cd68d45 Binary files /dev/null and b/horses/img/7B.png differ diff --git a/horses/img/7C.png b/horses/img/7C.png new file mode 100644 index 0000000..1a7fea6 Binary files /dev/null and b/horses/img/7C.png differ diff --git a/horses/img/7D.png b/horses/img/7D.png new file mode 100644 index 0000000..a97a90a Binary files /dev/null and b/horses/img/7D.png differ diff --git a/horses/img/7E.png b/horses/img/7E.png new file mode 100644 index 0000000..071a5c6 Binary files /dev/null and b/horses/img/7E.png differ diff --git a/horses/img/7G.png b/horses/img/7G.png new file mode 100644 index 0000000..3b0a699 Binary files /dev/null and b/horses/img/7G.png differ diff --git a/horses/img/7H.png b/horses/img/7H.png new file mode 100644 index 0000000..9bd5040 Binary files /dev/null and b/horses/img/7H.png differ diff --git a/horses/img/7I.png b/horses/img/7I.png new file mode 100644 index 0000000..f4bf2d3 Binary files /dev/null and b/horses/img/7I.png differ diff --git a/horses/img/7J.png b/horses/img/7J.png new file mode 100644 index 0000000..1acddf1 Binary files /dev/null and b/horses/img/7J.png differ diff --git a/horses/img/8A.png b/horses/img/8A.png new file mode 100644 index 0000000..1cf6eb4 Binary files /dev/null and b/horses/img/8A.png differ diff --git a/horses/img/8B.png b/horses/img/8B.png new file mode 100644 index 0000000..3806968 Binary files /dev/null and b/horses/img/8B.png differ diff --git a/horses/img/8C.png b/horses/img/8C.png new file mode 100644 index 0000000..14cbd1a Binary files /dev/null and b/horses/img/8C.png differ diff --git a/horses/img/8D.png b/horses/img/8D.png new file mode 100644 index 0000000..935f6ad Binary files /dev/null and b/horses/img/8D.png differ diff --git a/horses/img/8E.png b/horses/img/8E.png new file mode 100644 index 0000000..8fd7551 Binary files /dev/null and b/horses/img/8E.png differ diff --git a/horses/img/9A.png b/horses/img/9A.png new file mode 100644 index 0000000..f036b4c Binary files /dev/null and b/horses/img/9A.png differ diff --git a/horses/img/9A2.png b/horses/img/9A2.png new file mode 100644 index 0000000..eeb1056 Binary files /dev/null and b/horses/img/9A2.png differ diff --git a/horses/img/9B.png b/horses/img/9B.png new file mode 100644 index 0000000..1788227 Binary files /dev/null and b/horses/img/9B.png differ diff --git a/horses/img/9C.png b/horses/img/9C.png new file mode 100644 index 0000000..c0880f0 Binary files /dev/null and b/horses/img/9C.png differ diff --git a/horses/index.html b/horses/index.html new file mode 100644 index 0000000..898f926 --- /dev/null +++ b/horses/index.html @@ -0,0 +1,117 @@ + + + + + + 🐎 Horse Calculator — Famme's BDO Tools + + + + + + + +
+ + +
+ + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..2d00d8e --- /dev/null +++ b/package-lock.json @@ -0,0 +1,15591 @@ +{ + "name": "mwBlog", + "version": "0.0.1", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "abab": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/abab/-/abab-1.0.3.tgz", + "integrity": "sha1-uB3l9ydOxOdW15fNg08wNkJyTl0=", + "dev": true, + "optional": true + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "accepts": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz", + "integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=", + "dev": true, + "requires": { + "mime-types": "~2.1.16", + "negotiator": "0.6.1" + }, + "dependencies": { + "mime-db": { + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", + "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", + "dev": true + }, + "mime-types": { + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", + "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", + "dev": true, + "requires": { + "mime-db": "~1.30.0" + } + } + } + }, + "acorn": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.1.0.tgz", + "integrity": "sha1-55ooHCOYPMwHlHGoSYZgZ+fwxpM=", + "dev": true + }, + "acorn-globals": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz", + "integrity": "sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=", + "dev": true, + "optional": true, + "requires": { + "acorn": "^2.1.0" + }, + "dependencies": { + "acorn": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", + "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=", + "dev": true, + "optional": true + } + } + }, + "acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "requires": { + "acorn": "^3.0.4" + } + }, + "after": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", + "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=", + "dev": true + }, + "agent-base": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.0.tgz", + "integrity": "sha512-c+R/U5X+2zz2+UCrCFv6odQzJdoqI+YecuhnAJLa1zYaMc13zPfwMwZrr91Pd1DYNo/yPRbiM4WVf9whgwFsIg==", + "dev": true, + "optional": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "ajv": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", + "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", + "dev": true, + "requires": { + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" + }, + "dependencies": { + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + } + } + }, + "align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "dev": true, + "requires": { + "kind-of": "^3.0.2", + "longest": "^1.0.1", + "repeat-string": "^1.5.2" + } + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", + "dev": true + }, + "amdefine": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz", + "integrity": "sha1-/RdHRwDLXMnCtwnwvp0jzjwZjDM=" + }, + "ansi-cyan": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz", + "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=", + "dev": true, + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-escapes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "dev": true + }, + "ansi-red": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz", + "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=", + "dev": true, + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz", + "integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=", + "dev": true + }, + "ansicolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz", + "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=", + "dev": true + }, + "anymatch": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", + "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", + "dev": true, + "requires": { + "micromatch": "^2.1.5", + "normalize-path": "^2.0.0" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "archive-type": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz", + "integrity": "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y=", + "dev": true, + "requires": { + "file-type": "^3.1.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "dev": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", + "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "argparse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz", + "integrity": "sha1-wolQZIBVeBDxSovGLXoG9j7X+VE=", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arr-diff": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", + "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", + "dev": true, + "requires": { + "arr-flatten": "^1.0.1" + } + }, + "arr-flatten": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz", + "integrity": "sha1-5f/lTUXhnzLyFukeuZyM6JK7YEs=", + "dev": true + }, + "arr-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz", + "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=", + "dev": true + }, + "array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", + "dev": true + }, + "array-find-index": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz", + "integrity": "sha1-C8Jd2slB7IpJauJY/UrBiAA+868=", + "dev": true + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "dev": true + }, + "array-slice": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", + "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=", + "dev": true + }, + "array-union": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.1.tgz", + "integrity": "sha1-TUEPyDlcskdjcSS63p4/VH1dVfI=", + "dev": true, + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.2.tgz", + "integrity": "sha1-X8w3OSB3VyPP1k1lxkvvU7+eum0=", + "dev": true + }, + "array-unique": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true + }, + "arraybuffer.slice": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==", + "dev": true + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true + }, + "asn1": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz", + "integrity": "sha1-VZvhg3bQik7E2+gId9J4GGObLfc=", + "dev": true + }, + "asn1.js": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.2.tgz", + "integrity": "sha512-b/OsSjvWEo8Pi8H0zsDd2P6Uqo2TK2pH8gNLSJtNLM2Db0v2QaAZ0pBQJXVjAn4gBuugeVDr7s63ZogpUIwWDg==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "assert": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", + "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", + "dev": true, + "requires": { + "util": "0.10.3" + } + }, + "assert-plus": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz", + "integrity": "sha1-7nQAlBMALYTOxyGcasgRgS5yMWA=", + "dev": true + }, + "ast-types": { + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz", + "integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=" + }, + "async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "dev": true, + "requires": { + "lodash": "^4.14.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + } + } + }, + "async-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", + "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=", + "dev": true + }, + "async-each-series": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", + "integrity": "sha1-dhfBkXQB/Yykooqtzj266Yr+tDI=", + "dev": true + }, + "async-foreach": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", + "dev": true + }, + "async-limiter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "autoprefixer": { + "version": "6.7.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz", + "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=", + "dev": true, + "requires": { + "browserslist": "^1.7.6", + "caniuse-db": "^1.0.30000634", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^5.2.16", + "postcss-value-parser": "^3.2.3" + }, + "dependencies": { + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "dev": true, + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "aws-sign2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "dev": true + }, + "aws4": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", + "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", + "dev": true + }, + "babel-code-frame": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.8.0.tgz", + "integrity": "sha1-fNpTGJHhsgjgzAget52H2TKmW38=", + "dev": true, + "requires": { + "babel-runtime": "^6.0.0", + "chalk": "^1.1.0", + "esutils": "^2.0.2", + "js-tokens": "^1.0.2" + } + }, + "babel-core": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz", + "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.0", + "debug": "^2.6.8", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.7", + "slash": "^1.0.0", + "source-map": "^0.5.6" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "convert-source-map": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz", + "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-eslint": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-6.1.2.tgz", + "integrity": "sha1-UpNBn+NnLWZZjTJ9qWlFZ7pqXy8=", + "dev": true, + "requires": { + "babel-traverse": "^6.0.20", + "babel-types": "^6.0.19", + "babylon": "^6.0.18", + "lodash.assign": "^4.0.0", + "lodash.pickby": "^4.0.0" + } + }, + "babel-generator": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.0.tgz", + "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=", + "dev": true, + "requires": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.6", + "trim-right": "^1.0.1" + }, + "dependencies": { + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-builder-react-jsx": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz", + "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "esutils": "^2.0.2" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-call-delegate": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz", + "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", + "dev": true, + "requires": { + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-define-map": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz", + "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", + "dev": true, + "requires": { + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-function-name": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz", + "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", + "dev": true, + "requires": { + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-get-function-arity": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz", + "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-hoist-variables": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz", + "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-optimise-call-expression": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz", + "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-regex": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz", + "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helper-replace-supers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz", + "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", + "dev": true, + "requires": { + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-helpers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", + "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-loader": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-6.4.1.tgz", + "integrity": "sha1-CzQRLVsHSKjc2/Uaz2+b1C1QuMo=", + "dev": true, + "requires": { + "find-cache-dir": "^0.1.1", + "loader-utils": "^0.2.16", + "mkdirp": "^0.5.1", + "object-assign": "^4.0.1" + }, + "dependencies": { + "loader-utils": { + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", + "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" + } + } + } + }, + "babel-messages": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz", + "integrity": "sha1-v1BHNsqWfm1l7wrbWipflHyODrk=", + "dev": true, + "requires": { + "babel-runtime": "^6.0.0" + } + }, + "babel-plugin-check-es2015-constants": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz", + "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-syntax-flow": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz", + "integrity": "sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=", + "dev": true + }, + "babel-plugin-syntax-jsx": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", + "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=", + "dev": true + }, + "babel-plugin-transform-es2015-arrow-functions": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz", + "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-block-scoped-functions": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz", + "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-block-scoping": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz", + "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-classes": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz", + "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", + "dev": true, + "requires": { + "babel-helper-define-map": "^6.24.1", + "babel-helper-function-name": "^6.24.1", + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-helper-replace-supers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-computed-properties": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz", + "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-destructuring": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz", + "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-duplicate-keys": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz", + "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-for-of": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz", + "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-function-name": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz", + "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", + "dev": true, + "requires": { + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-literals": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz", + "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-modules-amd": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz", + "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", + "dev": true, + "requires": { + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-modules-commonjs": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz", + "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=", + "dev": true, + "requires": { + "babel-plugin-transform-strict-mode": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-modules-systemjs": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz", + "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", + "dev": true, + "requires": { + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-modules-umd": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz", + "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", + "dev": true, + "requires": { + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-object-super": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz", + "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", + "dev": true, + "requires": { + "babel-helper-replace-supers": "^6.24.1", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-parameters": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz", + "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", + "dev": true, + "requires": { + "babel-helper-call-delegate": "^6.24.1", + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-shorthand-properties": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz", + "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-spread": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz", + "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-sticky-regex": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz", + "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", + "dev": true, + "requires": { + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-plugin-transform-es2015-template-literals": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz", + "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-typeof-symbol": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz", + "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-unicode-regex": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz", + "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", + "dev": true, + "requires": { + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "regexpu-core": "^2.0.0" + } + }, + "babel-plugin-transform-flow-strip-types": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz", + "integrity": "sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=", + "dev": true, + "requires": { + "babel-plugin-syntax-flow": "^6.18.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-react-display-name": { + "version": "6.25.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz", + "integrity": "sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-react-jsx": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz", + "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=", + "dev": true, + "requires": { + "babel-helper-builder-react-jsx": "^6.24.1", + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-react-jsx-self": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz", + "integrity": "sha1-322AqdomEqEh5t3XVYvL7PBuY24=", + "dev": true, + "requires": { + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-react-jsx-source": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz", + "integrity": "sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=", + "dev": true, + "requires": { + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-regenerator": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz", + "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", + "dev": true, + "requires": { + "regenerator-transform": "^0.10.0" + } + }, + "babel-plugin-transform-runtime": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz", + "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-strict-mode": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz", + "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-preset-es2015": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz", + "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=", + "dev": true, + "requires": { + "babel-plugin-check-es2015-constants": "^6.22.0", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoping": "^6.24.1", + "babel-plugin-transform-es2015-classes": "^6.24.1", + "babel-plugin-transform-es2015-computed-properties": "^6.24.1", + "babel-plugin-transform-es2015-destructuring": "^6.22.0", + "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1", + "babel-plugin-transform-es2015-for-of": "^6.22.0", + "babel-plugin-transform-es2015-function-name": "^6.24.1", + "babel-plugin-transform-es2015-literals": "^6.22.0", + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-umd": "^6.24.1", + "babel-plugin-transform-es2015-object-super": "^6.24.1", + "babel-plugin-transform-es2015-parameters": "^6.24.1", + "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", + "babel-plugin-transform-es2015-spread": "^6.22.0", + "babel-plugin-transform-es2015-sticky-regex": "^6.24.1", + "babel-plugin-transform-es2015-template-literals": "^6.22.0", + "babel-plugin-transform-es2015-typeof-symbol": "^6.22.0", + "babel-plugin-transform-es2015-unicode-regex": "^6.24.1", + "babel-plugin-transform-regenerator": "^6.24.1" + } + }, + "babel-preset-flow": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz", + "integrity": "sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=", + "dev": true, + "requires": { + "babel-plugin-transform-flow-strip-types": "^6.22.0" + } + }, + "babel-preset-react": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz", + "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=", + "dev": true, + "requires": { + "babel-plugin-syntax-jsx": "^6.3.13", + "babel-plugin-transform-react-display-name": "^6.23.0", + "babel-plugin-transform-react-jsx": "^6.24.1", + "babel-plugin-transform-react-jsx-self": "^6.22.0", + "babel-plugin-transform-react-jsx-source": "^6.22.0", + "babel-preset-flow": "^6.23.0" + } + }, + "babel-register": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", + "dev": true, + "requires": { + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + } + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dev": true, + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" + }, + "dependencies": { + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "dev": true, + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "dev": true, + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", + "dev": true + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "babel-traverse": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.9.0.tgz", + "integrity": "sha1-Zlazgox6qXpyrUSYXvssNhmpNWY=", + "dev": true, + "requires": { + "babel-code-frame": "^6.8.0", + "babel-messages": "^6.8.0", + "babel-runtime": "^6.9.0", + "babel-types": "^6.9.0", + "babylon": "^6.7.0", + "debug": "^2.2.0", + "globals": "^8.3.0", + "invariant": "^2.2.0", + "lodash": "^4.2.0" + } + }, + "babel-types": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.9.0.tgz", + "integrity": "sha1-h8muzjwpR8yh6fnAPzDMh5Ik/jw=", + "dev": true, + "requires": { + "babel-runtime": "^6.9.0", + "babel-traverse": "^6.9.0", + "esutils": "^2.0.2", + "lodash": "^4.2.0", + "to-fast-properties": "^1.0.1" + } + }, + "babylon": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.0.tgz", + "integrity": "sha1-wQV/e/cDYg3ATdtpzVmt6WG4fLA=", + "dev": true, + "requires": { + "babel-runtime": "^6.0.0" + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", + "dev": true + }, + "balanced-match": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", + "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" + }, + "base62": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/base62/-/base62-1.2.1.tgz", + "integrity": "sha512-xVtfFHNPUzpCNHygpXFGMlDk3saxXLQcOOQzAAk6ibvlAHgT6WKXLv9rMFhcyEK1n9LuDmp/LxyGW/Fm9L8++g==" + }, + "base64-arraybuffer": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", + "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", + "dev": true + }, + "base64-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz", + "integrity": "sha512-dwVUVIXsBZXwTuwnXI9RK8sBmgq09NDHzyR9SAph9eqk76gKK2JSQmZARC2zRC81JC2QTtxD0ARU5qTS25gIGw==", + "dev": true + }, + "base64id": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", + "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", + "dev": true + }, + "batch": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.5.3.tgz", + "integrity": "sha1-PzQU84AyF0O/wQQvmoP/HVgk1GQ=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "dev": true, + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "beeper": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.0.tgz", + "integrity": "sha1-nub8HOf1T+qs585zWIsFYDeGaiw=", + "dev": true + }, + "better-assert": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", + "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", + "dev": true, + "requires": { + "callsite": "1.0.0" + } + }, + "big.js": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz", + "integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg=", + "dev": true + }, + "bin-build": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/bin-build/-/bin-build-2.2.0.tgz", + "integrity": "sha1-EfjdYfcP/Por3KpbRvXo/t1CIcw=", + "dev": true, + "optional": true, + "requires": { + "archive-type": "^3.0.1", + "decompress": "^3.0.0", + "download": "^4.1.2", + "exec-series": "^1.0.0", + "rimraf": "^2.2.6", + "tempfile": "^1.0.0", + "url-regex": "^3.0.0" + } + }, + "bin-check": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-2.0.0.tgz", + "integrity": "sha1-hvjm9CU4k99g3DFpV/WvAqywWTA=", + "dev": true, + "optional": true, + "requires": { + "executable": "^1.0.0" + } + }, + "bin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz", + "integrity": "sha1-nrSY7m/Xb3q5p8FgQ2+JV5Q1144=", + "dev": true, + "optional": true, + "requires": { + "find-versions": "^1.0.0" + } + }, + "bin-version-check": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz", + "integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=", + "dev": true, + "optional": true, + "requires": { + "bin-version": "^1.0.0", + "minimist": "^1.1.0", + "semver": "^4.0.3", + "semver-truncate": "^1.0.0" + }, + "dependencies": { + "semver": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", + "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", + "dev": true, + "optional": true + } + } + }, + "bin-wrapper": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-3.0.2.tgz", + "integrity": "sha1-Z9MwYmLksaXy+I7iNGT2plVneus=", + "dev": true, + "optional": true, + "requires": { + "bin-check": "^2.0.0", + "bin-version-check": "^2.1.0", + "download": "^4.0.0", + "each-async": "^1.1.1", + "lazy-req": "^1.0.0", + "os-filter-obj": "^1.0.0" + } + }, + "binary-extensions": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", + "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=", + "dev": true + }, + "bl": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz", + "integrity": "sha1-/FQhoo/UImA2w7OJGmaiW8ZNIm4=", + "dev": true, + "requires": { + "readable-stream": "~2.0.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" + } + } + } + }, + "blob": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", + "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=", + "dev": true + }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "dev": true, + "requires": { + "inherits": "~2.0.0" + } + }, + "bluebird": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz", + "integrity": "sha1-KLhHk1qLtW1/8cfro2MbCdWkmyQ=", + "dev": true + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "dev": true + }, + "body-parser": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz", + "integrity": "sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ=", + "dev": true, + "requires": { + "bytes": "3.0.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.1", + "http-errors": "~1.6.2", + "iconv-lite": "0.4.19", + "on-finished": "~2.3.0", + "qs": "6.5.1", + "raw-body": "2.3.2", + "type-is": "~1.6.15" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", + "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", + "dev": true, + "requires": { + "depd": "1.1.1", + "inherits": "2.0.3", + "setprototypeof": "1.0.3", + "statuses": ">= 1.3.1 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "qs": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", + "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", + "dev": true + }, + "setprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", + "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=", + "dev": true + } + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "boom": { + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "dev": true, + "requires": { + "hoek": "2.x.x" + } + }, + "brace-expansion": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz", + "integrity": "sha1-cZfX6qm4fmSDkOph/GbIRCdCDfk=", + "requires": { + "balanced-match": "^0.4.1", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", + "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", + "dev": true, + "requires": { + "expand-range": "^1.8.1", + "preserve": "^0.2.0", + "repeat-element": "^1.1.2" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "browser-sync": { + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.23.1.tgz", + "integrity": "sha512-NKlkRzDK1e44ptr01GxWtoEC00YSnr5N2kEIk6zoCfQTxLYypiAh0uTNqAMz/n+jQe4MHmd4gjGdR7OReg1yxw==", + "dev": true, + "requires": { + "browser-sync-ui": "v1.0.1", + "bs-recipes": "1.3.4", + "chokidar": "1.7.0", + "connect": "3.5.0", + "connect-history-api-fallback": "^1.5.0", + "dev-ip": "^1.0.1", + "easy-extender": "2.3.2", + "eazy-logger": "3.0.2", + "emitter-steward": "^1.0.0", + "etag": "^1.8.1", + "fresh": "^0.5.2", + "fs-extra": "3.0.1", + "http-proxy": "1.15.2", + "immutable": "3.8.1", + "localtunnel": "1.8.3", + "micromatch": "2.3.11", + "opn": "4.0.2", + "portscanner": "2.1.1", + "qs": "6.2.1", + "resp-modifier": "6.0.2", + "rx": "4.1.0", + "serve-index": "1.8.0", + "serve-static": "1.12.2", + "server-destroy": "1.0.1", + "socket.io": "2.0.4", + "ua-parser-js": "0.7.12", + "yargs": "6.4.0" + }, + "dependencies": { + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "requires": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + } + } + } + }, + "browser-sync-ui": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-1.0.1.tgz", + "integrity": "sha512-RIxmwVVcUFhRd1zxp7m2FfLnXHf59x4Gtj8HFwTA//3VgYI3AKkaQAuDL8KDJnE59XqCshxZa13JYuIWtZlKQg==", + "dev": true, + "requires": { + "async-each-series": "0.1.1", + "connect-history-api-fallback": "^1.1.0", + "immutable": "^3.7.6", + "server-destroy": "1.0.1", + "socket.io-client": "2.0.4", + "stream-throttle": "^0.1.3" + } + }, + "browserify-aes": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz", + "integrity": "sha512-UGnTYAnB2a3YuYKIRy1/4FB2HdM866E0qC46JXvVTYKlBlZlnvfpSfY6OKfXZAkv70eJ2a1SqzpAo5CRhZGDFg==", + "dev": true, + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz", + "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=", + "dev": true, + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz", + "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", + "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "dev": true, + "requires": { + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" + } + }, + "browserify-zlib": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", + "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=", + "dev": true, + "requires": { + "pako": "~0.2.0" + } + }, + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "dev": true, + "requires": { + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" + } + }, + "bs-recipes": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz", + "integrity": "sha1-DS1NSKcYyMBEdp/cT4lZLci2lYU=", + "dev": true + }, + "buffer": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", + "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", + "dev": true, + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-shims": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", + "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", + "dev": true + }, + "buffer-to-vinyl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-to-vinyl/-/buffer-to-vinyl-1.1.0.tgz", + "integrity": "sha1-APFfruOreh3aLN5tkSG//dB7ImI=", + "dev": true, + "requires": { + "file-type": "^3.1.0", + "readable-stream": "^2.0.2", + "uuid": "^2.0.1", + "vinyl": "^1.0.0" + }, + "dependencies": { + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "dev": true + }, + "caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "requires": { + "callsites": "^0.2.0" + } + }, + "callsite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", + "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", + "dev": true + }, + "callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true + }, + "camel-case": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", + "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", + "dev": true, + "requires": { + "no-case": "^2.2.0", + "upper-case": "^1.1.1" + } + }, + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + }, + "dependencies": { + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + } + } + }, + "caniuse-db": { + "version": "1.0.30000784", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000784.tgz", + "integrity": "sha1-G+lQEtlInHcZB0+BruV9vf/mNhs=", + "dev": true + }, + "capture-stack-trace": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", + "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=", + "dev": true + }, + "cardinal": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz", + "integrity": "sha1-ANX2YdvUqr/ffUHOSKWlm8o1opE=", + "dev": true, + "requires": { + "ansicolors": "~0.2.1", + "redeyed": "~0.5.0" + } + }, + "caseless": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", + "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", + "dev": true + }, + "caw": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/caw/-/caw-1.2.0.tgz", + "integrity": "sha1-/7Im/n78VHKI3GLuPpcHPCEtEDQ=", + "dev": true, + "requires": { + "get-proxy": "^1.0.1", + "is-obj": "^1.0.0", + "object-assign": "^3.0.0", + "tunnel-agent": "^0.4.0" + }, + "dependencies": { + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + } + } + }, + "center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "dev": true, + "requires": { + "align-text": "^0.1.3", + "lazy-cache": "^1.0.3" + } + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "change-case": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/change-case/-/change-case-3.0.1.tgz", + "integrity": "sha1-7l9a0EFa0a2egHLPSc1M+nZgpVQ=", + "dev": true, + "requires": { + "camel-case": "^3.0.0", + "constant-case": "^2.0.0", + "dot-case": "^2.1.0", + "header-case": "^1.0.0", + "is-lower-case": "^1.1.0", + "is-upper-case": "^1.1.0", + "lower-case": "^1.1.1", + "lower-case-first": "^1.0.0", + "no-case": "^2.2.0", + "param-case": "^2.1.0", + "pascal-case": "^2.0.0", + "path-case": "^2.1.0", + "sentence-case": "^2.1.0", + "snake-case": "^2.1.0", + "swap-case": "^1.1.0", + "title-case": "^2.1.0", + "upper-case": "^1.1.1", + "upper-case-first": "^1.1.0" + } + }, + "cheerio": { + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz", + "integrity": "sha1-XHEPK6uVZTJyhCugHG6mGzVF7DU=", + "dev": true, + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "~3.8.1", + "jsdom": "^7.0.2", + "lodash": "^4.1.0" + }, + "dependencies": { + "htmlparser2": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=", + "dev": true, + "requires": { + "domelementtype": "1", + "domhandler": "2.3", + "domutils": "1.5", + "entities": "1.0", + "readable-stream": "1.1" + }, + "dependencies": { + "entities": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", + "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=", + "dev": true + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + } + } + }, + "chokidar": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", + "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", + "dev": true, + "requires": { + "anymatch": "^1.3.0", + "async-each": "^1.0.0", + "fsevents": "^1.0.0", + "glob-parent": "^2.0.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^2.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clap": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/clap/-/clap-1.1.1.tgz", + "integrity": "sha1-qKk+C/t1gawZnE8AGlUlpyTOaW0=", + "dev": true, + "requires": { + "chalk": "^1.1.3" + } + }, + "clean-css": { + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz", + "integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=", + "dev": true, + "requires": { + "source-map": "0.5.x" + } + }, + "cli": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz", + "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=", + "dev": true, + "requires": { + "exit": "0.1.2", + "glob": "^7.1.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "cli-cursor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", + "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "dev": true, + "requires": { + "restore-cursor": "^1.0.1" + } + }, + "cli-table": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz", + "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=", + "dev": true, + "requires": { + "colors": "1.0.3" + }, + "dependencies": { + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "dev": true + } + } + }, + "cli-usage": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/cli-usage/-/cli-usage-0.1.2.tgz", + "integrity": "sha1-SXwg6vEuwneTk6m/rCJcX2y5FS0=", + "dev": true, + "requires": { + "marked": "^0.3.2", + "marked-terminal": "^1.6.1", + "minimist": "^0.2.0" + }, + "dependencies": { + "minimist": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz", + "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=", + "dev": true + } + } + }, + "cli-width": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz", + "integrity": "sha1-sjTKIJsp72b8UY2bmNWEewDt8Ao=", + "dev": true + }, + "clipboard-js": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/clipboard-js/-/clipboard-js-0.3.6.tgz", + "integrity": "sha512-hyrmvbrYCeRBHdiR3KrEz0tmrUTXXEU8HLeGW0Y0icUSwYmAsmc+d6wfE4EDb/TxZmAVJG0eTfMlulCIT+ecfw==" + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "clone": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz", + "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=", + "dev": true + }, + "clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=", + "dev": true + }, + "clone-stats": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", + "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", + "dev": true + }, + "cloneable-readable": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz", + "integrity": "sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "process-nextick-args": "^2.0.0", + "readable-stream": "^2.3.5" + }, + "dependencies": { + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "co": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz", + "integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g=", + "dev": true + }, + "coa": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz", + "integrity": "sha1-f5WTRs/IcZ4/cjPNaFKFSnxn2KM=", + "dev": true, + "requires": { + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz", + "integrity": "sha1-9psZLT99keOC5Lcb3bd4eGGasMY=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "color": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/color/-/color-0.11.1.tgz", + "integrity": "sha1-GeNXzhhy4ZHoqRcCtO4bDthEGHo=", + "dev": true, + "requires": { + "color-convert": "^0.5.3", + "color-string": "^0.3.0" + } + }, + "color-convert": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz", + "integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0=", + "dev": true + }, + "color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=", + "dev": true + }, + "color-string": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz", + "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=", + "dev": true, + "requires": { + "color-name": "^1.0.0" + } + }, + "colormin": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.0.tgz", + "integrity": "sha1-rYKPzDjTvyGnXr0TbqJUNHOJzqw=", + "dev": true, + "requires": { + "color": "^0.11.0", + "css-color-names": "0.0.3" + } + }, + "colors": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", + "dev": true + }, + "combined-stream": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", + "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", + "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", + "requires": { + "graceful-readlink": ">= 1.0.0" + } + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "commoner": { + "version": "0.10.8", + "resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz", + "integrity": "sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=", + "requires": { + "commander": "^2.5.0", + "detective": "^4.3.1", + "glob": "^5.0.15", + "graceful-fs": "^4.1.2", + "iconv-lite": "^0.4.5", + "mkdirp": "^0.5.0", + "private": "^0.1.6", + "q": "^1.1.2", + "recast": "^0.11.17" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "component-bind": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", + "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=", + "dev": true + }, + "component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=", + "dev": true + }, + "component-inherit": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", + "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=", + "dev": true + }, + "compressible": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz", + "integrity": "sha1-xZpcmdt2dn6YdlAOJx72OzSTvWY=", + "dev": true, + "requires": { + "mime-db": ">= 1.30.0 < 2" + }, + "dependencies": { + "mime-db": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.32.0.tgz", + "integrity": "sha512-+ZWo/xZN40Tt6S+HyakUxnSOgff+JEdaneLWIm0Z6LmpCn5DMcZntLyUY5c/rTDog28LhXLKOUZKoTxTCAdBVw==", + "dev": true + } + } + }, + "compression": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.1.tgz", + "integrity": "sha1-7/JgPvwuIs+G810uuTWJ+YdTc9s=", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "bytes": "3.0.0", + "compressible": "~2.0.11", + "debug": "2.6.9", + "on-headers": "~1.0.1", + "safe-buffer": "5.1.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "concat": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", + "integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=", + "dev": true, + "requires": { + "commander": "^2.9.0" + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz", + "integrity": "sha1-87gKz54fSOOHXAaItBtsMWAu6hw=", + "dev": true, + "requires": { + "inherits": "~2.0.1", + "readable-stream": "~2.0.0", + "typedarray": "~0.0.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" + } + } + } + }, + "connect": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.5.0.tgz", + "integrity": "sha1-s1dSWgtMH1BZnNmD4dnv7qlncZg=", + "dev": true, + "requires": { + "debug": "~2.2.0", + "finalhandler": "0.5.0", + "parseurl": "~1.3.1", + "utils-merge": "1.0.0" + } + }, + "connect-history-api-fallback": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz", + "integrity": "sha1-sGhzk0vF40T+9hGhlqb6rgruAVo=", + "dev": true + }, + "console-browserify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", + "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", + "dev": true, + "requires": { + "date-now": "^0.1.4" + } + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "console-stream": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz", + "integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=", + "dev": true, + "optional": true + }, + "consolidate": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz", + "integrity": "sha1-WiUEe8dvcwcmZ8jLUsmJiI9JTGM=", + "dev": true, + "requires": { + "bluebird": "^3.1.1" + } + }, + "constant-case": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz", + "integrity": "sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY=", + "dev": true, + "requires": { + "snake-case": "^2.1.0", + "upper-case": "^1.1.1" + } + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", + "dev": true + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=", + "dev": true + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true + }, + "convert-source-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.2.0.tgz", + "integrity": "sha1-RMCMJQbxD7PKb9iI1aNETPjWpmk=", + "dev": true + }, + "cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", + "dev": true + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "dev": true + }, + "core-js": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz", + "integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "create-ecdh": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz", + "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + } + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", + "dev": true, + "requires": { + "capture-stack-trace": "^1.0.0" + } + }, + "create-hash": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz", + "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz", + "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=", + "dev": true, + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", + "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + }, + "cryptiles": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", + "dev": true, + "requires": { + "boom": "2.x.x" + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css-color-names": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz", + "integrity": "sha1-3gzvFvTYqoIioyDVttfpu62nufY=", + "dev": true + }, + "css-loader": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.23.1.tgz", + "integrity": "sha1-n6I/K1wJZSNZEK1ezvO4o2OQ/lA=", + "dev": true, + "requires": { + "css-selector-tokenizer": "^0.5.1", + "cssnano": ">=2.6.1 <4", + "loader-utils": "~0.2.2", + "lodash.camelcase": "^3.0.1", + "object-assign": "^4.0.1", + "postcss": "^5.0.6", + "postcss-modules-extract-imports": "^1.0.0", + "postcss-modules-local-by-default": "^1.0.1", + "postcss-modules-scope": "^1.0.0", + "postcss-modules-values": "^1.1.0", + "source-list-map": "^0.1.4" + } + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "dev": true, + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-selector-tokenizer": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.5.4.tgz", + "integrity": "sha1-E5uv00o1/QwUKEhwSeBpnm9qLCE=", + "dev": true, + "requires": { + "cssesc": "^0.1.0", + "fastparse": "^1.1.1" + } + }, + "css-what": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", + "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", + "dev": true + }, + "cssesc": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", + "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", + "dev": true + }, + "cssnano": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.6.2.tgz", + "integrity": "sha1-zTBYrOSyZrUWc4xDFYvHeocrJnw=", + "dev": true, + "requires": { + "autoprefixer": "^6.3.1", + "decamelize": "^1.1.2", + "defined": "^1.0.0", + "indexes-of": "^1.0.1", + "object-assign": "^4.0.1", + "postcss": "^5.0.14", + "postcss-calc": "^5.2.0", + "postcss-colormin": "^2.1.8", + "postcss-convert-values": "^2.3.4", + "postcss-discard-comments": "^2.0.4", + "postcss-discard-duplicates": "^2.0.1", + "postcss-discard-empty": "^2.0.1", + "postcss-discard-overridden": "^0.1.1", + "postcss-discard-unused": "^2.2.1", + "postcss-filter-plugins": "^2.0.0", + "postcss-merge-idents": "^2.1.5", + "postcss-merge-longhand": "^2.0.1", + "postcss-merge-rules": "^2.0.3", + "postcss-minify-font-values": "^1.0.2", + "postcss-minify-gradients": "^1.0.1", + "postcss-minify-params": "^1.0.4", + "postcss-minify-selectors": "^2.0.4", + "postcss-normalize-charset": "^1.1.0", + "postcss-normalize-url": "^3.0.7", + "postcss-ordered-values": "^2.1.0", + "postcss-reduce-idents": "^2.2.2", + "postcss-reduce-transforms": "^1.0.3", + "postcss-svgo": "^2.1.1", + "postcss-unique-selectors": "^2.0.2", + "postcss-value-parser": "^3.2.3", + "postcss-zindex": "^2.0.1" + } + }, + "csso": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.0.0.tgz", + "integrity": "sha1-F4tDpEYhIhwndWCG9THgL0KQDug=", + "dev": true, + "requires": { + "clap": "^1.0.9", + "source-map": "^0.5.3" + }, + "dependencies": { + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + } + } + }, + "cssom": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.1.tgz", + "integrity": "sha1-yeN+8kkOZPbRuqEP2oUiVwgsJdM=", + "dev": true + }, + "cssstyle": { + "version": "0.2.36", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.36.tgz", + "integrity": "sha1-XP7WsaRSa1jXdnPVGzUghW+2rz4=", + "dev": true, + "optional": true, + "requires": { + "cssom": "0.3.x" + } + }, + "csswring": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/csswring/-/csswring-4.2.3.tgz", + "integrity": "sha1-xPMY5/g5qwHFhea6eIAssGesrrQ=", + "dev": true, + "requires": { + "fs-extra": "^0.30.0", + "minimist": "^1.1.0", + "onecolor": "^2.4.0", + "postcss": "^5.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", + "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0", + "path-is-absolute": "^1.0.0", + "rimraf": "^2.2.8" + } + } + } + }, + "ctype": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz", + "integrity": "sha1-gsGMJGH3QRTvFsE1IkrQuRRMoS8=", + "dev": true + }, + "cyclist": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz", + "integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=", + "dev": true + }, + "d": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/d/-/d-0.1.1.tgz", + "integrity": "sha1-2hhMU10Y2O57oqoim5FACfrhEwk=", + "dev": true, + "requires": { + "es5-ext": "~0.10.2" + } + }, + "d3": { + "version": "3.5.17", + "resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz", + "integrity": "sha1-vEZ0gAQ3iyGjYMn8fPUjF5B2L7g=" + }, + "dargs": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", + "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "date-now": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", + "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=", + "dev": true + }, + "dateformat": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz", + "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1", + "meow": "^3.3.0" + } + }, + "de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", + "dev": true + }, + "debug": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", + "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "dev": true, + "requires": { + "ms": "0.7.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decompress": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-3.0.0.tgz", + "integrity": "sha1-rx3VDQbjv8QyRh033hGzjA2ZG+0=", + "dev": true, + "requires": { + "buffer-to-vinyl": "^1.0.0", + "concat-stream": "^1.4.6", + "decompress-tar": "^3.0.0", + "decompress-tarbz2": "^3.0.0", + "decompress-targz": "^3.0.0", + "decompress-unzip": "^3.0.0", + "stream-combiner2": "^1.1.1", + "vinyl-assign": "^1.0.1", + "vinyl-fs": "^2.2.0" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-stream": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.2.tgz", + "integrity": "sha1-zf2vfDJDzVNDCoTck0+jnYxdoaU=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^5.0.3", + "glob-parent": "^2.0.0", + "micromatch": "^2.3.7", + "ordered-read-streams": "^0.3.0", + "through2": "^0.6.0", + "to-absolute-glob": "^0.1.1", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "readable-stream": "^2.0.1" + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true, + "requires": { + "json-stable-stringify": "^1.0.0", + "through2-filter": "^2.0.0" + } + }, + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.3.tgz", + "integrity": "sha1-PZflYuv91LZpId6nBia4S96dLQc=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "^1.5.2", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "decompress-tar": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-3.1.0.tgz", + "integrity": "sha1-IXx4n5uURQ76rcXF5TeXj8MzxGY=", + "dev": true, + "requires": { + "is-tar": "^1.0.0", + "object-assign": "^2.0.0", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + } + } + } + }, + "decompress-tarbz2": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-3.1.0.tgz", + "integrity": "sha1-iyOTVoE1X58YnYclag+L3ZbZZm0=", + "dev": true, + "requires": { + "is-bzip2": "^1.0.0", + "object-assign": "^2.0.0", + "seek-bzip": "^1.0.3", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + } + } + } + }, + "decompress-targz": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-3.1.0.tgz", + "integrity": "sha1-ssE9+YFmJomRtxXWRH9kLpaW9aA=", + "dev": true, + "requires": { + "is-gzip": "^1.0.0", + "object-assign": "^2.0.0", + "strip-dirs": "^1.0.0", + "tar-stream": "^1.1.1", + "through2": "^0.6.1", + "vinyl": "^0.4.3" + }, + "dependencies": { + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + } + } + } + }, + "decompress-unzip": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-3.4.0.tgz", + "integrity": "sha1-YUdbQVIGa74/7hL51inRX+ZHjus=", + "dev": true, + "requires": { + "is-zip": "^1.0.0", + "read-all-stream": "^3.0.0", + "stat-mode": "^0.2.0", + "strip-dirs": "^1.0.0", + "through2": "^2.0.0", + "vinyl": "^1.0.0", + "yauzl": "^2.2.1" + }, + "dependencies": { + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "deep-extend": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz", + "integrity": "sha1-7+QRPQgIX05vlod1mBD4B0aeIlM=", + "dev": true + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "del": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz", + "integrity": "sha1-mlDwS/NzJeKDtPROmFM2wlJFa9U=", + "dev": true, + "requires": { + "globby": "^4.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "depd": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz", + "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=", + "dev": true + }, + "deprecated": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz", + "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=", + "dev": true + }, + "des.js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", + "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", + "dev": true + }, + "detect-file": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz", + "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=", + "dev": true, + "requires": { + "fs-exists-sync": "^0.1.0" + } + }, + "detect-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", + "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", + "dev": true, + "requires": { + "repeating": "^2.0.0" + } + }, + "detective": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz", + "integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==", + "requires": { + "acorn": "^5.2.1", + "defined": "^1.0.0" + }, + "dependencies": { + "acorn": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz", + "integrity": "sha512-Yej+zOJ1Dm/IMZzzj78OntP/r3zHEaKcyNoU2lAaxPtrseM6rF0xwqoz5Q5ysAiED9hTjI2hgtvLXitlCN1/Ug==" + } + } + }, + "dev-ip": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz", + "integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz", + "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "doctrine": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.2.2.tgz", + "integrity": "sha1-nphnIQFJVIuV7FFGna5MqtMSMI4=", + "dev": true, + "requires": { + "esutils": "^1.1.6", + "isarray": "^1.0.0" + }, + "dependencies": { + "esutils": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz", + "integrity": "sha1-wBzKqa5LiXxtDD4hCuUvPHqEQ3U=", + "dev": true + } + } + }, + "dom-converter": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz", + "integrity": "sha1-pF71cnuJDJv/5tfIduexnLDhfzs=", + "dev": true, + "requires": { + "utila": "~0.3" + }, + "dependencies": { + "utila": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz", + "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=", + "dev": true + } + } + }, + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", + "dev": true, + "requires": { + "domelementtype": "~1.1.1", + "entities": "~1.1.1" + }, + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", + "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", + "dev": true + } + } + }, + "domain-browser": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz", + "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=", + "dev": true + }, + "domelementtype": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", + "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", + "dev": true + }, + "domhandler": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", + "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz", + "integrity": "sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4=", + "dev": true, + "requires": { + "no-case": "^2.2.0" + } + }, + "download": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/download/-/download-4.4.3.tgz", + "integrity": "sha1-qlX9rTktldS2jowr4D4MKqIbqaw=", + "dev": true, + "requires": { + "caw": "^1.0.1", + "concat-stream": "^1.4.7", + "each-async": "^1.0.0", + "filenamify": "^1.0.1", + "got": "^5.0.0", + "gulp-decompress": "^1.2.0", + "gulp-rename": "^1.2.0", + "is-url": "^1.2.0", + "object-assign": "^4.0.1", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.2", + "stream-combiner2": "^1.1.1", + "vinyl": "^1.0.0", + "vinyl-fs": "^2.2.0", + "ware": "^1.2.0" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-stream": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.2.tgz", + "integrity": "sha1-zf2vfDJDzVNDCoTck0+jnYxdoaU=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^5.0.3", + "glob-parent": "^2.0.0", + "micromatch": "^2.3.7", + "ordered-read-streams": "^0.3.0", + "through2": "^0.6.0", + "to-absolute-glob": "^0.1.1", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "readable-stream": "^2.0.1" + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true, + "requires": { + "json-stable-stringify": "^1.0.0", + "through2-filter": "^2.0.0" + } + }, + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.3.tgz", + "integrity": "sha1-PZflYuv91LZpId6nBia4S96dLQc=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "^1.5.2", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true + }, + "duplexer2": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", + "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", + "dev": true, + "requires": { + "readable-stream": "~1.1.9" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + } + } + }, + "duplexify": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.3.tgz", + "integrity": "sha1-r2p7ENkosJX4rYVNByu5CZjbhQ0=", + "dev": true, + "requires": { + "end-of-stream": "1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "end-of-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz", + "integrity": "sha1-1FlucCc0qT5A6a+GQxnqvZn/Lw4=", + "dev": true, + "requires": { + "once": "~1.3.0" + } + } + } + }, + "each-async": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz", + "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=", + "dev": true, + "requires": { + "onetime": "^1.0.0", + "set-immediate-shim": "^1.0.0" + } + }, + "easy-extender": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.2.tgz", + "integrity": "sha1-PTJI/r4rFZYHMW2PnPSRwWZIIh0=", + "dev": true, + "requires": { + "lodash": "^3.10.1" + }, + "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true + } + } + }, + "eazy-logger": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz", + "integrity": "sha1-oyWqXlPROiIliJsqxBE7K5Y29Pw=", + "dev": true, + "requires": { + "tfunk": "^3.0.1" + } + }, + "ecc-jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "~0.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true + }, + "electron-releases": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/electron-releases/-/electron-releases-2.1.0.tgz", + "integrity": "sha512-cyKFD1bTE/UgULXfaueIN1k5EPFzs+FRc/rvCY5tIynefAPqopQEgjr0EzY+U3Dqrk/G4m9tXSPuZ77v6dL/Rw==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.3.30", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.30.tgz", + "integrity": "sha512-zx1Prv7kYLfc4OA60FhxGbSo4qrEjgSzpo1/37i7l9ltXPYOoQBtjQxY9KmsgfHnBxHlBGXwLlsbt/gub1w5lw==", + "dev": true, + "requires": { + "electron-releases": "^2.1.0" + } + }, + "elliptic": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", + "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "dev": true, + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, + "emitter-steward": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/emitter-steward/-/emitter-steward-1.0.0.tgz", + "integrity": "sha1-80Ea3pdYp1Zd+Eiy2gy70bRsvWQ=", + "dev": true + }, + "emojis-list": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.0.1.tgz", + "integrity": "sha1-oXTZ0IOOs2rz0FkLttPo3NlPT70=", + "dev": true + }, + "encodeurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", + "integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=", + "dev": true + }, + "end-of-stream": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", + "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=", + "dev": true, + "requires": { + "once": "~1.3.0" + } + }, + "engine.io": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz", + "integrity": "sha1-PQIRtwpVLOhB/8fahiezAamkFi4=", + "dev": true, + "requires": { + "accepts": "1.3.3", + "base64id": "1.0.0", + "cookie": "0.3.1", + "debug": "~2.6.9", + "engine.io-parser": "~2.1.0", + "uws": "~0.14.4", + "ws": "~3.3.1" + }, + "dependencies": { + "accepts": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", + "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", + "dev": true, + "requires": { + "mime-types": "~2.1.11", + "negotiator": "0.6.1" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "engine.io-client": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.4.tgz", + "integrity": "sha1-T88TcLRxY70s6b4nM5ckMDUNTqE=", + "dev": true, + "requires": { + "component-emitter": "1.2.1", + "component-inherit": "0.0.3", + "debug": "~2.6.9", + "engine.io-parser": "~2.1.1", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "parseqs": "0.0.5", + "parseuri": "0.0.5", + "ws": "~3.3.1", + "xmlhttprequest-ssl": "~1.5.4", + "yeast": "0.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "engine.io-parser": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.2.tgz", + "integrity": "sha512-dInLFzr80RijZ1rGpx1+56/uFoH7/7InhH3kZt+Ms6hT8tNx3NGW/WNSA/f8As1WkOfkuyb3tnRyuXGxusclMw==", + "dev": true, + "requires": { + "after": "0.8.2", + "arraybuffer.slice": "~0.0.7", + "base64-arraybuffer": "0.1.5", + "blob": "0.0.4", + "has-binary2": "~1.0.2" + } + }, + "enhanced-resolve": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz", + "integrity": "sha1-TW5omzcl+GCQknzMhs2fFjW4ni4=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.2.0", + "tapable": "^0.1.8" + }, + "dependencies": { + "memory-fs": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz", + "integrity": "sha1-8rslNovBIeORwlIN6Slpyu4KApA=", + "dev": true + } + } + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", + "dev": true + }, + "envify": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/envify/-/envify-3.4.1.tgz", + "integrity": "sha1-1xIjKejfFoi6dxsSUBkXyc5cvOg=", + "requires": { + "jstransform": "^11.0.3", + "through": "~2.3.4" + } + }, + "errno": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz", + "integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=", + "dev": true, + "requires": { + "prr": "~0.0.0" + } + }, + "error-ex": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz", + "integrity": "sha1-5ntD8+gsluo6WE/+4Ln8MyXYAtk=", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es5-ext": { + "version": "0.10.11", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz", + "integrity": "sha1-gYTD5wWoIJSMLb4EOEk3mx29DEU=", + "dev": true, + "requires": { + "es6-iterator": "2", + "es6-symbol": "~3.0.2" + } + }, + "es6-iterator": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz", + "integrity": "sha1-vZaFZ9YWNeM8C4BydhPJy0sJa6w=", + "dev": true, + "requires": { + "d": "^0.1.1", + "es5-ext": "^0.10.7", + "es6-symbol": "3" + } + }, + "es6-map": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz", + "integrity": "sha1-/ljGZUxqzVTkOXzbcjedWbatWJQ=", + "dev": true, + "requires": { + "d": "~0.1.1", + "es5-ext": "~0.10.8", + "es6-iterator": "2", + "es6-set": "~0.1.3", + "es6-symbol": "~3.0.1", + "event-emitter": "~0.3.4" + } + }, + "es6-promise": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz", + "integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==", + "dev": true, + "optional": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "dev": true, + "optional": true, + "requires": { + "es6-promise": "^4.0.3" + } + }, + "es6-set": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.4.tgz", + "integrity": "sha1-lRa2dhwpZLkv9HlFYjOiR9xwfOg=", + "dev": true, + "requires": { + "d": "~0.1.1", + "es5-ext": "~0.10.11", + "es6-iterator": "2", + "es6-symbol": "3", + "event-emitter": "~0.3.4" + } + }, + "es6-symbol": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz", + "integrity": "sha1-HpKIeMb15jVBYltLtN9K8H0VQhk=", + "dev": true, + "requires": { + "d": "~0.1.1", + "es5-ext": "~0.10.10" + } + }, + "es6-templates": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/es6-templates/-/es6-templates-0.2.3.tgz", + "integrity": "sha1-XLmsn7He1usSOTQrgdeSu7QHjuQ=", + "dev": true, + "requires": { + "recast": "~0.11.12", + "through": "~2.3.6" + } + }, + "es6-weak-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz", + "integrity": "sha1-DSu9iCfrX7S6j5f7/qUNQ9sh6oE=", + "dev": true, + "requires": { + "d": "^0.1.1", + "es5-ext": "^0.10.8", + "es6-iterator": "2", + "es6-symbol": "3" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "escodegen": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.0.tgz", + "integrity": "sha1-skaq6CnOc9WeLFVyc1nt0cEwqBs=", + "dev": true, + "optional": true, + "requires": { + "esprima": "^2.7.1", + "estraverse": "^1.9.1", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.2.0" + }, + "dependencies": { + "esprima": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz", + "integrity": "sha1-9DvlQ2CZhOrkTJM6xjNSpq818zk=", + "dev": true, + "optional": true + }, + "estraverse": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz", + "integrity": "sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz", + "integrity": "sha1-2rc/vPwrqBm03gO9b26qSBZLP50=", + "dev": true, + "optional": true, + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "escope": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz", + "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=", + "dev": true, + "requires": { + "es6-map": "^0.1.3", + "es6-weak-map": "^2.0.1", + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.2.0.tgz", + "integrity": "sha1-bI10OpFUZZW6GG7e0JZoL0dZjeg=", + "dev": true, + "requires": { + "chalk": "^1.0.0", + "concat-stream": "^1.4.6", + "debug": "^2.1.1", + "doctrine": "^1.1.0", + "es6-map": "^0.1.3", + "escope": "^3.4.0", + "espree": "^3.0.0", + "estraverse": "^4.1.1", + "estraverse-fb": "^1.3.1", + "esutils": "^2.0.2", + "file-entry-cache": "^1.1.1", + "glob": "^6.0.4", + "globals": "^8.18.0", + "ignore": "^2.2.19", + "inquirer": "^0.12.0", + "is-my-json-valid": "^2.10.0", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.5.1", + "json-stable-stringify": "^1.0.0", + "lodash": "^4.0.0", + "mkdirp": "^0.5.0", + "optionator": "^0.8.1", + "path-is-absolute": "^1.0.0", + "path-is-inside": "^1.0.1", + "pluralize": "^1.2.1", + "progress": "^1.1.8", + "require-uncached": "^1.0.2", + "resolve": "^1.1.6", + "shelljs": "^0.5.3", + "strip-json-comments": "~1.0.1", + "table": "^3.7.8", + "text-table": "~0.2.0", + "user-home": "^2.0.0" + }, + "dependencies": { + "glob": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", + "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "user-home": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", + "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", + "dev": true, + "requires": { + "os-homedir": "^1.0.0" + } + } + } + }, + "eslint-loader": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-1.9.0.tgz", + "integrity": "sha512-40aN976qSNPyb9ejTqjEthZITpls1SVKtwguahmH1dzGCwQU/vySE+xX33VZmD8csU0ahVNCtFlsPgKqRBiqgg==", + "dev": true, + "requires": { + "loader-fs-cache": "^1.0.0", + "loader-utils": "^1.0.2", + "object-assign": "^4.0.1", + "object-hash": "^1.1.4", + "rimraf": "^2.6.1" + }, + "dependencies": { + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + }, + "rimraf": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "dev": true, + "requires": { + "glob": "^7.0.5" + } + } + } + }, + "eslint-plugin-html": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-1.7.0.tgz", + "integrity": "sha1-KlsDiE2NVq35rZhk6cA2SA+2Kck=", + "dev": true, + "requires": { + "htmlparser2": "^3.8.2" + } + }, + "espree": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.1.4.tgz", + "integrity": "sha1-BybXrIOvl6fISY2ps2OjYJ0qaKE=", + "dev": true, + "requires": { + "acorn": "^3.1.0", + "acorn-jsx": "^3.0.0" + } + }, + "esprima": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", + "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=" + }, + "esrecurse": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz", + "integrity": "sha1-RxO2U2rffyrE8yfVWed1a/9kgiA=", + "dev": true, + "requires": { + "estraverse": "~4.1.0", + "object-assign": "^4.0.1" + }, + "dependencies": { + "estraverse": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz", + "integrity": "sha1-9srKcokzqFDvkGYdDheYK6RxEaI=", + "dev": true + } + } + }, + "estraverse": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", + "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=", + "dev": true + }, + "estraverse-fb": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/estraverse-fb/-/estraverse-fb-1.3.1.tgz", + "integrity": "sha1-Fg51qA5gWwjOiUvM4v4+Qpq/kr8=", + "dev": true + }, + "esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "dev": true + }, + "event-emitter": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz", + "integrity": "sha1-jWPd+0z+H647MsomXExyAiIIC7U=", + "dev": true, + "requires": { + "d": "~0.1.1", + "es5-ext": "~0.10.7" + } + }, + "event-stream": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", + "dev": true, + "requires": { + "duplexer": "~0.1.1", + "from": "~0", + "map-stream": "~0.1.0", + "pause-stream": "0.0.11", + "split": "0.3", + "stream-combiner": "~0.0.4", + "through": "~2.3.1" + }, + "dependencies": { + "map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", + "dev": true + } + } + }, + "eventemitter3": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz", + "integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=" + }, + "events": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", + "dev": true + }, + "eventsource": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz", + "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=", + "dev": true, + "requires": { + "original": ">=0.0.5" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "exec-buffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-2.0.1.tgz", + "integrity": "sha1-ACijG+CxRgth0HX5avRYO54zXqA=", + "dev": true, + "optional": true, + "requires": { + "rimraf": "^2.2.6", + "tempfile": "^1.0.0" + } + }, + "exec-series": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.2.tgz", + "integrity": "sha1-18N6c7YEpuixIAsrdRQhULCO19w=", + "dev": true, + "optional": true, + "requires": { + "async-each-series": "^1.0.0" + }, + "dependencies": { + "async-each-series": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-1.1.0.tgz", + "integrity": "sha1-9C/YFV048hpbjqB8KOBj7RcAsTg=", + "dev": true, + "optional": true + } + } + }, + "executable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/executable/-/executable-1.1.0.tgz", + "integrity": "sha1-h3mA6REvM5EGbaNyZd562ENKtNk=", + "dev": true, + "optional": true, + "requires": { + "meow": "^3.1.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "exit-hook": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", + "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", + "dev": true + }, + "expand-brackets": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", + "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", + "dev": true, + "requires": { + "is-posix-bracket": "^0.1.0" + } + }, + "expand-range": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", + "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", + "dev": true, + "requires": { + "fill-range": "^2.1.0" + } + }, + "expand-tilde": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz", + "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=", + "dev": true, + "requires": { + "os-homedir": "^1.0.1" + } + }, + "express": { + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.16.2.tgz", + "integrity": "sha1-41xt/i1kt9ygpc1PIXgb4ymeB2w=", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "array-flatten": "1.1.1", + "body-parser": "1.18.2", + "content-disposition": "0.5.2", + "content-type": "~1.0.4", + "cookie": "0.3.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.1", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.1.0", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.2", + "qs": "6.5.1", + "range-parser": "~1.2.0", + "safe-buffer": "5.1.1", + "send": "0.16.1", + "serve-static": "1.13.1", + "setprototypeof": "1.1.0", + "statuses": "~1.3.1", + "type-is": "~1.6.15", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "finalhandler": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", + "integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.3.1", + "unpipe": "~1.0.0" + } + }, + "http-errors": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", + "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", + "dev": true, + "requires": { + "depd": "1.1.1", + "inherits": "2.0.3", + "setprototypeof": "1.0.3", + "statuses": ">= 1.3.1 < 2" + }, + "dependencies": { + "setprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", + "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=", + "dev": true + } + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "qs": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", + "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", + "dev": true + }, + "send": { + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.1.tgz", + "integrity": "sha512-ElCLJdJIKPk6ux/Hocwhk7NFHpI3pVm/IZOYWqUmoxcgeyM+MpxHHKhb8QmlJDX1pU6WrgaHBkVNm73Sv7uc2A==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "~1.1.1", + "destroy": "~1.0.4", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.3.1" + } + }, + "serve-static": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.1.tgz", + "integrity": "sha512-hSMUZrsPa/I09VYFJwa627JJkNs0NrfL1Uzuup+GqHfToR2KcsXFymXSV90hoyw3M+msjFuQly+YzIH/q0MGlQ==", + "dev": true, + "requires": { + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.1" + } + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "dev": true + } + } + }, + "extend": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz", + "integrity": "sha1-WkdDU7nzNT3dgXbf03uRyDpG8dQ=", + "dev": true + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "extglob": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", + "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + }, + "extract-text-webpack-plugin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-1.0.1.tgz", + "integrity": "sha1-yVvzy6rEnclvHcbgclSfu2VMzSw=", + "dev": true, + "requires": { + "async": "^1.5.0", + "loader-utils": "^0.2.3", + "webpack-sources": "^0.1.0" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + } + } + }, + "extract-zip": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.6.tgz", + "integrity": "sha1-EpDt6NINCHK0Kf0/NRyhKOxe+Fw=", + "dev": true, + "optional": true, + "requires": { + "concat-stream": "1.6.0", + "debug": "2.6.9", + "mkdirp": "0.5.0", + "yauzl": "2.4.1" + }, + "dependencies": { + "concat-stream": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz", + "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=", + "dev": true, + "optional": true, + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true, + "optional": true + }, + "mkdirp": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", + "integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=", + "dev": true, + "optional": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true, + "optional": true + }, + "readable-stream": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.5.tgz", + "integrity": "sha512-tK0yDhrkygt/knjowCUiWP9YdV7c5R+8cR0r/kt9ZhBU906Fs6RpQJCEilamRJj1Nx2rWI6LkW9gKqjTkshhEw==", + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.0.3", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "yauzl": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", + "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", + "dev": true, + "optional": true, + "requires": { + "fd-slicer": "~1.0.1" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fancy-log": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz", + "integrity": "sha1-1aUbU+mrIsoH1VjytnrlX9tfy9g=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "time-stamp": "^1.0.0" + } + }, + "fast-levenshtein": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.3.tgz", + "integrity": "sha1-KuezKrweYS2kik4ThJuIii9h5+k=", + "dev": true + }, + "fastparse": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz", + "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=", + "dev": true + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" + } + }, + "file-entry-cache": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-1.2.4.tgz", + "integrity": "sha1-mlhgcsaTZafvfscqfCuQRt4JHpw=", + "dev": true, + "requires": { + "flat-cache": "^1.0.9", + "object-assign": "^4.0.1" + } + }, + "file-loader": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-0.8.5.tgz", + "integrity": "sha1-knXQMf54DyfUf19K8CvUNxPMFRs=", + "dev": true, + "requires": { + "loader-utils": "~0.2.5" + } + }, + "file-type": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.8.0.tgz", + "integrity": "sha1-vK32qPYk6+ShDlrSZye2uT8W140=", + "dev": true + }, + "filename-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz", + "integrity": "sha1-mW4+gEebmLmJfxWopYs9CE6SZ3U=", + "dev": true + }, + "filename-reserved-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", + "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "dev": true + }, + "filenamify": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", + "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "dev": true, + "requires": { + "filename-reserved-regex": "^1.0.0", + "strip-outer": "^1.0.0", + "trim-repeated": "^1.0.0" + } + }, + "fill-range": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", + "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", + "dev": true, + "requires": { + "is-number": "^2.1.0", + "isobject": "^2.0.0", + "randomatic": "^1.1.3", + "repeat-element": "^1.1.2", + "repeat-string": "^1.5.2" + } + }, + "finalhandler": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.0.tgz", + "integrity": "sha1-6VCKvs6bbbqHGmlCodeRG5GRGsc=", + "dev": true, + "requires": { + "debug": "~2.2.0", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "statuses": "~1.3.0", + "unpipe": "~1.0.0" + } + }, + "find-cache-dir": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", + "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "mkdirp": "^0.5.1", + "pkg-dir": "^1.0.0" + } + }, + "find-index": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz", + "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=", + "dev": true + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + } + } + }, + "find-versions": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz", + "integrity": "sha1-y96fEuOFdaCvG+G5osXV/Y8Ya2I=", + "dev": true, + "optional": true, + "requires": { + "array-uniq": "^1.0.0", + "get-stdin": "^4.0.1", + "meow": "^3.5.0", + "semver-regex": "^1.0.0" + } + }, + "findup-sync": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", + "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=", + "dev": true, + "requires": { + "glob": "~5.0.0" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "firebase": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/firebase/-/firebase-3.9.0.tgz", + "integrity": "sha1-xCN/UPWO6yUIGxg51svxdfj37Zs=", + "dev": true, + "requires": { + "dom-storage": "^2.0.2", + "faye-websocket": "0.9.3", + "jsonwebtoken": "^7.3.0", + "promise-polyfill": "^6.0.2", + "xmlhttprequest": "^1.8.0" + }, + "dependencies": { + "base64url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64url/-/base64url-2.0.0.tgz", + "integrity": "sha1-6sFuA+oUOO/5Qj1puqNiYu0fcLs=", + "dev": true + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=", + "dev": true + }, + "dom-storage": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dom-storage/-/dom-storage-2.0.2.tgz", + "integrity": "sha1-7RfL9oq9EOCu+BgnE+KXxeS1ALA=", + "dev": true + }, + "ecdsa-sig-formatter": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.9.tgz", + "integrity": "sha1-S8kmJ07Dtau1AW5+HWCSGsJisqE=", + "dev": true, + "requires": { + "base64url": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "faye-websocket": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.9.3.tgz", + "integrity": "sha1-SCpQWw3wrmJrlphm0710DNuWLoM=", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "hoek": { + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "dev": true + }, + "isemail": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/isemail/-/isemail-1.2.0.tgz", + "integrity": "sha1-vgPfjMPineTSxd9lASY/H6RZXpo=", + "dev": true + }, + "joi": { + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/joi/-/joi-6.10.1.tgz", + "integrity": "sha1-TVDDGAeRIgAP5fFq8f+OGRe3fgY=", + "dev": true, + "requires": { + "hoek": "2.x.x", + "isemail": "1.x.x", + "moment": "2.x.x", + "topo": "1.x.x" + } + }, + "jsonwebtoken": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.4.0.tgz", + "integrity": "sha1-UVvyu6Bw7GFbrZf9LpRQJ+tHaUY=", + "dev": true, + "requires": { + "joi": "^6.10.1", + "jws": "^3.1.4", + "lodash.once": "^4.0.0", + "ms": "^0.7.1", + "xtend": "^4.0.1" + } + }, + "jwa": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.1.5.tgz", + "integrity": "sha1-oFUs4CIHQs1S4VN3SjKQXDDnVuU=", + "dev": true, + "requires": { + "base64url": "2.0.0", + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.9", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.1.4.tgz", + "integrity": "sha1-+ei5M46KhHJ31kRLFGT2GIDgUKI=", + "dev": true, + "requires": { + "base64url": "^2.0.0", + "jwa": "^1.1.4", + "safe-buffer": "^5.0.1" + } + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", + "dev": true + }, + "moment": { + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz", + "integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=", + "dev": true + }, + "ms": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz", + "integrity": "sha1-cIFVpeROM/X9D8U+gdDUCpG+H/8=", + "dev": true + }, + "promise-polyfill": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.0.2.tgz", + "integrity": "sha1-2chtPcTcLfkBboiUbe/Wm0m0EWI=", + "dev": true + }, + "safe-buffer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", + "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", + "dev": true + }, + "topo": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz", + "integrity": "sha1-6ddRYV0buH3IZdsYL6HKCl71NtU=", + "dev": true, + "requires": { + "hoek": "2.x.x" + } + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "dev": true, + "requires": { + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz", + "integrity": "sha1-domUmcGEtu91Q3fC27DNbLVdKec=", + "dev": true + }, + "xmlhttprequest": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", + "integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=", + "dev": true + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + } + } + }, + "first-chunk-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", + "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", + "dev": true + }, + "flagged-respawn": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz", + "integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=", + "dev": true + }, + "flat-cache": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.0.10.tgz", + "integrity": "sha1-c9bfSihQIWCgXgWVRKau6uiwBHo=", + "dev": true, + "requires": { + "del": "^2.0.2", + "graceful-fs": "^4.1.2", + "read-json-sync": "^1.1.0", + "write": "^0.2.1" + } + }, + "flatten": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz", + "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=", + "dev": true + }, + "for-in": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz", + "integrity": "sha1-AHN04rbVxnQgoUeb23WgSHK3OMQ=", + "dev": true + }, + "for-own": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", + "integrity": "sha1-AUm0GjkIjHUV9R6+HBOG1F+TUHI=", + "dev": true, + "requires": { + "for-in": "^0.1.5" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "1.0.0-rc4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz", + "integrity": "sha1-BaxrwiIntD5EYfSIFhVUaZ1Pi14=", + "dev": true, + "requires": { + "async": "^1.5.2", + "combined-stream": "^1.0.5", + "mime-types": "^2.1.10" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + } + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", + "dev": true + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "dev": true + }, + "from": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.3.tgz", + "integrity": "sha1-72OsIGKsMqz3hi4NQLRLiW8i87w=", + "dev": true + }, + "fs-exists-sync": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", + "integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=", + "dev": true + }, + "fs-extra": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", + "integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" + }, + "dependencies": { + "jsonfile": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + }, + "dependencies": { + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true, + "optional": true + } + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", + "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", + "dev": true, + "optional": true, + "requires": { + "nan": "^2.3.0", + "node-pre-gyp": "^0.6.39" + }, + "dependencies": { + "abbrev": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz", + "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=", + "dev": true, + "optional": true + }, + "ajv": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", + "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", + "dev": true, + "optional": true, + "requires": { + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "aproba": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz", + "integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=", + "dev": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", + "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", + "dev": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "asn1": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", + "dev": true, + "optional": true + }, + "assert-plus": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "dev": true, + "optional": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true, + "optional": true + }, + "aws-sign2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "dev": true, + "optional": true + }, + "aws4": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", + "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", + "dev": true, + "optional": true + }, + "balanced-match": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", + "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "dev": true, + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "dev": true, + "requires": { + "inherits": "~2.0.0" + } + }, + "boom": { + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "dev": true, + "requires": { + "hoek": "2.x.x" + } + }, + "brace-expansion": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz", + "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=", + "dev": true, + "requires": { + "balanced-match": "^0.4.1", + "concat-map": "0.0.1" + } + }, + "buffer-shims": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", + "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true, + "optional": true + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "combined-stream": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", + "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cryptiles": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", + "dev": true, + "requires": { + "boom": "2.x.x" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "optional": true, + "requires": { + "assert-plus": "^1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true, + "optional": true + } + } + }, + "debug": { + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", + "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-extend": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", + "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", + "dev": true, + "optional": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.2.tgz", + "integrity": "sha1-ca1dIEvxempsqPRQxhRUBm70YeE=", + "dev": true, + "optional": true + }, + "ecc-jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "~0.1.0" + } + }, + "extend": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", + "dev": true, + "optional": true + }, + "extsprintf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", + "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true, + "optional": true + }, + "form-data": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", + "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "dev": true, + "optional": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.5", + "mime-types": "^2.1.12" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fstream": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", + "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, + "fstream-ignore": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.5.tgz", + "integrity": "sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=", + "dev": true, + "optional": true, + "requires": { + "fstream": "^1.0.0", + "inherits": "2", + "minimatch": "^3.0.0" + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "optional": true, + "requires": { + "assert-plus": "^1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true, + "optional": true + } + } + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true + }, + "har-schema": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", + "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", + "dev": true, + "optional": true + }, + "har-validator": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", + "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", + "dev": true, + "optional": true, + "requires": { + "ajv": "^4.9.1", + "har-schema": "^1.0.5" + } + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true, + "optional": true + }, + "hawk": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", + "dev": true, + "requires": { + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x", + "sntp": "1.x.x" + } + }, + "hoek": { + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "dev": true + }, + "http-signature": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "dev": true, + "optional": true, + "requires": { + "assert-plus": "^0.2.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ini": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", + "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", + "dev": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true, + "optional": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true, + "optional": true + }, + "jodid25519": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz", + "integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "~0.1.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true, + "optional": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true, + "optional": true, + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true, + "optional": true + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true, + "optional": true + }, + "jsprim": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", + "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=", + "dev": true, + "optional": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.0.2", + "json-schema": "0.2.3", + "verror": "1.3.6" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true, + "optional": true + } + } + }, + "mime-db": { + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz", + "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=", + "dev": true + }, + "mime-types": { + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz", + "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=", + "dev": true, + "requires": { + "mime-db": "~1.27.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "optional": true + }, + "node-pre-gyp": { + "version": "0.6.39", + "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz", + "integrity": "sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ==", + "dev": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "hawk": "3.1.3", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "npmlog": "^4.0.2", + "rc": "^1.1.7", + "request": "2.81.0", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^2.2.1", + "tar-pack": "^3.4.0" + } + }, + "nopt": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", + "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", + "dev": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npmlog": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz", + "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==", + "dev": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true, + "optional": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true, + "optional": true + }, + "osenv": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", + "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", + "dev": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "performance-now": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", + "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", + "dev": true, + "optional": true + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true, + "optional": true + }, + "qs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", + "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "dev": true, + "optional": true + }, + "rc": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz", + "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=", + "dev": true, + "optional": true, + "requires": { + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", + "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", + "dev": true, + "requires": { + "buffer-shims": "~1.0.0", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~1.0.0", + "util-deprecate": "~1.0.1" + } + }, + "request": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", + "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", + "dev": true, + "optional": true, + "requires": { + "aws-sign2": "~0.6.0", + "aws4": "^1.2.1", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.0", + "forever-agent": "~0.6.1", + "form-data": "~2.1.1", + "har-validator": "~4.2.1", + "hawk": "~3.1.3", + "http-signature": "~1.1.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.7", + "oauth-sign": "~0.8.1", + "performance-now": "^0.2.0", + "qs": "~6.4.0", + "safe-buffer": "^5.0.1", + "stringstream": "~0.0.4", + "tough-cookie": "~2.3.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.0.0" + } + }, + "rimraf": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz", + "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=", + "dev": true, + "requires": { + "glob": "^7.0.5" + } + }, + "safe-buffer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", + "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", + "dev": true + }, + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true, + "optional": true + }, + "sntp": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", + "dev": true, + "requires": { + "hoek": "2.x.x" + } + }, + "sshpk": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz", + "integrity": "sha1-/yo+T9BEl1Vf7Zezmg/YL6+zozw=", + "dev": true, + "optional": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jodid25519": "^1.0.0", + "jsbn": "~0.1.0", + "tweetnacl": "~0.14.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true, + "optional": true + } + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz", + "integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "stringstream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", + "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", + "dev": true, + "optional": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "optional": true + }, + "tar": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", + "dev": true, + "requires": { + "block-stream": "*", + "fstream": "^1.0.2", + "inherits": "2" + } + }, + "tar-pack": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.4.0.tgz", + "integrity": "sha1-I74tf2cagzk3bL2wuP4/3r8xeYQ=", + "dev": true, + "optional": true, + "requires": { + "debug": "^2.2.0", + "fstream": "^1.0.10", + "fstream-ignore": "^1.0.5", + "once": "^1.3.3", + "readable-stream": "^2.1.4", + "rimraf": "^2.5.1", + "tar": "^2.2.1", + "uid-number": "^0.0.6" + } + }, + "tough-cookie": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz", + "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=", + "dev": true, + "optional": true, + "requires": { + "punycode": "^1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "uid-number": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz", + "integrity": "sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=", + "dev": true, + "optional": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", + "integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=", + "dev": true, + "optional": true + }, + "verror": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", + "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=", + "dev": true, + "optional": true, + "requires": { + "extsprintf": "1.0.2" + } + }, + "wide-align": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", + "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", + "dev": true, + "optional": true, + "requires": { + "string-width": "^1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + } + } + }, + "fstream": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", + "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, + "ftp": { + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz", + "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=", + "dev": true, + "requires": { + "readable-stream": "1.1.x", + "xregexp": "2.0.0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "xregexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz", + "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=", + "dev": true + } + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + }, + "dependencies": { + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + } + } + }, + "gaze": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", + "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=", + "dev": true, + "requires": { + "globule": "~0.1.0" + } + }, + "generate-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", + "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", + "dev": true + }, + "generate-object-property": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", + "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", + "dev": true, + "requires": { + "is-property": "^1.0.0" + } + }, + "get-caller-file": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", + "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=", + "dev": true + }, + "get-proxy": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-1.1.0.tgz", + "integrity": "sha1-iUhUSRvFkbDxR9euVw9cZ4tyVus=", + "dev": true, + "requires": { + "rc": "^1.1.2" + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "gifsicle": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-3.0.3.tgz", + "integrity": "sha1-FyMNMRxoy88xvVTiJ0HlyKNzEXw=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "glob": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.5.tgz", + "integrity": "sha1-tCAqaQmbu00pKnwblbZoK2fr3JU=", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.2", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + } + } + } + } + }, + "glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dev": true, + "requires": { + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" + } + }, + "glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true, + "requires": { + "is-glob": "^2.0.0" + } + }, + "glob-stream": { + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", + "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", + "dev": true, + "requires": { + "glob": "^4.3.1", + "glob2base": "^0.0.12", + "minimatch": "^2.0.1", + "ordered-read-streams": "^0.1.0", + "through2": "^0.6.1", + "unique-stream": "^1.0.0" + }, + "dependencies": { + "glob": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", + "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^2.0.1", + "once": "^1.3.0" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "glob-watcher": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", + "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", + "dev": true, + "requires": { + "gaze": "^0.5.1" + } + }, + "glob2base": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz", + "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=", + "dev": true, + "requires": { + "find-index": "^0.1.1" + } + }, + "global-modules": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz", + "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=", + "dev": true, + "requires": { + "global-prefix": "^0.1.4", + "is-windows": "^0.2.0" + } + }, + "global-prefix": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz", + "integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.0", + "ini": "^1.3.4", + "is-windows": "^0.2.0", + "which": "^1.2.12" + }, + "dependencies": { + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "which": { + "version": "1.2.14", + "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz", + "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "globals": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz", + "integrity": "sha1-k9SmK9ysOM+vr8R9awNHaMsP/LQ=", + "dev": true + }, + "globby": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", + "integrity": "sha1-CA9UVJ7BuCpsYOYx/ILhIR2+lfg=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^6.0.1", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "glob": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", + "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "globule": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", + "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=", + "dev": true, + "requires": { + "glob": "~3.1.21", + "lodash": "~1.0.1", + "minimatch": "~0.2.11" + }, + "dependencies": { + "glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", + "dev": true, + "requires": { + "graceful-fs": "~1.2.0", + "inherits": "1", + "minimatch": "~0.2.11" + } + }, + "graceful-fs": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", + "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", + "dev": true + }, + "inherits": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", + "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", + "dev": true + }, + "lodash": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz", + "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=", + "dev": true + }, + "minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", + "dev": true, + "requires": { + "lru-cache": "2", + "sigmund": "~1.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "dev": true + } + } + } + } + }, + "glogg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz", + "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=", + "dev": true, + "requires": { + "sparkles": "^1.0.0" + } + }, + "got": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-5.6.0.tgz", + "integrity": "sha1-ux1+4WO3gIK7yOuDbz85UATqb78=", + "dev": true, + "requires": { + "create-error-class": "^3.0.1", + "duplexer2": "^0.1.4", + "is-plain-obj": "^1.0.0", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "node-status-codes": "^1.0.0", + "object-assign": "^4.0.1", + "parse-json": "^2.1.0", + "pinkie-promise": "^2.0.0", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.5", + "timed-out": "^2.0.0", + "unzip-response": "^1.0.0", + "url-parse-lax": "^1.0.0" + }, + "dependencies": { + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "dev": true, + "requires": { + "readable-stream": "^2.0.2" + } + } + } + }, + "graceful-fs": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz", + "integrity": "sha1-7widKIDwM7ARgjzlyPrnmNp3Xb0=" + }, + "graceful-readlink": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" + }, + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", + "dev": true + }, + "gulp": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz", + "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=", + "dev": true, + "requires": { + "archy": "^1.0.0", + "chalk": "^1.0.0", + "deprecated": "^0.0.1", + "gulp-util": "^3.0.0", + "interpret": "^1.0.0", + "liftoff": "^2.1.0", + "minimist": "^1.1.0", + "orchestrator": "^0.3.0", + "pretty-hrtime": "^1.0.0", + "semver": "^4.1.0", + "tildify": "^1.0.0", + "v8flags": "^2.0.2", + "vinyl-fs": "^0.3.0" + }, + "dependencies": { + "semver": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", + "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", + "dev": true + } + } + }, + "gulp-decompress": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gulp-decompress/-/gulp-decompress-1.2.0.tgz", + "integrity": "sha1-jutlpeAV+O2FMsr+KEVJYGJvDcc=", + "dev": true, + "requires": { + "archive-type": "^3.0.0", + "decompress": "^3.0.0", + "gulp-util": "^3.0.1", + "readable-stream": "^2.0.2" + } + }, + "gulp-imagemin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-2.4.0.tgz", + "integrity": "sha1-+FlIp3r1MrQRXcn7+sBK+GOnWLo=", + "dev": true, + "requires": { + "chalk": "^1.0.0", + "gulp-util": "^3.0.0", + "imagemin": "^4.0.0", + "object-assign": "^4.0.1", + "plur": "^2.0.0", + "pretty-bytes": "^2.0.1", + "through2-concurrent": "^1.1.0" + } + }, + "gulp-jshint": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.1.0.tgz", + "integrity": "sha512-sP3NK8Y/1e58O0PH9t6s7DAr/lKDSUbIY207oWSeufM6/VclB7jJrIBcPCsyhrFTCDUl9DauePbt6VqP2vPM5w==", + "dev": true, + "requires": { + "lodash": "^4.12.0", + "minimatch": "^3.0.3", + "plugin-error": "^0.1.2", + "rcloader": "^0.2.2", + "through2": "^2.0.0" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "gulp-load-plugins": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-1.5.0.tgz", + "integrity": "sha1-TEGffldk2aDjMGG6uWGPgbc9QXE=", + "dev": true, + "requires": { + "array-unique": "^0.2.1", + "fancy-log": "^1.2.0", + "findup-sync": "^0.4.0", + "gulplog": "^1.0.0", + "has-gulplog": "^0.1.0", + "micromatch": "^2.3.8", + "resolve": "^1.1.7" + }, + "dependencies": { + "findup-sync": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz", + "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=", + "dev": true, + "requires": { + "detect-file": "^0.1.0", + "is-glob": "^2.0.1", + "micromatch": "^2.3.7", + "resolve-dir": "^0.1.0" + } + }, + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "requires": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + } + } + } + }, + "gulp-notify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz", + "integrity": "sha1-BGyChcKS6X7tThWgCcJsu+XO8TU=", + "dev": true, + "requires": { + "gulp-util": "^3.0.2", + "lodash.template": "^3.0.0", + "node-notifier": "^4.1.0", + "node.extend": "^1.1.3", + "through2": "^0.6.3" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "gulp-rename": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz", + "integrity": "sha1-OtRCh2PwXidk3sHGfYaNsnVoeBc=", + "dev": true + }, + "gulp-scss-lint": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gulp-scss-lint/-/gulp-scss-lint-0.4.0.tgz", + "integrity": "sha1-SjtojbXSsRP0T2N0aB5G853DQec=", + "dev": true, + "requires": { + "bluebird": "^3.3.5", + "dargs": "~4.1.0", + "event-stream": "~3.3.2", + "gulp-util": "~3.0.7", + "pretty-data": "^0.40.0", + "shell-escape": "^0.2.0", + "slash": "^1.0.0", + "sync-exec": "~0.6.2", + "vinyl": "^1.1.1", + "vinyl-fs": "^2.4.3", + "xml2js": "^0.4.16" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-stream": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.2.tgz", + "integrity": "sha1-zf2vfDJDzVNDCoTck0+jnYxdoaU=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^5.0.3", + "glob-parent": "^2.0.0", + "micromatch": "^2.3.7", + "ordered-read-streams": "^0.3.0", + "through2": "^0.6.0", + "to-absolute-glob": "^0.1.1", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "readable-stream": "^2.0.1" + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true, + "requires": { + "json-stable-stringify": "^1.0.0", + "through2-filter": "^2.0.0" + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.3.tgz", + "integrity": "sha1-PZflYuv91LZpId6nBia4S96dLQc=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "^1.5.2", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "gulp-sourcemaps": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", + "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", + "dev": true, + "requires": { + "convert-source-map": "^1.1.1", + "graceful-fs": "^4.1.2", + "strip-bom": "^2.0.0", + "through2": "^2.0.0", + "vinyl": "^1.0.0" + }, + "dependencies": { + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "gulp-util": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz", + "integrity": "sha1-eJJcS4+LSQBawBoBHFV+YhiUHLs=", + "dev": true, + "requires": { + "array-differ": "^1.0.0", + "array-uniq": "^1.0.2", + "beeper": "^1.0.0", + "chalk": "^1.0.0", + "dateformat": "^1.0.11", + "fancy-log": "^1.1.0", + "gulplog": "^1.0.0", + "has-gulplog": "^0.1.0", + "lodash._reescape": "^3.0.0", + "lodash._reevaluate": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.template": "^3.0.0", + "minimist": "^1.1.0", + "multipipe": "^0.1.2", + "object-assign": "^3.0.0", + "replace-ext": "0.0.1", + "through2": "^2.0.0", + "vinyl": "^0.5.0" + }, + "dependencies": { + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", + "dev": true, + "requires": { + "glogg": "^1.0.0" + } + }, + "har-schema": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", + "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", + "dev": true + }, + "har-validator": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", + "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "commander": "^2.9.0", + "is-my-json-valid": "^2.12.4", + "pinkie-promise": "^2.0.0" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "has-binary2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz", + "integrity": "sha1-6D26SfC5vk0CbSc2U1DZ8D9Uvpg=", + "dev": true, + "requires": { + "isarray": "2.0.1" + }, + "dependencies": { + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", + "dev": true + } + } + }, + "has-cors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", + "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=", + "dev": true + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", + "dev": true + }, + "has-gulplog": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", + "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", + "dev": true, + "requires": { + "sparkles": "^1.0.0" + } + }, + "has-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz", + "integrity": "sha1-MGIkbjHP2Iepph7m04ylcok3jNE=", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "hash-base": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz", + "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=", + "dev": true, + "requires": { + "inherits": "^2.0.1" + } + }, + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", + "dev": true + }, + "hash.js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz", + "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "hawk": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", + "dev": true, + "requires": { + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x", + "sntp": "1.x.x" + } + }, + "he": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", + "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", + "dev": true + }, + "header-case": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/header-case/-/header-case-1.0.1.tgz", + "integrity": "sha1-lTWXMZfBRLCWE81l0xfvGZY70C0=", + "dev": true, + "requires": { + "no-case": "^2.2.0", + "upper-case": "^1.1.3" + } + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dev": true, + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hoek": { + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "dev": true + }, + "home-or-tmp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", + "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" + } + }, + "homedir-polyfill": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", + "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", + "dev": true, + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hosted-git-info": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz", + "integrity": "sha1-C6gdkNouJas0ozLm7HeTbhWYEYs=", + "dev": true + }, + "html-comment-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.0.tgz", + "integrity": "sha1-dq0IGj71+cuPvZyFjP8wZ326yrw=", + "dev": true + }, + "html-loader": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz", + "integrity": "sha1-X7zYfNY6XEmn/OL+VvQl4Fcpxow=", + "dev": true, + "requires": { + "es6-templates": "^0.2.2", + "fastparse": "^1.1.1", + "html-minifier": "^3.0.1", + "loader-utils": "^1.0.2", + "object-assign": "^4.1.0" + }, + "dependencies": { + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + } + } + }, + "html-minifier": { + "version": "3.5.8", + "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.8.tgz", + "integrity": "sha512-WX7D6PB9PFq05fZ1/CyxPUuyqXed6vh2fGOM80+zJT5wAO93D/cUjLs0CcbBFjQmlwmCgRvl97RurtArIpOnkw==", + "dev": true, + "requires": { + "camel-case": "3.0.x", + "clean-css": "4.1.x", + "commander": "2.12.x", + "he": "1.1.x", + "ncname": "1.0.x", + "param-case": "2.1.x", + "relateurl": "0.2.x", + "uglify-js": "3.3.x" + }, + "dependencies": { + "commander": { + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz", + "integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==", + "dev": true + } + } + }, + "html-webpack-plugin": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz", + "integrity": "sha1-f5xCG36pHsRg9WUn1430hO51N9U=", + "dev": true, + "requires": { + "bluebird": "^3.4.7", + "html-minifier": "^3.2.3", + "loader-utils": "^0.2.16", + "lodash": "^4.17.3", + "pretty-error": "^2.0.2", + "toposort": "^1.0.0" + }, + "dependencies": { + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==", + "dev": true + }, + "loader-utils": { + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", + "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + } + } + }, + "htmlparser2": { + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", + "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", + "dev": true, + "requires": { + "domelementtype": "^1.3.0", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + } + }, + "http-errors": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz", + "integrity": "sha1-eIwNLB3iyBuebowBhDtrl+uSB1A=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "setprototypeof": "1.0.2", + "statuses": ">= 1.3.1 < 2" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "http-parser-js": { + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.9.tgz", + "integrity": "sha1-6hoE+2St/wJC6ZdPKX3Uw8rSceE=", + "dev": true + }, + "http-proxy": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.2.tgz", + "integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=", + "dev": true, + "requires": { + "eventemitter3": "1.x.x", + "requires-port": "1.x.x" + }, + "dependencies": { + "eventemitter3": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz", + "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=", + "dev": true + } + } + }, + "http-proxy-middleware": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz", + "integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=", + "dev": true, + "requires": { + "http-proxy": "^1.16.2", + "is-glob": "^3.1.0", + "lodash": "^4.17.2", + "micromatch": "^2.3.11" + }, + "dependencies": { + "eventemitter3": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz", + "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=", + "dev": true + }, + "http-proxy": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz", + "integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=", + "dev": true, + "requires": { + "eventemitter3": "1.x.x", + "requires-port": "1.x.x" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "requires": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + }, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + } + } + } + } + }, + "http-signature": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz", + "integrity": "sha1-F5bPZ6ABrVzWhJ3KCZFIXwkIn+Y=", + "dev": true, + "requires": { + "asn1": "0.1.11", + "assert-plus": "^0.1.5", + "ctype": "0.5.3" + } + }, + "https-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz", + "integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI=", + "dev": true + }, + "https-proxy-agent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.0.tgz", + "integrity": "sha512-uUWcfXHvy/dwfM9bqa6AozvAjS32dZSTUYd/4SEpYKRg6LEcPLshksnQYRudM9AyNvUARMfAg5TLjUDyX/K4vA==", + "dev": true, + "optional": true, + "requires": { + "agent-base": "^4.1.0", + "debug": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "optional": true + } + } + }, + "iconv-lite": { + "version": "0.4.19", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", + "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==" + }, + "icss-replace-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.0.2.tgz", + "integrity": "sha1-ywtgVOs69u3Jqx1i0Bkz4tTIv6U=", + "dev": true + }, + "ieee754": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz", + "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=", + "dev": true + }, + "ignore": { + "version": "2.2.19", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-2.2.19.tgz", + "integrity": "sha1-TIRaYfflC0pBD2FWqqOLatleDI8=", + "dev": true + }, + "imagemin": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-4.0.0.tgz", + "integrity": "sha1-6Q5/CTaDZZXxj6Ff6Qb0+iWeqEc=", + "dev": true, + "requires": { + "buffer-to-vinyl": "^1.0.0", + "concat-stream": "^1.4.6", + "imagemin-gifsicle": "^4.0.0", + "imagemin-jpegtran": "^4.0.0", + "imagemin-optipng": "^4.0.0", + "imagemin-svgo": "^4.0.0", + "optional": "^0.1.0", + "readable-stream": "^2.0.0", + "stream-combiner2": "^1.1.1", + "vinyl-fs": "^2.1.1" + }, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true, + "requires": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-stream": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.2.tgz", + "integrity": "sha1-zf2vfDJDzVNDCoTck0+jnYxdoaU=", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^5.0.3", + "glob-parent": "^2.0.0", + "micromatch": "^2.3.7", + "ordered-read-streams": "^0.3.0", + "through2": "^0.6.0", + "to-absolute-glob": "^0.1.1", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true, + "requires": { + "is-stream": "^1.0.1", + "readable-stream": "^2.0.1" + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true, + "requires": { + "json-stable-stringify": "^1.0.0", + "through2-filter": "^2.0.0" + } + }, + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.3.tgz", + "integrity": "sha1-PZflYuv91LZpId6nBia4S96dLQc=", + "dev": true, + "requires": { + "duplexify": "^3.2.0", + "glob-stream": "^5.3.2", + "graceful-fs": "^4.0.0", + "gulp-sourcemaps": "^1.5.2", + "is-valid-glob": "^0.3.0", + "lazystream": "^1.0.0", + "lodash.isequal": "^4.0.0", + "merge-stream": "^1.0.0", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.0", + "readable-stream": "^2.0.4", + "strip-bom": "^2.0.0", + "strip-bom-stream": "^1.0.0", + "through2": "^2.0.0", + "through2-filter": "^2.0.0", + "vali-date": "^1.0.0", + "vinyl": "^1.0.0" + } + } + } + }, + "imagemin-gifsicle": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-4.2.0.tgz", + "integrity": "sha1-D++butNHbmt2iFc2zFsLh6CHV8o=", + "dev": true, + "optional": true, + "requires": { + "gifsicle": "^3.0.0", + "is-gif": "^1.0.0", + "through2": "^0.6.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true, + "optional": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "optional": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "imagemin-jpegtran": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-4.3.2.tgz", + "integrity": "sha1-G8bR4r0T/bZNJFUm1jWn5d/rEvw=", + "dev": true, + "optional": true, + "requires": { + "is-jpg": "^1.0.0", + "jpegtran-bin": "^3.0.0", + "through2": "^2.0.0" + } + }, + "imagemin-optipng": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-4.3.0.tgz", + "integrity": "sha1-dgRmOrLuMVczJ0cm/Rw3TStErbY=", + "dev": true, + "optional": true, + "requires": { + "exec-buffer": "^2.0.0", + "is-png": "^1.0.0", + "optipng-bin": "^3.0.0", + "through2": "^0.6.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true, + "optional": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "optional": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + } + } + }, + "imagemin-svgo": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-4.2.1.tgz", + "integrity": "sha1-VPB9xW9HJgRi32phxUvvtEtXvlU=", + "dev": true, + "optional": true, + "requires": { + "is-svg": "^1.0.0", + "svgo": "^0.6.0", + "through2": "^2.0.0" + }, + "dependencies": { + "is-svg": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz", + "integrity": "sha1-rA76r7ZTrFhHNwix+HNjbKEQ4xs=", + "dev": true, + "optional": true + } + } + }, + "immutable": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.1.tgz", + "integrity": "sha1-IAgH8Rqw9ycQ6khVQt4IgHX2jNI=", + "dev": true + }, + "in-publish": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz", + "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=", + "dev": true + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "requires": { + "repeating": "^2.0.0" + }, + "dependencies": { + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + } + } + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", + "dev": true + }, + "indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=", + "dev": true + }, + "inflight": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz", + "integrity": "sha1-2zIEzVqd4ubNiQuFxuL2a89PYgo=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "ini": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", + "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", + "dev": true + }, + "inquirer": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", + "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", + "dev": true, + "requires": { + "ansi-escapes": "^1.1.0", + "ansi-regex": "^2.0.0", + "chalk": "^1.0.0", + "cli-cursor": "^1.0.1", + "cli-width": "^2.0.0", + "figures": "^1.3.5", + "lodash": "^4.3.0", + "readline2": "^1.0.1", + "run-async": "^0.1.0", + "rx-lite": "^3.1.2", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.0", + "through": "^2.3.6" + } + }, + "interpret": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz", + "integrity": "sha1-1Xn7f2k7hYAElHrzn6DbSfeVYCw=", + "dev": true + }, + "invariant": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz", + "integrity": "sha1-sJcBBUdmjH4zcCjr6Bbr42yKjVQ=", + "dev": true, + "requires": { + "loose-envify": "^1.0.0" + } + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", + "dev": true + }, + "ip-regex": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz", + "integrity": "sha1-3FiQdvZZ9BnCIgOaMzFvHHOH7/0=", + "dev": true, + "optional": true + }, + "ipaddr.js": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz", + "integrity": "sha1-1LUFvemUaYfM8PxY2QEP+WB+P6A=", + "dev": true + }, + "irregular-plurals": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.1.0.tgz", + "integrity": "sha1-NfKIvr1Zjg7Knn4k/HH0O/m5U44=", + "dev": true + }, + "is": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is/-/is-3.1.0.tgz", + "integrity": "sha1-KUXSBdaRy/5IM+P4oRyK6UZz8qc=", + "dev": true + }, + "is-absolute": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz", + "integrity": "sha1-hHSREZ/MtftDYhfMc39/qtUPYD8=", + "dev": true, + "requires": { + "is-relative": "^0.1.0" + } + }, + "is-absolute-url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz", + "integrity": "sha1-nEsgsOXAy++aR5o2ft5vmRZ581k=", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.3.tgz", + "integrity": "sha1-24l/w/esotUN6UtsjCiWpHcWJ68=", + "dev": true + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "dev": true, + "requires": { + "builtin-modules": "^1.0.0" + } + }, + "is-bzip2": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz", + "integrity": "sha1-XuWOqlounIDiFAe+3yOuWsCRs/w=", + "dev": true + }, + "is-dotfile": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz", + "integrity": "sha1-LBMjg/ORmfjtwmjKAbmwB9IFzE0=", + "dev": true + }, + "is-equal-shallow": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", + "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", + "dev": true, + "requires": { + "is-primitive": "^2.0.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-finite": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz", + "integrity": "sha1-ZDhgPq6+J5OUj/SkJi7I2z1iWXs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-gif": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-1.0.0.tgz", + "integrity": "sha1-ptKumIkwB7/6l6HYwB1jIFgyCX4=", + "dev": true, + "optional": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "^1.0.0" + } + }, + "is-gzip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz", + "integrity": "sha1-bKiwe5nHeZgCWQDlVc7Y7YCHmoM=", + "dev": true + }, + "is-jpg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.0.tgz", + "integrity": "sha1-KVnBfnNDDbOCZNp1uQ3VTy2G2hw=", + "dev": true, + "optional": true + }, + "is-lower-case": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz", + "integrity": "sha1-fhR75HaNxGbbO/shzGCzHmrWk5M=", + "dev": true, + "requires": { + "lower-case": "^1.1.0" + } + }, + "is-my-json-valid": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz", + "integrity": "sha1-1Vd4qC/rawlj/0vhEdXRaE6JBwc=", + "dev": true, + "requires": { + "generate-function": "^2.0.0", + "generate-object-property": "^1.1.0", + "jsonpointer": "2.0.0", + "xtend": "^4.0.0" + } + }, + "is-natural-number": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.1.1.tgz", + "integrity": "sha1-fUxXKDd+84bD4ZSpkRv1fG3DNec=", + "dev": true + }, + "is-number": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", + "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + } + }, + "is-number-like": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz", + "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", + "dev": true, + "requires": { + "lodash.isfinite": "^3.3.2" + } + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true + }, + "is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", + "dev": true + }, + "is-path-in-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", + "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", + "dev": true, + "requires": { + "is-path-inside": "^1.0.0" + } + }, + "is-path-inside": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz", + "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=", + "dev": true, + "requires": { + "path-is-inside": "^1.0.1" + } + }, + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "dev": true + }, + "is-png": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-png/-/is-png-1.0.0.tgz", + "integrity": "sha1-PYA3P+m4nWX9NB9lnT/AoRNecYo=", + "dev": true, + "optional": true + }, + "is-posix-bracket": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", + "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", + "dev": true + }, + "is-primitive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", + "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "dev": true + }, + "is-property": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", + "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", + "dev": true + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=", + "dev": true + }, + "is-relative": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz", + "integrity": "sha1-kF/uiuhvRbPsYUvDwVyGnfCHboI=", + "dev": true + }, + "is-resolvable": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz", + "integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=", + "dev": true, + "requires": { + "tryit": "^1.0.1" + } + }, + "is-retry-allowed": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-svg": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.0.1.tgz", + "integrity": "sha1-+Tqzvx1rvKMOl1PNNIWxMA7rwBM=", + "dev": true, + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-tar": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-tar/-/is-tar-1.0.0.tgz", + "integrity": "sha1-L2suF5LB9bs2UZrKqdZcDSb+hT0=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-upper-case": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz", + "integrity": "sha1-jQsfp+eTOh5YSDYA7H2WYcuvdW8=", + "dev": true, + "requires": { + "upper-case": "^1.1.0" + } + }, + "is-url": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.1.tgz", + "integrity": "sha1-vJL/0psj1fIYDiU7kWvOb9pxGHM=", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "is-valid-glob": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", + "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", + "dev": true + }, + "is-windows": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz", + "integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=", + "dev": true + }, + "is-zip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz", + "integrity": "sha1-R7Co/004p2QxzP2ZqOFaTIa6IyU=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz", + "integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA=", + "dev": true + }, + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "requires": { + "isarray": "1.0.0" + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jpegtran-bin": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-3.0.6.tgz", + "integrity": "sha1-0mavJxp2AwRphP0xw8JQNAe5IyM=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "jquery": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", + "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=", + "dev": true + }, + "js-base64": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz", + "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=", + "dev": true + }, + "js-cookie": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz", + "integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=" + }, + "js-cookies": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/js-cookies/-/js-cookies-1.0.4.tgz", + "integrity": "sha1-1G5XbEIP9tVULA9SttTvfWN+dU4=" + }, + "js-tokens": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.3.tgz", + "integrity": "sha1-FOVutoyPGpLEPVn1AU7CncIPKuE=", + "dev": true + }, + "js-yaml": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz", + "integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^2.6.0" + }, + "dependencies": { + "esprima": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz", + "integrity": "sha1-9DvlQ2CZhOrkTJM6xjNSpq818zk=", + "dev": true + } + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "jsdom": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-7.2.2.tgz", + "integrity": "sha1-QLQCdwwr2iNGkJa+6Rq2deOx/G4=", + "dev": true, + "optional": true, + "requires": { + "abab": "^1.0.0", + "acorn": "^2.4.0", + "acorn-globals": "^1.0.4", + "cssom": ">= 0.3.0 < 0.4.0", + "cssstyle": ">= 0.2.29 < 0.3.0", + "escodegen": "^1.6.1", + "nwmatcher": ">= 1.3.7 < 2.0.0", + "parse5": "^1.5.1", + "request": "^2.55.0", + "sax": "^1.1.4", + "symbol-tree": ">= 3.1.0 < 4.0.0", + "tough-cookie": "^2.2.0", + "webidl-conversions": "^2.0.0", + "whatwg-url-compat": "~0.6.5", + "xml-name-validator": ">= 2.0.1 < 3.0.0" + }, + "dependencies": { + "acorn": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", + "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=", + "dev": true, + "optional": true + }, + "parse5": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz", + "integrity": "sha1-m387DeMr543CQBsXVzzK8Pb1nZQ=", + "dev": true, + "optional": true + } + } + }, + "jsesc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", + "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", + "dev": true + }, + "jshint": { + "version": "2.9.5", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz", + "integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=", + "dev": true, + "requires": { + "cli": "~1.0.0", + "console-browserify": "1.1.x", + "exit": "0.1.x", + "htmlparser2": "3.8.x", + "lodash": "3.7.x", + "minimatch": "~3.0.2", + "shelljs": "0.3.x", + "strip-json-comments": "1.0.x" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "entities": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", + "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=", + "dev": true + }, + "htmlparser2": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=", + "dev": true, + "requires": { + "domelementtype": "1", + "domhandler": "2.3", + "domutils": "1.5", + "entities": "1.0", + "readable-stream": "1.1" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "lodash": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz", + "integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "shelljs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz", + "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=", + "dev": true + } + } + }, + "jshint-loader": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/jshint-loader/-/jshint-loader-0.8.4.tgz", + "integrity": "sha1-tD7kXRN3adVliUChH479mg7c1Hs=", + "dev": true, + "requires": { + "loader-utils": "^1.0.2", + "rcloader": "=0.1.2", + "strip-json-comments": "0.1.x" + }, + "dependencies": { + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + }, + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + }, + "rcloader": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/rcloader/-/rcloader-0.1.2.tgz", + "integrity": "sha1-oJY6ZDfQnvjLktky0trUl7DRc2w=", + "dev": true, + "requires": { + "lodash": "~2.4.1", + "rcfinder": "~0.1.6" + } + }, + "strip-json-comments": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz", + "integrity": "sha1-Fkxk43Coo8wAyeAbU55WmCPw7lQ=", + "dev": true + } + } + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true, + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "json3": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", + "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", + "dev": true + }, + "json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", + "dev": true + }, + "jsonfile": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.3.1.tgz", + "integrity": "sha1-KLyynFlrW3qv005mKjKbpizYQvw=", + "dev": true + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, + "jsonpointer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz", + "integrity": "sha1-OvHdIP6FRjkQ1GmjheMwF9KgMNk=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "jstransform": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/jstransform/-/jstransform-11.0.3.tgz", + "integrity": "sha1-CaeJk+CuTU70SH9hVakfYZDLQiM=", + "requires": { + "base62": "^1.1.0", + "commoner": "^0.10.1", + "esprima-fb": "^15001.1.0-dev-harmony-fb", + "object-assign": "^2.0.0", + "source-map": "^0.4.2" + }, + "dependencies": { + "esprima-fb": { + "version": "15001.1.0-dev-harmony-fb", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1.0-dev-harmony-fb.tgz", + "integrity": "sha1-MKlHMDxrjV6VW+4rmbHSMyBqaQE=" + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=" + }, + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "kind-of": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.3.tgz", + "integrity": "sha1-xhYIdH2BWwNiVW2zJ2Nip6OK3tM=", + "dev": true, + "requires": { + "is-buffer": "^1.0.2" + } + }, + "klaw": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.2.0.tgz", + "integrity": "sha1-2zhpLdwvXRD6FEUAcd1jq5MrorE=", + "dev": true + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", + "dev": true + }, + "lazy-req": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz", + "integrity": "sha1-va6+rTD42CQDnODOFJ1Nqge6H6w=", + "dev": true, + "optional": true + }, + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true, + "requires": { + "readable-stream": "^2.0.5" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", + "dev": true, + "requires": { + "invert-kv": "^1.0.0" + } + }, + "leaflet": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.2.0.tgz", + "integrity": "sha512-Bold8phAE6WcRsuwhofrQ7cOK1REFHaYIkKuj7+TBYK3ONKRpGGIb5oXR5akYotFnrWN0TWKh6Svlhflm3dogg==" + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "liftoff": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.2.1.tgz", + "integrity": "sha1-jf74SNP0QZIcSjEfwyA66cNMQac=", + "dev": true, + "requires": { + "extend": "^2.0.1", + "findup-sync": "^0.3.0", + "flagged-respawn": "^0.3.2", + "rechoir": "^0.6.0", + "resolve": "^1.1.6" + }, + "dependencies": { + "extend": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-2.0.1.tgz", + "integrity": "sha1-HugBBonnOV/5RIJByYZSvHWagmA=", + "dev": true + } + } + }, + "limiter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.2.tgz", + "integrity": "sha512-JIKZ0xb6fZZYa3deZ0BgXCgX6HgV8Nx3mFGeFHmFWW8Fb2c08e0CyE+G3nalpD0xGvGssjGb1UdFr+PprxZEbw==", + "dev": true + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "loader-fs-cache": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz", + "integrity": "sha1-VuC/CL2XCLJqdltoUJhAyN7J/bw=", + "dev": true, + "requires": { + "find-cache-dir": "^0.1.1", + "mkdirp": "0.5.1" + } + }, + "loader-utils": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.15.tgz", + "integrity": "sha1-x98zQqnU4hA93cl9QGDazMJG1qw=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" + }, + "dependencies": { + "json5": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz", + "integrity": "sha1-myBxWwJsvjd4/Xae3M2CLYMypbI=", + "dev": true + } + } + }, + "localtunnel": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-1.8.3.tgz", + "integrity": "sha1-3MWSL9hWUQN9S94k/ZMkjQsk6wU=", + "dev": true, + "requires": { + "debug": "2.6.8", + "openurl": "1.1.1", + "request": "2.81.0", + "yargs": "3.29.0" + }, + "dependencies": { + "assert-plus": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "debug": { + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", + "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "form-data": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", + "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.5", + "mime-types": "^2.1.12" + }, + "dependencies": { + "mime-types": { + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", + "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", + "dev": true, + "requires": { + "mime-db": "~1.30.0" + } + } + } + }, + "har-validator": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", + "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", + "dev": true, + "requires": { + "ajv": "^4.9.1", + "har-schema": "^1.0.5" + } + }, + "http-signature": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "dev": true, + "requires": { + "assert-plus": "^0.2.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "mime-db": { + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", + "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "qs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", + "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "dev": true + }, + "request": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", + "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", + "dev": true, + "requires": { + "aws-sign2": "~0.6.0", + "aws4": "^1.2.1", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.0", + "forever-agent": "~0.6.1", + "form-data": "~2.1.1", + "har-validator": "~4.2.1", + "hawk": "~3.1.3", + "http-signature": "~1.1.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.7", + "oauth-sign": "~0.8.1", + "performance-now": "^0.2.0", + "qs": "~6.4.0", + "safe-buffer": "^5.0.1", + "stringstream": "~0.0.4", + "tough-cookie": "~2.3.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.0.0" + } + }, + "tough-cookie": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz", + "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=", + "dev": true, + "requires": { + "punycode": "^1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "uuid": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz", + "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==", + "dev": true + }, + "yargs": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.29.0.tgz", + "integrity": "sha1-GquWYOrnnYuPZ1vK7qtu40ws9pw=", + "dev": true, + "requires": { + "camelcase": "^1.2.1", + "cliui": "^3.0.3", + "decamelize": "^1.0.0", + "os-locale": "^1.4.0", + "window-size": "^0.1.2", + "y18n": "^3.2.0" + } + } + } + }, + "lodash": { + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz", + "integrity": "sha1-g+SxCRP0hJbU0W/sSlYK8u50S2g=", + "dev": true + }, + "lodash._arraycopy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz", + "integrity": "sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE=", + "dev": true + }, + "lodash._arrayeach": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz", + "integrity": "sha1-urFWsqkNPxu9XGU0AzSeXlkz754=", + "dev": true + }, + "lodash._baseassign": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz", + "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=", + "dev": true, + "requires": { + "lodash._basecopy": "^3.0.0", + "lodash.keys": "^3.0.0" + }, + "dependencies": { + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true, + "requires": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + } + } + }, + "lodash._baseclone": { + "version": "4.5.7", + "resolved": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-4.5.7.tgz", + "integrity": "sha1-zkKt4IOE711i+nfDD2GkbmhvhDQ=", + "dev": true + }, + "lodash._basecopy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", + "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=", + "dev": true + }, + "lodash._baseeach": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/lodash._baseeach/-/lodash._baseeach-4.1.3.tgz", + "integrity": "sha1-ykmE7chJwjeyg/vi6nz3bTf8nWc=", + "dev": true + }, + "lodash._basefor": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz", + "integrity": "sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI=", + "dev": true + }, + "lodash._baseiteratee": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash._baseiteratee/-/lodash._baseiteratee-4.7.0.tgz", + "integrity": "sha1-NKm1VDVycnw9sueO2uPA6eZr0QI=", + "dev": true, + "requires": { + "lodash._stringtopath": "~4.8.0" + } + }, + "lodash._basetostring": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-4.12.0.tgz", + "integrity": "sha1-kyfJ3FFYhmt/pLnUL0Y45XZt2d8=", + "dev": true + }, + "lodash._basevalues": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", + "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=", + "dev": true + }, + "lodash._bindcallback": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz", + "integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=", + "dev": true + }, + "lodash._createassigner": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz", + "integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=", + "dev": true, + "requires": { + "lodash._bindcallback": "^3.0.0", + "lodash._isiterateecall": "^3.0.0", + "lodash.restparam": "^3.0.0" + } + }, + "lodash._createcompounder": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._createcompounder/-/lodash._createcompounder-3.0.0.tgz", + "integrity": "sha1-XdLLVTctbnDg4jkvsjBNZjEJEHU=", + "dev": true, + "requires": { + "lodash.deburr": "^3.0.0", + "lodash.words": "^3.0.0" + } + }, + "lodash._getnative": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", + "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=", + "dev": true + }, + "lodash._isiterateecall": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", + "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=", + "dev": true + }, + "lodash._reescape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", + "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", + "dev": true + }, + "lodash._reevaluate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", + "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=", + "dev": true + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", + "dev": true + }, + "lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", + "dev": true + }, + "lodash._stringtopath": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/lodash._stringtopath/-/lodash._stringtopath-4.8.0.tgz", + "integrity": "sha1-lBvPDmQmbl/B1m/tCmlZVExXaCQ=", + "dev": true, + "requires": { + "lodash._basetostring": "~4.12.0" + } + }, + "lodash.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.1.0.tgz", + "integrity": "sha1-fLJi8fdvhlYmrcp75NQZ1R+4qME=", + "dev": true + }, + "lodash.camelcase": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-3.0.1.tgz", + "integrity": "sha1-kyyLh/ikN3iXxnGXUzKC+Xrqwpg=", + "dev": true, + "requires": { + "lodash._createcompounder": "^3.0.0" + } + }, + "lodash.clone": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.clone/-/lodash.clone-4.3.2.tgz", + "integrity": "sha1-5WsXa2gjp93jj38r9Y3n1ZcSAOk=", + "dev": true, + "requires": { + "lodash._baseclone": "~4.5.0" + } + }, + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", + "dev": true + }, + "lodash.deburr": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-3.2.0.tgz", + "integrity": "sha1-baj1QzSjZqfPTEx2742Aqhs2XtU=", + "dev": true, + "requires": { + "lodash._root": "^3.0.0" + } + }, + "lodash.escape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", + "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", + "dev": true, + "requires": { + "lodash._root": "^3.0.0" + } + }, + "lodash.isarguments": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.8.tgz", + "integrity": "sha1-W/jaiH8B8qnknAoXXNrrMYoOQ9w=", + "dev": true + }, + "lodash.isarray": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", + "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", + "dev": true + }, + "lodash.isequal": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.2.0.tgz", + "integrity": "sha1-Q/VRj1njdGPTlE6EazpBMYCw9Go=", + "dev": true, + "requires": { + "lodash._root": "~3.0.0", + "lodash.keys": "^4.0.0" + } + }, + "lodash.isfinite": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz", + "integrity": "sha1-+4m2WpqAKBgz8LdHizpRBPiY67M=", + "dev": true + }, + "lodash.isobject": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", + "integrity": "sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=", + "dev": true + }, + "lodash.keys": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-4.0.7.tgz", + "integrity": "sha1-MOGzvZjlTWoGEZkYEmhba8R8tjs=", + "dev": true + }, + "lodash.merge": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.0.tgz", + "integrity": "sha1-aYhLoUSsM/5plzemCG3v+t0PicU=", + "dev": true + }, + "lodash.pickby": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.5.1.tgz", + "integrity": "sha1-XgiLJdA1YMXWx9zC9pHBH+zS0uE=", + "dev": true + }, + "lodash.restparam": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", + "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", + "dev": true + }, + "lodash.some": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.4.0.tgz", + "integrity": "sha1-ke3sACQHrZHuuSEtzyaT8aboXPY=", + "dev": true, + "requires": { + "lodash._baseeach": "~4.1.0", + "lodash._baseiteratee": "~4.7.0" + } + }, + "lodash.template": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", + "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", + "dev": true, + "requires": { + "lodash._basecopy": "^3.0.0", + "lodash._basetostring": "^3.0.0", + "lodash._basevalues": "^3.0.0", + "lodash._isiterateecall": "^3.0.0", + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0", + "lodash.keys": "^3.0.0", + "lodash.restparam": "^3.0.0", + "lodash.templatesettings": "^3.0.0" + }, + "dependencies": { + "lodash._basetostring": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", + "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=", + "dev": true + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true, + "requires": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + } + } + }, + "lodash.templatesettings": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", + "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", + "dev": true, + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.escape": "^3.0.0" + } + }, + "lodash.words": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.words/-/lodash.words-3.2.0.tgz", + "integrity": "sha1-TiqGSbwIdFsXxpWxo86P7llmI7M=", + "dev": true, + "requires": { + "lodash._root": "^3.0.0" + } + }, + "logalot": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz", + "integrity": "sha1-X46MkNME7fElMJUaVVSruMXj9VI=", + "dev": true, + "optional": true, + "requires": { + "figures": "^1.3.5", + "squeak": "^1.0.0" + } + }, + "longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "dev": true + }, + "loose-envify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz", + "integrity": "sha1-aaZarT3lQs9O4PT+dOjjPHCcyw8=", + "dev": true, + "requires": { + "js-tokens": "^1.0.1" + } + }, + "loud-rejection": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.3.0.tgz", + "integrity": "sha1-8omjkvF9K6rPGU0KZzAEOUQzsRU=", + "dev": true, + "requires": { + "array-find-index": "^1.0.0", + "signal-exit": "^2.1.2" + } + }, + "lower-case": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", + "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=", + "dev": true + }, + "lower-case-first": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-1.0.2.tgz", + "integrity": "sha1-5dp8JvKacHO+AtUrrJmA5ZIq36E=", + "dev": true, + "requires": { + "lower-case": "^1.1.2" + } + }, + "lowercase-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", + "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=", + "dev": true + }, + "lpad": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/lpad/-/lpad-2.0.1.tgz", + "integrity": "sha1-KDFrTnsgFfUR9lkUWa/A5ZRACK0=", + "dev": true, + "optional": true + }, + "lpad-align": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.0.tgz", + "integrity": "sha1-J/p4a8tpX8Q06hUAcj640L3IK/Q=", + "dev": true, + "optional": true, + "requires": { + "get-stdin": "^4.0.1", + "longest": "^1.0.0", + "lpad": "^2.0.1", + "meow": "^3.3.0" + } + }, + "lru-cache": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz", + "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + }, + "map-stream": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.6.tgz", + "integrity": "sha1-0u9OuBGihkTHqJiZhcacL91JaCc=", + "dev": true + }, + "marked": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", + "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=", + "dev": true + }, + "marked-terminal": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.6.1.tgz", + "integrity": "sha1-BM0cfIsO9I2z9oAQ1zpXqWYcbM8=", + "dev": true, + "requires": { + "cardinal": "^0.5.0", + "chalk": "^1.0.0", + "cli-table": "^0.3.1", + "lodash.assign": "^3.0.0", + "node-emoji": "^0.1.0" + }, + "dependencies": { + "lodash.assign": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz", + "integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=", + "dev": true, + "requires": { + "lodash._baseassign": "^3.0.0", + "lodash._createassigner": "^3.0.0", + "lodash.keys": "^3.0.0" + } + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true, + "requires": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + } + } + }, + "md5.js": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz", + "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", + "dev": true, + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + }, + "dependencies": { + "hash-base": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", + "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + } + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true + }, + "memory-fs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.3.0.tgz", + "integrity": "sha1-e8xrYp46Q+hx1+Kaymrop/FcuyA=", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "dev": true + }, + "merge-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.0.tgz", + "integrity": "sha1-nP0Vb+81Qh4rVAPOEdxusZYrAm4=", + "dev": true, + "requires": { + "readable-stream": "^2.0.1" + } + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "dev": true + }, + "micromatch": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz", + "integrity": "sha1-Ly6F70YUDb6my1XnObaxGzDqpQk=", + "dev": true, + "requires": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + } + }, + "mime": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz", + "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=", + "dev": true + }, + "mime-db": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz", + "integrity": "sha1-oxtAcK2uon1zLqMzdApk0OyaZlk=", + "dev": true + }, + "mime-types": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz", + "integrity": "sha1-wlnEcb2oCKhdbNGTtDCl+uRHOzw=", + "dev": true, + "requires": { + "mime-db": "~1.23.0" + } + }, + "minimalistic-assert": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz", + "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=", + "dev": true + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "dev": true + }, + "minimatch": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", + "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "requires": { + "brace-expansion": "^1.0.0" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + } + } + }, + "ms": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", + "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=", + "dev": true + }, + "multipipe": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", + "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", + "dev": true, + "requires": { + "duplexer2": "0.0.2" + } + }, + "mute-stream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz", + "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=", + "dev": true + }, + "nan": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz", + "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=", + "dev": true + }, + "ncname": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz", + "integrity": "sha1-W1etGLHKCShk72Kwse2BlPODtxw=", + "dev": true, + "requires": { + "xml-char-classes": "^1.0.0" + } + }, + "negotiator": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", + "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=", + "dev": true + }, + "no-case": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", + "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", + "dev": true, + "requires": { + "lower-case": "^1.1.1" + } + }, + "node-emoji": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-0.1.0.tgz", + "integrity": "sha1-P0QkpVuo7VDCVKE4WLJEVPQYJgI=", + "dev": true + }, + "node-gyp": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz", + "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=", + "dev": true, + "requires": { + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "2", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + } + } + }, + "node-libs-browser": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-1.1.1.tgz", + "integrity": "sha1-KjgkOr7dff/NB6l8mspWaJdab+o=", + "dev": true, + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.1.4", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^1.0.0", + "https-browserify": "0.0.1", + "os-browserify": "^0.2.0", + "path-browserify": "0.0.0", + "process": "^0.11.0", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.0.5", + "stream-browserify": "^2.0.1", + "stream-http": "^2.3.1", + "string_decoder": "^0.10.25", + "timers-browserify": "^1.4.2", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.10.3", + "vm-browserify": "0.0.4" + } + }, + "node-notifier": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.0.tgz", + "integrity": "sha1-1hJdQXcpeCsi035ZKtX3HoPAgWs=", + "dev": true, + "requires": { + "cli-usage": "^0.1.1", + "growly": "^1.2.0", + "lodash.clonedeep": "^3.0.0", + "minimist": "^1.1.1", + "semver": "^5.1.0", + "shellwords": "^0.1.0", + "which": "^1.0.5" + }, + "dependencies": { + "lodash._baseclone": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz", + "integrity": "sha1-MDUZv2OT/n5C802LYw73eU41Qrc=", + "dev": true, + "requires": { + "lodash._arraycopy": "^3.0.0", + "lodash._arrayeach": "^3.0.0", + "lodash._baseassign": "^3.0.0", + "lodash._basefor": "^3.0.0", + "lodash.isarray": "^3.0.0", + "lodash.keys": "^3.0.0" + } + }, + "lodash.clonedeep": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz", + "integrity": "sha1-oKHkDYKl6on/WxR7hETtY9koJ9s=", + "dev": true, + "requires": { + "lodash._baseclone": "^3.0.0", + "lodash._bindcallback": "^3.0.0" + } + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true, + "requires": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + } + } + }, + "node-sass": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz", + "integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=", + "dev": true, + "requires": { + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash.assign": "^4.2.0", + "lodash.clonedeep": "^4.3.2", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.3.2", + "node-gyp": "^3.3.1", + "npmlog": "^4.0.0", + "request": "^2.61.0", + "sass-graph": "^2.1.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "gaze": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz", + "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=", + "dev": true, + "requires": { + "globule": "^1.0.0" + } + }, + "globule": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz", + "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=", + "dev": true, + "requires": { + "glob": "~7.1.1", + "lodash": "~4.17.4", + "minimatch": "~3.0.2" + }, + "dependencies": { + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "lodash.assign": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", + "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "node-status-codes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz", + "integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8=", + "dev": true + }, + "node-uuid": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz", + "integrity": "sha1-baWhdmjEs91ZYjvaEc9/pMH2Cm8=", + "dev": true + }, + "node.extend": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.5.tgz", + "integrity": "sha1-M2vU2b+fihMCjBU+Z79dxQasAJM=", + "dev": true, + "requires": { + "is": "^3.0.1" + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "normalize-package-data": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz", + "integrity": "sha1-jZJPFClg4Xd+f/4XBUNjHMfLAt8=", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz", + "integrity": "sha1-R4hqwWYnYNQmG32XnSQXCdPOP3o=", + "dev": true + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "dev": true + }, + "normalize-url": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.5.2.tgz", + "integrity": "sha1-nFqYT6427B++2QwmRal1fA5LT4Y=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "nth-check": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", + "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", + "dev": true, + "requires": { + "boolbase": "~1.0.0" + } + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", + "dev": true + }, + "number-is-nan": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", + "integrity": "sha1-wCD1KcUoKt/dIz2R1LGBw9aG3Es=", + "dev": true + }, + "nwmatcher": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.3.8.tgz", + "integrity": "sha1-NO25PeGqbLREi1c8nyoFkwAkEVc=", + "dev": true, + "optional": true + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true + }, + "object-assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", + "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", + "dev": true + }, + "object-component": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", + "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=", + "dev": true + }, + "object-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.2.0.tgz", + "integrity": "sha512-smRWXzkvxw72VquyZ0wggySl7PFUtoDhvhpdwgESXxUrH7vVhhp9asfup1+rVLrhsl7L45Ee1Q/l5R2Ul4MwUg==", + "dev": true + }, + "object-path": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz", + "integrity": "sha1-D9mnT8X60a45aLWGvaXGMr1sBaU=", + "dev": true + }, + "object.omit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz", + "integrity": "sha1-hoWXMz1U5gZilAu0WGBd1q4S/pQ=", + "dev": true, + "requires": { + "for-own": "^0.1.3", + "is-extendable": "^0.1.1" + } + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz", + "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=", + "dev": true + }, + "once": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", + "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", + "requires": { + "wrappy": "1" + } + }, + "onecolor": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/onecolor/-/onecolor-2.5.0.tgz", + "integrity": "sha1-Ila2UdyAfBAfAK7b1JklxXpEMcE=", + "dev": true + }, + "onetime": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true + }, + "open": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/open/-/open-0.0.5.tgz", + "integrity": "sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=", + "dev": true + }, + "openurl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz", + "integrity": "sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=", + "dev": true + }, + "opn": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz", + "integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "pinkie-promise": "^2.0.0" + } + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true + } + } + }, + "optional": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/optional/-/optional-0.1.3.tgz", + "integrity": "sha1-+HU3UXtZpecyz9jxjk9+6nq0dh4=", + "dev": true + }, + "optionator": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz", + "integrity": "sha1-4xtJMs3V+4Yqiw0QvGPT7h7H14s=", + "dev": true, + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "^1.1.0", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" + } + }, + "optipng-bin": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-3.1.2.tgz", + "integrity": "sha1-GMWjOI7V1vHm7xmYqwprzIvdDKA=", + "dev": true, + "optional": true, + "requires": { + "bin-build": "^2.0.0", + "bin-wrapper": "^3.0.0", + "logalot": "^2.0.0" + } + }, + "orchestrator": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.7.tgz", + "integrity": "sha1-xFBk4ixaKnuZc09AmpX/7cfTw98=", + "dev": true, + "requires": { + "end-of-stream": "~0.1.5", + "sequencify": "~0.0.7", + "stream-consume": "~0.1.0" + } + }, + "ordered-read-streams": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", + "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", + "dev": true + }, + "original": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz", + "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=", + "dev": true, + "requires": { + "url-parse": "1.0.x" + }, + "dependencies": { + "url-parse": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz", + "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=", + "dev": true, + "requires": { + "querystringify": "0.0.x", + "requires-port": "1.0.x" + } + } + } + }, + "os-browserify": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz", + "integrity": "sha1-Y/xMzuXS13Y9Jrv4YBB45sLgBE8=", + "dev": true + }, + "os-filter-obj": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-1.0.3.tgz", + "integrity": "sha1-WRUzDZDs7VV9LZOKMcbdIU2cY60=", + "dev": true, + "optional": true + }, + "os-homedir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz", + "integrity": "sha1-DWK99EuRb9O73PLKsZGUj7CU8Ac=", + "dev": true + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", + "dev": true, + "requires": { + "lcid": "^1.0.0" + } + }, + "os-tmpdir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz", + "integrity": "sha1-6bQjoe2vR5iCVi6S7XHXdDoHG24=", + "dev": true + }, + "osenv": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", + "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=", + "dev": true + }, + "parallel-transform": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz", + "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", + "dev": true, + "requires": { + "cyclist": "~0.2.2", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "param-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", + "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", + "dev": true, + "requires": { + "no-case": "^2.2.0" + } + }, + "parse-asn1": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz", + "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=", + "dev": true, + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3" + } + }, + "parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dev": true, + "requires": { + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", + "dev": true + }, + "parse5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-2.2.3.tgz", + "integrity": "sha1-DE/EHBAAxea5PUiwP4CDg3g06fY=", + "dev": true + }, + "parseqs": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", + "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", + "dev": true, + "requires": { + "better-assert": "~1.0.0" + } + }, + "parseuri": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", + "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", + "dev": true, + "requires": { + "better-assert": "~1.0.0" + } + }, + "parseurl": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", + "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=", + "dev": true + }, + "pascal-case": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz", + "integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=", + "dev": true, + "requires": { + "camel-case": "^3.0.0", + "upper-case-first": "^1.1.0" + } + }, + "path-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz", + "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=", + "dev": true + }, + "path-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/path-case/-/path-case-2.1.1.tgz", + "integrity": "sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU=", + "dev": true, + "requires": { + "no-case": "^2.2.0" + } + }, + "path-is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz", + "integrity": "sha1-Jj2tpmqz8vsQv3+dJN2PPlcO+RI=" + }, + "path-is-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz", + "integrity": "sha1-mNjx0DC/BL167uShulSF1AMY/Yk=", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "dev": true + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "dev": true, + "requires": { + "through": "~2.3" + } + }, + "pbkdf2": { + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz", + "integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==", + "dev": true, + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "pbkdf2-compat": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz", + "integrity": "sha1-tuDI+plJTZTgURV1gCpZpcFC8og=", + "dev": true + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "performance-now": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", + "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", + "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", + "dev": true, + "requires": { + "find-up": "^1.0.0" + } + }, + "plugin-error": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz", + "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=", + "dev": true, + "requires": { + "ansi-cyan": "^0.1.1", + "ansi-red": "^0.1.1", + "arr-diff": "^1.0.1", + "arr-union": "^2.0.1", + "extend-shallow": "^1.1.2" + }, + "dependencies": { + "arr-diff": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz", + "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=", + "dev": true, + "requires": { + "arr-flatten": "^1.0.1", + "array-slice": "^0.2.3" + } + }, + "extend-shallow": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz", + "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=", + "dev": true, + "requires": { + "kind-of": "^1.1.0" + } + }, + "kind-of": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz", + "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=", + "dev": true + } + } + }, + "plur": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/plur/-/plur-2.1.2.tgz", + "integrity": "sha1-dIJFLBoPUI4+NE6uwxLJHCncZVo=", + "dev": true, + "requires": { + "irregular-plurals": "^1.0.0" + } + }, + "pluralize": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz", + "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=", + "dev": true + }, + "portscanner": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz", + "integrity": "sha1-6rtAnk3iSVD1oqUW01rnaTQ/u5Y=", + "dev": true, + "requires": { + "async": "1.5.2", + "is-number-like": "^1.0.3" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + } + } + }, + "postcss": { + "version": "5.0.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.0.21.tgz", + "integrity": "sha1-1M9vGXdGSMSSrFfCmPavs8BMrv4=", + "dev": true, + "requires": { + "js-base64": "^2.1.9", + "source-map": "^0.5.5", + "supports-color": "^3.1.2" + }, + "dependencies": { + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + } + } + }, + "postcss-calc": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.2.1.tgz", + "integrity": "sha1-QhR+VYmkuvZYaIdk12xqCXgEZS4=", + "dev": true, + "requires": { + "postcss": "^5.0.2", + "postcss-message-helpers": "^2.0.0", + "reduce-css-calc": "^1.2.0" + } + }, + "postcss-colormin": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.0.tgz", + "integrity": "sha1-zvmdTVhU5Rv9i41grwo/g+Q5ZF8=", + "dev": true, + "requires": { + "colormin": "^1.0.5", + "postcss": "^5.0.13", + "postcss-value-parser": "^3.2.3" + } + }, + "postcss-convert-values": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.3.4.tgz", + "integrity": "sha1-IyG6A5fzIleRMNi58OiaQtguYjk=", + "dev": true, + "requires": { + "postcss": "^5.0.8", + "postcss-value-parser": "^3.0.2" + } + }, + "postcss-discard-comments": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz", + "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=", + "dev": true, + "requires": { + "postcss": "^5.0.14" + } + }, + "postcss-discard-duplicates": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.1.tgz", + "integrity": "sha1-X64/GnHfPhnP+zcwnRp9ulbEWJw=", + "dev": true, + "requires": { + "postcss": "^5.0.4" + } + }, + "postcss-discard-empty": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz", + "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=", + "dev": true, + "requires": { + "postcss": "^5.0.14" + } + }, + "postcss-discard-overridden": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz", + "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=", + "dev": true, + "requires": { + "postcss": "^5.0.16" + } + }, + "postcss-discard-unused": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.1.tgz", + "integrity": "sha1-XQIfAhpu1s7HMQ1GA3lKdd3VMjI=", + "dev": true, + "requires": { + "flatten": "1.0.2", + "postcss": "^5.0.14", + "uniqs": "^2.0.0" + } + }, + "postcss-filter-plugins": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.0.tgz", + "integrity": "sha1-rM5dGMQOUb5ZiRG27Ki1TZ5b3t8=", + "dev": true, + "requires": { + "postcss": "^5.0.4", + "uniqid": "^1.0.0" + } + }, + "postcss-loader": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-0.8.2.tgz", + "integrity": "sha1-umc7x1vWvkA2duAyv+dn7KvpT6k=", + "dev": true, + "requires": { + "loader-utils": "^0.2.12", + "postcss": "^5.0.19" + } + }, + "postcss-merge-idents": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.6.tgz", + "integrity": "sha1-Uv9ksY5YvLltdgLmXFx47RfNqqM=", + "dev": true, + "requires": { + "has-own": "^1.0.0", + "postcss": "^5.0.10", + "postcss-value-parser": "^3.1.1" + } + }, + "postcss-merge-longhand": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", + "integrity": "sha1-/1m13sbVhs4s6hgxOPVcWHb6nNw=", + "dev": true, + "requires": { + "postcss": "^5.0.4" + } + }, + "postcss-merge-rules": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.0.9.tgz", + "integrity": "sha1-f+eeFSrEn7W5rl8E5ZTjQbhVaXE=", + "dev": true, + "requires": { + "postcss": "^5.0.4" + } + }, + "postcss-message-helpers": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", + "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=", + "dev": true + }, + "postcss-minify-font-values": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz", + "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" + } + }, + "postcss-minify-gradients": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.2.tgz", + "integrity": "sha1-g8SgE00RgXsERefe5mtcRQFObo0=", + "dev": true, + "requires": { + "postcss": "^5.0.12", + "postcss-value-parser": "^3.1.3" + } + }, + "postcss-minify-params": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz", + "integrity": "sha1-Kne5bbgEh/Ff75QVlbEbWVNo1UM=", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.2", + "postcss-value-parser": "^3.0.2", + "uniqs": "^2.0.0" + } + }, + "postcss-minify-selectors": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.0.5.tgz", + "integrity": "sha1-Th+Wb7SclSZoBAFrqaPGZFu2AeA=", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.2", + "postcss": "^5.0.14", + "postcss-selector-parser": "^2.0.0" + } + }, + "postcss-modules-extract-imports": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.0.1.tgz", + "integrity": "sha1-j7P++abdBCDT9tQ1PPH/c/Kyo0E=", + "dev": true, + "requires": { + "postcss": "^5.0.4" + } + }, + "postcss-modules-local-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.1.tgz", + "integrity": "sha1-XsuJD+Umn3D8O5gPYgLN6XcdR5k=", + "dev": true, + "requires": { + "css-selector-tokenizer": "^0.5.1", + "postcss": "^5.0.4" + } + }, + "postcss-modules-scope": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.1.tgz", + "integrity": "sha1-+YEgAydWCHdEbc7eNBn/rLH2xoI=", + "dev": true, + "requires": { + "css-selector-tokenizer": "^0.5.0", + "postcss": "^5.0.4" + } + }, + "postcss-modules-values": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.1.3.tgz", + "integrity": "sha1-LeXA/saXlMTpYbh7H+4Bgb8Ip/E=", + "dev": true, + "requires": { + "icss-replace-symbols": "^1.0.2", + "postcss": "^5.0.10" + } + }, + "postcss-normalize-charset": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.0.tgz", + "integrity": "sha1-L70w4SJIxEKYHTHqJITUb9BiiXA=", + "dev": true, + "requires": { + "postcss": "^5.0.5" + } + }, + "postcss-normalize-url": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz", + "integrity": "sha1-a9kNCkvFod8iwm6mXFMlfcOCn04=", + "dev": true, + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^1.4.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3" + } + }, + "postcss-ordered-values": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.1.tgz", + "integrity": "sha1-KYaXWX43mjYU3d5PitT/vdDJvDs=", + "dev": true, + "requires": { + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.1" + } + }, + "postcss-reduce-idents": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.3.0.tgz", + "integrity": "sha1-ppe1KVPtaCX/6kBOJqTxBdi41Wk=", + "dev": true, + "requires": { + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" + } + }, + "postcss-reduce-transforms": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.3.tgz", + "integrity": "sha1-/Bk+Q1qXPBD5gBx0cAqDD3lkM0M=", + "dev": true, + "requires": { + "postcss": "^5.0.8", + "postcss-value-parser": "^3.0.1" + } + }, + "postcss-selector-parser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.0.0.tgz", + "integrity": "sha1-b8IpyFxfjoNXJYkYUStSDZd1pPA=", + "dev": true, + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "postcss-svgo": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.3.tgz", + "integrity": "sha1-WT3EBW1QeWnkEjo/MZx/8EXmvww=", + "dev": true, + "requires": { + "is-svg": "^2.0.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3", + "svgo": "^0.6.1" + } + }, + "postcss-unique-selectors": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz", + "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=", + "dev": true, + "requires": { + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.4", + "uniqs": "^2.0.0" + } + }, + "postcss-value-parser": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz", + "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=", + "dev": true + }, + "postcss-zindex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.1.1.tgz", + "integrity": "sha1-6j++ZWyXOKqHKeLuluwqRgibcg8=", + "dev": true, + "requires": { + "postcss": "^5.0.4", + "uniqs": "^2.0.0" + } + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "dev": true + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "dev": true + }, + "preserve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", + "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", + "dev": true + }, + "pretty-bytes": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-2.0.1.tgz", + "integrity": "sha1-FV7E0ANvQTkecEXW2+SWPVJdJk8=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1", + "meow": "^3.1.0", + "number-is-nan": "^1.0.0" + } + }, + "pretty-data": { + "version": "0.40.0", + "resolved": "https://registry.npmjs.org/pretty-data/-/pretty-data-0.40.0.tgz", + "integrity": "sha1-Vyqo6iNGdGerlLa1Jmpv2cj93XI=", + "dev": true + }, + "pretty-error": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz", + "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=", + "dev": true, + "requires": { + "renderkid": "^2.0.1", + "utila": "~0.4" + } + }, + "pretty-hrtime": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.2.tgz", + "integrity": "sha1-cMqW9NBiikQ7kYdY95QWqae8n6g=", + "dev": true + }, + "private": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "dev": true + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, + "progress": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", + "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", + "dev": true + }, + "proxy-addr": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz", + "integrity": "sha1-ZXFQT0e7mI7IGAJT+F3X4UlSvew=", + "dev": true, + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.5.2" + } + }, + "proxy-from-env": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", + "integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=", + "dev": true, + "optional": true + }, + "prr": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz", + "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo=", + "dev": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "public-encrypt": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz", + "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=", + "dev": true, + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "puppeteer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.1.1.tgz", + "integrity": "sha1-rb8l5J9e8DRDwQq44JqVTKDHv+4=", + "dev": true, + "optional": true, + "requires": { + "debug": "^2.6.8", + "extract-zip": "^1.6.5", + "https-proxy-agent": "^2.1.0", + "mime": "^1.3.4", + "progress": "^2.0.0", + "proxy-from-env": "^1.0.0", + "rimraf": "^2.6.1", + "ws": "^3.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "optional": true + }, + "progress": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.0.tgz", + "integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=", + "dev": true, + "optional": true + }, + "rimraf": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "dev": true, + "optional": true, + "requires": { + "glob": "^7.0.5" + } + } + } + }, + "q": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", + "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=" + }, + "qs": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz", + "integrity": "sha1-zgPF/wk1vB2daanxTL0Y5WjWdiU=", + "dev": true + }, + "query-string": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.1.0.tgz", + "integrity": "sha1-oJInO87y3drUovDU4XlnAb6zWiM=", + "dev": true, + "requires": { + "strict-uri-encode": "^1.0.0" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "dev": true + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "dev": true + }, + "querystringify": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz", + "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw=", + "dev": true + }, + "randomatic": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz", + "integrity": "sha1-Xp718tVzxnvSuBJK6QtRVuRXhAs=", + "dev": true, + "requires": { + "is-number": "^2.0.2", + "kind-of": "^3.0.2" + } + }, + "randombytes": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.5.tgz", + "integrity": "sha512-8T7Zn1AhMsQ/HI1SjcCfT/t4ii3eAqco3yOcSzS4mozsOz69lHLsoMXmF9nZgnFanYscnSlUSgs8uZyKzpE6kg==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.3.tgz", + "integrity": "sha512-YL6GrhrWoic0Eq8rXVbMptH7dAxCs0J+mh5Y0euNekPPYaxEmdVGim6GdoxoRzKW2yJoU8tueifS7mYxvcFDEQ==", + "dev": true, + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=", + "dev": true + }, + "raw-body": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz", + "integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=", + "dev": true, + "requires": { + "bytes": "3.0.0", + "http-errors": "1.6.2", + "iconv-lite": "0.4.19", + "unpipe": "1.0.0" + }, + "dependencies": { + "http-errors": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", + "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", + "dev": true, + "requires": { + "depd": "1.1.1", + "inherits": "2.0.3", + "setprototypeof": "1.0.3", + "statuses": ">= 1.3.1 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "setprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", + "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=", + "dev": true + } + } + }, + "rc": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz", + "integrity": "sha1-Q2UbdrauU7XIAvEVH6P8OwWZack=", + "dev": true, + "requires": { + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~1.0.4" + } + }, + "rcfinder": { + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/rcfinder/-/rcfinder-0.1.9.tgz", + "integrity": "sha1-8+gPOH3fmugK4wpBADKWQuroERU=", + "dev": true, + "requires": { + "lodash.clonedeep": "^4.3.2" + } + }, + "rcloader": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/rcloader/-/rcloader-0.2.2.tgz", + "integrity": "sha1-WNIpi0YtC5v9ITPSoex0+9cFxxc=", + "dev": true, + "requires": { + "lodash.assign": "^4.2.0", + "lodash.isobject": "^3.0.2", + "lodash.merge": "^4.6.0", + "rcfinder": "^0.1.6" + }, + "dependencies": { + "lodash.assign": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", + "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=", + "dev": true + } + } + }, + "read-all-stream": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz", + "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0", + "readable-stream": "^2.0.0" + } + }, + "read-json-sync": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/read-json-sync/-/read-json-sync-1.1.1.tgz", + "integrity": "sha1-Q8ZproZKrjCN+7snIaZ+KV7I//Y=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true, + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "readable-stream": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz", + "integrity": "sha1-cLl5HG/LhIDbRL0VWg9rtY8XJGg=", + "dev": true, + "requires": { + "buffer-shims": "^1.0.0", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", + "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "readable-stream": "^2.0.2", + "set-immediate-shim": "^1.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "readline2": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz", + "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "mute-stream": "0.0.5" + } + }, + "recast": { + "version": "0.11.23", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz", + "integrity": "sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=", + "requires": { + "ast-types": "0.9.6", + "esprima": "~3.1.0", + "private": "~0.1.5", + "source-map": "~0.5.0" + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "requires": { + "resolve": "^1.1.6" + } + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true, + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + } + }, + "redeyed": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz", + "integrity": "sha1-erAA5g7jh1rBFdKe2zLBQDxsJdE=", + "dev": true, + "requires": { + "esprima-fb": "~12001.1.0-dev-harmony-fb" + }, + "dependencies": { + "esprima-fb": { + "version": "12001.1.0-dev-harmony-fb", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz", + "integrity": "sha1-2EQAOEupXOJnjGF60kp/QICNqRU=", + "dev": true + } + } + }, + "reduce-css-calc": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.2.3.tgz", + "integrity": "sha1-hE6BDqYh1rwiQxchTvCiBx806Jo=", + "dev": true, + "requires": { + "balanced-match": "^0.1.0", + "reduce-function-call": "^1.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz", + "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=", + "dev": true + } + } + }, + "reduce-function-call": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz", + "integrity": "sha1-+gLhJuaVgkJjyrkdOlsP3B3Sepo=", + "dev": true, + "requires": { + "balanced-match": "~0.1.0" + }, + "dependencies": { + "balanced-match": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz", + "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=", + "dev": true + } + } + }, + "regenerate": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.3.tgz", + "integrity": "sha512-jVpo1GadrDAK59t/0jRx5VxYWQEDkkEKi6+HjE3joFVLfDOh9Xrdh0dF1eSq+BI/SwvTQ44gSscJ8N5zYL61sg==", + "dev": true + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true + }, + "regenerator-transform": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz", + "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", + "dev": true, + "requires": { + "babel-runtime": "^6.18.0", + "babel-types": "^6.19.0", + "private": "^0.1.6" + }, + "dependencies": { + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "dev": true, + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", + "dev": true + } + } + }, + "regex-cache": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz", + "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=", + "dev": true, + "requires": { + "is-equal-shallow": "^0.1.3", + "is-primitive": "^2.0.0" + } + }, + "regexpu-core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz", + "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", + "dev": true, + "requires": { + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" + } + }, + "regjsgen": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", + "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=", + "dev": true + }, + "regjsparser": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", + "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true + } + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "dev": true + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true + }, + "renderkid": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz", + "integrity": "sha1-iYyr/Ivt5Le5ETWj/9Mj5YwNsxk=", + "dev": true, + "requires": { + "css-select": "^1.1.0", + "dom-converter": "~0.1", + "htmlparser2": "~3.3.0", + "strip-ansi": "^3.0.0", + "utila": "~0.3" + }, + "dependencies": { + "domhandler": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz", + "integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz", + "integrity": "sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "htmlparser2": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz", + "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=", + "dev": true, + "requires": { + "domelementtype": "1", + "domhandler": "2.1", + "domutils": "1.1", + "readable-stream": "1.0" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "utila": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz", + "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=", + "dev": true + } + } + }, + "repeat-element": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", + "dev": true + }, + "repeat-string": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz", + "integrity": "sha1-ZOwMkeD0tHX5DVtkNlHj5uW2wtU=", + "dev": true + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + }, + "replace-ext": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", + "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", + "dev": true + }, + "request": { + "version": "2.65.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.65.0.tgz", + "integrity": "sha1-zBo7xyuWJUc0/DQpbaMi+Uht3ro=", + "dev": true, + "requires": { + "aws-sign2": "~0.6.0", + "bl": "~1.0.0", + "caseless": "~0.11.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.0", + "forever-agent": "~0.6.1", + "form-data": "~1.0.0-rc3", + "har-validator": "~2.0.2", + "hawk": "~3.1.0", + "http-signature": "~0.11.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.7", + "node-uuid": "~1.4.3", + "oauth-sign": "~0.8.0", + "qs": "~5.2.0", + "stringstream": "~0.0.4", + "tough-cookie": "~2.2.0", + "tunnel-agent": "~0.4.1" + }, + "dependencies": { + "qs": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz", + "integrity": "sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=", + "dev": true + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", + "dev": true + }, + "require-uncached": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.2.tgz", + "integrity": "sha1-Z9rTtzMInncDASRnikWVifr2p+w=", + "dev": true, + "requires": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + } + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true + }, + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true + }, + "resolve-dir": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz", + "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=", + "dev": true, + "requires": { + "expand-tilde": "^1.2.2", + "global-modules": "^0.2.3" + } + }, + "resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true + }, + "resp-modifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", + "integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=", + "dev": true, + "requires": { + "debug": "^2.2.0", + "minimatch": "^3.0.2" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "restore-cursor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", + "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", + "dev": true, + "requires": { + "exit-hook": "^1.0.0", + "onetime": "^1.0.0" + } + }, + "right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "dev": true, + "requires": { + "align-text": "^0.1.1" + } + }, + "rimraf": { + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz", + "integrity": "sha1-loAAk8vxoMhr2VtGJUZ1NcKd+gQ=", + "dev": true, + "requires": { + "glob": "^7.0.5" + } + }, + "riot-observable": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/riot-observable/-/riot-observable-2.5.0.tgz", + "integrity": "sha1-X7loJoW269UtVK0PTE5yr565BMQ=" + }, + "riot-route": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/riot-route/-/riot-route-2.5.0.tgz", + "integrity": "sha1-qvzQ7i30cNuJpYd3DNVXdgsqwrU=", + "requires": { + "riot-observable": "^2.5.0" + } + }, + "ripemd160": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz", + "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=", + "dev": true, + "requires": { + "hash-base": "^2.0.0", + "inherits": "^2.0.1" + } + }, + "run-async": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", + "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", + "dev": true, + "requires": { + "once": "^1.3.0" + } + }, + "run-sequence": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz", + "integrity": "sha1-UJWgvr6YczsBQL0I3YDsAw3azes=", + "dev": true, + "requires": { + "chalk": "*", + "gulp-util": "*" + } + }, + "rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=", + "dev": true + }, + "rx-lite": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz", + "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=", + "dev": true + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", + "dev": true + }, + "sass-graph": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz", + "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=", + "dev": true, + "requires": { + "glob": "^7.0.0", + "lodash": "^4.0.0", + "scss-tokenizer": "^0.2.3", + "yargs": "^7.0.0" + }, + "dependencies": { + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "yargs": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", + "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", + "dev": true, + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.0" + } + }, + "yargs-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", + "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "dev": true, + "requires": { + "camelcase": "^3.0.0" + } + } + } + }, + "sass-loader": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-3.2.3.tgz", + "integrity": "sha1-dC6B/YFwqHcal54YYiUBZ0qI41U=", + "dev": true, + "requires": { + "async": "^1.4.0", + "loader-utils": "^0.2.5", + "object-assign": "^4.0.1" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + } + } + }, + "sax": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz", + "integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=", + "dev": true + }, + "scss-tokenizer": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", + "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", + "dev": true, + "requires": { + "js-base64": "^2.1.8", + "source-map": "^0.4.2" + }, + "dependencies": { + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "seek-bzip": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.5.tgz", + "integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=", + "dev": true, + "requires": { + "commander": "~2.8.1" + }, + "dependencies": { + "commander": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "dev": true, + "requires": { + "graceful-readlink": ">= 1.0.0" + } + } + } + }, + "semver": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.1.0.tgz", + "integrity": "sha1-hfLPhVBGXE3wAM99hvawVBBqueU=", + "dev": true + }, + "semver-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz", + "integrity": "sha1-kqSWkGX5xwxpR1PVUkj8aPj2Usk=", + "dev": true, + "optional": true + }, + "semver-truncate": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.0.tgz", + "integrity": "sha1-iQT13I0AkYQcjfKAQv0AEyOxMNc=", + "dev": true, + "optional": true, + "requires": { + "semver": "^5.0.3" + } + }, + "send": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.15.2.tgz", + "integrity": "sha1-+R+rRAO8+H5xb3DOtdsvV4vcF9Y=", + "dev": true, + "requires": { + "debug": "2.6.4", + "depd": "~1.1.0", + "destroy": "~1.0.4", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "etag": "~1.8.0", + "fresh": "0.5.0", + "http-errors": "~1.6.1", + "mime": "1.3.4", + "ms": "1.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.3.1" + }, + "dependencies": { + "debug": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.4.tgz", + "integrity": "sha1-dYaps8OXQcAoKuM0RcTorHRzT+A=", + "dev": true, + "requires": { + "ms": "0.7.3" + }, + "dependencies": { + "ms": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz", + "integrity": "sha1-cIFVpeROM/X9D8U+gdDUCpG+H/8=", + "dev": true + } + } + }, + "fresh": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz", + "integrity": "sha1-9HTKXmqSRtb9jglTz6m5yAWvp44=", + "dev": true + }, + "http-errors": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", + "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", + "dev": true, + "requires": { + "depd": "1.1.1", + "inherits": "2.0.3", + "setprototypeof": "1.0.3", + "statuses": ">= 1.3.1 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-1.0.0.tgz", + "integrity": "sha1-Wa3NIu3FQ/e1OBhi0xOHsfS8lHM=", + "dev": true + }, + "setprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", + "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=", + "dev": true + } + } + }, + "sentence-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.1.tgz", + "integrity": "sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ=", + "dev": true, + "requires": { + "no-case": "^2.2.0", + "upper-case-first": "^1.1.2" + } + }, + "sequencify": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz", + "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=", + "dev": true + }, + "serve-index": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.8.0.tgz", + "integrity": "sha1-fF2WwT+xMRAfk8HFd0+FFqHnjTs=", + "dev": true, + "requires": { + "accepts": "~1.3.3", + "batch": "0.5.3", + "debug": "~2.2.0", + "escape-html": "~1.0.3", + "http-errors": "~1.5.0", + "mime-types": "~2.1.11", + "parseurl": "~1.3.1" + } + }, + "serve-static": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.2.tgz", + "integrity": "sha1-5UbicmCBuBtLzsjpCAjrzdMjr7o=", + "dev": true, + "requires": { + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "parseurl": "~1.3.1", + "send": "0.15.2" + } + }, + "server-destroy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha1-8Tv5KOQrnD55OD5hzDmYtdFObN0=", + "dev": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", + "dev": true + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", + "dev": true + }, + "setprototypeof": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz", + "integrity": "sha1-gaVSFB7BBLiOic44MQOtXGZWTQg=", + "dev": true + }, + "sha.js": { + "version": "2.4.9", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.9.tgz", + "integrity": "sha512-G8zektVqbiPHrylgew9Zg1VRB1L/DtXNUVAM6q4QLy8NE3qtHlFXTf8VLL4k1Yl6c7NMjtZUTdXV+X44nFaT6A==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shell-escape": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/shell-escape/-/shell-escape-0.2.0.tgz", + "integrity": "sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM=", + "dev": true + }, + "shelljs": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz", + "integrity": "sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM=", + "dev": true + }, + "shellwords": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz", + "integrity": "sha1-Zq/Ue2oSky2Qccv9mKUueFzQuhQ=", + "dev": true + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", + "dev": true + }, + "signal-exit": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz", + "integrity": "sha1-N1h5sfkuvDszRIDQONxUam1VhWQ=", + "dev": true + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", + "dev": true + }, + "slice-ansi": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", + "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", + "dev": true + }, + "snake-case": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-2.1.0.tgz", + "integrity": "sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8=", + "dev": true, + "requires": { + "no-case": "^2.2.0" + } + }, + "sntp": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", + "dev": true, + "requires": { + "hoek": "2.x.x" + } + }, + "socket.io": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.4.tgz", + "integrity": "sha1-waRZDO/4fs8TxyZS8Eb3FrKeYBQ=", + "dev": true, + "requires": { + "debug": "~2.6.6", + "engine.io": "~3.1.0", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.0.4", + "socket.io-parser": "~3.1.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "socket.io-adapter": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", + "integrity": "sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=", + "dev": true + }, + "socket.io-client": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.4.tgz", + "integrity": "sha1-CRilUkBtxeVAs4Dc2Xr8SmQzL44=", + "dev": true, + "requires": { + "backo2": "1.0.2", + "base64-arraybuffer": "0.1.5", + "component-bind": "1.0.0", + "component-emitter": "1.2.1", + "debug": "~2.6.4", + "engine.io-client": "~3.1.0", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "object-component": "0.0.3", + "parseqs": "0.0.5", + "parseuri": "0.0.5", + "socket.io-parser": "~3.1.1", + "to-array": "0.1.4" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "socket.io-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz", + "integrity": "sha1-28IoIVH8T6675Aru3Ady66YZ9/I=", + "dev": true, + "requires": { + "component-emitter": "1.2.1", + "debug": "~2.6.4", + "has-binary2": "~1.0.2", + "isarray": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "sockjs": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", + "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", + "dev": true, + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.0.1" + }, + "dependencies": { + "uuid": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz", + "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==", + "dev": true + } + } + }, + "sockjs-client": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz", + "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=", + "dev": true, + "requires": { + "debug": "^2.6.6", + "eventsource": "0.1.6", + "faye-websocket": "~0.11.0", + "inherits": "^2.0.1", + "json3": "^3.3.2", + "url-parse": "^1.1.8" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "faye-websocket": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz", + "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "dev": true, + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "source-list-map": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.6.tgz", + "integrity": "sha1-4eb5TwtAxNKNz49bh2bg5FY2h38=", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-loader": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.1.6.tgz", + "integrity": "sha1-wJkD2m1zueU7ftjuUkVZcFHpjpE=", + "dev": true, + "requires": { + "async": "^0.9.0", + "loader-utils": "~0.2.2", + "source-map": "~0.1.33" + }, + "dependencies": { + "async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", + "dev": true + }, + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "source-map-support": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "dev": true, + "requires": { + "source-map": "^0.5.6" + } + }, + "sparkles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", + "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=", + "dev": true + }, + "spdx-correct": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", + "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", + "dev": true, + "requires": { + "spdx-license-ids": "^1.0.2" + } + }, + "spdx-exceptions": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz", + "integrity": "sha1-IguEI5EZrpBFqJLbgag/TOFvgP0=", + "dev": true + }, + "spdx-expression-parse": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz", + "integrity": "sha1-1SsUtelnB3FECvIlvLVjEirEUvY=", + "dev": true, + "requires": { + "spdx-exceptions": "^1.0.4", + "spdx-license-ids": "^1.0.0" + } + }, + "spdx-license-ids": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.1.tgz", + "integrity": "sha1-0H6hek0v2TUfnZTi/5zsdBgP6PM=", + "dev": true + }, + "split": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", + "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", + "dev": true, + "requires": { + "through": "2" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "squeak": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz", + "integrity": "sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=", + "dev": true, + "optional": true, + "requires": { + "chalk": "^1.0.0", + "console-stream": "^0.1.1", + "lpad-align": "^1.0.1" + } + }, + "sshpk": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz", + "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "tweetnacl": "~0.14.0" + }, + "dependencies": { + "asn1": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", + "dev": true + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "stat-mode": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz", + "integrity": "sha1-1xTgik7RVwicE0D3b+5UBGyCQtY=", + "dev": true + }, + "statuses": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", + "dev": true + }, + "stream-browserify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", + "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", + "dev": true, + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "stream-cache": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/stream-cache/-/stream-cache-0.0.2.tgz", + "integrity": "sha1-GsWtaDJCjKVWZ9ve45Xa1ObbEY8=", + "dev": true + }, + "stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", + "dev": true, + "requires": { + "duplexer": "~0.1.1" + } + }, + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "dev": true, + "requires": { + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "dev": true, + "requires": { + "readable-stream": "^2.0.2" + } + } + } + }, + "stream-consume": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz", + "integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=", + "dev": true + }, + "stream-http": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.7.2.tgz", + "integrity": "sha512-c0yTD2rbQzXtSsFSVhtpvY/vS6u066PcXOX9kBB3mSO76RiUQzL340uJkGBWnlBg4/HZzqiUXtaVA7wcRcJgEw==", + "dev": true, + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.2.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", + "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.0.3", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + } + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-throttle": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz", + "integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=", + "dev": true, + "requires": { + "commander": "^2.2.0", + "limiter": "^1.0.5" + } + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", + "dev": true + }, + "string-width": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.1.tgz", + "integrity": "sha1-ySEptvHX9SrPmvQkom44ZKBc6wo=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "stringstream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", + "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "^0.2.0" + } + }, + "strip-bom-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", + "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", + "dev": true, + "requires": { + "first-chunk-stream": "^1.0.0", + "strip-bom": "^2.0.0" + } + }, + "strip-dirs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz", + "integrity": "sha1-lgu9EoeETzl1pFWKoQOoJV4kVqA=", + "dev": true, + "requires": { + "chalk": "^1.0.0", + "get-stdin": "^4.0.1", + "is-absolute": "^0.1.5", + "is-natural-number": "^2.0.0", + "minimist": "^1.1.0", + "sum-up": "^1.0.1" + } + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1" + } + }, + "strip-json-comments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", + "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=", + "dev": true + }, + "strip-outer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.0.tgz", + "integrity": "sha1-qsC6YNLpDF1PJ1/Yhp/ZotMQ/7g=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "style-loader": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.13.2.tgz", + "integrity": "sha1-dFMzhM9pjHEEx5URULSXF63C87s=", + "dev": true, + "requires": { + "loader-utils": "^1.0.2" + }, + "dependencies": { + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + } + } + }, + "sum-up": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sum-up/-/sum-up-1.0.3.tgz", + "integrity": "sha1-HGYfZnBX9jvLeHWqFDi8FiUlFW4=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + } + }, + "supports-color": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz", + "integrity": "sha1-cqJiiU2dQIuVbKBf83su2KbiotU=", + "dev": true, + "requires": { + "has-flag": "^1.0.0" + } + }, + "svgo": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.6.6.tgz", + "integrity": "sha1-s0CIkDbyD5tEdUMHfQ9Vc+0ETAg=", + "dev": true, + "requires": { + "coa": "~1.0.1", + "colors": "~1.1.2", + "csso": "~2.0.0", + "js-yaml": "~3.6.0", + "mkdirp": "~0.5.1", + "sax": "~1.2.1", + "whet.extend": "~0.9.9" + } + }, + "swap-case": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz", + "integrity": "sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM=", + "dev": true, + "requires": { + "lower-case": "^1.1.1", + "upper-case": "^1.1.1" + } + }, + "symbol-tree": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.1.4.tgz", + "integrity": "sha1-ArJ5NI0zfevDlpTFyV+ILUSKMSo=", + "dev": true, + "optional": true + }, + "sync-exec": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.6.2.tgz", + "integrity": "sha1-cX0izFPwzh3vVZQ2LzqJouu5EQU=", + "dev": true + }, + "table": { + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/table/-/table-3.7.8.tgz", + "integrity": "sha1-tCRDPvWWhRkisv13IkppoZUWGOs=", + "dev": true, + "requires": { + "bluebird": "^3.1.1", + "chalk": "^1.1.1", + "lodash": "^4.0.0", + "slice-ansi": "0.0.4", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.0", + "tv4": "^1.2.7", + "xregexp": "^3.0.0" + } + }, + "tapable": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz", + "integrity": "sha1-KcNXB8K3DlDQdIK10gLo7URtr9Q=", + "dev": true + }, + "tar": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", + "dev": true, + "requires": { + "block-stream": "*", + "fstream": "^1.0.2", + "inherits": "2" + } + }, + "tar-stream": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz", + "integrity": "sha1-+8bG6DwaGdTLSMfZYXH8JI7/x78=", + "dev": true, + "requires": { + "bl": "^1.0.0", + "end-of-stream": "^1.0.0", + "readable-stream": "^2.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "end-of-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz", + "integrity": "sha1-6TUyWLqpEIll78QcsO+K3i88+wc=", + "dev": true, + "requires": { + "once": "~1.3.0" + } + } + } + }, + "tempfile": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz", + "integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=", + "dev": true, + "requires": { + "os-tmpdir": "^1.0.0", + "uuid": "^2.0.1" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "tfunk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tfunk/-/tfunk-3.1.0.tgz", + "integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "object-path": "^0.9.0" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz", + "integrity": "sha1-OE51MU1J8y3hLuu4E2uOtrXVnak=", + "dev": true, + "requires": { + "readable-stream": "~2.0.0", + "xtend": "~4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" + } + } + } + }, + "through2-concurrent": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/through2-concurrent/-/through2-concurrent-1.1.1.tgz", + "integrity": "sha1-EctOpMnjG8puTB5tukjRxyjDUks=", + "dev": true, + "requires": { + "through2": "^2.0.0" + } + }, + "through2-filter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", + "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", + "dev": true, + "requires": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + } + }, + "tildify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz", + "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=", + "dev": true, + "requires": { + "os-homedir": "^1.0.0" + } + }, + "time-stamp": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz", + "integrity": "sha1-n0vSNVnJNllm8zAtu6KwfGuZsVE=", + "dev": true + }, + "timed-out": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-2.0.0.tgz", + "integrity": "sha1-84sK6B03R9YoAB9B2vxlKs5nHAo=", + "dev": true + }, + "timers-browserify": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", + "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=", + "dev": true, + "requires": { + "process": "~0.11.0" + } + }, + "title-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz", + "integrity": "sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o=", + "dev": true, + "requires": { + "no-case": "^2.2.0", + "upper-case": "^1.0.3" + } + }, + "to-absolute-glob": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", + "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1" + } + }, + "to-array": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", + "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=", + "dev": true + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", + "dev": true + }, + "to-fast-properties": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz", + "integrity": "sha1-8/XAw7pymafvmUJ+RGMyV63kMyA=", + "dev": true + }, + "toposort": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz", + "integrity": "sha1-wxdI5V0hDv/AD9zcfW5o19e7nOw=", + "dev": true + }, + "tough-cookie": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz", + "integrity": "sha1-yDoYMPTl7wuT7yo0iOck+N4Basc=", + "dev": true + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "dev": true, + "optional": true + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "trim-right": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", + "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", + "dev": true + }, + "tryit": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.2.tgz", + "integrity": "sha1-wZawBz5rHFldk8nIMIVbeswypFM=", + "dev": true + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", + "dev": true + }, + "tunnel-agent": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", + "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", + "dev": true + }, + "tv4": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/tv4/-/tv4-1.2.7.tgz", + "integrity": "sha1-vSk4mvxzreSa5fSBQrXVRL9o0SA=", + "dev": true + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "type-is": { + "version": "1.6.15", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz", + "integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=", + "dev": true, + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.15" + }, + "dependencies": { + "mime-db": { + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", + "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", + "dev": true + }, + "mime-types": { + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", + "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", + "dev": true, + "requires": { + "mime-db": "~1.30.0" + } + } + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "ua-parser-js": { + "version": "0.7.12", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.12.tgz", + "integrity": "sha1-BMgamb3V3FImPqKdJMa/jUgYpLs=", + "dev": true + }, + "uglify-js": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.3.tgz", + "integrity": "sha512-blnyad6BpMsz0H4P2Ck863hy0aORNb75ty+o4h0JwMFKeRvrUkmaY7USQWRTsGE2uHcj9F2uAPCJBNVISknH/g==", + "dev": true, + "requires": { + "commander": "~2.12.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "commander": { + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz", + "integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", + "dev": true + }, + "ultron": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", + "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==", + "dev": true + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", + "dev": true + }, + "uniqid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-1.0.0.tgz", + "integrity": "sha1-JYJSTgdASESkLelPviv1SeG3RVU=", + "dev": true + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=", + "dev": true + }, + "unique-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", + "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", + "dev": true + }, + "universalify": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz", + "integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=", + "dev": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "dev": true + }, + "unzip-response": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.0.tgz", + "integrity": "sha1-v9pU7uxljwDC301ElLncoMoA8+Q=", + "dev": true + }, + "upper-case": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", + "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=", + "dev": true + }, + "upper-case-first": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz", + "integrity": "sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU=", + "dev": true, + "requires": { + "upper-case": "^1.1.1" + } + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "dev": true, + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", + "dev": true + } + } + }, + "url-loader": { + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-0.5.9.tgz", + "integrity": "sha512-B7QYFyvv+fOBqBVeefsxv6koWWtjmHaMFT6KZWti4KRw8YUD/hOU+3AECvXuzyVawIBx3z7zQRejXCDSO5kk1Q==", + "dev": true, + "requires": { + "loader-utils": "^1.0.2", + "mime": "1.3.x" + }, + "dependencies": { + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + } + } + }, + "url-parse": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz", + "integrity": "sha512-DT1XbYAfmQP65M/mE6OALxmXzZ/z1+e5zk2TcSKe/KiYbNGZxgtttzC0mR/sjopbpOXcbniq7eIKmocJnUWlEw==", + "dev": true, + "requires": { + "querystringify": "~1.0.0", + "requires-port": "~1.0.0" + }, + "dependencies": { + "querystringify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz", + "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs=", + "dev": true + } + } + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", + "dev": true, + "requires": { + "prepend-http": "^1.0.1" + } + }, + "url-regex": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.1.1.tgz", + "integrity": "sha1-i7/qKA1rYI/dWWoF/hAvfDvvpgA=", + "dev": true, + "optional": true, + "requires": { + "ip-regex": "^1.0.1" + } + }, + "user-home": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz", + "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=", + "dev": true + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dev": true, + "requires": { + "inherits": "2.0.1" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", + "dev": true + }, + "utils-merge": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz", + "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg=", + "dev": true + }, + "uuid": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.2.tgz", + "integrity": "sha1-SL1WmPBnfjx5AaHEbvFbFkN5RyY=", + "dev": true + }, + "uws": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/uws/-/uws-0.14.5.tgz", + "integrity": "sha1-Z6rzPEaypYel9mZtAPdpEyjxSdw=", + "dev": true, + "optional": true + }, + "v8flags": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz", + "integrity": "sha1-vKjzDw1tYGEswsAGQeaWLUKuaIE=", + "dev": true, + "requires": { + "user-home": "^1.1.1" + } + }, + "vali-date": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", + "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", + "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", + "dev": true, + "requires": { + "spdx-correct": "~1.0.0", + "spdx-expression-parse": "~1.0.0" + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "dev": true + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "vinyl": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", + "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-assign": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/vinyl-assign/-/vinyl-assign-1.2.1.tgz", + "integrity": "sha1-TRmIkbVRWRHXcajNnFSApGoHSkU=", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "readable-stream": "^2.0.0" + } + }, + "vinyl-fs": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", + "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", + "dev": true, + "requires": { + "defaults": "^1.0.0", + "glob-stream": "^3.1.5", + "glob-watcher": "^0.0.6", + "graceful-fs": "^4.1.11", + "mkdirp": "^0.5.0", + "strip-bom": "^1.0.0", + "through2": "^0.6.1", + "vinyl": "^0.4.0" + }, + "dependencies": { + "clone": { + "version": "0.2.0", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + }, + "graceful-fs": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", + "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "strip-bom": { + "version": "1.0.0", + "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=", + "dev": true, + "requires": { + "first-chunk-stream": "^1.0.0", + "is-utf8": "^0.2.0" + } + }, + "through2": { + "version": "0.6.5", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": ">=1.0.33-1 <1.1.0-0", + "xtend": ">=4.0.0 <4.1.0-0" + } + }, + "vinyl": { + "version": "0.4.6", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "requires": { + "clone": "^0.2.0", + "clone-stats": "^0.0.1" + } + } + } + }, + "vinyl-ftp": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/vinyl-ftp/-/vinyl-ftp-0.6.1.tgz", + "integrity": "sha512-HVp7xuWx9xQC+tzsCCYCnpd3ZVXK8wa4sMEhdkiGY6rY7P1sIm71YkfLjzdYXGS4hseOiSBSS75jPxZBozol6A==", + "dev": true, + "requires": { + "ftp": "^0.3.8", + "minimatch": "^3.0.2", + "object-assign": "^4.1.1", + "parallel-transform": "^1.1.0", + "through2": "^2.0.3", + "vinyl": "^2.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "dev": true + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", + "dev": true + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "vinyl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", + "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", + "dev": true, + "requires": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + } + } + } + }, + "vm-browserify": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz", + "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=", + "dev": true, + "requires": { + "indexof": "0.0.1" + } + }, + "vue": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/vue/-/vue-1.0.28.tgz", + "integrity": "sha1-7S/weyAL3hXIepDvhyfO6n04Vn0=", + "requires": { + "envify": "^3.4.0" + } + }, + "vue-html-loader": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/vue-html-loader/-/vue-html-loader-1.2.4.tgz", + "integrity": "sha1-VM5Im+BgZckdwqEXMSLz4ATgolM=", + "dev": true, + "requires": { + "es6-templates": "^0.2.2", + "fastparse": "^1.0.0", + "html-minifier": "^2.1.5", + "loader-utils": "^1.0.2", + "object-assign": "^4.1.0" + }, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true + }, + "clean-css": { + "version": "3.4.28", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", + "integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=", + "dev": true, + "requires": { + "commander": "2.8.x", + "source-map": "0.4.x" + }, + "dependencies": { + "commander": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "dev": true, + "requires": { + "graceful-readlink": ">= 1.0.0" + } + } + } + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dev": true, + "requires": { + "center-align": "^0.1.1", + "right-align": "^0.1.1", + "wordwrap": "0.0.2" + } + }, + "html-minifier": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-2.1.7.tgz", + "integrity": "sha1-kFHW/LvPIU7TB+GtdPQyu5rWVcw=", + "dev": true, + "requires": { + "change-case": "3.0.x", + "clean-css": "3.4.x", + "commander": "2.9.x", + "he": "1.1.x", + "ncname": "1.0.x", + "relateurl": "0.2.x", + "uglify-js": "2.6.x" + } + }, + "loader-utils": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", + "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + }, + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + }, + "uglify-js": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.4.tgz", + "integrity": "sha1-ZeovswWck5RpLxX+2HwrNsFrmt8=", + "dev": true, + "requires": { + "async": "~0.2.6", + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "dev": true + }, + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "dev": true + }, + "yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dev": true, + "requires": { + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", + "window-size": "0.1.0" + } + } + } + }, + "vue-loader": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-8.7.0.tgz", + "integrity": "sha1-qYgerXUedeAITM0CLn+9tzeAayo=", + "dev": true, + "requires": { + "autoprefixer": "^6.0.3", + "consolidate": "^0.14.0", + "de-indent": "^1.0.0", + "hash-sum": "^1.0.2", + "loader-utils": "^0.2.10", + "lru-cache": "^2.7.0", + "object-assign": "^4.0.0", + "parse5": "^2.1.0", + "postcss": "^5.0.10", + "postcss-selector-parser": "^1.1.2", + "source-map": "^0.5.3", + "vue-template-validator": "^1.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "dev": true + }, + "postcss-selector-parser": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.3.tgz", + "integrity": "sha1-0u4Z33pk+O8hwacchvfUg1yIwoE=", + "dev": true, + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "vue-resource": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/vue-resource/-/vue-resource-0.7.4.tgz", + "integrity": "sha1-pTGhQxB6+GfUL7PRcrMKMCXBw1Q=" + }, + "vue-router": { + "version": "0.7.13", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-0.7.13.tgz", + "integrity": "sha1-4fDwQqwlYVBLJ/Rvbc0XuDKxyNE=" + }, + "vue-simple-store": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vue-simple-store/-/vue-simple-store-1.0.0.tgz", + "integrity": "sha1-IalnSrFtPipJVl+xttoYnLB+xTo=" + }, + "vue-style-loader": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-1.0.0.tgz", + "integrity": "sha1-q+t70PRjEwg3QSRNMHnU8URJ4Ek=", + "dev": true, + "requires": { + "loader-utils": "^0.2.7" + } + }, + "vue-template-validator": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/vue-template-validator/-/vue-template-validator-1.1.5.tgz", + "integrity": "sha1-ItHud9BkfBqxT/frAYZZQtmzxFg=", + "dev": true, + "requires": { + "chalk": "^1.1.1" + } + }, + "ware": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz", + "integrity": "sha1-0bFPOdLiy0q4xAmPdW/ksWTkc9Q=", + "dev": true, + "requires": { + "wrap-fn": "^0.1.0" + } + }, + "watchpack": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz", + "integrity": "sha1-Yuqkq15bo1/fwBgnVibjwPXj+ws=", + "dev": true, + "requires": { + "async": "^0.9.0", + "chokidar": "^1.0.0", + "graceful-fs": "^4.1.2" + }, + "dependencies": { + "async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", + "dev": true + } + } + }, + "webidl-conversions": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-2.0.1.tgz", + "integrity": "sha1-O/glj30xjHRDw28uFpQCoaZwNQY=", + "dev": true, + "optional": true + }, + "webpack": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-1.15.0.tgz", + "integrity": "sha1-T/MfU9sDM55VFkqdRo7gMklo/pg=", + "dev": true, + "requires": { + "acorn": "^3.0.0", + "async": "^1.3.0", + "clone": "^1.0.2", + "enhanced-resolve": "~0.9.0", + "interpret": "^0.6.4", + "loader-utils": "^0.2.11", + "memory-fs": "~0.3.0", + "mkdirp": "~0.5.0", + "node-libs-browser": "^0.7.0", + "optimist": "~0.6.0", + "supports-color": "^3.1.0", + "tapable": "~0.1.8", + "uglify-js": "~2.7.3", + "watchpack": "^0.2.1", + "webpack-core": "~0.6.9" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + }, + "browserify-aes": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-0.4.0.tgz", + "integrity": "sha1-BnFJtmjfMcS1hTPgLQHoBthgjiw=", + "dev": true, + "requires": { + "inherits": "^2.0.1" + } + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dev": true, + "requires": { + "center-align": "^0.1.1", + "right-align": "^0.1.1", + "wordwrap": "0.0.2" + } + }, + "crypto-browserify": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.3.0.tgz", + "integrity": "sha1-ufx1u0oO1h3PHNXa6W6zDJw+UGw=", + "dev": true, + "requires": { + "browserify-aes": "0.4.0", + "pbkdf2-compat": "2.0.1", + "ripemd160": "0.2.0", + "sha.js": "2.2.6" + } + }, + "interpret": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-0.6.6.tgz", + "integrity": "sha1-/s16GOfOXKar+5U+H4YhOknxYls=", + "dev": true + }, + "node-libs-browser": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.7.0.tgz", + "integrity": "sha1-PicsCBnjCJNeJmdECNevDhSRuDs=", + "dev": true, + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.1.4", + "buffer": "^4.9.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "3.3.0", + "domain-browser": "^1.1.1", + "events": "^1.0.0", + "https-browserify": "0.0.1", + "os-browserify": "^0.2.0", + "path-browserify": "0.0.0", + "process": "^0.11.0", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.0.5", + "stream-browserify": "^2.0.1", + "stream-http": "^2.3.1", + "string_decoder": "^0.10.25", + "timers-browserify": "^2.0.2", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.10.3", + "vm-browserify": "0.0.4" + } + }, + "ripemd160": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", + "integrity": "sha1-K/GYveFnys+lHAqSjoS2i74XH84=", + "dev": true + }, + "sha.js": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.2.6.tgz", + "integrity": "sha1-F93t3F9yL7ZlAWWIlUYZd4ZzFbo=", + "dev": true + }, + "timers-browserify": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.4.tgz", + "integrity": "sha512-uZYhyU3EX8O7HQP+J9fTVYwsq90Vr68xPEFo7yrVImIxYvHgukBEgOB/SgGoorWVTzGM/3Z+wUNnboA4M8jWrg==", + "dev": true, + "requires": { + "setimmediate": "^1.0.4" + } + }, + "uglify-js": { + "version": "2.7.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz", + "integrity": "sha1-RhLAx7qu4rp8SH3kkErhIgefLKg=", + "dev": true, + "requires": { + "async": "~0.2.6", + "source-map": "~0.5.1", + "uglify-to-browserify": "~1.0.0", + "yargs": "~3.10.0" + }, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true + } + } + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "dev": true + }, + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "dev": true + }, + "yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dev": true, + "requires": { + "camelcase": "^1.0.2", + "cliui": "^2.1.0", + "decamelize": "^1.0.0", + "window-size": "0.1.0" + } + } + } + }, + "webpack-core": { + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz", + "integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=", + "dev": true, + "requires": { + "source-list-map": "~0.1.7", + "source-map": "~0.4.1" + }, + "dependencies": { + "source-list-map": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz", + "integrity": "sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY=", + "dev": true + }, + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "webpack-dev-middleware": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-1.12.2.tgz", + "integrity": "sha512-FCrqPy1yy/sN6U/SaEZcHKRXGlqU0DUaEBL45jkUYoB8foVb6wCnbIJ1HKIx+qUFTW+3JpVcCJCxZ8VATL4e+A==", + "dev": true, + "requires": { + "memory-fs": "~0.4.1", + "mime": "^1.5.0", + "path-is-absolute": "^1.0.0", + "range-parser": "^1.0.3", + "time-stamp": "^2.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true + }, + "time-stamp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz", + "integrity": "sha1-lcakRTDhW6jW9KPsuMOj+sRto1c=", + "dev": true + } + } + }, + "webpack-dev-server": { + "version": "1.16.5", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-1.16.5.tgz", + "integrity": "sha1-DL1fLSrI1OWTqs1clwLnu9XlmJI=", + "dev": true, + "requires": { + "compression": "^1.5.2", + "connect-history-api-fallback": "^1.3.0", + "express": "^4.13.3", + "http-proxy-middleware": "~0.17.1", + "open": "0.0.5", + "optimist": "~0.6.1", + "serve-index": "^1.7.2", + "sockjs": "^0.3.15", + "sockjs-client": "^1.0.3", + "stream-cache": "~0.0.1", + "strip-ansi": "^3.0.0", + "supports-color": "^3.1.1", + "webpack-dev-middleware": "^1.10.2" + } + }, + "webpack-sources": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.2.tgz", + "integrity": "sha1-BXo/MlX4ulYbkB2RUFiaoQOlfmU=", + "dev": true, + "requires": { + "source-list-map": "~0.1.0", + "source-map": "~0.5.3" + }, + "dependencies": { + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + } + } + }, + "webpack-stream": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-3.2.0.tgz", + "integrity": "sha1-Oh0WD7EdQXJ7fObzL3IkZPmLIYY=", + "dev": true, + "requires": { + "gulp-util": "^3.0.7", + "lodash.clone": "^4.3.2", + "lodash.some": "^4.2.2", + "memory-fs": "^0.3.0", + "through": "^2.3.8", + "vinyl": "^1.1.0", + "webpack": "^1.12.9" + }, + "dependencies": { + "vinyl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.1.1.tgz", + "integrity": "sha1-eUCIfu8JOB6zYmrEwPmrU9S35FA=", + "dev": true, + "requires": { + "clone": "^1.0.0", + "clone-stats": "^0.0.1", + "replace-ext": "0.0.1" + } + } + } + }, + "webpack-subresource-integrity": { + "version": "1.1.0-rc.2", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.2.tgz", + "integrity": "sha1-dCFKDBNxHDctK/sdBoIiuMV45to=", + "dev": true, + "requires": { + "puppeteer": "^1.1.0", + "webpack-core": "^0.6.8" + } + }, + "websocket-driver": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz", + "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", + "dev": true, + "requires": { + "http-parser-js": ">=0.4.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", + "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==", + "dev": true + }, + "whatwg-fetch": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz", + "integrity": "sha1-rDydOfMgxtzlM5lp0FTvQ90zMxk=" + }, + "whatwg-url-compat": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz", + "integrity": "sha1-AImBEa9om7CXVBzVpFymyHmERb8=", + "dev": true, + "optional": true, + "requires": { + "tr46": "~0.0.1" + } + }, + "whet.extend": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz", + "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=", + "dev": true + }, + "which": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/which/-/which-1.2.9.tgz", + "integrity": "sha1-CzoOXAc7wQynuewTU07u+Kcath8=", + "dev": true, + "requires": { + "isexe": "^1.1.1" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=", + "dev": true + }, + "wide-align": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", + "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", + "dev": true, + "requires": { + "string-width": "^1.0.2" + }, + "dependencies": { + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + } + } + }, + "window-size": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz", + "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=", + "dev": true + }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + } + }, + "wrap-fn": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz", + "integrity": "sha1-8htuQQFv9KfjFyDbxjoJAWvfmEU=", + "dev": true, + "requires": { + "co": "3.1.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "requires": { + "mkdirp": "^0.5.1" + } + }, + "ws": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", + "dev": true, + "requires": { + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" + } + }, + "xml-char-classes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/xml-char-classes/-/xml-char-classes-1.0.0.tgz", + "integrity": "sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0=", + "dev": true + }, + "xml-name-validator": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz", + "integrity": "sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=", + "dev": true, + "optional": true + }, + "xml2js": { + "version": "0.4.17", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.17.tgz", + "integrity": "sha1-F76T6q4/O3eTWceVtBlwWogX6Gg=", + "dev": true, + "requires": { + "sax": ">=0.6.0", + "xmlbuilder": "^4.1.0" + } + }, + "xmlbuilder": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz", + "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", + "dev": true, + "requires": { + "lodash": "^4.0.0" + } + }, + "xmlhttprequest-ssl": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.4.tgz", + "integrity": "sha1-BPVgkVcks4kIhxXMDteBPpZ3v1c=", + "dev": true + }, + "xregexp": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.1.tgz", + "integrity": "sha1-juGNde9cfLP5ln+NKUFKbKWxoYQ=", + "dev": true + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=", + "dev": true + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yargs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.4.0.tgz", + "integrity": "sha1-gW4ahm1VmMzzTlWW3c4i2S2kkNQ=", + "dev": true, + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "window-size": "^0.2.0", + "y18n": "^3.2.1", + "yargs-parser": "^4.1.0" + }, + "dependencies": { + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "window-size": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz", + "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=", + "dev": true + } + } + }, + "yargs-parser": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz", + "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", + "dev": true, + "requires": { + "camelcase": "^3.0.0" + }, + "dependencies": { + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=", + "dev": true + } + } + }, + "yauzl": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.2.tgz", + "integrity": "sha1-4KHknoi/sa5XyKo6nSfjHcygsKA=", + "dev": true, + "requires": { + "fd-slicer": "~1.0.1" + } + }, + "yeast": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", + "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..dcac488 --- /dev/null +++ b/package.json @@ -0,0 +1,80 @@ +{ + "name": "mwBlog", + "version": "0.0.1", + "description": "", + "main": "bundle.js", + "scripts": { + "test": "echo \\\"Error: no test specified\\\" && exit 1", + "start": "export NODE_ENV=\"dev\" ; gulp watch", + "clean": "export NODE_ENV=\"dev\" ; gulp clean", + "webpack": "export NODE_ENV=\"production\" ; gulp webpack", + "build": "export NODE_ENV=\"production\" ; gulp build", + "deploy": "export NODE_ENV=\"production\" ; gulp deploy", + "download-images": "export NODE_ENV=\"dev\" ; gulp download-images" + }, + "dependencies": { + "clipboard-js": "^0.3.6", + "d3": "^3.5.17", + "eventemitter3": "^2.0.3", + "js-cookie": "^2.2.0", + "js-cookies": "^1.0.4", + "leaflet": "^1.2.0", + "riot-route": "^2.5.0", + "vue": "^1.0.28", + "vue-resource": "^0.7.0", + "vue-router": "^0.7.10", + "vue-simple-store": "^1.0.0", + "whatwg-fetch": "^1.1.1" + }, + "devDependencies": { + "async": "^2.6.0", + "autoprefixer": "^6.7.7", + "babel-core": "^6.26.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.4.1", + "babel-plugin-transform-runtime": "^6.23.0", + "babel-preset-es2015": "^6.24.1", + "babel-preset-react": "^6.24.1", + "babel-runtime": "^6.26.0", + "browser-sync": "^2.23.1", + "cheerio": "^0.20.0", + "concat": "^1.0.3", + "css-loader": "^0.23.1", + "csswring": "^4.0.0", + "eslint": "~2.2.0", + "eslint-loader": "^1.9.0", + "eslint-plugin-html": "^1.7.0", + "extract-text-webpack-plugin": "^1.0.1", + "file-loader": "^0.8.5", + "firebase": "^3.9.0", + "gulp": "^3.9.0", + "gulp-imagemin": "~2.4.0", + "gulp-jshint": "^2.1.0", + "gulp-load-plugins": "^1.5.0", + "gulp-notify": "^2.2.0", + "gulp-scss-lint": "^0.4.0", + "html-loader": "^0.4.5", + "html-webpack-plugin": "^2.30.1", + "jquery": "^2.1.4", + "jshint": "^2.9.5", + "jshint-loader": "^0.8.4", + "map-stream": "0.0.6", + "node-libs-browser": "^1.1.1", + "node-sass": "^3.13.1", + "postcss-loader": "^0.8.0", + "rimraf": "~2.5.0", + "run-sequence": "^1.2.1", + "sass-loader": "^3.1.2", + "source-map-loader": "^0.1.6", + "style-loader": "^0.13.2", + "url-loader": "^0.5.9", + "vinyl-ftp": "^0.6.1", + "vue-html-loader": "^1.2.4", + "vue-loader": "^8.7.0", + "vue-style-loader": "^1.0.0", + "webpack": "^1.15.0", + "webpack-dev-server": "^1.16.5", + "webpack-stream": "^3.2.0", + "webpack-subresource-integrity": "^1.1.0-rc.2" + } +} diff --git a/scsslint.yml b/scsslint.yml new file mode 100644 index 0000000..0976e62 --- /dev/null +++ b/scsslint.yml @@ -0,0 +1,253 @@ +# Default application configuration that all configurations inherit from. + +scss_files: "**/*.scss" +plugin_directories: ['.scss-linters'] + +# List of gem names to load custom linters from (make sure they are already +# installed) +plugin_gems: [] + +# Default severity of all linters. +severity: warning + +linters: + BangFormat: + enabled: true + space_before_bang: true + space_after_bang: false + + BemDepth: + enabled: false + max_elements: 1 + + BorderZero: + enabled: true + convention: none # or `zero` + + ChainedClasses: + enabled: false + + ColorKeyword: + enabled: true + + ColorVariable: + enabled: false + + Comment: + enabled: true + style: silent + + DebugStatement: + enabled: true + + DeclarationOrder: + enabled: true + + DisableLinterReason: + enabled: false + + DuplicateProperty: + enabled: true + + ElsePlacement: + enabled: true + style: same_line # or 'new_line' + + EmptyLineBetweenBlocks: + enabled: false + ignore_single_line_blocks: true + + EmptyRule: + enabled: true + + ExtendDirective: + enabled: false + + FinalNewline: + enabled: true + present: true + + HexLength: + enabled: true + style: short # or 'long' + + HexNotation: + enabled: true + style: uppercase # or 'uppercase' + + HexValidation: + enabled: true + + IdSelector: + enabled: false + + ImportantRule: + enabled: false + + ImportPath: + enabled: true + leading_underscore: false + filename_extension: false + + Indentation: + enabled: true + allow_non_nested_indentation: false + character: 'tab' # or 'tab' + width: 1 + + LeadingZero: + enabled: false + style: exclude_zero # or 'include_zero' + + MergeableSelector: + enabled: true + force_nesting: true + + NameFormat: + enabled: true + allow_leading_underscore: true + convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern + + NestingDepth: + enabled: false + max_depth: 3 + ignore_parent_selectors: false + + PlaceholderInExtend: + enabled: true + + PrivateNamingConvention: + enabled: false + prefix: _ + + PropertyCount: + enabled: false + include_nested: false + max_properties: 10 + + PropertySortOrder: + enabled: false + ignore_unspecified: false + min_properties: 2 + separate_groups: false + + PropertySpelling: + enabled: true + extra_properties: [] + disabled_properties: [] + + PropertyUnits: + enabled: true + global: [ + 'ch', 'em', 'ex', 'rem', # Font-relative lengths + 'cm', 'in', 'mm', 'pc', 'pt', 'px', 'q', # Absolute lengths + 'vh', 'vw', 'vmin', 'vmax', # Viewport-percentage lengths + 'deg', 'grad', 'rad', 'turn', # Angle + 'ms', 's', # Duration + 'Hz', 'kHz', # Frequency + 'dpi', 'dpcm', 'dppx', # Resolution + '%'] # Other + properties: {} + + PseudoElement: + enabled: true + + QualifyingElement: + enabled: true + allow_element_with_attribute: true + allow_element_with_class: true + allow_element_with_id: false + + SelectorDepth: + enabled: false + max_depth: 3 + + SelectorFormat: + enabled: false + convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern + + Shorthand: + enabled: true + allowed_shorthands: [1, 2, 3, 4] + + SingleLinePerProperty: + enabled: true + allow_single_line_rule_sets: true + + SingleLinePerSelector: + enabled: false + + SpaceAfterComma: + enabled: false + style: one_space # or 'no_space', or 'at_least_one_space' + + SpaceAfterPropertyColon: + enabled: true + style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned' + + SpaceAfterPropertyName: + enabled: true + + SpaceAfterVariableColon: + enabled: false + style: one_space # or 'no_space', 'at_least_one_space' or 'one_space_or_newline' + + SpaceAfterVariableName: + enabled: true + + SpaceAroundOperator: + enabled: true + style: one_space # or 'at_least_one_space', or 'no_space' + + SpaceBeforeBrace: + enabled: true + style: space # or 'new_line' + allow_single_line_padding: false + + SpaceBetweenParens: + enabled: true + spaces: 0 + + StringQuotes: + enabled: false + style: single_quotes # or double_quotes + + TrailingSemicolon: + enabled: true + + TrailingWhitespace: + enabled: true + + TrailingZero: + enabled: false + + TransitionAll: + enabled: false + + UnnecessaryMantissa: + enabled: true + + UnnecessaryParentReference: + enabled: false + + UrlFormat: + enabled: true + + UrlQuotes: + enabled: true + + VariableForProperty: + enabled: false + properties: [] + + VendorPrefix: + enabled: true + identifier_list: base + additional_identifiers: [] + excluded_identifiers: [] + + ZeroUnit: + enabled: true + + Compass::*: + enabled: false diff --git a/src/App.scss b/src/App.scss new file mode 100644 index 0000000..b4a3c1a --- /dev/null +++ b/src/App.scss @@ -0,0 +1,71 @@ +@import "./common"; +@import "./MapIcons"; + +*, *:before, *:after { + box-sizing: border-box; +} +html { + font-size: 12px; +} +body { + @include font-normal; + font-style: normal; + font-size: 12px; + background: #222; + -webkit-overflow-scrolling: auto; +} +a { + color: $color-text-link; +} +#map.leaflet-container { + font-family: 'Open Sans', sans-serif; +} +body,html,#app { + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} +#panels { + position: absolute; + top: 0; + left: 0; + bottom: 0; + z-index: 100000; + + pointer-events: none; + + width: 24rem; + + flex-flow: column; + display: flex; + transition: margin-left 0.5s; + margin-left: 0; + + &>* { + pointer-events: auto; + } + + .panel-group { + flex: 1; + flex-flow: column; + display: flex; + + pointer-events: none; + &>* { + pointer-events: auto; + } + } + + &.minimized { + margin-left: -24rem; + } +} + +#panes { + display: flex; + position: absolute; + top: 0; + bottom: 0; + flex-flow: row; +} diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..6ed1996 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,440 @@ + + + + diff --git a/src/MapIcons.scss b/src/MapIcons.scss new file mode 100644 index 0000000..c659d25 --- /dev/null +++ b/src/MapIcons.scss @@ -0,0 +1,212 @@ +@mixin map-icon-city { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA1CAYAAAA3Q3kVAAAKe0lEQVRogc1ZaYwcxRX+3qvqmZ6Z3Vmvd9fGxsYGBzDG2BwRxAFsRRxRICFBECVRLikXSSQUpCTiFFJ+IIH4kUMiURyToCh/kGyCUDAydmIIghhjHDABjL0GbGBjm72vObrrvfzo7t3e2Znd2QUUnlTqnpqqel9/76jXXYSdmwHgdAB3ArgcQCs+HjIC4BkA9wB4ywJYBeBxAMX/J6o60grgGgCXAbiWAdyOjx/ItBQB3G4RmXuKMBFUtalVOjyfBYpN7Uu87y49O583lp7ofady/9EDY83Mpzp9dTRvsqjjk82ANMTwiIkI2LJ6Y9t5LQstE8EjpnUt424mYJoCSEQgABLrpPokFeysiBqIU8Ff11+14LyWhZ7PhhLFw2Egy/2CmWkupQACkwwS1eM3knkDVQDXvbRjYHEmz10Zn4+VR92qXNHedfoFLRnmGeemQab7ZpKZV5xJWXw9Xh2XV0b7w6GwqvtHeoObDj4ztDiTa8hoPZDNyLyBTiiuaZYYLcZriKX2D0VzMTFv09cTBbChbZHXmfGbJoAAYBazAx8Co7VK71h5QWvRZKjT8zlhGQBybCnLpqHh02M/MqAat+sXrcwu8wuGCLj/zEtak//SYMxsUdNA5g00AQcAK/wWc35rh71t5fktlgiBCD7Xudz/YtfK7Kpc0TDRFOsmrKbZTa9XTwg7N/dM76wPrP4CwAsXX9+5zC+YUEUzZIgJkHiCQPXK/Y/3HxkfcQqNAam6VABpai0AcHWCa1ZGZ3tSAPCYQQAyZKg3KMvR8qgTKCLAijBWXLsOgab0zaSrIdBmAAJRXrSx31ki3H1k38jX/7N7MAqbiKNxFyoRwDW20lhDM05bNz01V45ECtpsZkIPEaHFerS20G4tTXIgqkisGXsnAZP2bUbfnPNoupgAAAZRGGfsUAW/PmtDMbqP1DMROBlLgChBobHZm6VkHlGvALoyOX770q8tWlNYYBNlEjNUVUGoikAFThWhCobCqhgi/HHNprYLix020CjUmoc5B6AJk52ez89+8rqOQEV3XHDNwtP8Fq6IUwaRahSxcdSqg2hVREUVD6y+tHjFwqXZLedsXLC20G6lDkzCdD+eM1AF0Go82nvxlzreKo+477/+z6Hu8aHw0fVXL3z4xJvlQEXDiCkVqFYlYva6l3cM/GXtZxZ8tmNZ9sYDuwaeGzpR/cOajW1n5FonChcGwca1bCP9TQNdlMnxa5/+cpchop8ffn54d39P9ccHnx322dBPlq8tPHryaBmI/DRUgUCxo+/dyi2nnVe4fMEpmRsP7Bp4ZvB49Y7uF0YYoN+tvqxtaSZvACDLTAwiQePqpG7Cnz4IePlTN3S2e1nOxgm9JE59NmSJIap4fWwwzBtLp+daTSCCsji95dBzQw+svrTNElNFnBZthg0I71XGXH9QkT1DJ6t3Hdk36lQhUCS5oSrSPKPp0g0A1u/Z1vvbd14byxtLokCWDIUqygAufP6R3lu7nx9elWu1loiyzFQwlu77xCXFh3oOlbadfKtEoAn/W+G3mr/1Hivf2r13NNqt4oBUgBqUUnWB1r4iAFE6yhkzZREDJktMrdajreuubDfEIBAMMQrG0qKMb364bE3+Tz2HSon/OSgcJhmb3LWim0ZO2jCPpl/AcsYSI3L22mgVKCoiWjAeJ/9ZIoSqMMQouQD9QUV8E7mMahQ8bTbDCcNxXiUm1UZ+OuvOFG2REfEtxqMMMQKaZIRAEFWIqlbEwRJDoiRPlggFY2mF32JUFYYMDAFEoDabYUuEQKPHC1V0pk2gLlAC0JnxecyFujxbMB2eT2+MD7nPd57mV8SpTdWUgYou9LKcPEiooj7bSQuSIGcMhapKFLnaSBjIpvYlmZyxVCRG0Xr8ZmnEdXk+9wZlceqmoa3ro1k29PRFX+iwxPjRsjX5X529odhqPerK5CbGW2KEqkoAHjv/6nZDRIYIWTYT7uEgsMTYtu6qdp8NlVyoJRdq3lhaks2bpdk8f2XxGblfnrWh6BHjpyvW5Zf7LXUx1WWU4xeGH5y6On9hsdPLsaVvLTkzp4hKtgwzQhV4zFRyoebZkqjCpc1GgIl5UE0eLHKZqjgQEb695Kzccr9gOrwsb2w/JdOV8bnkwnqQ6gPNsaVARW9efm4hUFGniptOPSdfctNNEvvvtGCdyBypGT5bVDX6iFJyTr96yhm5MRfqe+Uxd+uK9YXBsNowmOrSXJJQbziwa0BUEcTJN4jZMBQFj4kDzBBBa+qLyaJjspsoeqXPskEgoh4zMmTIElPeWDbE9M1XnxrsqYxPz/aNgI67UA+PDznLjKv2b+8PVfCzQ3uGy6lAsjSZwJ0qFNBARROQFZn2+UmBqDbNG0uWiC7d91hfwVi6Yv/2voKxNBxW57eFHt/4jcUeMY5Xx12H5xsGIcMMpwobpS2Ktz9N9uoT1ZKEKliWjb4/+Wwn9hpRnaj6k3qgLE7L4nQ4rMq5/9ra2wjLjIVzX1B2rSbDbTbDClUHRUkElpgAQqiiClB/UNEsM/7cc7j0m6OvlMddqBcVu+yDaze1FoxQq/Uo2o4nN0gDQiiiFXFKiDLNTFhmrJ4yFKUaE7Pns6UkR5bEQQEKVDTLTLv7eqr3dL9YHg4qEHW8d/CEu+3QnjGFYjSM0nqa2YpEG2nCsP9BgHrMFO04AqeqSWDZ6Nso+oKyjIWBDoeBbn73tYqIYxJldUqkwjtOHnOHx4acIaKycxgNAy25ECVxKoCOu1CZ6r8ezwlolhkdXtbEOw95zKiKQ1UcQhXk2NKoC/RYaUReGnhfScGiwoCyqvJwUKF7u/dXquK0Ik4BUKiqZQkx7sI4uIC8sTRT0QxEPjqCBichGZo0h88Goy5QGy8oqmAiFIzHz/b/txKqI1IQKUggSiCCqrw4dEKGw0BzxpCLqeNUJZcUKqMurJuWYhkj7Ny8BdHpQ3OiylAliDKgBBdfJe6fmvwj6EwCkMLEVyaJHolmApeW7QzgXgDDTYKcah5RApSgcQOiqwhP+a3xOKmZX7tefRkGcC8D6AZwLYDtAEabAzztk0cNqNr7uuNnk9EY07UAupM8egTA92adevVNeUT+vADAQgAdADrwwJ03Y9nis6eATD6GvN3zJm657yEAfanWD2AQwAh2bh5vAvScP0BoTRMAgs1bn4CIA1HUn1xVHR585OmJcVGrXaMpmSvQRJkDEMYtwMtv9ODfB19AEvcJ2H2vvoRXDvcAqAAIUnNcaq2PDGgYK60CKAMoARjH7x5+EuXqSBTlLChXRvH7rf8AMAZgPB5XjucloD8yoK4OyDEAI3h/4CR2790OIgGR4Kl9T6Jv8ASAIUS5eqwO2IYnfB8M6M7NCaOVFMhRRClkEFse+Tt6Bw6id+ANbNm2C8AAoqAZjsclYCsAwni9pmQ+xzdVACZuyYM6AFWEYQnfufsXcX/yUGnm00Crc1E698OGnZsVUxkdQWTeQURppx+TKShJQ7Xmr8TrNC3zOkqJxQDIploGgBf3J4fIaZ+upFrTvvlhAE3mZxC5kBdfOQU0nSXCGPCcmPywgCbCmPTZWqBJ3m06cOrJ/wAC1zDGiywtbAAAAABJRU5ErkJggg=="); +} + +@mixin map-icon-trading-post { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA1CAYAAAA3Q3kVAAAMF0lEQVRogb2ZeWwU1x3Hv2929vIuu+sLL6cNJlEk4+wWTBoSAw4QEgQ4wUgpLkcQkVoJqVIbbhBnJDAY0v5RglJqJUDdQKQ4gpaACNhQu0A519gWp7nxgdfeXXsP787svP4xM+vxeA02R77SyN53zWfevN/v/d5vyCGHA88pFoATQC6ALACjAKQBMEn1AQDNAG4DqANQBcAFgH+em5HnAM0EsABAAYCUfvZ1AygDsB9AfX869gc0HcAqALMAMP25SRwJAP4FoAjA/b50YAEg3+XqtcFhp1MDYAmAPwEwvCCgLAbARwA+APBnAF/lu1zRpzCIoE9pkALgbwDejlevs9kY+3vv6VNycnQDMjO1xkGDNGxCAgEAPhikocbGaMedO5z7woVIU0VFOOL1CqohDABWA3jvsNP5+3yXq6U3FnLI4Yg7o4edzuEADgDIUNclORza1z77zJz6zjt6hmWJsi4aClEA0BiN3coFnkfLmTOdt0pK/G3V1VwclnsA5ua7XA/isMQHPex0Doa4hgYpy41paZrs1ast9rw8gwzVXFnZ+eTs2bC3tpbz37vHC5zIwGi1MGdksLbRo7UDx4/Xp02YYJDhm06d6qzZurU91Nysft2NAAryXa5u6zYu6GGnMxHAEahmMmXcOF3Ojh2JOquViXi9Qv3+/f67Bw4E+UCAxpmdHmJNJjJi7tyEzPnzzbrERCbi8wkXly3zuC9ciKia3gMwI9/l8ihBu1nvYaeTAPiLGjJ9zhzj2199laSzWplHR44Eyz/6qOVWSUmgr5AAwAcC9FZJSaD8449bHh05EtRZrczbu3cnpc+ZY1Q1zQDwF4klJrWbWQDgfWXByHnzEhzr1tlACKo3b/ZeXrvWF/H51EbRZ0V8PuHy2rW+6s2bvQDgWLfONnLevARVs/cllp6gh53OZABrlJX2SZP0WUuXWgWepxeXL/fcLysLPS+gWvfLykIXly/3CDxPs5Yutdrz8vSqJmskpu6gAD4HYJF/GFJSGOemTTbCMKjZssXXVFERflmQspoqKsI1W7b4CMPAuXGjzZCaquSxSExdoJK/LFQOkrV8uUVnszGPjx4NvcyZVOt+WVno8dGjIZ3NxmSvXGlRVRcedjpTY6AA5kGx69iysrRDpk0zcu3tQs327e2vClJWzfbt7RGfTxg0ZYox8c03tYoqA4DfKkFnKzu+tnixCYTg9t69/ojH08NwCMMge+VKi9ZiIeq63qS1WEj2ypUWwvQMEyIej1C/b58fhGDUokUmVfVsGXQkgNflUp3VyqRNnGjgAwF698CBYLwbjt+9O2lEYaF6wGdqRGGhafzu3UnxHlD2yWkTJhh0VqvyaV4HkKkptNtnQuGShs6YYRg0ebKx4eefQ4+PHetUDmYeMYJ9d8+eZFtWlg4ALJmZbEpOjs44cKCm0+2Oqv2qMS1NM3T6dGP6nDnGYbNmJZjT09mEoUPZwVOmGFrOnYso936B4zBg1CiN9Y03dIGHD3nftWvKuPUGC2CMcvCUt97SA0BzVVU3K0/LzdWPKSqyac3m2NOmTZwYW9ejed7aVF4eqi0ubgchGL1smcU+ebKRYXvGPabhw9kJ+/cnX161yqu8z/0ffghRnoe8DSs0hoX46jF05kyj1mwmSU6nDgAGjBzJjpg7N8FbV8d5amq4gbm5eiWkWgzLYvC0acbksWP1AKBPTn5qzKo1m5mBubl6JWjrpUuR1kuX1FsqAIzUFNrtKwCYE0eP1r65dm1sxpLHjtUnORy6WyUlfj4YpE+qqsIRj0dIHT9eTximVyNiExKIHOr1JoHnae22be03vv7ar64zDR+u4Xw+9dasYSCdce6XlYWaq6q6rcmaoiJfZ0tLbB3dPXgweG7JkjZ5Cz0+dWrz6cJC953SUr/AcT32fYHj6J3SUv/pwkL38alTmwFxCz23ZEnb3YMHexiqzmZjcr/5JmXIhx+qA3QzA2CA/Kt648bYPt548mTo0ZEjnaoOcJ8/H6mcP9/dcecOF41EqO/aNa62uLjj4ooVHnXbSytXemqLizt8165x0UiEdtTXc/+ZN8/tPn8+3uuFY906iz45mclevdqqT0lRLh0zA6BD/tXpdgs1W7f6wq2t0eovvujV0QcePoxWLljQqrTypoqKcKipKRZfhpqaoo3l5bH1xwcCtHLhwtbgo0dxjxxDZ8wwDJoyxQiILtK5caNVUe1nAHR7BY+PHeusWrSoNc6xoZv4QIDSaPd78sEgjfc/ANBoFL2FhYbUVCZ71SolGNJycw3pBQVyCBhgADSoOwYePuz1oPUqZLTbNdd37eq4uWdPBwCEmpujNUVFvmgktkIaWIgJgl/JJcNmzTKmjBune3DoUKgXV/HS5amp4Tw1NdyQ6dMNANB25UpEtSvWMxCzFzExWi2G5ecnKKb9F1Nabq4eANznz6tDyisMxFRLTI3l5WGB46g9L8/Imkx9DjpeVKzJROx5eUaB46jSCCX9lwFwC8BNuSTi9QrNlZWd8mHslwIdMXduAmsykebKyk6VId8EcFP2VT8qO90qKQmAUmQuXGjWJSa+aPrmmdJZrUzmwoVmUIrb334bUFX/CHTFo6UAYs7dW1fHNZw4EdJZrUz2ihXqqPulK3vVKovOamUay8tDnqtXlRFJJ4B/xkDzXS43gO+UnWu3bWuP+HzCkOnTja/SsNILCoxDpk83Rnw+oaaoSL3JfCeneZQx2JcA5kA64HW63YJrwwbvuC+/TMpes8Ya9niEZx3wygsK3KoiQoBez/72vDx99po1VioIcG3Y4FXGFQDaJSYAilNovsvVCjENGFPTqVPhup07fQzLkpzi4sR4M0sBIl0MAKK+KMDIbZT90gsKjDk7diQyLEvqdu70NZ06pZ6ErRITAPTI5u0F8B4UEf+d0tIgYRiS9fnnFsf69bbkMWN0tcXFHRGfT6BdQKCUEhlc7ivPJiFEfijorVYyevnyAUNnzkwApajbubP9TmmpOpL6GcA+ZUGfc0+DJk/WOzdtsmkHDGAiHo9we9++wN3vvw9xfj+UwDKs6pVTrcmEkZ98Ysj89FOTPjGR4fx+wbV+vTeOz7yHOLmn3rJ5GRDdQpqyPF42r/H06fCTs2e5tqtXo+0PHggCLx51GJaFadgwTYrDoUkbP147aNIkXbdsXlFRuzLaktQMYHa+y3VPxfPM/OhBiCnxrqkBSJLDoXtt8WLTwHff1avPRHLUpI7yBZ7HkzNnwjdLSoKe6uoIAKqa9fsAftOv/KiiQSrEjPOvlaAAiEApo09O1gycMEGfmpOjtWRmakyDBzPytssHAjTQ0CC019dHWy5e5JoqKyNca2sUAGUIEVSg/wPwu94yzs8ElRqxEHP4fwRgoABDKY1Zs0CpbNXiX8moAIAQQokIJBAJMPabEAogRMQ05658l6vXzzox0D4qI0rpGoaQmZRSDQWYqAjdBSpCEoUxUQlWBCRE0IhfRKIRSo+2ctzWoXr9zWfcFwCgKbTb+wrqnX316okhen2FUaNhtQwzjBBihLgUGEopgy6fSoAuN0AIAQFolFJfYyRy9KTH88X6+vp//OR2txTa7X36QPbUryJxRHY+eHAfwF/NGs3BD5KTx72ekPBWhtGYY9Fo7ApIIi8+L8+33A4Gr14PBq9UtLVdCQnCEwBtULm0lw1K5csfjfI/PHlyA4B7tNl8e01Gxh+I7PxFAkqB6K6HD/9dFwjUA2gFwCnHwFO2V7X6G8IJ0hWF+E2TB8DV+v0N1X7/BUiWLF+XOzpcdYFAA4CwBCn3iSrGemWgvHTTCMQwLAQg+PfHj4+HKe2QYIVOQfB/09BQDvHjbVBq1yn1k6FfGWg0DmQAQEcrxz2p9Hh+YggRGEKEKq/3eBvHNQPwQcwdBOLA9vm02y/QQw6HPKNhBaQfYkjm3dvYeLKV4663ctyNbxsbTwDwAPBK9X4FbBgAL43XJ/XXmABxNjTSJT9oFECEpzS05Pr1TVK5/FDKmVeC9uso3u/z0CGHg6L7jHZAfL1eiG6nDaKFy/970fP1h6Vx+qwXOQ5rAOgVlw6AVionEF2Pck2HFVe/MzEvem4nEiArQbLoivQpunsJXgLu10y+LFBZDLrWrBpU9rvP/VkSAP4PYTaWwcA1OqYAAAAASUVORK5CYII="); +} + +@mixin map-icon-town { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA1CAYAAAA3Q3kVAAAI/UlEQVRogeWZe4xU1R3Hv79z585757nsusjTVUDCY5E3IpAaaFaSlrZpCqWiIrEFY22tKaWEpjTREAipS9Q0kQptSNTYRqkVqvWBQaRAAbE+QEFCeenCDrOPmd25c+/59Y977+6dmTvL7K4Gkn6Tkztz73l8zu/8zu/8bi5hxU4AGAlgLYA7AFTh+lA7gL0AHgNw2gOgHsCrACLXkspFVQDuAjAbwEIBYA2uP0inIgDWCJjLfb1rrsD145O9KSSuNUGl+v8CDfkUCvkU+ir6KqeKQUfVhpV3V89Oprc01m5ZMj7i8wgiAvb9anby/d/Mq378O7e6+roiCIIIkYCH6geFlENr51Snmhprn1g8LuL1CBABI6uDyuF1c6tTTY21S6cP8ROZ7QCArOl7KoG8ta7K8/KDU+ODqnxCMnD3jCEByYxf/uXjtnhQFXVRvzI45nedtCEZRMDwRFB5+cFp8XhIFQRg2cyhgYCq4Cc7jrV15SVPHBJRFUGIBjwCACQzAMC6XB109s0JtWnJ+OigKl8ByD0zhwZ0gzkR8gpDMgdU96UnAiYPj6k77r8tFg+pAgCssfH9KYMDnzV3GNaEWBBRW5cunYC2egUdfUPYs335pFgi5BUAYJPYfdw/e1gw6FVIlwxPGRedP3aQ95llDbEqv8e1wrqFo8OfNXcYQhAxGMmQVzCbE3TClgWdOyrpffbeSVHbCjagczQG0Jk3uLVT56xmcEknAP7wo4nRYkiy2goCQj5FTBoWFQSCZIZHMb1SIYLO3A3s6lfTR8bVrfc0FEDaAxRLMlDl99DPX/iwPehV6NDaOcn7bh8WmFWfUM9unF8TD6oiqxnMzCXtCUSCejaNIZkjfg8RASGfee2pu2LnBWfjGTfF1d0Pz0hwQYemcyd/9o8vAeBKU2Ot/Vw3GMu3H00fPtOa37/mjupIwEME4O4/HklPHBr1PLqgPtzwuz2XL3do8oaIXySsyZ+6lDVeWjU1NmFIRCUyoRVB+ORiuz53074WyQzJ4LwhSy36jTHV3ucfmBIvhgSA1k7TyYv10HP/ad13MqX9deXUeCRgLjEDeGLxuMg/P76kPfn26Uw6q8tzGxfUPPfA5NhvvzU6fD7dZbR25uWeE5c1tlbFYGbNkHxzTUj54fQhfgAQ1LMIAgACqkLfva3O5xzMFlslFiz0VQB4fNenHa8c+yL35i9mJcfUhQv8PRHyir8/ND3x/MHzXYZkMICba0KeaSPj3pBXIVUhigbVEm9iAGsabwnPGZVUmXs2lAAAvyrw9NIJMaclpSzdG6mmxtpUU2MtADz19unMtn1nO7fdNyk6ojqoOOuRVTwK4ZllDVFGYV+xoCo2fG9seNnMoUFnfZs6HlKFtbLdDQUADE8GlfPpLsO++cnFdr1L7yHVdImsZnCnZnAmp/OL/77Quf5vJzqaFo+rmj92kM/NKrbG1IU9ZzcuqDl0Op1nZjADeYN5UUNdIKsZTI76r33UnLNhNV0i7PN0r2LJZrJ1ftOCmoDXDI5H/9uav3Pzeyn7WTLsFY/Mrw+unDci5Na2nA6fSecbhkbViev3XAqoCk0bGVOfXjohaoe9+MO7vyzXtqIj1D53bS2/fVhg1bwRIXuA4s3njLfsuD95eEzdfyqlJUKqOH6xQ09lNBcHGwCoU0um3ehfc9ctYXsA50CJIovY/uyczKz6hLcrb/LVRMyUqxLYstmT0yq6wUiEvGLRpBt8W5aMj7rVdzsM7A3iBGEAL/x4Srw24hOqQj0Wv0qSWBbUHiCV0eS924621kV9YuuyhpjTDYqP02Jxmfs3VQeVA2vnVOsGY+WOD1orSWR7zUdzecl3NR1I+VWBV386IyFEJV2WihxX2wBBr0K//8G4qpeOXuyqZOl79dHm9pw805KV5zctqHGDLB7AebS61St+dmPcr4R9HqHpkv1q71bo1UeDXoWGJ4PCzhEBoLktJx979dOOcu3I5TcBUBUzx2jp0Lr7GhIPKMzMZ1Odsjj/LFZZi+4/ldK+aM3JK1mN79z8XurIurnVRMCyZ4+mh8b9Bbs1nc3Lm9a8ccmtn5RlZVURuJDOym8/efDK3tWzk4ogXO7QpEcheuv45dwH59p6dcOyAf9qci7z1UABwKsIymg61z7yWtmg3pv6/RZaaaC2pRmSTzZn9P6O12/Q/ux/Ven/2/mA3uv7Cnslk+/rQnSrz0eoU6WjsvubqGvdvmlAoLaYmcDca6gDgFjQ/U20Eg0Y1COIYkEVj36zPmRTOc9vjyDSJdumvnagtn69cHTIkefCIwhZrTsXdyw9E0B99oR+xlEmMMi8snWEM4FlqcVIsAXGIDJ/E7ivsP2wqAskG6L7Xkl1aYKRYr73EhxGrRxWwPz6UKJy+SF1OxsTkQlJlkWJrE3FLAgsTCJrYmwIIhBZkyHqKc7/ZZQRMD+RlKhcksDShGIGmbvdvrJgyQKQApCCWQob2oZlNtsBTCxBztdh528XvSMAbADQVrZKIWbhnFlSt9UKrMcOV3A+K/Zh97hbpDYAGwSAkwAWAtgFoGz6Vth/MTCo1Hed/4vCUnF7d3VYTAsBnLQ30ykAK67adOuiIMyvKDEACQBJAEks2vwQooNHF24wa+Okzn6OV1ZvB9DiKCkAaQDtWLEzWwF0n896LioSgMSBbbvBbJihxxGKmA0c+vM73fXMUtxHReorqD2YAUC3Sh4XP7yA88cOdcdHO16eO/I+vvjoAoAcgLyjjeHo62sD1a1BNQBdADoBZPGvra9Dz7WbMZMk9K4OHNj2FoAMgKxVr8tqZ0N/baCGC2QGQDsyLc04tXcXICQgJD5/93VkU18CaIUZqzMusIbbIAMHXbHTtmjOAdkBM4SkcfBPbyLbchzZlhM4uP0NAFdgbpo2q54NmwOgW/1VpP4kJRoAxSr2RA0AGqTeiRdXrbfu25NyWt4JqvVl0L5n+Ct2Mgot2g5zedMww04KPSHIDkPFy5+z+qlYA/ksqADwOYoXgGrdt5N6p0/nHKVi3/wqQO32XpgupFpX4QB1RgndAu7XW8lAQW0J9PhsMagddyveOG76H0tP2B7x4YmeAAAAAElFTkSuQmCC"); +} + +@mixin map-icon-connection { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAArCAYAAAAOnxr+AAAHhUlEQVRYhe1YX2wUxxn/ze6d7Tv/i/wHHyHGRUCBJsotCeFEcaLmgQekck6aNJUrHoJSpQ/EkmXJAaq0NFWURk7oQ0AVjURK+lAwSur4mr6AFEJdIC7G3mudGoiLbYwdH/b5zNlnc3u++fqws2W8vrN9h62+9CeNVvPNfN/89puZ38wugw2tXq/dBAAKAA1AJQAdwECqThmgSsQbFPG41VATDKZ0YHYDEc2pBzTtJQCv27r90a/rv8mGYUDTGgD82GZu8uv6GQBgbB6lxYkGNO0AgB+mGfMFv65nlNmAplUB+CRN8xm/rjelI6qkCbg5oGkfySQrqqsL1+/dWyZ10zIhafdZv3dvWUV1daHU9lJA0z5q9Xo3p3KcR7/V690OoAlAgWXbsG9f+ZbXXqvsPXlyuOfo0RGp+yjMNfYlgD/7dZ3LsQKapgDYA8AnSK6y2rbU1Xk2vPzywz1Hjw72njw5KrlNAXi9Jhj8uxzLYSO5B8Bhq67k5LCtb765ds3u3XImZZQD2CXKzwOaFgTwa9F2CEDKnWmBqSr7Tn392uJNm9xdhw/f4oZBMBP021av95c1weBnVl9VIrkfQL1Vd1VUOL/7wQcbynfseMiyccPgDrebuVavdnLDoEQ0mrSN7QHwAwAvAFhtJ+Zes8ZZ5vMVlG3bll/u8xXlP/JIHgAUbdzornj66cI7bW3R2VjMmpXv1Xo8ztOh0BVATH2r1/sjAI1WwNInn3Rva2pan1tamrNQRoxIJBG+ejU68OmnY3cuXpyCTTHAGFbt3FlQ9dxzZSVPPFGUW1LiXChePBw2Ohob/x3u7JyWzE01weAZ1ur1OmCuMQDAt158seSxAweqFKcz5UZLh8m+vunud94ZHG1vnwKAcp+v4LGDBysL161zZxKHGwbvbmoa6P/443HJ7GOtXu82AMcBoOKZZwp977//7UwCzwERBlpaQgBQ9fzzFUgjNUtBe13djVBb26So/nReRtfV1pY+2tCwNtOMLhd4IsG/eu+9W33NzWHJ7FNPh0K81uO5C2AnAEx0d8+Md3VNrqquLna4XGrqcCuD+Ph44kp9fe/wuXN3JXNTTTDYrQLA6VDoq1qPxwUhJ9PDw4nhs2fHy7dvL5A31Fh7+8TQ2bPh+NiY4SwsVB35+Q5kgJlQKD56+fLEyIULETIM7ha7HgDuXr8+denVV7+O3rhxT3L5Q00w+CFgE/xWr9cP4BdWXc3NZVvfeqvq4V27SgHg6xMnhmTB9zz7bNGjDQ2V+ZWVeVgA07dv3+s+cmRw5Pz5qGXbUlfn2fjKK2sAYPjcuXDXG28MJONxWTZ+VRMMBqzKnHUoGvYDmAaAZDxOHY2N/deOHRskzm3aA4ycPx/9a21tz2Rvbywdycne3tiF2tprMkkLxDldO3ZssKOxsV8iGQOwXyYJSIJv4dTIyND148e/BLAZ5smDcGdn7G5Pz5TqcimRYFDWOHDDoNjAwEzlnj0pT6/OQ4duTt68Gbfbizdtyutrbr5zq6UlIpn/BeBgTTCo2/svdnv6GcyTJhX2ATgBMSvfv3Jlq10peCLBP3vqqS6rCuAnAD5ME+9Pfl1/O6PbkwW/rr8N4N0UTaf9uv5PiCUiSM1bGjbbtF/X/wHgVIp474qx0mLRXevX9eaApn0C6Ybv1/W+xfwWiHdEindbxJtdzG9J8iICdYjywPDrej+A/kx8/ienTzb4P1ELlEJZssEDEyWA0QJxOJFCgEIAY+m0ZwnImihjTOWAyomUJFHaywsH1CSRKvq4GGNZXXQyulTIJAHkiWypnEgB0fxsEbEkkcoAEmO5TXd2j4jsnzHLS1RMXy4Al8iSwlMcxYDJjhOpjDECkQIg32pijM2Q/W/HchIFkGMR5UQKGFM5kZpuxCSRQwE4mS+TD/MoTYoy7w6wLEQZY4rwMTMKqIzInPo04IAKIpDplw9gFkACgMEYSxART+ebNVGYWXHCzGoeiR2dbuoBc+rBmPkEXDCzeE/EMSD9IFtOolZGnQByhOwoPJ16EDHRRuKZB/MlnSLOklUnG6IKzAw6wolEf4nT+TiI2Of19REoisrN3c8AEJJJIkABER9LJG6J8RzC34q1IkSZXNqj0Yu7S0sfJ4ANXbpkJIkcBChEpDDGOAO4yhgIYJcnJq4KYsxWsiMa0Bb8SUdyOTUy0l2kqn/ZUVzsF29BZEoPB0BCP/FFJPJ5y+joNZjrcU6MRcZLT3QRcNyXl1kAs78bGvrb77/5psdXVLSFgMIkUS4BKjP7zHREo70JonGYO31WlKQUa8WI/ldeYO7eGYPzqbaJiRsw5ScP5hpMivYYzC+BGVE3JNIrRjRpJwlzF1vylICpsYogERckJwVhO9klH6MZXUpavV4ro3ExaAzmj9cogAkAEQBhqUSEPSr6WWTjAGZFvCUhm2sXgyncbphTbRUXzGm39NF6KSvzMalYS2FFz3qCmRHrJeUs54iYTPSbxdxlYpV4JiSzJQrc3yiE++vWOhZViai8puNSyeiKBzz4ZwLD/SzKx6JFVFYJK7sZZXK5iFqwjlXrWJSJWrq75I2TCv8BJEY8KOpUFJsAAAAASUVORK5CYII="); +} + +@mixin map-icon-gateway { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAEnElEQVRYhc2YT2hURxzHPzPZP9pVyT8lFT1IkUJRF6VikWoPWg8KtXj1aEEoCrkV6amHgAi9eIsEtL3kKHtoaqS12CSkabEY0GAkrZCYrDFmd3V3s3/evpke9r3kZbv79mXfru0Pfiy8329mPu8335k3syIWjQLsAb4GjgFbebuWBkaAPuBZAHgP+AHY9pZBbNsKnAY+Bs5I4Mp/COO0bcAVSXma/i/2iaSOZj57+PDdrXv2BGQ4LISUbNq+XQopWwUUCXjJOj442L04MpLfcfToJjOXU9nnz8354eHcs8HBlWYTeXpVGQyKnSdPblaGoZVp0nHgQOiD3t6W6M5Thab7+9NCCKb7+zOtgNgw0NMbN1oOYltL1ClDIRGIREQjbT1V6PTYWE8gEhEvR0fzv126lDw9NtajtdbBLVtkdm6udO/s2aWuw4dDH12/3qm1RgQCZGdnS7+cO/fq0zt3dmzu6WnTSlFMJtXwiROLvoHst+08eDAMoAxDh9rbJUBk9+5Ax/79wa5Dh0IyHF6tSmTXrgBAuLu7DUBISbizs+6MiFg0ulAr+OG1a+07T53a7AXaqy1NTBTGL15M1Iq7EncfORJuJgxAx759Ibe4K5AMBBoSpmufwaB73C1YyuVUU2kAtHYNu1coGGx6hRDuXboCqULB/XUceV5zcy9emA0D/d7bm3SLL42PF349f/7V0LFji0PHjy+OXbiwnJqaKrq1mezre90wUGpqynCLPx0YyKQePzZUsahVoaCXHzwozt6+nVOlUs02ryYmXIF9fTqSjx79Czg7N1cSdXTSMqBqulHFotam6UlPTQeqZpnZWVP42L+aDlRMJHztXU0H0krh58zdstN6o+bp+OFmGpq6m/sC0i2osD8grQWsr5KAhpe8fyBHhXT5s6n9TqFfIKHWA/jWky8gpbVstqhFLBqdps793hpUKK0lIEyQaC00CDvmTBeWI4RuAwVoKYSyYy5DZSXlP4vqglsCLgOswUgNUmm96vYzZ56zfZ1x7kvgKvCmVkbllCgLatXXQKU9sDNeoTG3fesNcFUCM8AZYAioeWWu0tG6qjmnr1o1XEAy1thngBlb1H8BX1TL/nxy8h3KGmsHOoEuoOvbvXsv7wyH318HYrWZy+f//mpm5haw7PAEkALSsWi05t84XnZaXeEKUDfj8R81mGJNqNrah8zv4/H7dp7llX3UNC9AdqcmULLceJTJLExmMn/gWFUC9J/p9MPH2ewCUAAMRxvT0ZdvoJLVeRHIAzlgZWB+/m5B67QFpfJKZW4uLNwDssCKlZe32tlwvoHMKjBZIL1sGC9HkskhKYSSQqjRVOpuwjAWgdeU/3/OVoFq/BoEEItG7QoVHDAZyss09V08/vOyYTxZNozpW/H4T0CSsnjfWHk2VAEoWf3VNK+fjiLQZrn9EiZQLGmd+/LJk2+s5za8s5JOINcrEHg8z8SiUc36CqUpT0uK8nJOsLa07eVdOW0Fqx9X2+iHsQ0IOzwEBK3ngvKSdmqu4HBX7TQKZLcJUZ7uoPUrHUDOVVmywDwf2vwcHSRrmqoEsvetDV+J/gG43iUuISai3wAAAABJRU5ErkJggg=="); +} + +@mixin map-icon-dangerous { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAyCAYAAADImlLUAAAEnUlEQVRogc2aX2gcRRzHP7N3Taip1oJtjVrwz0OwghutvoiIIP7BqpH6IKKIiPZBa0GlRSL4B/9gBfHFRyHqW5/kFCwtKvjnTSwJKiZqEcTkjOGS07ukd7ns/nyYmdxmm8vt7G5ivjCwt/P7ze+zk5nfzM5GlXyfnNUPvAVcC/wAHAX+yjNAMc/GgAIwggYG2G1+3wMEeQXx8mrI6HHawFY+8FieQfKE7geOdKg7ClycV6A8oV8DtnWoO9/U56K8oG8H7u5isx+4LY9geUCfB7ye0PZNYGvWgHlAPwfsSWi7x9hnUlboq4EnHX0OAgNZgmaBVsAxYIuj3xbgbeOfSlmgHwZuSOl7I/BQ2sBpV8SLgOFOlfeNjvbb608GB8sdzF4ETgIV1+Bpe/pl4MKUvlY7TDvOSgN9M3AgTbBV9ABwk6uTK3QPegeXehLFZCdzj4uTK/QzwJWOPt10FfC0i4ML9BXAISec5DoMXJ7U2AX6GNDrSpNQvehhl0hJoQ+gJ+B66hbg/iSGSaC3kzI1pdArwAXdjJJADwM7s9Ik1C7WWLSsukHvQy/XG6lHgOvXMlgLuoje2OT9HtlNnonbcYuxFtBB9Nbz/9Be4IlOlZ2gLwOeXRec5HoeuGS1ik7QbwB964aTTH2G4xytBn0X+kV1M+hO4I74TRU7FusDvkafYWwWTQK3AvP2Rrynj7C5gAEuRY/vZUWhr0Efa2WSgIqXrG2iM8le+8Pmwq65cS1FwBTA0OjobltXGhycNvViDCRFiCJ6wzYEhLanHwWuywCsACUiSkRW9GzknrZJ3/P70KslHvo49oUswCKiQhFPwJPYPLH3QhHPwmcAHwZ2qpLvvws8mAVYIr0YrgLkgZhhIQpEKbV8nQL8eBF94J0ZOACP9u8VCkFQSgoQCoAISimEVGN8vweccYWOw0eBTfEiRT+IiLbLnlHOeOj3s++B0MFRrRifbeDl8WtLFJ7oUGpPzqQKgdPA4SLwC3BvUs+hsbFe9CH5dmDHtkJh13sDA+9sLRT6JfYwCkREX80HweyhiYmXFoJgBpgF5oB/gFrJ95sO8Kn2yp4pBaBYDwJOVColYsCRhUWJiPp0ZubkQhB46JxbNP62LWcAV6lY8Y5PT//8Z6PxK7RXxCj8H43G7x/PzPwWgYy3se7QEishEI6UyycEAhVLbwLBR+XyV9bOlHgb6w5tAwfAkimtH+v1qbF6/TsLa8vpWm30p/n5KaAJtCI+QaStDYFeMgCLQAM4Cyy8Pzl5qilSM+BhIwzrI1NTX6K3lQvGrmH87ANsCHSwCvA8UKu0Wn9/Mzf3madU6CkVflutnppttaYxWcLYxcGdv+Q6Q5d83/Z0MwJcB/4Fqh+Wy19UWq3xSqs18UG5/Dk6tVVNfT0C3gSWTHtOSvslYBGdsmzaAt1ji0siZ58aH3/V3LcPGP2LRKEX0wRPdaZR8n1hZU/X0EOgil44ZtGfJex1lXOHSNO046ysbxUF9ImnLT3or1cF2hv/6BxoRkrq/0rI41VIoWGLaOAi7QXE5nGbbZbQ8Kl6OBowL9mlPbrqLS8+tPNyZv0HpRHManShalwAAAAASUVORK5CYII="); +} + +@mixin map-icon-forest { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAFtElEQVRYha2ZXWxURRSAv7ltd/tnu3WxFSQEQmkNIlL+giYL7QNCSUB4kJhKQkTjA8IbJUrhwQgIJBgwhQSaYEjEKBIqkEgCSkFiJPIjECEWShCEJkVot3Tp/+74cOdu7952985tPclk986cOeebOTNnZ+6K2jK8yjigHJgNTALGArmqLQI8AG4DvwNngftejAtNoDRgMbAKmAEITfsSuAwcAE4AUbcOhobRENAA7AVmeoBB6c5UfRuUrWED+YEdwHdAsQeIZFKsbO1Qtj0BBYF6YMX/AOKUFcp2UBcoCPwATNP1MGfN1tw5a7bmumvGZZryMQgq3fGcBRwEJnqBmbHqk+es5wu1GyKaXScqX28DXVZl2qLRCUrbgDd1YaYsX539+trP86znMWUhf1fbv7FHNy72aZoYDbwAnLIq7CELAVW6MGOmz/WF1u3Kc9aH1u3KGzN9rk/XjvIZ332G7XOzroWcwpeMBdsPB4z0jEEpwEjPEAu2Hw7kFo1N8wC1BTPXxYGWYGZdV0nz+cWinfUF2cGipA6zg0VplTvrA2k+v27OKsZMvHGg9zQ7Ul6zL6/wlVmuISmcPNNXXrNvUEhTyCowfzrGAb/hIQNPXvZBVsWmukAqnYbNH4ZvHq3rSqXjEAm8YQAVXmCCxa+mh9Z/me+mF6renR+cNNWZVlKJAMoNYJZuj4ysHLFwx/cF6f4s1wGk+7PEwu2HCzKycrz89s0ygFJd7fKN+/MD40u1Rx0YX5pesanOdTZtUiJqy7gBFHjoxJTlq7PnfbwnpaNz2z5q//Pw3k4vdoGwwcDhSkuSJUSnDCNBAuTonIcGtFMkRKcMM0FiYB47XUUnITplGAnymQE062jqJkSneEyQD0VtGXuAZboOSiqrMudvOaS1CU7XvNt26+Q33bq2gaMG5u1AS7KeLzRC1bu1t3Goend+drDIyzq9aGBeVaSOdsWmuvzMwChtB5mBUUb5xv26A5DAWQO4B1xy0y6prMqcMG9Jpi6MJRPmLcksqazS6XcZuGeN9qtUmtnBIk+hcooZuhfdZvYADBw/TgBNyTTLN+73FCqnmKHbl2pATYoh4eYawrw3uYocOB2INVdkkb2tdrpoGVADobc+3wF+gcQz9XkdIAUjACHl4GOLlPF6U8f9aPOtBeMEAtgAXHGDUU4NOcS9TmLWS4lhgaWAugLU2CucBruAlcCdVDA2J4McxSSGvT0F1B3lK+FUmeztxyjga2BqMhiH4wRR60Yagpj1XQj1aT5fx7xSP3b2TbZzHgNLFVSCryFgRDxMJNbHzLAmzKSEQ8BbQ8GkAgLoBtZ3RVkRk/wtZUKYhFQgsYH1YkipnkkAERJEf4z7Ld28v/YPNgA9yZy6Hkerr/Nr0MfSleNZVuinym8w2TYzgkRQKaQZF2G209FP0z+dHDl0n+ORflpdJsEdCDCe9CK/uMUZ4OprAUpnFzD/5TwW22EkCIG5QISEa+00XGjlXGMHt4BWy5YbkE72FfZyLcyTurucbunmttWeMGMgmru5e/Ae5xs7aFM+hKOMCEg6SgyI1T/kpDTfGcr4TgIpIXq8mXOWnipOGyMCsoxGgX5V+m5HaG7s4KIdBpA3n3K1KUIz5sLts/WJ2myNGKhfGe/F3H1dQOeRB5zqjdEhTKBYb4xI/UPOAM+ATqXXrfpZcCMGig4B8wzoCPfx6FIbPwpBTAhil9s41d5HC9AOdCg9J1TKV8OuQLVl8RnqscFEgKdA+FgzP4f7+CvcR+OxZn4C2oCwao/YoHqAfmUvqehei3sxXyil2QYRBXqjkq7PbvKpqrfg7TNpB+p1c6R16KotQ5I4Qx2YYQlj5phW4Inte5jBYetRdlKKlzcTYM6Q31Z8QIaqt/Kifc312Irr3wrDAbL6+DDDnaE+reRn5SlrV/YrMK1bzXCBLDEYWFNOICtvpVzAQ8l/aNwKvMoHd4EAAAAASUVORK5CYII="); +} + +@mixin map-icon-farm { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAHoElEQVRYhaWYe4wV1R3HP2dm7tzH7t2nsIKwbgqWrZVKFhGtxSIpSI1ato2NQRpDm8gftdU/bNNUpSEtTdA2Iak1aZqCthDb2LpUjaSi8t5qAQVKaQuLLo/ltdzdy9733Jlz+seduXv3unt3pvySkzuP8/uezz3zm9/5nRHJHoJaO7AYuB24CZgB1Lv30sA54CTwD2AXcCaIuPAJpAMPAN8G5gPCp74CDgGbgDcAZzIHzYfoImAn8CJw23gweuOtRrTrpcZxfIXr86KrsehagMLAc8CfgNm1RCJzNzaY7Y/GQjc8FKnRbbar9ZyrHQioFegBVtUCARBmi2a0LgoDhGf/oG6y/q5mjzuGL6BWYBswz4c4evwWA6GX4CLTdD8+rva28aCqgaLAy8CsWmoiMk3zQknmzo4GqrRUuU+oUYhQc63gn+WOFa0F9FOgqxYMQPTWXzc23HelLdy5tl5mP3Fk6ngRoND3fAYgtvC15vi9Z9uMKUsmjBXXutwxy2ZUHC8CVk4GAyC0KMJs0SKd6+J6/eeM3LGnUpHPb4gXz/whF18+MFWLTHcfnVK1lcAd86/AXhidIQ34mR8YAHuot+gdh2Y8HDVa7zbT733hSv1Xjk8ZhQF76O/F8RU+Zesp5boy0IOUsq4vK5zckFZ2uvzvQ9O/ETHaloe1aHsZpjjwak7lL0ifkrMpJd4y0Gq/MABIi5E34xdVcVgCiMj1utnxWMy7bQ++U8ge+GYykGZpFUCjtDbdFsTT7HgsaravjqZ2zB60+n+bVfkLDnZWyvyAkz30reHs+w8ORzrX1euN84zJ1co2H7jRAO7B/9pUAmpfHdNb7jDNkX8WM/uWDCnritRiHbo81H81NPORSPyrl9uEUS9k5pTjXD1s+5QVwGINWBAEBkBm+x0AvWFuqOG+wTatbpYus/1OpHNdfWz+lmZh1IvKfgFsgQbMCQpkndmUrTyPdm1uEnpUhDvXxr1rqpiUdmKPFVD6sxowPSiQfXmHZZ39fRlKi3Xo4c6f1Ff2yfQuGwqqC8zQGC2ufJve1BXKH/3+SP7fa1NIS2nRmbrevDAEIDN9dqb33oTKDTha5AY/5U2l1YlkD6eBUCCvu3a06C13mVbfL9LFC68XjKnLTGVfVSiFTP/HNj/zeF1oWncke3DlcPHcK/kA0kWDUtnZHARI2Rkl9KgIz3k2bkxdHk7vvj0BIMJTtPiy/qlCj4lSvxE/S0elZTTgfEAn7MF3C96x3rzA9KrF+NJTZRgAx//S4dmABpwICmR9/KtsZdlhXLc4bHasiQkjXoYp9P0yrawhv0uHZ//VKO0OAlvqb+2XncR+C0CYzSJ0/f3lUqNw4uep/LGnUmjhQAkXOKBR2qoEetbRrs2N9Xf3thb6nk/nDq9J2oM7LSfTZ9uXtuczvcsTMjcg40tPTTGmLjUDyCpglwGcBg4SIGNr0Rm63nKnGVu4rSV//OmR7AcrhhE6KIe6RXtbjdYvmQCV8eTDDgGnvTyxOYAjzsixcrBGbl7fEJ71RAzlUL/k6HUeDICT/DBIUG+C0fLjDaDPr2fh5IZM5XmoY02d3nynqTfMLeczZ/gDS2b6/K5lfS5DGcgBnvYLJHMXVfbgqnK9o4XbNHPW9+pG759z0vuWDivlu4p4xmUYU+TvpbSRq2lKIRSIwtmthZE9i4ed5Ee2crJK5geVcrLKOrs1n9w+MyHtFAqED6g/Anu8k+q9fRR4lQl2Hh6MUm5z6yijeYGhN3UZxfPbLFm4VKoiQQnhNvd4HMkPgYeAnHehevHLAY8Cp/zAKIVwJJqIdhh1t6yvK+Yu4Ui0ifpWSZ5yx8pVXhxvNU4A3cDRWjCORJMSTUk0EWrVhGai3HMp0RyJVgPqqDtGonrwicqDK8AKYMt4s+RINNToYFI5QkkbqdzZUQjc2aueHanYCnzNHeNTVqteyQM/HMmyypb0j/mXZRA0F0IDgZSlcw+Mitmxipw5McB3Wr7Oj4HCRINOuitof4T9N7ax4jdP0n3TdFbWRblZVcyOUghpDWOnTioF5dD1Aj5xlb4jH/Pn777A64kRhiaZhMm/oDV1EwXiQBPQcv8dzHn4yyy9Zx4PyKo4qXyr3jrAO6/sZPeuI5wAhtyWBFLJnrGBXGl+SkxR2d58n8SqDew4cY6T4MZVVdAfP8Mnazayd9cRht0xRFWb0PwAqaomAfnsy2yXCqc610iFs24Lu71+bqvWuCYgT9QBbLcV9x3j/O6jHBiTAAXq3Y843PsvzlMK3GKFj1Ohdc1AtituUXr7ckD2R7/j7axFSoDSBDKbJ/3MS7wHZICs2y/v+nlw1wzkjAOTAVLnE1z+yx7e0jSkpiFf28fbF4e4BFwFUm6/aqiaFYCv79RN3YSBGKU9XBxocI/rTIPY/o08CYgvPsELRQerAjoNjLhwaSCb7Jk4B4GPPOSaRemDks7YksWybHILHmede917vJUz6c1SwdWpab6Akj2opm4KjL6y3sAFwHR1BKU3yGbs4/VaIdkzee0edFegU/ro7TWT0q5XrwCqjLlCRfNVPQYF8ny8WQm5v17y8/KU91Z6s+V7V/P/AHmmMRpT1UBe3gq6UeR/979pIueVLEEAAAAASUVORK5CYII="); +} + +@mixin map-icon-mine { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAGhklEQVRYha2Y22tcxx3HPzNnL7oY12UlWS1SKjVKZQzFNW2KwQjSQvumNirUDyZQKtCz39titw+Foj8ghhWoGFqoQFbTBlyw2jipKcaOE4XAWtYljmV8WQfZq9Vez+45M304c6Sj1V6OtP7CsGdn5vzmc37zm6tIJpMcUK8BbwE/BN4ABoAjpiwPPAbWgDvAh8CjgxiPhKxnAePAJPB9QDSo93WTvgv8AtDAJ8As8D7gtmpIhoAZA24A7wI/aAJTT8K8866xMdYOUByYBuaAkQNANNKIsTVtbLcGmpqaYmpqCiAB/B14J0xLXV1dcmhoKN7b2xsNUf0dYztRr3BfDM3MzCSA94DXw8BIKZmYmOjp6uqyAObm5r7a3t5uFSvfM228DbxoCDQzM9MJXAkLA6CUYnt7202n0xXHcXQIGF+vm7Z+CZT8TGt8fDxY6U/AT8NYi8fjore3Nzo4ONhRrVa11hrHcRgeHu44fvx4NB6PS8dxtOu6aK0bmfkG0Atc9zOCHhoDzjeD6O7ulqOjo139/f2xvr6+WDQabTrilFLatm398OHDUjabddfX10ulUknVVDsP/AO4CSDMxCiBG0KIN+p9TU9PT/TUqVPdw8PDnULsZ1BKaaW8diKRSENIx3F0Op22Hz9+bD948MAuFAp+964DPwJc30M/w5t192lsbOxrJ06c6Armaa2pVqvK76rOzk4ppUQpheM4WkqJlHIfWCQSEQMDAx0DAwMdSqlsKpUqmqIRvIn3PR/o17UvDw8Pd5w9e/ZoZ2en9ejRo/Lz588r2WzWLZfLqlgsuuVyWVWrVW1Zljh37lyvGWX62rVrL3O5nHvs2DHryJEj1tGjRyN9fX3RRCIRi8ViO5DPnj2r1DQ56QO9hjeb7gRfIpGIjIyMdKRSqcK9e/eKtm03jMpgdwFks1mnWCyqfD6/Z7TFYjExNDTUMTg4GO/v74/VluMtSd+K4PXdDrkQAtu29eLi4lYjiKCklPhxpZTCsqy6MVSpVPTq6mppdXW1FI1GRbVarf1IAbwlgTeDuVpr6tA3lNYapZQGcF1Xl8vl2lG0T3VgfL0pgdGwjdeTEAJhXCSlFME4OYS+I4FvBo0fFgrAsiyi0WiYHUQjDUh2N1evQuKwH2XU3c7X1FPD0RhWEm/b2R7F7uzelnuAggSetmkkGHvteuiJBFbbNPIqtSLxTgdtKbggN9lqhNHHEu+o0pYVv8u01ujDE2ngQwlsAHdfBVCb+gTY8If9n+Hw7vbfC87ah9As7J463sfbJB0GRjT7H1LrhmEHyAV+exAIk6QQQgZjyPxKv05Ik78zDHvOZTfxDnItYfAmQKG1FkqpHa8IIQiA7NRpYfJvwH/9P7VLx2+AT1vB+N7RWkullPS3H6ZMBlIrqE+p6Znak2sJ+BXwRTOYAJTQWkt//6y11q7riqCXmkB9YdoqBTP3La5TU1MvgAng82YwSqkdD8XjcQFgWdYezzWB+ty0sefUWhfIQG3iHXP/UlO0AxN4FouLi6WlpaXK7du37Vwup32AIFTg4/4K/Ny0sU+i1YVVqVT6cSwW+6MQ4tuB0bPnl72rvBZCaCGECv4qpb7c3Nz8/aVLlxaTyWS1UXstL6wuXLjwv56enrcnJycn+vv7z8fj8ZOB+NkTTwbAH/4CoFAorG9sbMxfuXLln/l8/iUt7qTC3KDJzc1NPT09/QHw2enTp0fPnDnzk5MnT44HYcwz4A3/paWlG7du3fpoeXl5FXjp22oFFGbHKIJpaWnpxeXLlxfT6fQa1A/4J0+efDk7O3tzeXk5Y9oQNaktIF2TFKDm5+f/pZRyhRAaEzeYkb+wsPCRX8+kWhttAflGXcAxqbqysvL0/v37H5u42YFKpVKfra2tPQVsoBp4xw3YahvIMcYrQBlvMivOzc1dr1QqOSGEllIq27bz8/PzHwAFoGjqlc17PlzbQG4dmAKQy2QyX925c+eaGdrq7t2717e2tp4DWSBn6tVCNT0VtwRKJpO+h+wATB7YBrYWFhb+k8lk7mcymZWrV6/+G8gAW6Y8H4CyAcfYa6iwF+cVvMtzi71blorjOKWLFy/+weT78EFPBoFqr2D2KdRBMZlMavZ6KIfXLVt4c8xLvHXJf95if7fZxk5THXR3Z+FdevspBkRNvsAb0sGYswMp1I3KYbabwoBEDEyE3cnPn6f8UekYsNCb9XaOC5LdmKoF8uetlndFtfo/JSmXDTbEHMsAAAAASUVORK5CYII="); +} + +@mixin map-icon-mushrooms { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAIA0lEQVRYha2Za2wU1xXH/+fO7OzDNl6/wCEOScEGyiMyr6QNAdFGKRWvxFVSqgYpPPpSU+VD1aZRWz60sRo1UqWoapHSiEQIaAnQpGlog0lCcNJUKQSCSEx4uTaI8DDYu/a+Z2fu6YeZWc+uvbO7uEe6mvGde8/57b3nnnvuNXXW7kCFMg3ACgD3AGgD0AKg2v4WB3AZwHkARwEcAXCpEuVqme0UAGsBbAawCAAVaVdnl/kAvgGAARwH8BKANwCYpQyJMmCWAXgXwDYAiz1gxhOy+2yzdSybCJAfwHMAXgHQWgFEMWm1dT1n664IqAHAawA2/B9ACmWDrbuhXKAGAH8D0F6uBRIEUiqZSbTbNsZAFQIFAewAMKM8EuR5FClUiYfNsG0F3ZWFq+wZAAtLcgjC7HXTAsufbq/x1/qopjmkgIDoxbgRCGuiZ19fqutnR0fY5FKqFto2f5LT7YpDy2A5naf4gio99vqD9bctaNCEag2wNCRABDCDFAIRYeCzSPbVje9FB88NG6V0AlgP4H03kIC1LNu8eq3YuqD6nh9+sVoIguJXCK4BYGYQ2VPGo3XHt59LvLP1o5iR9hyuCwC+AsB0fGidFwwphI7ty8P3PjGnWvEppPhtDybLKGBNY6H/EBEWbmyr2nR4VUP1lKBXiGmFFXhzTr3JozEeeuH+8Ox104KqXyGh5lslQWBmsLTAZFayAwkChCrQNDvs29K9prGEw292gKbBiqbjyv0/vbt65uo7AsIniq4gEmSBmQxpjsI4U0eCEGoMKKue//IkD6BFAO4UsOauKPvi786u8gXtYXG8oIg3kEJQNEHsgpImAwwIhTDvm18I5XSN0x3ACgFgiQc1Qo1+AUZuSpx3mZWQWckyK9nU85+GLjkd1aU0GMKJTQQIQZg8r85rQ1+iAphV7Gvryha/s3IGPo1kD/zo38PDlxJmeliXLBm+kEpalUosGcxA9ZSg0ONZrpocFKYuOViniWlLm7U7l03Rpsyr8wlVUN30GuXzYzeyRUzOVAFMLQZ080zUAICzBy6lPt3bl37s9a/VqwGFpCFBgrBtwWsDX3pybhVLBglCIKyJI7/+OLbp7VWNqWhG+ms0IQ3Jv23efS0Q1ujJzx6ZEqjVvFZbi4rR5GqMJAcz0siYPNQbMyP/HTG6f3MyVje9RvHX+IQ0GEbG5Ia2WtXUTc4mDVaDKqWHdT6583ySGYhfTZqJG2lZ0xwSCzfPDKUiurxw6POMB1CVZ4Kmx7O8c3XX4OMHv94w/1vTgz37+1LDF+PmwOloJn4tKU1doqFtUp4OI2Ny11NHR4yMyVpIpamLm3xb3lvTlBrKmAee+CAa7Y95JmkqrLSzrliDK8dvZp9t2nXtvh/Pr1r0nVlVk6aGFMexf3fXnmu+oEqkUG7lNM+vV9f88b6wL6RSKqLLqka/OPLMiZHzBy9nEjfS0gsGQII6a3e8BWBuiYZjRKiE6Q/c7n9014o6ZmsrAxE927jzaqW6XNIjAJy7lZ5atY+a7673gYgUTZBQBZl66e29hJwVsE4HFQsRUSCs5W0lZlZOFOiYgHVUqVgRCaBtZUvAXSdUQSQqyhzdwgCOCAAXAXxUae/562cE6mfkrzBfQKEl35sdukWg4wAuOkHq5Up7t668PZDbQNnOhwShbdUdgVJ9i8hLwGj68QasJKmkqAGF6mdMUlrunayx5Nw+5UzVbe31vruWN2vVzZ75T6FcsBlyQCaAX5TTs+Pl5eEt3aubjLTJ0mBmae3mRtpkPWmwv0YT6/c+UL9229Iwg8t1qF/aDFC+GuhwKi/BOqfP8+rZ89e+TDqqMxFgpEwkbqZl/HqKE9eTUk8aPNATMfq7r2Y//ENPIn4txQBA3pnZHgB/cv6ggsuGIIB9KHLysH8xWU8mzsujmADKrVYCGCAmq855FsoJAI8CSDkVhfOcAvA4gN7yYJgYUlhl9D3/u7tfnvTatlLuyvEcbxBAB4BTXjAMKSRLwcxjimQHsijUKdvGYKHxYivhJoCHAewqGKccDPOokdFRskYKADE79RaU68ftBvCQbWOMeC3NNICn0pzaICH72T0NORgpGDxOkcKBcn6EwdlLN+XVLVuHN/4cQNGcqOSFVefIDz6oE00PPxL6fkeTaP62RoE5oyODPH+ynJjBVsQkAiEhYxeumP37X01t/3uSY0MlBqGsGzQRkTf4xXjnYQAn5/gWzWr3LX2wVZ27ttB5rcBNIDBOGyfe/Vj/V3ev0XMOwJCjqxRQOdGU3OV09vjgn5O/f+uGvHre+lzotEzX5eW+/ckX3u81eiK2DSooEwLigiIByIPpPW8y2CyMNQw2D6X3dTvt7FKoY0JAjlITgGGXbJ9x5kqvcfpYfgAkPm98crLfOHsFluNmXX1Ml64JAxm2ch3W6ksBSP4jvftQFnrM8miSWc7E30z/5TCABICk3S5t93PgJgxkjgOTABAbkUMDp/QP/0kgSSD5SfY/h2Iyeh3AMICY3a4QyvPUURKos3aHM0IZF0wcwAiAaFd67zsjHDkzwpGzXelX3gYQARC1v8ddUBkAhq2vqJR7ca7DujxXkJ+y6CaM1POxp39l1zvw7pF0A+mlDJWVRHXW7mDkj1AM1rREYcWYIVj7kvMexdhpy9h6PKXSjFyBdentFA2Az653Elq3z2VcpeS/FW4FyOmjwZpun/10gp8Tp5xVadhgZZ9qbvnMYkM4PlUI5MStUkfnMfI/HF3HnpjNqOEAAAAASUVORK5CYII="); +} + +@mixin map-icon-fishing { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAFjElEQVRYhb2ZW2wUVRjHf3N2u6UtlwrYTQ20IVxqTUoIiAQMBqO8GItFY9QENOKTD0RixETEYEKMITESDc8KEQPESxASbgEBCQSpENyiInRBEbeFUqDsvduZ48PM7M7OzszOwuI/+bLbM+d836/nnPnOZRUikgrVAiwCHgOmA5OA0cazBHAVuAicAo4AVypxrvgECgCdwApgDqD49C+B08AXwG5ArQbQQuAjYJpPCDf1Au8Dx+4WqBZYDyy7RxC7tgIfANlKgCYAXwGzqgxj6iywHBi0PxAuMDvvIwyG751GLE+gOmALMPU+wpiaasSq8wJaD8z+H2BMzTZi5mWdQwuBHX49rZpI/cZmxpl/5yT0ZMgdS5I9kGB4T9x50rroJYy3zwQSwGH0RFdWl9p4cEqIoJ+6mwZJroxxp0y1XuBJQDWHbIlfGNlBs18YgLiG5qPaNPTEm3f8erkWL4xj1LctPOAXBED00FfBwrQC2BlEX5se9ao50E54YtAxRbhK6aHP63lzEPFEA6EdQ2SMojlAq0AfO9e1SXbQXCkMQH87TU7lS8dSKztojrUT3l7c4wqwSABzvWAqBTEVDhKwt/8wzOjvWxnv0WyuANqqDePkJxxErGtijPXZoURJapghgIfsTrZOLuSXlIacF+XG4WRFeaUEqr+dsL386cvctBVNUojIv4EauwPzu3VyVqvXTqUYnhctXViBXNnJenyqvgCubaKhGjAAaYlrNlCIyN+gOL9sm0zjy43Fi979kENquC2AmL3iK/9wu5qBRQ9986PcsJfvai1JtP8K4IKTk3KJzY9yEqkY2fpkitzngyStzzvHMsrW5E+BfjpwlNJD3/7KVu28Nt8iFTpHv7XsrRh3Vvd5LrTdChHZCpzAI1tPCRG41OaceZ3UcZGBcxlGvOosb6TuzQnULyi8bRJYYG4/fsAjY5u68jBNk2sIuD3/eID4mn4SfsFt+gVYYq72X/oBajnPdadcVI35hn52yy+au9E3SWXlFLwWKZBSyVvl6jUY8kAq+iHOl5SI7H/msrx5Jk0OINOhhKeHZDAPpGmiQri1BkPJuWwj+v7WXUWBjE9rYEUxHBqfiiILZY7aDrydb24DqgO+we3kkYdxGB4plaLAeRDj0xnqDPAikDYL7GtZGngNiPqCkVJBVQWqKtC0wvei+eQ6t6JGrLS10GlxHQSWAhFPGFUVaKpAaqWm2cBKoSJGDF9HaYAbQBf6xUBpL6mqKAqiaSJvVogiKEOa9jXwnBGjRF7bjwzwLomhZagjfxX/lw4gdrP3TC57hcvn32BWYA0uNx/lgHQtaDxOZ1sXv55cR2LoDzSNojmSD6yJkvklpcKtgV6O79vA4pZldD1yqlzM8hdWM5U6YAzQCIznqaVtPLt8MfMXd6LZIKxv1pFdB9m15SgnD14Abhp2G4gTkWm3cH6A6ouA9CuUCWzrXknrjDZ9ItuAor9HefXxzeiT1jQrUMotnJ/zlrSZBmh8unovUlPzEKZpmspn7x3N19PN7sNVfoBMpyowYliO7iMxfj7UXZT4FEVyYv9ZTv8UQ5+4OUsb1eLrnoFGDOfD6G9fGkixYdUBMqm4DiU00skEn7zzI5AEUka9jNHOhLtnINUBJgnEuXb1Onu37UEIDSE09u04wEDsGjAExI16dijPq2F/99QzlVqgHv2CfAww1vjeQE2onu8iqwCF5zs2MZIbtkAngDsGXAJIEZGeW2K/QAr6wlsPNFisDhiFfq0jKAyvtSdN04cwIj0D+rt4ikjJTCVLYd9tBs4CIcOPgv4GjVA8vKZly8GAx8beRQH0C3XTQujH8IAFyDrnshYr+7PC3QCZbcxeqaEwXCaQ9a00e8v3RdrdAJkS6D0jHIDMvOXnfrFI/wFgKLB3g65FBAAAAABJRU5ErkJggg=="); +} + +@mixin map-icon-bank { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAsCAYAAAANUxr1AAAHwElEQVRYhb2Ya2wU1xXHf/NYz+76xbKAIaQ4CQZMwcWCQJQHDdBSERKDoWrALilpSUuaqh8aqVEfkRuJoD6+JKpShUYpiNYhIRQDoWpFUFsEKYHYcYKJMQ62ABdTbDBerx+zM7M70w8zs17vrtfrQPKXRjuz93F+c8695965glXDeDUDWAYsAWYBdwJ5TtkAcAW4AHwAHAM6xtO5kCWQBFQA3wMWAUKW/VvAh8BO4DAQux1AS4HtQEmWEKOpDfglcCJTJTFDmQL8Dth7G2Bw+tjr9KmMFygIHAA23QaQZG1y+g5mCxQEDgLlnwOMq3LHRgpUMpAP2A3M/BxhXM10bPkyAW0DFn4BMK4WOjbjSgRaClR/gTCuqh3bwDCQCLyYsdms1QrV7wTYciLIkmf8+CdlmqHj1XbsXIfs/LEGO+uOlCDA/A1eyqp96AMWjTuHGOw2KavyUXUwQHezQePrKp31xi0ClWAn3oNuYjwELE6pdt+P/az+fSFXG3QOfLeP7k+i8bL8aSKla72UVnqRPNC0R+XsmxGMIeszQjUAawSrhhnA+yQvB1IOPNM0mUlzbC9GNYtLxzSaalWa92lENduwIMDsxxRKK70E7pK4dsbgo10qXWejjE8W8IBg1bAZ+HVK8YJNXtb/JZC26fVzBucPRWjcqXKzbXh9Cs6WmP+4j+KlOWj9JmdqVc4f1MYB9XPBquEVYH1K0bf/FmD2o96MzbWwSfO+CJ/sVWk/qo8om7/By8rfFKAPmrz9rRDXW7LxWJ30wsP8BJiSUnS13kALm3gDInlFUtrmsiIwbaGHBU/4KfmGgugRGOgymbVKoeQRBfWGybUzBnPX+7jRGiU4S6Kvw8wAFBOsGpqB9KEBCNwjMadC4SvVPu64NwdhjNkeCZlcOaVTv2OI84fscK3YlkfBnRJ5RSJR1aJpT4QLf9cw1OQJEBIZ3lyN1JR5Mit/m0/FjkI6/mPw2n097Frew7n9Klp49JlkqBa1q3vjMMVfzSGvSEJWBN54rJfTfxhiToXCUyeDPPjT3KTWuXJqj0DJKoWqgwE6T+sceLKP3ov2wL18XOfycZ2JMyUW/cBP+WZfSjg73tOxLDuRllV5EWWBztM6Z2ojWCaEr8SIhCxkn8Cip/xoYYuGPw65zdOH7Il/BChZ5Y130Ho4Qv2OoRF5CCB3ikjpWoUlP8pl6gIPABf/pTHQbRLTLfo7TaYt9PCl++1Z19seJabDuboIZ/eoiLLAxroJHH467Az6kGDVcBSYFzcytVxma8NkxKRxHI1Y/PekPTZa6iKYCbtRKcfORYu2+BnoNmmpizBlnsyKbQWICUG4dExj98qbmM57FUwX2fDXAKGOGPs2hIBmGfh0BNBDz+WlwADIXoG7VyjcvULh2sd2Hvpol0rocoyYDi11Gi11GtOXePjai/lEQibHt/fz0M/ykBU76bYf1TCjMH2xh3uf9jPxHonWwxGa9kQcK63SCw8zGfh63LA+YE/LYImM5Em/mc+bKnHXMoXy7/iYMl9GC1v0XowRnC1RVuVjQrGEIIJlwv8aDaYvzgHg2scG5Zv9zHpEoeM9nX8+P0D7uzqRkDtJ/ixYNRQDJ0leOorKZBZu8VNa6WVCcfo8lKjOegO936SzwaD+1SFCl2I8+koBkT4Tb6G97nU1GTTvi3CmVo2HbVjxpQNGW1wBfAGB8id9lFX54m+aTlq/Zb5ccoPBbhNAyC8ShPuf9TOnwsur5deRFQGtP9PC2wCscbPcrlGrqb0W7780xGtLenij4iZtR4YX1sTXu3LKMAe6sSbOlFn+q1xh44EJllIoWm+t68U0GAMG7G+3+HeZBPybMT53LBAsC4GiMg+Lf+gT51Yq5E8TAcwLR3S6zsaEGQ/IZtu7hvXh66rQ3xkTwBIELMEOyWhqA5bjLB2ulmJ/N2WEGfHrC4rC/McVefFWxYqqxBr+pMXOvq2Leth0IZJ/R+l+I3A80UOuXgI2ZAMTMxHjHkuSa1wSMbOAegt41n1IXil/ATSO6qU0MBYIpoXoXtlCO2rE/ryOKxlIBTYD7elAkj2VCJJ8pYQ3FazdsaVmAgLoAdYBTWCHK7HQtFKNuF5KB2Amecfpr8mx0ZNsfLTNzQ2gEqhN9FKK15K9kPibpj6AHuNNYK1jI0WZdlsR4LkrYTZHTS6lg4qDJcGkq6PF6Ki/ylbvdp4HRt1np98PJWjGy5woLmTd7krWzZ1Edb7C3MRyQcDCAgRwZ1Ji+Y0h2uqvUvf9w7zTo9JD5nw0NhBgXu7DWLabI8AH35xL6do5PFgykS8HfdxRoDAhR7LPe9QoRihCuHuQrtYeWg+cp/5IO58CNwEdMJ3r1oCAKGAA+v4WOva30A+cAgqBXMCLne1j2KEeBPqAkPOsO+2jYwFlc1YoYh+Z5AMFDkShc58P+LFPxETHmAYMAf1A2AHrc+77saf5qFDj8ZDmdCbjHAxge0QDPAlAhlNvEPtUdtB51sjCQ9kAge1yybncmRlz/nchXaAodphcqESgkR+TtwBkOR26IU70Wo7Tj+DUizqGXSj30hhjho0HCIYHrOXcG86zB9tzQlKZ7kC415hn1JD9AXhyG9crHobD5QIlzkrXW1kf0XwWIFciw2MqGcjE9kjGAZxO/wdgu3QlkSn3ywAAAABJRU5ErkJggg=="); +} + +@mixin map-icon-specialty { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAvCAYAAACLx2hbAAAEoklEQVRYhc2Zz08cZRjHP++wpSJeEBNqQ/BQtMRTA9SLaUEj3qpwJSTG+gfoyZjqQaMmpvHiRaOpNSaaaGJs1UQTqPwo4SIFscYEWqCWWhQEFiwL7LIzj4d5392XYXdnBrrGb/Jkh9n3fZ7PPu87z/u+g2rrc4ipBqAdeAx4GKgH7tPfrQN/ANeBn4BBYC6OcxURqAI4BZwGWgAV0b8AY8B54DvADesQheYEMAC8D7TGgEG3bdV9B7SvPQMdBM4CXwKNMSCKqVH7Oqt9xwKqBS4APXcBJKge7bs2KlAtcBE4VgYYo2M6xi6oIFAV8ClwpIwwRkd0rKpSQG8Czf8BjFGzjplTwro+AXSHeaiprHMunJyv2ytB+6WKPwO3uoFvgGHIZ8gB3ooC815Lf8HJuE+9jV/rchl6Br/qhsI0VDcl5lKT2RfHnlxOZha8qH1CgBrxC+9Fk6Hnywkzl5rMhgCBvwrg4K9NrcVa3V95KDZMoT4RgFqAhxLAE5RYDr4+eTs3gRuqmxJxJnTUH6ClgHYHOB41QFzFgDE6ngCORmlZ4HEtqsGn3AcBYsIAPJIADsfslAtoKw5wCdU75DdX/wdVh9WHgrpL2SgoB3/bWVbVVNZF3SenHGC+3DAxlpvbDnCt3DCmQHZdPrwQ0mXKwT8dlEVxKzww6uAfVaQcQDFhBBhMADeBK4RU7EK1J0wxl44x4KaZ/Z/EDRZFMZeO85A/KFbgn5viH3ekwMKsYk+BafxF3jUZcoFXY0H45uCv0jtNcHJtouk1zbBjkz+Mf5ALh9GBRbR5ODnT9yy4MKgvgMvmj2AFPQOMh8EYCIyJlRV9z8CFQI0TGJkg0CbwHDBTCsYaDjs7ueschJ2t3VAzOtZmKSCAZaALuFoKRjwccXF0ZnaYuBqsONRVHWPX1rbYorcEdAKf7cqSGa7A8EmBYbKhLB+fA8/qGLtUahXeAl7OpugRl9/FGiZ7uPQcyltw2PSnl2Fu4xYvDD3tnQHSxYKG7odGOr2Rew7R2fSK03VvPd0VVTyKPXz2tUKUAgREUEpBZpXp9Wn5aupd+XZ7jZWQJIQDAc7WX8jES14/MPHA4+poXQcdNc3qVBAM8RckpWBpRAYWehlKjss1YMX4CgOKsnHaUfSWRmT5t9elb+MW1wGCw4igUje4MfmODCfHJaljBIvnvoAkYB7gzX4kP4iHq5cJyX0K7uzH3pBppy3oY19AxqkLZLVtr/4i88mfZVQpC0YhK1dkYu1X5vEn7rbVx7V87Rsoq51n8J++TWBj5gPpdbe4oxSiHDxvi/WZD6UfSAEbut2W7mfg9g3kFoBJAXfSf7O4OCDfo/BQeIuD0ptZZgFYA+7odkGokq+GQ4Ha+hyTobQFsw78A6zOnpMf00tMppeYmj0nl4AksKq/X7eg0kBW+yuqqOeyDP6eqcL6ES6QkSybo6e9N/R9A29n0gbKhAWKBNTW58hQh5cm/8jaWavUfnRJJMvO4TWWbutzQjducd7Kg5+hg5ZVAgf0fQNkz7m0ZaH/VtgLkOljsnJAf5riZ+qUeSpNtiJvafcCZOSQn1NBIFO34r6O4V+Pf3IT9Kk5BwAAAABJRU5ErkJggg=="); +} + +@mixin map-icon-tiny-person { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAiklEQVQokWNgIBMwogsoTvvMwMDAYMvAwLACKhTBwMBw+H4WL4o6JhwGtjAwMEhBcTM2Bbg0vkJivyZFYxEDA8MvKC4iVmMgAwPDCQYGBjYoPgEVQwEsWDSuZmBgYEbiS0HFUNRis5GZGDFcfiQIMDTey+TBiFtsYtSzkVKNaxkYGP5D8VpyDccKAPAnFL0gTIqqAAAAAElFTkSuQmCC"); + background-size: 14px 14px; +} +@mixin map-icon-tiny-person-red { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAiklEQVQoka2QwQ2DMBAExwSlAz70QnrIjzpoIRTDhyIgH9did4CIyOcewT7LEbDSStZo9842HJQJwfaoABpgENQCbzP7Xa5IDOyBWvzSAqmi+zl7LZAqdsAi7v4tPgEL3MVW2E7a56zALcAfM/sytzEsqSz1xqzi4uSi62vswo0niyOwicejw1V9AW5sGPOi2448AAAAAElFTkSuQmCC"); + background-size: 14px 14px; +} +@mixin map-icon-trader-red { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAADDUlEQVQ4jZ2UX2hTdxzFP/f23rQxXW6TLpaQXNKSyqprt9nZQjdflrmQgH3zSRHaIh3iS/pW0D7py54UQdkfIYGCPtS3wBKYdi+6sgacI1pWa1jCj5qHrk1vbG29NyZ72E0pImPsPP5+v3P4cn7nfKVMMMhbcAJx4DOgB3gPeAn8CfwCZICd/QQpEwwSEwKArK5HgEnA+7byPmwA38eEmLc5KM2brK6fBc4C+E6c6AiNjenu/n6PqmmqZRhW9cmTSimVEmv37gFMZ3U9EBNidm8SIAJMS4oifXT9+gf+0VG9trVlbSwsrJnr66ajs9PhHRnxKe3tajmdFvlEYrlumg3gG+C+YnvwNcAnN28e7orFAlsrK4aqaY5H5849pV4HWeaLXO74brn8yn/ypC4rivzb5OQScB74VQaigMcXiXR0xeOB1bt3Sw+j0ZykKHLfzEwPQN+lSz2SqsoPo9Hc6txcsSseD/gikQ7ADXwpAyMAofFx3TIMc2lm5nmjVmsUrl1b0U+f7naFw236mTPdhatXVxq1WmPp4sWCZRhmaGJCt+0ckYEQgHb0qHczl1t/s71dByglk+Wd1dXt4bm5oZ0XL16VkskywJvd3fpmLrfuHhjw2CLdUiYY/BFQYkJ89S/f+k5kdf0noKYAVcBrGYZZWVz869HExNPmo+Pz88Oqx9NqVSqvH0Qii83zT5PJfm1wsJmlqgwUAYzHjzc8w8Pvt7hcsu2R3xkIuBZPnco5AwFXaHzcD9DS1iZ3DA11VvP5ii1SlIEFgFIqJVRNcxy5fLlXUhQpnEgcEnfuFLcLhV1x+3YxnEgckhRFOnzlSljVNEcplRK2yIKUCQadQArwfHzjRp9/dFR/+eyZ4fB6HT8fO/Zgf04swzDbe3u1cjotfr9w4Q/bijGFf8r0HTCdn5paRpJoJnbw1q0PX6+tma0+n6PlwAGl9eBBZzmdFvmpqWV7im+Brb0CvrM7AwMe1e1WrWrVqubzze5s2gKzMSFms7r+v1v8Q0yI+zZnr4D70dwnnwPd/Id98jewFj5sWmv8SwAAAABJRU5ErkJggg=="); + background-size: 17px 17px; +} +@mixin map-icon-trader-yellow { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAACqUlEQVQ4jZ3UUUjdZRgG8N//3zn/NGedoxbK4TRFZc0Cq7FsOWgsGjRGrHVodDHypkXkuvZudRnUVeeiWhcLL2roRdAoWiwWzGSTVTdKMmWnHcJo6XFq0x3NfxceddWI6Ln7vvd7H16e73neIB7wd1TjGTyBFtRiHlfwLb7A4q0NQTyAXLx2Ggz24ijq/kG9iRl8IBd/XemR2CgNBkdwBDQdSGnrzUo9mhalk8qlZbPflUzki6ZOQ5/BICMX929Owl70CZOBnf3bZA9nrcwvu3bumqVfy6ruizTsuVeyNql4qmjkpXGrN2O8hbOJigavgK5Ptss8lzE/dl2yLjJ0cJRVhBz4ebel4g3ZF7LCZGj4+TG8igsh9iGtcX9K5lBG4aOfnOkcESRCne+0gM63WwTJ0JnOEYWTBZlDGY37U7gbT4XYBdqOZZVLZT8cmxCvxMbevKzl5WZbtlVpOdps7I3L4pXY969NKpfK2l/PVtTcFWIrqOuqMz00bWVhFUzmpyxe/d2eb3ZavHrDZH4K/LG4anpoWmpHukLSHMQDPkdCLn76X7719hgMvsJKAnOoUy6VTZ//zdCzoxuP9o0+Jqq/0/LMTV92XNy47/7sIXWPr3tpLkQBlC7OqN/dILElBK29Te7aWuPckyOq76/R2tsE7qgO1XfXm71UqpAUQgyDiXxRlI48/G6bIBHoON6u8GHBwviSKycKOo63CxKBR/KtonRkIl+skAwH8YBqnERa18cPyB7Omhu9LmqInM6c/4tPlmfKarffo3iq6MKLP1ak6ElYC9P76DPSM05gw7Hdnz5o6ZeyqsZIoiahqrF6zbE945Up3sPCZgBvm50daVEqqTy7bPbSenZmKwT9cnG/weB/p/iEXHy20rMRwFuxvk+60ew/7JM/AVQR/OHpIw9ZAAAAAElFTkSuQmCC"); + background-size: 17px 17px; +} +@mixin map-icon-trader { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAACS0lEQVQ4jZ2UP0/bYBDGf7aMogh3abt0gXbiOzRISLQdGlniE7B28gdhIswpf8akUrPEqLEc2qFDh1RMUcyQISgCDHHkgBuBg4uvAw5KC42qPtI73OnuOb13z53CfWSBt8BL4AXwCPgBdIBvQA24mkxQAETk1lCUZeAd8PgB8jECoCgiX9KcW29Ksgo4gGMYRsO2ba/X60VxHN/0er3Itm3PMIzGOAZYHRcfYxlwZmZm6uVyuSsiEobhdbVaPd7c3OxUq9XjMAyvRUTK5XI3k8nUU6JXkz34ADiVSuUoSRJptVrnnuddqqrqAI6qqo7neZetVus8SRKpVCpHKclHQAdYAZx8Pt8QEdnZ2TnUNK3u+35UKBTagLO+vt7u9/uRpmn17e3tjohIPp8ff20FYA1warWaFwTBSNf1PcAxTbM5HA7jhYWFr8PhMDZNswk42Wx2LwiCkW3bXkqyBlACnCAIRpZlnUw0znFd9/z09PTKdd2LSb9lWSe+70epXVaAT4AmIm+mjPVBKIpSB36qQAgwGAyuLcs6URSlPn6u616cnZ1FBwcHF5P+3d1dr9/vj1KuUAUOARqNRrC4uPhU13UVwDTNZ/Pz87NLS0vf5+bmZk3TfAaQzWbVXC73ZH9/f5CSHN5NxzCMe9PZ2NhoA06hUGj7vh9pmlbf2trqiIhMCG/lN52USqVukiTSbDan6qRUKnX/1Amkis1kMvcUWywWpyn29V2X/7Y7vu9HcRzf+L4/dXf+d4vfi8jnNAflgaDxPckBz/mHe/ILFySUSolO/18AAAAASUVORK5CYII="); + background-size: 17px 17px; +} +@mixin map-icon-mini-icons { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAGPCAYAAABVtFBDAAARMUlEQVR4nO2ce3RURZ7Hv3Uf3Z1+pzudpE2Q8BKMmDTBgDIiIygIDAE9zCqOrozxwWNHTxDPcRRYnNXV8YgHdxgfw57xtTN6dlQILDOLBEUBlwliHmICEiGiJKSTdNLdSadf99b+0X07t28/khB2VU7/zsnp3LpVn/urulX1+/Wvqppg3x8AYC6ALQDyMHzpAPAIE73YAiCPACDRhPFZBva72Xfmfjv7zlypBAHAECLlyQOwhcPgBeQZ3756nrkjOCCqGRZqhiUBUaAMiRYlBJRSAMjjkEJm1u7sBoDvZt+Za2B5EhAFSkBAQePyJQVQAEdnLMup9XQGc3gN82+TZxkn60xcee3OLmVeRllQ4hMQ3HfZFO0RtzNYYRurISAQKZVUTw4AADZaT7tay7CEkDnZdjVLCHJ4DQPENWJygOenK/MBQM9ypPTIe50tPk+48OCfnYUaHQsAx2bcmkNTAY7OWBa7qWN5pnbGspzLNXr2g7KFljAVKQBM1Vv4v5cvzZHKxDXilbpsjotWgYJCw7CEIQTTDDm8pDaJ5kuqQRbDktUnDrmD8yrtBARhSum9TR/3SoVD8yrt9zV/0qth2FgzkGhXbgMAYd59dkIIBCqCAQG7/9/bpYz0pvvtFECYigiKItV/9Nr5hCr4RYHyDENESqmoaNygKFIKivh3MKhBHUY2kCRxSm2wHoBzhIXPA3hEqsJ+AI4L0ABE2TVHKgk9MQPIADKA7wlAcF/1qADShHLB/oGkwYXOiR0M3V6BZIXVHEM0PEMenjdeq+EZklgWAJCXshEDYZEunJqn2nrHVNPCqXkqAHC9uDDv9DM32eT5UgJuK7Or319TbgGA99eUW24rs6sBgCEkTpukgJnjsvn3VkcKS/Le6nJL/Vl3SFTMwgmAkkIjd+Tx2THrO+mJ/TF7ceOUHHXjd55wUgAhQHmRmW/455/G1fHU0/Ny5ddLHfma8iIzL1VkEACC2iduyMEwpPaJG3IkGxkzroQA5P5d7QBAt1fYgcHrZGksQwAq00AQ4y2UmMRiydOk/EnfghIW0yJJckpHk4BA/EOFXfIJUplQQikFuX/X9+MfcAxZTyilBMAF23hmNIUlwKgkA8gAMoCLBCDVpaWjAozeP4hqEJsT59fU5DI8T2g4DM+pU6H/WbXKlQ6SED8gAALd3eKJbds8HYcOBYfQItE/UOfksH9/6CFX+QsvWDS5uUxFfb1dW1jIyj/l+ZO+hWm/+Y053WdaABUEWMvKVACSflJRTA+A3AGhFCGvV5SbJSqK6R0MeYZAd7dwdscOn7+zU5DSwv39cYBE2yh72qerVrm8LS3htn37/LPfeiviOwxZBXltmMhtwqW0wcMbC0q1h69BtEHjPLt4Ly+xDUIeD2XUagoAohBpO1EQEOrrE4HIa457iHIsjFAy8YMMIAPIAC4eYNT+QcJ8sMvhYABUALgVQBkAK4BuAJ8D2AFgV0V9vZgUsMvhGAvgVQAl5uJi3jZrlkqdnc34u7pE56FDAc+pU2EAjQAerKiv/yYOEC28W22x5JZs2GAaaG8Pt3/4YcDf2Slk5eezl82fr+ENBuaLZ57xBHt7nQCWVNTXf0MopZLae3ij0VG+ZUv2F7/9rcfb0hL3JRsATFOmcMVVVcaj69b1hPv76wEslt7CUgCljiefNDe/+KI3WWEAcJ84ET61fXvflDVr9ABKASyVAMt5o5Hwej3pOX48pBszhp1bXR33LX5udbVNN2YM2/XZZ0HdmDEcq9EQAMulKhwvf/758dqCAtZ75kzYNnOmWm21slQU4aqrC1imTVMThkGgu1vYO2+eU2OzMUG3m4rB4HlJA0vb/v1+37lzwuePP+6uWbSos+f48WDdxo091unT1XUbN/b4nU6hZtGiTgBwbN5syp8zRw3AIhkWV8fHH1t7GhpCACAEAvTgXXd180YjAYCOgwcD3+3Z4wSAsqeeMmlyc1nbddep2/bt+0bSoIFwHK5av96QrPHk8vmGDe5wXx89/txzHgBNEuDdkMdD/Z2dYs4116jSAXJmzlT1NjUFBb+fAnhXAlQDaGjautU7qbJSb7rySh6ImPpdDkd7yOOhAGAuLuYnrVypb962rQ9AA4BqeU8sArCLNxptV//61yZhYEBsr6nxDzidYlZuLmO/6SYNq9GQxqef9oT7+zsBVFTU17cqx0IRgFcAlOjHjePyrr9epbZY2IDLJXQcPBjsa22VxsKqivr6VmDo0VgCwALAFS24E0B13Gi86PPBSOX7nxMzgAwgA4jIDzB+MELpkNogDwAIy8KxebMpXQnH5s0mwrLS5eD+A95oJOVbtmTnlJerBb+feltawuc++GAg5PFQ3mgk9rlzNfqiIu7yZcu02oIC9ugjj/SEPB6K6tJSVJeWtnUcPuynCgl6vULL6697g16voLzXcfiwv7q0tC32Gus2bertbWoKAUD3sWMBIRCgvF7PTLjnHj2v1zNCIEC7jx0LAIC7uTlUt2lTLyDrB4GuLvHwvfd2nz9wwH+4stK1/2c/cw60twsAMHD+vLB/yRLn4cpK1/kDB/yHfvnL7kBXlxgHAADB76e1VVU9AODv7BQ7a2sDANB55EjA73SKAFBbVdUTNaxIAACIj8BLsQJ52lBbKEYqlwAgEz/4IbyFDCADyAAiMmr/4P+8CtcDOBH9HDGAB/CvAIzRT36kgEoAE6P/T4xeDxuQC6BKkVYVTR8W4HEABgBYsH+/ZC8M0fQhAdMB/DwF+OfR+ykBDICnAKTatEEA/EZ+Xwn4B0RiI+lkmlxDdkV+vvS/AcAfAejkuftOnw73nz0bH5GPBKj+BCAo1yBpK3ccOhRIokXsLUmAlO95fk1NAjQqlQAmSoPpTwBuTJExnXwkaXD5BRQGgDGSeZ99gYCLMKFk/IMMIAO4VACEbhodINl68JDrCwBk6wvxGsTWF9I8tBHAgwC+kZ4mL7x7iMKI3t8dzR8DMIhEc4e1tS6a7xUAjNQGSyHZRNuVHCYuUMFYyMLVIuDU3wLo/UZp2gDl+gIAoKCcx32fWkEpsHe9F55zAmY+pMWcDXrkTE7W4MvZzXMAREx2FhZuNeKy6SoU3aCGrZjFV3sCaHjLD1YFTL1dg+wiFu6zIkI+aSrXxtYXAAAqfcTu81qCkl9osbrBhuVvm9HVHMbe9V4UzFDhnhoLtNZYOek1HgdgAacmmHZvFmb+kw624niVT9cEUPtSPwZcFCW/0ODAk33wnGuPrS8AAMIBiqMv+/BKWRf2rHWjs3lwsUaXy6DtWBjmsSy6TgjwuymAJqkNKIDFscyiAJw7GkLdHwfg6xaQ7+AR8lEEvRSeNhENbw5ACALA81IVGAB7kMq90dkY5JVyaD0QhBhTqgHAYnlXLkKknw+nM3UhMl5a5V25NZrYOEThRqkwkDgaWwEswhDrC0gzGkcsGf8gA8gALhkA9+abb44OkCRtRP6BEpDKP7ACuDn6twoj8Q9uueUWC8/z8nxx/gF54403JFDMLpjNZq68vNxotVp5nucZURSpz+cTvv7664Hm5mZfKBQSEbULcf6BSqVipk+fbhg7dqyGRASEEDAMQwwGA+dwOAzFxcW6d955pyP6sKUSYDkAqFQqBINB8ZNPPulpa2sLAsDdd99t37t3b7fT6QxOnjw5y2QyyUMhyyVAKQD09fWJx44d80p3s7MjhwDNZjPrdDpx8uTJAQADMkBxvH+gEEopCCFQNKJcLNKNdFtJE45lysQV7x8oRNoVSFMTBvcfpNMgjcTvP1DeZaI7JDmOSxZTaQBQLQFEAKsRsfsxCQaDNBAIiH3RvYky6YrmF6WeKEkRovsP0qjdiMh4aAUugn+QbDiL0Yw702gRk4x/kAFkAJcMgNw1aXSA0ccPFBpc3PhB7uUT2E3vHLbmjhnPyvINL36g0erJuld2WSaVzVKte3W3RZ2lk9uGWPxAAgzGD6Jy4+0PZBVMjHx/LphYzN14xwNZiqokiR/IZEr5DWr59ZXlc9TKPACWS4C4p3MqNTl7sjEkTzt7sjHEqdRKE5fcP7AVFLEL7nlYL09bcM/DeltBkbwxgVT+QZ/bJZ479WWcBudamkJ9bpfSRib3DxxzFqknTrsubpvhRMe1KsecRcp2aJJ64ruQRffVWj1578VNXvv4KdysJXdmfbr7zwPtp0+E1Vq9sg3elXpi0vjBNTffqn749+9bXlx7m+uzfTuUCxWR+IGsKxfhxxk/GO18kPEPMoAM4JIBkBs/HR1g9P6BQoP///UFqQpx/sF4bQm3vbTOJlD5qgClfsFHWcKRxbUGRPMvTlhfmKwv518o/tD6Suujnr+0v9AvFZ9v+8esxya+YfYJXmkSLQWwVGqD2ML1f81w52tZIwmIPgoQMGBACIPekFPc1vqwZ0neg9pHm+ZLxvijuPgBAPQJbvGh47NdGlZLdKyJOANnxRAN0tcdTbZPut/zryx8Um72Y0sAMf/AG3KJp32N4d0zevNYwpGg6KcrPi+KbXrjGF5uYAfPL0gQhrBQMRqypNbcIeWyqi5jKKWoyFut1bPZ8jeX6B/oWCOjZ81EzWhjfwINgWfU5IGxzxqfOLFE7owk+gcs4bDlqv1WedCBEIZ0B9uFR5tvdrX6vpSfMHlXegvp1xeSSwNk51iSxg/SSCx+8APwD0Y7H2T8gwwgA7hkABz5YpSAJGkj8w/QGDehjNg/kAMk/2C439qWAIidrEuIH2yxw9B/FfL7r0L+oQmw/scYmLKY2J681PGDcSqwH4yDZV0O9FoGRMuA/EQL1ac+hAbEyO/HFKnAItn6QqkGXP0kxJ1rBIAQBbWwkTP3e4qQvdAADfkC7QCWS21wHICFXg37qy70qwnIymxolaB+EVTHgFS1w721Cz7IfkTCAgB+ClqqAR9OMdNLEXb/YBAgPn4wowVdV2nAX69DwgnDrV3oM36J8x/1I/ByAaSTJvH+wRd+hI1f4vzbvYPLIHu88C84g+6qdniDFJh7Gq7rvo4Z4SapDW4F8Hv5E7ddBuMKM7KuOInObgHKyIUkayXAj9g/UA4mIH40Du0fJAGMSDL+QQaQAVwyAO5p8yW//8A+zao8tzB0/AAAFm291jht5RWxXfSn/vs7/3/e8WFP9FLyDxaTp0xvAArLtO7M7XlZ2eqkb+hp85vtssu1CesLS17+iSkrW81Q5U8BhiLtdtfu+fKVgOUJ8YOSFRO07m/7hQP/UufxnOsXvz3iDE64qUBdfGuRRperYQtn2OSWO3F94S93fuRSG3hyzf2TdRqTiqw+usxmsGsZX5dfDPnC4o7Kgz0yQGL84Ku/fhvYPmtXl6fNJ8x53KHPHm/gQr4wrdnwmdc+zcq313XL1x2Sry942nwCADDRn7/sOtEbBgBFYSDd/gPrFSZuVtVUPQAseG5GqrOvqfcfzFxbHHOyCq/NVU26pVC5uhH5/YNoPwB+tOsLmf0HGUAGkAFIwrl3pjrCNkxAkrQR+QfKKowF8FcALwG4mfDZOfobDlsJn52DiG/wUvT+WKkA6d0RVzgufmBc6MwjvJmhoV7R87fcWKQbw4kfmJZRu9B7NAiGh9B7NGhaRuW/mzj0/oOBxl+5Gd0kDgAY3SRuoPFXbkV10+8/yCr5ncnfvNELAP7mjd6skt8lM2/J9x8AQPDMS/3astfNAKAte90cPPNSvzIP0u1PVI1bowu0PN8HAIGW5/tU49bolHmQbn9i4Ktn+/jCFVkAwBeuyAp89WxfEkDq/YnqKx7TB8++5gOA4NnXfOorHtMr8wBokvpBQvyA0Y1nDTd/HTua6N03wSn2n1aeJlkrAVLGD0xLBbu7mm1XpmPY8QOSdLANP37g3skonx4fP5CNBUlGFD/4XxUJMJexxI4LAAAAAElFTkSuQmCC"); + background-size: 16px 399px; +} + +@mixin icon-boss-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABxklEQVQ4jaWTvWsUURTFf3ey+SBhAqMwGLuopXUEP0hnwPEfsBQULI2tYCOxXMVOsbBSsFvIbmHnJlFsJCAWYjQiZIwbza66m92Z3ZljMRvIBJKI3uq+y/mdd+GdZ5IAJoGbwDnAZf/6DSwAc8CqSToOlIHxA8Dd9QsITNIj4AJPn8P1ItTq+2O+B/duwKXzABUkvZcUyp8JdfVOXQdVMPtD/kwoKZT0gX4TiqlQq2FPkvTiTUflpbaSREoSqbzU1uJyJEla2+iJqW2DsJBb78t6D3fUmL62CUDyagKAYLaO5xqfSz5rtWQnkje49bBJ5e4h5ose42MO3zYzcfXBYdqRGHCM4pPW3gZRLEZHjODMCHFXDJ9dz+aLRxgaNADcMdvb4Hsj5e3HLiePDWJmhGUfADNDgnefuiwsd3ciJinMulP9iUHv5QSOk3++NIXC6a9kwQO9BiCvchyYPDqAWbZNFIsoFj+bKWbguc5u4/wpTaEdZVdcmWtQq6dsNFIu324A0IlFmuaQAlm2XXwvS2EUw+PyFqVqRKlaA2B4yLj/rMVWJzP3vW2+9d9RNkkngHn+7TNddIAVIAAqQPMvwGZfGwArfwBWnhBnAPjzGwAAAABJRU5ErkJggg=="); + background-size: 16px 16px; +} +@mixin icon-elephant-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB+klEQVQ4jaWTPWhTURTHf+8r4TUfJi1JxS8QBa1EKJU4CO3SimA6uKk4O3VIBzdBC0EQRExnhQ4WpZtIG6xBURRRix2KS0tExFZtEts0JjbvveRdh+aF9INW9D/de8/5/zjnco4khAA4CFwFugEf2+sX8Aq4AXyWhBCHgAnAv4Nxo4pATBJC3APOLqQf8nF4EGM5u63LHQwTiSfZe/oiQEoSQswCvsn+9h3NzZAz44sAZZV6z8Zyltbjp7SjlxO+QEfU9WnsTmlldtrquj4aZO2fMAu52sztgWL27ROjzvKoDlVvP6CcvPmo1RUIyQCyoqJ5d8mq7pWcHLXFp0YGh/3PLxzJOW+yc2jr7NEcswNcfJMyclNpQ9h2o3w9vF9pbqdhUNy61BzY03u+JRTtc30YulQwC7kGwbZM0ZzXaKFaLq4LyKpG17X7wfz0C2M1+7Wae/+0urvnnK55/PKWgPJ8psYGSYpKKNrnnuj1/mjr7HYtPBurHBu4tW5eGrTKz+81cyVvA3x5fPf3uyuxJdsyhW2ZQvP4pUBHVDsx9CCQm0obzYBGBbZlUDMqwrYMMT85uro089qs5L/ZenifIuwacyOJ0txIorSpyv8dJJm1xSAST+IOhv/KHIknnetLSQhxGBjn35apXwYyQAxIAZt63EKlem4MyPwBNp7Is4n8PC4AAAAASUVORK5CYII="); + background-size: 16px 16px; +} +@mixin icon-horse-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABZElEQVQ4jZ2TvU4CURBGz16Xv91AAtHCDqOVjVZ2FiYkKlhoY2F8A3sttFUTnsHawmin1BoL38DEBCOJBYVCXIEEgd2xWNBdNuDGr5ubOd/cuXdGExGAGeAQWAaSjFcDuAeOgRdNRGaBGyD1BzisT6CgicgZkP+6gNY+OG/jKTUFZhFi2wCUNBF5ApL17GjYPCGpLxG1ctQGJpkKAC2dfs9e2DjAjO1gqAzKfsXWF4h4DT25pj5cLXVJOrpOfBDrGdTP9SdRzjuOryVvEF0j5oUDrZwGf8hnkLoiMwoGiG6SUNN+Ro1KHqj7QIcOAqAZaPFdEqEN7Ao9K0fN2qJuP9MDMI788xJ4RK+k7lbu3tKxVqmlzklL2z0LZaAvEpmYR7cf6TlVnI8Vdw6GW2iAOxy+6i1E2khiDzMA/ea2dNzFyJtFqGephh3lvu40EZkDrvnfMm0ooAwUgBLQDAE2+7kFoPwNrtRvOi1fTS0AAAAASUVORK5CYII="); + background-size: 16px 16px; +} +@mixin icon-scrollboss-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABx0lEQVQ4jaWTTWsTURSGnzNpbA1MIQqDWQZd+geEFkVcOfYHuBR0J+JGN4I7xQ8QKS67cCeiCwtN3IhYE7qWiguxGBE6tY2aVJMm08nM62JS6BTaip7NvRfO83DgvNckAZSBG8Ak4LJ3/QZqwC2gYZKOAhVgfB9wZ/0CfJM0A5zl1ROYvgqttb2xogdXHsKZ8wBVJH2UFGjKC3T3Ukv71TX/h6a8QFIg6RPDS6AJAq00BpKkd/N9LVR6imMpjqWFSk+L9VCS1FweaIItQTCSGW/164CDrnH55E8A5uMSANf9Fm7RePbFo7kcb0eygpmbHe5XD3Fvrkhh3KG1mjY/enuYsCdyOePpg+7ugigUYwXjhD9GtClOj34D4HV4hPwBA6Dg2u6C9e8Jn99HlI/nMTNeBB4AZoYEjQ8Ri7VoO2KSAgAmh2IzeDMo4TjZ9SUJnBpZIQ0e1NIz2+U4UCrnMEuniUIRhaK7nmAGbtHZKc6+kgTCXqq+c7FNay2h3Uy4faENwGZfJEkGGSHNtkvRS1MYhfDy8Qb12ZD6bBrL/KjxfLpLfyOVF70tvvvfUTZJx4A5/u0znXOAJcAHqkDnL8DOsNcHlv4AxEwQkju0UTMAAAAASUVORK5CYII="); + background-size: 16px 16px; +} +@mixin icon-searegions-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABoUlEQVQ4ja2TyytEURzHP3fGPO4wUnLlMcpj7qRIWUgeSRZTRhasZIo/gGJjY22pLIiFhY2xtMFCKTXhH0CJEMnjJpnrkutyLLyuaTyS3+r8zvl9vr++5/yOJIQAKAaGgUbAz/ehA3FgBDiQhBClwCKQ+QOYHAkgIgkhpoHWuV0YWIOLu+8pRYaxeugKArAkCSF2AH/uzM+wXeS8FwDDwavn38JJtekO+4GahdOeD1bh6wkh2/ca8nDZ8zR7stOFMrvL7fU9ojoHV20uboCeEPL2FVaeD0dHCbI0yWlKAYDuIL63tfmE0O54ai7A01yAJ5WdTxaCMS7WzzD1B0T8FLN8Di0YQ5vYxNi+wlo7wwwvcPmlhaIMnPXzHwU1Cq6WQtx9cRLvwKeWSQIr7WSPb2Ic6TwGMnD2V5IO0FmCd/UE0+1EiqrIagwtpcB+Aquv4gV6i+Vj7sMBvOEA3lR3kMbLbPsVGUpn0Ubr8Dfl4znUsYY20PcTPEZVvFEV362FmNrCUD4e1viXUS4DFvjbZ2pzAHtABFgCbn4B3rzWRoC9Z6RVkTdPjokgAAAAAElFTkSuQmCC"); + background-size: 16px 16px; +} +@mixin icon-treasurechests-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABRUlEQVQ4jZ2TvUoDQRSFv9ksooSNRlgIKP6g4FP4Aq61TcDGB7CzCdjZpLUVLOysNb34EgYCCik0iIH8SjC7x2KzZJOVzeKFgZl7zzlzDzPXSALYBSrAIeCQHj3gGbgCXo2kPeARKCwgzkcX8IykG+CIzj18XMD4M51mu1CqwuoJQM1IqgMO9Z3F5LjIwRvAwCLynJU8i83biWLxdIVStYBZtmYLEq3LLl/Xw3h2DgS4FQdsg8ZCPyIYBuH6FsWzfMJNQuD9vBPq5uK3Az4oSMCTAhu3a1hLBmyDmTQoX2gEGomXrVa6hXg0y22a5fY0YTJ0QBC2agKxebceth8IlNGCxmByQhiMJRT59wW+/hLoAQ62G75vfbuVEE2w3Gg3sAgHI/ye00I6uVSNTk9G0j7wwP+G6dgCGoAH1IB+BmJ/gvWAxi8c3n0qCaZs9gAAAABJRU5ErkJggg=="); + background-size: 16px 16px; +} +@mixin icon-villa-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABm0lEQVQokYWQPW/TYBSFn2u/tpHdBL9pkKowgpgQUlVVqsKHxEKAqRn6B7r0F7DwIVFlohu/oqo6dCtsLCAklA6UFDqw0YAETXAIMXLr2CyEuiYRZ7pXOufccw+chsI0m2p+bs970mir+bk9TLMJKP4DhVI7+n0zLEedVH9ohuI4O4CTJxqZuQTcs65XXaNy3gYwfF+pG1c9RF4BxUnXVry1RrscdVJ39cHB1NO1L+7j+5/KUSf1Go8OgOUsWTLzVulj6/bR9rMg72jfveN3L15+DtRPfjrBtOiidWZleSYvTH8OhsD0uB8NwBXPNXu1xf14tzVI+oM43m0NerXFfSkUTMDNdjK6mABB0g9jZ6mu49dv+mb4azh8+y50luo66fVjIPjD+yeqLQZi1275Upwyh8GPY3t29hxfv8ViIIA9LupfROsbh0mnexxcurKdtttH0frGYZ4zVogAIoh/9gIip3ufILTEtkRVFwqG1spbfThjaK1UdaEgtiWAlfcf4UXp++dr4/2hqysvgZujPVvOZldXJukANrPLb6Cee0F/Yss/AAAAAElFTkSuQmCC"); + background-size: 14px 14px; +} +@mixin icon-warregion-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACNElEQVQ4jZ2TP2hTURTGv/v09REeTdshKWKRBhMoBYcEhyKIhW5GsA3Etlu6ZgidCiGznbukXdwyhJglQlKhQxEUIw6VdAsULIrP5KUhvqTy/ty+exxMIKnYime7557fOd89fJcREQAEAGQAPAQwjqujB+AtgOcAPjMiugugAsB7DXg5ugCijIheAHj8JZ/Hp81N2Lp+JaX4/Qjv7ODO+joA7Et92TjN5eT5TOZaFfOZjPc0l5P7x0cS+m82ajU3lEqpkWz2r00i2aw3lEqpRq3m9lOqNLg0NU0IzhFMJtWZWEy5DM/EYkowmVQF5zA1TQzy0nBRu1q1QYSFfH5qNpHwDPKziYRnIZ+fAhH0w0N7pDMRaUSkFQDtIBzWXdsWgnNyLUt83NjovFtZabuWJQTnxLtdcRAO6wVAG3AjCsxGQ1RXVzu81xOSorDI7u6EGgjcsM/OhNVsum+WltpWq0XDDCMiDQBeMgZpbAxqIHDTt7go39/bmyQADEBta8voHB1dtKtVTq5LwnHw7LcBR3cgHAe9ev2COMfrubnWh7W1ztdi0by3vT0RSqVU1zRJOM7odod3UAC043Ta4L2e0Mpls+TzNUp+f0OrVEzHMMRxOm0M6gYcI6I6gPFX09OwdR1xzm99K5XM9/H4j+FBD4rFydvLy56iLH9X/H48bTYB4OcfVha2zXi3SyAalcoYZK+XSYpCw1ZmRBQEUMb/faYnEoATAFEA+wDO/wE879dGAZz8AhirMsVA7NGnAAAAAElFTkSuQmCC"); + background-size: 16px 16px; +} +@mixin icon-whale-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABwUlEQVQ4jZ2Tz2sTYRCGn2+z3URCNgmW5lAQpCIeorZUQRTPAeNfYESEioIoSK6lEpAiXnopeKlXEepJ0EKkYLUgFQQPilIJDSpGSGRjfrTp6mbHQ5OypmYrvreZb95nZuAbJSIA+4FJ4DQQwV8NYBmYBopKREaAJ4C5i7FXdSCtROQecGYl/5X7M++oV21flxkPkskmOZEaBlhQIrIKRK6n8ruavZDZfApgXaez89/M+w5G9Su5sVh0MBT4Uqj/msu9qVnlVttTG9b8On3+WHMmzy1913XFnasvLavcavfW+AK6ertS6bvbNiASN7SwaWgDhqbCpqEBHDk5FLx2+1js6KlE6HJuLHpofNDYQRCRkoiUps4vle1Nx7XKLWftffXnrYnlitt2xSu75bi5iy8qF44/KnV92xN8Wq05Tx+sNQcMTc3ceGVNTI3GlKb+aGaEAurSzdGYN6d7g4d3PzRHDseN2Xwq0W/nvYk9gb4AgNfPvm0ODYd35Ltq/LDdXkADiJjxIPWqzeJ8cWNxvrjRDwBbH6mjdY2twyCTTXoffM2ZbLIbPlcicgB4zP8d01kNKABpYAFo/oOx2alNA4XfNiq2XG4okGkAAAAASUVORK5CYII="); + background-size: 16px 16px; +} +@mixin icon-levellingareas-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJklEQVQ4ja3TvS+DURQG8N/bGNq0r60SG6mPP6BLl/4DajBJTBKrtbEYmg4Wu00kJonJgH+AwWb2FSYSNjQkhmvwUe/rpYhnuvec53nuOSfnRiEEGMYi6oh9jzvsYQnnUQihgh309xCmcYtGFEJYxYSTTfYWeLj5XlYoU19mdBp2oxDCEWJrQ73FH03mLqCT89ZzlrjWLqm1S5/iXW6x78tXau2SarM70IPWfRYt9yNxtRlnVpJpkBb3MIlCCJdgpZjMzHcGE/eV4lUqD5IzmD0eAEcbDxmVxcZnCmB97PotnDTYX7gFZ1uPqs1kuQetOzeHT2nf7CH+An1edjtWKHejlan8p54rU/n3c5fb+ZdVHsG2v32myRxO0cAuMrcthftXbgOnz7uqYrTz2Gm6AAAAAElFTkSuQmCC"); + background-size: 16px 16px; +} +@mixin icon-fishinghotspots-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB7ElEQVQ4jZ2TPWhTURTHf/dVk2KM9eMZcRAUHVSwxcWtBQdBjUHpJlkKgjg41I5GJ8kqAReHLg5WBKODtjgV2uAHVBAytDQkikaiDU9o8/2eL/c4aPS9RGvxwIF7/+f+fxzuuVeJCMABIAEMA2HWjyqQAZLAeyUiB4FpYNs/jN1RAaJKRCaBsw8eFxlPZClb9rquiBkklRzk4ug+gBklIstAeM+R6R7z+TN7g7lCrb2Uq7rdkJWlKEDdAMJaa6NstRSIL2/fGhxYfHFqdzJxNOzVy1ZLOY4TAEIGgGEYGpTcv3tiILRlM6AElNx7+LEBcH388Nb8wmnz+LEdfZ3ar3ZEpKS1/oyZLomILC5Xvo3E5qxHTz81tBZf2HZbx+Ivv2KmS7ZtWyJS6gH8LU5emLdEREpfmq4XYGx0ZrNPhncB2I726T2AXKHmjsTmral0sam1+GrVmitjV9+serVN3s1Uuti8PPF2rd5wJfPaWm222vpSfH/IcbQ8n12xr93IVt59qLd7AEr9uNX4lQUffef2QN/EzezanclCw3X93XgBVa31QMQMSPdDGh171QEqrx4xg51l3QAyhmHoVHJIIma//J7znzNi9ksqOSSBQMAB5pSIHAKe8X+f6ZwB5IEoMAPUNmCs/TwbBfLfAc64LLZaRuVWAAAAAElFTkSuQmCC"); + background-size: 16px 16px; +} +@mixin icon-hunting-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACG0lEQVQ4ja2TQUhUURSGv/eeOjHOjBq4CpM0qkUrIWhhCJIMNC4sEImgTWBB1CKCBDdRCC6kRUFUhLSJCKmMbGIohDBjoIUSQg5ZUdJgvJzGmfd03sy8e9o4j3EMg+hfXS7n/8//n3OvJiIAu4BB4BAQZGtkgSlgCPiiiUgr8BwI/YVYiQwQ0UTkLnAkHvvO/WtzZH45W7JCDT5OXNjPwfAOgKgmIgkgeC4c88i6rrFzT6i6/3JbnesKV09NLRfzSpQST+RGLAxgV5Uyl3c+2r830NHT7K/b7jMARsYPN74e/7r66Na8VVFbW1VuzzA0jp3eF+jqawlk045aSTkKoOC4hI+3BnRd4/Htect1xePolRnbu5v82XReDfROmnNxMzcXN3MDvZNmNp1X7ZEmfzkZABFJikjybNeLpfdvf6wpV0l6OedORxdtM2kXzaRdnI4u2unlnKuUyNI3q3DywNNkiec5KBaUoKFtuQJANzaWeAJrdlFGzsdTKynHLThKRodmM4mZlJOYSTmjQ7OZgqNk5WfOvdjzyiwX2DTENxOLq119LYHhsc7Gbf4qDWB4rNMXrK/RXz78bBmGRvkcNgi4rjB284OllNDR0+yvDVbr6/du7MEnq7TGSgdZIBhq8Hn7fXInYT2799E+c6WtvsZncP3Su3Qxr7y2oQZf6Wj/l6e8G5jg3z5Ttw4sABEgCmzK+AdY67URYOE3lSAdLflSRpIAAAAASUVORK5CYII="); + background-size: 16px 16px; +} +@mixin icon-goldenchests-small { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABWklEQVQ4jZ2TwUoCURSGv5EYwTDIwUXQoshNTxAtrJRWmdt2PYKbiBa5btMz9AStTTfhpo1hW5NAqNXEEJe0FHEET4vJpus4Gv1wN+f8/zn3nPtfQ0QA1oEikAbizMYncAdcAM+GiGwAN8DSHOEkPoCcISJXwAGv19A8A/fNp1gZEwxQVfcnZiZh8xJWjgDKhog8AXGqa7oYYOvWAuB+X2lxMwnZF4BehPHMk2IrY7K87R0ra2o5n7sYCZ0wVfSXmToPX6yI2CJiSyVmi1Pqyzw4pb5UYvZYp9+gUejgqlFot+H7iEah8zukFxg4I5qnGkHD40mHgaM1CO6g8zAMLTAlFyyQ2DEDsTGsvUAuWMDajQLQrrnU84p6XtGueUZKpKOT9AU8b8cxk/771vNKc5+qKqysyepxDPCM5KE328rTMMXKKaDE/z7TYQRoATmgDHT/IOx+c3NA6wt75a5FrQEz6gAAAABJRU5ErkJggg=="); + background-size: 16px 16px; +} + + +$small-icon-map: ( + 'City': 0, + 'Town': 1 * -32px, + 'Gateway': 2 * -32px, + 'Trading-Post': 3 * -32px, + 'Connection': 4 * -32px, + 'Dangerous': 5 * -32px, + 'Bank': 6 * -32px, + 'Mine': 7 * -32px, + 'Forest': 8 * -32px, + 'Specialty': 9 * -32px, + 'Fishing': 10 * -32px, + 'Mushrooms': 11 * -32px, + 'Farm': 12 * -32px, + 'Dungeon': 13 * -32px +); + +@mixin small-icon-background($name) { + $icon-offset: map-get($small-icon-map, $name); + + //background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAGPCAYAAABVtFBDAAARMUlEQVR4nO2ce3RURZ7Hv3Uf3Z1+pzudpE2Q8BKMmDTBgDIiIygIDAE9zCqOrozxwWNHTxDPcRRYnNXV8YgHdxgfw57xtTN6dlQILDOLBEUBlwliHmICEiGiJKSTdNLdSadf99b+0X07t28/khB2VU7/zsnp3LpVn/urulX1+/Wvqppg3x8AYC6ALQDyMHzpAPAIE73YAiCPACDRhPFZBva72Xfmfjv7zlypBAHAECLlyQOwhcPgBeQZ3756nrkjOCCqGRZqhiUBUaAMiRYlBJRSAMjjkEJm1u7sBoDvZt+Za2B5EhAFSkBAQePyJQVQAEdnLMup9XQGc3gN82+TZxkn60xcee3OLmVeRllQ4hMQ3HfZFO0RtzNYYRurISAQKZVUTw4AADZaT7tay7CEkDnZdjVLCHJ4DQPENWJygOenK/MBQM9ypPTIe50tPk+48OCfnYUaHQsAx2bcmkNTAY7OWBa7qWN5pnbGspzLNXr2g7KFljAVKQBM1Vv4v5cvzZHKxDXilbpsjotWgYJCw7CEIQTTDDm8pDaJ5kuqQRbDktUnDrmD8yrtBARhSum9TR/3SoVD8yrt9zV/0qth2FgzkGhXbgMAYd59dkIIBCqCAQG7/9/bpYz0pvvtFECYigiKItV/9Nr5hCr4RYHyDENESqmoaNygKFIKivh3MKhBHUY2kCRxSm2wHoBzhIXPA3hEqsJ+AI4L0ABE2TVHKgk9MQPIADKA7wlAcF/1qADShHLB/oGkwYXOiR0M3V6BZIXVHEM0PEMenjdeq+EZklgWAJCXshEDYZEunJqn2nrHVNPCqXkqAHC9uDDv9DM32eT5UgJuK7Or319TbgGA99eUW24rs6sBgCEkTpukgJnjsvn3VkcKS/Le6nJL/Vl3SFTMwgmAkkIjd+Tx2THrO+mJ/TF7ceOUHHXjd55wUgAhQHmRmW/455/G1fHU0/Ny5ddLHfma8iIzL1VkEACC2iduyMEwpPaJG3IkGxkzroQA5P5d7QBAt1fYgcHrZGksQwAq00AQ4y2UmMRiydOk/EnfghIW0yJJckpHk4BA/EOFXfIJUplQQikFuX/X9+MfcAxZTyilBMAF23hmNIUlwKgkA8gAMoCLBCDVpaWjAozeP4hqEJsT59fU5DI8T2g4DM+pU6H/WbXKlQ6SED8gAALd3eKJbds8HYcOBYfQItE/UOfksH9/6CFX+QsvWDS5uUxFfb1dW1jIyj/l+ZO+hWm/+Y053WdaABUEWMvKVACSflJRTA+A3AGhFCGvV5SbJSqK6R0MeYZAd7dwdscOn7+zU5DSwv39cYBE2yh72qerVrm8LS3htn37/LPfeiviOwxZBXltmMhtwqW0wcMbC0q1h69BtEHjPLt4Ly+xDUIeD2XUagoAohBpO1EQEOrrE4HIa457iHIsjFAy8YMMIAPIAC4eYNT+QcJ8sMvhYABUALgVQBkAK4BuAJ8D2AFgV0V9vZgUsMvhGAvgVQAl5uJi3jZrlkqdnc34u7pE56FDAc+pU2EAjQAerKiv/yYOEC28W22x5JZs2GAaaG8Pt3/4YcDf2Slk5eezl82fr+ENBuaLZ57xBHt7nQCWVNTXf0MopZLae3ij0VG+ZUv2F7/9rcfb0hL3JRsATFOmcMVVVcaj69b1hPv76wEslt7CUgCljiefNDe/+KI3WWEAcJ84ET61fXvflDVr9ABKASyVAMt5o5Hwej3pOX48pBszhp1bXR33LX5udbVNN2YM2/XZZ0HdmDEcq9EQAMulKhwvf/758dqCAtZ75kzYNnOmWm21slQU4aqrC1imTVMThkGgu1vYO2+eU2OzMUG3m4rB4HlJA0vb/v1+37lzwuePP+6uWbSos+f48WDdxo091unT1XUbN/b4nU6hZtGiTgBwbN5syp8zRw3AIhkWV8fHH1t7GhpCACAEAvTgXXd180YjAYCOgwcD3+3Z4wSAsqeeMmlyc1nbddep2/bt+0bSoIFwHK5av96QrPHk8vmGDe5wXx89/txzHgBNEuDdkMdD/Z2dYs4116jSAXJmzlT1NjUFBb+fAnhXAlQDaGjautU7qbJSb7rySh6ImPpdDkd7yOOhAGAuLuYnrVypb962rQ9AA4BqeU8sArCLNxptV//61yZhYEBsr6nxDzidYlZuLmO/6SYNq9GQxqef9oT7+zsBVFTU17cqx0IRgFcAlOjHjePyrr9epbZY2IDLJXQcPBjsa22VxsKqivr6VmDo0VgCwALAFS24E0B13Gi86PPBSOX7nxMzgAwgA4jIDzB+MELpkNogDwAIy8KxebMpXQnH5s0mwrLS5eD+A95oJOVbtmTnlJerBb+feltawuc++GAg5PFQ3mgk9rlzNfqiIu7yZcu02oIC9ugjj/SEPB6K6tJSVJeWtnUcPuynCgl6vULL6697g16voLzXcfiwv7q0tC32Gus2bertbWoKAUD3sWMBIRCgvF7PTLjnHj2v1zNCIEC7jx0LAIC7uTlUt2lTLyDrB4GuLvHwvfd2nz9wwH+4stK1/2c/cw60twsAMHD+vLB/yRLn4cpK1/kDB/yHfvnL7kBXlxgHAADB76e1VVU9AODv7BQ7a2sDANB55EjA73SKAFBbVdUTNaxIAACIj8BLsQJ52lBbKEYqlwAgEz/4IbyFDCADyAAiMmr/4P+8CtcDOBH9HDGAB/CvAIzRT36kgEoAE6P/T4xeDxuQC6BKkVYVTR8W4HEABgBYsH+/ZC8M0fQhAdMB/DwF+OfR+ykBDICnAKTatEEA/EZ+Xwn4B0RiI+lkmlxDdkV+vvS/AcAfAejkuftOnw73nz0bH5GPBKj+BCAo1yBpK3ccOhRIokXsLUmAlO95fk1NAjQqlQAmSoPpTwBuTJExnXwkaXD5BRQGgDGSeZ99gYCLMKFk/IMMIAO4VACEbhodINl68JDrCwBk6wvxGsTWF9I8tBHAgwC+kZ4mL7x7iMKI3t8dzR8DMIhEc4e1tS6a7xUAjNQGSyHZRNuVHCYuUMFYyMLVIuDU3wLo/UZp2gDl+gIAoKCcx32fWkEpsHe9F55zAmY+pMWcDXrkTE7W4MvZzXMAREx2FhZuNeKy6SoU3aCGrZjFV3sCaHjLD1YFTL1dg+wiFu6zIkI+aSrXxtYXAAAqfcTu81qCkl9osbrBhuVvm9HVHMbe9V4UzFDhnhoLtNZYOek1HgdgAacmmHZvFmb+kw624niVT9cEUPtSPwZcFCW/0ODAk33wnGuPrS8AAMIBiqMv+/BKWRf2rHWjs3lwsUaXy6DtWBjmsSy6TgjwuymAJqkNKIDFscyiAJw7GkLdHwfg6xaQ7+AR8lEEvRSeNhENbw5ACALA81IVGAB7kMq90dkY5JVyaD0QhBhTqgHAYnlXLkKknw+nM3UhMl5a5V25NZrYOEThRqkwkDgaWwEswhDrC0gzGkcsGf8gA8gALhkA9+abb44OkCRtRP6BEpDKP7ACuDn6twoj8Q9uueUWC8/z8nxx/gF54403JFDMLpjNZq68vNxotVp5nucZURSpz+cTvv7664Hm5mZfKBQSEbULcf6BSqVipk+fbhg7dqyGRASEEDAMQwwGA+dwOAzFxcW6d955pyP6sKUSYDkAqFQqBINB8ZNPPulpa2sLAsDdd99t37t3b7fT6QxOnjw5y2QyyUMhyyVAKQD09fWJx44d80p3s7MjhwDNZjPrdDpx8uTJAQADMkBxvH+gEEopCCFQNKJcLNKNdFtJE45lysQV7x8oRNoVSFMTBvcfpNMgjcTvP1DeZaI7JDmOSxZTaQBQLQFEAKsRsfsxCQaDNBAIiH3RvYky6YrmF6WeKEkRovsP0qjdiMh4aAUugn+QbDiL0Yw702gRk4x/kAFkAJcMgNw1aXSA0ccPFBpc3PhB7uUT2E3vHLbmjhnPyvINL36g0erJuld2WSaVzVKte3W3RZ2lk9uGWPxAAgzGD6Jy4+0PZBVMjHx/LphYzN14xwNZiqokiR/IZEr5DWr59ZXlc9TKPACWS4C4p3MqNTl7sjEkTzt7sjHEqdRKE5fcP7AVFLEL7nlYL09bcM/DeltBkbwxgVT+QZ/bJZ479WWcBudamkJ9bpfSRib3DxxzFqknTrsubpvhRMe1KsecRcp2aJJ64ruQRffVWj1578VNXvv4KdysJXdmfbr7zwPtp0+E1Vq9sg3elXpi0vjBNTffqn749+9bXlx7m+uzfTuUCxWR+IGsKxfhxxk/GO18kPEPMoAM4JIBkBs/HR1g9P6BQoP///UFqQpx/sF4bQm3vbTOJlD5qgClfsFHWcKRxbUGRPMvTlhfmKwv518o/tD6Suujnr+0v9AvFZ9v+8esxya+YfYJXmkSLQWwVGqD2ML1f81w52tZIwmIPgoQMGBACIPekFPc1vqwZ0neg9pHm+ZLxvijuPgBAPQJbvGh47NdGlZLdKyJOANnxRAN0tcdTbZPut/zryx8Um72Y0sAMf/AG3KJp32N4d0zevNYwpGg6KcrPi+KbXrjGF5uYAfPL0gQhrBQMRqypNbcIeWyqi5jKKWoyFut1bPZ8jeX6B/oWCOjZ81EzWhjfwINgWfU5IGxzxqfOLFE7owk+gcs4bDlqv1WedCBEIZ0B9uFR5tvdrX6vpSfMHlXegvp1xeSSwNk51iSxg/SSCx+8APwD0Y7H2T8gwwgA7hkABz5YpSAJGkj8w/QGDehjNg/kAMk/2C439qWAIidrEuIH2yxw9B/FfL7r0L+oQmw/scYmLKY2J681PGDcSqwH4yDZV0O9FoGRMuA/EQL1ac+hAbEyO/HFKnAItn6QqkGXP0kxJ1rBIAQBbWwkTP3e4qQvdAADfkC7QCWS21wHICFXg37qy70qwnIymxolaB+EVTHgFS1w721Cz7IfkTCAgB+ClqqAR9OMdNLEXb/YBAgPn4wowVdV2nAX69DwgnDrV3oM36J8x/1I/ByAaSTJvH+wRd+hI1f4vzbvYPLIHu88C84g+6qdniDFJh7Gq7rvo4Z4SapDW4F8Hv5E7ddBuMKM7KuOInObgHKyIUkayXAj9g/UA4mIH40Du0fJAGMSDL+QQaQAVwyAO5p8yW//8A+zao8tzB0/AAAFm291jht5RWxXfSn/vs7/3/e8WFP9FLyDxaTp0xvAArLtO7M7XlZ2eqkb+hp85vtssu1CesLS17+iSkrW81Q5U8BhiLtdtfu+fKVgOUJ8YOSFRO07m/7hQP/UufxnOsXvz3iDE64qUBdfGuRRperYQtn2OSWO3F94S93fuRSG3hyzf2TdRqTiqw+usxmsGsZX5dfDPnC4o7Kgz0yQGL84Ku/fhvYPmtXl6fNJ8x53KHPHm/gQr4wrdnwmdc+zcq313XL1x2Sry942nwCADDRn7/sOtEbBgBFYSDd/gPrFSZuVtVUPQAseG5GqrOvqfcfzFxbHHOyCq/NVU26pVC5uhH5/YNoPwB+tOsLmf0HGUAGkAFIwrl3pjrCNkxAkrQR+QfKKowF8FcALwG4mfDZOfobDlsJn52DiG/wUvT+WKkA6d0RVzgufmBc6MwjvJmhoV7R87fcWKQbw4kfmJZRu9B7NAiGh9B7NGhaRuW/mzj0/oOBxl+5Gd0kDgAY3SRuoPFXbkV10+8/yCr5ncnfvNELAP7mjd6skt8lM2/J9x8AQPDMS/3astfNAKAte90cPPNSvzIP0u1PVI1bowu0PN8HAIGW5/tU49bolHmQbn9i4Ktn+/jCFVkAwBeuyAp89WxfEkDq/YnqKx7TB8++5gOA4NnXfOorHtMr8wBokvpBQvyA0Y1nDTd/HTua6N03wSn2n1aeJlkrAVLGD0xLBbu7mm1XpmPY8QOSdLANP37g3skonx4fP5CNBUlGFD/4XxUJMJexxI4LAAAAAElFTkSuQmCC"); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAGtCAYAAADJdS4bAAAReElEQVR4nO2ce3RU1b3Hv/s85kxmJjOTeeRhggkvwUiTIRCwVECJgtASwaVVbL1a4wPwVgvVtSyCF61erQtccEWlxVVFVqvrtgqEUkVBuQheGlCS8AhIhBglgUkySWYmk3mds+8fM+fkzCvkYVvond9aWZnZZ3/mt88+e5/v+e3HIfjodwAwC8BaADkYuF1goh/WAsghAEg0YVRGJvvt9Luyv5l+V7acmwBgCJHz5HDR9BiPBMDb36swXwj2SgLDQmBYEpBEypAoRggopeCQwqbWbOsAgG+n35WdyfIkIImUgICCKnmSwhTAoSkLbDXutqCN1zL/NW6acZzexJXXbGtX52PiIfl3CQjuv2K87mC3M1hpL9QSEEiUglKaHAYANnpeeYKOYQkhM7PyBJYQ2Hgtg9gKS4Td19+bCwAGliOlB99ta/S5wwWf/tFZoNWzAPD5lIU2mgw+NGWBckDP8kzNlAW2K7UG9sOyuZYwlSgATDBY+L+V32JLqLCr9VkcFy02BYWWYQlDCCZm2ni5qCSaL8FzBsOSJSf3dwcrqvIICMKU0vtO/E+XDIYqqvLub9jXpWVYEvmhSPNsAQCx4v48QghEKoEBAbvn9VblStz4QB4FEKYSgpJEDZ+8cT6m2H5JpDzDEIlSKsVVZFCSKAVFX133eT6CwXUKqM/5MQDOQbJKsfcAcAzWM1E3t8FaQgtLw2k4DQ8TJrh/+5Bh+WYwfH0epOMchm6qRDJQ4Bii5RnyaMUonZZnSCLbT4UFwhKdOyFHs+7OCaa5E3I0AOBaPzfnzPM32i8K31qWJ7y3tNwCAO8tLbfcWpYnAABDCOkXnjoyi393SQSU7d0l5Zba5u6QpLpjJsAlBUbu4IrpNvn72Cf3KPfzG8bbhPpv3eEEmBCgvMjM1/3H9Xao7PRzFdnq77c4crXlRWaeEDUMgponZ9gwAKt5coaNgPTpMyEAeaC6FQDopso8oO97sjSWIX2eRSlWOaQkSqJOEyWavLbjf0jxHpec8iGOgED6XWWerMnJJI1QSkEeqP7H6zOhlBIAQ9JZZqigDA/Z0nAaTsNJjGwvLR0yPCx9lmEFnL17dzbD84SGw3CfPh3638WLXSngxPiZAAh0dEgnN2xwX9i/P9if64QKE2w29m+PPOIqf+klizY7m6msrc3TFRSw6v8pYQCY+Mwz5v7+p4SpKMJaVqYBkPQ/laTUMIjq8YNShDweSS0XVJJSi7v6YKCjQ2zeutXnb2sT5bRwT49yPFGrVF4+W7zY5WlsDLd89JF/+pYtEe3ut9jqM2AihwmXXA8H1LbVRR0wLD81EXUlqj4nlCfkdlNGECgASGKkniRRRMjrlYDIpVR+J9qr0vFzGk7DaXjoNix9TujP1Q4HA6ASwEIAZQCsADoAfAFgK4DqytpaKQGudjgKAfwWQIm5uJi3T5umEbKyGH97u+Tcvz/gPn06DKAewEOVtbVfK3AU3CFYLNklK1eaeltbw60ffxzwt7WJGbm57BWzZ2v5zEzm6PPPu4NdXU4A8wmlVC7qTt5odJSvXZt19De/cXsaG5WAUzbT+PFc8bJlxkPLl3eGe3pq5dq+BUCp4+mnzQ3r13uSgQDQffJk+PSmTd7xS5caAJTK8G280Uh4g4F0HjsW0o8Ywc7avj0mmp21fbtdP2IE2374cFA/YgTHarVELvax8jVrRuny81nP2bNh+9SpgmC1slSS4DpyJGCZOFEgDINAR4e4q6LCqbXbmWB3N5U9W1r27PH7zp0Tv1ixonv3vHltnceOBY+sWtVpnTRJOLJqVaff6RR3z5vXBgCO1atNuTNnCopnTqezasxmxtfSoogRbzSSufv25b4/Y8b5kNtNAaDs2WdNxnHj+M6jR0Oy5zrCcbjmsceMySpKbV+sXNkd9nrpsRdfdMvwn0NuN/W3tYm2yZM1/cG2qVM1XSdOBEW/Xznn7QDqTqxb5xlbVWUwXX01D0TkttrhaJWLbC4u5sfee6+hYcMGL4A6dQsrAlDNG4327/3qVyaxt1dq3b3b3+t0ShnZ2UzejTdqWa2W1D/3nDvc09MGoDK+bRcB2AigxDByJJdz3XUawWJhAy6XeOHTT4Pepia5bS+urK1tulivKgFgAeCKQtsAbFd61Xfanwdjl+kNMA2n4UsYHn5/rnY4/gnj2/IHACAsC8fq1ab+CMfq1SbCsgBUoRFvNJLytWuzbOXlguj3U09jY/jchx/2htxuyhuNJG/WLK2hqIi7csECnS4/nz30y192glKK7aWlLRcOHPDTOAt6PGLjm296gh6PGH/swoEDfgX+oKLifOfx40FKKW0/fNgf9vsldeaw3y+1Hz7sp5TSrhMngh9UVJxXrnOgvV06cN99Hef37vUfqKpy7fnRj5y9ra0iAPSePy/umT/feaCqynV+717//p/9rCPQ3i7FNBLR76c1y5Z1AoC/rU1qq6kJAEDbwYMBv9MpAUDNsmWdot9PgWQtTH0fl2NldVp/0+aDscsUljvG0OLnaocDSMfPaTgN/7+Hh6XPf9diXwfgZPT/oGAewH8CMEb/84OBqwCMiX4eE/0+IDgbwLK4tGXR9IvCKwBkAsCcPXvk+3lmNL1feBKA21P86O3R40lhBsCzAJJO0EfTn5GPx8M/BnCxVjNRLhm7KDdXTswE8HsAenVO75kz4Z7mZhGxVgbgD2r4CQAz490kARF1wMvFTnodgciMSoriV8kd4w8AbkiRKaXJnq8cLAj0PT5OHwo8/MeKodplegNMw2n4EoYJfWrocLI5w4uObwOQknlWxrf7cVgP4CEAX6vPuRDAjouAiB7fAaBQhhlERh0HtNwpmm+jfM63QNYo+9UcxszRwFjAwtUo4vT7AXR9nUw1+sa3AQD55Tzu/8wKSoFdj3ngPidi6iM6zFxpgG1cQuWyqyPq9AyADMxdZ8QVkzQomiHAXsziy50B1G3xg9UAE+7QIquIRXezhJAvJgSOrELTGCK6zOsISn6iw5I6O25724z2hjB2PeZB/hQN7tltgc7KAH2X6hgACziBYOJ9GZj673rYi2OLeWZ3ADWv9qDXRVHyEy32Pu1VxrcBAOEAxaHXfNhY1o6dD3ejraFvYkCfzaDl8zDMhSzaT4rwd1P5nCmAHyoZJRE4dyiEI7/vha9DRK6DR8hHEfRQuFsk1L3VCzGoFJsBsBOpHin0dgY5pRya9gYhKYWpUzfPIkTa7UAaSjuASnXzbEKkQ9RfBKyP5muKv/BNAObhIuPbSNGrBmVpfU7DafiSgrm33npr6HCStAHrczycSp+tAG6K/i3GQPX55ptvtvA8r86n6DPZvHmzXFTlvm02m7ny8nKj1WrleZ5nJEmiPp9P/Oqrr3obGhp8oVBIAlAnwwsBvKLRaJhJkyZlFhYWaknEwHFcZPludLFRMBiU3nnnnQvqc74NADQaDYLBoLRv377OlpaWIADcfffdebt27epwOp3BcePGZZhMJiX8l+FSAPB6vdLnn3/ukQ9mZUU2JJnNZtbpdOLUqVO9AHrVlwWQ9TnO5OLGVZhicmKq5XrKj/QH1yU7KFcSTUEr88/9eU5lMfPPCQejK9M4jks2hlAnwxKAJYjormLBYJAGAgHJG10bprJ2AEvkRiJbEaLzz/2Uth6R9j08fU7WJaVopm39eAeQ1uc0nIYvMZj8dOx35HnLl0qgtgDAZgBHEdl8ejT6fYGaiff83cXP2VeOZp9654A1e8QoVpXv4vGzVmcgyzdWW8aWTdMs/+0Oi5ChV9+7bQA2ynBf/By1G+54MCN/TCSezB9TzN1w54MZccWPi59VNr58hqD+fnX5TCE+jwzHeOU0Amk+VR9SpzWfqg9xGiFGdpLqsz2/iJ1zz6MGddqcex412POL1BWXXJ+93S7p3OnjMZ7PNZ4IebtdMZqVVJ8dM+cJYyZ+P2ap1xjHtRrHzHkx5y3LzZ+hGmUWdAby7vqnPHmjxnPT5t+V8dmOP/a2njkZFnSGmHOWW1jS+HnyTQuFR195z7L+4Vtdhz/aGkCs1ambZxEun/h5OP05rc9pOA1fUjC54bOhw8Mb347z/I8b35aLHaPPo3Ql3KbSI3aRqkemKfWLPsoSjvywJhNINr49zlDOv1T8sXVj0+PuP7W+1COjs+3/lvHEmM1mn+iRb3ql8jkrk5p/mdKdq2ONJCD5KEDAgAEhDLpCTmlD06Pu+TkP6R4/MdsFxMXPAOAVu6VHjk13aVkd0bMm4gw0SyEapG86Ttj3dbzrv7fgaUV6ZVjRZ0/IJZ3x1Yd3TOnKYQlHgpKfLvqiSFmQxDHKC0MU2CX/AENYaBgtmV9jviBnsmquYCilqMxZojOwWcoVStBnPWtkDKyZCIxO+RNpCDwjkAcLXzA+eXK+8iCQoM8s4bD2mj1WdcBNCEM6gq3i4w03uZp8x5Uxarm2+x/fTm79x8/9WDuAJf9EfR5Of07rcxpOw5cUzJGjw4CTpA1cn1EfczMYlD6rYVmfBxrdzJfhhPv22jxkLrZEVi8d8SPUFET4gXNw90rKaxuU+7aizyM1YD8cCctyGww6BkTHgPxAB81nPoRksEgDFkBpzPh2qRZc7VjE7KsCgBAFtbCRvbg7i5A1NxNachStQD0F6ukx1NMWSind2EG9b7hoT/xKcUop9YpUopTSX7TQLtTTlhh99lPQUi34cIq7sTzi648GwjHx85RGtF+jBX+dHgk7nda1w2s8jvOf9CDwWj5MargOAI76ETYex/m3u/qG3nd64J9zFh3LWuEJUmDWGbi+/1VEEOVLtRDAK2pPG66AcZEZGVedQluHiPhRZqjhy0yf4zsGENur+tfnJPCALa3PaTgNX1Iw95z5X3L+OW+iNX7ddv/xMwDMW3etceK9Vymri09/8K3/v+/8uDP61QZgI3nW1Df/LGdcfvaOnIwsIemVeM78lvKKrITx7fmv/cCUkSUwNP71WKGI4vx0x2wl4k2In0sWjdZ1f9Mj7v31Ebf7XI/0zUFncPSN+ULxwiKtPlvLFkyxKwqaML79p7s+cQmZPJn8wDi91qQhSw4tsGfm6Rhfu18K+cLS1qpP5fNOjJ+//Os3gU3TqtvdLT5x5gqHIWtUJhfyhenulYc9eROtfOuRjlC855jxbXeLTwQAJvqKt/aTXWEAUINqOGH+2XqViZu2bIIBAOa8OCXp3rqU889THy7WyZ8Lrs3WjL25IH42oU6+zsBlNb6dnn9Ow2n4Xwfmurel2mIzADhJ2oD1Ob7YhQD+CuBVADcRPstmmHHASvgsGyLa/Gr0eCEAkK6tMWBM/Gyc68whvJmhoS7J/X72hT4fkfg55fyzaQHNE7sOBcHwELsOBU0LaJ4K7n/+ubf+592MfmzktdH6sVxv/c+7404x9fxzRsnLJn/DKg8A+BtWeTJKXk6QnKTzzwAQPPtqj67sTTMA6MreNAfPvtoTnyfl+jDNyKX6QOMaLwAEGtd4NSOX6uPzpFwfFvjyBS9fsCgDAPiCRRmBL1/wpoITVmgJVz1hCDa/4QOAYPMbPuGqJwzxeeTrnBA/M/pRbOZNXynbozwfjXZKPWfEZHDK+Nl0i5jXvZ1tjU/HgOJnkrTjDCx+7t7GxHvti59VbVu2gcfPSeABW1qf03Aa/q7h9BbmWPv7bmFWnkkqa2uVxGqHQ9nCrLJMACsqa2t/Ec2T6Lna4VC2MGuysphpr79uyZk+XY7mbo8eTyx29J1SzwIghqIibsaWLVbb5MlC+Zo1WTkzZgiIbmGudjhSb2G2TpqkuW7zZquuoCDyWCEIpHzt2qzc668XoNrCzKi8ZgJ4gtPrSfa0aUJPc3PMe9M66+uDltJSDafTEUS3das9LwOQHe7poQ0vv+yRQjGhMrxffx0+sX69J+zzUUSvhgzHXEet3c5YHI6Y0XXT+PHxo+1VMvw0VC0of+7cDPmtorIZR4/m5JfXRI2Xe9WnAEZjkPZ/SpmG1YYZirIAAAAASUVORK5CYII="); + background-size: 15px 429px; + background-repeat: no-repeat; + background-position: 0 $icon-offset; +} + +@mixin small-icon-classes { + @each $name, $offset in $small-icon-map { + i.icon.node.small.icon-#{$name} { + @include small-icon-background($name); + width: 16px; + height: 16px; + display: inline-block; + font-size: 4px; + } + } + i.icon.datalayer { + width: 16px; + height: 16px; + display: inline-block; + font-size: 4px; + + &.icon-elephants { @include icon-elephant-small(); } + &.icon-horses { @include icon-horse-small(); } + &.icon-levellingareas { @include icon-levellingareas-small(); } + &.icon-scrollbosses { @include icon-scrollboss-small(); } + &.icon-searegions { @include icon-searegions-small(); } + &.icon-treasurechests { @include icon-treasurechests-small(); } + &.icon-villas { @include icon-villa-small(); width: 14px; height: 14px; margin: 1px; } + &.icon-whales { @include icon-whale-small(); } + &.icon-worldbosses { @include icon-boss-small(); } + &.icon-warregions { @include icon-warregion-small(); } + &.icon-fishinghotspots { @include icon-fishinghotspots-small(); } + &.icon-goldenchests { @include icon-goldenchests-small(); } + } +} +@mixin large-icon-classes { + i.icon.node.large { + width: 22px; + height: 22px; + display: inline-block; + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + + &.icon-City { @include map-icon-city; } + &.icon-Town { @include map-icon-town; } + &.icon-Gateway { @include map-icon-gateway; } + &.icon-Trading-Post { @include map-icon-trading-post; } + &.icon-Connection { @include map-icon-connection; } + &.icon-Dangerous { @include map-icon-dangerous; } + &.icon-Bank { @include map-icon-bank; } + &.icon-Mine { @include map-icon-mine; } + &.icon-Forest { @include map-icon-forest; } + &.icon-Specialty { @include map-icon-specialty; } + &.icon-Fishing { @include map-icon-fishing; } + &.icon-Mushrooms { @include map-icon-mushrooms; } + &.icon-Farm { @include map-icon-farm; } + } +} diff --git a/src/VueFilters.js b/src/VueFilters.js new file mode 100644 index 0000000..44dee88 --- /dev/null +++ b/src/VueFilters.js @@ -0,0 +1,5 @@ +import Vue from 'vue'; + +Vue.filter('to-css-class', function (value) { + return value.replace(/\s/g,'-'); +}); diff --git a/src/common.scss b/src/common.scss new file mode 100644 index 0000000..be2b70b --- /dev/null +++ b/src/common.scss @@ -0,0 +1,91 @@ +//@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700); +@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700|Roboto:400,700); + +$color-red-50: #FFEBEE; +$color-red-100: #FFCDD2; +$color-red-200: #EF9A9A; +$color-red-300: #E57373; +$color-red-400: #EF5350; +$color-red-500: #F44336; +$color-red-600: #E53935; +$color-red-700: #D32F2F; +$color-red-800: #C62828; +$color-red-900: #B71C1C; + +$color-primary: $color-red-500; +$color-primary-700: $color-red-700; +$color-accent: #00E676; + +$color-text: rgba(0,0,0,0.87); +$color-text-2: rgba(0,0,0,0.54); +$color-text-3: rgba(0,0,0,0.38); +$color-text-4: rgba(0,0,0,0.18); +$color-text-on-primary: #FFF; +$color-text-on-accent: #FFF; +$color-text-link: #2196F3; + +$color-divider: rgba(0,0,0,0.12); +$color-grey-50: #FAFAFA; +$color-grey-100: #F5F5F5; +$color-grey-200: #EEE; +$color-grey-300: #E0E0E0; +$color-grey-400: #DBDBDB; +$color-grey-500: #9E9E9E; +$color-grey-600: #757575; +$color-grey-700: #616161; +$color-grey-800: #424242; +$color-grey-900: #212121; + +$color-message-background: #263238; +$color-message-text: rgba(255,255,255,0.54); +$color-message-text-link: rgba(255,255,255,0.87); + +$menu-padding: 1rem; +$pane-width: 25rem; + +@mixin font-normal() { + font-family: 'Roboto', sans-serif; + font-weight: 400; +} +@mixin font-bold() { + font-family: 'Roboto', sans-serif; + font-weight: 700; +} +@mixin font-condensed() { + font-family: 'Roboto Condensed', sans-serif; + font-weight: 300; +} +@mixin font-condensed-bold() { + font-family: 'Roboto Condensed', sans-serif; + font-weight: 700; +} + +.ui-button { + //border: 1px solid rgba(0,0,0,1); + border: none; + display: inline-block; + padding: 0.5rem 1rem; + background: $color-red-700; + border-radius: 3px; + color: $color-text-on-primary; + cursor: pointer; + + &:hover { + color: $color-text-on-primary; + //border-color: $color-red-500; + background-color: $color-red-500; + } + + &:focus { + outline: none; + //border-color: $color-red-500; + background-color: $color-red-700; + } + + &:active { + outline: none; + color: $color-text-on-primary; + //border-color: $color-red-500; + background-color: $color-red-800; + } +} diff --git a/src/components/MapView.scss b/src/components/MapView.scss new file mode 100644 index 0000000..f6a03ae --- /dev/null +++ b/src/components/MapView.scss @@ -0,0 +1,485 @@ +@import "../common"; +@import "../MapIcons"; +@import "../vendor/leaflet.rrose.css"; + +circle { + stroke: none; + fill: #1E88E5; +} + +.leaflet-interactive { + pointer-events: auto; +} + +.leaflet-right { + //right: 26rem !important; +} + +@mixin map-icon($name, $width:36px, $height:47px, $shape:'circle', $offsety:8px) { + .icon { + width: $width; + height: $height; + background-size: $width $height; + margin-top: -$height + 6px + $offsety; + margin-left: -$width/2 + 6; + } + + &.Bank,&.Forest,&.Mushrooms,&.Mine,&.Fishing,&.Farm,&.Specialties { + h3 { + display: none !important; + } + } + + &:hover h3 { + //display: block !important; + } + + .z1 &,.z2 &,.z3 &,.z4 & { + h3 { + @if $name == 'City' { + display: block; + } @else { + display: none; + } + } + + .icon { + width: $width*0.5; + height: $height*0.5; + background-size: $width*0.5 $height*0.5; + margin-top: -$height*0.5 + 6px + ($offsety*0.5); + margin-left: -($width*0.5)/2 + 6; + } + } + .z5 & { + .icon { + width: $width*0.75; + height: $height*0.75; + background-size: $width*0.75 $height*0.75; + margin-top: -$height*0.75 + 6px + ($offsety*0.75); + margin-left: -($width*0.75)/2 + 6; + } + } +} + +#map { + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} + +.leaflet-container { + background: #222; + border: none; +} + +.leaflet-marker-icon { + + // If the marker is part of node network, don't show it grayscale + &.marker--nodeplanner-unselected { + .icon { + filter: grayscale(100%); + } + } + &.marker--nodeplanner-selected { + .icon { + filter: grayscale(0); + } + .contrib { + background: #ffe605; + } + } + + // Text label + &.label { + + pointer-events: none; + + span { + margin-left: -5rem; + width: 10rem; + text-align: center; + display: block; + font-weight: bold; + color: #FFF; + font-size: 1.25rem; + text-shadow: rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px; + } + + &.label-for-data-layer-feaure { + span { + font-size: 0.7rem; + line-height: 1.3; + font-weight: normal; + + .z5 &,.z6 &,.z7 & { + font-size: 1.1rem; + } + } + } + + &.label-on-data-layer-searegions { + span { + pointer-events: none; + margin-left: -7.5rem; + width: 15rem; + text-shadow: none; + opacity:0.85; + color: #E3F2FD; + font-size: 1rem; + .z5 &,.z6 &,.z7 & { + font-size: 1.5rem; + } + } + } + + &.label-next-area { + span { + color: $color-primary; + margin-left: -5rem; + width: 10rem; + font-size: 0.8rem; + + .z5 &,.z6 &,.z7 & { + margin-left: -10rem; + width: 20rem; + font-size: 1.3rem; + } + } + } + + } + + h3 { + @include font-normal; + margin: 0; + padding: 0; + margin-left: -4rem; + text-align: center; + font-size: 0.9rem; + line-height: 1rem; + width: 9rem; + color: #FFF; + text-shadow: rgba(0,0,0,1) 0 0 3px,rgba(0,0,0,1) 0 0 3px,rgba(0,0,0,1) 0 0 3px,rgba(0,0,0,1) 0 0 3px; + } + .contrib { + text-align: center; + color: #000; + background: #FFF; + width: 16px; + height: 16px; + text-overflow: clip; + display: block; + position: absolute; + top: -6px; + left: -6px; + border-radius: 16px; + font-size: 0.7rem; + font-weight: bold; + font-style: normal; + border: 2px solid rgba(0,0,0,0.9); + padding-bottom: 4px; + box-shadow: rgba(0,0,0,0.2) 0 1px 2px; + } + .detail { + color: #FFF; + width: 7rem; + margin-left: -3.5rem; + font-size: 0.8rem; + text-align: left; + text-shadow: rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px,rgba(0,0,0,1) 0 0 2px; + + b { + display: block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + + .secondary { + font-weight: 400; + } + } + img { + width: 16px; + height: 16px; + margin-right: 4px; + margin-bottom: -5px; + background: #222; + border: 1px solid #000; + } + } + + // Hide contribution when zoomed out far + .z1 &,.z2 &,.z3 &,.z3 & { + &:hover { + i.contrib { + display: block; + } + } + i.contrib { + display: none; + } + .detail { + display: none; + } + } + + // Hide titles when zoomed out + .z1 &,.z2 &,.z3 &,.z4 & { + h3 { + display: none; + } + } + + &.City { + @include map-icon('City', 42px, 53px, 'square'); + h3 { + font-size: 1.1rem; + } + .icon { + @include map-icon-city(); + } + } + &.Town { + @include map-icon('Town', 42px, 53px, 'square'); + .icon { + @include map-icon-town(); + } + } + &.Gateway { + @include map-icon('Gateway', 36px, 47px, 'square'); + .icon { + @include map-icon-gateway(); + } + } + &.Trading-Post { + @include map-icon('Trading-Post', 42px, 53px); + .icon { + @include map-icon-trading-post(); + } + } + &.Connection { + @include map-icon('Connection', 42px, 43px); + .icon { + @include map-icon-connection(); + } + } + &.Dangerous { + @include map-icon('Dangerous', 45px, 50px, 'triangle'); + .icon { + @include map-icon-dangerous(); + } + } + &.Bank { + @include map-icon('Bank'); + color: #F0AF00; + .icon { + @include map-icon-bank(); + } + } + &.Forest { + @include map-icon('Forest'); + color: #81C784; + .icon { + @include map-icon-forest(); + } + } + &.Mushrooms { + @include map-icon('Mushrooms'); + color: #CE93D8; + .icon { + @include map-icon-mushrooms(); + } + } + &.Mine { + @include map-icon('Mine'); + color: #90A4AE; + .icon { + @include map-icon-mine(); + } + } + &.Fishing { + @include map-icon('Fishing'); + color: #4FC3F7; + .icon { + @include map-icon-fishing(); + } + } + &.Farm { + @include map-icon('Farm'); + color: #FFF176; + .icon { + @include map-icon-farm(); + } + } + &.Specialty { + @include map-icon('Specialty'); + color: #4CAF50; + .icon { + @include map-icon-specialty(); + } + } + + &.marker-trader, &.marker-trader-imperial, &.marker-trader-smuggler { + .icon { + width: 17px; + height: 17px; + margin-left: -8px; + margin-top: -8px; + + .z1 &,.z2 &,.z3 &,.z4 & { + display: none; + } + } + } + &.marker-trader .icon { + @include map-icon-trader; + } + &.marker-trader-imperial .icon { + @include map-icon-trader-yellow; + } + &.marker-trader-smuggler .icon { + @include map-icon-trader-red; + } + + &.marker-npc { + .icon { + @include map-icon-tiny-person; + + width: 14px; + height: 14px; + margin-left: -7px; + margin-top: -7px; + + .z1 &,.z2 &,.z3 &,.z4 & { + display: none; + } + } + } + +} + +#currentLatLng { + background: rgba(0,0,0,0.7); + color: #FFF; + font-size: 0.8rem; + padding: 0.25rem 0.5rem; + position: absolute; + bottom: 0; + right: 0; + z-index: 400; + + transition: background-color 300ms ease-in; + cursor: pointer; + &.copied { + transition: background-color 0ms ease-in; + background-color: rgb(43, 198, 101); + } +} + +.leaflet-rrose { + pointer-events: none; + + .leaflet-rrose-content { + min-width: 12rem; + background: #FFF; + margin: 0; + padding: 0; + } + + .leaflet-rrose-content-wrapper { + border-radius: none; + box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5); + } + + .leaflet-rrose-content-wrapper, + .leaflet-rrose-tip { + background: #FFF; + box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5); + } + + .header { + padding: 0.5rem 1rem; + h2 { margin: 0; font-size: 1rem; line-height: 1.2rem; } + h3 { margin: 0; font-size: 0.9rem; color: $color-text-2; } + .cp { + line-height: 1.2rem; + color: #888; + float: right; + margin: 0 0 0 0.5rem; + b { + color: #555; + } + } + } + .body { + padding: 0.5rem 1rem; + background: $color-grey-100; + p { margin: 0; font-size: 0.9rem; } + ul, li { + margin: 0; + padding: 0; + display: block; + } + h5 { + font-weight: normal; + color: $color-text-2; + margin: 0.25rem 0 0.5rem; + } + ul { + font-size: 0.8rem; + li { + img { + width: 16px; + margin: 0 0.25rem -4px 0; + } + b { + font-weight: normal; + } + &.primary b { + font-weight: bold; + } + } + + & + h5 { + border-top: 1px solid $color-divider; + margin-top: 0.5rem; + padding-top: 0.5rem; + } + } + } +// .footer { +// +// } + + .has-header-content { + .body { + border-top: 1px solid $color-divider; + } + } + + .map-tooltip { + .originnode { + border-bottom: 1px solid $color-divider; + padding-bottom: 0.25rem; + margin-bottom: 0.25rem; + } + .drops { + font-size: 0.8rem; + } + .drop--rarity-green { + color: rgb(15, 133, 45); + } + .drop--rarity-blue { + color: rgb(0, 79, 233); + } + .drop--rarity-yellow { + color: rgb(242, 174, 0); + } + .drop--rarity-orange { + color: rgb(255, 69, 0); + } + } + +} diff --git a/src/components/MapView.vue b/src/components/MapView.vue new file mode 100644 index 0000000..ec0e743 --- /dev/null +++ b/src/components/MapView.vue @@ -0,0 +1,1498 @@ + + + + + diff --git a/src/components/common/DataLayerFishIcon.vue b/src/components/common/DataLayerFishIcon.vue new file mode 100644 index 0000000..e166488 --- /dev/null +++ b/src/components/common/DataLayerFishIcon.vue @@ -0,0 +1,43 @@ + + + diff --git a/src/components/common/DataLayerIcon.scss b/src/components/common/DataLayerIcon.scss new file mode 100644 index 0000000..eba04a6 --- /dev/null +++ b/src/components/common/DataLayerIcon.scss @@ -0,0 +1,4 @@ +@import "../../common"; +@import "../../MapIcons"; + +@include small-icon-classes; diff --git a/src/components/common/DataLayerIcon.vue b/src/components/common/DataLayerIcon.vue new file mode 100644 index 0000000..a0c9dea --- /dev/null +++ b/src/components/common/DataLayerIcon.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/components/common/Filter.scss b/src/components/common/Filter.scss new file mode 100644 index 0000000..8e95edf --- /dev/null +++ b/src/components/common/Filter.scss @@ -0,0 +1,103 @@ +@import "../../common"; +@import "../../MapIcons"; + +.filter-checkbox { + .loading { + display: inline-block; + width: 14px; + height: 14px; + background-repeat: no-repeat; + background-image: url(data:image/gif;base64,R0lGODlhDgAOAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dfX19zc3OHh4ebm5uvr6+/v7/Ly8vPz8/T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19SH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAD4ACwAAAAADgAOAAAIYADxCRxIsKDBgwSxPbN27Yigg81A1cJmbUYMMQWnOVJFMIcMRQQ7ITJIowjBPp8MOsFBkA4lg09YDjRExiCOJwR/VUlDUIkNTAVBLWnSxgwQHX0Oylqz5AgYUQijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwSt9crFLFu2g8QcgVpmzVkNMAWV9eFEMEeMQQQd3TE4YwhBN5MMIqlB0Mwig01YDuSTxaCNJQRzNQlDkEiNlAQxFSliBgyPG3gOripThIgWjgijSiUYEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwSnsRoVK5q2g7v2OOJ17Ji1bAWPuWlEkJWMQAQFqTEo4wfBMocMGqFBkMsfg0hYDpQDxSCNIwRjGdFCEMgMjgQh/QDyhUuOGnIOnvIS5AcVTAijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwSVhZLk6Re2g7LY8HmFi9WubAWBhQlEkJq1bgTzgDG45grBLX4MDplBkIodg0RkEEyTxKAMIgRXAZFC0EcMRQUV7fChpYqNGWwOisriY8eTSAijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwSPTRrUCNa1g6nAwAG1CpMoawVxXalD0NcubQTdUDE4DRvBKBwLutJDkIkbg0VmEARDxOAMIARN8XBCUEcMQgUJ5dhRBUqNGWcOdpKyI8cSRgijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwR/GbLTR9S0g6CqjKnUyZCjZgVlMUlDUBUobATJODFICxrBJW0MYrNG8IgZg9auEdQSxOCMkQNF6VBCMEcMQQX72MDxxAkNGWIOYmKC48YRRQijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIXwDxCRxIsKDBgwRz8UHzZpKyg5iYZGEkqU4fYgVXGQFDkJMjawS7GDH4yRfBImYMKttFUAjHgtaWEbTiw6CzbB1vECGYYwZOgnhq2GiCZEaMlwUnJalRg8gghFCjFgwIACH5BAkEAPgALAAAAAAOAA4AhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dfX19zc3OHh4ebm5uvr6+/v7/Ly8vPz8/T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19QhgAPEJHEiwoMGDBGPF+VLG0LGDkIpAAXQITZtdBU8B0UKw0Z5pBK0IMdjIFcEgXwzqKkXQBxeDyGQRhJLD4DGQAzHVAEKQlTVtBeXMoIHEiIwZ2Q42IkKDBpBACKNKLRgQACH5BAkEAPgALAAAAAAOAA4AhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dfX19zc3OHh4ebm5uvr6+/v7/Ly8vPz8/T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19QhfAPEJHEiwoMGDBFelqaKFD7CDioAkudOnSxhZBUXxkEIwEBtlBKP8MKhnFEEfWgzCkkRwRxWDuTwRXHLDICthBCPN8EGQGi9sBdnEkEFkyJpr2SAGkTFDSzeEUKMWDAgAIfkECQQA+AAsAAAAAA4ADgCHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKi4uLjIyMjY2Njo6Oj4+PkJCQkZGRkpKSk5OTlJSUlZWVlpaWl5eXmJiYmZmZmpqam5ubnJycnZ2dnp6en5+foKCgoaGhoqKio6OjpKSkpaWlpqamp6enqKioqampqqqqq6urrKysra2trq6ur6+vsLCwsbGxsrKys7OztLS0tbW1tra2t7e3uLi4ubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHBwsLCw8PDxMTExcXFxsbGx8fHyMjIycnJysrKy8vLzMzMzc3Nzs7Oz8/P0NDQ0dHR0tLS09PT1NTU1dXV19fX3Nzc4eHh5ubm6+vr7+/v8vLy8/Pz9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX1CF8A8QkcSLCgwYMETYF5IkUOroOEeBB5U2eKlVQFO+lwQrAOmGMEmeww6KYSwR1VDIIaRDAHFIOrHBE8YsMgJlkEGc3QQdAXqGsFz8SYUcTVtF3WIPaYoSebNoRQoxYMCAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwRFaUGyJI2sg310BDnDpkkTUAUx3VBCME2VXwSP5DAoJhFBHE8MUqpD8IYTg5/6EBxCw6ChUwQVyRg5UFWjaQXFxJhhDRstUc0OClpyzVo0bAijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIXwDxCRxIsKDBgwQ5WSFSJMyqg3hu+BBTpsgRTAUn1SBCEAyTXASJ3DCIxQ/BGk0MLkpDkAYSg5PcEAQyw2AdjAMHxdCRcI+ygmBmOLOm7NMjYgezZVu2C5g1hFCjFgwIACH5BAkEAPgALAAAAAAOAA4AhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dfX19zc3OHh4ebm5uvr6+/v7/Ly8vPz8/T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19QhfAPEJHEiwoMGDBDFB+RFky6mDcmjk4PIFyA9IBRvRAEJQS5FYBIPUMPiEDkEaSAz+8XLSiMFDZQj2mGEQTSOCgWawIthozbGC2awdQ6arEZ9dB7VJk1Xq1TSEUKMWDAgAIfkECQQA+AAsAAAAAA4ADgCHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKi4uLjIyMjY2Njo6Oj4+PkJCQkZGRkpKSk5OTlJSUlZWVlpaWl5eXmJiYmZmZmpqam5ubnJycnZ2dnp6en5+foKCgoaGhoqKio6OjpKSkpaWlpqamp6enqKioqampqqqqq6urrKysra2trq6ur6+vsLCwsbGxsrKys7OztLS0tbW1tra2t7e3uLi4ubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHBwsLCw8PDxMTExcXFxsbGx8fHyMjIycnJysrKy8vLzMzMzc3Nzs7Oz8/P0NDQ0dHR0tLS09PT1NTU1dXV19fX3Nzc4eHh5ubm6+vr7+/v8vLy8/Pz9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX1CF8A8QkcSLCgwYMEIy3h0aOKqINsZtywksUHD0UFFcXwQVAKkFUEfcwwmKQNQRlEDNqpcnKIQT9bCFJZY7CLIILdrFEjGAgMsILZeLHKBUuPG1kHsQXzJKmUMoRQoxYMCAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwQZHcmhA0qng2dm2JBCZYcOQgUJxdBB0MkOUwR3zDA4hAzBGUUMunlCUI8rg3WiEMxGzeCUOwS17fJFsE4VXAWtgcK0CpSbMKkOXovlaNClYwijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwQVDcGBQwmmg2Jk0GjiBMeNPgUFxchBUIkOUQSPzDAIxAvBa9YMmkFCsBo2g22WEHxWy2CTNwSxhVJFMM0SWQWbNTL0iZIYK6AOTiPVp86iXwijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwQHAalRw8ikg2BizEiyxAYNPAWz1chBkMgNTgSzPTPIIwvBZdYMgiFCUJcyg2aKEOwFymCRMwStNepEEEyRVQWJ7akzaREWJ5gOKqvkBk2gXAijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwQD9aAxQ0ijg9lkzDByhAYNOQW1WWNFEAgNTAShHTOYQwpBWcgMcgFCkJQug1+CEGTlyCCQLwSn7Xk4UMuPUwV3rUFz6M8TI5AOHlNUxsudWAijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwS7UaEhA4iig9msrRlCREYMNgWx8aJG0MeMSAR3uTJoowlBT7kMVtlBMBIsg1p8EAzFx6APLQSVsQlEUMoOUQVlgenix06SIA8NAvuzpYqbVQijSi0YEAAh+QQJBAD4ACwAAAAADgAOAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXX19fc3Nzh4eHm5ubr6+vv7+/y8vLz8/P09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUIYADxCRxIsKDBgwS1Zcszgwehg9Z2UWtVZEaMMwWvhfJFUMcMRgRZaTJYIwlBR6sMQtFBMBAog1V2EJwEx+COKQSPgalD0EmOTgVTVZlSx82QHg8N4qIT5YkZUwijSi0YEAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA); + margin: 1px 2px 3px; + } + &.disabled { + label { + color: $color-text-3; + } + } + label i { + opacity: 0.25; + font-style: normal; + margin: 0 -0.1em 0; + font-weight: bold; + } + label::before { + @include icon-horse-small(); + content: ''; + display: none; + width: 16px; + height: 16px; + margin-bottom: -4px; + margin-right: -1px; + margin-left: -4px; + } + &.filter-Wild-Horses { + label::before { + @include icon-horse-small(); + display: inline-block; + } + } + &.filter-Villas { + label::before { + @include icon-villa-small(); + display: inline-block; + width: 14px; + height: 14px; + margin: 0 -2px -2px; + } + } + &.filter-Elephants { + label::before { + @include icon-elephant-small(); + display: inline-block; + } + } + &.filter-Treasure-Chests { + label::before { + @include icon-treasurechests-small(); + display: inline-block; + } + } + &.filter-Sea-Regions { + label::before { + @include icon-searegions-small(); + display: inline-block; + } + } + &.filter-Whales,&.filter-Hunting { + label::before { + @include icon-whale-small(); + display: inline-block; + } + } + &.filter-World-Bosses { + label::before { + @include icon-boss-small(); + display: inline-block; + } + } + &.filter-Scroll-Bosses { + label::before { + @include icon-scrollboss-small(); + display: inline-block; + } + } + &.filter-Leveling-Areas,&.filter-Levelling-Areas { + label::before { + @include icon-levellingareas-small(); + display: inline-block; + } + } + &.filter-Fishing-Hotspots { + label::before { + @include icon-fishinghotspots-small(); + display: inline-block; + } + } + &.filter-Golden-Chests { + label::before { + @include icon-goldenchests-small(); + display: inline-block; + } + } +} diff --git a/src/components/common/Filter.vue b/src/components/common/Filter.vue new file mode 100644 index 0000000..e5ee31a --- /dev/null +++ b/src/components/common/Filter.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/src/components/common/ItemDetail.scss b/src/components/common/ItemDetail.scss new file mode 100644 index 0000000..6c1653a --- /dev/null +++ b/src/components/common/ItemDetail.scss @@ -0,0 +1,81 @@ +@import "../../common"; + +.item-detail { + display: flex; + align-items: flex-start; + + .img { + margin-right: 0.5rem; + position: relative; + + .quantity { + display: inline-block; + position: absolute; + right: 0; + bottom: 0; + } + + img { + width: 26px; + height: auto; + } + } + &.item-detail--rarity-orange .img img { + border: 2px solid rgb(255, 69, 0); + } + &.item-detail--rarity-yellow .img img { + border: 2px solid #FDD835; + } + &.item-detail--rarity-green .img img { + border: 2px solid #388E3C; + } + &.item-detail--rarity-blue .img img { + border: 2px solid #1976D2; + } + &.item-detail--rarity-white .img img { + border: 2px solid #FFF; + } + + .detail { + flex: 1; + + h4 { + margin: 0; + padding: 0; + font-size: 0.9rem; + + span { + font-weight: normal; + color: $color-text-2; + } + } + p { + margin: 0; + font-size: 0.9rem; + display: flex; + align-items: flex-start; + + & > span { + display: block; + flex: 1; + } + .price { + color: $color-text-2; + text-align: right; + &::before { + width: 16px; + height: 16px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAMmSURBVHjaYvz//z8DOvh1SUHl/7//B4BSEv///WP+/4/hJ5B/jeEfQyO35ZONyGoBAogBZAA6/n5e7vPv54v+//92+f//L8f///+4+//vl4v+fzosdQddLUAAsTBgAf///uNhETBhYPjxjIHhz3sGht/vGZjYeRn+/fmnjK4WIICwGvDvLxD/fMLA+PsD0LQfDH+/32dg+MnE8PcPpncBAgiHC/4z/P10luH3y51Ag74w/Pv2kYFV2BzoAky1AAGEwwX/gE6WZmDl02T4//MFwz9WLoZ/wJD8++cfhlqAAGL5eV6eDxTCwNAGhjgDM9D2n4z/GRn+fL7O8OfdZaAPvjD8/faZgVNJD6sXAAKIBWhbFYtYqTSruB/Yvwx/v7L//nqX4dvNRgZOESuG/xwvGJjZgQH5/w/D39+YrgUIIKAB/8tZxDyBof0JqBmEvzCwcIox/P76loGZ6RrD/++fgWZ+ZmBlFAMagOkFgABi+QsKmH9fgRZ8AdryCxhor4Ep6TvDH6B/2fhVgC54xfCX/R0DM48Aw18sgQgQQCzAuAXacJvh74dzDP9+vQQG2mMGZj4lhr+//jP8fHeD4f+3rwyMv94z/P/6lEFUiInh4waR/3//MvwEBug1YHQ3AgQQy9/f/xkYWYUZmDkVGZhYBRn+A9n//79n+AMUZxdUZfjH8ZLh15vXDJyWaxiYWHiAdv5g+P/7E/uPjxcN3+xr7wUIICZQ1DAyMTH8+XYbGAyXgPgCAwuPNsMfoAt+f33D8Ost0Au//gKjVQScIhm+P2Vg/PGcgUNAleHXr//KAAHEBAzZVd/fnGdg5dViYAFiViFzhm9v7wFDXojhL5cUA4eGC8M/dkmGb49XAF0GtJ3hDzB8PjB8vr+K4dfP/6sAAgBBAL7/BPz7/sf57tFWAhUrAAMFAwD79/QA9O7bAPbw7L31xq8Q//z/LQYGAekTDcwdAAD0AAIE/wD89eYA9OniAPv5/8cCiPHeCmFFYBJNA6YHV2Dg6ALZl4FRuxsYQLP0st/fB4X0/bmCin/+/E8DhpcrMCZ0gQnqMjCx7gaqnQUQYADyc65aGZYFjwAAAABJRU5ErkJggg=="); + content: " "; + } + } + .weight { + color: $color-text-2; + text-align: left; + } + } + .notes { + color: $color-text-2; + } + } +} diff --git a/src/components/common/ItemDetail.vue b/src/components/common/ItemDetail.vue new file mode 100644 index 0000000..d710ca6 --- /dev/null +++ b/src/components/common/ItemDetail.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/components/common/ItemList.scss b/src/components/common/ItemList.scss new file mode 100644 index 0000000..614b83a --- /dev/null +++ b/src/components/common/ItemList.scss @@ -0,0 +1,7 @@ +@import "../../common"; + +.item-list { + li { + margin-bottom: 0.25rem; + } +} diff --git a/src/components/common/ItemList.vue b/src/components/common/ItemList.vue new file mode 100644 index 0000000..9c40b41 --- /dev/null +++ b/src/components/common/ItemList.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/components/common/MenuButton.scss b/src/components/common/MenuButton.scss new file mode 100644 index 0000000..169ee2f --- /dev/null +++ b/src/components/common/MenuButton.scss @@ -0,0 +1,65 @@ +$menu-button-layer-width : 24px !default; +$menu-button-layer-height : 3px !default; +$menu-button-layer-spacing : 4px !default; +$menu-button-layer-color : #FFF !default; +$menu-button-layer-border-radius : 4px !default; +$menu-button-hover-opacity : 0.7 !default; + +.menu-button { + padding: 0; + display: inline-block; + cursor: pointer; + + // Normalize + font: inherit; + color: inherit; + text-transform: none; + background-color: transparent; + border: none; + margin: 0; + overflow: visible; + + &:hover { + opacity: 0.7; + } +} + +.menu-button-box { + width: $menu-button-layer-width; + height: $menu-button-layer-height * 3 + $menu-button-layer-spacing * 2; + display: inline-block; + position: relative; +} + +.menu-button-inner { + display: block; + top: 50%; + margin-top: $menu-button-layer-height / -2; + + &, + &::before, + &::after { + width: $menu-button-layer-width; + height: $menu-button-layer-height; + background-color: $menu-button-layer-color; + border-radius: $menu-button-layer-border-radius; + position: absolute; + transition-property: transform; + transition-duration: 0.15s; + transition-timing-function: ease; + } + + &::before, + &::after { + content: ""; + display: block; + } + + &::before { + top: ($menu-button-layer-spacing + $menu-button-layer-height) * -1; + } + + &::after { + bottom: ($menu-button-layer-spacing + $menu-button-layer-height) * -1; + } +} diff --git a/src/components/common/MenuButton.vue b/src/components/common/MenuButton.vue new file mode 100644 index 0000000..c7e4bab --- /dev/null +++ b/src/components/common/MenuButton.vue @@ -0,0 +1,18 @@ + + + + + diff --git a/src/components/common/NodeIcon.scss b/src/components/common/NodeIcon.scss new file mode 100644 index 0000000..3b03fc5 --- /dev/null +++ b/src/components/common/NodeIcon.scss @@ -0,0 +1,5 @@ +@import "../../common"; +@import "../../MapIcons"; + +@include small-icon-classes; +@include large-icon-classes; diff --git a/src/components/common/NodeIcon.vue b/src/components/common/NodeIcon.vue new file mode 100644 index 0000000..6024617 --- /dev/null +++ b/src/components/common/NodeIcon.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/src/components/common/SkillLevel.scss b/src/components/common/SkillLevel.scss new file mode 100644 index 0000000..d5bedc8 --- /dev/null +++ b/src/components/common/SkillLevel.scss @@ -0,0 +1,9 @@ +.skill-level { +// &.skill-level-beginner {} + &.skill-level-apprentice { color: #689F38; } + &.skill-level-skilled { color: #1976D2; } + &.skill-level-professional { color: #FFA000; } + &.skill-level-artisan { color: #D32F2F; } + &.skill-level-master { color: #7B1FA2; } + &.skill-level-guru { color: #E91E63; } +} diff --git a/src/components/common/SkillLevel.vue b/src/components/common/SkillLevel.vue new file mode 100644 index 0000000..3f502fa --- /dev/null +++ b/src/components/common/SkillLevel.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/src/components/common/TradePack.scss b/src/components/common/TradePack.scss new file mode 100644 index 0000000..d25ed17 --- /dev/null +++ b/src/components/common/TradePack.scss @@ -0,0 +1,66 @@ +@import "../../common"; + +.trade-pack { + display: flex; + align-items: flex-start; + + .img { + margin-right: 1rem; + position: relative; + + #infopanel & img { + width: 30px; + height: 30px; + } + + .quantity { + display: inline-block; + position: absolute; + right: 0; + bottom: 0; + } + } + + .detail { + flex: 1; + + h4 { + margin: 0; + padding: 0; + font-size: 0.9rem; + + span { + font-weight: normal; + color: $color-text-2; + } + } + p { + margin: 0; + font-size: 0.9rem; + display: flex; + align-items: flex-start; + + & > span { + display: block; + flex: 1; + } + .skill-level { + white-space: nowrap; + } + .price { + color: $color-text-2; + text-align: right; + &::before { + width: 16px; + height: 16px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAMmSURBVHjaYvz//z8DOvh1SUHl/7//B4BSEv///WP+/4/hJ5B/jeEfQyO35ZONyGoBAogBZAA6/n5e7vPv54v+//92+f//L8f///+4+//vl4v+fzosdQddLUAAsTBgAf///uNhETBhYPjxjIHhz3sGht/vGZjYeRn+/fmnjK4WIICwGvDvLxD/fMLA+PsD0LQfDH+/32dg+MnE8PcPpncBAgiHC/4z/P10luH3y51Ag74w/Pv2kYFV2BzoAky1AAGEwwX/gE6WZmDl02T4//MFwz9WLoZ/wJD8++cfhlqAAGL5eV6eDxTCwNAGhjgDM9D2n4z/GRn+fL7O8OfdZaAPvjD8/faZgVNJD6sXAAKIBWhbFYtYqTSruB/Yvwx/v7L//nqX4dvNRgZOESuG/xwvGJjZgQH5/w/D39+YrgUIIKAB/8tZxDyBof0JqBmEvzCwcIox/P76loGZ6RrD/++fgWZ+ZmBlFAMagOkFgABi+QsKmH9fgRZ8AdryCxhor4Ep6TvDH6B/2fhVgC54xfCX/R0DM48Aw18sgQgQQCzAuAXacJvh74dzDP9+vQQG2mMGZj4lhr+//jP8fHeD4f+3rwyMv94z/P/6lEFUiInh4waR/3//MvwEBug1YHQ3AgQQy9/f/xkYWYUZmDkVGZhYBRn+A9n//79n+AMUZxdUZfjH8ZLh15vXDJyWaxiYWHiAdv5g+P/7E/uPjxcN3+xr7wUIICZQ1DAyMTH8+XYbGAyXgPgCAwuPNsMfoAt+f33D8Ost0Au//gKjVQScIhm+P2Vg/PGcgUNAleHXr//KAAHEBAzZVd/fnGdg5dViYAFiViFzhm9v7wFDXojhL5cUA4eGC8M/dkmGb49XAF0GtJ3hDzB8PjB8vr+K4dfP/6sAAgBBAL7/BPz7/sf57tFWAhUrAAMFAwD79/QA9O7bAPbw7L31xq8Q//z/LQYGAekTDcwdAAD0AAIE/wD89eYA9OniAPv5/8cCiPHeCmFFYBJNA6YHV2Dg6ALZl4FRuxsYQLP0st/fB4X0/bmCin/+/E8DhpcrMCZ0gQnqMjCx7gaqnQUQYADyc65aGZYFjwAAAABJRU5ErkJggg=="); + content: " "; + } + } + .weight { + color: $color-text-2; + text-align: center; + } + } + } +} diff --git a/src/components/common/TradePack.vue b/src/components/common/TradePack.vue new file mode 100644 index 0000000..06ce355 --- /dev/null +++ b/src/components/common/TradePack.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/components/common/TraderIcon.scss b/src/components/common/TraderIcon.scss new file mode 100644 index 0000000..e8af06d --- /dev/null +++ b/src/components/common/TraderIcon.scss @@ -0,0 +1,23 @@ +@import "../../common"; +@import "../../MapIcons"; + +i.icon.trader { + @include map-icon-trader; + + width: 17px; + height: 17px; + display: inline-block; + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + +//&.icon-Trade-Manager { +// +//} + &.icon-Smuggler { + @include map-icon-trader-red; + } + &.icon-Imperial-Trader, &.icon-Imperial { + @include map-icon-trader-yellow; + } +} diff --git a/src/components/common/TraderIcon.vue b/src/components/common/TraderIcon.vue new file mode 100644 index 0000000..438dfe8 --- /dev/null +++ b/src/components/common/TraderIcon.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/components/panes/DetailPane.scss b/src/components/panes/DetailPane.scss new file mode 100644 index 0000000..39d155e --- /dev/null +++ b/src/components/panes/DetailPane.scss @@ -0,0 +1,6 @@ +@import "../../common"; +@import "./Pane"; + +// .intro-pane { +// +// } diff --git a/src/components/panes/DetailPane.vue b/src/components/panes/DetailPane.vue new file mode 100644 index 0000000..5140830 --- /dev/null +++ b/src/components/panes/DetailPane.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/components/panes/FishingHotspotInfoPane.scss b/src/components/panes/FishingHotspotInfoPane.scss new file mode 100644 index 0000000..84cfccb --- /dev/null +++ b/src/components/panes/FishingHotspotInfoPane.scss @@ -0,0 +1,37 @@ +@import "../../common"; +@import "./Pane"; + +.fishinghotspot-info-pane { + .pane--header { + background-color: #03A9F4; + + .detail-intro-unit { + img { + width: 16px; + float: left; + margin: 7px; + } + } + } + + .section-image { + img { + width: 100%; + } + } + + .details { + align-items: center; + dt { + flex: 1 0 45%; + margin: 0.25rem 0; + } + dd { + flex: 1 0 55%; + } + } + + #feature-attribution-unit { + padding: $menu-padding $menu-padding 0; + } +} diff --git a/src/components/panes/FishingHotspotInfoPane.vue b/src/components/panes/FishingHotspotInfoPane.vue new file mode 100644 index 0000000..b5e6c1b --- /dev/null +++ b/src/components/panes/FishingHotspotInfoPane.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/components/panes/GoldenChestInfoPane.scss b/src/components/panes/GoldenChestInfoPane.scss new file mode 100644 index 0000000..82749dc --- /dev/null +++ b/src/components/panes/GoldenChestInfoPane.scss @@ -0,0 +1,57 @@ +@import "../../common"; +@import "./Pane"; + +.goldenchest-info-pane { + .pane--header { + background-color: #ffb000; + } + + .section-image { + padding: 1rem; + + a { + display: block; + margin: 0; + padding: 0; + position: relative; + cursor: zoom-in; + + & img { + position: relative; + display: block; + margin: 0; + padding: 0; + } + + &::before { + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index:7000; + pointer-events: none; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAKKklEQVR4nO2dXYxdVRXHf3OHZpjho9SxRdoSpy30S+RBjcGmqVMkY1uskQeg0QcNfr34kRijb5qgoWhtISaiRmOb6INPYEMBSQwGLKUd2iYDyLSdYaxIO9g6KXSKZQLc8WHt60xn5t679zl7n7XPueef/BMSztz932vtnrM/1l6rjWJiAbASWAWsBpYD1wLdhp3AZcBV5vlx4F3gIjBm+G9gBDgGHAdOAOcy60FGaNMW4AHXAeuBdcBHEIcvCtTWGWRAHAUOAPuB0UBtlaiDDqAP2AUMApPKHDRa+oy2EgEwD9gE7EZew9pOr8dzRuMmo7lESqwA7gNOoe9cV54y2ld4t0oLYCOwD6ii78i0rJq+bPRqoYLiM8Dz6DstFJ8HtnqzVoHQBxxC30FZ8ZDpc8vjBuT1qO0QLT5mbNBy6AS2AxPoO0GbE8YWnaksmiP0Irtq2oaPjSco+ESxA9kwKcLMPhSrxkaF21BaAwygb+C8cMDYrBC4Czls0TZq3jhubJdbtAM/pXzlp2EV2GFsmStcATyMvgGLwkeMTXOBRbTWpk5WPES4Y25vWAy8jL6xisqXjY2jRA8SQaNtpKJzxNg6KiwFhtA3Tqtw2Ng8CiykfO1rcNDYXhVdwEH0jdGqPGh8oIJ2YG8TgSXDcy9K+wQ7E4gtGYY7m/jKO+6k3OGLiVXjk0ywhnJvP0ZeANY28JsXdFCe6sXMARyPkl0nDzuAzzn+TYnscC1wJfBkiB/vpfzu54FVHCKLbO8GdgIv0KIBjDnEMHAzctm1IWw/AT8GPptGUca4gNzo/QdymfNV5MbvJHC1oq6s8D7k9vNfmj1o8wZYCbxE3HfdXgL+DDwDHAFON3i2C5ktr0delX3A5aEFKuAd4CYk2DQVHkX/uzYXx5CIo5tS9m8+8CXgcAR98s19KW3DbRF0YibPA99DZru+8SnguQj66JO3pTFIbAc9v0cSQoREBbgH+I9yX33xUFJDbI1AfI1vAp9P2pGEWAo87UF7DEx0IfVIBMInkZn8qiQd8IB24BcWGmPnEdeO90YgehLZ2gz9yrfBD9C3RVr2unQ4hpn/EBFEvEzDdvRtkoaP2nZ0OfpbvmeJb9exDfgD+o5Myiri26a4LwKht9sIVUBtS1zbmUm5vVkHL0Py3mmKfKCZyAZoAzYAP0Fy+L2O3L+fMP+9H9k82kDyHIlrkD12bWcm4Sji47rYrCzwNZJt8NTW7i6h6UPmbyoJ2rs3Yf9i4JZGHdutLO4LjcTVwTKgP0Wb/eY3XNAF/CtlX7W4u16nOtBNwvh33F/LvciEMW3bZ5HPggu+7aFdDZ6jTtRQn7KwrzY1+Wy9PnMMTQCfdmj/SqaOmPPGOTOUaYZ5v8VU5m4brEIOhXzrGMdt1/GhQPYIzTnDyDUTL//Rwtg1tJPum9+M/dgHyqzPwDYhODizI4uVBblM/u7JQM+XLbW0kd9TwyXTO7JNWcz1DgbP4hbyEPYT0kcytJNPboOpNfAtlp0NgdeQJZUNNpDNFvEN2K8KngspJCBugakB8HFFIS4xaw03MTzDtq3jQVWEw8dABkAb6ePq0mDE4dl1wVTMxicsn3PRHxNuBtoqSLoRlyWYb4w5PHtjMBWzsdLyuTeCqgiHq4CeChlcKGyCcYdnFwRTkbyt80FVhMXa2htAE0WoXJZX9MQwAFw+P1nW7bNta35QFWHRUwE+qCyi2+HZoWAqZsN2dZLlZ8k3eirA+5VFuKzrs1xz27aV56pg3RX0Ay9tZ9sgJVaywuOWz2mFrPvAQtAPAZvEPiAjy61g20ihGCKok/J0hThq1dhuu04C94cUYnA/EpzaDBXkRDCv6II4Ej497CC6nbC1BQ9jfxx8awa2CclxIhAxCbwNXGNpdJAK4SEG7rj5bVv8NpA9sqS6gBq/6WB4kAhm3yFhmx3av4YwUUmZD4AYPgGTyMTLNWvZZk/6x3FzPsD3PfVbk+MghxnaQmr8iosHDFaTLrvHYdxe+yDlW15P2dcY+AbEsQys8Qxuc4EaahdDhh3aGib5xRCAnzm0FStPA7wYgZDp/I2DE2aigiwpdwDPMvtq2LPm/20gueOnI++D4EWApyIQMpN3OzhBG3keBE9VkKjW2PBr4MPaIizxXRTStXvCWAX4p7aKOTAf2YuPpi5OE+R1EJysACe1VdTBUuCvWCY1iAB5HAQnQZIxaH+LGnEUE8GaE+RpTnA7yEmctpBmvAh8g/yEj+VlECwDMWpetjQfJ77cQfUQ+yA4z7R/UAciEGTLCSQFjO9AlnYkVt4nYh4E+6cLfTACQa58C9k0+iTpNnUWA99BziLeQ3YHfSLWQfDgdJHal0PT8lXgd8AXkVtOjdK/X48kSLgX+Bvi9Om/1SqDYNt0gUsiEOSTVeTC6THksGcAeAV5a9j8fSsMgkuuh4NugogYWeRBMCtBBMCuCITFxqIOgl1zCdNOEhUrQwwC7Un3nEmitNPExUzfg6AdqXGk0Ze6aeIA9iiJygN9D4LVSGGnrPuxp5GoLQqC8kTfg0AjFqNh5pMYkkXHTp+D4EcZax9lRvm/mTto79LkFVGCCrID6WMQnPHwGy7Yg3x2GiKGghF5oI83wQ8z1FvF4SbzvgyF5ZlpB0GWdna6Wd2bobC8M+kguI5sC0/0ugqMpWxcHphkEOzOUJ9z2TiAOzIUWAS+B3zd0rbfyljbHZa6LkEbcDRjoUXgQ0j59rnQDfwyYz1HaRBK1yzGrg94sskzJWbjTSRzyEFkqbcIyTy6Fbg6Yy2bSOnDckWQXzYtH28TZbsKuUM2r9mDJaLCO0iM47FGD9ncxx9DrkPnORdOK2InFpVYbOPsaxUz8xKS3eoYRv71X2z2oG007UXga8h3pUTcmER81dT54JaS5SSSvEGzukiJ5vg58KtQP96BRNhqz25Lzs0BGofEe8Fa4kksVXKKF8iw9sOdlEfGsfGuhh4LAM1KoyUvpUpegnZgbwKxJf1yL+75Fb2hC9nv1jZCq/Kg8YEqFlJeK9PgMfRrPfwfS3FL0lgyHV8hwgRay5AiitrGKTpHsC+wkTkWU34OQnKQOa51x4ZFQD/6xioa+41tc4EryG9Z9Rj5J2PTXKEdScysbby8cweK63wfuJvy7CAJx8lX0uyG+BASUKJt1LzwBSTZVaFwOfAA5SFSI1aNjYIf6WriVrIp/pg3DhnbtAQ6ge34rfqVV04ghSpjKOCZOW4EnkDfCVp8ArfayYVFH621edRPnUxdrY6tpCsBFzsPmz7mJe29GjYi15qKsGKomr5s9GqhFsEKZIJ0Gn1HunLUaLdOy1KiPuYh6c32EHcyy3NG4xbKu5TB0IFMoHYRx9HzoNHSR4MMnLGiCJORJcA6w48iGThDhUqdRUKxjiBVVg4ApwK1lQmKMADmwgJkfb0aud6+HPgAkqGjG9lq7WAqoPK/yIbM28ht6DGk1OwIcBxx+gnkFV8o/A/xn9urdV0lFgAAAABJRU5ErkJggg==); + background-position: center center; + background-repeat: no-repeat; + opacity: 0.5; + } + + &:hover { + box-shadow: 0px 1px 3px rgba(0,0,0,0.2); + + &::before { + opacity: 0.8; + } + } + + } + img { + width: 100%; + border: 0; + } + margin-bottom: 1rem; + } +} diff --git a/src/components/panes/GoldenChestInfoPane.vue b/src/components/panes/GoldenChestInfoPane.vue new file mode 100644 index 0000000..848a084 --- /dev/null +++ b/src/components/panes/GoldenChestInfoPane.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/src/components/panes/InfoPane.scss b/src/components/panes/InfoPane.scss new file mode 100644 index 0000000..d19da9e --- /dev/null +++ b/src/components/panes/InfoPane.scss @@ -0,0 +1,207 @@ +@import "../../common"; +@import "./Pane"; + +// .intro-pane { +// +// } + +.info-pane { + position: relative; + overflow: hidden; + + & .pane--wrapper { + position: relative; + } + + & .pane--header { + //margin-bottom: 2rem; + background: $color-red-900; + color: $color-text-on-primary; + header { + padding: $menu-padding; + } + + .detail-intro-unit { + i.icon { + display: inline-block; + float: left; + margin: 0.4rem 0 0 0.15rem; + } + } + + h1 { + color: $color-text-on-primary; + font-size: 1.25rem; + margin: 0; + line-height: 1.1; + text-transform: uppercase; + margin-left: $menu-padding * 3; + margin-top: 0; + + span { + display: block; + } + b { + font-weight: 400; + display: block; + opacity: 0.5; + } + } + + h2 { + opacity: 0.7; + font-weight: normal; + color: opacify( $color-text-on-primary, 0.7 ); + font-size: 0.85rem; + margin: 0; + margin-left: $menu-padding * 3; + margin-top: 0; + } + + } + + + dl { + font-size: 0.85rem; + padding: 0 $menu-padding; + display: flex; + flex-wrap: wrap; + list-style: none; + + dt, dd { + list-style: none; + flex-wrap: wrap; + padding: 0; + margin: 0; + } + dt { + flex: 1 0 35%; + } + dd { + flex: 1 0 65%; + } + } + + h3 { + margin: 0 1rem; + padding: 0; + + span { + font-size: 1rem; + color: $color-text-3; + background: #FFF; + margin: 0; + padding: 0 0.5rem 0 0; + } + + &::after { + content: " "; + border-top: 1px solid $color-divider; + width: 95%; + display: block; + height: 1px; + overflow: hidden; + margin-top: -0.75rem; + } + } + + ul { + list-style: none; + margin: 0 $menu-padding; + padding: $menu-padding 0; + + li { + list-style: none; + margin: 0; + padding: 2px 0 0; + + &.list-item-node { + font-size: 0.9rem; + margin-bottom: 0.25rem; + + h4 { + margin: 0; + font-size: 1rem; + .icon { margin-bottom: -4px; margin-right: 0.5rem; } + } + + span { + color: $color-text-3; + font-size: 0.8rem; + display: block; + padding-left: 2rem; + } + + .requirement { + color: $color-primary; + } + + ul { + margin: 0; + padding: 0.5rem 0 0.5rem 2rem; + list-style: none; + } + + li { + margin: 0 0 0.25rem; + padding: 0; + } + + .primary { + color: $color-grey-800; + } + .secondary { + color: $color-grey-600; + } + } + } + + img { + height: 22px; + width: 22px; + margin-bottom: -8px; + } + } + .traders { + padding-left: 2rem; + + h2 { + margin: 0; + font-size: 1rem; + font-weight: 400; + position: relative; + + i { + position: absolute; + left: -2rem; + } + + strong { + font-weight: bold; + } + + } + & > li > span { + color: $color-text-3; + font-size: 0.8rem; + display: block; + } + + ul { + margin: 0 0 1rem; + padding: 0; + + li { + margin: 0.5rem 0; + padding: 0; + } + } + } + + .notes, .fullnotes { + font-size: 0.9; + color: $color-text; + margin: 0 1rem; + border-top: 1px solid $color-divider; + } +} diff --git a/src/components/panes/InfoPane.vue b/src/components/panes/InfoPane.vue new file mode 100644 index 0000000..e7d7880 --- /dev/null +++ b/src/components/panes/InfoPane.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/src/components/panes/LevellingAreaInfoPane.scss b/src/components/panes/LevellingAreaInfoPane.scss new file mode 100644 index 0000000..4e4fffa --- /dev/null +++ b/src/components/panes/LevellingAreaInfoPane.scss @@ -0,0 +1,81 @@ +@import "../../common"; +@import "./Pane"; + +.levellingarea-info-pane { + .pane--header { + background-color: #ff8200; + } + + .section-image { + img { + width: 100%; + } + } + + .details { + align-items: center; + dt { + flex: 1 0 45%; + margin: 0.25rem 0; + } + dd { + flex: 1 0 55%; + } + } + + .area-list { + margin: $menu-padding 0; + padding: 0; + + li { + display: flex; + align-items: center; + align-content:stretch; + cursor: pointer; + + padding: 0.2rem $menu-padding; + + span { + opacity: 0.8; + } + + &:hover { + background: transparentize($color-divider, 0.1); + span { + opacity: 1; + } + } + + &.area-list--earlier-level { + span { + opacity: 0.4; + } + } + &.area-list--current { + background: $color-divider; + } + + span.icon { + flex: 0; + margin-right: 0.2rem; + } + span.name { + flex-grow: 1; + flex-shrink: 1; + flex-basis: 60%; + } + span.rating { + flex-grow: 1; + flex-shrink: 0; + flex-basis: 20%; + color: $color-text-3; + font-size: 0.9rem; + } + span.level { + flex-grow: 1; + flex-shrink: 0; + flex-basis: 20%; + } + } + } +} diff --git a/src/components/panes/LevellingAreaInfoPane.vue b/src/components/panes/LevellingAreaInfoPane.vue new file mode 100644 index 0000000..b5f4e10 --- /dev/null +++ b/src/components/panes/LevellingAreaInfoPane.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/src/components/panes/MenuPane.scss b/src/components/panes/MenuPane.scss new file mode 100644 index 0000000..f80d17f --- /dev/null +++ b/src/components/panes/MenuPane.scss @@ -0,0 +1,78 @@ +@import "../../common"; +@import "./Pane"; + +// .intro-pane { +// +// } + +.menu-pane { + position: relative; + overflow: hidden; + + & .pane--wrapper { + position: relative; + } + + & .pane--header { + //margin-bottom: 2rem; + background: $color-red-900; + } + + z-index: 5001; + + &.pane--is-active { + z-index: 5010; + } +} + +#intro-unit { + padding: $menu-padding; + + .menu-button { + position: absolute; + margin-top: 0.5rem; + } + + h1 { + color: $color-text-on-primary; + font-size: 1rem; + margin: 0; + line-height: 1.1; + text-transform: uppercase; + margin-left: 3.25rem; + margin-top: 0.15rem; + + span { + display: block; + } + b { + font-weight: 400; + display: block; + opacity: 0.5; + } + } + + .donate-button { + position: absolute; + top: $menu-padding; + right: $menu-padding; + padding: 0.5rem 0.5rem 0.5rem 2rem; + border: 1px solid rgba(255,255,255,0); + background: transparent; + color: white; + opacity: 0.7; + + &:hover { + background: #D32F2F; + border: 1px solid rgba(255,255,255,0.25); + opacity: 1; + } + + img { + width: 16px; + position: absolute; + top: 5px; + left: 5px; + } + } +} diff --git a/src/components/panes/MenuPane.vue b/src/components/panes/MenuPane.vue new file mode 100644 index 0000000..32d3aa1 --- /dev/null +++ b/src/components/panes/MenuPane.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/src/components/panes/NodeInfoPane.scss b/src/components/panes/NodeInfoPane.scss new file mode 100644 index 0000000..f468019 --- /dev/null +++ b/src/components/panes/NodeInfoPane.scss @@ -0,0 +1,218 @@ +@import "../../common"; +@import "../../MapIcons"; +@import "./Pane"; +@import "./InfoPane"; + +$color-nodetype-city: #00a88a; +$color-nodetype-city-bg: #009279; +$color-nodetype-town: #1976D2; +$color-nodetype-town-bg: #0D47A1; +$color-nodetype-bank: #FFC107; +$color-nodetype-bank-bg: #FF8F00; +$color-nodetype-farm: #FDD835; +$color-nodetype-farm-bg: #F9A825; +$color-nodetype-mine: #9E9E9E; +$color-nodetype-mine-bg: #616161; +$color-nodetype-mushrooms: #9C27B0; +$color-nodetype-mushrooms-bg: #7B1FA2; +$color-nodetype-specialty: #8BC34A; +$color-nodetype-specialty-bg: #689F38; +$color-nodetype-forest: #795548; +$color-nodetype-forest-bg: #5D4037; +$color-nodetype-fishing: #03A9F4; +$color-nodetype-fishing-bg: #0288D1; + +.node-info-pane { + .pane--header { + .parentnode { + a { + color: $color-text-on-primary; + display: block; + padding: $menu-padding/2 $menu-padding; + cursor: pointer; + + i { + vertical-align: bottom; + margin-right: 0.25rem; + } + + b { + display: inline-block; + vertical-align: text-top; + opacity: 0.7; + } + + &:hover { + b { + opacity: 1; + } + } + } + + + } + } + + .node-manager-info { + h4 { + margin: 0; + &::before { + content: ""; + display: inline-block; + height: 14px; + width: 14px; + margin-bottom: -3px; + @include map-icon-tiny-person(); + } + } + p.node-manager-button { + margin: 0.5rem 0; + button { + background-color: darken(#1976D2,10%); + + &:hover { + //color: #1976D2; + //border-color: transparentize(#1976D2, 0.6); + } + &:hover { + background-color: #1976D2; + } + + &:focus { + background-color: darken(#1976D2,10%); + } + + &:active { + background-color: lighten(#1976D2,10%); + } + } + } + } + + .pane--body { + & > .requirement { + padding: $menu-padding; + margin: 0 0 0.5rem; + background: #FFECB3; + b { + color: $color-red-700; + } + } + } + + // Different colors depending on the type of node + .pane--header, .parentnode a { + background-color: $color-red-900; + } + &.pane--nodetype-City .pane--header, .parentnode .nodetype--City { + background-color: $color-nodetype-city-bg; + } + &.pane--nodetype-Town .pane--header, .parentnode .nodetype--Town { + background-color: $color-nodetype-town-bg; + } + &.pane--nodetype-Bank .pane--header, .parentnode .nodetype--Bank { + background-color: $color-nodetype-bank-bg; + } + &.pane--nodetype-Farm .pane--header, .parentnode .nodetype--Farm { + background-color: $color-nodetype-farm-bg; + } + &.pane--nodetype-Mine .pane--header, .parentnode .nodetype--Mine { + background-color: $color-nodetype-mine-bg; + } + &.pane--nodetype-Mushrooms .pane--header, .parentnode .nodetype--Mushrooms { + background-color: $color-nodetype-mushrooms-bg; + } + &.pane--nodetype-Specialty .pane--header, .parentnode .nodetype--Specialty { + background-color: $color-nodetype-specialty-bg; + } + &.pane--nodetype-Fishing .pane--header, .parentnode .nodetype--Fishing { + background-color: $color-nodetype-fishing-bg; + } + &.pane--nodetype-Forest .pane--header, .parentnode .nodetype--Forest { + background-color: $color-nodetype-forest-bg; + } + + + .toolbar { + .nodeplanner-button { + padding: 0.25rem 1rem 0.75rem; + } + .contrib { + font-style: normal; + display: inline-block; + border: 2px solid black; + border-radius: 2rem; + padding: 0.5rem; + color: black; + font-size: 0.9rem; + vertical-align: bottom; + margin-right: 0.25rem; + background: white; + margin-left: -0.25rem; + text-align: center; + line-height: 1; + min-width: 2.25rem; + margin-top: 0rem; + margin-bottom: -0.25rem; + margin-bottom: -0.5rem; + } + + .nodeplanner-button { + + } + + .nodeplanner-button-remove { + .contrib { + background: #ffe605; + } + } + } + + .section-image { + + a { + display: block; + margin: 0; + padding: 0; + position: relative; + cursor: zoom-in; + + & img { + position: relative; + display: block; + margin: 0; + padding: 0; + } + + &::before { + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index:7000; + pointer-events: none; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAKKklEQVR4nO2dXYxdVRXHf3OHZpjho9SxRdoSpy30S+RBjcGmqVMkY1uskQeg0QcNfr34kRijb5qgoWhtISaiRmOb6INPYEMBSQwGLKUd2iYDyLSdYaxIO9g6KXSKZQLc8WHt60xn5t679zl7n7XPueef/BMSztz932vtnrM/1l6rjWJiAbASWAWsBpYD1wLdhp3AZcBV5vlx4F3gIjBm+G9gBDgGHAdOAOcy60FGaNMW4AHXAeuBdcBHEIcvCtTWGWRAHAUOAPuB0UBtlaiDDqAP2AUMApPKHDRa+oy2EgEwD9gE7EZew9pOr8dzRuMmo7lESqwA7gNOoe9cV54y2ld4t0oLYCOwD6ii78i0rJq+bPRqoYLiM8Dz6DstFJ8HtnqzVoHQBxxC30FZ8ZDpc8vjBuT1qO0QLT5mbNBy6AS2AxPoO0GbE8YWnaksmiP0Irtq2oaPjSco+ESxA9kwKcLMPhSrxkaF21BaAwygb+C8cMDYrBC4Czls0TZq3jhubJdbtAM/pXzlp2EV2GFsmStcATyMvgGLwkeMTXOBRbTWpk5WPES4Y25vWAy8jL6xisqXjY2jRA8SQaNtpKJzxNg6KiwFhtA3Tqtw2Ng8CiykfO1rcNDYXhVdwEH0jdGqPGh8oIJ2YG8TgSXDcy9K+wQ7E4gtGYY7m/jKO+6k3OGLiVXjk0ywhnJvP0ZeANY28JsXdFCe6sXMARyPkl0nDzuAzzn+TYnscC1wJfBkiB/vpfzu54FVHCKLbO8GdgIv0KIBjDnEMHAzctm1IWw/AT8GPptGUca4gNzo/QdymfNV5MbvJHC1oq6s8D7k9vNfmj1o8wZYCbxE3HfdXgL+DDwDHAFON3i2C5ktr0delX3A5aEFKuAd4CYk2DQVHkX/uzYXx5CIo5tS9m8+8CXgcAR98s19KW3DbRF0YibPA99DZru+8SnguQj66JO3pTFIbAc9v0cSQoREBbgH+I9yX33xUFJDbI1AfI1vAp9P2pGEWAo87UF7DEx0IfVIBMInkZn8qiQd8IB24BcWGmPnEdeO90YgehLZ2gz9yrfBD9C3RVr2unQ4hpn/EBFEvEzDdvRtkoaP2nZ0OfpbvmeJb9exDfgD+o5Myiri26a4LwKht9sIVUBtS1zbmUm5vVkHL0Py3mmKfKCZyAZoAzYAP0Fy+L2O3L+fMP+9H9k82kDyHIlrkD12bWcm4Sji47rYrCzwNZJt8NTW7i6h6UPmbyoJ2rs3Yf9i4JZGHdutLO4LjcTVwTKgP0Wb/eY3XNAF/CtlX7W4u16nOtBNwvh33F/LvciEMW3bZ5HPggu+7aFdDZ6jTtRQn7KwrzY1+Wy9PnMMTQCfdmj/SqaOmPPGOTOUaYZ5v8VU5m4brEIOhXzrGMdt1/GhQPYIzTnDyDUTL//Rwtg1tJPum9+M/dgHyqzPwDYhODizI4uVBblM/u7JQM+XLbW0kd9TwyXTO7JNWcz1DgbP4hbyEPYT0kcytJNPboOpNfAtlp0NgdeQJZUNNpDNFvEN2K8KngspJCBugakB8HFFIS4xaw03MTzDtq3jQVWEw8dABkAb6ePq0mDE4dl1wVTMxicsn3PRHxNuBtoqSLoRlyWYb4w5PHtjMBWzsdLyuTeCqgiHq4CeChlcKGyCcYdnFwRTkbyt80FVhMXa2htAE0WoXJZX9MQwAFw+P1nW7bNta35QFWHRUwE+qCyi2+HZoWAqZsN2dZLlZ8k3eirA+5VFuKzrs1xz27aV56pg3RX0Ay9tZ9sgJVaywuOWz2mFrPvAQtAPAZvEPiAjy61g20ihGCKok/J0hThq1dhuu04C94cUYnA/EpzaDBXkRDCv6II4Ej497CC6nbC1BQ9jfxx8awa2CclxIhAxCbwNXGNpdJAK4SEG7rj5bVv8NpA9sqS6gBq/6WB4kAhm3yFhmx3av4YwUUmZD4AYPgGTyMTLNWvZZk/6x3FzPsD3PfVbk+MghxnaQmr8iosHDFaTLrvHYdxe+yDlW15P2dcY+AbEsQys8Qxuc4EaahdDhh3aGib5xRCAnzm0FStPA7wYgZDp/I2DE2aigiwpdwDPMvtq2LPm/20gueOnI++D4EWApyIQMpN3OzhBG3keBE9VkKjW2PBr4MPaIizxXRTStXvCWAX4p7aKOTAf2YuPpi5OE+R1EJysACe1VdTBUuCvWCY1iAB5HAQnQZIxaH+LGnEUE8GaE+RpTnA7yEmctpBmvAh8g/yEj+VlECwDMWpetjQfJ77cQfUQ+yA4z7R/UAciEGTLCSQFjO9AlnYkVt4nYh4E+6cLfTACQa58C9k0+iTpNnUWA99BziLeQ3YHfSLWQfDgdJHal0PT8lXgd8AXkVtOjdK/X48kSLgX+Bvi9Om/1SqDYNt0gUsiEOSTVeTC6THksGcAeAV5a9j8fSsMgkuuh4NugogYWeRBMCtBBMCuCITFxqIOgl1zCdNOEhUrQwwC7Un3nEmitNPExUzfg6AdqXGk0Ze6aeIA9iiJygN9D4LVSGGnrPuxp5GoLQqC8kTfg0AjFqNh5pMYkkXHTp+D4EcZax9lRvm/mTto79LkFVGCCrID6WMQnPHwGy7Yg3x2GiKGghF5oI83wQ8z1FvF4SbzvgyF5ZlpB0GWdna6Wd2bobC8M+kguI5sC0/0ugqMpWxcHphkEOzOUJ9z2TiAOzIUWAS+B3zd0rbfyljbHZa6LkEbcDRjoUXgQ0j59rnQDfwyYz1HaRBK1yzGrg94sskzJWbjTSRzyEFkqbcIyTy6Fbg6Yy2bSOnDckWQXzYtH28TZbsKuUM2r9mDJaLCO0iM47FGD9ncxx9DrkPnORdOK2InFpVYbOPsaxUz8xKS3eoYRv71X2z2oG007UXga8h3pUTcmER81dT54JaS5SSSvEGzukiJ5vg58KtQP96BRNhqz25Lzs0BGofEe8Fa4kksVXKKF8iw9sOdlEfGsfGuhh4LAM1KoyUvpUpegnZgbwKxJf1yL+75Fb2hC9nv1jZCq/Kg8YEqFlJeK9PgMfRrPfwfS3FL0lgyHV8hwgRay5AiitrGKTpHsC+wkTkWU34OQnKQOa51x4ZFQD/6xioa+41tc4EryG9Z9Rj5J2PTXKEdScysbby8cweK63wfuJvy7CAJx8lX0uyG+BASUKJt1LzwBSTZVaFwOfAA5SFSI1aNjYIf6WriVrIp/pg3DhnbtAQ6ge34rfqVV04ghSpjKOCZOW4EnkDfCVp8ArfayYVFH621edRPnUxdrY6tpCsBFzsPmz7mJe29GjYi15qKsGKomr5s9GqhFsEKZIJ0Gn1HunLUaLdOy1KiPuYh6c32EHcyy3NG4xbKu5TB0IFMoHYRx9HzoNHSR4MMnLGiCJORJcA6w48iGThDhUqdRUKxjiBVVg4ApwK1lQmKMADmwgJkfb0aud6+HPgAkqGjG9lq7WAqoPK/yIbM28ht6DGk1OwIcBxx+gnkFV8o/A/xn9urdV0lFgAAAABJRU5ErkJggg==); + background-position: center center; + background-repeat: no-repeat; + opacity: 0; + } + + &:hover { + box-shadow: 0px 1px 3px rgba(0,0,0,0.2); + + &::before { + opacity: 0.8; + } + } + + } + img { + width: 100%; + border: 0; + } + } + +} diff --git a/src/components/panes/NodeInfoPane.vue b/src/components/panes/NodeInfoPane.vue new file mode 100644 index 0000000..8567ffe --- /dev/null +++ b/src/components/panes/NodeInfoPane.vue @@ -0,0 +1,308 @@ + + + + + diff --git a/src/components/panes/NodePlannerPane.scss b/src/components/panes/NodePlannerPane.scss new file mode 100644 index 0000000..992ec0d --- /dev/null +++ b/src/components/panes/NodePlannerPane.scss @@ -0,0 +1,207 @@ +@import "../../common"; + +.pane.node-planner-pane { + + background: #FFF; + overflow: hidden; + z-index: 5000; + + &.pane--is-active { + z-index: 5010; + } + + & .pane--wrapper { + position: relative; + } + + & .pane--header { + //margin-bottom: 2rem; + background: $color-grey-800; + color: $color-text-on-primary; + header { + padding: $menu-padding; + } + + .detail-intro-unit { + i.icon { + display: inline-block; + float: left; + margin: 0.4rem 0 0 0.15rem; + } + } + + p { + padding: 0 $menu-padding; + } + + h1 { + color: $color-text-on-primary; + font-size: 1.25rem; + margin: 0; + line-height: 1.1; + text-transform: uppercase; + margin-top: 0; + + span { + display: block; + } + b { + font-weight: 400; + display: block; + opacity: 0.5; + } + } + + h2 { + opacity: 0.7; + font-weight: normal; + color: opacify( $color-text-on-primary, 0.7 ); + font-size: 0.85rem; + margin: 0; + margin-left: $menu-padding * 3; + margin-top: 0; + } + + } + + .pane--body { + padding-top: $menu-padding; + + ul { + margin: $menu-padding; + padding: 0; + list-style: none; + + li { + margin: 0; + padding: 0; + list-style: none; + } + } + } + + .node-list { + + .contrib { + font-style: normal; + display: inline-block; + border: 2px solid black; + border-radius: 40px; + padding: 0.1rem 0.4rem 0; + color: black; + font-size: 0.9rem; + vertical-align: bottom; + margin-right: 0.2rem; + background: white; + margin-left: -2rem; + text-align: center + } + + li { + clear: both; + margin-bottom: $menu-padding * 0.25; + .contrib { + float: right; + } + button { + float: right; + } + &.is-subnode { + padding-left: $menu-padding * 1; + } + } + + .material-list { + margin: 0 0 0 $menu-padding; + padding: 0; + img { + margin-bottom: 0; + } + li { + color: $color-text-2; + font-size: 0.9; + } + } + } + .material-list { + li { + clear: both; + } + img { + float: left; + margin: 0 0.5rem 0.5rem 0; + width: 16px; + } + h5 { + font-size: 1em; + margin: 0; + padding: 0; + } + p { + margin: 0; + padding: 0; + color: $color-text-3; + } + } + + h3 { + margin: 0 1rem; + padding: 0; + + span { + font-size: 1rem; + color: $color-text-3; + background: #FFF; + margin: 0; + padding: 0 0.5rem 0 0; + } + + &::after { + content: " "; + border-top: 1px solid $color-divider; + width: 95%; + display: block; + height: 1px; + overflow: hidden; + margin-top: -0.75rem; + } + } + + .pane--footer { + flex: 0 0; + padding: $menu-padding; + border-top: 1px solid $color-divider; + + table { + width: 100%; + .total td { + font-weight: bold; + } + + // Display the labels for explorable/worker/total CP + // only when pane is fully expanded + & tr > td:first-child { + display: none; + } + + } + } + + // Display the labels for explorable/worker/total CP + // only when pane is fully expanded + &.pane--is-active .pane--footer table tr > td:first-child { + display: table-cell; + } +} + +/* always present */ +.node-list-item-transition { + transition: all .3s ease; + padding: 0; + opacity: 1; +} +/* .expand-enter defines the starting state for entering */ +/* .expand-leave defines the ending state for leaving */ +.node-list-item-enter, .node-list-item-leave { + opacity: 0; +} diff --git a/src/components/panes/NodePlannerPane.vue b/src/components/panes/NodePlannerPane.vue new file mode 100644 index 0000000..cde4223 --- /dev/null +++ b/src/components/panes/NodePlannerPane.vue @@ -0,0 +1,301 @@ + + + + + diff --git a/src/components/panes/Pane.scss b/src/components/panes/Pane.scss new file mode 100644 index 0000000..3cbacc4 --- /dev/null +++ b/src/components/panes/Pane.scss @@ -0,0 +1,79 @@ +@import "../../common"; + +.pane { + + display: flex; + min-height: 100vh; + max-height: 100vh; + flex-direction: column; + + z-index: 5000; + width: $menu-padding*3.5; + transition: width 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000); // easeOutCirc + + background: #F0F0F0; + box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5); + + &:hover { + width: $menu-padding*4; + } + + z-index: 4999; + + &.pane--is-active { + z-index: 5010; + width: $pane-width; + background: #FFF; + &:hover { + width: $pane-width; + } + } + + & .pane--wrapper { + width: $pane-width; + display: flex; + min-height: 100vh; + max-height: 100vh; + flex-direction: column; + } + + & .pane--header { + overflow: hidden; + flex: 0 0 auto; + + .close { + font-size: 2rem; + font-weight: normal; + float: right; + opacity: 0.8; + cursor: pointer; + + &:hover { + opacity: 1; + } + } + } + & .pane--body { + flex: 1; + overflow-x: hidden; + overflow-y: auto; + + & > .unreleased { + padding: $menu-padding; + margin: 0.5rem; + background: #FFBEB3; + b { + color: $color-red-700; + } + } + } + & .pane--footer { + flex: 0 0; + } + + + + .toolbar { + padding: 0 $menu-padding $menu-padding $menu-padding; + } +} diff --git a/src/components/panes/SeaRegionInfoPane.scss b/src/components/panes/SeaRegionInfoPane.scss new file mode 100644 index 0000000..743f094 --- /dev/null +++ b/src/components/panes/SeaRegionInfoPane.scss @@ -0,0 +1,55 @@ +@import "../../common"; +@import "./Pane"; + +.searegion-info-pane { + .pane--header { + background-color: #00c9ff; + } + + .section-image { + img { + width: 100%; + } + } + + .originnode { + font-size: 0.9rem; + color: $color-text; + margin: 1.5rem 0 1rem; + + dt { + font-weight: bold; + } + dd b { + font-weight: normal; + } + .icon { + float: left; + margin-top: -3px; + margin-right: 2px; + } + } + + p.originnode--button { + margin: 0.5rem 0; + button { + background-color: darken(#1976D2,10%); + + &:hover { + //color: #1976D2; + //border-color: transparentize(#1976D2, 0.6); + } + &:hover { + background-color: #1976D2; + } + + &:focus { + background-color: darken(#1976D2,10%); + } + + &:active { + background-color: lighten(#1976D2,10%); + } + } + } +} diff --git a/src/components/panes/SeaRegionInfoPane.vue b/src/components/panes/SeaRegionInfoPane.vue new file mode 100644 index 0000000..bb27e44 --- /dev/null +++ b/src/components/panes/SeaRegionInfoPane.vue @@ -0,0 +1,101 @@ + + + + + diff --git a/src/components/panes/VillaInfoPane.scss b/src/components/panes/VillaInfoPane.scss new file mode 100644 index 0000000..e3bb062 --- /dev/null +++ b/src/components/panes/VillaInfoPane.scss @@ -0,0 +1,18 @@ +@import "../../common"; +@import "./Pane"; + +.villa-info-pane { + .pane--header { + background-color: #08d7b2; + } + + .section-image { + img { + width: 100%; + } + } + + .notes { + margin-top: 1rem; + } +} diff --git a/src/components/panes/VillaInfoPane.vue b/src/components/panes/VillaInfoPane.vue new file mode 100644 index 0000000..a4ff0d3 --- /dev/null +++ b/src/components/panes/VillaInfoPane.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/src/components/panes/WorldBossInfoPane.scss b/src/components/panes/WorldBossInfoPane.scss new file mode 100644 index 0000000..a9270ac --- /dev/null +++ b/src/components/panes/WorldBossInfoPane.scss @@ -0,0 +1,53 @@ +@import "../../common"; +@import "./Pane"; + +.worldboss-info-pane { + .pane--header { + background-color: #ff0036; + } + + .section-image { + img { + width: 100%; + } + } + + .feature-list { + margin: $menu-padding 0; + padding: 0; + + li { + display: flex; + align-items: center; + align-content:stretch; + cursor: pointer; + + padding: 0.2rem $menu-padding; + + span { + opacity: 0.8; + } + + &:hover { + background: transparentize($color-divider, 0.1); + span { + opacity: 1; + } + } + + &.feature-list--current { + background: $color-divider; + } + + span.icon { + flex: 0; + margin-right: 0.2rem; + } + span.name { + flex-grow: 1; + flex-shrink: 1; + flex-basis: 60%; + } + } + } +} diff --git a/src/components/panes/WorldBossInfoPane.vue b/src/components/panes/WorldBossInfoPane.vue new file mode 100644 index 0000000..77e63ef --- /dev/null +++ b/src/components/panes/WorldBossInfoPane.vue @@ -0,0 +1,98 @@ + + + + + diff --git a/src/components/units/ClockUnit.scss b/src/components/units/ClockUnit.scss new file mode 100644 index 0000000..2e8b650 --- /dev/null +++ b/src/components/units/ClockUnit.scss @@ -0,0 +1,69 @@ +@import "../../common"; + +#clock-unit { + display: flex; + align-items: stretch; + opacity: 0.7; + + sup { + cursor: help; + } + + .time-of-day { + flex: 1 1 45%; + padding: $menu-padding 0 $menu-padding*0.8 $menu-padding; + } + .resets { + flex: 1 1 55%; + padding: $menu-padding 0 $menu-padding*0.8 0; + } + + p { + margin: 0 0 0 0; + padding: 0; + + font-size: 0.9rem; + + &[title] { + cursor: help; + } + } + + // Always show + + .currentTime { + height: auto; + font-size: 1.8rem; + font-weight:bold; + display: block; + } + + .untilNight { + font-size: 1.25rem; + } + .untilDaytime { + font-size: 1.05rem; + } + + &.isDay { + .untilDaytime { + display: none; + } + } + &.isNight { + .untilNight { + display: none; + } + } + + p.untilImperialReset { + opacity: 0.75; + } + + p.soon { + display: block; + b { + color: $color-primary-700; + } + } +} diff --git a/src/components/units/ClockUnit.vue b/src/components/units/ClockUnit.vue new file mode 100644 index 0000000..9b24a85 --- /dev/null +++ b/src/components/units/ClockUnit.vue @@ -0,0 +1,170 @@ + + + + + diff --git a/src/components/units/ExtraLinksUnit.scss b/src/components/units/ExtraLinksUnit.scss new file mode 100644 index 0000000..8aa8c19 --- /dev/null +++ b/src/components/units/ExtraLinksUnit.scss @@ -0,0 +1,61 @@ + +@import "../../common"; + +#extra-links-unit { + + margin-bottom: $menu-padding * 2; + padding: 0 $menu-padding; + display: flex; + + .button { + border: 1px solid rgba(255,255,255,0.2); + margin: 0; + display: inline-block; + padding: $menu-padding/2 $menu-padding; + font-size: 1rem; + font-weight: normal; + color: rgba(255,255,255,0.6); + text-decoration: none; + flex: 1; + white-space: nowrap; + + &:hover { + background: $color-primary-700; + color: #FFF; + i { + opacity: 1; + } + &:hover { + border-color: #FFF !important; + } + } + + &:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + &:last-child { + border-left: 1px solid rgba(255,255,255,0); + margin-left: -1px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } + + i { + background-size: 16px 16px; + display: inline-block; + width: 16px; + height: 16px; + margin-right: 0.75rem; + margin-bottom: -3px; + opacity: 0.8; + } + &.horsecalculator i { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB+klEQVRYheXWvWsUURQF8N+GaCDxAzUGYkBQIvgNoqjNVhrBQsVCtE2jiPoXCBbGUkFs7IKdYGdho40oihHRQuwMWAnaiEEQFHMtZkY3m53s7M5slQPDDO/d+855M++euSx31CKi1xx78D5vsq+HxMN4i1NYhf5WQS0HK8BOPMYY5jGIq1ULWIEtGEnX+Y6PKdmMZNeB/XiWPpcWsBYXcQS7MNo0/w1/UnKopfffeQt2IuA6LmH9EjHrcsaHywg4gfsYKhCbh915E+2qYDvOSQ7UXAkBB3G+5UxEtLvWRMTtiPgZ5bGxef125PWI+FIBcYbpTgRMVkicYT4iRht58s7ABUyX+OZ5qOHKgoFY/C84gwc9IM/wWeKQWFwFe3tMDpsk/4eWAp70mDzDZCsBdyS+/kJip93iR4GYCakJZgK2ptcBvPbfwzvBPPZhR4HYQdzFvzIcSe+HS5TYtYbymiiYU2+s+6G0TrvBXESsjIU+cigiZtvk3Ws8Aze7fPXwDr+axmawDZfxMidvdaZ2tMudZ3gYS1u6iHjUIu9G9gbOdrnzDAMFYqYs7Iqe4lbWD5wsKWC8QMwrSRd1DG8k5a4WERvwVfkOeRyznSb1Sey3ivb8eDdJfdhcATkN/t6pgLG2UcVwFPVOk/rxCR8qEDCA03hewVrLCH8BFPz4IimGi/oAAAAASUVORK5CYII="); + margin-right: 0.5rem; + } + &.tradingtools i { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAlUlEQVRYhe2VQQqAMAwEt37PB/qSvi9eGlExTUWb7aELe0phBgpJEhFUspZ2y8KE1wRC4JZAGPxJIBR+FwiHnwUocBWgwQEgibMIfshWG9b2QEiGEEid6wpQM4SAGNVY89Z3rgA1U2AKTIEpwBbITIGsAt4ZbT23b85xLqV8wQFnCFzgKuCd26814SoQkUd4lIAJB4AdzNFDGhmVhxcAAAAASUVORK5CYII="); + } + } +} diff --git a/src/components/units/ExtraLinksUnit.vue b/src/components/units/ExtraLinksUnit.vue new file mode 100644 index 0000000..4dcc486 --- /dev/null +++ b/src/components/units/ExtraLinksUnit.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/components/units/FiltersAttributionUnit.scss b/src/components/units/FiltersAttributionUnit.scss new file mode 100644 index 0000000..243c350 --- /dev/null +++ b/src/components/units/FiltersAttributionUnit.scss @@ -0,0 +1,20 @@ +@import "../../common"; + +#filters-attribution-unit { + border-bottom: 1px solid $color-divider; + padding: $menu-padding/2 $menu-padding; + font-size: 0.85rem; + + &.empty { + border-top: none; + } + + p { + margin: 0.25rem 0; + color: $color-text-2; + } + + a { + color: $color-text-2; + } +} diff --git a/src/components/units/FiltersAttributionUnit.vue b/src/components/units/FiltersAttributionUnit.vue new file mode 100644 index 0000000..c6c9231 --- /dev/null +++ b/src/components/units/FiltersAttributionUnit.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/components/units/FiltersUnit.scss b/src/components/units/FiltersUnit.scss new file mode 100644 index 0000000..b3ce4c9 --- /dev/null +++ b/src/components/units/FiltersUnit.scss @@ -0,0 +1,219 @@ +@import "../../common"; + +#filters-unit { + + padding: 0; + margin: 0; + + // Condensed font for elephants filter so it fits + span.el { + font-family: "Roboto Condensed"; + } + + // Main Heading + h1 { + display: none; + margin: 0; + padding: $menu-padding; + font-size: 1rem; + background: $color-primary-700; + border-bottom: 4px solid $color-red-900; + color: $color-text-on-primary; + } + + // Filter section headings + h2 { + margin: 0 1rem; + padding: 0; + + span { + font-size: 1rem; + color: $color-text-3; + background: #FFF; + margin: 0; + padding: 0 0.5rem 0 0; + } + + &::after { + content: " "; + border-top: 1px solid $color-divider; + width: 95%; + display: block; + height: 1px; + overflow: hidden; + margin-top: -0.75rem; + } + } + + input { + transform: translateY(2px); + } + + .section-nodes, .section-trading, .section-fishing { + h3 { + display: none; + } + } + + .checkbox-group { + + &.section-gathering { + &:last-child { + margin-bottom: $menu-padding; + } + + &.open { + &:last-child { + margin-bottom: 0; + ul { + margin-bottom: 0; + } + } + } + } + + ul { + margin: 0; + padding: 0 $menu-padding; + display: block; + list-style: none; + + max-height: none; + overflow: hidden; + li:first-child { margin-top: $menu-padding; } + li:last-child { margin-bottom: $menu-padding; } + } + li { + font-size: 0.9rem; + } + } + + .section-nodes { + h2 { + display: none; + } + // For the top 2 checkboxes (nodes and resource nodes), + // + .checkbox-group { + padding-top: $menu-padding; + + &.main-filters { + li { + float: left; + width: 50%; + display: block; + margin-top: 0; + } + li:nth-child(2n+1) { + clear: left; + } + li:nth-child(1),li:nth-child(2) { + width: auto; + float: none; + } + li:nth-child(2) { + padding-left: 0.5rem; + padding-bottom: 1rem; + margin-bottom: 1rem; + border-bottom: 1px solid $color-divider; + } + } + } + } + + .section-custom { + ul { + margin-top: -1em; + } + } + + .section-gathering { + + h2 { + border-top: 1px solid $color-divider; + padding-top: 0.5rem; + + &::after { + display: none; + } + } + + b.cancel { + float: right; + margin-right: 0.5rem; + font-size: 1.5rem; + line-height: 1em; + color: $color-text-4; + cursor: pointer; + + &:hover { + color: $color-text-2; + } + } + + .ui-button { + margin: 0 $menu-padding; + } + .ui-button.ui-button--negative { + border: 1px solid $color-divider; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom: none; + background: #FFF; + color: $color-text; + } + + .gatheringfilters { + margin: -1px $menu-padding $menu-padding; + border: 1px solid $color-divider; + border-radius: 0 4px 4px 4px; + padding-top: $menu-padding/2; + padding-bottom: $menu-padding/2; + } + + .checkbox-group { + + h3 { + position: relative; + margin: 0 $menu-padding 2px; + font-size: 0.9rem; + padding-left: 0.8rem; + cursor: pointer; + + &::before { + content: "▶"; + font-size: 0.6rem; + color: $color-text-2; + margin-right: 4px; + position: absolute; + top: 3px; + left: 0; + } + } + + ul { + background: $color-grey-100; + height: 0; + margin-bottom: 0; + list-style: none; + li { + list-style: none; + } + } + + // When the group is toggled open + &.open { + h3 { + &::before { + transform: rotate(90deg); + } + } + ul { + height: auto; + margin-bottom: $menu-padding/2; + } + } + } + } + +} diff --git a/src/components/units/FiltersUnit.vue b/src/components/units/FiltersUnit.vue new file mode 100644 index 0000000..5c4a55c --- /dev/null +++ b/src/components/units/FiltersUnit.vue @@ -0,0 +1,260 @@ + + + + + diff --git a/src/components/units/InfoUnit.scss b/src/components/units/InfoUnit.scss new file mode 100644 index 0000000..801cbf1 --- /dev/null +++ b/src/components/units/InfoUnit.scss @@ -0,0 +1,191 @@ +/* +@import "../../common"; + +#info-unit { + background: #FFF; + // border-top: 2px solid $color-primary-700; + box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5); + + padding: 0 0 $menu-padding/2; + margin: 0; + + flex: 1; + flex-flow: column; + display: flex; + + // Main Heading + h1 { + margin: 0; + padding: $menu-padding; + font-size: 1rem; + background: $color-primary-700; + border-bottom: 4px solid $color-red-900; + color: $color-text-on-primary; + + i { + margin-bottom: -9px; + margin-right: 4px; + } + } + + header { + flex: 0; + } + .panel-body { + flex: 1; + overflow-y: scroll; + } + + p.requirement { + color: $color-red-900; + background-color: $color-red-50; + padding: $menu-padding; + margin: 0 0 $menu-padding; + } + + dl { + + font-size: 0.85rem; + padding: 0 $menu-padding; + display: flex; + flex-wrap: wrap; + list-style: none; + + dt, dd { + list-style: none; + flex-wrap: wrap; + padding: 0; + margin: 0; + } + dt { + flex: 1 0 35%; + } + dd { + flex: 1 0 65%; + } + } + + h3 { + margin: 0 1rem; + padding: 0; + + span { + font-size: 1rem; + color: $color-text-3; + background: #FFF; + margin: 0; + padding: 0 0.5rem 0 0; + } + + &::after { + content: " "; + border-top: 1px solid $color-divider; + width: 95%; + display: block; + height: 1px; + overflow: hidden; + margin-top: -0.75rem; + } + } + + ul { + list-style: none; + margin: 0 $menu-padding; + padding: $menu-padding 0; + + li { + list-style: none; + margin: 0; + padding: 2px 0 0; + + &.list-item-node { + font-size: 0.9rem; + margin-bottom: 0.25rem; + + h4 { + margin: 0; + font-size: 1rem; + .icon { margin-bottom: -4px; margin-right: 0.5rem; } + } + + span { + color: $color-text-3; + font-size: 0.8rem; + display: block; + padding-left: 2rem; + } + + .requirement { + color: $color-primary; + } + + ul { + margin: 0; + padding: 0.5rem 0 0.5rem 2rem; + list-style: none; + } + + li { + margin: 0 0 0.25rem; + padding: 0; + } + + .primary { + color: $color-grey-800; + } + .secondary { + color: $color-grey-600; + } + } + } + + img { + height: 22px; + width: 22px; + margin-bottom: -8px; + } + } + .traders { + padding-left: 2rem; + + h2 { + margin: 0; + font-size: 1rem; + font-weight: 400; + position: relative; + + i { + position: absolute; + left: -2rem; + } + + strong { + font-weight: bold; + } + + } + & > li > span { + color: $color-text-3; + font-size: 0.8rem; + display: block; + } + + ul { + margin: 0 0 1rem; + padding: 0; + + li { + margin: 0.5rem 0; + padding: 0; + } + } + } + + .notes { + font-size: 0.9; + color: $color-text; + margin: 0 1rem; + border-top: 1px solid $color-divider; + } +} +*/ diff --git a/src/components/units/InfoUnit.vue b/src/components/units/InfoUnit.vue new file mode 100644 index 0000000..3c582e4 --- /dev/null +++ b/src/components/units/InfoUnit.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/src/components/units/NodeDistanceUnit.scss b/src/components/units/NodeDistanceUnit.scss new file mode 100644 index 0000000..b28b6a7 --- /dev/null +++ b/src/components/units/NodeDistanceUnit.scss @@ -0,0 +1,98 @@ +@import "../../common"; + +.node-distance-unit { + + fieldset { + padding: $menu-padding; + margin: $menu-padding; + -webkit-padding-start: inherit; + -webkit-padding-after: inherit; + -webkit-padding-before: inherit; + -webkit-padding-end: inherit; + display: block; + min-width: auto; + border: none; + max-width: 100%; + } + + select { + max-width:100%; + } + + p { + padding: $menu-padding; + background: $color-grey-100; + color: $color-text-2; + strong { + display: inline-block; + border: 2px solid black; + border-radius: 40px; + padding: 0.1rem 0.4rem; + color: black; + background: white; + } + } + + ul { + margin: 0 0 $menu-padding $menu-padding*2; + padding: 0; + border-left: 3px solid black; + position: relative; + + li { + display: flex; + align-items: flex-start; + align-content:stretch; + cursor: pointer; + padding: 0.2rem $menu-padding; + + &:first-child { + top: -5px; + position: relative; + margin-bottom: -5px; + font-weight: bold; + } + &:last-child { + bottom: -5px; + position: relative; + margin-top: -5px; + font-weight: bold; + } + &:hover { + span.name { + color: $color-text; + } + } + } + + b.contrib { + display: inline-block; + border: 2px solid black; + border-radius: 40px; + padding: 0.1rem 0.4rem; + color: black; + font-size: 0.9rem; + vertical-align: bottom; + margin-right: 0.2rem; + background: white; + margin-left: -2rem; + text-align: center + } + i.icon { + flex: 0 0 16px; + margin-right: 0.2rem; + margin-left: 0.2rem; + } + span.name { + flex-grow: 1; + flex-shrink: 1; + flex-basis: 60%; + color: $color-text-2; + } + em.unreleased { + display: block; + color: $color-red-900; + opacity: 0.6; + } + } +} diff --git a/src/components/units/NodeDistanceUnit.vue b/src/components/units/NodeDistanceUnit.vue new file mode 100644 index 0000000..841314a --- /dev/null +++ b/src/components/units/NodeDistanceUnit.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/src/components/units/SearchUnit.scss b/src/components/units/SearchUnit.scss new file mode 100644 index 0000000..7073780 --- /dev/null +++ b/src/components/units/SearchUnit.scss @@ -0,0 +1,173 @@ +@import "../../common"; +@import "../../MapIcons"; + +#search-unit { + background: #FFF; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); + + padding: 0; + margin: 0; + z-index: 40000; + + position: absolute; + margin-top: $menu-padding * -1; + left: $menu-padding; + right: $menu-padding; + + .searchfield { + position: relative; + display: block; + border-bottom: 1px solid $color-divider; + + input { + padding: 0.5rem 1rem; + font-size: 1.25rem; + display: flex; + flex-grow: 1; + background: none; + width: 100%; + } + .search-hint { + color: $color-text-3; + border: 1px solid #FFF; + } + .search-field { + position: absolute; + top: 0; + border: 1px solid #FFF; + outline-width: 0; + &:focus { outline-width: 0; } + } + + .cancel { + position: absolute; + right: 0.5rem; + top: 0; + z-index: 40000; + font-size: 2rem; + cursor: pointer; + } + + &.has-item { + input { + padding-left: 2.6rem; + } + } + + .icon { + width: 22px; + height: 22px; + border: 1px solid #333; + background: #333; + + position: absolute; + top: 5px; + left: 5px; + } + span.icon { + @include map-icon-city(); + } + } + + ul { + background: $color-grey-200; + + list-style: none; + margin: 0; + padding: 0; + max-height: 27rem; + overflow-y: auto; + + li { + list-style: none; + margin: 0; + padding: $menu-padding/2 $menu-padding; + border-bottom: 1px solid $color-divider; + + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: flex-start; + align-content: stretch; + align-items: flex-start; + + cursor: pointer; + + &:hover { + background-color: $color-grey-200; + } + + &.selected { + background-color: #B3E5FC; + } + + & > .icon-holder { + width: 22px; + height: 22px; + + order: 0; + flex: 0 1 auto; + align-self: auto; + margin-top: 4px; + text-align: center; + + img { + width: 22px; + height: 22px; + } + + img.icon-fishinghotspots { + width: 16px; + height: auto; + margin-top: 2px; + } + } + & > img.icon { + border: 1px solid #333; + background: #333; + } + & > span.icon { + @include map-icon-city(); + background-size: contain; + background-repeat: no-repeat; + background-position: center center; + } + + &>div { + padding-left: $menu-padding; + display: block; + order: 0; + flex: 1 1 auto; + align-self: auto; + justify-content: flex-between; + + font-size: 0.9rem; + } + + & >div> h4 { + margin: 0; + padding: 0; + } + + & >div> span { + display: block; + color: $color-text-3; + } + + // Icons + & >div i.icon { + position: relative; + top: 4px; + margin-right: 4px; + } + + &.type-tradepack >div> span:first-of-type { + color: $color-text; + i { + color: $color-text-4; + } + } + + } + } +} diff --git a/src/components/units/SearchUnit.vue b/src/components/units/SearchUnit.vue new file mode 100644 index 0000000..4e1eee7 --- /dev/null +++ b/src/components/units/SearchUnit.vue @@ -0,0 +1,402 @@ + + + + + diff --git a/src/components/units/ShareFiltersUnit.scss b/src/components/units/ShareFiltersUnit.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/components/units/SiteMessageUnit.scss b/src/components/units/SiteMessageUnit.scss new file mode 100644 index 0000000..79f0262 --- /dev/null +++ b/src/components/units/SiteMessageUnit.scss @@ -0,0 +1,66 @@ +@import "../../common"; + +#site-message-unit { + background: $color-message-background; + color: $color-message-text; + padding: $menu-padding; + font-size: 0.875rem; + padding-top: $menu-padding*3; + margin-bottom: -2rem; + padding-bottom: $menu-padding*3; + + &.takeover { + .message-wrapper { + background: $color-message-background; + position:fixed; + top: 3em; + left: 50%; + margin-left: -300px; + width: 600px; + z-index: 99999999999; + font-size: 1.5em; + border: 4px solid rgba(255,255,255,5.5); + border-radius: 6px; + color: #FFF; + padding: 2em 1em; + } + } + + &.hidden { + padding-top: 0; + margin-bottom: -1.5rem; + .message-wrapper { + display: none; + } + } + + a { + color: $color-message-text-link; + } + + p:first-child { + margin-top: 0; + } + p:last-child { + margin-bottom: 0; + } + ul { + padding-left: 1.2rem; + } + + button.hide { + float: right; + font-size: 1.8rem; + line-height: 1rem; + margin: 0 $menu-padding/2 $menu-padding $menu-padding; + background: none; + border: none; + color: #FFF; + padding: 0; + opacity: 0.4; + + &:hover { + opacity: 0.8; + } + } +} \ No newline at end of file diff --git a/src/components/units/SiteMessageUnit.vue b/src/components/units/SiteMessageUnit.vue new file mode 100644 index 0000000..8a52ee0 --- /dev/null +++ b/src/components/units/SiteMessageUnit.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/src/components/units/TwitchFeatureUnit.scss b/src/components/units/TwitchFeatureUnit.scss new file mode 100644 index 0000000..34eeeaa --- /dev/null +++ b/src/components/units/TwitchFeatureUnit.scss @@ -0,0 +1,152 @@ +@import "../../common"; + +#twitch-feature-unit { + + .has-space { + border-top: 1px solid $color-divider; + } + + .no-space-available { + display: none; + } + + article { + font-size: 12px; + background: #FFF; + padding: 1rem; + + &.nostream { + display: none; + } + } + + .hidden .stream-header .hide { + float: none; + text-align: center; + display: block; + margin-bottom: $menu-padding * -0.5; + } + + .stream-header { + margin-bottom: 0.25rem; + + .hide { + float: right; + cursor: pointer; + opacity: 0.6; + + i { + font-style: normal; + opacity: 0.7; + } + + &:hover { + opacity: 1; + } + } + + b { + color: #4A148C; + + &:before { + content: " "; + width: 16px; + height: 16px; + background-size: 16px 16px; + display: inline-block; + margin-bottom: -4px; + margin-right: 3px; + text-shadow: 0 1px 1px rgba(0,0,0,1); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAJpJREFUeNpi/P//PyMDAwNDqtOyfwxkACao5hgGMgELlF4EE5i9L4oojalOyxAuoATgNeDw1jtwm5DZRBtAsQvoYgALPklbbxUGW28VDDbFLtiy+Ar5BmxZfIVh4/xLMK4aC64EgpyosEUfAwOD2ux9UXeYiE1x2DQT9AIhzQwMDAyMsNyIphE9ZwbM3he1idx0gFMzAwMDA2AA2Ic1AiHue2oAAAAASUVORK5CYII="); + } + } + } + + .stream { + display: block; + position: relative; + cursor: pointer; + + &:hover { + outline: 2px solid #4A148C; + } + + .preview { + width: 100%; + margin: 0; + padding: 0; + display: block; + } + + h4 { + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + color: #455A64; + } + + h3 { + font-size: 1rem; + color: #FFF; + margin: 0; + + &:abefore { + display: inline-block; + content: "●"; + color: #8BC34A; + text-shadow: 0 0 6px #8BC34A; + margin-right: 0.25rem; + } + } + + h4 { + margin: 0px; + color: rgba(255,255,255,0.7); + height: 1.5rem; + white-space: nowrap; + width: 100%; + } + + .info { + color: rgba(255,255,255,0.85); + background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.7) 100%); + position: absolute; + left: 0; + right: 0; + top: 0; + padding: 0.5rem 0.5rem 0.25rem; + } + + .channel-logo { + width: 2rem; + margin-right: 0.5rem; + float: left; + display: none; + } + + .followers { + display: none; + } + + .viewers { + position: absolute; + bottom: 0.25rem; + right: 0.5rem; + color: #FFF; + font-weight: bold; + opacity: 1; + + &:before { + content: " "; + width: 20px; + height: 20px; + background-size: 20px 20px; + display: inline-block; + margin-bottom: -5px; + margin-right: 2px; + text-shadow: 0 1px 1px rgba(0,0,0,1); + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABVZJREFUeNrs3f1x4jgYx3E7DYQOQgdLB6ED0oHTAemAXAXQAdkK4qsArgK4CsJVYFKBz1rEwO1lF/lNzyP5+5nx7P6RGYz8Q2+W7CQBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAnFKK4P/Ksny0/51Ux+gXf3asjv2PQkzTvyg1gnUdoIfqn6kN0ORGkG45B+18bKvA/UOwhhGkexukJ/vvuOePPJiAVUdug/ZJsOIK09PVISk/H0MKWXT9pOpYV0dR6mTObcaVCqR2qo6sOj7KcJhzndualaZQYSf8uTpeWnS+pR1tM/k65E6/mkDZJiU2a/tjgUCTtyzjF2zA0tACZZu7kJu8Jt7Mdw5pJJkGFKrM9D88zD1p7oOtqnD9QbC6CdQ3U6DJaUITp0nXZ+23kVLFgbq3NdSL0MXbJpfbM8beNEVX9xFNzTlJLreEfMtt88gIskaoHgXmogo7IPjWcHQ6FzrnOYlxG+29C1ycrMu+oEDANkxP6Kqlln3NeNsarKD2GtacVHHVV+p14FEdO2ovgRGfQMHvmvSjWv5wNgI/nNlQQ5UJrDzYSd3sFbr1tI7t5vatX7BEIReShWy/907ge3utoaUK90GocEsNhWvDVQj9qGaxhmomuOhu3jAEma1dN1fnvrFTIvMmnWQ7+pWyjC1Uc8HC3PXcVG/q1obCS302UfS7FKyXeqxxrm0GFIsAmsTw+12CndX//Dprhqr1KKzG5y2Ey8bLXF4M81NfmXkMVa1w2YGMBllIodKwM6aocb4iF0vgvqi3Tv1d1yO/5LTcRMPqztzx71Y9fPbKsYOcK6kPXuo0416DZX+leaJnyXDucM6mjzHt4bNNGbisI9sqamyebQ16ryZYNlRvylrlvUth9nmhbv2BXaR3VFRmZqf4totw3UUaqsRxZWWfW+7HjhOoe2VFN+kiXHcxhsqlibEXfeThIt1yUFh+rcN11yJU9z11fH0Ze7pAIQbrXD4j78Gye9ymCWI1bbNRo1VTWH3w3z13gCE0QrTXVq7zXp3A90DD5aMJcumYjxWG6ruK6QaF4Zo6nLOPoX5oweokVJ0FS2O4HIf6fc58Hxz7KJPYQtVpsBSGy2Vg8dbj568cwz+KLVSdB0tZuFyaQ/P8g20Pn310DO1TjKHqJVg/hUvydoXrRXvp6WJ9dhH+EEPlo58jvYTGdfnK0NZjFcGsw1IaLs0rSJeCoYpjO5jwtq86a97b7CSa1yyPglB1Ey6JreZNd+ksa1z4dd1tYEIbTLzuAk8FArYWGDW+1n3EYnl5o8X0i0nMg538zOveT7M16Nbz989rDCiCrr0k9hkOdSf0MhkSuyPY9/OjHoRDtfP8fbNkiAQ69SJPmxEI1Uf0DwJROPT2WugCoXovh/LoIg9DfZVPX7FzeB8eQ7UgSTqaxnXZ3zNIFzR9+gK28NzJXXQVsNL/U5Np+ho0I75HUW2e877wHCjVD1ML4ZUnpt/w6vljj8nlzRS/msw8v5z8qwnUwU94pqHUXgnv0zEOyek1J39qP9HQXiuX2YCNBhgqU2uvQrktE9yre8vLOwtfBxKorW32eBmTx6kJiVUCPu8SPHKlCViXc1IZV5aAdVlDESjlAauzUE/aO01eYJ18Owu+U9rcLcuI39KVDqUWS06rVs0xFjoNM+lqJjbzEOahCFazkD0ll2XHfTrP3G+HEKZBB+uLoJn+zeSno2mNdA7S3obpc6jlOvhg/aZWOzeZ09/URj92etut+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALr8K8AAsNq7YIX938IAAAAASUVORK5CYII="); + } + } + } +} diff --git a/src/components/units/TwitchFeatureUnit.vue b/src/components/units/TwitchFeatureUnit.vue new file mode 100644 index 0000000..f6f62b8 --- /dev/null +++ b/src/components/units/TwitchFeatureUnit.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/src/data.json b/src/data.json new file mode 100644 index 0000000..cc72694 --- /dev/null +++ b/src/data.json @@ -0,0 +1 @@ +{"defaultlayer":{"features":{"drieghan-border-1":{"geometry":{"coordinates":[{"fmt":"kr","x":-290186,"y":-402346},{"fmt":"kr","x":-147209,"y":-266440},{"fmt":"kr","x":-17102,"y":-200821},{"fmt":"kr","x":130542,"y":-148212},{"fmt":"kr","x":169009,"y":-209306}],"type":"LineString"},"id":"drieghan-border-1","properties":{"name":"","style":{"clickable":false,"color":"#d32f2f","dashArray":"7","interactive":false,"opacity":0.8,"weight":4}},"type":"Feature"},"drieghan-border-1-label-1":{"geometry":{"coordinates":{"fmt":"kr","x":-48639,"y":-228256},"type":"Point"},"id":"drieghan-border-1-label-1","properties":{"label":"Drieghan","labelrotation":-26},"type":"Feature"},"kamasylvia-border-1":{"geometry":{"coordinates":[{"fmt":"kr","x":-422875,"y":-264500},{"fmt":"kr","x":-173275,"y":-305300}],"type":"LineString"},"id":"kamasylvia-border-1","properties":{"hidden":true,"name":"","style":{"clickable":false,"color":"#d32f2f","dashArray":"7","interactive":false,"opacity":0.8,"weight":4}},"type":"Feature"},"kamasylvia-border-1-label-1":{"geometry":{"coordinates":{"fmt":"kr","x":-356700,"y":-282500},"type":"Point"},"id":"kamasylvia-border-1-label-1","properties":{"hidden":true,"label":"Kamasylvia Part 1","labelrotation":8},"type":"Feature"},"kamasylvia-border-2":{"geometry":{"coordinates":[{"fmt":"kr","x":-428475,"y":-525300},{"fmt":"kr","x":-475000,"y":-364586},{"fmt":"kr","x":-434075,"y":-249300},{"fmt":"kr","x":-437275,"y":-103700},{"fmt":"kr","x":-525275,"y":-84500}],"type":"LineString"},"id":"kamasylvia-border-2","properties":{"hidden":true,"name":"","style":{"clickable":false,"color":"#d32f2f","dashArray":"7","interactive":false,"opacity":0.8,"weight":4}},"type":"Feature"},"kamasylvia-border-2-label-1":{"geometry":{"coordinates":{"fmt":"kr","x":-519100,"y":-300100},"type":"Point"},"id":"kamasylvia-border-2-label-1","properties":{"hidden":true,"label":"Kamasylvia Part 2"},"type":"Feature"},"odyllita-border-1":{"geometry":{"coordinates":[{"fmt":"kr","x":-410700,"y":-566100},{"fmt":"kr","x":-309100,"y":-426900},{"fmt":"kr","x":-248500,"y":-415100},{"fmt":"kr","x":-89500,"y":-498700}],"type":"LineString"},"id":"odyllita-border-1","properties":{"name":"","style":{"clickable":false,"color":"#d32f2f","dashArray":"7","interactive":false,"opacity":0.8,"weight":4}},"type":"Feature"},"odyllita-border-1-label-1":{"geometry":{"coordinates":{"fmt":"kr","x":-345900,"y":-493300},"type":"Point"},"id":"odyllita-border-1-label-1","properties":{"label":"O'dyllita","labelrotation":-52},"type":"Feature"},"stars-end-border-1":{"geometry":{"coordinates":[{"fmt":"kr","x":-543189,"y":-123322},{"fmt":"kr","x":-432315,"y":-132938},{"fmt":"kr","x":-371786,"y":-16973}],"type":"LineString"},"id":"stars-end-border-1","properties":{"name":"","style":{"clickable":false,"color":"#d32f2f","dashArray":"7","interactive":false,"opacity":0.8,"weight":4}},"type":"Feature"},"stars-end-border-1-label-1":{"geometry":{"coordinates":{"fmt":"kr","x":-411384,"y":-73541},"type":"Point"},"id":"stars-end-border-1-label-1","properties":{"label":"Star's End","labelrotation":-65},"type":"Feature"}},"type":"FeatureCollection"},"layers":{"bluewhales":{"features":{"balenos-whale":{"geometry":{"coordinates":[[[31768.9,322608],[26311.6,326979],[20666.9,331015],[13687.4,334592],[6249.4,338179],[-3948.59,345390],[-7378.65,352594],[-16906,357434],[-26581.6,357252],[-33702.4,357420],[-40398.1,360158],[-48658.8,359817],[-59980,357089],[-67883.4,350195],[-73833.5,338952],[-75884.2,329719],[-75610.4,319211],[-73687.6,310165],[-66572.8,299711],[-61051.4,295274],[-53809.8,289652],[-46475.7,282344],[-41988,275235],[-34020.8,266667],[-27357.3,262103],[-20071.9,258718],[-10730.4,257042],[-2199.71,257491],[8258.38,261562],[18067.6,266408],[23275,270484],[28565.8,275926],[32318.5,283625],[35877.4,289276],[41410.4,294389],[44736.3,299974],[46682.4,306360],[42952.8,312484],[38046,317120],[31768.9,322608]],[[-40398.1,360158],[-42836.5,363266],[-43116.9,366669]],[[-67883.4,350195],[-73756.8,343720],[-76256.9,341763]],[[-75610.4,319211],[-77897.8,330034],[-79631.7,335208]],[[-73687.6,310165],[-67690.1,299611],[-67948.1,296822]],[[-53809.8,289652],[-59849.5,291465],[-64921.1,291644]],[[28565.8,275926],[32334.3,275695],[35771.9,274604],[40428.3,272183],[43840.2,271368],[47747.7,271693]],[[32318.5,283625],[33097.1,280727],[34257.5,277458]],[[26304.7,390916],[21861.8,389108],[18116.5,385914],[15088.4,383153],[11864.6,381074],[8275.39,380383],[3464.81,379614],[-3119.8,378565],[-10834.2,377808],[-17102,379277],[-20739.7,383387],[-22855,390210],[-23223,394155],[-23244.5,399674],[-23399.1,404689],[-23218.3,410948],[-21765.7,416667],[-19762,422479],[-19053.8,426948],[-19527.9,433185],[-18178.7,439850],[-14511,444940],[-8418.95,447002],[-1142.48,446283],[3794.09,445734],[8528.42,445702],[12629,446015],[16867.3,446199],[20930.1,449635],[23910.5,454002],[28051.4,457376],[33917.7,458486],[39363.7,457506],[44829.6,453997],[51614.1,450595],[57688.4,448922],[64569.5,448843],[71536,447577],[76311.6,445705],[81429.5,443085],[89166.4,438497],[94957,435333],[101871,434460],[105891,431625],[111690,425748],[116106,419805],[118019,414180],[118485,408203],[118709,401288],[117762,394859],[113710,387879],[107540,384095],[100065,379830],[93976.2,377361],[87069.9,377044],[79931.2,379127],[72452.9,381604],[63836.2,384156],[58562.4,388228],[53746.5,391757],[43834.4,392617],[36839.5,392088],[31664.6,391858],[26304.7,390916]],[[-17102,379277],[-22662.8,380847],[-26204.9,380913]],[[-23223,394155],[-29241.1,386875],[-31303.3,382625]],[[-23218.3,410948],[-29796.5,422202],[-29146.4,414726]],[[-19527.9,433185],[-22308.6,430700],[-25402.5,428862]],[[79931.2,379127],[78261.1,378771],[77069.8,377827],[76375.1,376222]],[[72452.9,381604],[74370.1,379226],[74968.7,377389],[75709.9,374366],[76375.1,376222],[77069.8,377827]],[[-87493.4,459316],[-92690.7,459626],[-97301.8,460288],[-102029,459361],[-107346,458603],[-115074,459914],[-121119,460320],[-128556,461162],[-135052,462875],[-141597,461784],[-145647,457095],[-147342,450878],[-150366,442061],[-150523,434871],[-148561,426255],[-148940,420118],[-149466,413166],[-149035,405383],[-145769,398175],[-142638,389624],[-140333,383501],[-137710,378310],[-135340,374578],[-130695,369115],[-125162,364703],[-117962,359070],[-112227,355764],[-103598,354944],[-96643.2,353983],[-88555.5,354139],[-82025.6,354098],[-74753,355354],[-69051.5,356920],[-61808,359060],[-54030.5,363583],[-49033.6,365596],[-44325.5,368317],[-41185.7,370018],[-38061.4,372114],[-35407.7,374620],[-33260.6,377773],[-31303.3,382625],[-29241.1,386875],[-28991,390862],[-28747.5,395392],[-28690.7,400048],[-29189.2,405525],[-29088,409852],[-29146.4,414726],[-29796.5,422202],[-34075.1,430897],[-37693.6,438819],[-38825.9,444373],[-41227.5,448941],[-46285,452014],[-51220.1,454145],[-57633.1,454729],[-64387.6,455095],[-72039.4,457412],[-79764.2,458984],[-87493.4,459316]],[[-140333,383501],[-141278,374261],[-141479,366797]],[[-130695,369115],[-134458,369294],[-137502,368399],[-139829,366757]],[[-103598,354944],[-96742.1,350445],[-91784.6,346778],[-88054.9,344494],[-84458.4,342155],[-82023.7,338947],[-79631.7,335208],[-77897.8,330034]],[[-41185.7,370018],[-43116.9,366669],[-42836.5,363266]],[[-33260.6,377773],[-29945.6,379969],[-26204.9,380913],[-22662.8,380847]],[[-34075.1,430897],[-29311,428434],[-25402.5,428862],[-22308.6,430700]],[[-84458.4,342155],[-79597.8,340897],[-76256.9,341763],[-73756.8,343720]],[[-95824.3,296893],[-95024.4,301342],[-96001.5,307059],[-97775.3,311485],[-99949.3,314816],[-102283,318615],[-106214,323884],[-111105,329058],[-117511,333624],[-125648,338642],[-132528,341848],[-136777,343938],[-145092,342794],[-156587,338688],[-164912,337288],[-170748,334319],[-176361,331992],[-182564,328536],[-187664,325569],[-192157,323586],[-196954,321368],[-202214,316436],[-205803,309736],[-209460,303529],[-211064,297711],[-210749,291246],[-209769,285505],[-206837,280715],[-202865,275357],[-198833,272804],[-192562,271919],[-187203,270545],[-180423,270634],[-173044,270937],[-167943,272829],[-161979,278315],[-156021,281074],[-146940,280845],[-139851,276336],[-132580,274819],[-125215,275278],[-118260,276009],[-111929,279233],[-107497,281440],[-102191,284309],[-99517.2,287665],[-97596.4,292289],[-95824.3,296893]],[[-136777,343938],[-140343,347169],[-141853,350380],[-141891,355358],[-141635,362012],[-141479,366797],[-141278,374261]],[[-156587,338688],[-149793,341724],[-145585,344088]],[[-99517.2,287665],[-93406.2,288871],[-87973.9,289146],[-80550.2,291545],[-72394.5,292554],[-64921.1,291644],[-59849.5,291465]],[[-95024.4,301342],[-94252.3,295777],[-91257.9,291982]],[[-87973.9,289146],[-91257.9,291982],[-94252.3,295777]],[[-72394.5,292554],[-69249,294333],[-67948.1,296822],[-67690.1,299611]],[[-141853,350380],[-143112,347394],[-145585,344088],[-149793,341724]],[[-141635,362012],[-139829,366757],[-137502,368399]],[[58231.9,230473],[59155.7,226082],[60804,220556],[63183.6,213950],[66616.5,210965],[70097.3,207166],[76144.6,204918],[81515.9,204255],[88433.8,203891],[95444.8,204368],[100713,207543],[107184,213165],[112001,215840],[116735,218667],[120098,225217],[120473,232288],[117773,236760],[115407,240082],[112131,245717],[108282,251371],[105607,257114],[103407,263102],[100909,269474],[97766.3,276429],[95527.4,285734],[95557.8,291812],[96914.8,297433],[98130.2,304453],[97748.8,314135],[98430.9,319905],[98526.7,325461],[97465.4,332633],[93503,340386],[89456.9,346856],[85453,351036],[79144.6,353871],[71175.9,355234],[66360.3,354863],[61015.6,352382],[55599.9,349015],[51485.6,344613],[48536.8,339566],[46621.7,335048],[45710.3,328539],[45977.8,322360],[48051.1,313754],[50863.6,304276],[52438.5,297867],[53785.9,288607],[53748.6,282284],[53329.8,276821],[53894.1,268922],[55261.1,263793],[57455.2,260008],[59327.1,256727],[59795.4,252600],[59198.3,246124],[58534.9,241984],[57781.8,236864],[58231.9,230473]],[[79144.6,353871],[77582.4,355618],[76278.3,358004],[76056.6,360950],[75972.1,364003],[75074.5,360314]],[[71175.9,355234],[72686.3,356044],[73919.6,357710],[75074.5,360314],[75972.1,364003],[75950.5,367921],[75973.6,370874]],[[53329.8,276821],[51824.7,273947],[50198.5,272203],[47747.7,271693],[43840.2,271368],[48432.3,270603],[50491.2,270371]],[[53894.1,268922],[52102.6,270030],[50491.2,270371],[48432.3,270603]],[[35771.9,274604],[34257.5,277458],[33097.1,280727]],[[75709.9,374366],[75973.6,370874],[75950.5,367921]]],"type":"MultiLineString"},"id":"balenos-whale","properties":{"name":"Blue Whale (Balenos)","style":{"color":"#a581ff"}},"type":"Feature"},"calpheon-whale":{"geometry":{"coordinates":[[[-467090,144125],[-465593,137777],[-462029,131319],[-458241,124139],[-451221,119778],[-444825,118871],[-438920,119101],[-434347,120481],[-429173,120857],[-423546,121287],[-418592,121076],[-411525,121766],[-403729,126225],[-400883,133273],[-397688,138047],[-394113,140774],[-389422,142757],[-385106,144836],[-381297,150456],[-374959,154622],[-370999,156387],[-366150,158696],[-361085,162022],[-356837,167047],[-352222,173750],[-347162,179260],[-344056,186076],[-341240,192346],[-335354,195225],[-330030,197322],[-324499,200883],[-318608,204331],[-310833,204693],[-304660,202642],[-298047,202740],[-291257,205732],[-286148,211396],[-281174,216830],[-275434,222491],[-267908,225822],[-262381,226840],[-255993,227993],[-250741,229202],[-245565,231698],[-238911,237952],[-234636,240657],[-228958,245000],[-222355,249968],[-215616,254927],[-209996,261809],[-207668,269586],[-207975,275813],[-211655,282874],[-216880,288963],[-223310,294614],[-229992,297430],[-238398,299036],[-243981,298070],[-252332,296560],[-260324,294643],[-266167,292278],[-273036,287910]],[[-458241,124139],[-458030,122887],[-451221,119778]],[[-444825,118871],[-448462,118076],[-450821,116985],[-452068,115615],[-452990,114005]],[[-381297,150456],[-379291,155231],[-378702,158515],[-379955,162009],[-382462,164218],[-386575,164343],[-390173,163353],[-394876,163249],[-398545,164708],[-402847,167396],[-405822,170058],[-408096,173390],[-411128,175897],[-416194,177863],[-420236,177640],[-425262,176211],[-429353,175280],[-438407,174224],[-448538,173167],[-455829,173414],[-461890,173261],[-468029,172271],[-472209,169462],[-475022,165981],[-476378,160954],[-475166,154139],[-471426,149600],[-467090,144125],[-465593,137777]],[[-366150,158696],[-370998,158571],[-373980,158768],[-376602,160237]],[[-335354,195225],[-332823,197815],[-332022,200169],[-331808,203197],[-333107,205786]],[[-318608,204331],[-324005,204910],[-330932,206859]],[[-266167,292278],[-273036,287910],[-279281,279951],[-285340,273121],[-289946,268944],[-294169,266113],[-300517,263057],[-305796,259157],[-310543,256051],[-316130,255360],[-321246,255077],[-327460,254551],[-333230,252916],[-339335,251168],[-347236,247451],[-350744,242904],[-350910,236794],[-348418,232428],[-346171,229007],[-345284,226186],[-343950,221618],[-342171,217881],[-340978,214731],[-339964,211910],[-336581,209378],[-330932,206859],[-324005,204910]],[[-379955,162009],[-376602,160237],[-373980,158768]],[[-461890,173261],[-463689,175891],[-465499,178305]],[[-468029,172271],[-466746,174300],[-466694,176366],[-467326,180306],[-465499,178305],[-463689,175891]],[[-475022,165981],[-476608,164226],[-478384,163050],[-480622,162253],[-482276,162432]],[[-468283,144163],[-471682,147845],[-475166,154139],[-482996,161479],[-480617,157150]],[[-336581,209378],[-333107,205786],[-331808,203197]],[[-466092,78521.7],[-461023,79988.9],[-456504,82893.9],[-453103,86975.1],[-451575,92297.9],[-451659,95754.4],[-451584,99826.1],[-452108,106130],[-453826,111154],[-456124,117111],[-458030,122887],[-461728,128741],[-464678,134032],[-466854,139595],[-468283,144163],[-471682,147845],[-476421,152020],[-480617,157150],[-482996,161479],[-485164,164699],[-487742,168301],[-491615,170917],[-494669,173791],[-496738,176133],[-499465,178875],[-502659,180243],[-506209,181385],[-511031,182029],[-516121,181136],[-521687,178220],[-524995,176196],[-528471,174036],[-531863,171241],[-534000,167810],[-535248,163784],[-534846,158209],[-534483,154003],[-533234,146470],[-530233,141241],[-527732,136381],[-524419,132640],[-518382,127458],[-513207,121743],[-510149,117279],[-507866,108394],[-506697,100674],[-505622,93416.1],[-503103,89277.4],[-498167,85411.8],[-492544,82678.8],[-485802,80451.6],[-481625,79515.4],[-477795,78462.2],[-474301,78422.5],[-470295,77874.5],[-466092,78521.7]],[[-453826,111154],[-452990,114005],[-452068,115615]],[[-485164,164699],[-482276,162432],[-480622,162253]],[[-511031,182029],[-511852,182794],[-512386,183642],[-512662,184984],[-512708,186364],[-510032,192330],[-508312,196058]],[[-516121,181136],[-515023,182296],[-514451,183259],[-513648,185150],[-512708,186364],[-512662,184984]],[[-506139,202079],[-505570,203956],[-504840,205919],[-504157,207515],[-503741,209974],[-502170,205083],[-499777,199326],[-496360,196523],[-493133,195570],[-489497,195677],[-483095,197025],[-477394,199869],[-473583,206125],[-472336,213850],[-471765,218540],[-470514,228187],[-470254,236745],[-467836,243703],[-462685,252556],[-460044,263275],[-459735,273635],[-461129,280368],[-464633,285701],[-470137,289757],[-477975,290269],[-483458,287233],[-487722,284231],[-492454,283229],[-498328,283632],[-502947,281790],[-504247,279713],[-505011,277123],[-503550,273186],[-502534,269466],[-502215,264007],[-501890,257989],[-502476,252932],[-502689,248207],[-502845,242841],[-503641,238051],[-504316,235514],[-504960,231651],[-504804,225763],[-504947,221112],[-504543,215602],[-503741,209974]],[[-499777,199326],[-501351,200325],[-502946,201127],[-504198,201147],[-505679,200494],[-506497,199648],[-506139,202079],[-505570,203956]],[[-483095,197025],[-481487,196925],[-479328,196073],[-477450,194928],[-475904,193698],[-472743,189145],[-470923,185951]],[[-477394,199869],[-477655,198071],[-477601,196712],[-476756,194926],[-475904,193698],[-477450,194928]],[[-506497,199648],[-508312,196058],[-510032,192330]],[[-467326,180306],[-470923,185951],[-472743,189145]]],"type":"MultiLineString"},"id":"calpheon-whale","properties":{"name":"Blue Whale (Calpheon)","style":{"color":"#9fc6ff"}},"type":"Feature"},"mediah-whale":{"geometry":{"coordinates":[[[227614,292477],[229625,289921],[231906,286552],[235382,282259],[237684,276441],[237649,269294],[240830,263129],[248405,259780],[256600,259133],[262986,259540],[270053,261181],[277873,266459],[281534,270937],[284010,276203],[286501,280729],[287123,286094],[288084,291080],[286146,296894],[284133,303560],[285681,310682],[287610,314465],[288400,321760],[286241,327968],[287561,335354],[292010,341292],[300673,346595],[305707,355004],[304073,368573],[297832,376719],[290212,379800],[286410,380503],[281823,380032],[273381,377724],[265389,372111],[261754,370849],[257690,368504],[254285,363583],[250624,361533],[246094,358496],[242921,354290],[239371,347764],[236972,344386],[234695,340906],[233275,336120],[232230,333381],[230532,330366],[229081,326099],[227405,321862],[225797,318327],[224931,314833],[224410,312494],[223435,309757],[222316,307671],[222094,304853],[223042,299484],[224458,296260],[227614,292477]],[[237649,269294],[236185,264412],[234881,260518],[234225,258228],[238988,259379]],[[248405,259780],[242960,259965],[238988,259379],[234225,258228],[227209,253867],[223406,251806]],[[277873,266459],[280711,268243],[283222,269792]],[[288084,291080],[287941,286309],[290455,277819]],[[286146,296894],[285872,293097],[287941,286309]],[[287610,314465],[285037,311678],[282439,310242]],[[265389,372111],[263119,372720],[261078,373813],[259222,375029]],[[257690,368504],[258099,370060],[258297,372378],[257783,374579],[257359,376187],[259222,375029],[261078,373813]],[[165449,249681],[160427,246941],[157414,243743],[155367,238575],[154677,232982],[155993,227886],[158821,223395],[162441,220568],[166996,215208],[172636,207538],[176282,201484],[179137,195342],[181273,189732],[186636,185131],[192939,179878],[199506,178991],[205535,178648],[214862,179419],[219327,181259],[223694,184972],[225798,189451],[228247,196030],[231746,205675],[233182,212834],[231881,220560],[229635,226859],[227135,232535],[223555,239084],[219824,243971],[214443,248343],[208277,249396],[199332,250760],[189813,250318],[180704,251325],[172007,251795],[165449,249681]],[[219824,243971],[219549,246790],[220156,248784],[221998,250438],[223406,251806],[221474,251231]],[[214443,248343],[217179,249733],[219115,250518],[221474,251231],[223406,251806],[227209,253867]],[[179791,391047],[187504,389625],[193576,387236],[199359,382672],[204351,382244],[207825,382556],[210884,381766],[214469,380881],[218623,381091],[221737,383599],[225027,386271],[228513,390818],[231866,395202],[235032,402094],[235118,409095],[232866,415148],[229925,418070],[225444,421233],[220461,424026],[214088,426327],[207759,427142],[200810,427339],[194083,427210],[188025,426936],[182720,426528],[177141,425034],[171112,424832],[165038,425034],[158204,425660],[151214,426205],[145310,427417],[138520,427790],[133153,425714],[129012,421975],[125839,418011],[124228,412776],[123827,406280],[124775,401775],[127124,398953],[131955,397054],[136490,396935],[141756,396041],[146946,395058],[152003,395301],[157383,394416],[164053,394491],[172519,393039],[179791,391047]],[[228513,390818],[230829,391551],[232874,391886],[234799,391791],[236601,391358],[238988,389928],[242066,387669],[246016,384744]],[[235032,402094],[235749,397696],[236410,395578],[237335,393066],[237975,391596],[238988,389928],[236601,391358]],[[257359,376187],[254490,378431],[249834,381990],[246016,384744],[242066,387669]],[[277667,163799],[280393,161810],[283245,159635],[288057,157923],[293859,156648],[300436,158102],[304831,162864],[307532,168779],[309683,178660],[310359,185770],[308278,193836],[306312,199608],[304740,206350],[304131,214208],[303080,222766],[301183,233253],[300684,241137],[300199,248178],[296731,256026],[293972,263939],[292887,269594],[290455,277819],[287941,286309],[285872,293097],[283021,300165],[279004,308437],[273123,315839],[266219,321065],[259177,323902],[252158,325046],[244924,322128],[239295,318288],[235225,313508],[234673,307775],[232296,300704],[232193,294781],[232867,288051],[237130,280648],[238898,275930],[238908,270970],[241706,266826],[244083,265015],[247297,262934],[249440,261206],[251912,257947],[253371,253668],[252887,250596],[252848,246218],[252357,241308],[251666,236431],[250856,231625],[250156,227554],[249639,223342],[248773,219999],[248778,216586],[249941,213754],[252171,210408],[255722,206631],[257554,204687],[260379,201762],[265628,197222],[268385,194716],[270225,192389],[271634,189395],[272308,185913],[273259,183170],[273935,178305],[274528,172044],[275327,167020],[277667,163799]],[[293972,263939],[291257,268027],[287365,269544],[283222,269792],[280711,268243]],[[273123,315839],[278019,310979],[279923,310212],[282439,310242],[285037,311678]]],"type":"MultiLineString"},"id":"mediah-whale","properties":{"name":"Blue Whale (Mediah)","style":{"color":"#ef6eff"}},"type":"Feature"}},"properties":{"name":"Blue Whales","singular":"Blue Whale"},"type":"FeatureCollection"},"elephants":{"features":{"ancado-1":{"geometry":{"coordinates":{"x":899990,"y":328171},"type":"Point"},"id":"ancado-1","properties":{"name":""},"type":"Feature"},"ancado-2":{"geometry":{"coordinates":{"x":916634,"y":315732},"type":"Point"},"id":"ancado-2","properties":{"name":""},"type":"Feature"}},"type":"FeatureCollection"},"fishinghotspots":{"features":{"AJIR-1":{"geometry":{"coordinates":{"x":48296,"y":301341},"type":"Point"},"id":"AJIR-1","properties":{"attribution":"FoxHumbug","name":"AJIR-1","type":"Tuna"},"type":"Feature"},"AJIR-2":{"geometry":{"coordinates":{"x":62442,"y":298415},"type":"Point"},"id":"AJIR-2","properties":{"attribution":"FoxHumbug","name":"AJIR-2","type":"Tuna"},"type":"Feature"},"AJIR-3":{"geometry":{"coordinates":{"x":63905,"y":296463},"type":"Point"},"id":"AJIR-3","properties":{"attribution":"FoxHumbug","name":"AJIR-3","type":"Tuna"},"type":"Feature"},"AJIR-4":{"geometry":{"coordinates":{"x":62198,"y":293049},"type":"Point"},"id":"AJIR-4","properties":{"attribution":"FoxHumbug","name":"AJIR-4","type":"Spotted Sea Bass"},"type":"Feature"},"AJIR-5":{"geometry":{"coordinates":{"x":31864,"y":325249},"type":"Point"},"properties":{"attribution":"","name":"AJIR-5","type":"Black Porgy"},"type":"Feature"},"AJIR-6":{"geometry":{"coordinates":{"x":31864,"y":325249},"type":"Point"},"properties":{"attribution":"","name":"AJIR-6","type":"Black Porgy"},"type":"Feature"},"AJIR-7":{"geometry":{"coordinates":{"x":77392,"y":293874},"type":"Point"},"properties":{"attribution":"","name":"AJIR-7","type":"Black Porgy"},"type":"Feature"},"AJIR-8":{"geometry":{"coordinates":{"x":77392,"y":293874},"type":"Point"},"properties":{"attribution":"","name":"AJIR-8","type":"Black Porgy"},"type":"Feature"},"AL-NAHA-1":{"geometry":{"coordinates":{"x":22198,"y":352561},"type":"Point"},"id":"AL-NAHA-1","properties":{"attribution":"FoxHumbug","name":"AL-NAHA-1","type":"Spotted Sea Bass"},"type":"Feature"},"AL-NAHA-2":{"geometry":{"coordinates":{"x":9245,"y":404426},"type":"Point"},"properties":{"attribution":"","name":"AL-NAHA-2","type":"Tuna"},"type":"Feature"},"AL-NAHA-3":{"geometry":{"coordinates":{"x":9245,"y":404426},"type":"Point"},"properties":{"attribution":"","name":"AL-NAHA-3","type":"Tuna"},"type":"Feature"},"ALBRESSER-1":{"geometry":{"coordinates":{"x":-314090,"y":179634},"type":"Point"},"id":"ALBRESSER-1","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-1","type":"Smokey Chromis"},"type":"Feature"},"ALBRESSER-10":{"geometry":{"coordinates":{"x":-314280,"y":207654},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-10","type":"Porgy"},"type":"Feature"},"ALBRESSER-11":{"geometry":{"coordinates":{"x":-316603,"y":233215},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-11","type":"Sea Bass"},"type":"Feature"},"ALBRESSER-12":{"geometry":{"coordinates":{"x":-300634,"y":166182},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-12","type":"Sea Bass"},"type":"Feature"},"ALBRESSER-13":{"geometry":{"coordinates":{"x":-301021,"y":185824},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-13","type":"Smokey Chromis"},"type":"Feature"},"ALBRESSER-14":{"geometry":{"coordinates":{"x":-314280,"y":207654},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-14","type":"Porgy"},"type":"Feature"},"ALBRESSER-15":{"geometry":{"coordinates":{"x":-316603,"y":233215},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-15","type":"Sea Bass"},"type":"Feature"},"ALBRESSER-16":{"geometry":{"coordinates":{"x":-300634,"y":166182},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-16","type":"Sea Bass"},"type":"Feature"},"ALBRESSER-17":{"geometry":{"coordinates":{"x":-301021,"y":185824},"type":"Point"},"properties":{"attribution":"","name":"ALBRESSER-17","type":"Smokey Chromis"},"type":"Feature"},"ALBRESSER-2":{"geometry":{"coordinates":{"x":-304090,"y":199390},"type":"Point"},"id":"ALBRESSER-2","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-2","type":"Smokey Chromis"},"type":"Feature"},"ALBRESSER-3":{"geometry":{"coordinates":{"x":-304334,"y":214024},"type":"Point"},"id":"ALBRESSER-3","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-3","type":"Smokey Chromis"},"type":"Feature"},"ALBRESSER-4":{"geometry":{"coordinates":{"x":-313846,"y":172805},"type":"Point"},"id":"ALBRESSER-4","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-4","type":"Sea Bass"},"type":"Feature"},"ALBRESSER-5":{"geometry":{"coordinates":{"x":-325797,"y":208171},"type":"Point"},"id":"ALBRESSER-5","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-5","type":"Porgy"},"type":"Feature"},"ALBRESSER-6":{"geometry":{"coordinates":{"x":-319456,"y":200122},"type":"Point"},"id":"ALBRESSER-6","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-6","type":"Porgy"},"type":"Feature"},"ALBRESSER-7":{"geometry":{"coordinates":{"x":-307992,"y":197683},"type":"Point"},"id":"ALBRESSER-7","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-7","type":"Porgy"},"type":"Feature"},"ALBRESSER-8":{"geometry":{"coordinates":{"x":-299456,"y":202073},"type":"Point"},"id":"ALBRESSER-8","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-8","type":"Porgy"},"type":"Feature"},"ALBRESSER-9":{"geometry":{"coordinates":{"x":-306773,"y":221585},"type":"Point"},"id":"ALBRESSER-9","properties":{"attribution":"FoxHumbug","name":"ALBRESSER-9","type":"Porgy"},"type":"Feature"},"ALMAI-1":{"geometry":{"coordinates":{"x":-448112,"y":355842},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-1","type":"Porgy"},"type":"Feature"},"ALMAI-10":{"geometry":{"coordinates":{"x":-431303,"y":389326},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-10","type":"Smokey Chromis"},"type":"Feature"},"ALMAI-2":{"geometry":{"coordinates":{"x":-423163,"y":402330},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-2","type":"Sea Bass"},"type":"Feature"},"ALMAI-3":{"geometry":{"coordinates":{"x":-406531,"y":318312},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-3","type":"Eyespot Puffer"},"type":"Feature"},"ALMAI-4":{"geometry":{"coordinates":{"x":-436723,"y":374662},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-4","type":"Eyespot Puffer"},"type":"Feature"},"ALMAI-5":{"geometry":{"coordinates":{"x":-431303,"y":389326},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-5","type":"Smokey Chromis"},"type":"Feature"},"ALMAI-6":{"geometry":{"coordinates":{"x":-448112,"y":355842},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-6","type":"Porgy"},"type":"Feature"},"ALMAI-7":{"geometry":{"coordinates":{"x":-423163,"y":402330},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-7","type":"Sea Bass"},"type":"Feature"},"ALMAI-8":{"geometry":{"coordinates":{"x":-406531,"y":318312},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-8","type":"Eyespot Puffer"},"type":"Feature"},"ALMAI-9":{"geometry":{"coordinates":{"x":-436723,"y":374662},"type":"Point"},"properties":{"attribution":"","name":"ALMAI-9","type":"Eyespot Puffer"},"type":"Feature"},"ANGIE-1":{"geometry":{"coordinates":{"x":-136472,"y":220122},"type":"Point"},"id":"ANGIE-1","properties":{"attribution":"FoxHumbug","name":"ANGIE-1","type":"Black Porgy"},"type":"Feature"},"ANGIE-10":{"geometry":{"coordinates":{"x":-132996,"y":213195},"type":"Point"},"properties":{"attribution":"","name":"ANGIE-10","type":"Black Porgy"},"type":"Feature"},"ANGIE-11":{"geometry":{"coordinates":{"x":-132996,"y":213195},"type":"Point"},"properties":{"attribution":"","name":"ANGIE-11","type":"Black Porgy"},"type":"Feature"},"ANGIE-2":{"geometry":{"coordinates":{"x":-121133,"y":246585},"type":"Point"},"id":"ANGIE-2","properties":{"attribution":"FoxHumbug","name":"ANGIE-2","type":"Grunt"},"type":"Feature"},"ANGIE-3":{"geometry":{"coordinates":{"x":-154631,"y":247927},"type":"Point"},"id":"ANGIE-3","properties":{"attribution":"FoxHumbug","name":"ANGIE-3","type":"Tuna"},"type":"Feature"},"ANGIE-4":{"geometry":{"coordinates":{"x":-143899,"y":253537},"type":"Point"},"id":"ANGIE-4","properties":{"attribution":"FoxHumbug","name":"ANGIE-4","type":"Tuna"},"type":"Feature"},"ANGIE-5":{"geometry":{"coordinates":{"x":-145851,"y":268902},"type":"Point"},"id":"ANGIE-5","properties":{"attribution":"FoxHumbug","name":"ANGIE-5","type":"Tuna"},"type":"Feature"},"ANGIE-6":{"geometry":{"coordinates":{"x":-147558,"y":271585},"type":"Point"},"id":"ANGIE-6","properties":{"attribution":"FoxHumbug","name":"ANGIE-6","type":"Spotted Sea Bass"},"type":"Feature"},"ANGIE-7":{"geometry":{"coordinates":{"x":-139021,"y":225244},"type":"Point"},"id":"ANGIE-7","properties":{"attribution":"FoxHumbug","name":"ANGIE-7","type":"Spotted Sea Bass"},"type":"Feature"},"ANGIE-8":{"geometry":{"coordinates":{"x":-152680,"y":219390},"type":"Point"},"id":"ANGIE-8","properties":{"attribution":"FoxHumbug","name":"ANGIE-8","type":"Spotted Sea Bass"},"type":"Feature"},"ANGIE-9":{"geometry":{"coordinates":{"x":-159997,"y":227195},"type":"Point"},"id":"ANGIE-9","properties":{"attribution":"FoxHumbug","name":"ANGIE-9","type":"Spotted Sea Bass"},"type":"Feature"},"ARAKIL-1":{"geometry":{"coordinates":{"x":76408,"y":203640},"type":"Point"},"properties":{"attribution":"","name":"ARAKIL-1","type":"Grunt"},"type":"Feature"},"ARAKIL-2":{"geometry":{"coordinates":{"x":118539,"y":238695},"type":"Point"},"properties":{"attribution":"","name":"ARAKIL-2","type":"Black Porgy"},"type":"Feature"},"ARAKIL-3":{"geometry":{"coordinates":{"x":76408,"y":203640},"type":"Point"},"properties":{"attribution":"","name":"ARAKIL-3","type":"Grunt"},"type":"Feature"},"ARAKIL-4":{"geometry":{"coordinates":{"x":118539,"y":238695},"type":"Point"},"properties":{"attribution":"","name":"ARAKIL-4","type":"Black Porgy"},"type":"Feature"},"AREHAZA-1":{"geometry":{"coordinates":{"x":1388450,"y":193277},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-1","type":"Coelacanth"},"type":"Feature"},"AREHAZA-10":{"geometry":{"coordinates":{"x":1388450,"y":193277},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-10","type":"Coelacanth"},"type":"Feature"},"AREHAZA-11":{"geometry":{"coordinates":{"x":1299049,"y":194923},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-11","type":"Coelacanth"},"type":"Feature"},"AREHAZA-12":{"geometry":{"coordinates":{"x":1313813,"y":220322},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-12","type":"Coelacanth"},"type":"Feature"},"AREHAZA-13":{"geometry":{"coordinates":{"x":1331412,"y":195647},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-13","type":"Coelacanth"},"type":"Feature"},"AREHAZA-14":{"geometry":{"coordinates":{"x":1318825,"y":173530},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-14","type":"Coelacanth"},"type":"Feature"},"AREHAZA-15":{"geometry":{"coordinates":{"x":1367538,"y":203147},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-15","type":"Blue Grouper"},"type":"Feature"},"AREHAZA-16":{"geometry":{"coordinates":{"x":1384788,"y":127628},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-16","type":"Nibbler"},"type":"Feature"},"AREHAZA-17":{"geometry":{"coordinates":{"x":1381686,"y":125911},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-17","type":"Giant Octopus"},"type":"Feature"},"AREHAZA-18":{"geometry":{"coordinates":{"x":1390838,"y":202990},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-18","type":"Tilefish"},"type":"Feature"},"AREHAZA-2":{"geometry":{"coordinates":{"x":1299049,"y":194923},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-2","type":"Coelacanth"},"type":"Feature"},"AREHAZA-3":{"geometry":{"coordinates":{"x":1313813,"y":220322},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-3","type":"Coelacanth"},"type":"Feature"},"AREHAZA-4":{"geometry":{"coordinates":{"x":1331412,"y":195647},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-4","type":"Coelacanth"},"type":"Feature"},"AREHAZA-5":{"geometry":{"coordinates":{"x":1318825,"y":173530},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-5","type":"Coelacanth"},"type":"Feature"},"AREHAZA-6":{"geometry":{"coordinates":{"x":1367538,"y":203147},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-6","type":"Blue Grouper"},"type":"Feature"},"AREHAZA-7":{"geometry":{"coordinates":{"x":1384788,"y":127628},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-7","type":"Nibbler"},"type":"Feature"},"AREHAZA-8":{"geometry":{"coordinates":{"x":1381686,"y":125911},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-8","type":"Giant Octopus"},"type":"Feature"},"AREHAZA-9":{"geometry":{"coordinates":{"x":1390838,"y":202990},"type":"Point"},"properties":{"attribution":"","name":"AREHAZA-9","type":"Tilefish"},"type":"Feature"},"ARITA-1":{"geometry":{"coordinates":{"x":-263614,"y":313219},"type":"Point"},"properties":{"attribution":"","name":"ARITA-1","type":"Porgy"},"type":"Feature"},"ARITA-10":{"geometry":{"coordinates":{"x":-283420,"y":344081},"type":"Point"},"properties":{"attribution":"","name":"ARITA-10","type":"Smokey Chromis"},"type":"Feature"},"ARITA-11":{"geometry":{"coordinates":{"x":-202403,"y":334591},"type":"Point"},"properties":{"attribution":"","name":"ARITA-11","type":"Smokey Chromis"},"type":"Feature"},"ARITA-12":{"geometry":{"coordinates":{"x":-248730,"y":466071},"type":"Point"},"properties":{"attribution":"","name":"ARITA-12","type":"Smokey Chromis"},"type":"Feature"},"ARITA-13":{"geometry":{"coordinates":{"x":-263614,"y":313219},"type":"Point"},"properties":{"attribution":"","name":"ARITA-13","type":"Porgy"},"type":"Feature"},"ARITA-14":{"geometry":{"coordinates":{"x":-189541,"y":380886},"type":"Point"},"properties":{"attribution":"","name":"ARITA-14","type":"Porgy"},"type":"Feature"},"ARITA-15":{"geometry":{"coordinates":{"x":-287239,"y":357247},"type":"Point"},"properties":{"attribution":"","name":"ARITA-15","type":"Porgy"},"type":"Feature"},"ARITA-16":{"geometry":{"coordinates":{"x":-223190,"y":432495},"type":"Point"},"properties":{"attribution":"","name":"ARITA-16","type":"Porgy"},"type":"Feature"},"ARITA-17":{"geometry":{"coordinates":{"x":-280370,"y":304418},"type":"Point"},"properties":{"attribution":"","name":"ARITA-17","type":"Sea Bass"},"type":"Feature"},"ARITA-18":{"geometry":{"coordinates":{"x":-197214,"y":404282},"type":"Point"},"properties":{"attribution":"","name":"ARITA-18","type":"Sea Bass"},"type":"Feature"},"ARITA-19":{"geometry":{"coordinates":{"x":-261792,"y":370306},"type":"Point"},"properties":{"attribution":"","name":"ARITA-19","type":"Sea Bass"},"type":"Feature"},"ARITA-2":{"geometry":{"coordinates":{"x":-189541,"y":380886},"type":"Point"},"properties":{"attribution":"","name":"ARITA-2","type":"Porgy"},"type":"Feature"},"ARITA-20":{"geometry":{"coordinates":{"x":-211640,"y":320847},"type":"Point"},"properties":{"attribution":"","name":"ARITA-20","type":"Eyespot Puffer"},"type":"Feature"},"ARITA-21":{"geometry":{"coordinates":{"x":-225843,"y":399485},"type":"Point"},"properties":{"attribution":"","name":"ARITA-21","type":"Eyespot Puffer"},"type":"Feature"},"ARITA-22":{"geometry":{"coordinates":{"x":-283420,"y":344081},"type":"Point"},"properties":{"attribution":"","name":"ARITA-22","type":"Smokey Chromis"},"type":"Feature"},"ARITA-23":{"geometry":{"coordinates":{"x":-202403,"y":334591},"type":"Point"},"properties":{"attribution":"","name":"ARITA-23","type":"Smokey Chromis"},"type":"Feature"},"ARITA-24":{"geometry":{"coordinates":{"x":-248730,"y":466071},"type":"Point"},"properties":{"attribution":"","name":"ARITA-24","type":"Smokey Chromis"},"type":"Feature"},"ARITA-3":{"geometry":{"coordinates":{"x":-287239,"y":357247},"type":"Point"},"properties":{"attribution":"","name":"ARITA-3","type":"Porgy"},"type":"Feature"},"ARITA-4":{"geometry":{"coordinates":{"x":-223190,"y":432495},"type":"Point"},"properties":{"attribution":"","name":"ARITA-4","type":"Porgy"},"type":"Feature"},"ARITA-5":{"geometry":{"coordinates":{"x":-280370,"y":304418},"type":"Point"},"properties":{"attribution":"","name":"ARITA-5","type":"Sea Bass"},"type":"Feature"},"ARITA-6":{"geometry":{"coordinates":{"x":-197214,"y":404282},"type":"Point"},"properties":{"attribution":"","name":"ARITA-6","type":"Sea Bass"},"type":"Feature"},"ARITA-7":{"geometry":{"coordinates":{"x":-261792,"y":370306},"type":"Point"},"properties":{"attribution":"","name":"ARITA-7","type":"Sea Bass"},"type":"Feature"},"ARITA-8":{"geometry":{"coordinates":{"x":-211640,"y":320847},"type":"Point"},"properties":{"attribution":"","name":"ARITA-8","type":"Eyespot Puffer"},"type":"Feature"},"ARITA-9":{"geometry":{"coordinates":{"x":-225843,"y":399485},"type":"Point"},"properties":{"attribution":"","name":"ARITA-9","type":"Eyespot Puffer"},"type":"Feature"},"BAEZA-1":{"geometry":{"coordinates":{"x":-463114,"y":71341},"type":"Point"},"id":"BAEZA-1","properties":{"attribution":"FoxHumbug","name":"BAEZA-1","type":"Sea Bass"},"type":"Feature"},"BAEZA-2":{"geometry":{"coordinates":{"x":-416343,"y":73900},"type":"Point"},"properties":{"attribution":"","name":"BAEZA-2","type":"Porgy"},"type":"Feature"},"BAEZA-3":{"geometry":{"coordinates":{"x":-445108,"y":112356},"type":"Point"},"properties":{"attribution":"","name":"BAEZA-3","type":"Smokey Chromis"},"type":"Feature"},"BAEZA-4":{"geometry":{"coordinates":{"x":-416343,"y":73900},"type":"Point"},"properties":{"attribution":"","name":"BAEZA-4","type":"Porgy"},"type":"Feature"},"BAEZA-5":{"geometry":{"coordinates":{"x":-445108,"y":112356},"type":"Point"},"properties":{"attribution":"","name":"BAEZA-5","type":"Smokey Chromis"},"type":"Feature"},"BALVEGE-1":{"geometry":{"coordinates":{"x":-115401,"y":258537},"type":"Point"},"id":"BALVEGE-1","properties":{"attribution":"FoxHumbug","name":"BALVEGE-1","type":"Grunt"},"type":"Feature"},"BALVEGE-2":{"geometry":{"coordinates":{"x":-111986,"y":254024},"type":"Point"},"id":"BALVEGE-2","properties":{"attribution":"FoxHumbug","name":"BALVEGE-2","type":"Grunt"},"type":"Feature"},"BALVEGE-3":{"geometry":{"coordinates":{"x":-114143,"y":269634},"type":"Point"},"id":"BALVEGE-3","properties":{"attribution":"FoxHumbug","name":"BALVEGE-3","type":"Spotted Sea Bass"},"type":"Feature"},"BALVEGE-4":{"geometry":{"coordinates":{"x":-89021,"y":289390},"type":"Point"},"id":"BALVEGE-4","properties":{"attribution":"FoxHumbug","name":"BALVEGE-4","type":"Spotted Sea Bass"},"type":"Feature"},"BALVEGE-5":{"geometry":{"coordinates":{"x":-111552,"y":257035},"type":"Point"},"properties":{"attribution":"","name":"BALVEGE-5","type":"Grunt"},"type":"Feature"},"BALVEGE-6":{"geometry":{"coordinates":{"x":-80329,"y":251402},"type":"Point"},"properties":{"attribution":"","name":"BALVEGE-6","type":"Black Porgy"},"type":"Feature"},"BALVEGE-7":{"geometry":{"coordinates":{"x":-111552,"y":257035},"type":"Point"},"properties":{"attribution":"","name":"BALVEGE-7","type":"Grunt"},"type":"Feature"},"BALVEGE-8":{"geometry":{"coordinates":{"x":-80329,"y":251402},"type":"Point"},"properties":{"attribution":"","name":"BALVEGE-8","type":"Black Porgy"},"type":"Feature"},"BARATER-1":{"geometry":{"coordinates":{"x":-347017,"y":142561},"type":"Point"},"id":"BARATER-1","properties":{"attribution":"FoxHumbug","name":"BARATER-1","type":"Smokey Chromis"},"type":"Feature"},"BARATER-2":{"geometry":{"coordinates":{"x":-350058,"y":147927},"type":"Point"},"id":"BARATER-2","properties":{"attribution":"FoxHumbug","name":"BARATER-2","type":"Eyespot Puffer"},"type":"Feature"},"BARATER-3":{"geometry":{"coordinates":{"x":-310919,"y":158415},"type":"Point"},"id":"BARATER-3","properties":{"attribution":"FoxHumbug","name":"BARATER-3","type":"Sea Bass"},"type":"Feature"},"BAREMI-1":{"geometry":{"coordinates":{"x":-22192,"y":266463},"type":"Point"},"id":"BAREMI-1","properties":{"attribution":"FoxHumbug","name":"BAREMI-1","type":"Black Porgy"},"type":"Feature"},"BAREMI-2":{"geometry":{"coordinates":{"x":-3899,"y":258171},"type":"Point"},"id":"BAREMI-2","properties":{"attribution":"FoxHumbug","name":"BAREMI-2","type":"Black Porgy"},"type":"Feature"},"BAREMI-3":{"geometry":{"coordinates":{"x":-7314,"y":272073},"type":"Point"},"id":"BAREMI-3","properties":{"attribution":"FoxHumbug","name":"BAREMI-3","type":"Black Porgy"},"type":"Feature"},"BAREMI-4":{"geometry":{"coordinates":{"x":-29021,"y":284268},"type":"Point"},"id":"BAREMI-4","properties":{"attribution":"FoxHumbug","name":"BAREMI-4","type":"Black Porgy"},"type":"Feature"},"BAREMI-5":{"geometry":{"coordinates":{"x":30735,"y":325244},"type":"Point"},"id":"BAREMI-5","properties":{"attribution":"FoxHumbug","name":"BAREMI-5","type":"Black Porgy"},"type":"Feature"},"BAREMI-6":{"geometry":{"coordinates":{"x":-1704,"y":272317},"type":"Point"},"id":"BAREMI-6","properties":{"attribution":"FoxHumbug","name":"BAREMI-6","type":"Spotted Sea Bass"},"type":"Feature"},"BAREMI-7":{"geometry":{"coordinates":{"x":33174,"y":289634},"type":"Point"},"id":"BAREMI-7","properties":{"attribution":"FoxHumbug","name":"BAREMI-7","type":"Spotted Sea Bass"},"type":"Feature"},"BAREMI-8":{"geometry":{"coordinates":{"x":-20311,"y":290610},"type":"Point"},"id":"BAREMI-8","properties":{"attribution":"Azukai","name":"BAREMI-8","type":"Grunt"},"type":"Feature"},"BOA-1":{"geometry":{"coordinates":{"x":422976,"y":350732},"type":"Point"},"id":"BOA-1","properties":{"attribution":"Astrilia","name":"BOA-1","type":"Nibbler\n"},"type":"Feature"},"BOA-10":{"geometry":{"coordinates":{"x":415315,"y":353877},"type":"Point"},"properties":{"attribution":"","name":"BOA-10","type":"Nibbler"},"type":"Feature"},"BOA-11":{"geometry":{"coordinates":{"x":396307,"y":379870},"type":"Point"},"properties":{"attribution":"","name":"BOA-11","type":"Giant Octopus"},"type":"Feature"},"BOA-12":{"geometry":{"coordinates":{"x":451015,"y":354458},"type":"Point"},"properties":{"attribution":"","name":"BOA-12","type":"Giant Octopus"},"type":"Feature"},"BOA-13":{"geometry":{"coordinates":{"x":451111,"y":361873},"type":"Point"},"properties":{"attribution":"","name":"BOA-13","type":"Tilefish"},"type":"Feature"},"BOA-14":{"geometry":{"coordinates":{"x":388213,"y":385079},"type":"Point"},"properties":{"attribution":"","name":"BOA-14","type":"Blue Grouper"},"type":"Feature"},"BOA-15":{"geometry":{"coordinates":{"x":409824,"y":403396},"type":"Point"},"properties":{"attribution":"","name":"BOA-15","type":"Nibbler"},"type":"Feature"},"BOA-16":{"geometry":{"coordinates":{"x":415315,"y":353877},"type":"Point"},"properties":{"attribution":"","name":"BOA-16","type":"Nibbler"},"type":"Feature"},"BOA-17":{"geometry":{"coordinates":{"x":396307,"y":379870},"type":"Point"},"properties":{"attribution":"","name":"BOA-17","type":"Giant Octopus"},"type":"Feature"},"BOA-18":{"geometry":{"coordinates":{"x":451015,"y":354458},"type":"Point"},"properties":{"attribution":"","name":"BOA-18","type":"Giant Octopus"},"type":"Feature"},"BOA-19":{"geometry":{"coordinates":{"x":451111,"y":361873},"type":"Point"},"properties":{"attribution":"","name":"BOA-19","type":"Tilefish"},"type":"Feature"},"BOA-2":{"geometry":{"coordinates":{"x":403585,"y":370610},"type":"Point"},"id":"BOA-2","properties":{"attribution":"Astrilia","name":"BOA-2","type":"Giant Octopus"},"type":"Feature"},"BOA-3":{"geometry":{"coordinates":{"x":435171,"y":362073},"type":"Point"},"id":"BOA-3","properties":{"attribution":"Astrilia","name":"BOA-3","type":"Nibbler\n"},"type":"Feature"},"BOA-4":{"geometry":{"coordinates":{"x":441390,"y":364268},"type":"Point"},"id":"BOA-4","properties":{"attribution":"Astrilia","name":"BOA-4","type":"Tilefish"},"type":"Feature"},"BOA-5":{"geometry":{"coordinates":{"x":395537,"y":359634},"type":"Point"},"id":"BOA-5","properties":{"attribution":"Astrilia","name":"BOA-5","type":"Coelacanth"},"type":"Feature"},"BOA-6":{"geometry":{"coordinates":{"x":396132,"y":387492},"type":"Point"},"id":"BOA-6","properties":{"attribution":"Damianara","name":"BOA-6","type":"Nibbler"},"type":"Feature"},"BOA-7":{"geometry":{"coordinates":{"x":384394,"y":353127},"type":"Point"},"id":"BOA-7","properties":{"attribution":"Damianara","name":"BOA-7","type":"Blue Grouper"},"type":"Feature"},"BOA-8":{"geometry":{"coordinates":{"x":388213,"y":385079},"type":"Point"},"properties":{"attribution":"","name":"BOA-8","type":"Blue Grouper"},"type":"Feature"},"BOA-9":{"geometry":{"coordinates":{"x":409824,"y":403396},"type":"Point"},"properties":{"attribution":"","name":"BOA-9","type":"Nibbler"},"type":"Feature"},"BRELLIN-1":{"geometry":{"coordinates":{"x":-386483,"y":25033},"type":"Point"},"properties":{"attribution":"","name":"BRELLIN-1","type":"Coelacanth"},"type":"Feature"},"CANTUSA-1":{"geometry":{"coordinates":{"x":1387677,"y":-153681},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-1","type":"Coelacanth"},"type":"Feature"},"CANTUSA-10":{"geometry":{"coordinates":{"x":1303781,"y":-243493},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-10","type":"Giant Octopus"},"type":"Feature"},"CANTUSA-11":{"geometry":{"coordinates":{"x":1264138,"y":-285891},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-11","type":"Giant Octopus"},"type":"Feature"},"CANTUSA-12":{"geometry":{"coordinates":{"x":1360681,"y":-119853},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-12","type":"Tilefish"},"type":"Feature"},"CANTUSA-13":{"geometry":{"coordinates":{"x":1332481,"y":-208401},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-13","type":"Tilefish"},"type":"Feature"},"CANTUSA-14":{"geometry":{"coordinates":{"x":1363696,"y":-281908},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-14","type":"Tilefish"},"type":"Feature"},"CANTUSA-15":{"geometry":{"coordinates":{"x":1282649,"y":-297298},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-15","type":"Tilefish"},"type":"Feature"},"CANTUSA-16":{"geometry":{"coordinates":{"x":1199827,"y":-303610},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-16","type":"Tilefish"},"type":"Feature"},"CANTUSA-17":{"geometry":{"coordinates":{"x":1387677,"y":-153681},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-17","type":"Coelacanth"},"type":"Feature"},"CANTUSA-18":{"geometry":{"coordinates":{"x":1355100,"y":-157398},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-18","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-19":{"geometry":{"coordinates":{"x":1340985,"y":-243395},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-19","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-2":{"geometry":{"coordinates":{"x":1355100,"y":-157398},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-2","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-20":{"geometry":{"coordinates":{"x":1173893,"y":-297659},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-20","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-21":{"geometry":{"coordinates":{"x":1387849,"y":-155425},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-21","type":"Nibbler"},"type":"Feature"},"CANTUSA-22":{"geometry":{"coordinates":{"x":1392671,"y":-270796},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-22","type":"Nibbler"},"type":"Feature"},"CANTUSA-23":{"geometry":{"coordinates":{"x":1299907,"y":-278621},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-23","type":"Nibbler"},"type":"Feature"},"CANTUSA-24":{"geometry":{"coordinates":{"x":1129225,"y":-296076},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-24","type":"Nibbler"},"type":"Feature"},"CANTUSA-25":{"geometry":{"coordinates":{"x":1361234,"y":-198809},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-25","type":"Giant Octopus"},"type":"Feature"},"CANTUSA-26":{"geometry":{"coordinates":{"x":1303781,"y":-243493},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-26","type":"Giant Octopus"},"type":"Feature"},"CANTUSA-27":{"geometry":{"coordinates":{"x":1264138,"y":-285891},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-27","type":"Giant Octopus"},"type":"Feature"},"CANTUSA-28":{"geometry":{"coordinates":{"x":1360681,"y":-119853},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-28","type":"Tilefish"},"type":"Feature"},"CANTUSA-29":{"geometry":{"coordinates":{"x":1332481,"y":-208401},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-29","type":"Tilefish"},"type":"Feature"},"CANTUSA-3":{"geometry":{"coordinates":{"x":1340985,"y":-243395},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-3","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-30":{"geometry":{"coordinates":{"x":1363696,"y":-281908},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-30","type":"Tilefish"},"type":"Feature"},"CANTUSA-31":{"geometry":{"coordinates":{"x":1282649,"y":-297298},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-31","type":"Tilefish"},"type":"Feature"},"CANTUSA-32":{"geometry":{"coordinates":{"x":1199827,"y":-303610},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-32","type":"Tilefish"},"type":"Feature"},"CANTUSA-4":{"geometry":{"coordinates":{"x":1173893,"y":-297659},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-4","type":"Blue Grouper"},"type":"Feature"},"CANTUSA-5":{"geometry":{"coordinates":{"x":1387849,"y":-155425},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-5","type":"Nibbler"},"type":"Feature"},"CANTUSA-6":{"geometry":{"coordinates":{"x":1392671,"y":-270796},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-6","type":"Nibbler"},"type":"Feature"},"CANTUSA-7":{"geometry":{"coordinates":{"x":1299907,"y":-278621},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-7","type":"Nibbler"},"type":"Feature"},"CANTUSA-8":{"geometry":{"coordinates":{"x":1129225,"y":-296076},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-8","type":"Nibbler"},"type":"Feature"},"CANTUSA-9":{"geometry":{"coordinates":{"x":1361234,"y":-198809},"type":"Point"},"properties":{"attribution":"","name":"CANTUSA-9","type":"Giant Octopus"},"type":"Feature"},"CENTRAL-1":{"geometry":{"coordinates":{"x":1389846,"y":-28368},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-1","type":"Blue Grouper"},"type":"Feature"},"CENTRAL-10":{"geometry":{"coordinates":{"x":1381628,"y":-55261},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-10","type":"Giant Octopus"},"type":"Feature"},"CENTRAL-11":{"geometry":{"coordinates":{"x":1422048,"y":30694},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-11","type":"Tilefish"},"type":"Feature"},"CENTRAL-12":{"geometry":{"coordinates":{"x":1360047,"y":53506},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-12","type":"Tilefish"},"type":"Feature"},"CENTRAL-2":{"geometry":{"coordinates":{"x":1362803,"y":-40663},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-2","type":"Blue Grouper"},"type":"Feature"},"CENTRAL-3":{"geometry":{"coordinates":{"x":1407611,"y":29798},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-3","type":"Nibbler"},"type":"Feature"},"CENTRAL-4":{"geometry":{"coordinates":{"x":1381628,"y":-55261},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-4","type":"Giant Octopus"},"type":"Feature"},"CENTRAL-5":{"geometry":{"coordinates":{"x":1422048,"y":30694},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-5","type":"Tilefish"},"type":"Feature"},"CENTRAL-6":{"geometry":{"coordinates":{"x":1360047,"y":53506},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-6","type":"Tilefish"},"type":"Feature"},"CENTRAL-7":{"geometry":{"coordinates":{"x":1389846,"y":-28368},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-7","type":"Blue Grouper"},"type":"Feature"},"CENTRAL-8":{"geometry":{"coordinates":{"x":1362803,"y":-40663},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-8","type":"Blue Grouper"},"type":"Feature"},"CENTRAL-9":{"geometry":{"coordinates":{"x":1407611,"y":29798},"type":"Point"},"properties":{"attribution":"","name":"CENTRAL-9","type":"Nibbler"},"type":"Feature"},"COASTAL-1":{"geometry":{"coordinates":{"x":-23694,"y":129512},"type":"Point"},"id":"COASTAL-1","properties":{"attribution":"Chop","name":"COASTAL-1","type":"Coelacanth"},"type":"Feature"},"COASTAL-2":{"geometry":{"coordinates":{"x":-30863,"y":130976},"type":"Point"},"id":"COASTAL-2","properties":{"attribution":"Azukai","name":"COASTAL-2","type":"Coelacanth"},"type":"Feature"},"COASTAL-3":{"geometry":{"coordinates":{"x":-21590,"y":106954},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-3","type":"Coelacanth"},"type":"Feature"},"COASTAL-4":{"geometry":{"coordinates":{"x":-31477,"y":132453},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-4","type":"Coelacanth"},"type":"Feature"},"COASTAL-5":{"geometry":{"coordinates":{"x":-41840,"y":134640},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-5","type":"Grunt"},"type":"Feature"},"COASTAL-6":{"geometry":{"coordinates":{"x":-21590,"y":106954},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-6","type":"Coelacanth"},"type":"Feature"},"COASTAL-7":{"geometry":{"coordinates":{"x":-31477,"y":132453},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-7","type":"Coelacanth"},"type":"Feature"},"COASTAL-8":{"geometry":{"coordinates":{"x":-41840,"y":134640},"type":"Point"},"properties":{"attribution":"","name":"COASTAL-8","type":"Grunt"},"type":"Feature"},"DATON-1":{"geometry":{"coordinates":{"x":-441163,"y":177683},"type":"Point"},"id":"DATON-1","properties":{"attribution":"FoxHumbug","name":"DATON-1","type":"Smokey Chromis"},"type":"Feature"},"DATON-2":{"geometry":{"coordinates":{"x":-491270,"y":256645},"type":"Point"},"properties":{"attribution":"","name":"DATON-2","type":"Coelacanth"},"type":"Feature"},"DATON-3":{"geometry":{"coordinates":{"x":-491270,"y":256645},"type":"Point"},"properties":{"attribution":"","name":"DATON-3","type":"Coelacanth"},"type":"Feature"},"DELINGHART-1":{"geometry":{"coordinates":{"x":202442,"y":257927},"type":"Point"},"id":"DELINGHART-1","properties":{"attribution":"FoxHumbug","name":"DELINGHART-1","type":"Tuna"},"type":"Feature"},"DELINGHART-2":{"geometry":{"coordinates":{"x":199271,"y":251829},"type":"Point"},"id":"DELINGHART-2","properties":{"attribution":"FoxHumbug","name":"DELINGHART-2","type":"Spotted Sea Bass"},"type":"Feature"},"DELINGHART-3":{"geometry":{"coordinates":{"x":213226,"y":238154},"type":"Point"},"properties":{"attribution":"","name":"DELINGHART-3","type":"Grunt"},"type":"Feature"},"DELINGHART-4":{"geometry":{"coordinates":{"x":194073,"y":245502},"type":"Point"},"properties":{"attribution":"","name":"DELINGHART-4","type":"Tuna"},"type":"Feature"},"DELINGHART-5":{"geometry":{"coordinates":{"x":213226,"y":238154},"type":"Point"},"properties":{"attribution":"","name":"DELINGHART-5","type":"Grunt"},"type":"Feature"},"DELINGHART-6":{"geometry":{"coordinates":{"x":194073,"y":245502},"type":"Point"},"properties":{"attribution":"","name":"DELINGHART-6","type":"Tuna"},"type":"Feature"},"DUCH-1":{"geometry":{"coordinates":{"x":-119033,"y":208537},"type":"Point"},"id":"DUCH-1","properties":{"attribution":"FoxHumbug","name":"DUCH-1","type":"Black Porgy"},"type":"Feature"},"DUCH-2":{"geometry":{"coordinates":{"x":-83062,"y":181819},"type":"Point"},"properties":{"attribution":"","name":"DUCH-2","type":"Coelacanth"},"type":"Feature"},"DUCH-3":{"geometry":{"coordinates":{"x":-83062,"y":181819},"type":"Point"},"properties":{"attribution":"","name":"DUCH-3","type":"Coelacanth"},"type":"Feature"},"DUNDE-1":{"geometry":{"coordinates":{"x":-384090,"y":154512},"type":"Point"},"id":"DUNDE-1","properties":{"attribution":"FoxHumbug","name":"DUNDE-1","type":"Smokey Chromis"},"type":"Feature"},"DUNDE-2":{"geometry":{"coordinates":{"x":-391034,"y":160122},"type":"Point"},"id":"DUNDE-2","properties":{"attribution":"FoxHumbug","name":"DUNDE-2","type":"Eyespot Puffer"},"type":"Feature"},"DUNDE-3":{"geometry":{"coordinates":{"x":-374936,"y":162561},"type":"Point"},"id":"DUNDE-3","properties":{"attribution":"FoxHumbug","name":"DUNDE-3","type":"Eyespot Puffer"},"type":"Feature"},"DUNDE-4":{"geometry":{"coordinates":{"x":-382013,"y":151248},"type":"Point"},"properties":{"attribution":"","name":"DUNDE-4","type":"Eyespot Puffer"},"type":"Feature"},"DUNDE-5":{"geometry":{"coordinates":{"x":-362701,"y":152079},"type":"Point"},"properties":{"attribution":"","name":"DUNDE-5","type":"Smokey Chromis"},"type":"Feature"},"DUNDE-6":{"geometry":{"coordinates":{"x":-382013,"y":151248},"type":"Point"},"properties":{"attribution":"","name":"DUNDE-6","type":"Eyespot Puffer"},"type":"Feature"},"DUNDE-7":{"geometry":{"coordinates":{"x":-362701,"y":152079},"type":"Point"},"properties":{"attribution":"","name":"DUNDE-7","type":"Smokey Chromis"},"type":"Feature"},"EBERDEEN-1":{"geometry":{"coordinates":{"x":-361407,"y":165976},"type":"Point"},"id":"EBERDEEN-1","properties":{"attribution":"FoxHumbug","name":"EBERDEEN-1","type":"Smokey Chromis"},"type":"Feature"},"EBERDEEN-2":{"geometry":{"coordinates":{"x":-343846,"y":197439},"type":"Point"},"id":"EBERDEEN-2","properties":{"attribution":"FoxHumbug","name":"EBERDEEN-2","type":"Smokey Chromis"},"type":"Feature"},"EBERDEEN-3":{"geometry":{"coordinates":{"x":-361895,"y":216463},"type":"Point"},"id":"EBERDEEN-3","properties":{"attribution":"FoxHumbug","name":"EBERDEEN-3","type":"Sea Bass"},"type":"Feature"},"EBERDEEN-4":{"geometry":{"coordinates":{"x":-352139,"y":220854},"type":"Point"},"id":"EBERDEEN-4","properties":{"attribution":"FoxHumbug","name":"EBERDEEN-4","type":"Sea Bass"},"type":"Feature"},"EBERDEEN-5":{"geometry":{"coordinates":{"x":-352968,"y":213842},"type":"Point"},"properties":{"attribution":"","name":"EBERDEEN-5","type":"Sea Bass"},"type":"Feature"},"EBERDEEN-6":{"geometry":{"coordinates":{"x":-352968,"y":213842},"type":"Point"},"properties":{"attribution":"","name":"EBERDEEN-6","type":"Sea Bass"},"type":"Feature"},"EPHDE-1":{"geometry":{"coordinates":{"x":1223,"y":202317},"type":"Point"},"id":"EPHDE-1","properties":{"attribution":"FoxHumbug","name":"EPHDE-1","type":"Grunt"},"type":"Feature"},"EPHDE-2":{"geometry":{"coordinates":{"x":-9846,"y":155366},"type":"Point"},"id":"EPHDE-2","properties":{"attribution":"Azukai","name":"EPHDE-2","type":"Coelacanth"},"type":"Feature"},"EPHDE-3":{"geometry":{"coordinates":{"x":-14926,"y":158019},"type":"Point"},"properties":{"attribution":"","name":"EPHDE-3","type":"Coelacanth"},"type":"Feature"},"EPHDE-4":{"geometry":{"coordinates":{"x":-14926,"y":158019},"type":"Point"},"properties":{"attribution":"","name":"EPHDE-4","type":"Coelacanth"},"type":"Feature"},"EPHERIA-1":{"geometry":{"coordinates":{"x":-388833,"y":24512},"type":"Point"},"id":"EPHERIA-1","properties":{"attribution":"Fam","name":"EPHERIA-1","type":"Coelacanth"},"type":"Feature"},"EPHERIA-2":{"geometry":{"coordinates":{"x":-391272,"y":48537},"type":"Point"},"id":"EPHERIA-2","properties":{"attribution":"Fam","name":"EPHERIA-2","type":"Coelacanth"},"type":"Feature"},"EPHERIA-3":{"geometry":{"coordinates":{"x":-366760,"y":71707},"type":"Point"},"id":"EPHERIA-3","properties":{"attribution":"Fam","name":"EPHERIA-3","type":"Coelacanth"},"type":"Feature"},"EPHERIA-4":{"geometry":{"coordinates":{"x":-386483,"y":25033},"type":"Point"},"properties":{"attribution":"","name":"EPHERIA-4","type":"Coelacanth"},"type":"Feature"},"EPHERIA-5":{"geometry":{"coordinates":{"x":-386390,"y":49400},"type":"Point"},"properties":{"attribution":"","name":"EPHERIA-5","type":"Coelacanth"},"type":"Feature"},"EPHERIA-6":{"geometry":{"coordinates":{"x":-386390,"y":49400},"type":"Point"},"properties":{"attribution":"","name":"EPHERIA-6","type":"Coelacanth"},"type":"Feature"},"GINBURREY-1":{"geometry":{"coordinates":{"x":-440675,"y":123537},"type":"Point"},"id":"GINBURREY-1","properties":{"attribution":"FoxHumbug","name":"GINBURREY-1","type":"Smokey Chromis"},"type":"Feature"},"GINBURREY-2":{"geometry":{"coordinates":{"x":-423358,"y":153537},"type":"Point"},"id":"GINBURREY-2","properties":{"attribution":"FoxHumbug","name":"GINBURREY-2","type":"Sea Bass"},"type":"Feature"},"GINBURREY-3":{"geometry":{"coordinates":{"x":-428469,"y":124047},"type":"Point"},"properties":{"attribution":"","name":"GINBURREY-3","type":"Eyespot Puffer"},"type":"Feature"},"GINBURREY-4":{"geometry":{"coordinates":{"x":-428469,"y":124047},"type":"Point"},"properties":{"attribution":"","name":"GINBURREY-4","type":"Eyespot Puffer"},"type":"Feature"},"HAKOVEN-1":{"geometry":{"coordinates":{"x":1370109,"y":512898},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-1","type":"Coelacanth"},"type":"Feature"},"HAKOVEN-10":{"geometry":{"coordinates":{"x":1388206,"y":516052},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-10","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-11":{"geometry":{"coordinates":{"x":1358633,"y":434392},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-11","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-12":{"geometry":{"coordinates":{"x":1344067,"y":553291},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-12","type":"Tilefish"},"type":"Feature"},"HAKOVEN-13":{"geometry":{"coordinates":{"x":1407008,"y":552370},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-13","type":"Tilefish"},"type":"Feature"},"HAKOVEN-14":{"geometry":{"coordinates":{"x":1400433,"y":434915},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-14","type":"Tilefish"},"type":"Feature"},"HAKOVEN-15":{"geometry":{"coordinates":{"x":1370109,"y":512898},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-15","type":"Coelacanth"},"type":"Feature"},"HAKOVEN-16":{"geometry":{"coordinates":{"x":1320240,"y":598855},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-16","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-17":{"geometry":{"coordinates":{"x":1313813,"y":466016},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-17","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-18":{"geometry":{"coordinates":{"x":1421139,"y":456575},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-18","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-19":{"geometry":{"coordinates":{"x":1369324,"y":597560},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-19","type":"Nibbler"},"type":"Feature"},"HAKOVEN-2":{"geometry":{"coordinates":{"x":1320240,"y":598855},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-2","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-20":{"geometry":{"coordinates":{"x":1417910,"y":584597},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-20","type":"Nibbler"},"type":"Feature"},"HAKOVEN-21":{"geometry":{"coordinates":{"x":1358929,"y":487817},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-21","type":"Nibbler"},"type":"Feature"},"HAKOVEN-22":{"geometry":{"coordinates":{"x":1344619,"y":616500},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-22","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-23":{"geometry":{"coordinates":{"x":1320071,"y":506628},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-23","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-24":{"geometry":{"coordinates":{"x":1388206,"y":516052},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-24","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-25":{"geometry":{"coordinates":{"x":1358633,"y":434392},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-25","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-26":{"geometry":{"coordinates":{"x":1344067,"y":553291},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-26","type":"Tilefish"},"type":"Feature"},"HAKOVEN-27":{"geometry":{"coordinates":{"x":1407008,"y":552370},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-27","type":"Tilefish"},"type":"Feature"},"HAKOVEN-28":{"geometry":{"coordinates":{"x":1400433,"y":434915},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-28","type":"Tilefish"},"type":"Feature"},"HAKOVEN-3":{"geometry":{"coordinates":{"x":1313813,"y":466016},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-3","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-4":{"geometry":{"coordinates":{"x":1421139,"y":456575},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-4","type":"Blue Grouper"},"type":"Feature"},"HAKOVEN-5":{"geometry":{"coordinates":{"x":1369324,"y":597560},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-5","type":"Nibbler"},"type":"Feature"},"HAKOVEN-6":{"geometry":{"coordinates":{"x":1417910,"y":584597},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-6","type":"Nibbler"},"type":"Feature"},"HAKOVEN-7":{"geometry":{"coordinates":{"x":1358929,"y":487817},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-7","type":"Nibbler"},"type":"Feature"},"HAKOVEN-8":{"geometry":{"coordinates":{"x":1344619,"y":616500},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-8","type":"Giant Octopus"},"type":"Feature"},"HAKOVEN-9":{"geometry":{"coordinates":{"x":1320071,"y":506628},"type":"Point"},"properties":{"attribution":"","name":"HAKOVEN-9","type":"Giant Octopus"},"type":"Feature"},"ILIYA-1":{"geometry":{"coordinates":{"x":123174,"y":269634},"type":"Point"},"id":"ILIYA-1","properties":{"attribution":"FoxHumbug","name":"ILIYA-1","type":"Black Porgy"},"type":"Feature"},"INVERNEN-1":{"geometry":{"coordinates":{"x":-121133,"y":284024},"type":"Point"},"id":"INVERNEN-1","properties":{"attribution":"FoxHumbug","name":"INVERNEN-1","type":"Grunt"},"type":"Feature"},"INVERNEN-2":{"geometry":{"coordinates":{"x":-146826,"y":287439},"type":"Point"},"id":"INVERNEN-2","properties":{"attribution":"FoxHumbug","name":"INVERNEN-2","type":"Tuna"},"type":"Feature"},"INVERNEN-3":{"geometry":{"coordinates":{"x":-135119,"y":275732},"type":"Point"},"id":"INVERNEN-3","properties":{"attribution":"FoxHumbug","name":"INVERNEN-3","type":"Spotted Sea Bass"},"type":"Feature"},"INVERNEN-4":{"geometry":{"coordinates":{"x":-160071,"y":354193},"type":"Point"},"properties":{"attribution":"","name":"INVERNEN-4","type":"Coelacanth"},"type":"Feature"},"INVERNEN-5":{"geometry":{"coordinates":{"x":-160071,"y":354193},"type":"Point"},"properties":{"attribution":"","name":"INVERNEN-5","type":"Coelacanth"},"type":"Feature"},"INVERNEN-6":{"geometry":{"coordinates":{"x":-160071,"y":354193},"type":"Point"},"properties":{"attribution":"","name":"INVERNEN-6","type":"Coelacanth"},"type":"Feature"},"KUIT-1":{"geometry":{"coordinates":{"x":-263552,"y":453909},"type":"Point"},"properties":{"attribution":"","name":"KUIT-1","type":"Coelacanth"},"type":"Feature"},"KUIT-10":{"geometry":{"coordinates":{"x":-413602,"y":421073},"type":"Point"},"properties":{"attribution":"","name":"KUIT-10","type":"Porgy"},"type":"Feature"},"KUIT-11":{"geometry":{"coordinates":{"x":-346377,"y":445099},"type":"Point"},"properties":{"attribution":"","name":"KUIT-11","type":"Sea Bass"},"type":"Feature"},"KUIT-12":{"geometry":{"coordinates":{"x":-267191,"y":434735},"type":"Point"},"properties":{"attribution":"","name":"KUIT-12","type":"Sea Bass"},"type":"Feature"},"KUIT-13":{"geometry":{"coordinates":{"x":-324249,"y":356029},"type":"Point"},"properties":{"attribution":"","name":"KUIT-13","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-14":{"geometry":{"coordinates":{"x":-403643,"y":432858},"type":"Point"},"properties":{"attribution":"","name":"KUIT-14","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-15":{"geometry":{"coordinates":{"x":-283967,"y":453887},"type":"Point"},"properties":{"attribution":"","name":"KUIT-15","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-16":{"geometry":{"coordinates":{"x":-377162,"y":446343},"type":"Point"},"properties":{"attribution":"","name":"KUIT-16","type":"Smokey Chromis"},"type":"Feature"},"KUIT-2":{"geometry":{"coordinates":{"x":-413602,"y":421073},"type":"Point"},"properties":{"attribution":"","name":"KUIT-2","type":"Porgy"},"type":"Feature"},"KUIT-3":{"geometry":{"coordinates":{"x":-346377,"y":445099},"type":"Point"},"properties":{"attribution":"","name":"KUIT-3","type":"Sea Bass"},"type":"Feature"},"KUIT-4":{"geometry":{"coordinates":{"x":-267191,"y":434735},"type":"Point"},"properties":{"attribution":"","name":"KUIT-4","type":"Sea Bass"},"type":"Feature"},"KUIT-5":{"geometry":{"coordinates":{"x":-324249,"y":356029},"type":"Point"},"properties":{"attribution":"","name":"KUIT-5","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-6":{"geometry":{"coordinates":{"x":-403643,"y":432858},"type":"Point"},"properties":{"attribution":"","name":"KUIT-6","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-7":{"geometry":{"coordinates":{"x":-283967,"y":453887},"type":"Point"},"properties":{"attribution":"","name":"KUIT-7","type":"Eyespot Puffer"},"type":"Feature"},"KUIT-8":{"geometry":{"coordinates":{"x":-377162,"y":446343},"type":"Point"},"properties":{"attribution":"","name":"KUIT-8","type":"Smokey Chromis"},"type":"Feature"},"KUIT-9":{"geometry":{"coordinates":{"x":-263552,"y":453909},"type":"Point"},"properties":{"attribution":"","name":"KUIT-9","type":"Coelacanth"},"type":"Feature"},"LEMA-1":{"geometry":{"coordinates":{"x":-63099,"y":455233},"type":"Point"},"properties":{"attribution":"","name":"LEMA-1","type":"Grunt"},"type":"Feature"},"LEMA-10":{"geometry":{"coordinates":{"x":-14951,"y":497038},"type":"Point"},"properties":{"attribution":"","name":"LEMA-10","type":"Spotted Sea Bass"},"type":"Feature"},"LEMA-2":{"geometry":{"coordinates":{"x":-60492,"y":357646},"type":"Point"},"properties":{"attribution":"","name":"LEMA-2","type":"Tuna"},"type":"Feature"},"LEMA-3":{"geometry":{"coordinates":{"x":-35167,"y":480283},"type":"Point"},"properties":{"attribution":"","name":"LEMA-3","type":"Tuna"},"type":"Feature"},"LEMA-4":{"geometry":{"coordinates":{"x":-7999,"y":381878},"type":"Point"},"properties":{"attribution":"","name":"LEMA-4","type":"Spotted Sea Bass"},"type":"Feature"},"LEMA-5":{"geometry":{"coordinates":{"x":-14951,"y":497038},"type":"Point"},"properties":{"attribution":"","name":"LEMA-5","type":"Spotted Sea Bass"},"type":"Feature"},"LEMA-6":{"geometry":{"coordinates":{"x":-63099,"y":455233},"type":"Point"},"properties":{"attribution":"","name":"LEMA-6","type":"Grunt"},"type":"Feature"},"LEMA-7":{"geometry":{"coordinates":{"x":-60492,"y":357646},"type":"Point"},"properties":{"attribution":"","name":"LEMA-7","type":"Tuna"},"type":"Feature"},"LEMA-8":{"geometry":{"coordinates":{"x":-35167,"y":480283},"type":"Point"},"properties":{"attribution":"","name":"LEMA-8","type":"Tuna"},"type":"Feature"},"LEMA-9":{"geometry":{"coordinates":{"x":-7999,"y":381878},"type":"Point"},"properties":{"attribution":"","name":"LEMA-9","type":"Spotted Sea Bass"},"type":"Feature"},"LERAO-1":{"geometry":{"coordinates":{"x":243140,"y":523344},"type":"Point"},"properties":{"attribution":"","name":"LERAO-1","type":"Grunt"},"type":"Feature"},"LERAO-10":{"geometry":{"coordinates":{"x":301789,"y":545362},"type":"Point"},"properties":{"attribution":"","name":"LERAO-10","type":"Black Porgy"},"type":"Feature"},"LERAO-2":{"geometry":{"coordinates":{"x":310427,"y":508132},"type":"Point"},"properties":{"attribution":"","name":"LERAO-2","type":"Grunt"},"type":"Feature"},"LERAO-3":{"geometry":{"coordinates":{"x":279172,"y":496787},"type":"Point"},"properties":{"attribution":"","name":"LERAO-3","type":"Tuna"},"type":"Feature"},"LERAO-4":{"geometry":{"coordinates":{"x":268874,"y":566159},"type":"Point"},"properties":{"attribution":"","name":"LERAO-4","type":"Spotted Sea Bass"},"type":"Feature"},"LERAO-5":{"geometry":{"coordinates":{"x":301789,"y":545362},"type":"Point"},"properties":{"attribution":"","name":"LERAO-5","type":"Black Porgy"},"type":"Feature"},"LERAO-6":{"geometry":{"coordinates":{"x":243140,"y":523344},"type":"Point"},"properties":{"attribution":"","name":"LERAO-6","type":"Grunt"},"type":"Feature"},"LERAO-7":{"geometry":{"coordinates":{"x":310427,"y":508132},"type":"Point"},"properties":{"attribution":"","name":"LERAO-7","type":"Grunt"},"type":"Feature"},"LERAO-8":{"geometry":{"coordinates":{"x":279172,"y":496787},"type":"Point"},"properties":{"attribution":"","name":"LERAO-8","type":"Tuna"},"type":"Feature"},"LERAO-9":{"geometry":{"coordinates":{"x":268874,"y":566159},"type":"Point"},"properties":{"attribution":"","name":"LERAO-9","type":"Spotted Sea Bass"},"type":"Feature"},"LISZ-1":{"geometry":{"coordinates":{"x":-265363,"y":262805},"type":"Point"},"id":"LISZ-1","properties":{"attribution":"FoxHumbug","name":"LISZ-1","type":"Grunt"},"type":"Feature"},"LISZ-10":{"geometry":{"coordinates":{"x":-211216,"y":279146},"type":"Point"},"id":"LISZ-10","properties":{"attribution":"FoxHumbug","name":"LISZ-10","type":"Tuna"},"type":"Feature"},"LISZ-11":{"geometry":{"coordinates":{"x":-283655,"y":286220},"type":"Point"},"id":"LISZ-11","properties":{"attribution":"FoxHumbug","name":"LISZ-11","type":"Sea Bass"},"type":"Feature"},"LISZ-12":{"geometry":{"coordinates":{"x":-258349,"y":261901},"type":"Point"},"properties":{"attribution":"","name":"LISZ-12","type":"Grunt"},"type":"Feature"},"LISZ-13":{"geometry":{"coordinates":{"x":-254442,"y":293707},"type":"Point"},"properties":{"attribution":"","name":"LISZ-13","type":"Grunt"},"type":"Feature"},"LISZ-14":{"geometry":{"coordinates":{"x":-220027,"y":296857},"type":"Point"},"properties":{"attribution":"","name":"LISZ-14","type":"Grunt"},"type":"Feature"},"LISZ-15":{"geometry":{"coordinates":{"x":-258349,"y":261901},"type":"Point"},"properties":{"attribution":"","name":"LISZ-15","type":"Grunt"},"type":"Feature"},"LISZ-16":{"geometry":{"coordinates":{"x":-254442,"y":293707},"type":"Point"},"properties":{"attribution":"","name":"LISZ-16","type":"Grunt"},"type":"Feature"},"LISZ-17":{"geometry":{"coordinates":{"x":-220027,"y":296857},"type":"Point"},"properties":{"attribution":"","name":"LISZ-17","type":"Grunt"},"type":"Feature"},"LISZ-2":{"geometry":{"coordinates":{"x":-232924,"y":289390},"type":"Point"},"id":"LISZ-2","properties":{"attribution":"FoxHumbug","name":"LISZ-2","type":"Grunt"},"type":"Feature"},"LISZ-3":{"geometry":{"coordinates":{"x":-242924,"y":303537},"type":"Point"},"id":"LISZ-3","properties":{"attribution":"FoxHumbug","name":"LISZ-3","type":"Grunt"},"type":"Feature"},"LISZ-4":{"geometry":{"coordinates":{"x":-222436,"y":302561},"type":"Point"},"id":"LISZ-4","properties":{"attribution":"FoxHumbug","name":"LISZ-4","type":"Grunt"},"type":"Feature"},"LISZ-5":{"geometry":{"coordinates":{"x":-209547,"y":268415},"type":"Point"},"id":"LISZ-5","properties":{"attribution":"FoxHumbug","name":"LISZ-5","type":"Grunt"},"type":"Feature"},"LISZ-6":{"geometry":{"coordinates":{"x":-203816,"y":268659},"type":"Point"},"id":"LISZ-6","properties":{"attribution":"FoxHumbug","name":"LISZ-6","type":"Grunt"},"type":"Feature"},"LISZ-7":{"geometry":{"coordinates":{"x":-210157,"y":276585},"type":"Point"},"id":"LISZ-7","properties":{"attribution":"FoxHumbug","name":"LISZ-7","type":"Grunt"},"type":"Feature"},"LISZ-8":{"geometry":{"coordinates":{"x":-212352,"y":281341},"type":"Point"},"id":"LISZ-8","properties":{"attribution":"FoxHumbug","name":"LISZ-8","type":"Grunt"},"type":"Feature"},"LISZ-9":{"geometry":{"coordinates":{"x":-215851,"y":285976},"type":"Point"},"id":"LISZ-9","properties":{"attribution":"FoxHumbug","name":"LISZ-9","type":"Tuna"},"type":"Feature"},"LOURUVE-1":{"geometry":{"coordinates":{"x":-236960,"y":237805},"type":"Point"},"id":"LOURUVE-1","properties":{"attribution":"FoxHumbug","name":"LOURUVE-1","type":"Black Porgy"},"type":"Feature"},"LOURUVE-2":{"geometry":{"coordinates":{"x":-238911,"y":244756},"type":"Point"},"id":"LOURUVE-2","properties":{"attribution":"FoxHumbug","name":"LOURUVE-2","type":"Black Porgy"},"type":"Feature"},"LUIVANO-1":{"geometry":{"coordinates":{"x":-38046,"y":138902},"type":"Point"},"id":"LUIVANO-1","properties":{"attribution":"FoxHumbug","name":"LUIVANO-1","type":"Grunt"},"type":"Feature"},"MARIVENO-1":{"geometry":{"coordinates":{"x":-53301,"y":234512},"type":"Point"},"id":"MARIVENO-1","properties":{"attribution":"FoxHumbug","name":"MARIVENO-1","type":"Black Porgy"},"type":"Feature"},"MARIVENO-10":{"geometry":{"coordinates":{"x":-11866,"y":202870},"type":"Point"},"properties":{"attribution":"","name":"MARIVENO-10","type":"Grunt"},"type":"Feature"},"MARIVENO-11":{"geometry":{"coordinates":{"x":-53336,"y":226108},"type":"Point"},"properties":{"attribution":"","name":"MARIVENO-11","type":"Coelacanth"},"type":"Feature"},"MARIVENO-12":{"geometry":{"coordinates":{"x":-53336,"y":226108},"type":"Point"},"properties":{"attribution":"","name":"MARIVENO-12","type":"Coelacanth"},"type":"Feature"},"MARIVENO-13":{"geometry":{"coordinates":{"x":-11866,"y":202870},"type":"Point"},"properties":{"attribution":"","name":"MARIVENO-13","type":"Grunt"},"type":"Feature"},"MARIVENO-2":{"geometry":{"coordinates":{"x":-13412,"y":260366},"type":"Point"},"id":"MARIVENO-2","properties":{"attribution":"FoxHumbug","name":"MARIVENO-2","type":"Black Porgy"},"type":"Feature"},"MARIVENO-3":{"geometry":{"coordinates":{"x":-33328,"y":204268},"type":"Point"},"id":"MARIVENO-3","properties":{"attribution":"FoxHumbug","name":"MARIVENO-3","type":"Grunt"},"type":"Feature"},"MARIVENO-4":{"geometry":{"coordinates":{"x":-3899,"y":204512},"type":"Point"},"id":"MARIVENO-4","properties":{"attribution":"FoxHumbug","name":"MARIVENO-4","type":"Grunt"},"type":"Feature"},"MARIVENO-5":{"geometry":{"coordinates":{"x":-18777,"y":227439},"type":"Point"},"id":"MARIVENO-5","properties":{"attribution":"FoxHumbug","name":"MARIVENO-5","type":"Spotted Sea Bass"},"type":"Feature"},"MARIVENO-6":{"geometry":{"coordinates":{"x":-13655,"y":227927},"type":"Point"},"id":"MARIVENO-6","properties":{"attribution":"FoxHumbug","name":"MARIVENO-6","type":"Spotted Sea Bass"},"type":"Feature"},"MARIVENO-7":{"geometry":{"coordinates":{"x":1710,"y":236951},"type":"Point"},"id":"MARIVENO-7","properties":{"attribution":"FoxHumbug","name":"MARIVENO-7","type":"Spotted Sea Bass"},"type":"Feature"},"MARIVENO-8":{"geometry":{"coordinates":{"x":-16338,"y":211829},"type":"Point"},"id":"MARIVENO-8","properties":{"attribution":"FoxHumbug","name":"MARIVENO-8","type":"Spotted Sea Bass"},"type":"Feature"},"MARIVENO-9":{"geometry":{"coordinates":{"x":-53336,"y":226108},"type":"Point"},"properties":{"attribution":"","name":"MARIVENO-9","type":"Coelacanth"},"type":"Feature"},"MARKA-1":{"geometry":{"coordinates":{"x":-187718,"y":259024},"type":"Point"},"id":"MARKA-1","properties":{"attribution":"FoxHumbug","name":"MARKA-1","type":"Grunt"},"type":"Feature"},"MARKA-2":{"geometry":{"coordinates":{"x":-198694,"y":258415},"type":"Point"},"id":"MARKA-2","properties":{"attribution":"FoxHumbug","name":"MARKA-2","type":"Grunt"},"type":"Feature"},"MARKA-3":{"geometry":{"coordinates":{"x":-202436,"y":271341},"type":"Point"},"id":"MARKA-3","properties":{"attribution":"FoxHumbug","name":"MARKA-3","type":"Tuna"},"type":"Feature"},"MARKA-4":{"geometry":{"coordinates":{"x":-163655,"y":256951},"type":"Point"},"id":"MARKA-4","properties":{"attribution":"FoxHumbug","name":"MARKA-4","type":"Tuna"},"type":"Feature"},"MARKA-5":{"geometry":{"coordinates":{"x":-195363,"y":272073},"type":"Point"},"id":"MARKA-5","properties":{"attribution":"FoxHumbug","name":"MARKA-5","type":"Spotted Sea Bass"},"type":"Feature"},"MARKA-6":{"geometry":{"coordinates":{"x":-202472,"y":267644},"type":"Point"},"properties":{"attribution":"","name":"MARKA-6","type":"Grunt"},"type":"Feature"},"MARKA-7":{"geometry":{"coordinates":{"x":-169482,"y":225229},"type":"Point"},"properties":{"attribution":"","name":"MARKA-7","type":"Spotted Sea Bass"},"type":"Feature"},"MARKA-8":{"geometry":{"coordinates":{"x":-202472,"y":267644},"type":"Point"},"properties":{"attribution":"","name":"MARKA-8","type":"Grunt"},"type":"Feature"},"MARKA-9":{"geometry":{"coordinates":{"x":-169482,"y":225229},"type":"Point"},"properties":{"attribution":"","name":"MARKA-9","type":"Spotted Sea Bass"},"type":"Feature"},"MARLENE-1":{"geometry":{"coordinates":{"x":-68423,"y":249756},"type":"Point"},"id":"MARLENE-1","properties":{"attribution":"FoxHumbug","name":"MARLENE-1","type":"Black Porgy"},"type":"Feature"},"MARLENE-10":{"geometry":{"coordinates":{"x":-27995,"y":264607},"type":"Point"},"properties":{"attribution":"","name":"MARLENE-10","type":"Black Porgy"},"type":"Feature"},"MARLENE-11":{"geometry":{"coordinates":{"x":-54280,"y":296399},"type":"Point"},"properties":{"attribution":"","name":"MARLENE-11","type":"Grunt"},"type":"Feature"},"MARLENE-12":{"geometry":{"coordinates":{"x":-27995,"y":264607},"type":"Point"},"properties":{"attribution":"","name":"MARLENE-12","type":"Black Porgy"},"type":"Feature"},"MARLENE-2":{"geometry":{"coordinates":{"x":-77082,"y":252073},"type":"Point"},"id":"MARLENE-2","properties":{"attribution":"FoxHumbug","name":"MARLENE-2","type":"Black Porgy"},"type":"Feature"},"MARLENE-3":{"geometry":{"coordinates":{"x":-35496,"y":258293},"type":"Point"},"id":"MARLENE-3","properties":{"attribution":"FoxHumbug","name":"MARLENE-3","type":"Black Porgy"},"type":"Feature"},"MARLENE-4":{"geometry":{"coordinates":{"x":-32680,"y":286220},"type":"Point"},"id":"MARLENE-4","properties":{"attribution":"FoxHumbug","name":"MARLENE-4","type":"Black Porgy"},"type":"Feature"},"MARLENE-5":{"geometry":{"coordinates":{"x":-69059,"y":287195},"type":"Point"},"id":"MARLENE-5","properties":{"attribution":"FoxHumbug","name":"MARLENE-5","type":"Grunt"},"type":"Feature"},"MARLENE-6":{"geometry":{"coordinates":{"x":-58450,"y":289512},"type":"Point"},"id":"MARLENE-6","properties":{"attribution":"FoxHumbug","name":"MARLENE-6","type":"Grunt"},"type":"Feature"},"MARLENE-7":{"geometry":{"coordinates":{"x":-29753,"y":278659},"type":"Point"},"id":"MARLENE-7","properties":{"attribution":"FoxHumbug","name":"MARLENE-7","type":"Spotted Sea Bass"},"type":"Feature"},"MARLENE-8":{"geometry":{"coordinates":{"x":-74824,"y":292683},"type":"Point"},"id":"MARLENE-8","properties":{"attribution":"Azukai","name":"MARLENE-8","type":"Grunt"},"type":"Feature"},"MARLENE-9":{"geometry":{"coordinates":{"x":-54280,"y":296399},"type":"Point"},"properties":{"attribution":"","name":"MARLENE-9","type":"Grunt"},"type":"Feature"},"MODRIC-1":{"geometry":{"coordinates":{"x":-487992,"y":75976},"type":"Point"},"id":"MODRIC-1","properties":{"attribution":"FoxHumbug","name":"MODRIC-1","type":"Sea Bass"},"type":"Feature"},"MODRIC-2":{"geometry":{"coordinates":{"x":-484132,"y":68603},"type":"Point"},"properties":{"attribution":"","name":"MODRIC-2","type":"Porgy"},"type":"Feature"},"MODRIC-3":{"geometry":{"coordinates":{"x":-468371,"y":67730},"type":"Point"},"properties":{"attribution":"","name":"MODRIC-3","type":"Sea Bass"},"type":"Feature"},"MODRIC-4":{"geometry":{"coordinates":{"x":-484132,"y":68603},"type":"Point"},"properties":{"attribution":"","name":"MODRIC-4","type":"Porgy"},"type":"Feature"},"MODRIC-5":{"geometry":{"coordinates":{"x":-468371,"y":67730},"type":"Point"},"properties":{"attribution":"","name":"MODRIC-5","type":"Sea Bass"},"type":"Feature"},"NARVO-1":{"geometry":{"coordinates":{"x":-203655,"y":300854},"type":"Point"},"id":"NARVO-1","properties":{"attribution":"FoxHumbug","name":"NARVO-1","type":"Grunt"},"type":"Feature"},"NARVO-10":{"geometry":{"coordinates":{"x":-154492,"y":274845},"type":"Point"},"properties":{"attribution":"","name":"NARVO-10","type":"Tuna"},"type":"Feature"},"NARVO-11":{"geometry":{"coordinates":{"x":-207611,"y":280814},"type":"Point"},"properties":{"attribution":"","name":"NARVO-11","type":"Tuna"},"type":"Feature"},"NARVO-12":{"geometry":{"coordinates":{"x":-160994,"y":272630},"type":"Point"},"properties":{"attribution":"","name":"NARVO-12","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-13":{"geometry":{"coordinates":{"x":-167105,"y":321809},"type":"Point"},"properties":{"attribution":"","name":"NARVO-13","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-14":{"geometry":{"coordinates":{"x":-154492,"y":274845},"type":"Point"},"properties":{"attribution":"","name":"NARVO-14","type":"Tuna"},"type":"Feature"},"NARVO-15":{"geometry":{"coordinates":{"x":-207611,"y":280814},"type":"Point"},"properties":{"attribution":"","name":"NARVO-15","type":"Tuna"},"type":"Feature"},"NARVO-16":{"geometry":{"coordinates":{"x":-160994,"y":272630},"type":"Point"},"properties":{"attribution":"","name":"NARVO-16","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-17":{"geometry":{"coordinates":{"x":-167105,"y":321809},"type":"Point"},"properties":{"attribution":"","name":"NARVO-17","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-2":{"geometry":{"coordinates":{"x":-201704,"y":293537},"type":"Point"},"id":"NARVO-2","properties":{"attribution":"FoxHumbug","name":"NARVO-2","type":"Grunt"},"type":"Feature"},"NARVO-3":{"geometry":{"coordinates":{"x":-197314,"y":275488},"type":"Point"},"id":"NARVO-3","properties":{"attribution":"FoxHumbug","name":"NARVO-3","type":"Tuna"},"type":"Feature"},"NARVO-4":{"geometry":{"coordinates":{"x":-172192,"y":280610},"type":"Point"},"id":"NARVO-4","properties":{"attribution":"FoxHumbug","name":"NARVO-4","type":"Tuna"},"type":"Feature"},"NARVO-5":{"geometry":{"coordinates":{"x":-164143,"y":274268},"type":"Point"},"id":"NARVO-5","properties":{"attribution":"FoxHumbug","name":"NARVO-5","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-6":{"geometry":{"coordinates":{"x":-163412,"y":276463},"type":"Point"},"id":"NARVO-6","properties":{"attribution":"FoxHumbug","name":"NARVO-6","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-7":{"geometry":{"coordinates":{"x":-168290,"y":314756},"type":"Point"},"id":"NARVO-7","properties":{"attribution":"FoxHumbug","name":"NARVO-7","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-8":{"geometry":{"coordinates":{"x":-171704,"y":318902},"type":"Point"},"id":"NARVO-8","properties":{"attribution":"FoxHumbug","name":"NARVO-8","type":"Spotted Sea Bass"},"type":"Feature"},"NARVO-9":{"geometry":{"coordinates":{"x":-173412,"y":311829},"type":"Point"},"id":"NARVO-9","properties":{"attribution":"FoxHumbug","name":"NARVO-9","type":"Spotted Sea Bass"},"type":"Feature"},"NETNUME-1":{"geometry":{"coordinates":{"x":-411895,"y":178415},"type":"Point"},"id":"NETNUME-1","properties":{"attribution":"FoxHumbug","name":"NETNUME-1","type":"Sea Bass"},"type":"Feature"},"NETNUME-2":{"geometry":{"coordinates":{"x":-419212,"y":172317},"type":"Point"},"id":"NETNUME-2","properties":{"attribution":"FoxHumbug","name":"NETNUME-2","type":"Sea Bass"},"type":"Feature"},"NETNUME-3":{"geometry":{"coordinates":{"x":-409405,"y":166821},"type":"Point"},"properties":{"attribution":"","name":"NETNUME-3","type":"Sea Bass"},"type":"Feature"},"NETNUME-4":{"geometry":{"coordinates":{"x":-435531,"y":175592},"type":"Point"},"properties":{"attribution":"","name":"NETNUME-4","type":"Smokey Chromis"},"type":"Feature"},"NETNUME-5":{"geometry":{"coordinates":{"x":-409405,"y":166821},"type":"Point"},"properties":{"attribution":"","name":"NETNUME-5","type":"Sea Bass"},"type":"Feature"},"NETNUME-6":{"geometry":{"coordinates":{"x":-435531,"y":175592},"type":"Point"},"properties":{"attribution":"","name":"NETNUME-6","type":"Smokey Chromis"},"type":"Feature"},"NORTHERN-1":{"geometry":{"coordinates":{"x":1370287,"y":326375},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-1","type":"Blue Grouper"},"type":"Feature"},"NORTHERN-10":{"geometry":{"coordinates":{"x":1392396,"y":375557},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-10","type":"Nibbler"},"type":"Feature"},"NORTHERN-11":{"geometry":{"coordinates":{"x":1401494,"y":267764},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-11","type":"Nibbler"},"type":"Feature"},"NORTHERN-12":{"geometry":{"coordinates":{"x":1425711,"y":354107},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-12","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-13":{"geometry":{"coordinates":{"x":1374247,"y":373226},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-13","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-14":{"geometry":{"coordinates":{"x":1376113,"y":268314},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-14","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-15":{"geometry":{"coordinates":{"x":1329428,"y":360873},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-15","type":"Tilefish"},"type":"Feature"},"NORTHERN-16":{"geometry":{"coordinates":{"x":1413265,"y":318180},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-16","type":"Tilefish"},"type":"Feature"},"NORTHERN-2":{"geometry":{"coordinates":{"x":1392396,"y":375557},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-2","type":"Nibbler"},"type":"Feature"},"NORTHERN-3":{"geometry":{"coordinates":{"x":1401494,"y":267764},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-3","type":"Nibbler"},"type":"Feature"},"NORTHERN-4":{"geometry":{"coordinates":{"x":1425711,"y":354107},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-4","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-5":{"geometry":{"coordinates":{"x":1374247,"y":373226},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-5","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-6":{"geometry":{"coordinates":{"x":1376113,"y":268314},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-6","type":"Giant Octopus"},"type":"Feature"},"NORTHERN-7":{"geometry":{"coordinates":{"x":1329428,"y":360873},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-7","type":"Tilefish"},"type":"Feature"},"NORTHERN-8":{"geometry":{"coordinates":{"x":1413265,"y":318180},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-8","type":"Tilefish"},"type":"Feature"},"NORTHERN-9":{"geometry":{"coordinates":{"x":1370287,"y":326375},"type":"Point"},"properties":{"attribution":"","name":"NORTHERN-9","type":"Blue Grouper"},"type":"Feature"},"OBEN-1":{"geometry":{"coordinates":{"x":-410187,"y":234024},"type":"Point"},"id":"OBEN-1","properties":{"attribution":"FoxHumbug","name":"OBEN-1","type":"Porgy"},"type":"Feature"},"OBEN-2":{"geometry":{"coordinates":{"x":-386929,"y":257527},"type":"Point"},"properties":{"attribution":"","name":"OBEN-2","type":"Porgy"},"type":"Feature"},"OBEN-3":{"geometry":{"coordinates":{"x":-416315,"y":225845},"type":"Point"},"properties":{"attribution":"","name":"OBEN-3","type":"Eyespot Puffer"},"type":"Feature"},"OBEN-4":{"geometry":{"coordinates":{"x":-386929,"y":257527},"type":"Point"},"properties":{"attribution":"","name":"OBEN-4","type":"Porgy"},"type":"Feature"},"OBEN-5":{"geometry":{"coordinates":{"x":-416315,"y":225845},"type":"Point"},"properties":{"attribution":"","name":"OBEN-5","type":"Eyespot Puffer"},"type":"Feature"},"OQUILLA'S-1":{"geometry":{"coordinates":{"x":-47,"y":527624},"type":"Point"},"properties":{"attribution":"","name":"OQUILLA'S-1","type":"Tuna"},"type":"Feature"},"ORFFS-1":{"geometry":{"coordinates":{"x":-125927,"y":301220},"type":"Point"},"id":"ORFFS-1","properties":{"attribution":"Azukai","name":"ORFFS-1","type":"Grunt"},"type":"Feature"},"ORFFS-2":{"geometry":{"coordinates":{"x":-63238,"y":300976},"type":"Point"},"id":"ORFFS-2","properties":{"attribution":"Azukai","name":"ORFFS-2","type":"Grunt"},"type":"Feature"},"ORISHA-1":{"geometry":{"coordinates":{"x":401878,"y":300366},"type":"Point"},"id":"ORISHA-1","properties":{"attribution":"Astrilia","name":"ORISHA-1","type":"Blue Grouper\n"},"type":"Feature"},"ORISHA-2":{"geometry":{"coordinates":{"x":409927,"y":350366},"type":"Point"},"id":"ORISHA-2","properties":{"attribution":"Astrilia","name":"ORISHA-2","type":"Nibbler\n"},"type":"Feature"},"ORISHA-3":{"geometry":{"coordinates":{"x":383934,"y":315995},"type":"Point"},"properties":{"attribution":"","name":"ORISHA-3","type":"Blue Grouper"},"type":"Feature"},"ORISHA-4":{"geometry":{"coordinates":{"x":442089,"y":306677},"type":"Point"},"properties":{"attribution":"","name":"ORISHA-4","type":"Giant Octopus"},"type":"Feature"},"ORISHA-5":{"geometry":{"coordinates":{"x":383934,"y":315995},"type":"Point"},"properties":{"attribution":"","name":"ORISHA-5","type":"Blue Grouper"},"type":"Feature"},"ORISHA-6":{"geometry":{"coordinates":{"x":442089,"y":306677},"type":"Point"},"properties":{"attribution":"","name":"ORISHA-6","type":"Giant Octopus"},"type":"Feature"},"OSTRA-1":{"geometry":{"coordinates":{"x":172198,"y":227195},"type":"Point"},"id":"OSTRA-1","properties":{"attribution":"FoxHumbug","name":"OSTRA-1","type":"Tuna"},"type":"Feature"},"OSTRA-2":{"geometry":{"coordinates":{"x":173024,"y":208569},"type":"Point"},"properties":{"attribution":"","name":"OSTRA-2","type":"Tuna"},"type":"Feature"},"OSTRA-3":{"geometry":{"coordinates":{"x":173024,"y":208569},"type":"Point"},"properties":{"attribution":"","name":"OSTRA-3","type":"Tuna"},"type":"Feature"},"PADIX-1":{"geometry":{"coordinates":{"x":-381277,"y":263049},"type":"Point"},"id":"PADIX-1","properties":{"attribution":"FoxHumbug","name":"PADIX-1","type":"Eyespot Puffer"},"type":"Feature"},"PADIX-2":{"geometry":{"coordinates":{"x":-311034,"y":279146},"type":"Point"},"id":"PADIX-2","properties":{"attribution":"FoxHumbug","name":"PADIX-2","type":"Eyespot Puffer"},"type":"Feature"},"PADIX-3":{"geometry":{"coordinates":{"x":-392139,"y":266463},"type":"Point"},"id":"PADIX-3","properties":{"attribution":"FoxHumbug","name":"PADIX-3","type":"Porgy"},"type":"Feature"},"PADIX-4":{"geometry":{"coordinates":{"x":-328595,"y":254268},"type":"Point"},"id":"PADIX-4","properties":{"attribution":"FoxHumbug","name":"PADIX-4","type":"Porgy"},"type":"Feature"},"PADIX-5":{"geometry":{"coordinates":{"x":-300382,"y":268893},"type":"Point"},"properties":{"attribution":"","name":"PADIX-5","type":"Eyespot Puffer"},"type":"Feature"},"PADIX-6":{"geometry":{"coordinates":{"x":-350478,"y":246944},"type":"Point"},"properties":{"attribution":"","name":"PADIX-6","type":"Smokey Chromis"},"type":"Feature"},"PADIX-7":{"geometry":{"coordinates":{"x":-300382,"y":268893},"type":"Point"},"properties":{"attribution":"","name":"PADIX-7","type":"Eyespot Puffer"},"type":"Feature"},"PADIX-8":{"geometry":{"coordinates":{"x":-350478,"y":246944},"type":"Point"},"properties":{"attribution":"","name":"PADIX-8","type":"Smokey Chromis"},"type":"Feature"},"PORTANEN-1":{"geometry":{"coordinates":{"x":246425,"y":468676},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-1","type":"Grunt"},"type":"Feature"},"PORTANEN-2":{"geometry":{"coordinates":{"x":278634,"y":440409},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-2","type":"Tuna"},"type":"Feature"},"PORTANEN-3":{"geometry":{"coordinates":{"x":338058,"y":468707},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-3","type":"Black Porgy"},"type":"Feature"},"PORTANEN-4":{"geometry":{"coordinates":{"x":246425,"y":468676},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-4","type":"Grunt"},"type":"Feature"},"PORTANEN-5":{"geometry":{"coordinates":{"x":278634,"y":440409},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-5","type":"Tuna"},"type":"Feature"},"PORTANEN-6":{"geometry":{"coordinates":{"x":338058,"y":468707},"type":"Point"},"properties":{"attribution":"","name":"PORTANEN-6","type":"Black Porgy"},"type":"Feature"},"PUJARA-1":{"geometry":{"coordinates":{"x":227076,"y":254512},"type":"Point"},"id":"PUJARA-1","properties":{"attribution":"FoxHumbug","name":"PUJARA-1","type":"Spotted Sea Bass"},"type":"Feature"},"PUJARA-2":{"geometry":{"coordinates":{"x":309218,"y":297260},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-2","type":"Tuna"},"type":"Feature"},"PUJARA-3":{"geometry":{"coordinates":{"x":222996,"y":254771},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-3","type":"Spotted Sea Bass"},"type":"Feature"},"PUJARA-4":{"geometry":{"coordinates":{"x":293375,"y":346873},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-4","type":"Spotted Sea Bass"},"type":"Feature"},"PUJARA-5":{"geometry":{"coordinates":{"x":309218,"y":297260},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-5","type":"Tuna"},"type":"Feature"},"PUJARA-6":{"geometry":{"coordinates":{"x":222996,"y":254771},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-6","type":"Spotted Sea Bass"},"type":"Feature"},"PUJARA-7":{"geometry":{"coordinates":{"x":293375,"y":346873},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-7","type":"Spotted Sea Bass"},"type":"Feature"},"PUJARA-8":{"geometry":{"coordinates":{"x":251606,"y":299072},"type":"Point"},"properties":{"attribution":"","name":"PUJARA-8","type":"Tilefish"},"type":"Feature"},"RACID-1":{"geometry":{"coordinates":{"x":54149,"y":456461},"type":"Point"},"properties":{"attribution":"","name":"RACID-1","type":"Coelacanth"},"type":"Feature"},"RACID-10":{"geometry":{"coordinates":{"x":82053,"y":367591},"type":"Point"},"properties":{"attribution":"","name":"RACID-10","type":"Grunt"},"type":"Feature"},"RACID-11":{"geometry":{"coordinates":{"x":101203,"y":489608},"type":"Point"},"properties":{"attribution":"","name":"RACID-11","type":"Grunt"},"type":"Feature"},"RACID-12":{"geometry":{"coordinates":{"x":155032,"y":424154},"type":"Point"},"properties":{"attribution":"","name":"RACID-12","type":"Tuna"},"type":"Feature"},"RACID-13":{"geometry":{"coordinates":{"x":97249,"y":374798},"type":"Point"},"properties":{"attribution":"","name":"RACID-13","type":"Spotted Sea Bass"},"type":"Feature"},"RACID-14":{"geometry":{"coordinates":{"x":32148,"y":538924},"type":"Point"},"properties":{"attribution":"","name":"RACID-14","type":"Spotted Sea Bass"},"type":"Feature"},"RACID-2":{"geometry":{"coordinates":{"x":82053,"y":367591},"type":"Point"},"properties":{"attribution":"","name":"RACID-2","type":"Grunt"},"type":"Feature"},"RACID-3":{"geometry":{"coordinates":{"x":101203,"y":489608},"type":"Point"},"properties":{"attribution":"","name":"RACID-3","type":"Grunt"},"type":"Feature"},"RACID-4":{"geometry":{"coordinates":{"x":155032,"y":424154},"type":"Point"},"properties":{"attribution":"","name":"RACID-4","type":"Tuna"},"type":"Feature"},"RACID-5":{"geometry":{"coordinates":{"x":-47,"y":527624},"type":"Point"},"properties":{"attribution":"","name":"RACID-5","type":"Tuna"},"type":"Feature"},"RACID-6":{"geometry":{"coordinates":{"x":97249,"y":374798},"type":"Point"},"properties":{"attribution":"","name":"RACID-6","type":"Spotted Sea Bass"},"type":"Feature"},"RACID-7":{"geometry":{"coordinates":{"x":32148,"y":538924},"type":"Point"},"properties":{"attribution":"","name":"RACID-7","type":"Spotted Sea Bass"},"type":"Feature"},"RACID-8":{"geometry":{"coordinates":{"x":54149,"y":456461},"type":"Point"},"properties":{"attribution":"","name":"RACID-8","type":"Coelacanth"},"type":"Feature"},"RACID-9":{"geometry":{"coordinates":{"x":54149,"y":456461},"type":"Point"},"properties":{"attribution":"","name":"RACID-9","type":"Coelacanth"},"type":"Feature"},"RAMEDA-1":{"geometry":{"coordinates":{"x":-521407,"y":125000},"type":"Point"},"id":"RAMEDA-1","properties":{"attribution":"FoxHumbug","name":"RAMEDA-1","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-10":{"geometry":{"coordinates":{"x":-519881,"y":127437},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-10","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-11":{"geometry":{"coordinates":{"x":-532504,"y":165685},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-11","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-12":{"geometry":{"coordinates":{"x":-483581,"y":181834},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-12","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-2":{"geometry":{"coordinates":{"x":-493602,"y":175976},"type":"Point"},"id":"RAMEDA-2","properties":{"attribution":"FoxHumbug","name":"RAMEDA-2","type":"Porgy"},"type":"Feature"},"RAMEDA-3":{"geometry":{"coordinates":{"x":-482592,"y":179752},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-3","type":"Porgy"},"type":"Feature"},"RAMEDA-4":{"geometry":{"coordinates":{"x":-538629,"y":140536},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-4","type":"Eyespot Puffer"},"type":"Feature"},"RAMEDA-5":{"geometry":{"coordinates":{"x":-519881,"y":127437},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-5","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-6":{"geometry":{"coordinates":{"x":-532504,"y":165685},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-6","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-7":{"geometry":{"coordinates":{"x":-483581,"y":181834},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-7","type":"Smokey Chromis"},"type":"Feature"},"RAMEDA-8":{"geometry":{"coordinates":{"x":-482592,"y":179752},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-8","type":"Porgy"},"type":"Feature"},"RAMEDA-9":{"geometry":{"coordinates":{"x":-538629,"y":140536},"type":"Point"},"properties":{"attribution":"","name":"RAMEDA-9","type":"Eyespot Puffer"},"type":"Feature"},"RANDIS-1":{"geometry":{"coordinates":{"x":-415424,"y":128415},"type":"Point"},"id":"RANDIS-1","properties":{"attribution":"FoxHumbug","name":"RANDIS-1","type":"Eyespot Puffer"},"type":"Feature"},"RANDIS-2":{"geometry":{"coordinates":{"x":-412491,"y":135976},"type":"Point"},"id":"RANDIS-2","properties":{"attribution":"Fam","name":"RANDIS-2","type":"Porgy"},"type":"Feature"},"RANDIS-3":{"geometry":{"coordinates":{"x":-413695,"y":127411},"type":"Point"},"properties":{"attribution":"","name":"RANDIS-3","type":"Porgy"},"type":"Feature"},"RANDIS-4":{"geometry":{"coordinates":{"x":-413695,"y":127411},"type":"Point"},"properties":{"attribution":"","name":"RANDIS-4","type":"Porgy"},"type":"Feature"},"ROSEVAN-1":{"geometry":{"coordinates":{"x":310522,"y":347247},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-1","type":"Coelacanth"},"type":"Feature"},"ROSEVAN-2":{"geometry":{"coordinates":{"x":344357,"y":405940},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-2","type":"Grunt"},"type":"Feature"},"ROSEVAN-3":{"geometry":{"coordinates":{"x":293478,"y":406872},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-3","type":"Spotted Sea Bass"},"type":"Feature"},"ROSEVAN-4":{"geometry":{"coordinates":{"x":307032,"y":346965},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-4","type":"Black Porgy"},"type":"Feature"},"ROSEVAN-5":{"geometry":{"coordinates":{"x":310522,"y":347247},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-5","type":"Coelacanth"},"type":"Feature"},"ROSEVAN-6":{"geometry":{"coordinates":{"x":310522,"y":347247},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-6","type":"Coelacanth"},"type":"Feature"},"ROSEVAN-7":{"geometry":{"coordinates":{"x":344357,"y":405940},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-7","type":"Grunt"},"type":"Feature"},"ROSEVAN-8":{"geometry":{"coordinates":{"x":293478,"y":406872},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-8","type":"Spotted Sea Bass"},"type":"Feature"},"ROSEVAN-9":{"geometry":{"coordinates":{"x":307032,"y":346965},"type":"Point"},"properties":{"attribution":"","name":"ROSEVAN-9","type":"Black Porgy"},"type":"Feature"},"SERCA-1":{"geometry":{"coordinates":{"x":-406678,"y":74756},"type":"Point"},"id":"SERCA-1","properties":{"attribution":"FoxHumbug","name":"SERCA-1","type":"Smokey Chromis"},"type":"Feature"},"SERCA-2":{"geometry":{"coordinates":{"x":-395784,"y":68171},"type":"Point"},"id":"SERCA-2","properties":{"attribution":"Fam","name":"SERCA-2","type":"Coelacanth"},"type":"Feature"},"SERCA-3":{"geometry":{"coordinates":{"x":-363988,"y":71520},"type":"Point"},"properties":{"attribution":"","name":"SERCA-3","type":"Coelacanth"},"type":"Feature"},"SERCA-4":{"geometry":{"coordinates":{"x":-397646,"y":68992},"type":"Point"},"properties":{"attribution":"","name":"SERCA-4","type":"Coelacanth"},"type":"Feature"},"SERCA-5":{"geometry":{"coordinates":{"x":-410173,"y":91971},"type":"Point"},"properties":{"attribution":"","name":"SERCA-5","type":"Smokey Chromis"},"type":"Feature"},"SERCA-6":{"geometry":{"coordinates":{"x":-363988,"y":71520},"type":"Point"},"properties":{"attribution":"","name":"SERCA-6","type":"Coelacanth"},"type":"Feature"},"SERCA-7":{"geometry":{"coordinates":{"x":-397646,"y":68992},"type":"Point"},"properties":{"attribution":"","name":"SERCA-7","type":"Coelacanth"},"type":"Feature"},"SERCA-8":{"geometry":{"coordinates":{"x":-410173,"y":91971},"type":"Point"},"properties":{"attribution":"","name":"SERCA-8","type":"Smokey Chromis"},"type":"Feature"},"SHASHA-1":{"geometry":{"coordinates":{"x":211546,"y":435768},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-1","type":"Coelacanth"},"type":"Feature"},"SHASHA-2":{"geometry":{"coordinates":{"x":183165,"y":441429},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-2","type":"Spotted Sea Bass"},"type":"Feature"},"SHASHA-3":{"geometry":{"coordinates":{"x":221124,"y":382981},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-3","type":"Black Porgy"},"type":"Feature"},"SHASHA-4":{"geometry":{"coordinates":{"x":211546,"y":435768},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-4","type":"Coelacanth"},"type":"Feature"},"SHASHA-5":{"geometry":{"coordinates":{"x":211546,"y":435768},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-5","type":"Coelacanth"},"type":"Feature"},"SHASHA-6":{"geometry":{"coordinates":{"x":183165,"y":441429},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-6","type":"Spotted Sea Bass"},"type":"Feature"},"SHASHA-7":{"geometry":{"coordinates":{"x":221124,"y":382981},"type":"Point"},"properties":{"attribution":"","name":"SHASHA-7","type":"Black Porgy"},"type":"Feature"},"SHIRNA-1":{"geometry":{"coordinates":{"x":455125,"y":293780},"type":"Point"},"id":"SHIRNA-1","properties":{"attribution":"FoxHumbug","name":"SHIRNA-1","type":"Giant Octopus"},"type":"Feature"},"SHIRNA-2":{"geometry":{"coordinates":{"x":451710,"y":298415},"type":"Point"},"id":"SHIRNA-2","properties":{"attribution":"FoxHumbug","name":"SHIRNA-2","type":"Tilefish"},"type":"Feature"},"SHIRNA-3":{"geometry":{"coordinates":{"x":446724,"y":289450},"type":"Point"},"properties":{"attribution":"","name":"SHIRNA-3","type":"Nibbler"},"type":"Feature"},"SHIRNA-4":{"geometry":{"coordinates":{"x":446724,"y":289450},"type":"Point"},"properties":{"attribution":"","name":"SHIRNA-4","type":"Nibbler"},"type":"Feature"},"STAREN-1":{"geometry":{"coordinates":{"x":-299456,"y":226707},"type":"Point"},"id":"STAREN-1","properties":{"attribution":"FoxHumbug","name":"STAREN-1","type":"Sea Bass"},"type":"Feature"},"STAREN-2":{"geometry":{"coordinates":{"x":-272813,"y":209146},"type":"Point"},"id":"STAREN-2","properties":{"attribution":"FoxHumbug","name":"STAREN-2","type":"Black Porgy"},"type":"Feature"},"STAREN-3":{"geometry":{"coordinates":{"x":-247447,"y":222683},"type":"Point"},"id":"STAREN-3","properties":{"attribution":"FoxHumbug","name":"STAREN-3","type":"Black Porgy"},"type":"Feature"},"STAREN-4":{"geometry":{"coordinates":{"x":-236228,"y":221707},"type":"Point"},"id":"STAREN-4","properties":{"attribution":"FoxHumbug","name":"STAREN-4","type":"Black Porgy"},"type":"Feature"},"STAREN-5":{"geometry":{"coordinates":{"x":-263423,"y":240976},"type":"Point"},"id":"STAREN-5","properties":{"attribution":"FoxHumbug","name":"STAREN-5","type":"Black Porgy"},"type":"Feature"},"STAREN-6":{"geometry":{"coordinates":{"x":-304905,"y":232608},"type":"Point"},"properties":{"attribution":"","name":"STAREN-6","type":"Coelacanth"},"type":"Feature"},"STAREN-7":{"geometry":{"coordinates":{"x":-246477,"y":236254},"type":"Point"},"properties":{"attribution":"","name":"STAREN-7","type":"Black Porgy"},"type":"Feature"},"STAREN-8":{"geometry":{"coordinates":{"x":-304905,"y":232608},"type":"Point"},"properties":{"attribution":"","name":"STAREN-8","type":"Coelacanth"},"type":"Feature"},"STAREN-9":{"geometry":{"coordinates":{"x":-246477,"y":236254},"type":"Point"},"properties":{"attribution":"","name":"STAREN-9","type":"Black Porgy"},"type":"Feature"},"TASHU-1":{"geometry":{"coordinates":{"x":-119997,"y":376951},"type":"Point"},"id":"TASHU-1","properties":{"attribution":"FoxHumbug","name":"TASHU-1","type":"Black Porgy"},"type":"Feature"},"TASHU-10":{"geometry":{"coordinates":{"x":-146694,"y":437466},"type":"Point"},"properties":{"attribution":"","name":"TASHU-10","type":"Black Porgy"},"type":"Feature"},"TASHU-11":{"geometry":{"coordinates":{"x":-189105,"y":434276},"type":"Point"},"properties":{"attribution":"","name":"TASHU-11","type":"Sea Bass"},"type":"Feature"},"TASHU-2":{"geometry":{"coordinates":{"x":-143501,"y":407353},"type":"Point"},"properties":{"attribution":"","name":"TASHU-2","type":"Spotted Sea Bass"},"type":"Feature"},"TASHU-3":{"geometry":{"coordinates":{"x":-94016,"y":465773},"type":"Point"},"properties":{"attribution":"","name":"TASHU-3","type":"Spotted Sea Bass"},"type":"Feature"},"TASHU-4":{"geometry":{"coordinates":{"x":-129794,"y":373605},"type":"Point"},"properties":{"attribution":"","name":"TASHU-4","type":"Black Porgy"},"type":"Feature"},"TASHU-5":{"geometry":{"coordinates":{"x":-146694,"y":437466},"type":"Point"},"properties":{"attribution":"","name":"TASHU-5","type":"Black Porgy"},"type":"Feature"},"TASHU-6":{"geometry":{"coordinates":{"x":-189105,"y":434276},"type":"Point"},"properties":{"attribution":"","name":"TASHU-6","type":"Sea Bass"},"type":"Feature"},"TASHU-7":{"geometry":{"coordinates":{"x":-143501,"y":407353},"type":"Point"},"properties":{"attribution":"","name":"TASHU-7","type":"Spotted Sea Bass"},"type":"Feature"},"TASHU-8":{"geometry":{"coordinates":{"x":-94016,"y":465773},"type":"Point"},"properties":{"attribution":"","name":"TASHU-8","type":"Spotted Sea Bass"},"type":"Feature"},"TASHU-9":{"geometry":{"coordinates":{"x":-129794,"y":373605},"type":"Point"},"properties":{"attribution":"","name":"TASHU-9","type":"Black Porgy"},"type":"Feature"},"TESTE-1":{"geometry":{"coordinates":{"x":-402870,"y":279634},"type":"Point"},"id":"TESTE-1","properties":{"attribution":"FoxHumbug","name":"TESTE-1","type":"Sea Bass"},"type":"Feature"},"TESTE-10":{"geometry":{"coordinates":{"x":-403547,"y":279622},"type":"Point"},"properties":{"attribution":"","name":"TESTE-10","type":"Sea Bass"},"type":"Feature"},"TESTE-11":{"geometry":{"coordinates":{"x":-425392,"y":265092},"type":"Point"},"properties":{"attribution":"","name":"TESTE-11","type":"Eyespot Puffer"},"type":"Feature"},"TESTE-12":{"geometry":{"coordinates":{"x":-402483,"y":278331},"type":"Point"},"properties":{"attribution":"","name":"TESTE-12","type":"Smokey Chromis"},"type":"Feature"},"TESTE-13":{"geometry":{"coordinates":{"x":-485502,"y":301145},"type":"Point"},"properties":{"attribution":"","name":"TESTE-13","type":"Porgy"},"type":"Feature"},"TESTE-14":{"geometry":{"coordinates":{"x":-470989,"y":318869},"type":"Point"},"properties":{"attribution":"","name":"TESTE-14","type":"Sea Bass"},"type":"Feature"},"TESTE-15":{"geometry":{"coordinates":{"x":-403547,"y":279622},"type":"Point"},"properties":{"attribution":"","name":"TESTE-15","type":"Sea Bass"},"type":"Feature"},"TESTE-16":{"geometry":{"coordinates":{"x":-425392,"y":265092},"type":"Point"},"properties":{"attribution":"","name":"TESTE-16","type":"Eyespot Puffer"},"type":"Feature"},"TESTE-17":{"geometry":{"coordinates":{"x":-402483,"y":278331},"type":"Point"},"properties":{"attribution":"","name":"TESTE-17","type":"Smokey Chromis"},"type":"Feature"},"TESTE-2":{"geometry":{"coordinates":{"x":-400187,"y":278902},"type":"Point"},"id":"TESTE-2","properties":{"attribution":"FoxHumbug","name":"TESTE-2","type":"Sea Bass"},"type":"Feature"},"TESTE-3":{"geometry":{"coordinates":{"x":-406041,"y":267439},"type":"Point"},"id":"TESTE-3","properties":{"attribution":"FoxHumbug","name":"TESTE-3","type":"Sea Bass"},"type":"Feature"},"TESTE-4":{"geometry":{"coordinates":{"x":-475912,"y":283537},"type":"Point"},"id":"TESTE-4","properties":{"attribution":"FoxHumbug","name":"TESTE-4","type":"Sea Bass"},"type":"Feature"},"TESTE-5":{"geometry":{"coordinates":{"x":-418724,"y":278902},"type":"Point"},"id":"TESTE-5","properties":{"attribution":"FoxHumbug","name":"TESTE-5","type":"Porgy"},"type":"Feature"},"TESTE-6":{"geometry":{"coordinates":{"x":-405445,"y":313953},"type":"Point"},"id":"TESTE-6","properties":{"attribution":"SOLEBOUND718","name":"TESTE-6","type":"Eyespot Puffer"},"type":"Feature"},"TESTE-7":{"geometry":{"coordinates":{"x":-403606,"y":307236},"type":"Point"},"id":"TESTE-7","properties":{"attribution":"SOLEBOUND718","name":"TESTE-7","type":"Sea Bass"},"type":"Feature"},"TESTE-8":{"geometry":{"coordinates":{"x":-485502,"y":301145},"type":"Point"},"properties":{"attribution":"","name":"TESTE-8","type":"Porgy"},"type":"Feature"},"TESTE-9":{"geometry":{"coordinates":{"x":-470989,"y":318869},"type":"Point"},"properties":{"attribution":"","name":"TESTE-9","type":"Sea Bass"},"type":"Feature"},"TEYAMAL-1":{"geometry":{"coordinates":{"x":-513846,"y":42317},"type":"Point"},"id":"TEYAMAL-1","properties":{"attribution":"FoxHumbug","name":"TEYAMAL-1","type":"Smokey Chromis"},"type":"Feature"},"TEYAMAL-10":{"geometry":{"coordinates":{"x":-548167,"y":66020},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-10","type":"Porgy"},"type":"Feature"},"TEYAMAL-11":{"geometry":{"coordinates":{"x":-552477,"y":88868},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-11","type":"Sea Bass"},"type":"Feature"},"TEYAMAL-12":{"geometry":{"coordinates":{"x":-509622,"y":83951},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-12","type":"Eyespot Puffer"},"type":"Feature"},"TEYAMAL-13":{"geometry":{"coordinates":{"x":-514934,"y":39974},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-13","type":"Smokey Chromis"},"type":"Feature"},"TEYAMAL-14":{"geometry":{"coordinates":{"x":-494559,"y":49062},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-14","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-15":{"geometry":{"coordinates":{"x":-494559,"y":49062},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-15","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-16":{"geometry":{"coordinates":{"x":-548498,"y":110566},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-16","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-17":{"geometry":{"coordinates":{"x":-531119,"y":98222},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-17","type":"Porgy"},"type":"Feature"},"TEYAMAL-18":{"geometry":{"coordinates":{"x":-548167,"y":66020},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-18","type":"Porgy"},"type":"Feature"},"TEYAMAL-19":{"geometry":{"coordinates":{"x":-552477,"y":88868},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-19","type":"Sea Bass"},"type":"Feature"},"TEYAMAL-2":{"geometry":{"coordinates":{"x":-514448,"y":73293},"type":"Point"},"id":"TEYAMAL-2","properties":{"attribution":"FoxHumbug","name":"TEYAMAL-2","type":"Eyespot Puffer"},"type":"Feature"},"TEYAMAL-20":{"geometry":{"coordinates":{"x":-509622,"y":83951},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-20","type":"Eyespot Puffer"},"type":"Feature"},"TEYAMAL-21":{"geometry":{"coordinates":{"x":-514934,"y":39974},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-21","type":"Smokey Chromis"},"type":"Feature"},"TEYAMAL-3":{"geometry":{"coordinates":{"x":-531034,"y":97195},"type":"Point"},"id":"TEYAMAL-3","properties":{"attribution":"FoxHumbug","name":"TEYAMAL-3","type":"Porgy"},"type":"Feature"},"TEYAMAL-4":{"geometry":{"coordinates":{"x":-492613,"y":63659},"type":"Point"},"id":"TEYAMAL-4","properties":{"attribution":"Fam","name":"TEYAMAL-4","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-5":{"geometry":{"coordinates":{"x":-548711,"y":60732},"type":"Point"},"id":"TEYAMAL-5","properties":{"attribution":"Fam","name":"TEYAMAL-5","type":"Porgy"},"type":"Feature"},"TEYAMAL-6":{"geometry":{"coordinates":{"x":-501760,"y":72561},"type":"Point"},"id":"TEYAMAL-6","properties":{"attribution":"Fam","name":"TEYAMAL-6","type":"Porgy"},"type":"Feature"},"TEYAMAL-7":{"geometry":{"coordinates":{"x":-494559,"y":49062},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-7","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-8":{"geometry":{"coordinates":{"x":-548498,"y":110566},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-8","type":"Coelacanth"},"type":"Feature"},"TEYAMAL-9":{"geometry":{"coordinates":{"x":-531119,"y":98222},"type":"Point"},"properties":{"attribution":"","name":"TEYAMAL-9","type":"Porgy"},"type":"Feature"},"THEONIL-1":{"geometry":{"coordinates":{"x":-503716,"y":95244},"type":"Point"},"id":"THEONIL-1","properties":{"attribution":"FoxHumbug","name":"THEONIL-1","type":"Eyespot Puffer"},"type":"Feature"},"THEONIL-2":{"geometry":{"coordinates":{"x":-508063,"y":98941},"type":"Point"},"properties":{"attribution":"","name":"THEONIL-2","type":"Eyespot Puffer"},"type":"Feature"},"THEONIL-3":{"geometry":{"coordinates":{"x":-508063,"y":98941},"type":"Point"},"properties":{"attribution":"","name":"THEONIL-3","type":"Eyespot Puffer"},"type":"Feature"},"TIGRIS-1":{"geometry":{"coordinates":{"x":395125,"y":275976},"type":"Point"},"id":"TIGRIS-1","properties":{"attribution":"FoxHumbug","name":"TIGRIS-1","type":"Giant Octopus"},"type":"Feature"},"TIGRIS-10":{"geometry":{"coordinates":{"x":379142,"y":275848},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-10","type":"Nibbler"},"type":"Feature"},"TIGRIS-11":{"geometry":{"coordinates":{"x":409587,"y":282314},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-11","type":"Giant Octopus"},"type":"Feature"},"TIGRIS-12":{"geometry":{"coordinates":{"x":335505,"y":252761},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-12","type":"Coelacanth"},"type":"Feature"},"TIGRIS-13":{"geometry":{"coordinates":{"x":335505,"y":252761},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-13","type":"Coelacanth"},"type":"Feature"},"TIGRIS-14":{"geometry":{"coordinates":{"x":382514,"y":225783},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-14","type":"Blue Grouper"},"type":"Feature"},"TIGRIS-15":{"geometry":{"coordinates":{"x":379142,"y":275848},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-15","type":"Nibbler"},"type":"Feature"},"TIGRIS-16":{"geometry":{"coordinates":{"x":409587,"y":282314},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-16","type":"Giant Octopus"},"type":"Feature"},"TIGRIS-2":{"geometry":{"coordinates":{"x":382686,"y":283537},"type":"Point"},"id":"TIGRIS-2","properties":{"attribution":"FoxHumbug","name":"TIGRIS-2","type":"Giant Octopus"},"type":"Feature"},"TIGRIS-3":{"geometry":{"coordinates":{"x":400659,"y":276463},"type":"Point"},"id":"TIGRIS-3","properties":{"attribution":"Astrilia","name":"TIGRIS-3","type":"Nibbler\n"},"type":"Feature"},"TIGRIS-4":{"geometry":{"coordinates":{"x":361878,"y":237683},"type":"Point"},"id":"TIGRIS-4","properties":{"attribution":"Astrilia","name":"TIGRIS-4","type":"Nibbler\n"},"type":"Feature"},"TIGRIS-5":{"geometry":{"coordinates":{"x":361878,"y":229390},"type":"Point"},"id":"TIGRIS-5","properties":{"attribution":"Astrilia","name":"TIGRIS-5","type":"Blue Grouper\n"},"type":"Feature"},"TIGRIS-6":{"geometry":{"coordinates":{"x":397122,"y":279878},"type":"Point"},"id":"TIGRIS-6","properties":{"attribution":"Astrilia","name":"TIGRIS-6","type":"Coelacanth"},"type":"Feature"},"TIGRIS-7":{"geometry":{"coordinates":{"x":391146,"y":281341},"type":"Point"},"id":"TIGRIS-7","properties":{"attribution":"Astrilia","name":"TIGRIS-7","type":"Tilefish"},"type":"Feature"},"TIGRIS-8":{"geometry":{"coordinates":{"x":335505,"y":252761},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-8","type":"Coelacanth"},"type":"Feature"},"TIGRIS-9":{"geometry":{"coordinates":{"x":382514,"y":225783},"type":"Point"},"properties":{"attribution":"","name":"TIGRIS-9","type":"Blue Grouper"},"type":"Feature"},"TINBERRA-1":{"geometry":{"coordinates":{"x":110545,"y":526070},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-1","type":"Coelacanth"},"type":"Feature"},"TINBERRA-10":{"geometry":{"coordinates":{"x":104946,"y":529326},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-10","type":"Black Porgy"},"type":"Feature"},"TINBERRA-11":{"geometry":{"coordinates":{"x":235916,"y":507846},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-11","type":"Black Porgy"},"type":"Feature"},"TINBERRA-2":{"geometry":{"coordinates":{"x":176857,"y":559113},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-2","type":"Tuna"},"type":"Feature"},"TINBERRA-3":{"geometry":{"coordinates":{"x":240292,"y":577229},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-3","type":"Tuna"},"type":"Feature"},"TINBERRA-4":{"geometry":{"coordinates":{"x":104946,"y":529326},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-4","type":"Black Porgy"},"type":"Feature"},"TINBERRA-5":{"geometry":{"coordinates":{"x":235916,"y":507846},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-5","type":"Black Porgy"},"type":"Feature"},"TINBERRA-6":{"geometry":{"coordinates":{"x":110545,"y":526070},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-6","type":"Coelacanth"},"type":"Feature"},"TINBERRA-7":{"geometry":{"coordinates":{"x":110545,"y":526070},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-7","type":"Coelacanth"},"type":"Feature"},"TINBERRA-8":{"geometry":{"coordinates":{"x":176857,"y":559113},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-8","type":"Tuna"},"type":"Feature"},"TINBERRA-9":{"geometry":{"coordinates":{"x":240292,"y":577229},"type":"Point"},"properties":{"attribution":"","name":"TINBERRA-9","type":"Tuna"},"type":"Feature"},"TULU-1":{"geometry":{"coordinates":{"x":-114631,"y":354512},"type":"Point"},"id":"TULU-1","properties":{"attribution":"FoxHumbug","name":"TULU-1","type":"Black Porgy"},"type":"Feature"},"TULU-2":{"geometry":{"coordinates":{"x":-106133,"y":318902},"type":"Point"},"id":"TULU-2","properties":{"attribution":"FoxHumbug","name":"TULU-2","type":"Grunt"},"type":"Feature"},"TULU-3":{"geometry":{"coordinates":{"x":-114425,"y":337805},"type":"Point"},"id":"TULU-3","properties":{"attribution":"FoxHumbug","name":"TULU-3","type":"Grunt"},"type":"Feature"},"TULU-4":{"geometry":{"coordinates":{"x":-103537,"y":321773},"type":"Point"},"properties":{"attribution":"","name":"TULU-4","type":"Grunt"},"type":"Feature"},"TULU-5":{"geometry":{"coordinates":{"x":-103537,"y":321773},"type":"Point"},"properties":{"attribution":"","name":"TULU-5","type":"Grunt"},"type":"Feature"},"VELIA-1":{"geometry":{"coordinates":{"x":6184,"y":96585},"type":"Point"},"id":"VELIA-1","properties":{"attribution":"Chop","name":"VELIA-1","type":"Coelacanth"},"type":"Feature"},"VELIA-2":{"geometry":{"coordinates":{"x":2404,"y":98415},"type":"Point"},"id":"VELIA-2","properties":{"attribution":"Chop","name":"VELIA-2","type":"Coelacanth"},"type":"Feature"},"VELIA-3":{"geometry":{"coordinates":{"x":7176,"y":95581},"type":"Point"},"properties":{"attribution":"","name":"VELIA-3","type":"Coelacanth"},"type":"Feature"},"VELIA-4":{"geometry":{"coordinates":{"x":7176,"y":95581},"type":"Point"},"properties":{"attribution":"","name":"VELIA-4","type":"Coelacanth"},"type":"Feature"},"VELIA-5":{"geometry":{"coordinates":{"x":7176,"y":95581},"type":"Point"},"properties":{"attribution":"","name":"VELIA-5","type":"Coelacanth"},"type":"Feature"},"WEITA-1":{"geometry":{"coordinates":{"x":45857,"y":279390},"type":"Point"},"id":"WEITA-1","properties":{"attribution":"FoxHumbug","name":"WEITA-1","type":"Tuna"},"type":"Feature"},"WEITA-10":{"geometry":{"coordinates":{"x":59652,"y":267243},"type":"Point"},"properties":{"attribution":"","name":"WEITA-10","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-11":{"geometry":{"coordinates":{"x":53498,"y":289832},"type":"Point"},"properties":{"attribution":"","name":"WEITA-11","type":"Tuna"},"type":"Feature"},"WEITA-12":{"geometry":{"coordinates":{"x":2824,"y":248187},"type":"Point"},"properties":{"attribution":"","name":"WEITA-12","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-13":{"geometry":{"coordinates":{"x":59652,"y":267243},"type":"Point"},"properties":{"attribution":"","name":"WEITA-13","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-2":{"geometry":{"coordinates":{"x":62442,"y":278171},"type":"Point"},"id":"WEITA-2","properties":{"attribution":"FoxHumbug","name":"WEITA-2","type":"Tuna"},"type":"Feature"},"WEITA-3":{"geometry":{"coordinates":{"x":19759,"y":272317},"type":"Point"},"id":"WEITA-3","properties":{"attribution":"FoxHumbug","name":"WEITA-3","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-4":{"geometry":{"coordinates":{"x":19759,"y":248659},"type":"Point"},"id":"WEITA-4","properties":{"attribution":"FoxHumbug","name":"WEITA-4","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-5":{"geometry":{"coordinates":{"x":21710,"y":244512},"type":"Point"},"id":"WEITA-5","properties":{"attribution":"FoxHumbug","name":"WEITA-5","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-6":{"geometry":{"coordinates":{"x":54637,"y":258415},"type":"Point"},"id":"WEITA-6","properties":{"attribution":"FoxHumbug","name":"WEITA-6","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-7":{"geometry":{"coordinates":{"x":56832,"y":267683},"type":"Point"},"id":"WEITA-7","properties":{"attribution":"FoxHumbug","name":"WEITA-7","type":"Spotted Sea Bass"},"type":"Feature"},"WEITA-8":{"geometry":{"coordinates":{"x":53498,"y":289832},"type":"Point"},"properties":{"attribution":"","name":"WEITA-8","type":"Tuna"},"type":"Feature"},"WEITA-9":{"geometry":{"coordinates":{"x":2824,"y":248187},"type":"Point"},"properties":{"attribution":"","name":"WEITA-9","type":"Spotted Sea Bass"},"type":"Feature"}},"properties":{"attribution":"Hotspots spawn randomly. Hotspot visibility depends on fishing skill level.","fish":{"Black Porgy":{"category":"Fish","id":8339,"img":"/items/new_icon/03_etc/07_productmaterial/00008339.png","name":"Black Porgy","rarity":"yellow","weight":1},"Coelacanth":{"category":"Fish","id":8452,"img":"/items/new_icon/03_etc/07_productmaterial/00008452.png","name":"Coelacanth","rarity":"yellow","weight":1},"Eyespot Puffer":{"category":"Fish","id":8340,"img":"/items/new_icon/03_etc/07_productmaterial/00008340.png","name":"Eyespot Puffer","rarity":"yellow","weight":1},"Giant Octopus":{"category":"Fish","id":8342,"img":"/items/new_icon/03_etc/07_productmaterial/00008342.png","name":"Giant Octopus","rarity":"yellow","weight":1},"Grunt":{"category":"Fish","id":8261,"img":"/items/new_icon/03_etc/07_productmaterial/00008261.png","name":"Grunt","rarity":"yellow","weight":1},"Porgy":{"category":"Fish","id":8207,"img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","rarity":"yellow","weight":1},"Sea Bass":{"category":"Fish","id":8225,"img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","rarity":"yellow","weight":1},"Smokey Chromis":{"category":"Fish","id":8276,"img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","rarity":"yellow","weight":1},"Spotted Sea Bass":{"category":"Fish","id":8341,"img":"/items/new_icon/03_etc/07_productmaterial/00008341.png","name":"Spotted Sea Bass","rarity":"yellow","weight":1},"Tilefish":{"category":"Fish","id":8330,"img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","rarity":"yellow","weight":1},"Tuna":{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","rarity":"yellow","weight":1}},"name":"Fishing Hotspots","singular":"Fishing Hotspot"},"type":"FeatureCollection"},"goldenchests":{"features":{"aakman-1":{"geometry":{"coordinates":{"x":676830,"y":141843},"type":"Point"},"id":"aakman-1","properties":{"name":""},"type":"Feature"},"agris-1":{"geometry":{"coordinates":{"x":-30006,"y":57450},"type":"Point"},"id":"agris-1","properties":{"name":""},"type":"Feature"},"agris-2":{"geometry":{"coordinates":{"x":-35909,"y":56900},"type":"Point"},"id":"agris-2","properties":{"name":"","notes":"Inside Imp Cave, at the south side."},"type":"Feature"},"ancient-fissure-1":{"geometry":{"coordinates":{"x":110694,"y":29850},"type":"Point"},"id":"ancient-fissure-1","properties":{"name":""},"type":"Feature"},"ancient-ruins-excavation-1":{"geometry":{"coordinates":{"x":167652,"y":3251},"type":"Point"},"id":"ancient-ruins-excavation-1","properties":{"name":"","notes":"On the wooden platform, under the tent."},"type":"Feature"},"angie-1":{"geometry":{"coordinates":{"x":-127956,"y":227100},"type":"Point"},"id":"angie-1","properties":{"name":""},"type":"Feature"},"biraghi-den-1":{"geometry":{"coordinates":{"x":-93059,"y":-26600},"type":"Point"},"id":"biraghi-den-1","properties":{"name":"","notes":"On the scaffolding on the outside north wall of the small fort."},"type":"Feature"},"bloody-monastery-1":{"geometry":{"coordinates":{"x":-31712,"y":-177700},"type":"Point"},"id":"bloody-monastery-1","properties":{"name":""},"type":"Feature"},"cadry-1":{"geometry":{"coordinates":{"x":432744,"y":85000},"type":"Point"},"id":"cadry-1","properties":{"name":""},"type":"Feature"},"castle-ruins-1":{"geometry":{"coordinates":{"x":105544,"y":-115850},"type":"Point"},"id":"castle-ruins-1","properties":{"name":""},"type":"Feature"},"central-guard-camp-1":{"geometry":{"coordinates":{"x":26867,"y":-88673},"type":"Point"},"id":"central-guard-camp-1","properties":{"name":"","notes":"At the bottom of the ladder."},"type":"Feature"},"coastal-cliff-1":{"geometry":{"coordinates":{"x":-67259,"y":94150},"type":"Point"},"id":"coastal-cliff-1","properties":{"name":"","notes":"Behind the shrine."},"type":"Feature"},"cron-1":{"geometry":{"coordinates":{"x":10944,"y":122400},"type":"Point"},"id":"cron-1","properties":{"name":""},"type":"Feature"},"cron-2":{"geometry":{"coordinates":{"x":35394,"y":117450},"type":"Point"},"id":"cron-2","properties":{"name":""},"type":"Feature"},"cron-3":{"geometry":{"coordinates":{"x":41244,"y":115350},"type":"Point"},"id":"cron-3","properties":{"name":""},"type":"Feature"},"ehwaz-hill-1":{"geometry":{"coordinates":{"x":65441,"y":86000},"type":"Point"},"id":"ehwaz-hill-1","properties":{"name":""},"type":"Feature"},"elric-shrine-1":{"geometry":{"coordinates":{"x":171394,"y":77150},"type":"Point"},"id":"elric-shrine-1","properties":{"name":""},"type":"Feature"},"ephde-rune-1":{"geometry":{"coordinates":{"x":7394,"y":162200},"type":"Point"},"id":"ephde-rune-1","properties":{"name":""},"type":"Feature"},"glish-1":{"geometry":{"coordinates":{"x":-15059,"y":-120050},"type":"Point"},"id":"glish-1","properties":{"name":"","notes":"In the basement accessible by the doors in the middle of Glish."},"type":"Feature"},"goblin-cave-1":{"geometry":{"coordinates":{"x":59894,"y":43000},"type":"Point"},"id":"goblin-cave-1","properties":{"name":""},"type":"Feature"},"heidel-pass-1":{"geometry":{"coordinates":{"x":38444,"y":33300},"type":"Point"},"id":"heidel-pass-1","properties":{"name":""},"type":"Feature"},"heidel-quarry-1":{"geometry":{"coordinates":{"x":34094,"y":18750},"type":"Point"},"id":"heidel-quarry-1","properties":{"name":""},"type":"Feature"},"karanda-1":{"geometry":{"coordinates":{"x":-110756,"y":29350},"type":"Point"},"id":"karanda-1","properties":{"name":""},"type":"Feature"},"kashuma-1":{"geometry":{"coordinates":{"x":589788,"y":366500},"type":"Point"},"id":"kashuma-1","properties":{"name":""},"type":"Feature"},"kuit-1":{"geometry":{"coordinates":{"x":-350706,"y":398400},"type":"Point"},"id":"kuit-1","properties":{"name":""},"type":"Feature"},"kuit-2":{"geometry":{"coordinates":{"x":-227696,"y":451980},"type":"Point"},"id":"kuit-2","properties":{"name":""},"type":"Feature"},"kuit-3":{"geometry":{"coordinates":{"x":-334019,"y":372800},"type":"Point"},"id":"kuit-3","properties":{"name":"","notes":"On the shelf behind the blacksmith"},"type":"Feature"},"kzarka-1":{"geometry":{"coordinates":{"x":54986,"y":-193350},"type":"Point"},"id":"kzarka-1","properties":{"name":""},"type":"Feature"},"lisz-1":{"geometry":{"coordinates":{"x":-237306,"y":263600},"type":"Point"},"id":"lisz-1","properties":{"name":""},"type":"Feature"},"longleaf-1":{"geometry":{"coordinates":{"x":-346764,"y":-255300},"type":"Point"},"id":"longleaf-1","properties":{"name":""},"type":"Feature"},"lynch-farm-1":{"geometry":{"coordinates":{"x":-26306,"y":-34100},"type":"Point"},"id":"lynch-farm-1","properties":{"name":""},"type":"Feature"},"manes-1":{"geometry":{"coordinates":{"x":203891,"y":-68000},"type":"Point"},"id":"manes-1","properties":{"name":"","notes":"In the cave."},"type":"Feature"},"marie-cave-1":{"geometry":{"coordinates":{"x":-197012,"y":-249900},"type":"Point"},"id":"marie-cave-1","properties":{"name":""},"type":"Feature"},"mask-owl-1":{"geometry":{"coordinates":{"x":-187255,"y":100478},"type":"Point"},"id":"mask-owl-1","properties":{"name":""},"type":"Feature"},"narvo-1":{"geometry":{"coordinates":{"x":-188912,"y":340300},"type":"Point"},"id":"narvo-1","properties":{"name":""},"type":"Feature"},"omar-lava-cave-1":{"geometry":{"coordinates":{"x":272436,"y":-32550},"type":"Point"},"id":"omar-lava-cave-1","properties":{"name":""},"type":"Feature"},"orc-camp-1":{"geometry":{"coordinates":{"x":-84166,"y":-83700},"type":"Point"},"id":"orc-camp-1","properties":{"name":""},"type":"Feature"},"padix-1":{"geometry":{"coordinates":{"x":-355912,"y":327200},"type":"Point"},"id":"padix-1","properties":{"name":""},"type":"Feature"},"padix-2":{"geometry":{"coordinates":{"x":-341259,"y":348500},"type":"Point"},"id":"padix-2","properties":{"name":""},"type":"Feature"},"phoniels-1":{"geometry":{"coordinates":{"x":-297364,"y":-124550},"type":"Point"},"id":"phoniels-1","properties":{"name":""},"type":"Feature"},"primal-giant-post-1":{"geometry":{"coordinates":{"x":-102968,"y":-206619},"type":"Point"},"id":"primal-giant-post-1","properties":{"name":""},"type":"Feature"},"quint-1":{"geometry":{"coordinates":{"x":-299656,"y":49550},"type":"Point"},"id":"quint-1","properties":{"name":""},"type":"Feature"},"quint-2":{"geometry":{"coordinates":{"x":-296919,"y":31000},"type":"Point"},"id":"quint-2","properties":{"name":""},"type":"Feature"},"rameda-1":{"geometry":{"coordinates":{"x":-553804,"y":141419},"type":"Point"},"id":"rameda-1","properties":{"name":""},"type":"Feature"},"rhua-1":{"geometry":{"coordinates":{"x":-251664,"y":-206800},"type":"Point"},"id":"rhua-1","properties":{"name":""},"type":"Feature"},"rogues-1":{"geometry":{"coordinates":{"x":248936,"y":-99650},"type":"Point"},"id":"rogues-1","properties":{"name":""},"type":"Feature"},"rogues-2":{"geometry":{"coordinates":{"x":249936,"y":-139300},"type":"Point"},"id":"rogues-2","properties":{"name":"ROGUES-2"},"type":"Feature"},"ross-1":{"geometry":{"coordinates":{"x":73470,"y":667577},"type":"Point"},"id":"ross-1","properties":{"name":""},"type":"Feature"},"ross-2":{"geometry":{"coordinates":{"x":-521306,"y":547050},"type":"Point"},"id":"ross-2","properties":{"name":""},"type":"Feature"},"ross-3":{"geometry":{"coordinates":{"x":-603606,"y":221200},"type":"Point"},"id":"ross-3","properties":{"name":""},"type":"Feature"},"saunil-1":{"geometry":{"coordinates":{"x":-247459,"y":-176050},"type":"Point"},"id":"saunil-1","properties":{"name":"","notes":"Inside the tent."},"type":"Feature"},"shakatu-1":{"geometry":{"coordinates":{"x":588041,"y":282000},"type":"Point"},"id":"shakatu-1","properties":{"name":"","notes":"Behind the NPC 'Shakatu'"},"type":"Feature"},"sharing-1":{"geometry":{"coordinates":{"x":889844,"y":61600},"type":"Point"},"id":"sharing-1","properties":{"name":""},"type":"Feature"},"stone-chamber-1":{"geometry":{"coordinates":{"x":-41293,"y":-10750},"type":"Point"},"id":"stone-chamber-1","properties":{"name":""},"type":"Feature"},"stone-chamber-2":{"geometry":{"coordinates":{"x":-45600,"y":1800},"type":"Point"},"id":"stone-chamber-2","properties":{"name":""},"type":"Feature"},"tashu-1":{"geometry":{"coordinates":{"x":-119225,"y":405029},"type":"Point"},"id":"tashu-1","properties":{"name":""},"type":"Feature"},"test1":{"geometry":{"coordinates":{"fmt":"kr","x":3000,"y":-30000},"type":"Point"},"id":"test1","properties":{"imagelink":"http://i.imgur.com/hDGhd.png","imageurl":"http://i.imgur.com/hDGhd.png","name":"TEST-1","notes":"Test chest"},"type":"Feature"},"teste-1":{"geometry":{"coordinates":{"x":-501419,"y":314000},"type":"Point"},"id":"teste-1","properties":{"name":"","notes":"Next to a shipwreck on the ocean floor."},"type":"Feature"},"thermian-1":{"geometry":{"coordinates":{"x":-244256,"y":160950},"type":"Point"},"id":"thermian-1","properties":{"name":""},"type":"Feature"},"tinberra-1":{"geometry":{"coordinates":{"x":125470,"y":513715},"type":"Point"},"id":"tinberra-1","properties":{"name":""},"type":"Feature"},"trent-1":{"geometry":{"coordinates":{"x":-389214,"y":-268000},"type":"Point"},"id":"trent-1","properties":{"name":""},"type":"Feature"},"trina-1":{"geometry":{"coordinates":{"x":-234914,"y":-157000},"type":"Point"},"id":"trina-1","properties":{"name":""},"type":"Feature"},"tungrad-1":{"geometry":{"coordinates":{"x":181336,"y":-96900},"type":"Point"},"id":"tungrad-1","properties":{"imagelink":"http://imgur.com/7vDHtoh","imageurl":"http://i.imgur.com/7vDHtoh.png","name":"TUNGRAD-1","notes":"Underneath the bridge, south-east side."},"type":"Feature"},"tungrad-2":{"geometry":{"coordinates":{"x":192886,"y":-74650},"type":"Point"},"id":"tungrad-2","properties":{"name":""},"type":"Feature"},"waragon-nest-1":{"geometry":{"coordinates":{"x":581794,"y":-89500},"type":"Point"},"id":"waragon-nest-1","properties":{"name":""},"type":"Feature"},"waragon-nest-2":{"geometry":{"coordinates":{"x":574794,"y":-82150},"type":"Point"},"id":"waragon-nest-2","properties":{"name":""},"type":"Feature"},"watchtower-1":{"geometry":{"coordinates":{"x":-77959,"y":-93550},"type":"Point"},"id":"watchtower-1","properties":{"name":"","notes":"Inside the underground shrine accessible from the Watchtower caves."},"type":"Feature"},"western-gateway-1":{"geometry":{"coordinates":{"x":-57956,"y":-186200},"type":"Point"},"id":"western-gateway-1","properties":{"name":""},"type":"Feature"},"wolf-hills-1":{"geometry":{"coordinates":{"x":-121342,"y":101256},"type":"Point"},"id":"wolf-hills-1","properties":{"name":""},"type":"Feature"}},"properties":{"beta":true,"hidden":true,"name":"Golden Chests","singular":"Golden Chest"},"type":"FeatureCollection"},"horses":{"features":{"alejandro-farm-1":{"geometry":{"coordinates":{"x":16601,"y":-17012},"type":"Point"},"id":"alejandro-farm-1","properties":{"name":""},"type":"Feature"},"alejandro-farm-2":{"geometry":{"coordinates":{"x":14710,"y":-13598},"type":"Point"},"id":"alejandro-farm-2","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-1":{"geometry":{"coordinates":{"x":269616,"y":-149756},"type":"Point"},"id":"alumn-rock-valley-1","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-2":{"geometry":{"coordinates":{"x":272543,"y":-151098},"type":"Point"},"id":"alumn-rock-valley-2","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-3":{"geometry":{"coordinates":{"x":274738,"y":-148537},"type":"Point"},"id":"alumn-rock-valley-3","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-4":{"geometry":{"coordinates":{"x":277421,"y":-146707},"type":"Point"},"id":"alumn-rock-valley-4","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-5":{"geometry":{"coordinates":{"x":290104,"y":-151220},"type":"Point"},"id":"alumn-rock-valley-5","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-6":{"geometry":{"coordinates":{"x":294494,"y":-149756},"type":"Point"},"id":"alumn-rock-valley-6","properties":{"name":""},"type":"Feature"},"alumn-rock-valley-7":{"geometry":{"coordinates":{"x":299738,"y":-148902},"type":"Point"},"id":"alumn-rock-valley-7","properties":{"name":""},"type":"Feature"},"bandits-den-byway-1":{"geometry":{"coordinates":{"x":-85107,"y":-4573},"type":"Point"},"id":"bandits-den-byway-1","properties":{"name":""},"type":"Feature"},"bandits-den-byway-2":{"geometry":{"coordinates":{"x":-87668,"y":-2439},"type":"Point"},"id":"bandits-den-byway-2","properties":{"name":""},"type":"Feature"},"bandits-den-byway-3":{"geometry":{"coordinates":{"x":-86692,"y":4390},"type":"Point"},"id":"bandits-den-byway-3","properties":{"name":""},"type":"Feature"},"behr-1":{"geometry":{"coordinates":{"x":-326902,"y":-214634},"type":"Point"},"id":"behr-1","properties":{"name":""},"type":"Feature"},"behr-2":{"geometry":{"coordinates":{"x":-344043,"y":-220610},"type":"Point"},"id":"behr-2","properties":{"name":""},"type":"Feature"},"behr-3":{"geometry":{"coordinates":{"x":-346360,"y":-221585},"type":"Point"},"id":"behr-3","properties":{"name":""},"type":"Feature"},"behr-4":{"geometry":{"coordinates":{"x":-349774,"y":-219756},"type":"Point"},"id":"behr-4","properties":{"name":""},"type":"Feature"},"caduil-forest-1":{"geometry":{"coordinates":{"x":-327705,"y":-387497},"type":"Point"},"id":"caduil-forest-1","properties":{"name":""},"type":"Feature"},"caduil-forest-2":{"geometry":{"coordinates":{"x":-327988,"y":-388911},"type":"Point"},"id":"caduil-forest-2","properties":{"name":""},"type":"Feature"},"caduil-forest-3":{"geometry":{"coordinates":{"x":-330109,"y":-389618},"type":"Point"},"id":"caduil-forest-3","properties":{"name":""},"type":"Feature"},"doroter-hills-1":{"geometry":{"coordinates":{"x":-143050,"y":-438000},"type":"Point"},"id":"doroter-hills-1","properties":{"name":""},"type":"Feature"},"doroter-hills-2":{"geometry":{"coordinates":{"x":-140400,"y":-439250},"type":"Point"},"id":"doroter-hills-2","properties":{"name":""},"type":"Feature"},"doroter-hills-3":{"geometry":{"coordinates":{"x":-137650,"y":-437000},"type":"Point"},"id":"doroter-hills-3","properties":{"name":""},"type":"Feature"},"doroter-hills-4":{"geometry":{"coordinates":{"x":-139300,"y":-435400},"type":"Point"},"id":"doroter-hills-4","properties":{"name":""},"type":"Feature"},"duvencrune-1":{"geometry":{"coordinates":{"x":-41073,"y":-452409},"type":"Point"},"id":"duvencrune-1","properties":{"name":""},"type":"Feature"},"duvencrune-2":{"geometry":{"coordinates":{"x":-44467,"y":-454884},"type":"Point"},"id":"duvencrune-2","properties":{"name":""},"type":"Feature"},"duvencrune-3":{"geometry":{"coordinates":{"x":-47649,"y":-452551},"type":"Point"},"id":"duvencrune-3","properties":{"name":""},"type":"Feature"},"duvencrune-4":{"geometry":{"coordinates":{"x":-44184,"y":-449651},"type":"Point"},"id":"duvencrune-4","properties":{"name":""},"type":"Feature"},"elders-bridge-post-1":{"geometry":{"coordinates":{"x":-279680,"y":55915},"type":"Point"},"id":"elders-bridge-post-1","properties":{"name":""},"type":"Feature"},"elders-bridge-post-2":{"geometry":{"coordinates":{"x":-282058,"y":55244},"type":"Point"},"id":"elders-bridge-post-2","properties":{"name":""},"type":"Feature"},"elders-bridge-post-3":{"geometry":{"coordinates":{"x":-281875,"y":68049},"type":"Point"},"id":"elders-bridge-post-3","properties":{"name":""},"type":"Feature"},"epheria-valley-1":{"geometry":{"coordinates":{"x":-357729,"y":-1707},"type":"Point"},"id":"epheria-valley-1","properties":{"name":""},"type":"Feature"},"epheria-valley-2":{"geometry":{"coordinates":{"x":-355290,"y":6037},"type":"Point"},"id":"epheria-valley-2","properties":{"name":""},"type":"Feature"},"epheria-valley-3":{"geometry":{"coordinates":{"x":-351204,"y":4268},"type":"Point"},"id":"epheria-valley-3","properties":{"name":""},"type":"Feature"},"epheria-valley-4":{"geometry":{"coordinates":{"x":-349802,"y":15061},"type":"Point"},"id":"epheria-valley-4","properties":{"name":""},"type":"Feature"},"epheria-valley-5":{"geometry":{"coordinates":{"x":-354253,"y":22744},"type":"Point"},"id":"epheria-valley-5","properties":{"name":""},"type":"Feature"},"epheria-valley-6":{"geometry":{"coordinates":{"x":-361143,"y":20732},"type":"Point"},"id":"epheria-valley-6","properties":{"name":""},"type":"Feature"},"florin-1":{"geometry":{"coordinates":{"x":-195872,"y":67195},"type":"Point"},"id":"florin-1","properties":{"name":""},"type":"Feature"},"florin-2":{"geometry":{"coordinates":{"x":-158799,"y":65732},"type":"Point"},"id":"florin-2","properties":{"name":""},"type":"Feature"},"florin-3":{"geometry":{"coordinates":{"x":-159652,"y":73171},"type":"Point"},"id":"florin-3","properties":{"name":""},"type":"Feature"},"florin-4":{"geometry":{"coordinates":{"x":-163799,"y":77927},"type":"Point"},"id":"florin-4","properties":{"name":""},"type":"Feature"},"forest-of-seclusion-1":{"geometry":{"coordinates":{"x":-46753,"y":183},"type":"Point"},"id":"forest-of-seclusion-1","properties":{"name":""},"type":"Feature"},"forest-of-seclusion-2":{"geometry":{"coordinates":{"x":-57912,"y":-4878},"type":"Point"},"id":"forest-of-seclusion-2","properties":{"name":""},"type":"Feature"},"fountain-of-origin-1":{"geometry":{"coordinates":{"x":-111700,"y":-326600},"type":"Point"},"id":"fountain-of-origin-1","properties":{"name":""},"type":"Feature"},"fountain-of-origin-2":{"geometry":{"coordinates":{"x":-115100,"y":-325400},"type":"Point"},"id":"fountain-of-origin-2","properties":{"name":""},"type":"Feature"},"fountain-of-origin-3":{"geometry":{"coordinates":{"x":-112700,"y":-326100},"type":"Point"},"id":"fountain-of-origin-3","properties":{"name":""},"type":"Feature"},"hexe-sanctuary-1":{"geometry":{"coordinates":{"x":-225140,"y":-275122},"type":"Point"},"id":"hexe-sanctuary-1","properties":{"name":""},"type":"Feature"},"hexe-sanctuary-2":{"geometry":{"coordinates":{"x":-230140,"y":-276829},"type":"Point"},"id":"hexe-sanctuary-2","properties":{"name":""},"type":"Feature"},"lynch-farm-ruins-1":{"geometry":{"coordinates":{"x":-655,"y":-28841},"type":"Point"},"id":"lynch-farm-ruins-1","properties":{"name":""},"type":"Feature"},"lynch-farm-ruins-2":{"geometry":{"coordinates":{"x":-6326,"y":-27561},"type":"Point"},"id":"lynch-farm-ruins-2","properties":{"name":""},"type":"Feature"},"lynch-farm-ruins-3":{"geometry":{"coordinates":{"x":-13765,"y":-31402},"type":"Point"},"id":"lynch-farm-ruins-3","properties":{"name":""},"type":"Feature"},"manshaum-forest-1":{"geometry":{"coordinates":{"x":-337416,"y":-353800},"type":"Point"},"id":"manshaum-forest-1","properties":{"attribution":"DarkSanda","name":""},"type":"Feature"},"manshaum-forest-2":{"geometry":{"coordinates":{"x":-338266,"y":-355150},"type":"Point"},"id":"manshaum-forest-2","properties":{"attribution":"DarkSanda","name":""},"type":"Feature"},"manshaum-forest-3":{"geometry":{"coordinates":{"x":-336566,"y":-355050},"type":"Point"},"id":"manshaum-forest-3","properties":{"attribution":"DarkSanda","name":""},"type":"Feature"},"marino-farm-1":{"geometry":{"coordinates":{"x":-4436,"y":44695},"type":"Point"},"id":"marino-farm-1","properties":{"name":""},"type":"Feature"},"marino-farm-2":{"geometry":{"coordinates":{"x":-7668,"y":38720},"type":"Point"},"id":"marino-farm-2","properties":{"name":""},"type":"Feature"},"marino-farm-3":{"geometry":{"coordinates":{"x":-8277,"y":50488},"type":"Point"},"id":"marino-farm-3","properties":{"name":""},"type":"Feature"},"marino-farm-4":{"geometry":{"coordinates":{"x":-12668,"y":45549},"type":"Point"},"id":"marino-farm-4","properties":{"name":""},"type":"Feature"},"marni-cave-path-1":{"geometry":{"coordinates":{"x":-182091,"y":-90122},"type":"Point"},"id":"marni-cave-path-1","properties":{"name":""},"type":"Feature"},"marni-cave-path-2":{"geometry":{"coordinates":{"x":-185750,"y":-91341},"type":"Point"},"id":"marni-cave-path-2","properties":{"name":""},"type":"Feature"},"marni-cave-path-3":{"geometry":{"coordinates":{"x":-182091,"y":-95244},"type":"Point"},"id":"marni-cave-path-3","properties":{"name":""},"type":"Feature"},"marni-cave-path-4":{"geometry":{"coordinates":{"x":-184958,"y":-97988},"type":"Point"},"id":"marni-cave-path-4","properties":{"name":""},"type":"Feature"},"mediah-castle-1":{"geometry":{"coordinates":{"x":289860,"y":84878},"type":"Point"},"id":"mediah-castle-1","properties":{"name":""},"type":"Feature"},"mediah-castle-2":{"geometry":{"coordinates":{"x":290226,"y":88171},"type":"Point"},"id":"mediah-castle-2","properties":{"name":""},"type":"Feature"},"mediah-castle-3":{"geometry":{"coordinates":{"x":286811,"y":88537},"type":"Point"},"id":"mediah-castle-3","properties":{"name":""},"type":"Feature"},"mediah-castle-4":{"geometry":{"coordinates":{"x":279128,"y":98780},"type":"Point"},"id":"mediah-castle-4","properties":{"name":""},"type":"Feature"},"mediah-castle-5":{"geometry":{"coordinates":{"x":275104,"y":99512},"type":"Point"},"id":"mediah-castle-5","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-1":{"geometry":{"coordinates":{"x":192909,"y":141829},"type":"Point"},"id":"mediah-northern-highlands-1","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-10":{"geometry":{"coordinates":{"x":163518,"y":98537},"type":"Point"},"id":"mediah-northern-highlands-10","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-11":{"geometry":{"coordinates":{"x":160470,"y":88293},"type":"Point"},"id":"mediah-northern-highlands-11","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-2":{"geometry":{"coordinates":{"x":195226,"y":144634},"type":"Point"},"id":"mediah-northern-highlands-2","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-3":{"geometry":{"coordinates":{"x":197055,"y":141585},"type":"Point"},"id":"mediah-northern-highlands-3","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-4":{"geometry":{"coordinates":{"x":143152,"y":133659},"type":"Point"},"id":"mediah-northern-highlands-4","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-5":{"geometry":{"coordinates":{"x":143762,"y":129146},"type":"Point"},"id":"mediah-northern-highlands-5","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-6":{"geometry":{"coordinates":{"x":147909,"y":127439},"type":"Point"},"id":"mediah-northern-highlands-6","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-7":{"geometry":{"coordinates":{"x":131811,"y":118902},"type":"Point"},"id":"mediah-northern-highlands-7","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-8":{"geometry":{"coordinates":{"x":151445,"y":104390},"type":"Point"},"id":"mediah-northern-highlands-8","properties":{"name":""},"type":"Feature"},"mediah-northern-highlands-9":{"geometry":{"coordinates":{"x":158396,"y":105000},"type":"Point"},"id":"mediah-northern-highlands-9","properties":{"name":""},"type":"Feature"},"northern-guard-camp-1":{"geometry":{"coordinates":{"x":42271,"y":9085},"type":"Point"},"id":"northern-guard-camp-1","properties":{"name":""},"type":"Feature"},"phoniels-cabin-1":{"geometry":{"coordinates":{"x":-311848,"y":-147805},"type":"Point"},"id":"phoniels-cabin-1","properties":{"name":""},"type":"Feature"},"phoniels-cabin-2":{"geometry":{"coordinates":{"x":-311970,"y":-142927},"type":"Point"},"id":"phoniels-cabin-2","properties":{"name":""},"type":"Feature"},"phoniels-cabin-3":{"geometry":{"coordinates":{"x":-317823,"y":-142317},"type":"Point"},"id":"phoniels-cabin-3","properties":{"name":""},"type":"Feature"},"phoniels-cabin-4":{"geometry":{"coordinates":{"x":-311726,"y":-135488},"type":"Point"},"id":"phoniels-cabin-4","properties":{"name":""},"type":"Feature"},"serendia-shrine-1":{"geometry":{"coordinates":{"x":32088,"y":-156707},"type":"Point"},"id":"serendia-shrine-1","properties":{"name":""},"type":"Feature"},"serendia-shrine-2":{"geometry":{"coordinates":{"x":34101,"y":-155671},"type":"Point"},"id":"serendia-shrine-2","properties":{"name":""},"type":"Feature"},"serendia-shrine-3":{"geometry":{"coordinates":{"x":51601,"y":-162195},"type":"Point"},"id":"serendia-shrine-3","properties":{"name":""},"type":"Feature"},"serendia-shrine-4":{"geometry":{"coordinates":{"x":13735,"y":-155061},"type":"Point"},"id":"serendia-shrine-4","properties":{"name":""},"type":"Feature"},"serendia-shrine-5":{"geometry":{"coordinates":{"x":12576,"y":-154024},"type":"Point"},"id":"serendia-shrine-5","properties":{"name":""},"type":"Feature"},"serendia-shrine-6":{"geometry":{"coordinates":{"x":10015,"y":-155793},"type":"Point"},"id":"serendia-shrine-6","properties":{"name":""},"type":"Feature"},"serendia-shrine-7":{"geometry":{"coordinates":{"x":9101,"y":-150854},"type":"Point"},"id":"serendia-shrine-7","properties":{"name":""},"type":"Feature"},"serendia-shrine-8":{"geometry":{"coordinates":{"x":19345,"y":-136646},"type":"Point"},"id":"serendia-shrine-8","properties":{"name":""},"type":"Feature"},"serendia-shrine-9":{"geometry":{"coordinates":{"x":21357,"y":-135427},"type":"Point"},"id":"serendia-shrine-9","properties":{"name":""},"type":"Feature"},"shady-tree-1":{"geometry":{"coordinates":{"x":-412265,"y":-466900},"type":"Point"},"id":"shady-tree-1","properties":{"name":""},"type":"Feature"},"shady-tree-2":{"geometry":{"coordinates":{"x":-410815,"y":-467500},"type":"Point"},"id":"shady-tree-2","properties":{"name":""},"type":"Feature"},"shady-tree-3":{"geometry":{"coordinates":{"x":-407532,"y":-464550},"type":"Point"},"id":"shady-tree-3","properties":{"name":""},"type":"Feature"},"shady-tree-4":{"geometry":{"coordinates":{"x":-408682,"y":-463950},"type":"Point"},"id":"shady-tree-4","properties":{"name":""},"type":"Feature"},"southwestern-gateway-1":{"geometry":{"coordinates":{"x":-56448,"y":-151524},"type":"Point"},"id":"southwestern-gateway-1","properties":{"name":""},"type":"Feature"},"southwestern-gateway-2":{"geometry":{"coordinates":{"x":-54314,"y":-156098},"type":"Point"},"id":"southwestern-gateway-2","properties":{"name":""},"type":"Feature"},"southwestern-gateway-3":{"geometry":{"coordinates":{"x":-51326,"y":-159695},"type":"Point"},"id":"southwestern-gateway-3","properties":{"name":""},"type":"Feature"},"southwestern-gateway-4":{"geometry":{"coordinates":{"x":-59680,"y":-159451},"type":"Point"},"id":"southwestern-gateway-4","properties":{"name":""},"type":"Feature"},"stonebeak-shore-1":{"geometry":{"coordinates":{"x":296201,"y":11585},"type":"Point"},"id":"stonebeak-shore-1","properties":{"name":""},"type":"Feature"},"stonebeak-shore-2":{"geometry":{"coordinates":{"x":300835,"y":9878},"type":"Point"},"id":"stonebeak-shore-2","properties":{"name":""},"type":"Feature"},"treant-forest-1":{"geometry":{"coordinates":{"x":-413067,"y":-179634},"type":"Point"},"id":"treant-forest-1","properties":{"name":""},"type":"Feature"},"treant-forest-10":{"geometry":{"coordinates":{"x":-400018,"y":-139146},"type":"Point"},"id":"treant-forest-10","properties":{"name":""},"type":"Feature"},"treant-forest-2":{"geometry":{"coordinates":{"x":-427823,"y":-184024},"type":"Point"},"id":"treant-forest-2","properties":{"name":""},"type":"Feature"},"treant-forest-3":{"geometry":{"coordinates":{"x":-421238,"y":-179756},"type":"Point"},"id":"treant-forest-3","properties":{"name":""},"type":"Feature"},"treant-forest-4":{"geometry":{"coordinates":{"x":-418433,"y":-176341},"type":"Point"},"id":"treant-forest-4","properties":{"name":""},"type":"Feature"},"treant-forest-5":{"geometry":{"coordinates":{"x":-420750,"y":-170976},"type":"Point"},"id":"treant-forest-5","properties":{"name":""},"type":"Feature"},"treant-forest-6":{"geometry":{"coordinates":{"x":-416970,"y":-167805},"type":"Point"},"id":"treant-forest-6","properties":{"name":""},"type":"Feature"},"treant-forest-7":{"geometry":{"coordinates":{"x":-411360,"y":-158049},"type":"Point"},"id":"treant-forest-7","properties":{"name":""},"type":"Feature"},"treant-forest-8":{"geometry":{"coordinates":{"x":-404287,"y":-150244},"type":"Point"},"id":"treant-forest-8","properties":{"name":""},"type":"Feature"},"treant-forest-9":{"geometry":{"coordinates":{"x":-407701,"y":-145244},"type":"Point"},"id":"treant-forest-9","properties":{"name":""},"type":"Feature"},"trent-1":{"geometry":{"coordinates":{"x":-394165,"y":-236341},"type":"Point"},"id":"trent-1","properties":{"name":""},"type":"Feature"},"tungrad-forest-1":{"geometry":{"coordinates":{"x":174223,"y":-90183},"type":"Point"},"id":"tungrad-forest-1","properties":{"name":""},"type":"Feature"},"tungrad-forest-2":{"geometry":{"coordinates":{"x":172759,"y":-91890},"type":"Point"},"id":"tungrad-forest-2","properties":{"name":""},"type":"Feature"},"tungrad-forest-3":{"geometry":{"coordinates":{"x":169588,"y":-93476},"type":"Point"},"id":"tungrad-forest-3","properties":{"name":""},"type":"Feature"},"tungrad-forest-4":{"geometry":{"coordinates":{"x":165137,"y":-93963},"type":"Point"},"id":"tungrad-forest-4","properties":{"name":""},"type":"Feature"},"windy-peak-1":{"geometry":{"coordinates":{"x":-110000,"y":-344800},"type":"Point"},"id":"windy-peak-1","properties":{"name":""},"type":"Feature"},"windy-peak-2":{"geometry":{"coordinates":{"x":-109800,"y":-343000},"type":"Point"},"id":"windy-peak-2","properties":{"name":""},"type":"Feature"},"windy-peak-3":{"geometry":{"coordinates":{"x":-115700,"y":-343000},"type":"Point"},"id":"windy-peak-3","properties":{"name":""},"type":"Feature"}},"type":"FeatureCollection"},"khalks":{"features":{"cyclops":{"geometry":{"coordinates":[{"x":-357438,"y":-256585},{"x":-359633,"y":-252256},{"x":-359755,"y":-250000},{"x":-359877,"y":-249268},{"x":-364450,"y":-247317},{"x":-368413,"y":-247317},{"x":-369572,"y":-246463},{"x":-369694,"y":-244024},{"x":-370731,"y":-242988},{"x":-373109,"y":-244634},{"x":-374206,"y":-246890},{"x":-376279,"y":-247805},{"x":-376096,"y":-254024},{"x":-373292,"y":-259512},{"x":-368109,"y":-264451},{"x":-366279,"y":-264451},{"x":-365243,"y":-252683},{"x":-359023,"y":-246159},{"x":-355243,"y":-245305},{"x":-353901,"y":-244695},{"x":-351157,"y":-239390},{"x":-348962,"y":-244085},{"x":-346157,"y":-247805},{"x":-343292,"y":-245854},{"x":-337621,"y":-244817},{"x":-333840,"y":-247012},{"x":-329450,"y":-247683},{"x":-323231,"y":-245976},{"x":-320548,"y":-246463},{"x":-321096,"y":-247927},{"x":-323840,"y":-248171},{"x":-325304,"y":-250366},{"x":-323292,"y":-252683},{"x":-321767,"y":-255183},{"x":-317804,"y":-258049},{"x":-317438,"y":-261768},{"x":-317865,"y":-262317},{"x":-314877,"y":-265915},{"x":-315853,"y":-271159},{"x":-320121,"y":-277500},{"x":-324084,"y":-278841},{"x":-327255,"y":-278354},{"x":-342133,"y":-273963},{"x":-348840,"y":-277134},{"x":-357377,"y":-272561},{"x":-360609,"y":-266829},{"x":-357011,"y":-259939},{"x":-357438,"y":-256585}],"type":"LineString"},"id":"cyclops","properties":{"name":"Khalk (Cyclops Land)","notes":"Cyclops Land, Longleaf Forest, Kaia River"},"type":"Feature"},"hasrah":{"geometry":{"coordinates":[{"x":187758,"y":-117195},{"x":198734,"y":-125976},{"x":199710,"y":-129268},{"x":199954,"y":-135732},{"x":204954,"y":-139756},{"x":208124,"y":-147683},{"x":209344,"y":-156707},{"x":206417,"y":-162561},{"x":201661,"y":-165976},{"x":205807,"y":-172195},{"x":205807,"y":-173659},{"x":196173,"y":-178537},{"x":194832,"y":-177195},{"x":192636,"y":-166098},{"x":191783,"y":-165122},{"x":181661,"y":-170122},{"x":177880,"y":-169878},{"x":178002,"y":-164146},{"x":182393,"y":-163049},{"x":183246,"y":-160732},{"x":178368,"y":-158049},{"x":169710,"y":-156220},{"x":172271,"y":-148902},{"x":172027,"y":-146951},{"x":176783,"y":-141341},{"x":182149,"y":-128902},{"x":187758,"y":-117195}],"type":"LineString"},"id":"hasrah","properties":{"name":"Khalk (Hasrah Cliffs)","notes":"Hasrah Cliffs, Tungrad Forest"},"type":"Feature"}},"properties":{"name":"Khalk","plural":"Khalk"},"type":"FeatureCollection"},"levellingareas":{"features":{"abandoned-iron-mine":{"geometry":{"coordinates":[[{"x":289948,"y":-115732},{"x":288362,"y":-123049},{"x":289094,"y":-137561},{"x":301777,"y":-149024},{"x":322875,"y":-161220},{"x":339704,"y":-167439},{"x":350436,"y":-170244},{"x":356045,"y":-158049},{"x":355558,"y":-155122},{"x":346655,"y":-144634},{"x":352875,"y":-141220},{"x":365070,"y":-144390},{"x":366411,"y":-142195},{"x":367753,"y":-127073},{"x":363362,"y":-119390},{"x":353484,"y":-117561},{"x":347021,"y":-116829},{"x":345192,"y":-107317},{"x":336655,"y":-99512},{"x":323606,"y":-97927},{"x":307387,"y":-100244},{"x":296777,"y":-107683},{"x":289948,"y":-115732}]],"type":"Polygon"},"id":"abandoned-iron-mine","properties":{"apdp":"75AP / 110DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","weight":0.02},{"category":"Rare Drops","id":"11640","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011640.png","name":"Asula's Crimson Eye Necklace","price":"","rarity":"blue","weight":0.25}],"level":"51+","name":"Abandoned Iron Mine","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"abandoned-land":{"geometry":{"coordinates":[[{"x":-295296,"y":-13659},{"x":-299321,"y":-18659},{"x":-302613,"y":-25000},{"x":-296881,"y":-35732},{"x":-287491,"y":-39146},{"x":-280174,"y":-34146},{"x":-270662,"y":-26585},{"x":-264199,"y":-21220},{"x":-262125,"y":-10244},{"x":-269564,"y":-3537},{"x":-276881,"y":-6951},{"x":-285906,"y":-5122},{"x":-295296,"y":-13659}]],"type":"Polygon"},"id":"abandoned-land","properties":{"level":"35-40","name":"Abandoned Land","rating":"★★★★★","uselevelforlabel":true},"type":"Feature"},"abandoned-monastery":{"geometry":{"coordinates":[[{"x":-374636,"y":-173963},{"x":-370672,"y":-172378},{"x":-360063,"y":-169939},{"x":-353294,"y":-170854},{"x":-349819,"y":-177134},{"x":-351099,"y":-182073},{"x":-350246,"y":-189268},{"x":-352380,"y":-196220},{"x":-356953,"y":-200305},{"x":-364148,"y":-197439},{"x":-365611,"y":-190305},{"x":-368660,"y":-183598},{"x":-374331,"y":-180000},{"x":-376343,"y":-177378},{"x":-376099,"y":-174939},{"x":-374636,"y":-173963}]],"type":"Polygon"},"id":"abandoned-monastery","properties":{"drops":[{"category":"Rare Drops","id":"12007","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012007.png","name":"Mark of Shadow","price":"","rarity":"blue","sortorder":1,"weight":0.17}],"level":"47-50","name":"Abandoned Monastery","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"altar-imps":{"geometry":{"coordinates":[[{"x":-62014,"y":-55610},{"x":-65368,"y":-51280},{"x":-66709,"y":-42378},{"x":-63111,"y":-37561},{"x":-54941,"y":-29207},{"x":-47990,"y":-23293},{"x":-44758,"y":-21098},{"x":-41831,"y":-22195},{"x":-39148,"y":-29634},{"x":-31587,"y":-26707},{"x":-26526,"y":-27805},{"x":-23843,"y":-28110},{"x":-22197,"y":-31890},{"x":-24575,"y":-35305},{"x":-21953,"y":-40549},{"x":-28843,"y":-45976},{"x":-35611,"y":-51159},{"x":-42380,"y":-53780},{"x":-46831,"y":-55427},{"x":-51160,"y":-57561},{"x":-56526,"y":-57439},{"x":-62014,"y":-55610}]],"type":"Polygon"},"id":"altar-imps","properties":{"level":"16-18","name":"Altar Imps","uselevelforlabel":true},"type":"Feature"},"bashims":{"geometry":{"coordinates":[[{"x":471920,"y":-62805},{"x":456066,"y":-63049},{"x":455091,"y":-72073},{"x":451676,"y":-82561},{"x":456798,"y":-88659},{"x":467774,"y":-88415},{"x":479237,"y":-92317},{"x":491920,"y":-89878},{"x":502164,"y":-98171},{"x":507530,"y":-97195},{"x":507530,"y":-89878},{"x":507286,"y":-81341},{"x":501676,"y":-68902},{"x":505335,"y":-58902},{"x":509237,"y":-56951},{"x":520700,"y":-62073},{"x":534439,"y":-69207},{"x":539439,"y":-63902},{"x":538646,"y":-58171},{"x":530171,"y":-59085},{"x":524012,"y":-56585},{"x":510780,"y":-46585},{"x":505171,"y":-44512},{"x":503098,"y":-45244},{"x":502164,"y":-57195},{"x":493871,"y":-60610},{"x":489725,"y":-71098},{"x":476798,"y":-68902},{"x":471920,"y":-62805}]],"type":"Polygon"},"id":"bashims","properties":{"apdp":"160AP / 200DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"15224","img":"/items/new_icon/03_etc/11_enchant_material/00015224.png","name":"Black Magic Crystal - Agility","price":"","rarity":"yellow","sortorder":2,"weight":0.1}],"level":"55+","name":"Bashims","notes":"","rating":"★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"basilisks":{"geometry":{"coordinates":[[{"x":360923,"y":31951},{"x":368606,"y":27561},{"x":381289,"y":27195},{"x":389094,"y":34268},{"x":383850,"y":40488},{"x":385192,"y":54878},{"x":388484,"y":60976},{"x":383484,"y":72561},{"x":386533,"y":83537},{"x":380314,"y":89512},{"x":374704,"y":95610},{"x":369094,"y":95244},{"x":369094,"y":89024},{"x":363362,"y":78537},{"x":358119,"y":67439},{"x":357265,"y":59268},{"x":358119,"y":47683},{"x":360923,"y":31951}]],"type":"Polygon"},"id":"basilisks","properties":{"apdp":"190AP / 230DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12230","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012230.png","name":"Basilisk's Belt","price":25000000,"rarity":"yellow","sortorder":2,"weight":0.5},{"category":"Rare Drops","id":"15216","img":"/items/new_icon/03_etc/11_enchant_material/00015216.png","name":"Black Magic Crystal - Assault","price":"","rarity":"yellow","sortorder":3,"weight":0.1},{"category":"Rare Drops","id":"42467","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012230.png","name":"Basilisk's Belt","price":"","rarity":"blue","weight":0}],"level":"56+","name":"Basilisks","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"biraghi-den":{"geometry":{"coordinates":[[{"x":-83730,"y":-51098},{"x":-80864,"y":-47744},{"x":-76901,"y":-39390},{"x":-75498,"y":-31341},{"x":-73791,"y":-26159},{"x":-73669,"y":-19817},{"x":-78181,"y":-19024},{"x":-80132,"y":-20183},{"x":-88425,"y":-17988},{"x":-89340,"y":-16098},{"x":-95256,"y":-12622},{"x":-104037,"y":-12622},{"x":-105805,"y":-16159},{"x":-100683,"y":-19634},{"x":-101720,"y":-22561},{"x":-104401,"y":-27256},{"x":-105559,"y":-30061},{"x":-110376,"y":-31280},{"x":-118059,"y":-39939},{"x":-114096,"y":-50976},{"x":-101230,"y":-56037},{"x":-92327,"y":-58415},{"x":-88120,"y":-59573},{"x":-83730,"y":-51098}]],"type":"Polygon"},"id":"biraghi-den","properties":{"level":"29-34","name":"Bandits","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"bloody-monastery":{"geometry":{"coordinates":[[{"x":-38913,"y":-164512},{"x":-35132,"y":-161280},{"x":-33364,"y":-160183},{"x":-33791,"y":-157500},{"x":-36413,"y":-156646},{"x":-38852,"y":-154085},{"x":-35315,"y":-151524},{"x":-30681,"y":-152927},{"x":-25559,"y":-152134},{"x":-21352,"y":-152805},{"x":-17876,"y":-154390},{"x":-14096,"y":-154878},{"x":-14644,"y":-157866},{"x":-18242,"y":-159512},{"x":-18974,"y":-161463},{"x":-17327,"y":-165122},{"x":-16901,"y":-169146},{"x":-18791,"y":-173476},{"x":-22022,"y":-172378},{"x":-24096,"y":-173232},{"x":-26352,"y":-176159},{"x":-31230,"y":-176768},{"x":-33242,"y":-178049},{"x":-35742,"y":-177439},{"x":-36230,"y":-174207},{"x":-38852,"y":-172317},{"x":-37876,"y":-169634},{"x":-39340,"y":-167195},{"x":-38913,"y":-164512}]],"type":"Polygon"},"id":"bloody-monastery","properties":{"level":"25-31","name":"Bloody Monastery","rating":"★★★★★","uselevelforlabel":true},"type":"Feature"},"bree-tree-ruins":{"geometry":{"coordinates":[[{"x":-231881,"y":30000},{"x":-238711,"y":38902},{"x":-242247,"y":52927},{"x":-234808,"y":61707},{"x":-224564,"y":66220},{"x":-214199,"y":65122},{"x":-207369,"y":66463},{"x":-203955,"y":62927},{"x":-190784,"y":63293},{"x":-187735,"y":57683},{"x":-185052,"y":48171},{"x":-202369,"y":47439},{"x":-206516,"y":44878},{"x":-213833,"y":35976},{"x":-218955,"y":29390},{"x":-231881,"y":30000}]],"type":"Polygon"},"id":"bree-tree-ruins","properties":{"level":"38-42","name":"Bree Tree Ruins","rating":"★★","ratingmoney":"★★★★","ratingxp":"★★","uselevelforlabel":true},"type":"Feature"},"cadry-shrine":{"geometry":{"coordinates":[[{"x":431899,"y":73415},{"x":435801,"y":73171},{"x":439704,"y":75976},{"x":439948,"y":79878},{"x":441533,"y":86220},{"x":443972,"y":90122},{"x":455558,"y":92561},{"x":468362,"y":96341},{"x":472753,"y":104756},{"x":476289,"y":113902},{"x":476533,"y":124146},{"x":485070,"y":144024},{"x":486411,"y":153049},{"x":483728,"y":160366},{"x":484216,"y":169146},{"x":480801,"y":174268},{"x":476899,"y":177195},{"x":471533,"y":172683},{"x":472143,"y":161098},{"x":474948,"y":153415},{"x":471533,"y":139512},{"x":468362,"y":137073},{"x":467021,"y":133049},{"x":466411,"y":125854},{"x":462021,"y":118171},{"x":458728,"y":115854},{"x":456655,"y":110122},{"x":465314,"y":105122},{"x":463484,"y":97195},{"x":457143,"y":94756},{"x":444826,"y":94634},{"x":438972,"y":96585},{"x":431167,"y":93415},{"x":427387,"y":95976},{"x":424094,"y":92317},{"x":426777,"y":86707},{"x":429216,"y":82317},{"x":431899,"y":73415}]],"type":"Polygon"},"id":"cadry-shrine","properties":{"apdp":"170AP / 220DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12032","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012032.png","name":"Ring of Cadry Guardian","price":"","rarity":"yellow","sortorder":2,"weight":0.17},{"category":"Rare Drops","id":"15218","img":"/items/new_icon/03_etc/11_enchant_material/00015218.png","name":"Black Magic Crystal - Valor","price":"","rarity":"yellow","sortorder":3,"weight":0.1}],"level":"55+","name":"Cadry Shrine","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"calpheon-shrine":{"geometry":{"coordinates":[[{"x":-425977,"y":-189878},{"x":-428965,"y":-191829},{"x":-430794,"y":-196524},{"x":-433111,"y":-209146},{"x":-424270,"y":-221220},{"x":-415429,"y":-221890},{"x":-412014,"y":-216280},{"x":-409209,"y":-212622},{"x":-404270,"y":-210061},{"x":-404026,"y":-205183},{"x":-410977,"y":-205244},{"x":-417563,"y":-199939},{"x":-421526,"y":-195610},{"x":-422075,"y":-192012},{"x":-423111,"y":-190305},{"x":-425977,"y":-189878}]],"type":"Polygon"},"id":"calpheon-shrine","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"48-51","name":"Calpheon Shrine","rating":"★★","uselevelforlabel":true},"type":"Feature"},"castle-ruins":{"geometry":{"coordinates":[[{"x":94153,"y":-82073},{"x":86104,"y":-79634},{"x":81226,"y":-85976},{"x":74641,"y":-87195},{"x":73665,"y":-99634},{"x":81958,"y":-106951},{"x":93665,"y":-102073},{"x":96104,"y":-108659},{"x":93665,"y":-112805},{"x":92690,"y":-116463},{"x":100495,"y":-118659},{"x":104641,"y":-115732},{"x":108787,"y":-110122},{"x":112690,"y":-102561},{"x":106592,"y":-95000},{"x":97324,"y":-90366},{"x":97324,"y":-85732},{"x":94153,"y":-82073}]],"type":"Polygon"},"id":"castle-ruins","properties":{"attribution":"","drops":[{"category":"TrashDrops","id":55181,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055371.png","name":"Test Drop","notes":"This is a note","price":100000,"rarity":"yellow","type":"TestType","weight":0.1}],"img":"","labelposition":"102366,-104756","level":"18-24","name":"Castle Ruins","notes":"


","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"catfish":{"geometry":{"coordinates":[[{"x":-359392,"y":-94939},{"x":-354636,"y":-93720},{"x":-350977,"y":-95976},{"x":-343721,"y":-98659},{"x":-340429,"y":-87622},{"x":-337746,"y":-80488},{"x":-334331,"y":-73476},{"x":-325611,"y":-71341},{"x":-321587,"y":-74451},{"x":-322807,"y":-79573},{"x":-330977,"y":-78354},{"x":-336831,"y":-84817},{"x":-335916,"y":-91402},{"x":-334087,"y":-99390},{"x":-330490,"y":-109146},{"x":-332685,"y":-115061},{"x":-340916,"y":-117927},{"x":-350977,"y":-117012},{"x":-356648,"y":-113293},{"x":-358111,"y":-106402},{"x":-359880,"y":-98780},{"x":-359392,"y":-94939}]],"type":"Polygon"},"id":"catfish","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"45-50","name":"Catfish","notes":"


","rating":"★★★★","ratingmoney":"★★★","ratingxp":"★★★★★","uselevelforlabel":true},"type":"Feature"},"centaur":{"geometry":{"coordinates":[[{"x":491920,"y":132317},{"x":484115,"y":119146},{"x":489969,"y":109146},{"x":485091,"y":99878},{"x":475335,"y":83780},{"x":465091,"y":73780},{"x":466066,"y":67195},{"x":475091,"y":69146},{"x":489237,"y":71341},{"x":492652,"y":51585},{"x":487530,"y":32561},{"x":477042,"y":25488},{"x":468505,"y":22317},{"x":470700,"y":14756},{"x":483871,"y":13049},{"x":491676,"y":8171},{"x":505091,"y":8902},{"x":510457,"y":13293},{"x":518261,"y":23293},{"x":520700,"y":28171},{"x":516554,"y":35732},{"x":511920,"y":49146},{"x":511188,"y":64756},{"x":513871,"y":72317},{"x":512164,"y":80122},{"x":511188,"y":95732},{"x":511920,"y":107683},{"x":513383,"y":120854},{"x":516066,"y":129878},{"x":507286,"y":137683},{"x":491920,"y":132317}]],"type":"Polygon"},"id":"centaur","properties":{"apdp":"175AP / 220DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12229","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012229.png","name":"Centaurus Belt","price":"","rarity":"yellow","sortorder":2,"weight":0.5},{"category":"Rare Drops","id":"15221","img":"/items/new_icon/03_etc/11_enchant_material/00015221.png","name":"Black Magic Crystal - Memory","price":"","rarity":"yellow","sortorder":3,"weight":0.1}],"level":"56+","name":"Centaur","useapdpforlabel":true},"type":"Feature"},"chimera-north":{"geometry":{"coordinates":[[{"x":-206881,"y":-105854},{"x":-201272,"y":-106707},{"x":-194930,"y":-103537},{"x":-195540,"y":-88659},{"x":-196881,"y":-82683},{"x":-202125,"y":-81951},{"x":-205418,"y":-90366},{"x":-206881,"y":-105854}]],"type":"Polygon"},"id":"chimera-north","properties":{"level":"40-45","name":"Chimera (north)","uselevelforlabel":true},"type":"Feature"},"chimera-south":{"geometry":{"coordinates":[[{"x":-195906,"y":-137195},{"x":-192369,"y":-138780},{"x":-182857,"y":-139878},{"x":-179442,"y":-149390},{"x":-174442,"y":-146829},{"x":-170174,"y":-151829},{"x":-176394,"y":-162683},{"x":-183955,"y":-163780},{"x":-189930,"y":-150732},{"x":-197735,"y":-150610},{"x":-201028,"y":-144878},{"x":-195906,"y":-137195}]],"type":"Polygon"},"id":"chimera-south","properties":{"level":"40-45","name":"Chimera (South)","uselevelforlabel":true},"type":"Feature"},"crescents":{"geometry":{"coordinates":[[{"x":727753,"y":-208049},{"x":734094,"y":-209512},{"x":736655,"y":-202927},{"x":740436,"y":-193902},{"x":742143,"y":-187195},{"x":751167,"y":-180488},{"x":752509,"y":-174878},{"x":755436,"y":-167317},{"x":762509,"y":-162439},{"x":768850,"y":-155244},{"x":766777,"y":-153780},{"x":752997,"y":-165610},{"x":743728,"y":-167683},{"x":734582,"y":-172683},{"x":725558,"y":-169756},{"x":707387,"y":-157439},{"x":704704,"y":-154512},{"x":708850,"y":-149390},{"x":706167,"y":-148171},{"x":699338,"y":-155000},{"x":693240,"y":-161951},{"x":699338,"y":-183902},{"x":710923,"y":-193780},{"x":722997,"y":-203293},{"x":727753,"y":-208049}]],"type":"Polygon"},"id":"crescents","properties":{"apdp":"175AP / 220DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12031","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012031.png","name":"Ring of Crescent Guardian","price":20000000,"rarity":"yellow","sortorder":2,"weight":0.17},{"category":"Rare Drops","id":"15212","img":"/items/new_icon/03_etc/11_enchant_material/00015212.png","name":"Black Magic Crystal - Adamantine","price":"","rarity":"yellow","sortorder":3,"weight":0.1},{"category":"Rare Drops","id":"42468","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012031.png","name":"Ring of Crescent Guardian","price":"","rarity":"blue","weight":0}],"level":"55+","name":"Crescents","rating":"★★★★","useapdpforlabel":true},"type":"Feature"},"cron-castle":{"geometry":{"coordinates":[[{"x":6828,"y":123171},{"x":8779,"y":120671},{"x":11523,"y":119695},{"x":13230,"y":121341},{"x":20425,"y":120000},{"x":22010,"y":120976},{"x":25232,"y":122134},{"x":27610,"y":129390},{"x":27305,"y":135732},{"x":25364,"y":137012},{"x":20669,"y":141159},{"x":19510,"y":144085},{"x":21828,"y":145854},{"x":20547,"y":149146},{"x":16767,"y":147805},{"x":14206,"y":143780},{"x":10730,"y":142622},{"x":9328,"y":140122},{"x":8291,"y":135366},{"x":9510,"y":133841},{"x":6828,"y":123171}]],"type":"Polygon"},"id":"cron-castle","properties":{"level":"48-50","name":"Cron Castle","uselevelforlabel":true},"type":"Feature"},"desert-fogans":{"geometry":{"coordinates":[[{"x":938471,"y":-118659},{"x":951154,"y":-127439},{"x":963105,"y":-137195},{"x":968715,"y":-134512},{"x":974325,"y":-139390},{"x":973349,"y":-147195},{"x":989934,"y":-157195},{"x":1008471,"y":-156220},{"x":1009203,"y":-170366},{"x":991642,"y":-173293},{"x":983105,"y":-186220},{"x":977739,"y":-199390},{"x":942373,"y":-187683},{"x":959691,"y":-175488},{"x":974812,"y":-176220},{"x":977983,"y":-161341},{"x":954569,"y":-143049},{"x":913349,"y":-148171},{"x":873349,"y":-150366},{"x":853593,"y":-138659},{"x":845056,"y":-115244},{"x":853593,"y":-105244},{"x":877252,"y":-107195},{"x":908715,"y":-107439},{"x":932861,"y":-109146},{"x":938471,"y":-118659}]],"type":"Polygon"},"id":"desert-fogans","properties":{"apdp":"170AP / 210DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"44286","img":"/items/new_icon/03_etc/04_dropitem/00044286.png","name":"Part for Explorer's Compass","price":"","rarity":"blue","sortorder":2,"weight":0.3},{"category":"Rare Drops","id":"15201","img":"/items/new_icon/03_etc/11_enchant_material/00015201.png","name":"Black Magic Crystal - Precision","price":100000,"rarity":"yellow","sortorder":3,"weight":0.1},{"category":"Rare Drops","id":"11628","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011628.png","name":"Serap's Necklace","price":"","rarity":"yellow","weight":1},{"category":"Rare Drops","id":"15219","img":"/items/new_icon/03_etc/11_enchant_material/00015219.png","name":"Black Magic Crystal - Precision","price":"","rarity":"yellow","weight":0.1}],"level":"55+","name":"Desert Fogans","rating":"★★★★","ratingmoney":"★★","ratingxp":"★★★★","useapdpforlabel":true},"type":"Feature"},"desert-naga":{"geometry":{"coordinates":[[{"x":555544,"y":49878},{"x":540910,"y":68171},{"x":536276,"y":85976},{"x":530910,"y":120122},{"x":528227,"y":136463},{"x":548959,"y":147927},{"x":575300,"y":141829},{"x":594813,"y":108902},{"x":585544,"y":86463},{"x":590422,"y":69390},{"x":576764,"y":58171},{"x":555544,"y":49878}]],"type":"Polygon"},"id":"desert-naga","properties":{"apdp":"170AP / 210DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"15211","img":"/items/new_icon/03_etc/11_enchant_material/00015211.png","name":"Black Magic Crystal - Swiftness","price":"","rarity":"yellow","sortorder":2,"weight":0.1},{"category":"Rare Drops","id":"11628","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011628.png","name":"Serap's Necklace","price":"","rarity":"yellow","weight":1}],"level":"55+","name":"Desert Naga","useapdpforlabel":"true"},"type":"Feature"},"elrics":{"geometry":{"coordinates":[[{"x":162265,"y":78049},{"x":164216,"y":84024},{"x":168850,"y":85610},{"x":173850,"y":87439},{"x":176167,"y":84146},{"x":174826,"y":81098},{"x":172387,"y":76585},{"x":175070,"y":73415},{"x":177631,"y":70488},{"x":182875,"y":75488},{"x":186045,"y":69024},{"x":181777,"y":56341},{"x":182143,"y":35732},{"x":162387,"y":25976},{"x":149948,"y":27439},{"x":146655,"y":39512},{"x":150558,"y":63049},{"x":150923,"y":72927},{"x":154582,"y":78415},{"x":160679,"y":77561},{"x":162265,"y":78049}]],"type":"Polygon"},"id":"elrics","properties":{"apdp":"80AP / 150DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12012","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012012.png","name":"Outlaw's Ring","price":"","rarity":"blue","weight":0.17},{"category":"Rare Drops","id":"12238","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012238.png","name":"Asula's Crimson Eye Belt","price":"","rarity":"blue","weight":0.25}],"level":"52","name":"Elrics","rating":"★★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"fadus-garrison":{"geometry":{"coordinates":[[{"x":-549261,"y":-179607},{"x":-529179,"y":-177627},{"x":-517866,"y":-183001},{"x":-529462,"y":-205912},{"x":-532856,"y":-221751},{"x":-536251,"y":-239853},{"x":-528331,"y":-251167},{"x":-538513,"y":-261915},{"x":-564535,"y":-268986},{"x":-581788,"y":-255126},{"x":-586031,"y":-236742},{"x":-584051,"y":-213548},{"x":-574434,"y":-190638},{"x":-549261,"y":-179607}]],"type":"Polygon"},"id":"fadus-garrison","properties":{"apdp":"140AP / 170DP","drops":[{"category":"Rare Drops","id":"4917","img":"/items/new_icon/03_etc/07_productmaterial/00004917.png","name":"Forest Fury","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"11070","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00011070.png","name":"Lemoria Helmet","price":"","rarity":"blue","weight":13},{"category":"Rare Drops","id":"11072","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011072.png","name":"Lemoria Gloves","price":"","rarity":"blue","weight":9},{"category":"Rare Drops","id":"45300","img":"/items/new_icon/03_etc/07_productmaterial/00045300.png","name":"Guardian Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Rare Drops","id":"44305","img":"/items/new_icon/03_etc/04_dropitem/00044305.png","name":"Earth Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"40383","img":"/items/new_icon/03_etc/03_quest_item/00040383.png","name":"Manshaum Voodoo Doll","price":"","rarity":"green","weight":0.02}],"level":"55-58","name":"Fadus Habitat","rating":"★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"ferrids":{"geometry":{"coordinates":[[{"x":254948,"y":-12805},{"x":258850,"y":-8049},{"x":263728,"y":-8049},{"x":275558,"y":-12195},{"x":277875,"y":-20244},{"x":273972,"y":-30854},{"x":260923,"y":-35366},{"x":252509,"y":-31463},{"x":251289,"y":-21220},{"x":257143,"y":-20000},{"x":258240,"y":-17439},{"x":254948,"y":-12805}]],"type":"Polygon"},"id":"ferrids","properties":{"apdp":"120AP / 170DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","weight":0.02}],"level":"52","name":"Ferrids","rating":"★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"fogans":{"geometry":{"coordinates":[[{"x":-21394,"y":-132195},{"x":-12003,"y":-127683},{"x":-6516,"y":-128171},{"x":-1516,"y":-131585},{"x":8484,"y":-129024},{"x":1533,"y":-122073},{"x":2143,"y":-113659},{"x":7875,"y":-110976},{"x":14094,"y":-112195},{"x":21655,"y":-122683},{"x":26411,"y":-126098},{"x":32875,"y":-125366},{"x":38972,"y":-122439},{"x":42753,"y":-114878},{"x":46045,"y":-110854},{"x":52387,"y":-103049},{"x":56045,"y":-101220},{"x":61899,"y":-103780},{"x":62509,"y":-109512},{"x":60192,"y":-112561},{"x":53119,"y":-112683},{"x":49948,"y":-115488},{"x":48240,"y":-122683},{"x":39948,"y":-126463},{"x":34094,"y":-130366},{"x":24094,"y":-132927},{"x":14216,"y":-132073},{"x":8850,"y":-134146},{"x":7753,"y":-141707},{"x":3850,"y":-146707},{"x":-2491,"y":-147805},{"x":-10906,"y":-144756},{"x":-19199,"y":-143171},{"x":-21638,"y":-139878},{"x":-21394,"y":-132195}]],"type":"Polygon"},"id":"fogans","properties":{"level":"24-27","name":"Fogans","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"forest-of-seclusion":{"geometry":{"coordinates":[[{"x":-58355,"y":32500},{"x":-62502,"y":27195},{"x":-57380,"y":18049},{"x":-55002,"y":11768},{"x":-44209,"y":7256},{"x":-35368,"y":8780},{"x":-26221,"y":11707},{"x":-21953,"y":15366},{"x":-24514,"y":22317},{"x":-30185,"y":22988},{"x":-35794,"y":26890},{"x":-39087,"y":33659},{"x":-45246,"y":39207},{"x":-52197,"y":37866},{"x":-58355,"y":32500}]],"type":"Polygon"},"id":"forest-of-seclusion","properties":{"level":"9-13","name":"Forest Tree Spirits","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"frenzied-skeletons":{"geometry":{"coordinates":[[{"x":130944,"y":-58659},{"x":128749,"y":-69634},{"x":134603,"y":-84756},{"x":134359,"y":-91585},{"x":146554,"y":-92073},{"x":152652,"y":-82561},{"x":153627,"y":-68659},{"x":149237,"y":-52805},{"x":140944,"y":-48902},{"x":130944,"y":-58659}]],"type":"Polygon"},"id":"frenzied-skeletons","properties":{"apdp":"130AP / 170DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02}],"label":"Frenzied Skeletons","level":"54","name":"Frenzied Skeletons/Soldier's Grave","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"gahaz-bandits":{"geometry":{"coordinates":[[{"x":610213,"y":273049},{"x":613871,"y":274024},{"x":614359,"y":278659},{"x":643383,"y":295000},{"x":646554,"y":310122},{"x":632896,"y":308659},{"x":626798,"y":312561},{"x":626554,"y":321585},{"x":630700,"y":329634},{"x":641676,"y":333293},{"x":653871,"y":333780},{"x":663627,"y":324024},{"x":670944,"y":327439},{"x":666310,"y":335000},{"x":658261,"y":338902},{"x":657774,"y":349146},{"x":655335,"y":356951},{"x":654115,"y":361341},{"x":636554,"y":357683},{"x":622896,"y":350610},{"x":612164,"y":334512},{"x":613139,"y":325000},{"x":602896,"y":320854},{"x":590944,"y":324024},{"x":588018,"y":323049},{"x":584115,"y":312073},{"x":592652,"y":301829},{"x":591920,"y":297927},{"x":593383,"y":292073},{"x":595335,"y":285976},{"x":600213,"y":281098},{"x":603871,"y":277195},{"x":610213,"y":273049}]],"type":"Polygon"},"id":"gahaz-bandits","properties":{"apdp":"175AP / 220DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"15222","img":"/items/new_icon/03_etc/11_enchant_material/00015222.png","name":"Black Magic Crystal - Intimidation","price":"","rarity":"yellow","sortorder":2,"weight":0.1}],"level":"55+","name":"Gahaz Bandits","notes":"

Gahaz money/xp review by via Hoodedhamster

","rating":"★★★★★","useapdpforlabel":true},"type":"Feature"},"giants":{"geometry":{"coordinates":[[{"x":-149442,"y":-245732},{"x":-146638,"y":-246220},{"x":-139199,"y":-249146},{"x":-125296,"y":-235976},{"x":-125296,"y":-232805},{"x":-128467,"y":-222073},{"x":-136150,"y":-225732},{"x":-137857,"y":-221098},{"x":-137125,"y":-214512},{"x":-125906,"y":-205122},{"x":-128955,"y":-201951},{"x":-148467,"y":-203780},{"x":-157735,"y":-208293},{"x":-162857,"y":-209756},{"x":-162979,"y":-213415},{"x":-155052,"y":-221220},{"x":-151881,"y":-223415},{"x":-150784,"y":-228659},{"x":-150296,"y":-243780},{"x":-149442,"y":-245732}]],"type":"Polygon"},"id":"giants","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"44-45","name":"Giants","uselevelforlabel":true},"type":"Feature"},"goblins":{"geometry":{"coordinates":[[{"x":8993,"y":115976},{"x":6554,"y":106707},{"x":9725,"y":103293},{"x":16310,"y":99878},{"x":21920,"y":95488},{"x":27774,"y":91829},{"x":42652,"y":85976},{"x":37774,"y":72317},{"x":36554,"y":62805},{"x":42408,"y":56951},{"x":42652,"y":49146},{"x":48018,"y":45488},{"x":55822,"y":48902},{"x":56798,"y":55976},{"x":54115,"y":62561},{"x":54603,"y":70854},{"x":54359,"y":77927},{"x":52652,"y":84756},{"x":48993,"y":92561},{"x":53139,"y":98171},{"x":51920,"y":103049},{"x":53383,"y":108902},{"x":50944,"y":116707},{"x":51676,"y":120610},{"x":48749,"y":122073},{"x":37774,"y":125244},{"x":31432,"y":120854},{"x":25091,"y":116951},{"x":13139,"y":118659},{"x":8993,"y":115976}]],"type":"Polygon"},"id":"goblins","properties":{"level":"12-15","name":"Goblins","uselevelforlabel":true},"type":"Feature"},"grass-beetles":{"geometry":{"coordinates":[[{"x":-157014,"y":136585},{"x":-155977,"y":140305},{"x":-151892,"y":141524},{"x":-155002,"y":145549},{"x":-153111,"y":147988},{"x":-147502,"y":148720},{"x":-140550,"y":144268},{"x":-136343,"y":143598},{"x":-134941,"y":138963},{"x":-126099,"y":134634},{"x":-122085,"y":132622},{"x":-120256,"y":118537},{"x":-121404,"y":112805},{"x":-128355,"y":111463},{"x":-134941,"y":111829},{"x":-138599,"y":114329},{"x":-137258,"y":118537},{"x":-138599,"y":121159},{"x":-141770,"y":125244},{"x":-140672,"y":128476},{"x":-137319,"y":129695},{"x":-142075,"y":134878},{"x":-144209,"y":131829},{"x":-147136,"y":129817},{"x":-150124,"y":135732},{"x":-154392,"y":134512},{"x":-157014,"y":136585}]],"type":"Polygon"},"id":"grass-beetles","properties":{"level":"1-5","name":"Grass Beetles","uselevelforlabel":true},"type":"Feature"},"gyfin-rhasia-temple":{"geometry":{"coordinates":[[{"x":-515594,"y":-496100},{"x":-527194,"y":-507300},{"x":-527194,"y":-530900},{"x":-513994,"y":-540900},{"x":-491994,"y":-545500},{"x":-464194,"y":-542900},{"x":-448194,"y":-541500},{"x":-430594,"y":-535700},{"x":-429194,"y":-517100},{"x":-433394,"y":-503500},{"x":-459994,"y":-497700},{"x":-488594,"y":-496300},{"x":-515594,"y":-496100}]],"type":"Polygon"},"id":"gyfin-rhasia-temple","properties":{"apdp":"220AP / 265DP","drops":[{"category":"Rare Drops","id":"12237","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012237.png","name":"Tungrad Belt","price":"","rarity":"yellow","weight":1},{"category":"Rare Drops","id":"50801","img":"/items/new_icon/03_etc/09_petitem/00050801.png","name":"Krogdalo's Origin Stone","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"4917","img":"/items/new_icon/03_etc/07_productmaterial/00004917.png","name":"Forest Fury","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"11070","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00011070.png","name":"Lemoria Helmet","price":"","rarity":"blue","weight":13},{"category":"Rare Drops","id":"11071","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00011071.png","name":"Lemoria Armor","price":"","rarity":"blue","weight":20},{"category":"Rare Drops","id":"11073","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00011073.png","name":"Lemoria Shoes","price":"","rarity":"blue","weight":10},{"category":"Rare Drops","id":"11072","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011072.png","name":"Lemoria Gloves","price":"","rarity":"blue","weight":9},{"category":"Rare Drops","id":"50807","img":"/items/new_icon/03_etc/09_petitem/00050807.png","name":"Pure Forest Breath","price":"","rarity":"green","weight":0.1},{"category":"Rare Drops","id":"50802","img":"/items/new_icon/03_etc/09_petitem/00050802.png","name":"Swaying Wind Shard","price":"","rarity":"blue","weight":0.1},{"category":"Rare Drops","id":"45298","img":"/items/new_icon/03_etc/07_productmaterial/00045298.png","name":"Destruction Spirit Stone","price":"","rarity":"blue","weight":0.05}],"level":"60+","name":"Gyfin Rhasia Temple","notes":"Requires party","rating":"★★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"harpy-castle":{"geometry":{"coordinates":[[{"x":-141657,"y":-50732},{"x":-142327,"y":-57744},{"x":-138364,"y":-59756},{"x":-134888,"y":-58232},{"x":-130620,"y":-65488},{"x":-125925,"y":-62500},{"x":-131230,"y":-53110},{"x":-136291,"y":-49695},{"x":-133242,"y":-43902},{"x":-131047,"y":-41768},{"x":-129096,"y":-39512},{"x":-129888,"y":-35915},{"x":-132632,"y":-35183},{"x":-131780,"y":-26646},{"x":-120683,"y":-9268},{"x":-111415,"y":16463},{"x":-127024,"y":42073},{"x":-142451,"y":51829},{"x":-148854,"y":47927},{"x":-141780,"y":42988},{"x":-131537,"y":39085},{"x":-128427,"y":31098},{"x":-124280,"y":29878},{"x":-116171,"y":15549},{"x":-124463,"y":-7500},{"x":-134707,"y":-25915},{"x":-136474,"y":-36585},{"x":-136840,"y":-41524},{"x":-135742,"y":-43963},{"x":-138303,"y":-49878},{"x":-141657,"y":-50732}]],"type":"Polygon"},"id":"harpy-castle","properties":{"level":"30-35","name":"Harpies","rating":"★★","uselevelforlabel":true},"type":"Feature"},"hasrah":{"geometry":{"coordinates":[[{"x":178940,"y":-137683},{"x":180647,"y":-139634},{"x":179184,"y":-144756},{"x":183818,"y":-150854},{"x":189428,"y":-152073},{"x":192111,"y":-158171},{"x":189184,"y":-169146},{"x":182842,"y":-178659},{"x":172354,"y":-179390},{"x":164550,"y":-175000},{"x":158452,"y":-162805},{"x":156013,"y":-151341},{"x":154306,"y":-140854},{"x":155769,"y":-130610},{"x":158940,"y":-124756},{"x":167964,"y":-125488},{"x":174062,"y":-141341},{"x":176501,"y":-141341},{"x":178940,"y":-137683}]],"type":"Polygon"},"id":"hasrah","properties":{"apdp":"110AP / 170DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"12220","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012220.png","name":"Ancient Weapon Core","price":"","rarity":"blue","weight":0.95}],"level":"54","name":"Hasrah Dungeon","rating":"★★★★","ratingmoney":"★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"heidel-quarry-imps":{"geometry":{"coordinates":[[{"x":33413,"y":-3049},{"x":31096,"y":-2256},{"x":26401,"y":5305},{"x":27864,"y":16280},{"x":29632,"y":17195},{"x":34206,"y":15366},{"x":36401,"y":12622},{"x":35852,"y":7744},{"x":36950,"y":3963},{"x":38962,"y":305},{"x":33413,"y":-3049}]],"type":"Polygon"},"id":"heidel-quarry-imps","properties":{"level":"13-15","name":"Heidel Quarry Imps","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"helms":{"geometry":{"coordinates":[[{"x":141655,"y":35488},{"x":145314,"y":39512},{"x":149094,"y":63293},{"x":149460,"y":75976},{"x":146655,"y":96707},{"x":143850,"y":99268},{"x":130801,"y":95610},{"x":123240,"y":97195},{"x":106167,"y":87073},{"x":104094,"y":80122},{"x":106899,"y":65976},{"x":113119,"y":57561},{"x":130801,"y":37805},{"x":141655,"y":35488}]],"type":"Polygon"},"id":"helms","properties":{"apdp":"80AP / 130DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11610","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011610.png","name":"Scarla Necklace","price":"","rarity":"blue","weight":0.25},{"category":"Rare Drops","id":"11613","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011613.png","name":"Ancient Guardian's Seal","notes":"Only drops from golems, or from Helms inside the cave system","price":"","rarity":"blue","weight":0.25},{"category":"Rare Drops","id":"12044","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012044.png","name":"Asula's Crimson Eye Ring","price":"","rarity":"blue","weight":0.17},{"category":"Rare Drops","id":"11838","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011838.png","name":"Asula's Crimson Eye Earring","price":"","rarity":"blue","weight":0.4}],"level":"52","name":"Helms","rating":"★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"khurutos":{"geometry":{"coordinates":[[{"x":-157592,"y":-20122},{"x":-147592,"y":-20122},{"x":-133446,"y":-4512},{"x":-128324,"y":16220},{"x":-138812,"y":31585},{"x":-163446,"y":23780},{"x":-176373,"y":11098},{"x":-180275,"y":-6951},{"x":-173446,"y":-19390},{"x":-157592,"y":-20122}]],"type":"Polygon"},"id":"khurutos","properties":{"level":"30-35","name":"Khurutos","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"manes":{"geometry":{"coordinates":[[{"x":172193,"y":-45732},{"x":177315,"y":-37805},{"x":181706,"y":-25000},{"x":191889,"y":-27744},{"x":202315,"y":-37927},{"x":215852,"y":-48171},{"x":221035,"y":-60976},{"x":214389,"y":-70732},{"x":201035,"y":-71159},{"x":188047,"y":-61341},{"x":172193,"y":-45732}]],"type":"Polygon"},"id":"manes","properties":{"apdp":"80AP / 90DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11631","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011631.png","name":"Necklace of Shultz the Gladiator","price":"","rarity":"blue","weight":0.25},{"category":"Rare Drops","id":"12211","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012211.png","name":"Belt of Shultz the Gladiator","price":"","rarity":"blue","weight":0.95}],"level":"51","name":"Manes","rating":"★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"manshas":{"geometry":{"coordinates":[[{"x":-366129,"y":-121098},{"x":-385153,"y":-109878},{"x":-399543,"y":-114512},{"x":-400519,"y":-123293},{"x":-399056,"y":-132317},{"x":-398324,"y":-144024},{"x":-409300,"y":-155732},{"x":-407348,"y":-163780},{"x":-398324,"y":-165488},{"x":-389300,"y":-162561},{"x":-384421,"y":-150610},{"x":-381495,"y":-143780},{"x":-375641,"y":-135244},{"x":-374178,"y":-127195},{"x":-366129,"y":-121098}]],"type":"Polygon"},"id":"manshas","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"44-50","name":"Manshas","rating":"★★★★","ratingxp":"","uselevelforlabel":true},"type":"Feature"},"manshaums":{"geometry":{"coordinates":[[{"x":-378020,"y":-354828},{"x":-391879,"y":-365152},{"x":-389192,"y":-380001},{"x":-382687,"y":-385800},{"x":-368262,"y":-390891},{"x":-353413,"y":-392305},{"x":-347614,"y":-380284},{"x":-349877,"y":-366001},{"x":-362605,"y":-358788},{"x":-378020,"y":-354828}]],"type":"Polygon"},"id":"manshaums","properties":{"drops":[{"category":"Rare Drops","id":"11834","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011834.png","name":"Narc Ear Accessory","price":"","rarity":"yellow","weight":0.4},{"category":"Rare Drops","id":"4917","img":"/items/new_icon/03_etc/07_productmaterial/00004917.png","name":"Forest Fury","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"45300","img":"/items/new_icon/03_etc/07_productmaterial/00045300.png","name":"Guardian Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Rare Drops","id":"50803","img":"/items/new_icon/03_etc/09_petitem/00050803.png","name":"Rumbling Earth Shard","price":"","rarity":"blue","weight":0.1},{"category":"Rare Drops","id":"44306","img":"/items/new_icon/03_etc/04_dropitem/00044306.png","name":"Water Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"11073","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00011073.png","name":"Lemoria Shoes","price":"","rarity":"blue","weight":10},{"category":"Rare Drops","id":"11072","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011072.png","name":"Lemoria Gloves","price":"","rarity":"blue","weight":9},{"category":"Rare Drops","id":"40383","img":"/items/new_icon/03_etc/03_quest_item/00040383.png","name":"Manshaum Voodoo Doll","price":"","rarity":"green","weight":0.02}],"name":"Manshaums"},"type":"Feature"},"marnis-2nd-lab":{"geometry":{"coordinates":[[{"x":396045,"y":-152439},{"x":391777,"y":-149756},{"x":382509,"y":-150854},{"x":379948,"y":-158537},{"x":380314,"y":-172439},{"x":380558,"y":-182195},{"x":387021,"y":-185610},{"x":397509,"y":-181220},{"x":400558,"y":-174390},{"x":399582,"y":-160976},{"x":396411,"y":-153171},{"x":396045,"y":-152439}]],"type":"Polygon"},"id":"marnis-2nd-lab","properties":{"apdp":"130AP / 160DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"53","name":"Marni's 2nd Lab","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"marnis-lab":{"geometry":{"coordinates":[[{"x":-206516,"y":-107927},{"x":-198833,"y":-108537},{"x":-192979,"y":-116829},{"x":-183711,"y":-125122},{"x":-180662,"y":-131585},{"x":-186638,"y":-137561},{"x":-195540,"y":-133659},{"x":-196150,"y":-121463},{"x":-205906,"y":-112195},{"x":-206516,"y":-107927}]],"type":"Polygon"},"id":"marnis-lab","properties":{"level":"41-45","name":"Marni's Lab","rating":"★","uselevelforlabel":true},"type":"Feature"},"mask-owl":{"geometry":{"coordinates":[[{"x":-210519,"y":89878},{"x":-209543,"y":99878},{"x":-201982,"y":112073},{"x":-188324,"y":110854},{"x":-174178,"y":87927},{"x":-181007,"y":78415},{"x":-196373,"y":81098},{"x":-205885,"y":83049},{"x":-210519,"y":89878}]],"type":"Polygon"},"id":"mask-owl","properties":{"level":"31-35","name":"Mask Owls","rating":"★★","uselevelforlabel":true},"type":"Feature"},"mirumok-ruins":{"geometry":{"coordinates":[[{"x":-421391,"y":-327700},{"x":-428791,"y":-336700},{"x":-430391,"y":-352900},{"x":-427991,"y":-366300},{"x":-406391,"y":-370700},{"x":-395391,"y":-364900},{"x":-394591,"y":-352500},{"x":-409591,"y":-343500},{"x":-410391,"y":-330500},{"x":-414391,"y":-327300},{"x":-421391,"y":-327700}]],"type":"Polygon"},"id":"mirumok-ruins","properties":{"drops":[{"category":"Rare Drops","id":"4917","img":"/items/new_icon/03_etc/07_productmaterial/00004917.png","name":"Forest Fury","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"45298","img":"/items/new_icon/03_etc/07_productmaterial/00045298.png","name":"Destruction Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Rare Drops","id":"50802","img":"/items/new_icon/03_etc/09_petitem/00050802.png","name":"Swaying Wind Shard","price":"","rarity":"blue","weight":0.1},{"category":"Rare Drops","id":"44311","img":"/items/new_icon/03_etc/04_dropitem/00044311.png","name":"Tree Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"11071","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00011071.png","name":"Lemoria Armor","price":"","rarity":"blue","weight":20},{"category":"Rare Drops","id":"11070","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00011070.png","name":"Lemoria Helmet","price":"","rarity":"blue","weight":13},{"category":"Rare Drops","id":"40383","img":"/items/new_icon/03_etc/03_quest_item/00040383.png","name":"Manshaum Voodoo Doll","price":"","rarity":"green","weight":0.02}],"name":"Mirumok Ruins"},"type":"Feature"},"naga":{"geometry":{"coordinates":[[{"x":-40418,"y":-104756},{"x":-43589,"y":-109268},{"x":-43345,"y":-114024},{"x":-35662,"y":-120366},{"x":-29686,"y":-119390},{"x":-22979,"y":-113780},{"x":-16028,"y":-111098},{"x":-4077,"y":-110366},{"x":3362,"y":-103780},{"x":12753,"y":-107805},{"x":22265,"y":-109878},{"x":26899,"y":-105000},{"x":30436,"y":-95854},{"x":29704,"y":-86463},{"x":25801,"y":-86341},{"x":22265,"y":-92195},{"x":15436,"y":-92805},{"x":9948,"y":-90244},{"x":-2125,"y":-78780},{"x":-4686,"y":-73659},{"x":-9930,"y":-71951},{"x":-14930,"y":-71220},{"x":-18223,"y":-76707},{"x":-16028,"y":-81463},{"x":-16516,"y":-84634},{"x":-9686,"y":-87927},{"x":-6394,"y":-91098},{"x":-9199,"y":-99634},{"x":-31272,"y":-102561},{"x":-40418,"y":-104756}]],"type":"Polygon"},"id":"naga","properties":{"level":"21-24","name":"Naga","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"navarn-steppe":{"geometry":{"coordinates":[[{"x":-452701,"y":-435863},{"x":-436579,"y":-446894},{"x":-422154,"y":-459622},{"x":-407447,"y":-463016},{"x":-393304,"y":-461601},{"x":-384254,"y":-458773},{"x":-377465,"y":-453116},{"x":-374920,"y":-440671},{"x":-368980,"y":-434166},{"x":-361626,"y":-428792},{"x":-363606,"y":-419741},{"x":-384819,"y":-412670},{"x":-394719,"y":-407579},{"x":-407164,"y":-403902},{"x":-414518,"y":-395133},{"x":-427528,"y":-392588},{"x":-435731,"y":-394568},{"x":-444782,"y":-402205},{"x":-450156,"y":-419175},{"x":-452701,"y":-435863}]],"type":"Polygon"},"id":"navarn-steppe","properties":{"drops":[{"category":"Griffons","id":"11101","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00011101.png","name":"Griffon's Helmet","price":"","rarity":"yellow","weight":16},{"category":"Griffons","id":"45298","img":"/items/new_icon/03_etc/07_productmaterial/00045298.png","name":"Destruction Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Griffons","id":"44304","img":"/items/new_icon/03_etc/04_dropitem/00044304.png","name":"Wind Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Feather Wolves","id":"45302","img":"/items/new_icon/03_etc/07_productmaterial/00045302.png","name":"Life Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Feather Wolves","id":"44305","img":"/items/new_icon/03_etc/04_dropitem/00044305.png","name":"Earth Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Black Leopards","id":"45298","img":"/items/new_icon/03_etc/07_productmaterial/00045298.png","name":"Destruction Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Black Leopards","id":"44305","img":"/items/new_icon/03_etc/04_dropitem/00044305.png","name":"Earth Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Ferrica","id":"45302","img":"/items/new_icon/03_etc/07_productmaterial/00045302.png","name":"Life Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Ferrica","id":"44304","img":"/items/new_icon/03_etc/04_dropitem/00044304.png","name":"Wind Spirit Stone Fragment","price":"","rarity":"white","weight":0.1}],"name":"Navarn Steppe"},"type":"Feature"},"oze-quarry":{"geometry":{"coordinates":[[{"x":-150418,"y":-74146},{"x":-157491,"y":-79390},{"x":-159199,"y":-89878},{"x":-158345,"y":-92195},{"x":-146516,"y":-92561},{"x":-134077,"y":-101829},{"x":-131394,"y":-99756},{"x":-127491,"y":-97317},{"x":-128955,"y":-92683},{"x":-129686,"y":-85366},{"x":-127003,"y":-79512},{"x":-136028,"y":-68537},{"x":-138833,"y":-68537},{"x":-150418,"y":-74146}]],"type":"Polygon"},"id":"oze-quarry","properties":{"level":"40-45","name":"Oze Quarry Miners","rating":"★★","uselevelforlabel":true},"type":"Feature"},"pila-ku-jail":{"geometry":{"coordinates":[[{"x":1145192,"y":-63171},{"x":1148728,"y":-64024},{"x":1156045,"y":-63049},{"x":1163240,"y":-69146},{"x":1162875,"y":-80366},{"x":1160436,"y":-97317},{"x":1150801,"y":-110122},{"x":1133972,"y":-107805},{"x":1129094,"y":-99268},{"x":1131289,"y":-93780},{"x":1131289,"y":-90976},{"x":1136289,"y":-87561},{"x":1137387,"y":-91707},{"x":1142143,"y":-91463},{"x":1142244,"y":-81829},{"x":1146411,"y":-69390},{"x":1143850,"y":-66829},{"x":1145192,"y":-63171}]],"type":"Polygon"},"id":"pila-ku-jail","properties":{"apdp":"230AP / 290DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11625","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011625.png","name":"Sicil's Necklace","price":"","rarity":"yellow","sortorder":2,"weight":1},{"category":"Rare Drops","id":"44286","img":"/items/new_icon/03_etc/04_dropitem/00044286.png","name":"Part for Explorer's Compass","price":"","rarity":"blue","weight":0.3},{"category":"Rare Drops","id":"15211","img":"/items/new_icon/03_etc/11_enchant_material/00015211.png","name":"Black Magic Crystal - Swiftness","price":"","rarity":"yellow","weight":0.1}],"level":"57+","name":"Pila Ku Jail","useapdpforlabel":true},"type":"Feature"},"pirates":{"geometry":{"coordinates":[[{"x":-369109,"y":319390},{"x":-359353,"y":319634},{"x":-346182,"y":317927},{"x":-334963,"y":325732},{"x":-326182,"y":335732},{"x":-325207,"y":339634},{"x":-341060,"y":375244},{"x":-337646,"y":389634},{"x":-321792,"y":391341},{"x":-304475,"y":390366},{"x":-294475,"y":396707},{"x":-296670,"y":416707},{"x":-320085,"y":417927},{"x":-341792,"y":424024},{"x":-348133,"y":422317},{"x":-353011,"y":424756},{"x":-355694,"y":431585},{"x":-365938,"y":433780},{"x":-370816,"y":434268},{"x":-377646,"y":422561},{"x":-397402,"y":401585},{"x":-403743,"y":384268},{"x":-406426,"y":364268},{"x":-404719,"y":349390},{"x":-398133,"y":347683},{"x":-391792,"y":347439},{"x":-385694,"y":359634},{"x":-380085,"y":351585},{"x":-375450,"y":351585},{"x":-368621,"y":359146},{"x":-362524,"y":373537},{"x":-357646,"y":375732},{"x":-355207,"y":346220},{"x":-361548,"y":340610},{"x":-362524,"y":333537},{"x":-362524,"y":325244},{"x":-368865,"y":322317},{"x":-369109,"y":319390}]],"type":"Polygon"},"id":"pirates","properties":{"apdp":"125AP / 175DP","drops":[{"category":"Rare Drops","id":"11817","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011817.png","name":"Red Coral Earring","price":"","rarity":"blue","weight":0.4},{"category":"Rare Drops","id":"11816","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011816.png","name":"Blue Coral Earring","price":"","rarity":"blue","weight":0.4}],"level":"56+","name":"Pirates","rating":"★★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"pollys-forest":{"geometry":{"coordinates":[[{"x":-571687,"y":-381700},{"x":-558887,"y":-400900},{"x":-550487,"y":-420500},{"x":-553287,"y":-438100},{"x":-582487,"y":-439300},{"x":-604087,"y":-440100},{"x":-613287,"y":-411700},{"x":-607687,"y":-381700},{"x":-571687,"y":-381700}]],"type":"Polygon"},"id":"pollys-forest","properties":{"apdp":"90AP / 150DP","drops":[{"category":"Rare Drops","id":"11073","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00011073.png","name":"Lemoria Shoes","price":"","rarity":"blue","weight":10},{"category":"Rare Drops","id":"11071","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00011071.png","name":"Lemoria Armor","price":"","rarity":"blue","weight":20},{"category":"Rare Drops","id":"5420","img":"/items/new_icon/03_etc/07_productmaterial/00005420.png","name":"Truffle Mushroom","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"45302","img":"/items/new_icon/03_etc/07_productmaterial/00045302.png","name":"Life Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Rare Drops","id":"50807","img":"/items/new_icon/03_etc/09_petitem/00050807.png","name":"Pure Forest Breath","price":"","rarity":"green","weight":0.1},{"category":"Rare Drops","id":"44306","img":"/items/new_icon/03_etc/04_dropitem/00044306.png","name":"Water Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"40383","img":"/items/new_icon/03_etc/03_quest_item/00040383.png","name":"Manshaum Voodoo Doll","price":"","rarity":"green","weight":0.02}],"level":"52-55","name":"Mushrooms (Polly's Forest)","notes":"Gather corpses of mushrooms for a chance at rainbow mushrooms and truffle mushrooms.","rating":"★★★","usapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"red-orcs":{"geometry":{"coordinates":[[{"x":-92449,"y":-139451},{"x":-90376,"y":-144695},{"x":-76962,"y":-144939},{"x":-68181,"y":-138902},{"x":-68852,"y":-130671},{"x":-65986,"y":-127683},{"x":-66779,"y":-120732},{"x":-71230,"y":-114817},{"x":-68000,"y":-101341},{"x":-74707,"y":-98110},{"x":-80561,"y":-96341},{"x":-76232,"y":-85000},{"x":-82207,"y":-84573},{"x":-88610,"y":-85793},{"x":-94463,"y":-89451},{"x":-94768,"y":-91585},{"x":-92756,"y":-104939},{"x":-89035,"y":-116280},{"x":-88120,"y":-125549},{"x":-89035,"y":-133963},{"x":-92449,"y":-139451}]],"type":"Polygon"},"id":"red-orcs","properties":{"level":"28-34","name":"Red Orcs","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"red-wolf-town":{"geometry":{"coordinates":[[{"x":35365,"y":-368404},{"x":40032,"y":-384951},{"x":59407,"y":-385375},{"x":71428,"y":-379577},{"x":84014,"y":-370384},{"x":79630,"y":-340827},{"x":71852,"y":-338706},{"x":61104,"y":-339272},{"x":51204,"y":-345494},{"x":41446,"y":-356666}]],"type":"Polygon"},"id":"red-wolf-town","properties":{"apdp":"170AP / 210DP","drops":[{"category":"Rare Drops","id":"12059","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012039.png","name":"Kagtum Submission Ring","price":"","rarity":"blue","sortorder":1,"weight":0.17},{"category":"Rare Drops","id":"15668","img":"/items/new_icon/03_etc/11_enchant_material/00015668.png","name":"Kagtunak","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"15662","img":"/items/new_icon/03_etc/11_enchant_material/00015662_0.png","name":"Combined Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"15664","img":"/items/new_icon/03_etc/11_enchant_material/00015664_0.png","name":"Combined Magic Crystal - Hoom","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"701012","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00010938.png","name":"Akum Armor","price":"","rarity":"blue","weight":23},{"category":"Rare Drops","id":"701013","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00010939.png","name":"Akum Gloves","price":"","rarity":"blue","weight":12},{"category":"Rare Drops","id":"701011","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00010937.png","name":"Akum Helmet","price":"","rarity":"blue","weight":15},{"category":"Rare Drops","id":"701014","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00010940.png","name":"Akum Shoes","price":"","rarity":"blue","weight":13.5},{"category":"Rare Drops","id":"9749","img":"/items/new_icon/03_etc/07_productmaterial/00009749.png","name":"Black Energy Residue","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"721003","img":"/items/new_icon/03_etc/00721003.png","name":"Caphras Stone","price":"","rarity":"blue","weight":0}],"level":"58+","name":"Blood Wolf Town","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"rhutums":{"geometry":{"coordinates":[[{"x":-377380,"y":-160305},{"x":-375916,"y":-151829},{"x":-371709,"y":-139085},{"x":-368782,"y":-130976},{"x":-363965,"y":-126037},{"x":-355672,"y":-128171},{"x":-348172,"y":-126220},{"x":-337136,"y":-128354},{"x":-334758,"y":-133841},{"x":-334453,"y":-141159},{"x":-329514,"y":-146524},{"x":-328538,"y":-152805},{"x":-331282,"y":-154451},{"x":-337624,"y":-157805},{"x":-352746,"y":-160061},{"x":-361099,"y":-162134},{"x":-367563,"y":-165549},{"x":-375063,"y":-163902},{"x":-377380,"y":-160305}]],"type":"Polygon"},"id":"rhutums","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"47-50","name":"Rhutums","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"saunil":{"geometry":{"coordinates":[[{"x":-250784,"y":-177805},{"x":-248955,"y":-188171},{"x":-240662,"y":-197805},{"x":-228711,"y":-199268},{"x":-223467,"y":-207073},{"x":-222857,"y":-217073},{"x":-215418,"y":-221707},{"x":-203711,"y":-216707},{"x":-204930,"y":-201951},{"x":-208223,"y":-193415},{"x":-214564,"y":-187073},{"x":-218345,"y":-180244},{"x":-209077,"y":-177927},{"x":-204808,"y":-177439},{"x":-204808,"y":-172927},{"x":-210296,"y":-159512},{"x":-210784,"y":-154146},{"x":-220662,"y":-150854},{"x":-229930,"y":-158171},{"x":-237857,"y":-159390},{"x":-247125,"y":-169390},{"x":-250784,"y":-177805}]],"type":"Polygon"},"id":"saunil","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"42-45","name":"Saunil","rating":"★★★★","ratingmoney":"★★★★★","ratingxp":"★★★","uselevelforlabel":true},"type":"Feature"},"sausans":{"geometry":{"coordinates":[[{"x":229582,"y":150976},{"x":211899,"y":145732},{"x":189582,"y":138537},{"x":199460,"y":129268},{"x":213240,"y":115610},{"x":232387,"y":99878},{"x":247265,"y":100244},{"x":262875,"y":107805},{"x":260070,"y":132317},{"x":246045,"y":145488},{"x":229582,"y":150976}]],"type":"Polygon"},"id":"sausans","properties":{"apdp":"90AP / 130DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"53","name":"Sausans","rating":"★★★★★","ratingmoney":"★★★★","ratingxp":"★★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"scarecrows":{"geometry":{"coordinates":[[{"x":58471,"y":-58415},{"x":68471,"y":-57439},{"x":74081,"y":-56707},{"x":78959,"y":-60122},{"x":82617,"y":-64512},{"x":82617,"y":-71341},{"x":80178,"y":-74512},{"x":81154,"y":-78171},{"x":78959,"y":-82317},{"x":73593,"y":-82805},{"x":68227,"y":-79878},{"x":65544,"y":-73049},{"x":58959,"y":-65000},{"x":58471,"y":-58415}]],"type":"Polygon"},"id":"scarecrows","properties":{"level":"15-18","name":"Scarecrows","rating":"★★★","uselevelforlabel":true},"type":"Feature"},"sherekhans-grave":{"geometry":{"coordinates":[[{"x":-163331,"y":-348747},{"x":-167149,"y":-364303},{"x":-157532,"y":-399093},{"x":-146502,"y":-403760},{"x":-130380,"y":-404467},{"x":-119207,"y":-398668},{"x":-109166,"y":-362323},{"x":-110439,"y":-353272},{"x":-122319,"y":-349312},{"x":-130238,"y":-344504},{"x":-144946,"y":-338140},{"x":-154563,"y":-339413}]],"type":"Polygon"},"id":"sherekhans-grave","properties":{"apdp":"200AP","drops":[{"category":"Rare Drops","id":"12251","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012251.png","name":"Orkinrad's Belt","price":"","rarity":"yellow","sortorder":1,"weight":0.5},{"category":"Rare Drops","id":"44359","img":"/items/new_icon/03_etc/04_dropitem/00044359.png","name":"Orkinrad Piece - Leather Knot","price":"","rarity":"green","weight":0.3},{"category":"Rare Drops","id":"44360","img":"/items/new_icon/03_etc/04_dropitem/00044360.png","name":"Orkinrad Piece - Metal Ornament","price":"","rarity":"green","weight":0.3},{"category":"Rare Drops","id":"15664","img":"/items/new_icon/03_etc/11_enchant_material/00015664_0.png","name":"Combined Magic Crystal - Hoom","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"15663","img":"/items/new_icon/03_etc/11_enchant_material/00015663_0.png","name":"Combined Magic Crystal - Macalod","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"701012","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00010938.png","name":"Akum Armor","price":"","rarity":"blue","weight":23},{"category":"Rare Drops","id":"701013","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00010939.png","name":"Akum Gloves","price":"","rarity":"blue","weight":12},{"category":"Rare Drops","id":"701011","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00010937.png","name":"Akum Helmet","price":"","rarity":"blue","weight":15},{"category":"Rare Drops","id":"701014","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00010940.png","name":"Akum Shoes","price":"","rarity":"blue","weight":13.5},{"category":"Rare Drops","id":"721003","img":"/items/new_icon/03_etc/00721003.png","name":"Caphras Stone","price":"","rarity":"blue","weight":0},{"category":"Rare Drops","id":"9749","img":"/items/new_icon/03_etc/07_productmaterial/00009749.png","name":"Black Energy Residue","price":"","rarity":"white","weight":0.1}],"level":"60+","name":"Sherekhan Necropolis","notes":"Area contains Gatekeeper-style elite mobs.","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"shultz-guard":{"geometry":{"coordinates":[[{"x":282200,"y":88700},{"x":268700,"y":90500},{"x":258600,"y":93700},{"x":254500,"y":102300},{"x":263700,"y":107300},{"x":265300,"y":123000},{"x":278200,"y":120000},{"x":283900,"y":115500},{"x":282500,"y":101800},{"x":278681,"y":91922}]],"type":"Polygon"},"id":"shultz-guard","properties":{"apdp":"160AP / 180DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11631","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011631.png","name":"Necklace of Shultz the Gladiator","price":"","rarity":"blue","weight":0.25},{"category":"Rare Drops","id":"12211","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012211.png","name":"Belt of Shultz the Gladiator","price":"","rarity":"blue","weight":0.95}],"level":"56","name":"Shultz Guard","rating":"★★★★","ratingmoney":"★★★★","ratingxp":"★★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"skeletons":{"geometry":{"coordinates":[[{"x":-268606,"y":-224756},{"x":-260313,"y":-218049},{"x":-252264,"y":-222561},{"x":-248240,"y":-235854},{"x":-238362,"y":-242927},{"x":-229338,"y":-244268},{"x":-209704,"y":-253049},{"x":-205069,"y":-259878},{"x":-203484,"y":-267195},{"x":-201655,"y":-265000},{"x":-195679,"y":-262561},{"x":-190557,"y":-266585},{"x":-197264,"y":-274512},{"x":-200313,"y":-270732},{"x":-206045,"y":-279024},{"x":-210923,"y":-278049},{"x":-214947,"y":-272927},{"x":-220313,"y":-273780},{"x":-233972,"y":-273293},{"x":-243240,"y":-268902},{"x":-246777,"y":-257073},{"x":-250679,"y":-250610},{"x":-256533,"y":-250122},{"x":-262021,"y":-243049},{"x":-264582,"y":-234146},{"x":-268606,"y":-224756}]],"type":"Polygon"},"id":"skeletons","properties":{"drops":[{"category":"Rare Drops","id":"11808","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011808.png","name":"Witch's Earring","price":"","rarity":"blue","sortorder":1,"weight":0.4},{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":2,"weight":0.02}],"level":"48-51","name":"Skeletons","rating":"★★★★","uselevelforlabel":true},"type":"Feature"},"steel-imps":{"geometry":{"coordinates":[[{"x":-95866,"y":101402},{"x":-87024,"y":104756},{"x":-75153,"y":98415},{"x":-57836,"y":92561},{"x":-34178,"y":86463},{"x":-33732,"y":83963},{"x":-38080,"y":77195},{"x":-28568,"y":70366},{"x":-28080,"y":65732},{"x":-44037,"y":56768},{"x":-47348,"y":56707},{"x":-61251,"y":64756},{"x":-73202,"y":71585},{"x":-75195,"y":70549},{"x":-83061,"y":63171},{"x":-83202,"y":60366},{"x":-90031,"y":51829},{"x":-99787,"y":55976},{"x":-105641,"y":66707},{"x":-107104,"y":80122},{"x":-101251,"y":95732},{"x":-95866,"y":101402}]],"type":"Polygon"},"id":"steel-imps","properties":{"level":"5-10","name":"Steel Imps","uselevelforlabel":true},"type":"Feature"},"stone-waragons":{"geometry":{"coordinates":[[{"x":566798,"y":-47439},{"x":568505,"y":-60122},{"x":554847,"y":-68415},{"x":548261,"y":-76463},{"x":550944,"y":-96463},{"x":554115,"y":-105000},{"x":564603,"y":-112073},{"x":576310,"y":-112561},{"x":588261,"y":-118171},{"x":591432,"y":-114268},{"x":607530,"y":-87927},{"x":601432,"y":-69390},{"x":595091,"y":-50122},{"x":578993,"y":-50122},{"x":572408,"y":-44024},{"x":566798,"y":-47439}]],"type":"Polygon"},"id":"stone-waragons","properties":{"apdp":"160AP / 200DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02}],"level":"55+","name":"Stone Waragons","rating":"★★","useapdpforlabel":true},"type":"Feature"},"sulfur-mines":{"geometry":{"coordinates":[[{"x":1083425,"y":397683},{"x":1109279,"y":398171},{"x":1117084,"y":406463},{"x":1138059,"y":400122},{"x":1144401,"y":406951},{"x":1147816,"y":415244},{"x":1134157,"y":421585},{"x":1126352,"y":429878},{"x":1133181,"y":444512},{"x":1122450,"y":453780},{"x":1102938,"y":458659},{"x":1090742,"y":451829},{"x":1086352,"y":442073},{"x":1073669,"y":439634},{"x":1068303,"y":430854},{"x":1071718,"y":420122},{"x":1078547,"y":400610},{"x":1083425,"y":397683}]],"type":"Polygon"},"id":"sulfur-mines","properties":{"apdp":"220AP / 230DP","drops":[{"category":"Rare Drops","id":"40228","img":"/items/new_icon/03_etc/03_quest_item/00040228.png","name":"Scroll Written in Ancient Language","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11625","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011625.png","name":"Sicil's Necklace","price":"","rarity":"yellow","sortorder":2,"weight":1},{"category":"Rare Drops","id":"44286","img":"/items/new_icon/03_etc/04_dropitem/00044286.png","name":"Part for Explorer's Compass","price":"","rarity":"blue","sortorder":3,"weight":0.3}],"level":"56+","name":"Sulfur Mines","rating":"★★★","useapdpforlabel":true},"type":"Feature"},"tooth-fairy-forest":{"geometry":{"coordinates":[[{"x":-591688,"y":-279451},{"x":-608658,"y":-307169},{"x":-606113,"y":-334322},{"x":-598193,"y":-343656},{"x":-586031,"y":-351859},{"x":-562838,"y":-344505},{"x":-553504,"y":-335736},{"x":-531725,"y":-317635},{"x":-515886,"y":-303492},{"x":-516734,"y":-285390},{"x":-549544,"y":-276905},{"x":-585465,"y":-274077},{"x":-591688,"y":-279451}]],"type":"Polygon"},"id":"tooth-fairy-forest","properties":{"apdp":"200AP / 260DP","drops":[{"category":"Rare Drops","id":"12042","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012042.png","name":"Forest Ronaros Ring","price":"","rarity":"yellow","weight":0.17},{"category":"Rare Drops","id":"4917","img":"/items/new_icon/03_etc/07_productmaterial/00004917.png","name":"Forest Fury","price":"","rarity":"yellow","weight":0.1},{"category":"Rare Drops","id":"11073","img":"/items/new_icon/06_pc_equipitem/00_common/12_foot/00011073.png","name":"Lemoria Shoes","price":"","rarity":"blue","weight":10},{"category":"Rare Drops","id":"11072","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011072.png","name":"Lemoria Gloves","price":"","rarity":"blue","weight":9},{"category":"Rare Drops","id":"50807","img":"/items/new_icon/03_etc/09_petitem/00050807.png","name":"Pure Forest Breath","price":"","rarity":"green","weight":0.1},{"category":"Rare Drops","id":"50803","img":"/items/new_icon/03_etc/09_petitem/00050803.png","name":"Rumbling Earth Shard","price":"","rarity":"blue","weight":0.1},{"category":"Rare Drops","id":"45300","img":"/items/new_icon/03_etc/07_productmaterial/00045300.png","name":"Guardian Spirit Stone","price":"","rarity":"blue","weight":0.05},{"category":"Rare Drops","id":"44305","img":"/items/new_icon/03_etc/04_dropitem/00044305.png","name":"Earth Spirit Stone Fragment","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"40383","img":"/items/new_icon/03_etc/03_quest_item/00040383.png","name":"Manshaum Voodoo Doll","price":"","rarity":"green","weight":0.02}],"level":"59+","name":"Forest Ronaros","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"treants":{"geometry":{"coordinates":[[{"x":-398345,"y":-171341},{"x":-415296,"y":-168415},{"x":-422125,"y":-176341},{"x":-423467,"y":-187317},{"x":-416638,"y":-196951},{"x":-410296,"y":-202439},{"x":-402857,"y":-201829},{"x":-402857,"y":-210244},{"x":-407247,"y":-213415},{"x":-409077,"y":-221707},{"x":-403223,"y":-225366},{"x":-390052,"y":-219146},{"x":-384442,"y":-215610},{"x":-371881,"y":-213293},{"x":-368467,"y":-209512},{"x":-365906,"y":-200732},{"x":-368467,"y":-188049},{"x":-378833,"y":-181098},{"x":-398345,"y":-171341}]],"type":"Polygon"},"id":"treants","properties":{"drops":[{"category":"Rare Drops","id":"40218","img":"/items/new_icon/03_etc/03_quest_item/00040218.png","name":"Ancient Relic Crystal Shard","price":"","rarity":"green","sortorder":1,"weight":0.02}],"labelposition":"-403854,-182927","level":"47-50","name":"Treants","rating":"★★","uselevelforlabel":true},"type":"Feature"},"trolls":{"geometry":{"coordinates":[[{"x":-326617,"y":21829},{"x":-332226,"y":6707},{"x":-317348,"y":3780},{"x":-306129,"y":5976},{"x":-285397,"y":4512},{"x":-271739,"y":7927},{"x":-267104,"y":14024},{"x":-269300,"y":37439},{"x":-274909,"y":48902},{"x":-281739,"y":48171},{"x":-279543,"y":33293},{"x":-282470,"y":27195},{"x":-293446,"y":23537},{"x":-299787,"y":31829},{"x":-311982,"y":29390},{"x":-326617,"y":21829}]],"type":"Polygon"},"id":"trolls","properties":{"level":"38-41","name":"Trolls","uselevelforlabel":true},"type":"Feature"},"tshira-ruins":{"geometry":{"coordinates":[[{"x":84863,"y":-259934},{"x":80054,"y":-264742},{"x":72983,"y":-280582},{"x":79064,"y":-289208},{"x":112298,"y":-291188},{"x":115268,"y":-293168},{"x":118097,"y":-296279},{"x":123329,"y":-298259},{"x":131956,"y":-295289},{"x":132700,"y":-294200},{"x":138700,"y":-287400},{"x":140800,"y":-283500},{"x":136600,"y":-276400},{"x":134300,"y":-275100},{"x":116900,"y":-265300},{"x":112300,"y":-263700},{"x":103200,"y":-264100},{"x":96600,"y":-264800},{"x":92200,"y":-262600},{"x":90400,"y":-260000},{"x":86300,"y":-257300}]],"type":"Polygon"},"id":"tshira-ruins","properties":{"apdp":"150AP","drops":[{"category":"Rare Drops","id":"12060","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012048.png","name":"Eye of the Ruins Ring","price":"","rarity":"yellow","sortorder":1,"weight":0.17},{"category":"Rare Drops","id":"15663","img":"/items/new_icon/03_etc/11_enchant_material/00015663_0.png","name":"Combined Magic Crystal - Macalod","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"15662","img":"/items/new_icon/03_etc/11_enchant_material/00015662_0.png","name":"Combined Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1},{"category":"Rare Drops","id":"9749","img":"/items/new_icon/03_etc/07_productmaterial/00009749.png","name":"Black Energy Residue","price":"","rarity":"white","weight":0.1},{"category":"Rare Drops","id":"721003","img":"/items/new_icon/03_etc/00721003.png","name":"Caphras Stone","price":"","rarity":"blue","weight":0}],"level":"57+","name":"Tshira Ruins","notes":"Level 57 for normal mobs; Level 60 for elites during night-time.","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"wandering-rogues":{"geometry":{"coordinates":[[{"x":230436,"y":-91951},{"x":234704,"y":-85854},{"x":242509,"y":-81220},{"x":252143,"y":-80244},{"x":261167,"y":-81463},{"x":273484,"y":-87439},{"x":273119,"y":-97439},{"x":271289,"y":-122683},{"x":266167,"y":-119512},{"x":258972,"y":-126951},{"x":257875,"y":-130366},{"x":246289,"y":-127927},{"x":240558,"y":-128537},{"x":229338,"y":-116585},{"x":226289,"y":-103171},{"x":230436,"y":-91951}]],"type":"Polygon"},"id":"wandering-rogues","properties":{"apdp":"80AP / 120DP","drops":[{"category":"Rare Drops","id":"40220","img":"/items/new_icon/03_etc/03_quest_item/00040220.png","name":"Forbidden Book","price":"","rarity":"green","sortorder":1,"weight":0.02},{"category":"Rare Drops","id":"11631","img":"/items/new_icon/06_pc_equipitem/00_common/15_necklace/00011631.png","name":"Necklace of Shultz the Gladiator","price":"","rarity":"blue","weight":0.25},{"category":"Rare Drops","id":"12211","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012211.png","name":"Belt of Shultz the Gladiator","price":"","rarity":"blue","weight":0.95}],"level":"51","name":"Wandering Rogues","rating":"★★★","useapdpforlabel":true,"uselevelforlabel":true},"type":"Feature"},"waragons":{"geometry":{"coordinates":[[{"x":-230296,"y":2683},{"x":-227125,"y":8171},{"x":-221272,"y":4146},{"x":-224808,"y":-1341},{"x":-222979,"y":-10610},{"x":-222247,"y":-13049},{"x":-211881,"y":-16829},{"x":-209808,"y":-14756},{"x":-207125,"y":-16585},{"x":-207613,"y":-21098},{"x":-211272,"y":-21585},{"x":-212979,"y":-19878},{"x":-222247,"y":-15976},{"x":-225906,"y":-16220},{"x":-228711,"y":-13049},{"x":-227003,"y":-11098},{"x":-227857,"y":-2195},{"x":-230296,"y":2683}]],"type":"Polygon"},"id":"waragons","properties":{"level":"32-35","name":"Waragons","rating":"★","uselevelforlabel":true},"type":"Feature"}},"properties":{"name":"Levelling Areas","singular":"Levelling Area"},"type":"FeatureCollection"},"sandbox":{"properties":{"devonly":true,"hidden":true},"type":"FeatureCollection"},"scrollbosses":{"features":{"agrakhan":{"geometry":{"coordinates":{"x":471881,"y":134390},"type":"Point"},"id":"agrakhan","properties":{"name":"Agrakhan","type":"Daily"},"type":"Feature"},"ahibs-griffon":{"geometry":{"coordinates":{"x":-376029,"y":-418397},"type":"Point"},"id":"ahibs-griffon","properties":{"drops":[{"category":"Boss Items","id":"11101","img":"/items/new_icon/06_pc_equipitem/00_common/13_hel/00011101.png","name":"Griffon's Helmet","price":"","rarity":"yellow","weight":16}],"name":"Ahib's Griffon","type":"Weekly"},"type":"Feature"},"ancient-relic":{"geometry":{"coordinates":{"x":-262509,"y":-173171},"type":"Point"},"id":"ancient-relic","properties":{"name":"Ancient Relic","type":"Item"},"type":"Feature"},"cartian-spell":{"geometry":{"coordinates":{"x":275174,"y":25000},"type":"Point"},"id":"cartian-spell","properties":{"name":"Cartian Spell","type":"Item"},"type":"Feature"},"dastard-bheg":{"geometry":{"coordinates":{"x":-48851,"y":-39573},"type":"Point"},"id":"dastard-bheg","properties":{"name":"Dastard Bheg","type":"Daily"},"type":"Feature"},"ferrid":{"geometry":{"coordinates":{"x":272369,"y":-28293},"type":"Point"},"id":"ferrid","properties":{"name":"Ferrid","type":"Guild"},"type":"Feature"},"giath":{"geometry":{"coordinates":{"x":67247,"y":44451},"type":"Point"},"id":"giath","properties":{"name":"Giath","type":"Daily"},"type":"Feature"},"hebetate-tree-spirit":{"geometry":{"coordinates":{"x":-160677,"y":-61707},"type":"Point"},"id":"hebetate-tree-spirit","properties":{"name":"Hebetate Tree Spirit","type":"Weekly"},"type":"Feature"},"leebur":{"geometry":{"coordinates":{"x":18678,"y":-355323},"type":"Point"},"id":"leebur","properties":{"drops":[{"category":"Boss Items","id":"11102","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011102.png","name":"Leebur's Gloves","price":"","rarity":"yellow","weight":10}],"name":"Leebur","type":"Weekly"},"type":"Feature"},"moghulis":{"geometry":{"coordinates":{"x":200174,"y":7256},"type":"Point"},"id":"moghulis","properties":{"name":"Moghulis","type":"Daily"},"type":"Feature"},"mudster":{"geometry":{"coordinates":{"x":30661,"y":-110488},"type":"Point"},"id":"mudster","properties":{"name":"Giant Mudster","type":"Guild"},"type":"Feature"},"muskan":{"geometry":{"coordinates":{"x":-34583,"y":-170122},"type":"Point"},"id":"muskan","properties":{"name":"Muskan","type":"Weekly"},"type":"Feature"},"narc-brishka":{"geometry":{"coordinates":{"x":-400561,"y":-380100},"type":"Point"},"id":"narc-brishka","properties":{"drops":[{"category":"Boss Items","id":"11834","img":"/items/new_icon/06_pc_equipitem/00_common/17_earring/00011834.png","name":"Narc Ear Accessory","price":"","rarity":"yellow","weight":0.4}],"name":"Narc Brishka","type":"Daily"},"type":"Feature"},"pila-fe":{"geometry":{"coordinates":{"x":402366,"y":6341},"type":"Point"},"id":"pila-fe","properties":{"name":"Pila Fe","type":"Item"},"type":"Feature"},"puturum":{"geometry":{"coordinates":{"x":812613,"y":-109878},"type":"Point"},"id":"puturum","properties":{"name":"Puturum","type":"Weekly"},"type":"Feature"},"red-nose":{"geometry":{"coordinates":{"x":-54643,"y":86037},"type":"Point"},"id":"red-nose","properties":{"name":"Red Nose","type":"Daily"},"type":"Feature"},"ronin":{"geometry":{"coordinates":{"x":-503900,"y":-334900},"type":"Point"},"id":"ronin","properties":{"name":"Ronin (Forest Ronaros)","notes":"","other":"","type":"Daily"},"type":"Feature"},"urugon":{"geometry":{"coordinates":{"x":-559500,"y":-541200},"type":"Point"},"id":"urugon","properties":{"name":"Urugon","notes":"","other":"","type":"Weekly"},"type":"Feature"},"witch":{"geometry":{"coordinates":{"x":-201717,"y":-280549},"type":"Point"},"id":"witch","properties":{"name":"Hexe Marie","type":"Weekly"},"type":"Feature"}},"type":"FeatureCollection"},"seafeatures":{"features":{"kuit-chest":{"geometry":{"coordinates":{"x":-238099,"y":462561},"type":"Point"},"id":"kuit-chest","properties":{"name":""},"type":"Feature"},"oben-caves":{"geometry":{"coordinates":{"x":-392196,"y":198171},"type":"Point"},"id":"oben-caves","properties":{"name":"Oben Cave System"},"type":"Feature"},"rameda-chest":{"geometry":{"coordinates":{"x":-558587,"y":144512},"type":"Point"},"id":"rameda-chest","properties":{"name":""},"type":"Feature"},"shipwreck-test":{"geometry":{"coordinates":{"x":385780,"y":499146},"type":"Point"},"id":"shipwreck-test","properties":{"name":""},"type":"Feature"},"snow-white-graveyard":{"geometry":{"coordinates":{"x":247141,"y":538659},"type":"Point"},"id":"snow-white-graveyard","properties":{"name":"Snow White Graveyard"},"type":"Feature"},"tinberra-chest":{"geometry":{"coordinates":{"x":130194,"y":516220},"type":"Point"},"id":"tinberra-chest","properties":{"name":""},"type":"Feature"},"underwater-cave-randis":{"geometry":{"coordinates":{"x":-412737,"y":130976},"type":"Point"},"id":"underwater-cave-randis","properties":{"name":"Underwater cave (Randis Island)","notes":"Contains a chest holding Margoria Treasure Map Piece for quest"},"type":"Feature"},"underwater-ruin-illya":{"geometry":{"coordinates":{"x":121820,"y":385793},"type":"Point"},"id":"underwater-ruin-illya","properties":{"name":""},"type":"Feature"},"underwater-ruin-orisha":{"geometry":{"coordinates":{"x":389706,"y":306463},"type":"Point"},"id":"underwater-ruin-orisha","properties":{"name":""},"type":"Feature"}},"type":"FeatureCollection"},"searegions":{"features":{"al-halam-sea":{"geometry":{"coordinates":[[{"x":490194,"y":399146},{"x":384805,"y":400122},{"x":322366,"y":283049},{"x":320415,"y":167927},{"x":304805,"y":153293},{"x":334561,"y":114268},{"x":335072,"y":121585},{"x":344340,"y":129390},{"x":346291,"y":139634},{"x":345803,"y":158659},{"x":357023,"y":159146},{"x":363852,"y":153780},{"x":372145,"y":158171},{"x":383364,"y":160122},{"x":384340,"y":163537},{"x":391657,"y":165976},{"x":397998,"y":163537},{"x":403364,"y":168902},{"x":413120,"y":175244},{"x":420437,"y":178659},{"x":429706,"y":182561},{"x":425803,"y":188415},{"x":429218,"y":198171},{"x":437998,"y":207439},{"x":449706,"y":218659},{"x":462877,"y":226951},{"x":458486,"y":252317},{"x":467267,"y":268902},{"x":477998,"y":278659},{"x":487755,"y":282561},{"x":495559,"y":280122},{"x":498974,"y":269878},{"x":503364,"y":266951},{"x":505316,"y":269878},{"x":504828,"y":279634},{"x":507755,"y":285488},{"x":517023,"y":288902},{"x":514096,"y":297195},{"x":516047,"y":302561},{"x":526291,"y":304512},{"x":530194,"y":310366},{"x":542389,"y":322073},{"x":550681,"y":313293},{"x":559462,"y":314268},{"x":569218,"y":325976},{"x":569706,"y":331829},{"x":579950,"y":344512},{"x":592633,"y":349390},{"x":609218,"y":351829},{"x":612633,"y":379146},{"x":624828,"y":386463},{"x":651657,"y":395732},{"x":669218,"y":412805},{"x":689218,"y":420610},{"x":699950,"y":422561},{"x":703852,"y":435244},{"x":715559,"y":443537},{"x":733608,"y":449390},{"x":763364,"y":450366},{"x":762877,"y":455244},{"x":775559,"y":456707},{"x":793608,"y":450366},{"x":796047,"y":438659},{"x":802389,"y":426463},{"x":813120,"y":413293},{"x":810681,"y":405000},{"x":822877,"y":396707},{"x":829218,"y":397683},{"x":833608,"y":394756},{"x":843364,"y":401585},{"x":854096,"y":405000},{"x":870194,"y":403537},{"x":885803,"y":399146},{"x":892122,"y":382683},{"x":906634,"y":376463},{"x":909561,"y":363659},{"x":912610,"y":365488},{"x":915780,"y":365488},{"x":918951,"y":363659},{"x":923707,"y":361220},{"x":929805,"y":364024},{"x":932610,"y":367195},{"x":935537,"y":368659},{"x":938220,"y":367317},{"x":940780,"y":368293},{"x":943829,"y":368780},{"x":945049,"y":371341},{"x":947488,"y":372195},{"x":957000,"y":369634},{"x":967976,"y":376951},{"x":965293,"y":378780},{"x":962000,"y":380366},{"x":959683,"y":380732},{"x":956390,"y":382073},{"x":953951,"y":382073},{"x":952244,"y":381707},{"x":948220,"y":384512},{"x":945293,"y":384024},{"x":943098,"y":385488},{"x":931024,"y":385732},{"x":924683,"y":382927},{"x":921268,"y":382805},{"x":918098,"y":385488},{"x":918341,"y":386707},{"x":916146,"y":388902},{"x":914561,"y":388780},{"x":913220,"y":394268},{"x":907854,"y":399268},{"x":901634,"y":403049},{"x":899073,"y":402195},{"x":896535,"y":405976},{"x":887755,"y":424024},{"x":886291,"y":430854},{"x":886291,"y":436707},{"x":872145,"y":439146},{"x":865316,"y":436220},{"x":856535,"y":443049},{"x":845803,"y":446951},{"x":837023,"y":444512},{"x":825316,"y":438659},{"x":817998,"y":439146},{"x":805803,"y":450366},{"x":807267,"y":457195},{"x":812633,"y":461098},{"x":807755,"y":466951},{"x":800925,"y":463049},{"x":794584,"y":468415},{"x":782877,"y":476220},{"x":773608,"y":475732},{"x":768730,"y":479634},{"x":751657,"y":477195},{"x":743852,"y":477683},{"x":734584,"y":476707},{"x":726779,"y":469390},{"x":720925,"y":465976},{"x":716047,"y":468902},{"x":707267,"y":463049},{"x":707267,"y":455732},{"x":699950,"y":452317},{"x":694096,"y":454268},{"x":687755,"y":450366},{"x":684828,"y":442073},{"x":687267,"y":434756},{"x":685803,"y":426951},{"x":677998,"y":424512},{"x":668730,"y":430366},{"x":641413,"y":421585},{"x":634096,"y":422561},{"x":625803,"y":418659},{"x":628242,"y":410366},{"x":627267,"y":402561},{"x":616535,"y":392805},{"x":606779,"y":393293},{"x":599462,"y":388902},{"x":583364,"y":387439},{"x":560438,"y":370366},{"x":545803,"y":365976},{"x":546779,"y":357195},{"x":552633,"y":358171},{"x":554096,"y":354756},{"x":544828,"y":346951},{"x":538974,"y":343049},{"x":528730,"y":340122},{"x":511169,"y":334756},{"x":501413,"y":339634},{"x":491657,"y":331341},{"x":490681,"y":322073},{"x":480925,"y":316220},{"x":470681,"y":319146},{"x":468242,"y":327927},{"x":471169,"y":338171},{"x":483852,"y":345488},{"x":489218,"y":345488},{"x":488242,"y":355732},{"x":480437,"y":359634},{"x":486291,"y":377683},{"x":490681,"y":388415},{"x":490194,"y":399146}]],"type":"Polygon"},"id":"al-halam-sea","properties":{"drops":[{"category":"Fish","id":"8331","img":"/items/new_icon/03_etc/07_productmaterial/00008331.png","name":"Porcupine Fish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8281","img":"/items/new_icon/03_etc/07_productmaterial/00008281.png","name":"John Dory","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8277","img":"/items/new_icon/03_etc/07_productmaterial/00008277.png","name":"Maomao","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8257","img":"/items/new_icon/03_etc/07_productmaterial/00008257.png","name":"Sea Eel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8279","img":"/items/new_icon/03_etc/07_productmaterial/00008279.png","name":"Gurnard","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8300","img":"/items/new_icon/03_etc/07_productmaterial/00008300.png","name":"Rock Hind","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8283","img":"/items/new_icon/03_etc/07_productmaterial/00008283.png","name":"Rosefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8232","img":"/items/new_icon/03_etc/07_productmaterial/00008232.png","name":"Seahorse","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8317","img":"/items/new_icon/03_etc/07_productmaterial/00008317.png","name":"Beluga Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8318","img":"/items/new_icon/03_etc/07_productmaterial/00008318.png","name":"Bottlenose Dolphin","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8316","img":"/items/new_icon/03_etc/07_productmaterial/00008316.png","name":"Narwhale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"381878,295732","name":"Al Halam Sea","originnode":"Orisha Island","originnodeid":1371},"type":"Feature"},"balenos-islands":{"geometry":{"coordinates":[[{"x":19256,"y":163537},{"x":-12634,"y":141707},{"x":-10317,"y":139634},{"x":-5927,"y":140000},{"x":1390,"y":135244},{"x":537,"y":133780},{"x":2610,"y":125732},{"x":-2512,"y":121951},{"x":-2024,"y":118293},{"x":4927,"y":113902},{"x":3098,"y":107439},{"x":-195,"y":106707},{"x":171,"y":103659},{"x":4805,"y":97073},{"x":9073,"y":98902},{"x":13220,"y":100244},{"x":15171,"y":97927},{"x":11878,"y":97195},{"x":10415,"y":94634},{"x":3463,"y":93293},{"x":293,"y":92195},{"x":-1171,"y":88415},{"x":-9341,"y":92805},{"x":-18366,"y":95976},{"x":-26049,"y":96951},{"x":-47756,"y":96220},{"x":-51902,"y":101220},{"x":-58366,"y":107439},{"x":-63000,"y":106341},{"x":-73610,"y":113902},{"x":-67146,"y":127073},{"x":-77329,"y":136951},{"x":-90012,"y":147683},{"x":-109524,"y":182073},{"x":-135134,"y":185976},{"x":-154159,"y":246707},{"x":-106659,"y":285000},{"x":-59829,"y":284024},{"x":-38854,"y":274024},{"x":-31110,"y":268902},{"x":-20561,"y":261585},{"x":-17146,"y":254756},{"x":-13427,"y":246341},{"x":19256,"y":163537}]],"type":"Polygon"},"id":"balenos-islands","properties":{"drops":[{"category":"Fish (sea and north Velia bay)","id":"8261","img":"/items/new_icon/03_etc/07_productmaterial/00008261.png","name":"Grunt","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8329","img":"/items/new_icon/03_etc/07_productmaterial/00008329.png","name":"Moray","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (sea and north Velia bay)","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8203","img":"/items/new_icon/03_etc/07_productmaterial/00008203.png","name":"Beltfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8228","img":"/items/new_icon/03_etc/07_productmaterial/00008228.png","name":"Mackerel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8218","img":"/items/new_icon/03_etc/07_productmaterial/00008218.png","name":"Trout","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8201","img":"/items/new_icon/03_etc/07_productmaterial/00008201.png","name":"Mudskipper","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8300","img":"/items/new_icon/03_etc/07_productmaterial/00008300.png","name":"Rock Hind","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Velia bay and Olvia Coast)","id":"8282","img":"/items/new_icon/03_etc/07_productmaterial/00008282.png","name":"Sandfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8269","img":"/items/new_icon/03_etc/07_productmaterial/00008269.png","name":"Gunnel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8265","img":"/items/new_icon/03_etc/07_productmaterial/00008265.png","name":"Silver-Stripe Round Herring","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (middle of bay near flounder marker)","id":"8332","img":"/items/new_icon/03_etc/07_productmaterial/00008332.png","name":"Tongue Sole","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8206","img":"/items/new_icon/03_etc/07_productmaterial/00008206.png","name":"Amberjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8263","img":"/items/new_icon/03_etc/07_productmaterial/00008263.png","name":"Sardine","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8214","img":"/items/new_icon/03_etc/07_productmaterial/00008214.png","name":"Jellyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near amberjack marker)","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8275","img":"/items/new_icon/03_etc/07_productmaterial/00008275.png","name":"Blackfin Sweeper","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8213","img":"/items/new_icon/03_etc/07_productmaterial/00008213.png","name":"Crab","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8258","img":"/items/new_icon/03_etc/07_productmaterial/00008258.png","name":"Croaker","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8337","img":"/items/new_icon/03_etc/07_productmaterial/00008337.png","name":"Dollarfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8336","img":"/items/new_icon/03_etc/07_productmaterial/00008336.png","name":"Horn Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8259","img":"/items/new_icon/03_etc/07_productmaterial/00008259.png","name":"Greenling","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (small area near crab marker)","id":"8215","img":"/items/new_icon/03_etc/07_productmaterial/00008215.png","name":"Shellfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8319","img":"/items/new_icon/03_etc/07_productmaterial/00008319.png","name":"Mackereltuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8305","img":"/items/new_icon/03_etc/07_productmaterial/00008305.png","name":"Pomfret","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8272","img":"/items/new_icon/03_etc/07_productmaterial/00008272.png","name":"Siganid","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-49341,245488","name":"Balenos Islands","originnode":"Luivano Island","originnodeid":1018},"type":"Feature"},"cron-islands":{"geometry":{"coordinates":[[{"x":25537,"y":159817},{"x":33585,"y":161707},{"x":43159,"y":155732},{"x":51268,"y":154939},{"x":60049,"y":150732},{"x":67671,"y":189634},{"x":78524,"y":188354},{"x":93098,"y":193720},{"x":93768,"y":205915},{"x":101024,"y":206951},{"x":111512,"y":215366},{"x":101756,"y":214878},{"x":88951,"y":210000},{"x":84439,"y":217195},{"x":74317,"y":232683},{"x":71878,"y":240610},{"x":76756,"y":245976},{"x":92122,"y":249878},{"x":101756,"y":250488},{"x":101878,"y":215122},{"x":125293,"y":216098},{"x":132488,"y":221463},{"x":152244,"y":220244},{"x":190659,"y":225732},{"x":190659,"y":250366},{"x":112427,"y":260610},{"x":55049,"y":261829},{"x":53707,"y":288110},{"x":45476,"y":305671},{"x":3768,"y":349329},{"x":-9707,"y":337317},{"x":-17878,"y":319146},{"x":-36963,"y":285122},{"x":-36841,"y":275305},{"x":-18610,"y":263171},{"x":23098,"y":165000},{"x":25537,"y":159817}]],"type":"Polygon"},"id":"cron-islands","properties":{"drops":[{"category":"Fish","id":"8261","img":"/items/new_icon/03_etc/07_productmaterial/00008261.png","name":"Grunt","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8329","img":"/items/new_icon/03_etc/07_productmaterial/00008329.png","name":"Moray","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8320","img":"/items/new_icon/03_etc/07_productmaterial/00008320.png","name":"Bigeye Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8277","img":"/items/new_icon/03_etc/07_productmaterial/00008277.png","name":"Maomao","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8208","img":"/items/new_icon/03_etc/07_productmaterial/00008208.png","name":"Swellfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Cron Islands","originnode":"Baremi Island","originnodeid":1009},"type":"Feature"},"elsana-sea":{"geometry":{"coordinates":[[{"x":-387300,"y":-553900},{"x":-452700,"y":-665500},{"x":-511100,"y":-614900},{"x":-625500,"y":-580100},{"x":-673900,"y":-465300},{"x":-715500,"y":-361700},{"x":-597353,"y":-360909},{"x":-619698,"y":-391881},{"x":-620971,"y":-423842},{"x":-614324,"y":-443924},{"x":-594525,"y":-463864},{"x":-576706,"y":-462309},{"x":-561998,"y":-453682},{"x":-550402,"y":-450005},{"x":-536800,"y":-467600},{"x":-536684,"y":-470228},{"x":-551816,"y":-466127},{"x":-565816,"y":-465278},{"x":-579393,"y":-477158},{"x":-578969,"y":-485785},{"x":-555634,"y":-502048},{"x":-566099,"y":-520716},{"x":-571615,"y":-542919},{"x":-560160,"y":-550131},{"x":-549270,"y":-553525},{"x":-533572,"y":-543202},{"x":-493267,"y":-558617},{"x":-458478,"y":-554657},{"x":-453245,"y":-561162},{"x":-439244,"y":-566253},{"x":-422557,"y":-556495},{"x":-395969,"y":-557485}]],"type":"Polygon"},"id":"elsana-sea","properties":{"drops":[{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8279","img":"/items/new_icon/03_etc/07_productmaterial/00008279.png","name":"Gurnard","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8308","img":"/items/new_icon/03_etc/07_productmaterial/00008308.png","name":"Hammerhead","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-608243,-520998","name":"Elsana Sea"},"type":"Feature"},"eltro-sea":{"geometry":{"coordinates":[[{"x":-28415,"y":540793},{"x":216244,"y":592836},{"x":350659,"y":528348},{"x":350659,"y":343049},{"x":338220,"y":324024},{"x":311634,"y":323537},{"x":316024,"y":334024},{"x":262854,"y":333780},{"x":262854,"y":350366},{"x":252122,"y":364024},{"x":227244,"y":388902},{"x":57488,"y":449390},{"x":57569,"y":449718},{"x":6092,"y":448586}]],"type":"Polygon"},"id":"eltro-sea","properties":{"drops":[{"category":"Fish","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8212","img":"/items/new_icon/03_etc/07_productmaterial/00008212.png","name":"Octopus","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8272","img":"/items/new_icon/03_etc/07_productmaterial/00008272.png","name":"Siganid","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8298","img":"/items/new_icon/03_etc/07_productmaterial/00008298.png","name":"Tapertail Anchovy","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8323","img":"/items/new_icon/03_etc/07_productmaterial/00008323.png","name":"Bluefin Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8212","img":"/items/new_icon/03_etc/07_productmaterial/00008212.png","name":"Octopus","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"218951,458171","name":"Eltro Sea","originnode":"Shasha Island","originnodeid":1096},"type":"Feature"},"juur-sea":{"geometry":{"coordinates":[[{"x":-1633650,"y":958700},{"x":-1675250,"y":902700},{"x":-1673650,"y":811500},{"x":-1576050,"y":718700},{"x":-1467250,"y":830700},{"x":-1033650,"y":1096300},{"x":-521650,"y":1413100},{"x":-336050,"y":1584300},{"x":-296050,"y":1680300},{"x":-387250,"y":1758700},{"x":-476850,"y":1782700},{"x":-526450,"y":1760300},{"x":-560050,"y":1617900},{"x":-651250,"y":1496300},{"x":-1086450,"y":1289900},{"x":-1462450,"y":1067500},{"x":-1633650,"y":958700}]],"type":"Polygon"},"id":"juur-sea","properties":{"drops":[{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8203","img":"/items/new_icon/03_etc/07_productmaterial/00008203.png","name":"Beltfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8323","img":"/items/new_icon/03_etc/07_productmaterial/00008323.png","name":"Bluefin Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8238","img":"/items/new_icon/03_etc/07_productmaterial/00008238.png","name":"Sturgeon","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Juur Sea"},"type":"Feature"},"margoria-sea-central":{"geometry":{"coordinates":[[{"x":-1430025,"y":465900},{"x":-1455625,"y":432300},{"x":-1434825,"y":333100},{"x":-1394825,"y":294700},{"x":-1319625,"y":257900},{"x":-1095625,"y":435500},{"x":-777225,"y":693100},{"x":-334025,"y":953900},{"x":77175,"y":1184300},{"x":313975,"y":1240300},{"x":339575,"y":1262700},{"x":117175,"y":1560300},{"x":54775,"y":1579500},{"x":-36425,"y":1577900},{"x":-140425,"y":1360300},{"x":-260425,"y":1224300},{"x":-1086025,"y":657900},{"x":-1430025,"y":465900}]],"type":"Polygon"},"id":"margoria-sea-central","properties":{"drops":[{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8228","img":"/items/new_icon/03_etc/07_productmaterial/00008228.png","name":"Mackerel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8232","img":"/items/new_icon/03_etc/07_productmaterial/00008232.png","name":"Seahorse","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8321","img":"/items/new_icon/03_etc/07_productmaterial/00008321.png","name":"Yellowfin Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Margoria (Central)"},"type":"Feature"},"margoria-sea-north":{"geometry":{"coordinates":[[{"x":-1560050,"y":701100},{"x":-1444850,"y":822700},{"x":-976050,"y":1117100},{"x":-616050,"y":1344300},{"x":-451250,"y":1448300},{"x":-310450,"y":1592300},{"x":-275250,"y":1681900},{"x":-216050,"y":1691500},{"x":-94450,"y":1625900},{"x":-67250,"y":1577900},{"x":-158450,"y":1376300},{"x":-283250,"y":1243500},{"x":-619250,"y":1030700},{"x":-1113650,"y":656300},{"x":-1392050,"y":491500},{"x":-1476850,"y":461100},{"x":-1580850,"y":558700},{"x":-1590450,"y":654700},{"x":-1560050,"y":701100}]],"type":"Polygon"},"id":"margoria-sea-north","properties":{"drops":[{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8235","img":"/items/new_icon/03_etc/07_productmaterial/00008235.png","name":"Scorpion Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8332","img":"/items/new_icon/03_etc/07_productmaterial/00008332.png","name":"Tongue Sole","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8322","img":"/items/new_icon/03_etc/07_productmaterial/00008322.png","name":"Albacore","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8315","img":"/items/new_icon/03_etc/07_productmaterial/00008315.png","name":"Hammer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Margoria (North)"},"type":"Feature"},"margoria-sea-south":{"geometry":{"coordinates":[[{"x":-1282825,"y":259500},{"x":-1297225,"y":189100},{"x":-1202825,"y":72300},{"x":-1097225,"y":33900},{"x":-990025,"y":64300},{"x":-756425,"y":253100},{"x":-577225,"y":397100},{"x":-401225,"y":526700},{"x":-145225,"y":717100},{"x":97975,"y":819500},{"x":405175,"y":915500},{"x":483575,"y":960300},{"x":477175,"y":989100},{"x":401975,"y":1086700},{"x":363575,"y":1235500},{"x":352375,"y":1248300},{"x":197175,"y":1197100},{"x":61175,"y":1147500},{"x":-764425,"y":685100},{"x":-1282825,"y":259500}]],"type":"Polygon"},"id":"margoria-sea-south","properties":{"drops":[{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8214","img":"/items/new_icon/03_etc/07_productmaterial/00008214.png","name":"Jellyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8210","img":"/items/new_icon/03_etc/07_productmaterial/00008210.png","name":"Rockfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8300","img":"/items/new_icon/03_etc/07_productmaterial/00008300.png","name":"Rock Hind","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8320","img":"/items/new_icon/03_etc/07_productmaterial/00008320.png","name":"Bigeye Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8313","img":"/items/new_icon/03_etc/07_productmaterial/00008313.png","name":"Humpback Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-472478,689568","name":"Margoria (South)"},"type":"Feature"},"olvia-sea":{"geometry":{"coordinates":[[{"x":-155439,"y":231341},{"x":-164220,"y":257683},{"x":-164220,"y":317195},{"x":-205195,"y":317195},{"x":-278366,"y":281098},{"x":-281293,"y":212805},{"x":-253000,"y":187439},{"x":-227634,"y":172805},{"x":-211049,"y":185488},{"x":-188610,"y":181585},{"x":-175927,"y":190366},{"x":-152512,"y":180610},{"x":-142756,"y":185488},{"x":-155439,"y":231341}]],"type":"Polygon"},"id":"olvia-sea","properties":{"drops":[{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8304","img":"/items/new_icon/03_etc/07_productmaterial/00008304.png","name":"Checkerboard Wrasse","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8298","img":"/items/new_icon/03_etc/07_productmaterial/00008298.png","name":"Tapertail Anchovy","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Seas of Olvia","originnode":"Olvia Coast","originnodeid":70},"type":"Feature"},"oquilla-coast":{"geometry":{"coordinates":[[{"x":-369524,"y":471779},{"x":-324269,"y":543056},{"x":-189070,"y":584351},{"x":-143249,"y":672032},{"x":-58397,"y":686740},{"x":22496,"y":648273},{"x":133371,"y":642616},{"x":192768,"y":588311},{"x":-150038,"y":523257}]],"type":"Polygon"},"id":"oquilla-coast","properties":{"drops":[{"category":"Fish","id":"8469","img":"/items/new_icon/03_etc/07_productmaterial/00008469.png","name":"White Grouper","price":"","rarity":"orange","type":"Fish","weight":5},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8201","img":"/items/new_icon/03_etc/07_productmaterial/00008201.png","name":"Mudskipper","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8471","img":"/items/new_icon/03_etc/07_productmaterial/00008471.png","name":"Giant Black Squid","price":"","rarity":"orange","type":"Fish","weight":15},{"category":"Harpoon","id":"8312","img":"/items/new_icon/03_etc/07_productmaterial/00008312.png","name":"Minke Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8319","img":"/items/new_icon/03_etc/07_productmaterial/00008319.png","name":"Mackereltuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-64053,560026","name":"Oquilla Coast"},"type":"Feature"},"ross-sea":{"geometry":{"coordinates":[[{"x":-767625,"y":214700},{"x":-806025,"y":64300},{"x":-806025,"y":-80100},{"x":-759900,"y":-108500},{"x":-639200,"y":-109900},{"x":-544886,"y":180734},{"x":-518025,"y":336300},{"x":-431900,"y":452100},{"x":-377900,"y":469900},{"x":-326700,"y":546100},{"x":-192500,"y":588500},{"x":-146100,"y":674900},{"x":-59300,"y":691300},{"x":23300,"y":651300},{"x":134100,"y":646300},{"x":195900,"y":592700},{"x":219575,"y":597100},{"x":365175,"y":528300},{"x":448375,"y":528300},{"x":485175,"y":595500},{"x":462775,"y":755500},{"x":507575,"y":872300},{"x":494775,"y":942700},{"x":278775,"y":862700},{"x":-10825,"y":760300},{"x":-138825,"y":696300},{"x":-356425,"y":547500},{"x":-750025,"y":248300},{"x":-767625,"y":214700}]],"type":"Polygon"},"id":"ross-sea","properties":{"drops":[{"category":"Fish","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8201","img":"/items/new_icon/03_etc/07_productmaterial/00008201.png","name":"Mudskipper","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8319","img":"/items/new_icon/03_etc/07_productmaterial/00008319.png","name":"Mackereltuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8312","img":"/items/new_icon/03_etc/07_productmaterial/00008312.png","name":"Minke Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-681900,152300","name":"Ross Sea"},"type":"Feature"},"sausan-islands":{"geometry":{"coordinates":[[{"x":82488,"y":184146},{"x":78280,"y":187134},{"x":94561,"y":192561},{"x":112610,"y":209146},{"x":249195,"y":229146},{"x":307976,"y":318902},{"x":337000,"y":319146},{"x":317732,"y":284268},{"x":316024,"y":170610},{"x":302122,"y":157683},{"x":265537,"y":204512},{"x":227000,"y":165976},{"x":208220,"y":167927},{"x":131146,"y":148171},{"x":120415,"y":140854},{"x":90902,"y":123537},{"x":83341,"y":124512},{"x":71878,"y":145732},{"x":61634,"y":149634},{"x":68890,"y":187866},{"x":73829,"y":187500},{"x":69683,"y":167561},{"x":66939,"y":153171},{"x":87061,"y":151585},{"x":103159,"y":160305},{"x":109561,"y":179268},{"x":82488,"y":184146}]],"type":"Polygon"},"id":"sausan-islands","properties":{"drops":[{"category":"Fish","id":"8261","img":"/items/new_icon/03_etc/07_productmaterial/00008261.png","name":"Grunt","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8303","img":"/items/new_icon/03_etc/07_productmaterial/00008303.png","name":"Blue Tang","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8210","img":"/items/new_icon/03_etc/07_productmaterial/00008210.png","name":"Rockfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8264","img":"/items/new_icon/03_etc/07_productmaterial/00008264.png","name":"Round Herring","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8266","img":"/items/new_icon/03_etc/07_productmaterial/00008266.png","name":"Whiting","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8328","img":"/items/new_icon/03_etc/07_productmaterial/00008328.png","name":"Giant Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8284","img":"/items/new_icon/03_etc/07_productmaterial/00008284.png","name":"Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8312","img":"/items/new_icon/03_etc/07_productmaterial/00008312.png","name":"Minke Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8208","img":"/items/new_icon/03_etc/07_productmaterial/00008208.png","name":"Swellfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Sausan Islands","originnode":"Pilava Island","originnodeid":1003},"type":"Feature"},"seas-of-ahrmo":{"geometry":{"coordinates":[[{"x":-480134,"y":278171},{"x":-480134,"y":130366},{"x":-417268,"y":131220},{"x":-413732,"y":154024},{"x":-392268,"y":152317},{"x":-373244,"y":150366},{"x":-339159,"y":114756},{"x":-248915,"y":167927},{"x":-285012,"y":211341},{"x":-282573,"y":279146},{"x":-480134,"y":278171}]],"type":"Polygon"},"id":"seas-of-ahrmo","properties":{"drops":[{"category":"Fish","id":"8331","img":"/items/new_icon/03_etc/07_productmaterial/00008331.png","name":"Porcupine Fish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8208","img":"/items/new_icon/03_etc/07_productmaterial/00008208.png","name":"Swellfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8309","img":"/items/new_icon/03_etc/07_productmaterial/00008309.png","name":"Galeocerdo Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8331","img":"/items/new_icon/03_etc/07_productmaterial/00008331.png","name":"Porcupine Fish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8208","img":"/items/new_icon/03_etc/07_productmaterial/00008208.png","name":"Swellfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-332756,233780","name":"Ahrmo Sea","originnode":"Daton Island","originnodeid":1059},"type":"Feature"},"seas-of-altinova":{"geometry":{"coordinates":[[{"x":317564,"y":61341},{"x":319927,"y":40610},{"x":307976,"y":36951},{"x":296512,"y":39146},{"x":292854,"y":27927},{"x":309927,"y":19878},{"x":318707,"y":6707},{"x":338463,"y":3780},{"x":351146,"y":-1098},{"x":361634,"y":-14268},{"x":371878,"y":-25000},{"x":376512,"y":-9634},{"x":360171,"y":4024},{"x":347244,"y":20610},{"x":344957,"y":44024},{"x":343006,"y":55244},{"x":336177,"y":67927},{"x":317564,"y":61341}]],"type":"Polygon"},"id":"seas-of-altinova","properties":{"drops":[{"category":"Fish","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8331","img":"/items/new_icon/03_etc/07_productmaterial/00008331.png","name":"Porcupine Fish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8303","img":"/items/new_icon/03_etc/07_productmaterial/00008303.png","name":"Blue Tang","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8210","img":"/items/new_icon/03_etc/07_productmaterial/00008210.png","name":"Rockfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8264","img":"/items/new_icon/03_etc/07_productmaterial/00008264.png","name":"Round Herring","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8266","img":"/items/new_icon/03_etc/07_productmaterial/00008266.png","name":"Whiting","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8328","img":"/items/new_icon/03_etc/07_productmaterial/00008328.png","name":"Giant Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8315","img":"/items/new_icon/03_etc/07_productmaterial/00008315.png","name":"Hammer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8331","img":"/items/new_icon/03_etc/07_productmaterial/00008331.png","name":"Porcupine Fish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8257","img":"/items/new_icon/03_etc/07_productmaterial/00008257.png","name":"Sea Eel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Altinova Sea","originnode":"Altinova","originnodeid":1101},"type":"Feature"},"seas-of-arusha":{"geometry":{"coordinates":[[{"x":56634,"y":288537},{"x":47610,"y":308049},{"x":4683,"y":351341},{"x":6024,"y":441585},{"x":51390,"y":442073},{"x":226024,"y":381585},{"x":257488,"y":347683},{"x":258707,"y":329146},{"x":309439,"y":328659},{"x":244927,"y":233659},{"x":195293,"y":227195},{"x":195902,"y":254878},{"x":112732,"y":263049},{"x":57244,"y":264512},{"x":56634,"y":288537}]],"type":"Polygon"},"id":"seas-of-arusha","properties":{"drops":[{"category":"Fish","id":"8304","img":"/items/new_icon/03_etc/07_productmaterial/00008304.png","name":"Checkerboard Wrasse","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8270","img":"/items/new_icon/03_etc/07_productmaterial/00008270.png","name":"Golden-Thread","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8305","img":"/items/new_icon/03_etc/07_productmaterial/00008305.png","name":"Pomfret","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8321","img":"/items/new_icon/03_etc/07_productmaterial/00008321.png","name":"Yellowfin Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8270","img":"/items/new_icon/03_etc/07_productmaterial/00008270.png","name":"Golden-Thread","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"93585,371341","name":"Arsha Sea","originnode":"Racid Island","originnodeid":1008},"type":"Feature"},"seas-of-banto":{"geometry":{"coordinates":[[{"x":-439585,"y":369878},{"x":-401537,"y":445976},{"x":-290073,"y":454024},{"x":-220317,"y":419634},{"x":-184463,"y":440610},{"x":-153244,"y":439878},{"x":-164829,"y":320732},{"x":-206171,"y":319878},{"x":-280348,"y":282317},{"x":-480622,"y":280610},{"x":-483488,"y":197927},{"x":-529341,"y":194756},{"x":-524707,"y":281829},{"x":-508258,"y":341106},{"x":-439585,"y":369878}]],"type":"Polygon"},"id":"seas-of-banto","properties":{"drops":[{"category":"Fish","id":"8262","img":"/items/new_icon/03_etc/07_productmaterial/00008262.png","name":"Herring","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8309","img":"/items/new_icon/03_etc/07_productmaterial/00008309.png","name":"Galeocerdo Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8262","img":"/items/new_icon/03_etc/07_productmaterial/00008262.png","name":"Herring","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8326","img":"/items/new_icon/03_etc/07_productmaterial/00008326.png","name":"Sailfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8206","img":"/items/new_icon/03_etc/07_productmaterial/00008206.png","name":"Amberjack","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-287878,358171","name":"Seas of Banto","originnode":"Padix Island","originnodeid":1093},"type":"Feature"},"seas-of-epheria":{"geometry":{"coordinates":[[{"x":-374951,"y":145976},{"x":-395683,"y":147805},{"x":-410683,"y":148171},{"x":-416293,"y":110244},{"x":-425226,"y":47439},{"x":-422055,"y":42805},{"x":-414494,"y":42073},{"x":-408396,"y":39390},{"x":-406445,"y":33049},{"x":-403518,"y":27195},{"x":-399128,"y":22805},{"x":-398152,"y":16707},{"x":-395470,"y":12073},{"x":-389616,"y":10854},{"x":-384982,"y":11098},{"x":-382055,"y":12561},{"x":-380104,"y":13293},{"x":-372543,"y":15000},{"x":-379372,"y":22073},{"x":-380835,"y":24024},{"x":-377421,"y":28659},{"x":-376689,"y":30854},{"x":-379128,"y":32073},{"x":-380104,"y":33537},{"x":-378396,"y":35976},{"x":-375470,"y":33780},{"x":-374006,"y":32073},{"x":-371323,"y":33049},{"x":-368152,"y":32073},{"x":-365957,"y":24756},{"x":-364494,"y":27927},{"x":-364494,"y":31341},{"x":-362299,"y":35732},{"x":-363274,"y":41098},{"x":-358884,"y":42805},{"x":-360591,"y":46951},{"x":-357177,"y":50854},{"x":-358884,"y":57683},{"x":-353030,"y":57927},{"x":-351567,"y":59878},{"x":-352055,"y":63293},{"x":-355957,"y":65732},{"x":-355713,"y":68902},{"x":-353274,"y":69146},{"x":-351567,"y":72317},{"x":-352543,"y":74756},{"x":-351079,"y":75976},{"x":-350835,"y":80122},{"x":-349128,"y":83049},{"x":-347177,"y":89390},{"x":-343518,"y":92317},{"x":-343030,"y":98902},{"x":-340104,"y":103780},{"x":-340104,"y":111341},{"x":-374951,"y":145976}]],"type":"Polygon"},"id":"seas-of-epheria","properties":{"drops":[{"category":"Fish","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8277","img":"/items/new_icon/03_etc/07_productmaterial/00008277.png","name":"Maomao","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8311","img":"/items/new_icon/03_etc/07_productmaterial/00008311.png","name":"Saw Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8281","img":"/items/new_icon/03_etc/07_productmaterial/00008281.png","name":"John Dory","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8277","img":"/items/new_icon/03_etc/07_productmaterial/00008277.png","name":"Maomao","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1}],"label":"Epheria Sea","labelposition":"-407939,94329","labelrotation":-81,"name":"Seas of Epheria","originnode":"Randis Island","originnodeid":1062},"type":"Feature"},"seas-of-mediah":{"geometry":{"coordinates":[[{"x":229740,"y":162317},{"x":264374,"y":197195},{"x":333399,"y":110610},{"x":331935,"y":101341},{"x":332911,"y":93049},{"x":336082,"y":80610},{"x":338277,"y":73780},{"x":334374,"y":70854},{"x":316325,"y":63537},{"x":309496,"y":67927},{"x":306813,"y":76220},{"x":298277,"y":78415},{"x":293643,"y":79146},{"x":293155,"y":89390},{"x":289008,"y":91585},{"x":283399,"y":89146},{"x":280960,"y":95000},{"x":286325,"y":101098},{"x":283886,"y":116220},{"x":279008,"y":121585},{"x":269252,"y":121829},{"x":265594,"y":124756},{"x":257545,"y":142317},{"x":253399,"y":150854},{"x":233155,"y":153780},{"x":229740,"y":162317}]],"type":"Polygon"},"id":"seas-of-mediah","properties":{"drops":[{"category":"Fish","id":"8284","img":"/items/new_icon/03_etc/07_productmaterial/00008284.png","name":"Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8329","img":"/items/new_icon/03_etc/07_productmaterial/00008329.png","name":"Moray","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8303","img":"/items/new_icon/03_etc/07_productmaterial/00008303.png","name":"Blue Tang","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8210","img":"/items/new_icon/03_etc/07_productmaterial/00008210.png","name":"Rockfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8264","img":"/items/new_icon/03_etc/07_productmaterial/00008264.png","name":"Round Herring","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8266","img":"/items/new_icon/03_etc/07_productmaterial/00008266.png","name":"Whiting","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8328","img":"/items/new_icon/03_etc/07_productmaterial/00008328.png","name":"Giant Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8313","img":"/items/new_icon/03_etc/07_productmaterial/00008313.png","name":"Humpback Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8284","img":"/items/new_icon/03_etc/07_productmaterial/00008284.png","name":"Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8257","img":"/items/new_icon/03_etc/07_productmaterial/00008257.png","name":"Sea Eel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8258","img":"/items/new_icon/03_etc/07_productmaterial/00008258.png","name":"Croaker","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Mediah Sea","originnode":"Altinova","originnodeid":1101},"type":"Feature"},"seas-of-nox":{"geometry":{"coordinates":[[{"x":-155622,"y":288171},{"x":-38000,"y":287561},{"x":-18732,"y":321951},{"x":-11780,"y":337805},{"x":3220,"y":351220},{"x":900,"y":445100},{"x":-32700,"y":539500},{"x":-144700,"y":518700},{"x":-161100,"y":288300}]],"type":"Polygon"},"id":"seas-of-nox","properties":{"drops":[{"category":"Fish","id":"8226","img":"/items/new_icon/03_etc/07_productmaterial/00008226.png","name":"Angler","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8272","img":"/items/new_icon/03_etc/07_productmaterial/00008272.png","name":"Siganid","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8273","img":"/items/new_icon/03_etc/07_productmaterial/00008273.png","name":"Bluefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8301","img":"/items/new_icon/03_etc/07_productmaterial/00008301.png","name":"Butterflyfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8302","img":"/items/new_icon/03_etc/07_productmaterial/00008302.png","name":"Clownfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8234","img":"/items/new_icon/03_etc/07_productmaterial/00008234.png","name":"Filefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8260","img":"/items/new_icon/03_etc/07_productmaterial/00008260.png","name":"Flatfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8230","img":"/items/new_icon/03_etc/07_productmaterial/00008230.png","name":"Skipjack","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8211","img":"/items/new_icon/03_etc/07_productmaterial/00008211.png","name":"Squid","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8268","img":"/items/new_icon/03_etc/07_productmaterial/00008268.png","name":"Striped Catfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8322","img":"/items/new_icon/03_etc/07_productmaterial/00008322.png","name":"Albacore","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8314","img":"/items/new_icon/03_etc/07_productmaterial/00008314.png","name":"Killer Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8226","img":"/items/new_icon/03_etc/07_productmaterial/00008226.png","name":"Angler","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8324","img":"/items/new_icon/03_etc/07_productmaterial/00008324.png","name":"Yellow Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":8231,"img":"/items/new_icon/03_etc/07_productmaterial/00008231.png","name":"Ray","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Nox Sea","originnode":"Invernen Island","originnodeid":1026},"type":"Feature"},"seas-of-peyon":{"geometry":{"coordinates":[[{"x":-540805,"y":180610},{"x":-483244,"y":180610},{"x":-483244,"y":127927},{"x":-419585,"y":127317},{"x":-428610,"y":45976},{"x":-458854,"y":38171},{"x":-475307,"y":9049},{"x":-497369,"y":-8487},{"x":-528198,"y":-47520},{"x":-534704,"y":-54874},{"x":-545452,"y":-95037},{"x":-583353,"y":-98149},{"x":-603717,"y":-110000},{"x":-635961,"y":-110000},{"x":-589900,"y":45100},{"x":-540805,"y":180610}]],"type":"Polygon"},"id":"seas-of-peyon","properties":{"drops":[{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8279","img":"/items/new_icon/03_etc/07_productmaterial/00008279.png","name":"Gurnard","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8308","img":"/items/new_icon/03_etc/07_productmaterial/00008308.png","name":"Hammerhead","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-491049,71524","name":"Peyon Sea","originnode":"Rameda Island","originnodeid":1068},"type":"Feature"},"serni-sea":{"geometry":{"coordinates":[[{"x":-806233,"y":-86552},{"x":-760129,"y":-111159},{"x":-603152,"y":-112574},{"x":-582221,"y":-99846},{"x":-546866,"y":-96734},{"x":-572039,"y":-139161},{"x":-573170,"y":-175365},{"x":-598061,"y":-207043},{"x":-601737,"y":-260217},{"x":-618708,"y":-290764},{"x":-621254,"y":-330645},{"x":-596929,"y":-358930},{"x":-716854,"y":-358930}]],"type":"Polygon"},"id":"serni-sea","properties":{"drops":[{"category":"Fish","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8279","img":"/items/new_icon/03_etc/07_productmaterial/00008279.png","name":"Gurnard","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8308","img":"/items/new_icon/03_etc/07_productmaterial/00008308.png","name":"Hammerhead","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8204","img":"/items/new_icon/03_etc/07_productmaterial/00008204.png","name":"Flounder","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-710632,-246075","name":"Serni Sea"},"type":"Feature"},"vadabin-sea":{"geometry":{"coordinates":[[{"x":-1620425,"y":1115500},{"x":-1500425,"y":1091500},{"x":-1470025,"y":1105900},{"x":-1449225,"y":1145900},{"x":-1460425,"y":1249900},{"x":-1396425,"y":1313900},{"x":-1338825,"y":1379500},{"x":-1130825,"y":1494700},{"x":-1084425,"y":1473900},{"x":-1066825,"y":1525100},{"x":-807625,"y":1627500},{"x":-604425,"y":1696300},{"x":-542025,"y":1731500},{"x":-537225,"y":1715500},{"x":-578825,"y":1597100},{"x":-665225,"y":1515500},{"x":-836425,"y":1441900},{"x":-1074825,"y":1312300},{"x":-1281225,"y":1184300},{"x":-1460425,"y":1089900},{"x":-1586825,"y":1011500},{"x":-1636425,"y":973100},{"x":-1655625,"y":1009900},{"x":-1649225,"y":1089900},{"x":-1620425,"y":1115500}]],"type":"Polygon"},"id":"vadabin-sea","properties":{"drops":[{"category":"Fish (open waters)","id":"8348","img":"/items/new_icon/03_etc/07_productmaterial/00008348.png","name":"Blackfin Sea Perch","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8223","img":"/items/new_icon/03_etc/07_productmaterial/00008223.png","name":"Cuvier","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8349","img":"/items/new_icon/03_etc/07_productmaterial/00008349.png","name":"Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8346","img":"/items/new_icon/03_etc/07_productmaterial/00008346.png","name":"Greater Amberjack","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8207","img":"/items/new_icon/03_etc/07_productmaterial/00008207.png","name":"Porgy","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8225","img":"/items/new_icon/03_etc/07_productmaterial/00008225.png","name":"Sea Bass","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8347","img":"/items/new_icon/03_etc/07_productmaterial/00008347.png","name":"Skate","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8276","img":"/items/new_icon/03_etc/07_productmaterial/00008276.png","name":"Smokey Chromis","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8350","img":"/items/new_icon/03_etc/07_productmaterial/00008350.png","name":"Striped Bonito","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8344","img":"/items/new_icon/03_etc/07_productmaterial/00008344.png","name":"Striped Goliath Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8224","img":"/items/new_icon/03_etc/07_productmaterial/00008224.png","name":"Sunfish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8330","img":"/items/new_icon/03_etc/07_productmaterial/00008330.png","name":"Tilefish","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":8202,"img":"/items/new_icon/03_etc/07_productmaterial/00008202.png","name":"Tuna","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8283","img":"/items/new_icon/03_etc/07_productmaterial/00008283.png","name":"Rosefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8338","img":"/items/new_icon/03_etc/07_productmaterial/00008338.png","name":"Sandeel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (open waters)","id":"8215","img":"/items/new_icon/03_etc/07_productmaterial/00008215.png","name":"Shellfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (in Port Ratt harbor)","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (in Port Ratt harbor)","id":"8233","img":"/items/new_icon/03_etc/07_productmaterial/00008233.png","name":"Starfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (in Port Ratt harbor)","id":"8283","img":"/items/new_icon/03_etc/07_productmaterial/00008283.png","name":"Rosefish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (in Port Ratt harbor)","id":"8215","img":"/items/new_icon/03_etc/07_productmaterial/00008215.png","name":"Shellfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8317","img":"/items/new_icon/03_etc/07_productmaterial/00008317.png","name":"Beluga Whale","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8328","img":"/items/new_icon/03_etc/07_productmaterial/00008328.png","name":"Giant Grouper","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8325","img":"/items/new_icon/03_etc/07_productmaterial/00008325.png","name":"Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8227","img":"/items/new_icon/03_etc/07_productmaterial/00008227.png","name":"Swordfish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8334","img":"/items/new_icon/03_etc/07_productmaterial/00008334.png","name":"Cuttlefish","price":"","rarity":"green","type":"Fish","weight":1}],"name":"Vadabin Sea"},"type":"Feature"},"zenato-sea":{"geometry":{"coordinates":[[{"x":-148152,"y":517439},{"x":-153000,"y":443537},{"x":-185439,"y":445244},{"x":-219098,"y":426220},{"x":-287390,"y":459634},{"x":-402512,"y":450854},{"x":-443488,"y":377683},{"x":-488100,"y":363049},{"x":-428500,"y":447500},{"x":-148152,"y":517439}]],"type":"Polygon"},"id":"zenato-sea","properties":{"drops":[{"category":"Fish","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8310","img":"/items/new_icon/03_etc/07_productmaterial/00008310.png","name":"Whale Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8306","img":"/items/new_icon/03_etc/07_productmaterial/00008306.png","name":"White Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8327","img":"/items/new_icon/03_etc/07_productmaterial/00008327.png","name":"Black Marlin","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8203","img":"/items/new_icon/03_etc/07_productmaterial/00008203.png","name":"Beltfish","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-221900,482700","name":"Zenato Sea","originnode":"Kuit Islands","originnodeid":1091},"type":"Feature"},"zulatia-sea":{"geometry":{"coordinates":[[{"x":-383949,"y":-552394},{"x":-384797,"y":-577284},{"x":-310409,"y":-628479},{"x":-227254,"y":-614337},{"x":-187656,"y":-687593},{"x":-266286,"y":-685330},{"x":-258084,"y":-653935},{"x":-276751,"y":-632156},{"x":-308995,"y":-641489},{"x":-320875,"y":-670057},{"x":-450417,"y":-665531}]],"type":"Polygon"},"id":"zulatia-sea","properties":{"drops":[{"category":"Fish (Shore)","id":"8382","img":"/items/new_icon/03_etc/07_productmaterial/00008382.png","name":"Giant Oarfish","price":"","rarity":"orange","type":"Fish","weight":1},{"category":"Fish (Shore)","id":"8378","img":"/items/new_icon/03_etc/07_productmaterial/00008378.png","name":"Green Sturgeon","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (Shore)","id":"8377","img":"/items/new_icon/03_etc/07_productmaterial/00008377.png","name":"Redbreasted Wrasse","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (Shore)","id":"8376","img":"/items/new_icon/03_etc/07_productmaterial/00008376.png","name":"Red Snow Crab","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (Shore)","id":"8375","img":"/items/new_icon/03_etc/07_productmaterial/00008375.png","name":"Stippled Gunnel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Shore)","id":"8374","img":"/items/new_icon/03_etc/07_productmaterial/00008374.png","name":"Yellowfin Sole","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8377","img":"/items/new_icon/03_etc/07_productmaterial/00008377.png","name":"Redbreasted Wrasse","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8271","img":"/items/new_icon/03_etc/07_productmaterial/00008271.png","name":"Nibbler","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8376","img":"/items/new_icon/03_etc/07_productmaterial/00008376.png","name":"Red Snow Crab","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8333","img":"/items/new_icon/03_etc/07_productmaterial/00008333.png","name":"Atka Mackerel","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8256","img":"/items/new_icon/03_etc/07_productmaterial/00008256.png","name":"Cero","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8279","img":"/items/new_icon/03_etc/07_productmaterial/00008279.png","name":"Gurnard","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8285","img":"/items/new_icon/03_etc/07_productmaterial/00008285.png","name":"Bigeye","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8278","img":"/items/new_icon/03_etc/07_productmaterial/00008278.png","name":"Pintado","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8267","img":"/items/new_icon/03_etc/07_productmaterial/00008267.png","name":"Dolphinfish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8229","img":"/items/new_icon/03_etc/07_productmaterial/00008229.png","name":"Flying Fish","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8286","img":"/items/new_icon/03_etc/07_productmaterial/00008286.png","name":"Fourfinger Threadfin","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8236","img":"/items/new_icon/03_etc/07_productmaterial/00008236.png","name":"Mullet","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8335","img":"/items/new_icon/03_etc/07_productmaterial/00008335.png","name":"Mackerel Pike","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8209","img":"/items/new_icon/03_etc/07_productmaterial/00008209.png","name":"Saurel","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Fish (Deep water)","id":"8274","img":"/items/new_icon/03_etc/07_productmaterial/00008274.png","name":"Surfperch","price":"","rarity":"green","type":"Fish","weight":1},{"category":"Harpoon","id":"8383","img":"/items/new_icon/03_etc/07_productmaterial/00008383.png","name":"Ribbonfish","price":"","rarity":"orange","type":"Fish","weight":1},{"category":"Harpoon","id":"8379","img":"/items/new_icon/03_etc/07_productmaterial/00008371.png","name":"Thresher Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8381","img":"/items/new_icon/03_etc/07_productmaterial/00008381.png","name":"Basking Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8380","img":"/items/new_icon/03_etc/07_productmaterial/00008380.png","name":"Tiger Shark","price":"","rarity":"yellow","type":"Fish","weight":1},{"category":"Harpoon","id":"8376","img":"/items/new_icon/03_etc/07_productmaterial/00008376.png","name":"Red Snow Crab","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8372","img":"/items/new_icon/03_etc/07_productmaterial/00008372.png","name":"Flower Icefish","price":"","rarity":"blue","type":"Fish","weight":1},{"category":"Harpoon","id":"8371","img":"/items/new_icon/03_etc/07_productmaterial/00008371.png","name":"Dark Chub","price":"","rarity":"green","type":"Fish","weight":1}],"labelposition":"-366695,-653086","name":"Zulatia Sea"},"type":"Feature"}},"properties":{"attribution":"

For more detail, visit bdofish.com

","name":"Sea Regions","singular":"Sea Region"},"type":"FeatureCollection"},"treasurechests":{"features":{"abandoned-land-1":{"geometry":{"coordinates":{"x":-288750,"y":-15200},"type":"Point"},"id":"abandoned-land-1","properties":{"name":"","notes":"On a small wooden altar"},"type":"Feature"},"abandoned-land-2":{"geometry":{"coordinates":{"x":-283300,"y":-24200},"type":"Point"},"id":"abandoned-land-2","properties":{"name":"","notes":"Opening of teepee, between broken pot and 2 stacked crates"},"type":"Feature"},"abandoned-land-3":{"geometry":{"coordinates":{"x":-273900,"y":-12350},"type":"Point"},"id":"abandoned-land-3","properties":{"name":"","notes":"Next to wagon"},"type":"Feature"},"abandoned-land-4":{"geometry":{"coordinates":{"x":-270150,"y":-15950},"type":"Point"},"id":"abandoned-land-4","properties":{"name":"","notes":"In the opening of a teepee"},"type":"Feature"},"alejandro-1":{"geometry":{"coordinates":{"x":5786,"y":-22500},"type":"Point"},"id":"alejandro-1","properties":{"name":""},"type":"Feature"},"altar-of-agris-1":{"geometry":{"coordinates":{"x":-51600,"y":84450},"type":"Point"},"id":"altar-of-agris-1","properties":{"name":"","notes":"Alcove on the side of the circular platform"},"type":"Feature"},"altar-of-agris-2":{"geometry":{"coordinates":{"x":-38350,"y":62750},"type":"Point"},"id":"altar-of-agris-2","properties":{"name":"","notes":"Inside the Imp Cave, on a barrel next to a broken wagon"},"type":"Feature"},"altar-of-agris-3":{"geometry":{"coordinates":{"x":-58450,"y":77050},"type":"Point"},"id":"altar-of-agris-3","properties":{"name":"","notes":"On the right side of a stone structure built into the rock"},"type":"Feature"},"altar-of-agris-4":{"geometry":{"coordinates":{"x":-47350,"y":82400},"type":"Point"},"id":"altar-of-agris-4","properties":{"name":"","notes":"At the base of the circular platform, north-west side"},"type":"Feature"},"altar-of-agris-5":{"geometry":{"coordinates":{"x":-34814,"y":66150},"type":"Point"},"id":"altar-of-agris-5","properties":{"name":""},"type":"Feature"},"balenos-mountain-1":{"geometry":{"coordinates":{"x":5314,"y":18595},"type":"Point"},"id":"balenos-mountain-1","properties":{"name":"","notes":"In a cave, entrance is high-up on the north side of the mountain"},"type":"Feature"},"bandits-den-byway-1":{"geometry":{"coordinates":{"x":-53550,"y":-12850},"type":"Point"},"id":"bandits-den-byway-1","properties":{"name":"","notes":"Inside a cave, entrance is next to fallen logs"},"type":"Feature"},"biraghi-den-1":{"geometry":{"coordinates":{"x":-95950,"y":-18850},"type":"Point"},"id":"biraghi-den-1","properties":{"name":"","notes":"Next to a tent"},"type":"Feature"},"biraghi-den-2":{"geometry":{"coordinates":{"x":-91364,"y":-28100},"type":"Point"},"id":"biraghi-den-2","properties":{"name":""},"type":"Feature"},"biraghi-den-3":{"geometry":{"coordinates":{"x":-102614,"y":-29650},"type":"Point"},"id":"biraghi-den-3","properties":{"name":""},"type":"Feature"},"bloody-monastery-1":{"geometry":{"coordinates":{"x":-5300,"y":-162700},"type":"Point"},"id":"bloody-monastery-1","properties":{"name":"","notes":"In the first room of the cave that starts at the water's edge of the pond"},"type":"Feature"},"bloody-monastery-2":{"geometry":{"coordinates":{"x":-29200,"y":-165650},"type":"Point"},"id":"bloody-monastery-2","properties":{"name":"","notes":"Inside the north building"},"type":"Feature"},"bloody-monastery-3":{"geometry":{"coordinates":{"x":-31400,"y":-169600},"type":"Point"},"id":"bloody-monastery-3","properties":{"name":"","notes":"In the north-east corner of the main hall"},"type":"Feature"},"bloody-monastery-4":{"geometry":{"coordinates":{"x":-30950,"y":-172500},"type":"Point"},"id":"bloody-monastery-4","properties":{"name":"","notes":"On the battlements by barrels, before going over bridge"},"type":"Feature"},"bloody-monastery-5":{"geometry":{"coordinates":{"x":-28500,"y":-163400},"type":"Point"},"id":"bloody-monastery-5","properties":{"attribution":"TheSlicedApple","name":"","notes":"Under a small awning next to some barricades, at the base of the cliff"},"type":"Feature"},"bloody-monastery-6":{"geometry":{"coordinates":{"x":-23400,"y":-166800},"type":"Point"},"id":"bloody-monastery-6","properties":{"name":"","notes":"On the grass near a cooking pot"},"type":"Feature"},"bradie-fortress-1":{"geometry":{"coordinates":{"x":-97564,"y":-71450},"type":"Point"},"id":"bradie-fortress-1","properties":{"name":""},"type":"Feature"},"bree-tree-ruins-1":{"geometry":{"coordinates":{"x":-235103,"y":38464},"type":"Point"},"id":"bree-tree-ruins-1","properties":{"name":"","notes":"On a fallen pillar"},"type":"Feature"},"bree-tree-ruins-2":{"geometry":{"coordinates":{"x":-217566,"y":39030},"type":"Point"},"id":"bree-tree-ruins-2","properties":{"name":"","notes":"In front of a fallen face statue and a tree with exposed roots"},"type":"Feature"},"bree-tree-ruins-3":{"geometry":{"coordinates":{"x":-211768,"y":62506},"type":"Point"},"id":"bree-tree-ruins-3","properties":{"name":"","notes":"In front of a large cone-shaped statue"},"type":"Feature"},"canyon-of-corruption-1":{"geometry":{"coordinates":{"x":160928,"y":38040},"type":"Point"},"id":"canyon-of-corruption-1","properties":{"name":""},"type":"Feature"},"canyon-of-corruption-2":{"geometry":{"coordinates":{"x":161352,"y":30757},"type":"Point"},"id":"canyon-of-corruption-2","properties":{"name":""},"type":"Feature"},"castle-ruins-1":{"geometry":{"coordinates":{"x":97100,"y":-116950},"type":"Point"},"id":"castle-ruins-1","properties":{"name":"","notes":"In the third archway from the left"},"type":"Feature"},"castle-ruins-2":{"geometry":{"coordinates":{"x":99650,"y":-103500},"type":"Point"},"id":"castle-ruins-2","properties":{"name":"","notes":"On the west side of a ruined building, next to a destroyed barrel"},"type":"Feature"},"castle-ruins-3":{"geometry":{"coordinates":{"x":106300,"y":-106450},"type":"Point"},"id":"castle-ruins-3","properties":{"name":"","notes":"On the side of the road by some pots"},"type":"Feature"},"castle-ruins-4":{"geometry":{"coordinates":{"x":103286,"y":-98150},"type":"Point"},"id":"castle-ruins-4","properties":{"notes":"In a small ruined alcove next to a pot"},"type":"Feature"},"central-guard-camp-1":{"geometry":{"coordinates":{"x":23550,"y":-96450},"type":"Point"},"id":"central-guard-camp-1","properties":{"name":"","notes":"Inside a cave, accessible from the rocks just to the south-west"},"type":"Feature"},"coastal-cliff-1":{"geometry":{"coordinates":{"x":-49982,"y":75234},"type":"Point"},"id":"coastal-cliff-1","properties":{"name":"","notes":"In the hidden alcove inside Coastal Cave"},"type":"Feature"},"cron-castle-1":{"geometry":{"coordinates":{"x":9950,"y":136600},"type":"Point"},"id":"cron-castle-1","properties":{"name":"","notes":"In a cave accessible from behind the castle"},"type":"Feature"},"cron-castle-site-1":{"geometry":{"coordinates":{"x":36150,"y":117700},"type":"Point"},"id":"cron-castle-site-1","properties":{"name":"","notes":"In the structure behind the node manager"},"type":"Feature"},"cron-castle-site-2":{"geometry":{"coordinates":{"x":38550,"y":114650},"type":"Point"},"id":"cron-castle-site-2","properties":{"name":"","notes":"In the remaining corner of a ruin"},"type":"Feature"},"cron-castle-site-3":{"geometry":{"coordinates":{"x":34850,"y":104350},"type":"Point"},"id":"cron-castle-site-3","properties":{"name":"","notes":"Inside ruin with broken arch door"},"type":"Feature"},"cron-castle-site-4":{"geometry":{"coordinates":{"x":30100,"y":104800},"type":"Point"},"id":"cron-castle-site-4","properties":{"name":"","notes":"Inside house, underneath 2 fallen planks"},"type":"Feature"},"cron-castle-site-5":{"geometry":{"coordinates":{"x":19750,"y":106250},"type":"Point"},"id":"cron-castle-site-5","properties":{"name":"","notes":"Next to a toppled wagon"},"type":"Feature"},"cron-castle-site-6":{"geometry":{"coordinates":{"x":12500,"y":108600},"type":"Point"},"id":"cron-castle-site-6","properties":{"name":"","notes":"On a flat stone platform inside a section of destroyed wall"},"type":"Feature"},"eastern-border-1":{"geometry":{"coordinates":{"x":84500,"y":-38850},"type":"Point"},"id":"eastern-border-1","properties":{"name":"","notes":"On top of a goblin hut"},"type":"Feature"},"eastern-border-2":{"geometry":{"coordinates":{"x":88850,"y":-35500},"type":"Point"},"id":"eastern-border-2","properties":{"name":"","notes":"Inside a goblin hut, on top of a barrel"},"type":"Feature"},"eastern-border-3":{"geometry":{"coordinates":{"x":99571,"y":705},"type":"Point"},"id":"eastern-border-3","properties":{"name":"Precious Treasure Chest","notes":"In a cave, entrance is against a cliff a small distance to the east. Swim into the second room to find the chest."},"type":"Feature"},"eastern-border-4":{"geometry":{"coordinates":{"x":83086,"y":-29050},"type":"Point"},"id":"eastern-border-4","properties":{"notes":"In the corner of a barn full of corpses"},"type":"Feature"},"eastern-gateway-1":{"geometry":{"coordinates":{"x":85834,"y":-87744},"type":"Point"},"id":"eastern-gateway-1","properties":{"name":"","notes":"In front of a large crate by a large white rock"},"type":"Feature"},"ehwaz-hill-1":{"geometry":{"coordinates":{"x":60450,"y":91750},"type":"Point"},"id":"ehwaz-hill-1","properties":{"name":"","notes":"On a barrel next to a fence, near the well"},"type":"Feature"},"ehwaz-hill-2":{"geometry":{"coordinates":{"x":45100,"y":99450},"type":"Point"},"id":"ehwaz-hill-2","properties":{"name":"","notes":"South from a large rock, next to broken crates"},"type":"Feature"},"elric-shrine-1":{"geometry":{"coordinates":{"x":173090,"y":83012},"type":"Point"},"id":"elric-shrine-1","properties":{"name":""},"type":"Feature"},"forest-of-plunder-1":{"geometry":{"coordinates":{"x":50100,"y":70050},"type":"Point"},"id":"forest-of-plunder-1","properties":{"name":"","notes":"Next to a bunch of crates, pots and baskets"},"type":"Feature"},"glish-1":{"geometry":{"coordinates":{"x":-23664,"y":-133550},"type":"Point"},"id":"glish-1","properties":{"name":""},"type":"Feature"},"glish-2":{"geometry":{"coordinates":{"x":-5364,"y":-105400},"type":"Point"},"id":"glish-2","properties":{"name":""},"type":"Feature"},"glish-ruins-1":{"geometry":{"coordinates":{"x":35600,"y":-111900},"type":"Point"},"id":"glish-ruins-1","properties":{"name":"","notes":"In front of a ruined house, next to a broken pot"},"type":"Feature"},"glish-ruins-2":{"geometry":{"coordinates":{"x":30400,"y":-112550},"type":"Point"},"id":"glish-ruins-2","properties":{"name":"","notes":"In front of the ruined stable, next to a broken pot"},"type":"Feature"},"glish-swamp-1":{"geometry":{"coordinates":{"x":-31100,"y":-109600},"type":"Point"},"id":"glish-swamp-1","properties":{"name":"","notes":"Between the branches of a fallen tree branch, next to a large rock"},"type":"Feature"},"goblin-cave-1":{"geometry":{"coordinates":{"x":58495,"y":42683},"type":"Point"},"id":"goblin-cave-1","properties":{"name":"","notes":"In a tent near the node manager"},"type":"Feature"},"goblin-cave-2":{"geometry":{"coordinates":{"x":66850,"y":54000},"type":"Point"},"id":"goblin-cave-2","properties":{"name":"","notes":"Inside the goblin cave, chest is in one of the alcoves in the loop at the end of the cave"},"type":"Feature"},"goblin-cave-3":{"geometry":{"coordinates":{"x":71450,"y":43850},"type":"Point"},"id":"goblin-cave-3","properties":{"name":"","notes":"Inside the goblin cave, chest is in one of the alcoves in the loop at the end of the cave"},"type":"Feature"},"goblin-cave-4":{"geometry":{"coordinates":{"x":60800,"y":39250},"type":"Point"},"id":"goblin-cave-4","properties":{"name":"","notes":"Inside the goblin cave, chest is in one of the alcoves in the loop at the end of the cave"},"type":"Feature"},"hexe-sanctuary-1":{"geometry":{"coordinates":{"x":-233900,"y":-262300},"type":"Point"},"id":"hexe-sanctuary-1","properties":{"name":"","notes":"Next to 'Vestiges of the Ritual' interactive item"},"type":"Feature"},"hexe-sanctuary-2":{"geometry":{"coordinates":{"x":-256650,"y":-238900},"type":"Point"},"id":"hexe-sanctuary-2","properties":{"name":"","notes":"Up top, by small altar"},"type":"Feature"},"hexe-sanctuary-3":{"geometry":{"coordinates":{"x":-230050,"y":-252100},"type":"Point"},"id":"hexe-sanctuary-3","properties":{"name":"","notes":"Next to the node manager"},"type":"Feature"},"khuruto-cave-1":{"geometry":{"coordinates":{"x":-151805,"y":988},"type":"Point"},"id":"khuruto-cave-1","properties":{"hidden":"true","name":"","notes":"In front of the Red Flag"},"type":"Feature"},"lynch-farm-ruins-1":{"geometry":{"coordinates":{"x":-26950,"y":-35050},"type":"Point"},"id":"lynch-farm-ruins-1","properties":{"name":"","notes":"In the ruin with no roof"},"type":"Feature"},"lynch-farm-ruins-2":{"geometry":{"coordinates":{"x":-32022,"y":-30478},"type":"Point"},"id":"lynch-farm-ruins-2","properties":{"name":"","notes":"South of two rocks by a group of imps"},"type":"Feature"},"marnis-2nd-lab-1":{"geometry":{"coordinates":{"x":357072,"y":-189400},"type":"Point"},"id":"marnis-2nd-lab-1","properties":{"name":""},"type":"Feature"},"marnis-lab-1":{"geometry":{"coordinates":{"x":-185550,"y":-133600},"type":"Point"},"id":"marnis-lab-1","properties":{"name":"","notes":"Inside maze, on a wooden ledge opposite a spiked wall"},"type":"Feature"},"marnis-lab-2":{"geometry":{"coordinates":{"x":-188150,"y":-124650},"type":"Point"},"id":"marnis-lab-2","properties":{"name":"","notes":"At the end of the maze near the node manager, on a platform up the stairs, looking over a vat of green goo"},"type":"Feature"},"marnis-lab-3":{"geometry":{"coordinates":{"x":-197550,"y":-111700},"type":"Point"},"id":"marnis-lab-3","properties":{"name":"","notes":"On the bottom shelf, next to a large water keg (at Marni's Lab on top of hill)"},"type":"Feature"},"mediah-northern-gateway-1":{"geometry":{"coordinates":{"x":101500,"y":121800},"type":"Point"},"id":"mediah-northern-gateway-1","properties":{"name":"Precious Treasure Chest","notes":"In a cave accessible from the water's edge","type":"Precious"},"type":"Feature"},"northern-cienaga-1":{"geometry":{"coordinates":{"x":47400,"y":-97750},"type":"Point"},"id":"northern-cienaga-1","properties":{"name":"","notes":"Jump down a tree stump into a cave"},"type":"Feature"},"northern-cienaga-2":{"geometry":{"coordinates":{"x":54736,"y":-97350},"type":"Point"},"id":"northern-cienaga-2","properties":{"name":""},"type":"Feature"},"northern-plain-of-serendia-1":{"geometry":{"coordinates":{"x":-48200,"y":-44400},"type":"Point"},"id":"northern-plain-of-serendia-1","properties":{"name":"","notes":"Next to a tent"},"type":"Feature"},"northern-plain-of-serendia-2":{"geometry":{"coordinates":{"x":-47350,"y":-51350},"type":"Point"},"id":"northern-plain-of-serendia-2","properties":{"name":"","notes":"Next to a cage"},"type":"Feature"},"northern-plain-of-serendia-3":{"geometry":{"coordinates":{"x":-62228,"y":-32900},"type":"Point"},"id":"northern-plain-of-serendia-3","properties":{"notes":"Next to a destroyed wagon"},"type":"Feature"},"northwestern-gateway-1":{"geometry":{"coordinates":{"x":-20150,"y":-78950},"type":"Point"},"id":"northwestern-gateway-1","properties":{"name":"","notes":"In the water between two sets of barricades"},"type":"Feature"},"northwestern-gateway-2":{"geometry":{"coordinates":{"x":-14500,"y":-81200},"type":"Point"},"id":"northwestern-gateway-2","properties":{"name":"","notes":"On the east edge of the island, under a large tree"},"type":"Feature"},"northwestern-gateway-3":{"geometry":{"coordinates":{"x":-18728,"y":-86976},"type":"Point"},"id":"northwestern-gateway-3","properties":{"name":"","notes":"Under the water"},"type":"Feature"},"orc-camp-1":{"geometry":{"coordinates":{"x":-77650,"y":-135200},"type":"Point"},"id":"orc-camp-1","properties":{"name":"","notes":"Next to rubble (a crate, a barrel and 2 pots)"},"type":"Feature"},"orc-camp-2":{"geometry":{"coordinates":{"x":-75408,"y":-119756},"type":"Point"},"id":"orc-camp-2","properties":{"name":"","notes":"Next to a rock, by Orc Prisons"},"type":"Feature"},"orc-camp-3":{"geometry":{"coordinates":{"x":-83130,"y":-116768},"type":"Point"},"id":"orc-camp-3","properties":{"name":"","notes":"Next to an orc brazier just off the road junction"},"type":"Feature"},"orc-camp-4":{"geometry":{"coordinates":{"x":-75214,"y":-95350},"type":"Point"},"id":"orc-camp-4","properties":{"name":""},"type":"Feature"},"orc-camp-5":{"geometry":{"coordinates":{"x":-103614,"y":-90800},"type":"Point"},"id":"orc-camp-5","properties":{"name":""},"type":"Feature"},"oze-pass":{"geometry":{"coordinates":{"x":-130400,"y":-82100},"type":"Point"},"id":"oze-pass","properties":{"name":"","notes":"In a small pit on the top floor of the quarry"},"type":"Feature"},"oze-pass-2":{"geometry":{"coordinates":{"x":-143900,"y":-87350},"type":"Point"},"id":"oze-pass-2","properties":{"name":"","notes":""},"type":"Feature"},"ozes-house-1":{"geometry":{"coordinates":{"x":-143950,"y":-115950},"type":"Point"},"id":"ozes-house-1","properties":{"name":"","notes":"On the south side of a building"},"type":"Feature"},"ozes-house-2":{"geometry":{"coordinates":{"x":-138564,"y":-107350},"type":"Point"},"id":"ozes-house-2","properties":{"name":""},"type":"Feature"},"primal-giant-post-1":{"geometry":{"coordinates":{"x":-162014,"y":-218900},"type":"Point"},"id":"primal-giant-post-1","properties":{"name":""},"type":"Feature"},"primal-giant-post-2":{"geometry":{"coordinates":{"x":-127514,"y":-232050},"type":"Point"},"id":"primal-giant-post-2","properties":{"name":""},"type":"Feature"},"primal-giant-post-3":{"geometry":{"coordinates":{"x":-144264,"y":-240200},"type":"Point"},"id":"primal-giant-post-3","properties":{"name":""},"type":"Feature"},"quint-hill-1":{"geometry":{"coordinates":{"x":-323050,"y":14900},"type":"Point"},"id":"quint-hill-1","properties":{"name":"","notes":"Next to a toppled wagon"},"type":"Feature"},"quint-hill-2":{"geometry":{"coordinates":{"x":-289050,"y":18100},"type":"Point"},"id":"quint-hill-2","properties":{"name":"","notes":"Between two barricades"},"type":"Feature"},"quint-hill-3":{"geometry":{"coordinates":{"x":-300100,"y":26700},"type":"Point"},"id":"quint-hill-3","properties":{"name":"","notes":"On the right side of a troll house, on the left side just before tunnel to node manager"},"type":"Feature"},"quint-hill-4":{"geometry":{"coordinates":{"x":-280600,"y":10700},"type":"Point"},"id":"quint-hill-4","properties":{"name":"","notes":"Next to a broken catapult, underneath a triangular woodern barricade"},"type":"Feature"},"sausan-garrison-1":{"geometry":{"coordinates":{"x":-209600,"y":-200200},"type":"Point"},"id":"sausan-garrison-1","properties":{"name":"","notes":"Next to a ladder on wooden structure"},"type":"Feature"},"sausan-garrison-2":{"geometry":{"coordinates":{"x":-203300,"y":-195750},"type":"Point"},"id":"sausan-garrison-2","properties":{"name":"","notes":"Behind cages"},"type":"Feature"},"serendia-shrine-1":{"geometry":{"coordinates":{"x":43650,"y":-168150},"type":"Point"},"id":"serendia-shrine-1","properties":{"name":"","notes":"Outside, in the third alcove from the west"},"type":"Feature"},"serendia-shrine-3":{"geometry":{"coordinates":{"x":44836,"y":-187600},"type":"Point"},"id":"serendia-shrine-3","properties":{"notes":"On a box in the very corner of the room"},"type":"Feature"},"serendia-shrine-4":{"geometry":{"coordinates":{"x":53286,"y":-181850},"type":"Point"},"id":"serendia-shrine-4","properties":{"notes":"Sitting on a crate inside the shrine, in the last room before the main Kzarka shrine"},"type":"Feature"},"serendia-shrine-5":{"geometry":{"coordinates":{"x":36786,"y":-177750},"type":"Point"},"id":"serendia-shrine-5","properties":{"notes":"In the corner of the room, behind a circular table"},"type":"Feature"},"southern-cienaga-1":{"geometry":{"coordinates":{"x":9200,"y":-123300},"type":"Point"},"id":"southern-cienaga-1","properties":{"name":"","notes":"On the north side of the tree stump"},"type":"Feature"},"southern-guard-camp-1":{"geometry":{"coordinates":{"x":52600,"y":-110700},"type":"Point"},"id":"southern-guard-camp-1","properties":{"name":"","notes":"By a broken post and fogan decorations"},"type":"Feature"},"southern-guard-camp-2":{"geometry":{"coordinates":{"x":46750,"y":-120750},"type":"Point"},"id":"southern-guard-camp-2","properties":{"name":"","notes":"Between a rock and some fogan nets"},"type":"Feature"},"southern-guard-camp-3":{"geometry":{"coordinates":{"x":24150,"y":-127150},"type":"Point"},"id":"southern-guard-camp-3","properties":{"name":"","notes":"In front of a log"},"type":"Feature"},"southwestern-gateway-1":{"geometry":{"coordinates":{"x":-53850,"y":-160600},"type":"Point"},"id":"southwestern-gateway-1","properties":{"name":"","notes":"Down nearby cave, by first set of spiders"},"type":"Feature"},"southwestern-gateway-2":{"geometry":{"coordinates":{"x":-59700,"y":-160050},"type":"Point"},"id":"southwestern-gateway-2","properties":{"name":"","notes":"Inside cave, in a hidden side room"},"type":"Feature"},"stonebeak-shore-1":{"geometry":{"coordinates":{"x":302500,"y":16300},"type":"Point"},"id":"stonebeak-shore-1","properties":{"name":"Precious Treasure Chest","notes":"In a cave, entrance through a vertical hole in rocks a short distance directly north-west from the Stonebeak Shore node manager","type":"Precious"},"type":"Feature"},"watchtower-1":{"geometry":{"coordinates":{"x":-68564,"y":-106750},"type":"Point"},"id":"watchtower-1","properties":{"name":""},"type":"Feature"},"wizards-tower-1":{"geometry":{"coordinates":{"x":-43450,"y":-23150},"type":"Point"},"id":"wizards-tower-1","properties":{"name":"","notes":"Near the top of the tower, after climbing up boxes from the wall onto the scaffolding"},"type":"Feature"},"wizards-tower-2":{"geometry":{"coordinates":{"x":-44050,"y":-23900},"type":"Point"},"id":"wizards-tower-2","properties":{"name":"","notes":"Near the top of the tower, jump over a gap at the point where you need to jump and grab onto a set of stairs"},"type":"Feature"}},"type":"FeatureCollection"},"villas":{"features":{"alsabis-villa":{"geometry":{"coordinates":{"x":542824,"y":277988},"type":"Point"},"id":"alsabis-villa","properties":{"name":"Alsabi's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Gahaz Bandits

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"amirs-villa":{"geometry":{"coordinates":{"x":499714,"y":-52866},"type":"Point"},"id":"amirs-villa","properties":{"name":"Amir's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 200 Waragons

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"atosas-villa":{"geometry":{"coordinates":{"x":877580,"y":-93659},"type":"Point"},"id":"atosas-villa","properties":{"name":"Atosa's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Crescents

Buff Available

Body Enhancement
1.5m for 90 min, 4.5m for 180 mins
All AP +10
All DP +10
Max HP +200
All Resistance +10%
Ignore All Resistance +10%

"},"type":"Feature"},"dudoras-villa":{"geometry":{"coordinates":{"x":1187702,"y":407500},"type":"Point"},"id":"dudoras-villa","properties":{"name":"Dudora's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Lavas at Roud Sulfur Works

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"gahazs-villa":{"geometry":{"coordinates":{"x":630812,"y":369573},"type":"Point"},"id":"gahazs-villa","properties":{"name":"Gahaz's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Gahaz Bandits

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"inahas-villa":{"geometry":{"coordinates":{"x":949409,"y":304695},"type":"Point"},"id":"inahas-villa","properties":{"name":"Inaha's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Gather
100 × Palm Timber
100 × Palm Sap
25 × Usable Scantling

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"karashus-villa":{"geometry":{"coordinates":{"x":452885,"y":-10366},"type":"Point"},"id":"karashus-villa","properties":{"name":"Karashu's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 200 Bashims

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"kiyaks-villa":{"geometry":{"coordinates":{"x":981727,"y":210366},"type":"Point"},"id":"kiyaks-villa","properties":{"name":"Kiyak's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Trade
5 × Valencian Carpet
Valencia City
5 × Coconut Oil
Ibellab Oasis

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"kunids-villa":{"geometry":{"coordinates":{"x":404349,"y":80061},"type":"Point"},"id":"kunids-villa","properties":{"name":"Kunid's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 150 Basilisk

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"marzanas-villa":{"geometry":{"coordinates":{"x":955418,"y":364512},"type":"Point"},"id":"marzanas-villa","properties":{"name":"Marzana's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Fish
1 × Swellfish
1 × Porcupine Fish
1 × Nibbler

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"munas-villa":{"geometry":{"coordinates":{"x":1039227,"y":200000},"type":"Point"},"id":"munas-villa","properties":{"name":"Muna's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Fish
10 × Snapped Rope
10 × Torn Net
10 × Tattered Boots

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"oberins-villa":{"geometry":{"coordinates":{"x":1149105,"y":-37073},"type":"Point"},"id":"oberins-villa","properties":{"name":"Oberin's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Pila Ku Jail prisoners/warders

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"rohans-villa":{"geometry":{"coordinates":{"x":638007,"y":371646},"type":"Point"},"id":"rohans-villa","properties":{"name":"Lohan's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Gather
50 × Vanadium Ore
10 × Mythril
10 × Rough Blue Crystal

Buff Available

Body Enhancement
1.5m for 90 min, 4.5m for 180 mins
All AP +10
All DP +10
Max HP +200
All Resistance +10%
Ignore All Resistance +10%

"},"type":"Feature"},"shakatus-villa":{"geometry":{"coordinates":{"x":531544,"y":277134},"type":"Point"},"id":"shakatus-villa","properties":{"name":"Shakatu's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Trade
5 × Elixir of Life
Shakatu
5 × Mercury Ointment
Ibellab Oasis

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"shandis-villa":{"geometry":{"coordinates":{"x":1053678,"y":183720},"type":"Point"},"id":"shandis-villa","properties":{"name":"Shandi's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 250 Pila Ku Jail prisoners/warders

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"},"talias-villa":{"geometry":{"coordinates":{"x":948373,"y":311829},"type":"Point"},"id":"talias-villa","properties":{"name":"Talia's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Trade
5 × Bunch of Ivory
Ancado Inner Harbor
5 × Sack of Date Palm
Ibellab Oasis

Buff Available

Turning Gates
300k for 90 min, 900k for 180 mins
Life EXP Gain +10%
Energy Recovery +1
Amity Gain 10%

"},"type":"Feature"},"tasailas-villa":{"geometry":{"coordinates":{"x":977153,"y":202988},"type":"Point"},"id":"tasailas-villa","properties":{"name":"Tasaila's Villa","notes":"

Rental Cost: 10m for 7 days

Daily Quest

Kill: 100 Desert Fogan

Buff Available

Skill and Experience
500k for 90 min, 1.5m for 180 mins
Combat EXP Gain +10%
Skill EXP Gain +10%
Sunstroke and Hypothermia Resistance Chance +40%

"},"type":"Feature"}},"properties":{"name":"Villas","singular":"Villa"},"type":"FeatureCollection"},"whales":{"features":{"al-naha-1":{"geometry":{"coordinates":{"x":-4220,"y":386220},"type":"Point"},"id":"al-naha-1","properties":{"name":"Humpback Whale"},"type":"Feature"},"albresser-1":{"geometry":{"coordinates":{"x":-300835,"y":191585},"type":"Point"},"id":"albresser-1","properties":{"name":""},"type":"Feature"},"arita-1":{"geometry":{"coordinates":{"x":-177909,"y":344756},"type":"Point"},"id":"arita-1","properties":{"name":""},"type":"Feature"},"arita-2":{"geometry":{"coordinates":{"x":-224006,"y":391341},"type":"Point"},"id":"arita-2","properties":{"name":""},"type":"Feature"},"arita-3":{"geometry":{"coordinates":{"x":-172543,"y":414024},"type":"Point"},"id":"arita-3","properties":{"name":""},"type":"Feature"},"daton-1":{"geometry":{"coordinates":{"x":-496232,"y":206829},"type":"Point"},"id":"daton-1","properties":{"name":""},"type":"Feature"},"daton-2":{"geometry":{"coordinates":{"x":-495957,"y":260366},"type":"Point"},"id":"daton-2","properties":{"name":""},"type":"Feature"},"delinghart-1":{"geometry":{"coordinates":{"x":176070,"y":223537},"type":"Point"},"id":"delinghart-1","properties":{"name":""},"type":"Feature"},"ginburrey-1":{"geometry":{"coordinates":{"x":-424006,"y":154024},"type":"Point"},"id":"ginburrey-1","properties":{"name":""},"type":"Feature"},"illya-1":{"geometry":{"coordinates":{"x":81817,"y":366463},"type":"Point"},"id":"illya-1","properties":{"name":""},"type":"Feature"},"illya-2":{"geometry":{"coordinates":{"x":123768,"y":390366},"type":"Point"},"id":"illya-2","properties":{"name":""},"type":"Feature"},"illya-3":{"geometry":{"coordinates":{"x":168159,"y":394756},"type":"Point"},"id":"illya-3","properties":{"name":""},"type":"Feature"},"kuit-1":{"geometry":{"coordinates":{"x":-456201,"y":377683},"type":"Point"},"id":"kuit-1","properties":{"name":""},"type":"Feature"},"mariveno-1":{"geometry":{"coordinates":{"x":-13732,"y":196951},"type":"Point"},"id":"mariveno-1","properties":{"name":""},"type":"Feature"},"mariveno-2":{"geometry":{"coordinates":{"x":-59829,"y":230610},"type":"Point"},"id":"mariveno-2","properties":{"name":""},"type":"Feature"},"mariveno-3":{"geometry":{"coordinates":{"x":-15439,"y":242317},"type":"Point"},"id":"mariveno-3","properties":{"name":""},"type":"Feature"},"marlene-1":{"geometry":{"coordinates":{"x":-40812,"y":290854},"type":"Point"},"id":"marlene-1","properties":{"name":""},"type":"Feature"},"orffs-1":{"geometry":{"coordinates":{"x":-20317,"y":337439},"type":"Point"},"id":"orffs-1","properties":{"name":""},"type":"Feature"},"padix-1":{"geometry":{"coordinates":{"x":-340683,"y":240244},"type":"Point"},"id":"padix-1","properties":{"name":""},"type":"Feature"},"padix-2":{"geometry":{"coordinates":{"x":-289128,"y":245976},"type":"Point"},"id":"padix-2","properties":{"name":""},"type":"Feature"},"pujara-1":{"geometry":{"coordinates":{"x":229694,"y":262805},"type":"Point"},"id":"pujara-1","properties":{"name":""},"type":"Feature"},"pujara-2":{"geometry":{"coordinates":{"x":268707,"y":240366},"type":"Point"},"id":"pujara-2","properties":{"name":""},"type":"Feature"},"pujara-3":{"geometry":{"coordinates":{"x":239866,"y":333780},"type":"Point"},"id":"pujara-3","properties":{"name":""},"type":"Feature"},"pujara-4":{"geometry":{"coordinates":{"x":292549,"y":338659},"type":"Point"},"id":"pujara-4","properties":{"name":""},"type":"Feature"},"shasha-1":{"geometry":{"coordinates":{"x":228646,"y":383537},"type":"Point"},"id":"shasha-1","properties":{"name":""},"type":"Feature"},"teste-1":{"geometry":{"coordinates":{"x":-500835,"y":320610},"type":"Point"},"id":"teste-1","properties":{"name":""},"type":"Feature"},"weita-1":{"geometry":{"coordinates":{"x":57701,"y":287439},"type":"Point"},"id":"weita-1","properties":{"name":""},"type":"Feature"}},"type":"FeatureCollection"},"worldbosses":{"features":{"ancient-kutum":{"geometry":{"coordinates":{"x":536756,"y":149146},"type":"Point"},"id":"ancient-kutum","properties":{"drops":[{"category":"Boss Items","id":"44920","img":"/items/new_icon/03_etc/00044920.png","name":"Kutum’s Sealed Sub-weapon Box","price":"","rarity":"yellow","sortorder":1,"weight":0.1},{"category":"Boss Items","id":"42450","img":"/items/new_icon/03_etc/03_quest_item/00042450.png","name":"Kutum’s Latent Aura","price":"","rarity":"yellow","weight":0},{"category":"Crystals","id":"15216","img":"/items/new_icon/03_etc/11_enchant_material/00015216.png","name":"Black Magic Crystal - Assault","price":"","rarity":"yellow","weight":0.1},{"category":"Crystals","id":"15221","img":"/items/new_icon/03_etc/11_enchant_material/00015221.png","name":"Black Magic Crystal - Memory","price":"","rarity":"yellow","weight":0.1}],"name":"Ancient Kutum","notes":"Enter cave near Scarlet Sand Chamber node manager"},"type":"Feature"},"dastard-bheg":{"geometry":{"coordinates":{"x":-55131,"y":-49085},"type":"Point"},"id":"dastard-bheg","properties":{"drops":[{"category":"Boss Items","id":"11015","img":"/items/new_icon/06_pc_equipitem/00_common/11_hand/00011015.png","name":"Bheg's Gloves","price":"","rarity":"yellow","weight":10},{"category":"Boss Items","id":"44926","img":"/items/new_icon/03_etc/00044926.png","name":"Awakening Weapon Box","price":"","rarity":"blue","weight":0.1},{"category":"Boss Items","id":"15992","img":"/items/new_icon/03_etc/00015992.png","name":"Liverto Weapon Bundle","price":"","rarity":"blue","weight":0.1},{"category":"Crystals","id":"15606","img":"/items/new_icon/03_etc/11_enchant_material/00045002.png","name":"Ancient Magic Crystal of Crimson Flame - Power","price":"","rarity":"yellow","weight":0.1}],"name":"Dastard Bheg","notes":"12-18 hours"},"type":"Feature"},"dim-tree-spirit":{"geometry":{"coordinates":{"x":-51338,"y":26707},"type":"Point"},"id":"dim-tree-spirit","properties":{"drops":[{"category":"Boss Items","id":"11017","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00011017.png","name":"Dim Tree Spirit's Armor","price":"","rarity":"yellow","weight":21},{"category":"Boss Items","id":"12210","img":"/items/new_icon/06_pc_equipitem/00_common/18_belt/00012210.png","name":"Tree Spirit Belt","price":"","rarity":"blue","weight":0.95},{"category":"Boss Items","id":"44926","img":"/items/new_icon/03_etc/00044926.png","name":"Awakening Weapon Box","price":"","rarity":"blue","weight":0.1},{"category":"Boss Items","id":"15992","img":"/items/new_icon/03_etc/00015992.png","name":"Liverto Weapon Bundle","price":"","rarity":"blue","weight":0.1}],"name":"Dim Tree Spirit","notes":"12-18 hours"},"type":"Feature"},"garmoth":{"geometry":{"coordinates":{"x":-19000,"y":-323300},"type":"Point"},"id":"garmoth","properties":{"drops":[{"category":"Boss Items","id":"44362","img":"/items/new_icon/03_etc/04_dropitem/00044362.png","name":"Garmoth's Heart","price":"","rarity":"yellow","weight":0.3},{"category":"Boss Items","id":"12059","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012039.png","name":"Kagtum Submission Ring","price":"","rarity":"blue","weight":0.17},{"category":"Boss Items","id":"9768","img":"/items/new_icon/03_etc/07_productmaterial/00009768.png","name":"Garmoth's Scale","price":"","rarity":"yellow","weight":0.1},{"category":"Crystals","id":"15663","img":"/items/new_icon/03_etc/11_enchant_material/00015663_0.png","name":"Combined Magic Crystal - Macalod","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15662","img":"/items/new_icon/03_etc/11_enchant_material/00015662_0.png","name":"Combined Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15665","img":"/items/new_icon/03_etc/11_enchant_material/00015665_0.png","name":"Kang Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1}],"name":"Garmoth"},"type":"Feature"},"karanda":{"geometry":{"coordinates":{"x":-144452,"y":49085},"type":"Point"},"id":"karanda","properties":{"drops":[{"category":"Boss Items","id":"44917","img":"/items/new_icon/03_etc/00044917.png","name":"Dandelion Weapon Box","price":"","rarity":"yellow","sortorder":1,"weight":0.1},{"category":"Boss Items","id":"42437","img":"/items/new_icon/03_etc/03_quest_item/00042437.png","name":"Karanda’s Latent Aura","price":"","rarity":"yellow","weight":0}],"name":"Karanda","notes":"Knowledge is available from Karanda Ridge node manager."},"type":"Feature"},"katzvariak":{"geometry":{"coordinates":{"x":96100,"y":-257000},"type":"Point"},"id":"katzvariak","properties":{"drops":[{"category":"Boss Items","id":"12060","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012048.png","name":"Eye of the Ruins Ring","price":"","rarity":"yellow","weight":0.17},{"category":"Boss Items","id":"44364","img":"/items/new_icon/03_etc/04_dropitem/00044364.png","name":"Dragon Scale Fossil","price":"","rarity":"blue","weight":1},{"category":"Boss Items","id":"9768","img":"/items/new_icon/03_etc/07_productmaterial/00009768.png","name":"Garmoth's Scale","price":"","rarity":"yellow","weight":0.1},{"category":"Crystals","id":"15663","img":"/items/new_icon/03_etc/11_enchant_material/00015663_0.png","name":"Combined Magic Crystal - Macalod","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15662","img":"/items/new_icon/03_etc/11_enchant_material/00015662_0.png","name":"Combined Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15665","img":"/items/new_icon/03_etc/11_enchant_material/00015665_0.png","name":"Kang Magic Crystal - Gervish","price":"","rarity":"orange","weight":0.1}],"name":"Katzvariak"},"type":"Feature"},"king-targargo":{"geometry":{"coordinates":{"x":-13345,"y":39512},"type":"Point"},"id":"king-targargo","properties":{"hidden":true,"name":"King Targargo"},"type":"Feature"},"kzarka":{"geometry":{"coordinates":{"x":50176,"y":-189634},"type":"Point"},"id":"kzarka","properties":{"drops":[{"category":"Boss Items","id":"15991","img":"/items/new_icon/03_etc/00015991.png","name":"Kzarka's Sealed Weapon Box","price":0,"rarity":"yellow","sortorder":1,"weight":0.1},{"category":"Boss Items","id":"42435","img":"/items/new_icon/03_etc/03_quest_item/00042435.png","name":"Kzarka’s Latent Aura","price":"","rarity":"yellow","weight":0},{"category":"Boss Items","id":"15992","img":"/items/new_icon/03_etc/00015992.png","name":"Liverto Weapon Bundle","price":"","rarity":"blue","weight":0.1},{"category":"Boss Items","id":"12007","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012007.png","name":"Mark of Shadow","price":"","rarity":"blue","weight":0.17}],"name":"Kzarka","notes":"26-38 hours","other":"Spawns inside of Serendia Shrine"},"type":"Feature"},"mudster":{"geometry":{"coordinates":{"x":43466,"y":-92195},"type":"Point"},"id":"mudster","properties":{"drops":[{"category":"Boss Items","id":"12007","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012007.png","name":"Mark of Shadow","price":"","rarity":"blue","weight":0.17},{"category":"Boss Items","id":"44926","img":"/items/new_icon/03_etc/00044926.png","name":"Awakening Weapon Box","price":"","rarity":"blue","weight":0.1},{"category":"Boss Items","id":"15992","img":"/items/new_icon/03_etc/00015992.png","name":"Liverto Weapon Bundle","price":"","rarity":"blue","weight":0.1},{"category":"Crystals","id":"15602","img":"/items/new_icon/03_etc/11_enchant_material/00045013.png","name":"Ancient Magic Crystal - Cobelinus","price":"","rarity":"orange","weight":0.1}],"name":"Giant Mudster","notes":"12-18 hours"},"type":"Feature"},"muraka":{"geometry":{"coordinates":{"fmt":"kr","x":-401300,"y":-105500},"type":"Point"},"id":"muraka","properties":{"drops":[{"category":"Rare Drops","id":"16520","img":"/items/new_icon/03_etc/04_dropitem/00016520.png","name":"Dim Ogre Ring","price":"","rarity":"blue","weight":0.1}],"name":"Muraka"},"type":"Feature"},"mutant-ogre":{"geometry":{"coordinates":{"x":-387692,"y":-109817},"type":"Point"},"id":"mutant-ogre","properties":{"hidden":true,"name":"Mutant Ogre"},"type":"Feature"},"nouver":{"geometry":{"coordinates":{"x":728341,"y":2683},"type":"Point"},"id":"nouver","properties":{"drops":[{"category":"Boss Items","id":"44915","img":"/items/new_icon/03_etc/00044915.png","name":"Nouver's Sealed Sub-weapon Box","price":"","rarity":"yellow","sortorder":1,"weight":0.1},{"category":"Boss Items","id":"42436","img":"/items/new_icon/03_etc/03_quest_item/00042436.png","name":"Nouver’s Latent Aura","price":"","rarity":"yellow","weight":0},{"category":"Crystals","id":"15216","img":"/items/new_icon/03_etc/11_enchant_material/00015216.png","name":"Black Magic Crystal - Assault","price":"","rarity":"yellow","weight":0.1},{"category":"Crystals","id":"15221","img":"/items/new_icon/03_etc/11_enchant_material/00015221.png","name":"Black Magic Crystal - Memory","price":"","rarity":"yellow","weight":0.1}],"img":"http://i.imgur.com/lcaBKYY.png","name":"Shadow of Nouver"},"type":"Feature"},"offin-tett":{"geometry":{"coordinates":{"x":-441700,"y":-318100},"type":"Point"},"id":"offin-tett","properties":{"name":"Watcher Offin Tett"},"type":"Feature"},"quint":{"geometry":{"coordinates":{"fmt":"kr","x":-332900,"y":9700},"type":"Point"},"id":"quint","properties":{"drops":[{"category":"Crystals","id":"15628","img":"/items/new_icon/03_etc/11_enchant_material/00015628.png","name":"Black Magic Crystal - Harphia","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15631","img":"/items/new_icon/03_etc/11_enchant_material/00015631.png","name":"Black Magic Crystal - Hystria","price":"","rarity":"orange","weight":0.1}],"name":"Quint"},"type":"Feature"},"red-nose":{"geometry":{"coordinates":{"x":-64341,"y":56341},"type":"Point"},"id":"red-nose","properties":{"drops":[{"category":"Boss Items","id":"11014","img":"/items/new_icon/06_pc_equipitem/00_common/09_upperbody/00011014.png","name":"Red Nose’s Armor","price":"","rarity":"yellow","weight":21},{"category":"Boss Items","id":"44926","img":"/items/new_icon/03_etc/00044926.png","name":"Awakening Weapon Box","price":"","rarity":"blue","weight":0.1},{"category":"Boss Items","id":"15992","img":"/items/new_icon/03_etc/00015992.png","name":"Liverto Weapon Bundle","price":"","rarity":"blue","weight":0.1},{"category":"Crystals","id":"15604","img":"/items/new_icon/03_etc/11_enchant_material/00045013.png","name":"Ancient Magic Crystal - Hystria","price":"","rarity":"orange","weight":0.1},{"category":"Crystals","id":"15614","img":"/items/new_icon/03_etc/11_enchant_material/00045015.png","name":"Ancient Magic Crystal of Abundance - Resonance","price":"","rarity":"yellow","weight":0.1},{"category":"Crystals","id":"15616","img":"/items/new_icon/03_etc/11_enchant_material/00045022.png","name":"Ancient Magic Crystal of Nature - Adamantine","price":"","rarity":"yellow","weight":0.1}],"name":"Red Nose","notes":"12-18 hours since last spawn"},"type":"Feature"},"troll":{"geometry":{"coordinates":{"x":-339458,"y":16098},"type":"Point"},"id":"troll","properties":{"hidden":true,"name":"Giant Troll"},"type":"Feature"},"vell":{"geometry":{"coordinates":{"x":-72300,"y":947500},"type":"Point"},"id":"vell","properties":{"drops":[{"category":"Boss Items","id":"45332","img":"/items/new_icon/03_etc/07_productmaterial/00045332.png","name":"Vell's Heart","notes":"Alchemy Stone with an extremely low drop rate.","price":0,"rarity":"orange","sortorder":1,"weight":0.05},{"category":"Boss Items","id":"44335","img":"/items/new_icon/03_etc/04_dropitem/00044335.png","name":"Vell's Concentrated Magic","notes":"Process with a large number of Alchemy Stone Shards to make Vell's Heart","price":"","rarity":"orange","weight":0.1},{"category":"Boss Items","id":"12045","img":"/items/new_icon/06_pc_equipitem/00_common/16_ring/00012045.png","name":"Rainbow Coral Ring","price":"","rarity":"blue","weight":0.17}],"name":"Vell","notes":"","other":""},"type":"Feature"}},"properties":{"name":"World Bosses","singular":"World Boss"},"type":"FeatureCollection"}},"nodes":{"1":{"center":{"x":"10069.5","y":"-6413.13","z":"74166.3"},"childnodes":[102,103],"contribution":0,"id":1,"links":[21,22,26,43,46,102,103,1018],"location":{"fmt":"kr","x":13799.6,"y":76995.8},"name":"Velia","notes":"

Transport links to: Illya Island, Olvia, Heidel, Glish, Calpheon

","test":"Test","traders":{"40010":{"id":40010,"location":{"fmt":"kr","x":22008.6,"y":76542.6},"name":"Bahar","node":"Velia","packs":[{"id":"55101","img":"/items/new_icon/03_etc/10_free_tradeitem/00055101.png","level_requirement":1,"name":"Velian Smoked Chicken","price":8565,"quantity":20,"type":3,"weight":"54.60"},{"id":"55102","img":"/items/new_icon/03_etc/10_free_tradeitem/00055102.png","level_requirement":1,"name":"Velian Wine","price":6180,"quantity":28,"type":3,"weight":35.1},{"id":"55103","img":"/items/new_icon/03_etc/10_free_tradeitem/00055103.png","level_requirement":1,"name":"Alchemist's Red Reagent","price":6156,"quantity":54,"type":4,"weight":35.1},{"id":"55104","img":"/items/new_icon/03_etc/10_free_tradeitem/00055104.png","level_requirement":"12","name":"Alchemist's Blue Reagent","price":14742,"quantity":6,"type":4,"weight":"71.20"},{"id":"55105","img":"/items/new_icon/03_etc/10_free_tradeitem/00055105.png","level_requirement":"16","name":"Velian Crystal Glass","price":37527,"quantity":5,"type":2,"weight":"162.00"},{"id":"55106","img":"/items/new_icon/03_etc/10_free_tradeitem/00055106.png","level_requirement":"42","name":"Velian Black Opal","price":57240,"quantity":4,"type":2,"weight":"155.80"},{"id":"55107","img":"/items/new_icon/03_etc/10_free_tradeitem/00055107.png","level_requirement":"14","name":"Fox Fur","price":10242,"quantity":7,"type":7,"weight":50.4},{"id":"55109","img":"/items/new_icon/03_etc/10_free_tradeitem/00055109.png","level_requirement":1,"name":"Bartali's Odd Adventure","price":9372,"quantity":16,"type":1,"weight":"53.10"},{"id":"55110","img":"/items/new_icon/03_etc/10_free_tradeitem/00055110.png","level_requirement":"32","name":"Velian Plank","price":34419,"quantity":10,"type":9,"weight":"111.00"}],"type":"Trade Manager"},"40074":{"id":40074,"location":{"fmt":"kr","x":11674.9,"y":73874},"name":"Rosa Kloko","node":"Velia","packs":[{"id":"55601","level_requirement":1,"name":"★ Balenos Top-Quality Silk","price":36000,"type":0,"weight":108},{"id":"55602","level_requirement":1,"name":"★ Balenos Top-Quality Bear Hide","price":62000,"type":0,"weight":186},{"id":"55603","level_requirement":1,"name":"★ Balenos Bay Pearl Necklace","price":82000,"type":0,"weight":246},{"id":"55604","level_requirement":1,"name":"★ Balenos Top-Quality Tea Leaf","price":50000,"type":0,"weight":150},{"id":"55605","level_requirement":1,"name":"★ Ancient Lithograph Ceramics","price":61000,"type":0,"weight":183},{"id":"55606","level_requirement":1,"name":"★ Mysteriously Shining Stone","price":74000,"type":0,"weight":222},{"id":"55607","level_requirement":1,"name":"★ Top-Quality Wheat Seed","price":41000,"type":0,"weight":123},{"id":"55608","level_requirement":1,"name":"★ Underfoe's Improved Matchlock","price":61000,"type":0,"weight":183},{"id":"55609","level_requirement":1,"name":"★ Sorcery Skeleton Candle Holder","price":72000,"type":0,"weight":216},{"id":"55610","level_requirement":1,"name":"★ Blue Ford Dye","price":38000,"type":0,"weight":114},{"id":"55611","level_requirement":1,"name":"★ Top-Quality Tulip Perfume","price":62000,"type":0,"weight":186},{"id":"55612","level_requirement":1,"name":"★ Nutmeg","price":87000,"type":0,"weight":261},{"id":"55613","level_requirement":1,"name":"★ Red Ford Dye","price":47000,"type":0,"weight":141},{"id":"55614","level_requirement":1,"name":"★ Velia Premium Telescope","price":56000,"type":0,"weight":168},{"id":"55615","level_requirement":1,"name":"★ Underfoe's Decorative Sword","price":75000,"type":0,"weight":225}],"type":"Imperial"},"40141":{"id":40141,"location":{"fmt":"kr","x":16739.90704,"y":82492.80264},"name":"Mysterious Man","node":"Velia","packs":[{"id":"55707","img":"/items/new_icon/03_etc/10_free_tradeitem/00055707.png","level_requirement":"31","name":"Forbidden Novel","price":21000,"quantity":1,"type":0,"weight":160},{"id":"55701","img":"/items/new_icon/03_etc/10_free_tradeitem/00055701.png","level_requirement":"36","name":"Angelic Powder","price":44000,"quantity":1,"type":0,"weight":164.5},{"id":"55713","img":"/items/new_icon/03_etc/10_free_tradeitem/00055713.png","level_requirement":"41","name":"Lithograph of Ancient Stone Chamber","price":75000,"quantity":1,"type":0,"weight":240}],"type":"Smuggler"}},"type":"City","zone":""},"2":{"center":{"x":"-59267.3","y":"-3902.48","z":"39882.5"},"contribution":1,"id":2,"links":[4,5,25,45],"location":{"fmt":"kr","x":-61936.7,"y":44013.9},"name":"Western Guard Camp","traders":{"40028":{"id":40028,"location":{"fmt":"kr","x":-64906,"y":40992.6},"name":"Luke","node":"Western Guard Camp","packs":[{"id":"55111","img":"/items/new_icon/03_etc/10_free_tradeitem/00055111.png","level_requirement":1,"name":"Imp's Red Ore","price":13683,"quantity":48,"type":9,"weight":"77.98"},{"id":"55112","img":"/items/new_icon/03_etc/10_free_tradeitem/00055112.png","level_requirement":1,"name":"Imp Totem Fragment","price":14685,"quantity":14,"type":1,"weight":"81.12"},{"id":"55113","img":"/items/new_icon/03_etc/10_free_tradeitem/00055113.png","level_requirement":1,"name":"Tree Spirit Seed","price":23352,"quantity":8,"type":1,"weight":"101.00"},{"id":"55114","img":"/items/new_icon/03_etc/10_free_tradeitem/00055114.png","level_requirement":"12","name":"Ogre Excrement","price":15510,"quantity":5,"type":4,"weight":"68.10"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Calpheon"},"3":{"center":{"x":"21357","y":"2155.57","z":"130325"},"contribution":2,"id":3,"links":[41],"location":{"fmt":"kr","x":11273,"y":122779},"name":"Cron Castle","node_manager":{"id":50004,"location":{"fmt":"kr","x":4102,"y":119229},"name":"Cron Castle Altar","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"4":{"center":{"x":"-81151.1","y":"-4348.04","z":"51561.5"},"contribution":3,"id":4,"links":[2,49,66],"location":{"fmt":"kr","x":-82191,"y":51588.4},"name":"Western Gateway","node_manager":{"id":50010,"location":{"fmt":"kr","x":-81151,"y":51562},"name":"Nathan","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"5":{"center":{"x":"-66164.9","y":"-3619.04","z":"-3058.4"},"contribution":3,"id":5,"links":[2,48,371],"location":{"fmt":"kr","x":-70797.2,"y":-4113.7},"name":"Bandit’s Den Byway","node_manager":{"id":50014,"location":{"fmt":"kr","x":-66165,"y":-3058},"name":"Andebach","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"6":{"center":{"x":"42741.6","y":"-1528.06","z":"28601.4"},"contribution":3,"id":6,"links":[43,44,303],"location":{"fmt":"kr","x":44220.5,"y":30061.8},"name":"Heidel Pass","node_manager":{"id":50013,"location":{"fmt":"kr","x":42742,"y":28601},"name":"Kirkley","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"21":{"center":{"x":"11539.6","y":"-4391.25","z":"56002.8"},"childnodes":[104,131,132],"contribution":2,"id":21,"links":[1,27,44,45,104,131,132,133,134],"location":{"fmt":"kr","x":11684.6,"y":56102.5},"name":"Bartali Farm","node_manager":{"id":40025,"location":{"fmt":"kr","x":11418,"y":56003},"name":"Emma Bartali","type":"npc"},"traders":{"40025":{"id":40025,"location":{"fmt":"kr","x":11417.6,"y":56002.8},"name":"Emma Bartali","node":"Bartali Farm","packs":[{"id":"55119","img":"/items/new_icon/03_etc/10_free_tradeitem/00055119.png","level_requirement":1,"name":"Velian Fresh Egg","price":7520,"quantity":12,"type":3,"weight":"36.24"},{"id":"55120","img":"/items/new_icon/03_etc/10_free_tradeitem/00055120.png","level_requirement":"13","name":"Weasel Scarf","price":13884,"quantity":4,"type":7,"weight":"54.60"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"22":{"center":{"x":"38597.7","y":"-4462.46","z":"79789.8"},"childnodes":[105,135,136],"contribution":2,"id":22,"links":[1,42,105,135,136],"location":{"fmt":"kr","x":38476.6,"y":80100.9},"name":"Finto Farm","node_manager":{"id":40024,"location":{"fmt":"kr","x":38718,"y":79570},"name":"Martina Finto","type":"npc"},"traders":{"40024":{"id":40024,"location":{"fmt":"kr","x":38718.1,"y":79570.3},"name":"Martina Finto","node":"Finto Farm","packs":[{"id":"55121","img":"/items/new_icon/03_etc/10_free_tradeitem/00055121.png","level_requirement":"17","name":"Red Parasitic Bee Honey","price":25638,"quantity":4,"type":3,"weight":"102.50"},{"id":"55122","img":"/items/new_icon/03_etc/10_free_tradeitem/00055122.png","level_requirement":1,"name":"Bunch of Silver Azalea Roots","price":9120,"quantity":12,"type":4,"weight":45.2}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"23":{"center":{"x":"59168.7","y":"-654.899","z":"40867.6"},"childnodes":[139,142],"contribution":2,"id":23,"links":[43,139,142],"location":{"fmt":"kr","x":56472.7,"y":50425.7},"name":"Goblin Cave","node_manager":{"id":50008,"location":{"fmt":"kr","x":59169,"y":40868},"name":"Goblin Mural","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"24":{"center":{"x":"-45857.5","y":"278.996","z":"3400.84"},"childnodes":[144],"contribution":1,"id":24,"links":[48,144],"location":{"fmt":"kr","x":-41064.4,"y":8242.06},"name":"Ancient Stone Chamber","node_manager":{"id":50009,"location":{"fmt":"kr","x":-46009,"y":3455},"name":"Jarette Domongatt","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"25":{"center":{"x":"-33969.7","y":"-7148.98","z":"58889.8"},"childnodes":[147,148],"contribution":1,"id":25,"links":[2,26,47,147,148],"location":{"fmt":"kr","x":-35189.6,"y":60016.3},"name":"Imp Cave","node_manager":{"id":50001,"location":{"fmt":"kr","x":-33970,"y":58890},"name":"Tiny Nose","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"26":{"center":{"x":"-12868.5","y":"-4392.49","z":"75713.5"},"childnodes":[151,152],"contribution":2,"id":26,"links":[1,25,151,152],"location":{"fmt":"kr","x":-13268,"y":76679.2},"name":"Loggia Farm","node_manager":{"id":40026,"location":{"fmt":"kr","x":-12869,"y":75713},"name":"Severo Loggia","type":"npc"},"traders":{"40026":{"id":40026,"location":{"fmt":"kr","x":-12868.5,"y":75713.5},"name":"Severo Loggia","node":"Loggia Farm","packs":[{"id":"55115","img":"/items/new_icon/03_etc/10_free_tradeitem/00055115.png","level_requirement":"14","name":"Special Balenos Herb","price":18993,"quantity":4,"type":3,"weight":"77.88"},{"id":"55116","img":"/items/new_icon/03_etc/10_free_tradeitem/00055116.png","level_requirement":1,"name":"Loggia Potato Starch","price":6168,"quantity":12,"type":3,"weight":"30.60"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"27":{"center":{"x":"-2374.41","y":"-3398.21","z":"47285.8"},"childnodes":[106],"contribution":2,"id":27,"links":[21,106],"location":{"fmt":"kr","x":1833.92,"y":47496.2},"name":"Marino Farm","node_manager":{"id":40101,"location":{"fmt":"kr","x":-2374,"y":47286},"name":"Rovant Marino","type":"npc"},"traders":{"40101":{"id":40101,"location":{"fmt":"kr","x":-2374.41,"y":47285.8},"name":"Rovant Marino","node":"Marino Farm","packs":[{"id":"55125","img":"/items/new_icon/03_etc/10_free_tradeitem/00055125.png","level_requirement":1,"name":"Special Fragrant Rat Poison","price":7140,"quantity":12,"type":4,"weight":35.1},{"id":"55126","img":"/items/new_icon/03_etc/10_free_tradeitem/00055126.png","level_requirement":1,"name":"Rovant's Self-Protection Amulet","price":8892,"quantity":8,"type":1,"weight":35.2}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"41":{"center":{"x":"33925.1","y":"-1049.57","z":"116931"},"childnodes":[155,156],"contribution":1,"id":41,"links":[3,42,155,156,1131],"location":{"fmt":"kr","x":32892.6,"y":116483},"name":"Cron Castle Site","node_manager":{"id":50006,"location":{"fmt":"kr","x":34149,"y":116858},"name":"Beedle","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"42":{"center":{"x":"60108.4","y":"-3336.97","z":"91693.1"},"childnodes":[159,160],"contribution":1,"id":42,"links":[22,41,43,159,160],"location":{"fmt":"kr","x":61199.8,"y":92402.5},"name":"Ehwaz Hill","node_manager":{"id":50005,"location":{"fmt":"kr","x":60334,"y":91751},"name":"Marsha","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"43":{"center":{"x":"41447","y":"-4296.64","z":"62739.1"},"childnodes":[164],"contribution":1,"id":43,"links":[1,6,23,42,164],"location":{"fmt":"kr","x":42040.4,"y":62605.2},"name":"Forest of Plunder","node_manager":{"id":50007,"location":{"fmt":"kr","x":41311,"y":62581},"name":"Grusha","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"44":{"center":{"x":"30804.1","y":"-3805.38","z":"46707.9"},"childnodes":[167,168],"contribution":2,"id":44,"links":[6,21,167,168],"location":{"fmt":"kr","x":29970,"y":46568.1},"name":"Balenos Forest","node_manager":{"id":40031,"location":{"fmt":"kr","x":30804,"y":46708},"name":"Daphne DelLucci","type":"npc"},"traders":{"40031":{"id":40031,"location":{"fmt":"kr","x":30804.1,"y":46707.9},"name":"Daphne DelLucci","node":"Balenos Forest","packs":[{"id":"55123","img":"/items/new_icon/03_etc/10_free_tradeitem/00055123.png","level_requirement":1,"name":"Balenos Smoked Pork","price":9056,"quantity":12,"type":3,"weight":50.5},{"id":"55124","img":"/items/new_icon/03_etc/10_free_tradeitem/00055124.png","level_requirement":"12","name":"Bear Hide Cape","price":13482,"quantity":4,"type":7,"weight":"54.72"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"45":{"center":{"x":"-29592.9","y":"-2909.08","z":"26244.2"},"childnodes":[107,171,172],"contribution":2,"id":45,"links":[2,21,48,107,171,172],"location":{"fmt":"kr","x":-30432.3,"y":28481.4},"name":"Toscani Farm","node_manager":{"id":40030,"location":{"fmt":"kr","x":-29593,"y":26244},"name":"Ovidio Toscani","type":"npc"},"traders":{"40030":{"id":40030,"location":{"fmt":"kr","x":-29592.9,"y":26244.2},"name":"Ovidio Toscani","node":"Toscani Farm","packs":[{"id":"55117","img":"/items/new_icon/03_etc/10_free_tradeitem/00055117.png","level_requirement":1,"name":"Tree Spirit Sprout","price":10902,"quantity":8,"type":1,"weight":"42.60"},{"id":"55118","img":"/items/new_icon/03_etc/10_free_tradeitem/00055118.png","level_requirement":1,"name":"Toscani Corn Oil","price":7110,"quantity":12,"type":3,"weight":"30.30"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"46":{"center":{"x":"-14406","y":"-7933.98","z":"89483.3"},"childnodes":[175,176],"contribution":1,"id":46,"links":[1,49,175,176],"location":{"fmt":"kr","x":-26249.2,"y":91748.6},"name":"Coastal Cave","node_manager":{"id":40128,"location":{"fmt":"kr","x":-14406,"y":89483},"name":"Egrin","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"47":{"center":{"x":"-58885.7","y":"-3346.45","z":"67316.1"},"childnodes":[179],"contribution":1,"id":47,"links":[25,179],"location":{"fmt":"kr","x":-59282.3,"y":70192.5},"name":"Altar of Agris","node_manager":{"id":40047,"location":{"fmt":"kr","x":-58759,"y":67307},"name":"Incas","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"48":{"center":{"x":"-48426.3","y":"-4175.15","z":"21206.2"},"childnodes":[183,184],"contribution":2,"id":48,"links":[5,24,45,183,184],"location":{"fmt":"kr","x":-48820.6,"y":22596.2},"name":"Forest of Seclusion","node_manager":{"id":50003,"location":{"fmt":"kr","x":-48405,"y":21126},"name":"Fairy Nest","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"49":{"center":{"x":"-59269.4","y":"-5172.18","z":"90509.9"},"childnodes":[187,188],"contribution":1,"id":49,"links":[4,46,67,187,188],"location":{"fmt":"kr","x":-57058.2,"y":95951},"name":"Coastal Cliff","node_manager":{"id":50002,"location":{"fmt":"kr","x":-59269,"y":90510},"name":"Andrei","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"61":{"center":{"x":"-142468","y":"681.199","z":"126063"},"childnodes":[205],"contribution":0,"id":61,"links":[64,65,205],"location":{"fmt":"kr","x":-142326,"y":126708},"name":"Olvia","notes":"

Transport links to: Velia, Heidel, Glish, Calpheon

","traders":{"40715":{"id":40715,"location":{"fmt":"kr","x":-141801,"y":127715},"name":"Lolly","node":"Olvia","packs":[{"id":"55130","img":"/items/new_icon/03_etc/10_free_tradeitem/00055130.png","level_requirement":1,"name":"Home Medicine Brewer","price":8592,"quantity":20,"type":1,"weight":45.4},{"id":"55131","img":"/items/new_icon/03_etc/10_free_tradeitem/00055131.png","level_requirement":"20","name":"Love Potion No. 6","price":39762,"quantity":4,"type":2,"weight":"159.75"},{"id":"55132","img":"/items/new_icon/03_etc/10_free_tradeitem/00055132.png","level_requirement":"32","name":"Olvia Mountain Cheese","price":33201,"quantity":5,"type":3,"weight":"101.00"},{"id":"55133","img":"/items/new_icon/03_etc/10_free_tradeitem/00055133.png","level_requirement":"12","name":"Emergency Medicine Set","price":12414,"quantity":5,"type":4,"weight":"54.60"},{"id":"55134","img":"/items/new_icon/03_etc/10_free_tradeitem/00055134.png","level_requirement":1,"name":"Shaia Traditional Hat","price":12852,"quantity":14,"type":7,"weight":"72.80"},{"id":"55135","img":"/items/new_icon/03_etc/10_free_tradeitem/00055135.png","level_requirement":1,"name":"Olvia Grape Jam","price":7080,"quantity":36,"type":3,"weight":45.2}],"type":"Trade Manager"},"40719":{"id":40719,"location":{"fmt":"kr","x":-142316.0666,"y":129603.3752},"name":"Mysterious Man","node":"Olvia","packs":[{"id":"55725","img":"/items/new_icon/03_etc/10_free_tradeitem/00055725.png","level_requirement":"31","name":"Pumpkin Ghost Seed","price":31000,"quantity":1,"type":0,"weight":166},{"id":"55726","img":"/items/new_icon/03_etc/10_free_tradeitem/00055726.png","level_requirement":"36","name":"Undiluted Poisonous Herb Solution","price":51000,"quantity":1,"type":0,"weight":193},{"id":"55727","img":"/items/new_icon/03_etc/10_free_tradeitem/00055727.png","level_requirement":"41","name":"Eschatological Prophecy","price":85000,"quantity":1,"type":0,"weight":218}],"type":"Smuggler"}},"type":"Town","zone":""},"62":{"center":{"x":"-199352","y":"-94.3749","z":"133207"},"contribution":3,"id":62,"links":[63,68,72],"location":{"fmt":"kr","x":-198865,"y":131847},"name":"Florin Gateway","node_manager":{"id":50553,"location":{"fmt":"kr","x":-199352,"y":133207},"name":"Heila","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"63":{"center":{"x":"-264092","y":"3780.49","z":"111295"},"contribution":1,"id":63,"links":[62,69,71,637],"location":{"fmt":"kr","x":-268469,"y":106982},"name":"Elder’s Bridge","node_manager":{"id":50554,"location":{"fmt":"kr","x":-264092,"y":111295},"name":"Setsk","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"64":{"center":{"x":"-123315","y":"-1491.91","z":"117438"},"childnodes":[108,203],"contribution":1,"id":64,"links":[61,66,70,108,203],"location":{"fmt":"kr","x":-123096,"y":116693},"name":"Casta Farm","node_manager":{"id":50556,"location":{"fmt":"kr","x":-123315,"y":117438},"name":"Casta","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"65":{"center":{"x":"-154855","y":"-352.311","z":"134961"},"childnodes":[109,204],"contribution":1,"id":65,"links":[61,68,109,204],"location":{"fmt":"kr","x":-144298,"y":139534},"name":"Wale Farm","type":"Connection","zone":"Republic of Calpheon"},"66":{"center":{"x":"-114132","y":"-1513.83","z":"89069.4"},"childnodes":[201],"contribution":1,"id":66,"links":[4,64,67,201],"location":{"fmt":"kr","x":-111081,"y":90954.1},"name":"Wolf Hills","node_manager":{"id":50557,"location":{"fmt":"kr","x":-114132,"y":89069},"name":"Dehen","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"67":{"center":{"x":"-85264.9","y":"-3134.05","z":"106768"},"contribution":1,"id":67,"links":[49,66,70],"location":{"fmt":"kr","x":-89717,"y":99579.6},"name":"Balenos River Mouth","node_manager":{"id":50558,"location":{"fmt":"kr","x":-85230,"y":106676},"name":"Boble","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"68":{"center":{"x":"-182714","y":"-2092.41","z":"140064"},"childnodes":[202],"contribution":1,"id":68,"links":[62,65,202],"location":{"fmt":"kr","x":-183358,"y":151644},"name":"Terrmian Cliff","node_manager":{"id":50559,"location":{"fmt":"kr","x":-182749,"y":140078},"name":"Olson","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"69":{"center":{"x":"-271541","y":"-7797.81","z":"138525"},"contribution":1,"id":69,"links":[63],"location":{"fmt":"kr","x":-273830,"y":126789},"name":"Foot of Terrmian Mountain","node_manager":{"id":50560,"location":{"fmt":"kr","x":-271541,"y":138525},"name":"Kuro Barellian","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"70":{"center":{"x":"-94187.7","y":"-7032.67","z":"139122"},"contribution":1,"id":70,"links":[64,67],"location":{"fmt":"kr","x":-99069.8,"y":135457},"name":"Olvia Coast","node_manager":{"id":50561,"location":{"fmt":"kr","x":-94188,"y":139122},"name":"Baulo","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"71":{"center":{"x":"-338001","y":"-540.908","z":"77097.1"},"contribution":1,"id":71,"links":[63,604],"location":{"fmt":"kr","x":-332956,"y":75090.4},"name":"Epheria Ridge","node_manager":{"id":50562,"location":{"fmt":"kr","x":-338861,"y":77872},"name":"Charles","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"72":{"center":{"x":"-199797","y":"-361.882","z":"96972"},"contribution":1,"id":72,"links":[62,603],"location":{"fmt":"kr","x":-206188,"y":89039.3},"name":"Mask Owl's Forest","node_manager":{"id":50563,"location":{"fmt":"kr","x":-199797,"y":96972},"name":"Hush","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"102":{"center":{"x":"12596.6","y":"-6413.13","z":"74355.4"},"contribution":0,"id":102,"links":[1],"location":{"fmt":"kr","x":12442.2,"y":74422.9},"name":"Santo Manzi Investment Bank","parent":1,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"5400 (Base)","zone":""},"103":{"center":{"x":"21945.1","y":"-6342.72","z":"76335"},"contribution":0,"id":103,"links":[1],"location":{"fmt":"kr","x":22109,"y":75806.7},"name":"Bahar Investment Bank","parent":1,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"104":{"center":{"x":"15570.6","y":"-4449.52","z":"55581.5"},"contribution":1,"id":104,"links":[21],"location":{"fmt":"kr","x":13170.8,"y":55790.2},"name":"Bartali Farm - Specialties","parent":21,"primary_output":{"25007":{"id":55823,"name":"Emma's Roasted Herb Chicken Drumstick"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"105":{"center":{"x":"40237.5","y":"-4378.3","z":"79874.7"},"contribution":1,"id":105,"links":[22],"location":{"fmt":"kr","x":37558.6,"y":78682.3},"name":"Finto Farm - Specialties","parent":22,"primary_output":{"25007":{"id":55824,"name":"Finto's Sweet Apple Jam"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1500 (Base)","zone":""},"106":{"center":{"x":"1591.4","y":"-3484.71","z":"47420.8"},"contribution":1,"id":106,"links":[27],"location":{"fmt":"kr","x":990.583,"y":47567.9},"name":"Marino Farm - Specialties","parent":27,"primary_output":{"25007":{"id":55861,"name":"Translucent Crystal Amulet of Happiness"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1450 (Base)","zone":""},"107":{"center":{"x":"-29480.7","y":"-3278.63","z":"29403.7"},"contribution":1,"id":107,"links":[45],"location":{"fmt":"kr","x":-27550.6,"y":28544},"name":"Toscani Farm - Specialties","parent":45,"primary_output":{"25007":{"id":7594,"name":"Special Corn Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1050 (Base)","zone":""},"108":{"center":{"x":"-122533","y":"-1474.56","z":"115138"},"contribution":1,"id":108,"links":[64],"location":{"fmt":"kr","x":-123975,"y":115739},"name":"Casta Farm - Specialties","parent":64,"primary_output":{"7585":{"id":7585,"img":"/items/new_icon/03_etc/07_productmaterial/00007407.png","name":"Special Grape Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"2950 (Base)","zone":""},"109":{"center":{"x":"-143154","y":"-1313.3","z":"140347"},"contribution":1,"id":109,"links":[65],"location":{"fmt":"kr","x":-145240,"y":139174},"name":"Wale Farm - Specialties","parent":65,"primary_output":{"25007":{"id":7587,"name":"Special Olive Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"3050 (Base)","zone":""},"110":{"center":{"x":"158123","y":"-7836.06","z":"293411"},"contribution":0,"id":110,"links":[1002],"location":{"fmt":"kr","x":158534,"y":291830},"name":"Iliya Island - Specialties","parent":1002,"primary_output":{"25007":{"id":55825,"name":"Iliya Island Harpoon Amulet"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1060 (Base)","zone":""},"131":{"center":{"x":"12081.1","y":"-4258.54","z":"61492.8"},"contribution":1,"id":131,"links":[21],"location":{"fmt":"kr","x":12011.9,"y":61621.5},"name":"Bartali Farm - Potato Farming","parent":21,"primary_output":{"7003":{"id":7003,"img":"/items/new_icon/03_etc/07_productmaterial/00007003.png","name":"Potato"}},"type":"Farm","workload":"100 (Base)","zone":""},"132":{"center":{"x":"14966.6","y":"-4478.7","z":"56009.4"},"contribution":1,"id":132,"links":[21],"location":{"fmt":"kr","x":17141.3,"y":58960.2},"name":"Bartali Farm - Chicken Meat Production","parent":21,"primary_output":{"7921":{"id":7921,"img":"/items/new_icon/03_etc/07_productmaterial/00007921.png","name":"Chicken Meat"}},"secondary_output":{"9064":{"id":9064,"img":"/items/new_icon/03_etc/07_productmaterial/00009064.png","name":"Egg"}},"type":"Farm","workload":"100 (Base)","zone":""},"133":{"center":{"x":"11975.2","y":"-4339.93","z":"57181.8"},"contribution":1,"hidden":true,"id":133,"links":[21],"location":{"fmt":"kr","x":12903.4,"y":64447.4},"name":"Ossuary","type":"Connection","zone":"Republic of Calpheon"},"134":{"center":{"x":"12040.6","y":"-4385.11","z":"56698.5"},"contribution":1,"hidden":true,"id":134,"links":[21],"location":{"fmt":"kr","x":13261.8,"y":66210.6},"name":"Ossuary","type":"Connection","zone":"Republic of Calpheon"},"135":{"center":{"x":"35830.6","y":"-4439.85","z":"83866.7"},"contribution":1,"id":135,"links":[22],"location":{"fmt":"kr","x":32753.8,"y":80642},"name":"Finto Farm - Potato Farming","parent":22,"primary_output":{"7003":{"id":7003,"img":"/items/new_icon/03_etc/07_productmaterial/00007003.png","name":"Potato"}},"type":"Farm","workload":"100 (Base)","zone":""},"136":{"center":{"x":"34555.1","y":"-4569.14","z":"79284.3"},"contribution":1,"id":136,"links":[22],"location":{"fmt":"kr","x":41878.4,"y":76154.6},"name":"Finto Farm - Chicken Meat Production","parent":22,"primary_output":{"7921":{"id":7921,"img":"/items/new_icon/03_etc/07_productmaterial/00007921.png","name":"Chicken Meat"}},"secondary_output":{"9064":{"id":9064,"img":"/items/new_icon/03_etc/07_productmaterial/00009064.png","name":"Egg"}},"type":"Farm","workload":"100 (Base)","zone":""},"139":{"center":{"x":"58794.3","y":"-1281.67","z":"46326.4"},"contribution":1,"id":139,"links":[23],"location":{"fmt":"kr","x":60651.9,"y":51620.2},"name":"Goblin Cave - Mining","parent":23,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4406":{"id":4406,"img":"/items/new_icon/03_etc/07_productmaterial/00004406.png","name":"Rough Translucent Crystal"}},"type":"Mine","workload":"100 (Base)","zone":""},"142":{"center":{"x":"59190.9","y":"-1065.63","z":"45424.3"},"contribution":1,"id":142,"links":[23],"location":{"fmt":"kr","x":60177.2,"y":47347.5},"name":"Goblin Cave - Lumbering","parent":23,"primary_output":{"4601":{"id":4601,"img":"/items/new_icon/03_etc/07_productmaterial/00004601.png","name":"Ash Timber"}},"secondary_output":{"5006":{"id":5006,"img":"/items/new_icon/03_etc/07_productmaterial/00005006.png","name":"Spirit's Leaf"}},"type":"Forest","workload":"100 (Base)","zone":""},"144":{"center":{"x":"-40091.3","y":"-1508.1","z":"3157.71"},"contribution":1,"id":144,"links":[24],"location":{"fmt":"kr","x":-48414,"y":4674.81},"name":"Ancient Stone Chamber - Excavation","parent":24,"primary_output":{"44287":{"id":44287,"name":"Withered Leaf"}},"requirement":"10 Energy from Jarette Domongatt (Ancient Stone Chamber Node Manager)","secondary_output":{"5954":{"id":5954,"img":"/items/new_icon/03_etc/07_productmaterial/00005954.png","name":"Trace of the Earth"},"5955":{"id":5955,"img":"/items/new_icon/03_etc/07_productmaterial/00005955.png","name":"Trace of Ascension"},"44288":{"id":44288,"img":"/items/new_icon/03_etc/04_dropitem/00044005.png","name":"Cracked Fang"}},"type":"Mine","workload":"600 (Base)","zone":""},"147":{"center":{"x":"-34761.2","y":"-7479.2","z":"63438.7"},"contribution":1,"id":147,"links":[25],"location":{"fmt":"kr","x":-33534.9,"y":66046.7},"name":"Imp Cave - Mining","parent":25,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"148":{"center":{"x":"-34365.5","y":"-7470.56","z":"63534.9"},"contribution":1,"id":148,"links":[25],"location":{"fmt":"kr","x":-42690.9,"y":65199.4},"name":"Imp Cave - Mining","parent":25,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"151":{"center":{"x":"-9097.01","y":"-4509.02","z":"71905.9"},"contribution":1,"id":151,"links":[26],"location":{"fmt":"kr","x":-10028.6,"y":72708},"name":"Loggia Farm - Potato Farming","parent":26,"primary_output":{"7003":{"id":7003,"img":"/items/new_icon/03_etc/07_productmaterial/00007003.png","name":"Potato"}},"type":"Farm","workload":"100 (Base)","zone":""},"152":{"center":{"x":"-8413.7","y":"-4541.53","z":"73556.2"},"contribution":1,"id":152,"links":[26],"location":{"fmt":"kr","x":-14175.5,"y":72763.4},"name":"Loggia Farm - Specialties","parent":26,"primary_output":{"25007":{"id":7591,"name":"Special Potato Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"155":{"center":{"x":"31076.8","y":"-278.038","z":"119793"},"contribution":1,"id":155,"links":[41],"location":{"fmt":"kr","x":29034.4,"y":119359},"name":"Cron Castle Site - Gathering","parent":41,"primary_output":{"5401":{"id":5401,"img":"/items/new_icon/03_etc/07_productmaterial/00005401.png","name":"Sunrise Herb"}},"secondary_output":{"5421":{"id":5421,"img":"/items/new_icon/03_etc/07_productmaterial/00005421.png","name":"Pile of Sunrise Herbs"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"156":{"center":{"x":"30958.4","y":"-247.558","z":"119621"},"contribution":1,"hidden":true,"id":156,"links":[41],"location":{"fmt":"kr","x":39331.9,"y":116015},"name":"Cron Castle Site - Mining","parent":41,"type":"Connection","zone":""},"159":{"center":{"x":"57329.2","y":"-3647.91","z":"90883"},"contribution":1,"id":159,"links":[42],"location":{"fmt":"kr","x":61462.9,"y":97039.1},"name":"Ehwaz Hill - Gathering","parent":42,"primary_output":{"5407":{"id":5407,"img":"/items/new_icon/03_etc/07_productmaterial/00005407.png","name":"Fortune Teller Mushroom"}},"secondary_output":{"5426":{"id":5426,"img":"/items/new_icon/03_etc/07_productmaterial/00005426.png","name":"Big Fortune Teller Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"160":{"center":{"x":"57916.7","y":"-3567.19","z":"91132.5"},"contribution":1,"id":160,"links":[42],"location":{"fmt":"kr","x":56297.8,"y":91325.2},"name":"Ehwaz Hill - Lumbering","parent":42,"primary_output":{"4601":{"id":4601,"img":"/items/new_icon/03_etc/07_productmaterial/00004601.png","name":"Ash Timber"}},"secondary_output":{"5001":{"id":5001,"img":"/items/new_icon/03_etc/07_productmaterial/00005001.png","name":"Ash Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"164":{"center":{"x":"42482.6","y":"-4195.63","z":"62665.1"},"contribution":1,"id":164,"links":[43],"location":{"fmt":"kr","x":45852.4,"y":55334.6},"name":"Forest of Plunder - Gathering","parent":43,"primary_output":{"5408":{"id":5408,"img":"/items/new_icon/03_etc/07_productmaterial/00005408.png","name":"Arrow Mushroom"}},"secondary_output":{"5427":{"id":5427,"img":"/items/new_icon/03_etc/07_productmaterial/00005427.png","name":"Big Arrow Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"167":{"center":{"x":"29177.4","y":"-3124.96","z":"42041.6"},"contribution":1,"id":167,"links":[44],"location":{"fmt":"kr","x":34834.8,"y":42797.9},"name":"Balenos Forest - Lumbering","parent":44,"primary_output":{"4601":{"id":4601,"img":"/items/new_icon/03_etc/07_productmaterial/00004601.png","name":"Ash Timber"}},"secondary_output":{"5006":{"id":5006,"img":"/items/new_icon/03_etc/07_productmaterial/00005006.png","name":"Spirit's Leaf"}},"type":"Forest","workload":"100 (Base)","zone":""},"168":{"center":{"x":"29975.1","y":"-3417.81","z":"43421.2"},"contribution":1,"id":168,"links":[44],"location":{"fmt":"kr","x":23303.9,"y":47459.2},"name":"Balenos Forest - Gathering","parent":44,"primary_output":{"5401":{"id":5401,"img":"/items/new_icon/03_etc/07_productmaterial/00005401.png","name":"Sunrise Herb"}},"secondary_output":{"5421":{"id":5421,"img":"/items/new_icon/03_etc/07_productmaterial/00005421.png","name":"Pile of Sunrise Herbs"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"171":{"center":{"x":"-33780.4","y":"-2693.57","z":"29837"},"contribution":1,"id":171,"links":[45],"location":{"fmt":"kr","x":-30240.6,"y":30986.5},"name":"Toscani Farm - Corn Farming","parent":45,"primary_output":{"7005":{"id":7005,"img":"/items/new_icon/03_etc/07_productmaterial/00007005.png","name":"Corn"}},"type":"Farm","workload":"100 (Base)","zone":""},"172":{"center":{"x":"-33752.9","y":"-2771.39","z":"31141.8"},"contribution":1,"id":172,"links":[45],"location":{"fmt":"kr","x":-25162.8,"y":27103.5},"name":"Toscani Farm - Corn Farming","parent":45,"primary_output":{"7005":{"id":7005,"img":"/items/new_icon/03_etc/07_productmaterial/00007005.png","name":"Corn"}},"type":"Farm","workload":"100 (Base)","zone":""},"175":{"center":{"x":"-32743.3","y":"-7831.39","z":"88236.2"},"contribution":1,"id":175,"links":[46],"location":{"fmt":"kr","x":-33028.9,"y":87367.7},"name":"Coastal Cave - Mining","parent":46,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"75 (Base)","zone":""},"176":{"center":{"x":"-33302.7","y":"-7844.77","z":"87924.3"},"contribution":1,"id":176,"links":[46],"location":{"fmt":"kr","x":-32672.9,"y":90429.3},"name":"Coastal Cave - Mining","parent":46,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"75 (Base)","zone":""},"179":{"center":{"x":"-53262.1","y":"-1187.91","z":"83058.2"},"contribution":1,"hidden":true,"id":179,"links":[47],"location":{"fmt":"kr","x":-52722.1,"y":73708.1},"name":"Altar of Agris - Gathering","parent":47,"type":"Connection","zone":""},"183":{"center":{"x":"-48651.7","y":"-4243.34","z":"23488.6"},"contribution":1,"id":183,"links":[48],"location":{"fmt":"kr","x":-55792.7,"y":23237},"name":"Forest of Seclusion - Lumbering","parent":48,"primary_output":{"4602":{"id":4602,"img":"/items/new_icon/03_etc/07_productmaterial/00004602.png","name":"Maple Timber"}},"secondary_output":{"5007":{"id":5007,"img":"/items/new_icon/03_etc/07_productmaterial/00005007.png","name":"Monk's Branch"}},"type":"Forest","workload":"75 (Base)","zone":""},"184":{"center":{"x":"-48934.7","y":"-4237.47","z":"23120.6"},"contribution":1,"id":184,"links":[48],"location":{"fmt":"kr","x":-46331.5,"y":28539.4},"name":"Forest of Seclusion - Mining","parent":48,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"75 (Base)","zone":""},"187":{"center":{"x":"-58589.6","y":"-4939.07","z":"98236.1"},"contribution":1,"id":187,"links":[49],"location":{"fmt":"kr","x":-62682.3,"y":92316.4},"name":"Coastal Cliff - Gathering","parent":49,"primary_output":{"5407":{"id":5407,"img":"/items/new_icon/03_etc/07_productmaterial/00005407.png","name":"Fortune Teller Mushroom"}},"secondary_output":{"5426":{"id":5426,"img":"/items/new_icon/03_etc/07_productmaterial/00005426.png","name":"Big Fortune Teller Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"188":{"center":{"x":"-56646.2","y":"-5011.51","z":"98159.5"},"contribution":1,"id":188,"links":[49],"location":{"fmt":"kr","x":-63849,"y":99026.7},"name":"Coastal Cliff - Mining","parent":49,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"75 (Base)","zone":""},"201":{"center":{"x":"-126109","y":"-1261.28","z":"103013"},"contribution":1,"id":201,"links":[66],"location":{"fmt":"kr","x":-113851,"y":91097.7},"name":"Wolf Hills - Lumbering","parent":66,"primary_output":{"4601":{"id":4601,"img":"/items/new_icon/03_etc/07_productmaterial/00004601.png","name":"Ash Timber"}},"type":"Forest","workload":"100 (Base)","zone":""},"202":{"center":{"x":"-169985","y":"-7391.36","z":"163784"},"contribution":1,"id":202,"links":[68],"location":{"fmt":"kr","x":-186044,"y":154198},"name":"Thermian Cliff - Mining","parent":68,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"type":"Mine","workload":"100 (Base)","zone":""},"203":{"center":{"x":"-128664","y":"-730.526","z":"115623"},"contribution":1,"id":203,"links":[64],"location":{"fmt":"kr","x":-124636,"y":116106},"name":"Casta Farm - Grapes","parent":64,"primary_output":{"7307":{"id":7307,"img":"/items/new_icon/03_etc/07_productmaterial/00007307.png","name":"Grape"}},"type":"Farm","workload":"100 (Base)","zone":""},"204":{"center":{"x":"-159371","y":"-1208.9","z":"137663"},"contribution":1,"id":204,"links":[65],"location":{"fmt":"kr","x":-144755,"y":134832},"name":"Wale Farm - Olives","parent":65,"primary_output":{"7309":{"id":7309,"img":"/items/new_icon/03_etc/07_productmaterial/00007309.png","name":"Olive"}},"type":"Farm","workload":"100 (Base)","zone":""},"205":{"center":{"x":"-138210","y":"106.416","z":"125827"},"contribution":0,"hidden":true,"id":205,"links":[61],"location":{"fmt":"kr","x":-138551,"y":125997},"name":"Olvia - Specialties","parent":61,"primary_output":{"25007":{"id":25007,"img":"/items/new_icon/03_etc/06_housing/inhouse_x_dpw_curtain_01_02_straight.png","name":"Unknown Trade Pack"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"5400 (Base)","zone":""},"301":{"center":{"x":"35842","y":"-1899.53","z":"-35802.3"},"childnodes":[401,402],"contribution":0,"id":301,"links":[303,308,322,323,347,401,402],"location":{"fmt":"kr","x":43738.8,"y":-36178.9},"name":"Heidel","notes":"

Transport links to: Velia, Olvia, Glish, Calpheon, Tarif

","traders":{"41051":{"id":41051,"location":{"fmt":"kr","x":38530.9,"y":-29238.2},"name":"Siuta","node":"Heidel","packs":[{"id":"55151","img":"/items/new_icon/03_etc/10_free_tradeitem/00055151.png","level_requirement":1,"name":"Heidel Knights Martial Arts Manual","price":12489,"quantity":22,"type":5,"weight":"82.00"},{"id":"55152","img":"/items/new_icon/03_etc/10_free_tradeitem/00055152.png","level_requirement":"21","name":"Madame Pillaf's Ribbon Set","price":24825,"quantity":6,"type":7,"weight":"106.47"},{"id":"55153","img":"/items/new_icon/03_etc/10_free_tradeitem/00055153.png","level_requirement":1,"name":"Cutting-Edge Dwarf Tool Pack","price":22554,"quantity":14,"type":1,"weight":"83.70"},{"id":"55154","img":"/items/new_icon/03_etc/10_free_tradeitem/00055154.png","level_requirement":"42","name":"275 Year-Old Porodonio Wine","price":39387,"quantity":5,"type":3,"weight":"107.40"},{"id":"55155","img":"/items/new_icon/03_etc/10_free_tradeitem/00055155.png","level_requirement":"29","name":"Dragon Statue of Oyun","price":45849,"quantity":5,"type":2,"weight":"167.31"},{"id":"55156","img":"/items/new_icon/03_etc/10_free_tradeitem/00055156.png","level_requirement":1,"name":"Heidel First Aid Kit","price":12843,"quantity":18,"type":4,"weight":"78.20"},{"id":"55157","img":"/items/new_icon/03_etc/10_free_tradeitem/00055157.png","level_requirement":"17","name":"Lebyos' Leather Shoes","price":12156,"quantity":16,"type":7,"weight":"56.70"},{"id":"55158","img":"/items/new_icon/03_etc/10_free_tradeitem/00055158.png","level_requirement":1,"name":"Wishing Kite","price":7692,"quantity":60,"type":1,"weight":"43.20"},{"id":"55159","img":"/items/new_icon/03_etc/10_free_tradeitem/00055159.png","level_requirement":"24","name":"Pure Iron Ore","price":25641,"quantity":12,"type":9,"weight":"99.18"},{"id":"55160","img":"/items/new_icon/03_etc/10_free_tradeitem/00055160.png","level_requirement":"31","name":"Heidel Cocktail Dress","price":49656,"quantity":4,"type":2,"weight":"161.20"}],"type":"Trade Manager"},"41116":{"id":41116,"location":{"fmt":"kr","x":39670.7300093197,"y":-43236.1386476086},"name":"Mysterious Man","node":"Heidel","packs":[{"id":"55702","img":"/items/new_icon/03_etc/10_free_tradeitem/00055702.png","level_requirement":"31","name":"Honorable Right Foot","price":33000,"quantity":1,"type":0,"weight":165},{"id":"55708","img":"/items/new_icon/03_etc/10_free_tradeitem/00055708.png","level_requirement":"36","name":"Forged Aristocracy Certificate","price":43000,"quantity":1,"type":0,"weight":189},{"id":"55714","img":"/items/new_icon/03_etc/10_free_tradeitem/00055714.png","level_requirement":"41","name":"Xian Merchant Guild Bribe Accounts","price":81000,"quantity":1,"type":0,"weight":280}],"type":"Smuggler"},"41119":{"id":41119,"location":{"fmt":"kr","x":35350.5,"y":-42931.1},"name":"Roig Mills","node":"Heidel","packs":[{"id":"55616","level_requirement":1,"name":"★ Serendia Top-Quality Carpet","price":44000,"type":0,"weight":132},{"id":"55617","level_requirement":1,"name":"★ Luxurious Aristocratic Badge","price":63000,"type":0,"weight":189},{"id":"55618","level_requirement":1,"name":"★ Heidel Golden Statue","price":75000,"type":0,"weight":225},{"id":"55619","level_requirement":1,"name":"★ Heidel Top-Quality Leather Bundle","price":35000,"type":0,"weight":105},{"id":"55620","level_requirement":1,"name":"★ Top-Quality Crystal Chandelier","price":57000,"type":0,"weight":171},{"id":"55621","level_requirement":1,"name":"★ Bundle of 100 Stones for Wall Repairs","price":70000,"type":0,"weight":210},{"id":"55622","level_requirement":1,"name":"★ Master's Glass Tea Cup","price":48000,"type":0,"weight":144},{"id":"55623","level_requirement":1,"name":"★ Top-Quality Ivory Ornament","price":52000,"type":0,"weight":156},{"id":"55624","level_requirement":1,"name":"★ Golden Kuku Bird Egg Decoration","price":78000,"type":0,"weight":234},{"id":"55625","level_requirement":1,"name":"★ Praying Woman Glass Figurine","price":34000,"type":0,"weight":102},{"id":"55626","level_requirement":1,"name":"★ Heidel Paper Manufacturing Method","price":67000,"type":0,"weight":201},{"id":"55627","level_requirement":1,"name":"★ Master's Glassware","price":71000,"type":0,"weight":213},{"id":"55628","level_requirement":1,"name":"★ Heidel Silver Candlestand","price":54000,"type":0,"weight":162},{"id":"55629","level_requirement":1,"name":"★ Heidel Knights Silver Shield Decoration","price":60000,"type":0,"weight":180},{"id":"55630","level_requirement":1,"name":"★ Bundle of 100 Wagon Wheels","price":71000,"type":0,"weight":213}],"type":"Imperial"}},"type":"City","zone":""},"302":{"center":{"x":"-17080","y":"751.016","z":"-120955"},"childnodes":[405,406,473],"contribution":0,"id":302,"links":[304,306,307,343,344,405,406,473],"location":{"fmt":"kr","x":-18791.3,"y":-121165},"name":"Glish","notes":"

Transport links to: Olvia, Velia, Heidel, Calpheon

","traders":{"41090":{"id":41090,"location":{"fmt":"kr","x":-22097.6,"y":-120674},"name":"Larc","node":"Glish","packs":[{"id":"55172","img":"/items/new_icon/03_etc/10_free_tradeitem/00055172.png","level_requirement":"17","name":"Glish Mud Brick","price":19776,"quantity":14,"type":9,"weight":"83.55"},{"id":"55173","img":"/items/new_icon/03_etc/10_free_tradeitem/00055173.png","level_requirement":1,"name":"Magic Binding Oak Branch","price":31782,"quantity":8,"type":1,"weight":"84.63"},{"id":"55174","img":"/items/new_icon/03_etc/10_free_tradeitem/00055174.png","level_requirement":"25","name":"Fogan Skin Oil","price":22539,"quantity":5,"type":3,"weight":"82.26"},{"id":"55175","img":"/items/new_icon/03_etc/10_free_tradeitem/00055175.png","level_requirement":"17","name":"Dried Fogan Hind Leg","price":18111,"quantity":10,"type":3,"weight":"90.40"},{"id":"55176","img":"/items/new_icon/03_etc/10_free_tradeitem/00055176.png","level_requirement":1,"name":"Freharau's Dry Mud","price":5704,"quantity":36,"type":1,"weight":"25.45"},{"id":"55177","img":"/items/new_icon/03_etc/10_free_tradeitem/00055177.png","level_requirement":"27","name":"Freharau's Restorative","price":25638,"quantity":5,"type":4,"weight":"92.04"}],"type":"Trade Manager"},"42161":{"id":41117,"location":{"fmt":"kr","x":-20910.4362534948,"y":-117362.182737768},"name":"Mysterious Man","node":"Glish","packs":[{"id":"55715","img":"/items/new_icon/03_etc/10_free_tradeitem/00055715.png","level_requirement":"31","name":"Heathen Amulet","price":33000,"quantity":1,"type":0,"weight":168.5},{"id":"55709","img":"/items/new_icon/03_etc/10_free_tradeitem/00055709.png","level_requirement":"36","name":"Heathen's Torture Device","price":50000,"quantity":1,"type":0,"weight":191},{"id":"55703","img":"/items/new_icon/03_etc/10_free_tradeitem/00055703.png","level_requirement":"41","name":"Glishnomicon","price":75000,"quantity":1,"type":0,"weight":166}],"type":"Smuggler"}},"type":"Town","zone":""},"303":{"center":{"x":"38842.6","y":"-410.475","z":"-12015.8"},"contribution":3,"id":303,"links":[6,301,321,326],"location":{"fmt":"kr","x":38912.4,"y":-10751.7},"name":"Northern Guard Camp","node_manager":{"id":41037,"location":{"fmt":"kr","x":38843,"y":-12016},"name":"Berman","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"304":{"center":{"x":"21646.5","y":"-1875.61","z":"-90455.8"},"contribution":3,"id":304,"links":[302,322,345,346],"location":{"fmt":"kr","x":22307.4,"y":-90112.9},"name":"Central Guard Camp","node_manager":{"id":41084,"location":{"fmt":"kr","x":22842,"y":-90743},"name":"Alugren","type":"npc"},"traders":{"41223":{"id":41223,"location":{"fmt":"kr","x":23462.8,"y":-88582.2},"name":"Xenians","node":"Central Guard Camp","packs":[{"id":"55178","img":"/items/new_icon/03_etc/10_free_tradeitem/00055178.png","level_requirement":1,"name":"Wad of Bush Spider Cobweb","price":14784,"quantity":12,"type":1,"weight":"68.85"},{"id":"55179","img":"/items/new_icon/03_etc/10_free_tradeitem/00055179.png","level_requirement":"39","name":"Spider Web Vest","price":26748,"quantity":4,"type":7,"weight":"78.76"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"305":{"center":{"x":"38193.2","y":"-1023.09","z":"-136414"},"contribution":3,"id":305,"links":[309,327,344,345],"location":{"fmt":"kr","x":38595.6,"y":-136103},"name":"Southern Guard Camp","node_manager":{"id":41044,"location":{"fmt":"kr","x":38277,"y":-136453},"name":"Maul","type":"npc"},"traders":{"41221":{"id":41221,"location":{"fmt":"kr","x":39901.7,"y":-134814},"name":"Anti","node":"Southern Guard Camp","packs":[{"id":"55182","img":"/items/new_icon/03_etc/10_free_tradeitem/00055182.png","level_requirement":"28","name":"Fresh Fogan Egg","price":19488,"quantity":4,"type":3,"weight":"58.63"},{"id":"55183","img":"/items/new_icon/03_etc/10_free_tradeitem/00055183.png","level_requirement":"17","name":"Fogan Crescent Spear","price":12240,"quantity":6,"type":5,"weight":"44.72"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"306":{"center":{"x":"-37861.2","y":"-1984.98","z":"-79541.4"},"contribution":3,"id":306,"links":[302,307,342,347,374],"location":{"fmt":"kr","x":-35704,"y":-78754.4},"name":"Northwestern Gateway","node_manager":{"id":41034,"location":{"fmt":"kr","x":-37861,"y":-79541},"name":"Romano Prospero","type":"npc"},"traders":{"41224":{"id":41224,"location":{"fmt":"kr","x":-37613.8,"y":-82627.7},"name":"Ginta","node":"Western Gateway","packs":[{"id":55186,"level_requirement":1,"name":"Black Marsh Peat","price":22840,"quantity":12,"type":1,"weight":"117.30"},{"id":55187,"level_requirement":17,"name":"Confiscated Naga Weapon","price":12210,"quantity":4,"type":5,"weight":55.3}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"307":{"center":{"x":"-43930.7","y":"-1343.69","z":"-130665"},"contribution":3,"id":307,"links":[302,306,325,373],"location":{"fmt":"kr","x":-45807,"y":-133697},"name":"Southwestern Gateway","node_manager":{"id":41035,"location":{"fmt":"kr","x":-43931,"y":-130665},"name":"Xaviero Vitello","type":"npc"},"traders":{"41225":{"id":41225,"location":{"fmt":"kr","x":-42898.3,"y":-134968},"name":"Theonil","node":"Southwestern Gateway","packs":[{"id":"55184","img":"/items/new_icon/03_etc/10_free_tradeitem/00055184.png","level_requirement":"37","name":"Bush Spider Poison Sack","price":34686,"quantity":4,"type":4,"weight":"101.50"},{"id":"55185","img":"/items/new_icon/03_etc/10_free_tradeitem/00055185.png","level_requirement":"17","name":"Poisoned Arrowhead","price":12072,"quantity":6,"type":5,"weight":"54.00"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"308":{"center":{"x":"100047","y":"-3511.47","z":"-40753.6"},"contribution":3,"id":308,"links":[301,1135,1136],"location":{"fmt":"kr","x":99370,"y":-39347.5},"name":"Eastern Border","node_manager":{"id":50209,"location":{"fmt":"kr","x":100047,"y":-40754},"name":"Rundebarra","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"309":{"center":{"x":"68123.9","y":"-2021.4","z":"-85541.9"},"contribution":3,"id":309,"links":[305,323,324,346],"location":{"fmt":"kr","x":69943.7,"y":-86741.6},"name":"Eastern Gateway","node_manager":{"id":41036,"location":{"fmt":"kr","x":68124,"y":-85542},"name":"Hervano Tito","type":"npc"},"traders":{"41222":{"id":41222,"location":{"fmt":"kr","x":70647.8,"y":-84849.4},"name":"Breman","node":"Eastern Gateway","packs":[{"id":"55180","img":"/items/new_icon/03_etc/10_free_tradeitem/00055180.png","level_requirement":1,"name":"Pile of Scrap Iron","price":6870,"quantity":24,"type":9,"weight":"33.54"},{"id":"55181","img":"/items/new_icon/03_etc/10_free_tradeitem/00055181.png","level_requirement":1,"name":"Rebel Supply Package","price":15510,"quantity":8,"type":1,"weight":55.4}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"321":{"center":{"x":"9633.72","y":"1496.85","z":"-14916.7"},"childnodes":[407,431,432],"contribution":2,"id":321,"links":[303,347,407,431,432],"location":{"fmt":"kr","x":9948.75,"y":-14269.4},"name":"Alejandro Farm","node_manager":{"id":41030,"location":{"fmt":"kr","x":9634,"y":-14917},"name":"Amadeo Alejandro","type":"npc"},"traders":{"41030":{"id":41030,"location":{"fmt":"kr","x":9633.72,"y":-14916.7},"name":"Amadeo Alejandro","node":"Alejandro Farm","packs":[{"id":"55163","img":"/items/new_icon/03_etc/10_free_tradeitem/00055163.png","level_requirement":"17","name":"Golden Parasitic Bee Honey","price":12108,"quantity":6,"type":3,"weight":"49.61"},{"id":"55164","img":"/items/new_icon/03_etc/10_free_tradeitem/00055164.png","level_requirement":"46","name":"Alejandro's Royal Jelly","price":62520,"quantity":4,"type":2,"weight":"159.90"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"322":{"center":{"x":"9275.84","y":"-2367.88","z":"-56067.4"},"childnodes":[435,436,437,438],"contribution":2,"id":322,"links":[301,304,435,436,437,438],"location":{"fmt":"kr","x":13320.8,"y":-62420.7},"name":"Costa Farm","node_manager":{"id":41045,"location":{"fmt":"kr","x":5534,"y":-65667},"name":"Mael Costa","type":"npc"},"traders":{"41045":{"id":41045,"location":{"fmt":"kr","x":5534.49,"y":-65667.5},"name":"Mael Costa","node":"Costa Farm","packs":[{"id":"55167","img":"/items/new_icon/03_etc/10_free_tradeitem/00055167.png","level_requirement":"17","name":"Costa Potato Starch","price":13431,"quantity":6,"type":3,"weight":"49.59"},{"id":"55168","img":"/items/new_icon/03_etc/10_free_tradeitem/00055168.png","level_requirement":1,"name":"Costa Chemical-Free Fertilizer","price":16709,"quantity":8,"type":1,"weight":55.6}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"323":{"center":{"x":"73723.8","y":"-1352.6","z":"-70902.8"},"childnodes":[410,439,440,441],"contribution":2,"id":323,"links":[301,309,346,410,439,440,441],"location":{"fmt":"kr","x":71577.8,"y":-71092.9},"name":"Moretti Plantation","node_manager":{"id":41085,"location":{"fmt":"kr","x":73724,"y":-70903},"name":"Mercianne Moretti","type":"npc"},"traders":{"41085":{"id":41085,"location":{"fmt":"kr","x":73723.8,"y":-70902.8},"name":"Mercianne Moretti","node":"Moretti Plantation","packs":[{"id":"55169","img":"/items/new_icon/03_etc/10_free_tradeitem/00055169.png","level_requirement":1,"name":"Moretti Straw Pile","price":9636,"quantity":18,"type":1,"weight":50.7},{"id":"55170","img":"/items/new_icon/03_etc/10_free_tradeitem/00055170.png","level_requirement":"30","name":"Moretti Flax Fabric","price":27081,"quantity":4,"type":7,"weight":"90.60"},{"id":"55171","img":"/items/new_icon/03_etc/10_free_tradeitem/00055171.png","level_requirement":"19","name":"Moretti Flour Sack","price":13506,"quantity":5,"type":3,"weight":56}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"324":{"center":{"x":"89949","y":"-1408.96","z":"-100270"},"childnodes":[443],"contribution":1,"id":324,"links":[309,443,1136,1148],"location":{"fmt":"kr","x":89167.7,"y":-100577},"name":"Castle Ruins","node_manager":{"id":50203,"location":{"fmt":"kr","x":89949,"y":-100270},"name":"Ruben","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"325":{"center":{"x":"-11394.5","y":"3850.63","z":"-172515"},"childnodes":[447],"contribution":1,"id":325,"links":[307],"location":{"fmt":"kr","x":-23699.8,"y":-171934},"name":"Bloody Monastery","node_manager":{"id":50205,"location":{"fmt":"kr","x":-11384,"y":-172508},"name":"Annalynn","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"326":{"center":{"x":"36542.3","y":"-610.13","z":"-9346.36"},"childnodes":[451,452],"contribution":1,"id":326,"links":[303,451,452],"location":{"fmt":"kr","x":32502.9,"y":8868.56},"name":"Northern Heidel Quarry","node_manager":{"id":41050,"location":{"fmt":"kr","x":36542,"y":-9346},"name":"Jemkas Wyrmsbane","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"327":{"center":{"x":"22805.1","y":"3924.34","z":"-167375"},"childnodes":[455],"contribution":1,"id":327,"links":[305,455,1666],"location":{"fmt":"kr","x":35595,"y":-161993},"name":"Serendia Shrine","node_manager":{"id":50208,"location":{"fmt":"kr","x":22805,"y":-167375},"name":"Delfinio","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"328":{"center":{"x":"-42010.6","y":"7421.68","z":"-6764.91"},"childnodes":[459],"contribution":2,"id":328,"links":[341,459],"location":{"fmt":"kr","x":-40661.1,"y":-5787.49},"name":"Lynch Ranch","node_manager":{"id":41029,"location":{"fmt":"kr","x":-42011,"y":-6765},"name":"Murana Lynch","type":"npc"},"traders":{"41029":{"id":41029,"location":{"fmt":"kr","x":-42010.6,"y":-6764.91},"name":"Murana Lynch","node":"Lynch Ranch","packs":[{"id":"55165","img":"/items/new_icon/03_etc/10_free_tradeitem/00055165.png","level_requirement":1,"name":"Serendia Lynch Fleece","price":11540,"quantity":12,"type":7,"weight":50.4},{"id":"55166","img":"/items/new_icon/03_etc/10_free_tradeitem/00055166.png","level_requirement":"20","name":"Lynch Family's Secret Cannonball","price":16422,"quantity":4,"type":5,"weight":55.5}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"341":{"center":{"x":"-53939.5","y":"-2075.96","z":"-43625.8"},"childnodes":[463,464],"contribution":1,"id":341,"links":[328,347,371,372,463,464],"location":{"fmt":"kr","x":-54008.5,"y":-44849.4},"name":"Northern Plain of Serendia","node_manager":{"id":50211,"location":{"fmt":"kr","x":-53940,"y":-43626},"name":"Delanian","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"343":{"center":{"x":"-34801.3","y":"-2123.31","z":"-108074"},"childnodes":[471,472],"contribution":1,"id":343,"links":[302,471,472],"location":{"fmt":"kr","x":-33168.9,"y":-108733},"name":"Glish Swamp","node_manager":{"id":50201,"location":{"fmt":"kr","x":-34658,"y":-108136},"name":"Zegna","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"344":{"center":{"x":"11557.2","y":"-1522.44","z":"-134191"},"childnodes":[408,475,476],"contribution":1,"id":344,"links":[302,305,408,475,476],"location":{"fmt":"kr","x":10783.2,"y":-133512},"name":"Southern Cienaga","node_manager":{"id":50204,"location":{"fmt":"kr","x":11557,"y":-134191},"name":"Papa Fogan","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"345":{"center":{"x":"37478.7","y":"599.788","z":"-107868"},"childnodes":[479,480],"contribution":1,"id":345,"links":[304,305,479,480],"location":{"fmt":"kr","x":33421,"y":-110650},"name":"Glish Ruins","node_manager":{"id":41086,"location":{"fmt":"kr","x":37479,"y":-107868},"name":"Karu","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"346":{"center":{"x":"46353.8","y":"-2956.51","z":"-70889.2"},"childnodes":[409,483,484],"contribution":2,"id":346,"links":[304,309,323,409,483,484],"location":{"fmt":"kr","x":46692.7,"y":-71397.6},"name":"Northern Cienaga","node_manager":{"id":50202,"location":{"fmt":"kr","x":46354,"y":-70889},"name":"Ancient Naga Statue","type":"npc"},"traders":{"41032":{"id":41032,"location":{"fmt":"kr","x":34906.8,"y":-64349.8},"name":"Coco Elda","node":"Northern Cienaga","packs":[{"id":"55161","level_requirement":"17","name":"Fan Flamingo Egg","price":12150,"quantity":6,"type":3,"weight":"50.05"},{"id":"55162","level_requirement":1,"name":"Pumpkin Lamp","price":34428,"quantity":8,"type":1,"weight":"105.07"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"347":{"center":{"x":"-17993.4","y":"-3009.45","z":"-38133.4"},"childnodes":[487,488],"contribution":1,"id":347,"links":[301,306,321,341,487,488],"location":{"fmt":"kr","x":-19176.4,"y":-37246},"name":"Lynch Farm Ruins","node_manager":{"id":41093,"location":{"fmt":"kr","x":-17993,"y":-38133},"name":"Zara Lynch","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"371":{"center":{"x":"-93594.6","y":"2493.58","z":"-27371.4"},"contribution":3,"id":371,"links":[5,341,375],"location":{"fmt":"kr","x":-92204.5,"y":-28770},"name":"Biraghi Den","node_manager":{"id":50207,"location":{"fmt":"kr","x":-93526,"y":-27382},"name":"Etunar","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"372":{"center":{"x":"-94348","y":"-391.376","z":"-70887.4"},"contribution":1,"id":372,"links":[341,374,652],"location":{"fmt":"kr","x":-95809,"y":-72410.1},"name":"Bradie Fortress","node_manager":{"id":50206,"location":{"fmt":"kr","x":-94286,"y":-70883},"name":"Laodum","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"373":{"center":{"x":"-82512.8","y":"599.288","z":"-142702"},"contribution":3,"id":373,"links":[307,376,669,671],"location":{"fmt":"kr","x":-86218.6,"y":-143213},"name":"Southern Neutral Zone","node_manager":{"id":41026,"location":{"fmt":"kr","x":-82513,"y":-142702},"name":"Sara","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"374":{"center":{"x":"-83330.8","y":"-373.293","z":"-98390.9"},"contribution":3,"id":374,"links":[306,372,376,673],"location":{"fmt":"kr","x":-87229.7,"y":-95693.5},"name":"Orc Camp","node_manager":{"id":50212,"location":{"fmt":"kr","x":-83331,"y":-98391},"name":"Orc Hunter Buddy","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"375":{"center":{"x":"-135824","y":"9565.44","z":"-51319.8"},"childnodes":[619],"contribution":3,"id":375,"links":[371,619,626,633,652],"location":{"fmt":"kr","x":-132979,"y":-46168.8},"name":"Delphe Knights Castle","node_manager":{"id":43432,"location":{"fmt":"kr","x":-135824,"y":-51320},"name":"Margaret","type":"npc"},"traders":{"43433":{"id":43433,"location":{"fmt":"kr","x":-133004,"y":-46023.2},"name":"Granbill","node":"Delphe Knights Castle","packs":[{"id":"55222","img":"/items/new_icon/03_etc/10_free_tradeitem/00055222.png","level_requirement":"36","name":"Harpy Feather Fan","price":49356,"quantity":4,"type":2,"weight":"140.35"},{"id":"55223","img":"/items/new_icon/03_etc/10_free_tradeitem/00055223.png","level_requirement":"33","name":"Bunch of Soft Harpy Feather","price":22740,"quantity":6,"type":7,"weight":"67.80"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"376":{"center":{"x":"-66903.9","y":"-1605.4","z":"-106952"},"contribution":1,"id":376,"links":[373,374],"location":{"fmt":"kr","x":-67982.8,"y":-106786},"name":"Watchtower","node_manager":{"id":50213,"location":{"fmt":"kr","x":-66904,"y":-106952},"name":"Meldor","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"401":{"center":{"x":"41632.6","y":"-3503.47","z":"-49307.7"},"contribution":0,"id":401,"links":[301],"location":{"fmt":"kr","x":43076.9,"y":-50824.8},"name":"Luciano Pietro Investment Bank","parent":301,"primary_output":{"3":{"id":3,"img":"/items/new_icon/00000003_special.png","name":"Gold Ingot 10G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"5400 (Base)","zone":""},"402":{"center":{"x":"39092.6","y":"-986.555","z":"-29184.7"},"contribution":0,"id":402,"links":[301],"location":{"fmt":"kr","x":39007.7,"y":-29261.4},"name":"Siuta Investment Bank","parent":301,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"9000 (Base)","zone":""},"405":{"center":{"x":"-16699.5","y":"759.208","z":"-120442"},"contribution":0,"id":405,"links":[302],"location":{"fmt":"kr","x":-15071.3,"y":-118815},"name":"Freharau Investment Bank","parent":302,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"3600 (Base)","zone":""},"406":{"center":{"x":"-21722.6","y":"532.818","z":"-120918"},"contribution":0,"id":406,"links":[302],"location":{"fmt":"kr","x":-16605.1,"y":-116564},"name":"Larc Investment Bank","parent":302,"primary_output":{"3":{"id":3,"img":"/items/new_icon/00000003_special.png","name":"Gold Ingot 10G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"15000 (Base)","zone":""},"407":{"center":{"x":"7278.26","y":"1572.51","z":"-17968.5"},"contribution":1,"id":407,"links":[321],"location":{"fmt":"kr","x":6954.27,"y":-14663.4},"name":"Alejandro Farm - Specialties","parent":321,"primary_output":{"25007":{"id":55826,"name":"Alejandro's Special Honey"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"600 (Base)","zone":""},"408":{"center":{"x":"-2974.05","y":"-1498.11","z":"-129123"},"contribution":1,"id":408,"links":[344],"location":{"fmt":"kr","x":7867.67,"y":-130503},"name":"Southern Cienaga - Specialties","parent":344,"primary_output":{"55827":{"id":55827,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055827.png","name":"Secret Cultist Letter"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1200 (Base)","zone":""},"409":{"center":{"x":"37900","y":"-2419.25","z":"-63445.2"},"contribution":1,"id":409,"links":[346],"location":{"fmt":"kr","x":43475.9,"y":-68662.5},"name":"Northern Cienaga - Specialties","parent":346,"primary_output":{"7604":{"id":7604,"img":"/items/new_icon/03_etc/07_productmaterial/00007509.png","name":"Special Dwarf Mushroom Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"2000 (Base)","zone":""},"410":{"center":{"x":"74262.8","y":"-1366.36","z":"-72521.7"},"contribution":1,"id":410,"links":[323],"location":{"fmt":"kr","x":73605.6,"y":-72541},"name":"Moretti Plantation - Specialties","parent":323,"primary_output":{"7593":{"id":7593,"img":"/items/new_icon/03_etc/07_productmaterial/00007425.png","name":"Special Wheat Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1000 (Base)","zone":""},"431":{"center":{"x":"10181.4","y":"1505.62","z":"-14475.6"},"contribution":1,"id":431,"links":[321],"location":{"fmt":"kr","x":8291.83,"y":-10686.4},"name":"Alejandro Farm - Pumpkin Farming","parent":321,"primary_output":{"7306":{"id":7306,"img":"/items/new_icon/03_etc/07_productmaterial/00007306.png","name":"Pumpkin"}},"type":"Farm","workload":"100 (Base)","zone":""},"432":{"center":{"x":"10606.4","y":"1505.49","z":"-14207.8"},"contribution":1,"id":432,"links":[321],"location":{"fmt":"kr","x":8387.79,"y":-19540.2},"name":"Alejandro Farm - Honey Production","parent":321,"primary_output":{"7702":{"id":7702,"img":"/items/new_icon/03_etc/07_productmaterial/00007702.png","name":"Cooking Honey"}},"type":"Farm","workload":"100 (Base)","zone":""},"435":{"center":{"x":"17481","y":"-1907.41","z":"-55567.8"},"contribution":1,"id":435,"links":[322],"location":{"fmt":"kr","x":11543.3,"y":-56882.4},"name":"Costa Farm - Wheat Farming","parent":322,"primary_output":{"7001":{"id":7001,"img":"/items/new_icon/03_etc/07_productmaterial/00007001.png","name":"Wheat"}},"type":"Farm","workload":"100 (Base)","zone":""},"436":{"center":{"x":"11484.6","y":"-2312.38","z":"-55444.2"},"contribution":1,"id":436,"links":[322],"location":{"fmt":"kr","x":16946.8,"y":-56778.3},"name":"Costa Farm - Pumpkin Farming","parent":322,"primary_output":{"7306":{"id":7306,"img":"/items/new_icon/03_etc/07_productmaterial/00007306.png","name":"Pumpkin"}},"type":"Farm","workload":"100 (Base)","zone":""},"437":{"center":{"x":"10033.3","y":"-2413.07","z":"-55486.8"},"contribution":1,"id":437,"links":[322],"location":{"fmt":"kr","x":11108,"y":-61069.6},"name":"Costa Farm - Specialties","parent":322,"primary_output":{"25007":{"id":7584,"name":"Special Pumpkin Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"2700 (Base)","zone":""},"438":{"center":{"x":"15094.6","y":"-1862.79","z":"-56423.9"},"contribution":1,"id":438,"links":[322],"location":{"fmt":"kr","x":14172.4,"y":-59738},"name":"Costa Farm - Flax Farming","parent":322,"primary_output":{"5802":{"id":5802,"img":"/items/new_icon/03_etc/07_productmaterial/00005802.png","name":"Flax"}},"type":"Farm","workload":"100 (Base)","zone":""},"439":{"center":{"x":"69729.6","y":"-1416.81","z":"-67668.6"},"contribution":1,"id":439,"links":[323],"location":{"fmt":"kr","x":71427,"y":-64802.7},"name":"Moretti Plantation - Wheat Farming","parent":323,"primary_output":{"7001":{"id":7001,"img":"/items/new_icon/03_etc/07_productmaterial/00007001.png","name":"Wheat"}},"type":"Farm","workload":"100 (Base)","zone":""},"440":{"center":{"x":"71541.8","y":"-1663.82","z":"-75542.9"},"contribution":1,"id":440,"links":[323],"location":{"fmt":"kr","x":72323.9,"y":-75440.4},"name":"Moretti Plantation - Flax Farming","parent":323,"primary_output":{"5802":{"id":5802,"img":"/items/new_icon/03_etc/07_productmaterial/00005802.png","name":"Flax"}},"secondary_output":{"5852":{"id":5852,"img":"/items/new_icon/03_etc/07_productmaterial/00005852.png","name":"Flax Thread"}},"type":"Farm","workload":"100 (Base)","zone":""},"441":{"center":{"x":"75120.1","y":"-1357.44","z":"-70166.1"},"contribution":1,"hidden":true,"id":441,"links":[323],"location":{"fmt":"kr","x":74769.8,"y":-71259.9},"name":"Moretti Safe Zone","parent":323,"type":"Connection","zone":""},"443":{"center":{"x":"88935","y":"-1536.01","z":"-100208"},"contribution":1,"id":443,"links":[324],"location":{"fmt":"kr","x":92795.6,"y":-96426},"name":"Castle Ruins - Lumbering","parent":324,"primary_output":{"4602":{"id":4602,"img":"/items/new_icon/03_etc/07_productmaterial/00004602.png","name":"Maple Timber"}},"secondary_output":{"5002":{"id":5002,"img":"/items/new_icon/03_etc/07_productmaterial/00005002.png","name":"Maple Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"451":{"center":{"x":"34033.1","y":"-4336.97","z":"8039.14"},"contribution":1,"id":451,"links":[326],"location":{"fmt":"kr","x":32933.8,"y":204.605},"name":"Northern Heidel Quarry - Mining","parent":326,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"452":{"center":{"x":"33642.3","y":"-4361.48","z":"7985.83"},"contribution":1,"id":452,"links":[326],"location":{"fmt":"kr","x":31991.4,"y":16113.7},"name":"Northern Heidel Quarry - Mining","parent":326,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"75 (Base)","zone":""},"455":{"center":{"x":"35789.1","y":"1626.57","z":"-161535"},"contribution":1,"id":455,"links":[327],"location":{"fmt":"kr","x":31551,"y":-166975},"name":"Serendia Shrine - Lumbering","parent":327,"primary_output":{"4603":{"id":4603,"img":"/items/new_icon/03_etc/07_productmaterial/00004603.png","name":"Pine Timber"}},"secondary_output":{"5007":{"id":5007,"img":"/items/new_icon/03_etc/07_productmaterial/00005007.png","name":"Monk's Branch"}},"type":"Forest","workload":"75 (Base)","zone":""},"459":{"center":{"x":"-41945","y":"7423.4","z":"-6871.09"},"contribution":1,"id":459,"links":[328],"location":{"fmt":"kr","x":-37591.8,"y":-9253.38},"name":"Lynch Ranch - Fleece Production","parent":328,"primary_output":{"5804":{"id":5804,"img":"/items/new_icon/03_etc/07_productmaterial/00005804.png","name":"Fleece"}},"secondary_output":{"5854":{"id":5854,"img":"/items/new_icon/03_etc/07_productmaterial/00005854.png","name":"Knitting Yarn"}},"type":"Farm","workload":"100 (Base)","zone":""},"463":{"center":{"x":"-53785.8","y":"-2189.01","z":"-44130.8"},"contribution":1,"id":463,"links":[341],"location":{"fmt":"kr","x":-49522.6,"y":-46619},"name":"Northern Plain of Serendia - Gathering","parent":341,"primary_output":{"5402":{"id":5402,"img":"/items/new_icon/03_etc/07_productmaterial/00005402.png","name":"Silver Azalea"}},"secondary_output":{"5422":{"id":5422,"img":"/items/new_icon/03_etc/07_productmaterial/00005422.png","name":"Bunch of Silver Azaleas"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"464":{"center":{"x":"-54866.1","y":"-2296.15","z":"-44270.6"},"contribution":1,"id":464,"links":[341],"location":{"fmt":"kr","x":-54160.1,"y":-48939.6},"name":"Northern Plain of Serendia - Lumbering","parent":341,"primary_output":{"4602":{"id":4602,"img":"/items/new_icon/03_etc/07_productmaterial/00004602.png","name":"Maple Timber"}},"secondary_output":{"5011":{"id":5011,"img":"/items/new_icon/03_etc/07_productmaterial/00005011.png","name":"Red Tree Lump"}},"type":"Forest","workload":"100 (Base)","zone":""},"471":{"center":{"x":"-33091.4","y":"-2209.27","z":"-108752"},"contribution":1,"id":471,"links":[343],"location":{"fmt":"kr","x":-28994.6,"y":-106977},"name":"Glish Swamp - Gathering","parent":343,"primary_output":{"5410":{"id":5410,"img":"/items/new_icon/03_etc/07_productmaterial/00005410.png","name":"Cloud Mushroom"}},"secondary_output":{"5429":{"id":5429,"img":"/items/new_icon/03_etc/07_productmaterial/00005429.png","name":"Big Cloud Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"472":{"center":{"x":"-33068","y":"-2212.52","z":"-109096"},"contribution":1,"id":472,"links":[343],"location":{"fmt":"kr","x":-39880.3,"y":-111447},"name":"Glish Swamp - Mining","parent":343,"primary_output":{"4002":{"id":4002,"img":"/items/new_icon/03_etc/07_productmaterial/00004002.png","name":"Lead Ore"}},"secondary_output":{"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"100 (Base)","zone":""},"473":{"center":{"x":"-16430.5","y":"-587.08","z":"-111168"},"contribution":0,"id":473,"links":[302],"location":{"fmt":"kr","x":-20880,"y":-119950},"name":"Glish - Specialties","parent":302,"primary_output":{"25007":{"id":7605,"name":"Special Cloud Mushroom Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"2700 (Base)","zone":""},"475":{"center":{"x":"11632.4","y":"-1742.49","z":"-133152"},"contribution":1,"id":475,"links":[344],"location":{"fmt":"kr","x":17813.9,"y":-137210},"name":"Southern Cienaga - Gathering","parent":344,"primary_output":{"5410":{"id":5410,"img":"/items/new_icon/03_etc/07_productmaterial/00005410.png","name":"Cloud Mushroom"}},"secondary_output":{"5429":{"id":5429,"img":"/items/new_icon/03_etc/07_productmaterial/00005429.png","name":"Big Cloud Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"476":{"center":{"x":"12009.4","y":"-1732.74","z":"-132752"},"contribution":1,"id":476,"links":[344],"location":{"fmt":"kr","x":7934.79,"y":-127186},"name":"Southern Cienaga - Mining","parent":344,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4407":{"id":4407,"img":"/items/new_icon/03_etc/07_productmaterial/00004407.png","name":"Rough Mud Crystal"}},"type":"Mine","workload":"75 (Base)","zone":""},"479":{"center":{"x":"37257.2","y":"378.647","z":"-109693"},"contribution":1,"hidden":true,"id":479,"links":[345],"location":{"fmt":"kr","x":31255.3,"y":-114905},"name":"Glish Ruins - Gathering","parent":345,"type":"Connection","zone":""},"480":{"center":{"x":"37442.1","y":"367.789","z":"-108959"},"contribution":1,"id":480,"links":[345],"location":{"fmt":"kr","x":37597.4,"y":-110643},"name":"Glish Ruins - Excavation","parent":345,"primary_output":{"44118":{"id":44118,"img":"/items/new_icon/03_etc/04_dropitem/00044118.png","name":"Black Dirt"}},"requirement":"35 Energy from Karu (Glish Ruins Node Manager)","secondary_output":{"5957":{"id":5957,"img":"/items/new_icon/03_etc/07_productmaterial/00005957.png","name":"Trace of Origin"},"5959":{"id":5959,"img":"/items/new_icon/03_etc/07_productmaterial/00005959.png","name":"Trace of Hunting"},"44065":{"id":44065,"img":"/items/new_icon/03_etc/04_dropitem/00044065.png","name":"Sharp Helmet Fragment"},"44066":{"id":44066,"img":"/items/new_icon/03_etc/04_dropitem/00044066.png","name":"Sharp Club Fragment"}},"type":"Mine","workload":"600 (Base)","zone":""},"483":{"center":{"x":"45045.1","y":"-3061.77","z":"-72349.7"},"contribution":1,"id":483,"links":[346],"location":{"fmt":"kr","x":53067.5,"y":-73307.5},"name":"Northern Cienaga - Gathering","parent":346,"primary_output":{"5409":{"id":5409,"img":"/items/new_icon/03_etc/07_productmaterial/00005409.png","name":"Dwarf Mushroom"}},"secondary_output":{"5428":{"id":5428,"img":"/items/new_icon/03_etc/07_productmaterial/00005428.png","name":"Big Dwarf Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"484":{"center":{"x":"43403.6","y":"-3111.77","z":"-72912"},"contribution":1,"hidden":true,"id":484,"links":[346],"location":{"fmt":"kr","x":49704.2,"y":-66287.2},"name":"Northern Cienaga - Mining","parent":346,"type":"Connection","zone":""},"487":{"center":{"x":"-25336.6","y":"-2481.12","z":"-35864.1"},"contribution":1,"id":487,"links":[347],"location":{"fmt":"kr","x":-24642.2,"y":-35935.3},"name":"Lynch Farm Ruins - Gathering","parent":347,"primary_output":{"5402":{"id":5402,"img":"/items/new_icon/03_etc/07_productmaterial/00005402.png","name":"Silver Azalea"}},"secondary_output":{"5422":{"id":5422,"img":"/items/new_icon/03_etc/07_productmaterial/00005422.png","name":"Bunch of Silver Azaleas"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"488":{"center":{"x":"-24555.4","y":"-2514.08","z":"-35690"},"contribution":1,"id":488,"links":[347],"location":{"fmt":"kr","x":-21632.9,"y":-33714.6},"name":"Lynch Farm Ruins - Excavation","parent":347,"primary_output":{"44253":{"id":44253,"img":"/items/new_icon/03_etc/04_dropitem/00044253.png","name":"Altar Imp's Broken Trumpet"}},"requirement":"35 Energy from Zara Lynch (Lynch Farm Ruins Node Manager)","secondary_output":{"5956":{"id":5956,"img":"/items/new_icon/03_etc/07_productmaterial/00005956.png","name":"Trace of Savagery"},"5959":{"id":5959,"img":"/items/new_icon/03_etc/07_productmaterial/00005959.png","name":"Trace of Hunting"},"44119":{"id":44119,"img":"/items/new_icon/03_etc/04_dropitem/00044119.png","name":"Wagon Wheel"},"44121":{"id":44121,"img":"/items/new_icon/03_etc/04_dropitem/00044121.png","name":"Cloth from the Altar Imp Barracks"}},"type":"Mine","workload":"600 (Base)","zone":""},"601":{"center":{"x":"-249688","y":"-3046.75","z":"-53111.5"},"childnodes":[605,606,607,610,801,961,962,963],"contribution":0,"id":601,"links":[605,606,607,610,621,630,633,661,665,712,801,961,962,963],"location":{"fmt":"kr","x":-250206,"y":-53631.2},"name":"Calpheon","notes":"

Transport links to: Olvia, Velia, Heidel, Glish, Keplan, Trent, Epheria Port, Tarif

","traders":{"42005":{"id":42005,"location":{"fmt":"kr","x":-253871,"y":-31374.2},"name":"Harden","node":"Calpheon","packs":[{"id":"55207","img":"/items/new_icon/03_etc/10_free_tradeitem/00055207.png","level_requirement":"27","name":"Teviral Scented Candle","price":37644,"quantity":5,"type":2,"weight":"143.60"},{"id":"55208","img":"/items/new_icon/03_etc/10_free_tradeitem/00055208.png","level_requirement":"35","name":"Emperor’s Portrait","price":48204,"quantity":4,"type":2,"weight":"153.94"},{"id":"55209","img":"/items/new_icon/03_etc/10_free_tradeitem/00055209.png","level_requirement":1,"name":"Calpheon Slum Antique","price":21426,"quantity":14,"type":1,"weight":"68.70"},{"id":"55210","img":"/items/new_icon/03_etc/10_free_tradeitem/00055210.png","level_requirement":"27","name":"Calpheon Slum Aid","price":18744,"quantity":12,"type":4,"weight":"68.34"}],"role":"Trade Manager (North Gate)","type":"Trade Manager"},"42013":{"id":42013,"location":{"fmt":"kr","x":-233736,"y":-47917.6},"name":"Lindsiyana Herba","node":"Calpheon","packs":[{"id":"55201","level_requirement":"47","name":"Stimi Chandelier","price":63840,"quantity":4,"type":2,"weight":"182.00"},{"id":"55202","level_requirement":"27","name":"Aurobyl Fabric","price":18774,"quantity":18,"type":7,"weight":"75.90"},{"id":"55203","level_requirement":1,"name":"Pallet Moving Set","price":22776,"quantity":14,"type":1,"weight":"75.33"},{"id":"55204","level_requirement":"29","name":"Packaged Pig Barbeque","price":20148,"quantity":10,"type":3,"weight":"73.60"},{"id":"55205","level_requirement":"51","name":"Cannon Mold","price":34560,"quantity":5,"type":5,"weight":"88.64"},{"id":"55206","level_requirement":"42","name":"Calpheon Workshop Steel Ingot","price":28620,"quantity":10,"type":9,"weight":"83.25"}],"role":"Trade Manager (East Gate)","type":"Trade Manager"},"42026":{"id":42026,"location":{"fmt":"kr","x":-248934,"y":-76192.2},"name":"Wolfgang","node":"Calpheon","packs":[{"id":"55243","level_requirement":1,"name":"Pack of Old Books","price":20712,"quantity":18,"type":1,"weight":"81.72"},{"id":"55244","level_requirement":"45","name":"Bunch of High-Quality Parchment","price":61212,"quantity":4,"type":2,"weight":"163.20"},{"id":"55245","level_requirement":"38","name":"Valkyrie Painkiller","price":26076,"quantity":5,"type":4,"weight":"77.44"}],"role":"Trade Manager (South Gate)","type":"Trade Manager"},"42113":{"id":42113,"location":{"fmt":"kr","x":-254374,"y":-31706},"name":"Demiel Batian","node":"Calpheon","packs":[{"id":"55631","level_requirement":1,"name":"★ Loah Perfume","price":46000,"type":0,"weight":138},{"id":"55632","level_requirement":1,"name":"★ Shiny Cannonball","price":56000,"type":0,"weight":168},{"id":"55633","level_requirement":1,"name":"★ Bundle of 100 Wood for Barricades","price":77000,"type":0,"weight":231},{"id":"55634","level_requirement":1,"name":"★ Red Gemstone Lip Gloss","price":51000,"type":0,"weight":153},{"id":"55635","level_requirement":1,"name":"★ Silver Magnifying Glasses","price":66000,"type":0,"weight":198},{"id":"55636","level_requirement":1,"name":"★ Herb Diamond Ring","price":72000,"type":0,"weight":216},{"id":"55637","level_requirement":1,"name":"★ Trent Top-Quality Whisky","price":49000,"type":0,"weight":147},{"id":"55638","level_requirement":1,"name":"★ Spellbound Glass Shoes","price":62000,"type":0,"weight":186},{"id":"55639","level_requirement":1,"name":"★ Bundle of 100 Swords for Knights","price":72000,"type":0,"weight":216},{"id":"55640","level_requirement":1,"name":"★ Calpheon Silverware Set","price":41000,"type":0,"weight":123},{"id":"55641","level_requirement":1,"name":"★ Spellbound Silver Dagger","price":57000,"type":0,"weight":171},{"id":"55642","level_requirement":1,"name":"★ Resplendent Sapphire Earring","price":70000,"type":0,"weight":210},{"id":"55643","level_requirement":1,"name":"★ Silver Star-Shaped Earring","price":35000,"type":0,"weight":105},{"id":"55644","level_requirement":1,"name":"★ Snail Slime Cream","price":62000,"type":0,"weight":186},{"id":"55645","level_requirement":1,"name":"★ Bundle of 100 Hides for Horse Saddles","price":69000,"type":0,"weight":207}],"type":"Imperial"},"42161":{"id":42161,"location":{"fmt":"kr","x":-249732.07027027,"y":-37954.4303463442},"name":"Mysterious Man","node":"Calpheon","packs":[{"id":"55716","img":"/items/new_icon/03_etc/10_free_tradeitem/00055716.png","level_requirement":"31","name":"Protester Supplies","price":30000,"quantity":1,"type":0,"weight":165.5},{"id":"55704","img":"/items/new_icon/03_etc/10_free_tradeitem/00055704.png","level_requirement":"36","name":"Emperor's Artifact","price":55000,"quantity":1,"type":0,"weight":168},{"id":"55710","img":"/items/new_icon/03_etc/10_free_tradeitem/00055710.png","level_requirement":"41","name":"Unauthorized Whisky","price":35000,"quantity":1,"type":0,"weight":172}],"type":"Smuggler"}},"type":"City","zone":""},"602":{"center":{"x":"-152284","y":"-1499.49","z":"-146923"},"childnodes":[809,810],"contribution":0,"id":602,"links":[654,669,674,677,809,810],"location":{"fmt":"kr","x":-156258,"y":-152556},"name":"Keplan","notes":"

Transport links to: Calpheon, Trent, Epheria Port

","traders":{"42162":{"id":42162,"location":{"fmt":"kr","x":-156731.464631873,"y":-150023.781198461},"name":"Mysterious Man","node":"Keplan","packs":[{"id":"55706","img":"/items/new_icon/03_etc/10_free_tradeitem/00055706.png","level_requirement":"31","name":"Big Black Stone Nugget","price":35000,"quantity":1,"type":0,"weight":180},{"id":"55712","img":"/items/new_icon/03_etc/10_free_tradeitem/00055712.png","level_requirement":"36","name":"Improved Gunpowder","price":46000,"quantity":1,"type":0,"weight":182},{"id":"55718","img":"/items/new_icon/03_etc/10_free_tradeitem/00055718.png","level_requirement":"41","name":"Red Birthstone","price":79000,"quantity":1,"type":0,"weight":220}],"type":"Smuggler"},"43010":{"id":43010,"location":{"fmt":"kr","x":-149026,"y":-144961},"name":"Hamir","node":"Keplan","packs":[{"id":"55246","img":"/items/new_icon/03_etc/10_free_tradeitem/00055246.png","level_requirement":"31","name":"Black Leopard Shard","price":42852,"quantity":4,"type":2,"weight":"141.36"},{"id":"55247","img":"/items/new_icon/03_etc/10_free_tradeitem/00055247.png","level_requirement":"31","name":"Ominous Black Mercury","price":21474,"quantity":11,"type":4,"weight":"72.96"},{"id":"55248","img":"/items/new_icon/03_etc/10_free_tradeitem/00055248.png","level_requirement":"12","name":"Chimera’s Black Fragment","price":8850,"quantity":21,"type":4,"weight":40.1},{"id":"55249","img":"/items/new_icon/03_etc/10_free_tradeitem/00055249.png","level_requirement":"47","name":"Ominous Black Ore","price":31926,"quantity":10,"type":9,"weight":"82.95"},{"id":"55250","img":"/items/new_icon/03_etc/10_free_tradeitem/00055250.png","level_requirement":"35","name":"Miner's Work Uniform","price":24084,"quantity":8,"type":7,"weight":"76.38"},{"id":"55251","img":"/items/new_icon/03_etc/10_free_tradeitem/00055251.png","level_requirement":1,"name":"Anti-Petrifying Amulet","price":26058,"quantity":12,"type":1,"weight":"78.54"},{"id":"55252","img":"/items/new_icon/03_etc/10_free_tradeitem/00055252.png","level_requirement":"46","name":"Keplan Ginger Tea","price":31380,"quantity":5,"type":3,"weight":"81.00"}],"type":"Trade Manager"}},"type":"Town","zone":""},"603":{"center":{"x":"-166912","y":"5885.52","z":"52937.7"},"childnodes":[612,805,806,807],"contribution":1,"id":603,"links":[72,612,625,631,805,806,807],"location":{"fmt":"kr","x":-170864,"y":54744.5},"name":"Florin","traders":{"42205":{"id":42205,"location":{"fmt":"kr","x":-175704,"y":49769.3},"name":"Loria","node":"Florin","packs":[{"id":"55217","img":"/items/new_icon/03_etc/10_free_tradeitem/00055217.png","level_requirement":"27","name":"Valentine Salve","price":18708,"quantity":15,"type":4,"weight":"64.48"},{"id":"55218","img":"/items/new_icon/03_etc/10_free_tradeitem/00055218.png","level_requirement":1,"name":"Caphras Steamer","price":21354,"quantity":16,"type":1,"weight":"70.56"},{"id":"55219","img":"/items/new_icon/03_etc/10_free_tradeitem/00055219.png","level_requirement":"47","name":"Florin Scented Candle","price":63792,"quantity":4,"type":2,"weight":"161.10"},{"id":"55220","img":"/items/new_icon/03_etc/10_free_tradeitem/00055220.png","level_requirement":"36","name":"Nymph Outfit Set","price":24714,"quantity":5,"type":7,"weight":"72.36"},{"id":"55221","img":"/items/new_icon/03_etc/10_free_tradeitem/00055221.png","level_requirement":"31","name":"Dried Cornelian Cherry","price":21402,"quantity":6,"type":3,"weight":"78.03"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Calpheon"},"604":{"center":{"x":"-351453","y":"-4678.58","z":"41756"},"childnodes":[832],"contribution":0,"id":604,"links":[71,634,832,1063],"location":{"fmt":"kr","x":-355616,"y":32649.6},"name":"Port Epheria","notes":"

Transport links to: Calpheon, Keplan, Trent, Altinova, Ancado Inner Harbor

","traders":{"42301":{"id":42301,"location":{"fmt":"kr","x":-356158,"y":26809.2},"name":"Olivino Grolin","node":"Epheria Port","packs":[{"id":"55211","img":"/items/new_icon/03_etc/10_free_tradeitem/00055211.png","level_requirement":1,"name":"Epheria Fish Harpoon","price":15613,"quantity":10,"type":1,"weight":"75.45"},{"id":"55212","img":"/items/new_icon/03_etc/10_free_tradeitem/00055212.png","level_requirement":1,"name":"Silver Fish Skin","price":17571,"quantity":10,"type":1,"weight":"75.45"},{"id":"55213","img":"/items/new_icon/03_etc/10_free_tradeitem/00055213.png","level_requirement":"49","name":"Pearl Necklace","price":33306,"quantity":4,"type":2,"weight":"143.20"},{"id":"55214","img":"/items/new_icon/03_etc/10_free_tradeitem/00055214.png","level_requirement":"35","name":"Epheria Floating Bomb","price":14400,"quantity":7,"type":5,"weight":"66.72"},{"id":"55215","img":"/items/new_icon/03_etc/10_free_tradeitem/00055215.png","level_requirement":"28","name":"Epheria Fish Oil","price":11682,"quantity":18,"type":7,"weight":"60.61"},{"id":"55216","img":"/items/new_icon/03_etc/10_free_tradeitem/00055216.png","level_requirement":"32","name":"Fish Sausage","price":13194,"quantity":10,"type":3,"weight":"63.84"}],"type":"Trade Manager"}},"type":"Town","zone":""},"605":{"center":{"x":"-235997","y":"4642.84","z":"-80897.1"},"contribution":0,"id":605,"links":[601],"location":{"fmt":"kr","x":-234969,"y":-76279.8},"name":"Enrique Encarotia Investment Bank","parent":601,"primary_output":{"5":{"id":5,"img":"/items/new_icon/00000005_special.png","name":"Gold Ingot 1000G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"21000 (Base)","zone":""},"606":{"center":{"x":"-264318","y":"-1532.57","z":"-65791.6"},"contribution":0,"id":606,"links":[601],"location":{"fmt":"kr","x":-264325,"y":-65763.3},"name":"Lehard Mertenan Investment Bank","parent":601,"primary_output":{"4":{"id":4,"img":"/items/new_icon/00000004_special.png","name":"Gold Ingot 100G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"12000 (Base)","zone":""},"607":{"center":{"x":"-262303","y":"-1162.94","z":"-40374.9"},"contribution":0,"id":607,"links":[601],"location":{"fmt":"kr","x":-263038,"y":-39722.3},"name":"Luolo Grebe Investment Bank","parent":601,"primary_output":{"3":{"id":3,"img":"/items/new_icon/00000003_special.png","name":"Gold Ingot 10G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"608":{"center":{"x":"-378010","y":"10561.4","z":"-229988"},"childnodes":[915],"contribution":0,"id":608,"links":[718,719,915],"location":{"fmt":"kr","x":-380399,"y":-229238},"name":"Trent","notes":"

Transport links to: Calpheon, Keplan, Epheria Port

","traders":{"43310":{"id":43310,"location":{"fmt":"kr","x":-378511,"y":-229641},"name":"Rikta","node":"Trent","packs":[{"id":"55276","level_requirement":"35","name":"Steel Tree Bark","price":23994,"quantity":10,"type":9,"weight":"65.91"},{"id":"55277","level_requirement":1,"name":"Trent Carpentry Tool","price":20694,"quantity":20,"type":1,"weight":"71.76"},{"id":"55278","level_requirement":1,"name":"Spirit of Earth Sculpture","price":8280,"quantity":36,"type":1,"weight":"44.32"},{"id":"55279","level_requirement":"49","name":"Trent Specialty Wood","price":33264,"quantity":10,"type":9,"weight":"83.10"},{"id":"55280","level_requirement":"33","name":"Forest Camouflage","price":22734,"quantity":7,"type":7,"weight":"73.80"},{"id":"55281","level_requirement":"45","name":"Amber Accessory","price":61176,"quantity":4,"type":2,"weight":"145.55"}],"type":"Trade Manager"}},"type":"Town","zone":""},"609":{"center":{"x":"-286407","y":"4733.77","z":"-239541"},"childnodes":[964],"contribution":1,"id":609,"links":[720,723,964],"location":{"fmt":"kr","x":-286482,"y":-237489},"name":"Behr","traders":{"43402":{"id":43402,"location":{"fmt":"kr","x":-284415,"y":-229429},"name":"Triee","node":"Behr","packs":[{"id":"55283","img":"/items/new_icon/03_etc/10_free_tradeitem/00055283.png","level_requirement":"32","name":"Behr Bugle","price":44256,"quantity":4,"type":2,"weight":"132.33"},{"id":"55284","img":"/items/new_icon/03_etc/10_free_tradeitem/00055284.png","level_requirement":1,"name":"Trained Pigeon","price":24756,"quantity":14,"type":1,"weight":"68.51"},{"id":"55285","img":"/items/new_icon/03_etc/10_free_tradeitem/00055285.png","level_requirement":"27","name":"Behr Sausage","price":18804,"quantity":12,"type":3,"weight":"68.70"},{"id":"55286","img":"/items/new_icon/03_etc/10_free_tradeitem/00055286.png","level_requirement":"37","name":"Behr Leather Fabric","price":25440,"quantity":5,"type":7,"weight":"76.20"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Calpheon"},"610":{"center":{"x":"-242309","y":"-3247.1","z":"-44340.5"},"contribution":0,"id":610,"links":[601],"location":{"fmt":"kr","x":-241878,"y":-44460.1},"name":"Basquean Ljurik Investment Bank","parent":601,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"5400 (Base)","zone":""},"611":{"center":{"x":"-211720","y":"-1287.76","z":"-7894.47"},"contribution":1,"id":611,"links":[628],"location":{"fmt":"kr","x":-212939,"y":-7288.88},"name":"Norma Leight Investment Bank","parent":628,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"612":{"center":{"x":"-167448","y":"5781.91","z":"52189.7"},"contribution":1,"id":612,"links":[603],"location":{"fmt":"kr","x":-170373,"y":52688.7},"name":"Valentine Investment Bank","parent":603,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"613":{"center":{"x":"-200686","y":"-2711.92","z":"-64347.7"},"contribution":1,"id":613,"links":[661],"location":{"fmt":"kr","x":-200742,"y":-63991.8},"name":"Falres Dirt Farm - Specialties","parent":661,"primary_output":{"25007":{"id":55828,"name":"Milky Corn Bread"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1400 (Base)","zone":""},"614":{"center":{"x":"-348216","y":"10645.5","z":"-248779"},"contribution":1,"id":614,"links":[719],"location":{"fmt":"kr","x":-347262,"y":-253711},"name":"Longleaf Tree Sentry Post - Specialties","parent":719,"primary_output":{"25007":{"id":55829,"name":"Scout's Plume Arrow"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"615":{"center":{"x":"-213837","y":"-2168.26","z":"-30988.5"},"contribution":1,"id":615,"links":[633],"location":{"fmt":"kr","x":-212224,"y":-32585.7},"name":"Dias Farm - Specialties","parent":633,"primary_output":{"7589":{"id":7589,"img":"/items/new_icon/03_etc/07_productmaterial/00007411.png","name":"Special Tomato Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"2750 (Base)","zone":""},"616":{"center":{"x":"-291796","y":"-1496.23","z":"-70967.2"},"contribution":1,"id":616,"links":[712],"location":{"fmt":"kr","x":-292142,"y":-68362.4},"name":"Gabino Farm - Specialties","parent":712,"primary_output":{"7586":{"id":7586,"img":"/items/new_icon/03_etc/07_productmaterial/00007408.png","name":"Special Sunflower Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"3050 (Base)","zone":""},"617":{"center":{"x":"-249487","y":"-1277.27","z":"-137326"},"contribution":1,"id":617,"links":[663],"location":{"fmt":"kr","x":-248562,"y":-138748},"name":"Bain Farm - Specialties","parent":663,"primary_output":{"7594":{"id":7594,"img":"/items/new_icon/03_etc/07_productmaterial/00007426.png","name":"Special Corn Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1050 (Base)","zone":""},"618":{"center":{"x":"-118806","y":"3228.57","z":"-176983"},"contribution":1,"id":618,"links":[670],"location":{"fmt":"kr","x":-118686,"y":-176472},"name":"Gianin Farm - Specialties","parent":670,"primary_output":{"25007":{"id":7600,"name":"Special Silk Honey Grass Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1110 (Base)","zone":""},"619":{"center":{"x":"-136745","y":"2790.2","z":"-53330.8"},"contribution":1,"id":619,"links":[375],"location":{"fmt":"kr","x":-134991,"y":-44793.3},"name":"Delphe Knights Castle - Specialties","parent":375,"primary_output":{"55860":{"id":55860,"name":"Red Crystal Amulet of Lovers"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1475 (Base)","zone":""},"621":{"center":{"x":"-276109","y":"-1852.23","z":"-28524.3"},"contribution":1,"id":621,"links":[601,632,636],"location":{"fmt":"kr","x":-277836,"y":-28615.3},"name":"Abandoned Land","node_manager":{"id":43450,"location":{"fmt":"kr","x":-276109,"y":-28524},"name":"Bipache","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"622":{"center":{"x":"-297268","y":"-1873.23","z":"31545.5"},"childnodes":[834,835],"contribution":1,"id":622,"links":[632,834,835],"location":{"fmt":"kr","x":-300849,"y":21103.5},"name":"Quint Hill","node_manager":{"id":50402,"location":{"fmt":"kr","x":-297268,"y":31546},"name":"Badoru","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"623":{"center":{"x":"-260018","y":"-1360.87","z":"8127.2"},"contribution":3,"id":623,"links":[630,632,637,638],"location":{"fmt":"kr","x":-258727,"y":8877.26},"name":"Anti-Troll Fortification","node_manager":{"id":50403,"location":{"fmt":"kr","x":-260018,"y":8127},"name":"Andre Vidal","type":"npc"},"traders":{"50403":{"id":50403,"location":{"fmt":"kr","x":-260018,"y":8127.2},"name":"Andre Vidal","node":"Anti-Troll Fortification","packs":[{"id":55225,"level_requirement":34,"name":"Dented Steel Armor","price":23370,"quantity":5,"type":5,"weight":"67.20"},{"id":"55229","img":"/items/new_icon/03_etc/10_free_tradeitem/00055229.png","level_requirement":"38","name":"Retrieved Troop Shield","price":25926,"quantity":4,"type":5,"weight":"77.56"},{"id":55224,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055224.png","level_requirement":1,"name":"Troll Club","price":14630,"quantity":48,"type":"9","weight":"67.08"},{"id":55228,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055228.png","level_requirement":27,"name":"Bundle of Manehair","price":18684,"quantity":14,"type":9,"weight":"69.53"}],"type":"Node Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"624":{"center":{"x":"-220965","y":"1329.99","z":"52395.8"},"childnodes":[840,841],"contribution":1,"id":624,"links":[631,638,840,841],"location":{"fmt":"kr","x":-220778,"y":52498.9},"name":"Bree Tree Ruins","node_manager":{"id":50404,"location":{"fmt":"kr","x":-221070,"y":52636},"name":"Bree Tree Ancient Ruins","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"625":{"center":{"x":"-170427","y":"-413.313","z":"2724.17"},"childnodes":[843,844],"contribution":1,"id":625,"links":[603,629,843,844],"location":{"fmt":"kr","x":-165422,"y":-3992.34},"name":"Khuruto Cave","node_manager":{"id":43439,"location":{"fmt":"kr","x":-170427,"y":2724},"name":"Karcenov","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"626":{"center":{"x":"-124345","y":"6698.76","z":"5352.93"},"contribution":3,"id":626,"links":[375,627,629],"location":{"fmt":"kr","x":-123180,"y":4185.03},"name":"Delphe Outpost","node_manager":{"id":43436,"location":{"fmt":"kr","x":-124345,"y":5353},"name":"Elgriffin","type":"npc"},"traders":{"43510":{"id":43510,"location":{"fmt":"kr","x":-122899,"y":6235.5},"name":"Raibo","node":"Delphe Outpost","packs":[{"id":"55241","img":"/items/new_icon/03_etc/10_free_tradeitem/00055241.png","level_requirement":"28","name":"Big Harpy Egg","price":19386,"quantity":6,"type":3,"weight":"65.78"},{"id":"55242","img":"/items/new_icon/03_etc/10_free_tradeitem/00055242.png","level_requirement":"37","name":"Harpy Feather Cape","price":25320,"quantity":4,"type":7,"weight":"68.85"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"627":{"center":{"x":"-125680","y":"12497.1","z":"34039.1"},"childnodes":[849,850],"contribution":1,"id":627,"links":[626,849,850],"location":{"fmt":"kr","x":-123130,"y":33133},"name":"Karanda Ridge","node_manager":{"id":50405,"location":{"fmt":"kr","x":-125676,"y":34038},"name":"Clarkster","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"628":{"center":{"x":"-214474","y":"-1113.99","z":"-5728"},"childnodes":[611,852,853,854,857,858],"contribution":2,"id":628,"links":[611,629,633,638,852,853,854,857,858],"location":{"fmt":"kr","x":-211833,"y":-11113.9},"name":"Northern Wheat Plantation","traders":{"43440":{"id":43440,"location":{"fmt":"kr","x":-214474,"y":-5728},"name":"Norma Leight","node":"Northern Wheat Plantation","packs":[{"id":"55232","img":"/items/new_icon/03_etc/10_free_tradeitem/00055232.png","level_requirement":"27","name":"Bunch of Fresh Tulips","price":37344,"quantity":4,"type":2,"weight":"141.12"},{"id":"55233","img":"/items/new_icon/03_etc/10_free_tradeitem/00055233.png","level_requirement":"32","name":"Bison Hide Backpack","price":22008,"quantity":5,"type":7,"weight":"72.90"},{"id":"55234","img":"/items/new_icon/03_etc/10_free_tradeitem/00055234.png","level_requirement":"27","name":"Cure-All Ointment","price":18696,"quantity":8,"type":4,"weight":"70.60"},{"id":"55235","img":"/items/new_icon/03_etc/10_free_tradeitem/00055235.png","level_requirement":"12","name":"Leight Ale","price":8856,"quantity":15,"type":3,"weight":35.4},{"id":"55236","img":"/items/new_icon/03_etc/10_free_tradeitem/00055236.png","level_requirement":"31","name":"Northern Wheat Plantation Haystack","price":21360,"quantity":12,"type":9,"weight":"75.15"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Calpheon"},"629":{"center":{"x":"-169784","y":"176.813","z":"-9806.7"},"childnodes":[855,856],"contribution":1,"id":629,"links":[625,626,628,855,856],"location":{"fmt":"kr","x":-167221,"y":-16922.8},"name":"Old Dandelion","node_manager":{"id":50406,"location":{"fmt":"kr","x":-169784,"y":-9807},"name":"Little Kuruto Gati","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"630":{"center":{"x":"-243516","y":"-2090.26","z":"-23043.6"},"contribution":2,"id":630,"links":[601,623],"location":{"fmt":"kr","x":-244038,"y":-23246.2},"name":"Contaminated Farm","node_manager":{"id":43446,"location":{"fmt":"kr","x":-243516,"y":-23044},"name":"Libero","type":"npc"},"traders":{"43446":{"id":43446,"location":{"fmt":"kr","x":-243516,"y":-23043.6},"name":"Libero","node":"Contaminated Farm","packs":[{"id":"55237","img":"/items/new_icon/03_etc/10_free_tradeitem/00055237.png","level_requirement":"27","name":"Contaminated Herb Bundle","price":18786,"quantity":6,"type":4,"weight":"68.68"},{"id":"55238","img":"/items/new_icon/03_etc/10_free_tradeitem/00055238.png","level_requirement":"36","name":"Troll Hunting Poison","price":24696,"quantity":4,"type":5,"weight":"74.55"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"631":{"center":{"x":"-184677","y":"3576.23","z":"49966.9"},"contribution":1,"id":631,"links":[603,624],"location":{"fmt":"kr","x":-189962,"y":51732.3},"name":"Caphras Cave","node_manager":{"id":42216,"location":{"fmt":"kr","x":-184677,"y":49967},"name":"Philance","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"632":{"center":{"x":"-287721","y":"-1818.53","z":"-1425.13"},"contribution":3,"id":632,"links":[621,622,623,635,636],"location":{"fmt":"kr","x":-286984,"y":-316.048},"name":"Isolated Sentry Post","node_manager":{"id":50411,"location":{"fmt":"kr","x":-287721,"y":-1425},"name":"Alca Antoure","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"633":{"center":{"x":"-212294","y":"-2270.64","z":"-33106.2"},"childnodes":[615],"contribution":2,"id":633,"links":[375,601,615,628,661],"location":{"fmt":"kr","x":-210973,"y":-32908.5},"name":"Dias Farm","node_manager":{"id":43448,"location":{"fmt":"kr","x":-212521,"y":-33008},"name":"Enzo","type":"npc"},"traders":{"43448":{"id":43448,"location":{"fmt":"kr","x":-212521,"y":-33008.5},"name":"Enzo","node":"Dias Farm","packs":[{"id":"55239","img":"/items/new_icon/03_etc/10_free_tradeitem/00055239.png","level_requirement":"27","name":"Dias’ Eagle Statue","price":37488,"quantity":4,"type":2,"weight":"121.50"},{"id":"55240","img":"/items/new_icon/03_etc/10_free_tradeitem/00055240.png","level_requirement":"40","name":"Khuturo Cave Tin Nugget","price":27384,"quantity":12,"type":9,"weight":"77.98"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"634":{"center":{"x":"-370114","y":"-3236.54","z":"28670.7"},"contribution":3,"id":634,"links":[604,635],"location":{"fmt":"kr","x":-369289,"y":26636.3},"name":"Epheria Sentry Post","node_manager":{"id":50413,"location":{"fmt":"kr","x":-370114,"y":28671},"name":"Paso Anca","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"635":{"center":{"x":"-347953","y":"-1762.52","z":"2700.7"},"childnodes":[831],"contribution":1,"id":635,"links":[632,634,831],"location":{"fmt":"kr","x":-344922,"y":1688.06},"name":"Epheria Valley","node_manager":{"id":50414,"location":{"fmt":"kr","x":-347953,"y":2701},"name":"Shepherd Ron","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"636":{"center":{"x":"-315126","y":"-3895.55","z":"-42696.3"},"contribution":2,"id":636,"links":[621,632],"location":{"fmt":"kr","x":-314224,"y":-41874.5},"name":"Cohen Farm","node_manager":{"id":50415,"location":{"fmt":"kr","x":-315126,"y":-42696},"name":"Jacob","type":"npc"},"traders":{"50415":{"id":50415,"location":{"fmt":"kr","x":-315126,"y":-42696.3},"name":"Jacob","node":"Cohen Farm","packs":[{"id":"55226","img":"/items/new_icon/03_etc/10_free_tradeitem/00055226.png","level_requirement":1,"name":"Cohen Fish Trap","price":18816,"quantity":12,"type":1,"weight":"68.85"},{"id":"55227","img":"/items/new_icon/03_etc/10_free_tradeitem/00055227.png","level_requirement":"29","name":"Cohen Dried Shrimp","price":20052,"quantity":4,"type":3,"weight":"69.02"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"637":{"center":{"x":"-261807","y":"3205.72","z":"59893.5"},"contribution":3,"id":637,"links":[63,623],"location":{"fmt":"kr","x":-262630,"y":59635},"name":"Elder’s Bridge Post","node_manager":{"id":50416,"location":{"fmt":"kr","x":-261807,"y":59894},"name":"Troll Mural","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"638":{"center":{"x":"-229908","y":"-2324.93","z":"11573.8"},"childnodes":[842],"contribution":2,"id":638,"links":[623,624,628,842],"location":{"fmt":"kr","x":-230917,"y":11949},"name":"Bernianto Farm","node_manager":{"id":43449,"location":{"fmt":"kr","x":-229908,"y":11574},"name":"Griffian Bernianto","type":"npc"},"traders":{"43449":{"id":43449,"location":{"fmt":"kr","x":-229908,"y":11573.8},"name":"Griffian Bernianto","node":"Bernianto Farm","packs":[{"id":"55230","img":"/items/new_icon/03_etc/10_free_tradeitem/00055230.png","level_requirement":"43","name":"Mossy Ancient Statue","price":58692,"quantity":4,"type":2,"weight":"160.08"},{"id":"55231","img":"/items/new_icon/03_etc/10_free_tradeitem/00055231.png","level_requirement":"27","name":"Worker's Lunch","price":18666,"quantity":6,"type":3,"weight":"68.51"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"651":{"center":{"x":"-195164","y":"-2016.3","z":"-110884"},"contribution":3,"id":651,"links":[653,660,661,664,666],"location":{"fmt":"kr","x":-193890,"y":-109579},"name":"Marni Cave Path","node_manager":{"id":50418,"location":{"fmt":"kr","x":-195164,"y":-110884},"name":"Henge Bato","type":"npc"},"traders":{"50418":{"id":50418,"location":{"fmt":"kr","x":-195164,"y":-110884},"name":"Henge Bato","node":"Marni Cave Path","packs":[{"id":"55264","img":"/items/new_icon/03_etc/10_free_tradeitem/00055264.png","level_requirement":1,"name":"Marni's Oak Barrel","price":22098,"quantity":12,"type":1,"weight":"66.12"},{"id":"55265","img":"/items/new_icon/03_etc/10_free_tradeitem/00055265.png","level_requirement":"41","name":"Harpy Megaphone","price":28026,"quantity":4,"type":5,"weight":"77.18"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"652":{"center":{"x":"-133846","y":"6556.09","z":"-76098.7"},"childnodes":[952,953],"contribution":1,"id":652,"links":[372,375,653,673,675,952,953],"location":{"fmt":"kr","x":-139626,"y":-82406},"name":"Oze Pass","node_manager":{"id":50419,"location":{"fmt":"kr","x":-133846,"y":-76099},"name":"Petrified Laborers","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"653":{"center":{"x":"-165392","y":"-277.737","z":"-83109.9"},"contribution":1,"id":653,"links":[651,652,661],"location":{"fmt":"kr","x":-169780,"y":-80224.6},"name":"Marni Farm Ruins","node_manager":{"id":50420,"location":{"fmt":"kr","x":-165392,"y":-83110},"name":"Rough Mud Pile","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"654":{"center":{"x":"-149597","y":"5202.98","z":"-167071"},"childnodes":[956],"contribution":1,"id":654,"links":[602,670,956],"location":{"fmt":"kr","x":-146480,"y":-161945},"name":"Keplan Hill","node_manager":{"id":50421,"location":{"fmt":"kr","x":-149597,"y":-167071},"name":"Keplan Scout Sam","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"655":{"center":{"x":"-212642","y":"128.229","z":"-188637"},"contribution":1,"id":655,"links":[657,676],"location":{"fmt":"kr","x":-214317,"y":-191511},"name":"Saunil Camp","node_manager":{"id":50422,"location":{"fmt":"kr","x":-212642,"y":-188637},"name":"Trina Knights Scout Henry","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"656":{"center":{"x":"-125677","y":"3316.53","z":"-235919"},"childnodes":[950],"contribution":1,"id":656,"links":[662,668,950],"location":{"fmt":"kr","x":-133377,"y":-230206},"name":"Primal Giant Post","node_manager":{"id":50423,"location":{"fmt":"kr","x":-125677,"y":-235919},"name":"Naku Davi","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"657":{"center":{"x":"-252379","y":"-683.666","z":"-188019"},"contribution":1,"id":657,"links":[655,658,710,723],"location":{"fmt":"kr","x":-249657,"y":-188542},"name":"Saunil Battlefield","node_manager":{"id":50424,"location":{"fmt":"kr","x":-252379,"y":-188019},"name":"Trina Knights Soldier Max","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"658":{"center":{"x":"-222470","y":"3103.55","z":"-157556"},"contribution":3,"id":658,"links":[657,659,677],"location":{"fmt":"kr","x":-217176,"y":-159607},"name":"Trina Fort","node_manager":{"id":43207,"location":{"fmt":"kr","x":-222470,"y":-157556},"name":"Fridri Dofricson","type":"npc"},"traders":{"43210":{"id":43210,"location":{"fmt":"kr","x":-204362,"y":-159088},"name":"Kirklas","node":"Trina Fort","packs":[{"id":"55253","img":"/items/new_icon/03_etc/10_free_tradeitem/00055253.png","level_requirement":"27","name":"Stone Rat's Tail","price":18840,"quantity":9,"type":4,"weight":"68.55"},{"id":"55254","img":"/items/new_icon/03_etc/10_free_tradeitem/00055254.png","level_requirement":"41","name":"Saunil Steel Weapon","price":27954,"quantity":4,"type":5,"weight":"83.70"},{"id":"55255","img":"/items/new_icon/03_etc/10_free_tradeitem/00055255.png","level_requirement":"31","name":"Lizard Helmet","price":21468,"quantity":5,"type":5,"weight":"72.54"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"659":{"center":{"x":"-227703","y":"8043.01","z":"-141850"},"contribution":3,"id":659,"links":[658,666],"location":{"fmt":"kr","x":-227585,"y":-141893},"name":"Trina Beacon Towers","node_manager":{"id":50426,"location":{"fmt":"kr","x":-227703,"y":-141850},"name":"Ancient Relic on Beacon Mound","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"660":{"center":{"x":"-187999","y":"6827.87","z":"-125444"},"contribution":1,"id":660,"links":[651,672],"location":{"fmt":"kr","x":-182379,"y":-129561},"name":"Marni’s Lab","node_manager":{"id":50427,"location":{"fmt":"kr","x":-187999,"y":-125444},"name":"Bava","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"661":{"center":{"x":"-199177","y":"-2763.67","z":"-61438.5"},"childnodes":[613],"contribution":2,"id":661,"links":[601,613,633,651,653],"location":{"fmt":"kr","x":-199147,"y":-62634.9},"name":"Falres Dirt Farm","node_manager":{"id":50428,"location":{"fmt":"kr","x":-199177,"y":-61438},"name":"Jame Falres","type":"npc"},"traders":{"50428":{"id":50428,"location":{"fmt":"kr","x":-199177,"y":-61438.5},"name":"Jame Falres","node":"Falres Dirt Farm","packs":[{"id":"55256","img":"/items/new_icon/03_etc/10_free_tradeitem/00055256.png","level_requirement":1,"name":"Falres' Fertilizer Sack","price":19494,"quantity":12,"type":1,"weight":"71.89"},{"id":"55257","img":"/items/new_icon/03_etc/10_free_tradeitem/00055257.png","level_requirement":"37","name":"Falres' Leather Boots","price":25374,"quantity":4,"type":7,"weight":"73.08"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"662":{"center":{"x":"-173761","y":"3186.09","z":"-245348"},"childnodes":[959,960],"contribution":1,"id":662,"links":[656,716,959,960],"location":{"fmt":"kr","x":-171746,"y":-241757},"name":"Hexe Stone Wall","node_manager":{"id":50429,"location":{"fmt":"kr","x":-173761,"y":-245348},"name":"Night Owl","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"663":{"center":{"x":"-247841","y":"-1168.04","z":"-137715"},"childnodes":[617],"contribution":2,"id":663,"links":[617,665,725],"location":{"fmt":"kr","x":-248852,"y":-137605},"name":"Bain Farmland","node_manager":{"id":50430,"location":{"fmt":"kr","x":-247841,"y":-137715},"name":"Anne","type":"npc"},"traders":{"50430":{"id":50430,"location":{"fmt":"kr","x":-247841,"y":-137715},"name":"Anne","node":"Bain Farmland","packs":[{"id":"55260","img":"/items/new_icon/03_etc/10_free_tradeitem/00055260.png","level_requirement":1,"name":"Corn Leaf Mat","price":9492,"quantity":12,"type":1,"weight":45.4},{"id":"55261","img":"/items/new_icon/03_etc/10_free_tradeitem/00055261.png","level_requirement":"38","name":"Bain Corn Noodles","price":26010,"quantity":4,"type":3,"weight":"75.30"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"664":{"center":{"x":"-151263","y":"2430.89","z":"-122612"},"childnodes":[954],"contribution":1,"id":664,"links":[651,674,675,954],"location":{"fmt":"kr","x":-151521,"y":-121274},"name":"North Abandoned Quarry","node_manager":{"id":50431,"location":{"fmt":"kr","x":-151263,"y":-122612},"name":"Protruding Crystal","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"665":{"center":{"x":"-230592","y":"-784.618","z":"-112313"},"contribution":2,"id":665,"links":[601,663,666],"location":{"fmt":"kr","x":-231341,"y":-112397},"name":"Oberen Farm","node_manager":{"id":50432,"location":{"fmt":"kr","x":-230592,"y":-112313},"name":"Matheo Oberen","type":"npc"},"traders":{"50432":{"id":50432,"location":{"fmt":"kr","x":-230592,"y":-112313},"name":"Matheo Oberen","node":"Oberen Farm","packs":[{"id":"55258","img":"/items/new_icon/03_etc/10_free_tradeitem/00055258.png","level_requirement":1,"name":"Oberen's Mushroom Seedling","price":20760,"quantity":12,"type":1,"weight":"66.96"},{"id":"55259","img":"/items/new_icon/03_etc/10_free_tradeitem/00055259.png","level_requirement":"39","name":"Grilled Kuku Bird Egg","price":26616,"quantity":4,"type":3,"weight":"75.45"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"666":{"center":{"x":"-214647","y":"-69.1789","z":"-131541"},"contribution":3,"id":666,"links":[651,659,665],"location":{"fmt":"kr","x":-214892,"y":-131749},"name":"Beacon Entrance Post","node_manager":{"id":50433,"location":{"fmt":"kr","x":-214647,"y":-131541},"name":"Lonebaer","type":"npc"},"traders":{"50433":{"id":50433,"location":{"fmt":"kr","x":-214647,"y":-131541},"name":"Lonebaer","node":"Beacon Entrance Post","packs":[{"id":"55262","img":"/items/new_icon/03_etc/10_free_tradeitem/00055262.png","level_requirement":"33","name":"Glutoni Mucus","price":22710,"quantity":8,"type":9,"weight":"67.20"},{"id":"55263","img":"/items/new_icon/03_etc/10_free_tradeitem/00055263.png","level_requirement":"31","name":"Beacon Mounds Burn Medication","price":21408,"quantity":6,"type":4,"weight":"64.80"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"667":{"center":{"x":"-158265","y":"-1049.37","z":"-184606"},"childnodes":[955],"contribution":2,"id":667,"links":[668,677,955],"location":{"fmt":"kr","x":-159007,"y":-185902},"name":"Abandoned Quarry","node_manager":{"id":50434,"location":{"fmt":"kr","x":-158265,"y":-184606},"name":"Abandoned Quarry Scout Theo","type":"npc"},"traders":{"50434":{"id":50434,"location":{"fmt":"kr","x":-158265,"y":-184606},"name":"Abandoned Quarry Scout Theo","packs":[{"id":55268,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055268.png","level_requirement":1,"name":"Living Rock Chunk","price":18816,"quantity":12,"type":1,"weight":"67.20"},{"id":55269,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055269.png","level_requirement":36,"name":"Gray Stone Rat Powder","price":24780,"quantity":4,"type":"5","weight":"71.20"}],"role":"Node Manager","type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"668":{"center":{"x":"-135294","y":"3716.85","z":"-206059"},"contribution":1,"id":668,"links":[656,667,670,676],"location":{"fmt":"kr","x":-135798,"y":-204435},"name":"Gehaku Plain","node_manager":{"id":50435,"location":{"fmt":"kr","x":-135294,"y":-206059},"name":"Giant Chief Mural","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"669":{"center":{"x":"-121835","y":"1189.59","z":"-138057"},"contribution":1,"id":669,"links":[373,602,673],"location":{"fmt":"kr","x":-121026,"y":-141513},"name":"Keplan Vicinity","node_manager":{"id":50436,"location":{"fmt":"kr","x":-121835,"y":-138057},"name":"Hunter Barant","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"670":{"center":{"x":"-120011","y":"3208.03","z":"-177863"},"childnodes":[618],"contribution":2,"id":670,"links":[618,654,668,671],"location":{"fmt":"kr","x":-119323,"y":-178080},"name":"Gianin Farm","node_manager":{"id":50437,"location":{"fmt":"kr","x":-120011,"y":-177863},"name":"Goolie Gianin","type":"npc"},"traders":{"50437":{"id":50437,"location":{"fmt":"kr","x":-120011,"y":-177863},"name":"Goolie Gianin","node":"Gianin Farm","packs":[{"id":"55270","img":"/items/new_icon/03_etc/10_free_tradeitem/00055270.png","level_requirement":"43","name":"Gianin Purple Dye","price":58596,"quantity":4,"type":2,"weight":"159.95"},{"id":"55271","img":"/items/new_icon/03_etc/10_free_tradeitem/00055271.png","level_requirement":"30","name":"Gianin Flower Tea","price":20748,"quantity":6,"type":3,"weight":"73.26"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"671":{"center":{"x":"-96472.8","y":"1863.5","z":"-176601"},"contribution":3,"id":671,"links":[373,670],"location":{"fmt":"kr","x":-95469.1,"y":-175161},"name":"Serendia Western Gateway","node_manager":{"id":50438,"location":{"fmt":"kr","x":-96473,"y":-176601},"name":"Batuetta","type":"npc"},"traders":{"50438":{"id":50438,"location":{"fmt":"kr","x":-96472.8,"y":-176601},"name":"Batuetta","node":"Closed Western Gateway","packs":[{"id":"55272","img":"/items/new_icon/03_etc/10_free_tradeitem/00055272.png","level_requirement":1,"name":"Confiscated Smuggled Goods","price":19488,"quantity":12,"type":1,"weight":"72.54"},{"id":"55273","img":"/items/new_icon/03_etc/10_free_tradeitem/00055273.png","level_requirement":"38","name":"Closed Western Gate Raw Material","price":25938,"quantity":8,"type":9,"weight":"77.98"}],"type":"Node Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"672":{"center":{"x":"-175384","y":"-953.907","z":"-145388"},"childnodes":[957,958],"contribution":1,"id":672,"links":[660,957,958],"location":{"fmt":"kr","x":-178187,"y":-144115},"name":"Glutoni Cave","node_manager":{"id":50439,"location":{"fmt":"kr","x":-175384,"y":-145388},"name":"Patrol Anna","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"673":{"center":{"x":"-122979","y":"1280.08","z":"-111354"},"contribution":2,"id":673,"links":[374,652,669],"location":{"fmt":"kr","x":-123985,"y":-113886},"name":"Quarry Byway","node_manager":{"id":50440,"location":{"fmt":"kr","x":-122979,"y":-111354},"name":"Rock Investigator Enruka","type":"npc"},"traders":{"50440":{"id":50440,"location":{"fmt":"kr","x":-122979,"y":-111354},"name":"Rock Investigator Enruka","node":"Quarry Byway","packs":[{"id":"55266","level_requirement":"30","name":"Person Thinking of Oze","price":41556,"quantity":4,"type":2,"weight":"138.75"},{"id":"55267","level_requirement":"49","name":"Dark Red Ore Chunk","price":33240,"quantity":12,"type":9,"weight":"83.40"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"674":{"center":{"x":"-155252","y":"1663.43","z":"-132316"},"childnodes":[951],"contribution":1,"id":674,"links":[602,664,951],"location":{"fmt":"kr","x":-154453,"y":-132095},"name":"Keplan Quarry","node_manager":{"id":50441,"location":{"fmt":"kr","x":-155351,"y":-132240},"name":"Nurse Phirea","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"675":{"center":{"x":"-148184","y":"4875.41","z":"-105679"},"contribution":1,"id":675,"links":[652,664],"location":{"fmt":"kr","x":-146019,"y":-105666},"name":"Oze's House","node_manager":{"id":50442,"location":{"fmt":"kr","x":-148184,"y":-105679},"name":"Investigator Olgert","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"676":{"center":{"x":"-189717","y":"1426.21","z":"-202735"},"contribution":2,"id":676,"links":[655,668],"location":{"fmt":"kr","x":-187610,"y":-201187},"name":"Dane Canyon","node_manager":{"id":50443,"location":{"fmt":"kr","x":-189717,"y":-202735},"name":"Stranded Soldier John","type":"npc"},"traders":{"50443":{"id":50443,"location":{"fmt":"kr","x":-189717,"y":-202735},"name":"Stranded Soldier John","node":"Dane Canyon","packs":[{"id":"55274","img":"/items/new_icon/03_etc/10_free_tradeitem/00055274.png","level_requirement":"41","name":"Wyvern's Gastric Juice","price":27996,"quantity":4,"type":4,"weight":"69.36"},{"id":"55275","img":"/items/new_icon/03_etc/10_free_tradeitem/00055275.png","level_requirement":1,"name":"Reptile Repellant","price":22032,"quantity":12,"type":1,"weight":"59.84"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"677":{"center":{"x":"-190545","y":"-2917.12","z":"-162334"},"contribution":1,"id":677,"links":[602,658,667],"location":{"fmt":"kr","x":-188960,"y":-163486},"name":"Tarte Rock Fork","node_manager":{"id":50444,"location":{"fmt":"kr","x":-190545,"y":-162334},"name":"Gatherer Fabris","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"701":{"center":{"x":"-329706","y":"-4116.6","z":"-76644.5"},"contribution":1,"id":701,"links":[702,704,713],"location":{"fmt":"kr","x":-326922,"y":-70630.4},"name":"Calpheon Castle Site","node_manager":{"id":50445,"location":{"fmt":"kr","x":-329706,"y":-76644},"name":"Questionable Giant Mushroom","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"702":{"center":{"x":"-348603","y":"2070.38","z":"-53398.3"},"contribution":3,"id":702,"links":[701,1718],"location":{"fmt":"kr","x":-348106,"y":-54155.8},"name":"Calpheon Castle","node_manager":{"id":50446,"location":{"fmt":"kr","x":-348603,"y":-53398},"name":"Eagle of Calpheon","type":"npc"},"type":"Gateway","zone":"Republic of Calpheon"},"703":{"center":{"x":"-407100","y":"5625.35","z":"-173996"},"childnodes":[908],"contribution":1,"id":703,"links":[708,908],"location":{"fmt":"kr","x":-407222,"y":-174147},"name":"Treant Forest","node_manager":{"id":50447,"location":{"fmt":"kr","x":-407100,"y":-173996},"name":"Treant Spirit","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"704":{"center":{"x":"-318272","y":"-3668.06","z":"-86543.3"},"contribution":3,"id":704,"links":[701,711,712],"location":{"fmt":"kr","x":-317720,"y":-87198.7},"name":"North Kaia Pier","node_manager":{"id":50448,"location":{"fmt":"kr","x":-318272,"y":-86543},"name":"Patreo","type":"npc"},"traders":{"43501":{"id":43501,"location":{"fmt":"kr","x":-307188,"y":-84434.9},"name":"Merio","node":"North Kaia Ferry","packs":[{"id":"55289","img":"/items/new_icon/03_etc/10_free_tradeitem/00055289.png","level_requirement":"27","name":"Preserved Fish","price":18798,"quantity":6,"type":3,"weight":"70.80"},{"id":"55290","img":"/items/new_icon/03_etc/10_free_tradeitem/00055290.png","level_requirement":"35","name":"Waterproofing Elixir","price":24072,"quantity":4,"type":4,"weight":"73.80"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"705":{"center":{"x":"-305267","y":"2884.5","z":"-186073"},"childnodes":[914],"contribution":1,"id":705,"links":[722,723,914],"location":{"fmt":"kr","x":-302619,"y":-186153},"name":"Behr Riverhead","node_manager":{"id":50449,"location":{"fmt":"kr","x":-305267,"y":-186073},"name":"Kamasilve Priest Nellamorin","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"706":{"center":{"x":"-342572","y":"2758.76","z":"-159821"},"childnodes":[913],"contribution":1,"id":706,"links":[707,717,913],"location":{"fmt":"kr","x":-343418,"y":-153330},"name":"Rhutum Outstation","node_manager":{"id":50450,"location":{"fmt":"kr","x":-328450,"y":-144650},"name":"Resting Rhutum","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"707":{"center":{"x":"-328998","y":"1766.04","z":"-132014"},"contribution":3,"id":707,"links":[706,711,722],"location":{"fmt":"kr","x":-329415,"y":-131523},"name":"Rhutum Sentry Post","node_manager":{"id":50451,"location":{"fmt":"kr","x":-328998,"y":-132014},"name":"Elinke Visamin","type":"npc"},"traders":{"50451":{"id":50451,"location":{"fmt":"kr","x":-328998,"y":-132014},"name":"Elinke Visamin","node":"Rhutum Sentry Post","packs":[{"id":"55293","img":"/items/new_icon/03_etc/10_free_tradeitem/00055293.png","level_requirement":"27","name":"Spell Powder Pot","price":18792,"quantity":6,"type":4,"weight":"72.02"},{"id":"55294","img":"/items/new_icon/03_etc/10_free_tradeitem/00055294.png","level_requirement":"36","name":"Rhutum Cannonball","price":24654,"quantity":4,"type":5,"weight":"76.05"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"708":{"center":{"x":"-368945","y":"10384.9","z":"-174832"},"childnodes":[909],"contribution":3,"id":708,"links":[703,717,718,909],"location":{"fmt":"kr","x":-370212,"y":-178217},"name":"Abandoned Monastery","node_manager":{"id":42103,"location":{"fmt":"kr","x":-369948,"y":-174705},"name":"","type":"npc"},"traders":{"42103":{"id":42103,"location":{"fmt":"kr","x":-369948,"y":-174705},"name":"Bacho Ladericcio","node":"Abandoned Monastery","packs":[{"id":55297,"level_requirement":33,"name":"Living Tree Branch","price":22758,"quantity":6,"type":"4","weight":"70.60"},{"id":55298,"level_requirement":46,"name":"Treant Sprout","price":31236,"quantity":8,"type":"9","weight":"77.66"}],"type":"Node Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"709":{"center":{"x":"-322795","y":"9625.97","z":"-253951"},"contribution":2,"id":709,"links":[719,720],"location":{"fmt":"kr","x":-328778,"y":-261253},"name":"Crioville","node_manager":{"id":43407,"location":{"fmt":"kr","x":-323021,"y":-253664},"name":"Herio","type":"npc"},"traders":{"43407":{"id":43407,"location":{"fmt":"kr","x":-323021,"y":-253664},"name":"Herio","node":"Crioville","packs":[{"id":"55306","img":"/items/new_icon/03_etc/10_free_tradeitem/00055306.png","level_requirement":"46","name":"Root Nymph Pickled Fish","price":31326,"quantity":4,"type":3,"weight":"75.90"},{"id":"55307","img":"/items/new_icon/03_etc/10_free_tradeitem/00055307.png","level_requirement":"27","name":"Trident Arrowhead","price":18696,"quantity":6,"type":5,"weight":"61.35"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"710":{"center":{"x":"-251690","y":"-118.471","z":"-208681"},"childnodes":[904,912],"contribution":1,"id":710,"links":[657,723,724,904,912],"location":{"fmt":"kr","x":-252197,"y":-208235},"name":"Rhua Tree Stub","node_manager":{"id":50454,"location":{"fmt":"kr","x":-251690,"y":-208681},"name":"Kamasilve Priestess Lunia","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"711":{"center":{"x":"-325066","y":"-1678.69","z":"-104406"},"contribution":3,"id":711,"links":[704,707],"location":{"fmt":"kr","x":-323457,"y":-105689},"name":"South Kaia Pier","node_manager":{"id":50455,"location":{"fmt":"kr","x":-325066,"y":-104406},"name":"Bavao","type":"npc"},"traders":{"50455":{"id":50455,"location":{"fmt":"kr","x":-325066,"y":-104406},"name":"Bavao","node":"South Kaia Ferry","packs":[{"id":"55291","img":"/items/new_icon/03_etc/10_free_tradeitem/00055291.png","level_requirement":"40","name":"Mega Crocodile Hide","price":27336,"quantity":4,"type":7,"weight":"77.22"},{"id":"55292","img":"/items/new_icon/03_etc/10_free_tradeitem/00055292.png","level_requirement":"31","name":"Catfishman Harpoon","price":21312,"quantity":6,"type":5,"weight":"76.20"}],"type":"Node Manager"}},"type":"Gateway","zone":"Republic of Calpheon"},"712":{"center":{"x":"-291135","y":"-1618.09","z":"-68128.4"},"childnodes":[616],"contribution":2,"id":712,"links":[601,616,704,726],"location":{"fmt":"kr","x":-293005,"y":-70783.3},"name":"Gabino Farm","node_manager":{"id":50456,"location":{"fmt":"kr","x":-291135,"y":-68128},"name":"Bob Anderson","type":"npc"},"traders":{"50456":{"id":50456,"location":{"fmt":"kr","x":-291135,"y":-68128.4},"name":"Bob Anderson","node":"Gabino Farm","packs":[{"id":"55287","img":"/items/new_icon/03_etc/10_free_tradeitem/00055287.png","level_requirement":1,"name":"Reed Basket","price":8124,"quantity":12,"type":1,"weight":"45.20"},{"id":"55288","img":"/items/new_icon/03_etc/10_free_tradeitem/00055288.png","level_requirement":"33","name":"Sunflower Seed Oil","price":22668,"quantity":4,"type":3,"weight":"69.53"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"713":{"center":{"x":"-351826","y":"-1845.13","z":"-95172.6"},"contribution":1,"id":713,"links":[701,714,715,727],"location":{"fmt":"kr","x":-356925,"y":-96071.6},"name":"Catfishman Camp","node_manager":{"id":50457,"location":{"fmt":"kr","x":-351823,"y":-95174},"name":"Mancini","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"714":{"center":{"x":"-384183","y":"2555.07","z":"-95148.4"},"contribution":1,"id":714,"links":[713,715],"location":{"fmt":"kr","x":-384278,"y":-95537.5},"name":"Calpheon Castle W. Forest","node_manager":{"id":50458,"location":{"fmt":"kr","x":-384183,"y":-95148},"name":"Kaku","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"715":{"center":{"x":"-376017","y":"895.649","z":"-123338"},"childnodes":[901,902],"contribution":2,"id":715,"links":[713,714,717,901,902],"location":{"fmt":"kr","x":-374905,"y":-123663},"name":"Mansha Forest","node_manager":{"id":50459,"location":{"fmt":"kr","x":-376017,"y":-123338},"name":"Mansha","type":"npc"},"traders":{"50459":{"id":50459,"location":{"fmt":"kr","x":-376017,"y":-123338},"name":"Mansha","node":"Mansha Forest","packs":[{"id":"55295","img":"/items/new_icon/03_etc/10_free_tradeitem/00055295.png","level_requirement":"28","name":"Bunch of Kebina Roots","price":19350,"quantity":6,"type":3,"weight":"66.84"},{"id":"55296","img":"/items/new_icon/03_etc/10_free_tradeitem/00055296.png","level_requirement":"37","name":"Mansha Forest Camouflage","price":25302,"quantity":4,"type":7,"weight":"72.90"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"716":{"center":{"x":"-188309","y":"7216.88","z":"-248867"},"childnodes":[910,911],"contribution":1,"id":716,"links":[662,721,910,911],"location":{"fmt":"kr","x":-191443,"y":-249158},"name":"Marie Cave","node_manager":{"id":50460,"location":{"fmt":"kr","x":-188309,"y":-248867},"name":"Ribley","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"717":{"center":{"x":"-381232","y":"1166.45","z":"-147982"},"contribution":2,"id":717,"links":[706,708,715],"location":{"fmt":"kr","x":-380965,"y":-147835},"name":"Tobare’s Cabin","node_manager":{"id":50461,"location":{"fmt":"kr","x":-381232,"y":-147982},"name":"Tobare","type":"npc"},"traders":{"50461":{"id":50461,"location":{"fmt":"kr","x":-381232,"y":-147982},"name":"Tobare","node":"Tobare’s Cabin","packs":[{"id":"55304","img":"/items/new_icon/03_etc/10_free_tradeitem/00055304.png","level_requirement":"30","name":"Sack of Shells","price":20796,"quantity":4,"type":9,"weight":"68.34"},{"id":"55305","img":"/items/new_icon/03_etc/10_free_tradeitem/00055305.png","level_requirement":"38","name":"Tough Plant Root","price":26070,"quantity":12,"type":3,"weight":"77.01"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"718":{"center":{"x":"-390565","y":"8654.41","z":"-208654"},"childnodes":[905],"contribution":1,"id":718,"links":[608,708,905],"location":{"fmt":"kr","x":-391570,"y":-208168},"name":"Lumberjack's Rest Area","node_manager":{"id":50462,"location":{"fmt":"kr","x":-390565,"y":-208654},"name":"Agria Jens","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"719":{"center":{"x":"-347632","y":"13985.1","z":"-255743"},"childnodes":[614,906],"contribution":2,"id":719,"links":[608,614,709,906],"location":{"fmt":"kr","x":-347480,"y":-255672},"name":"Longleaf Tree Sentry Post","node_manager":{"id":43409,"location":{"fmt":"kr","x":-347632,"y":-255743},"name":"Nelydormin","type":"npc"},"traders":{"43411":{"id":43411,"location":{"fmt":"kr","x":-348122,"y":-252818.98},"name":"Koirin","node":"Longleaf Tree Sentry Post","packs":[{"id":"55299","level_requirement":"27","name":"Sack of Seulbi Buds","price":18780,"quantity":6,"type":3,"weight":"71.60"},{"id":"55301","level_requirement":"37","name":"White Salve","price":25392,"quantity":4,"type":4,"weight":"80.40"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"720":{"center":{"x":"-306195","y":"11566.1","z":"-262508"},"childnodes":[907],"contribution":1,"id":720,"links":[609,709,907,1600],"location":{"fmt":"kr","x":-306868,"y":-265455},"name":"Longleaf Tree Forest","node_manager":{"id":50464,"location":{"fmt":"kr","x":-306195,"y":-262508},"name":"Doctor Brogia","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"721":{"center":{"x":"-199813","y":"8756.22","z":"-276024"},"contribution":1,"id":721,"links":[716,724,1663],"location":{"fmt":"kr","x":-198900,"y":-279225},"name":"Witch's Chapel","node_manager":{"id":50465,"location":{"fmt":"kr","x":-199844,"y":-275713},"name":"Hexe's Curse","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"722":{"center":{"x":"-305538","y":"7317.67","z":"-146365"},"childnodes":[903],"contribution":2,"id":722,"links":[705,707,725,726,903],"location":{"fmt":"kr","x":-305393,"y":-146278},"name":"Phoniel’s Cabin","node_manager":{"id":50466,"location":{"fmt":"kr","x":-305538,"y":-146365},"name":"Villa Owner Phoniel","type":"npc"},"traders":{"50466":{"id":50466,"location":{"fmt":"kr","x":-305538,"y":-146365},"name":"Villa Owner Phoniel","node":"Phoniel’s Cabin","packs":[{"id":"55302","img":"/items/new_icon/03_etc/10_free_tradeitem/00055302.png","level_requirement":"43","name":"Red Raw Liver","price":29370,"quantity":4,"type":3,"weight":"72.00"},{"id":"55303","img":"/items/new_icon/03_etc/10_free_tradeitem/00055303.png","level_requirement":"27","name":"Kaia Herb Bundle","price":18816,"quantity":12,"type":9,"weight":"64.80"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"723":{"center":{"x":"-273114","y":"-868.528","z":"-200792"},"contribution":3,"id":723,"links":[609,657,705,710,725],"location":{"fmt":"kr","x":-272180,"y":-201499},"name":"Behr Downstream","node_manager":{"id":50467,"location":{"fmt":"kr","x":-273114,"y":-200792},"name":"Bojanka","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"724":{"center":{"x":"-231169","y":"5973.38","z":"-251607"},"contribution":2,"id":724,"links":[710,721],"location":{"fmt":"kr","x":-231088,"y":-251993},"name":"Hexe Sanctuary","node_manager":{"id":50468,"location":{"fmt":"kr","x":-231169,"y":-251607},"name":"Human Remains","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"725":{"center":{"x":"-275403","y":"-849.708","z":"-169823"},"contribution":1,"id":725,"links":[663,722,723],"location":{"fmt":"kr","x":-275849,"y":-169060},"name":"Phoniel’s Cabin Entrance","node_manager":{"id":50469,"location":{"fmt":"kr","x":-275403,"y":-169823},"name":"Keplan Vet Rosanir","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"726":{"center":{"x":"-278722","y":"12558.7","z":"-105913"},"contribution":1,"id":726,"links":[712,722],"location":{"fmt":"kr","x":-280264,"y":-108023},"name":"North Kaia Mountaintop","node_manager":{"id":50470,"location":{"fmt":"kr","x":-278722,"y":-105913},"name":"Dragon Egg","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"727":{"center":{"x":"-341680","y":"-1758.02","z":"-106931"},"contribution":1,"id":727,"links":[713],"location":{"fmt":"kr","x":-341998,"y":-108965},"name":"Lake Kaia","node_manager":{"id":50471,"location":{"fmt":"kr","x":-341680,"y":-106931},"name":"Sirio","type":"npc"},"type":"Dangerous","zone":"Republic of Calpheon"},"801":{"center":{"x":"-246510","y":"-3043.14","z":"-52626.4"},"contribution":1,"hidden":1,"id":801,"links":[601],"location":{"fmt":"kr","x":-245616,"y":-46745.6},"name":"Calpheon Trade Exchange","parent":601,"type":"Connection","zone":""},"805":{"center":{"x":"-170904","y":"4994.85","z":"55126.5"},"contribution":1,"id":805,"links":[603],"location":{"fmt":"kr","x":-171201,"y":55200.8},"name":"Florin - Specialties","parent":603,"primary_output":{"25007":{"id":7506,"name":"Everlasting Herb Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1800 (Base)","zone":""},"806":{"center":{"x":"-171013","y":"4950.01","z":"54532"},"contribution":1,"hidden":true,"id":806,"links":[603],"location":{"fmt":"kr","x":-170719,"y":55186.2},"name":"Florin_2","node_manager":{"id":42215,"location":{"fmt":"kr","x":-166912,"y":52938},"name":"Valentine","type":"npc"},"parent":603,"type":"Connection","zone":""},"807":{"center":{"x":"-170625","y":"5086.43","z":"55241.4"},"contribution":1,"hidden":true,"id":807,"links":[603],"location":{"fmt":"kr","x":-170786,"y":54346.6},"name":"Florin_3","node_manager":{"id":42215,"location":{"fmt":"kr","x":-166912,"y":52938},"name":"Valentine","type":"npc"},"parent":603,"type":"Connection","zone":""},"809":{"center":{"x":"-151177","y":"-1486.89","z":"-147547"},"contribution":0,"id":809,"links":[602],"location":{"fmt":"kr","x":-151211,"y":-147468},"name":"Marco Faust Investment Bank","parent":602,"primary_output":{"2":{"id":2,"img":"/items/new_icon/00000002_special.png","name":"Gold Ingot 1G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"5400 (Base)","zone":""},"810":{"center":{"x":"-159343","y":"-1235.54","z":"-155806"},"contribution":0,"id":810,"links":[602],"location":{"fmt":"kr","x":-159458,"y":-155778},"name":"Christine Cessory Investment Bank","parent":602,"primary_output":{"3":{"id":3,"img":"/items/new_icon/00000003_special.png","name":"Gold Ingot 10G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"11300 (Base)","zone":""},"831":{"center":{"x":"-347437","y":"-1907.69","z":"3463.5"},"contribution":1,"hidden":true,"id":831,"links":[635],"location":{"fmt":"kr","x":-345753,"y":698.269},"name":"Epheria Valley - Gathering","parent":635,"type":"Mushrooms","workload":"75 (Base)","zone":""},"832":{"center":{"x":"-362319","y":"-8250","z":"28381.6"},"contribution":0,"id":832,"links":[604],"location":{"fmt":"kr","x":-356790,"y":30627.4},"name":"Epheria Port - Specialties","parent":604,"primary_output":{"25007":{"id":55972,"name":"Packaged Dried Siganid"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1800 (Base)","zone":""},"834":{"center":{"x":"-300689","y":"-1715.74","z":"21119.1"},"contribution":1,"id":834,"links":[622],"location":{"fmt":"kr","x":-304886,"y":31652.9},"name":"Quint Hill - Lumbering","parent":622,"primary_output":{"4604":{"id":4604,"img":"/items/new_icon/03_etc/07_productmaterial/00004604.png","name":"Birch Timber"}},"secondary_output":{"5011":{"id":5011,"img":"/items/new_icon/03_etc/07_productmaterial/00005011.png","name":"Red Tree Lump"}},"type":"Forest","workload":"75 (Base)","zone":""},"835":{"center":{"x":"-300919","y":"-1707.94","z":"20562.9"},"contribution":1,"id":835,"links":[622],"location":{"fmt":"kr","x":-312356,"y":24646.7},"name":"Quint Hill - Mining","parent":622,"primary_output":{"4002":{"id":4002,"img":"/items/new_icon/03_etc/07_productmaterial/00004002.png","name":"Lead Ore"}},"secondary_output":{"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"100 (Base)","zone":""},"840":{"center":{"x":"-221400","y":"1332.21","z":"52330.6"},"contribution":1,"id":840,"links":[624],"location":{"fmt":"kr","x":-227652,"y":61851.9},"name":"Bree Tree Ruins - Lumbering","parent":624,"primary_output":{"4604":{"id":4604,"img":"/items/new_icon/03_etc/07_productmaterial/00004604.png","name":"Birch Timber"}},"secondary_output":{"5004":{"id":5004,"img":"/items/new_icon/03_etc/07_productmaterial/00005004.png","name":"Birch Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"841":{"center":{"x":"-220867","y":"1326.85","z":"52705.6"},"contribution":1,"id":841,"links":[624],"location":{"fmt":"kr","x":-231341,"y":48560.8},"name":"Bree Tree Ruins - Gathering","parent":624,"primary_output":{"5412":{"id":5412,"img":"/items/new_icon/03_etc/07_productmaterial/00005412.png","name":"Tiger Mushroom"}},"secondary_output":{"5431":{"id":5431,"img":"/items/new_icon/03_etc/07_productmaterial/00005431.png","name":"Big Tiger Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"842":{"center":{"x":"-221487","y":"1326.73","z":"52714.3"},"contribution":1,"id":842,"links":[638],"location":{"fmt":"kr","x":-227658,"y":25141.4},"name":"Bernianto Farm - Excavation","parent":638,"primary_output":{"44141":{"id":44141,"img":"/items/new_icon/03_etc/04_dropitem/00044141.png","name":"Contaminated Tooth"}},"requirement":"35 Energy from Griffian Bernianto (Bernianto Farm Node Manager)","secondary_output":{"5958":{"id":5958,"img":"/items/new_icon/03_etc/07_productmaterial/00005958.png","name":"Trace of Battle"},"5960":{"id":5960,"img":"/items/new_icon/03_etc/07_productmaterial/00005960.png","name":"Trace of Forest"},"44257":{"id":44257,"img":"/items/new_icon/03_etc/04_dropitem/00044257.png","name":"Weathered Rock Fragment from Ruins Site"},"44258":{"id":44258,"img":"/items/new_icon/03_etc/04_dropitem/00044258.png","name":"Ancient Artifact Shard"}},"type":"Mine","workload":"600 (Base)","zone":""},"843":{"center":{"x":"-172650","y":"-93.0186","z":"2504.37"},"contribution":1,"id":843,"links":[625],"location":{"fmt":"kr","x":-174925,"y":-1980.11},"name":"Khuruto Cave - Mining","parent":625,"primary_output":{"4004":{"id":4004,"img":"/items/new_icon/03_etc/07_productmaterial/00004004.png","name":"Tin Ore"}},"secondary_output":{"4408":{"id":4408,"img":"/items/new_icon/03_etc/07_productmaterial/00004408.png","name":"Rough Red Crystal"}},"type":"Mine","workload":"250 (Base)","zone":""},"844":{"center":{"x":"-172514","y":"-247.691","z":"1690.45"},"contribution":1,"hidden":true,"id":844,"links":[625],"location":{"fmt":"kr","x":-171543,"y":1869.95},"name":"Khuruto Cave","parent":625,"primary_output":{"4201":{"id":4201,"img":"/items/new_icon/03_etc/07_productmaterial/00004201.png","name":"Silver Ore"}},"type":"Connection","zone":""},"849":{"center":{"x":"-123305","y":"12127.6","z":"33466.8"},"contribution":1,"id":849,"links":[627],"location":{"fmt":"kr","x":-114414,"y":37012.7},"name":"Karanda Ridge - Gathering","parent":627,"primary_output":{"5405":{"id":5405,"img":"/items/new_icon/03_etc/07_productmaterial/00005405.png","name":"Silk Honey Grass"}},"secondary_output":{"5425":{"id":5425,"img":"/items/new_icon/03_etc/07_productmaterial/00005425.png","name":"Bunch of Silk Honey Grass"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"850":{"center":{"x":"-122836","y":"12094","z":"33487.4"},"contribution":1,"hidden":true,"id":850,"links":[627],"location":{"fmt":"kr","x":-130501,"y":26172.7},"name":"Karanda Ridge","parent":627,"primary_output":{"4603":{"id":4603,"img":"/items/new_icon/03_etc/07_productmaterial/00004603.png","name":"Pine Timber"}},"type":"Connection","zone":""},"852":{"center":{"x":"-216898","y":"-1474.38","z":"-15404.6"},"contribution":1,"id":852,"links":[628],"location":{"fmt":"kr","x":-215572,"y":-14598.2},"name":"Northern Wheat Plantation - Wheat Farming","parent":628,"primary_output":{"7001":{"id":7001,"img":"/items/new_icon/03_etc/07_productmaterial/00007001.png","name":"Wheat"}},"type":"Farm","workload":"100 (Base)","zone":""},"853":{"center":{"x":"-220742","y":"-1620.29","z":"755.843"},"contribution":1,"id":853,"links":[628],"location":{"fmt":"kr","x":-221807,"y":-1559.02},"name":"Northern Wheat Plantation - Barley Farming","parent":628,"primary_output":{"7002":{"id":7002,"img":"/items/new_icon/03_etc/07_productmaterial/00007002.png","name":"Barley"}},"type":"Farm","workload":"100 (Base)","zone":""},"854":{"center":{"x":"-207216","y":"-1373.01","z":"-8922.43"},"contribution":1,"id":854,"links":[628],"location":{"fmt":"kr","x":-205604,"y":-10065.6},"name":"Northern Wheat Plantation - Paprika Farming","parent":628,"primary_output":{"7312":{"id":7312,"img":"/items/new_icon/03_etc/07_productmaterial/00007312.png","name":"Paprika"}},"type":"Farm","workload":"100 (Base)","zone":""},"855":{"center":{"x":"-165424","y":"-333.146","z":"-18687.2"},"contribution":1,"id":855,"links":[629],"location":{"fmt":"kr","x":-167730,"y":-22447.5},"name":"Old Dandelion - Lumbering","parent":629,"primary_output":{"4604":{"id":4604,"img":"/items/new_icon/03_etc/07_productmaterial/00004604.png","name":"Birch Timber"}},"secondary_output":{"5011":{"id":5011,"img":"/items/new_icon/03_etc/07_productmaterial/00005011.png","name":"Red Tree Lump"}},"type":"Forest","workload":"75 (Base)","zone":""},"856":{"center":{"x":"-165935","y":"-371.939","z":"-16606.7"},"contribution":1,"hidden":true,"id":856,"links":[629],"location":{"fmt":"kr","x":-160998,"y":-19058.6},"name":"Old Dandelion","parent":629,"primary_output":{"4603":{"id":4603,"img":"/items/new_icon/03_etc/07_productmaterial/00004603.png","name":"Pine Timber"}},"type":"Connection","zone":""},"857":{"center":{"x":"-216883","y":"-1273.66","z":"-8860.02"},"contribution":1,"id":857,"links":[628],"location":{"fmt":"kr","x":-213862,"y":-8207.73},"name":"Northern Wheat Plantation - Specialties","parent":628,"primary_output":{"25007":{"id":7586,"name":"Special Sunflower Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"3000 (Base)","zone":""},"858":{"center":{"x":"-213847","y":"-1296.5","z":"-7910.94"},"contribution":1,"hidden":true,"id":858,"links":[628],"location":{"fmt":"kr","x":-213555,"y":-7801.35},"name":"Northern Wheat Plantation Safe Zone","parent":628,"type":"Connection","zone":""},"901":{"center":{"x":"-374671","y":"802.431","z":"-124516"},"contribution":1,"id":901,"links":[715],"location":{"fmt":"kr","x":-379093,"y":-122305},"name":"Mansha Forest - Lumbering","parent":715,"primary_output":{"4606":{"id":4606,"img":"/items/new_icon/03_etc/07_productmaterial/00004606.png","name":"Fir Timber"}},"secondary_output":{"5009":{"id":5009,"img":"/items/new_icon/03_etc/07_productmaterial/00005009.png","name":"Fir Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"902":{"center":{"x":"-381385","y":"236.421","z":"-134281"},"contribution":1,"id":902,"links":[715],"location":{"fmt":"kr","x":-381409,"y":-134272},"name":"Mansha Forest - Excavation","parent":715,"primary_output":{"44250":{"id":44250,"img":"/items/new_icon/03_etc/04_dropitem/00044250.png","name":"Weathered Cursed Fang"}},"requirement":"35 Energy from Mansha (Mansha Forest Node Manager)","secondary_output":{"5952":{"id":5952,"img":"/items/new_icon/03_etc/07_productmaterial/00005952.png","name":"Trace of Despair"},"5961":{"id":5961,"img":"/items/new_icon/03_etc/07_productmaterial/00005961.png","name":"Trace of Violence"},"44035":{"id":44035,"img":"/items/new_icon/03_etc/04_dropitem/00044035.png","name":"Tough Bear Hide"},"44259":{"id":44259,"img":"/items/new_icon/03_etc/04_dropitem/00044259.png","name":"Cursed Quartz Shard"}},"type":"Mine","workload":"600 (Base)","zone":""},"903":{"center":{"x":"-305105","y":"7159.47","z":"-144985"},"contribution":1,"id":903,"links":[722],"location":{"fmt":"kr","x":-304761,"y":-137514},"name":"Phoniel’s Cabin - Lumbering","parent":722,"primary_output":{"4606":{"id":4606,"img":"/items/new_icon/03_etc/07_productmaterial/00004606.png","name":"Fir Timber"}},"secondary_output":{"5009":{"id":5009,"img":"/items/new_icon/03_etc/07_productmaterial/00005009.png","name":"Fir Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"904":{"center":{"x":"-252993","y":"350.044","z":"-212563"},"contribution":1,"id":904,"links":[710],"location":{"fmt":"kr","x":-254829,"y":-212409},"name":"Rhua Tree Stub - Gathering","parent":710,"primary_output":{"5413":{"id":5413,"img":"/items/new_icon/03_etc/07_productmaterial/00005413.png","name":"Emperor Mushroom"}},"secondary_output":{"5432":{"id":5432,"img":"/items/new_icon/03_etc/07_productmaterial/00005432.png","name":"Big Emperor Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"905":{"center":{"x":"-386595","y":"7767.96","z":"-202049"},"contribution":1,"id":905,"links":[718],"location":{"fmt":"kr","x":-384314,"y":-202845},"name":"Lumberjack's Rest Area - Lumbering","parent":718,"primary_output":{"4607":{"id":4607,"img":"/items/new_icon/03_etc/07_productmaterial/00004607.png","name":"Cedar Timber"}},"secondary_output":{"5006":{"id":5006,"img":"/items/new_icon/03_etc/07_productmaterial/00005006.png","name":"Spirit's Leaf"}},"type":"Forest","workload":"75 (Base)","zone":""},"906":{"center":{"x":"-344292","y":"10430.7","z":"-250009"},"contribution":1,"id":906,"links":[719],"location":{"fmt":"kr","x":-354666,"y":-260871},"name":"Longleaf Tree Sentry Post - Gathering","parent":719,"primary_output":{"5405":{"id":5405,"img":"/items/new_icon/03_etc/07_productmaterial/00005405.png","name":"Silk Honey Grass"}},"secondary_output":{"5425":{"id":5425,"img":"/items/new_icon/03_etc/07_productmaterial/00005425.png","name":"Bunch of Silk Honey Grass"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"907":{"center":{"x":"-309478","y":"12563","z":"-273222"},"contribution":1,"id":907,"links":[720],"location":{"fmt":"kr","x":-300246,"y":-267826},"name":"Longleaf Tree Forest - Lumbering","parent":720,"primary_output":{"4607":{"id":4607,"img":"/items/new_icon/03_etc/07_productmaterial/00004607.png","name":"Cedar Timber"}},"secondary_output":{"5010":{"id":5010,"img":"/items/new_icon/03_etc/07_productmaterial/00005010.png","name":"Cedar Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"908":{"center":{"x":"-404833","y":"7793.97","z":"-189831"},"contribution":1,"id":908,"links":[703],"location":{"fmt":"kr","x":-404652,"y":-189263},"name":"Treant Forest - Lumbering","parent":703,"primary_output":{"4606":{"id":4606,"img":"/items/new_icon/03_etc/07_productmaterial/00004606.png","name":"Fir Timber"}},"secondary_output":{"5005":{"id":5005,"img":"/items/new_icon/03_etc/07_productmaterial/00005005.png","name":"Bloody Tree Knot"}},"type":"Forest","workload":"75 (Base)","zone":""},"909":{"center":{"x":"-363568","y":"8509.36","z":"-182896"},"contribution":1,"hidden":true,"id":909,"links":[708],"location":{"fmt":"kr","x":-363683,"y":-182510},"name":"Abandoned Monastery","parent":708,"primary_output":{"37359":{"id":37359,"img":"/items/new_icon/03_etc/12_doapplydirectlyitem/00000000_know_icon.png","name":"Sunrise Herb"}},"traders":{"42103":{"id":42103,"location":{"fmt":"kr","x":-369948,"y":-174705},"name":"Bacho Ladericcio","node":"Abandoned Monastery","packs":[{"id":"55297","level_requirement":"33","name":"Living Tree Branch","price":22758,"quantity":6,"type":4,"weight":"70.60"},{"id":"55298","level_requirement":"46","name":"Treant Sprout","price":31236,"quantity":8,"type":9,"weight":"77.66"}],"type":"Trade Manager"}},"type":"Connection","zone":""},"910":{"center":{"x":"-196272","y":"5561.1","z":"-250386"},"contribution":1,"id":910,"links":[716],"location":{"fmt":"kr","x":-196368,"y":-250130},"name":"Marie Cave - Lumbering","parent":716,"primary_output":{"4603":{"id":4603,"img":"/items/new_icon/03_etc/07_productmaterial/00004603.png","name":"Pine Timber"}},"secondary_output":{"5003":{"id":5003,"img":"/items/new_icon/03_etc/07_productmaterial/00005003.png","name":"Pine Sap"}},"type":"Forest","workload":"75 (Base)","zone":""},"911":{"center":{"x":"-186584","y":"7854.88","z":"-253496"},"contribution":1,"id":911,"links":[716],"location":{"fmt":"kr","x":-186059,"y":-252397},"name":"Marie Cave - Gathering","parent":716,"primary_output":{"5414":{"id":5414,"img":"/items/new_icon/03_etc/07_productmaterial/00005414.png","name":"Ghost Mushroom"}},"secondary_output":{"5433":{"id":5433,"img":"/items/new_icon/03_etc/07_productmaterial/00005433.png","name":"Big Ghost Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"912":{"center":{"x":"-252250","y":"-314.146","z":"-209316"},"contribution":1,"id":912,"links":[710],"location":{"fmt":"kr","x":-252225,"y":-210124},"name":"Rhua Tree Stub - Excavation","parent":710,"primary_output":{"44255":{"id":44255,"img":"/items/new_icon/03_etc/04_dropitem/00044255.png","name":"Dull Bone Fragment "}},"requirement":"35 Energy from Kamasilve Priestess Lunia (Rhua Tree Stub Node Manager)","secondary_output":{"5952":{"id":5952,"img":"/items/new_icon/03_etc/07_productmaterial/00005952.png","name":"Trace of Despair"},"5960":{"id":5960,"img":"/items/new_icon/03_etc/07_productmaterial/00005960.png","name":"Trace of Forest"},"44250":{"id":44250,"img":"/items/new_icon/03_etc/04_dropitem/00044250.png","name":"Weathered Cursed Fang"},"44256":{"id":44256,"img":"/items/new_icon/03_etc/04_dropitem/00044256.png","name":"Faded Magic Powder "}},"type":"Mine","workload":"600 (Base)","zone":""},"913":{"center":{"x":"-333785","y":"1712.78","z":"-149402"},"contribution":1,"id":913,"links":[706],"location":{"fmt":"kr","x":-340375,"y":-151320},"name":"Rhutum Outstation - Mining","parent":706,"primary_output":{"4004":{"id":4004,"img":"/items/new_icon/03_etc/07_productmaterial/00004004.png","name":"Tin Ore"}},"secondary_output":{"4409":{"id":4409,"img":"/items/new_icon/03_etc/07_productmaterial/00004409.png","name":"Rough Green Crystal"}},"type":"Mine","workload":"100 (Base)","zone":""},"914":{"center":{"x":"-302442","y":"2807.32","z":"-184848"},"contribution":1,"id":914,"links":[705],"location":{"fmt":"kr","x":-301314,"y":-184943},"name":"Behr Riverhead - Mining","parent":705,"primary_output":{"4004":{"id":4004,"img":"/items/new_icon/03_etc/07_productmaterial/00004004.png","name":"Tin Ore"}},"secondary_output":{"4804":{"id":4804,"img":"/items/new_icon/03_etc/07_productmaterial/00004804.png","name":"Powder of Earth"}},"type":"Mine","workload":"100 (Base)","zone":""},"915":{"center":{"x":"-388294","y":"10366.9","z":"-230449"},"contribution":0,"id":915,"links":[608],"location":{"fmt":"kr","x":-382746,"y":-229073},"name":"Trent - Specialties","parent":608,"primary_output":{"25007":{"id":55840,"name":"Calpheon Timber Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"9000 (Base)","zone":""},"950":{"center":{"x":"-139248","y":"59.6675","z":"-193752"},"contribution":1,"id":950,"links":[656],"location":{"fmt":"kr","x":-131986,"y":-227974},"name":"Primal Giant Post - Mining","parent":656,"primary_output":{"4002":{"id":4002,"img":"/items/new_icon/03_etc/07_productmaterial/00004002.png","name":"Lead Ore"}},"secondary_output":{"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"951":{"center":{"x":"-160121","y":"-1800.88","z":"-124762"},"contribution":1,"id":951,"links":[674],"location":{"fmt":"kr","x":-156921,"y":-135632},"name":"Keplan Quarry - Mining","parent":674,"primary_output":{"4007":{"id":4007,"img":"/items/new_icon/03_etc/07_productmaterial/00004007.png","name":"Coal"}},"secondary_output":{"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"952":{"center":{"x":"-145573","y":"2533.01","z":"-76623.7"},"contribution":1,"id":952,"links":[652],"location":{"fmt":"kr","x":-137857,"y":-74954.2},"name":"Oze Pass - Lumbering","parent":652,"primary_output":{"4607":{"id":4607,"img":"/items/new_icon/03_etc/07_productmaterial/00004607.png","name":"Cedar Timber"}},"secondary_output":{"5007":{"id":5007,"img":"/items/new_icon/03_etc/07_productmaterial/00005007.png","name":"Monk's Branch"}},"type":"Forest","workload":"75 (Base)","zone":""},"953":{"center":{"x":"-133084","y":"4407.55","z":"-65716.7"},"contribution":1,"hidden":true,"id":953,"links":[652],"location":{"fmt":"kr","x":-132492,"y":-80397.2},"name":"Oze Pass","parent":652,"primary_output":{"4607":{"id":4607,"img":"/items/new_icon/03_etc/07_productmaterial/00004607.png","name":"Cedar Timber"}},"secondary_output":{"5007":{"id":5007,"img":"/items/new_icon/03_etc/07_productmaterial/00005007.png","name":"Monk's Branch"}},"type":"Connection","zone":""},"954":{"center":{"x":"-144613","y":"366.671","z":"-116678"},"contribution":1,"hidden":true,"id":954,"links":[664],"location":{"fmt":"kr","x":-143661,"y":-119020},"name":"North Abandoned Quarry","parent":664,"primary_output":{"4002":{"id":4002,"img":"/items/new_icon/03_etc/07_productmaterial/00004002.png","name":"Lead Ore"}},"type":"Connection","zone":""},"955":{"center":{"x":"-148118","y":"-1365.64","z":"-193181"},"contribution":1,"hidden":true,"id":955,"links":[667],"location":{"fmt":"kr","x":-150588,"y":-190895},"name":"Abandoned Quarry","parent":667,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"traders":{"50434":{"id":50434,"location":{"fmt":"kr","x":-158265,"y":-184606},"name":"Abandoned Quarry Scout Theo","node":"Abandoned Quarry","packs":[{"id":"55268","img":"/items/new_icon/03_etc/10_free_tradeitem/00055268.png","level_requirement":1,"name":"Living Rock Chunk","price":18816,"quantity":12,"type":1,"weight":"67.20"},{"id":"55269","img":"/items/new_icon/03_etc/10_free_tradeitem/00055269.png","level_requirement":"36","name":"Gray Stone Rat Powder","price":24780,"quantity":4,"type":5,"weight":"71.20"}],"type":"Node Manager"}},"type":"Connection","zone":""},"956":{"center":{"x":"-153495","y":"3589.36","z":"-166590"},"contribution":1,"hidden":true,"id":956,"links":[654],"location":{"fmt":"kr","x":-153738,"y":-166629},"name":"Keplan Hill","parent":654,"primary_output":{"4004":{"id":4004,"img":"/items/new_icon/03_etc/07_productmaterial/00004004.png","name":"Tin Ore"}},"requirement":"Unknown - This node cannot be unlocked on NA servers","type":"Connection","zone":""},"957":{"center":{"x":"-184718","y":"-2382.94","z":"-156402"},"contribution":1,"id":957,"links":[672],"location":{"fmt":"kr","x":-184651,"y":-156353},"name":"Glutoni Cave - Gathering","parent":672,"primary_output":{"5413":{"id":5413,"img":"/items/new_icon/03_etc/07_productmaterial/00005413.png","name":"Emperor Mushroom"}},"secondary_output":{"5432":{"id":5432,"img":"/items/new_icon/03_etc/07_productmaterial/00005432.png","name":"Big Emperor Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"958":{"center":{"x":"-177440","y":"-2346.51","z":"-139851"},"contribution":1,"id":958,"links":[672],"location":{"fmt":"kr","x":-177301,"y":-139051},"name":"Glutoni Cave - Mining","parent":672,"primary_output":{"4007":{"id":4007,"img":"/items/new_icon/03_etc/07_productmaterial/00004007.png","name":"Coal"}},"secondary_output":{"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"959":{"center":{"x":"-173783","y":"3564.91","z":"-249124"},"contribution":1,"id":959,"links":[662],"location":{"fmt":"kr","x":-169967,"y":-236548},"name":"Hexe Stone Wall - Mining","parent":662,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"250 (Base)","zone":""},"960":{"center":{"x":"-160098","y":"2530.18","z":"-241783"},"contribution":1,"hidden":true,"id":960,"links":[662],"location":{"fmt":"kr","x":-165200,"y":-244269},"name":"Hexe Stone Wall","parent":662,"primary_output":{"4607":{"id":4607,"img":"/items/new_icon/03_etc/07_productmaterial/00004607.png","name":"Cedar Timber"}},"type":"Connection","zone":""},"961":{"center":{"x":"-255070","y":"-2586.61","z":"-31575.6"},"contribution":1,"hidden":true,"id":961,"links":[601],"location":{"fmt":"kr","x":-253879,"y":-31157.9},"name":"Calpheon City Trade Zone","parent":601,"type":"Connection","zone":"Republic of Calpheon"},"962":{"center":{"x":"-233823","y":"-3640.78","z":"-48111.7"},"contribution":1,"hidden":true,"id":962,"links":[601],"location":{"fmt":"kr","x":-233795,"y":-47991.6},"name":"Calpheon Market Trade Zone","parent":601,"type":"Connection","zone":"Republic of Calpheon"},"963":{"center":{"x":"-248857","y":"-1831.19","z":"-76152.4"},"contribution":1,"hidden":true,"id":963,"links":[601],"location":{"fmt":"kr","x":-248898,"y":-76170.3},"name":"Calpheon Holy College Trade Zone","parent":601,"type":"Connection","zone":"Republic of Calpheon"},"964":{"center":{"x":"-286704","y":"4330.57","z":"-234095"},"contribution":1,"id":964,"links":[609],"location":{"fmt":"kr","x":-286476,"y":-238529},"name":"Behr Town - Specialties","parent":609,"primary_output":{"25007":{"id":55840,"name":"Calpheon Timber Crate"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"9000 (Base)","zone":""},"1001":{"center":{"x":"-56616.4","y":"-7751.9","z":"392036"},"childnodes":[1049],"contribution":1,"id":1001,"links":[1016,1028,1049,1395,1400,1401,1402,1403,1404,1405],"location":{"fmt":"kr","x":-56891.3,"y":397108},"name":"Lema Island","node_manager":{"id":40613,"location":{"fmt":"kr","x":-57387,"y":396630},"name":"Dichzy Borne","type":"npc"},"type":"Town","zone":"Republic of Calpheon"},"1002":{"center":{"x":"152406","y":"-4601.38","z":"297512"},"childnodes":[110],"contribution":0,"id":1002,"links":[110,1005,1013,1014,1096],"location":{"fmt":"kr","x":157320,"y":290939},"name":"Iliya Island","notes":"

Transport links to: Velia

","traders":{"40609":{"id":40609,"location":{"fmt":"kr","x":157506,"y":292241},"name":"Maonil","node":"Iliya Island","packs":[{"id":"55127","img":"/items/new_icon/03_etc/10_free_tradeitem/00055127.png","level_requirement":1,"name":"Iliya Salt Pot","price":15418,"quantity":18,"type":3,"weight":55.8},{"id":"55128","img":"/items/new_icon/03_etc/10_free_tradeitem/00055128.png","level_requirement":"22","name":"Lucky Fish Statue","price":31056,"quantity":5,"type":2,"weight":"81.80"},{"id":"55129","img":"/items/new_icon/03_etc/10_free_tradeitem/00055129.png","level_requirement":"42","name":"Iliya Coral","price":57360,"quantity":4,"type":2,"weight":"137.10"}],"type":"Trade Manager"}},"type":"Town","zone":""},"1003":{"center":{"x":"249398","y":"-7917.3","z":"197916"},"childnodes":[1031,1032],"contribution":1,"id":1003,"links":[1004,1031,1032,1166],"location":{"fmt":"kr","x":255801,"y":191862},"name":"Pilava Island","node_manager":{"id":50494,"location":{"fmt":"kr","x":249599,"y":199205},"name":"Gerold","type":"npc"},"traders":{"50494":{"id":50494,"location":{"fmt":"kr","x":249599,"y":199205},"name":"Gerold","node":"Pilava Island","packs":[{"id":"55381","img":"/items/new_icon/03_etc/10_free_tradeitem/00055381.png","level_requirement":"36","name":"Pilava Pearl","price":74250,"quantity":4,"type":2,"weight":"175.01"},{"id":"55382","img":"/items/new_icon/03_etc/10_free_tradeitem/00055382.png","level_requirement":"30","name":"Whole King Crab","price":30969,"quantity":6,"type":3,"weight":"94.35"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1004":{"center":{"x":"203901","y":"-8200","z":"201296"},"childnodes":[1033,1034],"contribution":1,"id":1004,"links":[1003,1005,1033,1034],"location":{"fmt":"kr","x":205951,"y":200129},"name":"Delinghart Island","node_manager":{"id":50495,"location":{"fmt":"kr","x":211734,"y":199806},"name":"Zenith","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1005":{"center":{"x":"252417","y":"-7687.56","z":"298317"},"childnodes":[1029,1030],"contribution":1,"id":1005,"links":[1002,1004,1029,1030],"location":{"fmt":"kr","x":258690,"y":295960},"name":"Pujara Island","node_manager":{"id":50496,"location":{"fmt":"kr","x":255521,"y":289593},"name":"Lecenin","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1006":{"center":{"x":"81332.4","y":"-7389.99","z":"330939"},"contribution":1,"id":1006,"links":[1007,1009],"location":{"fmt":"kr","x":74721.3,"y":324086},"name":"Ajir Island","node_manager":{"id":50497,"location":{"fmt":"kr","x":82449,"y":330892},"name":"Iris","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1007":{"center":{"x":"41573.8","y":"-7206.1","z":"367598"},"contribution":1,"id":1007,"links":[1006,1008],"location":{"fmt":"kr","x":36729.7,"y":370254},"name":"Al-Naha Island","node_manager":{"id":50498,"location":{"fmt":"kr","x":42151,"y":365721},"name":"Rundgel","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1008":{"center":{"x":"73417.5","y":"-7934.85","z":"415322"},"contribution":1,"id":1008,"links":[1007,1099],"location":{"fmt":"kr","x":69250.5,"y":408777},"name":"Racid Island","node_manager":{"id":50499,"location":{"fmt":"kr","x":73216,"y":416032},"name":"Kunka","type":"npc"},"traders":{"50499":{"id":50499,"location":{"fmt":"kr","x":73216.4,"y":416032},"name":"Kunka","node":"Racid Island","packs":[{"id":"55383","img":"/items/new_icon/03_etc/10_free_tradeitem/00055383.png","level_requirement":"28","name":"Opal Nugget","price":29187,"quantity":12,"type":9,"weight":"91.00"},{"id":"55384","img":"/items/new_icon/03_etc/10_free_tradeitem/00055384.png","level_requirement":"41","name":"Bunch of Fire Flake Flowers","price":41994,"quantity":8,"type":9,"weight":"95.19"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1009":{"center":{"x":"15740.2","y":"-7684.72","z":"288923"},"contribution":1,"id":1009,"links":[1006,1010,1016],"location":{"fmt":"kr","x":6946.34,"y":290557},"name":"Baremi Island","node_manager":{"id":50500,"location":{"fmt":"kr","x":17925,"y":289169},"name":"Sidimin","type":"npc"},"traders":{"50500":{"id":50500,"location":{"fmt":"kr","x":17925,"y":289169},"name":"Sidimin","node":"Baremi Island","packs":[{"id":"55385","img":"/items/new_icon/03_etc/10_free_tradeitem/00055385.png","level_requirement":"35","name":"Caviar","price":36144,"quantity":6,"type":3,"weight":"94.69"},{"id":"55386","img":"/items/new_icon/03_etc/10_free_tradeitem/00055386.png","level_requirement":"44","name":"Ambergris","price":90072,"quantity":4,"type":2,"weight":"175.35"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1010":{"center":{"x":"38273.7","y":"-7679.64","z":"257200"},"childnodes":[1089],"contribution":1,"id":1010,"links":[1009,1015,1021,1089],"location":{"fmt":"kr","x":38273.7,"y":257200},"name":"Weita Island","node_manager":{"id":50501,"location":{"fmt":"kr","x":37476,"y":255222},"name":"Dane","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1011":{"center":{"x":"83757.4","y":"-8027.21","z":"169872"},"childnodes":[1037],"contribution":1,"id":1011,"links":[1012,1021,1037],"location":{"fmt":"kr","x":84729.4,"y":165217},"name":"Beiruwa Island","node_manager":{"id":50502,"location":{"fmt":"kr","x":84518,"y":170032},"name":"Isaria","type":"npc"},"traders":{"50502":{"id":50502,"location":{"fmt":"kr","x":84517.6,"y":170032},"name":"Isaria","node":"Beiruwa Island","packs":[{"id":"55387","img":"/items/new_icon/03_etc/10_free_tradeitem/00055387.png","level_requirement":"31","name":"Orange Crab Shell","price":31995,"quantity":12,"type":9,"weight":"86.26"},{"id":"55388","img":"/items/new_icon/03_etc/10_free_tradeitem/00055388.png","level_requirement":1,"name":"Truffle Mushroom Seedling","price":41004,"quantity":8,"type":1,"weight":"95.34"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1012":{"center":{"x":"131585","y":"-7748.89","z":"196309"},"childnodes":[1035,1036],"contribution":1,"id":1012,"links":[1011,1013,1035,1036],"location":{"fmt":"kr","x":129340,"y":191491},"name":"Taramura Island","node_manager":{"id":50503,"location":{"fmt":"kr","x":140133,"y":188978},"name":"Theoban","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1013":{"center":{"x":"145306","y":"-7790.39","z":"215740"},"contribution":1,"id":1013,"links":[1002,1012],"location":{"fmt":"kr","x":141489,"y":209881},"name":"Ostra Island","node_manager":{"id":50504,"location":{"fmt":"kr","x":145206,"y":216019},"name":"Borf","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1014":{"center":{"x":"95475.3","y":"-7956.94","z":"221552"},"contribution":1,"id":1014,"links":[1002,1015],"location":{"fmt":"kr","x":96742.8,"y":223298},"name":"Arakil Island","node_manager":{"id":50505,"location":{"fmt":"kr","x":93831,"y":222111},"name":"Gillian","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1015":{"center":{"x":"80342.2","y":"-7826.99","z":"244027"},"contribution":1,"id":1015,"links":[1010,1014],"location":{"fmt":"kr","x":82273.7,"y":241286},"name":"Kanvera Island","node_manager":{"id":50506,"location":{"fmt":"kr","x":80395,"y":243803},"name":"Dalfus","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1016":{"center":{"x":"-61956.1","y":"-7956.85","z":"325836"},"childnodes":[1046,1047],"contribution":1,"id":1016,"links":[1001,1009,1017,1046,1047],"location":{"fmt":"kr","x":-55021.4,"y":330371},"name":"Orffs Island","node_manager":{"id":50507,"location":{"fmt":"kr","x":-61918,"y":323489},"name":"Arens","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1017":{"center":{"x":"-90726.2","y":"-8147.02","z":"325649"},"contribution":1,"id":1017,"links":[1016,1026],"location":{"fmt":"kr","x":-87025.5,"y":326256},"name":"Tulu Island","node_manager":{"id":50508,"location":{"fmt":"kr","x":-90567,"y":325223},"name":"Ronbus","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1018":{"center":{"x":"-43687.9","y":"-6265.65","z":"183465"},"childnodes":[1042],"contribution":1,"id":1018,"links":[1,1019,1020,1021,1039,1042],"location":{"fmt":"kr","x":-43910,"y":181358},"name":"Luivano Island","node_manager":{"id":50509,"location":{"fmt":"kr","x":-49592,"y":189937},"name":"Izaak","type":"npc"},"traders":{"50509":{"id":50509,"location":{"fmt":"kr","x":-49591.8,"y":189937},"name":"Izaak","node":"Luivano Island","packs":[{"id":"55389","img":"/items/new_icon/03_etc/10_free_tradeitem/00055389.png","level_requirement":"32","name":"Coarse Sun-Dried Salt","price":33210,"quantity":6,"type":3,"weight":"91.44"},{"id":"55390","img":"/items/new_icon/03_etc/10_free_tradeitem/00055390.png","level_requirement":"43","name":"Clam Box","price":44028,"quantity":4,"type":3,"weight":"90.60"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1019":{"center":{"x":"-94535.6","y":"-7944.52","z":"213574"},"contribution":1,"id":1019,"links":[1018,1022],"location":{"fmt":"kr","x":-95026.4,"y":207815},"name":"Duch Island","node_manager":{"id":50510,"location":{"fmt":"kr","x":-95260,"y":205273},"name":"Andes","type":"npc"},"traders":{"50510":{"id":50510,"location":{"fmt":"kr","x":-95259.9,"y":205273},"name":"Andes","node":"Duch Island","packs":[{"id":"55391","img":"/items/new_icon/03_etc/10_free_tradeitem/00055391.png","level_requirement":1,"name":"Mysterious Medicine","price":33021,"quantity":12,"type":1,"weight":"84.00"},{"id":"55392","img":"/items/new_icon/03_etc/10_free_tradeitem/00055392.png","level_requirement":"46","name":"Pile of Duch Sunrise Herbs","price":46998,"quantity":8,"type":9,"weight":"100.10"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1020":{"center":{"x":"-26967.4","y":"-7952.15","z":"228829"},"childnodes":[1041,1090],"contribution":1,"id":1020,"links":[1018,1041,1090],"location":{"fmt":"kr","x":-25890.8,"y":224844},"name":"Mariveno Island","node_manager":{"id":50511,"location":{"fmt":"kr","x":-26788,"y":228794},"name":"Andorsen","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1021":{"center":{"x":"39877.7","y":"-7213.6","z":"209785"},"childnodes":[1038],"contribution":1,"id":1021,"links":[1010,1011,1018,1038],"location":{"fmt":"kr","x":43288.6,"y":207825},"name":"Paratama Island","node_manager":{"id":50512,"location":{"fmt":"kr","x":39328,"y":198859},"name":"Ian Hunt","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1022":{"center":{"x":"-80628.6","y":"-7995.22","z":"226097"},"contribution":1,"id":1022,"links":[1019,1023],"location":{"fmt":"kr","x":-85396,"y":220655},"name":"Eveto Island","node_manager":{"id":50513,"location":{"fmt":"kr","x":-80520,"y":226055},"name":"Ronde Greyfang","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1023":{"center":{"x":"-97908.4","y":"-8072.02","z":"270167"},"contribution":1,"id":1023,"links":[1022,1024,1027],"location":{"fmt":"kr","x":-93354.5,"y":266197},"name":"Balvege Island","node_manager":{"id":50514,"location":{"fmt":"kr","x":-98326,"y":269991},"name":"Ringboff","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1024":{"center":{"x":"-67182.9","y":"-8053.11","z":"268006"},"contribution":1,"id":1024,"links":[1023],"location":{"fmt":"kr","x":-63777.7,"y":265813},"name":"Marlene Island","node_manager":{"id":50515,"location":{"fmt":"kr","x":-66833,"y":272374},"name":"Leman Hesse","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1026":{"center":{"x":"-119375","y":"-7974.91","z":"312046"},"childnodes":[1048,1050],"contribution":1,"id":1026,"links":[1017,1048,1050,1055],"location":{"fmt":"kr","x":-123249,"y":303782},"name":"Invernen Island","node_manager":{"id":50516,"location":{"fmt":"kr","x":-112377,"y":292198},"name":"Tarima","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1027":{"center":{"x":"-122017","y":"-8200","z":"241576"},"childnodes":[1043,1044,1045],"contribution":1,"id":1027,"links":[1023,1043,1044,1045,1051],"location":{"fmt":"kr","x":-131366,"y":238017},"name":"Angie Island","node_manager":{"id":50517,"location":{"fmt":"kr","x":-131475,"y":231119},"name":"Anaki","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1028":{"center":{"x":"-126823","y":"-7824.49","z":"429685"},"contribution":1,"id":1028,"links":[1001,1095],"location":{"fmt":"kr","x":-122014,"y":430941},"name":"Tashu Island","node_manager":{"id":50518,"location":{"fmt":"kr","x":-122312,"y":440856},"name":"Baki","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1029":{"center":{"x":"262503","y":"-8200","z":"339004"},"contribution":1,"id":1029,"links":[1005],"location":{"fmt":"kr","x":262503,"y":339004},"name":"Fish Drying Yard 1","parent":1005,"primary_output":{"8527":{"id":8527,"img":"/items/new_icon/03_etc/07_productmaterial/00008527.png","name":"Dried Swordfish"},"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8602":{"id":8602,"img":"/items/new_icon/03_etc/07_productmaterial/00008602.png","name":"Dried Clownfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1030":{"center":{"x":"260260","y":"-8150","z":"269058"},"contribution":1,"id":1030,"links":[1005],"location":{"fmt":"kr","x":260260,"y":269058},"name":"Fish Drying Yard 2","parent":1005,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8570":{"id":8570,"img":"/items/new_icon/03_etc/07_productmaterial/00008570.png","name":"Dried Golden-Thread"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1031":{"center":{"x":"255868","y":"-8150","z":"212160"},"contribution":1,"id":1031,"links":[1003],"location":{"fmt":"kr","x":255868,"y":212160},"name":"Fish Drying Yard 1","parent":1003,"primary_output":{"8560":{"id":8560,"img":"/items/new_icon/03_etc/07_productmaterial/00008560.png","name":"Dried Flatfish"},"8561":{"id":8561,"img":"/items/new_icon/03_etc/07_productmaterial/00008561.png","name":"Dried Grunt"},"8566":{"id":8566,"img":"/items/new_icon/03_etc/07_productmaterial/00008566.png","name":"Dried Whiting"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1032":{"center":{"x":"275166","y":"-8150","z":"195249"},"contribution":1,"id":1032,"links":[1003],"location":{"fmt":"kr","x":275166,"y":195249},"name":"Fish Drying Yard 2","parent":1003,"primary_output":{"8510":{"id":8510,"img":"/items/new_icon/03_etc/07_productmaterial/00008510.png","name":"Dried Rockfish"},"8564":{"id":8564,"img":"/items/new_icon/03_etc/07_productmaterial/00008564.png","name":"Dried Round Herring"},"8584":{"id":8584,"img":"/items/new_icon/03_etc/07_productmaterial/00008584.png","name":"Dried Grouper"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1033":{"center":{"x":"172975","y":"-8200","z":"198866"},"contribution":1,"id":1033,"links":[1004],"location":{"fmt":"kr","x":172960,"y":198865},"name":"Fish Drying Yard 1","parent":1004,"primary_output":{"8508":{"id":8508,"img":"/items/new_icon/03_etc/07_productmaterial/00008508.png","name":"Dried Swellfish"},"8560":{"id":8560,"img":"/items/new_icon/03_etc/07_productmaterial/00008560.png","name":"Dried Flatfish"},"8566":{"id":8566,"img":"/items/new_icon/03_etc/07_productmaterial/00008566.png","name":"Dried Whiting"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1034":{"center":{"x":"206737","y":"-8150","z":"231599"},"contribution":1,"id":1034,"links":[1004],"location":{"fmt":"kr","x":206737,"y":231599},"name":"Fish Drying Yard 2","parent":1004,"primary_output":{"8510":{"id":8510,"img":"/items/new_icon/03_etc/07_productmaterial/00008510.png","name":"Dried Rockfish"},"8564":{"id":8564,"img":"/items/new_icon/03_etc/07_productmaterial/00008564.png","name":"Dried Round Herring"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1035":{"center":{"x":"156613","y":"-8200","z":"172796"},"contribution":1,"id":1035,"links":[1012],"location":{"fmt":"kr","x":156603,"y":172792},"name":"Fish Drying Yard 1","parent":1012,"primary_output":{"8560":{"id":8560,"img":"/items/new_icon/03_etc/07_productmaterial/00008560.png","name":"Dried Flatfish"},"8566":{"id":8566,"img":"/items/new_icon/03_etc/07_productmaterial/00008566.png","name":"Dried Whiting"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1036":{"center":{"x":"118813","y":"-8200","z":"162317"},"contribution":1,"id":1036,"links":[1012],"location":{"fmt":"kr","x":118812,"y":162316},"name":"Fish Drying Yard 2","parent":1012,"primary_output":{"8510":{"id":8510,"img":"/items/new_icon/03_etc/07_productmaterial/00008510.png","name":"Dried Rockfish"},"8564":{"id":8564,"img":"/items/new_icon/03_etc/07_productmaterial/00008564.png","name":"Dried Round Herring"},"8566":{"id":8566,"img":"/items/new_icon/03_etc/07_productmaterial/00008566.png","name":"Dried Whiting"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1037":{"center":{"x":"70031.9","y":"-8150","z":"168649"},"contribution":1,"id":1037,"links":[1011],"location":{"fmt":"kr","x":70031.9,"y":168649},"name":"Fish Drying Yard","parent":1011,"primary_output":{"8560":{"id":8560,"img":"/items/new_icon/03_etc/07_productmaterial/00008560.png","name":"Dried Flatfish"},"8566":{"id":8566,"img":"/items/new_icon/03_etc/07_productmaterial/00008566.png","name":"Dried Whiting"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8603":{"id":8603,"img":"/items/new_icon/03_etc/07_productmaterial/00008603.png","name":"Dried Blue Tang"}},"type":"Fishing","workload":"1200 (Base)"},"1038":{"center":{"x":"88101","y":"-8200","z":"194850"},"contribution":1,"id":1038,"links":[1021],"location":{"fmt":"kr","x":88113,"y":194865},"name":"Fish Drying Yard","parent":1021,"primary_output":{"8508":{"id":8508,"img":"/items/new_icon/03_etc/07_productmaterial/00008508.png","name":"Dried Swellfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8571":{"id":8571,"img":"/items/new_icon/03_etc/07_productmaterial/00008571.png","name":"Dried Nibbler"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1039":{"center":{"x":"6006.37","y":"-7844.1","z":"164907"},"childnodes":[1040],"contribution":1,"id":1039,"links":[1018,1040],"location":{"fmt":"kr","x":7230.57,"y":165212},"name":"Ephde Rune Island","node_manager":{"id":50519,"location":{"fmt":"kr","x":8721,"y":164981},"name":"Kio","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1040":{"center":{"x":"-5889.18","y":"-8227.71","z":"193624"},"contribution":1,"id":1040,"links":[1039],"location":{"fmt":"kr","x":-5889.18,"y":193624},"name":"Fish Drying Yard","parent":1039,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1041":{"center":{"x":"-24974.6","y":"-8191.06","z":"267599"},"contribution":1,"id":1041,"links":[1020],"location":{"fmt":"kr","x":-24974.6,"y":267599},"name":"Fish Drying Yard 1","parent":1020,"primary_output":{"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8572":{"id":8572,"img":"/items/new_icon/03_etc/07_productmaterial/00008572.png","name":"Dried Siganid"},"8573":{"id":8573,"img":"/items/new_icon/03_etc/07_productmaterial/00008573.png","name":"Dried Bluefish"},"8602":{"id":8602,"img":"/items/new_icon/03_etc/07_productmaterial/00008602.png","name":"Dried Clownfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1042":{"center":{"x":"-75361.4","y":"-8200","z":"165862"},"contribution":1,"id":1042,"links":[1018],"location":{"fmt":"kr","x":-75388.8,"y":165869},"name":"Fish Drying Yard","parent":1018,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1043":{"center":{"x":"-156579","y":"-8200","z":"214979"},"contribution":1,"id":1043,"links":[1027],"location":{"fmt":"kr","x":-149066,"y":227994},"name":"Fish Drying Yard 1","parent":1027,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8573":{"id":8573,"img":"/items/new_icon/03_etc/07_productmaterial/00008573.png","name":"Dried Bluefish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1044":{"center":{"x":"-131495","y":"-8200","z":"207846"},"contribution":1,"hidden":true,"id":1044,"links":[1027],"location":{"fmt":"kr","x":-135880,"y":226788},"name":"Angie Island - Fish Drying Yard 2","parent":1027,"type":"Connection","workload":"1200 (Base)","zone":""},"1045":{"center":{"x":"-136137","y":"-8174.96","z":"272064"},"contribution":1,"id":1045,"links":[1027],"location":{"fmt":"kr","x":-135739,"y":255459},"name":"Fish Drying Yard 3","parent":1027,"primary_output":{"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8573":{"id":8573,"img":"/items/new_icon/03_etc/07_productmaterial/00008573.png","name":"Dried Bluefish"},"8602":{"id":8602,"img":"/items/new_icon/03_etc/07_productmaterial/00008602.png","name":"Dried Clownfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1046":{"center":{"x":"-74347.8","y":"-8200","z":"295928"},"contribution":1,"id":1046,"links":[1016],"location":{"fmt":"kr","x":-74360.1,"y":295929},"name":"Fish Drying Yard 1","parent":1016,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8561":{"id":8561,"img":"/items/new_icon/03_etc/07_productmaterial/00008561.png","name":"Dried Grunt"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1047":{"center":{"x":"-30631.1","y":"-8200","z":"307352"},"contribution":1,"id":1047,"links":[1016],"location":{"fmt":"kr","x":-30628.1,"y":307350},"name":"Fish Drying Yard 2","parent":1016,"primary_output":{"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8561":{"id":8561,"img":"/items/new_icon/03_etc/07_productmaterial/00008561.png","name":"Dried Grunt"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8602":{"id":8602,"img":"/items/new_icon/03_etc/07_productmaterial/00008602.png","name":"Dried Clownfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1048":{"center":{"x":"-167666","y":"-8200","z":"309069"},"contribution":1,"id":1048,"links":[1026],"location":{"fmt":"kr","x":-168773,"y":334330},"name":"Fish Drying Yard 1","parent":1026,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8526":{"id":8526,"img":"/items/new_icon/03_etc/07_productmaterial/00008526.png","name":"Dried Angler"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1049":{"center":{"x":"-50214.5","y":"-8200","z":"376047"},"contribution":1,"hidden":true,"id":1049,"links":[1001],"location":{"fmt":"kr","x":-49145.3,"y":376699},"name":"Lema Island - Fish Drying Yard","parent":1001,"primary_output":{"8211":{"id":8211,"name":"Squid"}},"secondary_output":{"42349":{"id":42349,"name":"Broken Bottle Fragment"}},"type":"Connection","workload":"1200 (Base)","zone":""},"1050":{"center":{"x":"-127052","y":"-8200","z":"357942"},"contribution":1,"id":1050,"links":[1026],"location":{"fmt":"kr","x":-127048,"y":357944},"name":"Fish Drying Yard 2","node_manager":{"id":50540,"location":{"fmt":"kr","x":126818,"y":126802},"name":"Tantu","type":"npc"},"parent":1026,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1051":{"center":{"x":"-183679","y":"-7778.25","z":"243410"},"contribution":1,"id":1051,"links":[1027,1052],"location":{"fmt":"kr","x":-183092,"y":247770},"name":"Marka Island","node_manager":{"id":50520,"location":{"fmt":"kr","x":-185122,"y":239313},"name":"Jango","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1052":{"center":{"x":"-220383","y":"-7982.27","z":"234862"},"childnodes":[1088],"contribution":1,"id":1052,"links":[1051,1053,1054,1088],"location":{"fmt":"kr","x":-213127,"y":234473},"name":"Louruve Island","node_manager":{"id":50521,"location":{"fmt":"kr","x":-220365,"y":234561},"name":"Bilao","type":"npc"},"traders":{"50521":{"id":50521,"location":{"fmt":"kr","x":-220365,"y":234561},"name":"Bilao","node":"Louruve Island","packs":[{"id":"55393","img":"/items/new_icon/03_etc/10_free_tradeitem/00055393.png","level_requirement":1,"name":"Swellfish Skin Wallet","price":36081,"quantity":12,"type":1,"weight":"86.02"},{"id":"55394","img":"/items/new_icon/03_etc/10_free_tradeitem/00055394.png","level_requirement":"40","name":"Louruvian Oyster","price":41022,"quantity":4,"type":3,"weight":"94.18"}],"type":"Node Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1053":{"center":{"x":"-251206","y":"-8022.85","z":"199565"},"childnodes":[1084,1085],"contribution":1,"id":1053,"links":[1052,1056,1084,1085],"location":{"fmt":"kr","x":-248601,"y":207950},"name":"Staren Island","node_manager":{"id":50522,"location":{"fmt":"kr","x":-253399,"y":200009},"name":"Blancy","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1054":{"center":{"x":"-222301","y":"-7935.32","z":"270105"},"childnodes":[1086,1087],"contribution":1,"id":1054,"links":[1052,1086,1087,1095],"location":{"fmt":"kr","x":-233814,"y":266645},"name":"Lisz Island","node_manager":{"id":50523,"location":{"fmt":"kr","x":-221517,"y":274907},"name":"Faolun","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1055":{"center":{"x":"-184673","y":"-7649.2","z":"288729"},"contribution":1,"id":1055,"links":[1026,1095],"location":{"fmt":"kr","x":-184158,"y":295736},"name":"Narvo Island","node_manager":{"id":50524,"location":{"fmt":"kr","x":-176091,"y":291607},"name":"Fabian","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1056":{"center":{"x":"-322728","y":"-7697.12","z":"167626"},"childnodes":[1083],"contribution":1,"id":1056,"links":[1053,1057,1061,1083,1093],"location":{"fmt":"kr","x":-330051,"y":172260},"name":"Albresser Island","node_manager":{"id":50525,"location":{"fmt":"kr","x":-336577,"y":168738},"name":"Ninehart","type":"npc"},"traders":{"50525":{"id":50525,"location":{"fmt":"kr","x":-336577,"y":168738},"name":"Ninehart","node":"Albresser Island","packs":[{"id":"55395","img":"/items/new_icon/03_etc/10_free_tradeitem/00055395.png","level_requirement":"42","name":"Bunch of Saffron","price":86022,"quantity":4,"type":2,"weight":"174.04"},{"id":"55396","img":"/items/new_icon/03_etc/10_free_tradeitem/00055396.png","level_requirement":"49","name":"Sack of Fine Sand","price":49959,"quantity":12,"type":9,"weight":"105.26"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1057":{"center":{"x":"-364103","y":"-7727.89","z":"182612"},"contribution":1,"id":1057,"links":[1056,1058,1060],"location":{"fmt":"kr","x":-360261,"y":188740},"name":"Eberdeen Island","node_manager":{"id":50526,"location":{"fmt":"kr","x":-363524,"y":181638},"name":"Stejones","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1058":{"center":{"x":"-373195","y":"-7842.06","z":"227173"},"childnodes":[1079,1080],"contribution":1,"id":1058,"links":[1057,1059,1070,1079,1080],"location":{"fmt":"kr","x":-393076,"y":206009},"name":"Oben Island","node_manager":{"id":50527,"location":{"fmt":"kr","x":-404628,"y":212366},"name":"McCulley","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1059":{"center":{"x":"-431128","y":"-7965.04","z":"212277"},"childnodes":[1077],"contribution":1,"id":1059,"links":[1058,1069,1077,1094],"location":{"fmt":"kr","x":-443029,"y":213565},"name":"Daton Island","node_manager":{"id":50528,"location":{"fmt":"kr","x":-432655,"y":211429},"name":"Sion","type":"npc"},"traders":{"50528":{"id":50528,"location":{"fmt":"kr","x":-432655,"y":211429},"name":"Sion","node":"Daton Island","packs":[{"id":"55397","img":"/items/new_icon/03_etc/10_free_tradeitem/00055397.png","level_requirement":"31","name":"Big Beryl","price":31968,"quantity":12,"type":9,"weight":"86.36"},{"id":"55398","img":"/items/new_icon/03_etc/10_free_tradeitem/00055398.png","level_requirement":"39","name":"Dried Herb Leaf","price":39942,"quantity":4,"type":3,"weight":"91.40"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1060":{"center":{"x":"-377734","y":"-7867.48","z":"176892"},"contribution":1,"id":1060,"links":[1057],"location":{"fmt":"kr","x":-381076,"y":178841},"name":"Dunde Island","node_manager":{"id":50529,"location":{"fmt":"kr","x":-378486,"y":176996},"name":"Ebott","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1061":{"center":{"x":"-329238","y":"-7974.37","z":"145277"},"childnodes":[1081,1082],"contribution":1,"id":1061,"links":[1056,1062,1081,1082],"location":{"fmt":"kr","x":-325298,"y":145943},"name":"Barater Island","node_manager":{"id":50530,"location":{"fmt":"kr","x":-327045,"y":144601},"name":"Juria","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1062":{"center":{"x":"-388275","y":"-7761.48","z":"107027"},"childnodes":[1076,1078],"contribution":1,"id":1062,"links":[1061,1063,1064,1076,1078],"location":{"fmt":"kr","x":-383461,"y":110496},"name":"Randis Island","node_manager":{"id":50531,"location":{"fmt":"kr","x":-385940,"y":115947},"name":"Sagotts","type":"npc"},"traders":{"50531":{"id":50531,"location":{"fmt":"kr","x":-385940,"y":115947},"name":"Sagotts","node":"Randis Island","packs":[{"id":"55399","img":"/items/new_icon/03_etc/10_free_tradeitem/00055399.png","level_requirement":"32","name":"Randis Ray Hide","price":33129,"quantity":6,"type":7,"weight":"93.84"},{"id":"55400","img":"/items/new_icon/03_etc/10_free_tradeitem/00055400.png","level_requirement":1,"name":"Bunch of Blue Roses","price":43047,"quantity":8,"type":1,"weight":"100.10"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1063":{"center":{"x":"-384785","y":"-7569.02","z":"92913.3"},"childnodes":[1071],"contribution":1,"id":1063,"links":[604,1062,1071],"location":{"fmt":"kr","x":-384974,"y":86495.4},"name":"Serca Island","node_manager":{"id":50532,"location":{"fmt":"kr","x":-385602,"y":89789},"name":"Odro","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1064":{"center":{"x":"-442054","y":"-7830.63","z":"80094.4"},"childnodes":[1072],"contribution":1,"id":1064,"links":[1062,1065,1072],"location":{"fmt":"kr","x":-439636,"y":85688.5},"name":"Baeza Island","node_manager":{"id":50533,"location":{"fmt":"kr","x":-440717,"y":89557},"name":"Ludwig","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1065":{"center":{"x":"-462908","y":"-7723.77","z":"97955.1"},"childnodes":[1073],"contribution":1,"id":1065,"links":[1064,1066,1069,1073],"location":{"fmt":"kr","x":-468288,"y":99032},"name":"Modric Island","node_manager":{"id":50534,"location":{"fmt":"kr","x":-466049,"y":98562},"name":"Delio","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1066":{"center":{"x":"-491057","y":"-8025.81","z":"99239.1"},"contribution":1,"id":1066,"links":[1065,1067,1068],"location":{"fmt":"kr","x":-485677,"y":115769},"name":"Theonil Island","node_manager":{"id":50535,"location":{"fmt":"kr","x":-492243,"y":99561},"name":"Riotina","type":"npc"},"traders":{"50535":{"id":50535,"location":{"fmt":"kr","x":-492243,"y":99561.2},"name":"Riotina","node":"Theonil Island","packs":[{"id":"55401","img":"/items/new_icon/03_etc/10_free_tradeitem/00055401.png","level_requirement":"36","name":"Seagull Egg","price":37017,"quantity":6,"type":3,"weight":"94.69"},{"id":"55402","img":"/items/new_icon/03_etc/10_free_tradeitem/00055402.png","level_requirement":"51","name":"Gentian Wine","price":51921,"quantity":4,"type":3,"weight":"101.00"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Calpheon"},"1067":{"center":{"x":"-528128","y":"-7985.01","z":"78345.1"},"childnodes":[1074,1075],"contribution":1,"id":1067,"links":[1066,1074,1075],"location":{"fmt":"kr","x":-524725,"y":66122.4},"name":"Teyamal Island","node_manager":{"id":50536,"location":{"fmt":"kr","x":-528272,"y":76745},"name":"Vidicto","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1068":{"center":{"x":"-509122","y":"-7943","z":"158345"},"contribution":1,"id":1068,"links":[1066],"location":{"fmt":"kr","x":-513035,"y":155219},"name":"Rameda Island","node_manager":{"id":50537,"location":{"fmt":"kr","x":-513459,"y":154125},"name":"Gonzales","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1069":{"center":{"x":"-458410","y":"-8124.22","z":"151382"},"contribution":1,"id":1069,"links":[1059,1065],"location":{"fmt":"kr","x":-451474,"y":149315},"name":"Ginburrey Island","node_manager":{"id":50538,"location":{"fmt":"kr","x":-454936,"y":145566},"name":"Schutgen","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1070":{"center":{"x":"-419407","y":"-8034.59","z":"197906"},"contribution":1,"id":1070,"links":[1058],"location":{"fmt":"kr","x":-417664,"y":192859},"name":"Netnume Island","node_manager":{"id":50539,"location":{"fmt":"kr","x":-417538,"y":200832},"name":"Batermann","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1071":{"center":{"x":"-396870","y":"-8150","z":"78284.9"},"contribution":1,"id":1071,"links":[1063],"location":{"fmt":"kr","x":-396870,"y":78284.9},"name":"Fish Drying Yard","parent":1063,"primary_output":{"8507":{"id":8507,"img":"/items/new_icon/03_etc/07_productmaterial/00008507.png","name":"Dried Porgy"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8535":{"id":8535,"img":"/items/new_icon/03_etc/07_productmaterial/00008535.png","name":"Dried Scorpion Fish"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1072":{"center":{"x":"-449338","y":"-8150","z":"73026.1"},"contribution":1,"id":1072,"links":[1064],"location":{"fmt":"kr","x":-449338,"y":73026.1},"name":"Fish Drying Yard","parent":1064,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8512":{"id":8512,"img":"/items/new_icon/03_etc/07_productmaterial/00008512.png","name":"Dried Octopus"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"},"8571":{"id":8571,"img":"/items/new_icon/03_etc/07_productmaterial/00008571.png","name":"Dried Nibbler"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1073":{"center":{"x":"-475699","y":"-8150","z":"84585"},"contribution":1,"id":1073,"links":[1065],"location":{"fmt":"kr","x":-475699,"y":84585},"name":"Fish Drying Yard","parent":1065,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8556":{"id":8556,"img":"/items/new_icon/03_etc/07_productmaterial/00008556.png","name":"Dried Cero"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1074":{"center":{"x":"-526577","y":"-8150","z":"52494.7"},"contribution":1,"id":1074,"links":[1067],"location":{"fmt":"kr","x":-526577,"y":52494.7},"name":"Fish Drying Yard 1","parent":1067,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8512":{"id":8512,"img":"/items/new_icon/03_etc/07_productmaterial/00008512.png","name":"Dried Octopus"},"8556":{"id":8556,"img":"/items/new_icon/03_etc/07_productmaterial/00008556.png","name":"Dried Cero"},"8578":{"id":8578,"img":"/items/new_icon/03_etc/07_productmaterial/00008578.png","name":"Dried Pintado"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1075":{"center":{"x":"-509523","y":"-8150","z":"59222.9"},"contribution":1,"id":1075,"links":[1067],"location":{"fmt":"kr","x":-509523,"y":59222.9},"name":"Fish Drying Yard 2","parent":1067,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8579":{"id":8579,"img":"/items/new_icon/03_etc/07_productmaterial/00008579.png","name":"Dried Gurnard"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1076":{"center":{"x":"-399841","y":"-8150","z":"105982"},"contribution":1,"id":1076,"links":[1062],"location":{"fmt":"kr","x":-399841,"y":105982},"name":"Fish Drying Yard 1","parent":1062,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8512":{"id":8512,"img":"/items/new_icon/03_etc/07_productmaterial/00008512.png","name":"Dried Octopus"},"8577":{"id":8577,"img":"/items/new_icon/03_etc/07_productmaterial/00008577.png","name":"Dried Maomao"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1077":{"center":{"x":"-468213","y":"-8150","z":"212065"},"contribution":1,"id":1077,"links":[1059],"location":{"fmt":"kr","x":-468213,"y":212065},"name":"Fish Drying Yard","parent":1059,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8525":{"id":8525,"img":"/items/new_icon/03_etc/07_productmaterial/00008525.png","name":"Dried Sea Bass"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1078":{"center":{"x":"-391879","y":"-8150","z":"131364"},"contribution":1,"id":1078,"links":[1062],"location":{"fmt":"kr","x":-391879,"y":131364},"name":"Fish Drying Yard 2","parent":1062,"primary_output":{"8535":{"id":8535,"img":"/items/new_icon/03_etc/07_productmaterial/00008535.png","name":"Dried Scorpion Fish"},"8578":{"id":8578,"img":"/items/new_icon/03_etc/07_productmaterial/00008578.png","name":"Dried Pintado"},"8581":{"id":8581,"img":"/items/new_icon/03_etc/07_productmaterial/00008581.png","name":"Dried John Dory"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1079":{"center":{"x":"-396569","y":"-8150","z":"244060"},"contribution":1,"id":1079,"links":[1058],"location":{"fmt":"kr","x":-396569,"y":244060},"name":"Fish Drying Yard 1","parent":1058,"primary_output":{"8508":{"id":8508,"img":"/items/new_icon/03_etc/07_productmaterial/00008508.png","name":"Dried Swellfish"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8578":{"id":8578,"img":"/items/new_icon/03_etc/07_productmaterial/00008578.png","name":"Dried Pintado"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1080":{"center":{"x":"-358074","y":"-8150","z":"227851"},"contribution":1,"id":1080,"links":[1058],"location":{"fmt":"kr","x":-358074,"y":227851},"name":"Fish Drying Yard 2","parent":1058,"primary_output":{"8508":{"id":8508,"img":"/items/new_icon/03_etc/07_productmaterial/00008508.png","name":"Dried Swellfish"},"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1081":{"center":{"x":"-343762","y":"-8150","z":"150812"},"contribution":1,"id":1081,"links":[1061],"location":{"fmt":"kr","x":-343762,"y":150812},"name":"Fish Drying Yard 1","parent":1061,"primary_output":{"8531":{"id":8531,"img":"/items/new_icon/03_etc/07_productmaterial/00008531.png","name":"Dried Ray"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8578":{"id":8578,"img":"/items/new_icon/03_etc/07_productmaterial/00008578.png","name":"Dried Pintado"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1082":{"center":{"x":"-309097","y":"-8150","z":"155690"},"contribution":1,"id":1082,"links":[1061],"location":{"fmt":"kr","x":-309097,"y":155690},"name":"Fish Drying Yard 2","parent":1061,"primary_output":{"8509":{"id":8509,"img":"/items/new_icon/03_etc/07_productmaterial/00008509.png","name":"Dried Saurel"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"},"8585":{"id":8585,"img":"/items/new_icon/03_etc/07_productmaterial/00008585.png","name":"Dried Bigeye"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1083":{"center":{"x":"-329608","y":"-8150","z":"193108"},"contribution":1,"id":1083,"links":[1056],"location":{"fmt":"kr","x":-329608,"y":193108},"name":"Fish Drying Yard","parent":1056,"primary_output":{"8512":{"id":8512,"img":"/items/new_icon/03_etc/07_productmaterial/00008512.png","name":"Dried Octopus"},"8531":{"id":8531,"img":"/items/new_icon/03_etc/07_productmaterial/00008531.png","name":"Dried Ray"},"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"},"8578":{"id":8578,"img":"/items/new_icon/03_etc/07_productmaterial/00008578.png","name":"Dried Pintado"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1084":{"center":{"x":"-251010","y":"-8150","z":"186827"},"contribution":1,"id":1084,"links":[1053],"location":{"fmt":"kr","x":-251010,"y":186827},"name":"Fish Drying Yard 1","parent":1053,"primary_output":{"8502":{"id":8502,"img":"/items/new_icon/03_etc/07_productmaterial/00008502.png","name":"Dried Tuna"},"8535":{"id":8535,"img":"/items/new_icon/03_etc/07_productmaterial/00008535.png","name":"Dried Scorpion Fish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8604":{"id":8604,"img":"/items/new_icon/03_etc/07_productmaterial/00008604.png","name":"Dried Checkerboard Wrasse"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1085":{"center":{"x":"-270529","y":"-8150","z":"214114"},"contribution":1,"id":1085,"links":[1053],"location":{"fmt":"kr","x":-270529,"y":214114},"name":"Fish Drying Yard 2","parent":1053,"primary_output":{"8510":{"id":8510,"img":"/items/new_icon/03_etc/07_productmaterial/00008510.png","name":"Dried Rockfish"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8598":{"id":8598,"img":"/items/new_icon/03_etc/07_productmaterial/00008598.png","name":"Dried Tapertail Anchovy"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1086":{"center":{"x":"-247826","y":"-8150","z":"245640"},"contribution":1,"id":1086,"links":[1054],"location":{"fmt":"kr","x":-247826,"y":245640},"name":"Fish Drying Yard 1","parent":1054,"primary_output":{"8502":{"id":8502,"img":"/items/new_icon/03_etc/07_productmaterial/00008502.png","name":"Dried Tuna"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8573":{"id":8573,"img":"/items/new_icon/03_etc/07_productmaterial/00008573.png","name":"Dried Bluefish"},"8604":{"id":8604,"img":"/items/new_icon/03_etc/07_productmaterial/00008604.png","name":"Dried Checkerboard Wrasse"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1087":{"center":{"x":"-263936","y":"-8150","z":"271953"},"contribution":1,"id":1087,"links":[1054],"location":{"fmt":"kr","x":-263936,"y":271953},"name":"Fish Drying Yard 2","parent":1054,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8567":{"id":8567,"img":"/items/new_icon/03_etc/07_productmaterial/00008567.png","name":"Dried Dolphinfish"},"8598":{"id":8598,"img":"/items/new_icon/03_etc/07_productmaterial/00008598.png","name":"Dried Tapertail Anchovy"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1088":{"center":{"x":"-208095","y":"-8150","z":"218413"},"contribution":1,"id":1088,"links":[1052],"location":{"fmt":"kr","x":-208095,"y":218413},"name":"Fish Drying Yard","parent":1052,"primary_output":{"8502":{"id":8502,"img":"/items/new_icon/03_etc/07_productmaterial/00008502.png","name":"Dried Tuna"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8602":{"id":8602,"img":"/items/new_icon/03_etc/07_productmaterial/00008602.png","name":"Dried Clownfish"},"8604":{"id":8604,"img":"/items/new_icon/03_etc/07_productmaterial/00008604.png","name":"Dried Checkerboard Wrasse"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1089":{"center":{"x":"44494.3","y":"-8150","z":"265664"},"contribution":1,"id":1089,"links":[1010],"location":{"fmt":"kr","x":44494.3,"y":265664},"name":"Fish Drying Yard","parent":1010,"primary_output":{"8571":{"id":8571,"img":"/items/new_icon/03_etc/07_productmaterial/00008571.png","name":"Dried Nibbler"},"8573":{"id":8573,"img":"/items/new_icon/03_etc/07_productmaterial/00008573.png","name":"Dried Bluefish"},"8574":{"id":8574,"img":"/items/new_icon/03_etc/07_productmaterial/00008574.png","name":"Dried Surfperch"},"8577":{"id":8577,"img":"/items/new_icon/03_etc/07_productmaterial/00008577.png","name":"Dried Maomao"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1090":{"center":{"x":"-15597.3","y":"-8150","z":"228148"},"contribution":1,"id":1090,"links":[1020],"location":{"fmt":"kr","x":-15597.3,"y":228148},"name":"Fish Drying Yard 2","parent":1020,"primary_output":{"8530":{"id":8530,"img":"/items/new_icon/03_etc/07_productmaterial/00008530.png","name":"Dried Skipjack"},"8534":{"id":8534,"img":"/items/new_icon/03_etc/07_productmaterial/00008534.png","name":"Dried Filefish"},"8568":{"id":8568,"img":"/items/new_icon/03_etc/07_productmaterial/00008568.png","name":"Dried Striped Catfish"},"8572":{"id":8572,"img":"/items/new_icon/03_etc/07_productmaterial/00008572.png","name":"Dried Siganid"}},"type":"Fishing","workload":"1200 (Base)","zone":""},"1091":{"center":{"x":"-348128","y":"-8200","z":"373379"},"contribution":3,"id":1091,"links":[1092,1093],"location":{"fmt":"kr","x":-348511,"y":390896},"name":"Kuit Islands","node_manager":{"id":50573,"location":{"fmt":"kr","x":-348072,"y":373353},"name":"Shilly","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1092":{"center":{"x":"-402676","y":"-6134.97","z":"335255"},"contribution":1,"id":1092,"links":[1091],"location":{"fmt":"kr","x":-395052,"y":337672},"name":"Almai Island","node_manager":{"id":50574,"location":{"fmt":"kr","x":-395744,"y":342600},"name":"Didien","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1093":{"center":{"x":"-350554","y":"-7135.37","z":"311588"},"contribution":1,"id":1093,"links":[1056,1091,1094,1095],"location":{"fmt":"kr","x":-349233,"y":295548},"name":"Padix Island","node_manager":{"id":50575,"location":{"fmt":"kr","x":-347487,"y":345164},"name":"Lavine","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1094":{"center":{"x":"-428798","y":"-7522.84","z":"317013"},"contribution":1,"id":1094,"links":[1059,1093],"location":{"fmt":"kr","x":-428648,"y":301252},"name":"Teste Island","node_manager":{"id":50576,"location":{"fmt":"kr","x":-427008,"y":318682},"name":"Jeanboff","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1095":{"center":{"x":"-227874","y":"-7721.86","z":"319177"},"contribution":1,"id":1095,"links":[1028,1054,1055,1093],"location":{"fmt":"kr","x":-239524,"y":342047},"name":"Arita Island","node_manager":{"id":50577,"location":{"fmt":"kr","x":-228029,"y":317043},"name":"Nemonia","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1096":{"center":{"x":"255821","y":"-7562.76","z":"395946"},"contribution":1,"id":1096,"links":[1002,1097],"location":{"fmt":"kr","x":265965,"y":413236},"name":"Shasha Island","node_manager":{"id":50581,"location":{"fmt":"kr","x":255079,"y":393871},"name":"Chopio","type":"npc"},"notes":"To unlock this node, you may need to either sail or swim through the canyon between the islands (next to the small central pillar island)","type":"Connection","zone":"Republic of Calpheon"},"1097":{"center":{"x":"304928","y":"-6673.51","z":"408105"},"contribution":1,"id":1097,"links":[1096,1098,1372],"location":{"fmt":"kr","x":309771,"y":414742},"name":"Rosevan Island","node_manager":{"id":50582,"location":{"fmt":"kr","x":302158,"y":408291},"name":"Yasopi","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1098":{"center":{"x":"294017","y":"-7596.89","z":"458735"},"contribution":1,"id":1098,"links":[1097,1100],"location":{"fmt":"kr","x":290959,"y":464069},"name":"Portanen Island","node_manager":{"id":50580,"location":{"fmt":"kr","x":292573,"y":458703},"name":"Franklin","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1099":{"center":{"x":"229206","y":"-7536.53","z":"530108"},"contribution":1,"id":1099,"links":[1008,1100],"location":{"fmt":"kr","x":218576,"y":529420},"name":"Tinberra Island","node_manager":{"id":50578,"location":{"fmt":"kr","x":229086,"y":529468},"name":"Shanjo","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1100":{"center":{"x":"273917","y":"-8039.36","z":"543923"},"contribution":1,"id":1100,"links":[1098,1099],"location":{"fmt":"kr","x":268242,"y":520144},"name":"Lerao Island","node_manager":{"id":50579,"location":{"fmt":"kr","x":273488,"y":544584},"name":"Leph","type":"npc"},"type":"Connection","zone":"Republic of Calpheon"},"1101":{"center":{"x":"367322","y":"-5227.66","z":"-69079.4"},"childnodes":[1189,1190,1191,1192],"contribution":0,"id":1101,"links":[1140,1145,1189,1190,1191,1192,1302],"location":{"fmt":"kr","x":360611,"y":-57959.6},"name":"Altinova","notes":"

Transport links to: Tarif, Epheria Port, Ancado Inner Harbor

","traders":{"44010":{"id":44010,"location":{"fmt":"kr","x":341140,"y":-64886.3},"name":"Quina","node":"Altinova","packs":[{"id":"55351","img":"/items/new_icon/03_etc/10_free_tradeitem/00055351.png","level_requirement":1,"name":"Horoscope Crystal Ball","price":26640,"quantity":14,"type":1,"weight":"70.84"},{"id":"55352","img":"/items/new_icon/03_etc/10_free_tradeitem/00055352.png","level_requirement":1,"name":"Eastern Culture","price":19476,"quantity":54,"type":1,"weight":"68.40"},{"id":"55353","img":"/items/new_icon/03_etc/10_free_tradeitem/00055353.png","level_requirement":"51","name":"Shabby Sculpture","price":69204,"quantity":4,"type":2,"weight":"176.50"},{"id":"55354","img":"/items/new_icon/03_etc/10_free_tradeitem/00055354.png","level_requirement":"42","name":"Jeweled Dagger","price":57216,"quantity":5,"type":2,"weight":"160.40"},{"id":"55355","img":"/items/new_icon/03_etc/10_free_tradeitem/00055355.png","level_requirement":"49","name":"Mariam's Sandwich","price":33264,"quantity":5,"type":3,"weight":"90.20"},{"id":"55356","img":"/items/new_icon/03_etc/10_free_tradeitem/00055356.png","level_requirement":"35","name":"Home First Aid Kit","price":24054,"quantity":8,"type":4,"weight":"72.90"},{"id":"55357","img":"/items/new_icon/03_etc/10_free_tradeitem/00055357.png","level_requirement":"29","name":"Blue Silk Fabric","price":20130,"quantity":14,"type":7,"weight":"68.55"},{"id":"55358","img":"/items/new_icon/03_etc/10_free_tradeitem/00055358.png","level_requirement":"44","name":"Barbarian's Oval Shield","price":30018,"quantity":6,"type":5,"weight":"78.40"},{"id":"55372","img":"/items/new_icon/03_etc/10_free_tradeitem/00055372.png","level_requirement":"31","name":"Abandoned Iron Mine Quartz Nugget","price":35262,"quantity":20,"type":9,"weight":"77.70"}],"type":"Trade Manager"},"44020":{"id":44020,"location":{"fmt":"kr","x":379841,"y":-44635.4},"name":"Elswin","node":"Altinova","packs":[{"id":"55646","level_requirement":1,"name":"★ Lava Steel Ingot","price":46000,"type":0,"weight":138},{"id":"55647","level_requirement":1,"name":"★ Copy of Cartian Book","price":56000,"type":0,"weight":168},{"id":"55648","level_requirement":1,"name":"★ Cobweb Material","price":77000,"type":0,"weight":231},{"id":"55649","level_requirement":1,"name":"★ Top-Quality Cinnamon","price":51000,"type":0,"weight":153},{"id":"55650","level_requirement":1,"name":"★ Jeweled Sickle","price":66000,"type":0,"weight":198},{"id":"55651","level_requirement":1,"name":"★ Altinova Pure Gold Crown","price":72000,"type":0,"weight":216},{"id":"55652","level_requirement":1,"name":"★ White Cedar Sapling","price":49000,"type":0,"weight":147},{"id":"55653","level_requirement":1,"name":"★ Bloody Diamond Pendant","price":62000,"type":0,"weight":186},{"id":"55654","level_requirement":1,"name":"★ Talking Portrait","price":72000,"type":0,"weight":216},{"id":"55655","level_requirement":1,"name":"★ Ivory-Decorated Cane","price":41000,"type":0,"weight":123},{"id":"55656","level_requirement":1,"name":"★ Obsidian Hand Knife","price":57000,"type":0,"weight":171},{"id":"55657","level_requirement":1,"name":"★ Refined Black Crystal","price":70000,"type":0,"weight":210},{"id":"55658","level_requirement":1,"name":"★ Altinova Steel Horseshoe","price":35000,"type":0,"weight":105},{"id":"55659","level_requirement":1,"name":"★ Desert Camping Set","price":62000,"type":0,"weight":186},{"id":"55660","level_requirement":1,"name":"★ Eastern Ceramic Ware","price":69000,"type":0,"weight":207}],"type":"Imperial"},"44023":{"id":44023,"location":{"fmt":"kr","x":373467,"y":-72205.6},"name":"Telshir","node":"Altinova","packs":[{"id":"55719","level_requirement":"31","name":"Barbarian Tonic","price":33000,"type":0,"weight":169.5},{"id":"55720","level_requirement":"36","name":"Valencia Enchanting Fragrance","price":57000,"type":0,"weight":181},{"id":"55721","level_requirement":"41","name":"Royal Jewelry Box","price":86000,"type":0,"weight":191}],"type":"Smuggler"}},"type":"City","zone":""},"1131":{"center":{"x":"100712","y":"-3326.93","z":"115314"},"contribution":3,"id":1131,"links":[41,1150],"location":{"fmt":"kr","x":100844,"y":114914},"name":"Mediah Northern Gateway","node_manager":{"id":50475,"location":{"fmt":"kr","x":103513,"y":116488},"name":"Suna Lise","type":"npc"},"traders":{"50475":{"id":50475,"location":{"fmt":"kr","x":103513,"y":116488},"name":"Suna Lise","node":"Mediah Northern Gateway","packs":[{"id":"55349","img":"/items/new_icon/03_etc/10_free_tradeitem/00055349.png","level_requirement":"54","name":"Mediah Medical Supply","price":36642,"quantity":4,"type":4,"weight":"76.95"},{"id":"55350","img":"/items/new_icon/03_etc/10_free_tradeitem/00055350.png","level_requirement":"37","name":"Mediah Straggler's Bent Sword","price":25266,"quantity":6,"type":5,"weight":"75.60"}],"type":"Trade Manager"}},"type":"Gateway","zone":"Republic of Mediah"},"1132":{"center":{"x":"224473","y":"-2327.34","z":"127019"},"contribution":1,"id":1132,"links":[1133,1134,1151,1166],"location":{"fmt":"kr","x":224473,"y":127019},"name":"Sausan Garrison","node_manager":{"id":50476,"location":{"fmt":"kr","x":217034,"y":120878},"name":"Rahel Anton","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1133":{"center":{"x":"209220","y":"-381.175","z":"80233.9"},"childnodes":[1219],"contribution":1,"id":1133,"links":[1132,1153,1154,1219],"location":{"fmt":"kr","x":209220,"y":80233.9},"name":"Stonetail Wasteland","node_manager":{"id":50477,"location":{"fmt":"kr","x":184655,"y":111549},"name":"Raon Lima","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1134":{"center":{"x":"161901","y":"-2970.56","z":"121784"},"childnodes":[1212,1216],"contribution":2,"id":1134,"links":[1132,1150,1155,1157,1212,1216],"location":{"fmt":"kr","x":159233,"y":125712},"name":"Mediah Northern Highlands","node_manager":{"id":50478,"location":{"fmt":"kr","x":164078,"y":122738},"name":"Daron Bata","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1135":{"center":{"x":"119758","y":"3157.65","z":"-21369.2"},"contribution":1,"id":1135,"links":[308,1162],"location":{"fmt":"kr","x":140151,"y":10241.3},"name":"Rumbling Land","node_manager":{"id":50479,"location":{"fmt":"kr","x":127591,"y":2829},"name":"Daloanarin","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1136":{"center":{"x":"147349","y":"1353.57","z":"-32153.8"},"childnodes":[1211,1221],"contribution":2,"id":1136,"links":[308,324,1156,1159,1211,1221],"location":{"fmt":"kr","x":148023,"y":-33975.7},"name":"Kamasylve Temple","type":"Connection","zone":"Republic of Mediah"},"1137":{"center":{"x":"189412","y":"-1165.14","z":"-33886.2"},"contribution":1,"id":1137,"links":[1141,1159],"location":{"fmt":"kr","x":189713,"y":-35469},"name":"Manes Hideout","node_manager":{"id":50481,"location":{"fmt":"kr","x":206054,"y":-34993},"name":"Fuzo Bell","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1138":{"center":{"x":"239854","y":"-572.228","z":"-48902.5"},"contribution":1,"id":1138,"links":[1149,1158,1161,1164],"location":{"fmt":"kr","x":249631,"y":-41219.1},"name":"Asula Highland","node_manager":{"id":50482,"location":{"fmt":"kr","x":241162,"y":-36765},"name":"Lehan Sebini","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1139":{"center":{"x":"259590","y":"-2020.53","z":"-101327"},"contribution":1,"id":1139,"links":[1143,1161],"location":{"fmt":"kr","x":240663,"y":-108188},"name":"Wandering Rogue Den","node_manager":{"id":50483,"location":{"fmt":"kr","x":272156,"y":-110926},"name":"Exhausted Ibuk","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1140":{"center":{"x":"324113","y":"-5663.7","z":"-72443.9"},"contribution":1,"id":1140,"links":[1101,1144,1147,1164,1170],"location":{"fmt":"kr","x":323355,"y":-71067.9},"name":"Altinova Entrance","node_manager":{"id":50484,"location":{"fmt":"kr","x":323406,"y":-70271},"name":"Jensten","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1141":{"center":{"x":"226814","y":"-4360.1","z":"-73831.4"},"childnodes":[1193],"contribution":0,"id":1141,"links":[1137,1148,1161,1193],"location":{"fmt":"kr","x":224771,"y":-77283.2},"name":"Tarif","notes":"

Transport links to: Heidel, Calpheon, Altinova

","traders":{"44110":{"id":44110,"location":{"fmt":"kr","x":227226,"y":-69836},"name":"Brorum","node":"Tarif","packs":[{"id":"55359","img":"/items/new_icon/03_etc/10_free_tradeitem/00055359.png","level_requirement":1,"name":"Pot with Black Spirit","price":32550,"quantity":10,"type":1,"weight":"81.20"},{"id":"55360","img":"/items/new_icon/03_etc/10_free_tradeitem/00055360.png","level_requirement":"47","name":"Soul-Bearing Portrait","price":63924,"quantity":4,"type":2,"weight":"160.40"},{"id":"55361","img":"/items/new_icon/03_etc/10_free_tradeitem/00055361.png","level_requirement":"36","name":"Supernatural Elixir","price":24612,"quantity":8,"type":4,"weight":"71.00"},{"id":"55362","img":"/items/new_icon/03_etc/10_free_tradeitem/00055362.png","level_requirement":"32","name":"Healing Potion","price":22104,"quantity":15,"type":4,"weight":"78.76"},{"id":"55363","img":"/items/new_icon/03_etc/10_free_tradeitem/00055363.png","level_requirement":"42","name":"Kirus' Talisman","price":28728,"quantity":6,"type":5,"weight":"81.40"}],"type":"Trade Manager"},"44123":{"id":44123,"location":{"fmt":"kr","x":226817,"y":-85350.4},"name":"Epil Tanbu","node":"Tarif","packs":[{"id":"55722","level_requirement":"31","name":"Destruction Spell Scroll","price":33000,"type":0,"weight":170},{"id":"55723","level_requirement":"36","name":"Black Spirit Control Stone","price":53000,"type":0,"weight":201.5},{"id":"55724","level_requirement":"41","name":"Copy of Book of Cartian","price":84000,"type":0,"weight":232}],"type":"Smuggler"}},"type":"Town","zone":""},"1143":{"center":{"x":"303722","y":"-4077.85","z":"-161376"},"contribution":1,"id":1143,"links":[1139,1165,1168,1169],"location":{"fmt":"kr","x":303586,"y":-161520},"name":"Alumn Rock Valley","node_manager":{"id":50487,"location":{"fmt":"kr","x":309863,"y":-158515},"name":"Patrol Lashe","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1144":{"center":{"x":"299741","y":"-3138.2","z":"-135331"},"childnodes":[1208,1209],"contribution":2,"id":1144,"links":[1140,1167,1168,1208,1209],"location":{"fmt":"kr","x":319879,"y":-126855},"name":"Abandoned Iron Mine","node_manager":{"id":50488,"location":{"fmt":"kr","x":306171,"y":-149290},"name":"Blind Goblin Artisan","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1145":{"center":{"x":"384252","y":"-5300.06","z":"-141575"},"childnodes":[1199],"contribution":1,"id":1145,"links":[1101,1146,1167,1199],"location":{"fmt":"kr","x":386870,"y":-142816},"name":"Abun","node_manager":{"id":50489,"location":{"fmt":"kr","x":383864,"y":-140144},"name":"Noah Akam","type":"npc"},"traders":{"44210":{"id":44210,"location":{"fmt":"kr","x":384068,"y":-137632},"name":"Kesir Baum","node":"Abun","packs":[{"id":"55364","img":"/items/new_icon/03_etc/10_free_tradeitem/00055364.png","level_requirement":1,"name":"Refugee Household Items","price":35928,"quantity":8,"type":1,"weight":"77.01"},{"id":"55365","img":"/items/new_icon/03_etc/10_free_tradeitem/00055365.png","level_requirement":"39","name":"Dried Fish Filet","price":26694,"quantity":6,"type":3,"weight":"77.18"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Mediah"},"1146":{"center":{"x":"388138","y":"1600.85","z":"-166789"},"childnodes":[1214],"contribution":2,"id":1146,"links":[1145,1168,1214],"location":{"fmt":"kr","x":389423,"y":-172300},"name":"Marni's 2nd Lab","node_manager":{"id":50490,"location":{"fmt":"kr","x":381297,"y":-180117},"name":"Mad Scientist's Test Subject","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1147":{"center":{"x":"305803","y":"-1536.26","z":"-33988.1"},"contribution":1,"id":1147,"links":[1140,1149],"location":{"fmt":"kr","x":303191,"y":-1694.35},"name":"Stonebeak Shore","node_manager":{"id":50491,"location":{"fmt":"kr","x":312041,"y":6789},"name":"Nurio","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1148":{"center":{"x":"179504","y":"5053.99","z":"-78294.3"},"contribution":1,"id":1148,"links":[324,1141,1171],"location":{"fmt":"kr","x":144763,"y":-63976.2},"name":"Soldier's Grave","node_manager":{"id":50492,"location":{"fmt":"kr","x":138794,"y":-77723},"name":"Sracy","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1149":{"center":{"x":"248680","y":"-5566.26","z":"-13665.1"},"childnodes":[1203,1204],"contribution":2,"id":1149,"links":[1138,1147,1163,1170,1203,1204],"location":{"fmt":"kr","x":249925,"y":-15730.9},"name":"Omar Lava Cave","node_manager":{"id":50493,"location":{"fmt":"kr","x":246557,"y":-12954},"name":"Hakan Derk","type":"npc"},"traders":{"50493":{"id":50493,"location":{"fmt":"kr","x":246557,"y":-12953.6},"name":"Hakan Derk","node":"Omar Lava Cave","packs":[{"id":"55341","img":"/items/new_icon/03_etc/10_free_tradeitem/00055341.png","level_requirement":"46","name":"Burning Stone","price":31230,"quantity":12,"type":9,"weight":"77.98"},{"id":"55342","img":"/items/new_icon/03_etc/10_free_tradeitem/00055342.png","level_requirement":"47","name":"Lava Spider's Flame Sac","price":31974,"quantity":4,"type":5,"weight":"81.72"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1150":{"center":{"x":"128193","y":"1024.52","z":"123316"},"contribution":1,"id":1150,"links":[1131,1134],"location":{"fmt":"kr","x":125707,"y":128323},"name":"The Mausoleum","node_manager":{"id":50540,"location":{"fmt":"kr","x":126818,"y":126802},"name":"Tantu","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1151":{"center":{"x":"246235","y":"-4311.44","z":"85100.2"},"contribution":1,"id":1151,"links":[1132,1152,1153],"location":{"fmt":"kr","x":246002,"y":85256.8},"name":"Sarma Outpost","node_manager":{"id":50541,"location":{"fmt":"kr","x":245471,"y":85240},"name":"Narava Rakum","type":"npc"},"type":"Gateway","zone":"Republic of Mediah"},"1152":{"center":{"x":"308326","y":"-4227.01","z":"59308.4"},"contribution":1,"id":1152,"links":[1151],"location":{"fmt":"kr","x":305614,"y":64195.6},"name":"Mediah Castle","node_manager":{"id":50542,"location":{"fmt":"kr","x":298886,"y":71518},"name":"Alava Meso","type":"npc"},"type":"Gateway","zone":"Republic of Mediah"},"1153":{"center":{"x":"229641","y":"-3249.98","z":"68121.2"},"childnodes":[1197],"contribution":1,"id":1153,"links":[1133,1151,1163,1197],"location":{"fmt":"kr","x":229362,"y":72957.1},"name":"Kusha","node_manager":{"id":50543,"location":{"fmt":"kr","x":226834,"y":74170},"name":"Lia Bart","type":"npc"},"traders":{"44610":{"id":44610,"location":{"fmt":"kr","x":220723,"y":68981.5},"name":"Chakra","node":"Kusha","packs":[{"id":"55368","img":"/items/new_icon/03_etc/10_free_tradeitem/00055368.png","level_requirement":"49","name":"Ball of Cobweb","price":66660,"quantity":4,"type":2,"weight":"159.95"},{"id":"55369","img":"/items/new_icon/03_etc/10_free_tradeitem/00055369.png","level_requirement":"32","name":"Kushan Smoked Beef","price":22014,"quantity":12,"type":3,"weight":"68.68"},{"id":"55370","img":"/items/new_icon/03_etc/10_free_tradeitem/00055370.png","level_requirement":"36","name":"Spider Anesthetic","price":24726,"quantity":7,"type":4,"weight":"70.20"},{"id":"55371","img":"/items/new_icon/03_etc/10_free_tradeitem/00055371.png","level_requirement":"52","name":"Warm Blanket","price":35262,"quantity":5,"type":7,"weight":"81.80"}],"type":"Trade Manager"}},"type":"Town","zone":"Republic of Mediah"},"1154":{"center":{"x":"190819","y":"3134.11","z":"36547.5"},"contribution":1,"id":1154,"links":[1133,1155,1156,1160],"location":{"fmt":"kr","x":177576,"y":42952.4},"name":"Canyon of Corruption","node_manager":{"id":50544,"location":{"fmt":"kr","x":179844,"y":50408},"name":"Joaquin Mars","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1155":{"center":{"x":"178308","y":"3388.05","z":"67981.7"},"childnodes":[1210,1215],"contribution":1,"id":1155,"links":[1134,1154,1210,1215],"location":{"fmt":"kr","x":170964,"y":75440.1},"name":"Elric Shrine","node_manager":{"id":50545,"location":{"fmt":"kr","x":181434,"y":66968},"name":"Sanahan","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1156":{"center":{"x":"170846","y":"2175.35","z":"3233.09"},"childnodes":[1220],"contribution":1,"id":1156,"links":[1136,1154,1162,1220],"location":{"fmt":"kr","x":164338,"y":9253.9},"name":"Ancient Ruins Excavation Site","node_manager":{"id":50546,"location":{"fmt":"kr","x":168070,"y":2585},"name":"Jamo Hasa","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1157":{"center":{"x":"123457","y":"1610.2","z":"58059.8"},"contribution":1,"id":1157,"links":[1134,1162],"location":{"fmt":"kr","x":121622,"y":59502.4},"name":"Helms Post","node_manager":{"id":50547,"location":{"fmt":"kr","x":113304,"y":55974},"name":"Barattan Lancer","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1158":{"center":{"x":"221268","y":"-1312.72","z":"-1184.55"},"childnodes":[1198,1199],"contribution":1,"id":1158,"links":[1138,1159,1160,1198],"location":{"fmt":"kr","x":221906,"y":1072.63},"name":"Stonetail Horse Ranch","node_manager":{"id":50548,"location":{"fmt":"kr","x":220209,"y":497},"name":"Asran","type":"npc"},"traders":{"50548":{"id":50548,"location":{"fmt":"kr","x":220209,"y":497.389},"name":"Asran","node":"Stonetail Horse Ranch","packs":[{"id":"55345","img":"/items/new_icon/03_etc/10_free_tradeitem/00055345.png","level_requirement":"43","name":"Stonetail Hills Garlic Bread","price":29280,"quantity":7,"type":3,"weight":"75.18"},{"id":"55346","img":"/items/new_icon/03_etc/10_free_tradeitem/00055346.png","level_requirement":1,"name":"Horsehair Brush","price":34674,"quantity":10,"type":1,"weight":"83.23"},{"id":"55347","img":"/items/new_icon/03_etc/10_free_tradeitem/00055347.png","level_requirement":"49","name":"Horse Race Trophy","price":66372,"quantity":4,"type":2,"weight":"166.87"},{"id":"55348","img":"/items/new_icon/03_etc/10_free_tradeitem/00055348.png","level_requirement":"42","name":"Rhino Stone Hide","price":28614,"quantity":24,"type":9,"weight":"78.26"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1159":{"center":{"x":"205023","y":"-3809.61","z":"-19649.3"},"childnodes":[1195,1201,1202],"contribution":2,"id":1159,"links":[1136,1137,1158,1195,1201,1202],"location":{"fmt":"kr","x":204968,"y":-20737.6},"name":"Ahto Farm","node_manager":{"id":50549,"location":{"fmt":"kr","x":205523,"y":-20131},"name":"Monta Ahto","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1160":{"center":{"x":"196019","y":"-235.569","z":"24346.1"},"childnodes":[1196,1205],"contribution":2,"id":1160,"links":[1154,1158,1163,1196,1205],"location":{"fmt":"kr","x":196127,"y":23967.5},"name":"Shuri Farm","node_manager":{"id":50550,"location":{"fmt":"kr","x":195863,"y":24474},"name":"Anna Marre","type":"npc"},"traders":{"50550":{"id":50550,"location":{"fmt":"kr","x":195863,"y":24474.4},"name":"Anna Marre","node":"Shuri Farm","packs":[{"id":"55343","img":"/items/new_icon/03_etc/10_free_tradeitem/00055343.png","level_requirement":"36","name":"Shuri Farm Sweet Potato Starch","price":24678,"quantity":6,"type":3,"weight":"72.54"},{"id":"55344","img":"/items/new_icon/03_etc/10_free_tradeitem/00055344.png","level_requirement":"52","name":"Spider Web Pants","price":35274,"quantity":4,"type":7,"weight":"81.18"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1161":{"center":{"x":"244468","y":"-1417.42","z":"-77103.9"},"childnodes":[1194,1206,1207],"contribution":2,"id":1161,"links":[1138,1139,1141,1194,1206,1207],"location":{"fmt":"kr","x":243568,"y":-77109},"name":"Kasula Farm","node_manager":{"id":50551,"location":{"fmt":"kr","x":243527,"y":-77520},"name":"Zaramas Kasula","type":"npc"},"traders":{"50551":{"id":50551,"location":{"fmt":"kr","x":243527,"y":-77519.6},"name":"Zaramas Kasula","node":"Kasula Farm","packs":[{"id":"55339","level_requirement":1,"name":"Zaramas’ Odd Sculpture","price":27948,"quantity":8,"type":1,"weight":"77.56"},{"id":"55340","level_requirement":"30","name":"Kasula Cinnamon Powder","price":20688,"quantity":6,"type":3,"weight":"68.85"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1162":{"center":{"x":"130821","y":"4282.74","z":"25608.3"},"childnodes":[1213,1217],"contribution":2,"id":1162,"links":[1135,1156,1157,1213,1217],"location":{"fmt":"kr","x":130363,"y":25714.3},"name":"Ancient Fissure","node_manager":{"id":50564,"location":{"fmt":"kr","x":124627,"y":30333},"name":"Ain Gried","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1163":{"center":{"x":"253241","y":"-7188.92","z":"37112.4"},"childnodes":[1218],"contribution":1,"id":1163,"links":[1149,1153,1160,1218],"location":{"fmt":"kr","x":247844,"y":38672.8},"name":"Mediah Shore","node_manager":{"id":50565,"location":{"fmt":"kr","x":249557,"y":41452},"name":"Adish","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1164":{"center":{"x":"270055","y":"-4382.24","z":"-78059.9"},"contribution":1,"id":1164,"links":[1138,1140,1169],"location":{"fmt":"kr","x":270053,"y":-78020.7},"name":"Highland Junction","node_manager":{"id":50566,"location":{"fmt":"kr","x":271238,"y":-77542},"name":"Theo Dango","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1165":{"center":{"x":"310603","y":"-6925.8","z":"-172900"},"childnodes":[1200],"contribution":1,"id":1165,"links":[1143,1200],"location":{"fmt":"kr","x":308220,"y":-172636},"name":"Splashing Point","node_manager":{"id":50567,"location":{"fmt":"kr","x":310053,"y":-172610},"name":"Orio","type":"npc"},"traders":{"44613":{"id":44613,"location":{"fmt":"kr","x":315757,"y":-161419},"name":"Tacho","node":"Splashing Point","packs":[{"id":"55337","img":"/items/new_icon/03_etc/10_free_tradeitem/00055337.png","level_requirement":"46","name":"Marinated Freshwater Eel","price":31368,"quantity":4,"type":3,"weight":"82.44"},{"id":"55338","img":"/items/new_icon/03_etc/10_free_tradeitem/00055338.png","level_requirement":1,"name":"Artificial Bait","price":23406,"quantity":12,"type":1,"weight":"69.19"}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Republic of Mediah"},"1166":{"center":{"x":"246298","y":"-7416.23","z":"140074"},"contribution":1,"id":1166,"links":[1003,1132],"location":{"fmt":"kr","x":249255,"y":143070},"name":"Sausan Garrison Wharf","node_manager":{"id":50568,"location":{"fmt":"kr","x":251548,"y":147034},"name":"Gongklad","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1167":{"center":{"x":"358051","y":"-6353.23","z":"-128020"},"contribution":1,"id":1167,"links":[1144,1145],"location":{"fmt":"kr","x":358406,"y":-126281},"name":"Abdn. Iron Mine Rhutum Dt.","node_manager":{"id":50569,"location":{"fmt":"kr","x":351568,"y":-114779},"name":"Atu","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1168":{"center":{"x":"347325","y":"-1407.21","z":"-163288"},"contribution":1,"id":1168,"links":[1143,1144,1146],"location":{"fmt":"kr","x":342440,"y":-159913},"name":"Abdn. Iron Mine Saunil Dt.","node_manager":{"id":50570,"location":{"fmt":"kr","x":351402,"y":-167287},"name":"Goek","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1169":{"center":{"x":"285389","y":"-4333.7","z":"-111385"},"contribution":1,"id":1169,"links":[1143,1164],"location":{"fmt":"kr","x":283875,"y":-109841},"name":"Abandoned Iron Mine Entrance","node_manager":{"id":50571,"location":{"fmt":"kr","x":281666,"y":-112307},"name":"Kabenagi","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1170":{"center":{"x":"293349","y":"-2150.12","z":"-24943.3"},"contribution":1,"id":1170,"links":[1140,1149],"location":{"fmt":"kr","x":293141,"y":-24868.7},"name":"Awakening Bell","node_manager":{"id":50572,"location":{"fmt":"kr","x":291469,"y":-25558},"name":"Berd","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1171":{"center":{"x":"165486","y":"4990.55","z":"-89749.2"},"contribution":1,"id":1171,"links":[1148,1172],"location":{"fmt":"kr","x":169312,"y":-93727.5},"name":"Tungrad Forest","node_manager":{"id":50583,"location":{"fmt":"kr","x":164199,"y":-97579},"name":"Jerombo","type":"npc"},"type":"Dangerous","zone":"Republic of Mediah"},"1172":{"center":{"x":"196305","y":"13361.7","z":"-156100"},"contribution":1,"id":1172,"links":[1171,1666],"location":{"fmt":"kr","x":189607,"y":-160661},"name":"Hasrah Cliff","node_manager":{"id":50584,"location":{"fmt":"kr","x":184145,"y":-148118},"name":"Illen Raige","type":"npc"},"type":"Connection","zone":"Republic of Mediah"},"1189":{"center":{"x":"370701","y":"-2037.84","z":"-48956.8"},"contribution":0,"id":1189,"links":[1101],"location":{"fmt":"kr","x":368767,"y":-52576.6},"name":"Zigmund Investment Bank","parent":1101,"primary_output":{"4":{"id":4,"img":"/items/new_icon/00000004_special.png","name":"Gold Ingot 100G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"28800 (Base)","zone":""},"1190":{"center":{"x":"343397","y":"-6927.05","z":"-30315.7"},"contribution":0,"id":1190,"links":[1101],"location":{"fmt":"kr","x":354565,"y":-49823.6},"name":"Gulabi Investment Bank","parent":1101,"primary_output":{"4":{"id":4,"img":"/items/new_icon/00000004_special.png","name":"Gold Ingot 100G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"18000 (Base)","zone":""},"1191":{"center":{"x":"365169","y":"-5092.54","z":"-72295.2"},"contribution":0,"id":1191,"links":[1101],"location":{"fmt":"kr","x":367048,"y":-64747.8},"name":"Quina Investment Bank","parent":1101,"primary_output":{"5":{"id":5,"img":"/items/new_icon/00000005_special.png","name":"Gold Ingot 1000G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"28800 (Base)","zone":""},"1192":{"center":{"x":"362724","y":"-782.091","z":"-62025.1"},"contribution":0,"id":1192,"links":[1101],"location":{"fmt":"kr","x":358655,"y":-64178},"name":"Neruda Shen Investment Bank","parent":1101,"primary_output":{"3":{"id":3,"img":"/items/new_icon/00000003_special.png","name":"Gold Ingot 10G"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"14400 (Base)","zone":""},"1193":{"center":{"x":"225249","y":"-5139.61","z":"-80765.3"},"contribution":0,"id":1193,"links":[1141],"location":{"fmt":"kr","x":225002,"y":-79809.6},"name":"Tarif - Specialties","parent":1141,"primary_output":{"55794":{"id":55794,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055794.png","name":"Tarif Magic Jar"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1194":{"center":{"x":"245810","y":"-1085.55","z":"-79498.8"},"contribution":1,"id":1194,"links":[1161],"location":{"fmt":"kr","x":244018,"y":-79101.8},"name":"Kasula Farm - Specialties","parent":1161,"primary_output":{"55795":{"id":55795,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055795.png","name":"Kasula Craftwork Box"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1195":{"center":{"x":"206973","y":"-3868.63","z":"-17378.3"},"contribution":1,"id":1195,"links":[1159],"location":{"fmt":"kr","x":204954,"y":-22642.2},"name":"Ahto Farm - Specialties","parent":1159,"primary_output":{"55796":{"id":55796,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055796.png","name":"Monta's Improved Seed Pouch"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1050 (Base)","zone":""},"1196":{"center":{"x":"196331","y":"-682.434","z":"18377.4"},"contribution":1,"id":1196,"links":[1160],"location":{"fmt":"kr","x":195000,"y":22575.2},"name":"Shuri Farm - Specialties","parent":1160,"primary_output":{"7595":{"id":7595,"img":"/items/new_icon/03_etc/07_productmaterial/00007427.png","name":"Special Sweet Potato Crate "}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1197":{"center":{"x":"224887","y":"-1067.01","z":"76363.6"},"contribution":1,"id":1197,"links":[1153],"location":{"fmt":"kr","x":229314,"y":76025},"name":"Kusha - Specialties","parent":1153,"primary_output":{"55797":{"id":55797,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055797.png","name":"Special Cobweb Thread Fabric Box"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1400 (Base)","zone":""},"1198":{"center":{"x":"221201","y":"-857.287","z":"4795.3"},"contribution":1,"id":1198,"links":[1158],"location":{"fmt":"kr","x":221694,"y":3393.48},"name":"Stonetail Horse Ranch - Specialties","parent":1158,"primary_output":{"55798":{"id":55798,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055798.png","name":"Asran's Bag of Dried Grass"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"600 (Base)","zone":""},"1199":{"center":{"x":"382420","y":"-5106.22","z":"-142844"},"contribution":1,"id":1199,"links":[1145],"location":{"fmt":"kr","x":383165,"y":-142920},"name":"Abun - Specialties","parent":1145,"primary_output":{"55799":{"id":55799,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055799.png","name":"Abun Wooden Doll"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1200 (Base)","zone":""},"1200":{"center":{"x":"309753","y":"-6919.99","z":"-173716"},"contribution":1,"id":1200,"links":[1165],"location":{"fmt":"kr","x":309616,"y":-174019},"name":"Splashing Point - Specialties","parent":1165,"primary_output":{"55800":{"id":55800,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055800.png","name":"Splashing Point Fishing Tool Set"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1201":{"center":{"x":"208412","y":"-3898.57","z":"-18042.8"},"contribution":2,"id":1201,"links":[1159],"location":{"fmt":"kr","x":201127,"y":-15042.4},"name":"Ahto Farm - Cotton Farming","parent":1159,"primary_output":{"5801":{"id":5801,"img":"/items/new_icon/03_etc/07_productmaterial/00005801.png","name":"Cotton"}},"secondary_output":{"5851":{"id":5851,"img":"/items/new_icon/03_etc/07_productmaterial/00005851.png","name":"Cotton Yarn"}},"type":"Farm","workload":"100 (Base)","zone":""},"1202":{"center":{"x":"201539","y":"-3502.61","z":"-15057.7"},"contribution":2,"id":1202,"links":[1159],"location":{"fmt":"kr","x":208786,"y":-18481.8},"name":"Ahto Farm - Aloe Farming","parent":1159,"primary_output":{"7347":{"id":7347,"img":"/items/new_icon/03_etc/07_productmaterial/00007347.png","name":"Aloe"}},"type":"Farm","workload":"100 (Base)","zone":""},"1203":{"center":{"x":"256170","y":"-6154.44","z":"-17905.8"},"contribution":3,"id":1203,"links":[1149],"location":{"fmt":"kr","x":256279,"y":-15917.1},"name":"Omar Lava Cave - Mining","parent":1149,"primary_output":{"4005":{"id":4005,"img":"/items/new_icon/03_etc/07_productmaterial/00004005.png","name":"Zinc Ore"}},"secondary_output":{"4203":{"id":4203,"img":"/items/new_icon/03_etc/07_productmaterial/00004203.png","name":"Platinum Ore"},"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"250 (Base)","zone":""},"1204":{"center":{"x":"256275","y":"-5848.3","z":"-13662.9"},"contribution":3,"id":1204,"links":[1149],"location":{"fmt":"kr","x":257267,"y":-12844.2},"name":"Omar Lava Cave - Mining","parent":1149,"primary_output":{"4007":{"id":4007,"img":"/items/new_icon/03_etc/07_productmaterial/00004007.png","name":"Coal"}},"secondary_output":{"4401":{"id":4401,"img":"/items/new_icon/03_etc/07_productmaterial/00004401.png","name":"Rough Ruby"},"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"1205":{"center":{"x":"197362","y":"-732.897","z":"18772.4"},"contribution":2,"id":1205,"links":[1160],"location":{"fmt":"kr","x":196905,"y":19475.3},"name":"Shuri Farm - Sweet Potato Farming","parent":1160,"primary_output":{"7004":{"id":7004,"img":"/items/new_icon/03_etc/07_productmaterial/00007004.png","name":"Sweet Potato"}},"secondary_output":{"7009":{"id":7009,"img":"/items/new_icon/03_etc/07_productmaterial/00007004.png","name":"High-Quality Sweet Potato"},"7014":{"id":7014,"img":"/items/new_icon/03_etc/07_productmaterial/00007004.png","name":"Special Sweet Potato"}},"type":"Farm","workload":"100 (Base)","zone":""},"1206":{"center":{"x":"245325","y":"-1854.06","z":"-74068.9"},"contribution":2,"id":1206,"links":[1161],"location":{"fmt":"kr","x":245497,"y":-74768.6},"name":"Kasula Farm - Cotton Farming","parent":1161,"primary_output":{"5801":{"id":5801,"img":"/items/new_icon/03_etc/07_productmaterial/00005801.png","name":"Cotton"}},"secondary_output":{"5851":{"id":5851,"img":"/items/new_icon/03_etc/07_productmaterial/00005851.png","name":"Cotton Yarn"}},"type":"Farm","workload":"100 (Base)","zone":""},"1207":{"center":{"x":"245070","y":"-1065.15","z":"-80181.6"},"contribution":2,"id":1207,"links":[1161],"location":{"fmt":"kr","x":247807,"y":-80493.6},"name":"Kasula Farm - Cinnamon Farming","parent":1161,"primary_output":{"7348":{"id":7348,"img":"/items/new_icon/03_etc/07_productmaterial/00007348.png","name":"Cinnamon"}},"type":"Farm","workload":"100 (Base)","zone":""},"1208":{"center":{"x":"347468","y":"-5042.6","z":"-136729"},"contribution":3,"id":1208,"links":[1144],"location":{"fmt":"kr","x":317759,"y":-134458},"name":"Abandoned Iron Mine - Mining","parent":1144,"primary_output":{"4005":{"id":4005,"img":"/items/new_icon/03_etc/07_productmaterial/00004005.png","name":"Zinc Ore"}},"secondary_output":{"4203":{"id":4203,"img":"/items/new_icon/03_etc/07_productmaterial/00004203.png","name":"Platinum Ore"},"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"250 (Base)","zone":""},"1209":{"center":{"x":"346438","y":"-5222.23","z":"-134875"},"contribution":3,"id":1209,"links":[1144],"location":{"fmt":"kr","x":314013,"y":-122692},"name":"Abandoned Iron Mine - Mining","parent":1144,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4410":{"id":4410,"img":"/items/new_icon/03_etc/07_productmaterial/00004410.png","name":"Rough Black Crystal"},"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1210":{"center":{"x":"181588","y":"1531.51","z":"75581.1"},"contribution":3,"id":1210,"links":[1155],"location":{"fmt":"kr","x":178135,"y":75655.2},"name":"Elric Shrine - Gathering","parent":1155,"primary_output":{"5411":{"id":5411,"img":"/items/new_icon/03_etc/07_productmaterial/00005411.png","name":"Sky Mushroom"}},"secondary_output":{"5430":{"id":5430,"img":"/items/new_icon/03_etc/07_productmaterial/00005430.png","name":"Big Sky Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1211":{"center":{"x":"148082","y":"1272.68","z":"-30237.3"},"contribution":2,"id":1211,"links":[1136],"location":{"fmt":"kr","x":146352,"y":-31511.7},"name":"Kamasylve Temple - Gathering","parent":1136,"primary_output":{"5412":{"id":5412,"img":"/items/new_icon/03_etc/07_productmaterial/00005412.png","name":"Tiger Mushroom"}},"secondary_output":{"5431":{"id":5431,"img":"/items/new_icon/03_etc/07_productmaterial/00005431.png","name":"Big Tiger Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1212":{"center":{"x":"153896","y":"-1294.55","z":"121666"},"contribution":3,"id":1212,"links":[1134],"location":{"fmt":"kr","x":156283,"y":122906},"name":"Mediah Northern Highlands - Lumbering","parent":1134,"primary_output":{"4608":{"id":4608,"img":"/items/new_icon/03_etc/07_productmaterial/00004608.png","name":"White Cedar Timber"}},"secondary_output":{"5008":{"id":5008,"img":"/items/new_icon/03_etc/07_productmaterial/00005008.png","name":"Old Tree Bark"},"5012":{"id":5012,"img":"/items/new_icon/03_etc/07_productmaterial/00005012.png","name":"White Cedar Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1213":{"center":{"x":"133209","y":"4313.23","z":"25792.4"},"contribution":3,"id":1213,"links":[1162],"location":{"fmt":"kr","x":132696,"y":25634.9},"name":"Ancient Fissure - Mining","parent":1162,"primary_output":{"4005":{"id":4005,"img":"/items/new_icon/03_etc/07_productmaterial/00004005.png","name":"Zinc Ore"}},"secondary_output":{"4408":{"id":4408,"img":"/items/new_icon/03_etc/07_productmaterial/00004408.png","name":"Rough Red Crystal"},"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"100 (Base)","zone":""},"1214":{"center":{"x":"385687","y":"-1019.57","z":"-159425"},"contribution":2,"id":1214,"links":[1146],"location":{"fmt":"kr","x":386401,"y":-168040},"name":"Marni's 2nd Lab - Gathering","parent":1146,"primary_output":{"5405":{"id":5405,"img":"/items/new_icon/03_etc/07_productmaterial/00005405.png","name":"Silk Honey Grass"}},"secondary_output":{"5425":{"id":5425,"img":"/items/new_icon/03_etc/07_productmaterial/00005425.png","name":"Bunch of Silk Honey Grass"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1215":{"center":{"x":"185529","y":"564.199","z":"74950.7"},"contribution":3,"id":1215,"links":[1155],"location":{"fmt":"kr","x":178428,"y":81873.4},"name":"Elric Shrine - Lumbering","parent":1155,"primary_output":{"4608":{"id":4608,"img":"/items/new_icon/03_etc/07_productmaterial/00004608.png","name":"White Cedar Timber"}},"secondary_output":{"5005":{"id":5005,"img":"/items/new_icon/03_etc/07_productmaterial/00005005.png","name":"Bloody Tree Knot"},"5012":{"id":5012,"img":"/items/new_icon/03_etc/07_productmaterial/00005012.png","name":"White Cedar Sap"}},"type":"Forest","workload":"250 (Base)","zone":""},"1216":{"center":{"x":"153903","y":"-1405.45","z":"121000"},"contribution":3,"id":1216,"links":[1134],"location":{"fmt":"kr","x":161646,"y":122209},"name":"Mediah Northern Highlands - Lumbering","parent":1134,"primary_output":{"4602":{"id":4602,"img":"/items/new_icon/03_etc/07_productmaterial/00004602.png","name":"Maple Timber"}},"secondary_output":{"5002":{"id":5002,"img":"/items/new_icon/03_etc/07_productmaterial/00005002.png","name":"Maple Sap"},"5008":{"id":5008,"img":"/items/new_icon/03_etc/07_productmaterial/00005008.png","name":"Old Tree Bark"}},"type":"Forest","workload":"100 (Base)","zone":""},"1217":{"center":{"x":"129779","y":"4274.48","z":"25383.2"},"contribution":3,"id":1217,"links":[1162],"location":{"fmt":"kr","x":128011,"y":27182.3},"name":"Ancient Fissure - Gathering","parent":1162,"primary_output":{"5405":{"id":5405,"img":"/items/new_icon/03_etc/07_productmaterial/00005405.png","name":"Silk Honey Grass"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1218":{"center":{"x":"255497","y":"-7510.78","z":"36372.3"},"contribution":3,"id":1218,"links":[1163],"location":{"fmt":"kr","x":250969,"y":43828.6},"name":"Mediah Shore - Mining","parent":1163,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4204":{"id":4204,"img":"/items/new_icon/03_etc/07_productmaterial/00004204.png","name":"Rough Opal"},"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1219":{"center":{"x":"207525","y":"-439.72","z":"81047.1"},"contribution":3,"id":1219,"links":[1133],"location":{"fmt":"kr","x":207499,"y":81677.4},"name":"Stonetail Wasteland - Lumbering","parent":1133,"primary_output":{"4609":{"id":4609,"img":"/items/new_icon/03_etc/07_productmaterial/00004609.png","name":"Acacia Timber"}},"secondary_output":{"5005":{"id":5005,"img":"/items/new_icon/03_etc/07_productmaterial/00005005.png","name":"Bloody Tree Knot"},"5013":{"id":5013,"img":"/items/new_icon/03_etc/07_productmaterial/00005013.png","name":"Acacia Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1220":{"center":{"x":"168795","y":"2126.23","z":"6925.89"},"contribution":3,"id":1220,"links":[1156],"location":{"fmt":"kr","x":168913,"y":6948.57},"name":"Ancient Ruins Excavation Site - Excavation","parent":1156,"primary_output":{"44179":{"id":44179,"name":"Broken Helmet Ornament"},"44260":{"id":44260,"name":"Obscuring Golem Fragment"}},"requirement":"35 Energy from Jamo Hasa (Ancient Ruins Excavation Site Node Manager)","secondary_output":{"5951":{"id":5951,"name":"Trace of Chaos"},"5954":{"id":5954,"name":"Trace of the Earth"}},"type":"Mine","workload":"600 (Base)","zone":""},"1221":{"center":{"x":"149062","y":"1310.09","z":"-32744.3"},"contribution":2,"id":1221,"links":[1136],"location":{"fmt":"kr","x":149608,"y":-31723.7},"name":"Kamasylve Temple - Flax Farming","parent":1136,"primary_output":{"5802":{"id":5802,"img":"/items/new_icon/03_etc/07_productmaterial/00005802.png","name":"Flax"}},"secondary_output":{"5852":{"id":5852,"img":"/items/new_icon/03_etc/07_productmaterial/00005852.png","name":"Flax Thread"}},"type":"Farm","workload":"100 (Base)","zone":""},"1301":{"center":{"x":"1026110","y":"11154.2","z":"199132"},"childnodes":[1551,1552],"contribution":0,"id":1301,"links":[1339,1355,1374,1379,1551,1552],"location":{"fmt":"kr","x":1036210,"y":195632},"name":"Valencia City","traders":{"45011":{"id":45011,"location":{"fmt":"kr","x":1042910,"y":223856},"name":"Yis Kunjamin","node":"Valencia City","packs":[{"id":"55451","img":"/items/new_icon/03_etc/10_free_tradeitem/00055451.png","level_requirement":1,"name":"The Valencian Nights Box Set","price":"27840","quantity":22,"type":1,"weight":56},{"id":"55452","img":"/items/new_icon/03_etc/10_free_tradeitem/00055452.png","level_requirement":"55","name":"Fabulous Exotic China","price":26800,"quantity":5,"type":2,"weight":35.6},{"id":"55453","img":"/items/new_icon/03_etc/10_free_tradeitem/00055453.png","level_requirement":"49","name":"Fig Vinegar","price":"21200","quantity":21,"type":3,"weight":45.7},{"id":"55454","img":"/items/new_icon/03_etc/10_free_tradeitem/00055454.png","level_requirement":"53","name":"Valencian Crescent Sword","price":"21080","quantity":8,"type":5,"weight":40.7},{"id":"55455","img":"/items/new_icon/03_etc/10_free_tradeitem/00055455.png","level_requirement":"54","name":"Sooty Star Dust","price":"32000","quantity":12,"type":9,"weight":55.8},{"id":"55489","img":"/items/new_icon/03_etc/10_free_tradeitem/00055489.png","level_requirement":"56","name":"Desert Star","price":126000,"quantity":5,"type":2,"weight":298.5},{"id":"55490","img":"/items/new_icon/03_etc/10_free_tradeitem/00055490.png","level_requirement":"56","name":"Valencia Transparency Potion","price":145000,"quantity":4,"type":4,"weight":316}],"role":"Trade Manager (North Gate)","type":"Trade Manager"},"45012":{"id":45012,"location":{"fmt":"kr","x":1009060,"y":187331},"name":"Burita Allon","node":"Valencia City","packs":[{"id":"55456","level_requirement":1,"name":"Practical Astrology","price":"26000","quantity":30,"type":1,"weight":55.7},{"id":"55457","level_requirement":"56","name":"Gold-Decorated Dish Set","price":28400,"quantity":4,"type":2,"weight":40.8},{"id":"55458","level_requirement":"53","name":"Palm Wine","price":"18000","quantity":6,"type":3,"weight":35.2},{"id":"55459","level_requirement":"52","name":"Valencian Carpet","price":"25520","quantity":8,"type":7,"weight":50.7},{"id":"55460","level_requirement":"54","name":"Valencian Vanadium","price":"28800","quantity":10,"type":9,"weight":55.2}],"type":"Trade Manager"},"45023":{"id":45023,"location":{"fmt":"kr","x":1034020,"y":199544},"name":"Zahad","node":"Valencia City","packs":[{"id":"55728","level_requirement":"31","name":"Scale of Black Dragon","price":43000,"type":0,"weight":184},{"id":"55729","level_requirement":"36","name":"Valencia City Blueprint","price":72000,"type":0,"weight":206},{"id":"55730","level_requirement":"41","name":"Ruin Guardian's Core","price":103000,"type":0,"weight":251}],"type":"Smuggler"}},"type":"City","zone":""},"1302":{"center":{"x":"382721","y":"-7621.21","z":"-8650.74"},"contribution":3,"id":1302,"links":[1101,1303],"location":{"fmt":"kr","x":382931,"y":-9729},"name":"Altinova Gateway","node_manager":{"id":50586,"location":{"fmt":"kr","x":382545,"y":-10596},"name":"Aliba","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1303":{"center":{"x":"424615","y":"-993.757","z":"10328.2"},"contribution":3,"id":1303,"links":[1302,1304,1305],"location":{"fmt":"kr","x":424615,"y":10328.2},"name":"Rock Post","node_manager":{"id":45114,"location":{"fmt":"kr","x":421812,"y":10878},"name":"Tarek Yanzi","type":"npc"},"traders":{"45207":{"id":45207,"location":{"fmt":"kr","x":425553,"y":11617.4},"name":"Siamak","node":"Boulder Outpost","packs":[{"id":"55474","img":"/items/new_icon/03_etc/10_free_tradeitem/00055474.png","level_requirement":1,"name":"Traditional Bashim Accessory","price":"23920","quantity":18,"type":1,"weight":50.6},{"id":"55475","img":"/items/new_icon/03_etc/10_free_tradeitem/00055475.png","level_requirement":"53","name":"Occidental Noble Dress","price":"22420","quantity":5,"type":7,"weight":45.6},{"id":"55476","img":"/items/new_icon/03_etc/10_free_tradeitem/00055476.png","level_requirement":"54","name":"Elder Stem Bunch","price":"18300","quantity":8,"type":9,"weight":35.3}],"type":"Trade Manager"}},"type":"Gateway","zone":"Kingdom of Valencia"},"1304":{"center":{"x":"393805","y":"-3748.49","z":"39058.8"},"childnodes":[1501,1502],"contribution":1,"id":1304,"links":[1303,1316,1501,1502],"location":{"fmt":"kr","x":393559,"y":39584.3},"name":"Gorgo Rock Belt","node_manager":{"id":50588,"location":{"fmt":"kr","x":393035,"y":39276},"name":"Siraz","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1305":{"center":{"x":"422278","y":"-169.218","z":"47373"},"childnodes":[1504],"contribution":1,"id":1305,"links":[1303,1306,1315,1504],"location":{"fmt":"kr","x":422278,"y":47373},"name":"Veteran's Canyon","node_manager":{"id":50589,"location":{"fmt":"kr","x":418266,"y":48637},"name":"Barom","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1306":{"center":{"x":"436068","y":"-28.2542","z":"82597.9"},"contribution":1,"id":1306,"links":[1305,1307,1312],"location":{"fmt":"kr","x":435954,"y":82571.4},"name":"Cadry Ruins","node_manager":{"id":50590,"location":{"fmt":"kr","x":442035,"y":88245},"name":"Anne Laker","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1307":{"center":{"x":"403646","y":"-7186.34","z":"97768.1"},"childnodes":[1505],"contribution":1,"id":1307,"links":[1306,1505],"location":{"fmt":"kr","x":403646,"y":97768.1},"name":"Kunid's Vacation Spot","node_manager":{"id":50591,"location":{"fmt":"kr","x":394610,"y":96609},"name":"Kunid","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1308":{"center":{"x":"382129","y":"-1839.03","z":"111543"},"childnodes":[1506],"contribution":1,"id":1308,"links":[1316,1364,1373,1506],"location":{"fmt":"kr","x":386105,"y":131364},"name":"Leical Falls","node_manager":{"id":50592,"location":{"fmt":"kr","x":385991,"y":131553},"name":"Nadanar","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1309":{"center":{"x":"467184","y":"-383.641","z":"-15486.9"},"childnodes":[1507],"contribution":3,"id":1309,"links":[1310,1315,1507],"location":{"fmt":"kr","x":427585,"y":-26700.4},"name":"Pujiya Canyon","node_manager":{"id":50587,"location":{"fmt":"kr","x":483879,"y":-63805},"name":"Litsche","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1310":{"center":{"x":"478608","y":"-4616.53","z":"-83247.7"},"childnodes":[1508],"contribution":1,"id":1310,"links":[1309,1311,1508],"location":{"fmt":"kr","x":478999,"y":-81716.7},"name":"Bashim Base","node_manager":{"id":45116,"location":{"fmt":"kr","x":478270,"y":-85184},"name":"Torenandu","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1311":{"center":{"x":"573278","y":"5077.82","z":"-84465.1"},"contribution":1,"id":1311,"links":[1310],"location":{"fmt":"kr","x":573076,"y":-84273.7},"name":"Waragon Nest","node_manager":{"id":50594,"location":{"fmt":"kr","x":561838,"y":-99836},"name":"Moria","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1312":{"center":{"x":"472120","y":"1372.32","z":"165337"},"contribution":1,"id":1312,"links":[1306,1313],"location":{"fmt":"kr","x":475591,"y":176016},"name":"Deserted City of Runn","node_manager":{"id":50595,"location":{"fmt":"kr","x":469792,"y":179091},"name":"Tony Vangertz","type":"npc"},"traders":{"50595":{"id":50595,"location":{"fmt":"kr","x":469792,"y":179091},"name":"Tony Vangertz","node":"Ruined City of Rune","packs":[{"id":"55480","level_requirement":1,"name":"Voodoo Doll","price":"20160","quantity":18,"type":1,"weight":45.7},{"id":"55481","level_requirement":"55","name":"Smoked Mountain Goat Meat","price":"29480","quantity":4,"type":3,"weight":56},{"id":"55482","level_requirement":"52","name":"Cadry Iron Armor","price":"26500","quantity":5,"type":5,"weight":55.5}],"type":"Node Manager"}},"type":"Trading Post","zone":"Kingdom of Valencia"},"1313":{"center":{"x":"485261","y":"1821.59","z":"197883"},"contribution":3,"id":1313,"links":[1312,1314,1320,1323],"location":{"fmt":"kr","x":486355,"y":197955},"name":"Runn Gateway Intersection","node_manager":{"id":50596,"location":{"fmt":"kr","x":486785,"y":196080},"name":"Nadam","type":"npc"},"type":"Gateway","zone":"Kingdom of Valencia"},"1314":{"center":{"x":"579545","y":"-652.519","z":"274679"},"childnodes":[1549,1550],"contribution":0,"id":1314,"links":[1313,1320,1321,1326,1352,1377,1549,1550],"location":{"fmt":"kr","x":577629,"y":277460},"name":"Shakatu","traders":{"45121":{"id":45121,"location":{"fmt":"kr","x":581881,"y":282489},"name":"Taphtar","node":"Shakatu","packs":[{"id":"55467","img":"/items/new_icon/03_etc/10_free_tradeitem/00055467.png","level_requirement":1,"name":"Rakshan Telescope","price":"20800","quantity":22,"type":1,"weight":45.8},{"id":"55468","img":"/items/new_icon/03_etc/10_free_tradeitem/00055468.png","level_requirement":"55","name":"Shakatu's Surprise Jewel Box","price":28000,"quantity":5,"type":2,"weight":50.8},{"id":"55469","img":"/items/new_icon/03_etc/10_free_tradeitem/00055469.png","level_requirement":"56","name":"Jewel-Decorated Rifle","price":30000,"quantity":4,"type":2,"weight":45.2},{"id":"55470","img":"/items/new_icon/03_etc/10_free_tradeitem/00055470.png","level_requirement":"52","name":"Elixir of Life","price":"20160","quantity":8,"type":4,"weight":40.9},{"id":"55471","img":"/items/new_icon/03_etc/10_free_tradeitem/00055471.png","level_requirement":"51","name":"Camel Hide Shoes","price":"16000","quantity":21,"type":7,"weight":35.4},{"id":"55472","img":"/items/new_icon/03_etc/10_free_tradeitem/00055472.png","level_requirement":"53","name":"Giant Fire-Breathing Shield","price":"26000","quantity":5,"type":5,"weight":55.5},{"id":"55473","img":"/items/new_icon/03_etc/10_free_tradeitem/00055473.png","level_requirement":"53","name":"Rutile Nugget","price":"25200","quantity":12,"type":9,"weight":50.4}],"type":"Trade Manager"}},"type":"Town","zone":""},"1315":{"center":{"x":"486449","y":"5207.02","z":"28271.5"},"contribution":1,"id":1315,"links":[1305,1309,1317,1324,1340],"location":{"fmt":"kr","x":486637,"y":28778.2},"name":"Taphtar Plain","node_manager":{"id":50598,"location":{"fmt":"kr","x":455744,"y":12565},"name":"Zaniya","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1316":{"center":{"x":"380222","y":"-6587.97","z":"30348.3"},"childnodes":[1503],"contribution":4,"id":1316,"links":[1304,1308,1503],"location":{"fmt":"kr","x":364028,"y":41616.7},"name":"Basilisk Den","node_manager":{"id":50609,"location":{"fmt":"kr","x":391247,"y":29421},"name":"Rahim","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1317":{"center":{"x":"522973","y":"4669.92","z":"30237.3"},"contribution":3,"id":1317,"links":[1315,1318],"location":{"fmt":"kr","x":522973,"y":30237.3},"name":"Barhan Gateway","node_manager":{"id":50612,"location":{"fmt":"kr","x":523187,"y":31549},"name":"Volve","type":"npc"},"type":"Gateway","zone":"Kingdom of Valencia"},"1318":{"center":{"x":"551976","y":"12468.3","z":"38607.3"},"childnodes":[1509,1510],"contribution":1,"id":1318,"links":[1317,1319,1509,1510],"location":{"fmt":"kr","x":551095,"y":37857.4},"name":"Capotia","node_manager":{"id":50613,"location":{"fmt":"kr","x":545821,"y":38747},"name":"Martha Kiyen","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1319":{"center":{"x":"590881","y":"13794.2","z":"48856.9"},"childnodes":[1547,1548],"contribution":0,"id":1319,"links":[1318,1322,1325,1351,1547,1548],"location":{"fmt":"kr","x":590881,"y":48856.9},"name":"Sand Grain Bazaar","node_manager":{"id":50610,"location":{"fmt":"kr","x":597832,"y":37539},"name":"Amir","type":"npc"},"traders":{"45103":{"id":45103,"location":{"fmt":"kr","x":593302,"y":48490.5},"name":"Atui Balacs","node":"Sand Grain Bazaar","packs":[{"id":"55461","level_requirement":1,"name":"Natural Pigment Set","price":"23040","quantity":36,"type":1,"weight":55.4},{"id":"55462","level_requirement":1,"name":"Dried Raw Basilisk Skin","price":"25080","quantity":20,"type":1,"weight":55.4},{"id":"55463","level_requirement":"53","name":"Ivory Seal","price":24800,"quantity":4,"type":2,"weight":41},{"id":"55464","level_requirement":"52","name":"Dried Star Anise","price":"16800","quantity":7,"type":3,"weight":35.5},{"id":"55465","level_requirement":"54","name":"Mace","price":"20160","quantity":5,"type":3,"weight":40.1},{"id":"55466","level_requirement":"54","name":"Camel Fur Coat","price":"20400","quantity":5,"type":7,"weight":40.3}],"type":"Trade Manager"},"45204":{"id":45204,"location":{"fmt":"kr","x":588520,"y":31026.6},"name":"Roxanna","node":"Sand Grain Bazaar","packs":[{"id":"55731","level_requirement":"31","name":"Bottle of Scorpion Venom","price":41000,"type":0,"weight":181},{"id":"55732","level_requirement":"36","name":"Elionian Doctrine","price":68000,"type":0,"weight":192},{"id":"55733","level_requirement":"41","name":"Rainbow Pill","price":99000,"type":0,"weight":235}],"type":"Smuggler"}},"type":"Town","zone":""},"1321":{"center":{"x":"619716","y":"13.0554","z":"307049"},"contribution":1,"id":1321,"links":[1314,1327],"location":{"fmt":"kr","x":605921,"y":304585},"name":"Yalt Canyon","node_manager":{"id":50602,"location":{"fmt":"kr","x":660589,"y":306165},"name":"Yehan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1322":{"center":{"x":"544414","y":"12414.6","z":"105746"},"contribution":3,"id":1322,"links":[1319,1323],"location":{"fmt":"kr","x":546359,"y":87215.7},"name":"Desert Naga Temple","node_manager":{"id":50615,"location":{"fmt":"kr","x":545362,"y":159661},"name":"Desert Fogan Scout","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1324":{"center":{"x":"461690","y":"56.4287","z":"74836.4"},"contribution":1,"id":1324,"links":[1315],"location":{"fmt":"kr","x":461690,"y":74836.4},"name":"Pila Fe","node_manager":{"id":50600,"location":{"fmt":"kr","x":462208,"y":78112},"name":"Hazer","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1325":{"center":{"x":"679352","y":"12333.6","z":"104564"},"childnodes":[1512,1513],"contribution":3,"id":1325,"links":[1319,1331,1512,1513],"location":{"fmt":"kr","x":679352,"y":104564},"name":"Pilgrim's Haven","node_manager":{"id":50604,"location":{"fmt":"kr","x":682177,"y":103708},"name":"Al Hamid","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1326":{"center":{"x":"541368","y":"-6730.21","z":"298828"},"contribution":1,"id":1326,"links":[1314],"location":{"fmt":"kr","x":539135,"y":299499},"name":"Hope Pier","node_manager":{"id":50607,"location":{"fmt":"kr","x":533468,"y":298389},"name":"Muna","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1327":{"center":{"x":"646653","y":"-4062.71","z":"335010"},"contribution":1,"id":1327,"links":[1321,1328],"location":{"fmt":"kr","x":651174,"y":336003},"name":"Gahaz Bandit's Lair","node_manager":{"id":50608,"location":{"fmt":"kr","x":633967,"y":332472},"name":"Rafa","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1328":{"center":{"x":"715113","y":"10958.7","z":"369438"},"childnodes":[1514],"contribution":1,"id":1328,"links":[1327,1329,1514],"location":{"fmt":"kr","x":727582,"y":371156},"name":"Bambu Valley","node_manager":{"id":50637,"location":{"fmt":"kr","x":729747,"y":393834},"name":"Okhan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1329":{"center":{"x":"763431","y":"9336.06","z":"406686"},"childnodes":[1515,1516],"contribution":1,"id":1329,"links":[1328,1330,1515,1516],"location":{"fmt":"kr","x":760598,"y":406195},"name":"Iris Canyon","node_manager":{"id":50633,"location":{"fmt":"kr","x":752121,"y":406766},"name":"Hamar","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1330":{"center":{"x":"769587","y":"12412.4","z":"391936"},"childnodes":[1517,1518],"contribution":1,"id":1330,"links":[1329,1375,1517,1518],"location":{"fmt":"kr","x":766617,"y":355961},"name":"Kmach Canyon","node_manager":{"id":50603,"location":{"fmt":"kr","x":741250,"y":367409},"name":"Raya","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1331":{"center":{"x":"734898","y":"3422.36","z":"196590"},"contribution":3,"id":1331,"links":[1325],"location":{"fmt":"kr","x":734650,"y":196810},"name":"Ibellab Oasis","node_manager":{"id":50616,"location":{"fmt":"kr","x":734159,"y":197527},"name":"Sameh","type":"npc"},"traders":{"45209":{"id":45209,"location":{"fmt":"kr","x":732806,"y":198301},"name":"Shuriar","node":"Ibellab Oasis","packs":[{"id":"55477","level_requirement":"53","name":"Sack of Date Palm","price":"20280","quantity":8,"type":3,"weight":40.1},{"id":"55478","level_requirement":"54","name":"Mercury Ointment","price":"24600","quantity":6,"type":4,"weight":45.1},{"id":"55479","level_requirement":"51","name":"Coconut Oil","price":"18460","quantity":30,"type":9,"weight":40.5},{"id":"55491","level_requirement":"52","name":"Ibelap Gunpowder","price":"101100","quantity":5,"type":5,"weight":256},{"id":"55492","level_requirement":"54","name":"Valencia Rock Salt","price":"110400","quantity":8,"type":"9","weight":271.5}],"type":"Trade Manager"}},"type":"Trading Post","zone":"Kingdom of Valencia"},"1332":{"center":{"x":"814773","y":"8412.75","z":"278026"},"contribution":3,"id":1332,"links":[1333,1375],"location":{"fmt":"kr","x":814773,"y":278026},"name":"Pilgrim's Sanctum: Obedience","node_manager":{"id":50620,"location":{"fmt":"kr","x":815342,"y":278063},"name":"Siriya Min","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1333":{"center":{"x":"743190","y":"12328.6","z":"144611"},"contribution":3,"id":1333,"links":[1332,1334],"location":{"fmt":"kr","x":743190,"y":144611},"name":"Pilgrim's Sanctum: Abstinence","node_manager":{"id":50618,"location":{"fmt":"kr","x":743483,"y":144494},"name":"Semica","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1334":{"center":{"x":"891785","y":"18068.6","z":"61744.8"},"contribution":3,"id":1334,"links":[1333,1335],"location":{"fmt":"kr","x":891785,"y":61744.8},"name":"Pilgrim's Sanctum: Sharing","node_manager":{"id":50619,"location":{"fmt":"kr","x":892139,"y":60954},"name":"Samaya","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1335":{"center":{"x":"821479","y":"11571.3","z":"-19086.4"},"contribution":3,"id":1335,"links":[1334,1336,1344],"location":{"fmt":"kr","x":821479,"y":-19086.4},"name":"Pilgrim's Sanctum: Sincerity","node_manager":{"id":50617,"location":{"fmt":"kr","x":822785,"y":-10472},"name":"Saimar","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1336":{"center":{"x":"892725","y":"16087.2","z":"-61532.3"},"childnodes":[1553],"contribution":3,"id":1336,"links":[1335,1337,1344,1347,1553],"location":{"fmt":"kr","x":892725,"y":-61532.3},"name":"Pilgrim's Sanctum: Humility","node_manager":{"id":50621,"location":{"fmt":"kr","x":893017,"y":-61508},"name":"Tarik","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1337":{"center":{"x":"971153","y":"16423.9","z":"325.744"},"contribution":3,"id":1337,"links":[1336,1338,1347],"location":{"fmt":"kr","x":971153,"y":325.744},"name":"Pilgrim's Sanctum: Purity","node_manager":{"id":50623,"location":{"fmt":"kr","x":971210,"y":387},"name":"Dian","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1338":{"center":{"x":"947765","y":"11813.6","z":"160635"},"contribution":3,"id":1338,"links":[1337],"location":{"fmt":"kr","x":947765,"y":160635},"name":"Pilgrim's Sanctum: Fast","node_manager":{"id":50622,"location":{"fmt":"kr","x":947298,"y":160641},"name":"Remi Tara","type":"npc"},"originallocation":{"x":27313.24,"y":11797.068},"type":"Connection","zone":"Kingdom of Valencia"},"1339":{"center":{"x":"948121","y":"10893.9","z":"253076"},"contribution":3,"id":1339,"links":[1301,1343],"location":{"fmt":"kr","x":948121,"y":253076},"name":"Rakshan Observatory","node_manager":{"id":50624,"location":{"fmt":"kr","x":948228,"y":253029},"name":"Akhram","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1340":{"center":{"x":"524582","y":"7676.44","z":"144240"},"contribution":1,"id":1340,"links":[1315],"location":{"fmt":"kr","x":524529,"y":144130},"name":"Scarlet Sand Chamber","node_manager":{"id":44404,"location":{"fmt":"kr","x":521548,"y":138054},"name":"Desalam","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1342":{"center":{"x":"1150470","y":"16252.7","z":"293950"},"contribution":1,"id":1342,"links":[1374],"location":{"fmt":"kr","x":1150230,"y":294065},"name":"Valencia Castle","node_manager":{"id":50625,"location":{"fmt":"kr","x":1148360,"y":291256},"name":"Mohana","type":"npc"},"notes":"If the main gate is locked, there is a tunnel outside the north wall of the castle that leads into the basement.","type":"Gateway","zone":"Kingdom of Valencia"},"1343":{"center":{"x":"976980","y":"-7746.35","z":"340744"},"contribution":1,"id":1343,"links":[1339,1353,1375,1376],"location":{"fmt":"kr","x":977120,"y":336019},"name":"Ancado Inner Harbor","node_manager":{"id":50627,"location":{"fmt":"kr","x":973820,"y":339900},"name":"Inaha","type":"npc"},"notes":"

Transport links to: Altinova, Epheria Port

","traders":{"50627":{"id":50627,"location":{"fmt":"kr","x":973820,"y":339900},"name":"Inaha","node":"Ancado Inner Harbor","packs":[{"id":"55483","level_requirement":"52","name":"Red Reagent","price":"19080","quantity":9,"type":4,"weight":40.6},{"id":"55484","level_requirement":"54","name":"Portable Cannon","price":"22680","quantity":4,"type":5,"weight":40.1},{"id":"55485","level_requirement":"53","name":"Bunch of Ivory","price":"26840","quantity":10,"type":9,"weight":50.5}],"type":"Node Manager"}},"type":"Town","zone":"Kingdom of Valencia"},"1344":{"center":{"x":"813638","y":"5502.69","z":"-110341"},"childnodes":[1519],"contribution":5,"id":1344,"links":[1335,1336,1346,1519],"location":{"fmt":"kr","x":813638,"y":-110341},"name":"Aakman","node_manager":{"id":50626,"location":{"fmt":"kr","x":813349,"y":-110242},"name":"Atosa","type":"npc"},"type":"Trading Post","zone":"Kingdom of Valencia"},"1345":{"center":{"x":"730906","y":"22552.1","z":"-201213"},"childnodes":[1520,1521],"contribution":1,"id":1345,"links":[1346,1520,1521],"location":{"fmt":"kr","x":730906,"y":-201213},"name":"Crescent Shrine","node_manager":{"id":50629,"location":{"fmt":"kr","x":726805,"y":-196545},"name":"Argos","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1346":{"center":{"x":"762533","y":"20292.5","z":"-162562"},"childnodes":[1522,1523],"contribution":3,"id":1346,"links":[1344,1345,1350,1522,1523],"location":{"fmt":"kr","x":773384,"y":-170818},"name":"Crescent Mountains","node_manager":{"id":50632,"location":{"fmt":"kr","x":706548,"y":-144308},"name":"Maia","notes":"

Node manager is a far distance north-west of the node. Node must be discovered before you can invest in the node manager.

Video Guides from MorrolanTV:

How to unlock the node
Where to find the node manager

","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1347":{"center":{"x":"983393","y":"14865.9","z":"-164540"},"childnodes":[1524,1525,1526],"contribution":3,"id":1347,"links":[1336,1337,1381,1524,1525,1526],"location":{"fmt":"kr","x":1002250,"y":-165443},"name":"Titium Valley","node_manager":{"id":50630,"location":{"fmt":"kr","x":983603,"y":-155137},"name":"Desert Naga Search Captain","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1350":{"center":{"x":"603168","y":"24414.2","z":"-12740.3"},"contribution":1,"id":1350,"links":[1346,1351],"location":{"fmt":"kr","x":603168,"y":-12740.3},"name":"Valencia Western Highlands","node_manager":{"id":50599,"location":{"fmt":"kr","x":561790,"y":-2250},"name":"Mutan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1351":{"center":{"x":"577886","y":"22083.2","z":"26613"},"childnodes":[1527,1528,1541],"contribution":2,"id":1351,"links":[1319,1350,1527,1528,1541],"location":{"fmt":"kr","x":578361,"y":25749.7},"name":"Bazaar Farmland","node_manager":{"id":50638,"location":{"fmt":"kr","x":582148,"y":21972},"name":"Namoki","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1352":{"center":{"x":"567974","y":"5455.36","z":"285316"},"childnodes":[1529,1530,1531,1542],"contribution":2,"id":1352,"links":[1314,1529,1530,1531,1542],"location":{"fmt":"kr","x":567974,"y":285316},"name":"Shakatu Farmland","node_manager":{"id":50639,"location":{"fmt":"kr","x":569565,"y":285449},"name":"Tiulka","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1353":{"center":{"x":"997846","y":"-2704.14","z":"333242"},"childnodes":[1532,1533,1543],"contribution":2,"id":1353,"links":[1343,1391,1532,1533,1543],"location":{"fmt":"kr","x":998115,"y":333094},"name":"Altas Farmland","node_manager":{"id":50640,"location":{"fmt":"kr","x":997105,"y":333497},"name":"Altas","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1354":{"center":{"x":"995260","y":"8799.03","z":"224866"},"childnodes":[1534,1535,1544,1565],"contribution":2,"id":1354,"links":[1355,1534,1535,1544,1565],"location":{"fmt":"kr","x":995260,"y":224866},"name":"Erdal Farm","node_manager":{"id":50641,"location":{"fmt":"kr","x":994389,"y":225225},"name":"Nauleh","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1355":{"center":{"x":"990646","y":"10337.9","z":"197386"},"childnodes":[1536,1537,1538,1545],"contribution":2,"id":1355,"links":[1301,1354,1356,1536,1537,1538,1545],"location":{"fmt":"kr","x":990646,"y":197386},"name":"Valencia Plantation","node_manager":{"id":50642,"location":{"fmt":"kr","x":992051,"y":192365},"name":"Momo","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1356":{"center":{"x":"985941","y":"10306.2","z":"176471"},"childnodes":[1539,1540,1546],"contribution":2,"id":1356,"links":[1355,1539,1540,1546],"location":{"fmt":"kr","x":985941,"y":176471},"name":"Fohalam Farm","node_manager":{"id":50643,"location":{"fmt":"kr","x":999242,"y":184331},"name":"Abol Fohalam","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1364":{"center":{"x":"338207","y":"-7414.96","z":"139124"},"contribution":1,"id":1364,"links":[1308,1365],"location":{"fmt":"kr","x":329275,"y":138692},"name":"Sokota Island","node_manager":{"id":50644,"location":{"fmt":"kr","x":336159,"y":147225},"name":"Arda","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1365":{"center":{"x":"384653","y":"-8125.95","z":"180159"},"contribution":1,"id":1365,"links":[1364,1366],"location":{"fmt":"kr","x":393866,"y":181537},"name":"Riyed Island","node_manager":{"id":50645,"location":{"fmt":"kr","x":385712,"y":175798},"name":"Hidaye","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1366":{"center":{"x":"418037","y":"-7797.64","z":"243233"},"contribution":1,"id":1366,"links":[1365,1367],"location":{"fmt":"kr","x":422234,"y":239025},"name":"Esfah Island","node_manager":{"id":50647,"location":{"fmt":"kr","x":420148,"y":234650},"name":"Amet","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1367":{"center":{"x":"412178","y":"-7946.23","z":"257633"},"contribution":1,"id":1367,"links":[1366,1368],"location":{"fmt":"kr","x":406466,"y":258086},"name":"Tigris Island","node_manager":{"id":50648,"location":{"fmt":"kr","x":404927,"y":259277},"name":"Mutafa","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1368":{"center":{"x":"448990","y":"-7753.64","z":"262620"},"contribution":1,"id":1368,"links":[1367,1369,1371],"location":{"fmt":"kr","x":445168,"y":261867},"name":"Shirna Island","node_manager":{"id":50649,"location":{"fmt":"kr","x":446079,"y":260711},"name":"Kemel","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1369":{"center":{"x":"564386","y":"-7777.64","z":"331846"},"contribution":1,"id":1369,"links":[1368,1370,1371],"location":{"fmt":"kr","x":558999,"y":333684},"name":"Halmad Island","node_manager":{"id":50650,"location":{"fmt":"kr","x":558436,"y":338010},"name":"Altin","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1370":{"center":{"x":"574681","y":"-7658.89","z":"366749"},"contribution":1,"id":1370,"links":[1369,1376],"location":{"fmt":"kr","x":589314,"y":372650},"name":"Kashuma Island","node_manager":{"id":50651,"location":{"fmt":"kr","x":591965,"y":367400},"name":"Karadeniz","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1371":{"center":{"x":"423766","y":"-8024.35","z":"313649"},"contribution":1,"id":1371,"links":[1368,1369,1372],"location":{"fmt":"kr","x":418555,"y":324117},"name":"Orisha Island","node_manager":{"id":50652,"location":{"fmt":"kr","x":420285,"y":321531},"name":"Seltin","type":"npc"},"traders":{"50652":{"id":50652,"location":{"fmt":"kr","x":420285,"y":321531},"name":"Seltin","node":"Orisha Island","packs":[{"id":"55486","img":"/items/new_icon/03_etc/10_free_tradeitem/00055486.png","level_requirement":"52","name":"Blue Coral","price":23600,"quantity":4,"type":2,"weight":50.7},{"id":"55487","img":"/items/new_icon/03_etc/10_free_tradeitem/00055487.png","level_requirement":1,"name":"Natural Sponge","price":"26220","quantity":18,"type":1,"weight":55.2},{"id":"55488","img":"/items/new_icon/03_etc/10_free_tradeitem/00055488.png","level_requirement":"54","name":"Sea Bass Jerky","price":"31280","quantity":5,"type":3,"weight":55.4}],"type":"Node Manager"}},"type":"Trading Post","zone":"Kingdom of Valencia"},"1372":{"center":{"x":"420347","y":"-7336.56","z":"367649"},"contribution":1,"id":1372,"links":[1097,1371],"location":{"fmt":"kr","x":419550,"y":372439},"name":"Boa Island","node_manager":{"id":50653,"location":{"fmt":"kr","x":415458,"y":369550},"name":"Turan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1373":{"center":{"x":"373040","y":"-3162.44","z":"103310"},"contribution":1,"id":1373,"links":[1308],"location":{"fmt":"kr","x":365164,"y":105182},"name":"Kisleev Crag","node_manager":{"id":50593,"location":{"fmt":"kr","x":363050,"y":104468},"name":"Mahaq","type":"npc"},"notes":"Node is up in the mountains, you can climb up from the top of the waterfall to the south-east.","type":"Connection","zone":"Kingdom of Valencia"},"1374":{"center":{"x":"1109330","y":"6787.13","z":"229319"},"contribution":1,"id":1374,"links":[1301,1342],"location":{"fmt":"kr","x":1109330,"y":229319},"name":"Valencia Castle Site","node_manager":{"id":50654,"location":{"fmt":"kr","x":1107770,"y":228348},"name":"Aidja","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1375":{"center":{"x":"895018","y":"8850.63","z":"349452"},"contribution":1,"id":1375,"links":[1330,1332,1343],"location":{"fmt":"kr","x":891216,"y":353626},"name":"Ancado Coast","node_manager":{"id":50646,"location":{"fmt":"kr","x":916005,"y":353223},"name":"Osman","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1376":{"center":{"x":"843205","y":"7590.83","z":"415735"},"contribution":5,"id":1376,"links":[1343,1370],"location":{"fmt":"kr","x":843205,"y":415735},"name":"Derko Island","node_manager":{"id":50655,"location":{"fmt":"kr","x":844587,"y":418200},"name":"Kozah","type":"npc"},"notes":"Node manager is on top, there is a ramp up from the north-west side of the island.","type":"Connection","zone":"Kingdom of Valencia"},"1377":{"center":{"x":"504922","y":"-7960.65","z":"264149"},"contribution":2,"id":1377,"links":[1314],"location":{"fmt":"kr","x":505184,"y":264052},"name":"Shakatu Abandoned Pier","node_manager":{"id":50597,"location":{"fmt":"kr","x":504282,"y":264180},"name":"Rad Rasha","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1379":{"center":{"x":"1232340","y":"1205.48","z":"213470"},"childnodes":[1554,1555],"contribution":1,"id":1379,"links":[1301,1380,1554,1555],"location":{"fmt":"kr","x":1232790,"y":199861},"name":"Areha Palm Forest","node_manager":{"id":50656,"location":{"fmt":"kr","x":1235090,"y":196282},"name":"Rohu","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1380":{"center":{"x":"1267170","y":"-3595.01","z":"177948"},"childnodes":[1563],"contribution":0,"id":1380,"links":[1379,1382,1385,1563],"location":{"fmt":"kr","x":1267170,"y":177948},"name":"Arehaza Town","traders":{"45348":{"id":45348,"location":{"fmt":"kr","x":1277660,"y":185707},"name":"Surondula","node":"Arehaza Town","packs":[{"id":"55493","level_requirement":1,"name":"Palm Forest Boy Collection","price":"62300","quantity":12,"type":1,"weight":120.5},{"id":"55494","level_requirement":"53","name":"Desert Landscape","price":"62920","quantity":4,"type":2,"weight":120.5}],"type":"Trade Manager"}},"type":"Town","zone":""},"1381":{"center":{"x":"1092940","y":"24043.4","z":"-135983"},"childnodes":[1564],"contribution":0,"id":1381,"links":[1347,1383,1564],"location":{"fmt":"kr","x":1092940,"y":-135983},"name":"Muiquun","requirement":"Negative karma","traders":{"45306":{"id":45306,"location":{"fmt":"kr","x":1091280,"y":-135160},"name":"Sophia","node":"Muiquun","packs":[{"id":"55495","level_requirement":1,"name":"Outlaw Textbook","price":"57456","quantity":6,"type":1,"weight":120.5}],"type":"Trade Manager"}},"type":"Town","zone":""},"1382":{"center":{"x":"1244310","y":"11827.3","z":"77137.1"},"contribution":1,"id":1382,"links":[1380,1383],"location":{"fmt":"kr","x":1241660,"y":51988.6},"name":"Central Cantusa","node_manager":{"id":50659,"location":{"fmt":"kr","x":1221230,"y":71975},"name":"Surail","type":"npc"},"notes":"The node manager is to the north-west at the base of the cliff where it starts to turn into desert. To invest in the node, you have to discover it by climbing the mountain.","type":"Connection","zone":"Kingdom of Valencia"},"1383":{"center":{"x":"1163710","y":"30508.8","z":"-154498"},"contribution":2,"id":1383,"links":[1381,1382,1384,1393],"location":{"fmt":"kr","x":1163740,"y":-154462},"name":"Cantusa Desert","node_manager":{"id":50660,"location":{"fmt":"kr","x":1060530,"y":-117735},"name":"Tanatoz","type":"npc"},"notes":"The node is unlocked by visiting the plateau of the mountains. The node manager is at one of the northern entrances to Muiquun (quite far away).","type":"Connection","zone":"Kingdom of Valencia"},"1384":{"center":{"x":"1144130","y":"17427.2","z":"-80992.9"},"contribution":3,"id":1384,"links":[1383],"location":{"fmt":"kr","x":1144130,"y":-80992.9},"name":"Pila Ku Jail","node_manager":{"id":50661,"location":{"fmt":"kr","x":1144760,"y":-80174},"name":"Botadin","type":"npc"},"notes":"The node manager is inside the larger archway entrance from the desert and has the knowledge for the node for 50 energy (currently labelled incorrectly).","type":"Dangerous","zone":"Kingdom of Valencia"},"1385":{"center":{"x":"1259350","y":"10829.6","z":"283280"},"childnodes":[1560],"contribution":1,"id":1385,"links":[1380,1387,1560],"location":{"fmt":"kr","x":1264070,"y":285793},"name":"Northern Sand Dune","node_manager":{"id":50662,"location":{"fmt":"kr","x":1264630,"y":285212},"name":"Botul","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1387":{"center":{"x":"1146610","y":"21159","z":"454998"},"childnodes":[1561,1562],"contribution":3,"id":1387,"links":[1385,1388,1561,1562],"location":{"fmt":"kr","x":1166230,"y":442864},"name":"Gavinya Volcano Zone","node_manager":{"id":50671,"location":{"fmt":"kr","x":1166250,"y":434931},"name":"Muturan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1388":{"center":{"x":"1093740","y":"33485.5","z":"488521"},"childnodes":[1558],"contribution":2,"id":1388,"links":[1387,1389,1390,1391,1558,1648],"location":{"fmt":"kr","x":1093740,"y":488521},"name":"Gavinya Great Crater","node_manager":{"id":50663,"location":{"fmt":"kr","x":1093980,"y":488734},"name":"Almori","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1389":{"center":{"x":"1163610","y":"607.986","z":"514146"},"childnodes":[1556,1557],"contribution":1,"id":1389,"links":[1388,1394,1556,1557],"location":{"fmt":"kr","x":1163610,"y":514146},"name":"Gavinya Coastal Cliff","node_manager":{"id":50664,"location":{"fmt":"kr","x":1188520,"y":527026},"name":"Burio","type":"npc"},"notes":"Node manager is on the beach to the east.","type":"Connection","zone":"Kingdom of Valencia"},"1390":{"center":{"x":"1084880","y":"23078.9","z":"418194"},"childnodes":[1566],"contribution":2,"id":1390,"links":[1388,1566],"location":{"fmt":"kr","x":1084880,"y":418194},"name":"Roud Sulfur Works","node_manager":{"id":50665,"location":{"fmt":"kr","x":1083310,"y":405019},"name":"Salta","type":"npc"},"type":"Dangerous","zone":"Kingdom of Valencia"},"1391":{"center":{"x":"988609","y":"15330.4","z":"487834"},"contribution":1,"id":1391,"links":[1353,1388,1392],"location":{"fmt":"kr","x":1008570,"y":496934},"name":"Ivory Wasteland","node_manager":{"id":50666,"location":{"fmt":"kr","x":1026140,"y":492401},"name":"Bovolin","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1392":{"center":{"x":"928558","y":"9127.87","z":"468371"},"childnodes":[1559],"contribution":1,"id":1392,"links":[1391,1559],"location":{"fmt":"kr","x":928558,"y":468371},"name":"Ivero Cliff","node_manager":{"id":50667,"location":{"fmt":"kr","x":951743,"y":447132},"name":"Toyan","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1393":{"center":{"x":"1171330","y":"16126.3","z":"11195.6"},"contribution":1,"id":1393,"links":[1383],"location":{"fmt":"kr","x":1167630,"y":3222.52},"name":"Dona Rocky Mountain","node_manager":{"id":50672,"location":{"fmt":"kr","x":1165170,"y":6451},"name":"Fazmin","type":"npc"},"notes":"Node is on the pla teau of the mountain. The nodemanager is also up on the mountain just slightly north of the node looking out over the desert.","type":"Connection","zone":"Kingdom of Valencia"},"1394":{"center":{"x":"1241700","y":"-5227.01","z":"560845"},"contribution":1,"id":1394,"links":[1389],"location":{"fmt":"kr","x":1252450,"y":547567},"name":"Hakoven Island","node_manager":{"id":50673,"location":{"fmt":"kr","x":1253300,"y":545051},"name":"Soa Banso","type":"npc"},"notes":"Island is mostly cliffs, so disembark on the beach on the north-west side of the island.","type":"Connection","zone":"Kingdom of Valencia"},"1395":{"center":{"x":"-1264300","y":"-7695.8","z":"1513940"},"contentgroup":"Margoria","contribution":0,"id":1395,"links":[1001,1396,1398,1449],"location":{"fmt":"kr","x":-1269650,"y":1516410},"name":"Port Ratt","slug":"port-ratt","traders":{"44154":{"id":44154,"location":{"fmt":"kr","x":-1268750,"y":1513500},"name":"Moran","node":"Port Ratt","packs":[{"id":"55592","img":"/items/new_icon/03_etc/10_free_tradeitem/00055592.png","level_requirement":51,"name":"Oriental Saber","price":100000,"quantity":8,"type":"5","weight":150},{"id":"55594","img":"/items/new_icon/03_etc/10_free_tradeitem/00055594.png","level_requirement":54,"name":"Red Kite","price":36000,"quantity":17,"type":"6","weight":34},{"id":"55597","img":"/items/new_icon/03_etc/10_free_tradeitem/00055597.png","level_requirement":55,"name":"Golden Dragon Ink Slab","price":132400,"quantity":5,"type":1,"weight":210},{"id":"55598","img":"/items/new_icon/03_etc/10_free_tradeitem/00055598.png","level_requirement":56,"name":"Haso Silk","price":161000,"quantity":6,"type":"7","weight":222},{"id":"55593","img":"/items/new_icon/03_etc/10_free_tradeitem/00055593.png","level_requirement":57,"name":"Dim Lotus Lamp","price":33500,"quantity":18,"type":1,"weight":33},{"id":"55599","img":"/items/new_icon/03_etc/10_free_tradeitem/00055599.png","level_requirement":57,"name":"Millennial Wild Ginseng","price":190600,"quantity":6,"type":"4","weight":229},{"id":"55600","img":"/items/new_icon/03_etc/10_free_tradeitem/00055600.png","level_requirement":58,"name":"Pure Gold Censer","price":226800,"quantity":5,"type":"6","weight":238},{"id":"55595","img":"/items/new_icon/03_etc/10_free_tradeitem/00055595.png","level_requirement":59,"name":"Haso Celadon Porcelain","price":258000,"quantity":5,"type":"2","weight":258},{"id":"55591","img":"/items/new_icon/03_etc/10_free_tradeitem/00055591.png","level_requirement":60,"name":"Ratt Lacquer Ware","price":39000,"quantity":16,"type":"2","weight":36},{"id":"55596","img":"/items/new_icon/03_etc/10_free_tradeitem/00055596.png","level_requirement":60,"name":"Oriental Spice","price":274000,"quantity":4,"type":"3","weight":240}],"type":"Trade Manager"}},"type":"Town","zone":""},"1396":{"contentgroup":"Margoria","contribution":0,"hidden":true,"id":1396,"links":[1395],"location":{"fmt":"kr","x":-1403620,"y":1575060},"name":"Kingdom of Haso","type":"Connection","zone":""},"1397":{"center":{"x":"-1277250","y":"-6263.17","z":"1254530"},"contentgroup":"Margoria","contribution":1,"id":1397,"links":[1399],"location":{"fmt":"kr","x":-1280590,"y":1256340},"name":"Zagam Island","node_manager":{"id":44159,"location":{"fmt":"kr","x":-1277370,"y":1254310},"name":"Zawoon","type":"npc"},"type":"Connection","zone":"Ocean"},"1398":{"center":{"x":"-1319380","y":"-3734.62","z":"1341970"},"contentgroup":"Margoria","contribution":1,"id":1398,"links":[1395,1399],"location":{"fmt":"kr","x":-1319380,"y":1341970},"name":"Mariul Island","node_manager":{"id":44160,"location":{"fmt":"kr","x":-1319570,"y":1342070},"name":"Daenata","type":"npc"},"type":"Connection","zone":"Ocean"},"1399":{"center":{"x":"-1375200","y":"-8130.92","z":"1260210"},"contentgroup":"Margoria","contribution":3,"id":1399,"links":[1397,1398,1450,1451],"location":{"fmt":"kr","x":-1375200,"y":1260210},"name":"Nada Island","node_manager":{"id":"40734/1","location":{"fmt":"kr","x":-1375470,"y":1259690},"name":"Katio","notes":"Katio is in the center of the island. The two easiest ways into the island are a narrow path on the east side of the island, or an underwater tunnel on the west side.","type":"npc"},"type":"Connection","zone":"Ocean"},"1400":{"center":{"x":"-652686","y":"-8150","z":"12522.8"},"contentgroup":"Margoria","contribution":0,"id":1400,"links":[1001,1401,1413],"location":{"fmt":"kr","x":-652686,"y":12522.8},"name":"Ross Sea","notes":"","type":"Connection","zone":""},"1401":{"center":{"x":"-627849","y":"-8150","z":"255638"},"contentgroup":"Margoria","contribution":0,"id":1401,"links":[1001,1400,1402,1412],"location":{"fmt":"kr","x":-627849,"y":255638},"name":"Ross Sea","notes":"","type":"Connection","zone":""},"1402":{"center":{"x":"-576597","y":"-8150","z":"447833"},"contentgroup":"Margoria","contribution":0,"id":1402,"links":[1001,1401,1403,1411],"location":{"fmt":"kr","x":-576597,"y":447833},"name":"Ross Sea","type":"Connection","zone":""},"1403":{"center":{"x":"-410018","y":"-8150","z":"562615"},"contentgroup":"Margoria","contribution":0,"id":1403,"links":[1001,1402,1404,1410],"location":{"fmt":"kr","x":-410018,"y":562615},"name":"Ross Sea","type":"Connection","zone":""},"1404":{"center":{"x":"-192808","y":"-8150","z":"601192"},"contentgroup":"Margoria","contribution":0,"id":1404,"links":[1001,1403,1405,1409],"location":{"fmt":"kr","x":-192808,"y":601192},"name":"Ross Sea","type":"Connection","zone":""},"1405":{"center":{"x":"63082.1","y":"-8150","z":"677838"},"contentgroup":"Margoria","contribution":0,"id":1405,"links":[1001,1404,1406,1408],"location":{"fmt":"kr","x":63082.1,"y":677838},"name":"Ross Sea","type":"Connection","zone":""},"1406":{"center":{"x":"332283","y":"-8150","z":"652615"},"contentgroup":"Margoria","contribution":0,"id":1406,"links":[1405,1407],"location":{"fmt":"kr","x":332283,"y":652615},"name":"Ross Sea","type":"Connection","zone":""},"1407":{"center":{"x":"295404","y":"-7776.33","z":"908709"},"contentgroup":"Margoria","contribution":0,"id":1407,"links":[1406,1408,1420],"location":{"fmt":"kr","x":295404,"y":908709},"name":"Margoria","type":"Connection","zone":""},"1408":{"center":{"x":"-12662.5","y":"-7263.47","z":"844692"},"contentgroup":"Margoria","contribution":0,"id":1408,"links":[1405,1407,1409,1419,1452],"location":{"fmt":"kr","x":-12662.5,"y":844692},"name":"Margoria","type":"Connection","zone":""},"1409":{"center":{"x":"-295147","y":"-7812.1","z":"793638"},"contentgroup":"Margoria","contribution":0,"id":1409,"links":[1404,1408,1410,1418],"location":{"fmt":"kr","x":-295147,"y":793638},"name":"Margoria","type":"Connection","zone":""},"1410":{"center":{"x":"-525285","y":"-7403.34","z":"716006"},"contentgroup":"Margoria","contribution":0,"id":1410,"links":[1403,1409,1411,1417],"location":{"fmt":"kr","x":-525285,"y":716006},"name":"Margoria","type":"Connection","zone":""},"1411":{"center":{"x":"-720275","y":"-7139.3","z":"572522"},"contentgroup":"Margoria","contribution":0,"id":1411,"links":[1402,1410,1412,1416],"location":{"fmt":"kr","x":-720275,"y":572522},"name":"Margoria","type":"Connection","zone":""},"1412":{"center":{"x":"-819997","y":"-7580.34","z":"307282"},"contentgroup":"Margoria","contribution":0,"id":1412,"links":[1401,1411,1413,1415],"location":{"fmt":"kr","x":-819997,"y":307282},"name":"Margoria","type":"Connection","zone":""},"1413":{"center":{"x":"-883878","y":"-5733.82","z":"76558.3"},"contentgroup":"Margoria","contribution":0,"id":1413,"links":[1400,1412,1414],"location":{"fmt":"kr","x":-883878,"y":76558.3},"name":"Margoria","type":"Connection","zone":""},"1414":{"center":{"x":"-1127050","y":"-7290.06","z":"229996"},"contentgroup":"Margoria","contribution":0,"id":1414,"links":[1413,1415,1427],"location":{"fmt":"kr","x":-1127050,"y":229996},"name":"Margoria","type":"Connection","zone":""},"1415":{"center":{"x":"-997896","y":"-7242.41","z":"460630"},"contentgroup":"Margoria","contribution":0,"id":1415,"links":[1412,1414,1416,1426],"location":{"fmt":"kr","x":-997896,"y":460630},"name":"Margoria","type":"Connection","zone":""},"1416":{"center":{"x":"-845204","y":"-6564.61","z":"691411"},"contentgroup":"Margoria","contribution":0,"id":1416,"links":[1411,1415,1417,1425],"location":{"fmt":"kr","x":-845204,"y":691411},"name":"Margoria","type":"Connection","zone":""},"1417":{"center":{"x":"-629032","y":"-7321.57","z":"858190"},"contentgroup":"Margoria","contribution":0,"id":1417,"links":[1410,1416,1418,1424],"location":{"fmt":"kr","x":-629032,"y":858190},"name":"Margoria","type":"Connection","zone":""},"1418":{"center":{"x":"-395624","y":"-7279.94","z":"947335"},"contentgroup":"Margoria","contribution":0,"id":1418,"links":[1409,1417,1419,1423],"location":{"fmt":"kr","x":-395624,"y":947335},"name":"Margoria","type":"Connection","zone":""},"1419":{"center":{"x":"-115741","y":"-7113.45","z":"1048790"},"contentgroup":"Margoria","contribution":0,"id":1419,"links":[1408,1418,1420,1422],"location":{"fmt":"kr","x":-115741,"y":1048790},"name":"Margoria","type":"Connection","zone":""},"1420":{"center":{"x":"165828","y":"-7747.68","z":"1190830"},"contentgroup":"Margoria","contribution":0,"id":1420,"links":[1407,1419,1421],"location":{"fmt":"kr","x":165828,"y":1190830},"name":"Margoria","type":"Connection","zone":""},"1421":{"center":{"x":"-175.992","y":"-6655.34","z":"1394370"},"contentgroup":"Margoria","contribution":0,"id":1421,"links":[1420,1422,1434],"location":{"fmt":"kr","x":-175.992,"y":1394370},"name":"Margoria","type":"Connection","zone":""},"1422":{"center":{"x":"-255960","y":"-7779.62","z":"1241030"},"contentgroup":"Margoria","contribution":0,"id":1422,"links":[1419,1421,1423,1433],"location":{"fmt":"kr","x":-255960,"y":1241030},"name":"Margoria","type":"Connection","zone":""},"1423":{"center":{"x":"-532112","y":"-8150","z":"1101390"},"contentgroup":"Margoria","contribution":0,"id":1423,"links":[1418,1422,1424,1432],"location":{"fmt":"kr","x":-532112,"y":1101390},"name":"Margoria","type":"Connection","zone":""},"1424":{"center":{"x":"-760568","y":"-7350.67","z":"968993"},"contentgroup":"Margoria","contribution":0,"id":1424,"links":[1417,1423,1425,1431],"location":{"fmt":"kr","x":-760568,"y":968993},"name":"Margoria","type":"Connection","zone":""},"1425":{"center":{"x":"-959850","y":"-8150","z":"831335"},"contentgroup":"Margoria","contribution":0,"id":1425,"links":[1416,1424,1426,1430],"location":{"fmt":"kr","x":-959850,"y":831335},"name":"Margoria","type":"Connection","zone":""},"1426":{"center":{"x":"-1127470","y":"-7510.93","z":"627277"},"contentgroup":"Margoria","contribution":0,"id":1426,"links":[1415,1425,1427,1429],"location":{"fmt":"kr","x":-1127470,"y":627277},"name":"Margoria","type":"Connection","zone":""},"1427":{"center":{"x":"-1293620","y":"-7629.22","z":"435047"},"contentgroup":"Margoria","contribution":0,"id":1427,"links":[1414,1426,1428],"location":{"fmt":"kr","x":-1293620,"y":435047},"name":"Margoria","type":"Connection","zone":""},"1428":{"center":{"x":"-1407920","y":"-8150","z":"651404"},"contentgroup":"Margoria","contribution":0,"id":1428,"links":[1427,1429,1441],"location":{"fmt":"kr","x":-1407920,"y":651404},"name":"Margoria","type":"Connection","zone":""},"1429":{"center":{"x":"-1249760","y":"-7754.11","z":"798736"},"contentgroup":"Margoria","contribution":0,"id":1429,"links":[1426,1428,1430,1440],"location":{"fmt":"kr","x":-1249760,"y":798736},"name":"Margoria","type":"Connection","zone":""},"1430":{"center":{"x":"-1074870","y":"-7696.43","z":"959175"},"contentgroup":"Margoria","contribution":0,"id":1430,"links":[1425,1429,1431,1439],"location":{"fmt":"kr","x":-1074870,"y":959175},"name":"Margoria","type":"Connection","zone":""},"1431":{"center":{"x":"-895150","y":"-7697.84","z":"1087400"},"contentgroup":"Margoria","contribution":0,"id":1431,"links":[1424,1430,1432,1438],"location":{"fmt":"kr","x":-895150,"y":1087400},"name":"Margoria","type":"Connection","zone":""},"1432":{"center":{"x":"-678605","y":"-7709.37","z":"1228070"},"contentgroup":"Margoria","contribution":0,"id":1432,"links":[1423,1431,1433,1437],"location":{"fmt":"kr","x":-678605,"y":1228070},"name":"Margoria","type":"Connection","zone":""},"1433":{"center":{"x":"-448463","y":"-6749.72","z":"1394330"},"contentgroup":"Margoria","contribution":0,"id":1433,"links":[1422,1432,1434,1436],"location":{"fmt":"kr","x":-448463,"y":1394330},"name":"Margoria","type":"Connection","zone":""},"1434":{"center":{"x":"-256179","y":"-7271.63","z":"1534820"},"contentgroup":"Margoria","contribution":0,"id":1434,"links":[1421,1433,1435],"location":{"fmt":"kr","x":-256179,"y":1534820},"name":"Margoria","type":"Connection","zone":""},"1435":{"center":{"x":"-485456","y":"-7237.45","z":"1625770"},"contentgroup":"Margoria","contribution":0,"id":1435,"links":[1434,1436,1448],"location":{"fmt":"kr","x":-485456,"y":1625770},"name":"Juur Sea","type":"Connection","zone":""},"1436":{"center":{"x":"-628104","y":"-7708.14","z":"1510620"},"contentgroup":"Margoria","contribution":0,"id":1436,"links":[1433,1435,1437,1447],"location":{"fmt":"kr","x":-628104,"y":1510620},"name":"Juur Sea","type":"Connection","zone":""},"1437":{"center":{"x":"-831191","y":"-7520.08","z":"1344160"},"contentgroup":"Margoria","contribution":0,"id":1437,"links":[1432,1436,1438,1446],"location":{"fmt":"kr","x":-831191,"y":1344160},"name":"Juur Sea","type":"Connection","zone":""},"1438":{"center":{"x":"-1024140","y":"-7706.19","z":"1202790"},"contentgroup":"Margoria","contribution":0,"id":1438,"links":[1431,1437,1439,1445],"location":{"fmt":"kr","x":-1024140,"y":1202790},"name":"Juur Sea","type":"Connection","zone":""},"1439":{"center":{"x":"-1191710","y":"-8150","z":"1093300"},"contentgroup":"Margoria","contribution":0,"id":1439,"links":[1430,1438,1440,1444],"location":{"fmt":"kr","x":-1191710,"y":1093300},"name":"Juur Sea","type":"Connection","zone":""},"1440":{"center":{"x":"-1360930","y":"-8150","z":"975268"},"contentgroup":"Margoria","contribution":0,"id":1440,"links":[1429,1439,1441,1443],"location":{"fmt":"kr","x":-1360930,"y":975268},"name":"Juur Sea","type":"Connection","zone":""},"1441":{"center":{"x":"-1474840","y":"-7038.98","z":"871418"},"contentgroup":"Margoria","contribution":0,"id":1441,"links":[1428,1440,1442],"location":{"fmt":"kr","x":-1474840,"y":871418},"name":"Juur Sea","type":"Connection","zone":""},"1442":{"center":{"x":"-1524540","y":"-8150","z":"1020710"},"contentgroup":"Margoria","contribution":0,"id":1442,"links":[1441,1443,1449],"location":{"fmt":"kr","x":-1524540,"y":1020710},"name":"Vadabin","type":"Connection","zone":""},"1443":{"center":{"x":"-1386660","y":"-8150","z":"1108780"},"contentgroup":"Margoria","contribution":0,"id":1443,"links":[1440,1442,1444,1449],"location":{"fmt":"kr","x":-1386660,"y":1108780},"name":"Vadabin","type":"Connection","zone":""},"1444":{"center":{"x":"-1257510","y":"-8150","z":"1222370"},"contentgroup":"Margoria","contribution":0,"id":1444,"links":[1439,1443,1445,1449],"location":{"fmt":"kr","x":-1250650,"y":1192270},"name":"Vadabin","type":"Connection","zone":""},"1445":{"center":{"x":"-1124920","y":"-8150","z":"1318870"},"contentgroup":"Margoria","contribution":0,"id":1445,"links":[1438,1444,1446,1449],"location":{"fmt":"kr","x":-1124920,"y":1318870},"name":"Vadabin","type":"Connection","zone":""},"1446":{"center":{"x":"-998167","y":"-8150","z":"1433780"},"contentgroup":"Margoria","contribution":0,"id":1446,"links":[1437,1445,1447,1449],"location":{"fmt":"kr","x":-998167,"y":1433780},"name":"Vadabin","type":"Connection","zone":""},"1447":{"center":{"x":"-831728","y":"-8150","z":"1561200"},"contentgroup":"Margoria","contribution":0,"id":1447,"links":[1436,1446,1448,1449],"location":{"fmt":"kr","x":-831728,"y":1561200},"name":"Vadabin","type":"Connection","zone":""},"1448":{"center":{"x":"-664916","y":"-8150","z":"1653990"},"contentgroup":"Margoria","contribution":0,"id":1448,"links":[1435,1447,1449],"location":{"fmt":"kr","x":-664916,"y":1653990},"name":"Vadabin","type":"Connection","zone":""},"1449":{"center":{"x":"-1259220","y":"-8150","z":"1403140"},"contentgroup":"Margoria","contribution":0,"id":1449,"links":[1395,1442,1443,1444,1445,1446,1447,1448],"location":{"fmt":"kr","x":-1259220,"y":1403140},"name":"Vadabin","type":"Connection","zone":""},"1450":{"center":{"x":"-1372510","y":"-8150","z":"1276460"},"contribution":2,"id":1450,"links":[1399],"location":{"fmt":"kr","x":-1372510,"y":1276460},"name":"Fish Drying Yard 1","parent":1399,"primary_output":{"6515":{"id":6515,"img":"/items/new_icon/03_etc/07_productmaterial/00006515.png","name":"Oyster"},"8525":{"id":8525,"img":"/items/new_icon/03_etc/07_productmaterial/00008525.png","name":"Dried Sea Bass"},"8527":{"id":8527,"img":"/items/new_icon/03_etc/07_productmaterial/00008527.png","name":"Dried Swordfish"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8583":{"id":8583,"img":"/items/new_icon/03_etc/07_productmaterial/00008583.png","name":"Dried Rosefish"}},"type":"Fishing","workload":"1200 (Base)"},"1451":{"center":{"x":"-1367730","y":"-8150","z":"1269770"},"contribution":2,"id":1451,"links":[1399],"location":{"fmt":"kr","x":-1367730,"y":1269770},"name":"Fish Drying Yard 2","parent":1399,"primary_output":{"6516":{"id":6516,"img":"/items/new_icon/03_etc/07_productmaterial/00006516.png","name":"Shrimp"},"8525":{"id":8525,"img":"/items/new_icon/03_etc/07_productmaterial/00008525.png","name":"Dried Sea Bass"},"8527":{"id":8527,"img":"/items/new_icon/03_etc/07_productmaterial/00008527.png","name":"Dried Swordfish"},"8529":{"id":8529,"img":"/items/new_icon/03_etc/07_productmaterial/00008529.png","name":"Dried Flying Fish"},"8583":{"id":8583,"img":"/items/new_icon/03_etc/07_productmaterial/00008583.png","name":"Dried Rosefish"}},"type":"Fishing","workload":"1200 (Base)"},"1452":{"center":{"x":"-89590.8","y":"-8150","z":"946651"},"contentgroup":"Margoria","contribution":0,"id":1452,"links":[1408],"location":{"fmt":"kr","x":-89590.8,"y":946651},"name":"Margoria (Vell’s Realm)","type":"Connection","zone":"Ocean"},"1501":{"center":{"x":"391618","y":"-4569.55","z":"43352.2"},"contribution":1,"id":1501,"links":[1304],"location":{"fmt":"kr","x":389653,"y":44323},"name":"Gorgo Rock Belt - Gathering","parent":1304,"primary_output":{"7017":{"id":7017,"img":"/items/new_icon/03_etc/07_productmaterial/00007017.png","name":"Pistachio"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1502":{"center":{"x":"388909","y":"-3412.4","z":"59607.3"},"contribution":1,"id":1502,"links":[1304],"location":{"fmt":"kr","x":397344,"y":52302.2},"name":"Gorgo Rock Belt - Lumbering","parent":1304,"primary_output":{"4611":{"id":4611,"img":"/items/new_icon/03_etc/07_productmaterial/00004611.png","name":"Elder Tree Timber"}},"secondary_output":{"4673":{"id":4673,"img":"/items/new_icon/03_etc/07_productmaterial/00004673.png","name":"Elder Tree Plank"},"5014":{"id":5014,"img":"/items/new_icon/03_etc/07_productmaterial/00005014.png","name":"Elder Tree Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1503":{"center":{"x":"377857","y":"-6621.05","z":"29520.4"},"contribution":1,"hidden":true,"id":1503,"links":[1316],"location":{"fmt":"kr","x":361838,"y":36762},"name":"Basilisk Lair - Mining","parent":1316,"primary_output":{"25007":{"id":25007,"img":"/items/new_icon/03_etc/06_housing/inhouse_x_dpw_curtain_01_02_straight.png","name":"Unknown Trade Pack"}},"type":"Connection","zone":""},"1504":{"center":{"x":"422121","y":"-134.753","z":"53201.7"},"contribution":3,"id":1504,"links":[1305],"location":{"fmt":"kr","x":422349,"y":52738.6},"name":"Veteran's Canyon - Lumbering","parent":1305,"primary_output":{"4611":{"id":4611,"img":"/items/new_icon/03_etc/07_productmaterial/00004611.png","name":"Elder Tree Timber"}},"secondary_output":{"4673":{"id":4673,"img":"/items/new_icon/03_etc/07_productmaterial/00004673.png","name":"Elder Tree Plank"},"5014":{"id":5014,"img":"/items/new_icon/03_etc/07_productmaterial/00005014.png","name":"Elder Tree Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1505":{"center":{"x":"402775","y":"-7214.09","z":"98005.3"},"contribution":3,"id":1505,"links":[1307],"location":{"fmt":"kr","x":403556,"y":99847.9},"name":"Kunid's Shelter - Gathering","parent":1307,"primary_output":{"6657":{"id":6657,"img":"/items/new_icon/03_etc/07_productmaterial/00006657.png","name":"Bag of Muddy Water"}},"secondary_output":{"6656":{"id":6656,"img":"/items/new_icon/03_etc/07_productmaterial/00006656.png","name":"Purified Water"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1506":{"center":{"x":"382450","y":"-1686.9","z":"112101"},"contribution":3,"id":1506,"links":[1308],"location":{"fmt":"kr","x":382467,"y":126686},"name":"Leical Falls - Gathering","parent":1308,"primary_output":{"6657":{"id":6657,"img":"/items/new_icon/03_etc/07_productmaterial/00006657.png","name":"Bag of Muddy Water"}},"secondary_output":{"6656":{"id":6656,"img":"/items/new_icon/03_etc/07_productmaterial/00006656.png","name":"Purified Water"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1507":{"center":{"x":"466787","y":"-411.682","z":"-15901.2"},"contribution":3,"id":1507,"links":[1309],"location":{"fmt":"kr","x":415419,"y":-28987.1},"name":"Pujiya Canyon - Mining","parent":1309,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4204":{"id":4204,"img":"/items/new_icon/03_etc/07_productmaterial/00004204.png","name":"Rough Opal"},"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1508":{"center":{"x":"476003","y":"-5016.47","z":"-79763.4"},"contribution":3,"id":1508,"links":[1310],"location":{"fmt":"kr","x":476039,"y":-82160},"name":"Bashim Habitat - Mining","parent":1310,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4410":{"id":4410,"img":"/items/new_icon/03_etc/07_productmaterial/00004410.png","name":"Rough Black Crystal"},"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1509":{"center":{"x":"551291","y":"12432.1","z":"39013.1"},"contribution":3,"id":1509,"links":[1318],"location":{"fmt":"kr","x":551186,"y":39304.9},"name":"Capotia - Gathering","parent":1318,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1510":{"center":{"x":"555551","y":"12702.2","z":"39741.1"},"contribution":3,"id":1510,"links":[1318],"location":{"fmt":"kr","x":555248,"y":39888.4},"name":"Capotia - Mining","parent":1318,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"}},"secondary_output":{"4204":{"id":4204,"img":"/items/new_icon/03_etc/07_productmaterial/00004204.png","name":"Rough Opal"},"4802":{"id":4802,"img":"/items/new_icon/03_etc/07_productmaterial/00004802.png","name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1512":{"center":{"x":"682860","y":"13078.7","z":"109292"},"contribution":3,"id":1512,"links":[1325],"location":{"fmt":"kr","x":682633,"y":109401},"name":"Martyr's Haven - Lumbering","parent":1325,"primary_output":{"4612":{"id":4612,"img":"/items/new_icon/03_etc/07_productmaterial/00004612.png","name":"Cactus Rind"}},"secondary_output":{"4683":{"id":4683,"img":"/items/new_icon/03_etc/07_productmaterial/00004683.png","name":"Cactus Thorn"},"5016":{"id":5016,"img":"/items/new_icon/03_etc/07_productmaterial/00005016.png","name":"Cactus Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1513":{"center":{"x":"674969","y":"12223.5","z":"109279"},"contribution":3,"id":1513,"links":[1325],"location":{"fmt":"kr","x":674969,"y":109279},"name":"Martyr's Haven - Mining","parent":1325,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4410":{"id":4410,"img":"/items/new_icon/03_etc/07_productmaterial/00004410.png","name":"Rough Black Crystal"},"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1514":{"center":{"x":"713106","y":"11011","z":"368971"},"contribution":3,"id":1514,"links":[1328],"location":{"fmt":"kr","x":716727,"y":370351},"name":"Bambu Valley - Gathering","parent":1328,"primary_output":{"7021":{"id":7021,"img":"/items/new_icon/03_etc/07_productmaterial/00007021.png","name":"Freekeh"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1515":{"center":{"x":"762895","y":"9112.83","z":"404945"},"contribution":3,"id":1515,"links":[1329],"location":{"fmt":"kr","x":757543,"y":404513},"name":"Iris - Gathering","parent":1329,"primary_output":{"7020":{"id":7020,"img":"/items/new_icon/03_etc/07_productmaterial/00007020.png","name":"Nutmeg"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1516":{"center":{"x":"763276","y":"9336.99","z":"407455"},"contribution":3,"id":1516,"links":[1329],"location":{"fmt":"kr","x":756515,"y":407202},"name":"Iris - Lumbering","parent":1329,"primary_output":{"4611":{"id":4611,"img":"/items/new_icon/03_etc/07_productmaterial/00004611.png","name":"Elder Tree Timber"}},"secondary_output":{"4673":{"id":4673,"img":"/items/new_icon/03_etc/07_productmaterial/00004673.png","name":"Elder Tree Plank"},"5014":{"id":5014,"img":"/items/new_icon/03_etc/07_productmaterial/00005014.png","name":"Elder Tree Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1517":{"center":{"x":"769160","y":"12535","z":"391130"},"contribution":3,"id":1517,"links":[1330],"location":{"fmt":"kr","x":771939,"y":358003},"name":"Kmach Canyon - Mining","parent":1330,"primary_output":{"4008":{"id":4008,"img":"/items/new_icon/03_etc/07_productmaterial/00004008.png","name":"Vanadium Ore"}},"secondary_output":{"4411":{"id":4411,"name":"Rough Blue Crystal"},"4803":{"id":4803,"name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"1518":{"center":{"x":"769078","y":"12381.9","z":"391721"},"contribution":3,"id":1518,"links":[1330],"location":{"fmt":"kr","x":769418,"y":361030},"name":"Kmach Canyon - Gathering","parent":1330,"primary_output":{"7019":{"id":7019,"img":"/items/new_icon/03_etc/07_productmaterial/00007019.png","name":"Star Anise"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1519":{"center":{"x":"831126","y":"5931.7","z":"-114888"},"contribution":3,"id":1519,"links":[1344],"location":{"fmt":"kr","x":831126,"y":-114888},"name":"Aakman - Gathering","parent":1344,"primary_output":{"7018":{"id":7018,"img":"/items/new_icon/03_etc/07_productmaterial/00007018.png","name":"Fig"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1520":{"center":{"x":"723373","y":"23030.5","z":"-199362"},"contribution":3,"id":1520,"links":[1345],"location":{"fmt":"kr","x":723373,"y":-199362},"name":"Crescent Shrine - Gathering","parent":1345,"primary_output":{"7016":{"id":7016,"img":"/items/new_icon/03_etc/07_productmaterial/00007016.png","name":"Date Palm"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1521":{"center":{"x":"734679","y":"22826","z":"-203390"},"contribution":3,"id":1521,"links":[1345],"location":{"fmt":"kr","x":735919,"y":-203908},"name":"Crescent Shrine - Mining","parent":1345,"primary_output":{"4009":{"id":4009,"img":"/items/new_icon/03_etc/07_productmaterial/00004009.png","name":"Titanium Ore"}},"secondary_output":{"4412":{"id":4412,"name":"Rough Violet Crystal"},"4802":{"id":4802,"name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1522":{"center":{"x":"763119","y":"20278.9","z":"-161980"},"contribution":3,"id":1522,"links":[1346],"location":{"fmt":"kr","x":784109,"y":-167420},"name":"Crescent Mountains - Mining","parent":1346,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4410":{"id":4410,"img":"/items/new_icon/03_etc/07_productmaterial/00004410.png","name":"Rough Black Crystal"},"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1523":{"center":{"x":"761743","y":"20328.9","z":"-163236"},"contribution":3,"id":1523,"links":[1346],"location":{"fmt":"kr","x":767045,"y":-172745},"name":"Crescent Mountains - Mining","parent":1346,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"secondary_output":{"4410":{"id":4410,"name":"Rough Black Crystal"},"4801":{"id":4801,"name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1524":{"center":{"x":"987091","y":"15177.1","z":"-161613"},"contribution":3,"id":1524,"links":[1347],"location":{"fmt":"kr","x":987091,"y":-161613},"name":"Titium Valley - Gathering","parent":1347,"primary_output":{"7017":{"id":7017,"img":"/items/new_icon/03_etc/07_productmaterial/00007017.png","name":"Pistachio"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1525":{"center":{"x":"979806","y":"15596","z":"-171684"},"contribution":3,"id":1525,"links":[1347],"location":{"fmt":"kr","x":980205,"y":-172166},"name":"Titium Valley - Gathering","parent":1347,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1526":{"center":{"x":"982755","y":"14905.8","z":"-157160"},"contribution":3,"id":1526,"links":[1347],"location":{"fmt":"kr","x":982755,"y":-157160},"name":"Titium Valley - Lumbering","parent":1347,"primary_output":{"4610":{"id":4610,"img":"/items/new_icon/03_etc/07_productmaterial/00004610.png","name":"Palm Timber"}},"secondary_output":{"4670":{"id":4670,"name":"Palm Plank"},"5015":{"id":5015,"name":"Palm Sap"}},"type":"Forest","workload":"100 (Base)","zone":""},"1527":{"center":{"x":"573573","y":"22857.6","z":"28577.5"},"contribution":3,"id":1527,"links":[1351],"location":{"fmt":"kr","x":573573,"y":28577.5},"name":"Bazaar Farmland - Nutmeg","parent":1351,"primary_output":{"7020":{"id":7020,"img":"/items/new_icon/03_etc/07_productmaterial/00007020.png","name":"Nutmeg"}},"type":"Farm","workload":"100 (Base)","zone":""},"1528":{"center":{"x":"573824","y":"22850.9","z":"26605.3"},"contribution":3,"id":1528,"links":[1351],"location":{"fmt":"kr","x":573824,"y":26605.3},"name":"Bazaar Farmland - Teff","parent":1351,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Farm","workload":"100 (Base)","zone":""},"1529":{"center":{"x":"571046","y":"5669.39","z":"286301"},"contribution":3,"id":1529,"links":[1352],"location":{"fmt":"kr","x":573275,"y":286691},"name":"Shakatu Farmland - Fig","parent":1352,"primary_output":{"7018":{"id":7018,"img":"/items/new_icon/03_etc/07_productmaterial/00007018.png","name":"Fig"}},"type":"Farm","workload":"100 (Base)","zone":""},"1530":{"center":{"x":"565279","y":"6609.01","z":"280271"},"contribution":3,"id":1530,"links":[1352],"location":{"fmt":"kr","x":565279,"y":280271},"name":"Shakatu Farmland - Fig","parent":1352,"primary_output":{"7018":{"id":7018,"img":"/items/new_icon/03_etc/07_productmaterial/00007018.png","name":"Fig"}},"type":"Farm","workload":"100 (Base)","zone":""},"1531":{"center":{"x":"565997","y":"6482.47","z":"278040"},"contribution":3,"id":1531,"links":[1352],"location":{"fmt":"kr","x":565997,"y":278040},"name":"Shakatu Farmland - Star Anise","parent":1352,"primary_output":{"7019":{"id":7019,"img":"/items/new_icon/03_etc/07_productmaterial/00007019.png","name":"Star Anise"}},"type":"Farm","workload":"100 (Base)","zone":""},"1532":{"center":{"x":"1000270","y":"-2745.78","z":"334191"},"contribution":3,"id":1532,"links":[1353],"location":{"fmt":"kr","x":1000270,"y":334191},"name":"Altas Farmland - Teff","parent":1353,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Farm","workload":"100 (Base)","zone":""},"1533":{"center":{"x":"1000490","y":"-2413.21","z":"330263"},"contribution":3,"id":1533,"links":[1353],"location":{"fmt":"kr","x":1000490,"y":330263},"name":"Altas Farmland - Teff","parent":1353,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Farm","workload":"100 (Base)","zone":""},"1534":{"center":{"x":"992162","y":"8706.12","z":"224206"},"contribution":3,"id":1534,"links":[1354],"location":{"fmt":"kr","x":992162,"y":224206},"name":"Erdal Farm - Pistachio","parent":1354,"primary_output":{"7017":{"id":7017,"img":"/items/new_icon/03_etc/07_productmaterial/00007017.png","name":"Pistachio"}},"type":"Farm","workload":"100 (Base)","zone":""},"1535":{"center":{"x":"994845","y":"8730.79","z":"217973"},"contribution":3,"id":1535,"links":[1354],"location":{"fmt":"kr","x":994845,"y":217973},"name":"Erdal Farm - Date Palm","parent":1354,"primary_output":{"7016":{"id":7016,"img":"/items/new_icon/03_etc/07_productmaterial/00007016.png","name":"Date Palm"}},"type":"Farm","workload":"100 (Base)","zone":""},"1536":{"center":{"x":"989330","y":"10296.5","z":"196851"},"contribution":3,"id":1536,"links":[1355],"location":{"fmt":"kr","x":988112,"y":198557},"name":"Valencia Plantation - Pistachio","parent":1355,"primary_output":{"7017":{"id":7017,"img":"/items/new_icon/03_etc/07_productmaterial/00007017.png","name":"Pistachio"}},"type":"Farm","workload":"100 (Base)","zone":""},"1537":{"center":{"x":"991134","y":"10384.6","z":"197034"},"contribution":3,"id":1537,"links":[1355],"location":{"fmt":"kr","x":993503,"y":201023},"name":"Valencia Plantation - Date Palm","parent":1355,"primary_output":{"7016":{"id":7016,"img":"/items/new_icon/03_etc/07_productmaterial/00007016.png","name":"Date Palm"}},"type":"Farm","workload":"100 (Base)","zone":""},"1538":{"center":{"x":"991117","y":"10267","z":"192661"},"contribution":3,"id":1538,"links":[1355],"location":{"fmt":"kr","x":987893,"y":190395},"name":"Valencia Plantation - Freekeh","parent":1355,"primary_output":{"7021":{"id":7021,"img":"/items/new_icon/03_etc/07_productmaterial/00007021.png","name":"Freekeh"}},"type":"Farm","workload":"100 (Base)","zone":""},"1539":{"center":{"x":"993123","y":"10299","z":"181912"},"contribution":3,"id":1539,"links":[1356],"location":{"fmt":"kr","x":993123,"y":181912},"name":"Fohalam Farm - Teff","parent":1356,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Farm","workload":"100 (Base)","zone":""},"1540":{"center":{"x":"985749","y":"10299","z":"180897"},"contribution":3,"id":1540,"links":[1356],"location":{"fmt":"kr","x":985749,"y":180897},"name":"Fohalam Farm - Teff","parent":1356,"primary_output":{"7022":{"id":7022,"img":"/items/new_icon/03_etc/07_productmaterial/00007022.png","name":"Teff"}},"type":"Farm","workload":"100 (Base)","zone":""},"1541":{"center":{"x":"585112","y":"21981.7","z":"22439.1"},"contribution":1,"id":1541,"links":[1351],"location":{"fmt":"kr","x":585112,"y":22439.1},"name":"Bazaar Farmland - Specialty","parent":1351,"primary_output":{"55873":{"id":55873,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Oil Painting of a Camel"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"7500 (Base)","zone":""},"1542":{"center":{"x":"568152","y":"6390.94","z":"278340"},"contribution":1,"id":1542,"links":[1352],"location":{"fmt":"kr","x":568152,"y":278340},"name":"Shakatu Farmland - Specialty","parent":1352,"primary_output":{"55874":{"id":55874,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Amber with a Trapped Insect"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"9000 (Base)","zone":""},"1543":{"center":{"x":"1004750","y":"-3155.27","z":"336542"},"contribution":1,"id":1543,"links":[1353],"location":{"fmt":"kr","x":1004750,"y":336542},"name":"Altas Farmland - Specialty","parent":1353,"primary_output":{"55875":{"id":55875,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Coastal Grain Box"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1544":{"center":{"x":"995880","y":"8816.56","z":"224290"},"contribution":1,"id":1544,"links":[1354],"location":{"fmt":"kr","x":999746,"y":226721},"name":"Erdal Farm - Specialty","parent":1354,"primary_output":{"55876":{"id":55876,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Box of Sweet Date Palm"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1400 (Base)","zone":""},"1545":{"center":{"x":"991052","y":"10314.2","z":"198385"},"contribution":1,"id":1545,"links":[1355],"location":{"fmt":"kr","x":988000,"y":200635},"name":"Valencia Plantation - Specialty","parent":1355,"primary_output":{"55877":{"id":55877,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Box of Dried Date Palm"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"1400 (Base)","zone":""},"1546":{"center":{"x":"988365","y":"10590.4","z":"172896"},"contribution":1,"id":1546,"links":[1356],"location":{"fmt":"kr","x":988404,"y":172878},"name":"Fohalam Farm - Specialty","parent":1356,"primary_output":{"55878":{"id":55878,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Desert Grain Box"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1547":{"center":{"x":"594170","y":"13563.8","z":"49872"},"contribution":0,"id":1547,"links":[1319],"location":{"fmt":"kr","x":593568,"y":50075.6},"name":"Atui Balacs Investment Bank","parent":1319,"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1548":{"center":{"x":"582870","y":"18532.8","z":"38485.1"},"contribution":0,"id":1548,"links":[1319],"location":{"fmt":"kr","x":582870,"y":38485.1},"name":"Godul Lateman Investment Bank","parent":1319,"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1549":{"center":{"x":"580279","y":"-744.758","z":"282088"},"contribution":0,"id":1549,"links":[1314],"location":{"fmt":"kr","x":579822,"y":281875},"name":"Taphtar Investment Bank","parent":1314,"primary_output":{"5":{"id":5,"img":"/items/new_icon/00000005_special.png","name":"Gold Bar 1000G (3)"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1550":{"center":{"x":"582923","y":"2132.35","z":"285743"},"contribution":0,"id":1550,"links":[1314],"location":{"fmt":"kr","x":582413,"y":285469},"name":"Valgon Investment Bank","parent":1314,"primary_output":{"4":{"id":4,"img":"/items/new_icon/00000004_special.png","name":"Gold Ingot 100G (5)"}},"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1551":{"center":{"x":"1040870","y":"13113.1","z":"222435"},"contribution":0,"id":1551,"links":[1301],"location":{"fmt":"kr","x":1041610,"y":223209},"name":"Yis Kunjamin Investment Bank","parent":1301,"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1552":{"center":{"x":"1033380","y":"12061.4","z":"198240"},"contribution":0,"id":1552,"links":[1301],"location":{"fmt":"kr","x":1033130,"y":198602},"name":"Zahad Investment Bank","parent":1301,"requirement":"#1-ranked Residence","type":"Bank","workload":"7200 (Base)","zone":""},"1553":{"center":{"x":"888472","y":"15928.7","z":"-62350"},"contribution":1,"id":1553,"links":[1336],"location":{"fmt":"kr","x":887924,"y":-62658.3},"name":"Pilgrim's Sanctum - Humility - Excavation","parent":1336,"primary_output":{"44217":{"id":44217,"name":"Desert Fogan's Helmet Shard"},"44218":{"id":44218,"name":"Token of Crescent"}},"requirement":"80 Energy from Tarik (Pilgrim's Sanctum - Humility Node Manager)","secondary_output":{"5963":{"id":5963,"name":"Trace of Memory"},"44230":{"id":44230,"name":"Ancient Civilization Follower's Seal"}},"type":"Mine","workload":"600 (Base)","zone":""},"1554":{"center":{"x":"1224640","y":"2588.8","z":"211907"},"contribution":3,"id":1554,"links":[1379],"location":{"fmt":"kr","x":1224640,"y":211907},"name":"Areha Palm Forest - Palm Tree","parent":1379,"primary_output":{"4610":{"id":4610,"img":"/items/new_icon/03_etc/07_productmaterial/00004610.png","name":"Palm Timber"}},"secondary_output":{"4670":{"id":4670,"name":"Palm Plank"},"7026":{"id":7026,"name":"Coconut"}},"type":"Forest","workload":"100 (Base)","zone":""},"1555":{"center":{"x":"1236760","y":"1543.74","z":"204997"},"contribution":3,"id":1555,"links":[1379],"location":{"fmt":"kr","x":1237880,"y":201035},"name":"Areha Palm Forest - Palm Tree","parent":1379,"primary_output":{"4610":{"id":4610,"img":"/items/new_icon/03_etc/07_productmaterial/00004610.png","name":"Palm Timber"}},"secondary_output":{"4670":{"id":4670,"name":"Palm Plank"},"7026":{"id":7026,"name":"Coconut"}},"type":"Forest","workload":"100 (Base)","zone":""},"1556":{"center":{"x":"1162520","y":"382.308","z":"517492"},"contribution":2,"id":1556,"links":[1389],"location":{"fmt":"kr","x":1160110,"y":525431},"name":"Gavinya Coastal Cliff - Vanadium","parent":1389,"primary_output":{"4008":{"id":4008,"img":"/items/new_icon/03_etc/07_productmaterial/00004008.png","name":"Vanadium Ore"}},"secondary_output":{"4204":{"id":4204,"name":"Rough Opal"},"4801":{"id":4801,"name":"Powder of Darkness"}},"type":"Mine","workload":"100 (Base)","zone":""},"1557":{"center":{"x":"1171440","y":"248.848","z":"508922"},"contribution":2,"id":1557,"links":[1389],"location":{"fmt":"kr","x":1171870,"y":508086},"name":"Gavinya Coastal Cliff - Sunrise Herb","parent":1389,"primary_output":{"5401":{"id":5401,"img":"/items/new_icon/03_etc/07_productmaterial/00005401.png","name":"Sunrise Herb"}},"secondary_output":{"5421":{"id":5421,"name":"Pile of Sunrise Herbs"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1558":{"center":{"x":"1091340","y":"34015","z":"490771"},"contribution":2,"id":1558,"links":[1388],"location":{"fmt":"kr","x":1091340,"y":490771},"name":"Gavinya Great Crater - Titanium","parent":1388,"primary_output":{"4009":{"id":4009,"img":"/items/new_icon/03_etc/07_productmaterial/00004009.png","name":"Titanium Ore"}},"secondary_output":{"4412":{"id":4412,"name":"Rough Violet Crystal"},"4802":{"id":4802,"name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1559":{"center":{"x":"926953","y":"9381.96","z":"469324"},"contribution":2,"id":1559,"links":[1392],"location":{"fmt":"kr","x":928351,"y":471827},"name":"Ivero Cliff - Arrow Mushroom","parent":1392,"primary_output":{"5408":{"id":5408,"img":"/items/new_icon/03_etc/07_productmaterial/00005408.png","name":"Arrow Mushroom"}},"secondary_output":{"5451":{"id":5451,"img":"/items/new_icon/03_etc/07_productmaterial/00005408.png","name":"High-Quality Arrow Mushroom"},"5471":{"id":5471,"img":"/items/new_icon/03_etc/07_productmaterial/00005408.png","name":"Special Arrow Mushroom"}},"type":"Mushrooms","workload":"75 (Base)","zone":""},"1560":{"center":{"x":"1258540","y":"10962.1","z":"282906"},"contribution":2,"id":1560,"links":[1385],"location":{"fmt":"kr","x":1263380,"y":285193},"name":"Northern Sand Dune - Cactus","parent":1385,"primary_output":{"4612":{"id":4612,"img":"/items/new_icon/03_etc/07_productmaterial/00004612.png","name":"Cactus Rind"}},"secondary_output":{"4683":{"id":4683,"name":"Cactus Thorn"},"5016":{"id":"5016","name":"Cactus Sap"}},"type":"Mushrooms","workload":"100 (Base)","zone":""},"1561":{"center":{"x":"1148030","y":"16850.8","z":"466038"},"contribution":2,"id":1561,"links":[1387],"location":{"fmt":"kr","x":1162210,"y":449238},"name":"Gavinya Volcano Zone - Vanadium","parent":1387,"primary_output":{"4008":{"id":4008,"img":"/items/new_icon/03_etc/07_productmaterial/00004008.png","name":"Vanadium Ore"}},"secondary_output":{"4411":{"id":4411,"name":"Rough Blue Crystal"},"4803":{"id":4803,"name":"Powder of Crevice"}},"type":"Mine","workload":"100 (Base)","zone":""},"1562":{"center":{"x":"1156640","y":"14963.2","z":"460848"},"contribution":2,"id":1562,"links":[1387],"location":{"fmt":"kr","x":1166340,"y":447533},"name":"Gavinya Volcano Zone - Titanium","parent":1387,"primary_output":{"4009":{"id":4009,"img":"/items/new_icon/03_etc/07_productmaterial/00004009.png","name":"Titanium Ore"}},"secondary_output":{"4412":{"id":4412,"name":"Rough Violet Crystal"},"4802":{"id":4802,"name":"Powder of Flame"}},"type":"Mine","workload":"100 (Base)","zone":""},"1563":{"center":{"x":"1269750","y":"-3841.7","z":"175632"},"contribution":3,"id":1563,"links":[1380],"location":{"fmt":"kr","x":1269750,"y":175632},"name":"Arehaza Town - Specialties","parent":1380,"primary_output":{"55879":{"id":55879,"img":"/items/new_icon/03_etc/07_productmaterial/00055841.png","name":"Box of Flesh-rich Coconuts"}},"requirement":"#1-ranked Residence","type":"Specialty","workload":"900 (Base)","zone":""},"1564":{"center":{"x":"1096060","y":"24509.7","z":"-133410"},"contribution":3,"hidden":true,"id":1564,"links":[1381],"location":{"fmt":"kr","x":1096060,"y":-133410},"name":"Muiquun - Specialties","parent":1381,"primary_output":{"25007":{"id":25007,"img":"/items/new_icon/03_etc/06_housing/inhouse_x_dpw_curtain_01_02_straight.png","name":"Unknown Trade Pack"}},"requirement":"#1-ranked Residence","type":"Connection","zone":""},"1565":{"center":{"x":"997044","y":"8750.87","z":"222054"},"contribution":3,"id":1565,"links":[1354],"location":{"fmt":"kr","x":997044,"y":222054},"name":"Erdal - Silk Culture","parent":1354,"primary_output":{"5803":{"id":5803,"img":"/items/new_icon/03_etc/07_productmaterial/00005803.png","name":"Silkworm Cocoon"}},"secondary_output":{"5853":{"id":5853,"img":"/items/new_icon/03_etc/07_productmaterial/00005853.png","name":"Silk Thread"}},"type":"Farm","workload":"100 (Base)","zone":""},"1566":{"center":{"x":"1087770","y":"22647","z":"410879"},"contribution":5,"id":1566,"links":[1390],"location":{"fmt":"kr","x":1087770,"y":410879},"name":"Roud Sulfur Works - Excavation","notes":"You may need knowledge from the Sulfur Works manager a short way to the north-west of the node manager before you are able to unlock this excavation.","parent":1390,"primary_output":{"4010":{"id":4010,"img":"/items/new_icon/03_etc/07_productmaterial/00004010.png","name":"Sulfur"}},"requirement":"50 Energy from Ustouvan (Roud Sulfur Works Node Manager)","secondary_output":{"4405":{"id":4405,"img":"/items/new_icon/03_etc/07_productmaterial/00004405.png","name":"Rough Diamond"},"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"600 (Base)","zone":""},"1600":{"center":{"x":"-251721","y":"9468.38","z":"-306699"},"contribution":2,"id":1600,"links":[720,1601],"location":{"fmt":"kr","x":-251721,"y":-306699},"name":"Kamasylvia Vicinity","node_manager":{"id":50700,"location":{"fmt":"kr","x":-251712,"y":-307518},"name":"Faunpa","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1601":{"center":{"x":"-261640","y":"14801.5","z":"-339667"},"contribution":2,"id":1601,"links":[1600,1602,1652],"location":{"fmt":"kr","x":-260986,"y":-339183},"name":"Lemoria Guard Post","node_manager":{"id":45501,"location":{"fmt":"kr","x":-264572,"y":-341240},"name":"Narchillan","type":"npc"},"region":"Kamasylvia","traders":{"45503":{"id":45503,"location":{"fmt":"kr","x":-268306,"y":-344115},"name":"Lemminy Lain","node":"Lemoria Guard Post","packs":[{"id":55551,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055551.png","level_requirement":56,"name":"Ranger Strategic Manual: Basic","price":36000,"quantity":5,"type":5,"weight":"81.40"},{"id":55552,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055552.png","level_requirement":57,"name":"Ranger Training Manual: Basic","price":37500,"quantity":5,"type":5,"weight":"85.05"},{"id":55553,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055553.png","level_requirement":58,"name":"Medical Kit","price":38400,"quantity":4,"type":4,"weight":"91.00"},{"id":55554,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055554.png","level_requirement":59,"name":"Delicate Ornament","price":39300,"quantity":3,"type":2,"weight":"85.17"},{"id":55555,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055555.png","level_requirement":60,"name":"Atanis Musical Score","price":44700,"quantity":3,"type":2,"weight":"94.69"},{"id":55556,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055556.png","level_requirement":61,"name":"Evil Spirit Rock","price":45300,"quantity":4,"type":6,"weight":"90.18"}],"type":"Trade Manager"}},"type":"Gateway"},"1602":{"center":{"x":"-282919","y":"16019.3","z":"-362501"},"childnodes":[1634],"contribution":1,"id":1602,"links":[1601,1603,1610],"location":{"fmt":"kr","x":-282988,"y":-363382},"name":"Atanis Pond","node_manager":{"id":50702,"location":{"fmt":"kr","x":-283297,"y":-363881},"name":"Maeuhri","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1603":{"center":{"x":"-307401","y":"14987.8","z":"-378909"},"contribution":1,"id":1603,"links":[1602,1604,1608],"location":{"fmt":"kr","x":-307512,"y":-378093},"name":"Caduil Forest","node_manager":{"id":50701,"location":{"fmt":"kr","x":-309929,"y":-375377},"name":"Friella","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1604":{"center":{"x":"-363066","y":"3604.55","z":"-443196"},"contribution":0,"id":1604,"links":[1603,1605],"location":{"fmt":"kr","x":-363266,"y":-443161},"name":"Old Wisdom Tree","traders":{"45518":{"id":45518,"location":{"fmt":"kr","x":-358919,"y":-438042},"name":"Obi Bellen","node":"Old Wisdom Tree","packs":[{"id":55557,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055557.png","level_requirement":56,"name":"Ancient History: Kamasylvia","price":36600,"quantity":5,"type":6,"weight":"77.18"},{"id":55558,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055558.png","level_requirement":57,"name":"Travels to the East","price":37200,"quantity":5,"type":6,"weight":"77.18"},{"id":55559,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055559.png","level_requirement":58,"name":"Biographies of Vedir Hypocrites","price":40500,"quantity":4,"type":6,"weight":"86.36"},{"id":55560,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055560.png","level_requirement":59,"name":"Wolf Feather Ornament","price":44100,"quantity":3,"type":2,"weight":"90.60"},{"id":55561,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055561.png","level_requirement":60,"name":"Red Old Tree Bark","price":44700,"quantity":3,"type":4,"weight":"89.60"},{"id":55562,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055562.png","level_requirement":61,"name":"Mushroom Spore","price":45600,"quantity":2,"type":3,"weight":"86.45"}],"type":"Trade Manager"}},"type":"Town"},"1605":{"center":{"x":"-387619","y":"2935.95","z":"-471699"},"childnodes":[1635],"contribution":1,"id":1605,"links":[1604,1606,1614,1701],"location":{"fmt":"kr","x":-387619,"y":-471699},"name":"Shady Tree Forest","node_manager":{"id":50703,"location":{"fmt":"kr","x":-383290,"y":-472966},"name":"Arteedman","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1606":{"center":{"x":"-412310","y":"-1507.21","z":"-434504"},"contribution":3,"id":1606,"links":[1605,1607],"location":{"fmt":"kr","x":-412310,"y":-434504},"name":"Navarn Steppe","node_manager":{"id":50704,"location":{"fmt":"kr","x":-411350,"y":-433502},"name":"Enro","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1607":{"center":{"x":"-438678","y":"4369.52","z":"-378107"},"contribution":1,"id":1607,"links":[1606,1609,1608,1621],"location":{"fmt":"kr","x":-439091,"y":-377606},"name":"Central Lemoria Camp","node_manager":{"id":50706,"location":{"fmt":"kr","x":-441280,"y":-370355},"name":"Neubella","type":"npc"},"region":"Kamasylvia","type":"Gateway"},"1608":{"center":{"x":"-376867","y":"9589.48","z":"-359396"},"contribution":3,"id":1608,"links":[1603,1607],"location":{"fmt":"kr","x":-376715,"y":-359782},"name":"Manshaum Forest","node_manager":{"id":50705,"location":{"fmt":"kr","x":-385729,"y":-363911},"name":"Viverza","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1609":{"center":{"x":"-448067","y":"13681.9","z":"-352759"},"childnodes":[1636],"contribution":2,"id":1609,"links":[1607,1613,1621],"location":{"fmt":"kr","x":-441231,"y":-353628},"name":"Holo Forest","node_manager":{"id":50712,"location":{"fmt":"kr","x":-441573,"y":-351900},"name":"Holo","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1610":{"center":{"x":"-315901","y":"26646.1","z":"-310967"},"childnodes":[1633],"contribution":2,"id":1610,"links":[1602,1611],"location":{"fmt":"kr","x":-312779,"y":-312312},"name":"Viv Foretta Hamlet","node_manager":{"id":50710,"location":{"fmt":"kr","x":-316072,"y":-312318},"name":"Foretta","type":"npc"},"region":"Kamasylvia","traders":{"45522":{"id":45522,"location":{"fmt":"kr","x":-311083,"y":-311724},"name":"Norn Federers","node":"Viv Foretta’s Cabin","packs":[{"id":55563,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055563.png","level_requirement":56,"name":"Sour Foretta Wild Berries","price":36300,"quantity":5,"type":3,"weight":"75.90"},{"id":55564,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055564.png","level_requirement":57,"name":"Sweet Foretta Wild Berries","price":36300,"quantity":5,"type":3,"weight":"77.56"},{"id":55565,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055565.png","level_requirement":58,"name":"Sunrise Herb in the Sunset","price":39900,"quantity":4,"type":4,"weight":"82.44"},{"id":55566,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055566.png","level_requirement":59,"name":"Moist Dry Mane Grass","price":41400,"quantity":4,"type":4,"weight":"83.10"},{"id":55567,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055567.png","level_requirement":60,"name":"Cabin Maintenance Tools","price":43200,"quantity":3,"type":2,"weight":"81.28"},{"id":55568,"img":"/items/new_icon/03_etc/10_free_tradeitem/00055568.png","level_requirement":61,"name":"Colorful Wild Berry Juice","price":46200,"quantity":2,"type":3,"weight":"82.26"}],"type":"Trade Manager"}},"type":"Trading Post"},"1611":{"center":{"x":"-344205","y":"32149.7","z":"-304449"},"contribution":1,"id":1611,"links":[1610,1612],"location":{"fmt":"kr","x":-343982,"y":-304081},"name":"Valtarra Mountains","node_manager":{"id":50708,"location":{"fmt":"kr","x":-335542,"y":-310051},"name":"Morontody","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1612":{"center":{"x":"-379536","y":"40492","z":"-302465"},"contribution":2,"id":1612,"links":[1611,1616],"location":{"fmt":"kr","x":-379930,"y":-302996},"name":"Valtarra - Altar of Training","node_manager":{"id":50709,"location":{"fmt":"kr","x":-374085,"y":-309332},"name":"Milford","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1613":{"center":{"x":"-442851","y":"17401.9","z":"-318815"},"contribution":3,"id":1613,"links":[1609,1616],"location":{"fmt":"kr","x":-442835,"y":-319189},"name":"Mirumok Ruins","node_manager":{"id":50707,"location":{"fmt":"kr","x":-424965,"y":-322887},"name":"Voraro","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1614":{"center":{"x":"-448692","y":"5864.23","z":"-473357"},"contribution":1,"id":1614,"links":[1605,1615],"location":{"fmt":"kr","x":-452839,"y":-471646},"name":"Lemoria Beacon Towers","node_manager":{"id":50711,"location":{"fmt":"kr","x":-452865,"y":-471583},"name":"Susan","type":"npc"},"region":"Kamasylvia","type":"Gateway"},"1615":{"center":{"x":"-589068","y":"-8150","z":"-494186"},"contribution":2,"hidden":true,"id":1615,"links":[1614],"location":{"fmt":"kr","x":-505311,"y":-452652},"name":"Southeast Kamasylvia","type":"Connection","unreleased":true},"1616":{"center":{"x":"-458750","y":"39677.8","z":"-244894"},"contribution":2,"id":1616,"links":[1612,1613,1617,1631],"location":{"fmt":"kr","x":-455415,"y":-245295},"name":"Western Valtarra Mountains","node_manager":{"id":50720,"location":{"fmt":"kr","x":-503312,"y":-233089},"name":"Aniki","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1617":{"center":{"x":"-513260","y":"24992.3","z":"-222685"},"contribution":3,"id":1617,"links":[1616,1618],"location":{"fmt":"kr","x":-514917,"y":-223369},"name":"Acher Guard Post","node_manager":{"id":45567,"location":{"fmt":"kr","x":-516960,"y":-224131},"name":"Lucielle Monet","type":"npc"},"region":"Kamasylvia","traders":{"45569":{"id":45569,"location":{"fmt":"kr","x":-514650,"y":-224650},"name":"Unknown","node":"Acher Guard Post","packs":[{"id":"55569","img":"/items/new_icon/03_etc/10_free_tradeitem/00055569.png","level_requirement":62,"name":"Ranger Strategic Manual: Application","price":47700,"quantity":6,"type":1,"weight":"84.15"},{"id":"55570","img":"/items/new_icon/03_etc/10_free_tradeitem/00055570.png","level_requirement":65,"name":"Ranger Training Manual: Application","price":57000,"quantity":4,"type":1,"weight":"99.36"}],"type":"Trade Manager"}},"type":"Gateway"},"1618":{"center":{"x":"-539099","y":"10830.2","z":"-211090"},"childnodes":[1638],"contribution":2,"id":1618,"links":[1617,1619,1630,1638,1646],"location":{"fmt":"kr","x":-540821,"y":-211970},"name":"Loopy Tree Forest","node_manager":{"id":45581,"location":{"fmt":"kr","x":-543203,"y":-216887},"name":"Khalid","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1619":{"center":{"x":"-586038","y":"10784.9","z":"-315386"},"childnodes":[1637],"contribution":3,"id":1619,"links":[1618,1620,1621,1637],"location":{"fmt":"kr","x":-586038,"y":-315386},"name":"Tooth Fairy Forest","node_manager":{"id":50713,"location":{"fmt":"kr","x":-551396,"y":-319197},"name":"Hunnie","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1620":{"center":{"x":"-540580","y":"10115.7","z":"-336204"},"contribution":2,"id":1620,"links":[1619],"location":{"fmt":"kr","x":-540513,"y":-336266},"name":"Tooth Fairy Cabin","node_manager":{"id":45565,"location":{"fmt":"kr","x":-536290,"y":-323068},"name":"Remitaronsom","type":"npc"},"region":"Kamasylvia","traders":{"45575":{"id":45575,"location":{"fmt":"kr","x":-536050,"y":-326300},"name":"Bronn","node":"Tooth Fairy Attic","packs":[{"id":"55583","img":"/items/new_icon/03_etc/10_free_tradeitem/00055583.png","level_requirement":64,"name":"Dry Moss Tree","price":51000,"quantity":4,"type":5,"weight":"86.55"},{"id":"55590","img":"/items/new_icon/03_etc/10_free_tradeitem/00055590.png","level_requirement":65,"name":"Ataraxia : Blue","price":62400,"quantity":3,"type":4,"weight":"110.39"}],"type":"Trade Manager"}},"type":"Town"},"1621":{"center":{"x":"-499265","y":"2755.36","z":"-364348"},"contribution":1,"id":1621,"links":[1607,1609,1619,1622],"location":{"fmt":"kr","x":-499265,"y":-364348},"name":"White Wood Forest","node_manager":{"id":50714,"location":{"fmt":"kr","x":-497868,"y":-364497},"name":"Bahdrond","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1622":{"center":{"x":"-501768","y":"-4837.82","z":"-409491"},"childnodes":[1642],"contribution":3,"id":1622,"links":[1621,1623,1642],"location":{"fmt":"kr","x":-470258,"y":-413458},"name":"Lake Flondor","node_manager":{"id":45576,"location":{"fmt":"kr","x":-470206,"y":-413909},"name":"Dalonine","type":"npc"},"region":"Kamasylvia","traders":{"45551":{"id":45551,"location":{"fmt":"kr","x":-514410,"y":-402770},"name":"Maina","node":"Lake Oggier","packs":[{"id":"55579","img":"/items/new_icon/03_etc/10_free_tradeitem/00055579.png","level_requirement":61,"name":"Dew of White Wood Forest","price":43800,"quantity":5,"type":"8","weight":"80.22"},{"id":"55585","img":"/items/new_icon/03_etc/10_free_tradeitem/00055585.png","level_requirement":61,"name":"Sylviarona","price":81600,"quantity":5,"type":8,"weight":"145.25"},{"id":"55586","img":"/items/new_icon/03_etc/10_free_tradeitem/00055586.png","level_requirement":62,"name":"Flondor Jade Clam","price":44400,"quantity":4,"type":7,"weight":"81.34"},{"id":"55584","img":"/items/new_icon/03_etc/10_free_tradeitem/00055584.png","level_requirement":62,"name":"Flondor Spring Water","price":36000,"quantity":4,"type":5,"weight":"62.48"},{"id":"55588","img":"/items/new_icon/03_etc/10_free_tradeitem/00055588.png","level_requirement":66,"name":"Flondor Crystal Plant","price":42900,"quantity":3,"type":3,"weight":"69.72"},{"id":"55578","img":"/items/new_icon/03_etc/10_free_tradeitem/00055578.png","level_requirement":67,"name":"Weenie Looney Pharmacy Book","price":57900,"quantity":2,"type":2,"weight":"96.56"}],"type":"Trade Manager"}},"type":"Trading Post"},"1623":{"center":{"x":"-513575","y":"9133.66","z":"-458652"},"childnodes":[1643,1644],"contribution":0,"id":1623,"links":[1622,1624,1625,1632,1643,1644,1647],"location":{"fmt":"kr","x":-513875,"y":-458652},"name":"Grána","traders":{"45546":{"id":45546,"location":{"fmt":"kr","x":-510800,"y":-476400},"name":"Okiara","node":"Grána","packs":[{"id":"55589","img":"/items/new_icon/03_etc/10_free_tradeitem/00055589.png","level_requirement":60,"name":"Lemoria Military Uniform","price":45600,"quantity":10,"type":1,"weight":"87.15"},{"id":"55576","img":"/items/new_icon/03_etc/10_free_tradeitem/00055576.png","level_requirement":61,"name":"Ash Gray Branch","price":50100,"quantity":6,"type":1,"weight":"89.40"},{"id":"55575","img":"/items/new_icon/03_etc/10_free_tradeitem/00055575.png","level_requirement":61,"name":"Valtarra Hearthstone","price":50400,"quantity":6,"type":4,"weight":"91.68"},{"id":"55587","img":"/items/new_icon/03_etc/10_free_tradeitem/00055587.png","level_requirement":62,"name":"Acher Training Longbow","price":45900,"quantity":4,"type":1,"weight":"81.34"},{"id":"55581","img":"/items/new_icon/03_etc/10_free_tradeitem/00055581.png","level_requirement":65,"name":"Kamasylvia Ancient Pandect","price":59100,"quantity":3,"type":3,"weight":"98.60"},{"id":"55580","img":"/items/new_icon/03_etc/10_free_tradeitem/00055580.png","level_requirement":65,"name":"Biographies of a Great Trainer","price":42600,"quantity":3,"type":6,"weight":"72.28"}],"type":"Trade Manager"}},"type":"City"},"1624":{"center":{"x":"-558679","y":"-3336.29","z":"-421027"},"childnodes":[1639],"contribution":2,"id":1624,"links":[1623,1627,1639],"location":{"fmt":"kr","x":-558641,"y":-420951},"name":"Polly's Forest","node_manager":{"id":50716,"location":{"fmt":"kr","x":-557763,"y":-421712},"name":"Klaruss Mushroom","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1625":{"center":{"x":"-493490","y":"1754.83","z":"-498036"},"childnodes":[1645],"contribution":2,"id":1625,"links":[1623,1626,1645],"location":{"fmt":"kr","x":-492554,"y":-499348},"name":"Southern Kamasylvia","node_manager":{"id":50719,"location":{"fmt":"kr","x":-520224,"y":-499063},"name":"Lanette","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1626":{"center":{"x":"-527622","y":"-950.569","z":"-513314"},"contribution":3,"id":1626,"links":[1625],"location":{"fmt":"kr","x":-485565,"y":-517939},"name":"Gyfin Rhasia Temple","node_manager":{"id":50718,"location":{"fmt":"kr","x":-496583,"y":-504473},"name":"Tulitua","type":"npc"},"region":"Kamasylvia","type":"Dangerous"},"1627":{"center":{"x":"-585674","y":"-4193.01","z":"-407890"},"contribution":2,"id":1627,"links":[1624,1628,1629],"location":{"fmt":"kr","x":-587369,"y":-407107},"name":"Krogdalo's Trace","node_manager":{"id":50717,"location":{"fmt":"kr","x":-575450,"y":-406300},"name":"Krogdalo Trace","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1628":{"center":{"x":"-576184","y":"-2659.12","z":"-438959"},"childnodes":[1641],"contribution":1,"id":1628,"links":[1627,1641],"location":{"fmt":"kr","x":-576232,"y":-439055},"name":"Looney Cabin","node_manager":{"id":45580,"location":{"fmt":"kr","x":-576589,"y":-438323},"name":"Looney","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1629":{"center":{"x":"-584660","y":"-3563.9","z":"-375443"},"childnodes":[1640],"contribution":1,"id":1629,"links":[1627,1640],"location":{"fmt":"kr","x":-584660,"y":-375443},"name":"Weenie Cabin","node_manager":{"id":45579,"location":{"fmt":"kr","x":-584321,"y":-375122},"name":"Weenie","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1630":{"center":{"x":"-507197","y":"5192.54","z":"-162523"},"contribution":3,"id":1630,"links":[1618,1704],"location":{"fmt":"kr","x":-504172,"y":-158171},"name":"Ash Forest","node_manager":{"id":50722,"location":{"fmt":"kr","x":-503649,"y":-157016},"name":"Ashlynn","type":"npc"},"region":"Kamasylvia","traders":{"50722":{"id":50722,"location":{"fmt":"kr","x":-504050,"y":-159650},"name":"Ashlynn","node":"Ash Forest","packs":[{"id":"55582","img":"/items/new_icon/03_etc/10_free_tradeitem/00055582.png","level_requirement":63,"name":"Crimson Lapis Lazuli","price":57600,"quantity":5,"type":5,"weight":"101.70"},{"id":"55577","img":"/items/new_icon/03_etc/10_free_tradeitem/00055577.png","level_requirement":63,"name":"Delicate Belt Ornament","price":52800,"quantity":5,"type":6,"weight":"96.05"}],"type":"Trade Manager"}},"type":"Dangerous"},"1631":{"center":{"x":"-470357","y":"41024.1","z":"-259848"},"contribution":1,"id":1631,"links":[1616],"location":{"fmt":"kr","x":-470357,"y":-259848},"name":"Yianaros’s Field","node_manager":{"id":50721,"location":{"fmt":"kr","x":-470211,"y":-259852},"name":"Yianaros Rock","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1632":{"center":{"x":"-478474","y":"-4514.25","z":"-478203"},"contribution":1,"id":1632,"links":[1623],"location":{"fmt":"kr","x":-478474,"y":-478203},"name":"Okiara River","node_manager":{"id":50715,"location":{"fmt":"kr","x":-481009,"y":-476721},"name":"Moyamo","type":"npc"},"region":"Kamasylvia","type":"Connection"},"1633":{"center":{"x":"-314149","y":"26425.4","z":"-310542"},"contribution":2,"id":1633,"links":[1610],"location":{"fmt":"kr","x":-314149,"y":-310542},"name":"Farming","parent":1610,"primary_output":{"7304":{"id":7304,"img":"/items/new_icon/03_etc/07_productmaterial/00007304.png","name":"Strawberry"}},"secondary_output":{"7321":{"id":7321,"img":"/items/new_icon/03_etc/07_productmaterial/00007304.png","name":"High-Quality Strawberry"}},"type":"Farm","workload":"140 (Base)"},"1634":{"center":{"x":"-283077","y":"16064","z":"-362875"},"contribution":3,"hidden":true,"id":1634,"links":[1602],"location":{"fmt":"kr","x":-283494,"y":-362889},"name":"Specialty(?)","parent":1602,"type":"Specialty","workload":"1250 (Base)"},"1635":{"center":{"x":"-387039","y":"3085.04","z":"-470991"},"contribution":3,"id":1635,"links":[1605],"location":{"fmt":"kr","x":-387927,"y":-470568},"name":"Lumbering","parent":1605,"primary_output":{"4614":{"id":4614,"name":"Moss Tree Timber"}},"secondary_output":{"4694":{"id":4694,"name":"Moss Tree Plank"},"5017":{"id":5017,"name":"Moss Tree Sap"}},"type":"Forest","workload":"140 (Base)"},"1636":{"center":{"x":"-444599","y":"12802.2","z":"-347418"},"contribution":2,"id":1636,"links":[1609],"location":{"fmt":"kr","x":-444403,"y":-347662},"name":"Mining","parent":1609,"primary_output":{"4401":{"id":4011,"name":"Noc Ore"}},"secondary_output":{"4805":{"id":4805,"img":"/items/new_icon/03_etc/07_productmaterial/00004805.png","name":"Powder of Time"}},"type":"Mine","workload":"140 (Base)"},"1637":{"center":{"x":"-582461","y":"10772.8","z":"-309341"},"contribution":2,"id":1637,"links":[1619],"location":{"fmt":"kr","x":-586230,"y":-312195},"name":"Excavation","parent":1619,"primary_output":{"44255":{"id":44255,"name":"Dull Bone Fragment"}},"secondary_output":{"5522":{"id":5522,"name":"Vedelona"},"5960":{"id":5960,"name":"Trace of Forest"}},"type":"Mine","workload":"600 (Base)"},"1638":{"center":{"x":"-541823","y":"10973.7","z":"-214535"},"contribution":2,"id":1638,"links":[1618],"location":{"fmt":"kr","x":-541823,"y":-214535},"name":"Lumbering","parent":1618,"primary_output":{"4615":{"id":4615,"name":"Loopy Tree Timber"}},"secondary_output":{"4697":{"id":4697,"name":"Loopy Tree Plank"},"5017":{"id":5018,"name":"Loopy Tree Sap"}},"type":"Forest","workload":"140 (Base)"},"1639":{"center":{"x":"-561653","y":"-3436.78","z":"-419430"},"contribution":2,"id":1639,"links":[1624],"location":{"fmt":"kr","x":-561653,"y":-419430},"name":"Gathering","parent":1624,"primary_output":{"5516":{"id":5516,"name":"Blue Umbrella Mushroom"}},"secondary_output":{"5518":{"id":5518,"name":"Pink Trumpet Mushroom"}},"type":"Mushrooms","workload":"140 (Base)"},"1640":{"center":{"x":"-588298","y":"-4265.7","z":"-376774"},"contribution":2,"id":1640,"links":[1629],"location":{"fmt":"kr","x":-588298,"y":-376774},"name":"Grow Mushroom","parent":1629,"primary_output":{"5517":{"id":5517,"name":"Volcanic Umbrella Mushroom"}},"secondary_output":{"5520":{"id":5520,"name":"Green Pendulous Mushroom"}},"type":"Mushrooms","workload":"140 (Base)"},"1641":{"center":{"x":"-577230","y":"-3143.99","z":"-433172"},"contribution":2,"id":1641,"links":[1628],"location":{"fmt":"kr","x":-577230,"y":-433172},"name":"Grow Mushroom","parent":1628,"primary_output":{"5519":{"id":5519,"name":"White Umbrella Mushroom"}},"secondary_output":{"5521":{"id":5521,"name":"White Flower Mushroom"}},"type":"Mushrooms","workload":"140 (Base)"},"1642":{"center":{"x":"-501370","y":"-4842.27","z":"-410700"},"contribution":2,"id":1642,"links":[1622],"location":{"fmt":"kr","x":-475785,"y":-410102},"name":"Mining","parent":1622,"primary_output":{"4011":{"id":4011,"name":"Noc Ore"}},"secondary_output":{"4804":{"id":4804,"img":"/items/new_icon/03_etc/07_productmaterial/00004804.png","name":"Powder of Earth"}},"type":"Mine","workload":"140 (Base)"},"1643":{"center":{"x":"-492405","y":"7861.06","z":"-466199"},"contribution":0,"id":1643,"links":[1623],"location":{"fmt":"kr","x":-492854,"y":-466693},"name":"Investment Bank","parent":1623,"type":"Bank"},"1644":{"center":{"x":"-503910","y":"5456.62","z":"-431959"},"contribution":0,"id":1644,"links":[1623],"location":{"fmt":"kr","x":-503910,"y":-431959},"name":"Investment Bank","parent":1623,"type":"Bank"},"1645":{"center":{"x":"-490156","y":"2243.21","z":"-500471"},"contribution":2,"id":1645,"links":[1625],"location":{"fmt":"kr","x":-490156,"y":-500471},"name":"Mining","parent":1625,"primary_output":{"4011":{"id":4011,"name":"Noc Ore"}},"secondary_output":{"4803":{"id":4803,"img":"/items/new_icon/03_etc/07_productmaterial/00004803.png","name":"Powder of Crevice"}},"type":"Mine","workload":"140 (Base)"},"1646":{"center":{"x":"-604782","y":"10038.1","z":"-289683"},"contribution":2,"id":1646,"links":[1618],"location":{"fmt":"kr","x":-604782,"y":-289683},"name":"Acher Western Camp","node_manager":{"id":50723,"location":{"fmt":"kr","x":-602815,"y":-291388},"name":"Navir","type":"npc"},"region":"Kamasylvia","type":"Gateway"},"1647":{"center":{"x":"-506567","y":"-710.596","z":"-491998"},"contribution":1,"id":1647,"links":[1623],"location":{"fmt":"kr","x":-506567,"y":-491998},"name":"Acher Southern Camp","node_manager":{"id":50724,"location":{"fmt":"kr","x":-506954,"y":-491858},"name":"Sylvie","type":"npc"},"region":"Kamasylvia","type":"Gateway"},"1648":{"center":{"x":"1105760","y":"21354.5","z":"440291"},"contribution":2,"id":1648,"links":[1388],"location":{"fmt":"kr","x":1109390,"y":445263},"name":"Roud Sulfur Mine","node_manager":{"id":50665,"location":{"fmt":"kr","x":1078900,"y":437850},"name":"Ustouvan","notes":"50 Energy to obtain node knowledge","type":"npc"},"type":"Connection","zone":"Kingdom of Valencia"},"1649":{"center":{"x":"-48357.4","y":"21822.4","z":"-404589"},"childnodes":[1689,1690],"contribution":0,"id":1649,"imageurl":"https://i.imgur.com/FTQNbqh.jpg","links":[1650,1651,1658,1670,1689,1690,1659],"location":{"fmt":"kr","x":-48357,"y":-404589},"name":"Duvencrune","region":"Drieghan","traders":{"46008":{"id":"46008","location":{"fmt":"kr","x":-48357,"y":-404589},"name":"Trade Manager","node":"Duvencrune","packs":[{"id":"55661","img":"/items/new_icon/03_etc/10_free_tradeitem/00055661.png","level_requirement":42,"name":"Drieghan Traditional Fur Hat","price":36400,"quantity":8,"type":"1","weight":88.38},{"id":"55662","img":"/items/new_icon/03_etc/10_free_tradeitem/00055662.png","level_requirement":42,"name":"Colorful Embroidered Horse Gear Set","price":37600,"quantity":8,"type":"1","weight":88.61},{"id":"55663","img":"/items/new_icon/03_etc/10_free_tradeitem/00055663.png","level_requirement":42,"name":"Special Aro Basket","price":38600,"quantity":8,"type":"1","weight":86.53},{"id":"55664","img":"/items/new_icon/03_etc/10_free_tradeitem/00055664.png","level_requirement":42,"name":"Celestial Windchime","price":38300,"quantity":8,"type":"1","weight":84.4},{"id":"55665","img":"/items/new_icon/03_etc/10_free_tradeitem/00055665.png","level_requirement":42,"name":"Celestial Ocarina","price":37200,"quantity":8,"type":"1","weight":87.07},{"id":"55666","img":"/items/new_icon/03_etc/10_free_tradeitem/00055666.png","level_requirement":52,"name":"Dragonhead Kettle","price":71600,"quantity":4,"type":"2","weight":143.32},{"id":"55667","img":"/items/new_icon/03_etc/10_free_tradeitem/00055667.png","level_requirement":53,"name":"Yak Carpet","price":72600,"quantity":4,"type":"2","weight":145.25},{"id":"55668","img":"/items/new_icon/03_etc/10_free_tradeitem/00055668.png","level_requirement":42,"name":"Thuja Pinwheel","price":34700,"quantity":8,"type":"1","weight":80.86},{"id":"55669","img":"/items/new_icon/03_etc/10_free_tradeitem/00055669.png","level_requirement":47,"name":"Sherekhan Flag Ornament","price":33100,"quantity":6,"type":"6","weight":75.82},{"id":"55670","img":"/items/new_icon/03_etc/10_free_tradeitem/00055670.png","level_requirement":49,"name":"Khalk Teeth decorated with Gemstone","price":32900,"quantity":6,"type":"6","weight":76.11},{"id":"55671","img":"/items/new_icon/03_etc/10_free_tradeitem/00055671.png","level_requirement":45,"name":"Crispy Skewered Lamb","price":32400,"quantity":6,"type":"3","weight":77.11},{"id":"55672","img":"/items/new_icon/03_etc/10_free_tradeitem/00055672.png","level_requirement":44,"name":"Altitude Sickness Cure","price":39000,"quantity":6,"type":"4","weight":89.25}],"type":"Trade Manager"}},"type":"City"},"1650":{"center":{"x":"-73674.8","y":"17074.4","z":"-418209"},"childnodes":[1671,1672],"contribution":1,"id":1650,"links":[1649,1671,1672],"location":{"fmt":"kr","x":-73675,"y":-418209},"name":"Duvencrune Farmland","node_manager":{"id":50726,"location":{"fmt":"kr","x":-65200,"y":-420550},"name":"Node Manager","type":"npc"},"region":"Drieghan","traders":{"46007":{"id":"46007","location":{"fmt":"kr","x":-73675,"y":-418209},"name":"Trade Manager","node":"Duvencrune Farmland","packs":[{"id":"55673","img":"/items/new_icon/03_etc/10_free_tradeitem/00055673.png","level_requirement":46,"name":"Drieghan Traditional Cracker","price":36500,"quantity":6,"type":"3","weight":85.84},{"id":"55674","img":"/items/new_icon/03_etc/10_free_tradeitem/00055674.png","level_requirement":50,"name":"Special Maopan Corn Soup","price":32100,"quantity":6,"type":"3","weight":73.72},{"id":"55675","img":"/items/new_icon/03_etc/10_free_tradeitem/00055675.png","level_requirement":42,"name":"High-Quality Liquid Fertilizer","price":33700,"quantity":8,"type":"1","weight":70.74}],"type":"Trade Manager"}},"type":"Connection"},"1651":{"center":{"x":"-16600.6","y":"38410","z":"-427630"},"contribution":1,"hidden":true,"id":1651,"links":[1649],"location":{"fmt":"kr","x":-16560,"y":-427503},"name":"Duvencrune","region":"Drieghan","type":"Connection"},"1652":{"center":{"x":"-244569","y":"11004.9","z":"-402057"},"contribution":2,"id":1652,"links":[1653,1654,1601],"location":{"fmt":"kr","x":-244569,"y":-402057},"name":"Ahib Conflict Zone","node_manager":{"id":50730,"location":{"fmt":"kr","x":-244569,"y":-402057},"name":"Selena Aer","type":"npc"},"region":"Drieghan","traders":{"50730":{"id":"50730","location":{"fmt":"kr","x":-244569,"y":-402057},"name":"Selena Aer","node":"Ahib Conflict Zone","packs":[{"id":"55676","img":"/items/new_icon/03_etc/10_free_tradeitem/00055676.png","level_requirement":44,"name":"Moss Tree Longbow","price":38300,"quantity":6,"type":"5","weight":88.17},{"id":"55677","img":"/items/new_icon/03_etc/10_free_tradeitem/00055677.png","level_requirement":46,"name":"Lapis Lazuli Knee Pad","price":35200,"quantity":6,"type":"5","weight":78.16},{"id":"55678","img":"/items/new_icon/03_etc/10_free_tradeitem/00055678.png","level_requirement":42,"name":"Khalk Skin Fabric","price":76000,"quantity":8,"type":"2","weight":151.87}],"type":"Node Manager"}},"type":"Gateway"},"1653":{"center":{"x":"-234036","y":"14468.7","z":"-382428"},"childnodes":[1679,1680],"contribution":1,"id":1653,"links":[1652,1679,1680],"location":{"fmt":"kr","x":-234036,"y":-382428},"name":"Akum Rocky Mountain","node_manager":{"id":50732,"location":{"fmt":"kr","x":-211273,"y":-379506},"name":"Gyor","type":"npc"},"region":"Drieghan","type":"Dangerous"},"1654":{"center":{"x":"-212470","y":"5726.92","z":"-424151"},"childnodes":[1681,1682],"contribution":1,"id":1654,"links":[1652,1655,1661,1681,1682],"location":{"fmt":"kr","x":-212470,"y":-424151},"name":"Khalk Canyon","node_manager":{"id":50731,"location":{"fmt":"kr","x":-199650,"y":-438900},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1655":{"center":{"x":"-156851","y":"19691","z":"-365116"},"childnodes":[1687],"contribution":3,"id":1655,"imageurl":"https://i.imgur.com/K9PpIzj.jpg","links":[1654,1657,1663,1687],"location":{"fmt":"kr","x":-156851,"y":-365116},"name":"Sherekhan Necropolis","node_manager":{"id":50727,"location":{"fmt":"kr","x":-157850,"y":-360550},"name":"Camira","type":"npc"},"region":"Drieghan","traders":{"50727":{"id":"50727","location":{"fmt":"kr","x":-156851,"y":-365116},"name":"Camira","node":"Sherekhan's Grave","packs":[{"id":"55679","img":"/items/new_icon/03_etc/10_free_tradeitem/00055679.png","level_requirement":46,"name":"Thuja Scented Candle","price":33000,"quantity":6,"type":"6","weight":76.98},{"id":"55680","img":"/items/new_icon/03_etc/10_free_tradeitem/00055680.png","level_requirement":49,"name":"Sherekhan Talisman","price":38700,"quantity":6,"type":"6","weight":84.3},{"id":"55681","img":"/items/new_icon/03_etc/10_free_tradeitem/00055681.png","level_requirement":42,"name":"Anti-Marmot Trap","price":35500,"quantity":8,"type":"1","weight":84.84}],"type":"Node Manager"}},"type":"Connection"},"1656":{"center":{"x":"-21964.1","y":"9248.69","z":"-329086"},"contribution":2,"id":1656,"imageurl":"https://i.imgur.com/dRZPHJf.png","links":[1659,1660],"location":{"fmt":"kr","x":-21964,"y":-329086},"name":"Garmoth's Nest","node_manager":{"id":50729,"location":{"fmt":"kr","x":-13800,"y":-321000},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Dangerous"},"1657":{"center":{"x":"-109449","y":"8137.13","z":"-387071"},"contribution":1,"id":1657,"links":[1655,1658],"location":{"fmt":"kr","x":-109449,"y":-387071},"name":"Harak's Shelter","node_manager":{"id":50733,"location":{"fmt":"kr","x":-109449,"y":-387071},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1658":{"center":{"x":"-83794","y":"24536.4","z":"-364436"},"contribution":1,"id":1658,"links":[1649,1657,1660,1662],"location":{"fmt":"kr","x":-83794,"y":-364436},"name":"Morning Fog Post","node_manager":{"id":50734,"location":{"fmt":"kr","x":-83794,"y":-364436},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1659":{"center":{"x":"20434.7","y":"38762.4","z":"-333830"},"contribution":2,"id":1659,"links":[1656,1669,1668,1649],"location":{"fmt":"kr","x":20435,"y":-333830},"name":"Night Crow Post","node_manager":{"id":50735,"location":{"fmt":"kr","x":20435,"y":-333830},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Gateway"},"1660":{"center":{"x":"-87344.3","y":"27163.1","z":"-331648"},"contribution":1,"id":1660,"links":[1658,1656],"location":{"fmt":"kr","x":-83004,"y":-325554},"name":"Windy Peak","node_manager":{"id":50742,"location":{"fmt":"kr","x":-83004,"y":-325554},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1661":{"center":{"x":"-173259","y":"13659.6","z":"-447720"},"contribution":3,"id":1661,"links":[1654,1662],"location":{"fmt":"kr","x":-173259,"y":-447720},"name":"Marcha Outpost","node_manager":{"id":50736,"location":{"fmt":"kr","x":-173259,"y":-447720},"name":"Ladar","type":"npc"},"region":"Drieghan","traders":{"50736":{"id":"50736","location":{"fmt":"kr","x":-173259,"y":-447720},"name":"Ladar","node":"Marcha Outpost","packs":[{"id":"55682","img":"/items/new_icon/03_etc/10_free_tradeitem/00055682.png","level_requirement":47,"name":"Fragrant Goat Jerky","price":39300,"quantity":6,"type":"3","weight":87.61},{"id":"55683","img":"/items/new_icon/03_etc/10_free_tradeitem/00055683.png","level_requirement":42,"name":"Sky Hawk Kite Set","price":38300,"quantity":8,"type":"1","weight":84.84},{"id":"55684","img":"/items/new_icon/03_etc/10_free_tradeitem/00055684.png","level_requirement":51,"name":"Leather Battle Gear Set","price":35000,"quantity":6,"type":"5","weight":74.05}],"type":"Node Manager"}},"type":"Gateway"},"1662":{"center":{"x":"-128428","y":"8151.74","z":"-443059"},"contribution":1,"id":1662,"links":[1658,1661],"location":{"fmt":"kr","x":-128428,"y":-443059},"name":"Gayak Altar","node_manager":{"id":50737,"location":{"fmt":"kr","x":-128428,"y":-443059},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1663":{"center":{"x":"-152817","y":"24319.7","z":"-315614"},"childnodes":[1688],"contribution":2,"id":1663,"imageurl":"https://i.imgur.com/ueGLR0m.jpg","links":[1655,721,1688],"location":{"fmt":"kr","x":-152817,"y":-315614},"name":"Fountain of Origin","node_manager":{"id":50747,"location":{"fmt":"kr","x":-175200,"y":-301650},"name":"Jyarro","type":"npc"},"region":"Drieghan","type":"Connection"},"1664":{"center":{"x":"13845.4","y":"10550.4","z":"-285698"},"childnodes":[1675,1676],"contribution":1,"id":1664,"links":[1656,1665,1675,1676],"location":{"fmt":"kr","x":14100,"y":-276100},"name":"Gervish Mountains","node_manager":{"id":50746,"location":{"fmt":"kr","x":14100,"y":-276100},"name":"Malan","type":"npc"},"region":"Drieghan","type":"Connection"},"1665":{"center":{"x":"-35312.8","y":"6970.05","z":"-226421"},"childnodes":[1683,1684],"contribution":2,"id":1665,"links":[1664,1684,1683],"location":{"fmt":"kr","x":-35000,"y":-225100},"name":"Dormann Lumber Camp","node_manager":{"id":50745,"location":{"fmt":"kr","x":-35000,"y":-225100},"name":"Dormann","type":"npc"},"region":"Drieghan","traders":{"50745":{"id":"50745","location":{"fmt":"kr","x":-35000,"y":-225100},"name":"Dormann","node":"Dormann Lumber Camp","packs":[{"id":"55685","img":"/items/new_icon/03_etc/10_free_tradeitem/00055685.png","level_requirement":42,"name":"Lumbering Manual by Dormann","price":33000,"quantity":8,"type":"1","weight":74.57},{"id":"55686","img":"/items/new_icon/03_etc/10_free_tradeitem/00055686.png","level_requirement":42,"name":"Sawdust Box","price":37900,"quantity":8,"type":"1","weight":81.25},{"id":"55687","img":"/items/new_icon/03_etc/10_free_tradeitem/00055687.png","level_requirement":55,"name":"Calpheon High-end Display Case","price":77000,"quantity":4,"type":"2","weight":151.07}],"type":"Node Manager"}},"type":"Connection"},"1666":{"center":{"x":"109532","y":"11127.1","z":"-209077"},"childnodes":[1685,1686],"contribution":2,"id":1666,"links":[327,1667,1668,1685,1686,1172],"location":{"fmt":"kr","x":109532,"y":-209077},"name":"Khimut Lumber Camp","node_manager":{"id":50738,"location":{"fmt":"kr","x":111850,"y":-207100},"name":"Karl Verdun","type":"npc"},"region":"Drieghan","traders":{"50738":{"id":"50738","location":{"fmt":"kr","x":111850,"y":-207100},"name":"Karl Verdun","node":"Khimut Lumber Camp","packs":[{"id":"55688","img":"/items/new_icon/03_etc/10_free_tradeitem/00055688.png","level_requirement":42,"name":"Lumbering Manual by Karl Verdun","price":33500,"quantity":8,"type":"1","weight":76.38},{"id":"55689","img":"/items/new_icon/03_etc/10_free_tradeitem/00055689.png","level_requirement":42,"name":"Sharp Compass Saw Box","price":36600,"quantity":8,"type":"1","weight":86.43},{"id":"55690","img":"/items/new_icon/03_etc/10_free_tradeitem/00055690.png","level_requirement":56,"name":"Serendia Vanity","price":79900,"quantity":4,"type":"2","weight":156.65}],"type":"Node Manager"}},"type":"Connection"},"1667":{"center":{"x":"127665","y":"8437.67","z":"-260158"},"contribution":1,"id":1667,"links":[1666],"location":{"fmt":"kr","x":127665,"y":-260158},"name":"Forgotten Gateway","node_manager":{"id":50744,"location":{"fmt":"kr","x":127665,"y":-260158},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Gateway"},"1668":{"center":{"x":"104760","y":"3337.12","z":"-273497"},"childnodes":[1677,1678],"contribution":2,"id":1668,"imageurl":"https://i.imgur.com/qU7fdlA.jpg","links":[1659,1666,1677,1678],"location":{"fmt":"kr","x":104760,"y":-273497},"name":"Tshira Ruins","node_manager":{"id":50740,"location":{"fmt":"kr","x":104760,"y":-273497},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1669":{"center":{"x":"68241.7","y":"34776.6","z":"-345612"},"contribution":3,"id":1669,"imageurl":"https://i.imgur.com/sbi8vY2.jpg","links":[1659],"location":{"fmt":"kr","x":68242,"y":-345612},"name":"Blood Wolf Settlement","node_manager":{"id":50728,"location":{"fmt":"kr","x":68242,"y":-345612},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Dangerous"},"1670":{"center":{"x":"2193.15","y":"33730.9","z":"-397162"},"childnodes":[1673,1674],"contribution":2,"id":1670,"links":[1649,1673,1674],"location":{"fmt":"kr","x":2193,"y":-397162},"name":"Marak Farm","node_manager":{"id":50743,"location":{"fmt":"kr","x":2193,"y":-397162},"name":"Node Manager","type":"npc"},"region":"Drieghan","type":"Connection"},"1671":{"center":{"x":"-79019.3","y":"14981.2","z":"-421166"},"contribution":3,"id":1671,"links":[1650],"location":{"fmt":"kr","x":-79019,"y":-421166},"name":"Duvencrune Farmland - Farming","parent":1650,"primary_output":{"7002":{"id":7002,"img":"/items/new_icon/03_etc/07_productmaterial/00007002.png","name":"Barley"}},"region":"Drieghan","type":"Farm"},"1672":{"center":{"x":"-73583.8","y":"15178.8","z":"-429092"},"contribution":3,"id":1672,"links":[1650],"location":{"fmt":"kr","x":-73584,"y":-429092},"name":"Duvencrune Farmland - Farming","parent":1650,"primary_output":{"7005":{"id":7005,"img":"/items/new_icon/03_etc/07_productmaterial/00007005.png","name":"Corn"}},"region":"Drieghan","type":"Farm"},"1673":{"center":{"x":"2200.37","y":"33357.3","z":"-399958"},"contribution":3,"id":1673,"links":[1670],"location":{"fmt":"kr","x":2200,"y":-399958},"name":"Marak Farm - Farming","parent":1670,"primary_output":{"7005":{"id":7005,"img":"/items/new_icon/03_etc/07_productmaterial/00007005.png","name":"Corn"}},"region":"Drieghan","type":"Farm"},"1674":{"center":{"x":"-2480.01","y":"32688.9","z":"-395923"},"contribution":3,"id":1674,"links":[1670],"location":{"fmt":"kr","x":-2480,"y":-395923},"name":"Marak Farm - Farming","parent":1670,"primary_output":{"7002":{"id":7002,"img":"/items/new_icon/03_etc/07_productmaterial/00007002.png","name":"Barley"}},"region":"Drieghan","type":"Farm"},"1675":{"center":{"x":"17217.4","y":"14796.7","z":"-285580"},"contribution":2,"id":1675,"links":[1664],"location":{"fmt":"kr","x":8300,"y":-276800},"name":"Gervish Mountains - Gathering","parent":1664,"primary_output":{"5532":{"id":5532,"img":"/items/new_icon/03_etc/07_productmaterial/00005532.png","name":"Bracken"}},"region":"Drieghan","type":"Mushrooms"},"1676":{"center":{"x":"13926.9","y":"10654.6","z":"-281193"},"contribution":2,"id":1676,"links":[1664],"location":{"fmt":"kr","x":26500,"y":-277700},"name":"Gervish Mountains - Gathering","parent":1664,"primary_output":{"5401":{"id":5401,"img":"/items/new_icon/03_etc/07_productmaterial/00005401.png","name":"Sunrise Herb"}},"region":"Drieghan","type":"Mushrooms"},"1677":{"center":{"x":"110155","y":"2732.98","z":"-276132"},"contribution":2,"id":1677,"links":[1668],"location":{"fmt":"kr","x":110155,"y":-276132},"name":"Tshira Ruins - Gathering","parent":1668,"primary_output":{"5532":{"id":5532,"img":"/items/new_icon/03_etc/07_productmaterial/00005532.png","name":"Bracken"}},"region":"Drieghan","type":"Mushrooms"},"1678":{"center":{"x":"104424","y":"2744.48","z":"-278819"},"contribution":2,"id":1678,"links":[1668],"location":{"fmt":"kr","x":104424,"y":-278819},"name":"Tshira Ruins - Gathering","parent":1668,"primary_output":{"5404":{"id":5404,"img":"/items/new_icon/03_etc/07_productmaterial/00005404.png","name":"Dry Mane Grass"}},"region":"Drieghan","type":"Mushrooms"},"1679":{"center":{"x":"-231438","y":"18617.9","z":"-379596"},"contribution":5,"id":1679,"links":[1653],"location":{"fmt":"kr","x":-231438,"y":-379596},"name":"Akum Rocky Mountain - Mining","parent":1653,"primary_output":{"4011":{"id":4011,"img":"/items/new_icon/03_etc/07_productmaterial/00004011.png","name":"Noc Ore"}},"region":"Drieghan","secondary_output":{"4413":{"id":4413,"img":"/items/new_icon/03_etc/07_productmaterial/00004413.png","name":"Rough Lapis Lazuli"}},"type":"Mine"},"1680":{"center":{"x":"-229705","y":"15702.9","z":"-392450"},"contribution":5,"id":1680,"links":[1653],"location":{"fmt":"kr","x":-229705,"y":-392450},"name":"Akum Rocky Mountain - Mining","parent":1653,"primary_output":{"4001":{"id":4001,"img":"/items/new_icon/03_etc/07_productmaterial/00004001.png","name":"Iron Ore"}},"region":"Drieghan","secondary_output":{"4413":{"id":4413,"img":"/items/new_icon/03_etc/07_productmaterial/00004413.png","name":"Rough Lapis Lazuli"}},"type":"Mine"},"1681":{"center":{"x":"-207034","y":"6094.32","z":"-423421"},"contribution":5,"id":1681,"links":[1654],"location":{"fmt":"kr","x":-207034,"y":-423421},"name":"Khalk Canyon - Mining","parent":1654,"primary_output":{"4011":{"id":4011,"img":"/items/new_icon/03_etc/07_productmaterial/00004011.png","name":"Noc Ore"}},"region":"Drieghan","secondary_output":{"4206":{"id":4206,"img":"/items/new_icon/03_etc/07_productmaterial/00004206.png","name":"Mythril"}},"type":"Mine"},"1682":{"center":{"x":"-212604","y":"5675.89","z":"-418018"},"contribution":5,"id":1682,"links":[1654],"location":{"fmt":"kr","x":-212604,"y":-418018},"name":"Khalk Canyon - Mining","parent":1654,"primary_output":{"4005":{"id":4005,"img":"/items/new_icon/03_etc/07_productmaterial/00004005.png","name":"Zinc Ore"}},"region":"Drieghan","secondary_output":{"4206":{"id":4206,"img":"/items/new_icon/03_etc/07_productmaterial/00004206.png","name":"Mythril"}},"type":"Mine"},"1683":{"center":{"x":"-33772","y":"7239.61","z":"-222245"},"contribution":5,"id":1683,"links":[1665],"location":{"fmt":"kr","x":-29193,"y":-221892},"name":"Dormann Lumber Camp - Lumbering","parent":1665,"primary_output":{"4616":{"id":4616,"img":"/items/new_icon/03_etc/07_productmaterial/00004616.png","name":"Thuja Timber"}},"region":"Drieghan","secondary_output":{"4701":{"id":4701,"img":"/items/new_icon/03_etc/07_productmaterial/00004701.png","name":"Thuja Plank"},"5020":{"id":5020,"img":"/items/new_icon/03_etc/07_productmaterial/00005020.png","name":"Thuja Sap"}},"type":"Forest"},"1684":{"center":{"x":"-36854.3","y":"6852.51","z":"-224821"},"contribution":5,"id":1684,"links":[1665],"location":{"fmt":"kr","x":-37325,"y":-231155},"name":"Dormann Lumber Camp - Lumbering","parent":1665,"primary_output":{"4606":{"id":4606,"img":"/items/new_icon/03_etc/07_productmaterial/00004606.png","name":"Fir Timber"}},"region":"Drieghan","secondary_output":{"4663":{"id":4663,"img":"/items/new_icon/03_etc/07_productmaterial/00004663.png","name":"Fir Plank"},"5009":{"id":5009,"img":"/items/new_icon/03_etc/07_productmaterial/00005009.png","name":"Fir Sap"}},"type":"Forest"},"1685":{"center":{"x":"108080","y":"11313.5","z":"-211543"},"contribution":5,"id":1685,"links":[1666],"location":{"fmt":"kr","x":95500,"y":-221100},"name":"Khimut Lumber Camp - Lumbering","parent":1666,"primary_output":{"4603":{"id":4603,"img":"/items/new_icon/03_etc/07_productmaterial/00004603.png","name":"Pine Timber"}},"region":"Drieghan","secondary_output":{"4657":{"id":4657,"img":"/items/new_icon/03_etc/07_productmaterial/00004657.png","name":"Pine Plank"},"5003":{"id":5003,"img":"/items/new_icon/03_etc/07_productmaterial/00005003.png","name":"Pine Sap"}},"type":"Forest"},"1686":{"center":{"x":"108967","y":"10494.8","z":"-205575"},"contribution":5,"id":1686,"links":[1666],"location":{"fmt":"kr","x":110700,"y":-192700},"name":"Khimut Lumber Camp - Lumbering","parent":1666,"primary_output":{"4604":{"id":4604,"img":"/items/new_icon/03_etc/07_productmaterial/00004604.png","name":"Birch Timber"}},"region":"Drieghan","secondary_output":{"4660":{"id":4660,"img":"/items/new_icon/03_etc/07_productmaterial/00004660.png","name":"Birch Plank"},"5004":{"id":5004,"img":"/items/new_icon/03_etc/07_productmaterial/00005004.png","name":"Birch Sap"}},"type":"Forest"},"1687":{"center":{"x":"-149829","y":"19878.6","z":"-360678"},"contribution":3,"id":1687,"links":[1655],"location":{"fmt":"kr","x":-149829,"y":-360678},"name":"Sherekhan Necropolis - Excavation","parent":1655,"primary_output":{"44356":{"id":44356,"img":"/items/new_icon/03_etc/04_dropitem/00044356.png","name":"Dry Rock Fragment"}},"region":"Drieghan","secondary_output":{"5963":{"id":5963,"img":"/items/new_icon/03_etc/07_productmaterial/00005963.png","name":"Trace of Memory"}},"type":"Mine"},"1688":{"center":{"x":"-154723","y":"19879.3","z":"-301268"},"contribution":3,"id":1688,"links":[1663],"location":{"fmt":"kr","x":-154723,"y":-301268},"name":"Fountain of Origin - Excavation","parent":1663,"primary_output":{"44357":{"id":44357,"img":"/items/new_icon/03_etc/04_dropitem/00044357.png","name":"Magic Stone Fragment"}},"region":"Drieghan","secondary_output":{"5957":{"id":5957,"img":"/items/new_icon/03_etc/07_productmaterial/00005957.png","name":"Trace of Origin"}},"type":"Mine"},"1689":{"center":{"x":"-47058.1","y":"21948.3","z":"-404705"},"contribution":0,"id":1689,"links":[1649],"location":{"fmt":"kr","x":-47058,"y":-404705},"name":"Duvencrune - Investment Bank","parent":1649,"primary_output":{"5":{"id":5,"img":"/items/new_icon/00000005_special.png","name":"Gold Bar 1000G"}},"region":"Drieghan","type":"Bank"},"1690":{"center":{"x":"-55153.1","y":"20681.3","z":"-416013"},"contribution":0,"id":1690,"links":[1649],"location":{"fmt":"kr","x":-55198,"y":-415803},"name":"Duvencrune - Investment Bank","parent":1649,"primary_output":{"4":{"id":4,"img":"/items/new_icon/00000004_special.png","name":"Gold Bar 100G"}},"region":"Drieghan","type":"Bank"},"1691":{"center":{"x":-156576,"y":24836,"z":-599412},"contribution":0,"id":1691,"links":[1692,1706,1740,1742,1744],"location":{"fmt":"kr","x":-156576,"y":-599412},"name":"O'draxxia","notes":"Capital city of the O'dyllita region","region":"O'dyllita","type":"City"},"1692":{"center":{"x":-228034,"y":-8150,"z":-636031},"contribution":0,"hidden":true,"id":1692,"links":[1691],"location":{"fmt":"kr","x":-228034,"y":-636031},"name":"O'dyllita Castle","region":"O'dyllita","type":"Connection"},"1693":{"center":{"x":-287588,"y":21283,"z":-497453},"childnodes":[1712],"contribution":3,"id":1693,"links":[1700,1712,1694,1701],"location":{"fmt":"kr","x":-287588,"y":-497453},"name":"Thornwood Forest","node_manager":{"id":"50768","location":{"fmt":"kr","x":-295152,"y":-502968},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1694":{"center":{"x":-230721,"y":31855,"z":-516136},"childnodes":[1709],"contribution":3,"id":1694,"links":[1693,1709,1702],"location":{"fmt":"kr","x":-230721,"y":-516136},"name":"Crypt of Resting Thoughts","node_manager":{"id":"50763","location":{"fmt":"kr","x":-233779,"y":-520751},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1695":{"center":{"x":-261485,"y":5860,"z":-594713},"childnodes":[1713],"contribution":2,"id":1695,"links":[1741,1697,1713],"location":{"fmt":"kr","x":-261485,"y":-594713},"name":"Narcion","node_manager":{"id":"50762","location":{"fmt":"kr","x":-264451,"y":-587452},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1696":{"center":{"x":-359330,"y":2283,"z":-569319},"contribution":2,"id":1696,"links":[1698,1700],"location":{"fmt":"kr","x":-359330,"y":-569319},"name":"Talibahr's Rope","node_manager":{"id":"50779","location":{"fmt":"kr","x":-358408,"y":-557416},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1697":{"center":{"x":-302325,"y":1072,"z":-602559},"contribution":2,"id":1697,"links":[1695,1698,1699],"location":{"fmt":"kr","x":-302325,"y":-602559},"name":"La O'delle","node_manager":{"id":"50769","location":{"fmt":"kr","x":-305873,"y":-608525},"name":"Node Manager","notes":"Might be 50761 instead","type":"npc"},"region":"O'dyllita","type":"Connection"},"1698":{"center":{"x":-321664,"y":-6767,"z":-598912},"childnodes":[1714],"contribution":3,"id":1698,"links":[1696,1697,1714],"location":{"fmt":"kr","x":-321664,"y":-598912},"name":"Starry Midnight Port","node_manager":{"id":"50770","location":{"fmt":"kr","x":-319355,"y":-608976},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1699":{"center":{"x":-303950,"y":-5401,"z":-626938},"contribution":2,"id":1699,"links":[1697],"location":{"fmt":"kr","x":-303950,"y":-626938},"name":"Thornwood Castle","node_manager":{"id":"50771","location":{"fmt":"kr","x":-303680,"y":-627289},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1700":{"center":{"x":-316535,"y":10381,"z":-518269},"contribution":3,"id":1700,"links":[1693,1696],"location":{"fmt":"kr","x":-316535,"y":-518269},"name":"Tunkuta","region":"O'dyllita","type":"Connection"},"1701":{"center":{"x":-315579,"y":10360,"z":-486144},"contribution":1,"id":1701,"links":[1605,1693],"location":{"fmt":"kr","x":-315579,"y":-486144},"name":"Salun's Border","region":"O'dyllita","type":"Connection"},"1702":{"center":{"x":-210169,"y":19705,"z":-481195},"contribution":1,"id":1702,"links":[1694,1703,1743],"location":{"fmt":"kr","x":-210169,"y":-481195},"name":"Bahit Sanctum","node_manager":{"id":"50764","location":{"fmt":"kr","x":-209947,"y":-480951},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1703":{"center":{"x":-156035,"y":14409,"z":-523320},"childnodes":[1710,1711],"contribution":3,"id":1703,"links":[1702,1740,1710,1711],"location":{"fmt":"kr","x":-156035,"y":-523320},"name":"Olun's Valley","node_manager":{"id":"50772","location":{"fmt":"kr","x":-151579,"y":-541665},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1704":{"childnodes":[1717,1720],"contribution":3,"id":1704,"links":[1630,1705,1717,1720],"location":{"fmt":"kr","x":-498925,"y":-67504},"name":"Star's End","node_manager":{"id":50777,"location":{"fmt":"kr","x":-489850,"y":-54600},"name":"Runaway Monster","type":"npc"},"region":"Star's End","type":"Dangerous","zone":"Republic of Calpheon"},"1705":{"contribution":3,"id":1705,"links":[1704,1718,1719],"location":{"fmt":"kr","x":-443854,"y":1308},"name":"Calpheon Northwestern Outpost","node_manager":{"id":50774,"location":{"fmt":"kr","x":-450000,"y":-3750},"name":"Benato Percy","type":"npc"},"region":"Star's End","type":"Gateway","zone":"Republic of Calpheon"},"1706":{"center":{"x":-122686,"y":8359,"z":-657172},"contribution":1,"hidden":true,"id":1706,"links":[1691],"location":{"fmt":"kr","x":-122686,"y":-657172},"name":"Black Mountains","region":"O'dyllita","type":"Connection"},"1707":{"center":{"x":-184720,"y":17218,"z":-572376},"contribution":2,"id":1707,"links":[1742],"location":{"fmt":"kr","x":-184720,"y":-572376},"name":"Delmira Plantation - Grape Farming","parent":1742,"primary_output":{"7307":{"id":7307,"img":"/items/new_icon/03_etc/07_productmaterial/00007307.png","name":"Grape"}},"region":"O'dyllita","type":"Farm","workload":200},"1708":{"center":{"x":-184344,"y":18050,"z":-560807},"contribution":2,"id":1708,"links":[1742],"location":{"fmt":"kr","x":-184344,"y":-560807},"name":"Delmira Plantation - Potato Farming","parent":1742,"primary_output":{"7003":{"id":7003,"img":"/items/new_icon/03_etc/07_productmaterial/00007003.png","name":"Potato"}},"region":"O'dyllita","type":"Farm","workload":200},"1709":{"center":{"x":-231030,"y":30755,"z":-521000},"contribution":5,"id":1709,"links":[1694],"location":{"fmt":"kr","x":-231030,"y":-521000},"name":"Crypt of Resting Thoughts - Excavation","parent":1694,"primary_output":{"752023":{"id":752023,"img":"/items/new_icon/03_etc/00752023.png","name":"Mass of Pure Magic"}},"region":"O'dyllita","secondary_output":{"5958":{"id":5958,"img":"/items/new_icon/03_etc/07_productmaterial/00005958.png","name":"Trace of Battle"}},"type":"Mine","workload":600},"1710":{"center":{"x":-167812,"y":9410,"z":-515349},"contribution":5,"id":1710,"links":[1703],"location":{"fmt":"kr","x":-167812,"y":-515349},"name":"Olun's Valley - Mining","parent":1703,"primary_output":{"4013":{"id":4013,"img":"http://bdocodex.com/items/new_icon/03_etc/07_productmaterial/00004013.png","name":"Nickel Ore"}},"region":"O'dyllita","secondary_output":{"4206":{"id":4206,"img":"/items/new_icon/03_etc/07_productmaterial/00004206.png","name":"Mythril"}},"type":"Mine","workload":280},"1711":{"center":{"x":-161906,"y":14350,"z":-529284},"contribution":5,"id":1711,"links":[1703],"location":{"fmt":"kr","x":-161906,"y":-529284},"name":"Olun's Valley - Mining","parent":1703,"primary_output":{"4013":{"id":4013,"img":"/items/new_icon/03_etc/07_productmaterial/00004013.png","name":"Nickel Ore"}},"region":"O'dyllita","secondary_output":{"4801":{"id":4801,"img":"/items/new_icon/03_etc/07_productmaterial/00004801.png","name":"Powder of Darkness"}},"type":"Mine","workload":280},"1712":{"center":{"x":-292744,"y":19370,"z":-520328},"contribution":3,"id":1712,"links":[1693],"location":{"fmt":"kr","x":-292744,"y":-520328},"name":"Thornwood Forest - Lumbering","parent":1693,"primary_output":{"4619":{"id":4619,"img":"/items/new_icon/03_etc/07_productmaterial/00004619.png","name":"Thornwood Timber"}},"region":"O'dyllita","secondary_output":{"5023":{"id":5023,"img":"/items/new_icon/03_etc/07_productmaterial/00005023.png","name":"Thornwood Sap"}},"type":"Forest","workload":280},"1713":{"center":{"x":-268688,"y":5515,"z":-597347},"contribution":2,"id":1713,"links":[1695],"location":{"fmt":"kr","x":-268688,"y":-597347},"name":"Narcion - Chicken Meat Production","parent":1695,"primary_output":{"7921":{"id":7921,"img":"/items/new_icon/03_etc/07_productmaterial/00007921.png","name":"Chicken Meat"}},"region":"O'dyllita","secondary_output":{"9064":{"id":9064,"img":"/items/new_icon/03_etc/07_productmaterial/00009064.png","name":"Egg"}},"type":"Farm","workload":200},"1714":{"center":{"x":-320454,"y":-7892,"z":-610001},"contribution":3,"id":1714,"links":[1698],"location":{"fmt":"kr","x":-320454,"y":-610001},"name":"Starry Midnight Port - Fish Drying Yard","parent":1698,"primary_output":{"8536":{"id":8536,"img":"/items/new_icon/03_etc/07_productmaterial/00008536.png","name":"Dried Mullet"}},"region":"O'dyllita","secondary_output":{"8662":{"id":8662,"img":"/items/new_icon/03_etc/07_productmaterial/00008662.png","name":"Dried Yellowfin Sole"},"8663":{"id":8663,"img":"/items/new_icon/03_etc/07_productmaterial/00008663.png","name":"Dried Stippled Gunnel"},"8665":{"id":8665,"img":"/items/new_icon/03_etc/07_productmaterial/00008665.png","name":"Dried Redbreasted Wrasse"}},"type":"Fishing","workload":1200},"1715":{"center":{"x":-199243,"y":9180,"z":-602743},"contribution":2,"id":1715,"links":[1744],"location":{"fmt":"kr","x":-199243,"y":-602743},"name":"Shiv Valley Road - Lumbering","parent":1744,"primary_output":{"4619":{"id":4619,"img":"/items/new_icon/03_etc/07_productmaterial/00004619.png","name":"Thornwood Timber"}},"region":"O'dyllita","secondary_output":{"5023":{"id":5023,"img":"/items/new_icon/03_etc/07_productmaterial/00005023.png","name":"Thornwood Sap"}},"type":"Forest","workload":280},"1716":{"center":{"x":-210558,"y":18314,"z":-455994},"contribution":3,"id":1716,"links":[1743],"location":{"fmt":"kr","x":-210558,"y":-455994},"name":"Mountain of Division - Excavation","parent":1743,"primary_output":{"5961":{"id":5961,"img":"/items/new_icon/03_etc/07_productmaterial/00005961.png","name":"Trace of Violence"}},"region":"O'dyllita","type":"Mine","workload":600},"1717":{"contribution":1,"id":1717,"links":[1704],"location":{"fmt":"kr","x":-500734,"y":-71348},"name":"Star's End - Mining","parent":1704,"primary_output":{"4003":{"id":4003,"img":"/items/new_icon/03_etc/07_productmaterial/00004003.png","name":"Copper Ore"},"44406":{"id":752023,"img":"/items/new_icon/03_etc/04_dropitem/00044406.png","name":"Shattered Star Fragment"}},"region":"Star's End","secondary_output":{"4057":{"id":4057,"img":"/items/new_icon/03_etc/07_productmaterial/00004057.png","name":"Melted Copper Shard"}},"type":"Mine","zone":"Republic of Calpheon"},"1718":{"contribution":2,"id":1718,"links":[702,1705],"location":{"fmt":"kr","x":-408237,"y":18665},"name":"Brellin Farm","node_manager":{"id":50775,"location":{"fmt":"kr","x":-408850,"y":21000},"name":"Lante Gigor","type":"npc"},"region":"Star's End","type":"Connection","zone":"Republic of Calpheon"},"1719":{"contribution":2,"id":1719,"links":[1705],"location":{"fmt":"kr","x":-448729,"y":27309},"name":"Outpost Supply Port","node_manager":{"id":50776,"location":{"fmt":"kr","x":-450650,"y":28800},"name":"Rohanna","type":"npc"},"region":"Star's End","type":"Connection","zone":"Republic of Calpheon"},"1720":{"contribution":1,"id":1720,"links":[1704],"location":{"fmt":"kr","x":-497589,"y":-64549},"name":"Star's End - Excavation","parent":1704,"primary_output":{"5961":{"id":5961,"img":"/items/new_icon/03_etc/07_productmaterial/00005961.png","name":"Trace of Violence"},"5962":{"id":5961,"img":"/items/new_icon/03_etc/07_productmaterial/00005962.png","name":"Trace of Death"},"752023":{"id":752023,"img":"/items/new_icon/03_etc/00752023.png","name":"Mass of Pure Magic"}},"region":"Star's End","type":"Mine","zone":"Republic of Calpheon"},"1727":{"center":{"x":-86344,"y":-7286,"z":624816},"contribution":0,"id":1727,"location":{"fmt":"kr","x":-86344,"y":624816},"name":"Oquilla's Eye","region":"","type":"Connection"},"1734":{"center":{"x":38345,"y":-4489,"z":379244},"contribution":0,"id":1734,"links":[1007],"location":{"fmt":"kr","x":38345,"y":379244},"name":"Chiro's Cannon Workshop","region":"","type":"Specialty"},"1735":{"center":{"x":65815,"y":-2743,"z":408081},"contribution":0,"id":1735,"links":[1008],"location":{"fmt":"kr","x":65815,"y":408081},"name":"Chiro's Sail Workshop","region":"","type":"Specialty"},"1736":{"center":{"x":222464,"y":3105,"z":552340},"contribution":0,"id":1736,"links":[1099],"location":{"fmt":"kr","x":222464,"y":552340},"name":"Chiro's Prow Statue Workshop","region":"","type":"Specialty"},"1737":{"center":{"x":266513,"y":-4125,"z":539703},"contribution":0,"id":1737,"links":[1100],"location":{"fmt":"kr","x":266513,"y":539703},"name":"Chiro's Black Plating Workshop","region":"","type":"Specialty"},"1738":{"center":{"x":-559743,"y":-3704,"z":-476904},"contribution":0,"id":1738,"links":[1647,1739],"location":{"fmt":"kr","x":-559743,"y":-476904},"name":"Grándiha","region":"Kamasylvia","type":"Trading Post"},"1739":{"center":{"x":-677907,"y":-8125,"z":-185590},"contribution":2,"id":1739,"links":[1738],"location":{"fmt":"kr","x":-677907,"y":-185590},"name":"Papua Crinea","region":"The Great Ocean","type":"Trading Post"},"1740":{"center":{"x":-117420,"y":44633,"z":-572930},"contribution":1,"id":1740,"links":[1691,1703],"location":{"fmt":"kr","x":-145100,"y":-540100},"name":"Forgotten Mountain","region":"O'dyllita","type":"Connection"},"1741":{"center":{"x":-211823,"y":10894,"z":-570860},"contribution":2,"id":1741,"links":[1695,1742],"location":{"fmt":"kr","x":-211823,"y":-570860},"name":"Salanar Pond","node_manager":{"id":"50767","location":{"fmt":"kr","x":-207802,"y":-570395},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1742":{"center":{"x":-182305,"y":17685,"z":-566439},"childnodes":[1707,1708],"contribution":2,"id":1742,"links":[1691,1707,1708,1741],"location":{"fmt":"kr","x":-182305,"y":-566439},"name":"Delmira Plantation","node_manager":{"id":"50780","location":{"fmt":"kr","x":-182864,"y":-579932},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1743":{"center":{"x":-223837,"y":23233,"z":-449325},"childnodes":[1716],"contribution":2,"id":1743,"links":[1702,1716],"location":{"fmt":"kr","x":-223837,"y":-449325},"name":"Mountain of Division","node_manager":{"id":"50778","location":{"fmt":"kr","x":-213918,"y":-458327},"name":"Node Manager","type":"npc"},"region":"O'dyllita","type":"Connection"},"1744":{"center":{"x":-189689,"y":16000,"z":-611292},"childnodes":[1715],"contribution":2,"id":1744,"links":[1691,1715],"location":{"fmt":"kr","x":-189689,"y":-611292},"name":"Shiv Valley Road","region":"O'dyllita","type":"Connection"},"10001":{"contribution":0,"id":10001,"location":{"x":676800,"y":141800},"name":"Aakman Temple","node_manager":{"id":50669,"location":{"fmt":"kr","x":671004,"y":144606},"name":"Madun","type":"npc"},"notes":"

As a dungeon you cannot get this node to unlock on the map

. The node manager is on the cliff north of Pilgrim's Haven. The dungeon cannot be entered by the node manager, instead you must find a dungeon portal that spawns randomly in the desert.

","type":"Dungeon","zone":"Kingdom of Valencia"},"10002":{"contribution":0,"id":10002,"location":{"x":1043302,"y":-8748},"name":"Hystria Ruins","node_manager":{"id":50668,"location":{"fmt":"kr","x":1044260,"y":-16423},"name":"Vygun","type":"npc"},"notes":"

As a dungeon you cannot get this node to unlock on the map

. The node manager is down the ravine. The dungeon cannot be entered by the node manager, instead you must find a dungeon portal that spawns randomly in the desert.

","type":"Dungeon","zone":"Kingdom of Valencia"}},"settings":{"oceannodenotes":"

This ocean node does not have a node manager. It will be automatically discovered and the fog removed by sailing near it.

To trade items fished/gathered at this node at full price you must have this node uncovered and either:
a) an unbroken path of connections must exist from the node, via discovered ocean nodes, to Port Ratt and then Port Ratt must be connected via invested nodes to the trade destination, or:
b) an unbroken path of connections must exist from the node, via discovered ocean nodes, to Lema Island and then Lema Island must be connected via invested nodes to the trade destination

","showboardgameonclock":true,"showmargoriainvisiblewall":true},"sitemessagetakeover":true,"sitemessage":"

Website closing
The somethinglovely map and tools will soon be going offline permanently. For alternatives, please consider:

Unfortunately I am no longer in a position to keep the website updated as I was once able to. I hope the map and tools have been useful to everyone over the last 7 years; Thankyou to everyone who helped with data and feedback.

❤️ Famme

For anyone interested in the raw data or keeping it running: all site code (MIT licence), along with links to map tile files and instructions on updating map tiles are available — Discord: fffam.

"} \ No newline at end of file diff --git a/src/fishlist.js b/src/fishlist.js new file mode 100644 index 0000000..50c4dd9 --- /dev/null +++ b/src/fishlist.js @@ -0,0 +1,20 @@ +var fishes = { + 1: 'Porgy', + 2: 'Grunt', + 3: 'Smokey Chromis', + 4: 'Coelacanth', + 5: 'Tuna', + //6: '', + 7: 'Sea Bass', + 8: 'Eyespot Puffer', + 9: 'Spotted Sea Bass', + //10: '?', + 11: 'Black Porgy', + 12: 'Giant Octopus', + //13: '?', + 14: 'Tilefish', + //15: '?', + 16: 'Other' +}; + +export default fishes; diff --git a/src/gathering.js b/src/gathering.js new file mode 100644 index 0000000..1f73e21 --- /dev/null +++ b/src/gathering.js @@ -0,0 +1,3350 @@ +export default { + "trees": { + "category": true, + "slug": "trees", + "name": "Trees", + "items": { + "acacia": { + "id": "10584", + "name": "Acacia", + "slug": "acacia", + "styles": { + "fillColor": "#e9ba83" + }, + "active": false, + "loaded": false + }, + "ash": { + "id": "10537", + "name": "Ash", + "slug": "ash", + "styles": { + "fillColor": "#a9e2fc" + }, + "active": false, + "loaded": false + }, + "birch": { + "id": "10503", + "name": "Birch", + "slug": "birch", + "styles": { + "fillColor": "#d7ffa4" + }, + "active": false, + "loaded": false + }, + "cactus": { + "id": "10656", + "name": "Cactus", + "slug": "cactus", + "styles": { + "fillColor": "#8fff00" + }, + "active": false, + "loaded": false + }, + "cedar": { + "id": "10511", + "name": "Cedar", + "slug": "cedar", + "styles": { + "fillColor": "#ffcf0d" + }, + "active": false, + "loaded": false + }, + "elder-tree": { + "id": "10578", + "name": "Elder Tree", + "slug": "elder-tree", + "styles": { + "fillColor": "#00dc81" + }, + "active": false, + "loaded": false + }, + "fir": { + "id": "10509", + "name": "Fir", + "slug": "fir", + "styles": { + "fillColor": "#a0dc00" + }, + "active": false, + "loaded": false + }, + "hazel-tree": { + "id": "10216", + "name": "Hazel", + "styles": { + "fillColor": "#baffb5" + }, + "active": false, + "loaded": false + }, + "maple": { + "id": "10525", + "name": "Maple", + "slug": "maple", + "styles": { + "fillColor": "#f2ff63" + }, + "active": false, + "loaded": false + }, + "old-tree": { + "id": "10655", + "name": "Old Tree", + "slug": "old-tree", + "styles": { + "fillColor": "#ff570d" + }, + "active": false, + "loaded": false + }, + "palm-tree": { + "id": "10657", + "name": "Palm Tree", + "slug": "palm-tree", + "styles": { + "fillColor": "#de7300" + }, + "active": false, + "loaded": false + }, + "pine": { + "id": "10558", + "name": "Pine", + "slug": "pine", + "styles": { + "fillColor": "#fe570d" + }, + "active": false, + "loaded": false + }, + "white-cedar": { + "id": "10620", + "name": "White Cedar", + "slug": "white-cedar", + "styles": { + "fillColor": "#fffbe5" + }, + "active": false, + "loaded": false + }, + "thuja": { + "id": "11913", + "name": "Thuja", + "styles": { + "fillColor": "#f4f59d" + }, + "active": false, + "loaded": false + }, + "thornwood": { + "id": "11956", + "name": "Thornwood", + "styles": { + "fillColor": "#ff9373" + }, + "active": false, + "loaded": false + } + } + }, + "ore": { + "category": true, + "slug": "ore", + "name": "Ore", + "items": { + "coal": { + "id": "10081", + "name": "Coal", + "slug": "coal", + "styles": { + "fillColor": "#444", + "color": "#CCC", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "copper": { + "id": "10043", + "name": "Copper", + "slug": "copper", + "styles": { + "fillColor": "#e87f93" + }, + "active": false, + "loaded": false + }, + "gold": { + "id": "10049", + "name": "Gold", + "slug": "gold", + "styles": { + "fillColor": "#ffd614", + "color": "#ffbe4c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "iron": { + "id": "10051", + "name": "Iron", + "slug": "iron", + "styles": { + "fillColor": "#d7dee6" + }, + "active": false, + "loaded": false + }, + "lead": { + "id": "10053", + "name": "Lead", + "slug": "lead", + "styles": { + "fillColor": "#dae7c5" + }, + "active": false, + "loaded": false + }, + "mythril": { + "id": "10151", + "name": "Mythril", + "slug": "mythril", + "styles": { + "fillColor": "#FFF", + "color": "#AD1457", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "opal": { + "id": "10085", + "name": "Opal", + "slug": "opal", + "styles": { + "fillColor": "#c868ff", + "color": "#d68fff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "platinum": { + "id": "10055", + "name": "Platinum", + "slug": "platinum", + "styles": { + "fillColor": "#FFF", + "color": "#6A1B9A", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "silver": { + "id": "10063", + "name": "Silver", + "slug": "silver", + "styles": { + "fillColor": "#FFF", + "color": "#4FC3F7", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sulfur": { + "id": "10156", + "name": "Sulfur", + "styles": { + "fillColor": "#ebe534", + "color": "#FFF", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "tin": { + "id": "10057", + "name": "Tin", + "slug": "tin", + "styles": { + "fillColor": "#aad2d2" + }, + "active": false, + "loaded": false + }, + "titanium": { + "id": "10150", + "name": "Titanium", + "slug": "titanium", + "styles": { + "fillColor": "#FFF", + "color": "#FF4081", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "vanadium": { + "id": "10149", + "name": "Vanadium", + "slug": "vanadium", + "styles": { + "fillColor": "#cdff61", + "color": "#e8ffb8", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "zinc": { + "id": "10067", + "name": "Zinc", + "slug": "zinc", + "styles": { + "fillColor": "#ffcee4", + "color": "#FFF", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "gemstones": { + "category": true, + "slug": "gemstones", + "name": "Gemstones", + "items": { + "beryl": { + "id": "10047", + "name": "Beryl", + "slug": "beryl", + "styles": { + "fillColor": "#31fb4e", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + }, + "diamond": { + "id": "10045", + "name": "Diamond", + "slug": "diamond", + "styles": { + "fillColor": "#E0E0FF", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rainbow-stone": { + "id": "10087", + "name": "Rainbow Stone", + "slug": "rainbow-stone", + "styles": { + "fillColor": "#ff41f4", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ruby": { + "id": "10059", + "name": "Ruby", + "slug": "ruby", + "styles": { + "fillColor": "#F00", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sapphire": { + "id": "10061", + "name": "Sapphire", + "slug": "sapphire", + "styles": { + "fillColor": "#003cff", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + }, + "topaz": { + "id": "10065", + "name": "Topaz", + "slug": "topaz", + "styles": { + "fillColor": "#ffd200", + "color": "#FFF", + "radius": 5, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "crystals": { + "category": true, + "slug": "crystals", + "name": "Crystals", + "items": { + "black-quartz": { + "id": "10069", + "name": "Black Quartz", + "slug": "black-quartz", + "styles": { + "fillColor": "#999", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "blue-crystal": { + "id": "10152", + "name": "Blue Crystal", + "slug": "blue-crystal", + "styles": { + "fillColor": "#08abff", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "clear-quartz": { + "id": "10079", + "name": "Clear Quartz", + "slug": "clear-quartz", + "styles": { + "fillColor": "#dddddd", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "green-quartz": { + "id": "10071", + "name": "Green Quartz", + "slug": "green-quartz", + "styles": { + "fillColor": "#93dc7d", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "muddy-quartz": { + "id": "10073", + "name": "Muddy Quartz", + "slug": "muddy-quartz", + "styles": { + "fillColor": "#bc754a", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "noc-rock": { + "id": "10006", + "name": "Noc Rock", + "styles": { + "fillColor": "#383bff", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "red-quartz": { + "id": "10075", + "name": "Red Quartz", + "slug": "red-quartz", + "styles": { + "fillColor": "#ff4242", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "violet-crystal": { + "id": "10153", + "name": "Violet Crystal", + "slug": "violet-crystal", + "styles": { + "fillColor": "#d042ff", + "color": "#000", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "fruit": { + "category": true, + "slug": "fruit", + "name": "Fruit", + "items": { + "apple-tree": { + "id": "10518", + "name": "Apple Tree", + "slug": "apple-tree", + "styles": { + "fillColor": "#F00" + }, + "active": false, + "loaded": false + }, + "date-palm-tree": { + "id": "10633", + "name": "Date Palm Tree", + "slug": "date-palm-tree", + "styles": { + "fillColor": "#c9005f" + }, + "active": false, + "loaded": false + }, + "fruit-tree": { + "id": "10223", + "name": "Fruit Tree", + "slug": "fruit-tree", + "styles": { + "fillColor": "#C2185B", + "radius": 3 + }, + "active": false, + "loaded": false + }, + "grape": { + "id": "10458", + "name": "Grape", + "slug": "grape", + "styles": { + "fillColor": "#a937eb" + }, + "active": false, + "loaded": false + }, + "nutmeg-tree": { + "id": "10478", + "name": "Nutmeg Tree", + "slug": "nutmeg-tree", + "styles": { + "fillColor": "#efa118" + }, + "active": false, + "loaded": false + }, + "olive-tree": { + "id": "10501", + "name": "Olive Tree", + "slug": "olive-tree", + "styles": { + "fillColor": "#ccff43" + }, + "active": false, + "loaded": false + }, + "pistachio-tree": { + "id": "10480", + "name": "Pistachio Tree", + "slug": "pistachio-tree", + "styles": { + "fillColor": "#c4c07d" + }, + "active": false, + "loaded": false + } + } + }, + "crops": { + "category": true, + "slug": "crops", + "name": "Crops", + "items": { + "bracken": { + "id": "11936", + "name": "Bracken", + "styles": { + "fillColor": "#82ffb4" + }, + "active": false, + "loaded": false + }, + "corn": { + "id": "10456", + "name": "Corn", + "slug": "corn", + "styles": { + "fillColor": "#f2dd2d" + }, + "active": false, + "loaded": false + }, + "cotton": { + "id": "10453", + "name": "Cotton", + "slug": "cotton", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + }, + "mulberry": { + "id": "10472", + "name": "Mulberry (for Silk)", + "slug": "mulberry", + "styles": { + "fillColor": "#42e2d9", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "paprika": { + "id": "10464", + "name": "Paprika", + "slug": "paprika", + "styles": { + "fillColor": "#ffcc00" + }, + "active": false, + "loaded": false + }, + "potato": { + "id": "10455", + "name": "Potato", + "slug": "potato", + "styles": { + "fillColor": "#f6f08e" + }, + "active": false, + "loaded": false + }, + "pumpkin": { + "id": "10457", + "name": "Pumpkin", + "slug": "pumpkin", + "styles": { + "fillColor": "#ff5700" + }, + "active": false, + "loaded": false + }, + "wild-flax": { + "id": "10451", + "name": "Wild Flax", + "slug": "wild-flax", + "styles": { + "fillColor": "#00e1e4" + }, + "active": false, + "loaded": false + } + } + }, + "flowers": { + "category": true, + "slug": "flowers", + "name": "Flowers", + "items": { + "rose": { + "id": "10247", + "name": "Rose", + "slug": "rose", + "styles": { + "fillColor": "#ff2270" + }, + "active": false, + "loaded": false + }, + "saffron": { + "id": "10275", + "name": "Saffron", + "slug": "saffron", + "styles": { + "fillColor": "#f0a2eb" + }, + "active": false, + "loaded": false + }, + "sunflower": { + "id": "10253", + "name": "Sunflower", + "slug": "sunflower", + "styles": { + "fillColor": "#ff722d" + }, + "active": false, + "loaded": false + }, + "tulip": { + "id": "10250", + "name": "Tulip", + "slug": "tulip", + "styles": { + "fillColor": "#e4e100" + }, + "active": false, + "loaded": false + }, + "audria": { + "id": "10213", + "name": "Audria", + "styles": { + "fillColor": "#fdf7ff", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "delotia": { + "id": "11981", + "name": "Delotia", + "styles": { + "fillColor": "#fffbd6", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "vedelona": { + "id": "10202", + "name": "Vedelona", + "styles": { + "fillColor": "#ffadef", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "purple-pink-flower": { + "id": "10203", + "name": "Purple Pink Flower", + "styles": { + "fillColor": "#ff5ee0", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "yellow-flower": { + "id": "10204", + "name": "Yellow Flower", + "styles": { + "fillColor": "#faea5a", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sky-blue-flower": { + "id": "10206", + "name": "Sky Blue Flower", + "styles": { + "fillColor": "#b3fcff", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "violet-flower": { + "id": "10207", + "name": "Violet Flower", + "styles": { + "fillColor": "#a15eb5", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "blue-flower": { + "id": "10212", + "name": "Blue Flower", + "styles": { + "fillColor": "#69c7f0", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "mimosa": { + "id": "10217", + "name": "Mimosa", + "styles": { + "fillColor": "#38a13d", + "color": "#f0d2fa", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "herbs": { + "category": true, + "slug": "herbs", + "name": "Herbs", + "items": { + "aloe": { + "id": "10208", + "name": "Aloe", + "slug": "aloe", + "styles": { + "fillColor": "#cde448", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cinnamon": { + "id": "10280", + "name": "Cinnamon", + "slug": "cinnamon", + "styles": { + "fillColor": "#c05600", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "dalvenia-alrea": { + "id": "10289", + "name": "Dalvenia Alrea", + "slug": "dalvenia-alrea", + "styles": { + "fillColor": "#00ffcc", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "dry-mane-grass": { + "id": "10436", + "name": "Dry Mane Grass", + "slug": "dry-mane-grass", + "styles": { + "fillColor": "#64ff9e", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fire-flake-flower": { + "id": "10435", + "name": "Fire Flake Flower", + "slug": "fire-flake-flower", + "styles": { + "fillColor": "#F00", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "nolina": { + "id": "10287", + "name": "Nolina", + "slug": "nolina", + "styles": { + "fillColor": "#bbd59a", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "penestraria": { + "id": "10288", + "name": "Penestraria", + "slug": "penestraria", + "styles": { + "fillColor": "#Penestraria", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "silk-honey-grass": { + "id": "10437", + "name": "Silk Honey Grass", + "slug": "silk-honey-grass", + "styles": { + "fillColor": "#dcff36", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "silver-azalea": { + "id": "10434", + "name": "Silver Azalea", + "slug": "silver-azalea", + "styles": { + "fillColor": "#caeeff" + }, + "active": false, + "loaded": false + }, + "sunrise-herb": { + "id": "10205", + "name": "Sunrise Herb", + "slug": "sunrise-herb", + "styles": { + "fillColor": "#8fff5d", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "mushrooms": { + "category": true, + "slug": "mushrooms", + "name": "Mushrooms", + "items": { + "amanita-mushroom": { + "id": "10416", + "name": "Amanita Mushroom", + "slug": "amanita-mushroom", + "styles": { + "fillColor": "#e45348", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ancient-mushroom": { + "id": "10414", + "name": "Ancient Mushroom", + "slug": "ancient-mushroom", + "styles": { + "fillColor": "#d2d5bb", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "arrow-mushroom": { + "id": "10403", + "name": "Arrow Mushroom", + "slug": "arrow-mushroom", + "styles": { + "fillColor": "#FFF", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "bluffer-mushroom": { + "id": "10413", + "name": "Bluffer Mushroom", + "slug": "bluffer-mushroom", + "styles": { + "fillColor": "#d966ff", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cloud-mushroom": { + "id": "10405", + "name": "Cloud Mushroom", + "slug": "cloud-mushroom", + "styles": { + "fillColor": "#d4e0e7", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "dwarf-mushroom": { + "id": "10404", + "name": "Dwarf Mushroom", + "slug": "dwarf-mushroom", + "styles": { + "fillColor": "#c58393", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "emperor-mushroom": { + "id": "10408", + "name": "Emperor Mushroom", + "slug": "emperor-mushroom", + "styles": { + "fillColor": "#e4ee8e", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "eyelash-cup": { + "id": "10487", + "name": "Eyelash Cup", + "slug": "eyelash-cup", + "styles": { + "fillColor": "#a6afcf", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fog-mushroom": { + "id": "10410", + "name": "Fog Mushroom", + "slug": "fog-mushroom", + "styles": { + "fillColor": "#FFF", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fortune-teller-mushroom": { + "id": "10401", + "name": "Fortune Teller Mushroom", + "slug": "fortune-teller-mushroom", + "styles": { + "fillColor": "#67d691", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ghost-mushroom": { + "id": "10409", + "name": "Ghost Mushroom", + "slug": "ghost-mushroom", + "styles": { + "fillColor": "#8792d6", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "hump-mushroom": { + "id": "10412", + "name": "Hump Mushroom", + "slug": "hump-mushroom", + "styles": { + "fillColor": "#e671b3", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "leccinum": { + "id": "10484", + "name": "Leccinum", + "slug": "leccinum", + "styles": { + "fillColor": "#9977ab", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pie-mushroom": { + "id": "10486", + "name": "Pie Mushroom", + "slug": "pie-mushroom", + "styles": { + "fillColor": "#cbcbcb", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "red-mushroom": { + "id": "10803", + "name": "Red Mushroom", + "styles": { + "fillColor": "#d11f28", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sky-mushroom": { + "id": "10406", + "name": "Sky Mushroom", + "slug": "sky-mushroom", + "styles": { + "fillColor": "#ff8a87", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "star-anise-mushroom": { + "id": "10488", + "name": "Star Anise Mushroom", + "slug": "star-anise-mushroom", + "styles": { + "fillColor": "#c96d00", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "tiger-mushroom": { + "id": "10407", + "name": "Tiger Mushroom", + "slug": "tiger-mushroom", + "styles": { + "fillColor": "#c91c00", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "truffle-mushroom": { + "id": "10430", + "name": "Truffle Mushroom", + "slug": "truffle-mushroom", + "styles": { + "fillColor": "#508dac", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rainbow-button-mushroom": { + "id": "10402", + "name": "Rainbow Button Mushroom", + "styles": { + "fillColor": "#ffe138", + "color": "#ff42ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "blue-umbrella-mushroom": { + "id": "10411", + "name": "Blue Umbrella Mushroom", + "styles": { + "fillColor": "#78c1de", + "color": "#d6f3ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "volcanic-umbrella-mushroom": { + "id": "10415", + "name": "Volcanic Umbrella Mushroom", + "styles": { + "fillColor": "#e06a2f", + "color": "#ffddad", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pink-trumpet-mushroom": { + "id": "10417", + "name": "Pink Trumpet Mushroom", + "styles": { + "fillColor": "#ca77d9", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "white-umbrella-mushroom": { + "id": "10418", + "name": "White Umbrella Mushroom", + "styles": { + "fillColor": "#FFFFFF", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "green-pendulous-mushroom": { + "id": "10419", + "name": "Green Pendulous Mushroom", + "styles": { + "fillColor": "#77d994", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "white-flower-mushroom": { + "id": "10420", + "name": "White Flower Mushroom", + "styles": { + "fillColor": "#edfffd", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "bouquet-mushroom": { + "id": "10483", + "name": "Bouquet Mushroom", + "styles": { + "fillColor": "#d9b679", + "color": "#22404a", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "rare-plants": { + "category": true, + "slug": "rare-plants", + "name": "Rare Plants", + "items": { + "autumn-bellflower": { + "id": "10471", + "name": "Autumn Bellflower", + "slug": "autumn-bellflower", + "styles": { + "fillColor": "#00ffc6", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "blue-rose": { + "id": "10276", + "name": "Blue Rose", + "slug": "blue-rose", + "styles": { + "fillColor": "#3c58ff", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "desert-herb": { + "id": "10482", + "name": "Desert Herb", + "slug": "desert-herb", + "styles": { + "fillColor": "#00ffa8", + "color": "#285a0c", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "evening-primrose": { + "id": "10470", + "name": "Evening Primrose", + "slug": "evening-primrose", + "styles": { + "fillColor": "#ff47b3", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "everlasting-herb": { + "id": "10432", + "name": "Everlasting Herb", + "slug": "everlasting-herb", + "styles": { + "fillColor": "#F00", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "insectivore-plant": { + "id": "10465", + "name": "Insectivore Plant", + "slug": "insectivore-plant", + "styles": { + "fillColor": "#c6ff00", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "mandragora": { + "id": "10468", + "name": "Mandragora", + "slug": "mandragora", + "styles": { + "fillColor": "#FEF", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "nightshade": { + "id": "10469", + "name": "Nightshade", + "slug": "nightshade", + "styles": { + "fillColor": "#ae00ff", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "toxic-watermelon": { + "id": "10481", + "name": "Toxic Watermelon", + "slug": "toxic-watermelon", + "styles": { + "fillColor": "#00ff0c", + "color": "#ffea00", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "underwater": { + "category": true, + "slug": "underwater", + "name": "Underwater", + "items": { + "agar": { + "id": "10369", + "name": "Agar", + "styles": { + "fillColor": "#b0e0a6", + "color": "#e8ffe3", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "blue-coral": { + "id": "10919", + "name": "Blue Coral", + "slug": "blue-coral", + "styles": { + "fillColor": "#007dff", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "brown-seaweed": { + "id": "10320", + "name": "Brown Seaweed", + "styles": { + "fillColor": "#917759" + }, + "active": false, + "loaded": false + }, + "clam": { + "id": "10911", + "name": "Clam", + "slug": "clam", + "styles": { + "fillColor": "#c1afff", + "color": "#7800ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "dead-coral": { + "id": "10925", + "name": "Dead Coral", + "slug": "dead-coral", + "styles": { + "fillColor": "#b4b4b4", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "giant-pearl-oyster": { + "id": "10913", + "name": "Giant Pearl Oyster", + "slug": "giant-pearl-oyster", + "styles": { + "fillColor": "#ffb23e", + "color": "#7800ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "green-coral": { + "id": "10920", + "name": "Green Coral", + "slug": "green-coral", + "styles": { + "fillColor": "#2bd957", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "kelp": { + "id": "10986", + "name": "Kelp", + "slug": "kelp", + "styles": { + "fillColor": "#bbd59a", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "king-starfish": { + "id": "10966", + "name": "King Starfish", + "slug": "king-starfish", + "styles": { + "fillColor": "#ffb800", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "oyster": { + "id": "10967", + "name": "Oyster", + "slug": "oyster", + "styles": { + "fillColor": "#ffffff", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pink-tentacle-sea-anemone": { + "id": "10918", + "name": "Pink Tentacle Sea Anemone", + "slug": "pink-tentacle-sea-anemone", + "styles": { + "fillColor": "#ff9ce3", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "water-thyme": { + "id": "10330", + "name": "Water Thyme", + "slug": "water-thyme", + "styles": { + "fillColor": "#bbd59a", + "color": "#ceffb6", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rainbow-coral": { + "id": "10924", + "name": "Rainbow Coral", + "slug": "rainbow-coral", + "styles": { + "fillColor": "#ff2efd", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "red-coral": { + "id": "10931", + "name": "Red Coral", + "slug": "red-coral", + "styles": { + "fillColor": "#ff3b3b", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rounded-purple-coral": { + "id": "10921", + "name": "Rounded Purple Coral", + "slug": "rounded-purple-coral", + "styles": { + "fillColor": "#692acf", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sea-anemone": { + "id": "10901", + "name": "Sea Anemone", + "slug": "sea-anemone", + "styles": { + "fillColor": "#a71c4a", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sea-fan": { + "id": "10951", + "name": "Sea Fan", + "slug": "sea-fan", + "styles": { + "fillColor": "#9ad3d5", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "seaweed": { + "id": "10975", + "name": "Seaweed", + "slug": "seaweed", + "styles": { + "fillColor": "#445e21", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "shellfish": { + "id": "10905", + "name": "Shellfish", + "slug": "shellfish", + "styles": { + "fillColor": "#e2e2e2", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "spotted-coral": { + "id": "10953", + "name": "Spotted Coral", + "styles": { + "fillColor": "#793bd1", + "color": "#e9fffc", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "starfish": { + "id": "10970", + "name": "Starfish", + "slug": "starfish", + "styles": { + "fillColor": "#fcff69", + "color": "#69e8ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "tridana-giant-clam": { + "id": "10917", + "name": "Tridana Giant Clam", + "slug": "tridana-giant-clam", + "styles": { + "fillColor": "#ffffff", + "color": "#7800ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "turban-shell": { + "id": "10915", + "name": "Turban Shell", + "slug": "turban-shell", + "styles": { + "fillColor": "#000000", + "color": "#7800ff", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "meat": { + "category": true, + "slug": "meat", + "name": "Meat", + "items": { + "deer-meat": { + "id": 7901, + "ids": { + "20288": "Elk", + "20289": "Young Elk", + "20290": "Female Elk", + "20352": "Spotted Deer", + "20400": "Spotted Deer Possessed by Black Spirit", + "22051": "Serendia Big-Horned Deer" + }, + "name": "Deer Meat", + "slug": "deer-meat", + "styles": { + "fillColor": "#2c0011", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lamb-meat": { + "id": 7902, + "ids": { + "20101": "Mountain Goat", + "20184": "Mountain Goat", + "20185": "Young Mountain Goat", + "20304": "Mountain Goat", + "20305": "Sheep", + "20306": "Lamb", + "20380": "Serendia Mountain Goat", + "20399": "Sheep", + "20710": "Mediah Goat", + "21239": "Valencia Mountain Goat", + "30011": "Goat" + }, + "name": "Lamb Meat", + "slug": "lamb-meat", + "styles": { + "fillColor": "#5c0024", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fox-meat": { + "id": 7903, + "ids": { + "20004": "Fox", + "20044": "Gray Fox", + "20102": "Rainbow Fox", + "21240": "Desert Fox" + }, + "name": "Fox Meat", + "slug": "fox-meat", + "styles": { + "fillColor": "#8d0037", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rhino-meat": { + "id": 7904, + "ids": { + "20684": "Stone Rhino", + "20718": "Baby Stone Rhino" + }, + "name": "Rhino Meat", + "slug": "rhino-meat", + "styles": { + "fillColor": "#bd0049", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pork": { + "id": 7905, + "ids": { + "20006": "Boar", + "20046": "Gray Boar", + "20109": "Red Boar", + "20152": "Young Red Boar", + "20228": "Baby Boar", + "20334": "Farm Boar", + "20531": "Red Boar", + "20532": "Young Red Boar", + "35055": "Farm Pig" + }, + "name": "Pork", + "slug": "pork", + "styles": { + "fillColor": "#ee005c", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "beef": { + "id": 7906, + "ids": { + "20401": "Troll Cow", + "20646": "Rock Head Bison", + "20678": "Stone Head Bison", + "20679": "Small Stone Head Bison", + "20734": "Stone Tail Bison", + "20735": "Stone Tail Bison", + "20736": "Stone Tail Bison", + "23019": "Long-haired Bison", + "30012": "Cow" + }, + "name": "Beef", + "slug": "beef", + "styles": { + "fillColor": "#ffffff", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "raccoon-meat": { + "id": 7910, + "ids": { + "20258": "Brown Raccoon", + "35058": "Thief Raccoon" + }, + "name": "Raccoon Meat", + "slug": "raccoon-meat", + "styles": { + "fillColor": "#ff4f94", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "weasel-meat": { + "id": 7911, + "ids": { + "20003": "Weasel", + "20434": "Ferocious Weasel" + }, + "name": "Weasel Meat", + "slug": "weasel-meat", + "styles": { + "fillColor": "#ff80b1", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "bear-meat": { + "id": 7912, + "ids": { + "20014": "Balenos Bear", + "20394": "Red Bear", + "20556": "Brown Bear", + "22003": "Balenos Bear", + "22049": "Serendia Bear" + }, + "name": "Bear Meat", + "slug": "bear-meat", + "styles": { + "fillColor": "#ffb0cf", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "wolf-meat": { + "id": 7913, + "ids": { + "20005": "Wolf", + "20045": "Gray Wolf", + "20278": "Skeleton Wolf", + "20333": "Trained Wolf" + }, + "name": "Wolf Meat", + "slug": "wolf-meat", + "styles": { + "fillColor": "#ffe1ed", + "color": "#ff1f76", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "bird-meat": { + "category": true, + "slug": "bird-meat", + "name": "Bird Meat", + "items": { + "kuku-bird-meat": { + "id": 7916, + "ids": { + "20049": "Kuku Bird", + "20107": "Kuku Bird", + "21228": "Desert Kuku Bird", + "21342": "Coco Bird" + }, + "name": "Kuku Bird Meat", + "slug": "kuku-bird-meat", + "styles": { + "fillColor": "#980167", + "color": "#fe0db1", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "flamingo-meat": { + "id": 7917, + "ids": { + "20091": "Fan Flamingo" + }, + "name": "Flamingo Meat", + "slug": "flamingo-meat", + "styles": { + "fillColor": "#e4019b", + "color": "#fe0db1", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "reptile-meat": { + "category": true, + "slug": "reptile-meat", + "name": "Reptile Meat", + "items": { + "lizard-meat": { + "id": 7908, + "ids": { + "20088": "Longtail Salamander", + "20089": "Triangle Head Lizard", + "20092": "Small Salamander", + "20108": "Iguana", + "20164": "Rhino Lizard", + "20230": "Scary Salamander", + "20250": "Rainbow Lizard", + "20255": "Blue Lizard", + "20688": "Wasteland Iguana", + "21095": "Stone Prickle Lizard", + "21238": "Sandceratops", + "21245": "Desert Iguana", + "21343": "Miker Newt", + "22012": "Big Horn Triangle Head Salamander" + }, + "name": "Lizard Meat", + "slug": "lizard-meat", + "styles": { + "fillColor": "#556400", + "color": "#b7d700", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "worm-meat": { + "id": 7909, + "ids": { + "20210": "Calpheon Worm", + "20246": "Cave Flytrap Worm", + "20641": "Stone Hole Worm", + "21091": "Stone Worm" + }, + "name": "Worm Meat", + "slug": "worm-meat", + "styles": { + "fillColor": "#869e00", + "color": "#b7d700", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "waragon-meat": { + "id": 7914, + "ids": { + "20335": "Waragon", + "20336": "Baby Waragon", + "20402": "Explosive Waragon", + "21092": "Stone Waragon", + "21093": "Stone Mutant Waragon", + "22066": "Waragon", + "22085": "Stone Waragon", + "24127": "Waragon Egg", + "24272": "Stone Waragon Egg", + "25019": "Waragon Egg", + "25074": "Stone Waragon Egg" + }, + "name": "Waragon Meat", + "slug": "waragon-meat", + "styles": { + "fillColor": "#b7d700", + "color": "#b7d700", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cheetah-dragon-meat": { + "id": 7915, + "ids": { + "20676": "Wasteland Cheetah Dragon" + }, + "name": "Cheetah Dragon Meat", + "slug": "cheetah-dragon-meat", + "styles": { + "fillColor": "#dcff11", + "color": "#b7d700", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "other-meat": { + "category": true, + "slug": "other-meat", + "name": "Other Meat", + "items": { + "snake-meat": { + "id": 7922, + "ids": { + "21040": "Gorgo Cobra", + "21517": "Loah Snake", + "21758": "Stone Cobra" + }, + "name": "Snake Meat", + "slug": "snake-meat", + "styles": { + "fillColor": "#400009", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "scorpion-meat": { + "id": 7924, + "ids": { + "21210": "Giant Desert Scorpion", + "21236": "Desert Scorpion", + "21237": "Toxic Desert Scorpion", + "21757": "Rock Scorpion", + "30164": "Scorpion" + }, + "name": "Scorpion Meat", + "slug": "scorpion-meat", + "styles": { + "fillColor": "#66000f", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lion-meat": { + "id": 7923, + "ids": { + "21207": "Valencian Lion", + "21234": "Valencia Lioness", + "21235": "Baby Valencian Lion" + }, + "name": "Lion Meat", + "slug": "lion-meat", + "styles": { + "fillColor": "#8d0014", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "marmot-meat": { + "id": 7955, + "ids": { + "55212": "Marmot", + "55213": "Marmot", + "55214": "Marmot", + "55215": "Marmot" + }, + "name": "Marmot Meat", + "slug": "marmot-meat", + "styles": { + "fillColor": "#b3001a", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "llama-meat": { + "id": 7956, + "ids": { + "21750": "Llama", + "27633": "Llama (Hunting)" + }, + "name": "Llama Meat", + "slug": "llama-meat", + "styles": { + "fillColor": "#d90020", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "yak-meat": { + "id": 7954, + "ids": { + "27634": "Yak" + }, + "name": "Yak Meat", + "slug": "yak-meat", + "styles": { + "fillColor": "#ff0025", + "color": "#b3001a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "blood-group-1": { + "category": true, + "slug": "blood-group-1", + "name": "Blood Group 1", + "items": { + "wolf-blood": { + "id": 6214, + "ids": { + "20005": "Wolf", + "20045": "Gray Wolf", + "20278": "Skeleton Wolf", + "20333": "Trained Wolf" + }, + "name": "Wolf Blood", + "slug": "wolf-blood", + "styles": { + "fillColor": "#900101", + "color": "#fe0505", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "flamingo-blood": { + "id": 6218, + "ids": { + "20091": "Fan Flamingo" + }, + "name": "Flamingo Blood", + "slug": "flamingo-blood", + "styles": { + "fillColor": "#c90101", + "color": "#fe0505", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "rhino-blood": { + "id": 6204, + "ids": { + "20684": "Stone Rhino", + "20718": "Baby Stone Rhino" + }, + "name": "Rhino Blood", + "slug": "rhino-blood", + "styles": { + "fillColor": "#fe0505", + "color": "#fe0505", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cheetah-dragon-blood": { + "id": 6216, + "ids": { + "20676": "Wasteland Cheetah Dragon" + }, + "name": "Cheetah Dragon Blood", + "slug": "cheetah-dragon-blood", + "styles": { + "fillColor": "#fe3e3e", + "color": "#fe0505", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "blood-group-2": { + "category": true, + "slug": "blood-group-2", + "name": "Blood Group 2", + "items": { + "deer-blood": { + "id": 6201, + "ids": { + "20288": "Elk", + "20289": "Young Elk", + "20290": "Female Elk", + "20352": "Spotted Deer", + "20400": "Spotted Deer Possessed by Black Spirit", + "22051": "Serendia Big-Horned Deer" + }, + "name": "Deer Blood", + "slug": "deer-blood", + "styles": { + "fillColor": "#be001e", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sheep-blood": { + "id": 6202, + "ids": { + "20101": "Mountain Goat", + "20184": "Mountain Goat", + "20185": "Young Mountain Goat", + "20304": "Mountain Goat", + "20305": "Sheep", + "20306": "Lamb", + "20380": "Serendia Mountain Goat", + "20399": "Sheep", + "20710": "Mediah Goat", + "21239": "Valencia Mountain Goat", + "30011": "Goat" + }, + "name": "Sheep Blood", + "slug": "sheep-blood", + "styles": { + "fillColor": "#df0023", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pig-blood": { + "id": 6205, + "ids": { + "20006": "Boar", + "20046": "Gray Boar", + "20109": "Red Boar", + "20152": "Young Red Boar", + "20228": "Baby Boar", + "20334": "Farm Boar", + "20531": "Red Boar", + "20532": "Young Red Boar", + "35055": "Farm Pig" + }, + "name": "Pig Blood", + "slug": "pig-blood", + "styles": { + "fillColor": "#ff0128", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "waragon-blood": { + "id": 6215, + "ids": { + "20335": "Waragon", + "20336": "Baby Waragon", + "20402": "Explosive Waragon", + "21092": "Stone Waragon", + "21093": "Stone Mutant Waragon", + "22066": "Waragon", + "22085": "Stone Waragon", + "24127": "Waragon Egg", + "24272": "Stone Waragon Egg", + "25019": "Waragon Egg", + "25074": "Stone Waragon Egg" + }, + "name": "Waragon Blood", + "slug": "waragon-blood", + "styles": { + "fillColor": "#ff2244", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ox-blood": { + "id": 6206, + "ids": { + "20401": "Troll Cow", + "20646": "Rock Head Bison", + "20678": "Stone Head Bison", + "20679": "Small Stone Head Bison", + "20734": "Stone Tail Bison", + "20735": "Stone Tail Bison", + "20736": "Stone Tail Bison", + "23019": "Long-haired Bison", + "30012": "Cow" + }, + "name": "Ox Blood", + "slug": "ox-blood", + "styles": { + "fillColor": "#ff4260", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "llama-blood": { + "id": 6227, + "ids": { + "21750": "Llama", + "27633": "Llama (Hunting)" + }, + "name": "Llama Blood", + "slug": "llama-blood", + "styles": { + "fillColor": "#ff637b", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "goat-blood": { + "id": 6228, + "ids": { + "27631": "Drieghan Male Goat", + "27632": "Drieghan Female Goat" + }, + "name": "Goat Blood", + "slug": "goat-blood", + "styles": { + "fillColor": "#ff8497", + "color": "#ff3252", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "blood-group-3": { + "category": true, + "slug": "blood-group-3", + "name": "Blood Group 3", + "items": { + "weasel-blood": { + "id": 6212, + "ids": { + "20003": "Weasel", + "20434": "Ferocious Weasel" + }, + "name": "Weasel Blood", + "slug": "weasel-blood", + "styles": { + "fillColor": "#992000", + "color": "#ff3f0d", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fox-blood": { + "id": 6203, + "ids": { + "20004": "Fox", + "20044": "Gray Fox", + "20102": "Rainbow Fox", + "21240": "Desert Fox" + }, + "name": "Fox Blood", + "slug": "fox-blood", + "styles": { + "fillColor": "#c72900", + "color": "#ff3f0d", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "raccoon-blood": { + "id": 6210, + "ids": { + "20258": "Brown Raccoon", + "35058": "Thief Raccoon" + }, + "name": "Raccoon Blood", + "slug": "raccoon-blood", + "styles": { + "fillColor": "#f53300", + "color": "#ff3f0d", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "scorpion-blood": { + "id": 6224, + "ids": { + "21210": "Giant Desert Scorpion", + "21236": "Desert Scorpion", + "21237": "Toxic Desert Scorpion", + "21757": "Rock Scorpion", + "30164": "Scorpion" + }, + "name": "Scorpion Blood", + "slug": "scorpion-blood", + "styles": { + "fillColor": "#ff5124", + "color": "#ff3f0d", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "marmot-blood": { + "id": 6226, + "ids": { + "55212": "Marmot", + "55213": "Marmot", + "55214": "Marmot", + "55215": "Marmot" + }, + "name": "Marmot Blood", + "slug": "marmot-blood", + "styles": { + "fillColor": "#ff7652", + "color": "#ff3f0d", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "blood-group-4": { + "category": true, + "slug": "blood-group-4", + "name": "Blood Group 4", + "items": { + "troll-blood": { + "id": 6220, + "ids": { + "20293": "Troll", + "20294": "Troll Warrior", + "20357": "Troll Thrower", + "20358": "Troll Shaman", + "20359": "Troll Porter", + "20371": "Ancient Troll", + "20373": "Ancient Troll Warrior", + "20374": "Ancient Troll Thrower", + "20375": "Ancient Troll Shaman", + "20377": "Troll Elite Warrior", + "20405": "Ancient Troll Elite Warrior", + "20702": "Troll Work Supervisor", + "24015": "Troll Catapult", + "25024": "Troll Siege Soldier" + }, + "name": "Troll Blood", + "slug": "troll-blood", + "styles": { + "fillColor": "#921212", + "color": "#e63030", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "bear-blood": { + "id": 6213, + "ids": { + "20014": "Balenos Bear", + "20394": "Red Bear", + "20556": "Brown Bear", + "22003": "Balenos Bear", + "22049": "Serendia Bear" + }, + "name": "Bear Blood", + "slug": "bear-blood", + "styles": { + "fillColor": "#b41616", + "color": "#e63030", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ogre-blood": { + "id": 6221, + "ids": { + "23007": "Ogre" + }, + "name": "Ogre Blood", + "slug": "ogre-blood", + "styles": { + "fillColor": "#d61a1a", + "color": "#e63030", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lion-blood": { + "id": 6223, + "ids": { + "21207": "Valencian Lion", + "21234": "Valencia Lioness", + "21235": "Baby Valencian Lion" + }, + "name": "Lion Blood", + "slug": "lion-blood", + "styles": { + "fillColor": "#e63030", + "color": "#e63030", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "yak-blood": { + "id": 6225, + "ids": { + "27634": "Yak" + }, + "name": "Yak Blood", + "slug": "yak-blood", + "styles": { + "fillColor": "#ee7474", + "color": "#e63030", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "blood-group-5": { + "category": true, + "slug": "blood-group-5", + "name": "Blood Group 5", + "items": { + "worm-blood": { + "id": 6209, + "ids": { + "20210": "Calpheon Worm", + "20246": "Cave Flytrap Worm", + "20641": "Stone Hole Worm", + "21091": "Stone Worm" + }, + "name": "Worm Blood", + "slug": "worm-blood", + "styles": { + "fillColor": "#900123", + "color": "#fe0541", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lizard-blood": { + "id": 6208, + "ids": { + "20088": "Longtail Salamander", + "20089": "Triangle Head Lizard", + "20092": "Small Salamander", + "20108": "Iguana", + "20164": "Rhino Lizard", + "20230": "Scary Salamander", + "20250": "Rainbow Lizard", + "20255": "Blue Lizard", + "20688": "Wasteland Iguana", + "21095": "Stone Prickle Lizard", + "21238": "Sandceratops", + "21245": "Desert Iguana", + "21343": "Miker Newt", + "22012": "Big Horn Triangle Head Salamander" + }, + "name": "Lizard Blood", + "slug": "lizard-blood", + "styles": { + "fillColor": "#bd012e", + "color": "#fe0541", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "bat-blood": { + "id": 6219, + "ids": { + "20247": "Bat", + "21232": "Hobo Bat", + "21233": "Rocky Bat" + }, + "name": "Bat Blood", + "slug": "bat-blood", + "styles": { + "fillColor": "#eb0139", + "color": "#fe0541", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "kuku-bird-blood": { + "id": 6217, + "ids": { + "20049": "Kuku Bird", + "20107": "Kuku Bird", + "21228": "Desert Kuku Bird", + "21342": "Coco Bird" + }, + "name": "Kuku Bird Blood", + "slug": "kuku-bird-blood", + "styles": { + "fillColor": "#fe1c52", + "color": "#fe0541", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cobra-blood": { + "id": 6222, + "ids": { + "21040": "Gorgo Cobra" + }, + "name": "Cobra Blood", + "slug": "cobra-blood", + "styles": { + "fillColor": "#fe4a75", + "color": "#fe0541", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "soft-hide": { + "category": true, + "slug": "soft-hide", + "name": "Soft Hide", + "items": { + "deer-hide": { + "id": 6001, + "ids": { + "20288": "Elk", + "20289": "Young Elk", + "20290": "Female Elk", + "20352": "Spotted Deer", + "20400": "Spotted Deer Possessed by Black Spirit", + "22051": "Serendia Big-Horned Deer" + }, + "name": "Deer Hide", + "slug": "deer-hide", + "styles": { + "fillColor": "#ce4500", + "color": "#ff8142", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "sheep-hide": { + "id": 6002, + "ids": { + "20101": "Mountain Goat", + "20184": "Mountain Goat", + "20185": "Young Mountain Goat", + "20304": "Mountain Goat", + "20305": "Sheep", + "20306": "Lamb", + "20380": "Serendia Mountain Goat", + "20399": "Sheep", + "20710": "Mediah Goat", + "21239": "Valencia Mountain Goat", + "30011": "Goat" + }, + "name": "Sheep Hide", + "slug": "sheep-hide", + "styles": { + "fillColor": "#ff671c", + "color": "#ff8142", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "fox-hide": { + "id": 6003, + "ids": { + "20004": "Fox", + "20044": "Gray Fox", + "20102": "Rainbow Fox", + "21240": "Desert Fox" + }, + "name": "Fox Hide", + "slug": "fox-hide", + "styles": { + "fillColor": "#ff9a68", + "color": "#ff8142", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "tough-hide": { + "category": true, + "slug": "tough-hide", + "name": "Tough Hide", + "items": { + "rhino-hide": { + "id": 6004, + "ids": { + "20684": "Stone Rhino", + "20718": "Baby Stone Rhino" + }, + "name": "Rhino Hide", + "slug": "rhino-hide", + "styles": { + "fillColor": "#8c3b00", + "color": "#ff6b00", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pig-hide": { + "id": 6005, + "ids": { + "20006": "Boar", + "20046": "Gray Boar", + "20109": "Red Boar", + "20152": "Young Red Boar", + "20228": "Baby Boar", + "20334": "Farm Boar", + "20531": "Red Boar", + "20532": "Young Red Boar", + "35055": "Farm Pig" + }, + "name": "Pig Hide", + "slug": "pig-hide", + "styles": { + "fillColor": "#d95b00", + "color": "#ff6b00", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "ox-hide": { + "id": 6006, + "ids": { + "20401": "Troll Cow", + "20646": "Rock Head Bison", + "20678": "Stone Head Bison", + "20679": "Small Stone Head Bison", + "20734": "Stone Tail Bison", + "20735": "Stone Tail Bison", + "20736": "Stone Tail Bison", + "23019": "Long-haired Bison", + "30012": "Cow" + }, + "name": "Ox Hide", + "slug": "ox-hide", + "styles": { + "fillColor": "#ff8126", + "color": "#ff6b00", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "hard-hide": { + "category": true, + "slug": "hard-hide", + "name": "Hard Hide", + "items": { + "lizard-hide": { + "id": 6008, + "ids": { + "20088": "Longtail Salamander", + "20089": "Triangle Head Lizard", + "20092": "Small Salamander", + "20108": "Iguana", + "20164": "Rhino Lizard", + "20230": "Scary Salamander", + "20250": "Rainbow Lizard", + "20255": "Blue Lizard", + "20688": "Wasteland Iguana", + "21095": "Stone Prickle Lizard", + "21238": "Sandceratops", + "21245": "Desert Iguana", + "21343": "Miker Newt", + "22012": "Big Horn Triangle Head Salamander" + }, + "name": "Lizard Hide", + "slug": "lizard-hide", + "styles": { + "fillColor": "#c56200", + "color": "#eb7500", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "worm-hide": { + "id": 6009, + "ids": { + "20210": "Calpheon Worm", + "20246": "Cave Flytrap Worm", + "20641": "Stone Hole Worm", + "21091": "Stone Worm" + }, + "name": "Worm Hide", + "slug": "worm-hide", + "styles": { + "fillColor": "#ff8812", + "color": "#eb7500", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "thin-hide": { + "category": true, + "slug": "thin-hide", + "name": "Thin Hide", + "items": { + "raccoon-hide": { + "id": 6010, + "ids": { + "20258": "Brown Raccoon", + "35058": "Thief Raccoon" + }, + "name": "Raccoon Hide", + "slug": "raccoon-hide", + "styles": { + "fillColor": "#8c5900", + "color": "#ffa100", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "weasel-hide": { + "id": 6012, + "ids": { + "20003": "Weasel", + "20434": "Ferocious Weasel" + }, + "name": "Weasel Hide", + "slug": "weasel-hide", + "styles": { + "fillColor": "#ffaf26", + "color": "#ffa100", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "thick-fur": { + "category": true, + "slug": "thick-fur", + "name": "Thick Fur", + "items": { + "bear-hide": { + "id": 6013, + "ids": { + "20014": "Balenos Bear", + "20394": "Red Bear", + "20556": "Brown Bear", + "22003": "Balenos Bear", + "22049": "Serendia Bear" + }, + "name": "Bear Hide", + "slug": "bear-hide", + "styles": { + "fillColor": "#ce7c00", + "color": "#ffb442", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "wolf-hide": { + "id": 6014, + "ids": { + "20005": "Wolf", + "20045": "Gray Wolf", + "20278": "Skeleton Wolf", + "20333": "Trained Wolf" + }, + "name": "Wolf Hide", + "slug": "wolf-hide", + "styles": { + "fillColor": "#ffa51c", + "color": "#ffb442", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lion-hide": { + "id": 6020, + "ids": { + "21207": "Valencian Lion", + "21234": "Valencia Lioness", + "21235": "Baby Valencian Lion" + }, + "name": "Lion Hide", + "slug": "lion-hide", + "styles": { + "fillColor": "#ffc368", + "color": "#ffb442", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "fancy-fur": { + "category": true, + "slug": "fancy-fur", + "name": "Fancy Fur", + "items": { + "waragon-hide": { + "id": 6015, + "ids": { + "20335": "Waragon", + "20336": "Baby Waragon", + "20402": "Explosive Waragon", + "21092": "Stone Waragon", + "21093": "Stone Mutant Waragon", + "22066": "Waragon", + "22085": "Stone Waragon", + "24127": "Waragon Egg", + "24272": "Stone Waragon Egg", + "25019": "Waragon Egg", + "25074": "Stone Waragon Egg" + }, + "name": "Waragon Hide", + "slug": "waragon-hide", + "styles": { + "fillColor": "#ffaa17", + "color": "#ffd48a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "cheetah-dragon-hide": { + "id": 6016, + "ids": { + "20676": "Wasteland Cheetah Dragon" + }, + "name": "Cheetah Dragon Hide", + "slug": "cheetah-dragon-hide", + "styles": { + "fillColor": "#ffc664", + "color": "#ffd48a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "snake-skin": { + "id": 6019, + "ids": { + "21040": "Gorgo Cobra" + }, + "name": "Snake Skin", + "slug": "snake-skin", + "styles": { + "fillColor": "#ffe2b0", + "color": "#ffd48a", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "feathers-plumes": { + "category": true, + "slug": "feathers-plumes", + "name": "Feathers & Plumes", + "items": { + "fancy-feather": { + "id": 6018, + "ids": { + "20091": "Fan Flamingo" + }, + "name": "Flamingo (for Fancy Feather)", + "slug": "fancy-feather", + "styles": { + "fillColor": "#9aa71e", + "color": "#D4E157", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + }, + "lightweight-plume": { + "id": 6017, + "ids": { + "20049": "Kuku Bird", + "20107": "Kuku Bird", + "21228": "Desert Kuku Bird" + }, + "name": "Kuku Bird (for Lightweight Plume)", + "slug": "lightweight-plume", + "styles": { + "fillColor": "#d4e157", + "color": "#D4E157", + "radius": 3, + "stroke": true + }, + "active": false, + "loaded": false + } + } + }, + "rocks": { + "category": true, + "slug": "rocks", + "name": "Rocks", + "items": { + "andesite": { + "id": "10093", + "name": "Andesite", + "slug": "andesite", + "styles": { + "fillColor": "#668" + }, + "active": false, + "loaded": false + }, + "bloodstone": { + "id": "10088", + "name": "Bloodstone", + "slug": "bloodstone", + "styles": { + "fillColor": "#ffc4b0" + }, + "active": false, + "loaded": false + }, + "bryophyte": { + "id": "10017", + "name": "Bryophyte", + "slug": "bryophyte", + "styles": { + "fillColor": "#ffc693" + }, + "active": false, + "loaded": false + }, + "diorite": { + "id": "10013", + "name": "Diorite", + "slug": "diorite", + "styles": { + "fillColor": "#999" + }, + "active": false, + "loaded": false + }, + "feldspar": { + "id": "10004", + "name": "Feldspar", + "slug": "feldspar", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + }, + "granite": { + "id": "10009", + "name": "Granite", + "slug": "granite", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + }, + "hard-sandstone": { + "id": "10141", + "name": "Hard Sandstone", + "slug": "hard-sandstone", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + }, + "moonlight-stone": { + "id": "11966", + "name": "Moonlight Stone", + "styles": { + "fillColor": "#fae5d7" + }, + "active": false, + "loaded": false + }, + "mudstone": { + "id": "10127", + "name": "Mudstone", + "slug": "mudstone", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + }, + "sandstone": { + "id": "10104", + "name": "Sandstone", + "slug": "sandstone", + "styles": { + "fillColor": "#fff6a9" + }, + "active": false, + "loaded": false + }, + "soft-sandstone": { + "id": "10136", + "name": "Soft Sandstone", + "slug": "soft-sandstone", + "styles": { + "fillColor": "#f4e93e" + }, + "active": false, + "loaded": false + }, + "strange-rock": { + "id": "10077", + "name": "Strange Rock", + "slug": "strange-rock", + "styles": { + "fillColor": "#FFF" + }, + "active": false, + "loaded": false + } + } + }, + "other": { + "category": true, + "slug": "other", + "name": "Other", + "items": { + "ancient-fossil": { + "id": "10845", + "name": "Ancient Fossil", + "styles": { + "fillColor": "#FFFFFF" + }, + "active": false, + "loaded": false + }, + "laundry-rack": { + "id": "10870", + "name": "Laundry Rack", + "slug": "laundry-rack", + "styles": { + "fillColor": "#03A9F4", + "color": "#81D4FA", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + }, + "pile-of-bones": { + "id": "10878", + "name": "Pile of Bones", + "slug": "pile-of-bones", + "styles": { + "fillColor": "#FFF", + "color": "#81D4FA", + "radius": 4, + "stroke": true + }, + "active": false, + "loaded": false + } + } + } +} \ No newline at end of file diff --git a/src/gathering/10004.json b/src/gathering/10004.json new file mode 100644 index 0000000..ef3d4e4 --- /dev/null +++ b/src/gathering/10004.json @@ -0,0 +1 @@ +[["12028.121","17498.398"],["11985.285","17537.920"],["11964.460","17463.955"],["11979.257","17566.242"],["12105.595","17585.322"],["12109.647","17461.107"],["11998.624","17618.892"],["12033.620","17525.087"],["11971.898","17530.434"],["11983.162","17459.598"],["12119.013","17579.240"],["12120.367","17480.396"],["12119.009","17465.498"],["11997.176","17597.522"],["8873.587","16758.131"],["8874.664","16762.504"],["13421.754","15642.024"],["13420.197","15641.556"],["13417.167","15643.626"],["13417.139","15645.509"],["13410.836","15620.015"],["13420.318","15716.333"],["13419.077","15644.932"],["13848.650","14471.681"],["13942.161","14545.342"],["13839.997","14473.299"],["7540.899","12600.311"],["7531.703","12592.289"],["7535.171","12598.615"],["7541.801","12727.660"],["7531.326","12585.299"],["7537.711","12598.376"],["7537.920","12597.516"],["7536.342","12599.482"],["7540.990","12600.839"],["7536.939","12600.263"],["7534.522","12584.293"],["10273.487","16354.229"],["10337.894","16463.266"],["10450.249","16458.667"],["10258.002","16509.903"],["10267.950","16504.337"],["10286.854","16368.804"],["10253.628","16455.384"],["10264.107","16512.794"],["10267.021","16511.344"],["10269.772","16353.950"],["14409.407","15962.491"],["14454.496","16037.990"],["14394.336","16130.002"],["14377.847","16109.850"],["14356.086","16013.952"],["14343.933","15971.717"],["14354.388","15954.267"],["12775.475","13431.250"],["12981.088","11800.168"],["16987.236","4514.462"],["9540.390","15099.761"],["8802.312","14072.208"],["8837.635","14068.748"],["8788.241","14160.381"],["8946.707","14222.836"],["8821.940","14153.879"],["8918.219","14200.291"],["8867.685","14146.645"],["8897.551","14060.357"],["8922.826","14228.699"],["8972.400","14160.321"],["8888.829","14045.209"],["8801.087","14092.926"],["8817.238","14068.846"],["8890.923","14073.553"],["8785.517","14078.892"],["8822.342","14147.017"],["8971.527","14212.910"],["8978.370","14196.968"],["8868.225","14118.405"],["8867.882","14077.466"],["8802.920","14043.473"],["8982.335","14033.695"],["12366.483","17281.131"],["12421.130","17240.954"],["12500.848","17207.752"],["12371.732","17267.268"],["12416.301","17233.866"],["12509.086","17220.975"],["12386.878","17269.379"],["12412.611","17238.102"],["12514.655","17215.660"],["12461.478","17199.428"],["12365.281","17268.682"],["12415.366","17225.955"],["12511.155","17225.503"],["13828.899","14466.444"],["13828.015","14462.961"],["13723.539","14472.602"],["11861.166","15338.724"],["7571.641","12344.909"],["7621.893","12383.166"],["7629.235","12407.691"],["7561.949","12345.269"],["7637.115","12376.480"],["7711.851","12371.964"],["7626.782","12409.176"],["7577.917","12350.981"],["7524.769","12433.388"],["7631.874","12409.464"],["7585.838","12342.917"],["7672.221","12414.496"],["7588.193","12470.869"],["7589.798","12437.098"],["7631.290","12404.983"],["8787.185","18285.497"],["8789.768","18283.776"],["8788.141","18283.628"],["8785.496","18285.784"],["8783.273","18277.595"],["8785.858","18287.654"],["8787.921","18286.790"],["10543.491","15689.213"],["10620.673","15685.579"],["10550.887","15645.033"],["10540.756","15648.296"],["10498.320","15614.594"],["10566.503","15594.930"],["10631.281","15615.741"],["10624.780","15606.824"],["10636.627","15612.221"],["10581.982","15088.643"],["10482.845","15155.448"],["10462.699","15097.179"],["9151.564","14767.630"],["9151.739","14763.457"],["14933.412","9396.754"],["14931.754","9396.947"],["14929.661","9399.966"],["14930.365","9401.719"],["14931.980","9400.441"],["17497.927","4173.535"],["17479.426","4234.841"],["17508.562","4293.787"],["11437.334","13936.236"],["10189.147","13499.854"],["10148.610","13463.062"],["10131.718","13451.634"],["10178.972","13436.126"],["10061.589","13462.904"],["10135.649","13445.919"],["10115.550","13479.412"],["10072.173","13540.465"],["10095.764","13438.587"],["10124.251","13539.396"],["10080.394","13441.367"],["10235.283","13562.525"],["10092.442","13453.764"],["10160.780","13563.061"],["9770.049","12034.259"],["9748.929","11980.586"],["9732.354","11971.658"],["9649.813","12073.703"],["9702.658","12054.711"],["9794.460","12008.544"],["9772.306","12007.190"],["9651.822","11963.533"],["9720.146","12092.450"],["9826.199","11994.905"],["9692.979","11981.930"],["9784.097","11971.856"],["9732.001","12045.660"],["9794.444","12015.481"],["9781.072","12026.348"],["9623.421","12080.865"],["9631.939","11964.002"],["9790.985","11939.876"],["9824.258","11927.555"],["9687.313","12009.855"],["9819.345","12014.027"],["9658.696","11992.600"],["9782.056","12098.333"],["9754.110","11947.869"],["9724.114","11928.223"],["9643.366","12074.760"],["9823.622","12040.749"],["9825.760","12052.046"],["9659.735","11995.344"],["9670.033","12047.561"],["6448.735","7595.879"],["9505.587","14911.433"],["9411.211","15084.305"],["9491.484","15057.697"],["9488.526","15059.033"],["9490.875","15048.309"],["9542.717","14934.415"],["9493.483","15055.323"],["9491.396","15058.811"],["12052.612","6270.233"],["12055.788","6268.845"],["12056.410","6269.785"],["12055.950","6267.101"],["12051.768","6269.443"],["12055.092","6267.150"],["10137.081","16122.567"],["10236.411","15980.497"],["10076.733","15996.588"],["10059.847","15967.726"],["10227.290","15955.395"],["10248.976","16034.521"],["10170.222","16057.787"],["10167.614","16116.151"],["10162.714","16124.135"],["10189.130","16134.316"],["10137.207","15960.021"],["10130.371","15985.194"],["10129.453","15980.066"],["10148.351","15942.508"],["10137.628","15943.483"],["10102.763","16079.832"],["10120.195","16046.577"],["10158.540","16048.418"],["10155.534","16111.451"],["10194.588","16138.621"],["10187.459","16130.228"],["10149.631","15930.655"],["10134.199","15961.143"],["10135.569","15981.329"],["10132.660","15985.825"],["10152.798","15941.969"],["10144.708","15937.412"],["10113.321","16140.892"],["10094.846","16082.194"],["10169.619","16054.070"],["10154.421","16110.187"],["10155.902","16120.456"],["10200.067","16129.770"],["10144.197","15962.102"],["10122.473","16002.399"],["10128.383","15990.249"],["10147.642","15950.054"],["10127.365","16108.347"],["10160.773","16052.863"],["10155.658","16124.482"],["10164.735","16136.753"],["10187.979","16137.315"],["10135.771","15962.845"],["10126.714","15987.011"],["10119.727","16003.307"],["10151.830","15947.775"],["10142.977","15940.178"],["6671.024","14785.081"],["9997.338","15817.461"],["9978.785","15866.324"],["9950.383","15825.596"],["9972.404","15733.196"],["9928.201","15747.576"],["9977.342","15732.513"],["12331.480","16866.105"],["12217.470","16953.906"],["12329.185","16863.350"],["12328.534","16863.912"],["12327.894","16864.721"],["12331.525","16862.488"],["12331.594","16867.145"],["12326.299","16864.115"],["12289.064","16987.512"],["12289.924","16987.517"],["12290.957","16987.481"],["12291.642","16988.898"],["12286.847","16986.318"],["4346.178","11280.612"],["4290.403","11388.111"],["10537.165","12419.194"],["10541.194","12420.063"],["10535.708","12417.919"],["10532.972","12419.991"],["9677.888","18348.477"],["9675.085","18349.105"],["9676.362","18349.993"],["9673.458","18348.561"],["9677.673","18346.954"],["14241.751","15723.259"],["14205.595","15720.882"],["14229.307","15813.153"],["14232.401","15860.686"],["14172.744","15744.891"],["14061.218","15919.387"],["14085.382","15764.472"],["14093.443","15751.015"],["14675.193","8710.649"],["14673.534","8710.836"],["14673.784","8714.380"],["9046.535","14588.296"],["9126.890","14621.187"],["9086.394","14503.919"],["9045.658","14591.955"],["9132.281","14615.110"],["9062.423","14560.055"],["9033.708","14656.692"],["8675.750","18407.263"],["8772.421","18401.583"],["15777.032","17015.274"],["9736.138","12539.745"],["9811.086","12525.817"],["9810.023","12342.469"],["9765.085","12381.590"],["9689.880","12489.380"],["9707.292","12532.133"],["9805.853","12343.928"],["9821.083","12380.418"],["9726.342","12515.362"],["9801.958","12525.150"],["9675.213","12543.913"],["13099.400","16490.830"],["13154.355","16514.857"],["13135.785","16435.615"],["13191.154","16552.284"],["13169.156","16495.548"],["13075.120","16422.710"],["13156.729","16522.310"],["13129.593","16416.455"],["13197.763","16352.613"],["13175.295","16543.211"],["13054.489","16372.113"],["13143.276","16488.188"],["13155.935","16441.294"],["13166.426","16544.127"],["13194.553","16497.143"],["13076.232","16416.314"],["13059.716","16374.215"],["13102.849","16491.771"],["13098.684","16490.119"],["13101.455","16493.791"],["13104.801","16489.349"],["13103.111","16489.872"],["13103.078","16490.892"],["13146.077","16498.392"],["13166.112","16431.380"],["13170.565","16497.445"],["13097.194","16431.998"],["13013.100","16370.819"],["11048.467","15498.165"],["11054.727","15493.636"],["11012.968","15409.670"],["11007.906","15426.288"],["10996.096","15419.633"],["10892.124","15464.261"],["11058.110","15323.245"],["10962.546","15372.508"],["10931.029","15412.282"],["11034.823","15486.375"],["11039.379","15505.978"],["11009.073","15448.303"],["10983.975","15427.461"],["10898.719","15452.304"],["10903.867","15486.061"],["11087.567","15320.775"],["10958.453","15371.152"],["10931.228","15402.577"],["10935.290","15336.189"],["11010.204","15421.525"],["11012.248","15418.113"],["10891.647","15469.166"],["10939.769","15335.956"],["10900.768","15309.297"],["11030.563","15498.910"],["11007.737","15418.933"],["10897.206","15483.353"],["10908.719","15473.460"],["6754.599","18846.046"],["6755.873","18845.642"],["6757.336","18841.887"],["6712.273","18769.097"],["6711.144","18768.105"],["6707.414","18768.056"],["6756.173","18840.668"],["6706.540","18769.568"],["6755.026","18842.266"],["6708.528","18770.050"],["7446.979","12651.575"],["7458.673","12705.122"],["7460.696","12698.869"],["7486.066","12726.914"],["7405.600","12553.950"],["7496.441","12618.418"],["7455.248","12646.233"],["7451.432","12708.196"],["7385.462","13629.157"],["7366.795","13730.810"],["7336.193","13800.875"],["7359.157","13801.997"],["7398.923","13629.728"],["7324.595","13720.349"],["7383.019","13688.128"],["7360.890","13737.664"],["7309.110","13728.646"],["7359.397","13804.118"],["7431.618","13675.291"],["7323.795","13609.339"],["7351.624","13642.964"],["7354.676","13804.388"],["7434.906","13674.256"],["6498.441","16011.853"],["6464.099","15932.058"],["6465.955","15929.491"],["6464.525","15931.029"],["6465.390","15932.432"],["6462.439","15932.520"],["6461.380","15929.573"],["9927.198","15354.498"],["9926.428","15341.169"],["9887.117","15485.923"],["11955.367","17627.505"],["11962.019","17626.159"],["7331.913","12690.175"],["7304.326","12713.775"],["7355.416","12588.870"],["7325.592","12691.529"],["12858.357","16384.998"],["12887.520","16355.521"],["12846.647","16352.740"],["12885.950","16358.062"],["12870.264","16374.562"],["12847.577","16388.685"],["12858.822","16358.107"],["9286.112","13419.225"],["9301.418","13410.049"],["9308.572","13394.261"],["9278.210","13416.945"],["9288.822","13403.234"],["9402.174","13433.543"],["9284.165","13421.154"],["9296.645","13402.773"],["9405.725","13404.450"],["9396.359","13424.011"],["9283.254","13426.711"],["9294.944","13408.550"],["9315.118","13396.597"],["13233.407","15027.780"],["13252.493","15081.332"],["13264.850","15026.750"],["13343.572","15034.652"],["13382.713","14875.461"],["13246.878","15012.442"],["13221.448","15081.591"],["13394.503","15010.062"],["13370.306","14982.970"],["13375.211","14913.008"],["13371.393","15056.071"],["13325.102","15009.919"],["13326.366","15055.076"],["13290.917","15047.241"],["13266.103","15071.883"],["13258.456","15040.012"],["13220.401","15011.160"],["13344.034","15027.431"],["13327.610","15025.430"],["13305.942","14997.339"],["13320.618","14992.830"],["13313.313","15032.192"],["13312.650","14999.619"],["13333.391","15060.305"],["13346.767","15075.432"],["13382.614","14879.763"],["13342.020","15071.594"],["13328.070","15060.185"],["13307.458","14990.948"],["13324.601","14990.164"],["13248.200","15015.385"],["13248.928","15014.992"],["13249.750","15014.328"],["13245.752","15015.690"],["13247.113","15011.442"],["13250.982","15015.202"],["13441.684","12647.483"],["13540.741","12561.046"],["13494.818","12630.588"],["13452.012","12634.322"],["13517.970","12700.739"],["13551.519","12633.172"],["13451.570","12638.461"],["13451.592","12647.607"],["9935.387","12087.365"],["9940.601","12031.807"],["9916.886","12115.399"],["9857.593","12116.968"],["9871.007","11987.560"],["10015.089","12080.976"],["9981.276","11939.056"],["9982.477","11975.967"],["9908.354","11917.015"],["9936.289","12019.285"],["9898.956","12057.868"],["9934.664","12076.613"],["9847.286","12011.567"],["9944.846","12075.927"],["9899.978","12101.708"],["9990.010","11986.702"],["9936.786","11941.996"],["9929.654","12023.499"],["9843.799","12083.788"],["9848.009","12058.998"],["9894.484","12108.611"],["9838.687","11991.121"],["9980.865","11972.334"],["9978.036","11978.990"],["9924.630","12035.403"],["9835.058","12118.094"],["9918.035","12105.763"],["9850.634","12060.957"],["9836.562","12082.120"],["9948.069","11955.951"],["9932.539","12028.112"],["17118.755","4581.565"],["17128.155","4586.732"],["12046.753","15815.945"],["11939.168","15801.738"],["12018.689","15737.697"],["12015.926","15866.478"],["11943.955","15777.300"],["6235.205","14003.470"],["6194.790","13975.050"],["6228.433","13951.620"],["6233.795","13889.604"],["6227.994","13861.938"],["6219.347","13837.002"],["6226.755","13904.243"],["6240.105","13983.034"],["6225.075","13956.954"],["6219.040","13898.462"],["6233.872","13855.221"],["6215.130","13841.092"],["6141.939","13975.728"],["6228.728","13995.788"],["6188.435","14017.076"],["6224.229","13920.960"],["6242.460","13894.963"],["6225.525","13868.422"],["6218.257","13854.143"],["6242.840","13995.811"],["6201.846","13959.469"],["6233.043","13959.191"],["6235.691","13896.494"],["6234.983","13851.083"],["6209.196","13836.008"],["6095.620","13966.642"],["6062.940","13895.376"],["10709.844","8028.197"],["10690.556","8054.772"],["10772.421","7902.060"],["6757.914","12984.813"],["6728.595","13047.678"],["6749.383","13070.511"],["6777.102","13136.077"],["6728.615","13088.347"],["6841.329","13145.090"],["6788.460","13014.612"],["6691.356","12993.726"],["6755.882","12995.329"],["6747.223","13022.952"],["6741.156","13067.320"],["6773.307","13124.147"],["6771.159","13108.386"],["6744.463","12986.317"],["6753.321","13048.686"],["6769.599","13129.858"],["6723.669","13084.777"],["6763.321","13019.384"],["6680.108","13138.733"],["6743.395","13061.827"],["6734.306","13001.356"],["6748.690","13059.925"],["6754.132","13122.562"],["6761.316","13082.617"],["9002.371","13909.668"],["9173.661","13831.066"],["9121.178","13846.619"],["9081.586","13960.694"],["9152.231","13824.643"],["9146.051","13988.222"],["9063.726","13933.895"],["9163.990","13920.320"],["9088.529","13890.377"],["9160.634","13996.075"],["9149.318","13911.946"],["9043.494","13896.702"],["9165.695","13836.875"],["9129.056","13844.646"],["9139.093","14012.237"],["9045.042","13899.345"],["9174.565","13857.182"],["9062.082","13892.227"],["9083.595","13917.182"],["9117.016","13937.578"],["9164.673","13831.229"],["9134.410","13840.213"],["8994.532","13980.288"],["8991.125","14011.572"],["9153.305","14018.698"],["9181.572","13917.859"],["9119.209","13928.424"],["9111.045","13870.576"],["9078.151","13925.076"],["9071.753","13909.816"],["9149.120","13836.526"],["13642.272","14668.118"],["13751.955","14852.492"],["13758.678","14847.907"],["13800.892","14845.310"],["13796.529","14823.268"],["13773.103","14783.602"],["13790.313","14824.356"],["10962.061","14145.722"],["10913.600","14135.593"],["10889.277","14120.562"],["11000.569","14027.863"],["10885.769","14085.467"],["11028.219","14090.955"],["11007.400","14145.162"],["10972.635","14097.945"],["10988.162","14074.734"],["10975.376","14050.819"],["10918.449","14109.944"],["10953.885","14112.093"],["10946.803","14236.352"],["10947.208","14157.667"],["10906.032","14132.871"],["10900.229","14122.902"],["11020.289","14099.345"],["11050.267","14074.385"],["11007.920","14123.993"],["11003.907","14144.835"],["10986.115","14084.273"],["10977.090","14137.086"],["10963.926","14122.932"],["10917.133","14146.165"],["10910.492","14124.263"],["10897.738","14122.790"],["11017.787","14086.606"],["11046.243","14082.436"],["10999.202","14129.577"],["10978.772","14087.176"],["10937.201","14032.312"],["10939.882","14089.148"],["10948.106","14072.656"],["10897.028","14236.203"],["10971.362","14135.090"],["10980.638","14028.619"],["11004.009","14086.638"],["10990.212","14116.124"],["10982.188","14086.563"],["10645.494","13617.587"],["10549.650","13667.279"],["10598.418","13612.339"],["10524.200","13623.325"],["10644.042","13763.123"],["7987.150","13611.420"],["8143.090","13642.598"],["7981.860","13637.336"],["8059.223","13616.488"],["7994.601","13608.827"],["8137.034","13644.191"],["7958.017","13666.825"],["7959.195","13651.622"],["8025.361","13663.264"],["8043.729","13625.159"],["7997.200","13608.810"],["8110.708","13625.685"],["9252.345","15077.316"],["9289.684","14949.551"],["9318.711","15044.410"],["9327.319","14989.845"],["9247.390","15083.274"],["9285.646","14881.751"],["9321.327","14957.126"],["9308.765","15043.374"],["9255.331","14999.892"],["4512.290","11336.857"],["4513.472","11337.501"],["4517.293","11336.720"],["4434.951","11284.684"],["4517.575","11334.829"],["4541.876","11373.997"],["4515.574","11334.867"],["6237.377","17016.162"],["12072.577","12827.175"],["12027.699","12834.961"],["12099.894","12879.668"],["12049.921","12869.078"],["12028.107","12838.750"],["12058.775","12818.676"],["12036.524","12842.120"],["12105.046","12875.570"],["12042.377","12857.654"],["12066.227","12822.353"],["12025.079","12842.213"],["12091.255","12872.750"],["12053.093","12874.148"],["12052.025","12805.158"],["12023.075","12839.309"],["12109.908","12870.803"],["12060.708","12879.238"],["12031.000","12833.998"],["12031.169","12836.940"],["12030.759","12836.221"],["12030.123","12835.415"],["12031.599","12839.429"],["12027.091","12838.628"],["10681.946","16568.002"],["10680.225","16629.318"],["10678.020","16627.976"],["10678.725","16626.518"],["10683.254","16618.098"],["10685.785","16621.698"],["10848.091","16604.776"],["10763.394","16723.231"],["10803.263","16711.420"],["10834.583","16679.375"],["10873.967","16588.686"],["10721.360","16672.730"],["10679.098","16618.570"],["10681.865","16568.506"],["10678.147","16566.886"],["10679.382","16568.747"],["10728.233","16755.286"],["10695.087","16699.594"],["10675.344","16623.186"],["10684.739","16619.137"],["6751.060","13655.041"],["6755.277","13661.673"],["6778.924","13663.737"],["6722.123","13628.463"],["6766.298","13655.688"],["6778.289","13674.068"],["6775.426","13614.249"],["6706.640","13626.022"],["6712.842","13628.322"],["6777.392","13623.159"],["6785.730","13651.680"],["6769.129","13655.743"],["6766.084","13616.167"],["6715.894","13643.890"],["6821.655","13703.096"],["6796.097","13659.785"],["6789.844","13659.581"],["6706.265","13633.740"],["7244.358","14144.059"],["7133.807","14145.713"],["7108.080","14135.124"],["7116.956","14133.742"],["7127.543","14154.155"],["7103.664","14123.439"],["7103.349","14132.645"],["7114.050","14130.434"],["7230.896","14036.597"],["7286.169","14227.786"],["7242.852","14033.385"],["7098.299","14116.892"],["7098.729","14112.825"],["7228.887","14036.661"],["7135.219","14151.597"],["7097.293","14118.544"],["7120.960","14163.458"],["7099.575","14121.057"],["10920.741","14837.371"],["10915.658","14843.654"],["10894.143","14861.195"],["6973.044","16108.782"],["6969.626","16109.509"],["6970.221","16108.576"],["6970.632","16107.081"],["6970.870","16111.734"],["6973.267","16107.387"],["6973.568","16110.509"],["6970.415","16107.853"],["6969.753","16109.098"],["6970.166","16111.625"],["6969.995","16110.659"],["12902.934","15101.117"],["12986.453","15123.173"],["12851.461","15160.235"],["12792.730","15145.891"],["12977.447","15268.400"],["12957.034","15087.960"],["12894.011","15097.581"],["12979.572","15133.863"],["12844.646","15166.867"],["12983.159","15275.500"],["12787.447","15184.051"],["12968.629","15116.142"],["12952.896","15085.977"],["12785.759","15168.026"],["12981.289","15277.324"],["12979.309","15281.042"],["12978.043","15279.013"],["12978.648","15287.169"],["12983.543","15280.988"],["8343.933","11847.407"],["8347.749","11817.548"],["8260.851","11878.377"],["8321.963","11845.840"],["8228.669","11745.028"],["8315.904","11906.232"],["8354.608","11804.236"],["8318.506","11839.249"],["8337.617","11824.088"],["8294.591","11838.241"],["9818.720","14295.780"],["9800.180","14355.506"],["9796.001","14240.750"],["9751.478","14323.351"],["9763.279","14427.460"],["9823.181","14319.113"],["9826.736","14297.119"],["9812.154","14281.060"],["9763.491","14443.797"],["9813.523","14297.084"],["9763.124","14385.382"],["9747.175","14332.584"],["9756.594","14421.391"],["9810.922","14321.012"],["9818.072","14293.352"],["9786.829","14266.746"],["9778.289","14355.176"],["9820.265","14322.787"],["9817.129","14286.575"],["9806.155","14283.846"],["9698.868","14272.296"],["9746.600","14410.924"],["9788.797","14275.893"],["9826.465","14386.588"],["9787.733","14290.181"],["9788.684","14390.089"],["9810.313","14317.240"],["9814.655","14287.926"],["9811.430","14248.509"],["4590.856","11266.403"],["4618.722","11250.903"],["4587.564","11267.643"],["5907.606","11415.950"],["5911.354","11414.952"],["7806.415","15970.184"],["9965.567","16031.364"],["9978.075","16037.236"],["9848.451","15942.292"],["13245.006","14161.444"],["13232.376","14056.762"],["13404.882","14212.828"],["13218.742","14217.804"],["13217.254","14040.598"],["13264.928","14166.921"],["13341.027","14191.829"],["13252.527","14221.091"],["13403.594","14206.524"],["12414.167","14196.757"],["12430.833","14219.246"],["12388.994","14216.999"],["12434.947","14046.329"],["12381.081","14145.941"],["12414.633","14160.762"],["12362.200","14171.180"],["12414.807","14232.611"],["12377.157","14219.264"],["12433.549","14048.537"],["12443.828","14186.132"],["12479.415","14229.116"],["12451.396","14193.887"],["12363.266","14197.634"],["12433.707","14102.974"],["12525.767","14167.275"],["12443.425","14237.552"],["12383.893","14203.430"],["12529.811","14027.368"],["12550.053","14218.432"],["12519.158","14208.855"],["12562.360","14146.764"],["12544.052","14163.281"],["12537.970","14140.701"],["12551.347","14171.595"],["12541.306","14172.221"],["12358.776","14191.035"],["12378.925","14195.078"],["12440.913","14033.761"],["12442.864","14069.250"],["12380.335","14142.852"],["12470.908","14214.837"],["12399.858","14233.750"],["12412.701","14156.073"],["12392.982","14177.672"],["12365.535","14170.014"],["12359.769","14199.785"],["12439.494","14095.565"],["12427.919","14213.601"],["12416.642","14232.691"],["12443.147","14065.895"],["12475.852","14041.109"],["12479.522","14232.355"],["12398.112","14148.881"],["12474.544","14227.780"],["12420.969","14098.197"],["12440.104","14037.752"],["12456.154","14197.582"],["12437.488","14096.835"],["12430.176","14103.415"],["12433.103","14045.721"],["12463.613","14030.070"],["12453.343","14199.845"],["12433.790","14099.270"],["12358.611","14111.700"],["13329.957","14366.109"],["13207.549","14430.395"],["13262.876","14313.242"],["13226.078","14248.505"],["13335.220","14434.956"],["13279.681","14407.090"],["13211.068","14416.479"],["13281.244","14331.358"],["13212.739","14294.951"],["13391.261","14351.184"],["13345.725","14398.321"],["13404.681","14337.241"],["13369.105","14252.617"],["13240.936","14376.722"],["13403.223","14350.410"],["13402.414","14389.387"],["13293.810","14388.430"],["13212.356","14366.530"],["13295.575","14352.819"],["13257.580","14295.940"],["13278.716","14333.679"],["13224.677","14247.201"],["13408.182","14316.268"],["13298.530","14263.711"],["13325.355","14261.816"],["13306.908","14399.264"],["13628.455","9561.417"],["2739.366","11025.706"],["11132.775","14745.951"],["11125.074","14762.006"],["11163.271","14804.942"],["11128.179","14695.857"],["11154.145","14679.826"],["11119.113","14792.448"],["11117.420","14715.080"],["11211.671","14726.243"],["11115.304","14710.889"],["11204.041","14796.443"],["11114.991","14777.957"],["11209.994","14792.576"],["11130.242","14768.540"],["11143.541","14761.381"],["11124.026","14758.748"],["11123.206","14759.038"],["11122.288","14759.461"],["11126.494","14758.773"],["11124.769","14762.895"],["11121.059","14758.439"],["11151.901","14767.560"],["11129.207","14772.717"],["11115.169","14712.299"],["11114.553","14712.767"],["11114.038","14713.339"],["11117.633","14715.940"],["11112.443","14712.710"],["11117.356","14711.749"],["9538.796","11936.159"],["9509.816","11985.771"],["9602.278","12060.515"],["9448.521","12036.987"],["9487.694","11984.829"],["9539.076","11975.416"],["9437.880","12023.641"],["9507.530","11964.879"],["9537.793","11989.718"],["9618.645","12084.070"],["9579.463","12116.325"],["9439.794","12042.396"],["9515.655","11977.876"],["9519.832","11961.113"],["9463.173","12109.145"],["9614.851","12043.541"],["9561.358","12120.889"],["9455.096","12030.552"],["8034.289","13385.896"],["7942.325","13310.335"],["8034.493","13299.379"],["8115.611","13318.254"],["7998.848","13380.919"],["8000.367","13273.083"],["8085.204","13365.902"],["8052.825","13384.740"],["8038.770","13298.223"],["8107.140","13316.702"],["8051.625","13372.452"],["8125.331","13302.961"],["8018.655","13376.500"],["8089.913","13369.102"],["8016.720","13389.255"],["7952.950","13307.346"],["8124.229","13303.837"],["8123.965","13309.156"],["7952.827","13346.057"],["8027.580","13267.668"],["8086.420","13361.721"],["10535.562","14567.660"],["10557.155","14593.091"],["10561.719","14580.017"],["10561.049","14548.307"],["10658.100","14601.571"],["10546.456","14556.342"],["10571.045","14614.870"],["10566.944","14606.083"],["10562.892","14610.824"],["10496.774","14545.134"],["10561.931","14618.229"],["10503.189","14518.731"],["13971.563","15296.734"],["13980.384","15309.082"],["6415.901","18997.525"],["13693.656","16164.031"],["13697.642","16235.696"],["13695.440","16232.859"],["13694.769","16233.393"],["13694.119","16234.145"],["13697.793","16232.091"],["13697.741","16236.713"],["13692.532","16233.494"],["3028.830","13138.366"],["3033.637","13093.830"],["11872.597","12638.546"],["11877.283","12647.575"],["11902.321","12596.038"],["11896.476","12602.408"],["11868.939","12639.381"],["11903.117","12604.062"],["11844.803","12727.216"],["11864.662","12646.333"],["11904.486","12609.095"],["11902.842","12598.720"],["11842.932","12727.391"],["11902.600","12601.647"],["11849.791","12736.203"],["11869.685","12640.336"],["11870.009","12641.094"],["11870.703","12641.856"],["11869.370","12637.966"],["11873.684","12638.570"],["11869.703","12643.362"],["11901.175","12602.755"],["11842.906","12732.342"],["8472.853","14129.678"],["8493.363","14106.870"],["8473.857","14101.503"],["8496.794","14150.885"],["8427.360","14068.026"],["8426.110","14122.560"],["8365.386","14052.898"],["6096.574","14451.902"],["6142.388","14494.068"],["6226.529","14573.523"],["6216.144","14499.530"],["6118.490","14506.347"],["6073.790","14468.425"],["6046.241","14503.308"],["6167.470","14467.124"],["6212.520","14462.956"],["6240.189","14573.395"],["6230.339","14491.551"],["6211.907","14470.485"],["6072.630","14514.075"],["6107.309","14590.950"],["6108.852","14500.458"],["6065.447","14503.718"],["6149.028","14493.772"],["6209.401","14483.365"],["6240.289","14503.352"],["6217.425","14612.792"],["6116.272","14497.393"],["6077.112","14484.768"],["6130.335","14454.678"],["6239.816","14472.162"],["6240.033","14589.556"],["6228.898","14512.440"],["6106.573","14498.129"],["6121.156","14509.821"],["12567.595","14495.751"],["12598.890","14462.992"],["12704.036","14541.501"],["12728.284","14503.161"],["12766.224","14538.234"],["12768.671","14539.941"],["12728.877","14513.463"],["12722.702","14467.070"],["12597.700","14460.853"],["12645.922","14511.987"],["12669.310","14575.378"],["12673.576","14608.974"],["12678.342","14588.876"],["12628.086","14530.144"],["12662.868","14642.683"],["12634.455","14475.980"],["12621.270","14489.031"],["12704.004","14547.327"],["12732.275","14538.048"],["12724.959","14538.728"],["12710.499","14496.783"],["12705.050","14498.011"],["12752.886","14506.072"],["12742.224","14487.596"],["12741.759","14603.447"],["12772.158","14558.381"],["12770.873","14580.004"],["12641.351","14452.172"],["12727.589","14565.108"],["12602.170","14617.898"],["12682.697","14656.173"],["12756.313","14489.912"],["12749.530","14493.150"],["12652.213","14456.459"],["12771.439","14490.076"],["12730.374","14545.863"],["12704.407","14460.335"],["12694.931","14531.607"],["12613.720","14638.706"],["12773.878","14603.741"],["12584.718","14625.750"],["12669.325","14577.625"],["12766.997","14494.321"],["12692.034","14617.894"],["12729.658","14542.545"],["12759.753","14488.315"],["12730.972","14498.931"],["12632.311","14638.515"],["12773.725","14583.751"],["12684.490","14654.935"],["12703.597","14463.595"],["12743.090","14606.230"],["12762.188","14641.741"],["12751.687","14508.305"],["12690.075","14533.364"],["12733.658","14549.845"],["12773.133","14555.509"],["12775.615","14546.471"],["12728.326","14516.545"],["12696.653","14517.051"],["12682.325","14504.732"],["12671.511","14491.468"],["12674.715","14614.096"],["12631.144","14531.881"],["12654.275","14570.859"],["12771.233","14603.792"],["12611.408","14636.916"],["12695.420","14598.988"],["12760.171","14657.564"],["12626.971","14496.184"],["12750.243","14504.699"],["12769.558","14569.325"],["12746.013","14525.020"],["12754.965","14618.718"],["12692.253","14620.463"],["12610.167","14636.422"],["12724.489","14565.975"],["12771.095","14515.088"],["12689.457","14652.276"],["12658.837","14570.772"],["12600.401","14459.401"],["12667.911","14514.359"],["12737.428","14600.378"],["12728.536","14536.630"],["12681.880","14482.347"],["12731.538","14548.516"],["12725.408","14513.523"],["12689.396","14514.192"],["12655.490","14612.147"],["12681.629","14623.809"],["12652.211","14568.774"],["12679.819","14588.088"],["12624.420","14650.246"],["12674.039","14575.889"],["12641.481","14532.531"],["12748.108","14641.642"],["12676.096","14655.972"],["12741.976","14506.281"],["12775.230","14582.676"],["12634.944","14463.338"],["12726.157","14567.020"],["12599.919","14617.232"],["12600.948","14615.386"],["12690.723","14654.390"],["7484.559","18416.761"],["12154.756","15345.002"],["12157.026","15304.936"],["12181.368","15314.333"],["12185.661","15304.242"],["12163.161","15340.576"],["9777.846","13173.393"],["9773.521","13144.722"],["9796.244","13104.741"],["9779.613","13004.797"],["9721.589","13052.059"],["9749.711","13015.264"],["9808.880","13051.782"],["9744.646","12983.427"],["9794.893","12985.309"],["9765.350","13077.652"],["9766.672","12983.922"],["9757.031","13003.707"],["9758.511","12990.115"],["13205.995","12936.274"],["13294.234","12845.078"],["13208.580","12813.263"],["13297.516","12935.394"],["13216.951","12838.187"],["13393.392","12804.778"],["13232.529","12819.455"],["13211.087","12819.563"],["13305.468","12845.277"],["12521.189","13339.681"],["12556.405","13352.086"],["12564.881","13302.683"],["12512.964","13254.211"],["12432.006","13277.830"],["12412.276","13332.018"],["12460.076","13337.211"],["12558.813","13184.575"],["12555.568","13184.475"],["12540.468","13377.020"],["12500.591","13361.477"],["12514.024","13297.330"],["12425.592","13359.603"],["12424.707","13334.062"],["12407.767","13294.359"],["12465.234","13223.546"],["12478.793","13193.514"],["12525.648","13196.491"],["14091.937","14035.523"],["14126.452","14041.221"],["13538.091","16363.655"],["6109.925","16786.341"],["6192.195","16979.389"],["6106.998","16785.385"],["6195.496","16978.967"],["6192.990","16984.097"],["6107.415","16787.324"],["6193.838","16979.064"],["15162.338","9289.282"],["15172.584","9304.819"],["15160.033","9287.577"],["15159.671","9288.331"],["15159.323","9289.318"],["15161.410","9285.903"],["15162.645","9290.213"],["15158.030","9289.328"],["11203.901","13467.279"],["11206.409","13535.007"],["11183.879","13396.548"],["11171.508","13442.474"],["11141.968","13423.577"],["11103.147","13452.625"],["11152.580","13440.949"],["11099.801","13421.511"],["11107.705","13439.650"],["11134.324","13509.833"],["11127.428","13500.847"],["11170.290","13445.947"],["11137.897","13421.566"],["11106.056","13453.484"],["11263.745","13570.613"],["11218.485","13489.152"],["11202.829","13497.868"],["11234.753","13411.084"],["11296.634","13448.470"],["11172.574","13443.943"],["11105.699","13444.692"],["11113.020","13453.917"],["11169.204","13443.825"],["11132.728","13506.629"],["11131.955","13507.025"],["11131.149","13507.669"],["11135.195","13506.331"],["11134.209","13510.873"],["11129.718","13506.711"],["11304.369","13578.607"],["13391.658","15274.923"],["13383.434","15239.438"],["13263.834","15262.133"],["13354.548","15132.521"],["13352.856","15127.405"],["13365.040","15121.130"],["13223.080","15269.136"],["13359.101","15251.522"],["13353.281","15255.923"],["13358.075","15124.592"],["13359.999","15149.415"],["13395.226","15132.797"],["13370.894","15236.894"],["13347.458","15253.034"],["13367.557","15267.040"],["13342.039","15153.494"],["13344.292","15139.208"],["13356.678","15128.635"],["13270.343","15103.195"],["13367.378","15243.535"],["13271.580","15281.006"],["13275.433","15269.654"],["13351.299","15155.707"],["13340.822","15131.628"],["10079.063","13807.770"],["12570.774","12281.945"],["12704.360","12295.183"],["12631.570","12234.505"],["12595.028","12172.136"],["12574.420","12276.566"],["12569.179","12278.741"],["12568.406","12279.138"],["12567.600","12279.782"],["12571.646","12278.444"],["12570.659","12282.986"],["12702.762","12291.984"],["12701.994","12292.386"],["12701.170","12293.007"],["12705.223","12291.683"],["12704.226","12296.201"],["12699.758","12292.069"],["5605.530","8949.707"],["5608.560","8946.903"],["7241.090","13653.719"],["7246.913","13658.332"],["7212.385","13707.550"],["7161.347","13702.925"],["7097.644","13811.157"],["7097.560","13809.975"],["7098.742","13809.533"],["7125.544","13683.742"],["7276.356","13691.330"],["7241.908","13726.444"],["7179.733","13745.228"],["7171.824","13680.448"],["7257.498","13721.743"],["7098.844","13804.977"],["7215.601","13605.512"],["7262.169","13712.147"],["7100.169","13801.383"],["11320.775","17319.968"],["11344.029","17314.736"],["11304.608","17299.549"],["11355.624","17199.514"],["11351.440","17235.243"],["11369.423","17253.808"],["11363.341","17259.169"],["12758.027","14686.204"],["12698.673","14703.848"],["12662.005","14689.625"],["12733.045","14696.518"],["12679.206","14743.356"],["12761.179","14701.116"],["12734.534","14739.849"],["12712.074","14721.951"],["12655.463","14821.732"],["12598.038","14774.476"],["12636.180","14696.482"],["12672.068","14761.553"],["12773.669","14705.055"],["12743.628","14735.768"],["12709.031","14715.328"],["12602.485","14763.933"],["12635.200","14753.106"],["12606.896","14752.679"],["12737.031","14701.453"],["12628.535","14744.132"],["12686.311","14769.178"],["12663.098","14732.914"],["12690.689","14735.595"],["12717.786","14675.759"],["12682.565","14781.085"],["12742.031","14737.880"],["12680.275","14717.005"],["12705.416","14666.473"],["12712.436","14713.908"],["12725.993","14727.990"],["12572.076","14699.532"],["12625.674","14676.966"],["12652.227","14736.345"],["12687.484","14678.087"],["12661.720","14693.078"],["12696.937","14708.351"],["12635.287","14694.093"],["12652.563","14758.908"],["12620.529","14766.951"],["12653.327","14679.532"],["12684.721","14678.059"],["12665.678","14774.133"],["12679.700","14780.323"],["12671.069","14765.020"],["12693.402","14760.862"],["12773.836","14707.931"],["12749.394","14702.341"],["12751.434","14737.109"],["12726.434","14738.573"],["12681.335","14719.384"],["12597.891","14681.528"],["12708.632","14664.282"],["12772.470","14674.153"],["12714.574","14715.278"],["12715.372","14737.300"],["13237.080","15781.989"],["13354.452","15735.232"],["13270.334","15753.812"],["13348.686","15784.714"],["13234.693","15808.820"],["13224.776","15815.435"],["13234.008","15858.674"],["13250.709","15844.119"],["13203.261","15771.367"],["13205.936","15768.071"],["13352.946","15731.027"],["13237.447","15803.579"],["13264.712","15750.675"],["13247.197","15790.820"],["13217.027","15784.347"],["13200.007","15844.620"],["13228.914","15908.193"],["13308.259","15838.497"],["13341.454","15744.128"],["13244.935","15786.781"],["13348.462","15788.362"],["13242.828","15769.399"],["13231.791","15804.174"],["8199.999","13747.649"],["8260.320","13655.699"],["8350.411","13666.271"],["8199.131","13648.115"],["8211.538","13665.529"],["8271.208","13652.922"],["8265.526","13709.680"],["8260.831","13711.965"],["8224.505","13754.685"],["8213.703","13785.674"],["8285.441","13777.412"],["8288.787","13746.163"],["8343.831","13725.513"],["8155.754","13641.739"],["8213.898","13724.973"],["8243.058","13682.704"],["8168.156","13628.114"],["8187.236","13744.676"],["8228.346","13674.527"],["8296.615","13700.916"],["8354.566","13667.314"],["8267.931","13671.536"],["8263.972","13639.297"],["8255.806","13700.068"],["8222.476","13723.344"],["8214.706","13756.904"],["8291.254","13737.492"],["8313.469","13731.078"],["8344.195","13738.434"],["8353.285","13630.033"],["8174.734","13656.109"],["8207.648","13726.575"],["8229.415","13672.495"],["8348.256","13670.070"],["10941.430","14439.351"],["11054.450","14429.726"],["11010.132","14397.337"],["10975.276","14385.378"],["10980.101","14395.345"],["11036.292","14397.991"],["11038.392","14386.757"],["10936.283","14439.755"],["11053.545","14419.779"],["11065.222","14409.797"],["11007.732","14393.840"],["10997.378","14390.048"],["10971.108","14388.023"],["10903.889","14448.256"],["11016.665","14441.450"],["11053.789","14416.356"],["11055.846","14404.893"],["11058.095","14410.937"],["11055.182","14401.251"],["11032.663","14416.503"],["11045.039","14390.143"],["11012.483","14401.673"],["10967.716","14390.523"],["10907.389","14442.303"],["12824.901","4256.916"],["12848.803","4296.375"],["12819.692","4300.291"],["12839.693","4300.950"],["10597.212","16931.985"],["10553.630","16889.506"],["10502.292","16903.436"],["10654.066","16930.976"],["10660.452","16922.596"],["10664.600","16966.272"],["10668.316","16943.813"],["10649.384","16934.601"],["10648.815","16904.440"],["10660.082","16962.591"],["10657.538","16928.562"],["10657.002","16921.500"],["10672.261","16936.945"],["10651.267","16980.924"],["10648.831","16938.343"],["10662.311","16916.317"],["9750.062","9594.465"],["5905.154","14235.502"],["5951.981","14140.238"],["5878.891","14097.812"],["5909.566","14089.648"],["6029.363","14155.931"],["5957.898","14152.810"],["5877.613","14096.447"],["5929.142","14103.531"],["5872.292","14190.187"],["6029.756","14178.233"],["5970.476","14147.215"],["5865.040","14119.676"],["5921.161","14097.308"],["5876.069","14170.788"],["6038.107","14175.497"],["5974.550","14076.206"],["5850.522","14068.606"],["5947.863","14236.275"],["5942.044","14154.484"],["5894.076","14120.394"],["5844.398","14150.809"],["5954.930","14122.575"],["5895.022","14145.139"],["8853.840","18919.340"],["6671.494","14938.969"],["6527.616","15024.626"],["6672.327","15006.791"],["9523.980","15906.434"],["9580.818","15910.877"],["9587.972","15923.755"],["12802.387","17307.512"],["12792.267","17382.722"],["12891.985","17244.001"],["12863.033","17376.130"],["12787.011","17384.424"],["12839.596","17234.188"],["6019.729","13900.079"],["6008.037","13901.681"],["6034.846","13978.272"],["6022.604","13899.567"],["6011.404","13901.593"],["6023.977","13897.959"],["12323.977","12417.690"],["12338.215","12426.537"],["12259.244","12407.734"],["12293.409","12443.638"],["12309.680","12382.167"],["12314.005","12380.892"],["12266.726","12395.664"],["12326.977","12416.734"],["12280.167","12431.902"],["12278.487","12399.030"],["12234.534","12418.693"],["12305.024","12401.695"],["10226.732","15114.868"],["10104.567","15176.478"],["12751.252","13432.638"],["12718.910","13442.898"],["12678.937","13430.555"],["12694.622","13400.283"],["12767.227","13396.032"],["12642.825","13499.916"],["12656.710","13514.008"],["12647.474","13509.486"],["12572.791","13444.037"],["12696.398","13520.471"],["12691.428","13515.165"],["12702.923","13535.347"],["12716.929","13574.543"],["12740.853","13402.317"],["12695.590","13411.069"],["12651.904","13507.634"],["12705.527","13525.682"],["12746.848","13428.026"],["12740.198","13432.046"],["12669.369","13414.558"],["12738.561","13398.790"],["12695.891","13424.415"],["12713.816","13444.188"],["12692.159","13403.108"],["12655.452","13409.937"],["12615.792","13416.740"],["12590.082","13560.321"],["12696.392","13406.249"],["12720.734","13434.258"],["12668.722","13430.121"],["12604.674","13549.617"],["12690.443","13537.411"],["12582.210","13600.911"],["6120.123","9433.097"],["6248.567","9487.925"],["7739.873","18858.516"],["7811.775","18651.710"],["10419.922","15920.441"],["10345.190","15835.803"],["10415.796","15846.399"],["10414.915","15790.539"],["10420.931","15725.757"],["10296.375","15731.643"],["10360.627","15921.901"],["10296.639","15734.157"],["10295.380","15726.608"],["12585.668","13949.869"],["12743.019","13927.301"],["12607.077","13915.630"],["12775.291","13924.329"],["12772.774","13886.412"],["12763.100","13863.707"],["12615.873","13926.070"],["12637.043","13908.635"],["12625.329","13916.509"],["12657.243","13892.877"],["12669.031","13915.952"],["12691.479","13860.345"],["12720.601","13861.565"],["12722.537","13833.223"],["12592.066","13982.331"],["12568.940","13994.342"],["12620.220","13972.603"],["12631.128","14008.192"],["12643.918","14011.010"],["12773.473","13819.188"],["12752.798","13927.652"],["12739.969","13926.313"],["12739.556","13926.968"],["12739.312","13927.941"],["12741.773","13924.716"],["12743.559","13928.124"],["12737.584","13928.073"],["9811.160","12189.011"],["9804.960","12167.607"],["9813.853","12138.433"],["9819.873","12135.923"],["9815.368","12250.587"],["9628.420","12216.175"],["9760.854","12125.353"],["9805.344","12257.705"],["9634.001","12221.260"],["9719.738","12139.533"],["9647.119","12153.143"],["9655.185","12259.549"],["9806.951","12331.204"],["9817.894","12261.475"],["9634.624","12218.106"],["9679.932","12174.613"],["9785.338","12162.223"],["9826.513","12183.373"],["9798.304","12271.742"],["9768.618","12214.141"],["9650.347","12266.897"],["13244.074","14661.382"],["13235.260","14490.308"],["13247.509","14660.394"],["13247.231","14659.581"],["13246.764","14658.654"],["13243.130","14661.041"],["13247.897","14657.465"],["13749.283","12704.607"],["13759.886","12691.377"],["13760.513","12685.957"],["13740.958","12698.905"],["6261.826","9460.917"],["6250.667","9482.085"],["6265.582","9006.527"],["10514.197","16689.239"],["10498.250","16617.599"],["10559.105","16605.321"],["10505.251","16614.917"],["10499.024","16603.831"],["10509.307","16612.021"],["10501.624","16603.937"],["11694.555","17435.835"],["11692.796","17432.954"],["11692.048","17433.330"],["11691.263","17434.025"],["11695.247","17432.593"],["11694.477","17436.874"],["11689.800","17433.129"],["6825.930","13091.864"],["6854.119","13150.037"],["6821.309","13094.129"],["6848.860","13156.098"],["6817.336","13072.158"],["6857.824","13169.572"],["6836.566","13092.247"],["7326.269","16111.951"],["7331.110","16127.631"],["11811.913","13940.926"],["11792.515","13921.135"],["11790.926","13920.701"],["11787.802","13922.636"],["11896.101","13929.401"],["11822.779","13935.201"],["11792.502","13967.580"],["11808.106","13949.619"],["11729.727","14001.729"],["11787.724","13924.258"],["11790.278","13963.678"],["11789.714","13923.735"],["11822.447","13931.999"],["11821.588","13932.055"],["11820.598","13932.397"],["11824.855","13932.597"],["11822.287","13936.106"],["11819.622","13931.049"],["11802.698","13964.106"],["8599.037","11678.473"],["12595.349","14428.879"],["12658.963","14397.761"],["12765.308","14446.917"],["12657.827","14384.939"],["12708.126","14358.491"],["12668.161","14382.279"],["12702.397","14355.500"],["12712.545","14349.332"],["12712.150","14333.034"],["12694.877","14309.499"],["12721.516","14317.060"],["12721.859","14301.339"],["12699.216","14304.291"],["12718.063","14267.167"],["12716.600","14267.755"],["12715.709","14271.019"],["12706.951","14282.147"],["12591.593","14356.655"],["12596.966","14377.246"],["12704.097","14243.107"],["12677.577","14243.470"],["12643.803","14260.759"],["12604.022","14252.759"],["12634.168","14249.125"],["12597.438","14239.649"],["12615.113","14246.560"],["12633.385","14373.600"],["12661.057","14388.339"],["12694.724","14279.178"],["12593.967","14418.836"],["12626.967","14401.509"],["12770.994","14445.322"],["12716.884","14272.538"],["12707.060","14355.082"],["12706.275","14355.379"],["12705.515","14355.893"],["12709.404","14355.116"],["12707.960","14359.489"],["12704.239","14354.769"],["12699.206","14301.310"],["12698.382","14301.487"],["12697.357","14301.684"],["12701.447","14301.616"],["12698.616","14304.960"],["12696.585","14300.716"],["12717.949","14270.962"],["11655.755","14437.807"],["11723.666","14422.285"],["11705.613","14287.499"],["11640.464","14279.705"],["11534.939","14366.323"],["11514.770","14370.835"],["11517.557","14382.957"],["11527.676","14353.909"],["11716.242","14437.948"],["11706.853","14434.281"],["11720.324","14434.166"],["11723.027","14426.155"],["11700.522","14432.110"],["12544.865","14896.237"],["11944.948","12698.367"],["12133.876","12652.839"],["12108.827","12688.391"],["12110.119","12687.334"],["12110.704","12685.468"],["12105.334","12689.548"],["12104.093","12689.169"],["12103.183","12688.005"],["12102.199","12684.202"],["12102.516","12682.817"],["12102.951","12681.391"],["12106.244","12680.495"],["12108.031","12681.141"],["12109.534","12682.321"],["11950.628","12642.707"],["11951.920","12641.654"],["11952.506","12639.788"],["11947.131","12643.854"],["11945.889","12643.471"],["11944.978","12642.303"],["11943.993","12638.491"],["11944.309","12637.099"],["11944.744","12635.675"],["11948.042","12634.793"],["11949.832","12635.447"],["11951.335","12636.633"],["12086.244","12733.574"],["12087.537","12732.520"],["12088.122","12730.654"],["12082.747","12734.720"],["12081.506","12734.337"],["12080.594","12733.169"],["12079.609","12729.357"],["12079.925","12727.965"],["12080.361","12726.541"],["12083.659","12725.660"],["12085.448","12726.314"],["12086.951","12727.499"],["12380.096","14929.676"],["12399.612","14885.766"],["12419.604","14876.125"],["7390.397","13333.038"],["7457.445","13275.275"],["7369.570","13230.175"],["7361.607","13230.398"],["7408.308","13334.706"],["7461.562","13274.778"],["7444.055","13287.583"],["7410.725","13279.611"],["7367.606","13256.643"],["7484.498","13369.680"],["7455.977","13272.375"],["9776.741","13806.706"],["9768.731","13717.044"],["9809.109","13690.860"],["9660.136","13710.521"],["9693.727","13802.663"],["9780.869","13815.426"],["9784.035","13668.822"],["9748.306","13799.746"],["9683.528","13776.326"],["9735.163","13688.658"],["9771.246","13707.690"],["9744.427","13742.901"],["9781.231","13802.313"],["9756.831","13681.163"],["9792.893","13687.339"],["9682.311","13735.899"],["8065.744","13573.152"],["8103.436","13555.761"],["8067.162","13487.479"],["8002.366","13504.783"],["7955.336","13596.045"],["8114.974","13430.221"],["8044.501","13570.159"],["8109.587","13570.625"],["8064.330","13510.849"],["8020.518","13492.155"],["7955.300","13513.292"],["7945.303","13589.654"],["8102.131","13409.001"],["7944.612","13518.063"],["8000.373","13555.717"],["8122.731","13552.867"],["7986.641","13598.307"],["8054.319","13595.836"],["8105.109","13544.701"],["7937.126","13507.875"],["7935.945","13580.752"],["7954.610","13457.727"],["8055.334","13574.514"],["8120.475","13575.084"],["8077.450","13532.961"],["8010.480","13497.307"],["7946.451","13494.051"],["7953.487","13590.919"],["8119.335","13413.536"],["8101.209","13523.944"],["7941.292","13517.442"],["12177.117","15216.605"],["12194.057","15193.635"],["12298.198","15232.017"],["12123.847","15139.831"],["12190.582","15150.801"],["12165.390","15269.834"],["12195.045","15268.926"],["12265.486","15187.175"],["12198.325","15283.202"],["12182.733","15282.954"],["12202.813","15265.415"],["12217.150","15278.158"],["12234.819","15198.650"],["12187.949","15149.938"],["12169.038","15223.315"],["12220.189","15265.988"],["12250.449","15208.462"],["12324.467","15218.494"],["12177.098","15168.626"],["8814.723","14827.144"],["8804.840","14800.340"],["8890.496","14699.077"],["8875.822","14772.121"],["8941.067","14846.815"],["8935.647","14817.665"],["8933.966","14815.597"],["8799.271","14794.572"],["8869.683","14787.642"],["8940.094","14842.434"],["8939.624","14815.151"],["8937.272","14816.357"],["8936.614","14817.447"],["8940.035","14816.770"],["8939.179","14813.434"],["8935.758","14815.151"],["8934.887","14814.243"],["8934.936","14812.773"],["8396.135","17323.156"],["8399.825","17323.460"],["8401.800","17323.279"],["8399.586","17324.342"],["8398.992","17325.218"],["8395.480","17322.418"],["8397.159","17326.661"],["6712.278","6134.329"],["6850.869","6108.765"],["6881.832","6031.077"],["6879.497","6018.689"],["6775.549","6109.526"],["6713.875","6131.876"],["6878.806","6032.877"],["6851.299","6105.071"],["6850.521","6104.966"],["6849.484","6105.141"],["6850.215","6109.419"],["6853.351","6105.948"],["6848.939","6103.519"],["6712.800","6132.577"],["12830.032","13670.161"],["12987.241","4047.964"],["13394.907","12594.490"],["13325.400","12673.303"],["13387.227","12574.892"],["13263.949","12573.556"],["13287.859","12652.944"],["13250.152","12575.105"],["13199.875","12638.873"],["12108.059","15294.424"],["12094.421","15147.058"],["11998.300","15252.935"],["12068.790","15103.029"],["11981.768","15250.052"],["12109.013","15271.798"],["12093.305","15153.952"],["11975.238","15248.021"],["12124.967","15292.657"],["12139.309","15285.522"],["12090.605","15143.110"],["11989.448","15246.089"],["12136.201","15288.280"],["11978.906","15249.111"],["7916.650","13975.512"],["7925.446","13953.003"],["7904.073","13902.780"],["7931.770","13861.748"],["7920.606","13859.763"],["7882.622","13918.514"],["7893.097","14004.645"],["7933.643","13985.572"],["7916.219","13959.956"],["7890.932","13885.191"],["7876.299","13844.680"],["7914.517","13876.463"],["7913.102","13829.697"],["7888.967","13829.775"],["7870.307","13988.948"],["13618.586","15542.905"],["13584.629","15563.145"],["13509.849","15570.522"],["13594.363","15531.467"],["13571.395","15551.006"],["13484.590","15554.108"],["13582.582","15547.830"],["13585.891","15518.163"],["13577.902","15552.564"],["8291.585","13037.310"],["8315.065","13059.748"],["8354.019","13018.747"],["8238.049","13035.119"],["8314.685","13046.019"],["8340.006","13071.646"],["8233.614","12996.782"],["8292.630","12992.722"],["8329.085","13028.656"],["8350.434","12970.737"],["8229.912","13002.332"],["9778.136","12798.050"],["9734.415","12764.882"],["9749.170","12805.734"],["9654.482","12791.481"],["9698.635","12830.519"],["9717.078","12765.506"],["9742.557","12932.355"],["9646.513","12871.891"],["9800.389","12841.121"],["9818.087","12793.987"],["9690.206","12859.326"],["9627.199","12781.786"],["9673.090","12798.372"],["9683.875","12774.406"],["9768.200","12925.243"],["9758.993","12778.436"],["9674.101","12876.382"],["9799.863","12935.291"],["9765.024","12874.295"],["9638.347","12892.307"],["9750.880","12916.436"],["9681.477","12795.027"],["9701.338","12820.863"],["9829.715","12944.259"],["9694.789","12798.189"],["9820.237","12964.387"],["9765.673","12765.775"],["9650.059","12870.949"],["11149.868","16869.939"],["11241.436","16880.823"],["11233.290","16815.581"],["11175.865","16847.882"],["11104.378","16787.673"],["11134.728","16840.197"],["11143.767","16843.920"],["11108.978","16840.666"],["9210.244","16870.938"],["9391.172","16835.708"],["9208.259","16870.366"],["14382.832","17247.104"],["9442.820","12339.166"],["9430.319","12369.243"],["7388.871","16149.469"],["7390.601","16146.359"],["7388.752","16145.886"],["7389.598","16146.667"],["7391.062","16147.082"],["7389.501","16148.370"],["7390.168","16149.916"],["7387.068","16149.875"],["7389.458","16145.581"],["7387.585","16146.144"],["7386.373","16146.786"],["7386.649","16146.006"],["13741.325","13879.301"],["13748.698","13879.437"],["13797.692","13889.437"],["13758.795","13940.152"],["10323.786","14417.600"],["10291.905","14395.961"],["10301.304","14412.818"],["10290.130","14440.816"],["10282.783","14446.835"],["10251.816","14425.533"],["10330.157","14413.582"],["10311.843","14402.103"],["10313.145","14409.219"],["10286.901","14444.999"],["10257.801","14428.102"],["10254.788","14414.046"],["10331.023","14415.284"],["10309.098","14399.406"],["10310.026","14413.430"],["10280.221","14445.082"],["10281.407","14439.859"],["10255.420","14434.274"],["10252.479","14404.249"],["10302.047","14428.851"],["10339.848","14424.879"],["10301.301","14391.070"],["10286.820","14405.868"],["10281.240","14442.307"],["7260.113","16715.266"],["7258.534","16715.632"],["7256.497","16718.644"],["7257.263","16720.301"],["7258.806","16718.929"],["11345.578","13210.826"],["11339.570","13276.489"],["11340.759","13356.035"],["11366.620","13384.683"],["11354.053","13386.142"],["11324.262","13392.657"],["11311.720","13389.308"],["11354.860","13349.783"],["11371.386","13378.773"],["11334.618","13347.355"],["11369.395","13383.076"],["11304.190","13301.535"],["11347.284","13196.949"],["11314.063","13352.549"],["11370.190","13376.326"],["11305.133","13291.880"],["11363.010","13359.190"],["11373.098","13295.351"],["11383.985","13381.578"],["11318.379","13351.482"],["11371.838","13361.198"],["12953.265","16304.623"],["12983.542","16333.690"],["12952.024","16293.315"],["12976.220","16308.884"],["12939.351","16300.053"],["12958.992","16323.347"],["9579.194","13710.266"],["9613.181","13659.939"],["9584.622","13650.813"],["9590.162","13708.629"],["9587.162","13676.699"],["9578.254","13713.355"],["9597.856","13681.481"],["7108.956","12629.675"],["7138.011","12624.909"],["7208.949","12735.681"],["7104.985","12619.856"],["7159.148","12631.322"],["7109.910","12612.780"],["7222.741","12731.829"],["7157.270","12611.100"],["7108.784","12634.472"],["7098.398","12754.891"],["7130.955","12620.615"],["7155.957","12632.466"],["7253.783","12734.997"],["7115.906","12614.852"],["7151.019","12623.685"],["11981.792","15637.452"],["12073.157","15603.775"],["12031.359","15540.370"],["12102.189","15604.069"],["5117.814","11226.461"],["5071.804","11254.867"],["5034.191","11116.829"],["10296.881","14659.869"],["10261.322","14580.790"],["10273.903","14451.280"],["10255.878","14643.394"],["10374.948","14632.288"],["10619.743","15907.086"],["10666.970","15790.653"],["10503.164","15749.529"],["10520.853","15725.442"],["10466.595","15862.609"],["10578.327","15872.793"],["10599.522","15909.518"],["10513.525","15918.283"],["10586.953","15897.731"],["10587.987","15904.793"],["12484.003","12135.870"],["12561.336","12276.519"],["12565.266","12277.762"],["12562.171","12251.808"],["12501.517","12241.414"],["12564.463","12271.815"],["12482.417","12248.554"],["12465.148","12163.371"],["12509.240","12255.798"],["12566.169","12278.824"],["12564.816","12253.971"],["12565.222","12253.406"],["12565.444","12252.536"],["12563.095","12255.238"],["12561.700","12250.775"],["12567.014","12252.951"],["12492.399","12263.185"],["9813.123","14462.518"],["9828.628","14549.587"],["9718.413","14659.121"],["9733.533","14595.408"],["9755.528","14479.344"],["9760.764","14506.866"],["9796.874","14547.348"],["9814.883","14564.086"],["9706.368","14651.808"],["9737.075","14601.562"],["9755.220","14470.337"],["9774.050","14512.172"],["9799.456","14543.913"],["9805.361","14503.145"],["9787.160","14471.488"],["9759.527","14481.199"],["9759.895","14511.605"],["9814.358","14529.165"],["9805.674","14487.277"],["9758.711","14470.493"],["9757.377","14489.489"],["6609.376","5984.229"],["10677.049","13617.616"],["10718.956","13692.918"],["10820.844","13639.997"],["10835.498","13676.885"],["10737.333","13621.940"],["10725.999","13718.349"],["10820.451","13720.897"],["10850.798","13649.467"],["10860.996","13731.243"],["10863.769","13787.893"],["10882.626","13808.591"],["10816.500","13607.516"],["10831.667","13639.061"],["10849.226","13672.696"],["10862.614","13762.343"],["10847.722","13806.895"],["12801.866","12604.545"],["12797.521","12743.447"],["12816.975","12592.973"],["12777.933","12740.467"],["12795.893","12583.167"],["12873.061","12737.422"],["12803.177","12719.472"],["12799.781","12582.931"],["8231.498","13843.546"],["8216.048","13829.380"],["8216.004","13837.171"],["13652.260","13317.141"],["6398.057","13518.744"],["6409.264","13475.521"],["6317.262","13591.427"],["6416.956","13564.518"],["6459.992","13476.052"],["6310.765","13579.948"],["6439.375","13517.048"],["12160.992","14246.742"],["13120.000","13595.608"],["13145.807","13593.802"],["13032.796","13602.368"],["13024.528","13586.270"],["13115.933","13439.405"],["12994.753","13505.565"],["13093.285","13407.151"],["13017.558","13580.596"],["13077.190","13565.097"],["13014.196","13504.486"],["13021.225","13585.904"],["14141.167","13409.127"],["14195.757","13438.192"],["14135.175","13489.370"],["14066.558","13574.775"],["14065.766","13595.207"],["8467.851","13410.279"],["8455.881","13477.812"],["8509.184","13501.525"],["8368.394","13539.758"],["8489.035","13434.573"],["8444.335","13500.620"],["8361.921","13478.427"],["8360.749","13491.130"],["8359.744","13482.813"],["8466.042","13446.398"],["8463.365","13483.048"],["8531.275","13545.265"],["8361.313","13517.829"],["8468.455","13541.138"],["8362.077","13439.294"],["8467.621","13431.650"],["8434.697","13504.319"],["8536.407","13514.827"],["8424.246","13444.081"],["12820.397","4317.609"],["12821.974","4324.656"],["12807.750","4307.787"],["9045.371","13498.130"],["9052.197","13522.549"],["9060.804","13509.845"],["9083.435","13414.462"],["8958.211","13576.746"],["8819.062","13553.409"],["8881.115","13420.711"],["8813.262","13551.835"],["8827.265","13479.573"],["8792.994","13515.296"],["8860.746","13420.838"],["8807.786","13588.827"],["8829.893","13575.949"],["8828.915","13578.141"],["8798.068","13506.571"],["9378.730","15150.843"],["9359.553","15119.287"],["9273.396","15096.775"],["9332.112","15146.573"],["9239.924","15117.171"],["9346.119","15171.636"],["9374.699","15150.238"],["9367.963","15125.666"],["9339.881","15145.513"],["9236.085","15111.492"],["9332.537","15168.640"],["9407.857","15085.307"],["6560.657","14215.262"],["6489.666","14146.032"],["6469.051","14175.409"],["6668.455","14199.897"],["6608.795","14130.900"],["6494.829","14162.546"],["6518.736","14084.660"],["6569.693","14204.330"],["6520.876","14161.760"],["6466.801","14196.664"],["6652.026","14188.779"],["6581.633","14141.074"],["6489.068","14177.312"],["6517.346","14224.508"],["6566.529","14213.064"],["6545.427","14179.695"],["6668.828","14193.731"],["6610.248","14158.671"],["6506.525","14190.758"],["6485.495","14234.010"],["6515.060","14086.594"],["6538.105","14152.330"],["6476.722","14172.301"],["6663.811","14176.000"],["6615.987","14153.821"],["6504.911","14172.182"],["6488.991","14209.514"],["5527.134","8050.516"],["7110.135","14632.496"],["7094.017","14623.293"],["7124.119","14630.456"],["7096.459","14606.411"],["7787.514","12588.771"],["7783.441","12595.783"],["11902.087","17096.356"],["11892.803","17179.828"],["11798.551","17182.885"],["11783.031","17127.893"],["11745.872","17078.367"],["11790.638","17073.058"],["11844.307","17074.811"],["11877.465","17152.540"],["11774.202","17183.453"],["11781.331","17130.680"],["11754.345","17070.180"],["11816.073","17100.077"],["11866.648","17098.545"],["11872.530","17159.593"],["11796.165","17192.112"],["11817.127","17122.603"],["11747.254","17165.892"],["11816.398","17095.811"],["11864.675","17095.512"],["11877.980","17158.543"],["11900.476","17093.217"],["11899.705","17093.606"],["11898.900","17094.270"],["11902.942","17092.910"],["11901.974","17097.406"],["11897.466","17093.313"],["11775.029","17182.280"],["11786.354","17136.510"],["11755.279","17082.364"],["11806.884","17085.789"],["11853.913","17081.165"],["11882.058","17149.477"],["6035.345","15987.737"],["6035.177","15984.114"],["6036.063","15984.827"],["6032.871","15984.983"],["6037.432","15985.381"],["6035.858","15986.771"],["6036.590","15988.251"],["6033.650","15988.021"],["6037.017","15984.585"],["6033.130","15984.196"],["6034.103","15984.251"],["6035.906","15983.748"],["9626.964","18507.519"],["8726.257","11902.199"],["8675.205","11866.345"],["8582.989","11883.170"],["8750.530","11901.512"],["8751.787","11864.237"],["8747.343","11743.073"],["8722.738","11822.232"],["8574.662","11893.983"],["8608.506","11827.283"],["8642.421","11810.586"],["8595.343","11874.863"],["8751.359","11734.073"],["8675.809","11806.209"],["8693.440","11860.743"],["8691.060","11869.879"],["8768.489","11909.425"],["8766.702","11900.994"],["8740.265","11742.736"],["8686.171","11872.634"],["8622.865","11903.022"],["8717.573","11864.231"],["8742.720","11734.086"],["8745.422","11879.712"],["8697.211","11891.052"],["13705.231","12551.394"],["13743.412","12570.772"],["13620.150","12653.961"],["13814.049","12632.682"],["13649.991","12682.221"],["13805.854","12596.542"],["13692.415","12598.661"],["13810.253","12595.533"],["13642.307","12658.186"],["10704.815","17422.047"],["10705.037","17436.139"],["10706.657","17420.030"],["10407.704","13577.974"],["10310.478","13456.938"],["10457.704","13410.977"],["10448.391","13542.969"],["10294.690","13500.085"],["10293.975","13479.300"],["10458.069","13420.454"],["10447.282","13552.265"],["10320.783","13495.154"],["10426.095","13569.247"],["10326.581","13471.778"],["10316.541","13504.181"],["10461.403","13418.866"],["10713.868","7870.974"],["10718.203","7870.284"],["13590.772","13799.146"],["13605.131","13786.345"],["13538.999","13811.280"],["10323.144","13346.972"],["10394.898","13189.622"],["10281.729","13368.359"],["10336.156","13183.424"],["10357.189","13216.057"],["10253.029","13355.543"],["10267.607","13376.186"],["11524.507","12995.933"],["11605.901","13028.787"],["11589.658","12995.118"],["11616.311","13015.474"],["11532.907","12974.173"],["11604.034","13026.000"],["11598.184","13006.759"],["11626.122","13018.599"],["11544.777","12973.666"],["11528.120","12993.909"],["11582.932","13015.144"],["11600.823","13003.406"],["11624.129","13036.663"],["11613.852","13014.465"],["11540.443","12973.475"],["14424.542","9405.863"],["14425.085","9409.880"],["14425.394","9404.032"],["14422.622","9402.024"],["10151.104","13856.981"],["10094.695","13973.504"],["10129.453","13864.459"],["10062.441","13948.498"],["10110.025","13957.525"],["10198.183","13963.434"],["10096.193","14013.643"],["10232.897","13913.962"],["10161.333","13955.648"],["10208.285","13889.071"],["10193.155","13914.567"],["10082.165","14000.049"],["10106.706","13946.382"],["10076.387","13816.539"],["10157.087","13999.980"],["6081.600","9210.758"],["6059.446","9276.233"],["6039.643","9168.730"],["6007.820","15765.265"],["12980.067","12812.137"],["12985.857","12906.671"],["12879.627","12935.557"],["12911.943","12837.810"],["12942.513","12810.481"],["12940.889","12810.823"],["12939.120","12814.074"],["12958.655","12784.527"],["12918.867","12831.493"],["12984.252","12932.814"],["12939.998","12815.680"],["12953.883","12868.289"],["12941.473","12814.257"],["12958.058","12799.130"],["10597.496","13510.182"],["10597.019","13460.021"],["10621.427","13444.546"],["10621.673","13540.771"],["10654.715","13604.008"],["10561.408","13565.527"],["10525.872","13539.990"],["10492.264","13602.960"],["10556.458","13549.475"],["10585.372","13573.571"],["10560.617","13518.621"],["10671.500","13583.595"],["10644.412","13415.937"],["10644.955","13416.870"],["10639.518","13415.755"],["10651.052","13394.025"],["10660.634","13523.238"],["10471.338","13529.534"],["10643.026","13416.638"],["6859.692","12946.493"],["6877.847","12943.226"],["6851.656","12946.549"],["6873.713","12896.379"],["6843.131","12957.810"],["6872.443","12948.618"],["12536.268","17173.352"],["12523.419","17045.558"],["12518.311","17021.070"],["12412.754","16997.425"],["12461.760","17188.416"],["12532.801","17182.397"],["12554.282","17052.014"],["12504.665","17041.910"],["12408.600","16996.131"],["12454.912","17182.845"],["12522.529","17176.453"],["12527.650","17030.704"],["12525.361","17019.649"],["12379.196","17015.564"],["12554.143","17181.789"],["12520.793","17020.410"],["12445.212","17006.079"],["12391.815","17009.752"],["12460.939","17190.626"],["6749.856","16220.168"],["6678.421","16329.297"],["6748.819","16216.684"],["6749.851","16217.159"],["6675.983","16326.014"],["6751.210","16217.442"],["6676.953","16326.014"],["6676.732","16329.831"],["6751.108","16220.391"],["6748.403","16220.791"],["6678.739","16325.324"],["6675.769","16326.822"],["6746.974","16217.239"],["6747.916","16217.036"],["6679.899","16326.023"],["6746.916","16218.051"],["6749.494","16216.234"],["6750.708","16216.819"],["6678.024","16325.688"],["6678.955","16326.362"],["6680.371","16326.701"],["6678.896","16328.182"],["6679.705","16329.641"],["12795.358","13112.746"],["12793.055","13028.998"],["12780.398","13010.743"],["12791.189","13119.869"],["12855.717","12997.789"],["12793.631","12972.833"],["12846.035","12979.918"],["12812.852","12977.832"],["12797.336","13056.233"],["12794.970","13028.041"],["12847.205","13043.542"],["12800.109","13006.695"],["12832.367","13000.354"],["12815.466","13068.111"],["12810.407","13015.871"],["12782.418","13064.757"],["12794.659","13054.521"],["12855.471","12986.784"],["12788.473","13138.483"],["12845.121","13039.547"],["12831.826","12998.354"],["12812.482","12979.770"],["12828.596","13026.849"],["12813.362","13068.943"],["12781.178","13115.383"],["12803.996","13044.970"],["12797.903","13058.947"],["12794.661","13030.408"],["12852.759","12987.619"],["10601.696","13359.386"],["10566.456","13207.930"],["10666.889","13199.187"],["10607.435","13183.488"],["10629.302","13189.811"],["10550.811","13219.714"],["10636.925","13200.945"],["10522.700","13219.593"],["10504.485","13267.236"],["10464.501","13254.389"],["10509.385","13244.629"],["10470.581","13203.588"],["10603.574","13344.644"],["10649.847","13217.763"],["10623.957","13225.455"],["10534.235","13207.638"],["10655.493","13369.269"],["10591.242","13296.930"],["10495.727","13284.123"],["13417.057","13092.790"],["8225.515","18395.382"],["8225.364","18398.895"],["11662.544","14469.479"],["11692.546","14458.718"],["11672.253","14470.329"],["11659.967","14453.244"],["11702.055","14501.358"],["11650.060","14529.521"],["11652.025","14537.838"],["11674.841","14464.949"],["11655.550","14466.189"],["11638.416","14463.804"],["11699.912","14499.411"],["11671.517","14452.111"],["11655.650","14539.947"],["11661.978","14547.653"],["11670.073","14457.933"],["11654.994","14472.433"],["6085.806","13631.703"],["6129.240","13675.625"],["6168.840","13613.036"],["6241.551","13617.990"],["6219.939","13630.690"],["6243.429","13622.102"],["6094.852","13631.423"],["6076.003","13633.933"],["6138.824","13620.484"],["6249.495","13622.796"],["6078.997","13664.057"],["6054.490","13631.786"],["6100.967","13673.329"],["6097.135","13671.182"],["6241.370","13622.152"],["6049.860","13632.091"],["6151.143","13614.968"],["6214.396","13627.222"],["10791.326","16442.201"],["10772.778","16412.339"],["10714.915","16376.361"],["10749.051","16368.200"],["10699.076","16549.498"],["10845.601","16436.705"],["10749.100","16371.780"],["10699.284","16553.332"],["10696.206","16543.510"],["10813.158","16436.702"],["10753.829","16360.745"],["10679.917","16555.697"],["10677.549","16554.121"],["10677.061","16558.366"],["10721.763","16392.958"],["10741.068","16380.967"],["10738.531","16381.041"],["10740.057","16378.398"],["10713.083","16395.961"],["10758.454","16356.708"],["10678.813","16558.306"],["10694.216","16545.858"],["10695.643","16548.947"],["10696.331","16552.875"],["3560.113","8257.578"],["3586.465","8118.431"],["3553.033","8251.227"],["3544.879","8259.992"],["3589.634","8122.742"],["3555.986","8269.759"],["3590.568","8125.932"],["12130.857","11276.555"],["6245.510","14220.628"],["6043.175","14224.509"],["6070.356","14227.597"],["6058.782","14134.993"],["6064.611","14184.359"],["6053.705","14109.592"],["6076.761","14237.122"],["6061.104","14128.604"],["6098.982","14180.576"],["6092.140","14188.437"],["6249.631","14221.638"],["6048.590","14229.308"],["6065.781","14216.844"],["6058.361","14140.423"],["6106.367","14213.574"],["6145.677","14177.741"],["6101.815","14214.069"],["6251.163","14219.594"],["6048.207","14220.658"],["6067.892","14215.857"],["6067.049","14136.030"],["12112.017","13014.590"],["12053.061","13054.809"],["12107.832","12984.780"],["12084.333","12976.351"],["12121.916","13029.498"],["6580.283","12707.264"],["6561.006","12694.183"],["6590.719","12713.793"],["6562.733","12707.825"],["6590.924","12692.152"],["6570.725","12714.577"],["6590.011","12699.210"],["7789.489","13737.054"],["7895.694","13805.283"],["7827.954","13784.358"],["7865.095","13746.090"],["7881.484","13721.540"],["7877.890","13769.985"],["7924.866","13707.322"],["7917.860","13794.335"],["7836.172","13804.459"],["7858.974","13791.729"],["7853.464","13778.363"],["7871.477","13746.024"],["7851.098","13692.136"],["7886.073","13725.058"],["7878.515","13769.225"],["7749.578","13807.346"],["13367.956","13592.528"],["13364.231","13592.408"],["13313.499","13463.014"],["13256.717","13518.934"],["13325.891","13523.269"],["13330.453","13488.492"],["13341.199","13593.660"],["13346.765","13592.359"],["13380.120","14857.223"],["13332.025","14831.777"],["13241.341","14796.696"],["13217.771","14748.697"],["13208.533","14758.126"],["13227.190","14771.919"],["13214.036","14762.288"],["13238.365","14789.691"],["13274.695","14764.368"],["13282.539","14728.156"],["13231.970","14790.960"],["13335.186","14832.664"],["13335.420","14831.865"],["13335.548","14830.810"],["13333.629","14834.653"],["13331.475","14830.960"],["13337.079","14830.446"],["13234.221","14788.455"],["13233.649","14787.854"],["13232.804","14787.261"],["13235.171","14790.748"],["13231.016","14791.127"],["13233.215","14785.645"],["13247.315","14662.901"],["12254.275","16511.135"],["6892.668","12450.576"],["6956.002","12448.523"],["6951.438","12456.733"],["6953.146","12462.998"],["9172.528","13797.995"],["8991.235","13766.644"],["9161.847","13801.910"],["12324.739","12743.175"],["12325.084","12741.819"],["12325.544","12740.404"],["12328.849","12739.546"],["12330.623","12740.206"],["12332.101","12741.392"],["12163.013","12639.684"],["12164.307","12638.646"],["12164.894","12636.814"],["12159.512","12640.815"],["12158.269","12640.439"],["12157.357","12639.292"],["12156.371","12635.552"],["12156.682","12634.212"],["12157.121","12632.802"],["12160.425","12631.917"],["12162.217","12632.554"],["12163.722","12633.717"],["12331.283","12747.403"],["12332.593","12746.369"],["12333.212","12744.525"],["12327.772","12748.511"],["12326.540","12748.121"],["12325.651","12746.956"],["9118.589","13265.634"],["9126.792","13248.280"],["9058.407","13244.274"],["9045.552","13234.271"],["9148.920","13223.384"],["9149.609","13234.546"],["9146.754","13194.496"],["9056.831","13214.035"],["9086.823","13236.183"],["9120.495","13303.082"],["9144.144","13183.797"],["9051.925","13216.358"],["9063.257","13189.408"],["9038.567","13207.535"],["9093.186","13254.230"],["9073.377","13223.919"],["9192.152","13294.182"],["9065.238","13369.761"],["9143.229","13195.825"],["9069.717","13193.110"],["9042.839","13202.630"],["9101.262","13231.642"],["9121.824","13303.422"],["9104.492","13311.412"],["9131.001","13182.587"],["9076.811","13187.509"],["9052.455","13227.162"],["9097.295","13254.522"],["9156.855","13273.152"],["12579.794","14937.839"],["12777.361","14873.782"],["12595.750","14938.654"],["12571.741","14958.510"],["14220.403","12511.268"],["14047.878","12538.699"],["14226.790","12547.410"],["14046.739","12528.459"],["14185.085","12527.117"],["14209.520","12511.193"],["14166.262","12526.100"],["6806.718","13837.995"],["6796.708","13843.162"],["6815.800","13861.303"],["6815.330","13856.070"],["6771.833","13917.751"],["6733.253","13942.011"],["6726.320","13857.594"],["6839.787","13888.334"],["6864.251","13990.601"],["6798.857","13844.139"],["6811.641","13868.451"],["6805.312","13851.742"],["6781.515","13911.831"],["6734.874","13944.012"],["6701.367","13848.510"],["6712.608","13859.078"],["6828.427","13951.437"],["6830.632","13954.634"],["6873.446","13877.963"],["6808.983","13864.839"],["6801.494","13843.379"],["6770.960","13915.726"],["6736.699","13935.947"],["6698.010","13852.798"],["6720.448","13870.180"],["6828.616","13949.483"],["6794.774","13846.142"],["6812.126","13865.530"],["6808.571","13846.724"],["6782.086","13918.671"],["6742.340","13926.935"],["6708.105","13868.921"],["6711.242","13867.725"],["6825.198","13948.788"],["6876.327","13871.759"],["6862.598","13994.309"],["6017.065","14020.732"],["10287.930","16244.196"],["10290.090","16305.359"],["10286.427","16224.303"],["10288.097","16303.956"],["10446.583","16305.548"],["10256.991","16256.621"],["10277.175","16248.486"],["10293.547","16295.401"],["10255.440","16269.638"],["10292.060","16225.203"],["9040.000","13363.503"],["9000.995","13344.468"],["14595.023","16201.838"],["14468.553","16193.302"],["14486.010","16167.193"],["9748.135","14109.383"],["9767.598","14065.741"],["9721.789","14152.726"],["9785.410","14223.088"],["9793.667","14027.242"],["9743.390","14028.183"],["9700.652","14137.132"],["9770.104","14186.218"],["9775.442","14195.286"],["9746.177","14207.065"],["9720.073","14144.511"],["9736.142","14113.695"],["9782.434","14063.842"],["9728.763","14048.671"],["9723.936","14157.220"],["9793.465","14230.412"],["9768.666","14222.260"],["9748.370","14212.156"],["9739.843","14168.458"],["9734.765","14106.103"],["9779.062","14067.244"],["9731.707","14028.258"],["9814.895","14027.505"],["9721.621","14112.263"],["9726.183","14203.884"],["9759.185","14194.013"],["9732.688","14153.662"],["9733.619","14123.575"],["9767.302","14081.166"],["9719.043","14043.320"],["9813.359","14033.832"],["9793.342","14031.711"],["9771.698","14187.483"],["9808.822","14057.378"],["9301.788","11929.918"],["9367.870","11977.629"],["9365.007","12066.505"],["9251.361","11997.274"],["9301.578","12069.975"],["9296.131","11981.981"],["9237.572","12124.126"],["9272.611","11974.235"],["9311.265","12124.638"],["9277.336","12053.427"],["9335.752","11936.574"],["9378.691","11957.322"],["9291.912","12049.989"],["9295.473","11918.836"],["9396.306","12027.776"],["9345.794","12119.045"],["9279.264","12068.132"],["12449.192","13668.061"],["12499.340","13688.395"],["12558.231","13683.250"],["12503.636","13679.672"],["12552.448","13733.032"],["12477.439","13666.517"],["12500.368","13633.286"],["12491.216","13605.114"],["12539.373","13646.951"],["12561.926","13622.374"],["12126.452","13896.530"],["12127.712","13893.183"],["12123.823","13893.376"],["12124.796","13893.381"],["12123.650","13894.194"],["12125.851","13893.003"],["12126.553","13892.566"],["12126.839","13893.630"],["12128.300","13893.861"],["12126.898","13895.369"],["12127.780","13896.806"],["12124.738","13897.171"],["7034.566","16968.104"],["9270.156","13098.596"],["9385.403","13164.591"],["9255.330","12987.669"],["9403.774","13026.137"],["9294.785","13141.478"],["9310.781","12999.106"],["9274.006","13102.686"],["9266.751","12991.785"],["9288.773","13043.959"],["9369.421","13155.168"],["9264.414","12992.307"],["6425.387","13752.916"],["6435.266","13777.056"],["6258.662","13690.725"],["6438.522","13682.050"],["6441.850","13753.279"],["6429.353","13765.466"],["6329.726","13643.203"],["6434.166","13746.891"],["6423.667","13780.257"],["6363.090","13620.131"],["6381.128","13611.704"],["6423.197","13735.019"],["6454.038","13783.129"],["6255.210","13689.605"],["6259.238","13691.518"],["6256.671","13687.732"],["6253.210","13691.793"],["6254.843","13691.456"],["6254.988","13690.422"],["6417.048","13726.995"],["6436.265","13684.398"],["6437.600","13686.004"],["6435.906","13683.824"],["6435.189","13683.446"],["6437.301","13682.090"],["6437.953","13680.820"],["6439.950","13683.067"],["6434.721","13682.986"],["6437.784","13684.058"],["6438.288","13685.614"],["6311.182","13661.510"],["14135.791","13186.475"],["14197.417","13212.651"],["5471.760","15922.050"],["5472.756","15918.726"],["5473.214","15919.454"],["5474.509","15920.274"],["5472.779","15921.377"],["5472.838","15922.782"],["5469.917","15921.929"],["5473.446","15918.374"],["5474.264","15919.351"],["5470.806","15918.407"],["5471.538","15918.571"],["5470.316","15919.091"],["9817.823","15121.119"],["8516.185","12277.151"],["4526.228","10703.696"],["4523.163","10705.432"],["10050.302","16750.376"],["10125.733","16583.834"],["10106.181","16628.853"],["10369.989","15427.684"],["10355.502","15382.047"],["10326.347","15361.128"],["10393.446","15362.556"],["10296.688","15455.516"],["10252.037","15438.962"],["10294.282","15326.911"],["10265.132","15297.423"],["10423.537","15381.084"],["10407.191","15405.142"],["10361.043","15378.266"],["10362.880","15413.919"],["10350.351","15346.936"],["10376.567","15309.749"],["10337.265","15297.721"],["10316.768","15312.872"],["10262.592","15369.881"],["10376.431","15352.980"],["10406.249","15381.496"],["10339.045","15377.959"],["10263.264","15435.949"],["10443.170","15413.956"],["10413.613","15381.598"],["10354.277","15314.685"],["10286.157","15302.579"],["10280.691","15305.586"],["10254.508","15441.383"],["10448.982","15396.061"],["10284.754","15306.219"],["8064.809","12444.604"],["8055.329","12400.897"],["8081.153","12363.841"],["8102.541","12533.393"],["8137.638","12441.945"],["8093.789","12543.328"],["8107.636","12454.651"],["8059.546","12405.199"],["8046.941","12411.632"],["8094.009","12508.765"],["8120.144","12503.256"],["8086.273","12431.524"],["8111.020","12457.382"],["8109.033","12448.144"],["8052.098","12373.579"],["10848.663","15180.288"],["10882.108","15203.383"],["10836.502","15251.189"],["10803.054","15136.028"],["10837.246","15135.700"],["10713.275","15281.624"],["10785.423","15239.125"],["10725.366","15216.584"],["10736.393","15093.387"],["10688.142","15145.808"],["10808.363","15185.844"],["10865.450","15227.216"],["10758.607","15197.151"],["10701.851","15241.496"],["10872.586","15273.108"],["10858.703","15264.820"],["10848.276","15276.826"],["10853.560","15276.360"],["10807.290","15258.107"],["10794.313","15263.838"],["10798.606","15253.962"],["10776.750","15274.819"],["10751.119","15274.295"],["10703.587","15281.335"],["10809.395","15274.280"],["10174.982","15808.386"],["10088.553","15873.114"],["10236.671","15913.856"],["10155.393","15911.105"],["10148.508","15918.993"],["10072.891","15720.122"],["10150.998","15891.873"],["10149.375","15903.637"],["10141.166","15925.060"],["10136.941","15921.713"],["10155.526","15894.501"],["10139.487","15922.940"],["13834.429","15125.679"],["13901.670","15094.773"],["13903.417","15114.776"],["13936.864","15126.016"],["13949.637","15105.413"],["13860.020","15121.907"],["10351.725","14711.860"],["10341.125","14663.704"],["10286.892","14679.830"],["10298.050","14700.366"],["10275.196","14679.102"],["13714.057","9672.073"],["13668.868","9637.281"],["13667.547","9637.550"],["13666.647","9640.455"],["13798.428","9746.236"],["13667.593","9642.127"],["13668.601","9640.842"],["9994.154","12969.673"],["9918.695","12912.946"],["9940.537","12903.764"],["10030.974","12815.183"],["9949.708","12919.447"],["9944.663","12860.366"],["9850.889","12944.842"],["10031.193","12848.417"],["10016.435","12774.588"],["10017.520","12788.527"],["9852.852","12800.720"],["9889.859","12774.295"],["9967.356","12908.101"],["9959.461","12902.486"],["9929.649","12933.161"],["9904.468","12859.222"],["9875.188","12812.413"],["9957.076","12883.113"],["9902.913","12913.442"],["9914.073","12860.907"],["9952.882","12843.837"],["9866.306","12763.313"],["10010.047","12885.404"],["9906.132","12868.401"],["5876.394","19000.409"],["5875.711","18999.162"],["5872.186","18997.785"],["6018.705","19024.180"],["5870.794","18998.991"],["5872.489","19000.091"],["6216.287","13561.315"],["6192.899","13568.482"],["6217.373","13581.116"],["6193.442","13580.935"],["6150.609","13597.449"],["6155.683","13602.119"],["6194.478","13575.353"],["6193.507","13593.040"],["6155.467","13436.615"],["6121.396","13550.666"],["6207.011","13559.366"],["6221.863","13564.205"],["3208.249","8534.697"],["3197.077","8437.230"],["12723.805","13621.326"],["12721.461","13613.504"],["12722.152","13630.215"],["12614.903","13707.257"],["12616.178","13771.986"],["12661.328","13735.944"],["12719.816","13613.504"],["12722.161","13621.326"],["12720.508","13630.215"],["12683.611","13662.243"],["12678.536","13812.757"],["12599.315","13664.466"],["12628.958","13674.859"],["12726.753","13617.972"],["12580.832","13736.738"],["12725.109","13617.972"],["12628.393","13678.522"],["12591.119","13665.509"],["12576.960","13736.972"],["12604.300","13742.467"],["12594.279","13671.710"],["11994.730","14677.284"],["12009.471","14736.566"],["12140.204","14686.760"],["11993.289","14722.801"],["12000.516","14702.142"],["11966.137","14777.890"],["12018.538","14786.025"],["12008.173","14763.034"],["12106.468","14711.669"],["11995.916","14667.209"],["11984.412","14712.611"],["12000.881","14699.858"],["11959.743","14776.726"],["12014.710","14790.866"],["12106.148","14780.941"],["12105.439","14785.070"],["11998.652","14676.104"],["11965.412","14853.000"],["12066.763","14859.832"],["11989.094","14710.517"],["12013.273","14705.270"],["11972.378","14769.846"],["12029.997","14793.028"],["12107.435","14779.406"],["11996.304","14680.575"],["11984.416","14700.465"],["12009.792","14704.997"],["11965.434","14779.591"],["12029.552","14791.187"],["12105.249","14776.773"],["5913.972","14486.051"],["5972.698","14480.097"],["6013.287","14456.963"],["5836.641","14607.019"],["5977.327","14587.347"],["5922.300","14566.551"],["5897.255","14605.052"],["5878.808","14472.716"],["5943.179","14466.133"],["5834.755","14596.466"],["5837.814","14558.251"],["5970.957","14598.208"],["5939.282","14559.184"],["5909.544","14593.877"],["5883.245","14598.276"],["5859.828","14465.463"],["5971.605","14488.329"],["5969.818","14587.785"],["5928.857","14569.724"],["5881.532","14605.796"],["6008.864","14602.331"],["5906.964","14468.740"],["5897.709","14466.166"],["5974.359","14487.295"],["5974.152","14604.665"],["5905.771","14565.449"],["5933.069","14607.026"],["5846.183","14591.405"],["5842.855","14599.528"],["7558.439","10980.323"],["13633.040","12849.350"],["13964.972","14351.189"],["13950.948","14410.087"],["11785.924","13745.163"],["11783.582","13729.130"],["11782.112","13756.676"],["11792.271","13726.303"],["10813.205","14961.818"],["10766.619","14958.570"],["10826.732","14928.006"],["10779.314","15076.121"],["10768.039","15004.406"],["10806.220","15005.816"],["10713.422","14891.246"],["10705.133","14891.809"],["10689.536","14919.224"],["10711.730","14909.365"],["10870.461","14886.713"],["10822.327","14900.558"],["10794.098","15073.066"],["10844.587","14954.466"],["10869.734","15037.788"],["10879.971","14964.213"],["10860.385","14919.176"],["10822.088","14931.441"],["10840.059","14902.008"],["10782.989","14933.049"],["10765.945","14945.262"],["10866.873","15066.932"],["10809.077","15037.940"],["10675.911","14909.116"],["10776.817","14899.612"],["10782.283","14908.030"],["10847.388","14895.813"],["10800.274","15073.296"],["10835.919","14953.327"],["10876.777","14967.794"],["10767.278","14936.465"],["10794.608","14914.977"],["10775.538","14952.312"],["10734.437","14960.902"],["10762.993","14982.009"],["10854.889","15072.797"],["10872.821","15038.669"],["10872.009","15060.414"],["10860.765","14957.194"],["10807.077","14960.830"],["10818.868","14959.071"],["10687.465","15030.670"],["10690.281","15031.398"],["10713.770","14916.301"],["10762.376","14901.561"],["10841.483","14891.701"],["10865.367","14958.379"],["10881.665","14948.226"],["10688.250","15034.393"],["10725.113","15003.090"],["10710.630","14967.966"],["10698.840","14946.350"],["10680.020","14903.559"],["10686.626","14902.498"],["10714.165","14912.932"],["10770.830","14904.418"],["10877.040","14878.818"],["10848.904","14892.697"],["10824.761","14895.322"],["10704.950","15026.171"],["10701.585","15032.287"],["10699.954","15030.307"],["10700.075","15026.735"],["10692.382","15041.212"],["10695.215","15041.877"],["10693.404","15043.271"],["10705.037","15032.391"],["10705.924","15033.711"],["8968.852","14493.025"],["8898.901","14649.732"],["8946.621","14658.518"],["8914.882","14453.224"],["8840.748","14509.629"],["8778.061","14629.795"],["8891.417","14573.290"],["8796.449","14603.315"],["8830.726","14651.358"],["8830.134","14553.604"],["8969.874","14501.977"],["8912.180","14660.738"],["8947.952","14654.694"],["8844.852","14505.436"],["8822.038","14486.696"],["8883.858","14475.150"],["8856.210","14543.553"],["8822.140","14550.615"],["8825.907","14453.670"],["8967.613","14490.332"],["8794.536","14504.283"],["8788.862","14480.419"],["8899.986","14650.714"],["8925.611","14652.002"],["6955.312","14065.360"],["6970.523","14075.269"],["6926.707","14067.696"],["6958.761","14067.787"],["6959.024","14071.642"],["7042.777","14031.985"],["6958.212","14076.440"],["6957.250","14043.755"],["6959.700","14065.913"],["6943.139","14088.807"],["6953.566","14071.190"],["6956.885","14064.130"],["8247.506","12917.305"],["8309.858","12885.083"],["8231.526","12787.365"],["8194.125","12821.419"],["8178.171","12794.169"],["8205.444","12825.579"],["8237.753","12893.556"],["8276.470","12857.007"],["8272.826","12792.848"],["8243.516","12800.709"],["8260.644","12824.174"],["8300.529","12963.065"],["8266.306","12863.085"],["8209.421","12779.057"],["8270.443","12905.750"],["8290.473","12942.647"],["8257.654","12917.932"],["8280.829","12909.873"],["8200.243","12787.166"],["8185.539","12761.039"],["8182.000","12809.487"],["9143.403","11867.577"],["9108.555","11882.925"],["9135.588","11903.839"],["9168.578","11910.418"],["9152.262","11884.109"],["9126.937","11856.645"],["9016.415","11748.846"],["9052.976","11895.034"],["9051.742","11776.273"],["9055.433","11837.005"],["9006.628","11844.072"],["9165.108","11885.332"],["9197.968","11792.714"],["9015.122","11834.019"],["9103.060","11897.649"],["9048.454","11908.821"],["11936.807","4463.714"],["11965.433","4438.588"],["11983.374","4404.859"],["11991.791","4394.813"],["11991.509","4399.445"],["11990.652","4396.057"],["11989.670","4395.987"],["11992.974","4393.853"],["11992.047","4397.765"],["11991.438","4397.680"],["13320.764","16317.747"],["13371.490","16336.528"],["13353.571","16320.000"],["13221.984","16231.632"],["13236.634","16287.403"],["13281.764","16224.450"],["13228.050","16237.333"],["13319.031","16324.261"],["13368.449","16335.684"],["13237.460","16230.265"],["13213.340","16304.454"],["13226.176","16242.875"],["13240.703","16234.828"],["13209.542","16343.597"],["13327.871","16316.367"],["13224.873","16246.365"],["13209.113","16296.746"],["13228.477","16238.808"],["8815.841","17960.205"],["8808.301","18041.522"],["11039.562","16946.556"],["11080.546","16960.078"],["11043.864","16905.387"],["11062.084","16866.550"],["11032.376","16863.209"],["11044.547","16858.556"],["11071.204","16866.570"],["11061.212","16891.100"],["11027.125","16844.700"],["8062.234","10015.929"],["11920.477","4555.904"],["11862.933","4617.688"],["11884.532","4607.841"],["11865.331","4596.377"],["11880.114","4598.322"],["11795.639","4565.513"],["11801.616","4583.114"],["11805.312","4565.360"],["11811.737","4566.511"],["11915.571","4560.210"],["11917.004","4556.840"],["11867.963","4598.371"],["11808.739","4566.463"],["11864.950","4594.999"],["11865.986","4599.610"],["11870.740","4597.766"],["11869.000","4596.980"],["11868.548","4598.019"],["11882.657","4601.503"],["11799.558","4567.389"],["11798.256","4567.907"],["11798.274","4566.931"],["11800.045","4567.364"],["11794.755","4566.255"],["11796.117","4566.752"],["11796.323","4562.929"],["11799.406","4565.566"],["11799.566","4565.597"],["11798.927","4564.994"],["11808.328","4566.862"],["11804.743","4564.059"],["11806.724","4568.110"],["11810.696","4566.081"],["11808.975","4565.493"],["6726.298","15979.032"],["6729.920","15979.208"],["6729.044","15980.122"],["6729.597","15980.525"],["6728.589","15981.301"],["6727.357","15979.631"],["6725.697","15980.338"],["6726.023","15977.313"],["6724.502","15979.525"],["6730.618","15979.945"],["6729.769","15978.098"],["6730.448","15979.511"],["9108.159","13076.944"],["9068.172","13171.355"],["9063.319","13147.077"],["9068.553","13159.584"],["9059.786","13132.053"],["9072.098","13176.334"],["9152.305","13078.377"],["9084.637","13175.095"],["9072.371","13142.406"],["9077.646","13132.118"],["9065.233","13149.356"],["9072.986","13180.530"],["9068.594","13166.357"],["9068.139","13140.393"],["9053.197","13150.859"],["9153.624","13083.040"],["9076.227","13164.040"],["9054.882","13150.072"],["9064.812","13138.762"],["9069.808","13150.849"],["13620.814","14438.572"],["13623.392","14319.748"],["10882.058","15456.763"],["10866.098","15495.650"],["10866.411","15494.015"],["10825.748","15460.385"],["10867.916","15325.852"],["10746.664","15384.108"],["10737.636","15417.580"],["10798.426","15321.469"],["10867.496","15483.676"],["10833.269","15480.687"],["10862.605","15349.333"],["10745.548","15360.365"],["10748.335","15426.700"],["10813.296","15325.730"],["10836.800","15329.898"],["10856.970","15464.007"],["10837.611","15482.388"],["10808.891","15379.462"],["10864.667","15482.603"],["11216.287","13330.227"],["11172.624","13290.882"],["11242.331","13294.234"],["11285.242","13250.937"],["11189.347","13201.814"],["11290.902","13277.264"],["11290.396","13380.565"],["11260.365","13292.720"],["11268.104","13308.224"],["11217.191","13255.156"],["11299.545","13285.421"],["11219.948","13391.457"],["11220.936","13273.717"],["11209.075","13337.651"],["11266.997","13258.240"],["11258.367","13297.737"],["11234.983","13356.860"],["11280.544","13267.587"],["11270.131","13259.257"],["11266.128","13305.138"],["11300.737","13262.673"],["11284.954","13269.997"],["11295.462","13285.724"],["11189.345","13359.515"],["11185.737","13368.427"],["11240.810","13358.142"],["11251.797","13351.586"],["11255.222","13325.404"],["11273.374","13254.563"],["11244.820","13248.491"],["11262.817","13304.996"],["11184.336","13366.317"],["11244.448","13360.114"],["14923.113","15716.717"],["13226.810","15405.048"],["13247.308","15415.152"],["13239.644","15355.657"],["13273.220","15340.861"],["13345.744","15322.411"],["13341.230","15310.896"],["13388.519","15458.776"],["13384.002","15486.249"],["13231.034","15305.987"],["13353.632","15374.201"],["13307.958","15339.140"],["13353.851","15321.623"],["13339.287","15314.019"],["13376.025","15504.757"],["13204.884","15431.065"],["13262.426","15370.095"],["13263.359","15382.547"],["13305.326","15334.436"],["13259.796","15404.129"],["13234.574","15403.713"],["13260.342","15341.163"],["13384.253","15456.164"],["13375.904","15467.878"],["13325.200","15445.158"],["13339.887","15475.300"],["13351.365","15449.737"],["13219.349","15418.818"],["13277.096","15339.373"],["13259.486","15346.325"],["13217.894","15423.859"],["13203.298","15418.324"],["13227.853","15430.877"],["13202.468","15321.219"],["13228.180","15303.749"],["13211.323","15319.199"],["13239.319","15305.239"],["13279.682","15485.099"],["13325.947","15432.664"],["13350.425","15375.775"],["13350.785","15376.512"],["13351.418","15377.374"],["13350.185","15373.251"],["13354.687","15374.419"],["13350.402","15378.696"],["6901.936","17013.017"],["6900.386","17012.945"],["6898.417","17015.299"],["6899.208","17016.841"],["6900.705","17015.973"],["17121.372","4449.908"],["17017.524","4399.184"],["17110.237","4479.596"],["17160.963","4498.377"],["17143.045","4481.850"],["17011.458","4393.482"],["17015.650","4404.724"],["17157.472","4429.681"],["17182.215","4436.119"],["17108.504","4486.111"],["17157.923","4497.534"],["17026.934","4392.114"],["17117.210","4395.222"],["17152.674","4420.868"],["17030.177","4396.678"],["17102.107","4446.041"],["17103.355","4372.551"],["17160.549","4429.738"],["17017.951","4400.658"],["17117.345","4478.216"],["17014.347","4408.214"],["7627.530","13194.353"],["7639.710","13364.779"],["7545.362","13326.591"],["10424.945","16591.565"],["10264.686","16766.912"],["10257.607","16735.161"],["10301.485","16573.900"],["10321.002","16568.573"],["10361.210","16649.214"],["10362.111","16686.884"],["10285.464","16695.848"],["10336.858","16795.259"],["10335.751","16794.509"],["13482.078","16500.980"],["13492.286","16494.691"],["13482.532","16503.768"],["13484.050","16491.300"],["4308.190","12166.343"],["6874.166","14117.034"],["6875.460","14120.362"],["6874.716","14115.119"],["6871.482","14114.021"],["9811.750","12727.491"],["9807.445","12732.782"],["9684.189","12658.975"],["9626.459","12680.471"],["9674.472","12614.190"],["9769.746","12713.852"],["9669.644","12609.614"],["9674.797","12664.099"],["9637.766","12683.056"],["9812.113","12626.624"],["9682.269","12726.385"],["9630.394","12670.877"],["9662.962","12615.829"],["9662.727","12668.106"],["9703.709","12752.948"],["9825.549","12651.671"],["9646.954","12653.701"],["9649.976","12752.191"],["9693.832","12728.549"],["9800.783","12556.045"],["9674.396","12610.359"],["9661.197","12656.709"],["9620.641","12669.006"],["9811.523","12670.871"],["9828.807","12631.723"],["12766.739","7707.498"],["12767.150","7704.167"],["12766.296","7708.232"],["12769.117","7705.447"],["12764.808","7702.192"],["12765.550","7703.880"],["12766.340","7703.920"],["8107.467","15025.411"],["7177.991","17541.145"],["7205.098","17553.297"],["7229.205","17558.208"],["7195.511","17563.403"],["7216.721","17566.627"],["7226.399","17579.478"],["7199.358","17603.018"],["7212.673","17609.236"],["7162.753","17615.812"],["7181.610","17603.648"],["7241.712","17604.354"],["7228.358","17606.720"],["7167.587","17610.264"],["7180.257","17614.597"],["10012.499","14000.258"],["9831.606","14001.625"],["9846.961","13989.382"],["9857.282","13990.870"],["9876.493","13986.453"],["9890.273","13999.994"],["9892.991","13978.006"],["9966.259","13864.631"],["9894.769","13895.631"],["9837.758","13991.506"],["9972.882","13854.750"],["9847.423","13819.782"],["9941.478","14007.892"],["9987.296","13903.040"],["9917.954","13962.985"],["10003.613","13877.348"],["9890.091","13973.848"],["9848.688","13834.849"],["9984.593","13906.788"],["9899.334","13973.836"],["9854.361","13976.393"],["9868.643","13975.207"],["9876.032","13989.415"],["9889.921","13989.656"],["9890.917","13969.825"],["9864.340","13820.145"],["9923.647","13938.619"],["14118.279","15698.810"],["14138.404","15683.779"],["14188.516","15711.950"],["10264.946","9061.794"],["10262.521","9059.292"],["10261.819","9059.949"],["10265.511","9062.669"],["10264.485","9058.248"],["10259.562","9060.415"],["10261.513","9060.725"],["10307.895","9043.560"],["6509.506","13174.376"],["6469.790","12993.261"],["6473.321","13102.305"],["6641.841","13043.182"],["6480.295","13161.296"],["6482.081","13095.865"],["6629.733","12987.466"],["6563.382","13158.018"],["6643.570","13028.318"],["6465.146","12973.863"],["6602.660","13159.233"],["6657.953","13022.334"],["13381.005","13364.650"],["13218.817","13223.462"],["13385.792","13354.359"],["13224.863","13312.350"],["13216.750","13301.468"],["13387.671","13190.058"],["13388.883","13317.514"],["13346.714","13230.697"],["13358.169","13359.250"],["13217.437","13317.788"],["13217.411","13221.242"],["13217.839","13219.944"],["13216.878","13220.275"],["13218.362","13224.480"],["13218.749","13219.987"],["13221.080","13220.671"],["13035.685","16186.324"],["13065.582","16262.831"],["13017.739","16311.449"],["13005.701","16350.153"],["13035.091","16194.269"],["13036.629","16295.193"],["13076.789","16263.463"],["13030.047","16256.099"],["13004.789","16346.770"],["13043.134","16183.706"],["13040.113","16300.407"],["13091.541","16261.791"],["13044.907","16232.900"],["12996.327","16340.698"],["13019.594","16319.705"],["12990.293","16348.916"],["13018.801","16201.541"],["13030.271","16316.954"],["13117.846","16238.741"],["13165.986","16336.899"],["13036.502","16242.986"],["13029.444","16332.910"],["13003.033","16336.729"],["13030.335","16195.052"],["13040.676","16266.148"],["13103.846","16224.010"],["6084.118","15829.960"],["6087.379","15831.575"],["6086.214","15832.069"],["6086.624","15832.454"],["6085.314","15832.931"],["6084.825","15830.942"],["6083.025","15830.949"],["6084.570","15828.272"],["6087.824","15831.881"],["6088.478","15829.449"],["6087.710","15830.474"],["6087.847","15828.896"],["13174.687","14719.301"],["13074.066","14669.234"],["13156.184","14711.902"],["13173.482","14771.661"],["13184.251","14764.287"],["9960.259","16206.167"],["9974.794","16201.012"],["9969.500","16210.408"],["9965.593","16204.919"],["9978.633","16196.871"],["9975.075","16186.737"],["9970.723","16182.369"],["9970.028","16193.474"],["9960.302","16213.854"],["9970.614","16208.191"],["9982.591","16186.657"],["9967.406","16184.574"],["9975.324","16182.191"],["5401.350","10976.862"],["5260.108","10885.943"],["5409.781","11030.131"],["5404.717","10974.010"],["9859.341","16725.018"],["9850.579","16761.549"],["12038.017","14457.188"],["12019.940","14472.946"],["12019.297","14454.835"],["12097.666","14600.003"],["12126.164","14606.728"],["12077.459","14577.606"],["12128.163","14605.757"],["12124.180","14526.559"],["12059.392","14529.375"],["11986.297","14646.025"],["11991.882","14640.928"],["12142.194","14489.766"],["12095.080","14451.894"],["12108.729","14485.388"],["12084.579","14580.897"],["12085.327","14609.132"],["12138.488","14659.117"],["12123.827","14519.175"],["12063.554","14524.514"],["12019.296","14642.445"],["12051.989","14459.107"],["12049.506","14459.173"],["11962.962","14630.632"],["12000.656","14636.172"],["12032.497","14451.557"],["12031.736","14466.460"],["12050.588","14461.726"],["11981.275","14658.354"],["11988.159","14642.781"],["12458.325","12914.291"],["12402.188","12857.230"],["12544.915","12923.370"],["12460.347","12910.522"],["12459.248","12840.945"],["12540.490","12867.227"],["12414.038","12932.736"],["12472.710","12954.663"],["12459.245","12771.329"],["12552.745","12820.243"],["12518.818","12890.540"],["12458.147","12864.201"],["12415.937","12892.363"],["12359.272","12900.405"],["12435.430","12944.237"],["12499.059","12950.440"],["12478.869","12890.065"],["12438.113","12881.622"],["12464.139","12937.235"],["12505.979","12879.244"],["12491.090","12851.516"],["12382.103","12905.251"],["12426.361","12859.227"],["12436.638","12904.743"],["12481.405","12960.201"],["12490.887","12934.591"],["12555.862","12902.595"],["12393.048","12883.177"],["12395.201","12884.728"],["12393.959","12884.344"],["12398.698","12883.582"],["12400.576","12880.661"],["12399.990","12882.529"],["12392.063","12879.366"],["12392.815","12876.549"],["12392.378","12877.974"],["12396.112","12875.667"],["12399.406","12877.507"],["12397.901","12876.321"],["12491.315","12847.540"],["12492.602","12846.485"],["12493.193","12844.620"],["12487.845","12848.695"],["12486.616","12848.316"],["12485.719","12847.153"],["12484.765","12843.351"],["12485.099","12841.969"],["12485.533","12840.543"],["12488.798","12839.648"],["12490.566","12840.294"],["12492.050","12841.474"],["6214.523","12819.806"],["6216.138","12894.032"],["8469.455","19017.211"],["8500.289","19017.526"],["8369.175","19061.970"],["8472.258","19016.054"],["8471.910","19015.089"],["8471.200","19014.427"],["8472.103","19012.716"],["8472.610","19018.358"],["8468.426","19017.344"],["8473.292","18225.956"],["13476.134","13830.445"],["14481.162","8679.845"],["14671.466","8713.912"],["14557.297","8638.085"],["14672.175","8715.672"],["14480.038","8676.770"],["14479.271","8677.149"],["14478.519","8677.806"],["14482.375","8676.497"],["14481.009","8680.877"],["14477.241","8676.849"],["14823.786","17078.734"],["10067.073","12306.314"],["10081.799","12290.069"],["10118.691","12229.293"],["10068.095","12188.235"],["10041.039","12144.767"],["10147.887","12328.674"],["10173.195","12324.689"],["10106.341","12251.805"],["10103.175","12286.958"],["10051.152","12330.146"],["10118.493","12239.846"],["10131.470","12245.643"],["10068.259","12173.306"],["10044.425","12289.237"],["10103.592","12244.124"],["10089.151","12242.984"],["10082.864","12182.009"],["10061.450","12145.593"],["10126.489","12304.850"],["10102.435","12277.313"],["10121.300","12275.282"],["10143.888","12265.263"],["10127.348","12242.056"],["8767.214","16701.616"],["8710.773","16600.210"],["8692.508","16611.137"],["8636.915","16643.833"],["8605.634","16626.751"],["8583.051","16627.266"],["8767.056","16705.083"],["8714.904","16600.398"],["8696.676","16611.913"],["8639.692","16647.277"],["8608.899","16629.609"],["8581.191","16623.175"],["10492.080","16537.034"],["10492.968","16540.981"],["10496.209","16539.396"],["10478.180","16495.553"],["10490.403","16535.730"],["11981.744","13294.680"],["12002.895","13288.226"],["10456.766","16977.600"],["10256.260","16821.119"],["10443.935","16817.991"],["10370.032","16805.575"],["10259.081","16825.302"],["10269.920","16836.722"],["10449.258","16822.062"],["10453.638","16841.747"],["10433.254","16839.065"],["10383.330","16878.567"],["10297.593","16844.365"],["10310.561","16885.108"],["10258.234","16837.489"],["10269.051","16828.969"],["10298.648","16877.876"],["10327.550","16907.280"],["10339.348","16880.149"],["10363.536","16967.170"],["10392.451","16939.389"],["10417.914","16903.306"],["13132.558","13690.213"],["13025.019","13721.143"],["13018.552","13655.408"],["13158.039","13715.653"],["13062.252","13750.696"],["13133.176","13686.642"],["13132.530","13691.252"],["13127.751","13687.418"],["13025.759","13717.633"],["13026.593","13717.503"],["13026.475","13718.550"],["13027.568","13719.473"],["13026.043","13721.978"],["13023.384","13720.939"],["13023.420","13717.820"],["13024.797","13717.462"],["13023.868","13717.138"],["13027.354","13718.586"],["13130.743","13687.121"],["13129.999","13687.574"],["13129.255","13688.264"],["13025.707","13720.361"],["9136.546","12518.108"],["9044.833","12376.916"],["9102.364","12508.803"],["9046.619","12489.682"],["9052.096","12442.417"],["9095.660","12403.874"],["9197.314","12356.940"],["9026.096","12345.346"],["9125.126","12500.164"],["8991.580","12492.186"],["9034.665","12402.949"],["9087.425","12394.160"],["9168.570","12376.874"],["8996.426","12342.311"],["9108.679","12514.104"],["9046.419","12485.071"],["9015.964","12428.249"],["9137.158","12420.832"],["9123.132","12366.747"],["9018.393","12337.759"],["9136.465","12511.794"],["8995.561","12410.185"],["13284.679","14134.368"],["13310.982","14162.582"],["13406.899","14101.369"],["13408.519","14101.265"],["13269.410","14127.207"],["13370.207","14175.663"],["13285.514","14123.799"],["13401.926","14066.586"],["13257.551","14143.898"],["13340.986","14182.408"],["8142.882","12584.288"],["8131.953","12647.687"],["8121.829","12581.246"],["8135.341","12629.177"],["8145.134","12593.572"],["8130.517","12583.367"],["8127.590","12625.043"],["8112.115","12581.588"],["8133.898","12626.815"],["13276.001","13993.275"],["13264.529","13977.509"],["13285.089","13981.473"],["13381.360","13851.897"],["13255.977","13955.246"],["13235.960","14018.153"],["13373.988","13897.292"],["13277.900","13990.235"],["13274.192","13989.636"],["13275.166","13989.818"],["13273.857","13990.406"],["13276.169","13989.676"],["13276.962","13989.385"],["13278.277","13991.024"],["13276.577","13992.244"],["13277.165","13993.822"],["13274.322","13993.542"],["13240.599","14007.765"],["13277.025","13990.478"],["14074.423","15237.897"],["6035.057","13622.694"],["6029.597","13613.577"],["5935.228","13685.199"],["5954.392","13665.869"],["5950.362","13668.907"],["6038.873","13636.038"],["6035.627","13685.106"],["6010.347","13691.151"],["6028.692","13622.264"],["5965.741","13654.176"],["6036.340","13619.275"],["9787.430","15064.330"],["9809.696","15011.577"],["9805.863","14976.992"],["9703.802","15005.293"],["9684.594","14884.487"],["9822.575","14910.394"],["9751.811","15010.425"],["9707.447","15011.705"],["9694.706","14872.855"],["9678.194","14876.135"],["9665.571","14879.349"],["12679.377","13162.895"],["12701.079","13179.358"],["12577.803","13164.704"],["12570.327","13107.976"],["12603.823","13067.700"],["12775.104","13099.451"],["12764.556","13086.172"],["12775.508","13013.680"],["12770.670","13049.174"],["12680.624","13059.473"],["12625.914","13107.267"],["12700.983","13067.964"],["12744.915","13043.780"],["12733.099","13072.804"],["12684.515","13140.256"],["12655.664","13123.178"],["12764.285","13082.183"],["12772.588","13117.272"],["12667.461","13091.153"],["12721.365","13101.365"],["12681.315","13165.388"],["12656.540","13125.818"],["12619.889","13130.860"],["12610.157","13110.664"],["12599.305","13106.277"],["12572.471","13147.055"],["12721.049","13090.809"],["12771.350","13051.713"],["12703.757","13107.299"],["12693.471","13088.035"],["12691.627","13110.954"],["12720.868","13099.273"],["12642.593","13158.319"],["12569.344","13153.886"],["12592.256","13141.080"],["12622.758","13171.651"],["12653.800","13125.699"],["12687.449","13164.538"],["12675.697","13160.941"],["12572.700","13076.306"],["12749.026","13127.965"],["12686.269","13089.010"],["12719.067","13101.520"],["12692.332","13108.769"],["13331.898","16288.059"],["13271.631","16165.886"],["13326.435","16241.505"],["13367.999","16267.831"],["13392.741","16274.269"],["13262.578","16174.097"],["13329.606","16241.723"],["13363.200","16259.018"],["13251.602","16171.763"],["13312.634","16284.192"],["13313.881","16210.701"],["13371.076","16267.888"],["13256.607","16154.979"],["7679.948","12626.927"],["7689.526","12572.983"],["7694.427","12656.249"],["7672.692","12701.102"],["7678.831","12653.066"],["7696.307","12598.883"],["8733.327","9424.296"],["8735.342","9421.931"],["12383.361","14004.366"],["12428.057","13997.255"],["12369.061","13980.744"],["12370.328","13979.117"],["12404.673","13925.093"],["12419.121","13905.364"],["12421.652","13903.782"],["12446.790","13897.038"],["12496.400","13902.803"],["12482.051","13959.953"],["12527.361","13952.594"],["12519.063","13936.369"],["12416.334","13931.703"],["12433.510","13891.724"],["12509.603","13979.555"],["12557.542","13930.066"],["12542.961","13925.201"],["12535.282","13938.241"],["12480.892","13978.278"],["12520.041","13973.295"],["12495.674","13952.221"],["12495.483","13953.934"],["12434.563","13853.001"],["12405.329","13939.185"],["12380.890","14006.536"],["12393.085","13952.595"],["12505.129","13960.920"],["12393.229","13957.309"],["12439.560","13983.430"],["12425.659","13997.726"],["12425.689","13999.035"],["12420.921","14012.476"],["12417.548","14012.767"],["12523.549","13969.832"],["12439.414","13891.901"],["12493.349","13954.214"],["12407.247","14025.238"],["12395.197","13947.679"],["12393.675","13955.672"],["12520.875","13933.771"],["12498.276","13906.530"],["12411.476","13960.674"],["12412.888","13961.556"],["12366.268","13977.569"],["12566.730","13950.985"],["12360.347","14001.213"],["12396.327","13953.583"],["12421.466","13999.144"],["12436.714","13982.608"],["12439.288","13980.966"],["12466.296","13931.738"],["12452.400","13920.976"],["12398.346","13987.243"],["12385.307","13928.087"],["12384.901","13930.382"],["12384.401","14007.175"],["12458.957","13935.339"],["12420.195","13934.860"],["12413.884","13959.479"],["12358.745","14002.289"],["12450.275","13919.019"],["12468.293","13921.439"],["12485.946","13916.668"],["12565.199","13866.607"],["14924.568","8807.517"],["15019.129","8794.644"],["13271.281","16131.982"],["13406.402","15957.718"],["9615.703","16868.576"],["9849.507","14071.807"],["9886.510","14094.424"],["9931.606","14079.935"],["9934.936","14101.009"],["9987.476","14143.185"],["10022.660","14196.457"],["9999.993","14053.269"],["10023.432","14054.536"],["9861.032","14082.224"],["9882.613","14093.610"],["9974.685","14149.183"],["9933.142","14090.773"],["10000.379","14178.128"],["10034.859","14183.977"],["9865.362","14109.244"],["9864.626","14111.041"],["7768.975","12253.081"],["7731.968","12260.347"],["7774.403","12245.500"],["7801.904","12335.095"],["7736.029","12193.026"],["7880.726","12317.011"],["7799.654","12217.946"],["7791.327","12263.353"],["7845.173","12306.008"],["7912.642","12332.541"],["13428.551","16326.252"],["13548.900","16298.522"],["13493.905","16239.880"],["13563.727","16159.180"],["13499.525","16243.765"],["13560.206","16160.707"],["13566.578","16161.224"],["13554.809","16173.281"],["13547.649","16295.145"],["13546.838","16295.466"],["13545.962","16296.001"],["13544.641","16294.915"],["13550.127","16295.111"],["13548.672","16299.525"],["10988.391","14967.754"],["10924.913","14875.308"],["10898.519","14932.607"],["11029.823","14937.290"],["11005.154","14976.748"],["11005.035","15048.987"],["11057.103","14964.375"],["11026.725","14996.180"],["10923.897","14975.177"],["10890.789","15039.051"],["10883.405","15027.655"],["10975.737","14956.213"],["10937.141","14901.301"],["10910.154","14905.710"],["10998.949","15064.148"],["11054.307","14961.171"],["10883.027","14881.659"],["11041.184","14989.797"],["10922.775","14982.450"],["11004.151","15007.549"],["10989.130","15042.761"],["11067.280","15030.862"],["11055.684","14956.299"],["10950.054","14975.357"],["10917.502","14960.930"],["11023.328","14984.114"],["11003.456","15067.022"],["11058.711","15021.993"],["11072.476","14987.546"],["10903.553","16273.619"],["10900.359","16273.886"],["6526.188","9254.299"],["6477.319","9311.157"],["8566.607","17181.358"],["7739.378","18551.847"],["7798.325","18672.293"],["7910.972","18617.073"],["9489.624","12378.971"],["9579.657","12403.362"],["9510.548","12372.666"],["9566.149","12411.147"],["9497.260","12379.857"],["9567.465","12387.216"],["9489.183","12363.828"],["9613.334","12367.669"],["7695.507","13649.757"],["7695.755","13641.184"],["7690.378","13663.734"],["10605.790","8141.571"],["10502.710","8220.598"],["10576.056","8183.743"],["10588.294","8138.310"],["10605.249","8199.178"],["10488.348","8183.817"],["10616.756","8158.768"],["10578.386","8195.569"],["10610.422","8220.188"],["10476.543","8147.127"],["10523.086","8167.839"],["10474.371","8149.863"],["7163.478","16420.755"],["7167.043","16420.889"],["7166.299","16421.733"],["7166.741","16422.174"],["7165.774","16423.000"],["7164.417","16421.437"],["7162.910","16422.083"],["7163.234","16418.975"],["7167.584","16421.136"],["7167.101","16418.596"],["7166.948","16419.708"],["7166.314","16418.331"],["10993.881","15826.518"],["11000.663","15809.519"],["4664.956","10657.772"],["8897.879","12584.068"],["8938.393","12559.841"],["12874.783","16322.804"],["12945.318","16213.346"],["12948.754","16264.055"],["12865.670","16336.742"],["12950.886","16229.472"],["12985.927","16203.932"],["12981.180","16224.994"],["12951.169","16231.537"],["12858.165","16334.692"],["12940.451","16216.069"],["12948.573","16261.583"],["12980.426","16202.135"],["8817.398","14238.855"],["8853.887","14359.627"],["8868.566","14300.672"],["8946.773","14244.388"],["8941.872","14328.104"],["8897.201","14364.124"],["8850.936","14382.385"],["8866.971","14349.707"],["8818.319","14288.286"],["8918.648","14343.067"],["8909.503","14346.882"],["7567.338","14167.942"],["7588.342","14172.410"],["7699.900","14042.332"],["7611.390","14227.954"],["7665.098","14200.251"],["7721.529","14204.528"],["7543.421","14173.096"],["7616.037","14167.172"],["7583.910","14171.744"],["12992.320","12719.407"],["12920.088","12973.229"],["12905.204","13077.975"],["12948.195","13135.759"],["12965.200","13155.626"],["12903.359","13089.204"],["12965.706","13142.052"],["12952.596","13138.173"],["12937.597","13054.334"],["12899.696","13073.260"],["12899.696","13069.858"],["12908.600","13079.067"],["12908.858","13078.306"],["12909.047","13077.295"],["12907.006","13081.037"],["12904.638","13077.113"],["12910.674","13077.052"],["12963.918","13150.580"],["12964.492","13156.368"],["12968.105","13153.469"],["12966.124","13152.236"],["12965.308","13152.097"],["12964.367","13152.151"],["14649.623","9790.992"],["14561.906","9677.466"],["14560.306","9677.248"],["14557.682","9679.802"],["14557.757","9681.575"],["14647.618","9788.243"],["14646.953","9788.799"],["14646.237","9789.547"],["14649.865","9787.411"],["14649.631","9791.980"],["14644.776","9788.966"],["14559.579","9680.701"],["8972.910","12389.534"],["8963.016","12393.504"],["8938.933","12451.778"],["8945.931","12353.433"],["8810.922","12351.336"],["8940.108","12469.993"],["8798.420","12464.563"],["8867.725","12470.705"],["8921.036","12523.606"],["8852.851","12362.976"],["8974.285","12409.501"],["8804.587","12441.779"],["8860.700","12492.997"],["8794.973","12375.348"],["8880.261","12430.103"],["8854.451","12478.667"],["8856.272","12361.910"],["8842.334","12460.328"],["8958.023","12504.096"],["8805.165","12346.313"],["8803.232","12401.365"],["8956.452","12386.668"],["8788.373","12505.593"],["8849.172","12531.558"],["8891.005","12531.468"],["8837.674","12337.520"],["8399.450","15036.330"],["7259.881","13398.130"],["7219.528","13475.849"],["7191.144","13470.796"],["7288.395","13531.843"],["7297.540","13458.149"],["7294.410","13576.541"],["7145.870","13434.039"],["7220.878","13541.653"],["7115.723","13507.147"],["7139.079","13448.957"],["7221.909","13517.004"],["7175.031","13469.569"],["7232.087","13419.483"],["7212.579","13397.047"],["7287.620","13464.800"],["7196.176","13491.672"],["7268.198","13513.419"],["7228.542","13595.069"],["7264.784","13541.502"],["7223.971","13537.506"],["7165.713","13473.354"],["7252.720","13409.434"],["7221.710","13440.548"],["7250.869","13550.743"],["7226.183","13516.004"],["7183.756","13474.063"],["7244.394","13398.842"],["7251.462","13428.957"],["7245.792","13419.081"],["7258.497","13561.862"],["7257.836","13513.877"],["7186.040","13464.375"],["8977.386","17144.936"],["16127.546","5747.081"],["13247.293","16449.550"],["13252.495","16496.705"],["13230.442","16390.263"],["13329.282","16419.715"],["13205.017","16513.189"],["13336.233","16561.525"],["13247.092","16446.338"],["13257.214","16509.424"],["13226.385","16373.679"],["13241.987","16439.402"],["13282.708","16485.252"],["13338.682","16424.883"],["13252.528","16518.645"],["13252.680","16436.196"],["13224.633","16429.405"],["12793.044","12965.891"],["12870.893","12914.841"],["12851.662","12886.054"],["12814.003","12943.880"],["12844.735","12924.746"],["12791.073","12822.473"],["12834.368","12940.832"],["12847.880","12908.792"],["12828.564","12897.368"],["12827.816","12877.941"],["12875.772","12896.645"],["12878.279","12880.059"],["12867.390","12886.766"],["12877.302","12893.438"],["12819.295","12795.852"],["12798.591","12903.837"],["12850.592","12856.696"],["12857.733","12889.522"],["12783.893","12858.511"],["12844.634","12789.151"],["12780.080","12792.255"],["12794.248","12829.293"],["12812.264","12927.750"],["12875.853","12899.470"],["12826.440","12963.094"],["12809.766","12891.643"],["12861.071","12887.302"],["12836.368","12805.515"],["12827.075","12855.377"],["12813.467","12892.885"],["12874.955","12878.904"],["12874.657","12879.727"],["12874.576","12880.742"],["12876.457","12876.946"],["12878.981","12880.875"],["12872.839","12881.069"],["11348.201","15333.359"],["11352.773","15334.548"],["11318.884","15359.877"],["11334.887","15353.799"],["11501.381","15471.711"],["11380.424","15392.866"],["11427.888","15300.776"],["11348.497","15352.979"],["11364.484","15332.566"],["11326.696","15356.409"],["11338.719","15356.937"],["11475.059","15427.092"],["11497.284","15449.660"],["11368.110","15402.699"],["11365.405","15355.077"],["11368.958","15339.238"],["11331.614","15375.385"],["11331.647","15352.462"],["11361.606","15338.776"],["11356.194","15353.408"],["11320.068","15375.484"],["11327.486","15354.509"],["13843.234","15124.398"],["13843.724","15261.946"],["13863.851","15270.040"],["13921.330","15271.882"],["13971.650","15264.778"],["13998.432","15262.057"],["14028.836","15289.491"],["13996.018","15252.103"],["13839.677","15259.488"],["13868.161","15288.505"],["13882.635","15271.582"],["13891.437","15270.977"],["13946.441","15260.720"],["14017.282","15260.712"],["13966.182","15291.211"],["13840.833","15273.860"],["13868.223","15261.871"],["13902.881","15265.527"],["13936.468","15265.195"],["13837.595","15289.284"],["14001.729","15242.602"],["13966.835","15292.981"],["14037.485","15263.223"],["13997.898","15263.418"],["13842.288","15092.079"],["13839.185","15263.361"],["13832.634","15283.278"],["13857.927","15269.313"],["13881.438","15270.843"],["13963.170","15264.929"],["13980.863","15290.921"],["13985.434","15268.981"],["14017.781","15255.306"],["5159.310","11010.995"],["5185.192","10943.283"],["8180.913","12367.111"],["8324.780","12504.894"],["8311.277","12536.075"],["8249.566","12430.229"],["8264.659","12419.465"],["8296.684","12393.853"],["8154.974","12456.049"],["8176.809","12472.130"],["8205.613","12409.364"],["8171.748","12398.447"],["8222.321","12462.286"],["8355.942","12475.587"],["8197.476","12404.551"],["8226.803","12500.650"],["8328.514","12439.989"],["8323.477","12371.887"],["8158.658","12457.519"],["8182.221","12486.961"],["8182.093","12419.950"],["8236.937","12499.644"],["8267.853","12442.199"],["8355.514","12370.350"],["8148.923","12336.508"],["8239.583","12483.755"],["8342.667","12447.060"],["8324.617","12439.566"],["8197.422","12418.331"],["8174.297","12422.493"],["8240.439","12484.809"],["8252.103","12392.888"],["8164.548","12395.781"],["8313.958","12516.455"],["8269.924","12344.257"],["8150.352","12508.204"],["8194.380","12404.558"],["8181.764","12391.725"],["8219.003","12502.146"],["8146.566","12527.302"],["8254.126","12389.383"],["8300.830","12366.631"],["5821.038","18954.439"],["5819.507","18953.952"],["5816.281","18955.527"],["5816.264","18957.348"],["5818.242","18956.948"],["13467.791","13796.648"],["13415.622","13657.482"],["13410.307","13769.369"],["13477.201","13613.602"],["13512.075","13782.048"],["13431.907","13775.440"],["15170.917","8982.376"],["15169.347","8982.726"],["15167.696","8985.999"],["15168.680","8987.614"],["15170.071","8986.171"],["14469.430","15972.856"],["14533.832","15967.458"],["14488.553","15990.363"],["4447.752","10505.239"],["4444.321","10506.144"],["4359.109","10602.489"],["1624.995","13413.967"],["1626.583","13413.519"],["1623.433","13417.358"],["1655.639","13455.041"],["1811.079","13512.957"],["1624.350","13418.909"],["1725.999","13504.799"],["1688.320","13528.192"],["1625.727","13417.379"],["8597.711","17950.757"],["8594.849","17952.078"],["8649.657","17915.564"],["8714.917","14362.728"],["8663.897","14394.942"],["8757.628","14423.573"],["8734.849","14361.096"],["8733.856","14397.245"],["10971.908","12637.964"],["10945.483","12621.842"],["10889.485","17431.830"],["10887.613","17425.884"],["10896.643","17425.813"],["10896.571","17415.902"],["10891.245","17433.980"],["10889.531","17422.745"],["10903.833","17422.168"],["10891.572","17434.689"],["8733.763","13716.620"],["8737.452","13719.874"],["8716.622","13717.938"],["8705.534","13760.495"],["8724.070","13765.751"],["8748.486","13764.008"],["8719.627","13815.583"],["8573.650","13764.627"],["8622.137","13614.438"],["8576.806","13663.845"],["8702.723","13733.389"],["8646.427","13652.402"],["8761.094","13627.716"],["8743.142","13619.469"],["8765.485","13661.299"],["8754.984","13666.673"],["8725.467","13683.557"],["8581.519","13692.036"],["8724.711","13666.593"],["8627.867","13624.963"],["8589.456","13800.383"],["8583.756","13702.573"],["8724.558","13730.610"],["8648.362","13636.593"],["8745.879","13732.533"],["8740.818","13693.767"],["8737.664","13734.265"],["8733.272","13746.471"],["8717.553","13738.934"],["8736.720","13711.952"],["8726.177","13694.098"],["8761.321","13712.918"],["8578.617","13762.646"],["8583.016","13710.038"],["8595.837","13613.662"],["8712.612","13717.891"],["8618.821","13768.212"],["8572.562","13663.876"],["7343.240","12526.409"],["7419.804","12359.517"],["7932.326","12369.616"],["7751.185","12385.243"],["7916.932","12453.182"],["7897.150","12425.532"],["7891.099","12340.820"],["7899.152","12382.496"],["7865.334","12435.061"],["7908.713","12443.198"],["7775.195","12384.693"],["7836.071","12370.762"],["7762.615","12368.538"],["7924.023","12398.518"],["7916.007","12499.373"],["7868.545","12426.806"],["7815.353","12384.908"],["7746.702","12350.746"],["7911.658","12515.366"],["14108.758","8518.166"],["14107.917","8514.677"],["14107.157","8514.842"],["14106.188","8515.218"],["14110.272","8515.138"],["14108.326","8519.101"],["14105.172","8513.918"],["6586.178","12821.696"],["6564.563","12869.972"],["6517.424","12898.758"],["6501.199","12922.616"],["6496.084","12947.141"],["6556.782","12962.804"],["6595.975","12810.738"],["6627.011","12824.627"],["6503.968","12780.583"],["6671.769","12799.630"],["6485.741","12801.367"],["6566.701","12900.575"],["6477.416","12966.811"],["6518.828","12899.652"],["6512.463","12904.738"],["6566.928","12766.295"],["6554.454","12882.545"],["6618.810","12789.695"],["6578.115","12839.056"],["6489.998","12933.335"],["6638.085","12861.209"],["6668.791","12870.289"],["6560.006","12776.837"],["6500.729","12813.103"],["6634.326","12822.472"],["6557.640","12959.575"],["6555.879","12963.080"],["6497.170","12937.150"],["6623.793","12943.191"],["6598.803","12812.835"],["6600.779","12910.424"],["6647.398","12849.000"],["6525.673","12931.348"],["6559.002","12960.581"],["6557.948","12958.677"],["6559.887","12960.837"],["11414.260","13131.899"],["11479.455","12980.737"],["11485.570","12971.857"],["11342.278","13103.874"],["11399.166","13152.154"],["11317.584","13179.634"],["11386.978","13161.818"],["11329.569","13077.191"],["11507.515","12995.693"],["11502.350","12976.156"],["11487.461","12974.959"],["11396.780","13137.807"],["11310.769","13107.579"],["11501.341","12993.713"],["11500.319","12971.934"],["11374.884","13116.570"],["11374.286","13107.753"],["11335.623","13098.154"],["11329.732","13153.005"],["8390.515","12133.218"],["8434.203","12201.035"],["8409.976","12191.952"],["8507.797","12207.324"],["8560.790","12166.796"],["8544.623","12250.792"],["8414.627","12132.294"],["8376.209","12262.257"],["8361.587","12259.829"],["8520.083","12265.227"],["8548.290","12262.402"],["8423.458","12214.500"],["8421.118","12281.982"],["8481.013","12268.506"],["8402.070","12127.278"],["8436.002","12226.866"],["8377.476","12234.726"],["8496.267","12197.696"],["8553.883","12249.521"],["8407.690","12174.416"],["8360.143","12136.053"],["8369.959","12243.545"],["8488.077","12191.585"],["8408.840","12220.239"],["8465.469","12275.507"],["10188.860","9993.165"],["15517.060","5313.511"],["11223.021","17361.982"],["11239.507","17370.793"],["11265.759","17338.117"],["11248.066","17327.956"],["11163.556","17294.557"],["11194.623","17359.462"],["11173.383","17342.120"],["11185.281","17396.879"],["11128.345","17298.859"],["11108.690","17200.962"],["11234.483","17363.171"],["11302.201","17302.258"],["11187.616","17351.322"],["11236.898","17365.154"],["11158.247","17298.295"],["11190.123","17398.954"],["11233.738","17365.715"],["11195.388","17399.690"],["11126.507","17203.746"],["12233.353","14745.754"],["12226.041","14713.712"],["12170.652","14724.214"],["12235.403","14672.587"],["12299.817","14841.484"],["12306.093","14819.002"],["12304.709","14783.409"],["12212.280","14861.456"],["12187.498","14704.784"],["12156.421","14730.599"],["12336.654","14796.418"],["12146.758","14704.992"],["12206.463","14711.310"],["12218.858","14761.610"],["12257.486","14843.435"],["12226.905","14825.014"],["12249.682","14780.505"],["12167.113","14793.384"],["12205.650","14703.038"],["12258.127","14737.441"],["12307.504","14755.612"],["12225.936","14765.852"],["12203.191","14780.101"],["12215.721","14805.616"],["12328.627","14757.944"],["8522.336","13914.295"],["8471.641","13899.202"],["8476.685","13974.453"],["8532.541","13964.107"],["8531.192","13985.698"],["8524.104","13828.582"],["8523.093","13918.011"],["8456.723","13905.197"],["8472.343","13996.401"],["8533.528","13965.561"],["8454.298","13896.248"],["8367.442","13937.269"],["8457.842","13826.002"],["8363.988","13985.879"],["8470.452","13979.620"],["8526.399","13914.939"],["8459.158","13910.763"],["8478.313","13988.903"],["8554.597","13953.785"],["8510.271","14018.893"],["8556.735","13847.282"],["8524.408","13912.776"],["8473.730","13903.248"],["8471.043","13993.908"],["8550.058","13955.519"],["10367.648","12775.972"],["10345.099","12785.320"],["10284.165","12968.196"],["10339.523","12870.423"],["10336.628","12769.284"],["10293.994","12954.390"],["10363.552","12776.980"],["10272.043","12930.079"],["10262.100","12946.121"],["13337.812","13784.614"],["13215.459","13679.317"],["13353.295","13766.109"],["13339.520","13637.449"],["13376.605","13619.930"],["13369.061","13788.958"],["13304.293","13765.865"],["13324.491","13802.721"],["13400.530","13630.309"],["13276.011","13684.945"],["13386.726","13811.510"],["13327.180","13791.334"],["13381.215","13770.955"],["8288.620","13476.077"],["8260.014","13463.645"],["8350.202","13408.608"],["8310.535","13393.321"],["8325.841","13501.299"],["8337.848","13598.108"],["8203.687","13540.780"],["8249.307","13476.443"],["8241.051","13594.852"],["8272.374","13575.104"],["8303.693","13475.653"],["8291.343","13417.978"],["8317.439","13448.212"],["8283.561","13397.054"],["8323.176","13514.941"],["8301.486","13577.091"],["8244.669","13534.398"],["8239.779","13477.720"],["8179.447","13515.150"],["8168.661","13512.121"],["8272.939","13438.280"],["8318.574","13456.172"],["8309.416","13400.621"],["8314.038","13550.230"],["8237.021","13548.717"],["8215.612","13572.273"],["8232.786","13503.035"],["8280.081","13531.821"],["8233.454","13456.153"],["8261.568","13584.947"],["8176.564","13587.733"],["8215.763","13521.377"],["8289.344","13510.611"],["8281.774","13409.012"],["8288.347","13413.173"],["8294.499","13554.293"],["8235.804","13538.296"],["8244.316","13501.548"],["9122.569","12679.093"],["9195.949","12721.722"],["9021.206","12733.501"],["9180.766","12751.895"],["9143.613","12684.869"],["9194.004","12692.207"],["9146.359","12697.913"],["9144.066","12729.002"],["8999.403","12733.912"],["9105.523","12748.801"],["9083.454","13024.668"],["9110.199","13038.912"],["9140.486","13038.214"],["9173.195","13049.278"],["9000.185","12972.820"],["9155.590","13005.725"],["9177.676","13044.997"],["9071.750","12982.276"],["9198.321","13157.582"],["9077.633","12996.824"],["9181.839","13052.045"],["9011.342","12990.609"],["9136.902","12976.356"],["5702.396","15503.766"],["5703.241","15504.494"],["5700.183","15504.812"],["5704.806","15504.806"],["5703.518","15506.157"],["5702.117","15504.809"],["5700.362","15504.031"],["5701.216","15504.107"],["5703.023","15503.459"],["12314.767","14071.512"],["12306.393","14088.709"],["12351.107","14047.244"],["12318.992","14050.578"],["12349.303","14083.641"],["12354.644","14087.261"],["12315.827","14053.096"],["12289.530","14203.158"],["12345.420","14082.588"],["12326.750","14082.116"],["12334.645","14062.037"],["12333.628","14079.452"],["12315.306","14067.908"],["12318.825","14052.455"],["12316.855","14055.957"],["12304.683","14121.483"],["12324.525","14083.704"],["12323.102","14062.047"],["12322.354","14097.595"],["12305.684","14095.439"],["12354.247","14046.909"],["13004.855","14209.459"],["13012.975","14216.745"],["13047.823","14228.165"],["12998.083","14130.909"],["13125.521","14148.525"],["13134.275","14093.536"],["13182.407","14138.439"],["13046.989","14203.684"],["13025.368","14034.297"],["13159.320","14160.071"],["13102.547","14083.689"],["13116.301","14170.193"],["13111.939","14231.581"],["13134.155","14150.917"],["13127.751","14094.479"],["13196.683","14079.161"],["13008.813","14213.103"],["13012.704","14217.737"],["13014.218","14213.691"],["13011.769","14213.534"],["13010.975","14213.760"],["13010.073","14214.273"],["13165.465","14229.654"],["13140.808","14137.780"],["13136.962","14078.354"],["14235.757","8553.524"],["14180.883","8552.350"],["14219.760","8574.720"],["7108.243","13093.747"],["7098.154","13050.684"],["7098.126","13105.017"],["7113.749","13093.426"],["7093.522","13069.208"],["7104.740","13067.969"],["10285.955","15669.445"],["10261.137","15611.361"],["10422.479","15634.745"],["10364.504","15658.804"],["10365.378","15656.976"],["10429.809","15631.835"],["10315.981","15661.670"],["13286.248","12978.119"],["13330.871","13060.759"],["13283.106","12996.755"],["7835.678","13692.516"],["7797.610","13702.932"],["7783.359","13681.825"],["7875.085","13694.306"],["7851.449","13647.436"],["7784.804","13619.993"],["7854.291","13644.904"],["7906.514","13663.811"],["7844.510","13684.457"],["7819.501","13711.801"],["7810.596","13670.479"],["7761.039","13636.008"],["12340.412","14005.105"],["12336.150","14012.104"],["12293.132","13831.279"],["12209.488","13890.576"],["12213.187","13900.100"],["12214.801","13899.615"],["12216.394","13896.391"],["12226.840","13889.947"],["12225.229","13890.351"],["12223.525","13893.462"],["12223.079","13876.473"],["12343.610","14005.799"],["12346.135","13829.193"],["12154.031","13843.291"],["12338.237","14011.522"],["12215.435","13894.729"],["12224.387","13894.792"],["12343.662","14008.748"],["12291.514","13828.120"],["12290.744","13828.522"],["12289.950","13829.185"],["12293.976","13827.793"],["12293.031","13832.327"],["12288.508","13828.242"],["12214.034","13896.242"],["12225.836","13893.406"],["6987.102","14691.153"],["6995.523","14669.452"],["6937.386","14678.658"],["6885.103","14748.709"],["6904.256","14711.797"],["6996.121","14763.099"],["6922.973","14709.848"],["6923.056","14763.919"],["6993.237","14743.308"],["6978.942","14668.492"],["6991.707","14711.764"],["6948.187","14746.677"],["6973.335","14759.427"],["10995.424","14363.853"],["10928.938","14384.879"],["10901.120","14418.520"],["10899.233","14396.850"],["10911.784","14321.044"],["10903.831","14266.888"],["10887.302","14254.988"],["10886.814","14290.791"],["10885.457","14332.634"],["11089.044","14293.901"],["10962.919","14367.499"],["11012.255","14325.864"],["11021.278","14285.206"],["11007.430","14347.126"],["10935.022","14378.795"],["10900.268","14243.927"],["10936.758","14240.695"],["10935.938","14254.363"],["10925.130","14325.318"],["10916.068","14289.204"],["10969.934","14249.576"],["10951.941","14277.808"],["11013.213","14315.096"],["10903.949","14388.630"],["10940.597","14238.640"],["10931.339","14254.149"],["10884.321","14370.462"],["10910.730","14325.074"],["10914.356","14291.864"],["10966.403","14249.690"],["10952.617","14270.649"],["11010.741","14271.256"],["11020.519","14311.053"],["11017.249","14282.060"],["10949.214","14363.592"],["10914.887","14375.390"],["10948.996","14253.203"],["10926.619","14283.187"],["10992.529","14263.229"],["10916.142","14259.173"],["10908.816","14330.563"],["10924.816","14351.661"],["10940.039","14337.889"],["10968.165","14353.512"],["10953.464","14362.547"],["11026.996","14312.511"],["11088.119","14290.492"],["11087.296","14290.689"],["11086.356","14291.153"],["11090.574","14290.761"],["11088.696","14294.901"],["11085.180","14289.890"],["9931.381","13373.424"],["9874.146","13221.994"],["9915.018","13217.386"],["9901.893","13275.437"],["9835.079","13258.548"],["9885.580","13350.753"],["10034.146","13239.186"],["10000.692","13261.449"],["9861.465","13222.889"],["9850.494","13246.275"],["9901.991","13185.247"],["9938.817","13220.193"],["9880.991","13342.947"],["10036.989","13385.414"],["10033.199","13334.108"],["8800.817","18316.550"],["13073.596","10435.337"],["13072.093","10435.827"],["13070.334","10439.076"],["13070.882","10440.388"],["13072.320","10438.908"],["13104.158","12995.754"],["13031.282","13135.112"],["13078.761","13098.954"],["13097.959","13000.693"],["13018.869","13112.164"],["13084.683","13096.360"],["13082.859","13089.420"],["13005.015","13072.220"],["13102.284","12992.706"],["13101.575","12993.179"],["13100.939","12993.857"],["13104.604","12992.177"],["13104.230","12996.765"],["13099.405","12993.068"],["13090.567","13098.700"],["13170.636","12973.881"],["13015.685","13112.710"],["13015.752","13113.563"],["13016.183","13114.539"],["13016.106","13110.256"],["13019.876","13112.604"],["13014.804","13115.600"],["7433.141","12771.985"],["7305.640","12872.447"],["7514.423","12861.443"],["7314.896","12962.696"],["7489.920","12800.943"],["7316.293","12914.186"],["7339.561","12832.537"],["5308.015","11099.889"],["5304.919","11101.561"],["7476.622","13437.445"],["7405.533","13523.778"],["7447.638","13548.483"],["7337.981","13546.134"],["7457.745","13529.876"],["7405.826","13519.568"],["7355.043","13400.681"],["7308.757","13468.174"],["7320.491","13584.546"],["7446.997","13465.920"],["7474.904","13459.413"],["7468.555","13594.720"],["7347.979","13529.939"],["7480.951","13465.205"],["7340.296","13519.307"],["6209.243","13361.961"],["6229.471","13343.508"],["6101.788","13313.913"],["6162.359","13248.190"],["6188.212","13353.893"],["6185.737","13370.791"],["6225.143","13273.027"],["6219.518","13278.857"],["6222.636","13190.027"],["6195.410","13315.411"],["6231.469","13304.147"],["6200.999","13289.559"],["6237.742","13245.430"],["6048.768","13277.733"],["6197.245","13373.902"],["6169.157","13299.410"],["6232.956","13258.196"],["6146.661","13330.425"],["6151.771","13265.971"],["6486.546","9331.755"],["6487.771","9327.581"],["6953.206","13169.661"],["7076.973","13100.759"],["7038.128","12988.845"],["7069.098","13033.222"],["6970.262","13024.630"],["7033.010","13013.126"],["7034.787","13106.734"],["7020.167","13052.525"],["7020.052","13083.739"],["6970.774","13162.755"],["7012.239","13167.839"],["7020.103","13056.131"],["6885.298","13160.375"],["6894.388","13113.973"],["6985.853","13062.712"],["6979.473","13113.492"],["6972.499","13090.437"],["6957.071","13088.802"],["7081.315","13108.951"],["6949.425","13006.520"],["7034.063","13043.068"],["6948.751","13025.066"],["7046.530","13003.117"],["7091.483","13109.734"],["7017.881","13045.043"],["6961.925","13176.082"],["6979.837","13124.538"],["6902.026","13045.823"],["7083.584","13047.384"],["7065.957","12971.525"],["6906.736","13129.871"],["7044.571","13122.576"],["7016.006","12997.747"],["7078.868","13067.590"],["6961.664","13006.830"],["7057.451","13011.028"],["7023.652","13137.321"],["7013.753","13097.182"],["6978.011","13120.195"],["6960.823","13097.057"],["7001.581","13156.163"],["6885.565","13082.483"],["7061.031","12974.669"],["7077.616","13047.213"],["6932.150","12991.847"],["6904.269","13104.246"],["7008.387","13109.430"],["7079.820","13057.188"],["7030.922","13021.416"],["7054.016","13108.132"],["7022.782","13096.604"],["6971.564","13145.777"],["7063.818","13114.561"],["7029.419","12990.995"],["7063.251","12972.068"],["7081.047","13038.872"],["7083.131","13073.648"],["6896.746","13176.672"],["6907.831","13103.100"],["7026.976","13125.694"],["7039.772","12157.483"],["9634.784","16813.239"],["9714.470","16878.236"],["9707.759","16882.054"],["9672.202","16862.556"],["9654.951","16901.418"],["9637.298","16872.280"],["9651.612","16900.427"],["9653.238","16805.968"],["9661.803","16902.067"],["9653.198","16868.343"],["9667.652","16863.371"],["9632.935","16875.346"],["9648.392","16813.904"],["9648.330","16904.404"],["9692.644","16855.281"],["9694.614","16902.488"],["9654.140","16875.187"],["9659.273","16867.716"],["9669.172","16867.693"],["7245.535","13011.733"],["7217.126","13047.580"],["7261.270","13145.335"],["7248.028","13158.695"],["7128.333","13022.060"],["7227.024","13014.292"],["7240.259","13012.325"],["7223.064","13077.353"],["7244.549","13095.564"],["7231.049","13172.930"],["7100.233","12994.080"],["7113.588","13009.671"],["7114.896","13029.888"],["7127.799","13005.872"],["7114.114","13041.195"],["7097.396","12980.639"],["7205.155","13149.596"],["4510.832","11147.371"],["12185.293","14642.073"],["12151.584","14590.702"],["12184.835","14533.385"],["12182.603","14527.104"],["8949.212","14903.059"],["8922.071","14902.805"],["8850.942","14899.037"],["8783.648","15039.421"],["8805.033","14974.520"],["8806.089","14877.227"],["12678.853","16039.427"],["12677.263","16039.875"],["12675.686","16043.243"],["12676.412","15975.629"],["12676.689","16044.868"],["12678.067","16043.337"],["12778.148","12407.877"],["12832.605","12505.966"],["12950.501","12399.706"],["12944.086","12390.571"],["12818.774","12511.300"],["12780.636","12396.505"],["12919.843","12448.938"],["12971.307","12450.457"],["12780.827","12405.483"],["12838.590","12397.956"],["11747.939","14261.384"],["11759.522","14257.984"],["11787.161","14302.843"],["11731.752","14419.311"],["11875.463","14401.803"],["11869.125","14442.675"],["13011.903","4073.969"],["11867.673","14835.863"],["11878.340","14829.026"],["11872.336","14829.733"],["11915.368","14834.521"],["11921.601","14800.547"],["11875.947","14830.050"],["10178.406","14800.981"],["10081.055","14789.117"],["10080.343","14792.543"],["10160.258","14865.678"],["10192.459","14805.475"],["10082.437","14787.817"],["10073.255","14795.565"],["10080.620","14784.906"],["13879.514","15913.756"],["13905.598","15928.338"],["14032.142","15825.968"],["14039.112","15869.716"],["14010.353","15869.299"],["13844.880","15854.516"],["13925.850","15855.755"],["13937.398","15858.949"],["13970.016","15868.951"],["13993.960","15887.461"],["10486.919","16490.875"],["10492.519","16496.641"],["10623.653","16396.203"],["10492.938","16498.480"],["11062.907","13712.085"],["10894.462","13709.352"],["10902.741","13624.338"],["10959.013","13725.575"],["10884.819","13673.283"],["10886.038","13754.679"],["10933.344","13723.240"],["10887.589","13730.972"],["10892.652","13774.518"],["10907.777","13772.539"],["4478.388","9500.134"],["4475.771","9502.001"],["15354.604","5814.488"],["15353.517","5811.217"],["10812.874","15941.211"],["10723.647","16011.060"],["10721.515","16005.127"],["10208.418","16191.505"],["10171.296","16276.849"],["10196.488","16155.360"],["10200.223","16204.697"],["10182.719","16198.671"],["10177.689","16246.247"],["10246.020","16263.916"],["10159.444","16347.198"],["10145.458","16320.852"],["10123.928","16172.301"],["10149.991","16249.871"],["10189.649","16293.712"],["10188.790","16231.752"],["10169.155","16150.442"],["10219.252","16205.453"],["10194.440","16209.143"],["10178.193","16260.475"],["10246.435","16277.935"],["10160.011","16349.101"],["10141.558","16335.468"],["10134.966","16256.068"],["10225.493","16217.306"],["10174.980","16271.708"],["10198.601","16303.760"],["10152.000","16237.215"],["10190.294","16145.125"],["10220.221","16215.688"],["10195.355","16218.091"],["10178.260","16257.177"],["10142.787","16317.450"],["10225.387","16220.532"],["10216.313","16191.616"],["10188.837","16298.600"],["10153.125","16233.632"],["10195.449","16141.841"],["10210.442","16207.998"],["10187.577","16199.176"],["10168.212","16252.156"],["10151.535","16335.576"],["10148.859","16320.367"],["10587.091","7665.091"],["10591.395","7665.420"],["10510.205","17245.330"],["10510.073","17241.978"],["10509.842","17246.390"],["10512.321","17242.418"],["10507.311","17240.977"],["10508.339","17242.466"],["10509.196","17242.019"],["6959.618","14653.333"],["6995.802","14628.775"],["7061.146","14619.623"],["7092.626","14640.631"],["7014.321","14643.571"],["7022.270","14581.792"],["7004.421","14644.976"],["6955.659","14659.473"],["7006.272","14604.294"],["7035.720","14656.917"],["7037.906","14598.748"],["7076.705","14623.835"],["7041.289","14589.717"],["7056.839","14584.761"],["7082.001","14647.699"],["7039.608","14574.334"],["7044.235","14561.922"],["7068.482","14569.078"],["7018.556","14583.123"],["11575.900","14957.458"],["11572.217","14991.223"],["11617.532","15013.547"],["11709.928","14993.640"],["11692.861","15041.103"],["11535.275","15016.635"],["11604.067","14956.898"],["11607.137","14894.973"],["11564.777","14989.791"],["11604.352","15010.195"],["11716.755","14991.082"],["11720.628","15053.310"],["11525.301","15005.038"],["11616.068","14958.738"],["11598.338","14896.965"],["11665.400","14908.954"],["11656.095","14892.125"],["11659.655","14907.627"],["11638.850","15080.326"],["10449.282","14009.273"],["10451.718","14005.511"],["10451.303","13917.082"],["10439.839","13959.211"],["10364.752","13880.329"],["10350.969","13865.726"],["10265.808","13861.972"],["17218.025","4488.102"],["17338.374","4460.372"],["17283.378","4401.730"],["17357.377","4309.681"],["17288.999","4405.614"],["17347.252","4335.696"],["17353.604","4312.139"],["17344.758","4336.858"],["17337.123","4456.995"],["17336.312","4457.315"],["17335.435","4457.851"],["17334.115","4456.765"],["17339.601","4456.961"],["17338.146","4461.375"],["8077.925","11926.406"],["7991.086","12097.991"],["7963.788","12099.701"],["8082.998","11967.033"],["8113.489","11916.002"],["7956.011","12065.124"],["7960.488","12078.652"],["7993.731","12101.812"],["8117.554","11973.588"],["8078.844","11937.088"],["7995.106","12048.833"],["8139.574","12081.732"],["8115.414","11980.301"],["7971.063","12110.205"],["8074.643","11944.821"],["7943.836","12072.716"],["17624.626","15822.381"],["9548.848","13739.705"],["9575.903","13755.807"],["9530.692","13768.014"],["9523.793","13772.690"],["9507.682","13752.112"],["9476.361","13736.746"],["9465.109","13724.291"],["9413.447","13705.873"],["9477.667","13658.265"],["9447.460","13675.796"],["9515.834","13727.565"],["9538.923","13710.854"],["9610.702","13772.269"],["9437.448","13730.947"],["9414.306","13779.621"],["9433.510","13754.849"],["9467.981","13646.158"],["9478.984","13685.709"],["9451.181","13686.720"],["9446.480","13607.242"],["9513.081","13605.113"],["9604.505","13796.074"],["9577.367","13758.747"],["9555.777","13790.583"],["9509.445","13771.687"],["9516.367","13749.222"],["9477.328","13734.275"],["9469.920","13713.773"],["9433.858","13714.411"],["9472.503","13652.088"],["9457.954","13688.183"],["9536.343","13712.733"],["9613.209","13771.165"],["9422.150","13722.250"],["9573.404","13718.966"],["9411.788","13797.891"],["9418.264","13762.534"],["9472.875","13641.951"],["9471.048","13690.579"],["9464.924","13694.110"],["9500.764","13606.203"],["9602.104","13811.698"],["9557.548","13739.209"],["9563.294","13787.512"],["9497.433","13766.722"],["9515.067","13746.299"],["9448.534","13739.390"],["9451.554","13712.418"],["9464.920","13645.218"],["9409.868","13759.876"],["9421.364","13761.378"],["9472.269","13645.839"],["9471.169","13698.860"],["9467.066","13688.383"],["9449.050","13608.600"],["9507.177","13610.415"],["9596.719","13812.024"],["9518.057","13703.886"],["9586.577","13814.010"],["9572.087","13744.511"],["9558.623","13791.855"],["9506.830","13772.128"],["9518.686","13746.150"],["9420.427","13756.999"],["9467.444","13725.365"],["9426.078","13710.976"],["9470.299","13658.793"],["9480.923","13723.484"],["9416.214","13774.570"],["9419.723","13760.676"],["9464.454","13650.362"],["9478.974","13698.487"],["9456.416","13682.312"],["9451.906","13607.963"],["9510.122","13614.347"],["9612.210","13815.081"],["9551.413","13788.623"],["9409.518","13790.110"],["8020.686","14075.507"],["7971.909","14123.127"],["10929.820","15245.363"],["10956.067","15197.923"],["10977.674","15090.642"],["11003.047","15276.715"],["11006.000","15093.163"],["10980.789","15096.924"],["10905.909","15128.793"],["10917.605","15160.477"],["10978.795","15180.539"],["10940.331","15192.567"],["10952.148","15182.100"],["10897.733","15203.073"],["8300.451","13161.516"],["8219.527","13145.292"],["8156.291","13076.314"],["15079.708","11215.243"],["12693.456","17328.636"],["12768.098","17256.300"],["12611.875","17342.990"],["12630.299","17376.861"],["12624.444","17347.815"],["12745.458","17407.233"],["12725.196","17392.790"],["12753.377","17357.345"],["12679.439","17331.386"],["12759.654","17250.235"],["12637.934","17333.003"],["7911.638","13038.191"],["7769.304","13154.663"],["7862.550","13016.720"],["7810.730","12999.957"],["7763.204","12975.968"],["7794.161","12996.145"],["6759.146","17634.253"],["6759.224","17635.620"],["6762.533","17637.121"],["6823.621","17717.995"],["6763.951","17636.107"],["6762.681","17634.894"],["13649.409","15686.387"],["13725.401","15559.432"],["13719.339","15576.522"],["13740.880","15551.637"],["13726.218","15576.901"],["13634.648","15539.007"],["13648.115","15689.179"],["13789.758","15693.937"],["13634.178","15533.509"],["13650.077","15688.206"],["13732.130","15541.711"],["13721.979","15573.628"],["13623.741","15527.773"],["11850.542","12434.464"],["11874.934","12464.242"],["11851.000","12436.066"],["11846.951","12438.342"],["10198.242","13370.985"],["10051.710","13369.344"],["10198.940","13183.750"],["10143.381","13273.428"],["10066.571","13263.519"],["10203.282","13336.236"],["10239.844","13334.832"],["10049.070","13330.475"],["10078.807","13371.763"],["10224.289","13326.717"],["10182.397","13272.696"],["10070.273","13231.685"],["10198.275","13354.651"],["10178.413","13182.892"],["10191.292","13295.261"],["10242.048","13282.231"],["10136.521","13369.550"],["10065.501","13374.124"],["10167.825","13265.165"],["10196.772","13277.039"],["10051.816","13254.542"],["10221.992","13367.054"],["10242.690","13225.468"],["10224.696","13257.937"],["10223.496","13382.561"],["10250.305","13283.701"],["10073.248","13328.889"],["10223.795","13281.977"],["10176.591","13320.094"],["10041.874","13233.651"],["10183.890","13250.307"],["10165.700","13291.001"],["10205.815","13308.490"],["10049.054","13373.546"],["10234.684","13287.246"],["10221.542","13324.174"],["10059.777","13237.178"],["9580.637","16321.368"],["7008.122","14427.173"],["6910.246","14308.757"],["6996.026","14321.089"],["7074.524","14302.614"],["6911.510","14321.823"],["6985.346","14325.493"],["6899.539","14295.153"],["7030.093","14399.379"],["6890.692","14343.837"],["6985.976","14323.329"],["7044.084","14405.528"],["6906.804","14333.586"],["6989.984","14307.635"],["7003.907","13621.217"],["7012.992","13630.400"],["6929.590","13639.103"],["6896.241","13702.548"],["6908.623","13699.732"],["7034.503","13786.175"],["7013.636","13775.156"],["6989.607","13759.413"],["7000.081","13630.671"],["7012.590","13632.347"],["6929.530","13632.604"],["6892.872","13703.194"],["6904.407","13696.302"],["7034.523","13789.161"],["7023.007","13787.284"],["7007.963","13753.823"],["6905.777","13802.978"],["7076.633","13790.501"],["7000.870","13627.535"],["7017.327","13623.561"],["6933.369","13632.390"],["6886.745","13701.898"],["6904.813","13707.017"],["6890.205","13629.788"],["7055.724","13790.751"],["7012.829","13785.437"],["6995.946","13756.301"],["7010.699","13617.832"],["7017.115","13627.713"],["6932.327","13629.148"],["6893.660","13704.548"],["6904.466","13700.536"],["6885.548","13661.492"],["7055.606","13802.160"],["7004.009","13775.958"],["6983.540","13771.643"],["6947.179","13653.773"],["6918.681","13695.985"],["6896.805","13698.187"],["10088.648","16350.114"],["11210.834","13153.278"],["11257.463","13144.394"],["11107.235","13129.405"],["11156.934","13161.222"],["11239.096","13018.305"],["11105.803","13038.663"],["11120.087","13061.790"],["11168.194","13045.412"],["11255.687","13118.353"],["11188.531","13163.297"],["11210.371","13101.692"],["11280.956","12985.502"],["11121.593","13161.137"],["11103.535","13146.450"],["11102.630","13121.627"],["11132.597","13154.955"],["11221.012","13122.714"],["11227.834","13095.296"],["11257.344","12978.263"],["11232.482","13008.510"],["11210.379","13095.479"],["11197.860","13102.737"],["11205.716","13167.506"],["11100.004","13124.174"],["11167.316","13041.933"],["11166.484","13042.150"],["11165.548","13042.600"],["11169.793","13042.181"],["11167.843","13046.403"],["11164.373","13041.351"],["8835.822","15169.548"],["8832.443","15171.419"],["9591.052","12756.823"],["9571.276","12581.813"],["9603.726","12672.595"],["10213.310","16726.813"],["10226.498","16685.793"],["10235.586","16630.654"],["10247.258","16581.185"],["10216.372","16736.135"],["10130.867","16714.931"],["10107.975","16769.040"],["10186.033","16732.907"],["10248.406","16590.728"],["10229.088","16707.856"],["10133.748","16677.379"],["10091.732","16761.820"],["10190.618","16739.806"],["10250.436","16567.557"],["10216.247","16711.734"],["10121.702","16723.519"],["10097.046","16760.682"],["10223.309","16718.773"],["10132.523","16726.926"],["10110.320","16770.416"],["13105.765","17206.062"],["9231.338","18479.819"],["9853.305","14384.858"],["9869.571","14333.808"],["9844.126","14353.543"],["9830.511","14369.560"],["9845.425","14360.746"],["9847.313","14330.071"],["9207.679","18131.018"],["11474.357","14097.534"],["11426.556","14108.643"],["11513.827","14089.671"],["11506.121","14076.558"],["11308.428","14187.869"],["11364.363","14084.192"],["11418.878","14134.850"],["11498.875","14079.377"],["11465.402","14105.786"],["11419.169","14109.259"],["11491.571","14074.691"],["11469.624","14042.729"],["11394.746","14069.171"],["11359.584","14080.880"],["11407.862","14131.654"],["11502.940","14080.668"],["11487.752","14082.469"],["11468.858","14060.126"],["11462.679","14115.816"],["11466.996","14053.748"],["11407.247","14080.007"],["11305.153","14089.990"],["11420.061","14129.713"],["10848.540","14551.660"],["10801.358","14615.347"],["10810.410","14533.927"],["10860.715","14522.676"],["10858.837","14659.127"],["10813.832","14545.387"],["10857.842","14516.052"],["10804.950","14616.644"],["10798.488","14539.834"],["10845.377","14515.622"],["10824.648","14568.833"],["10848.140","14507.997"],["7364.607","14117.415"],["7418.175","14087.736"],["7502.430","14218.490"],["7352.356","14114.073"],["8754.729","13571.403"],["8771.074","13567.464"],["8759.501","13602.915"],["8567.496","13534.177"],["8616.266","13585.149"],["8738.706","13595.984"],["8666.336","13445.539"],["8653.868","13467.703"],["8674.304","13427.636"],["8699.838","13450.461"],["8771.986","13576.190"],["8569.433","13554.167"],["8665.580","13449.813"],["8749.108","13415.957"],["8736.504","13595.821"],["8752.501","13542.731"],["8576.159","13549.774"],["8586.685","13410.498"],["8775.918","13562.248"],["8681.378","13478.245"],["8671.684","13444.227"],["8616.890","13596.271"],["8576.587","13459.283"],["8620.221","13544.632"],["8747.422","13524.742"],["8775.358","13469.216"],["8657.498","13598.761"],["8589.119","13408.117"],["8615.478","13589.550"],["8766.414","13415.336"],["10803.352","17367.517"],["10797.904","17367.940"],["11903.246","15839.315"],["12317.431","11984.453"],["12340.968","12049.341"],["12263.516","13183.091"],["12171.835","13212.674"],["12172.458","13207.275"],["12186.179","13215.143"],["1636.492","13389.091"],["1645.517","13339.477"],["1642.491","13341.277"],["1640.283","13339.313"],["10722.017","13164.368"],["10731.920","13106.293"],["10696.447","13108.908"],["10823.756","13150.618"],["10819.745","13094.860"],["10839.581","12997.722"],["10801.423","13021.434"],["10741.067","13152.256"],["10743.652","13157.085"],["10850.501","13172.236"],["10706.734","13106.546"],["10683.069","13000.787"],["10705.322","13108.698"],["10849.767","13174.742"],["10674.507","13103.153"],["10695.768","13121.025"],["10695.992","13167.306"],["10878.944","13142.901"],["10871.407","13151.516"],["10876.690","13172.867"],["10677.674","13096.848"],["10672.989","13118.169"],["7897.620","13295.864"],["7881.688","13263.544"],["7841.434","13383.146"],["7783.916","13374.035"],["7877.028","13297.995"],["7882.757","13256.195"],["7831.680","13364.319"],["7863.866","13304.047"],["7850.567","13312.833"],["7896.699","13292.776"],["7888.481","13253.106"],["7859.296","13382.023"],["7902.061","13307.243"],["7895.011","13260.456"],["7845.463","13381.643"],["6886.145","13505.822"],["6886.112","13518.655"],["6903.711","13484.490"],["6899.620","13497.923"],["6895.722","13531.532"],["6891.375","13523.675"],["6246.744","13078.114"],["6250.790","13070.930"],["8859.456","14412.278"],["8852.104","14443.987"],["8872.597","14432.790"],["8980.046","14321.415"],["8983.409","14389.377"],["8913.021","14448.724"],["8810.525","14392.080"],["8981.905","14341.796"],["8797.760","14434.060"],["8962.711","14331.605"],["8887.617","14447.873"],["8785.227","14420.650"],["6966.593","12584.166"],["6933.552","12669.682"],["7048.771","12602.820"],["7086.074","12612.515"],["6945.375","12597.765"],["6976.311","12734.815"],["7060.681","12692.485"],["7026.223","12611.158"],["6884.412","12677.172"],["7014.281","12661.190"],["6974.041","12580.034"],["7063.688","12675.444"],["7053.952","12585.983"],["7057.885","12682.089"],["6992.196","12685.099"],["6919.882","12600.407"],["7092.083","12754.709"],["7031.877","12596.320"],["7055.375","12661.353"],["7067.433","12742.148"],["6944.671","12737.311"],["6887.357","12649.196"],["7065.495","12685.902"],["6925.178","12589.292"],["7016.273","12660.082"],["7079.113","12618.468"],["7069.840","12610.319"],["7058.601","12675.567"],["7043.113","12754.789"],["12863.836","7776.033"],["11911.761","12082.093"],["11804.871","12036.807"],["11907.595","12083.201"],["11828.950","12089.870"],["11840.825","12090.003"],["11908.177","12047.393"],["6777.721","14831.647"],["12134.533","14005.324"],["11961.496","13937.349"],["11977.727","13942.729"],["13233.685","17068.590"],["13215.978","17087.783"],["11384.301","16416.532"],["9704.886","13108.785"],["9684.347","13031.525"],["9672.340","13019.403"],["9637.436","13063.702"],["9660.958","13001.137"],["9673.968","13007.248"],["9689.889","13007.991"],["9639.034","13011.145"],["9647.554","13004.688"],["9627.521","12984.209"],["9692.312","13056.265"],["2792.110","11112.502"],["2722.576","11208.535"],["2768.839","11212.739"],["2742.792","11144.372"],["2796.005","11111.814"],["2726.148","11205.825"],["7193.546","12882.330"],["7208.497","12884.114"],["7198.036","12875.394"],["7284.418","12882.555"],["7175.010","12802.723"],["7287.858","12909.996"],["7220.837","12904.708"],["7240.113","12931.841"],["7118.880","12800.495"],["7117.156","12873.064"],["7145.083","12795.960"],["7218.092","12945.903"],["7261.309","12801.356"],["7303.089","12868.983"],["7153.792","12829.992"],["12976.183","14122.233"],["12870.639","14047.401"],["12941.057","14083.772"],["12959.070","14163.318"],["12952.150","14165.873"],["12982.453","14197.351"],["12979.886","14118.324"],["12968.831","14228.887"],["12974.548","14119.088"],["12973.784","14119.505"],["12973.020","14120.178"],["12976.991","14118.716"],["12976.112","14123.280"],["12971.563","14119.261"],["12942.215","14080.716"],["12938.321","14080.818"],["12939.243","14080.927"],["12938.173","14081.569"],["12940.358","14080.500"],["12941.010","14080.159"],["12941.313","14081.178"],["12942.858","14081.310"],["12941.556","14082.584"],["12942.425","14084.013"],["12939.289","14084.428"],["12717.818","15633.216"],["12720.644","15670.651"],["12673.320","15643.488"],["4359.602","9145.478"],["4357.465","9146.473"],["12602.488","13921.044"],["12577.263","13939.478"],["12628.218","13896.185"],["12625.179","13854.491"],["12637.780","13835.119"],["12639.536","13841.644"],["12596.449","13919.822"],["12625.736","13898.685"],["12574.560","13938.092"],["12624.527","13896.378"],["7704.981","13142.798"],["10952.761","15564.749"],["10898.436","15680.349"],["10991.149","15657.442"],["11073.608","15622.177"],["10956.800","15524.424"],["10921.351","15664.418"],["10910.267","15689.347"],["10981.217","15625.618"],["11067.651","15677.954"],["10959.629","15532.484"],["8645.605","13190.383"],["8652.376","13356.670"],["8737.666","13310.217"],["8698.728","13380.284"],["8662.519","13318.963"],["8750.787","13202.725"],["8655.790","13184.936"],["8607.396","13187.319"],["8720.774","13250.148"],["8722.694","13264.817"],["8676.599","13306.380"],["8753.078","13326.763"],["8767.637","13361.043"],["8636.888","13200.265"],["8687.149","13293.119"],["8766.779","13370.041"],["5867.504","9076.346"],["5925.574","9117.595"],["5961.009","9119.793"],["5902.538","9001.078"],["5899.512","9002.878"],["11675.981","17157.817"],["11675.316","17152.763"],["11682.666","17145.070"],["11716.171","17188.091"],["11647.126","17143.849"],["11715.204","17173.114"],["11724.574","17189.004"],["11716.076","17191.853"],["6246.788","11613.284"],["7125.443","14663.938"],["9820.577","13310.653"],["9782.751","13340.394"],["9788.735","13197.951"],["9817.024","13209.363"],["9748.225","13211.989"],["9765.165","13202.575"],["9799.831","13208.530"],["7547.323","13199.939"],["7674.896","13213.530"],["13014.394","12591.318"],["13084.822","12583.825"],["13103.143","12652.963"],["13005.182","12632.732"],["13150.488","12566.560"],["13009.380","12588.944"],["13012.315","12588.398"],["13011.616","12588.914"],["13010.969","12589.643"],["13014.667","12587.713"],["13014.491","12592.334"],["8946.537","11600.800"],["7716.382","11966.097"],["7701.436","11964.194"],["7717.023","12006.495"],["7710.339","12007.167"],["8447.383","13644.478"],["8487.733","13687.780"],["8390.835","13732.083"],["8532.653","13795.992"],["8561.404","13701.648"],["8546.603","13610.766"],["8377.065","13793.563"],["8438.637","13690.470"],["8399.185","13662.268"],["8447.267","13657.108"],["8404.487","13742.306"],["8562.087","13775.841"],["8536.650","13632.183"],["8432.629","13625.729"],["8457.190","13687.450"],["8380.490","13741.447"],["8548.770","13800.876"],["8552.933","13645.279"],["8406.703","13794.581"],["8493.968","13729.021"],["8435.908","13716.358"],["8424.883","13653.723"],["8393.500","13749.126"],["8534.330","13785.736"],["8542.719","13619.681"],["8081.203","15309.881"],["8128.083","15334.817"],["8142.563","15299.547"],["9135.142","13618.550"],["9148.907","13630.138"],["9177.315","13616.871"],["10589.396","12726.398"],["10528.874","12736.637"],["10586.659","12728.368"],["10622.347","12756.254"],["13708.872","15946.226"],["13802.415","16034.570"],["13708.453","16011.686"],["13719.089","16131.938"],["13689.952","16072.992"],["5386.883","10628.777"],["8657.177","14115.603"],["8602.007","14194.066"],["8597.435","14167.163"],["8667.868","14107.263"],["8623.010","14183.150"],["8667.741","14210.991"],["8577.886","14055.210"],["8619.688","14171.771"],["8599.524","14163.810"],["8675.932","14197.548"],["8658.361","14131.045"],["8662.753","14100.211"],["8576.645","14157.287"],["8610.346","14190.070"],["8675.883","14230.958"],["12107.442","13805.171"],["7340.816","12779.754"],["7329.730","12768.457"],["8463.980","17939.083"],["8470.756","17945.939"],["8444.612","17897.505"],["8443.891","17906.321"],["8439.276","17895.159"],["4858.239","11185.997"],["8030.236","13771.822"],["8136.579","13751.182"],["8044.105","13746.362"],["7972.029","13760.627"],["8019.744","13801.034"],["8074.768","13746.007"],["8000.278","13690.584"],["7946.033","13716.322"],["8140.872","13754.667"],["8034.036","13753.819"],["7970.712","13710.285"],["7959.710","13736.795"],["8023.757","13782.917"],["7969.171","13803.771"],["7939.686","13788.010"],["9904.591","14958.086"],["9912.770","14906.779"],["9874.682","14887.617"],["9868.621","14893.977"],["14107.364","13704.179"],["14056.160","13713.329"],["14140.748","13687.069"],["14069.479","13669.780"],["12744.733","16478.567"],["12756.888","16482.131"],["12750.086","16525.404"],["12750.888","16482.065"],["12751.062","16522.670"],["12750.039","16484.103"],["12741.353","16510.365"],["12760.275","16489.784"],["12736.655","16512.461"],["13773.053","13225.176"],["9361.495","14288.063"],["9381.760","14298.886"],["9347.698","14424.163"],["9201.398","14255.941"],["9310.030","14271.105"],["9369.582","14289.974"],["9396.131","14305.465"],["9210.491","14374.209"],["9328.221","14244.317"],["9293.648","14267.175"],["9214.961","14284.216"],["9343.644","14423.550"],["7193.914","14439.328"],["7185.718","14436.535"],["7102.340","14332.321"],["7190.316","14434.822"],["7183.999","14424.740"],["7137.551","14415.683"],["7106.353","14402.590"],["7187.710","14400.263"],["6637.454","17684.642"],["6635.899","17685.174"],["6634.692","17688.436"],["6628.840","17719.758"],["6627.212","17720.026"],["6625.155","17722.986"],["6608.115","17711.467"],["6635.824","17689.692"],["6625.820","17724.438"],["6637.047","17688.188"],["6627.415","17723.173"],["10928.916","17204.929"],["10984.104","17305.772"],["15552.188","16780.072"],["5234.777","18424.054"],["5236.486","18420.822"],["5233.373","18420.223"],["5231.846","18424.210"],["5235.648","18423.218"],["5236.024","18424.628"],["5234.748","18419.608"],["5235.280","18419.698"],["5232.582","18419.658"],["12246.500","8581.616"],["6875.955","13626.660"],["6867.756","13783.987"],["6861.692","13649.300"],["6864.732","13777.056"],["6863.935","13651.842"],["6862.531","13647.449"],["6865.357","13774.721"],["6860.043","13756.390"],["6850.774","13761.673"],["6865.439","13758.037"],["6878.946","13724.845"],["6873.591","13766.748"],["6857.450","13583.111"],["6869.423","13517.709"],["6772.717","13595.573"],["6880.252","13514.298"],["6875.542","13603.574"],["6837.038","13445.157"],["6869.308","13490.310"],["6877.633","13593.365"],["6775.253","13595.134"],["6773.942","13588.937"],["6862.979","13581.507"],["6871.992","13587.040"],["6780.886","13600.721"],["6761.338","13599.802"],["10438.339","13678.965"],["10434.298","13607.521"],["10252.964","13643.037"],["10269.761","13707.157"],["10373.546","13618.846"],["10269.460","13665.365"],["10283.511","13763.771"],["10373.403","13635.414"],["10411.230","13658.441"],["10280.008","13682.631"],["10374.996","13619.275"],["10426.744","13671.335"],["10367.820","13606.727"],["13843.249","14029.366"],["13845.705","14033.558"],["13845.975","14033.368"],["13840.566","14031.445"],["13840.440","14029.988"],["13844.858","14030.402"],["13841.791","14028.636"],["13840.819","14030.024"],["13843.455","14030.664"],["13840.382","14031.667"],["13842.915","14034.875"],["13843.825","14033.820"],["4512.207","11803.290"],["4510.557","11806.241"],["14867.441","8681.463"],["14846.444","8634.243"],["12281.527","11899.449"],["6285.104","13486.493"],["6321.910","13496.504"],["6310.088","13417.772"],["6323.625","13567.103"],["6362.144","13546.092"],["6328.045","13474.654"],["6305.252","13418.498"],["6288.331","13591.195"],["6319.690","13504.018"],["6335.450","13394.188"],["6311.555","13562.739"],["6316.713","13482.648"],["6334.052","13402.082"],["6316.075","13400.662"],["5786.264","9007.358"],["5788.735","9048.568"],["5150.396","8812.431"],["5154.327","8810.970"],["10019.113","11820.531"],["9857.158","11881.389"],["9920.581","11888.242"],["9901.295","11872.585"],["10036.629","11882.802"],["9989.664","11750.846"],["9884.497","11871.618"],["14460.076","17118.399"],["6997.469","13856.069"],["6980.260","13876.563"],["7005.293","13951.589"],["6988.986","13873.168"],["6993.101","13857.278"],["6929.120","13965.261"],["6987.912","13845.985"],["6987.705","13869.694"],["6998.532","13844.366"],["7003.055","13877.382"],["11078.886","16824.078"],["11064.384","16850.483"],["11021.742","16835.811"],["10958.868","16792.873"],["11055.871","16817.028"],["10929.801","16839.882"],["10900.121","16824.434"],["10913.186","16803.239"],["10905.124","16791.361"],["10906.378","16857.805"],["10886.727","16869.509"],["11089.525","16812.914"],["10884.562","16822.340"],["1823.662","10901.959"],["1820.463","10900.333"],["9491.824","13592.845"],["9438.312","13590.123"],["9502.213","13594.279"],["9442.604","13580.331"],["9489.824","13591.510"],["9438.574","13585.795"],["9507.670","13596.534"],["9443.064","13587.971"],["8810.423","18046.494"],["8802.814","18049.653"],["8814.668","18182.187"],["9239.446","12390.117"],["9209.285","12445.848"],["9404.613","12495.313"],["9380.376","12493.808"],["8131.427","13221.666"],["8047.419","13188.044"],["8138.631","13227.678"],["8122.973","13209.693"],["8131.756","13218.842"],["7323.798","16400.305"],["7439.336","16411.583"],["7324.074","16396.717"],["7324.464","16397.381"],["7325.810","16397.922"],["7324.682","16399.358"],["7324.838","16400.790"],["7322.142","16400.607"],["7322.434","16396.851"],["7322.931","16396.860"],["7322.140","16397.636"],["7324.588","16396.331"],["7325.467","16397.142"],["3434.858","8169.495"],["11998.893","12159.327"],["12132.428","12222.899"],["12098.878","12153.420"],["12084.595","12181.779"],["11971.600","12140.867"],["12137.051","12189.919"],["12109.251","12156.763"],["12100.626","12203.284"],["12134.233","12232.542"],["12112.958","12177.116"],["12056.180","12179.655"],["11989.033","12148.962"],["12094.732","12173.416"],["11998.582","12143.957"],["12049.010","12172.818"],["11192.020","16670.945"],["12343.373","14886.942"],["12313.905","14896.920"],["12331.079","14920.117"],["12224.890","14990.574"],["12191.687","15033.198"],["12189.056","15000.632"],["12164.966","15042.655"],["12180.418","15059.189"],["12304.880","14913.603"],["9475.623","12971.743"],["9578.393","13013.668"],["9510.468","12980.857"],["9526.005","12994.649"],["9483.100","13143.878"],["9550.301","13002.339"],["9559.459","12998.018"],["9412.124","13139.193"],["9524.008","13139.592"],["9444.235","13005.448"],["9468.187","13070.446"],["9577.161","13113.424"],["12006.708","12094.702"],["11993.730","12119.297"],["12033.151","12075.776"],["11993.886","12103.518"],["11997.035","12114.642"],["12119.271","12010.679"],["12029.027","12069.505"],["12028.367","12040.109"],["5817.318","14442.332"],["5775.844","14241.506"],["5797.845","14335.011"],["5787.552","14288.180"],["5805.357","14365.311"],["5658.586","14285.420"],["5712.333","14317.089"],["5730.800","14399.806"],["5730.536","14392.001"],["5700.727","14442.754"],["5678.844","14318.222"],["5680.235","14335.213"],["5766.647","14335.126"],["5726.219","14334.691"],["5787.586","14348.916"],["5805.655","14427.511"],["5778.886","14238.842"],["5773.408","14268.088"],["5688.154","14271.553"],["5715.526","14327.012"],["5740.556","14377.242"],["5694.018","14427.422"],["5808.454","14412.240"],["5798.267","14339.160"],["5765.718","14295.500"],["5667.314","14277.450"],["5716.336","14304.655"],["5737.344","14372.436"],["5726.849","14383.933"],["5695.314","14415.840"],["5828.386","14433.145"],["5788.791","14302.891"],["5799.984","14359.555"],["5687.763","14266.248"],["5710.620","14307.029"],["5691.984","14423.804"],["5758.194","14367.213"],["13433.905","14135.905"],["13540.022","14083.008"],["13455.269","14039.271"],["13412.383","14099.042"],["13489.937","14054.910"],["13415.012","14049.291"],["13428.288","14105.121"],["13410.218","14140.297"],["13482.935","14039.111"],["13435.548","14068.999"],["13411.635","14155.628"],["13521.740","14087.290"],["13451.936","14034.939"],["13411.212","14090.489"],["12144.706","17165.744"],["12121.592","17166.504"],["12114.540","17170.411"],["12079.171","17104.465"],["11993.317","17027.963"],["11967.762","17120.394"],["11981.192","17056.689"],["11945.061","17104.506"],["11954.042","17038.669"],["12038.610","17093.726"],["12023.009","17183.822"],["11999.065","17095.167"],["12118.204","17185.209"],["12112.599","17168.347"],["12055.959","16991.764"],["11946.275","17118.497"],["11961.351","17041.138"],["12054.092","17110.763"],["12037.283","17174.640"],["12049.469","17184.686"],["12117.649","17170.841"],["11950.390","17098.582"],["11975.992","17039.950"],["12040.544","17104.074"],["12042.543","17170.385"],["12056.198","17190.721"],["12007.291","17097.626"],["12111.432","17163.244"],["11991.353","17025.055"],["11990.690","17025.574"],["11990.098","17026.331"],["11993.615","17024.352"],["11993.419","17028.998"],["11988.582","17025.626"],["11935.789","17126.476"],["11942.336","17026.759"],["12046.358","17113.846"],["12039.263","17179.922"],["12934.495","15862.187"],["12942.517","15898.372"],["12968.044","15894.666"],["12855.235","15756.954"],["12946.322","15865.508"],["12946.997","15897.564"],["12930.593","15891.999"],["12969.439","15891.275"],["12889.167","15765.769"],["12926.522","15889.173"],["12963.627","15902.297"],["10070.157","12811.638"],["10086.275","12871.522"],["10072.092","12823.573"],["10134.355","12779.788"],["10176.895","12949.022"],["10242.821","12941.004"],["10126.102","12837.294"],["10099.910","12891.874"],["10111.954","12763.455"],["10135.294","12791.913"],["10237.860","12759.807"],["10239.694","12878.821"],["10077.020","12920.577"],["10244.844","12945.605"],["10083.110","12890.111"],["10099.088","12874.115"],["10054.856","12787.652"],["10182.019","12769.532"],["10230.903","12772.425"],["10201.596","12948.369"],["10054.160","12937.129"],["10151.513","12847.760"],["10131.473","12801.981"],["10080.338","12847.922"],["10110.387","12881.861"],["10141.923","12783.094"],["10168.741","12918.994"],["10138.818","12857.606"],["10084.297","12842.984"],["5861.407","18387.880"],["5899.485","18389.213"],["5857.951","18386.142"],["5861.188","18388.642"],["5858.272","18385.141"],["5856.253","18387.973"],["5857.446","18388.142"],["5899.178","18385.895"],["5900.158","18385.519"],["5898.672","18389.935"],["5897.251","18385.995"],["5897.609","18385.231"],["12402.338","14543.734"],["12417.364","14505.926"],["12401.784","14571.475"],["12424.539","14490.869"],["12429.628","14482.691"],["12454.920","14517.182"],["12447.594","14539.577"],["12431.848","14556.480"],["12443.361","14573.301"],["12418.105","14508.695"],["12398.247","14590.440"],["12394.084","14620.420"],["12384.797","14529.063"],["12420.139","14641.044"],["12460.774","14553.746"],["12450.987","14460.825"],["12387.779","14452.721"],["12480.001","14471.570"],["12475.994","14517.444"],["12460.403","14512.989"],["12386.702","14530.984"],["12400.686","14615.200"],["12457.492","14542.132"],["12454.688","14526.444"],["12455.691","14467.530"],["12369.169","14646.390"],["12473.094","14496.167"],["12445.177","14529.763"],["12406.509","14540.051"],["12389.209","14634.884"],["12452.312","14462.167"],["12392.858","14659.573"],["12361.750","14586.803"],["12454.282","14527.965"],["12451.858","14458.447"],["12470.072","14520.213"],["12453.672","14519.392"],["12417.708","14638.617"],["12399.766","14585.718"],["12392.755","14633.899"],["12398.524","14615.147"],["12362.762","14600.738"],["12451.139","14532.472"],["12456.627","14550.071"],["12452.857","14525.626"],["12365.437","14598.791"],["12454.819","14458.826"],["5927.320","15973.705"],["9631.877","13783.899"],["9621.989","13800.231"],["9635.978","13786.549"],["10683.861","13534.368"],["10735.152","13528.718"],["10766.747","13542.096"],["10723.175","13576.978"],["10683.878","13482.385"],["10828.946","13518.945"],["10876.440","13509.648"],["10812.106","13593.719"],["10697.010","13578.046"],["10694.632","13484.916"],["10748.977","13475.181"],["10771.979","13457.764"],["10734.973","13448.713"],["10714.956","13460.026"],["10705.406","13485.386"],["10845.460","13600.207"],["10804.955","13595.878"],["10700.763","13474.180"],["10873.884","13507.472"],["10879.061","13513.204"],["13602.637","12460.663"],["13535.173","12545.503"],["13014.326","13846.586"],["13045.122","13960.134"],["12996.487","13876.547"],["13113.052","13842.270"],["13129.933","13893.735"],["13004.695","13900.131"],["13187.968","13982.639"],["8876.448","14013.701"],["8823.275","13951.175"],["8803.390","14000.721"],["8833.110","13971.604"],["8795.791","13993.190"],["8861.164","14017.638"],["8847.693","14025.577"],["8779.126","13909.020"],["8783.965","13966.003"],["8826.937","13836.325"],["8843.708","13841.846"],["8803.071","13821.829"],["8810.279","13927.720"],["8792.644","13870.388"],["8166.548","12090.617"],["8268.227","11996.222"],["8313.958","11915.478"],["8355.000","11933.457"],["8241.099","12036.080"],["8191.516","12051.284"],["8217.631","12025.759"],["8232.532","12016.180"],["8189.847","12105.455"],["8261.535","12104.126"],["8309.828","11923.471"],["8199.013","12027.312"],["8195.690","12025.891"],["8231.845","12021.970"],["8268.934","12026.462"],["8316.625","12115.069"],["8329.177","11929.492"],["8185.115","12011.573"],["8211.167","12005.677"],["8297.651","12008.543"],["8322.751","12072.500"],["8259.197","12067.469"],["8341.259","11936.803"],["10990.501","13399.217"],["11002.080","13420.457"],["11007.769","13422.724"],["11011.779","13420.929"],["10952.777","13429.708"],["14482.672","17042.088"],["14486.640","17040.247"],["14463.766","17115.922"],["17348.504","4221.056"],["17346.971","4220.846"],["17344.339","4223.379"],["17344.737","4225.237"],["17346.481","4224.353"],["10709.293","16882.932"],["10701.466","16854.668"],["10821.272","16971.542"],["10794.096","16807.920"],["10714.974","16889.768"],["10682.769","16796.242"],["10686.815","16796.671"],["10706.778","16852.640"],["10719.861","16888.279"],["10681.183","16795.139"],["10781.865","16979.994"],["10767.443","16874.188"],["10882.189","16859.657"],["10846.929","16849.421"],["10866.238","16819.289"],["10848.815","16828.449"],["10848.203","16896.252"],["10832.905","16890.033"],["10804.912","16900.036"],["10812.097","16929.153"],["10840.342","16947.952"],["10678.808","16797.588"],["10815.940","16938.190"],["6498.013","12628.229"],["6469.295","12664.026"],["6505.794","12632.697"],["6470.742","12679.521"],["6506.999","12619.013"],["6525.726","12612.714"],["6468.770","12695.635"],["15147.685","8940.105"],["8878.422","12307.798"],["8833.784","12299.805"],["8878.402","12326.636"],["8860.991","12324.033"],["8847.651","12330.683"],["8948.617","12321.850"],["8842.405","12312.095"],["8912.762","12308.480"],["10054.611","14307.810"],["10044.321","14367.734"],["10043.072","14264.432"],["10064.198","14239.930"],["10116.981","14319.456"],["10131.685","14286.554"],["10140.009","14256.101"],["10180.057","14279.333"],["10169.291","14351.703"],["10149.528","14356.274"],["10213.260","14391.040"],["10218.843","14371.677"],["10175.327","14278.512"],["10199.542","14305.320"],["10248.710","14263.959"],["10236.093","14333.035"],["10170.384","14315.723"],["10148.006","14333.384"],["10220.321","14250.098"],["10069.903","14445.069"],["10243.471","14412.936"],["10236.286","14421.172"],["10183.165","14438.377"],["10234.717","14409.779"],["10175.686","14449.291"],["10226.371","14408.743"],["10198.005","14449.473"],["10174.463","14439.074"],["10244.690","14447.667"],["10239.536","14440.929"],["10248.676","14410.566"],["10229.969","14410.692"],["10197.471","14447.345"],["10170.249","14448.418"],["9285.686","11910.925"],["9296.098","11879.728"],["9293.647","11873.155"],["9271.648","11902.903"],["9307.479","11879.711"],["9300.884","11842.807"],["9310.853","11889.707"],["9214.352","11879.318"],["9342.792","11871.041"],["9257.792","11854.417"],["16051.216","9519.261"],["4579.631","11812.040"],["12155.099","11264.624"],["9203.815","13308.335"],["9255.756","13303.641"],["9220.902","13321.588"],["9250.267","13305.461"],["9224.376","13317.072"],["9212.148","13326.706"],["9257.404","13320.656"],["9213.081","13318.076"],["13174.453","12968.968"],["13131.079","12948.520"],["13077.928","12844.899"],["13168.510","12843.573"],["13069.614","12918.413"],["13159.542","12768.106"],["13179.136","12964.364"],["13033.377","12792.584"],["13127.662","12949.046"],["13127.750","12949.902"],["13128.169","12950.863"],["13128.085","12946.597"],["13132.112","12948.950"],["13126.741","12951.928"],["13076.247","12841.740"],["13075.488","12842.165"],["13074.735","12842.826"],["13078.683","12841.353"],["13077.873","12845.934"],["13073.262","12841.926"],["13041.084","12905.410"],["13952.259","12990.300"],["13810.137","14956.100"],["7938.745","12360.726"],["7993.697","12475.402"],["7987.085","12473.470"],["8056.759","12541.986"],["7990.209","12359.585"],["7986.356","12374.647"],["8056.466","12537.875"],["7994.305","12490.002"],["8075.803","12542.300"],["8014.555","12469.881"],["7982.233","12458.507"],["8065.492","12545.345"],["8257.790","11689.743"],["14015.254","15676.219"],["14024.089","15666.587"],["14038.997","15691.491"],["13997.770","15656.094"],["13960.489","15651.694"],["13966.736","15634.068"],["9380.498","17907.298"],["6352.110","13207.687"],["6415.207","13237.252"],["5814.394","8217.023"],["5715.804","8291.754"],["5816.010","8213.406"],["5719.785","8289.706"],["11418.244","15117.256"],["11369.546","15195.346"],["11335.810","15177.084"],["11485.201","15121.623"],["11313.351","15239.872"],["11347.870","15217.005"],["11493.340","15283.474"],["11508.098","15241.976"],["11496.883","15134.451"],["11410.666","15128.635"],["11373.253","15202.101"],["11318.213","15181.447"],["11482.891","15114.664"],["11351.232","15211.603"],["11494.507","15291.687"],["11497.821","15140.496"],["11454.006","15278.943"],["11436.901","15289.017"],["11498.929","15251.686"],["11492.294","15117.176"],["11443.036","15285.186"],["11490.095","15291.087"],["10792.880","16323.515"],["10778.280","16297.755"],["10762.601","16326.259"],["10758.276","16334.345"],["10749.936","16338.085"],["10774.092","16304.141"],["10882.555","16159.951"],["10756.039","16336.833"],["10764.889","16348.767"],["10795.360","16319.243"],["10799.402","16312.294"],["10753.623","16339.084"],["10749.791","16341.427"],["10776.815","16302.512"],["10106.309","13118.569"],["10099.648","13034.589"],["10186.714","13009.765"],["10140.242","13093.736"],["10222.677","13064.124"],["10070.081","13103.214"],["10145.713","13140.603"],["10218.317","13042.507"],["10100.439","13025.736"],["10078.924","12996.422"],["10077.608","13024.102"],["10212.133","12994.653"],["10144.650","13090.053"],["10137.660","13052.729"],["10079.292","13075.072"],["10055.197","13097.731"],["10179.185","13138.670"],["10198.807","13019.017"],["10153.474","13009.080"],["10107.575","13078.338"],["10214.313","13001.656"],["10176.015","13072.365"],["10190.259","13048.616"],["10063.618","13092.793"],["10164.559","13161.719"],["10205.383","13018.645"],["10148.418","13016.466"],["10201.608","13118.013"],["10053.190","13106.831"],["10056.200","13075.683"],["10163.162","13157.259"],["10215.140","13031.244"],["10150.626","12997.433"],["8265.938","18696.040"],["12827.438","14218.173"],["12798.562","14215.815"],["12806.798","14203.157"],["12842.334","14216.552"],["12822.568","14142.377"],["12830.651","14216.681"],["12830.324","14215.930"],["12829.744","14215.046"],["12830.720","14219.166"],["12826.438","14217.938"],["12830.779","14213.742"],["12801.214","14213.426"],["12800.632","14212.800"],["12799.802","14212.165"],["12802.117","14215.766"],["12797.540","14215.932"],["12800.346","14210.578"],["14161.133","13871.132"],["14145.638","13962.999"],["10471.544","14815.580"],["10624.397","14753.737"],["10487.470","14778.933"],["10537.961","14736.067"],["10514.134","14666.952"],["10476.323","14842.127"],["10595.161","14855.550"],["10621.289","14791.371"],["10518.430","14855.666"],["10479.903","14842.292"],["10596.046","14868.517"],["10520.242","14860.907"],["10481.885","14852.408"],["10470.995","14835.985"],["10514.326","14860.447"],["10516.520","14800.210"],["12785.685","13434.769"],["12818.314","13500.595"],["12854.228","13436.249"],["12860.286","13442.287"],["12818.341","13468.615"],["12854.532","13430.624"],["12801.138","13437.920"],["12858.691","13432.459"],["12840.306","13446.014"],["12850.103","13435.023"],["12817.103","13497.378"],["12817.661","13496.743"],["12818.137","13497.683"],["12819.696","13497.796"],["12818.640","13499.600"],["12819.710","13500.682"],["12816.660","13501.360"],["12815.115","13498.863"],["12816.053","13497.777"],["12815.139","13498.058"],["12818.941","13497.170"],["17036.767","4611.400"],["17041.969","4658.555"],["17019.916","4552.113"],["17015.859","4535.528"],["17036.566","4608.187"],["17046.688","4671.274"],["17031.461","4601.251"],["17072.182","4647.102"],["17014.107","4591.255"],["17042.001","4680.495"],["17042.154","4598.046"],["11933.683","17406.123"],["9970.935","12178.778"],["9977.731","12299.488"],["10020.327","12340.771"],["9983.672","12314.040"],["9856.839","12218.450"],["9878.902","12152.389"],["9974.356","12202.395"],["9978.936","12308.725"],["9842.144","12219.578"],["10036.213","12301.658"],["9893.415","12127.356"],["9990.878","12317.054"],["9832.154","12182.077"],["9834.610","12154.404"],["9948.600","12230.553"],["9957.156","12294.930"],["9928.152","12142.599"],["9934.238","12123.420"],["10036.351","12158.425"],["10041.087","12191.411"],["9999.923","12270.546"],["9224.707","12281.946"],["6892.603","16562.271"],["6893.247","16563.573"],["7007.972","16441.099"],["6991.919","16440.452"],["11659.031","15089.789"],["11521.636","15113.559"],["11658.883","15084.454"],["11550.452","15148.984"],["11626.465","15281.566"],["11648.422","15099.252"],["11655.347","15111.176"],["11514.729","15144.162"],["11641.038","15100.276"],["11548.906","15130.950"],["13802.691","15296.709"],["13786.915","15306.101"],["13623.428","15481.192"],["13641.023","15380.234"],["13746.842","15301.666"],["13811.910","15303.871"],["13817.215","15302.848"],["13623.318","15496.802"],["13637.039","15367.833"],["13750.351","15315.029"],["13766.975","15315.885"],["13799.934","15296.167"],["13785.693","15308.337"],["13792.255","15316.479"],["13804.920","15302.158"],["13808.457","15309.736"],["13634.797","15381.408"],["8952.841","11979.579"],["8983.778","12005.739"],["8879.468","12020.798"],["8833.601","12089.765"],["8860.739","12051.796"],["8846.068","12091.499"],["8801.046","11991.898"],["8962.054","11918.989"],["8917.939","11940.315"],["8828.506","12017.453"],["8885.734","12018.667"],["8914.270","12063.754"],["8828.877","11930.309"],["8790.768","11941.391"],["8884.402","12085.936"],["8944.824","11937.814"],["8798.631","11917.849"],["8864.961","12057.478"],["8956.836","12031.268"],["8869.539","12049.500"],["8838.529","11992.472"],["8808.481","12008.513"],["8946.314","11980.013"],["8866.699","11939.600"],["8791.953","11935.858"],["8839.698","12062.220"],["8869.451","12056.357"],["8949.899","11988.700"],["8975.340","11919.342"],["9150.548","16887.988"],["7194.258","14011.332"],["7210.414","14024.104"],["7221.916","13998.884"],["7276.729","13818.442"],["7244.049","14019.374"],["7219.848","13971.230"],["7215.048","13916.460"],["7264.065","13816.527"],["7274.311","13843.149"],["7266.086","13934.767"],["7264.147","13859.665"],["7279.935","13894.866"],["8221.712","15138.473"],["11042.305","17057.177"],["11051.962","17037.424"],["11006.424","17029.657"],["10879.212","17138.952"],["10886.140","17148.675"],["10939.243","17120.676"],["11085.645","17115.306"],["11003.181","17150.248"],["11001.593","17150.244"],["10999.378","17153.008"],["11083.827","17024.521"],["11052.196","17053.700"],["10909.191","17152.522"],["10870.941","17154.022"],["11092.298","17048.228"],["10882.941","17148.538"],["10888.104","17150.507"],["11000.062","17154.732"],["10909.967","17154.482"],["10889.748","17148.427"],["10937.648","17117.472"],["10936.875","17117.869"],["10936.069","17118.513"],["10940.115","17117.175"],["10939.128","17121.717"],["10934.638","17117.555"],["11001.676","17153.667"],["10958.424","17168.402"],["8280.377","18146.320"],["7571.256","12799.990"],["7265.345","12706.987"],["7219.084","12585.419"],["7233.936","12607.863"],["8021.910","18494.338"],["17327.565","4525.505"],["17271.552","4662.830"],["17281.760","4656.541"],["17272.006","4665.617"],["17273.523","4653.150"],["6901.362","14680.269"],["7067.052","14758.637"],["6352.297","14160.925"],["6253.275","14113.080"],["6356.114","14150.922"],["6320.954","14104.450"],["6416.112","14158.187"],["6273.861","14208.647"],["6263.716","14117.431"],["6340.635","14140.038"],["6300.356","14088.032"],["6295.132","14045.645"],["6373.266","14106.543"],["6413.465","14155.531"],["6288.519","14200.828"],["6273.620","14119.901"],["6344.209","14134.495"],["6308.150","14074.451"],["6308.294","14027.937"],["6324.032","14049.790"],["6332.079","14107.214"],["6290.364","14202.656"],["6274.763","14129.141"],["6347.469","14139.375"],["6313.184","14098.914"],["6288.614","14045.121"],["6262.615","14092.930"],["4463.663","12901.981"],["4465.882","12905.600"],["8262.400","15798.801"],["12790.987","14415.737"],["12806.507","14393.689"],["12798.554","14399.506"],["12826.519","14414.568"],["12960.280","14444.562"],["12974.380","14414.842"],["12952.783","14406.765"],["12789.804","14416.555"],["12957.153","14405.187"],["12980.704","14443.878"],["12980.848","14447.920"],["12787.653","14427.085"],["12968.123","14284.973"],["12981.750","14442.240"],["12974.877","14427.486"],["12804.738","14390.719"],["12803.988","14391.134"],["12803.229","14391.667"],["12807.173","14390.350"],["12806.460","14394.572"],["12801.744","14390.899"],["12979.618","14439.744"],["11387.814","14384.101"],["11417.357","14401.898"],["11429.076","14409.597"],["11501.518","14318.980"],["11396.266","14399.242"],["11350.386","14435.853"],["11499.575","14312.267"],["11397.071","14396.433"],["11502.515","14317.527"],["11495.062","14297.661"],["11497.820","14297.668"],["11305.346","14332.648"],["11500.547","14314.931"],["11495.597","14296.839"],["11458.740","14249.075"],["9740.119","9404.746"],["9724.682","9578.596"],["9824.476","9555.804"],["9776.022","9554.862"],["9714.991","9415.314"],["9661.763","9409.150"],["9662.461","9503.449"],["5806.104","17652.148"],["5803.466","17654.597"],["5804.266","17655.273"],["5804.999","17655.785"],["5804.926","17657.568"],["5802.594","17652.387"],["5806.794","17651.838"],["13559.779","15475.722"],["13591.487","15400.363"],["13541.822","15472.678"],["13580.247","15401.779"],["13612.152","15484.442"],["13543.674","15487.211"],["13587.282","15407.438"],["13600.899","15460.409"],["13592.575","15408.779"],["14892.142","17020.061"],["14889.753","17022.010"],["14897.118","17087.834"],["11642.607","15536.783"],["11601.520","15557.176"],["9724.664","15870.928"],["7059.587","12537.488"],["11073.948","14867.789"],["11033.817","14733.784"],["10960.946","14787.554"],["10962.795","14778.908"],["10955.372","14783.529"],["11078.427","14826.699"],["11085.490","14834.475"],["11091.740","14803.238"],["11057.728","14820.543"],["11069.840","14785.701"],["11042.659","14806.185"],["11035.638","14772.716"],["11024.590","14800.903"],["11040.484","14792.523"],["11021.161","14740.655"],["11027.027","14772.058"],["11026.300","14788.016"],["11016.202","14663.623"],["11027.929","14757.173"],["11034.083","14719.900"],["10983.613","14700.286"],["11012.195","14701.719"],["11003.191","14806.758"],["11032.976","14690.205"],["10986.231","14809.697"],["10985.813","14812.056"],["10963.734","14813.969"],["11068.180","14710.608"],["10933.037","14818.208"],["11069.265","14846.547"],["11018.973","14706.608"],["11010.731","14698.912"],["10985.422","14695.530"],["11023.521","14779.955"],["11031.943","14733.015"],["11007.690","14664.845"],["11021.825","14694.614"],["11067.161","14714.060"],["11070.313","14821.023"],["11062.480","14871.638"],["10978.419","14847.096"],["11019.210","14724.527"],["11019.195","14670.686"],["10994.106","14693.746"],["11010.649","14701.306"],["11019.999","14690.684"],["11062.654","14724.497"],["11088.391","14815.007"],["10959.460","14784.348"],["10958.673","14784.717"],["10957.847","14785.245"],["10961.936","14784.150"],["10960.796","14788.497"],["10956.449","14784.310"],["11031.834","14723.141"],["11011.850","14670.633"],["10994.863","14695.249"],["10996.998","14701.901"],["11025.822","14691.047"],["11068.345","14724.002"],["11084.144","14821.074"],["14657.042","9471.911"],["5290.895","11019.886"],["6157.043","9054.903"],["6160.472","9053.901"],["9545.198","14444.080"],["9571.280","14442.477"],["9409.608","14327.988"],["9456.891","14321.753"],["9528.665","14343.718"],["9458.516","14275.449"],["9488.659","14297.511"],["9585.802","14272.638"],["9521.773","14248.229"],["9575.023","14423.282"],["9450.449","14324.731"],["9485.585","14370.443"],["9477.994","14387.240"],["9525.410","14343.360"],["9524.004","14378.318"],["9452.593","14284.755"],["9466.776","14283.145"],["9459.553","14271.317"],["9510.189","14248.842"],["9430.310","14281.177"],["9444.964","14313.299"],["9486.412","14303.737"],["9579.043","14245.454"],["8004.979","16437.368"],["13328.266","12522.137"],["8774.343","12952.749"],["8646.136","12957.457"],["8619.465","12872.138"],["8649.850","12766.416"],["8631.848","12853.935"],["8657.950","12794.795"],["8624.622","12950.372"],["8613.589","12846.193"],["8585.452","12942.687"],["8706.252","12892.497"],["8736.092","12896.898"],["8669.398","12968.278"],["8649.133","12835.641"],["8598.346","12814.908"],["8639.263","12915.078"],["8625.779","12778.176"],["8704.468","12918.169"],["8709.886","12840.128"],["8601.329","12799.128"],["8754.409","12932.171"],["8598.621","12853.757"],["8625.924","12833.328"],["8771.481","12830.402"],["8722.843","12905.575"],["8678.991","12914.747"],["8726.191","12809.715"],["10720.826","13248.989"],["10790.539","13227.879"],["10822.901","13244.589"],["10807.290","13215.721"],["10698.845","13383.184"],["10701.242","13335.876"],["10747.584","13241.811"],["10778.583","13184.756"],["10791.487","13199.793"],["10727.118","13185.694"],["10703.324","13240.362"],["10735.874","13245.019"],["10715.397","13231.196"],["10856.860","13199.816"],["10881.448","13198.013"],["10863.645","13245.844"],["10824.458","13197.386"],["10842.254","13201.349"],["10771.428","13262.387"],["10786.773","13255.715"],["10830.477","13217.231"],["10720.707","13194.686"],["10708.792","13201.970"],["12201.224","12240.666"],["12308.488","12127.184"],["12300.445","12219.676"],["12301.367","12212.738"],["12304.728","12222.537"],["12307.095","12217.527"],["12342.095","12147.897"],["12322.517","12254.221"],["12338.049","12133.938"],["12176.558","12231.696"],["12203.577","12249.208"],["12211.618","12287.305"],["12321.125","12319.878"],["12187.743","12216.286"],["12210.881","12258.471"],["12173.594","12228.622"],["12189.124","12271.696"],["12229.985","12150.570"],["12321.562","12252.395"],["12304.007","12212.887"],["12200.586","12319.273"],["12216.345","12309.842"],["12193.111","12236.799"],["12278.504","12238.910"],["12160.929","12211.756"],["12217.461","12315.209"],["12208.968","12261.664"],["12186.334","12218.601"],["12186.315","12273.731"],["12301.965","12216.421"],["12301.208","12216.075"],["12300.197","12215.818"],["12303.734","12218.210"],["12299.521","12220.188"],["12300.122","12214.141"],["12339.925","12145.048"],["12339.233","12145.588"],["12338.573","12146.326"],["12336.969","12145.690"],["12342.281","12144.293"],["12342.196","12148.898"],["12205.446","12319.640"],["12151.498","12199.873"],["12960.861","15416.340"],["12927.515","15339.800"],["12967.795","15337.425"],["12952.560","15345.532"],["12936.447","15296.036"],["12934.346","15299.343"],["12915.575","15306.561"],["7881.173","10133.962"],["7747.638","10177.062"],["7751.879","10171.641"],["7880.943","10129.900"],["7881.847","10130.907"],["7882.785","10130.610"],["7881.831","10133.054"],["7882.472","10134.458"],["7879.364","10134.293"],["7879.906","10130.527"],["7878.689","10131.204"],["7878.969","10130.412"],["7881.239","10129.206"],["7744.485","10175.340"],["7757.141","10179.526"],["11022.439","14891.445"],["6464.297","15928.055"],["6465.474","15928.778"],["6463.579","15928.454"],["6464.536","15929.075"],["6461.563","15928.765"],["6462.532","15928.711"],["10050.083","14230.922"],["10197.582","14216.121"],["10237.227","14206.537"],["10212.257","14191.719"],["10192.697","14166.050"],["10177.352","14163.811"],["10224.112","14145.629"],["10218.174","14121.537"],["10125.497","14100.406"],["10097.142","14099.350"],["10048.393","14065.792"],["10147.297","14040.448"],["10219.737","14039.909"],["10074.935","14104.356"],["10058.089","14211.478"],["10066.969","14116.822"],["10081.016","14046.766"],["10079.668","14102.068"],["10067.161","14111.403"],["10066.535","14099.453"],["10065.985","14102.702"],["10532.638","15427.935"],["10670.170","15406.120"],["10541.550","15460.992"],["10615.869","15475.152"],["10665.320","15415.825"],["10547.770","15443.792"],["10568.400","15448.870"],["10569.592","15474.604"],["10551.316","15431.382"],["10647.189","15498.115"],["10538.317","15459.820"],["10655.065","15499.629"],["10611.503","15488.925"],["10915.565","16712.765"],["10952.509","16687.811"],["10918.646","16671.474"],["10925.273","16754.549"],["11060.434","16706.601"],["11042.113","16638.042"],["2425.588","11322.995"],["2426.638","11290.079"],["13559.031","16059.206"],["13557.497","16058.996"],["13554.865","16061.530"],["13555.263","16063.387"],["13557.008","16062.503"],["9030.048","14395.056"],["9059.897","14349.569"],["9005.426","14386.651"],["9065.835","14276.363"],["9059.554","14390.018"],["9035.988","14404.457"],["9065.074","14342.616"],["9057.538","14276.986"],["9098.237","14325.974"],["9007.519","14438.938"],["14943.702","9324.081"],["15016.331","9257.921"],["9887.778","14454.011"],["11271.308","14551.527"],["11260.402","14481.290"],["11255.746","14505.343"],["11168.516","14496.009"],["11126.977","14526.450"],["11168.811","14535.070"],["11096.519","14593.596"],["11116.335","14536.914"],["11122.936","14539.976"],["11109.139","14464.099"],["11127.809","14471.188"],["11123.517","14490.468"],["11282.060","14521.232"],["11113.003","14472.144"],["11288.409","14558.980"],["11287.765","14495.932"],["11256.463","14514.453"],["11172.897","14515.859"],["11158.214","14541.091"],["11112.610","14579.809"],["11129.237","14548.762"],["11120.915","14563.987"],["11193.751","14640.004"],["11193.052","14467.135"],["11192.910","14471.065"],["11122.304","14453.274"],["11124.823","14457.731"],["11114.617","14499.277"],["11257.501","14520.860"],["11292.266","14553.962"],["11285.127","14491.287"],["11130.461","14522.652"],["11097.690","14596.105"],["11130.242","14550.680"],["11117.144","14572.641"],["11194.203","14465.507"],["11191.304","14480.811"],["11196.900","14459.080"],["11121.707","14454.750"],["11110.756","14488.164"],["11127.653","14457.353"],["11130.774","14478.492"],["11256.995","14537.207"],["11269.719","14558.584"],["11277.919","14477.941"],["11249.518","14497.331"],["11165.212","14506.181"],["11122.265","14502.570"],["11162.387","14542.687"],["11109.068","14595.425"],["11123.554","14536.696"],["11096.533","14606.889"],["11191.894","14462.977"],["11119.254","14464.065"],["11135.061","14460.344"],["11267.549","14535.496"],["10338.068","7465.565"],["9634.786","9335.012"],["9724.106","9308.401"],["9724.710","9310.326"],["9721.372","9310.244"],["9722.199","9311.881"],["15739.541","17441.013"],["15740.038","17451.369"],["8256.135","13832.561"],["8315.090","14016.961"],["8299.144","13999.080"],["8255.951","13828.788"],["10243.037","15627.783"],["10245.551","15630.155"],["10250.685","15695.887"],["10056.923","15661.527"],["10061.560","15619.480"],["10100.084","15547.347"],["10224.926","15590.459"],["10115.356","15569.427"],["12404.906","12380.893"],["12527.636","12361.473"],["12491.470","12381.059"],["12521.270","12339.888"],["12379.083","12376.137"],["12489.698","12377.940"],["12488.969","12378.353"],["12488.174","12379.032"],["12492.097","12377.570"],["12491.379","12382.110"],["12486.743","12378.114"],["11954.444","4545.010"],["11949.518","4545.407"],["11951.827","4546.986"],["11952.191","4547.850"],["11952.705","4548.081"],["11952.008","4550.195"],["11951.374","4545.115"],["11955.271","4544.324"],["11952.316","4543.073"],["11948.436","4545.257"],["11952.668","4545.194"],["11952.260","4540.778"],["11951.280","4541.920"],["11952.003","4542.657"],["11349.688","14883.519"],["11304.421","14887.224"],["11312.332","14873.962"],["11488.540","14986.392"],["11494.833","14905.954"],["11402.223","14927.770"],["11452.719","14942.958"],["11473.003","14903.090"],["11370.542","15039.985"],["11394.865","14923.810"],["11471.679","15036.962"],["11335.127","14892.733"],["11480.417","15061.065"],["11347.211","14888.466"],["11437.433","17423.781"],["11370.053","17416.310"],["11372.356","17433.948"],["11439.523","17421.275"],["11438.825","17420.663"],["11437.920","17420.237"],["11440.769","17423.375"],["11436.519","17424.152"],["11438.093","17418.493"],["7794.317","12943.823"],["7795.766","12760.451"],["7785.982","12814.598"],["7726.383","12933.136"],["7759.304","12798.005"],["12596.170","14054.420"],["12619.573","14064.066"],["12636.091","14035.792"],["12646.158","14063.552"],["12624.901","14055.875"],["12656.832","14093.881"],["12645.304","14084.401"],["12675.421","14139.481"],["12693.255","14139.451"],["12702.328","14149.138"],["12681.510","14159.779"],["12677.212","14104.535"],["12674.521","14134.995"],["12673.669","14117.437"],["12694.348","14212.376"],["12682.814","14195.585"],["12704.240","14202.779"],["12629.871","14237.638"],["12603.136","14055.367"],["12599.407","14057.244"],["12597.072","14062.907"],["12710.805","14167.466"],["12603.800","14065.072"],["12595.272","14061.527"],["11109.867","14244.324"],["11127.714","14250.023"],["11123.035","14267.154"],["11130.893","14263.873"],["11213.023","14249.068"],["11134.143","14257.677"],["11130.144","14252.706"],["11146.271","14250.709"],["11233.917","14255.287"],["11154.767","14252.471"],["11132.193","14254.442"],["11202.786","14260.911"],["11199.024","14256.303"],["7747.798","12021.766"],["7758.133","11943.127"],["7827.099","12118.018"],["7865.971","12067.416"],["7858.981","12076.152"],["7831.786","12114.451"],["7922.498","12071.913"],["7862.557","12102.788"],["7767.350","11954.394"],["7822.247","12101.816"],["7867.549","12085.177"],["7735.767","12016.850"],["7919.122","12070.541"],["7865.567","12108.899"],["7869.284","12101.335"],["7824.533","12112.865"],["7736.050","11930.711"],["7823.941","12099.917"],["7737.505","11986.082"],["7824.221","12107.795"],["7855.350","12078.379"],["7733.836","11945.309"],["7860.995","12068.849"],["7749.691","12016.967"],["13327.591","10799.628"],["13324.565","10801.428"],["12352.847","12940.697"],["12155.054","12934.906"],["12158.556","12937.437"],["12255.589","12953.330"],["12153.548","12928.049"],["12324.280","12865.701"],["12325.571","12864.649"],["12326.158","12862.809"],["12320.787","12866.872"],["12319.547","12866.511"],["12318.638","12865.374"],["12317.657","12861.645"],["12317.976","12860.301"],["12318.411","12858.885"],["12321.703","12857.963"],["12323.489","12858.579"],["12324.990","12859.726"],["12154.980","12879.676"],["12156.244","12878.617"],["12156.778","12876.771"],["12151.516","12880.866"],["12150.266","12880.510"],["12149.324","12879.375"],["12148.236","12875.642"],["12148.500","12874.293"],["12148.903","12872.873"],["12152.182","12871.934"],["12153.990","12872.544"],["12155.523","12873.687"],["12188.959","12802.747"],["12190.351","12801.832"],["12191.119","12800.040"],["12185.363","12803.533"],["12184.164","12803.028"],["12183.372","12801.777"],["12182.766","12797.899"],["12183.210","12796.562"],["12183.788","12795.189"],["12187.165","12794.639"],["12188.884","12795.466"],["12190.264","12796.794"],["12151.337","12925.093"],["7099.902","13833.315"],["7141.673","13921.128"],["9874.914","16815.482"],["9869.078","16851.158"],["9847.013","16866.992"],["9868.396","16864.649"],["9881.978","16858.765"],["9928.665","16868.123"],["9867.492","16861.394"],["9893.572","16865.061"],["9916.970","16892.586"],["10003.071","16889.667"],["9870.846","16845.893"],["9850.451","16860.494"],["9900.505","16877.696"],["9887.800","16892.170"],["9875.253","16892.351"],["9869.312","16868.155"],["9849.856","16849.813"],["12441.684","11973.012"],["12452.917","11993.207"],["12559.624","12068.713"],["12359.902","12008.788"],["12555.977","12067.073"],["10181.839","11020.580"],["10156.948","11023.216"],["10090.675","11051.611"],["10120.276","10942.667"],["10091.642","10951.645"],["10090.833","11003.983"],["10145.387","10940.274"],["10186.205","10983.841"],["14891.543","6243.231"],["9623.815","13537.514"],["9640.440","13600.902"],["9642.986","13550.214"],["9826.490","13511.132"],["9710.060","13498.988"],["9788.767","13444.276"],["9621.777","13601.151"],["9639.462","13534.060"],["9803.520","13440.303"],["9625.189","13548.019"],["9636.091","13576.747"],["9802.466","13483.638"],["9797.338","13553.064"],["9643.357","13562.482"],["9778.449","13442.798"],["9830.037","13526.991"],["7513.559","12343.380"],["7425.110","12518.835"],["7480.120","12380.643"],["7498.288","12349.014"],["7508.381","12483.481"],["8375.237","11436.989"],["8403.730","11454.538"],["8373.363","11434.348"],["8368.129","11424.183"],["8396.162","11411.186"],["9377.930","18310.360"],["8705.898","12596.611"],["8678.038","12572.594"],["8584.971","12744.913"],["8737.860","12690.248"],["8741.971","12689.760"],["8760.695","12733.882"],["8621.141","12565.556"],["8736.123","12689.511"],["8601.126","12683.880"],["8591.856","12746.482"],["8734.174","12692.343"],["8760.198","12719.135"],["8680.138","12575.260"],["8677.760","12571.438"],["8678.087","12575.885"],["8683.130","12574.983"],["8681.412","12574.069"],["8680.863","12574.899"],["8763.434","12733.570"],["5801.560","18086.237"],["5799.992","18086.225"],["5797.637","18088.936"],["5797.974","18090.815"],["5799.665","18089.754"],["9880.080","14356.648"],["9941.669","14368.903"],["9912.968","14319.395"],["9963.380","14329.486"],["9973.087","14255.301"],["9875.553","14247.471"],["9912.848","14261.540"],["10022.785","14264.990"],["9974.036","14276.689"],["9965.792","14357.979"],["9885.665","14411.827"],["9972.528","14409.076"],["9860.544","14393.029"],["9917.212","14374.056"],["9911.537","14289.915"],["9940.551","14307.472"],["9888.547","14244.597"],["10015.194","14254.476"],["9977.785","14261.612"],["10000.068","14372.426"],["9854.603","14441.760"],["9931.900","14352.421"],["9933.116","14313.912"],["9945.617","14308.396"],["9995.422","14248.942"],["9902.955","14273.086"],["9933.182","14373.858"],["9916.356","14321.261"],["9950.979","14299.891"],["9984.189","14251.767"],["9886.688","14244.614"],["8362.128","13290.232"],["8389.899","13343.481"],["8393.954","13371.446"],["8386.493","13367.992"],["8406.700","13321.333"],["8388.152","13340.926"],["13088.763","16583.220"],["13013.571","16695.039"],["13086.461","16580.509"],["13085.809","16581.054"],["13085.167","16581.774"],["13088.799","16579.691"],["13088.878","16584.176"],["13083.570","16581.211"],["9753.655","16044.972"],["9829.422","16046.028"],["9821.166","16058.966"],["9827.796","16059.794"],["9250.540","16955.945"],["6493.092","13407.071"],["6492.188","13408.326"],["6486.455","13573.702"],["6579.989","13469.195"],["8811.069","15680.826"],["9546.275","17337.808"],["14041.466","14440.904"],["10149.567","14571.270"],["10190.365","14455.823"],["10164.910","14490.594"],["10237.297","14639.668"],["10215.608","14551.935"],["10242.856","14583.378"],["10082.174","14555.176"],["10190.259","14453.901"],["10161.377","14487.758"],["10208.512","14494.156"],["10239.197","14560.177"],["10245.041","14659.041"],["10148.900","14491.425"],["10137.328","14502.108"],["10204.277","14565.342"],["10236.376","14585.109"],["10077.452","14564.915"],["10156.171","14488.708"],["10197.287","14514.448"],["10242.507","14589.765"],["10206.818","14558.421"],["10241.982","14578.141"],["10215.098","14660.567"],["10066.868","14578.187"],["10197.501","14561.735"],["10136.967","14621.634"],["10147.609","14531.330"],["10221.522","14561.398"],["10244.595","14556.027"],["10088.627","14572.257"],["10796.626","14840.833"],["10848.222","14684.458"],["10842.375","14668.785"],["10817.915","14842.683"],["10845.318","14671.687"],["10788.772","14841.655"],["10840.212","14682.687"],["16981.202","7736.064"],["16984.994","7737.915"],["9910.514","11659.710"],["9884.768","11626.993"],["2570.650","11246.815"],["6701.647","17532.977"],["6886.554","17463.905"],["6879.537","17505.250"],["6881.974","17501.017"],["6880.470","17501.737"],["6880.787","17506.650"],["6698.867","17529.162"],["6699.344","17530.070"],["6701.000","17526.471"],["6702.338","17529.179"],["6704.458","17528.023"],["6881.877","17504.927"],["12384.653","14667.755"],["12392.705","14731.743"],["12395.614","14699.451"],["12389.278","14672.862"],["12374.246","14717.117"],["12406.161","14666.558"],["12455.598","14857.519"],["9909.260","11086.035"],["11908.575","14135.888"],["11913.584","14141.666"],["11939.892","14053.610"],["11856.098","14133.985"],["11853.376","14127.366"],["11839.992","14125.114"],["11841.585","14127.220"],["11939.422","14050.469"],["11939.514","14054.475"],["11941.792","14050.707"],["11936.451","14049.753"],["11937.578","14050.934"],["11938.530","14050.602"],["11812.037","14183.339"],["14129.511","10930.093"],["14126.410","10931.135"],["14059.403","10929.835"],["8175.919","16943.205"],["8298.969","16871.086"],["12181.308","12361.765"],["12201.708","12387.328"],["12215.450","12372.935"],["12176.032","12405.356"],["12225.029","12344.821"],["12242.785","12364.756"],["12279.253","12353.244"],["12150.368","12382.232"],["12356.556","12363.351"],["12201.213","12359.314"],["12228.030","12346.205"],["12178.765","12356.300"],["12222.648","12373.257"],["12153.423","12390.241"],["12200.034","12356.726"],["12153.449","12419.779"],["12198.976","12339.822"],["7108.377","15820.014"],["14678.268","16920.423"],["14800.411","16942.490"],["14680.648","16917.796"],["14797.385","16944.291"],["12059.311","16953.063"],["12027.849","16973.329"],["12066.208","16941.048"],["12032.329","16971.011"],["12055.382","16941.899"],["12062.197","16974.315"],["12018.588","16976.231"],["12067.521","16958.319"],["12032.720","16979.262"],["7552.972","16613.836"],["11584.485","14053.708"],["11564.551","14091.146"],["11524.616","14081.699"],["11516.676","14044.229"],["11534.303","14090.573"],["11516.745","14074.133"],["9703.693","12899.838"],["9725.325","12931.158"],["9718.779","12918.522"],["9705.902","12929.116"],["9703.946","12944.616"],["8557.083","18760.932"],["8553.026","18715.323"],["8550.049","18717.043"],["13195.962","15747.654"],["4359.252","12058.537"],["4362.550","12058.613"],["12384.129","12116.053"],["12380.968","12101.761"],["12478.051","12124.548"],["12477.110","12124.322"],["12476.689","12125.451"],["12480.336","12125.043"],["12474.818","12124.216"],["6548.314","13366.295"],["6622.522","13312.901"],["6622.382","13306.780"],["6560.196","13201.225"],["6668.788","13247.925"],["6521.937","13211.507"],["6628.836","13311.543"],["6574.227","13291.012"],["6489.182","13259.236"],["6671.149","13257.478"],["6661.149","13260.632"],["6665.522","13261.359"],["6558.937","13185.796"],["15072.770","10979.114"],["15076.689","10977.066"],["10854.266","14336.026"],["10835.355","14343.047"],["10778.355","14446.039"],["10717.738","14291.222"],["10872.136","14354.381"],["10804.102","14296.870"],["10786.106","14338.266"],["10832.967","14242.124"],["10776.646","14242.373"],["10685.427","14343.376"],["10683.963","14420.670"],["10839.520","14435.336"],["10848.005","14286.459"],["10806.481","14288.916"],["10877.905","14437.313"],["10835.832","14386.461"],["10805.535","14423.776"],["10808.102","14265.488"],["10803.808","14293.841"],["10806.128","14308.531"],["10835.168","14282.587"],["10860.666","14239.652"],["10676.801","14331.353"],["10687.300","14423.516"],["10845.099","14417.767"],["10864.734","14272.485"],["10816.524","14336.368"],["10815.733","14446.457"],["10792.182","14435.940"],["10736.512","14427.062"],["10823.408","14430.013"],["10805.006","14257.380"],["10704.279","14275.773"],["10740.490","14277.143"],["10679.528","14294.531"],["10751.224","14283.294"],["10762.499","14255.115"],["10881.597","14347.932"],["10831.856","14290.333"],["10865.337","14248.961"],["10767.363","14240.944"],["10674.950","14366.895"],["10679.116","14423.644"],["10876.774","14395.034"],["10871.850","14279.415"],["10880.881","14325.729"],["10869.652","14332.267"],["10809.654","14260.493"],["10823.559","14246.991"],["10730.717","14268.672"],["10862.164","14341.352"],["10828.290","14382.949"],["10818.387","14303.314"],["10695.717","14337.965"],["10880.296","14378.500"],["10809.963","14289.588"],["10810.143","14288.721"],["10810.109","14287.694"],["10808.736","14291.734"],["10805.689","14288.209"],["10811.780","14287.112"],["7261.719","13327.620"],["7210.359","13376.287"],["7188.908","13305.813"],["7176.922","13335.571"],["7173.231","13331.615"],["7163.129","13367.741"],["7094.309","13330.957"],["7095.905","13358.360"],["7199.737","13277.792"],["7230.600","13333.962"],["7291.546","13374.327"],["7185.282","13291.160"],["7158.386","13350.583"],["7179.238","13318.782"],["7157.833","13366.570"],["7095.738","13345.611"],["7106.701","13355.290"],["7116.543","13248.634"],["7183.100","13302.745"],["7169.495","13351.264"],["7178.190","13325.323"],["7164.199","13373.053"],["7104.025","13338.107"],["7098.991","13348.511"],["7189.848","13298.656"],["7170.056","13335.770"],["7181.222","13319.138"],["7161.404","13377.403"],["7099.538","13338.271"],["7176.028","13244.554"],["7280.014","13262.767"],["10960.040","13191.869"],["10942.398","13349.381"],["11020.881","13331.585"],["10936.606","13380.691"],["10912.435","13207.279"],["10957.267","13216.583"],["10980.408","13209.911"],["10983.017","13318.714"],["10926.554","13358.485"],["10979.317","13312.650"],["11027.352","13319.861"],["10927.517","13189.613"],["11009.690","13184.334"],["11010.627","13187.803"],["10929.725","13335.206"],["10987.671","13302.911"],["6276.641","8772.257"],["6280.621","8770.210"],["12740.497","15127.066"],["12589.593","15280.135"],["12633.136","15250.031"],["12692.961","15144.012"],["12692.382","15201.949"],["12697.046","15207.465"],["12653.028","15193.416"],["12649.896","15261.477"],["12730.579","15231.712"],["12580.645","15265.156"],["12775.714","15144.806"],["12702.646","15161.577"],["12742.124","15123.412"],["12753.953","15156.461"],["12718.526","15170.534"],["12592.849","15279.012"],["12639.715","15255.515"],["12715.321","15160.582"],["12734.376","15229.910"],["12596.451","15271.812"],["8326.684","12846.784"],["8354.486","12861.308"],["8352.693","12873.017"],["8341.871","12860.383"],["8343.444","12809.509"],["8335.325","12840.366"],["8350.621","12860.647"],["8334.815","12868.079"],["3395.576","7881.925"],["5852.031","9808.580"],["5847.482","9811.504"],["5846.561","9809.853"],["5848.798","9815.782"],["5852.729","9813.811"],["13063.566","14401.406"],["13032.543","14240.538"],["13067.470","14270.709"],["13114.847","14282.536"],["13172.777","14406.724"],["13106.666","14258.110"],["13090.609","14342.223"],["13062.168","14305.350"],["12988.962","14405.980"],["13180.415","14417.141"],["13092.885","14281.117"],["8949.979","18671.201"],["8911.273","18482.405"],["8931.645","18530.625"],["8868.832","18510.582"],["8948.659","18479.497"],["8953.247","18670.302"],["8948.933","18671.199"],["8953.201","18672.656"],["8953.625","18666.942"],["8952.436","18668.537"],["8953.006","18669.304"],["12427.451","14400.048"],["12405.755","14387.854"],["12431.259","14324.262"],["12445.920","14343.271"],["12375.341","14446.806"],["12402.576","14384.611"],["12448.264","14318.762"],["12439.891","14340.151"],["12386.921","14371.461"],["12407.639","14334.104"],["12429.770","14402.565"],["12385.159","14370.420"],["12444.046","14349.816"],["12440.829","14317.402"],["12441.767","14340.019"],["12410.733","14361.660"],["12428.765","14326.757"],["12429.370","14327.349"],["12430.242","14327.869"],["12427.673","14324.542"],["12432.298","14324.022"],["12429.769","14329.514"],["12443.385","14320.384"],["7024.159","18556.647"],["7023.377","18555.435"],["7019.770","18554.629"],["7018.405","18556.009"],["7020.192","18556.881"],["13029.054","12483.764"],["13024.255","12457.584"],["12493.880","15222.694"],["12542.964","15227.829"],["12525.076","15271.091"],["12373.509","15266.322"],["12452.813","15249.029"],["12492.008","15226.004"],["12540.538","15223.248"],["12510.738","15273.498"],["12416.037","15260.813"],["12420.208","15261.340"],["11126.322","14302.390"],["11303.865","14335.699"],["11155.911","14293.535"],["11302.305","14264.715"],["11233.439","14331.259"],["11116.960","14338.081"],["11269.034","14445.457"],["11143.406","14331.105"],["11244.691","14323.084"],["11277.149","14443.993"],["11156.446","14424.831"],["11184.851","14416.045"],["11196.216","14372.659"],["11152.147","14358.513"],["11100.092","14406.161"],["11135.562","14298.856"],["11201.549","14429.164"],["11169.129","14412.498"],["11205.016","14360.420"],["11162.509","14370.640"],["11099.039","14388.511"],["11134.142","14296.286"],["11198.804","14411.395"],["11169.329","14408.685"],["11205.830","14367.349"],["11158.034","14357.921"],["11106.447","14409.878"],["11130.156","14298.568"],["11302.973","14332.839"],["11302.165","14333.153"],["11301.355","14333.789"],["11303.628","14336.704"],["11300.138","14332.829"],["11300.260","14262.244"],["11299.602","14262.819"],["11299.037","14263.685"],["11302.498","14261.278"],["11302.450","14265.744"],["11297.483","14263.178"],["11117.240","14334.669"],["11116.341","14334.553"],["11115.378","14334.824"],["11116.428","14339.065"],["11119.478","14335.524"],["11243.758","14319.655"],["11242.942","14319.916"],["11242.113","14320.415"],["11246.164","14319.774"],["11244.447","14324.091"],["11240.880","14319.228"],["11170.195","14427.108"],["11195.427","14412.949"],["11190.791","14360.075"],["11176.606","14365.305"],["11096.394","14395.399"],["6864.231","13395.325"],["6881.768","13572.873"],["6702.720","13511.536"],["6706.818","13510.971"],["6754.581","13522.153"],["6859.555","13411.075"],["6869.301","13395.677"],["6701.022","13510.898"],["6862.367","13429.424"],["6882.024","13559.442"],["6699.216","13513.837"],["6705.849","13577.179"],["6706.292","13465.675"],["6757.421","13522.306"],["13099.424","16112.724"],["13114.303","16126.981"],["13097.829","16109.520"],["13097.056","16109.917"],["13096.250","16110.561"],["13100.296","16109.223"],["13099.309","16113.765"],["13094.819","16109.603"],["13123.038","16135.677"],["9509.024","15036.560"],["9537.517","15011.958"],["9548.641","15046.575"],["9522.080","15076.221"],["9520.216","15036.909"],["9548.639","15048.381"],["9518.663","15082.354"],["9488.976","14986.553"],["11144.244","14961.676"],["11222.266","14943.124"],["11202.119","14983.183"],["11146.794","14968.035"],["11172.884","14901.405"],["11196.506","14944.967"],["11203.246","15002.089"],["11107.491","15069.074"],["11179.294","14965.656"],["11176.535","14899.010"],["11187.282","14940.019"],["11148.126","14944.666"],["11171.716","14891.463"],["11220.292","14938.846"],["8815.890","13658.727"],["8807.579","13617.277"],["8861.280","13606.173"],["8985.084","13612.308"],["8893.445","13794.327"],["8945.524","13751.701"],["8817.254","13738.095"],["8986.463","13789.821"],["8875.087","13730.364"],["8804.954","13640.398"],["8793.435","13803.704"],["8799.745","13811.441"],["8813.603","13769.618"],["8794.470","13744.378"],["8809.453","13712.027"],["8851.991","13690.007"],["8808.018","13684.582"],["8832.660","13698.794"],["8850.180","13682.065"],["8821.822","13679.915"],["8834.107","13695.062"],["8824.321","13682.774"],["10644.622","16092.228"],["10504.467","15935.258"],["12005.550","5970.340"],["12080.866","5901.803"],["12015.325","5978.421"],["11988.136","5800.493"],["12076.348","5900.374"],["11976.635","5795.690"],["12077.238","5901.361"],["11994.237","5783.981"],["11993.973","5782.785"],["12075.319","5881.662"],["12081.551","5882.683"],["12082.660","5883.034"],["12085.898","5881.817"],["12082.055","5900.055"],["12086.436","5879.774"],["12008.003","5972.004"],["12007.833","5973.036"],["12005.178","5969.197"],["12008.898","5970.573"],["12009.822","5970.664"],["12017.189","5981.110"],["12016.086","5980.384"],["12015.774","5981.321"],["12014.209","5979.447"],["12012.999","5978.592"],["12015.035","5976.535"],["12017.497","5979.465"],["12017.559","5978.606"],["12017.986","5979.387"],["12017.687","5981.331"],["11989.840","5803.308"],["11988.114","5799.112"],["11987.462","5803.884"],["11992.973","5803.538"],["11991.387","5802.244"],["11990.648","5803.114"],["11980.059","5796.080"],["11975.782","5794.720"],["11978.857","5798.104"],["11981.989","5794.203"],["11980.224","5794.351"],["11980.296","5795.491"],["11990.611","5782.977"],["12072.759","5883.783"],["12073.234","5884.634"],["12074.100","5885.067"],["12073.402","5887.088"],["12071.926","5881.766"],["12076.416","5881.147"],["12084.662","5880.159"],["12080.217","5899.485"],["3401.840","8208.692"],["3398.893","8210.403"],["12078.594","12384.566"],["12135.700","12353.370"],["12125.919","12422.050"],["10183.720","13642.690"],["10205.480","13635.043"],["10211.949","13731.236"],["10248.018","13751.517"],["10125.060","13740.549"],["10225.706","13807.843"],["10215.793","13667.017"],["10198.265","13702.268"],["10162.614","13805.715"],["10172.415","13695.119"],["10105.396","13799.399"],["10221.385","13617.686"],["10238.429","13734.588"],["10086.736","13791.470"],["10078.145","13652.339"],["10133.002","13709.287"],["10178.013","13628.388"],["10233.725","13710.377"],["10251.143","13750.162"],["10228.799","13634.949"],["10203.918","13702.808"],["10201.107","13814.221"],["8788.137","11867.254"],["8837.130","11792.314"],["8842.804","11861.232"],["8940.507","11759.311"],["8831.589","11875.740"],["8817.904","11899.474"],["8937.977","11810.399"],["8945.714","11823.728"],["8788.718","11740.353"],["8907.146","11855.270"],["8884.119","11829.882"],["8791.570","11867.857"],["8838.723","11891.625"],["8936.621","11902.365"],["8903.857","11870.679"],["8949.077","11909.427"],["8884.037","11824.189"],["8875.929","11839.894"],["8925.609","11801.133"],["8926.760","11882.818"],["8785.312","11888.357"],["8887.101","11842.783"],["9537.719","13556.847"],["9433.661","13407.384"],["9411.253","13447.641"],["9474.283","13431.376"],["9499.395","13555.217"],["9472.758","13440.477"],["9515.677","13548.207"],["9479.086","13459.294"],["9521.916","13400.367"],["9608.926","13411.959"],["9524.555","13565.122"],["9415.514","13435.580"],["9465.341","13452.957"],["9613.829","13593.407"],["9524.707","13436.647"],["6872.035","16576.142"],["10310.363","7515.289"],["10337.749","7538.527"],["10309.296","7518.566"],["13552.631","15916.545"],["14525.713","16468.361"],["6278.225","14618.638"],["6310.861","14561.887"],["6376.750","14523.887"],["6322.860","14493.748"],["6305.223","14624.337"],["6348.366","14556.649"],["6327.580","14556.244"],["6320.963","14503.371"],["6267.477","14631.272"],["6293.662","14612.165"],["6320.766","14566.186"],["6307.102","14547.850"],["6344.721","14496.654"],["6289.775","14451.173"],["6279.938","14624.582"],["6369.872","14550.428"],["6406.767","14557.470"],["9406.219","13859.717"],["9326.021","13969.225"],["9255.508","13892.674"],["9377.992","13915.756"],["10320.367","10843.837"],["10356.737","10790.137"],["10386.357","10824.553"],["10394.268","10774.121"],["10301.471","10790.548"],["10385.534","10800.339"],["6507.214","14033.900"],["6499.545","14041.309"],["6515.958","14067.985"],["6485.624","14069.329"],["6493.616","14051.468"],["6501.014","14056.371"],["13151.798","15113.853"],["13178.541","15109.344"],["13044.553","15121.485"],["13101.593","15089.560"],["13032.066","15109.196"],["13013.099","15119.064"],["13107.720","15289.833"],["13014.298","15274.219"],["13051.799","15279.357"],["13063.940","15268.537"],["13098.952","15113.684"],["13051.103","15136.942"],["13190.752","15096.510"],["13005.644","15286.638"],["13005.946","15289.065"],["13142.651","15114.240"],["13167.972","15087.677"],["13107.847","15103.354"],["13099.075","15085.892"],["13013.932","15277.095"],["13098.499","15116.764"],["13046.848","15133.135"],["13123.905","15104.720"],["13160.632","15086.971"],["12989.443","15281.051"],["13153.143","15090.840"],["13165.069","15099.542"],["13049.019","15288.998"],["2978.809","13198.966"],["2977.530","13199.948"],["2977.449","13203.701"],["3034.745","13242.622"],["2962.882","13259.897"],["2911.439","13257.955"],["3044.471","13331.386"],["2978.866","13204.492"],["2979.534","13202.592"],["9421.768","16594.834"],["9409.857","16597.727"],["14211.287","12565.950"],["14193.289","12557.106"],["14141.250","12568.114"],["14158.351","12577.046"],["14136.282","12599.501"],["11215.384","16265.415"],["11218.494","16261.550"],["11216.907","16262.021"],["11216.409","16267.022"],["11217.765","16265.470"],["9297.158","14642.658"],["9257.374","14564.485"],["9208.831","14624.072"],["9290.418","14637.535"],["10696.342","12920.983"],["10679.985","12842.350"],["10682.518","12815.576"],["10718.359","12942.368"],["10677.454","12940.714"],["10728.216","12935.808"],["10783.009","12941.250"],["10701.856","12966.742"],["10860.984","12914.185"],["10879.030","12911.350"],["12286.071","10240.752"],["12146.324","17484.681"],["12188.853","17460.752"],["12265.080","17510.597"],["12236.014","17512.011"],["12230.466","17456.147"],["12201.505","17463.859"],["12187.170","17524.161"],["12172.262","17450.079"],["12228.648","17468.831"],["12244.014","17514.609"],["12194.734","17492.923"],["12181.333","17532.214"],["7906.071","19032.905"],["11494.628","17047.060"],["11484.578","17017.655"],["11423.774","17056.002"],["11349.217","17131.049"],["11339.897","17147.931"],["11426.895","17084.491"],["11472.458","17191.102"],["11376.216","17151.842"],["11421.179","17129.367"],["11396.935","17126.853"],["11414.253","17107.030"],["11409.766","17144.820"],["11411.021","17027.570"],["11319.437","17040.367"],["11378.419","17161.384"],["11356.128","17160.347"],["11356.189","17170.924"],["11430.184","17144.524"],["11419.150","17158.395"],["11315.364","17040.762"],["11372.366","17193.942"],["11417.566","17161.933"],["11404.981","17163.986"],["17002.814","4466.305"],["16999.016","4505.446"],["16998.587","4458.596"],["13103.612","17084.734"],["13017.566","17119.715"],["13026.718","17077.934"],["13101.665","17087.393"],["13090.783","17197.445"],["13081.725","17155.309"],["13104.340","17058.722"],["13020.432","17094.468"],["13024.189","17178.129"],["9285.759","13782.776"],["9278.749","13768.821"],["9267.859","13800.714"],["9268.217","13785.736"],["9287.120","13766.912"],["9257.800","13790.281"],["9257.121","13798.090"],["11967.981","15652.326"],["6821.599","9446.181"],["12822.210","13849.795"],["12790.167","13922.036"],["12957.184","13934.700"],["12818.173","13905.073"],["12777.888","13870.323"],["12880.032","13884.505"],["12857.896","13942.218"],["12862.876","13876.044"],["12871.842","13889.322"],["12799.722","13928.494"],["12915.676","13816.868"],["12823.820","13892.336"],["12823.043","13891.980"],["12822.016","13891.770"],["12825.613","13894.074"],["12821.613","13895.906"],["12821.839","13890.124"],["12955.644","13931.558"],["12954.871","13931.958"],["12954.099","13932.626"],["12958.085","13931.226"],["12957.092","13935.750"],["12952.668","13931.685"],["12876.307","13882.854"],["6729.308","14139.941"],["6724.760","14151.684"],["6728.296","14136.346"],["6690.001","14129.380"],["6722.217","14032.691"],["6698.267","14150.674"],["12526.559","12498.983"],["12524.713","12445.491"],["12428.383","12493.459"],["12461.959","12493.152"],["12378.003","12466.067"],["12501.650","12428.531"],["12473.972","12420.745"],["12525.482","12412.825"],["12421.326","12431.095"],["12398.661","12412.335"],["12388.230","12420.527"],["12389.430","12423.223"],["12522.993","12413.867"],["12486.220","12426.233"],["12481.844","12461.133"],["12500.492","12501.987"],["12400.737","12412.317"],["12392.224","12422.685"],["12433.627","12399.853"],["12460.646","12435.830"],["12425.872","12470.025"],["12507.581","12433.170"],["12478.245","12433.620"],["12439.608","12449.941"],["12562.892","12456.632"],["12385.097","12424.523"],["12448.927","12525.536"],["12450.169","12524.422"],["12450.671","12522.544"],["12445.490","12526.863"],["12444.235","12526.549"],["12443.275","12525.443"],["12442.124","12521.724"],["12442.381","12520.349"],["12442.751","12518.907"],["12445.999","12517.844"],["12447.811","12518.391"],["12449.363","12519.484"],["12524.821","12546.414"],["12526.127","12545.377"],["12526.735","12543.531"],["12520.073","12547.140"],["12519.176","12545.976"],["12518.237","12542.191"],["12518.569","12540.832"],["12519.022","12539.416"],["12522.331","12538.552"],["12524.113","12539.209"],["12525.603","12540.396"],["12524.821","12546.414"],["12526.127","12545.377"],["12526.735","12543.531"],["12520.073","12547.140"],["12519.176","12545.976"],["12518.237","12542.191"],["12518.569","12540.832"],["12519.022","12539.416"],["12522.331","12538.552"],["12524.113","12539.209"],["12525.603","12540.396"],["9349.165","12223.696"],["9355.481","12249.972"],["9402.387","12172.420"],["9369.775","12177.232"],["9331.862","12226.570"],["8463.144","12775.705"],["8424.894","12872.691"],["8486.236","12828.834"],["8499.164","12803.588"],["8367.002","12848.393"],["8405.051","12773.640"],["8481.730","12770.079"],["8464.904","12812.523"],["8437.320","12868.722"],["8411.762","12833.690"],["8505.480","12848.642"],["8364.979","12837.856"],["8394.248","12872.429"],["8552.506","12822.387"],["14827.784","5800.899"],["14831.170","5794.925"],["14827.533","5794.387"],["14824.122","5799.703"],["14813.916","5978.855"],["13122.283","15081.344"],["13008.760","15043.085"],["13016.580","15010.224"],["13053.798","15059.009"],["13057.660","15082.830"],["13182.055","15067.927"],["13169.437","15005.273"],["13169.611","15064.195"],["13094.370","15061.269"],["12989.636","15050.048"],["13163.436","14951.612"],["13133.206","15046.813"],["13119.969","15066.890"],["12990.741","14988.851"],["13056.952","14959.836"],["13108.820","15010.233"],["13166.581","14986.861"],["12997.557","15044.463"],["13090.944","15031.332"],["13116.121","15006.224"],["13091.490","14933.926"],["13070.179","14946.572"],["13125.508","14931.502"],["13085.995","14910.326"],["13106.369","14975.244"],["13084.129","15070.074"],["13095.212","15080.516"],["13640.595","12512.752"],["9045.616","11992.325"],["9053.938","11938.617"],["9003.222","11922.573"],["9027.547","11968.106"],["9115.881","11958.624"],["9031.126","12003.951"],["9025.295","11994.056"],["8988.778","12006.779"],["9013.021","12019.694"],["9043.303","11922.479"],["9090.003","11995.313"],["9126.936","11980.658"],["9183.105","11982.260"],["7337.768","12973.994"],["7326.383","13010.448"],["7324.096","13035.434"],["7385.344","13002.392"],["7378.462","13055.189"],["7373.556","13108.949"],["7311.042","13044.166"],["7369.131","12989.943"],["7391.130","13046.761"],["7395.730","13077.317"],["7382.837","13108.617"],["7375.687","13160.096"],["7356.245","13125.215"],["7329.637","13046.383"],["7426.799","13103.849"],["7446.328","13117.734"],["7916.908","18378.289"],["7761.535","18421.284"],["7919.033","18375.578"],["7915.966","18378.884"],["7920.414","18377.526"],["7917.538","18372.630"],["7917.377","18374.613"],["7918.316","18374.922"],["7759.609","18424.198"],["7760.513","18424.634"],["7762.016","18424.978"],["7762.237","18426.642"],["7758.116","18422.289"],["7762.191","18420.845"],["5615.130","10818.063"],["7308.555","13814.479"],["7304.011","13747.407"],["7331.300","13812.918"],["11592.897","14672.699"],["11528.726","14781.291"],["11523.570","14709.569"],["11586.908","14736.263"],["11581.864","14799.285"],["11585.134","14677.222"],["11518.304","14787.182"],["11520.628","14712.560"],["11594.315","14749.922"],["11570.186","14812.249"],["12577.862","12124.097"],["12574.260","12054.403"],["11584.068","13847.269"],["11555.406","13999.557"],["11581.805","13899.618"],["9952.827","9794.495"],["16746.399","7651.791"],["16762.260","7660.008"],["9854.699","13810.279"],["9858.138","13650.759"],["10025.289","13719.438"],["9853.352","13643.888"],["9921.715","13626.611"],["9869.287","13782.284"],["9860.121","13798.681"],["9855.019","13643.962"],["9979.851","13748.212"],["9853.768","13806.645"],["12530.178","11052.696"],["12529.126","11049.251"],["12530.202","11049.770"],["12529.245","11048.404"],["12531.039","11049.281"],["12530.710","11051.995"],["12531.562","11052.874"],["12528.455","11053.286"],["12528.218","11049.847"],["12527.194","11050.864"],["12527.298","11050.105"],["9879.317","13508.133"],["9845.410","13603.999"],["9833.228","13521.082"],["9855.838","13394.581"],["9904.457","13542.314"],["9851.275","13532.095"],["9846.857","13504.429"],["12761.828","15718.750"],["9176.427","15008.608"],["9169.260","14935.511"],["9135.834","14897.132"],["9140.222","14913.036"],["9193.784","15063.243"],["9179.477","15004.720"],["9198.684","15078.130"],["9179.697","14935.617"],["9031.977","14930.733"],["9032.009","14972.804"],["9098.801","14981.096"],["8364.121","12351.187"],["8358.350","12361.249"],["8364.228","12356.632"],["8361.421","12371.392"],["8361.925","12352.633"],["9160.882","13540.818"],["9157.729","13512.067"],["9181.489","13559.141"],["9158.252","13517.147"],["9142.264","13459.799"],["9110.866","13455.248"],["9156.546","13515.307"],["9134.626","13522.295"],["9120.994","13432.325"],["14952.243","16694.334"],["13922.746","14441.795"],["12089.320","14878.605"],["9825.900","16747.233"],["9792.094","16688.996"],["9753.879","16709.610"],["9808.883","16755.703"],["9651.866","16679.468"],["9639.086","16712.380"],["9718.335","16651.658"],["9750.977","16653.597"],["9692.320","16571.859"],["9665.720","16668.667"],["9672.995","16706.944"],["9727.720","16618.780"],["9674.370","16703.880"],["9659.433","16766.716"],["9723.112","16616.379"],["9655.462","16682.983"],["9699.012","16616.478"],["9717.946","16646.093"],["10035.810","12751.632"],["9843.301","12553.638"],["9839.403","12583.839"],["9899.320","12616.489"],["10018.764","12663.364"],["9831.495","12618.418"],["9939.043","12571.869"],["9846.031","12590.913"],["9987.380","12576.512"],["9890.669","12565.011"],["9912.932","12613.584"],["10013.324","12751.944"],["10023.474","12689.634"],["9867.215","12623.680"],["9887.528","12650.104"],["9886.195","12573.698"],["9916.416","12560.953"],["9942.273","12744.118"],["9919.863","12561.549"],["9960.488","12579.088"],["9928.531","12582.848"],["10024.751","12657.601"],["10023.468","12659.582"],["9942.907","12560.732"],["9993.245","12741.534"],["14069.755","13055.173"],["11020.492","13158.587"],["10900.949","13165.639"],["11078.093","13144.906"],["10922.584","13035.651"],["11070.044","12998.573"],["10951.642","13180.481"],["11018.851","13076.970"],["11005.546","13147.274"],["11063.530","13163.147"],["10896.987","13150.944"],["10926.968","13155.706"],["10914.939","13172.598"],["10996.516","13175.763"],["10262.602","16117.307"],["10300.647","15993.900"],["10280.207","15942.443"],["10308.822","15946.485"],["10292.361","15957.907"],["10346.177","15959.863"],["10344.651","15965.253"],["10330.358","15970.192"],["10327.323","15966.980"],["11599.913","15308.110"],["11649.155","15329.140"],["11605.609","15373.182"],["11546.059","15312.608"],["11543.901","15324.342"],["10156.210","12014.502"],["10202.281","12117.498"],["6387.904","14243.021"],["6254.270","14293.508"],["6251.723","14340.394"],["6388.487","14343.780"],["6317.238","14405.383"],["6398.026","14436.476"],["6393.994","14397.479"],["6425.549","14346.595"],["6374.629","14295.896"],["6337.065","14322.144"],["6388.055","14240.216"],["6398.994","14349.498"],["6328.448","14407.423"],["6356.616","14445.482"],["6414.756","14373.839"],["6422.806","14363.459"],["6359.899","14298.287"],["6333.365","14313.783"],["6393.127","14260.244"],["6396.473","14252.862"],["6270.230","14285.652"],["6263.169","14328.401"],["6326.453","14361.232"],["6315.835","14407.111"],["6360.491","14427.397"],["6417.932","14374.255"],["6428.762","14348.699"],["6359.394","14310.743"],["6337.377","14314.487"],["6336.721","14315.110"],["6450.102","14287.170"],["6302.992","14331.940"],["6312.815","14347.120"],["6314.007","14401.010"],["6395.524","14418.107"],["6394.654","14372.889"],["6444.215","14359.984"],["6371.548","14304.580"],["6343.400","14291.769"],["12682.101","15418.245"],["12754.624","15384.065"],["12667.700","15449.006"],["12718.069","15381.705"],["12703.072","15429.234"],["12685.221","15419.450"],["1567.469","13342.766"],["8679.622","12101.021"],["8635.856","12100.922"],["8668.767","12097.124"],["8745.442","11948.267"],["8610.103","12059.116"],["8702.427","11976.036"],["8610.207","12079.562"],["8744.461","12092.452"],["8774.654","12029.699"],["8608.981","12071.013"],["8644.886","12018.792"],["8713.182","11915.940"],["8708.379","11923.851"],["8598.871","12044.136"],["8599.760","11946.741"],["8698.807","12089.424"],["8665.746","11998.061"],["8740.888","12122.855"],["8585.724","12012.119"],["8666.645","11940.234"],["8776.554","12029.810"],["8578.173","12068.232"],["8612.135","12007.091"],["8774.588","12115.462"],["8750.164","12120.609"],["8745.273","12032.760"],["8632.994","12017.718"],["8671.086","12010.616"],["8609.564","11937.732"],["8708.093","11967.822"],["8775.823","12098.129"],["8635.776","12026.815"],["8769.055","11915.675"],["9022.916","15406.039"],["4837.845","11296.188"],["9953.560","13437.463"],["10014.696","13456.959"],["9952.553","13537.857"],["9922.499","13461.879"],["9951.142","13434.887"],["10026.507","13532.203"],["9922.055","13398.031"],["9978.276","13578.955"],["10038.149","13394.194"],["9962.236","13452.234"],["9978.761","13420.230"],["9995.107","13484.646"],["2270.367","11010.794"],["2304.003","10904.702"],["2294.487","10904.952"],["8551.237","12884.542"],["8551.039","12783.093"],["8373.062","12901.865"],["8435.562","12928.828"],["8389.855","12930.876"],["8429.198","12952.723"],["8536.681","12900.380"],["8508.479","12965.114"],["8465.973","12931.140"],["8514.285","12950.515"],["8373.391","12963.725"],["8511.433","12774.208"],["2016.377","11000.304"],["2027.113","10971.567"],["1975.436","10919.898"],["1959.575","11035.520"],["1881.301","10899.377"],["10857.739","14207.000"],["10792.522","14231.827"],["10842.374","14184.446"],["10820.623","14181.755"],["10826.326","14131.852"],["10827.855","14101.033"],["10749.149","14077.322"],["10864.880","14045.616"],["10771.463","14128.490"],["10759.114","14033.169"],["10839.711","14163.114"],["10866.103","14156.597"],["10856.295","14158.513"],["10828.743","14170.278"],["10846.067","14183.144"],["10814.497","14172.048"],["10830.315","14217.349"],["10766.560","14092.062"],["10694.938","14031.233"],["10842.905","14209.866"],["10767.182","14230.370"],["10838.210","14181.134"],["10807.814","14174.330"],["10822.270","14218.512"],["10739.547","14062.950"],["10720.345","14066.580"],["10859.019","14047.686"],["10876.946","14038.477"],["10877.697","14088.621"],["10839.413","14055.373"],["10859.673","14158.380"],["10815.540","14158.485"],["10843.000","14180.855"],["10803.565","14183.325"],["10823.154","14206.781"],["10721.942","14086.474"],["10874.035","14039.410"],["12234.261","14042.140"],["12353.089","14110.867"],["12264.454","14067.131"],["12270.206","14078.940"],["12259.249","14041.855"],["12331.614","14152.386"],["12343.484","14129.225"],["12278.811","14041.863"],["12218.473","14037.875"],["12339.383","14165.939"],["12277.827","14043.764"],["12345.832","14113.643"],["12271.907","14051.855"],["12340.100","14163.995"],["12313.087","14128.775"],["12274.396","14043.287"],["12354.481","14166.481"],["12340.974","14157.879"],["12312.120","14132.630"],["12228.076","14035.146"],["12318.495","14137.404"],["12266.026","14031.767"],["12188.453","14161.259"],["12260.337","14063.001"],["12237.780","14048.377"],["12348.243","14131.459"],["12345.255","14131.045"],["12329.511","14150.204"],["12216.680","14034.655"],["12339.771","14155.486"],["12347.192","14161.427"],["12316.837","14135.630"],["9676.013","15676.962"],["9702.116","15706.714"],["9752.230","15527.884"],["9757.309","15543.648"],["12322.577","13972.405"],["12319.804","13902.151"],["12352.525","13939.161"],["12316.705","13934.014"],["12287.322","13901.406"],["12289.347","13917.632"],["12300.313","13940.386"],["12265.942","13937.877"],["12276.899","13951.050"],["12291.770","13961.526"],["12292.266","14001.675"],["12300.906","13996.552"],["12251.411","14007.279"],["12261.981","14021.364"],["12266.509","14009.241"],["12244.012","14001.194"],["12323.360","13929.134"],["12168.660","14013.951"],["12185.109","14004.495"],["12211.461","14016.882"],["12217.064","13986.624"],["12266.350","13923.556"],["12225.523","13990.532"],["12244.429","13946.169"],["12241.152","13970.665"],["12247.652","14015.122"],["12161.762","13995.617"],["12284.406","13900.884"],["12151.654","14001.227"],["12171.254","14010.397"],["12337.652","13948.521"],["12352.454","13960.157"],["12256.240","13913.310"],["12247.698","13911.912"],["12153.466","14007.903"],["12169.819","14020.749"],["12227.312","13991.725"],["12320.902","13978.974"],["12327.313","13966.331"],["12311.432","13953.182"],["12241.335","14013.976"],["12168.153","14017.341"],["12213.996","13967.229"],["12235.496","13946.887"],["12209.880","13965.839"],["12277.744","14012.618"],["12311.198","13967.110"],["12291.401","13998.858"],["12205.448","14015.532"],["12213.339","13988.303"],["12182.907","14001.349"],["12308.507","13952.412"],["12280.120","13898.801"],["12184.372","13982.298"],["12273.244","13977.783"],["12279.077","13954.148"],["12353.574","13947.661"],["12351.724","13962.829"],["12257.291","13917.269"],["12186.916","13980.676"],["12208.115","14014.963"],["12275.902","13979.126"],["12317.228","13903.044"],["12324.085","13970.295"],["12317.689","13978.889"],["12212.892","13962.601"],["12156.694","14002.300"],["12247.150","13942.513"],["12289.093","13890.299"],["12272.414","13909.495"],["12279.212","13919.226"],["12182.177","14005.000"],["12161.692","13999.160"],["12171.788","13998.392"],["12275.279","13976.657"],["12281.465","13951.763"],["12308.201","13923.446"],["12345.654","13992.651"],["12291.658","13889.754"],["12264.881","13958.548"],["12285.800","14023.541"],["12273.069","13980.059"],["12324.426","13977.846"],["12197.167","13953.158"],["12336.909","13985.755"],["12336.784","13919.995"],["12326.171","13928.805"],["12199.097","13954.827"],["12272.668","13902.113"],["12197.438","13957.200"],["12310.062","13950.260"],["12283.578","13897.803"],["12183.103","13997.178"],["12282.484","13954.267"],["12341.124","13984.415"],["12334.877","13985.189"],["12254.433","13910.771"],["12253.854","13911.375"],["12253.439","13912.246"],["12256.372","13909.741"],["12256.451","13914.347"],["12252.015","13911.757"],["12156.414","14006.677"],["12156.074","14005.891"],["12155.426","14005.067"],["12156.644","14009.132"],["12152.445","14007.696"],["12156.383","14003.770"],["14777.863","9706.339"],["14775.989","9719.217"],["14774.460","9706.511"],["14774.386","9707.383"],["14774.740","9708.383"],["14775.084","9704.126"],["14778.950","9706.863"],["14773.075","9709.314"],["6379.562","18942.944"],["6379.029","18941.629"],["6375.603","18940.071"],["6374.029","18941.261"],["6375.629","18942.459"],["7523.484","18557.081"],["7671.578","18538.461"],["9744.558","11913.111"],["9669.362","11883.207"],["9677.421","11861.291"],["9717.849","11872.175"],["9666.385","11900.432"],["9776.022","11900.477"],["9709.066","11869.235"],["9720.563","11911.481"],["9757.544","11738.937"],["9677.897","11912.599"],["9707.997","11889.730"],["9674.593","11862.034"],["9346.968","17046.292"],["7677.805","12929.267"],["7700.669","12851.864"],["11738.087","4421.492"],["11808.903","4364.922"],["11830.581","4312.320"],["11900.894","4436.608"],["11908.583","4431.589"],["11893.500","4481.767"],["11730.787","4335.114"],["11813.743","4471.342"],["11843.841","4473.656"],["11779.241","4336.055"],["13414.094","14917.952"],["13419.518","15075.224"],["13417.714","14885.398"],["13419.828","14921.877"],["13458.527","15060.441"],["13460.995","15007.652"],["13526.031","15002.520"],["13550.877","14961.606"],["13539.325","14927.650"],["13519.337","14927.214"],["13601.525","15060.306"],["13535.269","14949.025"],["13472.239","14969.913"],["13452.018","14931.649"],["13438.870","15017.274"],["13545.052","14989.207"],["13519.669","14999.415"],["13527.948","15018.772"],["13485.971","15005.359"],["13504.702","14978.244"],["13476.321","14981.237"],["13508.603","14967.054"],["13539.770","14973.441"],["13516.786","14933.341"],["13478.434","14959.187"],["13465.787","15005.639"],["13446.659","15027.732"],["13441.262","15010.309"],["13457.182","15067.731"],["13539.871","14932.675"],["13425.181","15073.857"],["13520.912","14994.439"],["13547.489","14957.139"],["13535.344","14929.438"],["13511.992","14964.540"],["13497.540","14933.179"],["13470.677","14963.296"],["13499.632","15023.825"],["13467.400","15021.066"],["13584.270","14001.178"],["13525.223","13946.365"],["13556.280","13953.556"],["13498.056","13971.054"],["13601.670","13883.093"],["13597.761","13885.566"],["13519.760","13970.704"],["13528.163","13964.775"],["13416.776","13986.902"],["13473.597","13915.973"],["13514.801","13984.183"],["13590.091","13922.656"],["13494.283","13983.636"],["13616.494","13923.158"],["13508.341","13887.887"],["13529.369","13968.724"],["13566.059","13979.745"],["13476.000","13943.419"],["13571.498","13898.929"],["13576.506","13844.424"],["13521.129","14019.565"],["13450.764","13963.692"],["13535.004","13973.058"],["13422.262","14022.988"],["13569.861","13991.561"],["13486.722","13886.591"],["13576.737","13936.430"],["13550.928","13830.747"],["13600.822","13884.546"],["13602.427","13881.511"],["13600.848","13880.747"],["13600.319","13883.216"],["13599.350","13880.230"],["13596.081","13882.895"],["13597.169","13883.800"],["13517.063","13968.725"],["9551.416","10519.147"],["9617.184","10452.008"],["9477.735","10566.017"],["9475.325","10559.043"],["9553.623","10482.769"],["9549.111","10483.860"],["9605.494","10465.095"],["9553.384","10479.276"],["9552.473","10479.278"],["9551.581","10479.594"],["9550.476","10478.065"],["9555.711","10479.881"],["9553.270","10483.752"],["9552.765","10481.640"],["9622.421","10570.689"],["9493.419","11808.190"],["9542.365","11777.981"],["9540.720","11810.268"],["9446.440","11803.631"],["9574.607","11893.543"],["9501.298","11794.945"],["9496.728","11829.465"],["9549.256","11770.235"],["9491.298","11796.728"],["9586.641","11818.955"],["9529.766","11816.610"],["9418.903","11874.727"],["9604.525","11880.100"],["9454.373","11788.652"],["9544.766","11826.123"],["9557.414","11793.604"],["6787.229","14994.223"],["6673.906","15069.665"],["6720.403","14930.523"],["6816.127","14985.288"],["6752.771","14968.476"],["6778.528","14975.495"],["6826.505","14941.225"],["6743.018","14939.244"],["6855.168","15058.116"],["6785.337","14937.377"],["6713.577","15062.893"],["6826.637","14922.547"],["6702.508","14947.666"],["6724.071","14971.432"],["6757.113","14904.033"],["6757.887","15065.354"],["6837.475","15057.014"],["7339.770","16643.011"],["7338.346","16643.715"],["7337.051","16647.172"],["7338.123","16648.582"],["7339.297","16646.885"],["6844.602","17102.039"],["6843.009","17102.508"],["6841.541","17105.695"],["6842.540","17106.992"],["6843.883","17105.546"],["6936.254","15040.280"],["5041.370","6328.102"],["5040.849","6332.523"],["13852.526","16041.267"],["13922.391","15943.343"],["13886.114","16043.660"],["13891.753","16034.975"],["13895.315","15949.706"],["13891.536","16031.043"],["13872.304","16020.232"],["13924.096","16013.111"],["13930.845","15998.954"],["13924.754","15998.198"],["13910.617","15982.207"],["13924.255","15992.710"],["13897.443","15967.444"],["13855.425","16038.495"],["13886.375","16055.229"],["13873.542","16026.137"],["13907.884","16033.773"],["13883.224","15999.094"],["13923.077","16020.851"],["13937.418","16004.295"],["13915.043","16014.863"],["13920.991","15967.602"],["13924.289","15996.136"],["13928.865","15994.365"],["13908.803","15960.476"],["13869.639","16027.847"],["13921.234","15966.351"],["13965.986","15948.020"],["13862.236","15995.055"],["13852.189","16033.068"],["13873.479","16055.664"],["13903.319","15958.507"],["13857.839","16026.842"],["13897.861","16023.811"],["13883.169","16018.458"],["13930.234","16023.685"],["13931.540","15994.064"],["13905.519","15954.034"],["13920.297","16017.722"],["13915.490","15944.576"],["13945.979","15994.967"],["5716.179","15696.607"],["5702.921","15507.297"],["5690.828","15548.301"],["5701.133","15507.822"],["5690.564","15544.707"],["5691.428","15545.353"],["5692.923","15545.852"],["5691.433","15547.329"],["5692.148","15548.744"],["5689.024","15548.662"],["5704.271","15507.650"],["5688.466","15544.910"],["5689.397","15544.891"],["5692.427","15545.098"],["5688.221","15545.704"],["5691.252","15544.319"],["9479.214","14847.926"],["4667.390","9625.163"],["4662.413","9618.211"],["6947.400","13583.838"],["6966.326","13534.332"],["7058.694","13457.057"],["6939.533","13510.946"],["6989.928","13488.419"],["7007.167","13416.667"],["6998.331","13414.041"],["6935.656","13408.014"],["6975.804","13436.470"],["6996.760","13557.596"],["6978.191","13474.904"],["7003.816","13474.573"],["7030.409","13597.207"],["7084.489","13492.264"],["7070.841","13432.293"],["7058.292","13434.308"],["6949.705","13402.777"],["6931.958","13447.186"],["7040.426","13531.377"],["7065.503","13517.825"],["7063.373","13431.944"],["7035.511","13449.005"],["6886.907","13443.016"],["6932.121","13393.057"],["6925.092","13538.275"],["6936.243","13533.684"],["6939.755","13579.773"],["6895.021","13470.641"],["6914.306","13561.923"],["6948.645","13585.405"],["6885.850","13454.345"],["7002.270","13448.905"],["7060.816","13542.141"],["6905.213","13598.173"],["6913.168","13558.890"],["6951.506","13562.391"],["6970.985","13449.533"],["7070.905","13598.058"],["6936.892","13478.190"],["7078.700","13506.567"],["7049.739","13472.293"],["7084.016","13413.747"],["7018.993","13394.217"],["6933.208","13444.181"],["7043.941","13518.618"],["6893.088","13561.100"],["6902.906","13573.640"],["6938.176","13589.770"],["7031.615","13437.279"],["6967.746","13589.767"],["7022.806","13493.126"],["6955.437","13449.063"],["7051.835","13514.348"],["7006.030","13522.920"],["7018.710","13457.850"],["6887.250","13422.563"],["7012.623","13428.343"],["6955.985","13536.321"],["6969.341","13439.889"],["6902.797","13588.545"],["7022.186","13464.238"],["7030.332","13399.345"],["7013.866","13421.852"],["6925.248","13438.219"],["7058.156","13537.487"],["7070.393","13577.124"],["7046.983","13467.371"],["6965.240","13469.142"],["6988.727","13452.660"],["6910.010","13478.758"],["6883.566","13570.600"],["6907.008","13561.467"],["6945.051","13591.574"],["6965.092","13547.973"],["7022.197","13478.097"],["6954.072","13469.741"],["6946.671","13478.130"],["6980.753","13419.772"],["6951.801","13406.708"],["6964.045","13505.124"],["6975.410","13487.849"],["7044.918","13603.492"],["7008.767","13578.174"],["6945.593","13443.256"],["7074.895","13512.392"],["7056.342","13567.371"],["6933.398","13485.377"],["6898.404","13468.122"],["6898.732","13576.688"],["6934.573","13591.089"],["6946.711","13586.638"],["7030.222","13434.478"],["16955.460","4498.749"],["10125.111","12700.829"],["10091.197","12746.774"],["10191.150","12735.745"],["10071.183","12733.548"],["10223.386","12737.000"],["10233.733","12704.494"],["10047.580","12687.378"],["10212.105","12586.268"],["10104.486","12736.183"],["10135.319","12672.042"],["10228.862","12643.516"],["10059.305","12705.998"],["10237.533","12728.788"],["10043.073","12676.725"],["10048.533","12665.511"],["10234.616","12577.809"],["10074.661","12715.346"],["10113.339","12715.845"],["10136.556","12692.782"],["10184.350","12700.816"],["10195.802","12639.062"],["10242.063","12725.225"],["10044.718","12651.655"],["10057.612","12691.969"],["10190.537","12582.973"],["10043.161","12727.996"],["10179.607","12731.162"],["10105.403","12709.161"],["10213.859","12691.947"],["10217.907","12643.504"],["10142.924","12652.984"],["10240.674","12747.252"],["10093.242","12758.432"],["10203.303","12576.493"],["10063.019","12706.652"],["10115.940","12577.870"],["10145.535","12648.871"],["11157.451","15464.265"],["11178.778","15369.883"],["11115.911","15414.358"],["11107.292","15404.482"],["11109.931","15367.235"],["11156.579","15461.375"],["11128.816","15454.472"],["11164.139","15373.945"],["11134.496","15384.069"],["11115.707","15366.024"],["11224.155","15297.991"],["11125.888","15461.788"],["11128.625","15408.743"],["11136.453","15381.988"],["11137.171","15472.903"],["11168.728","15391.600"],["11170.916","15392.162"],["11131.223","15386.348"],["11105.088","15402.781"],["11219.022","15294.677"],["12532.585","13989.547"],["12547.936","13971.720"],["12549.024","13973.983"],["12389.523","13898.083"],["12465.937","14018.527"],["12503.723","14006.378"],["12362.225","13903.589"],["12549.063","13981.099"],["12364.918","13904.325"],["12362.612","13923.265"],["12467.727","14021.053"],["12468.420","14020.587"],["12469.244","14020.015"],["12465.316","14021.714"],["12466.085","14017.704"],["12470.602","14020.552"],["12501.518","14004.409"],["12500.880","14004.982"],["12500.342","14005.882"],["12503.735","14003.294"],["12503.918","14007.350"],["12498.742","14005.541"],["11932.313","17467.475"],["11925.538","17494.349"],["11932.625","17525.733"],["8087.755","12260.674"],["8128.298","12198.709"],["7940.029","12208.531"],["7964.815","12173.056"],["7967.150","12168.431"],["8097.426","12265.464"],["7987.578","12169.819"],["8126.932","12266.093"],["8094.137","12197.289"],["8095.479","12175.952"],["8130.475","12166.581"],["7979.535","12157.085"],["8086.407","12186.389"],["8127.321","12141.468"],["7982.956","12181.693"],["7961.098","12161.561"],["7937.594","12183.428"],["8095.189","12233.486"],["8071.292","12177.322"],["8122.328","12193.556"],["8069.392","12332.441"],["7959.683","12178.324"],["8144.097","12169.626"],["8063.193","12290.420"],["7983.499","12191.999"],["3204.838","8535.447"],["6594.668","15317.883"],["6748.958","12716.226"],["6795.232","12707.749"],["6851.019","12683.907"],["6744.796","12713.085"],["6719.604","12752.587"],["6760.924","12732.951"],["6808.892","12696.387"],["6747.753","12701.920"],["6753.733","12747.778"],["6843.141","12675.071"],["6870.509","12638.094"],["6758.979","12713.066"],["6689.031","12710.948"],["6685.908","12710.667"],["6798.539","12702.539"],["6751.778","12707.123"],["6776.181","12753.912"],["15916.951","9579.865"],["15917.213","9576.395"],["15916.755","9580.700"],["15918.791","9577.533"],["15915.220","9574.571"],["15915.990","9576.289"],["15916.516","9576.207"],["12716.436","16419.707"],["12714.148","16416.934"],["12713.503","16417.489"],["12712.899","16418.252"],["12716.456","16416.102"],["12716.580","16420.712"],["12711.296","16417.655"],["8352.081","12262.703"],["8187.509","12313.998"],["8278.941","12245.855"],["8231.849","12223.302"],["8154.645","12276.894"],["8174.563","12238.083"],["8153.282","12208.321"],["8205.084","12160.081"],["8294.139","12270.636"],["8170.058","12209.356"],["8301.061","12332.273"],["8255.149","12243.360"],["8181.402","12183.540"],["8296.727","12145.105"],["8290.750","12306.879"],["8204.448","12227.728"],["8174.633","12300.323"],["8341.372","12273.234"],["8263.100","12286.489"],["8343.952","12128.693"],["8232.163","12333.651"],["8219.763","12306.664"],["8270.125","12295.715"],["8229.629","12271.163"],["8154.088","12234.465"],["8309.627","12276.860"],["8304.112","12266.841"],["8172.383","12189.141"],["8181.412","12180.966"],["8153.125","12310.844"],["8249.647","12246.860"],["8229.266","12153.640"],["8210.767","12304.947"],["8287.049","12296.293"],["8167.853","12223.813"],["8199.711","12209.759"],["8178.439","12156.332"],["8162.284","12188.827"],["8169.981","12188.249"],["8183.791","12305.596"],["8269.198","12288.778"],["8226.106","12140.547"],["12474.239","14559.404"],["12498.770","14598.568"],["12497.518","14555.978"],["12493.409","14533.714"],["12496.386","14512.530"],["12480.150","14505.546"],["12478.125","14566.423"],["12470.045","14595.645"],["12472.213","14606.833"],["12505.228","14622.901"],["12554.131","14483.265"],["12502.779","14497.271"],["12501.727","14499.305"],["12514.054","14559.899"],["12516.644","14554.765"],["12495.324","14636.042"],["12536.842","14629.390"],["12539.706","14623.497"],["12492.064","14650.089"],["12511.514","14654.791"],["12503.666","14455.257"],["12490.134","14451.814"],["12547.271","14452.458"],["12477.330","14505.288"],["12536.837","14478.855"],["12540.322","14631.544"],["12540.495","14628.089"],["12465.511","14561.046"],["12507.895","14658.573"],["12494.655","14459.339"],["12490.828","14465.078"],["12542.667","14522.815"],["12479.922","14611.194"],["12421.375","14638.167"],["12442.180","14627.834"],["12534.102","14496.996"],["12505.187","14572.457"],["12522.982","14520.409"],["12504.204","14500.430"],["12469.945","14598.039"],["12541.135","14637.187"],["12539.213","14625.166"],["12467.698","14566.298"],["12487.193","14465.270"],["12500.252","14453.316"],["12538.342","14451.288"],["12506.580","14500.646"],["12467.838","14550.644"],["12463.129","14614.712"],["12483.885","14633.531"],["12486.235","14634.483"],["12500.385","14600.332"],["12472.337","14596.576"],["12463.458","14616.899"],["12544.444","14524.364"],["12446.542","14596.297"],["12540.614","14463.930"],["12457.397","14577.333"],["12492.755","14531.710"],["12476.711","14559.526"],["12472.152","14598.748"],["12465.220","14549.239"],["12472.186","14561.011"],["12493.073","14635.377"],["12494.102","14633.530"],["12536.324","14627.403"],["12541.564","14624.257"],["12467.221","14560.220"],["12508.537","14655.716"],["12499.083","14459.998"],["12489.848","14454.162"],["12481.740","14509.170"],["12545.065","14462.228"],["11724.271","14002.134"],["11722.840","14002.949"],["11721.992","14006.537"],["11705.985","14016.459"],["11723.123","14007.740"],["11724.159","14005.960"],["12506.749","13461.254"],["12458.363","13573.675"],["12462.360","13416.297"],["12402.613","13412.049"],["12532.773","13540.690"],["12489.509","13402.214"],["12513.427","13398.188"],["12526.420","13434.177"],["12510.759","13472.069"],["12528.924","13590.349"],["10404.637","15129.942"],["10410.514","15186.773"],["10316.878","15278.926"],["10327.886","15215.549"],["10255.675","15152.423"],["10424.480","15085.101"],["10414.619","15122.075"],["10264.581","15293.737"],["10419.065","15088.850"],["10391.136","15099.326"],["10346.203","15096.233"],["10273.048","15111.820"],["10326.767","15280.663"],["10257.870","15213.509"],["10376.594","15119.170"],["10275.463","15157.444"],["10322.553","15278.575"],["12770.203","16622.405"],["12714.490","16757.287"],["12764.911","16667.223"],["12629.233","16740.847"],["12625.252","16740.630"],["12633.029","16741.734"],["12629.607","16743.468"],["9091.718","14384.840"],["9129.147","14282.076"],["9029.729","14265.459"],["9163.926","14390.762"],["9142.760","14246.118"],["9110.698","14285.029"],["9023.918","14254.877"],["9123.189","14380.748"],["9022.647","14249.371"],["9128.961","14298.383"],["9130.877","14426.739"],["6575.193","14272.997"],["6467.236","14268.179"],["6540.861","14287.415"],["6505.171","14304.474"],["6501.200","14339.435"],["6623.623","14306.776"],["6609.223","14353.776"],["6647.187","14361.964"],["6531.923","14245.603"],["6576.189","14279.840"],["6464.226","14277.866"],["6492.016","14316.179"],["6518.784","14329.349"],["6502.668","14336.070"],["6496.137","14331.246"],["6628.136","14297.186"],["6603.712","14358.607"],["6648.041","14356.200"],["6572.252","14411.398"],["6546.778","14290.368"],["6467.000","14283.446"],["6492.350","14345.696"],["6497.500","14337.136"],["6620.583","14301.220"],["6609.165","14361.161"],["6646.422","14313.960"],["6581.813","14408.588"],["6569.453","14274.549"],["6484.893","14335.559"],["6510.582","14323.497"],["6636.636","14284.029"],["6614.943","14365.166"],["6645.112","14350.957"],["6582.730","14406.927"],["6569.264","14410.059"],["6576.282","14407.735"],["6578.720","14411.607"],["8372.045","11939.264"],["8414.100","12076.175"],["8462.521","11928.803"],["8545.654","11915.756"],["8405.207","11917.761"],["8412.914","11932.840"],["8410.677","11924.962"],["8449.117","11966.910"],["8385.559","12009.134"],["8392.695","12102.271"],["8392.596","12076.728"],["8508.442","11997.046"],["8541.489","12107.435"],["8368.084","11947.034"],["8410.924","12109.420"],["8383.031","12003.316"],["8533.622","11945.389"],["8543.594","12043.669"],["8357.250","11930.650"],["8480.628","12026.761"],["8433.687","12031.419"],["8389.150","12099.560"],["8448.853","11979.704"],["8495.241","12068.441"],["8456.701","12021.111"],["8539.844","12000.284"],["8541.144","12017.063"],["8480.512","12108.000"],["8407.075","12024.780"],["8510.811","11925.104"],["8483.294","11920.199"],["8398.689","12062.599"],["8551.067","11926.996"],["8531.711","12032.650"],["8393.651","12040.496"],["8449.687","11977.251"],["8516.719","12085.519"],["13308.309","12784.544"],["9527.116","12578.131"],["9543.902","12752.296"],["9538.143","12607.889"],["9492.288","12638.747"],["9535.471","12622.959"],["9493.367","12748.199"],["9415.865","12687.947"],["9488.471","12740.896"],["9555.520","12745.704"],["7990.472","12586.647"],["7959.904","12750.145"],["8075.437","12648.739"],["8078.169","12604.235"],["8002.775","12626.415"],["7945.555","12695.769"],["8113.268","12754.769"],["8125.895","12680.554"],["7992.594","12615.350"],["8011.635","12731.486"],["8116.110","12752.489"],["8142.556","12713.271"],["7981.607","12606.498"],["14984.932","8944.295"],["6026.187","14422.149"],["5944.832","14409.934"],["5976.075","14387.825"],["5867.548","14364.391"],["5982.767","14248.991"],["6027.653","14291.027"],["5854.395","14338.484"],["6034.722","14384.148"],["5906.200","14426.096"],["6010.486","14432.580"],["5926.088","14375.009"],["5867.691","14353.018"],["5936.522","14244.668"],["5980.596","14250.119"],["6011.039","14283.951"],["5934.057","14413.708"],["5994.060","14447.706"],["5973.666","14377.837"],["5860.879","14364.501"],["5845.271","14254.223"],["5907.769","14246.498"],["5983.605","14250.443"],["6012.641","14269.849"],["5830.990","14362.906"],["5914.404","14425.609"],["5962.173","14269.658"],["5900.330","14420.225"],["5943.430","14411.374"],["5970.326","14390.803"],["5854.778","14351.664"],["7837.729","14205.321"],["7798.535","14205.486"],["7853.708","14104.257"],["7854.563","14108.303"],["7869.751","14076.181"],["7909.900","14140.020"],["7822.663","14182.629"],["7854.382","14102.341"],["7831.989","14125.387"],["7929.308","14121.390"],["7851.438","14100.624"],["10254.290","17109.898"],["10387.326","17176.460"],["10347.252","17057.002"],["10399.045","16992.089"],["10387.229","17172.999"],["10386.883","17177.484"],["10389.562","17173.649"],["10384.365","17171.729"],["10385.374","17173.321"],["10386.323","17172.971"],["10740.801","16938.220"],["9590.143","12930.678"],["9611.308","12786.196"],["9603.224","12823.823"],["9616.875","12791.224"],["9882.286","13169.050"],["9882.401","13145.813"],["9919.408","13152.585"],["10029.828","13066.381"],["10014.391","13070.894"],["9850.151","13084.749"],["9900.773","13036.943"],["10024.691","13001.988"],["9976.973","13079.058"],["9860.296","13164.888"],["9963.216","12973.900"],["9866.635","13103.028"],["9874.868","13104.954"],["9958.881","13069.843"],["10019.506","13075.683"],["9874.015","13112.283"],["9940.292","13095.097"],["9872.754","12980.735"],["9897.896","13178.146"],["9876.564","13174.463"],["9982.319","13008.456"],["9981.727","13073.410"],["9997.263","13083.127"],["9878.934","13066.011"],["14864.659","9492.442"],["5979.790","9369.873"],["6001.270","9227.547"],["5996.772","9197.610"],["6038.560","9174.275"],["7239.980","17630.322"],["7182.475","17642.268"],["13246.911","15730.574"],["13214.564","15724.669"],["13246.330","15725.145"],["13402.929","15846.860"],["6909.848","13349.946"],["6963.089","13321.176"],["6953.829","13267.369"],["6887.595","13387.914"],["6971.808","13238.232"],["7010.452","13343.818"],["6921.949","13255.824"],["7079.624","13327.405"],["7019.091","13339.799"],["7032.364","13319.552"],["7079.239","13290.435"],["6960.083","13356.749"],["7059.886","13366.676"],["7024.292","13287.868"],["6999.325","13303.063"],["6984.308","13258.570"],["7034.278","13184.701"],["7023.948","13266.802"],["6983.152","13212.211"],["6989.549","13202.225"],["7065.685","13287.458"],["7058.480","13297.846"],["7073.200","13305.499"],["7071.302","13322.224"],["7074.103","13365.436"],["7032.840","13379.030"],["7019.382","13382.557"],["6956.643","13317.958"],["6975.725","13318.171"],["6959.000","13374.562"],["6931.439","13275.428"],["6977.613","13250.647"],["6889.454","13348.790"],["6987.217","13345.866"],["6927.644","13315.759"],["6976.019","13217.093"],["7002.015","13311.877"],["6944.005","13341.340"],["6930.156","13377.476"],["6935.633","13264.379"],["7077.749","13316.818"],["6965.440","13376.926"],["7079.716","13276.596"],["7089.705","13359.905"],["7052.334","13228.513"],["6999.966","13223.839"],["7047.107","13193.933"],["6915.032","13380.902"],["7028.986","13252.220"],["6992.536","13213.722"],["6990.660","13210.577"],["7068.176","13274.728"],["7074.824","13287.227"],["7081.705","13319.350"],["7065.707","13314.497"],["7086.277","13361.542"],["7036.384","13384.044"],["7017.352","13389.448"],["6953.213","13314.484"],["6969.093","13320.797"],["6953.069","13370.450"],["6925.256","13288.867"],["7016.049","13349.136"],["6883.352","13356.073"],["6917.990","13310.920"],["7034.259","13250.288"],["6944.630","13261.852"],["6936.686","13384.016"],["7062.897","13344.366"],["7026.542","13349.395"],["6975.703","13282.425"],["6975.621","13367.446"],["7044.226","13228.843"],["7024.917","13260.054"],["6983.547","13219.918"],["6984.109","13209.750"],["7075.587","13291.099"],["7073.999","13300.141"],["7080.771","13311.947"],["7069.425","13325.493"],["7083.306","13363.730"],["7047.993","13391.846"],["7015.178","13377.064"],["6953.274","13316.472"],["6971.780","13322.329"],["6946.224","13375.404"],["6939.561","13282.909"],["6984.391","13207.862"],["7003.335","13319.706"],["6907.875","13337.559"],["6927.776","13331.894"],["7091.479","13211.015"],["7059.423","13226.969"],["6954.021","13289.400"],["6944.785","13386.412"],["7057.118","13360.328"],["6970.374","13298.561"],["7046.789","13370.485"],["6989.009","13326.934"],["6958.439","13349.779"],["7052.863","13373.447"],["7046.792","13202.468"],["7017.992","13219.892"],["6885.525","13360.704"],["7022.795","13257.292"],["6994.975","13214.509"],["6986.087","13199.508"],["7076.352","13287.599"],["7070.467","13303.367"],["7073.279","13315.606"],["7076.752","13314.879"],["7091.295","13354.341"],["7085.383","13371.189"],["7034.764","13388.341"],["7013.923","13379.047"],["6950.861","13320.211"],["6973.402","13318.152"],["6954.071","13365.831"],["6931.251","13278.356"],["6695.928","13342.763"],["6713.518","13363.195"],["6709.057","13300.443"],["6694.309","13316.377"],["6704.384","13287.009"],["6686.393","13245.077"],["6693.453","13245.512"],["6710.175","13313.698"],["6847.644","13391.581"],["6836.723","13381.655"],["6873.150","13266.526"],["6861.249","13343.330"],["6867.589","13380.621"],["6693.698","13343.338"],["6695.214","13344.398"],["6697.682","13308.989"],["6692.975","13287.099"],["6700.776","13247.748"],["6695.021","13255.116"],["6843.483","13287.716"],["6870.238","13295.329"],["6859.818","13376.569"],["6866.348","13359.564"],["6696.648","13325.029"],["6726.481","13351.243"],["6692.692","13306.374"],["6696.974","13279.591"],["6697.834","13250.507"],["6685.970","13253.029"],["6673.243","13255.680"],["6795.119","13297.817"],["6689.190","13239.667"],["6847.973","13263.554"],["6851.965","13367.534"],["6866.530","13378.593"],["6711.400","13346.156"],["6712.757","13296.763"],["6694.143","13313.759"],["6693.211","13285.294"],["6693.669","13247.301"],["6700.088","13255.088"],["6709.240","13317.570"],["6708.606","13318.170"],["6708.506","13316.373"],["6707.672","13316.378"],["6709.223","13314.231"],["6709.075","13312.807"],["6711.952","13313.988"],["6711.237","13317.717"],["6709.724","13316.582"],["6711.741","13317.048"],["11709.501","17289.018"],["11651.479","17333.259"],["11677.940","17321.233"],["11663.884","17349.637"],["11685.615","17392.018"],["11664.225","17368.011"],["11689.258","17369.858"],["11662.838","17352.150"],["11673.064","17393.681"],["9954.432","14821.456"],["10023.420","14782.085"],["9831.315","14734.772"],["9888.028","14745.943"],["9897.599","14784.194"],["9967.062","14767.448"],["9929.245","14856.715"],["10015.089","14810.985"],["9948.604","14667.737"],["9893.239","14752.496"],["9875.396","14724.417"],["9900.505","14784.556"],["10022.065","14731.076"],["10030.205","14697.345"],["9903.156","14756.729"],["9894.682","14722.576"],["9891.999","14770.493"],["10028.175","14785.010"],["9873.224","14753.729"],["9893.170","14742.083"],["9884.547","14784.338"],["10028.903","14736.690"],["13395.253","13983.930"],["13371.736","13971.808"],["13383.742","13911.131"],["13401.879","13997.637"],["3323.935","8410.825"],["3328.112","8409.367"],["10098.263","12522.860"],["10175.467","12423.026"],["10108.411","12378.649"],["10052.457","12349.911"],["10098.628","12498.523"],["10231.620","12397.726"],["10050.690","12376.367"],["10094.859","12521.258"],["10070.689","12523.465"],["10047.544","12440.077"],["10155.620","12495.217"],["10053.212","12338.652"],["10171.092","12448.343"],["10085.023","12491.381"],["10089.387","12534.064"],["10052.831","12442.839"],["10228.022","12447.297"],["10143.509","12471.238"],["10129.711","12515.693"],["10130.549","12453.926"],["10068.707","12505.601"],["10091.555","12524.577"],["10052.020","12455.166"],["10177.095","12463.391"],["10070.740","12401.612"],["9617.361","16731.224"],["6320.035","9130.510"],["6363.649","9140.784"],["9851.354","15756.100"],["9955.814","15920.535"],["9900.937","15858.736"],["9873.253","15738.114"],["9833.728","15831.550"],["9832.792","15835.626"],["9834.965","15830.129"],["9832.845","15827.447"],["10975.014","13927.288"],["10978.696","13907.392"],["10980.080","13896.685"],["10991.980","13873.387"],["11006.378","13902.589"],["11014.454","13889.605"],["11039.684","14002.388"],["11048.927","14011.520"],["10976.619","13945.301"],["11009.056","13988.269"],["11062.027","14021.673"],["10990.810","14022.342"],["10980.276","13912.075"],["11056.429","13979.736"],["10987.979","14019.706"],["10971.554","13941.363"],["10975.929","13915.454"],["10959.372","13886.950"],["10949.719","13932.442"],["11015.589","13871.636"],["11053.554","13969.599"],["10914.657","13851.690"],["10959.396","13959.175"],["10975.015","13880.959"],["11035.485","13959.651"],["10893.367","13884.627"],["10904.362","13831.708"],["14984.691","9076.422"],["8029.297","8858.962"],["3108.036","13345.932"],["4966.131","6373.171"],["4945.462","6264.065"],["4862.590","6273.220"],["4909.213","6264.449"],["4944.788","6271.814"],["4970.266","6371.500"],["4966.627","6372.113"],["14801.423","6233.762"],["14802.888","6233.519"],["14805.013","6230.859"],["14722.395","6306.256"],["14858.381","6292.386"],["14804.570","6228.794"],["14803.042","6230.009"],["14842.051","6293.018"],["8059.256","13487.561"],["8052.673","13487.891"],["8075.242","13600.737"],["8035.577","13464.755"],["8054.830","13490.501"],["8056.865","13483.796"],["8077.043","13603.709"],["8039.084","13571.027"],["9460.971","12195.862"],["9488.323","12125.458"],["9553.903","12125.602"],["9409.823","12142.197"],["9465.282","12200.303"],["9485.718","12132.805"],["9585.595","12125.334"],["9479.698","12216.116"],["9502.900","12131.200"],["9429.211","12218.137"],["9564.777","12308.831"],["9612.256","12264.233"],["15540.276","16773.534"],["11131.192","15578.408"],["11145.179","15576.304"],["9954.499","14190.194"],["9865.542","14168.733"],["9849.286","14144.034"],["9994.764","14220.470"],["9958.566","14200.220"],["9917.656","14219.808"],["9866.222","14178.259"],["9856.915","14138.139"],["6965.608","13183.088"],["6992.386","13188.370"],["6898.228","13202.040"],["6903.552","13198.723"],["6912.054","13220.414"],["6957.631","13218.381"],["6918.139","13188.238"],["12864.099","14627.782"],["12780.264","14547.932"],["12783.897","14624.232"],["12848.811","14573.364"],["12859.879","14536.178"],["12817.239","14527.111"],["12838.848","14501.869"],["12799.369","14507.758"],["12784.575","14482.524"],["12838.471","14656.996"],["12852.237","14609.530"],["12838.888","14606.838"],["12831.034","14627.029"],["12850.764","14594.971"],["12809.996","14475.329"],["12807.337","14473.443"],["12784.146","14523.636"],["12837.317","14653.563"],["12902.834","14594.492"],["12895.216","14590.179"],["12905.885","14605.429"],["12957.502","14472.579"],["12967.101","14467.364"],["12819.217","14485.444"],["12812.648","14611.348"],["12825.103","14540.496"],["12786.851","14486.907"],["12880.434","14636.279"],["12840.782","14608.788"],["12842.634","14579.825"],["12867.293","14658.790"],["12799.019","14501.541"],["12799.293","14624.082"],["12839.070","14624.480"],["12794.555","14539.786"],["12890.207","14577.068"],["12909.426","14599.258"],["12882.990","14652.661"],["12802.883","14622.440"],["12846.050","14575.159"],["12861.434","14550.840"],["12868.593","14562.791"],["12849.512","14518.776"],["12869.834","14595.967"],["12853.979","14619.490"],["12865.027","14631.947"],["12857.222","14639.134"],["12779.912","14546.294"],["12785.986","14588.295"],["12792.687","14596.783"],["12785.572","14620.585"],["12810.687","14606.299"],["12827.590","14540.242"],["12787.865","14483.603"],["12818.354","14483.499"],["12826.068","14542.248"],["12786.604","14622.430"],["12887.052","14581.016"],["12904.653","14595.516"],["12924.359","14499.237"],["12802.123","14591.551"],["12810.232","14612.956"],["12862.843","14537.237"],["12867.152","14629.666"],["12839.621","14641.074"],["12782.662","14620.836"],["12808.712","14480.241"],["12785.614","14533.148"],["12796.626","14571.185"],["12895.372","14593.139"],["12902.980","14606.505"],["12903.223","14607.308"],["12903.816","14608.200"],["12902.931","14604.007"],["12906.900","14605.726"],["12902.744","14609.427"],["10672.203","16605.153"],["10670.087","16602.827"],["10660.689","16611.143"],["10662.148","16614.209"],["10642.057","16598.419"],["8314.129","16758.432"],["9624.349","16441.576"],["9632.371","16487.745"],["9651.036","16393.877"],["9658.213","16400.321"],["9644.412","16366.954"],["9390.038","12809.253"],["9378.758","12961.318"],["9254.263","12937.091"],["9237.364","12925.854"],["9252.873","12946.053"],["9213.916","12822.581"],["9203.443","12939.316"],["9258.660","12782.881"],["9372.010","12768.193"],["9374.211","12763.757"],["9245.981","12968.112"],["9240.337","12923.838"],["9241.882","12920.175"],["9260.190","12937.472"],["9201.187","12930.984"],["9200.976","12946.261"],["9216.768","12959.377"],["9310.887","12820.708"],["9224.581","12782.234"],["9315.547","12903.078"],["9306.599","12864.702"],["9352.701","12799.324"],["9303.562","12869.165"],["9245.961","12964.881"],["9255.769","12927.267"],["9249.655","12910.421"],["9250.333","12940.294"],["9249.483","12957.067"],["9199.039","12944.644"],["9286.662","12844.192"],["9370.238","12944.213"],["9247.138","12919.035"],["9237.340","12904.857"],["9262.612","12933.223"],["9356.062","12965.299"],["9300.487","12872.716"],["9312.519","15122.807"],["9317.425","15125.950"],["9279.625","15155.176"],["9294.065","15163.540"],["9310.250","15121.413"],["9314.399","15127.750"],["12989.086","16223.919"],["13109.495","16156.336"],["13023.973","16179.858"],["13109.258","16143.501"],["12992.892","16217.373"],["13019.499","16180.491"],["12993.532","16245.526"],["13020.082","16176.595"],["12991.819","16236.228"],["8754.953","16921.284"],["8734.636","16858.871"],["8735.673","16863.183"],["8750.478","16921.769"],["14229.087","12675.304"],["13937.291","14932.417"],["13845.206","15067.915"],["13831.041","15014.564"],["6938.618","8063.441"],["6942.424","8061.382"],["11991.614","15073.438"],["12098.509","15060.664"],["12037.178","15023.462"],["11964.079","14901.088"],["11935.811","15038.502"],["12004.527","15005.031"],["11992.196","15078.431"],["11988.460","15021.420"],["12087.161","15056.950"],["11964.622","14900.275"],["12007.491","15004.423"],["12023.709","14928.010"],["11960.332","14891.463"],["12014.267","14897.617"],["11959.186","14918.872"],["11946.786","14937.576"],["11962.675","14971.472"],["12091.674","15022.233"],["12083.510","15059.377"],["12011.707","15011.859"],["11988.934","14895.179"],["12009.356","14898.133"],["11935.883","14935.126"],["11949.819","15046.816"],["11970.587","15014.241"],["12087.244","15054.406"],["12043.733","15009.136"],["12012.316","15022.049"],["6988.950","12922.140"],["6989.312","12956.574"],["7054.264","12957.129"],["6889.531","12915.288"],["7011.076","12843.110"],["6951.266","12922.510"],["6884.418","12902.298"],["7064.435","12967.661"],["7064.535","12965.773"],["7057.244","12955.304"],["6893.020","12901.767"],["7061.401","12964.852"],["8549.469","15529.920"],["12313.197","14326.623"],["12310.784","14351.352"],["7434.763","18558.184"],["14116.313","15052.276"],["10256.194","14998.459"],["10281.329","14971.836"],["10277.114","14967.085"],["10299.342","14897.053"],["10280.520","14974.513"],["10277.552","14970.278"],["10267.992","14971.982"],["10300.278","14924.502"],["10260.647","14905.477"],["10274.176","14923.263"],["10273.778","14973.916"],["10282.273","14972.904"],["10256.392","14982.143"],["10311.138","14921.333"],["10276.423","14972.622"],["12816.080","12145.596"],["12821.931","12323.723"],["12871.064","12241.236"],["12879.475","12270.449"],["12854.682","12255.539"],["12823.596","12236.750"],["12894.671","12243.821"],["12863.065","12320.618"],["11991.760","5782.445"],["11990.827","5781.483"],["11989.103","5781.822"],["6696.070","5918.051"],["6724.369","5944.611"],["6823.867","5957.395"],["6866.436","5984.368"],["12607.440","12489.459"],["12616.548","12477.721"],["12644.098","12531.627"],["12570.939","12454.024"],["12617.007","12545.247"],["12624.651","12368.751"],["12704.046","12367.878"],["12771.986","12406.053"],["12685.005","12449.615"],["12683.394","12450.011"],["12681.716","12453.331"],["12635.342","12534.367"],["12612.310","12546.333"],["12651.339","12440.497"],["12617.791","12480.660"],["12576.452","12456.339"],["12709.876","12359.422"],["12770.876","12399.971"],["12694.832","12463.818"],["12744.248","12473.638"],["12593.495","12477.195"],["12585.759","12494.355"],["12617.634","12485.286"],["12585.472","12471.181"],["12715.276","12361.162"],["12682.653","12454.983"],["12616.632","12472.814"],["12633.041","12501.086"],["12693.142","12408.996"],["12626.494","12371.738"],["12627.203","12371.386"],["12628.007","12370.629"],["12624.027","12372.241"],["12624.765","12367.576"],["12629.423","12371.653"],["12713.569","12363.556"],["12774.759","12403.805"],["12774.267","12403.174"],["12773.462","12402.445"],["12770.904","12406.040"],["12774.193","12400.959"],["12684.084","12453.496"],["12741.235","12476.750"],["12775.498","12406.227"],["11025.163","14466.592"],["10959.898","14527.827"],["10944.717","14487.747"],["11062.550","14511.720"],["10938.866","14504.459"],["10963.397","14502.236"],["10966.465","14526.940"],["11000.628","14489.968"],["11076.439","14614.633"],["10962.347","14463.654"],["11066.281","14501.930"],["11070.647","14610.260"],["10942.454","14469.999"],["11031.452","14510.431"],["11076.412","14492.850"],["10895.089","14462.069"],["10944.106","14470.261"],["10942.576","14500.159"],["10951.970","14503.803"],["11088.957","14500.909"],["10962.802","14527.269"],["10942.862","14457.658"],["10962.909","14526.527"],["10964.079","14524.618"],["10962.850","14528.262"],["10967.228","14527.623"],["11038.623","14553.496"],["11027.405","14510.201"],["10961.270","14528.752"],["11070.454","14613.919"],["11058.302","14456.259"],["14374.259","16152.111"],["14454.682","16172.642"],["14457.495","16306.821"],["14447.981","16219.929"],["14427.968","16147.038"],["6409.359","9253.960"],["6392.255","9326.069"],["6349.343","9283.288"],["6424.142","9173.159"],["6421.167","9175.042"],["12556.233","13135.155"],["12560.433","13132.110"],["12500.327","13144.080"],["12511.289","13102.244"],["12540.910","13097.084"],["12547.428","13050.236"],["6941.122","15176.167"],["6918.984","15158.397"],["6923.326","15204.921"],["6968.222","15199.494"],["6948.523","15181.618"],["6929.609","15166.935"],["6900.727","15096.531"],["6958.018","15186.008"],["6965.300","15200.577"],["11407.716","13796.399"],["11505.504","13757.346"],["11415.738","13725.167"],["10252.824","12327.107"],["10273.106","12168.464"],["10362.741","12233.958"],["7209.990","16175.657"],["7178.641","16227.419"],["7232.935","16291.921"],["7231.922","16288.380"],["7231.005","16288.199"],["7234.200","16292.515"],["7180.876","16225.579"],["7181.799","16226.629"],["7179.825","16227.207"],["7179.401","16228.331"],["7176.964","16226.798"],["7234.899","16288.874"],["7231.087","16292.125"],["7178.975","16224.126"],["7233.675","16290.930"],["7233.826","16287.968"],["7178.294","16224.586"],["7181.421","16224.664"],["7181.860","16225.695"],["7233.114","16288.276"],["7233.875","16289.099"],["7230.669","16288.970"],["7235.310","16289.698"],["9206.256","12556.776"],["9360.618","12596.120"],["9399.359","12691.551"],["9277.263","12653.580"],["9342.125","12647.511"],["9400.871","12687.904"],["9340.152","12605.939"],["9390.229","12691.090"],["9302.502","12709.800"],["9283.756","12695.926"],["9310.020","12643.760"],["11205.097","17042.415"],["11176.502","17038.475"],["11125.684","17046.253"],["11144.871","17031.035"],["11105.791","16992.065"],["11095.232","17011.131"],["11129.884","17080.165"],["11154.024","17007.458"],["11125.017","17008.084"],["10827.739","11525.991"],["10844.914","11496.952"],["13946.334","13266.122"],["13878.656","13275.875"],["10500.748","12937.657"],["10506.133","12892.625"],["10532.295","12822.766"],["10581.527","12953.214"],["10581.682","12848.764"],["10639.330","12934.015"],["10654.783","12807.169"],["10509.555","12967.298"],["10509.587","12947.043"],["10522.034","12943.382"],["10525.409","12864.608"],["10616.073","12811.159"],["10563.300","12810.628"],["10581.679","12938.155"],["10566.445","12950.452"],["10511.971","12911.738"],["10646.736","12962.856"],["10640.298","12912.573"],["10604.465","12795.776"],["10583.951","12787.619"],["10590.676","12821.130"],["10626.459","12789.930"],["10634.926","12801.237"],["10658.607","12803.284"],["10795.976","17024.857"],["10754.184","17014.977"],["10817.569","17064.593"],["10810.882","17053.279"],["10796.219","17052.643"],["10741.836","17006.240"],["10749.466","17013.354"],["10811.198","17050.856"],["8778.937","13362.942"],["8823.320","13346.637"],["8818.084","13336.146"],["8818.322","13214.798"],["8854.084","13184.065"],["8849.122","13235.592"],["8827.000","13245.501"],["8820.346","13297.808"],["8791.876","13342.813"],["8836.450","13378.605"],["8790.140","13348.796"],["8844.159","13332.797"],["8905.370","13364.193"],["8910.055","13348.571"],["8783.018","13191.979"],["8901.607","13346.328"],["8956.355","13290.958"],["8953.148","13296.599"],["8844.299","13243.039"],["8964.872","13363.175"],["8848.139","13332.698"],["8852.886","13302.878"],["8821.268","13196.890"],["8790.045","13278.535"],["8959.278","13289.797"],["8955.406","13294.070"],["8881.767","13329.870"],["12813.169","13199.539"],["12828.330","13194.684"],["12818.512","13212.780"],["12814.603","13208.420"],["12850.390","13278.964"],["12825.776","13358.673"],["12953.138","13231.183"],["12952.691","13223.233"],["12843.215","13280.131"],["12975.722","13275.375"],["12814.402","13202.852"],["12815.157","13202.630"],["12816.098","13202.071"],["12811.911","13202.802"],["12813.514","13198.453"],["12817.273","13203.319"],["12828.082","13191.075"],["12828.792","13190.681"],["12828.956","13191.767"],["12830.457","13192.233"],["12828.964","13193.647"],["12829.650","13195.137"],["12826.498","13195.072"],["12825.761","13192.014"],["12826.933","13191.273"],["12826.013","13191.211"],["12829.907","13191.453"],["12967.014","13270.201"],["12846.830","13278.949"],["12846.295","13278.257"],["12847.567","13278.120"],["12847.856","13277.283"],["12849.251","13278.732"],["12850.798","13278.082"],["12850.904","13280.135"],["12847.779","13280.744"],["12847.123","13279.588"],["12846.959","13280.503"],["12846.991","13277.539"],["12965.420","13245.346"],["12963.362","13252.898"],["12944.990","13222.353"],["8138.112","16230.055"],["12377.818","16973.647"],["12492.396","16913.612"],["12491.122","16910.259"],["12490.337","16910.590"],["12489.575","16911.132"],["12493.513","16910.182"],["12492.270","16914.610"],["12488.220","16910.072"],["13671.090","8882.149"],["12359.173","14089.689"],["12403.295","14063.139"],["12374.362","14083.458"],["12372.886","14030.030"],["12386.425","14072.750"],["12368.504","14084.335"],["12387.551","14078.545"],["12363.900","14085.992"],["12359.774","14087.397"],["12402.984","14031.261"],["12386.329","14076.205"],["12401.465","14066.801"],["12403.683","14052.447"],["9906.229","17145.091"],["9903.402","17128.637"],["9901.399","17143.581"],["9908.669","17111.638"],["10874.023","15753.863"],["10681.365","15882.925"],["10688.400","15732.372"],["10872.094","15723.765"],["10802.934","15922.548"],["10704.910","15921.763"],["10709.396","15917.195"],["10722.636","15908.736"],["10716.973","15900.701"],["10758.445","15842.495"],["10754.774","15832.156"],["6757.370","12835.800"],["6779.890","12867.768"],["6783.274","12841.436"],["6714.893","12879.782"],["6696.607","12860.331"],["6786.680","12962.774"],["6694.377","12935.118"],["6882.351","12787.561"],["6774.409","12845.901"],["6871.358","12825.338"],["6707.388","12915.132"],["6695.512","12845.359"],["6774.740","12953.571"],["6728.878","12776.962"],["6736.202","12820.458"],["6878.026","12797.486"],["6858.849","12833.322"],["6718.041","12963.154"],["6707.982","12871.763"],["6680.978","12852.204"],["6769.144","12945.004"],["6774.794","12935.619"],["6730.013","12897.368"],["6778.809","12867.176"],["6775.354","12869.107"],["6780.000","12866.454"],["6780.509","12867.860"],["6781.291","12867.871"],["6780.885","12870.325"],["6795.763","12843.436"],["6776.737","12868.067"],["6853.155","12816.984"],["6699.453","12875.404"],["6679.184","12863.753"],["6762.402","12927.106"],["6758.155","12968.181"],["6776.094","12869.160"],["6776.317","12867.373"],["6776.786","12870.017"],["10389.855","10865.784"],["10361.806","10886.247"],["13952.041","8578.144"],["12147.002","13445.167"],["10385.497","16524.796"],["10424.274","16499.242"],["10383.336","16520.489"],["10451.989","16454.491"],["10429.844","16488.015"],["10380.987","16536.399"],["10450.122","16450.204"],["10428.292","16492.942"],["10450.643","16451.889"],["10436.653","16507.339"],["4372.900","10909.416"],["4554.443","11018.792"],["4492.951","10974.434"],["4370.080","10910.608"],["4394.102","10930.285"],["6826.599","15100.049"],["6837.652","15153.343"],["6814.691","15202.559"],["6852.619","15196.993"],["6823.227","15117.010"],["6771.658","15192.646"],["6681.247","15215.883"],["6745.161","15274.265"],["6708.878","15289.938"],["6811.247","15271.639"],["6866.106","15098.661"],["6816.907","15190.294"],["6716.855","15157.898"],["6702.431","15267.510"],["6704.306","15245.594"],["6701.987","15147.047"],["6813.770","15091.362"],["6692.579","15254.314"],["6752.201","15169.492"],["6679.816","15179.384"],["6755.441","15242.836"],["6754.191","15200.474"],["6818.227","15157.241"],["6794.750","15265.330"],["6724.668","15166.601"],["6785.869","15159.764"],["6745.277","15211.622"],["6778.763","15287.080"],["7197.360","16141.721"],["7098.632","15969.211"],["7187.183","16004.849"],["7288.229","15950.351"],["7101.979","15967.908"],["7101.569","15969.061"],["7101.517","15970.382"],["7099.706","15969.341"],["7098.521","15970.618"],["7097.828","15967.740"],["7198.542","16137.814"],["7199.429","16138.751"],["7101.316","15965.811"],["7101.517","15966.952"],["7100.481","15965.862"],["7102.676","15968.127"],["7102.244","15969.405"],["7187.652","16001.239"],["7188.237","16002.142"],["7196.103","16138.018"],["7189.653","16002.856"],["7188.074","16003.922"],["7188.370","16005.562"],["7185.323","16004.886"],["7195.715","16138.770"],["7198.448","16142.362"],["7185.643","16000.950"],["7186.421","16001.235"],["7195.577","16141.807"],["7185.264","16001.688"],["7188.310","16000.975"],["7189.289","16001.972"],["7196.736","16138.152"],["7197.942","16138.155"],["7198.388","16138.915"],["7198.307","16140.862"],["7199.748","16139.615"],["13931.131","14019.323"],["7143.430","12263.877"],["7188.175","12233.795"],["7119.047","12225.361"],["7109.483","12268.813"],["13472.635","15141.065"],["13572.787","15264.919"],["13553.107","15265.374"],["13595.847","15241.978"],["13540.166","15127.187"],["13552.418","15114.481"],["13562.310","15116.529"],["13581.367","15113.278"],["13575.204","15132.221"],["13575.848","15151.382"],["13458.012","15259.635"],["13455.282","15151.515"],["13585.562","15121.494"],["13619.538","15113.786"],["13461.052","15139.873"],["13606.009","15254.459"],["13558.760","15272.041"],["13559.329","15235.542"],["13613.623","15244.674"],["13549.496","15133.908"],["13545.927","15109.195"],["13564.901","15114.121"],["13561.065","15124.687"],["13575.090","15119.719"],["13563.994","15138.348"],["13580.895","15146.849"],["13457.267","15264.970"],["13449.579","15157.831"],["13587.868","15122.544"],["13606.017","15124.472"],["13614.483","15118.039"],["13465.852","15137.314"],["13585.004","15263.062"],["13577.855","15255.240"],["13572.405","15267.291"],["13552.841","15277.198"],["13546.750","15238.169"],["13552.076","15236.729"],["13605.103","15249.775"],["13602.002","15245.283"],["13537.609","15130.271"],["13545.448","15100.645"],["13564.873","15109.075"],["13566.002","15127.748"],["13566.219","15114.580"],["13560.362","15139.663"],["13588.286","15156.705"],["13455.217","15275.744"],["13514.035","15157.224"],["13454.912","15159.125"],["13586.389","15119.090"],["13601.201","15122.740"],["13583.103","15260.249"],["13541.701","15277.069"],["13548.451","15242.389"],["13614.115","15249.973"],["13540.578","15128.404"],["13561.583","15104.293"],["13568.380","15113.144"],["13583.674","15110.997"],["13573.581","15131.730"],["13584.212","15156.102"],["13534.337","15154.146"],["13504.380","15157.977"],["13450.643","15273.452"],["13471.217","15145.532"],["13594.457","15131.623"],["13605.151","15124.300"],["11936.435","9695.962"],["12157.256","17155.494"],["12179.340","17166.064"],["12154.922","17189.540"],["12289.420","16983.896"],["12150.661","17153.314"],["12181.725","17171.993"],["12161.518","17182.538"],["12157.996","17152.720"],["12178.189","17172.323"],["12158.936","17185.279"],["12151.845","17152.125"],["12175.195","17163.405"],["12159.001","17189.804"],["12290.079","16983.232"],["12985.439","14936.801"],["12986.830","15071.313"],["12942.432","14886.232"],["12878.521","14910.747"],["12889.312","14989.706"],["12942.607","15045.100"],["12980.546","14930.233"],["12975.994","14899.350"],["12969.578","15034.059"],["12955.817","14881.448"],["12876.347","14916.339"],["12895.815","14980.010"],["12950.258","15046.169"],["12972.220","15003.114"],["12985.440","14902.547"],["12953.072","15049.968"],["12970.652","14910.550"],["12934.074","14892.974"],["8698.506","14571.007"],["8665.450","14548.682"],["8752.148","14526.817"],["8667.426","14648.840"],["8730.984","14487.537"],["8688.072","14517.264"],["8770.676","14485.198"],["8695.210","14576.950"],["8660.855","14591.479"],["8670.307","14536.870"],["8739.106","14523.239"],["8755.636","14547.898"],["8745.803","14458.800"],["8678.516","14538.932"],["8666.115","14506.100"],["8753.949","14616.989"],["8733.505","14606.700"],["8556.087","12740.197"],["8515.954","12570.264"],["8501.784","12752.976"],["8559.287","12671.237"],["8550.939","12651.625"],["8506.964","12732.828"],["8539.891","12643.938"],["8544.586","12689.117"],["8502.655","12750.615"],["8424.731","12549.582"],["8480.412","12565.012"],["8516.323","12753.835"],["8557.528","12695.126"],["7029.765","14237.378"],["6962.250","14175.546"],["7019.692","14127.034"],["6968.975","14088.196"],["7025.796","14219.986"],["6963.699","14183.572"],["7005.333","14128.191"],["7089.821","14108.142"],["7086.876","14110.918"],["7086.525","14207.249"],["7029.090","14069.431"],["7024.948","14218.504"],["6972.565","14184.293"],["7012.893","14145.513"],["7091.951","14107.629"],["7020.624","14216.495"],["6979.482","14174.193"],["7014.430","14117.983"],["7091.675","14104.200"],["7037.966","14234.071"],["8170.142","14180.766"],["8251.142","14144.476"],["7422.424","12206.098"],["7376.200","12179.931"],["7346.779","12177.000"],["7442.310","12198.911"],["13032.223","7621.471"],["10242.699","14718.186"],["10100.674","14769.666"],["10227.954","14678.625"],["10089.259","14711.114"],["10233.635","14675.021"],["10044.387","14675.877"],["10082.811","14744.123"],["10242.203","14668.330"],["10221.227","14663.963"],["8253.790","16045.448"],["9067.191","14197.523"],["9091.608","14059.800"],["9011.117","14031.213"],["9190.244","14112.129"],["9001.199","14100.932"],["9085.426","14165.556"],["8991.528","14103.096"],["9059.423","14170.709"],["9019.012","14214.408"],["9134.949","14109.185"],["9180.838","14088.838"],["9133.986","14221.917"],["9132.965","14222.929"],["9184.011","14234.951"],["9028.009","14214.177"],["9118.551","14122.319"],["9112.482","14177.728"],["9177.153","14120.729"],["9175.163","14072.075"],["9145.245","14037.575"],["9187.959","14083.653"],["9064.719","14162.749"],["9120.032","14186.233"],["9098.453","14152.179"],["9064.259","14151.502"],["9193.716","14063.966"],["12054.572","16068.946"],["12077.735","16065.419"],["11744.502","16993.910"],["13365.043","15523.017"],["13361.976","15518.819"],["13364.996","15510.584"],["13400.072","15646.729"],["13235.166","15537.168"],["13250.878","15516.846"],["13361.351","15582.201"],["13335.733","15553.824"],["13379.438","15671.489"],["13382.225","15674.048"],["13275.898","15607.366"],["13335.480","15709.070"],["13307.388","15684.675"],["13291.309","15622.424"],["13376.877","15515.415"],["13392.785","15699.234"],["13261.936","15715.144"],["13377.402","15545.845"],["13345.040","15594.599"],["13392.690","15644.406"],["13363.944","15554.498"],["13340.950","15534.571"],["13270.137","15596.308"],["13403.047","15577.482"],["13258.673","15687.551"],["13327.105","15583.165"],["13380.888","15578.477"],["13326.493","15532.100"],["13252.571","15519.400"],["13308.175","15573.490"],["13315.410","15586.789"],["13345.517","15573.690"],["13338.504","15587.455"],["13306.167","15621.260"],["13270.882","15601.514"],["13283.792","15534.410"],["13298.412","15533.528"],["13290.811","15528.834"],["13262.381","15539.025"],["13355.443","15506.939"],["13291.170","15618.813"],["13290.356","15618.879"],["13289.358","15619.112"],["13293.378","15619.549"],["13290.762","15623.295"],["13288.534","15617.688"],["9728.887","13213.477"],["9812.627","13388.901"],["9643.075","13278.990"],["9670.521","13219.657"],["9749.363","13345.851"],["9645.033","13275.728"],["9152.079","14847.397"],["12802.434","14846.001"],["12985.548","14863.115"],["12788.678","14833.027"],["12179.491","15695.275"],["12179.240","15715.166"],["12970.549","17143.530"],["12982.235","17057.946"],["12949.652","17110.735"],["12960.314","17034.594"],["12977.122","17114.406"],["12970.488","17049.932"],["12929.617","17135.700"],["12917.706","17098.792"],["9602.779","13944.948"],["9420.355","13847.009"],["9611.955","13863.044"],["9608.616","13854.165"],["9613.651","13901.062"],["9592.660","13950.041"],["9449.701","13839.461"],["9414.713","13844.011"],["9610.876","13850.469"],["9458.190","13954.004"],["9448.520","13941.542"],["9619.248","13855.766"],["9616.020","13846.123"],["9615.194","13912.610"],["9581.795","13903.427"],["9615.243","13865.184"],["9611.742","13854.793"],["9615.903","13895.652"],["6754.063","15337.209"],["10545.454","16249.069"],["10483.327","16197.845"],["10618.311","16200.618"],["10580.222","16232.696"],["10602.397","16228.326"],["10594.292","16241.072"],["10590.078","16286.102"],["10514.640","16287.668"],["10612.706","16310.622"],["10621.347","16320.215"],["10593.121","16314.278"],["10590.244","16321.521"],["10601.695","16330.912"],["10603.947","16269.859"],["10589.459","16289.358"],["10581.214","16243.475"],["10546.518","16352.089"],["10587.276","16251.636"],["10587.126","16252.115"],["10613.816","16307.730"],["10602.376","16328.170"],["10605.506","16276.496"],["10645.152","16233.052"],["10468.135","16266.483"],["10502.385","16268.376"],["10618.298","16298.281"],["10572.830","16186.166"],["10594.682","16237.218"],["10615.379","16309.067"],["10604.256","16330.282"],["10526.454","16278.322"],["10625.927","16161.389"],["10616.806","16301.869"],["10573.406","16202.660"],["10584.047","16225.019"],["10605.459","16326.143"],["10623.717","16324.443"],["12786.678","4499.967"],["7108.937","12425.540"],["7180.658","12511.777"],["7783.433","16368.959"],["6707.380","13993.254"],["6704.642","13996.661"],["12145.173","17214.570"],["12108.382","17248.431"],["12092.945","17258.268"],["11992.676","17245.655"],["12059.607","17204.889"],["12065.712","17272.102"],["12126.267","17205.900"],["12140.679","17217.916"],["12092.649","17263.966"],["12036.130","17207.741"],["12071.352","17267.025"],["12142.730","17213.554"],["12091.576","17217.322"],["12098.817","17265.122"],["12141.662","17249.005"],["12068.914","17266.262"],["12140.824","17214.924"],["12119.988","17201.086"],["12101.936","17231.456"],["12090.408","17219.351"],["12090.422","17225.458"],["12097.896","17258.334"],["12053.603","17198.376"],["12069.130","17263.657"],["10943.426","8070.608"],["11445.024","14677.949"],["11434.537","14694.549"],["13175.575","14524.767"],["13170.486","14641.961"],["13064.955","14622.413"],["13103.995","14623.565"],["13055.880","14620.003"],["13047.969","14645.275"],["13028.445","14601.848"],["13101.259","14619.327"],["13090.244","14588.024"],["13047.660","14565.731"],["13037.127","14551.009"],["13067.423","14521.971"],["13042.089","14524.674"],["13057.413","14633.515"],["13153.458","14619.834"],["13134.099","14611.375"],["13102.857","14568.951"],["13149.309","14656.460"],["13134.671","14585.659"],["13117.105","14585.312"],["13171.033","14509.977"],["13068.766","14581.596"],["13109.177","14602.521"],["13061.524","14622.992"],["13061.649","14623.823"],["13062.055","14624.799"],["13061.954","14620.520"],["13065.943","14622.872"],["13060.693","14625.834"],["8766.846","14773.756"],["8723.168","14693.558"],["8763.405","14769.817"],["8736.649","14708.458"],["10443.283","8218.391"],["10371.616","8209.766"],["9541.719","11579.825"],["8601.644","18100.726"],["5722.956","14499.158"],["5737.328","14472.754"],["5765.005","14569.299"],["5797.445","14593.579"],["5811.863","14550.634"],["5734.252","14539.712"],["5727.772","14513.840"],["5741.936","14488.003"],["5782.108","14544.612"],["5765.192","14581.423"],["5790.659","14588.392"],["5721.398","14503.033"],["5739.379","14482.636"],["5770.489","14543.447"],["5756.087","14552.823"],["5786.496","14577.047"],["5822.695","14596.634"],["5718.276","14498.498"],["5729.929","14515.126"],["5757.107","14557.709"],["5786.354","14590.959"],["5829.131","14596.176"],["5808.434","14550.130"],["9673.652","13827.800"],["9672.336","13825.422"],["9659.010","13835.189"],["9670.675","13829.931"],["6886.467","17340.195"],["6884.839","17340.468"],["7066.946","17377.299"],["7065.394","17377.068"],["7062.624","17379.398"],["7046.374","17223.839"],["6883.773","17345.251"],["7062.918","17381.343"],["6885.294","17343.919"],["7064.732","17380.535"],["5819.922","14161.706"],["5740.845","14151.801"],["5783.618","14069.952"],["5813.153","14215.641"],["5660.876","14229.855"],["5670.440","14198.208"],["5696.831","14218.902"],["5747.795","14143.273"],["5762.018","14106.651"],["5689.700","14218.596"],["5795.530","14184.620"],["5756.000","14115.661"],["5683.875","14232.796"],["5665.592","14199.833"],["5827.770","14144.490"],["5788.735","14221.764"],["5748.904","14139.845"],["5778.470","14070.038"],["5682.800","14237.933"],["5666.685","14190.454"],["10475.814","13024.017"],["10584.485","13130.050"],["10596.575","12993.852"],["10527.347","13066.393"],["10654.455","13091.342"],["10560.186","13068.367"],["10628.930","13071.478"],["10508.573","13035.271"],["10480.232","13077.391"],["10609.513","12997.166"],["10472.067","13071.044"],["10521.281","13142.681"],["10607.091","13177.479"],["10608.363","13091.617"],["10544.756","12994.989"],["10522.328","13111.777"],["10488.188","13015.328"],["10485.044","13031.728"],["10500.490","12976.091"],["10621.238","13093.144"],["10657.140","13167.045"],["10496.290","12975.464"],["10659.508","13056.652"],["10558.635","13115.626"],["10482.794","13164.407"],["10591.299","12989.444"],["10666.833","13102.373"],["10671.105","12980.830"],["10486.445","13105.295"],["10466.914","13113.702"],["10487.035","13136.945"],["10565.016","13159.997"],["10536.778","13015.706"],["10618.458","13159.217"],["10544.754","13133.972"],["10572.915","12972.921"],["10627.213","12991.845"],["10606.583","13019.072"],["10639.598","13126.543"],["10565.015","13098.990"],["10466.862","13156.260"],["10484.361","13073.829"],["10542.805","12980.972"],["10489.088","13011.864"],["10488.270","13011.640"],["10487.245","13011.579"],["10491.149","13013.276"],["10487.397","13016.033"],["10486.836","13009.903"],["6335.285","13380.414"],["6355.679","13307.561"],["6286.082","13333.851"],["6310.161","13369.029"],["6252.134","13298.015"],["6252.578","13267.081"],["6335.722","13303.002"],["6313.394","13383.981"],["6303.483","13377.485"],["6299.404","13372.745"],["6305.302","13383.569"],["6390.334","13335.753"],["6292.069","13348.418"],["6334.891","13289.430"],["6380.863","13311.459"],["6373.393","13303.300"],["6361.156","13306.537"],["6263.089","13353.472"],["6306.033","13359.896"],["6294.775","13252.221"],["6257.791","13287.709"],["10754.822","14497.064"],["10762.774","14475.256"],["10806.497","14455.383"],["10684.792","14605.273"],["10720.831","14642.236"],["10731.988","14630.288"],["10715.036","14649.678"],["10753.537","14482.691"],["10707.880","14484.289"],["10719.438","14512.856"],["10755.754","14479.539"],["10737.232","14643.015"],["10736.180","14627.602"],["10773.349","14467.504"],["10803.570","14453.289"],["10803.080","14454.016"],["10802.669","14454.923"],["10805.603","14451.871"],["10806.881","14456.309"],["10800.962","14454.794"],["10708.497","14654.454"],["10739.096","14633.958"],["12155.021","17237.358"],["12168.733","17233.021"],["12149.047","17250.590"],["12298.390","17286.152"],["12269.255","17240.381"],["12278.652","17251.006"],["12311.160","17264.490"],["12152.390","17232.156"],["12169.687","17237.001"],["12147.353","17246.973"],["12275.316","17228.908"],["12269.464","17284.768"],["12328.184","17267.921"],["12156.847","17233.824"],["12175.460","17235.944"],["12280.308","17236.504"],["12277.704","17257.435"],["12317.937","17258.818"],["12153.854","17239.158"],["12173.832","17239.775"],["12147.649","17254.042"],["12292.035","17251.510"],["12261.316","17251.507"],["12328.945","17281.842"],["12116.133","14207.682"],["12070.763","14152.076"],["12049.688","14159.347"],["12071.043","14134.667"],["11939.241","14145.374"],["12033.962","14082.216"],["11944.770","14050.366"],["13639.227","15282.979"],["13659.340","15277.132"],["13634.358","15288.963"],["13620.052","15255.269"],["13675.152","15240.350"],["13656.484","15239.794"],["13641.456","15237.620"],["13622.369","15108.720"],["13757.892","15273.839"],["13682.439","15288.899"],["13637.107","15282.216"],["13651.337","15271.207"],["13641.375","15243.520"],["13660.377","15239.676"],["13664.570","15240.498"],["13631.853","15238.551"],["13731.372","15266.191"],["13828.613","15238.220"],["13708.548","15277.714"],["13722.335","15163.005"],["13787.437","15251.736"],["13626.579","15278.564"],["13657.463","15266.130"],["13644.657","15295.255"],["13625.380","15248.197"],["13653.206","15236.009"],["13622.336","15244.528"],["13635.433","15241.284"],["13627.196","15109.878"],["13765.473","15261.030"],["13681.281","15284.328"],["13696.614","15169.651"],["13790.158","15245.184"],["13823.271","15235.440"],["13628.235","15288.518"],["13635.241","15248.563"],["13622.924","15250.424"],["13651.623","15235.770"],["13635.935","15242.988"],["13623.382","15103.215"],["13723.623","15260.742"],["13774.691","15248.083"],["13748.211","15294.822"],["12445.395","14262.535"],["12492.683","14279.693"],["12548.488","14274.555"],["12513.340","14327.357"],["12534.428","14279.807"],["12485.737","14311.461"],["12405.849","14259.915"],["12399.594","14244.257"],["12415.070","14241.767"],["12387.657","14244.785"],["12519.473","14414.771"],["12510.163","14407.329"],["12561.809","14239.713"],["12565.101","14380.870"],["12561.674","14297.464"],["12456.294","14311.752"],["12472.727","14429.545"],["12544.393","14404.838"],["12551.860","14336.076"],["12483.730","14347.746"],["12514.998","14371.917"],["12407.371","14262.484"],["12475.434","14445.246"],["12470.327","14281.288"],["12434.591","14257.877"],["12480.519","14242.033"],["12486.837","14263.918"],["12517.827","14332.899"],["12485.701","14339.796"],["12506.586","14423.457"],["12488.712","14266.715"],["12521.166","14430.012"],["12458.954","14253.682"],["12537.533","14448.419"],["12462.188","14432.878"],["12507.024","14445.416"],["12544.907","14378.685"],["12543.419","14377.641"],["12481.998","14291.863"],["12482.818","14421.997"],["12466.631","14278.835"],["12389.128","14241.208"],["12550.130","14366.877"],["12524.857","14407.698"],["12459.731","14271.846"],["12483.209","14301.217"],["12508.716","14415.962"],["12554.793","14369.541"],["12510.169","14328.600"],["12524.738","14417.487"],["12508.159","14422.772"],["12440.250","14242.023"],["12470.357","14442.419"],["12537.848","14422.389"],["12577.311","14402.275"],["12543.608","14373.357"],["12526.482","14320.749"],["12453.133","14266.887"],["12484.975","14326.780"],["12496.138","14349.252"],["12484.811","14336.135"],["12513.343","14330.391"],["12498.297","14361.123"],["12510.758","14364.488"],["12484.626","14261.477"],["12485.317","14264.924"],["12480.495","14442.552"],["12557.395","14434.816"],["12502.838","14422.083"],["12538.265","14397.372"],["12565.957","14372.422"],["12489.523","14277.333"],["12536.123","14329.028"],["8561.464","16582.220"],["12414.596","12235.967"],["12415.062","12230.311"],["12426.516","12241.772"],["12422.679","12226.552"],["12479.109","12127.752"],["12427.855","12313.603"],["12436.565","12281.519"],["12389.515","12319.236"],["12409.766","12229.803"],["12387.122","12299.003"],["12435.613","12267.633"],["12400.100","12293.614"],["12412.155","12178.565"],["12413.667","12232.652"],["12412.838","12232.880"],["12411.921","12233.381"],["12416.149","12232.833"],["12414.269","12236.966"],["12410.722","12232.184"],["12478.911","12128.764"],["12389.780","12297.790"],["12426.301","14709.782"],["12547.378","14688.785"],["12530.543","14668.581"],["12441.074","14724.360"],["12476.409","14672.997"],["12423.938","14672.180"],["12545.635","14688.851"],["12534.934","14675.782"],["12434.906","14715.706"],["12479.303","14673.443"],["12436.930","14745.061"],["12425.467","14677.500"],["12532.040","14675.121"],["12445.169","14717.358"],["12472.313","14662.015"],["12439.364","14738.372"],["12424.069","14674.825"],["12503.455","14663.858"],["12407.566","14735.999"],["12484.900","14855.330"],["12548.941","14692.055"],["12535.313","14674.279"],["12447.768","14717.688"],["12472.313","14667.151"],["12450.088","14745.441"],["12555.179","14822.026"],["7704.250","12219.009"],["7666.207","12201.635"],["7659.891","12178.530"],["7545.204","12242.923"],["7579.446","12293.924"],["7515.861","12328.774"],["7716.886","12255.442"],["7702.116","12213.642"],["7622.112","12217.489"],["7636.404","12199.124"],["7547.704","12308.075"],["7628.510","12215.458"],["7566.239","12225.298"],["7517.941","12327.998"],["7678.537","12240.294"],["7722.199","12189.414"],["7605.023","12262.097"],["7620.039","12262.047"],["7650.829","12252.270"],["7541.586","12217.919"],["7596.368","12271.233"],["7517.728","12321.624"],["7725.588","12155.972"],["7667.912","12197.370"],["7700.612","12255.294"],["7711.047","12275.872"],["7612.161","12280.924"],["7647.177","12225.251"],["7601.306","12282.510"],["7571.158","12226.259"],["7574.423","12237.770"],["7527.959","12316.445"],["7517.517","12331.807"],["7718.147","12202.238"],["6197.061","15503.508"],["11899.044","12148.394"],["11892.454","12154.759"],["11899.723","12154.734"],["11899.738","12151.511"],["10297.371","12556.928"],["10375.294","12624.310"],["10324.240","12690.012"],["10435.098","12560.277"],["10352.832","12597.076"],["10267.998","12660.990"],["10293.870","12631.791"],["10400.442","12622.196"],["10390.395","12554.563"],["10400.019","12677.853"],["10271.748","12556.002"],["10422.712","12640.891"],["10349.072","12567.933"],["10283.591","12555.590"],["10291.008","12613.360"],["10399.570","12627.068"],["10372.377","12551.220"],["10254.819","12618.431"],["12783.779","14728.957"],["12836.277","14692.694"],["12803.519","14728.029"],["12833.555","14692.897"],["12778.062","14704.845"],["12807.449","14694.956"],["12852.474","14685.819"],["12859.290","14669.037"],["12825.228","14672.618"],["12849.658","14694.423"],["12816.468","14726.878"],["12797.250","14681.457"],["12808.477","14689.596"],["13012.973","13227.387"],["13160.081","13390.782"],["12993.545","13266.995"],["13175.003","13383.426"],["13190.615","13313.522"],["13147.281","13386.268"],["8149.184","12704.221"],["8177.003","12754.549"],["8149.678","12723.075"],["9792.383","15104.941"],["9637.666","15180.483"],["9682.832","15118.281"],["9645.507","15120.556"],["9646.417","15109.078"],["9744.029","15149.372"],["9727.537","15151.357"],["13119.979","15434.979"],["13091.226","15412.088"],["13014.270","15401.042"],["13000.174","15412.855"],["13132.566","15377.078"],["13138.328","15446.958"],["13158.081","15481.373"],["13003.820","15320.239"],["13031.147","15316.562"],["13052.128","15314.756"],["13056.998","15353.223"],["13011.676","15309.926"],["13154.607","15484.537"],["13008.687","15319.112"],["13050.799","15306.178"],["13057.021","15371.540"],["13080.004","15352.695"],["13109.069","15296.741"],["13030.929","15311.178"],["13154.292","15310.015"],["13069.682","15386.604"],["12995.671","15418.550"],["13032.991","15412.204"],["13129.893","15380.166"],["13005.572","15317.816"],["13033.962","15318.810"],["13070.844","15384.268"],["13028.906","15316.883"],["13013.281","15312.767"],["13004.349","15312.840"],["13052.033","15309.028"],["13081.629","15350.470"],["13020.582","15311.638"],["7318.553","13932.207"],["7339.642","13842.721"],["7325.580","13882.661"],["7333.542","13884.584"],["7341.564","13845.495"],["7337.870","13876.568"],["7333.377","13830.231"],["7333.960","13828.442"],["7399.826","13855.027"],["7335.941","13878.094"],["7324.227","13956.055"],["7334.646","13878.505"],["7333.211","13844.207"],["7323.783","13830.604"],["7340.200","13835.864"],["7344.837","13884.628"],["7337.634","13843.450"],["7319.262","13843.859"],["7364.074","13875.691"],["11574.610","14644.965"],["11539.833","14655.655"],["11580.346","14627.903"],["11531.692","14657.110"],["13609.188","14744.940"],["13605.706","14742.513"],["13603.187","14742.187"],["13607.977","14746.827"],["13554.558","14661.774"],["13608.761","14740.119"],["13607.728","14744.788"],["13610.839","14744.697"],["13610.601","14743.073"],["13608.287","14743.866"],["13610.508","14741.276"],["13606.692","14739.925"],["13606.484","14741.369"],["8479.764","18226.569"],["14365.179","12926.208"],["7725.121","12755.559"],["7753.300","12715.523"],["10825.517","14864.128"],["10760.082","14869.444"],["10712.373","14848.838"],["10881.101","14855.795"],["10708.898","14668.594"],["10879.324","14864.366"],["7269.406","13759.166"],["9398.202","13721.070"],["9378.575","13725.679"],["9398.012","13760.753"],["9350.804","13747.021"],["9298.881","13657.622"],["9292.889","13617.798"],["9389.738","13698.602"],["9259.545","13635.289"],["9271.954","13620.670"],["9225.855","13619.058"],["9275.538","13631.682"],["9349.355","13761.051"],["9385.235","13787.356"],["9395.933","13795.291"],["9402.212","13606.644"],["9374.125","13694.548"],["9399.558","13757.433"],["9365.503","13772.665"],["9353.699","13747.599"],["9398.312","13696.535"],["9289.226","13619.972"],["9267.315","13617.761"],["9229.116","13622.930"],["9245.785","13643.101"],["9293.220","13634.964"],["9361.768","13760.560"],["9406.528","13769.034"],["9396.237","13774.209"],["9405.805","13790.918"],["9396.793","13625.093"],["9290.179","13628.699"],["9242.661","13638.563"],["9368.773","13709.362"],["9362.016","13769.445"],["9354.175","13753.369"],["9305.504","13608.599"],["9320.470","13614.512"],["9288.705","13634.552"],["9355.757","13767.020"],["9388.700","13773.362"],["9408.597","13796.531"],["9389.594","13784.398"],["9401.696","13801.897"],["9402.755","13619.634"],["9403.302","13700.117"],["9213.382","13614.119"],["9395.818","13723.740"],["9407.173","13758.160"],["9360.634","13771.658"],["9338.583","13758.945"],["9286.523","13608.021"],["9318.628","13623.380"],["9278.009","13634.962"],["9364.267","13762.992"],["9392.553","13769.850"],["9405.468","13803.252"],["9381.592","13777.052"],["9396.006","13798.696"],["9396.759","13616.209"],["10126.043","15373.828"],["10133.702","15360.168"],["10161.968","15359.383"],["10198.950","15335.725"],["10223.496","15385.790"],["10245.549","15393.394"],["10110.314","15438.074"],["10244.494","15430.914"],["10249.465","15464.090"],["10115.384","15449.240"],["10118.545","15412.313"],["10119.888","15415.501"],["10115.888","15414.285"],["10126.390","15449.578"],["10114.702","15412.827"],["10125.155","15417.992"],["10241.281","15345.257"],["10106.325","15447.200"],["10111.933","15413.500"],["14830.911","17343.224"],["14834.341","17340.586"],["11557.293","13593.258"],["6537.494","16432.744"],["6512.589","16531.368"],["6511.991","16527.769"],["6512.947","16528.368"],["6513.905","16528.047"],["6514.420","16528.728"],["6513.030","16530.308"],["6513.912","16531.691"],["6510.894","16531.900"],["6512.688","16527.366"],["6509.781","16528.973"],["6509.951","16528.159"],["6510.911","16528.076"],["10255.491","16633.640"],["10260.283","16590.490"],["12851.962","16396.950"],["12930.231","16367.975"],["12971.832","16407.946"],["12984.597","16440.026"],["12909.079","16496.908"],["12930.283","16496.698"],["12803.571","16524.244"],["12809.848","16453.537"],["12854.371","16401.131"],["12922.169","16374.540"],["12960.381","16411.764"],["12895.225","16478.623"],["12949.141","16502.287"],["12826.065","16540.677"],["12795.251","16444.032"],["12841.612","16410.368"],["12907.977","16375.007"],["12915.772","16360.061"],["12956.268","16475.640"],["12920.235","16473.271"],["12927.289","16530.342"],["12829.223","16535.903"],["12815.840","16464.464"],["12943.011","16380.737"],["12899.210","16391.989"],["12896.539","16372.699"],["12907.214","16369.754"],["12980.242","16431.500"],["12908.235","16478.962"],["12925.784","16511.410"],["12824.899","16543.280"],["12809.281","16458.936"],["12956.647","16355.347"],["12967.302","13656.102"],["12983.618","13634.285"],["12824.051","13761.785"],["12872.753","13707.608"],["12829.609","13776.959"],["12822.114","13783.957"],["12827.464","13778.856"],["12820.376","13778.707"],["12903.996","13605.995"],["12794.612","13798.793"],["12886.447","13632.601"],["12943.503","13707.366"],["12822.782","13758.430"],["12822.023","13758.704"],["12821.310","13759.115"],["12825.102","13758.539"],["12823.956","13762.686"],["12819.972","13758.035"],["13188.690","15571.499"],["13160.514","15599.080"],["13127.694","15551.008"],["13119.957","15549.183"],["13128.396","15573.861"],["13140.054","15715.284"],["13142.801","15711.209"],["13141.254","15711.815"],["13196.388","15566.934"],["13164.539","15601.083"],["13189.146","15566.821"],["13165.452","15594.651"],["13141.192","15716.703"],["13164.899","15613.072"],["13124.725","15548.658"],["13142.409","15715.067"],["6842.207","16455.409"],["8903.172","16823.120"],["8847.337","16854.500"],["8905.059","16826.783"],["8851.317","16852.452"],["11376.377","13505.955"],["11360.350","13465.967"],["11309.235","13447.480"],["11380.718","13420.315"],["11438.885","13432.466"],["8476.037","12543.377"],["8518.507","12423.131"],["8518.437","12419.060"],["8517.743","12425.027"],["8520.424","12427.095"],["8473.014","12337.312"],["9429.979","15169.249"],["9447.652","15145.651"],["9428.541","15144.056"],["9441.039","15174.647"],["9411.394","15138.152"],["10016.222","15634.106"],["9961.257","15668.523"],["9921.615","15514.131"],["9902.403","15542.796"],["9985.700","15711.722"],["5985.324","18378.330"],["5983.928","18378.904"],["5983.026","18382.393"],["5983.926","18383.921"],["5984.985","18382.281"],["9970.685","11419.215"],["7930.793","13518.609"],["7778.573","13472.256"],["7931.704","13481.508"],["7924.830","13475.021"],["7789.222","13544.552"],["7748.702","13588.701"],["7788.429","13551.605"],["7888.104","13502.720"],["7888.680","13494.033"],["7835.983","13520.690"],["7861.752","13533.514"],["7746.056","13472.454"],["7823.589","13397.526"],["7794.623","13553.411"],["7765.906","13593.589"],["7777.409","13552.299"],["7885.522","13499.384"],["7854.766","13502.226"],["7919.664","13452.833"],["7759.708","13478.812"],["7889.406","13422.736"],["7734.790","13487.104"],["7927.802","13476.728"],["10131.618","16911.301"],["10222.781","16819.053"],["10247.299","16958.900"],["10232.112","16912.912"],["10173.813","16809.632"],["10177.404","16841.831"],["10142.714","16864.770"],["10168.589","16902.159"],["10162.735","16920.737"],["10164.683","16965.226"],["10144.870","16952.298"],["10233.007","16925.581"],["10107.242","16815.199"],["10109.925","16850.614"],["10178.497","16803.640"],["10182.923","16840.427"],["10144.487","16862.369"],["10168.792","16912.700"],["10158.374","16949.522"],["10171.659","16951.094"],["10152.554","16950.502"],["10113.936","16912.258"],["10110.615","16862.384"],["10235.867","16863.960"],["10239.644","16891.783"],["10178.332","16786.319"],["10184.739","16842.994"],["10157.629","16884.110"],["10185.031","16910.932"],["10164.263","16967.082"],["10168.285","16962.410"],["10153.404","16952.360"],["10117.669","16881.084"],["10126.862","16833.637"],["10132.413","16862.277"],["10236.428","16891.678"],["10180.053","16796.524"],["10186.867","16831.843"],["10160.210","16854.487"],["10173.637","16895.423"],["10161.573","16934.163"],["10171.155","16958.146"],["10150.598","16963.416"],["6882.962","17343.499"],["8399.116","12669.250"],["8371.172","12648.804"],["8490.971","12603.724"],["8474.178","12576.639"],["8481.504","12742.357"],["8382.472","12659.127"],["8511.799","12643.889"],["8515.401","12637.728"],["8388.542","12682.872"],["8488.193","12586.535"],["8502.008","12665.019"],["8419.898","12588.855"],["8357.519","12595.802"],["8484.744","12740.607"],["8524.167","12672.064"],["8398.494","12735.339"],["8388.038","12560.963"],["8457.616","12740.197"],["8506.794","12640.114"],["8367.932","12654.584"],["8428.339","12625.243"],["8520.214","12642.337"],["8488.642","12740.260"],["8372.225","12677.442"],["8523.246","12677.431"],["8519.184","12668.083"],["8386.562","12674.826"],["8481.081","12625.722"],["8483.225","12672.732"],["8470.774","12718.132"],["8419.840","12709.085"],["8374.166","12654.189"],["8508.871","12642.072"],["8518.624","12649.669"],["8395.115","12655.692"],["8412.739","12580.039"],["8285.183","12645.166"],["8261.614","12583.349"],["8230.056","12623.478"],["8215.089","12716.310"],["8153.811","12591.466"],["8151.487","12577.609"],["8220.386","12705.111"],["8335.578","12630.071"],["8158.727","12643.917"],["8159.116","12597.394"],["8163.682","12588.660"],["8196.244","12555.021"],["8295.414","12627.330"],["8187.123","12593.299"],["8147.363","12583.573"],["6419.571","12790.881"],["6408.675","12893.040"],["6355.421","12836.471"],["6423.342","12862.805"],["6389.464","12866.376"],["7996.464","12318.965"],["8028.684","12321.376"],["7988.399","12318.776"],["8022.164","12314.368"],["7992.330","12271.228"],["8056.617","12319.093"],["9805.178","7313.640"],["12756.932","14825.068"],["12738.747","14841.419"],["12656.038","14835.077"],["6618.884","13810.044"],["6518.486","13771.254"],["6554.315","13798.144"],["6614.986","13806.021"],["6607.321","13811.960"],["6510.210","13773.227"],["6562.934","13796.222"],["6605.432","13632.189"],["6604.321","13628.300"],["6633.505","13795.265"],["6518.762","13774.498"],["6559.111","13792.360"],["6614.058","13803.228"],["6605.381","13634.215"],["6518.566","13772.841"],["6567.912","13792.024"],["6619.729","13796.927"],["6608.455","13635.380"],["9460.600","15421.931"],["9445.648","15414.190"],["9582.879","15370.074"],["9592.737","15383.375"],["12338.904","14670.735"],["12285.287","14708.562"],["11350.660","14584.211"],["11403.877","14591.409"],["11316.228","14487.002"],["11452.905","14644.751"],["11383.579","14498.323"],["11358.295","14605.101"],["11405.219","14567.129"],["11314.346","14477.117"],["11454.748","14649.413"],["11364.869","14514.065"],["11333.736","14626.321"],["11379.011","14513.084"],["13297.488","15674.190"],["13206.403","15701.624"],["13255.543","15645.785"],["11120.216","16943.956"],["11097.196","16938.209"],["11096.870","16924.197"],["11103.488","16868.251"],["11102.883","16875.528"],["11134.050","16886.646"],["6677.386","14370.778"],["6776.622","14307.735"],["6816.588","14423.369"],["6703.556","14361.355"],["6830.412","14330.804"],["6824.581","14444.723"],["6682.141","14358.779"],["6824.600","14337.453"],["6693.121","14369.551"],["6838.769","14330.095"],["12256.658","11990.365"],["12186.583","11995.112"],["12221.531","14492.577"],["12348.308","14513.370"],["12183.396","14598.195"],["12192.310","14604.306"],["12257.275","14553.038"],["12305.742","14658.637"],["12339.757","14584.912"],["12347.410","14602.456"],["12248.012","14586.647"],["12195.575","14538.548"],["12191.737","14542.129"],["12186.521","14599.285"],["12295.967","14574.326"],["12315.557","14652.576"],["12240.845","14595.814"],["12235.500","14560.638"],["12226.012","14550.934"],["12216.397","14540.782"],["12158.629","14533.679"],["12215.446","14579.379"],["12236.928","14594.802"],["12250.310","14577.644"],["12271.830","14606.516"],["12291.523","14587.519"],["12345.568","14602.104"],["12160.414","14535.867"],["12192.294","14597.832"],["8544.729","12983.694"],["8449.331","13066.303"],["8427.176","13106.286"],["8448.426","13073.767"],["8558.904","13001.918"],["8367.397","13048.203"],["8415.342","13065.908"],["8526.725","13019.684"],["8506.768","13139.505"],["8428.031","13100.720"],["8409.676","13081.612"],["8368.394","13061.951"],["8380.582","13057.112"],["8390.369","13074.364"],["8546.163","13076.206"],["8520.798","12972.051"],["8513.837","13057.434"],["8450.942","13105.064"],["8374.216","13049.565"],["8562.293","13023.008"],["8512.824","13040.989"],["8469.011","13106.766"],["8469.265","13057.764"],["8413.311","13060.142"],["8484.526","12972.362"],["8466.433","12976.717"],["8566.782","13143.855"],["11458.641","14775.127"],["11355.746","14807.559"],["11482.453","14678.470"],["11412.150","14774.992"],["11402.097","14832.879"],["11313.350","14870.019"],["11385.009","14817.900"],["11426.343","14785.152"],["11332.721","14801.362"],["11455.324","14772.532"],["11405.939","14840.253"],["11368.765","14841.452"],["11308.439","14871.938"],["11344.443","14804.942"],["11311.257","14863.304"],["15098.839","5690.342"],["15093.981","5679.424"],["15102.104","5690.608"],["12176.757","5833.017"],["12173.411","5830.775"],["12175.103","5829.805"],["12174.791","5830.487"],["12173.111","5830.004"],["12177.929","5832.336"],["12176.628","5831.809"],["12175.206","5835.250"],["12173.188","5831.644"],["12172.773","5832.474"],["12173.215","5833.102"],["7890.739","16448.974"],["8832.720","13167.821"],["8879.184","13135.012"],["8840.396","13067.419"],["8832.123","13103.273"],["8804.285","13138.259"],["8835.049","13169.794"],["8869.776","13107.953"],["8843.307","12970.437"],["8833.702","13044.644"],["8794.870","13156.839"],["8813.258","13002.427"],["8840.412","12975.623"],["8863.768","13097.724"],["8850.725","13038.055"],["8807.413","13106.912"],["8826.355","13128.895"],["8872.440","13086.170"],["8822.913","13053.265"],["8860.610","13073.496"],["8818.668","13166.716"],["8793.568","13064.305"],["13889.932","12674.833"],["14017.917","12569.831"],["13894.128","12679.318"],["14007.819","12555.966"],["13955.557","12650.825"],["7624.520","14500.514"],["9774.181","17291.291"],["9756.717","17402.611"],["9757.245","17400.781"],["9755.589","17399.509"],["9754.427","17402.320"],["9753.910","17400.329"],["9093.832","12267.514"],["9046.038","12268.240"],["9176.678","12249.215"],["9053.583","12154.244"],["10540.666","14437.614"],["10643.735","14448.056"],["10668.738","14345.418"],["10664.803","14413.700"],["9807.039","11518.589"],["9713.324","11510.226"],["9808.309","11543.812"],["9832.710","11577.760"],["9653.337","11515.631"],["14584.072","9017.288"],["14582.844","9013.930"],["14582.058","9014.210"],["14581.148","9014.741"],["14585.313","9014.003"],["14583.786","9018.296"],["14579.901","9013.599"],["7649.361","12517.625"],["7666.399","12493.711"],["7635.439","12510.727"],["12560.860","12748.061"],["12523.218","12659.482"],["12559.402","12685.979"],["12558.256","12651.644"],["12381.806","12627.005"],["12383.099","12625.951"],["12383.685","12624.085"],["12378.310","12628.151"],["12377.068","12627.768"],["12376.157","12626.600"],["12375.171","12622.789"],["12375.487","12621.397"],["12375.923","12619.973"],["12379.221","12619.091"],["12381.010","12619.745"],["12382.514","12620.931"],["12446.580","12663.714"],["12447.873","12662.661"],["12448.459","12660.794"],["12443.084","12664.860"],["12441.842","12664.477"],["12440.931","12663.310"],["12439.946","12659.498"],["12440.261","12658.106"],["12440.697","12656.682"],["12443.995","12655.800"],["12445.784","12656.454"],["12447.288","12657.640"],["12521.310","12547.529"],["9618.457","9427.202"],["9589.830","9452.328"],["9599.841","9475.378"],["9537.493","9378.913"],["9604.263","9475.882"],["9605.282","9473.727"],["13892.110","15043.317"],["13957.464","15022.020"],["13911.535","15054.101"],["13994.109","15015.083"],["14025.279","15022.670"],["11082.554","16066.780"],["12574.836","17077.408"],["12607.512","17105.964"],["12710.349","17088.574"],["12619.296","17111.228"],["12600.620","17160.123"],["12596.057","17127.134"],["12648.603","17123.735"],["12656.692","17080.146"],["12631.014","17053.791"],["12588.229","17162.613"],["12599.858","17134.786"],["12662.193","17122.549"],["12654.665","17081.508"],["12628.923","17054.085"],["12597.868","17165.447"],["12604.186","17114.047"],["12641.113","17120.618"],["12660.113","17083.760"],["12628.547","17060.369"],["12572.827","17074.529"],["12572.141","17075.047"],["12571.498","17075.822"],["12575.166","17073.814"],["12574.910","17078.459"],["12569.957","17075.114"],["12707.467","17089.471"],["12707.615","17090.253"],["12708.033","17091.246"],["12707.807","17086.950"],["12711.210","17089.031"],["12706.921","17092.306"],["12591.519","17165.012"],["12583.827","17130.649"],["12659.428","17126.067"],["12658.590","17083.840"],["12645.809","17054.802"],["9397.207","15300.189"],["12642.574","12599.427"],["12677.108","12602.006"],["12702.098","12758.553"],["12698.772","12727.225"],["12646.519","12678.603"],["12690.916","12736.952"],["12684.776","12651.561"],["12711.196","12643.199"],["12707.879","12648.514"],["12720.368","12554.876"],["12774.156","12734.632"],["12737.803","12686.898"],["12736.507","12687.690"],["12736.267","12690.919"],["12680.462","12598.349"],["12678.842","12598.715"],["12735.567","12692.182"],["12707.357","12562.245"],["12652.315","12635.890"],["12656.548","12625.061"],["12678.008","12603.670"],["12605.339","12689.242"],["12677.734","12588.031"],["12580.204","12548.355"],["12691.166","12741.843"],["12617.267","12621.995"],["12737.714","12692.201"],["12676.182","12730.868"],["12661.485","12718.492"],["12673.225","12649.711"],["12589.522","12678.134"],["12591.358","12586.882"],["12599.595","12617.378"],["12594.949","12563.644"],["12707.885","12651.562"],["12684.660","12678.334"],["12718.773","12551.672"],["12718.000","12552.068"],["12717.194","12552.712"],["12715.763","12551.754"],["12721.240","12551.375"],["12720.253","12555.916"],["12738.438","12690.535"],["12679.466","12602.210"],["12641.461","13186.738"],["12678.182","13239.192"],["12724.057","13217.666"],["12746.584","13214.782"],["12677.077","13230.249"],["12616.072","13206.123"],["12606.714","13186.174"],["12726.826","13310.185"],["12738.666","13341.377"],["12710.055","13327.060"],["12722.696","13374.874"],["12662.653","13339.723"],["12580.432","13201.366"],["12690.214","13199.092"],["12763.764","13382.831"],["12770.475","13382.187"],["12744.079","13200.373"],["12742.479","13200.395"],["12740.105","13203.243"],["12708.323","13324.242"],["12685.259","13363.183"],["12584.397","13309.563"],["12771.405","13384.287"],["12653.433","13219.115"],["12667.068","13229.938"],["12585.921","13195.366"],["12664.820","13388.611"],["12719.727","13354.821"],["12714.218","13385.302"],["12719.260","13308.169"],["12623.127","13374.870"],["12596.030","13336.382"],["12597.429","13221.620"],["12740.433","13204.959"],["12728.642","13188.363"],["12745.064","13196.919"],["12723.401","13231.148"],["12723.947","13213.220"],["12697.908","13219.561"],["12692.722","13234.488"],["12672.066","13217.966"],["12690.534","13196.273"],["12718.169","13382.905"],["12676.057","13369.502"],["12703.776","13326.430"],["12718.833","13311.441"],["12644.540","13387.911"],["12637.738","13257.496"],["12600.217","13221.391"],["12601.957","13253.038"],["12742.149","13203.849"],["8764.804","13958.423"],["8585.008","13864.210"],["8689.266","13978.199"],["8743.994","13912.884"],["8726.621","13971.194"],["8576.093","13865.680"],["8772.093","13883.967"],["8616.832","13915.026"],["8646.242","13988.911"],["8732.925","13932.983"],["8707.111","14006.436"],["8769.459","13938.656"],["8760.923","13948.334"],["8588.758","13855.573"],["8700.015","13816.141"],["8763.192","13947.242"],["8766.860","13936.094"],["8674.484","13905.024"],["8643.464","13971.442"],["8631.803","13975.243"],["8631.084","13823.749"],["8644.020","13986.799"],["8760.215","14109.380"],["8740.550","14139.651"],["8757.803","14148.074"],["8712.556","14156.299"],["8724.541","14094.808"],["8716.332","14111.901"],["8704.908","14237.389"],["8718.954","14147.413"],["8701.285","14210.600"],["8674.347","14125.676"],["8750.265","14041.728"],["8709.365","14077.703"],["8757.458","14198.347"],["12420.019","8130.904"],["6274.781","15598.005"],["6275.274","15594.689"],["6273.335","15594.836"],["6274.364","15595.065"],["6273.907","15594.332"],["6275.947","15595.145"],["6275.021","15597.023"],["6276.170","15597.989"],["6273.201","15598.841"],["6271.443","15595.742"],["6272.299","15595.313"],["6271.466","15596.528"],["8680.568","18217.807"],["8570.590","18172.347"],["12511.401","14145.953"],["12507.423","14148.382"],["12509.031","14146.141"],["5469.866","15710.270"],["5612.892","15600.917"],["5614.331","15547.636"],["5612.730","15597.492"],["5613.611","15598.127"],["5615.014","15598.776"],["5613.443","15600.121"],["5614.164","15601.475"],["5611.163","15601.053"],["5610.656","15597.488"],["5611.632","15597.508"],["5610.391","15598.226"],["5613.459","15597.104"],["5614.579","15597.955"],["12753.699","7642.930"],["12757.422","7641.094"],["11898.514","13321.578"],["11844.027","13318.548"],["11898.268","13326.786"],["11841.365","13314.249"],["11845.182","13313.151"],["11905.322","13322.808"],["11853.036","13312.516"],["11914.392","13310.533"],["6293.220","13996.554"],["6326.328","13918.456"],["6448.741","13888.279"],["6447.523","13938.082"],["6261.863","13949.113"],["6281.996","13840.368"],["6361.168","13930.285"],["6334.025","13904.024"],["6438.276","13906.394"],["6267.053","13941.552"],["6445.897","13890.396"],["6267.298","13937.581"],["6252.919","13929.257"],["6459.471","13899.552"],["6459.471","13899.552"],["6309.730","13879.568"],["6395.785","13861.980"],["6324.101","13886.303"],["6287.425","13882.218"],["6287.370","13826.598"],["6304.293","13986.511"],["6331.739","13915.687"],["6262.363","13945.215"],["6333.248","13901.174"],["6313.886","13878.948"],["6317.713","13904.995"],["6268.248","13965.936"],["6308.337","13836.453"],["6299.072","13991.180"],["6284.032","13825.435"],["6287.262","13833.112"],["13189.873","4187.499"],["7044.162","13167.973"],["7036.728","13144.505"],["7079.163","13168.813"],["7072.910","13173.983"],["7071.038","13170.437"],["7056.695","13140.145"],["7085.083","13139.930"],["7052.847","13135.205"],["7032.240","13140.773"],["7073.412","13176.000"],["7067.336","13166.998"],["7031.761","13168.353"],["7072.732","13166.584"],["7031.988","13138.335"],["7076.505","13176.410"],["7025.425","13167.779"],["13744.575","9045.490"],["13716.298","8973.419"],["13766.344","8985.495"],["13762.465","8989.522"],["13760.931","8990.104"],["13759.652","8993.591"],["13760.739","8995.127"],["13742.535","9042.713"],["13741.816","9043.180"],["13741.147","9043.726"],["13761.711","8982.417"],["13744.901","9042.185"],["13744.663","9046.336"],["13739.548","9043.114"],["13715.560","8969.913"],["13714.782","8970.145"],["13713.994","8970.584"],["13717.853","8970.171"],["13716.029","8974.384"],["13712.879","8969.361"],["13764.692","8982.301"],["13763.930","8982.713"],["13763.183","8983.324"],["13767.121","8981.979"],["13766.294","8986.494"],["13761.980","8993.485"],["12030.704","15326.881"],["12124.359","15299.329"],["12019.745","15487.983"],["12046.585","15331.182"],["12033.749","15336.816"],["12136.349","15321.542"],["12039.994","15329.078"],["6861.900","13261.687"],["6855.589","13192.789"],["6873.720","13198.325"],["9180.625","15132.340"],["6231.865","13167.344"],["6226.715","13165.055"],["6232.083","12985.981"],["6207.670","13163.654"],["6231.049","12984.296"],["6213.869","13172.091"],["6219.807","13165.171"],["10867.571","11437.006"],["10865.456","11487.638"],["8494.516","11806.163"],["8409.637","11896.916"],["8370.819","11861.957"],["8531.325","11832.753"],["8462.751","11909.877"],["8475.749","11810.738"],["8375.052","11827.193"],["8553.740","11877.560"],["8540.287","11892.216"],["8557.904","11803.801"],["10259.210","14993.132"],["10267.196","15053.972"],["10345.350","15014.225"],["10304.325","15012.108"],["10379.820","14927.220"],["10426.508","14955.064"],["10417.336","14976.738"],["10431.860","15019.654"],["10381.242","15031.307"],["10267.732","15004.346"],["10455.788","14945.912"],["10440.344","14968.493"],["10432.315","14992.972"],["10408.946","14989.982"],["10369.056","15038.236"],["10376.505","15037.364"],["10374.587","15064.266"],["10409.194","15068.601"],["10257.815","15022.985"],["10450.790","15019.929"],["7681.314","11095.218"],["7523.426","11086.577"],["7602.980","11122.921"],["7613.543","11113.435"],["8382.905","16313.546"],["8379.845","16315.243"],["6234.185","13794.359"],["6228.086","13790.639"],["6233.572","13801.927"],["6065.902","13718.150"],["6220.076","13790.174"],["6217.986","13790.309"],["6188.752","13773.163"],["11981.457","14405.154"],["11986.857","14421.258"],["11994.315","14408.991"],["12089.411","14422.771"],["12099.308","14405.833"],["12066.385","14448.646"],["12013.491","14358.333"],["12008.116","14355.761"],["12099.483","14355.172"],["12066.074","14399.025"],["12033.678","14448.794"],["12008.264","14358.452"],["12040.072","14444.186"],["12003.913","14338.204"],["12054.314","14276.710"],["12077.343","14255.359"],["12096.943","14283.014"],["12110.151","14301.408"],["12138.796","14260.351"],["12045.167","14248.722"],["12011.072","14297.956"],["12028.041","14272.929"],["12046.572","14250.531"],["12063.079","14366.412"],["12000.016","14345.442"],["12043.154","14335.230"],["11956.927","14412.361"],["12052.139","14396.940"],["12022.716","14353.696"],["12055.878","14449.177"],["12059.608","14444.187"],["12047.110","14447.772"],["12054.015","14442.148"],["12041.661","14347.415"],["12045.015","14388.132"],["12064.349","14401.983"],["12075.279","14389.979"],["12075.787","14252.296"],["12075.009","14252.661"],["12074.203","14253.137"],["12078.255","14252.089"],["12077.223","14256.226"],["12072.779","14252.283"],["11261.563","14236.166"],["11301.626","14083.782"],["11286.649","14091.567"],["11110.369","14232.431"],["11266.512","14097.917"],["11234.102","14157.989"],["11261.932","14148.689"],["11253.707","14079.477"],["11116.551","14228.456"],["8753.290","14376.349"],["8775.708","14373.795"],["13864.156","12785.893"],["13840.265","12902.606"],["10573.284","15049.816"],["10662.024","15053.934"],["10589.810","14932.687"],["10644.502","14947.559"],["10659.679","14923.886"],["10615.518","14975.942"],["10595.649","14989.103"],["10661.288","15007.990"],["10593.808","14921.089"],["10474.013","14950.905"],["10634.008","14943.694"],["10651.768","14932.441"],["10598.655","14987.673"],["10601.554","15003.529"],["10666.024","15012.475"],["10635.609","15022.393"],["10643.136","14955.849"],["10663.347","14922.251"],["10613.215","14984.613"],["10604.169","15001.299"],["10483.784","14874.671"],["10644.107","14956.824"],["10663.610","14920.021"],["10668.161","14904.353"],["10617.601","14984.495"],["10592.853","14998.690"],["13498.531","14494.899"],["13498.202","14509.101"],["13497.605","14494.811"],["13497.786","14584.469"],["13561.105","14494.791"],["13527.344","14537.695"],["13461.401","14612.494"],["13492.133","14494.203"],["13496.403","14506.206"],["13511.758","14504.468"],["5609.089","10912.217"],["6884.560","17468.442"],["6885.752","17467.666"],["7070.928","17576.044"],["7069.338","17576.379"],["7067.615","17579.619"],["7060.545","17477.928"],["6885.078","17463.110"],["7068.561","17581.262"],["6884.226","17464.887"],["7069.988","17579.842"],["7767.728","9046.736"],["6452.398","13054.813"],["6333.213","13134.469"],["6397.974","13057.568"],["6414.237","13036.921"],["6305.436","13025.284"],["6306.423","13057.340"],["6372.339","12998.824"],["6267.435","13070.104"],["6418.837","13162.815"],["6438.666","13099.077"],["6395.042","13150.516"],["6438.816","13064.518"],["6459.902","12997.493"],["6458.563","13000.240"],["6318.363","13012.584"],["6305.469","13054.186"],["6365.513","12993.176"],["6303.602","13069.295"],["6381.847","13061.346"],["6426.902","13014.196"],["6364.293","13101.787"],["6323.627","13006.308"],["6345.863","13016.118"],["6374.313","13009.774"],["6314.176","13008.407"],["6369.444","13145.149"],["6412.061","13038.652"],["6457.491","13143.174"],["6444.961","13010.876"],["6410.411","13088.823"],["6371.546","13078.616"],["6314.811","13023.732"],["6401.155","12975.059"],["6295.708","13074.151"],["6363.673","13176.596"],["6423.449","13119.780"],["13804.481","15141.639"],["13812.555","15280.218"],["13753.267","15292.394"],["13775.395","15285.097"],["13823.239","15125.176"],["13761.479","15287.356"],["13803.568","15146.143"],["13775.500","15125.772"],["13824.720","15289.173"],["13775.209","15287.725"],["13779.972","15279.802"],["13799.977","15119.548"],["13811.472","15133.689"],["13777.543","15285.822"],["11158.492","14871.182"],["11302.467","14817.914"],["9618.059","18504.545"],["9268.024","14551.628"],["9398.793","14473.231"],["9394.484","14471.530"],["9270.681","14548.076"],["9397.790","14472.289"],["9397.132","14473.379"],["9400.553","14472.702"],["9399.698","14469.366"],["9395.405","14470.175"],["9395.454","14468.705"],["9400.142","14471.084"],["9396.277","14471.084"],["3677.476","12540.800"],["3679.900","12537.197"],["7927.150","12207.970"],["7928.714","12173.689"],["7914.453","12208.647"],["7927.841","12202.784"],["7906.476","12186.632"],["7923.647","12290.069"],["7821.392","12134.203"],["7935.029","12183.147"],["7901.624","12199.745"],["10198.967","17039.643"],["10246.322","17054.056"],["10235.296","17111.275"],["10231.146","17112.564"],["10212.765","17125.395"],["10213.424","17102.595"],["7958.785","15135.675"],["12197.265","15721.392"],["12192.037","15728.526"],["12268.075","12976.615"],["12249.900","12973.194"],["12268.570","12983.466"],["14361.533","16302.100"],["14389.261","16251.374"],["14422.083","16274.094"],["14316.593","16313.893"],["14386.998","16241.261"],["14277.357","16319.814"],["8762.453","12248.815"],["8651.483","12309.783"],["8636.328","12248.920"],["8773.210","12334.795"],["8629.115","12332.563"],["8751.269","12326.646"],["8625.457","12303.841"],["6200.612","14244.509"],["6195.842","14248.579"],["6202.188","14357.735"],["6236.588","14386.222"],["6077.708","14279.038"],["6188.797","14252.996"],["6215.708","14270.742"],["6248.106","14292.558"],["6245.633","14331.783"],["6195.794","14339.239"],["6231.720","14387.822"],["6184.829","14271.165"],["6176.102","14360.463"],["6096.559","14379.042"],["6088.674","14417.317"],["6079.695","14253.522"],["6208.047","14250.037"],["6207.474","14267.717"],["6192.152","14356.280"],["6234.642","14387.540"],["6095.633","14439.118"],["6045.544","14402.455"],["6222.608","14244.339"],["6227.273","14261.728"],["6237.068","14292.214"],["6197.640","14329.218"],["6245.183","14389.375"],["6106.662","14440.445"],["6078.247","14274.653"],["6050.540","14345.696"],["7505.821","12326.275"],["6180.909","14137.104"],["6127.635","14163.836"],["6187.951","14134.653"],["6116.024","14117.401"],["6109.758","14140.573"],["6194.924","14054.011"],["6161.598","14149.389"],["6184.470","14127.044"],["6103.914","14149.919"],["6104.459","14168.469"],["6113.575","14136.136"],["6181.318","14057.679"],["6196.921","14035.817"],["6096.573","14071.767"],["6124.311","14155.300"],["6208.452","14113.923"],["6192.968","14121.309"],["6091.492","14146.935"],["6117.572","14135.763"],["6190.033","14033.878"],["6199.426","14034.561"],["6166.610","14075.827"],["6145.685","14101.532"],["6181.648","14106.425"],["6190.813","14133.055"],["6106.720","14167.719"],["6122.855","14143.004"],["6189.820","14048.518"],["7827.609","14323.796"],["7766.693","14280.333"],["7795.739","14279.541"],["7900.163","14259.689"],["7811.292","14321.245"],["9598.494","13821.578"],["9611.634","13818.084"],["9605.710","13834.742"],["11571.158","13761.592"],["11516.656","13803.098"],["11567.257","13766.917"],["11598.102","13665.321"],["11539.546","13678.436"],["11531.373","13731.433"],["7938.544","13994.523"],["7997.046","13967.911"],["8022.513","13965.475"],["8042.037","13959.690"],["8095.265","14018.829"],["8131.810","13994.587"],["8006.731","13932.705"],["7948.579","13925.433"],["8106.327","13934.042"],["8131.036","13882.551"],["7957.882","13916.855"],["7971.547","13899.041"],["7954.944","13831.715"],["8047.362","13816.379"],["7985.385","13945.846"],["8018.615","13975.203"],["8041.675","13968.823"],["8062.058","14007.665"],["8103.751","13971.449"],["8104.922","13982.271"],["8060.704","13902.118"],["7952.106","13885.003"],["8058.784","13835.719"],["6576.771","14536.943"],["6556.328","14538.255"],["11724.967","16978.117"],["11713.343","16976.508"],["9215.041","14792.831"],["9286.947","14666.580"],["9351.955","14685.873"],["9297.390","14668.109"],["9370.607","14684.935"],["9234.655","14831.443"],["9536.419","12954.197"],["9576.798","12958.854"],["9535.712","12894.098"],["9481.770","12870.180"],["9487.483","12830.656"],["9504.284","12958.346"],["9450.254","12927.942"],["9538.626","12963.433"],["9563.587","12945.021"],["9540.594","12948.423"],["9486.827","12773.100"],["9545.827","12888.697"],["9525.826","12795.509"],["9470.674","12912.675"],["9471.751","12962.739"],["9570.707","12788.351"],["9574.590","12955.921"],["9500.128","12759.499"],["9534.924","12760.842"],["9562.932","12916.047"],["9554.477","12852.635"],["9515.287","12922.822"],["9477.080","12950.320"],["9560.067","12954.963"],["9555.507","12768.383"],["9567.488","12964.890"],["9557.389","12860.275"],["9519.429","12881.678"],["9508.112","12770.967"],["9534.243","12763.571"],["9536.817","12902.574"],["9529.426","12948.770"],["9559.344","12942.593"],["10000.052","7517.061"],["10004.351","7477.691"],["9998.679","7514.530"],["9999.230","7513.267"],["9996.833","7514.191"],["9999.934","7517.856"],["9996.759","7515.101"],["11229.788","15227.400"],["11241.271","15085.968"],["11099.620","15099.056"],["11099.960","15098.782"],["11173.343","15130.403"],["11168.044","15161.903"],["11206.132","15252.940"],["11170.733","15211.601"],["11252.388","15287.899"],["11098.343","15295.578"],["11246.184","15087.821"],["11107.205","15092.399"],["11184.082","15133.530"],["11167.526","15158.412"],["11167.828","15221.289"],["11259.850","15287.604"],["11302.488","15235.979"],["11095.410","15279.057"],["11217.734","15293.505"],["11292.230","15275.821"],["12310.969","10179.909"],["10762.676","13924.886"],["10818.035","13932.644"],["10717.708","13979.287"],["10677.690","13975.130"],["10768.656","13892.525"],["10794.717","13933.579"],["10756.685","13998.592"],["10789.082","13887.100"],["10790.645","13898.399"],["10690.297","13952.567"],["10822.552","13857.904"],["10860.688","13848.050"],["10778.577","13881.402"],["10803.676","13908.676"],["10781.199","13885.691"],["9484.796","14046.017"],["9517.901","14103.434"],["9424.385","14096.980"],["9445.615","14057.500"],["9479.168","14103.016"],["9491.981","14101.282"],["9487.326","14090.035"],["9478.468","14169.616"],["9564.471","14173.629"],["9418.155","14160.533"],["9502.457","14054.249"],["9517.023","14090.930"],["9433.740","14184.188"],["9452.869","14099.300"],["9410.681","14051.604"],["9420.648","14190.316"],["9554.257","14233.894"],["9614.158","14052.682"],["9610.296","14069.430"],["9468.675","14184.502"],["9442.507","14134.808"],["9445.813","14159.548"],["9425.211","14148.262"],["13425.381","12769.866"],["10459.063","14598.200"],["10443.593","14656.387"],["10443.455","14660.395"],["10444.490","14654.568"],["10441.898","14652.473"],["13155.673","4343.805"],["13123.264","4323.120"],["13169.015","4363.445"],["13078.849","4487.104"],["13053.558","4368.949"],["13003.585","4415.536"],["13178.650","4349.383"],["9785.564","14727.375"],["9814.032","14781.441"],["9653.821","14845.195"],["9723.961","14854.771"],["9770.855","14819.989"],["9773.711","14832.477"],["9753.110","14759.306"],["9745.825","14740.109"],["9752.224","14724.770"],["9651.165","14703.750"],["9787.908","14749.585"],["9815.614","14744.737"],["9817.969","14783.231"],["9675.994","14833.365"],["9704.077","14854.343"],["9773.817","14816.303"],["9792.024","14824.600"],["9742.589","14746.720"],["9743.652","14739.311"],["9749.291","14724.686"],["9666.832","14837.902"],["9712.430","14856.305"],["9764.289","14818.592"],["9786.591","14827.192"],["9754.871","14762.163"],["9754.276","14727.112"],["9670.789","14836.673"],["9774.625","14819.494"],["9798.661","14818.408"],["9742.979","14741.706"],["9752.546","14718.652"],["9679.882","13888.079"],["9697.623","13958.870"],["9710.829","13874.910"],["9792.185","13876.390"],["9777.541","14021.442"],["9782.754","14003.597"],["9830.047","13980.330"],["9816.343","14020.473"],["9809.242","13895.478"],["9632.776","13907.962"],["9699.201","13906.318"],["9684.635","13902.547"],["9688.038","13878.765"],["9789.110","13872.245"],["9791.104","14014.591"],["9744.388","13993.153"],["9764.898","13834.896"],["9786.556","13996.547"],["9805.964","14024.838"],["9793.745","14017.666"],["9817.091","13903.558"],["9804.249","13894.427"],["9621.624","13902.759"],["9636.487","13909.268"],["9716.172","13924.991"],["9624.705","13904.621"],["9674.060","13890.953"],["9690.488","13877.939"],["9786.412","13822.164"],["9815.146","13987.350"],["9818.398","13992.808"],["9807.859","14022.725"],["9796.930","13895.311"],["9802.306","13903.534"],["9637.554","13902.970"],["9693.631","13921.200"],["9691.023","13998.185"],["9686.346","13891.779"],["9679.769","13861.789"],["9823.766","13901.802"],["9822.836","13989.706"],["9817.331","13899.744"],["9813.976","13896.412"],["9635.822","13905.393"],["9766.266","13929.215"],["9628.614","13902.786"],["9629.534","13905.084"],["9624.694","13901.334"],["7951.924","12856.546"],["8038.007","12833.421"],["8057.339","12843.150"],["8083.813","12943.765"],["8119.696","12925.812"],["8068.634","12864.551"],["7971.664","12801.812"],["8013.963","12772.151"],["7744.746","11030.930"],["7743.087","11030.899"],["7740.505","11033.469"],["7740.871","11035.343"],["7742.679","11034.332"],["13605.805","14329.531"],["13521.311","14350.016"],["13571.731","14302.923"],["13421.078","14320.089"],["13425.512","14364.683"],["13451.784","14401.431"],["13609.924","14334.343"],["13461.969","14368.292"],["13554.286","14278.342"],["13490.283","14246.022"],["13421.509","14397.552"],["13596.064","14396.262"],["13515.522","14335.833"],["13601.407","14335.616"],["13452.367","14351.673"],["13552.074","14310.080"],["13484.863","14245.585"],["13587.380","14384.816"],["13508.090","14355.779"],["13463.660","14343.457"],["13574.908","14333.180"],["13451.474","14249.237"],["13419.582","14377.594"],["10649.275","16992.291"],["13651.203","14484.353"],["13741.882","14594.027"],["13741.353","14598.810"],["13631.532","14458.259"],["13741.999","14601.558"],["13744.001","14594.631"],["13645.957","14651.537"],["13742.452","14595.753"],["13741.244","14592.558"],["13739.663","14593.159"],["13741.094","14595.184"],["13738.448","14594.190"],["13738.274","14598.294"],["13739.593","14597.983"],["13737.542","14595.924"],["9578.707","14468.563"],["9573.602","14582.621"],["12366.338","17507.247"],["12360.287","17489.196"],["14264.315","15853.184"],["14348.359","15908.963"],["14416.895","15863.869"],["14398.577","15900.866"],["14348.349","15919.525"],["14408.774","15883.079"],["14257.939","15858.483"],["14282.725","15829.558"],["14291.152","15730.828"],["14319.771","15907.911"],["9569.878","15956.649"],["7635.556","13488.498"],["7567.883","13526.283"],["6286.572","11470.107"],["6284.034","11467.402"],["13334.778","16592.447"],["13326.861","16569.586"],["13277.989","16641.220"],["13271.588","16608.433"],["13301.093","16587.372"],["13283.030","16623.009"],["13334.533","16593.458"],["13328.417","16586.350"],["13255.360","16594.851"],["13202.460","16582.680"],["13503.569","14225.097"],["13454.605","14201.127"],["13494.917","14100.963"],["13505.762","14108.435"],["13496.556","14118.478"],["13415.106","14219.733"],["13436.456","14154.766"],["13495.807","14205.639"],["13486.996","14135.324"],["13494.055","14120.980"],["13409.953","14222.669"],["13443.873","14228.533"],["13516.752","14102.965"],["13501.535","14166.039"],["13545.627","14114.041"],["13580.426","14193.443"],["13618.935","14089.483"],["13582.938","14195.186"],["13526.302","14118.077"],["13498.092","14111.521"],["13656.783","15303.986"],["13629.081","15298.251"],["13695.236","15311.543"],["8471.305","18610.409"],["8489.162","18565.115"],["8511.806","18528.640"],["8471.075","18606.347"],["8471.980","18607.354"],["8472.917","18607.057"],["8471.963","18609.501"],["8472.605","18610.905"],["8469.496","18610.740"],["8470.039","18606.974"],["8468.822","18607.651"],["8469.101","18606.858"],["8471.371","18605.653"],["8564.021","18584.783"],["8487.508","18568.235"],["12745.296","13714.902"],["12742.951","13707.080"],["12743.643","13723.791"],["12748.244","13711.548"],["12737.536","13713.713"],["12019.734","12144.957"],["11765.890","15026.460"],["11891.843","14959.144"],["11841.258","14935.287"],["11742.264","15047.408"],["11815.973","15039.017"],["11845.406","15040.473"],["11883.644","15024.943"],["11876.857","14992.988"],["11908.427","14905.858"],["11850.382","14906.979"],["11824.204","14931.659"],["11743.091","15048.521"],["11808.454","15035.494"],["11933.854","15045.768"],["11849.850","15040.808"],["11884.575","15039.762"],["11879.202","14991.551"],["11909.090","14897.795"],["11854.897","14909.039"],["11858.106","14919.096"],["11899.456","14894.090"],["11904.304","14895.865"],["11877.381","14875.700"],["11790.163","14889.468"],["11909.894","14902.271"],["11925.668","14930.850"],["11753.385","15025.118"],["11896.888","14965.046"],["11895.867","14895.479"],["11842.164","14910.302"],["11299.261","13684.839"],["11214.161","13714.684"],["11169.992","13719.129"],["11575.020","16228.559"],["11601.886","16269.558"],["11573.123","16225.503"],["11572.400","16225.973"],["11571.686","16226.651"],["11575.534","16224.982"],["11575.025","16229.573"],["11570.167","16225.854"],["10233.644","13841.777"],["10209.747","13859.764"],["10218.275","13808.491"],["10236.764","13914.795"],["10192.094","13844.952"],["9347.815","13555.732"],["9241.734","13588.196"],["9229.619","13534.287"],["9272.975","13457.918"],["9221.584","13483.644"],["9293.894","13596.558"],["9367.046","13560.243"],["9344.232","13566.600"],["9338.617","13577.156"],["9320.015","13602.493"],["9326.615","13565.456"],["9308.697","13599.541"],["9361.362","13570.623"],["9348.510","13564.090"],["9347.364","13565.981"],["9316.556","13580.680"],["9223.941","13396.517"],["9200.148","13500.118"],["9358.308","13557.929"],["9304.338","13601.392"],["9375.277","13560.137"],["9345.460","13557.513"],["9357.094","13565.068"],["9323.026","13598.681"],["9366.816","13553.096"],["9220.058","13404.897"],["9363.308","13552.479"],["9294.676","13589.792"],["9338.806","13562.041"],["9345.990","13563.166"],["9354.439","13565.586"],["9317.602","13578.051"],["9219.639","13416.930"],["13674.752","15868.675"],["13723.181","15920.531"],["13732.846","15909.010"],["13825.543","15803.197"],["13805.720","15763.908"],["13779.270","15765.715"],["13719.801","15920.616"],["13719.815","15921.436"],["13720.089","15922.476"],["13720.563","15918.221"],["13724.072","15921.161"],["13718.644","15923.257"],["8586.388","12452.715"],["8728.481","12365.492"],["8746.603","12383.959"],["8695.960","12348.409"],["8709.083","12375.453"],["8646.234","12504.908"],["8750.367","12338.707"],["8644.296","12503.118"],["14732.654","6060.992"],["14748.608","6186.114"],["14750.033","6186.882"],["14753.538","6186.163"],["14754.224","6184.112"],["14729.572","6058.897"],["14752.152","6184.078"],["9988.825","16205.184"],["9983.786","16211.712"],["9981.411","16200.457"],["9991.952","16206.552"],["5590.443","18485.536"],["8790.593","12907.531"],["8807.107","12923.683"],["8959.410","12888.746"],["8831.889","12962.191"],["8978.526","12806.861"],["8800.003","12929.278"],["8959.727","12774.304"],["8827.681","12923.729"],["8961.436","12773.493"],["8800.034","12937.142"],["8970.231","12809.922"],["9745.782","10633.904"],["10834.216","17159.059"],["10776.830","17068.029"],["10697.711","17050.399"],["10814.723","17150.719"],["10832.692","17156.025"],["10831.910","17156.385"],["10831.099","17157.045"],["10835.163","17155.756"],["10834.087","17160.102"],["10829.683","17156.081"],["10694.255","17130.570"],["6662.791","18441.787"],["8781.958","12215.461"],["8823.243","12228.569"],["8879.513","12234.991"],["8987.279","12271.653"],["8849.937","12179.617"],["8941.043","12178.789"],["8876.454","12227.564"],["8805.862","12179.707"],["8985.723","12222.171"],["8936.181","12180.645"],["8882.559","12218.683"],["8893.556","12226.807"],["8869.343","12211.365"],["8808.784","12234.701"],["8911.500","12255.654"],["8972.728","12163.649"],["8940.211","12186.237"],["8880.770","12227.673"],["8813.448","12141.391"],["10243.363","16433.782"],["10214.639","16510.023"],["10163.411","16375.225"],["10153.542","16425.653"],["10249.126","16436.021"],["10232.629","16518.009"],["10158.909","16378.427"],["10142.678","16412.414"],["10222.540","16551.852"],["10226.109","16512.703"],["10159.147","16356.964"],["10152.696","16368.171"],["10149.069","16417.176"],["10219.907","16559.480"],["10216.476","16522.015"],["10215.377","16492.933"],["10209.872","16467.381"],["10182.795","16534.801"],["10177.648","16550.509"],["10244.100","16445.768"],["10216.469","16504.246"],["10167.064","16376.614"],["10157.300","16414.475"],["8533.521","14045.025"],["11863.214","14457.880"],["11736.239","14479.252"],["11935.153","14612.956"],["11767.214","14465.787"],["11925.948","14615.316"],["7065.808","12915.385"],["7057.357","12866.730"],["7055.351","12864.348"],["7069.166","12958.412"],["7059.382","12854.245"],["7056.538","12855.620"],["7090.628","12945.195"],["7065.825","12959.035"],["6925.542","12772.598"],["7053.210","12859.039"],["7055.169","12860.820"],["7054.516","12860.755"],["7053.500","12860.993"],["7052.939","12859.382"],["7054.687","12865.281"],["7057.211","12861.678"],["9333.825","13381.512"],["9365.644","13380.178"],["9337.268","13308.319"],["9328.615","13389.397"],["9342.728","13379.561"],["9371.576","13381.424"],["9390.635","13380.111"],["9348.470","13279.707"],["9263.167","13295.156"],["9331.760","13385.890"],["9335.374","13377.696"],["9375.405","13381.685"],["9321.125","13295.624"],["9334.575","13373.721"],["9255.890","13261.473"],["9407.673","13228.507"],["9382.652","13381.994"],["8671.312","12222.842"],["8581.953","12153.874"],["8604.470","12236.484"],["8737.753","12212.815"],["8688.230","12231.510"],["8777.616","12196.733"],["8757.470","12235.043"],["8700.735","12200.699"],["8720.138","12137.044"],["8635.424","12232.107"],["8697.605","12216.250"],["8609.058","12248.127"],["8633.861","12142.248"],["8741.766","12165.846"],["8773.997","12178.797"],["8707.209","12228.018"],["8583.351","12245.286"],["8609.272","12228.325"],["8739.809","12183.467"],["8721.470","12204.690"],["8763.605","12238.032"],["8705.680","12235.000"],["8763.889","12219.145"],["14089.197","15408.262"],["14069.969","15414.448"],["14122.916","15395.903"],["14119.071","15402.973"],["14051.489","15319.808"],["6566.996","13830.383"],["6616.683","13848.568"],["6623.454","13857.902"],["6561.231","13912.287"],["6481.257","13946.334"],["6621.355","13842.343"],["6627.104","13818.571"],["6624.299","13845.081"],["6626.059","13853.577"],["6622.054","13853.932"],["6541.070","13825.362"],["6540.457","13828.002"],["6658.820","13895.794"],["6529.188","13888.352"],["6490.858","13939.034"],["6477.411","13912.320"],["6498.618","13952.067"],["6601.499","13835.335"],["6616.294","13836.594"],["6639.404","13975.377"],["6628.116","13854.397"],["6542.588","13824.168"],["6476.126","13901.160"],["6590.327","13828.653"],["6605.279","13825.379"],["6616.129","13830.689"],["6610.022","13851.692"],["6629.990","13851.550"],["6540.389","13821.858"],["6496.005","13842.874"],["15943.259","9879.420"],["15947.525","9878.295"],["9990.324","12532.928"],["10005.151","12407.852"],["10009.230","12367.984"],["10019.040","12443.292"],["9920.020","12386.894"],["9922.760","12336.714"],["9852.896","12458.207"],["10008.142","12339.334"],["10022.358","12465.006"],["9935.718","12480.123"],["9922.042","12385.474"],["9830.458","12507.049"],["9837.013","12362.918"],["9909.108","12373.216"],["9839.213","12491.868"],["9940.266","12409.421"],["9996.269","12374.590"],["9933.807","12410.877"],["9912.665","12369.706"],["9871.136","12522.190"],["10024.299","12382.727"],["9922.814","12354.649"],["9950.721","12442.487"],["10004.394","12394.376"],["9838.067","12342.016"],["9841.499","12363.214"],["9927.492","12353.420"],["9941.883","12380.110"],["9860.075","12467.283"],["8741.400","13084.369"],["8681.088","13114.031"],["8619.927","13138.940"],["8571.442","13137.242"],["8656.379","12992.661"],["8709.534","13162.982"],["8643.257","13171.740"],["8700.545","13133.139"],["8669.902","13015.839"],["8596.291","12996.130"],["8598.350","13127.680"],["8709.106","13143.759"],["8618.989","13028.183"],["8746.927","13100.356"],["8644.754","13042.544"],["8573.480","13077.966"],["8743.829","13128.333"],["8596.188","13163.949"],["8717.529","13055.532"],["8709.279","13101.859"],["8731.367","13099.827"],["8725.346","13020.001"],["8577.901","13062.743"],["8766.888","12994.455"],["8688.320","13040.961"],["7994.170","16618.418"],["8228.801","13242.402"],["8244.341","13293.726"],["8238.389","13338.280"],["8229.274","13219.013"],["8207.098","13199.631"],["8236.136","13260.007"],["8260.756","13311.348"],["8222.748","13344.027"],["8208.254","13235.132"],["8342.578","13274.901"],["8223.106","13273.004"],["8228.752","13262.732"],["8257.943","13311.116"],["8238.175","13355.026"],["8219.340","13219.971"],["8323.104","13255.924"],["8180.794","13275.330"],["8237.567","13257.662"],["8259.884","13298.185"],["8230.577","13353.688"],["8226.856","13219.872"],["8315.686","13259.062"],["8353.227","13278.755"],["8298.173","13183.476"],["8169.248","13314.238"],["11393.215","14222.614"],["11393.346","14199.658"],["11459.198","14214.173"],["11458.499","14224.395"],["11505.252","14179.724"],["11452.401","14226.399"],["11388.380","14217.914"],["11457.856","14226.959"],["11466.394","14216.102"],["11497.043","14106.879"],["11499.084","14171.423"],["11494.140","14228.952"],["11477.730","14176.564"],["11456.141","14212.722"],["11437.703","14163.761"],["11413.765","14193.332"],["11507.088","14191.951"],["6248.670","9090.512"],["10111.185","15039.197"],["10078.363","15022.594"],["10116.865","15055.316"],["10136.598","14901.250"],["10128.326","14923.321"],["10045.275","14890.302"],["10126.778","14931.719"],["10158.173","14891.912"],["10135.810","14916.262"],["10137.931","14908.465"],["10150.928","14882.491"],["4319.897","12081.375"],["9192.534","12787.738"],["9002.457","12875.378"],["9134.793","12840.654"],["9098.574","12897.414"],["9082.200","12968.132"],["9164.895","12771.406"],["9173.589","12767.829"],["9079.335","12837.387"],["9110.995","12950.722"],["9137.372","12824.262"],["9001.392","12852.095"],["9137.574","12842.335"],["9068.607","12907.731"],["9079.345","12962.695"],["9115.938","12791.906"],["9098.406","12856.051"],["9133.952","12831.751"],["8080.857","13105.366"],["8103.050","13067.329"],["8008.569","13079.709"],["8111.829","13099.796"],["8030.193","13123.175"],["8040.105","13076.890"],["8136.393","13113.940"],["7973.503","13145.940"],["8106.598","13098.938"],["8090.396","13127.098"],["8014.308","13055.414"],["13639.301","13973.365"],["13697.473","13956.691"],["13623.847","13888.005"],["13667.525","13874.651"],["13626.176","13968.067"],["13635.483","13986.636"],["11668.194","14081.222"],["11526.765","14174.851"],["11595.527","14113.094"],["11544.533","14152.203"],["11635.227","14212.290"],["11626.187","14204.019"],["11642.493","14070.350"],["11599.933","14102.349"],["11602.188","14107.719"],["11540.302","14145.100"],["11629.536","14211.326"],["11620.979","14206.894"],["11560.000","14152.821"],["11627.951","14223.824"],["11620.070","14201.858"],["11666.175","14078.475"],["11665.507","14079.028"],["11664.925","14079.844"],["11668.435","14077.643"],["11668.325","14082.268"],["11663.371","14079.223"],["11524.639","14172.058"],["11523.974","14172.614"],["11523.384","14173.412"],["11526.923","14171.236"],["11526.908","14175.887"],["11521.799","14172.789"],["11594.634","14109.594"],["11595.280","14109.098"],["11595.646","14110.135"],["11597.175","14110.297"],["11595.928","14111.929"],["11596.899","14113.290"],["11593.821","14113.829"],["11592.517","14110.938"],["11593.568","14110.021"],["11592.622","14110.106"],["11596.509","14109.648"],["11559.639","14155.226"],["11633.390","14216.372"],["11628.264","14214.308"],["12585.867","4511.216"],["12762.436","4511.897"],["12198.218","14929.382"],["12265.326","14877.412"],["12172.372","14892.922"],["12175.916","14900.227"],["12150.457","14935.593"],["12162.623","14956.353"],["6979.351","14541.077"],["7015.878","14504.770"],["6960.044","14594.339"],["7008.722","14571.760"],["6956.197","14611.879"],["7050.982","14506.031"],["6889.684","14639.311"],["9923.132","15090.920"],["9880.588","15142.823"],["9844.191","15285.892"],["9877.783","15144.014"],["9882.660","15144.538"],["8762.268","18387.702"],["8648.087","18298.728"],["10431.631","12513.839"],["10394.020","12495.375"],["10356.715","12396.739"],["10317.330","12389.385"],["10404.375","12474.945"],["10448.205","12474.771"],["10314.722","12501.237"],["10412.585","12504.393"],["10359.807","12400.653"],["10293.260","12427.956"],["10359.032","12528.687"],["10260.138","12496.337"],["10343.065","12422.554"],["10348.311","12425.294"],["10326.751","12424.380"],["10290.282","12534.500"],["10308.457","12510.008"],["10444.979","12474.889"],["10445.314","12475.584"],["10445.720","12476.458"],["10444.983","12473.093"],["10449.043","12475.253"],["10444.777","12477.114"],["10315.491","12518.421"],["6897.112","16564.272"],["6898.189","16562.837"],["6896.424","16561.967"],["15694.143","5120.586"],["15697.646","5118.995"],["7531.108","18382.140"],["12805.402","9105.963"],["12808.616","9104.934"],["12965.548","9149.056"],["12885.457","9074.310"],["6300.824","12797.169"],["6363.157","12924.880"],["14669.082","8583.436"],["9439.897","13288.842"],["9522.167","13235.707"],["9599.845","13290.054"],["9613.149","13184.853"],["9450.289","13235.133"],["9521.297","13373.111"],["9482.947","13327.463"],["9571.246","13318.810"],["9580.481","13365.356"],["9415.929","13363.765"],["9563.247","13321.130"],["9414.904","13357.855"],["9543.947","13279.875"],["9571.718","13280.311"],["9588.405","13346.709"],["11838.976","14865.879"],["11825.513","14869.615"],["11798.609","14870.215"],["11602.436","4096.422"],["14112.612","16164.539"],["14311.712","15687.223"],["1613.705","13534.581"],["1608.617","13392.807"],["11987.900","12484.356"],["11987.148","12487.172"],["11988.133","12490.984"],["11995.661","12488.468"],["11993.783","12491.388"],["11991.197","12483.474"],["11995.076","12490.335"],["11989.044","12492.151"],["11990.286","12492.534"],["11992.987","12484.128"],["11994.490","12485.314"],["11987.464","12485.780"],["2471.344","11376.553"],["10624.919","8060.923"],["10553.653","8091.439"],["13161.427","15778.797"],["13106.376","15807.588"],["13196.202","15833.492"],["13158.312","15851.468"],["13121.051","15863.930"],["13077.328","15876.425"],["13159.585","15792.251"],["13105.238","15895.436"],["13194.796","15790.480"],["13161.581","15790.995"],["13104.387","15808.626"],["13165.658","15859.181"],["13086.588","15887.643"],["13103.631","15815.262"],["13196.531","15844.686"],["13109.308","15878.755"],["13081.268","15903.148"],["13178.010","15921.083"],["10267.173","14205.310"],["10258.716","14218.018"],["10305.111","14204.542"],["10311.448","14202.738"],["10287.181","14064.717"],["10278.910","14079.476"],["10330.477","14042.959"],["10321.378","14045.418"],["10392.357","14091.564"],["10383.548","14095.564"],["10118.490","16379.762"],["10115.970","16394.091"],["10082.666","16356.252"],["10135.522","16352.712"],["10113.012","16396.388"],["10079.010","16360.982"],["10107.826","16364.323"],["10118.609","16394.389"],["10131.511","16370.587"],["10094.564","16394.428"],["10079.091","16354.936"],["6810.979","14519.025"],["6807.246","14493.641"],["6727.195","14611.490"],["6688.324","14557.107"],["6814.910","14490.718"],["6786.703","14511.214"],["6741.340","14623.712"],["6798.167","14524.475"],["6728.988","14649.558"],["6822.586","14462.009"],["6813.347","14660.161"],["6700.520","14523.358"],["6684.599","14581.166"],["6684.297","14558.432"],["9861.373","14476.254"],["9884.907","14499.337"],["9856.113","14604.316"],["9877.124","14634.472"],["10025.628","14465.875"],["9922.659","14550.894"],["9923.542","14544.065"],["9962.804","14518.525"],["9942.939","14521.423"],["9962.263","14526.104"],["9991.218","14534.788"],["9992.269","14536.717"],["9917.638","14494.607"],["9934.244","14489.314"],["9931.328","14598.864"],["9938.236","14624.455"],["9944.734","14627.561"],["9945.659","14640.368"],["10024.198","14543.739"],["9946.356","14538.655"],["9915.714","14457.494"],["9853.633","14610.471"],["9856.096","14647.542"],["10021.106","14468.998"],["9920.661","14587.383"],["9921.917","14603.739"],["9934.206","14621.920"],["9923.450","14609.037"],["9931.239","14633.362"],["9949.689","14633.244"],["9948.211","14659.854"],["9918.807","14586.225"],["9929.748","14598.350"],["9934.069","14630.501"],["9944.568","14631.453"],["9941.528","14647.690"],["12783.481","14878.345"],["8189.041","13814.962"],["8209.847","13809.710"],["8205.933","13812.320"],["9119.512","11647.341"],["9198.312","11663.933"],["9052.333","11678.416"],["12916.955","12645.013"],["12988.015","12665.826"],["12915.584","12641.916"],["12912.622","12641.963"],["12916.812","12646.056"],["12918.031","12641.662"],["12913.997","12642.936"],["12914.795","12642.283"],["10351.886","13065.992"],["10457.068","13041.641"],["10451.227","13081.369"],["10450.140","13100.894"],["10433.407","13100.960"],["10421.292","13138.399"],["10258.928","12989.720"],["10459.603","13140.337"],["10455.177","13035.426"],["10453.302","13026.459"],["10402.118","13132.370"],["10455.802","13082.235"],["10446.445","13092.100"],["10402.858","13177.812"],["10287.906","12976.625"],["10455.336","13025.537"],["10408.440","13094.193"],["10430.897","13046.499"],["10407.231","13068.552"],["10445.889","13069.186"],["10447.202","13106.576"],["10323.067","13143.935"],["10346.568","13173.629"],["10404.832","13127.575"],["10432.801","13147.144"],["10300.722","12986.787"],["10358.276","13083.116"],["10325.529","13078.029"],["10352.124","13089.375"],["10446.623","13181.611"],["10407.312","13142.696"],["10420.217","13155.793"],["10379.894","13034.477"],["10324.277","13101.328"],["10347.921","13150.016"],["10417.496","13101.944"],["10278.079","13013.828"],["9354.710","14212.051"],["9327.217","14224.757"],["9243.794","14205.065"],["9214.754","14186.368"],["9296.605","14222.091"],["9334.481","14096.212"],["9357.175","14216.288"],["9306.721","14231.106"],["9297.994","14204.400"],["9222.119","14194.167"],["9308.566","14233.715"],["9277.318","14082.876"],["9388.148","14087.161"],["9211.773","14231.799"],["9260.311","14093.595"],["9273.650","14062.364"],["9392.639","14059.069"],["9348.658","14080.836"],["7841.912","9860.890"],["5723.322","7547.155"],["5719.834","7547.878"],["10457.127","14846.610"],["10251.656","14795.824"],["10294.661","14854.371"],["10265.366","14858.685"],["10313.137","14847.426"],["10253.674","14785.056"],["9579.976","10428.210"],["9560.169","10429.411"],["17483.130","4325.880"],["17487.116","4397.545"],["17484.914","4394.709"],["17484.242","4395.243"],["17483.593","4395.995"],["17487.267","4393.940"],["17487.214","4398.563"],["17482.006","4395.344"],["11805.201","4296.451"],["4531.009","10655.042"],["5257.664","14843.979"],["10705.362","15626.568"],["6433.051","12703.956"],["6403.190","12702.485"],["6395.169","12719.043"],["6434.791","12705.124"],["6370.333","12735.228"],["6415.704","12726.824"],["6429.313","12704.427"],["6402.514","12726.475"],["6411.389","12719.399"],["6403.135","14171.510"],["6451.930","14185.285"],["6368.709","14207.964"],["6398.513","14171.912"],["6380.635","14231.892"],["12771.920","12814.731"],["12737.875","12788.391"],["12733.323","12762.798"],["12691.680","12769.948"],["12693.803","12791.708"],["12753.080","12786.861"],["12766.713","12829.940"],["12758.238","12854.456"],["12763.898","12807.605"],["12765.028","12771.750"],["12747.577","12821.345"],["12704.026","12762.173"],["12711.255","12815.594"],["12728.066","12761.616"],["12768.052","12817.034"],["12771.841","12867.177"],["12705.366","12759.878"],["13457.669","13603.778"],["13471.021","13593.995"],["13477.540","13561.506"],["11792.407","17272.310"],["11839.403","17304.057"],["11735.775","17246.957"],["11856.252","17227.707"],["11828.009","17221.519"],["11805.318","17217.394"],["11783.872","17304.321"],["11751.006","17289.656"],["11736.297","17224.467"],["11744.772","17240.646"],["11880.404","17201.300"],["11824.208","17225.415"],["11739.968","17284.927"],["11778.036","17302.305"],["11760.326","17288.027"],["11728.503","17229.735"],["11745.174","17223.302"],["11865.723","17211.562"],["11818.745","17209.245"],["11800.999","17215.305"],["11802.694","17293.659"],["11757.247","17276.385"],["11727.402","17209.920"],["11742.664","17244.458"],["11875.604","17209.310"],["11819.475","17229.656"],["11803.591","17212.314"],["11784.294","17282.743"],["11751.476","17284.978"],["11727.938","17208.675"]] \ No newline at end of file diff --git a/src/gathering/10009.json b/src/gathering/10009.json new file mode 100644 index 0000000..b598881 --- /dev/null +++ b/src/gathering/10009.json @@ -0,0 +1 @@ +[["7556.030","12339.607"],["7711.674","12379.488"],["7545.242","12423.352"],["7599.073","12412.943"],["7723.922","12374.295"],["7648.344","12379.337"],["10486.489","15123.496"],["17547.516","4200.286"],["17442.135","4181.281"],["17437.042","4176.962"],["17542.786","4205.628"],["10090.133","13479.311"],["9745.658","12122.305"],["9795.665","12038.409"],["9722.626","12121.664"],["9730.875","12078.257"],["10961.213","15342.399"],["7473.999","12575.118"],["7483.657","12559.707"],["7372.551","13633.743"],["7325.421","13709.708"],["7372.907","13701.717"],["7387.650","13735.682"],["7466.327","13609.026"],["7366.314","13641.397"],["7383.899","13692.869"],["7373.522","13752.082"],["11680.109","16078.262"],["11678.313","16076.859"],["13578.486","12554.849"],["13477.807","12627.400"],["13594.745","12642.924"],["13562.969","12548.428"],["6712.278","12985.395"],["6689.792","12977.840"],["6673.501","13043.321"],["13729.057","14731.398"],["13769.419","14763.982"],["13785.737","14861.186"],["13710.110","14757.541"],["10940.712","14150.691"],["10628.863","13792.174"],["10664.568","13725.693"],["10666.219","13725.041"],["7957.852","13659.608"],["7966.630","13650.367"],["8036.973","13638.639"],["12139.525","12822.627"],["13383.908","14238.480"],["13308.136","14228.765"],["13381.294","14231.179"],["13364.228","14375.266"],["13346.667","14418.061"],["13343.653","14383.573"],["13330.306","14277.951"],["13316.684","14391.950"],["13385.409","14354.770"],["14101.442","12828.985"],["14094.758","12960.170"],["13856.640","12541.682"],["9784.437","13181.399"],["9763.957","13060.092"],["9798.054","13071.237"],["9771.357","13035.867"],["9829.067","13065.239"],["9774.301","13048.784"],["9815.239","13094.077"],["13348.616","12803.791"],["13382.497","12773.548"],["10046.415","13778.712"],["12597.142","12202.585"],["12573.882","12185.765"],["12607.186","12178.162"],["7164.324","13703.602"],["7258.856","13635.253"],["7251.815","13656.079"],["7244.539","13709.004"],["7200.540","13720.688"],["12774.457","14700.659"],["12775.508","14674.859"],["8201.637","13690.335"],["8273.001","13642.534"],["8207.877","13731.712"],["8272.997","13732.340"],["8316.911","13719.583"],["10484.723","16850.304"],["10484.482","16798.525"],["10505.343","16870.838"],["12173.849","12479.247"],["9680.007","12134.950"],["13363.115","14521.677"],["13402.687","14507.788"],["13257.352","14642.125"],["10511.688","16673.434"],["12108.237","12696.034"],["12142.084","12750.109"],["11949.980","12551.719"],["12044.877","12547.788"],["7354.911","13356.844"],["7339.804","13219.684"],["7316.371","13200.797"],["9706.520","13749.741"],["9713.844","13796.055"],["9775.350","13799.138"],["9655.512","13682.438"],["9694.646","13722.508"],["9700.947","13733.311"],["13375.095","12665.193"],["13241.660","12590.879"],["7839.743","13986.500"],["7832.533","13961.239"],["7755.644","14012.272"],["7747.225","13928.013"],["7785.212","13958.479"],["7826.110","13967.250"],["7916.246","13914.082"],["7849.814","13877.314"],["7769.852","13820.542"],["7913.300","13885.753"],["7930.586","13857.999"],["7917.560","13840.333"],["7900.151","13819.553"],["7861.869","14004.643"],["7807.072","14008.390"],["7734.673","14009.745"],["7749.407","13948.887"],["7817.212","13939.735"],["7844.272","13855.712"],["7773.339","13828.965"],["8304.666","12975.524"],["8272.997","12980.660"],["8308.847","13014.046"],["8252.067","13038.144"],["8224.979","12997.851"],["8211.525","12991.932"],["8310.669","12982.895"],["9750.901","12912.057"],["9786.481","12760.923"],["9631.837","12829.193"],["9786.010","12950.412"],["9763.503","12850.236"],["9631.681","12872.454"],["9812.499","12872.841"],["9786.684","12785.681"],["9738.138","12877.176"],["9641.858","12846.076"],["9419.691","12514.056"],["11390.604","13189.991"],["11386.806","13185.782"],["11396.706","13185.939"],["8097.260","13030.688"],["7185.942","12683.713"],["7103.188","12644.552"],["7127.953","12656.380"],["7149.802","12708.237"],["10675.660","13728.749"],["12849.876","12550.061"],["12807.002","12660.739"],["12841.093","12686.139"],["12782.278","12596.985"],["12810.981","12623.256"],["8226.119","13867.575"],["6373.268","13525.941"],["6417.933","13394.776"],["14074.416","13458.615"],["14126.650","13498.235"],["14099.671","13603.409"],["8360.720","13494.182"],["8384.163","13478.996"],["9057.306","13575.611"],["8844.707","13417.521"],["8825.021","13439.679"],["8592.181","11731.847"],["8759.170","11881.234"],["8610.030","11832.006"],["8626.208","11893.874"],["13624.095","12631.712"],["11720.406","13123.936"],["11723.977","13122.501"],["10219.502","13915.176"],["10047.530","13828.453"],["10134.564","13949.497"],["10173.680","13896.236"],["10090.768","13827.990"],["10165.694","14008.488"],["10131.938","14020.805"],["10106.706","13971.586"],["10081.798","13882.517"],["10164.680","14023.725"],["10143.620","13938.389"],["10043.739","13864.522"],["10113.448","13990.432"],["12955.357","12778.727"],["12962.452","12871.361"],["12981.802","12909.924"],["12949.903","12903.070"],["6232.187","13620.421"],["12110.636","13135.971"],["12109.553","13173.658"],["12070.283","13146.413"],["11996.207","13128.711"],["11980.250","13104.436"],["11977.948","13102.089"],["11983.158","13097.108"],["12072.358","13122.146"],["12077.371","13102.821"],["12070.049","13125.408"],["6571.995","12715.857"],["6612.263","12746.169"],["6630.456","12750.890"],["7766.865","13748.005"],["7779.948","13708.063"],["7847.740","13796.155"],["7844.270","13792.781"],["7840.424","13764.092"],["7928.172","13714.473"],["7930.706","13779.867"],["7767.030","13752.448"],["13310.644","13510.584"],["13402.067","13546.374"],["13260.427","14704.569"],["13258.980","14707.146"],["12276.711","12619.172"],["12256.793","12735.874"],["12226.049","12642.930"],["12266.325","12746.516"],["12296.651","12613.542"],["12338.191","12571.380"],["12285.045","12757.259"],["12216.870","12654.714"],["9147.559","13339.387"],["9111.479","13346.833"],["9154.096","13364.388"],["9096.798","13298.391"],["9065.189","13364.522"],["9165.915","13386.143"],["9181.834","13187.311"],["14157.042","12543.754"],["14203.960","12546.978"],["14107.940","12424.225"],["10397.994","16326.304"],["9203.761","11986.086"],["9229.800","11987.508"],["9229.840","11940.880"],["9350.972","13056.768"],["9349.686","13130.754"],["9278.994","13038.311"],["9319.625","13000.549"],["9244.513","12997.370"],["9307.853","13015.362"],["9360.708","13036.580"],["6362.088","13640.193"],["6306.091","13660.571"],["6350.706","13651.967"],["6283.826","13652.867"],["6344.276","13661.348"],["14229.379","13199.389"],["14056.710","13388.710"],["11602.998","13388.862"],["8116.998","12377.940"],["8127.977","12467.022"],["8132.514","12453.997"],["8095.943","12450.271"],["8119.943","12524.353"],["8065.864","12360.281"],["10851.242","15208.423"],["10829.466","15216.464"],["17144.134","4252.831"],["17187.824","4228.815"],["9984.551","12906.762"],["10000.791","12875.442"],["9923.532","12919.221"],["9929.268","12824.249"],["9981.907","12816.857"],["9878.483","12942.758"],["9995.019","12899.746"],["10000.594","12876.505"],["9985.300","12832.708"],["10024.189","12807.259"],["9936.178","12921.291"],["9896.628","12800.224"],["9992.731","12763.422"],["9886.462","12956.474"],["6208.589","13554.826"],["6202.018","13583.885"],["14019.168","14272.705"],["11739.178","13647.500"],["13782.921","12970.146"],["8224.057","12855.178"],["8307.167","12966.026"],["8251.004","12792.863"],["8317.563","12930.232"],["8273.617","12858.754"],["8269.313","12953.610"],["8313.767","12969.359"],["8242.732","12797.854"],["8351.127","12968.532"],["9063.590","11831.961"],["9057.414","11897.857"],["9097.163","11795.511"],["9086.806","11883.840"],["9021.957","11884.102"],["9063.148","11804.506"],["9062.170","11905.852"],["9043.330","11849.172"],["9175.048","11891.056"],["9154.522","11903.844"],["8991.353","11764.865"],["9158.423","11901.753"],["8567.152","17178.689"],["13988.345","13575.587"],["9159.075","13117.908"],["9144.385","13124.234"],["13676.452","14383.491"],["17192.923","4384.530"],["17159.860","4383.048"],["17187.952","4417.778"],["9724.137","12741.570"],["9781.004","12757.373"],["7211.069","17580.549"],["7209.122","17565.032"],["7193.542","17558.564"],["7190.628","17593.195"],["7199.635","17591.443"],["7233.099","17598.022"],["7239.229","17581.651"],["7223.728","17491.332"],["7213.594","17579.915"],["9962.370","13930.897"],["10035.898","13902.842"],["9945.740","13975.880"],["9895.063","14004.552"],["9997.764","13847.556"],["9941.792","13954.672"],["9851.480","14006.114"],["9887.532","13882.451"],["9929.034","13941.236"],["9931.507","13866.488"],["9900.382","13946.222"],["6605.195","13172.496"],["6655.267","13093.231"],["6520.679","13048.508"],["6509.022","13033.399"],["6474.607","13047.277"],["6563.596","13152.699"],["6647.197","13069.556"],["6583.220","13110.965"],["6643.539","13010.207"],["6569.229","13080.052"],["6476.245","13059.353"],["6613.921","12999.834"],["13335.995","13382.815"],["13361.913","13206.531"],["13364.754","13377.772"],["13253.327","13195.200"],["13028.519","14711.803"],["12474.340","12862.147"],["12434.165","12764.807"],["13483.924","13856.996"],["13557.333","12762.678"],["12052.421","13209.012"],["12073.915","13219.293"],["11971.507","13235.120"],["11976.307","13230.169"],["12049.138","13219.786"],["11975.095","13243.159"],["12071.893","13216.700"],["11969.397","13231.422"],["11979.868","13228.057"],["12051.042","13280.321"],["11939.583","13223.927"],["11947.663","13221.120"],["11969.102","13210.747"],["12045.021","13142.164"],["12047.288","13209.422"],["12050.697","13210.015"],["12041.067","13281.639"],["12042.297","13280.982"],["11942.816","13222.930"],["11948.458","13216.728"],["11949.688","13219.512"],["11945.824","13221.960"],["12046.223","13144.142"],["12048.303","13147.267"],["10402.229","16845.832"],["13058.601","13696.664"],["13042.548","13755.783"],["13041.726","13748.505"],["13038.189","13763.562"],["9043.064","12486.232"],["9002.570","12419.386"],["9010.815","12462.807"],["9022.522","12414.992"],["9069.877","12533.757"],["9051.187","12399.934"],["9092.536","12531.299"],["8998.989","12440.534"],["9039.968","12529.696"],["9011.153","12430.351"],["13257.227","14154.195"],["8133.255","12550.766"],["13230.730","13945.568"],["13383.742","13872.601"],["13250.346","14026.165"],["13367.015","13906.391"],["13291.207","13965.469"],["13361.564","13913.457"],["6010.544","13630.624"],["5916.027","13710.076"],["12570.636","13082.370"],["13408.829","16223.564"],["13370.387","16221.199"],["13389.190","16249.662"],["7678.489","12641.958"],["7690.989","12620.473"],["7714.777","12654.864"],["7622.158","12602.338"],["7660.635","12633.000"],["7665.756","12615.838"],["13354.661","16090.982"],["13398.351","16066.966"],["7737.621","12261.324"],["7812.443","12318.955"],["7856.465","12333.321"],["7816.258","12306.026"],["7814.992","12285.855"],["7761.051","12203.056"],["7899.848","12320.337"],["13481.624","16186.488"],["13542.215","16194.136"],["11012.191","15070.127"],["8494.935","17076.069"],["8948.378","12549.383"],["8960.307","12747.875"],["8931.084","12559.818"],["8952.618","12709.483"],["8921.747","12569.969"],["8924.544","12551.228"],["8967.918","12708.408"],["8961.484","12725.887"],["13082.699","12717.224"],["13106.120","12730.816"],["13104.574","12738.033"],["12903.436","13097.010"],["12872.585","13139.187"],["8883.384","12339.399"],["8886.698","12421.940"],["8857.523","12475.530"],["8839.837","12389.450"],["8863.334","12382.610"],["8819.238","12538.500"],["8814.423","12341.070"],["8789.644","12372.997"],["8835.712","12345.774"],["8780.738","12435.144"],["8850.456","12502.427"],["8974.785","12453.760"],["8825.276","12398.306"],["8898.526","12406.588"],["8829.051","12447.889"],["8835.143","12517.013"],["8936.827","12352.804"],["8922.092","12426.198"],["8853.751","12498.721"],["7230.915","13422.002"],["7272.894","13397.977"],["7248.144","13463.433"],["7243.360","13441.261"],["7233.795","13497.333"],["7277.568","13530.825"],["7273.498","13457.848"],["7229.574","13446.371"],["7225.571","13478.459"],["7297.891","13483.221"],["7259.851","13400.462"],["7208.615","13393.277"],["12862.830","12896.530"],["8311.331","12444.052"],["8318.455","12375.984"],["8300.151","12455.223"],["8308.117","12339.196"],["8284.327","12361.624"],["8327.105","12494.578"],["8146.840","12344.786"],["8275.545","12378.985"],["8275.416","12448.098"],["8302.491","12402.581"],["8163.110","12494.199"],["8302.290","12427.610"],["8327.640","12405.982"],["13542.644","13725.072"],["13420.843","13649.839"],["7808.270","12365.337"],["7896.940","12482.040"],["7924.716","12359.631"],["7837.338","12454.913"],["7770.691","12363.428"],["7736.152","12368.720"],["7874.945","12341.754"],["7855.094","12434.042"],["7834.033","12457.484"],["7821.464","12367.213"],["7756.995","12374.985"],["7886.664","12426.347"],["6519.397","12915.984"],["6574.263","12843.661"],["6557.211","12871.658"],["6642.756","12907.466"],["6645.427","12812.989"],["6606.543","12826.340"],["6601.051","12917.585"],["6537.984","12852.583"],["11323.312","12998.619"],["11313.465","13005.323"],["11435.493","12992.176"],["11401.094","13037.584"],["11342.367","13021.457"],["11320.803","13000.455"],["8403.189","12135.499"],["8374.940","12126.622"],["13257.531","13689.590"],["13206.791","13720.919"],["13244.242","13791.357"],["8253.716","13583.936"],["8269.891","13587.772"],["8191.120","13589.418"],["9116.516","12750.364"],["9170.080","12713.907"],["9009.308","12703.104"],["9171.052","12711.126"],["9047.900","12722.135"],["9110.764","12707.097"],["9098.257","12708.259"],["11087.137","12938.851"],["9043.072","12974.644"],["9063.798","13011.645"],["9091.858","13033.348"],["9196.299","13084.142"],["9192.355","12995.671"],["13151.996","14182.816"],["13057.301","14172.289"],["13069.463","14146.383"],["13079.644","14160.570"],["13353.128","13069.371"],["12205.649","13647.936"],["12254.699","13662.956"],["12306.624","13642.584"],["12223.485","13610.383"],["12341.940","13667.537"],["12210.421","13647.809"],["12318.696","13700.941"],["12218.155","13611.976"],["12321.901","13700.481"],["7837.405","13660.113"],["7785.801","13684.831"],["7785.317","13646.053"],["7851.005","13650.062"],["7754.476","13614.076"],["10990.520","14261.590"],["11004.464","14351.070"],["10940.045","14355.714"],["10893.922","14247.353"],["10959.095","14363.400"],["9852.557","13360.847"],["9931.896","13381.856"],["7316.007","12959.018"],["7347.549","12956.344"],["7374.141","12965.866"],["7325.500","13459.041"],["7316.330","13578.898"],["7419.260","13488.433"],["7450.035","13518.374"],["7426.208","13577.639"],["7483.984","13450.325"],["7383.908","13407.848"],["7460.339","13443.076"],["7513.210","13430.033"],["7323.361","13532.210"],["7312.420","13526.259"],["7304.836","13585.602"],["7436.942","13455.080"],["7487.031","13481.491"],["6228.722","13292.027"],["6197.382","13286.580"],["6137.440","13388.989"],["6214.121","13273.905"],["6165.057","13372.457"],["6125.267","13346.641"],["6216.042","13256.074"],["6143.906","13356.289"],["6162.087","13277.786"],["6137.098","13288.366"],["6135.198","13332.581"],["6149.395","13200.169"],["6932.832","13015.207"],["6935.704","13109.559"],["6932.155","13078.414"],["6983.101","13070.864"],["6936.368","12992.416"],["7252.136","12991.661"],["7258.392","13062.641"],["7243.616","13103.296"],["7227.364","13155.922"],["7218.240","13056.606"],["7217.524","13002.155"],["7235.227","13063.298"],["7215.755","13122.480"],["7246.748","13090.605"],["7234.412","12986.177"],["12814.334","12392.224"],["12906.028","12360.119"],["11063.764","13685.253"],["10182.569","16303.217"],["10161.957","16236.966"],["10318.491","13829.718"],["10313.161","13834.084"],["10306.458","13920.609"],["10299.085","13858.457"],["17271.098","4348.338"],["17331.689","4355.986"],["10957.545","15217.790"],["10905.774","15170.886"],["10984.817","15173.861"],["8174.933","13163.422"],["8165.501","13067.943"],["8156.185","13125.908"],["7877.993","13005.557"],["7888.588","13006.506"],["7785.868","12977.006"],["7904.934","12982.882"],["7832.467","13012.565"],["7915.080","13051.013"],["7914.277","13056.533"],["7894.369","13052.651"],["7053.440","14435.745"],["7040.886","14402.201"],["11116.272","12990.961"],["11170.821","13004.763"],["11127.229","12971.752"],["11824.695","13483.395"],["11759.008","13462.391"],["11841.516","13398.743"],["11776.417","13571.420"],["11910.733","13525.428"],["11833.207","13399.066"],["11728.509","13531.682"],["8707.304","13517.333"],["8681.849","13441.571"],["8679.139","13463.373"],["8698.586","13450.722"],["12288.402","12082.141"],["12335.559","12067.417"],["12338.652","12058.778"],["12196.165","12118.540"],["12321.872","12033.123"],["12329.310","12081.816"],["12348.404","13219.079"],["12278.397","13268.065"],["12303.863","13296.658"],["12270.096","13292.863"],["10738.371","13014.558"],["10829.490","13142.367"],["11268.144","12933.174"],["11109.579","12922.793"],["11187.378","12914.776"],["6961.432","12655.149"],["7059.928","12674.241"],["7001.564","12601.086"],["7067.217","12606.583"],["7059.718","12599.049"],["7048.911","12671.174"],["7078.768","12601.002"],["6917.276","12706.551"],["7053.697","12682.253"],["11841.927","12113.421"],["11926.248","12079.954"],["9676.096","13118.329"],["9736.509","13105.173"],["9629.867","13163.407"],["7197.338","12908.618"],["7227.919","12898.940"],["7167.164","12820.428"],["7170.929","12798.029"],["7239.593","12949.495"],["7214.512","12785.739"],["7205.001","12900.366"],["7124.839","12767.312"],["7283.623","12908.236"],["12920.808","14049.733"],["12955.443","14169.134"],["8614.528","13191.129"],["8691.624","13250.936"],["8650.712","13348.170"],["8760.598","13192.510"],["8643.744","13359.190"],["8718.794","13216.954"],["8754.409","13376.510"],["8642.483","13198.895"],["8766.848","13187.931"],["8682.295","13373.385"],["9777.636","13323.202"],["9818.054","13314.434"],["9788.764","13337.156"],["13042.482","12664.753"],["13131.043","12637.948"],["13112.404","12584.919"],["8374.777","13680.386"],["8411.010","13654.926"],["13758.042","16038.436"],["13785.587","16054.652"],["13652.661","16019.432"],["13647.568","16015.112"],["13753.312","16043.778"],["13680.354","15986.655"],["11222.828","13935.770"],["11169.753","13872.668"],["11227.643","13898.670"],["8083.239","13757.242"],["8066.832","13764.223"],["7992.192","13707.081"],["7972.094","13736.630"],["14057.488","13699.525"],["13783.447","13304.615"],["10372.615","13752.465"],["10281.445","13771.247"],["11309.262","12936.609"],["11322.496","12951.618"],["12253.681","11854.544"],["12256.379","11877.087"],["6307.209","13493.958"],["6331.510","13456.232"],["6357.444","13540.255"],["9458.226","12970.408"],["9531.705","13170.565"],["9438.360","13089.387"],["9518.998","13177.816"],["9410.963","13147.974"],["9509.373","13153.476"],["9411.951","13160.236"],["9515.483","13156.251"],["11944.814","12067.657"],["11951.788","12019.118"],["11984.156","12002.653"],["13434.474","14040.781"],["10046.709","12831.155"],["10062.898","12762.941"],["10121.921","12759.064"],["10048.179","12944.574"],["10077.900","12925.874"],["13539.351","12542.556"],["13115.220","14026.268"],["13175.614","14022.436"],["8227.195","12119.525"],["8260.759","12074.476"],["8323.002","11993.681"],["8303.136","11947.478"],["8301.502","12108.960"],["8340.843","11985.202"],["8183.349","12098.417"],["8264.422","11962.094"],["8356.488","12102.123"],["8318.459","11991.121"],["10963.633","13495.837"],["17231.322","4231.092"],["17291.066","4259.212"],["17201.699","4216.200"],["17259.905","4270.535"],["8843.632","12295.201"],["8829.343","12292.267"],["8865.561","12284.833"],["8866.489","12274.750"],["8859.042","12314.930"],["12994.845","12965.448"],["13049.738","12773.442"],["13160.203","12766.527"],["13024.071","12953.491"],["13948.611","13155.241"],["7983.548","12340.917"],["7994.239","12441.385"],["7998.127","12363.840"],["7981.177","12453.098"],["7958.992","12464.942"],["8014.205","12415.584"],["7995.999","12431.470"],["14699.453","13121.215"],["14695.724","13120.451"],["6397.316","13261.051"],["6406.476","13230.824"],["6401.455","13251.281"],["10784.908","16300.087"],["10795.608","16316.806"],["10817.667","16290.696"],["10815.880","16292.589"],["10821.449","16287.736"],["12822.285","14154.287"],["14139.637","13979.688"],["12850.430","13470.002"],["12954.542","13415.336"],["12977.667","13416.096"],["10034.806","12339.854"],["8782.650","11955.816"],["8790.314","12076.733"],["8917.935","11936.859"],["8836.790","11924.906"],["8901.286","11941.341"],["8823.441","11926.128"],["8782.729","11918.871"],["8812.367","12055.544"],["8927.178","11929.975"],["12861.479","14402.446"],["12840.903","14382.627"],["12964.850","14290.951"],["10981.664","14841.687"],["8631.330","12861.017"],["8653.440","12795.671"],["8608.734","12769.285"],["8685.228","12921.437"],["8660.832","12962.629"],["8571.557","12910.477"],["8688.655","12827.589"],["8630.574","12842.575"],["8675.222","12958.394"],["8620.651","12896.691"],["8639.690","12773.615"],["8662.707","12948.408"],["8666.812","12774.213"],["8615.030","12877.849"],["8638.721","12819.661"],["8766.558","12907.765"],["8695.906","12892.883"],["8704.349","12791.454"],["10683.752","13234.629"],["10814.024","13348.962"],["12262.501","12244.343"],["12253.587","12141.684"],["12328.800","12214.847"],["12338.208","12283.963"],["12313.455","12180.908"],["10098.505","14064.689"],["10197.948","14052.125"],["10230.743","14056.559"],["10067.099","14056.753"],["10163.650","14070.903"],["13441.848","16069.243"],["13502.581","16109.674"],["13412.226","16054.350"],["13470.431","16108.684"],["8234.701","13824.081"],["7749.481","12966.743"],["7758.395","12854.985"],["7798.135","12840.343"],["7775.627","12946.053"],["7747.447","12779.970"],["12188.907","12792.082"],["12183.977","12831.382"],["12314.554","12926.048"],["12171.823","12814.979"],["12180.178","12789.392"],["12191.912","12769.141"],["12190.431","12774.019"],["12190.431","12774.019"],["12190.431","12774.019"],["12190.431","12774.019"],["10008.826","16860.873"],["12480.185","11990.352"],["12471.678","11970.637"],["9714.376","13531.598"],["9718.083","13466.268"],["9725.265","13524.528"],["9738.366","13398.050"],["9787.848","13522.841"],["9650.562","13474.195"],["9792.533","13452.242"],["9745.130","13431.112"],["7403.187","12514.249"],["7439.988","12491.836"],["7509.574","12474.352"],["7443.963","12467.814"],["7505.287","12489.749"],["8583.008","12702.575"],["8574.712","12726.703"],["8591.016","12711.721"],["8638.303","12678.959"],["6486.891","13396.056"],["6521.935","13455.582"],["6487.467","13400.419"],["12374.915","12101.976"],["6570.149","13260.115"],["6496.496","13215.449"],["6557.623","13203.035"],["6621.846","13378.611"],["6469.374","13246.595"],["6566.204","13252.228"],["6543.399","13199.145"],["10835.152","14353.110"],["10698.250","14323.725"],["10798.752","14389.904"],["7264.071","13326.480"],["7255.514","13184.805"],["7243.857","13343.177"],["7218.375","13380.353"],["7284.295","13390.472"],["7269.683","13283.111"],["7216.501","13228.594"],["7222.029","13325.025"],["10918.934","13193.760"],["12988.995","14390.786"],["13190.935","14276.517"],["13188.139","14269.713"],["13031.231","14383.090"],["13193.451","14293.429"],["7617.755","13918.119"],["7572.518","13972.441"],["7582.351","14017.817"],["7545.194","13963.284"],["7574.180","13887.313"],["7620.847","13939.671"],["7546.975","13920.087"],["7639.572","13970.170"],["7555.063","14004.374"],["7565.183","13865.133"],["7704.379","13985.371"],["12137.580","12414.344"],["10087.637","13709.389"],["10089.974","13769.571"],["10180.278","13800.372"],["10106.610","13637.566"],["10152.673","13704.538"],["10192.990","13774.048"],["10162.382","13755.786"],["10095.527","13693.116"],["10085.261","13711.976"],["10193.451","13606.950"],["10159.867","13800.640"],["8955.844","11847.357"],["8963.092","11896.982"],["8862.813","11902.753"],["8806.545","11888.995"],["8936.199","11845.920"],["8980.782","11816.285"],["8907.110","11821.499"],["8984.681","11813.906"],["8891.160","11887.195"],["8909.612","11832.073"],["8905.522","11887.507"],["8926.259","11776.556"],["8880.564","11830.593"],["8835.388","11869.550"],["8845.941","11852.012"],["9485.950","13394.788"],["9417.941","13420.359"],["9552.532","13432.769"],["14127.549","12627.412"],["14198.733","12571.643"],["14090.001","12600.809"],["14183.819","12624.255"],["10816.176","12904.445"],["10814.983","12905.985"],["12875.380","13939.279"],["12841.531","14011.368"],["12885.166","13930.228"],["12407.462","12528.451"],["12422.918","12503.092"],["8455.079","12909.733"],["8483.018","12891.907"],["13682.168","12545.821"],["9185.515","12013.834"],["9111.777","11944.050"],["9177.594","11997.738"],["9029.251","11962.619"],["9118.254","11920.899"],["9180.338","11961.410"],["9093.572","11915.885"],["7334.183","13015.002"],["7310.468","13028.295"],["7357.883","13032.365"],["7396.075","13098.126"],["7360.876","13113.106"],["7372.496","13159.287"],["7322.832","13006.278"],["7348.519","13031.766"],["7389.465","13064.577"],["7377.558","13097.546"],["7361.119","13094.529"],["7359.225","13135.401"],["7373.532","13069.105"],["12658.103","12105.877"],["11554.084","13859.297"],["11608.189","13915.661"],["11605.697","13913.184"],["11605.671","13891.635"],["9846.634","13750.966"],["9922.503","13669.075"],["9999.342","13716.039"],["9881.251","13617.096"],["9954.450","13789.130"],["9964.134","13777.087"],["9915.016","13632.406"],["9846.913","13792.144"],["9949.978","13558.511"],["9834.120","13397.974"],["9919.648","13579.248"],["9976.970","13594.456"],["9848.939","13567.447"],["8400.500","12541.638"],["9147.049","13414.920"],["9110.831","13429.164"],["9183.533","13431.309"],["9156.097","13435.107"],["9188.642","13464.428"],["9122.887","13398.303"],["9156.102","13467.062"],["9986.772","12757.975"],["14077.416","13093.200"],["14089.721","13173.082"],["14095.544","13039.652"],["10966.773","13005.269"],["10900.124","13099.041"],["8591.159","12087.113"],["8761.100","12063.728"],["8570.704","11939.005"],["8715.929","11981.262"],["8619.810","12087.278"],["8703.134","12112.213"],["8620.567","12083.986"],["8649.613","12062.073"],["8765.314","11945.542"],["8776.431","12054.633"],["8589.589","11994.568"],["8582.626","12051.427"],["8680.945","11936.047"],["8754.687","12072.120"],["8639.980","12076.323"],["8625.299","11988.350"],["8647.715","12078.567"],["8609.166","12043.263"],["9928.945","13492.007"],["9895.475","13402.367"],["10027.029","13506.602"],["10023.325","13470.103"],["9955.192","13427.323"],["9980.337","13524.645"],["10027.566","13475.094"],["9977.077","13532.042"],["8407.131","12961.721"],["8421.819","12918.458"],["8404.449","12883.337"],["8525.595","12775.653"],["10846.663","14208.615"],["10844.240","14158.677"],["7684.602","12822.991"],["7689.844","12836.897"],["7689.330","12929.383"],["7667.129","12766.618"],["7670.251","12885.786"],["7701.395","12923.459"],["7715.321","12799.105"],["13501.789","14013.763"],["13520.537","13997.368"],["13503.793","13857.937"],["13518.612","14017.087"],["13545.035","13823.286"],["13509.336","14003.347"],["13615.473","13971.533"],["13502.583","13911.815"],["13554.624","13836.251"],["9588.342","10617.265"],["10121.382","12609.621"],["10176.724","12641.193"],["10194.547","12591.734"],["10170.343","12707.003"],["10129.963","12709.268"],["10186.390","12663.807"],["10125.971","12758.105"],["10209.579","12677.894"],["10147.833","12654.749"],["10174.101","12711.832"],["11241.861","15452.375"],["8133.833","12227.312"],["8120.627","12262.052"],["8053.910","12288.077"],["6748.185","12740.172"],["6862.949","12625.079"],["6870.314","12700.551"],["6736.885","12734.897"],["8255.616","12255.709"],["8158.583","12283.184"],["8266.876","12235.005"],["8227.334","12137.626"],["8345.383","12295.908"],["8216.072","12228.113"],["8170.669","12310.112"],["8187.265","12142.609"],["8215.529","12249.866"],["8164.473","12174.816"],["8236.548","12184.569"],["12449.746","13463.224"],["12423.235","13434.393"],["12387.922","13530.526"],["12383.556","13566.422"],["12395.337","13529.686"],["10357.065","15143.951"],["10358.468","15095.514"],["10435.368","15094.718"],["10307.486","15284.610"],["10423.060","15089.559"],["8389.075","12023.114"],["8456.230","12024.479"],["8359.368","11985.086"],["8545.233","11946.590"],["8535.274","12103.841"],["8454.552","12101.517"],["8505.992","11993.724"],["8372.137","12029.357"],["8506.312","12040.186"],["8383.010","11947.032"],["8423.156","11965.777"],["8459.135","12046.121"],["8391.213","11998.130"],["8447.811","12105.647"],["8473.948","11992.507"],["8440.549","11933.267"],["8453.340","12115.415"],["8144.994","12728.569"],["8065.134","12744.256"],["7994.119","12728.145"],["10316.394","17086.613"],["9569.128","12863.997"],["9590.918","12853.666"],["9874.944","13034.074"],["9946.338","13101.440"],["9917.378","13080.900"],["9976.913","12989.297"],["9887.483","13002.699"],["9894.290","13100.014"],["9979.981","12972.961"],["9869.189","13020.273"],["9972.364","13033.191"],["9899.890","13101.851"],["7241.095","17641.892"],["7177.771","17634.746"],["7226.688","17631.769"],["7216.880","17639.494"],["7208.780","17675.782"],["7210.673","17669.919"],["7191.058","17672.778"],["6961.493","13263.694"],["6978.554","13201.026"],["6674.691","13345.379"],["10164.160","12444.998"],["10066.267","12366.772"],["10206.599","12450.421"],["10085.061","12480.428"],["10143.709","12371.705"],["10134.562","12428.811"],["10191.046","12459.659"],["10056.471","12493.004"],["10204.693","12412.999"],["10073.185","12379.211"],["9530.447","16752.120"],["9318.407","12774.671"],["9202.818","12772.330"],["9238.629","12843.973"],["9237.251","12819.973"],["9301.631","12897.030"],["9365.046","12961.750"],["9225.065","12842.366"],["9307.000","12760.183"],["9397.049","12954.531"],["9226.360","12759.420"],["9373.552","12868.467"],["9276.843","12790.283"],["9324.420","12946.274"],["13849.841","14996.926"],["13927.012","14927.396"],["13872.390","14913.144"],["13873.706","14922.689"],["6916.493","12955.371"],["6986.266","12941.330"],["14105.655","15034.373"],["12935.297","12312.084"],["12818.482","12211.096"],["12868.893","12251.525"],["12869.573","12259.318"],["12673.458","12354.851"],["12619.145","12398.656"],["12658.762","12436.855"],["12730.897","12514.427"],["12744.050","12498.717"],["12741.078","12509.282"],["12588.693","12385.143"],["12725.791","12420.243"],["12707.435","12370.169"],["12393.346","13042.113"],["12489.203","13086.535"],["12466.437","12996.170"],["12409.321","13048.645"],["9199.182","12731.295"],["9264.726","12722.110"],["9238.982","12726.325"],["9307.348","12753.260"],["9272.078","12717.477"],["13984.037","13182.408"],["8799.904","13362.929"],["8860.406","13282.091"],["8864.518","13274.859"],["8795.268","13293.072"],["8840.383","13356.398"],["8829.648","13214.777"],["8796.491","13315.869"],["8803.134","13333.711"],["8847.312","13297.264"],["12946.002","13249.776"],["12984.818","13238.331"],["12835.233","13288.914"],["12807.095","13355.356"],["6792.067","12761.906"],["6797.137","12768.849"],["6700.051","12966.722"],["12265.693","13462.662"],["12239.479","13462.662"],["12230.040","13522.200"],["12233.030","13568.981"],["12185.579","13442.542"],["12217.618","13552.841"],["12178.813","13491.855"],["12339.058","13543.411"],["12331.794","13518.768"],["12194.463","13520.077"],["12291.092","13493.864"],["12344.544","13504.777"],["12330.770","13564.318"],["12346.215","13543.089"],["12229.096","13400.841"],["12257.584","13492.468"],["12178.059","13439.877"],["8478.201","12563.946"],["8528.965","12723.900"],["8518.329","12575.350"],["12099.972","13488.887"],["11975.751","13442.501"],["12110.668","13508.915"],["11960.879","13491.926"],["12036.452","13467.368"],["12127.976","13451.223"],["12058.566","13508.274"],["12108.158","13523.377"],["11969.960","13503.657"],["12140.704","13465.968"],["12119.706","13492.611"],["11978.155","13439.969"],["12102.584","13402.014"],["12099.063","13449.581"],["9680.081","13247.083"],["9738.238","13275.683"],["9664.228","13260.036"],["9648.913","13315.086"],["9710.844","13227.168"],["9683.831","13293.849"],["9675.241","13389.581"],["10599.686","16318.317"],["10602.858","16323.128"],["10598.591","16320.589"],["10628.897","16323.261"],["10608.303","16333.576"],["13002.664","14557.947"],["13090.756","14582.191"],["13192.812","14540.292"],["13018.306","14611.836"],["13034.342","14601.679"],["9658.355","13818.973"],["6328.477","13285.437"],["12482.044","12327.171"],["12422.829","12155.262"],["12361.531","12157.126"],["12427.307","12215.396"],["12433.359","12205.734"],["7537.653","12312.581"],["7627.697","12256.018"],["7651.532","12315.782"],["7632.157","12257.056"],["7556.516","12275.561"],["7677.193","12253.963"],["7667.458","12235.967"],["7631.884","12319.051"],["11796.944","12201.828"],["11867.404","12213.752"],["10420.648","12567.167"],["10430.647","12594.466"],["10346.428","12615.928"],["10399.076","12586.816"],["12998.046","13252.632"],["8147.635","12734.371"],["8168.177","12730.347"],["8157.664","12723.184"],["8156.356","12727.551"],["7513.211","14001.239"],["7725.513","12600.057"],["11649.249","13422.052"],["11708.037","13601.280"],["11605.711","13512.123"],["11569.985","13435.976"],["12982.680","13673.873"],["12855.082","13720.115"],["12932.466","13727.217"],["12926.405","13762.922"],["12924.144","13618.712"],["8567.480","12832.853"],["11511.981","13431.357"],["7499.496","14485.940"],["7764.853","13582.788"],["7786.631","13598.629"],["7785.452","13548.930"],["7868.400","13470.020"],["10213.179","16892.403"],["8412.966","12703.361"],["8473.413","12722.384"],["8474.865","12705.513"],["8437.271","12629.365"],["8404.353","12724.069"],["8454.727","12750.640"],["8475.803","12635.821"],["8163.752","12683.054"],["6457.268","12835.612"],["6457.060","12819.760"],["6422.904","12916.920"],["6386.741","12888.128"],["6461.180","12844.192"],["6366.638","12879.388"],["8041.764","12321.861"],["7958.111","12308.309"],["8039.751","12314.880"],["8004.641","12315.157"],["12265.375","11957.021"],["12213.287","11960.886"],["12184.306","12034.428"],["8430.459","12990.993"],["8373.626","13021.319"],["8502.336","13040.342"],["8489.581","13094.651"],["8437.176","13103.905"],["8486.783","12989.465"],["8525.925","13115.510"],["8536.936","13021.194"],["8390.444","13072.604"],["8525.125","13099.540"],["8454.002","13082.808"],["8456.653","12983.734"],["8526.361","13149.043"],["8404.214","13041.167"],["8523.585","13042.404"],["8423.866","13038.952"],["8561.722","13107.416"],["8851.480","13151.555"],["8834.241","13068.000"],["8795.752","13001.652"],["8839.425","13132.841"],["8852.554","13067.734"],["8816.448","13143.807"],["13997.580","12695.812"],["13908.175","12718.139"],["9032.903","12200.672"],["9032.201","12241.677"],["9019.904","12249.053"],["9049.656","12225.525"],["9027.000","12210.486"],["7664.668","12544.847"],["7636.852","12511.354"],["7652.533","12517.742"],["12433.534","12705.299"],["12529.251","12633.440"],["12489.613","12555.575"],["12358.422","12667.235"],["12479.313","12726.383"],["12386.418","12665.209"],["12415.661","12738.502"],["12503.525","12651.174"],["12480.951","12686.161"],["12501.235","12592.327"],["12361.353","12697.709"],["12545.542","12594.151"],["12393.952","12677.514"],["13925.836","15070.327"],["13993.738","14994.032"],["14026.897","15071.327"],["12622.480","12700.680"],["12754.562","12578.326"],["12751.837","12638.867"],["12776.248","12694.302"],["12747.200","12718.489"],["11774.016","13201.168"],["11777.529","13230.719"],["11737.685","13225.637"],["11765.227","13249.663"],["11790.981","13217.500"],["11819.265","13266.341"],["11821.667","13265.463"],["11818.545","13267.179"],["11815.127","13268.110"],["11765.560","13251.251"],["11821.021","13264.080"],["11765.694","13247.954"],["13131.334","4114.142"],["13165.969","4233.545"],["7049.090","13138.600"],["12063.283","15305.175"],["6142.835","13018.074"],["10369.029","14968.112"],["10341.749","14971.128"],["13875.516","12809.582"],["13919.324","12949.726"],["13869.566","12968.632"],["13522.243","14563.676"],["13503.736","14600.125"],["6426.922","13105.909"],["6323.464","13148.127"],["6452.424","12995.289"],["6322.106","13167.992"],["6412.645","13149.890"],["6432.384","13063.095"],["6311.692","13171.895"],["6427.608","13130.644"],["6446.518","13100.434"],["6374.654","13139.438"],["6410.168","13124.138"],["6408.478","13130.754"],["6389.486","13091.522"],["6439.085","13114.798"],["12240.749","13142.874"],["12186.896","13090.145"],["12191.791","13088.719"],["8745.252","12328.280"],["8681.675","12291.894"],["8769.772","12309.844"],["8652.961","12309.653"],["8642.107","12319.953"],["11692.284","13607.024"],["7937.091","13950.196"],["7989.332","13955.045"],["8018.516","13964.220"],["8050.392","13955.330"],["8094.656","14010.127"],["8101.978","13973.022"],["8056.978","13927.412"],["8121.333","13868.497"],["8138.255","13879.973"],["7970.626","13881.899"],["7996.849","13817.714"],["13421.889","12799.226"],["13072.005","4466.856"],["13051.429","4447.038"],["13175.377","4355.361"],["9812.332","14011.787"],["9732.261","13877.644"],["9749.332","13869.710"],["9730.803","14023.940"],["9754.582","13844.916"],["9744.073","13937.046"],["7963.989","12830.125"],["7996.284","12771.854"],["7983.729","12790.637"],["7968.402","12843.187"],["8055.011","12792.062"],["7980.500","12825.849"],["7956.588","12771.665"],["7967.638","12763.212"],["11820.998","13111.688"],["11726.339","13123.199"],["11830.712","13128.903"],["11828.644","13128.613"],["11829.732","13129.166"],["11831.812","13127.173"],["11839.479","13138.892"],["11830.062","13129.793"],["11833.385","13130.044"],["11856.252","13135.761"],["11826.988","13129.375"],["11831.876","13130.042"],["11821.627","13109.198"],["11855.290","13137.306"],["11815.860","13114.058"],["11823.700","13114.905"],["11826.471","13112.579"],["11823.595","13112.866"],["11850.886","13135.359"],["13608.881","14361.883"],["13599.541","14319.022"],["13475.758","14272.060"],["13493.647","14351.936"],["13508.816","14416.996"],["13443.940","14286.231"],["13609.385","14376.723"],["13505.857","14300.450"],["13497.138","14360.778"],["13453.183","14328.362"],["13577.151","14373.115"],["13522.056","14268.416"],["13460.242","14371.126"],["13534.615","14412.910"],["13412.295","14298.618"],["13639.312","14659.580"],["13697.289","14622.487"],["13647.864","14602.817"],["13541.795","14124.362"],["12698.296","13809.991"],["11226.118","13746.427"],["11258.542","13808.736"],["10209.208","13874.685"],["10215.587","13825.177"],["10189.106","13877.116"],["10137.844","13816.395"],["8725.202","12426.531"],["8650.252","12358.777"],["8752.914","12423.181"],["8710.429","12349.491"],["8709.411","12381.474"],["8726.532","12339.817"],["8718.722","12363.685"],["8627.664","12342.627"],["8765.151","12369.250"],["8812.089","12915.538"],["8984.759","12789.936"],["8830.812","12920.221"],["8828.075","12256.895"],["8810.573","12234.443"],["8816.912","12271.454"],["8821.365","12185.843"],["9218.857","13191.819"],["9340.581","13391.986"],["9331.637","13298.306"],["9380.674","13191.826"],["9374.065","13195.531"],["8737.407","12212.561"],["8725.196","13071.185"],["8686.580","13018.273"],["8752.094","13116.439"],["8610.985","13176.615"],["8701.396","13063.137"],["8584.094","13135.682"],["8753.141","13067.164"],["8662.628","12990.822"],["8709.299","13124.087"],["8647.932","13057.571"],["8273.884","13303.137"],["8230.537","13242.158"],["9035.654","12769.762"],["9197.803","12960.177"],["9097.914","12879.040"],["9053.634","12784.214"],["8995.794","12759.132"],["9054.867","12875.537"],["9157.726","12835.170"],["9051.318","12965.653"],["9034.183","12769.222"],["9138.087","12827.977"],["9099.651","12910.150"],["9048.018","12954.044"],["9142.390","12761.697"],["8105.127","13075.948"],["8067.382","13090.530"],["8027.836","13082.764"],["8133.418","13018.521"],["7985.423","13036.552"],["8042.271","13170.125"],["8099.881","13096.903"],["8028.818","13081.661"],["13620.835","13954.985"],["13639.913","13853.631"],["13622.579","13964.646"],["10271.812","12423.953"],["10280.244","12418.974"],["10327.946","12504.135"],["10273.038","12426.160"],["10348.475","12547.269"],["6357.682","12849.255"],["6359.169","12906.784"],["9445.621","13225.776"],["9527.010","13299.528"],["9550.709","13329.366"],["9585.304","13361.143"],["9524.020","13317.982"],["9585.333","13359.093"],["9483.956","13229.108"],["9480.471","13279.141"],["9523.170","13276.673"],["9441.763","13337.795"],["9500.492","13379.657"],["9528.716","13288.157"],["9593.256","13203.930"],["9506.739","13207.510"],["9567.429","13237.562"],["9423.160","13331.397"],["9518.375","13364.493"],["9581.580","13296.076"],["12483.951","16597.404"],["12494.310","16599.484"],["11974.344","12546.005"],["8194.476","13766.797"],["12908.143","12664.788"],["12922.354","12674.532"],["12637.999","12903.601"],["12570.531","12864.081"],["12695.130","12951.863"],["12607.301","12853.904"]] \ No newline at end of file diff --git a/src/gathering/10013.json b/src/gathering/10013.json new file mode 100644 index 0000000..d4b1997 --- /dev/null +++ b/src/gathering/10013.json @@ -0,0 +1 @@ +[["8828.725","16734.214"],["8826.113","16734.565"],["8827.456","16734.876"],["8979.866","16594.584"],["8829.541","16738.140"],["13925.257","14471.977"],["13961.616","14475.628"],["9541.593","18977.574"],["9532.799","19064.415"],["9486.774","18997.139"],["9549.985","18968.752"],["9570.689","19015.316"],["9522.407","19064.707"],["9461.842","19027.592"],["9550.767","18961.810"],["9590.963","19009.091"],["9482.634","19067.764"],["9445.559","18999.182"],["9539.803","18939.559"],["9587.600","19085.624"],["9491.537","19060.566"],["9459.548","19049.948"],["9542.705","18947.237"],["9516.649","19074.867"],["9493.432","18999.776"],["9526.799","18967.471"],["9566.463","19071.540"],["9492.435","19070.543"],["9505.985","19064.429"],["6423.527","15044.641"],["6425.947","14879.030"],["6426.361","14909.873"],["4230.726","18439.967"],["4228.479","18464.949"],["4153.439","18451.985"],["4209.839","18460.664"],["4252.382","18453.720"],["4225.256","18463.351"],["4254.880","18459.328"],["8509.001","16029.934"],["8517.255","15958.975"],["8503.218","15990.748"],["8426.900","16078.773"],["8374.411","15948.800"],["8502.922","15993.175"],["8468.987","16069.070"],["8508.001","16031.807"],["8532.260","16012.092"],["8505.571","15994.878"],["8428.482","16071.833"],["8473.872","16056.238"],["8375.989","15946.784"],["8356.908","16089.691"],["8434.906","16100.548"],["8377.754","16061.655"],["8503.622","15989.126"],["8427.109","16073.799"],["8472.793","16055.400"],["8374.776","15947.688"],["8454.514","16134.372"],["8431.455","16071.138"],["8358.599","16092.069"],["8426.676","16075.636"],["8472.658","16051.431"],["8371.065","15946.578"],["8775.210","17437.313"],["8598.317","17533.870"],["8769.233","17450.542"],["8596.136","17532.346"],["8596.923","17533.450"],["8770.878","17447.470"],["8776.536","17447.090"],["8596.273","17537.334"],["7722.204","17148.617"],["7586.086","17121.829"],["7630.866","17075.454"],["7644.385","17084.591"],["7667.774","17087.284"],["7680.817","17140.798"],["7642.562","17032.993"],["7646.726","17044.777"],["7673.115","17152.221"],["7642.301","17051.779"],["7514.760","17072.777"],["7515.458","17053.024"],["7722.681","17147.956"],["7586.038","17118.483"],["7638.349","17071.552"],["7640.155","17075.640"],["7683.348","17139.891"],["7632.857","17034.880"],["7646.597","17042.101"],["7671.292","17152.922"],["7642.351","17049.507"],["7540.078","17173.019"],["7640.530","17078.293"],["7542.350","17005.468"],["7681.954","17139.976"],["7635.467","17035.001"],["7646.232","17043.452"],["7673.380","17154.128"],["7641.132","17051.235"],["7531.505","17042.019"],["7631.281","17190.254"],["7585.164","17120.822"],["7643.048","17086.116"],["7641.901","17073.257"],["7656.147","17087.964"],["7630.914","17032.341"],["7675.705","17156.634"],["7642.118","17082.429"],["7665.277","17089.196"],["7635.906","17031.248"],["7523.897","17060.996"],["7625.243","17187.955"],["7570.624","17116.420"],["7630.186","17069.097"],["7697.201","17175.121"],["7679.226","17137.107"],["7640.913","17053.307"],["7674.077","17156.053"],["7639.818","17054.936"],["4540.830","16522.445"],["4474.571","16454.599"],["4487.736","16470.750"],["4495.453","16438.894"],["4508.197","16413.534"],["4494.360","16480.536"],["4491.009","16463.811"],["4528.448","16439.935"],["4482.772","16495.302"],["4492.983","16406.363"],["16885.310","7353.680"],["16838.088","7450.881"],["16902.076","7464.237"],["16973.967","7383.954"],["16878.520","7351.665"],["16862.594","7338.003"],["16876.324","7448.219"],["16813.843","7445.102"],["16967.046","7370.699"],["16974.430","7351.380"],["16862.836","7343.499"],["16883.156","7347.829"],["16857.959","7433.611"],["16872.141","7442.161"],["16883.316","7330.699"],["16850.290","7431.095"],["16976.029","7382.382"],["4158.351","18490.152"],["4257.193","18613.142"],["4201.199","18654.922"],["4227.638","18609.792"],["4202.807","18649.013"],["4148.829","18489.485"],["4219.709","18621.419"],["4183.664","18643.217"],["4253.744","18473.041"],["4243.979","18572.448"],["4176.225","18661.943"],["4240.410","18575.810"],["4209.208","18630.743"],["4234.471","18608.650"],["4184.315","18628.977"],["4155.488","18475.125"],["4256.722","18596.883"],["4210.164","18627.101"],["7726.458","17286.625"],["7778.000","17216.128"],["7775.845","17223.082"],["7791.266","17271.900"],["7775.239","17210.188"],["7788.716","17271.664"],["7773.880","17217.223"],["7790.065","17272.197"],["7766.846","17217.064"],["7773.931","17211.996"],["7775.953","17220.222"],["7781.031","17231.758"],["7790.799","17274.982"],["8986.613","14039.932"],["8987.481","14043.703"],["8886.482","14100.562"],["8986.871","14035.324"],["8988.025","14033.133"],["5869.469","15372.585"],["8073.881","14732.230"],["8086.075","14767.947"],["7990.824","14723.779"],["8031.212","14762.416"],["7981.015","14666.350"],["7993.828","14722.986"],["8036.246","14735.301"],["8932.976","18415.497"],["8967.098","18395.007"],["8925.876","18413.975"],["8966.226","18402.291"],["8813.567","18272.549"],["8852.253","18268.316"],["8871.977","18314.288"],["8840.696","18363.669"],["8967.542","18399.995"],["8840.820","18338.692"],["8928.138","18415.428"],["8878.304","18336.866"],["8907.440","18385.947"],["8925.258","18411.057"],["8847.249","18355.112"],["8963.430","18403.364"],["8844.143","18349.179"],["8870.310","18348.938"],["8929.900","18415.799"],["8967.707","18398.112"],["5442.341","17589.996"],["5592.593","17591.762"],["5423.436","17495.366"],["5507.828","17416.865"],["5607.145","17452.574"],["5548.998","17578.046"],["5421.050","17494.035"],["5456.882","17498.818"],["5458.531","17498.474"],["5512.021","17410.901"],["5606.945","17459.691"],["5544.020","17583.476"],["5512.603","17492.255"],["5480.581","17447.464"],["5455.944","17500.188"],["5468.796","17564.291"],["5495.356","17597.318"],["5509.770","17412.288"],["5607.157","17456.889"],["5546.152","17582.083"],["5505.041","17559.346"],["5510.183","17493.576"],["5549.031","17523.933"],["5484.002","17469.396"],["5479.693","17421.855"],["5473.117","17550.555"],["5444.966","17535.754"],["5424.948","17531.558"],["5501.458","17577.847"],["5546.687","17583.121"],["5514.630","17411.393"],["5604.323","17461.159"],["5541.192","17582.621"],["5508.794","17413.843"],["5608.042","17455.520"],["5547.502","17580.786"],["9004.962","14746.062"],["9020.783","14706.042"],["9011.691","14697.949"],["8997.597","14738.771"],["9022.304","14704.243"],["9061.503","14681.222"],["8735.703","18769.752"],["8570.969","18838.160"],["8735.660","18803.009"],["8748.311","18762.826"],["8583.555","18687.757"],["8592.732","18685.931"],["8767.412","18827.608"],["8736.092","18757.285"],["8658.505","18678.703"],["8747.404","18744.007"],["9536.298","14953.536"],["9555.207","14947.058"],["9513.488","14927.187"],["9491.966","14902.285"],["9498.730","14895.920"],["9549.822","14956.525"],["9594.972","15003.470"],["9614.959","15019.133"],["9604.404","15014.502"],["9437.804","14971.281"],["9545.359","14947.626"],["9532.276","14960.788"],["9539.530","14940.676"],["9528.324","14942.592"],["9512.993","14924.183"],["9512.728","14927.023"],["9505.074","14920.151"],["9503.372","14914.666"],["9495.789","14898.999"],["9489.233","14884.424"],["9562.027","14965.500"],["9554.748","14964.724"],["9595.580","15005.311"],["9598.159","15007.804"],["9618.743","15015.167"],["9606.207","15020.437"],["9432.826","14975.230"],["9454.093","15074.454"],["9536.119","14962.989"],["9568.900","14988.945"],["9542.800","14924.330"],["9533.021","14938.880"],["9527.082","14926.307"],["9518.376","14920.354"],["9509.049","14917.993"],["9497.835","14893.182"],["9553.858","14967.271"],["9554.588","14973.699"],["9599.210","15003.426"],["9618.663","15020.224"],["9424.907","14969.526"],["9530.692","14947.277"],["9532.296","14927.653"],["9505.538","14926.358"],["9495.987","14903.294"],["9488.952","14890.414"],["9562.060","14975.883"],["9595.946","15006.548"],["9607.859","15019.670"],["9445.255","14977.763"],["9449.736","15060.161"],["9434.444","14982.496"],["9437.358","14979.703"],["9442.368","14968.816"],["9458.875","15059.202"],["6653.295","14764.757"],["6668.357","14829.468"],["6643.512","14748.846"],["6655.287","14837.498"],["6657.975","14843.758"],["10537.240","12415.898"],["10536.961","12421.289"],["4290.828","16997.698"],["4347.443","17004.921"],["4259.604","17005.465"],["4282.647","17059.743"],["9624.757","18372.193"],["9626.611","18373.170"],["9751.822","18092.185"],["9775.572","18113.521"],["9734.598","18203.223"],["9711.573","18254.960"],["9658.703","18055.396"],["9699.174","18167.299"],["9653.617","18237.548"],["9622.011","18144.586"],["9749.960","18093.109"],["9771.862","18116.778"],["9737.702","18195.878"],["9658.522","18052.751"],["9693.003","18171.292"],["9656.174","18238.008"],["9711.970","18252.278"],["9735.658","18197.557"],["9711.362","18253.561"],["9658.279","18054.227"],["9695.563","18170.736"],["9655.115","18237.347"],["9750.039","18095.975"],["9780.369","18112.005"],["9740.577","18196.118"],["9690.402","18169.689"],["9735.160","18200.117"],["9697.141","18169.720"],["9772.986","18099.113"],["9620.353","18164.905"],["9707.575","18254.614"],["9654.783","18056.076"],["9654.012","18233.549"],["6632.469","18774.841"],["6504.377","18782.391"],["6525.502","18765.905"],["6579.162","18779.020"],["6515.528","18854.016"],["6573.149","18736.009"],["6565.379","18753.372"],["14708.946","8695.028"],["14823.992","8726.318"],["14677.697","8717.185"],["14705.692","8704.200"],["14707.747","8702.916"],["14736.473","8677.231"],["14777.616","8683.135"],["14736.646","8659.261"],["14734.448","8697.289"],["14782.093","8700.880"],["14702.425","8715.316"],["9062.760","14492.604"],["9033.517","14468.442"],["9094.226","14660.661"],["9124.559","14646.748"],["9046.283","14475.790"],["9121.732","14633.055"],["9033.783","14599.291"],["9013.832","14605.055"],["9087.595","14481.840"],["9014.112","14615.840"],["9038.138","14471.580"],["9109.847","14647.980"],["8752.028","18457.583"],["8767.333","18465.086"],["8679.906","18350.911"],["8705.096","18389.835"],["8652.062","18349.507"],["8695.155","18415.175"],["8708.652","18411.252"],["8730.853","18449.479"],["8731.941","18462.708"],["8634.781","18418.729"],["8612.321","18406.989"],["8635.476","18403.873"],["8582.963","18408.430"],["8567.989","18426.707"],["8599.730","18369.487"],["8611.569","18442.941"],["8610.008","18452.870"],["8603.235","18448.268"],["8631.395","18460.921"],["8612.322","18457.507"],["2235.509","11256.058"],["2207.743","11226.086"],["5161.655","18906.863"],["5193.912","18943.402"],["5143.381","18935.286"],["5156.823","18897.522"],["5143.632","18939.768"],["9624.599","16247.133"],["9642.794","16151.376"],["9769.904","16160.234"],["9674.222","16323.358"],["9677.835","16339.045"],["9627.533","16249.000"],["9682.784","16302.574"],["9655.976","16311.980"],["9679.749","16349.809"],["9657.902","16309.771"],["9660.107","16318.024"],["8310.801","16366.456"],["8230.850","16367.989"],["8306.255","16360.653"],["8233.513","16368.230"],["8306.959","16363.251"],["8232.257","16367.698"],["8307.444","16358.208"],["8307.358","16364.582"],["8230.970","16363.962"],["6803.969","18826.124"],["6787.005","18841.198"],["6800.657","18782.067"],["6858.160","18821.447"],["6790.232","18707.082"],["6677.091","18768.858"],["6702.671","18761.642"],["6747.204","18872.791"],["6765.017","18830.173"],["6802.619","18778.978"],["6714.446","18840.997"],["6877.632","18720.114"],["6855.787","18827.968"],["6801.906","18822.507"],["6721.677","18883.919"],["6786.529","18823.716"],["6801.660","18777.513"],["6685.676","18776.934"],["6718.808","18794.652"],["6745.730","18862.390"],["6679.339","18817.478"],["6676.310","18811.605"],["6675.959","18802.670"],["6675.771","18804.898"],["6675.498","18806.906"],["8401.036","17689.710"],["8404.212","17671.592"],["8376.413","17643.790"],["8506.029","17650.405"],["8426.499","17685.156"],["8401.696","17671.250"],["8377.641","17646.162"],["8496.473","17652.807"],["8519.604","17767.721"],["8427.232","17700.114"],["8403.065","17671.807"],["8499.145","17652.931"],["8425.689","17711.672"],["8494.455","17650.533"],["8413.019","17701.206"],["8503.489","17652.157"],["8362.409","17627.611"],["8403.843","17667.995"],["8405.602","17689.475"],["8404.042","17675.606"],["8379.696","17641.852"],["7397.464","12591.064"],["10663.576","10025.512"],["7180.524","14624.737"],["7288.750","14631.473"],["7297.896","14632.981"],["7284.159","14646.273"],["9921.881","18692.124"],["9894.025","18756.047"],["9920.718","18718.991"],["9908.677","18744.195"],["9971.524","18690.998"],["9918.046","18776.849"],["9862.694","18721.940"],["10005.388","18696.602"],["9889.489","18738.314"],["10010.201","18727.433"],["9930.017","18759.435"],["10003.718","18721.476"],["6588.019","16037.248"],["6564.226","16017.669"],["6581.291","15957.501"],["3280.423","8289.218"],["3291.385","8241.551"],["6641.785","7445.447"],["6655.550","7395.269"],["6594.691","7442.476"],["6650.866","7432.982"],["6635.325","7403.879"],["6654.559","7411.926"],["6624.857","7435.725"],["8795.177","17010.097"],["8845.110","17020.758"],["8780.502","17065.448"],["8799.248","17061.089"],["8833.211","17163.669"],["8831.619","17172.815"],["8851.763","16993.082"],["8848.565","17096.840"],["8803.038","17110.794"],["8786.117","17014.070"],["8847.542","17021.855"],["8778.943","17067.555"],["8790.531","17065.668"],["8831.988","17161.289"],["8834.129","17172.744"],["8853.764","16994.840"],["8847.693","17104.123"],["8909.944","16988.234"],["8800.638","17111.616"],["8777.881","17142.346"],["8788.769","17013.750"],["8846.437","17020.992"],["8780.049","17066.684"],["8793.163","17065.111"],["8832.248","17162.604"],["8833.036","17172.253"],["8852.983","16993.794"],["8849.009","17101.828"],["8909.429","16986.833"],["8801.835","17111.723"],["8783.722","17012.190"],["8788.011","17063.931"],["8844.897","17105.197"],["8792.927","17012.266"],["8797.191","17063.333"],["8849.174","17099.945"],["8846.099","17018.896"],["8783.882","17067.597"],["8829.770","17165.718"],["8831.008","17168.885"],["8854.209","16990.014"],["8804.987","17111.854"],["9236.205","19122.446"],["9225.873","19154.469"],["9240.083","19121.466"],["9206.339","19123.024"],["6929.314","15718.571"],["6928.621","15722.420"],["5335.869","16402.785"],["5258.085","16555.634"],["5237.352","16561.971"],["5236.785","16518.246"],["5396.364","16560.712"],["5342.842","16424.242"],["5298.410","16391.995"],["5359.427","16550.517"],["5329.292","16475.705"],["5235.426","16417.880"],["5354.804","16403.699"],["5362.154","16375.399"],["5287.777","16537.733"],["5254.366","16553.973"],["5200.116","16562.557"],["5239.525","16510.835"],["5403.388","16504.791"],["5300.546","16534.311"],["5297.661","16527.558"],["5305.622","16484.420"],["5334.178","16446.766"],["5259.806","16543.252"],["5283.844","16526.069"],["5252.949","16560.478"],["5237.118","16544.825"],["5257.650","16501.452"],["5218.113","16518.817"],["5216.876","16494.011"],["5226.584","16455.902"],["5208.451","16445.710"],["5249.401","16388.011"],["5214.575","16372.787"],["5257.864","16558.810"],["5227.677","16512.838"],["5401.638","16550.734"],["5339.426","16458.293"],["5287.648","16386.876"],["5308.802","16486.471"],["5317.766","16498.527"],["5339.043","16424.008"],["5334.701","16464.817"],["5347.945","16366.903"],["5406.448","16468.604"],["5359.060","16363.007"],["5250.996","16521.226"],["5270.308","16529.636"],["5220.857","16515.043"],["5250.566","16517.046"],["5232.123","16528.928"],["5229.971","16509.236"],["5214.710","16457.050"],["5213.997","16430.188"],["5206.297","16451.766"],["5235.236","16364.536"],["5202.950","16364.648"],["5229.169","16523.777"],["5343.489","16444.438"],["5240.731","16517.498"],["5239.168","16506.895"],["14364.502","9296.770"],["14372.794","9348.610"],["14349.838","9344.422"],["14345.875","9314.599"],["14368.571","9293.206"],["14355.530","9316.863"],["14371.390","9347.730"],["14371.738","9334.118"],["14342.569","9354.511"],["14348.097","9316.412"],["14365.576","9367.259"],["14369.574","9355.659"],["14372.323","9341.057"],["14314.619","9367.118"],["14338.551","9375.049"],["14355.691","9317.553"],["14364.131","9295.598"],["14365.643","9303.939"],["14368.894","9345.579"],["14339.635","9373.804"],["14368.382","9324.693"],["14360.526","9285.100"],["14337.267","9362.211"],["14346.597","9293.376"],["9873.667","18882.433"],["9992.738","18859.586"],["9847.300","18794.533"],["9931.422","18878.458"],["10006.316","18738.931"],["9867.269","18780.132"],["9965.990","18874.944"],["9923.835","18857.709"],["9916.797","18790.542"],["9929.688","18879.793"],["9941.051","18846.655"],["13575.563","12642.206"],["13584.322","12550.640"],["13557.007","12682.942"],["13613.241","12613.083"],["5172.311","16009.178"],["5160.116","16068.043"],["5052.998","16127.556"],["5195.658","16003.110"],["5177.910","16044.029"],["5110.894","16126.411"],["5039.103","16124.701"],["5101.987","16124.931"],["5184.716","16011.079"],["5179.532","15976.453"],["5179.465","16057.377"],["5164.852","16010.765"],["5171.565","15996.313"],["5163.446","15976.933"],["5180.855","16043.213"],["5195.798","15999.566"],["5172.550","16072.990"],["4532.462","13069.245"],["10700.828","7902.386"],["10746.147","8097.534"],["10790.113","7972.988"],["16016.753","11417.173"],["16035.345","11445.420"],["16024.777","11416.815"],["16015.311","11427.512"],["15997.965","11431.423"],["16048.490","11366.518"],["16005.079","11438.272"],["16006.226","11424.351"],["16039.366","11395.059"],["6818.676","13137.753"],["6785.571","13079.451"],["6828.315","13121.670"],["6794.772","13102.947"],["6793.648","13124.603"],["6746.694","12982.765"],["6844.581","13134.299"],["6826.998","13142.239"],["6816.269","13126.652"],["6742.974","13056.833"],["6752.346","13091.913"],["6824.928","13126.883"],["6770.613","13095.256"],["6746.527","12976.910"],["9045.945","13864.235"],["9040.239","13870.952"],["9009.186","13883.425"],["8998.889","14019.138"],["9001.554","14007.877"],["9054.748","13860.183"],["9030.430","13868.579"],["8996.832","13903.788"],["8998.196","14025.280"],["9007.057","14005.741"],["9061.479","13998.938"],["9045.536","13857.971"],["9044.568","13864.439"],["9029.801","13871.442"],["9028.164","13864.683"],["8994.429","13905.411"],["8991.810","14017.169"],["8996.856","14019.602"],["9003.715","14013.258"],["8998.996","14008.272"],["9051.030","13865.860"],["9025.328","13868.851"],["8994.815","13894.301"],["9007.285","14005.163"],["13772.067","14761.587"],["7620.422","16397.489"],["7610.048","16534.004"],["7561.667","16500.017"],["7602.991","16445.978"],["7656.296","16501.791"],["7605.472","16397.968"],["7689.722","16428.668"],["7589.583","16440.874"],["7675.949","16397.935"],["7603.679","16435.507"],["7602.075","16438.670"],["7693.712","16376.960"],["7693.712","16356.679"],["7626.748","16419.945"],["7660.110","16364.623"],["7697.363","16411.659"],["7602.218","16517.753"],["7669.024","16436.382"],["7700.280","16357.531"],["7717.001","16399.500"],["7660.979","16380.106"],["7601.543","16441.196"],["7643.153","16476.300"],["7617.248","16396.333"],["7693.668","16387.148"],["7618.797","16444.846"],["7640.521","16493.360"],["7667.133","16440.775"],["7553.860","16419.883"],["7692.708","16443.236"],["7684.682","16465.069"],["7601.064","16465.003"],["7676.777","16377.878"],["7724.715","16368.583"],["7617.058","16546.264"],["7604.649","16437.035"],["7673.693","16471.240"],["7673.455","16483.509"],["7601.722","16443.177"],["7864.325","17916.442"],["7887.927","17912.678"],["7792.391","18005.128"],["7766.322","18024.885"],["7906.307","17914.654"],["7741.170","17832.508"],["7745.180","17845.862"],["7796.777","17934.414"],["7877.618","17915.741"],["7734.851","17823.127"],["7734.380","17960.402"],["7864.067","17921.453"],["7880.387","17942.768"],["7921.192","17945.995"],["7726.555","17833.900"],["4949.414","15585.473"],["4968.043","15589.390"],["4967.032","15559.727"],["4059.970","17902.942"],["4120.959","17865.713"],["4113.646","17856.530"],["5293.630","17851.510"],["5349.171","17889.524"],["5336.074","17883.946"],["5389.939","17901.932"],["5220.626","17946.508"],["5214.935","17857.590"],["5329.368","17893.702"],["5268.020","17995.568"],["5248.649","17996.965"],["5238.546","17951.043"],["5221.411","17838.651"],["5271.642","17993.001"],["5286.938","18042.976"],["5232.349","18016.238"],["5381.222","17894.004"],["5390.416","17882.955"],["5319.495","17887.530"],["5261.506","17995.112"],["5294.122","18031.661"],["5341.079","17929.745"],["5305.240","17930.003"],["5366.146","18004.369"],["9520.588","18335.788"],["9520.224","18344.713"],["9509.340","18273.888"],["9501.218","18297.598"],["9560.861","18354.845"],["9523.330","18307.524"],["9504.046","18272.598"],["9494.767","18396.802"],["9477.677","18328.666"],["9587.841","18357.565"],["9488.857","18278.067"],["9422.669","18443.701"],["9457.612","18416.045"],["9540.907","18405.867"],["9536.538","18412.660"],["9540.999","18271.467"],["9417.200","18393.765"],["9479.669","18374.007"],["9491.977","18277.149"],["9525.280","18297.990"],["9506.529","18273.506"],["9494.462","18394.249"],["9477.828","18331.284"],["9587.433","18359.995"],["9486.367","18278.923"],["9421.169","18450.892"],["9458.702","18413.566"],["9534.228","18402.816"],["9537.939","18410.408"],["9619.593","18378.068"],["9596.994","18272.401"],["9537.628","18269.147"],["9466.253","18446.984"],["9523.988","18300.172"],["9505.300","18272.739"],["9494.307","18395.770"],["9478.090","18329.880"],["9587.979","18358.623"],["9487.791","18278.891"],["9422.455","18448.550"],["9457.767","18414.633"],["9536.080","18404.651"],["9536.894","18411.197"],["9619.239","18379.934"],["9589.632","18279.899"],["9502.124","18300.969"],["9525.914","18292.528"],["9527.887","18291.570"],["9429.316","18293.958"],["9528.138","18297.006"],["9418.198","18451.640"],["9534.179","18399.764"],["9617.326","18377.407"],["9522.806","18304.371"],["9422.893","18446.769"],["9537.780","18405.446"],["9519.960","18309.069"],["9505.126","18268.767"],["9490.880","18397.699"],["9481.642","18328.165"],["9591.815","18357.799"],["9490.446","18281.766"],["9453.837","18414.685"],["9532.977","18410.819"],["4376.509","11383.040"],["4513.212","11334.083"],["6247.901","17134.969"],["6243.108","17150.691"],["6180.690","17195.062"],["6190.740","17184.065"],["6248.932","17156.336"],["6186.323","17195.541"],["6242.423","17140.463"],["6236.808","17136.820"],["6207.515","17197.362"],["6191.818","17192.950"],["6708.724","13654.189"],["6687.146","13640.769"],["6730.973","13632.840"],["6735.186","13612.065"],["6699.279","13631.678"],["6734.320","13610.571"],["9886.247","17879.533"],["7094.962","14117.157"],["7100.371","14116.858"],["8710.573","19080.080"],["8710.600","19063.878"],["6533.417","17027.314"],["6529.698","17000.362"],["6525.393","16999.029"],["6542.184","17024.871"],["6525.896","16996.487"],["6512.780","17036.640"],["6525.574","17037.481"],["7656.457","8918.213"],["7605.550","8951.711"],["7652.339","8945.683"],["7645.619","8948.209"],["7684.875","8914.885"],["7702.914","8911.678"],["7571.084","8939.147"],["7706.259","8899.053"],["7622.880","8943.857"],["6983.885","16134.102"],["7039.549","16010.620"],["7056.593","16042.449"],["7074.609","16026.443"],["7090.721","16112.611"],["6992.974","16131.429"],["6980.753","16133.196"],["13008.187","7862.433"],["13000.514","7860.611"],["13004.099","7853.817"],["13000.855","7855.052"],["7970.911","8529.754"],["7941.140","8502.795"],["9482.239","16859.801"],["9501.269","16804.241"],["9453.091","16856.550"],["9463.848","16826.264"],["9439.860","16800.866"],["9450.730","16796.044"],["5321.213","18945.643"],["5308.907","18902.694"],["5325.157","18945.964"],["5210.802","18944.140"],["5381.006","18946.144"],["5234.192","18907.828"],["9666.777","14291.715"],["9772.106","14328.924"],["9681.503","14268.668"],["9687.879","14294.440"],["9678.444","14258.180"],["9683.230","14248.552"],["9732.508","14240.010"],["9626.464","14436.851"],["9655.796","14249.064"],["9731.506","14243.128"],["9738.997","14242.900"],["9640.631","14406.971"],["9767.846","14309.915"],["9685.691","14278.486"],["9693.246","14268.536"],["5833.026","11358.656"],["7765.035","16134.546"],["7865.524","16141.078"],["7922.169","16088.522"],["7916.395","16067.189"],["7901.073","16082.660"],["7775.465","16056.161"],["7838.097","16138.991"],["7907.201","16082.085"],["7898.602","16083.399"],["7745.368","16052.569"],["7763.567","16100.922"],["7900.037","16083.459"],["7824.348","16047.057"],["7749.904","16100.085"],["7860.852","16133.485"],["7912.366","16082.510"],["7735.470","16006.914"],["7751.804","16050.581"],["7777.441","16055.486"],["7874.635","16126.168"],["7914.192","16078.018"],["7915.622","16073.283"],["7759.967","16018.676"],["7780.658","16063.524"],["7902.410","16086.441"],["9865.967","16094.044"],["9865.440","16102.523"],["9848.964","16076.285"],["9866.754","16061.774"],["9858.311","16071.077"],["9850.119","16088.599"],["9871.341","16074.540"],["8516.300","15922.419"],["8383.245","15814.061"],["8459.791","15890.865"],["8358.001","15780.139"],["8387.110","15811.758"],["8443.206","15875.246"],["8464.482","15914.254"],["8416.359","15830.267"],["8386.371","15819.053"],["8409.160","15866.909"],["8387.550","15816.617"],["8383.490","15820.047"],["8387.737","15814.803"],["12561.542","14228.808"],["2716.915","11057.066"],["2797.359","11041.016"],["2764.116","10999.856"],["2715.542","11053.098"],["6978.868","15705.921"],["2548.923","10931.486"],["2464.537","10959.439"],["2554.324","10948.346"],["2580.211","10957.462"],["2543.004","10942.192"],["7736.435","17326.417"],["7884.977","17269.877"],["7888.468","17275.196"],["7833.947","17204.644"],["7815.430","17405.828"],["7827.276","17388.314"],["7731.788","17308.474"],["7790.940","17216.833"],["7733.600","17325.901"],["7894.739","17269.621"],["7885.934","17275.261"],["7892.165","17268.936"],["7887.351","17275.574"],["7808.622","17387.610"],["7726.816","17307.546"],["7732.574","17323.869"],["7729.865","17336.085"],["7726.069","17350.609"],["7759.269","17345.733"],["7772.965","17354.595"],["7752.018","17334.547"],["7767.914","17361.527"],["7729.150","17399.676"],["7896.207","17272.304"],["7890.376","17272.142"],["7813.306","17404.802"],["7887.773","17268.761"],["7744.975","17323.209"],["7889.011","17279.161"],["6395.503","19046.030"],["6360.972","18970.643"],["6333.527","19042.231"],["6335.832","19043.090"],["6422.040","19021.399"],["6331.949","19040.601"],["6310.961","19009.197"],["6460.147","19048.480"],["6443.594","19063.593"],["6411.657","19075.467"],["6407.037","19018.788"],["6413.829","19002.371"],["6379.199","19005.678"],["6360.449","18973.604"],["6414.035","19005.364"],["6283.954","19024.821"],["6324.809","19067.810"],["6354.211","19069.594"],["6281.663","19025.782"],["6448.731","19040.623"],["6432.328","19058.341"],["6397.587","19045.457"],["6445.369","19034.057"],["5904.688","16570.308"],["5855.773","16609.542"],["5861.558","16601.621"],["5911.020","16570.087"],["5859.445","16603.124"],["5916.166","16571.759"],["5896.063","16564.796"],["5864.534","16601.897"],["5907.502","16568.857"],["5856.596","16606.462"],["14539.826","6044.283"],["8142.164","14285.088"],["8090.500","14304.391"],["8049.319","14329.354"],["8027.957","14335.452"],["8140.225","14251.620"],["7966.865","17056.145"],["7939.337","17186.997"],["7960.613","17052.349"],["7941.228","17194.116"],["7962.198","17054.536"],["7941.179","17191.518"],["8080.304","17069.005"],["8087.126","17142.720"],["7960.885","17049.636"],["7939.027","17196.105"],["8090.785","17145.882"],["8086.401","17150.830"],["7963.805","17055.406"],["7940.816","17189.692"],["8112.475","17089.698"],["8103.858","17089.060"],["8071.379","17078.410"],["8083.462","16989.735"],["8038.226","17012.421"],["4512.932","17169.155"],["4511.053","17083.572"],["4424.457","17182.752"],["4405.911","17061.273"],["4527.249","17165.089"],["4508.719","17063.746"],["4437.111","17056.913"],["4543.320","17155.145"],["4468.196","17058.642"],["4422.064","17180.386"],["4423.729","17080.557"],["4470.053","17117.240"],["4496.564","17070.262"],["4498.575","17141.130"],["4382.575","17039.301"],["4530.292","17151.520"],["4486.150","17068.872"],["4464.895","17155.969"],["4385.573","17042.808"],["4500.079","16990.097"],["4528.942","17171.345"],["4523.696","17080.775"],["4468.642","17140.300"],["4502.640","17130.834"],["4466.632","17085.542"],["4477.011","17162.775"],["4401.075","17056.180"],["7743.604","15704.360"],["6094.929","14603.087"],["6045.575","14612.168"],["6085.534","14608.683"],["6092.377","14606.850"],["5289.114","18272.571"],["5339.093","18334.766"],["5402.711","18346.079"],["5356.153","18265.203"],["5325.133","18286.392"],["5281.111","18259.757"],["5335.252","18342.663"],["5356.712","18303.535"],["5253.143","18278.531"],["5253.990","18274.358"],["7507.398","18323.305"],["7313.506","18448.174"],["7314.711","18441.097"],["6578.744","7886.568"],["6493.623","7839.090"],["6608.099","7745.937"],["6608.408","7809.910"],["6545.997","7725.125"],["6466.324","7740.813"],["6612.250","7743.705"],["6595.296","7774.065"],["6584.365","7839.988"],["6614.715","7741.823"],["6560.579","7715.979"],["6524.942","7854.979"],["6498.633","7839.906"],["6490.668","7829.537"],["6502.855","7827.422"],["13344.792","12787.489"],["4767.100","17365.770"],["14125.059","14046.476"],["13956.884","8803.337"],["13907.412","8768.228"],["13946.874","8753.514"],["14016.224","8839.491"],["13976.512","8857.076"],["13967.144","8808.726"],["13982.231","8821.327"],["13877.304","8774.363"],["13893.090","8761.455"],["14003.291","8787.498"],["14032.528","8922.467"],["14018.714","8915.827"],["14036.271","8935.318"],["13950.738","8819.899"],["13977.939","8816.707"],["13903.433","8743.104"],["13954.286","8747.904"],["14038.854","8853.737"],["14035.724","8921.351"],["13961.724","8805.946"],["13874.110","8788.303"],["13856.345","8761.878"],["6113.752","16833.282"],["6069.597","16837.190"],["6163.155","16845.578"],["6196.760","16819.377"],["6097.250","16979.584"],["6100.050","16975.485"],["6070.354","16817.511"],["6057.254","16838.988"],["6078.812","16857.584"],["6099.135","16875.210"],["6102.669","16874.120"],["6043.019","16966.793"],["6187.229","16786.361"],["6213.259","16825.652"],["6103.215","16817.349"],["6070.053","16846.062"],["6055.547","16840.896"],["6173.648","16849.921"],["6190.333","16814.504"],["6241.671","16895.902"],["6204.184","16917.283"],["6182.219","16910.160"],["6159.122","16960.607"],["6135.778","16930.042"],["6071.715","16843.989"],["6084.784","16826.869"],["6075.013","16817.944"],["6098.767","16908.526"],["6048.570","16949.715"],["6163.489","16837.972"],["6205.174","16788.504"],["6114.045","16809.457"],["6081.999","16832.408"],["6056.172","16864.364"],["6073.094","16775.534"],["6237.193","16874.218"],["6231.974","16929.102"],["6183.445","16908.059"],["6155.065","16931.723"],["6135.660","16921.880"],["6072.484","16847.251"],["6073.333","16851.203"],["6183.076","16795.204"],["6048.998","16910.492"],["6056.613","16912.886"],["6217.058","16827.898"],["6140.347","16863.522"],["6120.706","16802.240"],["6150.564","16784.544"],["6089.421","16866.786"],["6065.523","16872.401"],["6042.718","16875.941"],["6041.847","16856.569"],["6161.050","16850.747"],["6188.323","16814.720"],["6250.525","16875.984"],["6231.546","16931.381"],["6177.336","16901.905"],["6159.036","16973.262"],["6144.077","16962.231"],["6083.663","16829.219"],["6154.290","16852.944"],["6187.583","16825.603"],["15094.532","9169.654"],["15158.195","9292.965"],["15202.894","9309.637"],["15097.328","9166.383"],["15163.431","9355.902"],["15176.928","9305.320"],["15149.473","9364.027"],["15160.851","9304.217"],["15137.223","9366.494"],["15158.301","9307.881"],["15199.962","9287.386"],["5748.516","18041.747"],["14728.683","8975.090"],["14676.668","9063.584"],["14775.594","8985.716"],["14847.742","9061.928"],["14776.179","8966.100"],["14745.308","8981.243"],["14882.454","8995.952"],["14838.858","8963.755"],["14764.146","8958.186"],["7330.435","15626.568"],["15985.145","7532.443"],["16131.752","7476.513"],["15952.096","7561.475"],["15946.764","7557.049"],["15966.926","7613.523"],["16010.357","7559.417"],["16027.198","7524.978"],["15963.113","7498.213"],["15980.152","7524.338"],["15948.594","7570.574"],["15990.466","7617.145"],["15984.675","7567.480"],["16037.982","7507.800"],["15974.032","7503.026"],["15945.176","7525.082"],["15988.761","7611.863"],["15989.216","7628.512"],["16004.881","7570.146"],["15991.275","7558.523"],["16023.853","7525.787"],["16028.616","7502.242"],["15967.152","7534.254"],["15966.136","7538.520"],["7252.479","15838.174"],["7203.054","15819.782"],["7204.120","15815.719"],["7175.345","15771.068"],["7217.523","15835.844"],["7171.314","15777.618"],["7242.619","15847.213"],["7203.449","15832.891"],["7206.149","15808.213"],["7201.932","15827.173"],["7178.517","15782.287"],["12632.018","12190.617"],["8345.379","13676.003"],["8273.956","13697.282"],["8339.694","13666.657"],["8331.912","13687.611"],["8336.926","13669.901"],["8337.321","13685.393"],["8353.285","13681.388"],["8332.213","13669.845"],["8274.793","13796.772"],["8273.321","13808.484"],["8531.141","16369.762"],["8535.523","16547.714"],["8514.992","16400.592"],["8525.476","16412.831"],["8547.891","16395.977"],["8374.861","16369.941"],["8523.792","16363.134"],["8538.192","16547.457"],["8505.174","16402.032"],["8527.364","16414.269"],["8548.009","16398.106"],["8525.182","16365.367"],["8536.810","16547.131"],["8508.287","16400.876"],["8549.742","16397.587"],["8524.514","16360.151"],["8503.344","16399.574"],["8528.249","16368.547"],["8512.555","16402.191"],["8534.902","16543.744"],["8551.551","16396.144"],["8566.971","16396.605"],["6387.464","16488.905"],["6405.245","16507.668"],["6421.025","16465.756"],["6415.436","16366.166"],["6273.257","16547.938"],["6278.631","16544.599"],["6298.797","16563.299"],["6453.396","16460.455"],["6432.891","16485.595"],["6422.677","16459.395"],["6364.009","16465.527"],["6415.592","16502.008"],["6419.786","16464.176"],["6414.933","16473.543"],["6445.973","16450.703"],["6416.742","16375.829"],["6267.219","16540.744"],["6300.495","16537.952"],["6283.187","16546.826"],["6455.917","16451.880"],["6424.877","16438.896"],["6388.884","16489.032"],["6413.026","16501.338"],["6419.753","16465.121"],["6415.197","16470.850"],["6442.737","16450.001"],["6417.215","16373.154"],["6262.399","16539.972"],["6299.372","16561.204"],["6258.397","16555.184"],["6455.638","16470.965"],["6451.597","16473.994"],["6435.777","16478.249"],["6360.982","16458.911"],["6417.138","16504.616"],["6419.523","16501.271"],["6412.609","16475.514"],["6414.270","16377.515"],["6407.635","16505.663"],["6416.922","16368.796"],["6388.703","16485.083"],["6418.731","16468.965"],["8350.210","14290.477"],["8224.812","14366.725"],["8164.310","14407.113"],["8218.774","14256.846"],["8352.416","14294.397"],["8313.286","14371.045"],["8348.784","14300.750"],["8340.776","14355.788"],["8330.222","14359.535"],["8282.625","14395.482"],["8280.710","14299.938"],["8323.090","14348.511"],["8304.725","14400.811"],["8291.777","14348.720"],["8316.479","14410.230"],["8289.861","14285.918"],["8349.311","14293.537"],["8304.894","14409.106"],["5207.018","15142.659"],["5203.086","15116.754"],["5847.738","14071.144"],["14338.299","9713.216"],["14343.286","9778.516"],["14300.934","9783.927"],["14329.169","9721.796"],["14337.585","9714.857"],["14339.941","9787.469"],["14309.664","9784.424"],["14317.293","9674.675"],["14364.518","9727.459"],["14335.178","9781.187"],["14315.442","9758.646"],["14305.321","9717.027"],["14266.247","9604.901"],["14331.871","9730.964"],["14292.719","9782.686"],["14312.449","9693.805"],["14343.507","9715.090"],["14266.112","9784.014"],["14317.157","9692.246"],["14453.026","9773.336"],["14335.236","9726.439"],["14353.136","9783.760"],["14306.003","9741.901"],["14344.882","9701.990"],["8981.827","18967.385"],["8961.309","18997.490"],["10238.955","17286.749"],["10090.859","17397.862"],["10112.566","17408.901"],["10207.851","17304.709"],["6536.857","14993.827"],["6624.723","14896.602"],["6509.818","15006.808"],["6582.257","15006.788"],["5034.765","18040.999"],["9528.706","15909.170"],["9510.943","15902.043"],["9503.325","15904.995"],["9505.932","15904.721"],["9507.417","15901.381"],["9504.668","15904.289"],["9502.452","15901.202"],["9470.337","17167.165"],["9523.116","17173.193"],["9437.517","17015.692"],["9538.688","16993.954"],["9499.277","17072.495"],["9473.869","16991.118"],["9466.611","17160.877"],["9522.149","17175.402"],["9435.097","17022.652"],["9535.049","16988.673"],["9503.772","17066.773"],["9466.975","17163.536"],["9523.079","17174.244"],["9436.262","17020.482"],["9535.521","16991.032"],["9501.461","17067.990"],["9470.225","16987.731"],["9468.179","17158.592"],["9432.444","17023.047"],["9506.641","17067.192"],["9467.975","17165.066"],["9437.047","17018.771"],["9536.515","16992.634"],["9500.361","17069.540"],["9471.331","16989.255"],["9526.908","17174.508"],["6134.480","9272.119"],["6105.494","9311.406"],["6068.397","9250.156"],["6084.056","9265.209"],["6125.063","9317.250"],["6051.072","9223.881"],["6044.466","9198.031"],["6139.045","9314.978"],["6055.531","9246.087"],["4641.334","9400.948"],["4587.793","9561.464"],["7199.656","17216.566"],["7138.348","17368.765"],["7149.387","17350.605"],["7295.270","17365.155"],["7143.435","17402.830"],["7289.140","17272.011"],["7290.188","17407.401"],["6144.384","9455.563"],["6057.244","9561.540"],["6106.795","9584.484"],["6089.639","9536.534"],["6108.555","9547.190"],["6089.832","9560.571"],["6121.801","9584.450"],["7733.579","18730.951"],["7803.939","18802.527"],["9931.351","17650.967"],["10030.757","17626.616"],["9892.860","17757.298"],["9839.457","17819.466"],["9999.563","17744.784"],["9882.316","17693.780"],["9908.646","17673.672"],["9893.586","17749.991"],["9841.833","17818.345"],["10006.786","17743.496"],["9884.383","17692.090"],["9886.901","17661.605"],["9892.324","17752.292"],["9840.647","17818.572"],["10004.187","17742.912"],["9883.124","17692.816"],["9925.916","17649.789"],["9896.324","17748.897"],["10008.518","17745.922"],["9888.321","17663.882"],["9887.496","17656.345"],["9892.196","17754.188"],["10002.360","17743.293"],["9910.492","17674.703"],["10018.530","17627.517"],["9837.715","17815.927"],["9879.569","17691.062"],["7697.715","9815.383"],["7700.997","9819.216"],["13284.904","10858.318"],["5435.479","17402.482"],["5453.541","17238.046"],["5437.549","17374.747"],["5454.674","17253.175"],["9148.889","16361.668"],["9148.773","16382.869"],["9148.318","16357.415"],["9152.149","16357.896"],["6313.669","9442.232"],["6353.006","9407.532"],["6325.795","9386.647"],["6248.587","9452.633"],["6368.725","9397.479"],["6308.134","9438.498"],["6367.639","9379.940"],["6363.166","9415.845"],["6364.098","9414.397"],["6325.240","9381.870"],["6325.605","9390.329"],["6253.129","9458.939"],["6363.031","9413.124"],["6363.598","9402.070"],["6372.309","9398.805"],["6260.028","9460.854"],["6303.769","9442.102"],["6363.952","9379.506"],["6366.693","9418.757"],["6309.626","9439.275"],["6364.291","9391.099"],["6310.226","9436.624"],["6311.960","9445.162"],["6350.250","9416.011"],["6265.962","9464.060"],["6322.801","9381.014"],["6366.852","9406.337"],["6360.601","9402.718"],["6324.425","9385.164"],["6257.513","9462.643"],["6369.409","9412.923"],["6306.099","9088.678"],["6407.620","9145.733"],["6395.192","9115.890"],["6388.054","9095.950"],["6391.065","9058.195"],["6407.433","9146.692"],["6281.921","9089.995"],["6263.104","8995.896"],["6408.043","9112.413"],["6401.901","9117.063"],["6269.140","9106.153"],["6330.339","9067.272"],["6371.913","9132.198"],["6268.885","9111.805"],["6385.767","9063.673"],["6357.000","9060.069"],["6979.410","6119.409"],["6937.551","6100.835"],["6985.743","6042.943"],["6911.021","6062.797"],["6988.742","6148.861"],["6993.392","6085.492"],["6937.583","6036.781"],["6997.834","6138.536"],["6929.423","6090.030"],["6944.276","6099.245"],["6843.735","13120.268"],["6881.390","13117.689"],["6855.937","13171.163"],["6876.324","13123.618"],["6875.803","13103.354"],["6851.833","13105.701"],["6869.214","13179.355"],["6865.926","13119.013"],["7514.266","16038.321"],["7512.135","16104.216"],["7477.257","16082.038"],["7503.864","16040.266"],["7476.461","16077.620"],["7475.300","16125.422"],["7512.414","15971.407"],["7450.332","15994.817"],["7471.272","15998.372"],["7437.653","15932.273"],["7494.452","15935.313"],["7315.018","15941.366"],["7415.722","15964.182"],["7375.037","16044.229"],["7402.521","15997.823"],["7372.407","16005.611"],["7382.938","16000.092"],["7402.409","16049.009"],["7342.234","16007.383"],["7359.364","16037.052"],["7349.150","15987.797"],["7354.991","15994.285"],["7332.357","15980.270"],["7351.218","15994.830"],["7450.428","15998.268"],["7429.405","15981.299"],["7506.021","16044.439"],["7511.549","16010.611"],["7452.810","15998.294"],["7455.470","16031.454"],["7440.740","16039.310"],["6831.667","7367.200"],["6817.635","7403.809"],["6681.201","7432.724"],["6820.823","7405.267"],["6818.870","7393.289"],["6715.638","7464.527"],["9168.766","17947.426"],["9194.416","17937.388"],["9113.999","17991.174"],["9124.997","17889.115"],["9156.843","17996.938"],["9147.912","18033.113"],["9147.449","18022.535"],["9109.110","17895.262"],["9165.189","17887.205"],["9050.370","18019.494"],["9041.984","18036.091"],["9115.277","18016.086"],["9187.963","17928.160"],["9113.728","17886.929"],["9162.415","17884.272"],["9147.648","17981.429"],["9149.141","18020.674"],["9103.643","17900.196"],["9167.522","17888.208"],["9049.814","18016.888"],["9137.708","18004.654"],["9046.570","18028.045"],["9016.743","18039.247"],["9152.293","17996.933"],["9149.237","17985.957"],["9147.243","18039.185"],["9147.848","18021.500"],["9106.163","17899.282"],["9166.376","17887.235"],["9049.804","18018.355"],["9043.825","18021.693"],["9150.143","17995.540"],["9193.637","17938.944"],["9120.290","17993.004"],["9107.215","17887.705"],["9153.742","17988.908"],["9180.116","17985.227"],["9100.887","17899.094"],["9169.056","17885.275"],["9025.954","18039.347"],["9153.302","17999.779"],["9147.086","17985.314"],["9150.953","18031.650"],["9107.517","17897.997"],["9192.152","17936.486"],["9109.666","17882.965"],["9149.497","18023.517"],["9055.191","17974.258"],["9188.146","17985.111"],["9144.333","18019.995"],["9166.622","17883.451"],["9046.623","18020.734"],["8888.613","16370.479"],["8928.819","16497.560"],["8964.240","16526.677"],["8902.125","16383.294"],["8845.817","16401.741"],["8968.489","16526.288"],["8855.823","16391.005"],["8856.503","16388.601"],["8967.645","16542.272"],["8971.996","16482.268"],["8936.710","16465.896"],["3345.983","11810.018"],["5681.806","17512.992"],["5620.751","17415.924"],["5635.493","17431.428"],["5695.957","17540.435"],["5661.984","17527.296"],["5651.640","17612.951"],["5805.962","17463.529"],["5636.610","17414.924"],["5620.202","17414.715"],["5631.583","17425.503"],["5823.698","17478.586"],["5762.032","17494.724"],["5776.584","17492.754"],["5754.194","17426.038"],["5769.391","17455.121"],["5688.023","17453.357"],["5635.852","17417.323"],["5632.067","17428.100"],["5696.661","17522.070"],["5704.640","17478.025"],["5637.133","17582.778"],["5653.432","17596.932"],["5772.976","17440.125"],["5687.283","17459.236"],["5633.089","17423.419"],["5632.289","17417.842"],["5633.092","17429.496"],["7258.722","17028.181"],["7252.813","17043.746"],["9093.229","15910.953"],["9124.565","15871.051"],["9109.265","15863.186"],["9066.046","15865.992"],["9095.693","15841.274"],["9166.525","15929.743"],["9118.137","15835.889"],["9112.132","15906.385"],["9082.510","15808.085"],["9052.127","15815.683"],["9059.798","15843.080"],["9005.491","15752.950"],["9111.272","15833.610"],["9113.882","15904.350"],["9062.538","15855.921"],["9173.779","15928.633"],["9113.422","15835.222"],["9112.688","15905.109"],["9061.041","15855.676"],["9171.239","15928.108"],["9110.938","15830.581"],["9169.385","15928.374"],["9108.927","15903.962"],["9059.458","15852.027"],["5179.780","15681.577"],["5124.354","15660.624"],["5147.682","15642.847"],["5187.237","15666.849"],["5112.303","15672.210"],["5148.443","15620.627"],["13199.185","11729.411"],["13347.337","11793.371"],["8027.515","13518.443"],["8140.900","13438.694"],["7951.910","13462.467"],["8137.487","13439.903"],["7501.812","7888.961"],["7493.888","7889.944"],["7425.640","7895.689"],["7434.160","7880.246"],["7471.985","7873.509"],["7469.816","7872.053"],["7501.496","7879.978"],["7491.254","7877.199"],["8911.637","14849.967"],["8890.995","14837.200"],["8784.390","14726.653"],["8935.863","14837.399"],["8865.814","14830.495"],["8948.012","14747.076"],["8953.051","14765.625"],["8987.294","14768.792"],["8982.317","14695.521"],["8882.590","14871.238"],["8951.329","14735.872"],["8958.021","14754.554"],["8984.525","14773.804"],["8792.414","14731.718"],["8932.459","14871.866"],["8808.521","14686.537"],["8502.369","17201.486"],["8500.660","17217.540"],["8552.536","17353.004"],["8460.571","17376.439"],["8366.926","17285.070"],["8363.627","17289.497"],["8429.422","17266.896"],["8500.267","17201.582"],["8369.818","17389.336"],["8550.059","17353.838"],["8467.680","17374.635"],["8474.672","17237.332"],["8434.567","17211.979"],["8369.801","17382.672"],["8551.483","17353.845"],["8465.053","17374.193"],["8429.325","17264.191"],["8427.299","17254.592"],["8395.857","17258.356"],["8361.888","17286.336"],["8482.122","17253.265"],["8425.985","17381.791"],["8386.824","17391.036"],["8547.110","17351.761"],["8469.553","17376.773"],["8463.257","17374.747"],["8476.806","17235.246"],["8554.058","17356.722"],["6716.061","6130.019"],["6852.944","6103.785"],["6877.712","6093.610"],["6714.937","6132.620"],["8011.188","18463.371"],["8144.384","18299.548"],["7961.613","18279.548"],["8008.205","18464.595"],["8145.633","18299.612"],["8140.117","18411.402"],["8099.897","18333.025"],["8111.125","18337.176"],["8103.787","18368.012"],["8017.598","18441.158"],["8102.610","18391.796"],["8106.330","18391.073"],["8109.631","18361.512"],["8045.610","18341.597"],["8050.600","18320.317"],["8086.321","18322.586"],["8031.168","18315.932"],["8040.383","18284.810"],["8044.621","18287.023"],["8055.737","18289.186"],["8048.883","18257.870"],["8071.491","18281.233"],["8054.395","18304.274"],["8052.085","18268.087"],["8032.022","18271.754"],["8021.992","18353.409"],["8024.652","18361.177"],["8016.086","18356.142"],["8010.817","18347.455"],["8011.748","18345.373"],["8010.749","18350.770"],["7938.268","18301.417"],["7982.469","18372.556"],["7984.744","18355.156"],["7996.010","18375.758"],["7962.946","18432.213"],["7953.175","18366.388"],["7970.885","18375.895"],["7940.872","18356.042"],["7950.325","18343.112"],["7943.732","18377.486"],["7942.340","18374.047"],["8068.646","18407.872"],["8109.585","18433.683"],["8115.713","18411.906"],["8083.717","18436.227"],["8061.225","18454.274"],["8047.751","18454.722"],["8077.894","18448.059"],["8141.053","18446.672"],["8113.297","18461.404"],["8097.417","18428.138"],["8119.800","18430.887"],["8033.224","18438.061"],["7966.652","18428.644"],["7968.884","18426.066"],["8144.801","18295.730"],["5950.530","17775.013"],["5968.290","17702.239"],["5903.001","17768.234"],["5929.607","17753.483"],["5842.346","17743.220"],["5973.082","17696.798"],["5833.409","17687.061"],["5875.162","17723.844"],["5877.258","17725.849"],["5926.754","17715.172"],["5970.711","17697.980"],["5974.994","17829.741"],["5836.830","17675.220"],["5938.433","17696.100"],["5951.419","17622.923"],["5898.034","17755.649"],["5891.619","17767.936"],["5975.786","17697.700"],["5969.545","17699.369"],["15302.961","5414.697"],["7906.145","8440.990"],["7776.821","8522.952"],["7910.315","8471.400"],["7789.804","8522.320"],["7932.748","8470.372"],["7774.983","8518.054"],["7924.423","8476.377"],["7862.363","8519.796"],["7898.130","8483.823"],["10133.294","7586.638"],["10181.046","7511.465"],["10214.024","7578.129"],["10187.992","7603.180"],["10096.804","7679.671"],["10113.396","7572.942"],["10157.338","7504.896"],["10096.748","7666.728"],["10131.517","7639.535"],["10226.743","7576.375"],["10093.242","7560.154"],["10196.751","7572.864"],["10173.078","7613.899"],["7025.187","19007.184"],["6945.838","18996.767"],["6977.053","19013.799"],["6939.108","18950.282"],["6958.703","19095.784"],["7048.604","19033.681"],["7023.434","18952.869"],["6935.097","19001.689"],["6935.725","18930.474"],["6907.485","19041.836"],["6932.446","19086.114"],["6967.578","19085.585"],["6959.199","18892.935"],["6951.014","19064.453"],["7042.155","18962.862"],["7041.810","19031.815"],["7029.217","18962.602"],["6943.826","18998.384"],["6955.728","18906.381"],["6957.287","18971.333"],["6953.636","19019.260"],["7018.670","19019.941"],["6908.568","19090.685"],["13276.154","12748.092"],["13312.923","12708.675"],["8163.865","17608.434"],["8293.260","17423.046"],["8174.105","17512.235"],["8161.733","17481.324"],["8150.729","17602.117"],["8168.020","17504.424"],["8155.786","17477.083"],["8168.950","17506.895"],["8157.182","17479.271"],["8153.391","17602.617"],["8169.225","17501.654"],["8156.215","17474.099"],["8171.418","17510.583"],["8158.734","17480.348"],["8169.923","17507.935"],["7899.112","13941.175"],["9711.697","17620.482"],["9770.175","17579.835"],["9663.132","17565.795"],["9736.542","17586.204"],["9622.371","17589.842"],["9634.628","17514.809"],["9645.401","17459.377"],["9788.524","17550.756"],["9661.108","17509.575"],["9828.329","17506.165"],["9772.145","17581.956"],["9635.930","17548.461"],["9765.914","17586.635"],["9622.059","17605.039"],["9634.003","17517.387"],["9647.255","17461.068"],["9789.241","17558.071"],["9673.822","17493.506"],["9780.611","17445.684"],["9622.439","17593.573"],["9634.785","17516.230"],["9646.374","17459.859"],["9790.002","17555.462"],["9679.319","17470.283"],["9797.935","17582.337"],["9647.706","17554.010"],["9760.503","17597.589"],["9786.680","17559.583"],["9650.807","17532.025"],["9774.843","17437.446"],["9625.737","17590.208"],["9789.779","17553.639"],["9675.089","17470.496"],["9695.116","17620.041"],["9770.376","17581.013"],["9633.430","17558.536"],["9763.136","17589.179"],["9630.857","17600.010"],["9630.099","17594.427"],["9638.549","17515.507"],["9647.705","17456.135"],["9670.831","17492.334"],["7158.987","7667.682"],["7143.149","7672.625"],["7151.642","7671.788"],["14337.043","9381.259"],["14309.589","9383.455"],["14288.386","9432.893"],["14323.027","9397.576"],["14304.469","9394.716"],["14324.740","9387.571"],["13797.605","9183.388"],["13756.578","9196.059"],["13776.978","9181.848"],["13774.399","9180.652"],["13755.235","9177.511"],["8483.487","15306.086"],["8507.361","15307.626"],["8477.453","15313.634"],["8377.533","17644.738"],["9735.155","18857.766"],["9768.771","18867.399"],["9765.820","18877.611"],["9728.949","18854.436"],["9732.021","18849.164"],["4285.321","10893.373"],["9288.278","16792.369"],["9278.004","16782.536"],["9290.222","16779.502"],["9200.821","16857.774"],["9199.215","16869.059"],["9018.264","16390.852"],["9013.115","16393.621"],["7430.180","16242.353"],["7365.087","16215.387"],["7509.886","16165.955"],["15025.434","5695.035"],["14969.990","5754.569"],["15013.898","5717.378"],["14968.890","5761.768"],["15084.084","5734.660"],["14972.028","5723.615"],["14990.139","5738.647"],["7109.534","16760.376"],["7171.717","16718.976"],["7181.932","16699.266"],["7193.543","16712.156"],["7133.884","16694.817"],["7155.511","16721.925"],["7093.426","16716.601"],["7119.302","16771.938"],["7171.118","16770.180"],["7195.311","16769.071"],["7122.303","16747.392"],["14471.228","9843.409"],["14543.817","9860.337"],["14510.451","9838.810"],["14555.451","9875.584"],["14581.552","9864.833"],["14493.606","9835.803"],["14464.300","9880.276"],["14667.753","9889.179"],["14486.502","9870.111"],["14585.423","9839.079"],["14519.638","9854.723"],["14577.016","9921.009"],["14478.715","9828.892"],["14491.494","9927.316"],["14585.081","9850.624"],["8268.849","17647.234"],["8159.506","17630.933"],["8293.142","17743.091"],["8336.375","17743.095"],["8162.111","17630.338"],["8295.981","17749.851"],["8242.600","17825.215"],["8160.638","17630.307"],["8295.578","17747.244"],["8336.703","17746.767"],["8294.072","17752.169"],["8237.692","17774.124"],["8294.972","17745.509"],["8262.289","17816.569"],["8243.437","17777.022"],["8167.836","17632.991"],["8158.375","17627.077"],["7114.028","12724.859"],["7119.476","12741.636"],["7141.552","12744.178"],["7123.248","12734.970"],["7137.857","12744.873"],["6421.628","12036.671"],["6459.264","12013.901"],["4087.015","18258.047"],["4746.068","14690.742"],["4761.162","14688.879"],["4751.462","14680.351"],["4763.290","14678.222"],["4767.011","14665.474"],["5652.043","16356.815"],["5689.681","16398.347"],["5626.023","16363.554"],["5637.586","16479.290"],["5680.849","16368.322"],["5645.685","16412.550"],["5655.069","16381.489"],["5649.017","16408.475"],["5618.568","16556.312"],["5658.228","18216.181"],["5777.606","18217.947"],["5631.847","18152.531"],["5661.609","18200.204"],["5769.712","18229.987"],["5762.310","18189.788"],["5632.718","18203.200"],["5641.255","18153.687"],["5775.320","18220.457"],["5677.840","18237.888"],["5620.630","18171.622"],["5726.024","18210.962"],["5683.524","18129.376"],["5776.570","18241.663"],["5692.272","18248.095"],["9665.691","14459.273"],["9687.994","14531.511"],["9620.675","14588.476"],["9674.406","14655.969"],["9665.842","14611.167"],["9678.520","14599.105"],["9815.778","14600.819"],["9648.312","14615.213"],["9651.267","14517.027"],["9671.547","14518.975"],["9627.912","14464.079"],["9656.582","14606.163"],["9684.984","14576.825"],["9815.054","14605.245"],["9652.713","14613.460"],["9635.675","14497.291"],["9679.719","14640.825"],["9669.295","14615.759"],["9666.612","14579.039"],["9788.804","14597.533"],["9646.262","14622.641"],["9651.819","14616.289"],["9687.266","14546.581"],["9656.399","14542.394"],["9673.356","14462.906"],["9663.997","14465.681"],["9664.080","14461.684"],["9702.794","14641.849"],["9675.743","14624.644"],["9662.764","14586.536"],["9803.097","14610.910"],["9649.520","14626.630"],["9670.677","14611.861"],["9669.721","14613.225"],["9788.607","14608.515"],["9697.517","14578.163"],["9757.555","14651.355"],["9787.965","14594.973"],["9703.337","14647.200"],["9667.338","14616.039"],["9681.004","14600.508"],["9817.159","14582.520"],["5562.618","16029.401"],["5517.806","16070.095"],["5605.347","16122.512"],["5604.147","16001.457"],["5586.433","15964.777"],["5591.089","15936.430"],["5495.666","16084.207"],["5528.876","16082.323"],["5607.868","16122.640"],["5556.593","16134.091"],["5563.874","16123.303"],["5555.858","16037.328"],["5574.904","16023.356"],["5448.220","16056.352"],["5409.969","16076.921"],["5498.171","16025.844"],["5614.416","15985.967"],["5606.840","16122.228"],["5609.131","16027.750"],["5513.851","16021.887"],["5521.643","15942.082"],["5422.184","16078.631"],["5411.542","15992.535"],["5409.837","16086.169"],["5494.531","16003.694"],["5608.939","15973.547"],["5605.445","16118.511"],["8198.105","13950.170"],["8230.903","13915.293"],["8183.347","13942.315"],["8169.012","13969.850"],["8166.853","13952.043"],["8183.330","13941.645"],["8165.021","14025.998"],["8346.963","14020.966"],["8344.409","14013.932"],["5367.630","17388.169"],["5341.440","17328.805"],["5237.388","17407.797"],["5349.563","17357.640"],["5255.701","17231.708"],["5225.434","17330.698"],["5230.416","17248.924"],["5231.126","17230.690"],["5250.758","17315.506"],["5225.166","17409.048"],["5212.871","17375.907"],["5370.529","17401.460"],["5221.029","17211.705"],["5220.955","17219.777"],["5300.316","17384.411"],["5249.857","17371.650"],["5211.929","17390.765"],["5208.644","17359.821"],["5367.488","17390.262"],["5202.535","17391.604"],["5207.896","17394.822"],["14252.883","8606.723"],["14252.482","8591.417"],["6444.430","13476.462"],["6446.644","13553.802"],["6395.927","13486.306"],["6461.208","13395.609"],["6435.786","13515.636"],["6448.072","13523.380"],["6384.289","13503.943"],["6422.728","13489.069"],["6460.839","13521.668"],["6402.800","13505.949"],["6402.569","13508.521"],["6435.889","13530.926"],["6437.451","13493.879"],["6246.960","16093.185"],["8734.967","16406.526"],["8724.515","16397.699"],["8715.279","16413.843"],["8744.283","16504.500"],["8761.355","16490.750"],["8738.641","16444.119"],["8760.212","16524.724"],["8757.737","16500.903"],["8726.998","16398.680"],["8717.495","16415.298"],["8746.767","16505.481"],["8763.206","16491.800"],["8733.440","16435.696"],["8757.375","16515.452"],["8756.594","16498.533"],["8725.946","16397.820"],["8716.557","16414.202"],["8745.714","16504.620"],["8762.777","16490.837"],["8734.105","16438.286"],["8748.591","16515.146"],["8758.424","16518.167"],["8756.844","16499.979"],["8734.927","16433.110"],["8725.945","16453.772"],["8754.974","16546.893"],["8743.383","16516.039"],["8758.733","16513.644"],["8736.878","16404.046"],["8736.151","16442.219"],["8749.388","16513.460"],["8758.232","16521.908"],["8725.765","16393.871"],["8717.274","16410.347"],["8745.533","16500.671"],["8762.044","16486.984"],["8754.285","16502.952"],["16843.175","7683.088"],["16971.166","7643.025"],["16965.265","7501.735"],["16886.034","7617.150"],["16826.022","7557.882"],["16792.441","7565.828"],["16799.238","7671.246"],["16842.316","7668.653"],["16938.605","7596.129"],["16945.476","7623.406"],["16922.373","7496.415"],["16980.700","7534.116"],["16917.193","7645.381"],["16911.300","7616.695"],["16801.219","7552.221"],["16819.624","7567.013"],["16811.373","7659.767"],["16965.154","7633.897"],["16954.561","7615.108"],["16972.624","7602.114"],["16891.857","7490.674"],["16914.840","7481.542"],["16920.840","7630.059"],["16933.189","7620.998"],["16825.463","7567.495"],["16952.045","7504.350"],["16928.624","7653.100"],["14147.349","13426.422"],["14137.921","13563.598"],["14046.293","13523.111"],["6571.348","18969.843"],["6495.997","18958.581"],["6634.753","18968.251"],["6558.092","18912.601"],["6531.092","18892.008"],["6582.141","18952.409"],["6473.430","19037.644"],["6489.011","19087.113"],["6478.064","19091.191"],["6560.904","18977.770"],["6526.578","18941.552"],["6586.591","18916.178"],["6494.917","18903.898"],["6502.483","18945.351"],["6509.780","18945.303"],["6471.720","18951.480"],["6476.069","19092.906"],["8405.663","13471.792"],["8406.343","13524.328"],["8497.682","13467.805"],["8484.516","13516.817"],["8458.332","13527.621"],["8507.454","13552.097"],["8531.459","13505.116"],["8463.347","13395.905"],["8486.480","13474.283"],["8495.219","13513.011"],["8461.501","13520.386"],["8528.806","13547.887"],["8514.262","13474.931"],["8562.194","13591.702"],["8483.658","13480.178"],["8487.880","13452.349"],["8484.755","13526.673"],["8479.791","13530.043"],["8447.669","13521.930"],["8452.643","13515.586"],["8510.496","13567.423"],["8509.805","13547.063"],["8525.808","13503.738"],["8519.004","13508.875"],["5370.243","9502.940"],["5367.201","9504.275"],["5394.991","9506.072"],["5382.824","9468.284"],["5352.552","9496.383"],["5356.593","9487.117"],["5391.673","9509.207"],["5313.498","18854.776"],["5263.005","18857.815"],["5393.830","18864.907"],["5320.949","18851.126"],["8529.532","19228.175"],["8539.036","19259.937"],["8539.595","19217.807"],["8550.804","19231.890"],["8541.352","19210.060"],["8545.201","19235.291"],["5223.542","6422.975"],["8967.562","17360.913"],["8889.813","17299.370"],["8888.667","17394.307"],["8961.055","17302.428"],["8896.403","17394.094"],["8925.395","17390.731"],["8964.121","17388.773"],["8970.426","17368.334"],["8893.299","17305.216"],["8910.744","17383.392"],["8962.075","17302.164"],["8904.180","17394.095"],["8931.187","17395.926"],["8965.420","17367.687"],["8970.712","17355.844"],["8967.423","17363.251"],["8905.894","17393.060"],["8933.127","17396.303"],["8958.066","17392.396"],["8962.971","17364.023"],["8875.174","17309.560"],["8910.272","17374.757"],["8952.091","17304.839"],["8905.221","17396.032"],["8930.539","17398.240"],["8895.880","17392.171"],["8926.370","17388.852"],["8872.428","17305.034"],["8892.673","17357.168"],["8950.118","17308.753"],["9759.801","18541.160"],["9771.463","18553.792"],["9764.488","18552.382"],["9755.772","18560.720"],["9733.881","18548.410"],["9733.557","18557.580"],["9618.266","18505.021"],["8602.677","17383.680"],["8671.135","17372.607"],["8667.276","17374.608"],["8670.443","17368.442"],["8669.677","17375.658"],["8668.750","17374.827"],["8672.564","17374.836"],["8668.693","17370.844"],["10810.420","7709.702"],["10777.804","7818.210"],["10842.046","7805.415"],["10773.348","7786.780"],["10707.035","7832.742"],["10692.141","7870.469"],["10812.415","7785.340"],["10696.515","7768.432"],["10722.839","7752.046"],["10814.570","7718.635"],["10821.587","7809.279"],["10717.250","7722.421"],["10817.224","7841.388"],["10754.904","7784.177"],["10836.293","7776.593"],["10716.485","7791.376"],["10724.438","7733.003"],["10708.987","7735.133"],["10824.931","7870.172"],["10837.035","7825.783"],["10760.856","7692.508"],["10760.186","7763.576"],["10730.167","7829.318"],["10789.885","7734.485"],["6208.526","16457.842"],["6195.942","16485.662"],["14427.773","9404.906"],["14422.450","9406.322"],["6393.238","18309.997"],["6363.145","18355.302"],["6338.627","18384.961"],["6398.915","18330.868"],["10117.863","13825.749"],["10214.766","13945.861"],["14299.503","12588.503"],["7348.612","17814.532"],["7510.977","17640.498"],["7452.774","17772.571"],["7438.855","17627.038"],["7445.222","17825.805"],["7434.693","17659.433"],["7465.638","17672.264"],["7434.124","17772.697"],["7487.143","17796.967"],["7459.383","17819.777"],["7478.467","17670.712"],["7903.204","15113.084"],["7915.011","15130.330"],["7909.453","15272.853"],["6183.099","9168.246"],["6194.528","9208.174"],["6226.001","9180.923"],["6159.299","9267.631"],["6164.437","9283.751"],["6203.115","9211.296"],["6185.257","9210.632"],["6231.936","9179.437"],["6219.144","9181.903"],["6166.607","9272.582"],["6166.348","9272.295"],["6196.615","9215.898"],["6230.854","9180.825"],["6158.775","9269.323"],["6162.584","9278.329"],["6177.023","9169.344"],["6178.754","9170.679"],["6187.909","9210.220"],["6186.777","9213.937"],["6223.237","9181.394"],["6229.841","9181.830"],["5989.303","15844.460"],["5979.559","15844.607"],["5996.088","15914.084"],["5982.183","15845.345"],["5978.168","15841.965"],["5989.417","15843.270"],["4577.990","18504.634"],["7315.066","16901.252"],["7410.862","16840.112"],["7330.127","16923.555"],["7330.609","16929.123"],["7465.869","16925.911"],["7382.374","16958.681"],["7402.965","16909.620"],["7372.703","16824.093"],["7359.211","16868.628"],["7392.859","16832.221"],["7410.534","16854.067"],["7328.022","16913.827"],["7329.260","16936.836"],["7501.987","16879.012"],["7469.122","16958.877"],["7387.292","16952.438"],["7379.826","16916.018"],["7377.193","16807.610"],["7362.484","16859.693"],["7351.074","16971.040"],["7405.851","16866.265"],["7354.988","16983.492"],["7415.353","16846.652"],["7335.587","16924.827"],["7336.382","16943.376"],["7506.668","16859.800"],["7470.386","16957.033"],["7389.545","16957.359"],["7385.940","16912.321"],["7385.170","16823.663"],["7366.941","16855.300"],["7417.063","16854.298"],["7331.509","16920.004"],["7327.961","16936.852"],["7501.900","16872.484"],["7466.814","16929.411"],["7469.812","16961.665"],["7393.509","16959.160"],["7387.140","16907.945"],["7368.690","16812.235"],["7379.145","16857.728"],["7510.230","16824.035"],["6729.879","16314.238"],["6846.440","16307.679"],["6813.964","16325.383"],["6729.017","16316.748"],["6845.976","16304.383"],["6857.433","16233.933"],["6761.747","16334.158"],["6855.167","16235.101"],["6762.107","16328.199"],["6844.862","16296.029"],["6860.180","16235.528"],["5684.148","18460.382"],["5695.760","18401.802"],["5763.147","18340.380"],["5757.042","18391.573"],["5737.001","18381.714"],["5750.088","18366.441"],["5750.117","18406.585"],["5620.980","18416.621"],["5811.631","18399.787"],["5686.927","18376.649"],["5741.373","18255.585"],["5701.722","18359.864"],["5758.801","18393.968"],["5128.765","18103.999"],["5119.231","18179.699"],["5183.404","18146.014"],["5142.532","18082.695"],["5121.767","18153.350"],["5100.977","18118.239"],["5055.290","18061.049"],["5187.515","18073.545"],["5110.714","18106.051"],["5076.586","18102.054"],["5083.164","18064.264"],["5115.805","18052.207"],["5158.798","18048.756"],["5182.203","18066.278"],["5188.375","18196.429"],["5081.849","18086.596"],["5126.322","18125.060"],["5059.496","18055.313"],["5058.844","18052.329"],["5162.608","18075.321"],["13420.861","13049.735"],["8220.221","18401.250"],["8311.848","18259.091"],["8277.029","18273.207"],["8220.254","18284.909"],["8161.939","18276.398"],["8190.424","18312.712"],["8297.640","18335.369"],["8146.975","18300.122"],["8222.805","18401.805"],["8217.982","18460.235"],["8221.708","18401.061"],["8309.346","18309.401"],["8339.018","18319.331"],["8268.591","18365.207"],["8307.434","18304.255"],["8295.874","18342.984"],["8323.672","18315.081"],["8289.309","18315.552"],["8304.709","18326.030"],["8270.650","18328.014"],["8281.006","18363.653"],["8265.761","18352.136"],["8243.765","18406.211"],["8316.918","18364.127"],["8304.544","18395.655"],["8315.357","18346.256"],["8352.462","18371.494"],["8319.614","18369.501"],["8329.916","18450.865"],["8304.128","18441.553"],["8321.823","18443.599"],["8298.384","18459.792"],["8301.324","18425.598"],["8303.749","18420.962"],["8312.643","18452.414"],["8308.543","18437.584"],["8274.518","18425.040"],["8272.465","18421.747"],["8278.816","18414.479"],["8269.690","18422.510"],["8228.649","18403.292"],["8261.431","18441.823"],["8175.510","18367.218"],["8161.819","18384.422"],["8151.025","18382.533"],["8152.042","18393.170"],["8295.629","18439.686"],["8219.123","18415.225"],["8167.227","18453.168"],["8167.042","18460.974"],["8163.833","18449.393"],["8195.668","18453.915"],["8351.812","18376.385"],["8220.725","18397.290"],["6064.144","13627.531"],["6098.853","13606.025"],["6106.003","13629.246"],["6064.893","13611.008"],["6111.979","13609.335"],["6130.270","13634.541"],["6211.642","13620.366"],["6117.236","13629.847"],["8048.310","17798.312"],["8081.175","17770.279"],["8061.858","17821.476"],["8032.815","17801.826"],["8022.023","17730.972"],["7936.141","17670.901"],["8038.432","17799.544"],["7967.567","17810.174"],["8035.379","17727.742"],["8056.011","17827.973"],["8032.450","17804.169"],["8050.336","17766.387"],["8033.211","17787.199"],["3583.003","8194.033"],["3554.388","8155.316"],["3594.994","8195.762"],["3668.168","8117.274"],["9858.785","18493.692"],["9896.663","18473.837"],["5898.497","18890.965"],["5920.288","18905.980"],["5903.843","18892.485"],["5904.542","18897.449"],["5916.680","18910.216"],["6593.104","12730.385"],["6624.053","12716.355"],["6618.674","12714.255"],["6607.513","12738.605"],["6605.489","12690.324"],["6621.014","12715.490"],["7778.467","13710.864"],["7775.326","13737.668"],["7755.934","13729.724"],["7767.678","13716.165"],["7741.115","13747.627"],["7760.671","13748.040"],["6231.837","16627.227"],["6181.598","16604.728"],["6221.274","16669.089"],["6184.592","16762.087"],["6157.474","16620.574"],["6248.186","16617.494"],["6213.529","16766.126"],["6208.175","16765.382"],["6245.881","16616.381"],["6182.314","16682.266"],["6183.257","16597.291"],["6208.729","16646.159"],["6249.960","16745.201"],["6249.354","16620.327"],["6234.914","16626.423"],["5435.073","12634.266"],["5113.852","14859.971"],["5097.706","14803.429"],["5065.517","14782.731"],["5021.079","14805.891"],["5093.273","14831.776"],["5099.508","14790.749"],["5061.112","14798.188"],["9344.348","16666.295"],["9292.004","16680.228"],["9267.965","16669.616"],["9350.249","16768.088"],["9337.735","16663.333"],["9296.503","16685.986"],["9270.304","16668.297"],["9339.489","16665.176"],["9295.624","16683.461"],["9268.931","16668.637"],["9337.567","16660.287"],["9295.126","16688.746"],["9222.553","16612.106"],["9341.218","16665.930"],["9294.519","16681.992"],["9265.778","16666.250"],["9113.519","13684.828"],["9121.132","13723.244"],["9120.195","13739.849"],["9097.065","13742.391"],["9081.606","13758.164"],["9060.944","13763.601"],["9019.795","13793.506"],["9038.788","13799.734"],["9048.650","13802.475"],["9111.922","13687.865"],["9117.409","13727.614"],["9106.234","13740.795"],["9087.337","13758.121"],["9074.887","13749.851"],["9054.782","13743.369"],["9032.230","13786.325"],["9042.822","13801.461"],["9050.384","13807.674"],["9107.497","13685.141"],["9105.850","13685.120"],["9125.559","13725.133"],["9111.099","13730.213"],["9111.363","13730.795"],["9115.316","13742.117"],["9087.653","13758.685"],["9087.419","13763.146"],["9088.013","13757.647"],["9085.501","13760.038"],["9060.226","13766.405"],["9064.151","13764.714"],["9022.267","13794.735"],["9026.711","13786.391"],["9042.146","13802.279"],["9030.040","13807.704"],["9054.651","13799.547"],["9054.286","13794.102"],["9121.448","13677.769"],["9120.038","13725.625"],["9108.118","13730.457"],["9107.479","13740.995"],["9080.300","13757.821"],["9066.492","13755.933"],["9020.162","13794.202"],["9047.059","13799.677"],["9044.495","13800.681"],["7882.633","14777.494"],["7917.040","14813.347"],["7922.689","14718.562"],["7916.240","14714.127"],["7910.068","14813.200"],["7866.192","14716.810"],["7813.603","14697.808"],["7858.931","14715.013"],["7834.891","14722.029"],["7843.356","14723.931"],["8908.731","16986.076"],["8911.787","16983.635"],["6903.931","15308.764"],["6932.668","15450.145"],["6932.370","15472.269"],["6950.679","15350.915"],["7036.964","15483.199"],["7010.200","15454.161"],["7019.365","15486.316"],["6919.096","15305.197"],["6945.256","15479.918"],["7044.668","15457.580"],["7044.875","15473.976"],["6966.946","15375.960"],["7032.666","15466.884"],["7002.516","15442.024"],["7030.057","15444.219"],["6929.708","15450.736"],["6979.182","15461.820"],["6952.342","15329.173"],["6971.976","15468.527"],["7010.855","15423.696"],["7013.774","15454.279"],["7047.061","15474.414"],["6976.245","15452.090"],["7064.587","15484.791"],["6902.130","15484.270"],["7086.294","15321.390"],["6945.529","15328.976"],["7052.281","15313.876"],["6908.915","15305.428"],["6929.592","15302.585"],["6939.709","15448.468"],["17028.548","7601.841"],["17039.804","7594.295"],["17004.002","7588.683"],["17075.249","7521.996"],["17128.701","7565.108"],["17029.026","7522.063"],["17024.895","7597.905"],["17050.161","7609.530"],["17049.754","7601.895"],["17005.338","7498.770"],["17034.918","7529.062"],["16997.611","7654.445"],["16999.009","7557.665"],["17144.578","7540.330"],["17040.119","7502.657"],["7771.275","17809.754"],["14110.972","12482.830"],["14139.342","12492.692"],["14206.190","12534.801"],["6867.013","14000.557"],["6830.932","13949.168"],["6866.837","13994.913"],["6863.165","13996.083"],["6826.658","13952.705"],["8000.043","18798.416"],["8111.555","18707.754"],["2922.889","17105.583"],["2965.708","17050.264"],["2947.289","17167.893"],["2933.295","17160.081"],["2931.974","17107.660"],["3089.478","17072.421"],["2986.220","17150.686"],["2922.378","17085.898"],["3055.635","17036.143"],["2938.207","17158.481"],["2886.897","17075.457"],["3031.528","17062.606"],["3017.498","17088.891"],["2984.764","17073.298"],["2931.580","17175.717"],["2917.147","17083.826"],["6551.668","16169.572"],["6560.936","16172.294"],["6558.717","16170.809"],["6477.871","16155.916"],["6561.449","16175.259"],["6554.633","16169.300"],["8386.497","17217.436"],["5936.688","9597.878"],["5921.299","9615.947"],["5931.845","9613.023"],["9662.111","14235.026"],["9641.004","14205.258"],["9693.537","14204.676"],["9737.231","14237.755"],["9672.177","14233.688"],["9630.993","14214.646"],["9690.774","14205.572"],["9677.500","14127.979"],["9679.069","14221.186"],["9636.322","14188.189"],["9645.116","14179.263"],["9694.426","14212.361"],["9695.455","14201.492"],["9677.259","14102.194"],["9665.286","14191.624"],["9648.192","14192.838"],["9696.796","14210.961"],["9735.120","14235.841"],["7067.726","16954.799"],["6965.898","16823.629"],["6985.393","16860.586"],["6918.444","16934.892"],["7053.342","16807.898"],["6950.714","16898.130"],["6959.177","16836.424"],["6928.259","16905.602"],["6990.031","16875.169"],["6914.431","16939.203"],["7066.540","16806.117"],["6956.349","16909.764"],["6957.489","16832.702"],["6932.683","16908.455"],["7013.574","16791.173"],["7043.888","16812.311"],["6952.391","16918.581"],["6962.347","16814.444"],["6910.862","16878.206"],["6912.488","16850.567"],["6899.988","16853.853"],["7021.204","16890.257"],["7086.068","16891.238"],["7000.821","16880.255"],["6900.006","16949.806"],["7066.852","16795.083"],["6965.988","16932.132"],["6933.393","16843.200"],["6978.916","16859.892"],["7049.309","16804.539"],["6929.920","16932.588"],["6967.929","16843.937"],["6883.848","16882.343"],["6888.509","16901.136"],["6922.765","16787.857"],["6999.735","16869.388"],["6921.141","16947.626"],["7054.424","16776.149"],["6974.503","16922.696"],["6966.835","16847.430"],["6897.440","16901.281"],["6932.271","16789.050"],["7037.201","16807.175"],["6947.470","16908.451"],["6961.841","16845.090"],["6945.418","16881.909"],["6929.141","16784.469"],["6931.111","16778.472"],["8613.004","16538.655"],["8592.414","16498.131"],["8631.170","16459.592"],["8570.642","16394.912"],["8721.266","16474.110"],["8612.301","16536.079"],["8590.740","16496.063"],["8623.918","16458.598"],["8567.438","16394.978"],["8723.551","16475.466"],["8601.067","16521.021"],["8602.842","16520.837"],["8599.965","16524.791"],["8622.065","16492.279"],["8612.271","16537.508"],["8591.251","16497.360"],["8626.188","16459.813"],["8572.995","16396.811"],["8722.655","16474.516"],["8600.816","16526.971"],["8622.972","16455.677"],["8602.113","16523.508"],["8605.260","16527.374"],["8599.730","16524.234"],["8628.083","16460.103"],["8604.915","16527.267"],["8600.531","16522.319"],["8609.232","16540.019"],["8589.504","16500.902"],["8724.006","16471.555"],["10237.863","10581.300"],["6313.831","16867.008"],["6328.385","16888.861"],["6296.796","16962.158"],["6307.459","16799.371"],["6362.796","16826.986"],["6332.028","16934.770"],["6301.777","16816.115"],["6371.840","16814.500"],["6312.985","16947.679"],["6333.556","16847.378"],["6300.120","16981.959"],["6321.174","16823.172"],["6378.333","16841.541"],["6287.307","16926.241"],["6315.032","16946.872"],["6303.652","16932.285"],["5128.024","8162.979"],["5095.180","8206.065"],["5084.435","8195.215"],["5072.372","8204.890"],["5139.184","8312.222"],["6298.441","13622.643"],["6256.505","13652.515"],["6287.030","13642.215"],["6282.047","13623.853"],["6295.469","13661.714"],["6253.614","13652.239"],["14105.733","13389.925"],["14092.285","13208.294"],["14052.070","13242.791"],["10448.246","7976.827"],["10358.066","8014.365"],["10407.469","8089.817"],["16296.025","7451.205"],["16292.931","7463.402"],["16261.320","7446.986"],["5560.125","9407.944"],["5535.016","9454.179"],["5555.295","9391.482"],["5532.550","9460.846"],["5535.840","9414.540"],["5554.687","9442.836"],["5563.044","9421.927"],["5527.690","9461.605"],["5563.945","9387.887"],["5557.650","9445.344"],["5573.522","9439.038"],["5511.788","9424.999"],["5567.392","9411.725"],["6174.845","18418.957"],["6149.685","18409.287"],["6202.185","18441.855"],["6099.950","18450.266"],["6186.455","18440.476"],["6192.084","18391.509"],["6167.185","18445.125"],["7612.536","8971.438"],["7643.186","8961.393"],["7683.093","8954.631"],["7637.951","8965.686"],["5482.824","15724.557"],["5481.709","15728.241"],["5503.988","15748.922"],["5605.217","15929.560"],["5588.310","15860.476"],["5517.899","15828.013"],["5483.242","15858.224"],["5598.959","15744.177"],["5586.926","15725.394"],["5484.661","15855.838"],["5413.465","15736.178"],["5603.474","15845.315"],["5615.168","15922.854"],["5546.041","15844.132"],["5478.992","15843.322"],["5423.103","15745.295"],["4572.785","16232.407"],["4625.749","16298.627"],["4610.829","16312.283"],["3915.795","17298.775"],["9970.444","17382.707"],["9908.127","17332.351"],["9900.908","17285.177"],["9981.749","17337.746"],["9996.718","17342.900"],["10020.806","17399.682"],["9940.534","17336.975"],["9898.719","17286.115"],["9943.336","17280.935"],["9985.153","17339.469"],["9924.514","17354.742"],["9999.228","17358.555"],["6224.215","18543.928"],["6233.181","18483.579"],["6146.114","18483.458"],["6161.923","18478.408"],["6234.067","18543.418"],["6084.422","18625.637"],["6231.501","18542.747"],["6235.613","18546.025"],["6227.077","18542.671"],["8681.246","15581.692"],["8735.760","15589.754"],["8665.667","15540.042"],["8570.649","15606.927"],["8744.830","15597.924"],["8720.959","15578.088"],["13813.336","9715.027"],["13733.383","9669.046"],["13822.397","9729.751"],["13806.053","9735.285"],["13803.942","9704.599"],["13804.945","9711.229"],["13722.636","9731.518"],["13742.188","9733.223"],["13765.850","9743.677"],["13800.442","9730.041"],["13708.941","9676.502"],["5877.429","19017.049"],["5917.732","18939.960"],["5901.735","19038.277"],["5872.477","19024.523"],["5987.017","18953.663"],["5924.311","18933.502"],["5899.607","18941.826"],["5921.077","19023.413"],["5831.050","18960.280"],["5977.097","19025.194"],["5909.419","19020.137"],["5904.912","18987.800"],["5904.838","18942.123"],["5849.137","19049.639"],["5947.395","19049.018"],["5891.721","19002.780"],["5907.617","18968.217"],["5860.617","19031.439"],["5901.110","19034.693"],["5962.164","19051.595"],["6058.630","13574.865"],["6195.336","13588.493"],["6187.065","13594.974"],["6200.193","13593.476"],["3263.097","8374.102"],["3255.788","8351.538"],["9960.531","16479.615"],["9973.738","16533.865"],["9879.095","16517.828"],["9999.532","16512.041"],["10028.275","16364.984"],["10025.042","16408.582"],["9948.535","16506.932"],["9965.649","16472.040"],["10002.656","16550.318"],["9880.734","16549.127"],["9873.827","16514.225"],["9966.597","16502.962"],["10031.369","16384.084"],["10027.566","16408.205"],["9946.381","16508.460"],["9965.440","16445.387"],["9965.284","16560.554"],["9941.682","16560.265"],["9872.693","16530.603"],["9989.987","16369.854"],["10026.067","16408.156"],["9947.694","16507.968"],["10023.964","16404.785"],["9951.079","16510.021"],["9041.169","16997.989"],["9045.767","17027.618"],["7993.778","17468.259"],["7967.313","17515.851"],["8139.065","17545.369"],["8116.702","17528.610"],["8051.057","17422.661"],["8129.176","17545.394"],["8108.029","17524.030"],["8039.158","17456.240"],["8131.729","17546.204"],["8109.836","17525.888"],["7946.662","17545.297"],["7955.148","17503.933"],["8054.442","17423.410"],["8127.703","17542.820"],["8107.919","17520.992"],["7947.410","17543.222"],["8136.128","17546.524"],["8113.550","17528.215"],["7975.759","17586.425"],["7944.897","17542.920"],["12109.406","14780.994"],["12104.034","14780.802"],["6015.894","14612.099"],["5895.734","14616.171"],["5911.850","14616.812"],["5955.234","14613.561"],["6014.762","14601.281"],["6013.329","14612.777"],["6001.923","14612.278"],["7667.100","11062.014"],["7563.169","11048.656"],["7687.866","11062.176"],["7531.035","10976.845"],["7683.819","11066.614"],["7563.170","10992.514"],["7709.020","11037.418"],["7589.658","11023.672"],["7544.239","10945.308"],["7542.738","10959.914"],["7588.050","11039.247"],["7547.408","10997.314"],["7596.856","11013.700"],["7566.370","11011.744"],["6678.600","9108.199"],["6800.835","9163.801"],["6805.023","9136.427"],["6714.994","8959.086"],["6727.275","8989.258"],["6830.429","9102.810"],["6806.990","9132.221"],["6821.010","9131.442"],["6830.329","9157.414"],["6817.029","9113.857"],["6822.099","9158.518"],["6836.289","9108.612"],["10646.136","7704.430"],["10639.623","7844.809"],["10635.475","7888.861"],["10640.942","7874.586"],["2329.997","11068.065"],["2426.886","11146.242"],["2336.443","11074.770"],["2392.514","11094.402"],["14051.901","8942.350"],["14103.302","8783.152"],["14052.115","8831.722"],["14046.868","8904.038"],["14189.223","8743.725"],["14091.895","8751.070"],["14042.792","8913.098"],["6843.147","15893.040"],["6830.915","15873.872"],["6834.928","15907.424"],["14004.282","14278.949"],["8950.753","14506.477"],["8899.454","14491.266"],["8986.921","14451.151"],["6961.490","14066.529"],["6956.786","14068.416"],["7680.093","17018.371"],["7190.714","18677.393"],["7149.599","18677.298"],["7254.335","18519.643"],["7186.746","18662.151"],["7183.774","18677.764"],["5513.356","16791.337"],["5596.955","16793.319"],["5512.426","16920.456"],["5497.731","16837.423"],["5509.185","16871.297"],["5587.618","16954.619"],["5418.181","16789.410"],["5592.678","16790.594"],["5430.356","16835.311"],["5567.678","16839.562"],["5545.886","16837.068"],["5497.780","16948.828"],["5583.086","16923.552"],["5559.082","16902.827"],["5411.340","16952.875"],["5588.444","16802.385"],["5495.443","16837.678"],["8863.997","17910.791"],["8880.305","17851.071"],["8784.637","17882.029"],["8885.031","17854.336"],["8819.882","17967.918"],["8953.863","17912.675"],["8874.975","17843.475"],["8793.026","17919.363"],["8785.249","17884.680"],["8916.637","18014.456"],["8861.854","17870.915"],["8791.645","17882.972"],["8792.607","17921.961"],["8819.910","17970.558"],["8944.085","17913.748"],["8866.073","17839.316"],["8795.559","17926.273"],["8790.401","17889.891"],["8852.653","18038.082"],["8920.422","18017.093"],["8944.254","17928.808"],["8791.171","17885.973"],["8811.315","17884.423"],["8820.214","17969.174"],["8946.637","17914.257"],["8868.005","17841.152"],["8795.645","17923.630"],["8789.452","17887.402"],["8833.530","18036.157"],["8884.149","18009.300"],["8887.378","17861.093"],["8954.962","17917.058"],["8857.528","17870.613"],["8913.246","17952.596"],["8891.684","17953.766"],["8889.498","17949.488"],["8942.326","17911.248"],["8865.928","17836.510"],["8793.458","17928.481"],["8789.555","17892.705"],["8849.597","18038.318"],["8851.730","17985.290"],["8939.824","17927.052"],["8951.025","17914.091"],["8871.841","17843.311"],["8794.968","17921.871"],["8788.060","17886.123"],["8855.088","18034.407"],["8856.006","17980.038"],["8892.138","17859.861"],["8942.254","17926.167"],["8823.840","17967.552"],["8576.389","17152.266"],["8591.182","17083.613"],["8580.298","17076.331"],["8568.577","17145.081"],["8584.764","17125.669"],["8726.249","17183.294"],["8695.551","17147.088"],["8579.170","17082.641"],["8579.431","17072.768"],["8585.082","17078.702"],["8572.725","17127.935"],["8723.062","17179.840"],["8682.361","17148.690"],["8587.027","17023.025"],["8581.669","17083.585"],["8659.549","17051.968"],["8575.348","17070.814"],["8580.496","17082.830"],["8658.601","17050.904"],["8571.885","17069.156"],["8587.413","17072.280"],["8582.197","17085.082"],["8574.066","17124.303"],["8574.716","17142.538"],["8586.354","17114.348"],["8602.433","17095.271"],["8716.520","17185.320"],["8695.601","17149.124"],["8632.597","17013.343"],["8603.231","17028.313"],["8720.250","17178.651"],["8688.940","17134.949"],["8580.296","17078.849"],["8659.181","17047.017"],["6865.937","15996.064"],["6872.434","16029.867"],["13947.383","13425.776"],["13951.170","13406.465"],["6889.203","9161.985"],["6887.876","17093.272"],["2560.834","8698.117"],["6732.176","7759.196"],["6713.782","7744.923"],["6753.291","7877.750"],["6678.821","7807.340"],["6698.660","7858.246"],["6692.614","7834.309"],["6703.661","7733.688"],["6799.389","7891.566"],["6872.540","7772.355"],["6716.676","7756.213"],["6722.152","7756.734"],["6864.146","7753.871"],["6728.821","7856.563"],["6733.021","7862.251"],["8688.817","10396.390"],["5543.919","8183.363"],["5609.810","8142.455"],["5551.314","8198.466"],["5601.525","8177.645"],["5586.080","8203.604"],["5583.552","8186.467"],["5448.321","8296.409"],["7677.599","16932.805"],["7671.964","16887.289"],["7600.435","16947.305"],["7671.269","16936.542"],["7708.381","16804.043"],["7675.019","16880.063"],["7673.859","16936.090"],["7706.673","16801.965"],["7675.582","16878.139"],["7668.728","16934.843"],["7708.040","16806.978"],["7677.235","16880.867"],["7675.473","16935.141"],["7705.144","16801.150"],["7670.282","16885.168"],["5983.206","17872.565"],["5869.560","17839.820"],["5987.707","17866.062"],["5983.267","17834.980"],["5856.131","17858.967"],["5897.759","17853.703"],["5985.218","17867.715"],["5852.402","17839.485"],["5984.207","17869.544"],["5895.652","16342.584"],["5856.008","16207.980"],["5836.726","16228.972"],["5896.790","16283.086"],["5987.772","16277.065"],["6036.032","16278.713"],["5859.898","16198.864"],["5962.480","16318.661"],["5995.296","16305.612"],["5858.223","16200.893"],["5874.679","16325.954"],["5888.434","16349.885"],["5898.717","16327.436"],["5899.961","16303.419"],["5903.871","16274.542"],["5862.928","16198.593"],["5893.933","16338.981"],["5904.794","16317.789"],["5998.038","16278.400"],["5856.198","16204.838"],["13156.960","11720.987"],["13124.224","11833.083"],["13054.867","11812.016"],["13056.222","11766.328"],["13112.382","11720.838"],["13132.685","11849.902"],["13076.248","11791.164"],["13031.918","11812.867"],["13134.103","11735.512"],["13023.041","11827.226"],["13165.308","11708.104"],["13023.909","11809.653"],["13048.525","11801.021"],["13167.043","11731.359"],["13130.061","11719.220"],["6876.845","14115.086"],["6872.229","14118.079"],["5296.148","18184.615"],["5269.323","18052.142"],["5405.637","18053.092"],["5240.029","18130.098"],["5240.901","18183.674"],["5283.418","18054.537"],["5315.240","18103.891"],["5211.601","18091.312"],["5311.564","18202.162"],["5352.976","18246.626"],["5203.984","18142.028"],["5232.115","18228.661"],["5375.726","18128.295"],["5340.765","18155.000"],["5332.719","18126.961"],["5311.537","18072.832"],["5312.311","18076.184"],["5263.401","18120.007"],["5261.839","18116.671"],["5203.139","18066.510"],["5320.347","18194.929"],["5322.565","18237.972"],["5284.500","18218.207"],["5353.430","18130.772"],["5263.118","18051.198"],["5248.579","18070.614"],["5313.215","18085.792"],["5355.413","18134.158"],["5234.075","18145.292"],["5288.648","18216.044"],["5245.128","18114.590"],["5287.803","18086.879"],["5248.212","18114.796"],["5322.123","18176.398"],["5350.196","18249.137"],["5282.838","18250.607"],["5208.227","18158.510"],["5278.299","18227.373"],["5322.079","18084.499"],["5328.489","18120.996"],["5345.709","18122.482"],["10056.886","17640.276"],["10247.318","17781.409"],["10245.137","17786.439"],["10062.412","17641.257"],["10041.994","17633.892"],["10248.238","17760.397"],["10251.168","17775.107"],["10209.432","17751.071"],["10225.086","17723.119"],["10237.129","17724.898"],["10062.862","17638.682"],["10086.243","17622.673"],["10041.897","17626.918"],["10207.326","17749.755"],["10238.645","17727.235"],["10062.180","17640.048"],["10054.720","17639.550"],["10208.165","17751.840"],["10233.261","17723.944"],["10231.394","17727.850"],["10246.482","17771.629"],["10246.971","17774.261"],["10248.841","17778.727"],["10249.172","17776.672"],["10246.200","17744.616"],["10243.775","17750.638"],["10234.091","17725.520"],["10044.034","17632.869"],["10238.514","17769.804"],["10243.456","17745.424"],["10245.466","17743.479"],["10240.944","17748.007"],["10058.426","17640.818"],["8151.906","17943.052"],["8192.202","18014.853"],["8310.670","18035.886"],["8203.197","17988.124"],["8279.216","18000.201"],["8245.387","18026.239"],["8170.967","17847.776"],["8158.746","17912.052"],["8195.529","17847.371"],["8188.870","17844.247"],["8188.536","17853.290"],["8242.832","18031.320"],["8226.812","18013.355"],["8308.164","18036.397"],["8205.893","17988.050"],["8279.194","17990.312"],["8230.286","18021.077"],["8240.829","18041.398"],["8309.624","18036.486"],["8204.537","17987.698"],["8278.359","17992.840"],["8169.493","17845.105"],["8165.364","17905.348"],["8235.524","17983.712"],["8234.725","17864.883"],["8281.583","17988.972"],["8196.903","17857.266"],["8278.031","17997.261"],["8197.847","17856.471"],["8236.873","17870.371"],["8311.036","18040.351"],["8202.891","17984.108"],["14357.484","9844.460"],["14349.518","9815.475"],["14369.085","9831.020"],["14361.283","9799.565"],["14358.994","9820.965"],["14362.364","9820.314"],["14364.050","9843.076"],["8535.284","15856.125"],["8520.335","15854.739"],["7940.079","14991.085"],["8000.786","15019.095"],["7954.355","15003.917"],["8000.835","14985.915"],["8097.574","14925.444"],["7950.260","15025.684"],["8105.183","14904.333"],["7939.125","14978.731"],["7952.579","15017.872"],["4505.965","18304.929"],["4534.751","18380.259"],["4454.174","18444.390"],["4488.538","18310.420"],["4515.259","18359.328"],["4447.485","18439.153"],["4494.667","18307.339"],["4534.267","18382.788"],["4448.211","18413.379"],["4506.707","18315.448"],["4527.121","18393.688"],["4445.611","18441.435"],["4491.438","18305.211"],["4482.449","18428.193"],["4446.274","18436.700"],["4490.617","18334.209"],["4501.132","18386.230"],["4446.513","18438.909"],["4488.483","18329.168"],["4480.501","18440.701"],["4430.949","18452.237"],["5567.391","16141.840"],["5567.593","16314.876"],["5609.017","16170.658"],["5578.651","16337.361"],["5575.567","16323.938"],["5570.480","16312.373"],["5566.059","16322.137"],["5564.728","16319.481"],["5568.413","16329.070"],["5412.506","16173.802"],["5612.021","16333.502"],["5611.067","16282.784"],["5565.981","16149.149"],["5556.897","16150.191"],["6731.292","18166.510"],["6851.568","18118.932"],["6726.060","18083.889"],["6829.994","18163.123"],["6745.506","18188.119"],["6736.720","18205.123"],["6720.749","18174.652"],["6881.420","18090.774"],["6814.331","18087.999"],["6784.449","18092.262"],["6715.008","18094.557"],["6793.516","18053.362"],["6750.835","18171.653"],["6699.582","18198.599"],["6785.601","18143.091"],["6841.568","18114.919"],["6830.893","18048.313"],["6687.261","18158.752"],["6737.464","18076.136"],["6701.152","18096.798"],["6677.100","18159.224"],["6760.636","18186.954"],["6809.534","18183.585"],["6733.615","18203.825"],["6720.486","18167.782"],["6702.789","18193.116"],["6775.865","18151.233"],["6863.360","18137.182"],["6712.919","18164.632"],["6772.754","18101.642"],["6693.866","18099.077"],["6719.672","18056.534"],["6704.501","18083.320"],["6685.373","18124.707"],["6704.139","18171.715"],["6862.971","18235.675"],["6864.567","18212.817"],["6781.921","18174.362"],["6794.651","18207.987"],["6440.739","17627.034"],["6385.484","17652.495"],["12333.128","10804.280"],["6479.795","13055.241"],["6550.745","13155.753"],["6490.522","13033.370"],["6477.943","13067.455"],["6559.521","13135.131"],["6543.473","13180.026"],["6495.096","13052.471"],["6542.263","13177.981"],["6560.360","13175.346"],["6473.706","13024.310"],["6538.987","13152.947"],["13351.430","13224.140"],["13359.368","13389.341"],["13403.515","13284.679"],["7441.311","17152.754"],["7435.275","17112.986"],["7456.361","17173.877"],["7512.118","17071.475"],["7480.769","16998.706"],["7441.710","17110.760"],["7474.813","17156.044"],["7344.268","16995.742"],["7400.701","17064.592"],["7406.904","17030.440"],["7492.522","17058.255"],["7325.752","17152.160"],["7410.028","17097.825"],["7486.918","17032.090"],["7444.604","17105.938"],["7476.063","17155.433"],["7353.314","17007.071"],["7394.978","17070.838"],["7410.983","17043.338"],["7494.945","17059.374"],["7422.545","17147.123"],["7493.871","17058.461"],["7444.716","17163.869"],["7411.476","17088.791"],["7354.173","17186.726"],["7373.466","17115.612"],["7509.264","17060.856"],["7495.226","16999.102"],["7452.861","17100.802"],["7464.172","17154.557"],["7360.008","17007.616"],["7391.523","17072.321"],["7392.990","17044.940"],["7512.900","17074.530"],["7492.533","17029.902"],["7445.838","17106.780"],["7485.027","17139.132"],["7343.034","16995.593"],["7400.980","17050.768"],["7397.710","17049.515"],["7493.974","17054.506"],["10276.335","17805.172"],["10262.622","17810.575"],["10272.654","17815.383"],["10257.075","17821.437"],["10255.513","17827.781"],["10252.613","17758.176"],["10257.453","17781.928"],["10258.683","17783.064"],["10260.543","17827.070"],["10256.167","17764.509"],["10254.659","17761.054"],["10254.695","17742.382"],["5653.103","18473.661"],["5649.304","18640.726"],["5627.281","18613.934"],["5649.460","18481.769"],["5650.719","18468.921"],["5672.785","18626.824"],["5632.309","18567.597"],["5620.981","18609.689"],["5643.185","18604.636"],["5637.199","18473.066"],["5649.971","18487.490"],["5690.420","18629.771"],["5695.663","18646.428"],["5634.890","18650.969"],["5640.385","18581.916"],["5665.299","18501.193"],["5620.011","18637.175"],["5756.441","18487.374"],["5658.350","18472.356"],["5677.457","18594.220"],["5646.158","18526.424"],["5669.842","18575.557"],["5631.146","18629.512"],["5683.794","18648.946"],["5659.123","18610.598"],["5681.623","18620.556"],["5829.992","18519.872"],["6050.008","15829.124"],["6238.040","15746.849"],["6049.199","15828.479"],["6245.589","15733.253"],["6249.670","15725.779"],["6053.340","15817.065"],["6382.757","19109.858"],["6387.176","19102.535"],["6410.154","19110.500"],["6418.177","19112.924"],["6407.667","19113.444"],["6430.725","19167.710"],["6418.755","19153.226"],["6433.742","19158.881"],["6459.138","19143.417"],["6378.216","19144.826"],["6416.089","19151.966"],["6418.570","19145.749"],["6338.627","19151.740"],["6336.535","19161.802"],["6342.426","19161.787"],["6419.974","19181.472"],["6421.687","19178.527"],["6345.847","19113.341"],["6359.051","19108.622"],["6452.171","19130.646"],["6343.382","19124.099"],["6343.168","19129.301"],["6353.148","19117.287"],["6347.188","19115.467"],["6359.632","19155.704"],["6363.859","19146.499"],["6362.810","19134.309"],["6356.718","19133.881"],["6455.450","19139.458"],["6379.270","19110.724"],["6376.800","19111.004"],["6381.068","19110.998"],["6383.918","19111.924"],["6385.938","19111.906"],["6445.677","19101.170"],["6447.214","19105.193"],["9912.332","16331.229"],["9949.539","16292.071"],["9973.309","16346.757"],["9927.343","16330.752"],["10021.974","16279.680"],["9970.618","16348.461"],["9919.707","16328.858"],["5341.474","10885.143"],["9928.603","16578.003"],["9884.769","16655.517"],["9965.771","16768.435"],["10002.067","16570.157"],["9873.403","16671.686"],["9882.295","16676.829"],["9839.104","16580.150"],["10001.172","16577.439"],["9875.665","16672.767"],["9882.222","16646.411"],["9851.307","16604.419"],["9952.051","16767.611"],["9838.314","16644.232"],["10002.525","16575.140"],["9874.921","16671.813"],["9998.449","16578.535"],["10002.671","16573.256"],["9875.782","16669.042"],["9045.556","17422.821"],["9058.062","17448.126"],["9091.466","17443.230"],["9154.387","17513.403"],["9172.460","17599.402"],["9157.013","17514.776"],["9155.927","17461.521"],["9159.657","17469.888"],["9058.618","17603.428"],["9101.404","17620.287"],["9104.168","17618.905"],["9084.547","17445.393"],["9121.234","17438.466"],["9139.601","17451.809"],["9137.810","17486.538"],["9182.922","17597.649"],["9162.605","17512.910"],["9153.706","17462.363"],["9163.062","17472.844"],["9066.152","17607.203"],["9104.272","17616.310"],["9139.131","17484.295"],["9042.630","17420.704"],["9154.630","17494.659"],["9129.122","17463.075"],["9119.061","17473.124"],["9133.949","17504.290"],["9104.052","17483.721"],["9173.909","17598.321"],["9160.549","17514.181"],["9153.854","17460.877"],["9147.273","17472.332"],["9067.335","17605.289"],["9100.699","17618.071"],["9160.204","17515.998"],["9151.946","17463.652"],["9159.921","17466.221"],["9059.813","17604.211"],["9167.062","17527.245"],["9146.404","17464.296"],["9155.069","17467.443"],["9064.690","17605.972"],["9100.616","17614.521"],["9102.847","17616.056"],["6714.868","9333.648"],["6716.130","9329.804"],["6710.213","9323.892"],["8511.093","18265.708"],["8449.898","18327.012"],["8398.279","18312.738"],["8402.849","18347.910"],["8431.009","18298.360"],["8402.984","18337.458"],["8465.203","18348.565"],["8461.981","18345.143"],["8479.610","18346.521"],["8556.162","18391.214"],["8502.318","18351.146"],["8513.525","18356.661"],["8433.792","18319.510"],["8424.475","18325.428"],["8454.879","18319.827"],["8419.164","18324.361"],["8404.662","18344.886"],["8394.650","18326.116"],["8400.918","18345.298"],["8403.067","18359.054"],["8386.986","18368.402"],["8401.618","18399.661"],["8407.931","18391.774"],["8404.523","18391.077"],["8383.195","18391.865"],["8422.347","18427.723"],["8418.172","18439.037"],["8553.727","18405.996"],["8542.651","18390.511"],["8543.722","18388.373"],["8542.505","18379.799"],["8533.290","18432.725"],["8501.153","18413.110"],["8505.926","18419.267"],["8487.445","18415.916"],["8485.341","18417.287"],["8509.082","18459.613"],["8371.488","18465.722"],["8375.966","18439.374"],["8393.197","18458.664"],["8382.898","18446.685"],["8358.497","18455.559"],["8380.811","18430.740"],["8409.181","18439.239"],["7366.518","9040.025"],["7459.880","8963.571"],["7454.434","8994.104"],["7365.829","8989.262"],["7358.711","8954.846"],["7470.388","9037.683"],["7410.995","9050.498"],["7388.893","9016.241"],["7316.622","8969.304"],["7437.717","9046.984"],["7380.159","9043.489"],["7361.265","8984.188"],["7438.419","9044.527"],["7369.692","9051.319"],["7386.070","8981.666"],["7358.268","8984.717"],["8422.841","18954.632"],["8484.371","18961.524"],["8416.317","18969.461"],["8451.267","18897.107"],["8407.807","18957.746"],["8515.450","18982.712"],["8410.886","18936.909"],["8515.495","18953.715"],["8420.799","18951.215"],["8562.932","19070.690"],["8517.538","18937.631"],["8404.600","18996.226"],["8562.219","19071.559"],["8564.896","19065.948"],["8562.430","19067.598"],["8561.400","18174.390"],["8404.806","18072.701"],["8445.441","18107.463"],["8473.724","18215.142"],["8454.578","18198.517"],["8461.272","18174.571"],["8487.619","18177.341"],["8476.185","18162.083"],["8482.523","18181.370"],["8460.724","18169.348"],["8474.167","18182.656"],["8463.194","18198.873"],["8465.977","18192.122"],["8466.965","18191.232"],["8463.411","18179.659"],["8469.352","18181.303"],["8397.408","18183.101"],["8395.497","18069.430"],["8455.191","18108.768"],["8536.217","18114.305"],["8471.438","18202.185"],["8457.061","18202.931"],["8465.929","18169.287"],["8491.254","18183.344"],["8479.586","18161.770"],["8464.428","18173.472"],["8480.715","18182.799"],["8485.986","18174.254"],["8472.122","18186.459"],["8470.923","18170.182"],["8469.115","18174.474"],["8481.898","18177.251"],["8469.518","18177.310"],["8514.641","18117.378"],["8397.589","18071.042"],["8452.788","18107.661"],["8537.402","18113.471"],["8464.860","18203.591"],["8442.256","18206.176"],["8448.929","18200.339"],["8484.868","18181.505"],["8463.412","18172.211"],["8459.221","18192.186"],["8466.943","18196.660"],["8478.401","18185.662"],["8477.181","18179.194"],["8459.962","18177.646"],["8473.955","18181.473"],["8463.874","18179.486"],["8470.949","18179.549"],["8516.899","18137.918"],["8394.937","18066.517"],["8456.227","18111.660"],["8471.078","18176.556"],["8440.347","18111.666"],["8401.634","18072.811"],["8448.448","18106.796"],["8508.868","18104.899"],["8472.143","18173.299"],["8506.107","18133.528"],["8541.117","18114.832"],["14467.475","8694.347"],["14467.497","8614.779"],["14527.260","8688.281"],["14491.071","8659.450"],["14476.310","8692.012"],["14637.284","8712.471"],["14474.135","8617.980"],["14483.690","8620.765"],["14514.586","8656.505"],["14473.292","8692.568"],["14623.771","8724.837"],["14630.038","8731.733"],["14489.440","8618.145"],["14480.670","8616.415"],["14589.175","8712.186"],["14468.808","8669.810"],["14486.740","8618.908"],["14544.793","8710.975"],["14583.540","8701.197"],["7691.300","16297.647"],["7699.288","16247.493"],["7672.167","16192.890"],["7613.611","16145.965"],["7722.020","16351.266"],["7679.662","16277.515"],["7699.129","16344.914"],["7682.367","16330.057"],["7698.150","16286.316"],["7628.726","16285.028"],["7671.717","16206.781"],["7718.045","16185.628"],["7682.213","16278.086"],["7647.976","16337.818"],["7676.072","16233.848"],["7681.160","16277.398"],["7591.195","16348.455"],["7657.295","16301.081"],["7627.150","16239.458"],["7678.052","16206.750"],["7671.187","16169.146"],["7654.424","16194.646"],["7670.447","16221.120"],["7598.026","16327.061"],["7680.266","16273.534"],["8797.174","16712.148"],["8850.069","16639.482"],["8913.684","16745.105"],["8855.188","16709.840"],["8787.938","16701.681"],["8797.007","16709.482"],["8861.006","16606.073"],["8940.338","16744.696"],["8853.887","16717.050"],["8790.957","16658.192"],["8796.609","16710.790"],["8875.991","16614.885"],["8931.215","16756.794"],["8855.351","16714.840"],["8873.878","16685.415"],["8851.065","16717.982"],["8855.615","16712.968"],["8793.215","16712.728"],["8877.688","16685.802"],["8875.440","16600.869"],["8749.067","16617.035"],["8766.600","16714.764"],["8697.917","16681.729"],["8621.407","16648.808"],["8739.426","16595.625"],["8735.556","16665.287"],["8708.804","16655.835"],["8704.741","16612.869"],["8707.626","16639.820"],["8752.408","16595.422"],["8576.562","16644.953"],["8753.292","16608.126"],["8757.704","16710.445"],["8700.592","16681.794"],["8619.237","16647.287"],["8741.823","16596.807"],["8734.191","16662.996"],["8708.657","16658.444"],["8703.383","16615.061"],["8705.041","16640.334"],["8749.931","16594.621"],["8574.149","16643.905"],["8751.529","16610.109"],["8759.654","16712.227"],["8699.301","16681.346"],["8620.035","16648.381"],["8740.817","16595.849"],["8734.469","16664.349"],["8709.993","16658.518"],["8704.370","16614.034"],["8706.404","16640.505"],["8751.130","16595.426"],["8577.769","16647.737"],["8756.326","16608.014"],["8757.562","16707.389"],["8662.880","16667.388"],["8569.788","16643.192"],["8749.361","16613.974"],["8763.479","16714.436"],["8697.772","16677.704"],["8619.365","16652.277"],["8740.984","16591.912"],["8732.284","16667.615"],["8712.502","16661.568"],["8708.291","16614.607"],["8708.680","16643.707"],["8751.502","16599.342"],["4788.617","18677.473"],["13243.016","14002.034"],["16290.815","5779.013"],["16265.455","5767.949"],["16248.083","5738.904"],["16258.211","5762.703"],["16262.701","5729.538"],["4236.975","18202.304"],["4233.435","18153.799"],["4250.476","18221.351"],["4216.803","18179.603"],["4250.577","18249.866"],["4245.871","18172.135"],["4254.395","18214.562"],["4256.233","18163.725"],["4240.580","18213.973"],["4258.790","18165.935"],["4248.069","18228.624"],["4258.807","18169.915"],["4229.737","18201.362"],["4221.968","18181.019"],["5857.140","8157.958"],["5991.981","13790.942"],["6025.460","13631.608"],["8130.995","17649.520"],["8124.168","17650.915"],["8126.877","17651.050"],["8122.226","17648.549"],["8128.537","17650.820"],["9626.132","15019.493"],["4803.888","17601.237"],["8392.812","16554.393"],["8379.792","16557.029"],["8379.217","16555.188"],["8358.091","16522.869"],["8369.045","16543.823"],["8707.639","17002.835"],["8758.906","17042.064"],["8751.522","17103.192"],["8701.016","17021.791"],["8775.332","17141.738"],["8705.413","17001.395"],["8670.739","16987.944"],["8751.567","17041.823"],["8754.020","17104.121"],["8701.798","17029.067"],["8706.252","17002.461"],["8753.991","17042.782"],["8752.993","17103.210"],["8702.389","17026.608"],["8776.601","17141.597"],["8668.794","16990.302"],["8750.343","17039.008"],["8699.176","17030.653"],["8755.860","17042.873"],["8702.225","17024.722"],["8706.644","17007.132"],["8752.632","17099.364"],["8776.059","17137.780"],["8674.292","9509.994"],["8617.866","9500.751"],["8736.951","9421.711"],["8710.955","9544.079"],["15954.132","7833.480"],["16001.110","7831.804"],["15955.855","7881.052"],["15975.844","7891.791"],["16003.620","7852.942"],["15988.466","7833.958"],["15954.881","7819.513"],["5448.631","18025.200"],["5581.101","17993.429"],["5428.936","17867.200"],["5423.219","17923.691"],["5436.923","18041.043"],["5477.883","18001.865"],["5534.939","17955.458"],["5532.105","17847.626"],["5614.275","17894.701"],["5428.017","17915.057"],["5517.834","18021.207"],["5524.715","18016.935"],["5417.557","17865.252"],["5573.426","17832.913"],["5426.112","17916.843"],["5456.761","17998.091"],["5514.989","17971.263"],["5508.640","17992.881"],["5451.849","17961.413"],["5420.656","17838.482"],["5523.829","17837.156"],["5524.794","17910.256"],["5499.694","17924.428"],["5431.002","17915.024"],["5423.681","17920.538"],["15051.714","8746.038"],["15082.689","8792.401"],["15070.511","8862.405"],["15063.627","8889.454"],["15054.678","8855.125"],["15044.699","8756.813"],["15045.642","8860.697"],["15038.831","8793.925"],["15048.087","8833.378"],["15042.509","8810.116"],["15021.817","8841.518"],["15056.598","8898.648"],["15061.528","8888.374"],["15063.055","8858.377"],["15038.444","8771.736"],["14951.610","8799.823"],["15035.694","8766.547"],["15030.252","8766.287"],["15075.988","8787.133"],["15064.831","8819.849"],["15071.130","8850.356"],["15083.151","8884.034"],["15063.367","8877.797"],["15045.905","8843.413"],["15063.976","8779.127"],["15031.230","8756.781"],["14911.408","8775.633"],["14987.823","8771.917"],["15048.190","8753.351"],["15028.815","8860.148"],["15055.470","8894.847"],["15057.825","8863.566"],["15068.981","8789.135"],["15005.529","8747.958"],["14942.650","8776.523"],["14950.193","8807.577"],["15030.301","8847.439"],["15047.652","8794.063"],["15044.509","8742.635"],["14949.386","8797.926"],["14982.905","8834.847"],["15054.605","8846.417"],["15049.797","8760.471"],["15020.120","8755.148"],["4775.507","18684.594"],["4769.507","18684.029"],["4753.973","18692.301"],["13560.966","8716.028"],["4618.857","9120.565"],["4596.092","9009.730"],["4606.603","9011.902"],["9565.081","16869.643"],["9472.401","16939.349"],["9563.463","16933.090"],["9567.225","16953.345"],["9552.893","16887.938"],["9420.719","16972.854"],["9432.667","16902.896"],["9474.216","16975.006"],["9566.288","16950.936"],["9553.829","16885.441"],["9423.522","16966.273"],["9435.184","16903.783"],["9472.506","16973.032"],["9469.461","16985.578"],["9520.453","16944.438"],["9453.384","16951.629"],["9431.322","16963.182"],["9410.161","16946.430"],["9535.858","16951.667"],["9514.473","16935.623"],["9509.704","16962.132"],["9566.483","16952.430"],["9553.032","16886.663"],["9421.740","16967.978"],["9434.031","16903.207"],["9473.084","16974.414"],["9426.561","16966.063"],["9536.667","16986.074"],["9470.883","16982.961"],["9421.018","16969.730"],["9563.676","16955.184"],["9549.074","16886.896"],["9433.770","16899.336"],["9471.359","16977.817"],["4162.362","17231.869"],["4148.445","17257.314"],["4183.897","17254.510"],["4184.538","17241.324"],["4183.098","17237.973"],["4314.944","16976.750"],["4232.979","16977.788"],["4336.094","16975.408"],["4309.022","16970.979"],["4327.037","16972.658"],["5572.906","9602.760"],["5586.255","9595.240"],["5577.378","9588.249"],["16617.208","6813.306"],["16611.019","6825.008"],["16622.244","6785.956"],["16649.997","6734.051"],["16622.745","6745.951"],["16655.244","6808.308"],["16626.993","6832.908"],["16640.849","6756.941"],["16661.650","6732.499"],["16574.978","6679.542"],["16652.637","6815.470"],["16648.020","6729.501"],["8131.286","15811.396"],["8122.753","15814.259"],["8133.944","15808.376"],["8123.641","15795.866"],["6472.099","9311.130"],["6474.974","9312.685"],["6472.377","9315.871"],["6472.087","9313.267"],["6472.368","9307.659"],["6475.094","9315.363"],["11034.515","11657.477"],["11073.550","11694.299"],["11073.591","11701.496"],["11061.888","11700.430"],["7477.417","17772.103"],["7460.186","17739.098"],["7423.295","17682.206"],["7639.895","17435.064"],["7560.191","17494.899"],["7640.104","17464.248"],["7691.861","17612.164"],["7600.223","17604.515"],["7676.013","17491.332"],["7580.167","17488.157"],["7582.229","17489.838"],["7699.741","17582.062"],["7645.729","17464.545"],["7703.332","17572.818"],["7695.843","17492.483"],["7614.742","17575.923"],["7617.203","17412.612"],["7625.045","17428.851"],["7571.441","17555.477"],["7584.214","17501.996"],["7630.842","17466.894"],["7688.457","17615.549"],["7652.543","17472.686"],["7690.299","17616.028"],["7620.987","17411.364"],["8494.193","17077.018"],["8495.464","17125.945"],["8508.410","17143.275"],["8507.955","17054.150"],["8558.821","17083.070"],["8473.311","17117.424"],["8378.457","17093.611"],["8561.287","17008.298"],["8457.040","17004.807"],["8436.536","16987.307"],["8420.722","17040.416"],["8460.672","17013.016"],["8426.801","17111.903"],["8429.773","17110.127"],["8476.815","17070.691"],["8495.663","17065.595"],["8517.704","17094.421"],["8555.370","17162.674"],["8481.304","17030.468"],["8460.509","17033.270"],["8558.923","17070.907"],["8561.435","17081.404"],["8530.869","17120.731"],["8470.605","17120.298"],["8512.494","17085.091"],["8501.236","17194.819"],["8494.682","17179.626"],["8373.847","17093.685"],["8555.714","17005.700"],["8454.345","17003.377"],["8423.448","16996.100"],["8458.679","17012.202"],["8479.937","17068.899"],["8483.863","17031.302"],["8564.968","17097.403"],["8555.406","17059.515"],["8507.568","17086.404"],["8504.572","17194.360"],["8366.487","17030.895"],["8369.777","17096.137"],["8435.918","16993.203"],["8404.964","17031.051"],["8423.239","17111.307"],["8465.910","17063.987"],["8472.596","17068.399"],["8460.633","17056.202"],["8510.215","17080.133"],["8483.843","17029.411"],["8481.455","17034.166"],["8452.578","17028.099"],["8479.857","17169.850"],["8491.791","17189.041"],["8494.200","17182.422"],["8501.105","17186.361"],["8363.883","17032.042"],["8373.443","17072.567"],["8414.675","17097.982"],["7867.787","17158.971"],["7842.988","17076.668"],["7891.008","17104.721"],["7864.396","17145.371"],["7776.590","17033.137"],["7750.199","16989.523"],["7787.429","17103.848"],["7815.276","17065.806"],["7870.592","17159.899"],["7848.400","17084.943"],["7895.243","17113.684"],["7866.270","17146.333"],["7776.869","17035.755"],["7750.848","16986.951"],["7784.310","17110.532"],["7834.300","17179.969"],["7817.643","17067.036"],["7869.887","17158.721"],["7847.697","17082.398"],["7894.838","17111.069"],["7865.311","17145.295"],["7777.283","17034.462"],["7750.063","16988.030"],["7786.111","17108.605"],["7873.749","17182.690"],["7816.732","17065.984"],["7846.960","17087.659"],["7893.409","17116.169"],["7867.407","17143.880"],["7781.245","17110.547"],["7846.545","17081.002"],["7893.206","17106.957"],["7786.945","17106.941"],["7867.296","17156.524"],["7865.630","17141.426"],["7780.396","17032.379"],["7746.252","16988.904"],["7816.842","17062.170"],["7740.424","18568.984"],["7897.617","18475.752"],["7874.723","18480.813"],["7848.366","18577.691"],["7737.257","18637.361"],["7752.545","18657.666"],["7886.005","18477.251"],["7926.261","18533.505"],["7851.375","18577.691"],["7729.474","18571.732"],["7888.552","18477.104"],["7909.882","18548.539"],["7750.156","18568.880"],["7884.480","18474.701"],["7794.736","18669.503"],["7896.255","18476.660"],["7872.973","18485.279"],["7879.566","18508.747"],["7684.816","13717.982"],["7176.431","16503.843"],["7129.277","16384.998"],["7190.356","16357.557"],["7163.542","16426.109"],["7131.868","16406.533"],["7166.695","16501.465"],["7138.919","16385.434"],["7193.316","16367.925"],["7106.577","16478.969"],["7174.039","16490.897"],["7116.535","16400.009"],["7142.981","16358.787"],["7214.490","16388.789"],["7133.112","16427.550"],["7219.573","16448.181"],["7109.380","16395.335"],["7189.885","16502.687"],["7168.876","16355.999"],["7192.738","16376.162"],["7130.728","16424.157"],["7162.931","16388.531"],["7197.664","16372.897"],["7135.373","16423.843"],["7173.454","16507.196"],["7199.990","16385.900"],["7158.189","16408.991"],["7152.597","16381.779"],["7195.163","16362.368"],["7137.496","16507.490"],["4672.343","10755.326"],["6321.307","18866.482"],["6339.514","18828.448"],["6317.458","18843.361"],["6445.227","18875.096"],["1989.471","10799.742"],["1860.924","10850.123"],["1958.493","10822.056"],["1880.422","10845.575"],["1993.504","10823.921"],["1859.134","10835.088"],["1939.819","10848.632"],["1855.222","10841.598"],["1866.814","10847.169"],["8835.906","14257.387"],["13053.515","12720.652"],["13046.789","12698.895"],["13145.616","12662.655"],["8838.238","9635.222"],["8870.277","9626.870"],["7158.841","16993.760"],["7118.726","17040.556"],["7120.470","17035.436"],["14474.258","9789.268"],["11285.772","10683.681"],["11285.298","10731.554"],["15833.347","11332.447"],["15832.819","11338.530"],["15874.540","11292.789"],["15818.743","11335.503"],["15922.497","11297.253"],["15827.102","11366.158"],["15826.376","11364.506"],["15813.535","11366.751"],["15825.953","11370.307"],["5430.160","7705.911"],["5435.420","7703.928"],["5427.604","7705.968"],["8560.765","14890.603"],["8549.203","14905.351"],["8551.916","14890.554"],["8518.215","15060.012"],["8524.996","14897.770"],["8559.022","14891.462"],["8546.818","14882.659"],["8440.681","14985.204"],["8559.581","15044.200"],["8440.040","15068.900"],["8381.221","15076.331"],["8518.132","15066.107"],["8497.133","14919.352"],["8497.925","14937.085"],["8542.097","14906.392"],["8435.618","14979.446"],["8427.055","15047.711"],["8372.909","15075.363"],["8565.184","15060.122"],["8555.338","14914.151"],["8559.484","14879.430"],["8528.397","14874.124"],["8530.113","14877.355"],["8553.193","14883.726"],["8540.688","14898.240"],["8558.165","14906.083"],["8429.552","14982.950"],["8421.813","14985.613"],["8546.831","15069.525"],["8430.135","15066.337"],["8426.641","15075.561"],["8371.309","15067.323"],["8381.366","15069.838"],["8910.788","17019.162"],["8909.447","17026.328"],["8910.885","17024.171"],["8906.570","17027.248"],["8911.178","17022.305"],["8977.372","17141.797"],["16018.279","5752.444"],["16002.996","5736.344"],["16036.262","5754.780"],["16033.169","5754.017"],["16072.968","5722.616"],["16003.862","5782.608"],["16132.792","5743.175"],["16051.883","5754.228"],["15988.748","5782.250"],["5780.021","13984.706"],["5771.445","13938.217"],["5815.346","13967.570"],["5791.708","13898.841"],["5782.437","14013.769"],["5818.071","13964.389"],["5803.724","14017.369"],["5774.546","13978.665"],["5800.874","14017.953"],["14619.480","9201.646"],["14638.333","9177.489"],["14636.042","9198.560"],["14667.604","9248.388"],["14627.572","9209.265"],["14661.449","9206.490"],["14633.491","9182.988"],["14647.659","9200.608"],["14648.014","9206.257"],["14642.235","9236.157"],["5135.227","10863.963"],["5176.602","10898.584"],["5084.221","10984.012"],["5174.874","10880.741"],["5143.621","11003.475"],["5160.526","10976.913"],["5092.676","11005.412"],["5115.400","11028.647"],["5843.056","9336.517"],["5861.915","9330.376"],["6033.574","9368.008"],["5899.074","9288.117"],["5836.939","9364.048"],["5863.213","9314.160"],["5878.666","9350.525"],["5885.608","9327.842"],["5850.785","9320.919"],["5884.061","9322.860"],["6028.662","9373.534"],["5919.946","9310.599"],["6031.916","9352.884"],["5847.758","9315.674"],["5689.700","18903.050"],["5721.000","18929.909"],["5656.098","18891.935"],["5720.707","18946.791"],["5771.066","18978.976"],["5651.201","18908.276"],["5620.456","18901.943"],["5671.098","18934.032"],["5799.043","18969.793"],["5766.769","18923.633"],["8747.215","18485.172"],["8593.646","18560.605"],["8590.283","18561.596"],["8586.808","18586.281"],["8662.050","18670.932"],["8740.465","18475.733"],["8588.779","18585.973"],["8664.183","18673.567"],["8663.338","18675.899"],["8657.390","18524.346"],["8663.708","18544.001"],["8619.599","18472.843"],["8614.828","18478.533"],["8688.154","18522.905"],["8645.626","18489.889"],["8671.501","18491.221"],["8596.442","18527.321"],["8622.123","18507.006"],["8627.388","18486.730"],["8586.266","18511.750"],["8581.064","18514.563"],["8581.591","18529.910"],["8666.621","18478.084"],["8675.762","18498.375"],["8668.071","18526.874"],["8695.803","18507.325"],["8698.633","18544.345"],["8688.618","18542.406"],["8695.542","18560.278"],["8691.054","18600.658"],["8682.713","18583.706"],["8706.346","18543.912"],["8684.571","18586.046"],["8701.499","18578.086"],["8659.406","18563.856"],["8662.784","18545.561"],["8657.897","18548.821"],["8634.561","18562.840"],["8639.187","18600.651"],["8638.601","18610.685"],["8677.316","18629.377"],["8670.569","18646.643"],["8665.294","18633.176"],["8669.985","18578.872"],["8671.387","18570.696"],["8658.048","18587.186"],["8724.461","18623.111"],["8710.611","18579.907"],["8700.397","18591.043"],["8693.016","18645.758"],["8695.010","18605.931"],["8709.894","18639.742"],["8684.034","18654.023"],["8695.588","18645.770"],["8655.334","18641.190"],["8691.019","18630.662"],["8635.519","18643.231"],["8659.897","18641.673"],["8651.133","18653.426"],["8619.353","18674.037"],["8613.610","18651.354"],["8611.559","18655.931"],["8603.783","18649.444"],["8620.202","18648.776"],["8616.227","18632.082"],["8572.126","18628.238"],["8567.702","18633.146"],["8567.698","18512.834"],["8600.790","18497.640"],["8572.270","18500.171"],["8589.272","18511.999"],["8569.995","18539.570"],["8583.423","18551.975"],["8582.855","18601.726"],["8577.689","18583.923"],["13568.613","13754.114"],["15106.377","8967.290"],["15160.553","9011.327"],["15110.595","8969.031"],["15139.666","8966.129"],["15107.497","9126.284"],["15118.622","8957.028"],["15096.647","8981.048"],["15161.882","8980.624"],["15101.820","8971.251"],["15146.551","9007.570"],["15094.804","9144.514"],["15139.538","8998.264"],["15094.833","9163.523"],["15138.734","8978.815"],["15103.709","9132.454"],["4452.735","10570.121"],["5654.105","16803.145"],["5729.138","16871.027"],["5817.859","16983.841"],["5822.118","16915.421"],["5823.527","16908.119"],["5686.493","16893.182"],["5726.907","16970.366"],["5742.411","16903.215"],["5641.178","16878.310"],["5810.637","16915.916"],["5818.964","16891.763"],["5642.365","16855.707"],["5778.207","16908.813"],["5740.092","16922.224"],["5704.895","16861.465"],["5713.925","16942.939"],["5737.091","16933.045"],["5753.173","16967.448"],["5684.241","16946.598"],["5699.656","16977.579"],["5749.747","16856.863"],["5753.712","16793.412"],["5768.497","16800.952"],["5760.263","16808.188"],["5780.298","16947.204"],["5691.040","16881.963"],["5671.951","16806.233"],["5630.529","16963.686"],["5768.782","16963.693"],["5676.907","16960.390"],["5738.201","16832.794"],["5747.839","16895.189"],["5652.756","16885.792"],["5702.102","16941.637"],["5738.308","16943.367"],["5743.650","16959.190"],["5668.386","16947.787"],["5740.833","16873.741"],["5719.090","16783.652"],["5773.727","16798.095"],["5743.240","16818.328"],["5773.420","16859.158"],["5824.175","16985.243"],["5781.416","16943.356"],["5813.976","16904.405"],["5822.016","16906.850"],["5821.525","16908.864"],["5809.510","16904.510"],["1643.958","13487.344"],["1760.186","13549.383"],["1727.279","13500.763"],["1707.762","13453.515"],["1651.528","13476.733"],["1693.062","13529.071"],["1655.434","13452.726"],["7556.026","16123.145"],["7574.089","16116.445"],["7578.476","16112.130"],["7550.056","16123.280"],["7558.051","16119.019"],["7579.076","16106.886"],["7593.909","16114.159"],["7544.730","16094.054"],["7548.178","16085.687"],["7538.417","16070.490"],["7550.913","16052.940"],["7569.723","16012.953"],["7522.224","16033.585"],["7527.538","16032.807"],["7527.431","16082.373"],["7520.135","16056.898"],["7561.311","15974.975"],["7569.993","15989.588"],["7548.542","15985.445"],["7552.652","15972.256"],["7530.668","15974.048"],["7559.781","15980.739"],["8755.997","18018.656"],["8761.180","18016.648"],["8751.282","18024.110"],["8760.454","18019.002"],["8753.691","18022.856"],["8761.178","18017.718"],["8594.965","17951.576"],["8773.275","17855.992"],["8748.511","18023.214"],["8754.433","18025.366"],["8754.813","18021.497"],["8765.091","18017.346"],["9050.250","14548.446"],["9021.744","14530.240"],["9010.695","14529.434"],["9027.051","14531.891"],["8996.066","14492.290"],["9008.313","14491.645"],["6916.916","7496.581"],["6969.178","7545.762"],["7420.218","17850.943"],["7491.222","17903.292"],["7456.870","17863.950"],["7485.041","17859.232"],["7340.633","17870.350"],["7378.370","17867.261"],["7467.287","17904.369"],["7477.241","17857.879"],["7347.673","17863.100"],["7372.268","17861.828"],["8165.053","15765.109"],["8213.118","15723.684"],["8212.680","15721.072"],["8212.510","15722.508"],["8209.229","15724.665"],["11325.005","10755.608"],["11346.173","10745.959"],["8604.994","14342.782"],["8720.717","13661.782"],["8736.447","13634.971"],["8666.603","13624.152"],["8692.692","13631.827"],["8684.350","13622.303"],["8576.135","13799.193"],["8582.879","13605.450"],["8655.405","13613.740"],["8587.612","13805.120"],["8728.961","13637.601"],["8592.729","13806.585"],["8592.538","13800.277"],["14198.122","8522.673"],["14146.671","8527.909"],["14155.351","8529.463"],["8070.578","14480.664"],["7986.586","14596.202"],["7969.550","14598.954"],["7976.160","14601.906"],["7937.981","14597.406"],["7999.383","14628.178"],["7989.998","14619.014"],["8067.587","14622.457"],["7987.666","14620.378"],["8081.110","14598.065"],["8071.966","14619.596"],["6471.923","12874.456"],["6487.087","12819.183"],["6484.726","12843.319"],["6469.344","12820.856"],["6462.255","12822.532"],["7540.311","17833.210"],["7648.758","17862.386"],["7648.730","18003.359"],["7525.183","17896.818"],["7660.143","17942.678"],["7521.847","17991.567"],["7710.052","17998.208"],["7710.423","17882.144"],["7517.118","17915.809"],["7592.532","17991.657"],["7643.409","17951.996"],["7683.018","17936.177"],["7714.853","18019.307"],["7711.356","17841.015"],["7723.499","17973.214"],["7708.385","17978.978"],["13889.956","8963.383"],["13863.363","8955.916"],["13866.282","8968.559"],["5999.792","7587.177"],["5971.024","7603.460"],["5956.062","7596.681"],["5900.928","7532.270"],["5985.100","7616.908"],["6056.888","18357.170"],["6146.232","18329.676"],["6100.297","18344.879"],["6123.330","18313.248"],["6249.407","18385.907"],["7418.370","7941.783"],["7435.541","7966.132"],["7465.240","8000.275"],["7432.184","7901.692"],["7492.026","7979.860"],["7423.973","7910.565"],["7475.999","7898.715"],["7455.929","7991.305"],["7499.854","7958.540"],["7485.369","7958.568"],["7460.492","7916.788"],["7314.672","8103.864"],["9223.622","16505.851"],["9216.476","16524.246"],["9223.675","16508.256"],["9333.910","16391.791"],["9366.926","16433.759"],["9199.704","16401.056"],["9328.416","16358.021"],["9308.402","16535.988"],["9333.588","16450.134"],["9201.683","16539.169"],["9236.953","16433.683"],["9206.771","16447.308"],["9265.753","16463.503"],["9204.382","16412.672"],["9339.818","16505.038"],["9296.992","16554.276"],["9292.273","16554.895"],["9263.969","16408.944"],["9203.365","16406.587"],["9324.939","16359.613"],["9268.299","16523.243"],["9211.535","16538.658"],["9244.151","16435.090"],["9208.791","16454.383"],["9263.353","16462.373"],["9205.875","16410.630"],["9335.120","16499.370"],["9293.874","16560.955"],["9291.731","16552.268"],["9256.413","16404.634"],["9284.288","16528.565"],["9280.518","16530.637"],["9277.933","16548.788"],["9275.527","16552.433"],["9208.969","16537.988"],["9241.936","16433.593"],["9209.064","16451.700"],["9264.406","16463.251"],["9204.724","16411.624"],["9335.931","16501.915"],["9295.645","16559.058"],["9291.574","16553.650"],["9265.932","16411.720"],["9213.581","16395.194"],["9276.372","16550.915"],["9275.805","16549.128"],["9213.081","16541.266"],["9244.896","16437.919"],["9206.538","16456.357"],["9336.322","16496.663"],["9290.818","16560.965"],["9204.545","16537.912"],["9240.103","16433.304"],["9208.523","16449.937"],["9337.156","16503.328"],["9296.490","16557.385"],["9264.346","16467.234"],["9200.924","16410.671"],["9288.415","16555.997"],["10190.264","9997.070"],["10192.102","9997.943"],["10195.353","9998.474"],["10085.544","18015.862"],["10083.993","18023.520"],["10084.643","18025.327"],["10081.750","18024.154"],["10087.612","18015.739"],["5294.624","16568.189"],["5234.459","16582.100"],["5281.841","16572.066"],["5388.054","16702.470"],["5385.878","16729.408"],["5305.329","16737.022"],["5308.362","16738.440"],["5407.769","16676.044"],["5392.868","16722.617"],["5315.145","16573.235"],["5218.001","16650.912"],["5290.538","16566.858"],["5261.932","16589.094"],["5288.643","16573.188"],["5393.743","16699.837"],["5390.610","16723.129"],["5308.718","16733.929"],["5299.448","16710.726"],["5277.701","16587.078"],["5324.142","16588.140"],["5326.914","16669.750"],["5389.970","16646.563"],["5233.044","16580.811"],["5284.896","16566.665"],["5391.346","16701.452"],["5386.356","16736.948"],["5392.012","16734.904"],["5400.252","16757.679"],["5375.737","16688.178"],["5400.970","16637.260"],["5375.545","16589.510"],["5311.445","16606.702"],["5296.516","16599.849"],["5295.048","16595.440"],["5367.411","16597.771"],["5313.452","16616.348"],["5332.381","16679.858"],["5379.361","16629.503"],["5258.865","16588.000"],["5301.524","16589.631"],["5389.831","16694.252"],["5383.192","16719.916"],["5303.746","16582.752"],["5395.015","16701.624"],["5383.878","16735.424"],["5394.819","16703.441"],["5230.135","16577.878"],["5284.598","16576.530"],["5390.022","16705.894"],["5384.570","16730.986"],["15708.828","5204.839"],["15620.430","5210.807"],["15669.295","5284.739"],["15701.924","5149.900"],["15699.512","5175.113"],["15621.098","5176.472"],["15661.240","5168.081"],["15623.323","5284.096"],["15693.418","5284.009"],["15713.402","5162.438"],["15641.674","5209.630"],["15604.889","5165.382"],["15621.871","5245.586"],["15693.808","5285.201"],["15638.121","5186.027"],["15668.986","5280.957"],["4342.436","11220.232"],["4293.392","11226.145"],["8361.283","13881.013"],["8386.978","13968.239"],["8527.109","14000.147"],["8520.382","13877.877"],["8362.396","13891.210"],["8397.191","13963.634"],["8513.317","14001.174"],["8559.701","13924.246"],["8535.745","13845.534"],["8365.411","13890.771"],["8367.645","13896.300"],["8364.883","13907.596"],["8387.607","13963.784"],["8382.978","13965.943"],["8509.222","14011.399"],["8500.177","14008.548"],["8562.186","13933.035"],["8518.014","13884.686"],["8523.413","13862.180"],["7956.519","16142.293"],["7959.180","16142.153"],["7957.769","16141.862"],["8145.301","16158.329"],["6366.764","19178.246"],["6365.804","19171.272"],["6364.578","19203.983"],["6376.289","19240.359"],["6360.237","19243.639"],["6354.635","19120.433"],["6366.493","19152.083"],["6363.183","19145.424"],["6368.079","19241.665"],["6376.193","19193.991"],["6346.790","19105.431"],["7075.983","18180.222"],["7043.715","18202.530"],["7005.668","18238.197"],["6986.157","18246.077"],["7008.491","18063.840"],["7062.099","18125.862"],["7078.801","18181.288"],["7077.417","18177.532"],["7044.942","18204.430"],["7033.557","18202.248"],["7006.286","18232.060"],["7009.179","18239.123"],["6983.179","18247.613"],["6991.723","18253.377"],["6914.662","18215.574"],["6915.271","18148.159"],["6945.771","18061.898"],["6902.264","18082.117"],["6901.302","18066.723"],["7079.033","18179.231"],["7074.124","18186.279"],["7043.144","18197.668"],["7038.465","18195.947"],["6993.826","18243.512"],["6993.099","18241.794"],["6987.866","18250.481"],["6988.238","18254.517"],["6891.702","18206.590"],["6898.807","18191.809"],["6924.235","18105.153"],["6885.433","18046.051"],["6909.352","18092.076"],["6901.681","18051.545"],["7075.701","18187.162"],["7050.887","18203.631"],["7001.763","18230.192"],["4258.809","11810.826"],["5306.929","17784.681"],["5211.204","17626.261"],["5335.808","17772.621"],["5372.123","17720.809"],["5326.477","17675.178"],["5312.575","17755.302"],["5390.255","17739.414"],["5398.352","17650.955"],["5326.419","17755.307"],["5293.646","17785.978"],["5219.149","17702.865"],["5367.176","17720.965"],["5303.201","17734.669"],["5216.919","17653.639"],["5211.234","17672.613"],["5334.904","17819.194"],["5351.877","17713.625"],["5356.855","17716.416"],["5207.394","17649.835"],["5401.867","17703.047"],["5200.815","17749.075"],["5352.250","17793.680"],["5203.533","17727.189"],["5396.551","17636.843"],["5236.896","17780.708"],["5333.514","17682.708"],["5357.609","17766.688"],["5381.041","17707.158"],["5211.333","17650.615"],["5225.955","17737.391"],["5360.561","17727.696"],["5356.280","17745.599"],["5392.003","17780.220"],["5339.583","17721.007"],["5319.156","17639.719"],["5219.110","17672.398"],["5403.863","17689.802"],["5390.064","17709.340"],["5351.649","17788.463"],["5329.495","17659.990"],["5319.889","17659.445"],["5332.289","17825.817"],["5224.738","17655.111"],["5319.541","17710.652"],["5218.517","17629.133"],["5379.586","17787.036"],["5301.265","17656.516"],["5215.371","17723.774"],["5316.971","17697.940"],["5335.638","17813.135"],["5406.740","17779.757"],["5303.665","17775.215"],["5315.202","17766.059"],["5359.561","17778.428"],["5298.874","17715.107"],["5358.465","17810.520"],["4981.715","16262.971"],["4942.919","16250.759"],["4975.062","16258.180"],["4953.001","16229.815"],["6463.960","17861.070"],["6662.517","18007.747"],["6634.260","17999.242"],["6659.644","17967.583"],["14160.431","8689.242"],["14172.856","8547.867"],["14062.633","8573.831"],["14130.741","8702.394"],["14106.994","8742.191"],["14070.261","8567.089"],["14151.812","8569.150"],["14097.278","8562.272"],["14111.956","8732.866"],["14171.079","8637.651"],["14053.015","8656.313"],["14190.068","8710.963"],["14228.066","8622.830"],["14082.600","8574.814"],["4775.724","17808.199"],["4627.533","17816.524"],["4774.420","17666.248"],["4754.568","17804.508"],["4630.037","17824.488"],["4600.855","17821.362"],["8082.592","15591.481"],["8092.236","15593.079"],["8089.964","15591.869"],["8093.286","15595.953"],["8085.714","15590.856"],["13871.002","9427.392"],["13910.682","9448.412"],["13980.444","9520.011"],["13986.257","9469.346"],["13996.568","9521.111"],["13899.982","9465.183"],["13924.221","9447.217"],["14029.823","9545.543"],["13970.910","9524.198"],["13953.898","9386.695"],["14001.021","9458.370"],["13995.764","9498.323"],["13990.774","9549.202"],["13914.312","9384.090"],["13978.681","9445.979"],["13906.668","9554.269"],["13977.195","9490.650"],["13998.120","9507.285"],["13860.202","9450.832"],["13850.624","9429.868"],["13907.962","9416.261"],["13913.225","9539.690"],["15960.198","7910.741"],["15972.472","7917.332"],["15996.846","7945.050"],["15951.395","7957.321"],["15944.540","7920.022"],["15990.369","7901.476"],["15954.843","7907.189"],["16010.563","7934.138"],["16016.097","7905.554"],["15983.165","7929.676"],["15963.269","7954.745"],["15959.285","7948.679"],["16016.449","7921.741"],["15987.979","7952.078"],["15954.979","7914.083"],["15962.655","7926.499"],["15993.357","7905.685"],["12284.526","13668.062"],["12284.334","13664.564"],["12283.260","13661.192"],["12288.156","13662.974"],["12265.309","13654.596"],["12291.097","13667.962"],["14070.842","9316.005"],["14088.835","9324.413"],["14086.038","9327.645"],["14070.187","9244.775"],["14077.564","9322.726"],["14047.780","9264.306"],["14061.328","9346.267"],["14070.962","9280.413"],["14089.316","9348.405"],["14049.453","9277.124"],["14057.823","9345.608"],["14063.773","9254.628"],["7777.201","13673.605"],["7877.495","13651.378"],["7883.769","13634.494"],["7883.621","13612.584"],["7883.853","13608.809"],["7896.090","13617.956"],["10749.499","8103.982"],["10735.052","8102.062"],["10698.259","8185.448"],["10693.879","8189.498"],["10690.287","8183.739"],["7047.233","14702.946"],["7055.803","14700.824"],["5795.015","16056.895"],["5778.300","15995.390"],["5796.835","16058.820"],["5728.938","15930.656"],["5796.311","16057.588"],["5621.521","16082.657"],["5825.688","16060.480"],["5668.836","16093.429"],["5815.481","15982.119"],["5821.914","15963.430"],["5797.724","16053.953"],["13075.493","10479.894"],["13088.502","10438.606"],["7113.499","18111.707"],["7101.277","18161.134"],["7119.279","18120.868"],["7109.511","18136.278"],["7111.216","18149.642"],["7114.876","18151.859"],["7140.468","18123.161"],["7105.776","18243.616"],["7127.000","18132.072"],["7119.025","18112.213"],["7115.413","18157.422"],["7110.902","18152.920"],["7122.807","18046.699"],["7117.728","18120.072"],["7109.330","18155.613"],["8146.813","16386.962"],["8171.710","16441.494"],["8256.284","16504.047"],["8216.058","16562.890"],["8278.421","16480.860"],["8313.820","16489.991"],["8261.850","16561.263"],["8212.126","16388.966"],["8337.172","16519.523"],["8347.840","16491.776"],["8242.527","16449.288"],["8199.069","16430.788"],["8206.729","16439.678"],["8263.568","16563.155"],["8335.484","16522.611"],["8346.609","16483.394"],["8239.984","16491.182"],["8290.903","16486.808"],["8199.578","16427.630"],["8187.953","16359.105"],["8217.003","16383.443"],["8332.597","16523.591"],["8354.007","16492.575"],["8218.553","16509.312"],["8193.891","16529.184"],["8277.790","16482.193"],["8185.971","16361.425"],["8160.571","16361.707"],["8309.363","16491.609"],["8259.514","16562.204"],["8215.624","16381.597"],["8162.354","16362.600"],["7330.681","12960.024"],["7317.539","12960.711"],["7521.642","16406.699"],["7528.963","16353.567"],["7533.065","16366.039"],["7534.879","16358.810"],["10091.600","17530.945"],["10225.815","17460.712"],["10238.351","17460.038"],["10086.405","17619.492"],["10058.741","17571.768"],["10139.428","17553.752"],["10170.985","17495.226"],["10167.810","17533.276"],["10160.631","17516.559"],["10226.341","17470.026"],["10220.736","17448.807"],["10105.184","17414.193"],["10056.544","17572.175"],["10141.892","17554.788"],["10066.257","17425.698"],["10139.580","17458.891"],["10140.796","17554.027"],["10050.082","17490.233"],["10170.266","17497.616"],["10208.776","17470.456"],["10225.802","17454.307"],["10106.508","17420.121"],["10090.484","17612.753"],["10058.036","17571.107"],["10211.654","17474.750"],["10237.907","17456.355"],["10070.108","17547.215"],["10090.007","17606.758"],["10062.051","17591.467"],["10105.124","17416.492"],["10140.751","17550.051"],["5836.391","18470.919"],["5841.426","18470.382"],["5982.609","18492.417"],["5919.180","18481.570"],["5911.179","18536.744"],["5884.629","18503.837"],["6039.291","18542.986"],["6025.290","18600.373"],["6022.770","18652.678"],["5969.911","18486.476"],["5867.506","18522.332"],["6026.503","18667.277"],["5850.911","18564.842"],["5858.695","18564.536"],["5849.414","18570.336"],["5864.440","18570.046"],["5852.574","18570.423"],["5849.025","18564.639"],["5197.631","15736.047"],["5192.352","15825.198"],["5168.771","15730.094"],["6896.329","13105.597"],["6882.914","13137.611"],["6888.927","13144.695"],["6579.760","16844.534"],["6548.034","16828.964"],["6662.470","16849.222"],["6553.431","16939.383"],["6595.770","16964.411"],["6635.087","16788.368"],["6535.076","16843.723"],["6524.292","16986.477"],["6595.869","16835.256"],["6547.677","16831.302"],["6660.416","16848.034"],["6579.092","16934.027"],["6613.544","16973.120"],["6618.262","16800.840"],["6560.981","16781.778"],["6535.380","16822.074"],["6596.125","16826.834"],["6575.459","16814.238"],["6624.626","16862.379"],["6597.594","16914.192"],["6606.411","16975.551"],["6616.823","16799.456"],["6543.094","16809.223"],["6537.499","16844.195"],["6586.661","16817.656"],["6541.398","16830.991"],["6663.595","16868.229"],["6590.812","16842.184"],["6560.245","16815.903"],["6641.366","16890.263"],["6553.015","16944.383"],["6586.627","16818.344"],["6561.364","16916.072"],["6558.060","16846.861"],["6649.553","16866.845"],["6568.774","16945.561"],["6590.503","16974.163"],["14556.662","8744.010"],["14626.513","8922.885"],["14497.589","8949.657"],["14481.979","8919.059"],["14626.291","8768.897"],["14653.774","8769.985"],["14576.909","8908.684"],["14568.911","8901.899"],["14593.674","8837.250"],["14625.486","8833.660"],["14522.918","8928.986"],["14613.919","8874.824"],["14635.302","8757.768"],["14606.446","8950.348"],["14536.358","8916.370"],["17084.772","7356.165"],["17114.316","7385.097"],["17142.171","7377.742"],["17026.516","7460.867"],["17143.874","7387.503"],["17096.035","7352.305"],["17153.994","7333.085"],["17140.008","7342.611"],["17131.929","7270.479"],["17167.383","7275.656"],["17033.925","7303.723"],["17036.205","7315.056"],["17140.433","7386.570"],["17125.453","7387.719"],["17139.668","7362.731"],["17187.575","7337.398"],["17168.649","7270.927"],["17172.184","7299.894"],["17043.572","7265.746"],["17064.878","7264.811"],["16990.066","7335.228"],["17021.981","7366.798"],["17093.325","7379.989"],["17170.283","7355.300"],["17127.919","7278.434"],["17048.931","7282.307"],["7248.142","13068.417"],["7239.134","13026.226"],["7246.540","12995.197"],["7207.829","13020.720"],["7258.606","13167.556"],["7207.489","13137.455"],["7218.857","13073.299"],["7258.578","13051.192"],["7250.115","13179.810"],["7215.809","13170.562"],["7271.791","13101.912"],["7234.933","13103.000"],["7221.881","13021.374"],["7222.021","13180.534"],["7198.763","13088.443"],["15126.774","5789.314"],["15131.237","5806.489"],["15177.010","5851.856"],["15147.651","5782.887"],["15120.842","5924.835"],["6669.340","15551.179"],["6504.701","15583.383"],["6643.062","15529.061"],["6465.080","15642.301"],["6521.392","15641.514"],["6563.930","15528.694"],["6512.940","15562.027"],["6504.602","15693.867"],["6471.571","15675.219"],["6486.071","15662.835"],["6560.087","15716.487"],["6506.990","15584.722"],["6645.545","15530.042"],["6671.902","15550.401"],["6512.724","15646.309"],["6523.433","15552.902"],["6511.290","15573.827"],["6486.696","15711.732"],["6473.450","15697.461"],["6545.816","15522.847"],["6495.648","15706.934"],["6670.531","15550.373"],["6506.162","15583.615"],["6644.493","15529.181"],["6515.364","15645.773"],["6539.627","15512.919"],["6588.070","15538.780"],["6562.316","15531.153"],["6522.727","15551.243"],["6472.220","15677.510"],["6470.840","15693.695"],["6487.568","15653.506"],["6466.754","15567.892"],["6506.712","15715.567"],["6486.568","15699.503"],["6657.041","15548.069"],["6474.054","15641.135"],["6510.149","15644.675"],["6462.100","15643.122"],["6519.360","15643.911"],["6667.926","15547.408"],["6506.394","15579.847"],["6644.312","15525.232"],["7454.952","16569.752"],["7394.934","16758.099"],["7427.285","16719.822"],["7420.409","16664.034"],["7442.633","16589.520"],["7396.003","16763.483"],["7432.400","16724.281"],["7431.297","16662.052"],["7418.221","16687.685"],["7450.392","16668.643"],["7453.159","16590.412"],["7400.329","16751.922"],["7424.259","16722.200"],["7438.369","16677.461"],["7448.225","16587.522"],["7400.789","16766.968"],["7436.735","16727.845"],["7429.307","16668.956"],["5619.205","18459.491"],["4566.945","11217.676"],["5733.186","16327.339"],["5718.977","16234.812"],["5641.098","16223.422"],["5667.422","16305.130"],["5646.442","16272.098"],["5672.885","16311.304"],["5626.676","16208.380"],["5706.395","16221.006"],["5720.227","16241.881"],["5694.585","16143.476"],["5658.561","16143.082"],["5647.064","16152.842"],["5619.976","16264.796"],["5631.939","16235.014"],["5661.445","16304.547"],["5680.287","16296.737"],["5709.135","16308.777"],["5646.560","16210.065"],["5775.456","16349.751"],["5773.778","16310.494"],["5678.994","16242.459"],["5729.191","16252.698"],["5666.460","16210.007"],["5680.046","16192.521"],["5680.471","16152.662"],["5627.274","16257.318"],["5630.674","16236.195"],["5664.946","16299.401"],["5675.024","16326.581"],["5714.925","16287.836"],["5722.902","16329.884"],["5647.153","16168.579"],["5774.637","16340.214"],["5712.053","16227.050"],["5691.214","16199.949"],["5764.713","16222.377"],["5768.216","16237.885"],["5669.059","16215.308"],["5681.230","16175.527"],["5629.111","16265.311"],["5642.567","16225.891"],["5660.904","16294.778"],["5631.937","16268.425"],["5620.300","16241.806"],["5674.308","16301.659"],["5633.314","16270.754"],["5645.269","16226.479"],["5673.997","16307.279"],["5628.584","16267.073"],["5641.723","16226.095"],["5658.347","16298.837"],["8930.041","14882.039"],["8937.788","14919.083"],["8885.755","15057.950"],["8898.314","14880.569"],["8906.785","14875.301"],["8865.500","14939.596"],["8929.186","14883.806"],["8909.433","14896.490"],["8952.179","14907.902"],["8898.512","14888.992"],["6690.062","7502.946"],["8331.299","17236.059"],["8327.577","17242.725"],["8335.919","17258.838"],["8281.265","17290.482"],["8323.034","17244.238"],["8341.584","17233.871"],["8317.402","17273.591"],["8316.100","17273.794"],["8330.405","17244.578"],["8284.489","17287.099"],["5098.543","17613.006"],["5009.811","17562.813"],["5017.674","17614.338"],["5035.378","17462.987"],["5159.419","17593.275"],["5145.510","17586.321"],["5154.636","17600.920"],["5030.818","17452.754"],["5121.306","17606.549"],["5087.293","17608.547"],["4995.732","17472.276"],["5055.946","17470.971"],["5060.602","17584.991"],["5060.421","17605.321"],["5109.362","17522.958"],["5140.085","17583.305"],["5117.174","17505.485"],["5140.768","17604.076"],["5159.173","17533.797"],["5020.409","17582.142"],["5082.858","17451.103"],["5076.174","17589.274"],["5138.576","17619.199"],["5145.289","17541.579"],["5006.933","17485.092"],["5024.549","17581.258"],["5010.416","17576.855"],["5178.029","17612.933"],["5106.270","17528.524"],["5125.751","17448.073"],["5088.048","17528.297"],["5189.968","17443.711"],["5095.738","17412.464"],["5020.310","17486.387"],["5058.318","17504.348"],["5195.915","17535.432"],["5039.603","17492.424"],["5186.028","17600.725"],["5132.901","17604.715"],["5132.737","17616.326"],["5075.288","17508.725"],["5004.383","17566.793"],["5066.934","17603.422"],["5074.500","17604.660"],["5184.148","17478.581"],["5130.719","17459.832"],["5185.554","17615.373"],["5190.285","17606.794"],["5162.157","17584.661"],["5163.214","17545.624"],["5180.239","17580.917"],["5096.506","17542.703"],["5089.932","17451.688"],["5099.372","17469.029"],["5043.450","17573.200"],["6973.283","15669.711"],["7015.401","15669.240"],["6910.356","15657.067"],["6893.416","15678.471"],["7076.458","15672.454"],["6888.193","15553.871"],["7024.895","15671.968"],["6947.341","15670.440"],["6965.741","15509.486"],["6966.813","15507.310"],["6946.465","15709.145"],["6913.322","15667.002"],["6888.039","15676.072"],["6913.024","15657.214"],["7078.654","15673.967"],["6895.927","15527.341"],["6965.903","15664.454"],["6884.370","15606.973"],["6925.316","15519.005"],["7022.625","15670.551"],["6917.735","15680.231"],["6911.176","15655.211"],["7077.825","15672.897"],["6884.370","15606.973"],["6954.759","15713.847"],["6924.386","15657.079"],["6971.872","15667.017"],["7025.552","15674.957"],["7004.759","15671.680"],["6937.368","15701.303"],["6894.270","15679.355"],["7018.450","15669.041"],["6903.765","15693.584"],["6936.334","15703.300"],["6916.612","15701.844"],["6896.438","15688.645"],["6910.327","15653.038"],["6922.711","15689.584"],["7078.541","15669.010"],["6121.208","7556.719"],["4235.748","17854.611"],["4244.487","17929.088"],["4190.783","17902.273"],["4162.369","17873.637"],["4187.363","17896.218"],["4252.198","17926.607"],["4214.785","17882.625"],["4155.921","17889.977"],["4236.788","17883.218"],["4236.226","17913.519"],["4207.079","17893.986"],["4171.364","17851.728"],["4234.770","17919.496"],["4194.799","17859.058"],["4162.975","17851.214"],["7364.133","18803.409"],["6269.944","17341.955"],["6360.501","17214.154"],["6389.513","17217.207"],["6428.350","17219.637"],["6435.584","17207.447"],["6357.919","17241.881"],["6441.135","17220.848"],["6345.073","17251.836"],["6444.371","17201.337"],["6387.689","17234.867"],["6446.155","17201.750"],["6374.220","17201.228"],["6355.122","17244.934"],["6362.493","17245.449"],["6430.029","17210.388"],["5157.381","16471.321"],["5104.933","16412.466"],["5104.196","16465.917"],["5159.529","16507.235"],["5153.537","16473.301"],["5130.081","16420.790"],["5118.782","16400.938"],["5164.193","16413.473"],["5127.402","16364.100"],["5158.615","16465.656"],["5152.938","16501.610"],["5167.433","16381.946"],["10084.430","14789.401"],["10078.974","14788.726"],["10179.555","7649.169"],["10222.321","7654.784"],["10230.606","7632.224"],["14066.903","9558.515"],["14062.638","9486.831"],["14198.817","9473.358"],["14213.590","9470.985"],["14194.393","9473.282"],["14067.325","9437.365"],["14083.280","9564.238"],["14245.210","9586.679"],["10260.728","7806.212"],["10316.317","7751.354"],["10266.390","7790.565"],["10316.631","7819.563"],["10284.454","7816.230"],["10335.814","7787.331"],["4986.250","18230.990"],["4838.060","18239.315"],["4965.094","18227.299"],["4840.563","18247.279"],["4811.382","18244.153"],["2830.307","16949.473"],["2827.924","16941.828"],["2851.948","16979.037"],["8229.106","19490.378"],["14306.974","13460.696"],["7149.417","16965.337"],["7159.690","16781.988"],["7113.996","16894.475"],["7155.793","16939.456"],["7117.253","16868.435"],["7194.644","16783.069"],["7158.179","16831.017"],["7154.020","16916.687"],["7119.293","16866.477"],["7185.432","16791.656"],["7164.623","16849.411"],["7160.641","16843.136"],["7117.374","16779.485"],["7178.044","16903.787"],["7170.065","16871.569"],["7127.931","16871.414"],["7178.262","16942.947"],["7120.302","16869.148"],["7195.176","16782.922"],["7162.083","16935.604"],["7162.108","16780.764"],["7167.476","16932.587"],["7123.087","16864.981"],["7184.559","16791.657"],["7173.055","16941.354"],["7116.479","16884.443"],["7169.377","16843.002"],["7168.852","16831.173"],["7117.166","16775.749"],["7171.109","16939.021"],["7118.388","16881.115"],["7171.651","16925.595"],["7125.593","16885.171"],["7193.844","16794.073"],["7164.502","16843.087"],["8039.559","16908.507"],["7976.184","16916.703"],["8064.889","16946.774"],["7942.088","16978.687"],["7944.190","16972.922"],["8086.819","16887.319"],["8059.742","16835.549"],["7985.861","16828.584"],["8024.077","16929.829"],["8021.512","16928.077"],["8067.313","16947.806"],["7938.987","16985.378"],["7942.287","16974.542"],["8094.061","16886.552"],["8062.186","16836.527"],["7978.670","16829.692"],["8021.943","16931.166"],["8129.540","16905.371"],["8038.569","16948.627"],["8066.370","16946.924"],["7940.825","16983.478"],["7943.621","16973.952"],["8091.488","16885.832"],["8061.035","16835.612"],["7981.210","16830.334"],["8023.288","16930.640"],["8128.538","16907.722"],["7935.917","16985.403"],["8095.555","16889.140"],["8062.879","16834.445"],["7976.861","16827.321"],["7941.638","16981.801"],["8089.676","16886.053"],["7983.059","16829.991"],["8000.672","16986.296"],["8066.209","16942.973"],["7946.986","16975.811"],["8061.024","16831.732"],["8026.589","16932.848"],["17242.724","7360.920"],["17245.690","7304.413"],["17258.806","7343.354"],["17231.315","7331.197"],["17240.982","7281.790"],["17255.440","7287.353"],["17246.563","7331.068"],["17237.494","7356.792"],["17245.655","7284.176"],["17239.973","7275.083"],["17272.985","7368.270"],["17240.859","7270.474"],["10046.522","16200.655"],["10053.151","16149.565"],["10069.788","16199.333"],["10076.482","16161.433"],["10621.814","7528.888"],["10591.036","7515.282"],["10646.569","7526.913"],["10561.346","7479.802"],["10590.664","7677.054"],["10639.409","7680.119"],["10646.954","7675.411"],["10651.574","7525.570"],["10593.314","7532.499"],["10282.184","13916.645"],["10317.809","13881.286"],["10317.628","13887.579"],["10293.763","13850.634"],["10277.233","13938.892"],["10311.657","13926.406"],["10306.263","13839.288"],["6261.708","15730.453"],["6458.972","15889.640"],["6457.430","15722.437"],["6270.031","15740.234"],["6265.840","15727.409"],["6455.699","15727.758"],["9505.276","13771.581"],["9492.276","13747.805"],["9514.234","13776.317"],["9498.829","13766.946"],["9487.247","13748.867"],["9491.238","13780.673"],["9518.365","13780.949"],["9502.176","13781.161"],["9515.786","13781.026"],["9512.356","13765.384"],["9493.524","13776.840"],["9468.780","13759.623"],["9503.446","13781.677"],["9504.336","13765.061"],["7996.009","14218.452"],["8030.000","14030.106"],["8116.426","14182.276"],["15047.414","11166.089"],["15054.925","11110.838"],["15004.147","11158.257"],["8711.989","19110.291"],["8700.075","19148.953"],["8676.357","19101.220"],["3338.995","17865.781"],["3332.242","17893.597"],["3320.020","17834.890"],["3305.135","17903.236"],["3314.057","17834.855"],["10696.921","9013.531"],["9560.155","9361.880"],["7879.558","16339.572"],["7877.310","16341.009"],["7878.852","16341.820"],["7880.689","16342.858"],["7882.499","16342.294"],["7704.318","17684.031"],["7670.229","17763.930"],["7662.645","17658.161"],["7527.112","17622.959"],["7596.342","17647.352"],["7627.011","17629.835"],["7662.863","17706.915"],["7632.969","17802.353"],["7692.088","17683.019"],["7675.198","17623.575"],["7706.882","17687.475"],["7711.547","17689.978"],["7515.418","17623.867"],["7702.526","17621.125"],["7632.441","17670.773"],["7699.163","17732.078"],["7697.071","17776.597"],["7707.547","17685.242"],["7709.885","17686.337"],["9442.136","16321.604"],["9477.948","16317.033"],["9456.080","16298.884"],["9421.666","16296.508"],["9440.827","16234.711"],["9419.882","16183.519"],["9539.373","16161.176"],["9598.952","16311.897"],["9582.042","16321.376"],["9417.939","16342.971"],["9571.719","16237.480"],["9595.538","16303.300"],["9507.927","16216.229"],["9510.336","16203.719"],["9474.525","16224.665"],["9483.789","16199.709"],["9497.626","16350.943"],["9416.937","16288.503"],["9485.004","16145.107"],["9487.116","16144.082"],["9465.030","16301.026"],["9455.265","16280.774"],["9457.095","16277.367"],["9423.739","16295.475"],["9530.979","16261.354"],["9543.380","16264.656"],["9515.003","16301.294"],["9542.749","16278.660"],["9417.228","16194.996"],["9520.694","16152.031"],["9495.463","16148.827"],["9555.058","16215.532"],["9572.650","16234.631"],["9411.605","16340.357"],["9574.571","16245.114"],["9602.007","16306.745"],["9508.555","16223.491"],["9512.870","16203.793"],["9473.130","16226.895"],["9485.414","16192.609"],["9424.126","16289.992"],["9493.961","16146.563"],["9420.182","16246.606"],["9424.204","16256.092"],["9527.184","16297.808"],["9538.333","16276.601"],["9574.957","16236.654"],["9575.386","16247.646"],["9600.336","16304.712"],["9509.329","16220.881"],["9511.421","16203.390"],["9474.209","16225.963"],["9483.997","16194.885"],["9421.913","16288.556"],["9492.062","16144.832"],["9418.035","16254.972"],["9521.583","16291.305"],["9544.735","16276.433"],["9542.897","16275.404"],["9498.227","16148.187"],["9493.193","16144.013"],["9572.924","16247.378"],["9601.928","16309.779"],["9505.956","16224.934"],["9488.390","16191.993"],["9424.846","16292.963"],["9494.306","16149.608"],["9536.602","16302.047"],["9573.765","16239.853"],["9598.654","16303.861"],["9509.140","16219.088"],["9483.566","16196.642"],["9420.079","16288.187"],["9490.275","16144.208"],["9510.111","16199.705"],["9478.045","16226.596"],["6980.114","13626.268"],["4685.988","16235.681"],["4649.434","16209.983"],["4655.725","16231.959"],["4465.106","18629.000"],["4407.038","18587.612"],["4463.316","18644.977"],["4367.239","18595.492"],["4404.706","18660.676"],["4393.771","18578.717"],["4430.157","18667.586"],["4401.509","18556.544"],["4465.716","18631.729"],["4419.656","18569.250"],["4445.205","18658.790"],["4404.759","18575.379"],["4461.861","18630.032"],["4376.079","18595.500"],["5652.515","9680.375"],["5749.552","9686.480"],["5741.163","9605.050"],["5778.607","9709.605"],["5737.749","9671.055"],["5776.518","9595.761"],["5715.031","9622.130"],["5743.608","9713.112"],["5751.357","9720.100"],["5640.279","9698.914"],["5759.588","9606.548"],["5794.857","9688.531"],["5626.324","9642.201"],["5723.085","9615.696"],["5687.240","9687.218"],["5762.058","9712.630"],["8986.050","15028.864"],["6445.504","8214.141"],["7008.240","17839.073"],["7065.321","17957.528"],["7063.734","17848.487"],["6974.850","18042.178"],["7039.951","17904.605"],["7066.924","17896.199"],["7027.163","17895.183"],["7036.325","17991.632"],["7006.791","18031.179"],["8810.297","15258.710"],["8817.239","15274.215"],["8793.652","15284.818"],["3608.493","17232.628"],["3565.253","17248.652"],["3594.527","17329.157"],["3542.181","17212.189"],["3651.657","17270.113"],["3608.900","17334.126"],["3669.429","17246.892"],["3609.854","17316.242"],["3662.809","17224.569"],["3560.915","17315.569"],["3632.742","17277.221"],["3532.193","17283.221"],["3611.506","17243.271"],["3571.079","17259.485"],["3587.776","17298.078"],["5176.517","18237.701"],["5135.152","18214.513"],["5163.869","18225.331"],["5048.362","18085.588"],["9356.825","18498.618"],["9357.402","18505.522"],["9406.454","18513.286"],["9309.031","18477.066"],["9363.999","18547.237"],["9314.197","18490.375"],["9253.096","18533.398"],["9236.950","18502.471"],["9333.991","18585.610"],["9328.203","18581.155"],["9219.987","18533.907"],["9291.825","18565.767"],["9277.677","18552.335"],["9320.435","18633.341"],["9332.454","18485.985"],["9249.164","18531.224"],["9356.192","18541.013"],["9300.300","18506.311"],["9399.176","18512.689"],["9311.514","18478.047"],["9357.111","18545.436"],["9313.326","18497.658"],["9260.409","18533.353"],["9230.219","18499.565"],["9338.700","18591.221"],["9330.563","18579.854"],["9227.209","18532.676"],["9298.990","18564.222"],["9279.515","18550.360"],["9314.523","18637.726"],["9302.541","18505.931"],["9394.701","18601.303"],["9401.479","18513.639"],["9310.462","18477.186"],["9359.059","18546.910"],["9314.641","18495.363"],["9257.995","18532.304"],["9232.083","18501.364"],["9337.963","18588.658"],["9329.204","18580.121"],["9224.614","18532.061"],["9296.380","18563.741"],["9278.293","18551.145"],["9313.351","18640.530"],["9352.596","18468.338"],["9398.144","18509.841"],["9356.479","18542.441"],["9310.530","18498.732"],["9261.789","18535.975"],["9230.093","18496.516"],["9337.650","18593.957"],["9228.887","18535.099"],["9300.801","18566.603"],["9312.075","18636.624"],["9326.454","18484.937"],["9403.351","18513.873"],["9360.882","18547.387"],["9314.806","18493.480"],["9256.104","18532.393"],["9233.808","18502.124"],["9336.674","18587.272"],["9222.791","18532.435"],["9294.568","18564.179"],["9321.124","18635.171"],["9310.281","18473.238"],["9326.051","18577.755"],["9274.561","18549.833"],["13824.521","8866.370"],["13820.558","8882.746"],["13796.123","8879.347"],["13817.637","8895.695"],["13823.092","8872.939"],["13815.225","8895.187"],["13829.674","8906.130"],["13829.290","8864.505"],["13822.195","8939.935"],["12772.072","4293.216"],["6060.948","9522.779"],["6107.287","9383.342"],["6119.185","9396.215"],["6060.117","9453.793"],["6139.149","9378.927"],["6065.198","9383.761"],["6045.181","9433.142"],["6126.291","9392.508"],["6154.905","9404.880"],["6061.844","9454.797"],["9230.554","18196.814"],["9252.062","18111.119"],["9199.539","18106.895"],["9198.878","18108.245"],["9229.600","18191.184"],["9218.567","18071.987"],["9215.240","18118.265"],["9256.458","18101.109"],["9354.105","18231.477"],["9335.674","18203.539"],["9361.594","18068.761"],["9224.535","18215.086"],["9203.359","18108.593"],["9259.683","18100.433"],["9201.189","18112.907"],["9206.769","18078.806"],["9208.334","18111.693"],["9255.127","18098.785"],["9352.929","18238.640"],["9338.157","18204.521"],["9357.424","18074.813"],["9243.648","18118.358"],["9207.909","18117.022"],["9206.052","18055.869"],["9223.563","18116.610"],["9255.527","18100.179"],["9354.353","18236.451"],["9337.104","18203.660"],["9359.671","18073.307"],["9242.833","18097.615"],["9222.498","18204.803"],["9350.121","18239.666"],["9354.490","18074.315"],["9216.379","18114.994"],["9202.686","18210.121"],["9354.585","18234.575"],["9360.685","18071.772"],["9205.665","18116.128"],["9209.839","18075.898"],["9285.628","18065.773"],["9213.613","18121.828"],["9203.842","18217.437"],["9203.174","18086.432"],["9253.181","18103.383"],["9336.924","18199.711"],["9282.327","18050.148"],["11852.821","11732.767"],["11821.980","11744.307"],["7508.896","14221.515"],["7500.581","14196.600"],["3354.300","7969.257"],["3449.618","7968.524"],["3474.313","7972.405"],["3482.522","7991.583"],["3381.544","8070.293"],["3454.290","7939.759"],["3341.590","7985.190"],["3362.768","8076.649"],["3441.554","7996.512"],["3433.488","7939.655"],["8643.126","13578.470"],["8602.258","13600.149"],["8604.682","13590.694"],["8575.312","13603.569"],["8595.520","13593.495"],["8601.235","13590.986"],["8596.598","13603.183"],["8600.803","13588.165"],["8592.252","13587.370"],["9103.220","15755.323"],["9060.163","15855.862"],["9079.995","15780.472"],["9084.447","15744.585"],["9047.459","15744.119"],["9094.511","15718.903"],["9065.270","15724.613"],["9122.160","15719.369"],["9102.811","15752.697"],["9041.463","15764.620"],["9102.820","15754.108"],["9099.556","15756.348"],["8157.288","16746.972"],["8150.044","16682.821"],["8168.331","16676.873"],["8170.279","16675.450"],["8193.849","16739.131"],["8187.142","16719.294"],["10467.517","18204.841"],["10522.918","18213.602"],["10513.489","18204.368"],["10483.468","18202.926"],["4947.275","17593.255"],["4974.561","17561.050"],["4987.686","17587.458"],["4841.401","17423.129"],["4977.637","17560.141"],["4986.114","17443.489"],["4967.291","17560.257"],["4959.429","17570.975"],["4811.935","17452.560"],["4941.279","17552.028"],["4947.858","17446.066"],["12339.339","12034.197"],["1638.378","13336.812"],["1643.527","13336.159"],["1715.992","13350.864"],["7792.238","16951.779"],["7800.833","16922.684"],["7880.943","16939.925"],["7745.090","16936.079"],["7847.026","16815.331"],["7753.825","16858.922"],["7730.421","16793.386"],["7757.797","16811.399"],["7759.096","16791.053"],["7788.738","16795.520"],["7887.284","16802.456"],["7797.058","16959.840"],["7810.641","16922.280"],["7872.009","16936.974"],["7737.810","16935.924"],["7844.912","16808.276"],["7751.727","16857.354"],["7727.676","16786.634"],["7764.010","16807.503"],["7756.471","16791.023"],["7786.280","16794.629"],["7796.418","16957.245"],["7808.067","16921.609"],["7874.572","16937.542"],["7740.364","16936.724"],["7844.828","16810.861"],["7752.517","16858.580"],["7727.706","16789.179"],["7761.387","16807.939"],["7757.761","16791.437"],["7787.421","16795.476"],["7795.401","16962.349"],["7812.143","16924.931"],["7870.354","16934.391"],["7736.519","16933.148"],["7847.179","16806.233"],["7766.451","16809.076"],["7729.677","16784.347"],["7794.496","16953.470"],["7803.658","16921.494"],["7878.070","16941.216"],["7742.166","16936.848"],["7845.317","16812.678"],["7728.421","16790.938"],["7759.841","16808.977"],["7899.813","16802.979"],["7751.652","16862.268"],["7759.351","16795.068"],["7787.697","16799.406"],["7898.427","16800.270"],["12319.618","10867.226"],["9076.751","17747.905"],["9133.773","17768.675"],["9131.468","17766.200"],["9050.191","17676.655"],["9054.536","17680.472"],["9166.961","17703.799"],["9027.614","17778.196"],["9020.197","17779.884"],["9069.427","17747.711"],["9135.941","17770.199"],["9130.743","17763.654"],["9049.320","17683.938"],["9057.019","17681.453"],["9166.089","17711.083"],["9027.947","17785.181"],["9022.843","17780.059"],["9071.832","17748.694"],["9135.216","17769.052"],["9130.676","17764.938"],["9050.636","17681.642"],["9055.967","17680.593"],["9167.405","17708.787"],["9028.856","17782.911"],["9021.539","17779.292"],["9068.173","17744.925"],["9046.524","17685.012"],["9163.293","17712.156"],["9025.334","17786.783"],["9073.709","17748.752"],["9050.800","17679.760"],["9167.569","17706.904"],["9028.721","17781.051"],["9135.756","17765.260"],["9127.701","17767.572"],["9055.786","17676.644"],["9020.514","17776.660"],["6895.844","13501.642"],["8930.013","14444.413"],["8946.740","14425.849"],["8946.740","14433.314"],["7015.256","12570.317"],["6886.734","12748.792"],["7019.772","12619.385"],["7059.054","12565.329"],["6905.037","12749.673"],["7038.827","12572.662"],["7045.511","12595.195"],["6889.976","12743.988"],["7049.819","12608.349"],["12782.632","7842.961"],["12951.505","7856.201"],["12965.950","7801.045"],["12948.332","7770.335"],["12982.169","7686.577"],["12947.240","7709.190"],["12808.315","7701.028"],["12955.246","7857.652"],["12974.875","7790.289"],["12948.529","7758.192"],["12962.750","7704.566"],["12812.021","7704.673"],["12942.488","7839.623"],["12960.534","7851.869"],["12985.741","7781.230"],["12970.609","7774.821"],["12937.002","7777.305"],["12962.869","7753.820"],["12978.427","7696.052"],["12986.249","7699.897"],["12942.233","7704.985"],["12961.170","7706.245"],["12794.989","7708.062"],["12792.091","7712.443"],["11833.408","12057.385"],["6773.350","14869.924"],["6860.418","14828.590"],["6789.559","14663.404"],["6734.309","14806.537"],["6780.764","14848.914"],["6845.634","14805.120"],["6758.224","14727.558"],["6771.142","14852.795"],["6830.911","14833.297"],["6790.978","14666.673"],["6757.869","14857.766"],["6831.717","14842.132"],["6845.467","14834.139"],["6762.326","14848.748"],["6847.244","14833.032"],["6744.671","14851.661"],["6844.398","14811.265"],["10913.021","11294.700"],["10893.207","11443.723"],["11025.471","11443.016"],["11043.035","11440.934"],["10931.795","11285.833"],["10929.234","11320.763"],["10900.535","11283.282"],["11038.631","11417.116"],["10918.595","11323.115"],["11038.016","11425.605"],["11032.193","11424.646"],["10935.974","11321.014"],["10923.260","11303.910"],["10905.884","11326.839"],["6641.467","7626.602"],["16465.796","6860.368"],["16448.223","6841.438"],["16440.398","6866.673"],["16484.116","6849.117"],["16544.710","6841.814"],["16413.939","6856.798"],["6455.262","17158.459"],["6443.448","17140.741"],["6431.520","17179.282"],["6444.672","17126.377"],["6453.066","17151.904"],["6431.785","17145.476"],["6451.874","17180.256"],["6441.561","17137.193"],["6429.040","17162.354"],["6446.727","17141.828"],["6451.495","17165.461"],["6414.973","17190.614"],["6455.299","17136.693"],["2786.629","11191.119"],["2785.406","11213.066"],["2792.417","17309.370"],["2841.183","17325.975"],["2861.932","17346.631"],["2874.923","17326.069"],["2880.602","17304.411"],["2788.277","17334.440"],["7662.469","18104.997"],["7643.514","18045.296"],["7593.077","18247.344"],["7707.271","18253.302"],["7673.466","18249.797"],["7657.540","18240.446"],["7655.224","18243.359"],["7711.371","18225.873"],["7721.340","18194.111"],["7709.135","18199.976"],["7720.865","18199.434"],["7710.306","18252.582"],["6441.070","7456.655"],["7232.348","12961.588"],["7243.827","12969.059"],["7263.534","12956.928"],["9647.979","19121.737"],["7800.201","8987.082"],["7769.733","8979.349"],["7762.761","8989.148"],["7781.533","8981.449"],["7759.011","8988.028"],["7756.484","8976.425"],["7737.104","8990.404"],["7773.153","8967.332"],["7757.759","8984.647"],["7792.028","8985.749"],["16204.349","7703.438"],["16181.643","7762.142"],["16208.708","7749.523"],["16225.047","7729.616"],["16235.124","7717.054"],["16196.037","7790.197"],["16214.361","7728.395"],["16201.028","7742.685"],["16189.371","7760.227"],["16207.852","7739.552"],["14166.792","9011.837"],["14194.343","9057.416"],["14084.113","8985.340"],["14095.113","8957.907"],["14185.652","9004.443"],["14219.847","9104.272"],["14084.193","8987.296"],["14096.151","8996.035"],["14093.460","8967.873"],["14136.748","9010.898"],["14127.690","8982.260"],["14154.949","9011.246"],["14206.406","9093.495"],["14096.400","8997.625"],["14115.965","8956.860"],["14129.655","9063.012"],["14233.128","9093.081"],["14228.947","8954.326"],["14163.357","9073.492"],["14216.075","9074.825"],["10970.191","11278.978"],["10946.123","11262.689"],["10936.265","11276.539"],["10932.715","11265.295"],["6750.581","17814.478"],["5946.567","9157.383"],["5951.187","9157.008"],["5960.701","9161.187"],["5955.146","9158.349"],["5956.780","9156.849"],["5978.928","9169.732"],["7952.428","9113.668"],["7946.044","9129.860"],["7957.659","9151.285"],["7967.174","9116.713"],["7944.235","9150.827"],["4655.620","10614.431"],["4659.926","10581.423"],["7198.497","14735.012"],["7116.854","14712.736"],["7227.833","14767.768"],["7124.782","14708.822"],["7135.759","14663.222"],["7302.880","14748.819"],["7151.831","14862.299"],["7139.496","14827.441"],["7228.284","14761.770"],["7162.348","14731.329"],["7127.517","14706.956"],["7149.727","14864.660"],["7160.940","14734.667"],["7190.108","14771.565"],["7287.328","14691.547"],["7141.251","14681.093"],["7154.005","14864.560"],["5391.714","7894.312"],["5372.317","7853.808"],["5356.880","7893.413"],["5233.562","7884.817"],["7137.554","17886.289"],["7124.907","17916.207"],["7123.765","17904.711"],["7189.200","17873.448"],["7120.094","17911.008"],["7127.728","17901.481"],["7116.939","17974.610"],["7145.704","17855.275"],["7125.227","17912.259"],["7113.828","17897.466"],["7127.662","17974.229"],["7191.971","17859.751"],["7116.457","17878.253"],["7124.335","17910.608"],["7125.503","17897.417"],["7116.807","17980.712"],["7121.298","17878.431"],["7118.444","17912.579"],["7112.957","17894.472"],["7125.585","17910.326"],["7121.237","17902.865"],["7117.633","17980.722"],["7134.613","17877.179"],["7128.045","17903.889"],["7122.332","17898.422"],["7114.579","17990.695"],["5920.897","18877.954"],["5884.968","18883.473"],["5879.063","18885.191"],["8331.404","17008.060"],["8334.266","17008.457"],["8195.709","17063.412"],["8235.381","17088.434"],["8213.350","17084.114"],["13093.087","12596.958"],["13057.469","12654.908"],["5150.346","8347.375"],["5081.327","8391.065"],["5044.231","8409.386"],["5025.145","8454.906"],["5098.225","8375.640"],["5162.792","8369.646"],["5146.066","8500.329"],["5188.294","8327.877"],["5066.073","8365.261"],["5060.712","8395.538"],["5033.711","8455.270"],["5023.278","8431.463"],["8907.926","15554.522"],["8882.735","15562.466"],["8899.923","15599.123"],["8919.424","15585.717"],["8914.910","15539.635"],["8863.129","15644.174"],["8925.871","15521.281"],["7347.030","8036.016"],["7340.967","8086.995"],["7318.997","7976.874"],["7378.935","8052.009"],["7307.567","8076.109"],["7375.466","8071.023"],["7380.056","8048.389"],["7314.383","8041.254"],["7311.740","7978.357"],["7308.045","7976.441"],["8503.698","13647.440"],["8482.182","13626.996"],["8487.504","13627.206"],["8486.300","13679.015"],["8510.708","13702.746"],["8479.195","13692.659"],["8429.328","13766.752"],["8423.671","13763.328"],["8405.114","13771.303"],["8479.786","13624.306"],["8363.588","13688.942"],["8486.879","13671.572"],["8502.465","13708.167"],["8465.662","13707.615"],["8457.985","13744.863"],["8425.792","13756.332"],["8402.020","13763.132"],["8365.415","13665.784"],["8494.082","13665.598"],["8481.017","13667.744"],["8502.891","13693.719"],["8510.425","13696.646"],["8472.556","13695.987"],["8473.926","13727.419"],["8452.768","13761.373"],["8430.486","13772.809"],["8423.818","13748.113"],["8426.294","13768.956"],["8410.516","13782.938"],["8392.224","13764.646"],["7963.617","15319.661"],["8006.566","15317.626"],["8040.919","15329.477"],["7960.870","15315.730"],["7995.580","15316.905"],["7995.147","15298.991"],["8011.786","15323.596"],["9178.316","13614.601"],["9147.373","13641.947"],["9172.338","13613.001"],["9150.675","13643.203"],["9170.989","13612.888"],["9171.436","13613.811"],["9138.034","13637.498"],["9149.149","13647.328"],["9174.931","13610.874"],["9140.346","13651.833"],["9457.063","18835.342"],["9427.464","18794.414"],["9564.636","18746.365"],["9433.293","18769.626"],["9576.767","18689.351"],["9467.336","18795.344"],["9411.711","18868.788"],["9493.728","18798.258"],["9557.065","18744.534"],["9437.906","18747.839"],["9465.502","18742.655"],["9496.240","18788.068"],["9530.066","18777.624"],["9434.130","18846.077"],["9555.227","18745.020"],["9556.603","18742.136"],["9434.537","18850.632"],["9564.632","18748.505"],["9413.861","18811.144"],["12409.293","11110.933"],["12418.907","11124.470"],["12396.325","11102.938"],["12414.500","11114.789"],["8678.953","14194.284"],["8386.697","17996.701"],["8368.984","17888.986"],["8384.411","18003.712"],["8366.793","17887.744"],["8386.118","18001.657"],["8367.849","17888.804"],["8381.418","18004.128"],["8386.672","17999.868"],["8361.721","17972.810"],["8360.407","17969.923"],["8367.371","17892.671"],["9628.780","17827.167"],["9683.985","17654.450"],["9699.388","17667.454"],["9759.439","17664.760"],["9817.049","17630.610"],["9738.641","17631.132"],["9810.137","17721.348"],["9822.828","17717.761"],["9820.986","17641.396"],["9700.795","17673.638"],["9640.733","17629.487"],["9742.214","17783.443"],["9680.547","17651.230"],["9704.404","17670.715"],["9761.510","17664.398"],["9805.635","17641.751"],["9636.744","17627.120"],["9816.102","17717.115"],["9824.449","17715.601"],["9815.074","17637.099"],["9698.173","17673.597"],["9640.784","17636.853"],["9738.269","17777.231"],["9725.411","17625.815"],["9697.653","17621.815"],["9703.719","17829.166"],["9820.563","17827.768"],["9641.291","17758.047"],["9637.842","17783.428"],["9653.658","17775.130"],["9620.916","17774.570"],["9813.549","17717.657"],["9823.310","17716.468"],["9816.431","17639.332"],["9699.554","17674.069"],["9641.666","17634.396"],["9738.703","17779.873"],["9818.743","17829.643"],["9703.161","17831.687"],["9672.234","17648.923"],["9702.898","17672.131"],["9741.583","17623.694"],["9818.744","17718.500"],["9815.500","17634.142"],["9638.018","17638.194"],["9739.688","17774.800"],["9709.827","17620.942"],["9706.101","17827.336"],["9823.354","17827.183"],["9812.037","17718.803"],["9817.989","17640.405"],["9641.670","17632.513"],["9739.780","17781.408"],["9818.205","17831.471"],["9674.964","17644.233"],["9707.983","17678.832"],["9758.325","17666.472"],["9806.909","17637.999"],["9723.010","17625.694"],["9819.470","17715.565"],["9701.017","17677.656"],["8424.071","17606.020"],["8427.276","17600.965"],["8427.281","17603.570"],["8501.184","17545.339"],["8444.337","17469.207"],["8429.531","17598.959"],["8427.669","17605.385"],["8427.365","17528.850"],["8444.148","17467.753"],["5506.828","18983.540"],["5520.972","18949.519"],["5452.970","18908.363"],["5443.786","18975.938"],["5512.420","18980.023"],["5551.630","18972.954"],["5591.427","18943.281"],["5554.394","18959.874"],["5468.308","18929.767"],["5513.867","18908.495"],["5596.986","18945.015"],["5425.816","18920.221"],["5409.987","18982.494"],["14140.084","13671.998"],["14150.137","13724.651"],["14041.705","13692.793"],["3294.555","17202.922"],["3264.914","17209.166"],["13767.513","13257.779"],["9311.496","14394.861"],["9389.489","14374.217"],["9386.966","14433.701"],["9378.315","14438.771"],["9296.027","14448.975"],["9300.079","14355.821"],["9377.102","14375.805"],["9277.326","14397.546"],["9321.989","14398.461"],["9322.250","14355.524"],["9275.585","14394.620"],["9380.279","14431.805"],["9309.506","14374.283"],["9370.305","14416.806"],["6606.817","17741.550"],["6632.422","17725.584"],["6623.794","17733.825"],["6639.837","17690.480"],["6469.358","17642.625"],["6628.815","17713.850"],["6613.944","17700.866"],["6608.722","17734.699"],["6610.061","17748.435"],["6585.575","17769.139"],["6601.977","17755.887"],["6595.025","17750.081"],["6623.790","17691.484"],["6634.934","17703.180"],["6637.080","17734.030"],["6643.608","17709.596"],["6643.302","17689.444"],["6623.978","17711.973"],["6594.076","17747.622"],["6594.751","17731.971"],["6604.463","17735.014"],["6610.917","17734.399"],["6606.238","17734.097"],["6642.282","17736.193"],["6639.381","17740.493"],["3166.690","11731.433"],["3301.100","11826.275"],["3238.859","11903.212"],["3177.813","11849.263"],["3254.268","11757.256"],["3179.792","11727.498"],["4083.186","18254.336"],["4057.597","18211.090"],["4011.938","18178.973"],["4084.707","18246.727"],["4055.974","18224.863"],["4009.817","18154.115"],["4104.620","18207.511"],["4060.671","18217.974"],["3980.801","18183.075"],["4043.085","18202.690"],["3976.764","18173.391"],["4091.619","18241.108"],["4096.295","18217.109"],["3979.524","18183.548"],["4106.009","18237.073"],["4061.021","18213.123"],["3955.528","18159.267"],["4110.728","18245.301"],["4095.639","18202.274"],["3994.957","18164.692"],["14742.066","8797.281"],["14779.113","8744.229"],["14870.991","8949.581"],["14835.662","8902.678"],["14730.062","8902.340"],["14763.731","8758.583"],["14833.490","8749.208"],["14830.045","8921.142"],["14759.445","8946.661"],["14766.495","8900.300"],["14812.409","8743.128"],["14749.670","8794.642"],["14823.292","8945.280"],["14749.617","8935.332"],["14733.375","8916.369"],["14861.526","8789.917"],["14673.042","8818.447"],["14789.512","8803.462"],["14830.627","8941.326"],["14730.892","8892.481"],["14864.816","8759.330"],["14880.175","8799.546"],["14882.515","8946.474"],["14774.888","8747.680"],["14798.870","8948.559"],["14821.398","8900.727"],["14712.678","8884.788"],["14850.209","8824.816"],["14774.465","8777.931"],["14823.374","8912.434"],["14720.362","8899.401"],["5321.618","18374.901"],["5319.701","18414.518"],["5256.054","18362.412"],["5311.955","18381.290"],["5235.947","18321.972"],["5347.111","18401.375"],["8258.609","14755.338"],["8255.653","14816.401"],["8146.312","14725.048"],["8273.642","14693.128"],["8271.344","14694.362"],["8229.165","14716.406"],["8222.915","14772.528"],["8198.197","14823.683"],["7901.838","18133.976"],["7874.000","18235.297"],["7914.197","18171.144"],["7834.865","18202.831"],["7801.892","18130.883"],["7864.992","18087.811"],["7766.490","18052.448"],["7776.278","18246.966"],["7769.542","18251.206"],["7747.822","18233.162"],["7743.408","18221.620"],["6835.326","13548.239"],["6877.772","13518.885"],["6860.514","13474.253"],["6815.806","13581.939"],["6795.745","13598.103"],["6875.740","13544.395"],["6837.811","13529.802"],["6851.488","13479.112"],["6819.329","13581.514"],["6839.409","13579.385"],["6827.319","13540.366"],["6842.306","13449.830"],["10285.082","13700.382"],["10278.454","13697.706"],["10281.678","13728.573"],["10317.632","13764.676"],["10323.289","13760.249"],["10289.671","13766.492"],["10297.911","13709.135"],["10288.109","13705.501"],["10328.141","13740.415"],["10293.026","13782.859"],["10303.750","13772.504"],["10296.941","13751.612"],["10286.332","13746.856"],["10325.428","13765.055"],["10287.878","13704.890"],["10285.543","13740.976"],["10343.569","13774.965"],["10288.141","13760.745"],["7027.319","15876.977"],["6996.081","15782.870"],["6998.089","15732.054"],["6961.656","15759.761"],["6998.199","15874.416"],["7014.531","15766.490"],["7007.165","15721.597"],["6970.703","15768.928"],["7046.057","15862.724"],["7010.080","15770.966"],["6996.874","15720.874"],["6964.219","15748.299"],["7010.884","15894.392"],["6998.051","15764.644"],["6943.569","15749.601"],["7050.594","15843.807"],["7020.878","15730.069"],["7008.406","15776.310"],["7004.428","15726.537"],["6947.457","15748.369"],["7010.444","15778.540"],["6979.307","15725.524"],["6965.430","15762.291"],["7039.664","15860.892"],["7007.434","15775.039"],["6987.238","15731.063"],["6962.080","15749.052"],["14031.358","14030.337"],["14001.668","14125.605"],["4474.187","11790.688"],["4558.098","11882.612"],["14871.857","8672.472"],["14855.526","8727.120"],["14843.276","8663.859"],["14786.231","8612.043"],["14709.520","8538.139"],["14802.090","8582.373"],["14861.428","8676.438"],["14868.671","8675.443"],["14843.498","8627.865"],["14758.360","8618.170"],["14810.476","8617.263"],["14879.141","8651.359"],["14831.922","8618.247"],["14879.790","8663.584"],["14838.648","8703.941"],["14852.445","8692.336"],["14856.493","8673.273"],["14762.551","8617.242"],["14873.895","8676.211"],["14851.964","8691.897"],["14879.214","8725.162"],["14878.920","8618.072"],["14752.028","8574.368"],["14840.236","8637.775"],["14772.717","8616.471"],["14881.456","8741.564"],["14852.058","8651.366"],["14771.089","8574.362"],["6295.938","13481.156"],["6298.215","13526.018"],["6292.686","13584.496"],["6297.649","13485.220"],["6302.657","13504.998"],["6282.237","13518.290"],["6252.481","13610.201"],["6259.386","13620.590"],["5624.448","9124.845"],["5658.271","9134.815"],["5652.923","9137.255"],["5707.631","9035.239"],["5636.600","9147.841"],["9482.395","18178.789"],["9549.802","18245.820"],["9599.377","18116.649"],["9429.753","18061.280"],["9617.094","18162.593"],["9501.171","18057.473"],["9491.446","18067.656"],["9426.826","18105.932"],["9436.647","18099.979"],["9413.230","18100.991"],["9457.764","18208.504"],["9567.446","18221.572"],["9615.428","18164.617"],["9572.118","18047.868"],["9498.756","18064.399"],["9491.716","18070.268"],["9419.618","18105.355"],["9435.157","18098.273"],["9411.211","18102.673"],["9450.783","18206.494"],["9442.198","18087.740"],["9494.885","18191.159"],["9500.508","18241.278"],["9605.275","18209.264"],["9547.126","18235.969"],["9447.331","18202.835"],["9616.569","18163.775"],["9572.077","18045.221"],["9500.533","18062.345"],["9491.974","18068.858"],["9422.053","18106.513"],["9435.306","18099.345"],["9412.483","18102.086"],["9452.993","18208.003"],["9441.983","18084.609"],["9481.455","18174.986"],["9539.692","18247.542"],["9498.557","18239.222"],["9610.795","18200.635"],["9569.947","18050.050"],["9495.803","18064.677"],["9418.650","18102.550"],["9450.307","18203.471"],["9501.099","18060.608"],["9423.831","18106.641"],["9454.713","18208.547"],["9488.729","18248.033"],["9495.401","18066.981"],["9433.993","18105.039"],["9416.028","18103.847"],["7680.522","8713.185"],["7693.054","8705.159"],["5040.972","8910.865"],["5068.057","8900.128"],["5110.633","8867.653"],["5074.053","8932.097"],["5180.844","8854.060"],["5003.588","8879.724"],["5185.728","8845.404"],["5083.826","8922.135"],["5074.206","8896.884"],["5080.822","8886.763"],["5148.339","8912.045"],["5183.880","8846.593"],["5010.634","8893.487"],["5118.690","8900.887"],["5038.875","8876.252"],["5074.990","8935.830"],["5148.211","8913.323"],["14373.491","17161.822"],["14372.433","17160.853"],["7039.023","13949.114"],["6094.919","16211.968"],["6227.037","16239.060"],["6079.299","16223.709"],["6074.482","16258.497"],["6076.259","16259.430"],["3089.531","13400.603"],["3063.174","13414.130"],["5941.722","17354.832"],["5924.486","17344.956"],["5873.085","17301.735"],["6012.782","17362.420"],["5876.193","17292.685"],["8865.865","18078.002"],["8867.106","18123.577"],["8860.402","18077.974"],["8952.098","18135.304"],["8898.148","18150.661"],["8908.096","18103.117"],["8939.951","18175.094"],["8957.497","18069.003"],["8848.934","18069.152"],["8881.790","18062.218"],["8858.048","18131.527"],["8850.554","18078.628"],["8954.770","18135.598"],["8907.741","18148.979"],["8962.266","18195.757"],["8963.453","18181.679"],["8971.742","18072.989"],["8822.735","18061.679"],["8855.024","18073.416"],["8856.522","18111.148"],["8853.116","18079.273"],["8953.471","18135.122"],["8904.613","18148.547"],["8883.175","18092.973"],["8945.885","18182.714"],["8883.318","18068.157"],["8848.912","18076.108"],["8909.504","18151.392"],["8856.148","18121.521"],["8857.527","18079.302"],["8903.416","18149.963"],["8881.819","18059.575"],["8879.355","18088.548"],["8952.336","18131.308"],["9042.225","15603.322"],["9184.255","15708.178"],["9197.533","15676.334"],["9157.396","15717.563"],["9124.600","15710.336"],["9176.274","15681.964"],["9194.185","15698.628"],["9190.264","15676.023"],["9085.756","15626.016"],["9018.660","15653.973"],["9192.631","15677.169"],["9090.067","15691.159"],["9179.836","15701.189"],["9188.916","15673.404"],["9194.510","15677.174"],["7685.596","17340.818"],["7709.144","17323.335"],["7679.310","17329.822"],["7706.656","17377.292"],["12438.807","10261.465"],["7856.169","17897.861"],["7843.279","17865.788"],["7822.574","17881.948"],["7823.016","17836.754"],["7906.431","17986.735"],["7865.345","17882.318"],["7859.317","17841.341"],["3296.539","18091.044"],["3264.174","18108.621"],["3280.632","18142.673"],["3286.752","18161.351"],["3183.569","18168.292"],["3295.615","18116.103"],["3272.253","18112.602"],["7445.447","16474.813"],["7486.605","16467.664"],["7434.666","16513.349"],["7470.289","16464.311"],["7495.635","16429.530"],["7486.128","16462.214"],["7498.934","16475.490"],["7459.583","16462.510"],["7446.217","16437.614"],["7479.086","16486.686"],["7503.737","16388.834"],["7498.431","16397.408"],["7405.769","16419.612"],["7456.086","16418.621"],["7407.649","16363.332"],["9806.514","17986.370"],["9764.562","17973.128"],["9626.035","17972.970"],["9656.086","17988.299"],["9742.738","18032.603"],["9740.558","17924.370"],["9705.014","17836.358"],["9818.110","17834.597"],["9802.118","17984.699"],["9772.231","17960.749"],["9723.444","18029.159"],["9658.497","17995.236"],["9743.438","18024.858"],["9743.195","17924.756"],["9801.204","17992.192"],["9795.459","17956.150"],["9621.479","17971.172"],["9658.497","17992.549"],["9743.075","18022.906"],["9741.989","17924.323"],["9778.631","17996.273"],["9788.449","17956.514"],["9619.802","17966.365"],["9656.301","17997.392"],["9745.760","18024.446"],["9673.177","17856.025"],["9623.046","17972.181"],["9657.917","17990.806"],["9740.665","18032.495"],["9703.536","17833.553"],["9740.990","17920.497"],["5585.435","16065.149"],["6780.171","18900.245"],["6811.960","18900.210"],["6716.754","18936.440"],["6881.619","18952.104"],["6776.046","18991.195"],["6732.139","18920.818"],["6847.424","19076.143"],["6827.769","18947.044"],["6835.317","18905.055"],["6823.756","19020.651"],["6753.574","19006.749"],["6880.184","18951.693"],["6880.432","18954.057"],["5807.296","8036.690"],["5810.257","8068.707"],["5775.492","8071.434"],["5804.921","9461.932"],["5709.034","9468.517"],["5689.372","9449.488"],["5717.314","9439.579"],["5674.509","9456.791"],["5786.759","9450.889"],["5690.516","9468.645"],["5687.016","9441.231"],["5804.275","9468.839"],["5716.740","9449.289"],["5824.420","9457.001"],["5691.533","9440.776"],["12061.590","12007.987"],["9116.561","19060.124"],["9051.222","19002.770"],["9029.699","19036.911"],["9108.473","18970.033"],["9151.990","18894.032"],["9159.227","18889.507"],["9163.564","18931.862"],["9197.818","19022.625"],["9084.556","19057.934"],["8988.748","18989.013"],["9134.209","19018.416"],["9162.636","18947.711"],["9109.399","19050.763"],["9025.335","19030.050"],["9104.400","19024.079"],["9153.911","18960.300"],["9195.029","19035.450"],["9124.609","19051.523"],["9032.723","19013.824"],["9075.295","18973.358"],["9084.064","18985.127"],["9192.270","18944.981"],["9169.760","19031.009"],["9105.553","19056.947"],["9015.745","19055.264"],["9132.493","18969.131"],["9131.213","19015.511"],["9153.288","18929.783"],["9192.398","19033.827"],["9079.719","19027.698"],["9002.127","19034.607"],["9033.730","18988.346"],["9099.325","18948.047"],["14077.930","9095.786"],["14052.860","9095.491"],["14060.273","9115.377"],["14073.034","9090.150"],["14082.025","9085.033"],["14080.741","9085.856"],["14049.439","9078.933"],["14052.268","9115.460"],["14059.576","8955.409"],["14052.997","9094.228"],["14069.377","9103.426"],["14082.445","9012.260"],["14047.684","8956.771"],["14060.253","9108.579"],["14071.370","9132.625"],["14046.618","8956.411"],["14075.678","9093.658"],["14074.113","9092.444"],["14052.451","9106.768"],["14064.230","9122.463"],["14058.075","9144.504"],["14065.452","9100.819"],["14069.790","9065.713"],["14054.022","9124.384"],["14051.834","9155.517"],["5875.192","18307.645"],["5878.233","18391.745"],["5848.219","18274.746"],["5856.860","18390.777"],["5855.584","18376.987"],["5904.852","18388.870"],["5922.723","18390.838"],["5967.369","18413.409"],["5920.076","18447.957"],["5846.911","18315.238"],["5886.212","18325.101"],["5836.181","18289.900"],["5852.802","16019.164"],["5849.325","15978.948"],["5833.203","16139.995"],["5962.972","16007.283"],["5895.142","16015.511"],["5835.639","16141.049"],["5941.781","16017.494"],["5946.592","16031.651"],["5896.893","15997.651"],["5859.832","16042.188"],["5847.085","15967.457"],["5834.660","16140.167"],["5951.212","16027.461"],["5934.120","16005.896"],["5866.515","15982.797"],["5860.620","16041.147"],["5833.326","16048.942"],["5836.787","15998.296"],["5831.743","15992.000"],["5837.298","16017.254"],["5878.508","15993.646"],["5862.942","16053.868"],["5868.140","16048.631"],["5842.565","16060.639"],["5834.570","16136.208"],["9511.392","17725.823"],["9425.093","17686.927"],["9512.213","17729.595"],["9461.120","17756.708"],["9459.924","17754.161"],["9435.307","17694.359"],["9577.121","17802.981"],["9431.294","17683.476"],["9422.494","17699.083"],["6729.513","17987.402"],["6805.288","17976.220"],["6697.221","18040.828"],["6762.464","17977.127"],["6722.825","18013.973"],["6757.562","17977.590"],["6742.621","17970.424"],["8938.950","14528.398"],["8916.148","14582.249"],["8960.757","14546.888"],["8949.240","14563.653"],["7929.259","17504.281"],["7860.409","17473.260"],["7841.172","17524.820"],["7931.159","17513.129"],["7928.117","17491.465"],["7862.885","17474.189"],["7911.238","17519.315"],["6086.603","18838.038"],["6059.629","18850.573"],["6203.200","18876.633"],["6098.779","18877.190"],["6081.723","18860.278"],["9200.219","17290.867"],["9215.042","17256.942"],["9300.304","17326.424"],["9329.595","17341.304"],["9334.600","17327.242"],["9327.027","17351.292"],["9393.494","17319.713"],["9374.824","17256.357"],["9316.935","17237.354"],["9262.107","17250.490"],["9268.794","17324.487"],["9288.984","17276.653"],["9387.793","17286.036"],["9329.025","17390.959"],["9310.248","17247.718"],["9332.509","17225.651"],["9240.442","17228.991"],["9292.625","17292.597"],["9281.595","17269.205"],["9318.217","17285.979"],["9332.290","17303.924"],["9336.792","17200.308"],["9395.046","17360.880"],["9407.634","17392.430"],["9257.711","17244.732"],["9271.278","17325.468"],["9281.813","17275.066"],["9380.546","17286.409"],["9335.287","17394.628"],["9307.680","17247.860"],["9334.998","17226.598"],["9308.866","17289.439"],["9308.499","17332.116"],["9397.376","17380.270"],["9258.340","17247.216"],["9270.225","17324.607"],["9284.007","17276.596"],["9382.977","17287.303"],["9333.575","17392.555"],["9309.119","17247.999"],["9333.907","17225.624"],["9333.288","17200.670"],["9258.909","17241.988"],["9281.113","17272.237"],["9378.977","17283.859"],["9334.978","17397.673"],["9329.650","17225.152"],["9259.530","17248.691"],["9286.467","17276.992"],["9384.854","17287.151"],["9332.028","17391.644"],["9270.044","17320.659"],["9311.052","17251.472"],["9333.755","17221.914"],["9401.839","17457.922"],["9337.680","17508.228"],["9391.169","17416.600"],["9330.965","17511.135"],["9315.866","17482.293"],["9333.634","17511.138"],["9328.675","17509.413"],["9335.321","17510.305"],["13171.216","13923.975"],["13105.631","14001.957"],["5309.267","18744.995"],["5229.157","18686.952"],["5287.271","18681.879"],["5200.355","18754.378"],["5302.273","18678.124"],["10682.218","16793.265"],["10682.914","16798.272"],["15099.633","8951.903"],["15096.378","8861.700"],["15094.177","8854.367"],["15115.253","8951.432"],["15127.867","8945.068"],["15109.197","8861.524"],["15113.019","8911.201"],["15107.096","8869.761"],["15110.019","8945.548"],["15126.841","8831.136"],["4600.941","11728.222"],["4600.769","11826.777"],["6410.043","14827.922"],["6396.079","14797.332"],["13113.587","12843.054"],["13888.600","13095.631"],["13823.163","14973.011"],["7741.434","17488.091"],["7770.695","17531.855"],["7730.988","17464.097"],["7795.269","17596.649"],["7888.369","17575.691"],["7881.520","17594.708"],["7812.286","17607.091"],["7793.924","17546.790"],["7796.049","17594.098"],["7780.045","17578.169"],["7755.741","17599.848"],["7796.067","17595.580"],["7789.023","17498.714"],["7742.444","17599.738"],["7788.250","17557.343"],["7761.761","17517.425"],["7799.031","17598.026"],["5628.751","9298.947"],["5644.078","9332.143"],["5625.202","9321.568"],["5622.728","9306.562"],["5619.819","9294.827"],["8227.669","17448.152"],["8225.146","17582.200"],["8216.143","17550.019"],["8233.734","17587.763"],["8206.623","17547.662"],["8233.048","17588.488"],["8234.404","17585.623"],["8208.830","17549.059"],["8235.437","17582.606"],["8205.752","17544.785"],["8211.123","17546.611"],["9260.610","18915.389"],["9280.361","18995.068"],["9312.854","19088.623"],["9206.490","19008.132"],["9262.517","18921.978"],["9303.315","19035.803"],["9341.501","19071.822"],["9309.771","19010.799"],["9328.012","19054.916"],["9241.713","18977.742"],["9243.866","18913.324"],["9288.438","19008.443"],["9316.042","19083.886"],["9268.256","19053.554"],["9350.955","19093.799"],["9386.752","18972.811"],["9300.145","19021.662"],["9343.998","19090.047"],["5832.080","18217.897"],["7988.506","16355.665"],["8011.001","16395.640"],["8097.655","16369.694"],["8087.434","16457.343"],["8010.082","16402.833"],["8070.725","16397.358"],["8036.570","16385.984"],["8089.714","16458.087"],["7970.517","16355.810"],["8011.416","16400.455"],["8087.995","16400.816"],["8011.433","16384.913"],["8088.340","16457.450"],["8007.286","16403.637"],["8011.591","16398.681"],["7991.224","16353.828"],["8087.796","16453.502"],["9358.538","17901.859"],["9308.993","17833.322"],["9290.091","17839.194"],["9271.600","17994.255"],["9214.907","17937.242"],["9264.074","18001.894"],["9330.112","18007.526"],["9318.772","17963.755"],["9304.252","17990.394"],["9362.466","18041.575"],["9311.774","17833.844"],["9288.755","17845.325"],["9362.951","17951.668"],["9269.980","17995.824"],["9218.394","17942.230"],["9278.216","17999.142"],["9313.692","18019.447"],["9257.235","18012.139"],["9272.899","17990.313"],["9325.916","17956.951"],["9301.726","17990.919"],["9364.313","18039.673"],["9264.006","17899.053"],["9268.587","17888.383"],["9268.618","17878.197"],["9258.856","17890.402"],["9298.999","17836.217"],["9278.986","17833.071"],["9287.767","17841.267"],["9300.540","17933.841"],["9328.139","18010.679"],["9320.166","17992.975"],["9264.712","17999.324"],["9209.365","17978.158"],["9323.591","17958.075"],["9303.182","17990.963"],["9363.101","18040.536"],["9263.389","17870.324"],["9256.087","17890.530"],["9235.128","17903.715"],["9269.647","17993.308"],["9219.463","17943.303"],["9331.076","18011.025"],["9253.160","18011.286"],["9328.814","17957.917"],["9256.191","17875.762"],["9262.763","18004.574"],["9246.130","18016.648"],["9320.188","17960.904"],["9265.880","17896.507"],["9264.313","17866.612"],["9289.486","17842.783"],["9270.084","17991.614"],["9302.580","17929.642"],["9214.463","17934.335"],["9272.527","18019.822"],["9201.938","17985.423"],["9273.388","17875.391"],["9244.097","18038.010"],["9305.429","17994.216"],["9263.669","17862.523"],["9359.386","18039.130"],["10766.200","7642.398"],["10688.483","7657.683"],["10712.771","7599.231"],["10833.086","7614.661"],["10704.531","7570.728"],["10775.433","7635.532"],["10681.979","7629.462"],["10845.814","7630.519"],["10714.559","7684.471"],["10738.371","7643.046"],["10692.379","7655.306"],["10713.925","7602.731"],["10869.193","7627.284"],["6386.800","13185.811"],["6370.095","13198.497"],["6409.463","13198.504"],["6461.380","13370.090"],["5689.421","8268.039"],["5701.841","8274.531"],["8711.902","17803.768"],["8667.909","17773.681"],["8597.131","17762.554"],["8704.278","17802.847"],["8665.555","17776.762"],["8600.590","17764.135"],["8662.669","17796.383"],["8713.026","17807.960"],["8633.071","17735.243"],["8665.466","17773.784"],["8632.681","17753.443"],["4495.217","18514.421"],["4514.073","18533.610"],["4519.711","18483.126"],["4484.293","18516.385"],["4531.955","18496.407"],["4472.974","18552.167"],["4535.215","18480.753"],["4458.412","18548.964"],["4525.641","18490.676"],["4481.523","18526.887"],["4536.381","18517.551"],["14638.252","9074.954"],["7787.585","20048.807"],["6310.217","17080.894"],["6329.684","17064.954"],["6283.494","17081.835"],["6355.950","17045.840"],["6300.044","17094.002"],["6327.092","17048.833"],["6255.210","17147.459"],["6297.277","17094.671"],["6332.643","17058.784"],["6323.718","17052.405"],["6329.043","17067.876"],["6289.872","17086.577"],["6338.920","17057.536"],["6265.440","17145.200"],["8236.943","18849.036"],["8327.868","18837.997"],["8185.972","18858.422"],["8166.588","18867.967"],["8215.781","18860.845"],["8202.574","18856.580"],["8246.307","18802.270"],["8294.572","18770.052"],["8320.935","18837.443"],["8319.951","18829.096"],["8265.446","18874.135"],["8186.644","18842.671"],["8229.767","18844.669"],["8336.332","18841.594"],["8315.892","18819.382"],["8347.300","18715.551"],["8190.652","18828.338"],["8219.094","18845.169"],["8334.903","18804.305"],["8319.878","18822.660"],["8266.711","18860.763"],["8302.932","18857.690"],["6661.036","16599.156"],["6620.044","16575.644"],["6590.891","16673.363"],["6614.700","16723.159"],["6650.766","16672.313"],["6623.459","16737.404"],["6582.041","16706.708"],["6646.008","16684.223"],["6658.499","16587.669"],["6598.101","16576.048"],["6597.850","16662.173"],["6614.403","16723.304"],["6642.520","16686.588"],["6660.610","16684.465"],["6668.201","16587.486"],["6652.697","16586.754"],["6620.528","16566.712"],["6609.964","16666.664"],["6640.641","16713.880"],["6669.685","16644.373"],["6608.433","16713.264"],["6586.493","16634.993"],["6647.402","16682.171"],["6627.862","16595.445"],["6595.685","16581.846"],["6591.887","16664.067"],["6627.227","16721.541"],["6671.819","16571.156"],["6660.580","16576.994"],["6602.379","16566.076"],["6610.952","16677.726"],["6640.903","16700.236"],["6662.313","16570.475"],["6656.935","16593.265"],["6588.757","16568.271"],["6585.289","16657.488"],["6634.596","16693.474"],["6654.185","16570.076"],["6586.433","16571.295"],["6590.871","16665.940"],["6658.777","16709.953"],["8100.959","17398.022"],["8067.939","17389.496"],["4762.988","9332.084"],["4688.428","9324.522"],["4704.947","9337.092"],["4701.689","9279.942"],["12865.673","13453.955"],["12782.664","13567.564"],["15845.264","11230.525"],["15918.558","11276.096"],["15919.018","11270.646"],["15935.030","11273.493"],["15933.097","11258.954"],["7543.459","14876.965"],["7621.527","14932.098"],["7548.126","14951.215"],["7535.989","14990.023"],["7714.581","14993.355"],["7721.176","14993.388"],["7544.528","14951.567"],["7025.229","16451.856"],["7078.326","16481.035"],["6934.309","16433.329"],["6943.078","16455.323"],["6936.758","16526.636"],["7062.129","16540.674"],["7042.836","16476.204"],["7029.805","16387.620"],["7010.619","16450.256"],["6911.618","16529.784"],["6949.204","16380.462"],["7027.284","16453.818"],["7077.723","16474.725"],["6932.350","16431.566"],["6940.980","16447.593"],["6930.722","16523.762"],["7061.812","16537.613"],["7064.157","16495.900"],["7009.024","16396.003"],["7021.678","16467.981"],["6884.283","16449.106"],["6966.856","16355.709"],["6895.696","16422.271"],["7088.820","16365.682"],["7089.708","16482.658"],["7033.359","16404.315"],["7054.734","16435.414"],["6890.158","16510.170"],["6887.455","16458.771"],["7002.968","16420.369"],["6927.442","16421.105"],["6942.064","16480.510"],["6983.303","16498.370"],["7003.747","16496.917"],["6994.020","16557.180"],["7051.487","16546.493"],["6930.438","16418.573"],["6947.822","16454.844"],["7064.117","16535.824"],["6917.837","16516.238"],["7035.479","16499.039"],["7044.361","16438.845"],["6907.599","16502.218"],["7058.728","16486.629"],["7005.034","16451.414"],["7001.609","16415.258"],["7017.619","16442.229"],["7006.666","16368.767"],["7080.110","16475.986"],["6932.505","16434.886"],["6945.277","16456.912"],["6934.554","16532.020"],["7041.065","16458.939"],["7013.316","16464.284"],["7024.100","16385.989"],["6893.193","16503.338"],["6979.865","16376.424"],["7065.116","16457.597"],["6994.443","16465.610"],["7049.672","16375.904"],["6976.067","16390.918"],["4827.930","17405.771"],["4924.900","17273.144"],["4885.628","17403.294"],["4894.292","17243.400"],["4902.170","17277.702"],["4826.202","17357.838"],["4852.157","17391.238"],["4826.302","17357.926"],["4919.900","17269.890"],["4934.571","17277.388"],["4844.246","17384.698"],["4864.164","17357.844"],["4889.107","17346.901"],["4895.291","17383.512"],["4901.808","17257.190"],["4867.779","17276.017"],["5552.490","16656.622"],["5452.352","16622.446"],["5447.600","16672.072"],["5487.346","16594.256"],["5458.836","16737.452"],["5558.970","16719.165"],["5576.092","16724.037"],["5462.089","16626.162"],["5555.740","16652.355"],["5550.708","16732.823"],["5548.964","16711.271"],["5564.842","16659.710"],["5423.811","16667.223"],["5608.776","16762.005"],["5451.147","16668.223"],["5478.472","16575.152"],["5554.524","16691.089"],["5477.484","16733.632"],["5476.185","16696.423"],["5587.917","16688.562"],["5598.806","16679.264"],["5491.053","16609.647"],["5565.933","16628.309"],["5447.579","16673.935"],["5462.148","16655.301"],["7581.322","14724.969"],["7580.297","14681.292"],["7537.431","14852.694"],["7603.046","14724.396"],["7618.523","14720.746"],["7581.698","14729.202"],["7605.137","14701.262"],["7608.112","14746.213"],["16236.556","5443.785"],["16262.404","5428.753"],["16156.872","5464.014"],["16280.951","5393.316"],["16277.950","5468.234"],["16294.343","5465.199"],["16172.108","5442.336"],["16262.886","5375.001"],["16247.571","5376.711"],["16239.733","5476.705"],["16232.591","5423.038"],["16306.110","5418.264"],["16256.286","5475.003"],["16248.256","5409.309"],["16247.354","5466.851"],["16307.051","5431.197"],["16262.561","5403.456"],["16164.629","5415.621"],["9043.099","16817.765"],["9049.826","16793.863"],["9024.025","16864.553"],["9025.264","16889.598"],["9044.656","16915.745"],["9013.997","16931.296"],["9043.413","16952.063"],["9045.782","16979.573"],["9181.210","16822.679"],["9111.230","16835.132"],["9192.384","16823.600"],["9169.949","16796.542"],["9118.259","16904.196"],["9118.558","16907.982"],["9106.424","16955.450"],["9076.624","16955.496"],["9137.736","16950.613"],["9096.531","16936.062"],["9080.948","16968.795"],["9130.448","16833.862"],["9187.647","16799.562"],["7266.014","13897.603"],["7277.296","13917.735"],["8193.833","15195.813"],["8306.649","15280.858"],["8273.155","15225.759"],["8318.490","15214.107"],["8305.227","15151.480"],["8344.146","15240.265"],["8235.910","15279.211"],["8258.752","15244.655"],["8322.792","15210.874"],["8351.700","15244.325"],["8349.332","15245.848"],["8342.899","15247.721"],["8148.744","18058.429"],["8251.588","18147.088"],["8278.457","18090.181"],["8203.031","18049.141"],["8158.934","18077.746"],["8270.532","18137.389"],["8280.721","18093.863"],["8205.152","18051.011"],["8149.516","18079.477"],["8333.109","18076.167"],["8300.076","18099.659"],["8204.237","18049.979"],["8151.986","18079.826"],["8222.944","18192.958"],["8346.153","18094.804"],["8240.287","18092.124"],["8147.545","18077.122"],["8347.463","18098.583"],["8257.556","18085.462"],["8156.216","18079.367"],["8351.078","18096.305"],["8287.979","18096.920"],["8343.461","18101.314"],["8225.491","18073.517"],["8205.663","18045.094"],["7543.958","16345.482"],["7517.484","16212.330"],["7587.026","16259.489"],["7545.097","16189.520"],["7543.380","16160.152"],["7521.267","16143.524"],["6061.767","9208.575"],["6139.460","9376.031"],["6144.004","9212.907"],["6165.738","9242.753"],["6094.051","9169.369"],["6199.747","9182.962"],["6145.748","9255.213"],["6085.815","9320.961"],["6151.249","9227.826"],["6135.789","9242.749"],["6099.163","9259.558"],["6126.917","9326.103"],["7972.987","18520.951"],["8111.173","18528.036"],["8061.723","18536.659"],["7967.628","18506.286"],["8024.269","18484.732"],["8029.428","18495.198"],["7986.577","18471.333"],["8125.218","18487.983"],["8083.181","18535.715"],["7991.698","18521.722"],["8121.175","18518.142"],["8075.157","18479.185"],["8018.706","18510.470"],["8067.128","18466.724"],["8072.861","18468.234"],["7995.427","18523.783"],["8025.034","18504.847"],["8007.715","18471.065"],["8092.811","18476.812"],["7989.889","18520.766"],["8071.674","18492.635"],["8055.574","18542.312"],["7962.619","18515.411"],["8066.618","18475.844"],["8055.159","18542.056"],["7080.838","14775.046"],["6889.256","14827.189"],["7080.159","14777.348"],["7025.626","14854.897"],["7027.533","14841.523"],["6889.239","14808.048"],["7046.913","14820.750"],["7059.217","14798.918"],["6887.331","14828.031"],["7022.013","14792.940"],["6967.114","14869.020"],["6925.418","14819.675"],["6911.723","14810.228"],["6901.394","14817.429"],["6907.101","14814.803"],["8349.218","15755.318"],["8299.166","15799.086"],["8277.392","15741.805"],["8223.225","15810.764"],["8236.267","15724.083"],["8285.766","15782.480"],["8262.221","15736.716"],["8216.246","15817.689"],["8238.007","15726.104"],["8288.434","15782.268"],["8266.966","15741.224"],["8239.213","15777.631"],["8263.129","15856.866"],["8218.656","15816.453"],["8237.501","15724.771"],["8287.051","15782.057"],["8237.192","15880.468"],["8213.413","15816.762"],["8221.983","15813.584"],["8239.139","15721.328"],["8285.181","15778.543"],["12942.844","14370.753"],["12984.007","14443.544"],["12978.692","14443.934"],["8726.553","9655.782"],["8723.693","9656.637"],["8723.939","9654.649"],["9816.647","9391.963"],["5680.821","17776.439"],["5755.089","17756.049"],["5658.662","17740.578"],["5640.004","17752.083"],["5791.459","17693.711"],["5750.942","17637.235"],["5750.584","17763.346"],["5629.255","17679.640"],["5624.419","17625.486"],["5706.993","17719.096"],["5651.812","17710.723"],["5803.867","17647.071"],["5776.373","17754.373"],["5728.297","17698.105"],["5630.895","17802.240"],["5700.571","17636.469"],["5671.253","17707.073"],["5802.439","17626.417"],["5827.669","17671.091"],["5756.784","17706.247"],["5740.731","17753.712"],["5823.078","17710.898"],["5636.081","17797.553"],["5639.003","17786.935"],["5639.050","17774.929"],["5638.562","17795.481"],["5632.241","17793.696"],["6766.178","15578.738"],["6723.020","15540.649"],["6843.664","15620.457"],["6878.426","15658.152"],["6739.632","15543.269"],["6741.856","15565.155"],["6812.858","15598.185"],["6794.234","15588.817"],["6827.951","15611.428"],["6864.193","15527.642"],["6768.584","15577.583"],["6725.504","15541.630"],["6839.320","15612.719"],["6862.565","15599.033"],["6830.399","15610.513"],["6739.060","15545.024"],["6842.492","15598.584"],["6859.100","15558.203"],["6767.251","15577.759"],["6724.451","15540.769"],["6840.558","15613.199"],["6874.744","15515.364"],["6861.530","15689.978"],["6789.565","15633.699"],["6854.347","15602.818"],["6868.919","15568.027"],["6754.035","15583.436"],["6856.040","15564.542"],["6797.611","15590.189"],["6811.072","15598.033"],["6786.908","15578.008"],["6879.700","15508.894"],["6764.208","15575.229"],["6724.270","15536.820"],["6842.362","15616.600"],["4561.590","16247.087"],["9711.449","15760.165"],["9722.449","15860.684"],["9749.099","15897.313"],["9751.657","15788.848"],["9809.994","15815.509"],["9720.651","15857.203"],["9809.428","15787.014"],["9763.261","15793.388"],["9803.920","15830.904"],["9751.310","15780.973"],["9806.678","15818.537"],["9803.559","15794.590"],["9769.106","15781.886"],["9810.629","15837.511"],["9766.952","15781.493"],["9801.860","15830.872"],["9772.345","15784.521"],["9812.389","15823.009"],["9801.357","15789.172"],["9770.723","15778.446"],["9811.498","15820.551"],["6376.923","17614.780"],["6371.603","17580.439"],["6347.394","17512.473"],["6390.871","17579.982"],["6320.385","17558.341"],["6363.891","17454.256"],["6344.055","17512.786"],["6420.409","17419.389"],["6455.033","17527.499"],["6385.566","17578.226"],["6334.055","17524.628"],["6351.325","17511.350"],["6443.009","17605.234"],["6351.471","17541.529"],["6343.644","17495.016"],["6368.184","17481.556"],["6440.770","17461.321"],["6448.468","17461.371"],["6457.171","17532.235"],["6449.110","17541.566"],["6446.895","17534.386"],["6436.348","17535.081"],["6024.818","15809.649"],["6024.624","15816.873"],["6025.576","15814.325"],["6021.811","15818.075"],["6025.647","15812.555"],["5329.220","11008.482"],["5319.743","11022.137"],["6046.604","8958.465"],["6081.457","9114.089"],["6177.431","9162.846"],["6181.272","9147.080"],["6122.086","9041.798"],["6100.799","9106.498"],["6183.111","9061.311"],["6086.293","9151.434"],["6044.107","8981.380"],["6147.390","9012.660"],["6124.356","9031.338"],["6124.441","9138.390"],["6074.867","8964.998"],["6238.499","9085.671"],["6158.518","9003.382"],["6102.721","9122.800"],["6059.150","8994.190"],["6139.018","9155.345"],["6238.417","9109.599"],["5303.699","18653.974"],["5231.817","18672.977"],["5297.040","18657.490"],["5258.920","18671.124"],["5311.806","18648.845"],["5231.559","18667.122"],["5285.144","18668.285"],["5256.301","18660.277"],["9616.095","14299.860"],["9588.973","14320.439"],["9610.701","14423.265"],["9597.740","14343.576"],["9550.203","14311.582"],["9599.828","14330.612"],["9579.236","14375.567"],["9599.384","14331.058"],["9467.740","14420.258"],["9587.345","14319.349"],["9441.572","14422.537"],["9424.061","14415.021"],["9418.657","14422.711"],["9419.799","14427.389"],["9413.056","14428.257"],["9547.960","14290.632"],["9605.636","14416.031"],["9578.776","14345.327"],["9548.940","14376.723"],["9597.838","14305.558"],["9566.374","14312.330"],["9574.236","14340.273"],["9565.963","14356.376"],["7941.168","16408.643"],["7976.898","16385.710"],["7940.609","16420.616"],["7944.725","16415.923"],["7974.432","16386.577"],["7938.080","16413.706"],["8098.660","16563.650"],["7943.672","16415.062"],["7975.852","16386.616"],["7938.169","16416.341"],["7940.220","16411.527"],["7938.758","16418.102"],["7942.062","16500.124"],["7943.491","16411.113"],["7978.417","16389.387"],["9164.625","18065.821"],["9082.660","18076.213"],["9088.498","18076.635"],["9072.291","18108.608"],["9114.637","18139.087"],["9086.553","18181.112"],["9056.225","18065.428"],["9039.172","18066.457"],["9175.059","18197.207"],["9197.882","18106.658"],["9158.555","18048.992"],["9084.792","18074.630"],["9089.832","18074.331"],["9069.699","18109.114"],["9116.939","18132.225"],["9007.618","18155.154"],["9080.049","18184.489"],["9057.358","18072.757"],["9031.507","18066.993"],["9194.593","18240.578"],["9197.984","18095.031"],["9104.522","18250.252"],["9083.452","18075.270"],["9088.847","18075.451"],["9071.069","18109.218"],["9115.233","18134.109"],["9023.842","18069.794"],["9011.061","18098.626"],["9084.473","18184.931"],["9077.161","18067.331"],["9026.417","18066.717"],["9044.679","18044.609"],["9165.912","18062.869"],["9187.924","18100.493"],["9187.248","18097.511"],["9194.132","18116.624"],["9119.888","18131.721"],["9076.082","18186.311"],["9063.982","18069.818"],["9038.222","18109.162"],["9042.996","18091.272"],["9146.532","18044.561"],["9114.677","18135.933"],["9084.676","18183.227"],["9052.108","18077.322"],["9155.611","18062.502"],["9027.395","18069.693"],["9190.983","18078.964"],["9198.666","18165.989"],["9080.029","18073.262"],["9084.909","18074.988"],["9073.371","18112.457"],["9023.760","18065.819"],["8709.014","12897.328"],["8710.047","12893.034"],["17145.183","7251.503"],["17033.280","7253.058"],["8927.883","16174.234"],["8881.751","16167.875"],["8886.797","16188.515"],["8879.429","16168.900"],["8911.046","16226.596"],["8943.244","16234.292"],["8883.308","16180.974"],["8874.622","16161.861"],["8943.219","16159.634"],["8885.605","16187.979"],["8868.597","16143.756"],["8877.665","16158.557"],["8880.986","16166.237"],["8959.630","16161.675"],["8939.275","16159.383"],["8885.833","16185.281"],["8870.752","16142.298"],["8900.119","16148.517"],["8970.893","16161.880"],["8883.537","16190.028"],["8865.596","16143.129"],["8967.323","16161.627"],["8885.178","16183.533"],["8890.278","16195.979"],["9143.197","17388.384"],["9173.647","17400.515"],["9137.572","17383.858"],["9169.305","17400.201"],["8989.776","17371.606"],["9156.968","17399.012"],["9151.781","17389.199"],["9148.862","17389.445"],["9149.020","17390.448"],["9170.818","17398.351"],["9141.026","17391.043"],["9168.154","17398.401"],["9141.454","17384.189"],["9177.907","17400.795"],["7882.394","10126.737"],["7878.819","10127.739"],["7842.796","10075.297"],["7884.877","10127.718"],["7883.825","10126.857"],["7743.892","10175.584"],["7840.502","10076.021"],["7884.041","10131.957"],["7779.257","10202.669"],["7883.644","10122.909"],["7784.640","10205.141"],["6540.207","15808.433"],["6528.077","15898.787"],["6565.206","15854.143"],["6617.496","15790.322"],["6594.672","15737.860"],["6550.811","15776.468"],["6667.888","15778.864"],["6557.889","15866.800"],["6466.610","15921.214"],["6488.152","15828.525"],["6670.868","15876.155"],["6642.194","15873.660"],["6601.070","15833.701"],["6621.601","15870.650"],["6649.888","15790.698"],["6583.914","15796.955"],["6531.410","15749.959"],["6537.131","15769.583"],["6462.100","15905.947"],["6463.704","15915.096"],["6600.363","15806.108"],["6514.953","15819.576"],["6527.899","15899.867"],["6629.044","15890.538"],["6583.651","15790.664"],["6535.170","15790.978"],["6604.097","15831.864"],["6665.256","15764.588"],["6571.347","15891.425"],["6465.740","15903.608"],["6478.810","15814.516"],["6511.633","15821.490"],["6464.311","15874.282"],["6660.396","15874.914"],["6666.069","15876.155"],["15413.246","5717.809"],["15431.139","5664.440"],["15504.866","5596.333"],["15310.270","5588.523"],["15441.880","5776.501"],["15427.575","5725.579"],["15432.525","5705.192"],["15435.218","5656.463"],["15489.102","5584.030"],["15455.163","5583.397"],["15343.558","5575.485"],["15326.213","5572.481"],["15438.146","5746.570"],["15409.820","5754.100"],["15463.588","5652.418"],["15437.279","5661.360"],["15459.818","5596.705"],["15459.941","5581.713"],["15330.807","5610.918"],["15419.681","5744.800"],["15445.312","5652.749"],["15494.808","5578.986"],["7133.720","15012.239"],["7118.584","14880.896"],["7303.246","15059.737"],["7184.441","15074.482"],["7132.090","15014.110"],["7180.251","15078.027"],["7125.726","15001.041"],["5335.972","8304.800"],["5372.238","8176.536"],["5273.490","8177.865"],["5266.362","8140.280"],["5199.115","8314.241"],["5378.267","8179.781"],["5228.466","8221.745"],["5353.263","8171.102"],["5369.965","8229.005"],["5304.276","8168.821"],["8357.221","16806.950"],["8430.700","16859.619"],["8408.053","16952.007"],["8367.666","16901.626"],["8363.080","16973.211"],["8358.036","16964.118"],["2297.326","11370.792"],["2305.583","11337.095"],["2358.820","11446.846"],["9192.232","19114.102"],["9189.008","19140.416"],["9019.027","14412.868"],["14643.436","8397.775"],["14630.846","8427.343"],["14636.836","8418.822"],["14623.093","8526.749"],["14654.875","8415.602"],["14632.023","8422.849"],["14650.272","8410.659"],["14672.306","8416.307"],["14657.715","8424.034"],["14633.273","8415.637"],["8675.773","15915.800"],["8588.774","15900.984"],["8669.051","15801.740"],["8602.825","15853.409"],["8662.238","15799.008"],["8743.098","15751.907"],["8664.147","15800.864"],["8745.555","15846.740"],["8661.948","15796.050"],["8740.626","15845.412"],["8665.905","15801.515"],["8957.113","15506.668"],["8893.359","15392.356"],["8980.044","15425.451"],["8913.671","15375.334"],["8958.387","15504.310"],["8957.477","15505.357"],["8953.521","15505.050"],["7520.674","15785.594"],["8975.812","17419.250"],["11196.423","14466.805"],["11115.270","14584.685"],["11130.521","14545.293"],["11157.415","14528.823"],["11177.403","14489.310"],["11241.661","14506.781"],["11231.516","14467.055"],["11249.539","14481.405"],["11281.116","14492.283"],["11273.533","14538.095"],["11290.656","14504.085"],["11284.820","14498.982"],["11267.350","14586.912"],["11271.144","14493.687"],["11202.607","14583.731"],["11206.013","14575.497"],["11204.664","14554.453"],["11186.490","14550.050"],["11167.302","14569.255"],["11270.538","14573.258"],["11117.655","14580.950"],["11187.876","14491.243"],["11244.764","14512.789"],["11273.146","14541.566"],["11266.550","14590.381"],["11200.260","14552.807"],["11175.368","14564.255"],["11137.164","14541.245"],["11167.056","14522.033"],["11227.844","14467.433"],["11265.578","14480.353"],["11271.682","14487.394"],["11282.360","14496.362"],["11296.743","14514.310"],["11292.313","14495.020"],["11270.001","14564.471"],["11213.165","14590.463"],["11206.362","14568.272"],["11186.960","14552.498"],["11114.452","14576.756"],["11139.892","14541.969"],["11163.736","14521.036"],["11179.041","14486.758"],["11244.920","14504.597"],["11230.481","14466.078"],["11257.795","14487.932"],["11279.249","14490.353"],["11273.386","14498.124"],["11270.296","14546.275"],["11286.089","14507.284"],["11290.307","14480.384"],["11274.083","14581.596"],["11272.962","14562.556"],["11210.499","14591.245"],["11210.793","14560.805"],["11198.756","14553.926"],["11179.953","14568.311"],["11190.927","14467.174"],["11116.361","14586.997"],["11132.680","14545.849"],["11170.807","14524.138"],["11183.714","14479.518"],["11242.627","14500.656"],["11237.420","14472.314"],["11258.132","14472.866"],["11275.544","14490.053"],["11282.554","14499.567"],["11270.250","14550.939"],["11284.729","14513.099"],["11290.568","14501.842"],["11268.118","14594.103"],["11269.655","14572.844"],["11214.927","14585.068"],["11210.626","14571.577"],["11197.770","14551.022"],["11180.799","14541.693"],["11165.707","14566.882"],["11108.796","14574.615"],["11134.441","14549.534"],["11167.605","14526.136"],["11178.814","14488.046"],["11244.789","14499.814"],["11238.922","14472.559"],["11259.821","14484.765"],["11268.851","14487.159"],["11279.070","14495.674"],["11272.820","14539.306"],["11294.725","14505.728"],["11284.685","14500.629"],["11274.677","14583.921"],["11270.199","14571.030"],["11214.164","14595.858"],["11204.214","14569.989"],["11194.322","14544.971"],["11190.656","14554.219"],["11171.438","14568.331"],["11116.455","14587.918"],["11129.407","14543.542"],["11160.504","14517.002"],["11173.332","14493.927"],["11245.638","14499.467"],["11228.390","14468.110"],["11258.792","14477.109"],["11276.419","14492.941"],["11281.284","14495.618"],["11278.093","14543.279"],["11298.038","14509.085"],["11287.349","14503.638"],["11269.808","14595.033"],["11274.104","14567.726"],["11208.627","14585.797"],["11203.632","14571.518"],["11197.853","14561.714"],["11190.474","14542.637"],["11172.682","14571.671"],["14039.635","9256.358"],["14015.046","9179.325"],["14031.885","9174.714"],["14012.740","9181.631"],["14023.890","9353.660"],["8254.398","13871.884"],["8231.640","13926.282"],["8333.427","13993.177"],["8326.941","13946.897"],["8340.555","13909.510"],["8279.972","13879.007"],["8325.230","13996.369"],["8336.922","13910.451"],["8354.684","13917.946"],["8345.098","13878.851"],["8239.040","13872.330"],["8263.963","13856.096"],["8252.574","13922.717"],["8268.208","13928.279"],["8326.372","13943.567"],["8332.237","13947.043"],["15331.919","5503.778"],["15375.181","5481.377"],["15347.349","5461.920"],["15342.440","5493.387"],["15330.097","5446.725"],["15320.272","5453.667"],["15357.846","5560.863"],["15336.750","5490.745"],["8854.650","15403.868"],["8844.876","15371.921"],["8808.692","15353.113"],["8837.895","15384.508"],["8830.379","15343.595"],["8801.050","15391.550"],["8829.148","15437.797"],["9181.935","16597.406"],["9181.945","16601.230"],["9179.742","16602.678"],["9179.188","16598.996"],["9178.234","16650.233"],["9181.005","16602.172"],["9180.298","16658.609"],["9184.342","16604.318"],["5071.130","16238.224"],["5156.012","16162.154"],["5098.117","16144.528"],["5047.288","16155.049"],["5020.213","16305.566"],["5015.594","16317.228"],["5061.487","16214.989"],["5060.566","16212.911"],["5124.344","16159.295"],["5144.255","16166.957"],["5049.807","16162.166"],["5021.336","16299.952"],["4998.070","16331.748"],["5064.823","16210.932"],["5181.020","16267.195"],["5195.362","16334.199"],["5180.064","16281.173"],["5180.253","16313.111"],["5321.553","15901.958"],["5314.659","15895.718"],["5276.809","15812.922"],["5314.852","15764.871"],["5318.234","15896.533"],["5303.620","15898.587"],["5289.570","15922.099"],["5289.679","15919.265"],["5311.254","15875.433"],["5315.690","15898.569"],["5293.627","15922.060"],["5304.543","15865.061"],["5318.654","15898.063"],["5291.826","15920.483"],["13221.597","10733.137"],["13300.795","10786.334"],["13332.646","10778.155"],["6456.935","15454.652"],["6325.168","15338.631"],["6329.153","15439.502"],["6396.432","15426.006"],["6410.685","15328.542"],["6450.343","15465.102"],["6440.475","15464.850"],["6435.108","15505.281"],["6326.599","15338.752"],["6354.217","15474.759"],["6343.479","15431.409"],["6434.348","15338.999"],["6454.072","15456.469"],["6452.077","15468.976"],["6411.834","15500.800"],["6312.950","15331.387"],["6326.116","15334.127"],["9421.890","17995.501"],["9489.187","18011.637"],["9569.646","18040.927"],["9524.395","18014.244"],["9420.800","17998.285"],["9517.306","18016.131"],["9619.635","17969.369"],["9418.664","17974.418"],["9409.324","17939.288"],["9430.907","17946.730"],["9519.839","18016.214"],["9467.432","17935.520"],["9550.396","17867.719"],["9455.093","17933.428"],["9515.370","18013.810"],["9613.349","17840.153"],["9446.994","17947.200"],["9521.674","18015.817"],["9571.488","18043.457"],["9434.250","17944.787"],["9495.661","17997.815"],["7170.027","13913.457"],["7119.155","13868.305"],["7105.257","13996.116"],["7204.056","13911.211"],["6502.323","17825.332"],["9908.597","16823.065"],["9925.405","16807.650"],["9898.347","16845.885"],["9890.993","16814.798"],["9931.976","16816.338"],["9253.979","15990.618"],["9236.959","15998.249"],["9305.467","16049.119"],["9299.060","16114.305"],["9326.379","16114.715"],["9392.789","16094.466"],["9229.368","16119.727"],["9202.200","16117.026"],["9201.640","16050.012"],["9282.720","16134.027"],["9378.158","16005.264"],["9227.035","15944.637"],["9321.299","15932.618"],["9301.595","16014.172"],["9213.343","16075.499"],["9225.098","16117.831"],["9212.972","16127.531"],["9200.474","16042.772"],["9282.993","16131.355"],["9375.971","16007.843"],["9234.290","15945.759"],["9326.701","15936.296"],["9321.667","15929.966"],["9303.696","16007.122"],["9199.330","16034.463"],["9271.846","15974.388"],["9342.412","16108.527"],["9391.136","16070.561"],["9215.459","16086.117"],["9199.877","16045.391"],["9282.445","16132.649"],["9377.185","16006.875"],["9232.034","15944.349"],["9327.358","15933.674"],["9321.060","15931.266"],["9301.977","16009.164"],["9273.573","15971.037"],["9305.347","16003.541"],["9228.009","16104.399"],["9207.789","16120.531"],["9235.197","15948.544"],["9324.048","15937.835"],["9306.437","16006.510"],["9202.876","16041.150"],["9229.475","16104.461"],["9200.217","16047.192"],["9230.172","15944.135"],["9327.225","15931.864"],["9301.533","16011.004"],["9221.456","16092.165"],["9199.020","16115.044"],["9278.711","16133.898"],["9381.954","16008.329"],["9317.296","15932.344"],["12487.073","12010.902"],["14888.842","6222.381"],["14896.999","6221.757"],["14897.197","6248.451"],["8739.872","14893.343"],["8681.122","15039.172"],["8684.124","14923.138"],["8657.211","14961.521"],["8716.752","14927.191"],["8680.138","15035.705"],["8594.010","14972.767"],["8628.572","14967.666"],["8668.733","15028.442"],["8770.281","15024.397"],["8667.350","15041.199"],["8586.297","14877.836"],["8595.805","14947.583"],["8639.201","14976.118"],["8649.497","15012.996"],["8569.564","14905.514"],["8591.211","14956.303"],["8600.213","14954.501"],["8621.176","14955.737"],["8654.029","14967.151"],["8656.546","15013.796"],["8649.992","15025.813"],["8573.186","15052.178"],["11009.495","11813.079"],["11008.251","11775.575"],["11077.264","11702.691"],["11018.381","11817.022"],["10998.675","11773.190"],["11023.204","11808.701"],["11010.119","11819.072"],["11001.264","11783.082"],["10996.849","11776.005"],["9357.277","18439.957"],["9395.990","18366.388"],["9367.979","18374.437"],["9368.826","18262.161"],["9401.045","18450.607"],["9365.561","18426.278"],["9323.405","18365.868"],["9341.634","18408.933"],["9300.737","18432.303"],["9207.568","18462.898"],["9360.229","18417.371"],["9352.296","18452.381"],["9367.966","18427.447"],["9325.725","18366.885"],["9342.318","18416.261"],["9302.405","18434.185"],["9201.835","18458.674"],["9373.653","18257.226"],["9366.964","18426.535"],["9324.913","18366.053"],["9343.009","18413.743"],["9302.136","18432.873"],["9203.084","18460.863"],["9394.432","18383.897"],["9404.543","18314.364"],["9342.162","18344.809"],["9339.681","18417.842"],["9202.149","18455.700"],["9342.839","18411.865"],["9204.638","18461.933"],["9396.834","18375.866"],["9367.145","18422.578"],["9324.757","18362.075"],["9302.561","18429.368"],["8736.881","12687.075"],["8738.314","12692.303"],["6689.931","15787.662"],["6677.126","15780.580"],["6698.184","15851.360"],["6688.374","15785.270"],["5766.579","18045.338"],["9636.327","15439.301"],["9636.003","15436.538"],["9622.424","15426.315"],["9620.470","15424.368"],["7148.360","7883.823"],["7176.259","7738.464"],["7162.591","7866.878"],["7171.591","7846.958"],["8373.286","13257.644"],["8500.258","13350.391"],["8451.210","13370.462"],["8436.846","13339.248"],["8483.933","13339.685"],["8433.633","13343.808"],["8371.665","13271.785"],["8374.947","13278.239"],["8491.980","13355.336"],["8485.224","13358.402"],["8454.468","13384.617"],["8457.178","13389.461"],["8434.334","13334.379"],["8436.478","13345.364"],["16137.578","5472.500"],["16130.004","5494.511"],["16092.541","5494.971"],["9675.504","16111.044"],["9653.756","16028.553"],["9659.823","16056.790"],["9796.807","16010.459"],["9700.491","16090.835"],["9621.068","15967.238"],["9799.701","15954.073"],["9689.638","16059.954"],["9799.116","15961.755"],["9698.607","16090.400"],["9688.712","16063.335"],["9799.967","16002.252"],["9792.165","16010.772"],["9809.865","15996.014"],["8754.390","15404.937"],["8741.132","15342.863"],["8751.008","15303.992"],["8582.271","15346.870"],["8682.499","15369.066"],["8673.845","15431.143"],["8739.891","15340.757"],["8684.167","15370.178"],["8740.314","15342.196"],["8737.922","15345.265"],["9326.384","16953.912"],["9383.720","16907.379"],["9319.336","16955.839"],["9376.528","16908.890"],["9402.600","16940.930"],["9322.005","16955.999"],["9379.160","16909.363"],["9393.665","16949.149"],["9317.355","16953.500"],["9374.696","16906.543"],["9323.764","16955.555"],["9380.974","16908.939"],["9243.455","16946.113"],["9217.830","16963.545"],["9244.278","16951.957"],["6465.573","13464.794"],["6471.685","13461.260"],["6500.401","13435.491"],["6484.874","13400.795"],["6637.749","13418.237"],["6662.087","13407.038"],["6470.061","13514.757"],["6477.303","13408.077"],["7196.291","8032.442"],["7213.535","8089.926"],["7118.661","8097.719"],["7145.030","8060.554"],["7221.110","8091.833"],["7099.437","8055.675"],["7188.660","8051.597"],["7179.306","8100.353"],["7202.727","8103.292"],["8843.942","15548.802"],["8824.601","15516.334"],["6905.381","19114.215"],["6932.544","19130.482"],["16218.692","5877.631"],["16148.630","5799.622"],["16183.816","5843.111"],["16190.237","5894.614"],["16258.582","5785.854"],["16176.821","5858.127"],["16215.819","5865.370"],["16167.080","5879.870"],["9977.523","17477.117"],["9879.157","17612.004"],["9959.968","17600.193"],["9983.293","17517.647"],["10001.415","17601.012"],["9997.687","17577.423"],["9906.212","17543.174"],["9916.222","17535.085"],["9902.587","17615.680"],["9991.552","17532.058"],["9987.711","17531.302"],["10040.366","17484.634"],["10039.030","17529.164"],["10005.255","17459.677"],["9876.606","17610.003"],["9969.310","17603.992"],["10002.103","17519.000"],["9976.887","17577.021"],["10005.362","17590.729"],["9904.114","17541.602"],["9920.293","17523.908"],["9990.673","17539.340"],["9990.129","17532.089"],["10040.568","17521.649"],["9893.908","17616.121"],["9851.928","17433.176"],["10006.812","17463.087"],["9991.985","17537.055"],["9988.869","17531.269"],["9884.962","17594.581"],["9968.126","17603.794"],["9986.139","17517.085"],["9992.748","17596.751"],["10004.241","17589.444"],["9915.183","17537.400"],["9922.101","17535.956"],["9899.578","17613.721"],["9987.873","17540.416"],["10038.784","17531.346"],["9992.153","17535.173"],["9881.213","17595.432"],["9969.004","17611.020"],["9999.174","17529.767"],["9980.525","17578.619"],["9993.084","17588.897"],["9904.356","17605.391"],["9904.524","17544.030"],["9925.775","17524.693"],["9988.689","17527.398"],["9606.474","17358.089"],["9449.331","17336.499"],["9441.361","17402.429"],["9451.217","17345.854"],["9521.389","17341.528"],["9510.682","17368.546"],["9461.175","17211.095"],["9577.536","17336.623"],["9576.964","17384.171"],["9553.828","17339.331"],["9443.728","17395.491"],["9445.434","17350.381"],["9519.536","17343.408"],["9516.439","17364.009"],["9458.591","17210.820"],["9441.995","17397.510"],["9447.960","17349.649"],["9520.733","17342.707"],["9513.893","17364.669"],["9459.709","17211.371"],["9446.664","17395.199"],["9442.705","17349.078"],["9519.094","17365.188"],["9463.936","17212.973"],["9441.236","17399.189"],["9449.420","17348.472"],["9512.460","17365.903"],["9524.430","17344.124"],["9461.040","17215.119"],["6639.529","18544.635"],["6524.932","18479.837"],["6516.824","18493.990"],["6482.506","18503.869"],["6575.462","18478.182"],["6501.848","18479.732"],["6494.851","18474.855"],["6492.240","18518.997"],["6553.417","18497.561"],["6636.264","18551.248"],["6638.270","18549.440"],["6633.277","18551.214"],["6639.056","18547.763"],["5385.860","9211.538"],["5384.758","9241.109"],["7340.387","15924.245"],["7374.618","15913.818"],["7461.782","15926.050"],["7472.845","15910.444"],["7318.856","15923.615"],["7306.634","15929.408"],["7318.259","15889.839"],["7330.317","15921.131"],["7322.346","15916.810"],["7442.188","15917.688"],["13141.121","11679.833"],["13077.897","11643.555"],["13095.170","11696.910"],["13055.941","11654.707"],["13059.422","11661.742"],["13060.360","11611.270"],["13048.900","11659.544"],["16866.714","7722.187"],["16938.873","7700.188"],["16862.361","7707.808"],["16866.297","7745.718"],["16878.905","7750.354"],["16874.384","7714.874"],["16917.749","7697.288"],["16799.696","7725.660"],["16817.101","7693.176"],["16835.218","7733.929"],["16857.553","7747.741"],["16871.880","7751.612"],["16903.477","7754.813"],["16852.934","7700.621"],["16950.008","7760.249"],["16872.918","7733.318"],["7733.157","8919.869"],["7742.000","8834.165"],["7795.398","8856.043"],["7748.789","8823.975"],["7746.985","8856.033"],["7796.647","8854.207"],["7790.222","8838.887"],["7767.044","8819.738"],["2650.155","11107.359"],["2659.773","11177.153"],["2529.158","11135.654"],["2500.983","11203.781"],["2662.419","11093.543"],["2622.317","11211.793"],["2537.388","11163.794"],["2671.700","11102.098"],["2653.808","11248.723"],["2517.656","11157.198"],["2514.090","11188.410"],["5249.450","8049.261"],["5244.697","8048.920"],["5256.876","8077.152"],["5247.519","7900.709"],["7935.417","13467.213"],["7934.957","13471.821"],["14047.470","10988.549"],["14094.696","10983.606"],["14118.334","10966.561"],["14155.043","10962.545"],["14141.894","10997.285"],["14104.565","10979.097"],["14127.561","10962.918"],["14158.055","10964.825"],["14116.842","11014.602"],["14094.784","10978.965"],["14098.780","10982.150"],["14122.588","10976.766"],["14132.958","10967.617"],["14159.714","10986.015"],["14165.041","10973.704"],["14119.567","11024.106"],["14133.292","11015.545"],["14136.543","11010.516"],["8274.799","16842.569"],["8213.424","16846.958"],["8217.155","16844.277"],["8251.353","16857.510"],["8272.721","16835.604"],["8247.697","16883.583"],["8204.869","16880.661"],["8272.654","16838.282"],["8274.998","16833.579"],["8273.123","16840.022"],["8161.993","16982.982"],["9354.588","17784.229"],["9297.924","17753.397"],["9271.169","17816.189"],["9321.504","17737.716"],["9330.747","17731.233"],["9401.756","17815.159"],["9207.517","17821.032"],["9288.732","17751.333"],["9218.783","17708.777"],["9294.732","17754.831"],["9318.380","17740.267"],["9325.125","17726.680"],["9364.773","17725.965"],["9400.144","17804.870"],["9288.917","17753.870"],["9214.451","17712.126"],["9292.889","17756.688"],["9200.241","17820.839"],["9289.108","17752.411"],["9214.033","17707.840"],["9293.994","17756.097"],["9202.719","17821.756"],["9328.346","17734.809"],["9308.248","17831.096"],["9297.297","17823.503"],["9199.084","17818.747"],["9325.380","17743.560"],["9331.710","17729.870"],["9204.557","17822.163"],["9324.377","17747.529"],["9329.784","17731.229"],["9308.806","17826.772"],["9356.396","17779.534"],["9368.276","17725.420"],["9292.642","17750.650"],["9216.139","17713.004"],["9297.707","17757.498"],["7150.348","15842.144"],["7151.612","15754.551"],["7202.002","15856.100"],["7162.112","15908.947"],["7272.976","15925.364"],["7154.250","15831.858"],["7154.123","15906.171"],["7269.677","15915.775"],["7167.910","15844.826"],["7175.478","15811.932"],["7174.536","15835.070"],["7250.228","15924.617"],["7246.911","15890.560"],["7212.882","15915.419"],["7228.105","15908.057"],["7210.904","15857.836"],["7190.802","15843.874"],["7169.561","15848.074"],["7155.588","15846.312"],["7174.715","15837.959"],["7169.709","15827.472"],["7168.792","15743.665"],["7254.384","15866.690"],["7142.167","15922.512"],["7156.337","15836.717"],["7149.112","15775.330"],["7205.499","15866.044"],["7150.614","15916.447"],["7248.039","15920.584"],["7159.342","15828.292"],["7188.488","15825.293"],["7142.369","15754.077"],["5545.206","9071.442"],["5494.375","9125.247"],["5543.039","9119.059"],["5585.096","9135.421"],["5512.175","9151.643"],["5556.007","9078.246"],["5535.133","9101.518"],["5593.433","9129.385"],["5552.493","9075.610"],["5501.052","9155.746"],["5503.876","9140.968"],["5559.251","9084.601"],["5593.892","9114.696"],["5684.996","18857.302"],["5725.213","18835.049"],["5684.769","18859.458"],["5645.147","18858.319"],["5730.704","18878.645"],["5626.666","18802.764"],["5756.892","18881.250"],["5671.742","18828.145"],["5652.006","18786.510"],["5761.938","18872.980"],["5742.287","18859.681"],["7548.810","8926.718"],["7594.637","8772.639"],["7567.273","8888.887"],["7580.841","8893.289"],["7576.280","8778.236"],["7592.485","8756.108"],["7518.011","8875.324"],["6474.950","17570.915"],["6622.438","17541.494"],["6496.476","17614.548"],["6469.361","17522.269"],["10601.927","7435.629"],["10569.736","7424.376"],["10602.682","7453.191"],["4830.808","16525.935"],["4836.398","16536.409"],["4832.149","16508.199"],["8321.546","17347.708"],["8313.571","17306.002"],["8190.212","17370.127"],["8310.511","17325.428"],["8240.507","17313.385"],["8318.703","17405.327"],["8312.447","17317.730"],["8273.093","17309.220"],["8195.450","17359.993"],["8165.687","17381.004"],["8242.063","17310.838"],["8307.696","17314.642"],["8176.761","17365.789"],["8191.970","17362.850"],["8278.623","17319.189"],["8188.045","17366.187"],["8319.824","17398.583"],["8260.804","17368.110"],["8256.105","17371.264"],["7588.229","16610.513"],["7697.719","16706.020"],["7613.417","16662.119"],["7613.287","16648.368"],["7698.306","16698.715"],["7620.046","16636.620"],["7588.277","16605.806"],["7568.919","16632.990"],["7546.163","16677.098"],["7637.395","16593.170"],["7610.591","16658.183"],["7697.182","16700.950"],["7611.015","16655.663"],["7617.871","16638.944"],["7618.684","16666.549"],["7586.330","16613.820"],["7587.619","16598.061"],["7642.659","16580.977"],["7701.112","16697.587"],["7618.618","16634.255"],["7697.060","16702.918"],["7620.678","16633.978"],["7587.496","16612.512"],["7586.222","16597.905"],["7552.299","16673.796"],["7640.811","16582.691"],["7609.116","16657.224"],["14309.721","8910.695"],["14309.045","8899.335"],["14379.055","8917.584"],["14402.589","8761.785"],["14401.053","8763.003"],["14395.234","8792.993"],["14396.512","8785.960"],["14396.759","8783.581"],["14402.343","8777.309"],["14334.763","8864.017"],["14359.802","8903.736"],["14405.225","8757.508"],["14321.632","8867.922"],["14352.730","8914.097"],["14289.979","8911.278"],["14280.442","8946.300"],["14305.950","8866.082"],["14409.201","8903.921"],["8551.590","18845.957"],["8414.092","18828.616"],["8459.437","18841.875"],["8525.254","18695.132"],["8523.958","18687.848"],["8509.608","18704.764"],["8417.158","18829.364"],["8537.227","18862.880"],["8508.674","18702.447"],["8416.106","18828.503"],["8469.999","18684.809"],["8413.629","18719.432"],["8466.633","18690.825"],["8565.885","18856.459"],["8474.537","18834.663"],["8510.821","18698.177"],["8550.960","18718.048"],["8545.292","18843.036"],["8419.851","18873.821"],["8440.823","18817.169"],["8415.925","18824.554"],["14991.063","5839.855"],["14891.460","5923.194"],["15007.568","5787.348"],["14980.222","5887.778"],["15010.215","5842.589"],["15033.019","5786.067"],["14907.522","5787.341"],["15001.232","5829.266"],["14939.195","5849.433"],["14941.185","5904.538"],["14930.552","5804.326"],["14976.004","5891.474"],["14926.517","5913.973"],["12364.490","12073.858"],["6467.238","13357.634"],["6668.711","13388.650"],["6625.583","13252.778"],["6601.243","13264.989"],["6587.061","13250.529"],["6648.289","13270.145"],["6668.904","13270.126"],["6499.285","13355.179"],["6486.563","13350.209"],["6639.391","13369.035"],["6653.810","13389.837"],["6649.909","13278.416"],["6633.060","13300.184"],["6584.367","13286.489"],["6567.958","13266.028"],["6581.341","13203.773"],["6576.190","13250.454"],["6632.632","13275.321"],["6658.258","13272.848"],["6528.218","13377.814"],["6478.626","13330.067"],["6638.861","13315.687"],["6585.484","13308.597"],["6553.202","13270.538"],["6577.456","13195.852"],["6562.061","13256.332"],["6641.226","13267.391"],["6631.780","13265.683"],["6601.490","13302.546"],["6579.683","13249.114"],["6638.113","13289.679"],["6644.603","13308.173"],["5337.040","16017.160"],["5310.409","15937.640"],["5223.749","16024.622"],["5322.614","16003.260"],["5314.060","16045.691"],["5403.491","16117.898"],["5257.773","16010.545"],["5265.490","16004.510"],["5297.493","15991.655"],["5318.748","15997.454"],["5324.168","15995.039"],["5310.539","16034.903"],["5313.336","16037.340"],["5403.368","16140.547"],["5374.396","16119.236"],["5391.485","16117.667"],["5258.355","16073.303"],["5339.459","16122.405"],["5253.846","16101.093"],["5259.019","16070.050"],["5214.714","15979.533"],["5256.070","15973.887"],["5274.973","15970.725"],["5292.703","15964.615"],["5354.863","15974.465"],["5386.420","15976.411"],["5399.042","15999.240"],["5385.146","16057.855"],["5273.720","16125.836"],["5289.192","16114.652"],["5218.547","16018.262"],["5322.605","15998.227"],["5318.265","15996.922"],["5314.078","16044.000"],["5314.172","16042.705"],["5405.317","16141.003"],["5357.240","16127.749"],["5252.121","16101.921"],["5244.838","16082.593"],["5213.096","16047.319"],["5263.708","16007.458"],["5212.421","15989.102"],["5258.709","15971.646"],["5281.683","15966.184"],["5271.535","15979.842"],["5338.174","15973.392"],["5378.312","15975.007"],["5384.840","16067.382"],["5203.588","16040.460"],["5323.762","15991.982"],["5309.950","16041.768"],["5232.769","16019.663"],["5204.296","16027.501"],["5200.271","15986.923"],["10735.342","14431.469"],["4373.661","17819.232"],["4397.875","17732.435"],["4445.936","17736.595"],["4387.326","17704.266"],["4367.946","17803.106"],["4444.746","17712.579"],["4371.307","17710.130"],["4359.171","17808.952"],["4504.034","17692.103"],["4374.205","17798.043"],["4367.128","17718.786"],["4364.202","17810.045"],["4376.483","17739.301"],["4447.811","17702.940"],["4381.008","17730.572"],["4386.389","17809.138"],["4418.250","17731.912"],["7228.826","13216.598"],["7247.040","13242.349"],["7244.826","13244.446"],["7256.251","13248.067"],["7250.723","13225.875"],["7256.537","13243.893"],["13890.168","11264.811"],["13928.446","11260.079"],["13898.188","11264.770"],["9200.155","18865.346"],["9202.558","18784.716"],["9303.491","18854.742"],["9239.469","18820.374"],["9394.062","18826.505"],["9371.619","18733.651"],["9396.487","18759.981"],["9282.483","18841.772"],["9244.400","18845.412"],["9394.595","18829.092"],["9242.879","18838.659"],["9226.886","18822.057"],["9295.189","18848.011"],["9256.732","18825.876"],["9394.579","18827.716"],["9232.238","18867.775"],["9236.481","18854.860"],["9400.740","18834.816"],["9231.168","18856.790"],["9246.711","18883.033"],["9236.096","18818.160"],["9286.949","18854.522"],["9252.222","18801.019"],["9295.207","18855.037"],["9237.710","18803.442"],["9266.173","18870.720"],["9397.794","18825.386"],["6911.995","18858.705"],["6989.210","18832.166"],["7072.735","18781.705"],["6948.980","18848.827"],["6909.315","18853.339"],["6916.470","18880.355"],["6949.956","18855.876"],["6912.437","18842.461"],["6989.162","18861.675"],["6892.093","18680.824"],["6946.893","18848.376"],["4743.992","18012.775"],["4756.243","18006.367"],["4750.253","18014.308"],["4704.336","17919.503"],["4760.155","18002.578"],["6406.844","8919.708"],["6351.480","8885.865"],["6366.330","8894.640"],["6309.354","8868.095"],["6340.485","8911.144"],["6362.230","8880.881"],["6332.263","8904.248"],["6346.013","8892.184"],["6377.175","8887.010"],["6369.576","8893.984"],["6342.069","8920.578"],["6360.230","8878.687"],["6397.139","8924.609"],["6358.478","8882.650"],["6353.120","8889.273"],["6370.249","8880.091"],["6345.786","8911.112"],["6369.094","8893.829"],["6257.576","8869.578"],["6335.084","8907.180"],["6359.717","8878.933"],["6373.727","8889.136"],["6374.108","8889.603"],["6344.477","8902.739"],["6938.783","5956.889"],["15194.651","5563.647"],["15236.008","5559.673"],["13227.598","11669.222"],["13284.328","11663.298"],["13255.742","11687.131"],["13257.877","11686.774"],["13244.581","11701.524"],["13247.207","11688.848"],["8875.791","18600.354"],["8918.866","18668.083"],["8909.014","18589.222"],["8861.175","18523.536"],["8837.838","18604.937"],["8797.083","18470.804"],["8902.642","18662.911"],["8911.399","18634.656"],["8866.959","18651.171"],["8910.133","18615.845"],["8814.771","18635.730"],["8858.069","18669.626"],["8805.537","18508.954"],["8859.820","18582.303"],["8862.534","18601.477"],["8897.945","18675.069"],["8818.225","18596.192"],["8912.008","18597.381"],["8941.746","16277.623"],["8941.455","16278.934"],["8938.311","16297.779"],["8788.673","16224.951"],["8938.409","16273.012"],["8905.115","16341.927"],["8865.728","16266.525"],["8868.117","16251.800"],["8879.173","16275.325"],["8905.746","16286.228"],["8891.521","16263.987"],["8892.102","16262.963"],["7100.390","7820.142"],["7143.864","7826.755"],["7098.536","7824.707"],["7103.355","7844.841"],["6946.416","18505.178"],["6902.872","18547.239"],["6945.236","18564.599"],["6990.093","18468.527"],["6892.400","18507.186"],["6889.590","18529.000"],["6919.185","18497.363"],["6890.909","18552.197"],["6955.186","18549.382"],["7002.167","18665.829"],["6902.255","18589.179"],["7514.545","7872.139"],["7514.872","7896.508"],["13081.068","12516.296"],["13020.501","12485.666"],["6701.550","13508.616"],["6872.376","13424.461"],["6868.859","13452.893"],["6703.264","13513.504"],["9609.983","14882.144"],["9561.132","14898.841"],["9599.484","14952.730"],["9597.992","14908.122"],["9557.015","14908.252"],["9576.387","14913.968"],["9591.316","14911.766"],["9553.287","14904.142"],["9587.433","14956.989"],["9584.111","14913.159"],["9578.846","14902.804"],["9585.339","14943.326"],["9598.669","14895.598"],["9573.002","14915.347"],["9521.458","14990.997"],["9565.260","14892.548"],["9581.868","14945.661"],["8172.131","16990.420"],["8228.854","16993.368"],["8197.884","17182.679"],["8173.996","16992.339"],["8223.401","16998.289"],["8200.754","17184.381"],["8173.361","16991.076"],["8225.959","16997.382"],["8182.875","17133.587"],["8155.724","17124.092"],["8164.314","17119.227"],["8197.184","17189.275"],["8220.741","16997.184"],["8227.277","16996.102"],["8198.512","17179.956"],["8212.657","17010.273"],["8198.196","17003.527"],["8174.862","16987.473"],["10446.653","18216.856"],["10439.963","18216.204"],["3348.328","8229.665"],["3315.879","8131.379"],["3354.156","8258.489"],["3304.425","8147.420"],["3357.103","8258.572"],["3307.231","8290.605"],["3340.404","8162.494"],["10099.676","13642.214"],["10104.611","13610.224"],["10095.609","13662.776"],["10205.428","13740.481"],["10060.840","13753.098"],["10137.320","13692.355"],["10182.813","13671.364"],["10064.606","13748.127"],["10205.165","13675.526"],["10092.945","13779.787"],["10132.912","13710.109"],["10111.678","13762.611"],["10073.899","13769.465"],["10106.009","13652.949"],["10076.354","13671.347"],["10071.711","13747.681"],["10109.063","13774.948"],["10114.096","13660.860"],["10226.826","13672.570"],["10125.330","13717.541"],["10047.517","13743.073"],["6801.996","16703.750"],["6779.096","16629.671"],["6713.869","16683.281"],["6857.082","16637.517"],["6676.293","16589.824"],["6758.111","16757.408"],["6745.454","16576.951"],["6720.029","16735.426"],["6678.148","16741.861"],["6782.638","16690.818"],["6777.550","16631.948"],["6714.725","16682.868"],["6714.715","16748.838"],["6740.210","16599.353"],["6713.423","16734.473"],["6677.434","16591.031"],["6788.485","16729.215"],["6865.184","16602.272"],["6706.736","16741.724"],["6720.708","16734.200"],["6728.872","16713.158"],["6746.633","16745.493"],["6882.614","16597.136"],["6704.356","16583.057"],["6737.110","16646.880"],["6781.898","16701.438"],["6756.969","16634.450"],["6722.422","16681.613"],["6708.286","16743.518"],["6705.541","16587.425"],["6711.995","16748.352"],["6741.984","16756.423"],["6675.243","16590.938"],["6875.415","16574.727"],["6736.246","16584.881"],["6732.509","16580.959"],["6716.406","16615.452"],["6718.508","16632.793"],["6796.782","16688.176"],["6772.341","16622.979"],["6714.535","16687.323"],["6881.086","16614.834"],["6743.796","16576.100"],["6691.966","16569.814"],["6738.949","16581.474"],["6746.524","16579.424"],["6740.141","16573.580"],["10262.985","7560.238"],["10316.560","7658.765"],["10265.631","7544.988"],["7452.323","17284.430"],["7326.657","17302.664"],["7396.410","17333.795"],["7412.101","17379.575"],["7385.275","17291.070"],["7337.495","17262.746"],["7439.436","17209.798"],["7459.763","17335.489"],["7368.203","17308.081"],["7491.673","17273.233"],["7308.884","17238.735"],["7457.708","17284.841"],["7332.298","17201.673"],["7460.453","17338.568"],["7337.216","17200.054"],["7453.268","17198.386"],["7351.837","17222.895"],["7462.101","17209.121"],["7370.916","17256.206"],["7401.476","17368.361"],["7436.361","17232.622"],["7472.676","17214.918"],["7407.561","17350.029"],["7431.788","17278.849"],["7364.305","17227.800"],["7326.640","17285.273"],["7324.107","17313.894"],["7467.939","17308.411"],["7377.265","17202.284"],["7371.624","17219.806"],["7422.841","17292.854"],["7501.328","17254.571"],["7374.979","17349.402"],["7417.841","17364.100"],["7306.739","17250.905"],["7441.529","17286.492"],["7483.778","17316.636"],["7317.479","17332.738"],["7437.824","17229.220"],["3191.274","17187.860"],["3130.904","17084.480"],["3282.218","17163.224"],["3199.094","17162.225"],["3155.651","17108.824"],["3170.590","17136.102"],["3302.300","17197.411"],["8132.937","15484.381"],["8166.149","15336.039"],["8153.698","15474.014"],["6355.988","14517.734"],["9221.315","13863.531"],["9224.826","13867.233"],["9357.629","14024.827"],["9334.713","13987.046"],["9229.142","13861.954"],["9221.762","13879.180"],["9356.419","14015.271"],["9223.955","13994.689"],["9342.726","13983.187"],["9229.559","13858.872"],["9215.577","13859.278"],["9217.376","13874.388"],["9228.532","13872.365"],["9279.889","14040.655"],["9371.110","14011.865"],["9334.147","14011.713"],["9220.329","13859.344"],["9215.594","13887.018"],["9297.436","14026.235"],["9353.020","14019.683"],["9360.200","13978.728"],["15092.359","8980.583"],["15070.492","8963.257"],["9832.666","18950.875"],["9985.502","18899.836"],["9857.203","19031.347"],["9900.582","18905.091"],["9970.681","18904.264"],["9861.804","19013.721"],["9897.753","18904.801"],["9842.561","18965.925"],["9909.231","18907.171"],["7316.508","14692.107"],["7395.167","14663.320"],["7352.669","14853.460"],["7323.435","14676.010"],["7407.733","14688.819"],["7321.332","14670.482"],["7371.682","14813.708"],["7353.679","14710.241"],["7308.942","14720.397"],["7414.723","14707.432"],["7318.409","14836.879"],["7323.482","14713.758"],["7370.118","14668.571"],["8928.784","18690.131"],["8788.847","18812.717"],["8840.306","18694.549"],["8821.660","18798.821"],["8916.728","18715.267"],["8920.922","18694.474"],["8886.960","18765.830"],["8841.069","18691.574"],["8908.894","18703.671"],["8900.626","18745.242"],["8902.781","18731.964"],["8973.475","18756.878"],["8954.764","18780.981"],["8866.664","18769.764"],["8913.514","18721.045"],["8870.011","18717.560"],["8875.290","18707.288"],["8917.485","18690.725"],["8862.600","18720.602"],["8885.001","18727.009"],["8974.380","18766.077"],["8972.840","18771.419"],["8977.215","18798.367"],["8858.506","18760.098"],["8795.253","18793.105"],["8819.796","18683.790"],["8808.363","18770.836"],["7507.329","16489.068"],["5160.733","10814.215"],["5186.279","10823.418"],["9546.612","16576.049"],["9562.482","16579.067"],["9551.323","16596.021"],["9529.073","16607.434"],["9509.475","16649.537"],["9536.519","16657.296"],["9452.666","16659.493"],["9494.447","16605.238"],["9578.882","16607.808"],["9539.116","16684.222"],["9448.977","16665.828"],["9494.043","16612.604"],["9581.511","16608.247"],["9520.578","16594.986"],["9542.732","16665.051"],["9531.669","16677.089"],["9558.341","16568.610"],["9490.239","16581.771"],["9574.066","16608.501"],["9584.691","16614.033"],["9451.096","16664.251"],["9495.191","16610.180"],["9580.322","16607.642"],["9446.007","16665.725"],["9491.286","16613.785"],["9584.632","16608.960"],["9523.929","16593.132"],["9451.988","16662.589"],["9495.247","16608.307"],["9579.316","16603.804"],["14059.079","12622.743"],["14108.637","12657.860"],["14131.899","12593.487"],["14250.645","12614.080"],["9361.361","14612.708"],["9384.157","14582.592"],["9327.022","14501.814"],["9393.861","14586.861"],["9388.301","14607.918"],["9382.972","14542.881"],["9254.654","14489.989"],["9400.631","14590.328"],["9369.503","14524.640"],["9395.948","14628.549"],["9404.732","14618.026"],["9354.634","14630.379"],["9362.446","14549.041"],["9400.719","14595.284"],["9276.266","14506.240"],["9251.396","14518.442"],["9372.674","14563.726"],["9406.687","14522.702"],["9397.526","14581.265"],["5188.668","17935.212"],["5183.513","17974.957"],["5080.826","17991.624"],["5140.898","18008.186"],["5104.670","18040.564"],["5071.056","17990.683"],["5172.254","18015.856"],["5195.313","17933.015"],["5180.405","17901.712"],["5159.730","17966.502"],["5139.434","17971.621"],["5118.488","17995.251"],["5124.048","17951.007"],["5067.454","17993.540"],["5195.395","17953.412"],["5167.493","17865.065"],["5112.444","17975.635"],["8734.836","19064.879"],["8568.366","19067.616"],["7463.850","18484.195"],["7322.313","18466.861"],["7325.623","18469.461"],["7819.810","16758.386"],["7842.160","16730.195"],["7806.136","16667.268"],["7796.691","16573.440"],["7890.224","16627.950"],["7862.257","16724.546"],["7812.765","16759.631"],["7840.080","16723.147"],["7812.800","16664.196"],["7797.274","16566.099"],["7889.856","16620.667"],["7864.740","16725.526"],["7815.215","16760.190"],["7839.871","16725.814"],["7810.153","16664.262"],["7796.054","16568.460"],["7889.275","16623.021"],["7863.688","16724.666"],["7810.898","16757.218"],["7842.304","16721.177"],["7815.062","16665.987"],["7799.902","16564.974"],["7892.505","16619.315"],["7817.059","16759.838"],["7840.410","16727.581"],["7808.475","16665.119"],["7795.976","16570.346"],["7889.271","16624.922"],["7863.507","16720.717"],["8751.539","16941.165"],["8682.540","16871.942"],["8657.009","16878.407"],["8660.831","16894.592"],["8659.008","16954.189"],["8680.613","16789.484"],["8667.769","16981.236"],["8685.216","16930.323"],["8645.714","16842.559"],["8620.881","16828.829"],["8704.601","16857.987"],["8694.343","16778.891"],["8634.925","16811.464"],["8724.967","16803.060"],["8739.387","16952.476"],["8654.153","16904.098"],["8716.060","16827.725"],["8716.322","16830.354"],["8717.926","16896.071"],["8753.114","16944.265"],["8676.911","16863.810"],["8658.999","16880.104"],["8661.462","16896.975"],["8661.414","16955.348"],["8679.246","16787.198"],["8683.203","16928.588"],["8648.109","16843.685"],["8623.313","16829.933"],["8707.037","16859.073"],["8739.119","16865.245"],["8697.428","16785.423"],["8589.271","16866.705"],["8647.918","16900.515"],["8625.364","16808.956"],["8725.128","16810.432"],["8737.990","16959.718"],["8677.671","16866.380"],["8658.235","16878.837"],["8661.598","16895.495"],["8660.421","16954.372"],["8679.659","16788.549"],["8670.661","16985.336"],["8647.019","16842.721"],["8622.274","16828.957"],["8706.041","16858.148"],["8740.366","16865.792"],["8697.059","16782.752"],["8649.450","16902.565"],["8627.620","16810.363"],["8725.981","16807.902"],["8739.109","16957.406"],["8678.150","16861.277"],["8695.498","16787.827"],["8647.941","16897.514"],["8624.617","16806.022"],["8722.384","16811.804"],["8735.111","16960.493"],["8679.910","16870.200"],["8669.872","16983.623"],["8696.351","16781.123"],["8651.111","16903.459"],["8631.796","16811.793"],["8725.953","16806.045"],["8739.567","16955.590"],["8659.481","16875.268"],["8658.362","16893.005"],["8660.525","16950.466"],["8677.408","16791.829"],["8682.845","16933.573"],["8647.202","16838.818"],["8621.579","16824.435"],["8706.002","16854.216"],["8741.612","16869.552"],["8589.882","16864.442"],["5663.733","17365.995"],["5659.719","17369.925"],["5669.495","17356.740"],["5809.384","17405.047"],["5625.842","17402.601"],["5662.807","17358.223"],["5664.626","17363.142"],["5816.950","17400.043"],["5664.329","17360.479"],["5668.669","17358.361"],["7763.572","19028.580"],["7779.165","19077.944"],["7742.407","19004.742"],["7759.840","19036.515"],["7668.341","16114.546"],["7653.384","16101.044"],["7617.163","16037.179"],["7655.632","16098.108"],["7716.376","16124.060"],["7703.544","15950.980"],["7679.873","16137.785"],["7561.837","15961.884"],["7569.703","15968.291"],["7681.097","16060.826"],["7661.282","16107.436"],["7662.808","16091.350"],["7686.989","16043.371"],["7675.170","16064.939"],["7701.089","16095.454"],["7723.043","16064.456"],["15063.784","9356.339"],["15078.420","9373.688"],["6472.228","19129.182"],["6472.414","19122.139"],["6464.547","19117.028"],["6461.986","19143.597"],["6464.597","19136.676"],["6281.302","18083.229"],["6254.127","18091.964"],["6282.710","18160.822"],["8276.305","16325.584"],["8149.373","16150.194"],["8275.197","16327.955"],["8148.225","16157.476"],["8276.067","16327.038"],["8149.552","16155.140"],["8149.834","16153.308"],["8280.026","16327.086"],["6995.667","17677.251"],["7080.195","17731.805"],["6964.105","17754.157"],["6969.366","17717.639"],["6966.841","17700.541"],["6945.079","17737.349"],["7010.505","17721.713"],["7008.611","17661.793"],["6980.667","17681.561"],["7066.528","17707.165"],["6934.631","17827.336"],["6982.623","17718.399"],["6975.031","17684.158"],["6969.503","17711.486"],["6996.541","17712.432"],["12854.475","13935.117"],["6851.504","14035.328"],["6845.861","14033.093"],["6648.778","18135.359"],["6868.956","8044.343"],["6815.600","8106.105"],["6806.068","8094.177"],["6878.147","8012.627"],["14716.244","8427.518"],["14705.395","8484.322"],["14737.260","8514.659"],["14722.222","8488.972"],["14677.792","8412.674"],["14723.048","8509.927"],["14728.059","8482.777"],["14679.509","8408.127"],["14699.273","8478.550"],["14731.116","8515.004"],["14722.715","8485.618"],["14691.528","8409.469"],["14707.875","8476.585"],["14732.491","8515.123"],["14723.803","8493.941"],["14689.456","8431.475"],["14709.046","8474.162"],["14731.202","8501.987"],["14712.728","8488.449"],["14674.016","8404.872"],["14731.556","8518.618"],["14728.331","8476.945"],["14676.230","8430.291"],["14716.533","8496.071"],["14736.202","8503.722"],["14727.325","8490.509"],["5193.648","16585.123"],["5186.480","16573.421"],["7772.376","8756.290"],["7835.859","8803.795"],["7872.479","8764.497"],["7843.992","8796.156"],["7773.261","8757.621"],["7844.492","8858.054"],["7807.031","8771.493"],["7870.067","8804.354"],["7834.196","8799.287"],["7870.667","8745.091"],["7878.721","8846.817"],["7907.475","8890.823"],["7835.126","8876.925"],["14855.026","5841.934"],["14869.127","5864.014"],["14881.769","5815.375"],["14881.401","5910.000"],["8175.468","17651.146"],["8275.242","17661.970"],["8198.216","17687.081"],["8179.382","17761.851"],["8146.512","17754.077"],["8170.297","17627.376"],["8178.139","17649.812"],["8172.378","17632.361"],["8193.986","17825.335"],["8188.404","17818.825"],["8273.251","17660.198"],["8198.796","17689.668"],["8177.455","17760.024"],["8174.086","17631.753"],["8274.120","17661.284"],["8198.916","17688.324"],["8178.059","17761.254"],["8181.311","17777.689"],["8173.079","17622.084"],["8182.774","17623.921"],["8177.074","17641.856"],["8178.720","17636.158"],["8252.523","17783.275"],["8272.980","17665.080"],["8202.072","17685.968"],["8176.891","17765.003"],["6393.361","18392.707"],["6386.802","18454.628"],["6454.938","18452.213"],["6327.041","18455.970"],["6318.381","18449.349"],["6369.029","18403.846"],["6454.100","18454.952"],["6437.917","18376.621"],["13676.981","12546.649"],["6872.881","9186.240"],["6813.372","9197.295"],["6820.614","9186.929"],["6829.166","9175.271"],["7361.525","12986.552"],["7317.683","12992.297"],["7360.996","13006.674"],["7304.431","12976.807"],["7807.981","18417.341"],["7790.364","18400.038"],["7864.499","18386.553"],["7811.312","18382.666"],["7908.698","18426.350"],["7859.723","18308.354"],["7803.609","18433.415"],["7924.002","18429.104"],["7862.268","18381.447"],["7817.451","18378.715"],["7927.819","18405.009"],["7929.851","18305.976"],["7933.752","18280.456"],["7929.829","18338.492"],["7916.420","18364.440"],["7891.079","18336.309"],["7916.451","18338.927"],["7899.444","18380.909"],["7841.932","18369.187"],["7879.086","18317.903"],["7893.892","18335.825"],["7885.603","18379.436"],["7863.434","18393.783"],["7892.619","18371.624"],["7864.417","18362.991"],["7841.987","18364.729"],["7861.190","18333.625"],["7851.674","18344.376"],["7867.599","18331.234"],["7834.692","18384.728"],["7851.089","18420.457"],["7846.891","18420.320"],["7902.649","18419.853"],["7922.418","18438.982"],["7926.863","18447.435"],["7923.457","18400.474"],["7929.961","18432.849"],["7798.910","18292.406"],["7809.577","18270.800"],["7806.648","18285.226"],["7801.267","18296.015"],["7810.171","18317.675"],["7814.245","18310.411"],["7777.328","18314.190"],["7764.463","18328.888"],["7777.134","18307.238"],["7791.059","18294.282"],["7801.267","18316.594"],["7795.764","18315.921"],["7774.161","18343.555"],["7763.333","18335.250"],["7838.689","18346.715"],["7819.259","18326.868"],["7829.354","18348.256"],["7792.263","18368.526"],["7758.616","18398.112"],["7768.393","18368.705"],["7734.865","18366.103"],["7739.204","18380.541"],["7727.091","18281.492"],["7780.338","18259.429"],["6969.846","9335.293"],["6982.270","9254.820"],["6940.812","9332.065"],["6972.769","9252.272"],["6978.273","9343.729"],["6976.803","9292.846"],["6940.617","9334.714"],["6948.637","9243.060"],["6962.005","9364.484"],["6948.968","9284.705"],["6906.671","9171.663"],["6938.956","9311.699"],["6979.644","9247.028"],["6884.639","9185.235"],["5454.781","10817.752"],["8164.263","19116.930"],["8232.234","19175.758"],["8265.159","19201.311"],["8167.384","19105.337"],["8192.552","19155.718"],["8217.237","19157.564"],["8332.268","19204.591"],["8336.920","19245.757"],["8290.606","19226.301"],["8169.383","19130.616"],["8246.322","19202.853"],["8224.809","19183.057"],["8291.842","19266.064"],["8273.933","19215.410"],["8161.122","19189.210"],["8225.526","19168.876"],["8262.190","19186.812"],["9168.063","19275.797"],["9058.297","19266.698"],["9193.942","19173.394"],["9134.365","19186.484"],["9029.065","19283.874"],["9134.053","19180.822"],["9025.386","19251.164"],["9183.130","19202.493"],["8996.298","19291.372"],["9172.064","19201.694"],["9026.230","19238.118"],["9175.326","19216.271"],["9014.764","19282.262"],["9117.398","19244.288"],["7652.394","15577.483"],["7659.482","15551.149"],["7989.030","17844.604"],["8084.707","17959.159"],["7944.031","17935.551"],["8090.595","18033.610"],["8014.440","17900.551"],["8037.971","18038.978"],["8023.671","17927.533"],["8077.586","17939.971"],["7985.657","17888.297"],["8050.185","18015.805"],["16776.890","7578.477"],["16772.638","7670.218"],["12400.988","10974.212"],["12420.216","10997.806"],["12428.479","10994.334"],["12392.337","11037.433"],["12438.472","10996.966"],["12392.167","10992.880"],["12387.870","11037.192"],["12436.484","10983.225"],["12407.323","10983.029"],["12391.398","11050.883"],["12391.470","11040.763"],["12468.492","10979.328"],["12443.880","10996.703"],["12391.874","10978.907"],["12385.676","10979.998"],["9963.871","13587.681"],["9018.631","14996.722"],["9001.320","15053.285"],["9072.496","15054.800"],["9137.862","15073.220"],["9002.015","15023.125"],["9057.844","15030.741"],["9090.202","15075.145"],["9013.596","15028.768"],["8999.453","15038.022"],["9067.415","15032.701"],["9036.984","15041.123"],["9116.767","15073.194"],["9082.823","15068.325"],["9088.738","15056.743"],["9160.220","13596.409"],["9169.427","13570.258"],["9152.330","13600.646"],["9168.936","13565.901"],["9157.057","13594.346"],["9159.569","13600.171"],["9167.027","13566.789"],["9168.397","13572.811"],["9157.363","13600.494"],["9171.302","13570.938"],["15260.148","11134.124"],["6960.549","7564.584"],["6963.398","7556.256"],["6998.820","7673.825"],["9678.005","16739.566"],["9746.663","16616.972"],["9668.143","16765.196"],["9772.441","16636.680"],["9759.698","16629.141"],["6948.907","7445.125"],["6918.560","7415.127"],["7076.561","7433.819"],["6936.988","7404.258"],["6935.003","7403.654"],["6938.782","7400.919"],["5754.451","11270.286"],["14129.852","13173.597"],["14048.420","13092.343"],["14084.377","13132.359"],["10296.816","16063.785"],["10256.625","16058.607"],["10263.589","16054.550"],["6332.015","16257.633"],["6342.090","16236.706"],["6353.011","16224.336"],["6438.095","16183.786"],["6368.082","16235.914"],["6373.066","16220.740"],["6435.678","16185.876"],["6343.347","16239.626"],["6354.260","16225.086"],["6342.216","16254.306"],["6341.893","16252.579"],["6338.690","16254.902"],["6378.998","16240.435"],["6419.982","16184.912"],["6420.106","16218.052"],["6340.389","16255.068"],["6339.818","16252.883"],["6352.407","16227.364"],["6377.831","16273.782"],["6410.567","16234.571"],["8125.413","18231.276"],["8037.386","18181.482"],["8021.237","18174.171"],["7963.620","18204.501"],["7947.786","18244.629"],["7950.411","18160.318"],["5990.371","17867.109"],["9193.324","15440.197"],["9036.573","15437.068"],["9021.024","15405.987"],["4511.248","17431.622"],["4537.514","17523.555"],["4513.842","17533.225"],["4549.222","17602.072"],["4472.783","17438.977"],["4537.651","17526.261"],["4527.112","17503.216"],["4476.234","17427.085"],["4514.471","17426.503"],["4501.506","17513.660"],["4498.072","17429.202"],["4472.820","17444.596"],["9980.746","13540.546"],["10027.818","13563.073"],["10006.617","13546.261"],["2305.395","10876.008"],["2356.431","11043.418"],["2414.355","11021.820"],["2400.360","10997.936"],["2292.477","10880.068"],["9261.624","19304.884"],["5253.817","8919.710"],["5211.435","8906.726"],["5222.014","8926.366"],["5198.998","8912.675"],["5204.284","8841.284"],["2017.058","10906.022"],["2004.640","10990.323"],["1985.083","10970.943"],["1928.181","10987.123"],["1939.571","10859.975"],["1980.347","10901.896"],["1902.461","10970.044"],["1884.053","10980.918"],["1983.790","10903.987"],["1945.820","10859.861"],["1943.559","10864.711"],["1887.389","10988.681"],["1882.639","10976.293"],["5082.828","8596.678"],["9630.256","15603.323"],["9629.368","15600.135"],["9632.718","15642.677"],["9627.049","15594.355"],["9624.467","15580.713"],["9657.577","15539.856"],["9663.522","15539.596"],["9629.352","15579.574"],["9658.911","15542.201"],["9659.173","15545.480"],["9650.195","15518.380"],["5975.869","17464.682"],["5970.399","17453.306"],["5872.626","17546.449"],["5962.947","17471.750"],["5843.684","17566.408"],["5957.123","17449.769"],["5882.667","17555.222"],["5885.723","17560.793"],["5966.423","17455.416"],["5923.642","17502.174"],["5862.391","17481.069"],["5887.164","17560.250"],["5959.921","17456.251"],["5955.308","17451.185"],["5967.771","17450.051"],["5985.594","17450.046"],["5984.686","17456.178"],["7336.811","14947.779"],["7322.408","15003.270"],["7454.840","14876.180"],["7318.538","15008.361"],["7333.460","14987.554"],["7495.601","14920.873"],["7353.708","14958.473"],["7328.675","14968.262"],["7343.065","15010.840"],["7340.648","14990.939"],["7306.602","15029.370"],["7360.810","14908.142"],["7486.482","14971.492"],["7343.080","14894.038"],["7359.889","14883.254"],["7331.123","14909.348"],["14748.600","9732.803"],["14872.409","9597.024"],["14852.107","9646.093"],["14831.112","9655.234"],["14780.767","9722.238"],["14829.974","9677.165"],["14813.515","9664.233"],["14848.106","9662.069"],["14866.640","9667.615"],["14862.410","9613.701"],["14845.638","9656.510"],["14818.219","9651.038"],["14825.072","9697.999"],["14847.221","9663.799"],["14801.900","9746.488"],["14831.742","9668.821"],["14839.282","9722.204"],["14743.541","9737.946"],["14869.406","9602.172"],["14797.127","9761.949"],["14706.439","9768.073"],["6259.514","18913.022"],["6390.087","18917.966"],["6285.793","18912.724"],["6444.524","19036.597"],["6410.461","19098.858"],["6417.731","19097.449"],["6370.259","18963.620"],["6348.777","18946.162"],["6336.512","18931.603"],["6438.393","18931.178"],["6301.044","18941.961"],["6436.055","19041.529"],["6360.445","19085.852"],["6361.115","19095.025"],["6319.571","19092.655"],["6296.147","19079.971"],["6316.752","19072.721"],["6314.513","19049.818"],["6253.053","19020.265"],["6286.294","18985.941"],["6434.397","18930.418"],["6350.466","18944.423"],["6276.713","18939.678"],["6387.689","18958.378"],["6429.684","18905.831"],["6316.917","18955.635"],["6388.587","18957.039"],["6427.104","19094.178"],["6438.761","19085.189"],["6291.605","18975.181"],["6300.235","18948.875"],["6391.024","18960.665"],["6389.023","18960.108"],["6387.339","18961.642"],["6385.792","18960.197"],["6377.822","18951.744"],["6378.554","18955.209"],["7685.919","18641.549"],["7690.871","18643.664"],["7582.278","18529.064"],["7691.518","18622.677"],["7688.872","18621.324"],["7675.957","18517.411"],["7686.370","18613.104"],["7696.568","18624.082"],["7678.883","18519.867"],["7708.927","18660.045"],["7708.551","18662.124"],["7722.015","18560.129"],["7701.624","18656.326"],["7721.854","18565.934"],["8229.028","16321.108"],["8191.678","16352.325"],["8203.835","16218.013"],["8227.048","16319.846"],["8294.392","16286.351"],["8228.022","16320.975"],["8203.319","16257.172"],["8186.302","16301.937"],["8218.838","16211.781"],["8226.706","16323.174"],["8887.438","16125.226"],["8869.816","16126.946"],["8963.960","16132.260"],["8922.497","16075.879"],["8935.191","16065.055"],["8934.924","16019.284"],["8957.223","16082.208"],["8943.683","16008.238"],["8894.639","16132.366"],["8869.162","16066.787"],["8865.147","16069.153"],["8873.025","16137.872"],["8868.601","16136.380"],["8852.037","16064.707"],["8971.763","16087.777"],["8933.106","16053.817"],["8967.182","16012.872"],["8907.274","15988.228"],["8943.093","16104.706"],["8932.112","16096.543"],["8922.508","16073.621"],["8864.727","16013.516"],["8831.857","16039.613"],["8917.618","16131.625"],["8935.548","16071.816"],["8897.215","16133.049"],["8868.828","16074.156"],["8865.269","16066.478"],["8870.278","16134.325"],["8852.470","16072.069"],["8978.072","16084.118"],["8935.029","16060.936"],["8974.369","16011.433"],["8912.984","15983.881"],["8967.469","16134.907"],["8941.172","16105.962"],["8863.716","16015.501"],["8873.912","16075.923"],["8869.700","16101.063"],["8982.598","16084.395"],["8958.091","16085.730"],["8896.111","16132.221"],["8869.952","16071.723"],["8864.779","16067.760"],["8869.190","16135.018"],["8853.306","16069.516"],["8975.503","16084.438"],["8935.296","16058.285"],["8971.790","16011.262"],["8910.532","15984.923"],["8866.930","16047.070"],["8965.652","16135.891"],["8862.776","16014.048"],["8872.986","16072.558"],["8869.470","16096.019"],["8955.139","16084.442"],["8866.083","16075.364"],["8849.826","16073.533"],["8980.596","16085.744"],["8932.710","16062.930"],["8976.199","16013.821"],["8915.731","15985.166"],["8929.718","16134.550"],["8910.379","16112.548"],["8914.064","16130.863"],["8869.992","16069.849"],["8853.169","16067.658"],["8973.886","16085.429"],["8934.800","16056.482"],["8969.953","16011.523"],["8909.055","15985.906"],["8871.912","16140.825"],["8953.385","16082.351"],["8895.350","16128.471"],["8861.137","16069.259"],["8865.351","16134.024"],["9392.480","16989.761"],["9348.213","17067.287"],["9217.571","17075.560"],["9208.069","17190.091"],["9370.098","17113.484"],["9283.907","17057.149"],["9252.084","17134.492"],["9394.276","17113.804"],["9311.485","17162.407"],["9291.132","17176.809"],["9302.779","17059.908"],["9346.027","17042.121"],["9378.691","17036.375"],["9375.920","17085.639"],["9207.780","17066.729"],["9291.415","17026.909"],["9297.180","17056.915"],["9247.198","17026.743"],["9237.396","17012.395"],["9227.480","17045.488"],["9269.959","17066.597"],["9212.575","17110.598"],["9200.793","17180.146"],["9207.632","17135.077"],["9374.336","17117.593"],["9337.781","17138.595"],["9290.942","17055.096"],["9249.515","17135.075"],["9401.555","17113.723"],["9313.659","17169.243"],["9288.501","17169.971"],["9305.290","17060.807"],["9346.909","17034.804"],["9379.234","17038.976"],["9383.156","17084.494"],["9333.014","17197.726"],["9288.342","17054.795"],["9250.907","17135.107"],["9399.033","17112.903"],["9313.884","17166.544"],["9304.214","17060.004"],["9345.786","17037.144"],["9379.348","17037.648"],["9380.597","17083.830"],["9292.974","17057.299"],["9402.888","17116.497"],["9311.459","17171.097"],["9290.592","17167.823"],["9349.809","17033.852"],["9384.895","17086.869"],["9286.547","17055.369"],["9397.213","17112.884"],["9313.297","17164.894"],["9289.280","17174.227"],["9345.517","17039.004"],["9378.745","17084.198"],["9380.347","16997.576"],["9253.285","17138.293"],["9303.913","17056.046"],["9382.560","17035.324"],["6417.497","17365.500"],["6296.974","17235.506"],["6383.354","17306.656"],["6427.678","17357.539"],["6317.609","17323.045"],["6349.386","17220.786"],["6345.925","17221.869"],["6357.826","17335.768"],["6424.043","17408.902"],["6332.508","17229.442"],["6364.689","17352.330"],["6293.651","17233.875"],["6329.715","17205.308"],["6289.809","17230.815"],["6326.304","17209.651"],["6321.990","17258.455"],["6297.419","17232.766"],["6331.233","17207.537"],["8277.195","15662.539"],["8284.628","15593.785"],["8287.785","15516.822"],["8340.084","15647.486"],["8286.861","15648.248"],["8352.318","15516.749"],["8347.213","15519.333"],["8346.766","15526.366"],["10908.880","7858.889"],["10929.073","7760.685"],["10917.768","7788.763"],["10926.513","7753.643"],["10920.038","7838.875"],["10927.902","7786.961"],["10909.534","7760.601"],["10904.400","7787.351"],["6529.170","19288.376"],["6516.493","19197.068"],["6484.407","19116.577"],["6504.352","19150.451"],["6554.038","19265.878"],["6554.236","19268.014"],["6538.475","19270.423"],["6509.608","19279.605"],["6496.922","19127.176"],["6513.669","19198.848"],["6513.340","19199.984"],["6484.331","19112.986"],["6497.306","19110.771"],["6501.205","19144.520"],["6501.516","19153.525"],["6485.691","19152.175"],["6514.618","19175.952"],["6501.708","19184.728"],["6513.752","19199.987"],["6517.790","19200.477"],["6509.711","19190.778"],["6515.973","19259.250"],["6529.107","19254.494"],["6503.446","19114.434"],["13604.948","13873.512"],["13599.059","13988.131"],["7019.338","16282.595"],["6989.729","16162.514"],["6967.217","16154.146"],["7002.839","16319.146"],["7025.666","16265.081"],["6974.274","16338.229"],["7040.805","16344.419"],["6976.885","16344.064"],["6965.614","16176.015"],["7065.806","16242.597"],["7037.557","16297.010"],["6999.811","16321.696"],["7019.713","16284.342"],["6990.268","16271.210"],["7021.540","16284.240"],["6974.458","16340.985"],["6985.656","16293.776"],["6975.683","16162.892"],["7021.063","16331.205"],["7019.125","16311.801"],["6998.450","16290.481"],["6990.990","16339.564"],["7032.215","16319.566"],["6975.633","16251.026"],["7008.690","16252.145"],["6977.238","16164.435"],["7015.279","16269.772"],["6994.112","16252.157"],["7030.525","16336.534"],["7032.066","16253.288"],["6990.759","16304.858"],["10183.239","10112.664"],["10177.839","10109.587"],["10189.054","10086.977"],["9555.192","10492.655"],["9501.034","10571.963"],["9616.157","10569.348"],["9550.896","10495.331"],["9557.011","10449.131"],["9495.356","10574.636"],["9448.639","10530.984"],["8400.713","16269.609"],["8384.868","16265.879"],["8484.007","16275.790"],["8506.573","16162.554"],["8506.573","16162.554"],["8386.531","16263.787"],["8493.655","16277.431"],["8385.326","16264.609"],["8491.383","16276.226"],["8411.531","16272.022"],["8494.674","16280.327"],["8487.135","16275.195"],["8549.275","16301.557"],["8381.569","16263.586"],["6831.390","14887.045"],["6814.441","14876.302"],["6822.115","14902.814"],["6829.213","14881.872"],["6823.715","14887.390"],["6834.459","14900.303"],["6816.384","14878.966"],["10085.131","18652.519"],["10166.831","18608.888"],["10139.848","18642.239"],["10217.071","18600.001"],["10111.670","18658.274"],["10223.010","18627.940"],["10134.585","18676.424"],["10166.093","18645.477"],["10147.334","18638.204"],["10192.388","18592.678"],["10150.844","18630.918"],["10237.630","18603.849"],["7413.817","16640.800"],["7353.292","16656.225"],["7344.213","16646.498"],["7332.530","16713.167"],["14928.855","9619.700"],["14910.230","9627.712"],["14905.571","9612.635"],["14907.216","9626.034"],["14935.600","9624.817"],["14920.265","9610.067"],["14895.544","9625.043"],["14910.056","9609.429"],["3358.290","17194.790"],["3456.067","17195.965"],["3340.116","17171.254"],["3410.287","17173.949"],["3357.901","17179.841"],["6756.474","17053.268"],["6847.093","17043.915"],["6813.706","16995.866"],["6791.860","17082.111"],["6734.662","17049.827"],["6811.939","17058.567"],["6863.540","17064.115"],["6807.134","17005.079"],["6852.496","17123.612"],["6754.266","17109.609"],["6804.841","17138.787"],["6835.660","17185.429"],["6736.523","17042.624"],["6841.969","17080.714"],["6803.262","17134.476"],["6835.454","17177.227"],["6786.337","17175.323"],["6754.404","17045.531"],["6806.139","17064.467"],["6882.223","17057.187"],["6721.272","17031.535"],["6832.389","17079.940"],["6840.300","17046.514"],["6748.702","17046.132"],["6866.628","17123.632"],["6877.395","17073.380"],["6722.823","17032.754"],["6826.315","17052.193"],["6853.235","17027.481"],["6805.112","16994.363"],["7050.378","14939.000"],["6936.510","14957.081"],["6998.872","15012.726"],["7052.826","15083.856"],["7092.683","15051.496"],["7065.966","14940.950"],["7024.736","14930.177"],["6940.609","14916.213"],["6997.137","15014.706"],["7013.781","15041.300"],["7084.197","14995.195"],["7072.661","14929.843"],["7048.075","14939.265"],["6966.440","14883.967"],["6898.457","14924.463"],["6957.994","14949.231"],["7050.505","15004.388"],["7038.309","15052.561"],["7081.762","14992.387"],["7076.694","14935.100"],["6936.218","14960.561"],["7043.011","15051.017"],["5036.864","6375.844"],["7609.544","13743.823"],["7627.744","13740.823"],["14997.217","6066.430"],["14884.748","6001.766"],["14997.149","6111.912"],["15004.361","6049.979"],["14896.343","6177.907"],["15010.158","6055.382"],["15037.821","6119.426"],["14903.021","6196.154"],["15024.661","6089.496"],["9175.975","19411.860"],["9188.914","19429.155"],["9161.352","19466.589"],["9480.882","14860.702"],["9469.602","14856.444"],["9458.754","14834.404"],["9452.753","14850.899"],["9590.298","14745.036"],["9483.372","14862.421"],["9463.128","14860.207"],["9463.305","14846.667"],["9582.903","14754.976"],["9476.925","14864.569"],["9463.900","14853.452"],["9467.521","14830.670"],["9444.246","14849.755"],["9581.123","14750.322"],["9479.348","14861.041"],["9463.816","14866.489"],["9467.186","14832.823"],["9452.636","14839.343"],["9588.392","14750.550"],["9606.977","14742.141"],["9479.266","14862.091"],["9477.028","14871.708"],["9469.708","14838.164"],["9458.644","14847.561"],["9582.386","14747.750"],["9611.931","14743.641"],["9616.915","14776.033"],["9477.283","14861.906"],["9464.335","14868.242"],["9474.202","14834.992"],["9585.767","14747.102"],["9614.805","14701.192"],["9478.331","14871.810"],["9466.792","14863.084"],["9474.161","14840.740"],["9442.187","14853.059"],["9580.439","14754.933"],["5601.655","9337.868"],["6934.605","13464.057"],["6920.841","13478.494"],["6942.551","13471.484"],["6889.790","13461.120"],["6904.427","13410.583"],["6913.690","13471.698"],["6925.468","13424.330"],["6913.457","13480.255"],["4784.401","18690.542"],["4779.891","18700.879"],["7739.665","14993.708"],["7845.352","15000.943"],["7791.694","14976.915"],["7740.523","14989.471"],["7751.921","15010.346"],["7856.832","15002.677"],["7819.588","14929.005"],["7747.532","15038.815"],["7898.296","14992.636"],["7848.749","14931.944"],["7761.444","15012.840"],["7867.984","14997.888"],["7801.299","14963.522"],["7864.086","14959.523"],["7824.851","14941.589"],["7840.813","14985.105"],["7841.990","14952.275"],["7872.359","14985.204"],["7824.440","14966.577"],["7849.255","14558.172"],["7891.782","14545.886"],["7777.283","14614.662"],["7932.254","14579.222"],["7917.844","14525.771"],["7898.600","14496.207"],["7856.166","14592.013"],["7782.311","14613.977"],["7923.497","14595.469"],["7734.018","14518.456"],["4465.366","16936.708"],["4488.331","16870.233"],["4451.176","16955.097"],["4505.146","16877.977"],["4469.695","16972.300"],["4434.939","16904.249"],["4410.390","16881.542"],["4462.747","16877.276"],["4466.829","16956.818"],["4453.262","16898.328"],["4477.578","16972.171"],["4494.718","16913.623"],["8159.172","17874.575"],["8249.760","17852.038"],["8333.062","17841.478"],["8296.375","17897.237"],["8290.699","17909.158"],["8325.813","17841.084"],["8292.230","17891.161"],["8168.973","17897.206"],["8309.307","17948.432"],["8286.597","17931.713"],["8328.127","17842.149"],["8292.821","17893.759"],["8253.763","17868.703"],["8303.066","17943.738"],["8252.568","17842.699"],["8324.602","17838.281"],["8293.708","17888.604"],["8263.528","17875.094"],["8330.008","17842.249"],["8293.894","17895.282"],["8260.198","17872.000"],["5538.985","18207.874"],["5483.655","18116.463"],["5549.116","18214.362"],["5509.109","18082.073"],["5529.181","18081.860"],["5476.351","18116.197"],["5608.095","18124.436"],["5427.847","18047.918"],["5447.617","18056.308"],["5478.748","18117.272"],["5579.680","18116.350"],["5435.002","18043.822"],["5450.904","18058.739"],["5475.053","18113.515"],["5480.626","18117.304"],["3156.330","8554.046"],["13988.003","10932.484"],["14039.542","10966.956"],["13991.686","10926.387"],["14029.956","10974.702"],["13997.703","10921.645"],["13998.728","10937.449"],["14029.824","10972.175"],["14029.634","10960.135"],["6528.928","15466.143"],["6495.116","15358.271"],["6480.992","15447.587"],["6535.128","15496.843"],["6535.198","15485.039"],["6477.156","15347.178"],["6566.302","15496.898"],["6482.511","15449.561"],["6485.790","15353.025"],["6475.922","15351.604"],["6532.305","15502.305"],["6505.287","15486.197"],["6500.577","15469.454"],["6561.714","15487.979"],["6541.005","15469.778"],["6531.935","15465.109"],["6881.738","12687.871"],["6848.145","12734.770"],["5689.468","18743.832"],["5723.749","18751.696"],["5764.622","18861.003"],["5699.818","18759.508"],["5746.366","18847.146"],["5719.162","18725.610"],["4303.193","17775.778"],["4306.800","17791.507"],["4268.591","17787.221"],["4338.101","17706.070"],["4291.923","17783.077"],["4292.775","17795.723"],["4354.443","17809.135"],["4292.386","17783.419"],["4325.123","17774.293"],["7691.539","15485.064"],["7669.623","15438.537"],["7684.611","15472.397"],["7698.260","15487.932"],["7679.282","15467.375"],["7670.941","15440.620"],["7696.363","15486.035"],["7668.340","15438.408"],["7680.373","15469.773"],["7692.446","15488.977"],["7680.067","15464.494"],["7688.231","15484.502"],["7718.931","15380.830"],["7694.659","15485.349"],["7681.773","15471.034"],["7671.256","15443.160"],["9099.063","14449.316"],["9057.911","14444.064"],["9051.859","14444.741"],["9047.053","14418.764"],["6501.980","14324.284"],["5976.901","16734.665"],["5931.052","16764.678"],["5872.497","16680.118"],["5983.277","16742.635"],["5991.115","16721.241"],["5948.090","16758.485"],["5919.318","16615.406"],["5981.168","16589.284"],["6027.229","16738.635"],["5938.043","16586.630"],["5986.704","16582.542"],["5868.506","16671.780"],["5901.658","16661.637"],["5949.833","16726.194"],["5925.808","16766.472"],["5915.420","16767.955"],["5981.698","16741.329"],["5965.189","16747.282"],["5931.715","16765.990"],["5974.881","16585.547"],["5978.857","16733.737"],["5937.044","16758.999"],["14424.324","9150.199"],["14409.231","9122.833"],["14441.906","9107.240"],["14261.741","9077.586"],["14397.071","9081.631"],["14312.335","8982.636"],["14332.600","8974.309"],["14410.136","9156.161"],["14408.536","9101.549"],["14434.617","9119.839"],["14425.044","9160.664"],["14272.267","9041.557"],["14374.025","9068.715"],["14357.750","9022.979"],["14267.026","9006.798"],["14321.666","8963.525"],["14420.750","9152.533"],["14421.903","9126.713"],["14432.354","9123.005"],["14272.516","9080.093"],["14342.726","9098.821"],["14384.634","8999.258"],["14359.472","8955.600"],["14422.092","9152.251"],["14394.822","9115.985"],["14429.311","9111.178"],["14279.331","9095.300"],["14367.071","9046.478"],["14363.918","9020.973"],["14281.113","9016.432"],["14422.017","9153.095"],["14405.985","9105.649"],["14442.197","9109.657"],["14301.852","9038.582"],["14324.830","9082.663"],["14373.193","8997.627"],["14256.739","8974.356"],["14408.879","9157.137"],["14437.097","9096.526"],["14402.316","9124.137"],["14434.412","9120.371"],["14280.262","9049.843"],["14355.320","9065.511"],["14354.871","8999.123"],["14359.261","8961.914"],["6064.873","8015.242"],["6190.451","8036.404"],["6091.238","7994.558"],["6124.798","7959.912"],["6063.618","8010.701"],["6083.057","7907.329"],["6245.277","8033.949"],["6120.457","8104.445"],["14893.036","8811.051"],["14928.495","8820.365"],["14909.990","8854.797"],["14897.199","8828.895"],["14929.556","8851.582"],["14978.699","8934.190"],["14884.827","8808.024"],["14910.742","8895.909"],["14898.850","8887.963"],["14903.405","8867.607"],["14908.144","8798.560"],["14930.368","8853.084"],["7856.833","14103.068"],["7852.044","14104.824"],["7145.021","18724.201"],["7143.388","18696.633"],["8180.183","18541.235"],["8233.440","18488.157"],["8168.929","18647.149"],["8175.363","18504.410"],["8209.927","18477.608"],["8267.837","18614.761"],["8182.772","18518.257"],["8352.347","18589.107"],["8331.029","18474.803"],["8270.301","18494.184"],["8270.460","18500.331"],["8253.660","18495.233"],["8251.926","18505.302"],["8276.976","18524.604"],["8281.727","18524.839"],["8293.728","18524.497"],["8315.018","18514.569"],["8279.042","18513.637"],["8224.735","18526.223"],["8262.559","18528.320"],["8171.425","18503.017"],["8189.009","18533.868"],["8184.901","18600.512"],["8170.471","18493.707"],["8165.255","18482.322"],["8231.999","18588.826"],["8183.427","18545.177"],["8242.525","18491.566"],["8161.693","18614.230"],["6481.253","8189.385"],["5928.138","9314.900"],["5978.229","9230.401"],["5976.812","9169.678"],["5967.745","9216.869"],["5997.916","9197.616"],["5965.060","9217.082"],["5995.901","9197.264"],["5976.791","9164.305"],["5925.953","9316.844"],["5931.171","9315.893"],["5953.197","9216.418"],["5933.283","9194.186"],["5938.875","9195.532"],["5971.005","9168.676"],["5959.642","9214.725"],["5976.767","9213.725"],["6000.767","9200.217"],["5933.263","9316.558"],["5951.209","9215.102"],["5957.678","9215.653"],["5973.837","9212.896"],["5983.423","9166.947"],["5921.777","9310.407"],["5956.961","9218.821"],["5957.168","9166.054"],["5965.325","9206.075"],["5986.962","9200.904"],["5993.180","9201.408"],["7254.743","17724.414"],["5614.995","18532.564"],["5612.034","18594.747"],["5594.107","18591.477"],["9185.256","18511.465"],["9185.797","18500.546"],["9140.814","18466.668"],["6895.410","13320.850"],["6912.412","13356.978"],["6904.130","13244.149"],["6895.156","13323.500"],["6890.287","13352.818"],["6898.353","13355.758"],["6852.721","13334.078"],["6877.219","13257.054"],["6686.499","13249.753"],["6686.058","13270.212"],["6875.549","13357.028"],["6858.455","13337.511"],["6878.624","13298.433"],["6695.682","13291.150"],["6687.106","13280.619"],["6683.849","13267.261"],["6686.603","13254.177"],["6854.433","13355.895"],["6854.192","13337.601"],["6693.241","13372.101"],["6848.018","13356.495"],["5217.784","15070.389"],["5241.196","14937.133"],["5283.304","14997.932"],["5279.828","15049.600"],["5225.724","15054.315"],["5213.829","14965.504"],["5241.915","14945.965"],["5296.045","14984.328"],["5264.086","15044.198"],["6271.931","16380.793"],["6636.484","18980.605"],["6464.898","19058.855"],["6495.088","18999.097"],["6605.975","19016.669"],["6563.298","18994.188"],["6524.007","19027.083"],["6497.846","19053.295"],["6521.647","19010.766"],["6495.477","19053.539"],["13895.928","11315.761"],["13863.148","11304.236"],["13970.207","11314.084"],["13992.282","11362.914"],["13955.472","11346.193"],["13865.785","11283.335"],["14012.277","11368.539"],["13942.432","11333.377"],["13849.006","11295.534"],["14013.881","11367.969"],["14006.247","11373.367"],["13944.503","11344.499"],["13949.155","11357.056"],["13857.453","11284.512"],["13875.576","11288.882"],["5300.409","16924.313"],["5253.100","16830.747"],["5364.979","16830.155"],["5253.540","16939.137"],["5298.993","16973.478"],["5355.276","16986.063"],["5365.689","16971.563"],["5319.603","16961.291"],["5282.137","16845.058"],["5290.607","16833.167"],["5251.336","16960.128"],["5259.115","16949.195"],["5278.205","16873.859"],["5373.370","16954.106"],["5202.430","16835.622"],["5277.564","16859.971"],["5314.702","16818.402"],["5376.869","16905.879"],["5387.163","16929.292"],["5392.258","16942.308"],["5399.972","16860.342"],["5255.217","16887.791"],["5287.153","16965.568"],["5348.452","16941.505"],["5212.308","16842.944"],["5261.918","16825.609"],["5292.495","16808.147"],["5382.807","16902.477"],["5382.098","16888.899"],["5399.545","16920.938"],["5379.913","16852.465"],["5236.884","16958.234"],["5231.522","16955.013"],["3289.823","8443.674"],["9260.575","17467.873"],["9253.240","17466.971"],["9223.693","17546.616"],["9252.705","17555.953"],["9236.389","17506.784"],["9225.145","17524.632"],["9230.350","17488.222"],["9213.986","17504.117"],["9228.535","17549.448"],["9260.884","17452.924"],["9258.952","17476.677"],["9246.687","17438.984"],["9301.981","17579.008"],["9250.812","17552.913"],["9261.285","17544.088"],["9233.245","17516.813"],["9233.533","17526.540"],["9227.174","17486.061"],["9209.961","17505.581"],["9205.999","17614.580"],["9251.345","17617.377"],["9275.415","17545.709"],["9261.606","17478.392"],["9245.732","17443.638"],["9235.200","17524.045"],["9228.357","17492.853"],["9226.612","17613.909"],["9287.232","17554.726"],["9310.514","17500.346"],["4472.158","18041.615"],["4528.343","18042.277"],["4478.410","18026.524"],["16540.232","6838.740"],["16495.718","6686.077"],["16458.682","6728.632"],["16504.490","6667.780"],["16418.931","6734.127"],["16423.186","6803.975"],["16511.277","6807.330"],["16527.816","6793.924"],["16500.612","6683.581"],["16551.256","6715.654"],["16444.636","6735.058"],["16461.321","6730.157"],["16496.535","6658.613"],["16494.528","6673.508"],["16430.002","6758.808"],["16438.068","6731.196"],["16467.027","6742.487"],["16466.484","6832.125"],["16512.632","6812.934"],["16566.583","6721.711"],["16479.257","6737.823"],["16448.100","6774.601"],["16519.454","6674.964"],["16388.686","6728.104"],["16408.188","6735.998"],["16463.563","6760.896"],["16504.598","6819.385"],["16512.955","6701.194"],["16456.382","6752.340"],["16498.887","6662.317"],["16386.190","6727.217"],["16422.885","6800.190"],["7858.390","15417.930"],["7866.131","15422.025"],["7857.467","15416.562"],["7740.757","15467.743"],["7780.814","15456.552"],["7852.935","15416.787"],["6207.714","7974.149"],["6239.090","7951.160"],["6201.588","7959.935"],["6210.836","7967.859"],["5797.071","16341.039"],["5756.278","16292.310"],["5790.785","16288.809"],["5769.730","16211.163"],["5802.697","16274.282"],["5733.153","16283.293"],["5742.726","16350.130"],["5827.586","16201.172"],["9553.065","16773.389"],["9593.297","16756.320"],["5552.653","16514.135"],["5476.398","16411.024"],["5480.556","16419.680"],["5518.206","16428.749"],["5553.845","16426.416"],["5524.060","16448.127"],["5458.241","16536.646"],["5578.260","16487.081"],["5511.044","16438.672"],["5480.403","16410.654"],["5517.286","16431.110"],["5509.989","16436.515"],["5433.865","16502.050"],["5457.616","16427.678"],["5614.708","16415.891"],["5489.469","16388.001"],["5552.813","16488.737"],["5554.800","16489.538"],["5556.694","16490.139"],["5558.763","16490.746"],["5560.428","16492.297"],["5562.888","16491.472"],["5580.911","16500.706"],["5515.838","16427.971"],["5447.093","16526.245"],["5516.530","16543.487"],["5555.102","16517.292"],["5510.016","16470.211"],["5591.632","16424.776"],["5481.386","16388.676"],["5544.358","16408.949"],["5579.176","16488.277"],["8145.959","17305.468"],["8013.941","17279.890"],["7992.597","17397.109"],["8097.566","17342.084"],["8104.149","17331.297"],["8101.353","17328.917"],["8021.938","17278.398"],["8016.036","17285.964"],["8015.892","17283.561"],["8022.051","17281.020"],["8006.564","17287.575"],["8127.524","17278.545"],["8130.555","17278.012"],["7998.404","17289.111"],["8022.267","17279.632"],["8009.212","17287.966"],["7964.855","17212.108"],["8131.355","17289.388"],["8002.226","17286.212"],["7991.555","17303.680"],["8118.238","17230.238"],["8106.058","17233.689"],["8131.409","17240.195"],["8132.986","17251.418"],["8114.546","17236.661"],["8004.959","17285.261"],["8013.487","17287.573"],["7990.267","17398.067"],["8025.830","17277.877"],["6370.617","9134.068"],["6396.465","9122.314"],["6411.267","9092.011"],["6438.493","9074.261"],["6342.674","9085.706"],["6319.078","9132.916"],["6300.579","9157.999"],["6338.834","9138.231"],["6243.749","9007.086"],["6293.263","9069.417"],["6294.853","9105.976"],["6281.260","9119.304"],["6333.108","9141.836"],["6312.556","9132.810"],["6274.449","9037.024"],["6286.651","9111.883"],["6329.820","9048.288"],["6368.062","9133.480"],["6394.707","9126.751"],["6406.467","9133.270"],["6407.604","9135.480"],["6421.178","9085.065"],["6431.138","9073.224"],["6397.778","9126.439"],["6333.753","9074.930"],["6315.767","9131.246"],["6316.097","9161.049"],["6311.179","9161.130"],["6246.828","9012.130"],["6260.850","9001.772"],["6291.803","9055.359"],["6290.485","9109.511"],["6291.336","9103.135"],["6281.083","9131.871"],["6421.164","9164.369"],["6393.671","9125.266"],["6403.005","9089.729"],["6435.650","9063.883"],["6328.890","9068.869"],["6332.810","9138.396"],["6308.932","9155.421"],["6343.456","9148.052"],["6283.071","9130.165"],["6292.228","9097.557"],["6368.424","9139.625"],["6366.138","9140.576"],["6388.815","9116.725"],["6384.481","9114.047"],["6395.200","9090.805"],["6431.925","9064.392"],["6333.990","9080.307"],["6328.810","9132.280"],["6333.397","9137.846"],["6320.589","9161.851"],["6314.037","9158.086"],["6337.678","9161.992"],["6343.003","9171.576"],["6284.415","9127.912"],["6264.118","9009.492"],["6265.679","9013.093"],["6280.230","9112.398"],["6292.302","9065.175"],["6286.279","9051.393"],["6291.450","9099.029"],["6290.815","9110.413"],["6429.102","9078.244"],["6330.695","9064.645"],["6411.435","9089.396"],["6438.414","9067.428"],["6393.001","9090.060"],["6432.117","9074.250"],["9846.051","15776.247"],["9853.514","15875.819"],["9836.680","15831.988"],["9849.707","15780.072"],["9849.873","15871.310"],["9853.277","15879.318"],["9846.643","15780.984"],["9852.312","15876.585"],["9831.741","15831.233"],["9849.071","15781.393"],["9844.572","15878.291"],["9857.965","15880.946"],["9861.556","15783.397"],["9833.249","15873.654"],["8549.022","15120.636"],["8521.790","15242.653"],["8557.340","15214.553"],["8377.507","15186.578"],["8418.785","15183.078"],["8514.767","15248.504"],["8501.736","15189.454"],["8536.297","15221.860"],["8563.590","15224.512"],["8398.140","15150.541"],["8389.639","15146.632"],["8388.425","15132.918"],["8423.741","15117.441"],["8465.690","15119.386"],["8459.815","15141.719"],["8563.848","15111.560"],["8525.162","15236.311"],["8557.290","15225.106"],["8503.764","15291.110"],["8367.413","15119.524"],["8415.563","15126.951"],["8464.298","15093.108"],["8459.599","15141.359"],["8525.704","15221.711"],["8540.711","15226.659"],["8456.207","15161.928"],["8486.330","15257.914"],["8485.842","15290.801"],["8528.704","15280.043"],["8521.160","15291.042"],["8410.120","15147.678"],["8369.301","15130.077"],["8406.811","15128.169"],["8434.786","15135.268"],["8429.774","15135.648"],["8449.781","15125.935"],["8497.014","15099.362"],["8473.992","15138.757"],["14983.317","8970.822"],["14925.161","9070.725"],["14981.935","9061.858"],["14943.881","8956.077"],["14985.164","9090.794"],["14984.618","8958.135"],["14953.488","9101.810"],["14974.053","8999.475"],["14933.712","9062.008"],["14965.246","9003.507"],["14966.495","9093.347"],["6454.658","19374.443"],["6445.706","19368.634"],["6335.775","19480.071"],["6336.781","19478.282"],["6335.888","19498.956"],["6338.195","19475.141"],["6337.336","19487.315"],["6451.913","19371.888"],["6443.893","19369.363"],["6345.159","19463.585"],["6340.351","19468.396"],["6331.554","19493.655"],["6333.148","19497.674"],["6337.597","19484.330"],["6338.328","19484.032"],["6336.260","19483.232"],["6337.479","19481.981"],["6338.137","19480.319"],["6336.169","19477.484"],["6343.502","19464.611"],["6343.486","19457.207"],["6328.845","19496.662"],["6333.039","19493.962"],["6336.229","19492.599"],["6336.170","19489.698"],["6337.784","19487.808"],["6350.403","19468.633"],["16522.520","6625.240"],["16351.547","6935.047"],["4905.032","6314.016"],["4960.265","6413.388"],["4949.084","6242.282"],["4830.321","6263.355"],["4888.072","6326.828"],["4957.245","6342.305"],["4912.174","6278.935"],["4828.257","6300.898"],["4923.018","6390.629"],["4899.911","6329.212"],["4945.164","6353.564"],["4929.427","6245.860"],["4861.275","6287.838"],["4809.498","6287.851"],["4944.093","6282.063"],["4844.347","6293.298"],["4896.697","6208.197"],["4869.782","6234.858"],["4842.178","6274.522"],["14724.730","6267.167"],["14845.910","6227.005"],["14679.598","6271.147"],["14755.423","6224.074"],["14851.408","6213.658"],["14712.114","6267.241"],["14742.982","6268.973"],["14718.876","6267.236"],["7969.455","8540.705"],["7936.223","8549.377"],["8020.540","8584.654"],["7958.767","8543.887"],["7948.647","8636.395"],["8056.416","13548.215"],["8035.365","13512.890"],["8030.999","13464.472"],["7937.095","13467.164"],["7960.327","13457.862"],["7985.309","13506.888"],["8058.195","13548.874"],["8027.555","13514.677"],["8029.257","13453.055"],["7957.777","13458.655"],["7987.836","13506.775"],["7986.353","13492.888"],["8013.993","13475.045"],["8035.978","13538.097"],["8042.347","13514.848"],["8033.303","13459.810"],["7937.539","13464.125"],["7971.931","13458.573"],["7948.652","13482.486"],["7941.155","13490.485"],["7982.419","13506.635"],["7986.608","13508.688"],["8011.143","13475.467"],["7997.481","13480.212"],["8047.869","13543.009"],["8028.410","13509.620"],["8036.066","13461.280"],["7970.993","13461.678"],["7939.162","13485.557"],["7975.260","13504.243"],["8029.167","13511.548"],["8028.418","13468.034"],["7936.930","13462.986"],["8010.666","13468.760"],["8054.196","13542.269"],["8028.394","13512.076"],["8028.089","13461.874"],["7946.996","13463.531"],["8001.271","13483.714"],["8057.781","13551.270"],["8037.966","13506.494"],["8028.846","13465.474"],["7942.463","13462.955"],["5265.377","17060.944"],["5375.144","17012.867"],["5215.821","17075.659"],["5341.870","17082.822"],["5247.071","17029.614"],["5303.781","17053.991"],["5316.325","17143.210"],["5280.048","16991.381"],["5258.748","16997.063"],["5285.722","17017.376"],["5220.601","17098.467"],["5390.288","16997.094"],["5331.489","17132.690"],["6269.600","9610.158"],["6267.147","9629.884"],["6251.699","9615.824"],["8653.693","16130.388"],["8750.802","16256.658"],["8638.328","16150.090"],["8642.286","16148.212"],["6891.962","13238.932"],["6895.127","13224.306"],["8253.787","16610.879"],["8321.312","16598.146"],["8320.242","16763.202"],["8252.654","16732.727"],["8268.016","16685.159"],["8332.899","16598.856"],["8252.291","16762.910"],["8192.049","16649.031"],["8207.048","16620.594"],["8305.097","16750.770"],["8269.469","16672.016"],["8263.373","16741.639"],["8260.448","16649.017"],["8336.353","16605.676"],["8253.664","16765.190"],["8189.187","16641.217"],["8254.156","16618.760"],["8277.832","16628.105"],["8300.417","16751.326"],["8249.558","16728.608"],["8214.868","16639.286"],["8253.262","16763.888"],["8276.572","16630.412"],["8263.634","16748.998"],["8265.854","16676.704"],["8257.697","16750.694"],["8259.232","16651.171"],["8318.837","16599.021"],["8265.809","16750.109"],["8264.392","16678.991"],["8267.934","16571.067"],["8333.592","16589.466"],["8255.567","16760.644"],["9667.262","16449.137"],["9812.358","16455.741"],["9802.995","16543.607"],["9703.036","16515.961"],["9804.844","16379.847"],["9685.265","16458.190"],["9661.127","16453.101"],["9784.154","16489.013"],["9781.615","16545.056"],["9697.684","16540.367"],["9778.815","16383.460"],["9663.792","16452.584"],["9789.010","16485.891"],["9811.483","16542.575"],["9712.497","16508.458"],["9762.197","16398.531"],["9685.540","16455.495"],["9630.417","16488.495"],["9658.670","16451.509"],["9686.052","16458.136"],["9665.287","16451.563"],["9684.521","16449.794"],["9684.848","16454.586"],["6623.870","18285.975"],["6612.748","18272.121"],["6603.689","18328.568"],["6644.232","18374.266"],["6595.330","18267.067"],["5181.841","17691.878"],["5044.665","17779.588"],["5077.357","17621.592"],["5114.670","17693.497"],["5084.029","17750.491"],["5082.256","17770.596"],["5074.293","17654.099"],["5174.312","17696.519"],["5189.919","17804.558"],["5172.300","17726.326"],["5198.056","17711.219"],["5128.896","17667.510"],["5099.471","17696.743"],["5100.014","17710.260"],["5043.826","17774.633"],["5033.743","17622.200"],["5193.224","17745.651"],["5195.068","17768.674"],["5186.664","17803.158"],["5150.897","17752.296"],["5175.354","17632.940"],["5109.769","17735.710"],["5085.065","17695.198"],["5161.808","17733.381"],["5063.237","17793.541"],["5001.237","17728.565"],["4994.681","17674.539"],["5164.688","17738.467"],["5134.857","17626.613"],["5138.504","17721.762"],["5032.204","17680.276"],["5035.806","17691.705"],["5168.308","17812.753"],["5182.107","17632.502"],["5185.737","17778.712"],["5124.055","17656.111"],["5193.253","17648.130"],["5075.228","17632.844"],["5158.099","17660.162"],["5161.473","17656.453"],["5152.864","17656.737"],["5168.469","17722.178"],["5105.918","17711.492"],["8563.681","16880.985"],["8538.999","16910.226"],["8525.819","16825.563"],["8537.204","16912.036"],["8525.284","16818.272"],["8512.862","16912.340"],["8538.339","16911.162"],["8524.447","16820.741"],["8527.768","16816.677"],["8524.643","16822.631"],["8506.438","16876.364"],["8542.085","16912.447"],["5663.120","18676.713"],["5631.682","18488.547"],["5621.623","18669.908"],["9773.721","7240.682"],["9722.595","7224.349"],["9731.341","7188.528"],["16305.965","7487.012"],["16211.049","7622.551"],["16250.532","7608.865"],["16220.815","7570.527"],["16239.620","7684.098"],["16212.879","7474.723"],["16219.525","7579.918"],["16253.515","7639.211"],["16255.245","7474.272"],["16274.397","7590.729"],["16247.392","7680.483"],["14175.604","12701.756"],["6051.159","7867.888"],["9488.711","16378.387"],["9468.395","16375.651"],["9528.576","16393.817"],["9558.973","16399.359"],["9439.072","16470.343"],["9432.410","16437.200"],["9463.029","16431.524"],["9450.777","16482.718"],["9550.809","16495.089"],["9506.798","16461.850"],["9577.438","16547.591"],["9580.853","16546.687"],["9508.342","16551.974"],["9569.090","16474.228"],["9503.541","16412.967"],["9472.679","16431.201"],["9447.370","16489.193"],["9549.828","16497.554"],["9504.069","16455.010"],["9576.243","16540.332"],["9582.811","16548.320"],["9497.662","16358.075"],["9507.724","16559.205"],["9571.455","16475.387"],["9468.489","16380.603"],["9463.892","16548.506"],["9470.287","16430.495"],["9449.387","16487.530"],["9550.682","16496.511"],["9504.013","16457.702"],["9575.706","16542.948"],["9582.268","16547.246"],["9498.683","16355.761"],["9508.942","16556.765"],["9570.408","16474.361"],["9474.246","16433.852"],["9444.352","16489.183"],["9505.928","16452.894"],["9578.721","16538.633"],["9495.017","16359.574"],["9497.260","16361.618"],["9504.935","16560.146"],["9572.796","16470.814"],["9465.985","16430.336"],["9450.225","16485.840"],["9504.782","16459.402"],["9576.021","16544.777"],["9498.615","16353.880"],["9509.052","16554.985"],["9416.160","16542.339"],["9554.619","16496.352"],["9583.122","16543.384"],["9570.663","16470.547"],["5576.558","16605.617"],["5584.677","16638.603"],["5595.881","16731.967"],["7089.097","8094.322"],["6895.424","8032.973"],["6893.309","8044.954"],["7076.422","8088.141"],["7062.108","8022.934"],["5546.544","8334.805"],["5569.841","8435.055"],["7066.115","12966.043"],["7063.079","12968.655"],["9159.191","18448.773"],["9133.189","18461.994"],["9099.307","18445.999"],["9113.351","18324.848"],["8991.966","18268.601"],["9099.256","18438.642"],["9120.209","18321.158"],["9140.270","18463.882"],["9138.172","18462.197"],["9098.217","18441.096"],["9121.288","18319.491"],["9189.702","18259.448"],["9101.727","18437.369"],["9122.148","18322.680"],["9136.353","18461.816"],["9098.324","18442.972"],["9111.942","18323.235"],["8364.271","15556.014"],["8474.109","15623.018"],["8523.627","15537.646"],["8458.193","15651.605"],["8371.603","15555.756"],["8460.617","15652.733"],["8515.938","15580.019"],["8409.724","15655.716"],["8459.599","15651.785"],["8369.112","15554.753"],["8526.040","15562.783"],["8372.949","15558.074"],["8367.253","15554.944"],["8459.667","15647.860"],["8547.885","15531.234"],["7347.707","18645.932"],["7374.494","18676.529"],["7101.507","15323.025"],["7185.794","15299.461"],["7106.113","15309.070"],["12873.876","12189.956"],["4663.790","16473.460"],["4671.366","16381.952"],["4720.679","16390.923"],["4749.897","16369.155"],["4709.018","16353.137"],["4680.416","16475.342"],["4694.722","16358.341"],["5670.648","16511.410"],["5753.163","16430.695"],["5698.767","16421.890"],["5723.024","16441.764"],["5677.412","16465.993"],["5797.670","16393.919"],["5750.994","16424.786"],["5656.827","16552.410"],["5643.013","16534.748"],["5755.125","16470.131"],["5802.605","16540.279"],["5800.253","16395.399"],["5782.924","16374.099"],["5757.982","16359.548"],["5722.143","16439.760"],["5658.227","16512.733"],["5710.109","16369.230"],["5787.484","16500.400"],["5800.336","16533.095"],["5800.122","16393.900"],["5748.393","16364.750"],["5766.988","16461.025"],["5760.414","16458.997"],["5776.182","16458.039"],["5777.900","16464.116"],["5771.359","16469.200"],["5749.088","16473.731"],["5743.446","16428.138"],["5727.688","16425.891"],["5729.159","16430.857"],["5767.557","16471.435"],["5827.614","16424.249"],["5766.496","16458.215"],["15990.400","7461.601"],["4603.627","10886.107"],["4570.487","10999.779"],["4595.662","10965.863"],["6786.717","5957.765"],["6749.801","5985.527"],["6789.121","5946.804"],["6786.765","5974.175"],["6811.046","5927.582"],["6753.014","5798.346"],["6796.186","5969.234"],["6853.281","5983.069"],["6343.496","9305.565"],["6322.152","9285.442"],["6310.407","9275.181"],["6390.065","9231.739"],["6378.735","9263.049"],["6275.052","9265.323"],["6384.035","9275.707"],["6400.327","9254.552"],["6393.246","9181.096"],["6390.829","9296.793"],["6328.714","9274.058"],["6403.967","9303.667"],["6396.614","9304.176"],["6415.225","9172.940"],["6348.094","9305.136"],["6344.837","9303.505"],["6340.319","9280.986"],["6293.314","9271.205"],["6270.900","9269.997"],["6391.768","9240.988"],["6392.456","9230.984"],["6371.895","9247.984"],["6371.206","9250.320"],["6306.045","9266.637"],["6394.642","9288.569"],["6410.933","9253.658"],["6411.550","9251.252"],["6384.243","9182.691"],["6385.005","9179.844"],["6422.185","9165.130"],["6339.108","9169.214"],["6395.880","9286.161"],["6323.405","9388.421"],["6346.179","9308.929"],["6332.942","9279.638"],["6272.800","9256.793"],["6387.845","9239.287"],["6373.238","9250.859"],["6377.759","9282.519"],["6407.280","9260.366"],["6399.919","9183.076"],["6389.941","9306.065"],["6344.613","9307.076"],["6330.589","9275.626"],["6336.682","9288.993"],["6303.217","9265.011"],["6272.156","9263.875"],["6342.769","9306.365"],["6390.893","9236.439"],["6396.919","9244.807"],["6371.546","9239.735"],["6290.880","9261.792"],["6414.801","9289.698"],["6394.592","9302.899"],["6380.629","9277.834"],["6397.813","9288.918"],["6410.418","9249.587"],["6413.147","9252.258"],["6387.303","9185.986"],["6393.152","9182.322"],["6414.674","9170.688"],["6423.490","9167.044"],["6376.183","9257.193"],["7705.097","19057.633"],["9823.267","18753.190"],["6986.525","15237.666"],["6926.208","15267.040"],["7064.751","15101.593"],["7053.599","15101.940"],["7004.666","15230.548"],["7000.768","15269.921"],["7050.784","15280.168"],["7089.693","15235.497"],["7088.821","15226.810"],["7050.573","15095.995"],["7063.221","15087.803"],["6982.265","15269.607"],["6995.456","15267.394"],["6948.741","15282.531"],["6909.876","15269.336"],["7072.363","15267.633"],["7051.724","15086.647"],["7014.847","15240.689"],["6934.564","15241.590"],["7073.399","15261.258"],["6187.352","17200.124"],["6245.943","17246.072"],["6153.635","17261.400"],["6173.420","17300.310"],["6155.224","17217.632"],["6229.521","17237.309"],["6155.586","17274.835"],["6165.246","17294.008"],["6153.677","17214.830"],["6063.319","17338.095"],["6216.820","17255.869"],["6166.787","17267.707"],["6178.386","17302.154"],["6151.845","17204.271"],["6236.381","17236.927"],["6147.510","17265.899"],["6161.862","17295.124"],["6148.174","17206.272"],["6066.001","17343.254"],["6053.833","17343.038"],["6188.792","17205.215"],["6232.297","17240.601"],["6166.683","17258.023"],["6161.400","17300.339"],["6148.807","17220.997"],["6051.917","17342.106"],["6234.846","17254.850"],["6162.765","17265.010"],["6162.722","17303.651"],["6150.486","17198.418"],["6234.970","17254.132"],["6159.222","17247.283"],["6162.534","17297.324"],["6144.157","17236.078"],["4737.773","18051.307"],["4657.977","18251.944"],["4664.383","18054.494"],["4660.430","18064.099"],["6721.058","17889.128"],["6722.908","17977.441"],["6722.835","17968.591"],["6779.169","17893.313"],["6681.486","17974.767"],["6786.867","17910.456"],["6755.926","17891.952"],["6734.578","17886.171"],["6733.822","17941.803"],["6692.556","17970.044"],["6806.373","17919.688"],["6821.702","17902.265"],["6767.558","17892.405"],["6696.683","17868.120"],["6693.772","17844.701"],["9574.231","15648.523"],["9522.651","15554.033"],["9443.535","15547.322"],["9565.771","15634.451"],["9555.432","15663.526"],["9531.643","15640.488"],["9478.042","15533.821"],["9591.254","15592.371"],["9539.131","15546.353"],["9429.440","15541.327"],["9441.825","15557.710"],["9613.694","15589.912"],["9562.778","15644.657"],["9576.051","15652.750"],["9570.218","15660.322"],["9571.288","15651.800"],["9538.518","15629.194"],["9533.069","15624.138"],["9526.845","15574.182"],["9446.085","15573.812"],["9438.519","15559.015"],["9565.837","15631.429"],["9569.900","15649.397"],["9555.907","15671.573"],["9552.455","15670.826"],["9541.594","15628.498"],["9547.170","15628.003"],["9417.725","15515.254"],["9607.372","15629.002"],["9554.279","15526.518"],["9471.052","15568.362"],["9571.577","15647.449"],["9571.584","15652.445"],["9539.341","15633.354"],["9611.435","15657.491"],["9487.387","15571.110"],["9435.900","15511.076"],["9537.039","15573.177"],["9616.714","15594.237"],["9521.285","15564.718"],["9491.101","15585.860"],["9616.484","15597.342"],["9544.049","15523.232"],["7553.057","8000.732"],["5725.896","16116.329"],["5664.171","16119.896"],["5715.156","16126.023"],["5721.949","16116.907"],["5651.539","16123.727"],["5736.754","16079.699"],["5620.942","15960.861"],["5721.324","16114.463"],["5689.383","16121.449"],["5687.692","16139.054"],["5686.014","16139.467"],["5744.994","16075.388"],["5736.919","16095.983"],["5668.108","16099.421"],["5625.416","15958.879"],["7142.917","16177.798"],["7111.169","16300.702"],["7137.890","16247.413"],["7133.837","16296.916"],["7102.505","16345.146"],["7140.833","16179.735"],["7151.380","16342.391"],["7143.666","16268.805"],["7106.092","16269.756"],["7130.821","16279.425"],["7118.396","16247.872"],["7139.363","16276.431"],["7134.358","16261.192"],["7150.145","16340.055"],["7113.694","16240.311"],["7124.883","16268.637"],["7159.663","16352.101"],["7109.550","16279.365"],["7137.434","16254.858"],["14713.539","9052.336"],["14722.446","9039.801"],["14707.374","9110.830"],["14687.717","9122.007"],["14694.259","9105.264"],["14702.129","9121.192"],["14708.748","9120.302"],["14695.596","9069.286"],["14752.566","9112.669"],["14736.173","9084.593"],["14736.952","9092.038"],["14722.942","9088.497"],["14708.948","9117.056"],["14688.233","9127.440"],["14720.639","9114.146"],["14714.835","9093.548"],["14748.462","9159.926"],["14712.128","9044.210"],["14687.659","9119.702"],["14725.751","9083.372"],["14695.812","9066.592"],["14723.970","9087.034"],["14698.772","9055.360"],["14701.620","9067.868"],["14697.244","9148.626"],["9227.320","16649.402"],["9236.862","16665.077"],["9375.558","16620.192"],["9358.496","16653.172"],["9369.975","16599.814"],["9349.955","16603.931"],["9336.169","16585.802"],["9253.657","16616.076"],["9227.740","16669.122"],["9282.400","16642.033"],["9344.773","16624.998"],["9212.447","16626.493"],["9254.404","16618.467"],["9233.882","16665.153"],["9277.275","16636.756"],["9367.596","16601.298"],["9258.859","16577.968"],["9278.147","16575.224"],["9254.371","16616.978"],["9231.381","16665.901"],["9278.376","16639.122"],["9204.910","16637.583"],["9368.837","16600.946"],["9279.965","16576.324"],["9236.485","16666.731"],["9278.344","16633.884"],["9203.305","16613.323"],["9215.192","16634.689"],["9229.791","16666.826"],["9279.656","16640.492"],["9257.415","16614.680"],["10818.520","11520.840"],["10865.851","11516.965"],["10866.619","11507.963"],["10849.441","11508.113"],["10881.043","11500.584"],["10864.652","11503.330"],["10865.407","11499.544"],["10869.355","11512.868"],["13981.372","13247.099"],["6703.260","7936.202"],["6845.220","7935.435"],["6604.471","7938.184"],["6592.771","7905.283"],["6597.908","7931.310"],["6580.485","7918.715"],["9094.361","16648.123"],["9057.594","16688.539"],["9126.879","16762.944"],["5864.213","18213.103"],["5850.273","18190.376"],["5893.618","18248.669"],["5875.463","18218.883"],["5875.356","18171.945"],["5859.361","18230.675"],["5869.023","18201.524"],["5102.395","18794.906"],["5025.915","18869.543"],["5080.126","18846.174"],["5035.389","18840.823"],["5123.809","18883.725"],["5030.142","18857.255"],["5073.695","18888.932"],["5190.172","18762.135"],["5104.335","18872.726"],["5097.429","18857.899"],["5021.590","18833.490"],["5113.942","18876.347"],["8012.233","19198.969"],["7957.382","19138.499"],["7967.134","19167.853"],["7983.141","19101.438"],["7940.247","19122.938"],["8030.947","19165.732"],["7950.042","19120.130"],["7996.553","19125.181"],["8030.878","19150.593"],["7977.049","19166.032"],["8210.282","18921.368"],["8308.829","18915.612"],["8280.013","18931.814"],["8317.095","19088.360"],["8311.158","18928.079"],["8350.750","18948.886"],["8275.819","18950.804"],["8325.610","18951.372"],["8327.522","18934.914"],["8278.039","18945.940"],["8273.366","18951.323"],["8304.836","18926.131"],["8333.951","18939.883"],["8303.625","18964.844"],["8239.888","19043.701"],["8380.910","14290.918"],["8518.886","14294.677"],["7958.978","16293.345"],["8026.615","16306.166"],["8030.616","16210.221"],["7998.293","16213.477"],["7987.282","16281.799"],["8007.659","16286.837"],["8017.801","16315.151"],["8040.709","16300.540"],["8052.458","16212.764"],["8002.663","16210.513"],["7994.470","16283.177"],["7992.291","16281.745"],["7988.073","16301.656"],["7945.886","16284.027"],["8042.662","16300.165"],["7983.121","16335.962"],["8041.488","16212.467"],["8001.070","16214.406"],["7996.885","16285.006"],["8107.674","16300.078"],["7990.429","16281.422"],["8100.405","16304.334"],["8035.435","16213.012"],["8001.957","16212.831"],["8114.221","16295.061"],["3999.130","17326.599"],["4085.278","17225.798"],["4009.517","17332.994"],["4035.304","17332.890"],["3963.028","17337.853"],["4113.793","17263.664"],["3999.424","17319.237"],["4011.896","17344.982"],["6426.635","16108.199"],["6409.574","16136.998"],["6413.911","16111.362"],["6409.346","16135.231"],["6424.689","16108.622"],["6429.542","16111.057"],["6417.190","16122.471"],["6415.916","16106.477"],["6422.104","16117.735"],["6422.369","16117.116"],["13757.198","8894.873"],["13694.404","8921.956"],["13645.895","8891.106"],["13768.793","8776.734"],["13752.499","8912.068"],["13677.068","8929.287"],["13641.614","8952.937"],["13674.112","8887.441"],["13707.582","8919.192"],["13730.112","8896.251"],["13708.659","8836.550"],["13687.373","8893.640"],["13621.495","8748.650"],["13621.180","8869.764"],["13747.230","8781.361"],["13810.073","8763.456"],["13777.236","8769.446"],["13718.657","8856.683"],["13746.017","8874.956"],["13746.480","8933.789"],["6523.040","19354.344"],["6528.007","19347.374"],["7520.978","16801.758"],["7519.926","16862.046"],["7601.132","16819.494"],["7609.546","16799.603"],["7582.090","16969.164"],["7636.004","16815.302"],["7593.757","16903.178"],["7573.706","16937.856"],["7702.181","16800.607"],["7529.683","16779.382"],["7540.553","16824.986"],["7606.590","16822.323"],["7611.786","16799.280"],["7577.752","16969.196"],["7634.936","16817.645"],["7591.313","16902.254"],["7576.317","16937.248"],["7580.283","16970.465"],["7635.925","16816.595"],["7592.374","16903.252"],["7574.949","16937.134"],["7531.734","16780.097"],["7540.655","16822.930"],["7607.388","16800.031"],["7605.653","16801.752"],["7577.306","16966.191"],["7582.652","16973.062"],["7607.328","16794.199"],["7639.696","16816.821"],["7592.568","16906.912"],["7572.550","16933.998"],["9889.698","17036.748"],["9896.238","17033.409"],["9893.594","17033.635"],["9898.609","17035.248"],["9891.947","17034.515"],["15359.795","5390.868"],["15354.189","5384.494"],["15353.069","5390.348"],["15361.546","5399.010"],["6824.996","12829.709"],["6761.814","12970.143"],["6858.087","12759.801"],["6831.075","12779.024"],["6757.143","12956.988"],["6805.293","12835.183"],["6816.274","12832.013"],["6775.032","12922.471"],["6776.251","12959.819"],["7507.726","17989.229"],["7475.630","17984.713"],["7511.764","17942.583"],["7467.088","17972.269"],["7508.995","17945.743"],["7501.205","17988.333"],["13874.087","8704.178"],["14021.284","8654.458"],["13972.402","8678.491"],["13855.364","8731.084"],["13851.520","8731.559"],["13849.220","8732.860"],["13846.053","8730.395"],["13961.855","8729.082"],["13955.972","8722.143"],["13865.368","8679.626"],["13883.887","8675.482"],["14039.225","8641.288"],["14025.979","8648.516"],["13969.065","8612.864"],["13942.222","8643.037"],["13960.025","8566.462"],["13937.927","8652.715"],["13836.421","8716.882"],["13956.779","8735.079"],["13877.555","8688.421"],["13864.496","8681.210"],["14019.731","8651.726"],["14034.763","8634.214"],["14001.542","8661.675"],["13899.843","8614.038"],["14003.113","8711.813"],["13865.859","8702.994"],["13889.536","8659.614"],["8793.724","17438.530"],["8843.857","17491.789"],["8852.035","17476.948"],["8938.940","17546.812"],["8854.912","17495.514"],["8926.460","17548.158"],["8938.532","17555.118"],["8930.408","17553.443"],["4458.043","10945.382"],["6828.150","15246.712"],["6869.465","15273.747"],["6846.933","15237.760"],["6858.923","15243.260"],["6867.015","15251.650"],["6872.245","15246.646"],["7233.868","15932.878"],["7273.279","15948.661"],["7270.837","15962.702"],["7251.763","15967.630"],["7277.383","15946.385"],["7246.142","15938.134"],["7258.963","15939.381"],["7215.228","15946.112"],["7264.845","15950.236"],["6194.311","9661.108"],["6167.534","9619.202"],["6171.869","9764.197"],["6149.465","9644.379"],["6179.106","9775.341"],["6132.881","9657.430"],["6235.412","9646.432"],["6128.848","9639.513"],["6147.489","9612.302"],["6204.239","9678.521"],["6129.316","9614.507"],["6164.175","9660.861"],["6239.051","9631.940"],["8706.318","14660.030"],["8624.409","14518.894"],["8624.729","14566.749"],["6652.492","13642.223"],["7092.384","14109.883"],["7022.315","14120.868"],["7088.131","14106.858"],["5654.306","17856.661"],["5651.340","17835.946"],["8175.318","14151.593"],["8151.065","14210.715"],["8174.048","14039.928"],["8279.326","14061.995"],["8172.176","14061.430"],["8277.078","14077.557"],["8153.560","14027.758"],["8216.448","14123.155"],["8264.649","14063.215"],["8280.573","14060.125"],["7615.703","17704.522"],["7550.622","17803.114"],["7600.922","17730.677"],["7602.231","17734.867"],["7557.556","17747.955"],["7624.537","17762.264"],["7717.231","17820.876"],["7589.642","17674.250"],["7600.478","17778.737"],["7515.412","17815.582"],["7650.005","17726.876"],["7569.413","17763.788"],["7551.254","17811.884"],["7570.058","17735.351"],["7569.548","17680.637"],["7546.411","17725.376"],["7703.316","17743.847"],["7591.184","17702.821"],["7626.444","17708.729"],["7586.037","17770.066"],["7619.012","17742.691"],["7698.925","17738.799"],["7574.784","17718.354"],["7567.551","17767.847"],["7701.112","17815.628"],["7577.904","17709.347"],["7719.400","17827.756"],["9237.658","17102.048"],["9306.373","17117.035"],["9369.987","17118.659"],["9341.705","17128.992"],["9307.630","17114.693"],["9370.387","17115.993"],["9343.634","17130.830"],["9306.570","17115.743"],["9369.771","17117.286"],["9342.986","17129.644"],["9302.727","17115.351"],["9365.987","17118.346"],["9344.296","17125.915"],["12990.284","7672.456"],["4765.526","14660.299"],["8582.768","15231.007"],["8592.394","15153.415"],["8626.007","15274.681"],["8630.052","15109.738"],["8598.233","15161.852"],["8631.999","15246.266"],["6025.111","16420.707"],["5937.695","16423.499"],["5883.396","16559.634"],["5873.685","16495.796"],["5858.348","16396.625"],["5836.209","16382.973"],["5861.647","16543.728"],["5864.018","16425.812"],["5855.220","16443.777"],["5947.990","16407.047"],["5886.038","16559.158"],["5870.682","16486.374"],["5856.136","16389.238"],["5851.012","16446.115"],["5863.597","16458.782"],["6033.506","16393.170"],["5884.645","16559.073"],["5870.719","16489.004"],["5857.595","16391.771"],["5864.242","16551.965"],["5908.167","16435.786"],["5992.024","16406.070"],["5864.625","16426.849"],["5866.578","16424.867"],["5868.358","16458.330"],["5937.844","16406.344"],["5932.051","16413.100"],["5953.517","16414.177"],["5872.748","16484.146"],["5858.678","16387.572"],["5869.478","16543.358"],["5989.731","16403.998"],["5977.487","16418.848"],["5970.767","16432.108"],["5862.103","16422.313"],["5856.754","16442.670"],["5865.880","16461.150"],["5880.316","16455.354"],["5871.739","16493.292"],["5858.758","16393.367"],["6034.295","16394.667"],["5868.901","16546.539"],["5882.423","16555.772"],["8195.297","16122.700"],["8316.880","16056.131"],["8174.592","16122.854"],["8350.209","16091.436"],["8319.716","16023.131"],["8242.257","15948.767"],["8324.929","15965.059"],["8251.172","15945.287"],["8236.988","16132.977"],["8246.611","16081.489"],["8295.711","16114.737"],["8339.481","16095.747"],["8176.949","16124.112"],["8312.367","16023.243"],["8239.691","15949.334"],["8343.194","15943.708"],["8251.419","15941.767"],["8176.019","16123.071"],["8354.272","16089.369"],["8314.860","16024.089"],["8241.037","15949.427"],["8338.744","15940.505"],["8243.539","15959.670"],["8316.138","16065.187"],["8311.009","16020.490"],["8318.314","16058.777"],["8352.661","16089.809"],["8316.724","16024.086"],["8176.245","16119.215"],["8243.382","15952.623"],["8993.396","14037.646"],["8990.936","14027.239"],["6299.462","18467.558"],["6359.737","18471.399"],["6251.602","18492.073"],["6251.634","18488.544"],["6375.891","18489.764"],["6446.778","18497.080"],["6349.465","18474.925"],["6358.925","18469.898"],["13818.309","8687.885"],["13765.940","8728.981"],["13729.806","8726.869"],["13812.496","8697.679"],["13821.373","8720.722"],["13765.971","8689.531"],["14986.222","8692.635"],["15021.416","8737.137"],["14944.438","8668.835"],["15003.735","8717.891"],["14994.723","8722.878"],["15010.155","8725.512"],["14956.827","8676.856"],["15006.475","8715.832"],["14975.843","8683.932"],["14912.469","8719.210"],["15002.792","8715.068"],["14980.015","8706.609"],["14909.475","8667.351"],["14903.874","8719.689"],["14951.988","8715.648"],["9719.237","7545.214"],["9684.283","7545.527"],["14682.402","9190.815"],["14695.499","9246.243"],["14716.091","9234.067"],["14746.008","9197.259"],["14684.725","9178.766"],["14687.542","9230.192"],["14726.253","9230.458"],["14734.501","9168.332"],["14717.083","9210.422"],["14694.600","9235.782"],["14712.609","9168.065"],["14730.133","9233.171"],["14746.636","9191.984"],["14708.332","9253.623"],["14742.514","9188.092"],["14702.909","9250.319"],["14724.269","9169.093"],["9108.516","14692.673"],["9093.595","14741.727"],["9090.137","14746.798"],["9064.947","14732.264"],["9079.452","14726.664"],["9093.533","14746.971"],["9089.233","14725.970"],["9103.453","14735.514"],["9117.499","14720.466"],["9096.387","14726.696"],["5995.586","8832.838"],["5899.474","8827.541"],["5916.620","8839.787"],["5916.822","8843.727"],["6016.859","8836.733"],["6030.034","8844.174"],["5910.628","8833.215"],["5898.911","8842.888"],["5899.012","8835.666"],["6003.366","8821.571"],["6016.461","8831.009"],["5192.695","18923.286"],["4820.029","17660.626"],["4846.314","17724.213"],["4778.414","17808.369"],["4822.472","17662.315"],["4822.709","17654.554"],["4817.703","17673.617"],["16533.839","6426.863"],["9557.657","13904.059"],["9426.143","13939.243"],["9417.393","13927.778"],["9418.138","13930.978"],["9554.511","13903.866"],["9424.020","13936.094"],["9424.125","13938.353"],["9413.977","13931.854"],["9428.091","13943.457"],["9426.403","13937.592"],["9486.215","13898.768"],["9547.730","13905.794"],["9545.978","13910.014"],["9427.104","13935.935"],["9419.135","13929.510"],["9421.361","13931.733"],["9429.784","13928.703"],["9423.184","13937.529"],["9416.352","13935.993"],["9559.935","13906.444"],["9420.231","13926.936"],["9429.315","13936.174"],["9425.610","13928.584"],["6753.131","15328.264"],["6765.560","15497.797"],["6725.878","15387.006"],["6748.341","15312.488"],["6761.347","15313.127"],["10291.348","7499.534"],["10291.513","7493.547"],["10255.980","7481.898"],["7832.387","16425.878"],["7834.787","16427.039"],["7833.824","16426.077"],["7835.677","16478.185"],["7822.601","16410.620"],["7751.991","16404.402"],["7789.055","16415.383"],["7833.901","16422.154"],["7835.257","16474.230"],["6858.918","14008.675"],["6861.096","14005.209"],["6843.240","14006.386"],["6846.063","14022.162"],["6859.645","14003.015"],["6837.561","14020.086"],["6859.268","13910.346"],["6866.168","14009.099"],["6851.997","14003.382"],["6848.580","14023.909"],["6847.343","14013.169"],["6832.885","14010.081"],["6832.553","14020.299"],["6976.111","7703.795"],["7061.795","7809.979"],["7037.675","7863.767"],["6932.264","7762.771"],["7000.528","7686.005"],["7018.048","7857.397"],["6956.199","7841.115"],["7022.718","7861.263"],["6980.912","7889.636"],["6909.964","7890.683"],["7040.653","7802.291"],["7089.451","7792.324"],["7006.684","7848.710"],["7027.075","7884.385"],["6981.396","7843.008"],["6993.118","7848.512"],["6896.507","7775.258"],["10913.904","8017.616"],["10946.815","8066.840"],["10946.859","8062.207"],["10910.628","7988.660"],["13184.457","14470.960"],["13107.829","14485.824"],["8638.827","14751.955"],["8671.150","14687.045"],["8572.477","14787.882"],["8684.727","14791.896"],["8745.627","14678.074"],["8568.974","14872.362"],["8570.852","14706.339"],["8690.820","14839.627"],["8689.113","14843.224"],["8679.775","14808.882"],["8775.830","14726.626"],["8749.274","14680.701"],["8577.395","14822.201"],["8703.414","14834.339"],["8673.474","14805.826"],["8583.875","14856.922"],["8567.629","14750.185"],["8589.023","14750.955"],["8569.425","14719.194"],["10399.410","8129.783"],["10324.880","8284.787"],["10357.674","8221.305"],["10403.573","8132.922"],["7646.040","17235.600"],["7702.599","17275.673"],["7597.152","17312.131"],["7584.188","17299.252"],["7612.252","17225.336"],["7625.177","17200.385"],["7714.312","17269.697"],["7626.990","17202.454"],["7635.590","17220.644"],["7708.169","17267.438"],["7593.305","17321.877"],["7597.511","17289.623"],["7611.396","17217.144"],["7566.047","17295.133"],["7646.977","17351.322"],["7641.944","17354.964"],["7553.170","17269.881"],["7643.814","17209.562"],["7681.166","17271.909"],["7586.067","17310.050"],["7600.652","17293.983"],["7630.755","17218.742"],["7627.102","17235.459"],["7577.070","17309.720"],["7581.984","17308.897"],["7623.440","17227.313"],["7621.678","17398.005"],["9273.914","15618.644"],["9382.587","15534.253"],["9249.749","15714.331"],["9264.959","15623.653"],["9266.062","15643.441"],["9249.724","15656.160"],["9237.177","15675.050"],["9217.320","15665.315"],["9222.508","15683.512"],["9229.107","15656.854"],["9247.546","15633.866"],["9247.546","15633.117"],["9276.683","15637.997"],["9275.539","15636.757"],["9403.893","15507.823"],["9248.915","15712.196"],["9210.664","15667.476"],["9211.441","15666.016"],["9398.301","15546.171"],["9249.329","15713.644"],["9211.262","15673.617"],["9208.768","15666.152"],["9389.880","15545.510"],["9400.604","15536.724"],["9246.779","15716.699"],["7089.117","17355.040"],["6896.179","17217.517"],["6892.703","17226.496"],["6893.580","17204.123"],["7068.492","17319.301"],["6929.907","17366.467"],["5787.861","14056.015"],["5686.142","14171.924"],["5763.205","14065.968"],["5757.211","14126.088"],["5687.497","14167.617"],["5789.968","14061.083"],["5790.903","14056.892"],["5728.338","14137.925"],["16775.393","7709.672"],["16767.846","7697.461"],["16768.945","7722.653"],["5209.827","15827.179"],["4592.317","17847.666"],["4723.299","17896.013"],["4692.593","17882.475"],["4608.586","17832.650"],["4682.492","17916.384"],["4594.330","17841.216"],["4709.161","17894.437"],["4623.484","17840.821"],["4714.916","17877.055"],["4676.314","17920.917"],["8966.861","17660.524"],["8871.794","17733.862"],["8807.904","17800.421"],["8985.341","17745.914"],["8970.606","17659.032"],["8794.066","17641.278"],["8975.729","17660.941"],["8870.048","17740.730"],["8802.365","17804.576"],["8987.753","17747.052"],["8973.089","17660.013"],["8795.423","17638.949"],["8967.482","17662.815"],["8871.627","17738.761"],["8804.822","17804.068"],["8986.779","17746.095"],["8972.037","17659.153"],["8794.387","17639.874"],["8867.141","17741.565"],["8799.559","17803.600"],["8872.021","17736.927"],["8806.238","17802.882"],["8986.817","17742.176"],["8971.856","17655.204"],["8790.467","17639.495"],["5853.645","16839.423"],["5852.014","16960.198"],["5911.634","16875.681"],["5943.195","16801.526"],["5952.850","16784.304"],["6024.372","16845.152"],["6006.271","16916.611"],["6010.189","16942.916"],["5950.759","16927.083"],["6037.553","16818.356"],["5928.216","16921.307"],["5953.742","16977.063"],["5910.779","16902.402"],["5915.335","16886.928"],["5929.782","16831.646"],["5953.308","16797.545"],["6026.280","16846.655"],["6011.995","16911.805"],["6006.900","16944.072"],["5965.332","16946.208"],["5948.430","16941.918"],["5925.124","16946.691"],["5851.804","16827.742"],["5873.771","16846.159"],["5861.302","16807.018"],["5874.860","16983.402"],["5860.167","16940.841"],["5932.974","16881.548"],["5926.371","16908.728"],["5928.342","16795.011"],["5912.190","16830.444"],["5925.346","16791.678"],["5941.498","16792.503"],["5948.558","16855.595"],["6028.481","16819.938"],["5974.795","16915.114"],["5931.209","16931.547"],["6035.396","16892.209"],["5854.057","16819.468"],["5836.705","16833.390"],["5850.304","16953.691"],["5879.037","16984.723"],["5855.167","16933.227"],["5935.615","16879.281"],["5929.427","16809.254"],["5921.154","16796.521"],["5958.472","16794.885"],["5944.841","16843.440"],["6026.395","16856.085"],["6013.031","16919.468"],["5996.649","16955.915"],["5953.243","16929.692"],["6020.474","16845.185"],["6012.907","16929.106"],["6013.667","16961.719"],["5960.578","16933.210"],["6912.272","7905.494"],["7014.234","7904.476"],["6985.480","7907.503"],["6887.387","7897.984"],["13085.139","10429.238"],["7221.184","15169.130"],["7137.184","15237.834"],["7152.933","15087.910"],["7127.511","15148.756"],["7195.707","15198.989"],["7190.343","15186.634"],["7135.022","15131.872"],["7198.668","15206.388"],["7195.114","15169.885"],["7107.300","15198.974"],["7099.671","15225.233"],["7136.365","15099.410"],["7140.143","15135.902"],["7205.576","15199.369"],["7096.842","15229.610"],["7139.913","15105.451"],["7134.031","15102.482"],["7207.287","15158.211"],["5754.749","9580.490"],["6699.968","9476.564"],["6706.149","9476.459"],["6712.550","9474.032"],["6666.986","9045.630"],["6617.194","8992.038"],["6618.800","9078.531"],["6577.186","9073.031"],["6601.263","9024.677"],["6649.628","9048.706"],["6580.747","8959.358"],["6659.013","9085.790"],["6106.787","8119.563"],["6210.597","8232.767"],["6174.538","8116.995"],["6094.915","8109.108"],["6123.754","8121.890"],["16582.822","16098.445"],["16581.183","16136.838"],["16676.721","16003.995"],["16668.884","16012.755"],["4028.802","12863.414"],["4055.819","12787.436"],["14697.536","9918.414"],["14714.169","9896.133"],["14736.164","9801.277"],["14678.379","9899.293"],["14733.301","9818.110"],["14699.088","9870.443"],["14710.314","9883.505"],["8540.514","16627.754"],["8540.990","16637.670"],["8540.050","16633.569"],["8559.174","16571.936"],["8537.894","16639.662"],["8540.671","16628.663"],["9322.488","16316.734"],["9333.391","16298.516"],["9319.504","16283.764"],["9273.392","16279.734"],["9255.738","16170.676"],["9227.175","16257.883"],["9201.560","16193.906"],["9212.516","16180.151"],["9376.418","16159.703"],["9279.648","16184.903"],["9343.696","16229.905"],["9407.846","16329.411"],["9340.951","16309.114"],["9296.065","16164.806"],["9355.006","16324.693"],["9318.552","16313.740"],["9364.009","16333.885"],["9305.278","16297.931"],["9214.696","16159.641"],["9297.842","16180.798"],["9394.559","16247.950"],["9336.262","16303.452"],["9295.397","16167.375"],["9362.489","16331.867"],["9308.537","16299.033"],["9248.234","16184.555"],["9255.473","16169.881"],["9228.117","16242.189"],["9217.545","16156.280"],["9337.025","16306.018"],["9295.984","16166.156"],["9352.975","16326.305"],["9349.294","16326.969"],["9311.655","16300.911"],["9331.394","16141.276"],["9337.315","16300.793"],["9338.289","16307.413"],["9299.899","16165.532"],["5157.629","18872.089"],["5127.481","18837.407"],["6536.077","15229.466"],["6539.907","15163.553"],["6561.396","15295.010"],["6525.654","15235.233"],["6640.642","15227.987"],["6560.111","15087.735"],["5477.121","18743.976"],["5577.169","18801.543"],["5545.048","18790.367"],["5605.762","18729.252"],["5556.751","18717.849"],["5594.923","18848.627"],["5492.647","18821.482"],["16590.029","16075.047"],["14393.617","8702.305"],["14358.610","8670.415"],["14386.539","8636.710"],["14406.919","8648.905"],["14420.689","8660.004"],["14360.843","8655.512"],["14336.702","8723.481"],["14357.553","8681.083"],["6375.866","11612.227"],["7578.771","12260.615"],["7581.973","12264.934"],["11879.930","12178.736"],["7393.073","13999.763"],["7408.319","13992.926"],["7382.826","13994.874"],["7354.405","13961.695"],["7369.372","13992.100"],["7406.066","13954.610"],["7429.306","13940.374"],["5898.866","7967.031"],["5896.735","7908.371"],["6006.993","8012.858"],["6035.913","7909.046"],["5981.997","7909.428"],["5834.935","8029.570"],["6005.729","8016.237"],["5991.933","7965.046"],["6007.275","7996.220"],["8510.939","18097.639"],["8537.953","18112.439"],["8382.568","18253.984"],["8433.221","18243.530"],["8362.833","18194.934"],["8399.522","18243.153"],["8543.352","18109.956"],["8357.239","18045.449"],["4469.862","18110.705"],["4465.701","18141.268"],["4545.085","18063.635"],["4480.657","18075.106"],["4428.700","18141.311"],["4504.454","18065.885"],["4469.074","18115.399"],["4421.375","18195.217"],["4495.687","18047.152"],["4451.776","18081.151"],["4451.718","18148.828"],["4473.155","18089.238"],["4447.933","18127.176"],["4470.609","18107.909"],["4427.447","18138.833"],["4491.561","18084.786"],["4439.555","18130.123"],["5945.150","7796.664"],["5994.786","7707.081"],["6039.613","7855.503"],["14992.714","9562.752"],["14987.695","9563.911"],["15076.717","9503.803"],["15085.016","9378.853"],["15012.934","9535.414"],["15081.398","9522.032"],["15036.458","9395.399"],["14980.168","9542.114"],["15091.357","9497.250"],["15018.674","9527.541"],["15045.837","9508.431"],["15073.961","9377.509"],["14908.914","9577.627"],["15052.130","9519.959"],["15064.240","9471.270"],["15075.713","9385.863"],["6161.304","16683.424"],["6108.434","16579.069"],["6133.457","16644.782"],["6160.783","16703.155"],["6111.287","16578.115"],["6153.202","16715.553"],["6153.058","16654.334"],["6128.680","16626.953"],["5527.608","17789.647"],["5599.679","17664.597"],["5578.544","17673.601"],["5603.256","17642.502"],["5473.698","17791.014"],["5458.430","17775.546"],["5458.026","17780.770"],["5582.712","17761.876"],["5585.011","17772.052"],["5447.070","17748.349"],["5519.754","17725.905"],["5560.233","17702.042"],["5581.774","17781.809"],["5589.797","17757.734"],["5522.505","17766.861"],["9073.854","16330.990"],["9034.125","16333.234"],["9073.971","16328.415"],["9033.601","16304.384"],["9037.471","16345.826"],["9036.418","16334.598"],["9029.957","16325.834"],["9035.467","16333.548"],["9035.972","16329.657"],["10116.569","15411.353"],["10115.389","15415.936"],["6669.679","16515.295"],["6658.644","16490.866"],["7928.448","8621.109"],["7865.047","8740.386"],["7856.885","8615.742"],["7876.229","8551.045"],["7836.371","8669.009"],["7891.793","8558.766"],["7848.109","8680.782"],["7924.472","8663.434"],["7857.132","8628.048"],["7798.465","8731.810"],["7924.313","8605.176"],["7808.136","8731.145"],["7796.681","8627.317"],["7839.346","8672.277"],["7857.727","8567.988"],["7885.739","8627.260"],["7795.503","8638.743"],["7810.330","8730.412"],["7845.854","8539.200"],["7762.766","8717.280"],["7913.503","8648.026"],["7732.418","8709.796"],["7763.158","8730.152"],["7804.456","8644.762"],["7826.380","8729.886"],["7931.949","8546.691"],["7869.726","8551.788"],["12918.116","13760.353"],["6859.944","18635.636"],["6840.141","18496.602"],["6826.690","18628.984"],["6862.608","18520.247"],["6793.421","18672.679"],["6840.766","18584.371"],["6814.367","18632.992"],["6809.345","18622.543"],["6845.797","18498.722"],["6802.058","18613.080"],["6758.446","18672.007"],["6844.170","18644.569"],["6798.950","18605.780"],["6773.082","18479.776"],["6876.265","18497.673"],["9241.183","19357.927"],["9213.679","19420.564"],["9309.782","19357.105"],["9215.390","19373.885"],["9285.353","19357.767"],["9287.924","19347.418"],["9217.682","19418.426"],["9252.568","19338.938"],["9238.078","19326.912"],["9220.042","19397.434"],["5817.699","16771.954"],["5815.446","16747.466"],["5815.707","16748.532"],["5666.030","16759.412"],["5776.362","16647.317"],["5732.745","16772.517"],["5762.868","16658.538"],["5775.021","16700.597"],["5820.814","16663.822"],["5744.309","16741.343"],["5770.358","16623.516"],["5766.608","16648.605"],["5746.847","16749.619"],["5785.368","16693.765"],["5782.882","16701.307"],["5802.245","16687.055"],["5811.548","16762.697"],["6995.142","16690.332"],["7005.752","16656.144"],["7009.190","16672.422"],["7008.908","16675.314"],["8361.204","16566.326"],["8501.328","16655.202"],["8501.908","16657.290"],["8566.737","16644.042"],["8545.669","16641.256"],["8553.890","16618.710"],["8456.993","16656.687"],["8455.121","16587.405"],["8503.976","16655.422"],["8555.521","16640.746"],["8556.346","16619.718"],["8552.955","16640.075"],["8555.367","16618.804"],["8455.639","16654.773"],["8557.067","16643.353"],["8548.531","16639.999"],["8555.134","16614.902"],["6686.439","16515.922"],["6813.375","16426.059"],["6808.911","16422.454"],["6790.059","16557.755"],["6880.215","16469.418"],["6855.967","16432.654"],["6852.965","16424.244"],["6829.138","16511.589"],["6866.667","16480.404"],["6692.226","16502.501"],["6820.033","16410.584"],["6817.679","16408.362"],["6691.570","16505.201"],["6790.277","16543.870"],["6850.033","16455.107"],["6696.040","16407.415"],["6832.781","16382.841"],["6800.316","16471.163"],["6780.295","16543.100"],["6683.050","16475.860"],["6704.831","16556.804"],["6676.233","16484.525"],["6762.112","16542.367"],["6839.655","16416.209"],["6690.758","16503.300"],["6838.559","16420.161"],["6801.378","16410.458"],["6683.276","16562.454"],["6746.830","16543.911"],["6866.107","16454.706"],["6860.225","16415.116"],["6866.651","16545.070"],["6751.531","16528.304"],["6865.216","16485.835"],["6857.200","16413.693"],["6877.913","16541.245"],["6680.933","16476.526"],["6817.598","16411.126"],["6788.227","16560.284"],["6876.856","16480.995"],["6868.997","16420.295"],["6870.323","16545.710"],["6874.864","16505.804"],["6764.047","16525.690"],["6849.410","16494.881"],["6839.133","16438.156"],["6881.549","16545.061"],["8875.575","16822.472"],["11462.823","13502.482"],["8515.461","12423.920"],["8520.499","12422.722"],["7706.683","14373.360"],["7686.401","14359.005"],["7650.423","14395.007"],["7599.354","14343.009"],["7562.535","14313.982"],["7519.232","14239.375"],["7561.908","14335.790"],["7522.225","14245.056"],["7535.517","14283.054"],["7723.384","14424.311"],["7542.477","14341.270"],["7598.650","14361.868"],["7678.004","14369.174"],["7514.692","14253.066"],["7520.844","14251.926"],["7527.505","14251.745"],["7450.550","14452.450"],["7321.053","14656.510"],["7458.514","14457.941"],["7387.371","14657.622"],["7420.628","14650.173"],["9410.907","15289.929"],["5918.679","18307.678"],["5965.004","18390.779"],["5984.501","18384.898"],["6033.293","18423.826"],["6015.451","18258.238"],["5900.719","18305.432"],["5879.205","18267.926"],["5408.461","12633.550"],["5395.851","12617.010"],["7900.462","13528.846"],["7894.702","13593.225"],["6863.649","17203.671"],["6714.860","17363.360"],["6860.261","17215.495"],["5176.617","16948.234"],["5118.230","16947.475"],["5184.667","16893.501"],["4242.593","17950.648"],["4235.250","17995.709"],["4208.242","18025.671"],["4241.059","17964.753"],["4253.150","18014.532"],["4249.998","17988.424"],["4219.513","17964.802"],["4239.120","18001.364"],["4231.891","17988.139"],["4259.053","17966.495"],["15105.192","9460.530"],["15142.602","9388.762"],["15161.913","9403.541"],["15177.544","9392.061"],["6453.171","12829.004"],["9681.133","7360.853"],["9735.368","7386.487"],["9787.689","7297.109"],["9804.685","7315.682"],["6299.791","17938.746"],["6302.383","17958.160"],["6313.322","17937.749"],["6558.766","7488.153"],["6640.147","7568.224"],["6632.282","7582.310"],["6559.045","7549.316"],["6631.183","7543.713"],["6616.585","7596.641"],["6586.255","7583.386"],["6592.131","7592.758"],["6584.544","7531.487"],["6633.046","7518.561"],["6671.853","7511.092"],["6530.378","7557.934"],["6659.308","7568.046"],["6600.631","7579.620"],["6558.488","7549.237"],["6630.763","7548.788"],["6586.626","7596.070"],["6636.993","7504.986"],["6628.525","7573.213"],["6545.754","13720.518"],["6583.204","13665.755"],["6603.028","13633.828"],["6519.073","13719.988"],["6522.715","13719.483"],["6507.497","13697.241"],["6496.936","13717.300"],["6614.435","13652.170"],["6514.042","13739.099"],["6598.865","13628.734"],["6607.064","13631.211"],["3558.784","8066.029"],["3539.575","7940.934"],["3591.966","7941.985"],["3682.126","8096.063"],["3558.792","8061.798"],["3623.070","7975.184"],["3546.891","7922.608"],["3690.472","8091.180"],["3559.591","8070.616"],["3576.664","7980.615"],["3567.134","8038.804"],["3612.755","7988.992"],["9498.780","15486.005"],["9526.565","15485.563"],["9548.320","15491.552"],["9504.093","15497.879"],["9497.070","15485.427"],["9531.236","15490.105"],["9419.867","15449.102"],["9415.800","15300.785"],["9490.507","15490.778"],["9484.899","15477.021"],["9528.418","15506.281"],["9527.667","15487.479"],["9414.072","15430.990"],["9491.346","15494.428"],["9548.571","15483.697"],["9540.934","15369.399"],["6062.067","16387.708"],["6128.862","16478.067"],["6101.482","16501.589"],["6119.951","16503.021"],["6123.371","16463.879"],["6091.925","16486.604"],["6098.486","16551.634"],["6099.346","16546.239"],["6123.834","16562.134"],["6109.961","16447.699"],["6044.887","16415.577"],["6248.902","16546.363"],["6127.163","16476.148"],["6193.503","16443.338"],["6119.071","16513.015"],["6117.809","16504.333"],["6114.752","16480.965"],["6125.991","16464.258"],["6104.562","16489.298"],["6105.945","16555.013"],["6097.661","16549.969"],["6104.489","16453.541"],["6172.882","16416.150"],["6127.877","16477.398"],["6097.080","16494.414"],["6132.837","16476.989"],["6115.641","16479.242"],["6123.798","16563.356"],["6095.801","16551.729"],["6131.964","16551.148"],["6143.256","16410.894"],["6042.832","16387.020"],["6057.470","16392.574"],["6126.315","16481.061"],["4986.250","18442.386"],["4984.947","18300.434"],["4960.689","18439.375"],["7444.522","17596.755"],["7487.227","17434.684"],["7463.703","17568.862"],["7453.759","17568.677"],["7440.800","17600.921"],["7440.872","17570.099"],["6711.257","14404.733"],["6770.792","14421.484"],["9006.828","16260.791"],["9036.736","16238.624"],["9002.318","16157.744"],["9183.193","16191.248"],["9172.925","16201.282"],["9161.579","16231.015"],["9105.929","16241.717"],["9066.894","16201.913"],["9065.293","16156.276"],["9075.798","16141.544"],["9169.920","16322.143"],["9120.645","16350.463"],["9096.903","16338.445"],["9006.163","16157.824"],["9063.195","16163.541"],["9031.880","16148.481"],["9003.648","16248.947"],["9007.330","16251.130"],["9002.024","16280.959"],["9134.181","16164.242"],["8999.999","16205.513"],["9024.433","16180.579"],["9063.902","16282.582"],["9008.647","16272.395"],["9036.743","16241.789"],["8997.599","16156.958"],["9136.807","16199.959"],["9102.790","16241.028"],["9056.346","16216.405"],["9104.755","16171.840"],["9040.270","16155.636"],["9091.038","16151.394"],["9168.218","16320.096"],["9099.283","16337.248"],["8998.947","16156.501"],["9055.888","16163.580"],["9025.038","16151.119"],["9005.304","16256.097"],["9009.721","16252.304"],["9002.394","16283.565"],["9127.352","16161.698"],["9127.942","16349.732"],["9040.290","16182.816"],["9103.205","16338.140"],["9042.387","16231.664"],["9005.131","16237.058"],["9005.985","16159.849"],["9107.567","16239.574"],["9046.536","16219.279"],["9168.685","16321.390"],["9125.419","16348.960"],["9097.884","16337.599"],["9001.224","16157.959"],["9058.323","16164.582"],["9027.703","16151.205"],["9005.727","16253.505"],["9008.790","16251.303"],["9002.605","16282.140"],["9129.367","16163.509"],["9053.352","16160.916"],["9012.972","16254.244"],["9009.451","16232.336"],["9010.172","16158.709"],["9061.750","16216.165"],["9072.315","16196.766"],["9105.851","16187.143"],["9097.207","16171.048"],["8998.184","16153.694"],["9054.480","16160.939"],["9022.817","16149.181"],["9002.968","16258.046"],["9127.156","16158.767"],["9129.526","16352.272"],["9178.119","16248.162"],["9123.552","16349.196"],["9003.043","16158.234"],["9060.203","16164.522"],["9029.429","16150.467"],["9005.266","16251.671"],["9131.071","16164.106"],["9178.402","16243.949"],["9178.950","16221.162"],["9146.276","16267.547"],["9167.050","16324.948"],["9094.834","16335.053"],["9008.827","16247.429"],["9005.957","16280.166"],["7711.522","18693.955"],["7710.238","18688.183"],["7710.101","18690.940"],["4266.418","10774.986"],["15152.089","5606.611"],["15222.376","5734.815"],["15186.185","5605.675"],["15226.956","5581.725"],["15257.588","5696.950"],["15273.623","5704.598"],["15155.081","5775.869"],["15288.647","5584.397"],["15257.924","5708.485"],["15229.887","5582.342"],["15228.937","5725.378"],["15176.089","5756.454"],["7347.847","15101.340"],["7325.815","15186.728"],["4940.457","14371.717"],["4879.007","14330.898"],["4922.478","14382.734"],["4929.537","14339.728"],["7785.913","16312.047"],["7918.525","16160.479"],["7895.330","16169.289"],["7866.172","16318.773"],["7848.883","16269.325"],["7854.405","16151.891"],["7814.442","16343.751"],["7813.073","16346.063"],["7893.647","16327.302"],["7852.983","16324.107"],["7839.001","16176.549"],["7866.096","16253.397"],["7727.303","16247.721"],["7787.561","16190.209"],["7926.449","16171.327"],["7899.919","16178.455"],["7869.563","16319.560"],["7846.896","16270.475"],["7815.299","16336.432"],["7900.417","16330.077"],["7810.509","16345.638"],["7864.896","16143.170"],["7855.567","16324.798"],["7829.508","16173.771"],["7933.622","16276.173"],["7889.715","16289.792"],["7783.670","16203.300"],["7776.401","16204.092"],["7814.000","16338.753"],["7811.754","16346.371"],["7898.498","16328.205"],["7854.321","16324.236"],["7831.727","16175.279"],["7917.769","16323.876"],["7732.550","16252.511"],["7756.919","16324.025"],["7787.788","16305.540"],["7753.489","16145.760"],["7776.755","16169.638"],["7922.913","16173.854"],["7914.060","16160.138"],["7817.995","16335.426"],["7900.546","16333.059"],["7828.819","16170.880"],["7813.843","16340.631"],["7896.779","16327.541"],["7835.858","16176.829"],["7928.094","16176.463"],["7912.673","16158.933"],["7868.447","16142.325"],["7867.678","16317.403"],["7812.628","16350.009"],["7853.708","16320.325"],["4802.209","9625.183"],["4792.636","9626.184"],["4813.509","9618.305"],["4647.741","18303.555"],["4655.509","18275.375"],["4660.883","18281.886"],["4683.185","18266.697"],["4673.690","18271.656"],["4649.705","18286.699"],["7834.240","16478.120"],["7833.332","16525.649"],["7915.755","16523.088"],["7924.226","16486.902"],["7925.475","16480.174"],["7885.269","16457.430"],["7892.812","16390.123"],["7836.779","16478.940"],["7833.529","16522.984"],["7913.729","16521.679"],["7922.026","16486.053"],["7925.597","16477.694"],["7885.114","16450.360"],["7899.248","16414.214"],["7833.038","16524.336"],["7914.835","16522.659"],["7923.059","16487.104"],["7925.213","16479.161"],["7877.604","16462.782"],["7829.330","16525.684"],["7914.353","16526.610"],["7922.489","16483.583"],["7921.529","16480.560"],["13855.028","8881.357"],["13836.004","8836.195"],["13834.715","8882.476"],["13873.122","8877.751"],["13836.952","12651.070"],["13845.071","12643.144"],["7630.208","14641.340"],["7697.291","14481.456"],["7544.853","14657.118"],["7516.670","14654.711"],["7700.698","14477.428"],["7554.749","14641.769"],["7578.358","14653.656"],["7546.965","14645.858"],["7527.355","14646.863"],["7415.536","15804.071"],["7384.881","15744.222"],["7422.655","15782.473"],["7457.202","15898.085"],["7421.475","15907.736"],["7405.006","15914.024"],["7391.307","15892.404"],["7419.480","15878.027"],["7419.269","15881.744"],["7414.574","15855.661"],["7348.546","15864.088"],["7465.463","15868.445"],["7481.603","15863.178"],["7361.502","15884.307"],["7352.961","15886.560"],["7369.848","15793.360"],["7379.775","15782.947"],["9645.140","17388.194"],["9800.149","17229.131"],["9639.708","17383.235"],["9802.642","17230.097"],["9761.459","17218.407"],["9640.883","17385.597"],["9801.624","17229.041"],["9640.570","17380.341"],["9642.175","17386.965"],["9801.260","17225.639"],["8299.130","18243.633"],["8329.637","18227.187"],["8196.594","18228.819"],["6008.000","9195.818"],["5927.185","9171.141"],["7126.311","17978.362"],["7129.584","18027.053"],["7111.137","18035.275"],["7125.810","18030.471"],["7130.796","18022.749"],["7111.361","18030.581"],["7126.975","18041.568"],["7125.848","18021.433"],["7121.306","18038.954"],["7171.941","17955.416"],["7111.766","18033.292"],["7130.310","17973.509"],["7131.618","18032.853"],["7129.422","18029.940"],["7116.149","18017.707"],["7465.788","8881.559"],["7432.702","8948.179"],["7389.625","8859.758"],["7501.333","8900.860"],["7441.760","8884.959"],["7410.637","8941.618"],["7383.796","8869.858"],["7399.712","8937.752"],["7458.533","8940.877"],["7379.693","8930.527"],["7468.993","8936.174"],["7446.350","8933.735"],["7476.309","8882.414"],["7363.349","8898.056"],["7438.322","8938.540"],["7420.842","8921.932"],["7452.285","8907.080"],["7490.017","8930.218"],["7387.125","8909.614"],["5756.690","9044.065"],["5742.425","9042.165"],["5740.085","9031.965"],["5739.080","9029.412"],["5818.019","9012.060"],["5738.643","9026.254"],["6393.370","7474.782"],["6428.108","7519.889"],["6412.507","7488.938"],["3454.787","17257.229"],["3401.968","17225.994"],["3511.090","17259.107"],["3415.566","17244.560"],["3497.703","17281.289"],["3456.065","17240.860"],["10206.371","8096.510"],["10232.629","8026.742"],["14584.227","9039.976"],["14635.336","9040.256"],["14610.772","9068.973"],["14641.020","9047.064"],["14632.861","9061.239"],["14596.435","9018.720"],["14526.843","9009.757"],["14551.865","9074.462"],["14528.843","9079.426"],["14566.952","9065.820"],["14606.951","9050.112"],["14619.902","9039.643"],["14644.242","9049.695"],["14588.214","9011.576"],["14532.854","9044.340"],["14534.098","9084.684"],["14623.603","8956.582"],["14607.574","8996.324"],["14553.961","9077.461"],["14535.583","9070.937"],["14530.004","9076.758"],["14575.266","9038.055"],["14600.907","9042.607"],["14666.365","9051.683"],["14619.252","9060.086"],["14637.918","9051.571"],["14658.003","9040.720"],["14590.222","9002.903"],["14615.462","8967.702"],["14559.139","8978.548"],["14586.365","9061.356"],["14608.716","9051.243"],["14626.025","9048.772"],["14606.722","9071.982"],["14639.560","9068.925"],["14668.037","9054.434"],["14596.839","9008.297"],["14525.827","9017.907"],["14589.544","9049.164"],["14610.248","9042.541"],["14607.000","9070.070"],["14643.495","9063.068"],["14595.023","9008.319"],["14529.636","9012.619"],["14605.789","9050.651"],["14616.577","9039.916"],["14618.801","9079.462"],["14651.132","9043.965"],["14607.884","9012.768"],["14508.197","9031.218"],["14572.739","9037.958"],["14616.537","9050.680"],["14630.459","9065.091"],["14638.109","9052.829"],["14654.590","9062.963"],["14591.812","9008.884"],["14519.198","9031.620"],["12323.822","8323.313"],["12318.900","8338.725"],["9535.725","9380.171"],["9563.308","9406.395"],["9600.989","9455.530"],["14375.416","9198.808"],["14396.331","9196.159"],["14424.093","9171.232"],["14349.276","9249.335"],["14382.918","9199.599"],["14361.804","9216.092"],["14396.227","9196.207"],["14432.201","9168.661"],["14425.197","9224.304"],["14333.242","9273.294"],["14330.308","9260.413"],["14362.140","9205.492"],["14363.812","9205.637"],["14399.491","9186.992"],["14408.118","9201.202"],["14418.862","9228.321"],["14356.299","9269.007"],["14373.499","9279.673"],["14384.752","9204.196"],["14416.574","9198.070"],["14321.547","9230.167"],["14425.575","9172.728"],["14431.671","9196.659"],["14410.072","9167.207"],["14426.097","9188.127"],["14318.222","9220.765"],["9447.801","17518.845"],["9445.687","17517.276"],["9473.695","17607.758"],["13980.837","9988.671"],["6968.754","18277.470"],["6975.574","18264.204"],["7027.052","18333.279"],["6960.798","18277.986"],["6959.987","18286.387"],["6961.207","18269.030"],["6966.340","18262.822"],["7001.446","18333.271"],["6972.492","18402.918"],["7083.985","18350.973"],["6960.106","18283.147"],["6959.002","18279.516"],["6966.995","18260.657"],["6973.573","18270.642"],["6983.194","18255.548"],["6959.639","18277.397"],["6969.773","18258.579"],["7018.804","18392.376"],["7018.193","18389.359"],["9316.826","15476.462"],["9312.072","15386.155"],["9302.586","15350.838"],["9340.999","15497.058"],["9386.879","15332.986"],["9399.528","15297.520"],["9352.865","15313.494"],["9269.638","15491.555"],["9338.652","15445.974"],["9301.414","15382.472"],["9303.453","15382.439"],["9305.234","15352.688"],["9308.557","15342.052"],["9334.749","15495.968"],["9341.640","15494.944"],["9403.690","15438.623"],["9397.077","15330.153"],["9384.873","15331.599"],["9409.040","15300.389"],["9367.001","15320.149"],["9376.359","15311.212"],["9267.484","15490.351"],["9305.905","15451.127"],["9299.391","15396.709"],["9302.828","15405.709"],["9290.481","15360.582"],["9307.800","15348.856"],["9332.792","15497.338"],["9331.295","15506.025"],["9382.077","15457.132"],["9405.783","15434.640"],["9399.445","15344.861"],["9389.279","15334.390"],["9357.508","15312.130"],["9358.357","15311.343"],["9268.701","15491.189"],["9315.708","15442.357"],["9292.680","15396.180"],["9312.208","15350.690"],["9327.282","15494.333"],["9380.071","15339.647"],["9397.648","15298.431"],["9371.942","15312.628"],["9271.706","15499.970"],["9306.579","15473.010"],["9338.668","15473.158"],["9345.724","15449.641"],["9268.639","15495.158"],["4914.480","17653.739"],["4986.257","17701.716"],["13908.899","9636.543"],["13876.576","9620.549"],["13880.241","9644.608"],["13851.601","9651.268"],["13944.476","9642.863"],["13919.505","9623.844"],["13945.756","9679.209"],["13874.003","9671.190"],["13948.975","9664.035"],["9175.488","15931.184"],["7581.327","18846.190"],["7571.677","18843.336"],["7560.562","18840.691"],["8609.265","14017.630"],["8618.040","14011.476"],["8567.272","13950.168"],["8601.270","14019.448"],["8611.178","14013.019"],["8617.763","14009.613"],["8587.641","14016.328"],["8572.911","13943.713"],["8701.493","14209.089"],["8716.204","14210.130"],["8709.504","14213.730"],["8723.545","14219.810"],["8712.422","14236.308"],["8706.121","14228.959"],["8601.863","14051.960"],["8723.154","14220.074"],["8736.956","14221.830"],["8619.657","14034.150"],["8604.605","14040.187"],["8584.806","14036.972"],["9135.110","17256.090"],["9194.199","17209.835"],["9135.373","17211.390"],["9151.054","17285.396"],["9177.857","17277.638"],["9177.857","17277.638"],["9192.039","17228.973"],["9142.296","17257.560"],["9192.176","17216.928"],["9133.749","17204.204"],["9153.313","17283.944"],["9140.121","17256.088"],["9193.826","17214.822"],["9133.374","17206.797"],["9151.993","17284.290"],["9143.056","17260.489"],["9189.229","17217.467"],["9136.118","17202.322"],["9138.274","17255.750"],["9194.295","17213.013"],["9133.776","17208.651"],["9164.961","17300.122"],["9148.676","17282.152"],["6396.000","15554.145"],["6447.562","15642.856"],["6437.568","15590.485"],["6285.009","15689.409"],["6292.144","15707.866"],["6455.239","15641.404"],["6450.912","15536.509"],["6451.294","15563.316"],["6281.605","15687.544"],["6290.839","15707.343"],["6457.753","15642.416"],["6430.529","15531.146"],["6449.813","15513.636"],["6445.122","15549.516"],["6416.593","15572.204"],["6363.532","15644.270"],["6452.449","15642.985"],["6395.769","15645.509"],["6285.827","15684.955"],["6258.335","15718.309"],["6454.050","15638.597"],["8777.086","18205.049"],["8751.058","18162.682"],["8632.530","18199.316"],["8774.308","18139.616"],["8737.081","18152.454"],["8595.520","18202.443"],["8654.726","18186.654"],["8619.679","18201.670"],["8600.185","18191.697"],["8765.141","18146.441"],["8735.611","18154.616"],["8766.535","18200.491"],["8763.732","18223.914"],["8776.564","18212.170"],["8695.135","18173.928"],["8734.568","18172.207"],["8631.006","18196.078"],["8630.571","18202.032"],["8577.413","18186.817"],["8768.002","18144.870"],["8736.657","18153.662"],["8766.686","18215.989"],["8757.898","18220.370"],["8756.106","18193.055"],["8722.777","18191.687"],["8643.507","18183.207"],["8575.700","18189.389"],["8763.071","18144.179"],["8724.613","18173.850"],["8771.340","18140.693"],["8645.480","18220.737"],["8582.588","18161.293"],["8740.534","18154.446"],["8131.161","18087.253"],["8130.490","18067.089"],["8061.482","18059.319"],["8101.026","18054.748"],["8121.006","18064.315"],["8144.250","18103.493"],["8144.442","18100.715"],["8105.034","18056.551"],["7939.889","18063.980"],["8135.368","18071.275"],["8136.975","18073.902"],["8123.206","18065.767"],["8049.084","18065.675"],["8106.931","18056.594"],["8107.995","18055.094"],["8120.360","18061.340"],["8127.347","18067.311"],["8051.524","18057.120"],["5526.067","15697.131"],["5492.242","15706.111"],["5551.739","15636.828"],["5493.936","15704.500"],["5529.658","15696.451"],["5506.405","15680.788"],["5571.635","15713.303"],["5581.004","15698.033"],["5600.750","15714.803"],["5505.948","15679.002"],["5528.076","15698.398"],["5504.490","15680.606"],["5560.593","15713.076"],["5572.236","15710.248"],["5549.787","15639.321"],["12773.136","7610.601"],["12767.034","7600.610"],["12742.164","7625.345"],["14233.874","9593.243"],["14080.856","9590.793"],["14248.357","9595.588"],["14230.092","9591.325"],["6609.791","17031.752"],["6622.419","17090.787"],["6538.106","16992.921"],["6611.688","17038.220"],["6596.182","17087.568"],["6557.150","17014.824"],["6621.506","17032.734"],["6606.207","17086.391"],["6611.440","16986.865"],["6599.580","17021.520"],["6610.873","17081.913"],["6595.808","16993.791"],["6627.574","17021.740"],["6622.716","17096.118"],["6622.016","16991.275"],["6599.108","17001.490"],["6604.359","17076.352"],["6602.501","17033.420"],["6621.841","17077.895"],["7071.344","13176.011"],["7074.074","13172.680"],["4794.634","16571.108"],["4853.316","16618.169"],["4821.823","16580.328"],["4835.642","16569.394"],["5916.888","9569.145"],["5934.899","9582.934"],["5955.631","9563.532"],["5951.407","9574.822"],["5923.078","9560.198"],["5568.802","17089.823"],["5531.298","16991.612"],["5518.939","16997.153"],["5569.983","17041.677"],["5574.588","17124.881"],["5417.575","17084.559"],["5537.869","17090.264"],["5419.894","17073.345"],["7089.256","17374.599"],["13761.101","9000.216"],["13747.698","9055.134"],["13798.987","9025.881"],["13767.176","9059.045"],["13763.142","9007.671"],["13737.918","9063.749"],["13670.507","8990.696"],["13822.784","8987.824"],["13789.027","9116.180"],["13748.957","9071.712"],["13719.119","8960.966"],["13789.292","9022.878"],["13721.587","9079.887"],["13762.846","9070.645"],["2379.346","11249.495"],["2362.435","11258.107"],["6864.399","13252.414"],["6868.969","13189.274"],["6850.658","13217.368"],["9138.527","15111.043"],["9134.734","15123.340"],["9123.807","15116.582"],["9114.956","15109.923"],["9122.903","15108.398"],["7795.289","17659.408"],["7828.656","17805.692"],["7867.501","17636.403"],["7914.566","17687.273"],["7853.251","17813.436"],["7737.563","17778.655"],["7882.492","17785.889"],["7920.727","17791.013"],["7826.564","17795.398"],["7841.998","17830.523"],["7836.597","17654.394"],["7925.247","17686.977"],["7841.576","17633.014"],["7790.766","17629.366"],["7813.638","17830.633"],["7846.026","17816.276"],["7811.055","17788.360"],["7815.099","17782.902"],["7821.760","17792.214"],["7874.027","17733.321"],["7875.730","17660.242"],["7781.437","17632.006"],["7930.376","17661.018"],["7883.310","17777.552"],["7824.747","17646.476"],["7800.316","17653.953"],["7776.895","17682.194"],["7898.405","17776.182"],["7868.243","17707.297"],["7922.670","17652.651"],["7841.023","17787.763"],["7832.684","17799.523"],["4964.455","6466.645"],["4969.138","6420.014"],["4946.375","6466.826"],["6552.773","9090.750"],["10812.704","11485.766"],["10882.841","11422.650"],["10834.402","11478.363"],["10874.649","11439.122"],["10880.794","11480.597"],["10826.472","11481.825"],["10867.542","11440.851"],["10877.883","11435.210"],["10839.989","11483.270"],["6863.187","16944.291"],["6823.139","16927.443"],["6750.143","16931.620"],["6722.425","16951.695"],["6853.016","16875.634"],["6686.571","16827.161"],["6702.236","16981.668"],["6703.386","16983.147"],["6697.437","16983.065"],["6677.821","16919.252"],["6867.250","16923.316"],["6865.785","16944.407"],["6811.116","16927.988"],["6735.752","16920.142"],["6731.668","16939.705"],["6694.415","16898.524"],["6858.453","16899.008"],["6802.163","16831.568"],["6808.280","16955.464"],["6842.760","16954.828"],["6802.305","16970.302"],["6867.210","16891.368"],["6677.025","16831.112"],["6738.697","16826.337"],["6828.294","16850.828"],["6786.049","16928.899"],["6862.578","16922.623"],["6824.307","16936.444"],["6745.949","16926.632"],["6720.435","16952.224"],["6775.457","16979.552"],["6857.752","16879.519"],["6689.010","16830.285"],["6782.448","16971.598"],["6866.525","16939.221"],["6820.409","16940.259"],["6739.946","16917.978"],["6712.589","16935.444"],["6776.817","16810.313"],["6774.037","16982.483"],["6834.463","16806.319"],["6862.963","16878.733"],["6692.981","16821.365"],["14247.307","8903.465"],["14153.029","8900.351"],["14226.766","8950.302"],["14161.395","8935.011"],["14120.003","8949.555"],["14219.652","8901.559"],["14183.822","8922.056"],["14090.275","8943.196"],["14094.747","8939.651"],["14069.984","8930.962"],["14235.646","8926.956"],["14210.051","8926.288"],["14168.292","8930.207"],["14223.787","8942.841"],["14188.159","8877.523"],["7660.029","11102.091"],["7612.642","11107.104"],["7672.526","11088.838"],["7613.021","11131.313"],["7691.316","11079.694"],["7676.731","11077.899"],["7673.353","11077.175"],["7628.146","11112.635"],["7661.369","11114.724"],["7669.973","11070.515"],["7629.451","11102.249"],["8442.444","16195.424"],["8450.735","16323.869"],["8427.892","16298.159"],["8493.325","16335.681"],["8367.046","16302.699"],["8500.015","16282.004"],["8383.061","16309.941"],["8414.052","16292.336"],["8500.023","16338.687"],["8364.831","16301.261"],["8506.270","16285.798"],["8384.604","16307.745"],["8429.392","16197.486"],["8415.557","16294.362"],["8498.147","16336.842"],["8365.728","16302.348"],["8504.723","16283.706"],["8383.501","16308.568"],["8424.126","16162.737"],["8414.528","16289.304"],["8500.078","16341.760"],["8506.010","16288.841"],["8424.872","16297.222"],["8496.455","16336.071"],["8503.092","16282.749"],["8410.700","16318.701"],["8412.329","16286.849"],["8420.128","16285.139"],["8365.128","16306.237"],["8379.630","16307.852"],["9244.057","17627.811"],["9307.345","17673.178"],["9315.879","17645.834"],["9385.760","17725.651"],["9285.824","17717.424"],["9203.139","17635.008"],["9289.749","17684.781"],["9284.926","17680.643"],["9299.897","17649.099"],["9284.855","17716.203"],["9292.285","17686.799"],["9293.718","17650.318"],["9285.261","17717.537"],["9212.905","17643.135"],["9302.098","17672.818"],["9283.993","17721.065"],["8734.057","14240.899"],["8722.039","14251.418"],["10907.067","7685.232"],["10909.032","7658.232"],["13860.395","12835.621"],["3310.873","11947.526"],["6390.100","7926.157"],["6428.764","7906.496"],["6421.573","7951.238"],["6428.757","7900.741"],["6301.436","8010.925"],["6280.852","7909.016"],["6257.497","7907.255"],["6413.191","7946.542"],["6382.826","7942.390"],["6342.073","7947.136"],["4728.682","17553.041"],["4709.719","17574.237"],["4634.041","17423.260"],["4711.280","17541.314"],["4729.188","17555.869"],["4712.906","17615.719"],["4567.162","17597.912"],["4599.951","17412.006"],["6474.807","12158.514"],["6974.436","17608.556"],["6992.274","17416.856"],["6992.738","17585.887"],["7098.985","17339.251"],["7813.271","9093.267"],["7804.391","9069.596"],["7858.405","9087.229"],["7932.980","9093.993"],["7838.134","9050.658"],["7816.454","9099.772"],["7832.575","9046.576"],["6387.958","13133.958"],["6421.757","13096.937"],["6404.682","13087.555"],["6355.041","13170.274"],["6381.361","13172.260"],["6455.394","13079.078"],["6381.681","13120.123"],["6421.225","13126.426"],["6349.949","13173.747"],["6380.304","13110.092"],["4782.992","14623.364"],["4805.491","14648.429"],["4781.994","14645.658"],["4805.151","14643.428"],["12131.932","10993.992"],["5980.798","17020.636"],["5976.598","17029.284"],["5849.585","17064.241"],["5876.137","17079.606"],["5843.104","17068.320"],["6032.759","17038.938"],["5832.925","16990.809"],["5854.629","16987.167"],["5939.492","17150.652"],["5849.021","17037.066"],["5944.778","17017.343"],["5890.101","17073.297"],["6026.936","17017.732"],["5837.743","17064.769"],["5832.216","17060.872"],["9437.234","18498.229"],["9435.422","18492.744"],["9525.009","18651.142"],["9443.001","18471.487"],["9439.198","18499.700"],["9433.455","18499.837"],["9522.540","18652.084"],["9534.404","18677.551"],["9438.704","18498.598"],["9434.836","18497.693"],["9523.917","18651.946"],["9430.464","18500.338"],["9435.411","18495.898"],["9438.884","18494.745"],["9526.736","18654.745"],["5781.732","15891.258"],["5783.022","15890.154"],["5747.893","15904.963"],["5672.399","15906.870"],["5753.527","15859.059"],["5748.123","15913.006"],["7402.418","14424.378"],["7424.406","14370.275"],["7458.602","14386.533"],["7468.516","14377.959"],["7472.011","14238.896"],["7499.018","14242.595"],["7437.650","14405.349"],["7435.090","14409.202"],["7416.174","14432.237"],["7481.403","14370.261"],["7476.150","14367.089"],["7478.583","14362.367"],["7492.620","14247.913"],["7511.995","14242.315"],["8063.391","15200.444"],["7937.521","15255.460"],["7946.154","15294.752"],["8065.831","15142.604"],["7967.612","15160.539"],["7943.482","15255.414"],["8053.335","15142.541"],["8066.614","15189.350"],["3198.363","9033.295"],["8204.935","14122.429"],["8213.984","14102.158"],["8205.135","14111.992"],["9968.859","18673.941"],["9867.797","18500.205"],["9879.836","18523.491"],["9909.809","18487.844"],["5693.653","16622.931"],["5677.831","16583.394"],["5685.808","16577.399"],["5667.387","16581.396"],["5688.468","16639.785"],["5673.201","16676.633"],["5697.355","16642.809"],["5717.666","16657.143"],["5666.248","16706.676"],["5737.743","16596.218"],["5641.170","16567.622"],["5672.827","16656.564"],["5666.754","16672.527"],["5692.080","16693.899"],["5731.854","16616.137"],["7209.217","9022.938"],["7290.156","9109.172"],["7286.874","9042.551"],["7267.691","9016.482"],["7262.925","9061.949"],["7277.539","9014.268"],["7263.410","9013.468"],["7751.860","14437.414"],["7771.261","14407.073"],["7783.233","14410.256"],["7774.355","14390.504"],["6325.213","7771.249"],["6267.260","7866.343"],["6427.589","7778.619"],["6375.606","7829.606"],["6458.591","7748.058"],["6315.587","7747.473"],["6437.629","7801.743"],["6404.326","7837.365"],["6459.377","7849.508"],["6397.781","7755.429"],["6320.840","7744.841"],["6307.951","7873.884"],["6290.818","7862.209"],["6434.803","7870.290"],["6406.903","7878.840"],["6418.918","7807.659"],["6406.659","7784.781"],["6393.101","7822.282"],["6404.553","7857.176"],["6385.408","7728.932"],["6325.113","7766.633"],["9597.673","17749.425"],["9601.298","17642.248"],["9410.756","17774.849"],["9414.589","17770.239"],["9600.575","17638.876"],["9599.971","17658.530"],["9530.406","17692.052"],["9612.975","17764.455"],["9619.409","17742.386"],["9611.259","17761.451"],["9604.368","17806.746"],["9612.636","17724.318"],["9614.599","17726.180"],["9603.973","17762.619"],["9436.684","17795.617"],["9595.173","17637.000"],["9604.692","17656.703"],["9597.891","17821.181"],["9600.722","17818.975"],["9433.177","17791.495"],["6607.270","14538.155"],["6631.966","14529.667"],["6665.167","14538.891"],["6510.540","14512.336"],["6640.662","14493.418"],["6604.182","14499.512"],["6584.681","14540.636"],["6619.557","14510.154"],["5488.410","9491.411"],["5549.404","9566.406"],["5456.252","9397.853"],["5440.251","9408.695"],["5456.361","9527.213"],["5551.413","9571.900"],["5442.010","9505.878"],["5460.789","9409.493"],["5424.937","9464.344"],["5460.644","9395.202"],["5467.806","9514.762"],["5540.016","9582.140"],["5460.962","9418.807"],["5555.040","9570.077"],["5422.302","9393.414"],["5438.495","9472.882"],["5428.415","9524.384"],["5453.149","9393.697"],["5629.182","15852.535"],["5683.089","15861.678"],["5680.005","15862.864"],["5740.819","15782.424"],["5753.730","15836.445"],["5775.242","15766.470"],["5622.454","15926.967"],["5800.568","15859.888"],["5663.245","15845.209"],["5700.897","15860.284"],["5653.567","15916.284"],["5731.690","15838.031"],["5761.936","15763.316"],["5776.137","15814.460"],["5573.838","18381.588"],["5592.111","18438.054"],["5439.289","18343.051"],["5611.331","18442.506"],["5504.048","18412.225"],["5619.266","18443.355"],["5452.579","18335.041"],["5589.221","18293.091"],["5477.603","18394.969"],["5544.028","18379.304"],["5440.125","18409.708"],["5448.385","18323.959"],["5582.299","18355.139"],["5480.120","18384.201"],["4946.400","6188.764"],["9275.417","14838.740"],["12271.717","10178.635"],["9569.968","14088.478"],["9518.405","14199.475"],["9474.853","14182.880"],["9469.576","14042.240"],["9519.698","14060.836"],["9584.371","14060.659"],["9611.207","14192.400"],["9554.771","14087.801"],["9508.537","14118.404"],["9529.721","14078.949"],["9590.724","14185.010"],["9582.567","14203.722"],["9466.311","14042.313"],["9524.128","14053.646"],["9590.255","14065.900"],["9482.813","14175.382"],["9551.909","14122.516"],["9471.253","14048.980"],["9465.958","14048.320"],["9523.921","14056.551"],["9554.978","14076.248"],["9583.637","14061.062"],["9585.287","14057.208"],["9599.727","14126.339"],["9511.201","14179.114"],["9571.761","14087.405"],["9512.106","14056.373"],["9506.678","14068.016"],["9527.419","14073.714"],["9460.405","14044.612"],["9526.017","14058.126"],["9570.407","14071.183"],["9565.477","14828.905"],["9588.703","14842.895"],["9550.807","14813.788"],["9567.435","14865.219"],["9565.150","14802.480"],["9530.299","14836.383"],["9577.213","14851.330"],["9541.350","14822.078"],["9563.443","14839.067"],["9579.554","14805.816"],["9555.248","14804.853"],["9583.281","14811.517"],["9578.193","14861.653"],["9556.069","14842.893"],["9564.722","14820.807"],["9575.741","14870.289"],["9739.231","18892.315"],["9677.640","18919.870"],["9813.578","18978.094"],["9656.246","18918.497"],["9761.242","19056.067"],["9722.436","19020.607"],["9653.834","18939.727"],["9794.336","19067.333"],["9722.562","19082.154"],["9670.356","18946.805"],["9736.058","18988.768"],["9721.607","19005.943"],["9697.874","18935.162"],["9773.909","19014.588"],["9734.614","19035.251"],["9709.995","18980.791"],["9829.285","18967.602"],["9784.154","19031.891"],["9675.369","19086.788"],["11904.878","9513.989"],["5549.552","9250.958"],["5595.158","9253.519"],["5430.487","9226.953"],["5588.289","9207.604"],["5445.271","9212.030"],["5469.825","9179.277"],["5409.839","9246.104"],["5501.734","9168.663"],["5539.682","9238.640"],["5556.965","9212.890"],["5432.825","9225.075"],["5589.094","9240.985"],["5507.254","9171.985"],["5563.914","9248.075"],["5583.495","9227.831"],["5428.755","9211.642"],["5549.261","9202.054"],["10446.405","14655.529"],["10441.652","14656.784"],["8430.277","14648.658"],["8363.306","14533.194"],["8427.124","14646.656"],["9627.618","14760.435"],["9624.941","14713.682"],["9640.282","14666.592"],["9741.026","14665.062"],["9716.592","14741.629"],["9672.700","14690.948"],["9645.567","14750.162"],["9628.759","14787.144"],["9626.862","14760.303"],["9625.599","14737.679"],["9637.880","14693.199"],["9665.048","14662.757"],["9767.966","14679.497"],["9702.003","14765.047"],["9644.789","14688.586"],["9657.343","14812.812"],["9631.451","14764.118"],["9631.208","14739.033"],["9641.713","14679.986"],["9759.989","14679.166"],["9719.160","14696.851"],["9687.322","14757.028"],["9665.012","14702.624"],["9636.668","14810.005"],["9635.254","14718.009"],["9643.242","14675.114"],["9760.137","14664.897"],["9724.341","14696.570"],["9717.990","14744.882"],["9693.349","14708.680"],["9640.435","14760.715"],["9625.698","14778.328"],["9625.020","14761.063"],["9621.927","14702.513"],["9686.314","14666.919"],["9765.335","14681.644"],["9724.571","14708.891"],["9689.207","14766.187"],["9671.570","14722.520"],["9675.238","14762.169"],["9624.434","14802.649"],["9620.661","14763.953"],["9632.190","14665.073"],["9662.120","14665.168"],["9719.925","14706.038"],["9688.302","14736.790"],["9674.304","14688.040"],["9663.550","14775.501"],["9625.743","14764.878"],["9639.563","14746.580"],["9745.450","14670.017"],["9693.149","14747.766"],["9670.915","14705.775"],["9670.567","14772.623"],["9620.846","14802.556"],["7719.539","19028.046"],["8287.136","16806.919"],["8324.618","16778.705"],["8353.524","16954.367"],["8297.464","16816.939"],["8353.017","16808.210"],["8276.300","16798.264"],["8317.285","16776.105"],["8355.974","16961.950"],["8353.382","16948.410"],["8355.915","16809.408"],["8321.888","16776.245"],["8327.498","16808.555"],["8295.807","16818.617"],["8312.307","16786.855"],["8447.828","14706.864"],["8382.435","14741.398"],["8559.028","14786.925"],["8549.420","14778.006"],["8378.402","14802.643"],["8560.717","14823.258"],["8374.928","14762.144"],["8512.127","14872.698"],["8501.475","14868.663"],["8557.274","14735.174"],["8554.433","14783.176"],["8370.717","14760.756"],["8374.665","14760.178"],["8379.261","14734.610"],["8374.040","14763.696"],["8020.937","17588.712"],["7994.799","17410.304"],["8017.973","17441.492"],["8004.834","17455.435"],["8041.130","17418.498"],["7945.625","17501.930"],["8049.653","17437.063"],["8023.606","17595.804"],["8038.286","17420.459"],["8044.856","17413.140"],["8046.171","17422.446"],["7762.866","11042.870"],["7769.054","11018.589"],["7759.745","11052.602"],["7742.357","11014.400"],["7750.071","11002.358"],["8800.693","18163.337"],["9462.462","14593.088"],["9584.951","14589.727"],["9467.532","14520.612"],["9447.838","14570.778"],["9462.126","14535.579"],["9451.359","14498.492"],["9605.313","14605.945"],["9512.838","14582.620"],["9425.329","14584.089"],["9436.010","14568.376"],["9548.001","14501.989"],["9494.367","14591.662"],["9517.347","14568.149"],["9410.555","14601.659"],["9522.856","14562.159"],["9618.701","14601.436"],["9416.111","14542.867"],["9455.259","14657.200"],["9548.645","14540.424"],["9584.047","14590.833"],["9524.615","14584.618"],["9527.509","14566.038"],["9524.845","14562.983"],["9444.216","16024.816"],["9462.545","16082.556"],["9599.914","15989.266"],["9446.284","16010.784"],["9579.271","15968.777"],["9447.728","16017.243"],["9585.698","15965.225"],["9423.932","16068.483"],["9513.296","16127.677"],["9497.501","16120.579"],["9494.882","16120.332"],["9456.732","16129.012"],["9449.167","16015.066"],["9583.093","15965.553"],["9499.623","16119.373"],["9444.961","16018.236"],["9588.163","15966.988"],["9411.468","16078.270"],["9449.423","16013.194"],["9581.459","15966.480"],["4849.923","18467.770"],["4850.419","18470.383"],["7610.078","17839.534"],["7556.749","17940.818"],["12379.024","10180.113"],["12358.286","10191.119"],["7737.297","17146.815"],["7738.264","17137.029"],["7737.175","17139.454"],["7727.928","17139.633"],["7740.749","17136.011"],["7739.023","17141.646"],["7725.197","17160.954"],["8372.878","18500.065"],["8521.447","18651.174"],["8473.824","18591.841"],["8560.347","18584.798"],["8508.199","18530.882"],["8516.016","18527.924"],["8458.296","18496.793"],["8518.638","18652.865"],["8497.602","18661.919"],["8495.034","18642.933"],["8496.797","18654.080"],["8475.355","18588.479"],["8514.711","18582.691"],["8540.739","18584.151"],["8560.477","18559.765"],["8549.132","18564.969"],["8510.586","18531.477"],["8509.551","18520.451"],["8495.602","18645.129"],["8496.650","18657.206"],["8476.655","18586.465"],["8516.159","18580.362"],["8545.136","18584.147"],["8560.196","18561.447"],["8509.264","18530.740"],["8510.672","18522.865"],["8468.044","18491.965"],["8537.414","18655.003"],["8526.722","18642.938"],["8516.125","18649.780"],["8530.263","18646.303"],["8563.375","18645.810"],["8519.897","18652.487"],["8536.547","18625.455"],["8550.724","18629.091"],["8524.541","18674.816"],["8506.117","18677.232"],["8485.108","18667.849"],["8476.229","18655.777"],["8490.409","18648.363"],["8485.003","18670.124"],["8505.509","18497.556"],["8499.238","18484.048"],["8454.512","18518.155"],["8477.770","18469.345"],["8473.375","18485.861"],["8460.718","18502.992"],["8466.266","18511.251"],["8461.756","18515.123"],["8481.810","18506.633"],["8443.355","18480.331"],["8475.843","18480.852"],["8465.862","18510.959"],["8475.047","18508.490"],["8444.902","18484.977"],["8518.210","18491.246"],["8512.773","18506.552"],["8560.393","18491.278"],["8565.703","18489.996"],["8565.521","18510.872"],["8562.119","18599.838"],["8535.449","18662.911"],["8531.626","18620.159"],["8536.253","18632.436"],["8435.023","18624.537"],["8449.065","18602.883"],["8444.607","18646.006"],["8450.593","18570.815"],["8461.998","18580.389"],["8451.256","18590.763"],["8448.003","18578.612"],["8389.482","18649.059"],["8408.982","18607.691"],["8452.062","18520.731"],["8450.546","18518.404"],["8431.346","18561.285"],["8427.444","18552.630"],["8412.870","18591.692"],["8410.894","18527.785"],["8399.904","18504.611"],["8413.112","18564.815"],["8403.140","18610.183"],["8395.614","18593.468"],["8400.139","18596.657"],["8397.733","18566.145"],["8393.747","18575.278"],["8397.671","18501.522"],["8419.310","18470.945"],["8512.930","18583.313"],["8510.471","18566.954"],["8543.447","18583.119"],["8562.529","18559.672"],["8510.640","18517.626"],["8513.316","18526.418"],["8463.527","18495.787"],["8508.907","18526.915"],["8464.323","18489.436"],["8462.154","18490.781"],["4488.662","9320.506"],["4468.316","9339.104"],["4498.370","9197.675"],["4492.026","9342.084"],["5265.415","8361.917"],["5346.567","8465.051"],["5248.223","8488.780"],["5359.839","8526.868"],["5268.846","8439.949"],["5388.592","8331.276"],["5299.490","8404.060"],["5269.143","8371.579"],["5363.163","8464.691"],["5383.400","8475.150"],["2990.838","17207.428"],["2953.199","17206.445"],["2885.928","17311.140"],["4144.337","18479.877"],["4127.204","18480.270"],["4132.904","18481.976"],["13568.480","8780.067"],["13602.877","8913.066"],["13594.659","8857.316"],["13582.584","8864.213"],["13615.199","8848.866"],["14856.111","6092.478"],["14785.096","6162.569"],["14838.381","6079.244"],["14856.805","6013.261"],["14842.375","6060.663"],["14853.395","6069.437"],["14712.784","6155.331"],["14821.305","6095.806"],["14842.272","6198.450"],["14864.015","6180.672"],["14866.629","6192.069"],["14837.663","6041.413"],["14793.050","6037.707"],["14861.417","6046.520"],["14855.297","6062.278"],["14770.984","6096.684"],["14800.811","6096.036"],["14844.622","6201.719"],["14755.315","6061.729"],["14771.603","6058.677"],["14855.096","6100.751"],["14775.575","6151.248"],["14849.262","6202.716"],["14825.150","6044.231"],["5879.502","9566.496"],["5932.689","9528.660"],["6000.625","9418.460"],["6000.780","9393.700"],["5880.025","9480.235"],["5864.437","9499.911"],["6027.022","9413.308"],["5837.381","9483.730"],["5894.773","9515.727"],["6040.734","9398.090"],["5856.361","9477.111"],["5913.592","9543.420"],["5927.878","9482.873"],["5918.688","9494.835"],["5900.253","9526.865"],["5955.142","9496.851"],["5875.729","9485.671"],["6035.852","9417.034"],["5907.789","9522.566"],["5905.769","9543.761"],["5922.102","9535.447"],["5860.585","9451.993"],["5848.979","9493.218"],["8219.586","14471.093"],["8271.012","14456.274"],["8283.422","14494.304"],["8219.217","14630.794"],["8329.683","14512.486"],["8284.534","14616.536"],["8326.787","14513.347"],["8301.781","14549.043"],["5587.063","18599.983"],["5581.438","18585.400"],["5556.475","18532.184"],["5613.330","18480.669"],["5580.155","18532.568"],["5579.534","18623.996"],["5582.639","18484.848"],["5599.906","18623.851"],["5540.613","18679.966"],["2823.074","16986.812"],["2840.979","17066.108"],["2825.186","17021.441"],["2819.130","16991.191"],["2859.122","16998.953"],["2860.531","17058.449"],["9621.204","10570.934"],["9646.437","10461.323"],["6518.023","18431.953"],["6517.948","18430.976"],["6615.158","18374.618"],["6579.055","18434.687"],["6546.960","18458.690"],["6606.110","18461.584"],["6543.765","18380.926"],["6619.705","18462.740"],["6602.085","18437.136"],["6585.878","18422.701"],["5146.367","18266.156"],["5187.164","18312.674"],["5171.992","18304.223"],["5195.536","18259.214"],["5163.571","18308.583"],["5143.702","18331.407"],["5636.141","9241.032"],["5654.478","9219.923"],["5655.620","9239.414"],["5625.036","9241.323"],["4629.943","17397.733"],["4606.838","17398.940"],["4602.462","17394.090"],["4617.851","17397.656"],["7092.505","12771.328"],["8969.923","19255.677"],["8952.379","19222.665"],["8944.914","19252.678"],["8987.665","19208.517"],["8951.089","19225.729"],["8939.710","19290.932"],["8975.567","19243.364"],["6626.994","13856.585"],["6544.368","13824.969"],["6552.200","13928.914"],["6625.498","13851.540"],["6538.865","13825.304"],["6788.987","7680.138"],["6726.621","7591.078"],["6794.475","7615.258"],["6781.209","7663.868"],["6730.302","7636.534"],["6808.139","7593.851"],["6782.774","7562.153"],["6796.607","7674.200"],["6754.754","7667.918"],["6736.822","7606.440"],["6746.421","7590.506"],["6788.654","7590.261"],["6785.648","7592.240"],["6881.022","7628.081"],["8145.256","16724.451"],["8031.743","16737.947"],["7983.790","16584.609"],["8038.816","16589.773"],["8014.291","16577.470"],["7975.766","16589.947"],["7978.341","16589.110"],["7973.104","16588.457"],["7982.095","16586.964"],["8129.487","16649.148"],["8327.899","13221.515"],["8346.534","13218.803"],["8302.638","13244.530"],["8355.015","13275.564"],["8343.031","13256.734"],["8335.342","13209.325"],["8286.472","13234.577"],["8330.200","13244.792"],["8342.341","13253.492"],["8329.091","13196.411"],["8347.986","13208.816"],["8295.673","13238.598"],["8288.364","13250.631"],["8753.185","17311.787"],["8711.615","17213.434"],["8742.046","17323.374"],["8688.292","17265.423"],["8749.370","17354.734"],["8627.125","17307.518"],["8616.562","17325.140"],["8600.057","17317.340"],["8577.651","17333.354"],["8580.796","17355.971"],["8591.606","17344.480"],["8648.553","17324.234"],["8633.752","17321.160"],["8759.685","17312.070"],["8681.503","17216.214"],["8761.948","17309.831"],["8676.367","17243.209"],["8771.854","17375.038"],["8745.888","17352.854"],["8617.420","17309.365"],["8618.413","17323.224"],["8591.184","17321.724"],["8572.789","17341.998"],["8583.313","17356.852"],["8590.172","17342.260"],["8650.091","17322.172"],["8634.829","17318.693"],["8667.410","17206.821"],["8637.691","17330.225"],["8620.073","17309.703"],["8617.121","17323.955"],["8593.823","17321.285"],["8574.746","17340.168"],["8582.256","17355.995"],["8590.595","17343.661"],["8648.939","17323.161"],["8633.903","17319.790"],["8679.856","17219.114"],["8755.269","17361.114"],["8615.544","17307.064"],["8588.707","17319.962"],["8569.763","17341.974"],["8624.461","17309.192"],["8597.911","17319.618"],["8577.179","17336.477"],["8742.721","17330.409"],["8684.459","17265.736"],["8777.163","17372.716"],["8756.940","17342.296"],["8613.496","17322.542"],["8581.865","17352.100"],["8588.444","17346.955"],["8645.118","17322.219"],["8629.970","17319.823"],["6067.833","9126.380"],["6249.985","8968.746"],["6181.841","9164.483"],["6245.560","8974.436"],["6178.052","9159.239"],["6245.375","8968.355"],["6072.271","9126.452"],["6069.708","9124.846"],["6074.186","9124.056"],["6186.498","9158.551"],["6241.655","8971.608"],["6244.984","9008.649"],["6065.170","9121.042"],["6070.587","9123.198"],["6246.824","8976.702"],["6250.158","8965.702"],["4274.147","11967.759"],["4197.269","11981.792"],["4333.769","12003.681"],["13880.847","8978.223"],["13885.703","9103.246"],["13838.198","9152.157"],["13831.164","9090.214"],["14012.051","9158.669"],["13840.270","9138.282"],["13860.662","9087.461"],["13912.195","8958.807"],["13839.166","9115.387"],["9075.365","16138.978"],["9012.090","15974.885"],["9016.345","16019.486"],["9165.480","16074.528"],["9147.623","16048.271"],["9178.803","16013.751"],["9156.458","16028.450"],["9017.358","16024.799"],["9104.174","16096.044"],["9098.065","16118.246"],["9120.338","15994.269"],["9081.208","16009.629"],["9070.320","16006.402"],["9016.173","16021.406"],["9088.797","16035.252"],["8991.235","16100.335"],["9080.672","16095.399"],["9025.108","16105.208"],["9194.662","16110.130"],["9175.958","16022.013"],["9018.448","16027.131"],["9103.454","16093.467"],["9096.296","16116.353"],["9112.655","15988.150"],["9083.750","16010.269"],["9077.468","16004.987"],["9018.845","16021.307"],["9082.010","16037.986"],["8993.078","16097.573"],["9033.204","16112.426"],["9021.965","16099.195"],["9014.563","15986.313"],["9192.483","16034.453"],["9018.383","16025.815"],["9103.396","16094.874"],["9096.997","16117.655"],["9114.074","15990.301"],["9082.708","16009.486"],["9074.953","16004.547"],["9017.464","16020.971"],["9084.697","16037.864"],["9196.460","16032.594"],["9113.058","15985.166"],["9115.403","15989.993"],["9079.276","16007.467"],["9082.720","16000.393"],["9079.780","16035.891"],["9117.309","15993.322"],["9073.095","16004.892"],["9086.394","16037.204"],["9076.005","16059.332"],["9020.745","16022.639"],["9100.399","16097.408"],["9097.399","16122.948"],["9081.816","16005.693"],["9015.772","16017.402"],["7507.166","17357.329"],["5875.740","9104.335"],["5955.406","9110.709"],["5972.351","9142.652"],["5841.065","9028.937"],["6028.007","8991.497"],["5842.541","9142.125"],["5964.611","9145.072"],["5949.313","9113.517"],["5847.048","8989.531"],["5869.664","9114.921"],["6000.473","9118.163"],["5838.582","9044.863"],["5883.649","9147.246"],["6032.337","8987.843"],["5991.508","9132.616"],["5967.983","9083.005"],["5871.780","9111.093"],["5986.521","9137.181"],["5852.076","9045.161"],["5908.591","9098.813"],["5953.499","9132.090"],["5837.758","9048.599"],["5949.578","9081.844"],["4780.867","14669.569"],["4978.638","14780.983"],["8802.934","15844.715"],["8795.661","15844.336"],["8787.269","15773.875"],["8798.018","15845.493"],["8794.355","15841.675"],["8799.897","15845.525"],["6940.501","14563.246"],["6899.767","14543.297"],["6886.965","14600.561"],["6890.816","14553.306"],["6891.027","14579.326"],["4820.760","9349.652"],["3302.160","17867.655"],["3283.217","17859.877"],["8619.210","18284.882"],["8575.236","18275.800"],["6922.031","16710.744"],["6981.819","16631.111"],["6950.722","16611.572"],["6945.776","16653.399"],["6912.873","16731.935"],["6940.239","16669.042"],["6899.845","16609.880"],["6915.319","16774.046"],["6983.058","16623.341"],["7006.318","16623.279"],["6946.844","16613.737"],["6943.175","16654.445"],["6942.807","16718.795"],["6902.060","16728.744"],["6903.039","16717.610"],["6954.267","16691.019"],["6940.797","16559.938"],["6921.911","16566.408"],["7004.334","16615.996"],["7050.595","16611.707"],["6928.735","16642.925"],["6998.147","16762.685"],["6925.165","16739.905"],["6885.268","16703.909"],["6940.815","16680.853"],["6904.569","16592.486"],["7028.218","16605.185"],["6943.537","16721.524"],["6999.657","16613.981"],["6948.218","16610.920"],["6920.606","16697.099"],["6898.693","16719.465"],["6962.846","16685.356"],["6928.020","16714.775"],["6892.146","16686.816"],["6956.835","16679.236"],["6914.404","16603.208"],["6897.004","16599.683"],["6900.805","16603.400"],["6993.475","16650.158"],["6989.311","16629.918"],["6953.810","16626.081"],["7088.664","16767.863"],["6914.947","16738.389"],["6906.218","16710.638"],["6978.630","16597.557"],["6904.369","16604.868"],["6923.080","16725.200"],["6907.839","16711.942"],["6989.772","16629.673"],["6902.814","16613.693"],["6989.959","16658.652"],["7531.717","17422.083"],["7694.388","17422.076"],["15723.859","5122.010"],["15701.070","5135.094"],["6317.308","16761.671"],["6288.378","16692.097"],["6281.529","16772.196"],["6300.052","16726.818"],["6265.114","16771.087"],["6283.594","16565.080"],["6316.255","16759.239"],["6266.595","16727.391"],["6316.440","16760.604"],["6290.034","16692.194"],["6278.142","16722.740"],["6283.479","16745.115"],["6300.337","16689.378"],["6313.810","16763.581"],["7642.795","18368.436"],["7648.599","18336.355"],["7584.247","18406.391"],["7523.377","18355.099"],["7652.533","18355.819"],["7620.030","18412.606"],["7609.571","18298.162"],["7690.701","18426.591"],["7649.207","18374.501"],["7667.614","18377.715"],["7648.417","18338.663"],["7579.960","18406.548"],["7520.081","18355.337"],["7621.935","18383.814"],["7613.886","18415.793"],["7541.420","18305.327"],["7540.036","18322.772"],["7549.791","18364.515"],["7639.336","18376.243"],["7648.697","18325.965"],["7525.349","18352.113"],["7606.581","18374.808"],["7613.922","18416.803"],["7560.306","18337.635"],["7570.843","18336.957"],["7684.135","18430.928"],["7669.971","18278.784"],["7716.655","18311.441"],["7723.748","18302.848"],["7718.992","18293.370"],["7708.231","18277.940"],["7686.014","18314.177"],["7714.934","18296.939"],["7692.439","18308.384"],["7681.169","18315.454"],["7705.556","18311.140"],["7697.188","18309.001"],["7685.758","18296.473"],["7706.493","18314.217"],["7679.068","18272.730"],["7715.570","18278.316"],["7677.963","18262.557"],["7656.368","18382.772"],["7682.409","18386.564"],["7647.761","18340.403"],["7587.166","18401.487"],["7588.164","18364.909"],["7539.409","18325.517"],["7693.622","18419.003"],["7514.530","18368.798"],["7641.702","18377.247"],["7666.582","18379.228"],["7580.479","18398.488"],["7613.480","18379.307"],["7608.178","18413.187"],["7686.578","18427.123"],["7712.855","18256.994"],["7642.291","18372.331"],["7673.784","18387.144"],["7585.326","18397.501"],["7531.500","18366.631"],["7592.037","18366.338"],["7643.113","18377.554"],["7672.578","18378.536"],["7648.937","18330.436"],["7585.004","18409.463"],["7521.509","18349.297"],["7641.196","18372.911"],["7610.677","18417.759"],["7707.675","18407.089"],["9150.099","18859.944"],["9150.164","18695.836"],["9150.704","18857.870"],["9184.283","18885.709"],["9106.898","18876.213"],["9157.404","18694.782"],["9186.008","18805.320"],["9141.053","18887.574"],["9147.671","18775.859"],["9154.245","18784.690"],["9122.918","18771.842"],["9154.904","18694.193"],["9172.269","18855.373"],["8995.109","18707.560"],["9182.918","18812.348"],["9135.583","18856.579"],["9090.961","18806.984"],["8993.863","18779.737"],["9138.355","18847.327"],["9056.363","18741.855"],["9165.664","18790.235"],["9164.541","18809.478"],["9124.234","18769.679"],["9159.094","18697.345"],["9153.031","18694.468"],["9164.401","18845.814"],["9254.143","15762.330"],["9332.568","15777.745"],["9300.038","15793.265"],["9385.984","15809.785"],["9326.063","15929.009"],["9353.034","15821.417"],["9302.552","15865.340"],["9294.192","15862.448"],["9378.616","15798.971"],["9260.355","15742.774"],["9263.587","15749.493"],["9330.878","15779.698"],["9301.933","15800.389"],["9384.209","15811.380"],["9347.166","15825.573"],["9306.036","15871.795"],["9296.482","15861.053"],["9385.108","15802.273"],["9257.737","15742.428"],["9261.442","15751.025"],["9331.940","15778.735"],["9302.296","15797.738"],["9385.504","15810.656"],["9349.597","15825.005"],["9305.619","15869.139"],["9295.117","15861.336"],["9383.433","15800.308"],["9259.000","15743.065"],["9262.198","15749.928"],["9299.719","15802.374"],["9344.470","15824.104"],["9304.212","15874.266"],["9385.097","15805.329"],["9301.757","15795.943"],["9351.130","15823.916"],["9304.766","15867.516"],["9381.732","15799.477"],["9335.754","15779.765"],["9388.983","15812.427"],["9291.892","15859.161"],["9260.086","15746.781"],["9261.498","15746.063"],["12872.349","9046.299"],["5156.479","15052.381"],["5171.602","14966.719"],["5138.665","14938.456"],["5178.704","14904.685"],["5155.670","15056.864"],["5135.789","14937.287"],["5176.251","14881.013"],["5788.260","17098.482"],["5720.970","17003.462"],["5633.993","17103.589"],["5699.186","17078.897"],["5634.466","17155.087"],["5652.064","17190.695"],["5752.833","17103.365"],["5827.102","16999.250"],["5672.993","17017.120"],["5800.661","17140.574"],["5646.366","17088.841"],["5704.731","17074.882"],["5661.307","17139.469"],["5638.197","17153.435"],["5683.571","17162.150"],["5669.226","17091.751"],["5689.194","17018.556"],["5669.917","17022.752"],["5675.314","17002.385"],["5800.837","17094.515"],["5766.100","17114.333"],["5768.287","17097.966"],["5813.002","17083.243"],["5828.977","16994.179"],["5814.339","17003.626"],["7381.904","17414.003"],["7452.364","17458.298"],["7373.773","17564.346"],["7433.148","17548.458"],["7494.826","17522.744"],["7398.620","17431.966"],["7390.878","17515.708"],["7506.823","17574.426"],["7468.033","17557.624"],["7444.859","17464.412"],["7397.671","17504.032"],["7321.125","17467.319"],["7412.655","17498.532"],["7458.806","17470.605"],["7403.773","17467.880"],["7344.632","17562.848"],["7350.204","17460.993"],["7307.770","17410.836"],["14655.368","8586.660"],["14652.195","8560.819"],["14671.655","8568.616"],["14655.378","8594.591"],["4478.480","17404.034"],["13009.982","8925.909"],["8653.830","16748.835"],["8758.495","16635.012"],["8762.827","16703.666"],["8760.039","16624.798"],["8767.128","16725.241"],["8677.689","16719.726"],["8688.992","16738.405"],["8645.919","16718.583"],["8606.458","16747.791"],["8699.543","16707.519"],["8756.110","16634.961"],["8696.845","16745.007"],["8718.046","16762.111"],["8760.119","16632.174"],["8776.162","16728.107"],["8675.672","16721.425"],["8691.991","16731.698"],["8644.130","16716.772"],["8599.995","16749.793"],["8767.204","16628.903"],["8652.755","16670.886"],["8761.161","16629.684"],["8771.384","16728.879"],["8676.938","16720.917"],["8690.104","16733.505"],["8644.836","16718.092"],["8603.113","16750.376"],["8697.710","16708.624"],["8757.601","16633.537"],["8694.981","16731.581"],["8598.132","16747.478"],["8776.978","16731.031"],["8761.046","16627.814"],["8770.244","16724.989"],["8689.359","16735.246"],["8603.891","16749.473"],["8680.465","16722.634"],["8643.300","16721.636"],["13806.403","11155.068"],["13799.670","11252.340"],["13812.406","11200.595"],["13803.513","11159.134"],["13813.373","11257.745"],["13826.676","11195.542"],["13799.992","11174.165"],["13804.240","11255.417"],["13815.219","11268.331"],["13815.806","11198.104"],["13829.175","11199.871"],["13811.344","11183.829"],["13809.460","11175.653"],["1566.874","13460.081"],["8784.131","15970.956"],["8820.958","15954.446"],["8840.451","15969.559"],["8823.327","15993.055"],["8830.679","16028.487"],["8781.897","15972.329"],["8826.123","15959.656"],["8839.010","15967.499"],["8828.229","15998.335"],["8783.283","15972.034"],["8824.999","15957.226"],["8839.560","15968.890"],["8827.232","15995.813"],["8825.068","15962.536"],["8827.034","16001.066"],["8823.709","15955.910"],["8826.006","15994.534"],["8786.395","15974.256"],["8837.473","15972.225"],["3239.967","18398.158"],["3297.081","18308.696"],["3217.042","18344.219"],["3291.331","18289.634"],["3215.342","18326.048"],["3270.192","18286.193"],["3269.878","18293.516"],["2529.655","11354.857"],["2540.615","11337.577"],["2499.449","11294.679"],["2507.110","11366.109"],["2520.945","11382.488"],["10566.541","7928.996"],["10524.413","7941.931"],["10670.281","7918.790"],["10516.193","7918.488"],["10462.242","8074.717"],["10511.299","7983.179"],["10471.962","8088.571"],["10560.836","7936.526"],["10501.410","7988.390"],["10584.426","7932.769"],["6141.256","8899.430"],["6136.271","8878.073"],["6092.229","8885.772"],["6081.100","8918.168"],["6107.853","8872.814"],["6163.328","8844.406"],["6179.257","8891.447"],["6116.152","8860.450"],["6062.134","8817.215"],["6083.158","8798.583"],["6170.945","8893.564"],["6178.469","8903.406"],["6131.297","8876.981"],["6118.489","8858.968"],["6176.634","8805.038"],["6108.507","8790.128"],["6132.734","8905.618"],["6150.704","8886.845"],["6127.290","8884.460"],["6101.778","8874.604"],["6097.457","8874.468"],["6084.403","8926.215"],["6082.774","8922.928"],["6110.731","8870.900"],["6173.298","8837.184"],["6239.028","8862.682"],["6247.577","8865.324"],["6197.124","8915.660"],["6113.651","8875.639"],["6094.118","8890.540"],["6074.197","8764.066"],["6092.330","8795.804"],["6227.661","8884.963"],["6154.864","8891.410"],["6093.181","8888.099"],["6083.101","8916.829"],["6133.126","8878.045"],["6118.928","8862.368"],["6140.213","8804.877"],["6218.124","8874.707"],["6097.336","8898.015"],["6138.900","8907.090"],["6140.717","8898.406"],["6134.387","8875.421"],["6128.225","8880.793"],["6089.905","8888.651"],["6098.481","8879.848"],["6080.540","8912.150"],["6082.859","8919.963"],["6161.146","8841.688"],["6216.274","8823.838"],["6224.265","8864.063"],["6226.627","8854.791"],["6167.044","8883.785"],["6199.893","8866.188"],["6068.148","8890.220"],["6084.391","8868.599"],["6080.087","8781.577"],["6108.510","8871.151"],["6119.102","8864.379"],["6079.245","8832.175"],["9094.438","17165.011"],["9189.391","17120.041"],["9166.160","17162.710"],["9186.769","17109.774"],["9172.746","17070.397"],["9094.499","17147.618"],["9189.829","17123.323"],["9183.018","17116.384"],["9172.901","17165.604"],["9095.221","17167.521"],["9186.004","17107.204"],["9188.328","17101.930"],["9169.057","17116.585"],["9145.293","17108.509"],["9097.341","17153.821"],["9095.186","17166.081"],["9184.716","17118.401"],["9171.071","17163.718"],["9185.991","17108.643"],["9183.251","17113.341"],["9173.068","17168.628"],["9179.882","17092.449"],["9186.320","17119.339"],["9169.325","17163.014"],["9098.184","17163.571"],["9183.025","17111.220"],["8010.446","16077.798"],["8039.968","16079.386"],["8011.811","16073.068"],["8010.229","16067.922"],["8042.425","16080.362"],["8009.502","16070.498"],["8041.436","16079.546"],["8012.841","16066.479"],["8009.276","16074.920"],["7956.027","16138.308"],["8041.248","16075.571"],["10042.406","16390.509"],["5048.295","17139.282"],["5174.993","17068.211"],["5103.414","17115.702"],["5040.236","17144.253"],["5030.844","17131.008"],["5132.334","17066.914"],["5107.510","17112.663"],["5067.773","17084.557"],["5052.193","17169.390"],["5045.384","17155.649"],["5152.869","17016.419"],["5175.815","17116.683"],["5190.947","17113.991"],["5099.549","17089.624"],["5082.937","17103.035"],["5023.318","17036.757"],["5030.163","17196.035"],["5037.835","17117.895"],["5045.104","17130.249"],["5167.489","17007.633"],["5125.601","17107.352"],["5166.753","17149.449"],["5065.092","17131.903"],["5053.990","17128.386"],["5037.872","17117.881"],["5020.822","17184.811"],["6846.864","14573.785"],["6843.000","14589.571"],["6837.345","14608.546"],["6858.002","14538.037"],["6879.685","14587.880"],["6869.997","14608.597"],["6869.643","14536.820"],["6846.895","14542.358"],["6782.215","14649.436"],["6843.288","14604.665"],["6872.937","14542.442"],["6837.353","14647.688"],["6834.105","14617.252"],["6786.795","14657.047"],["6833.407","14603.193"],["9220.664","14139.111"],["9262.892","14082.660"],["9343.487","14055.553"],["9306.465","14040.379"],["9284.365","14030.387"],["9214.425","14136.116"],["9264.172","14070.329"],["9330.220","14037.036"],["9312.075","14038.749"],["9288.623","14029.548"],["9217.042","14143.010"],["9265.343","14068.370"],["9363.965","14053.900"],["9303.866","14046.791"],["9305.531","14041.576"],["9312.403","14031.910"],["9352.804","14028.221"],["9228.535","14145.457"],["9263.986","14067.381"],["9302.306","14042.469"],["9216.910","14147.972"],["9263.669","14064.511"],["9345.288","14061.226"],["9228.657","14153.442"],["9253.779","14081.873"],["9353.599","14047.189"],["9215.734","14142.037"],["9264.559","14071.517"],["9337.068","14036.355"],["5404.217","16182.599"],["5290.764","16307.632"],["5210.888","16278.424"],["5241.977","16348.776"],["5241.124","16324.932"],["5208.243","16326.354"],["5265.871","16261.020"],["5282.763","16267.946"],["5265.020","16264.054"],["5345.421","16261.904"],["5382.791","16155.749"],["5408.330","16181.562"],["5402.526","16183.472"],["5406.034","16169.036"],["5154.605","17214.550"],["5101.051","17255.011"],["5001.571","17397.189"],["5094.169","17264.908"],["5165.016","17213.410"],["5194.967","17251.049"],["5097.580","17388.814"],["5101.545","17266.191"],["5089.836","17333.641"],["5003.426","17267.882"],["5080.370","17351.679"],["5137.360","17307.451"],["5180.263","17213.047"],["5168.487","17211.643"],["5184.309","17371.249"],["5030.980","17392.057"],["5165.770","17302.212"],["5173.906","17350.028"],["5146.752","17356.023"],["5148.273","17218.299"],["5167.533","17226.854"],["5123.691","17226.484"],["5076.034","17369.756"],["5053.517","17295.657"],["5092.219","17198.793"],["5100.689","17338.941"],["12800.396","7679.585"],["12786.941","7587.801"],["12837.882","7666.967"],["12792.210","7595.818"],["12795.857","7589.994"],["12830.319","7650.798"],["12814.935","7647.797"],["12799.347","7613.856"],["15988.564","5791.394"],["16120.301","5825.323"],["15950.941","5799.383"],["16010.847","5803.776"],["16105.929","5842.995"],["15984.573","5819.584"],["16113.225","5843.354"],["16105.342","5833.862"],["7486.043","18183.973"],["7471.580","18160.059"],["7501.788","18189.327"],["7489.554","18166.963"],["7504.840","18186.985"],["6244.181","19033.408"],["6200.649","19019.532"],["6080.211","18997.445"],["6067.532","19011.736"],["6097.662","18980.996"],["6069.571","19025.080"],["8333.183","14994.242"],["8172.838","14916.831"],["8185.229","14942.619"],["8347.639","14976.778"],["3833.266","12340.010"],["6153.447","18921.852"],["6249.932","19024.395"],["6250.161","19021.100"],["6196.077","18952.548"],["6150.449","18889.701"],["6201.398","18980.499"],["6176.728","18934.802"],["6151.523","18892.182"],["6753.903","18318.615"],["6725.825","18342.082"],["6716.050","18278.619"],["6774.237","18379.317"],["4449.127","10769.186"],["8550.986","18310.603"],["5529.532","8451.740"],["5410.090","8323.646"],["5430.048","8351.909"],["5504.285","8465.255"],["5389.673","17431.832"],["5398.451","17518.079"],["5298.885","17497.062"],["5274.917","17564.481"],["5332.107","17433.263"],["5326.035","17536.031"],["5335.415","17511.166"],["5338.310","17568.560"],["5405.489","17534.778"],["5395.084","17529.918"],["5316.827","17515.641"],["5235.832","17576.797"],["5251.258","17544.073"],["5345.675","17437.369"],["5408.284","17439.634"],["5343.145","17593.082"],["5222.489","17493.120"],["5225.799","17415.377"],["5260.590","17442.791"],["5241.691","17613.746"],["5248.623","17572.120"],["5299.406","17512.662"],["5247.778","17432.173"],["5346.229","17562.500"],["5385.810","17439.871"],["5275.595","17437.838"],["5262.263","17493.032"],["5200.721","17610.690"],["5237.728","17465.346"],["5365.939","17420.669"],["5252.610","17461.946"],["5246.040","17465.191"],["5207.274","17564.704"],["5207.230","17554.938"],["5376.711","17563.769"],["9992.662","7802.712"],["9898.849","7789.951"],["9966.240","7833.441"],["9547.323","17591.063"],["9521.365","17606.454"],["9546.460","17597.176"],["9529.694","17613.783"],["9552.205","17601.524"],["9491.368","17593.335"],["9515.537","17520.143"],["9521.198","17525.690"],["9495.563","17557.641"],["9486.542","17563.462"],["9610.701","17535.808"],["9608.428","17588.832"],["9604.591","17584.085"],["9435.744","17460.199"],["9427.760","17462.028"],["9550.272","17608.072"],["9521.160","17604.900"],["9516.925","17602.206"],["9549.455","17602.240"],["9548.308","17598.052"],["9494.764","17593.915"],["9514.102","17523.214"],["9524.257","17524.831"],["9501.158","17553.875"],["9497.578","17556.939"],["9588.694","17529.681"],["9602.341","17585.592"],["9607.165","17584.379"],["9434.184","17453.001"],["9429.945","17463.312"],["9606.082","17583.872"],["9433.714","17455.620"],["9429.260","17462.297"],["9537.657","17595.213"],["9547.408","17599.838"],["9519.997","17596.673"],["9523.263","17607.672"],["9547.237","17617.051"],["9492.750","17591.369"],["9517.026","17519.650"],["9527.448","17528.002"],["9499.593","17556.964"],["9496.509","17556.625"],["9600.717","17529.119"],["9591.698","17584.215"],["9436.474","17451.178"],["9434.164","17457.444"],["9535.621","17591.222"],["9519.783","17519.745"],["9495.115","17560.472"],["9491.328","17568.565"],["9592.428","17535.758"],["9604.872","17580.076"],["9429.315","17458.388"],["15937.730","11274.182"],["13462.063","13549.641"]] \ No newline at end of file diff --git a/src/gathering/10017.json b/src/gathering/10017.json new file mode 100644 index 0000000..4e4dd5e --- /dev/null +++ b/src/gathering/10017.json @@ -0,0 +1 @@ +[["8811.692","16769.750"],["8780.527","16750.437"],["8811.389","16766.504"],["13836.080","14468.750"],["13832.013","14465.566"],["13837.829","14467.165"],["13838.159","14469.522"],["13911.857","14506.995"],["13909.376","14507.116"],["13832.143","14468.612"],["13838.961","14467.206"],["13912.004","14508.038"],["13835.031","14466.062"],["13836.542","14470.448"],["13908.552","14505.465"],["9450.533","18906.806"],["9453.092","18906.728"],["9421.870","19083.099"],["9414.523","19097.297"],["9410.336","19081.529"],["9421.928","19073.945"],["9417.122","18958.364"],["9476.720","18931.869"],["9415.825","19081.001"],["9420.553","18957.039"],["14346.605","15966.436"],["14342.438","15963.320"],["14349.047","15976.565"],["14342.988","15966.079"],["14345.609","15974.811"],["14345.382","15963.609"],["8984.708","14229.425"],["12095.128","16055.814"],["13739.724","14491.807"],["13742.143","14494.672"],["13745.113","14497.904"],["13739.721","14494.950"],["13736.243","14491.262"],["13745.364","14494.445"],["13743.379","14493.638"],["13744.091","14497.254"],["8839.670","18425.199"],["8844.160","18431.922"],["8861.506","18414.366"],["8868.130","18456.783"],["8865.507","18417.699"],["8841.231","18433.091"],["8833.044","18425.781"],["8862.597","18454.219"],["8847.914","18431.270"],["8834.862","18428.526"],["8830.141","18418.353"],["8861.573","18417.411"],["8830.574","18430.182"],["8905.812","18465.604"],["8845.477","18422.788"],["8837.767","18423.748"],["8864.347","18414.959"],["8868.161","18461.980"],["10543.165","15585.513"],["10550.891","15508.576"],["10588.695","15520.604"],["10583.646","15518.887"],["10552.947","15509.550"],["10592.067","15511.735"],["10582.939","15512.974"],["10540.024","15587.346"],["10616.700","15584.076"],["10467.560","15568.927"],["10549.509","15508.477"],["10584.172","15514.956"],["10508.000","15099.518"],["10531.729","15210.212"],["10578.628","15231.502"],["10510.310","15090.961"],["10531.137","15213.020"],["10579.273","15259.201"],["8601.808","18786.452"],["8599.341","18785.936"],["8601.465","18787.526"],["8598.922","18784.119"],["14044.174","15882.253"],["14047.486","15882.426"],["14045.431","15884.308"],["14208.114","15867.991"],["14208.749","15870.862"],["14247.580","15867.933"],["11014.858","15479.820"],["14288.139","15444.421"],["14291.468","15448.413"],["14291.920","15445.395"],["14288.544","15447.340"],["7360.822","12553.948"],["7365.635","12552.077"],["7362.948","12550.696"],["7363.808","12554.518"],["11571.269","16108.762"],["11721.673","16053.838"],["11516.719","16087.415"],["11634.319","16118.127"],["11637.630","15968.580"],["11637.446","15960.464"],["11971.348","15778.281"],["11993.363","15742.634"],["11985.241","15791.261"],["11966.751","15781.586"],["11966.082","15763.870"],["6247.688","13935.220"],["6070.269","14018.793"],["6150.207","13998.794"],["6071.789","14016.693"],["6153.772","14000.241"],["12257.788","16122.607"],["12230.140","15960.097"],["12335.458","15973.514"],["12185.784","15995.235"],["12188.834","16035.620"],["12277.360","16111.041"],["12221.358","16006.345"],["12195.597","15977.833"],["12160.172","16128.851"],["12333.866","15952.242"],["12178.336","16059.372"],["12221.466","16049.040"],["12272.212","16088.341"],["12233.401","16048.856"],["12165.965","16131.076"],["12343.183","15940.993"],["12258.612","16071.598"],["12252.213","16045.632"],["12187.335","16116.222"],["9150.314","13998.234"],["9140.897","13994.166"],["9151.992","13991.054"],["7549.307","16523.905"],["7542.268","16524.450"],["7550.705","16521.857"],["7530.057","16524.132"],["7516.610","16524.443"],["7537.975","16527.423"],["7537.136","16524.962"],["7539.488","16525.871"],["8068.137","13676.521"],["10848.960","16573.583"],["10805.238","16565.399"],["10812.822","16608.400"],["6743.127","13706.529"],["6743.698","13704.257"],["11909.131","16651.714"],["11907.731","16729.953"],["11787.553","16577.313"],["12842.498","15245.832"],["7996.001","18904.665"],["8011.973","18912.626"],["7970.028","19078.383"],["7970.127","19073.982"],["7967.611","19076.296"],["7992.958","18903.409"],["8008.930","18912.874"],["7968.334","19078.173"],["7970.423","19075.166"],["5393.676","18891.157"],["11956.365","15732.046"],["11106.302","14753.412"],["11102.044","14751.477"],["11108.308","14775.437"],["11105.805","14777.253"],["11102.496","14754.143"],["11105.095","14751.498"],["12295.783","15347.923"],["13301.346","12930.971"],["13303.678","12931.986"],["13303.193","12928.257"],["13302.017","12937.437"],["13300.846","12937.450"],["13297.082","12938.180"],["13301.467","12929.620"],["13298.713","12939.779"],["13303.041","12932.413"],["13303.045","12939.761"],["7160.090","13661.768"],["7159.783","13656.792"],["7219.193","13612.626"],["7142.060","13787.089"],["7142.915","13782.739"],["7140.148","13784.685"],["7157.738","13659.039"],["7140.826","13786.759"],["7142.991","13783.965"],["7161.594","13659.258"],["12358.311","15944.284"],["12455.835","16041.809"],["12405.485","16076.328"],["12489.462","16076.968"],["12489.888","16072.087"],["12493.007","16119.937"],["12496.299","16082.297"],["12391.623","16004.403"],["12496.218","16069.406"],["12378.165","16001.832"],["12456.062","15999.577"],["12502.055","16037.800"],["12492.640","16068.526"],["12397.751","16015.690"],["12403.458","15977.383"],["13334.996","15917.571"],["13334.431","15914.077"],["8212.128","13648.429"],["8212.131","13646.019"],["8210.997","13648.519"],["8213.887","13645.437"],["14356.529","9588.203"],["6539.573","14957.607"],["10321.608","15902.777"],["10293.701","15922.915"],["10320.933","15909.086"],["10286.563","15928.778"],["10321.016","15906.344"],["10290.395","15924.781"],["10320.933","15911.183"],["10326.970","15911.431"],["10287.319","15927.968"],["11518.317","17444.683"],["11518.518","17440.382"],["11515.982","17442.671"],["11516.605","17444.441"],["11518.775","17441.526"],["7328.884","16121.382"],["7339.018","16126.890"],["5733.580","17585.457"],["5726.199","17573.676"],["5726.600","17538.848"],["7443.887","13312.546"],["7445.875","13314.853"],["8070.250","13561.608"],["8082.486","13598.735"],["8098.630","13556.578"],["8078.927","13568.737"],["8096.659","13550.108"],["8092.036","13553.464"],["8089.192","13567.016"],["8093.663","13561.233"],["8098.527","13559.557"],["8095.055","13555.651"],["7996.113","13547.647"],["8064.218","13534.333"],["8109.077","13536.264"],["8075.495","13566.794"],["7975.875","13520.898"],["12313.478","15276.550"],["12325.226","15287.183"],["12331.637","15287.925"],["14076.203","15263.963"],["14074.931","15261.272"],["14074.034","15260.891"],["14076.345","15261.508"],["14074.356","15263.192"],["14073.749","15264.427"],["14076.186","15262.442"],["11548.399","16484.222"],["11550.716","16453.675"],["11532.841","16439.101"],["11520.220","16462.529"],["13269.945","12737.936"],["13271.325","12732.902"],["13277.066","12656.362"],["13277.194","12655.152"],["13276.912","12651.435"],["13268.581","12734.202"],["13275.195","12652.752"],["13272.083","12735.867"],["13274.663","12657.067"],["11990.110","15106.138"],["12027.110","15240.614"],["11978.580","15109.045"],["11985.340","15107.377"],["11982.922","15106.914"],["12010.860","15258.401"],["11985.142","15098.046"],["12013.541","15227.963"],["7864.051","13863.186"],["8546.489","15417.171"],["8533.168","15415.652"],["8491.538","15410.771"],["8546.673","15369.591"],["8506.824","15366.577"],["8463.574","15405.720"],["8517.547","15425.598"],["8514.929","15423.951"],["8566.023","15421.686"],["8507.539","15363.659"],["8485.250","15361.086"],["8516.817","15371.550"],["7093.627","12575.864"],["12139.600","15705.381"],["12026.495","15678.888"],["12007.835","15677.573"],["12399.660","12189.149"],["12396.647","12187.893"],["8176.433","13882.400"],["8159.544","13826.611"],["5353.569","17201.798"],["5309.111","17299.393"],["5344.607","17200.689"],["5351.882","17212.611"],["5308.284","17296.578"],["5308.373","17283.561"],["5308.079","17302.702"],["5343.157","17203.412"],["5306.889","17295.076"],["5307.968","17286.147"],["5323.818","17287.123"],["5316.031","17289.297"],["13050.591","13575.144"],["13048.073","13575.177"],["13050.534","13576.348"],["13047.231","13573.592"],["12566.594","15356.639"],["12510.635","15313.443"],["12452.716","15367.786"],["12525.823","15316.916"],["12554.696","15354.288"],["12525.385","15314.591"],["12557.879","15353.842"],["12517.153","15314.900"],["12535.433","15313.345"],["12526.700","15315.895"],["12526.190","15317.002"],["8370.859","13511.115"],["9057.693","13515.028"],["9057.797","13500.615"],["5387.372","18884.703"],["5393.300","18885.541"],["11928.373","17109.728"],["11927.710","17105.898"],["9695.526","18647.859"],["14530.757","15477.687"],["14529.593","15477.519"],["14525.764","15477.597"],["14527.133","15479.523"],["14531.418","15480.048"],["10401.845","13321.565"],["12914.459","12924.270"],["12911.886","12922.206"],["7458.461","16960.099"],["10863.011","16427.988"],["10881.341","16549.962"],["10877.783","16543.693"],["10746.368","16500.974"],["10732.653","16453.866"],["7782.546","13761.131"],["7782.971","13758.701"],["7781.423","13760.991"],["7784.822","13758.376"],["13357.112","13594.979"],["13357.686","13599.342"],["13355.213","13597.736"],["13355.989","13599.461"],["13357.530","13596.096"],["12227.984","16401.245"],["12153.694","16440.128"],["12209.265","16397.755"],["12153.736","16473.909"],["12214.742","16385.362"],["12209.131","16429.529"],["12166.408","16401.706"],["12168.797","16480.606"],["12149.367","16441.372"],["11116.280","16458.782"],["11167.349","16504.393"],["11181.473","16502.339"],["11223.890","16558.413"],["11247.950","16549.672"],["5085.936","14782.829"],["8999.758","13705.466"],["8998.020","13704.055"],["8997.655","13707.797"],["9041.267","13659.556"],["9041.071","13660.756"],["9041.235","13664.524"],["8999.370","13706.783"],["9042.760","13663.233"],["8998.660","13703.758"],["9043.170","13658.850"],["17123.862","7577.235"],["17123.733","7572.998"],["17121.780","7575.313"],["17122.550","7577.400"],["17124.110","7574.096"],["6434.230","13785.975"],["6435.608","13783.755"],["6224.474","14697.234"],["6203.931","14711.335"],["8490.983","12306.927"],["8489.750","12307.162"],["8486.390","12308.651"],["8487.939","12309.787"],["8492.276","12308.730"],["6122.086","18506.071"],["6118.815","18525.431"],["6064.471","18546.913"],["10411.738","14738.698"],["10408.972","14734.585"],["10348.415","14692.219"],["10343.479","14690.584"],["10408.212","14737.533"],["10344.613","14693.352"],["10411.702","14735.876"],["10346.432","14690.203"],["5977.701","15659.056"],["5963.002","15680.492"],["5933.478","15686.119"],["12731.085","13607.277"],["12732.010","13609.920"],["12734.138","13609.774"],["12733.262","13609.755"],["12733.135","13607.510"],["12732.825","13605.897"],["12731.642","13608.802"],["6968.161","14039.677"],["6969.163","14037.344"],["6967.128","14039.218"],["6971.091","14037.371"],["8248.939","12952.235"],["8248.971","12951.128"],["8248.976","12953.565"],["8246.509","12954.124"],["8246.693","12951.972"],["8247.968","12953.638"],["8245.367","12951.825"],["10723.641","17229.891"],["10723.046","17226.198"],["5557.712","16877.904"],["5553.045","16866.146"],["5561.827","16878.446"],["5526.949","16880.519"],["5482.369","16893.493"],["5552.545","16979.610"],["5555.942","16868.424"],["5564.752","16868.111"],["5583.802","16858.767"],["5585.041","16860.894"],["5572.270","16871.208"],["5556.493","16864.814"],["5544.283","16872.057"],["5563.262","16868.747"],["5527.434","16878.376"],["5514.250","16877.351"],["5473.120","16902.406"],["5597.138","16825.499"],["5585.440","16859.200"],["5593.264","16835.039"],["5591.439","16829.575"],["5607.362","16832.213"],["5564.262","16865.380"],["5575.154","16867.560"],["5554.557","16872.036"],["5581.097","16853.734"],["5582.138","16842.442"],["5532.852","16885.284"],["5524.738","16877.960"],["5603.023","16813.372"],["5609.845","16811.270"],["5599.041","16834.368"],["5608.280","16828.775"],["5602.685","16825.658"],["5602.454","16834.405"],["5601.324","16823.268"],["5604.679","16821.705"],["5573.227","16858.584"],["5578.554","16862.421"],["5501.336","16889.931"],["5577.891","16858.364"],["5570.231","16856.813"],["5508.421","16882.521"],["10942.291","16978.009"],["10943.065","16977.209"],["10941.479","16979.209"],["10938.788","16978.311"],["10940.555","16976.762"],["10939.186","16975.815"],["10940.419","16978.732"],["13644.750","14367.159"],["13646.191","14363.936"],["10875.307","15484.249"],["10874.266","15472.332"],["10871.492","15472.849"],["7581.759","13392.780"],["7582.215","13389.726"],["11204.436","15889.719"],["11192.759","15750.099"],["11174.948","15886.863"],["11166.922","15765.252"],["11154.274","15909.170"],["11149.647","15926.397"],["11169.761","15882.078"],["11190.286","15760.610"],["11155.377","15783.933"],["11143.585","15856.788"],["5918.150","16308.486"],["5913.976","16251.463"],["5925.855","16306.637"],["5920.286","16314.615"],["5920.185","16300.809"],["5920.529","16305.075"],["5926.800","16306.564"],["5916.640","16306.658"],["5927.828","16302.575"],["5923.695","16311.352"],["5912.889","16298.353"],["5930.337","16312.225"],["5914.019","16249.095"],["5909.276","16244.113"],["5910.985","16245.716"],["5915.372","16240.495"],["5912.435","16246.170"],["5910.843","16244.985"],["5906.209","16253.363"],["5907.920","16247.701"],["5908.572","16240.495"],["5905.947","16247.219"],["12539.482","15904.246"],["12460.739","15912.212"],["12456.814","15866.804"],["12395.451","15842.570"],["12380.018","15843.636"],["12455.294","15880.263"],["12417.978","15900.896"],["12392.781","15849.437"],["12401.469","15844.875"],["12358.018","15840.444"],["12388.390","15848.400"],["12396.304","15837.556"],["12380.542","15839.066"],["12383.228","15831.970"],["12374.079","15835.926"],["12385.429","15849.555"],["12374.067","15839.551"],["12382.315","15847.760"],["12380.325","15834.631"],["12394.005","15833.995"],["12390.496","15832.532"],["12387.544","15830.728"],["12379.394","15829.796"],["5348.118","18069.518"],["5335.310","18044.916"],["5334.820","18046.511"],["12126.485","16695.853"],["11984.693","16704.609"],["12031.946","16662.946"],["11963.156","16653.701"],["11946.771","16707.255"],["12066.700","16719.902"],["11946.998","16771.457"],["12049.946","16717.866"],["12066.794","16692.677"],["12072.933","16698.596"],["12015.175","16689.879"],["7123.629","17495.582"],["7127.028","17482.591"],["7139.983","17505.242"],["7143.517","17518.661"],["7093.852","17482.808"],["7119.256","17484.579"],["7129.290","17484.964"],["7143.501","17516.304"],["7131.318","17508.445"],["7094.314","17491.527"],["7094.910","17495.709"],["7120.395","17491.406"],["7119.342","17487.350"],["7138.029","17506.911"],["7146.855","17499.884"],["7094.548","17488.601"],["7099.573","17490.742"],["7099.604","17489.258"],["7144.906","17497.458"],["7139.345","17495.359"],["7094.655","17488.210"],["7100.021","17482.085"],["7116.426","17491.062"],["7148.180","17496.260"],["7141.607","17495.488"],["14237.964","15628.726"],["14237.162","15625.219"],["14236.368","15624.592"],["14238.427","15625.930"],["14236.423","15627.192"],["14235.609","15628.645"],["14238.128","15627.054"],["7368.442","17101.171"],["7329.366","17087.537"],["7512.284","17089.977"],["7374.120","17103.049"],["7328.209","17070.704"],["7371.293","17079.092"],["7329.311","17081.139"],["7326.376","17078.689"],["5719.312","18579.858"],["5711.181","18588.099"],["5798.245","18619.364"],["5801.738","18625.448"],["5752.085","18569.694"],["5705.785","18588.658"],["5792.580","18603.387"],["5717.329","18582.381"],["5801.868","18624.154"],["5820.742","18636.152"],["5703.566","18576.421"],["6395.276","19306.304"],["6392.116","19297.466"],["6382.527","19230.147"],["6382.518","19306.126"],["14537.565","16547.989"],["14532.122","16546.904"],["14529.074","16548.537"],["14539.392","16544.592"],["14534.020","16549.464"],["8546.885","18178.687"],["8542.882","18175.356"],["8548.967","18174.497"],["8558.938","18186.336"],["8549.144","18171.497"],["8557.703","18183.356"],["8542.919","18178.402"],["8545.841","18175.952"],["8690.219","16655.221"],["8722.283","16657.198"],["8717.906","16663.725"],["8719.369","16661.628"],["8715.159","16662.966"],["8718.646","16662.470"],["8726.259","16658.838"],["8716.820","16661.298"],["8723.413","16660.349"],["8777.516","16750.955"],["8687.030","16654.746"],["8716.820","16663.313"],["8715.406","16660.439"],["8725.617","16660.379"],["8723.467","16657.332"],["13404.319","14105.304"],["13404.169","14108.346"],["11356.522","16164.697"],["7706.847","12727.918"],["7703.945","12725.326"],["5443.481","17888.643"],["10917.277","16381.318"],["10929.170","16416.617"],["10936.160","16480.194"],["11086.282","16378.196"],["10994.228","16506.611"],["11021.865","16511.518"],["10966.740","16498.418"],["10987.553","16229.493"],["11023.414","16286.584"],["10969.071","16298.004"],["10921.057","16179.936"],["10995.177","16311.996"],["10997.462","16305.957"],["10892.480","15781.547"],["11074.154","15906.137"],["11034.435","15913.827"],["6307.609","18767.529"],["6306.134","18765.078"],["6307.609","18764.616"],["6304.926","18768.134"],["6305.654","18770.944"],["6302.365","18768.613"],["6302.365","18768.613"],["6391.484","18767.648"],["6393.790","18768.640"],["6392.499","18770.282"],["6393.888","18772.747"],["6412.439","18775.007"],["6415.840","18780.261"],["6410.802","18800.938"],["6417.369","18805.573"],["6261.924","18833.164"],["6256.312","18833.155"],["6260.012","18834.874"],["6259.114","18832.968"],["6325.606","18684.128"],["6324.159","18678.689"],["6323.466","18682.755"],["6325.067","18681.355"],["6270.532","18881.589"],["6264.737","18866.341"],["6300.656","18825.960"],["6411.797","18712.918"],["6267.413","18873.749"],["6308.923","18699.416"],["6404.183","18796.778"],["6427.506","18699.532"],["6271.749","18755.625"],["6270.158","18827.689"],["6290.546","18833.598"],["6265.475","18847.797"],["6309.985","18822.564"],["6266.491","18809.319"],["6356.057","18839.247"],["6379.880","18807.751"],["6306.961","18684.133"],["6297.725","18723.376"],["6417.358","18707.389"],["6269.466","18835.276"],["6284.784","18845.159"],["6360.954","18831.743"],["6406.897","18762.941"],["6404.282","18720.838"],["6302.864","18712.711"],["6289.022","18738.187"],["6258.359","18770.121"],["6252.008","18772.680"],["6260.545","18807.870"],["6271.742","18820.397"],["6332.219","18832.251"],["6287.907","18887.938"],["6277.819","18856.227"],["6357.813","18837.395"],["6386.810","18798.227"],["6294.274","18731.958"],["6307.976","18691.361"],["6339.495","18848.509"],["6352.789","18866.369"],["6430.944","18704.872"],["6253.715","18807.216"],["6365.569","18824.938"],["6373.736","18815.631"],["6393.194","18740.886"],["6398.118","18724.295"],["6431.791","18695.187"],["6270.915","18814.810"],["6295.593","18828.458"],["6320.829","18825.656"],["6403.406","18757.573"],["6395.487","18746.787"],["6283.274","18880.974"],["6272.859","18886.548"],["6278.521","18874.305"],["6266.988","18841.510"],["6280.776","18856.383"],["6336.707","18838.935"],["6379.894","18830.021"],["6390.055","18796.554"],["6351.549","18848.165"],["6340.056","18856.478"],["6353.368","18855.956"],["6341.808","18864.768"],["6269.961","18759.040"],["6369.917","18819.368"],["6376.553","18812.226"],["6393.424","18735.621"],["6395.660","18726.525"],["6315.512","18823.428"],["6399.356","18752.609"],["6280.609","18850.013"],["6354.161","18871.638"],["6274.333","18749.754"],["6274.123","18750.179"],["6283.118","18745.437"],["6394.498","18731.479"],["12911.601","13048.107"],["12868.120","13150.716"],["12911.979","13044.248"],["12867.880","13153.906"],["12864.677","13149.953"],["12838.416","13181.132"],["7220.562","13601.138"],["8686.624","18583.352"],["8684.563","18584.811"],["8681.569","18589.993"],["8680.450","18584.998"],["8687.095","18584.269"],["8678.606","18587.369"],["8683.104","18583.877"],["8682.388","18587.016"],["8656.684","17917.656"],["8656.570","17920.040"],["8657.892","17917.634"],["8655.091","17920.509"],["8648.985","13652.522"],["8652.422","13649.386"],["8649.392","13649.338"],["8651.831","13652.127"],["13254.393","13623.228"],["13255.791","13623.845"],["13249.434","13639.616"],["13253.552","13622.634"],["13248.870","13635.243"],["13255.379","13626.646"],["13253.619","13625.191"],["13246.722","13637.902"],["13249.352","13636.389"],["13247.776","13639.739"],["13255.539","13624.984"],["13252.883","13626.698"],["5247.453","17701.946"],["8305.621","13529.358"],["8250.802","13593.706"],["8188.231","13589.143"],["10438.188","15576.478"],["10364.020","15593.300"],["10444.109","15577.485"],["10351.964","15590.146"],["10305.148","15589.264"],["10431.182","15565.660"],["10359.661","15587.190"],["10436.889","15562.209"],["10461.475","15577.614"],["10349.760","15601.211"],["10432.762","15568.606"],["10353.559","15588.462"],["13292.317","13081.879"],["13287.669","13079.563"],["13288.403","13082.522"],["13290.605","13079.398"],["8785.095","18387.993"],["11947.591","16794.765"],["6164.005","13364.181"],["6165.096","13364.507"],["6168.999","13364.908"],["6167.699","13362.849"],["6163.621","13361.666"],["5995.404","18550.713"],["5923.794","18626.189"],["5881.110","18666.200"],["5890.010","18655.980"],["6017.390","18507.296"],["5840.427","18625.650"],["5855.887","18642.861"],["5858.508","18661.228"],["7205.585","13100.731"],["7206.652","13104.239"],["7204.608","13103.752"],["7203.955","13102.337"],["7206.134","13104.779"],["7494.066","16695.818"],["7509.030","16737.630"],["7512.330","16743.499"],["7513.425","16741.142"],["14000.470","15925.245"],["14006.350","15920.834"],["14015.705","15920.537"],["14002.877","15919.889"],["10840.017","16095.195"],["10788.661","16086.620"],["10775.469","15961.638"],["10689.045","15935.164"],["10817.211","16138.785"],["10847.303","16010.739"],["10871.864","15982.621"],["10867.896","15983.954"],["10811.219","15974.559"],["10725.673","15931.410"],["10744.055","15943.999"],["6436.429","15847.517"],["7931.197","18047.493"],["7931.409","18046.373"],["7931.043","18048.894"],["7928.242","18049.440"],["7923.905","18054.146"],["7920.550","18051.441"],["7928.907","18047.191"],["7920.742","18054.796"],["7929.874","18048.984"],["7927.313","18047.063"],["7922.851","18055.440"],["7921.639","18051.911"],["10890.160","14516.863"],["10887.824","14517.850"],["10766.182","14656.602"],["10762.291","14653.280"],["10890.421","14517.809"],["10762.234","14656.243"],["10886.532","14516.602"],["10765.186","14653.737"],["9426.966","19101.890"],["9435.734","19103.857"],["9463.128","19130.898"],["9443.588","19126.409"],["9435.715","19166.109"],["9461.643","19140.455"],["9449.490","19155.264"],["9424.222","19159.867"],["9422.551","19105.492"],["9443.187","19159.877"],["9440.624","19168.769"],["9428.432","19105.707"],["9466.816","19133.192"],["9449.435","19125.604"],["9421.573","19123.491"],["9435.622","19141.891"],["9441.999","19147.270"],["9437.169","19153.690"],["7855.630","13309.069"],["7852.606","13320.233"],["6883.761","13527.872"],["7091.302","12573.653"],["7088.542","12575.835"],["11864.282","15085.308"],["11748.907","15095.734"],["11725.975","15174.907"],["11777.158","15192.737"],["11865.130","15216.201"],["11783.606","15166.775"],["11839.505","15215.078"],["11737.081","15086.634"],["11773.820","15205.107"],["11867.581","15204.938"],["11832.209","15086.877"],["11750.239","15107.724"],["11738.261","15173.371"],["11760.152","15196.882"],["11846.331","15190.867"],["11736.999","15108.517"],["11792.997","15203.984"],["11851.660","15183.666"],["12290.626","16347.160"],["12315.010","16196.621"],["11370.283","16504.262"],["11406.528","16527.561"],["12339.362","16339.293"],["7170.070","12831.830"],["7169.911","12834.674"],["7167.707","12830.860"],["7168.827","12831.443"],["7167.795","12833.395"],["7167.346","12834.962"],["7169.847","12832.943"],["12776.646","15613.396"],["12677.893","15604.707"],["12688.905","15673.693"],["12681.901","15612.734"],["10889.635","15524.291"],["10898.144","15518.780"],["10968.170","15517.909"],["10886.628","15524.346"],["10894.669","15522.732"],["10883.634","15527.121"],["10893.703","15519.441"],["10883.914","15523.686"],["10897.366","15521.939"],["10887.055","15524.709"],["10898.325","15519.243"],["7115.594","17855.845"],["7119.148","17960.058"],["7127.290","17952.558"],["7136.562","17845.123"],["7118.985","17848.246"],["7117.878","17961.353"],["7117.908","17839.184"],["7115.233","17858.981"],["7136.442","17837.648"],["7129.822","17848.325"],["7121.471","17859.831"],["7129.774","17854.910"],["5894.529","18688.840"],["5860.479","18696.662"],["5843.153","18688.298"],["5892.747","18695.795"],["6027.282","18771.728"],["6003.350","18751.081"],["8394.390","13606.704"],["8467.131","13714.292"],["8438.902","13775.811"],["8435.828","13778.925"],["8466.353","13709.901"],["8391.105","13635.926"],["8439.086","13778.936"],["8468.947","13711.551"],["8439.922","13776.961"],["8436.407","13777.841"],["8467.836","13709.804"],["8466.576","13713.159"],["9463.429","18888.186"],["11833.936","16126.462"],["11818.775","16033.238"],["11808.998","16104.405"],["11828.659","15979.466"],["11856.116","16133.074"],["11812.160","16115.413"],["11835.538","16136.049"],["11844.385","16119.616"],["12408.263","16404.621"],["12544.877","16561.118"],["12508.955","16558.036"],["8130.328","13781.053"],["8129.512","13791.647"],["8044.052","13759.246"],["8116.739","13808.397"],["8133.727","13730.548"],["14074.334","15939.652"],["14057.540","15935.621"],["14042.783","15936.365"],["14169.426","15935.473"],["14172.078","15935.589"],["6882.847","13525.109"],["7010.707","13936.261"],["7009.111","13934.591"],["6942.129","13867.349"],["6941.944","13885.465"],["6946.315","13884.316"],["6942.028","13864.326"],["6943.284","13882.666"],["7009.990","13937.154"],["6941.780","13884.056"],["6945.203","13884.948"],["7093.095","13848.506"],["7010.052","13933.050"],["11214.346","16722.755"],["11204.632","16663.132"],["11168.240","16597.464"],["11130.408","16599.744"],["11177.821","16713.239"],["11209.148","16735.270"],["11263.523","16607.879"],["11284.179","16648.080"],["11301.537","16700.686"],["11212.815","16731.477"],["11290.784","16761.373"],["11265.202","16710.513"],["11288.282","16681.643"],["11283.853","16606.883"],["11207.107","16725.255"],["11210.717","16732.645"],["13421.908","14100.090"],["13421.109","14099.469"],["13423.271","14100.782"],["13422.697","14103.587"],["13420.983","14102.082"],["13422.973","14101.914"],["13420.216","14103.536"],["5863.938","16084.557"],["5853.129","16087.812"],["5864.118","16088.932"],["5865.288","16074.174"],["5862.541","16085.020"],["5851.242","16081.124"],["5877.725","16073.541"],["5873.380","16076.274"],["5855.411","16088.243"],["5871.795","16083.177"],["5856.615","16077.117"],["6089.255","18719.535"],["6056.377","18688.149"],["6164.401","18791.624"],["6167.992","18779.084"],["6148.163","18778.454"],["6147.345","18790.818"],["6139.316","18791.781"],["6155.987","18790.761"],["6131.618","18779.485"],["6130.568","18794.203"],["6181.968","18809.252"],["6184.942","18806.454"],["6180.878","18807.120"],["6184.410","18803.753"],["6236.249","18804.480"],["6244.165","18774.879"],["6243.871","18769.280"],["6242.358","18773.111"],["6244.208","18772.079"],["6218.503","18802.242"],["6198.508","18782.738"],["6173.180","18778.710"],["6186.945","18780.578"],["6228.938","18782.197"],["6238.809","18780.434"],["6223.260","18783.619"],["6200.266","18802.273"],["6248.693","18773.646"],["6083.354","18735.613"],["6233.832","18783.449"],["6205.528","18802.631"],["6180.434","18779.973"],["6245.884","18804.873"],["6232.676","18780.877"],["6216.485","18783.084"],["6205.186","18783.291"],["6194.658","18800.440"],["6212.159","18802.896"],["6071.705","18774.550"],["6041.423","18755.793"],["6068.418","18739.249"],["6193.341","18782.577"],["6210.706","18782.824"],["6053.228","18726.372"],["6055.702","18683.055"],["8856.024","14021.012"],["8858.763","14010.014"],["8850.670","13894.510"],["8851.823","13898.817"],["8843.826","13903.307"],["8844.101","13904.475"],["8845.748","13907.860"],["8853.290","13895.948"],["8846.736","13905.973"],["8852.012","13894.314"],["8851.183","13897.734"],["8845.503","13901.756"],["11269.156","16078.880"],["11151.896","16092.197"],["11240.089","16064.688"],["11288.619","15976.542"],["11247.412","16033.245"],["8801.214","12323.921"],["8803.738","12325.886"],["8798.743","12326.171"],["6306.055","14735.046"],["13007.086","12963.315"],["13007.088","12959.421"],["9376.045","19037.220"],["9401.740","19039.026"],["9396.889","18991.312"],["9401.688","18995.653"],["9402.086","18970.476"],["9394.726","18970.083"],["9408.499","18963.017"],["9345.758","18927.709"],["9354.607","18939.519"],["9375.440","18940.477"],["9376.831","18954.641"],["9363.755","18944.009"],["9366.914","18939.818"],["9350.144","18942.979"],["9355.481","18946.250"],["9337.964","18900.033"],["9376.680","19067.994"],["9388.319","19043.506"],["9391.419","19009.666"],["9391.459","19006.435"],["9378.224","18959.431"],["9393.301","18965.053"],["9387.655","18966.196"],["9406.969","18966.667"],["9403.954","18963.032"],["9358.997","18935.105"],["9359.419","18941.363"],["9355.544","18940.716"],["9375.642","18961.030"],["9371.743","18958.326"],["9365.087","18947.531"],["9354.327","18938.322"],["9345.151","18941.229"],["9342.466","18904.676"],["9379.717","19039.509"],["9392.225","19037.844"],["9403.446","18982.178"],["9394.226","19002.071"],["9388.731","18967.987"],["9397.581","18963.129"],["9406.654","18960.343"],["9348.063","18922.457"],["9368.239","18942.065"],["9371.829","18944.524"],["9360.111","18946.655"],["9352.211","18946.077"],["9349.407","18945.120"],["9395.020","19042.478"],["9384.152","19041.430"],["9372.381","18995.309"],["9391.689","18986.463"],["9380.980","18972.647"],["9393.546","18966.765"],["9383.035","18947.289"],["9401.753","18968.241"],["9352.477","18933.035"],["9337.560","18944.929"],["9367.947","18939.137"],["9366.815","18973.639"],["9373.278","18941.307"],["9368.481","18946.298"],["9363.756","18944.616"],["9359.595","18941.824"],["9341.932","18939.645"],["9342.106","18944.813"],["9336.804","18890.395"],["9340.096","18894.491"],["9379.093","19038.774"],["9391.138","19057.438"],["9403.497","18991.356"],["9376.022","18986.635"],["9408.324","19083.233"],["9386.634","18949.305"],["9406.319","18969.730"],["9356.511","18927.985"],["9372.714","18971.760"],["9359.617","18947.594"],["9363.894","18948.284"],["9355.973","18953.154"],["9352.093","18948.742"],["9328.822","18893.548"],["11489.768","15152.793"],["11462.083","15168.299"],["11311.214","15277.455"],["11483.896","15151.489"],["11467.149","15162.998"],["11317.974","15269.362"],["11486.660","15142.537"],["11464.699","15168.134"],["11327.283","15275.275"],["11497.400","15154.544"],["11471.886","15158.225"],["11314.323","15269.725"],["11493.173","15153.718"],["11465.028","15167.226"],["11330.441","15275.126"],["10862.546","16141.530"],["10882.548","16174.637"],["10847.834","16185.170"],["10861.254","16156.727"],["10870.240","16163.872"],["10783.336","16297.291"],["10547.700","14830.965"],["10554.665","14842.266"],["12813.396","13436.676"],["12813.947","13435.717"],["12812.837","13438.022"],["12810.204","13437.825"],["12976.341","13573.537"],["12976.873","13577.884"],["12811.612","13435.928"],["12978.848","13575.035"],["12811.741","13437.817"],["12810.115","13435.334"],["12977.642","13573.320"],["12976.413","13576.760"],["6998.257","16440.414"],["6989.909","16448.187"],["11663.916","15189.176"],["11673.483","15195.443"],["11659.504","15193.229"],["11630.413","15187.727"],["11638.921","15183.377"],["11628.021","15108.725"],["11656.465","15182.075"],["11724.676","15182.487"],["11675.621","15199.357"],["11661.264","15193.940"],["11631.269","15185.679"],["11641.141","15184.781"],["11648.876","15106.809"],["11666.214","15184.211"],["11719.610","15198.573"],["11683.812","15196.549"],["11664.455","15191.429"],["11634.788","15186.588"],["11638.690","15186.532"],["11636.146","15105.157"],["11687.550","15204.866"],["11675.456","15197.574"],["11659.570","15190.257"],["11634.147","15188.355"],["11644.496","15183.196"],["11634.369","15114.042"],["11675.593","15177.087"],["11714.988","15178.854"],["11685.655","15205.170"],["11661.856","15190.670"],["11633.588","15189.858"],["11642.111","15185.145"],["8782.317","12094.588"],["8782.158","12097.605"],["5624.127","17687.412"],["5725.084","17828.401"],["5741.590","17825.823"],["5737.805","17825.181"],["5734.977","17823.366"],["5736.568","17827.029"],["5747.503","17828.745"],["5727.044","17827.343"],["5739.768","17821.093"],["5730.446","17827.223"],["5728.538","17826.724"],["11528.229","15609.571"],["6790.748","15549.567"],["7051.442","12539.505"],["7053.535","12536.989"],["10997.425","14749.812"],["10994.932","14749.715"],["10997.351","14751.025"],["10994.409","14748.155"],["15547.348","17857.440"],["15548.356","17843.997"],["15544.931","17856.240"],["15547.990","17847.336"],["10544.443","15499.344"],["10553.785","15504.249"],["11006.778","16588.505"],["10905.584","16610.060"],["8248.337","13822.918"],["8250.539","13822.473"],["8247.987","13821.821"],["8251.485","13824.017"],["12540.255","12337.365"],["7093.609","13849.647"],["7097.413","13847.238"],["7094.094","13846.674"],["7096.546","13848.160"],["8603.514","15337.487"],["8591.260","15365.991"],["8589.406","15366.723"],["7092.884","17490.614"],["7082.158","17493.563"],["7026.879","17520.732"],["7039.599","17509.345"],["7059.593","17498.429"],["7039.548","17515.548"],["7041.210","17515.231"],["7034.469","17515.514"],["7033.217","17516.406"],["7083.551","17486.193"],["7030.926","17516.716"],["7037.080","17508.089"],["7084.383","17491.460"],["7031.565","17510.729"],["7033.997","17511.445"],["10141.680","14497.706"],["10141.434","14508.951"],["10808.246","14760.898"],["10805.803","14761.311"],["10734.368","14768.766"],["10808.394","14762.107"],["10731.963","14766.544"],["10804.676","14759.957"],["6882.633","17513.434"],["6861.457","17508.669"],["6864.594","17507.931"],["6819.636","17499.261"],["6824.816","17500.916"],["6820.210","17502.745"],["6798.197","17509.379"],["6792.098","17518.130"],["6741.720","17495.410"],["6767.310","17492.931"],["6746.884","17509.001"],["6726.646","17508.376"],["6742.520","17537.350"],["6736.118","17551.702"],["6776.349","17539.577"],["6756.573","17539.002"],["6873.568","17508.701"],["6855.400","17510.827"],["6851.390","17505.252"],["6810.225","17513.435"],["6823.224","17514.873"],["6787.740","17526.000"],["6780.257","17499.313"],["6779.899","17498.280"],["6739.841","17511.560"],["6740.675","17502.946"],["6743.153","17545.051"],["6731.326","17550.157"],["6777.565","17542.764"],["6776.201","17532.446"],["6697.358","17532.913"],["6691.764","17525.943"],["6693.870","17533.143"],["6701.779","17528.634"],["6696.010","17530.848"],["6880.374","17512.703"],["6879.960","17512.665"],["6865.942","17520.181"],["6850.562","17506.495"],["6843.342","17504.719"],["6826.868","17500.613"],["6815.884","17514.652"],["6822.057","17501.818"],["6810.765","17509.356"],["6791.750","17514.910"],["6762.843","17504.713"],["6745.431","17502.154"],["6728.467","17506.343"],["6733.112","17511.440"],["6735.010","17546.962"],["6726.452","17542.842"],["6789.921","17534.927"],["6781.774","17541.965"],["6693.143","17526.216"],["6699.463","17526.664"],["6876.532","17523.469"],["6861.749","17513.810"],["6859.770","17509.461"],["6847.974","17508.112"],["6846.776","17507.680"],["6808.643","17510.627"],["6824.787","17513.715"],["6804.187","17512.413"],["6799.701","17509.939"],["6749.844","17497.495"],["6781.443","17502.657"],["6753.776","17507.170"],["6743.249","17500.129"],["6747.315","17534.275"],["6753.056","17537.953"],["6779.219","17544.253"],["6770.575","17536.213"],["6694.383","17530.787"],["6871.426","17509.702"],["6877.263","17525.738"],["6853.997","17506.457"],["6849.113","17521.457"],["6823.266","17500.815"],["6835.478","17509.884"],["6815.806","17504.048"],["6823.514","17517.038"],["6788.610","17517.408"],["6802.130","17514.565"],["6747.499","17502.855"],["6779.137","17494.489"],["6737.652","17497.546"],["6738.244","17501.291"],["6725.616","17541.646"],["6728.435","17548.133"],["6748.807","17547.233"],["6772.643","17534.728"],["9765.105","15543.019"],["7522.926","16748.852"],["7517.477","16744.346"],["7525.348","16748.350"],["7520.073","16719.170"],["7514.493","16743.433"],["8555.676","18778.203"],["8550.499","18778.747"],["8560.959","18769.661"],["8552.717","18780.836"],["8557.968","18769.871"],["8553.027","18776.988"],["10834.623","14431.061"],["10832.074","14430.978"],["10834.541","14432.217"],["10831.383","14429.294"],["9362.245","18805.985"],["9344.195","18886.994"],["9346.895","18800.614"],["9347.751","18804.934"],["9341.093","18886.322"],["9353.774","18798.688"],["9333.256","18888.347"],["9334.184","18888.872"],["9362.238","18813.503"],["9350.914","18810.137"],["9345.597","18805.270"],["9361.589","18818.795"],["9340.762","18884.327"],["11410.150","16651.767"],["11432.934","16586.779"],["11499.450","16585.598"],["11313.414","16661.986"],["11327.541","16663.478"],["11307.765","16658.631"],["11318.356","16619.033"],["11326.101","16728.086"],["11361.806","16711.400"],["11342.507","16673.981"],["11381.873","16589.925"],["11364.580","16576.639"],["11323.191","16610.009"],["11316.252","16613.782"],["11332.441","16680.487"],["11372.796","16678.550"],["11383.875","16733.418"],["11317.491","16644.168"],["11317.019","16638.478"],["11312.991","16645.124"],["12670.120","15277.202"],["12666.386","15281.226"],["12692.840","15260.163"],["12694.666","15263.152"],["12698.071","15259.783"],["12692.610","15265.382"],["12696.015","15260.592"],["12164.561","16722.757"],["12299.883","16695.025"],["12349.518","16604.152"],["13077.458","14338.413"],["13079.944","14338.269"],["13054.792","14404.122"],["13050.684","14400.915"],["13079.880","14339.422"],["13050.867","14403.944"],["13076.584","14336.789"],["13053.715","14401.321"],["8968.401","18632.625"],["8953.121","18614.667"],["8957.859","18626.814"],["8982.460","18594.429"],["8968.332","18588.542"],["8912.830","18481.680"],["8902.368","18531.294"],["8900.802","18528.929"],["8967.035","18637.702"],["8961.150","18641.658"],["8912.579","18474.107"],["8907.636","18529.725"],["8954.411","18623.706"],["8955.327","18613.153"],["8968.755","18586.154"],["8901.218","18467.982"],["8896.492","18532.302"],["8906.585","18519.885"],["8907.219","18549.692"],["8882.396","18476.939"],["8959.310","18640.060"],["8949.597","18618.637"],["8962.352","18618.720"],["8973.833","18595.078"],["8971.637","18582.596"],["8875.301","18468.104"],["8905.547","18472.182"],["8901.874","18472.664"],["8904.571","18525.549"],["8892.932","18518.763"],["8892.167","18479.645"],["8972.312","18643.268"],["8972.507","18648.556"],["8966.537","18622.394"],["8951.859","18615.306"],["8979.885","18596.463"],["8973.277","18590.939"],["8901.153","18468.667"],["8893.206","18527.260"],["8899.681","18532.719"],["8895.548","18535.694"],["8904.323","18530.226"],["8889.628","18488.378"],["8904.886","18546.600"],["8878.988","18469.701"],["8967.457","18644.322"],["8967.459","18642.152"],["8961.732","18634.657"],["8954.876","18619.972"],["8953.479","18616.874"],["8971.253","18579.592"],["8982.503","18590.328"],["8907.016","18478.081"],["8899.335","18527.177"],["8887.836","18487.290"],["8892.017","18486.586"],["8955.065","18608.827"],["11310.706","16540.082"],["6725.970","16615.520"],["6736.300","16565.842"],["8173.245","13549.670"],["8172.641","13557.795"],["8171.612","15432.320"],["8147.240","15431.298"],["8161.327","15443.480"],["8154.812","15442.481"],["9300.292","13940.377"],["9299.528","13942.216"],["9303.218","13941.332"],["9329.391","13944.497"],["9330.066","13945.243"],["9328.153","13943.751"],["9329.199","13941.427"],["9393.763","13960.707"],["9394.448","13961.463"],["9392.520","13959.945"],["9393.542","13957.518"],["9401.578","13958.953"],["9402.111","13961.214"],["9404.877","13958.895"],["9301.473","13939.979"],["9330.607","13942.940"],["9394.966","13959.080"],["9402.655","13958.152"],["9299.003","13941.746"],["9328.645","13942.908"],["9331.644","13941.931"],["9393.005","13959.052"],["9395.993","13957.997"],["9401.385","13960.926"],["8941.341","18724.308"],["8859.548","18839.137"],["8937.838","18736.489"],["8931.495","18752.078"],["8935.117","18743.039"],["8907.600","18786.060"],["8905.297","18786.500"],["8927.051","18788.642"],["8869.124","18840.136"],["8873.398","18823.285"],["8946.490","18739.747"],["8948.506","18740.043"],["8947.531","18693.640"],["8879.202","18838.993"],["8859.612","18839.370"],["8924.322","18790.059"],["8859.975","18827.618"],["8837.058","18842.108"],["8940.804","18696.438"],["8907.798","18787.265"],["8912.689","18804.357"],["8863.386","18844.128"],["8834.295","18871.621"],["8950.409","18735.973"],["8904.655","18785.106"],["11269.925","16183.963"],["5168.896","17896.616"],["5165.366","17892.839"],["5165.228","17895.827"],["5168.294","17893.635"],["12871.814","13881.200"],["12872.474","13880.305"],["12871.186","13882.509"],["12868.386","13881.970"],["12944.994","13992.154"],["12944.398","13987.759"],["12878.282","13879.910"],["12877.287","13880.181"],["12879.672","13879.296"],["12881.504","13881.480"],["12869.894","13880.185"],["12942.368","13990.427"],["12879.270","13881.880"],["12870.081","13882.182"],["12868.431","13879.434"],["12943.268","13992.245"],["12944.852","13988.905"],["12880.358","13880.254"],["12879.899","13883.409"],["7470.180","13100.054"],["7469.630","13097.770"],["7470.740","13097.393"],["7468.822","13101.053"],["8041.478","17961.093"],["8039.424","17959.169"],["12725.511","15856.649"],["12620.373","15876.102"],["12637.706","15827.022"],["12649.338","15866.145"],["14953.603","16682.653"],["9808.437","16760.224"],["11541.201","16598.352"],["11546.023","16594.056"],["10427.667","16011.316"],["10419.591","15990.869"],["10434.021","15980.934"],["10430.200","16115.456"],["10432.915","15998.793"],["10418.946","16091.736"],["8032.687","18199.930"],["8039.701","18199.630"],["8033.992","18196.399"],["8036.437","18199.740"],["12625.205","15355.860"],["12581.640","15357.230"],["12637.021","15359.782"],["12624.004","15354.440"],["12633.692","15349.304"],["12631.998","15350.823"],["8712.205","11958.577"],["8686.137","11976.732"],["8713.980","11921.536"],["8709.784","11920.482"],["8690.010","11974.696"],["8711.375","11923.384"],["8712.002","11954.690"],["8689.262","11977.831"],["8687.023","11975.872"],["8713.536","11923.102"],["8710.988","11920.428"],["8690.709","11976.295"],["11564.928","16358.735"],["11582.303","16415.944"],["11649.817","16485.195"],["11643.593","16434.708"],["11579.573","16446.097"],["11669.975","16501.609"],["11516.029","16352.938"],["11566.993","16476.761"],["11673.623","16498.708"],["11644.614","16426.407"],["11602.408","16412.681"],["11605.275","16433.699"],["11574.123","16469.423"],["11513.425","16351.512"],["9754.987","15537.501"],["6281.283","18902.554"],["6343.455","18955.314"],["6334.091","18952.200"],["6329.635","18928.962"],["6329.635","18928.962"],["6276.793","18894.550"],["7716.871","12895.020"],["7720.730","12893.023"],["7719.915","12896.008"],["7721.344","12894.382"],["7717.745","12894.174"],["11917.698","4467.871"],["11918.891","4467.953"],["11922.622","4468.302"],["11921.560","4465.737"],["11917.220","4465.180"],["13537.832","13967.306"],["13532.820","13965.878"],["13534.091","13968.648"],["13535.749","13965.156"],["13997.629","15930.024"],["14030.864","15936.225"],["13924.480","16127.276"],["13924.979","16128.345"],["13926.946","16131.156"],["13928.064","16129.403"],["13926.227","16125.463"],["7062.452","13537.168"],["7058.063","13535.569"],["6904.349","13556.706"],["6903.238","13553.922"],["7059.441","13538.306"],["7060.880","13534.900"],["11187.049","15371.231"],["6489.601","15417.632"],["5776.433","18693.176"],["5785.717","18718.455"],["5688.418","18714.326"],["5707.168","18702.774"],["5697.623","18703.269"],["5696.895","18714.840"],["5700.137","18706.147"],["5703.835","18702.461"],["5699.003","18710.329"],["5761.089","18723.977"],["5710.018","18706.786"],["5755.996","18709.246"],["5707.990","18707.548"],["12577.360","16381.124"],["8042.444","12736.472"],["8041.417","12735.716"],["8038.197","12734.068"],["8038.136","12736.135"],["8041.840","12738.698"],["7933.443","14089.109"],["10374.012","17195.410"],["10373.293","17191.220"],["10371.231","17193.860"],["10372.345","17195.428"],["10373.807","17192.274"],["7163.430","17771.378"],["7159.794","17762.954"],["7145.784","17791.070"],["7131.535","17813.388"],["7119.195","17828.307"],["7136.684","17790.550"],["7159.408","17757.018"],["7142.706","17791.910"],["7141.268","17810.243"],["7164.763","17760.137"],["7145.574","17766.721"],["7136.639","17788.487"],["7148.845","17806.381"],["7164.298","17773.997"],["7159.361","17768.401"],["7128.212","17807.717"],["7132.336","17787.621"],["7154.635","17789.275"],["7164.236","17757.490"],["7146.145","17815.076"],["7139.536","17798.407"],["5620.074","16784.816"],["5622.568","16813.550"],["5645.893","16783.731"],["12012.124","16307.880"],["12028.506","16171.033"],["12071.183","16212.213"],["12130.664","16223.059"],["11994.754","16328.691"],["12079.263","16338.372"],["11980.533","16250.605"],["12140.368","16313.044"],["11951.900","16253.640"],["12137.388","16350.033"],["9015.640","18634.457"],["9044.333","18670.822"],["9025.868","18646.462"],["9017.043","18632.407"],["8993.096","18615.059"],["9003.472","18635.517"],["9005.830","18636.421"],["5227.905","16957.298"],["6284.628","19438.492"],["6265.850","19455.974"],["5383.840","17099.409"],["5363.763","17170.495"],["5374.275","17166.807"],["5385.205","17103.529"],["5370.155","17168.844"],["5376.787","17160.575"],["5361.956","17193.237"],["5349.424","17190.439"],["5372.063","17166.953"],["5378.657","17159.462"],["5360.162","17186.121"],["5386.466","17120.829"],["5385.275","17135.327"],["5389.425","17119.937"],["11266.957","15546.282"],["11239.211","15561.626"],["11128.862","15703.052"],["11235.322","15561.564"],["11365.108","16109.029"],["11444.172","16124.819"],["11500.674","16073.902"],["11720.284","17026.161"],["5198.176","17750.678"],["5195.970","17751.671"],["5198.729","17751.722"],["5194.818","17750.478"],["13052.874","16180.221"],["13052.331","16176.405"],["7442.576","18561.002"],["7440.033","18561.188"],["7442.636","18562.068"],["7439.182","18559.570"],["5744.996","16550.800"],["5756.715","16528.604"],["5805.219","16487.413"],["5808.154","16478.233"],["5746.209","16562.018"],["5743.557","16563.932"],["5748.586","16550.798"],["5752.516","16544.652"],["5743.055","16559.198"],["5748.757","16555.010"],["5744.439","16550.505"],["5742.503","16558.545"],["5744.707","16555.469"],["5744.959","16549.785"],["5741.453","16557.743"],["5755.484","16549.976"],["5758.835","16530.644"],["5759.891","16520.225"],["5751.932","16531.068"],["5747.447","16535.963"],["5741.746","16523.549"],["5748.189","16537.375"],["5754.188","16531.468"],["5748.739","16522.466"],["5756.446","16525.113"],["5746.192","16535.527"],["5794.586","16485.696"],["5802.616","16485.891"],["5787.638","16490.465"],["5796.039","16487.465"],["5780.954","16485.133"],["5795.381","16487.918"],["5816.443","16481.076"],["5815.680","16473.609"],["5809.679","16490.460"],["5802.562","16475.355"],["5804.153","16476.039"],["5814.690","16479.168"],["5808.811","16485.612"],["5811.280","16484.409"],["5812.291","16477.368"],["5811.283","16477.354"],["5830.008","16473.468"],["5827.673","16467.856"],["5825.817","16472.115"],["5822.704","16469.274"],["5818.752","16472.233"],["5821.333","16469.961"],["5824.931","16481.139"],["5830.172","16478.286"],["5823.967","16484.071"],["5823.280","16468.865"],["5822.584","16478.798"],["5824.478","16478.775"],["12736.345","12380.529"],["12693.853","12512.205"],["12733.302","12379.274"],["12693.127","12515.182"],["10973.352","14483.070"],["10975.884","14482.793"],["10975.914","14483.819"],["10972.443","14481.484"],["13415.264","15490.258"],["13418.892","15488.898"],["10628.275","12942.424"],["10626.080","12943.444"],["10628.839","12943.400"],["10624.762","12942.217"],["10751.664","17005.191"],["10749.904","17007.002"],["10752.381","17006.053"],["10748.241","17006.368"],["8908.512","13354.835"],["8906.168","13344.605"],["12841.871","13181.804"],["12961.551","13222.047"],["12831.038","13230.724"],["12829.894","13226.970"],["12952.799","13223.456"],["12952.595","13222.415"],["12953.339","13224.844"],["12951.251","13226.355"],["12841.697","13184.983"],["12828.121","13229.483"],["12961.541","13225.200"],["12958.089","13221.469"],["12951.038","13224.032"],["12829.366","13231.156"],["12830.519","13227.953"],["12952.402","13225.404"],["12949.504","13224.554"],["8192.190","18907.882"],["8189.218","18906.485"],["6531.484","19365.475"],["6478.517","19361.589"],["6529.714","19366.345"],["10854.887","15804.488"],["10856.773","15848.790"],["10815.029","15777.989"],["10798.973","15745.279"],["10716.680","15887.994"],["10815.898","15764.815"],["10825.760","15727.705"],["10833.884","15926.906"],["10763.758","15918.976"],["10734.660","15907.409"],["5745.026","17840.769"],["5876.168","16455.814"],["5878.255","16422.225"],["5925.345","16405.389"],["5900.940","16372.397"],["5832.356","16460.880"],["5831.396","16463.752"],["5832.574","16461.157"],["5831.908","16472.959"],["5831.324","16471.353"],["5834.341","16470.414"],["5830.935","16481.132"],["5870.956","16454.600"],["5879.984","16451.581"],["5876.598","16449.809"],["5879.752","16452.123"],["5864.605","16456.678"],["5869.401","16454.374"],["5878.605","16451.293"],["5878.799","16452.205"],["5872.708","16462.655"],["5867.108","16457.607"],["5882.603","16420.536"],["5869.971","16424.681"],["5870.645","16423.749"],["5876.648","16422.656"],["5877.144","16422.932"],["5878.159","16430.807"],["5881.415","16422.037"],["5882.593","16432.047"],["5875.327","16432.993"],["5871.995","16416.463"],["5924.605","16405.834"],["5919.445","16414.274"],["5930.115","16412.420"],["5928.519","16408.912"],["5924.155","16413.691"],["5928.030","16402.080"],["5913.434","16411.499"],["5924.898","16417.876"],["5922.184","16404.777"],["5930.450","16413.517"],["5895.023","16372.425"],["5893.733","16370.628"],["5886.478","16367.587"],["5899.721","16374.353"],["5898.520","16367.072"],["5888.282","16380.056"],["5894.882","16372.727"],["5892.150","16378.460"],["5895.809","16376.668"],["5901.399","16366.250"],["8991.483","14232.214"],["6391.191","18649.023"],["6391.615","18643.466"],["6389.628","18647.064"],["6391.596","18646.285"],["6435.066","18675.726"],["6435.066","18675.726"],["6430.203","18673.322"],["6432.736","18674.502"],["6428.470","18675.568"],["6433.950","18671.841"],["6429.878","18676.148"],["6426.152","18646.155"],["6399.165","18630.377"],["6376.598","18636.857"],["6307.031","18673.271"],["6359.013","18654.990"],["6432.852","18654.186"],["6418.775","18640.909"],["6365.740","18650.068"],["6333.612","18661.805"],["6295.670","18631.592"],["6304.182","18668.707"],["6299.741","18659.693"],["6289.860","18646.906"],["6355.044","18657.144"],["6312.295","18645.121"],["6392.794","18630.189"],["6327.241","18660.564"],["6307.443","18641.208"],["6299.221","18634.704"],["6294.447","18653.161"],["6347.294","18660.542"],["6314.837","18648.388"],["6383.967","18632.156"],["6405.381","18632.536"],["6413.618","18642.442"],["6321.220","18657.314"],["6316.184","18653.089"],["6303.398","18637.219"],["6303.373","18637.143"],["12120.974","16108.133"],["12072.882","16137.044"],["12006.814","16100.395"],["12118.972","16014.048"],["12014.193","16096.991"],["12109.120","16026.053"],["12036.005","16036.361"],["5777.643","15082.631"],["12340.871","15701.504"],["9452.586","13946.248"],["9441.238","13944.565"],["9535.131","13944.769"],["9538.929","13947.122"],["9510.848","13934.399"],["9513.477","13938.006"],["9513.762","13856.806"],["9517.639","13859.028"],["9538.038","13943.937"],["9513.968","13934.663"],["9516.512","13856.096"],["9535.982","13943.700"],["9537.721","13946.767"],["9512.179","13933.623"],["9512.484","13937.228"],["9514.456","13855.928"],["9516.431","13858.695"],["6869.237","15456.496"],["6763.313","15496.280"],["6768.363","15500.883"],["6720.253","15504.164"],["6882.817","15463.680"],["6848.222","15480.630"],["15690.635","17750.412"],["15693.448","17746.381"],["15692.699","17755.932"],["15690.822","17754.203"],["15691.946","17756.672"],["15690.536","17746.501"],["15693.210","17749.188"],["15691.318","17752.507"],["13034.488","14566.220"],["7600.813","17393.492"],["7609.563","17369.400"],["7611.456","17379.996"],["7628.066","17324.852"],["7630.843","17355.835"],["7609.677","17359.197"],["7609.554","17364.221"],["7607.227","17366.469"],["5910.242","14974.279"],["5940.671","14959.630"],["11822.237","16843.900"],["11823.278","16909.234"],["11929.415","16839.614"],["11802.919","16851.557"],["11900.347","16816.208"],["11858.684","16865.463"],["11872.440","16905.315"],["11852.422","16958.583"],["11793.774","16969.836"],["11784.316","16880.779"],["11820.021","16894.494"],["11811.112","16933.294"],["11845.622","16920.487"],["11850.357","16888.521"],["11889.302","16868.901"],["12360.740","12149.468"],["12542.229","12335.624"],["12357.711","12149.881"],["5542.765","18841.016"],["5553.128","18829.496"],["11873.480","12244.579"],["11870.561","12245.555"],["13131.068","13326.619"],["13128.848","13327.058"],["13131.008","13327.752"],["13127.832","13325.534"],["9734.079","15150.315"],["9726.618","15159.573"],["11720.070","15872.099"],["7791.073","12630.342"],["7790.009","12631.067"],["10709.815","14775.988"],["10723.046","14812.911"],["10723.850","14808.609"],["10707.880","14773.581"],["10721.097","14810.359"],["10721.380","14812.448"],["10723.922","14809.851"],["5599.599","17721.081"],["5616.667","17729.554"],["5602.615","17731.216"],["5618.286","17690.541"],["5600.413","17721.189"],["5610.496","17720.575"],["5600.917","17718.597"],["5610.851","17725.954"],["5455.342","17828.490"],["5616.920","17686.924"],["6760.327","18540.170"],["6749.392","18542.781"],["6772.302","18526.722"],["6778.387","18531.714"],["6815.024","18489.616"],["6727.620","18555.945"],["6768.479","18535.014"],["6757.799","18549.972"],["6770.580","18540.830"],["6783.147","18539.459"],["6759.396","18548.455"],["6762.512","18548.677"],["6783.935","18524.053"],["6773.079","18533.664"],["6752.302","18552.545"],["6761.959","18540.983"],["6789.550","18522.862"],["6773.279","18518.632"],["6763.135","18546.137"],["6762.984","18534.266"],["6768.373","18527.259"],["6779.251","18542.226"],["6702.230","16531.551"],["6824.940","16501.643"],["6741.216","16448.340"],["6713.530","16518.366"],["6707.397","16530.694"],["8802.611","16880.598"],["8799.021","16876.819"],["8862.897","16774.382"],["8874.060","16820.922"],["8875.621","16825.030"],["8860.150","16776.589"],["8865.232","16776.569"],["8798.708","16879.833"],["8872.575","16823.983"],["8874.779","16821.912"],["8874.017","16825.545"],["8801.898","16877.649"],["7802.018","13561.672"],["7804.241","13560.923"],["7801.570","13560.617"],["7805.426","13562.341"],["12124.857","16409.126"],["12048.135","16356.488"],["12117.099","16400.319"],["12027.851","16384.859"],["12043.912","16359.025"],["12111.451","16372.980"],["12104.300","16422.210"],["12067.914","16399.417"],["12027.020","16403.966"],["12139.624","16494.572"],["9588.655","15378.249"],["9599.768","15379.929"],["8517.410","13108.045"],["8517.543","13112.813"],["8517.622","13111.626"],["8515.413","13109.230"],["8515.087","13113.362"],["8785.871","13163.297"],["8788.575","13167.638"],["8789.404","13164.703"],["8785.923","13166.258"],["9562.411","9473.091"],["9559.753","9478.611"],["5609.664","16816.784"],["11032.249","15973.797"],["11090.287","15955.854"],["10945.408","16042.927"],["10905.226","16059.467"],["10915.587","15971.667"],["10901.074","15991.594"],["11028.880","16111.132"],["11044.136","16075.287"],["6894.436","18352.034"],["6887.497","18374.412"],["6884.901","18358.730"],["6894.249","18368.539"],["6890.710","18358.749"],["6888.043","18374.147"],["6903.715","18366.912"],["6887.493","18359.238"],["6890.882","18368.915"],["6889.342","18365.106"],["8719.686","13821.053"],["8723.363","13824.414"],["8719.767","13824.109"],["8722.684","13821.624"],["8752.093","18216.108"],["8673.259","18214.830"],["8671.333","18213.161"],["8689.392","18170.396"],["8687.308","18168.982"],["8728.776","18203.983"],["8702.233","18222.661"],["8748.109","18217.681"],["8672.463","18215.653"],["8688.694","18171.373"],["8671.806","18211.334"],["8687.616","18167.253"],["6451.421","13893.773"],["6440.180","13895.957"],["6258.738","13932.348"],["6293.153","14010.639"],["6275.464","13968.031"],["6291.094","14009.039"],["6277.156","13965.733"],["7853.349","17736.728"],["7855.216","17732.729"],["7840.975","17731.060"],["7841.074","17729.930"],["7840.932","17732.477"],["7838.201","17733.240"],["7852.012","17733.803"],["7838.678","17730.892"],["7851.849","17735.881"],["7855.004","17733.967"],["7839.763","17732.683"],["7837.065","17730.948"],["11760.559","16515.172"],["11874.595","16479.021"],["11728.233","16480.338"],["11888.373","16480.435"],["11774.379","16386.167"],["11754.219","16519.093"],["6142.864","13747.268"],["6139.557","13750.055"],["6142.692","13750.340"],["6143.770","13748.443"],["6140.214","13749.040"],["11195.853","14140.786"],["11196.883","14135.677"],["11194.261","14137.129"],["11197.879","14138.522"],["10541.839","14904.645"],["10544.356","14904.678"],["7020.025","17514.444"],["7015.349","17515.784"],["7009.768","17520.633"],["6979.237","17518.129"],["6983.686","17523.876"],["6951.892","17525.096"],["6943.295","17534.954"],["6915.341","17517.939"],["6916.377","17528.155"],["6888.729","17513.644"],["7011.418","17514.950"],["7011.802","17521.591"],["6971.444","17524.974"],["6970.043","17534.066"],["6941.984","17521.825"],["6950.462","17532.441"],["6917.909","17517.803"],["6921.539","17517.970"],["6994.742","17529.053"],["7014.967","17513.904"],["6974.915","17531.436"],["6980.615","17533.431"],["6928.986","17521.722"],["6940.888","17534.362"],["6909.878","17533.070"],["7004.672","17511.184"],["7012.693","17523.202"],["6975.761","17529.779"],["6975.589","17519.713"],["6954.117","17533.339"],["6942.560","17529.003"],["6931.294","17532.852"],["6917.753","17529.424"],["6883.863","17511.117"],["6999.840","17516.357"],["6972.339","17522.445"],["6965.836","17524.937"],["6949.827","17524.326"],["6945.220","17524.806"],["6912.122","17525.611"],["6907.185","17524.568"],["6331.471","13021.237"],["6327.570","13017.789"],["6331.502","13018.194"],["6328.575","13020.657"],["14533.457","15509.329"],["14529.081","15512.058"],["14561.568","15581.558"],["14605.909","15560.163"],["14607.263","15556.336"],["14531.986","15512.911"],["14557.722","15581.286"],["14609.018","15558.650"],["14608.689","15556.605"],["14605.961","15559.039"],["14530.458","15509.319"],["12330.445","15760.830"],["12152.703","15729.427"],["12350.767","15897.133"],["12285.920","15738.211"],["12297.932","15725.977"],["5646.780","16763.738"],["5643.872","16735.384"],["5641.651","16736.166"],["5645.239","16736.689"],["5647.894","16732.043"],["5659.594","16666.280"],["5675.910","16630.488"],["5694.260","16607.130"],["5734.893","16568.141"],["5648.904","16731.242"],["5656.657","16729.764"],["5647.992","16735.020"],["5647.398","16731.168"],["5642.152","16744.615"],["5650.815","16739.938"],["5656.505","16734.612"],["5651.671","16732.614"],["5646.270","16742.849"],["5641.500","16741.181"],["5650.837","16666.636"],["5649.904","16665.358"],["5661.924","16666.706"],["5660.262","16670.105"],["5652.099","16665.002"],["5660.279","16663.891"],["5652.662","16667.535"],["5651.314","16676.413"],["5651.029","16663.564"],["5659.731","16659.998"],["5666.426","16622.606"],["5680.559","16618.118"],["5675.713","16626.141"],["5671.368","16623.864"],["5680.986","16617.127"],["5677.290","16628.998"],["5674.421","16619.287"],["5671.898","16630.561"],["5676.146","16609.129"],["5672.120","16617.835"],["5709.373","16611.066"],["5698.948","16604.820"],["5698.235","16608.410"],["5708.777","16606.797"],["5699.967","16605.297"],["5697.650","16607.822"],["5692.307","16604.062"],["5696.473","16608.813"],["5702.194","16607.854"],["5697.255","16618.623"],["5735.529","16572.145"],["5745.945","16570.727"],["5734.660","16571.636"],["5739.474","16564.696"],["5735.827","16569.730"],["5740.150","16573.885"],["5743.113","16568.242"],["8006.759","13849.853"],["7998.456","13846.233"],["8001.853","13849.838"],["8005.234","13853.720"],["8038.185","13820.915"],["8040.174","13827.505"],["8102.051","13824.201"],["8132.066","13841.354"],["8008.961","13853.216"],["11640.528","16834.827"],["11715.836","16894.295"],["11692.821","16914.724"],["11577.653","16822.654"],["11518.816","16865.494"],["11669.794","16857.716"],["11539.639","16831.499"],["11671.806","16837.349"],["11655.265","16857.230"],["11657.156","16900.427"],["9570.433","14098.224"],["9572.787","14102.010"],["9588.013","14224.677"],["9587.255","14225.517"],["9588.579","14223.411"],["9591.156","14224.154"],["9573.460","14098.757"],["9589.648","14225.824"],["9571.742","14097.588"],["9571.858","14101.163"],["9589.525","14223.815"],["9590.931","14226.679"],["11369.448","15540.070"],["11503.181","15577.225"],["11374.063","15541.889"],["11498.686","15637.747"],["11472.884","15553.990"],["10528.558","17124.423"],["10529.547","17123.942"],["10527.386","17125.272"],["10525.403","17123.600"],["10527.623","17122.787"],["10526.621","17124.487"],["10526.711","17121.438"],["14334.786","15741.375"],["14251.435","15867.782"],["14457.961","15928.284"],["14333.161","15744.119"],["14332.034","15739.154"],["14454.347","15929.644"],["7563.791","13478.305"],["7563.809","13475.132"],["13491.850","14114.080"],["13506.135","14126.408"],["13510.431","14125.717"],["13489.359","14114.534"],["13507.706","14123.646"],["13505.906","14124.873"],["13509.331","14126.229"],["11828.722","15057.100"],["11839.018","15081.477"],["11839.627","15083.491"],["11583.202","16167.005"],["11550.461","16155.432"],["14557.052","15924.092"],["14558.159","15919.230"],["14501.884","15764.180"],["14559.652","15922.520"],["14502.501","15761.230"],["14556.035","15921.221"],["11434.132","16820.990"],["11370.550","16836.465"],["11393.446","16821.485"],["11475.827","16915.966"],["11415.519","16901.298"],["11385.577","16862.410"],["11397.690","16818.975"],["11455.735","16786.656"],["11332.007","16777.691"],["11486.108","16812.023"],["11451.023","16915.904"],["11383.167","16858.783"],["11506.761","16858.016"],["11454.777","16916.438"],["11381.889","16872.585"],["11449.685","16909.353"],["11378.039","16862.581"],["14035.568","16250.144"],["14035.275","16254.809"],["13880.319","16186.353"],["13879.255","16186.906"],["13876.128","16189.024"],["13895.087","16167.308"],["13897.400","16168.417"],["13897.188","16164.876"],["13878.242","16189.982"],["13895.571","16166.325"],["14037.490","16252.718"],["13882.018","16187.885"],["13896.756","16168.831"],["14033.807","16252.352"],["10833.363","17140.689"],["10834.032","17139.809"],["10832.666","17141.932"],["10829.923","17141.423"],["10878.020","17193.605"],["10878.423","17189.228"],["10831.518","17139.741"],["10875.778","17191.388"],["10831.560","17141.591"],["10830.062","17138.969"],["10876.322","17193.289"],["10878.628","17190.423"],["14222.282","15338.754"],["14222.309","15341.829"],["6562.669","13907.241"],["6563.526","13905.073"],["6597.897","13851.606"],["6555.811","13832.863"],["6595.593","13849.440"],["6600.600","13849.549"],["6559.602","13833.533"],["6561.585","13906.925"],["6565.417","13905.178"],["11446.711","14187.574"],["11444.652","14183.565"],["11463.605","14210.470"],["11461.096","14210.636"],["11443.352","14186.093"],["11463.510","14211.473"],["11446.887","14184.664"],["11460.292","14209.016"],["10045.670","14981.823"],["10063.017","15013.785"],["10087.718","14914.473"],["10096.347","14907.085"],["10095.822","14903.806"],["13695.312","13962.787"],["13692.844","13962.922"],["13695.356","13964.000"],["13692.207","13961.410"],["8749.609","18385.279"],["8774.024","18377.270"],["8775.355","18379.600"],["8773.382","18374.811"],["6987.271","16691.903"],["6996.000","16682.389"],["6984.072","16719.608"],["6995.694","16707.255"],["6973.685","16710.030"],["6976.401","16721.415"],["6990.635","16712.340"],["9091.330","18724.829"],["9155.132","18748.443"],["9156.162","18748.386"],["9159.344","18749.451"],["9163.165","18749.732"],["9166.283","18751.145"],["9185.691","18755.207"],["9153.213","18746.925"],["9166.872","18751.730"],["9172.135","18749.827"],["9149.486","18745.845"],["9083.414","18726.978"],["9156.698","18753.209"],["12466.162","16180.031"],["12380.675","16350.081"],["12395.368","16281.465"],["12409.246","16255.958"],["12488.151","16192.488"],["6367.431","12829.034"],["6363.503","12825.755"],["6363.659","12828.811"],["6366.619","12826.274"],["12431.548","16714.524"],["12442.942","16625.829"],["12439.831","16650.280"],["12437.127","16643.687"],["12485.256","16571.246"],["14341.119","15702.592"],["14356.689","15583.768"],["14354.935","15582.477"],["14354.351","15586.066"],["14358.256","15665.744"],["14359.104","15664.850"],["14360.965","15661.593"],["14284.552","15667.268"],["14284.773","15668.460"],["14285.683","15672.052"],["14356.171","15584.992"],["14358.960","15661.666"],["14342.811","15699.102"],["14287.357","15670.551"],["14355.570","15582.151"],["14355.963","15664.920"],["14286.815","15666.148"],["14698.234","15475.010"],["14702.519","15472.537"],["14701.143","15475.855"],["14699.586","15472.359"],["8168.282","13805.405"],["5022.036","17325.993"],["5164.377","17403.584"],["5051.946","17363.954"],["5052.216","17350.451"],["5045.614","17342.871"],["4996.948","17376.593"],["5011.736","17378.328"],["5040.040","17384.401"],["16135.549","5967.900"],["16138.023","5970.870"],["6835.223","18434.417"],["6841.691","18429.479"],["6828.580","18443.995"],["6842.825","18431.955"],["6844.878","18437.008"],["6830.278","18444.590"],["6840.300","18436.830"],["6829.134","18437.618"],["6826.369","18448.007"],["6827.820","18445.309"],["10867.661","15530.522"],["10830.125","15551.744"],["10869.454","15533.726"],["10829.056","15553.015"],["10858.873","15687.062"],["10866.822","15532.223"],["10833.431","15552.503"],["10877.268","15694.702"],["10870.441","15532.884"],["10833.743","15553.494"],["10880.309","15679.520"],["10870.112","15528.772"],["10829.056","15548.936"]] \ No newline at end of file diff --git a/src/gathering/10043.json b/src/gathering/10043.json new file mode 100644 index 0000000..39cdd0f --- /dev/null +++ b/src/gathering/10043.json @@ -0,0 +1 @@ +[["8853.828","16763.400"],["8969.993","16619.942"],["8985.668","16668.233"],["8807.219","16726.033"],["8852.543","16756.348"],["8854.255","16764.686"],["25316.115","17562.541"],["25316.654","17564.122"],["25314.422","17564.658"],["8505.761","15992.872"],["7608.250","17030.757"],["7623.444","17191.345"],["12773.174","13431.015"],["12772.664","13432.345"],["21181.846","15710.199"],["21181.096","15711.764"],["21183.337","15711.630"],["21050.678","15637.654"],["21049.365","15637.695"],["8925.691","18410.118"],["8967.061","18396.883"],["8949.142","18460.619"],["8887.633","18438.094"],["14920.640","9399.020"],["9553.622","14965.813"],["21564.119","15201.248"],["21565.849","15200.666"],["12330.386","16864.563"],["12329.606","16865.993"],["12289.177","16985.562"],["12328.852","16864.975"],["12329.279","16864.139"],["12215.111","16955.840"],["12290.433","16986.698"],["12289.580","16986.844"],["16720.817","14144.924"],["16726.443","14139.083"],["16755.689","14159.062"],["16696.447","14168.248"],["16709.274","14164.880"],["16696.855","14151.465"],["9690.914","18365.716"],["9751.653","18094.041"],["9625.880","18234.891"],["20359.500","15213.862"],["20361.299","15213.669"],["17864.112","13912.066"],["17862.410","13912.723"],["9700.459","16282.547"],["9820.851","16166.411"],["9706.842","16148.804"],["9810.878","16333.561"],["13143.218","16492.216"],["13142.564","16493.503"],["20223.131","15253.371"],["20221.454","15253.964"],["8468.910","17754.304"],["8471.944","17754.667"],["8488.321","17734.165"],["8844.966","17018.166"],["8792.552","17063.338"],["8849.649","17102.895"],["8844.088","17099.500"],["8793.524","17008.645"],["8788.354","17012.195"],["8784.285","17064.348"],["8854.328","16991.017"],["8778.363","17065.438"],["8851.418","16994.834"],["8846.392","17106.256"],["8803.568","17112.625"],["13247.274","15013.881"],["13248.675","15012.978"],["13249.015","15013.990"],["13248.302","15014.604"],["21321.369","12864.388"],["21322.463","12866.223"],["27654.256","9359.437"],["27652.775","9358.314"],["7603.485","16440.778"],["12029.910","12837.954"],["12028.491","12836.871"],["12029.645","12836.310"],["12030.425","12836.901"],["6716.294","13628.393"],["6716.985","13624.838"],["8034.561","8361.798"],["8261.739","11877.793"],["8314.454","11888.210"],["8261.147","11876.416"],["9692.155","14270.165"],["7926.117","15957.037"],["7901.375","16085.026"],["7897.329","16081.576"],["9870.977","16136.949"],["8374.029","15765.076"],["8519.174","15894.300"],["8457.542","15847.080"],["8390.176","15770.651"],["12381.605","14203.131"],["12381.048","14204.433"],["13626.253","9560.774"],["13625.719","9561.889"],["28270.650","10094.875"],["28269.616","10093.433"],["11131.027","14746.854"],["11124.586","14760.108"],["11123.431","14761.303"],["11116.424","14713.384"],["11115.630","14714.819"],["11113.379","14710.045"],["11130.893","14748.204"],["11123.105","14760.089"],["11123.788","14759.445"],["11114.911","14713.754"],["11115.309","14712.986"],["11112.306","14710.716"],["7843.224","17240.066"],["7733.627","17324.600"],["7824.853","17389.453"],["27893.222","10253.921"],["27891.677","10252.938"],["13691.479","16164.527"],["13696.605","16234.054"],["13695.782","16235.533"],["13691.223","16165.855"],["13695.063","16234.470"],["13695.512","16233.632"],["27883.835","9332.293"],["27735.273","9248.369"],["27733.735","9249.447"],["27885.657","9333.366"],["27884.287","9334.999"],["11871.060","12639.539"],["11872.144","12640.251"],["11900.071","12595.799"],["11866.856","12638.414"],["11871.098","12640.882"],["11870.431","12640.415"],["11899.588","12597.173"],["11865.940","12639.551"],["12769.192","14489.646"],["12754.103","14490.076"],["12753.732","14491.442"],["12768.534","14490.874"],["13203.972","12935.157"],["13203.041","12936.226"],["13535.835","16364.267"],["13535.852","16365.739"],["15160.787","9288.216"],["15161.172","9289.896"],["15160.254","9289.221"],["15160.189","9288.267"],["15145.456","9182.382"],["11133.584","13508.098"],["11132.547","13509.288"],["11128.449","13498.858"],["11106.437","13441.361"],["11107.230","13442.537"],["11132.038","13508.131"],["11132.630","13507.421"],["11127.341","13497.861"],["19091.869","14163.275"],["19091.352","14165.171"],["13221.043","15268.868"],["13356.834","15251.533"],["13220.540","15270.230"],["13356.558","15252.933"],["12570.034","12280.211"],["12568.998","12281.400"],["12703.585","12293.418"],["12702.594","12294.648"],["12569.080","12279.534"],["12702.073","12293.494"],["12702.654","12292.768"],["8503.216","16402.988"],["8500.874","16402.301"],["8533.834","16546.359"],["9455.801","15863.774"],["9480.076","15883.967"],["9486.440","15821.391"],["9409.609","15745.773"],["9492.275","15775.031"],["9525.321","15812.285"],["9613.324","15777.059"],["9592.462","15841.286"],["9613.700","15825.652"],["9572.402","15890.640"],["9570.135","15927.320"],["9894.035","17752.361"],["10004.144","17744.630"],["9884.193","17693.920"],["20076.771","14388.871"],["20078.531","14388.364"],["12741.506","13926.874"],["12741.298","13927.960"],["12604.825","13916.093"],["12773.325","13923.180"],["12740.260","13927.619"],["12740.344","13926.899"],["12604.813","13917.509"],["12772.433","13924.225"],["13245.805","14661.029"],["13245.009","14659.687"],["13246.197","14659.418"],["13246.727","14660.164"],["26077.942","15883.444"],["26076.603","15882.191"],["11693.713","17434.383"],["11692.753","17435.373"],["11692.180","17434.366"],["11692.734","17433.719"],["11809.663","13940.392"],["11822.714","13933.651"],["11821.317","13934.104"],["11808.980","13941.646"],["11821.259","13933.015"],["11822.069","13932.667"],["9194.107","17935.103"],["9001.358","17893.039"],["8999.070","17902.431"],["9168.254","17884.161"],["9118.739","17992.406"],["9105.043","17897.775"],["9162.799","17887.153"],["12655.618","14384.324"],["12707.786","14356.637"],["12706.510","14357.714"],["12665.918","14382.875"],["12709.846","14350.624"],["12719.575","14301.522"],["12699.216","14302.478"],["12697.950","14303.503"],["12654.889","14385.572"],["12706.224","14356.485"],["12706.902","14355.851"],["12665.919","14384.297"],["12719.220","14302.779"],["12697.973","14302.372"],["12698.753","14301.865"],["8893.549","16483.782"],["8949.985","16584.746"],["8827.866","16360.977"],["8960.267","16473.112"],["8848.813","16380.531"],["11942.746","12698.503"],["11942.381","12699.884"],["7478.798","13237.116"],["7476.244","13208.830"],["26076.471","17407.639"],["26075.320","17406.236"],["25795.587","17141.058"],["25680.964","17066.432"],["25794.436","17139.655"],["25679.363","17065.528"],["26476.966","8651.033"],["26478.275","8652.240"],["20868.297","12765.892"],["20870.185","12765.818"],["9044.521","16441.127"],["9141.179","16540.678"],["9120.083","16490.354"],["27450.258","11784.936"],["27448.778","11783.824"],["27418.329","11884.461"],["27416.708","11883.520"],["25044.940","16656.847"],["25046.144","16658.047"],["12481.957","12136.118"],["12564.072","12275.960"],["12563.334","12253.313"],["12563.804","12251.430"],["12481.710","12137.554"],["12562.661","12276.372"],["12564.654","12252.338"],["12564.479","12253.317"],["8757.874","16519.252"],["9397.695","15289.588"],["20184.735","16072.501"],["20186.465","16072.001"],["8779.960","17217.053"],["8974.658","17397.667"],["8893.988","17393.771"],["8926.199","17392.152"],["11897.232","17085.926"],["11896.108","17092.474"],["11890.565","17179.645"],["11905.524","17089.805"],["11915.573","17085.740"],["11890.117","17181.029"],["10066.125","11853.007"],["10076.288","11891.822"],["21826.907","9387.142"],["12877.383","12935.274"],["12909.722","12837.307"],["12876.852","12936.630"],["12909.049","12838.594"],["12517.615","17035.469"],["12517.509","17036.904"],["6857.998","16200.183"],["19460.617","14456.175"],["19459.140","14456.975"],["13378.235","14857.415"],["13333.429","14832.287"],["13333.726","14830.838"],["13239.872","14795.528"],["13233.033","14789.776"],["13231.995","14789.049"],["13377.758","14858.768"],["13334.743","14831.190"],["13334.690","14832.065"],["13239.187","14796.578"],["13232.763","14788.229"],["13233.468","14788.612"],["8910.797","16985.231"],["8872.964","16975.440"],["8883.076","16936.076"],["27720.432","11214.319"],["27718.951","11213.196"],["27542.974","11153.588"],["27541.524","11152.441"],["8722.062","16474.665"],["6278.664","16873.064"],["17870.516","12477.393"],["17872.219","12476.754"],["21279.585","10818.372"],["21281.192","10818.981"],["9968.864","17384.036"],["8680.921","15580.526"],["13711.858","9672.546"],["13711.695","9673.898"],["9945.019","16491.071"],["9963.303","16445.426"],["9052.051","17052.516"],["8106.495","17521.396"],["7969.144","17514.164"],["7973.809","17510.825"],["7957.602","17515.449"],["6829.623","15926.043"],["6873.557","15794.638"],["6827.056","15753.673"],["6733.208","15730.432"],["6848.399","15895.676"],["8890.615","17950.938"],["8947.932","17911.969"],["8873.353","17843.809"],["8952.928","17929.812"],["8941.264","17928.695"],["8871.080","17838.715"],["8881.822","17853.576"],["8816.686","17969.293"],["8792.858","17920.225"],["8795.261","17928.340"],["8790.310","17893.868"],["8786.228","17883.089"],["8847.054","18036.063"],["8854.508","18037.926"],["8857.049","17979.047"],["8850.701","17980.002"],["8823.147","17968.461"],["8952.906","17914.457"],["8781.629","17885.987"],["8790.857","17887.828"],["8852.359","18035.612"],["8588.313","17107.785"],["8584.388","17021.537"],["8568.099","17139.915"],["8597.417","17009.277"],["8579.438","17080.305"],["8698.355","17046.175"],["8683.996","17042.537"],["8666.529","17018.928"],["8702.956","17006.759"],["8721.707","16992.284"],["8697.336","17047.001"],["8667.984","17018.246"],["6685.169","16017.215"],["13351.884","15374.832"],["13353.067","15376.066"],["13310.794","15341.227"],["13355.342","15320.804"],["13351.905","15376.529"],["13351.205","15375.865"],["13308.315","15334.244"],["13354.948","15319.438"],["7685.258","13326.792"],["7701.751","16801.716"],["7686.701","16828.864"],["10062.070","17640.086"],["10205.961","17740.804"],["10218.736","17710.322"],["10231.926","17719.779"],["10224.640","17716.192"],["10244.171","17773.493"],["10249.489","17755.621"],["10247.955","17733.945"],["10207.656","17748.158"],["10215.200","17748.261"],["10237.026","17742.968"],["10237.738","17760.267"],["8534.190","15855.602"],["8562.400","15760.177"],["21069.294","16335.675"],["18580.920","13402.103"],["18581.185","13403.745"],["10252.842","17772.823"],["10253.480","17765.350"],["9860.815","16197.710"],["9873.862","16150.547"],["9857.941","16161.698"],["9976.356","16178.159"],["9944.620","16227.938"],["9928.026","16240.948"],["9942.495","16261.015"],["9967.293","16238.422"],["9862.775","16615.371"],["9960.815","16672.562"],["9901.646","16567.641"],["9873.810","16673.295"],["9077.926","17484.111"],["9094.008","17532.446"],["9067.946","17587.652"],["9065.075","17605.521"],["9173.852","17599.067"],["8451.509","18109.866"],["14480.809","8678.263"],["14479.529","8679.293"],["14479.227","8678.209"],["14479.901","8677.557"],["10171.907","12326.287"],["10104.393","12251.435"],["10249.973","12195.688"],["10172.766","12327.395"],["10104.553","12252.237"],["7680.098","16275.762"],["7679.975","16141.894"],["8794.069","16712.166"],["8780.716","16661.820"],["8922.990","16678.790"],["8934.197","16742.457"],["8941.011","16775.049"],["8878.469","16683.613"],["8875.814","16685.898"],["8853.617","16716.205"],["8857.011","16712.964"],["8697.033","16617.150"],["8697.546","16683.821"],["8740.302","16577.152"],["8739.698","16576.097"],["8695.545","16618.787"],["8696.770","16618.601"],["8698.542","16683.206"],["8606.002","16632.081"],["13131.713","13688.503"],["13130.749","13689.806"],["13130.164","13688.676"],["13130.706","13687.914"],["9673.261","14931.833"],["26035.097","16932.295"],["26036.586","16933.404"],["8377.572","16556.255"],["8754.984","17042.321"],["8754.838","17106.566"],["8671.776","16986.752"],["8753.648","17100.537"],["8750.164","17105.819"],["25412.208","16867.563"],["25489.574","16976.695"],["25488.103","16977.738"],["25410.754","16868.869"],["20402.724","16332.772"],["20400.887","16332.750"],["28052.048","12126.797"],["28053.398","12127.774"],["13269.515","16131.225"],["13268.703","16132.408"],["13547.205","16297.791"],["13546.808","16296.572"],["13547.461","16295.920"],["26644.190","8832.903"],["26644.224","8831.305"],["7664.983","17509.463"],["7816.310","17064.019"],["8897.066","12585.558"],["8898.135","12586.429"],["12872.467","16322.993"],["12872.253","16324.412"],["12917.875","12973.277"],["12906.970","13078.845"],["12906.894","13076.993"],["12964.227","13154.115"],["12965.913","13153.981"],["12901.183","13089.005"],["12963.434","13141.933"],["12952.945","13136.035"],["12917.619","12974.697"],["12908.072","13077.503"],["12908.128","13078.498"],["12965.575","13152.817"],["12900.765","13090.388"],["12962.995","13143.321"],["12951.653","13135.327"],["12964.647","13152.968"],["14648.493","9789.371"],["14647.933","9790.892"],["14511.088","9680.714"],["14557.134","9702.754"],["14647.220","9789.852"],["14647.607","9789.000"],["8937.993","12452.831"],["8945.684","12355.302"],["8938.881","12453.873"],["8911.385","17025.615"],["20812.993","15019.789"],["20811.453","15020.199"],["12876.534","12879.303"],["12876.697","12880.943"],["12865.183","12886.606"],["12875.530","12880.466"],["12875.428","12879.525"],["12864.749","12887.996"],["15105.647","9124.415"],["8730.979","17838.428"],["8757.700","18018.912"],["8763.435","18017.564"],["8753.517","18024.205"],["18337.413","14247.407"],["18339.173","14246.900"],["27406.983","9650.775"],["27405.019","9650.819"],["14108.338","8516.399"],["14107.221","8517.086"],["14106.957","8515.874"],["14107.640","8515.414"],["9388.928","16393.853"],["9350.217","16424.682"],["9285.806","16435.770"],["9220.851","16373.902"],["9252.863","16362.695"],["9250.206","16361.988"],["9254.160","16354.504"],["9384.697","16383.709"],["9382.066","16381.930"],["9382.948","16383.152"],["11321.422","13010.677"],["11325.697","12971.512"],["11418.662","13015.622"],["11345.629","13005.764"],["11381.508","13010.222"],["11399.940","12998.178"],["11361.728","13033.131"],["11324.394","13019.702"],["11347.312","13005.102"],["11348.987","13005.095"],["11346.825","13004.545"],["11129.302","17296.979"],["11128.225","17296.132"],["11079.554","12929.448"],["11080.670","12930.173"],["13011.312","14215.906"],["13012.377","14215.142"],["13046.252","14227.876"],["13010.923","14214.794"],["13011.564","14214.278"],["13045.781","14229.230"],["14233.681","8553.198"],["14061.667","8628.596"],["14233.313","8554.530"],["7133.879","13068.616"],["20859.647","13102.583"],["20861.128","13103.706"],["25517.328","17492.269"],["25518.644","17493.551"],["12292.390","13829.589"],["12291.350","13830.756"],["12290.835","13829.622"],["12291.425","13828.915"],["11088.616","14292.126"],["11087.436","14292.975"],["11087.152","14291.772"],["11087.853","14291.239"],["13103.342","12994.024"],["13102.387","12995.396"],["13029.023","13135.606"],["13095.669","13000.869"],["13017.221","13112.332"],["13017.934","13113.704"],["13101.796","12994.269"],["13102.303","12993.488"],["13028.987","13137.030"],["13095.379","13002.248"],["13016.809","13113.834"],["13016.356","13113.046"],["8346.689","16490.779"],["8304.702","16467.267"],["8297.645","16460.893"],["8169.998","16439.588"],["8199.178","16437.699"],["8157.756","16532.410"],["21097.574","16064.350"],["21096.016","16065.236"],["21153.600","15963.574"],["21155.257","15962.954"],["21058.221","16113.732"],["7050.656","13072.244"],["7047.652","13083.267"],["7027.035","13057.026"],["9815.857","16829.656"],["7207.559","13072.979"],["18740.142","14115.850"],["18738.328","14115.623"],["17537.583","12360.979"],["17536.009","12361.809"],["12830.363","12506.028"],["12830.014","12507.437"],["20148.410","14969.378"],["20150.170","14968.871"],["27990.703","11869.996"],["27989.223","11868.873"],["22553.109","14791.523"],["22551.628","14790.400"],["21271.375","15925.888"],["21269.767","15926.636"],["8024.941","16931.654"],["8061.323","16803.271"],["17336.679","4459.641"],["17336.282","4458.422"],["17336.935","4457.769"],["9593.100","16338.427"],["9591.747","16337.885"],["9509.967","16221.978"],["9477.426","16318.953"],["9413.575","16349.113"],["6896.506","13643.528"],["6986.696","13757.636"],["18195.024","14086.496"],["18193.358","14087.187"],["11180.698","12973.127"],["11129.945","12981.299"],["11093.622","12990.853"],["11094.836","12989.941"],["11301.191","12989.481"],["11167.841","13043.545"],["11166.568","13044.495"],["11179.977","12971.780"],["11128.736","12981.441"],["11094.788","12991.062"],["11166.317","13043.251"],["11167.051","13042.683"],["27104.815","9619.062"],["27106.394","9620.059"],["9319.221","18634.070"],["27829.417","10835.613"],["27830.897","10836.455"],["9304.364","18069.116"],["11306.259","14187.308"],["11305.589","14188.599"],["9100.931","15753.660"],["9065.489","15723.167"],["9191.624","15856.673"],["9120.673","15826.304"],["8170.857","16684.541"],["7828.997","13375.477"],["7832.939","13371.865"],["7902.828","13286.524"],["7869.762","13314.706"],["27665.066","11096.441"],["27665.847","11097.990"],["28239.456","12046.517"],["28240.936","12047.640"],["11254.957","12910.184"],["11253.670","12910.076"],["11228.890","12950.910"],["11150.757","12957.118"],["11208.902","12965.804"],["11258.767","12906.353"],["11246.063","12912.180"],["11277.801","12931.683"],["12132.520","14004.538"],["11959.869","13937.027"],["11975.545","13942.650"],["12131.764","14005.755"],["11959.429","13938.380"],["11975.233","13944.047"],["12975.459","14120.533"],["12974.403","14121.743"],["12868.644","14047.049"],["12973.890","14120.608"],["12974.475","14119.883"],["12868.124","14048.395"],["19763.679","14103.507"],["19765.153","14102.544"],["7622.041","13085.094"],["7623.236","13066.976"],["7623.386","13090.405"],["21325.793","13532.769"],["21326.875","13534.220"],["18053.565","13605.775"],["8212.334","17084.285"],["18620.153","12859.817"],["18618.565","12860.648"],["18562.678","12936.677"],["18561.039","12937.426"],["13013.419","12589.651"],["13012.573","12591.079"],["13011.895","12589.994"],["13012.360","12589.178"],["8945.924","11602.481"],["8947.050","11603.299"],["8901.644","15601.064"],["20611.539","10978.857"],["20612.813","10979.914"],["9463.709","18743.870"],["9810.947","17720.748"],["9817.425","17638.040"],["9704.082","17677.985"],["9642.063","17635.976"],["9740.146","17779.385"],["9737.354","17775.487"],["9822.208","17826.063"],["9821.515","17716.323"],["9705.705","17826.069"],["9629.615","17623.209"],["9820.312","17830.040"],["12742.562","16478.385"],["12742.069","16479.756"],["18443.442","12509.345"],["18445.201","12508.838"],["20327.489","12018.034"],["20325.996","12016.968"],["6910.059","15738.966"],["7048.751","15831.182"],["11321.102","12962.515"],["11411.763","12966.111"],["11324.062","12964.430"],["14865.467","8681.034"],["14864.922","8682.361"],["28059.192","12395.318"],["28060.672","12396.382"],["9442.973","18137.366"],["10017.161","11819.585"],["9855.684","11880.343"],["10016.355","11820.711"],["9854.875","11881.419"],["8883.121","18065.613"],["8859.205","18078.898"],["8854.508","18076.031"],["8908.237","18193.360"],["8826.760","18081.917"],["9065.926","15578.066"],["9044.437","15647.658"],["7674.253","17407.505"],["9741.074","17921.912"],["9742.840","17926.573"],["9704.721","17837.284"],["11161.361","16677.023"],["11162.336","16683.104"],["12076.979","17104.179"],["11997.121","17026.625"],["11991.913","17021.934"],["12076.523","17105.540"],["11990.931","17026.656"],["11991.417","17025.845"],["22022.556","9252.845"],["22024.319","9253.724"],["22023.124","9255.645"],["10469.586","12308.550"],["9268.638","17272.571"],["9381.500","17288.036"],["13012.007","13846.633"],["13042.951","13959.952"],["13011.695","13848.055"],["13042.457","13961.323"],["27760.075","11325.601"],["27758.800","11324.305"],["21234.307","12687.138"],["21232.752","12686.117"],["18543.217","12973.014"],["18541.550","12973.706"],["13129.213","12948.655"],["13130.119","12950.059"],["13077.177","12843.159"],["13076.142","12844.423"],["13166.276","12843.039"],["13128.881","12950.175"],["13128.357","12949.377"],["13075.611","12843.272"],["13076.185","12842.531"],["13165.588","12844.311"],["7798.412","17596.398"],["7779.040","17579.456"],["8236.802","17549.119"],["8300.752","17602.589"],["8136.390","16502.684"],["8005.925","16401.669"],["8122.163","16402.556"],["8088.290","16459.286"],["9326.607","17894.121"],["9246.193","18040.084"],["8669.536","17775.592"],["8666.309","17774.539"],["8599.368","17760.481"],["8569.771","17721.497"],["12829.063","14217.481"],["12828.157","14216.392"],["12799.976","14214.691"],["12798.657","14213.906"],["12829.276","14215.921"],["12829.870","14216.549"],["12799.612","14213.127"],["12800.418","14213.546"],["8120.338","17025.556"],["12783.503","13434.049"],["12782.785","13435.280"],["20686.806","12312.618"],["20688.283","12313.636"],["27716.752","11558.968"],["27715.084","11558.073"],["9043.773","16817.190"],["9170.957","16798.739"],["10938.503","17118.942"],["10937.467","17120.131"],["11083.470","17115.173"],["10936.957","17118.975"],["10937.549","17118.265"],["11083.087","17116.566"],["17325.309","4526.117"],["17325.326","4527.589"],["20900.044","13250.775"],["20898.610","13249.626"],["8214.583","15818.420"],["8237.727","15723.531"],["8329.106","15861.017"],["8285.683","15780.352"],["12805.686","14391.912"],["12804.709","14393.279"],["12790.871","14396.263"],["12804.136","14392.154"],["12804.689","14391.419"],["12790.826","14397.717"],["6853.322","15673.129"],["10960.265","14785.703"],["10959.190","14786.983"],["10960.577","14778.903"],["10958.718","14785.792"],["10959.334","14785.085"],["10960.152","14780.281"],["21504.907","15359.680"],["21503.313","15359.582"],["28243.661","11171.055"],["28242.325","11169.908"],["28018.034","11661.219"],["28016.553","11660.096"],["9001.363","18216.179"],["9104.966","18220.904"],["19428.709","14229.727"],["19426.982","14230.496"],["8887.143","16189.691"],["18021.218","12242.557"],["18019.525","12243.646"],["18021.758","12244.324"],["9003.619","17285.889"],["12301.423","12218.066"],["12299.726","12217.885"],["12340.264","12147.713"],["12341.024","12146.258"],["12300.344","12216.783"],["12301.304","12216.845"],["12339.364","12147.059"],["3825.151","12756.159"],["17921.119","13174.099"],["17922.535","13173.325"],["8582.006","15893.837"],["8675.185","15913.905"],["8718.666","15930.676"],["8664.831","15799.112"],["8959.048","15506.532"],["14941.531","9323.899"],["14941.037","9325.270"],["25612.754","17099.400"],["25614.281","17100.297"],["8972.478","17528.158"],["3132.130","12413.135"],["12490.550","12379.395"],["12489.715","12380.568"],["12489.115","12379.449"],["12489.627","12378.736"],["11438.431","17422.536"],["11437.263","17422.043"],["11368.507","17415.171"],["11437.980","17421.192"],["11438.754","17421.461"],["11369.186","17418.163"],["19980.307","13979.994"],["19982.067","13979.487"],["9494.421","17987.929"],["9508.921","17981.664"],["9473.132","18039.757"],["9502.818","17933.056"],["9461.845","17871.502"],["9499.992","17907.679"],["9501.377","17908.902"],["9981.376","16918.387"],["9988.781","16920.617"],["9951.541","16860.121"],["9221.258","16105.973"],["9314.985","16131.857"],["9253.230","16016.078"],["9264.591","15986.284"],["9367.583","15954.719"],["9399.766","16115.389"],["9383.370","16103.733"],["9388.771","16123.868"],["9375.521","16046.666"],["9374.670","18462.039"],["8706.693","12596.161"],["8706.133","12594.795"],["13087.655","16581.590"],["13086.892","16583.126"],["13011.496","16694.626"],["13086.131","16582.090"],["13086.553","16581.246"],["13011.049","16695.947"],["9817.341","16047.544"],["9670.316","16071.928"],["8740.701","15341.670"],["8567.543","15484.213"],["9989.056","17541.605"],["9988.106","17529.457"],["9866.814","17471.423"],["10072.339","14558.221"],["9909.389","11661.142"],["9883.129","11625.906"],["9912.815","11680.585"],["9910.289","11662.195"],["9882.054","11626.864"],["8285.269","16854.660"],["9202.728","17820.396"],["9291.294","17753.065"],["9215.936","17711.639"],["12059.955","16964.797"],["12059.546","16966.179"],["7585.740","16598.942"],["7568.136","16632.234"],["7638.177","16604.698"],["18053.287","13603.807"],["12478.558","12125.922"],["12476.985","12125.841"],["12477.647","12125.177"],["10808.376","14289.362"],["10807.922","14287.842"],["10809.170","14288.131"],["10809.417","14289.025"],["13959.612","11150.145"],["21058.834","15230.258"],["21060.462","15229.539"],["21162.992","15164.973"],["21164.752","15164.466"],["10914.744","13196.616"],["10920.768","13216.901"],["9394.960","18823.985"],["9309.198","18741.262"],["13030.811","14240.993"],["13065.487","14271.236"],["13030.862","14242.450"],["13065.335","14272.675"],["12429.810","14325.418"],["12431.359","14326.121"],["12430.417","14326.934"],["12429.528","14326.577"],["8862.651","16249.939"],["8924.614","16273.706"],["8959.295","16296.665"],["8895.090","16302.048"],["11303.609","14334.303"],["11302.272","14335.132"],["11156.793","14293.060"],["11301.423","14263.432"],["11300.531","14264.694"],["11231.422","14330.241"],["11266.882","14445.328"],["11244.397","14321.241"],["11243.074","14322.252"],["11275.236","14442.965"],["11302.046","14334.147"],["11302.766","14333.579"],["11152.549","14293.891"],["11299.888","14263.811"],["11300.342","14263.022"],["11230.540","14331.367"],["11266.510","14446.723"],["11242.828","14321.023"],["11243.548","14320.419"],["11274.376","14444.088"],["10298.341","11844.957"],["13098.684","16110.990"],["13097.648","16112.179"],["13097.138","16111.023"],["13097.730","16110.313"],["27461.685","11592.503"],["27462.936","11593.771"],["27918.786","10923.727"],["27917.448","10922.484"],["8940.036","11761.192"],["26931.101","9036.995"],["26929.621","9035.872"],["20303.422","14573.108"],["20305.181","14572.601"],["7917.361","16615.935"],["8617.850","16879.159"],["8724.078","16807.970"],["8737.086","16957.003"],["7713.082","16123.282"],["12820.320","13849.739"],["12823.226","13893.964"],["12821.772","13893.651"],["12788.535","13922.022"],["12956.523","13933.026"],["12955.423","13934.182"],["12819.901","13851.134"],["12822.275","13892.648"],["12823.157","13892.749"],["12788.668","13923.338"],["12954.947","13933.056"],["12955.553","13932.352"],["8148.654","17754.416"],["17821.105","12948.761"],["17819.714","12950.075"],["17822.084","12950.262"],["28212.685","11538.348"],["28213.656","11539.948"],["28211.611","11540.965"],["9690.070","16683.614"],["9733.384","16584.513"],["10945.659","13102.912"],["11009.950","13052.361"],["11020.334","12987.714"],["10950.723","13020.996"],["10887.536","13072.632"],["10890.363","13125.859"],["10946.280","13035.139"],["10892.981","13088.224"],["10956.132","13078.171"],["11065.721","12996.507"],["11069.081","12996.538"],["10935.085","13044.530"],["11015.342","13053.003"],["10884.331","13077.431"],["10883.716","13076.005"],["10905.228","13106.758"],["10904.181","13107.437"],["10918.694","13171.913"],["11067.620","12996.742"],["10154.579","12013.276"],["10136.127","11960.997"],["10153.401","12014.122"],["10188.813","12104.076"],["9055.839","15387.464"],["9151.557","15442.087"],["12255.556","13911.919"],["12254.674","13913.333"],["12245.587","13911.442"],["12154.940","14007.469"],["12154.023","14006.176"],["12168.399","14021.373"],["12254.134","13912.402"],["12254.544","13911.556"],["12245.223","13912.664"],["12155.049","14005.834"],["12155.655","14006.528"],["12168.706","14022.787"],["14775.849","9706.321"],["14776.883","9707.751"],["14775.594","9707.754"],["14775.068","9706.923"],["21186.167","13209.904"],["21184.593","13210.800"],["8228.498","16326.919"],["20693.810","11974.993"],["20692.165","11974.093"],["8983.781","15976.236"],["8870.022","16100.162"],["8871.873","16139.564"],["8954.686","16082.830"],["8903.935","16124.692"],["8910.360","16041.850"],["8829.085","16039.825"],["9349.173","17080.471"],["9215.221","17109.284"],["22223.798","14427.535"],["22222.096","14428.456"],["7041.922","16149.492"],["6974.317","16160.243"],["6971.591","16173.026"],["6982.623","16193.852"],["7009.324","16178.763"],["6997.569","16206.204"],["8382.442","16266.235"],["8490.929","16223.564"],["8484.676","16277.657"],["25836.518","17009.020"],["25835.887","17010.898"],["23133.775","16487.445"],["23131.982","16486.948"],["6889.378","13564.079"],["6901.557","13567.383"],["12387.450","13897.742"],["12466.823","14020.157"],["12467.734","14018.636"],["12502.735","14005.422"],["12501.932","14006.543"],["12386.959","13899.093"],["12468.323","14019.636"],["12467.786","14020.423"],["12501.225","14005.856"],["12501.635","14005.121"],["8278.648","17832.741"],["13850.195","10881.088"],["13844.459","10882.436"],["13854.377","10875.795"],["12715.376","16418.095"],["12714.575","16419.593"],["12713.833","16418.550"],["12714.257","16417.703"],["22560.045","14537.797"],["22560.241","14539.070"],["22557.937","14539.033"],["12768.102","16621.701"],["12767.421","16622.945"],["6868.052","15717.016"],["14354.526","8961.710"],["14982.806","8944.019"],["14922.397","8807.335"],["14982.260","8945.368"],["14921.904","8808.706"],["14944.294","8951.993"],["20205.372","15703.309"],["20203.762","15702.530"],["10738.540","16937.913"],["10737.983","16939.251"],["25346.681","17114.061"],["25344.922","17113.401"],["14862.488","9492.261"],["14861.995","9493.631"],["9083.539","18594.179"],["6946.307","13316.413"],["6973.734","13324.769"],["9976.865","14767.156"],["10007.981","14781.562"],["9877.057","14772.559"],["9250.883","17554.774"],["9844.035","15877.728"],["10974.408","13945.375"],["11006.799","13988.336"],["11059.769","14021.552"],["10974.037","13946.770"],["11006.501","13989.760"],["11059.349","14022.947"],["25707.984","16944.276"],["25706.504","16943.153"],["25705.380","16862.992"],["25704.040","16861.978"],["14982.515","9076.481"],["14982.280","9077.907"],["27283.737","16055.202"],["27227.124","16130.207"],["27225.506","16129.368"],["27282.222","16054.140"],["12900.572","14595.015"],["12892.918","14589.915"],["12904.439","14605.801"],["12905.247","14607.146"],["12900.555","14596.441"],["12892.391","14591.215"],["12904.238","14607.439"],["12903.695","14606.704"],["8267.742","16672.027"],["8252.272","16764.035"],["9663.273","16453.996"],["9635.876","16393.691"],["9807.245","16490.711"],["9823.113","16494.823"],["21706.923","8979.482"],["21707.614","8980.549"],["8525.479","16821.150"],["8743.663","16787.513"],["8706.812","16951.811"],["9444.855","16358.819"],["9447.774","16364.723"],["9538.987","16498.520"],["9449.514","16489.244"],["9496.378","16363.170"],["9099.914","18441.452"],["9115.243","18324.237"],["9052.247","18396.340"],["9067.695","18315.544"],["8458.880","15652.387"],["8373.428","15556.304"],["8367.569","15709.173"],["12625.492","12370.515"],["12626.514","12369.036"],["12773.506","12405.032"],["12772.166","12404.101"],["12627.098","12370.174"],["12626.529","12370.991"],["12773.181","12403.387"],["12773.979","12403.883"],["10964.597","14526.821"],["10964.995","14527.891"],["10961.235","14501.941"],["10963.500","14527.042"],["10963.747","14527.755"],["10960.758","14503.303"],["9491.856","15695.160"],["9439.403","15557.845"],["9499.046","15703.640"],["9557.922","15530.147"],["9589.752","15672.088"],["9533.737","15687.796"],["9490.064","15652.006"],["9496.860","15560.260"],["9545.849","15609.251"],["9493.332","15593.030"],["10254.782","12326.937"],["10271.449","12167.483"],["10364.706","12236.291"],["10255.161","12325.504"],["10270.621","12168.588"],["10415.637","12140.813"],["17620.173","17545.692"],["17641.767","17544.194"],["17646.939","17560.227"],["17696.477","17558.576"],["17674.004","17568.331"],["17702.054","17532.032"],["20800.972","16104.148"],["20799.233","16104.232"],["27481.673","12172.778"],["27480.093","12171.806"],["12813.693","13201.366"],["12814.915","13200.261"],["12812.447","13208.293"],["12815.282","13201.471"],["12814.587","13202.109"],["12811.975","13209.670"],["25094.143","16937.461"],["25095.074","16938.553"],["7982.911","16300.646"],["7985.481","16303.383"],["7999.211","16212.198"],["12375.510","16973.499"],["12491.915","16911.762"],["12490.715","16912.915"],["12375.045","16974.828"],["12490.345","16911.698"],["12490.993","16911.029"],["7606.114","16818.431"],["8927.071","17549.922"],["27805.002","11771.304"],["27804.078","11769.826"],["27769.122","11811.111"],["27767.642","11809.988"],["8246.785","16079.210"],["8175.465","16123.532"],["8166.172","16022.098"],["13291.188","15620.500"],["13290.056","15621.192"],["13290.013","15619.911"],["13290.739","15619.497"],["21323.403","12537.462"],["21323.518","12538.998"],["21321.231","12539.097"],["13680.823","11350.078"],["13169.008","14642.457"],["13063.150","14622.538"],["13063.948","14624.001"],["13055.251","14633.341"],["13169.208","14643.894"],["13062.732","14624.119"],["13062.239","14623.304"],["13054.753","14634.710"],["21088.232","12265.904"],["21086.765","12264.802"],["7647.295","17234.111"],["7707.593","17268.905"],["9302.296","15608.365"],["9343.975","15670.723"],["9247.780","15711.063"],["9294.307","15675.425"],["9283.906","15640.483"],["9402.143","15616.795"],["9343.613","15668.714"],["10488.849","13013.493"],["10487.165","13013.758"],["10473.543","13024.044"],["10487.567","13012.538"],["10488.515","13012.382"],["10473.128","13025.387"],["8792.806","17640.076"],["19904.946","11107.674"],["19903.186","11108.181"],["10805.017","14454.149"],["10804.672","14455.736"],["10682.538","14605.830"],["10803.673","14454.938"],["10803.857","14454.023"],["10682.558","14607.258"],["27493.398","10255.392"],["27494.879","10256.515"],["12260.834","17269.723"],["12260.734","17271.117"],["12414.242","12234.280"],["12412.947","12235.099"],["12427.493","12239.583"],["12477.379","12127.054"],["12412.686","12233.941"],["12413.420","12233.407"],["12426.358","12238.600"],["9279.169","16247.133"],["9323.611","16321.774"],["9393.422","16232.395"],["9299.672","16180.508"],["26994.616","9518.631"],["26993.135","9517.508"],["21141.617","15493.949"],["21140.358","15495.258"],["22398.700","14370.224"],["22399.996","14371.523"],["9050.348","16342.100"],["12823.607","13759.871"],["12822.401","13760.998"],["12827.313","13776.466"],["12822.043","13759.764"],["12822.677","13759.142"],["12826.436","13777.589"],["21745.731","14083.108"],["21747.211","14084.231"],["8528.743","16655.604"],["8558.060","16621.354"],["8560.070","16609.157"],["8435.278","16580.905"],["8357.940","16625.080"],["8881.614","16798.729"],["8887.918","16830.203"],["8872.535","16829.677"],["8882.877","16802.710"],["8881.626","16792.128"],["8874.162","16780.020"],["8850.856","16853.800"],["8888.564","16826.933"],["8889.109","16825.870"],["20285.492","12536.096"],["20285.523","12534.378"],["20656.791","12698.543"],["20656.906","12700.079"],["20654.620","12700.178"],["20792.566","16318.375"],["20790.806","16318.882"],["19569.910","11860.020"],["19571.662","11859.507"],["8998.276","16152.650"],["9128.611","16304.513"],["9125.129","16294.815"],["9145.795","16279.419"],["9184.337","16240.683"],["7916.287","16160.868"],["7854.014","16321.790"],["7827.708","16172.238"],["7835.250","16524.815"],["7887.195","16459.247"],["7898.506","16477.531"],["7899.829","16393.875"],["7871.579","16396.789"],["9806.913","11518.699"],["9713.188","11511.258"],["9807.571","11543.950"],["9808.071","11519.398"],["9714.544","11511.500"],["9807.955","11545.238"],["14583.496","9015.546"],["14582.376","9016.475"],["14581.988","9015.291"],["14582.649","9014.706"],["14570.974","8956.441"],["12573.955","17075.824"],["12573.012","17077.181"],["12615.726","17107.959"],["12709.055","17088.854"],["12709.429","17090.288"],["12572.379","17076.130"],["12572.873","17075.324"],["12614.913","17109.115"],["12708.482","17090.512"],["12708.137","17089.720"],["9350.940","15442.395"],["9311.618","15412.412"],["9389.384","15332.632"],["9408.822","15439.334"],["12718.592","12554.331"],["12705.996","12560.635"],["12718.082","12553.175"],["12718.674","12552.465"],["12704.623","12561.055"],["9197.026","17208.542"],["9191.914","17231.377"],["8680.129","18166.235"],["20504.398","16364.139"],["20502.638","16364.646"],["13743.582","9043.860"],["13716.185","8971.553"],["13714.756","8972.474"],["13765.614","8983.697"],["13764.570","8984.985"],["13742.095","9044.152"],["13742.554","9043.403"],["13714.605","8971.231"],["13715.350","8970.675"],["13764.051","8983.812"],["13764.627","8983.074"],["9188.216","15286.271"],["28621.211","12079.286"],["28619.759","12078.262"],["28771.002","12034.222"],["28772.522","12035.064"],["8408.001","11895.545"],["8406.736","11896.306"],["6699.854","16985.540"],["14206.593","8824.775"],["8484.762","16328.859"],["8419.478","16224.211"],["8412.935","16288.723"],["9286.557","17719.666"],["9228.946","17637.816"],["12002.223","14338.699"],["12052.317","14277.775"],["12076.635","14253.537"],["12075.572","14254.835"],["12001.914","14340.098"],["12052.534","14279.154"],["12075.079","14253.681"],["12075.682","14252.986"],["27645.754","12471.129"],["27644.158","12470.135"],["9444.277","18467.836"],["9525.446","18653.193"],["18618.928","12626.324"],["18617.367","12627.256"],["21596.648","14453.520"],["21595.296","14452.660"],["8612.443","12315.458"],["8613.759","12315.059"],["20036.629","13484.793"],["20035.142","13484.918"],["18706.345","13737.391"],["18704.819","13736.422"],["21613.673","9391.732"],["21612.480","9390.596"],["9580.592","14075.284"],["9535.490","14068.111"],["27698.457","10662.775"],["27696.976","10661.737"],["4120.000","12561.695"],["4121.342","12567.454"],["4126.614","12571.654"],["20626.981","12390.882"],["20673.738","12442.680"],["20628.383","12392.471"],["20673.853","12444.216"],["20671.567","12444.315"],["27760.709","12425.294"],["27762.215","12426.241"],["9829.694","14747.099"],["9811.381","14783.080"],["9745.150","14738.042"],["9692.889","14870.432"],["9676.558","14843.771"],["9812.323","14023.353"],["7956.261","17449.855"],["21531.840","10846.794"],["21533.237","10847.937"],["9564.034","15937.805"],["9505.515","15939.712"],["9475.663","16015.750"],["9510.704","16115.721"],["9583.495","16125.272"],["9562.786","16103.657"],["9568.680","15995.136"],["9473.855","16000.499"],["9457.187","15967.773"],["9423.566","16068.017"],["9569.422","15928.208"],["9568.120","15958.146"],["9568.763","15959.324"],["13334.424","16590.667"],["13333.151","16591.631"],["13332.880","16590.431"],["13333.590","16589.835"],["7746.708","17144.719"],["7730.454","17182.744"],["11574.158","16226.832"],["11573.195","16228.192"],["11599.647","16269.277"],["11572.589","16227.064"],["11573.117","16226.284"],["11599.144","16270.641"],["13672.729","15867.552"],["13721.495","15920.350"],["13721.962","15921.993"],["13671.772","15868.613"],["13720.801","15921.921"],["13720.464","15921.019"],["8588.169","12452.844"],["8588.587","12451.433"],["9983.466","16202.123"],["9999.163","16186.692"],["9998.039","16189.240"],["10833.524","17157.504"],["10832.452","17158.515"],["10774.544","17067.918"],["10831.971","17157.445"],["10832.579","17156.798"],["10774.113","17069.306"],["17971.450","13012.483"],["17969.800","13013.122"],["8133.703","16570.021"],["8309.964","13272.677"],["8314.485","13281.070"],["8224.387","13212.033"],["8687.423","17215.346"],["8757.344","17312.366"],["8759.348","17207.352"],["8748.870","17355.375"],["9166.294","16075.847"],["9100.453","16130.658"],["21876.269","9956.814"],["21877.982","9956.178"],["11667.319","14079.732"],["11666.417","14081.081"],["11525.811","14173.306"],["11524.957","14174.701"],["11665.782","14080.083"],["11666.245","14079.272"],["11524.276","14173.677"],["11524.723","14172.853"],["8785.196","15774.183"],["10404.117","12475.405"],["10446.361","12475.065"],["10447.486","12475.726"],["10405.423","12475.790"],["10446.304","12475.818"],["10445.673","12475.280"],["6406.578","16596.447"],["6359.382","16734.607"],["9397.723","15838.367"],["9390.834","15810.215"],["9399.769","15722.867"],["9263.586","15750.959"],["9230.051","15901.615"],["9381.880","15811.798"],["9264.904","15838.300"],["14667.814","8585.059"],["14668.782","8586.238"],["8772.991","16728.760"],["8654.059","16751.078"],["20839.898","11967.937"],["20838.418","11966.814"],["8042.068","16076.743"],["9197.982","11663.286"],["9196.698","11663.899"],["12915.223","12644.448"],["12916.396","12643.414"],["12915.456","12642.700"],["12914.813","12643.354"],["9359.287","14031.383"],["19772.810","11836.668"],["19772.864","11838.365"],["27262.163","9257.421"],["27260.683","9256.298"],["17480.952","4326.377"],["17486.078","4395.904"],["17485.256","4397.382"],["17480.697","4327.705"],["17484.537","4396.319"],["17484.986","4395.481"],["9601.311","17584.020"],["27519.669","10503.398"],["27518.189","10502.275"],["11790.772","17271.616"],["11789.933","17272.790"]] \ No newline at end of file diff --git a/src/gathering/10045.json b/src/gathering/10045.json new file mode 100644 index 0000000..519fd8b --- /dev/null +++ b/src/gathering/10045.json @@ -0,0 +1 @@ +[["7538.561","12600.075"],["9493.570","15056.801"],["9492.266","15058.058"],["12053.821","6270.121"],["12052.711","6267.093"],["16037.222","9663.192"],["6108.109","14498.024"],["6109.225","14499.519"],["6021.672","13900.724"],["6019.950","13900.845"],["7457.410","13272.812"],["7458.047","13274.562"],["14378.137","17250.422"],["5308.729","17300.554"],["8223.144","18397.527"],["8224.368","18395.526"],["4523.098","10703.977"],["4525.054","10703.128"],["3205.061","8534.316"],["3207.168","8534.052"],["11992.140","4396.498"],["7799.355","18673.913"],["10473.765","8148.538"],["10475.273","8147.021"],["8801.167","18314.366"],["5305.230","11100.543"],["5307.130","11099.648"],["1642.392","13339.824"],["1644.333","13338.932"],["4511.082","11811.132"],["5899.052","18387.760"],["5897.934","18388.037"],["5898.863","18386.881"],["5897.741","18386.846"],["12934.666","13557.017"],["14258.697","17229.038"],["14258.134","17233.218"],["14682.106","16923.219"],["14680.695","16925.366"],["8549.864","18715.863"],["8551.787","18714.973"],["6756.203","13523.157"],["10307.162","7516.988"],["9155.436","13514.357"],["9156.358","13512.451"],["5039.709","6331.795"],["5039.919","6329.678"],["7031.356","13434.102"],["7031.998","13435.940"],["8053.317","13490.784"],["8075.876","13603.773"],["8052.173","13489.066"],["8074.892","13601.864"],["5257.442","17186.673"],["9311.778","15121.496"],["9312.927","15122.367"],["10814.622","17053.466"],["8958.697","13291.153"],["8956.915","13291.645"],["5978.825","18189.131"],["6286.903","16027.452"],["6288.228","16027.478"],["10946.346","8065.145"],["6945.964","17216.056"],["6016.329","18257.735"],["12734.187","7646.350"],["8379.776","16313.666"],["8381.735","16312.865"],["9998.833","7515.238"],["8486.707","18567.060"],["8487.868","18565.269"]] \ No newline at end of file diff --git a/src/gathering/10047.json b/src/gathering/10047.json new file mode 100644 index 0000000..fef66d1 --- /dev/null +++ b/src/gathering/10047.json @@ -0,0 +1 @@ +[["8989.213","14868.297"],["8989.701","14867.500"],["8992.379","14871.727"],["17618.822","17570.510"],["9410.075","15083.057"],["9488.531","15060.027"],["9489.918","15059.095"],["7432.673","13676.423"],["7433.705","13675.080"],["4589.680","11265.431"],["4588.738","11266.801"],["13521.263","13381.735"],["8085.336","14415.843"],["8084.661","14417.102"],["8085.524","14417.018"],["8147.624","14337.454"],["8147.298","14339.763"],["6008.653","13902.984"],["6010.018","13901.995"],["13403.195","13184.537"],["13405.729","13184.510"],["5791.275","17519.970"],["5822.607","17570.087"],["5792.669","17520.524"],["5823.292","17569.171"],["7944.541","13516.816"],["7942.942","13517.451"],["6880.516","6030.234"],["6879.825","6031.787"],["5971.796","17699.373"],["5968.988","17701.419"],["5342.056","17309.398"],["5350.342","18883.267"],["5349.565","18883.641"],["14440.416","9414.099"],["13594.938","13170.467"],["13495.843","13171.801"],["3586.906","8124.553"],["3589.546","8121.113"],["5014.444","14850.234"],["14894.581","17231.781"],["5921.574","15666.511"],["5928.055","15663.370"],["11917.148","4560.176"],["11916.812","4558.475"],["5357.515","18090.499"],["8463.757","18457.840"],["8464.282","18453.478"],["14821.383","17080.363"],["14824.768","17079.405"],["8735.035","9424.446"],["8735.042","9423.015"],["8736.312","9420.891"],["16407.265","16520.449"],["16406.406","16523.162"],["4446.690","10503.887"],["4445.584","10505.180"],["6557.717","12961.272"],["6373.028","19274.917"],["6372.456","19277.367"],["4767.293","17715.353"],["4767.280","17713.090"],["5324.188","15306.000"],["5318.946","15305.133"],["14515.744","8875.411"],["4474.700","9499.890"],["4477.059","9501.707"],["15355.001","5810.560"],["15354.258","5812.743"],["8588.146","13411.193"],["8588.430","13409.524"],["4357.221","9144.516"],["4355.657","9143.153"],["6614.472","17758.297"],["14750.777","8928.529"],["1823.801","10900.330"],["1822.075","10900.544"],["10783.737","16930.743"],["4986.105","17279.919"],["4986.283","17278.882"],["14896.428","17084.866"],["9165.926","18169.291"],["7747.753","10175.525"],["7746.043","10175.689"],["15174.165","15845.471"],["15171.540","15845.460"],["9725.801","9306.924"],["9723.707","9310.203"],["13326.276","10798.786"],["13325.585","10800.338"],["8761.986","12733.898"],["8390.793","13342.871"],["8389.258","13342.124"],["6700.646","17531.208"],["6725.622","17547.312"],["6699.805","17531.028"],["6725.895","17546.806"],["11889.914","14142.541"],["14128.576","10928.834"],["14127.668","10930.197"],["14799.374","16942.081"],["14797.906","16942.418"],["4360.023","12060.138"],["4361.388","12059.181"],["15012.972","11024.480"],["10925.549","13200.311"],["10925.628","13202.583"],["12007.226","5971.113"],["12007.261","5971.333"],["3400.438","8208.155"],["3399.824","8209.552"],["10306.005","7515.186"],["14611.068","16417.130"],["14610.987","16415.141"],["16965.869","17558.766"],["16963.194","17557.818"],["14656.254","14996.808"],["14654.728","14999.168"],["8170.512","19172.893"],["12414.311","11039.674"],["17978.197","17496.272"],["17980.021","17494.040"],["10183.304","10114.844"],["10183.088","10111.329"],["4664.785","9622.296"],["4665.194","9620.306"],["15213.447","14882.555"],["15212.342","14884.765"],["6572.595","14410.166"],["6570.899","14410.419"],["8004.000","13485.033"],["8003.486","13486.191"],["8003.536","13482.048"],["9316.110","15125.107"],["9315.419","15126.660"],["10794.157","17007.233"],["8954.365","13297.125"],["8954.648","13295.434"],["8069.804","19199.908"],["4371.436","10908.603"],["4370.845","10909.886"],["9376.054","17170.755"],["15722.438","17667.865"],["15718.453","17669.225"],["6947.943","17210.234"],["6949.009","17211.501"],["4710.274","17858.933"],["4708.976","17858.128"],["4713.507","17859.649"],["9373.045","13714.940"],["6714.146","18566.880"],["6713.757","18567.917"],["9409.037","15084.412"],["5188.105","16832.451"],["9805.932","7314.362"],["15293.451","16588.876"],["15293.878","16590.664"],["4977.819","18349.540"],["4977.806","18347.277"],["15100.463","5690.859"],["12664.202","17004.001"],["12682.970","17027.369"],["12687.424","16999.296"],["12710.437","17004.299"],["12689.077","17116.049"],["12733.734","17106.802"],["12726.638","17038.769"],["12663.512","17008.176"],["12741.968","17016.525"],["12700.351","17011.669"],["12698.377","17129.033"],["12747.120","17058.406"],["8646.992","13988.151"],["8645.340","13987.741"],["6287.363","13825.203"],["6285.682","13825.623"],["12339.800","10192.939"],["11934.226","9569.662"],["4881.026","18480.415"],["4880.056","18481.701"],["4883.124","18482.669"],["16015.392","9813.095"],["15421.267","16719.640"],["15418.483","16719.634"],["9072.422","14888.131"],["9073.274","14889.284"],["9043.372","14879.300"],["9030.822","14975.640"],["9030.733","14978.126"],["9001.491","14961.743"],["8989.195","14875.895"],["9043.224","14880.540"],["9042.302","14881.125"],["9040.766","14876.953"],["8990.910","14876.462"],["5722.253","7545.435"],["5720.606","7547.408"]] \ No newline at end of file diff --git a/src/gathering/10049.json b/src/gathering/10049.json new file mode 100644 index 0000000..851bcb8 --- /dev/null +++ b/src/gathering/10049.json @@ -0,0 +1 @@ +[["8822.454","18400.092"],["8823.349","18401.016"],["8713.554","18380.573"],["8713.775","18379.287"],["15966.248","9646.077"],["6732.455","13691.165"],["5908.104","11376.089"],["5909.279","11375.628"],["6639.954","7824.102"],["5743.731","11348.377"],["5742.651","11348.865"],["6093.812","9403.698"],["6091.380","9403.646"],["6251.680","9487.329"],["5322.330","7764.264"],["5322.671","7761.740"],["15598.410","17191.995"],["15598.909","17194.309"],["6725.655","6115.679"],["6724.582","6116.343"],["14380.785","17244.586"],["5370.648","18879.259"],["5370.453","18880.177"],["5527.141","8053.311"],["6197.373","9222.619"],["6059.178","9246.031"],["6195.299","9225.276"],["8215.932","18395.323"],["8217.446","18395.575"],["8267.122","18401.292"],["8214.844","18395.956"],["8267.059","18400.110"],["15713.440","17423.413"],["15713.580","17425.812"],["5548.848","9504.278"],["5545.623","9502.910"],["11826.186","9716.509"],["11825.593","9717.415"],["8471.529","19013.563"],["8470.871","19016.425"],["8472.769","19018.021"],["8470.875","19015.185"],["17051.475","17345.611"],["17052.593","17346.404"],["5532.968","9612.359"],["5533.176","9614.609"],["14911.960","17261.275"],["14909.851","17262.701"],["3448.848","12174.373"],["3448.129","12173.342"],["14511.582","17104.682"],["14509.135","17104.441"],["6523.428","9233.482"],["6520.407","9236.222"],["4498.810","9382.064"],["4499.197","9378.731"],["7824.982","13110.843"],["7824.386","13111.912"],["8593.403","13413.476"],["8592.263","13413.002"],["7895.165","13344.706"],["7894.172","13344.260"],["12351.631","10991.993"],["2774.960","11152.931"],["2776.286","11152.616"],["7706.253","13129.757"],["7706.999","13130.804"],["5979.099","9160.546"],["5899.626","9002.536"],["9139.879","13612.966"],["9138.725","13613.303"],["6602.953","17757.094"],["6603.069","17756.307"],["6604.716","17702.742"],["5400.190","18460.966"],["5401.587","18461.956"],["5400.634","18462.246"],["6731.889","13690.087"],["5800.229","9165.187"],["5802.280","9166.454"],["14602.555","16886.394"],["14603.499","16887.172"],["14474.778","17199.609"],["14465.414","17199.560"],["5358.504","7489.057"],["5356.685","7489.333"],["10792.511","16943.889"],["10784.059","16924.532"],["5695.593","9350.484"],["5699.615","9351.701"],["12934.703","13558.844"],["12933.568","13559.389"],["6939.278","16554.764"],["6939.429","16553.128"],["5805.736","17653.909"],["5805.116","17653.465"],["5804.952","17654.767"],["5804.361","17654.487"],["14897.654","17085.127"],["7882.682","10129.252"],["7882.664","10128.008"],["15363.274","5440.049"],["15423.362","5462.552"],["15362.402","5439.496"],["15422.459","5463.113"],["11954.214","4546.253"],["11952.718","4546.364"],["11953.178","4547.071"],["11952.425","4546.988"],["5290.862","15921.005"],["5388.760","11478.671"],["5387.581","11479.107"],["15140.272","16775.883"],["15138.802","16779.775"],["15041.365","11066.781"],["6356.830","8880.960"],["6351.265","8877.651"],["5852.693","9807.765"],["5847.198","9816.520"],["12075.244","5882.990"],["12073.917","5883.261"],["12074.315","5883.901"],["12073.516","5883.831"],["3015.563","13338.536"],["3014.498","13339.215"],["8619.372","19019.052"],["8618.212","19019.546"],["14821.498","5982.780"],["14825.844","5984.404"],["7761.684","18423.084"],["7760.792","18422.647"],["7761.870","18424.078"],["7761.134","18423.902"],["7086.951","7457.700"],["7085.753","7457.704"],["2271.927","11014.010"],["1945.800","11003.333"],["1947.169","11003.526"],["14503.501","17437.486"],["14493.911","17296.930"],["10181.425","10108.084"],["10181.607","10109.359"],["9552.273","10481.726"],["9553.570","10480.723"],["9612.124","10567.804"],["9552.227","10480.430"],["9552.988","10479.908"],["9612.602","10568.981"],["5039.092","6327.381"],["5037.541","6330.149"],["7020.744","13437.014"],["7020.048","13437.868"],["14275.571","8963.760"],["14933.484","8880.225"],["6015.050","9257.867"],["5936.871","9196.425"],["6013.606","9259.686"],["5639.505","16798.192"],["3324.128","8414.753"],["3320.710","8416.519"],["18132.702","16429.644"],["18131.567","16430.688"],["6278.056","9148.357"],["6276.634","9148.833"],["6334.095","9187.741"],["6415.789","9310.012"],["6421.491","9172.112"],["6414.921","9312.253"],["10815.228","17052.663"],["10725.386","17009.826"],["8337.634","19096.339"],["8336.499","19096.884"],["15088.902","17495.009"],["15090.728","17494.673"],["15231.347","15963.697"],["15220.250","15966.040"],["15720.225","17667.749"],["13103.120","10423.084"],["13102.192","10423.944"],["6283.448","11596.399"],["6350.738","11665.255"],["6282.230","11596.681"],["6349.796","11665.968"],["7590.199","12182.697"],["14876.596","17364.869"],["7788.310","8637.121"],["6803.529","16525.017"],["6803.908","16523.852"],["15698.292","17275.687"],["15700.366","17274.142"],["14605.949","9070.526"],["12239.471","8354.256"],["12238.328","8354.713"],["14406.139","9282.940"],["7972.689","18091.231"],["7971.528","18090.719"],["7971.285","18089.918"],["5415.953","16991.416"],["5434.333","17079.944"],["5416.179","16990.676"],["5434.795","17078.262"],["6274.151","7854.397"],["6273.123","7855.055"],["9594.757","14060.268"],["9594.216","14056.710"],["9376.673","13567.894"],["9376.770","13569.106"],["7055.255","12862.397"],["15053.319","15888.586"],["15051.794","15890.296"],["8670.860","18307.285"],["8670.200","18306.163"],["13766.295","11268.732"],["6099.597","8874.821"],["6101.585","8872.431"]] \ No newline at end of file diff --git a/src/gathering/10051.json b/src/gathering/10051.json new file mode 100644 index 0000000..7a4e34b --- /dev/null +++ b/src/gathering/10051.json @@ -0,0 +1 @@ +[["13410.032","15622.372"],["7541.737","12730.152"],["7540.543","12729.903"],["7655.824","17086.860"],["7678.309","17137.687"],["7635.769","17032.942"],["7674.959","17153.961"],["7644.064","17044.838"],["7654.424","17087.368"],["7638.236","17073.881"],["7641.402","17051.195"],["7776.079","17216.303"],["7794.159","17275.129"],["7789.868","17271.479"],["7790.598","17273.737"],["7607.898","12396.490"],["7582.010","12411.555"],["7710.615","12360.286"],["7606.207","12395.678"],["7582.107","12410.139"],["7711.441","12358.922"],["20489.243","12051.533"],["20489.017","12053.681"],["20993.750","13989.630"],["9541.827","14932.164"],["9543.829","14931.842"],["21484.714","15159.547"],["21483.102","15159.978"],["20135.512","10925.930"],["20133.848","10926.054"],["10538.394","12419.797"],["10537.333","12417.182"],["10536.699","12420.705"],["10535.588","12419.078"],["9623.436","18170.323"],["17929.583","13972.402"],["17927.933","13972.536"],["9625.824","16246.210"],["9808.852","16148.057"],["20164.881","15124.141"],["20244.538","15133.309"],["20241.727","15132.505"],["20246.367","15132.400"],["20163.366","15125.213"],["8427.069","17688.093"],["8403.998","17674.079"],["8374.042","17642.455"],["8423.487","17685.621"],["8412.211","17686.764"],["7488.528","12727.485"],["7487.825","12728.800"],["7416.697","13692.469"],["7419.576","13690.799"],["27589.012","9203.189"],["27589.865","9204.520"],["6679.902","13141.176"],["6742.844","13064.241"],["6678.366","13140.811"],["6741.528","13063.709"],["9018.760","13868.262"],["8996.757","13979.242"],["8993.350","14010.526"],["8997.162","13980.644"],["8993.752","14011.921"],["9523.319","18299.002"],["9509.498","18278.477"],["9559.690","18257.630"],["9543.979","18257.838"],["9609.892","18281.434"],["9413.430","18360.074"],["9480.567","18403.185"],["9455.256","18417.627"],["9409.258","18317.650"],["9526.756","18290.806"],["9491.939","18395.069"],["9504.309","18277.309"],["10726.793","16757.502"],["10695.033","16702.011"],["10725.760","16755.785"],["10693.306","16701.701"],["28345.115","10699.216"],["28346.166","10700.175"],["7098.735","14115.573"],["7096.226","14116.890"],["7099.845","14117.184"],["7114.609","14133.707"],["7116.663","14166.708"],["7098.311","14118.436"],["27733.403","11518.849"],["27733.403","11521.079"],["9698.241","14274.722"],["9744.740","14412.549"],["9788.936","14278.387"],["9697.117","14274.175"],["9743.924","14411.198"],["9787.668","14278.221"],["14447.663","16485.781"],["14445.502","16484.989"],["23032.146","9824.880"],["23032.081","9822.964"],["9849.368","15939.848"],["9850.523","15941.064"],["8020.953","13375.931"],["8021.245","13377.310"],["7929.605","17392.818"],["7884.914","17352.708"],["20608.504","11118.840"],["20608.289","11121.106"],["21931.554","11015.553"],["4015.626","11751.798"],["20777.978","12484.981"],["20777.978","12487.211"],["22304.164","8603.101"],["22303.687","8605.469"],["7963.131","17053.243"],["6216.295","14615.108"],["6217.101","14610.833"],["20760.434","11697.938"],["20760.224","11699.719"],["25743.634","17299.814"],["28067.661","9103.645"],["28067.240","9106.036"],["15172.346","9302.339"],["15174.200","9302.584"],["15945.371","7659.029"],["16050.954","7663.153"],["12573.969","14700.926"],["12572.392","14702.298"],["8294.699","13702.324"],["8293.855","13700.656"],["5972.236","14076.957"],["5848.115","14069.132"],["5973.726","14079.463"],["5852.257","14069.694"],["23018.164","16371.585"],["9413.540","15890.608"],["9465.579","15855.153"],["9501.207","15829.821"],["9419.952","15762.112"],["9459.053","15853.067"],["9512.495","15854.760"],["9492.713","15822.583"],["9470.322","15773.169"],["9534.307","15723.051"],["9564.817","15780.882"],["9619.082","15787.278"],["9538.766","15864.431"],["9460.752","15850.588"],["9456.339","15781.196"],["22299.461","10316.849"],["22298.149","10319.128"],["19499.993","11352.028"],["19498.414","11352.701"],["9500.671","17073.409"],["9505.909","17065.536"],["9501.647","17066.688"],["9476.151","16990.676"],["6036.337","13980.213"],["6035.029","13980.959"],["7176.648","17304.126"],["7176.538","17305.134"],["5573.999","17370.259"],["5573.589","17371.455"],["9165.173","16372.348"],["9130.438","16352.998"],["20425.793","12473.925"],["20228.703","15395.589"],["20227.471","15396.282"],["7485.764","15989.917"],["7410.259","16092.783"],["7475.629","15999.602"],["7398.263","16081.562"],["9149.734","18037.603"],["9048.827","18021.060"],["9149.147","18031.767"],["9145.470","18019.553"],["9057.868","17986.239"],["9051.362","18018.024"],["5628.867","17453.455"],["5697.025","17422.232"],["5629.873","17453.906"],["5696.387","17421.826"],["19670.227","12923.101"],["19668.638","12923.734"],["7195.138","17066.173"],["9167.705","15928.440"],["9109.894","15906.393"],["9108.901","15908.841"],["9109.794","15906.152"],["9060.279","15853.876"],["9110.558","15904.815"],["7948.236","13458.410"],["7953.485","13455.184"],["20146.005","16013.123"],["8171.420","17512.330"],["8215.959","17590.019"],["8172.119","17506.227"],["8158.040","17477.520"],["8161.586","17601.166"],["8169.275","17611.516"],["8163.720","17481.172"],["8152.171","17600.152"],["9636.784","17513.744"],["9644.809","17461.540"],["9646.865","17457.890"],["9789.686","17554.229"],["9784.255","17554.166"],["8252.770","13016.591"],["8253.662","13016.248"],["10303.657","14426.811"],["10304.632","14428.655"],["14517.501","9936.252"],["8161.042","17628.002"],["8268.528","17652.921"],["8243.909","17771.449"],["8247.111","17746.860"],["8295.866","17752.293"],["8339.069","17741.817"],["8269.704","17649.281"],["8293.604","17748.049"],["7153.618","12631.728"],["7154.571","12630.064"],["18330.618","14587.343"],["18328.965","14588.458"],["18328.774","14587.335"],["28086.372","8825.431"],["28085.861","8828.443"],["25077.839","16652.395"],["27985.264","9200.510"],["27985.676","9202.413"],["5701.941","18163.623"],["6437.085","13518.091"],["6436.807","13516.789"],["8554.086","13552.631"],["8557.635","13551.054"],["8544.210","13557.575"],["8440.529","13590.044"],["8449.197","13596.407"],["8466.787","13543.002"],["8465.934","13541.857"],["20147.701","16012.944"],["7785.650","12587.146"],["7785.953","12595.338"],["7787.018","12586.078"],["7785.589","12597.567"],["21583.785","15677.857"],["21582.834","15678.637"],["24239.809","16677.209"],["24239.225","16675.197"],["14424.299","9407.249"],["14426.464","9405.455"],["14422.911","9405.903"],["14394.841","9310.934"],["14424.093","9404.379"],["7342.728","16779.213"],["7470.679","16822.154"],["7471.208","16823.089"],["5705.058","18448.253"],["21721.731","14682.195"],["18970.768","13732.607"],["18969.295","13733.314"],["9267.743","16634.394"],["9253.126","16666.586"],["9258.934","16666.693"],["9254.536","16661.456"],["9201.009","16599.423"],["9210.808","16623.075"],["9210.192","16640.011"],["9212.547","16633.975"],["9209.171","16625.678"],["9203.417","16618.726"],["9203.033","16614.388"],["9212.272","16638.284"],["26631.204","16917.951"],["26631.204","16920.180"],["21106.971","12992.059"],["9091.571","13247.243"],["9094.470","13246.631"],["6828.714","13952.765"],["6832.308","13948.865"],["6826.931","13952.180"],["6835.994","13955.956"],["19013.483","11368.451"],["19011.888","11369.130"],["19809.889","10917.774"],["19808.201","10917.963"],["14619.764","16237.754"],["14620.085","16242.957"],["27537.710","11266.586"],["27537.299","11268.999"],["21089.672","10807.242"],["9721.769","14114.719"],["9726.586","14206.382"],["9720.206","14114.568"],["9725.590","14206.264"],["7003.760","16926.793"],["9298.237","13106.240"],["9299.731","13106.950"],["6360.952","13621.343"],["6360.392","13619.618"],["6099.144","18454.810"],["20714.822","12919.285"],["20714.822","12921.515"],["26802.823","8893.815"],["26802.823","8896.044"],["8094.372","12506.324"],["8095.958","12506.864"],["10275.672","14677.002"],["10277.494","14677.545"],["6157.860","13436.555"],["6119.022","13551.373"],["6157.660","13438.318"],["6118.865","13549.692"],["8132.375","17544.145"],["8111.337","17524.056"],["8071.910","17478.458"],["8085.759","17435.191"],["8112.560","17470.797"],["7996.709","17577.801"],["8003.807","17582.195"],["8007.511","17575.269"],["8137.844","17546.202"],["8121.523","17588.743"],["12105.564","14782.200"],["12108.115","14781.080"],["12104.620","14780.499"],["12106.177","14779.351"],["6011.144","14603.112"],["5907.302","14471.131"],["6010.435","14604.574"],["5905.389","14471.032"],["16438.443","7805.523"],["16436.325","7809.833"],["16480.797","7831.640"],["15289.002","17044.383"],["15287.228","17045.759"],["6958.512","14069.178"],["6960.461","14067.222"],["6954.458","14068.332"],["6958.367","14066.380"],["8170.396","12763.032"],["8171.918","12762.453"],["9068.781","13157.830"],["27892.881","9909.045"],["27725.480","9808.245"],["27892.987","9911.231"],["23534.752","16473.173"],["23644.775","16367.648"],["23644.775","16369.877"],["23534.485","16475.391"],["13324.519","15442.839"],["13339.013","15477.559"],["13326.381","15442.632"],["13337.386","15476.529"],["6988.924","17168.171"],["7676.443","16931.586"],["7673.207","16937.497"],["7668.706","16936.532"],["7709.390","16805.821"],["23202.414","9318.650"],["23202.700","9320.645"],["6876.507","14113.514"],["6870.955","14119.727"],["6877.726","14116.600"],["5376.870","18080.536"],["8204.171","17984.915"],["27664.536","10867.361"],["27663.710","10869.794"],["9900.631","13978.132"],["9841.555","13997.997"],["6658.167","13023.515"],["6656.304","13023.404"],["7494.385","17055.646"],["7491.633","17055.960"],["7495.079","17054.792"],["20077.045","15412.575"],["20075.335","15412.756"],["13173.852","14769.181"],["13182.725","14762.308"],["13175.495","14769.830"],["13184.814","14761.571"],["14811.921","16016.189"],["14798.274","16099.440"],["14812.092","16018.413"],["14796.202","16100.464"],["8126.413","17648.971"],["8131.602","17651.105"],["8125.394","17652.364"],["9664.395","14973.596"],["9678.427","14935.035"],["7702.549","12653.549"],["7670.214","12700.826"],["7703.313","12651.995"],["7670.665","12699.385"],["5423.700","17922.156"],["25487.270","17365.282"],["9568.209","16951.754"],["9564.542","16951.971"],["9555.169","16888.090"],["9422.219","16969.140"],["9428.050","16964.955"],["9421.414","16972.561"],["9472.199","16986.671"],["9473.563","16973.859"],["28143.945","9236.395"],["28143.859","9238.486"],["7846.636","12295.909"],["7806.849","12299.877"],["7808.887","12299.886"],["7847.653","12294.645"],["22826.157","16480.971"],["26510.064","8875.186"],["26509.375","8877.642"],["7868.718","17157.033"],["7892.841","17111.678"],["7747.906","16989.225"],["7786.480","17109.835"],["7782.613","17111.784"],["7845.871","17083.319"],["7778.303","17030.573"],["7866.435","17145.084"],["7893.628","17114.731"],["7616.055","14164.700"],["7627.116","14170.040"],["20973.148","14983.568"],["20971.536","14983.999"],["8351.955","12365.409"],["8354.577","12348.637"],["28262.417","9813.585"],["28262.220","9815.716"],["5741.936","16982.925"],["5742.434","16982.085"],["7557.934","16128.487"],["7545.465","16140.564"],["29142.321","11896.322"],["29142.321","11898.552"],["23409.269","16563.371"],["23424.391","16537.705"],["23424.666","16539.733"],["8591.156","13706.240"],["8620.374","13739.505"],["8630.541","13735.542"],["8622.247","13729.643"],["8701.268","13813.980"],["8725.737","13728.457"],["8650.756","13636.231"],["8702.220","13814.828"],["8722.139","13730.916"],["8653.788","13637.332"],["7418.288","12361.407"],["7417.058","12359.893"],["7844.427","12372.199"],["7879.818","12450.402"],["7846.201","12371.860"],["7881.379","12449.643"],["6108.434","18279.177"],["9324.843","16361.735"],["9343.149","16419.027"],["9333.811","16421.506"],["9317.137","16462.344"],["9287.994","16464.869"],["9238.529","16433.430"],["9207.456","16540.828"],["9267.910","16496.611"],["9207.476","16365.362"],["9218.104","16401.187"],["9206.584","16407.777"],["9304.141","16388.819"],["9292.040","16392.928"],["9282.620","16376.645"],["9263.602","16375.011"],["9249.178","16403.855"],["9248.497","16408.166"],["9273.564","16418.499"],["9273.885","16426.926"],["9289.955","16422.337"],["9283.628","16432.388"],["9207.780","16450.952"],["9209.970","16456.823"],["9291.708","16443.906"],["9295.403","16411.878"],["9351.309","16430.142"],["9390.101","16391.341"],["9337.478","16500.845"],["9337.052","16496.118"],["9290.048","16555.346"],["9293.815","16557.979"],["9215.386","16365.638"],["9394.667","16391.763"],["9209.913","16452.332"],["9264.704","16465.448"],["9326.932","16365.194"],["11318.154","12985.573"],["11421.233","13025.655"],["11367.974","13043.439"],["11350.470","13003.798"],["11338.501","13002.279"],["11391.693","13039.768"],["8284.504","13531.957"],["8236.230","13456.863"],["8280.955","13534.422"],["8237.889","13452.254"],["11072.280","12938.652"],["11088.820","12960.823"],["14220.387","8572.173"],["14222.130","8573.408"],["15940.896","8102.120"],["15955.922","8097.814"],["20931.409","13082.931"],["20931.409","13085.160"],["27315.672","16612.181"],["27315.178","16614.556"],["12998.003","10618.566"],["7489.580","12798.445"],["7317.467","12911.915"],["7491.716","12798.797"],["7318.996","12913.503"],["6046.721","13279.074"],["6046.042","13277.299"],["28084.296","9638.942"],["28084.296","9641.172"],["7037.230","13120.769"],["6886.665","13084.706"],["7037.161","13122.505"],["6885.512","13085.056"],["7193.021","13165.122"],["8802.992","14975.843"],["8808.178","14876.040"],["8805.459","14877.654"],["8802.310","14973.973"],["10080.360","14790.258"],["10082.957","14789.546"],["10079.505","14788.593"],["10074.732","14797.663"],["10081.091","14787.768"],["10072.753","14798.297"],["22520.956","14823.648"],["7168.427","16842.119"],["7941.251","16984.796"],["7941.942","16976.079"],["7937.637","16980.660"],["8116.866","11971.226"],["8114.001","11978.291"],["8118.712","11971.071"],["8115.736","11977.544"],["9429.602","13762.291"],["9516.487","13699.182"],["9518.776","13705.869"],["18086.869","12130.518"],["18085.213","12131.001"],["9428.405","16327.884"],["9599.272","16306.464"],["9597.406","16308.152"],["9504.760","16219.445"],["9511.468","16203.722"],["9511.208","16199.923"],["9476.047","16225.836"],["9471.984","16223.426"],["9484.812","16199.734"],["9483.148","16193.396"],["9485.876","16195.467"],["9429.966","16222.747"],["9465.485","16247.855"],["9433.471","16306.340"],["9421.439","16290.398"],["9417.299","16286.571"],["9487.764","16144.690"],["9495.599","16350.748"],["7059.028","17838.831"],["27262.001","9630.121"],["27262.932","9631.375"],["9257.866","18534.287"],["9252.959","18534.592"],["9232.975","18499.788"],["9228.484","18497.879"],["9225.566","18531.023"],["9224.788","18534.057"],["9300.945","18564.799"],["9275.915","18550.562"],["9354.441","18497.124"],["9208.425","18114.665"],["9204.401","18110.210"],["10804.250","14619.056"],["10802.656","14618.138"],["7502.968","14216.312"],["7416.496","14088.122"],["7504.735","14216.919"],["7413.550","14085.675"],["8599.236","13588.351"],["8620.942","13542.307"],["8622.597","13543.186"],["7794.511","16957.710"],["7739.275","16937.627"],["7845.957","16811.514"],["7790.503","16953.973"],["7758.507","16811.210"],["28609.508","11877.467"],["28609.188","11879.812"],["11242.800","12955.820"],["7066.764","12739.790"],["6943.744","12735.042"],["7068.670","12739.654"],["6945.649","12734.701"],["19395.920","12832.570"],["19394.500","12833.114"],["7117.983","12798.434"],["7115.419","12871.231"],["7119.685","12797.818"],["7116.877","12870.375"],["7646.579","13116.409"],["7638.176","13116.493"],["7631.370","13110.092"],["7640.781","13126.361"],["18642.606","12851.019"],["18640.899","12851.061"],["17937.212","12624.855"],["17935.542","12625.259"],["8404.691","13794.361"],["8491.551","13729.840"],["8407.614","13798.833"],["8491.466","13728.037"],["20201.547","11305.198"],["14907.054","16047.537"],["14905.037","16048.614"],["7100.794","14330.960"],["7104.727","14331.019"],["6636.420","17702.841"],["6605.566","17708.842"],["6611.058","17719.868"],["6617.408","17748.558"],["6643.643","17676.613"],["6470.325","17641.331"],["6637.478","17702.748"],["6624.797","17690.945"],["6616.276","17748.825"],["6470.807","17642.937"],["14845.959","8631.673"],["14847.762","8632.109"],["9531.804","18205.548"],["9572.817","18217.063"],["9618.746","18165.458"],["9442.154","18090.331"],["9474.669","18194.919"],["9533.685","18201.325"],["9571.891","18245.506"],["9573.051","18250.652"],["9444.623","18232.773"],["9482.839","18247.015"],["10034.505","11883.942"],["9987.655","11749.148"],["10033.985","11881.949"],["9989.361","11748.476"],["21437.569","13453.818"],["21437.828","13452.198"],["8902.383","18148.343"],["8862.436","18119.456"],["8953.237","18132.398"],["9198.593","15674.554"],["8099.366","13205.253"],["8097.833","13203.438"],["8094.420","13194.485"],["7466.031","16360.915"],["9565.477","17806.564"],["6780.280","18001.219"],["6763.077","17998.481"],["28096.819","17200.560"],["22372.685","10669.860"],["22372.282","10667.886"],["24130.439","16709.517"],["9239.422","17226.793"],["9255.758","17245.998"],["9265.258","17262.051"],["9271.734","17322.885"],["9279.973","17271.579"],["9330.279","17391.386"],["9309.978","17250.019"],["9249.749","17294.847"],["9225.656","17201.649"],["9222.015","17198.391"],["9255.828","17248.094"],["9333.529","17223.779"],["9332.241","17228.011"],["9236.532","17230.216"],["9308.890","17246.657"],["9328.185","17510.900"],["9332.814","17509.649"],["21231.468","12701.384"],["21226.339","12725.018"],["10684.059","16796.670"],["10682.558","16794.369"],["10682.583","16797.697"],["10681.201","16796.328"],["18482.128","13131.552"],["18480.582","13132.019"],["15147.833","8937.694"],["15149.790","8938.272"],["9312.907","11890.841"],["20715.829","14880.821"],["20667.982","15008.620"],["20714.217","14881.252"],["20666.527","15008.837"],["8204.650","17542.374"],["8211.348","17545.820"],["22712.525","16073.567"],["24010.603","16886.328"],["24010.444","16888.384"],["8010.010","16395.748"],["9365.023","17897.145"],["9369.362","17906.252"],["9372.151","17906.417"],["9370.863","17901.224"],["9369.731","17897.076"],["9359.225","17894.555"],["9353.977","17895.041"],["9359.469","17897.311"],["6290.081","17097.436"],["6289.539","17088.452"],["21158.092","11000.193"],["20836.462","11102.093"],["20835.928","11104.409"],["7080.722","16484.721"],["6903.917","16549.820"],["7569.512","12801.688"],["7568.491","12800.097"],["26071.472","17504.842"],["6308.759","14025.691"],["6312.711","14021.365"],["12980.253","14445.193"],["12982.544","14443.839"],["12979.120","14443.612"],["12976.361","14426.400"],["12980.428","14442.336"],["12977.316","14428.288"],["7059.126","12539.858"],["7057.352","12539.141"],["6390.894","17581.686"],["6389.950","17581.536"],["14656.641","9469.970"],["14658.432","9469.529"],["28315.895","11162.854"],["28316.018","11164.954"],["9086.758","18073.796"],["9077.604","18073.911"],["9074.466","18108.823"],["9118.938","18130.629"],["9116.821","18134.940"],["9187.116","18099.200"],["9055.437","18063.063"],["8718.422","12919.571"],["8642.173","12891.809"],["8708.427","12893.842"],["8708.931","12896.365"],["8710.149","12893.706"],["8717.242","12920.317"],["8640.448","12891.457"],["8710.823","12895.422"],["8881.867","16185.629"],["8884.864","16187.210"],["8871.785","16143.369"],["17832.557","12206.146"],["17830.951","12206.727"],["15148.594","15871.966"],["15146.876","15872.988"],["25473.543","17170.682"],["11192.562","14468.445"],["11195.008","14467.133"],["11191.437","14466.874"],["11193.265","14479.829"],["11196.846","14461.487"],["11192.866","14465.638"],["11194.067","14481.049"],["11195.000","14461.116"],["18120.347","13345.548"],["18119.076","13346.322"],["27120.397","9471.798"],["27121.975","9473.769"],["9184.920","16601.375"],["24981.201","16804.673"],["24779.440","16950.234"],["24980.183","16806.780"],["9614.367","17838.342"],["9599.341","17842.648"],["9528.785","17903.699"],["9570.003","17912.759"],["9574.066","17865.472"],["9201.181","16045.870"],["9296.697","15955.568"],["9326.552","15932.857"],["9320.312","15935.210"],["9346.336","15965.019"],["9405.799","15952.609"],["9398.335","15957.643"],["9231.664","15946.203"],["9245.783","15997.403"],["9302.095","16010.326"],["9305.041","16004.990"],["9307.246","16130.789"],["9301.924","16125.819"],["9314.658","16137.205"],["9349.766","16132.924"],["9200.732","16040.856"],["9299.197","15960.719"],["9401.826","16109.422"],["9393.939","18365.293"],["9366.470","18424.422"],["9351.670","18394.227"],["9399.488","18334.937"],["9352.196","18368.724"],["9373.166","18270.995"],["9377.151","18259.889"],["8623.312","12566.719"],["8739.196","12690.426"],["8737.356","12688.278"],["8737.887","12691.838"],["8622.515","12567.781"],["8736.305","12690.648"],["9632.554","15437.524"],["8505.472","13323.644"],["8512.542","13329.709"],["9778.363","16084.876"],["9378.840","16907.506"],["9373.171","16905.779"],["9382.564","16909.735"],["6484.455","13572.293"],["6485.980","13570.951"],["7086.916","17457.179"],["7087.596","17457.731"],["9443.519","17398.147"],["9446.816","17347.807"],["9522.797","17343.029"],["9518.196","17363.835"],["9460.740","17213.403"],["6585.059","18469.600"],["6586.181","18469.988"],["10078.949","14562.665"],["10199.028","14560.308"],["10137.372","14619.691"],["10200.040","14560.653"],["10139.033","14619.767"],["22936.581","14775.738"],["23644.397","16894.549"],["23644.432","16896.600"],["6832.318","17421.923"],["6767.642","17556.921"],["6791.354","17480.942"],["6873.610","17474.096"],["6768.646","17557.397"],["6791.650","17481.716"],["6873.409","17475.338"],["9397.688","17805.459"],["7164.529","15898.526"],["8168.165","17409.169"],["7697.707","16701.756"],["7699.557","16696.739"],["4372.389","11949.447"],["4361.328","11945.445"],["6662.957","13259.064"],["6663.950","13260.824"],["7162.922","13369.011"],["7180.026","13304.700"],["7184.146","13321.427"],["7164.410","13339.999"],["7165.520","13371.317"],["18637.449","14124.869"],["18639.100","14123.694"],["18637.278","14123.764"],["6704.031","13511.629"],["6702.064","13509.661"],["6702.824","13513.039"],["6701.155","13511.970"],["9490.379","14988.525"],["9488.697","14989.325"],["27848.720","8916.113"],["27847.930","8917.784"],["26989.180","9091.973"],["26989.180","9094.203"],["14657.036","16553.918"],["14655.220","16550.118"],["6292.768","14447.637"],["6292.079","14451.700"],["9410.844","16595.694"],["9492.046","16614.896"],["9496.088","16611.480"],["9579.272","16605.721"],["9583.638","16608.107"],["20241.647","14603.763"],["20240.035","14604.194"],["7840.144","16721.050"],["7810.717","16663.394"],["7799.088","16573.719"],["28966.478","12005.183"],["28966.032","12007.575"],["5631.652","17289.160"],["5645.192","17407.268"],["5793.986","17358.054"],["5625.598","17372.845"],["5644.433","17408.207"],["5794.754","17357.465"],["5633.036","17288.895"],["6924.195","17798.186"],["7020.132","17649.087"],["15140.337","16772.330"],["15140.893","16781.248"],["8273.839","17663.276"],["8176.754","17624.470"],["8171.859","17625.367"],["8194.011","17637.729"],["8171.918","17737.558"],["8169.960","17742.047"],["23165.697","15732.137"],["7425.122","13105.703"],["7424.320","13104.634"],["28215.058","11522.507"],["28228.591","11491.993"],["28215.203","11524.631"],["28228.620","11494.141"],["27547.309","8581.722"],["27547.780","8583.519"],["9180.229","13561.274"],["9179.111","13560.326"],["21524.022","11143.142"],["27749.551","17043.593"],["27749.551","17045.823"],["10972.939","13028.960"],["11002.651","13026.575"],["10989.300","13009.482"],["11086.033","12990.339"],["10200.225","12116.114"],["10201.309","12114.991"],["6341.160","14314.013"],["6336.000","14316.242"],["15183.011","16396.162"],["15181.170","16396.111"],["9756.767","11736.484"],["9758.888","11736.502"],["20603.589","12005.628"],["8969.049","16133.522"],["8895.715","16133.053"],["8866.622","16068.168"],["8863.077","16068.761"],["8863.257","16071.735"],["8920.821","16072.248"],["8869.055","16141.145"],["8870.682","16141.104"],["8865.796","16137.292"],["8868.240","16132.812"],["8976.173","16085.945"],["8974.710","16085.563"],["8976.509","16088.589"],["8934.337","16063.465"],["8932.009","16054.012"],["8936.648","16059.132"],["8933.268","16058.755"],["8931.239","16050.062"],["8976.549","16011.936"],["8972.566","16010.250"],["8971.986","16013.419"],["8911.330","15986.376"],["8910.149","15989.898"],["8915.142","15983.107"],["8908.467","15984.432"],["8869.617","16067.995"],["8851.574","16069.354"],["9284.753","17058.653"],["9296.814","17054.171"],["9255.252","17135.874"],["9204.781","17164.374"],["9339.180","17109.680"],["9317.948","17088.972"],["9317.928","17088.972"],["9398.231","17113.994"],["9233.119","17045.527"],["9347.930","17032.856"],["9294.858","17154.324"],["9296.565","17150.550"],["9291.070","17156.578"],["9403.346","17114.750"],["9377.085","17037.737"],["9376.568","17086.257"],["9385.272","17087.687"],["9315.155","17061.336"],["7712.016","12924.016"],["7711.789","12922.482"],["9416.814","11875.965"],["9416.258","11874.326"],["9479.736","14850.286"],["9477.756","14850.305"],["19167.474","11498.000"],["19165.907","11498.511"],["23094.800","9581.622"],["8259.339","17870.783"],["8230.929","12128.345"],["8229.978","12127.309"],["21248.820","14988.928"],["21247.301","14989.481"],["21247.795","14989.690"],["9129.760","14428.898"],["9126.538","14298.756"],["9128.269","14427.691"],["9126.595","14296.997"],["23339.148","16189.501"],["23339.148","16191.731"],["21154.926","14948.137"],["21153.386","14948.720"],["5916.633","14424.779"],["5964.163","14271.548"],["5916.992","14426.696"],["5959.653","14268.520"],["7858.068","14106.636"],["7845.451","14099.740"],["7852.322","14106.367"],["7853.148","14102.787"],["10346.648","17054.474"],["10348.784","17054.692"],["7018.766","13250.205"],["7014.478","13249.393"],["6986.386","13206.473"],["6987.120","13207.968"],["6794.528","13300.238"],["6689.782","13242.033"],["6793.330","13299.710"],["6688.183","13242.204"],["9886.421","14765.034"],["9891.883","14774.359"],["17938.272","13332.473"],["17936.650","13332.711"],["20239.251","12715.428"],["20239.185","12713.512"],["8010.750","17285.464"],["20919.541","12317.320"],["20919.541","12319.549"],["9844.629","15871.626"],["9833.173","15832.727"],["9835.596","15831.879"],["9832.346","15830.952"],["9833.853","15829.977"],["18325.329","13583.552"],["18324.000","13584.304"],["27693.486","8999.182"],["27693.486","9001.412"],["9662.894","16450.771"],["9630.338","16487.141"],["9393.284","12883.522"],["9393.684","12884.417"],["6645.870","18337.163"],["6517.891","18335.333"],["9450.849","16484.334"],["9429.063","16384.019"],["9454.750","16360.138"],["9505.657","16457.171"],["9581.200","16544.255"],["9577.676","16542.864"],["9579.031","16548.761"],["9507.106","16556.317"],["9506.021","16561.808"],["9571.771","16469.375"],["9576.500","16543.857"],["7064.734","12968.963"],["7065.622","12966.684"],["7063.382","12968.070"],["7063.617","12966.276"],["9139.598","18461.646"],["9141.827","18465.819"],["21244.650","15261.012"],["21242.880","15261.177"],["20501.730","14749.036"],["20500.118","14749.467"],["14855.081","15926.528"],["14853.059","15927.635"],["9424.975","15713.192"],["10360.301","12233.657"],["10360.774","12232.088"],["7145.413","16196.778"],["28304.615","17179.576"],["28305.194","17181.453"],["9338.709","16566.411"],["9255.658","16615.997"],["9235.578","16665.793"],["21426.895","15028.108"],["21425.246","15028.575"],["27513.514","12213.915"],["27513.514","12216.145"],["8965.037","13365.644"],["8963.646","13365.517"],["9195.806","16616.461"],["6039.420","18047.620"],["7993.630","16280.996"],["7984.894","16280.836"],["7581.403","16970.940"],["7638.175","16816.920"],["7571.456","16936.372"],["9898.417","17033.121"],["9894.124","17035.558"],["6772.925","12937.264"],["6729.068","12899.409"],["6772.184","12936.023"],["6728.017","12899.217"],["15300.609","16098.526"],["15268.824","16015.335"],["15298.697","16099.553"],["15266.876","16016.373"],["7088.531","14108.843"],["7091.224","14109.346"],["7088.813","14106.980"],["7050.081","14222.534"],["7049.693","14227.808"],["6952.715","14191.467"],["7019.847","14122.312"],["7016.677","14121.008"],["7090.689","14106.927"],["7027.761","14221.935"],["6951.485","14192.913"],["20032.420","14224.092"],["20030.856","14224.552"],["13404.014","15579.825"],["13408.788","15621.670"],["13402.905","15579.968"],["9583.253","13905.442"],["9582.114","13905.995"],["9608.241","13835.564"],["22959.736","15280.505"],["14239.623","16963.867"],["14241.487","16966.778"],["9540.481","11577.352"],["20301.166","11800.326"],["9281.885","15679.344"],["9250.668","15712.464"],["9255.275","15702.976"],["9253.888","15700.339"],["7017.064","17350.499"],["23083.342","10272.968"],["27489.796","10429.015"],["27489.997","10431.116"],["9253.663","16170.118"],["9251.863","16188.660"],["9265.598","16227.635"],["9252.046","16276.798"],["9303.873","16254.315"],["9289.280","16245.359"],["9200.775","16185.088"],["9335.651","16300.555"],["9335.343","16305.358"],["9341.139","16308.279"],["9328.340","16349.773"],["9290.716","16330.840"],["9290.019","16324.449"],["9328.512","16145.230"],["9350.250","16166.642"],["9293.952","16165.065"],["9397.411","16237.518"],["9394.759","16228.231"],["9242.406","16262.532"],["9242.327","16262.088"],["9258.087","16273.662"],["9278.079","16270.979"],["9282.860","16286.465"],["9281.457","16249.149"],["9284.786","16248.666"],["9289.921","16252.772"],["9309.113","16259.750"],["9301.882","16260.418"],["9315.490","16265.248"],["9297.759","16165.712"],["7725.070","12158.204"],["7665.525","12196.818"],["7541.951","12284.756"],["7582.120","12262.862"],["7579.631","12261.524"],["7581.412","12264.662"],["7723.287","12157.539"],["7666.336","12195.090"],["7541.189","12283.105"],["7579.501","12264.108"],["7345.101","13887.112"],["7341.679","13847.187"],["7344.696","13889.385"],["7336.703","13846.126"],["28316.212","11708.668"],["28316.212","11710.898"],["7754.556","12713.235"],["7755.930","12714.912"],["9214.722","13616.119"],["9387.177","13769.471"],["9241.717","13640.855"],["9240.498","13640.091"],["9212.971","13616.886"],["9070.629","16294.671"],["9035.776","16330.941"],["9081.009","16299.144"],["9082.403","16324.981"],["9032.639","16325.703"],["9028.513","16297.745"],["9036.168","16340.354"],["10115.161","15415.518"],["10116.292","15412.785"],["10116.944","15415.160"],["10124.699","15416.459"],["10114.292","15413.990"],["10126.811","15416.197"],["10256.608","16635.694"],["10254.928","16636.361"],["6714.598","18548.981"],["6740.652","18591.252"],["6715.912","18549.264"],["6741.500","18591.542"],["5814.325","16746.329"],["5817.891","16745.534"],["8518.724","12421.717"],["8516.536","12423.420"],["8519.998","12423.149"],["8518.725","12424.612"],["5924.869","18324.156"],["20591.041","12588.053"],["20592.446","12588.329"],["7775.144","13457.478"],["7782.703","13455.653"],["7745.142","13454.610"],["7752.384","13458.062"],["7757.011","13430.214"],["7742.723","13424.599"],["7745.591","13420.451"],["6679.864","17278.163"],["8194.962","12552.894"],["8196.490","12552.325"],["27835.063","9178.789"],["27835.366","9180.635"],["6605.163","13630.781"],["6603.712","13633.054"],["6606.718","13631.772"],["6605.985","13633.548"],["20471.375","12581.623"],["20471.013","12583.943"],["9170.906","16339.310"],["9108.869","16306.299"],["9073.689","16290.345"],["9152.186","16187.907"],["9180.059","16189.778"],["9190.141","16194.812"],["9150.365","16249.081"],["9145.531","16270.402"],["9152.734","16273.705"],["9062.136","16283.317"],["9164.852","16334.298"],["9170.225","16341.505"],["9125.204","16350.613"],["9126.743","16348.055"],["9101.407","16338.257"],["9096.263","16336.585"],["9000.890","16203.299"],["9027.971","16192.501"],["9106.318","16177.955"],["9097.193","16163.982"],["9102.019","16160.287"],["9093.043","16166.246"],["9086.221","16149.589"],["9086.311","16145.753"],["9068.901","16190.171"],["9072.674","16193.137"],["9039.906","16150.773"],["9004.655","16158.386"],["8999.450","16158.703"],["9002.266","16156.064"],["9053.646","16162.128"],["9058.385","16162.700"],["9057.035","16165.628"],["9026.888","16152.407"],["9031.105","16147.165"],["9027.467","16149.513"],["9077.955","16242.265"],["9091.702","16250.759"],["9096.276","16246.605"],["9104.016","16307.925"],["9120.628","16301.908"],["9167.791","16336.277"],["9172.229","16320.157"],["8996.774","16228.368"],["9003.584","16250.033"],["9006.959","16254.397"],["9004.560","16252.638"],["9000.482","16284.097"],["9006.869","16278.443"],["9130.309","16161.902"],["9125.687","16160.340"],["9196.624","16218.157"],["9197.222","16221.941"],["9082.246","16293.782"],["9094.771","16304.726"],["9198.264","16287.479"],["9196.832","16286.282"],["9061.203","16165.441"],["9060.116","16159.908"],["9065.576","16157.644"],["8525.212","13019.634"],["8415.672","12978.309"],["8527.181","13019.649"],["8416.153","12976.561"],["7812.150","16344.173"],["7814.488","16339.964"],["7892.754","16328.743"],["7900.458","16334.005"],["7917.747","16524.394"],["7915.183","16521.617"],["7330.920","15863.586"],["9641.913","17386.710"],["20989.803","14844.376"],["20988.204","14844.954"],["15142.355","16015.865"],["15140.352","16017.015"],["9830.373","11577.095"],["9654.809","11517.583"],["9831.348","11575.334"],["9652.890","11518.406"],["14377.588","9324.480"],["20681.996","11282.902"],["20672.594","11393.709"],["28525.184","10663.695"],["28525.197","10665.911"],["13491.074","10765.060"],["13488.956","10769.371"],["13533.428","10791.177"],["9339.905","15450.933"],["6666.253","17299.065"],["9171.465","15930.183"],["9136.447","17255.527"],["9132.510","17205.821"],["9149.698","17226.432"],["9151.117","17224.513"],["9143.717","17258.763"],["9170.943","17273.135"],["9149.732","17283.202"],["9155.095","17263.632"],["9194.271","17211.366"],["23452.382","16704.170"],["23409.101","16565.644"],["6314.130","13861.461"],["6333.632","13902.695"],["6335.046","13898.143"],["6308.693","13861.598"],["18069.844","12604.253"],["18068.288","12604.925"],["7072.281","13172.670"],["7071.628","13175.148"],["7073.885","13173.318"],["7073.709","13175.166"],["6012.866","17397.981"],["28769.831","12114.170"],["28761.042","12024.724"],["28770.157","12116.197"],["28760.471","12027.196"],["14189.571","8792.875"],["6063.451","13718.580"],["6222.348","13789.892"],["6063.490","13716.955"],["6222.343","13791.834"],["7033.333","17616.552"],["7133.759","17220.367"],["6312.933","13010.501"],["6311.549","13009.261"],["20794.855","11320.913"],["7924.736","12287.778"],["7926.255","12289.124"],["9998.709","14849.750"],["18527.786","12664.603"],["18526.184","12665.145"],["6203.650","14033.386"],["6198.909","14034.869"],["9608.081","13834.096"],["20267.966","12902.793"],["20267.990","12905.031"],["9613.999","14055.170"],["9611.094","14071.796"],["9612.716","14054.852"],["9609.868","14071.968"],["10443.309","14657.771"],["10445.415","14656.050"],["10442.189","14656.383"],["10443.415","14654.902"],["9626.448","13906.308"],["9830.061","13989.227"],["9818.898","13990.529"],["9801.487","13973.444"],["9625.055","13907.364"],["8054.944","12842.383"],["8083.737","12941.305"],["8119.004","12923.366"],["8055.616","12841.219"],["8085.466","12941.571"],["8120.141","12923.364"],["8119.778","17466.176"],["8113.856","17479.070"],["8104.860","17501.826"],["9572.997","14585.035"],["9571.715","14584.459"],["9471.656","15936.464"],["9525.938","15944.993"],["9496.073","16009.063"],["9491.405","16062.983"],["9495.980","15961.599"],["9470.603","15935.090"],["9463.761","15935.203"],["9507.568","15967.320"],["9515.288","15951.137"],["9499.611","16121.057"],["9583.548","15971.073"],["9583.829","15967.242"],["9427.984","15954.806"],["9421.387","15956.495"],["9440.525","15960.624"],["7652.364","13434.516"],["7648.924","13428.431"],["7738.736","17140.205"],["9361.698","13551.485"],["9367.693","13552.865"],["8959.064","12771.915"],["8960.681","12771.770"],["6520.733","18441.065"],["27724.091","9807.187"],["27602.696","9892.894"],["27602.573","9895.200"],["17933.383","13000.412"],["17931.805","13001.059"],["6641.454","13975.328"],["6619.503","13848.560"],["6626.387","13855.460"],["6625.945","13847.386"],["6534.214","13829.213"],["6528.758","13829.709"],["6641.830","13976.799"],["6627.459","13853.196"],["6540.980","13824.326"],["8575.980","13109.435"],["8616.634","13134.555"],["8617.459","13133.044"],["8577.445","13109.091"],["19310.579","11134.683"],["19308.910","11135.137"],["8231.078","13215.837"],["8233.871","13249.875"],["8315.746","13223.100"],["8309.387","13214.572"],["28397.453","10022.645"],["28396.119","10025.773"],["15389.894","16730.710"],["15387.348","16732.200"],["14960.546","15901.946"],["14958.718","15903.336"],["9024.689","12968.208"],["9003.096","12850.313"],["9026.195","12967.788"],["9004.011","12851.547"],["8063.261","13125.463"],["8061.791","13124.955"],["9017.200","16029.113"],["9096.507","16119.471"],["9116.983","15989.157"],["9111.415","15986.102"],["9172.375","15933.546"],["9079.967","16007.619"],["9075.070","16006.466"],["9017.139","16020.939"],["9084.248","16036.017"],["9079.805","16037.884"],["8798.016","15843.529"],["7006.492","16651.247"],["9202.277","15863.858"],["9301.694","15802.463"],["9253.089","15737.113"],["9390.451","15838.347"],["9348.287","15820.015"],["9270.908","15838.751"],["9303.718","15869.816"],["9293.270","15860.515"],["9259.692","15842.196"],["9387.817","15772.509"],["9386.118","15804.949"],["9384.482","15799.845"],["9380.145","15803.458"],["9305.683","15815.262"],["9408.608","15721.232"],["9261.611","15744.506"],["9260.679","15747.815"],["9232.690","15867.014"],["9334.146","15779.529"],["9272.233","15927.946"],["9268.582","15927.697"],["9301.607","15875.006"],["9261.284","15841.153"],["9300.489","15798.188"],["18526.465","14906.207"],["18524.957","14906.729"],["8783.499","15974.010"],["8838.524","15970.582"],["8825.522","15996.952"],["8823.814","15957.121"],["19664.474","11170.816"],["19663.001","11171.680"],["9097.476","17164.421"],["9169.184","17161.707"],["9187.924","17120.006"],["19781.178","11768.879"],["19774.469","11733.340"],["19772.807","11733.789"],["19779.544","11769.109"],["5383.581","17513.504"],["10705.338","15628.925"],["10703.916","15628.883"],["9549.348","17599.233"],["9434.102","17451.340"],["9435.568","17455.602"],["9437.165","17459.351"],["9550.749","17600.522"]] \ No newline at end of file diff --git a/src/gathering/10053.json b/src/gathering/10053.json new file mode 100644 index 0000000..9cd7443 --- /dev/null +++ b/src/gathering/10053.json @@ -0,0 +1 @@ +[["8525.241","16035.595"],["8524.429","16035.288"],["8868.449","14120.706"],["8866.754","14075.472"],["8803.209","14041.129"],["8983.441","14035.748"],["8801.105","14069.831"],["8868.382","14121.796"],["8866.329","14074.430"],["8803.469","14039.995"],["8983.777","14036.801"],["8799.787","14069.761"],["5557.128","17464.179"],["5457.696","17499.532"],["8610.409","18697.064"],["9597.246","15004.618"],["9549.388","14955.082"],["9506.357","14908.851"],["9505.488","14907.919"],["9623.405","18373.737"],["9624.990","18373.588"],["9739.378","18194.474"],["9710.326","18251.524"],["9655.463","18055.276"],["9660.440","18052.206"],["9694.987","18168.985"],["9653.854","18235.377"],["9658.358","18237.830"],["8305.610","16362.885"],["8231.150","16365.205"],["7395.834","13628.938"],["6500.095","16013.680"],["6463.087","15930.755"],["8832.713","17166.481"],["11678.093","16077.514"],["11698.231","16109.974"],["5101.439","16126.787"],["5100.408","16126.944"],["6226.848","13891.146"],["6231.327","13848.274"],["6093.739","13967.565"],["6092.823","13967.926"],["6227.947","13907.488"],["9025.563","13867.816"],["7905.575","17944.941"],["9522.848","18335.092"],["9590.603","18359.262"],["9487.534","18277.515"],["9492.883","18280.168"],["9420.808","18447.942"],["9536.801","18403.005"],["9537.578","18412.077"],["9615.943","18374.636"],["9480.956","18329.652"],["9434.128","18289.153"],["9415.395","18450.464"],["6788.921","13630.502"],["6781.632","13630.092"],["6527.247","17052.417"],["6971.585","16110.431"],["6970.063","16109.615"],["9970.483","16048.287"],["9959.320","16077.976"],["8482.062","15922.234"],["8122.202","13309.090"],["7951.541","13347.939"],["8001.938","13275.835"],["8121.475","13308.782"],["7950.738","13348.708"],["7988.315","17055.256"],["8007.910","16988.046"],["8039.772","17011.938"],["7393.381","18401.235"],["7099.628","13803.650"],["7098.252","13806.925"],["8488.575","16356.755"],["6334.658","16435.140"],["9583.265","15772.223"],["9580.440","15769.198"],["9534.309","16990.488"],["9468.182","17163.106"],["5485.415","17266.208"],["8972.573","16353.738"],["8973.868","16353.939"],["5721.592","17596.561"],["7442.210","13288.923"],["7409.038","13281.278"],["7365.727","13257.596"],["7441.181","13289.418"],["7408.024","13282.002"],["7364.747","13257.815"],["8548.992","17352.020"],["8464.796","17378.247"],["8144.952","18297.749"],["9731.962","18709.024"],["8303.015","17656.651"],["8302.998","17657.731"],["8303.386","17658.466"],["8328.603","17627.347"],["8327.064","17627.381"],["8507.038","13502.960"],["6034.957","15986.041"],["6381.559","18302.703"],["6009.686","15768.289"],["6845.205","16307.780"],["6872.075","16221.437"],["7971.496","17669.459"],["7972.389","17671.167"],["9090.644","13751.820"],["9112.951","13731.969"],["9079.973","13744.708"],["6875.922","13873.842"],["6875.472","13874.701"],["6838.466","13891.438"],["6508.188","16256.555"],["9699.015","14135.080"],["9697.616","14135.286"],["7019.180","16926.621"],["6336.976","16917.166"],["6331.067","16932.867"],["6429.885","13768.080"],["5472.729","15920.392"],["9894.612","17254.276"],["9894.394","17255.087"],["8718.923","15578.132"],["9950.040","16509.879"],["8802.963","16481.542"],["8802.541","16479.256"],["6727.464","15978.741"],["9061.958","13148.857"],["7546.143","13328.916"],["7625.556","13196.194"],["7546.377","13330.165"],["7625.891","13197.187"],["7673.131","16881.895"],["7676.238","16879.237"],["7675.376","16878.452"],["6686.859","18219.114"],["9881.229","13984.673"],["6085.240","15830.333"],["8537.276","18162.232"],["8538.223","18161.946"],["8779.678","16737.080"],["7403.604","13861.437"],["8099.455","17635.840"],["8390.051","16461.030"],["8700.235","17026.957"],["9433.034","16904.644"],["9431.999","16900.668"],["7866.056","17142.474"],["7164.643","16420.469"],["7166.523","16420.691"],["7143.747","13436.287"],["7222.427","13544.381"],["8645.641","18020.159"],["8645.525","18021.054"],["8731.952","14397.014"],["8731.155","14396.677"],["8616.600","13767.716"],["8615.534","13767.301"],["9201.656","16362.444"],["9293.683","16413.658"],["10082.077","18025.252"],["10082.400","18026.413"],["10085.008","18017.737"],["5204.780","16589.771"],["6981.053","18206.113"],["5339.882","17814.176"],["5701.111","15506.532"],["4673.008","17759.541"],["7454.946","13530.972"],["10138.953","17551.573"],["10140.437","17553.890"],["6569.797","16828.954"],["6567.945","16820.761"],["4883.534","18182.332"],["7159.861","16832.193"],["8096.516","16887.429"],["8068.818","16945.018"],["8130.800","16821.244"],["8062.157","16832.798"],["7985.398","16827.443"],["7977.005","16829.272"],["8299.699","13158.298"],["9425.079","16346.463"],["6997.395","13769.453"],["6897.225","13700.184"],["6949.508","13654.580"],["6917.181","13697.836"],["6897.111","13701.058"],["6950.594","13655.113"],["6916.238","13698.690"],["6916.904","17904.929"],["9400.479","18514.565"],["9401.946","18511.806"],["9309.703","18475.124"],["9359.517","18545.142"],["9361.560","18548.655"],["9312.927","18495.055"],["9315.848","18491.886"],["9327.220","18579.536"],["9302.093","18507.891"],["9339.301","18593.650"],["9335.104","18586.684"],["9255.358","18103.416"],["9352.578","18236.121"],["9338.625","18201.412"],["9334.008","18201.492"],["9358.375","18072.175"],["9408.260","18102.879"],["9359.663","18074.662"],["9351.575","18055.846"],["7870.979","16930.961"],["7781.616","13375.999"],["7703.160","13143.655"],["7702.238","13143.798"],["11629.093","17133.455"],["11664.289","17126.617"],["11655.775","17147.571"],["11671.441","17165.384"],["11668.612","17139.630"],["7673.461","13214.733"],["7672.672","13215.006"],["4062.018","11997.762"],["4099.381","12054.862"],["4064.083","11999.198"],["8376.964","13790.722"],["9555.681","18742.057"],["9563.964","18744.825"],["8361.060","17605.951"],["8363.804","17606.861"],["8362.871","17606.632"],["8367.110","17606.511"],["5233.820","18421.737"],["5234.756","18420.737"],["5234.567","18422.162"],["5233.629","18420.864"],["6865.064","13654.679"],["6883.437","13515.986"],["4390.472","11888.234"],["9484.246","18178.280"],["9567.912","18050.249"],["9494.431","18064.582"],["9417.531","18101.442"],["9429.124","18107.109"],["9453.628","18206.183"],["9569.461","18045.655"],["9499.175","18057.070"],["6990.273","13870.052"],["5958.516","17266.347"],["8804.963","18235.034"],["7872.965","17960.937"],["8044.076","13188.511"],["7325.522","16540.798"],["7323.271","16398.980"],["7441.149","16413.585"],["9622.434","17969.340"],["9742.573","18027.483"],["9741.851","18026.992"],["9741.803","18031.404"],["9652.960","17992.641"],["9655.784","17998.691"],["11296.633","16612.038"],["5929.436","15974.373"],["5930.522","15973.098"],["9201.255","17220.123"],["8072.491","16439.807"],["8073.398","16439.784"],["9326.018","17956.227"],["9328.712","17961.574"],["9335.271","17917.077"],["9268.184","17996.860"],["9323.619","17961.416"],["9360.769","18038.841"],["9325.049","17959.342"],["9319.088","17962.449"],["9338.771","17890.416"],["9366.525","17928.332"],["8690.708","17694.721"],["6382.125","17039.662"],["6383.062","17039.819"],["6383.247","17039.019"],["6901.715","16454.085"],["6262.611","14095.320"],["6262.381","14096.502"],["8007.179","16488.594"],["8008.542","16490.148"],["9051.280","17239.720"],["9050.271","17240.182"],["9051.006","17240.638"],["8931.003","17501.231"],["5062.740","16213.604"],["5063.399","16215.663"],["13256.320","10844.154"],["9519.721","18013.926"],["9517.633","18017.850"],["9330.392","15999.544"],["9331.539","15998.660"],["9341.124","18413.896"],["9301.170","18432.846"],["9204.110","18459.392"],["9357.276","18344.174"],["9363.414","18369.791"],["9323.909","18366.442"],["9202.383","18457.471"],["9624.884","15428.895"],["8492.635","13283.425"],["8458.800","13258.631"],["8392.016","13372.396"],["8359.469","13290.659"],["8510.889","13308.280"],["8391.014","13372.628"],["8359.166","13291.702"],["9795.590","16078.077"],["8590.835","15411.089"],["8590.133","15411.854"],["8590.432","15410.561"],["9321.453","16953.949"],["8274.553","16837.987"],["7106.452","15820.524"],["6488.816","17542.239"],["9326.165","18772.115"],["11342.946","16657.366"],["8925.001","16310.433"],["6778.142","16580.327"],["6852.295","16631.674"],["6819.567","16729.894"],["6803.514","16574.636"],["9224.706","13860.512"],["9227.424","13881.098"],["7863.120","16722.670"],["7862.646","16726.303"],["7875.981","16766.669"],["7810.565","16759.313"],["7891.461","16623.287"],["8751.104","16945.238"],["8681.086","16866.308"],["8707.644","16857.294"],["8685.344","16932.964"],["8661.288","16881.138"],["8680.229","16788.393"],["9266.403","13800.203"],["9289.905","13774.186"],["8274.146","16325.392"],["8146.841","16159.127"],["8150.077","16156.385"],["8277.848","16326.614"],["6513.854","18091.312"],["5996.461","17920.253"],["5995.638","17921.011"],["9172.870","15353.474"],["9312.849","17162.958"],["7001.199","16323.442"],["7031.045","16317.053"],["6788.634","17091.561"],["6782.816","17107.091"],["5717.972","15698.391"],["5689.925","15546.983"],["6946.929","13588.928"],["7004.823","13449.828"],["6946.786","13590.002"],["6889.021","13452.953"],["13962.370","10878.946"],["13960.657","10880.379"],["9164.063","14388.060"],["5854.790","14335.975"],["5853.612","14335.010"],["8349.458","18657.869"],["8348.959","18656.412"],["8301.744","18562.896"],["9010.043","18622.369"],["6977.688","13252.934"],["17771.870","15338.758"],["17729.530","15391.670"],["17731.102","15387.942"],["17732.010","15392.019"],["17776.097","15339.144"],["17775.215","15341.509"],["17742.846","15346.455"],["8304.655","16625.983"],["8304.290","16624.920"],["6664.158","18370.411"],["5008.894","17788.880"],["5006.525","17793.169"],["8540.557","16911.703"],["9426.060","16386.144"],["9153.075","18257.231"],["7325.170","18668.125"],["7324.743","18665.850"],["7324.084","18668.048"],["6140.561","17216.684"],["6772.068","17923.580"],["6772.373","17925.017"],["6774.121","17922.275"],["9531.737","15625.295"],["9530.527","15625.700"],["6424.539","16107.820"],["9887.481","17145.187"],["9843.326","17014.212"],["9844.300","17014.632"],["7290.920","15951.057"],["7070.374","14080.957"],["7036.166","14235.616"],["7035.083","14236.310"],["5664.739","17942.730"],["8012.774","15926.084"],["8013.418","15876.580"],["8314.845","16021.909"],["8347.796","16139.525"],["8279.948","16130.365"],["8241.071","15947.256"],["9093.558","14062.452"],["14895.875","8677.549"],["9287.151","15614.847"],["9288.174","15615.301"],["8420.776","16660.919"],["8420.747","16661.592"],["9274.428","16143.122"],["6194.140","15504.024"],["6494.443","16446.662"],["6804.578","16354.581"],["6776.143","16561.070"],["6784.371","16537.045"],["7890.672","13420.654"],["7735.046","13492.224"],["7891.393","13419.596"],["7735.840","13490.052"],["7931.386","13484.591"],["9593.651","15375.379"],["4883.534","18393.728"],["14244.091","11293.139"],["14246.834","11294.049"],["9190.319","16335.805"],["9098.404","16276.011"],["9665.026","17289.192"],["9664.149","17289.162"],["9800.859","17230.818"],["9802.002","17231.753"],["9268.890","15489.786"],["9267.522","15488.578"],["9271.941","15501.008"],["9321.244","15430.271"],["8676.524","13905.509"],["8643.591","13973.537"],["8629.450","13974.908"],["8629.250","13825.289"],["8677.307","13905.928"],["8643.386","13974.447"],["8628.154","13974.574"],["8628.145","13826.020"],["8760.808","14106.783"],["8759.832","14105.847"],["6273.443","15597.008"],["6272.391","15596.250"],["8774.712","18209.866"],["8770.752","18141.829"],["8750.826","18152.894"],["6641.849","16159.288"],["6524.568","16324.492"],["5611.767","15549.910"],["6299.874","13993.125"],["6359.222","13932.074"],["6299.941","13994.035"],["6359.538","13933.426"],["9183.675","15288.881"],["7791.571","17700.218"],["7788.964","17701.906"],["8414.845","16315.930"],["8459.896","16222.373"],["8391.802","16239.950"],["8359.200","16204.146"],["6188.562","13770.896"],["6188.576","13769.802"],["9437.217","18500.110"],["9436.404","18495.552"],["9993.872","14849.373"],["10042.527","17007.693"],["9751.567","14727.134"],["9690.426","14865.519"],["9649.124","14701.699"],["9814.493","13955.328"],["8819.661","18156.139"],["8811.105","18155.187"],["9580.792","14466.836"],["9580.578","14465.680"],["9585.920","16096.943"],["9559.098","16073.518"],["9558.134","16073.100"],["8532.272","14047.692"],["7978.911","16585.500"],["8083.986","16630.356"],["8022.047","16618.141"],["8351.164","13279.784"],["8296.005","13184.341"],["8170.013","13316.180"],["8350.041","13280.099"],["8294.831","13184.604"],["8170.083","13317.074"],["8206.405","13202.812"],["8621.631","17306.434"],["8631.928","17320.109"],["8615.438","17309.328"],["8581.275","17357.633"],["8081.149","13123.918"],["8090.614","13120.543"],["7983.500","13131.663"],["9035.638","16065.767"],["9107.045","16102.363"],["9107.229","16103.733"],["9154.480","18698.976"],["9160.309","18697.361"],["5685.675","17191.749"],["8605.279","16728.214"],["8604.018","16727.993"],["8770.199","16589.532"],["9191.658","17193.954"],["9173.981","17119.005"],["9138.931","17112.770"],["8011.178","16070.981"],["5124.372","17023.829"],["6699.330","14521.305"],["6682.848","14579.867"],["6698.776","14520.188"],["6682.089","14579.118"],["9298.903","14220.813"],["9298.959","14219.380"]] \ No newline at end of file diff --git a/src/gathering/10055.json b/src/gathering/10055.json new file mode 100644 index 0000000..887acfc --- /dev/null +++ b/src/gathering/10055.json @@ -0,0 +1 @@ +[["8784.586","18277.306"],["8787.202","18284.013"],["8786.568","18286.665"],["9491.859","15050.133"],["9492.380","15048.348"],["9673.940","18349.798"],["9676.419","18347.901"],["9678.344","18346.387"],["8773.020","18399.588"],["8770.985","18400.152"],["8772.144","18397.480"],["17126.184","4586.142"],["17126.814","4588.212"],["4618.893","11249.101"],["4617.244","11249.448"],["8091.568","13369.314"],["8090.803","13367.314"],["16617.462","17293.097"],["16615.804","17294.753"],["6116.702","14495.639"],["6114.640","14496.133"],["8355.947","13665.930"],["8353.828","13665.371"],["7740.169","18856.584"],["7738.130","18857.327"],["7742.571","18856.770"],["6252.267","9481.398"],["6267.458","9005.923"],["6265.315","9004.025"],["7461.759","13276.844"],["7463.328","13275.477"],["6710.942","6133.176"],["6712.132","6130.686"],["5351.059","17232.510"],["5349.564","17233.349"],["6182.314","15975.881"],["6186.391","16001.892"],["6185.624","16003.235"],["6181.249","15975.169"],["8221.992","18396.930"],["3196.878","8435.525"],["3195.151","8436.925"],["7111.622","17483.125"],["7110.392","17483.549"],["3115.054","12556.767"],["3114.893","12558.095"],["4782.148","17575.317"],["4785.132","17574.913"],["7722.626","12751.803"],["7796.417","18672.911"],["13336.710","16424.292"],["13337.341","16426.363"],["15517.323","5311.435"],["15515.419","5312.624"],["8802.785","18316.115"],["4509.140","11146.638"],["4510.137","11148.689"],["10554.083","7680.633"],["10556.848","7684.484"],["8578.394","13458.283"],["8576.870","13457.694"],["5901.337","8999.894"],["4889.197","11228.024"],["4889.189","11227.075"],["6245.128","16225.305"],["6243.758","16225.169"],["9723.404","15870.361"],["9724.274","15872.438"],["8006.448","16436.029"],["8004.381","16435.325"],["7753.271","10170.861"],["7750.813","10170.487"],["10339.950","7465.795"],["10339.273","7463.816"],["6700.487","17525.842"],["6701.309","17525.609"],["14105.510","10960.990"],["7155.010","15900.411"],["11992.053","5783.246"],["6284.143","19364.167"],["6286.172","19473.655"],["6287.226","19474.847"],["6821.207","9444.849"],["6819.170","9447.181"],["9158.621","13519.127"],["9159.898","13517.454"],["2272.737","11011.210"],["2271.691","11009.132"],["7019.629","16285.942"],["13095.483","9870.879"],["6038.250","9172.251"],["3321.674","8413.440"],["8034.694","13463.130"],["8033.657","13465.098"],["9279.696","15157.159"],["9281.553","15155.885"],["11993.313","5782.180"],["11992.229","5781.472"],["11990.400","5782.086"],["6420.850","9173.722"],["10943.809","8068.711"],["5990.652","16886.862"],["8560.758","16579.142"],["8559.734","16581.134"],["6715.842","18569.979"],["6716.638","18569.579"],["6835.053","16517.689"],["6834.582","16516.855"],["9805.847","7312.327"],["6183.471","16394.843"],["15092.544","5678.522"],["14525.345","9021.113"],["12421.886","8130.470"],["12420.519","8128.850"],["5445.897","17007.010"],["5446.542","17005.947"],["11900.800","9573.776"],["8511.944","18526.714"],["8509.991","18527.783"],["8514.047","18527.126"],["8695.076","12346.585"]] \ No newline at end of file diff --git a/src/gathering/10057.json b/src/gathering/10057.json new file mode 100644 index 0000000..5a25546 --- /dev/null +++ b/src/gathering/10057.json @@ -0,0 +1 @@ +[["7624.833","17186.689"],["7624.335","17191.494"],["8821.147","14151.426"],["8916.260","14201.974"],["8866.827","14149.091"],["8820.679","14152.583"],["8917.474","14201.942"],["8867.813","14148.441"],["8928.722","18413.581"],["8967.907","18396.919"],["8948.448","18459.674"],["8945.755","18463.291"],["8611.512","18696.454"],["8614.611","18694.022"],["9624.871","18231.381"],["9709.290","16152.373"],["9810.568","16332.336"],["9810.039","16333.716"],["8493.474","17650.562"],["8504.986","17650.963"],["8498.531","17654.031"],["8469.985","17754.289"],["8491.476","17735.528"],["8834.545","17166.120"],["11634.886","16086.238"],["11622.978","16120.597"],["11665.731","16072.215"],["6139.356","13975.771"],["6140.316","13976.529"],["7603.189","16444.893"],["7903.134","17945.488"],["7226.605","14037.746"],["7227.687","14038.018"],["6523.909","17031.330"],["6630.232","17164.513"],["6508.519","17043.330"],["9865.249","16137.390"],["8381.462","15814.945"],["8373.120","15766.511"],["8390.230","15769.356"],["8463.826","15897.246"],["7887.095","17273.565"],["7890.716","17274.179"],["7825.678","17390.033"],["7939.269","17192.218"],["6070.873","14515.957"],["6104.808","14590.352"],["6072.129","14515.805"],["6105.564","14591.371"],["7391.333","18400.187"],["12517.927","16083.692"],["12499.142","16074.505"],["12493.889","16068.601"],["12504.024","16060.847"],["12490.973","16076.657"],["8526.167","16365.449"],["8557.507","16550.875"],["6529.329","15022.725"],["6528.085","15022.891"],["9415.728","15899.271"],["9421.016","15926.074"],["9603.407","15772.188"],["9538.274","15819.633"],["9504.827","15906.396"],["9533.422","15866.963"],["9449.986","15861.720"],["9517.611","15855.738"],["9195.287","16402.645"],["12772.825","13821.297"],["12773.853","13820.720"],["11809.101","13951.578"],["11809.452","13950.471"],["8122.291","13550.327"],["8121.664","13551.408"],["9731.657","18710.541"],["9041.914","16383.035"],["9143.043","16542.364"],["8324.704","17648.071"],["8444.649","13587.610"],["7121.936","14631.823"],["7123.178","14631.999"],["8779.268","17217.483"],["8975.489","17396.744"],["8975.819","17395.736"],["8898.113","17394.408"],["8928.868","17394.372"],["8928.075","17393.566"],["9342.934","16666.597"],["9236.167","16723.017"],["9231.783","16717.899"],["9408.977","16710.711"],["9308.149","16666.221"],["9293.560","16684.194"],["9025.776","13798.815"],["9024.728","13797.178"],["9040.360","13797.743"],["9165.825","13274.238"],["9097.321","13235.226"],["6729.534","13863.667"],["6705.541","13851.221"],["6710.051","13854.009"],["6871.376","13879.502"],["6872.613","13879.572"],["12126.262","13893.513"],["12126.775","13894.643"],["12125.446","13895.317"],["12124.746","13894.224"],["7010.791","16851.168"],["8610.242","16537.298"],["8629.474","16460.793"],["8568.863","16396.459"],["8589.227","16498.206"],["8592.914","16500.697"],["8592.017","16493.780"],["8724.609","16473.181"],["6433.825","13734.968"],["9967.624","17384.194"],["8707.547","15712.655"],["8652.204","15588.738"],["9949.622","16508.773"],["9050.988","17051.988"],["7960.095","17517.756"],["8106.684","17522.462"],["8802.166","16480.879"],["7043.589","14034.423"],["7044.052","14033.252"],["8819.347","17843.195"],["8579.192","17079.317"],["7060.718","17093.404"],["7047.786","17169.730"],["7685.996","16829.191"],["8310.342","18039.141"],["8279.922","17995.201"],["8194.157","18013.212"],["8519.624","15893.362"],["9889.392","13995.290"],["9862.543","16616.641"],["9961.321","16673.754"],["9873.089","16674.009"],["9087.604","17534.394"],["9060.584","17581.091"],["9064.332","17604.289"],["8403.450","18073.753"],["8446.941","18106.512"],["8452.332","18109.497"],["8450.030","18109.556"],["13025.924","13718.283"],["13026.044","13719.450"],["13024.549","13719.590"],["13024.335","13718.343"],["13276.442","13990.264"],["13276.749","13991.461"],["13275.293","13991.871"],["13274.857","13990.666"],["8049.236","17654.345"],["8098.327","17636.252"],["8374.608","16451.206"],["8390.722","16459.760"],["8370.826","16462.971"],["8776.299","17139.820"],["9848.822","14074.679"],["9898.226","14097.782"],["9898.194","14104.435"],["7664.271","17509.061"],["7816.026","17066.496"],["7165.424","16503.444"],["8590.415","13697.993"],["8590.092","13677.422"],["8710.752","13718.640"],["8712.100","13719.536"],["9244.101","16405.187"],["9384.630","16465.985"],["9353.671","16423.580"],["9296.714","16415.255"],["9261.948","16385.240"],["9255.301","16354.094"],["9255.758","16354.039"],["5206.481","16588.242"],["5277.759","16737.275"],["8538.585","13917.698"],["8518.822","13912.250"],["8455.804","13824.393"],["8456.131","13825.504"],["7957.589","16143.612"],["8166.648","13510.505"],["8177.842","13513.142"],["8166.899","13511.712"],["8177.816","13514.413"],["13025.200","14036.786"],["13026.070","14035.862"],["4672.723","17757.086"],["7851.982","13643.725"],["7904.987","13661.731"],["7904.913","13662.970"],["7852.504","13644.777"],["12347.029","13831.631"],["12347.452","13830.420"],["6995.272","14765.555"],["6996.297","14764.896"],["8158.850","16532.847"],["8157.117","16531.519"],["9816.630","16830.565"],["4883.249","18179.877"],["8028.203","16930.904"],["8061.857","16804.327"],["7007.947","14602.347"],["7006.731","14602.544"],["7703.183","17633.369"],["7701.648","17629.299"],["9465.108","16303.311"],["9447.750","16233.457"],["9574.158","16241.729"],["9537.823","16163.065"],["9414.343","16347.514"],["6897.429","14296.629"],["6898.678","14296.742"],["7076.439","13793.064"],["7077.324","13792.158"],["9289.579","18567.478"],["9316.352","18635.812"],["9311.616","18637.886"],["9349.758","18056.002"],["9207.486","18072.180"],["9304.703","18068.083"],["9303.652","18068.590"],["8685.356","13415.234"],["8684.794","13416.204"],["8654.207","13414.286"],["8655.362","13414.047"],["8737.662","13597.255"],["8736.547","13596.986"],["8686.031","13416.199"],["9191.644","15857.490"],["7807.185","16923.756"],["9071.806","17746.706"],["9073.412","17749.871"],["9134.957","17766.841"],["9128.478","17764.703"],["9135.937","17772.531"],["9052.229","17677.174"],["9057.354","17678.121"],["9165.519","17708.641"],["9168.661","17706.187"],["9025.129","17779.918"],["9027.195","17787.184"],["9048.648","17681.470"],["9054.245","17683.005"],["6780.273","14831.745"],["6779.351","14830.898"],["12940.792","14080.969"],["12941.281","14082.111"],["12940.027","14082.621"],["12939.299","14081.578"],["8971.244","15533.967"],["8954.746","15507.110"],["9143.756","13638.308"],["9144.636","13637.628"],["9147.363","13643.001"],["9462.766","18744.108"],["8386.928","18003.011"],["8384.532","18000.868"],["8367.702","17890.366"],["8368.999","17886.676"],["8429.428","17603.583"],["7997.746","13690.169"],["7998.577","13691.133"],["9443.753","18137.530"],["7004.867","13862.580"],["6927.220","13963.510"],["6927.390","13964.727"],["5960.083","17264.443"],["8904.954","18194.552"],["9064.705","15577.857"],["9044.149","15646.624"],["7675.578","17380.430"],["7675.117","17407.106"],["9742.038","17927.256"],["9395.363","17241.254"],["13112.872","13844.767"],["13113.747","13843.846"],["7794.372","17595.721"],["8239.251","17553.189"],["8300.910","17601.575"],["8133.157","16497.138"],["8118.585","16404.583"],["9340.243","17888.622"],["9367.788","17929.490"],["9369.542","17926.454"],["9325.667","17893.605"],["9248.276","18038.385"],["8692.101","17694.415"],["8680.503","17801.434"],["8680.862","17803.428"],["8601.267","17762.820"],["12817.609","13497.805"],["12818.266","13498.669"],["12817.138","13499.673"],["12854.366","13433.163"],["12840.895","13448.554"],["12816.228","13498.748"],["12855.213","13432.202"],["12841.458","13447.404"],["8206.210","18047.113"],["8150.736","18080.707"],["8218.898","15809.690"],["8333.253","15862.965"],["8282.420","15779.318"],["8234.709","15881.884"],["6350.377","17554.451"],["7942.700","16416.096"],["7977.024","16388.972"],["7940.585","16410.644"],["9105.020","18219.596"],["9082.241","18185.013"],["9083.303","18183.682"],["9078.440","18185.241"],["8604.468","15855.097"],["8719.001","15931.970"],["8662.282","15795.389"],["8973.353","17528.099"],["11212.769","14251.971"],["11210.029","14262.897"],["11209.495","14261.028"],["11208.140","14256.414"],["5281.120","15865.707"],["13258.137","10843.998"],["9502.289","17933.831"],["9461.362","17875.029"],["9506.386","17905.884"],["7142.988","13923.346"],["7143.152","13922.153"],["9981.381","16919.323"],["9989.788","16920.652"],["9950.081","16859.874"],["9333.205","16122.545"],["9377.200","16008.277"],["9236.237","15947.060"],["9279.642","16133.216"],["9202.332","16051.572"],["9229.974","16003.815"],["9226.556","15943.042"],["9388.006","16124.546"],["9374.590","16046.418"],["9374.514","18463.199"],["9699.321","16089.593"],["8739.281","15343.477"],["8569.043","15484.189"],["9866.467","17470.766"],["9449.373","17349.424"],["14238.896","11013.324"],["14240.193","11009.634"],["8185.417","16979.005"],["8286.756","16856.789"],["6596.327","17591.245"],["6488.066","17541.194"],["7587.578","16605.437"],["9325.377","18771.902"],["9396.086","18826.279"],["9310.312","18741.292"],["8792.286","18602.531"],["8789.863","18604.015"],["8925.427","16309.403"],["8890.829","16298.677"],["8894.212","16301.568"],["8173.418","16994.499"],["8225.084","16995.975"],["8896.371","13793.038"],["8880.475","13813.803"],["8959.412","13691.744"],["8881.569","13813.735"],["8881.940","13814.964"],["8961.786","13694.223"],["8962.655","13695.353"],["8895.343","13793.030"],["6780.051","16711.109"],["6264.929","14630.908"],["6265.769","14631.848"],["9445.225","16665.352"],["7890.729","16618.657"],["7795.456","16566.856"],["7916.309","16618.710"],["7913.606","16612.038"],["8616.135","16880.516"],["7714.262","16123.279"],["8199.521","17684.830"],["8245.887","17737.701"],["8179.062","17760.679"],["9172.292","13570.834"],["9689.506","16682.980"],["9733.531","16585.286"],["9734.629","16583.568"],["9171.294","15350.728"],["8228.685","16319.072"],["8229.481","16323.297"],["8930.962","16048.657"],["8968.425","16012.922"],["8830.249","16040.288"],["9322.019","17088.211"],["9265.570","17142.547"],["9265.340","17167.796"],["8385.466","16264.773"],["8488.761","16224.843"],["8485.496","16275.136"],["8491.179","16278.064"],["8328.555","17840.349"],["8254.997","17859.409"],["8249.722","17860.833"],["8239.371","17850.441"],["8294.499","17892.778"],["8291.731","17889.125"],["8301.892","17946.600"],["8276.676","17833.877"],["8301.549","18563.643"],["8301.493","18559.236"],["9081.475","18596.589"],["6988.028","13217.399"],["13378.143","13979.670"],["13379.216","13979.105"],["9249.894","17555.778"],["9415.615","16713.001"],["7981.611","17350.841"],["8270.321","16672.935"],["8254.172","16762.092"],["9806.517","16490.470"],["9824.265","16494.414"],["9553.226","16494.664"],["9430.024","16386.025"],["9453.412","16366.688"],["9154.109","18257.157"],["9098.734","18442.365"],["9098.607","18444.165"],["9117.925","18323.008"],["9113.945","18323.384"],["9052.980","18395.576"],["8367.856","15555.319"],["8368.639","15709.453"],["8368.758","15705.672"],["7945.119","15950.903"],["9431.152","15708.653"],["9502.330","15660.737"],["9528.251","15708.349"],["9412.520","15677.564"],["9411.256","15676.582"],["9460.034","15712.046"],["9451.711","15677.406"],["9480.053","15671.755"],["9418.720","15530.882"],["8806.499","13345.003"],["8806.799","13346.237"],["8805.804","13344.337"],["8790.688","13340.638"],["8791.895","13340.963"],["8789.815","13339.938"],["9141.330","16673.877"],["9119.583","16652.616"],["9118.277","16654.113"],["9163.314","16729.403"],["9098.725","16602.741"],["9054.113","16565.217"],["12843.240","13282.736"],["12828.447","13191.642"],["12828.796","13192.782"],["12827.458","13193.364"],["12847.382","13278.731"],["12848.659","13278.310"],["12849.254","13279.586"],["12844.041","13281.735"],["12826.874","13192.191"],["12847.853","13280.004"],["8001.916","16209.065"],["7602.266","16819.689"],["7084.169","14208.282"],["7028.469","14071.933"],["7085.375","14208.639"],["7029.475","14071.198"],["8013.249","15877.514"],["8246.063","16084.090"],["8166.952","16022.329"],["9423.970","13931.256"],["9418.746","13941.353"],["9548.789","13910.217"],["6752.057","15335.600"],["6752.305","15336.840"],["7834.103","16423.158"],["9403.076","15617.997"],["9403.429","15618.844"],["6893.618","17228.597"],["8868.387","17742.746"],["8873.577","17740.000"],["8869.582","17733.762"],["8859.395","17738.688"],["8807.663","17801.761"],["8800.721","17806.227"],["8815.501","17802.235"],["8987.465","17742.960"],["8968.716","17657.211"],["8791.972","17639.724"],["3989.650","12957.760"],["3993.325","12959.062"],["9272.187","16141.584"],["9246.732","16259.749"],["9338.513","16305.028"],["9376.266","16250.809"],["9292.021","16328.378"],["9299.089","16179.389"],["9300.637","16180.191"],["8539.944","18114.595"],["9353.400","13755.563"],["9358.510","13768.814"],["8532.626","16651.085"],["8559.086","16609.111"],["8436.404","16581.487"],["7792.454","13552.009"],["7792.829","13553.176"],["6291.026","17892.743"],["4883.249","18391.272"],["9166.669","16323.048"],["9099.963","16276.870"],["9111.030","16305.253"],["9040.256","16237.939"],["7848.852","16270.160"],["7837.541","16176.777"],["7834.596","16479.800"],["7923.581","16481.381"],["6182.446","14272.139"],["9315.096","15425.247"],["9376.246","15459.433"],["8688.893","13829.164"],["8615.278","13912.948"],["8615.283","13914.122"],["9178.133","17229.477"],["8679.304","18165.400"],["8124.965","18065.354"],["8126.686","18119.895"],["6396.152","13864.537"],["6322.505","13888.351"],["6285.086","13881.112"],["6396.769","13863.494"],["6323.625","13888.030"],["6285.617","13882.201"],["8494.086","16336.286"],["8477.798","16183.467"],["8424.052","16294.345"],["9232.912","17639.558"],["6229.113","13785.629"],["9445.342","18466.559"],["9528.788","18654.853"],["10042.058","17008.756"],["6173.533","14360.272"],["6098.669","14380.513"],["6087.309","14419.504"],["6088.504","14419.116"],["6183.642","14272.526"],["6174.428","14361.144"],["6098.324","14379.367"],["6094.476","14070.251"],["6121.851","14156.051"],["6094.796","14071.422"],["6123.018","14156.548"],["9410.244","17773.393"],["6574.588","14538.337"],["6575.779","14538.454"],["7955.753","17450.729"],["7965.812","17446.121"],["9446.667","16018.934"],["9505.677","15932.406"],["9470.668","15985.582"],["9476.190","16011.089"],["9422.154","15930.252"],["9563.549","15936.476"],["9498.982","16025.791"],["9511.369","16088.961"],["9474.117","16001.891"],["7738.784","17147.894"],["11687.305","16160.165"],["11647.403","16203.564"],["11623.452","16188.185"],["11632.948","16174.942"],["6610.990","13844.037"],["6656.244","13895.958"],["6527.000","13889.751"],["6488.363","13938.390"],["6657.240","13896.677"],["6528.160","13889.816"],["6489.091","13939.409"],["8021.060","16618.305"],["8133.089","16566.356"],["8222.218","13275.443"],["8223.165","13274.786"],["8686.837","17216.798"],["8752.485","17309.736"],["8758.992","17207.978"],["8751.513","17356.994"],["11458.795","14229.046"],["11465.170","14218.119"],["11459.179","14227.915"],["11466.349","14217.652"],["8992.275","16098.955"],["9014.009","16020.082"],["11595.093","14110.081"],["11595.668","14111.157"],["11594.425","14111.945"],["11599.426","14104.722"],["11593.635","14110.904"],["11600.411","14103.930"],["8794.033","15819.561"],["7009.874","14569.460"],["7008.744","14569.949"],["9369.256","15718.890"],["9360.838","15852.880"],["9369.027","15725.419"],["8604.461","16629.192"],["8575.829","16575.043"],["8644.648","16723.819"],["8646.744","16716.524"],["8682.477","16707.107"],["8599.553","16673.190"],["8602.529","16626.178"],["8567.889","16633.344"],["8648.934","16710.556"],["8600.008","16672.009"],["8596.188","16657.858"],["8040.095","16081.577"]] \ No newline at end of file diff --git a/src/gathering/10059.json b/src/gathering/10059.json new file mode 100644 index 0000000..beb493c --- /dev/null +++ b/src/gathering/10059.json @@ -0,0 +1 @@ +[["8785.976","18284.704"],["8782.640","18276.035"],["9153.664","14766.053"],["9155.181","14765.191"],["16771.353","14165.409"],["16730.075","14174.102"],["4476.981","13165.418"],["4476.810","13164.828"],["4477.218","13166.004"],["12151.032","16070.593"],["13844.820","13711.778"],["13843.590","13712.258"],["8087.571","13364.867"],["8089.342","13364.274"],["16618.671","17294.333"],["16618.447","17296.276"],["16838.086","14250.583"],["16837.205","14245.941"],["6642.078","7823.887"],["14584.234","16728.346"],["14583.314","16731.099"],["8942.575","14844.579"],["8943.666","14843.161"],["6714.220","6133.870"],["5298.967","17298.400"],["8768.514","16526.523"],["17119.471","16013.273"],["17120.644","16015.304"],["10715.902","7872.673"],["10717.149","7873.898"],["4616.598","16322.681"],["11879.528","4600.867"],["11878.941","4602.536"],["5986.741","17868.388"],["5986.033","17868.791"],["14661.873","16480.446"],["14661.583","16483.276"],["8732.642","9423.375"],["7795.524","18671.305"],["5529.803","7774.844"],["8578.056","18485.791"],["8579.563","18485.627"],["13419.338","13717.723"],["13419.312","13715.413"],["8575.135","13661.846"],["8574.225","13660.422"],["13395.021","13649.543"],["6372.586","19235.827"],["6373.491","19235.284"],["14551.169","8767.638"],["10554.496","7683.215"],["7020.297","14580.403"],["7019.204","14579.339"],["8610.982","13590.664"],["8612.660","13587.651"],["2725.253","11209.036"],["2727.037","11209.569"],["14867.308","17095.895"],["14867.923","17098.700"],["9346.470","14421.949"],["9345.880","14420.422"],["9622.526","14959.168"],["5235.924","18426.615"],["5236.934","18428.088"],["12214.409","8540.411"],["5151.304","8812.688"],["5152.731","8813.567"],["5858.835","18388.151"],["5859.758","18387.717"],["5859.086","18386.997"],["5859.428","18388.931"],["14485.179","17041.872"],["14486.751","17044.061"],["5814.411","8216.640"],["5708.994","8288.650"],["5815.931","8217.093"],["5721.301","8293.708"],["14444.583","10084.624"],["8009.966","18470.124"],["8006.470","18467.375"],["4462.332","12904.885"],["4462.913","12906.359"],["9722.520","9308.882"],["5106.647","16281.772"],["5106.895","16280.473"],["5299.653","15893.859"],["13259.279","10740.953"],["8554.632","18715.605"],["8553.347","18717.237"],["13636.033","13626.174"],["13631.925","13671.925"],["6295.084","19341.924"],["6274.352","19460.820"],["6294.266","19342.233"],["14827.074","5798.655"],["14826.806","5797.242"],["1945.509","11002.106"],["15355.317","11174.412"],["13184.830","11827.839"],["13185.942","11827.989"],["13181.909","11824.624"],["3326.234","8412.101"],["3327.675","8413.041"],["6337.107","19482.882"],["4968.574","6374.362"],["4970.187","6375.311"],["7986.484","13508.343"],["8136.123","13591.524"],["7987.287","13508.410"],["8135.549","13592.551"],["8733.125","16861.010"],["8732.021","16862.263"],["6941.184","8064.342"],["6942.909","8065.035"],["9494.848","15596.595"],["9428.907","15683.314"],["17308.212","17453.883"],["17308.633","17452.383"],["6368.856","16085.860"],["6369.607","16086.358"],["11951.538","9685.068"],["12132.788","16062.302"],["12108.404","16086.770"],["12145.172","16072.051"],["12126.259","16098.612"],["12123.619","16027.855"],["12110.411","16037.341"],["6704.712","13993.393"],["6702.975","13993.291"],["14833.838","17351.325"],["14833.197","17343.767"],["8902.012","16827.470"],["14368.925","16861.600"],["14367.560","16864.292"],["7925.028","13477.456"],["7924.926","13479.065"],["9601.429","9477.557"],["9602.396","9479.063"],["14413.797","9214.413"],["9269.698","14552.205"],["9271.846","14548.385"],["3676.954","12539.691"],["3679.864","12541.430"],["9555.439","14798.172"],["9555.405","14842.818"],["9540.444","14832.253"],["4017.453","12705.147"],["4016.446","12705.089"],["7653.449","15237.208"],["7652.683","15236.251"],["7652.264","15237.642"],["7651.735","15236.732"],["15945.591","9880.828"],["15947.115","9881.829"],["15696.119","5121.896"],["15697.218","5122.996"],["12806.637","9107.424"],["12807.575","9108.612"],["10042.583","7471.588"],["6686.444","14555.821"],["6685.355","14554.906"],["5207.884","17556.444"]] \ No newline at end of file diff --git a/src/gathering/10061.json b/src/gathering/10061.json new file mode 100644 index 0000000..9d3b532 --- /dev/null +++ b/src/gathering/10061.json @@ -0,0 +1 @@ +[["17529.644","17009.568"],["17531.301","17011.144"],["9033.127","14790.423"],["16133.600","17004.934"],["16135.641","17006.176"],["14573.495","13231.714"],["14575.406","13232.796"],["5333.118","18902.444"],["5909.165","11417.947"],["5909.677","11418.522"],["13495.787","13286.487"],["6118.235","14508.981"],["6117.183","14510.383"],["5608.221","8949.730"],["5609.813","8950.728"],["8347.948","13666.993"],["8346.321","13666.454"],["8344.252","14410.732"],["8342.863","14409.844"],["8337.004","14412.177"],["5819.321","11289.889"],["5819.174","11289.112"],["13352.899","13320.157"],["5720.007","17472.017"],["5718.637","17472.653"],["5742.645","17580.386"],["5741.524","17580.846"],["5719.402","17473.036"],["5742.269","17578.947"],["8954.020","14739.889"],["8956.221","14741.514"],["13795.870","13946.760"],["13796.507","13948.976"],["6505.656","19019.923"],["6526.305","19097.767"],["5015.156","14847.616"],["5065.866","14665.635"],["5069.103","14666.899"],["10887.447","17161.521"],["6862.020","13991.322"],["6860.419","13990.831"],["11797.409","4565.902"],["11797.703","4564.377"],["15241.254","11062.327"],["5404.048","10977.034"],["5405.573","10978.150"],["16473.410","16513.655"],["16475.539","16514.369"],["14897.314","17313.136"],["14898.082","17311.000"],["7586.658","14170.263"],["7586.521","14168.402"],["4399.309","17185.395"],["4397.643","17185.634"],["4399.560","17186.442"],["7306.053","12869.825"],["6488.162","9332.076"],["6490.252","9330.227"],["5098.522","16467.078"],["5101.307","16468.742"],["14340.853","13598.668"],["14342.170","13596.994"],["10588.996","7667.082"],["10589.502","7668.904"],["9418.301","13701.738"],["9440.333","13711.485"],["9478.442","13689.731"],["16333.237","15223.056"],["16332.794","15224.641"],["16334.562","15223.494"],["2794.094","11114.026"],["2794.824","11115.699"],["16658.071","16237.769"],["16660.278","16237.868"],["14801.019","8609.323"],["14508.627","17165.107"],["14372.279","17161.171"],["14373.209","17160.243"],["14076.103","9099.434"],["14463.978","17120.021"],["10789.989","16979.843"],["10788.812","16931.733"],["10793.203","16904.172"],["10792.649","16894.552"],["14605.541","13829.627"],["14607.578","13830.454"],["14766.915","13322.074"],["14768.064","13324.011"],["4843.028","17268.779"],["4842.992","17267.645"],["4975.389","17392.843"],["4974.050","17389.829"],["6159.510","9055.951"],["6161.601","9056.829"],["9163.595","18159.658"],["9164.661","18160.242"],["9159.547","18169.882"],["5280.797","15812.925"],["5681.529","18062.478"],["5680.048","18062.683"],["13050.712","11668.403"],["16984.609","7735.454"],["16981.451","7740.547"],["11844.388","14125.154"],["11823.230","14127.940"],["11863.697","14124.462"],["11818.208","14156.324"],["15075.328","10979.857"],["15076.516","10981.244"],["6279.272","8773.001"],["6280.522","8774.388"],["14829.902","5792.803"],["7862.911","18297.765"],["7860.623","18301.556"],["8171.796","19169.548"],["6290.456","18997.375"],["6420.011","18995.301"],["9551.529","10484.482"],["9552.655","10485.805"],["13859.464","11324.434"],["8059.701","13484.859"],["8060.943","13483.481"],["16031.369","16429.150"],["16033.184","16428.770"],["16113.218","16738.244"],["16114.583","16740.038"],["16367.478","15620.206"],["16365.107","15619.764"],["9586.472","15543.320"],["9496.623","15543.391"],["13453.796","13433.127"],["13437.486","13435.150"],["13437.243","13432.838"],["10867.719","17158.968"],["10877.806","17177.708"],["10809.721","17092.506"],["10813.475","17056.282"],["10749.856","17098.745"],["10785.516","17072.243"],["10756.780","17009.409"],["10754.790","17099.883"],["10795.901","17051.224"],["10729.059","17009.149"],["10810.161","17067.014"],["8066.752","19200.680"],["6778.187","12869.382"],["11949.371","9793.265"],["9336.324","17173.272"],["13796.555","13072.239"],["13798.369","13072.800"],["10945.874","8068.795"],["4747.354","17965.786"],["4748.893","17965.853"],["4747.179","17964.751"],["17222.675","16910.443"],["17224.751","16911.399"],["9348.905","13666.869"],["15059.758","12020.972"],["15061.911","12021.637"],["9421.304","17143.349"],["14803.185","16209.458"],["14802.414","16206.805"],["12174.489","5832.293"],["12174.253","5830.480"],["9533.449","9381.369"],["15326.323","16067.365"],["15326.027","16064.730"],["12755.658","7643.637"],["12756.322","7644.906"],["16062.762","16162.448"],["16062.531","16160.552"],["16064.532","16160.780"],["4893.012","14480.530"],["4893.535","14481.380"],["8395.521","14487.029"],["8395.393","14488.422"],["6286.356","11467.468"],["6286.998","11465.895"],["4957.880","18599.972"],["4959.419","18600.039"],["4957.705","18598.937"],["9400.433","13603.439"],["14732.467","6058.753"],["14734.668","6061.301"],["10863.742","17161.529"],["5086.281","18322.260"],["13353.993","13565.112"],["9073.996","14890.108"],["9073.757","14884.762"],["9032.106","14974.792"],["9003.047","14963.817"],["12892.204","9072.280"],["15882.051","17304.939"],["15879.183","17305.162"]] \ No newline at end of file diff --git a/src/gathering/10063.json b/src/gathering/10063.json new file mode 100644 index 0000000..2d0e406 --- /dev/null +++ b/src/gathering/10063.json @@ -0,0 +1 @@ +[["6404.374","14987.674"],["6403.940","14987.686"],["13720.844","14474.175"],["13722.734","14473.732"],["7669.105","12414.731"],["7670.963","12415.148"],["12054.741","6268.562"],["13100.968","16489.933"],["13101.227","16491.328"],["13102.334","16491.140"],["13102.170","16490.277"],["7493.563","12617.196"],["7495.001","12618.411"],["4544.879","11373.112"],["4542.986","11373.166"],["5324.569","18893.036"],["5339.453","18897.343"],["5340.144","18895.545"],["14715.761","8972.277"],["8856.400","18921.116"],["8855.256","18919.590"],["9581.674","15913.878"],["9590.866","15922.632"],["9581.648","15911.962"],["9588.942","15922.764"],["7813.056","18649.007"],["7811.864","18650.532"],["7482.314","13371.442"],["7483.763","13370.900"],["8398.094","17322.416"],["8397.261","17324.270"],["8398.754","17324.404"],["8400.604","17323.137"],["6849.851","6107.347"],["6850.389","6105.931"],["6851.079","6106.599"],["7149.796","12620.799"],["7149.978","12622.683"],["6185.164","15983.604"],["6183.501","15981.200"],["6521.399","19041.463"],["6486.642","19076.233"],["6486.129","19093.292"],["6520.234","19041.809"],["6484.625","19075.488"],["6485.337","19093.352"],["8422.708","13445.934"],["8423.765","13445.343"],["9618.840","18501.672"],["9626.702","18504.716"],["9626.566","18506.631"],["6568.025","12716.162"],["6569.867","12715.713"],["9771.512","14190.088"],["9805.908","14056.289"],["9772.071","14188.816"],["9807.384","14057.429"],["6256.965","13691.500"],["6256.847","13690.168"],["6419.476","13728.792"],["6255.710","13690.261"],["6255.830","13691.105"],["6418.417","13727.361"],["7560.887","10978.993"],["7559.201","10979.211"],["8235.742","12962.287"],["8234.360","12963.056"],["8065.063","10014.711"],["8063.172","10014.852"],["11867.358","4596.368"],["11806.795","4564.773"],["11807.153","4566.439"],["11808.031","4566.313"],["4309.610","12163.560"],["4308.285","12164.885"],["12765.679","7706.116"],["12767.184","7705.523"],["12766.724","7704.619"],["12765.911","7704.879"],["10264.888","9064.014"],["10263.261","9060.510"],["10309.152","9046.364"],["10263.139","9062.100"],["10308.848","9044.428"],["13218.825","13221.489"],["13218.302","13220.620"],["6457.557","19124.890"],["6356.038","19106.155"],["6363.927","19168.557"],["6456.951","19124.062"],["6354.195","19113.883"],["5261.580","10883.201"],["5260.199","10884.528"],["8501.825","19020.234"],["8369.583","19064.735"],["8501.417","19018.370"],["8369.843","19062.928"],["7913.867","18615.950"],["7911.943","18616.083"],["4667.921","10656.962"],["4666.067","10656.864"],["14593.111","9755.541"],["13222.899","16462.539"],["13221.063","16462.179"],["5157.280","11013.303"],["5187.293","10941.291"],["5158.797","11012.171"],["5185.646","10941.993"],["4361.910","10601.515"],["4360.021","10601.553"],["1691.383","13527.880"],["1728.750","13503.320"],["1689.461","13527.749"],["1726.962","13503.789"],["6523.673","12933.642"],["6525.181","12932.707"],["10192.317","9996.916"],["7103.915","13064.941"],["7103.840","13066.847"],["10508.894","17244.379"],["10510.280","17243.482"],["10509.687","17242.651"],["10508.907","17243.174"],["9551.783","13791.613"],["9552.091","13789.887"],["15082.400","11213.675"],["15080.625","11214.164"],["9583.532","16320.245"],["9581.608","16320.377"],["8660.348","13599.204"],["8658.879","13598.455"],["1640.761","13336.126"],["7044.327","12751.949"],["7043.122","12753.340"],["12866.765","7775.307"],["12864.841","7775.245"],["8628.943","13198.705"],["8627.653","13199.808"],["9146.599","13631.376"],["9147.975","13631.172"],["4860.875","11185.224"],["4859.244","11185.087"],["6615.366","17700.990"],["6605.798","17742.103"],["6594.472","17737.867"],["6611.743","17747.655"],["6594.959","17738.437"],["12249.106","8580.631"],["8817.563","18181.064"],["8815.639","18181.196"],["9926.441","18373.020"],["9931.609","18378.361"],["5913.058","18330.297"],["5889.531","16010.895"],["8279.435","12106.318"],["8281.285","12106.613"],["10815.406","16973.598"],["10785.134","16924.631"],["10814.125","16975.007"],["10792.423","16943.069"],["15095.382","8863.480"],["4579.214","11815.103"],["4579.966","11813.359"],["6355.914","14844.014"],["6355.218","14844.330"],["13041.962","12904.278"],["8268.833","18694.917"],["8266.908","18695.049"],["17012.373","4624.388"],["17010.537","4624.029"],["8725.380","9654.248"],["11503.553","14315.063"],["11504.823","14315.827"],["11502.644","14314.969"],["9665.503","9503.855"],["9663.711","9503.120"],["6759.188","15526.692"],["6760.473","15525.631"],["5289.894","11022.839"],["5290.883","11021.217"],["8768.715","12831.023"],["8770.284","12831.180"],["7757.218","10176.550"],["7756.624","10178.343"],["7757.773","10178.408"],["11949.933","4543.558"],["11950.988","4544.273"],["11951.585","4543.197"],["11950.923","4542.808"],["13225.795","10721.407"],["8762.727","12717.322"],["8679.502","12572.775"],["8679.463","12574.089"],["8760.885","12717.924"],["8680.158","12574.530"],["8680.338","12573.756"],["13042.321","11683.453"],["11938.492","14052.875"],["11939.601","14051.637"],["11814.774","14182.292"],["11939.034","14051.058"],["11938.329","14051.668"],["11812.877","14182.504"],["14062.425","10929.171"],["14060.549","10928.964"],["7555.744","16615.002"],["7554.323","16613.780"],["7178.904","13244.239"],["7177.278","13243.893"],["8951.431","18478.094"],["8950.720","18669.678"],["8952.796","18671.889"],["8949.545","18478.487"],["8952.496","18669.975"],["8952.342","18667.738"],["11117.200","14336.185"],["11116.745","14335.265"],["6704.297","13574.465"],["6706.581","13462.563"],["6704.695","13576.303"],["6705.848","13464.300"],["11989.803","5800.551"],["11989.953","5802.643"],["11979.011","5796.113"],["10340.472","7537.149"],["10338.680","7537.427"],["14817.129","5981.768"],["14814.990","5979.753"],["7443.774","13119.128"],["7445.385","13118.821"],["7918.075","18379.492"],["7918.083","18376.656"],["7918.272","18375.759"],["7916.699","18374.771"],["16762.185","7663.146"],["16762.770","7661.311"],["1567.807","13345.727"],["1568.163","13343.993"],["4840.671","11295.227"],["4838.777","11295.251"],["2296.297","10906.130"],["2295.398","10904.894"],["1962.414","11035.805"],["1884.331","10898.884"],["1960.633","11035.167"],["1882.458","10898.571"],["7669.340","18536.320"],["7670.380","18537.928"],["6756.033","12712.030"],["6757.562","12713.168"],["15916.092","9578.518"],["15917.334","9577.865"],["15916.908","9576.930"],["15916.267","9577.244"],["10385.996","17175.384"],["10387.341","17174.512"],["10386.794","17173.641"],["10386.000","17174.127"],["5795.876","16193.321"],["5796.939","16193.843"],["6334.933","19406.233"],["6288.999","19378.702"],["6333.116","19486.319"],["6283.095","19378.600"],["6336.522","19478.314"],["4969.501","6371.155"],["4967.582","6371.223"],["14843.821","6295.059"],["14843.291","6293.657"],["6826.770","5956.522"],["6866.997","5981.488"],["6824.866","5956.466"],["6866.125","5982.958"],["10810.370","17024.982"],["10810.716","17027.045"],["10809.786","17049.058"],["6022.967","18048.905"],["6038.642","18044.926"],["12967.826","13244.741"],["12964.076","13255.954"],["12966.118","13244.606"],["12964.081","13254.042"],["8292.634","19099.502"],["8240.400","19045.242"],["8294.363","19100.316"],["8241.634","19043.953"],["6355.820","15938.211"],["6358.431","15940.558"],["6755.126","12968.738"],["6756.924","12968.949"],["4396.487","10929.840"],["4394.769","10929.665"],["11939.330","9694.838"],["11937.405","9694.971"],["8599.565","18102.908"],["8601.084","18102.096"],["6036.298","14928.334"],["12036.915","14083.211"],["11947.519","14048.937"],["12035.390","14082.085"],["11945.676","14049.463"],["6484.894","15160.106"],["6483.894","15159.860"],["6059.655","15737.374"],["6059.220","15736.575"],["13594.378","11142.119"],["8469.990","12337.298"],["8471.663","12337.829"],["8842.709","13069.451"],["8844.183","13069.636"],["8573.306","18170.840"],["8571.415","18171.232"],["7028.433","13167.745"],["7026.740","13167.229"],["10868.425","11487.274"],["10866.497","11487.207"],["7605.853","11122.104"],["7616.141","11115.170"],["7603.931","11122.269"],["9617.972","18503.408"],["12313.903","10179.486"],["12312.179","10179.157"],["9688.090","13998.894"],["9689.840","13999.014"],["7570.300","13527.905"],["7569.260","13526.594"],["10693.262","17143.587"],["10691.334","17143.556"],["6496.190","13845.873"],["6496.591","13844.179"],["4322.995","12081.188"],["4321.117","12080.735"],["7976.017","13145.095"],["7974.572","13145.061"],["7534.059","18381.303"],["7532.137","18381.401"],["12968.559","9148.225"],["12966.655","9148.291"],["1608.547","13395.756"],["1608.983","13393.933"],["2473.986","11375.361"],["2472.402","11375.591"],["4528.608","10656.364"],["4530.346","10655.923"]] \ No newline at end of file diff --git a/src/gathering/10065.json b/src/gathering/10065.json new file mode 100644 index 0000000..c7d4461 --- /dev/null +++ b/src/gathering/10065.json @@ -0,0 +1 @@ +[["12946.558","11811.335"],["7586.543","12474.973"],["7588.080","12473.130"],["6453.060","7596.625"],["6450.922","7595.631"],["6060.441","13892.441"],["6061.200","13894.488"],["14006.349","13759.151"],["14008.811","13758.895"],["2742.006","11029.137"],["2741.112","11026.913"],["8027.151","13271.438"],["8028.115","13269.505"],["16836.952","14248.029"],["16838.456","14249.847"],["8801.538","18915.934"],["8800.702","18917.325"],["6022.335","13894.616"],["6022.561","13896.752"],["13284.061","10856.520"],["5721.060","17559.457"],["5722.982","17559.592"],["5122.102","11227.432"],["5071.693","11258.845"],["5032.701","11120.829"],["5120.047","11226.305"],["5072.046","11257.078"],["5034.078","11119.081"],["5531.469","8050.111"],["8999.092","13348.280"],["9000.621","13346.701"],["6436.651","13683.179"],["15011.056","16885.340"],["15010.736","16887.810"],["13408.147","13333.764"],["13372.568","13339.737"],["13406.263","13300.790"],["5409.605","11032.353"],["6212.476","12892.059"],["6214.005","12893.744"],["8713.033","16603.689"],["8694.779","16614.279"],["8568.261","18583.607"],["4616.626","17803.631"],["4615.422","17803.595"],["4616.197","17804.605"],["13390.198","13141.128"],["4769.479","18238.365"],["4768.771","18239.135"],["4825.948","18226.387"],["9410.750","13794.066"],["9410.833","13791.793"],["15028.352","11100.871"],["9227.891","18482.525"],["9230.125","18481.713"],["9174.246","13615.903"],["9175.531","13617.096"],["8207.466","14703.089"],["8208.101","14704.401"],["8203.367","14705.274"],["8206.473","14704.000"],["14540.885","16938.376"],["14537.732","16937.575"],["5865.616","17397.719"],["5866.478","17397.405"],["5865.012","17399.066"],["3439.127","8168.528"],["3436.757","8168.287"],["11175.918","16677.064"],["11303.384","16657.044"],["14213.581","13838.869"],["14215.973","13838.208"],["7881.551","10132.030"],["7880.104","10132.162"],["2429.438","11293.147"],["2428.568","11291.104"],["5795.947","18062.637"],["5794.802","18061.123"],["8383.014","13370.040"],["8403.355","13322.410"],["8385.204","13369.628"],["8405.430","13322.500"],["15378.179","17411.523"],["15376.414","17411.593"],["5200.603","16072.813"],["11307.178","16683.028"],["11309.663","16674.576"],["11321.899","16656.089"],["11329.819","16619.326"],["11308.419","16614.772"],["11329.123","16658.330"],["11308.253","16682.955"],["11306.205","16683.225"],["12016.656","5979.925"],["12016.584","5979.602"],["8180.521","13557.486"],["8172.522","13533.530"],["8179.328","13558.296"],["8174.679","13534.570"],["9374.678","13918.554"],["9376.857","13917.699"],["13636.722","13628.381"],["12289.546","10243.470"],["12288.210","10241.486"],["7910.331","19033.570"],["12528.814","11051.311"],["12529.536","11050.151"],["9106.815","13456.053"],["9133.180","13526.334"],["9109.014","13456.382"],["9134.609","13524.539"],["2299.854","10905.716"],["2302.126","10905.794"],["14777.422","9750.825"],["9619.397","10571.015"],["6576.510","14407.866"],["6578.048","14408.835"],["6708.960","13315.354"],["8032.587","8862.989"],["8031.885","8859.770"],["15896.893","14816.969"],["15899.334","14816.543"],["8041.869","13574.420"],["8041.019","13572.201"],["6515.610","18329.359"],["6516.039","18330.684"],["9294.170","15167.846"],["9294.866","15165.632"],["10734.667","16998.610"],["10730.756","16998.684"],["13035.847","7623.984"],["9310.585","15647.508"],["9406.006","15709.543"],["9405.241","15710.118"],["9309.889","15648.160"],["9373.058","15717.681"],["9402.349","15712.265"],["8559.689","16579.135"],["7852.936","8711.579"],["7848.069","8713.042"],["8849.656","16855.515"],["15428.368","17857.028"],["15426.322","17856.422"],["9533.596","9376.988"],["9605.938","9477.770"],["9535.266","9378.624"],["9603.679","9477.001"],["6286.559","13837.136"],["6287.664","13835.182"],["5408.161","11034.255"],["5412.068","11034.299"],["5611.604","10915.575"],["5610.931","10913.436"],["7771.255","9049.175"],["7769.889","9047.353"],["6557.097","14542.454"],["6557.435","14540.202"],["4746.326","17496.551"],["4746.752","17493.644"],["8471.684","18608.477"],["8470.236","18608.609"],["8471.420","18607.090"],["8470.861","18607.486"],["8565.860","18583.492"],["9618.029","10568.623"],["15133.532","17632.416"],["15130.817","17630.238"],["8044.520","13122.633"],["8055.911","13124.854"],["11631.791","14216.898"],["11630.394","14214.950"],["7562.481","17413.041"],["9373.380","15718.677"],["12887.619","9078.049"],["12886.912","9075.743"],["5244.638","16238.322"]] \ No newline at end of file diff --git a/src/gathering/10067.json b/src/gathering/10067.json new file mode 100644 index 0000000..5355ac3 --- /dev/null +++ b/src/gathering/10067.json @@ -0,0 +1 @@ +[["13455.899","13281.285"],["13510.073","13320.342"],["13456.379","13286.432"],["13494.147","13382.080"],["13521.048","13379.738"],["6121.639","9435.312"],["6123.063","9435.083"],["13400.148","13226.819"],["6264.037","9462.051"],["6271.965","9460.242"],["6161.254","9266.336"],["6082.872","9212.994"],["6059.745","9244.058"],["6061.173","9278.256"],["6084.175","9212.479"],["6062.698","9277.719"],["13498.566","13147.679"],["13500.912","13147.286"],["13405.774","13372.675"],["13399.461","13311.791"],["13313.621","13288.177"],["13345.507","13213.022"],["13398.835","13351.934"],["13393.965","13301.305"],["13315.303","13289.089"],["13347.178","13212.137"],["13407.114","13103.591"],["6527.981","9256.083"],["6475.839","9315.714"],["6529.477","9255.670"],["6479.688","9311.970"],["13586.823","13721.254"],["13417.679","13798.507"],["13430.737","13723.160"],["13500.212","13677.764"],["13577.043","13724.053"],["13553.508","13731.845"],["13419.315","13709.558"],["13596.003","13691.820"],["13389.678","13665.382"],["13390.026","13666.660"],["13413.837","13109.120"],["13348.971","13641.944"],["5925.214","9120.229"],["5965.799","9120.521"],["5867.512","9079.047"],["5926.771","9120.939"],["5969.524","9125.799"],["5869.096","9079.554"],["5800.994","9163.207"],["5788.056","9008.641"],["5791.002","9049.137"],["5789.553","9008.511"],["5793.559","9054.033"],["13465.127","13352.012"],["13445.431","13358.481"],["13613.265","13190.856"],["13439.800","13358.850"],["13610.591","13191.524"],["13466.247","13350.706"],["13637.968","13668.260"],["13774.803","13771.441"],["13645.272","13701.058"],["13680.194","13724.096"],["13621.231","13691.018"],["13765.290","13750.997"],["13639.428","13669.525"],["13776.360","13770.527"],["13647.066","13699.763"],["13680.896","13725.579"],["13766.663","13752.151"],["5930.095","9314.250"],["6002.662","9225.868"],["5998.337","9199.374"],["5982.452","9369.150"],["6002.069","9224.405"],["5999.898","9198.753"],["6291.172","9059.783"],["6321.841","9132.434"],["6365.479","9142.762"],["6284.709","9046.056"],["6323.321","9131.932"],["6368.305","9134.592"],["6272.658","9297.221"],["6402.289","9252.679"],["6394.542","9325.114"],["6361.766","9313.296"],["6349.997","9285.904"],["6412.947","9255.709"],["6394.915","9323.771"],["6382.245","9275.748"],["6351.642","9285.956"],["6278.096","9297.214"],["13496.643","13451.938"],["13508.650","13405.338"],["13495.936","13448.418"],["13747.314","13156.951"],["13736.417","13174.160"],["6249.698","9092.983"],["6251.377","9092.855"],["13359.893","13409.977"],["13369.642","13399.676"],["13369.588","13525.928"],["13334.897","13573.402"],["13360.017","13411.930"],["13313.188","13492.815"],["13353.758","13537.205"],["13311.979","13535.077"],["13406.451","13487.717"]] \ No newline at end of file diff --git a/src/gathering/10069.json b/src/gathering/10069.json new file mode 100644 index 0000000..0c7b0b4 --- /dev/null +++ b/src/gathering/10069.json @@ -0,0 +1 @@ +[["17409.487","17066.500"],["21254.783","12897.651"],["21253.574","12898.762"],["17183.782","16862.192"],["17126.861","16920.070"],["17145.681","16806.665"],["17349.738","16273.363"],["17311.033","16169.031"],["17266.486","16266.149"],["17262.034","16205.680"],["20899.563","12529.270"],["20790.191","12444.031"],["20899.018","12530.270"],["20788.741","12443.402"],["16822.417","16511.734"],["16887.714","16365.816"],["17263.007","16674.988"],["20936.498","12898.845"],["20852.540","12933.195"],["20936.419","12900.033"],["20722.639","12881.351"],["20723.069","12788.410"],["20721.445","12880.384"],["20721.582","12787.799"],["17650.074","16752.649"],["17676.522","16631.562"],["17706.270","16669.024"],["20498.168","12251.299"],["20775.569","13150.479"],["20652.229","13014.106"],["20774.089","13149.848"],["20651.104","13013.080"],["16955.456","16289.558"],["16916.246","16320.746"],["16868.708","16257.842"],["21169.139","12519.633"],["21168.777","12520.730"],["16686.129","16818.159"],["17185.965","16276.586"],["17102.936","16312.808"],["17115.448","16179.390"],["17633.618","16469.438"],["17702.694","16516.473"],["20905.181","13033.669"],["20892.243","13130.252"],["20891.932","13131.288"],["20903.700","13033.006"],["17307.436","16988.975"],["17320.408","17152.134"],["17388.130","17048.572"],["17425.059","16570.196"],["16861.830","16649.367"],["16922.879","16775.029"],["17030.856","16717.980"],["17180.175","16702.299"],["17133.473","16582.078"],["17164.137","16628.312"],["17057.826","16710.787"],["17145.499","17126.169"],["17449.248","16292.887"],["21331.674","12610.687"],["21331.208","12611.638"],["21075.197","12863.817"],["21073.743","12862.537"],["20580.343","12262.386"],["20579.766","12263.370"],["17363.161","16365.087"],["17351.671","16359.600"],["17216.380","16377.981"],["17221.030","16517.812"],["17314.273","16453.531"],["21061.940","12936.930"],["21060.390","12936.768"],["20820.252","12624.327"],["20949.184","12685.564"],["20818.888","12623.434"],["20947.908","12684.517"],["17515.746","16494.384"],["17571.012","16527.776"],["20931.668","12297.630"],["20930.137","12297.152"],["21107.167","12678.793"],["21106.687","12679.834"],["17110.300","16393.493"],["17082.017","16540.718"],["17077.039","16515.529"],["17094.467","16477.884"],["17255.604","16978.828"],["16589.135","16769.479"],["20734.056","12621.343"],["20664.951","12631.096"],["20732.543","12620.991"],["20663.499","12630.402"],["20698.481","12367.570"],["20701.907","12468.100"],["20581.874","12527.621"],["20698.303","12368.710"],["20700.548","12467.727"],["20748.973","12439.401"],["20580.619","12526.877"],["16543.648","16588.893"]] \ No newline at end of file diff --git a/src/gathering/10071.json b/src/gathering/10071.json new file mode 100644 index 0000000..74989a0 --- /dev/null +++ b/src/gathering/10071.json @@ -0,0 +1 @@ +[["17839.269","13912.070"],["17979.232","13968.038"],["17944.793","13941.210"],["17839.499","13911.170"],["17979.929","13967.851"],["6063.693","17098.200"],["6119.674","17075.629"],["6114.090","17026.193"],["6195.820","17043.499"],["6184.786","17003.037"],["6236.024","17016.648"],["6218.101","17063.420"],["6116.697","17102.845"],["6043.288","17121.268"],["6104.836","17017.103"],["6183.316","17075.492"],["6234.366","17016.614"],["6218.131","17065.063"],["6117.644","17101.574"],["6039.686","17124.157"],["5861.326","16604.865"],["5859.921","16604.381"],["6062.057","16816.245"],["6176.000","16965.884"],["6196.251","16943.522"],["6075.199","16872.422"],["6106.959","16783.661"],["6109.076","16784.588"],["6193.587","16980.557"],["6183.375","16976.081"],["6106.787","16786.646"],["6197.236","16980.174"],["6195.455","16980.704"],["6173.149","16903.069"],["17943.119","13512.491"],["17943.350","13511.591"],["6354.616","16780.756"],["6374.731","16853.438"],["6337.723","16933.965"],["6285.655","16881.632"],["6354.341","16779.170"],["6373.296","16852.810"],["6336.785","16935.336"],["6295.508","16877.780"],["18126.684","13970.206"],["18200.085","14019.591"],["18125.390","13968.988"],["17773.658","13874.549"],["17684.659","13829.072"],["17773.800","13873.656"],["17684.229","13829.845"],["5464.879","16961.351"],["5465.691","16961.397"],["17747.390","13468.354"],["17747.374","13466.512"],["5770.433","16800.417"],["17984.804","13744.559"],["17911.336","13740.154"],["17833.599","13694.923"],["17864.084","13640.640"],["17911.316","13740.989"],["17872.217","13666.280"],["17970.682","13684.404"],["17834.559","13694.951"],["18122.746","14073.661"],["18122.802","14074.549"],["18086.795","13736.838"],["18086.833","13737.726"],["18042.738","13620.892"],["17962.139","13465.260"],["17865.465","13467.656"],["17962.828","13464.554"],["17916.064","14071.991"],["17952.458","14134.585"],["17941.156","14119.465"],["17916.840","14071.374"],["18092.792","13467.793"],["18097.948","13433.211"],["18093.156","13468.640"],["17716.142","14150.975"],["17716.638","14151.809"],["17874.096","13641.059"],["17980.821","13721.056"],["18040.286","13615.912"],["17872.967","13643.010"],["17981.506","13721.293"],["5998.446","16855.013"],["6005.349","16886.428"],["5993.691","16874.485"],["5992.847","16906.802"],["5958.565","16893.484"],["5848.589","16824.750"],["5975.400","16891.637"],["5915.323","16821.440"],["5848.776","16971.457"],["5981.706","16882.048"],["5914.867","16819.892"],["5746.362","16677.122"],["5667.117","16758.822"],["5746.228","16675.622"],["5509.033","17106.495"],["5509.405","17107.649"],["6023.057","17020.399"],["5962.140","17119.653"],["5961.910","17133.643"],["5940.212","17095.085"],["5969.054","17131.806"],["5941.852","17137.944"],["6010.121","17100.857"],["6015.761","17117.028"],["5843.381","17056.760"],["5923.407","17094.887"],["5992.761","17042.896"],["5999.362","17130.937"],["6003.913","17084.166"],["5942.362","17116.978"],["6040.148","17103.240"],["6000.756","17130.297"],["6005.439","17084.354"],["5940.897","17116.304"],["5939.060","17116.157"],["6260.339","16693.484"],["6258.752","16693.196"],["5685.001","17134.740"],["5829.828","17112.348"],["5752.981","17102.168"],["17752.707","13624.614"],["17760.776","13672.475"],["17663.959","13610.289"],["17664.395","13609.415"],["17760.850","13671.616"],["17752.814","13623.675"]] \ No newline at end of file diff --git a/src/gathering/10073.json b/src/gathering/10073.json new file mode 100644 index 0000000..f4a9cdf --- /dev/null +++ b/src/gathering/10073.json @@ -0,0 +1 @@ +[["12258.844","16071.809"],["12267.165","16016.584"],["12182.588","16136.386"],["12190.827","16101.268"],["12322.732","16077.219"],["12189.626","16100.492"],["12250.976","16139.363"],["12275.361","16384.984"],["12304.321","16378.999"],["12277.496","16501.863"],["12253.164","16361.804"],["12254.834","16436.841"],["12309.614","16380.035"],["12147.187","16389.808"],["12303.195","16510.728"],["12252.276","16364.486"],["11501.879","16180.049"],["11505.295","16182.433"],["12287.973","16194.793"],["12284.881","16208.858"],["12282.212","16348.879"],["12327.215","16201.222"],["12247.804","16273.726"],["12289.455","16196.235"],["12313.641","16335.629"],["12351.947","16300.998"],["12285.173","16207.434"],["12282.575","16350.311"],["12325.991","16200.911"],["12248.988","16273.122"],["12327.250","16170.908"],["12161.696","16250.976"],["12196.886","16173.736"],["12251.936","16140.590"],["12277.871","16185.917"],["12161.649","16249.467"],["12195.636","16172.825"],["12360.546","16466.541"],["12363.964","16412.269"],["12367.254","16543.196"],["12362.766","16411.904"],["11241.936","16597.716"],["11240.939","16596.924"],["11174.112","16602.936"],["12103.422","16183.591"],["12118.273","16233.501"],["12116.148","16307.391"],["11943.317","16283.253"],["12034.426","16394.668"],["12417.287","16256.330"],["12552.083","16259.435"],["12544.191","16225.816"],["12416.028","16213.944"],["12496.795","16225.703"],["12386.842","16345.778"],["12469.310","16154.449"],["12397.111","16585.323"]] \ No newline at end of file diff --git a/src/gathering/10075.json b/src/gathering/10075.json new file mode 100644 index 0000000..85e8324 --- /dev/null +++ b/src/gathering/10075.json @@ -0,0 +1 @@ +[["13649.958","13466.822"],["13687.414","13563.397"],["13678.332","13504.858"],["13771.295","13404.012"],["13688.231","13491.764"],["13795.416","13396.715"],["9027.733","14680.345"],["9154.345","14750.057"],["9145.830","14731.673"],["9050.702","14781.413"],["9156.546","14665.143"],["9084.449","14771.727"],["8995.688","14717.614"],["9047.474","14698.460"],["9085.573","14807.956"],["9045.346","14853.651"],["9126.062","14803.620"],["9134.401","14759.180"],["9176.041","14754.956"],["9183.403","14684.472"],["9120.537","14779.240"],["9124.148","14698.638"],["9135.716","14769.452"],["9073.203","14739.374"],["9032.322","14794.496"],["9029.189","14785.539"],["9138.241","14751.176"],["9133.841","14685.047"],["8989.223","14805.247"],["9047.157","14853.096"],["9126.401","14805.462"],["9067.249","14756.084"],["9172.035","14752.688"],["9118.048","14781.431"],["27737.985","16892.192"],["27813.925","16962.139"],["27739.857","16891.712"],["27815.763","16961.661"],["13928.468","13610.516"],["13903.011","13655.028"],["13979.828","13797.151"],["13462.961","13377.159"],["13443.499","13337.709"],["13460.720","13376.411"],["13442.398","13335.693"],["13550.362","13306.820"],["14147.852","12915.022"],["14041.387","12931.374"],["13350.839","13318.790"],["14118.507","12261.647"],["14126.246","12192.245"],["14136.770","12269.696"],["8985.026","14851.417"],["8969.407","14789.865"],["8936.552","14813.322"],["8938.424","14815.214"],["8955.189","14860.529"],["8983.065","14734.796"],["8979.353","14782.039"],["8953.370","14860.347"],["13706.941","13207.223"],["13628.031","13269.244"],["13629.537","13222.352"],["13663.943","13213.584"],["14172.970","13604.358"],["14066.275","13490.803"],["14203.631","13410.731"],["14185.402","13529.146"],["13488.796","13056.992"],["13509.925","13151.314"],["13555.484","13013.244"],["13612.852","13166.189"],["13437.602","13157.386"],["13591.778","13110.908"],["13613.475","13164.129"],["13439.914","13158.081"],["14179.074","13359.757"],["14199.864","13389.618"],["14164.525","13277.829"],["27629.197","16816.854"],["27554.595","16836.430"],["27631.070","16816.464"],["27556.471","16836.954"],["13706.132","12916.453"],["13835.479","13427.693"],["13854.182","13525.903"],["14028.996","13402.629"],["13908.721","13549.870"],["13298.789","13280.541"],["13324.354","13229.125"],["13408.258","13331.302"],["13325.327","13226.965"],["13407.998","13300.832"],["13328.393","13148.191"],["13325.823","13148.104"],["13434.613","13720.941"],["13570.737","13733.316"],["13421.740","13718.035"],["13436.060","13719.806"],["13569.959","13731.400"],["13592.283","13681.090"],["9051.941","14646.625"],["9077.839","14640.298"],["9051.396","14557.838"],["9043.698","14544.586"],["9043.272","14530.677"],["9034.587","14551.074"],["9090.904","14554.402"],["9069.563","14550.678"],["9083.479","14566.079"],["9088.499","14614.438"],["9092.545","14590.491"],["9051.331","14560.817"],["9062.385","14620.609"],["9088.274","14611.290"],["13363.078","13759.211"],["13392.073","13649.364"],["13391.689","13140.498"],["27334.825","16640.500"],["27426.422","16722.619"],["27499.326","16661.991"],["27427.803","16721.115"],["27497.668","16660.470"],["27336.491","16639.764"],["27291.237","16574.117"],["27292.944","16573.642"],["8985.668","14900.833"],["8987.761","14910.094"],["13335.455","13606.452"],["13333.581","13606.243"],["27816.523","17261.473"],["27818.323","17260.931"],["27080.258","16648.004"],["27081.320","16646.290"],["27809.249","17759.656"],["27810.697","17758.287"],["14069.560","13790.821"],["14279.017","12237.141"],["13951.739","13156.718"],["14296.651","12375.056"],["13560.846","13306.715"],["13549.260","13184.762"],["13567.741","13374.035"],["27579.462","17548.419"],["27581.091","17547.230"],["28273.149","17280.462"],["28274.980","17279.791"],["9338.981","14457.466"],["9338.345","14455.588"],["14006.562","13023.365"],["13940.116","13053.400"],["14148.181","13023.254"],["27859.407","17007.034"],["27761.577","17124.426"],["27781.006","17018.164"],["27860.830","17005.670"],["27763.028","17123.081"],["27781.476","17016.070"],["27795.490","17423.621"],["27734.670","17531.937"],["27866.687","17417.735"],["27880.140","17567.654"],["27796.851","17425.014"],["27736.251","17531.097"],["27868.296","17416.524"],["27881.670","17566.331"],["13431.051","13451.929"],["13489.928","13456.034"],["13431.902","13454.109"],["13480.276","13450.926"],["13487.600","13455.609"],["28150.630","17143.052"],["28314.939","17101.899"],["28152.258","17141.863"],["28316.311","17100.547"],["13932.383","13262.457"],["14022.265","13877.888"],["13721.460","13172.962"],["13713.118","13116.340"],["13778.575","13053.330"],["13639.534","13116.937"],["27180.509","16559.086"],["27181.917","16557.609"],["9366.451","14593.140"],["9358.658","14515.411"],["9382.183","14590.371"],["9321.147","14581.061"],["9370.240","14491.033"],["9208.755","14543.144"],["9399.188","14471.530"],["9396.260","14469.647"],["9396.935","14469.052"],["9285.475","14645.910"],["9258.342","14581.610"],["9304.579","14534.309"],["9377.653","14472.269"],["9338.562","14621.793"],["9207.242","14541.889"],["9396.935","14471.975"],["9286.931","14640.981"],["9257.363","14580.340"],["9415.677","14495.559"],["13394.413","13565.904"],["13355.683","13486.335"],["13357.833","13565.139"],["13395.957","13564.150"],["9073.720","14895.217"],["9013.766","14921.053"],["9061.509","14929.687"],["9022.972","14972.713"],["9003.182","14957.725"],["9014.622","14903.375"],["9033.546","14902.053"],["9061.442","14950.177"],["9017.671","14878.127"],["9015.819","14957.683"],["9037.965","14901.552"],["9016.025","14877.375"],["13529.648","13399.849"],["13527.754","13397.470"],["13594.736","13472.886"],["13450.970","13401.818"]] \ No newline at end of file diff --git a/src/gathering/10077.json b/src/gathering/10077.json new file mode 100644 index 0000000..c7e479e --- /dev/null +++ b/src/gathering/10077.json @@ -0,0 +1 @@ +[["6069.864","13400.988"],["6067.077","13399.808"],["6228.370","12941.691"],["6188.777","12928.411"],["6187.147","12929.899"],["6226.359","12942.727"],["6182.809","12924.241"],["5954.912","13615.271"],["5955.938","13606.383"],["5954.181","13605.583"],["6059.425","13380.850"],["6100.024","7490.378"],["5765.703","8361.109"],["6263.886","12989.032"],["6266.656","12987.778"],["5834.891","8958.874"],["5854.338","8998.251"],["5830.371","8955.382"],["5805.320","8287.848"],["5785.539","8277.982"],["6031.390","13268.474"],["6021.419","13292.846"],["6022.203","13351.954"],["6029.181","13269.706"],["6020.095","13278.764"],["6021.478","13294.907"],["6020.695","13352.027"],["6265.402","8756.993"],["5809.979","8833.634"],["5923.926","7374.480"],["5928.799","7405.180"],["8005.654","8611.808"],["6048.656","8260.511"],["6052.138","8262.097"],["7328.342","8874.751"],["6111.367","13118.760"],["6174.328","13035.962"],["6245.401","13000.559"],["6234.366","12985.313"],["6107.728","13126.048"],["6100.892","13125.661"],["6106.178","13125.894"],["6171.767","13034.966"],["6245.179","12998.460"],["6232.783","12984.537"],["7287.562","9100.343"],["7240.475","9100.904"],["6022.860","13465.527"],["6023.591","13463.895"],["6186.015","9072.469"],["6141.937","8992.601"],["6208.511","9007.625"],["6163.211","8989.116"],["6102.621","8994.230"],["6199.632","9058.111"]] \ No newline at end of file diff --git a/src/gathering/10079.json b/src/gathering/10079.json new file mode 100644 index 0000000..d07006c --- /dev/null +++ b/src/gathering/10079.json @@ -0,0 +1 @@ +[["21141.020","15711.065"],["21120.136","15575.551"],["21181.434","15656.269"],["21104.124","15700.001"],["21181.510","15654.562"],["21141.360","15709.965"],["21102.645","15701.219"],["21161.648","15607.454"],["12638.423","13594.062"],["12635.201","13594.457"],["20879.999","15727.320"],["20882.807","15727.612"],["12859.512","13809.180"],["12911.705","13710.261"],["12871.649","13637.687"],["12886.004","13747.452"],["12874.772","13673.560"],["12863.605","13706.276"],["12809.461","13606.138"],["12854.508","13623.282"],["12830.247","13666.479"],["12859.952","13722.620"],["12840.746","13738.227"],["12835.883","13726.699"],["12811.145","13614.017"],["12852.988","13639.255"],["12833.991","13698.083"],["12864.950","13776.460"],["12782.434","13802.203"],["12829.894","13671.527"],["12878.315","13702.900"],["12861.950","13715.766"],["12904.868","13742.076"],["12635.021","13633.228"],["12738.551","13639.566"],["12754.483","13802.056"],["12751.504","13616.992"],["12751.860","13757.271"],["12590.589","13665.567"],["12750.332","13731.905"],["12755.939","13803.772"],["12652.360","13611.585"],["12732.433","13782.264"],["12627.647","13676.061"],["12662.974","13629.963"],["12593.085","13671.199"],["12620.295","13633.231"],["21254.671","15955.209"],["21296.387","15994.079"],["21237.346","16027.606"],["21298.617","15992.715"],["21073.917","16255.850"],["21069.210","16313.874"],["21080.246","16198.451"],["21075.047","16258.363"],["21157.680","15958.271"],["21097.876","16126.136"],["21012.368","15972.247"],["21012.601","16116.435"],["21144.082","15954.213"],["21135.580","15955.813"],["21020.807","16028.519"],["21008.282","16119.965"],["21095.773","16127.537"],["21013.811","15971.962"],["21157.676","15979.578"],["20998.636","16066.645"],["20990.561","16017.210"],["21348.529","15882.459"],["21350.592","15884.040"],["20965.919","15484.219"],["20962.177","15482.812"],["21045.285","15754.431"],["21101.676","15869.568"],["21044.916","15751.944"],["21177.781","15821.111"],["21157.322","15902.610"],["21104.323","15868.383"],["21180.304","15819.649"],["12840.374","13585.547"],["12838.561","13585.757"],["20960.167","16095.107"],["20898.022","15961.456"],["20987.009","16012.743"],["20896.537","15962.806"],["20961.629","16094.115"],["20933.599","15974.560"],["12785.407","13856.034"],["12846.460","13827.356"],["12910.645","13831.255"],["21122.043","15482.138"],["21053.037","15386.792"],["21051.749","15386.449"],["21123.955","15480.982"],["20951.927","16202.356"],["20955.755","16202.947"]] \ No newline at end of file diff --git a/src/gathering/10081.json b/src/gathering/10081.json new file mode 100644 index 0000000..dd6327c --- /dev/null +++ b/src/gathering/10081.json @@ -0,0 +1 @@ +[["13420.403","15643.677"],["13419.111","15643.376"],["13419.437","15642.088"],["13417.961","15644.378"],["12981.490","11802.886"],["12982.054","11801.753"],["14932.823","9398.851"],["14931.424","9399.034"],["14931.311","9397.748"],["14930.662","9400.356"],["4346.812","11283.136"],["4290.482","11390.864"],["4347.440","11281.830"],["4291.142","11389.793"],["14674.610","8712.724"],["14673.214","8712.946"],["14673.094","8711.618"],["14672.466","8714.313"],["9063.651","14557.622"],["9031.483","14655.092"],["9062.305","14558.123"],["9031.775","14656.486"],["6754.499","18844.372"],["6755.684","18843.646"],["6710.405","18769.811"],["6709.326","18768.983"],["6756.326","18844.725"],["6756.044","18842.067"],["6710.274","18767.982"],["6707.764","18769.217"],["17119.571","4584.009"],["17120.125","4582.680"],["9136.502","14013.109"],["9137.807","14013.694"],["7615.060","16533.109"],["7600.659","16440.426"],["7612.292","16533.818"],["9254.454","14997.289"],["9253.901","14998.585"],["4513.614","11335.440"],["4514.948","11336.094"],["4434.992","11287.435"],["4514.414","11337.413"],["4516.429","11335.497"],["4435.895","11286.329"],["10721.700","16675.447"],["10722.348","16674.230"],["15941.700","14669.555"],["16078.896","14684.359"],["16139.321","14751.868"],["16041.243","14850.090"],["16085.391","14866.047"],["15982.066","14688.678"],["16091.211","14856.720"],["16016.452","14695.329"],["16031.767","14844.125"],["16002.403","14790.284"],["9484.477","16775.681"],["9496.448","16779.270"],["9500.842","16779.092"],["7749.297","16052.027"],["7806.770","15971.785"],["7750.388","16050.591"],["7809.956","15971.421"],["6416.504","18999.953"],["6417.191","18998.709"],["3029.206","13141.071"],["3035.261","13095.972"],["3030.030","13139.882"],["3035.348","13094.525"],["6209.910","14472.354"],["6211.347","14472.339"],["9568.530","15785.290"],["9579.839","15775.734"],["9525.035","15904.907"],["9474.710","15797.019"],["9513.801","15832.129"],["9462.535","15895.376"],["9409.402","15897.007"],["9436.955","15912.233"],["9441.374","15924.847"],["9527.344","15906.216"],["9478.485","15798.933"],["9464.172","15896.433"],["9435.017","15909.759"],["9424.155","15919.183"],["9442.322","15927.976"],["14612.204","16749.755"],["14612.378","16752.081"],["12744.205","13427.894"],["12740.150","13434.488"],["12745.102","13428.851"],["12740.925","13433.264"],["6879.437","6017.727"],["11791.110","13922.467"],["11789.775","13922.321"],["11731.246","14002.056"],["11790.184","13921.082"],["11788.556","13923.314"],["11730.635","14000.963"],["12718.093","14269.352"],["12716.964","14269.793"],["12695.836","14281.533"],["12716.365","14268.640"],["12716.776","14271.169"],["12696.288","14280.281"],["15600.533","17193.085"],["7998.483","13557.704"],["7999.900","13557.602"],["6775.476","6112.256"],["6776.468","6111.200"],["15078.209","16369.397"],["15077.537","16371.328"],["8152.143","17598.350"],["7879.907","13918.332"],["7880.911","13919.374"],["9392.470","16837.759"],["9400.129","16785.991"],["9400.524","16792.958"],["9392.758","16836.689"],["7259.690","16717.421"],["7258.263","16717.660"],["7258.152","16716.469"],["7257.504","16718.948"],["6610.247","5986.729"],["6610.815","5985.412"],["13424.650","11788.377"],["13427.771","11817.151"],["9044.619","13495.486"],["9043.994","13496.756"],["8826.215","13577.819"],["8827.162","13578.913"],["14377.112","9386.962"],["12942.121","12812.476"],["12940.772","12812.902"],["12940.496","12811.572"],["12940.177","12814.366"],["3553.572","8256.215"],["3554.619","8254.129"],["9070.640","13224.053"],["9071.734","13224.957"],["15019.138","17260.250"],["15020.537","17261.887"],["7035.091","16970.660"],["7035.840","16969.472"],["14974.884","16824.631"],["14974.909","16826.768"],["8618.373","15599.851"],["8623.446","15594.146"],["13668.716","9639.377"],["13667.777","9639.547"],["13799.351","9748.824"],["13667.227","9638.377"],["13667.610","9640.786"],["13799.886","9747.482"],["5874.352","19000.574"],["5873.655","18999.405"],["6018.924","19026.465"],["5874.903","18998.724"],["5872.105","18999.093"],["6019.779","19025.378"],["9180.698","17082.215"],["9182.276","17112.086"],["9180.124","17082.849"],["9183.245","17111.623"],["15125.221","17102.784"],["15122.717","17102.781"],["12365.077","8419.285"],["11776.305","9613.755"],["15106.978","11006.364"],["13205.693","15433.624"],["13264.385","15372.004"],["13265.235","15384.538"],["13303.154","15332.780"],["13376.943","15506.207"],["13206.292","15432.310"],["13264.306","15370.569"],["13265.218","15383.103"],["13303.413","15334.177"],["6901.567","17014.538"],["6900.152","17014.671"],["6900.038","17013.392"],["6899.413","17015.840"],["7602.642","16945.644"],["7600.930","16945.544"],["8107.828","15022.717"],["8106.731","15023.661"],["16045.146","14902.076"],["16071.323","14925.199"],["16111.618","14880.843"],["16037.379","14929.045"],["16090.873","14907.463"],["15188.589","16568.134"],["15186.961","16569.955"],["14557.791","8640.744"],["14558.514","8639.489"],["15020.149","8797.190"],["15020.637","8795.864"],["15773.808","14883.920"],["15930.862","14909.761"],["15890.560","14885.516"],["13407.104","15960.359"],["13407.713","15959.056"],["9421.435","16966.355"],["14951.892","17406.193"],["14950.300","17407.663"],["10882.712","16162.698"],["10883.521","16161.567"],["7742.102","18550.895"],["7839.803","18642.583"],["7740.674","18550.533"],["7838.466","18647.558"],["7816.356","18632.462"],["14560.623","9679.186"],["14559.414","9679.172"],["14559.624","9677.849"],["14558.444","9680.376"],["8397.200","15034.811"],["8397.553","15036.217"],["8978.645","17143.203"],["8976.252","17140.225"],["13330.098","16422.160"],["13330.652","16420.830"],["12819.654","12798.537"],["12820.430","12797.317"],["5819.766","18955.919"],["5818.358","18955.562"],["5818.786","18954.246"],["5817.088","18956.445"],["14594.540","17196.076"],["15170.716","8984.389"],["15169.336","8984.817"],["15169.039","8983.488"],["15168.760","8986.287"],["1626.227","13415.550"],["1624.960","13416.062"],["1654.920","13457.691"],["1812.275","13515.428"],["1624.606","13414.761"],["1656.124","13456.940"],["1812.650","13514.048"],["8625.680","13623.293"],["8625.961","13624.664"],["15952.053","14919.378"],["15997.962","14907.288"],["15998.156","14880.127"],["14787.856","16828.504"],["14715.597","16920.407"],["14714.643","16922.735"],["14787.238","16830.862"],["9340.318","16446.088"],["9348.073","16445.921"],["9338.420","16445.807"],["8452.882","13898.601"],["8365.130","13935.800"],["8454.233","13898.188"],["8365.499","13937.185"],["14181.849","8554.661"],["14182.384","8553.435"],["13880.887","9383.619"],["12153.322","13845.630"],["12213.460","13897.866"],["12214.811","13897.506"],["12226.423","13891.648"],["12225.125","13892.217"],["12154.490","13844.783"],["12215.116","13898.765"],["12215.352","13896.111"],["12224.822","13890.989"],["12224.572","13893.644"],["13072.881","10437.098"],["13071.784","10437.729"],["13071.582","10436.509"],["13071.227","10439.204"],["9717.469","16885.302"],["9714.128","16880.828"],["9709.579","16881.817"],["8785.611","15037.524"],["8784.197","15037.563"],["12678.643","16041.555"],["12677.288","16042.007"],["12676.550","15978.375"],["12676.946","16040.696"],["12676.762","16043.492"],["12677.464","15977.252"],["10624.062","16398.860"],["10546.780","16354.794"],["10624.846","16397.642"],["10547.632","16353.623"],["14088.793","9584.136"],["7969.368","14122.129"],["8018.118","14076.465"],["7969.998","14123.427"],["8019.436","14076.999"],["7767.192","13156.422"],["7768.593","13156.462"],["6760.742","17634.204"],["6761.185","17635.555"],["6824.647","17720.004"],["6759.999","17635.814"],["6762.628","17636.112"],["6825.365","17718.819"],["6904.108","13805.139"],["6905.526","13804.890"],["15944.748","14622.923"],["15970.476","14606.870"],["16021.739","14582.441"],["15984.048","14610.928"],["16120.544","14587.881"],["16120.223","14610.529"],["16104.788","14615.866"],["16122.037","14626.023"],["15947.772","14562.690"],["11499.004","14081.779"],["11499.836","14080.607"],["8753.576","13545.244"],["8573.778","13551.074"],["8754.040","13543.896"],["8575.186","13551.401"],["1636.088","13391.358"],["1637.194","13390.501"],["2769.581","11215.376"],["2744.056","11146.721"],["2770.234","11214.087"],["2744.419","11145.334"],["6247.552","11615.919"],["6248.146","11614.614"],["7546.501","13202.521"],["7547.737","13201.768"],["8140.834","15301.633"],["8083.708","15308.979"],["8125.392","15334.259"],["8142.258","15301.391"],["8082.357","15308.466"],["8126.231","15335.385"],["9134.421","13615.890"],["9133.763","13617.177"],["5387.292","10631.363"],["5388.063","10630.142"],["8072.301","13747.154"],["8073.680","13747.582"],["14889.426","16136.201"],["15083.118","15952.992"],["15082.164","15955.321"],["14886.931","16135.927"],["6637.264","17686.928"],["6636.125","17687.050"],["6610.666","17712.156"],["6628.716","17718.179"],["6626.947","17722.304"],["6635.648","17685.851"],["6635.812","17688.526"],["6609.869","17710.948"],["6626.701","17720.637"],["6626.162","17723.295"],["17347.721","4222.895"],["17346.277","4222.816"],["17346.454","4221.478"],["17345.239","4224.000"],["16049.775","9521.589"],["16051.158","9521.172"],["15776.117","14436.378"],["15825.827","14435.440"],["12801.955","13440.330"],["12802.466","13438.978"],["6894.331","16561.743"],["6895.205","16562.978"],["6894.197","16563.615"],["7216.575","13918.700"],["7216.770","13917.265"],["11002.651","17152.071"],["11001.211","17152.219"],["11001.161","17150.864"],["11000.378","17153.518"],["8023.655","18496.370"],["7963.762","18510.637"],["8023.563","18494.935"],["8264.093","15800.906"],["8264.135","15799.456"],["2425.143","11325.720"],["2426.252","11324.825"],["13558.248","16061.045"],["13556.804","16060.967"],["13556.980","16059.629"],["13555.765","16062.150"],["15016.106","9260.660"],["15017.110","9259.655"],["15724.908","14822.474"],["16161.628","14627.191"],["16151.259","14657.249"],["16250.374","14648.770"],["16185.910","14635.787"],["16200.867","14626.480"],["16259.759","14659.632"],["7099.253","13835.981"],["7100.425","13835.180"],["14890.967","6245.876"],["14892.143","6245.054"],["5800.578","18088.246"],["5799.349","18088.278"],["5799.366","18086.879"],["5798.522","18089.545"],["9250.154","16958.626"],["9376.033","16907.704"],["9251.243","16957.673"],["8811.562","15683.485"],["8812.286","15682.230"],["15186.895","16925.308"],["15226.968","16951.355"],["15184.452","16925.033"],["15226.058","16953.683"],["9546.965","17339.825"],["9545.511","17340.023"],["2569.530","11244.613"],["2569.500","11246.057"],["6882.103","17503.170"],["6880.859","17503.789"],["6880.616","17505.266"],["6880.304","17502.651"],["14114.867","11017.322"],["8296.871","16872.793"],["8176.412","16945.864"],["8298.314","16872.841"],["8178.305","16944.136"],["13193.405","15748.600"],["13194.749","15749.123"],["3398.114","7880.903"],["3396.762","7880.390"],["7022.027","18557.042"],["7021.313","18555.973"],["7022.489","18555.151"],["7019.772","18555.889"],["12079.209","5900.468"],["12082.966","5880.722"],["12084.113","5881.383"],["12078.338","5899.263"],["12080.781","5900.501"],["12078.060","5901.341"],["12083.292","5882.613"],["12085.517","5880.744"],["6872.994","16578.607"],["6873.361","16577.215"],["9323.297","13969.448"],["9252.774","13892.473"],["9324.424","13970.330"],["9253.750","13893.494"],["2979.249","13200.612"],["2978.322","13201.715"],["3035.202","13245.153"],["2963.627","13262.336"],["2911.517","13260.577"],["3045.157","13333.929"],["2977.484","13200.791"],["2978.468","13203.290"],["3035.966","13243.945"],["2964.255","13261.071"],["2912.395","13259.426"],["3045.819","13332.659"],["11218.307","16263.676"],["11216.963","16264.151"],["11216.600","16262.846"],["11216.463","16265.645"],["6723.503","14030.308"],["6700.852","14149.895"],["6699.555","14149.264"],["6722.141","14030.792"],["5614.421","10817.244"],["5612.881","10818.111"],["16743.690","7651.842"],["16744.767","7652.788"],["15997.137","14869.051"],["12438.842","11051.733"],["9096.468","14979.659"],["9034.233","14971.266"],["9096.858","14981.029"],["9032.802","14971.073"],["15277.488","11174.422"],["14954.807","16639.841"],["14954.350","16641.940"],["6393.054","14262.954"],["6394.033","14261.887"],["9021.648","15407.409"],["14593.161","17197.907"],["2016.843","11002.802"],["2025.418","10973.496"],["1978.866","10921.126"],["2017.487","11001.890"],["1976.931","10920.716"],["2026.756","10973.431"],["14775.872","9721.942"],["14776.766","9720.855"],["6377.427","18943.042"],["6376.906","18941.792"],["6378.198","18941.161"],["6375.399","18941.393"],["9379.167","16997.887"],["9345.848","17043.844"],["9380.647","16998.727"],["9345.442","17045.236"],["14730.407","16508.941"],["14730.303","16510.809"],["9607.063","10467.179"],["9607.121","10465.730"],["8499.189","16205.232"],["7339.827","16645.170"],["7338.514","16645.753"],["7338.186","16644.628"],["7338.048","16647.204"],["6844.359","17103.758"],["6843.067","17104.381"],["6842.676","17103.166"],["6842.612","17105.832"],["11724.265","14004.069"],["11723.193","14004.912"],["11722.592","14003.746"],["11723.031","14006.479"],["14541.520","16791.161"],["14540.516","16793.460"],["9125.871","14380.430"],["9124.694","14379.591"],["7872.377","14076.819"],["7871.573","14075.620"],["15858.219","14769.662"],["15859.771","14764.888"],["15740.825","14776.622"],["15922.569","14820.387"],["15843.045","14661.400"],["3109.329","13348.254"],["3109.683","13346.898"],["4906.475","6264.941"],["4859.848","6273.142"],["4907.700","6265.637"],["4860.922","6274.114"],["14802.051","6231.345"],["14803.388","6231.350"],["14719.664","6306.312"],["14855.665","6292.649"],["14803.217","6232.856"],["14804.270","6230.087"],["14722.569","6305.034"],["14856.807","6293.433"],["8313.431","16761.059"],["8314.620","16760.238"],["8546.888","15532.482"],["8549.032","15531.715"],["8547.212","15533.668"],["6727.045","5944.032"],["6696.311","5920.723"],["6725.794","5943.310"],["6697.178","5919.570"],["12684.693","12451.729"],["12683.344","12452.142"],["12692.152","12464.270"],["12683.032","12450.821"],["12682.785","12453.612"],["12693.386","12465.021"],["9494.122","15607.867"],["9560.145","15527.797"],["9590.867","15673.026"],["9561.906","15526.542"],["9474.691","15565.410"],["9432.536","15596.035"],["9467.324","15660.158"],["9464.795","15663.530"],["9515.218","15692.722"],["9428.785","15681.318"],["9512.891","15693.398"],["11130.783","17082.501"],["11131.315","17081.196"],["10827.869","11528.324"],["10845.399","11499.441"],["10828.712","11527.173"],["10846.089","11498.172"],["10798.106","17019.628"],["10796.261","17022.319"],["8899.480","13344.591"],["8899.693","13345.993"],["9159.482","16683.344"],["9157.779","16688.765"],["9161.795","16688.442"],["8136.246","16232.018"],["8040.359","16211.718"],["8134.894","16231.803"],["13672.034","8884.656"],["13807.740","8763.548"],["13672.394","8883.277"],["7575.128","16938.314"],["13952.441","8580.692"],["13876.546","8612.550"],["13844.815","8732.725"],["13953.176","8579.443"],["4555.044","11021.379"],["4493.445","10977.093"],["4555.743","11020.120"],["4494.168","10975.838"],["8167.428","14180.667"],["8168.466","14181.675"],["9329.576","17156.107"],["9376.224","17169.671"],["9342.641","17083.695"],["9335.546","17171.804"],["9377.554","17049.293"],["9365.713","17114.953"],["9352.582","17061.410"],["9374.207","17168.667"],["9374.571","17054.380"],["9350.766","17060.062"],["9220.860","17083.783"],["9243.135","17130.321"],["9246.070","17103.087"],["9248.304","17103.044"],["9247.113","17120.307"],["9315.072","17102.635"],["9326.128","17113.763"],["9363.695","17149.344"],["9403.604","17157.703"],["9397.833","17080.704"],["9371.159","17073.135"],["9372.362","17073.263"],["9377.715","17064.863"],["9390.177","17077.466"],["9405.775","17078.537"],["9329.165","17153.817"],["9351.501","17059.151"],["9362.856","17116.894"],["9345.533","17089.830"],["9242.341","17129.295"],["9244.969","17105.009"],["9253.031","17123.667"],["9362.541","17149.318"],["9402.186","17158.775"],["9400.095","17082.078"],["8256.492","16044.445"],["8255.394","16043.617"],["9130.316","14222.346"],["9184.205","14232.208"],["9131.160","14223.522"],["9183.211","14233.192"],["13376.163","15507.412"],["13376.207","15543.390"],["13347.235","15596.207"],["13391.796","15641.825"],["13375.801","15544.765"],["13346.947","15594.789"],["13391.230","15643.141"],["7783.926","16371.617"],["7784.650","16370.362"],["12037.210","17209.766"],["12037.635","17208.497"],["15922.206","14649.214"],["15918.498","14616.412"],["15899.719","14628.978"],["15885.825","14624.754"],["15900.493","14612.879"],["15859.937","14658.470"],["15834.362","14593.024"],["15807.671","14586.288"],["15901.033","14628.157"],["15904.486","14532.338"],["15778.028","14489.352"],["15765.084","14506.281"],["15826.188","14613.744"],["6885.990","17342.355"],["6884.647","17342.559"],["7066.035","17379.205"],["7064.595","17379.030"],["7046.803","17226.558"],["6884.407","17341.278"],["6884.012","17343.886"],["7064.834","17377.643"],["7063.494","17380.148"],["7047.590","17225.347"],["16162.028","14902.304"],["16187.615","14891.835"],["16178.836","14959.374"],["16183.004","14976.114"],["16197.492","15001.112"],["16332.341","14904.999"],["16310.440","14879.103"],["16224.201","15023.501"],["16288.015","14972.029"],["13154.786","15312.674"],["13155.509","15311.419"],["7398.276","13857.268"],["7334.114","13876.030"],["7399.680","13856.939"],["7334.138","13877.422"],["9292.171","13630.533"],["9292.036","13629.090"],["16147.075","14864.795"],["16201.335","14857.856"],["16163.413","14809.953"],["16179.103","14820.623"],["16292.837","14770.373"],["16292.544","14769.029"],["16282.392","14696.005"],["16154.425","14756.555"],["16203.571","14773.577"],["16197.054","14790.146"],["16249.247","14827.597"],["16190.843","14726.075"],["16189.492","14749.048"],["13142.753","15713.211"],["13141.489","15713.863"],["13140.998","15712.598"],["13141.143","15715.402"],["15159.016","17227.636"],["15118.362","17374.624"],["15124.655","17387.476"],["15117.894","17376.942"],["15158.554","17229.949"],["15124.218","17389.790"],["5985.065","18380.478"],["5984.115","18381.023"],["5983.623","18379.776"],["5983.932","18382.524"],["7821.296","13396.020"],["7821.645","13397.405"],["9415.615","17089.681"],["9422.346","17071.617"],["7868.027","16319.872"],["7866.278","16317.383"],["7914.541","16525.202"],["7891.609","16448.010"],["7889.891","16450.540"],["7926.484","16486.573"],["9774.671","17293.995"],["9775.405","17292.758"],["15107.581","16115.702"],["15106.888","16118.065"],["9399.892","15300.134"],["9398.780","15299.210"],["12738.265","12689.013"],["12737.262","12689.579"],["12680.098","12600.451"],["12678.750","12600.843"],["12678.169","12602.305"],["12736.434","12688.591"],["12737.354","12690.898"],["12678.460","12599.515"],["12743.067","13202.216"],["12741.827","13202.393"],["12741.859","13201.044"],["12740.983","13203.718"],["13864.147","9688.636"],["13988.254","9634.392"],["9163.667","17297.772"],["9166.661","17299.247"],["13762.351","8991.665"],["13761.110","8992.227"],["13760.622","8990.948"],["13760.748","8993.755"],["9179.397","15129.889"],["9179.009","15131.260"],["10867.811","11439.347"],["10868.545","11438.107"],["7683.889","11095.748"],["7524.036","11089.072"],["7682.838","11094.822"],["7524.612","11088.112"],["6884.033","17466.957"],["6885.154","17465.907"],["7060.937","17475.270"],["7070.661","17578.077"],["7069.277","17578.476"],["6886.018","17466.825"],["6885.231","17464.326"],["7059.837","17476.210"],["7069.009","17577.136"],["7068.673","17579.933"],["12077.551","10992.696"],["7957.287","15137.939"],["7958.681","15137.556"],["14687.454","16632.017"],["14859.867","16711.839"],["14857.768","16711.876"],["14686.400","16634.302"],["9236.767","14829.753"],["9235.325","14829.664"],["10005.894","7474.476"],["10004.349","7475.903"],["12285.123","10210.060"],["7743.808","11032.977"],["7742.386","11032.899"],["7742.541","11031.615"],["7741.385","11034.054"],["14750.502","6184.558"],["14751.680","6185.408"],["14750.835","6186.688"],["14753.139","6184.892"],["5590.815","18488.188"],["5591.635","18487.035"],["6662.992","18444.512"],["6663.842","18443.420"],["7995.134","16620.701"],["7995.630","16619.387"],["11497.627","14109.513"],["11498.292","14108.228"],["11642.680","14072.903"],["11643.470","14071.688"],["6896.810","16563.151"],["9408.958","15902.730"],["9408.408","15897.747"],["12976.903","9025.701"],["13738.110","11163.142"],["1613.862","13537.333"],["1614.699","13536.206"],["7841.049","9862.886"],["7842.256","9862.124"],["9558.486","10431.532"],["9559.904","10431.256"]] \ No newline at end of file diff --git a/src/gathering/10085.json b/src/gathering/10085.json new file mode 100644 index 0000000..b059aba --- /dev/null +++ b/src/gathering/10085.json @@ -0,0 +1 @@ +[["16091.438","13884.884"],["16087.680","13837.634"],["16000.214","13826.616"],["15997.045","13854.271"],["16041.412","13838.906"],["16111.640","13825.341"],["15995.442","13837.312"],["16009.097","13854.534"],["16026.983","13863.701"],["16022.300","13875.170"],["16045.735","13867.519"],["16079.015","13831.689"],["2596.040","10966.092"],["2594.894","10968.584"],["5766.816","11475.497"],["5767.648","11475.092"],["16181.801","13888.200"],["16198.242","13850.560"],["16214.881","13926.841"],["16308.831","13921.042"],["16219.803","13848.355"],["16201.542","13877.978"],["16271.127","13887.612"],["16223.530","13886.407"],["16200.482","13845.940"],["6877.897","6018.945"],["6880.314","6020.047"],["13701.290","9161.559"],["13703.449","9162.262"],["6300.238","12031.956"],["6299.296","12031.185"],["6606.006","5987.391"],["6607.473","5985.045"],["15849.958","13555.978"],["15842.608","13550.920"],["12993.249","9190.155"],["12993.403","9191.175"],["15881.238","13659.746"],["15921.352","13713.465"],["15881.586","13647.451"],["15889.449","13672.137"],["7708.695","11036.973"],["7545.091","10998.722"],["7707.114","11038.754"],["7546.933","10998.951"],["2449.030","11200.703"],["2451.763","11202.741"],["12506.887","8436.832"],["12507.916","8438.587"],["15143.364","11009.162"],["15144.411","11011.000"],["1930.878","10843.382"],["1932.535","10844.755"],["14656.778","11961.358"],["14501.375","11992.951"],["14529.779","11979.635"],["3646.331","12844.473"],["3642.198","12837.989"],["3641.767","12856.822"],["3645.348","12844.116"],["3658.537","12828.825"],["3640.949","12856.911"],["3642.716","12847.644"],["5026.952","10942.183"],["5042.419","10932.306"],["5028.062","10942.747"],["5043.639","10932.958"],["15253.639","9074.546"],["15254.342","9076.347"],["14208.430","8452.014"],["14211.190","8451.525"],["14209.905","8451.098"],["14210.315","8451.231"],["10193.959","9997.603"],["10190.443","9995.921"],["14200.572","9586.703"],["3357.215","7999.863"],["3356.516","7996.937"],["3356.196","7998.288"],["3356.341","7997.850"],["6171.729","11648.270"],["6171.094","11648.575"],["14849.045","11949.792"],["14721.734","11954.163"],["14836.215","11947.346"],["14794.159","11954.702"],["14674.983","11964.101"],["12385.540","11174.000"],["12387.441","11175.224"],["11961.127","9546.494"],["11962.720","9547.958"],["4875.047","11166.304"],["4874.363","11165.378"],["15977.820","13661.839"],["16009.538","13763.608"],["15972.623","13781.828"],["15980.827","13648.918"],["15948.965","13689.094"],["15937.277","13719.300"],["15952.347","13722.729"],["15958.764","13692.558"],["15985.599","13753.969"],["15965.888","13802.141"],["15997.826","13772.860"],["15064.568","11860.640"],["14920.873","11904.966"],["15039.394","11861.967"],["15090.410","11850.807"],["16100.187","9522.043"],["16101.585","9523.695"],["8724.547","9656.680"],["8722.749","9655.116"],["9677.195","9501.680"],["9676.610","9503.717"],["15101.406","11843.776"],["15163.841","11822.248"],["15239.872","11825.319"],["15300.887","11858.450"],["15141.632","11847.456"],["15218.030","11829.854"],["15249.634","11836.924"],["15279.064","11843.813"],["15240.403","11818.154"],["5638.359","10767.296"],["5639.655","10767.553"],["13890.017","11127.268"],["13891.683","11128.657"],["3074.910","13182.666"],["3071.275","13189.021"],["3075.995","13182.390"],["3070.874","13188.447"],["4793.268","11294.920"],["4791.846","11293.823"],["2001.298","10992.177"],["2002.787","10993.204"],["10187.193","10086.465"],["10189.211","10085.225"],["13042.867","9909.855"],["4947.803","6279.194"],["4945.614","6280.754"],["4947.277","6280.230"],["4946.370","6282.352"],["4651.264","10969.193"],["4663.891","10975.139"],["4634.408","10960.168"],["4651.007","10967.985"],["6781.054","5942.291"],["6782.539","5943.812"],["14262.789","12034.588"],["14290.206","12029.265"],["13831.188","8643.306"],["13832.271","8644.602"],["14907.841","11928.040"],["15131.862","9444.908"],["15134.458","9444.716"],["15133.108","9444.547"],["15133.473","9445.234"],["9612.204","9446.549"],["9613.550","9448.244"],["13906.952","9766.007"],["13908.333","9767.634"],["14217.122","9596.920"],["10879.525","11482.629"],["10881.650","11481.855"],["16371.139","13938.902"],["16391.526","13954.754"],["5416.269","11538.473"],["5483.645","11551.999"],["5554.650","11541.783"],["5537.862","11540.452"],["5413.736","11542.387"],["5415.659","11539.321"],["5482.858","11552.934"],["5502.295","11551.970"],["5554.536","11542.934"],["12951.476","7582.732"],["12953.319","7584.096"],["3756.714","12396.597"],["3757.762","12397.366"],["3740.752","12428.732"],["3762.115","12400.887"]] \ No newline at end of file diff --git a/src/gathering/10087.json b/src/gathering/10087.json new file mode 100644 index 0000000..f782e29 --- /dev/null +++ b/src/gathering/10087.json @@ -0,0 +1 @@ +[["8806.614","16773.315"],["8831.003","16725.838"],["8813.118","16722.940"],["8869.003","16760.145"],["8798.165","16724.495"],["8805.917","16773.707"],["13240.862","14374.840"],["13402.704","14349.073"],["13278.197","14332.256"],["13224.567","14245.604"],["13239.971","14372.990"],["13401.226","14347.836"],["13276.839","14330.769"],["13223.544","14243.877"],["13795.844","13888.815"],["13759.135","13938.248"],["13793.842","13889.104"],["13758.418","13936.322"],["8749.014","16544.102"],["8746.655","16515.344"],["8666.573","17039.143"],["8729.577","16988.735"],["8705.893","17010.225"],["8705.565","17009.410"],["8636.584","16647.353"],["8764.762","16703.676"],["8742.027","16728.614"],["8584.934","16623.250"],["8737.346","16594.198"],["8751.918","16612.125"],["8634.947","16671.925"],["8710.235","16717.920"],["8698.725","16711.617"],["8618.742","16650.946"],["8740.322","16596.365"],["13478.017","13611.874"],["13477.833","13609.842"],["13402.374","13630.730"],["13404.219","13630.125"],["13842.112","14030.380"],["13842.057","14033.713"],["13842.875","14033.166"],["13843.936","14031.538"],["13435.677","14067.566"],["13434.765","14065.990"],["13600.549","13881.912"],["13597.279","13882.069"],["13450.090","13961.864"],["13597.616","13883.005"],["13599.331","13884.006"],["13448.608","13960.529"],["13371.292","13969.925"],["13369.911","13968.485"],["8717.145","16871.467"],["8697.978","16947.671"],["8752.782","16919.200"],["8736.558","16807.617"],["8744.242","16801.776"],["8746.113","16789.711"],["8718.464","16870.431"],["13929.387","14018.571"],["13927.287","14018.475"],["13609.455","14743.399"],["13608.053","14740.486"],["13607.161","14741.557"],["13607.210","14743.554"],["13620.603","14088.715"],["13621.637","14087.086"],["13527.492","14535.887"],["13503.891","14498.569"],["13552.719","14661.169"],["13587.569","14462.986"],["13460.837","14610.995"],["13550.771","14660.994"],["13526.613","14534.040"],["13502.710","14496.867"],["13588.424","14462.233"],["13459.345","14609.648"],["13740.305","14594.179"],["13738.463","14596.853"],["13739.226","14596.958"],["13741.018","14596.253"],["13502.069","14164.400"],["13545.163","14112.616"],["13580.393","14191.902"],["13501.577","14162.498"],["13543.684","14111.427"],["13579.279","14190.607"],["13469.818","13595.035"],["13467.408","13596.891"]] \ No newline at end of file diff --git a/src/gathering/10088.json b/src/gathering/10088.json new file mode 100644 index 0000000..2666536 --- /dev/null +++ b/src/gathering/10088.json @@ -0,0 +1 @@ +[["15510.461","14845.121"],["14544.272","13232.576"],["16522.183","14400.218"],["13266.937","12618.595"],["13903.514","12347.533"],["15272.597","15111.856"],["16582.126","14551.993"],["16768.495","14453.341"],["13361.753","13233.813"],["15859.213","13371.641"],["14662.813","16478.418"],["14866.948","12135.754"],["15724.556","15597.857"],["16016.645","14945.217"],["16082.039","15027.147"],["15577.074","12827.397"],["16372.043","15456.931"],["15121.596","12596.388"],["14657.619","12711.886"],["14296.170","12144.874"],["14659.789","13059.682"],["14644.989","13077.709"],["14659.032","13076.368"],["14666.095","13097.985"],["14672.053","13109.780"],["14684.058","13112.594"],["16515.335","15629.905"],["16223.365","15360.244"],["15546.993","15102.069"],["15471.502","15120.330"],["15851.899","12781.544"],["15897.786","12810.860"],["14939.135","12576.228"],["15498.984","14888.202"],["15435.508","14913.271"],["15371.189","15082.759"],["15494.864","15076.107"],["15399.076","14890.702"],["15807.555","15316.634"],["15619.265","15044.264"],["15621.055","15002.462"],["15187.833","12876.061"],["16675.862","14328.851"],["15060.276","13263.489"],["13554.773","12773.887"],["15557.145","13458.969"],["13378.781","13514.348"],["28256.422","10942.479"],["15728.730","12466.543"],["14840.917","12576.577"],["14849.073","12582.423"],["14683.709","12615.895"],["15512.385","14868.942"],["15340.005","14805.728"],["15321.773","14669.957"],["14856.505","13837.291"],["14785.197","13851.569"],["25652.331","15987.828"],["25737.801","15959.804"],["25768.031","16001.375"],["25772.024","15995.640"],["25769.434","15997.335"],["15067.848","14619.000"],["15278.903","15641.660"],["15154.909","15577.424"],["15221.455","15614.820"],["15340.783","11997.126"],["14187.766","12825.756"],["14048.570","14135.036"],["15306.510","12834.859"],["15500.451","12873.222"],["15437.610","12807.331"],["13757.488","12701.577"],["14390.916","14690.591"],["14358.390","14790.619"],["16506.919","14378.449"],["13257.297","12636.460"],["18312.970","14460.014"],["16590.824","14551.154"],["16687.728","14455.294"],["16771.808","14607.974"],["16752.010","14504.319"],["13813.912","12626.207"],["14595.509","13666.193"],["14510.109","13784.038"],["14404.893","12637.075"],["25859.506","15908.197"],["26652.994","16840.470"],["14498.733","14846.035"],["14132.757","12336.501"],["14886.241","12269.634"],["16273.127","13260.699"],["25377.325","16614.791"],["25371.236","16617.072"],["25403.208","16633.111"],["13955.300","13425.462"],["13974.162","13521.900"],["15016.396","15542.266"],["15994.451","15042.532"],["15364.831","15531.602"],["16290.402","14276.854"],["14716.992","13730.576"],["26508.328","16617.177"],["26641.542","16572.097"],["26604.893","16567.311"],["25949.655","16777.864"],["25895.056","16778.289"],["25898.956","16774.117"],["25950.867","16814.441"],["25928.932","16868.489"],["25929.668","16872.303"],["15657.663","15583.666"],["16075.638","14923.343"],["13281.631","13083.672"],["15253.624","13496.863"],["15163.471","13562.260"],["25695.561","16216.598"],["25672.871","16351.204"],["25639.261","16230.292"],["25747.876","16152.158"],["25623.748","16240.679"],["25639.294","16227.331"],["25664.722","16256.096"],["25721.626","16213.270"],["25818.052","16666.101"],["14956.378","13756.049"],["15739.735","13873.481"],["14869.516","14855.855"],["14878.276","14662.466"],["14726.212","14667.317"],["16305.798","16758.941"],["15975.290","15569.823"],["16108.804","15697.491"],["25429.280","16322.578"],["25445.762","16332.099"],["15156.105","14366.789"],["15216.503","14369.487"],["14116.321","13799.339"],["14511.181","12706.498"],["15683.108","13735.898"],["14659.089","13054.673"],["14526.133","13101.534"],["14651.900","13057.378"],["15591.281","13288.901"],["25483.550","16416.460"],["25480.300","16551.385"],["25583.138","16381.314"],["25614.113","16546.311"],["25503.600","16447.682"],["25469.837","16461.711"],["25448.657","16434.795"],["25458.787","16511.931"],["25480.499","16449.357"],["15942.047","14316.712"],["13934.766","13177.844"],["25861.381","16402.192"],["25918.220","16481.295"],["25915.244","16448.089"],["25858.646","16437.738"],["25942.583","16442.708"],["25937.999","16548.216"],["15063.135","15419.954"],["14936.512","15371.054"],["14662.278","12212.783"],["16340.192","14607.445"],["14972.477","13611.710"],["15072.803","13767.341"],["26154.159","16866.938"],["25528.740","15918.815"],["15407.654","14266.306"],["16552.475","15634.213"],["14789.722","14929.511"],["16319.076","15465.698"],["16225.692","15336.337"],["26150.030","16529.327"],["26170.876","16454.974"],["26164.695","16484.770"],["26054.814","16410.451"],["25384.591","16372.777"],["15323.772","15343.316"],["15318.115","15494.420"],["15382.922","15374.828"],["14607.662","16414.359"],["14441.436","14549.359"],["14322.173","14070.093"],["15415.216","15107.023"],["15353.378","15185.997"],["15330.337","15123.460"],["15483.079","15086.664"],["14581.582","15025.883"],["25841.981","16035.370"],["25840.668","16027.578"],["15966.125","13339.311"],["15636.392","15341.622"],["25545.247","16043.370"],["25617.511","16053.246"],["25569.261","15945.422"],["25517.846","16043.192"],["15419.865","13521.063"],["25421.999","16635.988"],["25610.458","16599.318"],["25609.851","16584.898"],["16477.445","14877.424"],["16108.780","14056.722"],["15938.577","14084.269"],["15107.623","14962.296"],["15194.669","15073.685"],["15295.715","14928.138"],["15247.564","15076.217"],["26688.694","16471.281"],["26719.694","16512.476"],["14929.333","14427.899"],["14979.437","14260.934"],["14912.382","14343.310"],["15396.285","14914.089"],["16696.824","14691.014"],["15901.181","15488.966"],["15004.798","12352.059"],["15130.994","15474.738"],["15379.448","14620.749"],["15546.289","15070.657"],["15583.085","15054.027"],["15642.539","15004.663"],["15543.511","14887.436"],["15749.135","15269.545"],["14638.788","14410.727"],["26139.657","16329.111"],["26112.193","16317.654"],["26151.729","16309.236"],["26136.480","16330.460"],["26104.269","16334.429"],["25700.317","16441.400"],["25662.324","16476.513"],["25756.242","16489.126"],["25682.465","16412.818"],["25641.460","16535.843"],["25682.941","16451.397"],["25788.195","16497.695"],["25707.748","16438.180"],["25692.784","16447.088"],["25786.665","16500.329"],["25789.781","16508.302"],["25637.460","16526.483"],["25680.992","16407.652"],["25828.170","16434.886"],["25756.660","16498.099"],["25711.789","16425.302"],["25692.023","16415.954"],["25704.479","16438.679"],["25400.739","16313.636"],["26138.824","16577.065"],["26082.052","16571.402"],["26098.513","16747.820"],["26094.807","16737.705"],["26091.288","16587.222"],["26119.201","16728.189"],["26215.388","16676.108"],["25850.770","16152.643"],["16664.520","14374.114"],["16696.903","14295.980"],["16602.735","14318.437"],["15120.922","13194.589"],["14974.697","13845.882"],["16283.850","14755.121"],["14963.634","14873.728"],["26495.975","16487.332"],["26538.720","16387.639"],["26653.752","16386.191"],["26517.601","16460.064"],["26463.428","16524.157"],["26583.932","16556.727"],["26651.335","16463.355"],["26544.948","16448.416"],["26541.269","16561.294"],["25973.340","16773.708"],["25881.436","16766.137"],["26036.567","16691.751"],["16593.886","14335.499"],["16466.065","14264.091"],["14307.849","12980.607"],["14608.421","14649.831"],["13900.310","12875.343"],["25662.245","15883.146"],["25673.292","15880.530"],["25784.746","15911.943"],["25660.463","15876.308"],["16867.550","14480.133"],["15586.772","13527.071"],["13374.930","13508.127"],["13391.636","13531.447"],["15727.786","12456.710"],["15564.825","14049.268"],["15715.809","14065.439"],["14784.885","12451.158"],["14830.562","12526.729"],["15507.800","14839.116"],["13512.998","12681.567"],["14527.569","13233.424"],["16480.706","14344.693"],["13283.494","12623.159"],["15761.470","13629.070"],["15975.046","15025.261"],["13345.470","13242.696"],["14031.921","12283.876"],["16064.163","15058.122"],["15574.858","12847.434"],["15636.944","12835.344"],["13276.307","13076.724"],["16376.034","15409.897"],["14640.558","12709.543"],["14864.237","12083.428"],["14509.574","13103.166"],["15222.744","11939.906"],["16257.704","12980.431"],["14477.866","12279.544"],["16190.259","15356.415"],["16386.488","13286.226"],["16514.991","15646.820"],["13540.367","13191.309"],["15531.636","15104.882"],["14103.173","12672.088"],["15331.716","15140.169"],["15394.773","15135.135"],["15877.515","12783.803"],["15944.107","13342.997"],["16589.989","14496.808"],["15249.452","15055.377"],["15008.078","12633.537"],["15500.617","14874.530"],["15431.644","14886.823"],["15398.423","14895.356"],["14983.650","12341.155"],["15514.937","15032.717"],["15599.017","15064.253"],["15647.367","15009.580"],["15296.673","12863.480"],["16721.913","14400.860"],["15106.278","13247.192"],["16590.989","14359.894"],["13986.755","12549.763"],["13373.141","13406.751"],["14830.314","12558.368"],["14822.576","12364.943"],["15339.840","14816.157"],["14809.274","13895.509"],["14744.779","13824.688"],["14915.248","14506.668"],["15175.082","15668.080"],["15240.531","15662.036"],["14014.277","13636.375"],["14188.974","12854.294"],["14117.410","14096.119"],["16527.321","14162.239"],["16445.948","14142.683"],["16251.577","12548.284"],["14279.459","14708.297"],["14309.654","14810.009"],["14426.804","14840.836"],["16490.749","14341.681"],["13282.205","12621.279"],["15265.414","15099.064"],["15292.857","15278.185"],["16703.382","14457.602"],["14585.839","13794.875"],["14453.231","12639.019"],["14095.829","12402.354"],["15749.837","13793.388"],["16338.120","13300.643"],["14992.708","15544.465"],["15975.975","15040.004"],["13359.293","13233.941"],["13328.071","13230.299"],["15337.707","15641.089"],["15378.041","15591.272"],["16305.659","14281.789"],["16304.590","14265.724"],["14783.496","13711.761"],["15113.219","14583.190"],["15640.608","15565.363"],["16090.552","14989.375"],["15227.294","13559.544"],["15093.937","13579.122"],["14889.238","13627.212"],["14920.236","13751.538"],["14872.603","14731.251"],["16318.206","16767.602"],["14614.226","12618.374"],["16011.018","15690.831"],["16002.226","15571.598"],["15148.384","14284.317"],["15234.577","14335.934"],["14570.947","15108.931"],["14547.030","14564.741"],["15021.543","13948.431"],["15444.187","12755.818"],["15876.120","14149.823"],["14621.166","12774.883"],["15714.374","13695.779"],["14511.255","13094.225"],["14510.998","13100.463"],["13420.099","12457.658"],["15647.653","13386.646"],["15133.339","12080.605"],["13850.597","13161.788"],["14682.602","13115.237"],["14681.701","13105.511"],["14688.112","13080.290"],["14694.297","13091.296"],["14067.086","13952.599"],["15929.198","14296.847"],["14941.955","15367.178"],["16205.226","15380.012"],["13305.578","12442.719"],["13290.560","12413.916"],["16218.324","14600.735"],["15064.336","13717.358"],["15547.933","12466.445"],["16514.132","15637.694"],["14681.858","16922.022"],["15637.877","12986.467"],["14843.681","14882.204"],["16308.046","15472.915"],["15542.994","15103.268"],["15590.861","15099.253"],["15443.797","15396.397"],["14398.005","14563.750"],["13971.597","12809.304"],["14400.774","14046.480"],["15326.003","15240.038"],["15420.043","15143.142"],["15354.006","15094.260"],["15634.529","15407.679"],["15427.185","13506.474"],["16604.921","14536.343"],["16045.139","14031.662"],["15102.403","15072.817"],["15257.340","14925.837"],["15186.315","15071.136"],["15018.790","14358.411"],["14899.381","14303.560"],["16479.991","14823.159"],["16497.977","14728.064"],["14962.023","12627.216"],["15475.615","15068.510"],["15417.828","14885.674"],["15478.146","14874.462"],["15455.694","14904.995"],["16635.383","14687.255"],["15823.633","15315.307"],["15859.479","15475.163"],["15032.824","12393.399"],["14979.366","12366.928"],["14637.911","14687.605"],["15175.681","15475.794"],["15120.441","15454.682"],["15303.928","15500.471"],["15316.021","14650.474"],["15359.549","14596.786"],["15539.532","14879.816"],["16156.321","14142.294"],["14489.041","14263.289"],["15410.472","14183.490"],["15172.309","12874.051"],["16728.649","14443.272"],["16627.244","14326.082"],["16745.768","14373.147"],["14270.394","12764.457"],["14389.495","12768.394"],["15110.133","13283.470"],["14752.672","14602.223"],["16585.398","14345.703"],["16799.855","14616.783"],["16794.255","14481.575"],["13431.125","12820.384"],["15692.472","13545.314"],["15247.133","17796.326"],["13375.063","13518.856"],["13343.420","13445.409"],["13402.313","13547.426"],["14892.094","14828.823"],["14890.361","14692.628"],["14959.426","14859.976"],["15539.375","14062.430"],["15638.367","14028.822"],["14828.421","12486.930"],["15487.340","14870.371"],["14572.449","13215.347"],["14025.374","12371.034"],["16156.143","12631.555"],["16508.227","14359.997"],["13278.806","12621.744"],["13887.274","12540.241"],["16625.525","14555.735"],["15158.516","12502.227"],["15798.830","13631.510"],["15066.733","12232.507"],["15993.725","15001.980"],["14707.958","12214.858"],["16095.957","15017.358"],["15396.346","12273.436"],["15609.041","12565.210"],["15508.047","12748.645"],["14658.726","12761.548"],["14511.711","13099.663"],["13416.736","12455.138"],["14380.782","12390.559"],["16545.040","15654.935"],["15630.921","12984.501"],["16259.014","15336.115"],["16343.783","15372.219"],["16411.151","13159.034"],["15585.384","15131.834"],["15562.754","15084.203"],["15701.300","12314.431"],["15341.120","15102.436"],["15398.151","15094.052"],["15206.332","15053.397"],["15428.714","14924.732"],["15483.972","14931.010"],["15457.711","14901.817"],["15464.201","15055.516"],["15827.147","15322.388"],["15625.405","15000.253"],["15293.916","12858.685"],["16680.249","14324.302"],["15154.599","13206.239"],["15416.064","13184.122"],["15869.537","13179.111"],["13491.620","12874.763"],["15253.480","17791.675"],["13360.673","13522.335"],["22137.832","9414.182"],["22204.247","9404.081"],["22094.781","9388.865"],["22055.873","9380.376"],["21805.645","9320.429"],["21814.042","9292.793"],["21728.953","9175.645"],["21751.323","9185.162"],["21825.551","9288.852"],["17417.398","17543.690"],["17558.037","17525.719"],["21989.109","9368.758"],["21936.792","9328.620"],["21891.810","9353.985"],["21931.031","9369.427"],["21892.710","9372.595"],["21977.504","9374.707"],["21950.456","9331.371"],["17762.030","17127.063"],["17784.990","17105.238"],["24411.950","7784.737"],["24380.107","7777.277"],["24392.588","7759.799"],["24376.748","7749.969"],["24402.154","7801.151"],["24369.774","7861.605"],["24420.808","7690.229"],["24532.747","7772.896"],["24521.056","7867.436"],["17809.675","13744.706"],["17819.202","13792.372"],["22831.346","12883.304"],["22837.942","12820.641"],["22792.534","12875.216"],["22800.657","12872.624"],["22798.024","12875.499"],["22763.880","12850.524"],["24115.351","7406.860"],["17631.716","17425.863"],["21395.874","9946.002"],["21407.431","9926.978"],["21374.311","9914.112"],["19084.376","14093.677"],["19029.183","14101.047"],["19020.110","14098.917"],["19029.296","14078.647"],["19068.100","14070.219"],["19078.250","14083.495"],["19074.413","14057.271"],["19018.698","14027.931"],["19012.350","14047.321"],["28246.408","12798.885"],["28206.522","12801.748"],["28150.143","12829.202"],["21400.073","9313.149"],["21395.972","9304.276"],["21408.711","9353.354"],["21408.576","9348.964"],["16255.374","16263.915"],["16312.523","16236.101"],["17608.174","13842.133"],["29186.375","14913.620"],["29187.948","14922.458"],["24395.125","8006.835"],["24517.995","8028.123"],["17387.628","16565.484"],["27935.950","12920.805"],["28090.066","12821.601"],["28036.482","12870.554"],["28023.073","12797.943"],["28140.343","12831.977"],["28024.872","12934.778"],["28107.285","12820.744"],["28028.818","12815.575"],["28001.524","12872.105"],["28033.016","12934.990"],["18356.375","14546.719"],["16231.962","15828.479"],["16340.100","15862.377"],["17248.350","13640.421"],["21667.971","9225.836"],["19023.283","13729.088"],["19087.554","13671.416"],["19074.594","13689.589"],["19641.670","16727.064"],["19651.941","16752.070"],["17973.803","13602.773"],["17832.286","13452.126"],["17966.001","13459.368"],["17953.069","13513.653"],["17937.692","13505.720"],["17905.108","13473.317"],["18215.750","16809.475"],["18081.746","16937.519"],["18080.425","16921.552"],["17545.107","16956.381"],["28238.434","12720.663"],["28187.677","12730.601"],["28211.464","12693.325"],["18721.080","12886.530"],["18788.826","12915.763"],["18744.621","12899.725"],["18779.031","12901.535"],["22048.759","9338.901"],["23440.751","8025.572"],["17057.066","15819.447"],["16854.596","15813.997"],["16865.942","15787.032"],["16791.483","15744.135"],["28032.239","12700.171"],["28129.823","12711.072"],["28060.241","12738.708"],["28145.248","12724.260"],["27984.589","12712.086"],["27998.038","12738.302"],["28084.190","12729.967"],["28145.634","12701.009"],["19419.657","14382.580"],["19416.165","14375.479"],["23540.925","8009.147"],["23875.037","7384.652"],["21537.946","9592.883"],["21513.906","9614.721"],["17828.744","13514.713"],["17813.080","13518.408"],["18160.438","14415.780"],["18067.833","14365.290"],["24346.745","7711.700"],["24319.252","7804.814"],["24352.156","7781.220"],["24239.481","7747.691"],["24247.923","7744.432"],["24236.908","7708.277"],["18496.068","14669.876"],["18940.384","14558.596"],["21874.780","9148.479"],["21939.951","9125.216"],["16439.028","16886.646"],["17891.282","13197.044"],["17851.638","13216.449"],["21508.233","13805.849"],["21513.375","13806.413"],["21512.166","13804.910"],["21522.268","13748.549"],["21536.473","13755.334"],["21460.299","13812.382"],["21505.545","13744.099"],["21511.188","13745.584"],["16550.954","16450.804"],["16361.262","16428.279"],["16508.568","16381.287"],["16557.636","16537.666"],["24367.368","7902.593"],["24486.993","7897.978"],["24360.432","7989.398"],["24401.020","7923.267"],["17820.270","13818.962"],["28080.447","10778.711"],["18044.398","17359.434"],["17794.822","16396.655"],["21277.424","9690.167"],["21279.325","9678.058"],["21280.981","9671.261"],["21290.429","9697.792"],["21282.491","9714.634"],["21278.973","9735.758"],["21264.195","9738.230"],["21245.999","9761.565"],["18318.739","14383.819"],["24200.280","7576.595"],["24254.266","7675.234"],["24239.521","7654.217"],["24177.821","7631.513"],["24191.974","7657.827"],["24216.291","7642.065"],["24215.772","7670.085"],["24306.973","7672.656"],["24320.322","7684.594"],["24150.690","7563.745"],["24149.693","7559.206"],["24160.450","7594.694"],["24206.711","7611.919"],["17737.523","15028.842"],["20110.575","15750.602"],["18807.586","14162.087"],["18828.037","14211.404"],["17928.926","17147.846"],["18331.623","14221.555"],["18387.987","14168.843"],["17516.012","17391.891"],["18018.081","15135.422"],["18063.394","17427.773"],["17754.906","13219.468"],["17748.749","13231.749"],["17735.661","13318.780"],["17747.714","13306.634"],["17706.463","13259.604"],["17698.816","13331.192"],["17691.975","13350.215"],["17660.897","13383.534"],["22021.864","9385.696"],["21944.344","9452.096"],["21929.088","9466.727"],["21971.012","9456.060"],["15983.197","14601.987"],["24307.736","7607.538"],["24357.095","7649.388"],["17761.441","13153.490"],["17784.218","13150.065"],["17781.205","13108.252"],["17799.659","13105.347"],["17815.351","13066.747"],["17742.127","13081.244"],["17696.765","13152.411"],["17798.319","13100.526"],["28252.800","12755.666"],["18757.233","14612.581"],["18780.660","14593.445"],["21607.081","9189.738"],["19743.448","14224.859"],["23630.701","7849.633"],["23661.210","7853.324"],["18568.268","15167.514"],["17646.313","13457.773"],["17657.142","13412.232"],["17693.966","13417.739"],["17674.797","13450.132"],["17708.262","13451.077"],["17656.782","13506.712"],["17658.290","13491.563"],["17693.412","13594.376"],["17723.103","13413.310"],["19826.763","13640.933"],["16619.855","16210.640"],["16576.420","16232.457"],["18779.663","13025.831"],["18790.011","13034.767"],["18775.344","13017.576"],["18775.340","13008.723"],["18777.217","12973.217"],["18787.215","12983.954"],["18999.547","15268.068"],["16905.291","17247.576"],["17495.438","17187.771"],["17556.848","16268.439"],["22040.243","9329.140"],["21981.329","9331.153"],["21841.355","9267.942"],["21874.675","9320.776"],["21941.682","9257.141"],["21986.769","9182.233"],["21886.887","9372.749"],["21865.068","9337.843"],["21927.312","9269.578"],["22021.846","9261.692"],["19213.115","13321.313"],["19570.215","14932.940"],["18290.842","13948.821"],["27827.308","12752.769"],["27876.909","12694.427"],["27927.442","12719.194"],["27852.579","12704.209"],["18480.261","14590.291"],["18597.454","14558.685"],["18632.220","14604.425"],["18668.651","14624.507"],["16388.977","16299.621"],["24184.880","8088.551"],["23935.071","7602.431"],["23906.558","7601.092"],["23906.433","7574.053"],["23912.728","7576.113"],["23884.135","7538.459"],["23880.631","7537.763"],["23931.276","7489.009"],["23910.264","7497.092"],["19872.123","16999.104"],["21422.551","9956.361"],["21455.647","9992.439"],["21512.104","9917.960"],["21415.129","10009.486"],["21416.921","9991.314"],["21410.263","9977.723"],["21475.418","9982.972"],["21498.342","9963.988"],["21547.295","9891.636"],["21490.045","9970.079"],["21557.514","9918.935"],["21563.613","9913.582"],["21466.019","9937.058"],["21482.534","9934.475"],["19698.096","14625.152"],["19675.020","14619.700"],["17940.978","14511.414"],["17924.841","14519.381"],["17914.572","14530.572"],["17630.061","16928.244"],["18522.379","14400.047"],["18530.527","14404.288"],["18542.077","14434.977"],["21432.424","10024.249"],["21452.926","10034.283"],["16391.997","15925.370"],["16485.297","15889.211"],["16481.833","15755.169"],["21850.675","9405.511"],["21901.485","9399.865"],["21906.439","9386.941"],["21837.429","9411.354"],["21882.083","9385.900"],["17697.841","12562.647"],["19283.753","16644.333"],["21858.920","8907.755"],["24371.465","7619.378"],["18087.680","17169.437"],["17829.876","12798.409"],["19101.454","13888.744"],["19464.801","15833.833"],["17900.896","17416.111"],["19152.932","14354.237"],["17880.900","16394.150"],["17979.043","16361.399"],["17839.695","13775.328"],["17917.032","13734.093"],["18001.038","13775.370"],["17928.607","13713.769"],["17860.609","13743.221"],["17935.338","13654.917"],["17876.088","13622.697"],["20148.682","15699.397"],["20153.829","15700.940"],["17913.150","13235.351"],["17866.065","13322.896"],["18058.164","16390.247"],["27829.342","12795.040"],["27803.740","12777.080"],["27840.394","12764.641"],["27784.696","12772.415"],["27861.769","12800.806"],["27881.895","12776.397"],["17726.122","15368.217"],["17732.256","15411.742"],["17687.317","15396.263"],["17912.365","15714.714"],["18010.452","15603.419"],["18000.836","15566.029"],["17966.637","15544.882"],["19222.972","15303.936"],["23800.132","7800.642"],["16543.320","14866.324"],["19451.070","15519.335"],["18455.740","12142.332"],["24161.616","7930.735"],["24184.417","7923.968"],["24189.200","7935.950"],["24197.418","7926.773"],["24225.255","7929.708"],["24228.814","7913.103"],["24346.643","7919.374"],["24336.164","7986.614"],["24339.356","7999.155"],["24283.138","8046.664"],["24254.867","8048.536"],["21414.552","9295.049"],["21529.760","9211.283"],["17378.142","17501.291"],["24056.888","8004.597"],["24071.806","7920.776"],["24081.271","7951.148"],["24065.955","7972.388"],["24066.132","7982.489"],["24091.826","7972.126"],["24023.412","8062.509"],["24036.394","8057.884"],["22227.943","8437.563"],["19672.332","16787.906"],["16361.869","15941.115"],["24249.392","7702.285"],["24354.046","7755.123"],["24342.764","7728.493"],["24331.069","7722.781"],["24315.278","7766.716"],["24268.250","7797.123"],["24196.881","7837.552"],["24192.839","7870.086"],["24159.752","7888.026"],["24231.660","7866.453"],["24282.602","7882.148"],["24346.290","7841.664"],["17356.396","16954.155"],["16692.415","16071.679"],["17281.921","14258.369"],["16608.810","16032.024"],["16604.336","15987.070"],["16589.292","16634.930"],["19480.734","16663.137"],["19377.745","16712.368"],["19420.599","16747.837"],["22926.087","12780.438"],["22933.019","12783.419"],["22986.157","12791.934"],["23002.322","12793.768"],["22931.700","12778.384"],["22925.322","12785.399"],["22969.363","12794.470"],["18118.239","16733.816"],["17711.835","16340.568"],["17662.504","16342.764"],["21742.993","8661.611"],["21736.524","8658.899"],["19331.384","14916.856"],["19337.780","14942.735"],["17849.027","16644.961"],["18033.726","16574.489"],["16339.217","16477.995"],["16249.749","16404.776"],["16192.903","16450.994"],["16219.540","16512.676"],["21462.909","13981.104"],["17837.417","12822.289"],["17875.641","12867.650"],["17870.167","12832.622"],["17853.806","12848.359"],["17888.363","12867.812"],["17886.955","12847.843"],["17881.461","12843.250"],["17872.399","12862.905"],["17893.132","12850.331"],["17873.504","12823.624"],["17857.396","12834.450"],["17913.935","12875.147"],["17938.381","12891.612"],["17928.065","12917.718"],["17958.980","12943.894"],["17957.054","12948.853"],["17963.267","12933.777"],["17939.075","12963.143"],["17839.219","14964.095"],["18466.014","13464.322"],["21554.107","9399.411"],["21535.069","9396.892"],["21572.109","9435.337"],["21570.764","9444.481"],["21535.156","9421.094"],["21499.899","9385.800"],["21488.438","9388.108"],["21480.767","9380.169"],["21551.061","9399.060"],["21548.463","9559.093"],["21516.503","9557.090"],["17494.707","13440.986"],["17483.887","13463.628"],["17498.954","13429.095"],["22072.069","9352.848"],["22049.007","9368.138"],["18862.465","13980.764"],["22355.878","8392.262"],["22331.931","8431.998"],["22299.624","8430.769"],["22310.311","8435.914"],["17830.668","13039.322"],["17877.661","13084.540"],["17846.568","13098.268"],["17833.441","12972.917"],["17939.840","12987.913"],["17967.967","13008.850"],["17965.980","13014.068"],["17976.985","12993.134"],["17972.269","12986.974"],["27847.880","12868.001"],["27894.307","12887.295"],["27885.289","12908.224"],["27846.546","12860.132"],["27808.083","12840.118"],["27786.759","12816.689"],["19021.766","13901.470"],["28343.679","10903.774"],["18655.033","12910.649"],["18667.903","12913.844"],["18245.213","12987.914"],["23986.531","7649.789"],["23989.180","7641.629"],["23948.066","7624.288"],["24040.343","7587.006"],["24019.521","7592.732"],["24023.218","7545.486"],["24041.492","7511.325"],["24023.483","7485.692"],["24077.602","7567.669"],["24131.236","7613.627"],["24061.142","7570.322"],["24129.987","7554.037"],["24028.585","7569.481"],["23986.018","7576.693"],["24114.057","7523.678"],["17680.864","13639.491"],["17689.679","13634.321"],["13853.665","14493.989"],["14009.269","14641.411"],["13928.916","14522.140"],["14854.814","12617.117"],["15449.026","14727.209"],["15504.382","14870.993"],["13822.966","14859.344"],["13377.460","14247.632"],["13226.677","14360.573"],["13944.653","12428.557"],["16327.100","15063.496"],["16421.726","15233.900"],["13912.677","14826.422"],["14021.564","14676.015"],["13192.991","13602.765"],["13197.323","13574.091"],["13128.432","13597.761"],["13042.309","13600.077"],["13626.833","12741.418"],["13247.034","13502.090"],["13237.620","13581.321"],["13283.711","13537.270"],["14905.323","12134.350"],["16259.138","13301.119"],["13882.745","14271.074"],["13639.195","14385.368"],["13738.870","14260.260"],["13754.576","14339.507"],["13342.956","13223.361"],["13081.192","13640.245"],["13080.292","13631.478"],["13059.895","13636.455"],["13300.476","14101.267"],["13363.476","13924.736"],["13224.188","13860.703"],["13246.571","13951.611"],["13469.772","13720.244"],["13529.931","13671.721"],["13556.452","13793.728"],["16065.061","15062.709"],["14044.916","14902.246"],["13216.079","13610.176"],["13336.246","13652.271"],["13294.614","13799.300"],["13203.913","13792.063"],["13275.623","13791.805"],["13222.235","13723.476"],["13310.703","13733.208"],["15452.941","12284.394"],["15687.676","12905.530"],["16475.758","15458.180"],["15984.284","12693.932"],["14282.943","12747.267"],["14595.958","12675.703"],["16542.346","14567.818"],["15578.280","14438.422"],["15581.488","14384.729"],["14898.125","13398.323"],["14395.359","12173.471"],["15532.699","13642.131"],["13415.762","12439.436"],["13413.563","12458.601"],["15601.411","13298.179"],["15135.600","12034.382"],["12839.618","13516.984"],["12946.547","13507.219"],["13287.968","12435.042"],["13311.653","12400.626"],["13313.423","12405.349"],["13258.010","12425.360"],["13284.695","12423.046"],["13289.016","12409.535"],["13400.426","12459.546"],["13400.176","12448.631"],["13409.081","12464.801"],["15581.198","14724.279"],["16251.506","14562.181"],["15619.176","12480.424"],["16345.075","15339.024"],["15613.638","15214.288"],["15445.346","15426.517"],["15944.715","13268.782"],["15521.613","15340.880"],["15652.467","15378.070"],["13445.664","13879.220"],["15507.807","13906.885"],["15154.355","14915.563"],["13911.852","15018.513"],["13860.436","14968.906"],["15877.246","15309.990"],["15005.295","12437.120"],["14953.050","12358.289"],["15483.040","14547.498"],["15678.575","14880.510"],["15607.363","15063.785"],["15602.093","14997.665"],["15516.392","14883.785"],["15287.139","14860.490"],["15107.021","13224.713"],["16275.512","14698.809"],["14923.040","13304.657"],["14978.404","13375.432"],["13979.777","15007.269"],["13628.262","14133.336"],["13695.226","14096.908"],["13790.979","14148.127"],["13476.120","14293.697"],["13441.917","14243.134"],["14322.382","13735.478"],["13360.442","13538.518"],["13959.818","14652.701"],["13877.312","14467.853"],["13906.338","14494.085"],["13774.093","14484.412"],["15483.488","14854.035"],["15450.818","14681.586"],["15487.274","14714.367"],["13456.724","12623.557"],["16260.372","12945.333"],["13793.424","12239.084"],["14581.003","13222.556"],["28284.642","10827.878"],["13351.217","14234.981"],["13220.245","14146.659"],["13208.867","14363.689"],["13928.580","12517.997"],["16338.016","13430.498"],["16267.039","15032.675"],["16413.984","15204.835"],["13731.450","12728.227"],["16298.060","12574.282"],["14019.325","14801.935"],["13992.363","14861.101"],["14029.380","14667.518"],["13317.368","12633.674"],["13606.337","12391.266"],["28658.368","10975.810"],["13175.703","13573.839"],["13102.920","13588.031"],["13054.884","13591.604"],["14669.862","13653.709"],["14421.582","12670.364"],["14423.607","12644.494"],["13493.999","13024.700"],["13465.428","13089.461"],["13259.040","13569.279"],["13216.755","13510.233"],["16271.337","13346.756"],["16277.968","13237.334"],["13648.839","12860.245"],["13836.402","14250.229"],["13780.339","14344.177"],["16448.830","13407.709"],["16366.877","13483.242"],["15786.836","13361.877"],["14601.286","13595.495"],["15447.257","13178.161"],["14833.694","13685.762"],["13168.234","13607.361"],["13179.837","13702.298"],["13355.532","13889.866"],["13220.869","13918.919"],["13320.389","13844.709"],["13236.954","13837.048"],["13454.131","13734.053"],["13563.046","13667.742"],["13500.353","13815.601"],["14012.855","12130.308"],["13887.034","12129.865"],["13943.780","12129.087"],["16055.051","15055.695"],["14786.937","13414.676"],["14792.389","13409.951"],["13281.474","13726.698"],["13223.060","13610.544"],["13375.752","13641.635"],["13351.370","13749.769"],["15450.187","12310.291"],["15632.915","12812.466"],["13403.526","13057.828"],["15262.221","13488.991"],["16461.766","15488.148"],["15182.214","12752.161"],["14339.262","12673.873"],["14287.052","12669.016"],["14273.038","13432.976"],["14883.958","13764.133"],["13919.782","14860.308"],["16532.792","14568.164"],["15585.743","14392.828"],["15613.339","14474.234"],["15692.426","14455.982"],["14221.477","13661.688"],["14219.636","13609.041"],["14912.191","13393.466"],["15965.364","12931.899"],["14664.686","12945.282"],["14496.564","12989.033"],["14646.463","13027.513"],["14628.100","13122.698"],["14617.874","13097.174"],["14524.376","13100.760"],["13420.792","12463.527"],["15686.635","13298.036"],["16186.696","12972.903"],["12836.129","13524.213"],["14573.235","12191.374"],["14469.864","12135.572"],["13305.143","12419.069"],["13253.404","12422.818"],["14214.455","11560.915"],["15025.732","13614.495"],["15038.539","13758.678"],["13435.375","13272.129"],["15627.441","13166.011"],["16299.533","15430.055"],["16383.042","13117.327"],["15623.187","15235.976"],["15479.833","15398.820"],["13731.611","12471.740"],["13639.368","12547.145"],["15951.173","13375.349"],["14250.312","12976.135"],["15558.930","15322.356"],["15639.138","15401.897"],["13455.073","13877.757"],["15154.290","14954.430"],["14013.126","12117.763"],["14001.619","14906.292"],["13920.583","14933.401"],["13856.598","14966.533"],["15489.922","14929.754"],["15434.920","14904.538"],["15937.005","15327.498"],["14362.457","12113.737"],["15490.373","14552.076"],["15699.379","14886.247"],["15598.918","15057.808"],["15655.718","14969.114"],["15246.876","14843.922"],["15207.447","12882.908"],["14421.429","12819.496"],["14297.215","12873.120"],["16225.733","14688.621"],["14943.806","12102.565"],["14973.854","12051.181"],["14947.477","13318.155"],["14981.868","13368.018"],["15030.811","13306.597"],["15057.127","13247.200"],["14486.726","12417.096"],["13649.307","14079.939"],["13760.537","14161.402"],["15917.235","13112.703"],["15907.560","13166.806"],["15867.264","13027.605"],["16103.440","13049.596"],["13494.547","14367.331"],["13469.330","14297.550"],["13425.555","14240.834"],["13586.423","14085.191"],["14276.684","13606.224"],["13383.087","13537.073"],["15538.103","13875.715"],["13468.239","13408.538"],["13493.551","13585.193"],["13449.547","13594.108"],["13968.186","14592.895"],["13922.496","14515.480"],["13786.294","14461.350"],["15090.266","12875.932"],["14995.437","12819.560"],["14771.160","12558.240"],["14813.074","12338.282"],["14707.870","12409.314"],["15505.870","14713.151"],["15508.525","14870.578"],["15400.201","14686.343"],["14836.537","13871.800"],["14861.964","13841.371"],["13434.941","12656.606"],["16218.304","12801.002"],["16322.540","12894.462"],["15506.703","14030.333"],["14560.215","13213.807"],["14930.161","14493.831"],["15092.101","14577.844"],["15107.402","15585.150"],["13290.690","14268.008"],["14222.025","12801.927"],["14129.655","14057.314"],["16292.312","15011.474"],["16408.978","15188.338"],["16392.971","14126.113"],["13786.377","12688.936"],["14261.601","14713.078"],["14294.065","14869.560"],["14456.203","14850.875"],["13951.109","14863.576"],["14028.070","14780.672"],["13392.950","12652.314"],["15254.381","15103.218"],["13716.392","12404.147"],["13046.186","13570.975"],["14056.753","12065.388"],["14052.004","12078.985"],["16708.403","14652.064"],["16766.071","14601.134"],["16756.696","14472.089"],["14539.980","13692.176"],["14593.186","13687.889"],["14415.225","12705.663"],["13271.903","13484.997"],["13234.064","13582.393"],["13198.931","13524.961"],["13328.767","13530.724"],["13217.439","13501.711"],["14939.906","12146.397"],["16250.558","13347.934"],["16165.187","13263.411"],["13667.591","14260.475"],["13698.882","14289.640"],["13720.849","14336.615"],["15059.923","15525.145"],["16440.790","13470.215"],["16408.811","13509.489"],["16388.471","13472.793"],["15967.355","15037.589"],["13406.094","13309.767"],["13384.966","13264.118"],["15388.928","15529.836"],["15318.986","15634.522"],["15402.911","15575.591"],["16254.640","14336.973"],["14511.996","13541.307"],["14513.552","13541.071"],["14517.930","13540.182"],["14519.678","13544.788"],["14520.225","13540.290"],["14844.145","13671.635"],["13120.402","13609.950"],["13173.670","13616.403"],["13078.533","13612.278"],["13327.609","14153.311"],["13294.705","13829.835"],["13266.630","13903.175"],["15761.320","14967.551"],["14698.115","12192.235"],["14707.420","12299.145"],["15050.684","13158.309"],["14541.744","14097.647"],["13460.817","13712.225"],["13510.600","13804.993"],["13526.993","13630.294"],["13895.558","12211.897"],["13831.559","12230.955"],["16086.883","15065.711"],["14822.247","13486.868"],["14835.465","13428.871"],["13300.412","13767.760"],["13245.738","13645.203"],["13404.696","13766.357"],["13203.069","13731.323"],["13238.378","13780.971"],["13231.231","13796.508"],["13236.166","13093.217"],["13332.158","13066.003"],["15273.357","13478.122"],["15191.777","13484.678"],["16454.057","15443.131"],["16357.012","15399.328"],["16026.217","12660.320"],["14367.857","12686.714"],["14265.494","12660.716"],["14304.702","13594.900"],["14350.223","13411.996"],["14324.358","13412.290"],["14928.173","13713.464"],["14888.368","13776.819"],["14852.710","14770.656"],["14694.181","14685.627"],["13994.561","14727.934"],["13935.233","14870.549"],["14568.974","12574.334"],["14631.193","12696.580"],["15952.786","15661.044"],["16069.300","15699.336"],["15156.529","14264.745"],["15266.217","14364.036"],["16473.563","14579.854"],["16045.750","13452.773"],["15041.102","13915.707"],["13890.572","13399.205"],["15577.423","14453.946"],["14093.171","13688.847"],["15335.379","12551.285"],["14910.999","13411.070"],["15005.079","13402.751"],["15946.426","12814.643"],["13870.142","14230.578"],["15832.559","14129.934"],["14305.641","12130.963"],["14383.316","12251.997"],["14545.334","12845.230"],["13500.258","14088.430"],["15692.874","13723.973"],["14622.503","13106.737"],["14635.732","13106.205"],["13540.228","12487.262"],["13455.848","12441.715"],["13422.830","12469.950"],["13185.827","13896.684"],["13924.235","13178.036"],["13803.429","14933.585"],["15188.185","13141.646"],["14751.182","13056.549"],["14692.719","13063.158"],["14681.466","13290.658"],["16173.038","13000.459"],["14114.130","13918.363"],["15895.891","14294.388"],["12844.031","13498.845"],["14968.004","15359.472"],["15081.946","15477.438"],["14484.063","12239.618"],["13309.407","12406.439"],["15568.869","14740.040"],["16236.671","14600.556"],["16306.667","14579.530"],["14949.883","13634.149"],["15028.728","13734.776"],["15427.093","14243.217"],["15639.240","12490.192"],["14696.380","14986.356"],["14761.609","14875.038"],["16502.301","13003.205"],["16471.982","13058.634"],["13182.832","14383.500"],["15594.668","15192.462"],["15568.180","15292.964"],["15564.084","15292.545"],["15495.346","15426.629"],["15394.725","15406.607"],["14376.760","14528.868"],["13632.476","13640.414"],["14392.356","14069.123"],["15320.225","15271.481"],["14630.471","15065.678"],["13885.749","14448.493"],["15609.013","15383.310"],["15616.323","15481.919"],["15449.813","13486.110"],["13457.334","13893.051"],["15512.343","13912.849"],["16098.112","14058.377"],["15261.049","14974.894"],["15166.569","14913.978"],["13939.949","12089.982"],["13906.641","12058.278"],["15932.079","15618.604"],["14989.539","14367.483"],["14918.304","14318.076"],["16425.685","14843.364"],["16532.426","14759.828"],["14221.926","12645.943"],["13911.264","14978.598"],["15421.016","14916.821"],["15941.644","15328.826"],["15787.021","15313.945"],["15854.765","15389.362"],["14644.690","14690.420"],["15256.669","15318.858"],["15199.622","15426.091"],["15276.737","15463.063"],["15505.508","14534.040"],["15342.711","14570.852"],["15661.654","14884.636"],["15597.830","15031.465"],["15642.594","14986.938"],["15544.660","14879.550"],["16302.396","14086.153"],["15147.241","13662.029"],["14638.999","14389.047"],["15301.053","14865.913"],["16716.598","14361.096"],["16651.601","14291.975"],["14262.045","12920.204"],["14368.427","12927.381"],["14338.551","12838.505"],["14431.660","12821.483"],["14928.285","13912.164"],["16249.083","14752.884"],["16244.541","14672.231"],["15053.656","14934.823"],["14905.597","14875.534"],["15031.969","12076.937"],["14924.839","13317.239"],["16577.319","14307.540"],["14037.548","15011.257"],["13962.088","14984.535"],["16477.659","14270.769"],["14631.592","14491.037"],["13636.196","14083.843"],["13783.150","14184.896"],["13937.905","12901.011"],["15734.960","13111.058"],["15907.228","13081.355"],["15829.932","12993.643"],["16004.341","13125.754"],["16781.166","14565.540"],["13537.875","12909.512"],["13543.533","12883.379"],["13615.569","14339.974"],["13443.476","14264.525"],["15673.535","13547.827"],["13477.246","14224.192"],["14266.597","13662.418"],["16314.769","12535.898"],["14890.651","14855.554"],["14943.212","14685.079"],["15687.663","13927.797"],["13516.176","13481.830"],["15639.303","14073.029"],["13867.877","14497.327"],["13955.160","14533.211"],["13971.760","14627.687"],["13781.730","14475.995"],["15039.402","12937.420"],["15425.064","14701.467"],["15387.109","14690.629"],["13509.774","12672.001"],["13445.351","12609.079"],["16268.685","12913.359"],["14582.458","13212.406"],["14581.678","13208.219"],["14547.107","13235.132"],["14548.993","13222.238"],["14916.349","14626.842"],["14932.547","14515.728"],["15057.715","14647.497"],["15284.255","15611.573"],["15194.116","15567.841"],["28336.223","10830.633"],["13343.650","14189.572"],["13336.179","14206.082"],["14234.713","12918.130"],["14218.681","12804.832"],["14117.319","14104.049"],["16308.622","15046.518"],["16413.729","15221.397"],["14796.894","14340.400"],["16258.134","12572.369"],["14296.891","14676.535"],["16548.819","14382.990"],["14014.843","14674.296"],["13398.789","12648.992"],["13478.197","12396.604"],["15281.318","15288.719"],["13788.115","12118.766"],["13679.037","12397.334"],["13168.308","13554.198"],["13096.216","13591.855"],["13060.209","13594.299"],["13171.890","13601.064"],["13185.636","13522.164"],["13030.267","13603.605"],["28487.446","11057.908"],["14054.366","12121.552"],["16763.643","14546.239"],["16707.206","14655.509"],["16749.630","14561.721"],["16707.760","14512.564"],["14670.570","13618.841"],["14584.452","13677.707"],["13240.358","13521.203"],["13250.728","13566.218"],["13262.272","13495.192"],["13269.877","13416.518"],["13320.136","13542.635"],["16159.055","13307.181"],["16201.910","13329.166"],["13866.429","14266.130"],["13969.908","13435.591"],["13639.227","14342.422"],["13796.049","14270.286"],["13728.386","14398.150"],["29255.127","11138.022"],["16205.096","14510.578"],["16404.555","13532.020"],["15971.136","15049.700"],["13342.544","13366.504"],["15757.271","13301.108"],["15378.978","15564.294"],["15315.364","15583.834"],["16260.062","14303.821"],["14753.462","13810.132"],["14801.275","13793.289"],["14797.693","13752.416"],["13426.795","13868.348"],["13233.847","13935.202"],["13329.617","13931.062"],["15803.009","14947.367"],["14722.021","12226.406"],["14954.192","13150.024"],["13419.820","13702.115"],["13538.308","13780.620"],["13937.913","12130.696"],["13835.425","12250.783"],["16070.679","15051.904"],["14880.928","13396.591"],["13249.578","13771.850"],["13268.514","13785.776"],["13348.942","13744.867"],["13385.889","13718.277"],["13274.737","13812.321"],["13243.082","13751.995"],["13297.242","13767.016"],["13219.704","13627.901"],["28426.115","11208.808"],["13367.923","13016.128"],["13381.385","13099.169"],["15284.071","13451.968"],["15255.663","13518.094"],["16477.209","15454.297"],["16016.200","12710.635"],["16002.320","12668.708"],["14273.839","12659.905"],["14356.260","13435.890"],["14342.538","13434.957"],["14886.947","13664.892"],["15747.241","13894.864"],["14877.664","14771.497"],["14688.133","14719.900"],["14527.331","12567.145"],["14608.650","12607.053"],["16020.242","15620.032"],["15264.001","14317.041"],["16067.855","13407.056"],["16023.401","13486.430"],["15583.459","14391.933"],["15056.176","13899.660"],["14675.427","12071.390"],["15524.486","14598.833"],["15638.728","14469.365"],["14045.951","13688.457"],["14972.103","13400.962"],["15004.183","13591.538"],["16046.647","12959.293"],["15917.409","14146.708"],["14497.375","12970.148"],["14494.700","12882.541"],["15698.846","13650.795"],["14663.674","13032.862"],["14639.601","13123.625"],["14648.165","13058.571"],["13609.378","12545.991"],["13165.354","13880.371"],["15981.034","14399.413"],["14816.465","12761.971"],["14740.011","12979.263"],["14750.466","13067.097"],["14677.770","13028.261"],["14676.604","13220.237"],["16240.319","13012.212"],["14163.567","13940.470"],["12810.838","13539.766"],["12910.827","13506.633"],["15040.928","15403.218"],["15022.782","15491.991"],["14913.657","15365.010"],["14778.847","13455.737"],["13295.263","12404.744"],["13313.379","12416.120"],["13272.975","12424.934"],["13270.066","12413.672"],["13258.327","12397.208"],["13263.434","12396.396"],["13287.289","12422.684"],["13285.240","12419.851"],["13282.229","12423.325"],["15528.004","14691.605"],["15522.596","14856.656"],["16220.268","14592.108"],["15002.579","13683.813"],["15014.540","13699.285"],["15032.113","13604.951"],["16386.653","13339.575"],["15452.871","14244.150"],["28817.745","10742.058"],["14823.563","14879.050"],["14751.880","14886.582"],["16351.575","15396.705"],["15027.749","12154.625"],["14943.439","12147.064"],["16498.022","13095.896"],["13150.605","14323.658"],["15641.097","15158.354"],["15484.385","15423.057"],["15340.363","15347.000"],["15443.875","15483.956"],["14427.118","14515.904"],["14004.287","12824.981"],["14381.513","14054.179"],["15841.606","12956.483"],["15900.824","12936.706"],["14670.640","14922.368"],["14596.898","15078.941"],["15518.349","15307.200"],["15623.251","15338.079"],["15578.457","15467.596"],["15582.072","15370.507"],["15452.024","13467.646"],["15513.286","14012.252"],["16092.027","14040.373"],["15192.004","14903.438"],["15238.422","15035.465"],["14040.026","12109.052"],["15039.194","14349.094"],["16425.281","14809.056"],["16452.491","14698.339"],["14223.888","12670.032"],["13985.640","14907.204"],["13857.922","14875.256"],["13900.010","14987.345"],["13878.226","14983.685"],["15330.046","14890.998"],["15453.531","14911.037"],["16513.275","14547.243"],["15859.480","15478.239"],["15918.019","15505.316"],["13915.166","13211.987"],["15132.540","15459.144"],["15281.614","15456.089"],["15368.711","14584.489"],["15672.617","14917.146"],["15587.500","15029.734"],["15614.949","14997.205"],["15541.059","14907.939"],["15882.672","15281.505"],["16356.455","14207.240"],["16241.622","14051.374"],["14668.441","14354.161"],["28827.890","11221.571"],["16733.397","14322.511"],["16614.763","14275.353"],["14351.344","12866.652"],["14426.571","12771.101"],["28819.348","10824.981"],["28912.315","10776.596"],["14962.245","13886.287"],["14884.433","13918.002"],["16243.549","14720.578"],["16236.682","14667.313"],["14971.824","14890.423"],["15076.539","14942.707"],["14723.367","14607.610"],["14984.639","12092.139"],["15288.685","16587.771"],["14967.851","13317.209"],["15047.384","13231.247"],["15084.659","13184.509"],["15010.705","13196.211"],["15021.241","13187.607"],["14033.195","12687.276"],["14387.624","14882.809"],["14434.319","14892.896"],["13937.548","15014.762"],["14034.832","15015.654"],["14577.864","12459.341"],["14644.574","12519.659"],["14819.787","13371.932"],["14650.235","14453.565"],["13669.190","14237.081"],["13674.408","14067.489"],["13706.146","14157.405"],["15934.693","13155.648"],["15986.915","13178.129"],["16112.053","13079.389"],["13505.270","12905.735"],["13569.393","12873.560"],["13502.091","14249.345"],["15589.493","13515.180"],["13416.087","14207.849"],["13514.175","14156.890"],["14320.914","13725.970"],["14255.621","13689.018"],["16300.118","12544.250"],["28274.149","10975.136"],["15747.130","12529.265"],["14063.051","14865.936"],["14050.443","14819.288"],["15567.644","13903.844"],["13474.872","13557.011"],["13516.886","13578.331"],["13438.582","13397.098"],["15682.647","14098.773"],["13838.923","14459.944"],["13949.944","14619.308"],["13941.136","14511.568"],["13745.839","14508.590"],["14766.471","12562.467"],["14702.670","12534.802"],["14686.622","12444.852"],["14694.345","12448.037"],["14831.435","12421.917"],["14684.344","12415.868"],["15490.693","14676.026"],["14334.402","15359.423"],["14277.143","15315.229"],["14273.983","15351.519"],["13586.696","12592.657"],["13488.267","12571.772"],["13462.557","12607.784"],["13449.045","12590.176"],["25718.334","16024.389"],["25719.554","15955.727"],["14549.909","13214.376"],["28260.735","10801.333"],["13329.463","14205.386"],["13260.320","14212.229"],["13270.216","14273.506"],["13904.648","15355.234"],["13922.450","15330.681"],["16288.840","15043.446"],["16408.998","15221.356"],["15454.194","12857.374"],["28817.601","11321.300"],["28960.332","11371.746"],["14269.262","15241.619"],["14337.149","15256.759"],["14390.404","15252.366"],["14430.417","15256.134"],["14289.649","15285.115"],["14258.560","15281.999"],["14152.516","15256.660"],["14051.450","15267.058"],["14042.899","15259.569"],["14133.653","15273.951"],["13996.604","14690.563"],["13911.980","14820.835"],["13239.692","12714.112"],["13245.905","12717.155"],["13278.345","12753.710"],["13281.336","12718.892"],["13280.493","12749.738"],["13279.546","12714.252"],["13362.857","12568.613"],["13215.642","12564.228"],["13220.297","12587.132"],["28688.781","11014.690"],["18317.215","14458.473"],["13180.942","13550.239"],["13113.292","13595.971"],["13077.040","13578.737"],["28409.054","11013.483"],["28457.524","11054.991"],["14946.748","15812.569"],["14932.573","15726.389"],["14949.839","15741.540"],["14678.175","15287.806"],["25851.061","15908.473"],["25925.740","15795.122"],["15101.382","12534.399"],["13209.028","13564.052"],["13209.679","13568.656"],["13227.185","13507.067"],["13303.550","13542.442"],["13305.710","13517.225"],["13226.876","13490.909"],["13276.687","13488.934"],["13228.146","13486.990"],["26663.709","16838.190"],["14901.496","12321.210"],["15160.984","15879.683"],["13985.272","15120.357"],["14003.170","15101.037"],["14620.107","15437.841"],["14521.772","15350.540"],["14518.180","15378.129"],["25405.591","16630.831"],["25380.032","16620.289"],["13807.447","14245.181"],["13698.216","14277.110"],["13744.868","14256.134"],["13713.818","14338.145"],["14900.769","15523.424"],["15001.431","15608.171"],["14956.810","15570.982"],["15025.542","15638.215"],["15043.040","15640.648"],["14901.801","15675.739"],["14918.372","15699.394"],["15073.994","15654.397"],["14915.380","15526.367"],["14891.436","15515.820"],["14970.914","15552.200"],["15026.856","15602.059"],["14985.540","15574.457"],["14992.077","15582.390"],["28699.107","10626.589"],["14527.282","13544.404"],["15485.777","12973.230"],["13445.390","13865.007"],["13158.954","13650.841"],["13190.508","13644.614"],["13023.999","13623.394"],["13353.097","13908.498"],["13228.949","13914.904"],["13278.584","13828.946"],["13232.886","13838.954"],["14114.128","15218.852"],["14129.736","15208.572"],["14219.542","15276.681"],["14084.246","15244.560"],["14098.688","15244.335"],["14096.237","15090.164"],["25952.731","16793.730"],["25890.637","16788.423"],["25902.140","16795.610"],["25916.012","16881.407"],["15767.311","14912.230"],["14996.780","13131.020"],["14990.638","13134.377"],["13461.326","13696.258"],["13604.534","13640.542"],["13565.158","13792.946"],["18376.190","14323.979"],["14841.093","13518.785"],["14048.300","14904.512"],["13262.807","13750.468"],["13221.678","13625.120"],["13262.732","13604.937"],["13335.147","13661.100"],["13371.765","13771.776"],["13219.756","13717.718"],["28532.295","11115.044"],["28379.529","11198.637"],["29135.417","10991.837"],["15111.403","13479.938"],["15258.933","13467.296"],["16416.769","15481.047"],["15274.756","12654.676"],["15278.505","12648.270"],["15172.674","12553.524"],["15098.698","12615.042"],["25657.202","16223.067"],["25672.379","16219.307"],["25713.626","16227.415"],["25732.210","16163.792"],["28012.062","11732.865"],["14436.965","13600.359"],["25805.117","16670.161"],["25457.488","16312.027"],["14629.935","15257.852"],["14574.498","15153.384"],["14626.710","15249.981"],["15581.171","14436.659"],["13160.725","12575.870"],["15549.760","14567.292"],["15327.283","12740.520"],["14903.669","13403.212"],["14905.779","13571.047"],["14904.671","13568.720"],["14221.723","15998.263"],["14205.941","16033.278"],["13548.055","12546.700"],["28602.679","11627.376"],["25447.175","16454.085"],["25466.478","16442.204"],["25454.125","16513.366"],["25490.149","16554.746"],["25485.994","16558.657"],["25586.848","16392.776"],["13163.121","13909.052"],["13780.417","14903.516"],["12821.882","13526.492"],["12929.901","13510.958"],["29160.730","11379.842"],["25912.309","16483.903"],["25867.288","16400.466"],["25843.126","16426.513"],["25940.013","16542.934"],["15145.095","15866.717"],["15189.549","15856.832"],["15186.514","15874.631"],["15180.652","15883.857"],["15204.803","15893.258"],["15217.538","15926.972"],["15201.335","15888.916"],["15196.205","15851.107"],["15544.578","14712.283"],["16264.300","14615.564"],["26149.679","16844.995"],["29252.815","11361.888"],["15688.940","13122.345"],["15608.527","13035.406"],["28834.177","10720.879"],["16337.028","15330.390"],["26172.816","16405.247"],["26054.193","16406.204"],["26146.684","16520.910"],["26102.809","16399.521"],["13112.905","12525.650"],["13017.657","12481.175"],["15587.927","15155.165"],["25277.275","16459.794"],["25404.680","16379.064"],["15493.426","15419.444"],["14398.485","15376.394"],["14373.158","15310.077"],["15576.392","15355.050"],["15572.283","15347.845"],["25507.548","15935.321"],["25556.099","16056.983"],["25599.323","15948.547"],["25555.541","16588.530"],["25420.028","16640.959"],["25610.211","16594.731"],["15210.164","14943.645"],["13243.340","12770.447"],["13250.625","12766.891"],["13244.753","12770.614"],["26696.175","16517.474"],["13848.412","14905.712"],["13984.818","14910.463"],["14804.291","15747.760"],["16464.014","14546.512"],["28472.188","10459.844"],["15894.474","15327.099"],["15053.040","12541.470"],["14998.914","12498.442"],["15008.804","12430.923"],["15614.527","14879.784"],["14732.445","15574.725"],["14797.193","15660.664"],["14781.331","15654.701"],["14843.204","15710.280"],["14836.282","15709.488"],["14724.364","15569.023"],["14738.035","15606.200"],["25687.478","16414.851"],["25736.897","16407.135"],["25708.392","16444.700"],["25765.039","16484.195"],["25823.990","16502.553"],["25794.917","16534.506"],["15279.644","14841.253"],["15302.724","12812.155"],["28806.028","11191.183"],["26124.622","16565.788"],["26125.066","16596.750"],["26107.704","16745.292"],["26088.236","16742.975"],["26117.431","16715.437"],["26239.103","16686.552"],["26082.100","16588.455"],["26207.958","16680.857"],["25838.077","16151.619"],["28784.208","10807.657"],["28863.250","10764.483"],["16201.510","14682.838"],["26625.162","16521.753"],["26487.036","16517.061"],["26646.803","16554.578"],["25948.229","16770.403"],["25883.158","16748.238"],["26037.075","16689.677"],["12156.726","11987.452"],["14763.807","15532.974"],["14768.587","15516.167"],["14881.384","15666.063"],["14884.656","15715.312"],["14930.446","13303.413"],["14971.514","13391.728"],["15012.667","13191.216"],["15031.216","13317.020"],["14034.592","15078.897"],["13994.328","15004.801"],["14515.392","12425.012"],["14501.290","12475.412"],["14473.981","12492.533"],["13771.602","14177.921"],["25797.635","15912.106"],["13582.430","14355.383"],["13514.216","14297.859"],["13415.035","14211.151"],["13496.615","14162.514"],["13606.683","14082.254"],["14311.560","13730.017"],["14239.810","15378.515"],["15035.568","15889.043"],["15053.408","15862.471"],["15095.154","15898.220"],["13361.390","13416.256"],["14371.136","15564.166"],["14369.628","15535.529"],["14389.133","15558.869"],["28265.127","10965.121"],["28347.098","10886.122"],["14693.148","15346.026"],["14735.373","15336.562"],["14752.566","15358.539"],["14719.757","15346.732"],["14800.819","15421.239"],["14805.756","15419.083"],["14771.013","15395.418"],["14744.515","15377.683"],["14706.171","15462.141"],["14689.040","15430.692"],["14877.781","15483.784"],["14838.868","15473.404"],["14851.083","15492.351"],["28732.092","11280.629"],["14042.626","14813.727"],["15569.553","13879.735"],["28506.511","11491.479"]] \ No newline at end of file diff --git a/src/gathering/10093.json b/src/gathering/10093.json new file mode 100644 index 0000000..e4fd4c8 --- /dev/null +++ b/src/gathering/10093.json @@ -0,0 +1 @@ +[["13836.688","14487.976"],["13951.082","14510.006"],["13982.911","14611.023"],["13714.007","14476.726"],["15016.059","12950.220"],["15092.779","12801.777"],["14818.488","12479.791"],["15479.550","14746.182"],["15440.051","14681.435"],["14825.826","13968.421"],["14878.523","13910.858"],["14254.068","13270.542"],["13527.107","12636.265"],["16264.065","12810.878"],["13627.732","12334.469"],["13666.660","12310.143"],["13708.914","12319.819"],["13790.102","12229.874"],["13704.718","12265.166"],["15123.274","13950.836"],["14964.117","14559.602"],["14890.495","14536.907"],["15292.988","15517.597"],["15640.885","16025.050"],["13290.116","14227.239"],["13229.503","14382.653"],["15998.493","13853.276"],["14155.626","12837.510"],["16827.528","14413.185"],["13972.071","12424.544"],["13997.363","12381.803"],["14125.125","14081.979"],["14180.755","14130.103"],["16311.346","15068.810"],["16386.863","15260.370"],["16598.925","15674.319"],["16449.278","14097.947"],["15485.801","12896.454"],["15473.515","12837.161"],["13819.069","12750.762"],["13797.059","12750.279"],["16237.537","16153.500"],["16252.760","12679.836"],["16302.441","12728.546"],["16270.274","12588.968"],["14044.022","12321.380"],["14145.862","12173.316"],["14203.928","12132.677"],["14336.924","14687.246"],["13983.321","14862.061"],["14005.077","14706.291"],["14001.387","14794.905"],["13260.438","12652.231"],["16064.720","16135.083"],["13902.652","12367.020"],["13850.513","12524.961"],["13557.589","12376.117"],["13417.101","12399.357"],["16722.720","15014.228"],["13769.906","13875.241"],["13665.736","12427.041"],["13081.279","13587.764"],["13192.128","13601.705"],["13164.368","13576.280"],["13038.949","13393.080"],["14830.246","15248.013"],["13628.000","12686.785"],["15840.853","13397.499"],["14263.346","12566.756"],["15925.278","12325.817"],["15104.798","12488.214"],["15168.411","12441.292"],["15141.541","12528.572"],["13224.697","13590.568"],["13271.246","13497.208"],["13239.853","13502.395"],["15776.747","13795.912"],["15730.420","13619.582"],["15796.454","13658.985"],["18146.887","13904.238"],["14941.208","12322.663"],["14944.887","12279.939"],["14926.334","12308.103"],["15899.204","16722.908"],["16863.711","15034.153"],["13691.557","12797.734"],["13838.840","14245.382"],["13702.772","14299.035"],["13679.985","14408.164"],["13293.082","13218.729"],["13224.895","13278.567"],["15392.337","13112.764"],["14846.325","13785.592"],["13422.046","13901.558"],["13052.487","13745.299"],["13059.415","13608.221"],["13311.341","14132.511"],["13339.388","13887.494"],["13201.807","13872.731"],["13227.791","13817.932"],["15750.457","14967.679"],["15832.336","15076.800"],["14803.020","12139.016"],["14865.157","12206.294"],["14623.278","12117.465"],["14550.081","14157.054"],["14555.766","14092.178"],["14591.388","14229.269"],["13569.604","13663.747"],["13580.617","13617.591"],["13914.653","12256.854"],["13950.909","12163.291"],["13271.797","13788.313"],["13254.150","13754.802"],["13225.137","13637.320"],["13347.330","13696.059"],["13389.809","13746.905"],["15587.984","12949.424"],["13391.519","12992.036"],["13385.660","13066.690"],["13203.055","13047.780"],["15269.001","13438.918"],["16371.098","15412.795"],["16451.135","15448.832"],["15222.161","12754.281"],["15966.307","12670.813"],["16121.161","12559.059"],["14358.532","12744.128"],["14257.663","13442.763"],["14936.538","13721.273"],["16146.825","16591.469"],["16212.928","16667.322"],["13907.474","14860.119"],["14624.585","12714.763"],["16421.100","14560.074"],["16502.341","14622.398"],["15976.283","15831.240"],["16113.613","15860.330"],["15583.412","14422.463"],["14797.807","12090.699"],["14703.723","12063.893"],["15541.304","14572.955"],["15568.645","14453.878"],["15485.214","12548.654"],["14920.160","13421.708"],["14980.125","13394.106"],["15994.788","12869.579"],["13871.848","14210.473"],["13853.370","14084.783"],["14264.225","12150.095"],["14452.921","12282.911"],["13553.491","14071.651"],["14525.024","13106.467"],["14527.991","13100.162"],["13421.179","12471.303"],["15706.196","13334.074"],["15998.030","14424.816"],["15255.449","12009.197"],["15215.239","11997.591"],["13835.561","12975.936"],["15390.219","13667.811"],["15198.739","13125.333"],["15232.493","13051.902"],["14797.061","13097.000"],["14797.828","13206.733"],["16175.053","12996.916"],["14171.997","14012.214"],["15870.365","14267.310"],["12928.912","13510.579"],["12826.680","13521.658"],["14336.935","12504.067"],["14445.572","12466.734"],["14359.969","12406.017"],["14901.705","15398.790"],["14976.815","15421.862"],["14983.021","15420.353"],["16800.972","15495.137"],["16798.087","15469.801"],["16813.003","15382.463"],["14729.895","14133.931"],["16759.397","15225.202"],["16221.281","14599.904"],["16239.231","14645.333"],["15036.692","13622.836"],["15029.438","13669.475"],["16357.802","13195.577"],["16394.486","15832.760"],["14699.571","14917.863"],["14730.832","14933.970"],["14835.644","15020.265"],["14814.843","15027.742"],["16511.173","13078.137"],["15648.015","15187.308"],["15511.560","15317.318"],["15482.352","15376.274"],["14143.986","12588.975"],["13749.840","12522.373"],["13760.441","12462.975"],["13841.464","12281.784"],["13554.201","13828.774"],["13585.105","13838.756"],["15953.545","14147.926"],["15200.876","14944.323"],["13979.059","12053.645"],["15017.643","14314.127"],["16202.070","15933.591"],["13319.967","14002.297"],["14973.294","12667.390"],["14087.198","12691.801"],["14172.727","12753.704"],["13831.620","14879.441"],["13980.599","14960.096"],["13847.583","14988.034"],["13881.169","14927.036"],["15932.679","15301.381"],["13797.011","13000.528"],["14390.192","12077.994"],["14401.932","12119.488"],["14593.096","14717.082"],["15107.155","15489.224"],["15667.929","14881.183"],["13857.138","13834.223"],["16337.418","14070.072"],["14519.048","14294.162"],["13694.119","13040.378"],["14174.514","14618.337"],["16700.222","15932.255"],["13056.699","13240.946"],["16713.254","14322.173"],["16597.497","14272.325"],["14385.097","12877.311"],["14389.141","12946.670"],["15115.822","13245.952"],["15207.707","13331.378"],["16225.535","14754.561"],["14921.604","14985.726"],["15031.326","12009.769"],["14964.902","12050.773"],["14078.146","14269.455"],["14974.668","13323.813"],["14007.395","12556.072"],["13893.273","12727.126"],["16891.853","14689.027"],["16799.282","14862.070"],["14027.180","14918.766"],["14253.566","12986.000"],["14285.509","13165.359"],["16815.297","15199.657"],["16825.809","15178.661"],["14463.951","14551.544"],["14583.763","14497.624"],["13686.606","14206.499"],["13719.580","14078.166"],["13779.079","14171.556"],["13729.301","14118.480"],["14448.439","15059.422"],["13939.887","12877.800"],["13870.265","12837.115"],["15871.981","13105.684"],["16185.775","16387.621"],["13481.664","14544.754"],["15235.185","14055.080"],["15026.261","15090.778"],["15034.821","15224.532"],["16916.793","14620.293"],["16878.257","14634.548"],["16819.776","14578.868"],["16938.603","14567.611"],["13543.333","12783.100"],["13557.798","12963.620"],["13446.010","12786.034"],["13613.905","12795.565"],["13447.547","12762.373"],["13544.715","14357.995"],["13483.073","14288.964"],["13582.477","14353.758"],["13546.753","14400.193"],["13787.093","14491.435"],["13624.741","14594.320"],["13783.832","14632.163"],["13437.808","14187.853"],["13577.976","14085.308"],["13593.289","14147.637"],["13531.290","14153.938"],["14343.059","13706.657"],["16666.156","15603.960"],["14193.264","14703.511"],["14223.784","14797.996"],["15541.500","13971.925"],["15542.671","13868.247"],["28512.143","11510.833"],["13491.116","13489.420"],["13843.848","14493.153"],["13936.820","14505.750"],["13999.108","14626.352"],["14967.570","12904.792"],["15500.157","14719.705"],["14730.241","13931.990"],["14757.155","13823.953"],["14857.060","13829.627"],["13579.225","12635.483"],["13503.881","12637.634"],["16248.972","12768.495"],["16221.358","12918.050"],["13662.978","12331.301"],["13686.678","12261.963"],["13737.925","12216.889"],["15339.724","14094.137"],["14998.215","14518.791"],["14930.909","14457.006"],["15255.877","15555.326"],["13403.119","12720.319"],["13236.490","14406.484"],["15394.447","12042.836"],["14040.864","12765.102"],["14127.793","12781.188"],["16801.137","14431.329"],["14011.944","12358.699"],["14172.478","14036.037"],["14130.377","14132.592"],["16313.589","15071.600"],["16395.075","15223.158"],["14769.248","14268.061"],["16581.032","15672.571"],["16400.553","14059.822"],["16307.308","16151.843"],["16345.388","12713.283"],["16330.612","12637.964"],["14087.542","12295.884"],["14065.718","12159.321"],["14219.922","12126.601"],["14267.453","14783.001"],["14315.758","14680.718"],["16213.857","13959.968"],["14034.496","14784.655"],["16143.332","16008.798"],["13853.160","12414.544"],["13477.189","12419.160"],["13610.210","12424.625"],["13824.477","13835.420"],["13744.493","14010.983"],["16244.923","15798.704"],["13160.615","13429.905"],["13167.623","13557.080"],["13062.675","13412.688"],["15885.851","13430.009"],["15748.889","13466.991"],["14349.324","12555.752"],["13552.379","13005.837"],["13465.420","12971.661"],["13412.555","12995.867"],["15152.657","12361.916"],["15299.702","12491.126"],["15167.516","12539.664"],["13260.974","13601.694"],["13261.559","13494.827"],["13208.638","13494.484"],["15886.836","13810.667"],["15784.625","13616.504"],["15738.084","15960.625"],["14241.750","13307.311"],["15015.246","12282.170"],["15888.195","16755.113"],["16300.834","13197.722"],["16824.469","15003.887"],["13797.124","12793.210"],["13665.745","12845.398"],["14006.219","14264.841"],["13805.986","14239.943"],["13625.965","14352.637"],["13800.565","14316.506"],["13751.869","14391.616"],["13823.866","14332.981"],["13713.155","14317.510"],["27703.891","11033.951"],["13242.955","13229.437"],["13209.183","13318.306"],["15886.833","13202.714"],["14504.170","13533.257"],["15310.528","13089.791"],["14863.265","13605.932"],["13188.658","13641.778"],["13041.280","13611.548"],["13054.818","13712.322"],["13352.654","13863.528"],["13282.271","13946.770"],["15730.113","14960.413"],["14859.560","12293.552"],["14857.387","12214.885"],["14670.750","12106.218"],["14584.684","12100.068"],["14516.435","14147.913"],["14591.577","14044.784"],["14652.904","14073.422"],["13569.464","13742.103"],["13561.702","13648.827"],["13923.627","12265.456"],["13969.223","12178.800"],["13953.493","12151.030"],["13952.025","12323.941"],["14013.645","12257.732"],["14052.788","15045.260"],["13276.001","13725.618"],["13390.617","13719.959"],["13226.706","13695.641"],["13361.475","13126.176"],["13293.871","13032.346"],["15286.543","13475.485"],["16422.638","15455.161"],["15974.514","12704.954"],["16093.344","12567.797"],["14303.253","12693.776"],["14276.435","13415.199"],["14893.327","13796.756"],["15878.551","13828.869"],["16183.603","16564.078"],["16195.786","16659.965"],["13977.964","14709.506"],["14610.445","12740.517"],["16435.495","14604.207"],["15948.222","15786.032"],["14525.995","14631.016"],["14843.598","12012.221"],["15616.917","14455.860"],["15526.022","14605.406"],["15376.611","12672.562"],["14889.048","13516.140"],["14904.837","13570.475"],["16142.304","12956.287"],["13841.890","14101.731"],["14372.357","12168.042"],["14442.423","12324.917"],["13868.272","14647.145"],["13535.782","14080.981"],["15587.430","13634.673"],["14574.276","13172.271"],["14526.986","13096.274"],["13611.373","12341.392"],["13567.720","12463.939"],["15701.580","13272.836"],["13155.670","13863.235"],["15254.687","11952.038"],["15196.110","11977.871"],["13767.792","14935.680"],["15410.072","13631.126"],["15229.504","13151.090"],["14688.246","13108.927"],["15907.071","14306.310"],["12836.322","13538.828"],["14398.188","12438.750"],["15029.395","15495.342"],["14993.420","15353.025"],["14539.100","12306.594"],["16872.140","15393.310"],["16781.694","15471.008"],["16778.213","15367.132"],["14958.038","14218.687"],["13376.014","12459.095"],["14776.510","14091.134"],["14837.177","14080.245"],["16679.272","15246.854"],["15591.471","14843.884"],["16263.403","14557.473"],["16696.927","15902.835"],["16766.105","15841.341"],["14959.651","13691.571"],["15609.004","12975.336"],["14732.339","14951.984"],["14745.696","14937.195"],["14788.418","14962.051"],["16352.358","15451.780"],["14928.155","12199.868"],["16464.747","13148.932"],["16450.728","13035.871"],["16367.501","13176.426"],["15586.206","15200.934"],["15464.077","15382.015"],["14357.083","14580.533"],["14029.446","12846.680"],["14229.413","12584.829"],["14143.015","12574.552"],["15933.535","12897.719"],["14496.400","15021.822"],["13813.260","12513.905"],["13852.458","12314.961"],["13830.756","12273.378"],["14243.749","13091.134"],["15518.245","15301.169"],["15615.670","15410.509"],["13427.524","13904.216"],["15369.252","13944.062"],["16084.148","14120.177"],["15147.235","14950.179"],["14000.325","12082.297"],["16433.256","14836.046"],["15064.017","12558.234"],["15968.870","16490.253"],["13860.862","14874.109"],["16475.360","14528.489"],["14301.820","12103.000"],["14633.839","14722.859"],["15120.963","15341.997"],["13881.652","13951.850"],["15859.085","15288.332"],["14526.680","14251.983"],["14570.325","14258.094"],["15928.269","12596.784"],["15193.745","12942.078"],["15216.242","12784.105"],["15106.493","12922.632"],["14191.296","14658.608"],["16647.129","15969.163"],["16764.295","14345.889"],["14337.216","12787.864"],["14351.956","12919.941"],["14369.132","12950.281"],["16230.366","14737.279"],["16265.160","14700.939"],["14956.172","14975.369"],["15013.572","11973.175"],["15003.907","12106.059"],["14896.406","13375.442"],["14924.452","13309.446"],["14989.798","13378.992"],["13879.381","12584.704"],["13949.242","12684.097"],["13872.186","12735.163"],["15322.116","13330.952"],["16946.128","14690.463"],["16839.914","14797.109"],["16836.199","14864.522"],["14026.166","14920.406"],["13962.732","15021.174"],["16552.147","14272.769"],["16790.036","15142.123"],["14670.165","14567.799"],["13720.010","14134.014"],["13764.930","14039.683"],["13865.817","12940.428"],["13833.590","12962.061"],["13986.467","12903.792"],["13850.266","12796.310"],["15851.888","13174.980"],["13480.723","14450.836"],["14925.361","15154.655"],["15000.201","15228.759"],["16957.150","14561.221"],["16825.591","14651.605"],["16820.565","14538.901"],["13475.947","14312.349"],["13564.063","14344.446"],["13669.055","14584.345"],["13540.107","14105.824"],["14377.502","13737.034"],["16637.416","15690.794"],["13666.805","13848.976"],["14158.334","14694.102"],["14867.034","15380.948"],["14786.610","15309.002"],["15541.501","13872.031"],["13485.159","13482.493"],["15564.086","14081.244"],["15557.809","14106.562"],["13978.503","14619.225"],["15001.922","12912.763"],["14852.590","12570.980"],["14759.569","12462.569"],["15490.255","14708.058"],["15350.804","14808.464"],["15318.619","14670.318"],["14840.488","13930.831"],["13486.530","12687.738"],["16306.595","12806.028"],["16238.781","12879.463"],["13669.856","12274.198"],["15398.274","14178.033"],["25644.425","15985.460"],["25760.932","15992.069"],["25762.940","16005.488"],["25724.749","16017.677"],["25658.367","15964.808"],["15224.332","14010.580"],["14924.469","14600.510"],["15114.086","15559.273"],["15218.667","15645.228"],["13379.645","12687.574"],["14001.758","13669.154"],["13346.565","14212.838"],["13315.247","14341.436"],["16107.173","14014.635"],["15368.143","12006.387"],["14165.512","12877.190"],["13993.301","12370.531"],["14115.579","14105.920"],["16186.714","14898.568"],["16290.007","15046.606"],["16434.511","15190.183"],["16398.872","14033.033"],["13717.228","12722.338"],["16311.541","16156.918"],["16266.404","12571.836"],["16304.221","12734.569"],["14047.648","12132.382"],["14126.786","12234.109"],["14228.173","12229.273"],["14416.091","14672.284"],["14302.894","14797.772"],["14345.517","14841.305"],["14443.943","14836.639"],["16266.097","16963.268"],["13929.235","14834.975"],["13948.941","14866.548"],["13981.360","14784.908"],["14016.724","14684.054"],["13253.931","12662.511"],["16064.750","15989.463"],["13902.670","12358.446"],["13855.423","12500.361"],["13532.551","12370.785"],["13409.509","12415.378"],["16749.172","15019.709"],["16769.122","15002.181"],["15261.164","15217.515"],["15153.192","15125.988"],["16152.883","15818.641"],["13634.215","12434.559"],["13001.984","13516.075"],["13165.431","13538.841"],["13160.432","13497.622"],["16752.372","14603.350"],["14805.837","15247.528"],["13634.528","12625.581"],["13777.327","12621.896"],["13787.442","12640.436"],["15872.079","13484.062"],["13600.397","13799.960"],["14608.401","13719.109"],["14378.550","12576.301"],["25918.610","15781.819"],["25843.335","15911.330"],["13447.593","13070.500"],["15921.363","12294.442"],["13256.881","13603.016"],["13277.276","13482.783"],["26655.204","16845.276"],["14242.143","12525.878"],["15926.631","16047.967"],["14467.713","14931.378"],["14210.111","13334.842"],["15027.531","12331.883"],["14893.784","12275.103"],["15032.582","12201.387"],["15087.468","12233.565"],["16830.304","15922.170"],["16845.278","14884.404"],["13656.225","12768.872"],["13888.058","14443.262"],["13877.930","14250.711"],["25402.727","16636.036"],["25365.492","16643.865"],["13824.115","12811.631"],["13964.547","13449.317"],["13668.629","14350.804"],["13745.453","14407.099"],["13720.689","14383.720"],["16361.790","13406.935"],["15236.074","12221.421"],["13216.729","13329.755"],["13308.164","13275.877"],["13302.932","13287.231"],["15315.427","15628.930"],["15325.169","15594.966"],["16281.370","14287.187"],["14524.776","13537.386"],["15414.916","13151.998"],["14807.696","13810.119"],["14834.120","13683.357"],["14728.705","13772.716"],["14761.070","13809.221"],["13076.025","13701.873"],["13194.655","13748.615"],["13171.399","13614.209"],["13379.318","14071.922"],["13319.625","13925.873"],["13258.239","13904.624"],["26503.518","16615.161"],["26633.665","16622.763"],["26589.356","16576.267"],["25907.149","16796.724"],["25929.438","16876.199"],["25874.483","16787.681"],["25962.860","16780.778"],["25907.652","16894.450"],["15752.157","14941.394"],["14729.833","12159.983"],["14752.675","12174.022"],["14854.537","12218.781"],["15115.837","14598.798"],["14505.763","14059.871"],["14540.513","14052.773"],["15566.004","15512.569"],["13557.084","13663.125"],["14038.683","12207.885"],["13913.010","12210.446"],["18314.867","14448.208"],["16776.486","15379.524"],["14045.540","15029.205"],["14044.744","14892.992"],["13318.906","13732.607"],["13336.445","13665.894"],["13233.041","13621.328"],["13375.756","13738.642"],["13252.278","13794.059"],["13245.127","13814.623"],["15641.835","12933.985"],["15885.886","16523.439"],["13343.978","13108.657"],["15267.194","13462.471"],["15201.608","13469.467"],["13151.123","13133.442"],["16477.926","15444.264"],["15233.454","12573.794"],["15197.219","12731.422"],["25630.141","16299.390"],["25629.228","16338.218"],["25674.273","16348.274"],["25643.816","16235.381"],["25717.694","16218.508"],["25757.197","16170.289"],["25622.572","16236.556"],["25648.016","16256.388"],["25663.855","16245.114"],["15938.429","12608.708"],["16029.327","12651.571"],["14283.882","13517.869"],["25829.823","16657.116"],["14847.070","14686.316"],["16171.491","16666.452"],["15536.103","15828.967"],["14571.790","12691.741"],["14470.534","12575.574"],["14634.873","12674.434"],["15936.751","15586.427"],["25437.473","16329.885"],["25610.525","16264.880"],["25502.243","16329.449"],["15249.744","14311.563"],["16489.999","14555.970"],["16044.542","14476.263"],["14593.498","15176.918"],["16062.739","15782.600"],["14555.472","14554.469"],["14828.193","12081.661"],["15609.360","14468.431"],["15394.063","12735.894"],["15048.363","13600.128"],["14967.386","13567.637"],["15983.786","12883.288"],["14035.790","14092.397"],["14347.845","12249.146"],["14386.154","12280.992"],["14460.104","12134.913"],["16847.192","15145.777"],["13556.035","14050.036"],["13801.952","12294.531"],["15687.620","13662.398"],["14592.327","13173.759"],["13428.786","12461.717"],["15672.681","13269.136"],["15623.375","13281.355"],["25491.860","16361.637"],["25455.654","16442.369"],["25466.564","16428.507"],["25523.182","16511.847"],["25488.351","16472.830"],["25456.392","16518.201"],["25470.244","16472.535"],["25526.874","16516.776"],["15978.556","14320.694"],["15274.754","11964.273"],["15149.840","11972.416"],["13871.447","13153.763"],["15389.297","13696.569"],["15439.686","13670.988"],["15247.884","12993.367"],["14796.252","13082.264"],["14189.003","14023.660"],["14160.691","13890.909"],["15839.608","14304.047"],["12811.105","13527.550"],["14376.153","12458.913"],["14306.119","12505.615"],["25885.984","16477.192"],["25896.248","16453.258"],["25921.410","16444.624"],["25885.881","16426.992"],["25915.787","16486.588"],["25910.005","16381.807"],["25843.233","16409.932"],["25941.040","16554.698"],["25863.281","16404.694"],["25852.177","16507.929"],["14983.735","15459.780"],["15091.256","15390.691"],["14987.149","15434.384"],["14591.557","12160.867"],["16853.466","15359.966"],["14702.867","14126.200"],["14732.541","14070.261"],["16686.072","15270.289"],["15539.050","14711.454"],["16250.158","14573.296"],["16242.666","14579.545"],["14974.180","13621.290"],["14998.494","13737.377"],["16405.301","13238.921"],["26133.285","16861.616"],["16528.373","15590.791"],["16441.501","15837.509"],["14858.042","14978.772"],["14799.358","14963.180"],["16352.165","15391.628"],["26133.484","16437.780"],["26165.504","16461.271"],["26083.868","16547.350"],["26087.459","16549.183"],["26153.763","16516.895"],["16511.889","13160.553"],["16472.229","13038.811"],["16444.257","13116.574"],["15655.463","15169.524"],["25387.099","16383.896"],["15487.698","15389.461"],["15351.806","15374.266"],["15435.960","15377.240"],["14382.270","14554.299"],["14160.125","12629.535"],["13626.465","13720.251"],["14392.470","14113.764"],["14458.117","14095.295"],["13645.962","12509.279"],["13624.712","12350.770"],["13706.651","12338.046"],["13732.170","12454.007"],["16001.937","12502.289"],["25833.874","16031.478"],["25833.735","16028.770"],["16094.494","13243.980"],["15653.451","15384.182"],["15606.172","15356.734"],["15551.923","15320.167"],["25570.563","16062.371"],["25515.555","16041.352"],["15382.165","13503.903"],["13449.171","13921.550"],["16565.563","15854.392"],["13863.073","12696.585"],["25494.144","16565.595"],["25559.903","16587.631"],["25415.131","16645.548"],["25603.539","16589.143"],["15164.873","14925.556"],["15281.675","14924.527"],["15268.176","15083.917"],["15113.561","15021.264"],["26707.471","16476.214"],["14967.756","14338.207"],["15058.069","14320.707"],["14914.560","14297.445"],["14963.673","14425.231"],["14939.782","14446.149"],["16433.193","14818.045"],["16496.362","14749.586"],["14935.242","12713.163"],["15021.905","12674.356"],["16083.126","16518.975"],["16090.862","16484.954"],["14068.514","12699.547"],["14218.851","12717.587"],["13881.260","15009.100"],["13953.970","14937.356"],["15309.453","14914.294"],["15938.780","15316.069"],["16543.769","14548.948"],["16741.873","14865.332"],["16638.581","14794.076"],["15828.518","15402.295"],["14434.581","12089.036"],["14664.356","14731.810"],["14660.780","14718.792"],["15279.556","15390.226"],["15109.718","15396.827"],["15464.278","14592.342"],["15331.752","14595.104"],["15657.377","14884.023"],["13883.248","13836.647"],["15813.407","15087.952"],["16344.986","14233.558"],["15743.270","15900.429"],["14562.179","14423.006"],["14630.564","14412.774"],["14606.577","14314.864"],["26154.245","16347.486"],["26136.035","16294.720"],["26141.522","16308.374"],["26127.582","16347.766"],["25731.749","16419.023"],["25721.237","16412.771"],["25672.834","16436.415"],["25713.930","16428.244"],["25681.172","16430.151"],["25686.075","16412.617"],["25664.795","16424.392"],["25784.133","16502.692"],["25679.184","16359.420"],["25795.107","16519.944"],["25788.879","16503.969"],["25759.121","16516.492"],["25673.730","16521.952"],["25673.216","16488.502"],["25633.844","16496.422"],["25712.826","16423.149"],["25681.013","16409.107"],["15124.077","12856.110"],["26093.481","16629.314"],["26111.786","16571.297"],["26121.722","16595.005"],["26133.937","16570.637"],["26082.122","16591.254"],["26143.694","16606.251"],["26082.279","16569.266"],["26107.726","16721.521"],["26214.035","16672.894"],["26210.515","16680.342"],["26086.325","16729.163"],["16770.101","15960.251"],["13120.946","13257.166"],["16743.861","14392.791"],["16577.448","14301.165"],["14373.029","12766.315"],["14314.881","12916.405"],["14379.835","12948.245"],["15159.225","13205.111"],["15167.730","13283.973"],["14984.332","13856.291"],["14884.930","13957.292"],["16264.197","14697.466"],["14960.104","15011.744"],["14783.956","14609.404"],["15052.063","12059.203"],["14971.956","12085.255"],["26488.131","16526.737"],["26494.213","16492.539"],["26631.424","16387.478"],["26547.212","16444.410"],["26663.911","16490.049"],["26486.197","16498.740"],["26668.115","16466.079"],["26639.098","16561.092"],["26641.115","16528.595"],["26597.346","16360.797"],["14086.858","14238.762"],["25950.984","16770.909"],["25893.079","16749.199"],["26026.315","16714.430"],["14925.365","13306.065"],["14995.079","13384.512"],["16625.547","14332.240"],["13931.126","12686.312"],["14871.969","13366.219"],["14276.153","13155.205"],["16787.601","15137.365"],["14463.714","14595.895"],["13683.909","14051.477"],["13785.555","14153.311"],["13704.397","14094.264"],["13698.003","14182.250"],["13792.703","14031.782"],["13947.131","12883.191"],["13903.664","12834.738"],["13832.444","12928.777"],["13511.981","14553.577"],["25662.459","15904.820"],["25637.485","15911.088"],["25634.138","15904.338"],["25649.760","15916.232"],["25779.785","15904.825"],["15218.816","14106.875"],["14971.865","15261.719"],["16779.255","14455.147"],["16849.012","14568.992"],["13586.069","12952.578"],["13554.589","12825.161"],["13509.542","14322.556"],["13583.556","14294.731"],["13622.660","14586.273"],["15679.604","13488.332"],["15618.140","13551.131"],["15565.857","13506.167"],["13468.021","14181.104"],["13498.167","14142.739"],["13530.266","14192.640"],["14351.848","13709.971"],["16614.029","15635.355"],["14158.084","14676.591"],["14868.334","15378.232"],["15041.860","14735.583"],["14993.883","14856.037"],["14915.551","14777.574"],["15551.336","13858.139"],["15709.339","13899.434"],["15532.306","14066.159"],["16581.983","18869.309"],["14935.177","19139.114"],["14887.868","19241.438"],["14924.918","19151.161"],["14902.935","19143.532"],["15037.401","12813.178"],["15051.486","12837.513"],["14989.688","12928.963"],["15012.724","12895.740"],["14799.677","12718.154"],["14674.433","12678.622"],["14681.203","12647.079"],["14850.949","12475.070"],["15333.675","14830.625"],["15375.070","14699.408"],["14892.792","17480.933"],["14904.417","17568.530"],["14956.451","17410.849"],["15003.581","17460.724"],["14904.848","17453.729"],["14974.290","17481.529"],["14961.148","17519.555"],["15044.874","17553.550"],["14894.218","17421.145"],["15006.487","17613.335"],["15023.229","17525.035"],["15022.992","17554.161"],["14989.117","17579.763"],["14985.132","17416.522"],["14896.936","17522.631"],["14889.926","17509.777"],["14921.808","17497.615"],["14749.787","13987.587"],["14720.465","13834.592"],["13591.507","12550.357"],["13508.671","12614.662"],["13528.396","12707.674"],["16149.768","12865.951"],["13642.075","12334.105"],["13754.216","12246.116"],["13742.457","12253.636"],["15488.396","14028.028"],["15156.249","13948.106"],["15066.447","14595.606"],["14921.334","14559.158"],["14911.236","14514.161"],["15189.566","15608.707"],["15248.270","15545.570"],["13304.682","14400.308"],["13281.422","14267.420"],["15387.117","12001.186"],["16797.104","14385.487"],["13961.003","12379.534"],["13937.579","12338.491"],["14002.619","12381.479"],["13916.899","12536.035"],["13855.850","12531.965"],["13381.695","12917.573"],["14055.055","14070.005"],["14907.966","17175.688"],["14946.912","17075.813"],["14931.395","17185.697"],["14914.466","17063.151"],["14900.915","17131.071"],["14922.397","17037.253"],["14930.114","17037.990"],["14887.316","17000.605"],["14962.841","17046.556"],["14988.077","16988.406"],["14916.450","17181.242"],["16311.598","14903.585"],["15197.287","18397.230"],["16396.373","18399.367"],["16436.881","18460.875"],["16385.320","18389.181"],["16415.703","18352.495"],["16396.771","18416.196"],["16419.734","18334.589"],["16425.202","14214.415"],["16411.554","14153.460"],["15409.537","12773.961"],["13303.947","14621.869"],["13798.903","12723.644"],["16268.353","16141.439"],["16273.836","16220.161"],["16330.177","12743.477"],["16266.479","12643.929"],["15982.561","18230.823"],["15941.450","18187.788"],["16014.524","18159.894"],["15969.282","18221.678"],["15953.184","18182.420"],["14048.792","12271.715"],["14091.864","12142.206"],["14209.719","12144.836"],["14344.068","14844.099"],["14456.543","14837.956"],["14301.405","14677.169"],["16266.203","16980.863"],["16479.761","14321.835"],["16501.883","14316.443"],["14965.301","16356.192"],["15055.095","16431.375"],["15037.752","16426.662"],["15028.734","16434.837"],["14991.043","16404.688"],["14961.421","16405.224"],["14911.316","16391.072"],["15050.110","16513.795"],["14989.469","16555.460"],["14954.627","16541.651"],["14940.849","16464.194"],["13256.401","12668.950"],["16012.235","16128.255"],["13874.966","12409.992"],["13834.406","12515.414"],["13509.245","12391.718"],["13435.251","12379.924"],["14700.619","14645.279"],["13017.834","13455.429"],["13052.738","13445.058"],["16630.193","18866.412"],["16651.589","18822.113"],["16702.819","18713.427"],["16756.620","18748.554"],["16735.818","18859.908"],["16634.698","18846.975"],["16632.735","18751.677"],["15533.945","18043.613"],["14063.479","12116.125"],["14118.582","12101.552"],["16709.605","14476.828"],["16751.831","14610.346"],["16767.988","14657.771"],["16674.876","14606.399"],["16694.979","14496.141"],["13622.698","12713.503"],["16752.468","15086.105"],["14590.390","13663.210"],["14578.216","13775.855"],["14452.369","12665.423"],["15265.984","12543.193"],["15676.541","18525.143"],["15547.305","18642.455"],["13357.622","14696.124"],["15098.053","18233.637"],["14094.974","12352.555"],["15099.943","17597.593"],["14668.149","16313.510"],["15038.399","17375.945"],["15007.894","17319.017"],["14995.341","17332.786"],["14991.097","17272.896"],["15018.598","17393.306"],["15073.686","17389.978"],["15076.667","17210.812"],["15856.355","13799.184"],["15663.135","17557.784"],["15607.385","17585.630"],["15620.272","17618.763"],["15715.498","17619.439"],["15694.528","17595.372"],["15702.110","17540.725"],["15589.921","17605.630"],["15561.270","17573.621"],["15722.678","17509.797"],["15728.653","15992.010"],["15775.009","18620.731"],["14234.268","13270.059"],["14926.152","12293.554"],["15353.147","18574.574"],["15910.422","16714.666"],["16342.038","13218.967"],["15060.313","16908.548"],["14924.181","16949.520"],["14993.609","16965.140"],["14944.546","16842.001"],["14929.192","16889.625"],["14987.525","16810.724"],["14894.854","16975.795"],["14928.673","16800.056"],["15029.377","16960.860"],["16824.664","15917.455"],["16791.230","15875.319"],["16822.515","15015.808"],["16813.525","14922.858"],["15213.283","17140.244"],["15269.967","16999.443"],["15209.004","16991.424"],["15170.266","17010.898"],["15099.353","17066.606"],["15098.728","17116.944"],["15286.017","17157.085"],["15266.844","17123.955"],["15110.491","17007.769"],["13796.836","12951.510"],["14025.482","13476.523"],["13796.111","14342.752"],["15023.512","15548.075"],["15017.689","17434.368"],["15078.704","17516.968"],["15051.165","17460.687"],["16219.947","18632.697"],["16215.165","18477.988"],["16167.205","18494.248"],["16224.620","18535.357"],["16212.432","18572.222"],["16196.819","18601.256"],["16172.053","18572.360"],["16216.799","18523.424"],["15042.213","18044.241"],["15022.826","18065.189"],["15137.780","12127.028"],["13246.596","13310.705"],["15824.378","13243.905"],["15762.641","13280.952"],["15792.121","13382.522"],["15330.345","15621.487"],["16290.414","14285.281"],["15429.437","13078.941"],["14648.317","16451.044"],["14658.868","16405.427"],["14632.077","16559.366"],["13055.773","13682.622"],["15260.547","18105.836"],["15503.521","18632.680"],["14857.064","12287.187"],["14836.801","12247.426"],["14960.074","17292.462"],["14964.156","17213.349"],["14912.360","17231.229"],["14891.225","17275.711"],["14967.263","17265.331"],["14941.699","12992.571"],["14617.029","12062.120"],["14495.303","14202.813"],["14660.529","14115.833"],["15526.541","15570.386"],["14625.510","17168.291"],["14590.465","17191.417"],["14609.148","17119.552"],["14661.669","16989.446"],["14597.631","17098.422"],["14587.599","17153.573"],["14577.335","17086.422"],["14634.120","17092.849"],["14531.680","17176.342"],["14600.452","17040.348"],["14543.830","17151.415"],["13601.812","13617.219"],["13874.488","12269.674"],["13994.922","12284.850"],["13973.621","12245.767"],["14892.134","18570.157"],["15082.567","18586.301"],["15065.272","18614.398"],["15466.043","18246.513"],["15443.641","18249.875"],["15431.070","18101.793"],["15490.737","18063.867"],["15415.589","18177.974"],["15458.252","18094.971"],["15366.320","18082.321"],["15410.477","18146.724"],["15396.080","18126.307"],["15443.024","18235.996"],["15417.350","18136.646"],["15466.579","18045.300"],["15435.432","18064.860"],["15317.877","18054.949"],["15386.603","18057.030"],["16753.440","15415.548"],["16764.660","15485.849"],["14840.520","16931.858"],["14854.188","16910.137"],["14880.999","16901.172"],["14781.069","16921.541"],["14688.214","16873.952"],["14832.157","16963.516"],["14861.920","16868.839"],["14833.825","16874.563"],["14816.475","16875.909"],["14795.982","16905.416"],["14672.629","16881.801"],["15604.808","17319.359"],["15621.248","17378.100"],["15667.381","17391.956"],["15672.817","17347.132"],["15551.625","17210.890"],["15584.227","17252.336"],["15541.013","17395.749"],["15552.444","17245.571"],["15584.129","17318.049"],["15517.633","12945.389"],["15589.101","12910.438"],["13431.978","12758.444"],["13402.081","13058.075"],["15194.029","13472.418"],["13176.089","13030.669"],["16364.730","15437.490"],["15445.556","18272.493"],["15438.149","18292.194"],["15215.969","12734.511"],["16071.055","12676.907"],["16061.372","12607.993"],["14285.643","12673.208"],["14324.198","12723.575"],["14296.600","13491.687"],["14854.165","14707.141"],["14672.472","14731.023"],["14651.176","17447.675"],["16691.355","18553.677"],["16692.730","18494.933"],["16714.688","18523.832"],["15516.203","15868.111"],["15596.150","15884.953"],["14630.850","12728.720"],["15216.947","14323.285"],["16508.493","14635.255"],["14631.670","15165.761"],["15309.068","17184.043"],["15389.813","17088.195"],["15444.494","17141.872"],["15377.236","17132.821"],["15437.931","17171.857"],["16145.255","15907.980"],["14650.088","14621.062"],["14544.075","14587.696"],["14525.489","14540.001"],["14685.075","16464.589"],["15049.247","13861.671"],["14789.407","17000.181"],["14758.254","17137.811"],["14758.589","17095.360"],["14791.686","17182.367"],["14847.025","17165.628"],["14804.802","17088.951"],["14798.536","17152.776"],["14813.412","16995.457"],["14837.184","17135.045"],["14817.547","17185.613"],["14687.533","17071.859"],["14673.752","17018.620"],["14703.026","17089.885"],["14715.842","17120.979"],["14779.615","17101.995"],["14703.346","12036.283"],["14786.565","12095.406"],["14741.596","12074.802"],["16457.309","18202.409"],["16500.050","18208.818"],["16541.577","18116.097"],["16508.935","18223.682"],["16491.590","18173.596"],["16381.291","18179.060"],["14041.740","13675.891"],["14904.883","16128.195"],["15335.725","12712.120"],["15077.307","13597.656"],["14996.649","13586.842"],["15644.024","16967.913"],["15672.697","16983.903"],["15519.351","16901.850"],["15873.692","14083.457"],["16288.184","18113.740"],["16161.388","18178.801"],["16325.637","18242.978"],["16217.484","18095.470"],["16223.344","18170.975"],["16165.243","18166.991"],["14360.497","12127.299"],["14372.055","12276.791"],["15301.909","18473.056"],["15253.815","18549.049"],["15256.300","18602.585"],["15199.292","18554.582"],["13452.523","14140.667"],["13823.334","12266.694"],["15710.568","13650.616"],["13552.232","12491.824"],["15611.564","13289.494"],["15301.403","17981.649"],["14787.372","12809.357"],["15268.227","12009.367"],["15134.762","11934.561"],["13854.637","13117.993"],["13844.606","13034.937"],["15497.634","17818.996"],["15355.156","17784.758"],["15386.416","17672.458"],["15465.154","17782.542"],["15329.308","17688.362"],["15338.901","17713.492"],["15462.071","17724.827"],["15449.017","17680.789"],["15486.263","17690.543"],["15417.222","17738.462"],["15305.434","17811.500"],["15443.571","17661.042"],["15453.909","17684.425"],["15393.347","17709.414"],["15387.854","13706.647"],["15224.847","13132.085"],["15196.069","13179.694"],["15289.603","13001.591"],["14782.067","13203.054"],["14143.948","13911.085"],["15080.635","19016.635"],["15071.310","19041.110"],["15086.958","19091.380"],["15035.308","18994.404"],["15087.490","19041.006"],["14976.156","19069.801"],["14910.501","19091.594"],["14915.560","19070.418"],["15167.017","17860.688"],["15196.539","17851.731"],["15186.101","17925.741"],["15145.316","17910.298"],["15138.775","17968.929"],["15109.975","18021.800"],["15128.611","17895.007"],["15225.147","17840.602"],["15157.926","17951.927"],["15113.050","17981.750"],["14310.319","12464.451"],["14914.674","15331.257"],["15047.003","15452.978"],["14982.634","15334.628"],["14565.913","12267.232"],["14762.057","13541.160"],["14991.612","17135.151"],["14995.292","17110.362"],["15052.969","17176.061"],["15051.523","17000.766"],["15041.938","17016.724"],["15025.075","17055.326"],["15088.358","17156.527"],["15020.256","17098.167"],["15025.786","17188.922"],["15071.451","17029.920"],["16216.085","15383.797"],["16707.840","18442.329"],["16738.741","18435.182"],["16643.315","18418.828"],["16796.163","15443.073"],["16875.626","15344.948"],["14953.059","14068.129"],["15629.335","17865.830"],["15520.048","17897.609"],["15609.567","17913.450"],["15522.013","17984.366"],["15603.806","17872.088"],["15532.282","17934.090"],["15606.004","17916.578"],["15525.820","17870.409"],["15604.314","17832.547"],["15566.573","17914.739"],["15545.032","17976.398"],["15600.485","17848.896"],["15569.007","17865.120"],["14787.421","14051.979"],["16081.970","18507.576"],["16101.412","18595.447"],["16141.621","18601.469"],["16768.882","15190.062"],["15830.552","17442.854"],["15727.270","17588.853"],["15780.494","17532.057"],["15757.199","17416.369"],["15790.406","17478.515"],["15063.086","13727.927"],["15016.001","13660.515"],["14947.267","13695.496"],["16455.380","13183.198"],["15147.253","16917.849"],["15231.704","16960.199"],["15121.766","16852.451"],["15215.578","16930.093"],["15117.287","16917.142"],["16242.902","18277.301"],["16273.845","18339.411"],["16283.783","18360.080"],["16318.482","18301.528"],["16326.757","18307.960"],["16336.688","18430.017"],["16439.594","15890.835"],["15339.486","17429.053"],["15458.638","17548.554"],["15445.899","17588.643"],["15498.638","17582.223"],["15489.000","17520.464"],["15498.637","17487.734"],["15393.302","17619.720"],["15311.922","17451.057"],["15405.635","17512.677"],["15413.377","17509.384"],["15413.304","17608.543"],["15439.640","17473.256"],["15322.288","17507.305"],["15397.207","17483.748"],["15355.562","17483.175"],["15356.911","17532.742"],["15334.101","17548.414"],["15353.973","17514.812"],["15306.300","17413.595"],["15330.251","17557.126"],["14736.268","16801.307"],["14753.554","16839.813"],["14672.606","16810.774"],["14689.726","16794.712"],["15667.569","13010.448"],["14773.458","14906.315"],["14770.918","14874.912"],["14849.655","14920.830"],["14783.048","14979.788"],["15013.774","12166.293"],["16486.916","13129.034"],["16467.929","13047.683"],["13096.253","14420.077"],["14640.847","19113.676"],["15544.928","15128.379"],["15347.277","15313.449"],["15343.970","15490.056"],["14585.717","16417.403"],["15085.265","16968.832"],["14450.132","14632.651"],["14017.437","12876.898"],["13996.640","12794.124"],["14000.639","12837.626"],["14204.152","12608.740"],["13823.262","13756.736"],["14457.589","14220.932"],["15034.933","17830.679"],["15046.310","17680.360"],["15092.495","17761.050"],["14938.559","17784.480"],["14940.920","17709.390"],["14986.685","17776.395"],["15323.795","15112.039"],["15440.473","15139.956"],["15924.764","12899.206"],["14469.831","15079.348"],["14559.301","15061.381"],["15983.178","12442.909"],["15985.468","12337.949"],["15963.844","12523.223"],["14980.077","16651.750"],["15023.865","16573.254"],["14938.159","16632.063"],["14932.548","16634.136"],["14911.669","16590.017"],["14911.925","16705.651"],["15738.645","16975.613"],["15581.967","18059.967"],["15536.152","18179.476"],["15529.600","18204.152"],["15542.246","18115.051"],["15593.513","15394.241"],["14517.426","17218.047"],["14666.283","17276.222"],["14659.960","17288.779"],["14652.859","17321.973"],["14584.378","17367.586"],["14574.527","17221.388"],["14519.685","17202.920"],["14528.936","17207.273"],["14603.646","17220.662"],["14552.074","17236.711"],["14515.933","17317.670"],["14569.698","17246.901"],["14588.055","17218.047"],["14661.602","17349.726"],["14561.741","17285.475"],["14576.790","17351.470"],["14569.054","17320.350"],["14649.449","17393.206"],["15338.213","12515.710"],["15501.035","13551.593"],["16596.306","14501.877"],["14735.718","19258.101"],["14745.281","16525.431"],["14779.603","16480.306"],["14869.330","16513.106"],["14784.604","16439.898"],["14872.527","16424.507"],["14790.984","16390.295"],["14691.659","16414.253"],["14851.670","16483.425"],["14673.717","16370.670"],["14830.204","16557.978"],["14788.421","16557.978"],["15480.729","13963.123"],["15695.960","17417.412"],["15551.782","17518.667"],["15521.085","17452.946"],["15581.463","17492.654"],["16549.745","15848.052"],["13833.009","12734.460"],["13858.847","12721.080"],["15671.433","17003.691"],["15714.145","17032.357"],["15705.742","17055.810"],["15571.209","16999.658"],["15662.819","17087.835"],["15709.830","17094.164"],["15540.751","17034.657"],["16008.879","14209.403"],["14658.470","16847.606"],["14630.842","16814.053"],["14632.777","16812.177"],["14583.255","16904.558"],["14643.826","16816.318"],["15241.588","15048.536"],["15113.573","15014.042"],["15217.753","15049.875"],["15163.749","15011.000"],["15483.970","18132.867"],["15508.421","18176.392"],["15486.691","18184.144"],["15493.671","18208.796"],["15506.042","18191.861"],["13995.720","12094.641"],["14987.116","14270.698"],["15036.583","14321.924"],["15039.126","14312.102"],["16158.395","15998.223"],["14686.201","19032.094"],["14855.607","19036.238"],["14856.551","19049.688"],["14932.627","18018.273"],["14924.681","17971.906"],["16497.175","14822.421"],["14976.925","12618.849"],["14922.504","12678.313"],["16139.188","16485.383"],["15512.250","17636.967"],["16531.554","15666.182"],["14112.521","12683.380"],["14092.475","12748.097"],["15343.213","14938.381"],["15485.075","15049.952"],["15507.836","16871.449"],["15977.660","15494.318"],["16605.275","14867.844"],["15900.648","15425.488"],["14451.448","12096.524"],["15934.634","18179.311"],["15234.362","17555.134"],["15252.486","17511.387"],["15137.838","17553.932"],["15199.932","17498.456"],["15227.962","17501.084"],["15207.005","17589.371"],["15242.424","17460.583"],["15246.426","17433.338"],["15277.577","17497.253"],["15189.066","17548.596"],["15281.885","17521.921"],["15299.679","17520.149"],["15109.014","17580.926"],["15299.797","17579.634"],["15176.178","17591.046"],["15144.374","17570.447"],["15197.913","15404.058"],["15128.796","15461.546"],["15291.503","15307.813"],["15352.035","14618.621"],["13846.608","13906.917"],["14864.635","14287.794"],["15897.328","15790.684"],["14642.234","14331.733"],["14529.914","14316.426"],["14654.721","14419.190"],["14571.747","14307.596"],["13636.009","13016.530"],["14768.072","19108.540"],["14850.763","19180.559"],["14679.234","19153.470"],["14860.900","19123.424"],["15161.217","17759.535"],["15148.366","17697.874"],["15133.551","17767.388"],["15187.828","17749.037"],["15101.456","17630.946"],["15158.325","17762.140"],["15209.025","17753.933"],["15113.576","17808.209"],["15125.451","17819.731"],["15107.893","17783.244"],["15108.674","17764.772"],["15634.226","17693.043"],["15685.914","17677.717"],["15633.335","17625.920"],["15652.533","17679.277"],["15707.543","17749.504"],["16215.900","13621.393"],["15390.562","14236.836"],["15158.170","12874.618"],["14938.106","18070.698"],["16651.061","14331.003"],["16654.703","14294.212"],["16687.412","14357.047"],["15185.589","13285.796"],["14931.244","15008.516"],["15276.574","17355.871"],["15097.187","17350.458"],["15285.018","17346.919"],["15162.658","17228.825"],["15219.522","17243.033"],["15245.157","17230.018"],["15108.035","17245.257"],["15265.656","17202.402"],["15178.123","17366.024"],["15185.610","17314.454"],["15155.252","17215.070"],["15223.367","17301.695"],["15233.713","17324.070"],["15269.067","17314.329"],["15713.028","17365.159"],["15681.107","17212.254"],["15674.387","17320.187"],["15006.223","12021.799"],["14990.449","12116.335"],["14092.486","14296.357"],["14940.820","16148.970"],["15001.243","16305.417"],["15011.193","16344.250"],["15014.750","16260.567"],["15060.643","18007.968"],["15033.823","17902.741"],["14996.823","17892.332"],["15063.970","17887.195"],["14992.053","17864.289"],["15065.553","17862.147"],["14978.494","17895.144"],["14967.135","17903.765"],["15013.571","17941.104"],["15016.071","17853.551"],["15002.399","17979.097"],["15046.762","17992.905"],["14990.608","18011.227"],["14926.003","17854.019"],["15085.428","17933.653"],["14986.904","17936.006"],["14971.535","17945.722"],["14976.244","17973.331"],["15044.174","18018.420"],["14992.809","18004.062"],["14992.222","18036.755"],["15038.294","17998.169"],["14703.211","16229.513"],["14871.214","16342.453"],["14780.450","16277.969"],["14800.779","16289.137"],["14806.865","16315.520"],["14857.364","16343.792"],["14867.373","16323.892"],["14773.460","16309.043"],["14756.249","16258.325"],["14867.132","16184.259"],["14850.869","16152.652"],["14787.423","16187.914"],["16588.142","14387.702"],["13975.074","12730.188"],["13871.603","12651.725"],["13845.965","12582.985"],["13884.344","12599.638"],["13970.776","12637.537"],["13888.063","12707.481"],["14040.315","12585.666"],["15338.936","18011.131"],["15495.972","17927.573"],["15392.239","17952.641"],["15429.354","17870.867"],["15394.917","17901.317"],["15436.680","17994.664"],["15514.240","17882.177"],["15422.775","17855.842"],["15370.993","17911.848"],["15415.516","18036.940"],["15314.054","18004.550"],["15461.493","17984.489"],["15457.557","17896.945"],["15376.695","17938.989"],["15345.841","17878.868"],["15350.372","17943.357"],["15316.049","17934.103"],["15453.745","17857.272"],["15431.325","17909.670"],["15331.829","17907.043"],["15363.689","17858.094"],["14687.233","17225.333"],["14856.223","17236.840"],["14863.362","17294.235"],["14817.195","17320.101"],["14838.929","17335.831"],["14881.510","17346.240"],["14828.442","17368.677"],["14729.844","17286.555"],["14692.499","17223.325"],["14673.522","17232.746"],["14788.104","17265.851"],["14676.234","17260.411"],["14719.034","17311.527"],["14708.931","17404.593"],["14750.453","17286.098"],["15519.547","17792.018"],["15559.191","17741.557"],["15564.008","17747.547"],["15594.444","17808.618"],["15553.182","17827.199"],["15531.953","17697.870"],["15519.877","17811.373"],["15532.622","17723.688"],["15817.777","18514.063"],["15838.082","18605.160"],["15852.970","18617.178"],["15604.025","18393.482"],["15550.167","18420.999"],["15563.999","18458.947"],["15607.988","18411.792"],["15541.848","18382.376"],["14259.807","13031.738"],["14377.847","12989.186"],["14395.448","13169.189"],["16851.888","15176.232"],["14551.051","14499.941"],["13728.672","14077.675"],["13932.611","12833.439"],["15828.290","13138.440"],["16161.981","16541.324"],["13572.482","14470.513"],["14764.120","16577.105"],["14859.258","16575.178"],["14707.818","16570.845"],["14845.555","16674.432"],["14773.429","16706.911"],["14785.145","16728.685"],["14727.149","16696.362"],["14733.942","16591.355"],["14716.501","16697.956"],["14689.127","16671.447"],["14711.693","16632.754"],["14693.550","16757.479"],["14757.064","16732.333"],["14725.420","16638.133"],["14694.877","16602.537"],["14692.868","16573.990"],["14731.357","16751.807"],["15347.558","17206.635"],["15475.284","17204.398"],["15474.326","17320.816"],["15319.598","17254.138"],["15445.803","17378.646"],["15397.168","17355.727"],["15333.224","17399.293"],["15349.516","17357.115"],["15340.452","17368.121"],["15413.887","17350.261"],["15427.392","17277.537"],["15376.633","17405.500"],["15365.545","17409.376"],["15373.659","17306.141"],["15421.114","17216.983"],["15359.150","17277.585"],["15407.090","17285.592"],["15360.577","17271.477"],["15389.889","17267.445"],["15209.164","14100.512"],["14943.176","15139.248"],["14913.276","15248.793"],["15025.244","15232.910"],["16920.673","14559.663"],["16858.019","14601.265"],["16857.265","14590.011"],["14643.523","16767.298"],["14621.901","16666.696"],["13469.160","12959.463"],["13446.229","12915.090"],["13499.349","12855.004"],["15673.377","18419.056"],["15716.209","18386.986"],["15682.033","18423.599"],["13439.438","14282.054"],["13653.141","14576.170"],["13781.883","14591.090"],["15676.041","13600.528"],["14317.126","13699.898"],["16373.060","14018.680"],["15738.642","17630.509"],["16614.866","15696.497"],["15257.894","18047.335"],["15242.231","18105.111"],["15252.236","17708.777"],["15295.777","17744.262"],["15300.512","17656.443"],["15295.468","17719.238"],["15228.107","17703.277"],["15247.963","17749.650"],["15220.595","17665.185"],["15260.524","17750.118"],["15174.904","17687.233"],["15256.473","17680.651"],["15292.404","17793.689"],["13661.054","13821.957"],["14220.589","14742.655"],["14148.595","14669.185"],["14877.387","17489.827"],["14816.568","17448.264"],["14833.991","17484.104"],["14775.368","17422.340"],["14799.211","17473.495"],["14797.449","17427.839"],["14710.429","17456.561"],["14882.885","17525.792"],["14672.738","17440.329"],["14678.613","17408.011"],["14734.241","17422.717"],["14725.172","17499.189"],["14705.380","17473.857"],["14786.709","17496.504"],["14741.065","17476.484"],["15761.506","18433.958"],["15926.997","12337.897"],["15868.826","12475.159"],["16803.016","15937.911"],["13402.292","12414.632"],["14885.555","14786.141"],["14898.072","14734.570"],["14975.549","14862.727"],["15672.539","13861.501"],["15821.222","17265.107"],["15738.250","17259.136"],["15797.620","17284.458"],["15729.966","17360.659"],["15840.741","17358.477"],["15768.157","17335.734"],["15800.550","17331.231"],["15811.946","17377.495"],["15772.468","17254.646"],["15771.396","17398.453"],["13493.906","13486.061"],["15600.090","14134.913"],["15027.296","12848.563"],["14672.709","12716.294"],["14855.627","12551.367"],["14702.665","12682.633"],["14764.795","12369.944"],["14805.054","12493.768"],["15372.150","14684.784"],["15333.563","14815.364"],["14822.141","13994.756"],["14770.246","13828.517"],["16306.346","12817.231"],["16186.017","12862.611"],["13698.953","12255.759"],["13795.961","12249.098"],["13802.573","12257.080"],["15309.495","14088.148"],["14652.986","13304.455"],["15174.464","13940.916"],["14910.534","14493.114"],["15060.033","14562.119"],["15029.378","14555.400"],["15274.084","15511.085"],["15128.124","15578.114"],["15231.789","15651.492"],["16140.918","14865.584"],["15722.586","15973.331"],["13404.677","14277.291"],["15936.144","13866.968"],["15310.810","12010.664"],["14173.915","12883.379"],["14152.902","12836.355"],["16812.741","14385.397"],["14041.963","14142.548"],["14194.432","14041.676"],["14152.857","14140.305"],["16604.941","15588.633"],["15508.458","12857.756"],["13747.079","12756.912"],["13746.821","12685.501"],["16200.147","16349.037"],["16252.965","12583.243"],["16152.781","12615.889"],["16336.807","12548.599"],["14050.664","12284.208"],["14101.685","12150.570"],["14218.395","12148.161"],["14313.641","14691.634"],["16312.678","16934.637"],["16486.309","14354.083"],["13256.250","12651.204"],["13384.379","12657.770"],["16118.923","16070.993"],["13603.667","12354.877"],["13453.435","12407.590"],["16773.886","15019.455"],["15278.934","15155.787"],["15271.702","15253.799"],["13778.511","13877.705"],["16263.946","15929.686"],["13784.690","12434.456"],["13717.809","12481.352"],["13645.480","12441.248"],["13008.056","13486.297"],["14087.844","12119.420"],["16604.814","14554.961"],["16760.208","14595.014"],["16648.617","14593.252"],["16723.999","14574.982"],["14862.328","15276.951"],["13630.106","12735.972"],["14668.075","13646.966"],["14514.002","13753.449"],["14294.537","12597.962"],["14261.301","12557.287"],["13414.332","13035.006"],["13434.254","13022.923"],["13541.851","13013.812"],["15907.007","12304.540"],["15100.383","12460.180"],["13408.129","13464.911"],["15830.933","13814.964"],["14243.448","13359.480"],["15010.011","12205.289"],["14960.703","12127.190"],["16925.668","15873.795"],["16801.865","15891.268"],["16802.806","14890.303"],["13819.748","12791.551"],["13956.278","13442.946"],["16268.600","14506.615"],["15892.163","13343.702"],["15376.271","15641.130"],["15366.064","15526.946"],["16231.799","14302.599"],["14821.078","13755.173"],["14791.153","13733.001"],["13085.025","13805.534"],["16393.266","12573.668"],["14870.158","12244.159"],["14878.554","12247.036"],["14619.900","12105.794"],["14465.279","14142.034"],["15543.412","15588.128"],["13833.596","12257.591"],["13906.700","12264.036"],["13943.055","12306.818"],["13987.123","12332.438"],["13938.706","12133.265"],["28808.492","11001.040"],["13420.643","12741.545"],["13251.694","13033.927"],["15234.957","13507.498"],["15189.813","12578.194"],["15190.912","12721.693"],["16002.752","12619.392"],["14332.939","12745.455"],["14404.621","12736.686"],["14299.838","13430.151"],["14912.274","13735.035"],["14724.410","14666.557"],["16319.095","16735.281"],["15552.311","15826.426"],["14473.226","12597.039"],["14670.813","12603.330"],["15997.758","15550.582"],["15945.256","15690.209"],["16020.930","15693.909"],["16266.460","15292.938"],["15213.588","14250.781"],["15266.826","14277.726"],["16516.849","14564.921"],["16070.976","14482.758"],["16073.868","15851.504"],["14570.981","14600.748"],["15023.897","13959.757"],["14844.974","12117.157"],["14796.040","12107.035"],["14699.084","12105.891"],["14100.860","13646.589"],["15373.812","12652.240"],["14927.023","13582.959"],["14889.249","13493.964"],["15937.994","12911.995"],["13833.491","14205.812"],["15912.892","14157.806"],["14337.583","12130.653"],["14449.192","12236.069"],["16860.842","15116.993"],["16849.499","15116.558"],["15692.122","13748.876"],["15283.458","11931.418"],["15110.888","12007.087"],["13911.828","12993.171"],["15431.548","13765.593"],["15232.702","13014.339"],["14769.555","13148.742"],["14579.416","14008.908"],["16225.353","13011.778"],["14091.990","13939.187"],["15859.629","14325.567"],["14393.501","12456.049"],["14920.263","15372.707"],["14884.994","15419.818"],["14940.129","15357.854"],["15000.614","15399.317"],["14585.599","12333.821"],["16822.510","15493.074"],["16865.693","15333.379"],["15017.260","14232.856"],["13407.482","12464.909"],["14733.460","14064.074"],["14753.960","14133.200"],["14809.372","14083.639"],["16754.482","15271.477"],["14922.757","13632.182"],["15039.211","13678.330"],["16393.193","13264.737"],["16410.884","15822.317"],["15676.600","13118.733"],["14758.192","14955.982"],["14875.883","15024.599"],["16333.025","15478.591"],["16413.158","13061.250"],["16424.232","13127.290"],["16456.995","13073.431"],["15568.765","15155.154"],["15444.440","15378.558"],["14456.822","14526.322"],["14356.182","14592.537"],["13984.161","12914.446"],["13947.955","12857.250"],["14192.654","12592.378"],["14090.107","12631.787"],["13627.065","13626.366"],["14384.727","14105.225"],["15314.400","15102.621"],["15467.094","15101.352"],["14584.747","15056.161"],["14511.792","15066.932"],["13653.761","12352.294"],["13810.564","12524.924"],["13899.447","12326.596"],["14243.534","13162.039"],["15642.858","15432.337"],["15437.621","13524.790"],["15479.662","14024.164"],["16070.654","14119.288"],["15102.970","14965.850"],["15145.230","14873.219"],["15290.728","14999.032"],["14037.168","12096.143"],["14933.411","14435.396"],["14888.507","14372.331"],["14997.486","14345.244"],["16292.890","16127.755"],["16411.980","14804.985"],["16552.486","14755.011"],["15032.102","12587.065"],["15948.158","16474.908"],["16124.594","16584.156"],["16424.061","15627.272"],["16560.125","15703.810"],["14184.778","12746.277"],["15387.051","14907.324"],["16608.755","14844.178"],["15817.977","15400.596"],["13944.397","13187.183"],["14353.245","12108.057"],["15044.019","12352.689"],["15003.712","12361.167"],["14600.477","14682.265"],["15289.451","15353.074"],["15136.186","15395.037"],["15163.213","15504.190"],["15358.773","14600.225"],["15533.380","15008.477"],["13961.553","13914.618"],["13852.463","13875.264"],["16194.403","14189.674"],["15834.025","15792.939"],["15107.457","13627.814"],["14597.320","14389.611"],["14627.494","14252.908"],["13623.167","13037.365"],["16496.354","15951.243"],["15809.867","12555.824"],["16276.439","13801.302"],["15381.791","14196.711"],["15164.113","12902.516"],["15096.155","12879.990"],["15936.779","16794.442"],["16732.770","16003.224"],["13189.960","13372.020"],["13183.005","13340.573"],["13137.657","13198.061"],["16643.936","14297.166"],["14277.703","12785.261"],["14416.911","12850.956"],["15165.713","13296.662"],["15184.664","13193.536"],["15171.701","13348.152"],["14886.043","13916.674"],["15051.532","12003.748"],["14991.476","12080.722"],["14058.357","14250.560"],["16607.303","14360.829"],["16609.641","14330.030"],["13917.674","12752.823"],["14442.308","14887.474"],["14357.232","14894.837"],["16836.028","14751.705"],["16842.042","14797.090"],["16541.151","14251.495"],["14401.859","13002.308"],["16798.184","15175.657"],["16788.197","15111.219"],["16819.416","15290.183"],["14490.205","14605.092"],["13762.833","14097.575"],["13806.522","14223.404"],["13680.335","14171.409"],["15872.850","13162.525"],["13617.893","14601.159"],["14914.472","15155.287"],["15006.261","15215.443"],["13605.052","12772.511"],["13429.218","14416.030"],["13780.172","14654.873"],["15654.085","13580.260"],["13481.119","14178.177"],["13625.883","13823.137"],["14161.430","14736.291"],["15897.009","12339.467"],["14896.481","14765.097"],["14897.728","14702.395"],["15026.415","14825.255"],["15702.229","13886.928"],["15575.638","14049.299"],["15619.279","14161.226"],["14945.190","12790.334"],["14800.296","12744.185"],["14872.179","12537.411"],["15332.264","14677.742"],["15323.940","14827.976"],["14771.336","13973.992"],["14863.102","13833.564"],["14826.320","13850.520"],["14344.223","13192.540"],["13525.268","12751.452"],["13493.502","12725.692"],["13577.164","12548.463"],["16185.194","12841.972"],["16279.947","12763.699"],["16172.954","12894.195"],["13754.652","12235.690"],["13686.525","12278.703"],["15355.941","14100.530"],["15125.456","13949.573"],["15083.391","14601.727"],["14944.015","14522.750"],["14920.161","14470.634"],["15204.625","15590.505"],["15243.225","15646.942"],["15251.152","15542.667"],["13356.355","12750.974"],["15616.655","15935.628"],["13263.984","14258.687"],["15368.144","12023.934"],["14207.533","12850.093"],["14155.415","12810.996"],["16833.081","14313.711"],["13988.979","12380.813"],["14008.397","12340.589"],["13267.232","12864.140"],["14091.788","14064.910"],["14090.038","14133.804"],["16320.085","13472.627"],["16333.687","13503.662"],["14797.741","14369.898"],["16432.247","14077.167"],["13726.831","12714.001"],["16332.489","16145.785"],["16229.339","12565.321"],["16353.921","12557.408"],["14099.962","12273.525"],["14193.122","12251.799"],["14282.261","14809.236"],["14329.272","14859.109"],["16472.290","14323.859"],["16542.364","14320.017"],["13399.953","12628.789"],["16066.199","16081.004"],["16133.690","16078.179"],["13856.348","12520.315"],["13912.043","12340.184"],["13863.936","12454.038"],["13512.342","12404.896"],["13416.638","12418.782"],["13480.788","12397.650"],["16744.181","15012.953"],["15282.232","15239.580"],["13751.494","13981.224"],["13688.854","12369.522"],["14879.674","14614.156"],["13126.560","13501.584"],["13001.762","13445.293"],["16742.315","14478.831"],["16680.688","14569.310"],["16727.147","14520.960"],["14864.038","15205.608"],["13662.310","12668.092"],["15767.473","13445.756"],["14559.422","13779.714"],["14394.404","12640.194"],["14441.981","12667.223"],["14282.050","12571.706"],["13456.875","13073.407"],["13422.317","13038.279"],["15898.112","12310.368"],["15854.878","12321.800"],["15141.798","12478.105"],["15196.565","12446.839"],["13232.187","13398.616"],["15772.514","13792.987"],["15769.505","13644.697"],["15918.650","16062.399"],["14493.983","14927.633"],["15021.080","12253.558"],["15892.064","16721.437"],["16317.679","13203.396"],["16345.977","13218.190"],["16806.560","15901.531"],["16829.566","14914.097"],["16527.205","13428.927"],["13377.307","13367.318"],["13226.178","13355.346"],["13351.041","13271.710"],["15367.353","15578.015"],["16329.426","14259.813"],["16349.300","14243.332"],["13143.490","13761.314"],["14823.763","14112.711"],["15813.728","15027.763"],["14704.219","12235.153"],["14872.377","12191.371"],["15003.342","13177.389"],["15288.934","14512.119"],["14521.179","12085.323"],["14483.577","12082.935"],["14526.593","14166.131"],["14607.565","14083.713"],["14522.446","14044.272"],["15659.019","15524.402"],["13852.419","12237.024"],["13942.688","12316.418"],["16768.139","15380.736"],["16748.559","15393.466"],["16724.083","15439.585"],["15554.766","12852.157"],["15627.479","12937.362"],["28497.430","11134.158"],["13427.561","12725.836"],["13324.467","13054.491"],["13205.447","13088.946"],["15186.999","13532.855"],["15095.915","13584.675"],["16357.982","15454.982"],["15204.364","12753.559"],["16036.964","12603.905"],["14276.407","12716.284"],["14301.917","13595.087"],["14395.154","13496.035"],["14269.733","13447.516"],["14917.883","13709.730"],["15781.601","13851.811"],["14789.059","14731.195"],["14810.479","14872.433"],["14789.785","14864.139"],["16238.355","16641.373"],["15542.985","15847.873"],["14641.228","12693.741"],["14631.836","12621.016"],["15942.507","15602.802"],["15171.616","14333.206"],["15299.645","14347.170"],["16479.145","14579.216"],["14656.101","15191.854"],["15969.021","13431.428"],["16129.990","15810.224"],["16133.004","15865.031"],["14569.305","14557.780"],["14986.792","13978.928"],["14857.107","12032.780"],["14844.856","12055.595"],["14773.447","12090.016"],["14695.234","12038.929"],["14048.675","13621.725"],["15421.983","12719.104"],["15948.601","12919.745"],["13854.426","14223.786"],["15869.765","14088.555"],["15900.165","14182.884"],["14395.077","12252.082"],["14571.629","12934.493"],["13486.809","14048.113"],["13815.168","12300.539"],["13818.153","12280.696"],["15576.026","13604.461"],["15641.395","13681.522"],["14578.850","12973.972"],["14629.886","13104.512"],["14531.377","13099.947"],["13550.458","12441.361"],["15947.848","14364.036"],["15211.973","11949.940"],["13973.069","13154.255"],["15370.401","13715.030"],["15172.880","13156.524"],["15188.080","12970.425"],["14726.005","13065.799"],["14714.776","12968.310"],["14815.216","13075.343"],["14719.552","13186.954"],["14694.493","13275.923"],["16212.030","12985.748"],["14166.204","14013.388"],["14159.596","13874.744"],["15847.891","14319.272"],["14333.374","12465.211"],["14977.651","15394.126"],["14646.038","12245.791"],["14540.117","12220.606"],["14604.448","12194.026"],["14809.615","13575.188"],["16216.793","15370.030"],["16875.722","15404.917"],["15043.048","14178.299"],["14761.263","14106.588"],["16766.167","15195.255"],["14919.595","13637.023"],["14959.013","13635.612"],["14975.952","13677.675"],["16475.451","13348.595"],["15409.026","14242.267"],["16430.972","15590.312"],["13431.710","13267.072"],["16458.370","15872.511"],["15677.085","13123.909"],["14860.509","14924.823"],["14857.295","14969.286"],["14787.323","14974.557"],["14965.336","12227.624"],["16459.406","13109.892"],["16489.631","13098.246"],["15544.089","15118.139"],["15320.310","15478.429"],["15385.158","15440.619"],["14362.200","14582.981"],["14191.717","12563.462"],["13639.855","13650.574"],["14405.959","14032.488"],["15447.035","15121.296"],["15895.171","12933.566"],["14663.077","15021.674"],["14489.944","15014.278"],["14570.205","15044.230"],["13652.925","12370.019"],["13696.730","12346.211"],["15565.211","15393.554"],["15416.848","12443.676"],["15470.198","13477.023"],["16612.226","14516.225"],["13841.406","12713.023"],["15263.102","14951.533"],["14979.412","14337.788"],["15063.073","14337.693"],["16518.641","14848.340"],["15037.234","12695.349"],["15053.115","12611.098"],["15961.448","16513.481"],["16502.512","15688.041"],["14218.249","12684.891"],["15480.696","15069.546"],["15371.233","14925.977"],["15318.701","15017.559"],["16738.307","14823.609"],["16713.864","14673.760"],["16638.405","14794.879"],["15824.708","15490.094"],["13704.990","12976.812"],["13918.212","13385.952"],["14330.947","12099.355"],["14420.220","12108.255"],["14341.120","12082.116"],["14951.954","12452.620"],["14594.214","14735.886"],["14613.257","14713.602"],["15283.766","15331.616"],["15294.758","15310.973"],["15176.057","15506.150"],["15200.873","15420.570"],["13846.790","13938.877"],["16341.230","14109.136"],["14617.241","14336.935"],["15933.434","12642.421"],["16627.279","15932.908"],["16580.223","14274.713"],["16650.265","14376.224"],["14358.683","12798.365"],["14268.903","12788.067"],["14369.282","12869.197"],["14328.248","12963.406"],["15257.032","13286.939"],["14987.640","13845.369"],["16246.769","14753.845"],["14899.726","15057.626"],["15031.998","15024.143"],["14689.378","14549.216"],["15074.505","11933.984"],["14969.570","12049.019"],["14101.544","14337.675"],["15058.005","13185.797"],["16832.332","14755.347"],["14565.859","12440.785"],["14508.766","12474.058"],["14821.954","13252.677"],["16553.956","14251.539"],["14391.535","13117.368"],["16782.238","15291.466"],["14485.687","14626.362"],["13726.800","14096.061"],["13733.866","14176.449"],["13837.953","12807.097"],["13893.446","12879.551"],["13923.403","12794.072"],["13850.768","12778.247"],["13943.516","12917.565"],["15870.076","13075.327"],["15867.174","13114.767"],["16146.552","16529.168"],["13543.118","14508.346"],["15990.440","13080.113"],["16124.107","12974.254"],["15001.357","15219.925"],["16833.403","14604.468"],["16898.907","14659.560"],["13411.432","12966.799"],["13546.141","12870.155"],["13484.771","12818.288"],["13452.202","12935.953"],["13556.578","12957.555"],["13594.634","14281.258"],["13629.906","14548.822"],["13765.669","14624.865"],["14252.640","13682.713"],["14328.531","13664.132"],["16742.854","13263.967"],["16605.236","15608.912"],["13653.499","13839.564"],["14204.754","14726.322"],["14874.979","15433.487"],["14833.781","15341.499"],["16793.826","15950.123"],["15594.137","13922.863"],["13481.622","13467.754"],["15523.279","14094.990"],["15582.448","14089.305"],["15639.579","14230.050"],["16608.999","18778.601"],["16588.723","18861.306"],["14979.044","19159.632"],["14968.308","19217.680"],["14887.368","19114.999"],["14883.708","19110.066"],["14951.452","19150.476"],["13207.874","12319.336"],["15059.448","12858.365"],["15027.409","12811.508"],["14914.372","12885.245"],["14955.768","12842.152"],["16577.156","18166.097"],["14772.759","12731.601"],["15752.071","17024.733"],["14749.458","12520.421"],["15396.295","14712.427"],["15014.029","17475.142"],["14951.729","17461.211"],["14889.800","17550.194"],["15079.603","17589.380"],["15006.182","17468.601"],["14988.752","17437.516"],["15041.210","17587.001"],["15033.677","17488.905"],["14937.708","17482.454"],["14893.148","17550.997"],["14895.930","17451.292"],["15088.929","17584.008"],["14885.316","17465.689"],["15022.648","17526.454"],["14988.745","17558.779"],["14986.716","17578.430"],["14895.230","17502.755"],["14911.357","17504.982"],["14742.653","13935.013"],["15038.654","19512.520"],["15088.700","19518.835"],["14923.824","19500.207"],["14338.474","13391.205"],["13601.036","12648.186"],["13520.662","12617.298"],["16256.425","12829.189"],["16185.949","12771.526"],["16187.805","12861.179"],["13708.482","12302.721"],["14620.711","13197.279"],["15134.259","13833.526"],["15117.222","13955.799"],["14908.615","14565.247"],["15072.371","14574.676"],["14930.298","14463.460"],["15291.741","15552.454"],["15201.577","15650.153"],["15110.504","15583.697"],["15681.760","15971.666"],["15708.994","15961.796"],["13241.024","14355.325"],["13230.245","14283.545"],["15414.808","11965.571"],["16785.320","14360.069"],["13938.592","12346.562"],["14178.031","14049.582"],["14128.831","14164.501"],["16346.761","13500.683"],["14976.191","17001.357"],["14938.359","17138.019"],["14892.215","17068.417"],["14914.835","17088.206"],["14936.887","17162.900"],["14941.827","16987.654"],["14948.013","17073.896"],["14916.200","17050.969"],["14957.179","17142.763"],["14943.780","17084.751"],["14919.702","17015.585"],["14961.274","17137.705"],["14981.531","17192.200"],["15139.229","18335.844"],["16390.918","18287.101"],["16410.490","18431.495"],["16445.249","18407.328"],["16455.700","18414.631"],["16499.410","14087.890"],["15460.406","12843.460"],["15411.490","12767.988"],["16304.174","16244.675"],["16275.052","12710.704"],["16048.086","18214.540"],["15937.213","18191.476"],["15965.809","18220.233"],["15946.567","18217.255"],["15967.018","18191.646"],["14197.467","12144.995"],["14410.150","14690.249"],["16308.059","13973.769"],["16194.539","13996.260"],["16526.903","14383.786"],["16546.033","14377.306"],["14890.139","16526.837"],["15049.699","16444.254"],["15062.902","16402.410"],["14941.317","16504.462"],["15016.462","16379.186"],["14974.389","16388.647"],["15057.263","16526.282"],["14941.923","16411.024"],["13379.354","12593.024"],["13250.296","12651.238"],["16070.762","16071.356"],["13853.564","12445.083"],["13501.121","12421.874"],["16641.720","14879.412"],["15237.512","15102.091"],["13763.390","13841.536"],["13620.324","12362.169"],["13700.342","12430.166"],["13674.377","12445.235"],["14846.888","14650.180"],["16774.419","18790.724"],["16661.132","18703.821"],["16627.854","18802.132"],["16694.119","18687.731"],["16689.520","18697.691"],["14135.360","12117.820"],["16718.619","14658.007"],["14874.724","15229.134"],["13718.650","12622.281"],["13821.229","12628.144"],["13660.810","12566.743"],["13787.782","12592.680"],["13670.439","12605.776"],["15816.439","13422.341"],["14397.806","12632.182"],["13470.646","13119.301"],["13449.147","13170.527"],["13497.422","13017.463"],["15807.759","12232.945"],["15919.111","12315.273"],["15261.177","12536.818"],["15125.434","12425.944"],["15240.412","12453.369"],["15687.199","18495.400"],["13362.166","13539.162"],["13373.370","14856.699"],["14584.503","14662.670"],["14659.201","16315.437"],["15028.581","17293.250"],["14995.591","17330.380"],["15055.391","17366.405"],["15011.469","17399.203"],["15053.494","17382.254"],["15069.940","17334.018"],["15024.368","17294.058"],["15819.655","13814.395"],["15794.179","13691.915"],["15642.547","17564.895"],["15558.233","17552.667"],["15623.363","17602.752"],["15642.562","17601.618"],["15818.471","18655.702"],["15755.956","18563.656"],["15754.281","18573.124"],["15755.593","18660.662"],["14470.265","14900.272"],["14223.120","13329.646"],["15305.997","18499.797"],["15332.002","18532.477"],["15445.548","18643.181"],["15377.262","18660.494"],["15860.977","16745.978"],["14914.696","16849.575"],["15017.810","16981.013"],["15009.989","16823.799"],["14907.905","16936.738"],["14960.418","16871.799"],["15061.701","16844.390"],["14950.069","16872.815"],["14887.274","16870.675"],["14948.266","16801.625"],["14912.275","16804.214"],["14921.494","16979.787"],["15028.827","16948.201"],["16836.620","15879.011"],["16813.215","15816.227"],["16789.238","15022.346"],["16824.065","14887.103"],["15133.799","17044.333"],["15199.264","17059.028"],["15280.716","17189.619"],["15230.612","17002.095"],["15098.805","17179.859"],["15171.825","17186.054"],["15150.597","17021.527"],["15203.749","17010.747"],["15195.523","16988.346"],["15115.363","17103.091"],["15103.351","17014.248"],["15255.044","17166.872"],["13789.956","12791.856"],["13653.244","12792.705"],["13652.518","12909.671"],["14020.581","14308.544"],["14001.873","13428.180"],["13825.778","14276.069"],["13674.904","14320.058"],["15052.898","17469.876"],["15091.721","17533.556"],["16201.512","18564.866"],["16197.455","18525.978"],["16268.204","18570.912"],["16243.335","18540.307"],["16290.399","18565.902"],["16199.979","18545.715"],["15023.315","18059.023"],["15001.346","18050.807"],["14947.907","18056.547"],["16392.141","13419.446"],["16416.986","13409.242"],["13331.616","13301.361"],["13300.043","13302.146"],["15836.061","13387.149"],["15327.728","15627.073"],["15342.283","15516.064"],["15430.766","15612.184"],["16216.421","14337.910"],["14625.973","16555.464"],["14651.043","16407.797"],["14657.957","16460.394"],["14646.576","16479.394"],["14815.499","13804.785"],["14864.212","16119.529"],["14861.884","16122.458"],["13089.371","13795.913"],["15262.417","18104.979"],["14869.359","14100.526"],["15797.754","15034.495"],["16141.975","17876.429"],["14809.464","12174.749"],["14825.355","12124.679"],["14761.592","12258.317"],["14923.010","17325.257"],["14906.522","17285.354"],["14970.813","17408.393"],["14916.523","17208.664"],["14943.563","17287.014"],["14949.452","13114.924"],["14961.842","12990.092"],["14524.729","14191.505"],["14600.854","14082.377"],["14656.008","14127.183"],["14615.145","17180.238"],["14533.476","17176.407"],["14597.286","17156.796"],["14665.588","17080.527"],["14560.245","17154.875"],["14624.904","17115.174"],["14604.286","17181.044"],["14604.554","17136.670"],["14612.309","17032.520"],["14642.166","17104.689"],["14594.708","17179.525"],["14578.206","17166.693"],["13558.701","13638.373"],["13886.363","12290.438"],["13928.700","12184.658"],["13960.865","12329.035"],["14004.667","12308.330"],["15022.041","18525.329"],["14995.499","18513.800"],["15469.231","18109.716"],["15427.077","18107.233"],["15425.233","18238.093"],["15419.777","18191.568"],["15397.104","18131.872"],["15473.177","18056.076"],["15444.780","18086.658"],["15365.782","18076.595"],["15415.750","18120.513"],["15390.656","18047.827"],["15418.260","18161.265"],["14875.116","16850.274"],["14804.172","16950.527"],["14856.771","16984.121"],["14703.291","16982.187"],["14685.345","16853.664"],["14751.648","16985.914"],["14847.150","16914.512"],["14852.895","16945.637"],["14798.587","16914.073"],["14832.033","16948.104"],["14806.985","16886.021"],["14793.271","16927.619"],["15626.360","17387.050"],["15526.141","17385.831"],["15551.769","17248.201"],["15652.602","17206.127"],["15522.686","17213.109"],["15587.059","17363.962"],["15663.579","17312.531"],["15650.365","17240.499"],["15588.205","17247.967"],["15612.858","17326.316"],["15546.029","12906.911"],["15560.040","12955.080"],["15688.275","12839.707"],["15586.850","12890.559"],["13427.214","12711.365"],["13342.018","13008.595"],["13247.508","13136.918"],["13364.863","12975.378"],["15253.352","13500.470"],["15098.497","13592.072"],["13173.186","13075.715"],["15429.652","18268.936"],["15454.667","18274.128"],["15237.018","12727.171"],["16059.995","12588.682"],["14272.313","12676.997"],["14326.495","12614.061"],["14377.477","13406.421"],["14288.272","13401.256"],["14899.042","13806.544"],["14693.711","14669.744"],["14663.694","17471.966"],["16207.708","16641.012"],["16675.460","18543.839"],["16744.226","18583.135"],["14899.686","13574.490"],["14617.494","12617.874"],["16093.917","15670.091"],["15939.335","15586.602"],["15281.999","14289.409"],["16368.008","14634.850"],["16464.843","14605.232"],["15424.483","17138.627"],["15457.926","17155.452"],["15314.392","17178.544"],["15363.804","17112.970"],["15401.228","17132.442"],["15384.626","17191.126"],["16114.726","15829.429"],["15939.087","15827.012"],["14504.263","14586.307"],["15587.052","14238.797"],["15661.951","12550.194"],["14694.143","16445.599"],["14997.588","13918.892"],["14828.250","17095.176"],["14711.347","17075.591"],["14684.500","16987.059"],["14783.670","16994.079"],["14715.091","17095.537"],["14793.708","17133.012"],["14806.604","17089.074"],["14815.914","17029.870"],["14740.797","17093.439"],["14720.322","17142.440"],["14809.583","17002.017"],["14686.510","17196.195"],["14807.197","17033.765"],["14870.227","12112.826"],["14804.780","12083.524"],["14768.071","12109.337"],["16363.498","18180.976"],["16437.757","18214.478"],["16380.947","18246.201"],["16445.002","18181.787"],["14097.938","13678.022"],["15370.405","12676.360"],["14904.241","13603.672"],["16102.527","12881.053"],["15945.514","12937.657"],["15520.769","16812.219"],["15631.764","16970.198"],["15697.994","16962.854"],["14040.383","14057.687"],["13870.847","14148.136"],["15862.848","14152.182"],["16163.297","18179.178"],["16281.595","18168.680"],["16203.213","18206.775"],["16906.774","15250.877"],["15283.170","18520.353"],["15223.449","18548.789"],["14485.510","12676.531"],["14565.198","12941.628"],["13830.051","12292.001"],["15687.608","13641.209"],["14615.277","13107.687"],["14611.872","13105.559"],["14442.065","14018.719"],["13584.195","12543.885"],["13414.456","12442.916"],["15700.013","13307.559"],["15685.950","13207.218"],["15686.577","13278.463"],["15982.065","14291.961"],["15201.045","12023.198"],["15112.304","11968.993"],["15334.365","17683.645"],["15317.198","17795.661"],["15338.307","17818.080"],["15420.075","17657.857"],["15511.329","17726.391"],["15427.450","17738.206"],["15437.979","17716.998"],["15417.209","17697.554"],["15422.668","17667.695"],["15313.506","17760.339"],["15478.232","17708.715"],["15500.863","17765.781"],["15488.416","17748.502"],["15443.041","17829.892"],["15485.284","17790.112"],["15513.910","17809.247"],["15468.795","17688.048"],["15509.493","17715.605"],["15350.781","13713.509"],["15205.190","13129.268"],["15272.817","13020.704"],["14688.372","13096.215"],["14679.493","13200.675"],["14794.914","13220.186"],["16154.539","13160.423"],["14154.073","13898.956"],["14988.860","19022.827"],["15049.046","18988.953"],["15048.550","18965.470"],["14930.747","19036.433"],["14963.802","19083.241"],["15870.453","14353.287"],["12983.920","13508.761"],["15137.415","17851.944"],["15141.002","17865.373"],["15098.846","17912.254"],["15173.916","17958.154"],["15155.010","17874.860"],["15158.018","17921.329"],["15190.264","17929.900"],["15189.426","17857.047"],["15116.625","18021.369"],["15116.892","17922.620"],["14428.514","12342.279"],["14416.644","12398.684"],["14282.187","12544.792"],["14997.169","15390.803"],["15062.058","15353.838"],["15011.216","15496.170"],["14523.579","12132.666"],["14474.451","12283.117"],["14655.527","12126.435"],["14680.163","13596.022"],["15077.708","16993.422"],["15011.919","17137.775"],["15055.481","17022.518"],["15038.698","17137.870"],["15059.862","17181.389"],["15044.224","17107.810"],["15071.869","17135.668"],["15010.512","17149.143"],["16830.283","15406.480"],["15533.030","17919.102"],["15524.731","17861.740"],["15608.708","17843.762"],["15595.913","17941.646"],["15593.247","17867.142"],["15519.347","17967.836"],["15567.768","17961.838"],["15557.543","17912.656"],["15588.035","17921.030"],["15528.614","17968.754"],["15593.404","17861.644"],["13372.146","12543.093"],["14726.587","14071.380"],["14747.546","12964.520"],["16662.777","15222.581"],["15729.033","17500.086"],["15807.716","17464.598"],["15773.530","17481.412"],["15775.905","17523.173"],["15769.938","17443.170"],["15817.305","17449.221"],["15770.643","17420.619"],["15752.563","17440.974"],["14910.987","13622.042"],["15065.698","13797.237"],["15068.123","13669.202"],["14980.350","13681.822"],["16478.776","13193.087"],["16379.986","13228.838"],["15133.936","16894.594"],["15120.586","16927.686"],["16317.423","18264.595"],["16182.339","18384.191"],["16203.674","18419.715"],["16157.111","18443.080"],["16309.473","18284.327"],["16320.598","18441.471"],["16345.606","18256.621"],["16250.971","18373.342"],["16320.222","18424.636"],["16351.300","18399.454"],["16430.190","15901.743"],["16542.442","15726.710"],["15354.405","17515.259"],["15330.091","17462.576"],["15326.480","17489.735"],["15465.996","17569.707"],["15343.253","17493.761"],["15481.929","17608.020"],["15424.853","17599.852"],["15424.536","17523.684"],["15377.813","17491.860"],["15326.905","17590.553"],["15392.992","17608.418"],["15306.729","17566.750"],["15498.582","17511.713"],["15512.379","17508.802"],["15327.830","17406.062"],["15412.668","17516.647"],["15433.019","17451.888"],["15350.558","17450.869"],["15386.539","17530.702"],["15318.435","17465.049"],["15323.204","17562.836"],["14709.061","16788.637"],["14698.264","16832.631"],["14805.683","16812.153"],["14818.772","16784.206"],["14678.648","16810.965"],["15612.535","12998.831"],["15689.536","13141.465"],["14815.317","14877.430"],["16321.312","15454.858"],["16240.091","15345.380"],["14930.136","12203.533"],["16385.979","13124.067"],["16510.477","13091.714"],["15528.750","15260.101"],["15394.458","15462.562"],["14651.242","16362.614"],["15066.516","16921.560"],["14294.759","14641.658"],["14354.884","14587.977"],["14011.266","12773.802"],["14152.292","12630.599"],["14071.793","12668.255"],["13974.455","13021.375"],["14362.422","14057.503"],["14459.821","14101.662"],["14988.234","17631.999"],["14964.025","17714.155"],["15008.946","17621.396"],["14990.542","17795.414"],["14988.852","17828.368"],["15085.063","17766.751"],["14958.455","17763.400"],["15346.315","15214.270"],["15389.138","15097.953"],["15066.910","18432.166"],["14659.904","15002.816"],["14641.392","14929.750"],["14639.268","15056.542"],["16046.722","12431.719"],["14975.447","16672.102"],["14907.903","16615.953"],["15021.440","16572.803"],["14946.887","16661.591"],["14918.532","16624.172"],["14919.491","16664.770"],["14964.936","16617.416"],["14912.175","16675.855"],["14233.981","12971.684"],["15540.610","18145.807"],["15542.652","18171.078"],["15526.156","18049.362"],["15525.968","15505.450"],["14637.423","17389.897"],["14670.383","17284.861"],["14671.359","17405.301"],["14576.653","17262.135"],["14574.814","17353.770"],["14645.371","17230.691"],["14651.029","17329.142"],["14585.608","17366.840"],["14517.097","17212.458"],["14602.364","17229.462"],["14646.279","17408.982"],["14558.622","17241.696"],["14523.829","17319.725"],["14565.800","17202.017"],["14599.975","17251.225"],["15453.688","13507.013"],["16577.405","14518.431"],["14722.503","19292.172"],["14854.503","16456.656"],["14749.103","16524.148"],["14758.161","16545.393"],["14830.330","16511.346"],["14813.025","16391.529"],["14816.551","16463.123"],["14672.738","16362.111"],["14802.267","16519.770"],["14782.290","16442.369"],["14775.645","16476.377"],["13509.188","13992.487"],["13609.245","13856.301"],["15534.633","17557.555"],["15570.819","17491.251"],["15680.463","17411.343"],["15534.377","17454.468"],["15573.147","17446.745"],["13851.726","12707.310"],["15659.636","16988.869"],["15573.138","16984.828"],["15559.823","17023.555"],["15599.762","17123.597"],["15570.175","17011.021"],["15649.726","17030.180"],["15712.520","17035.446"],["15710.624","17068.365"],["15720.556","17108.687"],["15697.708","17006.338"],["14645.903","16961.885"],["14654.974","16911.279"],["14643.293","16871.002"],["14597.185","16914.628"],["14624.351","16854.240"],["14641.151","16847.058"],["14613.033","16797.441"],["14647.803","16816.455"],["15302.656","14965.410"],["15249.609","15044.689"],["15484.897","18225.788"],["15467.419","18185.874"],["15504.389","18234.523"],["15506.015","18202.426"],["15501.639","18117.666"],["15510.036","18173.211"],["13926.506","12054.782"],["15929.517","15590.831"],["15053.405","14301.006"],["14894.016","14318.442"],["15033.906","14279.859"],["16239.880","16122.351"],["14797.424","18996.813"],["14921.659","18000.482"],["16401.652","14832.204"],["16462.761","14752.410"],["14924.671","12592.834"],["15039.591","12579.286"],["16068.756","16431.808"],["16115.432","16561.096"],["16551.141","15678.949"],["16551.370","15704.584"],["14157.218","12753.673"],["16085.799","18380.997"],["15368.163","14894.431"],["15326.101","15075.847"],["15497.218","15068.934"],["16692.152","14701.159"],["16631.660","14823.243"],["15886.493","15437.204"],["13828.072","13001.296"],["13961.018","13231.790"],["14318.974","12111.742"],["15498.087","18028.905"],["15133.929","17588.083"],["15194.343","17495.507"],["15199.006","17563.845"],["15158.253","17516.962"],["15245.505","17494.000"],["15272.276","17452.479"],["15297.989","17446.515"],["15217.450","17567.329"],["15246.545","17519.927"],["15290.038","17418.106"],["15297.065","17546.062"],["15266.101","17573.616"],["15215.662","17597.304"],["15155.899","17570.478"],["15098.341","17573.983"],["14648.096","14743.495"],["15288.211","15352.890"],["15148.945","15383.512"],["15322.793","14542.823"],["15515.588","15068.325"],["13835.910","13831.624"],["16321.096","14179.158"],["14594.852","14402.596"],["14619.107","14319.162"],["13703.017","13023.475"],["14712.377","19144.787"],["14848.576","19288.449"],["14850.585","19214.154"],["14827.151","19254.575"],["15237.727","17837.154"],["15118.958","17757.869"],["15180.976","17752.447"],["15175.357","17821.467"],["15111.164","17832.225"],["15162.872","17699.035"],["15156.779","17788.899"],["15142.021","17798.990"],["15094.685","17793.087"],["15120.287","17786.613"],["15106.502","17635.923"],["15098.908","17710.436"],["15152.429","17706.872"],["15174.868","17746.350"],["15179.343","17804.179"],["15615.570","17627.831"],["15711.891","17659.021"],["15614.343","17671.977"],["15534.149","17649.141"],["15529.586","17668.341"],["15661.894","17716.298"],["15706.537","17698.060"],["15614.306","17723.220"],["15680.138","17628.045"],["15376.655","14225.478"],["15096.419","12819.892"],["15129.640","12888.504"],["16774.379","15942.327"],["13087.241","13300.220"],["13175.412","13342.382"],["14944.024","18069.707"],["16557.291","18668.421"],["16390.186","18589.816"],["16530.324","18672.918"],["16656.842","14240.147"],["16655.976","14251.878"],["16690.355","14383.537"],["14308.183","12888.345"],["14315.033","12802.810"],["14357.929","12805.329"],["14438.857","12836.235"],["14396.389","12928.772"],["14390.862","12936.530"],["15168.871","13281.798"],["15133.904","13238.825"],["15195.667","13321.191"],["16194.551","14761.781"],["14990.033","14894.624"],["14889.756","15018.048"],["15059.797","14917.927"],["15289.672","17282.563"],["15220.729","17315.541"],["15201.631","17334.751"],["15240.850","17323.616"],["15246.520","17233.099"],["15269.837","17317.553"],["15181.630","17239.636"],["15204.415","17261.730"],["15109.713","17295.823"],["15126.749","17311.678"],["15299.921","17252.093"],["15253.369","17302.752"],["15673.271","17345.257"],["15707.406","17201.149"],["15713.966","17389.122"],["15714.042","17235.302"],["15692.315","17230.758"],["15010.085","12025.297"],["14977.663","16319.691"],["15029.678","16227.507"],["15050.770","16342.544"],["14939.592","16145.820"],["14977.660","16305.915"],["14987.631","16322.725"],["14887.792","16253.250"],["15087.466","17951.111"],["15073.722","17878.472"],["15033.603","18009.765"],["14967.673","17909.182"],["14984.495","17899.992"],["15027.371","17946.309"],["14971.286","17834.161"],["14945.415","18031.873"],["14996.409","17957.970"],["14962.755","17937.281"],["14980.461","17954.939"],["14961.447","17881.737"],["15074.917","17838.680"],["14994.930","17906.665"],["14997.485","17988.893"],["15010.291","18007.781"],["14946.579","17864.509"],["15079.563","17988.091"],["14976.108","17997.531"],["15048.177","17994.882"],["14740.737","16245.237"],["14729.299","16225.819"],["14875.809","16333.053"],["14808.239","16315.883"],["14872.856","16297.468"],["14859.340","16173.000"],["14756.966","16320.651"],["13877.300","12578.841"],["13976.484","12728.598"],["13928.172","12591.664"],["15394.206","17870.022"],["15341.096","18012.981"],["15441.853","17938.590"],["15480.574","17972.940"],["15315.469","17847.117"],["15383.397","17950.350"],["15328.914","17910.321"],["15349.435","17956.495"],["15316.936","17900.955"],["15423.031","18021.382"],["15478.819","17935.606"],["15446.315","17871.936"],["15322.850","17880.923"],["15312.024","17947.800"],["15424.106","17889.158"],["15500.911","17979.996"],["15497.680","17894.846"],["15401.749","17920.653"],["15394.817","17853.724"],["15379.516","17883.536"],["15330.565","18037.522"],["15320.191","17999.814"],["15449.227","18036.949"],["15453.713","17890.991"],["15309.728","17972.696"],["15365.336","17959.710"],["14714.300","17207.957"],["14781.412","17391.336"],["14832.970","17227.206"],["14702.396","17301.666"],["14686.549","17230.548"],["14870.169","17364.916"],["14878.405","17308.145"],["14833.122","17354.490"],["14836.799","17343.259"],["14771.687","17256.590"],["14711.104","17198.455"],["14682.373","17230.756"],["14781.668","17267.280"],["14763.021","17356.326"],["14739.538","17312.530"],["14727.874","17330.221"],["14456.829","14881.358"],["16812.097","14792.287"],["14613.830","12522.850"],["15562.860","17827.198"],["15528.823","17771.428"],["15593.307","17828.460"],["15515.557","17769.135"],["15555.424","17801.414"],["14832.544","13277.758"],["15817.703","18484.954"],["15602.166","18392.975"],["15542.391","18428.319"],["15604.640","18410.315"],["15626.716","18391.852"],["15615.973","18413.131"],["16500.366","14259.882"],["14252.639","13019.632"],["14258.303","13153.248"],["16786.898","15214.647"],["16818.729","15205.728"],["14564.552","14461.362"],["14582.042","14557.750"],["13821.803","14102.437"],["13657.923","14117.271"],["13867.510","12919.022"],["13865.941","12758.890"],["13547.667","14454.401"],["15987.087","13163.492"],["16124.100","12977.721"],["15951.727","13133.941"],["14707.210","16623.125"],["14741.592","16578.955"],["14874.287","16655.569"],["14757.653","16718.105"],["14786.011","16626.231"],["14689.760","16703.536"],["14697.931","16586.891"],["14855.121","16595.081"],["14836.422","16692.329"],["14850.125","16625.552"],["14775.368","16660.454"],["14834.522","16650.146"],["14712.167","16773.976"],["14696.804","16607.313"],["14744.390","16752.342"],["14691.135","16636.382"],["15397.869","17369.790"],["15446.710","17330.675"],["15337.353","17332.574"],["15405.193","17242.781"],["15386.173","17269.565"],["15341.100","17228.023"],["15491.859","17199.325"],["15489.895","17208.341"],["15445.841","17387.884"],["15307.180","17404.248"],["15385.144","17355.528"],["15449.060","17269.504"],["15328.762","17377.063"],["15384.965","17309.145"],["15419.995","17265.293"],["15332.241","17265.719"],["15243.507","14069.356"],["14919.341","15097.022"],["14912.104","15248.712"],["14976.637","15226.825"],["14653.895","16664.434"],["14640.426","16760.125"],["13527.593","12892.315"],["13590.118","12791.681"],["15698.510","18426.072"],["15686.638","18409.197"],["13486.855","14379.955"],["14644.724","19080.349"],["14645.166","19075.699"],["13760.962","14650.909"],["15603.433","13550.489"],["15619.222","13500.267"],["15619.834","13451.089"],["13451.788","14188.881"],["14286.477","13619.542"],["14264.053","13681.380"],["14363.065","13659.627"],["15252.239","18049.035"],["15241.327","18096.897"],["15175.146","17623.161"],["15280.541","17776.543"],["15203.649","17654.622"],["15296.307","17737.287"],["15250.536","17739.749"],["15166.289","17654.300"],["15268.187","17737.770"],["15267.997","17688.385"],["15201.092","17667.626"],["15178.519","17678.938"],["15240.661","17681.221"],["15240.266","17702.824"],["14159.829","14757.112"],["16256.510","12535.946"],["14793.064","17572.554"],["14769.824","17438.077"],["14834.260","17516.848"],["14715.730","17435.385"],["14711.891","17497.810"],["14838.006","17499.405"],["14831.913","17457.127"],["14794.075","17426.502"],["14798.644","17480.200"],["14720.673","17413.432"],["14882.632","17427.959"],["14740.609","17488.996"],["14759.465","17467.434"],["14724.354","17476.790"],["14905.694","14835.964"],["14892.641","14762.094"],["15784.692","17313.030"],["15807.990","17276.745"],["15763.227","17254.054"],["15772.378","17403.945"],["15777.598","17367.212"],["15831.297","17374.450"],["15791.972","17244.663"],["16856.918","18658.902"],["15539.212","14060.612"],["15074.474","12932.544"],["15065.732","12819.376"],["15050.562","12801.595"],["14946.794","12859.029"],["14813.092","12680.031"],["14796.911","12631.234"],["14672.719","12503.214"],["14743.701","12360.245"],["14858.956","12536.756"],["15338.902","14823.351"],["14775.259","13976.550"],["14793.789","13838.305"],["14263.920","13334.481"],["13474.258","12665.388"],["13431.178","12681.791"],["16220.239","12876.930"],["13669.704","12319.656"],["13787.541","12258.130"],["15323.623","14112.849"],["13674.597","14675.809"],["14569.350","13221.217"],["14593.813","13214.980"],["14652.152","13225.851"],["14621.515","13236.465"],["14918.067","14598.219"],["14912.495","14453.227"],["15201.655","15631.418"],["15224.973","15607.103"],["15541.864","15983.974"],["13201.786","14198.422"],["13227.035","14356.842"],["14722.173","13018.862"],["14091.836","12937.274"],["14118.360","12784.884"],["16784.710","14434.820"],["13942.251","12347.511"],["13993.538","12383.093"],["13264.964","12968.510"],["14121.707","14041.432"],["14136.840","14152.380"],["16449.723","14234.684"],["15373.326","12953.385"],["13829.745","12721.680"],["13650.192","12038.026"],["16218.163","16150.707"],["16283.729","16204.812"],["16268.268","16341.525"],["16253.968","12584.653"],["14044.489","12298.189"],["14172.137","12295.148"],["14233.296","12155.951"],["14343.485","14811.703"],["16203.027","16932.749"],["16160.875","13995.430"],["16542.696","14341.032"],["16545.179","14397.278"],["13263.668","12676.314"],["16123.804","16021.948"],["13587.012","12411.662"],["13602.674","12395.666"],["13456.621","12405.326"],["16747.609","15015.436"],["15213.114","15086.754"],["15279.104","15223.909"],["13757.832","13839.692"],["13794.165","12434.637"],["13678.580","12423.984"],["13149.804","13433.667"],["14245.159","13478.303"],["14059.949","12116.594"],["14059.231","12103.705"],["16728.982","14457.570"],["16681.435","14659.472"],["16767.494","14622.158"],["14696.999","15149.309"],["13734.569","12652.798"],["13645.149","12652.633"],["14367.790","12556.491"],["13435.743","12977.850"],["15147.276","12486.085"],["15124.162","12507.905"],["15236.480","12436.436"],["15198.359","12389.158"],["13323.472","14825.436"],["15729.500","13730.091"],["15801.896","13782.915"],["15745.012","15950.650"],["14188.840","13245.624"],["14914.010","12283.654"],["14924.889","12316.441"],["15025.647","12292.908"],["16213.553","13348.524"],["16288.247","13368.877"],["16819.227","15888.808"],["13809.111","12778.392"],["13648.899","12833.379"],["13779.562","12783.048"],["14020.354","13477.474"],["13680.874","14349.839"],["15048.063","15524.798"],["14972.620","15538.037"],["16418.031","13507.188"],["16404.201","13512.364"],["13342.171","13360.003"],["13212.402","13260.195"],["13241.938","13322.156"],["13403.479","13254.756"],["15862.676","13189.220"],["15380.566","15648.914"],["15433.185","15539.717"],["15339.215","15513.377"],["16301.377","14346.563"],["14841.845","13795.747"],["14804.262","13699.594"],["13132.440","13735.767"],["14858.036","14139.500"],["15793.185","15046.134"],["14766.894","12281.641"],["15122.726","14607.269"],["14639.043","12123.437"],["14514.556","14171.105"],["14603.586","14108.616"],["14645.673","14077.988"],["15665.243","15522.318"],["14610.199","17019.875"],["13571.095","13614.271"],["13585.384","13772.671"],["14013.318","12201.382"],["13882.293","12177.755"],["13841.796","12261.125"],["13956.291","12238.845"],["14815.693","13394.921"],["16623.702","15396.272"],["16686.262","15426.733"],["16728.880","15430.287"],["15399.419","12319.771"],["15662.515","12946.934"],["13429.670","12730.460"],["15873.036","16510.471"],["13368.554","13072.775"],["13405.205","13000.113"],["13242.218","13004.245"],["15209.876","13548.527"],["15148.240","13572.882"],["15227.470","12717.128"],["16035.751","12562.737"],["16142.707","12593.849"],["16106.980","12585.318"],["14362.464","12750.568"],["14256.799","12637.074"],["14292.103","12673.660"],["14919.285","13788.439"],["14965.471","13777.152"],["15825.078","13825.218"],["15748.925","13868.873"],["14874.349","14731.755"],["14850.438","14695.141"],["16193.259","16637.346"],["15533.917","15856.514"],["13830.565","14669.563"],["14611.991","12581.384"],["15978.132","15616.305"],["15270.879","14303.961"],["16465.560","14573.373"],["14601.357","15156.285"],["16104.992","13435.675"],["15996.094","15831.916"],["16126.509","15840.595"],["16122.727","15830.722"],["14549.050","14561.131"],["15036.916","13853.010"],["14808.969","12043.180"],["14780.471","12073.733"],["14761.018","12076.860"],["14210.812","13763.477"],["14074.554","13636.473"],["15332.816","12729.387"],["14891.826","13407.450"],["15963.700","12899.871"],["14386.424","12258.818"],["14392.991","12197.656"],["14473.029","12675.837"],["14611.208","13106.266"],["15721.708","13292.967"],["16032.722","14419.754"],["15259.886","11919.546"],["15163.274","11967.584"],["15419.939","13728.331"],["15188.758","13076.774"],["15261.156","13057.860"],["14760.669","13139.258"],["16164.735","12981.221"],["14158.403","13924.521"],["15845.621","14355.642"],["12981.199","13453.285"],["14339.365","12423.516"],["14936.764","15354.894"],["14989.692","15398.215"],["14614.635","12294.592"],["14538.545","12152.462"],["16786.445","15361.277"],["16777.801","15504.104"],["14946.802","14234.427"],["13396.086","12439.079"],["14736.928","14083.501"],["16748.821","15213.457"],["16230.811","14547.701"],["16698.905","15760.012"],["14981.123","13639.615"],["14948.465","13702.286"],["14992.100","13690.878"],["15359.753","14268.299"],["16521.548","15641.927"],["13409.373","13345.786"],["16426.011","15824.213"],["16398.206","15733.696"],["16480.768","15779.182"],["14719.714","14946.894"],["14807.783","14877.695"],["14874.460","14894.093"],["16253.918","15351.842"],["16327.409","15462.289"],["16367.299","13036.853"],["16482.552","13056.140"],["13117.122","14419.264"],["15556.457","15109.131"],["15444.233","15448.114"],["14340.779","14574.619"],["13944.210","12846.142"],["13963.542","12820.170"],["14031.640","12813.749"],["14090.679","12617.750"],["14363.534","14032.532"],["15346.137","15104.157"],["15339.404","15280.689"],["15456.704","15140.701"],["15888.255","12849.606"],["14590.034","14872.952"],["14606.052","15038.292"],["13704.844","12521.235"],["13653.113","12364.319"],["13720.958","12456.721"],["15969.572","12381.618"],["15946.889","12339.226"],["15956.761","13351.730"],["16014.417","13187.779"],["15642.143","15319.058"],["14672.352","17403.191"],["14598.107","17325.044"],["14614.140","17369.976"],["15433.065","13554.829"],["16610.694","14520.445"],["15591.323","17484.772"],["15530.503","17459.616"],["15958.534","14070.604"],["15096.064","15006.889"],["15239.287","15001.665"],["15235.801","15081.932"],["14011.018","12102.560"],["15081.251","14249.068"],["14930.973","14331.084"],["15047.259","14336.236"],["16419.694","14842.618"],["16492.787","14711.479"],["14888.806","12696.231"],["14916.198","12562.609"],["14955.316","12662.793"],["15946.029","16686.337"],["14185.016","12724.007"],["15493.279","15076.321"],["15379.358","14933.672"],["16638.719","14832.466"],["15930.949","15393.613"],["15914.656","15476.620"],["13814.880","13032.911"],["13664.818","13025.922"],["13885.012","13189.129"],["14884.281","12426.017"],["14665.206","14668.159"],["14593.678","14730.690"],["15273.304","15400.538"],["15107.346","15464.315"],["15312.049","14657.272"],["13889.578","13908.474"],["13891.528","13940.304"],["16287.336","14034.995"],["14642.550","14414.269"],["14568.071","14313.096"],["16357.571","15958.159"],["15221.482","12780.340"],["14154.950","14632.692"],["16737.386","15940.474"],["16620.509","14317.964"],["16650.757","14282.571"],["16659.434","14353.069"],["14459.664","12956.608"],["14423.250","12771.903"],["14357.347","12876.458"],["15101.599","13214.319"],["15232.059","13387.008"],["15147.994","13228.807"],["15206.500","13357.490"],["15013.319","13845.637"],["14977.050","13895.951"],["16242.646","14728.486"],["16225.381","14870.333"],["14894.826","15021.472"],["14720.951","14593.541"],["15054.982","11978.830"],["15011.687","12086.494"],["14088.536","14253.301"],["14861.775","16292.231"],["15006.086","13282.613"],["13854.477","12558.646"],["13942.148","12690.565"],["16831.092","14780.877"],["16839.047","14863.438"],["14615.960","12380.008"],["14346.928","12978.626"],["14261.118","13087.783"],["16793.940","15211.396"],["16871.188","15224.763"],["16817.430","15206.715"],["14465.890","14595.235"],["14601.364","14454.282"],["13710.499","14111.279"],["13659.469","14116.179"],["13807.747","14190.684"],["14458.404","15064.956"],["13971.517","12952.912"],["13890.610","12878.773"],["15874.074","13051.336"],["15806.065","13145.080"],["16163.882","16561.006"],["13496.133","14468.932"],["15228.580","14046.373"],["14941.075","15103.055"],["14942.706","15214.983"],["16836.805","14506.322"],["16788.240","14630.238"],["16824.553","14585.441"],["13453.533","12846.100"],["13581.775","12938.745"],["13420.373","12874.054"],["13588.830","12772.381"],["13553.632","14373.906"],["15675.750","13599.920"],["13479.480","14169.220"],["14263.947","13653.184"],["16702.998","13253.406"],["14242.666","14739.185"],["16273.152","12521.131"],["15058.473","14869.114"],["14951.119","14839.148"],["15574.829","14017.245"],["13435.285","13477.042"],["13487.806","13547.025"],["13497.596","13562.262"],["15536.509","14096.472"],["15571.940","14237.230"],["21192.638","15686.051"],["21142.946","15710.121"],["18856.767","13978.705"],["17581.966","17529.460"],["21583.837","15189.857"],["21585.458","15195.926"],["21613.520","15186.046"],["21581.424","15189.361"],["21554.593","15214.553"],["21568.886","15207.429"],["21608.967","15196.783"],["21602.649","15187.252"],["21571.997","15186.071"],["21606.013","15230.329"],["21600.545","15225.005"],["21556.729","15209.056"],["21566.135","15199.064"],["19822.270","13474.111"],["28640.066","9780.118"],["28679.175","9754.699"],["20471.198","15208.999"],["20494.570","15179.184"],["20165.208","15162.467"],["20154.803","15161.457"],["20159.288","15261.470"],["20158.900","15257.726"],["20162.041","15255.014"],["17736.237","17127.475"],["17824.449","17080.330"],["24422.425","7791.882"],["24389.862","7786.835"],["24389.487","7758.107"],["24371.605","7748.437"],["24361.537","7763.508"],["24396.582","7791.201"],["24368.613","7859.229"],["24368.259","7893.393"],["24420.149","7690.797"],["24526.240","7765.894"],["24521.026","7874.615"],["24486.551","7891.703"],["19687.905","11022.506"],["20373.005","14345.981"],["20370.614","14347.216"],["20375.064","14348.818"],["19311.353","15679.893"],["22816.523","12835.798"],["22861.111","12856.471"],["22854.663","12900.600"],["22841.568","12915.392"],["22871.247","12909.666"],["22771.257","12859.166"],["22808.238","12929.384"],["22800.977","12915.655"],["22835.254","12847.771"],["22860.061","12902.019"],["22820.479","12859.590"],["22837.875","12862.405"],["22804.796","12861.243"],["22740.873","12965.311"],["22789.505","12843.391"],["22783.040","12862.504"],["22873.488","12859.561"],["22735.061","12922.631"],["22464.129","15632.084"],["27734.942","16926.338"],["18210.407","17233.173"],["24112.440","7405.179"],["19811.624","10737.042"],["19862.945","10737.698"],["19781.703","10760.422"],["19826.670","10846.649"],["17747.175","17487.461"],["17670.344","17518.999"],["17765.210","17487.380"],["16516.672","17221.369"],["16516.406","17333.964"],["16496.314","17330.878"],["19142.789","11195.346"],["19205.973","11097.290"],["16602.679","17218.803"],["16594.189","17286.031"],["19081.415","14091.015"],["19021.258","14102.625"],["19029.010","14080.324"],["19068.626","14068.292"],["19075.013","14082.988"],["19074.833","14039.144"],["19020.405","14029.854"],["19007.731","14048.932"],["28191.103","9376.751"],["19503.748","11353.372"],["18834.554","18543.128"],["28592.947","9177.458"],["16253.347","16163.770"],["16242.584","16274.214"],["20353.967","15378.472"],["20170.761","15298.022"],["20157.252","15331.025"],["20156.437","15329.572"],["20167.580","15295.889"],["20159.519","15331.492"],["22858.319","12773.779"],["22840.259","12780.688"],["22866.528","12782.578"],["22817.785","12773.132"],["25731.976","16987.165"],["24519.469","8025.733"],["22099.046","17169.956"],["22095.489","17163.369"],["22087.794","17134.278"],["22089.690","17153.201"],["22090.538","17146.718"],["22095.961","17153.385"],["18359.828","13125.984"],["19597.570","14083.134"],["17748.009","17230.113"],["17765.587","17274.172"],["27812.089","8961.675"],["27989.795","12868.229"],["28076.128","12790.035"],["18351.014","14538.539"],["20202.435","14768.336"],["16211.705","15879.586"],["16322.061","15850.165"],["16354.319","15915.121"],["20190.618","14592.103"],["20264.119","14532.594"],["28873.900","8449.675"],["28909.342","8382.397"],["22390.889","17582.523"],["22372.149","17560.885"],["22365.179","17574.473"],["22376.514","17584.033"],["22377.323","17575.147"],["22391.277","17588.027"],["22383.581","17589.722"],["22363.796","17581.909"],["22370.335","17591.602"],["22340.713","17577.890"],["22340.883","17579.510"],["22336.859","17578.963"],["22445.917","17573.712"],["22447.393","17567.057"],["22440.683","17562.547"],["22434.039","17546.945"],["22436.225","17549.328"],["22437.889","17552.082"],["22435.191","17608.797"],["22435.986","17606.816"],["22429.153","17608.939"],["19166.369","11402.973"],["19272.070","11320.301"],["19285.074","11281.040"],["19164.481","11426.243"],["28536.330","9485.913"],["28529.854","9486.698"],["29347.545","9146.149"],["28794.498","8759.472"],["28807.458","8887.072"],["21568.030","15624.699"],["28233.166","9034.172"],["19019.218","13731.418"],["19091.841","13676.777"],["19076.905","13685.107"],["19676.105","16725.456"],["19644.353","16725.055"],["18222.293","16818.720"],["18140.646","16877.295"],["18124.723","16910.164"],["18158.448","16876.380"],["18178.157","16813.725"],["19023.013","11428.787"],["19054.936","11478.319"],["19776.356","10935.824"],["19729.202","10959.108"],["19738.766","11059.319"],["28251.479","12740.844"],["18103.618","17102.531"],["18146.536","13869.017"],["19283.039","11042.735"],["23438.334","8026.328"],["19565.707","11566.003"],["18710.941","18689.767"],["28703.542","9111.524"],["28690.645","8996.390"],["28724.279","8965.083"],["28606.387","9117.175"],["16791.998","15719.815"],["16944.720","15867.275"],["16895.649","15855.401"],["28145.562","12719.784"],["28036.071","12725.523"],["29659.431","9519.096"],["29656.018","9493.716"],["19097.582","13900.073"],["21277.907","15993.235"],["19422.918","14372.583"],["20573.415","13111.280"],["15794.786","16292.314"],["23540.185","8004.574"],["23529.789","8008.274"],["23879.827","7385.933"],["19494.277","12509.029"],["16958.550","16318.810"],["17570.574","14874.108"],["17572.720","14877.174"],["19397.591","18489.045"],["21083.813","16184.396"],["21079.190","16187.427"],["21076.702","16193.385"],["21080.495","16183.338"],["21081.710","16199.742"],["21083.163","16201.043"],["29232.083","9254.603"],["29395.650","9266.761"],["18157.874","14418.075"],["18067.955","14370.829"],["20006.503","11618.747"],["17975.226","16155.387"],["17892.529","16226.797"],["17839.872","16223.343"],["24638.979","16860.438"],["24701.959","16937.871"],["24696.478","16922.933"],["24634.942","16856.693"],["24634.436","16862.889"],["24351.638","7702.189"],["24312.680","7792.426"],["24348.170","7782.229"],["24244.746","7749.776"],["24225.257","7705.495"],["18843.984","15851.632"],["20131.276","15469.416"],["18502.845","14667.544"],["18941.736","14566.577"],["17832.343","17201.995"],["17892.739","17293.011"],["17867.701","17341.505"],["18008.822","17357.449"],["16509.285","16859.443"],["16440.210","16797.634"],["16540.718","16985.413"],["16552.053","16815.975"],["16589.441","16928.735"],["17180.513","17292.460"],["17189.654","17247.241"],["17115.684","17208.291"],["17083.165","17226.341"],["19048.745","11642.862"],["18979.322","11515.374"],["16430.467","17040.596"],["16534.643","17151.202"],["16543.830","17085.959"],["16554.278","17134.523"],["16455.038","16994.491"],["16478.396","17030.192"],["28776.068","8609.678"],["22289.046","17352.275"],["22300.087","17352.266"],["22298.071","17343.858"],["22293.744","17298.071"],["22306.788","17298.831"],["22294.885","17306.500"],["22329.047","17297.934"],["22322.802","17299.803"],["22317.887","17301.553"],["22311.082","17324.193"],["22311.964","17335.925"],["22318.085","17323.881"],["22317.488","17330.971"],["22322.240","17334.253"],["22335.242","17334.744"],["22337.793","17323.979"],["22325.813","17339.159"],["22302.308","17317.929"],["22262.195","17214.429"],["22273.554","17240.555"],["22275.938","17240.533"],["22295.652","17247.290"],["16549.715","16469.755"],["16515.113","16459.004"],["16483.327","16462.818"],["16462.901","16423.681"],["24358.292","7993.768"],["24397.924","7925.427"],["22879.583","16427.831"],["19370.756","12657.949"],["19398.982","12654.477"],["19471.308","12652.206"],["19341.435","12704.393"],["19357.192","12659.936"],["17167.939","16146.829"],["29294.702","9521.412"],["29370.175","9408.605"],["29405.796","9409.708"],["18106.524","17402.883"],["17815.153","16433.495"],["17757.954","16447.652"],["20845.169","15028.758"],["20803.558","14938.609"],["20985.752","14969.403"],["29038.573","9623.460"],["29066.739","9664.149"],["29120.915","9652.696"],["25205.512","16904.276"],["29115.678","9574.421"],["29013.275","9413.408"],["29062.288","9559.172"],["29126.528","9567.785"],["18957.186","18053.884"],["18987.223","18183.036"],["18490.613","18340.060"],["18515.796","18349.704"],["18479.591","18277.528"],["20278.933","11243.243"],["17569.083","12374.724"],["19702.001","13186.544"],["24196.634","7577.486"],["24263.410","7677.026"],["24234.265","7648.470"],["24195.334","7648.502"],["24185.904","7663.210"],["24215.020","7633.049"],["24208.573","7672.409"],["24310.855","7676.831"],["24153.850","7563.245"],["24150.867","7562.613"],["24155.539","7552.947"],["24163.916","7593.279"],["24208.572","7609.160"],["20429.480","13387.983"],["20425.093","13312.956"],["21128.593","15965.780"],["21088.951","16008.530"],["20989.290","16100.344"],["21003.585","16019.326"],["21009.150","16022.656"],["21035.787","16016.817"],["20992.323","16099.959"],["20992.205","16103.755"],["28293.369","9273.811"],["28237.405","9245.803"],["20141.060","15081.129"],["20140.109","15083.661"],["20138.858","15081.702"],["20138.423","14886.375"],["18812.806","14151.646"],["18823.315","14196.143"],["18829.750","14202.298"],["21326.279","15909.960"],["19817.461","13250.256"],["19743.316","13281.499"],["17936.908","17167.142"],["17879.866","17161.878"],["18335.318","14223.046"],["18386.717","14157.835"],["17501.036","17245.022"],["17465.981","17309.734"],["17424.448","17336.110"],["17815.047","15915.811"],["17711.497","15881.108"],["18035.152","15139.418"],["27901.704","17343.817"],["16224.678","16636.838"],["16169.544","16688.860"],["16240.825","16738.483"],["16237.216","16679.987"],["16347.677","16588.607"],["16180.962","16626.208"],["16202.428","16692.343"],["20856.822","14645.986"],["24391.219","7698.809"],["19957.132","13761.507"],["20401.981","13492.471"],["20387.568","13406.138"],["24311.122","7605.787"],["24354.927","7646.002"],["23460.065","16909.628"],["23469.599","16906.902"],["20043.837","14570.567"],["20121.172","14484.826"],["20125.821","14486.903"],["20125.861","14482.584"],["20052.132","14571.657"],["20043.924","14572.460"],["17430.795","14839.838"],["17586.433","14856.048"],["17588.580","14858.393"],["17601.192","14820.553"],["18760.492","14605.098"],["18744.354","14611.586"],["18778.164","14593.612"],["19735.956","14228.038"],["23633.880","7846.054"],["23670.217","7837.850"],["19932.594","15509.049"],["27733.651","17695.972"],["27830.176","17775.403"],["27732.186","17691.705"],["22313.593","17112.727"],["22308.987","17100.967"],["22267.057","17108.653"],["22279.188","17105.600"],["22272.353","17104.524"],["22286.471","17126.607"],["22280.756","17135.519"],["22288.382","17134.782"],["22312.355","17109.976"],["17053.144","17167.558"],["17740.298","15583.763"],["20195.310","11416.511"],["20226.109","11404.957"],["19825.676","13638.018"],["6498.463","17721.990"],["19889.355","12636.270"],["16610.413","16328.796"],["16635.765","16286.083"],["16604.096","16353.619"],["28676.894","9828.834"],["29185.177","9853.674"],["18967.765","15262.541"],["19003.601","15265.044"],["16897.512","17248.197"],["16902.113","17245.972"],["16851.108","17199.241"],["27957.559","12775.479"],["16540.887","16065.261"],["16529.146","16065.855"],["16478.799","16110.723"],["28840.730","9636.746"],["28893.438","9670.066"],["17419.006","16052.804"],["17464.120","16066.730"],["17452.763","16058.510"],["16819.179","16058.220"],["16896.290","16099.703"],["29409.836","8999.281"],["29422.095","9083.551"],["29435.814","9014.810"],["20568.203","16200.696"],["29352.934","9708.969"],["29381.318","9743.203"],["29526.680","9586.726"],["20350.272","14333.332"],["20355.058","14331.275"],["20351.485","14336.522"],["19225.406","13319.871"],["19860.405","10630.997"],["20460.022","14482.187"],["18297.505","13942.081"],["27962.181","17255.667"],["27890.303","12710.302"],["18487.722","13132.902"],["18551.505","14620.518"],["18498.294","14584.162"],["18601.693","14553.218"],["18632.852","14607.577"],["18668.749","14626.898"],["19340.068","10951.198"],["17755.551","15999.049"],["18081.601","15092.382"],["18062.410","15106.859"],["16402.601","16314.297"],["16371.069","16335.068"],["24193.358","8088.351"],["29790.210","9712.418"],["29774.264","9616.716"],["28993.376","9131.780"],["20154.584","15049.886"],["20154.315","15046.832"],["20348.689","14985.076"],["20151.564","15046.922"],["20341.407","14981.523"],["21740.571","15869.720"],["21759.698","15896.862"],["27576.019","16997.305"],["17571.338","15587.371"],["29581.713","9620.797"],["20363.472","14717.815"],["20364.658","14725.099"],["20451.665","14667.780"],["20361.980","14722.706"],["20452.264","14674.999"],["20459.376","14673.621"],["23932.724","7600.512"],["23906.411","7608.551"],["23914.445","7578.623"],["23876.965","7536.336"],["23914.240","7492.987"],["19874.561","16996.181"],["19694.402","14623.375"],["19675.101","14621.634"],["15871.480","17962.482"],["15914.615","17934.364"],["15829.892","17953.421"],["20020.386","16111.760"],["20025.609","16099.787"],["18009.756","14652.185"],["17926.758","14510.770"],["17927.936","14525.891"],["16714.743","15920.347"],["16687.362","15929.171"],["16709.549","15878.506"],["16629.696","15898.177"],["17677.507","16979.937"],["26070.005","16973.335"],["20621.576","13385.476"],["20579.488","13376.897"],["19030.088","11201.765"],["23358.991","17407.091"],["23494.028","17211.838"],["23461.664","17241.414"],["23479.343","17246.555"],["18525.400","14408.950"],["18538.267","14437.757"],["27717.721","17478.489"],["27716.064","17480.643"],["16496.952","15906.030"],["19982.348","15880.141"],["20035.276","15912.927"],["19994.471","15872.081"],["19966.625","15772.427"],["19964.913","15780.715"],["19983.132","15842.732"],["20021.700","15789.128"],["19986.663","15801.811"],["19983.109","15838.747"],["20042.791","15749.326"],["19994.307","15881.065"],["20043.961","15753.394"],["19980.539","15838.954"],["20040.426","15756.629"],["19969.030","15772.639"],["17369.810","14842.406"],["17375.870","14838.764"],["20189.372","14640.231"],["20189.502","14636.715"],["23794.795","17720.966"],["19267.561","16617.182"],["24382.750","7634.361"],["18214.024","17187.684"],["16814.662","17104.037"],["16870.034","17107.604"],["16898.652","17107.926"],["16862.275","17066.417"],["24403.651","17013.388"],["27770.071","17131.285"],["19930.500","15500.886"],["20105.593","15194.686"],["20051.030","15145.383"],["20004.729","15188.840"],["19996.756","15185.877"],["19997.957","15189.324"],["20022.139","15188.176"],["20105.186","15190.456"],["20101.463","15189.387"],["19461.124","15833.277"],["17881.961","17459.320"],["18035.701","17466.316"],["17907.185","17535.385"],["20429.807","14050.567"],["21051.953","15839.134"],["21188.204","15785.019"],["21143.710","15780.219"],["21193.804","15902.105"],["21165.663","15809.491"],["22114.823","17218.340"],["22084.729","17201.829"],["22116.328","17228.795"],["22154.526","17242.259"],["22152.023","17241.115"],["22140.715","17239.932"],["22149.122","17244.761"],["22139.817","17241.861"],["22150.619","17228.820"],["22148.194","17229.988"],["22147.760","17236.599"],["22199.609","17315.863"],["22188.418","17329.967"],["22167.756","17340.772"],["22156.282","17346.862"],["22192.541","17346.774"],["22173.385","17332.407"],["22177.900","17348.082"],["22185.701","17329.376"],["22098.461","17312.362"],["22101.829","17321.371"],["22103.066","17324.123"],["22089.064","17201.119"],["22093.409","17200.571"],["22089.889","17199.166"],["22112.059","17228.360"],["22121.470","17227.929"],["22110.505","17230.945"],["22077.856","17346.177"],["22070.229","17346.914"],["22075.945","17338.002"],["22087.242","17200.536"],["22186.847","17237.615"],["22177.586","17234.001"],["22190.516","17239.687"],["22218.526","17223.072"],["22204.870","17223.504"],["22213.553","17227.941"],["22103.939","17205.891"],["19186.231","11531.176"],["19152.180","14351.058"],["28512.558","11319.627"],["17903.066","16361.930"],["18027.440","16456.002"],["17979.877","16354.555"],["18036.248","16508.024"],["22884.785","12847.601"],["22907.268","12860.793"],["22899.418","12834.604"],["30787.070","9574.293"],["21365.966","15047.400"],["20196.207","15515.999"],["20195.112","15521.855"],["20151.402","15707.024"],["20188.210","15518.952"],["20782.732","14774.281"],["16248.705","16050.760"],["19262.064","14190.276"],["19258.791","14190.262"],["18074.299","16504.185"],["18120.381","16545.105"],["18115.972","16506.998"],["18121.122","16458.273"],["18953.471","17948.971"],["19042.022","17991.464"],["19070.059","18042.424"],["27897.449","12777.043"],["27806.285","12799.740"],["22078.520","17563.671"],["22089.561","17563.662"],["22087.544","17555.253"],["22083.218","17509.467"],["22096.261","17510.227"],["22084.359","17517.896"],["22118.521","17509.329"],["22112.276","17511.198"],["22107.360","17512.949"],["22100.556","17535.589"],["22101.438","17547.321"],["22107.559","17535.277"],["22106.961","17542.367"],["22111.714","17545.649"],["22124.715","17546.140"],["22127.267","17535.375"],["22115.287","17550.555"],["22091.781","17529.324"],["22051.668","17425.824"],["22063.027","17451.950"],["22065.411","17451.929"],["22085.125","17458.686"],["22913.098","16568.836"],["17777.854","15356.045"],["17671.133","15335.587"],["22645.718","17397.402"],["22646.512","17395.421"],["17998.826","15561.088"],["17914.173","15710.440"],["17386.267","17355.792"],["17408.017","17301.053"],["17260.950","17344.314"],["17269.178","17228.942"],["17256.747","17314.698"],["23806.072","7801.821"],["19453.508","15516.412"],["27836.160","17476.631"],["27889.419","17419.544"],["27753.707","17488.288"],["24157.805","7934.415"],["24179.709","7919.486"],["24188.267","7928.738"],["24201.528","7924.531"],["24231.266","7925.286"],["24226.912","7910.779"],["24352.639","7917.545"],["24341.065","7982.260"],["24343.549","8002.478"],["24275.913","8051.932"],["24256.936","8049.720"],["20405.694","14793.583"],["17632.499","17478.562"],["17671.266","17562.931"],["17721.600","17429.865"],["17791.946","17475.115"],["28296.725","17164.418"],["20509.183","13939.458"],["17863.350","15945.826"],["17907.625","15939.115"],["17981.026","15931.798"],["18014.289","15984.077"],["18021.647","15955.681"],["17914.862","16016.096"],["17933.525","15946.660"],["29254.576","9838.293"],["20959.568","16092.873"],["20960.246","16111.005"],["20930.183","16018.111"],["20960.883","16116.392"],["20976.644","16090.971"],["20937.017","16033.992"],["20933.651","16031.181"],["20963.416","16092.471"],["20965.630","16096.869"],["17282.146","17474.803"],["17337.644","17508.154"],["17224.323","17512.948"],["17349.423","17473.076"],["17297.626","17585.117"],["24055.924","8001.303"],["24069.940","7923.387"],["24067.659","7964.880"],["24057.764","7986.443"],["24092.666","7977.830"],["24029.858","8045.613"],["22196.270","8470.914"],["16612.864","16350.861"],["28839.042","8536.145"],["16619.005","17153.724"],["16641.239","17058.398"],["16658.919","17053.807"],["16734.043","17105.618"],["16760.285","17117.497"],["19669.981","16787.832"],["22846.571","16292.129"],["16358.612","15990.486"],["24586.119","16944.349"],["24248.977","7694.794"],["24318.465","7695.506"],["24338.024","7731.590"],["24328.402","7715.762"],["24312.058","7763.726"],["24275.657","7789.278"],["24196.683","7836.439"],["24194.657","7873.301"],["24161.884","7886.587"],["24226.056","7866.857"],["24279.273","7883.464"],["24344.823","7842.416"],["22758.429","12974.796"],["16838.923","15581.777"],["16924.002","15687.686"],["17378.428","16006.046"],["16678.988","16026.723"],["16614.971","16106.182"],["16659.590","16111.670"],["16746.595","16139.478"],["16673.139","16066.426"],["16607.695","16114.555"],["16733.347","15937.288"],["16576.848","16105.492"],["18848.746","17848.984"],["29671.807","9044.533"],["17867.292","18271.172"],["16644.564","16579.669"],["28744.195","8524.977"],["28617.559","8477.754"],["17484.770","15149.417"],["20927.020","16188.648"],["19454.931","16667.645"],["19387.549","16733.094"],["19424.654","16744.813"],["19312.189","16628.900"],["18984.798","18299.064"],["20133.487","15705.981"],["20130.389","15710.234"],["20064.353","15640.110"],["20062.895","15643.880"],["20112.123","15664.065"],["20119.104","15659.024"],["20025.549","15713.299"],["20014.820","15711.154"],["20027.727","15710.393"],["20105.699","15659.669"],["20133.166","15526.489"],["20051.583","15657.159"],["20131.520","15522.582"],["22942.165","12801.350"],["22886.097","12775.388"],["22968.317","12786.213"],["18165.055","16626.735"],["18054.130","16620.423"],["18206.729","16664.568"],["18147.491","16718.047"],["18134.324","16773.800"],["18198.435","16728.666"],["18136.870","16748.137"],["20292.974","11327.580"],["29672.673","9328.933"],["17758.121","16351.982"],["17630.840","16267.096"],["17816.657","16311.073"],["17078.517","18579.292"],["20794.236","14097.618"],["28968.708","9509.314"],["24134.522","17250.697"],["20656.819","15540.776"],["20656.339","15532.266"],["20652.362","15541.660"],["19358.136","14969.372"],["19329.226","15005.006"],["19333.741","14923.080"],["19330.941","14942.576"],["19630.218","14823.615"],["18180.215","18607.289"],["17917.362","16745.445"],["17980.354","16632.027"],["17978.163","16573.005"],["16227.852","16388.891"],["16220.300","16472.972"],["16187.845","16491.279"],["16295.261","16505.861"],["16335.539","16401.640"],["21524.728","14202.991"],["21530.269","14206.687"],["20669.032","14684.207"],["20567.278","14705.453"],["20001.653","13494.195"],["19616.403","15326.665"],["18766.729","11880.028"],["16357.289","16747.235"],["16561.658","16706.750"],["16510.364","16593.290"],["16397.592","16744.298"],["16402.950","16683.656"],["16403.318","16610.296"],["17850.192","15363.687"],["17851.425","15364.185"],["17844.794","15360.798"],["17905.425","15487.925"],["17937.372","15350.994"],["19498.837","18313.134"],["21279.937","15443.540"],["21255.930","15464.660"],["21285.324","15441.969"],["21278.778","15439.943"],["21257.629","15466.100"],["16651.446","15710.827"],["28248.714","8871.009"],["20305.207","13124.534"],["27859.647","12881.111"],["20372.460","13012.238"],["19025.560","13900.864"],["29584.470","9304.902"],["29480.356","9305.393"],["28906.499","9031.680"],["18278.131","18380.010"],["18394.710","18374.160"],["19776.103","11832.414"],["16382.595","17640.364"],["24196.869","17219.113"],["16333.424","17628.182"],["23982.006","7638.702"],["23947.327","7620.421"],["23934.999","7488.727"],["24043.330","7585.400"],["24024.721","7589.260"],["24019.628","7549.097"],["24123.484","7618.597"],["24046.782","7507.386"],["24020.243","7492.377"],["24079.112","7565.097"],["24065.696","7575.121"],["24134.107","7551.081"],["24022.800","7570.095"],["23989.303","7571.571"],["24110.061","7528.904"],["20679.822","13505.003"],["20769.181","13601.696"],["20690.578","13539.988"],["20714.858","13422.127"],["21192.691","15661.722"],["21153.119","15716.551"],["21162.546","15576.741"],["17412.256","17537.531"],["17604.704","17583.111"],["17584.516","17515.624"],["21575.324","15194.519"],["21565.812","15205.038"],["21584.073","15187.374"],["21577.784","15188.730"],["21574.419","15189.370"],["21555.875","15197.043"],["21559.116","15198.208"],["21598.699","15227.878"],["21561.866","15200.656"],["21574.342","15205.379"],["21606.327","15233.837"],["21615.299","15191.333"],["21596.021","15219.277"],["21612.193","15189.615"],["21610.652","15186.721"],["19797.020","13395.528"],["19836.964","13469.154"],["28623.573","9771.900"],["16639.195","18047.329"],["16567.322","18230.911"],["20160.417","15162.531"],["20161.592","15250.999"],["20156.491","15255.279"],["20161.133","15259.512"],["17689.245","17163.423"],["17814.132","17167.661"],["24413.630","7788.073"],["24381.786","7782.440"],["24394.425","7761.857"],["24376.909","7746.767"],["24402.705","7804.502"],["24372.017","7852.953"],["24369.623","7895.609"],["24431.602","7693.870"],["24531.383","7765.391"],["24517.183","7871.560"],["19685.504","11058.121"],["19709.239","10945.854"],["18613.582","18864.039"],["20371.106","14345.417"],["20370.715","14349.062"],["20368.610","14349.397"],["22861.655","12853.556"],["22841.808","12884.506"],["22842.852","12910.619"],["22846.761","12929.656"],["22870.134","12903.829"],["22777.159","12858.680"],["22812.084","12925.115"],["22806.482","12913.982"],["22808.719","12857.010"],["22822.259","12822.573"],["22840.399","12844.827"],["22822.539","12854.015"],["22846.756","12856.429"],["22794.853","12875.620"],["22795.425","12843.422"],["22787.867","12859.354"],["22822.422","12836.354"],["22873.678","12853.776"],["22735.344","12928.418"],["22860.252","12896.246"],["22840.172","12890.063"],["22790.479","12869.887"],["22791.249","12873.898"],["22796.186","12876.892"],["22773.395","12858.574"],["22767.193","12851.225"],["22841.667","12885.175"],["22832.416","12883.778"],["18966.247","18359.385"],["27735.054","16892.249"],["18210.730","17228.128"],["18222.240","17202.348"],["19773.629","10741.005"],["19828.771","10848.748"],["19871.879","10775.234"],["19797.730","10719.084"],["19531.160","12385.387"],["22463.551","17564.505"],["16668.697","17833.134"],["17699.486","17465.957"],["17676.848","17468.034"],["17642.276","17493.115"],["16527.184","17211.837"],["16520.935","17335.756"],["19136.549","11205.352"],["19206.740","11094.250"],["16581.059","17229.461"],["16585.224","17265.481"],["21880.164","14213.657"],["19078.638","14090.972"],["19028.772","14104.227"],["19028.043","14119.309"],["19022.215","14095.455"],["19028.354","14078.386"],["19068.821","14076.150"],["19079.164","14079.069"],["19060.820","14044.564"],["19021.212","14029.834"],["19004.382","14045.178"],["19025.049","14031.886"],["17280.484","18693.432"],["17340.282","18738.250"],["24301.970","17113.398"],["24301.434","17072.705"],["19330.958","11356.920"],["18858.239","18503.821"],["28289.222","9104.365"],["16116.476","17743.062"],["19980.605","14425.107"],["20427.127","12341.245"],["16239.059","16278.383"],["16321.747","16206.331"],["16195.332","16302.000"],["20239.736","15436.472"],["20167.692","15297.797"],["20165.787","15325.558"],["20161.773","15330.498"],["15945.648","18106.818"],["28888.656","9303.405"],["17981.138","17874.519"],["17954.544","17958.745"],["17911.173","17879.119"],["22871.589","12783.474"],["16265.429","16919.264"],["24520.743","8028.443"],["18665.679","17937.774"],["22104.951","17151.956"],["22092.888","17197.827"],["22105.352","17166.144"],["22099.224","17161.587"],["22088.390","17140.464"],["22100.058","17149.532"],["22085.892","17151.933"],["17751.014","17238.526"],["17759.489","17296.502"],["19598.827","18193.871"],["19571.760","18087.520"],["18376.380","17867.735"],["27991.331","12891.816"],["28074.110","12788.964"],["18347.147","14538.945"],["20214.548","14770.795"],["20212.315","14766.966"],["16216.692","15875.591"],["16252.745","15788.942"],["16332.353","15891.987"],["20199.868","14559.899"],["20256.222","14540.471"],["28838.802","8379.128"],["28847.318","8439.168"],["28816.254","8473.644"],["22368.791","17596.533"],["22390.812","17598.143"],["22387.644","17584.876"],["22382.885","17585.810"],["22372.191","17567.880"],["22350.796","17577.149"],["22364.089","17592.799"],["22356.279","17576.481"],["22331.819","17571.995"],["22331.949","17583.510"],["22335.143","17572.805"],["22457.532","17571.841"],["22448.992","17572.185"],["22436.201","17552.075"],["22440.807","17545.493"],["22440.265","17553.682"],["22437.575","17608.538"],["22431.743","17607.199"],["22434.017","17614.350"],["19166.965","11401.502"],["19140.524","11414.047"],["19285.078","11279.333"],["28566.130","9465.254"],["28491.849","9445.856"],["28534.864","9434.550"],["29360.771","9127.443"],["16636.929","18862.350"],["28822.724","8875.268"],["21534.814","15627.651"],["19296.407","18612.148"],["19178.807","18677.180"],["28261.370","9050.547"],["19024.902","13732.229"],["19085.943","13671.017"],["19073.880","13685.738"],["19649.737","16755.152"],["18246.676","16817.745"],["18203.903","16812.251"],["18181.895","16820.113"],["19663.390","13233.232"],["19021.031","11414.615"],["19735.589","11014.618"],["19732.936","11045.017"],["19748.807","10979.784"],["19809.203","10928.982"],["28266.221","12745.314"],["28170.282","12730.024"],["19910.764","15595.230"],["19911.061","15590.366"],["19907.356","15597.816"],["27521.829","16779.025"],["19782.696","18314.555"],["19901.164","18394.981"],["23437.971","8031.687"],["19572.254","11555.563"],["18698.013","18683.243"],["18835.211","18774.833"],["18841.745","18781.590"],["18881.478","18780.202"],["28607.573","9119.236"],["28668.091","9027.108"],["28629.603","9157.811"],["28704.711","9109.861"],["16925.547","15864.977"],["27973.996","12744.578"],["29664.200","9511.073"],["29661.530","9517.989"],["19088.954","13903.589"],["21290.470","16000.944"],["20076.056","11425.725"],["19442.784","14440.389"],["19425.953","14380.746"],["19420.747","14363.765"],["15810.540","16256.090"],["23544.912","8008.191"],["23531.048","8005.402"],["23879.512","7382.588"],["19113.716","18294.061"],["19240.595","18298.618"],["19400.815","18491.390"],["19376.354","18571.675"],["19333.660","18525.548"],["19315.582","18670.214"],["21085.176","16182.330"],["21074.310","16200.919"],["21072.214","16180.806"],["21003.701","16142.878"],["21082.883","16202.711"],["21072.923","16199.547"],["21085.614","16187.597"],["29397.757","9289.484"],["29201.887","9221.858"],["18149.229","14415.385"],["18064.796","14360.540"],["17975.597","16144.995"],["17871.946","16214.165"],["17836.764","16213.110"],["24633.901","16860.763"],["24694.448","16916.731"],["24640.965","16863.467"],["24634.127","16867.239"],["24350.986","7702.606"],["24244.150","7744.170"],["18847.101","15851.399"],["20132.686","15471.507"],["18502.459","14666.702"],["18936.247","14560.733"],["17948.720","17212.800"],["17902.234","17288.833"],["17882.856","17318.238"],["17990.525","17359.537"],["16508.878","16852.595"],["16425.857","16977.014"],["16593.365","16913.971"],["17179.313","17293.142"],["17198.007","17240.428"],["18984.244","11585.348"],["18977.497","11515.778"],["19033.557","11492.338"],["16437.668","17016.355"],["16557.924","17071.629"],["16548.985","17150.610"],["16525.173","17016.507"],["22320.467","17260.998"],["22289.076","17359.881"],["22288.912","17350.279"],["22302.055","17353.151"],["22307.013","17303.433"],["22309.484","17299.610"],["22297.112","17300.460"],["22341.488","17311.927"],["22330.031","17316.206"],["22327.756","17317.197"],["22332.024","17332.672"],["22315.587","17342.494"],["22331.799","17334.315"],["22315.402","17334.422"],["22331.988","17350.009"],["22321.845","17346.864"],["22338.119","17351.205"],["22264.023","17230.470"],["22295.518","17233.238"],["22273.157","17237.507"],["22288.359","17226.167"],["21483.728","13806.842"],["16368.778","16411.532"],["16518.560","16366.253"],["16469.308","16461.779"],["16455.355","16412.204"],["16488.426","16414.549"],["24489.682","7896.835"],["24364.656","7991.704"],["24407.281","7922.832"],["27982.801","10763.751"],["19360.685","12688.273"],["19379.603","12627.375"],["19409.242","12630.070"],["19443.205","12649.539"],["24443.135","16964.188"],["24562.765","16939.918"],["29826.682","9749.510"],["29347.286","9408.982"],["29203.978","9508.746"],["17663.870","16377.611"],["20840.031","15027.457"],["20963.196","14982.727"],["29184.317","9612.858"],["29176.217","9706.680"],["25202.127","16898.640"],["28989.221","9425.590"],["29129.914","9398.230"],["29022.887","9460.618"],["19003.522","18191.178"],["18608.036","18454.146"],["18484.363","18343.413"],["18516.470","18341.925"],["18486.499","18282.714"],["18645.428","18441.616"],["16509.219","16168.724"],["16516.098","16193.214"],["20316.069","11212.758"],["24261.610","7675.681"],["24241.163","7657.890"],["24189.431","7643.640"],["24190.564","7656.189"],["24218.355","7645.593"],["24208.943","7674.692"],["24307.651","7678.358"],["24149.444","7560.565"],["24166.609","7594.634"],["24204.109","7575.764"],["24209.269","7603.554"],["17218.644","17197.749"],["20362.089","13241.337"],["20420.509","13321.259"],["20416.602","13318.522"],["20557.288","13378.122"],["18368.813","18610.564"],["21136.279","15963.571"],["21078.839","16042.157"],["21086.461","16011.414"],["20994.490","16103.569"],["21006.313","16020.334"],["21035.182","16013.653"],["28194.222","9341.320"],["28240.598","9361.454"],["28285.161","9272.567"],["28246.607","9224.091"],["20144.296","15076.910"],["20146.023","15082.786"],["20142.514","15083.168"],["20144.234","14886.769"],["20140.771","14888.313"],["18809.247","14159.288"],["18829.516","14209.921"],["20146.205","14883.539"],["16834.743","18107.432"],["21201.605","15786.879"],["19747.113","13283.952"],["17835.708","17189.738"],["17888.443","17156.273"],["18331.312","14227.860"],["18391.280","14161.470"],["17460.083","17226.901"],["17477.926","17409.371"],["17486.619","17313.895"],["17716.676","15877.297"],["27806.971","17267.475"],["16215.403","16661.215"],["16171.038","16692.203"],["16201.546","16746.343"],["16269.337","16736.098"],["16348.453","16655.039"],["16190.915","16657.506"],["18091.693","17418.914"],["18082.957","17448.550"],["24382.917","7700.906"],["18279.798","17800.453"],["20399.157","13401.096"],["20422.498","13475.480"],["24310.388","7601.997"],["24350.933","7648.007"],["23465.481","16906.995"],["23460.223","16911.451"],["23463.202","16909.198"],["23462.199","16907.211"],["19365.999","15781.645"],["20048.317","14571.030"],["20058.908","14613.469"],["20048.014","14576.028"],["20127.790","14481.562"],["20045.880","14576.905"],["20128.397","14483.694"],["20126.878","14484.420"],["18949.618","18582.005"],["19092.152","18537.442"],["17588.048","14856.350"],["17588.532","14853.622"],["18772.237","14597.522"],["19733.256","14229.616"],["18241.861","17836.517"],["19098.315","18045.066"],["23629.394","7849.447"],["23666.525","7839.398"],["27733.485","17693.318"],["27735.457","17692.823"],["22268.148","17105.496"],["22291.186","17145.212"],["22299.742","17099.462"],["22286.782","17133.486"],["22415.064","17003.900"],["22314.388","17106.013"],["22311.904","17118.964"],["17167.179","17135.377"],["17058.244","17177.530"],["17176.961","17185.530"],["17075.729","17197.094"],["20237.161","11337.899"],["19830.947","13645.887"],["18724.112","17941.743"],["19799.767","12613.728"],["19745.591","12595.782"],["19771.847","12627.567"],["19784.285","12605.579"],["16681.803","16183.737"],["16763.245","16141.372"],["16628.727","16311.514"],["16576.628","16177.273"],["16573.375","16520.615"],["29163.466","9864.135"],["29072.938","9906.649"],["18993.239","15282.867"],["18997.254","15265.672"],["27968.771","12784.082"],["16508.425","16064.454"],["16488.936","16122.420"],["28900.464","9659.981"],["28911.966","9615.413"],["17429.480","16050.431"],["17471.960","16066.906"],["16814.423","16026.053"],["16904.912","16105.066"],["29422.426","8965.893"],["29459.276","9054.497"],["29203.522","9625.378"],["29326.038","9743.200"],["20142.241","15699.736"],["20348.151","14335.840"],["20352.913","14331.733"],["20355.380","14329.748"],["17552.060","16247.582"],["19218.260","13315.971"],["19858.177","10630.567"],["19900.737","10609.654"],["20463.428","14497.528"],["27936.812","17273.003"],["27887.900","12709.483"],["20720.693","14881.410"],["18488.363","14582.770"],["18594.290","14557.438"],["18634.587","14606.983"],["18670.239","14625.891"],["19348.617","10960.523"],["19316.611","11032.442"],["17829.736","15967.739"],["17763.088","16005.173"],["18077.351","15095.113"],["18046.105","15118.446"],["16388.980","16295.804"],["24189.203","8085.722"],["29780.356","9718.309"],["29790.245","9649.837"],["17230.526","18552.861"],["20153.916","15042.696"],["20156.460","15039.749"],["20158.222","15043.272"],["20340.881","14892.436"],["20346.583","14985.302"],["20355.314","14982.944"],["20255.352","14994.453"],["21700.370","15892.346"],["21759.233","15906.979"],["17597.202","18604.588"],["29541.400","9608.082"],["29548.413","9589.465"],["20363.328","14719.890"],["20449.555","14667.464"],["20364.985","14722.409"],["20359.382","14720.784"],["20357.687","14671.096"],["20455.333","14670.441"],["20452.115","14669.709"],["23935.091","7602.344"],["23902.658","7602.518"],["23915.946","7590.917"],["23881.519","7537.162"],["23908.236","7492.605"],["19889.955","17011.178"],["17475.738","18531.548"],["17710.769","18088.647"],["17829.925","18089.022"],["17829.328","18208.503"],["19701.317","14618.827"],["19673.553","14624.581"],["15856.823","17979.126"],["15917.458","17942.376"],["15824.988","17952.354"],["20024.089","16108.537"],["20083.775","16131.799"],["20020.964","16104.985"],["18012.004","14642.028"],["17934.827","14510.848"],["17928.768","14517.497"],["17925.721","14532.230"],["16663.288","15732.442"],["16648.568","15850.897"],["16705.515","15882.716"],["16639.160","15914.221"],["17624.879","16920.252"],["20628.004","13357.935"],["23487.933","17263.584"],["23009.103","16173.689"],["18527.828","14410.578"],["18540.640","14434.358"],["27718.135","17475.566"],["27719.738","17479.725"],["27716.235","17477.387"],["16539.904","15803.628"],["29346.797","9830.468"],["29257.391","9805.749"],["21775.825","15194.756"],["21773.510","15201.757"],["20996.822","15282.503"],["19970.701","15779.166"],["19992.324","15879.869"],["19970.820","15774.219"],["19970.345","15777.410"],["20036.441","15754.314"],["20036.799","15752.512"],["19990.723","15803.314"],["19998.382","15874.533"],["19975.136","15841.964"],["19977.750","15804.277"],["20019.057","15787.802"],["20043.901","15756.903"],["24379.753","7625.195"],["19436.123","18514.702"],["19500.034","18533.178"],["16790.243","17067.811"],["27866.556","17054.664"],["27782.562","17108.105"],["27774.043","17124.609"],["19929.346","15503.019"],["19929.379","15505.444"],["20100.007","15190.721"],["20105.122","15187.435"],["20104.415","15198.320"],["19999.995","15189.666"],["20006.485","15186.787"],["20006.365","15189.040"],["20021.055","15186.779"],["19401.738","18453.270"],["19469.912","18353.392"],["19394.804","12330.750"],["19454.992","15824.534"],["18028.099","17409.614"],["19688.650","18338.900"],["19653.950","18426.918"],["19684.865","18432.307"],["17467.129","18778.307"],["20410.005","14045.547"],["21121.509","15794.105"],["21198.292","15905.074"],["21166.455","15812.576"],["21135.678","15862.809"],["21131.368","15861.055"],["21171.147","15813.763"],["22183.444","17321.243"],["22096.899","17198.692"],["22115.666","17224.878"],["22160.982","17240.967"],["22151.870","17242.640"],["22145.824","17238.572"],["22155.232","17230.537"],["22143.149","17239.939"],["22145.687","17235.629"],["22145.144","17247.550"],["22161.537","17359.174"],["22166.393","17318.816"],["22154.583","17353.492"],["22181.545","17360.079"],["22163.757","17347.746"],["22183.038","17332.042"],["22089.216","17310.857"],["22101.377","17330.360"],["22103.862","17317.409"],["22118.572","17218.582"],["22114.917","17222.562"],["22084.441","17206.533"],["22088.625","17204.438"],["22089.096","17214.219"],["22108.702","17221.504"],["22119.666","17226.454"],["22108.535","17211.166"],["22076.256","17344.882"],["22080.660","17356.607"],["22184.129","17236.676"],["22187.358","17239.308"],["22179.242","17229.863"],["22204.537","17215.296"],["22209.310","17225.999"],["22210.280","17224.247"],["22085.185","17204.710"],["19190.006","11506.431"],["19146.091","14357.374"],["17834.553","16403.599"],["18003.674","16382.571"],["18027.024","16499.819"],["22887.079","12865.394"],["22904.601","12831.728"],["22906.956","12855.015"],["30795.391","9574.199"],["21403.123","15008.925"],["21408.961","15024.810"],["21402.377","15006.746"],["20199.208","15518.453"],["20184.997","15517.337"],["20189.215","15515.599"],["20819.111","14856.924"],["16292.527","16133.242"],["16271.825","16051.919"],["18085.979","16420.560"],["18085.663","16507.329"],["18112.621","16490.663"],["18964.985","17962.579"],["19056.101","18015.494"],["18948.255","18039.582"],["18910.719","17932.531"],["27879.419","12774.028"],["22078.550","17571.277"],["22078.386","17561.675"],["22091.529","17564.546"],["22096.486","17514.829"],["22098.958","17511.005"],["22086.586","17511.855"],["22130.962","17523.322"],["22119.505","17527.602"],["22117.230","17528.593"],["22121.498","17544.068"],["22105.061","17553.890"],["22121.273","17545.711"],["22104.876","17545.818"],["22121.462","17561.404"],["22111.319","17558.259"],["22127.593","17562.601"],["22053.497","17441.866"],["22084.992","17444.634"],["22062.631","17448.903"],["22077.833","17437.563"],["22109.940","17472.393"],["22644.544","17402.954"],["17388.169","17382.648"],["17383.771","17292.026"],["17250.587","17345.246"],["17283.085","17227.587"],["17398.825","17335.542"],["17241.131","17273.855"],["19220.739","15307.018"],["23807.438","7799.847"],["19468.903","15531.409"],["20605.811","16086.796"],["20762.299","16131.037"],["27855.146","17444.011"],["27889.347","17416.604"],["27757.249","17487.305"],["27758.133","17485.781"],["18816.206","18413.782"],["24164.537","7932.650"],["24182.456","7921.311"],["24189.498","7929.590"],["24203.100","7922.593"],["24222.956","7925.969"],["24226.602","7911.856"],["24349.816","7917.475"],["24339.560","7985.107"],["24341.649","8002.876"],["24280.212","8044.373"],["24250.729","8051.483"],["20633.798","15774.708"],["21302.315","15280.591"],["16460.780","17846.408"],["16492.500","17904.012"],["17788.912","18030.082"],["29780.226","9819.016"],["17703.744","17417.177"],["17676.155","17566.621"],["17802.808","17478.759"],["20509.751","13936.533"],["21420.600","9342.209"],["17888.321","15949.206"],["17901.174","15946.255"],["17994.314","15938.598"],["18016.245","15995.295"],["18021.368","15946.967"],["17942.186","16015.363"],["17931.688","15935.660"],["29305.734","9893.981"],["20963.002","16095.176"],["20958.478","16094.198"],["20935.792","16035.379"],["20925.175","16031.378"],["20925.710","16035.474"],["20965.444","16092.106"],["17315.764","17497.315"],["17241.107","17494.097"],["17361.253","17483.024"],["17300.732","17561.474"],["24036.589","8055.692"],["24059.629","8002.824"],["24063.764","7924.382"],["24079.792","7942.682"],["24068.481","7968.842"],["24065.412","7983.550"],["24091.600","7974.164"],["24025.764","8067.350"],["19225.359","13057.333"],["15814.635","18059.057"],["19165.500","17927.945"],["22196.973","8470.021"],["16623.960","16351.488"],["28787.027","8628.422"],["28827.183","8709.766"],["16616.514","17165.194"],["16569.560","17028.852"],["16631.442","17062.244"],["16720.951","17119.895"],["16382.984","15955.872"],["24639.755","16929.740"],["24244.367","7699.522"],["24322.381","7696.668"],["24354.090","7759.405"],["24342.193","7726.889"],["24335.543","7717.970"],["24317.329","7765.395"],["24272.096","7797.251"],["24195.367","7844.820"],["24197.457","7870.938"],["24159.237","7890.648"],["24231.634","7861.862"],["24283.335","7883.547"],["24341.977","7845.020"],["22763.969","12976.895"],["22738.762","12970.683"],["16933.330","15690.764"],["17396.910","16022.186"],["16714.223","16027.232"],["16763.302","16063.795"],["16691.497","16075.050"],["16693.478","16042.289"],["16692.874","16061.634"],["16615.098","16011.599"],["18759.652","17861.055"],["18861.147","17848.819"],["17861.415","18255.292"],["16585.678","16589.985"],["28615.317","8469.085"],["28672.277","8482.559"],["17489.269","15158.779"],["17616.633","15163.151"],["17883.942","18121.153"],["20931.276","16183.832"],["20932.296","16187.355"],["20937.186","16147.626"],["20927.729","16183.267"],["19458.095","16670.170"],["19414.291","16762.636"],["19418.306","16745.441"],["18985.308","18298.767"],["20109.466","15657.819"],["20027.524","15707.920"],["20054.039","15651.631"],["20061.672","15650.915"],["20128.681","15529.795"],["20134.056","15523.561"],["20131.451","15527.140"],["20022.491","15710.258"],["20052.447","15659.402"],["20025.005","15700.958"],["20116.293","15661.601"],["22936.246","12801.315"],["22891.965","12774.580"],["22966.303","12785.988"],["22933.018","12785.300"],["22927.361","12779.629"],["22981.921","12799.491"],["22964.812","12782.775"],["22971.073","12796.448"],["22924.222","12781.719"],["22979.606","12800.796"],["18180.987","16643.893"],["18176.112","16742.110"],["20278.818","11408.450"],["20242.197","14733.165"],["20353.931","14670.971"],["29646.982","9321.780"],["17667.261","16346.056"],["17811.583","16287.317"],["17628.327","16284.877"],["17827.603","16308.221"],["19619.412","12592.248"],["19596.975","12624.625"],["19588.036","12636.223"],["19573.361","12662.215"],["19691.789","12648.097"],["19680.829","12627.907"],["19668.098","12668.734"],["19634.674","12688.073"],["19629.555","12702.900"],["19626.998","12705.055"],["19695.179","12608.935"],["19579.851","12693.335"],["19565.215","12679.089"],["19551.894","12696.593"],["19686.831","12612.664"],["19719.925","12602.112"],["19717.503","12620.138"],["19715.894","12605.349"],["19692.615","12653.059"],["19719.637","12623.030"],["17215.973","18574.642"],["17078.362","18582.704"],["20849.323","14060.596"],["19865.898","14352.254"],["24129.738","17232.648"],["18688.536","15138.127"],["20768.875","13625.954"],["20662.577","15545.722"],["20663.536","15543.012"],["20649.892","15535.183"],["19335.455","14922.679"],["19334.545","14940.337"],["18177.271","18624.085"],["18220.811","18498.445"],["17996.761","16632.954"],["18025.077","16663.013"],["16244.842","16439.079"],["16204.187","16529.426"],["16330.802","16480.047"],["19316.208","18145.248"],["19331.827","18178.178"],["21459.950","15873.382"],["20661.925","14672.975"],["19996.283","13438.970"],["21464.864","9438.566"],["19968.624","18399.397"],["16423.213","16770.915"],["16560.704","16713.687"],["16515.232","16606.650"],["16374.810","16689.047"],["17899.794","15338.499"],["17889.587","15336.086"],["19493.409","18287.602"],["19450.583","18425.468"],["19499.175","18455.177"],["19488.931","18269.627"],["18845.692","13980.005"],["21284.211","15462.334"],["21259.087","15464.869"],["21286.096","15444.649"],["21252.459","15462.936"],["21263.475","15462.358"],["20557.393","15458.455"],["28244.653","8901.930"],["20277.730","13169.062"],["27883.099","12866.051"],["27794.619","12801.736"],["22398.065","15496.110"],["20552.657","13136.920"],["20401.065","13025.914"],["19027.575","13885.277"],["18655.595","18639.085"],["23364.214","17411.580"],["29525.292","9314.357"],["19519.686","11355.924"],["28892.020","9059.113"],["16806.709","15955.021"],["16890.304","15961.572"],["18275.729","18371.026"],["16536.910","17735.467"],["16384.338","17647.259"],["18937.155","15607.873"],["24194.006","17223.807"],["16324.825","17623.283"],["23991.485","7634.550"],["23987.816","7645.066"],["23988.287","7639.450"],["23954.680","7622.845"],["23936.905","7493.939"],["24008.355","7603.057"],["24038.872","7590.025"],["24025.436","7590.083"],["24022.263","7548.306"],["24046.188","7510.165"],["24021.442","7490.840"],["24076.068","7569.391"],["24059.098","7569.698"],["24135.469","7552.093"],["24026.867","7569.216"],["24135.030","7635.120"],["23984.061","7575.823"],["24117.807","7540.692"],["20716.068","13418.665"],["20657.936","13507.594"],["21124.517","15569.198"],["21189.786","15680.618"],["17424.751","17527.891"],["17550.204","17481.709"],["17543.620","17566.805"],["17604.069","17565.238"],["17597.048","17515.893"],["21600.243","15229.856"],["21611.844","15224.861"],["21559.146","15209.514"],["21611.016","15200.031"],["21586.383","15200.343"],["21609.451","15190.253"],["21584.327","15191.892"],["21585.616","15189.564"],["21602.332","15229.082"],["21572.407","15188.610"],["21573.816","15201.615"],["20165.003","15270.800"],["20158.145","15260.859"],["20168.213","15159.499"],["20165.999","15253.782"],["17808.208","17165.364"],["19698.807","11065.670"],["19720.570","10940.787"],["22998.881","16060.046"],["18578.402","18866.896"],["20372.977","14349.838"],["20372.396","14347.270"],["20364.068","14346.977"],["22860.252","12832.846"],["22855.131","12881.539"],["22830.986","12882.807"],["22837.631","12820.783"],["22806.139","12864.788"],["22844.671","12903.410"],["22837.557","12820.093"],["22849.279","12924.738"],["22848.157","12833.892"],["22836.296","12927.880"],["22801.035","12873.262"],["22801.077","12872.582"],["22850.750","12853.154"],["22875.266","12910.384"],["22782.965","12849.521"],["22809.640","12932.898"],["22800.307","12919.893"],["22831.113","12883.500"],["22836.307","12851.911"],["22823.548","12862.291"],["22848.102","12854.932"],["22822.722","12868.366"],["22738.320","12962.500"],["22793.189","12875.568"],["22788.022","12847.582"],["22783.578","12866.760"],["22815.023","12839.791"],["22876.816","12861.346"],["22863.834","12904.005"],["22792.790","12875.010"],["22731.137","12920.971"],["22797.662","12875.001"],["22797.794","12875.693"],["22763.518","12850.027"],["22763.649","12850.719"],["27752.430","16956.900"],["27750.118","16901.517"],["18067.474","17225.592"],["18210.848","17225.552"],["29565.695","8939.735"],["19858.145","10658.922"],["19824.586","10729.201"],["19779.716","10744.909"],["19863.120","10773.246"],["17719.650","17512.695"],["16519.872","17209.618"],["16531.350","17336.846"],["19135.409","11208.324"],["19301.394","11247.195"],["19155.987","11096.150"],["16601.867","17223.656"],["16579.420","17285.315"],["24306.495","17067.524"],["24305.014","17104.644"],["18726.335","18650.626"],["18832.844","18542.351"],["28279.069","9097.177"],["28610.623","9182.047"],["21405.987","9350.977"],["16250.116","16272.255"],["16297.698","16217.319"],["16166.993","16314.736"],["20196.061","15498.975"],["20253.825","15431.150"],["20169.737","15302.014"],["20170.862","15296.053"],["20153.722","15336.863"],["28940.620","9296.449"],["18294.074","13790.366"],["18261.174","13813.934"],["22832.579","12771.910"],["22825.775","12774.403"],["22848.365","12780.852"],["22867.710","12774.918"],["16334.562","16929.031"],["22106.932","17157.877"],["22087.042","17147.855"],["22099.342","17155.424"],["22097.489","17152.161"],["22092.013","17153.594"],["17719.747","17406.868"],["17814.934","17206.636"],["17774.415","17230.796"],["17735.836","17290.817"],["27993.258","12865.060"],["20209.128","14768.667"],["20207.013","14766.105"],["16189.713","15847.346"],["20199.721","14558.810"],["28945.662","8416.770"],["22373.950","17569.854"],["22373.159","17574.577"],["22397.873","17592.039"],["22352.847","17559.532"],["22387.458","17587.683"],["22354.825","17577.891"],["22361.326","17582.384"],["22369.076","17581.818"],["22332.206","17574.648"],["22334.400","17576.107"],["22325.141","17571.044"],["22460.896","17559.304"],["22458.088","17568.839"],["22450.885","17564.573"],["22434.662","17548.716"],["22443.956","17548.663"],["22435.190","17554.816"],["22431.511","17608.912"],["22438.962","17612.297"],["22433.458","17607.586"],["19140.666","11443.041"],["19187.044","11367.433"],["28482.697","9473.955"],["29335.514","9160.723"],["29398.088","9031.338"],["28837.127","8758.347"],["28239.159","9080.502"],["18228.171","16833.316"],["18186.915","16870.636"],["18049.855","16797.908"],["18101.353","16880.322"],["18178.429","16874.761"],["18191.344","16803.845"],["17498.946","16931.824"],["19043.631","11474.179"],["19022.380","11426.168"],["19790.274","10987.406"],["19803.351","10963.233"],["19775.775","10933.835"],["19739.327","11057.555"],["28168.514","12740.933"],["19909.437","15597.355"],["27595.006","16813.059"],["19299.518","11045.204"],["19562.285","11567.978"],["19623.916","11565.508"],["17022.323","15877.254"],["28587.211","9150.904"],["28667.762","9017.291"],["28709.373","8988.569"],["28677.978","9127.485"],["27988.973","12727.524"],["29644.667","9579.971"],["29679.433","9488.274"],["21291.755","15997.420"],["19512.157","12419.134"],["19421.292","18488.847"],["20785.493","13626.122"],["21087.218","16185.176"],["21076.765","16200.469"],["21079.122","16200.754"],["21080.325","16201.639"],["21087.492","16182.935"],["21081.610","16185.368"],["21079.139","16196.886"],["29357.266","9367.613"],["29227.884","9248.264"],["17976.486","16152.185"],["17946.501","16352.010"],["17882.627","16233.209"],["17849.714","16201.690"],["24631.686","16862.872"],["24637.980","16865.023"],["24636.468","16859.307"],["18839.063","15856.212"],["17980.545","17221.584"],["18007.468","17370.554"],["17893.160","17401.525"],["17904.898","17287.145"],["17882.596","17335.018"],["17986.443","17359.735"],["16516.181","16857.614"],["16450.575","16811.041"],["16456.216","16974.687"],["16518.265","16808.330"],["16717.118","16967.696"],["16593.097","16892.051"],["17193.036","17285.767"],["17183.419","17241.666"],["16545.065","17066.230"],["16556.652","17122.429"],["28759.474","8652.523"],["22301.903","17335.957"],["22299.624","17354.996"],["22292.376","17348.689"],["22290.492","17309.373"],["22307.779","17295.342"],["22295.589","17295.556"],["22323.722","17296.989"],["22319.151","17296.999"],["22340.232","17304.737"],["22317.397","17320.674"],["22316.718","17338.346"],["22328.775","17331.491"],["22327.244","17332.693"],["22327.800","17344.401"],["22337.470","17345.023"],["22345.137","17351.631"],["22279.475","17239.373"],["22274.681","17242.473"],["22301.608","17245.131"],["22263.957","17215.658"],["22262.120","17217.036"],["25510.897","17239.369"],["25508.722","17234.259"],["16453.433","16369.238"],["16471.234","16470.923"],["16470.187","16432.432"],["16495.993","16411.285"],["19326.645","12706.029"],["19372.537","12661.477"],["19469.337","12640.034"],["19419.984","12633.154"],["29812.938","9755.607"],["29217.829","9531.871"],["29203.043","9402.289"],["18077.369","17406.050"],["17799.216","16441.301"],["20971.690","14978.207"],["20827.837","15033.284"],["20803.898","14941.000"],["29193.435","9630.240"],["29117.140","9634.598"],["29118.049","9683.883"],["25205.019","16917.069"],["29062.025","9581.149"],["29017.148","9454.692"],["19070.749","18075.190"],["18995.595","18174.663"],["18480.301","18339.763"],["18520.023","18342.057"],["18482.650","18281.574"],["16543.650","16257.252"],["21128.431","15969.543"],["21081.285","16014.016"],["20995.608","16101.664"],["20997.795","16104.181"],["21038.697","16012.398"],["20993.434","16101.484"],["28314.980","9244.631"],["28213.421","9368.884"],["28192.793","9350.140"],["28259.873","9250.350"],["20141.842","15078.073"],["20140.707","15079.382"],["20136.982","14887.350"],["20143.315","14882.436"],["20112.283","15740.758"],["21322.331","15875.189"],["17874.259","17171.967"],["17479.432","17318.456"],["17427.141","17338.669"],["17723.010","15863.283"],["27897.067","17386.173"],["27805.437","17260.398"],["27806.813","17262.784"],["16228.551","16648.545"],["16182.493","16698.849"],["16197.817","16752.896"],["16257.318","16739.691"],["16247.472","16674.489"],["18098.104","17465.997"],["20002.307","13771.157"],["20441.694","13454.727"],["20386.377","13464.637"],["20360.378","13450.803"],["23463.587","16907.317"],["23458.481","16911.793"],["23459.241","16908.035"],["23467.891","16907.037"],["20123.907","14483.274"],["20128.590","14480.041"],["20049.644","14569.773"],["20121.962","14482.279"],["20048.507","14573.362"],["20047.596","14578.802"],["20055.579","14613.369"],["19928.199","15508.921"],["19933.845","15507.227"],["17865.539","15923.874"],["27731.184","17697.309"],["22298.006","17139.594"],["22289.305","17143.375"],["22276.272","17105.879"],["22288.900","17130.291"],["22319.897","17122.858"],["22302.184","17101.246"],["17045.686","17186.630"],["17151.566","17178.041"],["17742.288","15582.219"],["20162.477","11390.038"],["20230.723","11406.407"],["20216.645","11342.565"],["19894.519","13705.543"],["19731.549","12594.676"],["19802.741","12617.493"],["19747.356","12595.555"],["19728.992","12621.385"],["19772.198","12603.347"],["16627.731","16271.920"],["16656.157","16289.642"],["16585.781","16179.383"],["16597.108","16355.264"],["16629.317","16473.700"],["16578.803","16355.915"],["29133.051","9838.752"],["27956.932","12777.736"],["16537.062","16006.314"],["16503.802","16085.457"],["16470.581","16113.866"],["28869.274","9641.669"],["28912.946","9676.163"],["17420.236","16061.130"],["17447.467","16051.253"],["16877.364","16083.592"],["16829.067","16088.434"],["16791.295","16040.806"],["16890.823","16112.790"],["29460.894","9072.128"],["29607.521","8996.134"],["20669.489","16314.075"],["29351.213","9711.064"],["29460.748","9401.909"],["20354.433","14334.345"],["20356.521","14333.971"],["20350.609","14329.901"],["17500.090","16207.860"],["19901.239","10611.504"],["20541.825","14585.880"],["20446.549","14480.703"],["18278.760","13930.904"],["27952.370","17259.092"],["27889.744","12756.575"],["27874.741","12705.094"],["22424.743","15602.555"],["18555.979","14624.920"],["18553.877","14627.462"],["18547.924","14612.317"],["19366.900","10947.706"],["17776.208","16002.735"],["18075.901","15096.597"],["18067.469","15114.366"],["16420.981","16281.065"],["16408.886","16332.893"],["20364.826","14967.281"],["29790.611","9725.594"],["29006.147","9092.779"],["20158.636","15047.406"],["20150.531","15044.657"],["20155.944","15048.824"],["20337.042","14895.981"],["20343.935","14982.712"],["20338.204","14980.254"],["20345.558","14986.284"],["20256.326","14995.936"],["21700.627","15883.484"],["21702.821","15884.943"],["21693.562","15879.880"],["27564.275","17010.478"],["27570.334","16993.011"],["29492.348","9598.632"],["29550.849","9592.025"],["20367.356","14726.559"],["20453.874","14668.962"],["20363.697","14723.519"],["20367.169","14722.419"],["20448.538","14675.671"],["20449.284","14677.232"],["20235.758","11276.347"],["15833.481","17927.426"],["15901.746","17978.166"],["15872.685","17974.707"],["15924.889","17925.569"],["20017.843","16103.708"],["20022.032","16114.918"],["20082.523","16116.032"],["18011.568","14649.261"],["16624.231","15871.720"],["16706.484","15892.665"],["17679.383","16879.627"],["26072.570","16972.986"],["26065.077","16975.198"],["20629.082","13371.644"],["23487.992","17212.651"],["23360.304","17407.480"],["23455.217","17233.126"],["27716.389","17483.271"],["27717.969","17481.524"],["27717.857","17484.073"],["16370.532","15871.133"],["16459.675","15800.912"],["29265.641","9819.230"],["29402.276","9809.229"],["20328.248","13241.710"],["21007.313","15277.630"],["19996.878","15877.480"],["20048.403","15751.512"],["20035.955","15904.949"],["20033.580","15915.699"],["20034.089","15904.240"],["20038.922","15752.977"],["19979.175","15803.184"],["19976.713","15806.606"],["19977.533","15840.482"],["19968.092","15779.839"],["19990.801","15801.187"],["19974.006","15772.275"],["19985.783","15834.800"],["20045.922","15749.338"],["19967.117","15776.745"],["22038.314","17427.550"],["23791.141","17722.288"],["19297.012","16618.998"],["18211.674","17195.633"],["16810.727","17053.966"],["16882.173","17081.676"],["16886.591","17109.349"],["24407.974","16994.694"],["27774.720","17127.065"],["27768.984","17139.159"],["27766.302","17083.613"],["20103.251","15200.925"],["20102.900","15192.951"],["20101.926","15198.091"],["20008.029","15190.796"],["20004.248","15191.336"],["20001.189","15191.259"],["20021.077","15191.011"],["19395.263","12329.513"],["19997.669","11580.355"],["20425.676","14049.296"],["21162.418","15721.595"],["21188.495","15797.400"],["21185.221","15891.091"],["21128.656","15859.644"],["21164.946","15813.788"],["21167.606","15817.714"],["22248.840","17216.155"],["22108.747","17229.781"],["22078.779","17354.771"],["22118.691","17225.093"],["22106.473","17218.125"],["22151.509","17227.277"],["22161.244","17238.489"],["22138.596","17243.356"],["22159.377","17239.498"],["22160.259","17237.244"],["22142.258","17246.208"],["22141.414","17242.869"],["22143.475","17247.167"],["22162.543","17236.777"],["22188.826","17332.006"],["22181.239","17340.788"],["22179.347","17355.786"],["22166.003","17347.478"],["22140.061","17353.710"],["22155.464","17333.189"],["22178.029","17350.936"],["22176.538","17326.369"],["22091.658","17312.641"],["22093.079","17204.585"],["22086.050","17211.922"],["22090.807","17202.980"],["22107.542","17216.050"],["22110.610","17221.394"],["22109.371","17334.253"],["22095.694","17329.816"],["22087.479","17350.990"],["22078.374","17341.686"],["22091.172","17209.639"],["22118.165","17212.124"],["22185.605","17245.392"],["22179.188","17232.553"],["22183.251","17234.100"],["22200.456","17217.783"],["22212.755","17223.656"],["22203.150","17223.729"],["19186.169","11533.409"],["19128.693","11624.804"],["22889.723","12827.778"],["22883.857","12837.541"],["22887.277","12860.000"],["22916.242","12824.700"],["22910.735","12862.278"],["20152.762","15699.616"],["20796.996","14818.104"],["17402.508","16995.804"],["16224.893","16040.231"],["19256.707","14189.146"],["19263.914","14191.186"],["19255.328","14185.936"],["19265.343","14174.191"],["19269.842","14181.146"],["18092.938","16511.826"],["18043.224","16508.044"],["18111.082","16489.238"],["18956.827","17964.082"],["19056.512","18014.090"],["18963.107","18032.249"],["22091.376","17547.353"],["22089.097","17566.391"],["22081.849","17560.084"],["22079.966","17520.768"],["22097.252","17506.738"],["22085.063","17506.951"],["22113.196","17508.384"],["22108.625","17508.395"],["22129.706","17516.133"],["22106.871","17532.070"],["22106.191","17549.742"],["22118.248","17542.887"],["22116.718","17544.088"],["22117.274","17555.797"],["22126.944","17556.419"],["22134.610","17563.026"],["22068.948","17450.768"],["22064.155","17453.869"],["22091.081","17456.526"],["22053.430","17427.054"],["22051.593","17428.432"],["17781.652","15355.781"],["17798.672","15394.999"],["17764.767","15366.851"],["17674.599","15347.128"],["17785.568","15359.574"],["22642.037","17397.517"],["22649.488","17400.901"],["22643.984","17396.191"],["17989.527","15544.899"],["17335.695","17235.243"],["17394.299","17315.880"],["17273.912","17358.843"],["17221.372","17206.899"],["17259.665","17217.931"],["17403.155","17320.468"],["17335.695","17235.243"],["19242.130","15581.764"],["20602.111","16080.865"],["27836.496","17470.524"],["27752.764","17485.451"],["27754.910","17484.203"],["21301.302","15287.594"],["21265.306","15116.086"],["16473.717","17911.262"],["17902.990","17474.438"],["17650.883","17470.929"],["17890.302","15960.596"],["17986.836","15946.896"],["18031.696","15973.895"],["18008.160","15958.879"],["17947.356","16009.155"],["17931.319","15961.084"],["29286.840","9897.794"],["20923.312","16035.438"],["20928.108","16040.355"],["20924.776","16037.227"],["20959.083","16096.883"],["20956.950","16087.331"],["20962.116","16019.743"],["20955.803","16091.739"],["20978.358","16114.124"],["20961.082","16113.621"],["20980.198","16115.661"],["17363.418","17497.354"],["17222.991","17520.744"],["17346.799","17491.496"],["17308.723","17581.060"],["22195.558","8471.054"],["28794.242","8689.399"],["16617.352","17149.924"],["16611.693","17024.354"],["16628.530","17061.719"],["16712.965","16995.439"],["16711.690","17122.492"],["16763.901","17100.376"],["16771.906","17003.756"],["21397.405","13702.696"],["16416.598","15991.622"],["24643.785","16935.646"],["24576.355","16929.398"],["24656.202","16910.981"],["24691.923","16942.018"],["22755.726","12977.849"],["16922.521","15688.229"],["17389.107","16009.877"],["16647.539","16093.604"],["16688.219","16099.150"],["16690.924","16024.829"],["16687.791","16068.726"],["18845.802","17837.126"],["28717.507","8817.806"],["16605.347","16640.625"],["28701.989","8493.464"],["28631.674","8523.316"],["17485.150","15152.837"],["20938.683","16183.463"],["20939.716","16143.712"],["20938.012","16149.857"],["20927.808","16178.834"],["18959.716","18310.162"],["20112.584","15666.873"],["20117.139","15658.282"],["20012.719","15703.902"],["20050.642","15648.351"],["20134.903","15525.854"],["20133.068","15537.104"],["20105.230","15670.951"],["20025.105","15705.949"],["20056.135","15651.546"],["20025.919","15715.914"],["20060.690","15638.874"],["22943.310","12797.262"],["22961.607","12792.574"],["22925.725","12779.941"],["22925.856","12780.633"],["22933.579","12783.755"],["22933.221","12783.150"],["22986.470","12791.362"],["22985.894","12791.783"],["22969.249","12795.191"],["22969.648","12794.670"],["23002.759","12794.301"],["23002.610","12793.627"],["22932.221","12777.849"],["22931.561","12778.050"],["22924.611","12785.665"],["22925.233","12785.880"],["22894.014","12783.941"],["18060.726","16614.365"],["18178.995","16647.356"],["18105.273","16671.512"],["20206.464","11438.962"],["20355.485","14670.358"],["29672.046","9365.227"],["29628.479","9264.520"],["29666.842","9368.046"],["17774.895","16319.317"],["17672.177","16252.092"],["17818.964","16320.017"],["19607.431","12606.163"],["19593.133","12624.436"],["19586.583","12635.797"],["19571.695","12660.567"],["19572.004","12697.839"],["19686.915","12661.237"],["19680.636","12627.209"],["19674.414","12668.264"],["19653.565","12686.096"],["19622.773","12710.315"],["19618.258","12698.477"],["19582.606","12692.467"],["19690.522","12618.334"],["19698.069","12614.344"],["19685.831","12645.951"],["19556.968","12698.550"],["19721.365","12619.202"],["17070.679","18581.379"],["28988.127","9427.511"],["19821.582","14342.844"],["24125.153","17249.721"],["20664.212","15538.200"],["20660.863","15546.636"],["20654.548","15542.137"],["20413.052","12267.135"],["27993.350","17100.911"],["19643.233","14803.699"],["18183.422","18619.907"],["18223.672","18495.555"],["17940.596","16636.032"],["16210.083","16438.057"],["16221.969","16558.879"],["16291.232","16469.362"],["16349.984","16444.156"],["21463.709","13972.821"],["20765.678","14792.499"],["21510.457","9573.483"],["16561.880","16712.425"],["16514.295","16600.364"],["16405.196","16624.617"],["17899.151","15337.466"],["17889.467","15335.164"],["17858.130","15344.075"],["17858.359","15341.605"],["17865.690","15484.046"],["19510.301","18321.276"],["21266.625","15461.341"],["21276.860","15456.695"],["21289.420","15456.323"],["28254.879","8895.402"],["20309.532","13092.949"],["27796.580","12824.757"],["27884.188","12892.032"],["20407.425","12994.473"],["29550.995","9315.854"],["29431.503","9267.771"],["19646.766","11385.173"],["19530.575","11323.943"],["16837.549","15993.829"],["16867.838","15948.075"],["16872.901","15937.482"],["18276.502","18377.616"],["16382.743","17626.557"],["18937.841","15612.692"],["24198.421","17212.189"],["20660.265","13403.399"],["20691.916","13537.164"],["20582.375","13393.350"],["21142.161","15568.356"],["21177.254","15688.855"],["17826.914","18299.148"],["17578.604","17529.088"],["19801.206","13439.667"],["28657.105","9774.276"],["17713.513","17170.275"],["24416.906","7787.853"],["24380.549","7778.698"],["24393.279","7755.796"],["24374.137","7750.611"],["24356.760","7756.460"],["24397.889","7794.041"],["24365.469","7864.419"],["24420.510","7692.219"],["24529.738","7757.743"],["24519.037","7869.369"],["24486.338","7895.486"],["19718.654","11039.009"],["23034.187","16026.520"],["19313.831","15683.982"],["22854.811","12898.949"],["22842.063","12913.808"],["22805.719","12860.083"],["22871.073","12908.019"],["22776.231","12859.700"],["22809.137","12928.216"],["22802.346","12915.114"],["22836.752","12847.073"],["22821.185","12858.086"],["22740.394","12966.737"],["22791.147","12843.535"],["22876.712","12828.637"],["22784.208","12861.596"],["22818.151","12836.091"],["22873.420","12858.065"],["22735.229","12924.128"],["22859.976","12900.525"],["27768.953","16957.120"],["27731.266","16929.569"],["27746.030","16895.736"],["18204.656","17240.239"],["29598.470","8925.525"],["24115.258","7405.335"],["19864.104","10771.719"],["19776.424","10745.631"],["19795.611","10719.284"],["17787.937","17441.153"],["17627.293","17412.355"],["17696.612","17467.015"],["17644.965","17491.046"],["17803.607","17532.852"],["16523.604","17238.469"],["16539.251","17321.254"],["19143.871","11192.875"],["19142.826","11099.518"],["16595.013","17238.200"],["16601.576","17278.474"],["19079.936","14095.757"],["19020.965","14102.938"],["19017.455","14098.133"],["19029.574","14079.835"],["19074.462","14071.118"],["19075.093","14080.403"],["19074.851","14057.956"],["19074.767","14032.021"],["19073.754","14037.174"],["19023.152","14032.773"],["19006.996","14048.763"],["28206.528","9387.966"],["24296.170","17105.490"],["22897.093","16419.060"],["19511.507","11352.956"],["18830.146","18524.796"],["28280.151","9100.216"],["21405.444","9345.569"],["16284.610","16304.417"],["16208.374","16346.442"],["20337.736","15377.332"],["28875.075","9312.154"],["18262.179","13729.285"],["22856.697","12773.486"],["22838.907","12781.406"],["22867.652","12781.849"],["22819.563","12773.803"],["24403.564","8008.789"],["24528.054","8027.139"],["17822.350","17203.714"],["17764.535","17239.635"],["17762.912","17277.494"],["27955.787","11253.967"],["27959.933","12795.664"],["27984.165","12867.935"],["28072.329","12802.844"],["18355.894","14617.099"],["18334.592","14544.095"],["16345.940","15882.345"],["16219.184","15860.259"],["16251.727","15779.825"],["20187.205","14582.933"],["28857.061","8520.498"],["28858.991","8423.388"],["28864.552","8400.044"],["19153.254","11440.482"],["19274.008","11281.268"],["19166.218","11399.408"],["28546.889","9441.760"],["28472.056","9443.620"],["29373.335","8973.959"],["29378.886","9157.554"],["28795.426","8838.201"],["28794.975","8780.429"],["28237.160","9026.303"],["19027.352","13736.093"],["19087.257","13672.621"],["19076.644","13693.573"],["18224.679","16824.064"],["18149.415","16845.262"],["18102.146","16893.820"],["18163.152","16822.608"],["19072.753","11460.106"],["19022.513","11416.105"],["19831.773","10866.106"],["19750.632","10979.911"],["19780.278","10947.091"],["19738.641","10936.608"],["19733.822","11018.738"],["19809.532","10927.069"],["28217.974","12752.042"],["28170.155","12742.438"],["18085.863","17097.453"],["27538.230","16790.751"],["19298.961","11021.030"],["23445.730","8024.213"],["19626.885","11588.241"],["18717.684","18691.798"],["28586.892","9109.273"],["28703.854","9113.989"],["28692.966","9013.780"],["16864.622","15862.395"],["28022.976","12720.995"],["29645.685","9420.855"],["29817.373","9505.172"],["29647.977","9580.836"],["19088.101","13890.990"],["21275.879","15985.515"],["20109.264","11385.549"],["19423.332","14379.401"],["19417.645","14365.825"],["20584.486","13145.316"],["23539.989","8006.284"],["23872.559","7393.892"],["19455.226","12394.630"],["19501.006","12539.659"],["19502.532","12415.106"],["19395.223","18486.336"],["29228.976","9183.498"],["29397.847","9353.206"],["29388.433","9261.873"],["18156.761","14416.313"],["18062.751","14366.417"],["17987.163","16351.675"],["17895.079","16235.999"],["24692.621","16923.161"],["24348.436","7708.004"],["24314.151","7792.491"],["24353.427","7784.397"],["24236.360","7744.397"],["24232.236","7710.447"],["18500.383","14664.861"],["18943.739","14562.877"],["17951.003","17206.503"],["17903.835","17300.156"],["17874.686","17330.363"],["17972.636","17354.903"],["16490.375","16844.722"],["16521.998","16865.959"],["16441.786","16791.131"],["16425.028","16813.280"],["16702.983","16968.571"],["16574.105","16840.549"],["25999.474","16941.001"],["17183.536","17294.400"],["18966.918","11539.944"],["18979.083","11517.560"],["16431.218","17025.677"],["16556.390","17060.743"],["16539.912","17147.746"],["16431.161","16998.484"],["16505.329","16995.115"],["21445.076","13731.516"],["21487.678","13807.328"],["21441.352","13730.058"],["16362.654","16458.136"],["16554.581","16417.581"],["16488.951","16464.974"],["16457.698","16408.075"],["16493.379","16416.518"],["24364.149","7902.556"],["24364.556","7991.975"],["24404.501","7919.939"],["19334.976","12739.452"],["19415.339","12626.887"],["19451.191","12696.959"],["29803.748","9755.962"],["29256.822","9506.643"],["18064.762","17381.609"],["17782.322","16430.309"],["20810.089","14940.639"],["20846.192","15016.312"],["20974.078","14987.181"],["29075.911","9617.064"],["29104.153","9662.647"],["25241.034","16930.543"],["29108.785","9574.954"],["28997.901","9496.075"],["29012.502","9428.149"],["19093.085","18071.590"],["19002.651","18181.071"],["18478.130","18337.930"],["18518.822","18349.621"],["18474.509","18283.820"],["16513.481","16176.504"],["24253.992","7671.981"],["24239.909","7653.769"],["24189.142","7638.788"],["24191.985","7660.421"],["24220.759","7645.160"],["24210.289","7672.562"],["24307.550","7680.868"],["24159.898","7557.149"],["24152.590","7558.873"],["24156.286","7592.480"],["24204.294","7577.429"],["24204.212","7618.806"],["20414.148","13323.824"],["20425.655","13321.115"],["28256.005","9222.507"],["28273.456","9274.702"],["28209.391","9367.776"],["18808.328","14156.643"],["18816.644","14208.927"],["18826.966","14204.952"],["21199.842","15775.097"],["19736.987","13248.485"],["19764.409","13255.650"],["17844.823","17146.647"],["18330.156","14218.859"],["18374.843","14164.412"],["17492.414","17207.124"],["17595.937","17355.433"],["17482.114","17312.556"],["17418.649","17335.800"],["17706.161","15871.329"],["27882.831","17386.456"],["16216.544","16646.700"],["16165.391","16716.305"],["16184.858","16767.142"],["16274.012","16724.761"],["16192.362","16676.261"],["18078.413","17427.549"],["18103.286","17478.767"],["24387.157","7703.837"],["24311.813","7603.566"],["24349.389","7641.927"],["18774.804","14590.707"],["19747.442","14221.851"],["23634.776","7842.485"],["23666.027","7837.868"],["19873.307","15710.159"],["17996.780","15925.389"],["16988.354","17137.707"],["17740.418","15583.206"],["20277.067","11301.611"],["19824.912","13644.434"],["19801.890","12611.966"],["19735.500","12600.550"],["19741.069","12601.693"],["19771.554","12625.733"],["19777.596","12605.114"],["16628.796","16210.005"],["16649.837","16281.562"],["16574.912","16184.659"],["16597.759","16364.115"],["16576.341","16360.493"],["16624.463","16544.144"],["29159.278","9819.125"],["16526.883","16073.574"],["16487.871","16136.149"],["28892.154","9620.491"],["28909.750","9663.952"],["17418.851","16068.696"],["17462.425","16057.833"],["16780.370","16034.687"],["16887.159","16098.848"],["29433.892","9113.331"],["29227.218","9625.221"],["29370.495","9708.852"],["29575.798","9548.939"],["17586.656","16298.996"],["19218.459","13322.738"],["19915.488","10603.097"],["19857.992","10632.216"],["20448.305","14489.843"],["18276.722","13932.105"],["27958.159","17276.627"],["27882.258","12755.064"],["27887.076","12709.131"],["18492.938","14582.636"],["18595.711","14555.884"],["18632.199","14607.399"],["18672.006","14630.282"],["19329.524","10979.290"],["18063.328","15105.855"],["18050.061","15128.411"],["16407.775","16269.088"],["16419.420","16330.179"],["24193.495","8088.368"],["29797.422","9754.545"],["19241.794","12369.387"],["23934.017","7607.635"],["23898.604","7596.254"],["23905.470","7571.957"],["23916.028","7586.979"],["23878.554","7545.382"],["23881.246","7538.036"],["23910.175","7492.994"],["20259.996","11256.421"],["22953.489","15860.909"],["19694.652","14626.038"],["19672.507","14622.066"],["15829.354","17937.983"],["15883.365","17985.107"],["15864.899","17966.409"],["15911.137","17923.120"],["17935.974","14515.777"],["17922.934","14520.098"],["16652.833","15860.291"],["16634.403","15737.405"],["16706.866","15883.657"],["16643.695","15902.019"],["16754.654","15877.853"],["17632.780","16945.876"],["20607.324","13392.890"],["23479.972","17247.768"],["23457.411","17240.818"],["23017.392","16165.828"],["18522.199","14400.134"],["18534.933","14410.789"],["18542.733","14438.002"],["16426.628","15763.066"],["29351.096","9829.327"],["23790.392","17726.198"],["24371.604","7617.270"],["18219.846","17192.909"],["24431.926","17003.756"],["19400.141","12327.674"],["19460.830","15825.195"],["17852.757","17428.337"],["17978.368","17434.524"],["20001.208","11612.156"],["19529.298","18444.084"],["20437.936","14034.922"],["21137.378","15739.323"],["21065.922","15822.060"],["21131.005","15783.753"],["19188.659","11504.606"],["19143.494","14355.328"],["18040.235","16509.622"],["18021.367","16482.518"],["22908.716","12817.601"],["22886.788","12850.834"],["22907.068","12859.307"],["21362.680","15047.705"],["18120.267","16534.119"],["18084.158","16504.821"],["18119.995","16514.773"],["18155.276","16361.467"],["18953.192","17963.735"],["19057.663","18006.047"],["18939.489","18022.819"],["27696.345","16930.967"],["27797.219","12799.777"],["17804.668","15392.329"],["17711.697","15329.347"],["17911.342","15713.425"],["17999.108","15562.667"],["17381.202","17301.826"],["17268.879","17359.035"],["17206.009","17258.359"],["17260.588","17214.374"],["19287.265","15623.988"],["23803.685","7802.892"],["18437.264","12151.738"],["18420.868","12165.668"],["27848.841","17481.470"],["18735.492","18350.026"],["24161.322","7932.001"],["24183.858","7918.737"],["24188.207","7941.210"],["24203.900","7922.832"],["24229.334","7923.884"],["24346.433","7917.592"],["24345.418","7981.260"],["24340.789","8004.821"],["24283.079","8040.528"],["24256.717","8052.474"],["21313.827","15285.146"],["17942.011","17482.642"],["17711.825","17426.379"],["17694.039","17430.018"],["28301.019","17164.001"],["17877.925","15954.854"],["17895.043","15935.238"],["18039.176","15990.681"],["18005.616","15960.428"],["17933.504","16003.716"],["17911.776","15971.395"],["29285.249","9861.028"],["17331.056","17504.419"],["17336.017","17538.458"],["17225.718","17517.759"],["17298.166","17591.533"],["17364.772","17490.255"],["17285.754","17591.025"],["24032.312","8056.470"],["24060.464","7999.075"],["24066.376","7923.687"],["24082.237","7940.637"],["24065.543","7966.671"],["24063.357","7984.311"],["24091.196","7980.022"],["24028.198","8065.712"],["19228.842","13055.248"],["28576.947","9468.793"],["22195.206","8465.742"],["20076.926","11151.066"],["20058.620","11128.590"],["28816.525","8586.095"],["16616.392","17158.004"],["16605.013","17028.505"],["16626.019","17055.494"],["16718.840","17119.193"],["16982.123","15907.115"],["29651.861","8978.968"],["16406.200","15994.522"],["24633.557","16929.026"],["24569.064","16950.001"],["24693.429","16945.846"],["24242.226","7692.129"],["24322.331","7692.427"],["24346.010","7727.417"],["24328.209","7722.069"],["24314.010","7768.957"],["24274.556","7791.994"],["24196.249","7836.807"],["24197.196","7870.775"],["24160.775","7890.126"],["24227.843","7900.411"],["24234.008","7864.898"],["24286.688","7882.587"],["24347.688","7844.769"],["22759.915","12975.510"],["17319.877","16949.081"],["16904.168","15681.402"],["17390.036","16008.459"],["16669.947","16098.546"],["16654.082","16119.377"],["16710.086","16039.483"],["16764.528","16135.040"],["16648.564","15958.108"],["16586.377","15979.211"],["18857.150","17845.367"],["16608.103","16698.779"],["28684.170","8457.558"],["28648.624","8521.405"],["18993.499","18283.474"],["22940.520","12801.200"],["22887.748","12775.302"],["22969.901","12785.918"],["18142.669","16687.265"],["18190.140","16642.125"],["20267.289","11399.126"],["20221.122","11427.992"],["29667.264","9366.478"],["29650.078","9309.026"],["17693.050","16332.866"],["17645.678","16213.930"],["17825.889","16210.218"],["17830.196","16332.309"],["19622.145","12594.868"],["19596.132","12625.015"],["19585.606","12635.549"],["19577.884","12687.250"],["19563.024","12679.550"],["19679.522","12656.052"],["19673.761","12634.913"],["19670.761","12671.248"],["19653.311","12686.511"],["19623.663","12706.315"],["19618.819","12701.025"],["19575.290","12700.659"],["19558.376","12700.490"],["19689.255","12620.984"],["19715.185","12625.701"],["19720.580","12617.106"],["19718.734","12606.442"],["19684.260","12613.449"],["19687.554","12645.885"],["17086.098","18583.973"],["19830.224","14311.217"],["21732.510","8659.410"],["20775.549","13624.240"],["20416.314","12260.388"],["19338.723","14924.631"],["19333.906","14937.607"],["18189.080","18631.319"],["18220.169","18488.817"],["17921.434","16662.985"],["18007.292","16611.742"],["16194.694","16439.715"],["16209.576","16515.568"],["16326.560","16531.218"],["21436.212","13892.801"],["21473.451","13996.236"],["21464.174","13971.467"],["16558.352","16705.490"],["16512.825","16605.775"],["16407.070","16621.036"],["16362.418","16598.108"],["17886.344","15324.475"],["17883.362","15340.444"],["19504.643","18301.260"],["18856.728","13985.649"],["28232.206","8913.444"],["20300.608","13118.333"],["21869.777","9949.346"],["27869.163","12854.455"],["20417.372","13027.130"],["19025.933","13902.818"],["18624.914","15083.131"],["23361.201","17411.020"],["18210.341","13011.251"],["18226.738","12997.320"],["29513.333","9299.717"],["29556.941","9350.361"],["29493.111","9357.616"],["28973.532","9142.925"],["28935.200","9070.573"],["16815.934","15938.856"],["16835.263","16001.504"],["16815.059","15952.991"],["16876.633","15970.010"],["18283.772","18383.297"],["18396.963","18372.112"],["16370.292","17621.041"],["18935.526","15615.426"],["24201.152","17224.453"],["23983.800","7637.363"],["23983.486","7640.698"],["23950.166","7620.655"],["23929.855","7488.033"],["24010.420","7613.567"],["24119.918","7644.302"],["24022.839","7592.432"],["24021.436","7550.485"],["24043.839","7509.939"],["24023.381","7487.337"],["24081.985","7570.375"],["24081.673","7564.978"],["24129.539","7555.395"],["24024.852","7571.535"],["23979.611","7573.336"],["24117.309","7526.150"],["20615.082","13398.203"],["20673.440","13531.204"],["21130.819","15586.184"],["21178.199","15557.537"],["21183.373","15678.547"],["17458.405","17511.008"],["17594.957","17526.096"],["19846.074","13420.311"],["17631.045","17736.045"],["17733.655","17736.109"],["17726.264","17701.689"],["17710.593","17712.980"],["18790.145","17335.230"],["24408.999","7779.294"],["24388.676","7784.519"],["24390.137","7757.722"],["24380.150","7757.920"],["24376.894","7774.557"],["24393.435","7790.666"],["24371.524","7857.305"],["24423.346","7693.923"],["24530.263","7764.293"],["24522.891","7870.416"],["19710.376","10934.339"],["23015.599","16060.732"],["22794.985","12875.670"],["22795.264","12875.686"],["22794.837","12875.670"],["22832.510","12883.765"],["22840.197","12890.106"],["22790.512","12869.930"],["22773.407","12858.626"],["22841.719","12885.308"],["22842.101","12885.117"],["22841.851","12885.240"],["22832.404","12883.683"],["22832.695","12883.946"],["18630.595","16857.681"],["18641.767","17039.778"],["28750.811","8427.688"],["19848.520","10854.445"],["19862.302","10775.277"],["19804.703","10720.431"],["19776.080","10744.864"],["17245.437","12752.791"],["17256.376","12689.640"],["16526.187","17212.792"],["16527.888","17309.630"],["19278.028","11252.179"],["19114.937","11186.021"],["19177.294","11128.711"],["16604.125","17235.246"],["16594.354","17277.107"],["19081.072","14095.136"],["19022.732","14104.024"],["19019.654","14125.291"],["19019.068","14098.082"],["19071.439","14076.096"],["19072.211","14078.996"],["19074.924","14033.531"],["19064.418","14048.548"],["19020.070","14032.243"],["18999.709","14046.706"],["19005.029","14049.371"],["19031.830","14032.386"],["28209.824","9395.908"],["24305.149","17102.525"],["22895.212","16418.184"],["19330.731","11352.387"],["18721.352","18654.639"],["18845.656","18507.785"],["16038.624","17670.080"],["28248.659","12768.990"],["20424.911","12342.758"],["16290.688","16221.819"],["20233.687","15429.655"],["28876.512","9303.110"],["28847.808","9325.246"],["17231.749","12901.666"],["16316.333","16931.856"],["24521.731","8027.104"],["17617.989","17420.009"],["17281.835","16624.007"],["17710.024","17406.676"],["17764.528","17243.896"],["17737.262","17292.859"],["27999.137","12889.621"],["28097.074","12809.509"],["19710.563","14019.206"],["18316.222","14600.984"],["18344.731","14543.432"],["16232.729","15856.761"],["16318.638","15839.751"],["16250.643","15790.643"],["20192.074","14582.204"],["28965.884","8453.924"],["28943.477","8427.735"],["28833.077","8402.829"],["19147.463","11420.862"],["19153.958","11401.652"],["19269.219","11294.186"],["28509.915","9481.696"],["29388.520","8963.274"],["29220.781","9157.710"],["29339.260","9129.575"],["18381.196","14908.213"],["17421.468","16952.075"],["18648.676","17716.226"],["18621.780","17670.843"],["18286.224","17097.096"],["18455.445","15985.275"],["28199.937","9119.452"],["28240.519","9046.352"],["28217.207","9091.489"],["18611.200","17210.121"],["19021.866","13733.345"],["19090.846","13677.618"],["19081.115","13689.823"],["18241.198","16815.320"],["18187.077","16809.877"],["18058.160","16857.036"],["17572.703","16969.142"],["17611.446","16817.060"],["19064.998","11485.472"],["19020.865","11416.541"],["19785.228","10993.853"],["19822.062","10924.525"],["19778.843","10926.212"],["19733.109","11018.042"],["21110.699","10781.980"],["28186.444","12732.697"],["17838.549","17731.034"],["27561.003","16843.630"],["19299.826","11042.777"],["23438.300","8034.528"],["19611.785","11587.673"],["16998.100","15755.731"],["28624.987","9156.815"],["28638.265","9093.110"],["28748.016","9145.903"],["28703.640","9012.267"],["22663.810","9141.701"],["16893.232","15844.874"],["18752.695","15547.380"],["28033.734","12707.957"],["29816.057","9481.031"],["29627.562","9564.342"],["29637.677","9471.753"],["19091.178","13893.405"],["19421.043","14375.986"],["20581.561","13120.315"],["15818.149","16294.771"],["17103.131","17816.337"],["23541.240","8006.704"],["23532.243","8011.054"],["23887.120","7394.120"],["19502.538","12345.517"],["19399.055","18506.023"],["17205.059","18053.248"],["17200.873","18128.648"],["17211.001","18209.467"],["17235.124","18056.592"],["18155.052","14421.189"],["18065.295","14363.831"],["20024.722","11573.192"],["17238.720","18324.990"],["20209.852","15744.439"],["17983.874","16349.129"],["17852.576","16206.853"],["17883.095","16224.189"],["24699.692","16922.559"],["24350.543","7709.481"],["24338.028","7724.277"],["24242.383","7742.496"],["24231.169","7708.837"],["18840.277","15849.696"],["18505.719","14668.511"],["18938.291","14561.441"],["17897.451","17393.719"],["17906.799","17297.489"],["17875.426","17338.608"],["18002.691","17352.423"],["16507.862","16855.785"],["16452.163","16793.264"],["25999.933","16946.103"],["17183.702","17286.318"],["18977.631","11518.578"],["16428.521","17024.799"],["16557.423","17061.047"],["16549.445","17138.579"],["16440.545","16991.455"],["28733.241","8676.268"],["28731.031","8667.921"],["21491.262","13804.292"],["21454.976","13744.651"],["16504.760","16426.803"],["16541.364","16374.304"],["16483.465","16473.266"],["16003.960","17915.284"],["15965.609","18001.532"],["16016.599","17880.076"],["24365.589","7898.463"],["24486.834","7901.219"],["24361.633","7988.919"],["24396.345","8005.641"],["24402.173","7919.237"],["19406.499","12619.086"],["19451.645","12642.592"],["19335.414","12716.986"],["29791.075","9784.132"],["29336.476","9408.841"],["29226.602","9522.838"],["18094.078","17394.898"],["18096.992","17398.369"],["17674.156","16367.735"],["17819.877","16436.862"],["20804.809","14939.833"],["20973.957","14986.343"],["29039.589","9613.374"],["29072.266","9649.181"],["25205.242","16904.904"],["29192.333","9547.368"],["29022.907","9456.536"],["29135.310","9584.209"],["19078.151","18048.402"],["19011.318","18178.610"],["17533.521","12045.547"],["18491.699","18342.570"],["18516.519","18348.086"],["18469.328","18281.442"],["16537.059","16227.406"],["16531.064","16172.772"],["17532.513","12539.881"],["17501.861","12435.106"],["18672.716","17109.879"],["20837.682","11787.880"],["24257.033","7675.736"],["24207.021","7601.851"],["24243.993","7656.999"],["24194.910","7646.615"],["24193.712","7659.034"],["24218.697","7644.298"],["24214.223","7676.155"],["24309.231","7679.663"],["24148.769","7559.208"],["24154.702","7558.850"],["24164.041","7590.929"],["24204.198","7578.573"],["20418.723","13326.861"],["20431.650","13309.947"],["28208.963","9353.835"],["28252.828","9228.273"],["18888.677","17416.049"],["18954.546","17455.060"],["19042.828","17558.188"],["19063.912","17533.940"],["18046.760","17750.113"],["18814.390","14157.008"],["18824.682","14195.453"],["18829.999","14201.119"],["18145.390","17711.718"],["18224.827","17701.254"],["18188.616","17665.251"],["18156.931","17650.661"],["18223.268","17626.354"],["18155.992","17667.020"],["18063.790","17698.820"],["21323.202","15910.558"],["17847.432","17138.589"],["17949.480","17148.790"],["18022.467","17142.511"],["17873.461","17167.442"],["18330.679","14221.542"],["18387.719","14160.188"],["19193.793","17498.121"],["19289.797","17504.425"],["17482.715","17389.819"],["17586.122","17370.936"],["17460.069","17308.265"],["17715.193","15869.476"],["18012.139","15153.753"],["18001.733","15144.625"],["27894.300","17401.291"],["27879.275","17349.589"],["16225.810","16650.006"],["16169.289","16700.217"],["16279.539","16735.635"],["18044.798","17528.535"],["18219.001","17511.318"],["18220.136","17437.053"],["24386.987","7696.653"],["19946.595","13710.347"],["19979.392","13772.772"],["20002.277","13664.391"],["18269.788","17642.873"],["18459.299","17720.862"],["18356.411","17648.592"],["18345.335","17613.600"],["18444.750","17595.047"],["20381.429","13428.056"],["20417.723","13471.254"],["18284.252","16876.619"],["18282.424","17400.521"],["18321.252","17276.742"],["24313.810","7605.054"],["24348.439","7646.067"],["18559.566","16527.117"],["18558.789","16504.543"],["18571.427","16420.203"],["16732.374","17587.442"],["17500.076","14734.736"],["17500.539","14739.726"],["17495.458","14731.084"],["17494.377","14736.014"],["17473.145","17877.803"],["18673.890","14627.479"],["18762.145","14605.750"],["18781.596","14592.448"],["19093.099","17473.241"],["18445.527","16347.105"],["18439.605","16307.732"],["18454.232","16167.140"],["19742.483","14220.263"],["23637.660","7839.813"],["23673.071","7842.451"],["20225.677","10854.594"],["16243.463","17521.327"],["18891.915","17759.113"],["18965.170","17831.778"],["18984.522","17776.599"],["19626.242","14964.080"],["17742.210","15581.748"],["22869.914","16578.097"],["20210.323","11396.199"],["20238.656","11368.507"],["20185.302","11327.863"],["19827.871","13635.263"],["16655.553","16263.468"],["16644.083","16288.971"],["16573.127","16203.321"],["16567.652","16187.976"],["16622.441","16486.110"],["16604.380","16355.583"],["28683.615","9812.438"],["29186.748","9853.220"],["17485.861","17115.344"],["27971.598","12781.989"],["16530.103","16082.731"],["16473.686","16122.858"],["28971.589","9658.406"],["28966.012","9663.468"],["17097.830","18255.630"],["17078.785","18273.746"],["17086.566","18413.285"],["17430.683","16056.569"],["17453.850","16052.852"],["16794.737","16090.400"],["16900.483","16076.969"],["16915.598","16113.013"],["29433.914","9048.068"],["20691.196","16328.670"],["29344.346","9752.200"],["29424.953","9403.516"],["17604.886","16241.061"],["17562.800","16327.197"],["19217.805","13324.525"],["19872.741","10643.217"],["20446.845","14481.299"],["18291.300","13940.244"],["27957.194","17274.533"],["27891.878","12713.969"],["18618.913","16855.768"],["18598.244","16828.815"],["18495.224","14588.570"],["18596.483","14559.359"],["18630.615","14601.451"],["19347.757","10979.877"],["17770.261","16005.303"],["16361.938","16294.112"],["18652.779","16519.640"],["24190.036","8082.317"],["20389.998","14946.509"],["29779.609","9639.088"],["18679.422","16866.955"],["29555.720","9598.599"],["23934.903","7602.951"],["23908.338","7602.470"],["23905.340","7573.229"],["23913.366","7584.272"],["23875.346","7535.247"],["23935.521","7484.902"],["23910.456","7493.987"],["20242.369","11253.963"],["18738.848","17430.403"],["20112.249","11455.682"],["19547.736","14525.335"],["19695.645","14622.199"],["19677.664","14614.350"],["15823.893","17940.824"],["15904.104","17908.827"],["15885.251","17983.125"],["15872.148","17961.416"],["15908.140","17937.395"],["15913.021","17855.323"],["15785.620","17977.476"],["15802.676","18041.280"],["15838.619","17913.893"],["17920.185","14529.565"],["17942.775","14509.877"],["17928.627","14509.568"],["16568.321","15826.873"],["16732.131","15886.334"],["16655.059","15914.097"],["16625.951","15843.394"],["20625.315","13347.450"],["20594.800","13368.059"],["19030.355","11193.557"],["23353.269","17402.080"],["23475.331","17201.418"],["18527.685","14417.927"],["18540.192","14435.049"],["16364.895","15909.764"],["16461.773","15854.019"],["29368.682","9843.615"],["19353.763","17923.251"],["17303.637","13161.314"],["17210.548","12998.418"],["16778.159","17583.269"],["30813.228","9628.071"],["22844.339","15889.077"],["18681.014","16647.253"],["23794.082","17723.596"],["24378.581","7624.472"],["18211.765","17198.092"],["17169.682","17832.436"],["17134.704","17840.505"],["17035.303","18033.411"],["16985.024","17137.720"],["24413.001","17010.947"],["17435.955","17756.498"],["17599.504","17730.715"],["15671.957","18152.194"],["19393.205","12326.166"],["19459.232","15826.288"],["17999.324","17440.480"],["17854.102","17570.303"],["18030.717","17583.826"],["20002.004","11586.842"],["19532.324","18295.232"],["20433.572","14031.042"],["21125.368","15794.070"],["21196.326","15909.080"],["21070.960","15846.427"],["21192.369","15791.106"],["21076.845","15806.895"],["19207.608","11499.861"],["19154.269","14350.562"],["18039.777","16428.675"],["30849.716","9581.062"],["25132.669","8311.814"],["18092.513","16509.683"],["18051.511","16511.065"],["18128.448","16503.067"],["18957.616","17966.625"],["19036.381","18005.865"],["18967.877","18036.659"],["19014.488","17894.638"],["27697.160","16915.121"],["27897.658","12760.906"],["27821.218","12788.118"],["17802.960","15390.509"],["17666.563","15400.775"],["17973.610","15594.240"],["17982.120","15532.520"],["17963.581","15547.444"],["17391.582","17376.782"],["17268.703","17224.704"],["17256.513","17364.774"],["17202.800","17244.775"],["17220.630","17201.531"],["19202.001","15591.391"],["23805.469","7802.228"],["20597.162","16086.351"],["18430.040","12161.512"],["18731.232","18319.175"],["24159.830","7932.803"],["24180.691","7920.233"],["24185.701","7936.538"],["24199.662","7924.708"],["24223.627","7924.168"],["24230.678","7902.570"],["24350.233","7919.104"],["24342.861","7980.300"],["24342.181","7996.213"],["24276.946","8047.424"],["24252.874","8053.337"],["21295.716","15265.698"],["17877.556","17490.723"],["17737.670","17429.290"],["17629.376","17483.872"],["20530.870","13927.524"],["21422.883","9347.925"],["17865.522","15943.974"],["17895.124","15951.726"],["17936.424","15965.129"],["17992.560","15941.898"],["18018.005","15988.917"],["17933.825","16006.434"],["29311.525","9863.474"],["29247.120","9848.388"],["17339.989","17427.307"],["17288.593","17569.392"],["17216.656","17504.168"],["17367.920","17468.001"],["24034.610","8054.369"],["24052.784","8007.589"],["24073.321","7922.185"],["24083.169","7952.717"],["24064.382","7967.896"],["24057.135","7987.994"],["24088.955","7986.725"],["24026.013","8066.302"],["18608.178","17013.789"],["18581.615","17044.545"],["15753.344","18060.735"],["15910.481","18103.030"],["15902.520","18085.420"],["19111.494","17912.847"],["19194.549","17929.073"],["19236.362","17906.490"],["19279.995","17907.248"],["27557.949","16773.776"],["28571.946","9467.349"],["22246.382","8403.729"],["22197.630","8463.488"],["17857.270","17763.467"],["17987.623","17760.204"],["17973.560","17735.269"],["28819.275","8736.669"],["28780.828","8660.382"],["16618.919","17170.965"],["16631.409","17072.397"],["21325.649","13699.320"],["21401.092","13702.745"],["17494.914","12208.893"],["17256.540","13304.097"],["16363.553","15997.278"],["16537.754","15941.700"],["24583.789","16947.239"],["24693.764","16942.440"],["24239.440","7712.860"],["24344.054","7844.413"],["24314.381","7694.931"],["24339.176","7730.629"],["24330.985","7716.889"],["24314.972","7761.307"],["24274.356","7794.309"],["24197.968","7844.666"],["24198.818","7868.418"],["24159.732","7890.297"],["24233.381","7863.987"],["24284.005","7881.069"],["16393.236","17618.993"],["16559.500","17496.889"],["16916.977","15676.793"],["16859.674","15510.878"],["16934.432","15648.856"],["16886.877","15527.922"],["18679.834","17684.131"],["18704.959","17778.782"],["18872.653","17820.971"],["23332.725","8283.065"],["17399.512","16009.012"],["16666.118","16104.577"],["16762.567","16124.792"],["16625.325","16109.074"],["16731.920","15946.221"],["21086.100","15335.551"],["18869.552","17853.245"],["29652.399","9048.257"],["17858.871","18293.665"],["28774.179","8878.525"],["16654.947","16604.237"],["28659.218","8495.187"],["28582.556","8513.631"],["18690.991","17379.374"],["18680.327","17310.395"],["18800.497","17395.732"],["18839.764","17386.672"],["18781.042","17361.729"],["18672.832","17208.281"],["18724.151","17254.841"],["18959.436","18290.377"],["22979.738","12800.846"],["22933.016","12785.339"],["22981.954","12799.534"],["22964.845","12782.818"],["22933.430","12785.359"],["22933.151","12785.339"],["22924.205","12781.768"],["22924.633","12781.785"],["22924.353","12781.768"],["22979.590","12800.846"],["22980.017","12800.862"],["17340.020","17960.838"],["17305.170","17901.851"],["20242.717","11443.308"],["29727.584","10459.900"],["29690.491","9355.350"],["17822.855","16321.881"],["22768.279","15359.934"],["20857.581","14055.480"],["29023.793","8772.186"],["28964.519","9395.432"],["19840.247","14316.119"],["19874.819","14345.724"],["24130.506","17242.502"],["20777.048","13616.690"],["20417.999","12257.839"],["19330.603","14922.106"],["19333.241","14941.680"],["18180.001","18620.848"],["18222.241","18486.108"],["17940.874","16705.251"],["17960.427","16622.405"],["16268.999","16382.939"],["16231.672","16476.070"],["16221.887","16554.395"],["16307.611","16497.270"],["16319.011","16456.442"],["18609.842","16741.200"],["18570.815","16566.950"],["16831.088","17661.722"],["20769.307","14795.095"],["20777.309","14804.493"],["17358.432","17784.725"],["17402.863","17792.647"],["17284.390","17638.966"],["17319.511","17664.039"],["21459.926","9435.632"],["21464.097","9432.049"],["19298.345","17634.764"],["16557.559","16710.259"],["16516.827","16599.535"],["17889.119","15326.466"],["17874.645","15357.006"],["17877.527","15350.598"],["17842.480","15360.181"],["19513.854","18435.381"],["18857.900","13986.667"],["17495.382","14115.168"],["16648.247","15706.407"],["15954.013","17549.516"],["20564.075","10101.191"],["28246.926","8843.214"],["20312.122","13099.700"],["21872.373","9953.342"],["27853.399","12876.401"],["22397.847","15473.173"],["20408.675","13097.486"],["20417.279","12995.278"],["19019.629","13895.596"],["18630.784","15050.478"],["18219.514","13007.095"],["17063.221","18049.165"],["17038.313","18083.441"],["17004.639","18229.088"],["17064.321","18254.655"],["17039.750","18161.537"],["17097.424","18247.747"],["29553.625","9351.189"],["29495.463","9300.508"],["29434.570","9287.882"],["19650.706","11406.673"],["19541.362","11356.847"],["28907.636","9033.485"],["28960.649","9142.018"],["25960.922","8220.256"],["16855.918","15993.775"],["18277.325","18381.728"],["18396.091","18384.763"],["19774.491","11835.073"],["18936.049","15607.273"],["24190.630","17216.093"],["16988.445","15904.047"],["17783.471","17738.843"],["16324.608","17643.260"],["23984.041","7636.516"],["23990.466","7637.332"],["23945.715","7622.136"],["24128.663","7638.656"],["24032.357","7586.014"],["24024.213","7585.923"],["24020.124","7546.816"],["24046.961","7508.252"],["24021.385","7486.377"],["24061.792","7567.729"],["24130.351","7551.994"],["24119.233","7523.374"],["20726.937","13512.454"],["20654.293","13525.273"],["21183.351","15559.791"],["17507.690","17499.492"],["17410.287","17523.519"],["17529.076","17419.003"],["17564.551","17462.710"],["17575.749","17536.446"],["17800.057","17728.609"],["16662.669","18052.765"],["16589.937","18224.717"],["17696.845","17142.869"],["24412.786","7782.236"],["24392.209","7793.739"],["24395.957","7759.912"],["24373.688","7747.103"],["24361.199","7757.717"],["24394.919","7793.198"],["24368.039","7855.138"],["24424.644","7695.777"],["24528.822","7762.613"],["24520.997","7872.075"],["24488.954","7893.972"],["19705.618","10949.176"],["18968.698","18367.345"],["27766.498","16948.846"],["27747.608","16899.530"],["28673.815","8544.268"],["28766.179","8409.246"],["18194.647","17210.163"],["17324.147","16292.084"],["19865.302","10736.766"],["19779.972","10761.422"],["19812.815","10736.623"],["17815.936","17524.561"],["16526.619","17263.614"],["16522.925","17231.077"],["16528.199","17321.374"],["19179.969","11126.260"],["19286.627","11278.682"],["16588.436","17221.199"],["16590.724","17265.812"],["19081.495","14093.496"],["19023.918","14102.321"],["19028.521","14125.385"],["19022.333","14095.395"],["19071.937","14069.503"],["19079.793","14081.456"],["19017.280","14031.572"],["19005.702","14048.779"],["28230.241","9381.720"],["17246.076","18708.510"],["17318.229","18768.983"],["24296.455","17097.072"],["18715.069","18670.163"],["28279.035","9075.700"],["16116.130","17735.465"],["21406.186","9343.420"],["16212.032","16321.411"],["16266.273","16209.741"],["16257.710","16281.093"],["20347.483","15386.477"],["16863.254","16562.870"],["18264.400","13727.665"],["17982.208","17903.321"],["17931.748","17920.710"],["17892.949","17877.401"],["16263.958","16921.156"],["24412.787","8013.811"],["24529.895","8026.209"],["18640.696","17973.546"],["17260.344","16604.730"],["17265.212","16595.012"],["17822.594","17209.407"],["17771.634","17254.746"],["17740.626","17278.020"],["19626.508","18211.774"],["19585.708","18098.239"],["18376.889","17864.894"],["27996.426","12884.912"],["28077.319","12798.398"],["18343.513","14542.624"],["16224.991","15840.196"],["16343.059","15898.181"],["20189.928","14590.729"],["28878.941","8403.276"],["28960.090","8462.297"],["19154.429","11389.720"],["28555.251","9515.962"],["29381.830","8969.393"],["16628.228","18854.935"],["19101.001","18533.924"],["28290.961","9027.104"],["19026.989","13732.758"],["19088.021","13674.816"],["19072.271","13683.873"],["18224.718","16841.641"],["18169.987","16804.149"],["17607.921","16775.382"],["19074.489","11478.880"],["19043.577","11386.728"],["19738.059","11055.143"],["19839.413","10866.424"],["16668.697","17797.031"],["28166.169","12743.225"],["18082.972","17117.044"],["18074.142","17008.697"],["27553.802","16778.172"],["19790.327","18316.520"],["19900.753","18385.749"],["23435.255","8029.017"],["19569.119","11553.544"],["18825.063","18756.220"],["18839.673","18782.481"],["18875.278","18765.900"],["17767.728","16671.946"],["17780.122","16745.025"],["17828.287","16589.136"],["28631.918","9143.664"],["28656.686","9115.274"],["28740.981","9151.586"],["16799.925","15875.656"],["16982.410","15791.878"],["16844.869","15917.833"],["28005.089","12739.047"],["29633.127","9557.390"],["19095.767","13898.857"],["19428.413","14373.756"],["20579.335","13137.303"],["15772.386","16264.015"],["23545.894","8007.636"],["23531.858","8013.367"],["23876.228","7382.520"],["19449.065","12395.217"],["19434.884","12413.572"],["19490.363","12511.985"],["19103.469","18297.496"],["19222.437","18296.455"],["19388.973","18473.735"],["19383.015","18546.209"],["19320.519","18639.712"],["19333.923","18531.824"],["19323.905","18676.506"],["29388.004","9269.336"],["29212.961","9206.296"],["18157.928","14412.114"],["18072.894","14363.040"],["17979.189","16345.729"],["17848.751","16223.940"],["17900.050","16219.448"],["24350.861","7705.763"],["24332.184","7732.550"],["24239.898","7750.948"],["24240.401","7739.666"],["24229.627","7706.767"],["18841.670","15843.253"],["18512.239","14669.400"],["18938.460","14563.627"],["17975.423","17369.039"],["17902.389","17207.482"],["17905.512","17198.244"],["17893.051","17289.368"],["17877.390","17348.794"],["16506.446","16869.704"],["16441.025","16804.714"],["16440.537","16980.847"],["16738.188","16961.407"],["16770.819","16828.380"],["17189.402","17295.824"],["17190.642","17251.873"],["19014.895","11618.873"],["16411.832","17006.993"],["16554.709","17058.129"],["16550.081","17120.605"],["28670.196","8736.561"],["21494.915","13809.239"],["21503.084","13805.026"],["21489.773","13801.905"],["21485.050","13801.327"],["16565.983","16556.202"],["16536.439","16386.476"],["16479.932","16472.135"],["16561.982","16377.064"],["24362.577","7900.133"],["24356.081","7992.997"],["24404.764","7927.092"],["28081.317","10786.178"],["19474.782","12678.621"],["19328.430","12692.982"],["19422.142","12636.946"],["17152.467","16247.611"],["29279.163","9465.018"],["29337.484","9398.997"],["29408.261","9439.206"],["18089.417","17349.207"],["17650.938","16413.395"],["17817.946","16489.515"],["17718.713","16442.738"],["17521.639","12558.988"],["20982.053","14966.900"],["20808.063","15011.913"],["29154.885","9590.800"],["29120.088","9647.514"],["25205.320","16902.732"],["29009.936","9379.198"],["29046.530","9561.578"],["29076.647","9565.998"],["29032.595","9478.946"],["18940.130","18049.508"],["18975.183","18196.496"],["18615.158","18461.412"],["18487.291","18341.761"],["18508.460","18350.381"],["18493.111","18284.795"],["18649.195","18440.361"],["16554.305","16242.861"],["16565.312","16182.400"],["20304.371","11231.927"],["24206.597","7579.482"],["24259.092","7671.628"],["24215.164","7608.855"],["24242.088","7655.492"],["24185.000","7644.669"],["24194.942","7656.685"],["24223.222","7643.481"],["24210.537","7675.370"],["24303.227","7679.174"],["24147.728","7561.799"],["24154.948","7555.415"],["24170.428","7595.915"],["24168.461","7594.120"],["24197.105","7574.450"],["20444.146","13314.352"],["20422.733","13388.555"],["18372.168","18602.918"],["21121.994","15956.054"],["21081.379","16018.532"],["28237.061","9232.242"],["18811.944","14151.775"],["18820.327","14204.338"],["18831.867","14207.673"],["17458.694","16623.511"],["16845.104","18122.824"],["21201.965","15783.098"],["19843.751","13255.593"],["18024.818","17142.914"],["17861.962","17041.080"],["18339.690","14227.923"],["18386.174","14169.859"],["17492.714","17279.523"],["17488.055","17355.972"],["17616.345","17235.181"],["17477.511","17303.910"],["17427.912","17347.926"],["17720.941","15862.394"],["27874.859","17347.278"],["27892.718","17400.073"],["16221.106","16640.792"],["16147.465","16718.296"],["16189.759","16737.352"],["16241.336","16737.508"],["18078.990","17410.102"],["24382.226","7703.792"],["18283.219","17797.943"],["24307.818","7601.628"],["24353.885","7643.042"],["16901.894","16740.697"],["16958.648","16674.853"],["19373.241","15727.083"],["18963.400","18580.602"],["17549.768","14782.974"],["17554.292","14785.704"],["17545.376","14777.243"],["17552.609","14758.430"],["17548.406","14756.801"],["17560.521","14761.079"],["17531.337","14751.236"],["17527.752","14745.904"],["17497.752","14732.645"],["17502.708","14736.435"],["18759.959","14601.644"],["18783.712","14590.745"],["19737.174","14229.268"],["18236.959","17835.179"],["23636.487","7843.970"],["23672.830","7841.991"],["16154.746","17596.179"],["17058.540","17186.018"],["20194.696","11418.958"],["20242.837","11405.064"],["20222.801","11347.882"],["19829.290","13644.606"],["18738.043","17938.687"],["16643.302","16180.817"],["16600.119","16224.490"],["16638.877","16155.540"],["16577.135","16213.320"],["16619.490","16454.569"],["16578.625","16455.595"],["28672.210","9840.922"],["27977.041","12784.847"],["16481.816","16126.500"],["16529.362","16087.505"],["28870.392","9644.340"],["28985.467","9708.039"],["17438.848","16047.619"],["17474.257","16076.383"],["17447.315","16083.415"],["16909.016","16100.234"],["29429.992","9114.785"],["29411.316","9092.938"],["28522.211","8428.307"],["20654.324","16311.760"],["29332.259","9729.890"],["29529.854","9578.839"],["17432.293","16191.580"],["17477.722","16351.354"],["17490.469","16163.373"],["17574.113","16162.738"],["17604.667","16175.680"],["17566.077","16246.386"],["17508.336","16274.594"],["19222.403","13322.566"],["19859.814","10629.227"],["19899.361","10611.579"],["20455.261","14497.652"],["18295.054","13924.475"],["27878.945","12748.748"],["27899.950","12718.904"],["22435.532","15583.941"],["18479.898","14586.788"],["18604.611","14553.773"],["18632.640","14600.320"],["18671.576","14623.599"],["17771.885","15993.530"],["16424.282","16318.427"],["16359.891","16280.084"],["24183.807","8083.301"],["20390.244","14941.080"],["29631.283","9595.143"],["29772.496","9697.903"],["29804.480","9703.088"],["29779.143","9610.036"],["17254.391","18529.426"],["17259.569","16561.579"],["23937.108","7603.704"],["23902.971","7606.287"],["23904.511","7566.867"],["23918.171","7586.803"],["23879.939","7542.340"],["23879.155","7533.806"],["23931.576","7486.323"],["23911.167","7504.901"],["21505.199","15337.309"],["20143.173","11384.296"],["17500.621","18516.951"],["17722.213","18083.708"],["17828.034","18078.485"],["19698.729","14620.619"],["19679.633","14612.592"],["15841.311","17952.029"],["15882.512","17963.192"],["15899.314","17945.151"],["15897.694","17985.052"],["17938.023","14515.503"],["17926.352","14517.828"],["17922.831","14536.243"],["16718.343","15903.571"],["16651.874","15923.492"],["16771.720","15789.143"],["16649.035","15927.746"],["17653.515","16925.108"],["17714.911","16959.991"],["20580.447","13375.244"],["20602.953","13352.237"],["19027.441","11198.199"],["18518.363","14397.957"],["18531.542","14417.190"],["18542.349","14428.589"],["16363.380","15909.010"],["29371.433","9830.829"],["17938.687","16839.040"],["17943.942","16816.711"],["17888.410","16896.603"],["24373.649","7614.246"],["18125.827","17135.544"],["19439.725","18515.957"],["19495.248","18540.808"],["27868.263","17052.054"],["19391.607","18445.921"],["19469.632","18350.369"],["19404.887","12330.417"],["19464.223","15827.951"],["17986.931","17447.431"],["20080.660","11506.700"],["19981.614","11600.491"],["19525.318","18444.778"],["19688.633","18336.357"],["19670.686","18415.548"],["19676.118","18437.541"],["17487.376","18783.856"],["20418.541","14038.855"],["21163.438","15725.903"],["21075.666","15838.934"],["21091.973","15803.499"],["19225.290","11501.477"],["19149.731","14348.171"],["17995.034","16510.214"],["17863.186","16437.751"],["18018.173","16471.053"],["17895.874","16529.483"],["17850.152","16500.455"],["18027.911","16499.019"],["17993.498","16459.911"],["21330.601","15044.922"],["20798.866","14804.723"],["18171.231","16376.945"],["18087.657","16501.434"],["18098.558","16491.088"],["18151.987","16428.731"],["18952.254","17962.100"],["19047.022","17995.196"],["19072.986","18043.497"],["18915.768","17924.312"],["27695.221","16915.037"],["27714.739","16922.300"],["27933.386","11213.557"],["17687.043","15341.200"],["18001.244","15559.697"],["17378.980","17349.877"],["17247.292","17404.339"],["17379.248","17355.987"],["17392.212","17310.696"],["17252.616","17362.032"],["23806.098","7801.119"],["20588.623","16079.125"],["18445.884","12161.643"],["18721.512","18322.643"],["18803.172","18412.463"],["24162.657","7934.884"],["24181.013","7922.921"],["24192.306","7941.273"],["24199.534","7922.669"],["24229.195","7926.265"],["24237.177","7908.712"],["24352.182","7921.280"],["24336.686","7983.488"],["24345.642","8001.048"],["24281.671","8049.223"],["24253.241","8050.619"],["16487.516","17914.516"],["17771.906","18026.631"],["19456.356","15121.015"],["29751.608","9855.500"],["17813.429","17459.252"],["17631.375","17475.293"],["17712.240","17433.468"],["17672.097","17567.143"],["28307.486","17160.909"],["17877.935","15940.033"],["17906.053","15944.596"],["17933.882","15949.776"],["18009.318","15932.229"],["18018.038","15989.841"],["17944.834","16002.307"],["17332.960","17454.547"],["17367.471","17459.094"],["17229.608","17498.761"],["17284.389","17580.034"],["17350.343","17482.014"],["17285.518","17561.262"],["24032.401","8053.115"],["24058.313","8001.425"],["24068.047","7924.549"],["24085.779","7943.244"],["24071.624","7962.665"],["24060.187","7985.026"],["24091.687","7983.958"],["24088.173","7974.676"],["24032.369","8068.323"],["19227.073","13049.161"],["15899.448","18157.817"],["19156.355","17938.003"],["28625.290","9460.351"],["28610.616","9478.227"],["22202.049","8462.073"],["28847.028","8741.516"],["28795.359","8614.898"],["16600.123","17172.042"],["16634.919","17059.732"],["16710.300","17115.129"],["19907.012","16600.144"],["21394.153","13702.581"],["29622.714","8978.588"],["16544.039","15944.654"],["16370.008","15956.199"],["24642.601","16931.752"],["24576.784","16949.357"],["24688.596","16947.186"],["24247.496","7698.275"],["24351.074","7839.719"],["24316.679","7694.306"],["24344.119","7724.606"],["24336.126","7715.984"],["24310.077","7769.107"],["24271.582","7798.407"],["24198.680","7835.415"],["24198.000","7869.574"],["24158.119","7893.496"],["24235.987","7865.918"],["24284.880","7885.784"],["16416.054","17583.733"],["17355.161","16953.126"],["17372.800","16962.834"],["17349.170","16949.585"],["16913.987","15688.677"],["17379.618","15994.502"],["17258.717","15941.185"],["17379.143","15990.454"],["17300.195","16023.263"],["16663.641","16083.239"],["16708.578","16066.000"],["16693.486","16026.771"],["16619.714","16113.664"],["18765.984","17854.564"],["18869.338","17850.966"],["28771.964","8862.891"],["28737.284","8904.646"],["16720.566","16770.889"],["16586.240","16605.971"],["16610.329","16594.830"],["16694.377","16647.820"],["17892.380","18132.186"],["17841.548","18196.711"],["17864.030","18244.921"],["18984.157","18302.978"],["18205.945","16634.665"],["29638.949","9281.615"],["17713.626","16349.182"],["17815.825","16333.766"],["17164.078","18628.117"],["29002.570","8776.087"],["20753.557","13621.810"],["20412.727","12257.831"],["19329.038","14919.174"],["19335.537","14935.114"],["17987.548","16772.810"],["18034.365","16709.938"],["16290.130","16490.757"],["16249.538","16412.839"],["16344.883","16440.515"],["19327.573","18148.154"],["19328.537","18171.853"],["19964.940","18399.794"],["16557.191","16715.892"],["16512.806","16606.430"],["17934.481","15352.636"],["17880.517","15346.471"],["19504.709","18323.572"],["19456.504","18425.683"],["19504.241","18455.490"],["19494.739","18270.949"],["18842.593","13977.339"],["21361.576","15298.424"],["16656.006","15690.776"],["28256.382","8849.860"],["20297.963","13080.726"],["21878.432","9955.962"],["18427.236","13197.575"],["27803.953","12822.626"],["27862.931","12861.722"],["20388.027","13066.993"],["19026.697","13895.540"],["18662.273","18641.116"],["23365.966","17413.160"],["18221.905","13008.631"],["29596.832","9308.054"],["29501.098","9356.229"],["16846.300","16005.197"],["16870.770","15967.794"],["18272.670","18381.315"],["18394.512","18373.153"],["16472.387","17682.982"],["16451.651","17828.242"],["16367.808","17629.175"],["24199.995","17214.400"],["16327.983","17625.215"],["23989.031","7635.875"],["23950.852","7623.920"],["24008.273","7606.354"],["24126.906","7635.183"],["24037.834","7584.711"],["24026.397","7587.783"],["24043.861","7506.526"],["24022.528","7488.747"],["24083.618","7564.979"],["24062.350","7572.728"],["24136.657","7554.838"],["24026.871","7567.568"],["23987.084","7574.489"],["24118.307","7524.192"],["20653.836","13534.892"],["20654.610","13504.597"]] \ No newline at end of file diff --git a/src/gathering/10104.json b/src/gathering/10104.json new file mode 100644 index 0000000..ceb9511 --- /dev/null +++ b/src/gathering/10104.json @@ -0,0 +1 @@ +[["13867.376","14491.620"],["13958.171","14506.440"],["13968.063","14657.747"],["13753.502","14480.004"],["14831.882","12754.817"],["14699.541","12593.598"],["15356.585","14725.112"],["15417.817","14728.056"],["15312.389","14858.488"],["15348.643","14841.642"],["14847.666","13871.985"],["25772.741","16003.848"],["25771.515","16001.617"],["25741.323","15964.577"],["25657.580","15988.250"],["25776.223","16013.486"],["25733.193","16024.891"],["25724.833","16021.066"],["25771.113","16001.191"],["14922.098","14620.310"],["14903.970","14495.393"],["15064.955","14627.041"],["15213.988","15607.911"],["15187.678","15584.145"],["15276.965","15611.007"],["13327.970","14253.572"],["13232.283","14279.645"],["14153.801","12813.514"],["16794.935","14323.880"],["14092.144","14070.742"],["16274.514","15019.077"],["16409.662","15215.820"],["16400.390","14232.345"],["16405.652","14133.944"],["14487.787","16707.597"],["15496.031","12861.649"],["13780.766","12678.437"],["16314.211","12592.454"],["14305.411","14824.833"],["13920.821","14824.680"],["13998.153","14767.103"],["13982.544","14685.815"],["15036.810","16538.638"],["13248.568","12736.909"],["13248.438","12746.688"],["13247.388","12739.107"],["13257.011","12707.469"],["13254.354","12708.619"],["15298.426","15278.309"],["15296.791","15243.497"],["18314.543","14454.164"],["13041.789","13576.085"],["16716.570","14496.638"],["13827.735","12585.485"],["15859.849","13421.462"],["14611.035","13702.706"],["14582.435","13810.469"],["25861.094","15920.197"],["25919.174","15814.031"],["25902.738","15780.542"],["15134.795","12430.543"],["13216.547","13603.961"],["13251.476","13562.103"],["13198.732","13530.434"],["13326.683","13528.672"],["13280.530","13492.044"],["13217.926","13491.426"],["26649.785","16842.362"],["14463.435","14837.490"],["14181.799","12336.451"],["15738.861","13709.740"],["16272.501","13230.288"],["25372.170","16649.389"],["25338.311","16606.339"],["25361.885","16635.009"],["13968.655","13511.293"],["13641.643","14404.506"],["13770.106","14334.660"],["15028.143","15521.522"],["16266.122","14503.244"],["15332.888","15511.111"],["16280.648","14285.571"],["14511.302","13531.819"],["15447.863","13062.603"],["15379.227","13070.389"],["14778.250","13680.145"],["16425.934","16940.982"],["13111.079","13630.983"],["13089.225","13636.159"],["13082.533","13637.704"],["13294.113","14166.333"],["13218.335","13921.533"],["13276.631","13837.051"],["13205.549","13874.787"],["26489.770","16582.593"],["26520.110","16579.714"],["26600.924","16689.012"],["25955.453","16805.029"],["25957.377","16797.594"],["25910.989","16806.502"],["25933.238","16872.077"],["25923.475","16870.692"],["25900.806","16776.868"],["16507.365","17051.307"],["15747.802","14976.841"],["15788.730","15053.573"],["6534.684","9332.456"],["15520.182","15508.720"],["14656.196","17168.158"],["14601.039","17005.511"],["13457.681","13737.750"],["13529.110","13648.698"],["13478.492","13795.344"],["14789.335","16986.734"],["14783.336","16948.663"],["14045.296","15030.826"],["13247.448","13704.548"],["13273.823","13774.455"],["13228.846","13622.913"],["13354.759","13682.802"],["13393.842","13737.262"],["13217.714","13804.840"],["13199.397","13752.674"],["15256.356","13475.019"],["15237.712","13505.667"],["16486.813","15457.666"],["15261.290","12552.061"],["25628.808","16289.769"],["25665.521","16340.971"],["25690.187","16349.100"],["25644.591","16222.360"],["25639.440","16234.841"],["25670.888","16249.599"],["25663.248","16251.460"],["25645.222","16265.039"],["25752.543","16136.856"],["25824.781","16678.650"],["14939.234","13741.917"],["15734.720","13841.543"],["14865.311","14865.351"],["14717.146","14672.625"],["16308.351","16773.132"],["16167.517","16724.003"],["14897.667","13597.131"],["13862.478","14856.205"],["14605.337","12724.776"],["15998.019","15560.978"],["15977.709","15624.969"],["16024.953","15699.952"],["25430.918","16349.287"],["25562.136","16300.909"],["25559.075","16285.576"],["25593.204","16250.570"],["15101.959","14351.080"],["16470.880","14620.681"],["14670.811","14653.932"],["15618.653","14410.510"],["15044.644","13878.693"],["6052.049","9155.080"],["15556.320","14482.069"],["14076.543","13727.517"],["14491.109","12670.095"],["25447.327","16355.380"],["25453.913","16436.437"],["25470.956","16446.859"],["25499.440","16493.686"],["25492.298","16437.097"],["25444.191","16425.952"],["25467.286","16436.145"],["25602.054","16468.764"],["25488.853","16427.815"],["25473.770","16423.330"],["25460.455","16519.366"],["25505.685","16539.216"],["15965.930","14363.494"],["13931.044","13175.510"],["14096.027","13894.841"],["12923.727","13516.551"],["12836.626","13517.587"],["14336.917","12407.062"],["25912.232","16483.190"],["25881.267","16482.520"],["25924.585","16416.432"],["25875.841","16467.160"],["25854.361","16418.852"],["26015.868","16366.835"],["25835.703","16401.481"],["25870.930","16366.862"],["25854.436","16485.932"],["14947.678","15401.345"],["14651.658","12124.765"],["15158.154","16244.895"],["15583.934","14740.790"],["14455.035","17272.783"],["16248.353","14571.060"],["26152.284","16859.333"],["25527.788","15924.318"],["14698.343","14981.185"],["14760.572","14933.354"],["16332.299","15358.025"],["26132.629","16444.822"],["26099.278","16561.761"],["26097.207","16556.290"],["26060.855","16514.241"],["26073.982","16497.597"],["26103.487","16553.875"],["26156.191","16527.615"],["15622.175","15200.949"],["15564.355","15293.438"],["25398.482","16375.972"],["15468.758","15425.959"],["14298.708","14617.002"],["14386.261","14035.534"],["26458.308","16470.192"],["25935.954","16030.915"],["15598.845","15334.360"],["15654.087","15367.330"],["25542.323","16008.012"],["25538.863","16012.640"],["25540.155","16005.915"],["25583.969","16068.977"],["25589.603","15963.170"],["25585.323","15963.370"],["15179.658","16508.217"],["15475.299","13450.642"],["13457.450","13872.846"],["25412.972","16654.260"],["25557.359","16594.538"],["25602.277","16588.466"],["16417.197","14883.493"],["15989.765","14124.715"],["14494.875","16966.466"],["15238.816","14955.743"],["15249.885","14946.466"],["15212.418","15055.820"],["13277.516","12762.765"],["5925.489","9325.396"],["26719.960","16476.460"],["26685.972","16487.761"],["26712.419","16500.078"],["14893.841","14357.972"],["6268.779","9036.118"],["13944.551","14904.089"],["13840.183","15023.312"],["13917.617","14940.471"],["16501.060","14516.572"],["6296.186","9256.076"],["15891.903","15317.397"],["15826.699","15444.159"],["15814.858","15312.497"],["14982.336","12352.056"],["15166.253","15389.909"],["15100.466","15499.105"],["15273.874","15493.548"],["15487.575","14533.546"],["15335.769","14649.763"],["15634.504","14898.021"],["15788.205","15092.827"],["16281.350","14041.659"],["14678.715","15627.726"],["15107.893","13637.618"],["14581.654","14355.628"],["26142.446","16329.283"],["26137.729","16302.012"],["26143.097","16311.860"],["26124.695","16344.693"],["25669.011","16409.258"],["25667.279","16437.753"],["25683.256","16421.984"],["25713.351","16437.373"],["25664.885","16427.701"],["25679.478","16419.453"],["25699.445","16416.631"],["25696.353","16423.255"],["25692.772","16431.275"],["25771.529","16503.402"],["25770.719","16510.628"],["25775.285","16506.379"],["25822.274","16476.754"],["25633.808","16501.912"],["25660.703","16525.396"],["25799.208","16435.574"],["15366.453","14214.320"],["15242.265","12886.088"],["15289.445","12831.517"],["26101.928","16570.544"],["26124.063","16609.711"],["26107.368","16622.834"],["26077.885","16583.866"],["26099.432","16566.122"],["26076.688","16589.702"],["26101.190","16741.742"],["26223.317","16678.370"],["26238.975","16692.518"],["25863.817","16169.073"],["14255.173","17179.403"],["16605.715","14287.953"],["14423.956","12810.291"],["15228.348","13266.810"],["16233.018","14815.187"],["16260.098","14696.214"],["15083.818","14952.379"],["15038.231","12030.493"],["26612.146","16546.952"],["26563.912","16547.963"],["26466.966","16532.231"],["26526.105","16514.932"],["26554.493","16427.994"],["26528.366","16436.808"],["26553.187","16432.894"],["26031.466","16683.619"],["25866.816","16739.402"],["14848.537","16342.194"],["14917.835","13319.407"],["14997.159","13371.553"],["16590.206","14367.014"],["13877.672","12679.035"],["14470.459","14572.803"],["13631.047","14061.035"],["13769.637","14094.590"],["13827.626","14238.201"],["13948.306","12894.221"],["25656.593","15910.651"],["25652.459","15882.157"],["25671.056","15900.504"],["25701.161","15863.364"],["25711.575","15892.661"],["25794.402","15919.237"],["15184.097","14227.315"],["16805.401","14645.473"],["16827.963","14501.515"],["13467.546","14271.738"],["15609.117","13427.604"],["15633.744","13533.096"],["13550.097","14115.358"],["6181.103","8926.876"],["14051.331","14857.829"],["14969.738","14858.120"],["15545.726","13861.987"],["15528.347","14038.078"],["15647.190","14094.370"],["13894.269","14493.938"],["13942.610","14518.658"],["14031.198","14595.966"],["15092.595","12915.177"],["15026.445","12866.178"],["14771.174","12585.020"],["14882.211","12571.419"],["14698.948","12346.429"],["15492.706","14709.501"],["14444.630","17262.249"],["13283.438","14189.602"],["13367.056","14238.890"],["13247.287","14288.363"],["13942.969","12421.093"],["16327.284","15004.172"],["16445.586","15212.302"],["14479.277","16722.725"],["15316.366","12844.343"],["15364.406","12797.128"],["13686.414","12742.632"],["16306.224","12611.099"],["13975.244","14857.319"],["14015.160","14730.443"],["14986.898","16420.662"],["13152.858","13590.528"],["13173.230","13566.914"],["28513.338","11063.362"],["15116.224","12495.950"],["13227.761","13583.918"],["13308.263","13539.466"],["13235.817","13497.131"],["14990.935","12308.981"],["16344.137","13280.213"],["13864.556","14247.670"],["13692.009","14254.102"],["13764.870","14284.294"],["13765.324","14350.062"],["15788.334","13388.402"],["15187.232","16461.396"],["15470.445","13070.408"],["16424.330","16929.912"],["13095.251","13608.981"],["13081.731","13604.760"],["13086.857","13608.152"],["13348.410","13867.168"],["13279.518","13955.394"],["16495.566","17044.691"],["15767.038","14961.146"],["15804.966","15062.313"],["14872.278","12253.660"],["15056.937","13132.887"],["14551.652","17138.953"],["13441.811","13714.294"],["13574.467","13661.369"],["13513.045","13800.176"],["14849.521","16889.892"],["14066.052","15013.735"],["13277.580","13779.977"],["13218.335","13708.787"],["13259.381","13798.458"],["13211.145","13632.898"],["13324.463","13686.042"],["13379.815","13726.271"],["13288.928","13805.207"],["15219.568","13394.953"],["15300.971","13435.929"],["16437.177","15470.889"],["15218.362","12737.695"],["13900.781","14866.762"],["14632.073","12632.963"],["16528.002","14588.714"],["15615.484","14326.932"],["15551.110","14484.034"],["14908.825","13418.014"],["15668.866","13303.712"],["13155.264","13894.261"],["15148.984","12078.556"],["13808.591","14909.398"],["12843.032","13544.594"],["12946.210","13500.614"],["29069.420","11420.055"],["14561.895","12166.703"],["14619.116","12326.225"],["15122.979","16268.094"],["15565.522","14736.015"],["14310.063","17212.837"],["16163.910","14618.437"],["16225.838","14584.940"],["16336.843","15352.535"],["14949.708","12181.940"],["15591.086","15185.458"],["15507.472","15339.209"],["15455.148","15390.618"],["14131.229","12566.784"],["15652.959","12305.418"],["15017.520","16731.329"],["14627.366","17245.922"],["13436.959","13944.145"],["15518.073","17463.701"],["15580.142","17475.893"],["14645.392","16892.097"],["15180.703","14951.021"],["5934.598","9284.150"],["14886.318","12719.684"],["14910.115","12547.618"],["13902.648","15019.880"],["13830.745","14989.269"],["15912.028","15301.320"],["14888.754","12405.195"],["15486.759","14538.442"],["15685.025","14891.714"],["14681.587","15618.766"],["15260.370","14841.610"],["14844.987","16324.850"],["14876.621","16288.135"],["14969.572","13390.933"],["14923.994","13327.605"],["14987.764","13276.707"],["15093.535","15987.224"],["14675.884","17325.029"],["14686.891","17266.912"],["14022.122","14916.363"],["28389.601","10832.543"],["14606.869","12388.182"],["13706.085","14029.365"],["13752.927","14177.477"],["13419.001","14254.141"],["13577.287","14336.245"],["13481.651","14325.359"],["13807.204","14505.927"],["13537.866","14129.376"],["6072.159","9096.696"],["6115.065","8907.493"],["15866.962","12519.523"],["14044.694","14763.803"],["15571.989","13873.637"],["15321.739","14699.526"],["15353.110","14818.321"],["14850.711","13872.052"],["15488.135","14031.711"],["14989.678","14498.681"],["15200.399","15687.795"],["15293.693","15649.394"],["14184.632","12762.812"],["14212.134","12865.273"],["14005.067","12410.323"],["14120.075","14107.982"],["16366.769","14230.269"],["16406.690","14060.991"],["16253.273","12594.951"],["14428.176","14843.853"],["14289.462","14795.311"],["14934.867","16528.292"],["15276.525","15255.056"],["14735.405","14629.379"],["16696.952","14531.534"],["15796.361","13394.578"],["14657.275","13812.048"],["14654.164","13630.248"],["15240.114","12392.804"],["14616.997","12761.281"],["14173.170","12339.604"],["16194.022","13263.965"],["15045.063","15563.253"],["15997.625","12309.171"],["15336.796","15525.594"],["15314.832","15548.024"],["16283.932","14297.202"],["15419.160","13156.089"],["14820.990","13750.071"],["15812.540","15065.433"],["15099.981","14624.040"],["15548.558","15507.973"],["14476.365","17049.578"],["14612.594","17007.412"],["14806.059","16901.706"],["15440.011","12273.178"],["15230.065","13515.124"],["16373.759","15446.419"],["14390.530","12713.611"],["15733.508","13824.338"],["14753.009","14773.045"],["14702.502","14674.776"],["14620.961","12664.592"],["16031.033","15588.727"],["16046.319","15651.014"],["15174.786","14324.101"],["14069.640","13722.344"],["15028.520","13568.283"],["15754.491","14070.651"],["15871.102","14079.730"],["14484.793","12686.474"],["15713.075","13735.800"],["15175.771","12090.046"],["13879.624","13136.459"],["15186.205","13170.237"],["14570.930","13911.959"],["14154.649","13958.848"],["15902.908","14282.774"],["15039.752","15449.714"],["15012.838","15417.114"],["14543.057","12221.666"],["16268.614","14590.806"],["14962.380","13624.562"],["15061.490","13697.277"],["14982.784","13716.526"],["14872.058","14875.148"],["14702.072","14898.364"],["14792.278","14892.013"],["16258.765","15331.360"],["15368.883","15454.884"],["15387.677","15418.525"],["14398.117","14554.663"],["14325.425","14639.859"],["15675.925","12333.753"],["14413.987","14047.373"],["15435.507","15095.720"],["14586.474","15069.446"],["14931.949","16742.319"],["16087.207","13333.657"],["15626.022","15385.586"],["15405.465","13463.491"],["16586.250","14484.658"],["14854.401","16357.620"],["16057.240","14066.035"],["15225.291","15024.540"],["15303.224","14955.976"],["15922.783","15544.981"],["5977.472","9250.498"],["15038.509","14377.934"],["6318.559","9136.163"],["16467.560","14848.496"],["16501.886","14683.012"],["16543.571","15672.021"],["15472.653","15058.905"],["15422.698","14874.095"],["6267.912","9257.293"],["16654.145","14663.458"],["15842.288","15389.144"],["13902.951","13353.641"],["14969.884","12364.507"],["15274.408","15336.145"],["15093.653","15504.326"],["15347.781","14570.972"],["15541.612","15082.925"],["14876.854","14362.286"],["16323.447","14103.948"],["14460.145","17122.054"],["15160.961","12884.322"],["16730.312","14432.969"],["16591.480","14304.670"],["16675.706","14260.736"],["16749.917","14406.372"],["14973.905","13846.833"],["16225.426","14729.509"],["15087.436","14959.529"],["16576.096","14321.404"],["14603.805","14470.884"],["15203.044","14238.241"],["16804.670","14638.016"],["16812.220","14452.693"],["13479.481","12859.471"],["15702.446","13549.702"],["6211.810","8962.030"],["14939.822","12743.299"],["14915.498","14710.437"],["15009.951","14872.511"],["14799.114","12641.427"],["14704.969","12600.993"],["15383.351","14783.614"],["14784.946","13935.841"],["15352.578","14133.320"],["14896.426","14625.352"],["14992.122","14488.636"],["15188.589","15576.932"],["15243.289","15593.215"],["15289.911","15582.448"],["14196.798","12817.480"],["14678.621","14417.604"],["14534.738","16721.737"],["14090.902","12246.001"],["14454.499","14845.788"],["14330.843","14674.961"],["14274.229","14785.031"],["16500.040","14318.690"],["14980.523","16563.710"],["16709.525","14462.007"],["16760.431","14541.433"],["14616.401","13717.688"],["14445.973","12703.254"],["15211.371","12540.014"],["15744.148","13727.946"],["13732.405","12807.322"],["13991.901","13580.486"],["14032.896","13475.060"],["15011.415","15535.167"],["15149.050","12158.358"],["15903.628","13181.761"],["15312.785","15525.227"],["16224.011","14280.691"],["14853.416","13765.115"],["14843.745","13686.980"],["15807.487","15068.047"],["15827.177","15069.039"],["14749.577","12185.365"],["6463.315","9251.251"],["15105.596","14590.259"],["14547.795","14197.240"],["15524.976","15552.683"],["14469.105","17122.176"],["15640.616","12901.049"],["15150.609","13536.675"],["16361.917","15440.112"],["14380.079","12757.804"],["14834.650","14850.962"],["14627.037","12734.805"],["15942.160","15569.125"],["15991.229","15628.665"],["16048.480","15660.564"],["15224.302","14256.828"],["14654.714","17145.575"],["6039.549","9110.634"],["14956.004","13580.863"],["15082.747","13578.945"],["16009.764","12901.195"],["14025.071","14086.465"],["15860.062","14091.504"],["13973.050","13138.446"],["14472.867","13882.059"],["16256.027","13045.496"],["14139.324","13948.128"],["15880.527","14316.053"],["15076.111","15469.446"],["14990.627","15403.803"],["16189.621","15356.276"],["14833.864","14205.508"],["15136.338","16258.927"],["14404.516","17238.379"],["15023.101","13718.335"],["14993.565","13729.830"],["14689.944","14992.691"],["14730.587","14925.310"],["15544.159","15104.005"],["15329.420","15355.265"],["15339.793","15440.337"],["15404.317","15350.889"],["14451.941","14591.619"],["15304.646","15257.058"],["14595.507","15021.354"],["13729.124","12481.734"],["13711.113","12530.673"],["14931.069","16742.303"],["15569.175","15299.724"],["15183.213","16510.910"],["15388.403","12477.843"],["15457.311","13456.929"],["16599.280","14533.852"],["14824.922","16379.459"],["15484.508","13989.666"],["16054.061","14080.681"],["14509.734","16923.459"],["15217.979","15055.641"],["15197.864","15076.787"],["5977.755","9252.955"],["15075.304","14334.224"],["6278.734","9124.781"],["16445.856","14859.083"],["16469.972","14692.316"],["14966.610","12601.277"],["16499.899","15663.155"],["15334.650","15083.201"],["15400.995","15083.015"],["15481.895","15046.548"],["6278.339","9270.624"],["16687.380","14690.615"],["15869.768","15415.617"],["14989.006","12356.008"],["14623.054","14701.259"],["15150.166","15395.627"],["15392.936","14565.008"],["16240.211","14230.455"],["14275.584","17177.721"],["16666.984","14338.501"],["16643.287","14365.313"],["16599.388","14307.075"],["16771.020","14368.066"],["14972.122","13842.006"],["16269.992","14832.359"],["14933.940","14924.939"],["14687.267","14573.956"],["15078.287","12090.173"],["16590.959","14393.935"],["15027.446","15979.573"],["15321.028","13262.214"],["15399.971","13185.057"],["14577.822","12355.929"],["14599.079","14451.965"],["13970.225","12889.173"],["14669.699","15603.991"],["16853.431","14492.603"],["15630.593","13470.294"],["15669.749","13548.940"],["6164.764","8877.124"],["15743.820","12356.986"],["15702.713","13863.559"],["15715.337","13972.836"],["14537.826","16722.048"],["15471.876","12806.911"],["16526.217","14361.274"],["15017.759","16513.289"],["13347.659","12657.648"],["13904.862","12371.646"],["16732.808","14450.468"],["15095.181","12366.094"],["14642.922","12762.966"],["16167.684","13203.683"],["15140.402","12310.427"],["15933.779","13388.541"],["15179.845","16545.903"],["16450.633","16970.011"],["15841.499","15015.436"],["14598.317","17087.248"],["14463.419","17118.054"],["14599.640","16999.847"],["14790.224","16913.938"],["14759.678","16959.636"],["15988.137","12606.575"],["14682.653","17134.260"],["15388.154","12711.476"],["14459.071","12199.092"],["15640.382","13329.105"],["16212.082","13019.454"],["14628.357","12269.763"],["16212.031","15350.466"],["15155.036","16266.440"],["14343.259","17221.020"],["16551.194","15621.703"],["16312.715","15452.273"],["14894.376","12206.762"],["15423.689","15126.469"],["15461.588","15085.026"],["15228.126","15048.224"],["15056.805","12698.358"],["15399.042","14909.731"],["13817.933","13027.464"],["15014.751","12357.463"],["15183.628","17449.721"],["15520.557","15075.386"],["14696.736","15593.660"],["14461.876","17103.996"],["15287.435","12837.431"],["14284.467","17178.707"],["15103.954","13193.858"],["15298.331","16588.849"],["14841.461","16334.191"],["6189.602","8930.925"],["14794.323","12661.726"],["14673.847","12608.370"],["15364.055","14844.432"],["14806.224","13944.669"],["13435.635","12608.883"],["16300.862","12958.808"],["13702.388","12232.142"],["14614.135","13214.017"],["14567.747","13219.536"],["14912.327","14648.592"],["15018.550","14513.407"],["15052.106","14654.608"],["15213.250","15630.929"],["15275.887","15630.172"],["13380.665","12695.843"],["14221.364","12957.953"],["14176.784","12820.779"],["16791.894","14359.373"],["14103.220","14097.781"],["16423.631","14130.570"],["16370.710","14073.444"],["16228.300","12716.983"],["16559.214","14375.865"],["14954.820","16474.929"],["13511.511","12444.549"],["13684.450","12491.321"],["13747.086","12396.057"],["14760.666","14647.992"],["14682.428","14637.817"],["14247.130","12099.434"],["16690.738","14621.780"],["16749.596","14640.062"],["16748.332","14543.893"],["13631.867","12686.502"],["14584.652","13710.756"],["14384.266","12674.313"],["14424.194","12665.226"],["14942.518","12125.230"],["16281.410","13354.215"],["16262.961","13338.904"],["16277.605","13298.241"],["14023.900","13410.811"],["16444.029","13444.388"],["16406.593","13470.683"],["13316.417","13265.225"],["13313.502","13357.432"],["15900.991","13190.656"],["15377.586","15573.638"],["15321.647","15622.849"],["16293.088","14247.698"],["14804.786","13694.254"],["14694.057","13679.684"],["14843.044","13645.889"],["6530.593","9262.919"],["15291.383","14516.587"],["14557.078","12104.297"],["15601.855","15530.800"],["14467.286","17096.299"],["14027.594","12132.263"],["13984.427","12140.624"],["13939.879","12127.510"],["13282.632","13110.736"],["15181.699","13558.367"],["16018.158","12583.813"],["14404.354","13439.864"],["14283.757","13511.470"],["14928.335","13689.732"],["14925.591","13722.300"],["15800.330","13850.593"],["16046.100","15716.794"],["16009.693","15617.214"],["16009.425","15533.821"],["15131.863","14250.337"],["15255.466","14375.641"],["16034.848","13494.655"],["14746.026","16999.244"],["5976.123","9107.107"],["14136.586","13649.013"],["15307.334","12576.913"],["15310.072","12740.835"],["14884.149","13480.392"],["15950.980","12951.013"],["15738.569","14108.870"],["15721.375","13738.727"],["14620.096","13110.168"],["15639.916","13190.875"],["15588.048","13254.858"],["15208.917","12063.297"],["15220.784","13128.716"],["14722.823","13083.267"],["14720.378","13029.692"],["14647.476","13834.674"],["16157.879","13022.026"],["14164.162","13930.050"],["15917.113","14319.649"],["15050.140","15418.780"],["14948.620","15348.943"],["14986.939","15504.264"],["14652.675","12295.066"],["14668.072","12279.614"],["14501.228","12164.728"],["16199.893","14538.760"],["14941.518","13650.294"],["15002.574","13693.742"],["15069.522","13815.036"],["15074.452","13653.333"],["15405.083","14258.273"],["14774.207","14937.943"],["14721.812","14980.664"],["14874.250","14933.116"],["16266.821","15363.323"],["16347.112","15472.147"],["16465.665","13099.892"],["16431.058","13116.187"],["15522.389","15102.880"],["15626.087","15289.739"],["15340.166","15451.183"],["15347.917","15357.456"],["15370.881","15421.818"],["14329.165","14660.880"],["14220.437","12609.199"],["14365.634","14073.325"],["15398.408","15138.381"],["15360.328","15116.817"],["15915.758","12955.947"],["14612.671","15027.729"],["14906.413","16659.829"],["15963.172","13367.824"],["15503.334","13485.592"],["16446.272","14874.269"],["16005.401","14056.145"],["14603.303","16914.434"],["15208.026","15057.229"],["15107.859","14930.062"],["13285.491","12798.111"],["13917.841","12077.066"],["15044.675","14297.586"],["16491.877","15655.068"],["14246.794","12690.231"],["15383.363","14911.365"],["15305.917","14916.514"],["16567.306","14666.346"],["15794.276","15308.789"],["15902.513","15420.712"],["15842.024","15361.075"],["13923.032","13233.404"],["14884.844","12425.493"],["14567.859","14865.373"],["15120.391","15408.068"],["15373.125","14636.670"],["15523.065","15006.835"],["14878.296","14347.484"],["16261.659","14184.487"],["15191.623","12969.245"],["16718.818","14441.406"],["16692.174","14362.230"],["16671.847","14331.230"],["14387.449","12851.081"],["14441.225","12911.509"],["14333.252","12945.302"],["14407.842","12825.811"],["15143.121","13206.230"],["14957.403","13906.924"],["16266.412","14723.938"],["15021.910","14883.582"],["16611.121","14396.367"],["14800.276","13296.141"],["14624.619","14468.831"],["14482.799","14561.151"],["13956.945","12873.189"],["15937.093","13056.535"],["16824.306","14488.290"],["13506.741","12884.919"],["13533.858","12887.681"],["15643.200","13502.234"],["14292.663","13649.001"],["14268.398","13673.142"],["14918.349","14756.768"],["15572.838","13981.619"],["13422.726","13560.100"],["13453.760","13561.974"],["14982.545","12896.910"],["15334.673","14836.116"],["14842.474","13957.078"],["14870.142","13827.837"],["16306.563","12878.479"],["15383.631","14146.772"],["14652.008","13215.212"],["15040.280","14654.736"],["15171.391","15608.945"],["15246.960","15663.625"],["15262.240","15645.590"],["14176.621","12862.073"],["14037.624","12490.127"],["14087.774","14093.827"],["16352.219","13416.720"],["16309.885","13394.692"],["14798.605","14366.804"],["16364.989","14224.489"],["16423.588","14079.875"],["14481.485","16731.192"],["13805.496","12702.812"],["16345.368","12727.821"],["14341.012","14686.861"],["14282.301","14769.046"],["16512.524","14384.390"],["15031.922","16476.211"],["15198.019","15100.558"],["15299.317","15295.500"],["13627.016","12425.555"],["13741.513","12413.744"],["14099.847","13581.730"],["14043.873","12086.275"],["16693.397","14472.327"],["16711.283","14621.985"],["14597.874","13674.707"],["14538.849","13788.814"],["14420.669","12724.364"],["13379.038","13511.158"],["16349.501","13381.743"],["16246.000","13340.889"],["16278.077","13329.447"],["14025.458","13479.555"],["16258.378","14504.399"],["16389.169","13478.407"],["13346.626","13368.230"],["13334.169","13289.880"],["15755.910","13302.245"],["15353.956","15538.330"],["15161.549","16439.294"],["16309.450","14262.306"],["14768.523","13679.727"],["16439.713","16965.010"],["16489.190","17072.770"],["15799.124","15027.351"],["14786.601","12187.035"],["6491.216","9308.163"],["15056.446","13180.610"],["14513.051","12070.865"],["14547.847","12124.619"],["15555.217","15528.652"],["14540.018","17042.033"],["13943.413","12133.600"],["14788.249","13456.069"],["13313.631","13167.257"],["13339.073","13166.735"],["15217.487","13523.820"],["14256.877","12662.415"],["14261.975","12660.906"],["14389.313","12737.077"],["14349.049","13417.968"],["14401.545","13425.940"],["14914.592","13743.616"],["14892.805","13642.123"],["15739.878","13897.521"],["14807.204","14866.820"],["14866.607","14716.144"],["16178.580","16713.364"],["14503.049","12575.342"],["14611.229","12685.046"],["15957.342","15603.955"],["15962.011","15701.666"],["15093.905","14367.892"],["15198.405","14362.717"],["15214.345","14336.369"],["16095.185","13434.179"],["14656.590","17164.734"],["15082.556","15957.673"],["15017.215","13574.845"],["15925.544","14099.899"],["14342.426","12125.572"],["14623.934","12933.012"],["15708.122","13738.734"],["14632.598","13108.945"],["13567.180","12542.408"],["14701.510","13060.809"],["14464.732","13875.709"],["14675.229","13200.771"],["16162.184","13071.313"],["14096.603","13824.526"],["15931.748","14381.822"],["14883.393","15422.377"],["14938.143","15505.773"],["14562.282","12262.882"],["16177.868","15352.548"],["15125.414","16274.930"],["14403.327","17253.373"],["15066.206","13659.757"],["15078.710","13657.112"],["16518.965","15647.652"],["14782.666","14941.981"],["16292.491","15443.251"],["16422.709","13057.020"],["16419.794","13163.291"],["15582.067","15151.901"],["15449.936","15361.371"],["14406.896","14536.539"],["14450.859","14159.364"],["14370.943","14060.538"],["15327.848","15120.197"],["15428.291","15106.212"],["15899.817","12955.748"],["14578.662","15080.844"],["16024.253","13206.513"],["15471.868","13442.381"],["16641.899","14463.912"],["16061.207","14032.661"],["14624.386","16934.277"],["15289.461","14966.824"],["15269.913","15048.449"],["13274.808","12790.592"],["13957.606","12059.858"],["14030.917","12089.234"],["6026.782","9298.522"],["14944.727","14439.229"],["16512.028","14813.049"],["16475.599","14710.634"],["14891.803","12636.435"],["15417.222","14886.054"],["15464.643","15031.195"],["6242.606","9308.597"],["15925.568","15466.041"],["15843.222","15348.869"],["13916.305","13242.026"],["14334.676","12105.525"],["14406.380","12117.487"],["14642.309","14693.190"],["15262.637","15312.112"],["15303.503","15484.355"],["15194.574","15455.240"],["15095.445","15437.500"],["15334.188","14640.639"],["14705.520","15633.067"],["15093.484","12771.966"],["14293.072","17127.378"],["16773.006","14409.874"],["16674.148","14311.275"],["16643.039","14310.823"],["16761.907","14325.068"],["14357.007","12859.755"],["14252.916","12914.026"],["15288.960","13195.035"],["14954.120","13838.821"],["14969.231","13854.869"],["16202.374","14843.076"],["14975.970","14874.301"],["15030.747","14958.047"],["14760.908","14607.833"],["15003.884","12077.860"],["14851.275","16335.623"],["16597.352","14366.778"],["14784.257","17338.723"],["14426.688","14890.766"],["14851.621","13309.423"],["14378.212","13016.502"],["14650.575","14552.090"],["13943.961","12925.062"],["16114.537","13036.855"],["15937.028","13050.120"],["16784.009","14626.879"],["16787.632","14492.277"],["13490.198","12784.771"],["13572.002","12951.131"],["13509.842","12902.145"],["15628.967","13594.627"],["16312.260","12525.929"],["6149.733","8976.840"],["14899.365","14681.664"],["13418.464","13443.008"],["14975.994","12828.200"],["14712.326","12551.869"],["14769.386","12428.888"],["14324.880","13377.995"],["13432.008","12683.735"],["14579.462","13219.766"],["16336.188","13411.734"],["16237.593","12671.107"],["16391.826","14397.067"],["13592.065","12399.186"],["13632.420","12434.307"],["16681.171","14471.288"],["13620.232","12618.999"],["14422.935","12667.594"],["14391.060","12643.149"],["15113.993","12350.578"],["27555.003","11137.935"],["27554.041","11138.292"],["16201.497","13339.591"],["16195.144","13371.567"],["16358.871","13536.343"],["27682.545","10950.630"],["13305.256","13283.504"],["13326.496","13282.530"],["15774.713","13206.570"],["14702.923","13752.799"],["14789.537","13751.815"],["16424.530","16963.511"],["16499.973","17043.458"],["15794.585","15025.725"],["14746.817","12213.851"],["14677.419","12212.592"],["6516.165","9268.178"],["14523.684","12079.665"],["14013.995","12138.368"],["13930.834","12126.695"],["13480.095","12747.987"],["13366.066","13093.894"],["13376.432","13015.571"],["14258.089","12670.040"],["14284.067","12706.264"],["14335.501","13441.661"],["14889.073","13716.471"],["14940.136","13735.214"],["16095.714","13427.019"],["27641.429","11188.570"],["14786.733","16987.783"],["5942.384","9196.776"],["15322.465","12630.723"],["14316.115","12133.579"],["14442.811","12168.854"],["14569.850","12848.333"],["13758.116","12295.735"],["14647.465","13088.529"],["13618.670","12518.250"],["14755.814","13065.328"],["14717.410","13051.492"],["14703.676","13195.945"],["16315.325","13144.887"],["16188.083","13038.480"],["14825.183","13490.045"],["16180.871","15354.184"],["14996.245","13642.378"],["16377.313","13270.648"],["16464.407","13343.641"],["15723.209","12487.237"],["15525.190","12403.104"],["16528.074","15646.815"],["13409.616","13355.197"],["16347.516","15441.408"],["16463.869","13058.118"],["16372.078","13110.775"],["15588.287","15138.529"],["15432.980","15105.576"],["13761.970","12538.385"],["14940.106","16757.984"],["16606.286","14483.959"],["14856.345","16384.260"],["15207.356","15073.665"],["13933.841","12062.419"],["5978.113","9326.532"],["15320.739","15081.193"],["15424.075","14902.436"],["15499.124","15036.115"],["14320.038","12097.140"],["16650.465","14246.813"],["14293.990","12816.133"],["14430.627","12882.591"],["14367.049","12865.724"],["14361.529","12780.526"],["15135.791","13227.108"],["14981.818","12100.859"],["15006.643","12120.358"],["14444.804","16939.836"],["15058.224","13201.126"],["14815.433","13373.743"],["15909.076","13073.399"],["15876.262","13011.001"],["15909.831","12981.392"],["13533.593","12913.017"],["13574.493","12837.379"],["14298.533","13716.564"],["6044.640","9119.945"],["16307.043","12544.357"],["16343.175","12501.480"],["6185.600","8957.430"],["15731.721","12343.623"],["13482.294","13493.327"],["13441.821","13488.066"],["17571.890","17449.934"],["17739.066","17121.887"],["17822.503","17074.971"],["22794.902","12875.686"],["22795.034","12875.736"],["22795.149","12875.934"],["22795.198","12876.215"],["22840.200","12891.436"],["22799.822","12873.061"],["22800.740","12872.403"],["22838.674","12820.053"],["22792.252","12876.093"],["22838.663","12819.997"],["22837.811","12820.870"],["22800.813","12872.338"],["22799.919","12873.126"],["22832.036","12882.669"],["22832.046","12882.624"],["22831.180","12883.560"],["22795.215","12875.571"],["22795.297","12875.686"],["22795.494","12875.951"],["22794.721","12875.752"],["22763.715","12850.780"],["22832.574","12883.795"],["22792.481","12874.941"],["22837.813","12820.918"],["22822.945","12823.206"],["22792.533","12874.847"],["22792.135","12876.063"],["22840.267","12891.386"],["22822.867","12823.211"],["22842.220","12883.498"],["22831.197","12883.522"],["22839.235","12892.286"],["22840.193","12890.153"],["22842.176","12883.589"],["22839.356","12892.256"],["22790.512","12869.976"],["22789.558","12872.110"],["22789.673","12872.080"],["22790.512","12871.260"],["22790.578","12871.210"],["22792.165","12873.616"],["22792.296","12873.535"],["22798.715","12874.818"],["22798.715","12874.863"],["22797.876","12875.715"],["22797.860","12875.755"],["22796.544","12875.913"],["22796.606","12875.798"],["22773.381","12858.681"],["22772.331","12860.793"],["22772.487","12860.749"],["22773.282","12859.991"],["22773.375","12859.930"],["22766.103","12851.019"],["22766.092","12851.045"],["22764.570","12849.844"],["22764.570","12849.888"],["22763.731","12850.741"],["22841.707","12885.505"],["22842.406","12885.112"],["22842.128","12885.092"],["22842.012","12885.083"],["22842.364","12885.596"],["22842.166","12885.417"],["22841.928","12885.249"],["22841.891","12885.203"],["22832.293","12883.561"],["22832.610","12884.407"],["22832.712","12883.977"],["22832.758","12883.785"],["22832.255","12884.224"],["22832.444","12883.973"],["22832.485","12883.863"],["17775.169","17478.070"],["16617.863","15674.647"],["16241.453","16259.098"],["16233.057","16179.604"],["16189.171","16310.065"],["16293.617","16948.030"],["16328.760","15852.844"],["16350.039","15908.006"],["16253.441","15772.575"],["17416.156","16951.544"],["17546.085","16965.406"],["16848.701","15857.502"],["17983.957","16350.970"],["21504.695","13804.316"],["21492.012","13808.689"],["21488.619","13770.606"],["21485.701","13787.727"],["21434.030","13787.308"],["21582.723","13805.504"],["21572.688","13802.648"],["21503.500","13810.939"],["21447.975","13729.989"],["16536.971","16478.989"],["17708.633","16369.691"],["17539.493","17227.895"],["17694.873","15812.446"],["16596.640","16282.558"],["16587.510","16481.702"],["16516.597","16096.252"],["17536.062","16176.835"],["16381.577","16302.112"],["16522.592","16299.176"],["18630.043","14127.110"],["18633.348","14148.184"],["18128.587","17122.010"],["17860.604","17429.206"],["17868.391","16366.640"],["18073.711","16464.111"],["17871.764","17501.186"],["17657.144","17458.182"],["17355.971","17549.527"],["17365.207","17551.585"],["16366.705","16012.592"],["16902.198","15537.695"],["16722.629","16042.683"],["16651.685","16077.100"],["16664.203","16696.156"],["22979.656","12800.862"],["22979.787","12800.912"],["22979.902","12801.110"],["22933.121","12783.120"],["22979.952","12801.391"],["22932.889","12785.431"],["22930.622","12785.472"],["22930.707","12785.550"],["22931.806","12785.935"],["22931.898","12785.938"],["22927.723","12778.710"],["22927.772","12778.620"],["22926.777","12779.758"],["22926.777","12779.802"],["22925.939","12780.655"],["22925.922","12780.694"],["22932.661","12784.255"],["22932.562","12784.239"],["22933.030","12783.189"],["22981.954","12799.581"],["22981.000","12801.714"],["22981.115","12801.685"],["22981.954","12800.864"],["22982.020","12800.814"],["22964.845","12782.865"],["22925.636","12785.529"],["22963.891","12784.998"],["22964.006","12784.969"],["22964.845","12784.148"],["22964.911","12784.098"],["22971.435","12795.529"],["22971.484","12795.439"],["22987.081","12792.237"],["22987.019","12792.302"],["22985.883","12791.921"],["22985.859","12791.879"],["22968.470","12794.429"],["22968.435","12794.340"],["22969.587","12794.356"],["22969.722","12794.320"],["23001.722","12794.437"],["23001.626","12794.392"],["22932.489","12778.931"],["22932.395","12779.012"],["22931.409","12778.347"],["22931.380","12778.316"],["22925.017","12784.537"],["22925.069","12784.479"],["22925.519","12785.513"],["23002.396","12793.536"],["23002.504","12793.463"],["22933.672","12785.617"],["22933.467","12785.354"],["22933.382","12785.246"],["22932.905","12785.381"],["22933.367","12785.889"],["22933.316","12785.602"],["22933.201","12785.413"],["22933.081","12785.359"],["22924.090","12781.851"],["22924.863","12782.049"],["22924.666","12781.785"],["22924.584","12781.669"],["22924.567","12782.313"],["22924.518","12782.033"],["22924.403","12781.834"],["22924.271","12781.785"],["22979.475","12800.928"],["22980.248","12801.127"],["22980.050","12800.862"],["22979.968","12800.747"],["17649.611","16299.701"],["18023.444","16605.639"],["16202.578","16513.693"],["16316.353","16537.446"],["16356.474","16394.016"],["16197.421","16433.601"],["21461.586","13975.842"],["21503.654","13817.248"],["22255.624","8399.752"],["17425.636","17916.300"],["17827.194","18303.608"],["17577.654","17551.321"],["17591.865","17438.607"],["16674.339","18109.606"],["16653.652","18106.305"],["16571.171","18235.089"],["17782.443","17033.130"],["17672.987","17000.796"],["17708.285","17177.743"],["24415.019","7783.121"],["24385.670","7783.108"],["24388.334","7758.536"],["24383.738","7736.099"],["24393.662","7798.806"],["24368.557","7865.244"],["24427.924","7694.257"],["24529.205","7766.301"],["24520.306","7866.817"],["24486.535","7892.622"],["18502.417","18761.328"],["18540.953","18753.042"],["18572.530","18868.102"],["22795.133","12875.884"],["22861.804","12854.759"],["22860.048","12898.380"],["22839.852","12891.265"],["22842.936","12912.251"],["22807.177","12858.509"],["22870.548","12905.933"],["22810.574","12926.628"],["22804.396","12914.489"],["22775.023","12858.882"],["22838.543","12845.911"],["22821.809","12856.033"],["22846.079","12857.735"],["22878.747","12828.813"],["22739.622","12968.734"],["22793.276","12843.435"],["22786.002","12860.422"],["22820.280","12836.178"],["22873.492","12855.916"],["22735.341","12926.275"],["22790.167","12871.089"],["22772.916","12859.823"],["22842.091","12885.312"],["22832.441","12884.040"],["22872.390","12845.218"],["19008.396","18437.535"],["18968.155","18364.686"],["17255.193","16296.518"],["24120.948","7406.892"],["16644.705","17997.051"],["16675.885","17853.794"],["16593.145","17946.255"],["17760.408","17487.613"],["19078.629","14089.182"],["19024.807","14104.095"],["19029.631","14120.839"],["19019.858","14098.874"],["19029.269","14080.852"],["19076.338","14069.363"],["19080.922","14081.162"],["19074.862","14034.450"],["19061.324","14043.127"],["19019.726","14028.875"],["19007.334","14048.225"],["19035.242","14038.522"],["16447.370","18374.927"],["17288.697","18768.053"],["17285.639","18734.919"],["17338.752","18737.375"],["18676.980","18569.319"],["18704.987","18670.163"],["18826.890","18503.507"],["16298.825","16234.927"],["18506.905","12121.801"],["16011.535","18123.713"],["17996.402","17879.044"],["17938.869","17952.783"],["17889.693","17872.513"],["22820.900","12772.475"],["22854.543","12773.405"],["22870.287","12782.956"],["22837.281","12780.909"],["16226.845","16795.285"],["24528.206","8029.281"],["18647.982","17968.542"],["17701.777","17249.912"],["19623.005","18226.142"],["19562.813","18098.239"],["18342.037","17834.421"],["18268.163","17878.875"],["18383.195","17940.183"],["18377.103","17865.753"],["18344.171","14545.533"],["16202.522","15836.827"],["16209.435","15900.547"],["16324.939","15867.368"],["16695.562","18697.060"],["16646.057","18849.716"],["17138.621","16123.390"],["19167.473","18517.876"],["19302.805","18621.777"],["19021.685","13730.233"],["19093.350","13676.171"],["19073.312","13685.452"],["17612.108","16917.302"],["19848.790","18408.995"],["19784.587","18317.676"],["19909.503","18389.300"],["23443.970","8021.660"],["18844.915","18758.251"],["18846.992","18793.646"],["16937.146","15796.346"],["16931.206","15731.776"],["16782.219","15796.252"],["19092.513","13893.150"],["19416.969","14362.464"],["23543.506","8005.654"],["23876.255","7378.274"],["19113.666","18284.678"],["19108.551","18295.547"],["19228.753","18288.263"],["19425.763","18649.308"],["19406.868","18508.566"],["19386.590","18472.841"],["19383.772","18557.439"],["19321.719","18530.717"],["19308.428","18666.283"],["18159.952","14419.175"],["18073.928","14367.518"],["17842.269","16317.722"],["24348.307","7707.119"],["24336.095","7729.801"],["24320.453","7801.482"],["24355.898","7779.485"],["24246.897","7759.703"],["24233.527","7707.758"],["18500.457","14673.737"],["18944.574","14560.569"],["18021.365","17347.799"],["16476.896","16816.248"],["21481.233","13756.988"],["21432.374","13764.101"],["16527.177","16426.681"],["24367.871","7897.701"],["24362.238","7991.312"],["24412.627","7920.205"],["17109.140","16234.114"],["17704.923","16358.343"],["17824.426","16521.035"],["17748.176","16388.868"],["16789.077","18867.400"],["18891.395","18122.452"],["19077.932","18254.263"],["19090.190","18047.098"],["19010.989","18201.021"],["18661.718","18421.702"],["18488.248","18448.223"],["18613.619","18311.800"],["18476.962","18334.693"],["18519.282","18340.720"],["18469.986","18278.469"],["18646.102","18454.828"],["16931.120","18496.091"],["24200.922","7574.907"],["24258.412","7676.297"],["24220.023","7668.416"],["24216.539","7605.341"],["24243.522","7658.650"],["24193.733","7646.088"],["24190.394","7661.864"],["24227.086","7648.515"],["24308.541","7676.821"],["24145.072","7556.794"],["24152.861","7563.098"],["24157.271","7556.419"],["24169.120","7593.096"],["27497.379","16662.311"],["18389.701","18467.239"],["18266.115","18674.662"],["18405.176","18622.037"],["18251.898","18486.018"],["18301.288","18568.635"],["18382.485","18554.044"],["18399.714","18635.452"],["18376.230","18614.016"],["18808.090","14157.294"],["18817.481","14209.188"],["18830.609","14210.277"],["18200.917","17798.732"],["16852.275","18124.592"],["17995.717","17195.239"],["17838.000","17097.199"],["18339.175","14218.735"],["18391.904","14150.604"],["17467.893","17349.825"],["17497.478","17208.509"],["17737.164","15834.412"],["16322.538","16622.361"],["18232.005","12159.311"],["16662.934","18592.328"],["16709.351","18490.174"],["24384.017","7705.926"],["18280.670","17798.951"],["24311.521","7608.465"],["24351.228","7639.822"],["16098.436","15823.081"],["19071.531","18503.876"],["18974.926","18538.777"],["18952.677","18581.543"],["19085.507","18526.294"],["18754.836","14612.262"],["18775.043","14588.642"],["19742.393","14229.471"],["18237.206","17844.262"],["19230.788","18080.203"],["23634.366","7845.058"],["23657.929","7850.570"],["16187.295","17606.187"],["17710.232","15683.975"],["16459.150","18063.769"],["16519.417","18151.318"],["16463.109","18179.734"],["19831.410","13644.637"],["18735.615","17920.269"],["18705.609","17934.179"],["16592.400","16146.855"],["16593.939","16311.472"],["16661.384","16200.185"],["16603.730","16490.200"],["16219.891","18215.401"],["18131.380","17858.840"],["17615.273","16333.194"],["17528.273","16328.726"],["17601.007","16259.723"],["19217.269","13319.726"],["27886.722","11462.437"],["18492.237","14590.205"],["18632.589","14613.737"],["18672.129","14626.510"],["18078.726","15095.102"],["16395.118","16231.873"],["16361.897","16300.413"],["16364.900","16174.191"],["24186.748","8083.681"],["17506.156","18185.791"],["17384.582","18527.589"],["17254.601","18540.734"],["17598.329","18594.566"],["17581.789","15659.549"],["17576.702","15619.313"],["17581.447","15649.928"],["23929.621","7599.844"],["23907.061","7606.426"],["23903.460","7573.319"],["23914.781","7585.154"],["23876.654","7543.097"],["23932.076","7490.382"],["23912.365","7493.265"],["16692.355","18458.253"],["17577.311","18596.324"],["17475.557","18503.902"],["17782.332","18129.481"],["17712.496","18098.078"],["19696.426","14624.513"],["19676.852","14618.861"],["17942.095","14505.184"],["17929.335","14523.888"],["17928.081","14533.971"],["16666.429","15723.152"],["17806.047","16911.153"],["17757.934","18592.032"],["17805.805","18576.874"],["18515.586","14394.226"],["18525.847","14411.288"],["18533.864","14436.835"],["18096.120","18694.443"],["16371.906","15899.635"],["16506.753","15895.820"],["18547.397","18045.573"],["18609.072","18207.383"],["24373.908","7623.598"],["18103.884","17182.198"],["19438.458","18517.328"],["19499.080","18537.158"],["16790.993","17100.576"],["17713.252","18210.932"],["19420.755","18351.758"],["19478.760","18355.027"],["19467.557","15836.347"],["17935.236","17453.821"],["17899.756","17557.512"],["19506.950","18334.072"],["19685.607","18338.586"],["19660.727","18427.397"],["19684.635","18434.471"],["17508.287","18807.857"],["17593.875","18838.376"],["17485.386","18782.155"],["17674.745","18353.984"],["17643.606","18296.431"],["17740.273","18293.441"],["19158.647","14350.696"],["18002.364","16481.765"],["17967.989","16410.423"],["22887.086","12855.004"],["22902.732","12832.790"],["22906.955","12857.161"],["19258.509","14161.717"],["19265.619","14160.727"],["19280.914","14189.751"],["19278.430","14176.990"],["19067.306","17988.636"],["18972.879","17953.512"],["19043.486","17991.679"],["18951.742","18031.374"],["18906.604","17928.692"],["17664.972","15400.021"],["17403.614","17367.905"],["23805.562","7804.687"],["18764.341","18445.666"],["18803.665","18415.238"],["24155.273","7934.403"],["24183.827","7920.894"],["24184.408","7936.258"],["24202.517","7925.285"],["24226.328","7924.294"],["24227.609","7908.020"],["24346.085","7916.258"],["24347.126","7977.911"],["24342.691","7999.789"],["24286.224","8044.677"],["24254.688","8049.938"],["16006.062","18266.187"],["16380.789","17932.052"],["16431.125","17838.085"],["16550.535","18007.309"],["16472.714","17912.105"],["17693.670","17841.935"],["17788.814","18043.658"],["17823.885","17465.052"],["17308.676","17498.108"],["17388.621","17530.356"],["24030.849","8051.019"],["24054.695","8002.982"],["24073.680","7925.291"],["24071.074","7965.574"],["24059.025","7988.197"],["24086.424","7985.340"],["24028.942","8067.100"],["15915.714","18144.390"],["15821.839","18060.709"],["15827.976","18124.348"],["15910.859","18116.363"],["19172.342","17939.539"],["17895.811","17805.541"],["16721.320","16993.569"],["16655.456","17182.977"],["16403.445","15994.851"],["24318.781","7693.648"],["24247.706","7692.381"],["24349.169","7841.553"],["24355.015","7757.485"],["24341.856","7726.852"],["24330.416","7719.903"],["24314.011","7767.061"],["24264.131","7802.835"],["24193.652","7836.376"],["24196.009","7869.877"],["24155.914","7890.447"],["24228.339","7865.606"],["24280.243","7880.275"],["17727.790","18848.694"],["22761.949","12976.161"],["17385.387","16969.826"],["16691.019","16090.257"],["16678.481","16118.480"],["16708.605","15976.429"],["16759.199","15970.760"],["16597.808","16075.063"],["16443.204","18519.101"],["16532.116","18549.659"],["18829.613","17840.307"],["18774.027","17861.071"],["18849.848","17837.671"],["18311.770","18094.237"],["17838.330","18089.369"],["17885.949","18124.704"],["17842.124","18203.928"],["17866.826","18233.971"],["17437.624","18378.393"],["17549.021","18283.076"],["17509.106","18392.973"],["17614.344","18412.831"],["17572.308","18371.254"],["17887.666","18851.962"],["18983.104","18277.479"],["22938.371","12801.306"],["22890.233","12775.324"],["22967.967","12785.956"],["22909.896","12815.822"],["22979.886","12801.060"],["22931.803","12785.526"],["22981.609","12800.694"],["22964.499","12783.978"],["22933.305","12785.559"],["22924.501","12781.983"],["18164.748","16639.364"],["18298.565","12955.957"],["17146.602","18611.737"],["17012.231","18604.991"],["17154.789","18618.985"],["19329.998","14925.079"],["19336.208","14938.150"],["18144.227","18552.168"],["18164.721","18494.075"],["18185.330","18619.065"],["18228.163","18487.215"],["16351.104","16419.053"],["16192.884","16391.277"],["16218.391","16449.806"],["16233.132","16530.187"],["16310.904","16496.937"],["16338.790","16421.353"],["21504.364","13820.541"],["16806.573","17645.765"],["16953.696","17821.826"],["19504.016","18194.977"],["19315.813","18148.931"],["19334.442","18162.126"],["19968.229","18400.306"],["16551.604","16601.559"],["19450.649","18423.140"],["19497.793","18456.167"],["19493.504","18265.102"],["16340.856","17990.241"],["16281.048","17842.860"],["16157.852","17934.814"],["18848.826","13980.288"],["22277.625","8397.469"],["16745.623","15644.769"],["16067.014","17596.742"],["19019.504","13901.273"],["18625.759","18580.004"],["18595.585","18491.272"],["18529.541","18612.515"],["18651.138","18629.968"],["18270.516","18373.355"],["18399.874","18369.008"],["16442.719","17686.353"],["16540.983","17812.930"],["16508.917","17694.757"],["16494.525","17806.686"],["16436.001","17715.863"],["16381.016","17628.110"],["16334.772","17635.349"],["24062.520","7568.755"],["23987.762","7632.855"],["23991.058","7638.404"],["23952.556","7622.731"],["24125.905","7640.391"],["24040.781","7585.053"],["24022.901","7588.938"],["24025.294","7546.784"],["24039.784","7511.444"],["24025.617","7489.168"],["24082.170","7572.159"],["24024.367","7566.982"],["23986.407","7572.200"],["24115.961","7531.850"],["18585.476","17852.133"],["17796.299","18552.564"],["17829.019","18295.466"],["17497.018","17492.298"],["17598.818","17533.585"],["16568.223","18065.247"],["16575.732","18172.656"],["16655.248","18081.549"],["16577.503","18231.472"],["17685.208","17192.003"],["17698.644","17006.740"],["17775.677","17045.479"],["17699.040","17034.695"],["17765.160","17134.855"],["17805.436","17159.730"],["18479.210","18754.078"],["18562.845","18715.668"],["18590.380","18681.937"],["18510.691","18859.244"],["22822.864","12823.088"],["22831.770","12883.708"],["22875.703","12827.115"],["22871.767","12841.524"],["22855.509","12871.134"],["22836.943","12880.051"],["22839.715","12892.897"],["22858.504","12833.377"],["22800.223","12872.149"],["22772.667","12848.225"],["22795.067","12876.446"],["22835.058","12850.751"],["22852.120","12847.853"],["22832.572","12865.134"],["22840.287","12891.430"],["22838.332","12821.066"],["22814.659","12838.130"],["22791.869","12875.074"],["22838.491","12892.267"],["22842.188","12883.764"],["22790.035","12872.721"],["22788.801","12872.092"],["22790.594","12871.255"],["22792.051","12873.682"],["22798.452","12875.902"],["22796.546","12876.119"],["22772.731","12861.451"],["22771.518","12860.779"],["22773.381","12859.979"],["22766.386","12851.030"],["22764.307","12850.927"],["22842.402","12885.880"],["22832.004","12884.247"],["22862.423","12855.486"],["18974.709","18366.980"],["18974.931","18358.064"],["17250.415","16216.942"],["17245.247","16328.325"],["17233.890","16286.194"],["17315.640","16297.515"],["16628.937","17864.614"],["17780.007","17498.183"],["16448.933","18319.386"],["17306.493","18789.573"],["17277.785","18695.320"],["17302.061","18772.766"],["18696.615","18651.237"],["18853.781","18528.412"],["16127.446","17689.156"],["16275.372","16206.076"],["16198.680","16342.802"],["16265.907","16302.032"],["15947.046","18130.583"],["17993.112","17889.845"],["17963.178","17937.258"],["17890.038","17894.396"],["22842.934","12772.303"],["22858.233","12782.062"],["22876.206","12775.465"],["22820.322","12791.273"],["16242.997","16799.414"],["18661.337","17958.963"],["17256.078","16605.415"],["17764.838","17225.283"],["17629.873","17234.436"],["19559.526","18185.216"],["19598.992","18215.506"],["19571.020","18073.251"],["18381.889","17858.932"],["19616.298","14023.505"],["16211.310","15851.967"],["16252.164","15779.996"],["16191.550","15852.451"],["16354.091","15859.854"],["16684.641","18726.887"],["16612.649","18768.556"],["16648.475","18868.775"],["18553.469","17779.499"],["19128.604","18571.077"],["19236.126","18658.761"],["19204.627","18590.279"],["19292.377","18645.245"],["18101.679","16983.080"],["17597.145","16961.245"],["16691.690","17809.500"],["18059.115","17076.601"],["18084.231","17080.036"],["19841.290","18285.048"],["19786.298","18313.432"],["19912.924","18383.371"],["17021.826","15882.493"],["18835.458","18778.152"],["18835.232","18796.057"],["17775.769","16647.149"],["16820.513","15742.813"],["16872.640","15887.607"],["17032.232","17742.899"],["19122.564","18294.507"],["19227.997","18287.553"],["19372.161","18668.911"],["19395.700","18492.265"],["19410.307","18471.107"],["19400.795","18575.606"],["19325.765","18536.233"],["18304.685","12976.517"],["18317.098","12974.356"],["16535.642","16884.429"],["16466.739","16816.647"],["16410.905","16812.570"],["16731.803","16968.380"],["21533.229","13751.109"],["16377.688","16529.523"],["16562.720","16371.894"],["16564.148","16452.791"],["16528.430","16455.057"],["16359.061","16469.683"],["17054.006","16303.378"],["17069.950","16242.930"],["17816.414","16525.830"],["17808.462","16504.595"],["17724.583","16443.447"],["18943.995","18054.050"],["19070.815","18049.790"],["18997.601","18180.889"],["18524.928","18263.914"],["18604.464","18361.801"],["18480.564","18336.377"],["18508.361","18344.436"],["18475.956","18282.582"],["18648.767","18446.885"],["27499.556","16660.392"],["18252.529","18650.665"],["18366.592","18600.259"],["18140.539","17784.232"],["17453.389","16564.980"],["16838.377","18112.023"],["18028.762","17136.180"],["17934.655","17157.127"],["17488.776","17303.251"],["17499.095","17342.120"],["17522.023","17251.540"],["17556.849","17358.552"],["17612.731","17374.231"],["17712.803","15800.767"],["16241.056","16573.429"],["16338.124","16596.776"],["16651.405","18535.003"],["18787.547","18159.644"],["18354.701","17811.564"],["18277.512","17801.576"],["16822.709","16752.654"],["16882.522","16723.717"],["16858.686","16572.737"],["16731.754","17615.277"],["16094.390","15744.848"],["18935.551","18520.874"],["18946.986","18580.783"],["19085.935","18519.886"],["17462.807","17843.533"],["18236.647","17840.067"],["19291.627","18069.682"],["16260.946","17558.319"],["17763.452","15626.296"],["16547.555","18082.546"],["16402.566","18161.253"],["18736.399","17930.397"],["16625.564","16155.519"],["16659.339","16271.136"],["16617.911","16259.578"],["16583.716","16535.599"],["16183.806","18243.031"],["16839.122","17208.654"],["17528.925","16189.962"],["17412.671","16182.140"],["17560.214","16173.077"],["17535.040","16294.274"],["27817.684","11484.015"],["16399.723","16249.974"],["16386.130","16326.049"],["16359.108","16297.142"],["16383.145","16143.126"],["17236.398","18546.552"],["17327.183","16370.360"],["17588.510","18609.067"],["17585.936","18622.986"],["17532.699","15577.992"],["17517.775","15561.646"],["16680.808","18406.792"],["17438.830","18509.434"],["17528.588","18640.574"],["17822.546","18207.169"],["17709.125","18091.108"],["17824.613","18096.173"],["19574.718","18379.372"],["17730.326","16934.216"],["17684.399","18493.654"],["18579.798","18079.330"],["18297.379","18008.027"],["17883.877","16874.196"],["17891.835","16837.850"],["18023.666","16985.146"],["17950.811","16863.996"],["17944.433","16801.478"],["19443.475","18512.786"],["19496.235","18533.740"],["16878.276","17110.285"],["19477.856","18356.282"],["19450.731","18418.268"],["17831.135","17459.093"],["17872.379","17540.410"],["19679.801","18332.806"],["19659.263","18423.813"],["19675.394","18428.970"],["17569.998","18803.266"],["17485.320","18765.541"],["18003.426","16370.317"],["17839.747","16375.251"],["17882.902","16526.846"],["17870.238","16498.712"],["17881.327","16505.554"],["22901.730","12821.668"],["22891.810","12836.997"],["18913.462","17922.239"],["19040.316","17981.782"],["18975.264","17957.426"],["19057.960","18004.594"],["18912.363","17937.717"],["17355.542","17328.305"],["17340.567","17349.094"],["17259.155","17393.773"],["18720.245","18316.400"],["18803.770","18398.797"],["16048.085","18382.619"],["16424.342","17944.753"],["16426.684","17882.048"],["16486.924","17919.371"],["17768.764","18020.437"],["17266.513","17540.982"],["17298.045","17506.826"],["17336.685","17446.102"],["17286.084","17474.419"],["17373.502","17571.957"],["15780.260","18090.040"],["19169.447","17930.819"],["22191.593","8470.618"],["17937.660","17810.135"],["16571.010","17111.155"],["16636.317","16987.799"],["16358.150","15952.433"],["17760.121","18741.892"],["17754.590","18837.280"],["17646.983","18862.975"],["17336.633","16932.835"],["17309.825","16953.292"],["17276.833","15960.018"],["17346.879","16022.868"],["17381.346","16064.476"],["17314.113","16042.383"],["16754.010","16032.770"],["16589.777","16139.912"],["16765.998","16089.747"],["16660.505","15970.989"],["18691.322","17890.541"],["18772.777","17852.946"],["18855.999","17857.671"],["16605.018","16583.760"],["16629.286","16666.997"],["16685.951","16662.726"],["16723.902","16759.623"],["17875.061","18114.977"],["17847.058","18210.815"],["17864.096","18254.764"],["17433.480","18441.134"],["17538.084","18303.043"],["17449.627","18313.569"],["19075.952","18279.938"],["18987.462","18312.623"],["22886.032","12782.926"],["22943.795","12798.875"],["22971.560","12796.337"],["22930.295","12786.202"],["22930.268","12784.815"],["22931.867","12785.973"],["22927.740","12778.885"],["22926.514","12780.841"],["22932.361","12783.214"],["22981.477","12802.325"],["22980.244","12801.696"],["22982.036","12800.859"],["22963.134","12784.980"],["22964.927","12784.143"],["22971.451","12795.704"],["22985.939","12792.559"],["22969.255","12793.875"],["22964.368","12785.609"],["23001.768","12793.394"],["22931.313","12778.913"],["22925.780","12785.166"],["22933.246","12786.111"],["22924.436","12782.545"],["22979.820","12801.622"],["22920.719","12815.289"],["18131.838","16637.390"],["18190.171","16653.572"],["17779.349","16343.258"],["17693.575","16322.167"],["17211.240","18595.519"],["17217.174","18606.632"],["17025.290","18555.181"],["17004.805","18477.809"],["18185.856","18627.075"],["18221.633","18493.920"],["17842.670","16605.373"],["17990.138","16765.123"],["17978.701","16568.368"],["18011.280","16717.283"],["16321.383","16494.595"],["16234.380","16548.796"],["16342.057","16357.540"],["16189.211","16442.196"],["16227.637","16514.028"],["19311.652","18164.488"],["19345.626","18182.340"],["19966.831","18404.005"],["19502.718","18303.935"],["19503.090","18462.939"],["19491.283","18270.436"],["16170.664","17932.782"],["22288.206","8393.875"],["16668.243","15715.492"],["18612.559","18489.868"],["18669.164","18638.044"],["18515.212","12130.935"],["18527.624","12128.773"],["18412.673","18747.860"],["18410.402","18886.859"],["18380.886","18310.855"],["18282.193","18373.437"],["18398.641","18372.311"],["16467.835","17698.112"],["16523.801","17721.165"],["16412.367","17623.662"],["16388.927","17622.511"],["17676.878","17811.134"],["16238.580","17819.161"],["16339.098","17632.492"],["16601.582","18783.369"],["16574.087","18700.782"],["17782.187","18546.916"],["17755.320","18496.346"],["17433.472","17431.801"],["17603.052","17522.211"],["16626.938","18129.739"],["16662.978","18086.041"],["16585.694","18217.021"],["16875.637","17860.009"],["17678.376","16988.680"],["17786.845","17137.888"],["17731.906","16996.282"],["17754.159","17137.230"],["18462.762","18711.287"],["18600.953","18696.230"],["18503.882","18724.132"],["18932.044","18314.874"],["19002.574","18420.921"],["18970.425","18357.007"],["17233.405","16246.450"],["16651.416","17985.424"],["16638.434","17840.301"],["16599.181","17953.159"],["16654.058","17258.035"],["16664.491","17254.099"],["16500.380","18341.302"],["17351.295","18695.815"],["17249.168","18705.471"],["17317.587","18756.284"],["18676.076","18568.890"],["18834.028","18506.117"],["16110.061","17742.137"],["16273.726","16232.459"],["16356.331","16310.954"],["16288.369","16256.206"],["16031.210","18237.797"],["15949.020","18134.283"],["15946.451","18072.878"],["16015.269","18146.669"],["16891.620","16417.225"],["17977.635","17892.289"],["17942.438","17960.050"],["17911.584","17865.444"],["16221.895","16813.271"],["18655.581","17943.522"],["17616.072","17416.051"],["17631.971","17249.984"],["19601.080","18202.525"],["19567.139","18087.487"],["18330.984","17897.774"],["18267.291","17863.747"],["18388.984","17945.468"],["18381.692","17866.265"],["16254.644","15794.623"],["16765.755","18873.098"],["16625.564","18869.287"],["17446.202","16940.415"],["18564.637","17828.565"],["19295.387","18626.417"],["19095.392","18527.847"],["18215.048","16800.938"],["18128.325","16803.007"],["18187.590","16786.909"],["17495.625","16926.295"],["18100.201","17102.773"],["19851.816","18320.721"],["19785.212","18318.122"],["19915.950","18395.212"],["16988.725","15844.999"],["18718.013","18682.186"],["18831.132","18776.270"],["18829.377","18788.295"],["16979.564","15817.641"],["16799.043","15925.354"],["16901.526","15825.043"],["19118.107","18312.310"],["19226.664","18283.787"],["19413.266","18508.236"],["19375.054","18547.315"],["19311.604","18527.414"],["18314.678","12974.012"],["17923.932","17202.826"],["17873.861","17394.851"],["16372.242","16879.369"],["16505.061","16873.176"],["16500.327","16821.595"],["21445.379","13729.684"],["16379.900","16525.627"],["16543.541","16514.840"],["16492.368","16407.596"],["17820.435","16376.221"],["17713.494","16359.426"],["19060.311","18218.963"],["19012.305","18168.569"],["18537.148","18304.113"],["18595.320","18414.765"],["18599.187","18462.634"],["18626.744","18299.958"],["18479.232","18343.033"],["18510.039","18346.814"],["18479.114","18277.049"],["18657.320","18443.548"],["18385.320","18513.673"],["18268.321","18471.353"],["18313.788","18570.187"],["18395.002","18554.804"],["18383.300","18615.931"],["18366.757","18593.801"],["17495.285","17350.650"],["17541.469","17233.328"],["17732.535","15819.889"],["16353.274","16623.180"],["18102.293","17489.885"],["16586.339","18640.635"],["16744.220","18585.401"],["16629.772","18489.335"],["18858.139","18251.733"],["18283.203","17799.958"],["16132.120","15754.921"],["19085.034","18507.758"],["19048.305","18500.811"],["18949.322","18588.694"],["17427.616","14835.666"],["18235.528","17842.231"],["19152.092","18067.018"],["18215.916","13720.845"],["16529.741","18186.548"],["16426.118","18137.917"],["18706.612","17936.309"],["16685.644","16260.124"],["16599.916","16442.883"],["16185.894","18238.093"],["16901.462","17210.973"],["18120.456","17870.124"],["16895.332","16118.779"],["17487.742","16303.922"],["16386.352","16233.277"],["16363.843","16197.575"],["17404.318","18570.380"],["17255.120","18541.713"],["17571.758","18613.176"],["17560.252","15577.109"],["17604.308","15655.156"],["17571.931","18543.848"],["17465.080","18517.675"],["17721.888","18097.797"],["16644.313","15734.628"],["16777.381","15879.945"],["17818.451","16938.136"],["17649.546","18600.471"],["18088.752","18683.031"],["16365.432","15867.285"],["16474.851","15804.278"],["16384.159","15836.794"],["16795.520","17601.405"],["19439.165","18517.972"],["19497.814","18534.318"],["16886.012","17197.804"],["17640.929","18227.486"],["17674.275","18241.313"],["17719.814","18197.753"],["15688.378","18161.374"],["18189.233","16349.719"],["19315.154","18424.218"],["19409.192","18351.527"],["19399.321","18455.682"],["19476.375","18349.857"],["17891.553","17462.011"],["17976.568","17496.015"],["19522.097","18442.370"],["19514.692","18320.649"],["19680.558","18338.371"],["19658.128","18427.892"],["19685.556","18433.463"],["17555.771","18866.107"],["17588.810","18850.680"],["17489.070","18780.652"],["17721.456","18262.637"],["17926.542","16523.369"],["17906.058","16409.559"],["17934.839","16402.032"],["17871.459","16394.949"],["18013.444","16396.759"],["17492.938","16427.561"],["19274.741","14178.278"],["18100.669","16515.086"],["18917.343","17902.619"],["18956.235","17951.927"],["19034.061","17995.329"],["18969.768","18031.027"],["19082.345","18036.363"],["18916.261","17936.858"],["17740.631","15402.436"],["17735.737","15408.572"],["17328.487","17306.115"],["18769.259","18437.144"],["18807.876","18414.891"],["16518.196","18020.961"],["16384.374","17926.553"],["16547.391","17934.738"],["16434.234","17866.805"],["16543.906","17991.388"],["17741.253","17889.102"],["17785.458","18027.044"],["18023.329","17478.341"],["17650.168","17435.675"],["17382.767","17536.841"],["17404.712","17496.240"],["15821.345","18091.989"],["15799.670","18122.432"],["19167.704","17935.922"],["22181.427","8448.192"],["17876.534","17812.824"],["16660.405","17191.242"],["16359.613","16076.173"],["16408.598","16000.605"],["17693.185","18846.019"],["16816.033","15711.909"],["18735.432","17810.685"],["16639.525","16084.895"],["16656.088","16091.271"],["16586.650","16036.184"],["16446.987","18486.764"],["16514.023","18512.466"],["18773.056","17869.610"],["18860.144","17861.684"],["17852.276","18286.068"],["16584.509","16693.121"],["16673.765","16613.128"],["18376.310","18105.501"],["17837.985","18088.576"],["17874.748","18138.495"],["17843.900","18204.605"],["17884.129","18251.048"],["17433.973","18396.890"],["17416.255","18263.247"],["17575.109","18346.136"],["17599.377","18419.256"],["17590.773","18336.740"],["18992.512","18279.048"],["17403.071","17935.127"],["18174.786","16758.361"],["18184.490","16765.914"],["29748.723","10490.452"],["17162.885","18621.366"],["17081.425","18542.447"],["17193.605","18600.042"],["18225.112","18580.839"],["18146.530","18540.079"],["18182.681","18483.241"],["18167.945","18627.950"],["18222.258","18504.820"],["17933.616","16747.038"],["16331.185","16548.170"],["16354.846","16370.710"],["16245.952","16381.141"],["16240.204","16435.720"],["16351.677","16446.741"],["16186.407","16504.026"],["19377.861","18053.877"],["19513.062","18156.100"],["19340.708","18158.938"],["19956.552","18402.106"],["16408.064","16766.489"],["17903.158","15491.032"],["19456.553","18422.545"],["19501.132","18456.795"],["19488.142","18267.678"],["16344.112","18014.716"],["16211.936","17879.855"],["16193.575","17994.302"],["15727.939","17681.927"],["18586.433","18620.648"],["18543.488","18629.493"],["18670.776","18634.361"],["18525.204","12128.429"],["18317.983","18727.435"],["16826.370","18113.904"],["18344.882","18452.061"],["18271.157","18382.867"],["18393.739","18383.805"],["16472.900","17677.931"],["16542.151","17817.554"],["16433.139","17716.887"],["16515.709","17690.760"],["16483.719","17795.357"],["16393.795","17623.997"],["16318.440","17633.054"],["16936.910","18520.484"],["18532.027","16291.262"],["18496.542","16351.450"],["16575.025","18713.532"],["17425.911","17033.113"],["17756.570","18411.408"],["17827.736","18295.730"],["17574.631","17477.810"],["17668.097","17745.311"],["17716.212","17734.536"],["17797.982","17712.166"],["17694.498","17716.970"],["16588.254","18131.737"],["18887.756","17398.503"],["16924.880","17924.229"],["17632.319","17034.038"],["17719.267","17021.561"],["17803.338","17181.258"],["17716.134","17154.296"],["18497.236","18786.002"],["18584.523","18770.780"],["19017.072","18436.179"],["18603.840","16979.578"],["18669.966","16836.811"],["18664.237","17101.505"],["17238.353","16313.567"],["17237.014","12695.819"],["16601.930","17920.865"],["16599.608","17955.355"],["16519.262","17261.658"],["16681.137","17263.715"],["16689.971","17269.344"],["16711.199","17267.774"],["16715.997","17259.616"],["16749.598","17270.839"],["16771.707","17319.641"],["16417.140","18288.205"],["16543.292","18364.364"],["17289.838","18846.301"],["17319.716","18702.669"],["18840.485","18499.801"],["18713.260","18672.294"],["16318.746","16162.754"],["16285.763","16343.078"],["18521.806","12103.569"],["15994.512","18144.605"],["17254.794","12870.138"],["17204.123","12786.628"],["16295.795","16919.384"],["18350.938","13138.130"],["17296.330","16599.796"],["17237.159","16713.006"],["17647.959","17251.475"],["17784.430","17325.952"],["17725.677","17250.394"],["18351.639","17982.462"],["18373.994","17864.562"],["18253.574","17868.883"],["18404.955","17940.811"],["16621.438","18701.494"],["19815.539","13853.663"],["18389.764","14904.009"],["17461.301","16977.621"],["18638.108","17774.082"],["18663.937","17801.058"],["18642.111","17687.773"],["19167.950","18490.906"],["18279.007","17072.629"],["18272.672","16993.897"],["18454.738","16104.985"],["18457.462","16001.080"],["18629.421","17230.102"],["18112.981","16779.438"],["17570.866","16787.704"],["17617.478","16861.247"],["17551.100","16978.673"],["17998.665","17690.297"],["17875.349","17729.140"],["19797.671","18318.095"],["17754.173","16652.743"],["16854.921","15906.802"],["16968.650","15822.136"],["16800.394","15782.060"],["17162.042","17806.904"],["17096.053","17800.699"],["19394.483","18483.017"],["17206.878","18049.817"],["17214.356","18106.919"],["17247.253","18069.895"],["17364.417","18384.156"],["17255.114","18335.053"],["17878.378","16333.819"],["17988.702","16153.665"],["17922.082","17275.410"],["16502.588","16962.708"],["16451.616","16823.287"],["16597.180","16955.117"],["17095.183","17305.558"],["16546.103","17146.997"],["16522.123","17149.292"],["16358.499","16990.923"],["21502.827","13810.606"],["21561.301","13801.497"],["21522.026","13746.116"],["16022.262","17933.145"],["15939.232","17851.388"],["17182.166","16191.496"],["18916.724","18192.658"],["18934.916","18049.789"],["19079.598","18051.243"],["18991.647","18187.016"],["17513.083","12074.724"],["18501.786","18287.366"],["18578.280","18297.127"],["18546.044","18433.739"],["18634.113","18291.255"],["18477.406","18338.673"],["18509.200","18338.028"],["18473.949","18296.818"],["17519.142","12414.381"],["18736.793","17163.836"],["18252.776","18619.534"],["18273.740","18494.193"],["18307.900","18560.328"],["18395.939","18554.820"],["18390.630","18632.626"],["19076.152","17570.027"],["18118.120","17821.437"],["18061.729","17735.831"],["18139.032","17710.542"],["18194.816","17697.378"],["18206.645","17658.739"],["18114.175","17678.099"],["18127.611","17682.403"],["16983.943","18069.218"],["16944.819","18243.396"],["17842.759","17063.808"],["17927.112","17176.946"],["18032.186","17097.031"],["17891.168","17057.312"],["19124.525","17458.314"],["19209.935","17537.326"],["19302.073","17523.883"],["19100.456","17521.118"],["17548.457","17348.819"],["17615.282","17325.638"],["16242.692","16770.390"],["16337.401","16603.651"],["18137.788","17463.309"],["18105.009","17453.269"],["18095.591","17495.860"],["18156.400","17505.483"],["18202.869","17533.715"],["16593.457","18660.842"],["18263.076","17646.833"],["18325.695","17686.885"],["18413.442","17689.358"],["18395.724","17702.899"],["18428.063","17648.023"],["18374.471","17652.263"],["18409.848","17596.730"],["18258.637","16955.622"],["18301.036","16845.583"],["16859.747","16732.186"],["18606.855","16513.563"],["18559.843","16459.106"],["18499.558","16398.605"],["18526.908","16524.704"],["16581.826","17513.204"],["19077.392","18551.046"],["17413.258","14831.481"],["18926.810","17424.037"],["19268.782","18102.217"],["17007.940","16677.961"],["19107.659","17557.281"],["19240.464","17599.229"],["18958.473","17786.427"],["17781.684","15696.151"],["16544.910","18166.975"],["16377.516","18114.895"],["16672.187","16168.312"],["17214.124","15922.902"],["17214.124","15922.902"],["16182.144","18249.125"],["16944.398","17203.750"],["16843.626","17337.225"],["29180.175","14966.063"],["17481.465","17171.605"],["17509.368","17156.793"],["18205.502","17854.071"],["17090.500","18379.454"],["17070.892","18310.573"],["17117.397","18314.630"],["18296.163","17385.252"],["17595.159","16328.719"],["17575.779","16340.521"],["17511.022","16267.117"],["17450.813","16157.611"],["18573.461","16985.235"],["18629.520","16924.216"],["18599.226","16913.485"],["18601.794","16816.618"],["16378.852","16253.904"],["16397.997","16169.204"],["18660.247","16528.094"],["17539.482","18128.097"],["17405.026","18632.709"],["17559.989","15599.609"],["17618.368","15594.195"],["17884.140","18655.691"],["18783.923","17470.134"],["18766.222","17446.715"],["18855.957","17412.995"],["17530.230","18635.990"],["15907.035","17887.427"],["15783.411","18032.989"],["15918.351","18038.689"],["15879.350","18039.752"],["18023.313","14652.952"],["16755.201","15925.095"],["16588.334","15905.537"],["16665.830","15911.337"],["17737.225","16878.374"],["17765.608","18552.135"],["17768.776","15240.935"],["18097.239","18694.526"],["16393.461","15865.150"],["16445.260","15773.043"],["18534.897","18057.629"],["17214.033","13011.155"],["17291.876","13172.163"],["16790.463","17576.561"],["16836.041","17613.279"],["17385.872","14869.858"],["17880.841","16890.744"],["17938.306","16825.598"],["18034.022","16872.183"],["18733.027","16581.433"],["17136.457","17834.105"],["17104.218","17999.296"],["16936.287","17153.543"],["16922.134","17123.813"],["16815.100","17094.746"],["16964.576","17072.134"],["16885.699","17163.660"],["17705.637","18224.942"],["17645.213","18246.730"],["17722.819","18165.770"],["17459.110","17763.588"],["17551.873","17746.556"],["15693.860","18097.405"],["17998.638","17440.586"],["19658.276","18286.339"],["19521.914","18460.187"],["17585.755","18774.909"],["17607.264","18854.578"],["17625.872","18369.589"],["17753.513","18278.527"],["17833.873","16556.533"],["18014.818","16536.255"],["17973.273","16378.676"],["17897.446","16549.913"],["17462.250","16396.275"],["16287.171","16104.969"],["19263.079","14198.549"],["19273.699","14175.527"],["19266.813","14197.217"],["19269.218","14189.703"],["18148.286","16399.381"],["18972.731","17956.551"],["19045.969","17995.015"],["18983.664","17891.615"],["19063.780","17863.966"],["17723.763","15420.079"],["17703.013","15503.086"],["17205.006","17235.660"],["17299.584","17313.348"],["17347.094","17316.661"],["17374.422","17390.512"],["17307.410","17343.244"],["18256.503","12205.550"],["18760.805","18434.732"],["18707.745","18353.775"],["16126.210","18354.031"],["16538.196","17977.014"],["16419.144","17948.485"],["16542.081","17997.367"],["16468.898","17910.156"],["17673.588","17892.373"],["17645.663","17559.942"],["18010.801","12364.322"],["17978.339","12383.792"],["17247.013","17486.082"],["17399.812","17565.845"],["18627.630","17156.146"],["18648.083","17147.824"],["18612.987","17091.921"],["18526.225","16995.754"],["18569.753","17058.359"],["15854.025","18087.617"],["15932.619","18083.564"],["15742.338","18057.004"],["15830.262","18136.123"],["19096.482","17896.757"],["19177.343","17960.515"],["19221.020","17900.820"],["19263.674","17921.206"],["19291.742","17918.211"],["22185.238","8444.494"],["17922.143","17777.052"],["17901.307","17733.817"],["18011.456","17725.911"],["16642.753","17146.313"],["16630.231","17186.880"],["16969.691","15887.471"],["17265.323","13315.710"],["16360.857","16053.322"],["17774.184","18741.016"],["17682.478","18867.142"],["18678.144","17684.722"],["18745.016","17776.970"],["18873.917","17790.735"],["17276.417","16065.544"],["16580.609","16055.878"],["16476.148","18515.022"],["16518.283","18527.082"],["18709.282","17834.571"],["18855.275","17853.129"],["16730.267","16695.706"],["16573.882","16714.002"],["17473.646","15157.238"],["18777.258","17408.462"],["18768.220","17348.991"],["18698.527","17310.893"],["18765.162","17330.069"],["17423.015","18255.171"],["17574.796","18351.784"],["17612.140","18387.943"],["19053.140","18296.156"],["19014.643","18267.475"],["18960.949","18282.285"],["17394.715","17846.589"],["17262.484","17961.199"],["17294.658","17919.093"],["17394.379","17869.641"],["18121.642","16712.441"],["18158.444","16599.834"],["18311.280","12949.151"],["29748.793","10492.587"],["17629.406","16212.185"],["17168.263","18575.107"],["17085.323","18526.890"],["18148.503","18546.966"],["18189.227","18483.770"],["18186.202","18623.739"],["18229.972","18486.703"],["17980.665","16639.077"],["16323.965","16550.648"],["21445.537","13871.202"],["18597.869","16763.407"],["18568.802","16569.946"],["16864.714","17801.340"],["17398.539","17770.084"],["17322.014","17659.587"],["16217.967","18010.949"],["22258.561","8390.560"],["17504.709","14121.321"],["16744.341","15647.226"],["16059.218","17601.829"],["18634.772","18579.905"],["18527.254","18634.315"],["18658.066","18545.719"],["18428.586","18879.402"],["18389.952","18702.738"],["17040.310","18064.876"],["17063.252","18169.505"],["17145.560","18243.613"],["17165.854","18177.780"],["17193.955","18191.981"],["18419.471","18384.101"],["18285.499","18377.995"],["16459.858","17722.472"],["16367.108","17625.219"],["16544.421","17818.644"],["16488.736","17803.598"],["16435.343","17720.207"],["16377.183","17628.027"],["19148.353","17139.595"],["17804.944","17740.075"],["17814.997","17764.109"],["16282.429","17802.745"],["16943.604","18528.230"],["16798.068","18511.925"],["19640.942","15852.651"],["16581.653","18700.469"],["21680.995","9366.263"],["17649.447","18642.395"],["21180.428","15710.023"],["17436.125","17049.244"],["16678.772","18052.561"],["16979.491","17903.432"],["17622.685","17025.147"],["17742.806","17085.410"],["17810.591","17016.682"],["17714.232","17042.405"],["24471.933","7851.787"],["18521.973","18725.886"],["18545.444","18774.330"],["18500.527","18889.104"],["18556.888","18874.939"],["17806.125","13709.358"],["22823.639","12823.071"],["22868.679","12845.706"],["22842.031","12883.053"],["22855.123","12890.526"],["22812.462","12856.881"],["22844.105","12905.631"],["22848.901","12926.125"],["22849.839","12854.668"],["22872.271","12900.208"],["22815.817","12924.933"],["22781.294","12858.750"],["22809.786","12915.770"],["22844.502","12845.688"],["22826.234","12852.024"],["22847.800","12856.102"],["22798.551","12846.231"],["22791.529","12860.143"],["22825.291","12839.421"],["22862.985","12893.675"],["22876.412","12851.200"],["22732.823","12931.219"],["22792.475","12873.106"],["22796.366","12875.435"],["22765.731","12851.345"],["22867.110","12846.192"],["16379.352","11294.819"],["19003.906","18424.653"],["20934.025","9866.794"],["17381.883","12565.449"],["16598.523","17949.212"],["21408.466","9971.840"],["16567.034","17255.515"],["19254.960","11104.164"],["18885.959","14051.194"],["16448.045","18281.929"],["17300.940","18858.192"],["17301.032","18772.592"],["19330.559","11354.644"],["18843.446","18609.280"],["18692.046","18563.720"],["18715.727","18675.283"],["18836.528","18506.910"],["20161.534","13818.218"],["16269.161","16224.517"],["16280.492","16295.645"],["16250.753","16333.568"],["15937.669","18087.346"],["15997.917","18147.165"],["16898.316","16407.092"],["18267.366","13705.559"],["22827.747","12771.839"],["16292.339","16781.429"],["16266.543","16933.322"],["24418.696","7998.323"],["24513.592","8036.206"],["17727.929","17256.709"],["17739.319","17227.277"],["17787.342","17212.856"],["19584.970","18181.054"],["18403.303","17841.903"],["18269.693","17868.322"],["18416.715","17939.109"],["18314.210","14604.400"],["18329.309","14586.175"],["16259.053","15788.947"],["16980.719","13653.127"],["16637.348","18806.435"],["16733.255","18881.372"],["16641.878","18786.276"],["18627.433","17773.206"],["21838.647","8827.399"],["21963.667","8797.600"],["19114.064","18588.864"],["19223.048","18531.699"],["21721.381","9386.736"],["6388.082","17840.203"],["6400.916","17866.086"],["17837.697","13537.027"],["17837.525","13511.056"],["17844.031","13498.417"],["17880.086","13479.289"],["17898.579","13454.206"],["17875.318","13506.180"],["18087.916","16827.029"],["18047.030","16780.171"],["17524.350","16808.733"],["19859.552","10907.726"],["21109.169","10779.805"],["23331.601","8379.962"],["19843.082","18395.899"],["23510.387","7999.423"],["17106.419","15908.584"],["17767.515","16706.060"],["22662.317","9139.470"],["16949.827","15876.567"],["16782.368","15777.844"],["16858.925","15778.320"],["16862.942","16197.683"],["16862.942","16197.683"],["16822.640","16258.505"],["16878.121","16317.939"],["19420.256","18493.471"],["17778.358","13473.402"],["22163.386","8641.502"],["20207.540","15743.077"],["6386.273","17821.018"],["17890.304","16340.966"],["18842.496","15846.691"],["17909.139","17225.353"],["17952.164","17316.883"],["16495.824","16901.009"],["16468.689","16822.764"],["17881.339","13245.899"],["17862.443","13242.498"],["16598.539","16982.196"],["16635.120","16797.066"],["17092.832","17259.918"],["18996.705","11695.534"],["16545.796","17137.080"],["16563.789","17197.320"],["16427.362","17047.257"],["17670.808","12837.177"],["21488.365","13775.936"],["21487.178","13788.229"],["21526.495","13747.724"],["21439.364","13796.042"],["21586.107","13807.261"],["21438.339","13728.932"],["21508.003","13764.918"],["21435.553","13736.690"],["16376.609","16518.009"],["17096.666","16312.123"],["21122.335","9680.451"],["18054.313","17384.996"],["17682.329","16380.774"],["18975.081","18046.238"],["18976.039","18180.443"],["17521.468","12076.440"],["18610.922","18291.337"],["18483.541","18334.115"],["18513.460","18343.692"],["18488.933","18280.352"],["18499.033","13666.968"],["17537.565","12382.578"],["17569.982","12457.966"],["22904.973","10192.931"],["20839.942","11788.247"],["24147.387","7614.098"],["17706.195","15038.870"],["18297.881","11964.351"],["18418.758","18558.545"],["18279.355","18647.527"],["18255.368","18490.725"],["18297.127","18567.644"],["18396.465","18554.259"],["18395.300","18636.023"],["18191.016","17806.792"],["18121.241","17820.714"],["22833.758","7963.506"],["17490.752","16684.321"],["19855.314","13225.590"],["17985.266","17053.154"],["17929.070","17070.394"],["17439.885","17397.794"],["17507.137","17381.659"],["17448.027","17391.936"],["17672.003","15778.317"],["18128.399","17461.549"],["18071.102","17505.856"],["17719.379","13390.226"],["17758.277","13211.232"],["17751.799","13224.528"],["17735.729","13218.965"],["17736.680","13210.435"],["17727.637","13334.628"],["17751.497","13310.504"],["17698.895","13253.496"],["17702.825","13350.818"],["17699.367","13323.307"],["17651.401","13371.220"],["17668.090","13369.553"],["22011.365","9393.474"],["16887.219","16712.568"],["17465.768","17922.344"],["17751.310","13165.381"],["17763.659","13132.934"],["17787.147","13127.205"],["17810.104","13102.498"],["17817.505","13089.985"],["17785.061","13112.664"],["17795.438","13151.382"],["19298.733","18107.601"],["20227.549","10852.764"],["16281.144","17575.181"],["17764.626","15608.000"],["17768.110","15563.731"],["17733.963","15621.338"],["17770.380","15572.950"],["16474.992","18166.810"],["16433.651","18169.627"],["17708.880","13480.945"],["17714.624","13416.194"],["17711.662","13431.567"],["17661.935","13479.075"],["17686.079","13581.778"],["17659.571","13588.511"],["17719.690","13584.291"],["17709.667","13596.978"],["18422.357","12473.133"],["20730.729","10215.879"],["16730.998","16179.999"],["16187.819","18189.158"],["16848.497","17329.397"],["17503.795","17070.685"],["18250.849","17999.027"],["22059.603","10680.839"],["22211.353","10775.739"],["17502.887","16133.764"],["16868.299","16079.943"],["21460.302","10237.859"],["17528.272","16324.981"],["17618.309","16202.301"],["19586.519","14217.638"],["18472.220","14657.711"],["19368.574","11016.631"],["16395.299","16237.604"],["16401.500","16149.914"],["20390.089","14944.312"],["17474.101","18146.765"],["17406.363","18481.802"],["18818.832","14861.423"],["17578.032","15654.452"],["17568.703","15644.565"],["16373.976","17619.538"],["16552.381","11582.622"],["24105.326","8838.917"],["17933.371","18526.685"],["21505.266","15333.831"],["16597.799","18433.497"],["19937.672","11354.562"],["18020.080","12241.836"],["17459.861","18619.117"],["19939.181","13898.110"],["16772.881","15904.178"],["16684.794","15881.774"],["17802.580","16937.822"],["17627.730","16920.819"],["17743.660","16898.879"],["17761.757","15266.725"],["18087.815","18698.159"],["16422.101","15777.467"],["18495.914","18156.037"],["18637.854","14122.754"],["18634.035","14156.996"],["17591.736","13300.677"],["17412.882","13251.103"],["22639.358","8257.572"],["22586.259","8245.756"],["18004.311","16780.164"],["17834.009","16923.131"],["19203.027","14684.963"],["17690.880","12249.570"],["21031.827","10325.913"],["17819.790","12948.386"],["19497.268","18487.117"],["16955.543","17153.964"],["16898.693","17171.570"],["16817.442","17081.460"],["16984.212","17124.066"],["24134.985","17418.637"],["22576.554","10376.540"],["21128.657","9369.246"],["19395.767","12328.629"],["17932.600","17441.607"],["19517.505","18290.541"],["17545.574","18856.693"],["17591.852","18855.569"],["17620.725","18417.654"],["17627.762","18294.410"],["17768.414","18301.153"],["17932.452","16561.836"],["23761.355","8264.282"],["22889.345","12827.825"],["22909.456","12852.208"],["22905.697","12830.262"],["17880.142","13736.210"],["17982.095","13798.456"],["18010.821","13814.440"],["17979.857","13665.512"],["18014.889","13702.163"],["17838.356","13658.156"],["17900.793","13729.504"],["17915.868","13639.077"],["17857.560","13667.087"],["21247.808","14990.787"],["25135.231","8311.441"],["17456.366","16443.139"],["16288.401","16048.523"],["17919.709","13313.996"],["17877.294","13292.175"],["18938.889","17940.390"],["19027.397","17993.620"],["18962.452","17948.657"],["19051.726","18010.126"],["19056.457","18034.662"],["17634.361","15409.499"],["17642.503","15386.755"],["17661.660","15400.946"],["17334.074","17274.325"],["17234.279","17299.319"],["23842.486","7866.278"],["23214.219","8210.899"],["20310.700","10012.506"],["18677.836","18425.318"],["18756.989","18438.926"],["18688.370","18291.231"],["24227.335","8088.017"],["16472.719","17985.057"],["16387.779","17955.702"],["16545.732","18002.586"],["16476.974","17907.563"],["19337.376","15238.291"],["19351.645","13240.623"],["17975.267","12379.324"],["17406.738","17432.819"],["17374.280","17528.434"],["24066.765","7907.504"],["23978.142","8097.648"],["19229.253","13053.094"],["15811.545","18136.107"],["17604.770","12184.583"],["22194.184","8461.357"],["17947.225","17760.371"],["16759.455","17057.166"],["16647.062","17110.989"],["15722.000","17671.043"],["16400.238","16083.292"],["16394.356","15935.162"],["16523.803","15972.120"],["17785.703","18708.558"],["17805.396","18744.629"],["17701.080","18867.687"],["21210.682","10066.880"],["22765.924","12980.612"],["22735.319","12972.173"],["22902.138","8082.293"],["23016.381","7902.186"],["17281.707","16052.539"],["17406.355","16074.286"],["17381.784","16036.143"],["16684.293","16135.826"],["16509.760","18676.209"],["16444.519","18510.860"],["16514.484","18533.160"],["18747.502","17847.750"],["18847.578","17841.899"],["17862.884","18282.584"],["16671.318","16693.999"],["16678.904","16701.788"],["16656.193","16693.248"],["16636.686","16747.315"],["18458.581","18077.001"],["17516.277","18375.748"],["17616.594","18370.078"],["20921.271","16167.718"],["20952.914","16158.343"],["18917.415","18273.946"],["19060.262","18313.249"],["19032.636","18323.528"],["18979.880","18275.662"],["22933.115","12798.522"],["22914.951","12809.006"],["22896.102","12774.421"],["22962.527","12783.891"],["22913.965","12811.049"],["22927.591","12778.175"],["22971.303","12794.994"],["18042.341","16596.017"],["18112.600","16656.080"],["20175.596","11446.237"],["17399.219","11118.502"],["17641.460","16340.399"],["17189.694","18640.408"],["17074.238","18556.898"],["23022.676","8280.363"],["18153.701","18535.950"],["18169.968","18491.334"],["18171.843","18614.242"],["17928.011","16704.461"],["17951.270","16665.764"],["17840.567","16603.158"],["21461.761","13974.333"],["17851.269","12863.565"],["16869.813","17673.989"],["21517.796","9572.073"],["21461.913","9434.069"],["17553.582","13424.723"],["17589.055","13422.202"],["17519.864","13414.903"],["17601.402","13593.866"],["17405.994","12757.649"],["17397.468","12749.395"],["17558.302","13378.665"],["17910.242","15487.116"],["17867.998","15503.557"],["16271.393","17849.153"],["16181.766","17971.279"],["22251.663","8395.686"],["17846.604","13056.575"],["17855.431","13083.778"],["17866.600","13104.776"],["16070.172","17555.586"],["20563.184","10098.667"],["24135.032","7805.580"],["24048.619","7871.662"],["21873.992","9951.277"],["18479.130","15025.886"],["18593.637","18608.113"],["18527.254","18622.556"],["19562.119","11153.468"],["19676.065","11289.223"],["25959.359","8218.061"],["18326.264","18443.688"],["18281.716","18380.572"],["19780.877","11839.360"],["19742.569","11719.900"],["16506.190","17728.798"],["16407.370","17815.995"],["16496.071","17809.791"],["16543.894","17816.002"],["16442.597","17717.961"],["18934.069","15610.650"],["17589.917","13649.282"],["17742.174","17825.915"],["16936.729","18514.687"],["16846.292","18614.501"],["17642.746","13621.174"],["17693.457","13678.508"],["17686.230","13677.516"],["17710.315","13685.190"]] \ No newline at end of file diff --git a/src/gathering/10127.json b/src/gathering/10127.json new file mode 100644 index 0000000..b13865b --- /dev/null +++ b/src/gathering/10127.json @@ -0,0 +1 @@ +[["16579.712","18723.656"],["17426.024","17414.373"],["17494.556","17445.599"],["16568.895","18138.178"],["16686.432","18092.383"],["16590.645","18225.064"],["17749.528","17089.588"],["17693.900","17162.826"],["18600.740","18782.109"],["18671.630","18680.434"],["22860.824","12857.932"],["22841.363","12916.867"],["22840.491","12890.362"],["22872.580","12910.748"],["22807.642","12931.107"],["22799.695","12916.606"],["22770.305","12860.194"],["22834.832","12849.023"],["22821.068","12861.210"],["22836.676","12863.283"],["22794.952","12876.727"],["22794.738","12875.984"],["22740.852","12963.474"],["22804.177","12862.963"],["22788.189","12844.497"],["22782.075","12863.780"],["22815.464","12836.581"],["22874.248","12826.377"],["22734.465","12921.141"],["22874.147","12861.276"],["22860.554","12903.550"],["22790.808","12870.186"],["22773.588","12858.942"],["22841.864","12885.682"],["22842.474","12886.173"],["22832.130","12883.720"],["22831.720","12884.344"],["22881.920","12845.360"],["19000.880","18419.170"],["18974.734","18356.974"],["16598.361","17928.032"],["16594.014","18011.568"],["16592.602","17948.551"],["16538.012","17201.479"],["16732.246","17249.136"],["16742.920","17274.816"],["16746.073","17281.763"],["16434.838","18312.202"],["16511.059","18363.861"],["17306.433","18872.494"],["17344.634","18722.306"],["17277.439","18690.861"],["17344.838","18777.164"],["18678.642","18558.254"],["18707.404","18653.747"],["18840.821","18539.461"],["16308.013","16317.893"],["16292.938","16177.510"],["16260.761","16218.032"],["15936.537","18166.256"],["16015.318","18164.159"],["17974.280","17882.066"],["17946.978","17952.370"],["17922.176","17906.766"],["22816.346","12773.488"],["22858.833","12773.815"],["22842.533","12780.392"],["22865.672","12782.239"],["19106.660","18353.728"],["16326.893","16857.331"],["16285.770","16984.406"],["18656.156","17940.912"],["17646.424","17251.775"],["17712.735","17216.706"],["17790.430","17215.974"],["19604.469","18200.791"],["19563.866","18106.298"],["18252.735","17868.454"],["18392.570","17929.382"],["18379.488","17867.801"],["16202.204","15826.148"],["16699.410","18737.341"],["16640.038","18854.093"],["19761.433","13979.840"],["17187.122","16023.849"],["17058.656","15948.625"],["18593.617","17805.626"],["19211.504","18670.966"],["19243.048","18503.161"],["19285.469","18624.419"],["19105.721","18534.007"],["18060.152","16801.654"],["17607.770","16875.279"],["17536.854","16797.069"],["17589.897","16967.213"],["16629.371","17828.394"],["19857.013","18324.041"],["19790.508","18317.428"],["19902.299","18391.727"],["18841.067","18760.250"],["18839.015","18796.949"],["18872.268","18783.357"],["16930.747","15873.883"],["16789.105","15863.861"],["17026.064","17764.253"],["19117.202","18306.134"],["19236.204","18295.464"],["19375.549","18672.148"],["19397.855","18486.436"],["19382.341","18579.058"],["19325.568","18532.303"],["17974.818","16191.284"],["18036.464","17382.610"],["17982.707","17297.247"],["17919.106","17316.377"],["16486.201","16829.302"],["16568.186","16945.690"],["16640.070","16948.726"],["16523.223","17162.385"],["16406.191","17025.372"],["21504.676","13806.608"],["21485.494","13759.982"],["21485.550","13771.262"],["21566.258","13801.886"],["21569.364","13802.621"],["21434.986","13764.742"],["21598.370","13811.029"],["21594.186","13810.574"],["21447.790","13732.224"],["17120.976","16261.256"],["17115.452","16212.082"],["16817.466","18862.710"],["19048.356","18078.710"],["18939.933","18054.776"],["19093.299","18073.588"],["19004.427","18190.121"],["18596.161","18461.280"],["18609.228","18304.037"],["18489.857","18343.363"],["18511.618","18345.195"],["18472.584","18280.005"],["18651.431","18445.613"],["18277.109","18496.747"],["18301.403","18559.287"],["18382.074","18553.284"],["18393.129","18624.445"],["18377.842","18611.935"],["17463.916","16621.641"],["16857.456","18125.054"],["18017.977","17085.801"],["17766.236","15877.600"],["17686.210","15769.705"],["16337.006","16599.424"],["18052.465","17428.234"],["18053.059","17532.175"],["16642.079","18626.845"],["16748.809","18579.753"],["18780.195","18196.919"],["18347.152","17819.046"],["18282.134","17802.353"],["16865.275","16687.690"],["18002.811","14687.383"],["16112.285","15769.736"],["19076.339","18551.806"],["18905.798","18640.841"],["18948.713","18590.874"],["18233.193","17844.378"],["19270.213","18207.172"],["16249.581","17565.998"],["16200.815","17611.389"],["17065.598","17197.882"],["17720.529","15691.779"],["16535.384","18045.602"],["16549.729","18144.877"],["16384.638","18154.267"],["18711.070","17940.421"],["16618.380","16195.573"],["16239.842","18244.501"],["16939.920","17365.974"],["17491.143","17090.254"],["18191.871","17885.570"],["18134.453","17866.377"],["17443.996","16104.333"],["17609.369","16214.952"],["17402.160","15052.377"],["16386.812","16258.925"],["16362.991","16151.477"],["17432.357","18242.570"],["17262.226","18540.665"],["17581.204","18611.848"],["17878.311","18646.406"],["17422.197","18573.716"],["17440.524","18518.088"],["17530.740","18640.714"],["17638.199","18144.761"],["17719.832","18086.418"],["17817.689","18078.419"],["16684.997","15870.779"],["17787.329","16911.400"],["17745.042","16865.239"],["17728.559","18584.633"],["18099.262","18684.749"],["16146.835","18321.678"],["16502.598","15885.950"],["16440.030","15885.266"],["16381.560","15910.428"],["18493.647","18083.178"],["18607.724","18228.968"],["17868.425","16891.578"],["17953.174","16812.971"],["19470.176","18673.984"],["19442.669","18509.764"],["19506.301","18539.470"],["16792.313","17057.799"],["16973.816","17164.907"],["16949.664","17085.176"],["17688.505","18231.237"],["17760.862","18181.625"],["19391.393","18455.682"],["19473.694","18358.396"],["19527.481","18446.820"],["19596.532","18262.607"],["19525.474","18442.953"],["19686.676","18334.523"],["19669.239","18415.218"],["19672.911","18435.576"],["17571.297","18825.264"],["17602.741","18850.862"],["17483.824","18770.776"],["17681.554","18377.568"],["17645.263","18291.376"],["17752.345","18297.371"],["18010.275","16537.478"],["22906.814","12820.082"],["22908.071","12862.444"],["22898.175","12835.419"],["17498.121","16388.708"],["16294.345","16088.192"],["18895.573","17977.150"],["18977.156","17944.099"],["19035.608","18016.187"],["18906.965","17931.391"],["17711.333","15446.181"],["17712.572","15480.450"],["17682.265","15337.646"],["17965.388","15563.912"],["17199.677","17258.996"],["17390.437","17336.557"],["18718.757","18278.085"],["18781.101","18465.930"],["18801.993","18396.914"],["16411.399","18013.825"],["16385.246","17922.011"],["16463.033","17867.135"],["16539.054","17999.283"],["16470.049","17918.050"],["17734.246","17845.717"],["17794.011","18028.943"],["17798.687","17494.504"],["17226.281","17446.416"],["17396.302","17466.270"],["17358.730","17512.910"],["15809.374","18103.638"],["15904.708","18081.499"],["15823.763","18046.373"],["19150.845","17928.193"],["17934.108","17803.535"],["16679.860","17083.129"],["16601.546","17132.114"],["17654.106","18883.855"],["22756.808","12975.371"],["18720.746","17823.869"],["17322.645","16054.653"],["16684.480","16114.528"],["16473.335","18494.262"],["16523.069","18520.196"],["18764.865","17863.020"],["18860.424","17842.708"],["17872.270","18259.107"],["16626.341","16699.338"],["16731.414","16737.632"],["16673.671","16610.998"],["18365.866","18091.529"],["17872.561","18124.374"],["17834.081","18205.910"],["17441.210","18412.827"],["17540.635","18339.992"],["17591.661","18349.209"],["17849.673","18873.365"],["19059.084","18349.837"],["18961.295","18302.433"],["22943.149","12800.480"],["22884.653","12775.697"],["22968.873","12785.551"],["22932.905","12785.656"],["22982.250","12799.790"],["22965.141","12783.074"],["22933.130","12786.402"],["22924.107","12782.082"],["22924.321","12782.825"],["22979.491","12801.160"],["22979.705","12801.903"],["17375.225","17922.460"],["18095.874","16658.045"],["17624.075","16323.833"],["17809.981","16338.906"],["17230.138","18607.344"],["17179.342","18572.735"],["15508.664","17693.268"],["17000.257","18497.641"],["18236.362","18635.735"],["18163.684","18549.856"],["18189.030","18490.673"],["18184.442","18610.279"],["18215.355","18496.785"],["17902.699","16707.321"],["17932.102","16593.389"],["17989.926","16595.117"],["17889.508","16602.931"],["16334.917","16378.614"],["16316.169","16512.712"],["21498.650","13894.339"],["21459.976","13980.295"],["21457.198","13961.875"],["18642.099","16685.099"],["16823.366","17644.262"],["19315.583","18158.427"],["19335.379","18176.857"],["19964.710","18390.545"],["19498.179","18288.163"],["19452.326","18421.918"],["19496.895","18461.008"],["19487.254","18264.045"],["16281.311","17833.678"],["16175.171","17997.126"],["15726.764","17690.048"],["18530.166","18643.399"],["18648.227","18634.526"],["18435.673","18703.392"],["18413.142","18841.160"],["18332.485","18689.245"],["16890.734","15973.708"],["18273.201","18450.033"],["18438.264","18435.721"],["18285.203","18371.951"],["16543.565","17811.493"],["16434.258","17715.648"],["16508.555","17721.115"],["16487.584","17797.768"],["16391.739","17622.329"],["15877.263","17301.729"],["16149.732","17681.575"],["16911.088","18548.577"],["18538.276","16330.358"],["18484.265","16267.471"],["16583.100","18722.038"],["17652.786","18627.722"],["17818.042","18656.693"],["17454.173","16992.690"],["17587.986","17411.976"],["17491.717","17604.858"],["17675.768","17742.302"],["17705.785","17736.632"],["17744.073","17723.826"],["17782.966","17700.575"],["17743.525","17703.545"],["17710.651","17699.512"],["17701.377","17703.188"],["16639.438","18054.297"],["16575.858","18239.135"],["18817.498","17347.615"],["15779.306","17022.712"],["17685.692","17071.564"],["17782.918","17005.466"],["17713.297","17001.518"],["17661.298","17188.280"],["18483.173","18754.160"],["18572.006","18717.221"],["18465.586","18887.338"],["22795.166","12876.132"],["22864.183","12831.152"],["22869.864","12844.156"],["22855.262","12877.245"],["22832.183","12883.388"],["22799.941","12872.414"],["22853.693","12909.307"],["22850.521","12920.628"],["22858.482","12882.142"],["22852.427","12833.649"],["22838.128","12924.003"],["22838.721","12820.743"],["22791.980","12874.567"],["22800.674","12871.743"],["22875.483","12905.461"],["22778.718","12849.014"],["22813.252","12930.947"],["22804.468","12919.593"],["22840.587","12850.439"],["22826.275","12858.190"],["22794.672","12875.785"],["22735.647","12965.604"],["22838.165","12821.528"],["22791.793","12875.531"],["22809.793","12862.880"],["22792.793","12848.376"],["22787.492","12865.310"],["22819.368","12841.051"],["22822.658","12823.218"],["22878.323","12857.500"],["22730.434","12925.097"],["22854.738","12878.409"],["22855.687","12882.515"],["22864.897","12899.962"],["22840.183","12890.265"],["22842.267","12883.859"],["22839.309","12892.272"],["22790.495","12870.089"],["22789.624","12872.097"],["22792.033","12873.850"],["22798.863","12875.581"],["22798.353","12876.399"],["22796.640","12876.196"],["22773.345","12858.806"],["22772.413","12860.771"],["22766.380","12850.884"],["22764.718","12850.607"],["22764.208","12851.424"],["22841.646","12885.466"],["22842.300","12885.569"],["22832.191","12883.674"],["22832.307","12884.117"],["22872.828","12870.556"],["22831.676","12884.204"],["19003.002","18434.348"],["18970.359","18372.911"],["18655.900","16924.681"],["18671.698","16815.675"],["18669.525","16797.277"],["18656.874","17082.675"],["18635.256","17003.616"],["18487.483","16078.249"],["18486.358","15994.737"],["17229.268","16235.538"],["17250.153","12688.011"],["17226.204","12688.104"],["16692.341","17875.546"],["16589.625","17952.862"],["17641.502","17504.579"],["17663.824","17553.576"],["16522.605","17265.693"],["16660.064","17312.594"],["16736.019","17274.232"],["15245.738","18327.162"],["15215.379","18343.394"],["16479.344","18294.696"],["17395.237","18859.931"],["17387.118","18761.629"],["17260.797","18685.356"],["17302.784","18759.009"],["18879.021","18509.495"],["18680.549","18579.030"],["18756.216","18466.590"],["18723.901","18655.712"],["18848.403","18526.348"],["16282.283","16187.059"],["16244.276","16289.744"],["16215.067","16284.646"],["18466.835","17601.253"],["15942.441","18106.289"],["15952.438","18105.744"],["16012.324","18147.594"],["27968.164","11423.632"],["17978.326","17903.024"],["17969.856","17944.889"],["17898.574","17872.926"],["22853.829","12780.213"],["22822.227","12776.005"],["22837.021","12773.587"],["22869.298","12775.682"],["17274.250","12967.037"],["17247.571","12890.340"],["17266.352","12889.713"],["17215.033","12813.769"],["17215.064","12827.215"],["16294.658","16805.690"],["16329.648","16917.536"],["18639.101","17971.482"],["17649.349","17260.995"],["17724.392","17228.112"],["17812.283","17225.277"],["19527.009","18147.512"],["19606.705","18200.263"],["19566.070","18100.386"],["18336.428","17860.383"],["18265.729","17879.123"],["18404.346","17915.129"],["18383.666","17860.253"],["16755.397","18771.164"],["16640.286","18678.389"],["16646.304","18861.574"],["18385.860","14908.056"],["18359.304","14910.430"],["17105.631","15951.537"],["18545.098","17806.650"],["18668.395","17760.871"],["18637.000","17682.041"],["19145.988","18552.597"],["19287.917","18470.923"],["19285.996","18648.944"],["19100.869","18537.260"],["18257.903","17088.638"],["18284.557","17009.469"],["18296.956","16992.022"],["18343.182","17006.135"],["18461.030","16134.865"],["18664.156","17227.703"],["18651.398","17309.456"],["18668.178","17206.397"],["15622.192","18466.665"],["18062.459","16909.363"],["17568.416","16933.749"],["16708.267","17720.232"],["15746.859","18611.716"],["17979.663","17683.357"],["18020.334","17676.509"],["17858.126","17729.096"],["17835.850","17717.343"],["18057.021","17086.693"],["18234.580","17080.976"],["19817.211","18313.719"],["19786.183","18318.138"],["19905.737","18385.088"],["17003.355","15804.246"],["17180.863","15916.117"],["18685.266","18888.662"],["18827.201","18755.923"],["18841.959","18790.656"],["18882.350","18783.307"],["16938.013","15819.885"],["16813.124","15883.680"],["16795.133","15813.354"],["17154.729","17804.115"],["17118.159","17831.196"],["17120.542","17805.225"],["17105.651","17798.315"],["16928.722","16235.282"],["16857.929","16236.951"],["16857.929","16236.951"],["16814.919","16210.338"],["19097.416","18292.608"],["19241.944","18275.860"],["19389.348","18659.894"],["19380.782","18489.309"],["19364.101","18563.533"],["19330.157","18515.226"],["17207.808","18048.465"],["17202.307","18073.663"],["17205.006","18187.069"],["17201.608","18224.424"],["17356.161","18441.597"],["17243.963","18279.549"],["17235.003","18282.285"],["18002.470","17212.526"],["17979.716","17285.176"],["16385.248","16886.702"],["16471.225","16884.489"],["16468.067","16831.654"],["15286.522","18057.179"],["16586.468","16799.648"],["17415.814","17816.844"],["17583.829","17772.651"],["16422.575","16988.253"],["21503.751","13807.814"],["21523.957","13744.774"],["21436.856","13725.816"],["16041.608","17865.656"],["15952.069","17853.493"],["16084.487","17877.147"],["15990.048","17938.009"],["15945.707","17990.928"],["15948.904","18032.296"],["16009.255","17964.143"],["15941.624","17885.914"],["15425.066","18510.302"],["15449.946","18625.751"],["15505.504","18651.468"],["28140.720","10808.256"],["17096.041","16141.815"],["19076.616","18252.083"],["19071.226","18056.478"],["19002.420","18193.705"],["17529.799","12074.444"],["17532.077","12068.687"],["18633.488","18305.573"],["18476.715","18341.002"],["18519.595","18344.683"],["18483.949","18276.488"],["18654.902","18447.908"],["15371.666","18179.282"],["17453.649","12435.311"],["16950.084","18496.934"],["17824.087","15008.367"],["17823.030","14992.196"],["18383.402","18477.148"],["18284.339","18576.908"],["18384.513","18648.369"],["18269.398","18478.421"],["18301.239","18574.944"],["18391.794","18539.775"],["18388.870","18627.423"],["18365.474","18592.430"],["15494.237","18371.337"],["15415.599","18416.499"],["18896.382","17440.566"],["18913.200","17438.835"],["18937.288","17432.695"],["19076.700","17571.269"],["19028.691","17515.279"],["19048.096","17516.902"],["19064.037","17542.100"],["18223.137","17805.190"],["18062.530","17725.168"],["18234.535","17761.557"],["18216.196","17779.601"],["18201.751","17718.652"],["18169.818","17711.095"],["18229.130","17670.211"],["18227.436","17656.032"],["18202.868","17661.521"],["18217.384","17629.315"],["18149.776","17672.814"],["18048.441","17692.746"],["18067.706","17685.488"],["18158.434","17650.661"],["18229.396","17627.898"],["17548.709","16772.207"],["17528.884","16682.117"],["16847.275","18109.893"],["16969.662","18051.211"],["16984.583","18069.560"],["17878.372","17069.480"],["19124.471","17468.312"],["19183.332","17548.297"],["19213.078","17530.170"],["19252.551","17524.041"],["19244.571","17498.922"],["17488.722","17338.041"],["17743.509","15830.938"],["16333.363","16589.360"],["18084.993","17424.894"],["18098.763","17563.910"],["18140.371","17484.479"],["18195.019","17542.166"],["16774.039","18527.334"],["18843.172","18156.176"],["18277.660","17797.382"],["18340.360","17625.779"],["18406.444","17638.287"],["18258.178","17708.966"],["18262.921","17638.324"],["18270.320","17650.887"],["18413.566","17631.153"],["18437.804","17662.570"],["18382.098","17677.520"],["18453.079","17686.157"],["18391.561","17658.398"],["18345.524","17609.791"],["18338.202","17614.491"],["18252.932","17482.800"],["18439.318","17585.602"],["18271.637","16797.337"],["18283.518","17403.524"],["18326.625","17293.511"],["18322.070","17276.954"],["18317.594","17223.624"],["16975.465","16683.014"],["16865.355","16746.420"],["18567.462","16562.232"],["18526.370","16524.663"],["18562.319","16544.068"],["18597.386","16462.299"],["18603.282","16455.060"],["18513.950","16432.056"],["18542.998","16447.890"],["18522.790","16384.338"],["16708.622","17588.740"],["16719.010","17566.803"],["16771.311","17604.128"],["16041.841","15746.615"],["18954.634","18596.142"],["18922.559","17419.687"],["19091.927","17478.971"],["18240.364","17844.460"],["19302.367","18123.869"],["17129.428","16725.197"],["16151.653","17592.347"],["16306.163","17557.814"],["19099.345","17554.805"],["19122.432","17561.940"],["19236.752","17605.372"],["17019.817","17195.194"],["18915.350","17807.777"],["18941.381","17793.514"],["19000.341","17787.364"],["17699.702","15645.685"],["16533.095","18189.417"],["16385.082","18163.879"],["18718.224","17955.665"],["16219.447","18239.778"],["16846.325","17217.087"],["17526.053","17127.544"],["18139.870","17866.500"],["17008.340","18255.163"],["16995.719","18256.157"],["17100.188","18298.526"],["17093.291","18289.661"],["17089.661","18315.229"],["17132.027","18307.443"],["17427.775","16137.897"],["17615.131","16346.520"],["17544.486","16269.514"],["17523.845","16201.720"],["18592.111","16903.038"],["18622.351","16861.111"],["18602.865","16888.411"],["18597.609","16826.638"],["18606.425","16804.414"],["15507.549","17684.728"],["15549.093","17675.319"],["16384.287","16201.716"],["17548.627","18143.241"],["17232.780","18544.174"],["18689.908","16907.077"],["17588.435","18590.194"],["17545.393","15629.767"],["18735.800","17508.157"],["18747.948","17444.697"],["18760.902","17498.085"],["18759.436","17413.017"],["16669.920","18357.130"],["17471.078","18610.743"],["17504.875","18526.226"],["17463.688","18549.019"],["17708.241","18100.395"],["15868.061","17874.263"],["15860.179","18037.452"],["15896.556","18025.063"],["15810.195","17906.755"],["15843.289","17909.669"],["15805.118","17968.011"],["15827.649","17990.133"],["15745.714","18023.151"],["15778.488","17981.594"],["15935.456","17847.653"],["19560.179","18394.962"],["16616.401","15926.586"],["17812.556","16823.802"],["17638.011","16875.915"],["17742.065","16865.702"],["18099.805","18681.512"],["18591.854","18091.948"],["18493.760","18166.507"],["18395.718","18023.387"],["17294.817","13166.308"],["17219.054","12977.172"],["16809.949","17619.036"],["17935.203","16812.979"],["17878.288","16778.056"],["15685.291","12317.503"],["15692.005","12314.505"],["17175.278","17836.376"],["17134.406","17834.829"],["17084.693","18009.254"],["19438.935","18515.809"],["19493.900","18539.322"],["16788.876","17097.768"],["16975.119","17137.240"],["16944.530","17130.773"],["16797.739","17140.799"],["16983.251","17089.749"],["17731.076","18176.538"],["17426.883","17775.000"],["17454.433","17763.078"],["17576.621","17749.807"],["17544.815","17746.871"],["15685.629","18122.573"],["15652.094","18151.089"],["19411.936","18441.198"],["19473.514","18353.507"],["17963.690","17421.494"],["17876.243","17598.706"],["17993.704","17546.806"],["17953.112","17536.006"],["17944.943","17523.045"],["19686.709","18335.812"],["19655.233","18424.507"],["19670.559","18436.369"],["17495.047","18834.100"],["17596.162","18844.256"],["17466.768","18772.461"],["17710.962","18438.543"],["17630.609","18366.137"],["17672.631","18263.658"],["17728.530","18279.155"],["18001.301","16555.783"],["17967.352","16410.267"],["17917.950","16468.738"],["22885.733","12837.269"],["22896.014","12824.661"],["22911.905","12858.316"],["17502.088","16424.571"],["16311.760","16114.401"],["18106.641","16558.852"],["19017.881","17933.310"],["18953.932","17958.071"],["19041.923","17999.556"],["18968.436","18020.309"],["18919.416","17917.015"],["18949.170","17847.177"],["18905.677","17880.368"],["19066.598","17947.527"],["19014.445","17881.696"],["19037.046","17866.133"],["19076.988","17871.236"],["27932.374","11139.844"],["17726.773","15416.683"],["17703.625","15399.940"],["17975.773","15576.610"],["17347.550","17282.752"],["17391.042","17399.079"],["17344.974","17404.882"],["18799.230","18396.931"],["16103.134","18265.675"],["16466.683","18042.381"],["16394.737","18014.419"],["16399.638","17931.639"],["16538.591","17880.254"],["16466.635","17863.733"],["16543.380","17992.710"],["16479.786","17920.511"],["17774.307","18029.207"],["17395.826","17468.463"],["18633.435","17111.827"],["18654.500","17104.227"],["18600.145","17056.810"],["18603.109","17034.364"],["18539.457","17039.461"],["18523.073","16999.181"],["18629.312","17179.050"],["18575.532","17063.370"],["18586.363","17077.454"],["15787.710","18092.534"],["15850.244","18082.232"],["15842.902","18082.127"],["15759.944","18088.651"],["15760.759","18044.357"],["15795.361","18112.820"],["19115.892","17893.204"],["19150.870","17923.021"],["19154.600","17890.115"],["19183.550","17893.539"],["19201.401","17906.710"],["19268.460","17899.353"],["19279.835","17928.421"],["19301.809","17932.443"],["17869.215","17824.385"],["17844.904","17773.144"],["17889.736","17734.554"],["17916.749","17731.725"],["17922.237","17746.631"],["17975.885","17735.803"],["18006.927","17759.061"],["16682.344","17136.463"],["16620.042","17106.791"],["17304.770","13275.357"],["17288.724","13315.074"],["17287.220","13182.474"],["16523.433","15936.459"],["16519.287","17508.959"],["16535.031","17504.737"],["16404.562","17499.755"],["17679.764","18850.660"],["22759.790","12980.611"],["18697.605","17690.940"],["18673.208","17692.298"],["18687.490","17729.802"],["18747.508","17792.432"],["18866.312","17768.660"],["17291.730","16037.192"],["17217.621","16061.127"],["16715.355","16077.987"],["16641.715","16075.458"],["16648.866","16093.647"],["16655.506","15970.344"],["18678.660","16479.944"],["18678.422","16538.267"],["16476.937","18497.665"],["16534.188","18551.376"],["18729.447","17861.623"],["18814.852","17888.453"],["18777.892","17865.349"],["18859.601","17845.928"],["18743.414","17839.187"],["17869.431","18294.821"],["16704.295","16725.823"],["17509.710","15213.268"],["17846.905","18208.061"],["17833.478","18087.849"],["17890.784","18134.465"],["17848.703","18193.259"],["17860.806","18247.018"],["18694.133","17383.542"],["18679.713","17319.144"],["18792.837","17369.158"],["18733.304","17342.271"],["18721.087","17329.334"],["18759.697","17328.583"],["18778.304","17340.028"],["18721.943","17257.578"],["17495.762","18295.601"],["17534.747","18389.356"],["17607.962","18403.170"],["17911.054","18745.240"],["19062.186","18274.471"],["18951.640","18298.321"],["22938.870","12796.392"],["22964.345","12793.245"],["22979.919","12801.308"],["22932.841","12785.454"],["22930.668","12785.512"],["22927.822","12778.981"],["22926.925","12780.521"],["22926.416","12781.338"],["22932.198","12783.603"],["22932.466","12782.654"],["22981.938","12799.693"],["22981.066","12801.701"],["22964.828","12782.977"],["22963.957","12784.985"],["22971.534","12795.800"],["22986.430","12792.734"],["22985.486","12792.585"],["22968.836","12793.889"],["22969.822","12793.755"],["23001.495","12793.727"],["23002.052","12792.904"],["22931.764","12779.150"],["22930.914","12778.713"],["22925.611","12784.813"],["22926.136","12785.645"],["22933.336","12785.797"],["22924.041","12781.884"],["22924.534","12782.231"],["22979.425","12800.961"],["22889.082","12783.054"],["17408.630","17925.367"],["17215.133","18017.550"],["17299.352","17986.329"],["17247.517","17996.762"],["17273.848","17961.894"],["17313.486","17912.101"],["17287.166","17928.184"],["18068.089","16736.810"],["17210.549","18604.504"],["17098.718","18550.500"],["17154.097","18610.420"],["15891.957","18504.394"],["15764.523","18536.361"],["15792.323","18585.827"],["15856.039","18623.285"],["15572.297","18390.732"],["15582.250","18450.882"],["15638.972","18412.302"],["15665.502","18416.229"],["17022.330","18495.825"],["18163.043","18535.752"],["18176.777","18480.715"],["18186.629","18612.822"],["18217.439","18492.979"],["17860.369","16565.170"],["17947.734","16646.765"],["16345.494","16517.452"],["16337.822","16384.808"],["21459.986","13969.769"],["21502.917","13824.868"],["21492.101","13823.417"],["18628.299","16610.193"],["18648.549","16659.537"],["18615.584","16767.377"],["18609.637","16702.442"],["18596.172","16620.884"],["16962.676","17735.583"],["16842.370","17637.645"],["19328.214","18157.998"],["19322.139","18169.640"],["16699.064","18039.484"],["17395.074","17764.690"],["17338.202","17782.595"],["17323.927","17801.443"],["17375.822","17812.465"],["17288.173","17641.672"],["17313.574","17647.993"],["17323.453","17650.476"],["17318.558","17660.835"],["19296.969","17634.780"],["15720.343","18346.380"],["15619.870","18319.485"],["15716.431","18455.909"],["19961.190","18401.346"],["19452.063","18425.402"],["19498.797","18458.083"],["19491.547","18268.669"],["16222.446","17879.145"],["16183.016","18014.632"],["15726.420","17692.973"],["17486.251","14117.783"],["17512.835","14106.502"],["16055.074","17539.649"],["16004.908","17579.285"],["15992.486","17523.542"],["15967.446","17545.655"],["17682.867","17239.548"],["18620.594","18606.412"],["18602.148","18488.910"],["18522.090","18623.200"],["18661.072","18644.155"],["17049.970","18049.661"],["17032.155","18105.784"],["17011.938","18097.887"],["17055.392","18133.718"],["17065.895","18252.675"],["17021.176","18199.107"],["17061.289","18193.775"],["17088.466","18210.015"],["17138.026","18223.939"],["17173.064","18107.796"],["17152.424","18134.017"],["15781.980","18448.278"],["16861.318","15987.508"],["18427.606","18427.976"],["18282.654","18377.599"],["16467.584","17634.080"],["16357.700","17695.442"],["16432.481","17713.799"],["16492.469","17800.196"],["16542.940","17816.745"],["16513.719","17695.632"],["16376.389","17637.531"],["19160.845","17133.204"],["15864.816","17297.972"],["15886.689","17305.231"],["15870.598","17292.904"],["16824.843","16862.783"],["17664.871","17808.425"],["17622.807","17767.428"],["17662.654","17778.967"],["17795.687","17762.338"],["16165.127","17685.523"],["16340.332","17630.131"],["16187.604","17695.450"],["16604.524","18748.210"],["17433.405","17029.963"],["17426.392","17463.676"],["17514.949","17468.551"],["16620.754","18052.100"],["16663.717","18055.753"],["16573.720","18234.561"],["16892.840","17877.953"],["16969.017","17892.523"],["17707.746","17125.079"],["17744.676","17121.814"],["17704.198","17033.242"],["17674.150","17173.345"],["18499.275","18790.098"],["18534.572","18758.195"],["18497.303","18862.118"],["22795.396","12875.686"],["22823.162","12823.452"],["22842.191","12883.196"],["22792.430","12873.481"],["22796.534","12875.535"],["22765.532","12850.991"],["22842.209","12885.039"],["22832.783","12884.045"],["19006.505","18438.477"],["18955.293","18374.414"],["18647.277","16794.414"],["16680.325","17832.754"],["16592.059","17946.140"],["16578.131","17222.167"],["16495.084","18300.773"],["17306.591","18799.680"],["17256.619","18715.727"],["17306.658","18758.564"],["18688.082","18564.117"],["16322.876","16220.868"],["16277.788","16239.545"],["16265.072","16315.373"],["15984.331","18187.478"],["17976.007","17904.048"],["17934.527","17929.199"],["17886.041","17890.102"],["16355.960","16944.618"],["18671.387","17924.067"],["17638.614","17257.847"],["17716.903","17244.691"],["17789.514","17220.117"],["19629.460","18236.529"],["19618.120","18211.047"],["19570.362","18082.401"],["18306.968","17983.601"],["18394.504","17860.185"],["18257.949","17863.284"],["18380.169","17926.541"],["18382.498","17858.932"],["16634.558","18689.761"],["16647.686","18848.065"],["17065.087","15974.709"],["18554.045","17782.207"],["19154.245","18539.351"],["19257.440","18534.077"],["19180.534","18674.274"],["17589.117","16938.010"],["16729.895","17757.903"],["19771.619","18443.149"],["19782.433","18316.817"],["19905.934","18383.437"],["17001.713","15815.050"],["17171.582","15901.065"],["18836.346","18767.797"],["18838.850","18790.822"],["18871.708","18778.700"],["16849.934","15881.055"],["16811.802","15811.383"],["19103.206","18315.134"],["19226.549","18290.377"],["19377.659","18467.936"],["19386.765","18559.289"],["19312.575","18633.271"],["19334.170","18522.757"],["17310.367","18354.160"],["17963.315","17288.251"],["17911.239","17204.938"],["16514.619","16977.581"],["17058.426","17217.977"],["17177.310","16229.513"],["18055.287","17390.189"],["19084.610","18244.536"],["18617.189","18306.829"],["18647.846","18459.304"],["16921.647","18491.236"],["17827.050","14988.325"],["18430.008","18523.401"],["18267.908","18621.103"],["18270.072","18482.979"],["18300.334","18573.969"],["18393.143","18542.830"],["18398.475","18630.226"],["18371.839","18598.046"],["18162.940","17822.477"],["18866.165","18208.562"],["18220.637","17807.998"],["17503.933","16699.980"],["16846.519","18129.992"],["17914.229","17000.343"],["17501.556","17374.760"],["17762.931","15830.634"],["16297.125","16772.560"],["16323.307","16590.281"],["18100.115","17468.338"],["18065.806","17498.197"],["16664.464","18534.557"],["18283.137","17802.633"],["16858.404","16726.120"],["16107.433","15736.772"],["18962.656","18617.026"],["18947.759","18570.692"],["19081.938","18535.146"],["18234.953","17837.078"],["17086.450","16742.410"],["16153.348","17544.337"],["17666.621","15636.011"],["16480.137","18072.125"],["16473.545","18192.062"],["16396.891","18094.499"],["18831.159","17991.703"],["18712.895","17933.881"],["16748.088","16167.559"],["16335.856","18078.829"],["16233.871","18198.291"],["17523.439","17140.829"],["17454.864","16253.482"],["17577.701","16339.042"],["17504.031","16255.447"],["15515.513","17679.615"],["16365.036","16242.426"],["17486.041","18179.201"],["17396.926","18517.058"],["17252.484","18526.514"],["17588.608","15620.734"],["17841.200","18591.755"],["16610.660","18383.043"],["17489.842","18575.690"],["17451.040","18504.207"],["17711.214","18079.234"],["17825.830","18100.153"],["17730.966","16858.331"],["17807.467","16919.908"],["17655.674","16849.710"],["18090.134","18686.301"],["16400.771","15829.444"],["18566.410","18095.911"],["18560.553","18158.778"],["17887.176","16775.662"],["18006.866","16803.908"],["15698.945","12305.211"],["19441.336","18510.491"],["19503.455","18539.834"],["16787.750","17125.316"],["16944.364","17117.072"],["16967.335","17069.352"],["16828.262","17147.251"],["16782.211","17071.745"],["17677.294","18228.691"],["17751.334","18207.913"],["17706.339","18178.470"],["19462.366","18354.913"],["19470.093","18355.126"],["19450.155","18419.688"],["19682.795","18332.442"],["19659.155","18420.386"],["19670.098","18438.169"],["17489.883","18851.474"],["17437.303","18884.485"],["17599.073","18842.984"],["17467.491","18789.554"],["17690.534","18355.041"],["17631.071","18397.257"],["17646.020","18338.309"],["17621.315","18258.423"],["17746.079","18284.390"],["17958.303","16501.977"],["17862.653","16542.888"],["16356.001","17009.367"],["17508.824","16456.655"],["16306.869","16126.127"],["19068.161","18039.503"],["18914.715","17935.454"],["17401.804","17289.516"],["17402.250","17385.132"],["18724.168","18293.147"],["18759.473","18456.879"],["18814.890","18416.012"],["16418.190","17947.230"],["16552.654","17938.932"],["16560.807","18031.518"],["16544.120","18013.800"],["17732.601","17913.198"],["17780.689","18037.448"],["17804.921","17488.483"],["17333.665","17482.166"],["15794.768","18119.410"],["15931.356","18157.173"],["15891.024","18074.546"],["19155.204","17931.942"],["17892.916","17765.144"],["16648.019","17142.334"],["16645.647","17085.344"],["16617.559","17108.138"],["16670.353","16991.297"],["16368.276","16136.173"],["16411.959","15947.825"],["16367.294","16103.139"],["17782.437","18718.977"],["17693.267","18881.279"],["17217.892","16006.933"],["17375.543","16070.193"],["17393.524","16094.217"],["16642.080","16140.183"],["16591.634","15944.326"],["16680.623","15971.255"],["16443.615","18507.243"],["16527.313","18542.706"],["18686.503","17855.248"],["18767.267","17854.201"],["16618.522","16736.217"],["16709.112","16656.744"],["17863.226","18111.317"],["17851.038","18208.074"],["17879.770","18242.592"],["17516.096","18392.478"],["17891.567","18748.709"],["19092.466","18284.645"],["22927.740","12778.317"],["22971.451","12795.136"],["22933.568","12785.353"],["22924.765","12781.785"],["22980.149","12800.862"],["17391.212","17905.185"],["18081.732","16676.326"],["18067.524","16754.116"],["17161.635","18622.588"],["17194.866","18612.288"],["15561.405","17673.959"],["17016.968","18499.541"],["18154.885","18536.297"],["18167.122","18487.965"],["18164.327","18630.427"],["18210.975","18497.438"],["18020.187","16649.444"],["16340.996","16391.878"],["16235.109","16536.219"],["21470.450","13881.064"],["21495.702","13898.673"],["19398.634","18221.309"],["19312.803","18149.327"],["19328.767","18177.881"],["19952.522","18389.967"],["19502.103","18462.823"],["19485.675","18264.639"],["16295.406","17870.986"],["16236.552","17977.935"],["15741.732","17695.767"],["18633.999","18628.576"],["18595.651","18484.897"],["18543.998","18642.193"],["18669.937","18645.427"],["18399.882","18725.305"],["16844.534","15935.239"],["18317.645","18427.206"],["16455.450","17666.453"],["16542.562","17814.020"],["16433.978","17708.365"],["16497.486","17805.629"],["16442.803","17824.294"],["16508.884","17696.326"],["15858.627","17310.801"],["16780.848","18581.603"],["18532.741","16308.562"],["16610.710","18704.360"],["16583.988","18709.156"],["17484.441","17454.282"],["17615.888","17585.900"],["17498.266","17610.368"],["17644.724","17735.948"],["17690.947","17730.831"],["17734.066","17715.556"],["17660.994","17717.675"],["17665.111","17718.218"],["16624.619","18072.794"],["16672.980","18084.049"],["16583.117","18242.174"],["18783.507","17333.980"],["18702.719","17210.318"],["15784.354","17011.660"],["17796.632","17021.299"],["17702.501","17178.895"],["17792.121","17177.160"],["18474.933","18723.012"],["18606.348","18773.868"],["18601.762","18688.510"],["18488.076","18843.984"],["22832.000","12882.699"],["22840.302","12891.422"],["22799.888","12873.047"],["22837.809","12820.917"],["22800.843","12872.341"],["22794.705","12875.620"],["22794.804","12875.703"],["22790.430","12869.976"],["22838.638","12820.079"],["22840.159","12890.062"],["22792.556","12874.843"],["22831.183","12883.563"],["22823.066","12823.262"],["22792.182","12876.017"],["22840.112","12890.151"],["22840.132","12890.077"],["22842.198","12883.411"],["22839.363","12892.322"],["22790.479","12869.887"],["22789.673","12872.146"],["22790.611","12871.246"],["22790.446","12869.900"],["22792.317","12873.516"],["22798.682","12874.894"],["22797.860","12875.756"],["22796.563","12875.743"],["22773.402","12858.563"],["22773.272","12858.695"],["22772.472","12860.818"],["22773.415","12859.967"],["22773.380","12858.583"],["22765.934","12851.038"],["22764.537","12849.920"],["22763.715","12850.782"],["22841.753","12885.164"],["22841.598","12885.371"],["22832.471","12883.719"],["22832.365","12883.515"],["18999.350","18425.479"],["18969.109","18379.715"],["18615.007","16986.366"],["18591.986","16977.228"],["18591.134","16968.334"],["18667.923","16903.964"],["18671.024","16826.302"],["18661.815","16791.347"],["18663.825","17121.878"],["18479.664","16016.213"],["18470.820","16014.100"],["17263.277","12687.189"],["17260.916","12685.774"],["16683.253","17848.394"],["16593.112","17944.769"],["16562.338","17212.702"],["16465.528","18268.602"],["17388.170","18750.382"],["17252.319","18706.338"],["17311.773","18759.109"],["18672.392","18569.583"],["15959.431","17646.246"],["15936.938","17812.561"],["16274.461","16218.359"],["16315.603","16264.513"],["16222.228","16288.785"],["16001.338","18161.285"],["17875.305","17854.496"],["18008.638","17892.058"],["17953.623","17941.552"],["17900.120","17886.832"],["17274.478","12896.799"],["17291.539","12856.138"],["17231.561","12800.915"],["17253.102","12785.353"],["19218.476","18457.645"],["16263.617","16965.669"],["18606.032","18024.153"],["17699.947","17227.444"],["17702.426","17234.876"],["19664.065","18238.015"],["19599.699","18227.463"],["19570.938","18081.889"],["18415.030","17855.016"],["18268.788","17865.993"],["18377.323","17937.656"],["18378.896","17860.963"],["16236.984","15849.407"],["16648.031","18870.327"],["18347.560","14881.880"],["17182.099","15973.150"],["17453.387","16983.481"],["18552.910","17808.896"],["18619.449","17686.961"],["19128.653","18497.171"],["19297.542","18626.797"],["19162.409","18672.672"],["18311.424","17166.209"],["18314.204","17165.969"],["18267.829","17049.548"],["18326.430","17104.169"],["18286.729","17005.222"],["18280.934","16998.367"],["18402.018","16125.644"],["18453.500","16111.605"],["18647.948","17305.936"],["18671.382","17213.312"],["17532.569","16787.967"],["17545.835","16921.663"],["18029.617","17663.935"],["17971.030","17692.452"],["17878.476","17712.530"],["17857.308","17728.996"],["18249.787","17058.512"],["19787.276","18340.457"],["19788.518","18312.110"],["19912.200","18391.562"],["18711.993","18683.640"],["18848.205","18767.863"],["18828.752","18795.661"],["17789.435","16736.557"],["16901.318","15913.115"],["16920.342","15818.435"],["16870.729","15864.958"],["16847.604","15745.806"],["17155.510","17803.599"],["17153.843","17801.797"],["17117.906","17830.476"],["17132.132","17813.905"],["17134.160","17809.145"],["19106.002","18313.054"],["19235.316","18299.163"],["19416.931","18646.731"],["19379.927","18475.502"],["19364.578","18574.384"],["19322.788","18530.090"],["17218.182","18058.099"],["17213.246","18048.933"],["17205.057","18101.395"],["17205.991","18204.087"],["17234.513","18332.241"],["17243.352","18324.411"],["18003.882","17313.987"],["17955.720","17199.617"],["18027.263","17346.118"],["16521.094","16946.090"],["16599.209","16973.881"],["17059.491","17250.244"],["17613.811","17801.546"],["16430.445","16996.717"],["21455.448","13750.138"],["21507.576","13808.332"],["21524.764","13749.909"],["21521.710","13748.927"],["21481.092","13796.612"],["16377.397","16514.404"],["16058.610","17876.400"],["16094.372","17860.364"],["16007.140","17926.572"],["15950.696","17842.965"],["16021.983","17897.521"],["16029.708","17912.444"],["15936.687","18011.390"],["28090.113","10779.085"],["17110.791","16194.333"],["17067.227","16243.377"],["18062.209","17350.945"],["17796.375","16520.640"],["19078.266","18054.018"],["18986.976","18183.185"],["17527.119","12052.305"],["17544.404","12100.960"],["18463.184","18268.687"],["18635.971","18299.198"],["18490.761","18346.831"],["18519.085","18337.251"],["18491.153","18277.875"],["18660.510","18457.719"],["17460.626","12443.911"],["16985.726","18484.481"],["18701.164","17154.497"],["17827.728","15003.550"],["18390.452","18561.700"],["18343.463","18640.478"],["18256.618","18483.425"],["18303.607","18566.125"],["18390.857","18543.673"],["18396.748","18617.674"],["18383.879","18595.337"],["18938.623","17468.948"],["18913.608","17435.824"],["19023.394","17532.775"],["19043.195","17547.514"],["19079.715","17554.430"],["18125.111","17780.582"],["18150.078","17830.124"],["18067.917","17757.149"],["18042.796","17737.445"],["18109.471","17756.601"],["18118.392","17729.601"],["18223.190","17694.072"],["18188.892","17642.728"],["18141.062","17657.813"],["18145.874","17671.693"],["18166.979","17657.156"],["18044.884","17704.921"],["18092.750","17687.268"],["16835.187","18106.309"],["18006.486","17042.323"],["17997.373","17019.733"],["19132.769","17564.656"],["19200.384","17536.581"],["19186.902","17549.469"],["19232.699","17526.583"],["19279.042","17552.157"],["19103.486","17531.048"],["17486.796","17360.290"],["16341.218","16604.366"],["18045.201","17441.409"],["18137.536","17522.858"],["18131.874","17524.972"],["18182.877","17538.168"],["18172.595","17553.826"],["18103.618","17523.402"],["16682.457","18550.346"],["16729.154","18628.258"],["18804.915","18220.288"],["18426.999","17646.730"],["18279.206","17807.258"],["18262.840","17679.882"],["18253.353","17670.344"],["18410.871","17622.505"],["18291.869","17685.621"],["18440.334","17687.552"],["18418.233","17688.849"],["18385.117","17682.822"],["18337.199","17592.015"],["18448.260","17583.566"],["18410.464","17604.158"],["18297.757","16969.964"],["16867.227","16751.139"],["18551.524","16533.573"],["18616.235","16538.245"],["18587.733","16461.802"],["18588.422","16419.791"],["18528.191","16409.770"],["18591.819","16434.629"],["18492.246","16464.945"],["18658.020","16563.129"],["18476.273","16367.631"],["18491.019","16359.937"],["16715.143","17563.651"],["16748.519","17592.512"],["16109.883","15817.664"],["18935.238","18544.573"],["18956.575","18584.317"],["19084.455","18530.208"],["19088.269","17508.995"],["19083.522","17517.749"],["18445.297","16279.579"],["18236.285","17843.536"],["16151.341","17571.835"],["16276.307","17579.989"],["16274.859","17563.419"],["19241.761","17609.687"],["18242.141","13728.714"],["16998.210","17062.546"],["16994.261","17147.834"],["19058.721","17733.272"],["18959.897","17819.134"],["18990.510","17817.250"],["17696.298","15639.180"],["16518.660","18173.994"],["16416.513","18144.226"],["18711.382","17917.746"],["16643.836","16157.029"],["16187.983","18207.110"],["17520.577","17091.725"],["16486.171","16131.588"],["16561.076","16086.037"],["17028.625","18258.990"],["17088.136","18303.434"],["17080.138","18293.720"],["17057.989","18388.067"],["17112.081","18367.291"],["17461.181","16078.957"],["17520.171","16136.457"],["17459.891","16120.917"],["18271.114","17312.144"],["17481.418","16281.780"],["17619.477","16344.897"],["17544.434","16323.968"],["18618.026","16871.043"],["18609.918","16872.937"],["18604.760","16802.669"],["15515.727","17688.859"],["16383.408","16250.552"],["17598.528","18217.659"],["17491.502","18170.613"],["17232.845","18549.145"],["18672.937","16901.981"],["17597.984","18595.590"],["17468.959","15580.752"],["17544.561","15640.716"],["17524.038","15568.136"],["17875.399","18587.856"],["18739.361","17478.970"],["18730.935","17484.593"],["16671.368","18359.954"],["17535.111","18593.153"],["17573.979","18602.556"],["17459.997","18504.645"],["17830.244","18133.412"],["17710.638","18082.883"],["17814.646","18086.016"],["15885.696","17881.098"],["15933.753","17986.459"],["15802.990","17906.331"],["15813.381","17923.717"],["15843.752","17961.954"],["15783.290","17979.142"],["15784.051","18042.273"],["15768.373","18029.309"],["15918.133","17859.446"],["16766.314","15914.848"],["17710.277","16841.241"],["17634.060","16880.170"],["17643.511","18489.096"],["17619.975","15166.105"],["18087.403","18682.998"],["16363.889","15824.576"],["19321.929","17896.243"],["19353.260","17922.785"],["17324.248","13156.298"],["17278.253","13140.002"],["17259.364","13000.097"],["17267.271","12996.584"],["16797.313","17605.269"],["16806.841","17595.499"],["16780.997","17603.622"],["17856.773","16907.530"],["17978.964","16788.706"],["18025.084","16831.451"],["18679.317","16622.397"],["17142.802","17863.549"],["17080.599","18012.652"],["19442.866","18511.317"],["19500.018","18543.087"],["16805.307","17121.852"],["16833.333","17067.751"],["17646.677","18236.408"],["17701.520","18197.215"],["17411.378","17779.576"],["17432.301","17766.865"],["17493.258","17637.891"],["17437.472","17776.465"],["17573.916","17712.614"],["17559.257","17753.396"],["17439.884","17647.620"],["15657.651","18157.633"],["15697.676","18116.636"],["19374.419","18449.736"],["19477.148","18359.007"],["17864.975","17422.461"],["18017.429","17519.452"],["17976.641","17553.920"],["17933.855","17520.471"],["19515.104","18458.931"],["19685.130","18334.755"],["19661.572","18428.313"],["19676.134","18432.174"],["17502.597","18882.523"],["17586.523","18848.715"],["17489.777","18783.889"],["29802.444","10313.815"],["17625.594","18398.347"],["17642.368","18379.135"],["17719.923","18270.205"],["17960.795","16399.373"],["17513.413","16442.831"],["17497.604","16355.632"],["16295.527","16096.893"],["18152.497","16382.601"],["18909.827","17925.443"],["18970.725","17956.584"],["19052.565","17992.339"],["18973.617","18030.928"],["18916.492","17936.049"],["19011.182","17891.507"],["18950.389","17856.920"],["19017.088","17866.444"],["19023.063","17862.789"],["19090.692","17913.230"],["19088.660","17912.440"],["17668.197","15397.166"],["17719.578","15414.208"],["17711.711","15380.853"],["18762.417","18443.502"],["18816.716","18417.696"],["16081.292","18278.094"],["16551.404","18024.446"],["16359.374","17957.238"],["16422.869","17868.291"],["16549.679","17998.837"],["17693.933","17917.410"],["17790.541","18031.321"],["17696.240","17586.541"],["17376.043","17453.503"],["17375.811","17433.425"],["17329.507","17502.188"],["17200.669","17589.816"],["18648.434","17117.367"],["18618.761","17040.506"],["18610.277","17063.113"],["18605.986","17001.038"],["18599.200","17197.362"],["18610.467","17177.672"],["18547.639","17064.749"],["18586.068","17084.574"],["18579.604","17179.965"],["15919.974","18147.643"],["15884.898","18143.140"],["15834.010","18053.121"],["15761.456","18067.665"],["15746.647","18107.913"],["15895.064","18056.486"],["15922.319","18045.014"],["19127.816","17988.603"],["19164.763","17913.207"],["19223.801","17937.640"],["19230.078","17903.998"],["19221.358","17915.230"],["19284.718","17923.407"],["17852.431","17811.537"],["17845.640","17788.584"],["17945.393","17802.139"],["17930.709","17760.881"],["18016.340","17749.626"],["17995.786","17739.340"],["16670.450","17163.394"],["16624.536","17164.478"],["17260.308","13266.237"],["17266.905","13260.244"],["16388.297","16110.063"],["16525.162","16136.319"],["16409.391","15956.016"],["16540.490","15931.572"],["16383.321","17572.752"],["16372.369","17599.224"],["16546.923","17513.584"],["17642.506","18748.035"],["17819.344","18757.693"],["17640.290","18873.996"],["18680.498","17686.797"],["18690.571","17694.580"],["18749.570","17824.017"],["18747.029","17786.084"],["18850.398","17779.845"],["18855.074","17756.179"],["18873.025","17830.353"],["18673.858","17672.602"],["18358.205","14866.610"],["16671.817","16078.262"],["16684.802","15934.017"],["18693.324","16505.776"],["18686.374","16522.752"],["16475.029","18524.221"],["16519.895","18533.078"],["18744.123","17889.210"],["18755.096","17861.501"],["18851.575","17854.814"],["18869.035","17857.942"],["17875.105","18288.347"],["16570.726","16703.148"],["16662.768","16690.914"],["18412.362","18054.782"],["17897.824","18117.305"],["17837.107","18194.564"],["17879.852","18240.247"],["18672.591","17374.046"],["18762.885","17387.586"],["18849.851","17390.057"],["18865.841","17395.307"],["18785.654","17338.641"],["18786.058","17391.094"],["18689.875","17321.611"],["18761.968","17329.715"],["17419.105","18392.117"],["17547.108","18339.350"],["18448.399","16356.271"],["19044.620","18292.803"],["18953.762","18270.972"],["22932.970","12785.369"],["22932.883","12785.287"],["22930.647","12785.580"],["22931.832","12786.090"],["22933.138","12783.110"],["22927.756","12778.534"],["22926.744","12779.834"],["22925.922","12780.696"],["22932.605","12784.193"],["22981.921","12799.491"],["22981.872","12799.581"],["22981.115","12801.751"],["22982.053","12800.851"],["22981.888","12799.505"],["22964.812","12782.775"],["22964.763","12782.865"],["22964.006","12785.035"],["22964.943","12784.135"],["22964.779","12782.789"],["22971.468","12795.353"],["22986.984","12792.273"],["22985.866","12791.867"],["22968.503","12794.361"],["22969.740","12794.333"],["23001.683","12794.362"],["22932.375","12778.962"],["22931.391","12778.300"],["22925.083","12784.543"],["22925.634","12785.548"],["23002.521","12793.463"],["22924.173","12781.801"],["22924.074","12781.719"],["22979.557","12800.879"],["22979.458","12800.796"],["17237.858","18014.623"],["17236.827","17984.894"],["17288.792","17928.881"],["17286.106","17896.836"],["17293.021","17919.516"],["18070.351","16634.286"],["18169.860","16658.370"],["18077.833","16607.933"],["17693.517","16333.779"],["17650.188","16207.129"],["17222.523","18587.741"],["17082.971","18550.986"],["17096.519","18556.705"],["17163.380","18579.553"],["15526.013","17676.617"],["18215.079","18675.108"],["18147.138","18551.342"],["18169.162","18484.232"],["18170.494","18607.058"],["18229.309","18496.437"],["18220.712","18538.731"],["17911.614","16738.849"],["16324.920","16415.448"],["21499.202","13821.642"],["21494.491","13902.486"],["21477.811","13878.591"],["21494.009","13901.875"],["21496.062","13903.674"],["21499.095","13905.778"],["21494.911","13895.530"],["21410.311","13978.830"],["18610.707","16742.112"],["18629.695","16663.462"],["18597.558","16774.212"],["18561.752","16596.219"],["18584.891","16585.828"],["16918.861","17759.514"],["16830.195","17721.068"],["19351.150","18081.441"],["19321.224","18148.039"],["19321.728","18175.519"],["17340.441","17813.157"],["17389.379","17784.026"],["17371.682","17808.323"],["17337.439","17666.947"],["17298.110","17633.666"],["19283.717","17624.553"],["19968.377","18392.444"],["19509.241","18441.882"],["19504.955","18303.275"],["19451.997","18421.868"],["19500.129","18460.148"],["19486.283","18271.939"],["16199.973","17980.875"],["17445.626","15784.763"],["17489.040","14132.052"],["17496.853","14108.330"],["16060.556","17457.271"],["15960.887","17578.694"],["15992.799","17530.976"],["18614.829","18486.284"],["18512.830","18628.601"],["18650.645","18648.052"],["18399.546","18820.234"],["17073.962","18071.305"],["17012.470","18115.804"],["17029.486","18125.943"],["17025.337","18077.489"],["17033.359","18064.284"],["17022.254","18247.958"],["17041.354","18136.159"],["17038.267","18224.160"],["17048.709","18229.660"],["17067.877","18167.049"],["17061.117","18169.882"],["17096.994","18248.222"],["17154.504","18252.090"],["17163.527","18104.070"],["17191.782","18156.562"],["17195.395","18205.730"],["17195.714","18180.799"],["18353.649","18461.656"],["18269.808","18377.830"],["18386.486","18370.065"],["16361.936","17625.292"],["16440.212","17710.644"],["16484.130","17668.448"],["16540.457","17811.246"],["16499.262","17808.701"],["17633.705","17767.889"],["17668.002","17765.937"],["17739.182","17775.236"],["17764.174","17761.948"],["16307.742","17829.516"],["18642.193","17931.267"]] \ No newline at end of file diff --git a/src/gathering/10136.json b/src/gathering/10136.json new file mode 100644 index 0000000..abb6723 --- /dev/null +++ b/src/gathering/10136.json @@ -0,0 +1 @@ +[["25316.876","17471.218"],["25376.651","17581.222"],["25319.457","17412.715"],["25334.104","17518.572"],["25339.907","17574.860"],["19598.774","15748.567"],["19677.129","15819.966"],["19584.842","15902.408"],["21131.216","15649.017"],["22453.922","14571.433"],["22427.905","14580.130"],["28847.166","12129.242"],["31444.048","9159.291"],["31452.915","9123.629"],["23026.906","16102.853"],["27665.446","10360.895"],["27666.159","10431.912"],["27694.000","10362.746"],["27657.074","10422.586"],["27685.662","10362.505"],["27686.045","10359.760"],["27656.290","10361.795"],["27648.048","10424.153"],["27699.544","10366.016"],["27658.173","10375.157"],["27688.185","10364.183"],["27691.129","10320.338"],["27725.678","10802.846"],["27733.340","10789.664"],["27740.715","10799.122"],["27737.690","10843.214"],["27735.456","10787.161"],["28341.151","10748.391"],["28212.556","10652.271"],["28284.689","10658.969"],["28187.211","10684.278"],["28358.164","10696.172"],["28224.548","10794.374"],["28175.918","10718.198"],["28239.458","10687.422"],["28208.198","10807.941"],["28189.128","10796.183"],["28190.177","10673.908"],["28177.312","10677.541"],["28236.911","10686.957"],["28180.941","10791.950"],["28194.779","10837.564"],["28195.931","10816.243"],["28196.594","10815.278"],["28220.277","10769.875"],["28284.851","10668.048"],["28248.394","10686.032"],["28281.945","10666.711"],["28176.510","10738.581"],["28189.547","10682.870"],["28331.634","10675.768"],["28281.895","10658.200"],["28148.808","10675.796"],["28225.708","10697.872"],["28218.050","10701.094"],["28198.976","10699.016"],["28231.227","10773.712"],["28227.293","10794.514"],["28152.387","10671.321"],["28184.830","10681.980"],["28333.617","10745.054"],["28357.479","10004.417"],["28547.772","9809.790"],["28504.601","9956.461"],["27744.677","11576.311"],["27782.427","11587.740"],["27898.379","11628.422"],["27896.520","11685.160"],["27765.162","11586.993"],["27770.327","11584.547"],["27743.399","11586.481"],["27725.630","11523.296"],["27743.484","11569.932"],["27767.314","11577.315"],["27775.526","11537.353"],["27750.215","11526.870"],["27737.611","11578.137"],["27763.800","11500.861"],["27761.428","11524.662"],["27750.588","11568.176"],["28243.292","10075.637"],["28298.694","10142.558"],["27866.731","10405.175"],["27821.042","10389.753"],["27838.566","10331.586"],["27834.318","10264.895"],["27925.398","10411.016"],["27876.575","10264.174"],["27798.873","10356.230"],["27856.302","10400.604"],["27875.578","10403.230"],["27850.783","10270.555"],["27796.750","10353.050"],["27803.317","10350.990"],["27907.042","10347.064"],["27837.112","10332.780"],["27839.161","10337.399"],["27851.566","10289.733"],["27799.476","10351.533"],["27930.413","10300.106"],["27807.418","10405.719"],["27838.028","10404.877"],["27813.530","10413.402"],["27927.729","10412.131"],["27926.319","10411.393"],["27870.015","10394.139"],["27871.511","10403.687"],["27881.540","10264.680"],["27760.503","10360.761"],["27828.693","10375.031"],["21992.304","14211.403"],["22011.109","14145.270"],["22930.290","16505.089"],["23086.752","16390.104"],["23029.936","16448.937"],["31006.700","9318.136"],["30893.370","9309.427"],["30988.596","9354.350"],["30900.421","9313.259"],["27809.270","11995.966"],["27836.184","12086.098"],["27822.443","11958.267"],["30962.473","10805.452"],["30682.802","9712.849"],["30821.968","9625.911"],["30863.148","9688.982"],["30759.196","9696.865"],["30692.155","9744.400"],["30781.896","9695.870"],["30727.650","9646.009"],["30826.807","9650.363"],["30821.236","9732.697"],["20241.049","16329.336"],["28888.779","11424.449"],["28931.845","11427.426"],["21213.813","14622.374"],["28733.315","12151.770"],["30905.975","9662.297"],["31083.904","9663.949"],["30883.993","9663.368"],["31015.635","9662.164"],["31037.638","9655.791"],["31077.601","9750.426"],["31067.716","9664.607"],["30936.460","9644.128"],["30919.478","9651.222"],["21227.389","9871.678"],["21233.704","9856.486"],["21229.876","9847.267"],["21253.269","9942.180"],["30422.350","9798.665"],["30404.426","9766.453"],["23224.550","16274.810"],["23294.303","16238.146"],["27824.959","9088.997"],["27937.133","11222.570"],["28115.917","11070.343"],["28062.352","11116.657"],["27480.377","11718.703"],["27465.821","11711.454"],["27329.379","11722.413"],["27344.406","11713.314"],["27336.509","11716.406"],["27441.517","11732.975"],["27438.441","11737.019"],["27460.825","11765.014"],["27465.397","11762.402"],["27440.435","11788.359"],["27472.694","11741.351"],["27474.895","11749.455"],["27444.270","11755.931"],["27434.794","11760.133"],["27411.807","11876.917"],["27415.351","11872.215"],["27397.525","11911.771"],["27400.400","11895.007"],["27419.493","11908.543"],["27408.892","11895.867"],["27333.022","11887.602"],["27334.277","11884.199"],["27331.555","11890.494"],["27333.048","11902.073"],["27332.160","11899.406"],["27341.175","11899.955"],["27339.696","11890.667"],["27308.909","11894.388"],["27312.070","11888.764"],["27326.088","11886.529"],["27465.956","11762.158"],["27396.868","11890.597"],["27328.164","11903.942"],["27338.315","11898.226"],["27421.200","11901.350"],["27445.918","11783.991"],["27395.137","11902.881"],["27464.806","11711.009"],["27395.279","11891.819"],["27396.775","11907.679"],["27414.334","11874.246"],["27324.438","11721.125"],["27333.179","11887.614"],["27325.634","11718.458"],["27331.138","11889.507"],["27313.100","11890.180"],["27332.771","11721.334"],["27327.100","11902.974"],["27471.215","11718.021"],["27346.580","11891.637"],["27350.890","11892.825"],["27318.188","11891.141"],["27479.103","11749.885"],["27467.858","11753.015"],["27478.595","11721.471"],["27466.752","11720.087"],["27445.229","11749.039"],["27448.050","11741.587"],["27465.441","11708.886"],["27333.329","11887.871"],["27413.552","11889.123"],["19308.585","11760.982"],["18412.903","14640.967"],["25039.599","16643.122"],["25025.007","16650.376"],["20261.976","14535.745"],["20271.349","14559.472"],["27656.442","11361.936"],["27572.314","11333.814"],["27670.683","11305.144"],["27580.486","11308.346"],["27551.782","11306.375"],["27606.840","11445.110"],["27696.451","11340.595"],["27693.324","11380.537"],["27626.750","11490.044"],["27635.369","11440.314"],["27537.124","11481.213"],["27649.803","11297.731"],["27639.186","11380.020"],["27613.787","11434.446"],["27548.266","11288.825"],["27559.793","11293.743"],["27626.040","11435.138"],["27569.174","11339.073"],["27586.182","11339.088"],["27648.381","11371.614"],["27598.743","11437.400"],["27609.057","11410.727"],["27600.809","11423.246"],["27589.696","11450.247"],["27624.311","11380.146"],["27528.748","11434.488"],["27691.710","11433.286"],["27568.874","11323.330"],["27667.252","11353.660"],["27701.753","11357.328"],["27694.602","11342.982"],["27624.764","11467.472"],["27530.758","11429.756"],["27543.759","11436.784"],["27618.366","11478.437"],["27319.273","16821.558"],["28214.824","10641.198"],["28198.235","10604.443"],["28351.619","10491.277"],["28298.248","10480.038"],["28194.039","10587.715"],["28260.291","10595.981"],["28152.710","10523.083"],["28342.619","10563.612"],["28159.480","10480.101"],["28335.314","10566.561"],["28319.266","10474.062"],["28350.414","10492.876"],["28261.476","10611.917"],["28269.397","10610.337"],["28337.883","10564.197"],["28200.581","10602.673"],["28338.430","10563.552"],["28325.828","10464.259"],["28189.894","10584.057"],["28199.426","10580.671"],["28196.559","10577.846"],["28355.803","10488.546"],["28194.449","10560.383"],["28324.420","10464.670"],["28259.239","10541.229"],["28214.958","10640.166"],["28190.678","10557.919"],["28201.652","10602.664"],["28215.411","10644.183"],["28204.171","10598.339"],["28322.762","10492.106"],["28206.651","10460.633"],["28199.145","10602.897"],["28222.050","10643.577"],["28190.347","10558.520"],["28173.823","10502.355"],["20283.046","16057.242"],["27794.068","11679.330"],["27792.447","11684.817"],["27805.870","11686.148"],["27796.281","11685.504"],["27800.941","11680.927"],["25041.144","16864.749"],["25091.070","16787.743"],["25194.706","16787.344"],["31643.713","9570.209"],["31579.350","9430.987"],["31668.516","9384.603"],["31608.012","9405.712"],["31647.634","9446.044"],["18982.878","15300.507"],["29438.528","11380.644"],["29429.322","11362.169"],["29384.414","11696.926"],["29386.324","11615.167"],["29370.179","11601.974"],["29374.001","11680.523"],["23618.060","16351.250"],["25319.953","16827.183"],["25244.922","16799.792"],["25319.674","16860.053"],["28457.901","11770.962"],["28422.228","11734.942"],["27724.295","10855.270"],["27701.934","10855.515"],["27629.912","11249.894"],["27575.990","11117.207"],["27723.340","11234.257"],["27707.721","11262.379"],["27707.394","11252.667"],["27540.450","11206.487"],["27535.203","11271.016"],["27538.430","11263.425"],["27534.479","11100.196"],["27521.351","11179.945"],["27516.034","11183.148"],["27549.581","11149.757"],["27551.113","11162.526"],["27561.361","11146.780"],["27565.230","11142.694"],["27714.813","11250.457"],["27715.764","11273.929"],["27552.355","11274.047"],["27531.762","11265.931"],["27527.332","11112.006"],["27552.736","11135.576"],["27612.717","11078.364"],["27539.683","11156.415"],["27543.630","11151.914"],["27538.733","11262.001"],["27552.980","11113.660"],["27571.921","11115.354"],["27563.668","11149.080"],["27712.072","11237.679"],["27528.079","11163.694"],["27711.303","11222.327"],["27526.918","11266.201"],["31185.105","11169.444"],["28588.139","10687.201"],["28705.840","10799.236"],["28766.144","10672.699"],["28689.454","10703.641"],["28684.089","10653.710"],["28629.585","10699.284"],["28616.547","10702.820"],["28647.907","10719.341"],["28662.327","10764.326"],["28659.752","10765.720"],["28691.392","10651.248"],["28602.997","10675.532"],["28595.574","10679.125"],["28691.478","10709.138"],["28711.549","10776.601"],["28704.061","10800.769"],["28574.163","10679.096"],["28687.946","10710.784"],["28584.386","10685.750"],["28631.618","10702.129"],["28615.437","10712.401"],["28757.227","10672.459"],["28627.601","10713.997"],["28596.938","10665.742"],["27668.371","16897.778"],["30562.381","9939.502"],["30667.607","9877.136"],["30548.043","9866.009"],["30614.030","9991.003"],["30552.730","9876.402"],["21594.432","14666.667"],["21202.986","15939.261"],["29436.863","11630.494"],["29423.240","11610.967"],["25280.961","16748.082"],["25283.362","16677.956"],["19450.770","14400.619"],["27829.588","9937.745"],["27847.247","9918.482"],["29376.680","11266.257"],["29373.162","11220.321"],["23071.254","15489.464"],["22914.272","15483.236"],["23051.701","15390.225"],["28682.730","10546.661"],["28729.329","10643.041"],["28597.485","10540.631"],["28729.095","10540.051"],["28678.467","10551.862"],["28725.101","10634.241"],["28702.817","10532.143"],["28674.885","10555.440"],["28676.661","10556.256"],["28574.730","10541.194"],["28677.372","10545.650"],["28725.342","10635.175"],["28738.131","10644.248"],["28604.285","10551.412"],["31446.361","9541.500"],["31477.011","9545.543"],["31393.849","9435.839"],["27671.791","10934.080"],["27640.387","11062.988"],["27662.067","10866.110"],["27661.167","10915.830"],["27660.773","10871.581"],["27660.904","10960.676"],["27653.394","10957.555"],["27677.393","10915.328"],["27659.921","10977.941"],["27672.234","10892.265"],["27670.945","10926.028"],["27663.715","10976.864"],["20273.561","15776.964"],["20171.509","15758.552"],["18890.400","14563.116"],["22863.950","14785.064"],["31294.805","8700.998"],["31283.803","8723.255"],["30475.078","9685.188"],["30586.375","9592.081"],["30659.893","9766.710"],["30647.743","9771.009"],["30510.728","9649.791"],["25436.800","16854.666"],["25535.392","16971.264"],["25432.140","16849.333"],["28019.689","12170.530"],["25591.248","17224.109"],["22819.374","16487.777"],["28144.397","10675.751"],["28006.689","10650.845"],["27961.112","10812.826"],["28058.623","10702.377"],["28101.497","10650.440"],["27941.533","10777.517"],["27938.011","10658.717"],["28118.433","10698.577"],["28035.674","10672.571"],["28093.477","10663.139"],["28029.816","10845.724"],["27947.108","10777.746"],["28070.246","10685.185"],["27964.151","10821.827"],["27953.561","10674.053"],["28073.182","10692.054"],["27997.805","10652.024"],["28111.703","10679.717"],["27948.273","10720.588"],["27962.251","10810.185"],["27964.875","10806.219"],["28066.987","10692.476"],["27944.066","10782.169"],["28144.138","10680.264"],["28017.893","10849.351"],["28095.449","10650.282"],["28124.883","10692.438"],["27962.216","10810.890"],["27942.337","10670.318"],["27940.996","10711.080"],["28139.110","10680.842"],["19394.084","14728.306"],["19345.279","14782.598"],["20875.623","14948.175"],["20972.604","14893.167"],["20824.746","14968.310"],["22651.738","14898.517"],["22609.566","14922.320"],["27608.983","11715.296"],["27580.844","11721.245"],["27597.331","11756.417"],["27596.629","11726.298"],["27599.891","11747.079"],["25200.676","16897.983"],["27972.737","10510.302"],["27977.474","10558.733"],["28074.121","10455.150"],["27943.609","10624.437"],["27990.456","10464.718"],["28092.579","10565.489"],["28064.013","10531.680"],["28048.832","10577.583"],["27971.039","10512.560"],["28102.081","10569.993"],["27989.842","10567.860"],["27980.823","10565.533"],["28040.971","10471.767"],["27975.888","10510.943"],["28042.525","10565.155"],["28084.361","10589.773"],["28004.366","10564.485"],["27984.250","10553.163"],["28110.383","10575.011"],["27992.693","10471.814"],["27995.339","10472.465"],["28050.346","10524.110"],["28058.586","10530.671"],["28118.192","10614.289"],["28025.930","10569.112"],["28068.442","10458.148"],["28034.903","10594.806"],["27987.506","10601.877"],["27982.680","10587.174"],["27984.454","10591.545"],["28012.397","10504.598"],["28014.211","10489.837"],["28016.385","10487.700"],["28028.018","10583.537"],["28109.088","10632.860"],["27991.865","10615.588"],["27995.198","10614.658"],["28087.056","10585.925"],["27881.453","10444.617"],["27833.063","10444.599"],["27891.779","10618.519"],["27888.782","10445.145"],["27879.070","10517.839"],["27927.522","10598.278"],["27856.931","10440.102"],["27840.620","10455.672"],["27848.632","10456.342"],["27824.232","10586.238"],["27893.910","10510.698"],["27869.705","10463.479"],["27893.060","10439.240"],["27879.436","10631.357"],["27879.535","10518.316"],["27934.757","10436.127"],["29158.444","11905.150"],["23309.090","16486.367"],["23462.890","16379.508"],["31003.688","11410.564"],["30958.795","9797.350"],["30937.313","9750.562"],["30885.450","9714.681"],["28405.545","11197.874"],["20905.215","14395.999"],["25425.677","17453.211"],["25416.455","17434.198"],["29163.316","10870.703"],["29154.426","11023.980"],["19041.754","14866.885"],["18994.626","14782.285"],["27476.537","16740.360"],["21015.059","15998.713"],["21179.641","16018.019"],["21030.098","16003.373"],["28240.984","9174.774"],["18896.312","15806.250"],["19031.190","15765.000"],["20065.616","15052.342"],["31459.899","9760.694"],["31441.293","9781.038"],["28105.784","10422.459"],["28144.128","10284.146"],["28063.714","10310.268"],["27976.542","10433.377"],["28066.576","10252.105"],["27972.548","10288.913"],["27968.645","10418.030"],["28139.239","10416.417"],["28088.286","10278.171"],["28113.776","10422.186"],["28084.909","10273.946"],["27958.447","10375.098"],["27936.455","10432.421"],["28101.734","10425.767"],["28121.914","10350.723"],["27955.819","10380.507"],["27940.321","10343.084"],["28143.173","10359.511"],["28100.465","10288.320"],["28058.737","10363.647"],["28110.191","10431.468"],["28089.164","10270.050"],["27968.386","10398.618"],["28136.116","10416.494"],["28063.565","10311.786"],["28048.948","10353.885"],["28054.676","10290.192"],["28055.212","10393.684"],["27958.442","10246.312"],["28045.659","10389.598"],["28068.386","10254.229"],["27940.417","10340.858"],["28133.340","10426.239"],["27977.964","10423.101"],["28102.596","10371.891"],["28095.042","10283.825"],["28106.648","10421.678"],["28065.445","10310.271"],["28061.424","10253.576"],["27118.286","16765.183"],["20174.660","15076.639"],["20162.659","14988.531"],["28098.655","11720.838"],["27936.187","11856.862"],["28080.524","11733.787"],["27972.119","11904.398"],["27939.961","11851.839"],["27964.046","11907.956"],["27946.025","11857.462"],["26036.771","17357.250"],["25992.082","17381.152"],["21263.085","15920.448"],["21239.685","15893.719"],["28148.863","9194.905"],["27923.884","10838.006"],["27933.785","10801.456"],["27812.828","10763.872"],["27932.650","10700.518"],["27904.319","10687.282"],["27835.033","10692.919"],["27740.253","10750.580"],["27794.980","10757.923"],["27914.851","10710.972"],["27847.715","10834.703"],["27918.015","10765.642"],["27808.578","10766.396"],["27805.286","10780.557"],["27812.417","10769.934"],["27921.033","10771.129"],["27729.274","10755.472"],["27919.896","10811.791"],["27904.691","10836.918"],["27797.284","10817.704"],["27800.886","10827.325"],["27851.735","10685.511"],["27904.800","10690.902"],["27923.907","10782.266"],["27893.076","10686.781"],["27726.088","10692.279"],["27898.524","10794.562"],["27927.929","10703.715"],["27916.163","10778.900"],["27916.713","10841.846"],["27891.031","10684.672"],["27896.504","10680.816"],["28784.382","10545.607"],["28848.005","10601.148"],["28860.090","10619.909"],["28947.276","10577.402"],["28786.529","10610.459"],["28860.126","10621.458"],["28827.466","10643.850"],["28786.770","10543.892"],["28839.299","10595.542"],["28794.847","10609.579"],["28815.879","10544.262"],["28923.361","10627.222"],["30852.833","9831.472"],["23496.343","16869.018"],["27612.871","11243.403"],["27592.507","11199.520"],["27681.537","11232.777"],["27610.402","11195.944"],["27588.968","11148.562"],["27590.208","11136.280"],["27667.753","11099.036"],["27621.368","11158.572"],["27583.893","11246.060"],["27573.302","11169.722"],["27621.566","11234.443"],["27674.353","11236.401"],["27575.227","11168.318"],["27703.468","11161.011"],["27588.817","11145.315"],["27602.728","11226.138"],["27674.453","11235.825"],["27588.333","11150.230"],["27613.357","11121.443"],["27694.329","11161.708"],["27576.662","11240.380"],["27674.048","11106.362"],["27613.635","11165.688"],["27620.804","11167.288"],["28593.230","11871.590"],["28152.563","11983.312"],["28179.515","11946.292"],["28178.236","11933.478"],["27294.867","12035.515"],["18694.457","14623.140"],["18704.661","14660.190"],["28246.453","11304.140"],["28252.319","11476.318"],["28254.229","11359.171"],["28153.085","11337.633"],["28268.911","11443.746"],["28155.047","11487.325"],["29218.314","10797.587"],["26988.570","16585.121"],["25371.809","17638.014"],["22767.789","16643.477"],["22725.686","16637.768"],["22768.852","16570.606"],["22696.072","16678.132"],["27952.642","12353.907"],["19077.416","15264.075"],["18998.340","15151.607"],["19058.440","15172.271"],["27708.185","10929.437"],["27722.205","10914.267"],["27701.825","10915.730"],["27711.775","10859.560"],["20709.339","16330.129"],["20607.446","16293.607"],["26310.738","15423.191"],["26307.880","15414.654"],["26286.944","15500.008"],["26254.951","15472.072"],["26303.255","15417.133"],["26264.973","15433.447"],["26284.416","15425.022"],["26309.814","15434.938"],["26281.573","15432.146"],["26255.699","15480.901"],["26305.665","15413.269"],["26274.565","15457.607"],["26283.518","15429.182"],["27699.194","11884.463"],["27711.313","11799.514"],["27721.755","11879.355"],["27704.599","11865.512"],["27713.409","11871.784"],["27673.881","11772.663"],["27724.406","11888.659"],["27720.473","11882.318"],["27700.551","11785.660"],["27700.074","11790.059"],["27710.662","11800.323"],["27701.731","11875.807"],["27706.910","11885.717"],["27509.673","11397.032"],["27494.625","11285.433"],["27323.292","11399.556"],["27484.204","11457.671"],["27504.861","11399.538"],["27492.988","11346.010"],["27387.742","11466.135"],["27391.046","11357.802"],["27379.718","11470.221"],["27406.467","11460.532"],["27488.522","11456.067"],["27397.097","11359.333"],["27384.682","11357.222"],["27433.213","11315.117"],["27379.888","11353.161"],["27428.995","11306.518"],["27427.312","11324.475"],["27466.939","11412.569"],["27490.903","11394.066"],["27497.190","11400.446"],["27506.375","11407.133"],["27489.637","11393.321"],["27398.728","11393.909"],["27382.474","11395.129"],["27356.946","11388.689"],["27495.376","11281.785"],["27483.777","11353.685"],["27479.227","11352.512"],["27492.301","11356.312"],["27349.716","11427.729"],["27383.243","11406.478"],["27450.817","11483.372"],["27338.188","11414.150"],["27336.701","11426.054"],["27332.476","11281.127"],["28049.583","17227.173"],["27934.941","12252.968"],["27926.647","12258.487"],["27776.097","12128.788"],["25086.686","9680.218"],["25072.976","9663.940"],["25059.530","9670.023"],["25067.227","9687.592"],["25075.296","9721.802"],["25100.080","9728.281"],["25099.064","9710.229"],["25076.876","9647.173"],["25084.742","9713.233"],["25056.530","9648.522"],["25095.505","9689.256"],["25100.407","9718.581"],["25099.861","9715.135"],["25070.558","9645.938"],["25052.897","9664.715"],["25088.601","9696.882"],["25081.179","9700.642"],["25056.350","9672.360"],["25074.025","9699.930"],["25072.582","9720.063"],["25099.574","9709.363"],["23985.742","16572.208"],["27834.046","11484.986"],["27782.947","11401.024"],["27770.888","11370.099"],["27762.505","11315.681"],["27770.857","11448.182"],["27774.673","11434.681"],["27801.683","11391.873"],["27815.854","11401.117"],["27842.389","11343.794"],["27872.459","11319.884"],["27755.799","11326.112"],["27740.047","11413.293"],["27814.399","11407.607"],["27867.082","11421.147"],["27768.145","11431.305"],["27789.455","11396.489"],["27746.468","11362.690"],["27764.315","11355.571"],["27731.284","11361.360"],["27769.221","11447.787"],["27896.753","11285.811"],["27792.511","11397.834"],["27816.338","11417.270"],["27852.240","11293.718"],["27823.745","11406.573"],["27744.896","11341.458"],["27003.339","16849.227"],["27002.742","16790.839"],["20684.328","14960.143"],["20704.069","14970.719"],["27449.441","11218.389"],["27456.119","11210.053"],["27440.062","11190.758"],["27501.065","11206.326"],["27501.739","11184.292"],["27494.066","11167.130"],["27476.030","11158.687"],["27493.231","11170.554"],["27483.242","11189.518"],["27487.065","11155.506"],["27436.467","11207.743"],["27364.649","11230.845"],["27348.456","11277.127"],["27453.433","11220.441"],["27379.449","11251.099"],["27443.797","11216.432"],["27383.922","11205.095"],["27441.359","11210.819"],["27361.152","11240.651"],["27453.544","11210.465"],["27465.531","11276.076"],["27427.549","11262.631"],["27390.006","11202.033"],["27509.434","11188.207"],["27503.740","11182.689"],["27315.512","11263.970"],["27397.414","11257.564"],["27494.606","11192.872"],["27487.267","11203.769"],["27493.141","11159.195"],["27331.314","11245.416"],["27491.873","11174.936"],["27495.941","11180.720"],["27422.426","11243.634"],["27427.336","11267.625"],["27437.975","11201.215"],["27333.644","11248.296"],["27376.434","11246.277"],["27459.887","11179.296"],["27489.551","11171.807"],["27505.501","11200.151"],["26274.087","15556.097"],["26258.164","15601.245"],["26266.895","15573.553"],["26269.469","15595.056"],["26280.763","15564.513"],["26279.202","15507.259"],["20969.426","15091.298"],["20927.940","15092.740"],["18808.236","14855.534"],["27666.905","11556.317"],["27722.185","11514.717"],["27561.313","11492.084"],["27546.021","11523.201"],["27536.105","11515.800"],["27538.736","11641.234"],["27532.787","11659.583"],["27694.292","11520.411"],["27588.277","11585.576"],["27707.118","11512.434"],["27711.936","11559.521"],["27675.671","11556.955"],["27535.659","11587.491"],["27540.343","11643.688"],["27721.699","11565.052"],["27540.719","11652.570"],["27532.041","11519.154"],["27535.715","11514.987"],["27526.172","11678.599"],["27518.166","11696.103"],["27535.773","11643.162"],["27552.512","11659.810"],["27568.725","11597.735"],["27518.706","11534.421"],["27578.121","11521.408"],["27573.485","11505.877"],["27579.219","11503.672"],["27575.211","11511.771"],["27591.111","11594.205"],["27720.379","11561.352"],["27553.055","11511.817"],["28576.616","10412.434"],["28642.924","10283.949"],["28612.696","10374.747"],["28671.214","10379.694"],["28997.792","11392.049"],["29128.259","11443.739"],["30856.316","9923.406"],["30705.580","9909.799"],["30722.609","9803.152"],["30693.814","9810.525"],["30710.446","9905.752"],["29335.023","11796.083"],["29282.765","11858.551"],["29262.802","11887.455"],["29316.846","11909.671"],["29261.778","11844.388"],["29324.805","11896.230"],["29302.784","11873.500"],["29316.028","11874.754"],["29273.662","11712.587"],["29362.950","11745.241"],["29234.474","11859.341"],["28171.460","11210.300"],["28286.231","11234.712"],["28234.339","11163.652"],["28016.320","11676.271"],["28127.578","11603.084"],["28127.146","11602.175"],["28019.677","11048.962"],["28028.485","10870.092"],["28125.575","10885.851"],["23011.269","15912.176"],["27768.704","10947.174"],["27741.447","10949.965"],["27727.870","10867.266"],["25479.159","17129.422"],["25443.551","17050.072"],["25512.012","17194.988"],["20031.579","15993.018"],["24980.252","16802.360"],["24882.575","16906.023"],["24913.360","16794.012"],["20529.202","14897.452"],["20529.552","14899.840"],["23068.900","16232.394"],["28259.790","11693.284"],["28250.943","11692.557"],["22935.855","14804.569"],["22974.238","14681.705"],["30911.513","9458.305"],["30937.243","9391.617"],["30925.816","9564.123"],["30891.057","9536.264"],["31044.352","9584.004"],["31082.366","9383.319"],["31073.697","9537.817"],["23632.066","16834.474"],["23631.959","16820.226"],["23546.338","16872.374"],["21680.316","14509.648"],["28858.912","10677.244"],["28820.897","10653.035"],["28940.441","10646.934"],["28865.926","10702.592"],["28937.411","10645.220"],["28942.773","10647.878"],["28848.081","10696.083"],["28852.779","10700.486"],["28940.215","10756.736"],["28831.962","10654.478"],["28806.795","10656.555"],["28823.218","10651.035"],["28974.054","10647.497"],["28943.983","10646.212"],["28861.616","10675.463"],["28868.786","10698.868"],["28847.188","10703.192"],["21120.823","15260.585"],["21122.155","15243.685"],["21120.592","15254.579"],["21161.909","15158.791"],["27287.370","11697.838"],["27462.672","9703.610"],["27445.615","9698.072"],["27468.026","11596.578"],["27400.910","11580.443"],["27323.573","11600.717"],["27475.955","11606.957"],["27347.403","11634.633"],["27317.661","11655.395"],["27323.089","11568.691"],["27374.411","11515.667"],["27472.576","11551.834"],["27377.382","11513.340"],["27304.439","11698.351"],["27345.396","11690.366"],["27339.189","11695.732"],["27309.384","11698.059"],["27311.348","11700.000"],["27381.765","11694.898"],["27370.921","11696.792"],["27402.544","11694.936"],["27403.916","11691.185"],["27374.078","11491.754"],["27459.051","11596.902"],["27452.296","11612.459"],["27316.575","11622.215"],["27316.214","11599.252"],["27371.371","11496.484"],["27393.569","11525.678"],["27331.591","11694.568"],["27408.145","11697.143"],["27319.104","11699.699"],["27411.175","11585.677"],["27325.768","11647.047"],["27391.597","11608.569"],["27384.391","11508.477"],["27351.172","11648.842"],["27305.815","11573.909"],["27341.927","11645.570"],["27464.465","11501.740"],["27453.235","11611.916"],["27359.562","11504.161"],["27448.423","11528.391"],["27467.559","11625.469"],["27450.097","11617.570"],["27476.658","11550.909"],["27397.637","11505.475"],["27406.665","11582.203"],["27353.311","11651.822"],["27471.779","11699.220"],["27324.918","11688.890"],["27323.923","11635.824"],["27393.641","11505.142"],["27315.857","11651.957"],["27324.057","11700.726"],["27396.855","11594.162"],["27304.338","11641.070"],["27370.967","11687.046"],["27372.521","11696.015"],["27407.353","11697.148"],["27794.455","10975.452"],["27825.379","10962.761"],["27785.384","10927.209"],["27749.256","11044.505"],["27839.061","11023.533"],["27845.053","10887.244"],["27777.753","10863.834"],["27781.311","10904.961"],["27812.274","11017.457"],["27845.729","10882.016"],["27848.223","10893.780"],["27841.271","10898.771"],["27912.974","10878.275"],["27912.609","10885.980"],["27853.628","10928.572"],["27789.962","10931.852"],["27789.988","10929.877"],["27787.794","10857.191"],["27855.251","10908.816"],["27842.064","10917.611"],["27783.947","10861.021"],["27892.768","10978.284"],["27918.453","10876.776"],["27793.722","10874.264"],["27781.488","10903.433"],["27825.617","10968.129"],["27845.493","10995.897"],["27862.386","10931.693"],["27906.810","11000.782"],["20059.148","15764.921"],["26935.285","9000.669"],["26928.536","9001.598"],["28117.167","12055.821"],["27977.010","12056.571"],["27947.278","11982.342"],["27952.432","12078.866"],["28139.656","11989.442"],["28063.974","12027.865"],["27956.649","11934.919"],["30873.984","9722.365"],["19256.885","15193.064"],["19221.769","15186.374"],["19136.688","15135.451"],["28840.214","12095.443"],["27491.448","12159.171"],["19259.565","14731.665"],["19245.024","14730.827"],["28213.653","11519.642"],["28216.109","11495.982"],["28214.564","11509.699"],["28155.039","11493.304"],["28170.127","11496.419"],["28261.389","11552.641"],["28173.865","11585.727"],["28183.065","11538.980"],["28270.914","11667.656"],["28221.915","11603.143"],["28225.527","11595.081"],["28236.282","11617.001"],["28192.086","11668.873"],["28346.779","11509.276"],["28171.046","11539.775"],["28322.016","11692.735"],["28179.356","11583.308"],["28282.796","11660.860"],["28277.756","11548.793"],["28224.163","11601.214"],["28215.750","11590.682"],["28235.151","11619.032"],["28214.807","11557.498"],["28216.436","11693.341"],["28181.615","11652.758"],["28209.125","11498.147"],["28228.837","11498.720"],["28165.532","11506.408"],["27857.612","17118.023"],["28547.441","12050.836"],["28543.909","12068.072"],["30831.980","10194.451"],["27965.897","11925.065"],["25356.185","17343.472"],["19466.528","15901.167"],["18056.961","15414.088"],["23113.348","16431.551"],["23095.178","16370.872"],["23260.388","16439.915"],["19116.351","14362.968"],["28331.344","10293.344"],["28342.328","10254.851"],["28262.239","10321.571"],["28188.309","10328.353"],["28165.687","10395.249"],["28280.203","10376.086"],["28260.623","10389.364"],["28279.145","10282.121"],["28343.028","10368.071"],["28192.819","10347.223"],["28161.537","10297.488"],["28281.345","10247.195"],["28246.595","10269.960"],["28231.974","10224.710"],["28149.141","10360.256"],["28321.420","10243.076"],["28240.132","10431.395"],["28181.714","10331.361"],["28299.494","10259.925"],["28346.767","10372.150"],["28153.457","10286.886"],["28146.999","10283.352"],["28299.595","10246.489"],["28251.844","10389.708"],["28213.053","10381.107"],["28281.372","10228.404"],["28248.148","10283.411"],["28326.197","10244.301"],["28217.874","10232.609"],["28283.779","10281.520"],["28166.343","10407.477"],["28152.097","10425.849"],["28183.235","10374.359"],["28183.272","10336.342"],["28185.535","10341.310"],["28254.558","10405.422"],["28211.323","10425.983"],["28183.016","10329.320"],["28198.797","10348.229"],["28194.768","10348.597"],["28175.540","10314.252"],["28279.035","10229.876"],["28259.028","10396.768"],["28314.213","10253.534"],["28321.307","10263.234"],["28288.248","10276.710"],["28351.369","10254.767"],["28334.947","10226.967"],["28289.972","10264.361"],["28337.526","10297.298"],["28335.380","10306.708"],["28164.183","10278.211"],["28327.492","10297.896"],["28317.410","10294.787"],["28320.162","10289.892"],["28172.248","10306.221"],["28352.856","10330.380"],["28342.152","10369.154"],["28338.351","10354.745"],["28275.175","10382.507"],["28279.064","10371.480"],["28272.949","10239.888"],["30437.352","10087.577"],["30432.502","10071.978"],["30418.610","10154.867"],["30415.331","10013.136"],["22635.161","14489.704"],["22595.216","14521.832"],["21336.225","15016.576"],["21358.776","15047.609"],["27928.650","11835.017"],["27927.987","11847.975"],["30445.195","9969.430"],["30384.480","9865.682"],["30397.116","9872.791"],["23469.120","16326.853"],["23376.744","16240.067"],["23314.752","16171.895"],["21061.888","15060.930"],["21128.208","15067.386"],["21708.618","14326.763"],["20159.773","15662.786"],["20166.625","15703.743"],["20865.809","14799.450"],["23190.754","16054.189"],["23140.130","16026.422"],["25329.813","17053.782"],["30904.317","10171.411"],["29029.443","10679.813"],["29028.886","10646.769"],["29044.410","10730.877"],["29027.535","10772.167"],["29057.455","10800.699"],["29147.190","10812.660"],["29047.251","10788.111"],["29077.013","10779.091"],["29092.268","10740.892"],["29019.056","10693.582"],["29076.711","10782.623"],["29005.884","10647.273"],["29036.254","10718.018"],["27690.824","16910.386"],["28802.824","9827.343"],["27754.093","11108.358"],["27743.982","11160.396"],["27749.070","11158.861"],["27729.647","11227.734"],["27876.731","11270.293"],["27798.751","11272.653"],["27902.238","11213.225"],["27734.569","11248.373"],["27841.080","11111.989"],["27788.662","11147.077"],["27755.234","11112.837"],["27737.654","11164.238"],["27886.825","11210.690"],["27890.377","11207.069"],["27866.340","11226.434"],["27774.883","11240.649"],["27904.374","11151.006"],["27737.112","11245.416"],["27752.706","11126.898"],["27873.462","11204.927"],["27889.846","11278.024"],["27737.451","11135.263"],["27760.544","11145.273"],["27752.129","11119.633"],["27886.119","11264.585"],["27886.541","11095.323"],["27879.217","11216.353"],["27752.889","11159.055"],["20691.763","16084.240"],["20743.139","16020.668"],["20684.473","16079.770"],["27808.093","17519.808"],["27846.760","17505.255"],["21278.407","15210.401"],["21402.854","15152.965"],["28505.998","10621.863"],["28555.678","10513.644"],["28419.640","10559.918"],["28514.851","10630.644"],["28436.503","10531.653"],["28365.980","10509.744"],["28448.924","10606.872"],["28503.351","10481.293"],["28366.869","10585.068"],["28411.739","10581.566"],["28514.589","10639.128"],["28557.956","10513.200"],["28371.150","10509.093"],["28423.118","10546.451"],["28496.440","10518.021"],["28515.363","10548.744"],["28449.244","10605.066"],["28442.764","10605.173"],["28400.346","10570.500"],["28447.485","10603.690"],["28453.171","10610.995"],["28557.755","10505.549"],["28374.844","10497.657"],["28374.414","10514.314"],["30576.345","9534.768"],["30531.575","9425.702"],["30621.891","9394.921"],["30550.010","9527.786"],["30663.871","9407.867"],["30540.759","9560.454"],["30651.595","9428.000"],["27549.408","9777.933"],["28260.524","17118.348"],["28275.617","17131.235"],["20935.727","16046.669"],["25137.496","16928.394"],["25094.835","16985.234"],["25140.038","16887.904"],["27573.244","12056.453"],["27560.771","11964.768"],["27689.649","12015.414"],["27695.866","11942.625"],["27568.458","12070.111"],["27569.381","12005.651"],["24888.657","16606.913"],["27747.096","11791.223"],["27826.727","11774.069"],["27869.825","11845.434"],["27775.460","11885.693"],["27767.031","11803.045"],["27806.431","11784.572"],["27736.244","11866.012"],["27725.244","11876.560"],["27728.619","11802.211"],["27790.549","11877.843"],["27784.082","11874.662"],["27770.703","11804.482"],["27766.184","11811.956"],["27740.134","11803.786"],["27725.264","11888.655"],["27846.644","11774.872"],["27831.586","11780.667"],["27794.566","11791.118"],["27824.997","11775.550"],["27779.293","11876.039"],["27789.987","11881.223"],["27843.447","11771.343"],["27829.935","11757.777"],["27836.083","11771.866"],["27734.612","11875.252"],["27740.250","11863.622"],["27807.032","11784.028"],["27746.135","11803.791"],["27738.667","11877.139"],["27728.297","11878.468"],["27869.124","11844.010"],["27856.210","11865.130"],["27863.077","11839.156"],["27853.882","11850.089"],["30719.278","9556.404"],["30741.053","9501.530"],["30752.290","9445.669"],["30763.705","9438.294"],["30761.114","9420.047"],["30775.660","9559.111"],["30726.963","9439.268"],["30832.311","9462.344"],["30724.354","9419.511"],["30790.033","9561.946"],["30716.517","9535.716"],["30704.502","9551.920"],["22928.286","15635.839"],["22960.566","15665.256"],["31698.694","9679.708"],["31587.122","9709.526"],["31603.376","9742.732"],["31704.484","9689.250"],["31634.176","9599.665"],["30615.849","10110.026"],["30605.639","10044.656"],["30469.326","10139.434"],["30597.786","10058.701"],["30609.591","10130.791"],["30562.029","10014.633"],["30652.463","10056.721"],["30588.014","10121.941"],["30588.421","10188.958"],["25399.595","17277.397"],["20045.664","14213.959"],["20004.508","14199.187"],["27197.012","16821.547"],["27437.054","12113.681"],["27373.367","12117.245"],["27490.456","12115.436"],["24020.242","16510.587"],["23941.900","16415.953"],["27710.573","12184.285"],["27682.785","12313.897"],["27709.920","12186.294"],["28216.877","11703.582"],["28322.557","11707.084"],["28312.848","11729.741"],["28316.623","11777.876"],["28308.970","11749.759"],["28323.829","11706.411"],["28320.923","11705.403"],["28312.505","11804.711"],["28306.981","11738.186"],["28325.000","11727.000"],["28329.162","11725.939"],["28318.235","11755.373"],["28335.730","11734.651"],["28316.559","11708.170"],["28303.687","11760.629"],["27274.098","11834.225"],["27243.453","11831.279"],["27251.244","11797.767"],["27289.237","11717.085"],["27282.950","11744.855"],["27239.376","11775.309"],["27237.193","11747.403"],["27285.797","11745.362"],["27239.754","11716.347"],["27277.797","11721.425"],["27235.894","11703.845"],["27277.251","11742.752"],["27212.633","11742.082"],["27244.642","11723.469"],["27237.607","11713.918"],["27251.241","11770.582"],["27233.515","11765.384"],["27274.074","11712.004"],["27274.276","11718.861"],["27245.196","11829.715"],["27261.578","11856.172"],["27269.984","11868.650"],["27261.030","11874.287"],["27226.772","11796.351"],["27267.214","11759.144"],["27265.178","11750.891"],["27298.100","11749.573"],["27299.839","11746.464"],["27272.479","11776.861"],["27267.546","11779.137"],["27268.869","11781.745"],["27275.622","11885.346"],["27292.735","11909.660"],["27294.103","11898.825"],["27302.425","11903.771"],["27295.287","11900.454"],["27252.894","11744.897"],["27285.746","11734.693"],["27243.825","11726.104"],["27261.729","11716.389"],["27267.514","11776.884"],["27243.453","11757.496"],["27230.282","11758.192"],["27264.563","11714.702"],["27272.286","11707.885"],["27253.405","11827.498"],["27243.919","11828.754"],["27274.774","11827.836"],["27276.948","11839.718"],["27244.183","11845.514"],["27296.809","11722.089"],["27277.346","11869.723"],["27267.272","11878.948"],["27250.627","11711.905"],["27228.214","11793.752"],["27238.175","11809.709"],["27261.382","11722.069"],["27272.590","11758.537"],["27242.032","11756.105"],["27241.110","11757.176"],["27270.850","11775.906"],["27270.948","11792.438"],["27269.581","11783.707"],["27280.400","11904.746"],["27299.501","11900.733"],["27297.129","11896.838"],["27290.513","11739.669"],["27298.456","11896.514"],["27271.116","11727.972"],["27283.296","11708.972"],["28635.438","11850.742"],["31178.575","9530.067"],["20786.328","16148.626"],["20032.095","15654.543"],["22817.176","15422.965"],["22744.484","15427.157"],["22748.151","15391.177"],["22788.065","15433.689"],["28295.021","11746.997"],["28257.356","11741.266"],["28191.423","11748.448"],["28278.355","11905.161"],["28153.052","11877.826"],["28229.988","11887.832"],["28249.259","11795.738"],["28268.250","11761.232"],["28175.298","11761.766"],["28253.845","11798.965"],["28248.767","11741.090"],["28260.352","11734.727"],["28268.562","11765.938"],["28254.033","11737.206"],["28227.897","11767.537"],["28208.962","11753.798"],["28148.135","11876.663"],["28261.231","11863.134"],["28437.415","10739.132"],["28494.418","10704.807"],["28554.372","10719.834"],["28521.055","10677.292"],["28398.196","10677.254"],["28398.196","10677.254"],["28379.917","10655.771"],["28409.501","10653.785"],["28408.497","10669.550"],["28360.262","10703.937"],["28524.417","10709.973"],["28392.907","10718.777"],["28557.505","10720.670"],["28552.358","10708.570"],["28382.677","10731.712"],["28377.457","10710.791"],["28514.672","10653.372"],["28492.006","10693.072"],["28524.360","10656.808"],["19069.492","14876.927"],["19911.710","14359.043"],["20359.304","16462.105"],["18836.014","15186.626"],["28614.804","12054.915"],["28744.531","12060.362"],["28586.720","11989.077"],["28623.317","12076.385"],["28627.280","12019.786"],["19341.748","14907.558"],["27996.443","17126.105"],["27694.838","11677.604"],["27619.716","11681.320"],["27664.458","11671.719"],["27638.017","11664.389"],["27637.720","11690.094"],["27622.339","11671.646"],["27651.571","11665.708"],["27652.586","11680.072"],["27647.338","11676.602"],["27692.774","11670.305"],["27623.636","11686.777"],["27635.866","11686.837"],["27613.228","11686.093"],["27538.106","12363.656"],["27603.275","12509.183"],["27387.854","11939.329"],["27400.781","11931.995"],["27442.822","12002.090"],["27467.958","11940.841"],["27400.007","11936.694"],["27410.877","11916.617"],["27438.344","12012.048"],["27386.650","11924.499"],["27482.016","11936.082"],["28387.770","10377.711"],["28375.868","10290.701"],["28368.715","10328.817"],["28493.241","10304.085"],["28438.615","10344.916"],["28528.489","10407.895"],["28409.460","10382.444"],["28362.390","10334.561"],["28377.126","10237.500"],["28415.041","10387.313"],["28486.882","10322.634"],["28384.566","10378.897"],["28360.691","10234.992"],["28508.202","10408.570"],["20719.150","14780.719"],["20734.335","14809.843"],["20665.290","14698.411"],["27656.725","10780.328"],["27691.590","10654.275"],["27675.605","10725.582"],["27596.627","10832.579"],["27595.671","10814.183"],["27687.472","10660.734"],["27649.818","10809.274"],["27709.092","10711.794"],["27707.176","10778.404"],["27694.689","10763.457"],["27654.816","10792.677"],["27646.727","10772.315"],["27699.266","10772.956"],["27699.685","10654.667"],["27670.282","10818.841"],["27648.778","10813.304"],["27709.462","10785.212"],["27701.307","10705.173"],["27675.772","10708.062"],["27686.390","10827.744"],["27649.923","10777.447"],["27693.868","10707.554"],["27695.819","10819.044"],["27690.651","10818.354"],["27683.451","10655.199"],["27600.543","10828.052"],["27757.975","12422.256"],["27927.620","12369.591"],["27858.506","12364.977"],["27890.973","12400.156"],["30848.793","9360.456"],["30805.374","9259.980"],["27589.091","9869.454"],["28417.381","10032.655"],["28358.734","10076.505"],["28391.039","10125.188"],["31594.737","9971.765"],["31624.015","9986.567"],["18617.381","15032.260"],["18592.243","14978.753"],["28192.880","11048.592"],["28189.496","10861.604"],["31119.665","9735.397"],["28382.891","11493.931"],["27684.343","10513.491"],["27693.358","10493.757"],["27652.631","10555.669"],["27701.600","10584.169"],["27663.108","10560.252"],["27641.532","10483.318"],["27693.769","10530.615"],["27694.767","10535.404"],["27678.031","10526.827"],["27699.161","10536.697"],["27689.965","10453.669"],["27624.198","10450.836"],["27635.796","10498.085"],["27658.267","10550.543"],["27693.684","10532.749"],["27673.080","10554.007"],["24999.551","9814.765"],["25013.326","9815.173"],["25007.444","9821.431"],["25004.598","9809.518"],["25001.978","9815.012"],["25015.487","9835.258"],["25402.712","17539.765"],["25311.979","17571.585"],["25387.044","17608.526"],["25327.051","17453.876"],["25338.235","17581.181"],["25322.028","17497.496"],["25318.225","17560.383"],["19667.963","15782.033"],["19582.654","15904.118"],["21144.766","15649.370"],["21145.116","15651.053"],["21133.176","15637.724"],["21127.530","15646.431"],["22438.785","14559.866"],["22425.654","14482.532"],["22330.751","14530.083"],["23752.561","16589.962"],["23756.254","16594.277"],["28143.138","11875.401"],["28794.686","12165.631"],["31454.862","9031.225"],["31481.752","9094.286"],["31460.171","9088.539"],["31467.093","9088.091"],["31458.791","9025.552"],["27658.361","10357.964"],["27707.287","10346.888"],["27660.609","10415.124"],["27716.832","10389.312"],["27664.312","10367.319"],["27672.111","10388.789"],["27700.212","10353.005"],["27654.940","10356.996"],["27704.948","10369.155"],["27699.522","10332.926"],["27738.427","10793.091"],["27751.176","10798.224"],["27756.295","10794.266"],["27754.168","10788.983"],["27733.270","10829.102"],["27731.503","10794.311"],["27757.491","10805.398"],["27728.098","10833.880"],["27729.037","10835.845"],["27749.545","10792.550"],["28241.520","10693.781"],["28188.501","10796.698"],["28286.310","10662.113"],["28295.017","10666.335"],["28179.984","10683.503"],["28183.948","10678.908"],["28222.448","10779.230"],["28224.214","10776.657"],["28150.566","10674.066"],["28193.800","10806.449"],["28199.973","10724.075"],["28152.992","10696.248"],["28198.769","10798.395"],["28224.205","10688.814"],["28205.436","10775.604"],["28189.780","10676.553"],["28356.306","10703.995"],["28287.885","10654.022"],["28223.126","10672.045"],["28185.330","10680.797"],["28151.298","10682.185"],["28235.573","10687.030"],["28276.725","10660.578"],["28182.456","10796.794"],["28185.715","10767.476"],["28213.678","10726.757"],["28211.252","10708.867"],["28235.701","10682.826"],["28218.082","10771.469"],["28215.350","10662.381"],["28211.350","10785.871"],["28182.800","10804.980"],["28224.574","10700.888"],["28355.329","10705.791"],["28149.999","10670.609"],["28203.452","10713.852"],["28289.003","10656.504"],["28204.591","10777.283"],["28183.730","10677.690"],["28161.758","10805.317"],["28192.924","10809.529"],["28185.512","10686.232"],["28189.202","10676.902"],["28214.754","10708.455"],["28236.628","10686.026"],["28346.502","10697.387"],["28196.157","10816.336"],["28242.132","10687.412"],["28389.652","9907.901"],["28566.045","9832.006"],["28559.949","9839.048"],["27740.421","11584.363"],["27745.321","11567.825"],["27771.468","11576.460"],["27730.102","11525.677"],["27736.028","11559.294"],["27809.955","11672.215"],["27909.379","11694.135"],["27728.709","11526.550"],["27745.169","11562.467"],["27741.571","11572.987"],["27736.267","11527.840"],["27769.123","11546.497"],["27764.690","11580.583"],["27746.681","11574.763"],["27745.635","11571.424"],["27763.814","11576.930"],["27747.689","11564.481"],["27734.639","11515.239"],["28252.215","10208.726"],["28261.418","10087.494"],["28325.061","10119.355"],["28242.439","10092.983"],["28248.276","10113.304"],["28350.222","10012.715"],["28329.506","10098.687"],["28275.504","10140.644"],["28347.405","10096.039"],["28226.834","10195.177"],["27831.696","10410.422"],["27904.028","10347.798"],["27877.609","10406.671"],["27803.674","10423.638"],["27868.073","10403.234"],["27831.148","10340.563"],["27851.678","10285.331"],["27930.242","10401.298"],["27897.669","10420.267"],["27893.372","10265.757"],["27784.833","10360.478"],["27803.572","10346.365"],["27928.892","10289.423"],["27839.592","10334.145"],["27907.848","10347.817"],["27925.885","10405.118"],["27833.031","10416.029"],["27794.351","10351.360"],["27864.538","10409.374"],["27863.234","10410.861"],["27788.126","10353.164"],["27861.073","10397.714"],["27919.929","10401.825"],["27787.797","10354.556"],["27900.487","10283.855"],["27835.241","10332.962"],["27894.799","10290.036"],["27793.894","10354.659"],["27799.560","10352.775"],["27897.301","10414.717"],["27928.941","10412.780"],["27826.811","10406.783"],["27820.323","10390.273"],["27924.764","10296.206"],["27864.277","10401.340"],["27851.977","10404.234"],["21989.324","14233.850"],["22029.244","14141.311"],["25702.382","17276.862"],["25633.824","17309.542"],["31045.023","9307.813"],["30973.612","9366.824"],["30975.395","9325.027"],["31033.795","9336.990"],["27805.383","11928.100"],["27814.795","11998.720"],["27818.405","12112.330"],["27824.631","11974.182"],["27820.913","11943.476"],["27824.952","12107.099"],["27802.150","11993.563"],["30764.011","9714.076"],["30752.747","9669.365"],["30736.579","9671.269"],["30745.629","9638.308"],["30814.338","9710.066"],["30837.389","9710.224"],["30793.877","9650.974"],["30808.674","9650.417"],["30801.336","9794.951"],["30855.757","9754.480"],["30827.706","9680.165"],["30718.316","9678.968"],["30682.463","9714.269"],["30800.469","9630.411"],["30705.884","9706.700"],["20234.957","16313.706"],["20108.766","14300.390"],["19989.895","14253.393"],["20093.180","14297.213"],["28923.348","11355.937"],["28882.213","11366.286"],["28981.092","11422.841"],["28905.989","11363.667"],["27952.075","11285.493"],["31033.567","9676.614"],["30938.148","9632.371"],["30997.504","9636.696"],["30954.971","9630.425"],["31092.543","9636.704"],["30911.879","9686.337"],["31040.424","9684.284"],["30951.178","9626.229"],["31086.116","9645.559"],["30903.014","9661.227"],["27489.583","9844.484"],["26048.269","17358.185"],["21235.725","9861.576"],["21247.164","9860.775"],["21225.286","9872.235"],["21244.534","9844.435"],["30427.562","9764.467"],["30456.900","9673.975"],["30438.271","9779.879"],["23136.556","16337.039"],["23180.193","16204.084"],["23265.908","16293.320"],["23301.191","16185.113"],["27828.899","9151.092"],["27861.693","9155.527"],["28060.892","11160.484"],["28076.847","11070.372"],["28073.462","11147.504"],["27467.314","11704.945"],["27311.136","11716.250"],["27329.969","11720.339"],["27340.678","11713.273"],["27347.685","11717.479"],["27437.541","11733.105"],["27469.248","11772.542"],["27460.538","11771.699"],["27446.237","11774.985"],["27469.183","11760.869"],["27480.499","11735.704"],["27448.069","11748.623"],["27444.408","11751.482"],["27412.811","11875.282"],["27392.511","11908.267"],["27403.467","11905.938"],["27403.590","11900.395"],["27401.509","11907.116"],["27397.424","11887.047"],["27402.374","11889.410"],["27330.076","11905.849"],["27328.825","11890.227"],["27325.255","11890.544"],["27324.126","11904.164"],["27330.209","11903.166"],["27320.097","11888.687"],["27467.602","11704.716"],["27469.524","11713.845"],["27394.821","11895.122"],["27482.278","11735.728"],["27460.835","11783.816"],["27308.282","11710.717"],["27409.105","11897.494"],["27325.984","11719.770"],["27331.062","11724.624"],["27339.741","11714.572"],["27331.871","11903.714"],["27330.995","11888.383"],["27407.826","11900.014"],["27349.122","11716.653"],["27326.727","11895.328"],["27316.609","11890.103"],["27331.376","11903.468"],["27468.794","11761.040"],["27472.461","11756.058"],["27474.260","11751.397"],["27480.258","11718.831"],["27440.376","11764.641"],["27437.092","11752.006"],["27412.048","11875.780"],["27348.449","11894.743"],["27335.644","11885.149"],["27321.743","11892.997"],["27305.562","11715.172"],["27342.246","11713.011"],["27448.926","11787.815"],["27381.588","11908.525"],["27382.946","11908.392"],["27412.643","11886.072"],["27345.208","11897.744"],["27350.539","11889.167"],["27414.965","11907.634"],["27478.449","11734.782"],["27393.886","11911.517"],["27440.295","11735.980"],["27464.205","11769.791"],["27405.337","11893.614"],["27472.286","11757.281"],["27480.834","11767.787"],["27401.083","11908.919"],["27341.694","11908.233"],["27327.991","11904.776"],["27330.718","11900.459"],["27316.255","11899.774"],["27332.269","11901.004"],["27320.754","11891.828"],["27443.320","11786.190"],["27470.983","11711.431"],["27460.686","11783.171"],["27448.080","11751.505"],["27435.043","11764.973"],["19309.571","11756.966"],["25051.953","16631.365"],["25024.117","16656.860"],["25147.522","16700.284"],["25005.404","16619.189"],["20313.569","14533.065"],["20255.818","14535.536"],["20262.516","14563.505"],["27647.711","11362.421"],["27636.932","11374.774"],["27574.924","11336.067"],["27588.716","11338.884"],["27644.192","11298.121"],["27655.354","11295.859"],["27620.812","11319.560"],["27582.020","11301.424"],["27619.027","11478.933"],["27625.009","11464.589"],["27608.475","11355.034"],["27615.829","11449.072"],["27714.181","11425.380"],["27700.076","11376.165"],["27514.645","11467.728"],["27591.600","11455.693"],["27602.926","11418.113"],["27723.232","11420.182"],["27626.882","11464.718"],["27550.962","11287.739"],["27723.772","11347.868"],["27585.856","11338.932"],["27573.800","11322.942"],["27617.918","11410.959"],["27631.620","11452.438"],["27650.806","11375.605"],["27652.908","11299.275"],["27663.902","11343.331"],["27626.652","11467.778"],["27613.707","11456.023"],["27619.047","11468.945"],["27521.663","11285.529"],["27693.958","11364.374"],["27630.289","11448.461"],["27612.525","11462.308"],["27605.359","11427.688"],["27685.314","11419.519"],["27699.446","11353.964"],["27691.134","11339.645"],["27547.021","11478.559"],["27696.505","11370.240"],["27539.505","11479.947"],["27522.781","11455.228"],["27646.384","11297.032"],["18279.779","14935.842"],["28389.801","11027.841"],["28219.295","10643.505"],["28217.750","10631.822"],["28215.484","10598.834"],["28207.119","10594.919"],["28317.202","10488.354"],["28264.799","10518.247"],["28172.613","10539.522"],["28157.424","10525.230"],["28342.732","10556.047"],["28337.161","10570.113"],["28155.501","10507.863"],["28261.465","10559.384"],["28353.534","10489.352"],["28256.262","10590.467"],["28347.171","10561.734"],["28207.569","10590.008"],["28214.225","10597.255"],["28170.839","10482.679"],["28198.604","10593.730"],["28190.731","10580.840"],["28195.011","10570.163"],["28335.507","10561.691"],["28263.017","10589.497"],["28295.765","10641.793"],["28306.008","10493.833"],["28207.244","10589.151"],["28266.444","10590.745"],["28182.803","10537.578"],["28195.522","10601.117"],["28191.080","10572.680"],["27790.783","11698.598"],["27809.442","11679.182"],["27754.008","11646.123"],["27796.597","11690.539"],["25008.595","16780.384"],["25117.938","16840.739"],["31622.819","9379.810"],["31645.103","9464.974"],["31615.551","9571.659"],["31584.171","9444.909"],["31659.225","9444.217"],["31633.921","9555.143"],["31604.801","9389.548"],["31641.789","9449.367"],["29417.255","11302.821"],["29423.466","11311.975"],["29333.370","11691.794"],["29382.346","11602.574"],["29408.479","11610.775"],["29229.250","11562.381"],["29340.925","11679.028"],["23553.268","16291.984"],["23551.246","16317.732"],["25324.747","16866.203"],["25306.055","16792.105"],["25379.535","16868.797"],["25280.476","16809.815"],["28453.729","11783.551"],["28446.564","11783.515"],["27723.994","10824.134"],["27565.747","11117.499"],["27573.202","11114.496"],["27533.156","11097.478"],["27554.881","11129.388"],["27632.444","11268.601"],["27713.929","11233.513"],["27558.303","11275.932"],["27547.607","11269.249"],["27540.007","11272.049"],["27533.983","11215.977"],["27539.932","11202.371"],["27615.296","11073.374"],["27532.057","11167.274"],["27560.201","11149.173"],["27549.642","11145.164"],["27516.608","11112.771"],["27559.180","11147.387"],["27546.661","11276.974"],["27551.992","11134.281"],["27719.152","11254.260"],["27623.224","11268.055"],["27717.952","11216.093"],["27534.322","11263.615"],["27522.115","11184.179"],["27561.806","11150.858"],["27558.854","11152.170"],["27521.702","11113.380"],["27548.066","11158.153"],["27592.231","11115.735"],["27567.227","11131.222"],["27535.668","11274.622"],["27544.148","11199.041"],["27642.830","11243.201"],["28213.419","12739.525"],["28622.216","10700.611"],["28627.430","10714.331"],["28605.186","10685.215"],["28716.696","10750.843"],["28703.861","10702.639"],["28691.308","10701.913"],["28677.644","10657.854"],["28588.235","10664.080"],["28738.677","10755.549"],["28673.399","10666.078"],["28715.594","10798.868"],["28688.682","10690.064"],["28584.957","10676.676"],["28768.974","10673.359"],["28625.520","10707.102"],["28619.870","10710.618"],["28581.278","10678.819"],["28735.556","10743.338"],["28700.542","10698.213"],["28678.159","10667.087"],["28601.327","10675.478"],["28716.577","10754.649"],["28678.031","10667.737"],["28686.880","10652.815"],["28661.402","10765.079"],["28629.288","10706.063"],["28642.806","10727.602"],["28770.292","10674.917"],["28627.576","10714.607"],["27657.429","16862.832"],["27693.960","16900.959"],["30634.947","10007.576"],["30581.943","9845.517"],["30514.916","9920.303"],["30613.238","9936.030"],["30669.891","9882.690"],["30585.448","9968.001"],["30578.292","9875.060"],["30536.192","9989.603"],["30666.920","9992.217"],["30566.686","9852.624"],["31497.915","9139.806"],["29411.727","11578.911"],["25282.366","16675.838"],["19443.229","14395.498"],["19446.677","14402.679"],["21168.345","9946.870"],["21183.789","9949.418"],["27881.969","9888.828"],["27811.679","9845.700"],["27861.017","9951.312"],["27824.966","9982.158"],["23654.425","16386.624"],["23715.077","16434.014"],["23669.226","16394.706"],["29378.598","11212.492"],["29372.662","11211.618"],["29358.392","11229.678"],["28738.629","10532.911"],["28690.323","10540.153"],["28726.596","10638.210"],["28639.039","10550.469"],["28668.700","10571.627"],["28706.917","10527.385"],["28591.129","10543.535"],["28761.354","10541.433"],["28597.816","10629.914"],["28681.233","10548.649"],["28728.198","10644.217"],["28737.695","10637.385"],["28706.758","10525.298"],["28730.971","10643.509"],["28578.519","10553.773"],["28717.384","10540.825"],["28569.840","10511.412"],["28728.631","10545.801"],["28679.374","10551.540"],["28762.587","10535.158"],["28680.661","10566.900"],["28625.926","10641.524"],["28683.273","10555.075"],["31453.248","9501.242"],["31435.222","9494.176"],["31459.278","9535.520"],["31439.348","9439.891"],["31467.124","9554.961"],["31435.473","9495.235"],["27661.392","10914.142"],["27666.149","10928.053"],["27649.375","10967.486"],["27658.056","10880.078"],["27670.735","10911.663"],["27666.691","10919.729"],["27668.668","10964.426"],["27670.105","10888.239"],["27644.974","11059.023"],["27673.454","10933.001"],["27666.093","11004.813"],["27653.634","10979.392"],["27672.207","10919.905"],["27656.312","10913.751"],["20279.614","15787.820"],["20194.193","15802.868"],["20280.559","15783.820"],["20168.536","15831.292"],["20192.900","15755.944"],["18659.055","14711.178"],["22703.635","14823.550"],["30532.099","9603.355"],["30504.461","9705.136"],["30664.176","9731.589"],["30515.574","9647.631"],["30643.686","9744.238"],["30527.455","9666.254"],["30650.666","9667.651"],["19045.394","14382.192"],["18885.444","14444.906"],["18983.132","15701.652"],["18915.115","15702.556"],["25447.302","16908.920"],["25504.611","16972.657"],["25415.844","16862.645"],["28013.106","12209.024"],["28032.330","12215.343"],["27939.278","12211.147"],["25409.304","17236.814"],["25579.856","17237.291"],["25558.235","17208.180"],["25431.892","17298.496"],["28139.059","9219.668"],["22811.270","16541.429"],["22815.374","16518.976"],["22823.310","16534.671"],["22819.682","16521.477"],["28143.046","10686.230"],["27970.008","10801.503"],["28023.881","10679.583"],["28067.119","10689.572"],["28096.987","10658.337"],["27947.439","10775.298"],["28096.285","10651.259"],["27968.776","10681.424"],["27951.073","10673.184"],["27947.168","10722.985"],["27939.272","10724.387"],["28080.775","10694.889"],["27964.472","10684.219"],["27954.127","10665.488"],["28034.093","10670.282"],["27947.298","10777.789"],["28016.152","10658.309"],["27963.251","10801.820"],["28105.744","10672.987"],["28143.335","10682.896"],["27945.729","10708.666"],["27938.620","10673.235"],["28038.229","10668.250"],["28001.881","10669.780"],["27962.346","10815.187"],["27961.319","10799.826"],["27947.270","10778.600"],["27959.077","10675.481"],["27948.150","10717.914"],["28020.289","10673.960"],["28070.615","10702.301"],["28099.916","10656.946"],["28105.887","10661.536"],["27944.290","10776.645"],["27940.021","10778.817"],["27963.191","10680.969"],["28144.262","10676.445"],["28140.580","10692.162"],["27939.728","10783.495"],["28143.076","10697.965"],["28062.276","10694.959"],["19322.755","14754.263"],["20805.881","14883.935"],["20891.683","15072.801"],["20801.512","14942.159"],["20876.285","14911.067"],["20802.600","14875.159"],["27577.992","11729.318"],["27580.947","11710.461"],["27575.949","11742.180"],["27520.608","11741.894"],["27573.155","11723.665"],["27597.364","11730.452"],["27597.845","11746.762"],["25262.035","16970.382"],["25267.235","16944.175"],["28098.913","10616.820"],["28047.629","10452.460"],["28064.556","10454.018"],["28009.623","10575.875"],["27984.991","10547.061"],["28032.407","10476.933"],["27978.774","10468.261"],["28098.520","10572.350"],["28061.320","10574.264"],["28101.902","10578.145"],["27983.918","10590.028"],["27980.195","10461.354"],["28000.162","10537.473"],["27973.891","10612.335"],["27985.760","10619.629"],["28072.660","10531.766"],["28049.156","10531.835"],["28045.399","10561.386"],["28064.648","10533.896"],["28102.400","10558.221"],["28052.972","10569.866"],["27983.090","10541.187"],["28097.526","10559.894"],["28007.663","10580.558"],["28001.934","10547.281"],["28109.493","10440.178"],["27994.399","10603.736"],["27975.835","10587.111"],["27938.840","10444.684"],["28104.863","10641.368"],["28000.865","10496.273"],["28109.606","10620.489"],["28069.928","10441.090"],["28097.915","10572.895"],["28046.136","10597.834"],["27980.280","10554.530"],["28039.587","10472.459"],["28068.314","10537.092"],["27981.099","10523.771"],["27993.862","10603.774"],["28059.016","10525.191"],["28014.015","10607.516"],["28102.144","10569.451"],["28029.591","10473.731"],["28092.145","10570.531"],["27981.139","10564.593"],["27980.172","10468.992"],["28020.020","10496.226"],["28022.357","10498.067"],["28049.759","10527.969"],["28144.962","10525.192"],["27941.439","10434.390"],["27841.449","10605.654"],["27885.499","10447.653"],["27915.344","10446.310"],["27826.950","10616.951"],["27887.509","10447.231"],["27927.639","10596.880"],["27889.021","10619.580"],["27865.185","10630.101"],["27871.138","10516.632"],["27824.194","10572.024"],["27886.191","10447.697"],["27882.207","10512.283"],["27842.509","10612.958"],["27889.197","10448.551"],["27873.705","10508.206"],["27846.704","10475.258"],["27834.039","10440.146"],["27829.710","10609.000"],["27894.094","10440.441"],["29156.271","11875.622"],["29143.193","11901.945"],["29163.275","11894.846"],["29145.736","11898.294"],["30614.856","9799.176"],["23489.309","16354.684"],["27496.294","9617.763"],["30989.356","11418.458"],["22553.391","14364.046"],["30964.272","9766.086"],["30884.924","9709.645"],["20899.841","14348.634"],["20911.563","14389.962"],["25414.927","17500.412"],["25418.678","17417.867"],["29163.345","10887.769"],["29191.674","10905.966"],["29156.215","10876.165"],["29159.190","10867.125"],["19013.806","14781.902"],["18879.844","14570.806"],["27461.651","16706.304"],["27472.043","16734.767"],["21027.918","16005.824"],["21017.362","16000.344"],["21197.314","15934.273"],["21164.227","16017.805"],["21159.779","16016.000"],["28284.452","9200.942"],["28177.169","9192.236"],["28237.285","9263.359"],["20055.106","14968.776"],["31457.958","9764.432"],["31404.315","9692.791"],["31412.796","9752.761"],["28104.031","10427.938"],["28107.149","10419.605"],["27945.812","10427.448"],["28097.957","10375.165"],["28041.021","10229.334"],["28009.879","10335.010"],["27977.815","10236.417"],["28070.721","10316.413"],["28056.250","10361.525"],["28129.654","10428.961"],["28133.731","10422.473"],["28096.379","10263.636"],["28099.275","10286.864"],["28084.181","10268.298"],["28059.830","10305.813"],["28103.335","10428.327"],["28044.160","10357.632"],["28100.932","10293.008"],["28049.212","10387.316"],["28099.274","10369.985"],["28125.086","10420.247"],["28065.336","10314.857"],["28123.522","10424.481"],["28113.889","10426.160"],["28123.720","10424.282"],["28058.268","10255.594"],["27988.007","10413.110"],["28080.705","10268.930"],["28058.208","10310.842"],["28101.795","10269.023"],["28104.285","10422.851"],["28068.346","10312.353"],["28123.721","10356.083"],["28020.596","10337.740"],["28063.385","10309.649"],["28043.489","10388.838"],["28127.531","10415.972"],["27959.990","10420.406"],["28099.786","10291.295"],["28109.360","10418.080"],["27953.245","10375.158"],["20111.363","15763.427"],["27182.402","16755.986"],["27967.467","11909.168"],["27943.933","11906.503"],["28102.659","11738.240"],["27941.076","11854.773"],["27957.865","11905.399"],["27942.778","11851.142"],["27956.998","11903.812"],["28093.668","11733.832"],["27958.384","11906.075"],["26000.100","17391.706"],["26030.988","17357.288"],["22515.068","14728.551"],["22590.137","14694.135"],["21198.934","15734.053"],["21239.655","15898.552"],["21201.115","15739.904"],["21239.518","15911.854"],["21237.590","15870.597"],["21241.950","15904.495"],["21235.623","15895.346"],["27835.813","17224.942"],["27911.514","10834.440"],["27891.123","10748.404"],["27934.125","10773.764"],["27921.970","10791.629"],["27767.774","10759.428"],["27848.389","10829.234"],["27795.610","10826.904"],["27887.449","10684.765"],["27891.306","10682.514"],["27852.864","10689.220"],["27846.603","10834.930"],["27890.401","10677.574"],["27855.564","10807.433"],["27859.137","10801.451"],["27858.936","10779.025"],["27791.023","10752.484"],["27803.554","10752.388"],["27933.058","10794.185"],["27901.048","10677.376"],["27930.929","10696.374"],["27793.399","10845.506"],["27827.887","10710.881"],["27887.806","10795.643"],["27807.374","10783.138"],["27817.582","10768.548"],["27738.013","10756.846"],["27847.443","10828.117"],["27909.290","10714.978"],["27800.606","10813.412"],["27889.990","10677.742"],["27847.572","10695.444"],["27848.636","10844.618"],["27845.107","10706.991"],["27850.265","10841.620"],["27748.368","10753.885"],["27913.335","10820.443"],["27859.926","10790.507"],["27804.160","10761.403"],["27933.890","10773.608"],["27732.835","10680.747"],["27891.194","10677.167"],["27916.916","10838.945"],["27744.411","10757.553"],["27917.699","10705.856"],["28885.369","10642.186"],["28968.105","10633.945"],["28837.107","10556.998"],["28911.630","10613.868"],["28805.816","10602.056"],["28802.995","10544.274"],["28920.464","10620.792"],["28781.111","10535.449"],["28976.604","10641.504"],["28791.528","10607.067"],["30823.773","9813.570"],["30865.787","9826.477"],["23504.252","16855.063"],["23510.576","16855.603"],["23512.323","16859.611"],["27694.103","11141.538"],["27630.058","11172.792"],["27621.851","11230.201"],["27605.635","11226.677"],["27596.057","11228.479"],["27588.309","11162.449"],["27656.745","11161.181"],["27675.237","11219.634"],["27660.768","11154.927"],["27677.527","11103.238"],["27620.993","11163.201"],["27587.112","11241.827"],["27599.929","11196.110"],["27662.035","11095.663"],["27649.335","11163.409"],["27648.652","11161.296"],["27623.324","11121.693"],["27577.987","11232.188"],["27621.872","11119.246"],["27647.129","11094.391"],["27663.083","11170.303"],["27669.635","11171.079"],["27668.397","11097.768"],["27656.545","11158.033"],["27648.567","11162.778"],["27628.323","11173.471"],["27625.702","11177.579"],["27678.666","11235.238"],["27616.848","11149.859"],["27614.061","11126.193"],["27578.571","11230.369"],["28619.775","11841.548"],["28598.725","11908.448"],["28569.472","11900.969"],["28191.078","11932.092"],["28180.580","11936.614"],["28148.465","11992.811"],["27290.475","11919.204"],["27295.653","11914.924"],["27301.819","11918.249"],["28298.753","11421.730"],["28318.925","11298.884"],["28255.495","11466.025"],["28163.722","11372.363"],["28244.384","11454.036"],["28205.391","11356.754"],["28206.789","11331.065"],["28255.783","11461.092"],["28351.407","11481.398"],["28146.540","11489.866"],["29228.764","10795.258"],["19822.597","15693.640"],["19865.587","15698.860"],["18637.956","15218.541"],["18598.995","15105.266"],["18546.837","15108.121"],["25353.475","17715.884"],["25308.210","17735.516"],["22753.311","16667.928"],["22825.559","16587.659"],["22740.460","16639.177"],["22743.656","16661.064"],["22750.872","16674.799"],["28686.774","9804.100"],["27962.181","12339.025"],["27943.551","12361.110"],["27944.363","12367.837"],["18890.835","15242.694"],["19063.218","15178.497"],["18968.303","15182.002"],["19010.064","15204.609"],["27706.362","10937.741"],["27723.023","10867.078"],["27707.659","10925.932"],["27723.647","10858.851"],["20685.559","16329.895"],["20705.761","16325.267"],["20699.153","16327.329"],["20737.009","16152.064"],["20687.384","16330.588"],["26282.551","15434.302"],["26298.089","15426.718"],["26279.819","15418.436"],["26264.623","15446.607"],["26271.106","15477.612"],["26279.309","15458.541"],["26308.550","15412.155"],["26289.442","15409.283"],["26267.337","15463.866"],["26261.603","15462.504"],["26266.290","15435.761"],["26272.878","15441.444"],["26296.004","15407.125"],["26264.052","15480.892"],["26268.821","15457.060"],["27708.854","11873.699"],["27695.746","11882.119"],["27700.842","11789.870"],["27677.335","11767.004"],["27706.880","11801.905"],["27711.634","11867.043"],["27691.417","11884.473"],["27707.270","11862.735"],["27722.421","11877.984"],["27706.873","11875.560"],["27680.552","11771.629"],["27695.245","11792.819"],["27701.996","11795.185"],["27617.128","11706.372"],["27686.776","11765.860"],["27692.468","11888.363"],["20366.860","14566.765"],["20382.684","14555.635"],["27374.429","11414.901"],["27493.344","11404.590"],["27355.625","11287.913"],["27464.013","11458.731"],["27482.523","11487.911"],["27502.230","11399.947"],["27497.617","11395.109"],["27489.386","11351.410"],["27472.848","11349.825"],["27372.507","11325.977"],["27382.425","11345.983"],["27486.318","11288.152"],["27347.984","11424.402"],["27365.876","11405.413"],["27422.107","11305.394"],["27438.178","11473.255"],["27482.957","11407.403"],["27483.521","11350.284"],["27373.516","11412.499"],["27315.420","11428.940"],["27348.875","11429.308"],["27359.992","11409.838"],["27395.761","11349.890"],["27423.894","11298.913"],["27383.052","11344.296"],["27489.042","11455.351"],["27459.612","11402.277"],["27475.851","11401.127"],["27486.561","11401.697"],["27428.384","11302.665"],["27488.649","11346.003"],["27325.763","11287.032"],["27410.614","11468.083"],["27475.640","11409.529"],["27468.716","11486.483"],["27490.016","11349.054"],["27503.398","11352.205"],["27371.809","11415.002"],["27451.800","11486.082"],["27373.439","11415.311"],["27386.477","11363.439"],["27504.130","11391.292"],["27498.489","11391.928"],["27485.033","11394.376"],["27498.535","11344.184"],["27319.955","11424.487"],["27333.360","11439.451"],["27322.270","11415.189"],["27360.785","11416.837"],["27473.904","11319.222"],["28018.581","17244.909"],["28034.672","17225.121"],["27903.712","12254.284"],["27835.071","12137.052"],["27895.359","12281.526"],["27921.896","12274.186"],["25101.041","9723.607"],["25061.552","9659.718"],["25063.003","9698.052"],["25082.620","9713.082"],["25071.950","9641.149"],["25064.378","9647.312"],["25098.652","9705.837"],["25007.330","9799.184"],["25085.133","9677.128"],["25096.189","9696.265"],["25087.543","9706.402"],["25083.310","9695.175"],["25070.020","9673.718"],["25071.739","9714.659"],["25099.509","9733.902"],["25057.874","9687.917"],["25077.133","9637.203"],["25059.683","9646.902"],["25061.346","9678.369"],["25076.184","9716.766"],["25102.412","9720.667"],["25100.897","9708.795"],["25055.966","9666.835"],["25086.387","9713.894"],["25094.332","9701.945"],["25066.167","9696.673"],["25080.762","9717.186"],["25091.502","9695.928"],["25076.856","9640.575"],["25070.833","9653.378"],["25089.585","9657.625"],["27758.399","11437.860"],["27752.464","11322.017"],["27851.605","11347.781"],["27860.841","11349.680"],["27869.640","11485.654"],["27787.346","11394.115"],["27778.737","11436.905"],["27742.342","11358.772"],["27735.551","11362.357"],["27737.004","11472.033"],["27763.245","11330.609"],["27797.931","11356.433"],["27828.761","11357.211"],["27768.834","11441.625"],["27750.107","11319.982"],["27819.637","11361.701"],["27775.270","11445.572"],["27803.140","11424.224"],["27734.559","11448.600"],["27778.339","11446.609"],["27768.477","11365.587"],["27834.543","11356.851"],["27898.520","11281.647"],["27772.387","11438.690"],["27809.221","11399.179"],["27815.924","11416.240"],["27830.058","11428.436"],["27730.078","11326.952"],["27792.939","11434.027"],["27732.561","11415.188"],["27869.787","11318.867"],["27772.683","11297.351"],["27875.855","11283.374"],["27870.644","11331.688"],["27767.527","11443.985"],["27760.930","11309.612"],["27727.347","11410.854"],["27866.263","11483.317"],["27836.794","11433.191"],["27760.076","11372.744"],["27772.695","11368.960"],["27807.635","11418.877"],["26969.825","16777.347"],["26906.565","16789.043"],["27004.640","16843.603"],["27084.374","16818.693"],["26914.360","16780.799"],["26899.722","16782.756"],["26924.760","16925.154"],["26887.867","16810.761"],["20689.930","14952.864"],["20723.230","14943.883"],["20673.843","14923.205"],["18604.766","14627.721"],["29855.498","9310.867"],["27443.580","11207.828"],["27451.185","11193.019"],["27440.405","11202.537"],["27454.994","11217.076"],["27492.699","11202.644"],["27486.325","11204.896"],["27505.256","11184.744"],["27499.508","11154.026"],["27407.283","11140.798"],["27498.857","11182.728"],["27480.988","11186.458"],["27379.142","11249.977"],["27354.437","11230.667"],["27513.948","11115.547"],["27438.057","11267.500"],["27416.370","11133.010"],["27363.451","11222.940"],["27348.927","11249.894"],["27439.415","11204.009"],["27331.178","11254.895"],["27503.011","11209.143"],["27421.265","11245.185"],["27449.548","11196.955"],["27493.284","11273.530"],["27340.585","11241.592"],["27506.558","11248.199"],["27511.267","11192.650"],["27484.838","11167.642"],["27373.697","11228.728"],["27377.903","11237.150"],["27448.003","11169.536"],["27480.658","11162.935"],["27479.713","11178.087"],["27341.887","11260.233"],["27334.184","11260.360"],["27361.041","11251.574"],["27494.689","11153.620"],["27450.304","11181.411"],["27459.011","11227.138"],["27367.058","11238.447"],["27494.705","11193.709"],["27491.918","11204.495"],["27455.858","11207.167"],["27497.036","11274.946"],["27356.736","11226.025"],["27337.439","11266.961"],["27501.696","11175.082"],["27498.633","11159.718"],["26259.355","15565.882"],["26264.998","15603.960"],["26259.450","15586.729"],["26265.665","15514.378"],["26266.042","15595.350"],["26270.406","15575.886"],["26267.589","15518.406"],["26270.302","15556.628"],["26260.709","15526.256"],["26271.280","15571.448"],["26265.217","15522.350"],["18825.474","14843.340"],["18816.188","14744.298"],["18832.257","14804.446"],["18747.589","14758.542"],["18824.562","14846.752"],["18761.696","14748.069"],["27565.750","11665.823"],["27701.574","11552.948"],["27697.359","11576.067"],["27564.950","11499.069"],["27572.561","11525.677"],["27524.205","11527.408"],["27549.881","11650.659"],["27592.034","11617.731"],["27559.485","11519.865"],["27537.128","11631.075"],["27549.716","11515.758"],["27699.587","11556.975"],["27537.426","11527.147"],["27624.317","11558.182"],["27597.290","11587.479"],["27540.403","11683.947"],["27570.040","11514.488"],["27537.035","11520.066"],["27536.525","11698.711"],["27691.760","11497.002"],["27621.080","11635.934"],["27582.751","11522.371"],["27533.045","11519.608"],["27540.187","11651.552"],["27537.730","11639.747"],["27612.773","11569.871"],["27543.822","11665.463"],["27515.282","11523.052"],["27529.564","11698.918"],["27530.808","11522.198"],["27545.741","11506.316"],["27534.182","11653.249"],["27585.413","11505.173"],["27574.080","11512.795"],["22816.115","14544.354"],["22774.205","14605.715"],["28600.037","10420.630"],["28644.855","10329.329"],["28593.362","10422.069"],["28655.871","10363.231"],["28628.313","10403.980"],["28642.553","10336.951"],["29177.027","11441.463"],["30680.853","9918.218"],["30797.895","9929.658"],["30811.155","9988.787"],["30687.500","9888.803"],["30706.988","9815.530"],["30802.956","9823.231"],["30678.368","9872.397"],["30697.802","9815.205"],["20497.909","14695.267"],["29269.289","11702.045"],["29392.514","11750.866"],["29301.889","11873.080"],["29371.780","11828.450"],["29233.964","11859.565"],["29329.856","11897.611"],["29236.412","11838.638"],["29243.193","11892.367"],["26046.222","17414.129"],["28507.846","9767.249"],["28167.637","11236.255"],["28262.547","11185.931"],["28148.509","11275.092"],["28020.086","11668.390"],["28140.166","11490.624"],["28138.446","11598.773"],["28139.028","11602.398"],["28137.111","11613.349"],["28018.211","11663.660"],["28019.190","10872.487"],["28021.298","10867.428"],["28121.041","10889.657"],["28025.728","10859.096"],["28025.465","10858.510"],["28008.165","11055.414"],["28021.223","10874.322"],["28014.034","10869.509"],["28078.611","11063.614"],["23068.341","15901.557"],["23006.320","15742.608"],["23065.981","15879.942"],["22992.754","15815.548"],["23041.183","15802.628"],["22990.522","15748.037"],["27740.358","10930.733"],["27763.882","10952.143"],["27730.621","10923.232"],["27732.259","10918.184"],["27758.122","10953.573"],["27749.481","10960.973"],["27760.059","10937.358"],["27730.061","10982.382"],["25485.474","17131.251"],["25454.034","17084.176"],["20026.178","15994.093"],["19963.093","16005.693"],["20024.846","16002.849"],["24984.903","16797.225"],["20507.957","14885.991"],["20506.303","14881.598"],["20435.891","14882.235"],["23086.943","16294.382"],["22917.354","16288.302"],["22938.598","16294.087"],["23063.091","16352.460"],["23083.957","16164.050"],["28248.975","11696.700"],["29211.404","11371.433"],["29400.438","11324.605"],["30961.637","9389.272"],["30931.918","9552.189"],["31033.851","9569.492"],["31012.383","9586.835"],["30958.139","9568.607"],["30933.351","9534.264"],["23640.453","16835.565"],["23651.339","16845.115"],["23628.797","16846.814"],["21775.858","14596.367"],["21728.534","14497.833"],["21805.452","14545.422"],["28841.668","10656.381"],["28841.926","10698.580"],["28944.252","10760.385"],["28927.069","10704.256"],["28937.048","10650.263"],["28831.578","10645.459"],["28980.076","10649.725"],["28940.258","10769.647"],["28930.418","10743.658"],["28845.159","10697.899"],["28951.956","10647.496"],["28836.534","10645.583"],["28824.226","10658.314"],["28885.288","10648.506"],["28835.160","10649.605"],["21186.514","15171.719"],["21119.537","15237.651"],["21182.309","15153.954"],["27298.642","11693.133"],["27415.070","9769.076"],["27439.527","9726.678"],["27430.965","9721.345"],["27434.433","9727.688"],["27461.130","11699.954"],["27470.419","11576.707"],["27405.483","11571.906"],["27455.080","11605.520"],["27455.317","11619.682"],["27376.812","11592.012"],["27376.053","11657.466"],["27336.630","11645.458"],["27322.691","11635.270"],["27310.987","11649.081"],["27321.680","11588.793"],["27310.147","11596.509"],["27310.228","11578.514"],["27386.856","11526.362"],["27384.085","11505.378"],["27380.876","11502.372"],["27460.928","11559.637"],["27368.324","11508.539"],["27453.448","11571.613"],["27336.679","11685.968"],["27343.730","11684.858"],["27325.480","11695.789"],["27312.448","11699.046"],["27377.144","11695.473"],["27378.227","11696.274"],["27406.556","11682.023"],["27409.388","11682.702"],["27306.717","11553.107"],["27357.621","11641.960"],["27360.659","11647.251"],["27315.258","11576.161"],["27308.120","11587.557"],["27472.795","11568.651"],["27319.383","11651.048"],["27380.114","11568.521"],["27372.636","11649.953"],["27405.268","11597.182"],["27360.739","11517.811"],["27465.747","11598.279"],["27378.932","11516.167"],["27453.628","11609.804"],["27330.660","11686.853"],["27352.161","11691.793"],["27360.391","11498.686"],["27412.315","11529.728"],["27321.363","11693.274"],["27306.197","11700.060"],["27371.886","11693.651"],["27372.377","11693.615"],["27406.169","11696.550"],["27405.693","11691.083"],["27381.429","11510.453"],["27363.359","11496.800"],["27385.169","11492.743"],["27462.075","11561.181"],["27344.948","11632.610"],["27399.593","11509.587"],["27346.141","11691.210"],["27306.264","11691.681"],["27374.506","11684.245"],["27410.713","11686.175"],["27376.483","11491.069"],["27375.907","11695.605"],["27414.781","11524.811"],["27464.440","11699.156"],["27329.338","11640.240"],["27337.478","11623.402"],["27312.074","11647.184"],["27421.038","11589.989"],["27322.199","11605.346"],["27474.067","11609.435"],["27314.175","11654.592"],["27424.623","11533.455"],["27332.895","11645.950"],["27472.097","11607.085"],["27467.794","11578.205"],["27325.986","11692.267"],["27307.729","11694.261"],["27469.334","11576.476"],["27410.403","11684.886"],["27780.158","10902.566"],["27791.116","10961.119"],["27841.360","10988.202"],["27754.981","11043.757"],["27842.879","11000.883"],["27839.610","10993.791"],["27865.612","10935.405"],["27779.913","10866.929"],["27867.079","10933.336"],["27783.352","10870.913"],["27791.228","10949.750"],["27783.958","10906.954"],["27839.506","11020.925"],["27853.228","10911.938"],["27820.089","10968.797"],["27909.591","10978.590"],["27842.750","10892.657"],["27787.272","10862.093"],["27780.985","10895.483"],["27899.963","11011.737"],["27842.577","11020.598"],["27913.071","10882.542"],["27836.441","10963.548"],["27828.454","10967.169"],["27841.896","10957.670"],["27843.080","10912.842"],["27865.535","10931.646"],["27787.971","10894.569"],["27775.611","10904.986"],["27785.416","10909.574"],["27840.808","11001.271"],["27855.763","10933.290"],["27797.430","10958.216"],["27805.419","10995.827"],["27788.958","10957.302"],["27794.867","10948.368"],["20089.721","15766.909"],["20082.747","15760.851"],["20062.948","15769.909"],["20084.421","15766.944"],["20085.033","15749.373"],["26910.610","8978.691"],["26915.218","8976.255"],["26964.990","9004.250"],["26966.178","8992.976"],["28131.799","11955.885"],["28079.963","12068.142"],["27952.506","11992.270"],["28142.529","11980.962"],["27964.869","11984.007"],["27954.395","12066.686"],["27981.196","12064.416"],["28127.387","12030.945"],["30874.367","9751.760"],["30732.780","9794.600"],["30842.467","9743.096"],["30684.180","9792.002"],["20331.215","14627.509"],["20275.904","14627.749"],["19287.274","15850.937"],["19165.682","15815.717"],["19289.433","15845.397"],["28843.204","12042.683"],["28945.748","12088.420"],["28898.931","12064.851"],["28829.521","12124.074"],["28887.247","12106.103"],["28863.319","12101.751"],["27479.151","12155.030"],["19265.387","14732.298"],["19167.787","14704.253"],["19112.316","14677.003"],["28172.318","11550.311"],["28203.392","11493.566"],["28224.787","11493.592"],["28171.387","11507.030"],["28273.322","11550.597"],["28170.190","11586.730"],["28210.373","11597.751"],["28285.013","11661.542"],["28222.964","11594.467"],["28246.364","11619.022"],["28228.081","11698.930"],["28198.521","11647.005"],["28324.721","11530.390"],["28334.900","11690.968"],["28342.113","11681.057"],["28270.585","11551.730"],["28173.478","11585.505"],["28152.033","11496.537"],["28168.000","11544.518"],["28169.745","11509.192"],["28262.694","11678.886"],["28286.291","11665.140"],["28220.803","11589.522"],["28232.418","11700.020"],["28200.282","11506.031"],["28175.765","11676.740"],["28210.519","11601.284"],["28200.906","11494.383"],["28228.125","11529.522"],["28254.366","11630.247"],["28329.801","11495.345"],["28167.271","11540.181"],["28193.693","11661.483"],["28226.760","11498.587"],["28259.273","11546.164"],["28164.648","11592.874"],["28211.721","11701.393"],["28241.451","11628.795"],["28168.211","11503.737"],["28314.323","11683.325"],["28324.829","11680.658"],["28331.565","11581.742"],["28261.380","11687.698"],["28284.635","11665.874"],["28219.055","11588.366"],["28196.234","11501.852"],["28319.117","11678.775"],["28315.672","11699.347"],["27903.651","17139.934"],["27915.774","17084.880"],["27836.664","17189.032"],["27878.227","17112.744"],["28564.731","12043.150"],["30847.749","10138.543"],["19974.631","15084.690"],["20037.659","15200.360"],["27951.594","11928.693"],["27966.193","11913.447"],["25389.345","17387.095"],["19474.130","15868.151"],["19464.164","15903.352"],["21089.538","15910.027"],["21092.400","15908.403"],["23160.949","16501.706"],["23122.768","16365.211"],["23130.892","16479.324"],["23093.950","16425.801"],["23156.203","16505.223"],["19116.548","14355.925"],["19096.471","14449.430"],["28315.792","10261.596"],["28330.939","10257.109"],["28346.499","10227.319"],["28183.333","10324.014"],["28184.140","10335.026"],["28173.019","10390.839"],["28314.441","10244.236"],["28295.326","10257.343"],["28214.000","10411.014"],["28289.644","10272.891"],["28281.585","10237.560"],["28341.406","10373.350"],["28355.638","10255.072"],["28322.237","10370.242"],["28199.848","10347.722"],["28253.298","10390.406"],["28241.849","10287.375"],["28293.676","10223.193"],["28154.975","10286.243"],["28286.236","10230.703"],["28298.261","10243.167"],["28186.505","10323.847"],["28260.218","10328.376"],["28175.797","10391.561"],["28238.522","10281.950"],["28259.156","10390.525"],["28249.966","10396.798"],["28181.863","10378.569"],["28319.666","10249.305"],["28286.388","10264.987"],["28171.043","10293.341"],["28316.945","10321.508"],["28204.525","10425.270"],["28350.343","10375.050"],["28346.838","10369.641"],["28189.420","10372.780"],["28280.315","10378.990"],["28217.033","10407.612"],["28283.727","10267.895"],["28149.823","10419.068"],["28255.135","10402.999"],["28171.196","10302.934"],["28275.735","10248.062"],["28277.764","10272.116"],["28183.492","10370.474"],["28171.068","10324.565"],["28148.663","10291.407"],["28259.139","10388.915"],["28310.899","10246.949"],["28189.596","10329.661"],["28188.313","10332.865"],["28284.287","10242.196"],["28242.965","10274.032"],["28161.877","10287.932"],["28207.503","10421.875"],["28168.361","10401.549"],["28286.778","10228.887"],["28213.063","10395.599"],["28187.753","10361.618"],["28211.831","10397.510"],["28260.561","10395.770"],["28323.230","10243.462"],["28323.446","10248.220"],["28323.958","10263.775"],["28191.502","10331.526"],["28167.380","10298.732"],["28327.795","10302.988"],["28198.659","10335.385"],["28338.537","10370.439"],["28316.453","10377.936"],["28337.210","10349.377"],["30454.340","10054.124"],["22633.762","14491.949"],["22545.230","14608.339"],["22551.553","14548.809"],["22580.789","14505.288"],["21306.730","15036.926"],["21364.794","15051.718"],["27919.907","11839.330"],["27922.173","11853.985"],["27920.946","11822.280"],["27930.230","11846.089"],["27929.164","11837.013"],["30419.340","9985.188"],["30392.609","9898.098"],["30431.883","10000.514"],["30400.288","9899.054"],["30400.236","9890.180"],["30445.921","9992.614"],["23364.360","16196.098"],["23392.844","16174.629"],["20100.441","16282.180"],["21129.748","15063.938"],["21692.442","14339.161"],["21727.325","14410.353"],["21745.529","14342.761"],["20168.195","15695.800"],["20198.851","15508.573"],["20205.904","15547.256"],["20820.572","14855.293"],["20813.807","14834.074"],["23139.461","16085.578"],["23206.911","16055.154"],["25380.745","17037.547"],["25389.398","17097.000"],["25357.380","17091.795"],["30901.918","10092.306"],["29021.112","10650.327"],["29024.585","10671.755"],["29019.529","10698.389"],["29049.776","10783.572"],["29036.906","10762.701"],["29010.491","10671.594"],["29032.891","10652.207"],["29023.614","10682.730"],["29007.940","10655.662"],["29046.024","10774.318"],["29014.285","10677.923"],["29024.757","10666.861"],["29026.495","10772.687"],["27755.816","11149.883"],["27875.051","11215.466"],["27891.042","11206.111"],["27802.749","11145.987"],["27804.470","11151.043"],["27791.556","11150.560"],["27749.355","11119.617"],["27788.627","11152.527"],["27751.083","11114.845"],["27752.093","11170.532"],["27735.442","11163.574"],["27790.325","11216.112"],["27907.498","11087.573"],["27932.250","11173.820"],["27845.057","11099.340"],["27785.235","11265.172"],["27885.606","11209.552"],["27909.942","11228.191"],["27899.594","11133.987"],["27765.460","11138.219"],["27735.184","11223.355"],["27886.846","11211.854"],["27887.494","11206.320"],["27891.442","11213.907"],["27775.169","11260.763"],["27901.278","11150.111"],["27869.534","11092.183"],["27771.708","11117.105"],["27769.674","11108.627"],["27901.575","11083.867"],["27888.066","11274.634"],["27875.556","11235.533"],["27755.780","11137.365"],["27801.817","11227.422"],["27891.725","11268.226"],["27731.840","11243.305"],["19206.702","15334.480"],["31392.179","9337.481"],["31418.988","9315.876"],["31416.898","9304.549"],["27867.545","17549.654"],["27871.230","17510.463"],["21336.914","15161.968"],["21338.545","15158.039"],["20555.540","14663.817"],["20544.670","14700.150"],["20499.049","14666.418"],["28498.239","10622.033"],["28424.029","10541.345"],["28490.408","10632.196"],["28408.955","10584.206"],["28535.450","10489.334"],["28378.814","10504.950"],["28557.104","10512.329"],["28444.273","10602.836"],["28459.836","10600.736"],["28563.010","10507.405"],["28488.544","10510.269"],["28493.172","10482.334"],["28401.036","10565.160"],["28535.972","10611.205"],["28447.466","10604.049"],["28491.111","10633.553"],["28366.122","10505.376"],["28456.886","10602.177"],["28420.414","10559.617"],["28415.748","10561.745"],["28375.381","10506.763"],["28545.613","10501.948"],["28371.447","10501.799"],["28549.462","10547.139"],["28441.702","10612.250"],["28512.448","10518.594"],["28493.930","10640.989"],["28376.654","10514.135"],["28512.045","10636.901"],["28450.841","10610.274"],["28458.767","10614.664"],["28372.362","10500.848"],["30561.830","9521.291"],["30580.099","9532.371"],["30512.817","9483.447"],["30643.382","9421.539"],["30477.081","9539.899"],["30596.604","9525.229"],["30623.479","9402.104"],["30636.330","9570.597"],["30598.355","9432.187"],["30659.225","9429.709"],["30567.889","9406.664"],["28310.524","17153.234"],["28291.539","17116.223"],["28272.259","17104.318"],["28306.625","17222.836"],["28256.278","17141.176"],["20937.879","16040.185"],["20956.634","16073.485"],["20938.613","16051.370"],["20953.138","16069.703"],["20951.174","16067.797"],["20960.516","16065.347"],["20928.831","16052.916"],["27425.126","12214.866"],["27501.646","12217.534"],["27427.148","12159.568"],["27449.694","12177.874"],["25078.314","16868.864"],["25050.324","16947.940"],["25130.885","16924.661"],["25128.958","16864.557"],["25131.103","16866.167"],["27683.625","11947.261"],["27569.683","12041.255"],["27555.006","11941.080"],["27680.278","11968.550"],["27686.721","11954.044"],["27553.542","12057.111"],["27721.238","12006.147"],["27580.241","11963.611"],["27634.987","12093.175"],["27715.991","12001.832"],["27709.071","11950.414"],["27563.454","12071.717"],["27589.853","11993.034"],["24948.013","16662.040"],["24946.800","16710.623"],["24872.643","16591.532"],["18603.524","15554.799"],["27829.884","11786.721"],["27870.613","11848.478"],["27860.804","11849.015"],["27828.679","11769.968"],["27774.641","11883.470"],["27804.775","11776.807"],["27775.915","11883.514"],["27734.975","11885.403"],["27739.696","11887.482"],["27790.176","11881.521"],["27775.645","11870.934"],["27744.280","11882.250"],["27748.919","11791.329"],["27732.848","11882.492"],["27855.647","11861.665"],["27871.279","11856.655"],["27807.043","11798.195"],["27861.931","11852.380"],["27866.916","11861.300"],["27800.575","11770.576"],["27802.146","11838.209"],["27739.427","11875.042"],["27842.493","11776.252"],["27736.772","11861.607"],["27855.409","11869.827"],["27829.764","11776.100"],["27834.335","11760.555"],["27804.231","11773.505"],["27774.733","11888.565"],["27790.728","11880.370"],["27777.613","11877.196"],["27803.151","11761.630"],["27796.008","11767.902"],["27739.390","11802.158"],["27747.014","11879.402"],["27863.152","11751.840"],["30841.083","9473.098"],["30808.672","9484.959"],["30723.014","9439.789"],["30757.502","9446.242"],["30733.008","9481.406"],["30757.498","9423.730"],["30833.104","9461.407"],["30701.963","9490.170"],["30753.215","9447.891"],["30722.806","9506.412"],["30834.944","9463.554"],["30717.017","9435.287"],["30719.788","9446.078"],["30812.926","9494.002"],["30806.238","9574.510"],["30687.301","9574.560"],["22991.463","15573.444"],["22993.157","15578.305"],["22981.477","15585.708"],["31588.378","9700.065"],["31688.355","9656.291"],["31632.118","9594.649"],["31620.629","9744.800"],["31703.261","9640.928"],["31696.817","9670.022"],["30541.326","10134.939"],["30601.326","10094.612"],["30631.945","10050.135"],["30586.194","10116.694"],["30518.248","10107.285"],["30555.660","10186.559"],["30641.935","10061.598"],["30565.284","10122.263"],["30490.997","10122.409"],["30500.160","10190.829"],["20046.025","14230.000"],["20049.242","14215.985"],["20007.419","14202.044"],["20140.193","14181.130"],["27189.929","16775.913"],["27299.131","16807.130"],["27244.765","16899.588"],["27225.589","16881.792"],["27229.413","16894.645"],["27187.186","16827.581"],["20617.714","16906.024"],["22790.715","16349.338"],["27452.562","12111.432"],["27453.226","12115.438"],["20355.404","16461.498"],["28801.435","11190.514"],["23951.952","16511.016"],["23938.631","16400.543"],["27709.411","12159.440"],["27518.383","12193.279"],["27719.515","12152.538"],["19112.468","15151.611"],["28217.212","11702.577"],["28304.915","11740.201"],["28347.925","11702.303"],["28315.981","11705.650"],["28320.370","11740.275"],["28310.651","11729.701"],["28318.187","11799.459"],["28324.541","11797.855"],["28328.139","11801.102"],["28313.586","11746.979"],["28315.177","11755.412"],["28335.339","11732.423"],["28334.253","11742.427"],["28314.153","11792.251"],["28321.496","11779.595"],["28216.220","11713.514"],["28324.398","11797.366"],["28307.180","11784.667"],["28315.566","11747.435"],["28320.357","11778.598"],["28334.431","11741.190"],["28308.598","11729.178"],["28325.702","11727.246"],["28327.516","11811.732"],["27256.181","11735.578"],["27285.839","11711.372"],["27247.590","11798.246"],["27298.319","11742.886"],["27238.316","11756.144"],["27241.173","11745.681"],["27289.252","11728.095"],["27222.412","11711.486"],["27283.510","11709.467"],["27281.647","11713.187"],["27272.314","11735.117"],["27267.193","11743.267"],["27232.139","11751.245"],["27255.156","11736.892"],["27248.908","11713.017"],["27258.230","11713.454"],["27243.745","11763.325"],["27238.851","11760.057"],["27264.047","11711.800"],["27269.364","11717.968"],["27243.533","11825.915"],["27248.068","11827.125"],["27259.575","11851.543"],["27257.204","11879.672"],["27272.722","11866.662"],["27227.106","11796.299"],["27224.076","11791.921"],["27276.417","11826.980"],["27278.053","11833.512"],["27264.252","11750.282"],["27282.387","11747.713"],["27296.451","11751.709"],["27294.950","11750.060"],["27268.801","11777.560"],["27267.747","11779.319"],["27261.009","11792.409"],["27287.465","11904.379"],["27287.917","11894.878"],["27302.252","11892.779"],["27297.498","11900.210"],["27301.105","11900.926"],["27240.923","11701.961"],["27241.681","11756.433"],["27236.087","11771.602"],["27250.171","11713.037"],["27268.406","11710.443"],["27271.487","11704.930"],["27249.385","11720.468"],["27233.714","11832.476"],["27239.877","11830.136"],["27247.502","11845.432"],["27270.538","11878.837"],["27263.087","11868.725"],["27289.556","11831.061"],["27227.493","11743.569"],["27230.042","11812.230"],["27224.452","11795.191"],["27287.115","11836.273"],["27243.395","11742.749"],["27274.134","11754.701"],["27271.763","11753.981"],["27239.272","11794.152"],["27231.916","11751.406"],["27291.197","11759.298"],["27291.508","11759.003"],["27266.958","11780.285"],["27265.306","11794.270"],["27275.792","11893.866"],["27281.540","11747.982"],["27281.518","11744.849"],["27301.472","11884.792"],["27296.403","11900.482"],["27299.510","11899.678"],["27255.503","11725.199"],["27277.164","11706.748"],["27253.309","11824.002"],["27260.306","11795.332"],["27229.228","11795.348"],["27224.221","11728.654"],["27293.284","11727.072"],["27220.400","11765.382"],["27224.050","11761.348"],["27241.603","11711.134"],["27279.803","11837.851"],["27274.893","11868.309"],["27266.761","11774.977"],["27296.451","11900.503"],["27255.184","11713.114"],["27241.505","11763.231"],["27241.900","11764.822"],["27265.764","11717.334"],["27274.382","11710.739"],["27248.443","11832.800"],["27252.462","11847.656"],["27255.604","11855.042"],["27263.724","11726.952"],["27276.817","11829.671"],["27260.508","11866.974"],["27270.374","11749.834"],["27260.822","11752.703"],["27261.147","11750.046"],["27291.438","11758.916"],["27233.340","11751.584"],["27270.274","11776.582"],["27283.029","11707.133"],["27276.878","11748.863"],["27302.511","11707.080"],["27294.521","11903.323"],["27262.000","11724.124"],["28697.165","11854.956"],["31152.138","9548.680"],["31117.492","9401.269"],["31157.477","9467.229"],["31137.076","9472.768"],["31095.045","9386.536"],["31171.174","9577.661"],["20822.259","16155.022"],["20817.856","16153.864"],["27794.124","9167.300"],["27819.186","9180.553"],["22750.815","15350.194"],["22749.292","15433.252"],["22739.781","15434.076"],["22878.760","15444.323"],["22744.519","15408.305"],["22709.835","15428.575"],["29298.820","11938.115"],["29272.465","11916.344"],["29276.859","11929.912"],["28296.171","11747.557"],["28255.918","11763.847"],["28263.792","11736.579"],["28249.232","11727.456"],["28210.873","11756.035"],["28225.775","11752.493"],["28168.477","11742.572"],["28308.905","11897.447"],["28305.967","11905.765"],["28309.009","11898.433"],["28248.046","11797.214"],["28194.238","11906.284"],["28226.504","11897.508"],["28247.918","11727.576"],["28297.854","11747.605"],["28209.670","11759.067"],["28250.148","11796.576"],["28232.859","11886.950"],["28166.299","11765.184"],["28243.186","11724.478"],["28151.646","11874.597"],["28260.102","11766.924"],["28206.943","11743.850"],["28170.324","11759.861"],["28149.975","11867.000"],["28221.889","11895.805"],["28252.205","11738.251"],["28259.409","11735.711"],["28264.345","11798.801"],["28254.824","11742.977"],["28204.736","11748.525"],["28216.754","11755.170"],["28300.435","11750.376"],["28276.438","11749.932"],["28381.737","10719.346"],["28395.206","10722.217"],["28446.479","10728.366"],["28497.732","10704.553"],["28558.614","10721.645"],["28547.972","10713.075"],["28488.978","10706.372"],["28489.182","10706.517"],["28510.866","10659.054"],["28520.621","10657.958"],["28551.509","10714.533"],["28553.845","10712.195"],["28402.560","10677.665"],["28538.696","10705.975"],["28522.670","10675.824"],["28514.870","10654.885"],["28524.615","10712.996"],["28391.034","10652.924"],["28439.690","10714.898"],["28500.313","10697.271"],["28523.828","10671.227"],["28375.407","10716.769"],["28466.700","10718.658"],["28431.635","10744.025"],["28433.442","10733.186"],["28404.878","10715.163"],["28509.811","10660.659"],["19080.487","14917.762"],["19014.783","14934.900"],["19085.239","14918.312"],["19843.103","14315.061"],["20407.310","16397.432"],["20468.617","16358.180"],["20390.787","16481.241"],["20379.672","16462.218"],["20455.070","16357.621"],["20451.520","16359.712"],["18742.141","15170.399"],["29037.453","10851.235"],["29032.451","10844.477"],["28609.077","12029.396"],["28596.719","12030.483"],["28626.630","12031.213"],["28606.106","11957.321"],["28625.522","12082.374"],["28737.841","12123.369"],["19376.871","14906.596"],["19389.073","15066.893"],["19309.494","15013.759"],["27985.359","17097.380"],["28004.184","17115.690"],["27978.969","17139.774"],["27694.255","11668.719"],["27630.624","11677.596"],["27617.670","11693.542"],["27635.285","11658.563"],["27630.644","11669.684"],["27621.578","11700.663"],["27654.736","11662.319"],["27649.839","11680.297"],["27643.739","11668.885"],["27631.903","11674.284"],["27695.723","11680.920"],["27631.516","11683.416"],["27629.736","11670.399"],["27692.358","11676.278"],["27597.330","12468.179"],["27634.129","12524.716"],["27604.348","12458.410"],["27594.548","12510.844"],["27394.837","11936.944"],["27389.306","11919.466"],["27388.389","11917.821"],["27311.364","11917.639"],["27429.716","12026.694"],["27460.173","11933.337"],["27389.349","11922.609"],["27391.911","11941.187"],["27393.859","11929.015"],["27427.954","12031.479"],["27465.652","11938.701"],["27410.275","11918.903"],["27402.528","11921.164"],["27417.057","12025.547"],["27305.059","11918.846"],["27391.794","11931.010"],["27395.676","11937.720"],["27412.357","11915.022"],["27443.667","11939.147"],["27326.166","11980.990"],["19226.968","15755.122"],["19273.378","15745.485"],["28362.649","10235.751"],["28390.816","10369.545"],["28374.374","10331.837"],["28376.310","10333.869"],["28502.140","10320.283"],["28376.228","10371.515"],["28397.934","10382.277"],["28390.033","10231.913"],["28363.797","10305.269"],["28364.087","10301.203"],["28483.663","10321.010"],["28483.297","10303.627"],["28400.732","10224.435"],["28396.592","10222.755"],["28471.133","10348.484"],["28425.492","10360.264"],["28364.622","10333.690"],["28360.242","10238.308"],["28391.625","10380.543"],["28403.884","10374.356"],["28513.112","10410.649"],["21572.293","14575.215"],["20716.754","14786.203"],["20669.629","14760.189"],["20766.641","14816.987"],["20658.322","14710.532"],["20624.671","14714.763"],["20404.468","16052.127"],["27670.875","10708.247"],["27688.723","10713.182"],["27677.472","10662.082"],["27697.956","10783.523"],["27637.956","10794.986"],["27674.003","10655.363"],["27706.923","10782.140"],["27711.272","10649.792"],["27713.935","10681.842"],["27705.880","10775.993"],["27603.448","10817.081"],["27706.674","10656.560"],["27699.767","10788.101"],["27704.698","10784.661"],["27670.654","10651.196"],["27646.724","10820.337"],["27647.745","10815.140"],["27706.897","10763.039"],["27669.323","10710.271"],["27648.310","10781.852"],["27578.744","10811.025"],["27667.873","10809.698"],["27700.212","10793.346"],["27602.260","10804.254"],["27710.912","10782.572"],["27706.937","10680.987"],["27683.674","10802.603"],["27710.718","10780.089"],["27707.614","10776.003"],["27641.751","10809.679"],["27692.313","10666.094"],["27671.567","10660.832"],["27587.021","10805.442"],["27712.263","10656.478"],["27889.474","12384.419"],["27765.911","12470.164"],["27842.477","12423.864"],["27745.483","12422.779"],["27893.738","12392.962"],["27868.485","12380.184"],["27869.771","12368.523"],["30785.972","9354.170"],["30863.292","9298.847"],["30861.042","9275.026"],["30829.155","9270.873"],["30787.784","9324.908"],["30854.069","9293.055"],["27576.585","9866.310"],["28405.515","10136.180"],["28443.351","10157.313"],["28399.198","10131.370"],["28380.294","10012.972"],["28434.582","10148.425"],["31587.216","9981.494"],["31581.371","9981.757"],["31614.562","9973.506"],["18515.750","14899.205"],["28177.416","11049.329"],["28277.215","10994.158"],["31094.036","9658.027"],["31095.816","9728.601"],["31109.762","9728.087"],["31116.750","9727.491"],["22013.922","14241.210"],["22017.352","14244.979"],["19318.215","14885.954"],["27612.293","10478.384"],["27698.654","10563.467"],["27684.779","10513.921"],["27703.700","10534.717"],["27693.373","10493.770"],["27670.852","10555.349"],["27646.959","10484.282"],["27691.265","10455.547"],["27638.827","10461.091"],["27605.413","10515.894"],["27701.024","10554.125"],["27627.052","10454.914"],["27697.246","10451.514"],["27673.092","10554.916"],["27691.958","10542.024"],["27680.486","10526.203"],["27690.119","10464.921"],["27698.948","10443.826"],["27671.505","10528.259"],["27640.763","10445.707"],["27619.584","10471.997"],["27692.863","10447.320"],["27692.946","10518.540"],["24995.185","9835.015"],["25016.073","9802.168"],["25013.592","9832.188"],["25002.668","9805.008"],["25003.827","9816.996"],["25010.562","9835.560"]] \ No newline at end of file diff --git a/src/gathering/10141.json b/src/gathering/10141.json new file mode 100644 index 0000000..343810c --- /dev/null +++ b/src/gathering/10141.json @@ -0,0 +1 @@ +[["25342.018","17480.161"],["19549.157","15774.648"],["19586.779","15799.849"],["19563.263","15746.969"],["19611.519","15811.149"],["25333.897","8085.940"],["20447.523","10860.287"],["20468.657","10899.029"],["20425.197","10883.862"],["20439.486","10965.782"],["20438.543","10870.603"],["20431.802","10857.783"],["20521.666","10861.123"],["20433.964","10929.474"],["20375.869","10923.519"],["19563.164","10662.368"],["19589.740","10729.848"],["19556.550","10751.110"],["19586.490","10697.775"],["19609.659","10831.630"],["19575.627","10766.578"],["19558.635","10665.790"],["19562.417","10697.974"],["19578.894","10767.379"],["21794.621","9356.978"],["21792.738","9332.004"],["21773.192","9360.225"],["21051.717","15657.923"],["21096.901","15602.199"],["21041.897","15677.848"],["21188.663","15558.646"],["21126.137","15676.395"],["21041.381","15682.211"],["21090.829","15687.549"],["20357.929","14584.560"],["20359.397","14579.123"],["20092.570","12296.330"],["19966.856","12264.564"],["20138.632","12220.862"],["20141.215","12234.097"],["19968.855","12330.473"],["20091.426","12313.274"],["20067.810","12305.085"],["19953.531","12276.481"],["20051.618","10917.288"],["19987.631","11005.069"],["20122.665","10904.216"],["19961.260","11030.501"],["20096.299","11001.941"],["20105.985","10912.555"],["20053.944","10916.884"],["20023.544","10959.988"],["19996.456","10980.362"],["20117.561","10952.505"],["19921.378","13490.820"],["19820.985","13490.996"],["19766.466","13560.151"],["19838.675","13464.148"],["19911.290","13569.257"],["19726.459","13554.867"],["19919.203","13507.647"],["22444.819","14561.465"],["22455.248","14590.587"],["22424.414","14468.967"],["22417.454","14614.625"],["23907.218","16618.163"],["23905.352","16646.287"],["23912.510","16620.332"],["19547.043","10622.904"],["21904.114","9366.921"],["22007.621","9372.826"],["21921.521","9330.902"],["21979.586","9360.583"],["21941.652","9328.875"],["20254.048","15195.317"],["20146.824","15084.724"],["18675.383","11935.164"],["18714.153","11922.271"],["21476.723","14407.855"],["21534.494","14419.009"],["19519.865","15565.622"],["19577.567","15708.655"],["19546.641","15665.135"],["19537.635","15689.922"],["19516.532","15683.241"],["19551.756","11014.735"],["19724.398","11037.192"],["19532.597","11055.308"],["19516.231","11010.030"],["19672.778","11043.946"],["21316.398","12819.963"],["21370.045","12791.956"],["21369.829","12785.680"],["20366.602","14369.991"],["20445.140","14331.487"],["20557.674","14429.936"],["20545.114","14394.094"],["20489.237","14435.168"],["20500.232","14447.570"],["20431.579","14348.776"],["19325.204","15698.402"],["19362.361","15667.010"],["17816.127","13787.479"],["17809.248","13782.562"],["17813.423","13805.088"],["20862.213","10824.196"],["20826.310","10813.058"],["19949.528","12540.992"],["22526.851","10516.582"],["22509.371","10577.293"],["22571.959","10519.305"],["22481.542","10567.746"],["22473.394","10617.016"],["22615.255","10518.746"],["26867.402","16337.767"],["26866.794","16334.721"],["26732.444","16281.648"],["26812.589","16293.006"],["26852.940","16306.996"],["26827.282","16313.320"],["26822.563","16325.880"],["26735.176","16275.224"],["26697.721","16233.744"],["26879.618","16327.896"],["26873.287","16297.879"],["26868.899","16338.329"],["26813.527","16298.872"],["26835.504","16266.835"],["26827.047","16320.554"],["19639.181","12411.358"],["19535.602","12351.175"],["20976.105","9972.625"],["20575.049","11833.231"],["23072.351","9829.165"],["22999.935","9965.058"],["23037.414","9838.182"],["23007.300","9943.195"],["23033.738","9916.353"],["23025.479","9964.635"],["23061.314","9874.835"],["19140.074","11100.388"],["19137.978","11098.153"],["19154.024","11092.013"],["21935.047","10878.234"],["21849.409","11004.389"],["21856.873","10998.488"],["21872.355","10977.574"],["21918.996","10942.141"],["20892.307","12534.460"],["20851.385","12481.956"],["20875.969","12438.722"],["20804.590","12407.073"],["20918.460","12446.636"],["20873.476","12365.759"],["20831.185","12479.430"],["22294.315","8576.112"],["22352.860","8582.345"],["22335.333","8621.267"],["22018.619","14153.840"],["21900.876","14159.032"],["21905.009","14152.295"],["21843.694","14145.851"],["19003.548","12670.825"],["18966.830","12636.526"],["19054.372","12670.041"],["19023.673","12627.650"],["18974.743","12576.514"],["18986.902","12663.287"],["18977.660","12608.680"],["19041.458","12695.315"],["20695.335","11575.536"],["20651.842","11612.495"],["20748.337","11667.168"],["25623.669","17324.758"],["25623.548","17253.702"],["25741.695","17227.602"],["21551.644","16514.519"],["21539.870","16543.939"],["21476.619","16417.031"],["21450.638","16412.295"],["21539.390","16554.547"],["21457.502","16416.603"],["24311.034","8205.578"],["18938.287","14100.207"],["18903.078","14164.572"],["18893.061","14037.135"],["19056.107","14189.771"],["18992.938","14188.530"],["18896.438","14140.502"],["18920.409","14166.942"],["18887.430","14105.733"],["18919.537","14206.486"],["21949.264","14706.826"],["21985.535","14817.569"],["22013.990","14727.018"],["22034.453","14809.161"],["22004.719","14841.892"],["22931.637","16531.789"],["22938.207","16467.134"],["22936.521","16517.635"],["19852.527","12146.053"],["19790.533","12190.005"],["19730.742","12292.749"],["20725.058","12747.678"],["20231.431","16305.465"],["20160.821","16291.843"],["20088.775","14403.524"],["20058.530","14247.419"],["20083.264","14384.198"],["21357.093","14512.330"],["21263.625","14463.802"],["21279.978","14463.966"],["21293.224","14522.228"],["20438.215","12429.988"],["20394.782","12338.329"],["20168.357","15401.744"],["20172.569","15491.278"],["18638.439","12022.342"],["18521.009","12006.257"],["18630.428","12017.921"],["18487.856","11985.042"],["18643.371","12034.254"],["18607.506","12037.036"],["18469.790","11966.258"],["26255.448","16332.241"],["26369.905","16288.864"],["18518.567","13284.367"],["18507.699","13280.853"],["18557.506","13310.048"],["19613.735","12954.194"],["20348.573","10900.049"],["20207.427","10971.427"],["20164.433","11024.312"],["20239.456","10966.004"],["20222.599","10972.535"],["20314.130","10948.829"],["20209.708","10969.094"],["18400.496","13700.889"],["18306.937","13725.021"],["18394.080","13689.830"],["18460.937","13759.626"],["18399.340","13659.140"],["18346.560","13762.828"],["18388.020","13748.729"],["18377.500","13688.747"],["18436.696","13695.389"],["18330.013","13773.157"],["18459.307","13728.822"],["25790.176","17144.716"],["25725.514","17072.610"],["25694.110","16993.651"],["25736.245","17041.011"],["24804.464","8266.931"],["24876.349","8204.165"],["24793.477","8297.634"],["24829.444","8203.731"],["24827.389","8203.953"],["18619.785","13055.451"],["18609.688","13046.916"],["18663.777","13071.235"],["24481.042","8015.727"],["18723.048","15321.468"],["20885.956","15554.702"],["20955.647","12936.636"],["20829.748","12866.793"],["20818.008","12863.482"],["20926.549","12930.380"],["20949.074","12928.740"],["20866.548","12842.831"],["20983.127","12914.362"],["20987.414","12884.091"],["19431.461","11763.780"],["19433.129","11704.569"],["19390.426","11742.535"],["19304.315","11803.904"],["19478.472","11796.802"],["19386.143","11783.000"],["19433.047","11773.741"],["19608.580","13817.202"],["19723.146","13878.647"],["19688.660","13833.711"],["22253.911","8706.137"],["21005.945","11689.853"],["20974.523","11694.618"],["18313.138","14584.954"],["18375.764","14590.351"],["18264.355","14615.776"],["18316.929","14579.032"],["18362.278","14555.196"],["18277.257","14588.446"],["25021.367","16702.467"],["20186.165","14814.051"],["26127.962","8733.519"],["26213.730","8710.325"],["26220.028","8717.405"],["20274.688","14520.256"],["19138.953","11428.329"],["19212.101","11380.030"],["19191.487","11436.540"],["19147.239","11422.624"],["19833.205","13872.196"],["19914.674","13999.741"],["19815.603","13849.624"],["19889.607","13958.739"],["24452.146","8743.419"],["21243.675","13453.349"],["20346.614","16017.672"],["20229.113","16140.511"],["21618.204","15622.686"],["21529.493","15694.750"],["21597.796","15604.232"],["21537.399","15513.629"],["21543.592","15530.213"],["21579.291","15695.280"],["21529.582","15538.906"],["24220.504","16643.695"],["24326.180","16653.646"],["24191.479","16655.066"],["24161.375","16665.017"],["24324.472","16653.556"],["24274.353","16639.636"],["23788.007","8436.620"],["23840.557","8410.951"],["23791.997","8393.896"],["23900.646","8411.929"],["23829.227","8462.782"],["23802.021","8410.384"],["21864.206","8906.801"],["21898.026","8811.373"],["21915.590","8857.412"],["21955.514","8794.903"],["21969.898","8771.866"],["21868.410","8836.981"],["21880.942","8897.979"],["21904.991","8859.507"],["21874.535","8781.235"],["21960.549","8817.832"],["21864.108","8908.887"],["19538.166","14863.965"],["19608.137","14699.471"],["19591.764","14686.141"],["19614.877","14684.335"],["21754.975","10956.693"],["21810.089","10880.776"],["21749.313","10898.290"],["21799.305","11028.842"],["21694.771","10913.669"],["22503.655","16120.973"],["25197.237","16776.345"],["25137.035","16778.893"],["25117.164","16827.915"],["21662.547","9431.401"],["21666.823","9404.075"],["21770.830","9429.600"],["21689.208","9407.241"],["21694.017","9281.120"],["19066.696","15314.305"],["19068.965","15335.242"],["19071.706","15340.382"],["25871.414","15896.396"],["25877.308","15909.572"],["25914.298","15803.933"],["25894.276","15809.230"],["25901.105","15818.488"],["25881.596","15910.040"],["25877.757","15899.551"],["25913.165","15794.355"],["25907.874","15809.501"],["25895.074","15824.305"],["19439.220","14523.875"],["25358.664","16868.086"],["23059.276","8324.477"],["18035.994","13513.080"],["17883.486","13556.927"],["17976.368","13448.225"],["17980.197","13479.387"],["17885.880","13558.072"],["18039.497","13540.011"],["18027.589","13542.312"],["17843.402","13501.120"],["17903.259","13471.665"],["17887.421","13560.768"],["26532.860","16866.831"],["26574.322","16850.358"],["26539.973","16870.486"],["20327.247","16298.673"],["20243.615","16293.131"],["20269.533","16172.513"],["20241.173","16145.089"],["20354.175","16259.609"],["19518.887","13212.120"],["19632.433","13256.109"],["19556.787","13217.704"],["19668.146","13234.290"],["19560.982","13260.701"],["19041.517","11309.036"],["19022.581","11359.634"],["19023.751","11423.668"],["19049.447","11326.090"],["19046.653","11392.054"],["19826.962","10964.601"],["19749.479","11015.153"],["19856.319","10958.345"],["19820.470","10947.820"],["19918.759","11065.327"],["19734.852","11050.000"],["24764.712","8027.972"],["24774.954","8101.352"],["23367.831","8380.780"],["23362.955","8380.856"],["18703.610","12933.115"],["18847.029","12883.563"],["19977.284","11857.436"],["19971.502","11886.562"],["20025.350","11810.204"],["19954.959","11870.567"],["20019.335","11783.290"],["20677.149","10270.466"],["20712.479","10249.003"],["20749.104","10271.850"],["20777.109","10397.720"],["20662.579","10231.643"],["20758.954","10250.842"],["20731.541","10265.807"],["20712.349","10245.255"],["20724.878","10353.842"],["18178.451","13858.083"],["18123.999","13842.346"],["18160.685","13859.807"],["19929.699","15598.832"],["17762.229","13924.568"],["17687.540","13838.031"],["17766.962","13909.734"],["17682.872","13839.460"],["17746.083","13908.503"],["17668.610","13840.545"],["20697.221","12783.577"],["20673.388","12765.856"],["19261.170","11032.366"],["19296.420","11023.769"],["19244.121","11060.110"],["19620.661","11607.334"],["19523.817","11594.505"],["19591.113","11528.206"],["19626.039","11599.771"],["19590.637","11626.480"],["19642.926","11494.315"],["19564.870","11604.764"],["19434.609","15450.485"],["19365.063","15478.835"],["19328.576","15423.152"],["19373.638","15412.816"],["19331.690","15425.898"],["21000.272","11714.154"],["21023.150","11741.310"],["21071.614","11860.846"],["18742.917","15631.908"],["18852.179","15670.278"],["18848.132","15666.706"],["21283.603","15950.987"],["21249.141","15963.067"],["21257.310","16010.659"],["25307.948","16770.060"],["19400.053","14306.355"],["19400.330","14259.986"],["19487.899","14423.623"],["19320.552","14241.647"],["19373.022","14276.758"],["19447.202","14294.039"],["20685.085","13088.968"],["20723.190","13095.804"],["20621.703","10787.930"],["20654.876","10759.598"],["20600.374","10759.157"],["19495.723","11688.843"],["19512.013","11603.811"],["19451.152","11656.952"],["18717.937","15915.422"],["23674.061","16395.305"],["23681.395","16403.765"],["23709.582","16422.515"],["23681.110","16415.839"],["19466.239","12423.787"],["19511.408","12477.833"],["19472.023","12422.879"],["19432.803","12514.230"],["19477.355","12345.647"],["19482.876","12425.212"],["19470.802","12436.995"],["19431.256","12406.497"],["19437.510","12455.131"],["21705.979","16564.283"],["21688.081","16625.249"],["21707.229","16566.448"],["21695.455","16580.952"],["21681.406","16623.636"],["17813.530","13497.071"],["17830.103","13479.594"],["21128.278","16236.094"],["21049.081","16206.182"],["21117.560","16273.775"],["20993.709","16143.358"],["21012.487","16165.443"],["21118.568","16279.583"],["18120.067","14394.967"],["18071.742","14267.114"],["18124.566","14345.574"],["18160.439","14368.649"],["18197.157","14276.844"],["18150.178","14252.074"],["18126.421","14354.776"],["18177.213","14407.758"],["18061.469","14268.819"],["18145.172","14321.816"],["18196.934","14279.006"],["18108.544","14281.524"],["18077.344","14241.110"],["18370.987","13029.596"],["18405.863","13030.890"],["18357.159","12999.269"],["18369.100","13026.720"],["18357.546","12995.841"],["20231.646","15736.835"],["24629.336","16806.548"],["20089.807","15417.435"],["20064.640","15396.256"],["20117.323","15407.607"],["18512.489","14786.844"],["18599.523","14687.186"],["18659.426","14666.282"],["18660.133","14790.168"],["18476.591","14831.462"],["18551.368","14775.477"],["18471.910","14748.586"],["21032.918","12464.263"],["21152.831","12347.453"],["18902.824","14536.093"],["21886.501","8996.499"],["21871.221","9024.602"],["21885.480","9092.011"],["21841.693","9018.833"],["21831.146","8957.097"],["21881.555","9095.660"],["18897.177","14438.921"],["19002.098","14296.982"],["19025.586","14415.618"],["18997.761","14275.812"],["19130.687","14437.694"],["18996.377","14261.953"],["18036.887","13188.573"],["26628.360","16570.134"],["26487.840","16680.058"],["26635.597","16578.144"],["26519.732","16655.729"],["26497.633","16663.849"],["20937.539","15683.093"],["20930.489","15634.942"],["25973.456","16878.413"],["25965.894","16891.026"],["24108.426","8644.563"],["23969.686","8585.637"],["23999.889","8647.613"],["24103.342","8643.995"],["24119.255","8655.693"],["23990.151","8687.100"],["18950.890","11500.299"],["19035.576","11604.578"],["19041.168","11629.329"],["19036.855","11493.159"],["19034.363","11496.708"],["19036.902","11618.282"],["25491.051","16951.593"],["25592.205","16890.166"],["25444.144","16896.632"],["20518.195","16249.696"],["20454.410","16311.447"],["20364.932","16268.366"],["20516.771","16247.359"],["20366.685","16257.217"],["20417.724","16314.336"],["25619.179","17297.018"],["24409.206","7964.072"],["17772.222","14022.955"],["28062.019","10852.233"],["19398.716","12641.357"],["19379.415","12692.015"],["19453.146","12672.600"],["19387.702","12669.496"],["19410.544","12703.757"],["19349.479","12657.403"],["26655.922","8941.944"],["26632.653","8836.296"],["26603.165","8845.807"],["19506.354","14857.348"],["22644.327","14877.132"],["26926.784","16369.309"],["26946.307","16467.757"],["26885.114","16457.964"],["26998.541","16385.449"],["26912.821","16363.545"],["26911.758","16362.738"],["26891.961","16366.912"],["26913.594","16372.624"],["26902.226","16506.740"],["27009.164","16369.647"],["18336.743","14415.894"],["18263.858","14262.782"],["18425.798","14312.299"],["18386.730","14346.915"],["18339.695","14371.702"],["18379.200","14322.501"],["18421.134","14378.681"],["18396.414","14325.041"],["18425.212","14371.816"],["18322.391","14383.464"],["20310.629","9923.086"],["20266.012","9907.720"],["20261.049","9895.698"],["20332.119","9923.152"],["20288.722","9904.810"],["20220.957","9891.061"],["20232.051","9883.345"],["20341.273","9869.003"],["20299.828","9906.408"],["20354.392","9895.797"],["18492.761","13754.924"],["20291.755","11261.946"],["20286.076","11176.406"],["19645.811","13298.172"],["19669.722","13222.020"],["19719.713","13260.830"],["23008.121","10162.936"],["23176.954","9784.508"],["23195.713","9699.510"],["23108.299","9685.421"],["23120.849","9753.945"],["23134.557","9682.153"],["23156.403","9635.840"],["23165.246","9737.647"],["25480.419","17427.581"],["18409.696","12037.515"],["18328.260","12085.757"],["18361.997","12086.914"],["18342.110","12056.079"],["18259.179","12107.663"],["18387.424","12042.879"],["20592.521","14609.041"],["21035.119","16057.090"],["21086.229","16043.574"],["21149.217","16124.884"],["21038.647","16060.181"],["21085.891","16039.066"],["20990.522","15944.625"],["21038.007","16031.203"],["21089.387","16042.453"],["18985.892","15732.658"],["18897.835","15765.529"],["20130.600","15057.832"],["20072.876","14926.064"],["20121.913","15056.319"],["20035.721","14932.967"],["20118.218","15060.760"],["20075.982","15052.293"],["20145.388","14891.883"],["20134.953","15009.152"],["22824.140","7943.836"],["20127.251","15768.651"],["21097.468","14466.756"],["23372.563","8494.135"],["18693.118","14091.875"],["18871.891","14039.303"],["18810.687","14141.011"],["18713.972","14080.233"],["18795.792","14086.835"],["18862.706","14047.602"],["18879.264","14405.570"],["20149.285","14899.245"],["20147.249","14895.640"],["27954.377","11714.523"],["27955.830","11713.123"],["20794.774","11663.356"],["20834.517","11647.090"],["21553.964","15493.972"],["21544.621","15434.151"],["21514.489","15469.909"],["21575.261","15499.068"],["22669.449","14838.668"],["22596.153","14686.790"],["22605.592","14850.032"],["22562.756","14763.645"],["21247.267","15762.126"],["21245.360","15870.820"],["21252.147","15871.568"],["19840.319","13293.497"],["19742.846","13217.653"],["19728.958","13356.398"],["19920.290","13297.173"],["19820.916","13302.594"],["19023.370","11881.072"],["18920.384","11852.201"],["19048.996","11863.418"],["18884.215","11813.083"],["19064.509","11884.565"],["18401.604","14041.384"],["18403.575","14188.826"],["18436.340","14077.956"],["18262.795","14099.439"],["18403.991","14038.581"],["18311.218","14057.652"],["18426.959","14126.773"],["18340.572","14103.862"],["18348.441","14044.755"],["18418.107","14188.672"],["18435.410","14028.138"],["18438.506","14198.941"],["18413.658","14084.894"],["18288.833","14030.143"],["25497.495","17422.752"],["17968.802","14023.061"],["17950.637","14024.958"],["17948.354","14010.169"],["26689.151","16791.704"],["26699.068","16867.676"],["19964.574","13624.667"],["18186.294","14200.240"],["18150.847","14229.788"],["18203.187","14196.975"],["18240.160","14072.563"],["18180.077","14157.203"],["18203.055","14193.971"],["18142.380","14210.279"],["18214.010","14203.110"],["18181.369","14114.221"],["25424.170","16332.520"],["25571.910","16250.717"],["25573.176","16232.380"],["25416.008","16319.735"],["25441.331","16338.420"],["25435.343","16338.244"],["25441.722","16329.157"],["25432.020","16338.568"],["25432.434","16297.011"],["25437.623","16304.649"],["25423.817","16299.350"],["25576.256","16233.201"],["25559.564","16254.247"],["25436.675","16343.096"],["25417.606","16296.949"],["25554.439","16246.485"],["22034.322","9387.945"],["20800.997","10212.980"],["20799.317","10187.048"],["24381.231","16773.044"],["24404.006","16569.843"],["24544.313","16576.170"],["24528.169","16725.075"],["24475.303","16764.714"],["24548.728","16759.902"],["24480.082","16758.888"],["21451.752","9163.446"],["19333.141","15809.325"],["19305.199","15798.962"],["19349.063","15726.595"],["20113.839","14459.836"],["20075.431","14474.447"],["23124.474","10263.079"],["18698.990","14620.357"],["18779.593","14468.655"],["18806.190","14657.762"],["18822.576","14658.362"],["18743.054","14608.950"],["18869.848","14490.119"],["18683.559","14605.549"],["18794.192","14506.725"],["18814.670","14652.996"],["18867.243","14486.376"],["18879.417","14458.335"],["18696.333","14624.326"],["18766.242","14479.170"],["19571.095","15936.147"],["19574.205","15930.600"],["19772.889","14099.829"],["19874.610","14059.724"],["19896.245","14203.886"],["19919.107","14163.208"],["19847.606","14144.034"],["19746.952","14224.110"],["19797.921","14193.520"],["19763.318","14197.742"],["19921.428","14174.663"],["19858.425","14075.570"],["19801.154","14141.109"],["26319.267","9014.078"],["20195.916","10812.910"],["18100.302","13657.958"],["18206.695","13801.696"],["18154.024","13725.302"],["18223.034","13757.991"],["18137.643","13745.572"],["18098.759","13656.348"],["18179.303","13740.871"],["18142.855","13639.401"],["18202.004","13799.203"],["20151.595","15581.364"],["18485.169","12860.896"],["18631.412","12801.887"],["18627.692","12790.530"],["18481.112","12877.731"],["18475.929","12871.574"],["18612.993","12827.116"],["18631.046","15156.613"],["18634.101","15114.101"],["18629.855","15154.039"],["17892.072","12548.433"],["19629.501","14886.212"],["19652.501","14913.011"],["19666.061","14902.861"],["19670.322","14934.415"],["19612.229","14901.681"],["19672.275","14874.160"],["19658.753","14903.006"],["19607.308","14900.215"],["17710.164","13572.733"],["17704.300","13453.877"],["17703.620","13493.101"],["17728.937","13562.073"],["17656.717","13478.171"],["17718.400","13587.715"],["19796.194","12796.145"],["19778.846","12934.296"],["19799.030","12787.919"],["19837.448","12904.808"],["19737.360","12905.466"],["19792.686","12839.517"],["19719.354","13585.727"],["19553.610","13405.994"],["19671.384","13529.533"],["19664.686","13501.803"],["19516.429","13412.641"],["19653.726","13538.500"],["19662.391","13516.341"],["19566.955","13433.477"],["20173.813","11363.809"],["20151.570","11405.128"],["19729.104","13778.737"],["19727.167","13679.370"],["18335.560","12515.727"],["18371.577","12507.417"],["18374.982","12533.835"],["18381.827","12510.080"],["18360.942","12490.954"],["18349.514","12537.544"],["20483.652","10808.757"],["19912.336","12657.555"],["19839.546","12562.660"],["19893.140","12740.563"],["19883.440","12748.085"],["26662.321","16293.088"],["21868.362","14930.960"],["21870.423","14930.720"],["21867.110","14927.918"],["20735.524","10161.042"],["20602.944","10177.994"],["20592.837","10131.178"],["20591.440","10050.538"],["20601.773","10011.910"],["20674.862","10093.242"],["20595.352","10128.754"],["20319.305","11967.113"],["18733.374","13073.927"],["18682.587","12985.898"],["18672.536","13103.568"],["18709.197","13095.023"],["18755.846","13157.825"],["18675.581","13139.123"],["18713.923","13070.230"],["19527.558","10862.851"],["19035.933","15207.039"],["19011.845","15169.396"],["18964.928","15267.242"],["18888.567","15132.680"],["18946.129","15233.561"],["18943.496","15230.812"],["18980.482","15175.903"],["19053.703","15253.124"],["19075.156","15277.820"],["19083.265","15205.079"],["18999.189","15160.478"],["18904.595","15131.873"],["22041.632","10772.454"],["22179.381","10821.033"],["19787.888","11944.176"],["19918.449","11932.325"],["19825.188","12093.943"],["19928.690","11924.993"],["19887.759","11991.256"],["19804.792","11957.978"],["19918.365","11929.607"],["19728.046","11952.351"],["17943.452","14375.658"],["17888.278","14294.706"],["17875.499","14287.910"],["17971.006","14344.783"],["17995.222","14345.031"],["17929.266","14288.024"],["17869.674","14274.771"],["17858.499","14312.088"],["17830.814","14262.030"],["18040.389","14335.102"],["17951.334","14300.051"],["17926.643","14364.026"],["17871.602","14262.430"],["17831.076","14269.309"],["24608.549","16451.055"],["24612.389","16438.234"],["24613.176","16455.180"],["18247.771","12572.780"],["18214.947","12550.185"],["20742.345","16287.118"],["20720.135","16274.508"],["20759.300","16202.344"],["27078.803","16300.294"],["26886.394","16334.341"],["27070.326","16318.496"],["27067.089","16328.625"],["27087.521","16301.389"],["26887.305","16337.164"],["26429.239","16570.367"],["26263.085","16772.612"],["26299.870","16641.063"],["26274.234","16748.081"],["26376.643","16588.506"],["26307.061","16643.936"],["26374.681","16595.599"],["26282.149","16617.535"],["26287.582","16623.264"],["26396.960","16769.171"],["26401.933","16772.093"],["26269.412","16781.254"],["26296.353","16758.338"],["26432.311","16567.084"],["26372.923","16586.907"],["26288.931","16621.852"],["26287.903","16637.663"],["26291.422","16629.376"],["26305.074","16643.078"],["26461.229","16680.036"],["26273.692","16776.747"],["26286.126","16635.554"],["21844.253","9264.877"],["19095.573","13206.589"],["19093.843","13288.281"],["20447.133","14624.930"],["20497.026","14575.234"],["20461.630","14547.305"],["20516.227","14470.044"],["20444.324","14603.912"],["20477.679","14578.416"],["20451.108","14554.602"],["20461.847","14618.696"],["17785.944","14133.984"],["17756.018","14162.313"],["17777.350","14068.443"],["18334.702","13984.221"],["18269.107","14020.206"],["18379.794","13998.635"],["18423.669","13968.723"],["18400.053","14001.412"],["18348.797","13935.638"],["18337.726","13982.107"],["24030.356","16733.337"],["23979.838","16735.056"],["24012.453","16647.066"],["24093.502","16756.793"],["23974.324","16743.425"],["24001.394","16591.094"],["19515.061","14221.414"],["25426.120","16450.196"],["25423.021","16465.871"],["25435.116","16467.390"],["25438.239","16474.175"],["25426.658","16459.761"],["25433.604","16457.907"],["18464.388","13051.621"],["18463.017","13026.134"],["23208.127","8051.358"],["18495.806","14583.252"],["18524.137","14562.948"],["18468.941","14531.615"],["18565.930","14506.728"],["18561.618","14523.924"],["18610.331","14627.430"],["21014.408","15628.034"],["19451.161","10969.469"],["19511.949","10940.138"],["19448.362","10931.616"],["19483.228","10972.898"],["24068.520","16782.124"],["23943.859","16792.787"],["19806.130","15889.194"],["19824.464","15894.965"],["20372.155","14927.362"],["20971.300","15098.488"],["21197.166","12827.176"],["21188.935","12766.612"],["21198.261","12834.111"],["20914.123","10514.012"],["20911.498","10608.896"],["20896.966","10584.974"],["20955.636","10454.285"],["20923.742","10580.337"],["20686.496","12318.984"],["20732.785","12262.829"],["20760.613","12262.666"],["18768.834","14695.219"],["18817.574","14742.888"],["18777.462","14799.348"],["18699.532","14768.839"],["18333.043","12354.039"],["18300.826","12342.910"],["18320.595","12412.730"],["18263.366","12475.572"],["18316.918","12347.994"],["21691.187","15815.264"],["26031.461","16359.122"],["25990.787","16392.545"],["25910.210","16386.258"],["25889.129","16430.245"],["25983.604","16381.894"],["25973.162","16388.901"],["25908.791","16407.753"],["25893.423","16402.189"],["25895.051","16445.494"],["26031.790","16365.661"],["25989.224","16389.825"],["20365.022","14756.904"],["20504.673","14696.711"],["20360.185","14757.117"],["20877.394","13345.580"],["20938.405","13382.742"],["20936.164","13326.317"],["20220.193","11266.812"],["19493.856","15285.802"],["21519.689","15368.987"],["21535.706","15414.546"],["27999.436","11682.098"],["19316.028","14144.073"],["19495.620","14230.446"],["19322.319","14184.130"],["24321.670","8688.438"],["24228.502","8709.255"],["28079.221","10865.540"],["28077.068","10863.366"],["19684.190","14611.312"],["19688.607","14594.471"],["19693.855","14600.677"],["20696.751","11702.926"],["20406.329","11874.277"],["20557.862","11904.600"],["20010.776","16043.494"],["20017.687","16088.622"],["20058.191","15986.512"],["18149.805","13329.205"],["18110.814","13314.172"],["18130.063","13336.668"],["18050.375","13257.103"],["18088.334","13201.797"],["18120.266","13219.797"],["18160.674","13343.211"],["18017.182","14488.859"],["18026.082","14474.275"],["18030.197","14511.242"],["21667.571","8743.592"],["23217.980","8300.837"],["23286.623","8179.623"],["23214.949","8231.114"],["23194.479","8153.346"],["23270.042","8315.745"],["19971.131","13990.921"],["19960.770","13974.889"],["21681.588","11107.062"],["18607.670","15923.851"],["18613.505","15922.557"],["26169.422","16808.093"],["26238.561","16788.501"],["26139.420","16780.716"],["26122.035","16776.324"],["26206.527","16780.841"],["26242.057","16790.153"],["26191.635","16820.485"],["26201.111","16788.570"],["26047.360","16805.124"],["26180.548","16818.450"],["20658.465","13237.089"],["20358.874","14916.176"],["20431.031","14885.901"],["20543.077","14900.364"],["20391.646","14914.149"],["20385.745","14916.919"],["19057.208","11231.898"],["19072.190","11185.299"],["19038.920","11276.328"],["19044.322","11264.898"],["18527.203","14415.400"],["18477.014","14253.492"],["18522.568","14387.572"],["18494.646","14428.445"],["18511.030","14239.361"],["24585.332","8755.854"],["23777.036","16440.095"],["23809.753","16450.049"],["23846.759","16368.745"],["23804.369","16410.788"],["23932.048","16393.385"],["23891.571","16495.915"],["20135.111","12687.653"],["19970.109","12607.191"],["20071.426","12725.378"],["20127.996","12688.029"],["20002.444","12616.958"],["20025.605","12703.424"],["19977.855","12619.064"],["20050.173","12677.799"],["31071.223","9438.538"],["27123.267","16286.657"],["19126.808","11935.718"],["19260.122","11923.297"],["19186.511","11936.647"],["19123.432","12019.914"],["19489.249","15297.536"],["19483.514","15298.090"],["24977.155","8269.024"],["24820.778","8291.399"],["24915.661","8303.129"],["24973.771","8297.050"],["21420.865","9015.888"],["21490.450","9011.044"],["21535.220","8956.696"],["21409.265","9019.607"],["21546.333","8995.163"],["18207.672","13465.333"],["18145.782","13505.709"],["18195.551","13566.312"],["18125.908","13564.058"],["18153.583","13585.106"],["18194.743","13534.660"],["18113.786","13400.022"],["18233.417","13487.141"],["18132.338","13586.038"],["18152.842","13480.174"],["18239.618","13449.390"],["18169.959","13556.798"],["26159.103","16376.682"],["26158.992","16373.135"],["26165.051","16455.689"],["26156.148","16454.255"],["26145.888","16434.698"],["26167.170","16470.601"],["26152.953","16433.427"],["26158.911","16455.151"],["26159.760","16446.937"],["26148.141","16367.895"],["21946.040","8722.373"],["22001.053","8732.163"],["21185.646","15150.900"],["21082.430","15122.197"],["18536.535","14227.615"],["18545.199","14057.759"],["18546.458","14104.549"],["18499.033","14146.659"],["18562.807","14048.988"],["18486.598","14135.646"],["18544.585","14059.572"],["19747.344","14338.853"],["18259.616","12602.582"],["25009.251","8806.187"],["21344.962","13243.295"],["21328.605","13261.247"],["21356.510","13274.119"],["24359.863","8731.014"],["24522.593","8608.147"],["24508.879","8589.343"],["20010.808","15838.262"],["19988.144","15799.122"],["20004.016","15889.792"],["20014.004","15838.656"],["20086.704","15742.616"],["21862.717","9439.994"],["21874.055","9437.577"],["21843.957","9408.374"],["21865.195","9445.996"],["22390.842","16145.428"],["22388.751","16148.868"],["25267.944","16440.678"],["25244.924","16457.756"],["25232.856","16470.093"],["25242.038","16457.022"],["25241.380","16437.454"],["25250.617","16469.950"],["25261.496","16455.924"],["25277.914","16442.921"],["25248.848","16469.943"],["25271.615","16440.234"],["25254.122","16466.311"],["25256.723","16461.334"],["25233.641","16443.603"],["25267.667","16466.084"],["20340.806","14627.665"],["20228.361","14647.130"],["20265.153","14658.404"],["20266.176","14655.456"],["19190.385","15897.877"],["19103.309","15903.353"],["19163.285","15812.119"],["19188.715","15195.250"],["19145.794","15134.063"],["19257.963","15143.894"],["19144.665","15167.178"],["19266.089","15277.659"],["19255.371","15222.268"],["19177.450","15188.979"],["20995.391","10391.907"],["20147.199","10151.493"],["23111.597","10071.945"],["19865.530","12080.043"],["21024.841","12906.694"],["21029.137","12883.059"],["20997.675","12912.048"],["20995.017","12932.016"],["21047.633","12885.073"],["21067.898","12928.631"],["21083.013","12926.035"],["21062.260","12893.226"],["20607.504","14419.406"],["20572.098","14417.326"],["20590.129","14414.798"],["26453.172","16550.233"],["26454.848","16552.859"],["26457.320","16553.406"],["26409.237","16540.867"],["26456.398","16547.841"],["26371.080","16513.191"],["26428.061","16429.289"],["25932.803","16011.680"],["25949.291","16033.185"],["25940.871","16017.581"],["25943.626","16016.241"],["22183.912","16205.654"],["22210.585","16196.288"],["22131.890","16349.177"],["22213.875","16192.716"],["22154.969","16346.583"],["22151.313","16216.678"],["22153.136","16213.938"],["21906.666","16487.381"],["21934.719","16452.796"],["19091.440","13096.319"],["17913.371","14121.270"],["17842.468","14088.711"],["17960.642","14164.935"],["17869.381","14092.692"],["17965.567","14161.106"],["17976.271","14099.025"],["17856.871","14062.541"],["17868.589","14112.774"],["17958.812","14156.591"],["17999.630","14121.593"],["25613.073","15967.269"],["25615.905","15953.722"],["25613.543","15957.540"],["25620.529","15956.309"],["19692.599","14427.008"],["19689.399","14429.487"],["19606.689","14404.600"],["19690.783","14434.118"],["19630.691","14374.963"],["19601.480","14405.629"],["18581.803","12545.898"],["18540.815","12528.740"],["18551.181","12537.646"],["25216.992","8301.786"],["25203.162","8207.422"],["25349.110","8161.184"],["20882.168","12567.802"],["20145.052","15222.158"],["20099.563","15111.000"],["20143.579","15199.871"],["20140.482","15189.863"],["20107.658","15267.422"],["20123.416","15197.915"],["20122.574","15095.219"],["20118.299","15232.435"],["18697.364","13296.241"],["18692.577","13220.631"],["18719.151","13285.299"],["23222.017","8446.565"],["23214.703","8357.957"],["23210.671","8352.869"],["21128.266","13210.922"],["21102.850","13231.059"],["21166.057","13377.926"],["21062.477","13245.092"],["20679.375","12012.626"],["19467.927","15824.448"],["19422.167","15871.950"],["19506.335","15800.510"],["20245.021","11547.423"],["20271.700","11645.364"],["19895.722","12438.341"],["19923.965","12539.926"],["19801.443","12404.567"],["19801.909","12538.385"],["19786.588","12498.105"],["19837.560","12429.543"],["19910.924","12348.436"],["19754.589","12509.295"],["19808.197","12516.577"],["21140.159","15775.761"],["21117.220","15741.118"],["21130.731","15745.409"],["21113.504","15752.177"],["21126.917","15736.806"],["18621.533","13946.683"],["18475.218","13995.815"],["18616.485","13930.755"],["18623.215","13953.685"],["18481.449","14014.173"],["18462.392","13980.597"],["19164.294","11662.480"],["19205.155","11681.514"],["19142.810","11685.803"],["19226.036","11672.377"],["19107.548","11511.849"],["19157.732","11678.113"],["19230.698","11680.123"],["20558.141","15829.458"],["19158.613","14240.631"],["19269.755","14376.926"],["19138.810","14433.782"],["19132.210","14439.835"],["19156.353","14428.269"],["19142.830","14262.525"],["19126.470","14373.117"],["19132.400","14286.198"],["23220.756","9461.655"],["23175.032","9504.678"],["19491.562","13053.202"],["17790.806","14224.212"],["17736.613","14065.846"],["17784.116","14225.740"],["17744.057","14032.606"],["23156.316","9833.379"],["23199.994","9814.772"],["23242.345","9864.645"],["23106.205","9825.137"],["23759.802","8267.642"],["23863.252","8129.187"],["23809.372","8175.976"],["23790.885","8259.454"],["22224.686","16487.676"],["22216.103","16455.268"],["22049.069","16371.964"],["22131.988","16493.587"],["22045.624","16369.673"],["22167.332","16471.274"],["24729.339","8364.719"],["24683.671","8526.019"],["24754.539","8411.625"],["17985.768","13788.322"],["17955.589","13643.336"],["17896.641","13718.468"],["17963.250","13801.723"],["17925.753","13655.846"],["17892.927","13775.640"],["17987.449","13732.713"],["17978.392","13693.686"],["17898.335","13771.963"],["17960.561","13808.453"],["22109.232","14891.391"],["22099.198","14908.401"],["22057.965","14904.440"],["18915.899","12795.493"],["19071.455","12806.120"],["18954.218","12787.512"],["19032.403","12808.329"],["18966.366","12769.330"],["18898.899","12787.362"],["19065.012","12815.170"],["18963.707","12771.526"],["22494.803","14576.931"],["22545.728","14620.596"],["22529.096","14586.225"],["22645.036","14478.848"],["22662.873","14644.419"],["21247.575","14993.072"],["21282.405","15025.823"],["25103.689","8184.429"],["25036.839","8180.430"],["24992.434","8268.625"],["25140.603","8236.522"],["22260.256","16516.335"],["22309.706","16506.846"],["23397.476","16260.821"],["23502.355","16265.487"],["23463.747","16331.452"],["23454.513","16218.910"],["20050.749","16162.387"],["20055.525","16165.277"],["21762.457","14348.920"],["21754.499","14342.517"],["21677.676","14362.867"],["20345.105","15527.327"],["20920.503","14848.935"],["20856.089","14793.478"],["20846.639","14836.808"],["20872.167","14800.380"],["20825.716","14810.570"],["20978.279","14849.003"],["26835.804","16378.837"],["26727.165","16443.650"],["26867.354","16482.499"],["26741.912","16471.644"],["26742.754","16447.082"],["26804.880","16370.081"],["26818.758","16367.142"],["26881.669","16360.359"],["26868.696","16472.960"],["26751.899","16449.140"],["26879.280","16508.827"],["26704.578","16500.428"],["26681.499","16509.658"],["26723.285","16493.216"],["26713.083","16431.041"],["26729.939","16448.338"],["26744.798","16457.766"],["26749.976","16447.554"],["26835.731","16396.753"],["26728.436","16495.981"],["26882.795","16490.350"],["26876.624","16500.859"],["26853.321","16504.670"],["26732.515","16455.078"],["26738.223","16455.349"],["26709.077","16436.947"],["26833.382","16378.102"],["26756.149","16457.183"],["26810.147","16372.039"],["26713.034","16493.401"],["26729.409","16470.141"],["18082.414","14191.660"],["18068.516","14195.935"],["18854.901","12739.636"],["18840.335","12722.647"],["20298.318","12575.425"],["20336.934","12572.561"],["20298.776","12594.480"],["20344.375","12591.330"],["20985.816","12158.041"],["20891.733","12230.026"],["20837.972","12160.212"],["20948.848","12309.178"],["20780.254","12166.885"],["20799.773","12322.319"],["20938.857","12142.866"],["20787.191","12158.079"],["25682.939","16876.320"],["25784.259","16806.655"],["25735.988","16832.901"],["25688.403","16850.822"],["25687.001","16906.206"],["19077.700","13368.736"],["19050.356","13295.939"],["21189.626","13454.391"],["21062.883","13417.499"],["21103.973","13430.945"],["19235.273","15542.969"],["19239.747","15555.362"],["19198.879","15548.602"],["19291.937","15678.074"],["19303.484","15372.650"],["19277.396","15403.978"],["19227.454","15321.621"],["19107.048","15336.698"],["19230.418","15336.833"],["19103.192","15319.851"],["19493.919","15629.421"],["19498.017","15525.979"],["19441.076","15632.301"],["19496.096","15633.492"],["23141.020","8232.812"],["23203.010","8273.491"],["23112.149","8251.586"],["23204.971","8270.138"],["19906.978","14489.043"],["19931.957","14457.739"],["20212.817","10175.432"],["20270.961","10034.984"],["20180.998","10158.902"],["20196.504","10117.616"],["20179.179","10182.748"],["20196.697","10195.278"],["20229.555","10065.553"],["20277.402","10096.432"],["20204.247","10165.536"],["20217.101","10136.246"],["20329.100","10036.908"],["18367.164","12256.075"],["18370.880","12285.698"],["19162.060","12817.321"],["19113.322","12800.288"],["19192.036","12771.547"],["19141.949","12841.920"],["21644.605","8980.153"],["21664.180","8999.938"],["21705.221","8958.660"],["21081.805","12578.005"],["21031.130","12757.365"],["21161.849","12715.989"],["21187.393","12748.664"],["21070.130","12674.329"],["20808.431","15867.483"],["22728.944","10482.170"],["22711.705","10466.632"],["22760.853","10546.637"],["21401.423","15157.836"],["21278.503","15288.791"],["21372.621","15209.597"],["21397.321","15150.665"],["20449.533","14780.592"],["20407.292","14797.690"],["20542.413","14714.449"],["20426.073","14799.728"],["20424.831","14795.547"],["20439.341","14835.353"],["20394.600","14774.267"],["20533.004","14832.197"],["20394.294","14778.033"],["20530.618","14713.851"],["19367.110","15230.823"],["19350.059","15231.684"],["19305.402","15086.395"],["19366.774","15104.692"],["19341.697","15280.800"],["20022.917","15449.822"],["20052.016","15337.487"],["20124.815","15299.399"],["20116.061","15348.482"],["20128.348","15309.423"],["20124.778","11002.111"],["19961.795","11061.629"],["19989.625","11057.251"],["23899.829","16350.463"],["21425.899","9217.320"],["21437.947","9248.283"],["21500.418","9177.038"],["21442.507","9178.427"],["21604.242","9222.725"],["21472.043","9176.392"],["21456.046","9235.604"],["21615.493","9205.872"],["21499.547","9368.342"],["21430.740","9215.061"],["21411.048","9367.328"],["21475.271","9180.089"],["20925.531","16101.779"],["19202.764","13109.786"],["19156.415","13054.740"],["17828.325","14263.676"],["17783.243","14296.545"],["17795.442","14254.861"],["19612.882","13778.737"],["19644.092","13689.509"],["19621.459","13806.323"],["23156.119","7989.005"],["23157.118","7991.019"],["24788.710","16644.935"],["24970.634","16759.526"],["24875.339","16594.815"],["24956.470","16701.291"],["24887.283","16624.911"],["18521.546","15519.689"],["18596.536","15555.992"],["18594.312","15553.477"],["20917.719","10858.297"],["19963.200","11100.666"],["20063.209","11194.561"],["19997.335","11200.525"],["19956.680","11213.661"],["20103.470","11181.503"],["20053.825","11145.011"],["20013.862","11179.405"],["19987.385","11074.221"],["18237.352","12453.024"],["18179.248","12536.520"],["18238.506","12451.141"],["23102.850","15490.804"],["25032.328","8369.076"],["25144.459","8496.507"],["23036.151","15665.681"],["18502.534","15501.602"],["20001.284","14094.130"],["26086.477","16239.234"],["26230.184","16244.225"],["26246.148","16323.470"],["26240.371","16334.352"],["26088.534","16238.653"],["26232.283","16243.491"],["26148.791","16280.335"],["26149.112","16273.210"],["26241.344","16330.446"],["26228.779","16248.275"],["25791.020","16434.604"],["25826.784","16479.727"],["25795.575","16433.821"],["25819.536","16474.851"],["20373.372","12789.855"],["20436.100","12952.178"],["20486.944","12948.139"],["20386.361","12963.564"],["20388.834","12905.054"],["20996.111","12170.277"],["21087.582","12313.367"],["21117.302","12332.482"],["20352.726","16442.230"],["20295.570","11732.456"],["20329.293","11898.908"],["20339.985","11880.389"],["20324.187","11907.844"],["22238.091","16097.948"],["22226.466","16042.635"],["22218.977","16102.831"],["22240.914","16055.147"],["19744.344","11158.121"],["19827.337","11134.709"],["19771.796","11187.241"],["19849.434","11169.266"],["19874.718","11104.355"],["19796.427","11179.684"],["19869.149","11132.350"],["23375.859","8294.299"],["23319.699","8233.557"],["20882.202","10399.048"],["20961.699","10409.405"],["20833.089","10365.246"],["20817.056","10226.273"],["20777.808","10395.810"],["20982.709","10356.922"],["20909.343","10381.121"],["20870.462","10392.572"],["20794.361","10262.365"],["20911.506","10386.246"],["22974.064","10383.154"],["22987.099","10327.716"],["22996.363","10420.970"],["24016.609","16563.241"],["23985.205","16491.866"],["18431.984","14772.021"],["18431.447","14790.837"],["18445.832","14830.322"],["26183.601","16724.264"],["26075.470","16600.522"],["26168.016","16759.456"],["26207.080","16729.502"],["26096.016","16776.827"],["26087.511","16776.377"],["26096.307","16605.041"],["26194.912","16726.861"],["26100.177","16781.077"],["26116.043","16772.597"],["26201.506","16733.415"],["26186.492","16721.166"],["26096.702","16775.450"],["26090.555","16774.664"],["26089.521","16575.356"],["26016.549","16283.647"],["26018.943","16313.587"],["26031.235","16338.977"],["26032.905","16335.983"],["26026.964","16322.552"],["26021.225","16279.451"],["26026.379","16335.177"],["26020.415","16333.923"],["25990.113","16191.369"],["25923.255","16236.874"],["25915.645","16238.859"],["25979.368","16283.182"],["21696.932","10701.459"],["20842.062","11703.059"],["20960.851","11821.661"],["19612.731","11986.078"],["19717.928","11932.575"],["19721.469","11925.872"],["19634.378","11976.394"],["19646.667","11996.765"],["19111.151","15264.822"],["19119.831","15266.743"],["21910.520","14607.251"],["21906.322","14600.543"],["21967.544","14644.983"],["22888.501","7895.734"],["22984.963","7884.223"],["22920.750","7848.780"],["22923.499","7851.736"],["18136.796","14598.047"],["18165.582","14599.478"],["20993.304","15475.017"],["21022.787","15417.957"],["21086.759","15363.327"],["21143.787","15391.648"],["21091.840","15358.587"],["20988.946","15480.276"],["21072.825","15377.662"],["21075.317","15491.036"],["21065.464","15338.895"],["20543.176","11506.750"],["20470.086","15529.430"],["20950.910","13518.768"],["21806.865","14171.113"],["24312.416","8774.180"],["18756.111","16012.567"],["18787.077","16048.864"],["25112.173","8657.070"],["25018.115","8667.894"],["25024.829","8653.364"],["25111.957","8659.413"],["25110.174","8657.811"],["20639.017","12567.307"],["20665.536","12721.386"],["20643.907","12596.491"],["20642.901","12608.483"],["20662.300","12723.517"],["20704.296","12614.524"],["20980.113","16145.784"],["20792.890","16141.499"],["20817.891","16168.649"],["20963.358","16173.697"],["20969.794","16173.700"],["20784.963","16142.295"],["20976.538","16197.652"],["19564.551","13077.166"],["19565.085","13074.581"],["19722.498","11901.728"],["19672.648","11839.963"],["19589.548","11850.834"],["19644.462","11780.575"],["19588.225","11855.210"],["19593.274","11775.671"],["26494.671","16499.946"],["26593.155","16461.669"],["26503.837","16510.575"],["26601.139","16450.227"],["26588.990","16391.968"],["26464.835","16520.438"],["26509.340","16524.612"],["26492.375","16528.469"],["26513.324","16522.761"],["26636.472","16561.022"],["26606.161","16391.997"],["26638.672","16425.916"],["26470.171","16472.121"],["26507.068","16503.203"],["26631.160","16416.398"],["26504.035","16527.487"],["26468.599","16473.309"],["26635.123","16558.782"],["26595.994","16455.631"],["26608.888","16461.383"],["26496.705","16500.261"],["26590.227","16394.756"],["26621.761","16405.193"],["26631.296","16559.234"],["26632.480","16564.423"],["26501.678","16505.453"],["26629.509","16422.941"],["25941.519","16628.325"],["25928.332","16597.031"],["25953.036","16722.490"],["25945.749","16706.773"],["25954.685","16749.056"],["25968.297","16720.016"],["25948.075","16722.366"],["25967.045","16725.218"],["25948.623","16754.233"],["25964.284","16721.613"],["25960.046","16723.792"],["25945.534","16715.916"],["25931.570","16585.498"],["25955.652","16715.187"],["25947.797","16718.222"],["25949.314","16746.705"],["25930.919","16619.852"],["19694.915","13043.371"],["19605.103","13031.619"],["19557.250","13055.671"],["19667.144","13047.774"],["19700.787","13160.065"],["19638.038","13009.631"],["19675.833","13044.968"],["20359.742","12725.331"],["20492.088","12736.786"],["20369.650","12702.002"],["20433.594","12646.644"],["20375.786","12730.300"],["20476.282","12640.466"],["20373.381","12702.729"],["20120.136","15546.195"],["20038.437","15584.808"],["20080.645","15545.071"],["19991.676","15555.782"],["20068.065","15653.303"],["20096.731","15523.725"],["22834.514","7823.243"],["22882.173","7802.217"],["22871.785","7791.461"],["18200.770","12897.411"],["18060.223","12840.282"],["18110.618","12802.814"],["18246.802","12898.224"],["18233.264","12880.373"],["18322.101","12906.581"],["18329.156","12957.662"],["18306.985","12890.573"],["20335.572","11341.175"],["20281.199","11409.111"],["20338.447","14774.140"],["20252.266","14687.077"],["19775.716","13028.346"],["19867.486","13040.747"],["19761.928","12987.417"],["19732.716","13025.976"],["19847.992","13056.768"],["19821.674","13044.269"],["19837.013","13040.002"],["19574.396","12710.101"],["19667.333","12679.350"],["19593.756","12689.124"],["19587.290","12669.352"],["19625.478","12700.583"],["19928.905","14426.027"],["19824.993","14292.616"],["19843.518","14310.194"],["19828.595","14320.831"],["20349.647","12875.430"],["20482.539","16372.082"],["18247.654","12623.750"],["18699.466","15235.850"],["18715.489","15187.159"],["18829.507","15127.495"],["20625.458","15660.962"],["19382.823","15076.846"],["19321.546","14964.588"],["19413.947","14936.111"],["19356.231","14955.483"],["19387.778","15070.126"],["19308.263","14985.916"],["19402.931","14927.549"],["18715.370","14881.037"],["19676.048","14872.154"],["19678.321","14867.754"],["20167.572","10826.221"],["20172.930","10829.702"],["18001.652","12896.215"],["18014.203","12913.056"],["18015.421","12915.587"],["18016.050","12855.584"],["24746.593","16699.363"],["24730.626","16751.723"],["24750.299","16708.674"],["24641.897","16775.096"],["24707.798","16714.361"],["24722.860","16628.855"],["24732.631","16621.002"],["20152.300","12679.196"],["23546.957","8113.171"],["23557.340","8152.455"],["25699.774","15872.257"],["25683.352","15867.937"],["25702.401","15870.241"],["25706.345","15891.124"],["25658.402","15866.231"],["25687.730","15875.517"],["25672.066","15883.224"],["25710.881","15882.386"],["25707.962","15896.976"],["18496.823","12621.444"],["18546.304","12671.402"],["18526.473","12717.422"],["18635.290","12735.735"],["18635.492","12612.907"],["18546.835","12670.458"],["18542.124","12708.832"],["18617.161","12731.413"],["18575.940","12686.121"],["18525.174","12725.338"],["18620.182","12646.525"],["21612.614","14559.648"],["21423.853","14458.997"],["21534.740","14504.723"],["21484.629","14437.752"],["21502.085","14545.290"],["21590.420","14607.298"],["21565.672","14594.850"],["21422.747","14474.084"],["20339.395","16428.661"],["21478.797","15775.764"],["21512.828","15816.649"],["20633.924","14699.131"],["20670.486","14764.372"],["20701.555","14783.863"],["20678.242","14699.101"],["20729.138","14816.088"],["20730.114","14719.572"],["20722.107","14870.173"],["20653.827","14704.161"],["19955.468","13466.159"],["26268.814","16790.242"],["26302.461","16802.127"],["26295.448","16796.622"],["26407.754","16790.039"],["26393.202","16794.489"],["26315.310","16802.648"],["26318.096","16826.848"],["26395.739","16771.555"],["26306.330","16805.948"],["26359.233","16806.787"],["23072.365","9590.563"],["20416.932","16004.195"],["20383.914","16008.260"],["20420.220","16049.781"],["19149.381","12743.794"],["19132.933","12727.019"],["21520.835","9409.585"],["21417.851","9381.351"],["21567.752","9437.683"],["21489.194","9384.530"],["21426.265","9379.880"],["18808.227","11893.677"],["18836.364","11800.871"],["18783.546","11890.974"],["18798.449","11907.187"],["19705.161","12289.527"],["21371.923","16316.869"],["21396.101","16349.795"],["21391.314","16349.974"],["19060.970","12029.248"],["19012.885","11964.702"],["19085.546","11948.970"],["19057.846","12021.714"],["18983.763","11942.077"],["19004.726","11958.227"],["20655.576","12457.565"],["20611.973","12362.161"],["20657.071","12461.462"],["20628.497","12382.144"],["20749.803","12337.472"],["20681.995","12494.718"],["23103.381","15606.598"],["24564.050","8166.306"],["24505.719","8171.595"],["24534.251","8148.905"],["25265.111","8493.695"],["25221.297","8403.120"],["25204.605","8339.637"],["25343.639","8394.375"],["25269.810","8470.515"],["25204.913","8476.337"],["25372.081","8423.231"],["20183.087","12204.997"],["18841.482","13992.760"],["21309.182","15301.464"],["21234.040","15299.844"],["21208.475","15368.656"],["20358.444","11277.701"],["17991.673","13025.954"],["18036.986","13169.021"],["17956.235","13031.882"],["18008.813","13030.812"],["18006.291","13125.183"],["17946.794","12998.022"],["24526.450","16515.444"],["24491.935","16517.793"],["24494.530","16517.886"],["24439.054","16485.022"],["20539.197","10052.543"],["20472.054","10021.361"],["20522.646","10029.769"],["20411.308","10056.769"],["20360.966","10079.072"],["20513.668","10090.108"],["20411.569","10043.132"],["20356.579","10080.165"],["20474.698","10012.591"],["20425.704","10038.469"],["20484.847","10063.408"],["20374.899","15461.862"],["20462.379","15373.941"],["20520.436","15396.539"],["20529.046","15399.681"],["20381.407","15464.472"],["20461.771","15370.882"],["20385.561","15451.812"],["20474.696","15446.822"],["20464.798","15368.249"],["19406.894","11218.638"],["19350.310","11225.124"],["19405.581","11229.598"],["25300.270","8576.027"],["20995.810","12059.049"],["21052.375","11963.735"],["21067.540","11930.736"],["21023.187","12066.219"],["21103.838","11991.580"],["21058.655","12108.761"],["19606.416","10844.496"],["19523.575","10841.976"],["19590.860","10853.277"],["19537.202","10846.895"],["20347.261","13147.507"],["26391.035","8935.423"],["26391.162","8945.065"],["24888.032","8637.672"],["24853.009","8608.962"],["24863.703","8718.003"],["19945.141","13182.568"],["19462.855","12307.863"],["19454.347","12275.637"],["24909.127","8759.349"],["20382.305","13102.353"],["20511.499","13038.375"],["20541.525","13032.570"],["20442.757","12988.994"],["20455.734","13135.523"],["18929.652","14023.217"],["18611.254","15033.864"],["18471.783","12198.136"],["18565.273","12141.731"],["18462.347","12215.953"],["18464.932","12217.821"],["18565.542","12125.274"],["18655.154","12970.211"],["19627.851","11207.639"],["19642.248","11243.648"],["19629.885","11236.003"],["18103.215","13045.352"],["18083.941","13149.861"],["18061.388","13082.052"],["18102.349","13120.601"],["20879.701","12121.157"],["20800.330","12047.275"],["24576.546","8586.477"],["24635.437","8553.983"],["19268.384","11819.643"],["19252.677","11909.614"],["19190.185","11889.053"],["19223.063","11846.374"],["19561.363","11473.546"],["19648.585","11408.383"],["19613.985","11425.388"],["19642.926","11485.387"],["19649.787","11427.690"],["21428.133","16324.196"],["19786.922","11910.349"],["19925.552","11905.169"],["19731.666","11872.312"],["18342.320","12649.759"],["18278.482","12605.428"],["18260.343","12647.345"],["18268.317","12674.433"],["18440.358","12635.374"],["18288.231","12654.777"],["18276.401","12634.202"],["18317.563","12679.893"],["18445.274","12601.128"],["19829.684","15949.173"],["19807.276","15986.882"],["19853.152","15940.888"],["19884.899","15949.688"],["19942.887","12015.296"],["20088.634","12007.094"],["20053.795","11949.552"],["20102.631","12013.946"],["20064.888","11964.757"],["20056.580","11957.164"],["19946.593","12001.408"],["20069.052","12015.002"],["25949.605","8704.441"],["25962.296","8700.568"],["26032.957","8708.442"],["21765.767","8917.628"],["21802.990","8900.668"],["17726.199","13724.492"],["17711.568","13715.778"],["17729.835","13718.026"],["25324.051","17492.049"],["19551.573","15792.822"],["19624.552","15901.086"],["19623.191","15908.319"],["19639.110","15836.119"],["20410.663","10910.582"],["20445.874","10863.579"],["20418.683","10936.829"],["19580.030","10781.085"],["19583.437","10695.723"],["19586.605","10694.184"],["19595.646","10802.885"],["21639.875","9233.618"],["21190.903","15562.627"],["21104.710","15601.917"],["21046.579","15665.463"],["21122.700","15625.960"],["21191.846","15558.787"],["21053.241","15665.339"],["21094.570","15684.804"],["21157.699","15687.610"],["20391.160","11921.319"],["20379.400","11931.681"],["20372.127","11917.284"],["20098.076","12259.713"],["20093.176","12279.999"],["20122.889","12219.404"],["19985.623","12262.607"],["21597.428","16572.647"],["21452.574","15244.219"],["21440.613","15227.095"],["20011.850","10970.789"],["19992.781","10940.803"],["20117.980","10987.712"],["20068.098","10900.077"],["19977.354","11022.102"],["20028.221","10941.841"],["19793.004","13437.212"],["19791.859","13402.353"],["19759.760","13514.828"],["22311.970","14506.526"],["22308.762","14571.862"],["22386.078","14573.003"],["23886.719","16616.275"],["23911.942","16653.605"],["17999.930","14000.273"],["17985.895","13840.793"],["23939.679","8404.999"],["20254.838","15199.836"],["20148.292","15222.526"],["18685.991","11941.659"],["18672.473","11934.917"],["21508.068","14402.288"],["21331.301","13354.771"],["21247.053","13348.285"],["19674.097","11020.073"],["19634.087","11017.558"],["19559.919","11042.476"],["21200.792","12800.907"],["21278.817","12806.439"],["21383.729","12786.552"],["21238.637","12760.167"],["20532.275","14447.724"],["20411.046","14414.499"],["20535.886","14397.736"],["20401.500","14428.616"],["20419.537","14348.969"],["20566.756","14418.854"],["23887.425","16803.312"],["19306.320","15670.197"],["19308.047","15675.282"],["17816.703","13802.098"],["20863.562","10796.134"],["20896.606","10826.839"],["19995.054","12508.127"],["19950.840","12365.288"],["28180.106","10815.901"],["22612.637","10459.778"],["22479.245","10624.057"],["22554.731","10546.137"],["18625.758","15983.699"],["26827.411","16267.109"],["26876.745","16344.252"],["26876.161","16324.493"],["26865.481","16338.019"],["26704.024","16232.600"],["26723.908","16249.567"],["26773.289","16274.186"],["26821.628","16315.904"],["26817.241","16325.720"],["26872.403","16338.109"],["26821.868","16311.613"],["26821.680","16326.208"],["26865.800","16323.175"],["26826.068","16265.455"],["26830.866","16300.571"],["19613.097","12467.952"],["19565.784","12365.172"],["20617.878","11819.561"],["22997.797","10008.358"],["23063.866","9882.090"],["23080.750","9821.758"],["22955.221","9958.885"],["23052.932","9870.246"],["19245.101","11083.370"],["19133.824","11075.583"],["19126.867","11233.960"],["19114.594","11192.877"],["19243.503","11078.325"],["19106.807","11125.210"],["21988.764","10910.384"],["21898.833","10946.031"],["20884.475","12405.554"],["20798.111","12528.762"],["20801.193","12416.845"],["20837.719","12430.550"],["20877.321","12377.216"],["20876.611","12357.635"],["22294.520","8555.850"],["22386.264","8583.519"],["21910.941","14188.617"],["22000.423","14143.292"],["21880.641","14230.057"],["21999.326","14221.905"],["19019.359","12720.426"],["18970.621","12641.506"],["18967.354","12642.438"],["19015.637","12692.460"],["18997.235","12651.458"],["18987.470","12559.186"],["20700.463","11532.539"],["20705.799","11614.478"],["25726.251","17213.730"],["25718.330","17223.831"],["21447.176","16420.485"],["21480.684","16429.328"],["21443.212","16407.446"],["18922.528","14209.087"],["18974.451","14231.418"],["18930.600","14094.526"],["18975.509","14147.336"],["18946.770","14214.237"],["18975.611","14236.259"],["21895.315","14851.729"],["21987.590","14726.523"],["21976.496","14858.628"],["22002.574","14842.017"],["21930.416","14702.072"],["22207.447","8687.560"],["22922.623","16502.440"],["22946.421","16456.570"],["19852.001","12143.603"],["19784.727","12236.652"],["19772.447","12269.925"],["20703.090","12756.840"],["20206.697","16303.878"],["20089.070","14389.921"],["20089.600","14439.114"],["20084.919","14405.846"],["20065.114","14382.930"],["21257.477","14530.804"],["21332.247","14489.681"],["21290.723","14491.196"],["21320.215","14503.417"],["21017.064","11909.106"],["20397.336","12340.958"],["20454.775","12363.107"],["20163.244","15307.862"],["20152.269","15329.834"],["18631.128","12037.400"],["18509.421","12014.565"],["18575.135","12031.771"],["18563.234","12014.228"],["26254.210","16309.503"],["26424.166","16301.882"],["26268.195","16341.968"],["26261.388","16322.106"],["26258.563","16317.756"],["26261.051","16291.718"],["18546.903","13256.197"],["18541.111","13269.825"],["19672.809","12956.150"],["20206.737","10968.714"],["20346.819","10896.892"],["20320.154","10952.153"],["20237.239","10966.234"],["18406.637","13651.426"],["18391.981","13743.751"],["18422.578","13715.538"],["18386.993","13689.886"],["18314.536","13766.676"],["18364.473","13654.934"],["25638.616","17033.189"],["24798.673","8254.068"],["24856.821","8237.132"],["18661.204","13170.234"],["18663.845","12996.286"],["18606.932","13043.644"],["18656.921","13126.507"],["18623.685","13072.155"],["18656.686","13011.315"],["20950.786","12937.013"],["20854.656","12835.036"],["20848.272","12870.657"],["20946.209","12911.819"],["20978.813","12949.437"],["19511.926","11767.433"],["19490.566","11780.036"],["19389.402","11782.768"],["19464.470","11752.789"],["19397.098","11790.822"],["19306.756","11818.037"],["19700.275","13941.347"],["22327.773","8626.119"],["22313.618","8605.642"],["18416.753","14649.645"],["18296.890","14543.526"],["18371.607","14613.831"],["18371.219","14542.633"],["18356.289","14553.885"],["18356.005","14633.064"],["25120.723","16742.714"],["25029.810","16723.977"],["25141.961","16743.487"],["20186.380","14821.489"],["26182.799","8718.974"],["20324.615","14560.281"],["20265.594","14473.957"],["19191.505","11341.604"],["19138.656","11441.723"],["19194.317","11341.777"],["19140.141","11439.296"],["19840.424","13865.430"],["19820.480","13833.466"],["19865.515","13897.010"],["20348.173","15982.139"],["20235.711","16121.140"],["21545.291","15647.739"],["21541.601","15519.286"],["21521.687","15652.528"],["21545.833","15533.176"],["21546.777","15529.654"],["24306.751","16659.717"],["24260.834","16634.354"],["24156.454","16688.595"],["24275.120","16641.209"],["23785.002","8395.092"],["23867.919","8451.538"],["21965.392","8748.838"],["21896.580","8780.195"],["21894.578","8874.573"],["21896.706","8864.542"],["21970.556","8809.346"],["21895.777","8841.641"],["21867.556","8910.898"],["22853.049","16883.965"],["19599.204","14699.010"],["19557.611","14737.528"],["21819.598","10966.554"],["21794.084","10883.957"],["21655.185","9435.186"],["21681.730","9397.002"],["21980.804","10825.907"],["19046.262","15339.663"],["25890.124","15908.637"],["25875.361","15891.133"],["25907.477","15827.727"],["25908.947","15788.025"],["25891.218","15814.268"],["25881.754","15905.482"],["25865.726","15910.843"],["25903.291","15803.831"],["25915.965","15803.586"],["25906.043","15810.561"],["23556.244","16326.899"],["25324.234","16835.609"],["25361.927","16865.763"],["21384.902","9397.732"],["18033.604","13511.469"],["17963.276","13473.445"],["17847.450","13517.168"],["17920.179","13455.479"],["17879.631","13554.529"],["26578.787","16847.887"],["19565.327","13260.238"],["19669.257","13242.715"],["19037.897","11285.531"],["19047.967","11393.035"],["19054.339","11313.570"],["18971.619","11432.920"],["20626.243","15487.273"],["19803.053","10961.686"],["19889.184","10963.516"],["19735.385","11017.936"],["24737.988","8038.349"],["23313.053","8396.252"],["18859.778","12807.758"],["19995.968","11839.756"],["19936.523","11888.012"],["20023.550","11866.402"],["20046.085","11865.130"],["19977.486","11808.557"],["19938.504","11908.230"],["20770.973","10248.576"],["20760.267","10400.035"],["20725.015","10243.538"],["20729.107","10261.476"],["20712.250","10227.527"],["20769.383","10401.467"],["20769.281","10272.775"],["26369.438","8725.824"],["26404.550","8723.885"],["18153.452","13840.805"],["18130.724","13860.560"],["17730.159","13905.512"],["17657.370","13837.383"],["17752.468","13825.756"],["17762.227","13923.033"],["17685.054","13824.344"],["20668.274","12772.201"],["23314.288","8097.463"],["19537.362","11622.151"],["19624.287","11610.440"],["19518.794","11580.317"],["19595.889","11494.752"],["19569.106","11557.827"],["19361.098","15453.910"],["19343.202","15374.689"],["19315.554","15441.580"],["21077.840","11895.810"],["18738.548","15626.034"],["21255.132","15959.224"],["21247.831","16026.195"],["21254.461","16014.251"],["21278.896","15948.237"],["21245.214","16029.588"],["21258.320","16013.759"],["25333.174","16600.644"],["25338.605","16583.928"],["25329.176","16598.782"],["25344.543","16606.086"],["26692.167","16734.380"],["19411.276","14300.185"],["19491.697","14427.498"],["19398.235","14370.189"],["19442.964","14370.251"],["19319.839","14243.904"],["19349.705","14240.674"],["20776.894","13105.969"],["20639.877","13129.970"],["20598.068","10760.618"],["19492.563","11626.056"],["19442.081","11652.229"],["23674.726","16354.004"],["23674.199","16362.465"],["23534.860","8054.950"],["19433.697","12515.619"],["19444.117","12406.143"],["21686.624","16582.349"],["21646.456","16602.849"],["17828.412","13475.135"],["17819.447","13496.056"],["21023.084","16171.797"],["21134.088","16232.899"],["21014.376","16171.293"],["20995.415","16147.875"],["21006.425","16161.361"],["21119.126","16218.728"],["18190.153","14348.634"],["18141.147","14363.177"],["18067.425","14268.151"],["18172.698","14416.623"],["18091.504","14246.076"],["18144.733","14367.106"],["18384.343","13016.692"],["20233.995","15783.240"],["20221.181","15764.475"],["24670.043","16776.084"],["18777.751","15786.182"],["20120.029","15389.753"],["20122.850","15422.368"],["18475.309","14778.508"],["18637.470","14752.762"],["21099.812","12339.572"],["21128.187","12347.940"],["18904.049","14528.952"],["19022.332","14417.692"],["18884.480","14402.698"],["18941.748","14447.051"],["26146.862","8774.430"],["26639.817","16577.271"],["26493.978","16677.351"],["26470.765","16710.089"],["26472.800","16697.632"],["26626.076","16576.032"],["26482.296","16675.848"],["26510.806","16664.081"],["26629.955","16568.511"],["20934.409","15632.133"],["23978.982","8571.974"],["23977.330","8703.916"],["24083.901","8632.361"],["19023.779","11606.176"],["19031.391","11493.786"],["18960.904","11560.499"],["19052.822","11641.944"],["20515.980","16242.865"],["20362.207","16261.175"],["20495.341","16318.452"],["20368.243","16261.607"],["20369.740","16257.899"],["20508.962","16255.980"],["20361.635","16191.451"],["20412.924","16317.429"],["25596.509","17306.334"],["25601.115","17298.713"],["24410.044","7997.006"],["28066.662","10852.678"],["19427.510","12716.315"],["19350.153","12663.051"],["19420.060","12667.608"],["19348.871","12691.390"],["26616.190","8846.652"],["26668.585","8923.577"],["20469.339","11133.919"],["19507.106","14863.079"],["20983.460","15075.989"],["20928.676","15016.237"],["20948.282","14936.210"],["22655.793","14921.000"],["26883.824","16368.072"],["26910.938","16371.760"],["26899.561","16356.087"],["26938.216","16542.632"],["26931.130","16548.443"],["27051.379","16357.751"],["26883.678","16480.269"],["26883.869","16490.411"],["26917.201","16362.374"],["26884.671","16460.213"],["26889.782","16358.960"],["26950.538","16472.241"],["26906.501","16372.809"],["18352.622","14405.764"],["18348.240","14320.057"],["18263.803","14303.566"],["18290.065","14402.048"],["18268.522","14264.179"],["18384.264","14353.268"],["18482.174","13753.103"],["18482.328","13790.112"],["20342.030","11245.596"],["19719.512","13268.860"],["19667.396","13226.622"],["19704.945","13186.902"],["23058.785","10140.543"],["23179.103","9777.895"],["23164.002","9648.285"],["23138.973","9767.531"],["25426.141","17465.507"],["25467.219","17425.076"],["18394.372","12064.341"],["18392.043","12081.490"],["18376.045","12042.031"],["18334.351","12100.530"],["20607.138","14622.934"],["20995.050","15944.820"],["21091.629","16050.718"],["21039.440","16029.290"],["21096.438","16043.421"],["21037.919","16063.259"],["20991.999","15942.144"],["18912.995","15766.311"],["20135.189","15002.670"],["20030.465","14932.983"],["20123.498","15052.160"],["20041.755","14947.458"],["18738.408","14078.796"],["18786.826","14140.958"],["18717.411","14079.111"],["18815.594","14108.529"],["18807.586","14420.753"],["18818.210","14404.350"],["20795.215","11666.192"],["20902.449","11667.881"],["20955.981","11680.729"],["20793.964","11663.546"],["20973.718","11693.653"],["21561.669","15502.808"],["21555.927","15504.959"],["21557.861","15496.212"],["22586.760","14740.459"],["22646.445","14796.178"],["22552.971","14727.155"],["19843.496","13289.386"],["19746.502","13212.722"],["19727.475","13322.841"],["19813.979","13361.795"],["19774.745","13281.756"],["19070.045","11887.319"],["18931.344","11870.034"],["19062.016","11879.085"],["25757.881","16761.742"],["18427.517","14207.502"],["18280.820","14107.622"],["18434.782","14094.449"],["18410.351","14124.727"],["18439.754","14219.068"],["18445.164","14091.238"],["18266.388","14070.953"],["18259.270","14100.592"],["18376.982","14105.227"],["17964.232","14021.559"],["26689.464","16865.003"],["18108.322","14175.192"],["18246.688","14116.042"],["18139.804","14201.248"],["18205.034","14206.500"],["18242.852","14116.627"],["18230.930","14162.791"],["18128.015","14214.475"],["18241.483","14197.054"],["25564.886","16249.092"],["25579.066","16228.848"],["25452.733","16296.911"],["25412.604","16317.093"],["25595.023","16244.852"],["25445.127","16337.105"],["25481.311","16338.421"],["25442.369","16333.254"],["25414.518","16321.697"],["25431.485","16318.175"],["25454.588","16327.565"],["25439.190","16342.665"],["20799.131","10217.761"],["20848.561","10204.532"],["24489.019","16737.911"],["24563.929","16746.478"],["19416.283","15743.875"],["19406.718","15879.595"],["19371.518","15731.459"],["20114.273","14464.694"],["23165.087","10224.447"],["18864.097","14561.351"],["18870.413","14480.882"],["18820.492","14655.105"],["18867.034","14569.164"],["19848.884","14115.356"],["19872.191","14173.921"],["19741.906","14161.176"],["19917.105","14122.967"],["19800.610","14197.292"],["19775.476","14156.089"],["19904.418","15636.674"],["26329.293","8967.205"],["18199.633","13767.028"],["18166.761","13748.473"],["18148.231","13625.702"],["18226.474","13759.358"],["18148.434","13733.477"],["18125.175","13686.576"],["22409.533","16084.078"],["18621.165","12818.373"],["18618.824","12830.243"],["18619.499","15089.564"],["18602.465","15173.068"],["18637.629","15255.416"],["19615.856","14910.105"],["19655.317","14916.988"],["19651.916","14880.952"],["19665.955","14918.055"],["19627.972","14883.018"],["22447.103","10587.632"],["17653.497","13476.751"],["17735.165","13591.268"],["17653.005","13478.331"],["17740.175","13567.588"],["19771.707","12803.403"],["19785.655","12929.727"],["19780.407","12903.964"],["19706.369","13548.825"],["19619.396","13503.082"],["19527.407","13408.936"],["19693.309","13557.603"],["19643.341","13458.045"],["19573.940","13458.916"],["20217.001","11384.352"],["19805.574","13672.418"],["19835.715","13771.483"],["19753.344","13678.743"],["19887.609","13637.401"],["18369.426","12534.403"],["18399.495","12496.019"],["18358.284","12513.030"],["18382.311","12506.800"],["20545.236","10819.086"],["20504.999","10810.427"],["20454.087","10854.376"],["19875.940","12668.819"],["19840.517","12567.491"],["19892.515","12736.253"],["19800.882","12744.071"],["26574.021","16291.978"],["26660.041","16295.101"],["21984.715","14902.504"],["21886.093","14942.554"],["21888.203","14906.820"],["21980.345","14910.784"],["20697.958","10096.323"],["20631.185","10166.785"],["20736.179","10163.358"],["20311.821","11937.702"],["18724.766","13067.316"],["18949.059","15226.233"],["18900.915","15128.596"],["19049.875","15252.264"],["18946.728","15221.644"],["19046.364","15209.490"],["19894.035","11921.208"],["19735.022","11963.462"],["19928.666","11929.843"],["19809.452","11946.775"],["19912.997","11980.302"],["19494.518","10601.958"],["19512.221","10621.570"],["17967.207","14302.458"],["17898.062","14281.822"],["17987.375","14445.575"],["18027.448","14310.369"],["17853.789","14298.734"],["17969.110","14345.705"],["21814.305","14969.710"],["24607.095","16444.640"],["18247.193","12589.416"],["18244.569","12567.891"],["20689.191","16222.828"],["20671.423","16303.848"],["27035.563","16344.702"],["27086.533","16309.213"],["27039.051","16344.333"],["27080.797","16330.837"],["26986.922","16291.399"],["27087.462","16321.431"],["26890.088","16335.468"],["27001.266","16262.810"],["20079.603","15586.907"],["26265.882","16640.225"],["26292.909","16621.268"],["26290.528","16633.478"],["26366.616","16595.067"],["26284.948","16616.262"],["26373.191","16591.314"],["26359.469","16602.240"],["26453.335","16557.808"],["26447.000","16565.740"],["26296.040","16640.899"],["26282.308","16623.643"],["26455.009","16570.618"],["26451.308","16573.154"],["26348.854","16609.010"],["26359.706","16763.939"],["26239.090","16771.585"],["26240.685","16763.324"],["26284.435","16753.446"],["26438.800","16564.045"],["26294.275","16616.111"],["26261.623","16774.870"],["26438.062","16566.769"],["26411.662","16774.709"],["26369.055","16593.164"],["26288.894","16629.748"],["26433.710","16568.022"],["26329.395","16709.432"],["26393.479","16773.523"],["26281.902","16627.553"],["26353.391","16599.700"],["19094.973","13282.367"],["19106.834","13219.289"],["20464.186","14509.583"],["20465.045","14542.161"],["20451.366","14629.715"],["20413.979","14568.404"],["20369.665","14570.681"],["20447.024","14631.777"],["20434.064","14587.437"],["20463.990","14614.259"],["17775.247","14069.584"],["17761.412","14134.581"],["18350.206","13901.671"],["18417.767","14000.342"],["18338.407","13977.396"],["18376.737","13912.168"],["18412.979","13999.477"],["24109.672","16693.993"],["24096.828","16679.488"],["24024.866","16681.999"],["23944.192","16735.956"],["24053.817","16755.499"],["24041.161","16634.604"],["25413.344","16466.692"],["25429.022","16467.191"],["25428.048","16458.760"],["25423.983","16463.806"],["18483.075","14595.574"],["18583.306","14558.464"],["18528.352","14629.812"],["18557.684","14575.279"],["18554.097","14515.076"],["18620.439","14634.950"],["18620.831","14579.517"],["19405.116","10951.636"],["19499.349","10965.386"],["19777.130","15910.444"],["19814.642","15893.861"],["20477.087","10553.011"],["21192.667","12835.411"],["20772.163","12162.391"],["20757.608","12318.474"],["20749.564","12248.798"],["18729.599","14762.585"],["18813.268","14737.837"],["18856.300","14673.595"],["18841.050","14729.997"],["18755.190","14663.823"],["18291.849","12415.012"],["18295.254","12414.741"],["20319.626","14919.163"],["20185.455","14979.222"],["21692.645","15818.760"],["21694.023","15815.226"],["25907.427","16411.123"],["25992.237","16379.798"],["25911.787","16404.848"],["25983.321","16382.995"],["25911.073","16428.751"],["25918.895","16385.401"],["26028.344","16360.046"],["20888.921","13361.630"],["21540.615","15382.285"],["21526.222","15372.320"],["28003.021","11685.019"],["19309.253","14208.708"],["19500.692","14231.609"],["24241.150","8688.615"],["24306.296","8707.377"],["28085.718","10867.889"],["19670.900","14617.958"],["19629.850","14495.226"],["19677.035","14623.450"],["20478.926","11759.201"],["25592.672","17102.894"],["20043.804","15944.496"],["24560.657","16784.822"],["24408.347","16837.678"],["24474.433","16788.811"],["18115.828","13339.061"],["18091.678","13320.827"],["18123.500","13215.727"],["18085.136","13310.978"],["18122.324","13343.994"],["18037.723","14506.949"],["21759.416","8854.311"],["22697.220","14883.356"],["23201.542","8112.603"],["23248.255","8119.092"],["23279.968","8204.781"],["23194.058","8149.595"],["19968.061","13960.138"],["19958.178","13972.631"],["21815.137","11072.107"],["18610.881","15917.222"],["26175.751","16793.415"],["26246.859","16782.907"],["26244.193","16788.921"],["26146.586","16792.497"],["26150.057","16785.430"],["26049.471","16793.075"],["26052.308","16804.890"],["26167.438","16779.333"],["26200.700","16781.229"],["26070.227","16845.647"],["26047.160","16808.688"],["20437.495","14888.209"],["18471.485","14248.490"],["18469.471","14363.918"],["18467.145","14437.706"],["18496.201","14443.933"],["23758.591","16458.281"],["23909.738","16362.832"],["23919.465","16518.409"],["19945.483","12609.558"],["20024.664","12710.136"],["20093.044","12717.464"],["19972.828","12620.886"],["20110.662","12681.261"],["27116.096","16310.847"],["19119.756","11938.182"],["19122.824","11982.852"],["19123.749","12022.152"],["19174.424","11932.776"],["21634.562","14631.426"],["24878.571","8043.849"],["24889.375","8020.372"],["24975.277","8246.799"],["24974.485","8269.606"],["18049.500","13508.751"],["21469.516","8996.059"],["21493.692","9012.359"],["21428.318","9033.104"],["18188.481","13572.235"],["18144.723","13441.641"],["18147.582","13514.705"],["18201.490","13567.961"],["18216.614","13468.104"],["18172.685","13558.121"],["18143.604","13502.085"],["26157.895","16459.523"],["26153.858","16368.399"],["26147.748","16359.521"],["26147.914","16394.561"],["26161.939","16357.761"],["26136.639","16447.169"],["26154.025","16362.137"],["26134.039","16439.933"],["21994.035","8738.908"],["21010.713","15155.129"],["21027.828","15203.783"],["18561.596","14075.192"],["18560.554","14102.796"],["18490.099","14150.756"],["18509.195","14040.592"],["19742.299","14341.864"],["19747.646","14325.169"],["21329.598","13266.809"],["24504.174","8694.826"],["19987.989","15733.240"],["22290.436","16146.207"],["22385.603","16143.560"],["25242.154","16442.133"],["25266.639","16434.737"],["25231.316","16473.615"],["25243.716","16463.927"],["25237.938","16472.589"],["25253.085","16473.157"],["25248.880","16450.307"],["25246.646","16453.730"],["25238.967","16458.771"],["25237.455","16446.849"],["25242.932","16439.862"],["20219.396","14636.536"],["19184.920","15844.942"],["19199.465","15287.421"],["19223.581","15213.980"],["19199.569","15233.407"],["19141.240","15165.409"],["21024.008","12879.914"],["21075.525","12932.646"],["21025.410","12884.570"],["20614.250","14437.147"],["26438.394","16423.032"],["26455.630","16550.712"],["26384.821","16551.248"],["26436.959","16469.474"],["25935.380","16030.234"],["25932.078","16021.387"],["25956.319","16029.164"],["25939.124","16015.940"],["22149.696","16210.221"],["22214.475","16197.827"],["22220.342","16198.461"],["22137.963","16247.979"],["22028.266","16382.882"],["21935.611","16457.201"],["21937.719","16453.874"],["21923.554","16464.695"],["18902.647","13014.385"],["17922.407","14196.848"],["17939.371","14144.411"],["18024.832","14118.239"],["17841.199","14107.668"],["17876.825","14185.422"],["17920.393","14143.590"],["18038.772","14150.125"],["17881.127","14106.136"],["25615.898","15942.343"],["25592.303","15971.301"],["25608.921","15957.532"],["25613.865","15937.383"],["19084.912","15086.445"],["19686.236","14423.083"],["19580.277","14406.031"],["18562.109","12502.433"],["25388.200","8134.239"],["20119.922","15092.979"],["20132.235","15155.871"],["20080.062","15155.736"],["20104.652","15277.826"],["18688.036","13289.297"],["18678.186","13234.087"],["18713.120","13203.712"],["23292.705","8501.290"],["23288.726","8436.976"],["23289.380","8327.993"],["23241.204","8445.904"],["21163.954","13381.424"],["21109.499","13237.201"],["21079.187","13299.017"],["19451.505","12315.199"],["20760.977","12103.381"],["19472.622","15899.094"],["19789.930","12413.404"],["19882.068","12394.904"],["19927.193","12501.675"],["19784.263","12505.444"],["19847.307","12514.895"],["21125.156","15750.279"],["21129.039","15740.439"],["21130.108","15736.624"],["21126.456","15743.751"],["18468.562","14002.919"],["18616.018","13929.016"],["18625.917","13998.679"],["19162.739","11673.792"],["19219.724","11683.594"],["19162.472","11691.660"],["19225.914","11670.220"],["20521.650","15816.686"],["19248.145","14389.591"],["19275.905","14405.791"],["19141.780","14285.955"],["19271.803","14412.479"],["19115.602","14292.936"],["23225.244","9515.164"],["23177.912","9503.539"],["23119.668","9548.434"],["17765.301","14219.182"],["17722.926","14061.711"],["17767.311","14091.391"],["17772.713","14098.809"],["20554.942","12360.866"],["23821.803","8149.626"],["23774.993","8263.190"],["23847.401","8147.756"],["22170.394","16527.389"],["22044.013","16374.755"],["22207.802","16477.006"],["24755.254","8407.788"],["24722.647","8510.243"],["24724.348","8360.898"],["17961.566","13673.446"],["17997.926","13771.961"],["17849.678","13783.345"],["17961.050","13677.686"],["17906.883","13769.111"],["17951.039","13679.702"],["17916.451","13718.869"],["22082.084","14939.580"],["18884.524","12799.109"],["18982.441","12758.968"],["19074.556","12805.329"],["18968.416","12764.436"],["19082.610","12812.182"],["22586.939","14513.989"],["22514.881","14514.297"],["22575.137","14510.057"],["21288.277","15021.533"],["25164.312","8253.163"],["25050.820","8147.593"],["23497.956","16246.932"],["23482.450","16351.693"],["23377.109","16201.790"],["20071.712","16247.190"],["20051.155","16151.927"],["20123.293","16170.927"],["20073.302","16231.335"],["20142.744","16307.175"],["21116.042","15071.257"],["21134.176","14932.187"],["21665.539","14281.990"],["20237.520","15526.686"],["20830.419","14820.750"],["20849.381","14841.377"],["20912.373","14825.149"],["26737.339","16465.658"],["26742.890","16469.464"],["26752.624","16446.099"],["26844.825","16382.779"],["26838.623","16386.230"],["26824.355","16380.225"],["26867.892","16451.605"],["26719.491","16456.284"],["26719.931","16453.764"],["26713.122","16451.345"],["26706.345","16492.654"],["26720.485","16450.753"],["26744.270","16435.700"],["26859.278","16376.206"],["26866.842","16457.082"],["26712.131","16440.448"],["26729.793","16436.080"],["26743.880","16451.275"],["26742.053","16465.872"],["26736.225","16452.323"],["26739.013","16469.924"],["26825.814","16376.950"],["26857.762","16375.878"],["26877.904","16490.445"],["26815.876","16501.104"],["26823.835","16504.914"],["26856.859","16501.926"],["26696.346","16493.075"],["26709.591","16475.720"],["26708.830","16465.669"],["26823.710","16491.223"],["18068.588","14189.001"],["20293.789","12707.690"],["20354.326","12581.481"],["20872.325","12256.182"],["20916.793","12312.343"],["20941.714","12305.080"],["20809.268","12329.766"],["20798.407","12282.980"],["25686.175","16917.765"],["25714.458","16863.918"],["25695.772","16856.055"],["25687.762","16941.862"],["25735.071","16825.395"],["19087.461","13194.410"],["19046.670","13272.548"],["18252.041","13428.776"],["21072.638","13482.817"],["21116.483","13465.582"],["21071.399","13473.866"],["19232.069","15553.428"],["19102.084","15336.570"],["19507.864","15533.497"],["19462.346","15659.637"],["19511.596","15681.141"],["19465.866","15666.765"],["19466.089","15671.852"],["23101.719","8295.399"],["23252.227","8312.306"],["19909.014","14482.874"],["19915.716","14491.871"],["20334.482","10022.470"],["20297.181","10041.612"],["18372.902","12284.297"],["18372.629","12287.295"],["19130.448","12828.259"],["19185.636","12771.523"],["19169.321","12805.930"],["21075.155","12670.104"],["21030.067","12711.025"],["20813.387","15867.622"],["22674.774","10516.712"],["22759.106","10533.698"],["20426.874","14790.425"],["20445.359","14775.147"],["20492.635","14858.592"],["20420.829","14750.478"],["20532.914","14820.422"],["20449.670","14783.119"],["19337.082","15245.513"],["19314.534","15088.399"],["20066.716","15302.486"],["20036.784","15461.911"],["19502.310","13206.943"],["23899.138","16348.249"],["21602.129","9225.883"],["20955.826","16128.647"],["20816.256","16108.419"],["20929.971","16100.075"],["20829.034","16135.067"],["20926.150","16098.604"],["19174.244","13102.325"],["19214.005","13085.321"],["17812.662","14313.302"],["17804.904","14280.533"],["17783.247","14254.941"],["19581.163","13755.306"],["19580.544","13731.590"],["23158.152","8079.853"],["23124.316","7908.383"],["24934.333","16762.967"],["24798.372","16715.917"],["18598.689","15546.572"],["18586.695","15528.832"],["18604.996","15544.387"],["20007.664","11195.559"],["20096.185","11183.587"],["20078.047","11192.224"],["18194.466","12527.804"],["18248.517","12497.431"],["18231.653","12545.320"],["18236.237","12452.603"],["25058.282","8347.433"],["25156.897","8372.834"],["25187.381","8473.798"],["25180.305","8481.976"],["24996.250","8385.896"],["23048.988","15640.187"],["23050.291","15669.424"],["18503.261","15472.952"],["20008.086","14027.664"],["20014.007","14224.571"],["19956.946","14040.013"],["26107.674","16262.726"],["26224.292","16318.063"],["26149.051","16283.748"],["26235.270","16333.188"],["26144.534","16279.685"],["26111.033","16266.113"],["26227.520","16243.686"],["26234.352","16248.708"],["25795.084","16439.160"],["25822.085","16473.699"],["25825.208","16475.084"],["20408.259","12793.456"],["20469.942","12883.011"],["21044.975","12325.783"],["20356.410","16437.475"],["20294.586","11723.715"],["20344.052","11718.829"],["22215.070","16056.607"],["22208.620","16056.098"],["22220.722","16100.041"],["20367.995","11515.376"],["19788.934","11140.289"],["19867.360","11171.357"],["19921.996","11115.903"],["19888.934","11127.858"],["19799.737","11189.737"],["19862.046","11110.959"],["19913.649","11084.807"],["19851.629","11172.703"],["23080.238","8065.022"],["20895.198","10416.021"],["20833.586","10362.646"],["20891.977","10416.981"],["23001.324","10338.442"],["23973.231","16491.879"],["18440.333","14827.901"],["26199.498","16727.760"],["26190.469","16723.216"],["26162.618","16729.690"],["26079.858","16593.124"],["26094.829","16581.023"],["26077.782","16604.872"],["26210.224","16730.137"],["26238.008","16766.815"],["26203.170","16730.813"],["26120.982","16772.358"],["26194.061","16728.181"],["26208.846","16759.325"],["26079.864","16610.628"],["26118.867","16774.644"],["26086.152","16599.712"],["26081.434","16605.635"],["26209.620","16757.836"],["26202.973","16734.690"],["26005.020","16205.572"],["26017.336","16278.523"],["26005.747","16295.047"],["26018.122","16272.897"],["25897.447","16328.509"],["26023.286","16330.399"],["25983.302","16280.397"],["26009.096","16297.209"],["25978.675","16279.120"],["20967.682","11798.028"],["19637.629","11963.802"],["19622.797","11962.013"],["19111.354","15269.670"],["21898.068","14596.692"],["21910.097","14605.479"],["22898.425","7873.607"],["23080.590","7870.001"],["18137.863","14602.002"],["18231.438","14599.289"],["21130.071","15368.980"],["21078.945","15375.900"],["21077.961","15494.909"],["21190.794","15325.602"],["21075.330","15359.703"],["21122.097","15455.179"],["21078.483","15490.921"],["20472.756","15533.000"],["20473.292","15529.006"],["18807.598","15993.612"],["20327.818","12539.348"],["20767.993","12558.656"],["20686.571","12701.138"],["20695.523","12565.991"],["20806.406","16196.326"],["20886.716","16192.590"],["19602.836","13066.680"],["19577.775","13073.039"],["19660.905","11839.362"],["19630.708","11826.887"],["19639.010","11780.779"],["19585.065","11761.184"],["19660.250","11864.024"],["19524.921","11794.595"],["19623.544","11823.783"],["26499.788","16534.038"],["26504.683","16530.233"],["26491.936","16495.585"],["26478.834","16488.491"],["26489.901","16488.267"],["26626.532","16560.017"],["26636.177","16555.450"],["26635.037","16423.474"],["26598.188","16395.662"],["26591.740","16393.115"],["26499.097","16529.718"],["26640.642","16427.033"],["26594.943","16396.171"],["26586.535","16391.932"],["26632.667","16417.675"],["26631.861","16555.368"],["26481.306","16543.521"],["26516.992","16387.908"],["26508.155","16507.249"],["25969.086","16730.029"],["25944.019","16718.382"],["25945.801","16751.621"],["25945.214","16725.715"],["25951.884","16753.827"],["25944.451","16746.629"],["25947.121","16712.057"],["25951.333","16703.624"],["25957.225","16709.256"],["25940.019","16613.166"],["25932.571","16598.998"],["25942.358","16623.256"],["25931.030","16594.733"],["25929.307","16611.993"],["25962.998","16727.266"],["25936.627","16625.388"],["25945.529","16702.546"],["25994.090","16696.470"],["25957.670","16715.064"],["25954.386","16722.586"],["25948.187","16728.368"],["25945.569","16754.979"],["19675.351","13079.820"],["19572.482","13053.269"],["19642.512","13015.217"],["19628.442","12981.945"],["20404.517","12720.007"],["20480.337","12639.248"],["20036.505","15661.285"],["20008.894","15587.001"],["20076.470","15654.525"],["20059.292","15509.940"],["20060.474","15709.036"],["20062.655","15516.451"],["22805.750","7874.567"],["22874.943","7887.974"],["22854.894","7832.731"],["18196.881","12915.924"],["18073.126","12817.136"],["18185.440","12910.141"],["18432.119","12874.374"],["18324.854","12957.988"],["18337.511","12902.008"],["18309.995","12903.898"],["18363.733","12961.888"],["24558.126","8658.528"],["20343.619","14770.477"],["20277.955","14750.658"],["19732.027","13010.406"],["19838.800","13039.147"],["19750.695","13040.880"],["19922.012","12990.724"],["19623.833","12548.949"],["19623.561","12719.485"],["21095.725","14437.002"],["19778.532","14361.549"],["19823.019","14347.452"],["19835.819","14316.498"],["20338.999","12864.957"],["23058.077","8303.030"],["18834.104","15142.795"],["18709.465","15226.767"],["18730.635","15159.455"],["18837.319","15165.340"],["18855.806","15283.060"],["18719.761","15151.587"],["19438.840","14919.434"],["19313.186","15024.728"],["19392.107","15068.716"],["19444.148","14927.036"],["19392.990","15063.991"],["18713.016","14886.994"],["20182.245","10834.467"],["18009.576","12917.806"],["18030.243","12827.113"],["18018.159","12899.676"],["24726.028","16744.244"],["24674.090","16632.921"],["24612.545","16614.276"],["24589.594","16568.661"],["20154.212","12669.586"],["25720.913","15885.068"],["25685.351","15878.567"],["25694.996","15875.758"],["25715.742","15890.322"],["18527.979","12706.403"],["18638.158","12733.109"],["18536.496","12557.411"],["18469.903","12624.802"],["18529.291","12617.443"],["18628.291","12755.660"],["18621.833","12657.402"],["18496.171","12578.536"],["18573.080","12714.157"],["18572.410","12746.295"],["21434.120","14479.412"],["21530.843","14573.429"],["21460.041","14467.283"],["21545.728","14495.906"],["20287.026","16372.166"],["21514.065","15824.118"],["21506.686","15814.441"],["21591.838","15749.164"],["25975.173","8744.117"],["20636.399","14782.254"],["20732.850","14795.443"],["20725.880","14797.539"],["20669.851","14678.206"],["19945.429","13436.019"],["26324.460","16828.324"],["26403.354","16796.133"],["26353.503","16795.827"],["26254.224","16786.629"],["26388.176","16791.364"],["26302.450","16807.812"],["26302.117","16810.903"],["20422.745","16053.438"],["20423.586","16049.599"],["20358.705","15987.271"],["20418.153","16010.387"],["19149.109","12728.766"],["18784.809","11874.871"],["18815.439","11890.526"],["20700.942","10609.520"],["21388.778","16344.576"],["19093.223","12011.933"],["19016.167","11965.828"],["18982.728","11939.401"],["20640.767","12509.593"],["20635.865","12435.982"],["20771.839","12416.594"],["20641.211","12487.931"],["22097.155","14864.374"],["21374.917","9004.750"],["24436.008","8144.520"],["24475.013","8223.473"],["24467.437","8193.441"],["25305.759","8400.539"],["25345.408","8416.253"],["20195.953","12227.897"],["20153.696","12223.185"],["18848.155","14010.016"],["21209.156","15421.309"],["23812.763","8609.927"],["17979.610","13137.850"],["17968.515","13003.440"],["18033.649","13152.617"],["17966.376","13001.625"],["24379.287","16458.507"],["24460.107","16486.062"],["24523.045","16520.563"],["20527.285","10125.498"],["20452.351","10049.046"],["20536.945","10051.727"],["20423.957","10085.312"],["20456.449","15368.672"],["20542.659","15395.268"],["20371.633","15460.214"],["20388.513","15459.514"],["20462.009","15353.674"],["19465.661","11142.385"],["19410.328","11170.621"],["25294.499","8591.497"],["21076.008","11958.851"],["19568.118","10848.365"],["19569.934","10840.764"],["20344.057","13075.106"],["20348.396","13128.203"],["26374.457","8855.622"],["26376.499","8882.601"],["26430.020","8883.672"],["24869.824","8647.739"],["24987.933","8651.495"],["20011.229","13357.844"],["19504.307","12315.089"],["19484.638","12258.056"],["24917.868","8752.072"],["24888.705","8742.344"],["20544.896","13064.173"],["20461.073","13072.461"],["20478.453","13102.172"],["20459.771","13119.289"],["20365.665","12975.218"],["18926.570","14022.721"],["18567.688","12138.398"],["18508.420","12219.830"],["18462.728","12217.284"],["18573.324","12136.643"],["19642.650","11234.253"],["19632.404","11238.697"],["18051.214","13055.328"],["18102.370","13125.703"],["18052.632","13045.327"],["20780.086","12115.319"],["24623.073","8533.843"],["19280.613","11833.878"],["19212.229","11912.250"],["19620.216","11370.736"],["19610.329","11480.364"],["19650.995","11408.471"],["21457.924","16342.002"],["21441.711","16351.372"],["25513.837","17747.512"],["19770.567","11874.880"],["19741.704","11868.137"],["19729.470","11887.687"],["19733.788","11906.406"],["19047.968","15714.655"],["18273.429","12649.521"],["18329.902","12657.830"],["18303.046","12656.992"],["19859.210","15939.575"],["19848.622","15950.436"],["20090.049","11990.828"],["20054.081","11980.330"],["19956.405","12006.251"],["20036.530","11952.207"],["20097.200","11950.849"],["25969.723","8731.354"],["21748.693","8865.388"],["17733.025","13691.330"],["17712.498","13636.987"]] \ No newline at end of file diff --git a/src/gathering/10149.json b/src/gathering/10149.json new file mode 100644 index 0000000..3ce4bfe --- /dev/null +++ b/src/gathering/10149.json @@ -0,0 +1 @@ +[["21682.908","9366.988"],["21681.325","9367.191"],["19540.672","10623.250"],["19541.282","10625.068"],["18758.707","11951.954"],["18760.226","11952.625"],["21204.364","13349.565"],["21202.436","13350.160"],["24471.674","7854.185"],["24471.015","7852.301"],["20935.412","9867.797"],["20933.920","9867.778"],["23052.588","9805.997"],["21408.412","9972.700"],["19256.115","11105.976"],["19254.560","11104.924"],["20776.540","11105.291"],["21882.308","11052.086"],["20940.561","12395.931"],["20938.517","12395.698"],["20643.550","11607.429"],["20646.343","11588.939"],["20641.717","11607.645"],["18883.738","14050.652"],["18885.816","14050.558"],["22269.441","10430.961"],["20163.366","13819.406"],["20161.540","13819.243"],["20427.578","12472.656"],["20425.555","12472.186"],["18499.236","11918.102"],["18500.977","11919.040"],["19687.827","12931.173"],["19688.563","12929.347"],["24419.922","7999.985"],["24515.164","8037.141"],["24513.394","8036.738"],["24418.397","7999.318"],["18314.361","14602.139"],["18315.052","14604.015"],["18416.932","14897.125"],["18418.283","14898.511"],["21840.398","8828.704"],["21965.169","8798.712"],["21838.609","8828.406"],["21963.422","8798.250"],["21723.305","9386.721"],["21721.908","9387.587"],["22023.007","10816.853"],["22020.999","10816.200"],["21108.419","12990.398"],["21106.332","12990.403"],["19861.578","10907.170"],["19860.271","10908.423"],["27549.341","11198.185"],["27547.582","11197.137"],["21091.335","10806.596"],["23333.521","8380.903"],["23331.711","8380.955"],["26307.079","8714.200"],["26305.359","8713.109"],["23522.410","8015.520"],["23523.694","8013.627"],["19487.195","12456.297"],["19446.289","12446.922"],["19448.147","12447.616"],["19487.501","12458.188"],["17777.239","13471.495"],["17778.868","13472.625"],["18158.928","14406.962"],["18160.819","14407.412"],["22165.324","8642.296"],["22163.628","8642.469"],["26062.691","15966.057"],["26060.681","15966.396"],["24724.902","16902.449"],["24726.939","16901.178"],["18994.404","11696.123"],["18996.048","11694.847"],["27986.426","9360.662"],["27984.454","9360.626"],["19381.674","12697.573"],["19383.493","12698.319"],["21123.868","9682.063"],["21122.485","9681.059"],["18420.768","14372.031"],["18422.745","14372.234"],["22905.945","10194.685"],["22904.606","10193.904"],["23216.620","9796.548"],["23214.571","9796.124"],["20861.259","13102.319"],["24149.435","7614.266"],["24147.798","7614.977"],["18295.755","11963.769"],["18297.788","11963.585"],["22835.403","7964.910"],["22833.627","7964.415"],["19857.094","13226.143"],["19855.436","13226.517"],["22013.450","9393.770"],["22011.747","9394.100"],["20509.685","13541.301"],["20507.956","13540.216"],["17791.580","13031.148"],["17792.119","13029.253"],["25640.495","17417.007"],["25639.257","17415.473"],["18028.529","12554.539"],["18028.824","12552.598"],["20210.792","11327.313"],["20209.121","11326.548"],["20732.729","10216.607"],["20730.941","10216.875"],["19620.375","10894.384"],["19622.180","10895.186"],["22060.600","10682.168"],["22212.965","10774.458"],["22212.062","10776.080"],["22059.372","10681.837"],["19745.817","11979.227"],["19744.323","11980.273"],["21462.189","10238.432"],["21460.532","10238.832"],["18260.033","13881.709"],["18262.027","13881.647"],["19588.483","14218.576"],["19586.645","14218.645"],["21231.631","12699.682"],["19369.703","11017.857"],["19368.137","11017.056"],["24228.992","8087.019"],["24227.847","8088.420"],["21159.933","11000.539"],["20745.711","12134.459"],["20743.918","12134.626"],["24106.531","8840.729"],["24104.939","8839.873"],["20939.781","13352.321"],["20937.720","13352.056"],["21410.079","9973.349"],["19939.254","11355.953"],["19937.500","11355.372"],["19099.021","13668.337"],["19100.736","13669.158"],["20433.380","11851.669"],["20431.324","11851.686"],["22828.414","16159.016"],["22827.174","16157.435"],["19941.216","13897.700"],["19939.693","13898.769"],["19050.564","11276.367"],["19052.416","11277.064"],["23519.312","16906.402"],["23517.269","16906.485"],["19779.256","11620.371"],["19777.990","11619.843"],["18635.585","14155.642"],["18634.833","14157.333"],["22640.831","8258.493"],["22587.961","8247.134"],["22586.190","8246.768"],["22639.176","8258.424"],["23898.274","17746.805"],["23897.198","17745.514"],["17692.529","12250.981"],["17690.754","12250.479"],["21033.423","10327.289"],["21031.661","10326.736"],["27618.958","8580.897"],["27617.099","8580.071"],["21525.897","11142.646"],["22578.431","10377.622"],["22576.614","10377.535"],["21129.294","9370.225"],["21128.149","9370.028"],["20605.521","12005.431"],["23139.178","9559.100"],["23137.088","9558.859"],["20518.255","12438.205"],["20516.374","12438.734"],["23759.003","8265.291"],["23760.605","8263.732"],["27720.231","16782.668"],["27718.538","16781.538"],["23844.469","7866.887"],["23842.825","7867.185"],["23213.639","8213.306"],["23213.249","8211.273"],["20312.186","10014.150"],["20310.451","10013.495"],["19335.459","15239.312"],["19336.742","15237.783"],["19350.833","13238.503"],["19352.254","13239.966"],["24067.690","7905.799"],["23953.411","7998.181"],["23979.179","8098.654"],["23950.632","7998.047"],["23978.131","8098.136"],["24067.731","7907.576"],["27507.729","12209.781"],["27506.137","12208.465"],["22937.268","15670.138"],["22936.035","15668.558"],["20303.041","11799.831"],["21211.030","10065.083"],["21211.186","10066.972"],["23018.179","7903.374"],["22903.678","8080.996"],["22902.924","8082.665"],["23016.391","7903.077"],["23081.284","10272.119"],["23082.153","10274.132"],["20971.996","11804.080"],["20970.031","11804.727"],["19573.946","12106.969"],["19575.818","12107.589"],["20428.017","13719.604"],["20426.118","13720.050"],["20176.392","11444.243"],["20176.519","11446.177"],["20682.901","11281.338"],["20674.102","11392.448"],["20680.923","11281.829"],["23312.372","9353.101"],["23310.439","9353.379"],["23022.546","8278.331"],["23023.430","8280.098"],["17848.978","12864.182"],["17850.548","12862.912"],["20794.543","11318.741"],["20793.377","11320.220"],["26224.969","16991.794"],["26223.316","16990.622"],["21519.105","9573.716"],["21517.925","9572.954"],["21533.144","10846.640"],["24135.760","7807.333"],["24050.416","7872.877"],["24048.609","7872.689"],["24134.406","7806.177"],["19437.105","11182.542"],["19437.744","11184.303"],["18983.260","13873.766"],["18981.491","13873.262"],["19560.013","11152.777"],["19562.013","11152.525"],["21835.648","14419.513"],["21834.101","14418.473"],["19675.413","11291.368"],["19675.081","11289.534"],["19741.461","11718.009"],["19743.084","11719.234"]] \ No newline at end of file diff --git a/src/gathering/10150.json b/src/gathering/10150.json new file mode 100644 index 0000000..d39a9a0 --- /dev/null +++ b/src/gathering/10150.json @@ -0,0 +1 @@ +[["19640.508","15853.711"],["19642.365","15854.153"],["19642.421","15852.905"],["20993.734","13986.898"],["19525.870","15635.019"],["19525.947","15637.756"],["25744.100","17301.953"],["25741.995","17301.356"],["23019.041","16373.484"],["23017.105","16373.631"],["20240.878","16324.910"],["20243.493","16323.886"],["26047.629","17336.891"],["26049.442","17337.303"],["25755.021","17004.193"],["25698.312","17125.005"],["25800.535","17197.152"],["25753.423","17003.192"],["23279.381","16260.712"],["23277.961","16260.316"],["25077.589","16650.313"],["19554.440","14826.472"],["19556.670","14827.360"],["25145.711","16827.916"],["25143.833","16827.999"],["19392.878","14559.981"],["19395.378","14561.269"],["25317.205","16863.947"],["25315.653","16863.764"],["21720.093","14681.419"],["27517.603","16797.512"],["27515.745","16797.325"],["26853.760","16668.330"],["26851.956","16667.855"],["18620.933","14854.929"],["18622.040","14856.772"],["18912.089","14531.182"],["18912.943","14528.524"],["22683.315","14668.082"],["22684.102","14669.790"],["26671.471","16636.531"],["26669.642","16636.237"],["26038.912","16973.680"],["26037.486","16974.897"],["25486.478","17362.815"],["22794.133","16406.471"],["22625.995","14943.017"],["22624.273","14942.275"],["27047.578","16356.565"],["27046.112","16355.936"],["18868.407","14419.836"],["18869.642","14418.955"],["25850.437","17364.248"],["22522.381","14825.296"],["22520.210","14825.601"],["21203.387","15763.118"],["21205.879","15763.703"],["25609.341","17412.929"],["25607.553","17412.565"],["27881.279","17388.282"],["27879.730","17388.649"],["26871.008","16829.436"],["26698.175","16797.711"],["26696.265","16798.252"],["26869.142","16829.462"],["24544.954","16761.469"],["24543.191","16761.373"],["23484.199","16856.196"],["26970.307","16609.882"],["26968.447","16609.967"],["20164.085","15603.841"],["20162.669","15603.631"],["27090.439","16304.516"],["27089.296","16302.782"],["24130.104","16706.984"],["18623.226","14575.219"],["18471.626","14658.769"],["18480.474","14547.374"],["18473.358","14659.696"],["18624.258","14572.602"],["18482.974","14548.662"],["18473.627","14658.296"],["22712.704","16070.793"],["24012.165","16881.281"],["18824.659","14771.265"],["18825.768","14772.277"],["26074.489","17491.657"],["26072.634","17491.394"],["19578.333","14655.726"],["19579.729","14654.703"],["25461.018","17019.644"],["25459.259","17019.227"],["25472.229","17168.649"],["19938.332","15990.127"],["19940.832","15991.414"],["24359.471","16843.568"],["24357.734","16843.538"],["24780.913","16951.453"],["24779.063","16952.497"],["27655.122","17490.910"],["27688.619","17562.245"],["27653.266","17490.768"],["22936.565","14773.007"],["27389.007","16488.889"],["27387.178","16488.618"],["19948.779","15900.052"],["19966.078","15781.815"],["19968.578","15783.103"],["19951.338","15900.594"],["28153.615","17236.591"],["19183.574","15199.945"],["19186.201","15200.902"],["22852.935","15927.816"],["19204.518","14684.930"],["19204.146","14683.059"],["19202.910","14683.705"],["23165.681","15729.405"],["19302.645","15519.228"],["19301.190","15519.219"],["27814.098","16991.714"],["27812.257","16991.832"],["22250.167","14390.082"],["22499.917","14602.619"],["21692.467","14321.968"],["21691.745","14323.580"],["27657.759","16947.094"],["27572.296","16977.288"],["27656.055","16947.751"],["27570.491","16976.773"],["25799.132","16830.349"],["25797.404","16830.325"],["19260.468","15615.550"],["19262.893","15614.328"],["23691.181","16672.461"],["23689.330","16672.752"],["19437.145","15515.069"],["19439.476","15516.773"],["20656.149","15999.829"],["20655.919","15997.117"],["27284.067","16052.222"],["19458.294","15121.206"],["19460.867","15122.817"],["19460.844","15121.408"],["28284.852","17091.629"],["28283.766","17090.175"],["22996.288","15546.353"],["22994.737","15546.739"],["22960.433","15277.991"],["18453.421","14775.454"],["18453.775","14778.243"],["21154.555","15405.181"],["21156.780","15406.987"],["22420.278","14433.028"],["22251.991","14390.249"],["22418.409","14433.021"],["19950.646","15545.237"],["19948.221","15544.122"],["21809.930","14004.856"],["21808.155","14004.306"],["24139.221","17242.120"],["24137.349","17242.210"],["18878.727","15129.626"],["18881.414","15130.588"],["28044.600","17177.611"],["28043.018","17176.628"],["24747.251","16715.732"],["24745.588","16715.733"],["26003.398","17457.606"],["20530.450","15389.462"],["20532.950","15390.750"],["18480.455","15024.068"],["18480.591","15025.964"],["18479.135","15024.601"]] \ No newline at end of file diff --git a/src/gathering/10151.json b/src/gathering/10151.json new file mode 100644 index 0000000..65b9b92 --- /dev/null +++ b/src/gathering/10151.json @@ -0,0 +1 @@ +[["19331.867","11353.097"],["19329.877","11353.311"],["21109.764","10780.301"],["21111.867","10780.131"],["22662.824","9139.726"],["22665.005","9139.889"],["20207.998","15743.283"],["20210.054","15742.255"],["18840.518","15845.885"],["18841.375","15847.523"],["17672.424","12838.268"],["17671.312","12836.764"],["18498.092","13668.199"],["18497.498","13665.048"],["20840.291","11788.713"],["20839.674","11789.617"],["20227.229","10853.204"],["20227.683","10855.427"],["18420.436","12472.608"],["18421.317","12474.374"],["20389.840","14944.316"],["20391.765","14945.299"],["18820.285","14859.989"],["18818.420","14860.343"],["21504.378","15335.796"],["21506.128","15335.132"],["19397.567","12327.513"],["19395.843","12327.385"],["25134.685","8311.753"],["25133.846","8313.707"],["19230.171","13051.486"],["19228.253","13052.061"],["20920.989","16166.037"],["20919.922","16167.697"],["21461.671","9434.322"],["21461.878","9436.627"],["20563.297","10099.201"],["20565.566","10099.718"],["21873.596","9951.666"],["21874.412","9953.839"],["25959.796","8218.348"],["25962.044","8218.376"],["19780.153","11837.901"],["19778.851","11839.432"],["18935.250","15612.233"],["18934.862","15610.384"]] \ No newline at end of file diff --git a/src/gathering/10152.json b/src/gathering/10152.json new file mode 100644 index 0000000..0ca76d7 --- /dev/null +++ b/src/gathering/10152.json @@ -0,0 +1 @@ +[["21749.659","9193.879"],["21625.548","9305.562"],["21623.990","9304.925"],["21748.504","9194.460"],["22043.539","8958.242"],["22041.949","8958.519"],["22309.428","8554.561"],["22300.416","8546.290"],["22298.454","8545.835"],["21396.285","9333.459"],["22259.237","8734.183"],["22257.621","8735.548"],["21894.176","8913.327"],["21808.537","9450.431"],["21806.645","9449.662"],["21647.836","9176.398"],["21646.648","9177.012"],["22088.921","8625.270"],["22088.166","8626.360"],["22732.911","9005.506"],["22790.534","9162.093"],["22732.340","9006.726"],["22791.774","9161.840"],["21894.202","8957.143"],["22034.862","9133.470"],["21863.612","9136.940"],["21947.382","9124.053"],["21833.338","9009.086"],["22033.731","9134.161"],["22008.205","9415.206"],["22006.507","9416.454"],["21972.827","9311.577"],["21941.712","9168.197"],["22554.494","8738.071"],["22017.945","8682.722"],["22016.021","8682.733"],["21837.797","9384.568"],["21924.880","9432.665"],["21835.730","9384.207"],["22027.527","8845.522"],["22026.448","8846.320"],["21828.863","8957.041"],["21826.966","8957.153"],["21532.087","9211.719"],["22812.713","9251.248"],["22811.512","9251.123"],["21571.446","9439.944"],["22512.140","8599.652"],["22510.912","8600.121"],["22641.086","8964.162"],["22671.723","8985.976"],["22669.688","8986.491"],["22639.051","8963.661"],["21782.394","8920.904"],["21780.633","8920.453"]] \ No newline at end of file diff --git a/src/gathering/10153.json b/src/gathering/10153.json new file mode 100644 index 0000000..1f308a1 --- /dev/null +++ b/src/gathering/10153.json @@ -0,0 +1 @@ +[["23639.165","17883.826"],["23640.104","17882.162"],["24304.458","17171.993"],["24306.656","17171.074"],["23928.282","17263.370"],["23929.277","17262.054"],["23518.224","17656.936"],["23517.530","17655.151"],["23970.039","17075.496"],["23971.721","17074.714"],["24523.326","16935.929"],["23688.911","17396.167"],["23690.487","17395.269"],["23585.170","17586.256"],["23574.733","17420.064"],["23584.747","17585.220"],["23576.495","17419.273"],["23458.100","17244.083"],["23342.817","17222.065"],["23459.844","17243.372"],["23344.686","17221.580"],["23869.355","17699.914"],["23925.138","17635.673"],["23871.099","17699.203"],["23926.229","17635.087"],["24373.629","17004.507"],["24375.205","17003.424"],["24134.671","17419.759"],["24136.263","17420.045"],["24135.710","17418.194"],["23816.224","17871.858"],["23817.107","17870.523"],["23730.467","17636.293"],["23730.763","17634.583"],["24141.561","17265.616"],["24040.016","17296.433"],["23965.465","17399.738"],["24143.852","17265.158"],["23966.989","17399.395"],["24041.523","17295.223"],["23356.487","17580.586"],["23358.231","17579.876"],["23439.251","17588.888"],["23444.952","17422.451"],["23446.563","17421.468"],["23441.150","17588.900"],["23325.506","17091.391"],["23330.635","17017.211"],["23332.223","17016.104"],["23327.222","17092.272"]] \ No newline at end of file diff --git a/src/gathering/10201.json b/src/gathering/10201.json new file mode 100644 index 0000000..abbc4fa --- /dev/null +++ b/src/gathering/10201.json @@ -0,0 +1 @@ +[["25325.486","17432.472"],["25404.875","17478.350"],["25374.968","17567.305"],["25328.338","17615.195"],["25311.183","17577.656"],["25324.187","17452.885"],["25374.935","17561.574"],["25270.838","17577.937"],["25379.820","17515.233"],["25314.160","17610.984"],["19628.315","15796.049"],["19677.012","15891.811"],["19617.129","15780.993"],["19650.682","15902.757"],["19587.152","15806.522"],["19683.074","15880.985"],["19696.881","15894.309"],["19516.022","15867.872"],["19534.019","15775.209"],["19517.030","15831.365"],["19626.780","15829.597"],["19557.381","15882.943"],["19590.060","15736.235"],["19609.136","15753.594"],["19682.488","15817.696"],["19684.215","15919.627"],["19710.236","15890.081"],["19669.064","15834.647"],["19570.802","15926.932"],["19518.956","15889.706"],["19648.347","15768.408"],["19629.718","15905.708"],["19644.022","15879.461"],["19697.588","15889.305"],["19515.307","15794.925"],["19708.211","15825.258"],["19532.509","15887.229"],["19563.768","15752.649"],["19628.492","15861.555"],["19609.264","15916.553"],["19653.912","15891.125"],["21502.300","16110.469"],["21432.554","16075.510"],["21451.497","16060.900"],["21558.111","16134.356"],["21589.693","16126.042"],["21613.630","16066.392"],["21576.225","16018.116"],["21582.560","15954.573"],["21528.226","16019.230"],["21503.944","16095.621"],["21469.225","16089.401"],["21421.657","16081.297"],["21435.383","16075.444"],["21435.493","16070.578"],["21591.535","16124.142"],["21603.120","16043.980"],["21597.262","16049.032"],["21603.310","15977.176"],["21559.566","15978.009"],["21522.025","16031.121"],["21486.675","16117.537"],["21458.863","16103.274"],["21439.947","16091.536"],["21450.531","16078.714"],["21452.714","16070.891"],["21585.235","16115.505"],["21579.926","16051.972"],["21583.787","15954.616"],["21561.014","15964.070"],["21531.597","16017.645"],["21507.053","16120.758"],["21464.077","16105.933"],["21477.954","16124.655"],["21421.197","16083.444"],["21444.852","16068.298"],["21415.469","16123.577"],["21593.229","16132.994"],["21595.123","16052.418"],["21606.320","15944.294"],["21567.296","15975.597"],["21528.670","16034.771"],["17325.894","14565.091"],["17387.372","14557.362"],["17323.707","14588.147"],["17361.928","14566.578"],["21621.104","6588.707"],["21817.516","6555.460"],["21828.421","6472.124"],["21767.599","6572.438"],["21710.510","6512.355"],["21662.171","6520.398"],["21701.727","6419.622"],["21781.151","6597.177"],["13641.004","13522.198"],["13629.711","13523.776"],["20065.101","8125.623"],["10452.434","16379.186"],["10461.780","16397.813"],["16613.315","18750.261"],["16580.634","18850.905"],["16574.755","18751.583"],["21799.358","16667.162"],["21805.673","16662.389"],["21818.575","16655.408"],["21820.657","16652.166"],["31539.947","10506.194"],["31558.877","10609.981"],["31634.118","10477.429"],["31705.350","10540.017"],["31590.181","10552.707"],["31585.695","10632.739"],["31692.399","10465.128"],["31617.835","10492.590"],["31548.006","10619.808"],["31669.001","10578.481"],["31603.832","10542.368"],["31633.820","10629.832"],["31641.026","10505.604"],["31586.328","10600.056"],["31694.363","10559.423"],["31592.303","10544.185"],["32160.888","10964.825"],["32193.306","10999.425"],["32182.183","10875.046"],["32169.178","10971.415"],["32226.392","10860.528"],["24715.777","8955.006"],["24570.943","8971.648"],["24704.675","9012.199"],["24712.553","8999.763"],["24670.958","8984.156"],["24681.550","9015.006"],["24648.540","8999.697"],["17799.861","18516.418"],["17744.175","18662.848"],["21980.932","6437.557"],["21872.368","6589.481"],["22027.281","6573.114"],["15998.312","15217.711"],["15998.362","15242.792"],["16021.290","15219.255"],["16073.388","15285.209"],["16044.727","15233.904"],["16025.299","15191.829"],["15954.457","15090.223"],["16005.330","15233.259"],["16108.899","15214.943"],["16086.234","15259.462"],["16038.905","15236.943"],["16050.003","15194.009"],["15943.411","15112.832"],["16071.548","15248.767"],["16013.157","15241.283"],["16013.140","15268.236"],["16100.412","15203.548"],["16013.629","15286.445"],["16120.170","15286.544"],["16075.641","15285.209"],["16079.457","15289.453"],["16111.020","15292.244"],["16049.760","15239.668"],["16033.609","15244.953"],["16060.056","15236.398"],["16020.907","15206.098"],["16014.542","15216.106"],["16051.006","15210.408"],["21193.384","15688.167"],["21146.354","15713.184"],["21150.009","15636.824"],["21060.546","15592.453"],["21017.557","15715.595"],["21046.838","15604.967"],["21094.068","15523.038"],["21077.802","15515.185"],["21074.590","15678.013"],["21044.066","15700.656"],["21183.838","15673.095"],["21134.356","15649.593"],["21073.506","15599.257"],["21105.215","15709.043"],["21097.921","15613.829"],["21006.307","15712.986"],["21049.931","15589.710"],["21049.333","15531.966"],["21091.370","15532.353"],["21096.123","15507.256"],["21038.835","15694.694"],["21182.330","15684.732"],["21164.248","15628.708"],["21059.756","15591.462"],["21096.721","15620.815"],["21060.402","15547.589"],["21109.261","15511.154"],["21103.344","15529.067"],["21102.123","15542.050"],["21100.646","15511.946"],["21094.985","15681.134"],["21031.434","15687.956"],["21195.683","15689.376"],["21162.707","15666.101"],["21074.546","15576.804"],["21071.885","15634.324"],["21052.907","15606.139"],["21069.300","15552.379"],["21096.608","15685.829"],["21088.685","15677.287"],["21098.199","15669.948"],["21117.824","15673.693"],["21142.083","15560.886"],["21109.308","15507.039"],["21098.903","15521.123"],["21083.101","15550.661"],["21083.524","15536.075"],["21083.044","15679.499"],["21041.352","15713.191"],["7958.161","14850.896"],["7964.592","14848.468"],["7950.842","14858.906"],["7948.161","14840.871"],["14932.166","19112.878"],["14900.916","19103.828"],["14912.888","19274.283"],["14890.392","19242.082"],["14908.153","19115.207"],["14959.074","19112.317"],["14920.850","19138.361"],["10484.857","15646.730"],["10480.806","15642.118"],["10493.247","15667.282"],["10496.857","15660.595"],["10525.972","15638.582"],["10532.094","15632.355"],["10549.729","15628.642"],["10552.026","15650.771"],["10546.394","15659.687"],["10544.354","15677.065"],["10528.307","15680.791"],["10514.273","15674.768"],["10512.442","15693.945"],["10525.827","15696.221"],["10502.758","15612.949"],["10499.363","15609.867"],["10513.380","15617.287"],["10498.702","15636.223"],["10484.102","15644.284"],["10490.804","15644.140"],["10499.826","15663.558"],["10489.512","15671.897"],["10516.455","15662.777"],["10507.349","15700.631"],["10522.148","15695.147"],["10536.277","15696.815"],["10541.076","15679.950"],["10535.202","15681.183"],["10545.122","15656.982"],["10547.815","15649.041"],["10559.592","15688.614"],["10563.909","15665.674"],["10562.361","15667.855"],["10563.526","15690.593"],["10547.692","15696.349"],["10500.151","15660.105"],["10495.692","15657.237"],["10493.236","15670.566"],["10498.715","15668.071"],["10498.686","15641.791"],["10483.759","15631.327"],["10486.925","15626.950"],["10492.511","15592.657"],["10503.703","15591.418"],["10521.442","15670.958"],["10533.890","15637.618"],["10511.969","15604.531"],["10543.574","15696.427"],["10616.148","15601.964"],["10648.268","15587.641"],["10601.681","15592.690"],["18708.923","13834.938"],["18707.410","13882.370"],["18770.667","13890.017"],["17562.529","17066.758"],["17494.419","17012.206"],["17525.480","17025.993"],["20554.500","11920.770"],["8578.893","18794.259"],["8567.524","18771.471"],["8576.627","18753.714"],["8577.831","18748.912"],["8600.307","18765.152"],["8572.455","18848.629"],["8581.912","18793.190"],["8603.362","18767.533"],["8606.189","18764.267"],["8585.177","18798.128"],["20363.870","14576.306"],["20361.453","14597.528"],["21072.958","13906.675"],["21066.560","14012.681"],["21071.659","13911.723"],["20112.578","12238.560"],["20110.687","12290.368"],["17581.606","17532.097"],["17488.308","17459.897"],["17604.222","17446.307"],["17488.432","17475.185"],["17617.101","17470.006"],["17535.718","17501.709"],["17470.710","17471.243"],["17450.891","17428.105"],["17485.852","17418.191"],["17574.682","17538.009"],["17521.624","17444.806"],["17484.484","17540.965"],["17617.377","17411.371"],["17469.147","17448.518"],["17409.838","17500.839"],["17513.405","17573.381"],["17456.680","17484.125"],["17475.442","17411.684"],["17568.909","17512.146"],["17514.484","17492.708"],["17440.644","17470.896"],["17445.381","17432.730"],["17502.692","17484.070"],["10247.626","15963.327"],["10234.951","15979.995"],["27476.470","10195.379"],["27343.815","10137.121"],["27308.104","10106.341"],["27479.238","10159.123"],["27361.463","10119.731"],["27482.265","10165.432"],["27354.802","10127.014"],["27478.477","10206.956"],["27486.492","10148.173"],["27396.010","10124.190"],["27347.894","10122.456"],["21464.479","15190.857"],["21513.026","15183.922"],["21458.147","15187.951"],["21505.358","15189.502"],["21492.163","15186.318"],["21456.650","15189.999"],["21484.819","15165.970"],["28213.195","16603.560"],["28193.414","16579.509"],["28217.389","16598.639"],["28192.016","16583.242"],["28218.294","16598.176"],["28197.032","16582.267"],["28215.070","16606.615"],["27003.113","15475.746"],["27025.052","15453.884"],["26891.484","15421.518"],["26890.242","15335.815"],["27089.341","15329.764"],["26959.078","15313.167"],["27000.613","15496.440"],["26907.446","15309.820"],["27050.021","15409.928"],["27083.425","15342.447"],["26964.807","15455.862"],["27013.638","15430.894"],["26969.919","15305.142"],["26982.274","15495.614"],["27007.832","15455.816"],["26890.991","15478.727"],["27089.144","15402.744"],["26943.103","15411.802"],["27005.542","15379.641"],["27017.861","15404.612"],["27059.675","15337.327"],["27080.498","15404.412"],["26983.418","15358.560"],["14925.798","12930.681"],["15052.862","12770.906"],["15027.821","12912.416"],["15010.110","12871.951"],["14948.113","12830.343"],["14891.897","12802.506"],["15051.933","12902.130"],["15061.407","12847.133"],["14980.711","12921.238"],["14947.784","12857.395"],["15009.321","12876.311"],["15029.368","12896.532"],["15053.315","12896.961"],["15037.673","12835.275"],["15025.666","12833.343"],["14985.547","12906.605"],["14978.260","12924.508"],["9953.058","15727.877"],["9933.087","15719.384"],["9960.219","15819.810"],["22336.245","14583.566"],["22388.192","14623.425"],["22354.690","14569.512"],["22296.311","14584.409"],["22399.327","14584.648"],["22351.926","14533.128"],["22302.511","14584.755"],["22401.087","14570.032"],["22347.551","14525.829"],["22406.712","14614.226"],["22369.903","14509.165"],["17675.194","17730.343"],["17785.739","17736.942"],["17761.571","17701.756"],["16603.736","14186.240"],["16572.962","14223.711"],["16638.506","14213.235"],["20924.382","7793.641"],["20900.155","7831.279"],["20896.751","7811.873"],["20887.248","7779.950"],["20852.067","7793.031"],["20830.653","7729.100"],["20908.835","7734.121"],["20848.268","7757.836"],["20895.825","7751.858"],["20905.714","7806.836"],["20880.254","7890.932"],["20828.992","7742.560"],["20816.508","7705.995"],["20869.107","7769.348"],["20812.594","7725.235"],["20933.112","7756.615"],["20849.386","7832.172"],["20898.136","7851.858"],["20883.515","7832.552"],["20852.478","7792.007"],["26409.957","17227.651"],["26383.582","17301.266"],["26408.730","17312.833"],["26449.073","17244.749"],["26393.032","17267.040"],["26382.184","17298.260"],["26429.125","17325.847"],["26447.856","17246.368"],["26399.957","17269.022"],["26385.803","17324.767"],["26407.777","17319.819"],["26383.296","17260.418"],["26386.724","17329.028"],["26412.217","17333.395"],["14687.356","8700.254"],["14791.795","8681.641"],["8217.548","10570.446"],["8254.541","10568.182"],["8257.936","10467.136"],["18841.989","17380.676"],["18824.471","17341.601"],["18717.362","17221.767"],["18744.424","17285.715"],["18782.639","17292.354"],["18873.568","17371.708"],["18744.111","17281.767"],["18758.609","17316.136"],["16788.743","17927.535"],["16867.501","17852.248"],["16956.296","17884.659"],["16818.182","17909.569"],["16963.304","17863.730"],["19783.082","6127.791"],["19802.424","6108.270"],["19792.506","6107.890"],["19801.865","6149.987"],["19840.236","6141.482"],["19770.088","6180.078"],["19848.098","6186.271"],["19741.752","6133.764"],["23672.239","17873.939"],["14870.585","12592.360"],["14810.720","12659.085"],["14794.848","12581.996"],["14875.999","12744.839"],["14771.836","12718.475"],["14688.903","12755.742"],["14727.115","12705.637"],["14733.532","12687.591"],["14875.886","12696.104"],["14855.210","12646.120"],["14761.821","12564.291"],["14750.598","12670.012"],["14743.608","12648.641"],["14770.964","12739.004"],["14693.177","12677.054"],["15751.258","17003.546"],["15730.781","17020.689"],["15750.288","17033.356"],["19742.542","16697.006"],["30455.822","14547.023"],["30406.248","14563.968"],["30386.807","14540.137"],["25789.860","17504.984"],["25767.033","17538.701"],["25770.646","17571.231"],["25791.958","17585.932"],["25786.456","17506.999"],["25784.413","17535.871"],["25808.858","17583.281"],["25825.709","17560.045"],["25782.294","17516.346"],["25786.252","17530.356"],["25781.575","17576.765"],["25787.065","17583.314"],["25784.498","17510.929"],["25782.275","17534.979"],["25771.789","17579.225"],["25807.920","17565.164"],["23883.044","5875.267"],["23839.705","5880.420"],["23934.738","5931.006"],["23872.830","5875.135"],["23923.291","5902.385"],["23901.531","5931.568"],["19841.987","5857.319"],["19839.223","5959.912"],["19757.546","5993.008"],["19748.598","5941.514"],["19746.937","5965.791"],["19733.528","5982.369"],["19806.214","5881.563"],["19812.990","5914.379"],["19814.289","5956.229"],["19829.964","5883.347"],["19793.352","5960.605"],["19796.164","5957.864"],["19815.638","5988.863"],["19792.924","5894.941"],["19740.112","5971.505"],["19805.358","5915.816"],["28616.313","15683.054"],["14858.399","12525.912"],["14867.487","12417.926"],["14819.644","12529.535"],["14761.092","12482.385"],["14795.795","12337.436"],["14783.472","12338.045"],["14699.105","12523.425"],["14764.424","12418.035"],["14880.965","12529.909"],["14729.349","12480.205"],["14788.602","12444.608"],["20244.004","15224.024"],["20243.560","15222.917"],["20230.682","15223.694"],["20222.113","15209.325"],["27478.299","12340.397"],["27470.980","12349.861"],["15506.727","14860.626"],["15453.527","14765.110"],["15416.572","14783.862"],["15402.289","14757.482"],["15383.072","14662.072"],["15427.524","14785.044"],["15371.614","14752.973"],["15489.093","14727.191"],["15312.875","14803.111"],["15391.919","14697.777"],["15423.778","14778.033"],["15338.755","14669.738"],["15490.707","14849.891"],["15429.563","14783.343"],["15414.714","14785.282"],["15367.404","14715.616"],["15458.743","14831.815"],["15316.124","14665.411"],["15349.213","14857.216"],["15399.518","14721.047"],["15493.961","14778.107"],["15452.183","14759.288"],["15504.227","14871.824"],["15487.039","14862.905"],["15426.405","14773.285"],["15429.793","14774.540"],["15435.632","14798.537"],["15401.918","14750.402"],["15401.161","14758.131"],["15382.329","14778.312"],["15382.799","14728.696"],["15380.068","14754.972"],["15380.430","14728.151"],["15453.314","14675.409"],["15485.023","14668.439"],["15336.966","14828.984"],["17821.540","17132.470"],["17637.991","17027.844"],["17769.353","17120.790"],["17648.543","17171.846"],["17680.780","17164.018"],["17655.127","17026.372"],["17808.739","17123.771"],["17720.355","17178.771"],["17758.134","17157.519"],["17695.587","16992.483"],["17712.325","16990.231"],["17657.474","17158.014"],["17776.677","17186.059"],["17818.684","17061.083"],["17803.747","17143.333"],["17658.682","17040.313"],["17777.916","17094.638"],["17785.333","17032.631"],["17679.810","17106.842"],["17667.134","16990.501"],["17749.934","17195.531"],["17821.497","17028.928"],["17812.580","17140.955"],["17649.833","17044.723"],["17821.124","17070.856"],["17759.347","17068.495"],["17759.857","17078.916"],["17665.353","17167.552"],["17658.428","17173.448"],["17648.264","17143.853"],["17697.409","17145.818"],["17674.453","17011.443"],["17655.933","17019.386"],["17634.609","17191.038"],["14896.445","17421.705"],["14894.063","17469.671"],["14904.994","17570.833"],["14912.756","17498.770"],["14978.075","17421.977"],["14999.149","17463.140"],["14990.319","17472.035"],["14953.824","17529.944"],["14908.219","17443.774"],["15035.777","17562.646"],["14981.769","17437.456"],["15016.110","17525.482"],["14949.085","17491.102"],["14946.110","17414.523"],["14973.795","17576.278"],["15013.346","17612.614"],["14898.977","17504.324"],["14985.733","17418.728"],["14988.808","17430.635"],["14906.708","17414.735"],["14898.865","17463.659"],["14886.939","17423.319"],["14918.169","17525.042"],["14912.901","17571.256"],["14910.651","17493.006"],["14902.658","17514.443"],["15011.748","17456.733"],["14977.060","17443.950"],["14909.305","17451.288"],["15016.898","17472.134"],["14967.674","17457.895"],["14962.541","17521.092"],["15071.220","17608.251"],["15031.731","17548.806"],["15032.948","17560.697"],["15052.252","17601.817"],["15057.186","17605.880"],["15032.162","17530.023"],["14895.538","17447.606"],["15053.295","17535.277"],["14955.978","17581.338"],["14966.493","17588.995"],["14975.885","17592.925"],["14982.480","17594.560"],["15029.570","17600.294"],["14928.427","17478.964"],["14899.685","17497.767"],["20350.913","7288.903"],["20341.127","7448.490"],["20338.709","7405.203"],["20351.554","7295.113"],["7242.785","14648.095"],["7248.609","14639.993"],["7259.992","14643.485"],["18862.145","12012.326"],["18777.202","12038.435"],["18760.583","12059.926"],["18833.345","11934.774"],["18769.140","12069.201"],["18850.122","12019.345"],["32166.719","12714.789"],["32295.942","12558.627"],["32166.998","12730.793"],["14452.181","15506.674"],["14426.309","15451.989"],["14381.170","15505.405"],["14399.629","15502.281"],["21556.901","14445.690"],["21602.708","14422.755"],["21575.685","14391.690"],["21604.081","14361.104"],["21601.819","14430.732"],["21567.871","14446.202"],["21574.500","14406.933"],["19646.119","15706.533"],["19544.277","15682.796"],["19552.551","15697.317"],["19556.192","15698.191"],["19561.580","15628.676"],["19579.432","15695.515"],["19519.283","15703.873"],["19590.268","15618.233"],["19559.214","15590.967"],["20694.968","6220.540"],["20736.860","6356.461"],["20710.445","6368.517"],["20760.149","6383.579"],["20747.024","6383.150"],["20668.512","6367.202"],["20575.600","6308.771"],["20627.590","6257.259"],["20668.166","6360.645"],["20609.449","6392.222"],["20620.271","6411.611"],["20583.117","6314.419"],["20614.498","6377.722"],["20644.021","6303.288"],["20697.435","6269.690"],["20745.281","6373.323"],["20726.728","6293.736"],["20725.034","6293.918"],["20751.975","6306.783"],["20728.850","6295.024"],["20604.137","6362.957"],["20611.933","6291.264"],["20616.192","6388.391"],["20586.472","6407.334"],["20724.656","6391.622"],["20721.876","6225.627"],["20736.942","6323.629"],["20713.044","6262.225"],["20700.642","6285.049"],["20698.833","6221.680"],["20713.504","6235.206"],["20643.873","6408.391"],["20665.041","6257.854"],["20568.265","6242.594"],["20682.590","6359.588"],["20586.817","6324.014"],["20571.785","6258.614"],["20609.219","6374.369"],["6586.805","7444.194"],["6574.729","7454.619"],["6648.583","7410.304"],["6627.675","7470.924"],["6465.069","7467.952"],["22816.058","10076.347"],["14760.290","13863.714"],["14738.081","13960.423"],["14796.218","13991.841"],["14794.473","13873.629"],["14694.347","14004.833"],["14743.190","13888.394"],["14693.081","13975.353"],["14817.436","13973.984"],["14853.294","13897.858"],["14682.974","13924.445"],["14703.810","13900.688"],["14766.525","13934.332"],["14875.023","13950.548"],["14854.566","13871.159"],["14699.157","13909.280"],["14802.730","13863.043"],["14750.465","13907.442"],["14764.133","13963.478"],["14717.604","13950.266"],["14762.658","13962.895"],["14805.355","13966.710"],["14781.096","13947.205"],["14836.123","13855.480"],["14816.419","13895.877"],["11590.948","15941.511"],["11589.861","16067.977"],["11546.501","16038.491"],["18678.781","9178.822"],["25003.946","6390.631"],["21099.446","13717.486"],["21097.259","13700.426"],["21114.512","13732.067"],["14983.250","19358.528"],["14944.617","19493.971"],["14901.342","19319.931"],["14948.973","19379.139"],["15000.059","19371.608"],["14935.291","19500.792"],["14921.605","19335.109"],["14936.194","19327.958"],["14928.564","19509.512"],["14932.643","19494.532"],["24975.796","6019.916"],["14384.129","13333.271"],["14378.125","13332.347"],["14305.537","13375.698"],["14318.481","13368.134"],["14331.730","13363.520"],["14415.584","13391.410"],["14410.277","13373.340"],["14405.786","13192.446"],["14348.123","13324.552"],["14383.272","13321.791"],["14392.565","13337.662"],["14308.563","13362.354"],["14308.662","13365.178"],["14331.253","13379.638"],["14325.612","13368.012"],["14402.070","13359.022"],["14407.859","13353.472"],["14364.168","13316.752"],["14343.699","13182.401"],["14294.865","13236.536"],["13618.063","12593.710"],["13517.893","12620.446"],["13568.759","12597.064"],["13440.325","12611.126"],["13469.609","12595.945"],["13523.043","12614.207"],["13535.009","12576.569"],["13532.065","12602.746"],["13506.516","12575.351"],["13520.004","12548.888"],["13430.457","12613.472"],["13425.086","12553.588"],["13605.397","12637.345"],["13520.816","12683.092"],["13468.135","12690.442"],["13571.161","12724.893"],["13420.348","12682.305"],["13572.518","12745.121"],["21213.712","12792.207"],["21202.965","12781.672"],["21217.274","12802.829"],["16168.074","12900.418"],["16316.302","12874.586"],["16193.457","12886.230"],["16292.896","12800.748"],["16278.539","12910.457"],["16304.161","12935.522"],["16258.261","12837.251"],["16321.805","12801.543"],["16220.569","12791.497"],["16279.034","12837.565"],["16330.325","12807.538"],["16275.372","12811.331"],["16286.477","12946.499"],["16269.428","12879.349"],["16356.130","12800.051"],["16272.329","12783.619"],["28667.655","8306.319"],["28616.487","8280.902"],["28610.089","8287.954"],["28631.043","8286.418"],["28573.165","8256.261"],["17048.050","16869.557"],["4546.690","13038.698"],["4555.548","13047.102"],["4538.479","13133.159"],["4502.340","13076.030"],["4431.952","13060.389"],["4536.563","12970.536"],["13707.101","12257.344"],["20205.176","6008.090"],["20193.219","6111.905"],["20304.547","6179.688"],["20259.852","6131.109"],["20197.726","6086.273"],["20269.556","5998.276"],["20219.157","6084.424"],["20343.577","6194.898"],["20341.488","6163.866"],["20332.804","6151.992"],["20350.650","6175.080"],["20216.920","6017.140"],["20303.743","6188.616"],["20146.443","6054.002"],["20209.502","6064.225"],["20178.663","6102.260"],["20172.364","6011.888"],["20187.446","6027.363"],["20168.893","6098.676"],["20197.051","6039.997"],["20194.222","6005.679"],["15335.036","14078.858"],["15462.088","14055.632"],["15357.624","14091.015"],["15401.834","14035.129"],["15375.491","14062.618"],["15503.796","14224.311"],["15456.061","14033.518"],["15336.120","14131.068"],["15352.756","14124.491"],["15316.136","14107.638"],["15434.833","14177.792"],["15333.462","14039.933"],["15414.241","14081.928"],["15447.861","14157.725"],["15504.224","14111.512"],["23013.685","16068.965"],["22990.532","16131.367"],["22910.941","16055.683"],["22925.249","15954.157"],["22981.018","15935.305"],["23072.509","15964.080"],["23044.215","16010.471"],["22997.024","16086.702"],["23045.894","16136.371"],["22954.245","15990.342"],["22961.429","15943.398"],["23067.707","15970.620"],["22928.899","16023.817"],["22931.873","15961.779"],["23056.292","15978.101"],["23025.305","15993.919"],["22972.764","16097.619"],["22994.217","16140.203"],["22937.847","16012.571"],["22992.860","15939.913"],["23068.134","15967.399"],["23028.655","16024.145"],["23041.835","15981.714"],["18500.059","18755.350"],["18470.034","18793.055"],["18557.493","18748.166"],["18566.753","18755.647"],["18554.029","18886.128"],["18553.381","18741.114"],["18487.039","18862.330"],["18531.539","18722.980"],["18508.651","18888.077"],["20525.586","14410.026"],["20542.183","14388.614"],["20537.872","14396.467"],["20374.327","14334.742"],["20525.866","14395.146"],["20383.380","14446.043"],["20543.680","14386.616"],["20528.717","14448.461"],["20533.662","14413.990"],["20417.031","14448.488"],["23902.491","16836.822"],["23863.216","16846.742"],["23852.707","16838.997"],["23912.918","16827.128"],["23806.185","16802.884"],["23829.039","16868.609"],["23817.008","16808.400"],["25648.238","15967.197"],["13736.571","14776.023"],["13663.431","14792.940"],["13744.965","14697.031"],["13745.574","14736.255"],["13791.100","14766.411"],["14647.038","13211.489"],["14575.648","13373.577"],["14515.937","13335.376"],["14468.949","13389.554"],["14543.423","13376.922"],["14559.626","13377.846"],["14516.552","13373.498"],["14505.417","13386.578"],["14541.934","13280.116"],["14563.119","13304.644"],["14498.503","13224.541"],["14484.376","13218.541"],["14641.626","13207.113"],["14555.001","13366.044"],["14463.156","13314.291"],["14480.429","13383.972"],["14555.545","13372.297"],["14547.617","13381.199"],["14515.565","13376.950"],["14518.526","13383.606"],["20653.435","6617.246"],["20691.791","6497.808"],["20698.222","6464.463"],["20726.643","6487.469"],["20654.735","6562.201"],["20667.958","6563.340"],["20708.381","6565.457"],["20716.786","6509.998"],["20738.332","6562.781"],["20692.246","6616.241"],["20691.341","6557.100"],["20733.365","6587.918"],["20651.231","6489.418"],["20598.106","6554.290"],["20578.649","6502.118"],["20673.682","6508.130"],["20630.590","6601.540"],["20640.771","6501.160"],["20746.243","6587.653"],["20776.407","6578.867"],["20701.901","6616.373"],["20765.799","6620.354"],["20617.531","6474.505"],["20593.057","6455.033"],["20723.699","6493.580"],["20570.014","6478.303"],["20757.230","6532.988"],["20720.667","6621.278"],["20731.736","6573.087"],["15260.095","13948.691"],["15259.174","13960.450"],["15144.789","13965.228"],["15218.227","13926.614"],["15130.168","13882.383"],["15251.953","13966.874"],["15142.467","14018.004"],["15151.071","14003.312"],["15229.280","13910.578"],["15249.344","13881.419"],["15132.520","13841.309"],["15295.225","14019.161"],["15264.355","13958.187"],["15260.194","13960.185"],["15269.009","13941.259"],["15176.337","14002.962"],["15156.053","13975.254"],["19366.875","15700.963"],["19418.816","15702.680"],["32672.525","12430.712"],["15081.749","14466.854"],["14977.861","14458.162"],["14921.832","14647.918"],["14915.429","14505.387"],["14972.162","14481.296"],["15002.925","14638.151"],["15078.349","14570.369"],["15067.902","14646.023"],["15043.536","14631.310"],["15069.276","14467.773"],["14884.743","14643.888"],["14930.857","14533.876"],["14985.797","14480.734"],["14920.179","14596.008"],["14954.981","14604.641"],["15091.855","14551.518"],["22477.783","15568.759"],["18926.124","18328.079"],["19042.760","18392.686"],["18944.388","18434.782"],["18889.364","18363.686"],["18905.252","18324.661"],["18973.829","18372.207"],["18941.189","18362.068"],["18976.493","18397.905"],["19994.914","12498.908"],["19963.171","12438.094"],["19987.431","12517.190"],["19941.559","12488.602"],["19973.335","12481.451"],["19974.141","12469.279"],["19997.546","12511.030"],["29739.961","15352.065"],["18797.430","13428.442"],["18860.596","13593.076"],["18729.937","13561.058"],["18847.619","13602.952"],["18782.188","13412.904"],["18741.713","13543.816"],["18779.030","13493.515"],["18828.623","13600.872"],["25032.144","6018.678"],["24989.825","6009.644"],["18586.672","16967.065"],["18648.941","16898.879"],["18643.531","16857.689"],["18647.447","16905.152"],["18615.105","16790.532"],["18613.711","16982.854"],["18634.631","16867.301"],["18640.489","16913.046"],["18622.495","16837.358"],["18646.887","16906.539"],["18625.023","16799.450"],["32247.005","11601.049"],["32206.550","11644.467"],["32193.014","11693.418"],["27808.177","16972.281"],["15278.481","15588.316"],["15291.614","15700.120"],["15124.553","15560.764"],["15200.307","15553.422"],["15097.121","15604.027"],["15132.215","15524.636"],["15296.846","15526.085"],["15251.119","15632.745"],["15172.383","15656.441"],["15114.391","15630.712"],["15288.820","15691.682"],["28687.788","8559.595"],["28642.015","8606.399"],["28576.373","8694.376"],["28702.196","8585.441"],["21394.564","16123.395"],["21400.831","16136.211"],["18640.207","17008.427"],["28279.705","10829.331"],["28331.780","10848.573"],["27500.327","6869.744"],["27501.692","6924.162"],["11865.009","16705.431"],["11859.205","16620.111"],["11733.782","16674.353"],["23404.194","8537.805"],["7216.742","14096.830"],["7223.976","14208.969"],["7595.876","8948.265"],["18632.609","15998.661"],["16132.262","14843.244"],["16140.605","14820.766"],["16140.868","14794.837"],["16107.630","14848.732"],["16123.238","14831.226"],["16143.156","14785.492"],["16138.347","14847.852"],["16134.630","14832.030"],["16141.164","14800.121"],["16119.470","14799.527"],["16107.465","14834.248"],["16130.820","14829.459"],["16138.057","14764.006"],["28676.126","8319.680"],["18208.870","17348.542"],["18249.243","17201.396"],["18220.063","17207.137"],["18116.830","17199.909"],["18187.895","17218.984"],["18106.238","17207.588"],["18161.468","17206.729"],["18237.821","17303.344"],["18121.097","17358.576"],["18137.586","17378.330"],["18141.271","17314.808"],["18171.550","17211.040"],["18176.710","17366.160"],["25318.158","17883.292"],["25369.541","17894.574"],["25290.247","17910.030"],["25359.096","17877.150"],["25320.641","17887.355"],["25358.175","17876.936"],["25327.434","17883.457"],["17223.884","16152.565"],["8348.457","11736.313"],["8351.895","11749.823"],["26320.563","13429.034"],["26381.089","13420.338"],["26388.749","13417.533"],["26306.250","13402.449"],["26318.721","13424.410"],["26381.226","13395.345"],["26414.769","13415.006"],["26324.741","13422.379"],["26377.217","13426.640"],["26405.657","13433.041"],["26317.549","13401.376"],["26304.609","13433.427"],["26391.784","13409.782"],["26386.890","13427.409"],["5831.090","11394.843"],["5868.866","11442.461"],["27095.702","15474.618"],["13362.881","12717.797"],["23789.694","6293.984"],["14034.354","13807.250"],["26662.289","15910.742"],["26668.174","15856.409"],["26588.980","15861.578"],["26561.558","15922.166"],["26567.167","15787.401"],["26598.161","15730.699"],["26475.332","15815.472"],["26638.734","15731.148"],["26663.026","15729.017"],["26661.234","15870.067"],["26609.688","15851.140"],["26594.309","15844.798"],["26597.331","15781.968"],["26559.058","15871.249"],["26543.647","15787.830"],["26667.911","15798.110"],["26649.704","15867.127"],["26603.306","15793.700"],["26476.624","15858.450"],["26551.312","15772.124"],["26553.697","15860.002"],["26522.700","15719.320"],["26558.099","15725.395"],["27920.213","16097.489"],["27899.826","16128.466"],["27913.288","16096.118"],["16641.276","17958.039"],["16699.604","17948.746"],["16695.854","17986.104"],["16624.861","17858.220"],["16611.347","17955.798"],["16660.026","17927.601"],["5623.386","7362.631"],["5632.874","7361.429"],["5682.413","7399.931"],["5769.860","7451.350"],["17712.249","17477.322"],["17638.466","17503.499"],["17682.472","17548.784"],["17798.187","17539.275"],["17744.647","17445.106"],["17758.150","17457.459"],["17778.676","17489.997"],["17654.354","17427.512"],["17715.996","17457.007"],["17654.786","17564.590"],["17677.296","17566.451"],["17816.686","17435.428"],["17751.077","17445.060"],["17753.725","17462.533"],["17758.475","17484.699"],["17677.791","17497.091"],["17644.749","17486.703"],["17653.811","17420.543"],["20740.696","11783.305"],["20664.648","11907.294"],["20744.906","11782.265"],["20611.129","11879.300"],["20701.244","11910.464"],["20597.823","11842.141"],["20689.533","11833.355"],["20776.518","11747.203"],["20122.632","17244.888"],["20091.422","17229.036"],["20102.385","17229.066"],["31680.259","13175.786"],["31684.914","13174.547"],["31658.664","13167.396"],["31696.417","13036.948"],["31523.240","13170.735"],["31695.495","13056.816"],["13783.688","9490.498"],["13741.641","9460.168"],["13680.238","9532.889"],["13764.062","9400.076"],["13715.105","9453.147"],["13786.787","9390.867"],["13811.601","9386.226"],["28298.994","10181.548"],["14842.453","13004.459"],["14882.522","13028.466"],["14721.632","13018.469"],["14743.963","12994.603"],["14812.397","12976.122"],["14825.644","12983.864"],["31499.176","10565.726"],["31496.791","10520.193"],["31499.406","10515.288"],["2729.845","11021.217"],["19344.367","13753.893"],["15978.729","13968.286"],["16022.721","13990.538"],["16079.053","13931.055"],["16053.944","13952.654"],["15974.240","13886.367"],["15975.021","13876.490"],["16097.395","13969.410"],["16113.724","13937.298"],["16004.865","13903.708"],["15942.768","13841.907"],["16025.128","14010.865"],["16073.001","13909.552"],["16014.351","13888.879"],["15946.502","13855.879"],["16115.898","13962.292"],["16088.328","14005.704"],["15338.673","12077.581"],["15335.104","12068.448"],["15406.200","12033.999"],["15411.140","11950.400"],["15479.043","12038.117"],["15463.828","12076.646"],["15333.260","11984.846"],["15397.351","12020.919"],["15410.646","11923.414"],["15327.767","12026.729"],["15369.111","12035.634"],["15440.564","11948.451"],["15484.816","12016.548"],["16480.348","17218.115"],["16565.380","17249.444"],["16486.554","17201.139"],["16529.558","17208.404"],["16465.891","17232.005"],["16461.779","17259.453"],["16473.901","17275.622"],["16429.641","17275.539"],["16560.150","17266.405"],["16506.170","17264.704"],["7933.437","17405.947"],["7921.117","17400.058"],["7899.899","17384.966"],["7889.645","17351.057"],["7895.062","17334.814"],["7907.316","17334.921"],["7924.104","17405.144"],["7876.625","17346.015"],["7905.729","17338.107"],["7886.522","17349.421"],["19694.870","5289.594"],["19708.636","5242.658"],["19701.811","5226.605"],["19566.580","5251.428"],["19716.548","5322.559"],["19651.334","5336.679"],["19668.636","5250.470"],["19595.676","5181.717"],["19626.449","5336.878"],["19704.442","5183.219"],["19643.258","5170.998"],["30272.434","15166.342"],["16715.531","17219.323"],["16568.966","17222.920"],["16693.130","17223.056"],["16605.759","17312.796"],["16698.705","17206.673"],["16608.852","17251.799"],["14111.646","12759.815"],["27815.842","10251.264"],["30591.772","14777.232"],["30582.545","14764.681"],["30519.620","14851.592"],["4131.517","11783.054"],["26499.629","15706.271"],["26475.583","15560.094"],["26593.347","15551.995"],["26657.903","15586.099"],["26490.710","15671.277"],["26574.164","15664.490"],["26607.145","15590.053"],["26494.382","15695.800"],["26540.797","15652.926"],["26664.350","15582.846"],["26667.267","15558.380"],["26500.250","15703.119"],["26547.289","15683.581"],["26608.510","15694.016"],["26544.103","15607.344"],["26587.097","15551.632"],["26558.495","15509.650"],["26565.748","15553.366"],["26668.747","15508.025"],["3034.439","13039.939"],["20926.211","12388.013"],["20926.392","12369.698"],["20834.234","12356.348"],["20955.840","12372.705"],["20922.095","12343.092"],["16799.644","14440.704"],["16779.549","14366.017"],["16778.842","14369.816"],["16889.366","14301.689"],["16849.675","14312.396"],["16837.444","14336.845"],["16778.233","14338.250"],["16813.067","14399.084"],["16853.984","14374.951"],["16861.872","14399.737"],["16870.362","14421.591"],["16878.777","14385.853"],["16887.069","14430.294"],["21882.000","14193.107"],["21923.040","14194.308"],["22021.044","14207.688"],["21833.542","14050.798"],["21983.086","14028.347"],["21945.260","14186.479"],["22029.416","14215.219"],["22016.145","14052.674"],["21895.208","14177.384"],["21936.050","14187.355"],["21843.009","14102.440"],["21896.096","14157.516"],["21958.648","14178.453"],["21975.222","14207.407"],["21878.175","14096.219"],["21285.023","13607.092"],["7475.656","18441.808"],["7504.415","18388.096"],["7511.747","18380.637"],["7467.540","18459.837"],["7469.568","18434.321"],["7456.085","18400.147"],["7474.642","18397.352"],["7508.070","18388.049"],["7470.024","18408.187"],["7495.235","18385.406"],["7465.735","18464.982"],["7479.348","18425.194"],["25625.898","17306.868"],["25689.192","17212.589"],["25794.404","17214.731"],["25770.983","17243.699"],["25672.772","17265.421"],["13917.093","12416.043"],["13939.511","12371.964"],["13908.909","12458.798"],["13964.556","12439.342"],["13977.536","12456.811"],["21571.261","16405.232"],["6480.015","7836.456"],["14084.657","14115.019"],["14239.565","14032.737"],["13832.261","8781.190"],["16328.802","13437.032"],["31926.256","11014.250"],["31820.559","10999.187"],["31930.216","10894.635"],["31931.896","10942.572"],["31845.627","10964.895"],["31730.498","10901.885"],["31784.885","11041.021"],["31828.144","10946.464"],["15207.478","9212.064"],["15181.942","9258.304"],["15202.038","9216.755"],["15197.235","9198.628"],["14952.670","17111.288"],["14983.391","17177.951"],["14886.657","16999.710"],["14903.897","17013.489"],["14940.832","16992.093"],["14992.431","17005.751"],["14940.664","17032.617"],["14885.271","17142.771"],["14930.981","17091.658"],["14959.185","17189.935"],["14927.997","17176.361"],["14928.986","17133.223"],["14982.142","17139.566"],["14900.966","17020.057"],["14909.176","17018.080"],["14967.367","17022.124"],["14933.009","17023.099"],["14986.674","16996.172"],["14922.457","17031.262"],["14925.828","17033.508"],["14890.357","17035.511"],["14899.672","17083.563"],["14897.260","17117.351"],["14885.582","17117.962"],["14924.941","17101.311"],["14949.731","17088.124"],["14937.906","17092.269"],["14963.213","17137.333"],["14893.343","17091.399"],["15001.367","17086.874"],["14946.336","17162.158"],["14920.876","17155.205"],["14925.361","17157.024"],["14920.032","17154.729"],["14953.244","17120.094"],["14975.793","17143.909"],["14892.964","17126.310"],["14921.437","17168.183"],["14913.723","17182.551"],["14897.374","17159.776"],["14906.190","17161.907"],["14888.246","17152.576"],["14863.683","9155.404"],["14812.961","9089.028"],["14806.167","9048.245"],["14771.482","9013.740"],["27068.420","15260.731"],["27067.006","15257.328"],["26982.055","15259.277"],["26892.272","15263.343"],["26942.304","15259.196"],["28390.008","8968.745"],["28540.062","9135.947"],["18891.973","14141.943"],["18916.348","14211.836"],["22090.436","14174.678"],["22134.256","14203.441"],["22067.081","14153.026"],["22133.812","14212.640"],["22066.998","14185.198"],["22081.752","14149.674"],["22139.305","14207.057"],["16325.813","15010.155"],["16159.757","14966.432"],["16202.730","15031.355"],["16299.414","15043.884"],["16216.522","15049.474"],["16306.643","14941.467"],["16246.937","14954.958"],["16296.487","14971.402"],["16185.820","14894.602"],["16250.021","14897.000"],["16308.797","14885.296"],["16351.777","15076.542"],["16325.598","15047.234"],["16235.803","14993.463"],["16169.984","15077.746"],["16326.190","15077.196"],["16188.891","15081.099"],["16306.889","14933.705"],["16266.987","14953.290"],["16285.845","15002.880"],["16207.728","14895.956"],["16287.563","14896.460"],["16345.133","15074.593"],["16334.660","15067.284"],["16167.286","15079.341"],["16214.852","15005.773"],["16282.292","15040.251"],["16313.123","14939.964"],["16237.003","14955.899"],["16296.832","15008.380"],["16182.563","14882.050"],["16219.988","14896.042"],["16272.859","14903.363"],["16343.471","15076.723"],["16329.874","15035.888"],["16325.365","14879.118"],["16312.666","14950.186"],["16317.885","15013.161"],["16240.879","14998.578"],["16158.165","14986.837"],["16251.743","15021.561"],["16291.667","15053.761"],["16199.467","15082.585"],["16234.434","15051.834"],["16246.819","15071.057"],["16339.965","14932.202"],["16314.784","14943.829"],["16333.172","14945.679"],["16352.466","14964.194"],["16341.742","14943.088"],["16259.454","14937.171"],["16258.598","14928.616"],["16251.411","14940.590"],["16306.125","14977.364"],["16299.530","14991.154"],["16302.869","14993.599"],["16192.678","14887.484"],["16191.593","14897.690"],["16206.478","14906.542"],["16231.682","14891.632"],["16232.307","14888.263"],["16239.264","14890.542"],["16282.645","14903.743"],["16295.063","14890.283"],["16290.129","14890.812"],["16337.041","15080.621"],["16306.223","15046.673"],["16302.226","15040.083"],["16311.864","15046.326"],["5605.067","8919.785"],["16444.066","15166.564"],["16472.502","15240.355"],["16444.623","15100.897"],["16509.463","15123.559"],["16525.334","15214.374"],["16521.035","15241.717"],["16394.704","15266.484"],["16395.191","15216.549"],["16356.842","15201.558"],["16452.654","15225.526"],["16456.111","15210.888"],["16398.930","15103.392"],["16431.950","15172.420"],["16366.312","15127.955"],["16444.531","15098.262"],["16483.122","15125.765"],["16504.709","15193.085"],["16540.468","15260.143"],["16394.836","15282.119"],["16362.944","15240.704"],["16406.713","15206.994"],["16415.419","15229.212"],["16426.930","15227.788"],["16445.453","15184.546"],["16415.427","15115.002"],["16410.552","15169.298"],["16364.420","15134.462"],["16554.490","15290.692"],["16490.631","15107.589"],["16494.311","15265.871"],["16506.781","15219.873"],["16544.417","15273.609"],["16393.767","15275.050"],["16363.832","15228.664"],["16381.228","15211.484"],["16371.908","15204.762"],["16456.324","15211.393"],["16459.759","15231.009"],["16413.628","15215.347"],["16416.430","15110.526"],["16406.901","15186.127"],["16381.460","15150.729"],["16442.901","15105.425"],["16545.476","15288.363"],["16515.974","15158.653"],["16388.947","15203.144"],["16359.119","15245.282"],["16481.766","15095.004"],["16443.444","15102.898"],["16533.837","15214.291"],["16505.087","15192.375"],["16532.011","15191.748"],["16534.012","15269.529"],["16538.239","15257.307"],["16529.769","15270.321"],["16400.938","15287.817"],["16373.947","15230.728"],["16361.628","15245.130"],["16386.820","15207.124"],["16396.080","15202.863"],["16373.931","15189.733"],["16360.740","15203.936"],["16405.940","15185.459"],["16439.841","15240.786"],["16425.766","15195.545"],["16437.328","15217.890"],["16429.121","15196.767"],["16398.371","15097.958"],["16416.545","15104.812"],["16411.808","15117.066"],["16402.547","15134.008"],["16404.653","15132.819"],["16407.366","15136.023"],["16411.818","15182.511"],["16438.101","15176.152"],["16380.589","15162.622"],["16360.670","15134.263"],["16382.447","15134.775"],["21864.234","14824.273"],["15216.838","18441.019"],["15138.219","18361.333"],["15173.532","18344.867"],["15205.851","18321.217"],["15168.384","18411.638"],["15209.387","18361.795"],["15118.762","18368.897"],["15192.430","18365.726"],["15127.907","18325.973"],["15137.282","18385.643"],["14775.639","14331.410"],["14738.063","14411.770"],["14768.263","14305.536"],["14720.979","14444.867"],["14764.023","14412.167"],["14772.101","14380.371"],["14694.978","14446.916"],["14801.215","14347.842"],["14809.862","14395.321"],["14734.889","14356.939"],["14762.118","14434.112"],["28214.306","9523.134"],["28236.148","9478.179"],["28185.457","9476.693"],["28237.283","9505.611"],["16406.352","18259.200"],["16518.909","18309.800"],["16432.023","18455.358"],["16562.714","18376.340"],["16490.455","18275.332"],["16517.001","18304.961"],["16437.845","18408.422"],["16378.340","18324.463"],["16405.725","18290.623"],["16380.447","18282.377"],["16417.128","18379.117"],["16401.898","18394.064"],["16374.151","18412.396"],["16435.274","18335.365"],["16456.003","18420.280"],["16411.745","18339.442"],["16395.594","18408.410"],["16386.811","18405.008"],["16408.653","18322.944"],["16363.932","18292.060"],["16416.350","18387.320"],["16408.883","18335.892"],["16483.029","18280.791"],["16453.773","18416.062"],["16409.809","18427.970"],["16429.710","18311.752"],["16396.108","18443.659"],["16459.118","18306.715"],["16386.963","18445.955"],["16425.283","18282.948"],["16381.794","18381.589"],["16504.855","18259.866"],["16380.779","18384.534"],["16378.406","18407.039"],["16380.368","18340.620"],["16419.003","18427.788"],["20656.679","7495.140"],["20602.517","7485.495"],["20732.619","7650.890"],["20648.575","7668.127"],["20660.681","7642.347"],["20593.800","7537.221"],["20602.304","7531.044"],["20732.225","7674.688"],["20702.704","7666.310"],["20699.661","7632.388"],["20721.799","7652.570"],["20662.369","7524.405"],["20657.057","7606.668"],["20762.619","7593.929"],["20705.713","7680.695"],["20706.569","7657.706"],["20654.858","7672.850"],["20546.612","7088.218"],["20558.158","7080.902"],["20459.934","7091.438"],["20460.526","7061.612"],["20444.474","7123.808"],["20467.813","7068.086"],["20449.128","7097.070"],["20468.158","7082.289"],["20492.697","7135.253"],["20469.342","7140.836"],["17397.737","18710.436"],["17332.885","18848.421"],["17298.723","18788.754"],["17406.126","18727.447"],["17303.691","18824.209"],["17299.282","18777.375"],["17353.922","18680.229"],["17297.819","18768.322"],["17287.358","18793.114"],["17372.968","18698.974"],["17280.714","18773.788"],["17292.374","18794.138"],["17394.810","18698.495"],["17282.934","18861.286"],["17295.121","18805.319"],["19582.785","15577.655"],["19691.777","15711.345"],["19660.057","15691.180"],["19574.439","15522.911"],["19650.297","15674.229"],["19609.512","15531.371"],["24194.745","17148.842"],["24308.623","17065.292"],["24180.924","17184.459"],["24294.715","17056.114"],["24212.541","17105.056"],["24279.991","17152.732"],["24225.930","17196.762"],["24195.337","17130.691"],["24279.311","17183.553"],["24170.579","17179.488"],["24299.545","17068.748"],["32034.755","11571.622"],["32104.134","11621.582"],["31996.980","11495.327"],["31968.637","11609.683"],["32035.580","11675.116"],["32052.946","11664.522"],["32098.762","11594.432"],["32137.506","11635.653"],["32097.615","11623.335"],["32107.296","11690.976"],["31985.841","11548.170"],["31987.728","11648.224"],["31986.449","11568.270"],["32093.986","11682.490"],["32026.994","11675.644"],["32082.599","11636.564"],["32012.235","11694.417"],["5209.002","8736.094"],["5226.274","8673.863"],["5237.662","8611.277"],["5262.725","8579.871"],["5248.822","8544.257"],["23044.493","16489.912"],["23031.072","16521.170"],["22959.998","16554.166"],["22956.432","16372.374"],["23040.941","16493.231"],["23049.559","16523.812"],["22968.863","16525.528"],["22949.014","16380.731"],["23089.477","16495.329"],["23050.381","16549.345"],["22941.726","16510.612"],["23067.158","16495.675"],["23030.796","16506.425"],["23057.914","16532.450"],["22956.560","16546.139"],["22964.080","16354.075"],["14379.567","9589.442"],["14382.714","9764.142"],["22984.575","17201.894"],["23079.068","17253.004"],["23024.549","17372.672"],["22975.231","17323.336"],["22910.806","17346.091"],["22915.885","17327.252"],["22960.233","17203.562"],["23063.591","17245.358"],["23092.146","17321.305"],["23030.240","17395.926"],["22949.212","17323.749"],["22946.346","17347.483"],["23046.173","17250.296"],["23021.555","17379.823"],["22965.544","17335.194"],["22899.490","17342.375"],["22933.309","17366.567"],["22916.921","17329.730"],["22983.852","17203.100"],["23089.042","17209.005"],["23084.610","17241.312"],["23034.845","17400.963"],["22972.501","17358.745"],["22912.220","17324.852"],["22953.007","17343.883"],["16567.738","15627.123"],["16574.272","15624.461"],["16633.824","15675.548"],["16439.171","14195.691"],["16382.039","14203.173"],["16458.842","14200.910"],["16439.588","14210.919"],["16379.576","14234.992"],["16456.408","14217.178"],["16436.233","14230.011"],["16359.873","14227.956"],["16508.719","14218.980"],["16488.102","14188.292"],["16424.780","14205.336"],["16538.558","14198.768"],["16533.062","14162.205"],["16503.423","14139.684"],["16360.235","14168.862"],["16389.221","14198.062"],["16424.394","14208.710"],["16412.966","14225.809"],["16470.041","14073.785"],["16524.901","14112.277"],["16418.154","14097.461"],["16535.066","14098.519"],["16468.824","14072.101"],["16533.747","14123.879"],["16442.859","14117.628"],["20796.517","7583.326"],["20984.114","7591.215"],["20785.201","7575.696"],["20818.631","7524.341"],["20832.464","7476.694"],["20793.524","7603.887"],["20813.456","7622.281"],["20803.861","7556.365"],["20812.266","7546.901"],["20926.862","7676.863"],["20786.271","7571.418"],["20812.710","7530.370"],["20819.231","7604.531"],["20945.211","7548.700"],["20982.152","7548.486"],["22422.256","10394.234"],["23030.859","17445.261"],["23040.807","17462.231"],["23059.459","17486.397"],["23021.007","17440.323"],["23041.054","17466.987"],["23055.627","17465.207"],["23021.402","17455.369"],["23039.623","17461.884"],["23083.917","17470.905"],["23009.905","17431.009"],["23046.925","17436.269"],["23048.653","17481.640"],["27855.472","12067.878"],["18721.978","18673.528"],["18727.082","18531.445"],["18725.668","18500.430"],["18753.967","18522.514"],["18688.968","18591.629"],["18763.069","18533.493"],["18781.203","18487.334"],["18862.717","18569.174"],["18821.883","18556.003"],["18864.602","18640.717"],["18735.651","18537.242"],["18784.905","18528.546"],["14577.997","16673.186"],["14578.789","16669.412"],["28278.983","9144.400"],["15345.412","12930.636"],["15476.316","12965.739"],["15412.767","12760.708"],["15495.707","12865.137"],["15326.178","12782.054"],["15371.546","12788.877"],["15338.636","12947.630"],["15452.368","12967.423"],["15476.859","12934.640"],["15488.766","12858.713"],["15469.950","12838.316"],["20288.869","14007.582"],["20292.835","14011.388"],["20308.693","13995.386"],["4601.144","9583.434"],["4570.412","9444.875"],["4592.153","9489.371"],["4598.628","9443.648"],["4599.502","9516.996"],["4635.464","9541.868"],["4714.367","9522.093"],["4739.255","9460.603"],["4768.005","9391.930"],["4605.527","9380.175"],["4637.159","9427.170"],["4716.886","9430.093"],["16029.372","17637.020"],["15998.853","17779.917"],["15977.724","17821.694"],["15960.122","17798.512"],["16132.128","17759.753"],["15968.981","17674.397"],["15979.600","17763.688"],["16049.240","17643.098"],["15974.116","17761.304"],["16006.672","17768.758"],["15986.306","17784.523"],["16008.405","17643.265"],["16119.118","17689.811"],["16002.471","17759.091"],["28612.064","9268.842"],["20214.699","16337.719"],["7846.196","18816.862"],["7852.419","18811.387"],["7806.259","18868.149"],["7899.001","18755.387"],["7835.725","18683.337"],["7824.295","18810.210"],["7801.456","18848.084"],["7841.449","18873.790"],["7869.935","18777.030"],["7833.189","18741.456"],["7836.295","18818.629"],["7838.274","18787.857"],["7805.059","18865.028"],["7846.137","18878.546"],["7929.508","18724.476"],["7852.007","18769.605"],["7839.754","18677.969"],["7799.855","18722.205"],["7768.828","18727.980"],["7763.964","18747.854"],["7754.445","18773.792"],["7777.113","18795.851"],["7799.903","18694.727"],["7808.413","18712.441"],["7835.673","18784.210"],["7820.861","18779.998"],["7809.259","18757.699"],["7796.613","18738.295"],["7781.097","18757.698"],["7753.222","18755.154"],["7767.804","18780.161"],["7789.536","18796.224"],["7745.411","18797.159"],["7725.570","18746.245"],["7735.539","18756.171"],["7846.180","18821.403"],["7824.655","18812.415"],["7813.414","18859.446"],["7845.035","18882.972"],["7907.747","18713.964"],["7880.810","18774.610"],["7849.425","18685.351"],["7763.701","18786.848"],["7756.674","18793.992"],["7787.315","18761.493"],["7825.979","18749.580"],["7731.601","18703.473"],["7748.408","18789.275"],["7747.597","18777.620"],["7728.051","18753.103"],["10409.111","15751.625"],["10368.845","15737.438"],["10444.028","15736.842"],["10390.333","15743.483"],["10355.368","15914.503"],["10415.519","15726.221"],["10388.384","15754.698"],["10269.356","15929.560"],["10347.625","15895.939"],["10339.708","15901.726"],["10307.137","15907.828"],["10343.222","15812.862"],["10338.128","15854.603"],["10292.719","15853.227"],["10300.804","15869.164"],["10327.344","15841.267"],["19997.285","14353.589"],["19989.275","14370.461"],["19954.632","14343.164"],["20021.326","14367.546"],["20031.047","14352.597"],["19993.724","14365.699"],["19990.262","14348.776"],["19963.827","14355.814"],["20019.747","14353.673"],["20031.392","14375.157"],["9190.546","16526.084"],["9182.343","16524.560"],["9169.736","16511.783"],["9171.612","16505.805"],["19982.513","6951.140"],["20067.957","6871.815"],["20116.280","6911.716"],["20094.487","6918.949"],["20021.494","6909.222"],["20122.892","6932.607"],["19994.388","6944.352"],["19983.846","6946.102"],["19964.980","6866.334"],["19943.319","6867.192"],["20038.879","6869.899"],["20134.438","6844.333"],["20065.342","6930.328"],["20111.000","6909.519"],["20125.446","6853.955"],["19982.448","6954.922"],["19965.737","6846.499"],["20037.809","6891.319"],["20026.181","6941.955"],["20096.527","6938.256"],["20124.175","6894.259"],["20039.684","6930.031"],["21283.543","14456.542"],["21344.284","14505.130"],["21401.456","14513.118"],["21255.155","14520.076"],["21317.853","14467.227"],["21388.750","14573.047"],["21288.297","14487.557"],["21400.403","14489.104"],["21322.507","14529.721"],["21377.747","14572.023"],["21361.767","14482.306"],["21285.830","14493.998"],["13781.501","12734.168"],["13733.606","12695.176"],["32065.970","11248.412"],["32008.277","11190.043"],["31993.129","11272.771"],["32029.823","11128.276"],["32016.386","11252.787"],["32059.063","11253.396"],["31969.412","11275.579"],["31993.491","11090.885"],["20294.940","5774.312"],["20299.331","5744.980"],["20348.822","5724.386"],["20238.947","5617.394"],["20270.378","5581.473"],["20238.980","5644.693"],["20282.911","5591.729"],["20261.628","5591.911"],["20334.743","5690.959"],["20329.101","5715.947"],["20270.444","5721.159"],["20336.332","5706.956"],["20317.253","5735.511"],["20342.012","5677.846"],["20290.713","5738.275"],["20304.770","5634.470"],["20266.036","5686.560"],["20203.487","5673.116"],["6295.920","9483.624"],["20387.200","12353.131"],["20395.407","12441.653"],["20401.213","12460.233"],["20381.608","12435.378"],["20412.808","12345.848"],["20425.802","12442.050"],["20507.019","12410.159"],["20530.568","12346.727"],["20492.282","12406.145"],["20396.641","12361.207"],["16293.305","16165.403"],["16283.022","16256.551"],["16262.832","16333.614"],["16272.585","16283.507"],["16263.506","16297.743"],["16291.413","16165.535"],["16333.549","16173.215"],["16316.890","16154.602"],["16326.167","16217.872"],["16295.595","16319.560"],["16328.104","16231.365"],["16321.710","16204.362"],["16290.407","16260.135"],["16240.608","16172.620"],["16342.181","16343.223"],["16327.548","16143.041"],["16236.183","16203.289"],["16276.944","16308.363"],["16355.191","16292.702"],["16345.080","16285.831"],["17566.146","13843.284"],["17588.350","13853.358"],["17599.726","14020.073"],["17615.170","13984.284"],["17564.665","13830.963"],["18470.116","17594.646"],["18463.553","17602.310"],["16294.705","12578.179"],["16196.451","12742.058"],["16242.841","12680.185"],["16326.200","12695.301"],["16292.022","12740.510"],["16172.405","12756.757"],["16148.888","12574.975"],["16327.219","12646.697"],["16228.634","12726.142"],["16348.981","12578.347"],["16180.916","12647.385"],["16149.003","12599.615"],["16335.262","12653.402"],["16282.548","12701.253"],["21084.290","16289.098"],["6709.480","7449.039"],["6818.929","7401.666"],["18578.807","12115.055"],["18606.899","11959.138"],["18529.985","12023.930"],["18593.001","11990.451"],["18534.672","12029.165"],["18518.987","12113.073"],["18618.938","12039.947"],["18535.708","11997.159"],["18465.875","12017.872"],["18629.135","12026.520"],["18578.883","12019.042"],["18463.294","11965.873"],["13762.403","9814.612"],["20591.375","8591.728"],["20638.152","8623.685"],["20583.185","8680.382"],["20598.629","8586.179"],["20588.497","8621.918"],["20600.109","8651.315"],["20630.356","8653.792"],["20624.632","8659.804"],["22546.622","15730.551"],["22526.984","15752.202"],["22536.573","15737.140"],["15991.951","18124.379"],["15935.608","18049.007"],["15945.701","18148.557"],["16134.318","18137.569"],["15968.470","18047.488"],["15996.227","18192.207"],["16110.305","18153.490"],["16129.719","18223.776"],["15941.405","18143.924"],["15973.642","18224.271"],["16007.524","18195.006"],["16038.448","18114.371"],["16004.951","18218.056"],["16064.893","18052.405"],["16040.050","18166.014"],["16137.687","18212.836"],["15971.069","18193.868"],["16135.015","18098.491"],["16105.936","18092.116"],["15969.876","18165.791"],["15984.432","18194.412"],["15996.800","18240.935"],["15985.501","18184.255"],["16020.567","18182.339"],["16004.695","18214.841"],["15957.261","18161.431"],["15936.323","18176.278"],["15963.905","18203.000"],["15989.794","18160.935"],["15966.652","18230.894"],["15958.119","18156.534"],["16119.900","18175.733"],["15957.952","18176.195"],["28458.707","16044.497"],["28446.254","16137.706"],["14067.953","12235.508"],["14071.687","12243.154"],["14176.105","12317.953"],["14240.758","12210.606"],["14158.288","12243.218"],["14161.660","12229.873"],["22222.601","14655.438"],["22223.900","14640.657"],["16812.202","16533.741"],["16811.794","16554.531"],["16860.417","16388.626"],["16823.678","16441.824"],["16868.275","16387.487"],["14915.367","14056.326"],["18495.165","13386.882"],["18570.570","13392.352"],["18496.612","13382.307"],["19885.857","17347.806"],["19820.259","17313.056"],["19932.355","17258.766"],["19887.017","17313.391"],["19891.506","17340.976"],["19894.085","17404.881"],["19878.844","17338.935"],["19922.967","17199.769"],["19902.420","17220.104"],["19869.369","17287.330"],["19862.970","17342.149"],["19841.630","17382.107"],["19915.216","17350.415"],["19739.826","17372.086"],["19888.071","17361.941"],["19897.914","17260.219"],["19854.303","17290.518"],["19887.358","17363.758"],["19862.920","17313.363"],["19889.147","17347.278"],["19919.284","17287.672"],["19928.169","17254.693"],["19887.989","17339.926"],["19904.970","17237.362"],["19863.135","17288.371"],["19894.713","17318.813"],["19890.100","17399.993"],["14445.908","8504.951"],["14327.362","8430.608"],["14401.120","8397.624"],["12545.187","15514.548"],["12424.120","15555.277"],["12442.601","15607.640"],["12490.504","15612.261"],["12394.615","15579.183"],["12358.929","15688.062"],["12396.052","15679.120"],["14354.294","14776.182"],["14357.204","14703.677"],["14350.265","14772.467"],["14415.257","14821.785"],["19693.168","12943.500"],["19688.102","12919.537"],["19714.566","12938.628"],["19683.875","12939.338"],["19699.533","12944.029"],["19713.464","12950.883"],["19680.779","12949.426"],["27246.182","7628.550"],["27274.389","7608.731"],["27238.123","7663.661"],["14429.579","15288.929"],["30519.788","15213.202"],["18297.333","13792.348"],["18303.670","13772.089"],["18297.051","13755.460"],["18260.502","13698.591"],["18351.886","13715.740"],["17923.964","18038.411"],["17867.647","17873.779"],["17890.986","17865.951"],["17922.583","18034.580"],["17917.713","17922.747"],["17873.321","17905.042"],["17839.198","17883.706"],["17951.849","17912.651"],["17919.884","17896.735"],["9728.759","13808.192"],["9671.625","13787.341"],["9765.359","13812.379"],["9650.406","13801.145"],["9767.102","13806.136"],["20905.050","15804.179"],["20861.063","15759.884"],["20864.253","15719.746"],["20902.052","15752.819"],["20889.286","15814.820"],["20905.986","15763.071"],["20893.710","15749.192"],["20910.177","15736.254"],["20922.601","15800.720"],["20829.681","15781.272"],["20863.940","15731.851"],["20902.282","15758.236"],["20911.120","15816.211"],["20828.892","15774.286"],["20900.947","15719.911"],["20049.367","17275.818"],["20098.064","17371.580"],["20038.182","17260.762"],["20071.734","17382.526"],["19987.542","17397.699"],["20012.126","17380.170"],["20078.763","17404.645"],["20008.204","17286.291"],["20104.126","17360.754"],["20117.933","17374.078"],["19938.083","17311.133"],["19937.074","17347.641"],["19955.071","17254.978"],["20047.833","17309.366"],["20025.303","17360.660"],["19967.295","17370.020"],["20011.113","17216.003"],["20030.189","17233.363"],["20068.467","17404.794"],["20103.540","17297.464"],["20105.267","17399.396"],["20093.715","17408.086"],["20003.841","17372.277"],["20131.289","17369.850"],["20025.157","17296.396"],["20090.116","17314.416"],["19940.009","17369.475"],["20103.928","17405.487"],["20069.399","17248.177"],["20082.396","17330.894"],["19995.934","17231.495"],["20050.771","17385.477"],["20065.075","17359.230"],["20118.641","17369.074"],["19936.360","17274.693"],["20129.263","17305.027"],["19953.561","17366.998"],["20046.159","17394.400"],["19984.821","17232.417"],["20049.545","17341.324"],["20030.317","17396.322"],["20000.671","17237.688"],["20074.965","17370.894"],["20069.959","17386.414"],["29890.023","15933.462"],["29927.424","15952.306"],["25672.425","16987.101"],["25675.892","17049.260"],["25645.904","17095.208"],["25630.731","16999.735"],["25701.320","17034.843"],["25692.154","17115.968"],["25713.008","17161.326"],["19152.061","18459.516"],["19164.380","18420.805"],["19208.717","18388.295"],["19094.035","18415.140"],["19261.924","18396.685"],["19206.020","18356.883"],["19107.883","18424.042"],["19278.807","18413.727"],["19260.000","18364.513"],["16299.233","16848.897"],["16237.835","16840.457"],["16220.929","16981.836"],["16199.893","16978.616"],["16231.683","16830.730"],["16261.733","16855.866"],["16256.012","16981.044"],["16178.331","16963.636"],["16239.874","16779.120"],["16237.687","16863.414"],["16285.450","16851.688"],["16270.121","16817.485"],["16240.814","16957.196"],["16260.666","16904.082"],["16354.625","16870.302"],["16225.137","16778.287"],["16254.594","16813.884"],["16213.542","16857.385"],["16270.104","16826.898"],["16224.331","16835.965"],["16252.752","16809.078"],["16179.778","16974.801"],["16272.656","16939.309"],["16309.608","16941.565"],["16332.520","16966.569"],["16294.516","13953.275"],["16171.488","13990.565"],["16175.678","14013.354"],["16250.095","14013.482"],["16306.868","13935.273"],["16150.337","13958.988"],["16194.341","14021.305"],["16216.460","13951.219"],["16284.434","13954.150"],["16172.130","13960.243"],["18568.108","13090.539"],["18573.733","12998.037"],["16413.469","14381.262"],["16517.761","14319.187"],["16489.073","14322.944"],["16460.314","14400.067"],["16463.407","14343.346"],["16412.911","14310.303"],["16446.644","14294.779"],["16439.496","14301.915"],["16401.939","14378.388"],["16559.899","14446.468"],["16561.443","14335.004"],["16489.143","14294.712"],["16428.177","14365.129"],["16426.332","14333.920"],["16451.332","14310.799"],["16361.383","14265.707"],["16372.030","14412.206"],["16467.760","14410.712"],["16435.804","14399.181"],["16492.496","14428.739"],["16509.787","14394.568"],["16417.009","14350.315"],["16418.306","14326.884"],["16426.759","14293.078"],["16434.233","14273.343"],["16381.207","14363.982"],["16458.929","14403.920"],["16521.616","14320.354"],["16525.169","14313.979"],["16477.659","14304.150"],["16406.097","14261.071"],["16554.323","14428.846"],["16528.333","14368.257"],["16537.714","14391.143"],["16450.823","14401.818"],["16488.767","14345.930"],["16442.108","14343.758"],["16431.680","14351.455"],["16446.217","14331.508"],["16459.112","14341.170"],["16465.246","14283.384"],["16450.384","14296.448"],["16419.490","14261.555"],["16385.743","14403.317"],["16423.778","14419.780"],["16458.131","14424.694"],["16402.230","14329.120"],["16427.112","14320.555"],["16515.061","14431.930"],["16495.988","14406.546"],["20145.489","15943.989"],["17517.148","17538.540"],["17529.468","17522.947"],["17205.036","16679.208"],["13983.335","14697.204"],["14027.754","14717.052"],["19713.023","14208.504"],["19519.632","14165.338"],["7889.956","8497.644"],["20754.576","7064.521"],["20763.063","7069.762"],["20731.632","7080.194"],["20625.032","7168.907"],["20657.219","7170.113"],["20637.400","7173.234"],["20643.721","7072.118"],["20621.200","7162.731"],["20635.525","7161.277"],["20662.992","7147.537"],["20664.544","7072.333"],["20586.172","7087.114"],["20571.939","7252.475"],["15006.573","16469.511"],["15019.768","16355.690"],["15029.307","16357.735"],["15050.304","16412.940"],["15000.828","16400.767"],["15016.774","16462.374"],["14976.949","16420.680"],["15010.336","16491.738"],["15053.714","16553.139"],["14933.564","16481.537"],["14950.434","16520.842"],["14888.979","16480.840"],["15040.543","16436.021"],["15006.984","16512.732"],["14978.601","16356.344"],["15025.853","16384.324"],["15023.879","16358.098"],["15067.903","16398.159"],["15011.979","16387.720"],["15010.894","16395.268"],["15034.603","16444.637"],["14996.401","16419.852"],["14988.161","16401.702"],["14946.753","16423.074"],["14960.361","16463.776"],["14983.987","16496.114"],["15047.365","16522.718"],["15027.382","16557.185"],["15007.419","16549.862"],["14936.344","16489.795"],["14923.243","16482.711"],["14914.636","16419.301"],["14912.909","16392.761"],["14933.724","16501.486"],["14922.424","16540.945"],["15036.195","16453.673"],["15030.235","16381.733"],["15028.081","16373.012"],["15010.126","16473.409"],["15026.929","16367.447"],["15038.476","16383.946"],["14923.438","16454.828"],["15024.961","16510.320"],["14947.007","16518.247"],["14948.997","16502.607"],["17796.790","17206.025"],["17696.785","17311.156"],["17672.868","17265.706"],["17748.141","17272.244"],["17766.802","17251.272"],["17682.443","17327.721"],["17773.282","17366.180"],["17677.109","17198.850"],["17710.333","17269.156"],["17725.032","17231.732"],["17736.021","17238.672"],["17715.698","17211.103"],["17676.882","17214.885"],["17657.455","17249.800"],["17693.261","17218.041"],["17686.040","17200.287"],["17712.373","17271.484"],["17732.769","17238.393"],["17771.480","17246.084"],["17750.049","17213.995"],["17736.816","17217.659"],["17624.440","17298.044"],["17624.121","17336.837"],["17699.762","17368.596"],["17700.469","17403.543"],["17627.098","17386.614"],["17747.065","17357.641"],["17627.701","17265.654"],["17674.280","17208.330"],["17635.086","17236.208"],["17737.565","17252.095"],["17734.078","17286.893"],["17814.605","17198.635"],["17772.549","17268.644"],["20885.599","15631.907"],["20870.689","15623.663"],["20864.909","15627.965"],["20911.480","15611.898"],["20845.064","15619.798"],["13370.677","12688.119"],["13386.983","12645.685"],["13367.592","12616.058"],["13307.174","12639.502"],["13271.779","12631.574"],["13313.358","12594.530"],["13316.217","12681.889"],["13327.698","12706.299"],["25831.334","17593.703"],["25867.132","17590.417"],["25919.475","17574.708"],["26006.286","17586.783"],["26005.121","17546.841"],["25973.814","17531.362"],["25919.505","17537.687"],["25886.277","17599.649"],["25937.435","17604.716"],["26012.339","17589.046"],["25988.329","17525.041"],["25989.521","17522.361"],["25910.310","17524.921"],["25832.913","17586.568"],["25873.974","17597.568"],["25919.935","17586.880"],["26004.707","17592.795"],["25987.687","17545.553"],["25920.064","17535.804"],["25839.854","17581.515"],["25877.527","17589.955"],["25932.534","17584.782"],["26005.200","17576.660"],["26007.210","17547.568"],["25919.044","17536.977"],["15987.094","16031.663"],["16083.443","15955.043"],["15987.398","15976.964"],["15988.706","15965.002"],["15965.905","16025.126"],["15951.798","16022.985"],["16013.649","15982.829"],["15994.311","16013.380"],["16055.745","15933.739"],["16018.180","15950.502"],["15962.913","16015.539"],["15965.794","16028.573"],["15962.732","16012.038"],["15969.586","16024.873"],["15959.147","16016.299"],["16014.224","15996.304"],["13849.757","12393.492"],["13832.456","12422.157"],["13834.233","12428.489"],["13848.198","12417.851"],["13849.188","12398.932"],["13903.190","12359.912"],["13870.150","12485.649"],["13862.906","12501.933"],["13857.461","12507.169"],["13419.276","12372.809"],["13448.237","12367.428"],["13491.887","12428.369"],["13600.972","12431.244"],["13562.028","12351.526"],["19639.360","18154.572"],["19647.090","18175.580"],["19621.366","18220.055"],["19659.294","18182.896"],["19586.712","18150.972"],["23024.585","16886.076"],["23025.831","16915.750"],["23075.632","16890.115"],["23007.216","16905.647"],["23023.676","16918.095"],["22974.122","16903.024"],["23055.173","16917.517"],["23063.790","16907.242"],["23016.443","16922.922"],["23030.600","16918.112"],["23068.543","16888.546"],["18437.393","17966.871"],["18427.722","17997.903"],["18314.303","17931.734"],["18358.808","18000.727"],["12752.558","16280.539"],["12636.173","16290.672"],["12596.376","16283.510"],["12636.235","16150.978"],["12676.068","16201.355"],["7135.939","7620.979"],["7160.400","7683.215"],["14336.506","9536.965"],["14341.679","9577.237"],["16569.089","15083.295"],["16699.348","15020.203"],["16615.001","15040.872"],["16739.147","14912.931"],["16640.733","14913.611"],["16675.286","15049.138"],["16747.304","14900.331"],["16569.155","15074.954"],["16575.711","14925.889"],["16726.429","15048.673"],["16670.845","15052.887"],["16583.339","15037.981"],["16720.578","14925.599"],["16628.694","14897.129"],["16751.366","14937.404"],["16571.829","14940.372"],["16714.118","15030.674"],["16698.542","15051.037"],["16570.247","15013.836"],["16592.895","14990.847"],["16586.152","14987.263"],["16735.134","14906.177"],["16718.357","14890.999"],["16626.309","14907.864"],["16595.668","14876.551"],["16737.688","14994.091"],["16718.298","15007.023"],["13781.585","9273.225"],["13760.435","9191.311"],["13743.701","9293.662"],["15129.451","15104.175"],["15274.791","15128.903"],["15200.439","15201.270"],["15247.669","15165.831"],["15263.496","15158.905"],["15273.919","15128.802"],["15302.892","15247.220"],["15207.158","15091.217"],["20021.451","8484.933"],["19968.918","8373.092"],["19963.188","8518.348"],["19956.840","8479.537"],["19992.564","8511.209"],["19954.494","8322.407"],["20018.507","8487.130"],["19957.882","8400.127"],["19936.676","8387.262"],["19969.165","8473.769"],["19939.867","8360.573"],["19966.972","8425.544"],["27386.661","11738.934"],["27376.699","11752.994"],["27375.214","11773.675"],["27305.666","11868.730"],["27400.539","11897.539"],["27404.087","11894.838"],["27457.704","11781.506"],["27443.685","11777.664"],["27444.455","11736.059"],["27455.899","11764.461"],["27439.217","11775.058"],["27313.828","11909.448"],["27385.740","11743.707"],["27382.999","11750.170"],["27384.281","11783.658"],["27379.409","11792.303"],["27323.023","11733.662"],["27307.231","11853.667"],["27327.973","11883.281"],["27394.453","11899.207"],["27420.863","11890.659"],["27444.611","11785.916"],["27435.014","11743.970"],["27437.193","11755.567"],["27457.809","11713.229"],["27390.877","11912.920"],["27459.109","11706.586"],["27386.118","11744.632"],["27383.920","11768.650"],["27371.957","11804.849"],["27337.921","11722.262"],["27319.125","11735.264"],["27314.987","11856.619"],["27312.698","11874.696"],["27393.269","11902.378"],["27408.594","11881.708"],["27454.865","11747.963"],["27455.620","11772.752"],["27444.454","11737.985"],["27383.766","11741.197"],["27382.653","11772.234"],["27374.301","11791.638"],["27335.241","11720.033"],["27316.504","11860.756"],["27322.767","11898.325"],["27409.860","11877.546"],["27448.493","11781.027"],["27460.324","11770.572"],["27434.661","11764.043"],["26551.332","17311.801"],["26494.424","17242.810"],["26550.774","17285.285"],["26489.462","17299.137"],["26507.841","17245.239"],["26624.837","17219.206"],["26616.810","17229.660"],["26532.303","17320.637"],["26491.661","17280.101"],["26538.702","17280.793"],["26495.943","17287.511"],["26505.144","17223.786"],["26597.152","17205.468"],["26471.431","17244.032"],["26537.336","17318.853"],["26615.560","17241.435"],["26498.344","17299.385"],["26503.647","17241.606"],["26633.669","17236.596"],["26497.303","17252.108"],["26546.760","17337.697"],["26493.854","17297.932"],["26505.473","17251.498"],["5136.062","11123.736"],["17542.349","11947.526"],["21873.405","6223.602"],["21947.133","6366.855"],["21911.360","6356.764"],["21926.936","6288.622"],["21843.141","6237.508"],["21913.778","6394.716"],["18421.991","14536.916"],["18274.868","14616.842"],["18337.029","14456.733"],["18440.421","14543.993"],["18292.927","14619.881"],["18320.894","14451.696"],["18391.289","14468.755"],["18420.851","14505.563"],["18425.363","14543.655"],["18405.198","14531.252"],["18263.854","14474.403"],["18325.352","14487.898"],["18255.690","14550.236"],["25176.847","16732.507"],["20350.885","14829.372"],["20668.986","7698.466"],["20741.634","7706.063"],["20686.389","7838.018"],["20684.957","7715.443"],["20757.939","7745.285"],["20734.156","7776.102"],["20656.174","7747.929"],["20761.985","7730.487"],["20696.289","7705.468"],["20718.921","7697.310"],["20586.324","7891.485"],["16341.326","15910.677"],["16229.724","15858.478"],["16324.303","15874.624"],["16293.151","15925.227"],["16291.457","15921.924"],["16196.171","15818.990"],["16151.436","15864.021"],["16205.990","15846.769"],["16336.128","15867.555"],["16346.112","15851.899"],["16282.066","15879.562"],["16346.476","15921.119"],["16341.540","15887.349"],["16299.477","15816.993"],["16161.813","15852.153"],["16353.480","15899.925"],["16313.858","15894.574"],["16156.286","15838.115"],["16278.020","15891.916"],["16164.296","15854.895"],["16342.921","15918.389"],["16178.058","15820.336"],["16208.330","15840.856"],["16177.691","15861.882"],["16265.162","15753.759"],["16195.950","15741.115"],["16319.300","15756.684"],["16271.541","15737.122"],["16232.900","15840.623"],["28545.288","9439.197"],["27419.847","7374.368"],["27421.837","7399.092"],["30217.167","14129.437"],["13779.873","13197.318"],["13746.008","13206.584"],["13706.391","13245.077"],["13766.096","13210.229"],["13623.990","13275.085"],["14394.177","8543.265"],["32116.024","12751.166"],["32072.208","12710.769"],["13813.709","12409.672"],["13777.152","12345.132"],["13818.731","12412.321"],["13644.460","12447.298"],["13628.997","12411.887"],["13701.297","12480.234"],["13681.465","12450.674"],["13738.626","12411.198"],["23728.372","17365.477"],["23730.164","17325.725"],["23919.059","17326.381"],["23749.901","17325.527"],["23892.723","17329.567"],["23790.377","17332.079"],["14876.506","14561.965"],["14882.871","14514.037"],["14833.303","14521.794"],["14706.448","14637.694"],["14698.718","14623.932"],["25723.300","5807.547"],["25733.053","5798.943"],["16621.095","18812.389"],["16725.463","18818.372"],["16625.107","18763.159"],["16740.601","18827.717"],["16628.676","18741.359"],["16735.075","18752.259"],["16651.045","18783.919"],["16771.960","18736.721"],["16716.193","18850.773"],["16721.160","18869.897"],["16640.880","18872.094"],["16623.150","18763.440"],["16727.032","18813.283"],["16728.397","18777.461"],["16704.170","18748.725"],["16751.834","18767.536"],["16678.232","18763.555"],["16642.854","18829.237"],["16728.315","18837.032"],["16727.963","18802.567"],["16629.548","18763.143"],["16701.604","18866.594"],["18447.099","15023.534"],["18422.642","14948.188"],["28410.636","10900.704"],["27394.974","16866.095"],["27496.727","16893.191"],["27376.932","16843.899"],["26360.552","7205.869"],["26358.463","7229.635"],["26354.072","7227.190"],["20301.126","6216.187"],["20151.934","6269.938"],["20299.697","6251.077"],["20290.454","6268.930"],["20152.954","6222.225"],["20324.720","6405.028"],["20298.635","6398.587"],["20193.661","6270.317"],["20219.483","6248.187"],["20303.339","6389.917"],["20307.754","6238.862"],["20249.204","6303.447"],["20194.516","6282.952"],["20198.513","6284.818"],["20296.539","6211.275"],["20194.319","6303.629"],["20269.747","6263.265"],["20299.928","6251.903"],["20322.582","6411.882"],["20329.572","6350.726"],["15529.528","18035.484"],["17102.298","16008.861"],["17163.033","16018.026"],["17152.298","15977.366"],["17144.108","16083.110"],["17141.963","15977.340"],["17148.728","15995.170"],["17114.929","16028.596"],["17137.478","15933.782"],["17105.916","15964.781"],["17096.409","15937.416"],["8456.133","19167.518"],["8517.705","19110.919"],["8423.085","19118.740"],["8406.835","19101.898"],["8444.006","19145.180"],["8459.034","19147.794"],["8459.433","19167.405"],["8439.402","19170.708"],["8357.909","19123.563"],["8496.885","19113.470"],["8461.236","19145.055"],["23527.653","17180.988"],["6665.085","14066.972"],["6467.833","14150.793"],["6667.763","14080.849"],["6611.142","14232.683"],["6640.571","14229.041"],["6595.380","14235.329"],["6641.439","14215.105"],["6470.198","14125.329"],["17461.152","16972.510"],["17470.677","16878.317"],["17502.892","16955.529"],["28259.801","10484.877"],["21267.472","13531.069"],["21280.639","13551.823"],["21378.188","13492.083"],["21375.129","13448.928"],["21216.947","13535.812"],["21266.190","13557.050"],["21393.665","13473.040"],["21233.942","13535.802"],["22154.704","14443.637"],["22128.662","14393.015"],["22159.023","14382.280"],["22175.033","14420.614"],["18643.613","17782.894"],["18635.257","17710.624"],["18506.457","17717.541"],["18484.603","17646.532"],["18523.502","17650.307"],["18658.892","17710.954"],["18486.293","17749.382"],["18481.116","17640.025"],["18546.134","17658.465"],["18601.902","17678.039"],["18472.937","17782.809"],["18498.692","17803.246"],["18544.140","17787.031"],["18492.284","17660.521"],["18539.489","17660.332"],["18474.089","17764.725"],["14127.465","12095.729"],["20304.428","16055.455"],["20253.995","16039.607"],["20159.403","15968.812"],["20206.280","16000.918"],["20311.467","16056.165"],["20260.787","16026.708"],["20168.400","15952.627"],["20337.536","16081.781"],["20282.872","16043.465"],["20259.998","16044.297"],["20180.407","15957.581"],["20215.277","15967.871"],["20296.763","16080.740"],["20274.044","16016.485"],["20216.198","15968.053"],["21462.309","15680.249"],["21484.931","15658.773"],["21493.931","15631.280"],["21461.815","15675.790"],["21462.777","15667.146"],["21468.618","15615.541"],["21576.457","15584.392"],["21471.848","15708.903"],["21483.204","15670.202"],["21479.507","15595.508"],["21583.611","15588.339"],["21464.710","15675.080"],["21453.796","15662.539"],["21486.151","15624.063"],["22474.446","16281.925"],["22522.399","16252.023"],["22533.486","16233.404"],["22493.772","16312.528"],["22502.218","16247.002"],["22543.420","16251.604"],["22487.357","16309.258"],["22520.606","16253.807"],["22536.134","16237.962"],["22486.699","16304.980"],["22498.074","16228.819"],["22546.693","16257.037"],["16667.748","14451.177"],["16623.016","14597.708"],["16776.807","14642.543"],["16728.764","14642.884"],["16737.371","14644.629"],["16721.210","14579.247"],["16710.531","14553.028"],["16705.612","14471.272"],["16626.963","14587.220"],["16599.544","14574.601"],["16587.088","14643.939"],["16658.321","14648.751"],["16759.361","14634.108"],["16662.354","14551.925"],["16726.007","14511.767"],["16767.351","14506.162"],["16775.582","14462.504"],["16631.024","14569.547"],["16569.160","14620.368"],["16651.442","14611.469"],["16631.282","14627.909"],["16659.594","14654.080"],["16775.113","14645.890"],["16766.039","14620.219"],["16748.503","14586.882"],["16698.019","14598.851"],["16712.076","14511.800"],["16754.786","14481.488"],["16655.659","14462.209"],["16625.548","14584.082"],["16596.025","14591.002"],["16632.455","14572.355"],["16611.353","14562.925"],["16610.603","14633.368"],["16692.029","14644.468"],["16711.967","14657.990"],["16725.426","14652.827"],["16729.932","14644.057"],["16752.878","14612.630"],["16751.595","14592.233"],["16719.582","14582.435"],["16710.157","14583.426"],["16688.463","14586.646"],["16703.245","14545.943"],["16709.972","14541.483"],["16714.330","14567.759"],["16747.157","14521.979"],["16769.476","14515.373"],["16750.039","14485.477"],["16714.883","14484.779"],["20170.555","12352.333"],["14729.244","15087.158"],["14724.253","15203.525"],["14681.028","15146.231"],["14774.590","15180.742"],["14831.026","15295.204"],["14823.853","15171.312"],["14696.071","15276.477"],["14777.402","15140.139"],["14786.684","15186.451"],["14780.670","15270.770"],["14691.802","15209.239"],["14774.875","15174.297"],["14786.175","15101.755"],["21337.503","10320.736"],["21338.338","10425.147"],["21327.852","10382.234"],["21322.783","10385.542"],["26875.932","6749.073"],["8630.627","11701.927"],["8620.890","11730.785"],["8624.196","11736.180"],["8643.704","11703.350"],["8612.453","11704.575"],["8606.006","11722.098"],["22810.187","16950.222"],["22760.513","16905.590"],["22722.973","16871.469"],["22704.348","16802.883"],["22794.562","16960.049"],["22735.332","16894.607"],["22712.364","16879.132"],["22720.253","16821.793"],["22774.611","16948.951"],["22729.773","16901.395"],["22714.650","16879.379"],["22710.993","16829.753"],["22811.026","16956.217"],["22749.839","16892.295"],["22705.572","16859.677"],["22718.032","16829.489"],["22874.962","17031.721"],["22818.883","17009.638"],["22856.524","17054.661"],["22809.524","17020.968"],["22877.298","17032.778"],["22832.041","17035.947"],["22880.521","17043.942"],["22793.570","17022.636"],["13769.792","12630.331"],["13671.283","12558.743"],["13705.118","12599.158"],["13776.560","12569.413"],["13780.039","12610.876"],["13754.782","12568.266"],["13646.694","12560.295"],["13652.894","12561.088"],["13630.415","12619.936"],["13626.287","12611.332"],["13680.332","12588.093"],["13701.647","12605.995"],["13766.725","12568.273"],["13771.166","12572.072"],["13621.438","12650.325"],["15918.693","13432.420"],["15861.904","13461.941"],["15828.155","13438.428"],["15749.389","13447.120"],["15744.394","13411.643"],["15869.371","13457.449"],["15774.487","13470.913"],["15733.172","13454.090"],["15844.910","13476.829"],["15816.526","13458.576"],["15753.367","13474.373"],["14463.282","15438.217"],["14475.522","15479.803"],["19621.620","14685.378"],["19537.144","14769.452"],["19574.973","14842.136"],["19544.252","14708.219"],["23654.730","17819.284"],["23636.458","17654.494"],["23643.556","17687.252"],["23599.117","17720.081"],["23614.434","17747.071"],["23591.255","17627.581"],["23649.883","17807.756"],["23653.086","17651.983"],["23663.885","17682.000"],["23598.196","17707.645"],["23621.808","17792.372"],["19284.620","18594.819"],["19224.620","18644.530"],["19149.362","18641.608"],["19173.661","18498.762"],["19212.529","18502.727"],["19267.722","18470.953"],["19230.735","18662.572"],["19303.565","18508.061"],["19269.300","18475.627"],["19201.133","18604.613"],["19148.282","18534.947"],["19214.667","18573.164"],["19289.465","18474.900"],["19253.567","18582.780"],["19171.568","18664.916"],["19166.818","18566.937"],["19222.233","18514.155"],["16664.726","15089.994"],["16640.930","15101.329"],["16592.905","15181.282"],["16636.934","15160.707"],["16606.145","15177.087"],["16627.391","15117.458"],["16636.309","15157.272"],["21604.045","14764.600"],["21571.775","14754.145"],["21583.585","14806.466"],["21565.640","14757.366"],["21605.821","14781.495"],["21603.371","14758.588"],["21615.492","14771.354"],["27566.116","7655.189"],["27587.939","7475.310"],["27535.469","7598.585"],["27534.794","7619.362"],["27587.854","7625.753"],["27545.370","7605.390"],["27560.058","7638.684"],["27558.577","7597.396"],["27559.205","7510.735"],["27553.235","7519.983"],["27558.002","7532.789"],["27586.965","7595.299"],["27553.413","7618.800"],["27605.666","7619.973"],["27559.219","7629.073"],["27573.528","7640.039"],["27581.949","7594.424"],["27581.856","7643.893"],["18274.860","17103.005"],["18265.753","17112.793"],["18291.090","17144.307"],["18259.133","17166.092"],["18283.360","17163.384"],["18288.476","17129.544"],["25045.320","16817.462"],["14610.632","13717.269"],["14544.312","13771.768"],["14664.096","13665.136"],["14563.324","13640.611"],["14567.616","13640.412"],["14578.274","13621.354"],["14574.642","13606.304"],["14536.438","13616.570"],["14545.449","13641.568"],["14552.209","13629.710"],["14497.717","13630.305"],["14484.477","13615.276"],["14565.740","13783.479"],["14469.842","13802.860"],["14576.383","13807.410"],["14550.048","13810.506"],["14501.544","13783.410"],["14489.406","13782.766"],["14523.336","13735.925"],["14648.318","13679.171"],["14655.982","13664.423"],["14666.381","13681.159"],["14672.336","13659.026"],["14560.153","13638.117"],["14532.837","13631.677"],["14536.094","13643.122"],["14573.705","13609.029"],["14521.997","13626.562"],["14559.298","13623.253"],["14500.490","13610.997"],["14488.391","13630.040"],["14490.299","13629.182"],["14661.706","13670.104"],["14662.616","13651.809"],["14670.033","13666.177"],["14556.036","13777.665"],["14560.132","13766.204"],["14571.136","13810.333"],["14552.647","13814.156"],["14558.913","13807.252"],["14495.952","13774.607"],["14481.593","13789.421"],["14650.177","13672.152"],["14665.279","13684.181"],["14666.101","13686.196"],["14425.566","12652.821"],["14395.695","12671.770"],["14457.364","12547.699"],["14412.294","12677.250"],["14379.998","12553.138"],["14457.832","12666.783"],["14442.766","12669.491"],["14439.638","12566.610"],["14436.249","12585.107"],["21847.299","7050.332"],["20149.092","8424.705"],["20301.148","8515.837"],["20244.552","8509.264"],["16789.373","18007.796"],["16784.110","17981.504"],["31561.172","10740.096"],["31697.276","10850.345"],["31693.047","10804.493"],["31657.060","10832.577"],["31553.982","10792.095"],["31519.535","10825.677"],["31521.947","10791.062"],["31609.198","10740.624"],["31707.545","10678.301"],["31535.265","10855.624"],["31575.498","10661.989"],["31543.055","10846.881"],["31619.313","10800.306"],["31596.482","10799.213"],["31557.800","10750.748"],["31563.917","10701.808"],["31712.965","10729.971"],["31589.132","10754.542"],["31597.669","10673.482"],["31570.594","10772.805"],["31527.704","10706.871"],["19071.640","15336.231"],["25949.276","15724.294"],["25903.469","15908.754"],["25865.328","15902.495"],["25910.069","15926.166"],["25951.694","15760.859"],["26005.033","15832.800"],["25832.055","15825.154"],["25900.645","15898.222"],["25996.842","15797.474"],["25901.150","15879.555"],["25862.450","15802.759"],["25927.038","15763.568"],["25954.411","15887.256"],["19480.876","14533.450"],["19505.008","14495.480"],["19400.651","14594.832"],["19490.599","14540.654"],["19506.616","14590.180"],["26701.855","15499.156"],["26686.219","15457.013"],["26773.606","15501.683"],["26724.125","15472.682"],["26686.033","15504.441"],["25470.495","17844.323"],["25475.204","17886.600"],["25457.884","17895.403"],["25474.579","17877.517"],["25458.855","17891.191"],["13479.493","13177.779"],["25303.238","16788.496"],["25297.695","16805.077"],["25389.295","16862.207"],["25400.759","16827.822"],["25373.497","16775.422"],["25251.713","16789.870"],["25318.764","16779.693"],["15877.231","12270.850"],["15893.679","12305.698"],["28315.436","8980.537"],["28229.004","9123.047"],["28250.579","8994.441"],["28196.575","9006.712"],["28287.952","9033.238"],["18664.763","17209.050"],["18613.643","17207.546"],["18663.108","17338.043"],["18635.797","17243.450"],["3536.704","8161.658"],["3625.211","8285.176"],["15175.788","12426.172"],["15264.825","12490.998"],["15156.353","12523.501"],["15093.545","12511.055"],["15140.645","12443.402"],["15261.782","12448.670"],["21681.509","14661.683"],["27575.171","8056.941"],["27657.506","8002.325"],["27696.684","7907.610"],["27699.595","8081.714"],["27612.143","7945.544"],["27573.689","7904.124"],["27543.624","7906.469"],["27535.745","7918.525"],["27697.835","8086.751"],["27721.963","8035.570"],["27520.894","7943.894"],["27697.473","7990.929"],["27682.605","8098.378"],["27598.804","7910.862"],["27569.528","7916.840"],["27592.357","7901.432"],["27515.565","7985.397"],["27647.671","8002.523"],["27714.727","7944.257"],["27533.525","7958.954"],["27550.515","7919.797"],["27608.015","7905.362"],["15678.727","18528.152"],["15672.987","18533.404"],["15612.716","18482.507"],["15670.191","18553.833"],["15700.635","18533.239"],["15653.793","18556.228"],["15702.756","18535.353"],["15690.832","18568.466"],["15705.428","18666.061"],["5180.443","7625.943"],["26030.658","15768.324"],["26029.079","15778.894"],["19019.524","13687.966"],["18893.435","13668.258"],["18886.478","13739.595"],["18933.188","13705.029"],["30557.825","14769.305"],["30575.407","14751.023"],["30559.780","14771.060"],["30506.162","14749.342"],["26869.165","15586.220"],["26849.547","15599.756"],["26733.802","15640.857"],["26819.916","15530.464"],["26725.993","15587.111"],["26688.780","15527.232"],["26733.319","15576.283"],["26787.568","15545.237"],["26852.571","15616.881"],["26707.240","15615.853"],["26839.554","15545.741"],["26752.309","15560.769"],["26750.704","15559.503"],["26700.002","15571.678"],["26878.650","15714.219"],["26855.139","15635.325"],["26756.533","15643.830"],["26834.949","15546.682"],["26729.250","15595.996"],["26846.076","15633.542"],["26737.816","15668.520"],["26809.768","15538.837"],["26734.562","15598.754"],["26725.134","15526.740"],["26672.436","15581.505"],["26789.050","15537.769"],["19639.998","16632.936"],["19618.645","16643.445"],["19677.624","16756.924"],["19616.291","16613.527"],["19641.231","16684.166"],["19569.395","16627.541"],["19556.511","16675.133"],["21625.246","14754.740"],["21779.464","14743.183"],["12286.441","16555.963"],["27295.689","7785.494"],["27245.672","7730.119"],["27231.791","7724.933"],["27284.817","7780.176"],["27297.021","7752.992"],["27275.031","7768.252"],["17842.042","13557.194"],["17870.530","13567.069"],["17958.804","13430.725"],["17942.834","13465.506"],["9381.569","16724.650"],["9398.080","16737.035"],["9381.931","16738.162"],["9391.682","16724.009"],["26604.559","16931.372"],["18232.437","16923.574"],["18192.212","16845.616"],["18100.884","16945.225"],["18149.416","16877.633"],["18148.029","16904.317"],["18041.991","16882.220"],["18103.596","16839.913"],["18083.426","16934.988"],["18159.610","16858.070"],["18158.665","16984.591"],["18225.235","16837.791"],["18165.381","16892.922"],["18220.238","16826.633"],["18181.249","16961.124"],["18106.763","16778.811"],["18146.310","16813.489"],["18057.520","16782.362"],["18167.509","16853.741"],["18147.520","16886.415"],["18137.043","16811.005"],["18133.861","16963.193"],["18117.879","16803.136"],["18160.007","16868.566"],["18111.402","16910.595"],["18136.461","16913.145"],["18170.843","16779.506"],["18147.064","16878.277"],["18068.943","16981.525"],["18115.596","16776.631"],["18059.444","16781.338"],["18190.485","16862.273"],["18181.549","16897.249"],["18177.125","16901.493"],["18129.452","16846.998"],["18121.629","16815.226"],["18223.018","16832.528"],["18109.404","16967.735"],["18231.637","16885.180"],["18158.112","16911.947"],["18164.762","16836.311"],["18172.651","16905.589"],["18194.825","16872.670"],["27699.003","7375.056"],["27704.233","7333.602"],["27697.736","7319.251"],["27722.276","7396.427"],["27699.414","7378.326"],["27689.611","7319.961"],["27639.102","7423.710"],["27675.993","7362.372"],["27687.769","7348.896"],["27635.618","7345.534"],["27635.634","7275.361"],["27712.538","7284.657"],["27694.069","7343.825"],["27702.687","7319.630"],["27717.802","7361.926"],["27632.835","7360.291"],["27688.723","7398.607"],["27651.470","7355.782"],["27693.789","7373.817"],["27714.842","7423.611"],["27706.799","7422.207"],["27697.227","7385.163"],["27647.062","7349.490"],["27716.897","7275.111"],["27719.446","7276.614"],["27633.858","7343.156"],["27643.792","7275.014"],["17591.566","16969.919"],["17615.924","16778.260"],["17560.084","16902.866"],["17600.132","16823.128"],["17543.670","16946.518"],["17584.528","16958.622"],["17574.015","16894.576"],["17575.182","16887.111"],["17427.061","16806.903"],["17569.697","16830.838"],["17552.980","16946.847"],["17598.751","16813.379"],["17586.383","16922.272"],["17562.518","16881.000"],["17608.653","16846.202"],["7781.684","14869.723"],["7825.328","14814.068"],["7779.000","14803.433"],["7797.918","14858.691"],["7826.150","14832.830"],["7777.141","14825.630"],["7786.470","14739.260"],["7804.857","14749.024"],["7767.796","14700.220"],["7785.307","14700.585"],["7798.099","14867.642"],["7837.466","14819.766"],["7783.178","14817.372"],["7802.490","14864.372"],["7832.680","14808.519"],["7761.632","14805.283"],["17098.227","7489.284"],["14606.534","14670.706"],["14159.806","12461.018"],["14099.215","12519.501"],["14115.558","12510.750"],["14088.336","12379.567"],["14078.695","12364.793"],["14114.720","12342.585"],["14224.623","12437.571"],["14215.330","12361.964"],["14059.170","12343.469"],["14067.818","12440.302"],["14097.654","12424.332"],["21169.628","7460.498"],["21159.480","7448.673"],["21130.335","7404.759"],["21136.634","7409.136"],["21021.395","7447.412"],["21183.176","7410.703"],["21107.502","7367.566"],["21025.425","7453.259"],["21004.849","7466.041"],["21085.648","7362.513"],["21152.786","7436.650"],["21182.161","7409.862"],["21001.247","7422.689"],["21017.930","7465.171"],["21092.556","7355.543"],["21137.227","7398.037"],["20988.599","7397.041"],["21064.421","7283.696"],["21099.997","7447.825"],["8097.480","18760.130"],["8081.555","18770.007"],["8011.087","18773.007"],["7984.088","18748.299"],["7959.468","18775.095"],["7942.583","18719.711"],["8072.470","18700.276"],["8077.230","18763.236"],["8011.646","18742.651"],["7979.926","18711.751"],["7937.132","18763.898"],["7943.849","18713.419"],["8038.967","18699.434"],["8041.808","18719.649"],["8120.199","18802.076"],["8063.498","18796.769"],["7994.047","18742.998"],["7970.075","18739.876"],["7939.223","18784.164"],["8055.731","18726.352"],["8100.358","18764.540"],["8088.858","18768.884"],["8025.232","18759.926"],["7964.828","18712.560"],["7939.435","18790.867"],["8056.982","18716.240"],["15095.945","17590.480"],["15093.966","17616.888"],["15113.801","17602.563"],["15097.533","17618.816"],["20599.628","15408.806"],["20596.350","15442.463"],["20605.401","15444.739"],["20618.323","15414.370"],["20612.764","15447.682"],["29840.693","15080.747"],["14649.717","16303.140"],["14668.911","16340.498"],["21892.614","7503.879"],["15015.207","17387.441"],["15067.880","17199.379"],["15016.360","17255.382"],["15026.982","17338.433"],["15013.386","17389.852"],["15088.034","17331.432"],["15034.036","17296.893"],["15040.906","17391.689"],["15067.611","17398.727"],["15064.311","17212.062"],["14997.588","17278.805"],["15028.610","17350.539"],["15039.285","17334.800"],["15020.525","17398.770"],["15019.521","17379.299"],["15079.234","17331.135"],["15078.068","17213.772"],["15043.287","17292.213"],["15057.057","17391.144"],["15036.827","17376.446"],["15085.889","17376.200"],["15008.990","17346.995"],["22639.684","6092.635"],["15778.790","13614.689"],["15727.780","13708.385"],["15760.500","13620.684"],["15766.947","13631.799"],["15812.928","13638.421"],["15804.002","13708.742"],["15863.378","13754.026"],["15743.264","13711.482"],["15824.342","13665.341"],["15795.466","13721.608"],["15869.529","13787.601"],["15756.833","13694.835"],["15745.709","13617.910"],["15793.158","13678.355"],["15847.061","13741.079"],["15860.911","13771.961"],["15761.084","13804.044"],["15735.501","13684.959"],["15745.003","13811.572"],["15533.461","17620.014"],["15588.109","17579.181"],["15553.591","17609.595"],["15516.871","17571.552"],["15666.978","17553.874"],["15551.265","17583.295"],["15723.383","17513.105"],["15620.905","17590.015"],["15594.211","17585.771"],["15543.154","17565.193"],["15638.691","17598.233"],["15651.059","17599.785"],["15658.474","17567.383"],["15661.205","17547.862"],["15717.049","17431.119"],["15669.940","17565.554"],["15708.213","17561.269"],["15694.940","17565.216"],["15570.919","17590.347"],["15553.863","17606.202"],["23470.380","6434.855"],["16739.147","7450.760"],["16601.851","17663.955"],["16731.550","17786.651"],["16663.397","17668.531"],["16568.848","17763.250"],["16631.812","17791.907"],["16690.612","17728.088"],["16577.668","17782.130"],["16749.510","17734.958"],["16585.069","17784.591"],["16755.996","17828.212"],["16636.078","17706.202"],["16591.385","17810.668"],["16574.727","17661.333"],["16638.914","17742.351"],["16694.253","17829.720"],["16637.783","17792.667"],["19489.048","16743.629"],["23348.668","8505.947"],["23336.266","8511.083"],["23339.276","8509.861"],["31811.077","10336.296"],["31891.390","10415.215"],["31738.493","10370.867"],["31900.465","10399.661"],["31911.229","10322.539"],["31805.255","10364.818"],["31763.657","10420.909"],["31867.444","10430.983"],["31860.284","10376.210"],["31802.019","10381.976"],["31843.561","10334.942"],["31766.931","10393.064"],["31826.277","10378.811"],["31851.419","10360.025"],["31899.979","10312.498"],["15874.255","16065.062"],["15845.686","16093.320"],["13818.174","9571.978"],["15747.345","18547.805"],["15756.958","18662.874"],["15757.839","18563.990"],["15725.050","18619.901"],["15733.882","18593.113"],["15757.879","18637.936"],["17837.180","17727.794"],["17833.543","17742.216"],["18015.744","17701.852"],["18025.485","17714.729"],["23917.720","17082.519"],["23921.207","17085.046"],["23898.493","17086.467"],["18061.801","17099.689"],["18089.174","17027.487"],["18213.322","17004.245"],["18152.463","16988.643"],["18220.874","17054.062"],["18086.209","17070.275"],["18087.327","17097.724"],["18099.202","17057.195"],["18152.102","17017.919"],["18085.621","17031.897"],["18140.703","16991.517"],["18089.404","17004.663"],["18046.843","17028.612"],["18080.338","17040.233"],["18046.392","17092.698"],["18055.831","17071.580"],["18141.987","17037.209"],["18173.188","17009.513"],["18132.233","17007.702"],["18130.933","17026.034"],["23964.485","17049.298"],["23951.442","17056.482"],["23946.853","17036.317"],["23960.669","17036.135"],["5081.231","8309.003"],["5043.011","8221.546"],["5098.916","8261.069"],["5193.783","8294.643"],["5191.640","8315.003"],["5065.267","8168.213"],["5117.804","8206.086"],["5127.336","8305.251"],["5112.343","8196.182"],["20833.929","13968.406"],["20801.445","13962.774"],["20854.777","13953.962"],["20856.840","14017.721"],["20778.962","13943.567"],["20864.702","14011.742"],["20831.445","13956.069"],["20736.354","10411.695"],["28241.623","7222.082"],["14468.517","14934.968"],["14918.961","12324.229"],["15019.442","12316.312"],["14887.925","12304.163"],["14903.438","12271.837"],["15092.657","12187.618"],["19762.589","18407.151"],["19909.548","18459.789"],["19732.696","18343.721"],["19903.865","18437.397"],["19855.329","18404.680"],["19764.398","18418.891"],["19931.957","18361.096"],["19757.655","18410.567"],["15396.320","18599.421"],["15355.021","18577.356"],["15314.971","18516.134"],["15381.321","18662.617"],["15341.106","18647.117"],["15355.284","18626.886"],["15355.136","18518.727"],["15370.169","18511.312"],["15338.672","18549.924"],["15330.777","18547.579"],["15387.126","18507.645"],["15356.303","18543.203"],["15306.287","18529.660"],["15413.920","18660.454"],["15424.561","18676.870"],["15399.923","18670.776"],["15439.265","18651.701"],["15449.216","18655.284"],["15375.696","18652.691"],["15316.928","18531.923"],["15441.058","18656.837"],["7662.813","8965.554"],["17668.229","13947.538"],["17625.438","13838.114"],["17637.801","13931.568"],["17763.206","14001.779"],["21496.609","8303.090"],["17185.984","15804.174"],["17092.166","15903.361"],["17182.906","15857.680"],["17112.435","15786.332"],["17002.912","15806.398"],["17145.044","15733.550"],["17168.751","15804.962"],["17175.902","15770.626"],["17081.728","15862.187"],["17131.639","15751.585"],["17171.888","15758.140"],["17058.120","15905.558"],["17170.455","15898.060"],["17016.679","15721.460"],["17149.146","15767.422"],["17095.810","15878.139"],["17104.639","15723.541"],["17127.873","15727.225"],["17148.731","15807.097"],["17051.054","15747.241"],["17132.945","15836.208"],["17016.251","15882.253"],["17101.267","15847.009"],["17115.702","15738.257"],["17148.021","15720.420"],["17128.810","15720.668"],["17159.597","15804.374"],["17191.444","15757.133"],["18808.062","18702.331"],["18732.864","18775.428"],["18736.878","18686.493"],["18874.372","18840.506"],["18874.251","18719.777"],["18880.441","18741.116"],["18705.886","18879.437"],["18818.555","18749.631"],["17827.508","16650.332"],["17799.874","16729.144"],["17805.338","16669.295"],["17786.633","16716.163"],["17812.327","16672.908"],["23926.717","17059.233"],["28952.998","16171.331"],["28968.376","16154.767"],["10241.163","15726.233"],["10177.099","15727.765"],["10125.296","15729.251"],["10106.488","15817.176"],["10098.158","15752.228"],["10091.938","15800.928"],["23603.561","7482.575"],["23654.137","7527.562"],["16301.058","13202.023"],["16342.228","13249.267"],["16355.446","13182.458"],["16304.942","13248.623"],["16355.373","13206.477"],["16309.054","13271.613"],["16290.417","13228.123"],["16246.007","13212.165"],["16173.452","13212.150"],["16244.334","13300.230"],["16206.841","13302.584"],["16152.327","13248.229"],["16231.647","13265.068"],["16245.996","13239.164"],["16337.715","13257.687"],["16165.699","13236.437"],["16243.743","13287.984"],["16282.856","13304.794"],["16168.380","13200.434"],["16215.288","13337.907"],["16205.776","13253.887"],["16253.052","13249.090"],["16289.640","13291.626"],["15064.007","16864.029"],["15069.155","16859.173"],["14888.017","16892.624"],["14908.055","16861.517"],["14943.601","16918.135"],["14899.707","16970.834"],["14976.479","16985.355"],["14958.117","16911.559"],["14994.085","16969.855"],["14965.691","16859.739"],["15001.687","16856.937"],["14996.760","16818.740"],["14923.963","16808.438"],["15041.101","16930.506"],["15076.713","16903.855"],["14976.260","16811.113"],["14968.719","16811.613"],["15056.248","16861.513"],["14965.663","16835.376"],["15071.431","16875.115"],["15060.872","16852.406"],["14891.290","16907.835"],["14904.234","16894.292"],["14916.164","16868.734"],["14941.230","16832.202"],["14942.595","16888.696"],["14934.324","16909.448"],["14922.071","16947.978"],["14896.582","16970.817"],["14899.049","16968.918"],["14934.390","16965.273"],["14964.916","16985.851"],["14978.873","16911.394"],["14979.548","16938.744"],["14974.201","16976.181"],["14979.464","16977.667"],["14944.506","16830.919"],["14961.496","16860.746"],["14908.058","16813.789"],["14923.585","16820.098"],["15018.397","16947.885"],["15015.239","16967.307"],["15062.420","16904.334"],["14892.968","16828.523"],["14981.135","16821.151"],["14912.984","16896.882"],["14888.477","16927.320"],["14911.060","16880.879"],["15039.847","16858.701"],["15043.464","16888.141"],["14899.497","16864.463"],["28761.269","9027.635"],["28577.299","9019.564"],["28721.926","8998.683"],["28770.824","9033.646"],["28737.387","9003.076"],["28718.614","9140.175"],["13780.290","9634.116"],["13772.656","9616.674"],["13749.636","9739.928"],["19321.330","15465.493"],["19314.866","15435.898"],["19344.304","15327.112"],["19370.061","15414.122"],["19484.433","15506.298"],["28029.814","8417.116"],["27989.796","8336.783"],["27987.346","8350.276"],["28002.708","8396.436"],["28037.393","8469.317"],["27997.494","8374.966"],["5413.461","7983.284"],["5414.315","8021.134"],["19599.310","15260.272"],["19543.183","15149.612"],["19540.672","15174.992"],["19556.105","15126.099"],["19559.713","15101.597"],["19608.730","15147.775"],["19651.853","15151.520"],["19636.872","15236.901"],["19629.103","15273.481"],["19563.232","15146.627"],["19546.567","15160.169"],["19524.949","15160.971"],["19556.450","15123.142"],["19561.358","15114.644"],["19590.761","15147.487"],["19616.938","15160.228"],["19620.206","15160.992"],["19625.770","15148.577"],["19638.843","15154.988"],["16838.644","15809.195"],["16865.555","15865.115"],["16971.083","15901.653"],["16780.176","15846.502"],["16905.080","15722.456"],["16944.865","15895.049"],["16846.358","15819.450"],["16902.372","15907.429"],["16833.153","15853.356"],["16963.600","15742.175"],["16986.445","15909.894"],["16817.971","15779.240"],["16861.161","15826.734"],["16861.078","15810.863"],["16893.533","15849.461"],["16892.088","15882.256"],["16812.183","15895.140"],["16915.919","15724.702"],["18844.156","15639.854"],["18815.472","15642.050"],["18702.447","15663.396"],["16346.783","14395.509"],["16347.276","14377.310"],["16884.984","15082.749"],["16817.113","14972.990"],["16865.477","15070.973"],["16860.778","14913.494"],["16785.235","14885.088"],["16865.318","14885.198"],["16792.931","14950.462"],["16872.064","15012.669"],["16894.795","15005.793"],["16873.859","15032.349"],["16858.201","15075.045"],["16820.751","15000.027"],["16836.199","14984.855"],["16779.996","15049.210"],["16794.312","14937.812"],["6767.920","9084.160"],["6832.493","9126.536"],["15167.366","17013.942"],["15168.770","17197.433"],["15209.391","16996.553"],["15100.254","17173.697"],["15118.933","17066.727"],["15132.051","17057.249"],["15206.123","17022.694"],["15119.370","17034.511"],["15275.626","17170.338"],["15302.464","17138.088"],["15276.047","17134.917"],["15229.100","17074.834"],["15220.255","17044.659"],["15112.170","17083.259"],["15140.068","17049.608"],["15109.760","17174.539"],["15134.346","17173.998"],["15134.321","17056.308"],["15261.807","17019.493"],["15125.916","17019.862"],["15178.446","17003.256"],["15183.150","16997.905"],["15110.389","17035.304"],["15203.273","16989.963"],["15274.192","17018.932"],["15210.037","17023.817"],["15154.075","17026.724"],["15125.233","17164.971"],["15151.449","17044.555"],["15247.792","17189.635"],["15271.613","17178.860"],["15286.268","17179.405"],["15281.905","17139.376"],["15239.616","17166.115"],["15258.021","17140.764"],["15219.375","17107.221"],["15212.356","17085.255"],["15219.515","17062.958"],["15234.861","17056.220"],["15192.744","17003.207"],["15156.428","17030.325"],["15097.482","17094.580"],["15196.017","16993.265"],["15113.633","17080.641"],["18988.956","13824.743"],["2360.801","11127.489"],["2400.011","11114.242"],["2315.473","11169.078"],["2400.868","11171.624"],["21271.426","15962.889"],["21282.291","16012.629"],["21281.352","15969.542"],["21253.076","16028.655"],["21235.541","15969.310"],["21287.945","15995.305"],["21240.146","15982.307"],["21290.436","15993.040"],["21255.247","16028.638"],["21257.860","15983.645"],["21265.900","15980.596"],["21231.990","16030.988"],["21275.548","15976.249"],["21255.343","15994.512"],["30533.715","13996.646"],["6767.156","15866.670"],["6746.212","15823.710"],["13992.725","14261.710"],["13890.906","14358.425"],["32074.784","11485.408"],["32054.112","11347.843"],["31978.156","11415.018"],["31953.631","11338.328"],["32028.886","11300.976"],["32026.133","11387.850"],["31948.631","11346.107"],["32072.416","11489.686"],["32034.457","11309.598"],["32006.431","11375.903"],["31994.981","11385.934"],["25391.014","16725.216"],["25277.999","16663.371"],["25294.159","16581.076"],["25203.377","16627.578"],["25246.959","16769.028"],["25302.185","16769.999"],["25243.179","16622.991"],["25311.462","16574.239"],["25206.831","16662.392"],["26869.815","16675.811"],["26829.762","16576.532"],["26860.566","16640.220"],["26874.256","16615.448"],["26807.492","16570.867"],["26861.257","16591.104"],["26268.650","6617.562"],["19489.729","6079.991"],["19484.087","6073.517"],["19495.041","6191.650"],["19481.357","6163.063"],["19485.995","6167.043"],["9133.740","11740.139"],["9133.180","11782.261"],["9118.780","11842.254"],["9001.444","11737.995"],["9150.303","11715.928"],["9151.750","11719.016"],["9126.453","11768.174"],["9126.141","11777.884"],["9162.363","11824.088"],["9173.596","11830.744"],["9111.625","11839.017"],["9100.754","11824.682"],["9003.481","11714.334"],["26203.737","15924.656"],["26206.015","15838.320"],["26212.250","15908.871"],["26164.677","15745.997"],["26202.602","15911.031"],["26175.327","15767.730"],["26196.609","15918.318"],["26199.463","15759.952"],["26163.642","15751.767"],["26218.379","15736.342"],["26177.103","15783.865"],["26204.370","15841.656"],["26205.556","15886.245"],["26194.008","15832.738"],["26194.865","15858.054"],["26208.938","15723.575"],["26050.707","15771.958"],["26090.280","15766.689"],["26865.427","15765.235"],["26819.811","15751.839"],["26743.249","15731.663"],["26814.663","15844.944"],["26879.529","15755.254"],["26863.058","15743.501"],["26863.881","15809.705"],["26799.169","15743.813"],["26735.190","15782.580"],["26741.826","15862.626"],["26757.023","15785.863"],["26722.780","15806.589"],["26840.344","15803.462"],["26824.317","15762.905"],["26751.638","15753.215"],["26839.999","15820.737"],["26796.143","15756.563"],["26773.595","15783.967"],["26713.964","15836.598"],["26801.480","15723.418"],["26799.622","15788.125"],["26792.640","15829.024"],["31458.651","13581.320"],["31442.874","13519.919"],["31444.655","13549.280"],["31503.448","13449.308"],["31503.783","13494.235"],["31510.027","13440.588"],["6674.157","15961.436"],["13838.126","13557.618"],["13858.567","13588.367"],["20737.881","14095.049"],["20745.957","14146.692"],["20625.494","14033.380"],["20723.048","14105.893"],["20712.322","14101.655"],["20584.930","14052.766"],["20645.638","14087.078"],["20701.253","14142.977"],["20711.796","14115.462"],["20595.721","14069.215"],["20664.750","14069.242"],["20740.217","14199.640"],["20771.598","14176.090"],["20642.184","14102.603"],["20598.767","14034.173"],["20691.483","14146.775"],["19509.303","14294.879"],["19397.561","14360.986"],["19514.861","14364.268"],["19378.454","14310.186"],["19434.342","14309.211"],["19317.593","14429.544"],["19314.785","14421.696"],["19327.036","14392.163"],["19306.529","14372.668"],["19457.697","14267.742"],["19320.866","14425.168"],["19317.548","14403.760"],["19329.306","14389.124"],["19322.450","14374.765"],["19358.023","14255.410"],["24416.392","8987.788"],["24397.066","9028.762"],["24377.247","8976.541"],["24392.987","8969.819"],["24388.958","9025.624"],["24497.406","8967.767"],["24426.902","9012.495"],["24377.971","8955.220"],["24391.737","9004.881"],["26588.539","7040.249"],["20371.125","7072.003"],["20419.151","7052.697"],["20387.161","7074.513"],["20399.151","7097.205"],["20361.289","7079.996"],["20428.279","7090.318"],["20419.792","7071.706"],["20384.579","7101.598"],["27506.420","7881.696"],["27347.021","7763.364"],["27330.113","7853.471"],["27359.570","7839.995"],["27336.922","7864.603"],["27351.429","7823.892"],["27409.949","7750.895"],["27362.748","7879.264"],["27386.745","7854.950"],["27390.742","7861.524"],["27454.344","7892.737"],["27493.014","7861.428"],["27512.703","7853.323"],["27321.906","7791.357"],["27319.389","7855.899"],["27333.748","7705.131"],["27399.241","7753.438"],["27472.136","7742.043"],["27407.749","7853.728"],["27414.772","7864.942"],["27459.525","7878.815"],["27441.565","7845.768"],["27351.534","7871.023"],["27456.018","7830.317"],["27342.893","7754.248"],["27430.820","7770.548"],["27479.998","7779.797"],["27450.557","7753.918"],["27442.979","7886.511"],["27452.732","7896.734"],["27436.384","7889.253"],["27460.792","7883.522"],["27379.295","7857.527"],["17123.650","17832.010"],["17145.388","17822.240"],["17027.102","17782.000"],["17045.493","17765.481"],["17119.263","17749.081"],["17102.515","17817.510"],["17088.412","17817.129"],["17170.388","17794.131"],["17053.717","17742.607"],["17008.215","17718.628"],["17115.135","17758.676"],["17135.064","17793.827"],["17079.235","17816.914"],["17171.506","17799.895"],["17073.372","17764.127"],["17002.492","17699.635"],["17118.309","17759.254"],["17110.287","17788.409"],["15035.890","15598.431"],["15056.987","15542.757"],["15024.327","15592.833"],["15048.026","15578.803"],["14945.095","15531.524"],["6741.251","7758.214"],["6867.380","7747.416"],["8733.065","10281.635"],["8639.190","10406.408"],["15090.485","17442.526"],["15021.923","17433.883"],["15076.270","17489.631"],["15078.380","17542.498"],["15020.376","17438.557"],["15046.363","17461.992"],["15053.951","17480.250"],["15065.415","17481.852"],["15068.463","17534.257"],["15073.940","17525.323"],["15092.292","17473.352"],["15034.460","17417.832"],["15077.624","17508.695"],["5429.058","8120.913"],["5619.668","8163.969"],["5594.217","8118.016"],["5481.357","8230.617"],["5530.139","8206.512"],["5587.902","8169.559"],["16175.126","14452.195"],["16351.717","14467.592"],["16184.369","14484.037"],["16194.846","14486.382"],["16340.428","14526.981"],["16328.822","14463.598"],["16150.718","14486.217"],["16203.481","14500.453"],["16328.241","14497.502"],["16337.303","14533.604"],["16194.590","14450.470"],["16286.149","14460.766"],["16303.931","14482.903"],["16962.659","16163.980"],["16895.319","16149.355"],["16846.642","16279.046"],["16881.189","16314.744"],["23668.120","16759.442"],["23682.873","16760.202"],["18890.193","13433.132"],["19094.525","18316.876"],["19155.786","18259.616"],["19245.606","18273.640"],["17502.481","15052.066"],["17438.316","15052.584"],["17568.798","14989.912"],["17529.324","14990.721"],["17513.517","15072.660"],["17586.396","14984.825"],["17501.199","15023.867"],["17480.326","15035.435"],["17576.232","14979.160"],["17497.909","15015.180"],["17558.090","14995.114"],["16214.172","18559.019"],["16241.228","18533.255"],["16335.638","18649.379"],["16220.246","18545.997"],["16265.028","18552.657"],["16210.109","18552.941"],["16162.532","18473.792"],["16185.756","18520.927"],["16275.094","18584.416"],["16259.238","18551.699"],["16241.969","18534.077"],["16292.495","18551.104"],["16294.353","18586.397"],["16342.250","18556.382"],["16222.910","18564.015"],["16178.716","18528.689"],["16229.851","18532.983"],["16166.085","18533.511"],["16169.259","18529.366"],["16201.903","18599.279"],["16243.416","18587.008"],["16228.712","18503.755"],["16190.850","18578.536"],["16195.258","18574.308"],["16237.955","18506.612"],["16221.212","18573.317"],["16271.705","18544.779"],["16208.251","18564.349"],["16266.278","18566.315"],["16288.038","18608.561"],["16280.652","18565.641"],["16326.526","18632.980"],["16219.436","18604.894"],["16295.686","18590.823"],["16191.529","18472.256"],["16281.623","18558.024"],["19394.950","18665.274"],["19395.312","18661.195"],["19398.355","18646.513"],["19429.835","18632.161"],["11249.935","15871.607"],["11244.717","15840.666"],["11262.014","15918.631"],["15052.204","18057.406"],["15014.944","18062.494"],["15004.804","18054.222"],["14950.912","18057.341"],["15035.922","18063.021"],["15035.001","18060.081"],["15013.859","18070.966"],["15037.296","18057.770"],["15003.801","18044.164"],["14998.373","18048.772"],["14932.030","18045.880"],["20026.474","6579.366"],["20013.497","6523.924"],["20042.378","6543.726"],["19949.352","6526.253"],["20115.910","6539.459"],["20113.179","6550.178"],["19964.575","6474.890"],["20045.191","6572.958"],["20083.393","6564.777"],["20102.554","6619.608"],["20145.383","6567.998"],["20139.709","6588.443"],["20093.525","6581.524"],["20005.256","6517.995"],["20001.490","6563.693"],["19986.030","6516.113"],["20077.357","6621.573"],["17241.362","18234.524"],["17200.883","18120.966"],["17208.794","18090.545"],["17233.286","18231.320"],["17201.148","18183.079"],["17226.777","18063.095"],["17274.976","18180.576"],["16416.733","13411.038"],["16417.645","13487.407"],["16388.720","13444.150"],["16397.201","13447.192"],["16385.266","13445.538"],["17883.976","15196.868"],["17992.714","15259.065"],["17989.893","15247.431"],["17999.301","15220.643"],["17999.565","15212.353"],["18013.792","15229.248"],["18007.767","15265.743"],["17982.961","15259.015"],["17992.961","15269.205"],["17986.809","15244.878"],["17984.015","15238.443"],["17977.074","15236.709"],["17978.472","15238.691"],["17982.190","15234.827"],["17978.489","15244.207"],["17990.693","15249.641"],["17987.623","15237.136"],["18006.308","15211.989"],["17997.887","15212.699"],["18010.913","15216.960"],["18011.818","15221.056"],["18008.940","15215.755"],["18010.042","15223.831"],["17999.778","15217.787"],["18000.173","15223.782"],["18002.694","15217.334"],["17996.830","15265.512"],["18003.787","15262.390"],["18012.060","15259.946"],["18003.343","15255.322"],["18007.250","15250.190"],["17858.022","15216.950"],["12396.895","15776.047"],["12545.018","15802.021"],["12537.282","15740.434"],["12465.282","15790.420"],["15198.792","12134.552"],["15278.375","12317.485"],["15266.354","12125.426"],["15169.630","12247.816"],["15113.972","12199.325"],["15239.909","12248.664"],["15127.027","12232.417"],["15272.824","12325.102"],["15257.472","12146.235"],["15168.709","12181.061"],["15163.923","12219.872"],["15290.436","12274.560"],["15248.577","12267.244"],["15117.702","12280.592"],["29878.744","15900.096"],["29868.861","15889.995"],["29991.028","15870.606"],["29849.036","15762.954"],["29917.397","15897.262"],["29875.288","15814.652"],["19701.579","15765.119"],["19670.370","15749.267"],["19681.333","15749.297"],["16321.917","15594.475"],["16346.430","15595.425"],["16333.085","15565.439"],["16316.638","15569.270"],["15946.294","12271.593"],["21073.093","16234.889"],["21094.095","16248.386"],["21094.602","16265.019"],["21128.383","16251.362"],["21162.322","16159.477"],["21176.643","16181.352"],["21103.991","16158.952"],["21028.515","16216.309"],["21058.472","16249.500"],["21069.863","16258.031"],["21114.032","16276.875"],["21138.778","16271.329"],["21052.620","16301.103"],["21145.623","16208.486"],["21034.781","16234.410"],["21050.072","16256.691"],["21084.474","16233.126"],["21136.064","16263.402"],["21164.345","16147.669"],["21175.919","16207.198"],["21011.360","16211.519"],["21098.753","16246.617"],["21083.405","16231.359"],["21076.165","16269.759"],["21130.636","16276.300"],["21065.087","16308.799"],["21131.993","16189.667"],["21145.278","16220.922"],["21121.803","16165.326"],["21051.919","16232.477"],["21032.295","6806.336"],["21181.062","6816.575"],["21107.197","6809.787"],["18629.703","13400.513"],["18653.040","13457.158"],["18535.889","13425.626"],["18671.664","13586.426"],["18647.148","13528.504"],["18672.170","13489.679"],["18589.858","9165.731"],["18634.521","9168.731"],["8022.033","14933.714"],["7938.286","14912.369"],["7961.573","14964.591"],["7977.713","14923.737"],["8018.020","14941.146"],["7952.598","14974.395"],["7990.015","14911.598"],["8019.056","14950.262"],["7945.841","14907.081"],["7961.589","14961.750"],["7991.364","14911.614"],["8011.754","14931.452"],["7965.948","14971.016"],["7972.400","14929.071"],["18126.007","14395.757"],["18104.748","14426.880"],["18094.090","14400.654"],["18123.268","14408.499"],["18302.238","12977.722"],["18399.532","13030.452"],["18422.311","13058.403"],["18267.896","13048.119"],["18336.701","12980.653"],["18407.152","12993.968"],["17307.483","18293.126"],["17235.456","18288.692"],["17377.434","18300.673"],["17237.084","18266.678"],["17363.717","18330.434"],["17236.245","18266.562"],["17302.138","18318.262"],["17388.986","18407.190"],["17382.730","18298.824"],["11998.560","16639.066"],["12071.228","16650.662"],["12077.579","16575.628"],["26206.714","15945.993"],["26245.233","15962.773"],["20162.124","15836.447"],["20170.011","15872.402"],["20154.328","15824.738"],["20162.672","15760.752"],["20152.920","15796.952"],["20154.909","15804.264"],["20166.241","15773.661"],["20152.757","15875.622"],["17939.384","16296.399"],["17855.199","16336.383"],["17913.242","16344.509"],["17886.427","16298.381"],["17942.041","16287.810"],["17863.012","16349.776"],["17867.403","16213.369"],["17842.289","16209.050"],["17910.792","16216.810"],["17932.789","16230.061"],["17912.112","16213.212"],["28441.751","8252.149"],["28412.787","8291.934"],["28401.916","8237.416"],["28390.567","8284.237"],["28394.137","8287.077"],["16694.933","15312.277"],["16611.154","15416.206"],["16583.582","15400.267"],["16584.946","15325.762"],["16587.115","15352.389"],["16600.809","15404.233"],["16590.075","15409.803"],["16577.298","15312.335"],["16576.786","15376.881"],["16604.460","15413.366"],["16631.366","15324.103"],["16647.584","15298.031"],["16577.973","15446.212"],["16569.321","15332.335"],["16581.293","15374.172"],["16587.921","15368.475"],["16594.329","15403.869"],["16588.029","15383.605"],["16597.174","15397.676"],["16579.130","15447.008"],["25187.982","14528.515"],["25122.712","14552.325"],["25178.445","14559.275"],["25196.732","14530.349"],["25192.376","14556.731"],["25174.843","14568.986"],["25195.153","14525.146"],["25185.369","14577.524"],["24599.716","16783.625"],["24656.157","16828.275"],["24616.230","16795.178"],["24739.632","16819.426"],["24768.457","16882.433"],["24746.207","16948.622"],["24611.559","16791.809"],["24729.287","16791.499"],["24667.827","16789.898"],["24735.154","16921.834"],["24697.477","16834.637"],["24703.504","16831.438"],["24771.444","16824.381"],["24748.072","16938.349"],["24610.129","16822.759"],["24748.349","16806.396"],["24694.449","16930.908"],["20562.249","14082.659"],["32124.817","11334.401"],["32132.590","11403.004"],["32083.507","11375.294"],["32120.179","11320.198"],["32104.589","11303.144"],["32125.201","11375.410"],["15942.385","15009.034"],["15941.234","15028.076"],["15956.003","15031.495"],["15983.750","15067.383"],["13393.781","13270.458"],["25191.617","14331.164"],["25166.344","14290.560"],["25172.694","14295.149"],["25187.393","14310.684"],["25189.355","14286.858"],["25186.390","14300.461"],["25181.831","14348.934"],["25178.056","14294.257"],["25186.817","14304.359"],["25188.920","14342.361"],["25183.301","14324.234"],["25175.112","14286.759"],["25190.600","14293.970"],["15809.889","13297.279"],["15816.370","13287.122"],["15835.498","13313.150"],["15880.710","13203.041"],["15828.837","13306.445"],["15825.679","13305.058"],["15822.817","13300.384"],["15804.871","13351.795"],["15887.712","13314.409"],["15757.206","13380.363"],["15801.598","13345.387"],["15887.630","13328.595"],["15772.125","13327.699"],["29650.372","16203.350"],["18825.542","15775.965"],["18476.965","14763.657"],["18558.042","14867.620"],["18551.504","14861.031"],["18497.560","14870.781"],["15308.418","15526.064"],["15408.626","15563.467"],["15505.112","15597.472"],["15326.475","15683.609"],["15456.001","15513.837"],["15421.395","15557.496"],["15415.319","15568.983"],["15373.485","15606.765"],["15313.004","15648.433"],["15507.424","15507.592"],["19946.198","16986.232"],["5203.451","10921.936"],["5203.347","11020.330"],["5360.767","10913.430"],["6719.678","9231.006"],["27436.089","16152.011"],["27444.788","16191.080"],["27446.500","16145.983"],["27464.459","16196.712"],["27437.158","16173.893"],["27444.065","16168.520"],["27447.075","16149.913"],["27445.759","16178.000"],["18944.318","14515.522"],["18912.723","14514.218"],["18978.860","14555.049"],["7322.580","9096.888"],["7469.105","9030.681"],["7349.444","8957.989"],["20231.082","8532.616"],["20221.822","8536.547"],["20269.421","8538.793"],["20253.089","8565.217"],["20252.875","8549.065"],["16149.880","14397.165"],["16173.491","14315.159"],["16200.720","14295.814"],["16209.922","14356.231"],["16282.779","14394.868"],["16330.616","14288.902"],["16292.153","14319.106"],["16256.182","14340.396"],["16356.225","14252.684"],["16203.392","14426.301"],["16157.265","14444.151"],["16151.221","14309.841"],["16192.085","14299.728"],["16341.255","14327.501"],["16326.737","14348.567"],["16240.590","14363.418"],["16311.702","14261.008"],["16187.216","14267.440"],["16245.399","14383.266"],["16286.539","14300.095"],["16236.724","14311.213"],["16345.567","14277.787"],["16334.120","14257.292"],["16292.475","14257.288"],["16341.291","14281.916"],["16189.649","14438.223"],["16178.261","14344.853"],["16159.790","14289.378"],["16171.624","14292.924"],["16206.032","14276.838"],["16177.743","14281.759"],["16239.248","14388.617"],["16225.234","14389.212"],["16306.819","14325.264"],["16287.401","14380.649"],["16350.840","14278.127"],["16332.288","14261.397"],["16335.054","14320.928"],["16277.604","14375.032"],["16174.258","14271.330"],["16270.969","14315.341"],["16215.721","14333.856"],["16227.662","14370.866"],["16275.326","14316.928"],["16228.123","14419.259"],["14503.424","13409.467"],["14646.366","13486.477"],["14630.564","13435.284"],["14664.582","13480.298"],["14532.400","13418.817"],["14592.075","13585.269"],["14511.323","13526.731"],["14564.428","13597.352"],["14575.410","13552.770"],["14580.209","13566.576"],["14474.681","13420.606"],["14481.531","13394.806"],["14569.818","13574.719"],["14580.854","13595.880"],["14577.396","13577.806"],["14494.421","13603.285"],["14509.826","13527.524"],["14514.647","13535.036"],["14521.726","13447.663"],["14515.065","13448.968"],["14477.730","13456.644"],["14479.260","13458.461"],["14527.706","13474.389"],["14559.047","13502.856"],["14572.270","13513.525"],["14566.670","13520.293"],["14564.993","13523.827"],["14520.716","13535.779"],["14511.559","13414.688"],["14650.470","13526.326"],["14662.104","13422.531"],["14565.048","13570.177"],["14577.368","13597.399"],["14579.292","13585.029"],["14467.016","13400.969"],["14495.362","13412.727"],["14557.975","13555.429"],["14522.557","13527.408"],["14515.270","13523.098"],["14520.323","13478.549"],["14514.698","13472.587"],["14516.677","13449.876"],["14529.654","13447.779"],["14486.743","13464.671"],["14485.197","13465.496"],["14525.025","13459.872"],["14526.472","13475.281"],["14535.059","13498.251"],["14561.793","13514.516"],["14563.010","13507.282"],["14569.729","13519.963"],["14568.611","13519.484"],["14525.075","13529.867"],["14522.082","13534.111"],["14506.480","13420.167"],["14514.802","13418.614"],["19901.824","8467.575"],["19898.650","8438.822"],["19789.020","8458.576"],["19780.336","8451.094"],["19746.536","8471.160"],["19748.839","8476.363"],["19729.974","8404.438"],["19918.025","8399.764"],["19914.521","8415.073"],["19742.211","8430.103"],["19783.082","8455.867"],["19923.107","8374.148"],["19924.291","8488.219"],["19772.803","8502.870"],["19740.928","8466.569"],["19796.865","8412.977"],["19785.566","8516.478"],["19800.188","8410.945"],["16869.464","18315.115"],["16953.084","18411.749"],["16858.412","18335.181"],["16964.219","18406.283"],["16885.122","18346.378"],["16950.189","18429.338"],["16905.286","18266.265"],["16961.087","18367.571"],["16886.948","18317.889"],["16973.248","18392.278"],["16887.874","18260.420"],["16874.580","18313.215"],["16938.775","18374.953"],["15462.343","12994.917"],["15463.042","13102.024"],["15416.610","13089.572"],["15325.305","13004.813"],["15371.548","13170.854"],["15396.208","12980.383"],["15481.595","13126.136"],["15443.929","13062.917"],["15312.377","13017.266"],["15360.710","13171.250"],["22059.601","15725.927"],["22222.785","15747.149"],["22208.492","15779.668"],["22250.407","15760.452"],["22075.983","15731.971"],["22213.081","15762.227"],["22206.683","15754.317"],["22250.818","15762.797"],["20156.428","6779.511"],["8393.907","18904.349"],["8480.340","18908.193"],["8529.948","18903.832"],["8477.475","19042.975"],["8401.243","18890.129"],["8495.340","18934.964"],["8556.478","18921.751"],["8545.121","19065.552"],["8523.317","19078.904"],["8383.848","19059.626"],["8419.291","19011.767"],["8443.853","18972.972"],["8541.062","19082.310"],["8414.269","18907.107"],["8495.685","18918.829"],["8546.478","18903.039"],["8535.519","19094.474"],["8530.239","19076.452"],["8425.069","19072.795"],["8411.513","19059.957"],["8430.022","19053.929"],["8392.672","19038.965"],["8383.624","19054.374"],["8387.306","19059.125"],["8433.918","18989.794"],["8440.620","18971.391"],["8453.412","18958.639"],["8488.946","19004.657"],["8491.417","18990.387"],["8506.209","19022.918"],["8535.009","19023.897"],["8548.811","19035.175"],["8529.305","19048.442"],["8515.015","19095.820"],["8377.822","18911.648"],["8497.215","18936.153"],["8556.988","18932.601"],["8559.294","19059.317"],["8556.836","19076.308"],["8405.984","19085.613"],["8400.032","19082.322"],["8418.135","19082.892"],["8417.675","19064.072"],["8411.881","19068.330"],["8432.331","18991.868"],["8458.297","18958.326"],["8493.993","19000.827"],["14641.095","16474.675"],["14667.079","16423.123"],["14637.266","16435.619"],["14646.078","16454.295"],["14658.216","16476.640"],["14640.928","16398.928"],["14624.383","16543.121"],["14628.676","16546.887"],["14843.446","13697.600"],["14718.143","13758.246"],["14752.593","13673.200"],["14834.745","13659.648"],["14693.415","13719.756"],["14867.402","13794.042"],["14802.738","13654.098"],["14878.177","13796.122"],["14718.444","13772.041"],["14746.738","13654.240"],["14693.888","13730.439"],["14732.342","13725.005"],["14759.419","13652.456"],["14781.047","13661.110"],["14701.096","13723.489"],["14848.800","13789.467"],["14808.948","13794.257"],["14861.661","13735.628"],["23477.130","17653.496"],["14560.381","8603.577"],["14616.020","8681.889"],["17890.228","17254.690"],["17989.040","17294.702"],["18016.800","17372.737"],["17845.902","17279.347"],["17934.245","17259.282"],["17964.794","17385.965"],["17888.270","17269.983"],["18001.274","17361.242"],["17975.125","17291.646"],["17980.604","17369.581"],["17833.451","17221.115"],["17925.491","17266.565"],["17841.801","17408.591"],["17880.392","17261.181"],["17873.764","17211.602"],["17997.280","17286.097"],["14839.903","16116.031"],["14848.154","16139.600"],["14841.067","16058.661"],["14859.108","16125.645"],["14859.749","16131.739"],["13580.495","12759.704"],["7614.220","16240.195"],["16381.464","16985.207"],["16497.399","16795.119"],["16530.218","16824.213"],["16540.054","16833.180"],["16542.162","16954.837"],["16557.843","16781.494"],["16508.870","16900.431"],["16502.801","16812.801"],["16455.325","16783.566"],["16382.355","16871.953"],["16545.862","16907.438"],["16390.116","16967.536"],["16511.478","16776.671"],["16537.493","16848.329"],["16512.850","16863.783"],["16519.413","16848.094"],["16491.584","16898.086"],["16358.901","16872.020"],["16542.918","16969.040"],["16407.616","16986.347"],["16384.935","16973.630"],["16535.837","16807.621"],["16550.787","16822.831"],["16451.978","16809.068"],["16487.077","16895.806"],["16554.791","16879.060"],["16557.389","16891.645"],["16478.623","16847.945"],["16358.072","16778.760"],["16419.733","16775.573"],["16358.243","16971.342"],["16377.421","16936.347"],["16381.631","16897.866"],["13151.399","13763.989"],["13173.356","13797.103"],["13115.029","13782.056"],["15264.590","18109.732"],["15262.846","18093.893"],["19043.937","14407.170"],["19044.992","14279.364"],["18918.598","14393.058"],["19087.290","14429.196"],["18938.500","14409.904"],["19037.113","14285.855"],["18970.670","14399.305"],["18986.818","14441.138"],["19051.027","14296.950"],["18888.930","14260.414"],["18989.322","14391.427"],["18910.605","14437.732"],["28250.086","8071.284"],["28219.566","8017.550"],["28211.106","8081.788"],["28192.998","8050.772"],["28205.382","8050.623"],["5873.536","8109.559"],["6029.918","8217.761"],["5881.617","8118.018"],["5971.776","8108.796"],["5908.744","8167.399"],["5862.772","8215.921"],["30413.637","14008.840"],["30388.900","13942.531"],["27918.951","16232.835"],["27752.499","16319.887"],["27800.315","16251.220"],["27754.874","16257.551"],["27826.201","16170.383"],["27916.715","16231.365"],["27907.228","16151.488"],["27739.719","16324.165"],["27800.742","16283.788"],["27763.278","16233.819"],["27824.457","16156.956"],["27726.808","16316.832"],["27818.440","16271.748"],["27767.472","16271.705"],["27816.789","16167.096"],["27798.637","16277.396"],["27769.808","16271.820"],["27823.898","16173.075"],["20852.202","15637.106"],["20921.431","15626.679"],["20941.890","15601.590"],["20906.520","15645.153"],["20985.805","15522.085"],["20962.100","15547.378"],["20921.520","15630.173"],["20922.911","15630.808"],["16733.736","16925.870"],["16704.968","16876.048"],["16713.705","16873.021"],["16638.790","16942.087"],["16730.751","16962.466"],["16642.195","16921.592"],["16673.389","16870.614"],["16676.574","16782.962"],["16698.718","16859.037"],["16714.396","16864.070"],["16596.241","16955.300"],["16590.731","16923.805"],["16638.398","16783.450"],["16744.466","16931.652"],["16634.728","16946.877"],["16690.932","16983.523"],["16729.742","16923.593"],["16753.370","16904.477"],["16777.428","16833.194"],["16618.595","16791.938"],["16611.701","16983.557"],["16569.201","16919.627"],["16585.566","16915.613"],["16591.882","16979.214"],["16752.913","16920.875"],["16717.994","16877.584"],["16728.943","16941.915"],["16663.645","16785.431"],["27615.716","7339.886"],["27540.256","7344.609"],["27541.506","7349.646"],["27598.628","7339.324"],["27575.026","7286.542"],["27563.332","7292.834"],["27514.798","7467.630"],["27547.084","7409.860"],["27552.890","7381.982"],["27638.858","7304.081"],["27594.779","7267.169"],["27602.789","7316.220"],["27620.240","7284.642"],["27594.434","7299.275"],["27595.174","7341.934"],["27605.980","7286.013"],["27595.355","7264.411"],["27582.298","7383.534"],["27591.656","7422.791"],["27629.990","7402.636"],["27633.381","7327.301"],["27561.111","7345.336"],["27601.111","7268.144"],["27546.490","7318.680"],["27625.157","7326.624"],["27603.973","7281.504"],["27530.291","7368.621"],["27596.689","7462.477"],["25971.046","16951.374"],["25949.385","16900.952"],["25997.889","16886.485"],["17427.364","15365.860"],["17429.772","15313.077"],["17497.943","15411.955"],["17540.018","15296.072"],["17554.957","15324.293"],["17592.008","15366.465"],["17427.808","15375.538"],["17445.430","15324.571"],["17555.672","15470.824"],["17496.483","15307.482"],["17459.920","15298.031"],["17454.258","15504.038"],["17535.206","15480.074"],["17547.128","15324.640"],["17425.113","15502.403"],["17432.627","15398.890"],["17452.503","15318.444"],["17488.535","15385.662"],["17443.019","15398.765"],["17416.516","15316.809"],["17587.016","15360.434"],["17552.243","15482.084"],["17504.883","15425.662"],["17198.339","17383.600"],["17089.731","17259.290"],["17139.223","17279.620"],["17190.313","17360.296"],["17144.996","17289.747"],["17086.706","17215.359"],["17138.565","17304.294"],["17146.098","17213.856"],["17160.144","17262.329"],["17176.575","17267.052"],["17121.114","17298.877"],["17110.900","17275.970"],["17109.799","17201.123"],["17001.159","17217.867"],["17501.714","17797.622"],["17584.104","17792.846"],["17489.247","17814.253"],["17614.976","17763.168"],["17488.096","17815.508"],["27967.709","7976.651"],["28140.005","7983.349"],["28110.022","7981.434"],["27968.990","7962.798"],["28008.693","7931.105"],["28060.368","7914.875"],["16559.448","16997.975"],["16458.487","16993.630"],["16478.467","17081.560"],["16471.917","17010.400"],["16428.339","17016.223"],["16414.316","17117.647"],["16365.401","17028.134"],["16440.803","17169.520"],["16514.322","17196.642"],["16472.965","17197.311"],["16531.620","17103.612"],["16555.140","17119.236"],["16400.593","16997.808"],["16420.434","17065.690"],["16376.421","17014.691"],["16445.836","17163.856"],["16465.885","17172.410"],["16468.155","17090.346"],["16486.559","17075.069"],["25492.205","16802.395"],["25498.258","16836.598"],["8646.383","9439.512"],["8744.286","9510.736"],["8760.631","9576.165"],["8774.779","9411.123"],["8662.433","9455.525"],["8684.220","9526.893"],["14981.654","8772.315"],["14931.985","8795.758"],["15070.929","8816.498"],["15064.559","8910.236"],["14839.317","14165.817"],["14858.172","14204.314"],["21418.296","13783.048"],["21432.593","13651.790"],["21590.839","13751.845"],["21569.852","13737.295"],["21430.071","13620.779"],["21566.069","13745.965"],["21567.401","13699.821"],["21410.741","13649.967"],["21420.679","13783.612"],["21570.466","13744.720"],["21611.924","13747.765"],["21603.250","13735.775"],["21428.502","13648.716"],["21410.209","13663.822"],["21526.669","13665.389"],["21579.769","13731.154"],["21415.420","13777.476"],["21409.632","13781.767"],["21412.199","13781.641"],["21417.225","13782.226"],["21503.051","13756.931"],["21463.371","13621.773"],["21597.105","13742.315"],["21551.546","13743.158"],["21605.814","13717.853"],["21564.886","13743.830"],["15849.006","15046.793"],["15862.438","15002.137"],["15932.813","15000.645"],["15763.929","15059.727"],["15806.934","15073.647"],["15922.741","14975.058"],["15731.204","15030.892"],["15792.480","15077.289"],["15765.755","15057.051"],["15735.839","14974.707"],["15880.431","14977.496"],["15874.796","14944.025"],["15728.507","15022.866"],["15763.863","15051.238"],["15731.737","14875.570"],["15760.146","15075.342"],["15909.648","14883.134"],["15787.011","14873.768"],["15808.458","14946.117"],["15928.425","15010.319"],["15868.773","15045.896"],["15815.898","15041.954"],["15927.412","14935.305"],["15754.807","14907.227"],["15809.319","15040.781"],["15842.455","14972.608"],["15876.090","15014.927"],["15742.059","15051.768"],["15743.359","15042.932"],["15896.074","14872.834"],["15751.866","14998.993"],["15747.540","15000.661"],["15762.597","15069.504"],["15798.436","15044.186"],["15767.860","15078.405"],["15762.949","14887.429"],["15739.895","14875.619"],["15731.112","14881.763"],["15744.428","14985.753"],["15793.804","14917.499"],["28048.035","12208.744"],["28107.686","12149.565"],["28020.083","12193.409"],["28049.616","12165.178"],["27980.327","12192.861"],["28116.074","12146.443"],["28044.548","12210.313"],["28042.041","12204.128"],["28020.412","12157.747"],["28019.671","12166.542"],["28025.466","12157.778"],["28102.752","12147.731"],["4580.116","9099.221"],["4567.713","9019.178"],["4596.849","8986.451"],["4568.705","8956.578"],["25550.453","17242.105"],["25528.150","17369.582"],["25585.256","17214.574"],["25524.071","17368.508"],["25545.240","17249.289"],["25598.793","17327.314"],["25548.528","17340.746"],["25549.088","17212.758"],["25586.129","17308.305"],["24336.703","6518.728"],["16552.926","16356.686"],["16510.534","16454.784"],["16493.353","16503.107"],["16360.197","16488.511"],["16391.546","16488.643"],["16451.812","16406.450"],["16520.870","16355.762"],["16562.705","16402.365"],["16536.126","16466.312"],["16381.151","16455.183"],["16484.526","16467.225"],["16507.781","16370.118"],["16528.183","16563.343"],["16530.271","16482.480"],["16514.104","16469.371"],["16462.300","16496.454"],["16504.980","16501.574"],["16441.518","16551.399"],["16377.173","16534.675"],["16381.118","16479.626"],["16416.992","16434.065"],["16432.666","16409.127"],["16507.326","16428.121"],["16414.574","16442.224"],["16377.990","16382.236"],["16528.183","16563.343"],["16541.159","16439.515"],["16403.754","16534.005"],["16436.226","16484.209"],["16476.161","16490.704"],["16560.912","16382.431"],["16561.011","16389.284"],["16504.169","16384.379"],["16550.040","16475.013"],["16526.691","16549.947"],["16512.908","16528.824"],["16421.978","16530.722"],["16365.528","16551.124"],["16402.601","16538.870"],["16373.456","16540.241"],["16387.089","16508.660"],["16368.405","16509.469"],["16378.536","16434.572"],["16397.979","16442.075"],["16491.531","16468.830"],["16444.163","16433.058"],["16495.627","16423.561"],["16445.725","16393.338"],["16407.218","16374.436"],["16443.912","16356.797"],["16047.598","17965.707"],["16060.702","18012.681"],["16058.778","17927.016"],["16007.335","17936.045"],["15945.101","17846.811"],["16083.120","17938.428"],["15994.160","17962.569"],["15959.408","17980.568"],["16084.632","17876.649"],["16092.988","17989.460"],["16066.365","17886.279"],["16130.949","17922.590"],["16060.986","17853.083"],["32203.039","10474.854"],["32149.784","10525.054"],["32179.558","10563.310"],["32230.736","10495.383"],["32154.241","10494.038"],["32300.498","10634.248"],["32155.212","10548.407"],["32262.611","10473.649"],["32182.775","10639.462"],["32223.442","10614.231"],["16358.258","12548.752"],["16359.129","12578.826"],["27153.537","15800.987"],["27211.167","15768.285"],["27189.335","15842.562"],["27296.335","15796.842"],["27208.305","15751.043"],["27193.216","15825.551"],["27290.579","15795.290"],["27151.984","15731.297"],["27137.024","15757.552"],["27195.163","15739.284"],["27222.032","15851.744"],["27284.411","15812.432"],["27162.238","15780.954"],["27200.427","15800.473"],["27220.091","15837.029"],["22318.017","14642.277"],["22259.298","14652.954"],["22276.842","14641.111"],["22304.156","14607.794"],["22269.425","14657.399"],["14701.205","12307.219"],["14874.507","12263.183"],["14760.275","12264.321"],["14814.979","12203.071"],["14689.577","12331.331"],["14747.118","12327.161"],["14795.006","12327.428"],["14820.130","12259.809"],["14771.734","12303.195"],["14835.752","12245.994"],["14772.576","12266.718"],["14684.307","12147.172"],["22831.400","16353.520"],["22869.114","16386.188"],["22868.407","16364.751"],["22857.732","16379.664"],["14919.996","17206.411"],["14886.555","17232.559"],["14939.369","17237.520"],["14907.859","17252.365"],["14934.846","17274.888"],["14956.390","17399.774"],["14945.485","17207.557"],["14950.699","17212.610"],["14891.148","17244.857"],["14888.380","17223.294"],["14893.249","17212.443"],["14920.430","17246.372"],["14924.180","17217.553"],["14914.027","17254.528"],["14949.007","17303.988"],["14959.270","17288.926"],["14958.758","17407.883"],["14959.582","17352.296"],["14941.638","17296.772"],["30225.598","14027.673"],["11082.592","16231.164"],["11061.973","16310.892"],["22574.198","15951.114"],["22607.633","15943.633"],["22604.590","15968.901"],["22597.008","15932.617"],["22621.741","15955.584"],["22553.949","15931.577"],["22590.297","15959.966"],["22567.731","15954.698"],["19839.533","16030.867"],["19852.560","16028.555"],["17190.801","16313.808"],["17193.150","16337.713"],["17176.027","16290.606"],["17131.484","16142.302"],["16991.467","16150.599"],["7845.265","18622.540"],["7869.330","18538.829"],["7749.488","18664.820"],["7861.461","18648.686"],["7835.134","18603.068"],["7862.307","18562.578"],["7928.062","18572.852"],["7758.703","18628.308"],["7776.736","18607.929"],["7752.163","18666.672"],["7842.090","18624.649"],["7859.116","18562.578"],["7779.628","18599.432"],["7779.909","18610.517"],["7757.044","18598.692"],["7765.126","18609.159"],["7736.493","18628.350"],["7740.927","18641.493"],["7763.629","18666.488"],["7828.555","18592.499"],["7851.468","18550.407"],["7930.496","18541.126"],["7773.627","18598.486"],["7746.968","18607.398"],["7744.294","18628.339"],["26901.254","15611.703"],["26883.211","15589.820"],["26901.515","15548.378"],["26886.950","15647.063"],["26894.050","15602.009"],["26911.137","15561.855"],["14943.684","13026.274"],["15044.787","13135.018"],["15072.884","13061.675"],["14938.405","13082.583"],["14969.118","12998.291"],["14925.433","13033.734"],["15051.536","13000.419"],["15016.744","13144.746"],["14959.672","13080.436"],["14975.318","12999.200"],["14965.680","12975.880"],["32624.790","12312.886"],["32769.751","12329.465"],["32685.502","12326.104"],["32631.961","12306.676"],["18061.486","17327.490"],["18094.728","17392.939"],["18045.174","17390.353"],["18090.730","17353.964"],["18069.579","17375.797"],["18127.177","17402.849"],["18066.648","17362.173"],["16580.822","18296.010"],["16581.826","18299.742"],["16589.638","18355.696"],["18445.473","13838.913"],["18367.529","13852.043"],["18369.112","13880.431"],["17685.020","16386.411"],["17669.938","16374.784"],["17638.819","16404.693"],["17758.917","16407.023"],["17812.436","16372.022"],["17798.637","16420.049"],["18058.250","17481.831"],["21267.063","14441.150"],["21261.471","14436.294"],["19395.482","14851.233"],["15195.380","14516.087"],["15201.410","14539.575"],["15167.159","14527.330"],["15208.110","14506.954"],["15187.282","14558.633"],["15128.089","14620.417"],["15259.281","14659.771"],["15189.872","14586.441"],["15288.274","14470.355"],["15282.535","14556.543"],["15146.004","14587.205"],["15173.656","14538.395"],["15174.673","14489.497"],["15205.505","14559.063"],["15126.099","14603.522"],["15131.831","14450.421"],["15209.038","14645.089"],["15217.875","14572.895"],["15280.499","14477.434"],["15251.433","14511.704"],["15165.568","14528.792"],["15179.922","14519.915"],["15180.413","14516.153"],["15180.034","14486.591"],["15208.784","14494.254"],["15201.969","14558.055"],["15174.124","14544.414"],["15181.476","14553.464"],["17412.696","12578.362"],["22273.702","14664.996"],["25251.186","14791.600"],["25256.431","14680.178"],["25274.567","14703.145"],["25292.231","14724.467"],["25303.318","14666.539"],["25256.351","14785.027"],["25261.003","14666.223"],["25259.189","14719.264"],["25260.681","14721.202"],["25281.218","14714.553"],["25276.112","14733.137"],["25266.729","14793.697"],["25301.246","14666.903"],["25279.201","14681.386"],["25276.234","14679.270"],["25270.702","14705.606"],["25258.378","14731.755"],["25292.902","14716.113"],["25226.341","14842.554"],["25199.997","14712.410"],["25279.152","14673.690"],["25268.914","14678.196"],["25250.380","14772.872"],["25275.370","14712.703"],["25260.392","14763.759"],["25293.826","14731.007"],["31505.648","10871.173"],["31436.086","10928.508"],["31398.440","10950.142"],["31443.939","10888.540"],["31490.132","10973.218"],["31461.207","11025.570"],["31348.324","10970.786"],["31443.886","10861.534"],["31411.974","10901.357"],["31496.258","10890.555"],["31477.007","10954.258"],["31436.782","11059.657"],["31421.464","10941.159"],["31390.940","10950.555"],["31463.890","10933.560"],["31481.184","11003.028"],["13107.744","12696.732"],["13123.698","12696.533"],["8830.451","9627.797"],["16818.325","18742.237"],["16801.537","18884.735"],["16916.030","18888.911"],["16800.808","18809.437"],["16925.755","18683.521"],["28154.347","7820.806"],["28286.387","7793.589"],["28243.673","7851.310"],["28343.492","7749.857"],["28237.999","7785.612"],["28167.999","7778.676"],["28255.663","7885.282"],["28225.104","7808.552"],["28220.860","7796.776"],["28251.255","7788.965"],["28157.275","7734.729"],["28243.870","7852.268"],["28289.347","7817.949"],["28200.268","7770.335"],["28160.762","7860.872"],["28221.798","7840.443"],["28307.489","7882.887"],["14610.291","14034.884"],["14492.744","14096.779"],["14473.153","14139.090"],["14478.316","14174.289"],["14603.126","14033.674"],["14546.812","14056.940"],["26704.808","7348.614"],["18668.322","16580.849"],["18668.552","16634.689"],["5609.155","7890.269"],["5593.391","7781.252"],["25304.105","14459.908"],["25300.329","14608.393"],["25291.759","14621.531"],["25295.559","14481.280"],["25330.151","14627.362"],["25310.297","14661.234"],["25297.204","14598.187"],["25314.822","14647.593"],["25300.909","14579.431"],["25295.739","14618.740"],["25201.781","14540.489"],["25307.171","14593.463"],["25335.316","14639.517"],["25289.313","14571.801"],["25309.769","14616.180"],["25332.238","14657.931"],["25305.465","14569.191"],["25289.474","14598.005"],["25326.615","14651.160"],["25306.331","14612.134"],["15708.589","15613.830"],["15574.336","15656.215"],["15558.678","15652.648"],["15682.386","15623.502"],["15684.334","15716.776"],["15681.544","15573.988"],["15541.829","15573.991"],["15711.688","15609.259"],["15558.524","15699.278"],["15600.162","15648.951"],["15639.942","15635.251"],["15681.876","15648.394"],["15628.995","15673.936"],["15644.369","15557.687"],["15644.253","15550.576"],["15609.604","15516.144"],["15541.736","15533.990"],["20819.657","14943.586"],["20835.102","14921.339"],["20862.339","14938.581"],["20871.311","14997.921"],["14629.479","9217.014"],["5168.171","10872.392"],["5140.301","11000.866"],["5108.163","11035.618"],["22535.539","14899.363"],["22510.147","14885.292"],["22547.479","14883.277"],["22514.160","14889.553"],["18083.574","14824.529"],["18122.363","14795.043"],["27536.401","11769.256"],["27555.418","11714.672"],["27552.954","11787.184"],["27557.080","11708.198"],["27546.096","11789.546"],["27546.389","11718.602"],["26946.301","16415.572"],["26927.588","16474.923"],["26946.914","16466.335"],["26936.647","16377.306"],["26945.401","16417.433"],["26984.180","16400.972"],["25215.395","16937.211"],["25218.898","16935.902"],["14579.968","17185.051"],["14659.440","17098.985"],["14552.290","17065.644"],["14594.061","17045.980"],["14595.029","17102.675"],["14547.887","17183.816"],["14558.787","17162.643"],["14625.425","17178.037"],["14598.386","17117.724"],["14591.820","17167.800"],["14665.141","17014.813"],["14581.428","17184.752"],["14499.997","17194.227"],["14574.506","17092.907"],["14596.082","17192.134"],["14606.287","16986.949"],["14657.773","16994.898"],["14583.485","17044.048"],["14617.578","17064.640"],["14597.808","17089.413"],["14649.987","17120.621"],["14619.280","17097.730"],["14630.867","17052.436"],["14649.979","17057.985"],["14653.239","17063.512"],["14522.851","17159.569"],["14526.978","17134.756"],["14553.853","17108.597"],["14537.381","17082.183"],["14542.460","17179.059"],["14535.486","17186.409"],["14567.235","17192.465"],["14571.528","17196.396"],["14551.205","17160.579"],["14555.531","17162.610"],["14644.134","17156.989"],["14638.970","17146.684"],["14619.619","17191.101"],["14629.225","17168.260"],["14596.725","17121.407"],["14603.189","17113.413"],["14583.728","17148.329"],["14569.452","17152.722"],["14562.877","17163.906"],["14623.042","17121.809"],["14622.351","17086.549"],["14592.466","17105.525"],["14610.511","17192.648"],["14628.700","17106.615"],["13567.703","13702.482"],["13566.301","13743.263"],["13848.194","12240.453"],["13884.682","12295.902"],["14004.731","12133.677"],["14036.457","12328.804"],["15203.834","8982.754"],["15239.041","9101.088"],["15218.837","9047.800"],["24361.403","6506.371"],["24394.878","6519.207"],["18921.646","18166.876"],["18958.558","18071.681"],["19005.013","18219.019"],["19011.781","18043.757"],["18994.118","18116.437"],["19014.779","18214.386"],["19065.597","18055.417"],["19006.124","18103.456"],["18995.885","18185.773"],["19019.713","18195.972"],["18917.868","18088.064"],["18886.478","18219.393"],["19501.916","5141.778"],["19500.814","5039.879"],["19475.847","5117.369"],["20630.589","6876.361"],["20623.895","6911.836"],["20589.800","6860.375"],["20621.576","6892.811"],["20716.243","6845.816"],["20606.007","7007.725"],["20766.451","6955.922"],["20603.557","7026.552"],["20604.922","7011.375"],["20644.396","7018.988"],["20688.869","7049.889"],["20668.771","6995.619"],["20626.583","6997.502"],["20694.346","7037.964"],["20660.112","6842.141"],["20717.065","6841.951"],["20594.092","6856.625"],["20597.612","6874.528"],["20763.754","7026.888"],["20696.172","7036.280"],["20644.741","7049.492"],["20673.990","6858.500"],["20734.560","6979.666"],["20673.063","7026.140"],["20680.169","7044.769"],["20746.062","6843.008"],["17514.532","12078.679"],["17484.552","12047.462"],["17525.519","12066.986"],["21376.647","6935.726"],["21354.229","6941.060"],["21310.621","6958.096"],["21208.690","7030.539"],["21207.197","6871.753"],["21328.917","6928.492"],["23281.916","17495.342"],["23285.946","17503.220"],["23300.330","17494.678"],["28815.362","15994.785"],["28948.154","15991.998"],["28841.826","15997.527"],["28828.869","15959.232"],["18477.228","18448.195"],["18619.643","18271.648"],["18634.977","18379.944"],["18657.658","18399.184"],["7537.311","16095.471"],["18321.946","14428.309"],["18426.193","14241.266"],["18331.486","14441.556"],["18323.527","14292.344"],["18425.148","14327.242"],["18439.822","14364.798"],["18326.972","14411.374"],["18356.696","14393.377"],["18324.053","14270.923"],["18330.698","14330.940"],["18413.240","14292.874"],["18315.152","14361.950"],["18409.611","14437.839"],["18320.683","14435.480"],["18319.532","14377.334"],["18311.506","14359.828"],["18284.989","14443.057"],["18418.216","14240.738"],["18344.711","14253.747"],["18422.305","14411.305"],["32200.580","11370.239"],["32244.470","11385.202"],["32269.208","11364.643"],["32204.568","11333.394"],["32170.613","11365.218"],["32232.249","11390.123"],["32286.067","11351.166"],["32182.052","11317.028"],["32332.346","11288.665"],["32182.048","11418.660"],["32222.126","11405.813"],["32236.460","11418.612"],["32252.054","11315.626"],["32180.341","11282.181"],["16520.978","16198.133"],["16551.023","16294.311"],["16558.659","16209.182"],["16526.356","16149.265"],["16554.350","16256.218"],["16530.106","16179.867"],["16551.340","16243.798"],["16565.283","16298.605"],["16553.758","16223.567"],["16525.649","16214.946"],["16562.240","16289.686"],["16497.015","16148.726"],["16469.713","16254.854"],["16550.337","16204.492"],["27767.218","6905.615"],["27768.929","6888.588"],["20003.837","17057.424"],["20067.172","17186.302"],["20046.962","17066.639"],["20112.829","17191.114"],["20046.864","17074.401"],["20081.109","17170.949"],["20011.321","17098.002"],["20071.349","17153.998"],["27746.202","7787.905"],["27899.678","7828.259"],["27884.020","7837.277"],["27908.626","7850.720"],["27892.195","7829.184"],["27878.510","7840.117"],["27927.277","7836.170"],["27885.385","7818.812"],["27907.716","7738.078"],["27827.058","7733.371"],["27875.298","7772.082"],["27833.341","7759.316"],["27901.334","7748.234"],["27893.176","7741.199"],["27752.041","7707.508"],["27799.985","7704.734"],["27803.998","7749.474"],["27734.113","7825.246"],["27815.478","7796.641"],["27935.072","7730.779"],["27934.973","7693.372"],["27920.353","7787.021"],["27867.030","7829.432"],["27930.040","7841.389"],["27890.024","7784.147"],["27865.698","7779.357"],["27867.853","7835.493"],["27870.912","7813.693"],["27864.278","7758.375"],["27841.795","7767.161"],["27905.331","7734.543"],["27894.574","7741.067"],["27813.489","7719.663"],["27886.433","7726.715"],["27923.670","7734.543"],["27910.742","7770.381"],["27813.259","7726.732"],["27777.501","7763.991"],["27774.820","7805.411"],["27929.481","7860.646"],["27893.543","7831.149"],["27861.422","7807.797"],["27930.583","7805.039"],["27931.159","7862.859"],["27907.770","7832.438"],["27876.861","7720.390"],["27825.660","7706.335"],["27882.469","7716.542"],["27905.430","7771.471"],["27919.459","7760.902"],["27922.979","7766.220"],["27903.670","7692.099"],["15417.194","18154.435"],["15468.341","18083.804"],["15444.121","18066.122"],["15413.066","18060.666"],["15419.595","18099.143"],["15393.765","18166.601"],["15417.925","18175.476"],["15400.385","18121.587"],["15352.008","18091.277"],["15447.995","18244.816"],["15469.764","18244.794"],["15475.041","18079.960"],["15461.751","18125.583"],["15434.797","18124.699"],["15432.244","18177.094"],["15468.982","18102.928"],["15445.166","18117.032"],["15425.731","18084.349"],["15426.849","18067.999"],["15417.211","18108.887"],["15423.526","18114.403"],["15414.143","18154.115"],["15423.320","18175.873"],["15412.563","18176.682"],["15412.852","18121.240"],["15398.625","18134.617"],["15376.745","18087.413"],["15357.929","18096.315"],["15448.167","18240.703"],["15437.255","18244.668"],["15431.761","18239.465"],["15472.132","18254.225"],["16060.489","14880.415"],["16052.461","14934.503"],["16109.832","15076.458"],["16092.482","14940.992"],["15951.966","14898.818"],["16128.502","14942.313"],["16067.118","14885.336"],["16055.030","15028.465"],["16138.474","14953.236"],["16057.331","14892.207"],["16122.844","14931.809"],["15997.920","14901.246"],["16013.037","14962.447"],["16066.747","14982.832"],["16144.013","15069.217"],["15997.048","14912.625"],["15954.532","14888.859"],["16078.664","14878.268"],["16104.752","14922.676"],["16120.146","14923.634"],["16080.078","14913.792"],["16102.893","14938.778"],["16057.002","14911.596"],["16086.590","14884.032"],["16046.014","14902.744"],["16115.951","15045.096"],["16113.013","14989.273"],["16067.520","14985.986"],["16133.425","15024.483"],["18633.035","13770.880"],["18480.537","13779.744"],["18667.164","13700.733"],["18647.213","13763.448"],["14127.851","8485.717"],["14199.163","8445.969"],["14856.054","13484.498"],["14856.999","13420.105"],["14865.884","13569.345"],["14855.403","13422.566"],["14849.167","13570.113"],["14836.169","13433.030"],["14802.415","13426.575"],["14798.625","13452.773"],["14855.273","13436.301"],["14817.871","13461.009"],["14825.031","13469.800"],["16590.878","15486.115"],["16601.803","15367.137"],["16615.289","15434.335"],["16602.633","15429.502"],["16622.736","15494.913"],["16586.120","15459.444"],["16773.978","15415.241"],["16734.390","15340.254"],["16630.417","15473.014"],["16582.111","15473.167"],["16591.564","15454.011"],["16608.955","15404.530"],["16624.299","15500.165"],["16694.072","15348.674"],["16717.611","15412.813"],["16776.879","15498.612"],["16592.194","15488.031"],["16636.273","15501.887"],["16595.051","15430.262"],["16600.281","15462.467"],["16603.102","15360.019"],["16740.425","15351.194"],["16639.448","15416.008"],["16638.346","15429.633"],["16612.243","15468.869"],["16599.398","15485.879"],["16625.993","15502.163"],["16773.982","15446.965"],["16652.838","15350.821"],["16687.891","15368.651"],["16776.416","15450.070"],["5629.146","8412.049"],["14877.211","16946.214"],["14767.599","16984.496"],["14874.465","16969.524"],["14876.108","16860.225"],["14683.290","16885.025"],["14808.206","16961.085"],["14872.084","16898.687"],["14856.909","16952.211"],["14819.138","16894.466"],["14793.775","16917.818"],["14799.228","16931.387"],["14842.717","16899.053"],["14850.514","16948.054"],["14792.783","16977.855"],["14678.151","16829.021"],["14690.979","16872.408"],["14861.223","16819.746"],["14855.340","16891.305"],["14875.633","16967.840"],["14852.196","16968.797"],["14865.867","16874.922"],["14691.395","16836.750"],["14699.102","16876.354"],["14700.583","16880.615"],["14785.165","16961.209"],["14691.678","16897.758"],["14692.616","16889.352"],["14701.249","16909.974"],["14853.016","16855.436"],["14772.977","16971.432"],["14824.607","16941.773"],["14840.972","16967.900"],["14839.988","16863.481"],["14822.115","16870.899"],["14818.020","16871.196"],["14806.686","16908.702"],["14785.913","16912.533"],["14779.951","16924.517"],["14799.343","16936.061"],["14849.740","16916.411"],["14842.915","16906.518"],["14842.406","16945.461"],["14841.024","16934.693"],["14779.839","16974.585"],["14674.087","16872.904"],["14695.732","16863.986"],["14687.302","16847.433"],["14829.102","16914.339"],["5960.844","7654.908"],["5942.660","7603.456"],["7438.112","7986.800"],["7416.409","7901.197"],["7446.454","7911.840"],["6635.662","15987.790"],["17473.152","12433.599"],["17470.211","12476.697"],["17512.991","12448.883"],["21202.326","13838.000"],["21244.220","13838.888"],["21275.385","13856.861"],["21255.029","13993.599"],["21259.580","13973.591"],["21205.009","13858.988"],["21202.080","13839.190"],["28924.984","11030.471"],["28912.897","11031.734"],["28961.132","11039.946"],["28936.416","10975.991"],["28940.803","10978.623"],["28985.843","10996.417"],["28975.736","10992.197"],["28977.882","10990.713"],["30041.612","15158.297"],["30206.151","15109.132"],["30209.063","15197.836"],["15664.266","17316.297"],["15530.933","17360.688"],["15658.182","17373.833"],["15665.484","17348.398"],["15529.113","17220.234"],["15563.621","17315.778"],["15665.277","17223.022"],["15577.098","17257.030"],["15626.824","17383.848"],["15595.606","17326.740"],["15644.484","17247.029"],["15662.062","17335.405"],["15640.685","17266.302"],["15530.604","17338.029"],["15566.016","17376.959"],["15645.599","17388.201"],["15666.076","17399.613"],["15686.226","17379.767"],["15540.528","17245.717"],["15561.212","17250.129"],["15565.061","17262.218"],["15657.891","17219.934"],["15672.627","17239.835"],["15601.649","17237.074"],["15620.196","17392.238"],["15614.949","17398.695"],["15605.261","17338.978"],["15605.442","17321.967"],["15336.736","12269.435"],["15502.292","12221.614"],["15448.764","12281.189"],["15389.027","12158.123"],["15332.707","12229.567"],["15421.938","12135.398"],["15334.664","12291.912"],["15456.460","12191.423"],["15437.991","12313.542"],["15420.064","12285.631"],["15376.363","12128.495"],["15402.909","12137.430"],["15404.159","12170.080"],["15311.239","12159.943"],["15413.809","12224.629"],["15380.240","12261.574"],["15381.670","12289.898"],["15492.750","12237.998"],["15453.556","12211.392"],["15512.372","12259.105"],["30324.901","15417.596"],["30338.904","15360.401"],["30374.167","15348.923"],["30383.454","15418.818"],["16974.313","18487.671"],["4185.375","11789.776"],["4236.502","11801.842"],["4267.899","11882.424"],["4220.493","11902.240"],["22480.738","16359.146"],["22493.403","16364.943"],["25297.245","14399.247"],["25212.512","14411.597"],["25286.530","14349.451"],["25245.098","14346.635"],["25251.495","14343.880"],["25235.243","14364.353"],["25315.033","14375.194"],["25325.250","14388.332"],["25304.992","14405.308"],["25241.818","14346.015"],["25201.312","14391.101"],["25277.648","14356.915"],["25312.213","14444.334"],["25205.515","14340.412"],["25250.196","14333.506"],["25261.034","14332.963"],["25248.220","14363.428"],["25316.003","14376.449"],["25311.977","14394.211"],["25229.466","14354.752"],["25212.266","14407.171"],["25292.171","14344.810"],["25292.822","14438.009"],["25244.867","14341.070"],["25252.383","14347.926"],["25243.450","14356.723"],["25296.546","14382.873"],["25304.839","14387.803"],["25319.630","14405.853"],["25200.160","14389.978"],["25293.602","14368.823"],["25290.174","14439.660"],["25249.455","14336.811"],["25237.743","14351.141"],["25309.523","14375.821"],["25317.536","14402.634"],["15682.473","12828.880"],["15533.354","12903.203"],["15538.953","12934.406"],["15715.821","12850.088"],["15572.280","12919.110"],["15701.803","12844.557"],["15534.437","12772.632"],["15623.030","12932.796"],["15515.795","12920.219"],["15519.068","12924.414"],["15561.488","12947.008"],["15685.696","12845.676"],["15551.030","12907.384"],["15578.991","12906.195"],["20841.604","11833.492"],["20809.331","11736.121"],["20829.712","11829.231"],["20784.429","11746.807"],["20822.472","11768.508"],["27752.937","8156.935"],["27910.702","8230.491"],["27931.327","8204.744"],["27869.537","8112.619"],["27774.587","8133.990"],["27765.804","8118.614"],["27864.159","8157.607"],["27854.406","8158.251"],["27896.457","8132.047"],["27914.469","8238.121"],["27784.653","8133.395"],["27847.958","8167.846"],["27836.133","8149.052"],["27933.421","8128.585"],["18039.085","17211.948"],["17831.363","17293.600"],["17849.011","17257.762"],["17849.307","17226.455"],["17840.672","17234.360"],["18025.463","17265.108"],["10358.520","15698.701"],["10430.753","15610.632"],["10449.894","15622.494"],["10373.542","15696.094"],["10420.726","15624.352"],["10436.923","15617.601"],["10366.227","15702.965"],["10413.379","15647.589"],["10423.916","15626.687"],["10450.992","15610.239"],["10415.180","15651.393"],["10412.060","15649.823"],["10421.625","15639.816"],["10291.669","15633.572"],["10302.210","15637.513"],["10353.597","15604.526"],["10321.192","15626.141"],["10274.607","15595.697"],["10301.547","15601.667"],["10285.648","15689.143"],["20847.537","14397.417"],["20847.965","14325.212"],["20922.553","14326.501"],["20896.155","14383.924"],["20864.927","14340.989"],["20978.814","14384.671"],["20920.448","14386.302"],["20899.560","14369.936"],["20849.157","14300.331"],["20847.838","14328.916"],["20951.182","14381.418"],["20924.692","14406.633"],["20879.840","14394.725"],["20863.927","14269.200"],["20853.891","14305.134"],["20947.350","14391.608"],["20888.343","14304.783"],["20863.754","14380.241"],["27711.446","16316.172"],["13391.199","13166.914"],["25544.330","17464.063"],["25513.357","17462.735"],["25446.059","17483.370"],["25431.795","17511.640"],["25548.919","17469.827"],["25503.045","17469.374"],["25551.303","17492.089"],["25504.870","17459.977"],["25500.792","17480.869"],["20763.066","16415.179"],["20758.938","16395.312"],["20191.740","13486.370"],["15179.550","13563.806"],["15165.061","13519.740"],["15278.261","13593.079"],["15301.633","13447.198"],["15264.544","13488.535"],["15209.785","13589.220"],["15139.057","13557.560"],["15150.028","13534.686"],["15184.452","13500.203"],["15251.572","13581.916"],["15190.526","13574.571"],["15225.700","13447.560"],["15097.763","13454.449"],["15281.616","13423.218"],["15264.576","13519.716"],["15153.844","13511.532"],["15253.073","13559.156"],["15228.112","13526.050"],["15169.824","13550.136"],["17810.302","14968.296"],["18461.193","12054.768"],["18409.789","11983.289"],["18450.760","11980.234"],["18461.175","11958.213"],["18415.477","12046.179"],["18925.692","14701.593"],["27337.460","16577.506"],["27491.506","16651.623"],["22557.290","15110.202"],["22546.552","15156.456"],["22518.634","15192.865"],["22635.320","15204.833"],["22539.807","15140.805"],["22552.424","15167.785"],["22533.552","15179.653"],["22622.557","15195.745"],["22649.833","15288.514"],["22607.540","15226.319"],["22578.244","15143.976"],["22545.854","15229.315"],["22599.958","15203.921"],["22588.198","15217.896"],["22557.405","15121.895"],["22565.204","15179.478"],["22554.752","15190.058"],["22592.063","15188.644"],["22634.464","15201.117"],["20464.188","13247.509"],["20472.017","13274.644"],["20454.385","13253.719"],["20434.533","13265.973"],["20457.231","13259.714"],["20501.096","13282.026"],["20494.171","13295.519"],["20445.109","13279.549"],["20480.144","13289.791"],["20474.287","13245.709"],["20458.777","13286.717"],["20480.125","13259.747"],["18434.310","18514.727"],["18435.517","18476.122"],["18412.435","18543.414"],["18385.264","18556.263"],["18414.162","18526.948"],["18271.372","18675.414"],["18435.116","18508.930"],["20415.164","7034.576"],["20375.648","7009.030"],["20391.316","7040.720"],["20155.617","7754.156"],["20292.442","7701.597"],["20182.757","7846.753"],["20180.438","7884.490"],["20212.856","7880.295"],["20235.356","7858.148"],["20234.745","7716.345"],["20212.738","7784.305"],["20214.284","7815.651"],["20211.998","7795.833"],["20198.399","7784.127"],["20196.442","7869.263"],["20146.703","7797.046"],["20234.320","7885.052"],["20161.261","7777.752"],["20190.570","7838.000"],["20166.902","7874.581"],["20214.827","7749.111"],["20249.876","7701.861"],["20226.949","7740.309"],["20241.603","7810.515"],["20241.784","7728.451"],["16366.593","15434.960"],["16530.239","15415.085"],["16399.071","15411.352"],["16386.822","15452.340"],["16378.796","15332.726"],["16563.630","15336.778"],["16456.416","15475.641"],["16474.365","15447.754"],["16469.323","15435.602"],["16509.010","15370.506"],["16495.968","15363.692"],["16437.650","15418.324"],["16445.540","15469.394"],["16393.095","15470.227"],["16410.149","15353.049"],["16373.186","15333.900"],["16417.575","15494.358"],["16551.473","15422.616"],["16356.856","15435.555"],["16372.307","15395.241"],["16467.457","15427.589"],["16504.256","15392.472"],["16495.997","15374.472"],["16464.225","15357.829"],["16424.278","15412.544"],["16404.838","15454.373"],["16391.649","15502.254"],["16385.503","15492.930"],["16382.698","15374.123"],["16384.301","15335.959"],["16377.544","15314.725"],["16404.104","15409.387"],["16525.403","15372.129"],["16390.490","15467.072"],["16367.052","15414.099"],["16458.965","15486.558"],["16472.819","15438.043"],["16475.803","15428.583"],["16512.085","15371.712"],["16496.589","15353.911"],["16367.316","15364.600"],["16423.503","15382.801"],["16443.238","15464.638"],["16399.772","15444.579"],["16405.054","15493.798"],["16380.725","15368.822"],["16371.574","15319.135"],["16512.640","15422.798"],["16564.617","15327.331"],["16465.543","15361.507"],["16549.635","15455.659"],["16424.409","15402.304"],["16554.683","15304.259"],["16360.654","15403.034"],["16357.193","15473.182"],["16562.647","15355.525"],["16480.812","15487.278"],["16466.321","15501.085"],["16473.028","15467.961"],["16406.482","15430.331"],["16417.008","15431.668"],["16458.066","15421.941"],["16483.313","15442.486"],["16458.938","15435.417"],["16503.846","15438.261"],["16472.332","15431.291"],["16517.562","15393.397"],["16495.835","15395.758"],["16502.477","15364.382"],["16484.928","15367.866"],["16456.100","15347.441"],["16483.863","15354.311"],["16431.172","15322.759"],["16410.707","15365.807"],["16393.865","15380.224"],["16357.744","15342.470"],["16431.955","15433.341"],["16444.932","15436.760"],["16398.769","15448.295"],["16390.710","15438.435"],["16387.881","15458.419"],["16378.710","15467.645"],["16382.806","15489.297"],["16360.479","15472.874"],["16363.094","15466.185"],["16370.627","15443.708"],["16377.534","15373.760"],["16391.267","15366.047"],["16404.080","15343.206"],["16410.403","15337.462"],["16361.755","15331.191"],["16358.383","15297.203"],["16359.551","15317.368"],["15448.623","18276.746"],["15441.078","18289.440"],["15441.571","18264.022"],["15458.722","18277.456"],["15447.455","18266.820"],["15419.532","18289.456"],["15435.749","18289.853"],["20652.148","11957.880"],["20638.859","11932.066"],["20666.343","11935.006"],["19928.484","6828.117"],["19892.510","6675.981"],["19835.112","6801.709"],["19929.500","6643.776"],["19905.256","6673.520"],["19912.000","6656.360"],["19911.753","6652.578"],["27063.819","15477.203"],["21031.264","15962.872"],["21024.139","15937.782"],["21152.933","16126.056"],["21041.565","16122.669"],["21050.048","16003.230"],["20995.324","15999.114"],["21129.161","16139.804"],["21086.528","16072.333"],["21097.444","16036.554"],["21007.497","16037.837"],["21050.167","16116.724"],["21039.851","15997.169"],["20996.973","15988.493"],["21066.438","15943.222"],["21115.087","16026.906"],["21154.281","16116.279"],["21061.384","16100.076"],["21033.996","16004.304"],["21031.064","16000.324"],["21009.621","15993.961"],["21163.804","16095.734"],["21068.259","16104.090"],["21043.436","16014.312"],["21026.091","15996.881"],["28188.128","9219.049"],["28226.033","9362.803"],["28280.135","9211.435"],["28026.477","16589.270"],["27970.732","16634.164"],["28108.193","16602.716"],["28024.915","16584.348"],["27969.120","16626.039"],["28113.604","16580.569"],["28029.865","16598.733"],["27973.544","16644.486"],["28142.239","16568.711"],["28062.036","16568.907"],["27982.936","16613.785"],["28108.160","16581.428"],["19050.725","15764.511"],["19043.894","15902.153"],["19035.177","15925.836"],["19070.329","15929.692"],["19067.304","15771.315"],["18960.220","15762.568"],["19944.111","15040.965"],["19963.452","15023.678"],["20018.976","14927.732"],["20144.965","14943.451"],["19953.782","15069.817"],["20006.706","14940.928"],["19956.184","15057.017"],["19984.144","14985.101"],["20060.256","14970.853"],["20064.074","14901.918"],["19959.582","15036.569"],["19973.416","15037.624"],["20025.797","14874.898"],["20053.858","14957.311"],["20062.183","14908.029"],["20129.997","14906.919"],["20134.982","15026.949"],["7533.933","16380.889"],["23155.767","17214.105"],["23093.795","17238.171"],["23109.738","17315.959"],["23144.362","17277.245"],["23165.775","17302.773"],["23196.884","17334.999"],["23138.391","17347.298"],["23097.130","17334.650"],["23144.023","17204.906"],["23113.126","17305.653"],["23134.181","17311.943"],["23175.265","17302.261"],["23179.746","17338.186"],["23122.552","17362.211"],["23115.027","17215.922"],["23148.785","17283.814"],["23178.200","17344.627"],["23124.575","17361.022"],["23114.515","17350.802"],["23145.750","17220.018"],["23099.343","17314.076"],["23127.832","17290.242"],["23154.542","17311.477"],["23164.368","17355.527"],["23139.181","17327.298"],["23100.518","17318.283"],["19052.817","17515.448"],["18900.543","17464.212"],["19057.955","17501.637"],["19055.021","17520.667"],["18935.714","17469.407"],["18908.444","17467.954"],["18884.392","17415.790"],["19045.308","17565.721"],["19065.136","17524.812"],["15139.329","12615.571"],["15159.519","12681.409"],["15201.809","12564.481"],["15239.363","12601.199"],["15194.769","12662.422"],["15186.311","12680.418"],["15116.155","12662.045"],["15296.131","12684.011"],["15293.550","12697.417"],["15151.950","12561.537"],["15102.002","12597.133"],["15292.445","12637.599"],["15194.670","12659.713"],["15212.071","12679.003"],["28423.124","15406.817"],["28407.468","15442.547"],["18114.106","17809.131"],["18099.489","17740.508"],["18103.506","17758.367"],["18093.108","17741.631"],["18109.559","17739.556"],["18075.460","17759.765"],["18101.457","17816.003"],["18078.940","17735.838"],["20116.380","15781.320"],["20143.396","15756.062"],["20144.038","15785.441"],["20143.709","15779.644"],["20126.161","15856.166"],["20128.297","15803.190"],["20131.570","15758.143"],["20122.855","15858.049"],["20116.114","15887.797"],["21119.415","14482.782"],["21143.560","14472.989"],["21147.984","14461.098"],["23373.438","8500.778"],["23416.667","8463.816"],["27715.878","7166.383"],["27718.740","7199.149"],["27679.496","7209.405"],["27701.781","7258.679"],["27693.148","7197.035"],["27680.269","7232.229"],["27689.282","7200.239"],["27686.486","7235.978"],["27698.427","7208.249"],["27720.679","7254.385"],["27693.296","7181.957"],["27714.134","7169.190"],["27685.236","7222.254"],["19738.619","15767.084"],["19765.140","15785.152"],["18875.396","18206.265"],["27095.479","16655.839"],["27111.318","16627.466"],["27107.815","16606.954"],["16013.367","12641.469"],["15952.141","12639.928"],["15979.699","12578.298"],["15961.368","12702.570"],["16010.565","12598.110"],["16064.197","12735.596"],["16106.976","12735.084"],["15956.826","12688.599"],["16103.718","12626.315"],["15953.443","12676.971"],["16088.374","12668.725"],["16136.648","12727.442"],["15988.673","12573.750"],["18882.400","14172.480"],["18863.472","14194.747"],["18691.586","14133.785"],["18872.661","14210.328"],["18834.394","14096.515"],["18691.668","14064.916"],["18861.647","14178.546"],["18696.438","14106.023"],["18835.463","14093.228"],["18773.329","14126.204"],["16988.275","15512.704"],["16993.156","15705.759"],["17031.396","15573.673"],["17081.980","15528.578"],["17069.649","15509.289"],["17085.803","15563.383"],["17032.482","15557.372"],["17103.221","15545.051"],["17102.369","15716.076"],["17029.355","15527.646"],["17125.171","15623.594"],["17071.373","15647.415"],["17018.156","15569.676"],["17098.279","15535.763"],["17094.008","15511.205"],["17070.096","15556.100"],["17016.642","15520.742"],["17020.574","15584.441"],["17018.568","15574.465"],["17028.617","15574.779"],["17060.414","15564.827"],["17083.580","15521.906"],["17058.115","15535.663"],["17071.543","15568.470"],["17067.448","15537.537"],["17099.997","15539.849"],["17130.954","15710.544"],["17118.701","15714.375"],["17196.697","15683.334"],["20071.962","6687.205"],["20099.166","6678.534"],["20018.332","6672.793"],["20001.671","6641.084"],["20112.785","6652.440"],["20010.799","6646.088"],["20007.789","6628.516"],["20113.212","6709.566"],["20096.272","6708.807"],["20084.397","6710.260"],["20107.554","6651.367"],["20137.601","6833.889"],["20137.190","6834.599"],["12731.415","16036.577"],["12709.107","16079.043"],["12677.228","16028.734"],["12686.093","15971.501"],["12681.815","16096.069"],["18678.538","14320.787"],["18833.330","14319.987"],["18821.448","14293.951"],["18821.093","14345.168"],["18835.033","14314.375"],["18773.982","14350.698"],["18731.593","14334.233"],["18709.951","14388.689"],["18810.454","14304.290"],["18805.450","14304.592"],["18793.305","14318.262"],["18782.438","14308.599"],["18742.889","14314.457"],["18702.535","14332.343"],["18808.689","14334.087"],["18840.740","14301.328"],["18765.955","14345.149"],["18734.868","14340.999"],["18699.414","14342.814"],["18716.135","14379.342"],["18794.588","14378.814"],["18746.838","14379.749"],["18823.471","14305.066"],["18802.835","14315.789"],["18801.348","14314.612"],["18863.315","14383.194"],["18702.257","14428.420"],["18738.754","14416.913"],["18829.261","14298.509"],["18788.606","14310.052"],["18674.331","14340.222"],["18782.692","14291.220"],["18812.932","14359.174"],["18838.980","14312.509"],["18771.580","14343.167"],["18733.814","14332.086"],["18727.375","14353.582"],["18757.543","14417.175"],["18754.322","14374.183"],["18796.129","14297.139"],["18739.284","14384.649"],["18777.471","14306.304"],["18676.105","14343.877"],["18830.379","14292.184"],["18802.342","14314.798"],["18837.834","14338.843"],["18842.533","14315.515"],["18767.502","14343.415"],["18731.429","14342.887"],["18739.461","14412.223"],["18798.850","14374.696"],["18784.999","14318.080"],["6061.849","7666.486"],["6077.145","7648.229"],["6126.608","7562.079"],["6217.345","7515.426"],["6136.138","7680.772"],["6078.183","7566.769"],["6070.637","7661.076"],["18114.921","17730.291"],["18180.069","17675.905"],["18081.934","17673.591"],["18157.118","17668.172"],["18081.769","17719.157"],["18248.285","17630.286"],["18216.944","17644.213"],["18245.598","17720.119"],["18041.867","17707.000"],["18154.465","17654.788"],["18086.374","17693.475"],["18138.557","17695.528"],["18219.620","17635.800"],["18229.529","17681.325"],["8614.664","10458.227"],["19935.196","8471.357"],["19935.179","8460.804"],["20170.218","14936.520"],["20341.945","15016.099"],["20186.961","14943.490"],["20335.507","15019.838"],["10505.168","16367.497"],["10518.459","16373.847"],["10494.428","16399.233"],["10467.302","16389.659"],["31986.036","10308.785"],["32044.254","10390.455"],["31985.339","10385.249"],["31943.516","10353.803"],["31943.324","10394.545"],["32024.583","10374.947"],["31945.872","10284.590"],["31972.699","10365.627"],["16892.343","18056.786"],["16901.558","18204.028"],["16922.249","18217.893"],["16970.147","18238.052"],["16947.660","18171.790"],["16985.516","18046.870"],["16958.828","18184.705"],["16932.693","18170.461"],["16985.006","18067.728"],["16854.860","18055.498"],["16827.874","18098.512"],["21562.280","15451.071"],["26011.154","17334.949"],["25912.430","17295.380"],["25989.882","17394.459"],["22566.558","14871.403"],["22505.427","14866.415"],["22563.170","14871.105"],["21319.197","15912.954"],["21339.272","15886.549"],["21201.384","15757.176"],["21333.828","15891.933"],["21212.880","15768.821"],["4561.170","9585.785"],["4493.342","9569.840"],["4502.113","9556.250"],["4518.801","9509.634"],["4555.442","9390.993"],["4457.506","9433.704"],["4446.371","9501.103"],["4445.201","9521.569"],["14271.098","12721.840"],["14257.003","12703.755"],["14289.920","12729.557"],["14403.387","12721.543"],["14402.778","12746.002"],["14440.572","12725.019"],["14437.069","12721.154"],["14317.876","12643.054"],["14304.142","12659.982"],["14358.871","12691.551"],["14344.101","12698.008"],["14331.880","12743.879"],["14341.880","12736.761"],["14394.285","12704.676"],["14356.982","12715.362"],["14284.574","12671.931"],["14294.147","12644.796"],["14347.075","13444.822"],["14370.132","13494.344"],["14374.885","13510.334"],["14415.037","13534.441"],["14420.342","13452.156"],["14379.041","13419.074"],["14367.643","13424.474"],["14359.682","13405.081"],["14356.395","13408.582"],["14342.020","13412.298"],["14353.432","13444.130"],["14326.762","13440.462"],["14355.059","13590.020"],["14352.016","13589.277"],["14349.947","13541.134"],["14359.747","13577.893"],["14330.943","13529.707"],["14352.240","13549.675"],["14346.271","13559.705"],["14404.317","13535.705"],["14430.791","13524.929"],["14368.652","13504.534"],["14435.363","13532.790"],["14371.135","13524.537"],["14406.797","13521.345"],["14333.966","13433.641"],["14380.723","13521.894"],["14346.450","13451.131"],["14427.649","13532.129"],["14453.217","13408.038"],["14412.710","13450.405"],["14413.895","13464.575"],["14373.629","13417.009"],["14368.695","13423.285"],["14364.682","13409.259"],["14364.493","13436.812"],["14348.418","13415.882"],["14345.145","13424.602"],["14412.274","13525.589"],["14309.559","13601.443"],["14359.825","13603.614"],["14360.848","13598.955"],["14337.605","13530.797"],["14339.480","13526.338"],["14351.902","13520.049"],["14351.088","13566.637"],["14352.256","13552.648"],["14370.592","13499.480"],["14427.238","13526.778"],["14355.247","13490.463"],["14420.530","13535.878"],["28634.696","16246.234"],["28660.271","16245.276"],["28624.630","16200.486"],["22427.645","6168.209"],["22460.112","6133.328"],["22460.112","6142.263"],["21882.730","7852.912"],["21933.141","7821.401"],["21884.211","7845.282"],["21919.293","7840.922"],["17960.890","17053.040"],["17871.927","17080.903"],["17838.171","17080.370"],["17846.627","17021.812"],["17953.304","17011.981"],["17893.388","17115.636"],["17924.887","17111.192"],["17915.903","17137.152"],["17999.417","17130.858"],["17856.513","17027.573"],["17958.668","17040.321"],["17954.475","17060.043"],["17902.848","17107.047"],["17897.470","17087.823"],["17889.772","17096.345"],["17868.270","17161.021"],["17880.411","17012.891"],["17875.246","17089.476"],["17881.350","17126.544"],["17896.293","17117.397"],["17870.380","17111.345"],["17881.701","17034.831"],["17936.784","17069.262"],["18019.777","17156.279"],["17979.172","17033.523"],["17840.973","17156.775"],["17903.753","17071.820"],["17859.262","17109.211"],["18035.839","17010.808"],["18040.362","17064.186"],["17846.969","17181.965"],["17853.007","17156.925"],["17845.066","16991.768"],["17948.784","17127.161"],["18017.979","17108.284"],["17869.734","17126.518"],["17885.778","17121.729"],["17891.977","17116.243"],["17872.106","17105.345"],["17867.142","17120.485"],["17875.190","17134.836"],["17871.862","17114.300"],["17872.781","17120.407"],["14883.290","13803.984"],["14933.348","13772.347"],["14922.189","13796.900"],["14986.766","13764.039"],["14925.380","13741.508"],["18387.714","14101.480"],["18406.489","14194.611"],["18423.120","14187.213"],["18255.472","14110.521"],["18430.148","14070.811"],["18378.973","14200.226"],["18404.178","14069.903"],["18414.217","14197.595"],["18369.560","14197.365"],["18348.581","14181.834"],["18425.641","14050.085"],["23403.348","16758.516"],["23412.049","16770.837"],["19285.343","17585.870"],["19113.222","17509.526"],["19230.805","17482.049"],["19281.700","17521.737"],["19097.005","17517.569"],["19177.038","17504.708"],["19242.637","17495.180"],["19139.936","17564.914"],["19130.311","17492.532"],["19095.932","17508.128"],["19208.436","17517.920"],["19258.180","17520.944"],["18750.713","6470.696"],["18759.323","6440.254"],["18750.631","6474.086"],["18804.498","6499.232"],["18814.207","6444.143"],["18870.331","6455.617"],["18745.615","6481.101"],["18747.111","6482.790"],["18778.758","6468.992"],["18828.648","6444.837"],["18733.115","6482.505"],["18756.510","6462.913"],["18780.140","6491.502"],["18826.724","6423.681"],["18846.543","6482.243"],["17586.085","17357.514"],["17597.598","17354.807"],["17507.677","17328.843"],["17470.067","17387.382"],["17616.390","17379.909"],["17420.621","17356.610"],["17560.114","17375.088"],["17595.114","17359.035"],["17517.480","17398.042"],["17439.207","17199.386"],["17423.739","17214.693"],["17430.753","17386.932"],["17423.335","17379.137"],["17583.562","17346.115"],["17560.854","17345.955"],["17572.828","17360.617"],["17529.950","17350.844"],["17456.690","17342.171"],["17436.970","17371.287"],["17528.072","17348.826"],["17510.819","17405.705"],["17420.766","17205.732"],["17421.788","17220.084"],["17443.593","17207.410"],["17619.280","17244.333"],["17600.163","17363.131"],["17595.065","17315.138"],["17611.561","17362.536"],["17580.213","17305.542"],["17529.240","17371.733"],["17449.898","17396.374"],["17531.098","17381.328"],["17518.056","17408.001"],["6455.050","15777.537"],["6448.154","15779.163"],["31749.671","11357.455"],["31847.899","11347.796"],["31885.970","11286.053"],["31886.437","11343.553"],["31747.944","11356.286"],["31806.349","11431.136"],["31862.438","11444.129"],["31739.720","11300.866"],["31746.151","11440.679"],["31805.275","11302.914"],["31769.106","11322.431"],["31780.082","11345.614"],["31839.971","11351.082"],["31902.796","11293.023"],["31920.664","11382.463"],["31932.405","11463.898"],["31746.476","11295.614"],["31804.971","11436.850"],["31806.205","11358.217"],["31836.739","11406.906"],["31867.401","11304.286"],["31869.809","11387.022"],["31806.283","11401.524"],["31823.655","11485.797"],["8070.742","12058.780"],["8065.807","12022.046"],["8087.255","12056.600"],["17755.295","15745.734"],["17737.980","15912.179"],["17639.199","15833.847"],["17721.655","15774.490"],["17745.595","15885.506"],["17710.214","15801.834"],["17640.942","15817.827"],["17758.332","15928.705"],["17764.114","15904.805"],["17771.150","15786.741"],["17762.832","15890.758"],["17690.834","15811.156"],["17677.028","15807.075"],["17771.121","15926.431"],["17762.087","15779.309"],["17703.852","15920.453"],["17689.337","15818.538"],["17627.587","15773.351"],["17826.499","15913.558"],["17821.334","15757.077"],["17749.657","15755.289"],["17699.082","15860.535"],["17743.827","15825.276"],["17694.100","15773.599"],["17792.453","15925.631"],["9519.100","13769.919"],["9618.944","13773.260"],["9428.406","13711.096"],["9539.103","13774.612"],["9542.433","13771.671"],["9434.700","13733.971"],["9521.451","13765.658"],["9615.488","13797.999"],["20431.350","7672.963"],["20436.958","7631.543"],["20407.369","7608.886"],["20430.264","7664.243"],["20401.498","7596.797"],["20362.649","7557.094"],["20363.274","7526.161"],["28135.214","7692.329"],["27981.141","7773.009"],["27994.233","7723.645"],["28043.822","7737.253"],["28043.559","7896.510"],["27986.914","7696.395"],["28085.235","7861.467"],["28078.953","7850.930"],["28072.834","7710.385"],["27941.076","7867.879"],["27961.093","7837.310"],["27947.376","7837.343"],["27973.970","7792.167"],["27963.098","7748.764"],["28035.286","7711.126"],["27994.973","7871.192"],["28100.087","7761.203"],["27951.932","7880.877"],["28009.217","7807.278"],["28058.822","7789.871"],["28143.443","7701.434"],["27961.389","7830.538"],["17897.626","15172.856"],["17881.096","15135.531"],["17847.067","15131.782"],["18018.606","15251.424"],["17974.344","15251.639"],["17971.957","15263.458"],["17873.119","15170.577"],["17973.964","15244.812"],["17978.125","15268.495"],["18009.959","15211.857"],["17999.877","15207.564"],["17975.872","15245.076"],["17975.428","15255.894"],["17896.409","15157.645"],["18014.368","15184.699"],["17927.274","15224.168"],["17926.385","15293.115"],["17957.869","15212.555"],["18002.672","15170.893"],["17959.422","15176.262"],["17976.094","15148.577"],["17909.915","15274.298"],["15748.453","14016.176"],["15745.620","13965.573"],["15770.729","14003.742"],["15859.007","14013.768"],["15820.611","13975.717"],["15793.995","13992.130"],["15903.176","13997.453"],["15917.795","14006.407"],["15877.558","13856.016"],["15760.545","13828.649"],["15908.301","13977.367"],["15854.998","13879.220"],["15831.957","13952.771"],["15738.992","13885.287"],["15816.497","13908.510"],["15914.584","13997.235"],["15868.576","13982.573"],["15811.577","13837.537"],["15736.408","13872.320"],["15812.975","13894.199"],["15924.913","13988.185"],["14843.647","14722.659"],["14880.076","14869.609"],["14802.828","14869.069"],["14847.158","14683.347"],["14808.334","14775.145"],["14877.930","14717.622"],["14781.611","14870.374"],["14839.197","14706.634"],["14715.254","14847.526"],["14769.394","14829.107"],["14824.948","14834.930"],["25550.300","17457.688"],["27878.666","17253.218"],["27906.384","17241.161"],["27913.101","17280.344"],["14657.703","17417.847"],["14669.580","17443.064"],["14662.256","17437.903"],["16194.249","16722.713"],["16210.795","16749.997"],["16202.601","16644.693"],["16233.789","16767.899"],["16282.420","16713.083"],["16220.071","16692.391"],["16326.713","16773.004"],["16252.995","16621.126"],["16198.344","16760.880"],["16198.657","16684.662"],["16266.351","16701.935"],["16228.209","16684.181"],["16274.262","16680.416"],["16175.204","16678.816"],["16224.808","16717.643"],["16156.272","16728.130"],["16180.499","16692.573"],["16242.913","16690.358"],["16187.374","16716.190"],["18172.252","17513.841"],["18138.334","17496.270"],["18144.534","17501.109"],["18206.052","17525.577"],["18047.168","17531.407"],["18239.986","17496.900"],["18139.818","17557.930"],["18081.330","17483.907"],["18062.181","17496.331"],["18139.057","17516.055"],["18133.812","17456.383"],["18081.182","17507.636"],["18080.289","17431.839"],["18075.733","17491.707"],["18092.378","17425.794"],["18086.408","17449.510"],["16739.525","18492.497"],["16611.316","18518.253"],["16664.960","18538.226"],["16738.160","18493.455"],["16629.795","18542.091"],["16731.572","18501.579"],["16739.779","18590.794"],["16712.131","18502.421"],["16603.685","18555.231"],["16700.108","18539.465"],["16722.772","18501.265"],["16659.006","18549.638"],["16642.213","18484.816"],["16746.720","18516.905"],["16686.045","18551.141"],["16740.256","18478.490"],["16722.443","18498.061"],["16746.318","18476.560"],["16768.381","18589.027"],["16695.996","18532.842"],["16649.286","18538.788"],["22323.679","6436.483"],["15621.856","15755.631"],["15720.068","15797.583"],["15661.383","15865.691"],["15554.672","15899.403"],["15691.593","15776.300"],["15577.745","15775.235"],["15584.162","15880.526"],["15640.478","15868.895"],["15635.179","15790.776"],["15592.978","15838.874"],["15627.337","15847.392"],["15719.558","15809.606"],["15557.268","15828.711"],["15604.981","15837.415"],["15662.764","15852.496"],["15676.264","15719.388"],["15521.100","15914.835"],["15555.585","15900.137"],["15555.336","15839.980"],["15524.359","15876.477"],["15561.218","15820.986"],["18184.082","15079.560"],["18121.597","14988.517"],["18072.907","14965.419"],["18191.754","14920.240"],["18130.265","14900.324"],["18227.153","15022.756"],["18110.787","15062.557"],["18117.234","15061.071"],["18135.952","15080.308"],["18151.569","15016.879"],["18122.226","15018.371"],["18122.916","15022.070"],["18128.495","15003.804"],["18128.051","15001.509"],["18159.854","14972.458"],["18150.161","14978.718"],["18142.694","14975.596"],["18150.451","14988.570"],["18150.336","14984.441"],["18172.082","14991.497"],["18173.134","14989.780"],["18143.849","14967.993"],["18134.244","14965.599"],["18060.005","14923.209"],["18059.298","14930.608"],["18073.757","14943.341"],["18075.385","14935.958"],["18086.080","14952.037"],["18088.268","14953.820"],["18097.841","14901.896"],["18185.289","14909.925"],["18118.287","15060.212"],["18113.484","15058.048"],["18132.186","15078.854"],["18138.535","15079.531"],["18148.760","15026.814"],["18125.120","15020.831"],["18128.229","15018.800"],["18127.311","14999.527"],["18122.278","15001.839"],["18154.114","14977.429"],["18153.538","14979.758"],["18151.575","14971.088"],["18149.799","14977.050"],["18154.382","14987.513"],["18153.379","14990.551"],["18171.506","14996.485"],["18173.365","14999.359"],["18134.343","14965.103"],["18138.389","14966.804"],["18055.219","14923.986"],["18057.094","14929.072"],["18071.307","14940.517"],["18074.909","14940.781"],["18091.080","14950.980"],["18088.482","14951.921"],["18095.818","14928.650"],["18095.314","14910.261"],["18097.200","14903.663"],["18195.611","15008.509"],["18152.615","15010.674"],["18172.774","14918.409"],["18110.726","14920.439"],["18697.359","9154.152"],["18774.103","8995.339"],["18729.319","8966.854"],["18773.507","9071.846"],["18769.103","9015.835"],["18696.753","8998.695"],["18692.853","9154.647"],["18764.958","9033.621"],["18789.481","8988.865"],["18717.937","8992.865"],["18761.790","18048.363"],["18762.187","18111.221"],["18767.006","18146.365"],["18827.712","18244.397"],["18807.236","18159.776"],["18843.863","18240.417"],["18759.999","18159.016"],["27731.152","7633.751"],["27726.070","7657.979"],["27791.234","7563.538"],["27812.878","7562.250"],["27837.943","7648.843"],["27811.331","7661.758"],["27813.585","7633.583"],["27775.377","7673.005"],["27773.765","7607.968"],["27789.966","7617.150"],["27795.067","7680.341"],["27859.194","7589.483"],["27817.795","7650.511"],["27765.098","7678.901"],["27837.154","7658.636"],["27794.061","7580.057"],["27802.351","7608.447"],["27743.782","7666.267"],["27792.417","7574.574"],["27840.114","7573.120"],["27737.073","7670.101"],["27725.741","7645.857"],["27871.168","7549.665"],["27839.177","7612.311"],["27847.729","7598.257"],["27811.923","7605.342"],["27787.992","7659.859"],["27805.065","7621.163"],["27821.529","7579.000"],["27768.700","7675.366"],["19806.503","6228.236"],["19868.756","6221.779"],["19842.832","6230.001"],["19888.822","6240.359"],["19922.092","6314.840"],["19800.532","6217.964"],["19873.592","6251.226"],["19863.325","6294.444"],["19855.200","6294.823"],["8133.622","10637.722"],["18127.312","18383.479"],["18161.358","18381.761"],["18174.795","18332.975"],["18165.207","18346.237"],["18139.697","18331.505"],["20097.958","13720.441"],["20101.939","13737.716"],["20089.587","13694.314"],["20091.511","13779.219"],["31934.488","10574.360"],["31844.130","10595.360"],["31791.534","10488.031"],["31744.387","10575.200"],["31771.390","10606.201"],["31931.844","10493.033"],["31853.378","10457.818"],["31823.010","10599.634"],["31879.986","10580.744"],["31731.143","10455.415"],["31818.162","10494.339"],["31797.759","10574.589"],["31853.197","10504.358"],["31926.992","10438.301"],["31807.451","10618.941"],["31894.864","10540.458"],["31879.690","10631.776"],["31751.493","10525.803"],["31761.028","10444.829"],["31855.993","10466.654"],["13862.002","14760.434"],["13888.298","14865.150"],["13862.083","14670.224"],["22448.883","14906.020"],["22446.498","14957.052"],["22455.297","14892.593"],["22448.798","14885.593"],["22413.767","14897.251"],["5114.522","7712.383"],["18244.568","14160.860"],["14569.077","12607.161"],["14640.947","12638.442"],["14502.014","12629.124"],["14586.805","12604.595"],["14609.807","12688.577"],["14489.857","12556.054"],["14495.022","12640.090"],["14487.468","12581.263"],["14597.035","12580.508"],["14640.139","12599.606"],["14515.038","12578.598"],["14486.107","12583.916"],["14641.231","12755.015"],["14662.300","12700.894"],["14642.421","12624.800"],["14480.347","12657.938"],["14465.814","12646.639"],["14463.083","12658.481"],["14481.927","12613.476"],["14519.378","12621.569"],["6451.022","8204.319"],["6282.311","8220.923"],["6258.051","8292.621"],["6424.996","8264.308"],["6457.321","8203.163"],["6427.401","8221.789"],["6364.701","8191.842"],["6445.415","8243.429"],["6357.023","8163.165"],["6303.514","8130.699"],["6298.430","8206.126"],["20353.636","7479.192"],["20333.652","7566.178"],["20264.597","7673.356"],["20334.458","7636.946"],["20346.564","7612.949"],["18426.080","17676.295"],["18354.409","17647.900"],["18258.773","17709.252"],["18252.729","17631.324"],["18295.998","17624.287"],["18305.818","17668.833"],["18461.579","17635.472"],["18317.407","17664.838"],["18446.113","17664.124"],["18258.748","17639.648"],["18375.314","17641.987"],["18422.384","17651.235"],["18318.575","17713.591"],["18389.187","17694.968"],["18419.007","17700.061"],["18392.912","17665.472"],["18290.851","17675.406"],["18402.219","17640.996"],["18328.673","17707.810"],["24980.278","9892.557"],["24986.445","9876.306"],["16057.575","15586.733"],["16047.389","15676.696"],["16064.807","15705.812"],["16129.548","15621.755"],["16103.455","15643.232"],["16121.284","15635.305"],["16134.330","15713.607"],["16094.113","15588.979"],["16029.146","15585.973"],["15998.423","15702.109"],["15959.434","15712.045"],["15959.412","15611.691"],["15947.753","15572.938"],["16006.118","15550.012"],["16020.432","15538.867"],["16002.149","15699.775"],["16021.347","15651.342"],["16053.209","15652.096"],["16023.977","15620.498"],["16016.597","15688.495"],["18379.506","17609.517"],["18268.777","17450.946"],["18285.520","17421.393"],["12792.553","15963.540"],["27935.936","16099.950"],["27936.479","16121.932"],["27979.983","16139.400"],["27953.963","16114.363"],["17303.914","18233.599"],["20417.064","7283.552"],["20362.854","7340.876"],["20401.768","7311.909"],["20413.100","7303.337"],["20428.133","7385.550"],["20406.637","7446.921"],["20497.497","7343.272"],["20451.625","7330.225"],["20517.579","7382.744"],["20456.905","7366.080"],["20560.803","7333.066"],["20552.351","7454.443"],["20527.252","7446.796"],["20376.998","7310.901"],["20399.992","7357.061"],["20396.094","7455.823"],["20371.242","7442.743"],["20463.223","7392.874"],["20442.121","7345.095"],["20529.456","7452.197"],["20523.270","7407.269"],["20542.004","7405.634"],["20425.518","7290.967"],["20392.919","7392.321"],["20387.673","7443.486"],["20441.373","7307.251"],["20408.577","7419.159"],["20441.594","7413.204"],["20523.714","7376.616"],["20456.806","7383.751"],["20500.967","7382.116"],["20501.000","7339.358"],["20457.415","7298.053"],["20484.421","7421.224"],["20475.211","7318.730"],["13786.929","8888.266"],["16225.534","15248.485"],["16248.859","15103.230"],["16275.188","15156.465"],["16330.750","15244.255"],["16320.793","15272.868"],["16156.580","15220.568"],["16153.005","15136.189"],["16173.582","15157.106"],["16166.957","15101.984"],["16205.646","15244.632"],["16217.625","15277.384"],["16248.955","15254.712"],["16231.655","15152.759"],["16282.672","15215.259"],["16333.481","15240.110"],["16315.283","15259.755"],["16354.194","15182.252"],["16183.171","15158.989"],["16151.645","15090.390"],["16149.906","15190.140"],["16207.307","15243.905"],["16179.716","15260.141"],["16232.674","15256.938"],["16283.963","15235.944"],["16343.790","15283.053"],["16305.750","15109.638"],["16272.655","15180.181"],["16220.454","15084.286"],["16327.165","15243.149"],["16339.691","15292.885"],["16200.129","15140.095"],["16157.143","15179.999"],["16182.718","15241.890"],["16208.645","15270.679"],["16177.253","15099.761"],["16222.873","15154.091"],["16346.520","15292.896"],["16239.564","15209.262"],["16246.162","15148.812"],["16258.250","15171.570"],["16330.073","15202.344"],["16307.096","15159.388"],["16271.455","15161.172"],["16300.598","15088.608"],["16351.079","15256.476"],["16349.106","15240.341"],["16314.066","15289.416"],["16319.954","15291.431"],["16337.174","15282.645"],["16349.535","15118.970"],["16161.679","15234.028"],["16158.735","15231.270"],["16156.409","15117.577"],["16152.149","15146.676"],["16154.205","15141.788"],["16169.388","15167.841"],["16179.355","15154.001"],["16198.780","15162.143"],["16170.230","15090.241"],["16167.867","15167.530"],["16206.353","15207.043"],["16184.034","15209.603"],["16196.057","15230.412"],["16202.625","15284.089"],["16205.733","15286.946"],["16210.141","15272.941"],["20432.383","13411.431"],["20418.847","13419.589"],["20424.472","13456.418"],["20452.251","13429.911"],["20438.501","13430.836"],["20417.646","13465.964"],["20450.705","13413.941"],["20394.669","13414.535"],["20411.560","13427.038"],["20412.794","13471.166"],["20414.488","13465.369"],["15227.480","14327.885"],["15216.529","14374.468"],["15194.033","14429.586"],["15187.809","14318.323"],["15207.729","14345.319"],["15230.201","14399.891"],["18267.735","16895.840"],["18269.896","17383.786"],["18253.376","17374.210"],["18307.015","17216.936"],["18358.826","17265.735"],["18253.199","17366.406"],["16477.451","14568.758"],["16526.051","14582.906"],["16545.962","14603.970"],["16437.941","14574.150"],["16449.281","14603.582"],["16470.074","14627.976"],["16409.995","14620.857"],["16389.934","14602.137"],["16391.502","14569.529"],["16399.593","14637.940"],["16474.130","14655.338"],["16527.186","14656.883"],["16552.767","14658.745"],["16375.033","14529.029"],["16503.438","14568.724"],["16517.235","14571.692"],["16531.653","14602.583"],["16507.996","14645.647"],["16466.587","14632.502"],["16392.055","14600.551"],["16432.212","14543.390"],["16372.044","14649.748"],["16486.532","14644.768"],["16498.964","14571.961"],["16489.718","14598.546"],["16535.551","14587.669"],["16457.332","14562.969"],["16448.459","14626.687"],["16453.626","14646.028"],["16372.697","14600.105"],["16399.366","14569.551"],["16389.922","14645.355"],["16560.514","14639.984"],["16492.383","14602.956"],["16491.429","14601.156"],["16517.728","14597.390"],["16526.439","14602.682"],["16550.699","14588.446"],["16437.777","14539.468"],["16454.372","14579.748"],["16424.010","14537.932"],["16446.124","14622.509"],["16452.538","14611.476"],["16459.084","14594.499"],["16464.021","14628.637"],["16474.152","14628.043"],["16415.834","14599.008"],["16393.157","14603.953"],["16404.769","14594.622"],["16386.628","14625.853"],["16400.205","14572.391"],["16405.090","14573.300"],["16407.870","14566.380"],["16397.801","14660.236"],["16402.422","14645.157"],["16425.155","14656.611"],["16407.540","14648.254"],["16473.489","14631.870"],["16480.150","14634.545"],["16481.055","14653.901"],["16523.354","14638.534"],["16547.632","14628.501"],["15998.499","14575.278"],["15943.053","14495.455"],["16020.999","14481.583"],["16136.934","14659.907"],["16062.907","14625.333"],["15976.567","14568.889"],["15960.520","14497.850"],["16034.979","14463.135"],["16014.913","14493.904"],["16079.469","14625.383"],["15988.369","14544.019"],["16051.213","14466.603"],["16005.555","14472.235"],["16047.232","14510.237"],["16127.773","14646.926"],["16071.936","14597.720"],["15966.161","14500.872"],["15995.919","14568.875"],["15961.885","14512.549"],["15954.220","14518.197"],["15982.975","14574.655"],["15978.929","14563.029"],["16031.197","14460.525"],["16033.318","14458.015"],["16033.614","14460.377"],["16009.370","14463.003"],["16002.709","14465.960"],["16005.094","14483.912"],["16036.393","14530.996"],["16050.505","14498.213"],["16116.885","14648.281"],["16122.970","14658.950"],["16075.768","14612.121"],["16061.920","14626.522"],["16068.087","14596.035"],["16075.189","14542.411"],["16128.275","14587.027"],["6053.495","9465.320"],["6050.814","9430.391"],["6178.377","9443.578"],["6227.832","9390.099"],["6040.826","9386.367"],["6128.824","9380.209"],["6138.064","9412.499"],["25645.212","5901.615"],["3448.341","8017.183"],["19887.916","15215.405"],["19808.427","15090.794"],["16842.036","16680.700"],["16853.955","16745.987"],["16870.337","16743.394"],["16985.337","16711.392"],["18495.279","16414.980"],["18619.390","16493.644"],["18600.785","16556.835"],["18561.183","16492.223"],["18503.963","16413.097"],["18612.790","16481.827"],["18585.475","16478.466"],["18588.483","16536.224"],["18494.851","16395.426"],["18602.284","16498.702"],["18619.171","16476.212"],["14652.736","15162.585"],["14513.060","15099.760"],["14637.465","15128.380"],["14561.791","15120.571"],["14669.668","15222.892"],["14621.798","15198.076"],["14581.952","15155.471"],["14637.665","15159.846"],["18038.523","14767.106"],["18000.659","14782.037"],["18032.668","14759.311"],["18019.285","14757.837"],["17978.963","14742.517"],["16710.111","17587.257"],["16573.742","17520.592"],["16684.445","17532.018"],["16713.795","17558.306"],["16604.971","17499.470"],["16602.953","17586.729"],["16775.750","17604.112"],["16705.423","17563.491"],["16665.017","17509.921"],["16711.645","17549.697"],["16776.180","17557.549"],["16696.435","17539.103"],["27731.907","14416.476"],["27742.614","14423.033"],["27736.680","14445.715"],["27739.933","14425.031"],["27738.338","14416.311"],["20060.683","14794.642"],["20060.746","14676.355"],["20119.829","14732.595"],["20085.140","14776.298"],["20085.797","14784.877"],["20044.528","14871.699"],["20060.657","14866.336"],["20070.026","14739.313"],["20068.757","14792.111"],["20115.339","14739.568"],["19949.764","14662.885"],["20034.700","14858.243"],["20116.556","14747.512"],["20085.388","14742.318"],["20066.241","14781.789"],["20080.205","14713.523"],["23474.711","16841.267"],["23494.640","16848.588"],["23434.662","16816.791"],["23371.786","16786.312"],["23486.611","16867.989"],["23512.415","16880.707"],["23510.392","16851.293"],["23472.239","16854.161"],["23348.781","16955.976"],["23414.911","16804.809"],["23503.286","16879.221"],["23471.055","16874.673"],["4976.058","8218.968"],["19432.584","15922.685"],["19411.667","15740.477"],["19372.895","15720.632"],["19319.290","15733.794"],["19433.904","15781.847"],["19412.664","15721.161"],["19372.168","15773.232"],["19380.494","15894.474"],["17019.962","15323.011"],["17084.354","15453.887"],["17003.069","15344.386"],["17078.630","15502.138"],["17085.010","15457.485"],["17091.408","15436.112"],["17075.314","15451.674"],["17092.871","15437.184"],["17066.603","15419.577"],["17070.955","15384.652"],["16999.994","15340.964"],["17050.947","15378.563"],["17000.352","15388.108"],["17091.343","15434.711"],["16997.383","15370.318"],["16994.085","15370.597"],["17067.265","15498.273"],["17090.899","15495.515"],["15937.827","13394.726"],["16139.067","13428.108"],["16123.605","13454.687"],["16094.397","13396.616"],["16024.735","13442.331"],["15972.426","13462.256"],["16063.415","13436.997"],["15963.219","13455.229"],["16005.563","13427.650"],["16074.632","13444.957"],["15975.225","13431.678"],["16103.727","13405.403"],["15947.103","13407.918"],["15950.373","13415.031"],["16031.665","13428.360"],["27869.709","10210.436"],["15366.695","17187.614"],["15357.887","17171.729"],["15388.917","17115.495"],["15445.203","17134.822"],["15456.670","17148.051"],["15490.792","17168.803"],["15325.885","17170.937"],["15412.277","17033.907"],["15325.704","17171.284"],["15314.750","17118.335"],["15384.450","17142.596"],["15390.009","17141.853"],["15392.840","17119.847"],["15364.945","17105.941"],["15401.631","17097.461"],["15393.210","17119.344"],["15439.661","17115.301"],["15450.466","17147.489"],["15488.348","17147.390"],["15476.884","17166.217"],["15497.019","17184.370"],["15483.933","17194.038"],["15331.658","17189.682"],["27620.519","11197.005"],["27602.050","11201.534"],["28149.789","12098.031"],["28171.368","12095.637"],["28172.783","12090.831"],["27503.679","7406.292"],["27484.436","7379.538"],["27514.337","7397.969"],["27484.781","7397.919"],["27449.501","7418.332"],["27429.765","7467.795"],["27474.534","7441.305"],["27508.087","7373.972"],["27424.288","7470.983"],["27511.492","7466.623"],["16107.795","15799.798"],["16093.244","15725.168"],["15967.707","15747.371"],["16049.982","15825.033"],["16018.946","15869.909"],["15945.684","15723.093"],["16055.992","15907.198"],["15988.690","15901.996"],["16034.150","15855.506"],["16054.600","15734.588"],["16014.091","15758.866"],["16028.940","15754.324"],["16120.430","15748.978"],["16140.336","15802.324"],["16134.462","15827.795"],["16033.838","15834.505"],["16015.536","15858.569"],["15987.887","15857.489"],["15964.549","15814.456"],["15944.174","15783.212"],["15981.387","15800.598"],["16067.832","15781.301"],["19935.934","14635.723"],["19941.000","14552.431"],["20024.808","14657.627"],["19954.056","14608.926"],["19944.487","14653.807"],["19085.094","18550.738"],["18950.972","18555.886"],["19086.525","18581.556"],["18951.154","18548.191"],["18978.455","18600.678"],["18946.431","18527.360"],["18932.778","18580.658"],["18948.084","18659.963"],["18973.856","18649.162"],["18920.902","18490.422"],["19055.768","18517.262"],["17619.172","14674.040"],["19876.914","17223.053"],["19782.760","17240.796"],["19795.171","17361.134"],["19853.636","17402.454"],["19829.184","17390.565"],["19798.434","17228.195"],["19821.142","17384.421"],["19832.719","17220.245"],["19793.947","17200.401"],["19740.342","17213.563"],["19795.697","17365.181"],["19854.956","17261.616"],["19833.717","17200.929"],["19793.221","17253.001"],["20524.184","6230.639"],["20369.095","6413.699"],["20443.273","6344.830"],["20440.674","6359.298"],["20366.168","6251.783"],["20524.646","6285.517"],["20529.219","6327.169"],["20537.640","6377.838"],["20547.936","6392.156"],["20505.467","6253.215"],["20513.148","6236.254"],["20428.799","6402.386"],["20368.495","6232.355"],["20526.554","6283.667"],["20488.921","6223.273"],["20499.710","6229.450"],["20390.658","6390.776"],["20421.645","6295.995"],["20433.224","6401.544"],["20357.747","6414.673"],["20372.714","6287.473"],["14501.978","14599.029"],["15721.402","14418.246"],["15722.695","14319.547"],["15618.020","14290.597"],["15716.412","14274.427"],["15666.081","14294.783"],["15542.382","14369.508"],["15595.594","14427.902"],["15637.509","14367.823"],["15635.615","14328.574"],["15618.846","14427.071"],["2673.449","11107.823"],["23626.557","17376.841"],["23670.159","17403.282"],["23525.264","17382.236"],["23643.597","17379.137"],["23525.063","17355.437"],["23651.031","17392.811"],["17460.689","17933.536"],["17590.148","17890.313"],["17588.569","17977.678"],["17542.845","17904.086"],["17616.628","17903.624"],["17570.033","17892.493"],["6333.113","7458.924"],["6384.862","7461.109"],["18847.052","14633.270"],["18871.868","14483.960"],["18795.464","14548.947"],["18815.809","14480.790"],["18746.341","14657.054"],["18747.460","14515.806"],["18846.120","14478.725"],["18795.842","14555.058"],["18837.107","14458.840"],["18844.355","14601.495"],["18790.612","14490.945"],["18743.867","14573.386"],["15170.228","8424.851"],["15285.591","8395.376"],["15280.262","8463.804"],["32349.626","12498.925"],["32240.917","12511.532"],["32226.361","12517.774"],["15703.671","12558.577"],["15566.625","12689.543"],["15657.291","12671.313"],["15563.417","12674.564"],["15706.993","12635.951"],["15579.898","12709.213"],["15566.495","12724.756"],["15625.430","12629.032"],["15646.871","12668.255"],["15643.967","12648.057"],["15602.167","12750.121"],["15568.929","12738.926"],["15699.745","12688.179"],["15592.179","12550.029"],["15532.350","12594.987"],["15565.715","12547.932"],["15657.898","12574.118"],["15611.378","12739.254"],["7759.735","8972.295"],["18954.776","17433.338"],["14704.536","16474.172"],["14687.678","16439.589"],["28148.484","15475.595"],["28299.894","15500.877"],["28158.648","15486.908"],["16286.615","14865.890"],["19663.468","15947.682"],["19560.140","15985.450"],["19716.514","15989.750"],["19587.377","15937.116"],["19623.173","15981.212"],["19722.309","15967.877"],["19584.450","16000.033"],["19656.251","15987.818"],["19549.203","15981.585"],["19605.394","16011.815"],["19712.175","15938.785"],["14137.022","8980.138"],["7432.744","8150.804"],["7451.690","8124.733"],["15040.142","13943.706"],["15068.947","13831.271"],["15035.167","13819.631"],["15036.616","13823.534"],["15074.868","13854.871"],["15010.487","13976.786"],["12583.627","15634.217"],["12635.719","15691.159"],["19113.774","16504.040"],["19155.094","16484.283"],["19192.452","16472.437"],["19823.790","14179.877"],["19770.335","14206.699"],["19923.846","14227.260"],["4451.397","9122.956"],["4451.425","9081.145"],["4546.854","9066.701"],["4552.142","9160.370"],["4514.802","9017.268"],["4424.615","9080.391"],["4394.329","9150.254"],["14742.806","17139.531"],["14725.092","17150.431"],["14688.732","17069.012"],["14718.643","17091.894"],["14774.339","17103.654"],["14740.909","17181.592"],["14724.567","17149.050"],["14781.940","17014.155"],["14696.044","17027.785"],["14689.164","17043.548"],["14711.230","17043.935"],["14706.705","17105.625"],["14810.443","17147.035"],["14775.207","17186.437"],["14742.433","17101.483"],["14716.554","17105.139"],["14755.284","17196.076"],["14707.196","17102.018"],["14798.260","16991.133"],["14720.685","17137.836"],["14682.910","17064.305"],["14778.286","17106.560"],["14774.585","17125.454"],["14695.319","17144.417"],["14767.762","16991.578"],["14794.522","17015.294"],["14804.242","16990.964"],["14818.304","17007.776"],["14699.697","17014.433"],["14698.720","17079.304"],["14714.701","17047.651"],["14682.922","17100.010"],["14693.037","17095.534"],["14840.426","17166.540"],["14805.624","17162.279"],["14790.306","17166.801"],["14787.609","17196.528"],["14733.595","17168.037"],["14756.326","17146.286"],["14719.385","17175.882"],["14761.441","17169.028"],["27298.682","7683.992"],["20714.969","7394.071"],["20682.496","7434.697"],["20730.522","7426.488"],["20630.277","7350.126"],["20585.129","7333.330"],["20574.767","7401.885"],["20768.867","7395.838"],["20672.068","7427.892"],["20708.285","7452.269"],["20607.990","7361.257"],["20602.135","7312.884"],["20607.006","7429.042"],["20712.052","7393.656"],["20712.644","7435.522"],["20692.101","7410.502"],["20684.256","7377.190"],["20572.217","7388.012"],["17363.106","15485.706"],["17341.549","15474.788"],["17351.388","15414.938"],["17354.131","15489.553"],["17326.796","15445.886"],["17383.378","15368.646"],["17367.816","15489.801"],["17367.177","15399.496"],["17363.395","15467.701"],["17348.704","15439.495"],["17361.322","15416.243"],["32560.310","12349.769"],["32520.169","12344.087"],["32373.316","12387.145"],["32561.297","12386.367"],["32533.688","12346.383"],["32394.418","12435.006"],["32220.670","11006.029"],["32331.065","10967.061"],["32274.815","11016.714"],["32285.308","11024.468"],["32345.835","11056.855"],["32212.019","11010.620"],["32288.845","11018.985"],["21350.894","13590.556"],["19301.732","18113.841"],["19230.902","18241.565"],["19211.576","18201.647"],["19271.172","18162.857"],["19265.145","18248.818"],["19173.007","18230.285"],["19242.991","18252.699"],["19230.078","18074.249"],["19206.193","18206.045"],["19112.805","18234.337"],["6588.889","8097.045"],["6642.045","8107.851"],["27825.572","15506.170"],["19821.358","15698.966"],["19801.539","15671.765"],["26908.396","16629.302"],["26894.827","16658.832"],["26925.654","16707.372"],["26979.235","16668.774"],["17848.153","15735.928"],["17924.549","15763.659"],["17910.421","15750.282"],["17853.906","15764.553"],["17849.986","15730.752"],["17861.861","15723.931"],["17842.766","15747.582"],["17834.676","15722.949"],["17852.393","15767.054"],["17834.442","15761.756"],["17834.646","15765.874"],["17926.638","15762.123"],["17980.209","15727.814"],["17979.469","15728.078"],["17979.403","15724.263"],["17936.188","15728.941"],["17947.767","15726.860"],["17931.780","15722.913"],["17842.091","15733.477"],["17865.430","15724.245"],["17863.259","15731.825"],["17852.980","15727.036"],["17851.219","15726.994"],["17842.124","15731.397"],["17834.618","15733.678"],["17836.417","15745.220"],["17831.976","15740.100"],["17849.925","15775.230"],["17847.623","15766.212"],["17844.893","15762.876"],["17843.789","15783.762"],["17851.238","15718.660"],["17838.119","15759.722"],["27839.829","17770.848"],["27770.366","17693.423"],["27762.427","17751.523"],["27769.333","17672.979"],["27782.789","17752.200"],["27840.898","17763.003"],["27786.813","17627.642"],["27745.996","17733.439"],["27824.171","17772.764"],["27781.057","17630.879"],["27745.519","17705.660"],["17185.975","16632.699"],["16991.989","16680.474"],["17101.422","16665.687"],["17175.252","16678.522"],["17194.483","16662.868"],["17189.967","16647.960"],["16190.825","17466.759"],["16281.625","17563.558"],["16258.248","17453.019"],["16224.173","17425.253"],["16169.625","17449.930"],["16249.235","17438.370"],["16328.407","17567.287"],["16200.225","17428.638"],["16187.388","17465.669"],["16237.500","17602.405"],["7115.117","14865.692"],["7174.968","14750.732"],["7175.203","14745.774"],["7203.333","14859.924"],["7248.685","14829.294"],["7233.486","14835.738"],["7175.841","14741.857"],["7178.235","14748.170"],["7180.350","14745.740"],["7181.057","14774.377"],["7183.370","14788.944"],["7183.646","14784.569"],["7189.637","14828.323"],["7195.970","14827.889"],["7177.949","14829.443"],["7161.811","14820.775"],["7177.097","14830.897"],["7180.689","14851.684"],["7254.524","14821.147"],["7101.792","14842.808"],["7094.794","14856.409"],["7120.521","14833.646"],["7116.425","14864.348"],["7186.191","14852.982"],["7205.758","14856.322"],["7201.038","14857.381"],["5381.652","7854.865"],["5254.442","7872.874"],["5244.317","7815.344"],["5252.470","7828.791"],["5326.079","7888.758"],["19112.519","17543.246"],["19141.663","17575.269"],["19300.063","17609.784"],["7140.122","17846.408"],["14860.871","12023.846"],["14833.039","12076.276"],["14837.315","12071.817"],["14870.312","12032.005"],["14860.818","12075.533"],["19437.447","17401.261"],["19507.774","17391.471"],["19375.286","17225.095"],["19471.777","17244.280"],["19464.947","17381.921"],["19308.674","17229.868"],["19435.823","17273.727"],["19456.229","17405.604"],["19491.382","17409.461"],["19315.171","17198.720"],["19488.356","17251.084"],["19477.825","17396.736"],["19381.273","17242.337"],["19463.833","17273.693"],["28180.260","15874.167"],["28188.125","15890.408"],["28177.398","15842.854"],["28179.931","15848.734"],["18137.221","13780.723"],["18202.296","13704.403"],["18208.608","13707.196"],["28103.675","15704.234"],["27976.302","15647.700"],["28077.968","15708.859"],["28000.842","15651.350"],["27950.733","15605.641"],["28096.463","15706.399"],["28130.121","15550.052"],["28087.910","15674.262"],["27964.289","15693.468"],["28091.741","15700.517"],["28132.351","15593.222"],["28017.216","15621.842"],["22267.823","16076.924"],["32285.273","11707.133"],["32265.718","11707.711"],["18559.378","12894.992"],["18651.619","12857.908"],["18550.057","12905.509"],["18607.465","12789.650"],["18626.566","12763.125"],["18557.473","12911.978"],["18639.595","12864.927"],["17042.444","17075.376"],["17039.954","17080.033"],["17047.255","17069.423"],["17003.250","17044.928"],["17034.780","17022.748"],["17008.102","17050.312"],["17037.359","17167.066"],["17047.277","17166.274"],["17018.925","17040.105"],["16996.277","17066.299"],["17028.856","17152.450"],["16997.951","17178.297"],["17004.580","17169.907"],["17026.491","17082.219"],["17016.688","17023.012"],["17020.142","17096.290"],["17014.270","17033.912"],["8969.530","11686.274"],["8923.195","11701.802"],["8956.901","11688.711"],["5184.057","8501.636"],["5060.021","8383.446"],["5053.672","8369.617"],["5025.971","8362.905"],["5165.222","8498.789"],["5069.684","8439.942"],["5196.007","8330.444"],["18638.889","15222.496"],["18596.305","15109.341"],["18633.133","15156.453"],["18658.799","15274.048"],["18590.534","15281.945"],["18566.411","15096.787"],["18638.195","15176.406"],["25277.887","17660.683"],["25271.282","17628.234"],["25270.756","17666.616"],["25272.466","17686.847"],["18943.374","17811.574"],["18889.515","17762.735"],["18953.012","17818.130"],["19067.916","17818.354"],["18889.794","17776.427"],["18947.420","17788.238"],["19066.979","17809.832"],["19055.038","17815.299"],["7383.162","8034.844"],["19591.964","15010.587"],["19573.095","15022.025"],["19584.662","15003.254"],["20885.815","6687.376"],["20802.575","6725.708"],["20908.611","6663.891"],["20789.680","6759.812"],["20803.266","6799.862"],["20789.022","6633.979"],["20781.490","6632.823"],["20792.197","6642.616"],["20800.684","6827.765"],["20800.289","6835.362"],["20834.532","6769.738"],["20836.588","6719.498"],["17816.459","15599.782"],["17720.882","15564.736"],["17800.659","15552.750"],["17782.056","15666.538"],["17718.333","15565.809"],["17824.684","15583.889"],["17726.343","15561.449"],["17813.654","15579.267"],["17822.938","15580.620"],["17818.679","15599.288"],["17781.157","15636.378"],["17724.501","15554.154"],["17785.317","15579.152"],["17662.581","15527.413"],["17785.918","15535.851"],["10543.434","12653.607"],["22693.978","16680.371"],["22716.582","16644.239"],["22742.341","16591.209"],["22770.363","16669.087"],["22701.100","16675.482"],["22744.364","16576.379"],["22728.269","16639.337"],["22880.755","16637.359"],["22735.170","16589.145"],["22743.847","16689.074"],["22749.442","16651.862"],["22741.337","16613.554"],["22730.475","16659.281"],["22705.544","16625.239"],["16143.788","15165.317"],["16049.460","15183.340"],["16087.104","15167.178"],["16113.307","15177.421"],["16055.756","15160.588"],["16114.820","15194.960"],["16120.982","15128.295"],["16083.023","15104.930"],["16095.723","15164.585"],["16128.909","15136.949"],["16144.495","15168.703"],["16127.357","15187.134"],["16085.178","15088.184"],["16076.691","15088.316"],["16144.457","15094.403"],["16056.117","15160.423"],["16096.841","15165.972"],["16081.331","15171.373"],["16121.432","15189.576"],["16109.804","15172.648"],["15703.993","14511.890"],["15564.785","14495.213"],["15561.732","14498.351"],["15550.780","14520.021"],["15548.682","14512.961"],["15530.886","14627.534"],["15542.078","14593.005"],["15559.308","14585.606"],["15599.447","14622.902"],["15643.020","14610.031"],["15667.196","14611.993"],["15637.383","14558.467"],["15686.592","14492.429"],["15694.732","14562.324"],["15688.996","14621.740"],["16540.983","18127.054"],["16435.429","18180.669"],["16499.437","18057.871"],["16445.727","18248.911"],["16388.900","18212.642"],["16387.716","18241.914"],["16464.437","18109.052"],["16469.921","18181.925"],["16414.886","18205.177"],["16407.091","18210.370"],["16508.062","18204.540"],["16373.308","18225.366"],["16533.045","18145.382"],["16386.812","18182.882"],["16433.192","18150.611"],["16515.087","18159.175"],["16403.867","18245.916"],["16481.236","18125.746"],["16368.193","18177.868"],["16515.200","18150.155"],["16394.739","18197.323"],["16377.075","18196.596"],["16521.713","18232.996"],["16385.545","18236.233"],["16453.851","18233.194"],["16488.966","18227.695"],["16422.124","18232.484"],["16526.657","18064.643"],["16408.653","18195.153"],["16422.568","18219.123"],["16543.308","18177.191"],["17331.177","15143.490"],["17288.538","15181.886"],["17408.985","15264.808"],["17391.494","15283.636"],["17396.979","15268.953"],["12448.808","16493.462"],["12554.140","16423.039"],["19912.999","12892.834"],["19782.639","12884.465"],["19741.194","12894.037"],["19775.203","12902.512"],["19728.085","12914.054"],["19734.585","12924.535"],["19770.207","12932.270"],["19844.199","12906.476"],["19840.318","12939.853"],["19736.178","12899.405"],["19871.502","12950.935"],["14250.130","13720.820"],["14251.001","13719.944"],["14250.299","13707.716"],["14246.643","13726.897"],["14249.970","13701.375"],["14249.493","13705.982"],["26730.069","7047.037"],["14999.512","16115.723"],["14921.150","16006.952"],["15083.937","16066.161"],["14937.326","15960.391"],["15024.397","15971.049"],["14891.076","15969.425"],["15052.293","15959.285"],["15076.757","16117.591"],["15092.210","15982.461"],["14976.256","15967.878"],["14929.502","16116.522"],["14915.454","16139.570"],["14894.198","16105.852"],["15337.398","12606.290"],["15498.616","12548.265"],["15504.437","12744.986"],["15446.033","12665.149"],["15371.148","12635.207"],["15420.020","12751.855"],["15430.333","12749.956"],["15351.458","12746.793"],["15340.372","12752.888"],["15317.514","12733.396"],["15060.549","13410.951"],["15061.727","13441.352"],["14956.903","13414.865"],["15037.403","13577.343"],["15073.750","13535.576"],["14884.517","13497.663"],["14948.071","13420.645"],["15020.808","13541.521"],["15049.786","13499.540"],["22278.976","15760.369"],["22264.502","15752.954"],["20254.359","5970.597"],["20348.835","5957.649"],["20329.230","5856.576"],["20346.977","5912.744"],["20313.654","5847.608"],["20311.173","5800.554"],["20191.377","5987.760"],["20251.859","5990.151"],["20326.743","5991.654"],["20303.473","5984.883"],["20311.483","5927.344"],["20286.730","5971.753"],["20305.546","5877.220"],["20302.355","5907.707"],["20229.562","5792.693"],["20164.506","5898.885"],["20245.214","5986.137"],["20292.256","5919.350"],["20354.970","5839.086"],["20286.730","5852.265"],["20274.792","5816.970"],["20297.210","5816.260"],["20346.058","5820.455"],["17109.554","18732.067"],["17183.337","18852.362"],["17000.179","18858.256"],["17149.561","18699.555"],["17191.545","18724.338"],["17192.728","18826.664"],["17039.093","18832.954"],["17133.195","18717.904"],["17189.061","18720.638"],["17034.044","18886.497"],["16994.998","18717.477"],["17188.025","18772.166"],["17044.011","18853.384"],["17107.488","18731.331"],["17171.068","18726.980"],["17191.708","18855.500"],["17078.222","18875.580"],["18758.863","17979.775"],["18836.955","18042.434"],["18844.965","18001.361"],["18775.524","18037.612"],["18454.322","12508.230"],["18310.087","12523.258"],["18411.919","12489.236"],["18329.336","12538.526"],["18288.549","12542.791"],["18454.403","12512.950"],["18382.109","12444.106"],["19890.463","12560.564"],["19762.470","12558.880"],["19872.572","12581.057"],["19809.558","12590.969"],["19768.358","12568.343"],["19861.187","12638.483"],["19877.519","12582.487"],["19775.398","12629.856"],["32233.423","11257.567"],["32292.058","11202.158"],["32305.144","11095.038"],["32269.394","11231.820"],["32330.693","11197.401"],["32246.532","11238.195"],["32327.971","11246.815"],["32345.101","11222.257"],["32285.999","11082.470"],["31852.599","11718.596"],["31921.001","11839.545"],["31929.636","11881.460"],["31903.939","11739.491"],["31892.498","11849.536"],["16110.470","12826.637"],["15982.723","12810.994"],["16032.317","12911.726"],["16049.006","12867.182"],["16023.349","12820.185"],["16022.689","12867.314"],["15983.775","12856.741"],["30192.048","13951.057"],["15518.868","16863.645"],["15547.633","16869.218"],["15586.794","16978.218"],["15588.761","16985.100"],["15565.340","16980.013"],["15721.161","16952.434"],["15639.147","16972.761"],["15715.618","16944.788"],["15633.950","16962.241"],["15527.699","16908.533"],["15571.466","16891.035"],["15595.906","16975.774"],["15572.978","16958.267"],["15681.927","16970.628"],["30365.929","14996.371"],["14849.939","8754.859"],["14801.337","8743.780"],["14732.629","8882.511"],["14710.677","8939.334"],["14817.088","8893.041"],["14873.393","8945.786"],["27390.659","17528.445"],["27342.586","17581.751"],["27381.772","17567.241"],["27457.089","17578.346"],["27471.233","17603.629"],["27367.008","17544.762"],["27350.465","17547.878"],["27382.331","17581.411"],["27452.813","17567.413"],["27459.893","17599.791"],["27498.108","17586.866"],["27401.564","17541.228"],["27340.810","17570.950"],["27390.572","17590.429"],["27446.842","17588.305"],["27505.262","17589.971"],["27361.303","17559.339"],["27385.802","17581.543"],["27454.013","17591.856"],["27500.838","17588.650"],["20837.414","16389.626"],["20809.451","16416.838"],["20797.485","16452.601"],["20868.433","16374.069"],["20853.121","16390.089"],["20781.356","16447.797"],["20827.052","16410.270"],["16689.949","16209.463"],["16703.412","16166.327"],["16627.657","16248.528"],["16657.242","16182.320"],["16582.043","16270.628"],["16647.762","16213.394"],["16758.115","16166.963"],["16618.222","16323.276"],["16758.292","16237.061"],["16665.976","16305.014"],["16696.199","16228.356"],["16621.627","16282.824"],["16616.183","16292.452"],["16611.535","16148.249"],["16597.843","16326.876"],["16632.633","16559.071"],["16569.711","16426.576"],["16677.782","16384.585"],["16571.896","16356.850"],["16632.119","16363.748"],["16626.198","16365.218"],["16597.415","16521.880"],["16754.072","16487.550"],["16637.776","16556.685"],["16679.307","16407.464"],["16626.247","16409.990"],["16617.465","16360.197"],["16673.209","16500.492"],["16642.600","16563.382"],["16673.616","16414.945"],["16604.537","16420.725"],["16599.323","16358.859"],["16622.497","16437.323"],["16660.643","16519.881"],["16600.275","16539.273"],["16622.962","16533.473"],["16575.709","16545.044"],["16586.932","16419.028"],["27515.689","7084.162"],["27524.406","7058.216"],["27559.450","7255.873"],["27562.674","7253.197"],["27619.523","7195.439"],["27610.444","7196.513"],["27572.465","7166.111"],["27566.135","7183.334"],["27635.763","7243.426"],["27638.197","7240.767"],["27557.286","7176.909"],["27572.301","7170.223"],["27599.145","7181.814"],["27601.595","7185.910"],["27640.434","7243.773"],["27527.975","7178.315"],["27613.743","7256.319"],["27579.260","7196.876"],["27612.714","7199.733"],["27559.885","7175.538"],["27616.250","7214.746"],["27582.385","7186.736"],["14036.251","14115.059"],["13991.637","14058.676"],["13906.517","14084.580"],["14009.959","14032.169"],["15926.089","14195.605"],["15902.808","14221.067"],["15883.721","14095.998"],["15862.435","14058.084"],["15854.184","14166.338"],["15728.879","14156.271"],["15770.810","14191.851"],["15901.604","14238.083"],["15918.780","14181.080"],["15903.734","14233.141"],["15858.297","14222.478"],["15733.976","14218.784"],["15840.845","14166.074"],["15793.934","14084.926"],["15732.780","14049.863"],["15768.273","14077.602"],["15798.680","14093.784"],["15862.379","14067.994"],["15835.343","14081.462"],["15892.046","14082.161"],["15905.784","14130.059"],["15850.078","14142.373"],["15896.966","14212.236"],["15884.088","14219.569"],["15920.391","14191.566"],["15882.278","14164.639"],["4523.157","11780.091"],["14725.330","8627.083"],["14817.212","8581.356"],["14833.920","8682.794"],["17209.915","15780.618"],["17246.581","15721.907"],["17266.839","15761.035"],["17208.926","15885.492"],["17284.520","15768.203"],["17232.448","15765.836"],["17237.417","15718.366"],["31874.459","11575.513"],["31811.819","11527.407"],["31911.127","11543.328"],["31900.578","11615.007"],["31878.306","11683.650"],["31749.073","11585.656"],["31917.673","11525.524"],["31815.650","11504.918"],["31849.046","11673.361"],["16346.500","18120.648"],["16210.963","18215.918"],["16317.931","18133.184"],["16200.739","18248.003"],["16294.658","18163.241"],["16278.287","18249.699"],["16234.177","18128.994"],["16184.045","18158.722"],["16180.394","18241.529"],["16214.802","18243.924"],["16289.525","18248.063"],["16346.763","18151.367"],["16312.235","18239.443"],["16152.904","18170.831"],["16204.598","18254.685"],["16165.525","18231.670"],["16206.348","18154.279"],["16175.657","18129.176"],["16237.302","18168.879"],["16147.088","18254.246"],["16259.094","18233.503"],["16182.614","18205.724"],["16176.446","18129.539"],["16323.293","18078.171"],["16198.874","18127.115"],["16258.288","18137.648"],["16267.433","18176.228"],["19762.621","5481.024"],["19813.558","5424.393"],["19730.565","5449.381"],["19773.016","5426.573"],["19833.432","5428.729"],["19921.919","5488.994"],["19887.478","5455.880"],["19840.866","5431.603"],["19854.320","5532.776"],["19835.477","5402.266"],["19913.914","5396.865"],["19763.065","5378.745"],["19768.608","5443.485"],["19779.068","5424.756"],["19733.427","5486.111"],["19890.323","5495.781"],["19855.784","5459.464"],["19804.402","5522.850"],["19823.761","5537.730"],["19874.369","5442.751"],["19842.971","5538.127"],["19880.915","5493.651"],["19731.585","5378.332"],["19766.289","5364.063"],["19731.157","5407.845"],["19764.430","5377.341"],["19725.548","5391.429"],["19819.846","5444.931"],["19841.179","5525.856"],["19884.238","5540.059"],["19928.152","5559.365"],["19912.560","5453.667"],["19891.590","5508.383"],["19831.195","5446.714"],["19897.845","5405.651"],["26609.010","17171.414"],["26599.934","17143.833"],["26654.721","17091.290"],["26522.409","17099.760"],["26481.824","17098.143"],["26501.119","17049.913"],["26635.609","17149.283"],["26633.784","17109.523"],["26543.116","17091.255"],["26488.139","17071.240"],["26510.396","17050.276"],["26606.921","17179.523"],["26656.119","17086.286"],["26550.731","17077.167"],["26476.708","17071.422"],["26500.889","17058.253"],["26614.652","17170.373"],["26619.507","17147.978"],["26665.544","17106.748"],["26539.382","17099.116"],["26476.412","17083.676"],["26509.212","17061.209"],["14355.446","12309.005"],["14377.107","12316.636"],["14382.964","12128.404"],["14392.140","12180.772"],["14460.762","12148.778"],["14399.371","12258.991"],["14449.651","12314.168"],["14450.087","12261.266"],["14438.426","12238.492"],["5621.210","8975.712"],["5648.953","9005.687"],["20514.153","7891.584"],["5366.271","7366.585"],["5359.616","7338.273"],["5386.359","7417.656"],["5314.360","7420.050"],["5299.524","7460.540"],["18935.536","15272.496"],["19020.593","15167.388"],["18972.866","15146.967"],["18962.657","15136.314"],["19067.995","15263.860"],["18914.302","15230.943"],["19034.621","15254.888"],["19050.969","15167.423"],["19023.309","15235.473"],["18888.148","15171.702"],["19011.629","15160.397"],["18980.089","15205.872"],["18997.503","15117.239"],["19013.496","15246.931"],["18991.852","15245.778"],["19044.565","15210.283"],["18956.966","15145.794"],["18965.133","15178.676"],["19031.433","15273.125"],["18967.147","15133.639"],["18953.316","15235.308"],["19011.374","15243.760"],["18939.643","15186.736"],["19008.318","15186.642"],["19006.099","15139.750"],["19056.956","15169.819"],["19047.222","15261.284"],["18950.910","15259.400"],["19023.226","15263.026"],["16854.069","15142.768"],["16835.582","15118.656"],["16918.383","15270.555"],["16910.206","15265.552"],["16908.452","15190.006"],["16904.257","15145.021"],["16915.239","15273.793"],["16917.708","15190.904"],["16847.505","15136.519"],["16874.158","15088.043"],["16818.738","17204.579"],["16889.096","17239.171"],["16883.833","17230.252"],["16845.389","17200.648"],["16902.862","17251.408"],["16879.491","17218.692"],["16895.099","17212.598"],["16870.461","17264.687"],["16919.820","17220.657"],["7677.546","8738.084"],["5145.415","8918.099"],["19965.330","17162.565"],["19964.539","17171.294"],["19977.245","17177.960"],["19982.633","17108.445"],["20000.485","17175.284"],["19940.336","17183.642"],["19980.267","17070.735"],["17565.280","17138.041"],["29741.229","15816.750"],["29654.498","15908.705"],["21447.152","13574.036"],["21412.102","13574.763"],["21521.539","13585.258"],["21430.589","13567.942"],["21433.254","13564.028"],["21443.648","13495.534"],["21419.174","13599.864"],["21573.381","13576.009"],["21417.184","13584.589"],["16501.075","16128.985"],["16561.062","16090.451"],["16486.848","15980.563"],["16462.884","16051.595"],["16527.753","16103.800"],["16480.943","16033.836"],["16537.456","16080.756"],["16442.269","16102.338"],["16539.410","16005.236"],["16470.249","16128.115"],["16508.789","16072.536"],["16511.914","16079.621"],["16508.805","16043.283"],["16430.772","16120.241"],["16449.308","16033.106"],["18125.824","17908.532"],["18179.974","17889.155"],["18111.269","17924.651"],["18114.476","17851.956"],["18171.992","17960.637"],["18064.049","17905.593"],["18167.782","17963.511"],["30533.460","14950.051"],["21449.903","6585.651"],["21474.923","6436.565"],["21577.105","6492.883"],["21587.385","6464.345"],["21528.772","6445.021"],["21437.124","6509.235"],["21565.658","6571.760"],["21541.974","6551.860"],["17979.501","15312.597"],["17978.956","15344.309"],["17979.433","15356.431"],["17984.942","15330.282"],["17996.897","15355.911"],["18000.943","15353.649"],["17996.015","15347.114"],["17981.505","15351.889"],["17988.183","15360.213"],["17979.038","15363.367"],["17987.343","15340.489"],["17977.458","15326.451"],["17984.975","15323.280"],["17976.258","15331.719"],["18005.368","15342.171"],["18005.335","15350.494"],["17988.065","15342.006"],["17989.940","15340.668"],["17996.108","15342.666"],["17987.687","15344.565"],["17993.838","15346.778"],["17980.669","15323.085"],["17965.390","14306.831"],["17905.487","14355.354"],["17981.689","14304.040"],["17922.181","14331.308"],["17969.584","14305.873"],["17906.639","14325.825"],["17933.712","14312.232"],["17912.494","14325.776"],["17079.240","18304.470"],["17106.545","18365.434"],["17038.801","18395.317"],["17138.370","18365.450"],["17123.455","18266.357"],["17134.343","18286.637"],["17081.394","18313.867"],["17087.219","18346.028"],["17034.525","18422.666"],["14632.819","16781.482"],["14637.007","16776.215"],["17502.381","16119.530"],["17421.142","16136.370"],["17421.142","16136.370"],["17459.658","16027.589"],["17470.463","16125.860"],["17416.099","16094.217"],["17465.573","16085.084"],["16816.836","16016.480"],["16827.994","16021.056"],["16869.506","16114.109"],["16790.301","16109.148"],["16903.296","16125.748"],["16929.566","16070.849"],["22483.585","14867.988"],["18519.995","11813.449"],["18580.492","11815.114"],["18589.846","11791.948"],["18625.586","11890.679"],["18579.989","11797.319"],["18530.867","11808.147"],["18602.527","11911.158"],["18506.541","11826.644"],["18583.152","11773.120"],["18599.271","11872.908"],["15277.882","18578.777"],["15274.132","18659.123"],["15277.915","18571.939"],["15164.486","18489.722"],["15181.196","18566.799"],["15195.407","18559.797"],["15291.863","18585.052"],["15292.751","18533.211"],["15191.871","18491.853"],["15180.654","18492.447"],["15204.321","18565.808"],["15169.716","18474.809"],["15142.890","18502.489"],["15185.851","18534.264"],["15258.359","18607.431"],["28500.566","8320.423"],["28498.214","8377.269"],["28392.558","8337.713"],["28555.173","8525.788"],["28432.030","8408.664"],["28514.234","8340.027"],["28359.383","8384.980"],["3687.359","12579.003"],["3635.265","12688.697"],["3644.933","12659.620"],["20727.042","16153.909"],["20745.941","16216.837"],["20721.120","16155.709"],["20744.904","16219.447"],["20728.489","16153.314"],["20766.008","16185.302"],["20752.523","16202.134"],["20725.956","16154.322"],["20777.012","16186.277"],["28492.708","8151.538"],["28456.819","8133.685"],["28365.153","8194.706"],["28382.033","8126.683"],["28408.875","8145.279"],["28420.586","8188.252"],["28427.296","8172.876"],["28461.392","8140.193"],["28481.194","8153.041"],["26424.507","15415.785"],["26270.051","15439.116"],["26354.165","15401.430"],["26323.794","15499.221"],["26378.057","15380.811"],["26402.832","15315.193"],["26414.326","15423.117"],["26285.956","15435.169"],["26397.668","15320.775"],["26343.919","15416.508"],["26371.861","15388.517"],["26414.737","15424.587"],["26275.413","15427.737"],["26401.977","15319.305"],["26337.784","15421.397"],["26327.067","15492.334"],["26382.724","15384.283"],["26429.638","15409.525"],["26287.979","15417.861"],["26344.725","15422.718"],["26320.603","15497.058"],["26370.882","15382.862"],["26392.487","15310.222"],["14500.703","12661.240"],["14506.180","12665.171"],["14491.539","12677.239"],["14497.147","12672.070"],["14498.390","12672.224"],["14576.521","12748.650"],["24313.177","9160.808"],["24301.598","9074.731"],["24299.427","9105.680"],["24278.967","9111.345"],["24330.398","9084.045"],["24258.523","9083.120"],["24322.355","9071.229"],["24286.533","9141.931"],["24308.819","9138.909"],["5791.882","7914.363"],["5708.883","7904.964"],["5754.555","7915.495"],["18310.357","17301.265"],["18295.537","17295.743"],["18274.425","17314.624"],["18264.341","17312.709"],["18299.879","17293.679"],["18276.430","17359.863"],["18298.936","17307.628"],["18301.277","17372.209"],["18282.790","17361.507"],["18257.478","17308.295"],["27035.068","16345.365"],["14601.299","12850.483"],["14586.804","12919.238"],["14598.141","12849.575"],["14606.240","12953.606"],["14549.567","12942.715"],["14518.481","12943.636"],["14615.312","12853.324"],["14557.906","12927.744"],["14531.524","12960.053"],["14486.304","12960.566"],["14652.593","12836.898"],["14578.855","12831.762"],["14629.909","12933.677"],["14645.695","12907.327"],["14620.711","12805.829"],["14512.227","12949.361"],["14661.158","12935.671"],["14601.644","12825.248"],["14588.284","12929.990"],["14488.321","12918.497"],["14491.216","12959.240"],["14654.192","12859.813"],["14528.945","12795.219"],["20075.570","15602.992"],["20061.656","15609.647"],["20047.971","15619.970"],["27004.226","15838.486"],["27084.762","15902.878"],["26942.713","15797.626"],["26903.493","15770.795"],["26943.956","15890.532"],["26883.831","15840.787"],["26961.233","15868.379"],["26984.292","15787.717"],["26994.465","15886.569"],["26884.268","15857.281"],["26946.282","15804.843"],["26906.009","15793.008"],["26973.758","15875.966"],["26995.295","15871.731"],["26968.634","15785.157"],["26927.391","15790.927"],["26956.061","15877.733"],["27509.965","7188.505"],["27506.610","7190.884"],["21501.113","10297.646"],["21498.357","10316.684"],["21566.130","10298.703"],["21512.643","10285.424"],["21505.209","10326.257"],["5784.452","9518.319"],["17534.711","16331.053"],["17515.342","16219.746"],["17552.894","16242.811"],["17497.975","16244.317"],["17487.995","16205.371"],["17454.461","16148.655"],["17499.734","16151.273"],["17544.355","16311.868"],["17612.990","16230.728"],["17468.538","16164.887"],["17575.439","16232.226"],["17605.349","16308.211"],["17473.943","16187.260"],["17595.770","16270.893"],["17571.724","16256.162"],["17511.223","16159.265"],["18901.432","14725.491"],["18884.607","14721.841"],["18893.926","14706.434"],["18883.219","14738.130"],["18905.045","14721.496"],["13886.046","14613.478"],["13841.189","14607.882"],["20394.773","5917.682"],["20434.608","5970.597"],["20367.322","5949.540"],["20383.391","5970.531"],["20360.365","5964.321"],["20441.089","5993.867"],["20356.914","5803.544"],["20504.199","5945.051"],["20499.347","5943.482"],["20479.972","5898.081"],["20496.222","5939.964"],["20494.101","5972.681"],["20557.275","5954.976"],["20459.939","5887.643"],["20468.015","5884.060"],["20527.393","5825.500"],["20472.607","5839.439"],["20484.737","5788.897"],["20377.075","5849.045"],["20429.822","5930.448"],["20376.697","5907.558"],["20369.839","5981.332"],["20454.199","5922.342"],["20487.209","5983.069"],["20523.229","5987.743"],["20495.367","5906.884"],["20565.729","5902.326"],["20510.798","5837.672"],["20499.071","5830.141"],["20447.492","5863.353"],["20519.688","5815.205"],["20366.056","5842.455"],["20427.437","5914.032"],["20425.760","5989.177"],["20406.056","5849.375"],["20361.401","5847.740"],["20458.473","5915.469"],["20493.525","5958.263"],["20464.923","5898.643"],["20490.449","5905.100"],["20425.831","5828.688"],["12778.104","15830.996"],["14096.788","9127.775"],["14095.377","9092.614"],["27714.530","11855.891"],["27705.806","11731.284"],["20528.354","14531.524"],["20445.096","14552.700"],["20472.767","14575.581"],["20545.181","14604.021"],["20545.761","14524.855"],["20530.691","14451.005"],["20465.246","14581.540"],["20457.469","14464.073"],["20381.903","14540.350"],["20388.935","14475.114"],["20419.109","14604.377"],["20468.226","14471.207"],["20439.905","14463.563"],["28179.880","7294.849"],["28307.594","7314.518"],["28208.021","7306.310"],["28354.814","7344.741"],["28158.679","7281.917"],["28223.548","7267.367"],["4591.563","11289.196"],["13829.579","12328.977"],["13794.151","12333.911"],["13782.939","12330.822"],["13783.888","12333.443"],["13796.863","12331.536"],["13796.315","12335.051"],["13712.874","12333.826"],["13761.298","12296.095"],["13806.899","12273.076"],["15521.878","13809.027"],["15529.485","13759.680"],["15517.382","13745.625"],["15551.626","13806.283"],["15518.917","13782.392"],["15516.208","13732.390"],["15560.081","13750.803"],["15515.628","13803.561"],["15535.192","13758.368"],["15565.241","13642.976"],["15629.155","13755.023"],["15638.673","13682.095"],["15637.117","13633.030"],["15645.345","13605.576"],["15646.552","13649.354"],["15710.539","13742.973"],["15722.272","13619.000"],["15710.319","13680.592"],["15664.930","13772.674"],["15683.904","13620.873"],["15702.676","13748.215"],["15676.388","13635.753"],["15699.518","13740.816"],["17795.174","14126.603"],["17795.815","14069.031"],["17790.207","14073.027"],["21789.391","6325.402"],["21806.546","6380.827"],["21688.503","6219.572"],["18344.873","13958.269"],["18394.330","13987.105"],["18344.288","14005.923"],["18391.534","13974.256"],["18251.828","13988.597"],["18386.813","13968.806"],["28051.300","17221.556"],["28094.729","17256.995"],["28038.082","17267.765"],["27946.416","17345.182"],["28057.337","17250.557"],["28072.426","17285.302"],["28003.861","17249.718"],["27998.718","17344.075"],["27968.935","17241.126"],["28076.192","17305.054"],["28061.931","17286.791"],["27996.843","17340.937"],["28093.479","17313.956"],["28044.743","17278.847"],["27993.570","17304.290"],["14488.350","12999.721"],["14605.183","13012.185"],["14508.038","13019.705"],["14617.272","13029.345"],["14474.589","13049.822"],["14479.193","13036.095"],["14494.741","13011.879"],["14665.900","13038.532"],["14482.110","12975.300"],["14655.578","13015.257"],["14514.846","12987.666"],["14486.870","12983.933"],["14266.052","13823.694"],["14295.008","13888.025"],["14331.748","13819.086"],["14279.866","14026.996"],["14356.896","13981.067"],["14373.718","13972.860"],["14381.317","13975.536"],["13603.586","12531.947"],["13596.908","12540.865"],["13596.497","12535.035"],["13418.008","12534.206"],["13414.595","12434.612"],["13613.891","12516.977"],["19492.692","16816.000"],["25064.628","9691.889"],["25095.540","9727.602"],["25088.223","9749.732"],["25049.398","9688.024"],["25076.411","9742.003"],["25099.242","9752.193"],["25053.773","9689.280"],["25101.989","9748.593"],["25060.746","9693.028"],["25093.996","9762.878"],["19655.929","5973.203"],["19574.633","5936.725"],["19519.107","5854.677"],["19521.064","5933.438"],["19525.324","5906.964"],["19608.298","5974.524"],["19703.791","5993.071"],["19560.521","5857.864"],["19639.321","5898.541"],["19632.396","5938.987"],["19637.939","5866.469"],["19590.159","5891.869"],["19660.600","5983.310"],["19613.561","5926.035"],["19696.707","5971.869"],["19659.120","5966.184"],["19557.807","5875.965"],["19583.515","5962.439"],["19614.288","5976.015"],["19539.090","5942.076"],["19528.745","5948.715"],["19666.406","5993.517"],["19658.383","5790.572"],["19688.582","5966.386"],["15636.824","13201.363"],["15614.671","13224.949"],["24070.364","16774.306"],["19639.588","14225.177"],["13116.628","13980.116"],["11469.827","15847.770"],["11501.665","15775.295"],["11365.773","15849.943"],["11464.927","15864.094"],["11342.044","15897.430"],["11417.904","15859.258"],["11494.985","15842.377"],["11425.643","15781.263"],["11471.757","15765.119"],["11394.489","15843.080"],["8193.322","11928.224"],["8232.192","11935.690"],["8179.172","11935.329"],["8204.747","11941.819"],["8221.057","11950.273"],["8251.189","11951.974"],["11300.068","15967.868"],["15944.964","14366.619"],["15982.134","14286.003"],["16042.431","14349.622"],["16062.939","14407.414"],["16009.084","14429.305"],["15978.959","14441.368"],["16071.775","14414.319"],["16121.824","14293.145"],["15943.599","14375.570"],["15955.127","14277.201"],["16017.645","14353.883"],["16064.995","14441.534"],["16017.917","14431.530"],["15972.512","14433.116"],["16122.336","14367.872"],["16099.949","14418.547"],["16125.114","14302.691"],["15940.786","14370.467"],["16133.935","14338.082"],["16048.334","14428.520"],["16015.696","14425.832"],["15981.419","14417.078"],["16130.373","14414.027"],["16101.906","14400.645"],["16096.758","14311.031"],["15959.666","14279.843"],["15940.653","14294.162"],["15935.539","14368.617"],["15954.288","14291.685"],["16129.182","14280.097"],["15951.132","14388.766"],["16032.990","14361.678"],["16034.816","14372.793"],["16032.859","14370.745"],["16059.090","14440.097"],["16062.248","14436.084"],["16051.755","14412.401"],["16010.926","14427.505"],["15976.349","14444.411"],["15974.260","14408.572"],["16007.484","14412.090"],["16122.659","14424.234"],["16097.380","14433.284"],["16059.818","14389.596"],["16092.449","14418.068"],["16059.390","14393.213"],["16121.018","14328.835"],["16096.564","14334.916"],["16112.915","14241.833"],["16087.019","14276.687"],["15299.796","17943.152"],["18604.398","16800.161"],["18573.909","16934.497"],["21214.907","12738.235"],["22320.179","15593.384"],["22328.616","15591.864"],["5217.817","7621.814"],["18498.510","13079.766"],["18547.704","13086.619"],["18470.838","13088.326"],["18491.961","13017.711"],["14779.586","12763.551"],["14810.323","12857.515"],["14805.917","12934.386"],["14788.405","12949.873"],["14846.200","12944.441"],["14739.236","12816.001"],["14736.396","12818.811"],["14871.262","12766.177"],["14846.304","12922.879"],["14832.987","12856.607"],["14812.761","12791.561"],["14769.189","12857.823"],["14764.419","12824.529"],["14736.189","12866.823"],["15103.274","8842.607"],["26963.644","16809.849"],["27063.419","16823.047"],["26956.042","16913.682"],["26893.973","16812.375"],["27012.037","16779.248"],["26938.016","16910.148"],["26915.667","16869.964"],["15263.163","12122.354"],["15160.437","12086.129"],["15130.108","12078.862"],["15220.930","12085.419"],["15216.062","12097.607"],["15161.568","12052.352"],["15157.587","11953.000"],["15167.473","12067.150"],["15153.295","12062.542"],["15220.688","11932.446"],["9199.386","11797.152"],["28355.011","15591.779"],["28209.245","15666.722"],["28185.168","15586.949"],["28175.561","15577.251"],["28219.645","15621.380"],["28259.814","15593.166"],["20629.933","14877.045"],["20582.880","14885.970"],["20619.519","14876.010"],["20585.578","14883.757"],["4583.702","11900.751"],["4603.517","11850.144"],["4571.393","11740.528"],["4600.434","11822.331"],["27763.707","7873.803"],["27858.411","7887.625"],["27869.804","7878.177"],["27866.652","7867.764"],["27903.609","7862.132"],["19999.175","6804.517"],["20125.425","6780.865"],["20142.859","6764.713"],["19947.066","6678.887"],["19962.987","6659.185"],["19954.849","6822.882"],["20071.461","6767.422"],["18511.260","14459.207"],["18480.849","14543.986"],["18570.695","14586.978"],["18473.552","14626.849"],["18472.002","14515.373"],["18471.704","14502.721"],["18512.477","14462.688"],["18554.863","14454.763"],["18526.842","14627.278"],["18657.835","14658.168"],["18599.461","14610.347"],["18484.410","14516.796"],["29439.792","16081.772"],["29570.027","16009.332"],["29430.804","16052.410"],["13076.396","12901.107"],["13007.103","12908.737"],["13159.230","12839.392"],["25113.565","17593.289"],["25133.956","17591.475"],["25194.013","17618.865"],["25181.091","17615.820"],["25158.350","17557.125"],["25086.542","17613.735"],["25139.202","17594.233"],["25140.826","17567.924"],["25183.152","17600.314"],["25152.594","17559.784"],["25062.253","17619.528"],["25076.197","17611.175"],["25155.255","17584.539"],["25178.020","17608.340"],["25139.107","17553.211"],["25056.201","17597.727"],["25082.710","17602.670"],["25133.939","17593.011"],["25176.129","17604.212"],["25124.123","17541.832"],["13653.507","15014.796"],["15485.225","17759.580"],["15399.811","17707.513"],["15420.268","17681.086"],["15446.363","17706.624"],["15475.906","17817.530"],["15511.033","17806.620"],["15423.228","17631.456"],["15326.820","17667.282"],["15382.080","17633.293"],["15494.813","17705.410"],["15304.558","17791.488"],["15307.624","17761.738"],["15466.873","17678.287"],["15511.635","17653.507"],["15509.199","17803.187"],["15491.984","17754.576"],["15483.300","17755.468"],["15304.715","17721.008"],["15311.604","17782.280"],["15354.205","17743.485"],["15405.218","17737.240"],["15417.833","17682.539"],["15433.946","17704.081"],["15350.028","17819.613"],["15354.173","17821.875"],["15451.199","17694.386"],["15391.833","17770.414"],["15409.909","17752.710"],["15380.345","17720.380"],["15472.370","17778.191"],["15479.557","17781.989"],["15491.971","17812.615"],["15498.451","17807.347"],["15385.337","17780.656"],["15381.821","17672.403"],["15372.512","17671.957"],["15425.892","17626.238"],["15424.247","17637.798"],["15454.913","17641.992"],["15449.502","17629.689"],["15338.926","17689.396"],["15329.844","17652.910"],["15338.232","17648.153"],["15453.863","17711.524"],["15438.320","17729.822"],["15484.500","17694.659"],["15311.680","17794.312"],["15316.029","17756.817"],["15326.095","17767.320"],["15370.264","17700.608"],["15467.563","17694.472"],["15472.876","17671.697"],["15387.811","13638.542"],["15430.574","13618.615"],["15367.186","13655.570"],["15413.880","13650.061"],["15500.874","13768.436"],["15326.827","13804.100"],["15391.814","13758.438"],["15467.739","13730.943"],["15358.058","13648.055"],["15397.137","13646.906"],["15495.367","13795.928"],["15497.322","13759.436"],["15505.523","13742.306"],["15401.058","13777.843"],["15490.305","13711.851"],["15384.966","13621.020"],["15433.568","13629.714"],["15401.166","13623.553"],["15457.285","13636.700"],["15492.733","13787.591"],["15489.591","13793.701"],["15501.691","13759.828"],["15500.145","13774.477"],["15356.844","13718.560"],["15452.840","13742.502"],["15349.108","13809.015"],["15439.177","13807.734"],["15407.049","13752.123"],["15400.109","13741.522"],["15384.330","13697.544"],["15417.665","13658.517"],["15397.685","13635.563"],["17369.105","15067.292"],["17336.437","15012.521"],["17378.052","15058.770"],["17349.578","15044.611"],["15182.174","13111.496"],["15199.339","13135.955"],["15105.105","13020.909"],["15193.621","13120.778"],["15223.056","13171.991"],["15134.991","13090.924"],["15243.169","13098.162"],["15197.249","13054.842"],["23982.106","16796.119"],["24038.308","16826.693"],["24000.275","16824.193"],["24113.386","16809.132"],["23983.702","16832.040"],["24020.051","16820.054"],["23937.589","16804.617"],["24003.981","16808.902"],["24050.101","16802.531"],["14712.384","13106.402"],["14707.976","13141.331"],["14702.186","13166.882"],["14762.431","13102.370"],["14708.850","13135.610"],["14704.473","13121.361"],["14722.140","13070.427"],["14783.168","13157.284"],["14785.119","13070.867"],["14720.874","13031.287"],["14710.609","13058.140"],["14715.821","13107.838"],["26773.422","15982.612"],["26788.032","15950.162"],["26818.271","16018.992"],["26748.428","16076.680"],["26701.658","15958.748"],["26768.784","15959.309"],["26839.973","15984.100"],["26820.524","16078.761"],["26733.839","16105.285"],["26681.991","16049.810"],["26759.639","15970.226"],["26840.845","15935.100"],["26787.333","16020.957"],["26729.251","16106.556"],["26695.023","16098.256"],["26700.605","15981.803"],["26749.705","15934.652"],["26793.131","15963.076"],["26781.083","16072.006"],["26778.774","16085.565"],["26719.047","16080.231"],["26852.262","15936.736"],["26874.087","15938.933"],["17752.558","15965.635"],["17823.522","15956.961"],["17792.250","15959.891"],["17726.658","16003.968"],["17762.338","15963.821"],["17788.984","15998.542"],["17754.767","15986.065"],["17763.013","15993.769"],["17780.880","16028.872"],["17804.641","15939.686"],["17725.523","15993.745"],["17794.655","16001.646"],["17779.855","15947.884"],["17778.308","15959.313"],["17774.717","15967.554"],["17722.464","15968.708"],["17754.915","15985.438"],["17716.346","15970.871"],["17777.963","15929.998"],["17795.513","15974.463"],["17800.152","15968.881"],["17772.454","15999.286"],["17753.528","15989.483"],["18208.150","15142.058"],["18163.904","15105.032"],["18132.992","15085.609"],["18141.908","15103.019"],["18139.244","15103.399"],["18163.166","15099.664"],["18156.126","15100.836"],["18168.303","15111.499"],["18168.582","15107.155"],["18179.500","15107.857"],["18179.072","15109.822"],["18166.781","15095.456"],["18165.400","15086.340"],["18167.341","15094.911"],["18166.189","15094.053"],["18140.198","15104.621"],["18141.596","15104.638"],["18162.672","15103.495"],["18163.856","15103.363"],["18174.273","15106.891"],["18171.675","15112.919"],["18174.627","15119.000"],["18174.052","15118.422"],["18184.556","15096.699"],["18184.704","15093.429"],["18161.072","15109.799"],["18180.734","15131.761"],["19493.103","5985.693"],["19491.738","5983.760"],["19726.538","15811.048"],["19782.842","15882.998"],["19751.618","15920.200"],["19754.802","15879.477"],["19814.013","15912.591"],["19773.296","15879.385"],["19752.303","15922.573"],["19765.589","15867.474"],["19749.030","15915.719"],["19770.680","15916.435"],["19772.705","15864.144"],["19778.089","15874.228"],["19776.108","15917.062"],["19755.566","15848.603"],["19730.894","15889.091"],["19871.018","15862.428"],["16361.149","16261.500"],["16381.257","16210.123"],["16386.720","16315.163"],["16402.876","16267.082"],["16443.514","16273.083"],["16418.875","16323.206"],["16360.635","16340.977"],["16389.366","16219.405"],["16556.479","16145.615"],["16554.548","16141.575"],["16407.432","16240.162"],["16370.010","16344.973"],["16437.480","16344.048"],["16391.523","16321.323"],["16369.648","16343.619"],["16383.264","16220.363"],["16363.718","16150.916"],["16435.618","16327.269"],["16433.776","16301.621"],["16379.505","16262.607"],["16421.932","16211.940"],["27377.991","11200.510"],["27402.129","11140.335"],["27411.744","11132.881"],["18626.889","16478.124"],["18627.329","16485.444"],["18662.720","16515.451"],["20244.539","5523.719"],["20164.770","5534.603"],["20318.865","5537.889"],["20155.481","5504.515"],["20204.971","5486.150"],["20166.135","5564.991"],["20268.043","5521.671"],["20207.717","5461.245"],["20210.217","5432.079"],["20238.178","5396.868"],["20202.290","5488.280"],["20318.541","5375.119"],["20244.806","5407.967"],["20288.031","5485.061"],["20295.828","5403.492"],["5655.388","8168.537"],["5681.068","8138.714"],["5701.844","8124.623"],["5735.647","8248.169"],["5681.317","8262.919"],["5720.707","8170.384"],["5770.355","8216.412"],["26960.700","8679.209"],["26967.351","8695.104"],["14620.285","13905.389"],["14562.012","13895.702"],["14562.611","13873.133"],["14549.833","14025.908"],["14615.137","13913.786"],["14569.409","13816.345"],["14502.761","13824.642"],["14475.187","13823.124"],["14482.063","13847.637"],["14568.932","13968.323"],["14566.892","14027.200"],["14619.463","13886.271"],["14597.078","13847.824"],["14589.085","13850.483"],["14512.383","13831.628"],["14505.673","13838.993"],["14472.852","13822.761"],["14471.076","13820.102"],["14467.129","13839.297"],["14472.507","13851.304"],["14663.432","9090.853"],["14578.626","9148.629"],["14671.041","9041.549"],["21778.579","15420.948"],["21786.737","15427.885"],["21769.557","15459.480"],["21771.507","15431.617"],["21779.869","15448.415"],["21771.277","15439.512"],["19773.360","16891.088"],["19742.383","16945.262"],["19735.919","16915.667"],["19831.352","16959.615"],["19765.357","16806.881"],["19764.472","16873.857"],["19772.364","16965.683"],["19791.114","16893.891"],["19905.485","16986.067"],["14744.355","13214.434"],["14678.041","13206.584"],["14727.832","13350.351"],["14725.539","13233.641"],["14772.647","13322.526"],["14760.972","13282.923"],["14727.844","13232.443"],["14800.937","13187.044"],["14715.459","13377.313"],["14715.937","13290.174"],["14771.330","13303.833"],["14755.313","13260.452"],["14800.657","13186.615"],["14722.943","13233.368"],["17598.206","18158.179"],["17460.604","18063.755"],["17425.368","18239.225"],["17583.700","18171.606"],["5048.926","8954.548"],["20551.622","10615.683"],["20542.823","10549.969"],["6795.476","7456.643"],["6816.602","7464.985"],["8339.274","18868.827"],["8320.280","18865.024"],["8271.729","18798.452"],["8176.291","18806.199"],["8156.897","18690.378"],["8179.350","18700.825"],["8256.689","18742.581"],["8354.143","18886.697"],["8285.790","18854.883"],["8307.107","18810.623"],["8204.416","18787.686"],["8217.623","18705.251"],["8257.594","18754.208"],["8293.915","18856.370"],["8291.696","18803.737"],["8183.840","18816.389"],["8186.620","18711.577"],["8265.308","18759.674"],["8346.873","18862.436"],["8284.705","18863.306"],["8269.344","18828.889"],["8193.018","18780.601"],["8169.545","18708.759"],["8218.199","18710.817"],["8244.485","18771.136"],["26365.224","15536.425"],["26257.799","15593.381"],["26256.832","15666.476"],["26260.780","15596.986"],["26383.760","15555.963"],["26309.041","15508.057"],["26383.086","15541.016"],["26253.457","15585.800"],["26378.431","15542.140"],["6231.992","7447.191"],["16256.553","13085.676"],["16161.661","13135.482"],["16346.794","13127.628"],["16158.485","12996.009"],["16351.186","13171.211"],["16290.086","13139.609"],["16250.752","13161.466"],["16277.486","13075.468"],["16226.731","12992.816"],["16324.339","13140.562"],["16252.603","13016.945"],["16243.894","12988.745"],["16263.055","13092.398"],["16242.866","13003.717"],["14247.171","13835.289"],["14104.284","13928.281"],["14089.488","13967.048"],["15065.169","19074.509"],["15086.007","19048.893"],["15013.326","19017.795"],["15001.123","19002.023"],["15075.810","19006.482"],["15020.251","19047.011"],["14916.804","19025.529"],["15085.037","19028.960"],["15053.787","19084.269"],["15059.675","19069.620"],["15020.382","19017.581"],["14998.030","19085.491"],["15034.560","19022.535"],["15040.152","19032.543"],["14988.606","19069.092"],["15077.175","19014.938"],["14996.501","19048.927"],["15059.807","19018.637"],["14967.314","19040.261"],["14938.860","19072.350"],["14889.962","19095.818"],["15076.139","19021.247"],["14958.169","19096.842"],["15045.777","19053.220"],["15007.109","19074.938"],["4586.094","9328.912"],["4769.375","9319.057"],["4634.867","9371.704"],["4711.155","9309.792"],["4673.687","9308.343"],["4681.817","9359.207"],["15915.477","14240.705"],["15869.304","14348.649"],["15837.168","14371.588"],["15850.854","14367.175"],["15843.127","14432.021"],["15786.607","14409.111"],["15784.435","14425.458"],["15743.280","14425.579"],["15879.038","14238.644"],["15896.653","14363.188"],["15889.005","14390.124"],["15864.666","14429.893"],["15815.002","14447.331"],["15799.896","14418.921"],["15781.787","14427.208"],["15882.451","14289.867"],["15794.638","14334.862"],["15840.951","14371.901"],["15861.578","14364.615"],["15871.229","14436.764"],["15837.798","14437.702"],["15797.149","14440.754"],["15786.211","14444.500"],["15750.961","14445.232"],["15884.357","14249.353"],["15808.577","14263.684"],["15881.842","14286.680"],["15799.374","14296.497"],["15911.217","14253.257"],["15929.556","14262.835"],["15918.138","14366.470"],["15841.888","14386.154"],["15901.209","14374.567"],["15863.979","14387.439"],["15872.943","14363.905"],["15859.670","14383.839"],["15886.294","14437.358"],["15887.742","14441.289"],["15855.663","14433.624"],["15825.167","14431.757"],["15822.930","14437.355"],["15807.429","14414.347"],["15775.389","14439.876"],["15763.728","14416.406"],["15741.471","14444.059"],["15731.224","14415.901"],["15734.399","14439.204"],["15905.689","14246.033"],["15883.561","14247.067"],["21171.320","12778.584"],["21159.198","12760.137"],["20849.009","10624.377"],["20789.972","10441.819"],["20802.738","10611.658"],["20809.331","10467.748"],["20855.028","10624.169"],["20825.795","10469.433"],["20781.390","10622.311"],["7717.116","14990.180"],["7684.742","14938.301"],["7724.924","14958.634"],["7716.833","14897.141"],["7708.598","14907.858"],["7693.105","14919.309"],["7718.888","14975.315"],["7707.002","14909.922"],["17246.173","18469.315"],["17377.732","18621.594"],["17372.469","18589.769"],["17243.443","18488.241"],["31490.609","11259.195"],["31478.355","11232.622"],["31473.230","11070.574"],["18703.109","14792.163"],["18746.708","14666.787"],["18827.232","14707.725"],["18699.050","14864.066"],["18810.945","14772.424"],["18875.394","14865.762"],["18778.787","14864.982"],["18699.803","14807.588"],["18835.750","14823.185"],["18858.355","14811.658"],["18791.501","14860.804"],["18820.773","14847.447"],["18696.331","14766.609"],["18772.286","14811.939"],["18880.702","14666.917"],["18694.589","14790.941"],["18830.509","14776.861"],["18864.070","14727.222"],["18773.924","14850.716"],["24576.274","6273.557"],["24568.971","6287.975"],["27605.715","11660.154"],["27701.399","11547.717"],["27561.928","11672.179"],["27562.044","11678.603"],["18313.203","12478.192"],["18287.940","12503.642"],["18346.780","12438.921"],["18343.647","12453.634"],["18299.108","12504.220"],["20014.299","7995.127"],["24321.577","16856.790"],["24291.138","16872.950"],["24286.319","16820.250"],["24313.633","16854.412"],["24182.401","16837.515"],["24356.478","16814.974"],["24289.493","16823.652"],["24201.513","16802.437"],["24280.875","16826.823"],["24201.990","16819.084"],["16180.703","15284.468"],["16159.277","15262.814"],["16160.884","15262.403"],["16148.316","15267.864"],["16158.201","15271.118"],["16184.552","15283.939"],["16178.861","15276.375"],["16176.854","15281.924"],["16147.584","15281.438"],["18681.821","16838.663"],["6338.609","9304.684"],["6425.711","9341.055"],["6303.600","9326.941"],["29733.594","16083.116"],["29765.152","15955.464"],["29645.317","16049.186"],["29755.773","16084.823"],["29757.870","15997.128"],["29759.248","15935.662"],["29683.331","16099.499"],["15145.112","17844.355"],["15184.143","17856.717"],["15175.432","17896.275"],["15117.842","17848.652"],["15113.128","18017.847"],["15121.751","17879.482"],["15095.298","17935.670"],["15130.769","17950.576"],["15246.626","17838.680"],["15145.209","17985.299"],["15170.770","17832.795"],["15205.493","17842.053"],["15194.472","17854.504"],["15183.292","17877.967"],["15174.280","17905.689"],["15187.011","17917.563"],["15155.537","17895.700"],["15143.350","17892.810"],["15119.503","17864.160"],["15131.148","17856.018"],["15098.719","17915.847"],["15103.794","17901.281"],["15096.114","17897.747"],["15104.773","18017.764"],["15119.115","18016.311"],["15130.089","17865.907"],["15138.149","17867.525"],["15098.867","17923.086"],["15116.196","17931.534"],["15133.680","17945.044"],["15233.863","17842.693"],["15172.002","17961.385"],["15169.337","17945.448"],["29879.799","15631.393"],["29975.736","15536.496"],["23607.836","17450.611"],["23583.646","17410.865"],["23637.688","17532.295"],["23641.228","17424.127"],["23698.823","17516.187"],["23581.825","17517.326"],["23678.359","17591.737"],["23643.181","17439.544"],["20217.373","14905.009"],["20204.840","14940.583"],["7698.548","14858.806"],["7657.269","14846.941"],["7687.019","14852.662"],["7662.393","14847.109"],["7646.400","14806.327"],["7700.950","14848.483"],["7703.680","14856.080"],["21629.303","15745.461"],["21669.972","15834.769"],["21678.471","15844.763"],["21630.859","15774.916"],["21648.583","15768.839"],["21670.522","15819.818"],["21734.315","15863.821"],["21637.000","15754.495"],["21676.922","15783.042"],["21685.445","15829.140"],["21705.865","15855.019"],["21720.529","15887.658"],["21654.060","15768.261"],["21686.074","15818.023"],["21691.037","15846.068"],["21721.950","15861.031"],["21738.707","15899.411"],["26068.487","17586.441"],["26047.608","17585.352"],["26088.439","17450.238"],["26069.572","17584.624"],["26043.216","17583.321"],["26058.513","17562.677"],["26099.080","17458.892"],["26071.983","17559.258"],["14390.167","12479.328"],["14453.735","12446.012"],["14386.154","12456.848"],["14271.248","12512.366"],["14447.115","12506.215"],["14291.250","12509.824"],["14290.592","12534.035"],["14404.848","12533.857"],["14442.924","12534.914"],["14273.268","12344.248"],["14270.159","12349.434"],["14288.531","12367.362"],["14357.061","12364.085"],["14392.916","12411.141"],["14388.598","12409.807"],["14367.661","12406.471"],["27640.945","16990.304"],["27614.974","16998.777"],["17459.874","15712.447"],["17409.538","15595.683"],["17439.627","15672.249"],["17532.042","15663.975"],["17465.022","15677.979"],["17416.578","15568.399"],["17539.211","15648.217"],["17530.850","15669.733"],["17446.091","15696.609"],["17612.419","15517.219"],["21056.519","7055.872"],["21024.081","7209.118"],["21076.404","7206.740"],["21110.121","7209.878"],["20993.329","7104.311"],["21096.104","7223.338"],["20989.838","7180.414"],["21059.825","7089.581"],["21050.615","7091.809"],["21042.588","7074.171"],["20994.957","7061.256"],["31570.099","13351.605"],["31562.023","13303.677"],["20197.979","6930.867"],["20206.088","6907.481"],["20220.907","6920.214"],["20333.690","7051.095"],["20328.082","7037.288"],["20157.448","6866.893"],["20154.213","6870.701"],["20151.565","6902.477"],["20160.232","6927.563"],["20329.036","6990.863"],["20156.104","6932.848"],["20304.381","6997.602"],["20319.644","7020.740"],["20308.806","6992.300"],["15020.699","15328.809"],["14920.052","15335.614"],["14924.878","15489.327"],["15075.390","15504.594"],["14979.258","15457.837"],["15051.866","15368.561"],["15084.358","15390.881"],["14926.934","15447.527"],["15036.624","15466.956"],["14995.557","15452.404"],["14915.715","15505.563"],["30712.490","9838.553"],["30757.259","9834.062"],["30717.276","9818.294"],["30738.032","9824.284"],["30727.671","9856.010"],["30701.322","9828.963"],["30751.355","9818.422"],["14597.072","12275.747"],["14573.175","12164.678"],["14587.929","12147.386"],["27082.858","7487.203"],["7588.720","16282.889"],["7582.197","16150.195"],["26063.501","17481.429"],["6050.122","9348.820"],["6210.652","9297.437"],["6092.540","9314.038"],["7947.799","18538.252"],["7953.824","18614.440"],["8030.391","18602.184"],["8078.814","18653.857"],["8032.431","18668.712"],["8108.617","18588.985"],["8075.785","18598.347"],["7942.031","18600.072"],["8019.733","18579.063"],["8082.646","18656.516"],["8055.244","18666.036"],["8119.061","18622.412"],["8095.505","18633.467"],["7947.503","18553.314"],["7944.794","18637.099"],["8033.960","18619.476"],["8072.284","18656.169"],["8036.565","18673.604"],["8123.025","18614.633"],["7970.798","18632.112"],["8026.115","18616.618"],["8076.873","18658.415"],["8042.925","18667.209"],["8060.595","18674.149"],["8128.798","18589.645"],["6891.336","14860.507"],["6979.497","14833.610"],["7065.642","14858.863"],["7022.571","14865.170"],["6947.769","14851.072"],["7064.010","14870.160"],["7024.084","14861.013"],["7009.049","14864.638"],["7070.128","14864.412"],["7029.024","14847.755"],["6932.905","14869.920"],["7012.560","14865.311"],["6973.813","14856.936"],["7064.618","14866.152"],["20883.601","13347.721"],["6393.223","14152.048"],["6373.177","14126.691"],["6393.444","14120.124"],["6393.519","14141.929"],["6358.926","14078.283"],["6359.339","14096.063"],["6352.645","14096.371"],["4554.030","12944.817"],["4438.148","12913.161"],["4432.839","12919.549"],["4486.729","12829.047"],["4535.348","12894.933"],["26218.463","7240.815"],["19965.939","5668.875"],["20038.767","5711.022"],["19969.754","5713.912"],["19969.113","5636.604"],["20049.195","5688.957"],["19971.580","5778.735"],["20017.468","5718.520"],["20104.490","5577.146"],["20045.756","5751.156"],["19977.337","5696.885"],["20030.215","5608.016"],["19944.985","5719.527"],["19978.011","5616.521"],["19975.166","5645.539"],["19946.366","5724.944"],["20053.521","5653.912"],["20092.697","5650.755"],["20060.543","5742.811"],["20060.528","5627.304"],["20005.611","5582.927"],["20079.770","5663.306"],["20036.726","5733.881"],["20010.231","5739.858"],["19941.728","5668.941"],["20012.633","5655.679"],["20063.652","5657.711"],["20036.037","5604.498"],["19971.892","5601.360"],["19967.534","5771.798"],["19975.906","5741.212"],["20060.067","5631.220"],["14728.964","13551.583"],["14814.166","13598.430"],["14726.775","13546.738"],["14690.001","13470.834"],["14725.941","13567.676"],["14827.490","13593.872"],["14743.025","13594.434"],["14754.884","13518.893"],["14727.958","13494.885"],["14742.146","13457.946"],["14783.722","13496.029"],["28009.819","7590.380"],["28109.770","7550.908"],["28123.158","7676.424"],["27936.349","7539.310"],["27952.336","7523.521"],["28016.480","7483.455"],["28038.125","7499.761"],["27983.207","7570.694"],["28053.684","7670.826"],["28139.556","7569.174"],["28011.743","7512.506"],["28030.428","7525.590"],["28061.234","7646.928"],["28143.289","7629.620"],["28099.984","7627.143"],["28028.882","7505.029"],["27949.885","7587.518"],["27938.799","7558.881"],["28037.862","7499.426"],["27962.549","7544.694"],["27996.776","7589.814"],["8625.512","9619.883"],["8721.997","9621.522"],["17853.885","18615.632"],["17863.227","18587.292"],["18006.346","18527.157"],["17911.994","18632.411"],["17924.823","18629.868"],["17882.816","18600.537"],["15071.347","17109.328"],["15046.626","17078.610"],["15092.645","17000.490"],["14984.743","17122.320"],["14991.926","17099.426"],["15033.404","17129.558"],["15028.107","17172.444"],["15060.838","17118.327"],["15086.241","17003.684"],["15043.916","16991.000"],["15070.907","16992.146"],["15092.563","17001.646"],["15011.690","17008.492"],["14985.746","17122.089"],["15053.009","17133.819"],["15032.631","17123.431"],["14995.434","17118.564"],["14988.411","17120.711"],["15004.000","17155.986"],["15003.786","17171.147"],["15064.785","17156.936"],["15067.811","17141.345"],["15050.986","17128.022"],["15090.822","17119.021"],["15050.342","17007.337"],["15020.002","16998.531"],["15012.304","17014.303"],["15056.001","17117.619"],["15052.136","17116.463"],["19492.130","15278.166"],["19503.835","15209.693"],["19503.703","15182.355"],["19499.693","15167.484"],["19501.142","15253.120"],["19502.058","15207.745"],["19321.490","15217.237"],["11662.145","15708.713"],["19882.036","17128.266"],["19910.758","17066.114"],["19896.503","17168.927"],["19837.282","17021.003"],["19899.425","17092.654"],["19855.242","17046.181"],["19926.615","17111.229"],["19929.749","17069.782"],["19817.999","17107.472"],["19884.392","17034.236"],["19910.922","17075.875"],["19845.554","17040.450"],["19877.095","17165.806"],["19853.202","17027.742"],["19909.475","16993.855"],["19922.536","17092.618"],["19809.792","17096.935"],["19825.340","17053.695"],["19917.092","17134.252"],["19857.485","17111.251"],["19853.525","17093.186"],["19838.446","17020.588"],["19904.454","17010.097"],["16159.328","15320.496"],["16231.635","15490.097"],["16232.892","15381.970"],["16233.859","15449.393"],["16248.368","15491.426"],["16164.344","15308.159"],["16172.727","15324.018"],["16243.433","15500.691"],["16160.890","15308.556"],["16191.533","15485.138"],["16201.346","15331.087"],["16228.546","15457.321"],["16236.328","15491.674"],["16246.032","15502.029"],["16151.698","15450.241"],["16208.681","15351.797"],["16239.534","15435.696"],["16164.887","15296.235"],["16147.913","15319.638"],["16221.655","15474.298"],["16220.283","15424.941"],["16247.924","15482.690"],["16214.352","15480.657"],["29453.481","15921.677"],["29444.846","15893.783"],["23990.445","5904.830"],["24078.241","5916.011"],["24014.360","5896.737"],["24043.669","5956.242"],["24013.833","5923.360"],["23942.814","5915.548"],["24036.481","5940.024"],["24041.251","5941.411"],["23972.304","5944.020"],["5259.594","11053.960"],["25055.714","7026.612"],["18732.699","17474.599"],["18769.656","17489.595"],["18789.286","17410.091"],["18746.071","17458.365"],["21482.117","15337.770"],["21487.238","15408.367"],["21478.794","15343.154"],["21478.005","15350.619"],["16748.514","18320.135"],["16774.123","18292.687"],["16694.657","18427.213"],["16765.142","18328.244"],["16682.427","18452.743"],["16608.799","18371.501"],["16765.726","18424.603"],["16677.838","18433.321"],["16686.506","18438.325"],["16743.925","18325.453"],["16934.446","15387.976"],["16847.254","15494.749"],["16864.213","15472.820"],["16906.666","15370.965"],["16793.392","15490.577"],["16819.772","15423.381"],["16833.163","15435.806"],["16860.779","15427.990"],["16869.632","15358.658"],["16824.084","15322.553"],["16864.937","15303.366"],["16882.222","15365.139"],["16948.524","15471.063"],["16930.721","15420.066"],["16962.855","15334.393"],["16838.212","15437.705"],["16897.275","15456.115"],["16888.069","15364.636"],["16944.873","15310.835"],["16930.744","15488.751"],["16951.181","15451.743"],["16962.029","15424.474"],["16954.351","15355.119"],["14923.919","14055.219"],["14949.315","14168.500"],["14887.020","14187.518"],["15043.669","14149.059"],["15001.932","14150.196"],["15051.497","14049.716"],["15017.765","14049.174"],["15075.898","14166.577"],["14897.946","14085.494"],["14953.663","14198.752"],["14927.813","14144.589"],["15022.749","14175.780"],["15091.097","14135.549"],["15045.147","14058.844"],["14977.253","14072.795"],["15037.412","14154.801"],["15606.876","17838.248"],["15530.911","17833.674"],["15630.105","17886.939"],["15577.788","17910.151"],["15561.359","17953.242"],["15516.686","17942.608"],["15525.817","17879.822"],["15554.810","17920.392"],["15603.070","17859.540"],["15602.781","17871.238"],["15573.149","17895.948"],["15603.032","17918.449"],["15538.665","17975.207"],["15583.439","17845.911"],["15555.648","17838.513"],["15570.862","17847.844"],["15534.316","17873.756"],["15553.607","17910.085"],["15610.303","17890.952"],["15613.658","17890.721"],["15588.972","17920.390"],["15550.027","17978.329"],["15531.595","17898.492"],["15525.773","17895.222"],["15566.389","17927.097"],["15560.928","17930.532"],["15523.352","17991.738"],["15614.945","17871.993"],["15605.034","17878.505"],["15585.774","17864.797"],["15572.491","17889.308"],["15586.551","17916.219"],["15603.525","17897.871"],["15546.543","17955.521"],["15533.007","17966.586"],["13367.378","12534.884"],["13362.822","12536.784"],["13301.934","12477.761"],["13388.109","12453.039"],["5820.774","7812.486"],["5780.760","7745.798"],["5693.956","7872.890"],["5663.511","7887.323"],["19373.536","14238.509"],["14736.487","14085.187"],["14735.369","14090.109"],["14834.416","14231.135"],["30366.297","14781.265"],["30352.146","14861.755"],["20235.674","14087.244"],["20256.990","14082.114"],["20258.238","14040.274"],["20219.377","14074.682"],["20225.100","14121.724"],["17522.417","18564.744"],["17552.664","18621.127"],["17519.884","18524.364"],["17420.364","18625.095"],["17590.824","18470.323"],["17502.055","18580.318"],["17430.463","18614.509"],["17613.166","18579.166"],["17494.621","18609.368"],["17417.157","18606.086"],["7810.470","10141.731"],["7756.313","10155.922"],["7777.771","10099.362"],["7755.107","10090.900"],["7787.520","10132.904"],["14680.292","12844.424"],["14740.542","12917.175"],["14728.268","12929.405"],["14729.221","12936.985"],["14675.343","12865.395"],["14742.176","12906.162"],["19993.397","7893.231"],["20105.354","7813.776"],["20103.907","7828.227"],["20009.943","7747.996"],["20045.272","7795.923"],["20112.739","7763.966"],["20107.032","7757.674"],["19993.183","7789.747"],["20103.496","7768.343"],["20119.992","7736.799"],["19999.121","7795.725"],["20091.028","7781.786"],["20040.469","7792.026"],["20121.719","7815.742"],["20022.969","7808.277"],["20054.778","7804.709"],["20120.880","7806.972"],["20046.259","7824.363"],["20067.278","7769.268"],["20024.022","7800.498"],["20003.035","7767.005"],["19998.989","7776.700"],["20028.134","7825.453"],["20088.298","7730.110"],["6480.751","15811.098"],["6469.805","15800.732"],["15166.001","16200.861"],["15121.034","16272.455"],["15113.880","16352.269"],["15124.160","16303.417"],["19127.751","13611.982"],["7112.321","14994.545"],["7098.578","15026.826"],["7109.436","15002.194"],["7104.310","15020.373"],["7105.029","14975.885"],["17791.863","18134.600"],["17654.473","18134.744"],["17780.777","18138.679"],["17631.397","18133.654"],["17810.350","18151.231"],["17818.442","18182.015"],["27119.297","15386.807"],["27155.382","15443.867"],["27126.853","15473.693"],["27101.550","15425.981"],["27121.804","15450.439"],["27165.902","15477.412"],["27260.434","15461.480"],["27124.769","15354.932"],["27122.659","15455.889"],["27094.790","15448.723"],["27150.843","15456.394"],["22928.701","15915.705"],["22950.224","15884.781"],["23004.441","15831.848"],["22970.438","15765.621"],["22886.480","15852.666"],["22995.323","15902.750"],["22940.213","15913.483"],["22887.056","15901.320"],["22982.543","15890.429"],["22944.128","15846.415"],["22941.057","15805.908"],["23016.046","15894.657"],["22979.714","15767.933"],["22720.226","16766.473"],["22720.111","16770.238"],["22717.189","16751.538"],["22732.150","16765.928"],["22746.608","16763.930"],["19563.688","14528.054"],["19536.969","14482.310"],["19691.284","14544.744"],["19565.975","14585.321"],["19514.847","14466.868"],["19684.442","14577.098"],["19604.790","14609.895"],["21954.813","14017.050"],["21987.231","13997.166"],["5217.820","8235.609"],["5278.385","8253.095"],["5282.497","8176.867"],["5340.486","8249.431"],["5290.654","8130.178"],["5405.451","8111.984"],["5293.853","8309.136"],["5405.793","8185.926"],["5397.978","8274.814"],["30494.762","14331.655"],["31768.908","13258.581"],["31879.613","13237.018"],["31785.191","13240.794"],["31885.633","13270.858"],["31793.431","13264.048"],["31890.288","13227.076"],["31858.988","13273.104"],["3833.202","12555.859"],["3736.208","12634.489"],["3731.267","12550.459"],["3727.275","12663.714"],["2274.287","11374.129"],["27124.665","15678.663"],["27100.586","15713.279"],["27143.759","15641.255"],["27102.099","15695.690"],["28525.612","16230.179"],["28428.771","16150.323"],["28357.664","16195.211"],["28360.038","16268.229"],["28544.230","16194.209"],["28416.632","16156.847"],["28494.773","16226.777"],["28405.333","16150.142"],["28551.697","16195.134"],["20734.364","11715.329"],["20772.851","11706.509"],["14506.325","8369.885"],["14550.070","8503.007"],["14611.150","8502.939"],["15739.326","18028.076"],["15774.798","18006.066"],["15902.252","18038.297"],["15834.841","17984.825"],["15916.762","17859.891"],["15747.923","17987.866"],["15883.478","17951.086"],["15833.406","17914.178"],["15784.249","17964.197"],["15769.370","18043.605"],["15925.052","17862.699"],["15792.785","17974.701"],["15826.629","17906.565"],["15877.244","17901.061"],["15911.357","17914.697"],["15896.768","18014.782"],["14964.553","9364.071"],["20551.622","11884.057"],["20542.823","11818.342"],["16097.792","18517.490"],["16096.937","18558.679"],["16067.085","18592.965"],["16106.183","18549.449"],["16067.137","18546.591"],["16066.098","18550.966"],["16077.302","18520.464"],["16084.374","18541.389"],["16085.788","18562.892"],["16063.453","18527.533"],["16051.986","18506.375"],["23735.371","16805.246"],["23838.759","16884.661"],["23821.644","16778.770"],["23733.115","16777.737"],["14534.883","9171.805"],["14524.712","9193.733"],["14561.254","9313.489"],["25580.054","17182.614"],["25553.191","17149.761"],["25544.615","17134.234"],["25561.683","17155.628"],["25499.194","17095.277"],["25503.348","17172.797"],["25580.017","17137.156"],["25564.545","17163.522"],["25504.770","17108.357"],["25538.924","17145.943"],["25617.024","17154.580"],["25570.367","17176.585"],["25526.694","17095.623"],["25528.578","17159.139"],["19993.102","16035.488"],["20014.747","16026.141"],["19994.974","15947.107"],["19979.645","15931.335"],["20001.819","16019.155"],["24366.919","16830.529"],["24436.117","16807.349"],["24455.542","16799.752"],["24419.588","16807.465"],["24471.613","16803.307"],["24521.596","16816.288"],["24359.735","16817.203"],["24374.732","16839.001"],["24472.351","16845.285"],["19920.191","6521.018"],["19913.908","6622.768"],["19925.684","6615.122"],["19892.822","6594.791"],["19912.477","6613.652"],["19882.460","6538.755"],["19929.993","6540.787"],["19897.411","6596.476"],["19895.388","6572.116"],["18213.855","13330.503"],["18234.694","13310.892"],["18154.691","13203.054"],["16720.640","15100.068"],["16675.849","15254.379"],["16767.279","15245.390"],["16681.683","15124.032"],["16688.168","15277.649"],["16766.108","15142.083"],["16685.344","15173.244"],["16693.908","15151.957"],["16606.265","15188.461"],["16608.715","15250.499"],["16680.823","15233.397"],["16735.286","15251.555"],["16636.598","15247.871"],["16594.418","15189.606"],["16750.503","15290.642"],["16678.756","15131.480"],["16681.009","15151.397"],["16578.355","15293.978"],["16697.889","15169.728"],["16748.773","15252.315"],["16645.924","15260.274"],["17931.185","14482.705"],["17997.138","14461.441"],["17949.869","14498.428"],["18005.789","14474.356"],["17986.593","14579.018"],["17955.906","14464.225"],["18023.536","14481.491"],["17973.389","14457.090"],["18005.938","14477.130"],["18011.637","14555.142"],["17952.704","14480.874"],["17979.261","14473.275"],["18007.650","14572.046"],["15747.315","17580.043"],["15735.982","17513.601"],["15779.691","17540.204"],["15754.097","17427.905"],["15778.297","17435.293"],["15828.669","17438.308"],["15804.278","17474.815"],["15736.025","17453.422"],["15748.097","17458.558"],["15753.473","17485.809"],["15732.825","17601.744"],["15731.376","17512.791"],["15774.461","17540.650"],["15762.849","17541.442"],["15819.991","17430.366"],["15772.705","17437.159"],["15793.554","17462.842"],["15821.218","17435.402"],["15811.663","17480.530"],["10235.629","15676.193"],["10221.942","15694.854"],["10247.229","15690.106"],["10237.921","15648.070"],["10130.969","15696.282"],["10076.913","15712.046"],["10067.022","15694.179"],["10074.730","15512.402"],["10240.402","15604.533"],["32040.060","12895.744"],["32111.941","12928.007"],["32074.385","12861.442"],["31974.564","12917.518"],["32000.586","12901.859"],["32129.753","12891.888"],["31991.046","12900.224"],["15547.098","14829.469"],["15724.101","14870.880"],["15520.042","14781.972"],["15533.424","14797.362"],["15657.114","14785.476"],["15535.086","14695.292"],["15552.262","14822.153"],["15573.808","14865.881"],["15529.532","14857.958"],["15707.340","14792.395"],["15551.353","14702.939"],["15647.743","14845.404"],["15694.326","14673.866"],["15653.106","14691.098"],["15656.336","14698.098"],["19783.780","14752.675"],["19932.781","14684.626"],["19848.076","14717.793"],["19842.150","14779.140"],["19799.818","14735.940"],["19817.390","14849.423"],["19832.438","14840.712"],["19811.116","14774.631"],["19900.667","14716.183"],["19926.744","14664.478"],["19849.935","14753.681"],["19863.022","14776.712"],["19811.874","14742.248"],["19791.946","14835.385"],["19821.682","14826.277"],["19791.955","14783.136"],["19902.575","14687.248"],["9176.037","16604.582"],["9160.475","16597.398"],["9166.874","16603.225"],["9187.872","16603.958"],["9183.584","16608.163"],["24791.845","16862.201"],["24850.668","16869.950"],["24840.142","16887.126"],["24791.533","16874.175"],["24964.103","16814.819"],["24855.421","16881.363"],["24785.743","16886.446"],["24916.678","16789.193"],["24843.037","16883.774"],["16183.496","14631.854"],["16338.833","14554.347"],["16331.432","14563.742"],["16307.720","14594.769"],["16153.924","14638.983"],["16182.164","14659.402"],["16245.742","14660.867"],["16314.607","14586.451"],["16330.006","14596.537"],["16178.101","14654.480"],["16256.968","14661.048"],["16231.844","14646.102"],["16344.492","14588.978"],["16316.947","14595.265"],["16153.053","14637.876"],["16156.621","14627.345"],["16173.545","14619.022"],["16279.088","14579.721"],["16282.735","14586.770"],["16285.881","14639.064"],["16296.451","14630.498"],["16264.057","14621.585"],["16175.769","14571.707"],["16352.402","14552.134"],["16339.015","14564.040"],["16342.469","14595.138"],["16325.746","14627.982"],["16339.347","14636.017"],["16301.371","14595.447"],["7859.500","11913.844"],["7878.730","12012.361"],["7855.881","12061.363"],["7874.877","11984.072"],["7867.558","11992.429"],["7853.908","12062.618"],["7825.520","12043.130"],["19095.531","14456.782"],["16772.000","15783.831"],["16654.799","15791.580"],["16653.570","15850.852"],["16775.604","15816.461"],["16583.182","15827.270"],["16749.115","15779.787"],["16724.060","15720.759"],["16758.933","15906.920"],["16627.276","15720.556"],["16626.987","15735.181"],["16629.714","15843.447"],["16641.366","15836.104"],["16728.050","15742.923"],["16674.253","15873.902"],["16710.374","15898.559"],["16750.012","15810.185"],["16595.231","15719.368"],["16641.798","15788.089"],["16663.692","15776.564"],["28988.269","16017.134"],["17640.000","16840.318"],["17621.334","16888.845"],["17686.903","16969.246"],["17733.356","16869.664"],["17653.506","16789.721"],["17669.938","16812.675"],["17737.485","16888.095"],["17754.387","16954.184"],["17824.447","16924.516"],["17678.614","16931.244"],["17714.541","16828.871"],["17643.004","16975.356"],["17766.118","16950.725"],["17674.751","16808.706"],["17655.458","16796.412"],["17756.916","16822.270"],["17733.022","16935.290"],["17805.565","16920.900"],["17638.752","16846.169"],["17643.120","16947.182"],["17640.818","16949.675"],["17739.716","16940.427"],["17734.425","16855.328"],["17647.785","16800.802"],["17668.920","16809.157"],["17677.158","16797.422"],["17682.607","16810.154"],["17653.486","16792.836"],["17658.262","16799.869"],["17682.566","16796.368"],["17666.932","16813.247"],["17753.791","16827.525"],["17748.604","16825.503"],["17763.416","16822.424"],["15010.680","13718.986"],["15040.187","13810.233"],["15013.701","13680.522"],["15093.222","13686.783"],["14976.795","13678.250"],["15057.735","13627.953"],["15027.654","13738.210"],["15083.838","13608.513"],["15091.138","13617.443"],["15077.088","13729.582"],["15058.469","13714.132"],["15011.579","13668.581"],["15059.624","13766.237"],["14992.506","13747.722"],["15011.782","13781.942"],["16379.992","13232.596"],["16361.796","13212.085"],["16446.260","13187.160"],["16360.094","13220.185"],["16360.176","13207.287"],["16366.068","13257.536"],["16393.407","13330.082"],["16457.135","13291.661"],["16498.070","13304.478"],["16462.274","13236.004"],["16426.522","13188.723"],["16389.920","13295.251"],["16442.266","13315.855"],["16403.866","13387.542"],["16495.356","13334.965"],["16470.169","13251.215"],["16454.746","13183.686"],["16422.381","13332.173"],["16356.958","13384.025"],["16503.063","13213.158"],["16418.134","13186.510"],["11897.218","16323.922"],["6724.854","15892.072"],["26078.272","16932.813"],["26128.015","16899.496"],["26083.650","16940.855"],["26205.194","16909.176"],["26080.838","16929.097"],["26118.245","16931.073"],["26097.466","16915.538"],["20685.207","13383.340"],["20566.811","14878.604"],["20504.867","14911.892"],["20505.103","14878.133"],["20382.988","14982.295"],["20498.482","14898.298"],["20499.600","14898.942"],["22495.825","10302.442"],["25492.449","15836.049"],["25538.633","15902.754"],["25604.587","15804.439"],["25601.807","15910.764"],["17785.338","18601.521"],["17798.479","18567.847"],["17786.226","18599.969"],["17680.528","18514.847"],["17755.321","18584.015"],["30477.407","15067.310"],["7140.811","7857.135"],["7172.191","7788.251"],["7171.823","7742.864"],["7220.044","7747.220"],["7211.698","7711.325"],["7160.382","7877.766"],["15359.114","14299.432"],["15401.346","14244.243"],["15467.766","14315.086"],["15367.432","14264.302"],["15419.244","14367.390"],["15479.609","14343.471"],["17720.280","15284.099"],["17764.510","15253.605"],["17736.388","15239.844"],["15515.450","12479.684"],["15581.751","12521.557"],["15707.195","12356.259"],["15534.821","12415.870"],["15515.072","12471.592"],["15615.924","12526.469"],["15643.297","12364.417"],["15529.536","12444.764"],["15548.058","12462.598"],["15553.511","12540.335"],["15618.676","12345.253"],["15535.962","12476.520"],["15714.161","12435.696"],["15690.222","12418.191"],["15679.876","12380.999"],["15635.468","12378.340"],["15534.207","12439.000"],["15547.644","12350.446"],["23362.485","17312.972"],["23408.092","17285.293"],["23357.987","17397.145"],["23440.381","17300.018"],["23323.962","17309.513"],["23444.853","17333.656"],["23355.014","17267.240"],["23373.680","17306.172"],["23360.602","17307.796"],["23325.738","17294.335"],["23420.838","17300.193"],["22962.291","16149.168"],["22949.096","16232.984"],["22962.916","16154.470"],["23016.223","16175.298"],["22942.715","16345.636"],["22894.343","16220.630"],["18559.106","14438.094"],["18507.359","14249.655"],["18476.680","14372.774"],["18467.888","14414.554"],["18565.793","14443.896"],["18497.096","14247.541"],["18487.589","14247.904"],["18473.832","14294.244"],["24649.708","8912.281"],["24723.984","8920.324"],["24667.159","8935.452"],["24569.397","8937.297"],["24642.751","8910.316"],["24629.642","8920.043"],["24702.669","8913.041"],["7110.080","8095.281"],["7213.478","8083.100"],["7135.818","8010.723"],["22517.029","15267.849"],["18078.869","18790.765"],["18094.028","18766.774"],["18097.652","18711.756"],["16497.160","15508.549"],["16406.833","15521.873"],["16398.311","15530.456"],["16390.709","15515.122"],["16449.698","15594.474"],["16478.196","15510.234"],["16404.988","15547.301"],["16503.412","15521.948"],["16555.107","15622.647"],["16485.713","15521.844"],["16422.060","15514.411"],["16434.215","15542.033"],["16521.626","15582.624"],["16504.202","15570.602"],["16510.080","15578.677"],["16446.014","15603.904"],["16473.481","15581.509"],["16486.321","15511.390"],["16453.090","15533.777"],["16428.811","15522.563"],["16433.847","15508.095"],["16422.538","15524.725"],["16430.516","15523.747"],["15257.945","16959.009"],["15141.544","16902.863"],["15124.500","16942.939"],["15094.885","16859.921"],["15096.278","16975.584"],["15094.504","16985.758"],["15239.590","16940.826"],["15095.708","16782.693"],["15146.560","16897.248"],["15250.659","16940.942"],["15213.521","16919.682"],["15111.293","16812.796"],["15135.191","16932.716"],["15104.123","16941.777"],["15126.754","16934.104"],["15137.333","16896.257"],["15154.938","16887.393"],["13565.490","13203.884"],["13613.817","13248.462"],["16259.340","18320.879"],["16166.623","18337.724"],["16313.764","18310.260"],["16167.528","18354.107"],["16251.449","18260.318"],["16150.768","18361.357"],["16290.150","18291.664"],["16333.702","18388.691"],["16355.598","18315.253"],["16351.651","18442.008"],["16165.920","18267.838"],["16154.078","18447.335"],["16228.091","18395.526"],["16313.077","18259.096"],["16328.192","18298.171"],["16256.400","18405.487"],["16310.023","18312.842"],["16305.121","18432.842"],["16341.618","18337.994"],["16332.095","18325.113"],["16336.865","18361.694"],["16289.866","18272.704"],["16185.936","18390.737"],["16266.153","18368.526"],["4798.259","9517.218"],["4843.221","9483.783"],["4852.227","9390.045"],["18931.292","15957.677"],["5407.793","9165.806"],["27684.786","17488.812"],["20106.513","12735.804"],["20015.690","12701.419"],["19970.671","12606.505"],["20114.062","12631.329"],["20122.384","12751.345"],["20029.144","12627.761"],["20028.717","12649.314"],["20100.526","12757.456"],["16495.960","15869.729"],["16365.691","15923.684"],["16477.938","15912.068"],["16465.196","15846.070"],["16459.408","15921.785"],["16398.964","15900.646"],["16366.399","15884.081"],["16359.900","15743.373"],["16543.925","15869.277"],["16405.114","15800.620"],["16396.133","15827.276"],["16508.156","15839.751"],["16525.787","15798.579"],["16358.941","15868.067"],["16381.185","15894.750"],["16361.975","15757.665"],["16380.555","15762.074"],["16406.500","15773.665"],["16395.368","15757.788"],["16436.557","15741.982"],["7764.868","8836.940"],["23524.865","16865.430"],["23672.823","16868.625"],["23709.611","16781.552"],["23597.859","16828.720"],["23674.944","16871.713"],["23613.303","16858.497"],["23665.504","16845.718"],["23681.311","16795.115"],["21674.293","14582.073"],["21698.762","14654.912"],["21752.692","14551.404"],["21704.048","14651.168"],["21633.192","14561.982"],["21656.546","14486.070"],["21708.257","14478.902"],["21731.228","14516.540"],["21628.685","14515.707"],["21646.448","14488.440"],["21805.692","14624.113"],["21675.757","14557.598"],["21652.714","14485.558"],["21680.933","14659.223"],["21725.505","14559.678"],["21655.216","14634.851"],["21652.714","14585.773"],["21713.947","14518.077"],["21773.153","14571.800"],["21649.426","14610.243"],["21695.559","14553.915"],["21644.852","14501.182"],["19487.299","15350.526"],["19489.771","15360.573"],["19503.242","15311.545"],["19489.026","15352.640"],["2482.667","11090.175"],["2631.503","11152.333"],["2560.647","11136.031"],["20821.920","7458.148"],["20864.640","7268.556"],["20970.046","7370.517"],["20960.282","7381.769"],["20800.989","7384.344"],["20801.877","7336.912"],["20827.847","7415.442"],["20819.027","7421.302"],["20944.027","7407.264"],["20941.729","7365.039"],["20794.032","7399.488"],["20791.400","7374.533"],["20796.828","7418.249"],["5318.972","8004.328"],["5267.304","7902.986"],["5199.966","7958.322"],["5265.955","8010.735"],["5389.810","8006.224"],["5304.239","8066.822"],["5294.715","7978.322"],["5386.466","8075.827"],["21639.093","16011.727"],["21650.588","15971.275"],["21643.797","15996.054"],["21647.249","15969.606"],["21671.199","15987.566"],["21648.697","15972.959"],["21655.541","15998.234"],["21649.371","15969.458"],["18582.528","18050.417"],["18636.896","18195.760"],["18498.619","18221.592"],["18619.699","18067.180"],["18597.357","18201.656"],["18466.801","18044.113"],["18491.300","18165.258"],["18576.936","18053.456"],["18476.712","18238.867"],["18611.607","18084.307"],["18562.176","18162.185"],["18649.387","18115.950"],["18611.485","18248.741"],["20572.000","8596.088"],["20570.471","8630.076"],["15308.273","17465.132"],["15355.108","17495.979"],["15351.214","17532.088"],["15342.387","17554.237"],["15322.293","17575.592"],["15438.497","17566.807"],["15442.462","17605.741"],["15505.787","17516.032"],["15348.035","17613.802"],["15425.209","17612.491"],["15449.796","17552.990"],["15419.812","17498.110"],["15437.236","17452.439"],["15393.097","17489.525"],["15352.710","17557.293"],["15346.203","17424.945"],["15329.360","17412.612"],["15389.299","17429.875"],["15510.983","17539.661"],["15316.253","17470.352"],["15314.391","17513.052"],["15336.326","17486.631"],["15364.483","17471.966"],["15359.437","17519.586"],["15355.835","17512.088"],["15347.930","17546.260"],["15345.528","17541.669"],["15311.306","17569.877"],["15314.497","17578.416"],["15443.480","17576.469"],["15455.997","17555.693"],["15364.004","17616.530"],["15366.406","17616.233"],["15409.370","17582.169"],["15424.617","17591.583"],["15450.092","17528.861"],["15449.994","17544.550"],["15428.611","17510.116"],["15441.292","17517.152"],["15439.637","17471.894"],["15448.140","17481.357"],["15400.400","17459.384"],["15407.390","17476.032"],["15362.471","17535.697"],["15370.102","17543.839"],["15381.509","17567.599"],["15384.733","17548.111"],["15401.870","17451.233"],["15340.513","17443.855"],["15325.746","17420.357"],["15328.538","17421.613"],["15334.624","17413.289"],["15370.702","17421.459"],["15355.028","17433.466"],["15315.539","17424.750"],["5467.141","9121.702"],["5498.775","9043.444"],["5527.830","8991.856"],["21755.606","15313.731"],["21721.515","15319.065"],["21688.063","15343.741"],["21767.910","15496.808"],["21819.508","15296.572"],["21752.218","15317.397"],["21736.778","15319.297"],["21680.728","15357.020"],["21761.512","15495.107"],["21806.695","15302.485"],["21758.386","15317.678"],["21713.144","15321.939"],["21678.803","15337.333"],["21742.433","15502.655"],["21805.050","15302.039"],["21756.347","15309.751"],["21678.063","15337.928"],["21744.210","15501.086"],["14741.759","16820.464"],["14706.671","16820.623"],["14696.625","16814.537"],["14761.733","16814.965"],["14774.683","16827.035"],["14739.474","16788.590"],["14717.246","16798.988"],["14712.000","16831.986"],["14677.143","16806.248"],["14761.996","16822.595"],["14779.841","16788.888"],["14798.757","16785.508"],["14681.391","16820.680"],["14690.766","16823.670"],["15657.936","12976.077"],["15610.330","13131.287"],["15642.802","13066.195"],["15571.159","12986.447"],["15562.093","13057.640"],["15521.018","13049.248"],["15600.196","13149.538"],["15642.804","12975.333"],["15637.243","13094.156"],["15583.396","12988.016"],["18237.697","13598.862"],["18182.714","13556.831"],["14759.256","14917.770"],["14762.719","15032.245"],["14823.872","15064.463"],["14863.148","14981.750"],["14686.811","14910.548"],["14728.133","15027.679"],["14772.189","15051.072"],["14817.109","15037.891"],["14673.347","14882.002"],["14859.628","14986.341"],["14720.479","14976.609"],["14691.637","14984.161"],["14270.037","8932.667"],["14326.059","8915.022"],["14323.040","8922.114"],["16291.623","15394.532"],["16295.514","15318.660"],["16335.264","15362.755"],["16236.952","15340.416"],["16323.155","15392.098"],["16246.508","15428.958"],["16343.525","15503.404"],["16299.238","15408.504"],["16244.780","15454.563"],["16342.469","15464.302"],["16332.419","15376.710"],["16257.396","15334.157"],["16306.037","15382.998"],["16355.736","15406.882"],["16329.710","15473.000"],["16339.821","15466.086"],["16333.155","15430.600"],["16331.413","15390.223"],["16330.043","15343.298"],["16267.001","15338.104"],["16295.166","15373.931"],["16269.024","15439.049"],["16332.670","15491.348"],["16266.105","15450.473"],["16266.198","15314.819"],["16282.733","15428.062"],["16294.635","15486.725"],["16306.077","15457.207"],["16306.813","15324.622"],["16354.248","15384.853"],["16264.275","15311.451"],["16355.178","15430.055"],["16353.587","15382.226"],["16354.717","15340.009"],["16278.696","15368.063"],["16261.541","15348.410"],["16252.791","15364.628"],["16300.083","15375.847"],["16305.741","15374.509"],["16293.899","15398.489"],["16354.174","15418.872"],["16342.841","15414.149"],["16264.238","15463.624"],["16331.453","15483.537"],["16338.279","15476.518"],["16266.278","15423.401"],["16239.701","15373.035"],["8550.070","18870.858"],["8476.180","18839.128"],["8547.488","18844.285"],["8476.723","18822.315"],["8490.572","18835.726"],["8372.860","18863.840"],["8565.443","18773.042"],["8530.432","18858.472"],["8472.562","18828.129"],["27524.521","6909.034"],["27676.939","6980.495"],["27643.880","7024.690"],["4500.197","12031.724"],["4449.039","11995.246"],["15049.661","12168.557"],["27827.055","15771.433"],["27786.710","15775.827"],["27789.752","15828.593"],["27823.996","15775.116"],["28167.059","16908.087"],["28221.832","16927.483"],["28177.964","16891.951"],["28226.947","16894.452"],["28182.306","16897.682"],["28217.769","16892.702"],["28176.286","16888.169"],["28211.931","16902.528"],["27531.738","15797.651"],["27528.712","15807.312"],["27539.946","15813.621"],["21012.872","15090.880"],["21069.911","15246.281"],["21013.745","15146.807"],["21033.085","15212.612"],["21068.973","15238.981"],["21033.677","15210.036"],["21163.058","15294.372"],["21062.046","15087.213"],["21071.325","15224.712"],["21026.407","15222.109"],["21148.824","15094.491"],["21056.782","15092.465"],["21068.397","15231.715"],["21024.568","15186.379"],["21000.571","15167.534"],["21013.430","15217.666"],["21159.947","15266.947"],["26842.610","15288.961"],["26827.847","15278.670"],["26828.705","15403.301"],["26864.732","15442.223"],["26749.426","15423.602"],["26794.001","15462.393"],["26835.169","15462.987"],["26859.962","15329.176"],["26751.247","15352.572"],["26749.196","15420.497"],["26879.659","15434.515"],["26779.684","15372.060"],["30440.759","15243.408"],["11323.541","16621.402"],["11426.233","16724.414"],["11502.506","16633.786"],["11470.575","16658.227"],["11412.888","16680.937"],["21275.967","14163.979"],["21336.151","14129.493"],["21245.737","14140.445"],["21264.668","14165.730"],["21384.113","14143.995"],["21334.671","14167.825"],["21279.832","14147.183"],["21343.455","14189.329"],["21294.326","14144.984"],["21373.291","14185.679"],["21305.461","14156.826"],["6348.046","8890.394"],["16361.860","13158.429"],["16402.131","13161.049"],["16457.639","13150.440"],["16507.277","13145.981"],["16406.046","13153.700"],["16514.580","13142.694"],["16368.110","13134.481"],["16386.317","13154.514"],["16443.332","13130.083"],["16444.171","13175.319"],["16454.564","13159.077"],["16454.333","13155.642"],["16452.508","13128.656"],["16454.201","13126.520"],["16488.540","13165.527"],["16522.620","12986.157"],["16479.813","13016.410"],["16433.216","13079.968"],["16457.310","13158.840"],["16491.454","13006.356"],["16476.353","13063.796"],["16397.476","13139.324"],["16530.225","13163.318"],["16452.474","13147.907"],["16527.490","13000.295"],["16444.287","13037.566"],["16410.963","13137.177"],["16375.753","13133.675"],["18490.517","14228.334"],["18598.598","14129.533"],["18486.574","14088.699"],["18584.354","14193.843"],["18522.874","14161.919"],["18483.197","14154.436"],["18534.399","14221.018"],["18622.496","14116.651"],["18482.429","14124.570"],["19759.336","14406.934"],["19734.205","14376.942"],["19765.265","14383.389"],["19748.580","14391.558"],["12189.903","16636.680"],["12153.700","16661.487"],["12180.691","16565.495"],["12214.599","16588.003"],["27266.430","11692.303"],["27285.673","11692.237"],["22270.521","6235.575"],["22261.508","6400.150"],["22262.298","6275.492"],["22352.001","6323.370"],["22263.054","6334.105"],["22342.610","6388.639"],["22339.633","6413.015"],["22335.850","6270.752"],["22432.859","6225.054"],["21300.499","6510.586"],["21212.197","6581.794"],["21311.420","6545.120"],["21255.285","6503.716"],["21283.278","6533.361"],["21250.174","6619.465"],["21357.357","6475.178"],["21255.318","6480.842"],["7112.633","7804.541"],["26912.519","15550.889"],["26945.084","15523.936"],["16384.666","12762.677"],["16399.732","12781.554"],["13091.618","12432.247"],["13104.776","12437.235"],["32165.072","10703.120"],["32162.375","10814.077"],["32243.281","10817.268"],["32243.760","10666.030"],["32182.009","10750.551"],["32234.005","10800.984"],["32197.017","10846.077"],["32169.546","10800.898"],["32200.590","10705.451"],["32256.704","10696.599"],["32194.673","10785.762"],["32165.105","10803.325"],["32214.762","10777.763"],["32220.393","10695.294"],["32255.454","10691.166"],["30506.495","14041.485"],["28192.079","15729.913"],["28240.152","15738.154"],["28237.407","15780.301"],["28171.576","15867.925"],["28237.819","15763.258"],["31804.322","11244.648"],["31870.401","11141.141"],["31766.493","11132.024"],["31728.956","11146.080"],["31746.563","11087.627"],["31741.151","11191.101"],["31855.154","11067.846"],["31744.071","11155.014"],["31917.161","11083.090"],["19116.397","17285.455"],["19250.756","17237.930"],["19158.815","17281.805"],["19290.016","17239.532"],["19244.781","17223.999"],["19135.986","17258.965"],["19138.436","17218.188"],["19246.595","17255.734"],["14626.379","19218.861"],["14628.320","19202.346"],["14672.349","19177.788"],["14664.241","19131.529"],["27329.441","11645.365"],["27355.119","11653.259"],["27331.194","11683.989"],["27331.201","11646.389"],["27338.300","11691.900"],["27328.612","11686.450"],["27331.244","11682.239"],["27789.965","10914.085"],["19566.266","5547.085"],["19557.303","5569.083"],["19521.776","5466.870"],["17486.341","13345.117"],["17438.038","13299.967"],["17501.061","13327.356"],["17529.647","13321.493"],["17466.920","13330.289"],["19987.951","15907.718"],["20005.434","15868.717"],["20065.726","15904.160"],["20023.980","15829.061"],["20055.466","15868.886"],["19990.726","15836.065"],["19988.116","15749.576"],["20042.229","15829.302"],["19949.934","15869.851"],["19974.112","15725.791"],["20033.542","15874.022"],["20038.637","15907.727"],["20059.509","15905.002"],["19985.368","15859.416"],["19974.793","15758.913"],["8918.305","11717.518"],["8946.547","11731.838"],["8913.874","11733.094"],["8912.646","11724.051"],["8958.632","11703.799"],["18423.166","18030.653"],["15699.792","15099.548"],["15700.358","15222.071"],["15642.671","15229.363"],["15650.473","15256.051"],["15638.611","15175.941"],["15577.118","15157.791"],["15531.143","15156.646"],["15541.311","15110.001"],["15674.428","15087.172"],["15707.176","15097.879"],["15724.547","15248.241"],["15702.184","15212.773"],["15659.595","15224.656"],["15629.092","15262.162"],["15629.105","15176.122"],["15606.460","15145.305"],["15530.930","15158.496"],["15541.919","15126.946"],["15675.226","15254.293"],["15723.830","15094.582"],["15708.936","15093.107"],["15679.924","15219.850"],["15628.829","15254.284"],["15599.927","15180.598"],["15602.019","15158.121"],["15533.380","15165.184"],["15536.179","15102.949"],["15583.160","15271.402"],["15593.115","15294.564"],["15595.090","15291.187"],["15700.080","15116.977"],["15658.425","15084.430"],["15705.318","15090.068"],["15681.354","15095.848"],["15719.335","15124.230"],["15721.538","15284.674"],["15698.763","15219.280"],["15697.513","15217.530"],["15646.766","15214.301"],["15674.414","15200.709"],["15654.661","15205.944"],["15654.437","15290.700"],["15655.309","15267.364"],["15607.921","15163.207"],["15633.858","15181.870"],["15603.003","15160.383"],["15580.868","15154.917"],["15585.506","15158.699"],["15598.401","15136.089"],["15551.571","15171.031"],["15535.041","15170.486"],["15529.005","15152.088"],["15522.808","15101.380"],["26647.683","15465.485"],["26616.637","15493.283"],["26627.722","15503.737"],["28174.516","16555.083"],["28343.199","8762.123"],["28333.523","8768.198"],["22351.577","16326.763"],["22305.552","16329.269"],["22342.120","16318.357"],["22326.177","16333.332"],["22351.873","16308.795"],["22311.013","16334.603"],["22355.130","16331.371"],["22302.608","16333.299"],["20963.509","7012.717"],["20974.315","6997.870"],["20986.125","7000.892"],["20971.026","7050.818"],["20804.741","7032.041"],["20945.730","6968.902"],["20941.059","6989.943"],["20782.521","6988.804"],["20784.576","6969.613"],["20810.251","6973.246"],["20980.467","7016.103"],["20927.753","7005.979"],["20936.552","7033.527"],["20910.909","6987.532"],["20813.096","6976.203"],["20805.251","6961.454"],["20856.320","7033.577"],["25280.856","16532.410"],["25261.186","16514.988"],["25218.455","16408.760"],["25250.360","16487.670"],["25256.860","16530.841"],["25253.769","16494.856"],["25242.517","16453.368"],["25310.524","16430.973"],["20303.559","7084.010"],["20349.628","7065.067"],["20341.684","7053.671"],["15513.296","15356.661"],["15367.945","15502.053"],["15384.856","15460.603"],["15365.415","15461.693"],["15404.524","15501.722"],["15304.810","15416.652"],["15334.633","15355.419"],["15342.054","15298.968"],["15363.247","15309.111"],["15371.725","15369.007"],["15398.339","15437.757"],["15343.124","15404.341"],["15304.213","15393.217"],["15445.363","15475.890"],["15447.053","15451.267"],["16803.283","17600.578"],["15074.196","16978.769"],["15080.134","16915.597"],["15077.190","16803.958"],["15065.298","16972.493"],["15068.698","16777.018"],["14460.426","15364.144"],["14437.615","15412.994"],["14409.842","15314.681"],["14433.774","15354.082"],["14387.541","15401.176"],["14449.024","14530.574"],["14382.255","14550.042"],["14451.246","14658.369"],["14381.744","14645.180"],["14461.507","14530.194"],["14431.120","14528.952"],["14255.362","14636.536"],["26285.928","16053.298"],["26350.541","16023.822"],["26436.048","16072.776"],["26438.342","15977.413"],["26343.262","15956.182"],["26252.047","16000.234"],["26389.768","15990.197"],["26395.395","16078.849"],["26393.879","16137.560"],["26263.593","16005.040"],["26328.238","16024.664"],["26392.155","16073.185"],["26413.237","16137.973"],["26439.279","15937.677"],["26461.730","15971.880"],["26264.958","16051.217"],["26362.449","16018.075"],["26446.954","16113.547"],["26279.314","15947.825"],["26304.693","15959.270"],["28162.840","17317.471"],["28226.846","17282.055"],["28264.697","17327.213"],["28156.048","17348.536"],["28219.346","17266.596"],["28280.585","17323.861"],["28156.656","17369.329"],["28253.557","17261.840"],["28289.943","17321.516"],["28170.620","17367.776"],["28231.172","17274.292"],["28294.138","17281.730"],["20596.119","14005.816"],["20634.244","14027.071"],["5173.657","10734.875"],["28735.428","15929.644"],["28646.533","15775.808"],["28666.384","15875.163"],["28723.717","15929.479"],["28696.385","15886.179"],["28293.065","16151.592"],["28319.868","16225.220"],["28273.427","16179.238"],["28334.281","16245.058"],["28307.138","16234.782"],["28267.523","16171.096"],["28334.051","16241.276"],["28354.638","16170.769"],["28298.279","16178.396"],["28344.939","16281.111"],["11183.559","16210.762"],["11136.800","16337.127"],["11193.736","16324.799"],["11206.673","16277.008"],["20335.593","14637.461"],["20264.012","14598.007"],["20351.743","14649.116"],["20333.931","14616.156"],["20336.760","14622.828"],["17986.629","16882.408"],["17967.388","16976.788"],["17895.326","16813.356"],["17838.536","16980.637"],["17890.636","16858.602"],["17856.747","16934.397"],["17881.048","16782.039"],["17960.211","16840.770"],["17836.009","16924.649"],["17986.793","16984.268"],["18016.718","16830.644"],["17932.692","16874.555"],["17872.001","16888.379"],["17940.455","16877.099"],["17848.554","16788.603"],["17946.262","16967.287"],["17956.247","16891.422"],["18010.691","16984.632"],["17896.642","16822.687"],["17885.186","16790.705"],["17875.406","16852.904"],["17877.462","16915.645"],["17902.446","16861.442"],["17947.232","16886.727"],["17886.492","16867.784"],["19126.234","15918.825"],["19101.919","15886.252"],["19135.899","15911.619"],["19178.196","15766.692"],["19292.276","15846.157"],["26577.158","6971.677"],["8620.115","19089.453"],["8567.256","19058.433"],["8597.485","19084.147"],["8585.639","19065.859"],["8572.468","19037.021"],["8589.452","19060.708"],["8590.663","19085.683"],["8621.451","19084.934"],["8572.888","19082.324"],["8575.431","19041.648"],["8601.192","19033.424"],["21605.242","14011.211"],["21602.499","13923.669"],["19217.749","15148.564"],["19197.592","15163.677"],["19220.179","15204.398"],["19148.342","15147.772"],["21512.384","13548.939"],["21573.447","13557.925"],["7510.926","18558.204"],["7488.933","18473.423"],["7498.639","18525.422"],["7500.348","18542.418"],["7488.213","18531.201"],["7469.781","18482.113"],["7467.866","18490.982"],["7461.053","18467.068"],["7508.390","18550.464"],["7497.841","18535.106"],["7472.703","18472.921"],["15551.064","12141.733"],["15582.264","12287.251"],["15574.732","12157.142"],["15720.193","12316.322"],["15627.307","12172.296"],["15536.048","12142.691"],["15543.264","12298.392"],["15612.323","12165.888"],["15605.719","12143.417"],["15577.380","12161.155"],["15617.013","12326.448"],["15576.258","12250.398"],["15542.179","12300.192"],["22874.391","15886.374"],["18681.496","16647.571"],["7839.327","18894.137"],["7813.376","18919.229"],["7806.682","18914.836"],["7820.169","18920.781"],["7805.563","18908.643"],["7613.102","16023.695"],["13929.730","13140.031"],["32070.405","13252.054"],["32061.869","13235.473"],["32009.747","13243.929"],["23884.597","17700.990"],["23827.557","17731.399"],["23859.465","17725.227"],["23794.904","17710.363"],["23880.274","17695.557"],["19277.063","16603.197"],["19203.488","16734.592"],["19165.668","16603.903"],["19220.063","16690.050"],["19298.101","16740.770"],["19183.554","16738.952"],["19221.630","16752.065"],["19222.398","16677.828"],["19237.946","16732.957"],["28185.694","8251.734"],["28278.196","8129.520"],["28230.926","8182.749"],["28222.818","8167.868"],["28274.347","8216.902"],["28216.518","8182.600"],["28349.416","8276.458"],["28252.015","8276.590"],["28271.110","8212.065"],["28318.561","8263.510"],["28220.760","8292.692"],["28279.808","8190.527"],["28211.041","8232.096"],["28257.291","8159.545"],["28199.758","8119.809"],["28248.380","8284.319"],["28255.518","8258.737"],["28258.512","8281.363"],["28332.541","8208.993"],["28212.406","8306.909"],["28223.177","8289.125"],["28222.306","8281.115"],["28193.541","8118.405"],["28284.446","8117.398"],["28229.150","8141.444"],["28286.124","8170.726"],["28226.354","8237.992"],["28277.242","8177.629"],["28310.008","8258.737"],["28347.196","8210.744"],["28324.120","8255.170"],["14436.673","14109.128"],["14362.511","14067.834"],["14290.534","14030.921"],["14265.979","14191.121"],["14960.589","17630.134"],["14997.652","17629.616"],["14966.573","17821.357"],["14981.899","17794.869"],["15086.328","17784.114"],["14958.587","17740.354"],["14931.672","17740.398"],["15093.302","17694.271"],["15091.910","17626.087"],["15040.819","17632.127"],["15023.962","17641.556"],["15001.462","17674.950"],["14981.189","17634.207"],["14986.929","17624.282"],["15010.336","17629.096"],["14963.455","17636.373"],["14988.689","17666.439"],["15027.436","17679.777"],["14969.204","17829.895"],["14972.313","17831.531"],["14980.863","17761.641"],["14978.873","17774.126"],["15091.690","17758.037"],["15087.742","17771.860"],["14958.752","17768.116"],["14952.946","17770.841"],["14953.416","17710.885"],["14958.416","17708.061"],["15066.548","17679.679"],["28045.280","7448.943"],["28098.399","7430.307"],["28102.166","7366.145"],["28005.610","7352.457"],["28076.020","7471.255"],["27980.247","7452.093"],["27938.980","7362.976"],["28033.635","7453.067"],["28100.100","7268.757"],["28000.856","7314.653"],["28026.990","7432.638"],["28142.166","7468.788"],["28045.971","7352.853"],["27990.494","7338.815"],["27940.708","7324.843"],["27812.920","7910.329"],["27845.038","8049.761"],["27785.170","7971.941"],["27746.354","8044.971"],["27871.579","8005.442"],["27900.822","7955.846"],["27884.688","7926.383"],["27906.480","7952.296"],["27932.632","7983.460"],["27884.836","7999.761"],["27759.331","7962.031"],["27917.562","8007.925"],["27932.167","8047.099"],["27901.674","7997.950"],["27916.674","8027.380"],["27901.887","8025.332"],["27761.403","7957.688"],["27781.988","8070.770"],["27848.755","8000.479"],["27735.023","7969.955"],["27859.302","8057.134"],["27826.321","8016.532"],["27756.387","8032.981"],["27816.584","8019.438"],["27825.104","7958.101"],["27913.783","7982.419"],["27875.066","7985.524"],["27897.697","7988.282"],["27931.694","7957.250"],["27838.064","7992.040"],["27779.857","7946.474"],["27795.449","7946.292"],["27789.505","8086.343"],["27861.166","8086.492"],["27924.256","8093.061"],["27886.887","8038.296"],["27933.680","8001.038"],["27880.802","8091.608"],["27907.299","7999.750"],["27862.037","8074.386"],["27848.172","8059.390"],["27729.302","8014.838"],["27746.551","8038.596"],["27736.292","8015.680"],["27785.531","7983.931"],["27779.916","8091.116"],["27739.610","8004.509"],["27779.150","7943.600"],["27927.467","7965.442"],["27863.109","7988.893"],["27901.431","7954.872"],["27930.724","7955.813"],["27861.645","8010.396"],["27768.682","8062.941"],["27846.791","8067.417"],["27768.788","7969.315"],["27850.976","8033.642"],["27893.598","8033.292"],["27903.976","8046.422"],["27876.723","8005.249"],["27877.150","7999.948"],["27904.453","8009.841"],["27891.657","8100.113"],["27835.877","8018.778"],["27861.347","8084.675"],["6768.362","14078.679"],["6772.374","14081.231"],["6777.024","14064.501"],["6679.384","14068.533"],["6679.351","14085.187"],["6765.997","14091.956"],["6756.054","14098.505"],["6788.569","14096.866"],["6875.231","8017.858"],["6868.025","8056.630"],["15436.436","15132.661"],["15390.192","15154.885"],["15473.040","15184.945"],["15427.530","15224.468"],["15427.908","15226.086"],["15442.769","15118.854"],["15481.840","15169.569"],["15514.222","15115.831"],["15508.712","15093.420"],["15308.571","15195.144"],["15360.769","15207.173"],["15357.585","15144.140"],["15341.938","15247.715"],["19490.543","5456.086"],["19467.204","5372.419"],["19448.684","5515.145"],["19463.026","5537.655"],["19474.868","5516.730"],["19406.036","5460.050"],["19464.852","5385.004"],["19446.217","5397.044"],["19434.704","5526.259"],["19424.227","5400.050"],["19366.382","5497.985"],["31736.024","10703.778"],["31850.411","10753.210"],["31743.215","10703.229"],["31736.682","10766.487"],["31884.424","10831.460"],["31729.100","10800.215"],["31732.685","10787.102"],["31911.891","10842.707"],["7877.735","8817.396"],["25134.634","17898.278"],["18087.784","17151.354"],["18152.777","17079.372"],["18132.530","17069.529"],["18133.803","17138.274"],["18183.247","17134.534"],["18126.427","17140.946"],["18191.962","17129.627"],["18220.959","17160.312"],["18173.451","17048.340"],["18193.073","17079.702"],["18238.864","17186.491"],["18094.067","17190.594"],["18119.675","17172.873"],["18122.652","17147.704"],["18237.653","17173.062"],["18235.877","17192.913"],["18175.819","17050.289"],["15855.756","12759.975"],["15926.786","12760.982"],["15918.668","12969.745"],["15793.377","12768.159"],["15755.253","12946.525"],["15895.890","12832.568"],["15746.693","12875.323"],["15807.451","12776.573"],["15802.983","12967.533"],["17031.640","18011.329"],["17148.876","17833.330"],["17160.932","17855.328"],["17063.087","18026.061"],["17166.453","17898.298"],["17128.079","17928.432"],["17146.475","17974.998"],["17134.968","17991.008"],["17071.228","18011.924"],["17137.083","17854.734"],["17160.719","17847.929"],["17170.910","17893.640"],["17126.517","17934.526"],["17127.912","17994.195"],["17126.853","17978.285"],["17175.416","17898.149"],["17125.250","17935.715"],["17135.198","17980.950"],["17156.606","17955.114"],["17000.765","17904.781"],["14592.452","15044.915"],["14624.628","15048.187"],["14620.517","15053.147"],["14616.137","14961.737"],["14523.924","14906.546"],["14474.619","14986.991"],["14479.409","15034.276"],["14657.377","15024.151"],["14581.484","14885.361"],["14621.797","14924.905"],["19837.382","6940.553"],["19897.382","6867.077"],["19874.290","6861.908"],["19907.563","6960.504"],["19840.507","6857.481"],["19856.247","6970.099"],["19841.099","6966.548"],["19901.362","6882.073"],["19885.869","6959.298"],["13739.820","12514.781"],["13770.610","12518.216"],["13767.436","12499.091"],["13755.659","12518.381"],["13629.763","12520.379"],["20564.294","7494.182"],["20371.777","7514.749"],["20408.735","7562.198"],["20544.508","7475.982"],["20536.185","7515.338"],["20550.741","7542.423"],["20527.879","7489.541"],["20558.422","7529.822"],["20405.396","7550.752"],["20398.126","7565.352"],["20376.333","7529.662"],["20559.392","7545.280"],["20532.353","7649.214"],["20530.807","7642.819"],["20529.623","7502.258"],["20549.656","7540.623"],["20508.798","7508.943"],["28537.985","9221.443"],["28525.271","9297.512"],["28538.215","9321.823"],["28497.656","9315.795"],["28533.676","9293.863"],["28563.396","9307.900"],["28549.811","9213.896"],["28507.903","9207.240"],["6829.361","9197.918"],["7447.985","13011.222"],["19493.690","18509.610"],["16844.741","17165.438"],["16971.129","17040.584"],["16967.589","17141.418"],["16955.688","17000.732"],["16967.896","17010.189"],["16931.602","17001.025"],["16782.751","17178.353"],["16796.369","17091.266"],["16850.547","17110.822"],["16968.602","17174.827"],["16799.181","17070.358"],["16937.724","17017.397"],["16935.888","16993.809"],["16896.955","17114.626"],["16790.217","17069.482"],["16906.653","17165.534"],["16821.814","17126.561"],["16780.153","17185.884"],["16822.044","17162.498"],["16783.030","17087.550"],["16922.237","17173.374"],["16859.873","17106.065"],["16816.057","17192.870"],["16881.530","17197.536"],["16871.563","17171.309"],["16963.576","17160.659"],["16970.191","17036.158"],["16936.212","17002.242"],["16942.113","17002.043"],["16960.317","17005.844"],["16976.796","17011.399"],["6947.546","9375.497"],["6987.834","9350.181"],["6936.978","9297.346"],["6891.178","9192.247"],["5612.980","10805.657"],["5589.069","10847.239"],["5486.424","10825.447"],["24512.647","17034.698"],["24497.322","17028.776"],["24513.514","17019.204"],["24436.204","16988.769"],["24501.467","17040.782"],["8355.253","19138.337"],["8346.843","19121.399"],["5522.549","8563.843"],["5494.949","8630.300"],["5499.375","8601.409"],["17651.183","18210.119"],["16000.004","12537.857"],["15947.673","12533.544"],["15936.084","12465.838"],["16100.198","12497.987"],["16088.339","12473.412"],["15977.976","12440.752"],["15974.481","12541.709"],["15947.750","12368.484"],["16137.986","12519.115"],["15944.226","12454.823"],["15954.218","12532.956"],["31545.792","10942.759"],["31593.271","11036.325"],["31699.918","11011.868"],["31719.511","10929.812"],["31524.069","11020.633"],["31625.498","11053.188"],["31573.997","10962.081"],["31709.461","10913.891"],["31576.083","11029.620"],["31706.536","10873.268"],["31649.951","10993.569"],["31589.951","10978.943"],["31632.007","10935.194"],["31638.464","11053.696"],["31551.758","11022.486"],["31708.421","11004.882"],["31521.141","11057.908"],["20484.043","6798.409"],["20514.865","6714.082"],["20541.946","6644.207"],["20471.171","6812.411"],["20498.918","6818.175"],["20459.230","6793.765"],["20394.937","6818.258"],["20536.337","6632.431"],["20524.783","6833.107"],["20525.605","6815.172"],["20562.694","6740.176"],["20436.829","6752.890"],["20367.043","6790.710"],["20547.670","6651.820"],["20506.050","6800.605"],["16735.323","7539.342"],["16077.043","14833.962"],["15974.450","14860.816"],["16016.076","14832.587"],["16090.826","14847.753"],["15998.329","14836.485"],["15968.216","14852.214"],["15946.534","14851.546"],["16020.780","14866.576"],["16068.918","14840.552"],["16070.810","14846.167"],["15952.587","14857.210"],["15960.087","14854.139"],["15959.943","14852.625"],["16035.763","14861.951"],["16029.382","14852.488"],["16026.405","14837.228"],["31836.819","12925.920"],["31898.871","12784.672"],["31878.396","12849.145"],["31894.496","12831.443"],["31852.280","12946.134"],["12602.811","15757.493"],["12695.752","15843.609"],["12694.174","15753.825"],["13831.270","12333.062"],["13905.936","12332.860"],["20569.576","14445.497"],["20588.039","14396.162"],["20585.246","14421.974"],["20575.061","14421.977"],["20589.897","14387.854"],["20617.989","14376.187"],["20568.794","14439.417"],["20590.292","14394.923"],["23989.714","17494.003"],["24050.467","17431.739"],["23936.053","17541.206"],["24031.288","17447.214"],["23961.129","17500.362"],["24051.590","17413.362"],["24020.286","17421.483"],["24044.809","17448.387"],["23965.126","17432.852"],["23949.885","17518.680"],["15010.271","16697.862"],["15023.562","16578.144"],["14897.844","16710.412"],["15031.884","16618.904"],["14987.929","16567.021"],["15036.374","16623.148"],["14898.802","16638.576"],["15009.606","16604.454"],["14925.445","16590.058"],["14952.538","16613.673"],["14920.856","16652.927"],["14912.511","16694.181"],["14985.013","16671.136"],["14971.676","16706.637"],["14903.703","16635.867"],["15026.094","16721.445"],["15023.323","16578.145"],["15001.087","16595.469"],["14904.323","16669.903"],["14904.111","16583.419"],["14922.007","16608.158"],["14938.158","16584.046"],["14980.383","16606.142"],["14955.795","16605.646"],["14920.708","16648.616"],["15000.222","16626.482"],["14935.096","16658.328"],["14948.977","16688.749"],["14911.344","16681.910"],["14935.291","16699.697"],["15001.757","16695.034"],["14981.181","16677.478"],["14904.109","16758.151"],["14885.104","16734.883"],["14983.396","16709.075"],["14997.690","16615.452"],["15030.091","16614.825"],["14892.242","16682.513"],["14895.923","16708.066"],["14990.436","16686.268"],["15051.621","16627.756"],["15001.490","16613.124"],["15027.394","16610.333"],["15019.631","16585.163"],["28107.225","8128.988"],["28062.520","8208.860"],["27941.530","8158.477"],["27944.128","8116.694"],["28024.173","8159.591"],["28084.584","8203.257"],["28126.220","8165.656"],["28065.957","8169.505"],["28023.043","8121.351"],["27941.135","8125.232"],["28029.490","8126.752"],["27937.303","8157.123"],["27964.227","8140.278"],["28005.209","8217.923"],["28089.830","8114.157"],["28130.563","8146.164"],["28121.303","8136.206"],["28118.967","8180.091"],["27957.566","8127.528"],["27957.813","8150.814"],["27971.661","8113.209"],["18593.859","9072.433"],["18565.088","9143.121"],["18623.719","9021.099"],["18565.857","9078.340"],["18589.649","9095.241"],["18669.876","9148.487"],["18612.782","9025.029"],["18528.000","8982.390"],["18567.189","9091.024"],["18564.776","9112.188"],["18630.596","9066.602"],["18579.993","8958.966"],["18567.666","9084.699"],["22140.383","16675.273"],["22066.438","16607.984"],["22130.663","16667.626"],["22093.395","16603.822"],["22105.285","16651.375"],["22086.964","16588.099"],["22137.226","16660.987"],["22106.339","16580.865"],["25989.740","15974.787"],["25924.510","15968.676"],["25874.378","15960.964"],["25935.069","16001.162"],["26017.750","15936.092"],["11587.513","16612.073"],["11609.345","16674.222"],["11723.015","16669.445"],["11561.343","16758.989"],["11660.727","16761.788"],["15732.789","16958.297"],["20165.572","13373.607"],["20160.522","13324.375"],["6984.788","7428.323"],["22146.281","16220.295"],["22176.570","16297.278"],["22173.560","16258.633"],["15992.825","13197.795"],["15947.692","13216.983"],["15944.339","13194.739"],["16120.469","13321.334"],["16073.484","13340.623"],["16079.934","13325.736"],["16059.701","13278.663"],["16141.986","13361.789"],["15979.097","13387.511"],["16123.838","13362.957"],["16104.960","13280.960"],["16124.775","13344.096"],["16083.661","13315.295"],["16137.588","13361.371"],["15960.455","13324.088"],["16094.582","13288.028"],["17418.083","17781.218"],["17534.279","17763.826"],["17441.888","17785.314"],["17582.766","17769.111"],["17585.436","17750.666"],["17412.201","17758.394"],["17554.032","17729.557"],["17929.460","14128.548"],["17937.051","14172.319"],["17995.130","14144.245"],["17857.594","14154.366"],["17975.398","14173.056"],["17900.900","14154.944"],["17953.638","14117.416"],["17940.867","14163.219"],["27923.888","17193.126"],["27866.067","17007.614"],["27879.176","17018.993"],["27891.271","17155.864"],["27859.442","17035.032"],["27891.306","17090.912"],["27872.153","17010.190"],["27259.683","10151.452"],["27229.129","10169.423"],["27185.908","10214.091"],["27288.072","10126.622"],["27261.476","10128.645"],["27219.787","10160.455"],["27198.605","10211.977"],["27294.124","10118.149"],["27265.539","10131.865"],["27210.182","10146.434"],["27196.549","10217.477"],["27286.065","10121.205"],["27271.739","10152.988"],["27232.189","10149.274"],["27185.710","10210.210"],["15697.195","18158.018"],["15698.454","18077.226"],["15669.038","18136.565"],["15670.880","18130.058"],["15521.647","18234.201"],["15526.589","18170.903"],["15517.888","18110.211"],["15556.590","18059.316"],["15553.597","18055.122"],["15543.884","18196.942"],["15520.019","18207.826"],["15536.318","18144.562"],["15532.716","18144.265"],["15520.141","18123.654"],["10288.511","15951.808"],["10305.544","15974.220"],["10276.279","15941.709"],["15631.027","15296.521"],["15564.094","15374.547"],["15636.511","15337.030"],["15621.174","15398.876"],["15659.306","15442.227"],["15606.282","15356.083"],["15520.944","15354.184"],["15628.361","15441.419"],["15652.053","15423.925"],["15665.062","15296.084"],["15591.307","15483.040"],["15580.960","15447.894"],["6283.923","16279.760"],["25563.669","15957.047"],["25116.537","6847.025"],["25082.629","6967.031"],["22025.686","16644.909"],["21836.717","16656.762"],["21945.686","16638.818"],["21979.661","16689.781"],["22022.659","16632.572"],["21848.082","16648.917"],["21944.682","16642.567"],["21956.174","16655.842"],["22030.110","16643.323"],["21933.761","16643.921"],["21955.993","16677.510"],["22039.140","16630.854"],["21854.644","16651.890"],["21928.811","16646.910"],["21986.602","16693.960"],["15201.068","16429.577"],["19805.468","14880.539"],["19788.295","15057.317"],["19785.451","14981.718"],["19781.914","15021.741"],["19808.890","15035.129"],["19833.443","15056.965"],["19839.843","14973.776"],["19892.720","14979.937"],["19814.399","14878.293"],["19795.831","14933.387"],["19782.359","14984.013"],["19768.394","15023.261"],["19806.390","15025.154"],["19850.548","15048.922"],["19860.024","14969.135"],["19888.000","14971.399"],["22525.748","15796.887"],["22539.160","15865.859"],["22554.936","15924.509"],["22629.389","15924.552"],["22512.344","15793.996"],["22543.864","15854.299"],["22518.972","15805.342"],["22519.538","15870.351"],["22553.259","15913.542"],["22583.833","15922.031"],["22530.241","15739.502"],["22531.127","15774.459"],["22543.996","15868.502"],["19640.610","14250.274"],["19559.186","14278.811"],["19687.957","14277.967"],["19656.074","14405.177"],["19516.641","14333.964"],["19623.085","14309.421"],["19680.795","14414.293"],["19714.863","14413.427"],["19664.331","14405.738"],["19886.949","15458.144"],["19736.136","15413.856"],["19766.394","15357.918"],["19926.074","15349.197"],["19840.009","15337.113"],["19886.093","15466.814"],["19741.723","15386.556"],["19763.197","15323.476"],["19758.922","15350.311"],["19835.374","15358.553"],["19781.770","15335.512"],["19773.778","15358.608"],["19742.222","15421.453"],["19766.410","15369.941"],["19808.681","15340.062"],["19846.176","15333.744"],["19757.296","15388.485"],["19763.789","15335.367"],["19823.039","15357.083"],["19788.036","15342.960"],["19779.687","15361.306"],["22655.799","10363.198"],["22606.555","10351.439"],["22597.295","10360.077"],["22605.174","10327.558"],["21055.039","6969.662"],["21069.381","7028.886"],["21053.970","6984.261"],["21061.338","6982.296"],["21030.631","6958.118"],["21064.365","7000.612"],["21048.871","6970.587"],["21072.029","6984.162"],["21151.503","6980.861"],["21074.233","6985.270"],["21094.102","7008.640"],["21150.042","6842.339"],["20992.457","6958.580"],["21072.243","6991.991"],["21157.457","7021.290"],["21137.934","6985.617"],["21179.315","7005.997"],["21158.444","7019.738"],["21139.812","6925.411"],["14551.843","17220.295"],["14648.602","17237.843"],["14594.380","17214.310"],["14651.394","17286.532"],["14654.286","17269.838"],["14531.395","17209.154"],["14538.775","17236.066"],["14555.873","17247.773"],["14582.654","17257.549"],["14576.688","17230.509"],["14572.070","17208.997"],["14566.356","17288.831"],["14574.721","17303.099"],["14582.756","17337.721"],["14598.368","17201.862"],["14652.463","17302.370"],["14653.779","17304.798"],["14658.718","17252.888"],["14508.664","17313.452"],["14647.747","17254.953"],["14613.705","17213.864"],["14608.722","17226.927"],["14611.712","17210.498"],["14615.854","17244.263"],["14624.969","17306.520"],["14605.589","17351.282"],["14663.332","17231.169"],["14585.222","17364.665"],["14596.390","17369.470"],["14534.060","17209.831"],["14516.757","17210.988"],["14544.433","17232.598"],["14534.449","17235.736"],["14535.413","17236.031"],["14537.469","17240.093"],["14560.368","17256.293"],["14566.980","17261.000"],["14586.721","17217.429"],["14592.214","17213.053"],["14568.675","17288.055"],["14575.182","17313.157"],["14571.021","17303.727"],["14563.832","17326.618"],["14562.828","17343.397"],["14653.509","17403.049"],["14494.833","17209.487"],["14596.613","17209.098"],["2363.345","11027.829"],["2357.747","11060.102"],["2328.760","11065.148"],["20131.671","6228.038"],["20125.470","6243.067"],["20128.513","6251.226"],["20036.072","6336.772"],["20023.868","6323.164"],["19999.559","6332.148"],["19968.112","6332.759"],["20133.612","6272.795"],["20136.605","6225.974"],["20079.279","6228.217"],["20055.727","6312.941"],["20000.677","6255.220"],["15370.226","12407.050"],["15333.257","12478.620"],["15405.097","12369.760"],["15384.042","12371.955"],["15346.596","12527.587"],["15339.985","12447.283"],["15409.326","12538.933"],["15387.251","12375.904"],["15443.754","12513.449"],["15337.841","12411.658"],["15402.167","12370.568"],["15392.068","12390.766"],["15411.744","12449.421"],["15362.632","12466.679"],["15381.300","12488.793"],["15487.062","12447.017"],["15482.223","12400.908"],["15456.840","12339.124"],["15405.934","13539.560"],["15337.628","13581.107"],["15390.509","13582.863"],["15430.753","13528.396"],["15444.218","13466.532"],["15456.156","13556.060"],["15399.686","13600.600"],["15439.980","13553.169"],["15374.672","13499.606"],["15356.754","13456.762"],["15496.354","13515.102"],["15419.308","13602.450"],["15427.085","13538.966"],["15425.885","13528.313"],["15432.315","13540.848"],["15355.177","13604.179"],["15350.358","13573.692"],["15368.335","13598.118"],["15353.955","13419.868"],["15342.019","13551.531"],["15464.932","13441.250"],["15389.392","13414.742"],["15458.486","13559.580"],["18582.618","12535.340"],["18497.862","12546.542"],["18564.284","12519.787"],["18638.206","12498.439"],["18641.980","12543.512"],["18507.952","12523.806"],["18554.262","12520.241"],["18486.769","12542.017"],["18708.654","8923.039"],["18710.924","8918.085"],["18682.338","8900.529"],["5063.626","8585.189"],["5111.856","8625.994"],["5126.211","8712.771"],["9654.126","15579.345"],["32011.708","10486.694"],["32031.887","10569.767"],["32112.525","10454.946"],["31955.972","10483.850"],["32033.189","10512.854"],["32032.202","10608.629"],["32120.676","10575.713"],["32110.095","10596.488"],["31943.518","10624.797"],["32041.361","10605.654"],["32128.380","10644.157"],["29034.443","16233.566"],["29099.922","16237.533"],["29003.752","16226.514"],["16621.222","14538.053"],["16567.388","14526.262"],["16569.444","14540.333"],["16594.566","14465.598"],["16567.954","14469.644"],["16620.416","14544.956"],["16575.727","14549.829"],["16580.596","14542.529"],["14769.615","19246.637"],["14754.730","19288.767"],["19996.943","15126.919"],["20017.281","15136.114"],["19982.188","15130.411"],["14825.756","9699.135"],["14821.843","9782.849"],["14817.039","9676.649"],["14797.593","9677.521"],["7521.763","18561.769"],["7520.430","18542.839"],["7536.294","18521.111"],["7590.868","18512.394"],["7563.080","18484.976"],["7699.298","18632.474"],["7522.879","18565.280"],["7620.544","18485.681"],["7658.703","18540.566"],["7527.634","18477.901"],["7548.351","18484.004"],["7591.026","18492.698"],["7536.904","18558.437"],["7651.919","18548.935"],["7640.196","18546.265"],["7653.975","18542.539"],["7529.732","18488.102"],["7565.716","18523.665"],["7636.859","18509.975"],["7627.787","18582.618"],["7642.051","18595.045"],["7657.961","18584.097"],["7698.766","18563.783"],["7700.531","18549.449"],["7648.101","18543.938"],["7565.288","18527.626"],["7573.852","18526.073"],["7639.462","18506.214"],["7616.813","18468.935"],["7640.235","18584.577"],["7691.216","18533.222"],["7691.449","18553.202"],["19388.772","18295.886"],["19418.153","18387.462"],["19399.364","18310.832"],["19424.808","18325.614"],["19375.039","18347.926"],["5623.840","7858.269"],["5711.097","7709.214"],["9696.779","11723.442"],["9696.269","11708.710"],["9742.618","11773.516"],["20647.428","11978.656"],["20777.344","11936.877"],["27315.498","7936.903"],["27356.682","7911.502"],["27509.792","8025.001"],["27423.510","8001.627"],["27432.359","7943.476"],["27380.627","7918.105"],["27419.459","7938.055"],["27476.948","7957.779"],["27481.339","7955.219"],["27475.237","7979.017"],["27453.560","8031.255"],["27384.958","7975.797"],["27417.946","7909.550"],["27479.459","7949.104"],["27482.798","7950.690"],["27445.167","7906.247"],["27473.889","7948.547"],["27487.228","7966.350"],["27473.774","7955.037"],["27416.504","8042.172"],["27484.675","8030.379"],["27488.724","7998.159"],["27454.892","7962.188"],["27443.593","7957.564"],["27392.107","7911.664"],["27479.262","7949.996"],["27417.124","7911.449"],["27468.066","7989.818"],["19470.453","15861.208"],["19471.079","15842.748"],["19511.302","15778.997"],["19399.206","15833.287"],["19448.316","15807.561"],["19481.368","15740.335"],["19441.868","15833.594"],["19420.577","15902.338"],["19494.163","15870.647"],["19466.306","15883.989"],["19433.250","15810.749"],["19476.861","15780.450"],["19318.773","15892.317"],["19468.094","15867.509"],["19498.231","15807.903"],["19507.117","15774.925"],["19442.083","15808.602"],["19483.917","15757.593"],["19466.936","15860.157"],["14795.260","16562.242"],["14759.216","16537.324"],["14873.010","16467.136"],["14832.743","16416.430"],["14808.535","16435.336"],["14786.418","16478.069"],["14833.319","16476.742"],["14729.908","16514.480"],["14805.166","16518.842"],["14743.831","16537.117"],["14858.360","16452.577"],["14850.981","16403.420"],["14702.204","16417.478"],["14703.430","16366.992"],["14852.137","16493.524"],["14868.194","16539.709"],["14808.859","16543.535"],["14769.105","16441.079"],["14717.858","16518.592"],["14777.792","16520.128"],["14732.587","16563.022"],["14825.177","16399.056"],["14833.319","16400.328"],["14816.183","16448.647"],["14807.548","16463.726"],["14761.346","16477.071"],["14770.941","16489.167"],["14773.359","16503.552"],["14823.746","16475.306"],["14836.345","16480.855"],["14751.652","16506.734"],["14764.629","16515.289"],["14801.547","16514.449"],["14796.202","16509.577"],["14739.868","16542.616"],["14837.735","16439.711"],["14863.410","16465.888"],["14871.787","16436.698"],["14848.662","16411.050"],["14721.888","16456.600"],["14703.585","16402.267"],["14696.571","16365.374"],["14677.408","16410.059"],["14862.778","16502.260"],["14857.075","16544.812"],["14878.835","16527.422"],["14817.697","16530.635"],["14807.658","16542.726"],["14772.115","16440.650"],["14786.030","16443.639"],["28204.742","8369.848"],["28172.465","8421.671"],["28346.354","8457.643"],["28294.801","8508.987"],["17893.240","17560.159"],["17884.095","17553.091"],["17914.416","17523.981"],["17885.041","17526.403"],["17961.153","17435.037"],["17946.992","17413.964"],["15869.089","16046.436"],["15824.979","16040.537"],["19525.145","15506.463"],["13561.507","14963.956"],["22113.834","14305.620"],["22137.560","14384.113"],["22220.625","14401.886"],["22156.301","14279.262"],["22173.086","14375.822"],["22126.690","14248.692"],["22145.232","14305.224"],["22162.829","14388.393"],["22154.772","14287.139"],["15503.568","13856.031"],["15513.886","13898.355"],["15467.892","13898.215"],["15495.492","13830.878"],["15490.959","13867.554"],["15483.912","13876.481"],["15437.850","13955.844"],["15307.601","13848.554"],["15321.919","13976.849"],["15329.423","13974.221"],["15358.890","13994.136"],["15384.612","13888.943"],["15457.164","13883.395"],["15484.769","13852.447"],["15477.242","13861.989"],["15456.626","13885.002"],["15434.758","13961.095"],["15311.444","13900.296"],["15337.506","13940.025"],["15412.818","13896.771"],["15389.408","13995.438"],["15352.237","13991.329"],["15504.390","13861.315"],["15477.269","13860.374"],["15502.883","13895.234"],["15496.765","13866.266"],["15476.271","13860.684"],["15497.383","13895.358"],["15405.154","13944.269"],["15432.462","13907.478"],["15357.204","13915.318"],["15337.362","13863.540"],["15438.093","13861.181"],["27690.168","15702.519"],["27670.727","15716.739"],["27687.228","15563.801"],["27524.461","15627.666"],["27654.596","15538.119"],["27641.988","15708.898"],["27543.442","15715.148"],["27544.457","15520.997"],["19571.836","18274.410"],["19630.767","18260.174"],["19679.744","18403.383"],["19528.268","18313.509"],["19683.809","18462.525"],["19722.447","18444.783"],["20027.746","12772.831"],["17501.537","18865.322"],["17610.315","18879.784"],["17549.137","18707.295"],["17536.010","18858.369"],["17452.015","18696.841"],["17530.813","18834.158"],["17604.262","18888.124"],["17468.742","18787.345"],["17606.990","18760.009"],["17454.367","18792.151"],["17508.675","18843.472"],["17571.053","18747.722"],["17467.377","18791.160"],["19732.651","12501.258"],["19765.502","12533.680"],["19905.292","12468.024"],["19823.473","12471.745"],["19827.962","12534.793"],["19870.556","12454.960"],["19889.141","12458.875"],["19851.123","12492.768"],["7069.681","14886.733"],["7021.470","14873.812"],["7043.977","14946.828"],["6942.168","14913.812"],["6929.226","14997.796"],["6994.821","14980.686"],["7023.898","15050.561"],["7079.193","14990.509"],["7062.684","14878.171"],["7025.288","14927.029"],["6969.874","14915.353"],["6954.698","14958.672"],["6883.673","14896.765"],["7018.088","14974.199"],["7067.842","14948.453"],["7089.287","15032.290"],["7070.627","15046.878"],["7039.915","14950.148"],["6943.753","14925.507"],["6915.407","14971.358"],["6891.061","14909.760"],["6970.398","14993.592"],["7040.629","15059.471"],["7085.316","14991.321"],["6932.745","15000.697"],["6920.681","14994.189"],["6944.661","14983.388"],["6986.687","14996.525"],["7013.974","15016.141"],["7043.479","15046.405"],["7029.630","15045.330"],["7020.860","15033.071"],["7016.352","14964.367"],["6943.813","14917.973"],["6931.234","14989.161"],["6902.387","14876.492"],["7009.168","14972.328"],["7056.087","15029.293"],["7064.277","14877.682"],["21062.357","15816.542"],["21078.639","15813.201"],["21131.582","15822.873"],["21024.013","15757.073"],["21162.709","15899.990"],["21077.236","15738.365"],["21093.299","15807.581"],["21191.137","15738.917"],["21133.061","15840.248"],["21044.213","15910.221"],["21057.403","15761.637"],["21174.507","15914.949"],["21111.665","15742.940"],["21101.136","15804.075"],["21070.140","15822.068"],["21193.041","15783.229"],["21030.691","15764.174"],["21038.818","15761.141"],["21186.039","15896.452"],["21076.764","15734.768"],["21168.147","15721.673"],["21085.133","15810.698"],["21154.018","15720.402"],["21059.442","15814.858"],["21037.519","15914.046"],["21102.791","15838.962"],["21013.971","15731.945"],["21036.877","15736.567"],["21176.314","15919.046"],["21098.041","15752.054"],["21075.216","15732.752"],["15530.764","17509.365"],["15573.390","17509.666"],["15540.580","17439.436"],["15577.859","17433.088"],["15519.025","17492.758"],["15530.123","17520.298"],["15544.476","17473.827"],["15562.354","17479.674"],["15549.807","17464.681"],["15563.524","17448.926"],["15544.906","17430.534"],["15514.774","17456.100"],["15553.352","17439.066"],["15642.636","17453.990"],["15519.759","17414.797"],["18509.437","13850.608"],["18598.413","13867.263"],["18562.936","13859.368"],["18512.167","13860.253"],["18530.687","13840.716"],["19587.011","5714.846"],["19610.465","5727.200"],["19609.741","5720.181"],["19638.623","5630.073"],["19573.540","5756.911"],["19673.844","5648.507"],["19620.646","5715.821"],["19651.057","5593.178"],["19602.044","5663.005"],["19600.185","5761.832"],["19549.001","5701.634"],["19589.511","5702.592"],["19665.965","5668.507"],["19689.123","5667.847"],["19596.431","5605.912"],["19597.401","5632.998"],["19661.919","5646.030"],["19537.866","5761.948"],["19582.537","5613.343"],["19572.981","5749.429"],["19590.942","5646.077"],["19618.738","5675.061"],["19633.326","5602.856"],["19608.030","5745.598"],["19572.303","5637.903"],["19659.518","5670.225"],["19649.978","5623.487"],["19684.090","5662.645"],["26972.544","7552.889"],["16565.027","15852.233"],["16517.190","15832.900"],["17671.745","18428.192"],["17786.911","18258.363"],["17626.120","18459.208"],["17635.067","18449.348"],["20836.548","7214.783"],["20859.525","7242.760"],["20861.654","7119.854"],["20928.134","7150.209"],["20900.601","7182.100"],["20855.700","7138.632"],["20839.746","7114.586"],["20909.661","7090.290"],["20898.244","7076.929"],["20974.727","7090.075"],["20969.940","7084.641"],["20946.190","7100.843"],["20938.496","7211.695"],["20911.999","7152.042"],["20859.549","7209.747"],["20861.753","7121.456"],["20892.049","7200.564"],["20884.105","7162.265"],["20925.223","7214.206"],["20837.855","7106.361"],["20788.178","7057.293"],["20876.943","7167.351"],["20846.334","7249.432"],["20909.022","7098.384"],["20840.174","7156.221"],["20868.513","7197.079"],["20906.210","7178.401"],["20838.693","7232.554"],["20859.138","7151.200"],["20921.634","7102.114"],["20919.167","7054.864"],["23243.301","16559.292"],["23187.961","16545.707"],["23113.279","16542.953"],["23124.339","16409.474"],["23117.889","16451.565"],["23240.834","16544.114"],["23120.951","16417.253"],["23104.961","16454.802"],["23276.376","16537.987"],["23177.566","16544.171"],["23156.971","16400.705"],["23161.924","16538.919"],["23154.156","16534.170"],["23140.171","16519.568"],["23123.681","16420.820"],["23151.030","16453.431"],["21247.464","15668.764"],["21264.435","15661.447"],["21264.267","15635.028"],["19145.481","14414.167"],["19194.741","14347.832"],["19250.396","14393.777"],["19202.896","14362.729"],["19161.337","14360.797"],["19295.818","14422.085"],["19121.944","14376.446"],["19192.830","14383.241"],["19153.870","14406.594"],["19289.963","14436.767"],["7737.868","14928.583"],["7910.255","14896.181"],["7832.181","14897.096"],["7804.553","14918.785"],["7797.049","14895.740"],["7868.094","14908.572"],["7744.839","14984.635"],["7922.546","14925.565"],["7908.263","14892.393"],["7832.756","14881.787"],["7801.626","14917.959"],["7802.346","14886.756"],["7737.244","14962.235"],["7860.536","14900.734"],["7889.900","14932.398"],["7888.084","14942.732"],["7752.488","14988.452"],["7894.705","14888.515"],["7838.463","14898.335"],["7795.853","14917.034"],["7797.411","14901.306"],["7883.746","14947.268"],["7903.126","14917.931"],["7917.974","14933.245"],["7905.232","14886.995"],["7815.338","14896.948"],["7811.527","14926.613"],["7805.405","14884.196"],["7732.786","14966.331"],["7871.378","14946.689"],["7888.081","14946.091"],["7890.496","14938.910"],["7901.135","14921.844"],["18834.798","6380.948"],["18863.158","6401.543"],["18822.149","6361.129"],["18780.186","6314.480"],["18792.507","6342.523"],["5487.656","7305.168"],["5439.114","7318.019"],["5413.326","7306.171"],["15584.141","17094.293"],["15557.525","17017.615"],["15660.265","16992.048"],["15574.024","17018.180"],["15646.862","17015.661"],["15642.640","17087.338"],["15540.705","17025.766"],["15713.145","17055.227"],["15580.457","17089.966"],["15602.489","17129.938"],["15620.621","17073.517"],["15567.607","17007.277"],["15556.703","17000.126"],["15690.695","16999.494"],["15680.053","17027.454"],["15717.436","17062.709"],["15694.985","17033.212"],["15637.854","17053.102"],["15652.327","17058.932"],["15529.011","17018.450"],["15547.810","17030.159"],["15689.214","17087.514"],["15721.627","17087.568"],["17669.291","14052.712"],["17785.260","14221.800"],["17772.974","14233.773"],["20527.693","12456.038"],["17967.738","16485.325"],["18017.396","16528.355"],["17982.034","16454.319"],["17983.434","16355.535"],["17890.871","16506.105"],["18005.998","16449.065"],["17956.527","16361.051"],["17956.527","16408.681"],["17972.901","16367.973"],["18002.116","16544.457"],["18003.152","16443.268"],["17965.211","16374.461"],["17873.440","16456.102"],["17946.529","16454.762"],["17971.191","16439.723"],["17973.448","16542.756"],["22163.266","16548.458"],["22158.043","16473.573"],["22162.312","16561.637"],["22154.556","16474.184"],["22228.003","16491.167"],["22145.749","16548.954"],["22177.451","16509.427"],["22249.006","16494.685"],["22161.638","16552.306"],["22171.349","16473.771"],["22231.045","16503.901"],["5833.582","7454.016"],["5864.231","7368.199"],["17938.330","13699.240"],["18019.289","13714.720"],["17993.182","13666.490"],["17905.382","13709.348"],["17958.543","13640.330"],["17921.994","13682.429"],["28550.665","15902.908"],["28519.962","15786.830"],["28234.732","7448.358"],["28275.817","7336.930"],["28315.159","7449.448"],["28168.811","7447.301"],["28173.745","7355.295"],["28290.965","7449.184"],["28265.455","7364.196"],["28274.386","7359.556"],["28220.867","7425.072"],["28169.633","7464.015"],["28155.554","7399.655"],["28199.156","7348.259"],["28238.613","7441.719"],["28149.732","7369.068"],["28311.788","7367.384"],["20171.822","13508.087"],["20175.424","13508.764"],["20170.013","13453.851"],["20178.598","13427.810"],["20205.193","13403.285"],["17474.625","14658.515"],["17452.592","14611.277"],["17476.533","14628.342"],["17436.293","14643.812"],["17455.020","14647.945"],["17438.628","14632.466"],["17516.683","14594.583"],["25483.979","16614.078"],["25473.190","16583.657"],["17637.718","14861.298"],["17646.964","14786.420"],["17644.741","14862.784"],["16496.249","14903.117"],["16530.167","14904.200"],["16547.056","14989.575"],["16503.869","14951.553"],["16502.470","14900.302"],["16517.334","14888.004"],["16499.805","14953.498"],["16546.967","15055.268"],["16505.410","14880.143"],["16537.060","14957.036"],["16482.761","14956.298"],["16514.624","14932.787"],["16502.980","14893.101"],["16512.815","14920.021"],["16364.045","14968.224"],["16420.248","15003.767"],["16414.926","14981.021"],["16383.447","15021.953"],["16457.317","14980.262"],["16475.010","15002.155"],["16370.163","14966.011"],["16387.590","15005.688"],["16436.038","14995.807"],["16397.689","15000.856"],["16370.585","15023.026"],["16412.327","15057.618"],["16363.930","14963.005"],["16446.268","15007.252"],["16390.946","14987.941"],["16395.897","15053.216"],["16450.695","14950.292"],["16470.988","14997.879"],["16397.673","15072.746"],["16478.512","14997.244"],["16407.048","15076.066"],["16394.910","15083.118"],["16358.683","14965.714"],["16417.354","15020.992"],["16430.511","15014.304"],["16435.676","14999.605"],["16407.262","14968.354"],["16387.410","14981.831"],["16389.021","14994.151"],["16384.631","15019.459"],["16388.101","15052.374"],["16372.131","15047.486"],["16358.208","15047.029"],["16357.106","15081.480"],["21364.949","15050.823"],["21343.963","15048.221"],["21341.034","15073.994"],["21390.394","15029.806"],["21377.153","15082.252"],["21349.094","15049.179"],["15982.910","14223.318"],["15952.074","14208.414"],["15981.956","14217.042"],["15948.688","14191.521"],["16062.061","14057.407"],["15975.443","14224.953"],["16012.838","14178.670"],["15966.077","14168.774"],["15967.438","14196.608"],["15978.107","14234.845"],["16019.602","14125.613"],["16000.943","14091.811"],["15953.342","14225.956"],["15962.948","14228.020"],["15964.823","14231.819"],["15965.340","14131.346"],["16136.338","14087.805"],["16120.889","14068.797"],["16106.058","14062.309"],["16084.254","14031.327"],["16044.694","14027.421"],["15938.714","14041.663"],["16015.949","14041.241"],["16075.745","14076.844"],["16028.206","14075.063"],["16023.250","14052.167"],["15976.292","14077.724"],["15978.406","14095.777"],["16110.401","14181.127"],["16066.442","14177.008"],["16012.395","14046.428"],["16050.975","14057.034"],["16053.646","14047.721"],["16045.080","14185.661"],["16030.492","14195.906"],["16100.062","14130.996"],["16100.314","14144.704"],["16112.854","14062.117"],["16118.100","14033.446"],["16212.245","17007.336"],["16259.893","16992.984"],["16167.278","17013.447"],["16269.301","16991.052"],["16218.610","16993.232"],["26899.866","16001.337"],["26913.402","16044.705"],["27076.039","16021.674"],["27047.201","15950.069"],["27056.813","16062.581"],["26995.103","16019.561"],["26949.860","15931.154"],["26890.195","16000.841"],["26930.342","16045.960"],["27054.642","16042.714"],["26955.514","16022.039"],["26955.222","15938.223"],["26920.222","15980.089"],["26944.635","16083.483"],["26989.043","16044.345"],["27052.276","15940.028"],["27068.023","15988.583"],["27021.238","16063.093"],["26986.419","15996.886"],["26890.426","16063.186"],["26944.734","16064.656"],["26987.875","16058.878"],["27082.332","15980.457"],["27042.391","15942.142"],["27045.021","16034.902"],["26943.146","16028.166"],["14659.274","16883.142"],["14630.203","16799.984"],["14669.713","16833.335"],["14623.536","16884.547"],["14629.434","16973.962"],["14625.833","16829.376"],["14584.094","16884.411"],["14567.570","16924.603"],["14658.040","16898.468"],["14584.834","16882.231"],["14663.715","16875.396"],["14635.385","16801.912"],["14628.163","16813.989"],["14657.065","16833.022"],["14661.588","16812.691"],["14628.520","16872.260"],["14640.865","16962.897"],["14659.055","16956.753"],["14628.694","16838.475"],["14637.181","16824.850"],["27502.359","12391.498"],["27497.885","12391.250"],["27488.940","12346.871"],["27513.034","12408.905"],["15273.085","15046.405"],["15134.714","15081.731"],["15242.065","15046.603"],["15179.309","14932.413"],["15106.362","15034.321"],["15287.249","14889.189"],["15217.128","14903.754"],["6637.494","14251.195"],["6582.190","14265.236"],["6634.610","14255.317"],["6650.121","14251.209"],["6585.194","14263.149"],["6589.087","14249.419"],["6591.538","14263.169"],["8433.617","11913.787"],["8431.989","11923.448"],["8458.963","11915.042"],["13260.214","12790.413"],["22259.269","16496.898"],["22292.239","16448.288"],["22385.013","16466.868"],["22423.679","16453.815"],["22370.540","16421.775"],["22294.558","16457.438"],["22373.862","16456.893"],["22411.788","16420.999"],["22458.271","16353.597"],["22357.796","16370.977"],["22358.961","16421.841"],["22299.245","16442.128"],["22355.194","16450.667"],["22442.742","16422.585"],["22349.076","16417.564"],["22266.926","16474.399"],["22418.613","16429.307"],["22459.126","16370.343"],["22375.194","16395.318"],["14298.634","9073.818"],["14383.632","8970.024"],["14381.058","8983.804"],["14449.578","9124.328"],["14378.486","9092.820"],["14351.725","9012.230"],["14400.935","8977.011"],["14310.655","8974.632"],["6048.679","8101.189"],["6140.981","8104.654"],["6080.340","7906.260"],["21190.842","14916.198"],["21133.923","15062.996"],["21167.207","14891.293"],["21141.768","15071.700"],["21182.898","14887.990"],["21186.220","14915.290"],["21135.946","15050.940"],["17533.932","16403.948"],["17458.116","16411.998"],["17504.673","16425.986"],["17443.341","16421.244"],["17495.019","16419.494"],["17448.872","16520.821"],["17484.085","16416.488"],["14885.883","8781.556"],["14938.395","8852.310"],["5615.817","7580.962"],["5585.179","7582.529"],["5609.443","7649.215"],["21651.565","14359.799"],["21676.211","14317.290"],["21731.178","14328.174"],["21651.597","14399.981"],["21682.938","14303.715"],["21797.318","14282.574"],["21653.966","14353.672"],["21697.724","14352.815"],["6738.693","12617.006"],["6788.609","12611.347"],["6735.025","12606.387"],["6747.805","12605.875"],["6769.316","12611.198"],["6804.530","12629.563"],["20794.859","14829.499"],["20852.497","14819.798"],["20834.470","14813.762"],["28213.638","16041.016"],["28203.257","15932.852"],["28218.556","16036.623"],["28216.418","16026.714"],["28229.276","15942.332"],["28200.431","16053.485"],["28201.332","15934.355"],["8171.523","18640.984"],["8167.752","18677.083"],["8162.592","18637.202"],["8167.506","18669.618"],["8182.148","18633.040"],["8156.539","18650.975"],["14868.525","9535.921"],["14869.575","9565.109"],["14771.187","9508.971"],["15510.811","18047.342"],["15482.359","18125.913"],["15482.496","18182.280"],["15475.339","18194.186"],["15500.526","18060.537"],["15484.638","18044.484"],["15505.073","18235.997"],["15497.145","18213.817"],["15497.628","18189.348"],["15491.542","18188.258"],["15494.899","18192.361"],["15494.455","18207.951"],["15512.690","18106.874"],["15510.832","18181.357"],["15509.483","18171.911"],["13937.743","12074.048"],["13983.582","12096.773"],["19967.896","13033.792"],["20034.047","13019.671"],["19937.123","13100.596"],["20086.021","13075.559"],["19947.748","13134.205"],["20084.244","13083.536"],["19978.307","13081.934"],["19980.166","13024.808"],["20055.166","13021.785"],["6498.149","8234.446"],["15867.437","15549.446"],["15790.365","15582.543"],["15809.705","15594.741"],["15855.609","15606.824"],["15850.112","15548.489"],["26252.374","15889.295"],["26413.306","15822.056"],["26434.375","15846.135"],["26398.116","15764.468"],["26411.866","15784.914"],["26423.622","15748.602"],["26318.936","15882.837"],["26298.591","15882.507"],["26325.367","15883.283"],["26446.941","15863.592"],["26433.898","15835.466"],["26460.016","15816.969"],["26354.892","15745.409"],["26361.076","15799.959"],["26394.415","15767.556"],["26257.978","15799.501"],["26289.842","15784.229"],["26344.808","15861.830"],["26410.872","15799.694"],["26406.217","15830.281"],["26425.000","15851.172"],["26380.024","15783.559"],["26354.941","15760.966"],["26413.774","15783.592"],["7269.390","17622.995"],["26743.882","16420.989"],["26867.786","16497.994"],["26813.050","16374.797"],["26819.280","16402.946"],["26780.742","16361.699"],["26791.571","16534.104"],["26823.454","16391.627"],["26815.785","16381.440"],["29150.430","15875.209"],["11992.684","16323.511"],["15080.768","14266.084"],["14925.738","14422.598"],["15065.202","14356.242"],["14948.205","14338.943"],["14909.917","14362.829"],["15022.439","14318.588"],["14977.298","14256.688"],["14890.302","14423.779"],["15085.053","14377.835"],["15080.504","14259.990"],["14950.080","14372.143"],["15012.175","14358.092"],["14972.020","14339.174"],["15043.771","14305.227"],["15064.099","14398.364"],["14935.723","14440.458"],["20841.604","10565.118"],["20829.712","10560.858"],["20784.429","10478.433"],["16293.661","16078.893"],["16342.131","15934.789"],["16349.369","16026.457"],["16258.351","16124.193"],["16293.447","16011.808"],["16352.795","16085.905"],["16298.497","16017.109"],["17593.797","15513.663"],["17581.825","15520.734"],["17566.637","15520.445"],["17575.124","15510.354"],["17596.951","15534.928"],["17592.747","15509.911"],["3512.786","8328.271"],["19096.706","14232.621"],["18083.390","16397.905"],["18079.134","16487.561"],["18116.897","16471.425"],["18124.315","16393.836"],["18111.141","16375.141"],["18176.138","16399.792"],["18138.295","16526.124"],["18046.284","16484.136"],["18060.433","16367.322"],["18084.101","16501.995"],["18044.073","16374.886"],["18044.710","16445.050"],["18048.740","16393.374"],["18178.622","16404.449"],["18110.236","16543.630"],["18070.648","16495.899"],["18050.852","16448.266"],["18897.124","17853.308"],["19038.064","17905.032"],["18984.881","17895.542"],["18896.863","17921.038"],["18923.127","17874.184"],["19007.364","17861.917"],["19016.123","17920.639"],["18897.905","17974.093"],["18892.321","17876.545"],["19063.652","17886.286"],["19011.279","17849.531"],["19075.432","17857.617"],["18894.693","17920.061"],["19000.416","18013.072"],["18917.866","18003.813"],["19036.003","18006.560"],["23790.358","17833.720"],["23794.685","17845.470"],["27515.130","16916.362"],["27710.556","16811.284"],["27614.776","16983.840"],["27530.343","16903.860"],["27532.153","16907.824"],["27710.277","16815.396"],["20272.763","12570.711"],["20290.789","12601.413"],["20302.664","12588.043"],["20298.009","12607.276"],["20297.319","12628.251"],["20280.805","12574.081"],["20329.391","12651.686"],["20352.138","12644.386"],["20288.766","12568.664"],["20306.578","12622.768"],["21834.490","15513.929"],["21885.555","15548.034"],["21912.986","15551.563"],["21919.743","15600.501"],["21898.309","15636.662"],["21945.873","15651.949"],["21991.964","15665.754"],["21985.618","15700.116"],["22013.152","15645.318"],["21850.066","15526.381"],["21885.193","15537.151"],["21914.795","15579.705"],["21931.092","15620.799"],["21894.197","15658.181"],["21962.337","15638.753"],["21990.240","15673.626"],["22031.178","15608.770"],["21841.480","15512.805"],["21895.835","15554.740"],["21912.394","15581.852"],["21909.365","15621.988"],["21928.671","15628.916"],["21926.596","15667.985"],["21999.121","15688.077"],["22028.152","15642.097"],["21842.418","15523.805"],["21894.141","15549.025"],["21919.302","15554.717"],["21913.444","15593.961"],["21908.293","15663.202"],["21954.837","15659.546"],["22001.833","15641.708"],["21982.674","15663.783"],["22036.458","15629.628"],["14706.050","19039.918"],["14682.711","18964.724"],["14854.238","19027.775"],["14725.853","19093.263"],["14811.656","19014.596"],["14848.514","19061.400"],["14857.955","19034.910"],["14918.347","17964.513"],["14934.087","17980.830"],["8001.492","17348.606"],["7938.951","17385.061"],["8024.982","17397.434"],["8004.803","17406.451"],["7994.769","17392.951"],["7941.593","17324.420"],["7988.195","17405.758"],["7976.346","17379.708"],["7944.957","17388.305"],["7935.766","17370.713"],["7952.111","17329.386"],["7983.729","17375.008"],["7981.423","17340.592"],["22934.810","16616.318"],["22918.960","16588.714"],["22964.909","16596.764"],["22964.892","16617.854"],["22921.955","16588.144"],["22921.702","16608.158"],["20883.545","12255.014"],["20889.828","12252.569"],["20919.845","12291.000"],["20866.964","12331.129"],["20900.207","12300.811"],["20934.821","12330.947"],["18166.006","18165.880"],["18148.095","18182.990"],["18139.544","18187.592"],["18250.710","18100.397"],["18097.932","18207.674"],["18115.432","18190.218"],["18220.989","18177.970"],["18089.610","18233.257"],["25637.967","16961.853"],["25620.269","16958.450"],["14912.477","9068.829"],["18331.228","13593.660"],["18440.035","13411.761"],["18424.657","13406.906"],["18255.082","13598.499"],["18379.739","13438.318"],["20387.457","6962.804"],["20460.039","6952.284"],["20440.302","6929.790"],["20500.954","6981.017"],["20530.970","7013.751"],["20519.457","7021.793"],["20398.115","6968.419"],["20463.838","6936.892"],["20384.940","6932.565"],["20373.164","6963.927"],["20510.872","7042.966"],["20430.938","7027.524"],["20448.372","7044.254"],["20514.701","6850.003"],["20510.589","6931.044"],["20561.971","6866.155"],["20498.698","6845.296"],["20366.355","6976.462"],["20356.618","6969.889"],["20525.559","7046.781"],["20450.428","7014.097"],["20515.605","6986.320"],["20498.385","6903.083"],["19525.004","5666.539"],["19568.240","5619.983"],["19525.958","5741.617"],["19546.694","5588.406"],["15765.412","14793.088"],["15730.137","14866.487"],["15753.661","14866.883"],["15827.406","14849.259"],["15806.649","14728.481"],["15747.703","14859.336"],["15728.195","14800.884"],["15747.428","14870.896"],["15818.426","14845.526"],["15777.109","14757.399"],["15801.353","14780.950"],["17646.940","15347.061"],["17656.815","15304.800"],["17688.163","15308.627"],["17660.417","15302.158"],["17821.779","15460.198"],["17798.047","15506.760"],["17669.943","15471.360"],["17686.542","15480.739"],["21006.474","13410.609"],["21184.167","13604.300"],["21186.552","13580.370"],["21008.760","13428.891"],["21004.007","13458.321"],["7960.645","8544.451"],["17853.401","15667.649"],["17971.586","15517.810"],["17862.154","15540.366"],["17860.169","15594.098"],["17915.833","15689.750"],["17942.083","15602.566"],["17932.466","15704.541"],["17957.954","15633.934"],["17989.173","15716.088"],["17981.487","15520.241"],["17878.420","15580.971"],["17946.136","15716.440"],["17996.821","15709.878"],["17858.232","15599.937"],["17931.550","15715.927"],["17902.755","15670.243"],["17919.334","15680.896"],["17890.205","15575.421"],["17892.228","15576.065"],["17851.643","15626.293"],["17892.254","15631.412"],["17905.742","15530.573"],["17882.925","15610.496"],["17877.576","15683.947"],["17879.224","15618.127"],["17885.008","15675.554"],["17848.880","15575.802"],["17868.323","15577.483"],["17911.006","15622.210"],["17867.943","15693.312"],["17853.938","15652.198"],["17840.286","15668.478"],["17955.295","15551.423"],["17958.589","15520.788"],["17952.057","15509.446"],["17864.043","15606.424"],["17931.214","15602.138"],["17870.025","15615.065"],["17999.271","15702.165"],["17953.141","15649.250"],["17900.066","15637.440"],["17885.590","15631.256"],["17872.677","15595.282"],["17851.276","15609.533"],["17869.302","15672.501"],["17922.680","15686.820"],["17913.568","15686.853"],["17932.043","15716.967"],["17910.361","15698.265"],["17844.661","15657.526"],["17927.257","15714.870"],["17944.165","15706.480"],["17907.565","15711.163"],["17978.219","15705.485"],["17911.183","15689.429"],["17982.709","15702.743"],["17988.641","15694.860"],["17849.228","15716.401"],["17990.324","15713.164"],["17928.951","15705.175"],["17920.403","15671.416"],["17898.807","15584.224"],["17858.502","15578.411"],["17902.032","15680.731"],["17847.992","15579.567"],["17905.288","15675.016"],["17901.917","15685.173"],["17905.550","15578.097"],["17905.025","15686.775"],["17908.051","15679.476"],["17900.732","15688.410"],["17877.213","15604.478"],["17867.920","15624.330"],["17835.403","15666.213"],["17929.398","15528.765"],["17928.477","15531.821"],["17918.944","15536.004"],["17923.905","15516.098"],["17916.209","15532.007"],["17909.299","15520.623"],["17972.337","15511.610"],["17918.674","15524.092"],["17879.849","15609.803"],["17910.066","15632.403"],["17832.602","15598.825"],["17896.823","15626.186"],["17911.629","15642.510"],["17877.235","15575.468"],["17868.810","15666.202"],["17890.063","15631.141"],["17846.976","15710.296"],["17892.777","15623.659"],["17857.998","15654.254"],["17859.677","15653.635"],["17874.203","15610.160"],["17889.004","15587.676"],["17902.409","15575.553"],["17863.271","15584.588"],["17887.639","15586.586"],["17897.918","15570.417"],["17861.104","15668.081"],["17868.666","15573.572"],["17878.012","15684.993"],["17907.402","15634.781"],["17865.365","15641.160"],["17897.155","15643.369"],["17896.612","15619.769"],["17852.661","15641.279"],["17972.846","15520.759"],["17860.413","15676.454"],["17974.573","15518.266"],["17912.287","15625.582"],["17930.950","15612.295"],["17361.049","17405.297"],["17260.789","17342.724"],["17365.337","17269.394"],["17363.491","17345.946"],["17298.783","17368.455"],["17260.164","17369.413"],["17329.626","17280.281"],["17340.243","17354.909"],["17289.178","17378.430"],["17329.182","17272.585"],["17322.439","17263.072"],["17236.385","17341.486"],["17224.346","17299.953"],["17308.237","17336.836"],["17361.755","17312.836"],["17395.901","17375.619"],["17339.223","17372.828"],["17361.411","17348.022"],["17373.385","17361.020"],["17216.727","17398.315"],["17293.388","17342.757"],["17270.033","17347.134"],["17291.036","17323.880"],["17234.194","17351.775"],["17357.505","17300.133"],["17280.498","17276.351"],["17336.995","17267.713"],["17281.388","17230.551"],["17288.853","17264.261"],["20198.525","6585.273"],["20175.828","6597.015"],["20304.424","6501.511"],["20307.253","6499.116"],["20320.164","6457.894"],["20296.990","6422.700"],["20263.257","6419.694"],["20305.164","6463.922"],["20267.303","6428.860"],["20216.469","6613.167"],["20174.775","6571.813"],["20170.318","6582.085"],["20242.845","6440.850"],["20319.095","6464.500"],["20280.641","6485.161"],["19225.024","15337.455"],["19125.094","15316.598"],["19201.570","15372.154"],["19292.794","15391.654"],["19276.409","15310.382"],["19201.965","15324.656"],["6922.209","9432.478"],["19699.759","5502.626"],["19669.216","5465.698"],["19669.364","5375.805"],["19705.581","5388.109"],["19675.187","5443.419"],["19675.400","5379.851"],["19673.575","5433.856"],["19683.164","5443.419"],["19701.437","5370.768"],["19598.240","5433.014"],["19676.124","5394.831"],["19692.588","5427.845"],["23708.477","16735.458"],["16374.184","14830.414"],["16425.895","14681.367"],["16473.618","14693.547"],["16558.392","14681.371"],["16410.598","14796.640"],["16404.991","14668.188"],["16482.944","14665.851"],["16406.355","14817.829"],["16419.678","14666.702"],["16471.134","14673.779"],["16418.756","14851.471"],["16367.192","14667.634"],["16499.210","14686.264"],["16490.789","14686.677"],["16499.226","14688.494"],["16521.253","14674.152"],["16522.350","14667.188"],["16563.585","14675.483"],["16508.846","14742.394"],["16486.231","14713.237"],["16428.946","14690.501"],["16534.838","14770.808"],["16550.163","14755.481"],["16377.931","14803.417"],["16408.962","14858.073"],["11427.146","16041.123"],["11406.732","15949.326"],["11352.766","15942.800"],["11446.190","16043.563"],["19460.984","15648.498"],["19475.451","15689.158"],["19396.946","15627.703"],["19478.373","15612.886"],["19508.696","15590.013"],["19434.189","15566.412"],["19505.563","15631.461"],["19424.501","15560.681"],["19488.422","15514.087"],["19456.043","15686.037"],["19432.149","15547.973"],["19404.288","15573.927"],["19496.040","15654.483"],["19436.432","15631.482"],["19432.473","15613.418"],["20584.615","16073.194"],["20626.667","16097.324"],["20585.223","16099.800"],["20603.460","16097.158"],["20715.703","16114.208"],["20607.704","16087.299"],["20719.108","16103.473"],["20624.118","16118.314"],["17382.973","16843.695"],["29213.183","16060.330"],["29373.583","16117.712"],["29201.324","16089.611"],["29229.149","15968.015"],["29315.886","15943.902"],["21351.969","7960.763"],["19808.558","14517.467"],["19864.075","14633.687"],["19920.717","14615.367"],["19924.161","14452.807"],["19807.440","14540.574"],["19809.019","14509.689"],["19888.482","14653.028"],["19875.901","14654.529"],["19934.141","14579.829"],["15089.550","12607.220"],["15004.783","12549.756"],["14946.349","12612.808"],["14913.554","12658.478"],["14885.228","12732.091"],["15039.879","12604.561"],["15025.696","12641.264"],["14997.813","12722.698"],["14972.526","12749.620"],["14989.405","12553.984"],["14928.357","12658.560"],["18366.845","12214.475"],["18410.346","12139.680"],["18444.806","12212.708"],["27735.503","17510.348"],["27832.768","17486.991"],["27751.186","17502.640"],["27758.913","17584.376"],["27739.697","17485.146"],["29861.355","15355.497"],["29840.154","15368.461"],["29864.289","15296.891"],["18730.388","18386.104"],["18713.431","18399.680"],["18866.770","18316.134"],["18674.467","18316.278"],["18793.294","18440.497"],["18833.741","18428.699"],["18842.442","18346.073"],["18854.722","18266.377"],["18849.103","18326.040"],["8754.263","16842.534"],["8751.045","16781.936"],["8747.175","16810.975"],["21187.619","12757.775"],["21164.165","12755.397"],["16415.940","15636.804"],["16505.491","15550.414"],["16545.870","15555.605"],["16441.467","15693.248"],["16371.054","15716.527"],["16548.045","15576.834"],["16565.808","15574.852"],["16410.203","15662.849"],["16361.524","15649.313"],["16462.661","15653.030"],["16518.361","15666.623"],["14081.764","12739.979"],["14120.080","12746.996"],["14115.902","12727.657"],["14120.999","12746.772"],["14137.695","12723.813"],["14122.612","12716.778"],["14246.587","12731.129"],["15994.737","18285.059"],["16054.096","18310.608"],["16055.264","18297.841"],["16129.473","18459.622"],["16115.258","18358.319"],["16059.277","18297.230"],["16132.659","18432.010"],["16069.242","18393.264"],["13946.536","14907.575"],["13837.093","14879.265"],["6086.983","7713.064"],["6042.632","7720.772"],["6049.811","7733.749"],["31947.967","10840.835"],["31945.236","10806.365"],["32072.035","10782.833"],["32007.280","10825.416"],["32014.496","10733.533"],["32109.799","10774.757"],["31981.458","10833.607"],["32139.805","10756.001"],["32053.565","10724.369"],["6948.583","7989.468"],["6888.885","8011.390"],["6978.095","7955.083"],["20980.777","15748.965"],["20840.022","15823.497"],["20789.061","15872.074"],["20843.881","15833.683"],["20816.601","15830.799"],["20798.035","15860.591"],["20872.420","15842.661"],["20842.357","15827.907"],["20804.942","15870.962"],["20942.168","15884.260"],["20983.310","15728.982"],["20851.117","15841.643"],["20831.617","15827.610"],["20783.371","15869.943"],["5551.514","8382.753"],["5605.861","8358.889"],["20609.381","15731.351"],["20578.357","15727.928"],["20611.338","15731.186"],["20588.341","15734.683"],["20610.763","15741.574"],["20588.193","15728.027"],["20607.523","15742.763"],["20582.683","15731.545"],["21383.018","15143.136"],["21350.916","15153.227"],["21268.850","15276.385"],["21300.229","15136.992"],["21328.924","15153.678"],["21269.014","15251.860"],["21299.270","15201.647"],["21347.413","15148.074"],["21372.196","15175.440"],["21274.902","15249.448"],["21314.648","15182.571"],["21224.412","15153.456"],["21303.712","15114.119"],["21370.255","15158.776"],["21389.962","15141.704"],["21271.087","15257.657"],["21319.846","15202.092"],["20542.539","14695.249"],["20436.445","14772.702"],["20412.164","14861.192"],["20492.680","14764.143"],["20360.425","14866.581"],["20518.904","14833.440"],["20518.278","14700.994"],["20560.918","14733.969"],["20510.015","14796.628"],["20523.985","14683.488"],["20448.924","14752.961"],["20566.050","14732.318"],["20387.901","14786.357"],["20358.971","14804.386"],["20359.783","14836.688"],["20528.831","14783.499"],["16422.907","17843.176"],["16449.569","18020.895"],["16414.568","17851.004"],["16463.089","18005.172"],["16431.608","17844.645"],["16472.973","18027.138"],["16397.775","17864.282"],["16500.243","18028.375"],["16477.694","17961.357"],["16402.167","17861.557"],["16445.917","17999.656"],["27432.607","17631.005"],["27435.206","17626.843"],["27448.775","17630.955"],["15479.526","15009.086"],["15471.585","15046.674"],["15502.777","15055.523"],["15491.644","14977.774"],["15506.234","14881.848"],["15469.312","14981.604"],["15453.032","14951.584"],["15456.388","15074.205"],["15502.366","15021.832"],["15478.159","14997.189"],["15501.809","14972.224"],["15453.284","15025.795"],["15391.691","15064.124"],["15334.175","15017.469"],["15360.158","14965.313"],["15404.511","14883.995"],["15439.266","14893.532"],["15361.549","14911.551"],["15310.769","14886.543"],["15484.723","15013.429"],["15461.848","14938.422"],["15473.460","15062.512"],["15508.172","15055.424"],["15513.619","14995.620"],["15499.210","14959.640"],["15513.553","14873.888"],["15398.763","15083.232"],["15336.544","14958.493"],["15369.286","14927.097"],["15386.808","14970.056"],["15424.299","14943.160"],["15464.328","15034.916"],["15502.341","14958.075"],["15472.720","14934.656"],["15472.013","15077.706"],["15480.829","15076.270"],["15466.947","15075.031"],["15510.047","15034.747"],["15493.455","15012.003"],["15513.009","14979.541"],["15474.753","14993.083"],["15478.404","14992.935"],["15452.816","14986.126"],["15488.802","16868.881"],["15499.345","16868.732"],["17699.342","17936.136"],["17725.328","17962.678"],["17805.346","17923.572"],["16088.421","15299.577"],["16088.075","15376.747"],["15962.691","15363.036"],["16084.987","15462.991"],["16114.134","15315.016"],["16033.938","15304.234"],["15958.935","15392.183"],["16100.269","15299.987"],["15947.328","15342.058"],["16076.671","15491.999"],["16096.364","15424.394"],["16112.999","15311.102"],["15951.884","15337.533"],["15938.006","15386.902"],["16014.631","15403.989"],["16105.114","15404.493"],["16080.608","15461.652"],["16128.523","15501.901"],["15983.560","15428.582"],["15982.257","15358.144"],["15947.112","15446.402"],["15968.678","15403.048"],["16123.173","15414.320"],["16119.708","15440.035"],["16100.417","15312.011"],["15945.223","15335.419"],["15940.058","15331.405"],["14140.777","14921.741"],["27363.177","15918.655"],["27431.550","15795.243"],["27441.864","15727.384"],["27511.993","15821.310"],["27317.980","15911.586"],["27420.399","15800.610"],["27439.693","15754.007"],["27371.993","15917.466"],["27410.350","15818.694"],["27391.590","15723.973"],["27304.822","15754.398"],["27347.618","15892.693"],["27434.609","15803.203"],["27455.712","15768.722"],["27358.416","15721.743"],["19463.999","15107.370"],["19392.428","15138.324"],["19479.756","15100.434"],["19433.785","15090.954"],["5752.132","16474.931"],["5777.822","16456.145"],["32196.223","13046.666"],["32178.715","13147.899"],["32262.407","12981.530"],["32196.166","13054.670"],["32281.059","13027.360"],["32165.294","13151.301"],["32267.095","13021.332"],["32235.376","13070.162"],["10989.239","14615.324"],["20008.793","15465.516"],["18029.516","17498.346"],["17903.446","17469.459"],["18032.066","17486.108"],["17957.126","17517.693"],["17833.922","17439.214"],["17959.001","17522.978"],["19511.238","5665.267"],["19509.544","5717.621"],["19492.570","5679.520"],["19514.095","5577.605"],["19389.720","5598.431"],["19345.230","5658.514"],["19485.806","5572.073"],["19445.493","5583.105"],["19367.484","5615.095"],["19352.763","5608.390"],["16398.240","14490.646"],["16508.464","14489.247"],["16535.263","14543.490"],["16566.457","14466.903"],["16511.659","14484.916"],["16493.796","14453.066"],["16374.495","14471.062"],["16482.000","14489.263"],["16535.707","14541.673"],["16528.533","14455.940"],["16384.022","14469.587"],["16450.027","14460.543"],["16556.349","14553.250"],["16534.126","14476.196"],["16482.677","14452.297"],["16533.910","14473.941"],["16379.276","14464.122"],["16377.533","14464.964"],["16413.602","14489.935"],["16497.296","14500.675"],["16487.773","14513.557"],["16485.142","14486.538"],["16499.836","14544.596"],["16473.125","14541.904"],["16498.964","14554.918"],["16542.961","14560.550"],["16514.655","14561.673"],["16538.520","14544.563"],["16485.292","14455.708"],["16447.168","14482.781"],["16425.121","14514.378"],["16617.001","14667.059"],["16576.660","14841.744"],["16700.516","14676.078"],["16706.358","14665.026"],["16589.681","14866.758"],["16690.516","14676.507"],["16756.683","14705.513"],["16671.128","14836.353"],["16609.308","14685.805"],["16680.041","14815.108"],["16650.156","14837.739"],["16705.747","14848.717"],["16612.937","14866.559"],["16605.837","14846.765"],["16611.808","14843.132"],["16673.901","14773.312"],["16595.986","14678.736"],["16621.265","14683.823"],["16641.710","14676.827"],["16763.476","14680.145"],["16607.595","14710.156"],["16669.251","14680.510"],["16758.452","14731.944"],["16757.382","14771.524"],["16774.766","14808.041"],["16709.894","14841.413"],["30176.217","15052.930"],["30076.231","14978.155"],["27935.884","15802.103"],["28058.352","15762.971"],["27975.604","15769.519"],["28052.629","15762.393"],["28027.826","15722.327"],["27960.045","15779.081"],["28110.057","15727.257"],["28053.286","15748.636"],["27959.881","15765.604"],["28107.096","15748.578"],["9604.516","15601.505"],["9568.427","15584.037"],["9574.982","15613.203"],["9510.082","15533.641"],["9520.474","15579.456"],["9475.266","15567.064"],["7553.929","7941.975"],["17814.833","17484.789"],["17798.495","17455.983"],["17797.179","17441.179"],["17774.325","17563.888"],["17719.283","17566.243"],["17627.138","17481.717"],["17675.335","17457.330"],["17629.189","17490.568"],["17810.008","17463.524"],["17738.939","17417.166"],["17644.387","17449.775"],["17631.870","17477.686"],["17664.453","17465.365"],["17818.791","17447.983"],["17824.975","17449.024"],["17811.884","17451.299"],["29215.975","16282.719"],["29328.900","16243.776"],["29244.593","16276.212"],["29279.463","16239.895"],["29357.502","16158.624"],["15928.642","15460.836"],["15866.427","15441.303"],["15901.590","15303.921"],["15934.910","15358.391"],["15786.133","15299.028"],["15909.464","15460.753"],["15896.606","15325.407"],["15773.048","15307.863"],["15898.231","15501.910"],["15779.918","15402.452"],["15883.975","15312.542"],["15789.044","15323.966"],["15775.119","15314.731"],["15931.290","15506.121"],["15911.014","15302.765"],["15914.188","15316.307"],["15929.894","15346.220"],["15801.856","15320.778"],["15800.179","15305.303"],["15786.699","15336.021"],["13594.494","9520.402"],["13609.716","9586.993"],["20457.342","6138.847"],["20542.079","6159.309"],["20489.842","6123.009"],["20534.233","6190.210"],["20396.815","6195.874"],["20384.957","6188.376"],["20415.631","6139.491"],["20494.184","6175.610"],["20526.766","6141.704"],["20395.954","6148.829"],["20388.997","6074.081"],["20418.174","6016.393"],["20521.420","6063.019"],["20564.425","6178.813"],["20478.098","6124.396"],["20497.457","6074.025"],["20496.717","6136.436"],["20412.687","6117.278"],["20545.467","6184.396"],["20497.605","6159.243"],["20429.759","6123.851"],["20471.980","6087.336"],["20358.479","6193.957"],["20409.194","6034.659"],["20386.530","6012.347"],["20548.130","6046.884"],["20543.208","6065.056"],["20517.128","6079.970"],["20453.674","6175.329"],["20535.993","6197.262"],["20544.003","6176.337"],["20521.388","6138.319"],["20557.852","6120.300"],["20392.917","6161.836"],["20365.230","6142.042"],["20402.763","6006.253"],["20376.809","6024.156"],["20482.867","6039.683"],["20515.976","6030.335"],["20459.561","6030.170"],["20491.321","6062.788"],["14717.754","9085.996"],["14764.916","9110.210"],["14699.435","9047.667"],["27629.389","7765.561"],["27680.001","7727.393"],["27669.968","7842.273"],["27639.258","7709.905"],["27707.353","7797.219"],["27638.403","7712.530"],["27707.106","7706.765"],["27723.603","7817.236"],["27660.116","7697.302"],["20436.326","13972.505"],["20432.480","13997.600"],["20449.303","13976.923"],["20443.596","13988.109"],["20428.604","13991.611"],["9205.731","16618.235"],["9202.295","16608.846"],["9255.662","16574.981"],["9286.122","16568.490"],["9254.666","16578.444"],["9202.183","16611.706"],["9208.003","16624.093"],["17897.766","15941.697"],["17856.106","16065.436"],["17931.672","16048.786"],["18021.921","16094.103"],["18013.342","16005.036"],["17899.180","15964.670"],["17910.267","16074.189"],["17948.366","16024.888"],["18025.227","16056.564"],["17935.299","15995.735"],["17862.405","16075.015"],["17954.304","16034.335"],["17980.375","16092.600"],["18029.345","16001.453"],["17943.785","15966.173"],["17910.794","16069.747"],["17985.307","16051.379"],["17991.510","16097.753"],["17899.361","15967.362"],["17961.524","16061.011"],["18006.362","16083.632"],["17996.500","16003.583"],["13808.230","13071.221"],["20916.780","16021.802"],["20912.899","16029.647"],["20968.623","16095.788"],["20929.905","16033.776"],["20949.938","16098.084"],["20919.814","16082.605"],["20931.970","16129.279"],["20921.007","16027.896"],["20960.293","16134.428"],["20973.433","16111.658"],["17360.290","17537.024"],["17318.262","17593.101"],["17302.741","17526.982"],["17376.514","17437.375"],["17289.682","17597.668"],["17379.098","17469.856"],["17373.455","17549.501"],["17256.619","17564.509"],["17369.424","17493.481"],["17398.063","17410.026"],["17339.221","17526.949"],["17342.873","17586.867"],["17308.218","17503.481"],["17355.060","17515.141"],["6493.343","8001.407"],["6508.600","8037.438"],["6519.671","8064.832"],["6516.889","8030.703"],["27464.086","12213.954"],["27483.889","12211.311"],["27484.645","12270.636"],["27474.744","12258.795"],["27460.040","12197.207"],["19978.156","8615.255"],["19979.027","8603.583"],["19987.333","8539.917"],["19971.346","8576.201"],["19958.979","8579.565"],["7527.171","12985.498"],["18618.791","17184.474"],["18581.397","17029.496"],["18557.652","16990.893"],["18669.237","17161.139"],["18588.469","17074.913"],["18530.267","17026.732"],["18617.465","17143.406"],["18599.950","17067.828"],["18645.730","17098.128"],["18540.876","17039.068"],["18617.115","16997.081"],["18599.487","17041.147"],["17792.168","14245.086"],["17770.688","14254.665"],["24304.263","9172.435"],["24270.676","9170.339"],["24298.654","9172.848"],["15507.522","18035.600"],["27909.450","15615.022"],["27924.011","15588.715"],["27852.979","15574.513"],["27856.032","15536.855"],["27727.514","15679.781"],["27921.593","15544.652"],["27805.989","15586.685"],["23931.626","17457.508"],["23926.414","17523.799"],["23915.082","17547.069"],["23825.545","17587.195"],["23851.364","17477.022"],["23880.233","17535.192"],["23920.935","17421.323"],["23817.315","17594.747"],["23870.497","17509.973"],["15861.691","18107.717"],["15860.361","18049.742"],["15845.704","18100.682"],["15925.090","18179.845"],["15762.632","18063.155"],["15892.449","18070.122"],["15822.892","18106.247"],["15923.757","18212.909"],["15924.613","18201.166"],["15920.896","18230.349"],["15933.363","18238.739"],["21583.548","16375.224"],["21590.686","16402.194"],["21585.225","16389.857"],["25069.721","16940.073"],["25163.864","16974.410"],["25072.057","16924.004"],["25168.804","16865.238"],["25153.585","16888.531"],["25052.524","16901.557"],["25006.142","16895.540"],["25114.242","16899.166"],["25077.392","16863.903"],["25036.093","16911.494"],["25190.729","16854.933"],["25122.565","16897.168"],["25043.445","16888.890"],["19152.917","18029.858"],["19257.109","17887.621"],["19123.635","17896.393"],["19149.994","17909.114"],["19231.313","17918.010"],["19291.328","17890.114"],["19270.201","17881.890"],["19300.851","17883.772"],["19102.649","17888.218"],["19132.182","17889.527"],["19230.178","17892.775"],["19294.831","17932.921"],["19193.415","17937.025"],["19225.935","17883.097"],["19169.200","17969.594"],["8258.215","18908.133"],["8286.258","18950.865"],["8282.902","18933.947"],["8337.371","18936.270"],["8279.761","18937.398"],["8314.871","18909.647"],["8255.583","18910.792"],["8329.263","18939.127"],["27571.950","16724.967"],["28577.558","9383.557"],["28572.492","9418.817"],["28600.814","9424.185"],["31502.940","11303.548"],["28418.454","15570.705"],["28378.668","15533.199"],["28397.698","15507.584"],["14901.246","12417.872"],["14964.165","12505.686"],["15081.162","12367.086"],["14972.271","12379.617"],["15041.748","12385.279"],["15071.414","12433.027"],["14914.157","12420.597"],["14944.214","12470.327"],["15055.708","12463.455"],["15012.479","12538.911"],["15063.120","12348.374"],["14986.201","12377.965"],["14999.889","12374.478"],["27637.844","12070.027"],["27649.456","12039.551"],["27632.779","12077.558"],["27645.081","12075.989"],["15104.269","17449.075"],["15213.613","17430.263"],["15211.066","17560.091"],["15299.507","17522.069"],["15298.670","17599.512"],["15135.815","17505.343"],["15189.119","17576.708"],["15203.190","17547.371"],["15230.457","17524.796"],["15181.752","17545.616"],["15181.151","17504.406"],["15215.650","17488.164"],["15244.046","17439.377"],["15286.696","17485.486"],["15276.187","17510.300"],["15266.506","17540.087"],["15266.872","17598.939"],["15223.162","17602.346"],["15299.887","17609.339"],["15303.783","17492.127"],["15146.094","17418.472"],["15244.438","17574.129"],["15108.133","17556.393"],["15165.778","17604.783"],["15156.798","17582.867"],["15142.600","17602.993"],["15142.403","17605.173"],["15169.661","17583.000"],["15178.115","17556.542"],["15222.943","17550.311"],["15202.795","17574.935"],["15232.891","17511.320"],["15235.440","17515.482"],["15197.871","17541.388"],["15185.864","17542.660"],["15180.443","17499.221"],["15213.858","17472.574"],["15219.483","17464.167"],["15242.102","17465.043"],["15233.402","17466.727"],["15256.233","17444.414"],["15260.707","17460.896"],["15269.280","17413.196"],["15287.997","17420.562"],["15290.035","17456.436"],["15299.788","17478.120"],["15275.924","17508.979"],["15270.684","17540.929"],["15276.046","17549.533"],["15276.789","17574.530"],["15279.553","17606.520"],["15131.369","17518.972"],["15125.176","17487.777"],["15152.720","17444.739"],["15225.596","17606.260"],["15206.007","17598.895"],["15135.025","17459.645"],["15280.685","17447.649"],["15247.777","17559.215"],["15155.354","17521.181"],["15224.863","17447.951"],["15289.290","17581.296"],["15258.270","17560.735"],["15119.823","17478.236"],["15133.331","17468.514"],["15303.286","17545.342"],["15229.010","17575.780"],["17575.134","12285.237"],["17583.406","12207.439"],["28553.582","15718.628"],["27667.457","7858.229"],["27607.638","7848.584"],["27709.557","7884.965"],["27531.749","7866.221"],["27526.403","7895.354"],["27586.502","7850.812"],["27569.972","7888.682"],["27531.544","7700.656"],["27515.458","7750.813"],["27516.100","7687.725"],["27603.212","7871.754"],["27518.656","7866.568"],["27561.798","7882.191"],["27577.242","7877.534"],["27655.873","7879.630"],["27539.981","7723.926"],["27539.028","7752.035"],["27715.253","7893.952"],["27606.633","7894.627"],["27583.920","7883.942"],["27534.133","7890.796"],["27575.893","7889.541"],["27534.643","7858.277"],["27608.476","7868.649"],["13708.099","8924.705"],["13659.480","8782.581"],["18636.838","15511.564"],["14611.699","14714.590"],["14661.678","14667.240"],["14625.900","14811.107"],["14614.297","14672.391"],["14596.814","14710.015"],["14623.843","14818.174"],["14671.563","14796.356"],["14628.375","14767.448"],["27159.257","15522.961"],["27209.557","15571.242"],["27197.321","15592.431"],["27184.911","15623.947"],["27272.685","15647.877"],["27181.214","15542.780"],["27195.101","15601.646"],["27177.032","15651.032"],["27293.853","15647.299"],["27198.356","15565.825"],["27187.288","15583.182"],["27189.220","15634.549"],["27291.715","15647.860"],["27147.530","15522.235"],["27186.976","15606.304"],["27288.409","15673.822"],["27200.960","15510.035"],["15295.373","15330.201"],["15112.269","15434.465"],["15168.315","15310.914"],["15187.676","15312.220"],["15225.472","15333.178"],["15162.322","15428.279"],["15156.868","15332.020"],["15288.341","15455.313"],["15193.093","15435.964"],["27193.358","10247.655"],["27190.786","10272.379"],["27225.138","10370.781"],["27189.631","10256.232"],["27200.563","10253.520"],["27217.309","10382.028"],["27178.358","10242.106"],["27186.642","10274.179"],["27227.868","10379.683"],["27175.381","10241.181"],["27182.069","10268.663"],["27218.657","10371.029"],["29942.533","15188.504"],["27750.046","16759.707"],["14031.379","8531.455"],["15418.468","14606.708"],["15366.477","14638.042"],["15410.079","14622.117"],["15309.902","14609.547"],["15478.330","14505.537"],["15332.895","14610.919"],["15473.106","14556.261"],["15391.658","14641.675"],["15405.589","14631.976"],["15314.885","14614.469"],["15346.793","14627.435"],["15421.241","14539.608"],["15496.544","14535.947"],["15470.263","14616.084"],["15449.452","14658.012"],["15367.691","14640.847"],["15351.901","14632.537"],["15390.983","14656.159"],["15380.046","14633.418"],["15376.510","14648.661"],["15409.504","14637.938"],["15403.747","14634.288"],["15407.448","14626.906"],["24109.816","17500.347"],["24108.846","17523.089"],["24121.724","17497.242"],["24114.734","17490.141"],["18001.408","17797.101"],["17880.582","17750.490"],["18000.760","17753.050"],["17919.419","17758.439"],["17928.054","17734.426"],["17880.369","17765.816"],["18036.599","17756.551"],["17911.392","17769.158"],["17866.676","17795.150"],["17896.276","17765.193"],["17975.931","17779.248"],["19945.849","6545.758"],["19952.526","6603.412"],["15592.492","14883.090"],["15636.863","14971.187"],["15724.132","15030.380"],["15699.876","15011.898"],["15635.596","15002.043"],["15616.301","15071.999"],["15654.468","15055.797"],["15563.469","14960.074"],["15713.710","14893.109"],["15642.373","14968.726"],["15680.702","15021.942"],["15650.586","14972.177"],["15598.357","15054.873"],["15664.155","15066.582"],["15569.489","14962.287"],["15688.083","15022.088"],["15588.028","15036.954"],["15660.553","15066.202"],["15573.288","14971.750"],["15594.198","14975.827"],["15689.507","14995.219"],["15608.006","14886.042"],["15553.230","14897.084"],["15568.364","14908.028"],["15516.728","15004.935"],["15663.866","15016.450"],["15677.669","15051.400"],["15700.024","14991.370"],["15691.751","15016.142"],["15691.521","14994.441"],["15655.793","15008.335"],["15620.709","15074.394"],["15581.959","15042.057"],["15601.400","15049.605"],["15645.027","15071.024"],["15642.724","15080.405"],["15637.182","15077.366"],["15695.137","15065.559"],["15520.228","15032.468"],["15515.606","15053.376"],["15580.640","14940.668"],["15552.170","14937.233"],["15582.318","14979.793"],["15683.602","14879.002"],["15685.932","14957.968"],["15657.017","14919.287"],["15619.106","14891.999"],["15712.602","14934.650"],["16611.099","16341.403"],["16634.274","16350.057"],["16765.687","16174.273"],["16638.665","16341.155"],["16588.452","16341.575"],["16763.706","16160.140"],["19917.087","6094.783"],["19902.070","6078.796"],["19912.580","6079.787"],["19907.399","6093.395"],["19891.922","6138.928"],["19906.824","6122.842"],["19928.115","6194.430"],["19902.654","6158.674"],["19901.651","6166.139"],["19898.172","6168.078"],["19926.445","6111.876"],["19887.111","6101.630"],["19882.292","6140.425"],["19862.325","6114.562"],["19882.819","6164.686"],["19870.796","6090.450"],["19868.444","6091.622"],["19899.389","6068.061"],["19777.513","5998.789"],["19739.371","6015.618"],["19888.575","6119.781"],["19883.855","6113.406"],["19862.819","6105.974"],["28354.980","9536.313"],["19776.557","5639.176"],["19804.699","5721.373"],["19755.225","5628.937"],["19922.419","5680.700"],["19933.389","5632.095"],["19924.600","5593.733"],["19783.663","5631.067"],["19735.965","5640.068"],["19783.679","5685.815"],["19922.994","5637.033"],["19910.363","5645.109"],["19926.679","5674.325"],["19858.086","5605.674"],["19755.472","5681.224"],["19769.304","5659.573"],["19732.363","5659.275"],["19926.712","5692.806"],["19854.386","5574.741"],["19834.748","5601.231"],["19921.590","5590.315"],["16736.251","17144.192"],["16602.064","17091.309"],["16717.764","17050.913"],["16755.250","17042.199"],["16709.232","17129.282"],["16767.488","17155.050"],["16761.682","17197.329"],["16748.471","17177.800"],["16690.560","17121.846"],["16661.797","17026.112"],["16746.714","17071.910"],["16710.612","17128.789"],["16652.620","17155.558"],["16671.518","17170.851"],["16651.123","17131.627"],["16731.251","17177.421"],["16772.192","17125.999"],["16676.189","17142.593"],["16601.669","17153.522"],["16713.521","17059.980"],["16672.534","17096.677"],["16678.142","17071.722"],["16674.820","17089.063"],["16721.221","17054.255"],["16736.221","17053.347"],["16711.682","17145.533"],["16716.353","17147.036"],["16728.590","17144.691"],["16644.248","17158.415"],["16602.245","17091.589"],["16599.252","17118.559"],["16587.821","17140.640"],["16695.922","17058.791"],["16685.988","17064.571"],["16649.458","17120.756"],["16720.149","17038.427"],["16710.642","17053.010"],["16729.313","17099.425"],["16718.935","17091.084"],["14036.153","14020.657"],["23107.778","16876.254"],["23125.738","16857.137"],["23162.527","16922.610"],["23119.472","16887.221"],["23128.074","16894.561"],["23160.668","16929.464"],["23115.195","16899.227"],["23131.001","16869.970"],["23154.599","16910.670"],["23125.557","16881.358"],["23153.847","16888.384"],["23148.185","16904.840"],["15772.884","15156.726"],["15856.277","15277.940"],["15744.060","15170.189"],["15752.740","15139.506"],["15796.667","15137.277"],["15798.533","15108.057"],["15889.987","15150.393"],["15864.678","15257.085"],["15815.242","15180.760"],["15816.183","15257.401"],["15729.103","15266.127"],["15751.308","15286.847"],["15805.351","15193.159"],["15735.322","15122.314"],["15787.292","15140.910"],["15862.993","15147.519"],["15902.750","15163.275"],["15878.165","15263.806"],["15811.689","15179.273"],["15830.936","15240.274"],["15930.467","15114.897"],["15813.131","15283.539"],["15883.991","15229.715"],["15726.822","15235.267"],["15757.115","15127.549"],["15789.364","15147.038"],["15788.747","15085.431"],["15874.503","15155.382"],["15912.109","15167.883"],["15872.606","15278.026"],["15807.561","15185.945"],["15809.851","15261.843"],["15740.468","15267.250"],["15733.748","15095.721"],["15843.037","15279.195"],["15773.854","15198.312"],["15885.220","15093.476"],["15794.102","15263.226"],["15727.118","15227.142"],["15742.970","15124.709"],["15733.513","15107.896"],["15790.384","15153.231"],["15782.424","15138.780"],["15819.234","15128.653"],["15798.714","15101.863"],["15799.125","15104.126"],["15791.165","15101.302"],["15843.269","15140.271"],["15856.296","15142.335"],["15849.881","15124.911"],["15889.493","15156.735"],["15909.090","15155.823"],["15884.790","15149.568"],["15879.777","15255.070"],["15862.918","15239.711"],["15877.704","15239.050"],["15847.446","15193.741"],["15828.663","15190.074"],["15837.199","15177.655"],["15804.325","15264.750"],["15843.502","15240.522"],["15835.854","15256.922"],["15729.449","15266.177"],["15738.347","15273.229"],["13600.110","15099.328"],["6196.944","9750.104"],["6201.692","9681.804"],["27915.411","7360.483"],["27826.069","7424.496"],["27891.974","7361.275"],["27803.668","7413.976"],["27788.048","7262.956"],["27763.607","7278.629"],["27920.166","7282.729"],["27797.747","7343.587"],["27774.572","7411.383"],["27751.201","7392.687"],["27726.651","7422.322"],["27806.732","7288.621"],["27734.742","7262.940"],["27864.820","7282.779"],["27821.546","7402.332"],["27893.454","7455.082"],["27818.191","7344.512"],["27731.355","7419.300"],["27734.907","7361.398"],["27867.156","7334.125"],["14874.168","14295.852"],["14833.799","14338.188"],["14881.783","14324.109"],["14868.805","14384.803"],["29506.503","16183.427"],["29475.434","16185.178"],["20299.122","7885.986"],["20265.406","7883.829"],["20314.928","7891.189"],["16258.649","14187.652"],["16252.868","14128.977"],["16231.328","14194.704"],["16149.950","14114.215"],["16214.180","14133.492"],["16356.091","14148.027"],["16297.009","14235.550"],["16330.390","14030.611"],["16289.588","14048.114"],["16193.784","14081.415"],["16266.689","14095.954"],["16195.495","14097.798"],["16296.445","14094.009"],["16214.574","14042.802"],["31520.576","13229.744"],["31708.037","13237.297"],["31589.391","13237.555"],["31624.013","13297.772"],["31579.408","13215.607"],["31620.705","13300.700"],["31606.408","13241.492"],["31662.644","13211.706"],["15098.494","13076.126"],["19735.070","16670.488"],["19824.388","16665.486"],["19829.976","16653.469"],["19854.960","16641.927"],["19848.575","16635.942"],["19856.076","16637.818"],["19825.366","16682.766"],["19769.964","16772.163"],["19748.683","16651.064"],["19854.844","16633.531"],["14676.945","15582.020"],["21362.901","13614.404"],["21260.175","13800.366"],["21377.028","13730.666"],["21349.400","13717.722"],["21408.681","13708.451"],["21353.969","13798.400"],["21375.689","13728.725"],["21406.260","13653.766"],["21398.764","13671.066"],["21383.603","13669.054"],["21395.838","13658.905"],["21230.667","13812.167"],["5928.458","16414.816"],["6020.080","16363.097"],["5985.798","16402.664"],["5979.328","16365.920"],["18631.854","15439.243"],["18589.601","15446.642"],["18640.707","15334.890"],["18604.278","15296.177"],["15862.843","15791.213"],["15769.751","15837.976"],["15836.584","15725.556"],["15743.830","15781.799"],["15768.917","15792.265"],["15732.765","15822.637"],["23135.121","16565.299"],["23142.993","16564.473"],["13814.074","8689.894"],["15093.457","13625.932"],["15105.724","13715.224"],["15288.115","13754.967"],["15188.617","13698.521"],["15104.222","13658.768"],["15103.700","13730.705"],["15253.839","13765.057"],["15189.962","13681.519"],["15098.219","13666.182"],["15112.357","13716.931"],["15297.282","13621.559"],["15148.531","13700.081"],["28130.028","7261.604"],["28077.139","7157.015"],["28055.083","7137.197"],["28064.476","7055.578"],["27995.314","7214.075"],["28078.636","7123.043"],["28009.738","7177.874"],["27998.175","7259.806"],["27938.735","7080.681"],["27939.080","7130.772"],["28115.561","7059.542"],["28141.400","7082.927"],["27959.294","7146.049"],["28013.933","7053.910"],["28127.584","7085.735"],["14588.057","14429.861"],["14493.941","14251.625"],["14549.537","14440.496"],["14469.817","14252.433"],["14550.557","14428.374"],["14479.260","14259.083"],["14944.201","8707.052"],["14912.113","8680.495"],["14685.724","9203.538"],["14706.955","9247.366"],["14751.837","9223.065"],["14687.254","9198.153"],["27211.523","16820.714"],["27184.171","16912.329"],["27162.302","16895.466"],["19646.077","16817.224"],["19697.462","16790.151"],["5857.708","8897.483"],["13773.304","13170.572"],["13760.383","13046.860"],["13731.939","13034.622"],["13787.390","13051.770"],["13761.080","13036.450"],["14815.092","19244.440"],["14686.741","19205.055"],["14720.836","19103.568"],["14841.113","19106.999"],["14869.419","19164.257"],["14858.611","19250.121"],["14768.250","19216.744"],["14821.227","19278.528"],["14753.118","19117.025"],["14729.960","19219.783"],["14800.141","19288.437"],["14688.764","19140.166"],["14868.731","19246.046"],["14736.132","19179.027"],["14724.537","19126.475"],["14710.573","19187.218"],["14722.366","19149.844"],["14757.497","19225.567"],["14819.699","19141.004"],["14857.758","19105.331"],["14859.682","19126.454"],["14870.241","19110.715"],["14800.207","19303.515"],["14688.336","19121.157"],["14879.385","19300.080"],["14854.553","19222.561"],["17477.673","12216.744"],["17560.675","12251.435"],["22857.562","16262.802"],["22825.480","16339.261"],["22810.259","16271.409"],["22807.775","16316.923"],["30285.461","14173.709"],["30305.319","14090.067"],["30293.966","14208.835"],["30355.789","14112.570"],["30411.197","14230.243"],["26377.503","7493.561"],["15107.631","17646.595"],["15132.057","17739.744"],["15186.683","17737.770"],["15113.157","17790.846"],["15121.192","17769.204"],["15145.359","17715.721"],["15198.077","17759.413"],["15196.784","17780.590"],["15147.048","17809.088"],["15170.415","17793.571"],["15096.446","17811.851"],["15123.130","17816.774"],["15154.858","17690.760"],["15109.189","17625.818"],["15096.480","17633.993"],["15106.103","17719.249"],["15134.959","17697.678"],["15248.057","17830.637"],["15188.887","17738.232"],["15165.252","17754.913"],["15100.913","17748.048"],["15176.016","17731.129"],["15165.934","17738.859"],["15191.877","17759.050"],["15218.972","17773.174"],["15203.379","17791.490"],["15118.794","17805.709"],["15137.163","17773.267"],["15160.551","17806.826"],["15187.405","17768.352"],["15156.138","17776.230"],["15094.964","17709.333"],["15097.677","17690.010"],["15103.173","17795.352"],["15095.508","17810.530"],["15126.831","17821.167"],["15117.752","17832.050"],["15154.167","17699.794"],["15147.670","17686.631"],["10479.429","16226.261"],["10471.164","16218.956"],["10475.556","16213.277"],["10479.973","16222.713"],["15625.256","17656.068"],["15644.129","17721.835"],["15625.179","17636.909"],["15582.321","17634.795"],["15579.018","17624.360"],["15697.608","17661.207"],["15690.700","17669.168"],["15625.470","17670.470"],["15646.737","17654.169"],["15647.155","17712.834"],["15620.527","17702.975"],["15610.426","17634.200"],["15561.992","17632.928"],["15582.305","17628.370"],["15546.948","17622.409"],["15697.376","17628.312"],["15691.603","17629.451"],["15716.171","17653.500"],["16800.286","18336.439"],["16799.628","18360.188"],["16855.259","18272.179"],["16811.524","18296.452"],["7107.714","12522.505"],["7160.625","12501.663"],["16454.414","15981.631"],["16449.200","15987.147"],["16473.010","15936.120"],["16365.180","16080.274"],["16381.726","16049.935"],["16363.983","16103.371"],["16416.004","15935.443"],["16375.854","16029.853"],["16383.027","16116.227"],["16405.318","16019.154"],["16367.423","15947.395"],["16546.310","15977.848"],["16359.421","16129.620"],["16465.510","15946.046"],["16406.463","16100.687"],["16399.555","16074.840"],["16385.431","15985.192"],["16428.871","16004.835"],["16478.941","15938.542"],["16430.510","15949.911"],["16404.047","15960.546"],["16438.915","15962.809"],["16387.402","15950.290"],["19787.928","17180.731"],["19871.354","17198.032"],["19839.868","17182.449"],["7020.816","7851.195"],["6941.614","7802.880"],["6898.445","7733.018"],["6936.037","7790.421"],["7024.583","7772.505"],["15886.058","12669.122"],["15828.113","12718.305"],["15735.255","12609.137"],["15765.776","12627.326"],["15897.809","12587.960"],["15789.676","12680.452"],["15902.559","12745.276"],["15780.282","12625.905"],["15915.046","12633.311"],["15906.488","12578.602"],["15812.011","12663.623"],["15860.860","12614.704"],["15845.877","12654.506"],["22056.405","15625.569"],["22119.600","15585.345"],["22087.295","15637.012"],["22124.640","15660.075"],["22116.346","15699.960"],["22136.407","15668.285"],["22175.295","15674.779"],["22200.523","15674.497"],["22141.021","15544.606"],["22113.720","15578.257"],["22121.614","15526.572"],["22196.539","15526.884"],["22072.820","15597.757"],["22128.136","15602.835"],["22106.654","15663.436"],["22118.505","15650.381"],["22108.796","15699.167"],["22093.812","15698.891"],["22168.710","15648.318"],["22182.852","15682.830"],["22190.227","15666.537"],["22150.001","15555.572"],["22130.858","15555.037"],["22075.797","15601.109"],["22108.597","15621.150"],["22116.045","15651.694"],["22133.012","15666.896"],["22116.510","15702.107"],["22132.345","15651.637"],["22176.217","15686.106"],["22183.519","15665.580"],["22181.625","15671.541"],["22152.633","15550.865"],["22138.572","15546.763"],["22188.677","15519.386"],["22198.021","15512.474"],["22188.056","15693.291"],["22076.866","15616.320"],["22126.557","15598.491"],["22118.332","15623.222"],["22093.648","15707.722"],["22072.907","15711.955"],["22122.339","15556.011"],["22200.684","15520.625"],["22201.344","15515.281"],["15883.794","14450.339"],["15921.506","14462.105"],["15899.647","14452.394"],["15934.812","14518.478"],["15920.355","14477.745"],["15879.798","14465.319"],["15902.164","14463.591"],["15906.884","14481.130"],["15933.365","14450.528"],["15737.357","14561.008"],["15730.206","14581.257"],["15788.208","14571.088"],["15776.189","14556.159"],["15732.872","14485.079"],["20425.751","12958.634"],["20397.616","12963.364"],["20408.388","12761.452"],["20508.463","12787.343"],["20463.266","12811.141"],["20430.182","12927.542"],["20393.044","12939.516"],["20418.932","12894.479"],["20442.781","12901.910"],["20494.697","12768.169"],["20361.432","12942.142"],["20459.943","12814.659"],["20513.480","12793.222"],["20359.014","12905.874"],["20503.792","12824.998"],["20503.200","12790.200"],["24586.365","16920.999"],["15239.364","14796.890"],["15252.906","14771.334"],["15114.676","14662.842"],["15269.446","14680.283"],["15278.533","14809.304"],["15183.009","14746.731"],["15247.841","14769.468"],["15254.837","14826.295"],["15195.835","14860.231"],["27402.753","15455.544"],["27363.575","15423.174"],["27430.171","15499.756"],["27305.958","15460.276"],["25180.802","14742.503"],["25191.181","14718.521"],["25192.874","14749.786"],["25196.806","14725.474"],["25189.733","14743.279"],["25197.629","14717.530"],["25184.733","14758.688"],["6294.023","9388.705"],["20997.170","12126.744"],["21008.025","12140.419"],["19574.252","6113.467"],["19695.946","6128.447"],["19613.462","5994.508"],["19639.482","6150.775"],["19581.669","5997.860"],["19676.883","6069.157"],["19605.189","6053.781"],["19628.857","6150.329"],["19690.419","6197.464"],["19561.719","6183.079"],["19644.367","6002.303"],["19520.025","6111.436"],["19689.449","6068.347"],["19704.087","6024.367"],["27945.618","7985.243"],["28066.459","8056.106"],["27942.566","7957.250"],["28075.811","7967.511"],["27963.285","8049.593"],["27946.826","8053.226"],["27995.888","8054.084"],["28005.987","8062.970"],["27965.658","8079.221"],["27951.464","8064.440"],["27944.572","7981.478"],["28108.820","8082.729"],["27977.364","8025.844"],["27950.522","8051.707"],["28040.214","8081.880"],["28007.615","8067.115"],["27968.898","8099.254"],["28011.612","8068.155"],["28068.761","8076.684"],["28117.965","8096.437"],["27937.315","8027.561"],["27953.877","8064.952"],["27957.895","8088.585"],["28022.747","8064.324"],["27937.484","8100.294"],["23184.568","17005.683"],["23166.339","17143.751"],["23255.084","17158.774"],["23200.177","17009.482"],["23195.747","17151.397"],["23239.097","17133.258"],["23186.986","16989.878"],["23222.231","17119.617"],["23174.415","17160.993"],["23251.762","17139.154"],["23190.884","16996.468"],["23219.550","17137.173"],["23176.307","17161.785"],["23273.255","17173.020"],["23239.903","17120.624"],["16412.257","17514.287"],["16376.855","17580.474"],["16407.718","17535.774"],["16544.532","17525.282"],["15419.633","14228.923"],["15415.817","14236.421"],["19953.057","6087.153"],["19937.654","6146.998"],["20109.749","6026.141"],["20070.341","6068.156"],["20044.255","6050.551"],["20044.189","6039.717"],["20040.891","6200.026"],["19989.176","6156.368"],["20056.133","6104.411"],["19986.511","6066.773"],["19946.462","6104.494"],["19936.347","6070.770"],["19936.289","6113.538"],["19938.822","6164.554"],["20134.601","6019.056"],["20120.111","6017.603"],["20065.176","6043.680"],["20089.370","6078.296"],["19937.662","6129.861"],["20022.120","6096.500"],["20033.731","6120.117"],["19936.774","6178.284"],["19998.797","6174.518"],["19965.245","6158.631"],["19990.574","6138.218"],["19954.702","6062.991"],["20088.515","6045.613"],["20067.907","6021.418"],["20061.245","6009.725"],["22233.708","16095.038"],["22229.977","16096.164"],["22208.368","16047.466"],["9640.554","13861.933"],["9664.012","13827.821"],["9664.580","13854.313"],["9640.144","13858.950"],["5441.285","7894.081"],["18779.519","14174.636"],["18759.373","14215.183"],["18745.084","14161.095"],["18762.381","14187.816"],["18766.495","14217.775"],["18758.703","14233.105"],["18769.683","14185.817"],["18766.067","14211.268"],["18748.428","14162.469"],["18774.650","14162.729"],["18766.840","14211.087"],["17643.339","18723.808"],["17623.487","18688.729"],["17642.089","18743.279"],["17731.302","18701.910"],["17790.304","18757.626"],["17662.807","18735.181"],["19479.696","6215.862"],["15312.426","14335.887"],["15409.066","14389.656"],["15367.089","14433.476"],["15328.808","14338.579"],["15448.692","14439.275"],["15153.695","12873.311"],["15273.225","12838.593"],["15247.869","12927.168"],["15167.506","12942.382"],["15118.818","12970.217"],["15221.632","12798.764"],["15134.647","12816.230"],["15122.075","12940.803"],["15192.621","12960.499"],["15155.142","12919.256"],["15280.451","12939.026"],["15290.972","12886.653"],["15097.032","12803.678"],["15243.721","12763.290"],["28321.272","8110.280"],["28329.451","8144.701"],["17375.720","16896.821"],["17352.002","16875.122"],["17217.738","16944.067"],["16805.861","15662.879"],["16863.391","15613.161"],["16901.726","15625.792"],["16951.213","15699.541"],["16905.998","15674.511"],["16859.395","15586.878"],["16820.042","15655.476"],["16926.211","15539.416"],["16865.463","15585.118"],["16908.536","15608.187"],["16970.300","15677.381"],["16902.132","15713.504"],["16833.819","15574.723"],["16792.625","15697.489"],["16929.159","15666.039"],["16944.291","15655.651"],["16819.684","15638.198"],["16888.456","15544.430"],["16935.411","15527.407"],["16849.361","15611.162"],["16914.884","15599.897"],["16944.955","15715.152"],["16914.550","15695.799"],["16862.240","15578.901"],["16817.567","15538.036"],["16812.461","15706.837"],["16930.787","15689.227"],["16929.702","15715.767"],["16860.963","15646.111"],["16946.911","15533.054"],["16880.282","15618.891"],["16861.170","15613.045"],["16903.289","15630.384"],["16898.881","15605.181"],["16918.717","15613.257"],["16944.346","15711.766"],["16953.458","15685.408"],["16951.550","15709.669"],["16925.093","15684.519"],["16907.873","15706.650"],["16913.876","15673.322"],["16825.858","15573.368"],["16826.302","15595.763"],["16826.582","15568.430"],["18849.038","17799.746"],["18689.326","17698.366"],["18731.080","17794.124"],["18694.481","17830.503"],["18723.004","17831.498"],["18685.784","17771.250"],["18694.474","17695.047"],["18694.386","17770.375"],["18680.149","17708.408"],["18707.544","17771.052"],["6997.523","7916.391"],["25103.973","17776.906"],["25151.538","17817.845"],["25076.666","17758.837"],["25097.270","17693.441"],["25030.279","17646.353"],["25043.174","17622.319"],["25196.990","17655.743"],["25137.690","17807.443"],["25105.004","17807.263"],["25071.765","17762.371"],["25092.319","17693.871"],["25050.311","17672.695"],["25011.659","17643.324"],["25057.780","17630.510"],["25183.684","17658.931"],["25104.861","17781.002"],["25136.028","17817.185"],["25073.820","17830.318"],["25068.772","17761.644"],["25060.625","17702.161"],["25043.782","17675.387"],["25013.781","17644.051"],["25185.329","17634.819"],["25131.736","17774.099"],["25130.814","17817.697"],["25109.659","17804.818"],["25063.031","17754.229"],["25064.178","17707.215"],["25057.400","17675.304"],["25017.251","17643.390"],["11775.414","16856.454"],["11731.292","16859.797"],["11750.041","16818.893"],["11835.915","16781.023"],["23332.827","8285.490"],["23328.682","8307.951"],["23308.255","8284.186"],["30543.756","14630.619"],["30560.095","14578.944"],["30604.498","14552.799"],["30549.003","14659.008"],["30624.219","14542.890"],["30574.996","14553.973"],["30472.056","14467.944"],["30629.235","14567.134"],["30598.026","14621.916"],["30600.243","14586.078"],["30642.738","14514.533"],["30547.056","14568.162"],["6774.585","9383.116"],["27416.040","10334.121"],["27407.035","10284.950"],["27425.433","10276.716"],["27468.605","10275.251"],["27402.858","10283.084"],["27417.637","10277.823"],["27420.744","10325.450"],["27403.442","10268.680"],["27429.939","10271.976"],["27469.954","10274.541"],["27409.560","10322.543"],["27397.924","10274.314"],["27424.775","10265.238"],["27471.319","10281.857"],["27491.032","10225.504"],["17407.809","16108.602"],["17363.681","16051.178"],["17365.875","16066.798"],["17312.016","15995.490"],["17240.473","16119.833"],["17250.207","15936.874"],["17293.449","15930.342"],["17368.158","16002.476"],["17330.801","16011.789"],["17374.849","16024.589"],["17354.175","16113.946"],["27567.580","12290.969"],["27599.633","12186.424"],["27568.205","12280.284"],["27598.103","12173.609"],["27558.521","12178.681"],["27560.771","12287.254"],["27582.725","12174.203"],["27560.050","12161.588"],["27975.015","16149.904"],["27969.469","16310.168"],["27961.430","16151.159"],["27951.376","16315.238"],["27979.074","16293.702"],["27953.080","16219.838"],["27987.676","16304.553"],["27936.205","16235.164"],["26206.849","16773.372"],["26203.461","16742.588"],["26126.528","16756.255"],["26140.695","16742.875"],["26201.997","16746.750"],["26124.389","16761.490"],["26140.646","16731.117"],["26182.063","16735.437"],["6054.236","8171.117"],["6182.958","8140.916"],["6192.491","8254.077"],["6207.253","8256.728"],["6225.536","8279.248"],["6093.166","8155.499"],["6173.786","8168.676"],["6214.048","8230.767"],["6240.851","8138.643"],["6066.094","8137.906"],["16634.989","16122.369"],["16580.661","16108.019"],["16714.281","16109.190"],["16646.518","16105.755"],["16643.311","16081.279"],["16708.114","16044.714"],["16650.679","16090.990"],["16770.766","16009.295"],["16671.440","16039.617"],["16728.489","16030.067"],["16723.837","16008.992"],["16675.795","16118.587"],["16710.992","16040.057"],["14195.468","14549.616"],["14193.306","14572.749"],["14223.072","14576.423"],["16331.779","14873.933"],["16624.039","15963.366"],["16616.950","15999.980"],["16711.078","15979.319"],["16697.282","15949.442"],["16570.483","16061.537"],["14384.164","8589.293"],["14444.719","8557.207"],["19287.337","13559.624"],["19285.797","13512.842"],["19300.389","13404.279"],["19298.751","13583.092"],["19298.034","13525.245"],["19285.268","13433.185"],["19142.079","13501.273"],["19276.267","13549.698"],["19284.958","13500.571"],["19276.474","13399.605"],["19140.569","13479.716"],["20856.094","11897.571"],["20802.738","11880.032"],["20781.390","11890.684"],["14944.021","18069.281"],["14929.449","18072.469"],["8798.985","9451.102"],["8799.548","9479.021"],["21844.129","14651.347"],["23471.219","6770.892"],["18084.660","14571.994"],["18085.486","14461.180"],["18138.786","14475.802"],["18125.516","14574.237"],["18166.346","14630.629"],["18089.893","14623.422"],["18154.915","14504.218"],["18171.658","14466.323"],["18243.700","14551.904"],["18062.160","14574.273"],["18043.765","14488.509"],["18083.542","14464.642"],["18098.293","14476.231"],["18137.225","14593.647"],["18194.624","14477.974"],["18203.838","14545.065"],["21046.095","15384.435"],["21110.656","15496.917"],["21149.618","15302.801"],["21116.288","15461.760"],["21087.804","15451.329"],["21100.979","15414.623"],["21097.199","15492.029"],["21113.262","15461.925"],["21081.998","15463.748"],["21081.771","15419.256"],["21113.035","15478.718"],["21113.667","15318.192"],["21118.656","15462.899"],["21081.390","15450.371"],["21105.320","15368.764"],["21106.225","15485.770"],["21110.745","15469.654"],["21086.439","15461.965"],["18683.839","16503.890"],["18685.237","16549.704"],["13616.143","14823.205"],["5922.170","8099.060"],["5971.870","8054.241"],["5894.649","8097.851"],["5846.017","8042.323"],["5857.898","8021.936"],["6035.175","7965.209"],["5988.869","8066.380"],["5905.893","7940.487"],["6038.194","8089.721"],["32165.730","13188.736"],["32150.598","13232.254"],["32186.030","13200.967"],["27886.791","6971.346"],["27910.919","6901.073"],["27884.373","6931.974"],["27914.685","6854.666"],["27895.179","6900.132"],["27932.353","6839.871"],["11669.936","15735.287"],["11618.494","15871.699"],["16518.257","18524.169"],["16393.812","18619.933"],["16434.226","18473.707"],["16391.503","18472.594"],["16401.383","18673.631"],["16561.843","18507.072"],["16508.752","18673.697"],["16558.110","18670.873"],["16471.482","18621.773"],["16471.480","18501.865"],["16519.655","18484.925"],["18691.652","17852.237"],["18689.341","17885.790"],["18853.887","17861.052"],["16741.296","14379.413"],["16752.136","14314.414"],["16709.077","14332.097"],["16641.824","14383.964"],["16705.716","14428.919"],["16639.035","14312.259"],["16739.503","14373.104"],["16711.955","14337.090"],["16650.363","14424.026"],["16659.455","14340.694"],["16634.513","14386.924"],["16651.161","14422.081"],["16635.071","14308.527"],["16740.638","14395.103"],["16643.225","14444.158"],["16660.749","14409.315"],["16658.015","14359.179"],["16767.529","14407.175"],["16770.454","14318.519"],["16683.759","14416.103"],["16646.420","14306.677"],["16612.916","14312.854"],["16600.999","14316.573"],["16777.582","14260.197"],["16760.867","14253.259"],["16721.735","14254.439"],["16743.361","14318.466"],["16771.457","14344.546"],["16757.487","14351.964"],["16725.125","14440.490"],["16746.898","14429.571"],["16758.134","14363.857"],["16676.379","14404.379"],["16634.238","14380.406"],["16674.800","14344.688"],["16720.958","14326.226"],["16709.679","14319.719"],["16699.991","14269.663"],["16663.105","14258.236"],["16604.352","14288.716"],["16600.678","14257.005"],["16714.994","14349.162"],["16720.257","14347.593"],["27275.853","11771.297"],["27281.605","11900.888"],["27245.066","11874.764"],["27237.552","11830.652"],["27229.864","11771.791"],["27222.180","11718.065"],["27266.462","11776.764"],["27282.394","11906.784"],["27248.388","11896.151"],["27233.270","11853.859"],["27219.206","11771.692"],["27247.016","11714.927"],["27274.522","11706.787"],["27275.932","11827.493"],["27278.693","11902.854"],["27253.207","11884.392"],["27246.362","11842.744"],["27225.226","11769.066"],["27245.980","11707.842"],["27286.512","11708.521"],["27274.600","11819.516"],["27278.134","11892.746"],["27264.589","11883.055"],["27242.004","11845.568"],["27231.427","11774.912"],["27226.966","11725.728"],["14396.408","12961.004"],["14454.924","12796.645"],["14333.100","12770.038"],["14344.745","12779.286"],["14457.017","12853.906"],["14311.072","12759.036"],["14275.784","12775.191"],["14256.968","12773.011"],["14379.833","12843.235"],["14341.939","12847.877"],["14386.719","12882.346"],["14397.278","12873.427"],["14295.205","12776.952"],["14285.715","12788.265"],["14436.091","12771.815"],["14433.229","12799.561"],["5942.117","7891.460"],["5965.089","7725.341"],["6015.553","7814.969"],["5833.506","7875.092"],["5904.921","7871.450"],["5849.425","7765.776"],["5887.563","7811.580"],["5975.990","7842.909"],["5834.176","7749.881"],["15013.611","9478.455"],["14935.313","9520.921"],["22947.447","7182.719"],["17988.741","18314.267"],["17987.300","18409.881"],["17923.182","18352.186"],["17984.011","18428.493"],["17952.327","18321.270"],["17979.159","18406.165"],["17928.281","18324.193"],["17984.224","18413.134"],["17839.806","18260.791"],["17998.083","18345.811"],["17981.889","18396.834"],["28680.199","8889.831"],["28755.890","8894.175"],["28664.755","8788.873"],["28684.426","8887.090"],["28605.025","8755.037"],["28568.818","8887.387"],["28742.519","8842.366"],["28680.940","8885.785"],["28755.035","8900.203"],["16726.732","16631.689"],["16650.467","16754.936"],["16609.421","16649.634"],["16597.562","16595.794"],["16666.495","16607.208"],["16760.229","16690.885"],["16623.714","16573.696"],["16671.847","16623.316"],["16767.877","16736.319"],["16707.376","16568.859"],["16597.148","16753.392"],["16609.664","16759.403"],["16655.437","16737.455"],["16622.760","16602.251"],["16568.962","16720.338"],["16609.122","16762.954"],["16573.269","16650.459"],["16574.914","16653.019"],["16577.982","16604.336"],["16615.093","16645.495"],["16670.541","16565.537"],["9367.305","13643.727"],["9403.893","13721.379"],["9361.749","13658.588"],["9396.523","13638.935"],["9399.297","13700.130"],["9363.085","13656.699"],["21327.321","6755.346"],["21302.716","6794.190"],["21388.637","6701.473"],["21228.381","6636.493"],["21292.979","6782.530"],["21344.404","6774.859"],["21297.535","6799.095"],["21300.956","6662.381"],["18339.555","18050.871"],["18443.784","18212.707"],["18334.605","18141.919"],["18303.601","18048.129"],["18255.595","18122.313"],["18375.970","18145.371"],["18322.088","18062.415"],["18452.814","18244.862"],["10045.981","15501.938"],["15152.653","13193.092"],["15226.880","13229.263"],["15161.235","13280.426"],["15113.339","13358.140"],["15221.002","13287.793"],["15135.614","13186.056"],["15262.670","13244.689"],["15263.462","13309.170"],["15208.225","13290.121"],["15121.036","13339.411"],["15251.791","13299.122"],["15228.716","13317.966"],["28571.307","8326.732"],["28630.303","8364.007"],["28672.902","8477.550"],["28622.540","8426.633"],["28620.303","8374.048"],["7854.634","8606.225"],["14884.840","13923.688"],["14915.325","14021.418"],["14886.616","13941.376"],["14993.590","13830.718"],["14948.507","13822.067"],["14957.521","13982.023"],["14925.126","13905.734"],["14933.992","13839.969"],["14902.255","13817.049"],["14891.238","13877.512"],["14970.733","13820.407"],["14928.240","13875.642"],["14883.771","13960.719"],["14888.969","14016.788"],["17491.225","15249.209"],["17579.259","15187.194"],["17567.152","15232.603"],["17510.076","15268.542"],["17548.559","15220.118"],["17602.530","15213.941"],["17519.071","15230.646"],["17544.697","15253.942"],["17559.379","15247.018"],["17540.713","15234.651"],["17580.729","15129.725"],["17551.688","15275.987"],["17515.929","15244.271"],["17534.960","15256.403"],["17531.283","15287.942"],["17585.580","15243.781"],["17491.130","15245.805"],["16310.464","14832.314"],["16230.101","14671.503"],["16283.612","14679.050"],["16254.870","14736.340"],["16164.334","14831.436"],["16204.194","14859.790"],["16277.987","14668.133"],["16282.831","14702.731"],["16240.744","14866.182"],["16155.156","14859.611"],["16176.661","14831.004"],["16180.732","14719.490"],["16218.846","14720.384"],["16233.369","14712.919"],["16202.095","14728.849"],["16155.294","14766.384"],["16171.685","14760.922"],["16187.869","14744.522"],["16190.765","14715.889"],["16261.482","14718.338"],["16189.474","14858.039"],["16217.892","14708.245"],["16217.736","14735.158"],["16221.634","14754.151"],["16210.227","14727.271"],["16170.419","14767.377"],["16182.360","14770.515"],["16203.331","14723.338"],["16195.781","14722.000"],["16154.159","14766.169"],["16182.030","14745.249"],["16192.162","14749.543"],["16228.193","14672.411"],["16231.219","14676.226"],["16225.693","14666.994"],["16282.296","14691.139"],["16276.869","14688.843"],["16259.213","14736.059"],["16256.894","14725.985"],["16269.245","14700.237"],["16165.173","14859.346"],["16204.984","14860.533"],["16199.688","14841.507"],["16191.530","14830.938"],["16351.737","14724.358"],["17966.099","18093.429"],["18034.709","18219.417"],["17964.372","18127.269"],["17942.004","18095.560"],["17917.270","18050.632"],["17951.181","18079.903"],["17873.809","18221.640"],["17838.886","18137.655"],["17990.754","18091.861"],["20959.517","13398.371"],["20897.844","13399.645"],["20784.616","13559.900"],["20779.533","13508.075"],["21783.699","14050.697"],["21820.971","14067.862"],["21641.557","14113.152"],["21665.938","14139.953"],["21630.324","14103.705"],["21800.500","14182.787"],["21796.603","14039.147"],["21808.757","14076.489"],["21632.363","14100.155"],["21673.421","14183.603"],["21792.029","14187.081"],["21775.245","14030.318"],["21636.886","14080.997"],["21690.888","14177.823"],["21639.880","14048.717"],["21801.585","14188.766"],["18754.887","17397.757"],["18693.601","17301.933"],["18682.033","17365.803"],["18733.083","17339.770"],["18747.476","17367.135"],["18839.933","17387.216"],["18775.080","17355.771"],["18716.671","17367.818"],["18762.958","17344.112"],["18721.573","17362.566"],["18761.851","17396.961"],["14937.446","14953.087"],["14945.573","15006.606"],["14956.206","15030.600"],["15021.762","15008.648"],["15081.878","14939.170"],["14902.791","14935.283"],["14973.189","14892.118"],["14928.772","15041.698"],["14960.108","15016.242"],["15013.540","14903.927"],["19546.147","16796.367"],["19622.623","16851.922"],["19713.847","16871.422"],["19623.018","16804.425"],["14763.069","14610.773"],["14705.872","14581.587"],["14716.202","14474.350"],["14778.037","14589.517"],["14776.188","14473.597"],["17605.034","18463.105"],["17462.342","18401.311"],["17469.924","18351.385"],["17441.582","18327.196"],["17471.848","18320.386"],["17521.017","18307.406"],["17429.031","18389.580"],["17486.552","18414.094"],["18770.167","16048.180"],["18804.970","16052.259"],["8815.690","16860.749"],["8811.598","16792.781"],["8814.275","16863.282"],["8849.907","16808.028"],["8859.407","16823.184"],["8851.337","16820.069"],["8824.100","16839.194"],["8817.916","16859.937"],["8805.529","16798.134"],["8805.105","16794.755"],["8846.058","16800.612"],["8845.252","16809.118"],["8853.722","16812.109"],["8821.863","16835.908"],["8825.096","16845.360"],["8831.452","16827.512"],["8791.940","16808.906"],["15237.396","17403.839"],["15303.339","17408.856"],["15210.544","17240.954"],["15100.590","17319.411"],["15120.967","17274.590"],["15169.897","17315.029"],["15178.232","17338.721"],["15217.848","17288.339"],["15237.517","17336.434"],["15237.266","17307.817"],["15272.153","17300.968"],["15283.169","17353.597"],["15180.024","17252.698"],["15246.006","17218.951"],["15260.045","17207.934"],["15200.922","17232.415"],["15097.658","17241.167"],["15298.110","17367.259"],["15212.008","17232.779"],["15107.711","17349.927"],["15104.340","17314.754"],["15114.340","17293.730"],["15123.467","17269.652"],["15107.661","17257.233"],["15182.644","17292.485"],["15169.015","17321.133"],["15139.229","17333.668"],["15188.593","17326.037"],["15200.288","17346.433"],["15229.740","17315.440"],["15213.457","17301.237"],["15228.702","17329.068"],["15245.906","17318.234"],["15256.674","17301.888"],["15241.394","17280.105"],["15293.058","17298.816"],["15287.647","17319.201"],["15301.673","17345.555"],["15266.655","17382.231"],["15170.665","17233.672"],["15151.751","17252.681"],["15220.299","17221.032"],["15258.062","17231.370"],["15288.856","17382.488"],["15297.551","17255.362"],["15155.237","17367.386"],["15212.165","17398.922"],["15235.580","17398.532"],["15099.406","17361.384"],["15288.909","17400.437"],["15198.515","17362.633"],["15712.624","17406.274"],["15705.420","17221.142"],["15689.834","17345.642"],["15687.831","17221.384"],["15722.859","17249.195"],["15707.361","17219.474"],["15708.501","17339.003"],["15686.466","17217.966"],["15683.110","17225.959"],["15717.927","17281.095"],["20734.364","10446.955"],["20772.851","10438.136"],["21572.941","16277.534"],["21599.847","16344.748"],["21514.858","16272.639"],["21499.147","16228.486"],["21501.575","16206.404"],["21478.760","16156.744"],["21590.885","16297.286"],["21613.761","16338.422"],["21502.802","16253.762"],["21500.134","16218.098"],["21492.447","16200.690"],["21475.685","16153.904"],["21562.864","16150.343"],["21577.004","16299.235"],["21609.469","16344.715"],["21512.572","16245.967"],["21523.285","16209.939"],["21491.935","16158.098"],["21411.192","16142.387"],["21581.943","16147.898"],["21563.171","16296.790"],["21614.255","16334.161"],["21507.259","16256.669"],["21511.515","16230.864"],["21518.746","16191.260"],["21570.759","16152.506"],["27771.321","7258.084"],["27784.841","7197.787"],["27731.124","7253.361"],["27782.193","7255.376"],["27736.881","7181.147"],["27729.644","7234.393"],["27729.694","7248.364"],["27908.488","7170.987"],["27818.833","7251.400"],["27864.541","7191.813"],["27911.333","7143.406"],["27844.343","7122.316"],["27873.537","7217.560"],["27807.045","7203.220"],["27799.068","7238.282"],["27783.262","7239.917"],["27768.541","7193.130"],["27855.590","7052.535"],["27880.231","7233.778"],["27774.693","7180.842"],["27798.393","7239.752"],["27751.781","7233.031"],["27725.153","7256.466"],["27738.756","7236.903"],["27915.067","7250.623"],["27862.830","7254.620"],["27874.853","7198.898"],["27866.432","7174.637"],["27814.475","7262.448"],["23323.553","8559.869"],["23356.924","8562.248"],["23319.803","8545.947"],["23329.063","8569.927"],["14884.851","12053.557"],["18709.036","12234.184"],["18778.634","12244.957"],["18758.230","12241.037"],["18681.365","12242.744"],["18705.972","12199.632"],["18784.259","12152.455"],["18696.224","12164.142"],["10039.412","15629.601"],["9992.832","15646.190"],["9914.327","15693.667"],["9901.690","15650.314"],["9945.516","15647.524"],["9934.191","15637.444"],["9912.182","15613.013"],["9892.095","15552.501"],["9888.703","15578.277"],["9900.283","15591.258"],["9920.776","15547.906"],["9909.029","15557.544"],["9888.984","15580.619"],["9899.271","15573.989"],["9922.987","15559.291"],["9966.920","15538.693"],["9957.099","15560.420"],["9995.931","15547.771"],["10014.016","15512.918"],["9936.932","15660.743"],["9900.232","15679.371"],["18010.350","18763.884"],["18014.231","18815.857"],["17908.629","18682.448"],["17958.475","18746.394"],["17935.596","18838.087"],["17917.553","18724.517"],["18022.767","18771.761"],["15576.815","13169.839"],["15558.054","13155.505"],["20777.999","16189.894"],["20947.398","16157.070"],["20779.326","16202.973"],["20792.932","16192.099"],["20778.492","16190.389"],["20934.028","16144.168"],["20938.237","16159.201"],["20787.771","16193.159"],["20798.771","16195.518"],["20789.379","16198.887"],["20978.460","16151.678"],["20778.141","16198.910"],["20798.935","16198.309"],["19138.957","13468.040"],["19172.505","13535.444"],["19145.930","13550.466"],["19140.514","13576.375"],["19143.574","13521.389"],["19139.824","13599.100"],["15190.637","9406.932"],["15100.148","9483.214"],["6638.986","7504.744"],["6527.140","7531.767"],["6603.168","7550.624"],["6556.381","7553.761"],["6555.799","7497.968"],["11938.076","16551.203"],["12046.115","16482.394"],["12108.597","16529.710"],["12005.866","16464.417"],["11962.686","16510.856"],["19037.108","15445.754"],["19002.609","15441.304"],["18983.077","15470.740"],["18916.476","15444.567"],["18917.314","15457.904"],["19037.733","15443.310"],["19015.405","15465.747"],["18976.015","15465.870"],["18927.545","15442.089"],["18923.383","15455.460"],["18915.321","15476.391"],["25097.525","17848.447"],["25058.737","17882.825"],["25075.086","17834.975"],["25128.775","17849.967"],["25089.954","17876.381"],["25094.263","17903.387"],["25110.835","17862.241"],["25100.765","17834.607"],["25093.901","17888.110"],["25109.815","17862.374"],["25077.656","17852.824"],["25094.329","17878.713"],["3558.795","8018.460"],["31610.245","11293.887"],["31663.822","11300.611"],["31542.202","11282.149"],["31659.391","11300.321"],["31722.457","11282.047"],["31530.769","11336.298"],["31656.057","11332.764"],["31538.372","11353.984"],["31600.668","11439.951"],["31535.391","11331.409"],["31719.622","11419.292"],["14207.213","14248.487"],["14214.889","14316.869"],["14964.044","16285.461"],["14890.980","16141.584"],["15004.015","16223.638"],["14890.829","16181.063"],["14955.637","16145.209"],["14969.370","16278.020"],["14993.072","16241.259"],["15010.760","16300.877"],["14968.965","16243.116"],["14893.567","16334.247"],["15054.603","16158.119"],["15061.280","16190.357"],["14889.115","16264.597"],["14884.180","16219.791"],["14893.526","16189.007"],["14918.893","16154.672"],["14980.160","16277.942"],["14962.051","16274.024"],["15007.825","16236.750"],["15034.256","16240.895"],["14975.563","16288.721"],["15006.232","16337.160"],["15005.327","16336.681"],["14979.040","16338.853"],["14977.329","16323.593"],["14968.485","16311.555"],["15008.949","16213.960"],["15053.258","16188.791"],["15042.831","16183.737"],["15043.489","16164.943"],["14963.156","16268.599"],["14952.383","16307.542"],["15011.137","16170.921"],["15052.617","16185.009"],["15029.035","16335.952"],["19356.588","16752.265"],["19399.891","16700.407"],["19441.645","16647.157"],["19417.264","16664.143"],["19361.962","16640.609"],["19393.919","16626.736"],["19383.710","16616.083"],["19354.512","16633.706"],["19335.355","16710.712"],["19456.877","16728.930"],["19472.021","16647.192"],["19448.095","16714.882"],["19309.201","16651.471"],["19432.682","16640.166"],["19401.142","16685.640"],["19418.555","16597.008"],["19434.548","16726.699"],["19412.905","16725.547"],["19465.617","16690.052"],["19378.019","16625.563"],["19386.185","16658.445"],["19452.486","16752.894"],["19388.200","16613.407"],["19374.368","16715.077"],["19432.426","16723.528"],["19402.348","16656.468"],["19360.696","16666.505"],["19429.371","16666.410"],["19427.152","16619.519"],["19478.009","16649.588"],["19468.275","16741.053"],["19371.962","16739.169"],["19444.279","16742.795"],["9529.646","15500.759"],["9485.922","15494.744"],["9488.267","15480.210"],["9512.770","15480.427"],["9503.795","15437.579"],["9446.279","15480.665"],["9461.255","15494.432"],["29757.210","15616.315"],["29782.839","15612.030"],["6100.467","16382.127"],["6050.415","16364.377"],["18800.127","13469.895"],["18673.283","13555.887"],["18819.880","13505.634"],["18676.101","13464.031"],["18774.112","13426.744"],["19041.186","18264.605"],["19078.554","18301.253"],["18942.925","18256.574"],["19038.237","18354.998"],["19078.784","18330.270"],["18982.508","18298.209"],["18946.024","18266.495"],["19016.153","18310.881"],["19001.115","18269.357"],["15084.781","17874.873"],["15076.548","17858.886"],["15025.979","17867.475"],["14995.022","17866.144"],["15041.930","18000.575"],["15021.649","18010.818"],["15073.885","17988.269"],["15056.777","17884.104"],["15005.259","17882.594"],["14977.191","17882.635"],["14984.417","17917.929"],["15012.636","17961.933"],["15013.957","17975.426"],["15006.270","18016.184"],["14955.758","17859.261"],["14970.794","17938.573"],["14971.788","17974.418"],["14992.085","17983.278"],["14930.139","18013.311"],["15086.565","17842.933"],["15093.045","17859.894"],["15039.663","17859.779"],["15055.469","17852.793"],["14998.985","17863.088"],["15009.939","17859.571"],["15051.486","18015.439"],["15051.716","18003.878"],["15018.541","18007.135"],["15026.468","18004.261"],["15079.378","17984.916"],["15082.141","17979.945"],["15049.688","17891.024"],["15045.099","17905.277"],["14996.608","17895.030"],["15011.592","17894.056"],["14979.691","17881.711"],["14965.546","17870.711"],["14973.331","17899.960"],["14982.443","17885.459"],["14977.789","17927.507"],["14978.365","17916.310"],["15022.356","17943.634"],["15010.991","17949.580"],["15006.966","17991.082"],["14997.674","17989.645"],["14993.704","18022.675"],["14994.691","18014.202"],["14923.817","17852.803"],["14939.952","17840.367"],["15091.499","17915.291"],["14996.027","17930.500"],["14984.560","17938.672"],["14960.859","17933.882"],["14973.548","17969.001"],["14976.689","17976.598"],["14992.858","17999.810"],["14987.249","17988.596"],["14941.240","18036.829"],["14948.560","18025.945"],["14948.856","18007.498"],["6830.566","14292.315"],["6815.509","14298.459"],["6834.936","14292.352"],["14761.535","16158.105"],["14790.611","16195.035"],["14845.401","16228.606"],["14875.020","16349.358"],["14703.602","16239.317"],["14803.696","16282.944"],["14798.262","16311.273"],["14846.506","16285.093"],["14830.166","16242.307"],["14794.460","16196.373"],["14692.489","16218.931"],["14804.133","16233.299"],["14839.842","16236.798"],["14873.395","16228.755"],["14880.364","16245.678"],["14838.603","16282.934"],["14857.503","16333.041"],["14761.698","16284.288"],["14714.009","16255.333"],["14724.180","16223.467"],["14694.539","16242.224"],["14787.026","16285.403"],["14817.818","16325.972"],["14790.664","16302.272"],["14824.582","16320.205"],["14832.970","16288.396"],["14762.645","16336.417"],["14799.230","16214.374"],["14676.510","16304.759"],["14699.664","16347.983"],["14867.095","16177.760"],["14835.277","16217.654"],["14870.590","16324.883"],["15000.074","13392.721"],["14937.506","13184.929"],["14935.670","13311.076"],["14994.147","13331.074"],["15090.052","13226.694"],["14913.774","13213.424"],["14920.481","13278.108"],["14957.603","13222.895"],["15021.374","13383.456"],["14942.421","13281.295"],["14973.606","13219.228"],["14916.373","13233.242"],["14915.943","13218.703"],["14912.857","13297.715"],["14978.374","13320.438"],["15040.151","13250.393"],["20493.973","12727.541"],["20426.490","12723.247"],["20468.496","12753.222"],["19978.541","15569.597"],["20129.177","15613.908"],["20008.813","15542.588"],["20128.884","15639.634"],["20018.234","15586.603"],["19964.276","15686.501"],["20086.029","15647.730"],["20120.025","15624.649"],["32185.888","12846.917"],["32168.799","12896.446"],["7704.642","18679.182"],["7700.937","18678.585"],["20125.933","5930.881"],["20052.199","5981.996"],["20063.108","5894.872"],["20011.710","5810.710"],["20145.969","5893.485"],["20051.068","5849.851"],["20064.785","5785.293"],["20036.611","5875.747"],["20115.061","5963.449"],["20049.950","5793.402"],["20056.759","5881.412"],["20095.953","5878.241"],["20038.848","5871.602"],["20109.666","5978.594"],["20134.370","5942.458"],["20025.640","5816.672"],["20124.292","5893.865"],["27302.639","16809.597"],["27301.224","16833.015"],["7494.461","15219.813"],["7478.523","15223.511"],["7488.954","15221.656"],["28223.605","8741.311"],["28237.339","8714.307"],["21833.257","15408.069"],["21844.935","15449.005"],["21921.417","15469.031"],["21950.810","15361.384"],["22034.535","15381.191"],["21881.981","15504.548"],["21838.257","15428.382"],["21855.988","15473.365"],["21888.987","15492.643"],["21911.943","15483.184"],["21951.310","15413.024"],["21967.175","15357.007"],["22016.558","15389.498"],["21851.497","15434.790"],["21873.077","15470.475"],["21915.709","15460.047"],["21942.773","15405.708"],["21970.991","15380.360"],["22040.062","15389.663"],["21836.069","15430.017"],["21864.458","15471.449"],["22033.581","15393.379"],["21901.614","15450.616"],["21947.066","15420.539"],["21955.415","15358.361"],["21872.195","15485.902"],["18194.323","12822.120"],["18240.001","12904.593"],["18240.233","12825.816"],["18238.668","12915.427"],["18250.649","12803.795"],["18211.152","12921.141"],["18204.951","12891.761"],["16618.104","14336.077"],["16611.789","14350.846"],["16609.911","14429.429"],["16597.283","14405.990"],["16617.479","14340.867"],["16610.062","14363.496"],["16595.768","14336.275"],["16585.470","14440.247"],["16605.506","14348.682"],["16614.306","14361.845"],["16587.957","14354.017"],["13869.736","8943.884"],["13831.884","8859.797"],["13839.317","8923.064"],["13891.998","8839.545"],["17228.849","18022.071"],["17255.170","17993.938"],["17284.754","17876.340"],["17319.146","17966.921"],["17362.810","17896.244"],["17331.297","17855.820"],["17264.265","18003.336"],["17275.807","17912.190"],["17307.534","17873.087"],["17407.630","17911.339"],["17281.929","17980.297"],["17267.468","17962.660"],["17330.412","17882.798"],["17376.281","17924.717"],["17200.505","17834.205"],["17401.560","17873.800"],["18087.553","16683.716"],["18082.619","16680.083"],["18166.322","16691.577"],["18069.040","16756.268"],["18118.357","16727.194"],["18187.360","16671.038"],["18207.094","16669.163"],["18145.466","16620.641"],["18155.713","16577.404"],["18159.241","16634.529"],["18177.795","16677.788"],["18077.375","16691.558"],["18135.300","16683.159"],["18152.372","16769.227"],["18106.216","16616.260"],["18128.525","16584.869"],["18150.483","16678.511"],["18131.552","16667.181"],["18069.058","16758.887"],["13964.989","12637.948"],["13961.644","12748.051"],["13837.861","12638.401"],["13831.561","12569.739"],["13853.746","12574.479"],["13903.615","12611.714"],["13979.868","12741.841"],["13832.548","12587.278"],["13835.377","12581.415"],["13882.102","12580.068"],["13861.839","12583.900"],["13913.434","12605.900"],["13920.260","12629.170"],["28143.194","8652.705"],["18368.280","12960.637"],["18396.372","12804.720"],["18319.458","12869.512"],["18335.500","12808.455"],["18382.474","12836.033"],["18324.146","12874.747"],["18308.461","12958.655"],["18408.412","12885.529"],["18255.348","12863.455"],["18325.182","12842.741"],["18252.767","12811.455"],["18418.609","12872.102"],["18368.356","12864.624"],["29201.065","15796.389"],["29361.850","15744.904"],["29353.468","15891.334"],["29364.605","15875.616"],["29294.564","15821.072"],["29211.246","15844.581"],["27712.715","7675.815"],["27646.283","7612.551"],["27705.280","7621.766"],["27646.102","7602.030"],["27644.984","7595.936"],["27625.181","7576.729"],["27620.872","7578.281"],["27678.306","7648.273"],["27656.678","7577.703"],["27651.842","7559.586"],["27658.257","7628.537"],["27717.993","7570.007"],["27614.663","7586.248"],["27618.775","7562.252"],["27699.128","7642.707"],["27659.309","7631.494"],["27646.957","7637.835"],["27651.579","7557.835"],["27614.901","7579.223"],["27612.048","7630.047"],["15473.603","17866.896"],["15499.447","17868.981"],["15449.916","17994.730"],["15436.659","17915.555"],["15484.963","17942.795"],["15455.775","17854.077"],["15443.917","17877.881"],["15420.200","17838.445"],["15513.073","17994.744"],["15339.952","17898.582"],["15380.497","17903.598"],["15396.884","17919.969"],["15387.562","17848.658"],["15371.582","17878.753"],["15330.168","18041.460"],["15322.166","18000.582"],["15319.442","17971.403"],["15385.027","17970.213"],["15373.435","17957.525"],["15354.760","17961.630"],["15309.581","17913.500"],["15330.686","17905.551"],["15328.347","17857.314"],["15343.525","18017.562"],["15510.255","17918.578"],["15492.311","17955.229"],["15498.561","17962.331"],["15387.181","18035.466"],["15494.626","17986.374"],["15482.027","17968.059"],["15462.139","17861.149"],["15469.656","17853.089"],["15492.737","17848.733"],["15509.233","17865.711"],["15473.167","18041.861"],["15455.704","17989.964"],["15477.020","17979.939"],["15441.150","17891.559"],["15451.084","17882.029"],["15484.683","17927.056"],["15472.726","17921.474"],["15442.222","17862.863"],["15442.551","17846.728"],["15412.351","17891.985"],["15430.545","17883.265"],["15433.489","17864.719"],["15433.490","17836.728"],["15418.950","17845.993"],["15508.007","17979.286"],["15308.570","17879.341"],["15312.015","17850.476"],["15360.812","18005.159"],["15397.211","17893.003"],["15389.220","17915.757"],["15402.509","17906.443"],["15377.052","17854.669"],["15388.269","17855.809"],["15346.075","18018.024"],["15383.391","17884.616"],["15373.835","17887.688"],["15326.069","18040.854"],["15329.490","18032.926"],["15307.302","18002.095"],["15322.435","17971.353"],["15312.007","17980.602"],["15386.622","17961.279"],["15388.546","17969.090"],["15373.468","17956.600"],["15375.080","17940.877"],["15362.885","17963.381"],["15352.030","17958.839"],["15330.719","17903.487"],["15332.611","17910.721"],["15369.484","17864.285"],["15373.727","17851.800"],["15312.805","17855.992"],["7307.081","8901.374"],["7453.444","8904.193"],["27240.608","16556.437"],["27260.279","16502.819"],["27280.427","16551.094"],["27300.854","16537.188"],["27215.575","16459.072"],["27153.913","16554.901"],["28649.711","15934.964"],["14706.693","17354.710"],["14749.390","17329.541"],["14692.686","17280.887"],["14707.450","17317.782"],["14870.590","17401.255"],["14711.803","17207.051"],["14797.990","17394.671"],["14685.565","17208.587"],["14709.052","17236.889"],["14798.833","17235.617"],["14844.934","17233.406"],["14836.879","17289.616"],["14855.551","17320.806"],["14854.086","17387.534"],["14787.103","17349.606"],["14754.451","17336.296"],["14713.154","17318.388"],["14729.223","17362.230"],["14672.789","17244.926"],["14745.078","17372.280"],["14701.364","17277.518"],["14859.534","17392.931"],["14880.985","17408.340"],["14698.755","17272.597"],["14687.028","17262.456"],["14701.343","17207.001"],["14717.593","17204.574"],["14812.710","17371.500"],["14677.427","17292.233"],["14676.831","17212.666"],["14674.709","17205.878"],["14715.318","17235.683"],["14706.733","17218.821"],["14817.879","17256.641"],["14808.504","17232.809"],["14677.822","17294.099"],["14843.816","17253.736"],["14852.714","17232.630"],["14870.168","17306.445"],["14788.379","17336.463"],["14812.211","17315.539"],["14848.906","17358.164"],["14823.857","17342.111"],["14872.718","17326.356"],["14854.447","17374.404"],["14850.387","17393.917"],["14768.303","17374.016"],["14782.728","17381.216"],["14731.392","17348.336"],["14735.043","17350.962"],["14739.585","17337.265"],["14731.312","17299.626"],["14703.203","17321.751"],["14715.572","17328.671"],["14706.940","17263.480"],["14768.157","17272.497"],["14711.660","17331.044"],["14690.065","17342.836"],["14726.183","17312.530"],["5737.370","9037.303"],["5780.325","9059.197"],["6292.765","7498.057"],["20366.965","7316.318"],["14454.499","14883.464"],["14299.201","14930.974"],["14272.217","14965.708"],["14396.637","15009.488"],["14421.966","14909.823"],["14359.700","14949.344"],["14266.059","14913.171"],["14289.438","14974.736"],["14336.001","15001.678"],["14398.660","15001.858"],["15310.852","13305.433"],["15397.101","13253.500"],["15418.910","13358.225"],["15478.008","13312.393"],["15490.843","13371.182"],["19670.689","16045.383"],["19710.245","16041.501"],["19523.578","16021.530"],["19524.154","16029.028"],["19619.682","16124.273"],["14628.246","9037.840"],["14634.579","9048.854"],["14592.690","9120.125"],["14505.566","9040.261"],["5671.877","7682.542"],["5710.344","7622.343"],["15901.255","14865.468"],["19697.003","6005.428"],["19685.715","5994.788"],["19924.557","13050.918"],["19922.127","13042.495"],["19921.103","13019.407"],["19809.035","13004.890"],["19901.502","13003.288"],["19853.953","13006.112"],["19779.906","13047.830"],["19916.761","13112.751"],["19836.535","13019.556"],["17652.750","16338.929"],["17815.282","16301.882"],["17620.365","16286.080"],["17620.267","16275.246"],["17649.017","16276.832"],["17629.362","16325.271"],["17639.773","16278.797"],["17770.775","16342.890"],["17710.464","16289.896"],["17719.527","16318.797"],["17677.734","16334.866"],["17651.095","16211.489"],["16845.612","14664.619"],["16853.719","14671.848"],["16835.889","14681.696"],["16809.219","14843.679"],["16778.920","14663.663"],["16790.971","14662.720"],["16908.986","14702.515"],["16856.380","14670.498"],["16892.080","14819.790"],["16916.228","14763.159"],["16947.870","14747.535"],["16937.920","14678.820"],["16981.660","14711.084"],["16851.049","14850.887"],["16813.049","14815.894"],["16847.937","14845.345"],["17295.391","18636.581"],["17285.325","18618.083"],["17280.457","18612.881"],["17278.187","18651.428"],["17260.062","18590.817"],["22793.051","15357.654"],["22698.074","15321.726"],["22850.054","15345.344"],["22807.173","15341.879"],["22789.484","15365.165"],["22700.426","15315.071"],["22848.476","15389.638"],["22830.101","15372.086"],["17094.067","18631.165"],["17045.482","18658.861"],["17173.246","18553.526"],["14332.850","9172.249"],["14435.848","9230.420"],["14344.011","9227.834"],["14369.631","9245.270"],["20816.824","14030.784"],["20815.639","14035.557"],["20898.918","14165.111"],["20796.380","14032.816"],["20916.072","14174.855"],["20915.200","14188.084"],["20787.931","14172.176"],["14006.766","14875.436"],["21032.068","14391.141"],["21198.103","14412.784"],["21032.183","14408.449"],["21188.301","14411.100"],["21036.279","14420.803"],["21191.163","14408.986"],["14617.864","12481.360"],["14637.098","12526.943"],["14636.259","12520.006"],["14580.446","12479.427"],["14601.482","12463.342"],["14659.312","12384.845"],["14598.479","12394.388"],["14585.318","12494.515"],["14540.324","12493.918"],["14599.410","12505.076"],["14643.529","12529.404"],["14648.571","12380.766"],["14607.756","12403.091"],["15564.257","17725.424"],["15537.136","17783.402"],["15531.691","17707.226"],["15533.968","17741.057"],["15565.918","17722.749"],["15547.596","17732.427"],["15582.295","17751.703"],["15585.009","17754.825"],["15598.192","17816.101"],["15557.477","17792.204"],["15582.083","17786.820"],["15534.324","17773.443"],["15531.544","17776.449"],["15526.312","17704.055"],["15529.734","17689.389"],["15516.748","17738.019"],["15530.186","17719.802"],["14846.217","9409.105"],["14786.859","9416.383"],["14677.546","9442.828"],["14872.609","9460.346"],["14855.771","13383.589"],["14829.402","13339.946"],["14880.649","13304.682"],["14840.295","13274.775"],["14841.889","13386.710"],["14873.988","13333.848"],["14848.053","13343.992"],["14842.143","13295.705"],["4395.634","9726.817"],["4443.411","9746.962"],["4469.616","9778.277"],["4453.761","9776.307"],["4555.119","9718.972"],["4497.417","9670.767"],["4414.967","9646.957"],["4417.180","9718.447"],["4554.776","9604.367"],["19897.886","14304.638"],["19898.809","14273.948"],["19881.434","14404.623"],["19762.579","14264.441"],["19893.819","14393.294"],["15774.862","18516.575"],["15856.547","18635.012"],["15873.011","18629.876"],["15805.470","18494.444"],["15768.743","18503.759"],["15833.044","18595.524"],["15872.747","18650.421"],["15782.921","18522.817"],["15772.905","18528.763"],["15784.944","18524.535"],["31507.296","13727.382"],["31495.619","13681.949"],["31487.971","13702.312"],["31468.596","13706.490"],["20345.396","12935.205"],["13839.409","9616.833"],["13859.691","9755.891"],["22472.433","14905.445"],["22512.285","14908.991"],["22467.351","14904.140"],["22224.501","6478.168"],["22066.985","6551.876"],["22081.442","6580.546"],["21647.761","13799.096"],["21646.960","13788.449"],["16654.672","18235.486"],["15619.460","18443.944"],["15592.091","18393.341"],["15555.825","18404.125"],["15569.443","18427.775"],["15571.466","18448.419"],["15542.733","18432.730"],["15656.178","18437.136"],["15631.680","18416.776"],["15554.624","18394.811"],["15647.256","18434.365"],["15623.867","18392.879"],["15612.058","18438.675"],["15598.719","18401.912"],["15623.719","18390.352"],["15541.252","18462.243"],["15579.344","18444.109"],["15572.650","18403.283"],["15610.035","18409.856"],["15568.094","18466.421"],["15608.539","18407.924"],["16453.385","14261.292"],["16510.528","14249.401"],["16512.241","14275.598"],["16519.241","14274.794"],["16478.582","14270.293"],["16504.722","14259.442"],["16439.628","14254.334"],["16456.362","14268.493"],["16460.429","14263.703"],["16362.740","14248.276"],["16446.474","14251.084"],["16539.617","14274.092"],["16516.207","14265.188"],["16560.724","14274.094"],["16507.264","14255.125"],["16474.202","14248.078"],["23382.459","16681.894"],["23325.867","16604.809"],["23389.531","16666.634"],["23356.648","16618.438"],["23398.956","16708.946"],["23342.117","16607.418"],["23405.271","16680.441"],["23367.725","16604.181"],["6305.847","15708.685"],["6344.322","15690.806"],["6286.580","15711.296"],["21732.524","13975.073"],["21786.730","14015.165"],["21751.151","13922.053"],["21727.585","13993.084"],["21823.988","13963.687"],["21646.490","13945.289"],["21736.743","13940.848"],["21729.225","13989.316"],["21815.682","14025.753"],["21763.079","13985.817"],["21067.724","7624.949"],["21081.014","7560.341"],["21036.927","7609.166"],["21086.872","7474.861"],["21130.977","7501.687"],["21167.144","7493.198"],["20997.503","7604.030"],["21029.207","7547.544"],["21030.359","7498.643"],["21068.563","7639.235"],["21044.849","7475.174"],["21032.355","7627.631"],["20988.704","7596.466"],["21080.260","7537.866"],["21020.348","7641.024"],["21094.336","7487.988"],["21113.789","7502.942"],["21009.673","7620.101"],["20991.450","7599.489"],["21039.558","7600.200"],["21128.296","7488.409"],["24137.982","17281.524"],["24086.155","17273.650"],["24004.889","17293.770"],["24089.613","17270.932"],["24075.720","17281.885"],["24004.673","17293.098"],["23967.442","17253.656"],["24107.423","17277.593"],["23956.450","17288.783"],["23961.375","17258.831"],["23943.455","17282.285"],["23959.270","17329.996"],["20395.226","16467.473"],["14458.984","13002.846"],["14279.645","13088.735"],["14289.015","13127.410"],["14447.060","12972.541"],["14291.186","13130.498"],["14402.095","13131.155"],["14429.196","13110.593"],["14458.905","13038.460"],["14456.270","13027.933"],["14297.177","13050.657"],["14351.664","13052.148"],["14367.272","13104.270"],["14381.120","13096.676"],["14439.221","13087.027"],["14411.309","13143.606"],["14421.046","13123.854"],["18604.210","12454.822"],["18110.573","12639.933"],["18170.694","12659.789"],["18251.099","12616.351"],["18132.683","12646.032"],["18249.798","12622.042"],["18131.775","12607.340"],["18210.320","12636.673"],["17051.353","18469.141"],["16999.165","18493.402"],["17184.019","18485.747"],["17176.831","18489.133"],["17096.307","18494.883"],["16843.211","15263.681"],["16836.241","15181.109"],["16802.888","15272.558"],["16810.629","15274.531"],["16848.955","15163.685"],["16780.317","15181.250"],["16829.274","15186.197"],["16811.927","15276.017"],["16779.291","15093.181"],["16804.872","15266.604"],["16817.288","15210.110"],["16817.103","15189.979"],["16781.157","15135.642"],["14633.939","14475.808"],["14558.698","14463.618"],["14626.458","14570.938"],["14613.524","14564.858"],["14569.687","14540.098"],["14502.521","14569.566"],["14646.063","14596.305"],["14621.698","14543.884"],["14567.779","14530.635"],["14466.345","14643.902"],["27355.360","7615.999"],["27502.481","7601.729"],["27478.120","7494.682"],["27476.771","7503.320"],["27492.314","7532.403"],["27366.610","7621.729"],["27439.669","7573.356"],["27444.751","7566.288"],["27323.880","7630.862"],["27458.005","7528.043"],["27438.205","7584.917"],["27391.659","7635.008"],["27511.100","7660.441"],["27471.524","7509.628"],["18782.436","15254.823"],["18762.502","15259.183"],["18877.049","15261.001"],["18800.577","15272.296"],["18816.893","15253.188"],["27735.705","7056.780"],["20651.362","15655.699"],["20629.379","15704.161"],["20771.580","15621.813"],["20652.727","15662.668"],["20630.689","15686.908"],["20588.942","15710.075"],["20772.337","15629.179"],["20639.257","15655.187"],["20627.717","15660.952"],["20619.412","15710.684"],["20749.376","15616.759"],["20632.807","15653.602"],["20653.418","15658.325"],["20627.356","15702.460"],["20738.537","15626.866"],["5331.303","10800.261"],["5272.318","10849.538"],["13805.580","9012.885"],["13722.594","8993.306"],["13638.547","8960.536"],["13679.867","9028.025"],["13749.249","9083.017"],["13719.510","9145.377"],["13765.305","9154.249"],["20433.349","12148.711"],["20438.764","12194.965"],["20383.614","12308.078"],["20460.299","12227.376"],["20510.389","12153.501"],["20424.352","12201.824"],["20471.211","12172.493"],["20424.731","12174.657"],["20518.218","12171.403"],["20513.991","12163.905"],["15926.321","14888.309"],["11790.722","16367.216"],["11820.639","16499.207"],["11841.148","16496.438"],["6248.253","12976.184"],["6193.455","12978.544"],["6208.537","13009.675"],["8469.981","11746.432"],["8455.446","11847.180"],["8446.879","11777.759"],["8454.100","11882.202"],["8365.694","11723.745"],["8502.683","11737.643"],["8503.933","11732.854"],["8463.880","11775.549"],["8459.126","11758.538"],["8431.186","11822.324"],["8442.830","11834.975"],["8425.399","11792.623"],["8419.445","11781.904"],["8462.735","11857.776"],["8478.277","11865.571"],["14126.933","8920.436"],["14124.442","8896.564"],["14227.399","8916.451"],["14076.192","8940.582"],["14095.221","8862.349"],["19351.891","15038.747"],["19430.729","14911.130"],["19357.381","15076.056"],["19435.058","14953.134"],["19361.293","14950.501"],["19356.455","14967.880"],["19421.308","14946.627"],["19339.700","15063.092"],["27669.318","11664.088"],["27707.207","11634.614"],["27662.822","11642.056"],["27716.664","11640.229"],["27665.338","11662.238"],["27703.605","11619.073"],["18731.863","14876.197"],["18765.662","14938.137"],["18787.784","14900.888"],["18771.583","14945.956"],["18718.461","15028.968"],["18685.978","15022.465"],["18771.399","14992.668"],["18783.639","14905.496"],["18798.273","14877.769"],["18718.412","15040.744"],["18687.721","15003.472"],["32037.360","11773.131"],["32026.314","11702.543"],["31971.094","11729.795"],["31975.683","11787.219"],["32097.593","11725.840"],["27529.843","12368.698"],["13968.783","12759.942"],["18049.652","18571.087"],["18161.786","18486.568"],["18107.957","18496.491"],["18226.788","18639.508"],["18052.694","18486.413"],["18158.796","18530.628"],["18192.067","18601.589"],["18157.437","18642.103"],["18079.487","18491.417"],["18214.190","18484.336"],["18178.005","18667.435"],["18176.894","18639.840"],["18248.300","18588.668"],["18069.059","18558.734"],["18116.246","18514.245"],["18181.779","18651.962"],["6365.893","8089.640"],["6388.219","7908.393"],["6307.365","7900.653"],["27321.493","11925.401"],["27379.976","11947.106"],["27367.641","11936.157"],["27325.691","12100.357"],["27464.828","11918.825"],["27312.627","11914.898"],["27389.055","11935.001"],["27312.911","12082.289"],["27464.746","11926.290"],["27326.164","11924.807"],["27369.055","11927.321"],["27319.803","12099.069"],["27465.371","11936.331"],["17898.276","16769.224"],["17942.125","16642.033"],["17978.144","16653.334"],["17836.241","16635.534"],["18006.878","16631.121"],["17907.213","16730.828"],["17953.465","16583.384"],["17910.522","16753.812"],["17972.881","16664.085"],["17963.358","16641.096"],["17868.297","16674.477"],["17932.910","16737.754"],["17854.722","16707.801"],["17847.543","16676.929"],["17843.698","16758.319"],["17850.644","16762.385"],["17835.541","16728.335"],["17979.539","16661.657"],["17994.657","16653.235"],["17991.690","16688.119"],["17952.322","16680.303"],["18007.404","16621.410"],["17960.377","16683.304"],["15828.473","13140.104"],["15873.029","13161.472"],["15776.727","13154.602"],["15874.251","13084.929"],["15737.460","13146.070"],["15929.251","13054.376"],["15901.448","12984.014"],["16252.236","16486.597"],["16328.865","16512.557"],["16224.391","16514.970"],["16326.383","16544.745"],["16355.592","16437.099"],["16339.589","16482.830"],["16355.391","16563.507"],["16254.161","16465.160"],["16327.648","16470.179"],["16345.870","16362.892"],["16355.391","16563.507"],["16355.360","16362.462"],["16321.990","16478.453"],["16210.542","16468.083"],["16223.289","16501.791"],["16290.825","16358.619"],["16344.901","16488.973"],["21249.414","7298.640"],["21252.457","7418.764"],["21261.898","7358.434"],["21251.289","7419.441"],["21224.496","7273.339"],["21222.601","7395.856"],["21254.644","7425.436"],["5448.795","10982.097"],["5501.003","10903.703"],["16085.495","13135.726"],["16144.355","13157.003"],["16063.133","13010.653"],["16095.894","13147.039"],["15978.599","12976.680"],["16129.922","13034.476"],["16035.173","13021.966"],["16102.993","13091.188"],["20643.484","6678.227"],["20602.135","6749.292"],["20589.915","6810.399"],["20757.526","6655.019"],["20694.450","6790.655"],["20693.809","6786.245"],["20734.861","6767.467"],["20674.828","6832.174"],["20637.135","6722.306"],["20639.339","6792.348"],["20756.078","6797.558"],["20737.805","6753.842"],["20767.707","6755.659"],["20729.450","6658.702"],["20661.773","6829.887"],["20613.862","6818.161"],["20603.698","6788.847"],["20640.425","6710.779"],["20748.447","6833.479"],["20725.749","6751.167"],["20692.904","6823.421"],["20767.115","6653.797"],["20714.006","6800.448"],["20187.812","12689.132"],["20171.842","12715.606"],["20173.223","12672.798"],["18604.544","16570.614"],["18608.320","16761.433"],["18597.383","16763.233"],["18610.458","16737.007"],["18592.406","16574.495"],["28948.439","15871.917"],["16906.876","17739.118"],["16986.675","17816.583"],["16836.506","17628.796"],["16901.185","17710.927"],["16965.493","17691.892"],["16927.082","17683.323"],["16885.657","17636.387"],["16960.279","17681.653"],["16911.030","17691.993"],["16886.742","17647.922"],["16870.526","17667.039"],["16861.474","17645.360"],["16809.115","17719.203"],["16885.511","17785.295"],["16924.451","17681.523"],["16889.604","17674.000"],["16868.914","17659.525"],["16837.406","17627.015"],["16961.167","17700.001"],["16839.017","17680.326"],["16826.498","17827.145"],["7869.639","9055.292"],["18018.236","14909.826"],["14521.215","15597.665"],["14588.599","15630.856"],["14545.328","15683.644"],["7840.059","11910.623"],["7859.615","11897.411"],["22095.114","15372.228"],["22118.032","15372.029"],["22182.143","15343.873"],["22207.876","15386.299"],["22087.660","15331.623"],["22110.999","15476.476"],["22057.716","15480.689"],["22188.811","15496.735"],["22061.923","15356.852"],["22133.444","15361.856"],["22165.449","15361.610"],["22201.067","15367.785"],["22093.499","15338.246"],["22137.831","15499.371"],["22118.450","15469.292"],["22064.525","15462.604"],["22208.844","15502.664"],["22089.835","15385.638"],["22114.003","15369.998"],["22173.031","15361.693"],["22202.350","15377.810"],["22102.463","15353.952"],["22116.953","15478.639"],["22135.245","15500.198"],["22084.114","15474.958"],["22072.104","15366.530"],["22136.667","15365.026"],["22174.429","15358.539"],["22190.820","15370.840"],["22082.150","15356.280"],["22121.854","15474.857"],["22141.236","15501.293"],["22057.058","15453.125"],["29231.431","15860.436"],["25652.350","15796.445"],["25662.103","15837.189"],["25662.169","15828.138"],["25828.058","15758.614"],["25828.404","15833.626"],["25656.972","15825.149"],["25810.130","15812.796"],["25714.060","15815.669"],["25652.761","15835.025"],["25656.807","15799.038"],["28099.569","16854.955"],["28127.316","16860.355"],["28113.829","16863.444"],["28117.793","16860.372"],["18635.913","12742.229"],["18594.448","12583.747"],["18625.785","12558.351"],["18477.269","12551.954"],["18639.071","12718.117"],["18623.080","12636.698"],["18636.659","12754.080"],["18587.740","12682.826"],["18606.529","12591.025"],["14772.391","16718.925"],["14861.465","16709.745"],["14766.098","16592.068"],["14853.081","16706.427"],["14767.282","16634.570"],["14846.372","16600.201"],["14835.566","16625.207"],["14782.691","16612.020"],["14817.550","16685.287"],["14854.722","16665.850"],["14760.501","16694.261"],["14758.210","16709.195"],["14728.372","16769.118"],["14704.145","16719.869"],["14695.684","16690.450"],["14743.636","16623.688"],["14781.074","16770.948"],["14701.874","16739.525"],["14678.099","16675.384"],["14724.251","16664.927"],["14702.485","16606.553"],["14705.405","16593.854"],["14730.339","16567.891"],["14768.713","16652.390"],["14870.943","16771.544"],["14872.143","16774.963"],["14752.950","16662.773"],["14778.716","16565.721"],["14822.868","16635.166"],["14774.796","16616.000"],["14780.881","16612.648"],["14823.208","16673.958"],["14831.153","16662.151"],["14880.672","16677.682"],["14768.834","16679.211"],["14756.647","16677.166"],["14770.825","16722.408"],["14755.693","16721.631"],["14726.266","16732.157"],["14727.220","16702.660"],["14700.486","16704.042"],["14690.338","16699.279"],["14689.608","16595.448"],["14750.758","16615.413"],["14748.356","16597.148"],["14784.841","16752.600"],["14787.522","16773.591"],["14707.796","16737.230"],["14680.771","16582.881"],["14738.275","16741.527"],["14684.119","16671.784"],["14675.928","16665.095"],["14678.397","16709.475"],["14730.517","16663.688"],["14737.359","16686.711"],["14698.073","16634.414"],["14677.370","16598.907"],["14694.936","16621.219"],["14694.139","16588.206"],["14696.178","16591.492"],["14729.319","16572.532"],["14726.605","16583.316"],["14852.900","16686.410"],["14775.802","16654.091"],["14713.631","16658.451"],["14724.075","16663.208"],["14773.993","16651.036"],["14733.236","16653.926"],["14879.413","16687.632"],["21468.822","14458.123"],["21612.767","14659.738"],["21467.671","14470.559"],["21411.044","14501.458"],["21566.638","14499.629"],["21422.294","14464.067"],["21570.108","14461.132"],["21483.888","14466.860"],["21433.035","14533.080"],["21593.272","14055.171"],["21463.098","14209.382"],["21485.368","14199.324"],["21618.317","14043.994"],["21456.700","14206.740"],["21450.977","14219.589"],["20248.133","16368.410"],["24503.903","8927.305"],["24433.004","8946.781"],["24549.413","8886.776"],["24463.645","8932.577"],["24537.768","8893.795"],["24558.410","8922.169"],["24481.523","8944.369"],["24520.318","8934.770"],["24502.489","8874.324"],["24546.666","8944.960"],["7182.399","9082.584"],["7298.554","9018.939"],["19414.426","18043.993"],["19381.156","18117.508"],["19478.900","18113.258"],["19325.149","18181.396"],["19498.242","18081.251"],["19376.601","18112.603"],["19408.884","18088.699"],["19464.459","18062.523"],["19343.389","18173.138"],["21500.895","15799.358"],["21601.769","15920.424"],["21445.091","15802.206"],["21531.553","15787.897"],["21590.256","15929.656"],["21448.266","15808.333"],["21520.566","15815.230"],["21578.677","15921.068"],["21439.055","15800.290"],["21494.366","15814.354"],["21583.249","15896.559"],["21610.259","15727.219"],["21615.537","15764.817"],["20703.681","14846.764"],["20621.120","14814.609"],["20774.168","14798.450"],["20602.874","14866.959"],["20585.890","14869.307"],["20737.273","14730.434"],["20701.050","14805.955"],["20608.450","14863.144"],["20772.080","14797.426"],["20033.681","13493.009"],["20062.546","13507.195"],["20113.598","13397.241"],["20118.417","13497.319"],["20096.542","13602.125"],["20077.134","13430.288"],["20135.408","13587.179"],["20113.253","13500.061"],["20027.545","13398.298"],["20062.464","13544.041"],["26252.629","16901.562"],["26302.464","16890.661"],["26387.539","16879.674"],["26329.891","16832.292"],["26262.892","16913.189"],["26370.434","16914.604"],["26264.717","16936.343"],["26308.484","16878.819"],["26376.634","16898.601"],["19624.839","15369.707"],["19717.863","15430.504"],["19708.356","15370.606"],["19684.754","15368.522"],["19637.242","15349.493"],["19654.389","15366.638"],["19528.249","15379.791"],["19702.764","15388.971"],["19662.764","15364.393"],["19626.841","15384.789"],["19717.837","15383.099"],["19723.515","15364.711"],["15388.638","17342.071"],["15421.138","17350.699"],["15376.317","17312.974"],["15349.675","17277.472"],["15317.458","17266.109"],["15340.430","17209.286"],["15433.537","17369.967"],["15331.372","17340.756"],["15322.784","17376.129"],["15367.881","17406.342"],["15426.214","17233.625"],["15424.815","17261.395"],["15403.791","17265.827"],["15442.494","17282.950"],["15514.049","17254.616"],["15305.077","17352.309"],["15312.550","17313.148"],["15380.398","17349.916"],["15426.615","17350.864"],["15437.701","17352.433"],["15373.752","17292.958"],["15364.788","17309.126"],["15362.701","17259.057"],["15348.740","17266.934"],["15344.793","17248.569"],["15340.447","17239.344"],["15334.279","17203.869"],["15341.646","17200.678"],["15371.991","17200.645"],["15503.847","17215.498"],["15504.324","17242.022"],["15465.140","17328.254"],["15478.924","17339.387"],["15451.300","17369.504"],["15460.560","17377.448"],["15395.428","17288.356"],["15318.642","17351.426"],["15311.480","17391.168"],["15304.194","17397.791"],["15353.609","17360.228"],["15338.329","17340.723"],["15343.505","17378.204"],["15323.228","17387.690"],["15325.942","17390.993"],["15380.447","17401.767"],["15382.749","17403.204"],["15417.841","17226.117"],["15430.309","17219.768"],["15425.917","17264.863"],["15415.950","17269.339"],["15387.788","17255.554"],["15409.433","17260.525"],["15437.379","17278.309"],["15428.580","17265.741"],["6435.856","7803.231"],["6439.717","7842.905"],["6379.638","7895.996"],["6458.853","7797.611"],["6447.833","7768.026"],["6415.830","7726.909"],["6259.842","7885.746"],["6299.442","7807.267"],["6313.093","7734.658"],["6266.064","7796.906"],["16771.314","17975.889"],["20381.521","16011.986"],["20372.673","15999.302"],["20364.449","15996.115"],["20374.663","15995.108"],["15126.255","14206.949"],["15291.778","14076.755"],["15210.919","14224.576"],["15281.086","14210.913"],["15283.659","14166.332"],["15261.765","14103.197"],["15121.683","14175.718"],["15225.310","14221.653"],["15246.530","14203.068"],["15270.041","14149.685"],["15256.816","14093.214"],["15267.302","14039.200"],["15296.600","14077.928"],["15198.552","14038.997"],["14933.540","15161.651"],["15039.307","15173.007"],["15058.271","15176.904"],["15070.382","15214.500"],["15015.586","15093.651"],["18810.530","13631.573"],["11665.241","16819.680"],["17282.489","17627.791"],["17401.455","17821.713"],["17371.084","17782.114"],["17292.851","17633.653"],["17388.132","17788.831"],["15107.315","18434.016"],["18855.162","11904.468"],["18804.499","11743.896"],["18850.565","11873.378"],["18833.606","11791.116"],["18847.185","11908.498"],["18825.563","11739.365"],["18798.266","11837.244"],["31847.118","13139.004"],["31910.016","13076.301"],["31914.089","13178.641"],["31857.697","13085.434"],["31805.045","13136.907"],["31903.240","13066.936"],["31807.120","13025.091"],["31744.846","13181.191"],["31862.726","13133.224"],["31933.421","13090.074"],["31934.073","13153.274"],["31802.745","13123.852"],["19273.057","17653.616"],["16781.006","14530.352"],["16806.053","14659.533"],["16862.700","14641.828"],["16783.147","14648.172"],["16805.426","14634.417"],["16834.722","14612.277"],["16893.177","14618.673"],["16811.092","14456.112"],["16828.134","14521.830"],["16777.663","14456.939"],["16799.488","14625.103"],["16887.881","14634.792"],["16866.960","14637.501"],["16781.762","14612.952"],["16794.970","14581.937"],["16779.114","14590.244"],["16782.187","14507.467"],["16816.717","14460.159"],["16789.812","14490.541"],["16872.810","14472.256"],["16857.550","14526.014"],["16879.054","14543.595"],["16926.399","14562.080"],["16962.834","14560.384"],["16884.415","14650.748"],["16859.574","14627.598"],["16881.023","14569.939"],["16823.535","14569.281"],["16889.813","14450.979"],["14631.961","16672.595"],["14650.116","16775.158"],["14632.487","16646.815"],["14643.030","16666.997"],["14645.872","16774.993"],["20740.696","10514.932"],["20744.906","10513.892"],["20611.129","10610.927"],["20701.244","10642.091"],["20689.533","10564.981"],["20776.518","10478.830"],["31985.308","13020.914"],["32107.029","13027.531"],["31974.190","13070.758"],["32024.134","13051.544"],["31950.964","13158.080"],["31982.249","13023.871"],["32110.319","12991.462"],["32005.917","13076.984"],["32051.651","13058.811"],["28190.801","8061.473"],["28150.203","7923.399"],["28219.533","7998.458"],["28352.444","8105.345"],["28150.998","8012.704"],["28182.298","8056.767"],["28165.192","8072.076"],["28188.656","7972.598"],["28154.313","8061.424"],["28208.920","7950.418"],["28258.870","7957.503"],["28146.403","7944.522"],["28321.639","7996.724"],["28281.058","8092.344"],["28306.370","8090.148"],["28312.966","8101.213"],["28158.630","8081.754"],["28292.422","7969.451"],["28315.487","8089.738"],["28338.969","8081.510"],["28310.729","8082.204"],["28345.531","8088.149"],["17525.620","13445.834"],["17485.049","13518.703"],["17463.308","13410.488"],["17493.289","13509.124"],["17523.235","13424.166"],["17436.873","13431.232"],["17558.630","13395.661"],["17506.694","13530.016"],["17480.134","13402.379"],["17564.551","13402.267"],["17478.118","13597.986"],["17467.138","13484.962"],["17470.562","13405.815"],["31722.837","11123.090"],["31603.869","11171.646"],["31622.609","11080.913"],["31523.649","11178.942"],["31700.313","11195.494"],["31676.207","11263.318"],["31516.569","11087.636"],["31601.287","11200.053"],["31582.942","11250.546"],["31640.635","11075.414"],["31560.755","11275.807"],["31571.560","11244.392"],["31714.891","11237.604"],["31545.678","11098.672"],["31615.711","11150.044"],["31607.712","11247.739"],["31565.740","11209.500"],["31588.748","11278.808"],["31553.452","11256.286"],["31710.434","11245.614"],["19939.073","5461.380"],["19966.129","5473.634"],["19947.461","5430.001"],["20091.581","5524.777"],["20043.505","5564.017"],["20070.249","5530.409"],["19982.667","5533.315"],["20067.039","5550.903"],["19977.270","5366.659"],["20120.727","5489.717"],["20060.892","5365.968"],["20046.928","5504.085"],["19936.442","5535.930"],["20069.671","5513.034"],["19984.278","5559.674"],["20042.091","5549.154"],["20062.685","5488.247"],["20107.619","5386.117"],["20079.856","5454.424"],["19999.033","5482.682"],["20086.862","5430.097"],["20048.785","5509.682"],["20038.982","5533.150"],["20012.157","5493.695"],["20002.767","5497.017"],["20139.165","5434.622"],["20062.750","5435.514"],["19990.563","5441.493"],["22233.817","14687.935"],["22227.912","14688.629"],["28446.277","8089.375"],["28425.800","8051.456"],["28430.652","7964.486"],["28360.339","8040.820"],["28394.336","8014.610"],["28388.941","8035.502"],["28425.833","8060.804"],["9711.484","13849.099"],["9751.658","13966.249"],["9658.987","13920.940"],["9764.409","13859.252"],["9732.997","13877.819"],["9735.740","13926.179"],["9672.216","13919.489"],["9755.558","13845.576"],["9710.793","13862.956"],["9742.370","13930.469"],["9669.668","13947.853"],["9747.530","13821.659"],["9737.541","13832.831"],["9738.248","13833.178"],["9718.106","13944.487"],["9679.510","13938.603"],["9754.534","13858.826"],["17341.379","12742.257"],["17400.457","12756.658"],["11481.571","15672.309"],["11468.331","15716.577"],["11421.615","15634.758"],["11480.059","15696.033"],["11417.126","15609.653"],["11484.849","15635.020"],["11502.986","15686.099"],["11454.411","15702.625"],["11384.850","15708.081"],["11484.675","15612.750"],["7977.333","17426.443"],["7970.690","17422.706"],["7998.948","17409.774"],["7972.624","17427.237"],["7962.571","17426.064"],["7943.993","17424.605"],["15721.260","18456.542"],["15658.217","18401.975"],["15703.530","18461.315"],["14647.300","19003.866"],["19937.599","18407.157"],["13786.225","14538.312"],["13816.502","14578.782"],["13647.806","14589.573"],["16463.343","16576.898"],["16514.597","16670.931"],["16505.064","16771.353"],["16360.407","16760.891"],["16436.197","16765.234"],["16378.242","16626.732"],["16408.226","16570.662"],["16514.462","16591.514"],["16549.980","16616.900"],["16485.216","16721.889"],["16479.788","16729.354"],["16373.828","16706.621"],["16357.206","16614.807"],["16538.597","16678.734"],["16435.317","16599.937"],["16496.728","16601.810"],["16500.134","16681.212"],["16497.120","16763.723"],["16515.935","16733.352"],["16486.544","16773.071"],["16361.575","16745.151"],["16370.785","16685.763"],["16356.778","16634.510"],["16375.775","16630.464"],["16424.386","16564.597"],["16405.987","16576.369"],["16451.600","16629.367"],["16531.197","16608.709"],["16471.713","16662.302"],["16444.805","16671.963"],["16537.222","16651.732"],["16515.249","16692.773"],["16523.386","16739.495"],["16434.947","16718.314"],["16402.792","16747.959"],["14343.778","15732.187"],["14376.249","15785.450"],["14387.220","15765.640"],["14398.456","15801.423"],["14351.175","15855.538"],["14445.677","15788.718"],["15522.009","13556.515"],["15567.114","13485.876"],["15577.715","13551.055"],["15613.935","13595.468"],["15618.434","13520.155"],["15647.543","13507.841"],["15654.543","13556.246"],["15672.115","13510.071"],["15716.564","13590.907"],["15658.573","13571.423"],["15702.946","13410.024"],["15633.957","13465.116"],["15657.882","13580.655"],["17966.203","15503.358"],["17987.528","15304.323"],["17942.900","15480.786"],["17968.444","15463.583"],["17947.750","15465.724"],["17969.586","15443.656"],["17952.678","15450.146"],["17875.113","15483.775"],["17921.523","15379.182"],["17948.312","15402.658"],["17944.824","15370.168"],["17964.725","15399.376"],["17922.932","15406.771"],["17917.698","15408.397"],["17959.869","15333.149"],["17923.972","15327.615"],["17973.133","15325.063"],["18006.409","15416.663"],["18009.024","15417.373"],["18009.631","15436.897"],["17985.300","15495.720"],["17938.064","15487.078"],["17952.670","15496.822"],["17935.301","15486.368"],["17945.844","15479.844"],["17944.084","15485.476"],["17945.235","15491.686"],["17950.262","15479.379"],["17968.945","15452.064"],["17947.984","15456.465"],["17969.437","15475.205"],["17963.987","15468.124"],["17946.257","15457.968"],["17965.763","15448.257"],["17949.537","15438.503"],["17954.997","15450.988"],["17952.119","15451.335"],["17945.540","15429.007"],["17950.359","15438.569"],["17964.208","15437.677"],["17971.679","15505.020"],["17965.856","15506.969"],["17877.909","15497.680"],["17862.432","15500.323"],["17884.175","15481.974"],["17927.846","15362.423"],["17927.254","15360.623"],["17915.589","15382.969"],["17919.517","15376.589"],["17929.935","15364.603"],["17954.992","15392.233"],["17950.308","15397.937"],["17961.674","15405.006"],["17937.903","15385.110"],["17943.444","15371.003"],["17966.147","15394.436"],["17952.216","15395.856"],["17979.340","15381.655"],["17983.465","15396.405"],["17970.471","15381.666"],["17972.797","15382.511"],["17968.300","15402.086"],["17918.619","15411.370"],["17918.833","15411.105"],["17931.201","15407.538"],["17936.316","15393.038"],["17929.244","15414.937"],["17949.376","15311.101"],["17949.902","15313.512"],["17944.228","15322.579"],["17942.879","15317.955"],["17940.231","15327.220"],["17945.840","15333.430"],["17948.027","15309.037"],["17974.663","15359.833"],["17975.222","15353.789"],["17966.965","15349.990"],["17970.551","15356.431"],["17967.606","15340.753"],["17973.050","15336.707"],["17968.182","15321.793"],["18000.620","15406.655"],["17996.541","15413.987"],["17995.488","15405.812"],["17995.167","15466.200"],["18005.735","15414.631"],["17991.137","15456.770"],["17992.507","15435.310"],["17987.375","15439.306"],["17899.347","15380.897"],["17842.828","15420.715"],["17887.639","15356.641"],["19432.742","18459.452"],["19319.997","18285.036"],["19478.466","18386.917"],["19445.752","18443.466"],["31444.287","13357.764"],["31491.007","13318.762"],["31429.632","13366.055"],["31485.247","13252.001"],["4481.695","9297.809"],["4483.339","9298.233"],["4423.704","9166.559"],["16244.791","17884.557"],["16311.995","17869.859"],["14286.889","13714.421"],["14302.435","13668.733"],["14274.581","13668.470"],["14283.702","13726.704"],["14305.715","13710.447"],["14291.752","13720.982"],["14312.487","13683.242"],["14327.165","13646.265"],["14333.546","13638.354"],["14333.244","13609.207"],["14327.618","13625.786"],["14320.430","13611.055"],["14360.960","13612.152"],["14365.960","13615.587"],["14320.074","13703.328"],["14314.663","13702.981"],["14324.579","13671.115"],["14342.688","13668.555"],["14338.757","13659.604"],["14352.624","13679.638"],["14366.045","13674.716"],["14334.941","13716.800"],["14316.226","13739.239"],["14328.890","13734.548"],["14275.606","13716.582"],["14263.844","13695.813"],["14270.949","13698.323"],["14285.824","13725.069"],["14293.570","13661.813"],["14274.104","13671.592"],["14271.544","13702.398"],["14333.791","13731.410"],["14273.196","13701.210"],["14300.847","13715.994"],["14314.745","13732.368"],["14329.696","13684.798"],["14295.001","13662.474"],["14329.336","13648.990"],["14328.645","13648.429"],["14330.711","13623.509"],["14334.346","13626.317"],["14307.437","13617.248"],["14366.322","13609.411"],["14330.727","13689.715"],["14329.712","13686.086"],["14325.319","13680.413"],["14342.277","13659.587"],["14331.109","13653.279"],["14354.450","13690.059"],["14362.344","13691.463"],["14341.060","13717.427"],["14272.662","13730.786"],["14257.966","13718.250"],["14273.120","13681.643"],["14271.821","13687.985"],["16376.958","14015.172"],["16366.075","14013.499"],["28007.529","16511.769"],["28028.532","16541.629"],["28014.947","16539.201"],["28044.535","16507.607"],["5262.473","8430.507"],["5206.261","8473.497"],["5201.621","8508.952"],["5258.209","8477.679"],["5363.240","8438.105"],["5280.871","8363.273"],["5372.098","8349.353"],["5209.040","8371.048"],["5297.488","8381.800"],["14612.589","15774.048"],["14571.851","15857.894"],["14662.833","15861.850"],["14594.517","15922.271"],["14613.155","15901.671"],["28236.530","7574.261"],["28159.556","7484.484"],["28200.757","7637.729"],["28213.997","7581.445"],["28162.829","7581.610"],["28314.896","7501.240"],["28229.309","7543.212"],["28261.546","7546.994"],["28185.329","7562.981"],["28178.289","7584.765"],["28219.507","7684.583"],["28228.399","7500.365"],["28210.444","7625.425"],["28146.809","7506.598"],["28253.914","7671.321"],["28289.715","7496.665"],["28261.442","7485.138"],["19762.638","8539.946"],["19763.592","8532.845"],["19777.408","8541.284"],["19773.115","8563.134"],["19785.270","8537.370"],["19843.132","8568.336"],["19928.222","8596.015"],["19819.127","8577.171"],["20277.611","12288.369"],["20147.348","12215.075"],["20272.529","12278.659"],["20240.863","12237.099"],["20270.424","12218.560"],["20273.269","12217.205"],["20165.703","12298.411"],["20227.203","12230.727"],["20266.197","12231.441"],["13587.307","8876.765"],["13563.050","8772.226"],["19240.597","12242.529"],["19241.995","12298.237"],["19277.819","12220.980"],["19274.923","12253.429"],["19238.524","12279.460"],["19258.230","12233.333"],["19275.959","12265.733"],["19226.090","12304.464"],["5840.925","9499.370"],["5906.724","9518.101"],["5870.552","9468.122"],["6031.501","9378.423"],["21225.672","15317.272"],["21206.281","15350.171"],["25895.310","17459.491"],["26029.633","17469.738"],["26001.296","17446.284"],["25958.452","17442.943"],["25974.898","17443.575"],["25961.972","17458.963"],["16741.432","15560.546"],["16655.345","15711.351"],["16591.817","15689.584"],["16646.148","15539.248"],["16666.398","15553.811"],["16621.315","15563.304"],["16567.765","15561.706"],["16691.421","15600.998"],["16603.734","15684.283"],["16691.776","15565.785"],["16627.707","15580.626"],["16596.167","15565.517"],["16581.482","15566.479"],["16630.707","15702.862"],["16580.335","15713.405"],["16680.352","15631.948"],["16735.067","15551.991"],["16651.214","15530.049"],["16673.734","15553.465"],["16607.921","15574.483"],["16597.861","15559.241"],["16571.022","15567.536"],["16764.031","15512.845"],["16628.230","15522.663"],["16593.766","15680.699"],["16654.734","15707.493"],["16623.829","15716.139"],["16663.493","15627.439"],["16658.608","15612.328"],["16718.001","15686.176"],["16655.902","15530.362"],["16665.573","15510.462"],["16673.289","15553.118"],["16692.566","15539.146"],["16680.214","15550.228"],["16602.658","15574.020"],["16600.608","15556.071"],["16623.190","15541.867"],["16599.900","15574.848"],["16577.667","15553.085"],["16581.997","15703.879"],["16681.698","15686.807"],["16673.907","15639.761"],["16711.145","15631.047"],["16755.200","15589.744"],["14133.349","15332.188"],["14131.424","15332.585"],["14133.612","15354.748"],["14138.448","15353.873"],["26298.994","13313.372"],["26389.553","13362.200"],["26305.178","13304.322"],["26394.169","13266.487"],["26395.918","13336.420"],["26336.431","13383.622"],["26287.778","13387.001"],["26304.043","13293.785"],["26406.412","13351.130"],["26364.752","13296.989"],["26402.738","13274.629"],["26387.974","13356.932"],["26311.675","13315.139"],["26313.898","13368.890"],["26385.738","13332.104"],["26352.795","13266.304"],["26387.278","13271.788"],["26381.625","13361.292"],["15957.854","17595.189"],["16016.089","17480.688"],["15966.124","17529.056"],["16113.133","17464.328"],["15979.861","17590.581"],["16072.388","17497.319"],["15945.199","17557.502"],["15971.535","17533.879"],["16120.139","17466.178"],["16012.925","17606.616"],["15953.999","17574.562"],["5148.948","8080.463"],["20411.097","15459.342"],["20428.301","15462.034"],["20414.863","15486.064"],["19481.689","16025.188"],["19475.352","15943.923"],["19415.631","15938.886"],["19500.242","16023.223"],["15241.802","18098.615"],["15257.994","18061.782"],["15227.263","18091.084"],["15233.677","18110.555"],["15262.911","18069.082"],["15253.800","18056.315"],["15255.281","18115.826"],["17770.215","17405.318"],["17641.144","17348.960"],["17739.959","17377.625"],["17679.038","17389.043"],["17659.762","17407.952"],["17750.962","17244.080"],["27387.659","15714.262"],["27379.255","15674.377"],["27427.571","15715.840"],["27511.118","15514.374"],["27486.270","15615.430"],["27363.294","15540.672"],["27415.645","15640.153"],["6843.048","7646.118"],["6739.324","7611.725"],["6751.853","7638.105"],["28167.367","8875.722"],["28211.796","8930.939"],["28267.155","8941.509"],["28231.582","8772.971"],["28152.668","8833.020"],["28202.750","8883.772"],["28176.234","8842.128"],["28191.763","8766.445"],["20154.986","6763.930"],["20162.308","6698.072"],["20149.101","6714.158"],["20288.489","6807.481"],["20185.806","6712.780"],["20288.357","6794.979"],["20178.064","6669.121"],["20181.515","6773.179"],["20184.211","6691.624"],["20342.191","6815.285"],["20155.712","6660.219"],["20172.501","6661.368"],["22487.990","6368.770"],["22487.152","6311.479"],["21050.953","12102.500"],["21026.660","12093.350"],["21002.276","12017.014"],["15535.523","12024.773"],["4272.153","11952.018"],["4231.803","11988.269"],["4245.050","12005.756"],["4281.762","12057.062"],["4347.439","12014.304"],["14884.711","15822.604"],["27487.383","6814.286"],["15285.307","17720.166"],["15250.403","17697.292"],["15254.038","17732.021"],["15289.249","17643.760"],["15254.846","17663.936"],["15186.676","17688.999"],["15201.247","17653.947"],["15218.028","17665.684"],["15297.013","17787.329"],["15255.750","17751.973"],["15161.894","17669.807"],["15267.442","17727.928"],["15166.657","17632.541"],["15155.325","17641.096"],["15231.143","17700.889"],["15295.883","17731.859"],["15256.439","17698.762"],["15286.725","17752.050"],["15233.396","17701.935"],["15249.449","17730.187"],["15252.231","17664.398"],["15258.580","17659.559"],["15189.818","17665.613"],["15188.173","17680.626"],["15213.681","17630.908"],["15215.392","17636.144"],["15199.804","17655.032"],["15199.278","17655.180"],["15282.211","17795.306"],["15290.122","17785.991"],["15263.036","17748.306"],["15255.059","17750.519"],["15302.305","17792.578"],["15261.169","17709.595"],["13853.041","9071.286"],["19584.199","17236.436"],["19715.730","17382.325"],["19557.642","17394.526"],["19547.286","17398.594"],["19601.929","17281.242"],["19662.349","17350.679"],["19712.671","17395.669"],["19522.971","17366.021"],["19559.183","17266.626"],["19632.217","17296.262"],["19556.952","17391.388"],["19599.249","17246.461"],["19653.681","17297.979"],["19713.329","17325.925"],["20352.994","12972.579"],["26482.186","16027.629"],["26517.391","15990.363"],["26576.172","16033.293"],["26630.613","15996.041"],["26664.734","15939.673"],["26640.105","16094.457"],["26493.864","16026.142"],["26489.625","15961.938"],["26541.256","15961.214"],["26581.435","16020.147"],["26596.774","15983.627"],["26628.901","15939.248"],["26669.743","16108.644"],["26506.874","16016.844"],["26526.980","15971.040"],["26569.988","15989.049"],["26671.428","15958.269"],["26488.256","16021.568"],["26524.529","15974.888"],["26574.346","15987.546"],["26645.204","16107.306"],["5845.649","9024.166"],["5928.471","8989.796"],["5984.426","8992.966"],["18758.276","14240.702"],["24940.144","8632.294"],["24948.664","8686.844"],["24956.854","8637.397"],["24936.624","8644.119"],["24945.358","8701.212"],["24909.141","8596.324"],["24968.861","8665.325"],["24949.996","8622.715"],["24921.476","8636.869"],["24915.506","8658.867"],["24935.769","8647.455"],["24929.075","8613.302"],["22902.683","17157.743"],["22903.292","17174.687"],["22912.617","17154.423"],["22991.467","17194.726"],["22897.028","17085.252"],["22916.499","17156.917"],["22918.804","17085.169"],["22903.713","17061.095"],["4812.014","9362.675"],["22026.209","14164.154"],["20144.042","13262.872"],["20082.052","13325.218"],["20145.555","13374.301"],["27453.949","10981.084"],["27441.978","11036.791"],["27438.071","10975.117"],["18363.505","13378.235"],["18331.786","13261.888"],["27728.045","14495.132"],["27736.006","14474.297"],["27729.431","14460.903"],["7576.643","18347.803"],["7588.067","18368.311"],["7653.716","18345.766"],["7565.055","18399.756"],["7549.363","18380.833"],["7545.725","18331.150"],["7538.341","18352.706"],["7553.957","18365.794"],["7579.027","18427.000"],["7525.959","18452.761"],["7620.233","18463.925"],["7647.316","18353.903"],["7645.682","18341.917"],["7565.973","18352.745"],["7575.705","18425.862"],["7558.718","18398.503"],["7649.641","18361.489"],["24890.080","8838.959"],["24870.245","8827.382"],["24958.896","8870.767"],["24954.274","8833.426"],["24874.620","8868.274"],["24956.116","8830.140"],["24878.731","8878.051"],["24959.505","8876.944"],["24922.366","8850.008"],["24915.426","8858.860"],["24944.176","8878.943"],["24908.731","8859.141"],["12501.375","16290.211"],["31348.285","10817.042"],["31509.825","10675.162"],["31467.087","10777.582"],["31469.108","10835.355"],["31363.598","10797.868"],["31507.029","10697.358"],["31432.889","10821.430"],["31354.354","10842.806"],["31476.377","10793.307"],["31504.924","10753.986"],["31429.698","10803.462"],["22370.303","15454.004"],["22372.737","15486.935"],["20450.807","12980.127"],["18286.800","16750.402"],["18257.546","16716.572"],["18262.726","16758.356"],["14630.289","8581.510"],["16199.332","12546.188"],["16183.068","12534.573"],["16150.174","12502.088"],["16292.152","12533.366"],["16247.886","12543.691"],["19925.990","6368.333"],["19910.894","6208.071"],["19877.766","6352.875"],["19868.753","6338.936"],["19853.342","6353.188"],["19020.249","13887.856"],["18943.364","13880.086"],["19025.512","13883.281"],["19007.558","13847.947"],["14454.804","15613.559"],["14379.791","15664.042"],["14371.839","15703.452"],["14362.921","15666.507"],["18572.766","15014.913"],["18522.456","15028.053"],["18538.341","15019.554"],["18506.010","15013.046"],["18533.993","14892.761"],["18602.378","14936.916"],["18507.789","15007.217"],["18495.289","15006.870"],["18650.713","14991.707"],["18561.149","18629.400"],["18528.846","18625.783"],["18656.040","18610.638"],["18540.080","18626.576"],["18619.198","18665.122"],["18583.221","18657.558"],["18573.996","18487.160"],["18521.178","18513.404"],["18473.266","18647.176"],["18595.738","18644.858"],["18635.201","18627.913"],["18512.764","12132.140"],["18464.409","12202.983"],["18610.059","12184.869"],["18632.838","12212.820"],["18478.422","12202.537"],["18547.228","12135.071"],["18617.678","12148.386"],["28258.514","10946.193"],["28232.435","10937.553"],["28229.231","10866.747"],["1466.885","13567.439"],["1548.192","13428.392"],["23750.417","16764.326"],["23357.076","17511.446"],["23452.247","17578.849"],["23455.755","17608.720"],["23427.808","17602.016"],["23356.172","17493.296"],["23335.701","17437.046"],["23487.148","17574.142"],["23365.465","17505.782"],["23342.856","17459.045"],["18319.557","18731.316"],["18459.346","18728.814"],["26177.277","15638.571"],["26246.779","15582.299"],["26205.319","15678.532"],["26167.473","15646.310"],["26224.366","15604.104"],["26250.381","15596.155"],["26128.246","15619.655"],["26233.657","15715.394"],["26210.862","15600.454"],["26235.484","15600.371"],["16844.009","18197.794"],["16799.019","18191.716"],["16796.371","18226.381"],["16794.489","18043.932"],["14770.256","15315.819"],["14850.412","15365.002"],["14754.224","15319.438"],["14843.619","15403.350"],["14872.932","15354.836"],["14868.103","15459.522"],["2536.903","11371.639"],["18157.163","13121.887"],["18186.872","13104.657"],["18246.148","13052.893"],["18156.319","13060.058"],["18199.820","12985.262"],["18171.204","13137.290"],["18236.622","13053.181"],["18674.286","12625.700"],["20524.232","6597.733"],["20431.041","6620.507"],["20511.420","6516.461"],["20521.518","6481.845"],["20465.762","6591.870"],["20492.966","6612.118"],["20519.528","6550.317"],["20439.183","6519.715"],["20385.729","6622.142"],["20494.923","6509.326"],["20436.140","6611.672"],["20440.992","6551.672"],["20491.140","6492.679"],["20428.503","6447.985"],["20461.250","6454.574"],["20504.013","6527.836"],["20424.112","6497.828"],["20367.352","6439.479"],["20565.705","6452.688"],["20405.811","6576.907"],["20410.170","6583.893"],["20463.607","6514.116"],["20446.485","6533.208"],["20520.170","6547.857"],["20442.801","6546.635"],["20444.956","6623.133"],["20534.742","6546.139"],["17051.996","18241.396"],["17040.138","18073.591"],["17021.865","18064.029"],["17014.810","18177.478"],["17139.113","18240.609"],["17058.131","18093.491"],["17002.828","18220.678"],["17072.655","18205.026"],["17159.787","18161.141"],["17122.781","18219.007"],["17066.931","18247.523"],["17157.215","18113.039"],["17010.532","18135.143"],["17035.114","18227.416"],["17021.191","18160.616"],["17161.843","18148.342"],["20974.365","12031.613"],["20977.556","12070.837"],["20935.058","12001.270"],["20905.617","11945.449"],["20981.174","12029.351"],["6170.751","8906.514"],["6096.475","8866.381"],["6101.651","8869.073"],["6151.087","8852.619"],["6113.269","8832.208"],["22177.972","6324.757"],["22041.788","6328.160"],["22189.765","6378.828"],["22087.725","6336.103"],["22161.146","6241.553"],["31964.034","11013.670"],["31987.687","11055.775"],["32020.837","10931.114"],["32109.346","11011.265"],["32106.573","10859.885"],["32074.920","10897.089"],["31942.222","10922.925"],["31976.947","11041.269"],["31994.694","10895.996"],["32010.360","10917.439"],["32113.244","11064.411"],["32062.979","10885.132"],["31937.126","10957.915"],["32134.747","10907.466"],["32016.885","10872.765"],["32045.623","10934.631"],["32013.773","10879.481"],["32144.297","11015.790"],["32068.703","10915.008"],["31943.357","10901.901"],["23331.205","17028.206"],["23339.870","17018.567"],["23362.288","16999.359"],["28453.115","8596.701"],["28487.673","8635.516"],["28412.704","8645.950"],["28397.440","8676.833"],["28554.498","8586.449"],["24169.384","17475.670"],["24181.687","17445.024"],["24148.891","17477.503"],["24175.914","17442.316"],["24153.200","17466.553"],["24167.904","17477.163"],["24153.282","17473.440"],["24168.924","17465.322"],["14752.747","17480.439"],["14682.338","17441.107"],["14683.420","17451.984"],["14863.960","17526.604"],["14721.397","17442.831"],["14734.719","17502.748"],["14794.981","17530.693"],["14694.965","17482.802"],["14751.831","17455.119"],["14756.952","17508.101"],["14787.908","17522.217"],["14686.948","17412.626"],["14819.598","17521.954"],["14830.117","17446.523"],["14796.976","17469.995"],["14828.949","17500.406"],["14806.301","17422.593"],["14775.132","17445.386"],["14736.973","17497.661"],["14725.738","17452.712"],["14681.088","17429.811"],["14709.407","17429.129"],["14822.218","17528.728"],["14684.341","17468.945"],["14752.237","17512.165"],["14739.259","17497.975"],["14817.744","17543.063"],["14774.153","17543.464"],["14763.778","17439.254"],["14717.024","17497.186"],["14874.135","17560.719"],["14876.230","17523.020"],["14881.526","17512.087"],["14816.895","17508.168"],["14716.084","17442.038"],["14703.172","17460.540"],["14688.034","17418.917"],["14756.272","17468.876"],["14739.167","17452.625"],["14772.594","17478.688"],["14678.692","17411.123"],["14832.607","17531.566"],["14830.807","17442.460"],["14837.189","17454.979"],["14801.203","17481.985"],["14790.956","17489.136"],["14829.838","17481.909"],["14836.861","17495.716"],["14799.903","17427.680"],["14771.151","17431.299"],["21837.682","14272.135"],["15733.414","18412.545"],["28536.466","8806.396"],["28504.147","8950.971"],["28553.035","8754.971"],["28551.716","8782.061"],["28526.910","8780.302"],["8526.943","11697.379"],["8527.226","11701.107"],["27111.991","15768.369"],["27108.906","15898.683"],["27115.600","15908.047"],["27125.403","15871.037"],["17307.027","15599.267"],["17223.276","15691.080"],["17381.660","15597.251"],["17310.986","15527.913"],["17240.490","15707.476"],["17209.345","15679.106"],["17313.458","15573.900"],["17226.520","15713.795"],["17397.236","15597.334"],["17345.036","15553.867"],["17219.773","15707.711"],["17361.101","15592.825"],["17346.007","15558.557"],["15764.519","12359.014"],["15779.704","12489.184"],["15759.572","12437.810"],["15802.438","12458.778"],["15747.401","12435.927"],["15925.095","12463.505"],["15859.132","12461.024"],["15833.985","12393.277"],["15775.304","12478.548"],["15780.855","12407.570"],["15903.643","12498.683"],["15842.207","12538.844"],["15744.526","12341.810"],["15844.691","12516.053"],["15853.929","12506.356"],["15797.998","12405.019"],["15908.902","12398.839"],["30447.973","14307.369"],["25508.075","17705.870"],["25494.890","17720.332"],["25488.783","17753.097"],["25491.608","17649.196"],["25494.850","17633.652"],["25483.041","17665.178"],["25467.315","17668.834"],["25525.986","17705.755"],["25527.193","17724.857"],["25507.072","17776.714"],["25493.588","17825.859"],["25481.972","17666.350"],["25476.493","17680.758"],["25459.248","17659.518"],["25513.782","17691.684"],["25528.722","17719.687"],["25491.891","17748.820"],["25473.736","17829.476"],["25483.549","17650.137"],["25503.583","17624.305"],["25485.442","17660.355"],["25476.016","17685.581"],["25464.873","17655.918"],["25491.844","17819.319"],["25517.811","17691.485"],["25524.824","17717.887"],["25506.266","17748.605"],["25503.318","17640.410"],["25515.080","17634.412"],["25462.891","17683.434"],["25458.326","17668.734"],["16783.466","15971.738"],["16866.620","16027.232"],["16826.426","15950.433"],["16921.127","15941.402"],["16917.165","15964.903"],["16798.941","15994.350"],["16856.652","16129.102"],["16818.071","15973.389"],["16806.147","15981.713"],["16929.724","15942.722"],["16928.170","16013.265"],["16888.645","15977.372"],["16904.599","15970.436"],["18368.601","18355.252"],["18267.006","18351.652"],["18431.652","18419.144"],["18318.733","18282.321"],["18448.264","18435.759"],["18327.187","18324.303"],["18412.639","18398.385"],["18259.572","18260.653"],["5797.882","7552.497"],["5711.646","7510.292"],["5657.231","7545.421"],["16497.291","17747.091"],["16533.644","17652.229"],["16476.189","17724.994"],["16559.976","17710.133"],["16556.134","17774.547"],["16439.479","17694.820"],["16380.993","17718.273"],["16504.624","17763.514"],["22970.438","16866.740"],["18887.466","15522.471"],["18891.710","15508.482"],["18369.966","12660.696"],["18412.435","12643.375"],["18415.569","12595.631"],["18313.675","12667.189"],["18304.254","12591.308"],["18415.060","12736.261"],["18372.866","12641.987"],["18379.319","12637.530"],["18296.721","12648.783"],["18327.572","12589.509"],["18301.311","12555.044"],["18433.767","12746.216"],["18392.001","12756.740"],["18452.435","12609.566"],["18320.341","12653.729"],["18326.239","12605.067"],["18388.745","12718.490"],["18422.402","12640.483"],["18372.625","12618.702"],["18287.530","12648.721"],["18296.015","12672.226"],["18324.673","12620.018"],["17564.686","13779.313"],["17466.671","13614.534"],["17579.394","13675.576"],["17561.888","13700.693"],["17495.733","13623.683"],["17587.532","13766.388"],["17607.453","13670.093"],["17529.039","13624.575"],["17578.831","13751.914"],["17607.157","13661.720"],["24207.803","17255.054"],["24152.728","17223.904"],["24257.783","17240.350"],["24279.891","17217.112"],["24268.504","17243.078"],["24244.914","17283.921"],["24174.469","17218.118"],["24157.630","17232.497"],["24253.243","17220.663"],["24267.156","17256.026"],["24262.660","17275.498"],["14920.917","14861.090"],["14937.400","14774.060"],["15034.324","14856.610"],["15049.753","14662.474"],["14942.786","14752.820"],["15071.652","14663.496"],["14994.662","14694.982"],["14973.297","14847.338"],["14885.870","14783.011"],["15039.681","14739.743"],["14951.586","14752.325"],["14891.825","14845.449"],["14940.111","14838.811"],["21656.443","13962.636"],["21641.477","13966.064"],["19861.695","16001.742"],["19917.119","15993.957"],["19734.260","15930.219"],["19857.533","16007.490"],["19822.296","15984.129"],["19875.345","15997.325"],["19842.451","16018.571"],["19908.155","15972.636"],["19766.493","16000.871"],["19899.458","16003.889"],["19816.671","16007.052"],["19842.219","15970.568"],["19727.020","15968.741"],["19811.643","15974.921"],["19907.046","15996.962"],["19927.583","16001.446"],["19738.187","15949.368"],["19750.806","15934.266"],["15587.137","13889.194"],["15608.738","13897.356"],["15624.972","13916.356"],["15581.903","13828.721"],["15587.540","13859.243"],["15556.628","13880.540"],["15598.212","13918.165"],["15610.104","13929.651"],["15578.384","13845.451"],["15615.884","13968.436"],["15572.154","13882.753"],["15613.590","13917.257"],["15611.189","13921.294"],["15571.443","13857.656"],["15569.422","13930.565"],["15515.482","13981.195"],["15588.828","14026.397"],["15592.026","13970.592"],["15578.149","13830.490"],["15547.417","13886.683"],["15571.792","13866.403"],["15573.815","13903.595"],["15640.054","13927.157"],["15629.857","13911.732"],["15636.123","13941.344"],["15568.976","13847.400"],["15552.150","13855.426"],["15561.607","13863.073"],["15604.989","13904.998"],["15683.022","14000.982"],["15650.941","13845.860"],["15659.542","13835.140"],["15582.739","13889.564"],["15717.130","13938.744"],["20271.663","6873.641"],["20204.607","6853.327"],["20243.440","6848.422"],["20318.542","6927.362"],["20294.097","6914.913"],["20269.213","6899.620"],["20154.542","6851.362"],["20253.588","6859.752"],["20265.890","6870.520"],["20219.377","6843.484"],["20352.046","6976.231"],["3809.723","12495.474"],["3824.070","12338.650"],["3858.983","12336.214"],["3832.274","12435.471"],["3867.255","12492.727"],["3801.428","12404.530"],["3870.853","12389.231"],["19265.209","17119.622"],["19115.885","17115.799"],["19145.292","17147.938"],["19211.891","17193.405"],["19227.709","17159.507"],["19117.924","17114.957"],["19107.669","17045.365"],["19236.524","17121.819"],["19123.500","17143.165"],["16256.821","15665.289"],["16232.647","15552.967"],["16211.128","15627.830"],["16171.219","15711.911"],["16261.492","15664.810"],["16276.550","15564.009"],["16155.629","15511.084"],["16175.288","15619.310"],["16238.197","15512.312"],["16234.469","15692.291"],["16171.874","15545.221"],["16210.487","15619.853"],["16233.893","15677.147"],["16188.173","15569.911"],["16228.143","15620.962"],["16154.696","15600.483"],["16185.076","15647.631"],["16182.921","15652.768"],["16308.411","15629.692"],["16277.516","15691.720"],["16259.851","15653.769"],["15797.923","17343.025"],["15794.402","17363.645"],["15806.486","17285.975"],["15799.381","17269.261"],["15742.283","17246.949"],["15804.304","17340.764"],["15761.520","17408.901"],["15763.498","17396.005"],["15763.301","17399.919"],["15799.459","17404.435"],["15818.860","17336.239"],["15768.349","17346.005"],["15777.956","17320.135"],["15783.696","17344.346"],["15819.784","17388.324"],["15818.284","17357.121"],["15812.412","17359.632"],["15813.460","17282.573"],["15804.611","17303.547"],["15801.865","17265.958"],["15820.467","17247.477"],["15781.773","17280.905"],["15764.865","17257.288"],["15745.211","17232.135"],["16800.373","16956.142"],["16851.094","16790.133"],["16810.142","16947.835"],["16799.483","16845.386"],["16832.739","16788.267"],["16802.396","16980.189"],["16844.976","16802.487"],["16819.540","16806.896"],["16787.993","16941.617"],["16800.427","16858.931"],["16828.923","16827.788"],["16797.700","16853.286"],["16802.199","16838.376"],["16928.882","16985.582"],["17798.886","17830.494"],["17655.566","17778.079"],["17710.368","17777.031"],["17807.466","17783.482"],["17800.959","17819.528"],["17691.109","17764.685"],["17744.102","17764.463"],["17694.569","17746.842"],["17761.139","17821.460"],["17662.820","17752.431"],["17720.171","17767.783"],["17794.373","17763.713"],["17722.718","17823.855"],["17749.100","17775.564"],["5455.599","8351.131"],["5536.036","8408.795"],["5563.194","8429.199"],["5506.083","8462.339"],["5467.158","8483.443"],["5509.898","8471.458"],["5588.893","8506.892"],["18687.015","13789.554"],["18744.509","13613.065"],["18705.388","13780.700"],["6455.495","14101.125"],["6440.813","14109.947"],["6441.698","14128.785"],["6456.426","14104.519"],["16325.627","17626.452"],["16258.541","17801.882"],["16290.429","17643.099"],["16305.153","17788.323"],["16181.388","17707.911"],["16353.360","17817.505"],["16321.005","17649.804"],["16188.641","17727.746"],["16348.209","17672.860"],["25024.547","9992.642"],["25007.572","9948.889"],["24994.176","9880.005"],["25005.517","9820.205"],["25100.695","9935.086"],["25069.777","9934.122"],["25070.221","9908.545"],["25035.073","10010.116"],["25007.786","9954.933"],["24991.290","9829.355"],["25117.751","9934.739"],["25082.507","9939.010"],["25069.415","9908.908"],["25042.885","10003.229"],["25013.559","9955.115"],["24990.870","9878.188"],["24992.507","9827.951"],["25072.885","9931.198"],["25082.769","9897.102"],["25047.935","10003.262"],["25018.427","9951.135"],["24992.211","9819.479"],["25102.093","9945.309"],["25093.938","9920.051"],["25074.070","9902.269"],["14701.962","9353.854"],["14834.241","9324.207"],["14765.826","9374.535"],["14854.495","9343.614"],["13609.921","13498.825"],["28491.061","9203.111"],["20739.846","13522.592"],["20747.329","13550.866"],["20665.068","13578.287"],["20650.331","13575.661"],["20712.328","13426.214"],["20702.213","13406.924"],["20730.257","13540.297"],["20735.569","13551.147"],["20677.953","13444.018"],["20734.747","13559.884"],["20743.333","13530.767"],["20655.594","13551.978"],["20635.282","13564.414"],["20729.943","13418.287"],["20701.325","13429.814"],["20754.139","13531.164"],["20748.366","13565.747"],["20678.966","13574.406"],["20627.584","13584.266"],["20675.503","13438.865"],["20716.473","13416.189"],["20753.892","13515.325"],["20673.456","13539.163"],["20634.525","13534.720"],["20671.457","13412.952"],["20724.055","13431.037"],["20752.313","13525.003"],["20682.502","13586.495"],["20615.446","13541.029"],["20673.628","13440.632"],["16972.781","18527.604"],["16847.859","18643.092"],["16959.768","18647.699"],["16853.582","18656.255"],["16939.455","18660.565"],["16950.695","18527.440"],["16875.375","18660.747"],["16947.646","18670.689"],["16796.329","18601.689"],["16779.006","18530.299"],["16976.632","18524.401"],["16859.109","18630.491"],["18613.066","17833.393"],["15592.556","14204.340"],["15593.581","14067.223"],["15576.604","14145.353"],["15539.911","14133.532"],["15514.607","14104.582"],["15626.209","14122.165"],["15591.454","14145.463"],["15561.835","14139.824"],["15706.725","14176.800"],["15532.813","14161.053"],["15665.290","14058.427"]] \ No newline at end of file diff --git a/src/gathering/10205.json b/src/gathering/10205.json new file mode 100644 index 0000000..89dacd1 --- /dev/null +++ b/src/gathering/10205.json @@ -0,0 +1 @@ +[["13918.141","14490.342"],["13959.055","14577.545"],["17440.120","17985.002"],["17435.508","17876.393"],["17414.711","17839.913"],["17421.337","17917.356"],["17420.860","17901.237"],["19517.077","15905.653"],["19586.551","15906.797"],["19684.076","15922.746"],["19589.872","15803.030"],["19564.511","15920.550"],["19675.547","15820.933"],["19550.325","15756.962"],["19608.500","15820.414"],["21725.822","6490.803"],["21805.230","6433.627"],["21767.878","6585.749"],["18536.783","16343.382"],["18521.832","16337.239"],["18535.500","16347.363"],["18539.941","16330.484"],["13827.064","13449.283"],["13792.776","13418.560"],["13712.214","13473.757"],["16592.476","18833.481"],["14362.148","15973.565"],["16927.319","7345.085"],["16892.823","7315.807"],["16830.651","7392.542"],["16780.033","7427.999"],["16791.816","7456.235"],["16957.064","7415.606"],["16956.953","7363.014"],["16809.343","7287.444"],["16896.375","7276.487"],["16921.644","7372.616"],["16913.102","7328.177"],["16851.572","7391.931"],["16808.026","7447.041"],["16940.699","7410.750"],["16981.986","7351.338"],["16791.974","7278.476"],["16898.366","7330.357"],["16850.487","7395.201"],["16805.444","7425.785"],["16786.057","7380.720"],["16810.122","7444.030"],["16959.136","7436.481"],["16946.098","7380.537"],["16782.204","7278.492"],["16876.606","7274.934"],["31700.870","10434.790"],["31574.979","10540.447"],["31542.613","10527.856"],["31525.029","10614.408"],["31679.231","10558.432"],["31576.612","10585.275"],["31682.021","10467.886"],["31545.162","10566.023"],["31551.772","10626.001"],["31645.779","10512.408"],["31660.169","10545.087"],["31575.230","10539.544"],["31587.734","10633.152"],["31540.952","10566.535"],["31544.782","10603.673"],["31609.463","10521.839"],["31685.728","10519.092"],["31617.911","10574.342"],["32161.830","11031.760"],["32188.980","10969.037"],["32174.303","10869.727"],["25142.828","6221.451"],["19622.270","10798.453"],["19560.622","10692.215"],["17797.624","18501.521"],["17745.556","18663.905"],["17741.494","18638.125"],["17742.513","18640.932"],["17771.642","18651.106"],["21875.493","6539.655"],["21861.809","6454.552"],["21875.888","6456.996"],["21920.867","6570.670"],["21916.952","6556.483"],["22002.906","6562.379"],["21931.837","6567.532"],["21899.501","6521.785"],["13757.854","14489.606"],["13829.368","14500.323"],["13764.894","14519.861"],["14901.095","19289.956"],["14911.343","19139.650"],["14950.832","19293.507"],["18719.203","13879.843"],["18681.505","13821.313"],["18683.923","13874.393"],["18673.430","13828.101"],["18695.880","13876.788"],["31192.405","9866.831"],["9806.253","12108.720"],["6332.142","7527.946"],["6274.478","7559.285"],["6424.437","7622.406"],["6327.652","7535.791"],["6272.241","7557.270"],["6450.753","7622.835"],["17546.377","17476.391"],["17440.197","17426.554"],["17517.819","17477.819"],["17573.300","17520.784"],["17585.652","17543.030"],["17519.326","17609.946"],["17489.191","17611.517"],["17496.179","17505.216"],["17471.220","17481.585"],["17433.637","17469.129"],["17505.192","17477.547"],["17532.834","17434.796"],["17463.514","17513.241"],["17424.476","17461.582"],["17595.308","17574.658"],["17457.036","17616.373"],["17462.053","17609.948"],["17499.770","17607.997"],["19919.827","13473.302"],["19834.105","13460.663"],["19832.308","13400.263"],["19754.715","13445.236"],["20704.177","8114.490"],["20638.170","8146.599"],["20577.156","8135.911"],["20697.992","8124.283"],["20606.350","8204.202"],["20686.644","8130.856"],["20658.859","8139.535"],["20622.989","8238.605"],["20613.587","8159.925"],["17725.927","17738.451"],["17727.097","17728.065"],["17772.146","17725.621"],["17682.458","17729.210"],["17681.932","17739.433"],["17659.602","17734.323"],["17703.806","17725.388"],["17779.252","17701.145"],["17632.805","17735.588"],["17682.135","17718.914"],["17734.745","17724.795"],["17679.481","17743.281"],["17764.548","17714.473"],["16725.682","14173.899"],["31328.304","10247.861"],["31510.876","10326.743"],["31477.095","10423.095"],["20894.682","7796.433"],["20945.928","7811.741"],["20953.313","7885.746"],["20903.116","7858.298"],["20880.472","7861.536"],["20881.327","7855.805"],["20926.089","7712.106"],["20921.154","7693.328"],["20873.280","7881.023"],["20900.862","7802.889"],["20895.665","7857.935"],["20888.630","7789.744"],["20858.827","7852.915"],["20876.607","7776.235"],["20884.460","7756.268"],["20872.248","7774.864"],["20806.475","7699.521"],["20873.268","7859.950"],["20959.168","7825.449"],["20868.872","7852.237"],["20891.557","7854.088"],["20885.916","7843.154"],["20838.646","7716.350"],["20934.559","7746.475"],["27897.527","8332.571"],["20369.747","15284.749"],["20393.089","15183.459"],["20419.986","15222.150"],["20482.803","15264.934"],["20450.543","15248.125"],["20499.247","15248.341"],["20508.963","15271.464"],["18861.660","17370.057"],["18801.659","17319.718"],["18811.149","17339.256"],["18818.846","17331.940"],["18772.448","17322.658"],["18765.303","17327.003"],["18766.010","17326.706"],["18764.324","17279.575"],["18704.899","17215.942"],["19692.995","10491.486"],["19692.226","10438.136"],["19699.903","10436.566"],["19627.241","10444.614"],["19686.693","10592.150"],["16801.942","17854.444"],["16880.326","17901.868"],["16830.748","17997.298"],["16853.732","18027.070"],["16984.875","18024.772"],["16963.838","18021.998"],["16936.258","17958.536"],["19809.365","6199.533"],["19803.082","6166.189"],["19765.845","6158.988"],["19802.473","6164.867"],["19805.368","6151.292"],["19827.523","6148.236"],["19740.123","6204.202"],["19794.809","6117.237"],["19769.907","6184.273"],["19846.454","6198.658"],["19780.088","6080.507"],["19760.896","6204.070"],["19879.891","6194.958"],["19862.605","6203.133"],["19857.901","6175.437"],["19823.937","6113.075"],["19725.041","6161.840"],["15726.792","17195.643"],["15775.392","17150.853"],["15735.956","17136.912"],["19731.913","16738.242"],["23928.011","5955.944"],["23885.494","5941.807"],["23919.261","5992.493"],["19744.449","5975.416"],["19802.973","5944.173"],["19818.648","5901.448"],["19768.039","5991.142"],["19743.697","5985.874"],["19816.707","5953.801"],["19775.276","5915.040"],["19726.411","5942.868"],["19826.049","5948.698"],["19730.654","5967.393"],["19735.621","5980.556"],["19738.993","5941.134"],["19740.210","5985.444"],["19753.401","5913.008"],["19811.049","5882.554"],["19797.381","5977.501"],["19746.394","5927.773"],["19819.075","5980.572"],["9775.350","16157.178"],["9801.556","16180.769"],["14798.930","12440.482"],["14752.382","12456.908"],["14747.867","12536.931"],["20167.569","15272.726"],["20288.897","15246.547"],["20295.203","15207.253"],["20354.281","15291.771"],["17786.402","17024.670"],["17778.058","17175.573"],["17665.458","17069.281"],["17761.749","17123.375"],["17764.166","17024.614"],["17675.583","17194.373"],["17669.319","17174.004"],["17661.323","17145.868"],["17688.707","17024.090"],["17669.124","16990.831"],["17798.798","17125.058"],["17733.967","17003.912"],["17673.853","17184.019"],["17672.596","17044.538"],["17819.351","17173.277"],["17822.061","17083.755"],["17626.791","17024.789"],["17622.580","17085.102"],["17827.966","17099.841"],["17804.249","17066.463"],["17752.557","17135.116"],["17714.004","17152.854"],["17741.816","17137.659"],["17715.961","17187.123"],["17658.137","17004.027"],["17637.972","17004.803"],["17674.222","16988.387"],["17657.594","17003.895"],["17672.011","17193.450"],["17688.270","17041.598"],["17827.349","17136.545"],["17784.847","17056.636"],["17797.982","17088.743"],["17723.028","17189.521"],["17656.389","17196.124"],["17722.409","17159.361"],["17750.435","17137.990"],["17695.501","17193.960"],["17655.045","17001.220"],["17647.841","17036.331"],["19137.993","15040.664"],["19143.276","14971.751"],["19151.382","14921.235"],["19128.467","15073.802"],["19144.402","14948.483"],["19140.749","14916.156"],["19161.448","14899.715"],["19120.839","15058.272"],["19148.109","15039.874"],["19135.159","15007.121"],["19122.763","14952.378"],["19175.024","14876.033"],["19128.243","14947.470"],["21362.638","14712.675"],["20337.179","7291.033"],["20331.258","7304.047"],["20334.992","7415.823"],["20325.600","7373.692"],["20337.574","7397.375"],["7473.345","13642.960"],["7489.135","13648.641"],["18873.065","11973.719"],["18789.279","12056.915"],["18756.127","11963.759"],["18692.682","12026.566"],["18736.774","12085.685"],["14317.391","15395.351"],["14272.259","15365.789"],["14256.766","15486.730"],["14254.233","15499.067"],["14274.035","15379.451"],["9868.120","15484.058"],["9852.512","15474.925"],["21480.670","14367.227"],["19561.300","15657.396"],["19526.521","15582.979"],["20733.751","6305.082"],["20747.189","6321.531"],["20693.784","6237.056"],["20693.998","6249.574"],["20709.113","6377.303"],["20769.418","6211.877"],["20669.137","6319.621"],["20574.975","6240.249"],["20666.127","6329.349"],["20602.590","6411.512"],["20633.594","6412.503"],["20666.604","6362.264"],["20590.567","6412.767"],["20694.014","6330.780"],["20749.376","6285.578"],["20689.146","6388.947"],["20695.314","6319.847"],["20696.827","6275.751"],["20707.024","6357.601"],["20722.369","6233.587"],["20651.406","6408.589"],["20646.817","6367.945"],["20679.630","6266.723"],["20610.206","6284.014"],["20638.117","6386.640"],["20674.942","6316.913"],["20673.824","6389.481"],["20701.876","6250.367"],["20688.504","6261.961"],["20774.754","6215.586"],["20759.656","6289.161"],["20751.909","6274.248"],["20684.705","6381.928"],["20764.681","6210.423"],["20578.150","6352.949"],["20580.123","6362.577"],["20651.423","6264.196"],["20662.952","6338.779"],["20617.656","6262.809"],["20626.127","6405.534"],["20664.137","6389.927"],["6579.712","7464.617"],["6646.869","7403.178"],["6573.919","7426.585"],["6591.506","7410.956"],["6484.489","7442.124"],["6538.655","7408.218"],["6564.236","7292.948"],["6514.188","7289.299"],["6639.404","7416.380"],["6661.129","7380.403"],["6604.593","7428.485"],["6517.257","7398.028"],["6557.017","7386.048"],["6555.091","7283.419"],["6511.162","7276.020"],["18195.032","12019.211"],["18200.205","11978.679"],["18124.429","12008.503"],["18051.523","12104.767"],["18041.621","11991.640"],["18235.737","12071.301"],["14907.495","19478.215"],["14957.314","19519.239"],["24980.215","5998.947"],["24939.985","5996.899"],["14374.681","13196.174"],["19574.009","11029.348"],["19622.304","11023.840"],["19722.544","10932.210"],["19654.925","10990.158"],["30533.694","9832.304"],["30497.712","9802.829"],["13525.021","12622.969"],["13569.912","12556.293"],["13570.922","12748.985"],["13477.914","12646.148"],["13462.420","12629.171"],["13604.438","12624.195"],["13531.984","12719.874"],["13519.003","12549.738"],["16275.802","12942.667"],["16242.767","12837.086"],["16321.049","12793.566"],["16242.000","12795.758"],["16285.276","12945.921"],["16298.935","12889.605"],["16307.808","12847.241"],["16352.610","12759.837"],["16231.391","12802.859"],["16281.616","12851.108"],["16315.818","12794.623"],["16176.550","12761.959"],["16268.118","12794.800"],["28656.849","8277.814"],["28617.392","8261.976"],["28659.415","8307.095"],["17126.998","16786.832"],["9883.750","12052.814"],["9927.516","12098.677"],["9900.329","12090.271"],["9918.371","12084.523"],["9890.115","12057.009"],["9908.256","12043.565"],["9830.678","12102.229"],["13656.382","12327.808"],["13691.888","12239.524"],["13746.246","12241.093"],["31435.072","8998.787"],["20281.060","6140.596"],["20350.271","6200.084"],["20289.895","6204.966"],["20201.673","5994.993"],["20160.736","6039.700"],["20221.607","5995.010"],["20293.725","6146.244"],["20221.377","6010.204"],["20196.574","6026.455"],["20211.163","6082.508"],["20146.262","6077.900"],["20153.301","6060.774"],["20244.720","5995.370"],["20330.814","6162.528"],["20286.253","5994.429"],["20325.625","6130.382"],["20190.538","6059.106"],["20164.979","6014.002"],["18533.101","18747.340"],["18513.536","18841.372"],["18543.792","18738.571"],["18462.388","18730.185"],["18505.207","18729.537"],["18764.180","12437.185"],["18811.892","12457.112"],["19438.098","13207.400"],["27537.734","10332.844"],["27675.484","10425.928"],["27539.139","10346.496"],["27555.685","10346.969"],["7579.245","12129.962"],["7558.205","12165.531"],["13746.114","14729.667"],["20573.452","6516.354"],["20696.544","6522.845"],["20618.912","6549.930"],["20637.745","6531.367"],["20676.495","6531.284"],["20727.630","6473.728"],["20569.784","6614.273"],["20739.439","6481.870"],["20735.980","6595.300"],["20725.749","6614.458"],["20730.782","6562.979"],["20756.983","6516.638"],["20747.411","6538.603"],["20678.003","6511.749"],["20668.957","6524.565"],["20738.616","6465.603"],["20567.613","6514.571"],["20666.051","6512.539"],["20657.333","6625.008"],["20698.156","6517.428"],["20662.547","6485.933"],["20669.784","6488.493"],["20706.901","6595.234"],["20771.440","6557.348"],["20716.095","6519.280"],["20757.312","6563.145"],["20567.531","6508.691"],["20647.778","6563.208"],["20666.215","6505.553"],["20594.801","6469.352"],["20732.740","6570.213"],["20755.174","6596.836"],["20691.703","6564.961"],["20710.700","6569.767"],["15268.918","13858.978"],["17825.174","13652.709"],["22856.944","12866.757"],["22839.352","12948.796"],["22859.440","12878.281"],["22828.730","12931.262"],["22872.687","12880.782"],["22829.900","12961.736"],["19719.158","12225.163"],["18960.351","18345.206"],["19007.546","18405.122"],["18909.758","18330.375"],["19012.858","18399.391"],["19083.706","18428.517"],["18950.005","18357.229"],["19053.023","18369.532"],["6066.805","17137.219"],["6076.457","17141.706"],["18841.271","13568.650"],["18875.143","13454.024"],["18782.139","13413.103"],["18726.812","13554.237"],["18748.457","13563.668"],["18838.129","13567.692"],["18867.570","13575.240"],["18836.821","13434.916"],["18823.104","13417.162"],["18749.606","13489.337"],["18687.696","13414.187"],["18725.183","13526.525"],["18709.805","13560.761"],["18830.670","13435.279"],["18854.494","13546.487"],["18762.780","13494.325"],["18672.806","13531.890"],["18706.795","13568.292"],["25023.690","6020.263"],["25137.515","6200.410"],["25030.088","6023.864"],["18626.095","16982.795"],["18599.517","16943.365"],["18648.546","16871.133"],["18667.446","16823.106"],["18643.202","16827.499"],["18624.205","16945.760"],["18612.215","16939.782"],["18584.797","16969.740"],["18637.428","16871.612"],["18654.451","16910.092"],["18639.074","16853.791"],["18644.337","16803.799"],["18668.696","16839.092"],["18620.681","16835.668"],["18623.838","16820.243"],["27730.986","10834.867"],["32302.695","11676.210"],["32242.806","11612.600"],["32209.264","11653.451"],["32169.200","11626.735"],["32295.195","11673.799"],["32274.056","11683.186"],["32189.428","11679.942"],["32159.546","11580.822"],["27747.474","16903.125"],["27781.288","16933.162"],["22342.225","7404.031"],["22339.741","7459.440"],["22293.304","7435.318"],["22283.144","7376.032"],["22370.695","7430.059"],["22253.863","7418.320"],["22269.870","7403.150"],["28587.952","8625.970"],["28629.778","8591.519"],["28572.673","8665.425"],["28581.192","8665.606"],["28589.087","8587.208"],["28581.077","8711.403"],["28639.942","8608.777"],["28587.870","8687.869"],["28680.387","8560.982"],["28720.979","8561.180"],["28636.094","8595.796"],["18664.052","17117.368"],["18637.086","17032.063"],["18669.546","17125.560"],["18659.463","17073.801"],["18634.734","17071.485"],["18607.839","16990.623"],["5652.802","7921.084"],["5635.716","7899.406"],["5646.045","7907.780"],["6782.323","13605.185"],["6810.086","13628.636"],["6743.288","13643.605"],["6736.462","13632.838"],["28341.891","10697.879"],["27486.889","6880.116"],["27511.396","6873.922"],["17755.561","12123.346"],["17709.608","12081.650"],["17677.287","12086.024"],["17631.861","12083.630"],["6522.349","17141.607"],["6520.831","17134.765"],["6520.451","17026.419"],["7570.057","8926.777"],["7718.388","8943.751"],["7585.030","8928.473"],["7656.426","8926.943"],["7550.757","8950.984"],["7675.099","8939.391"],["7647.744","8920.311"],["18654.406","16007.419"],["18632.494","15930.252"],["18649.287","15937.618"],["18661.199","15997.857"],["18624.481","15998.526"],["18243.058","17347.491"],["18098.014","17206.135"],["18182.056","17214.467"],["18192.712","17205.172"],["18149.716","17348.778"],["18130.399","17215.119"],["18117.817","17224.500"],["18186.022","17220.323"],["18151.027","17307.463"],["18112.588","17329.257"],["7939.342","8438.679"],["7957.733","8468.688"],["7953.963","8386.509"],["7954.875","8486.203"],["7966.388","8468.102"],["7941.707","8366.970"],["7957.362","8406.427"],["17229.867","16215.952"],["17283.268","16260.981"],["27316.614","16539.694"],["8181.034","11832.631"],["8190.345","11874.999"],["8152.520","11889.586"],["8352.536","11753.869"],["8212.642","11907.021"],["19885.520","10759.182"],["19931.753","10813.897"],["19828.745","10733.836"],["19770.367","10787.038"],["19764.601","10715.148"],["19729.889","10720.108"],["19769.447","10702.346"],["19853.801","10650.466"],["19857.315","10801.060"],["19886.376","10738.922"],["13367.792","12723.278"],["13365.078","12706.168"],["19607.130","6214.739"],["19548.610","6206.878"],["19524.366","12398.045"],["19545.866","12374.844"],["19566.587","12356.604"],["19623.486","12427.360"],["19628.665","12437.840"],["19616.188","12492.732"],["19652.921","12361.887"],["7180.231","15649.054"],["7187.696","15662.842"],["13934.302","13618.175"],["13938.791","13607.404"],["13901.307","13621.690"],["13890.411","13706.304"],["13968.005","13728.173"],["16658.628","17975.462"],["16695.870","17990.827"],["29035.364","11148.739"],["29031.844","11157.672"],["28998.250","11170.122"],["5641.189","7405.319"],["5718.968","7315.441"],["5687.294","7348.365"],["5655.203","7289.709"],["5735.954","7378.727"],["5744.903","7398.841"],["5719.784","7450.132"],["5739.903","7471.891"],["5801.736","7363.761"],["5829.109","7419.209"],["5811.572","7457.496"],["5637.620","7382.330"],["5711.833","7322.717"],["5649.578","7275.721"],["5726.992","7384.902"],["5718.600","7425.639"],["5791.851","7349.773"],["5782.068","7459.114"],["30006.306","9081.558"],["17748.577","17432.195"],["17784.514","17455.696"],["17681.574","17491.823"],["17659.355","17545.594"],["17629.811","17411.486"],["17621.275","17417.250"],["17751.077","17476.472"],["17758.527","17466.662"],["17754.350","17456.158"],["17663.614","17518.148"],["17655.357","17507.661"],["17659.864","17414.598"],["17641.244","17551.332"],["17737.228","17464.812"],["17743.807","17439.957"],["17814.646","17429.057"],["17681.722","17501.633"],["17626.509","17520.873"],["17693.285","17499.701"],["17654.635","17547.080"],["17773.627","17534.518"],["17670.537","17567.136"],["20703.661","8001.881"],["20659.282","7917.504"],["20703.266","8080.807"],["20743.061","8077.895"],["20618.068","7999.552"],["20710.894","7936.332"],["13387.041","14351.661"],["13309.393","14254.884"],["16035.487","13935.893"],["16019.797","13913.340"],["15953.393","13881.758"],["15997.206","13994.292"],["16066.888","13957.884"],["16069.267","13954.209"],["15972.818","13944.190"],["15985.309","13921.165"],["16104.253","13970.467"],["16143.199","14006.906"],["16057.710","14022.442"],["16107.803","13904.416"],["16042.924","14000.691"],["15361.381","11994.957"],["15412.324","11983.100"],["15499.339","12005.846"],["15477.858","12042.724"],["15410.854","12033.470"],["15391.715","11978.873"],["15503.402","11991.627"],["15486.920","12063.566"],["15350.563","12010.610"],["15385.821","12034.825"],["15396.436","11988.253"],["15507.382","12017.225"],["15464.815","12089.264"],["16489.843","17219.352"],["16532.171","17299.138"],["16455.660","17245.993"],["16564.065","17274.084"],["16567.009","17282.937"],["16564.147","17293.572"],["16439.707","17218.049"],["16533.354","17226.870"],["16556.449","17251.095"],["19255.832","11237.681"],["19224.024","11173.179"],["19223.472","11116.849"],["19158.036","11119.377"],["19209.311","11112.607"],["19215.784","11106.581"],["19149.092","11156.704"],["19118.399","11211.826"],["9596.360","11946.311"],["9593.991","11962.644"],["9588.777","11950.638"],["9484.702","11918.377"],["9454.209","11949.723"],["9484.686","11942.655"],["19705.594","5153.030"],["19650.627","5296.778"],["19576.663","5196.861"],["19610.939","5233.954"],["19719.870","5253.558"],["19566.284","5240.230"],["19622.748","5282.641"],["19565.215","5207.745"],["19636.515","5222.873"],["19637.229","5155.536"],["19584.130","5300.379"],["19691.696","5254.136"],["19564.969","5255.738"],["19612.798","5207.579"],["19688.544","5154.082"],["16609.048","17276.314"],["16713.228","17225.318"],["16583.691","17255.357"],["16573.292","17285.678"],["16680.186","17204.724"],["16747.307","17205.203"],["16579.196","17242.920"],["16663.343","17199.043"],["14221.170","12760.012"],["27825.212","10416.068"],["27755.151","10381.873"],["27769.547","10297.074"],["27741.555","10356.023"],["27813.518","10276.164"],["27875.439","10231.034"],["31407.204","11795.597"],["31386.550","11841.594"],["31483.353","11816.297"],["31511.104","11721.106"],["20874.942","12370.474"],["20856.690","12431.946"],["15426.220","5152.626"],["15473.788","5358.352"],["15483.271","5359.392"],["15449.576","5148.629"],["16847.066","14433.489"],["19082.145","12682.035"],["19044.990","12654.149"],["19018.159","12666.264"],["19020.453","12737.963"],["19009.388","12631.908"],["19005.814","12708.441"],["19089.604","12740.307"],["19085.875","12650.737"],["18943.602","12670.584"],["18975.920","12756.871"],["18895.899","12749.917"],["18979.929","12552.716"],["14033.591","12543.044"],["13951.500","12456.679"],["14004.578","12467.024"],["14020.104","12457.263"],["6498.520","7877.950"],["6599.394","7864.902"],["6554.817","7880.518"],["6537.302","7853.784"],["6637.926","7886.871"],["6617.590","7857.526"],["6610.615","7818.908"],["6562.266","7828.715"],["6477.087","7797.047"],["6585.108","7892.256"],["6521.501","7846.452"],["6553.354","7854.296"],["6511.071","7827.617"],["6471.293","7855.090"],["6631.173","7849.965"],["6627.754","7891.762"],["6612.753","7833.309"],["29359.198","10237.011"],["14164.510","14204.144"],["14045.198","14087.259"],["14102.221","14068.755"],["14241.506","14030.640"],["16346.056","13472.243"],["16353.671","13458.287"],["31922.502","10907.731"],["31785.148","11029.592"],["31876.926","10913.532"],["31820.707","11001.467"],["31888.686","10936.654"],["31860.167","10943.838"],["14954.858","17172.823"],["14924.809","17124.962"],["14971.881","17185.160"],["14890.220","17161.097"],["14951.404","17153.220"],["14956.782","17182.633"],["14985.364","17052.384"],["14946.250","17006.055"],["31710.265","8455.966"],["31595.742","8457.269"],["31578.119","8515.570"],["31517.646","8500.747"],["31550.979","8414.662"],["31565.722","8423.086"],["31599.862","8333.779"],["28505.923","9052.061"],["28473.368","9009.853"],["28495.177","9036.343"],["18953.404","14148.582"],["18919.407","14220.869"],["18886.085","14166.270"],["18899.805","14104.822"],["18907.798","14113.790"],["18944.752","14136.625"],["18933.354","14170.828"],["12675.379","12333.108"],["12613.761","12303.036"],["12633.515","12186.653"],["12571.550","12326.932"],["12752.617","12224.361"],["12726.485","12179.907"],["12711.156","12173.883"],["12670.304","12191.868"],["12637.767","12173.225"],["12637.155","12174.954"],["12678.333","12167.020"],["5618.053","8893.847"],["5563.645","8866.531"],["5605.339","8879.214"],["5583.064","8843.034"],["5581.633","8832.051"],["7104.717","13608.166"],["7140.095","13648.851"],["7232.787","13616.257"],["21997.636","14869.938"],["21995.415","14794.671"],["21970.792","14732.587"],["15236.048","16272.204"],["15267.102","16348.521"],["15241.160","16298.434"],["15209.501","16278.721"],["15234.076","16231.700"],["15189.313","16292.302"],["15216.107","16345.991"],["15263.102","16325.182"],["15249.207","18277.060"],["15226.581","18334.536"],["15129.864","18293.554"],["15241.624","18323.451"],["15265.309","18272.353"],["15230.183","18309.565"],["15183.456","18343.570"],["15142.890","18383.116"],["28215.869","9525.462"],["28217.530","9378.774"],["28193.698","9453.836"],["28241.296","9419.302"],["28221.099","9540.656"],["6322.224","16439.256"],["6322.323","16443.055"],["6324.971","16442.196"],["6398.607","16555.404"],["6403.073","16553.961"],["6402.455","16551.033"],["6407.507","16544.178"],["6411.487","16551.659"],["16427.750","18289.191"],["16455.291","18306.100"],["16367.485","18365.388"],["16411.253","18265.795"],["16448.954","18447.276"],["16419.543","18260.620"],["16481.146","18279.379"],["16412.617","18410.805"],["16444.381","18443.362"],["16499.649","18270.807"],["16365.888","18412.039"],["16361.322","18334.031"],["20748.162","7610.411"],["20681.684","7664.031"],["20567.271","7501.928"],["20615.478","7542.919"],["20622.994","7511.473"],["20618.258","7561.779"],["20705.335","7629.663"],["20749.774","7602.929"],["20633.883","7518.641"],["20644.869","7499.054"],["20568.570","7533.984"],["20733.886","7580.716"],["20677.884","7659.457"],["20647.884","7667.846"],["20703.707","7631.727"],["20726.108","7615.295"],["20678.937","7664.444"],["20653.323","7544.801"],["20574.754","7498.922"],["20663.554","7519.252"],["20603.702","7557.518"],["20581.596","7557.931"],["20676.832","7631.430"],["20757.701","7628.842"],["20468.355","7152.859"],["20459.194","7130.299"],["20468.635","7058.623"],["20483.503","7147.310"],["20489.967","7122.950"],["20432.138","7124.651"],["20551.135","7097.367"],["20543.602","7112.396"],["20475.740","7107.607"],["20539.441","7089.556"],["20560.378","7053.189"],["17406.603","18716.910"],["17268.822","18822.178"],["17247.745","18853.006"],["17285.236","18780.612"],["17326.915","18836.315"],["17268.164","18766.244"],["17302.112","18817.422"],["17207.498","18836.094"],["17290.252","18775.971"],["19590.770","15550.716"],["19608.780","15530.882"],["31978.906","11583.361"],["32137.144","11619.831"],["32060.898","11695.567"],["32026.762","11536.412"],["31949.472","11662.345"],["32076.147","11501.665"],["32041.795","11662.937"],["32078.752","11592.266"],["31949.998","11682.080"],["31951.850","11519.991"],["31941.926","11610.301"],["32102.907","11589.477"],["31981.384","11571.938"],["32099.720","11633.938"],["32007.831","11591.606"],["5226.984","8609.492"],["5386.341","8536.656"],["5293.460","8577.192"],["5283.527","8663.561"],["5305.412","8704.569"],["5245.644","8688.381"],["5210.208","8736.117"],["5213.382","8604.289"],["5393.858","8532.313"],["5273.838","8598.348"],["5313.824","8677.434"],["5289.359","8713.107"],["5215.529","8685.210"],["5204.122","8723.368"],["16409.315","14059.593"],["16477.031","14063.909"],["16492.303","14100.055"],["16481.719","14080.755"],["16509.720","14073.499"],["16448.581","14106.462"],["16508.766","14080.468"],["16398.055","14112.093"],["31054.727","9166.635"],["20798.162","7593.615"],["20819.215","7534.573"],["20821.123","7609.668"],["20795.350","7565.142"],["20789.650","7554.069"],["20819.420","7484.490"],["20949.142","7505.612"],["20817.990","7488.023"],["20818.390","7619.803"],["20865.216","7582.149"],["20871.515","7592.140"],["20821.419","7587.075"],["20949.421","7530.947"],["20824.363","7543.788"],["19459.539","11482.293"],["19460.763","11478.712"],["19452.198","11393.480"],["19306.660","11387.373"],["19343.406","11371.168"],["19368.483","11388.398"],["19412.460","11283.779"],["19423.309","11304.594"],["19415.748","11357.845"],["19391.841","11446.858"],["27837.235","11970.625"],["27802.068","12040.761"],["30897.958","10814.482"],["31021.334","10766.752"],["30908.199","10743.626"],["20342.799","8066.334"],["18683.211","18593.164"],["18729.697","18474.765"],["18809.098","18496.929"],["18686.303","18595.576"],["18714.187","18515.145"],["18787.374","18502.645"],["18864.740","18576.672"],["18875.612","18550.396"],["18837.163","18537.274"],["18841.308","18549.017"],["18848.500","18666.761"],["18879.421","18674.490"],["18720.470","18512.948"],["18830.003","18494.369"],["18863.129","18580.058"],["18817.673","18548.439"],["18825.370","18532.535"],["18854.733","18645.721"],["18860.309","18668.644"],["19840.751","12161.424"],["19751.067","12214.208"],["19817.391","12206.170"],["30711.036","9604.323"],["30714.496","9692.774"],["30753.799","9688.997"],["30761.972","9651.938"],["30834.067","9633.564"],["30857.076","9607.829"],["30876.466","9690.197"],["30765.405","9681.947"],["30679.823","9642.961"],["6047.697","9278.211"],["6138.165","9271.665"],["6218.527","9249.822"],["6078.844","9259.769"],["6125.221","9277.677"],["6062.303","9267.608"],["6213.872","9258.559"],["4640.195","9425.468"],["4680.643","9434.325"],["4667.948","9468.464"],["4607.695","9586.536"],["4679.537","9572.029"],["4657.295","9548.943"],["4766.007","9487.735"],["4678.224","9494.722"],["4768.398","9378.351"],["4627.430","9380.010"],["4641.945","9405.581"],["4622.514","9571.936"],["4655.689","9550.262"],["4739.576","9515.943"],["4728.520","9475.267"],["16076.609","17653.271"],["15987.636","17722.229"],["15971.113","17739.939"],["15954.908","17793.144"],["15963.694","17831.108"],["16002.336","17647.031"],["16005.239","17629.145"],["16119.151","17735.162"],["15982.428","17820.373"],["28567.212","9336.654"],["28579.630","9354.820"],["6203.307","9530.596"],["6241.532","9502.434"],["6099.751","9568.240"],["6141.589","9541.714"],["6204.594","9506.558"],["6191.697","9547.229"],["6147.313","9534.348"],["6171.465","9523.577"],["6162.124","9585.599"],["6119.831","9566.011"],["6088.551","9578.826"],["6216.782","9494.980"],["6213.004","9540.115"],["6183.201","9556.440"],["6194.540","9528.961"],["6086.837","9554.086"],["6099.258","9583.285"],["6208.706","9506.260"],["6205.866","9530.486"],["6183.316","9551.089"],["6225.578","9486.415"],["19970.013","6965.805"],["20056.938","6905.109"],["20119.421","6840.237"],["19958.977","6925.822"],["20135.956","6853.575"],["20066.642","6873.780"],["20028.632","6845.886"],["20054.191","6896.786"],["19950.441","6857.151"],["19954.092","6859.562"],["19952.382","6863.196"],["19988.911","6935.846"],["20004.997","6922.684"],["20027.464","6890.873"],["20088.303","6940.683"],["20133.176","6879.735"],["19520.647","12316.413"],["21401.025","14482.600"],["21307.943","14465.773"],["21220.380","14475.430"],["9821.187","12142.691"],["13359.668","14529.067"],["28210.566","12786.034"],["28157.501","12803.907"],["28180.955","12793.139"],["28163.323","12836.459"],["28167.540","12796.340"],["13738.923","12706.358"],["13816.846","12727.859"],["13756.344","12690.238"],["31988.014","11108.854"],["32051.217","11276.930"],["32127.159","11073.808"],["31945.678","11144.510"],["31997.389","11277.015"],["31942.225","11192.355"],["31993.853","11265.587"],["20297.045","5738.523"],["20349.940","5680.224"],["20340.960","5728.432"],["20310.368","5774.460"],["20152.714","5607.253"],["20230.230","5589.301"],["20344.112","5606.180"],["20276.645","5636.172"],["20295.740","5669.764"],["20267.747","5613.645"],["20332.423","5736.904"],["20324.710","5774.477"],["20318.410","5779.349"],["20293.997","5576.601"],["20197.171","5661.423"],["20209.753","5710.441"],["20276.563","5686.741"],["20219.539","5588.822"],["20343.240","5697.674"],["20340.729","5726.236"],["20353.575","5709.885"],["20281.618","5780.521"],["20356.125","5657.136"],["20295.280","5724.214"],["20276.382","5721.919"],["20228.487","5740.713"],["6373.274","9523.360"],["6406.548","9439.166"],["6410.363","9458.772"],["6421.594","9479.887"],["6383.915","9555.102"],["6345.484","9574.500"],["6300.735","9556.586"],["6446.901","9522.186"],["6414.755","9435.979"],["6411.415","9459.598"],["6427.417","9482.150"],["6391.169","9544.136"],["6289.189","9551.979"],["6409.064","9420.718"],["6411.564","9453.140"],["6413.124","9474.421"],["20406.021","12391.090"],["20400.707","12349.363"],["20405.288","12510.032"],["28962.072","11895.226"],["6261.224","9101.111"],["6286.447","9121.274"],["6365.233","9101.210"],["6338.819","9145.269"],["6251.997","9106.115"],["6293.076","9111.530"],["6338.194","9085.173"],["6346.467","9122.098"],["6328.520","9110.919"],["6348.276","9099.492"],["6318.210","9118.696"],["16292.002","16257.261"],["16305.953","16199.573"],["16284.707","16333.251"],["16267.863","16196.733"],["16317.611","16245.370"],["16309.025","16260.696"],["16281.710","16228.855"],["16277.536","16348.610"],["16254.654","16234.090"],["16305.690","16152.603"],["16299.259","16228.656"],["16295.036","16348.032"],["16307.565","16143.305"],["16258.210","16299.312"],["16263.667","16222.199"],["16313.121","16247.484"],["20305.315","15487.311"],["20307.912","15299.800"],["20248.803","15403.979"],["20241.619","15429.836"],["18462.155","17612.681"],["6998.306","6117.577"],["6969.595","6035.543"],["6963.827","6122.165"],["6929.645","6106.434"],["16228.203","12670.986"],["16340.032","12651.552"],["16246.331","12693.822"],["16350.889","12578.182"],["16187.948","12733.965"],["16219.902","12557.320"],["16272.006","12733.359"],["16184.694","12597.221"],["16204.116","12569.086"],["16197.997","12744.700"],["16317.121","12643.641"],["16296.249","12743.681"],["16281.731","12624.809"],["16330.626","12553.244"],["6863.172","13051.176"],["6719.304","7400.142"],["6721.879","7421.573"],["6835.264","7383.074"],["6813.264","7423.673"],["6835.083","7390.736"],["6710.801","7400.902"],["6703.490","7436.107"],["6823.981","7377.756"],["6776.076","7391.022"],["6852.139","7392.438"],["8602.749","11698.365"],["18629.941","12057.817"],["18550.577","11976.432"],["18588.417","11935.158"],["18564.952","12027.464"],["18475.432","11954.130"],["20630.685","8660.630"],["20584.254","8572.967"],["20624.796","8635.857"],["20592.066","8656.765"],["20642.099","8657.277"],["20615.125","8656.336"],["20634.385","8667.748"],["20594.879","8555.741"],["16009.369","18205.387"],["15953.659","18156.344"],["15989.843","18213.900"],["15948.662","18187.616"],["16135.766","18126.966"],["16042.632","18206.281"],["16065.238","18051.398"],["16050.666","18077.030"],["16060.791","18168.706"],["16031.152","18158.797"],["16141.733","18229.798"],["15961.726","18196.824"],["15958.256","18191.440"],["15952.721","18195.485"],["15998.563","18191.563"],["15990.017","18243.671"],["16058.922","18065.684"],["16045.682","18056.980"],["16040.166","18176.567"],["16026.646","18170.572"],["16128.493","18195.958"],["15956.907","18218.591"],["15957.055","18214.842"],["16028.642","18176.080"],["14082.451","12288.695"],["14114.833","12143.392"],["14046.424","12323.469"],["14206.383","12260.284"],["18535.534","13354.070"],["18523.833","13385.858"],["18515.214","13374.892"],["18510.708","13377.286"],["19734.415","17325.826"],["19868.548","17331.685"],["19876.212","17321.842"],["19764.941","17366.173"],["19882.939","17329.604"],["19860.620","17354.311"],["31133.388","10837.324"],["31166.211","10812.955"],["31202.963","10702.166"],["31506.665","8323.789"],["19552.471","12838.276"],["19587.073","12835.209"],["19585.669","12844.949"],["19551.100","12811.110"],["19716.048","12773.312"],["15545.048","17132.351"],["15613.041","17156.929"],["15568.631","17125.166"],["15524.760","17126.513"],["27214.653","7628.963"],["7503.025","13204.095"],["7461.693","13252.369"],["30889.770","9589.980"],["31067.891","9589.964"],["30921.713","9648.865"],["31056.032","9710.278"],["31007.662","9779.067"],["20177.110","10999.994"],["22057.456","7479.292"],["22059.791","7485.700"],["22045.698","7484.246"],["18427.347","13671.380"],["18339.169","13809.392"],["18309.830","13715.790"],["18365.751","13640.414"],["18331.258","13800.094"],["18342.100","13713.660"],["18282.111","13708.113"],["17887.729","17906.215"],["17868.963","17855.711"],["17857.454","17885.176"],["17858.425","17917.942"],["17833.504","17899.025"],["17955.534","17898.646"],["17969.925","17907.019"],["17887.680","17903.110"],["17925.465","17832.396"],["17831.796","17887.587"],["17844.639","17929.297"],["17970.336","17925.846"],["17942.836","17899.785"],["9631.497","13676.116"],["9790.605","13734.487"],["9732.463","13688.294"],["19938.130","17385.422"],["20011.107","17390.657"],["20105.129","17402.515"],["20026.016","17274.534"],["20010.924","17282.799"],["19985.564","17400.318"],["20012.406","17348.081"],["20096.600","17300.701"],["19971.378","17236.730"],["20029.552","17300.182"],["31947.344","9369.653"],["7497.250","7866.931"],["7454.238","7882.802"],["7439.172","7884.470"],["21262.995","9896.446"],["21295.632","9860.089"],["21267.452","9887.952"],["21271.001","9828.850"],["21290.723","9868.650"],["21211.747","9903.017"],["21278.315","9822.723"],["21274.877","9830.090"],["21211.828","9911.578"],["21204.100","9905.899"],["22798.713","12772.654"],["22724.186","12760.382"],["22852.148","12762.778"],["22712.616","12786.785"],["22836.496","12759.075"],["19168.196","18456.990"],["19289.925","18444.495"],["19102.291","18458.608"],["19292.541","18445.651"],["19248.651","18330.095"],["19259.893","18417.625"],["16279.759","16808.170"],["16260.156","16792.916"],["16308.708","16805.511"],["16194.696","16962.860"],["16225.499","16809.458"],["16262.341","16803.001"],["16309.776","16881.870"],["16218.377","16864.718"],["16208.725","16957.856"],["16230.732","16981.176"],["16189.252","16972.852"],["16300.661","16950.484"],["16334.658","16944.142"],["16343.605","16885.843"],["16295.137","16784.173"],["16224.907","16833.752"],["16290.368","16814.462"],["16276.420","16813.174"],["16269.630","16978.996"],["16236.456","16907.121"],["16206.702","16917.377"],["16344.230","16876.561"],["16311.598","16917.370"],["16349.082","16968.634"],["16296.631","16895.851"],["16223.862","13982.070"],["16346.492","13987.060"],["16310.848","13973.407"],["16167.804","13958.823"],["16243.483","14019.576"],["16332.199","13988.695"],["16285.766","13962.441"],["16147.887","13982.687"],["16214.651","13974.027"],["16315.604","13999.232"],["16309.450","13929.922"],["16204.449","13927.510"],["18667.550","13133.998"],["18606.594","13039.150"],["18651.861","12998.266"],["6776.789","6070.483"],["6760.314","5982.034"],["6778.148","6093.129"],["6825.962","6070.325"],["18647.082","17933.386"],["18672.065","17930.661"],["18633.022","18040.062"],["30406.445","9788.888"],["30440.999","9771.761"],["30441.343","9627.041"],["18738.439","15320.620"],["18870.322","15295.898"],["18417.642","13109.109"],["17512.988","17544.301"],["17531.475","17512.344"],["17538.876","17525.903"],["17541.080","17525.771"],["14030.859","14731.887"],["13886.303","14796.358"],["7928.526","8469.291"],["7912.681","8425.235"],["7894.063","8525.214"],["7864.397","8506.328"],["7867.402","8503.810"],["7911.184","8445.747"],["20673.294","7056.792"],["20603.902","7065.231"],["20651.698","7094.744"],["20644.182","7075.751"],["20685.958","7107.593"],["20619.527","7056.709"],["20603.650","7148.346"],["20606.233","7163.127"],["20711.205","7091.078"],["20629.132","7083.382"],["20706.731","7093.026"],["20696.797","7094.661"],["20711.961","7076.990"],["20591.035","7128.148"],["14993.350","16512.649"],["14985.586","16507.100"],["14998.021","16504.854"],["15022.143","16358.496"],["14920.889","16449.560"],["14990.751","16504.870"],["14978.350","16488.421"],["15028.547","16515.638"],["14892.380","16556.436"],["14908.025","16404.863"],["14971.706","16473.351"],["14903.322","16376.170"],["14975.225","16490.964"],["14983.382","16497.059"],["14926.580","16539.898"],["14949.703","16454.420"],["14998.153","16375.160"],["14916.701","16444.610"],["15053.106","16365.515"],["14897.513","16554.934"],["14924.764","16516.165"],["17822.558","17390.870"],["17628.672","17237.744"],["17763.129","17227.422"],["17751.069","17271.137"],["17772.351","17249.387"],["17657.705","17218.155"],["17791.971","17224.836"],["17708.907","17336.606"],["17640.169","17219.907"],["17711.090","17224.796"],["17774.934","17247.174"],["17766.907","17252.046"],["17717.730","17273.251"],["17771.661","17297.298"],["17803.190","17214.870"],["17767.071","17204.491"],["17642.290","17199.131"],["17639.083","17245.175"],["17625.119","17219.709"],["17685.053","17222.104"],["17742.861","17246.282"],["17824.572","17208.495"],["17765.197","17266.365"],["17718.848","17281.195"],["17743.009","17210.857"],["17802.861","17208.404"],["13275.945","12678.642"],["13232.918","12654.331"],["13229.170","12567.922"],["13316.514","12684.961"],["13308.898","12566.931"],["16084.166","15935.390"],["15987.594","16038.893"],["16053.887","15945.943"],["16065.054","15936.563"],["15976.252","16037.967"],["15961.417","15998.411"],["15959.920","16017.290"],["15945.577","16020.130"],["15985.192","16041.650"],["16018.993","15977.063"],["15995.172","15990.979"],["15985.128","15974.883"],["16006.526","16001.192"],["15979.907","15963.284"],["15986.970","15978.831"],["16006.148","15999.227"],["15998.582","15979.772"],["15986.082","15983.802"],["15961.289","16045.915"],["15970.978","16052.688"],["15940.906","16021.287"],["15943.982","16015.737"],["15953.702","16030.651"],["13842.223","12502.725"],["13864.419","12527.581"],["13492.154","12428.036"],["13425.329","12358.755"],["13508.719","12449.000"],["13536.903","12362.919"],["13543.318","12358.229"],["19665.922","18162.780"],["19718.818","18191.182"],["19552.824","18201.335"],["19629.189","18168.503"],["19579.387","18167.149"],["19593.011","18192.987"],["19572.528","18181.682"],["19608.680","18163.631"],["19571.772","18210.964"],["19650.971","18118.618"],["19713.736","18208.243"],["19618.630","18186.818"],["19572.216","18197.305"],["19591.657","18138.115"],["19522.931","18160.683"],["18410.979","17959.340"],["18427.031","18007.498"],["18308.151","17957.862"],["18322.822","17947.606"],["18404.581","17981.784"],["18290.931","17943.146"],["18312.707","17962.618"],["7163.780","7669.766"],["7119.048","7629.539"],["7115.655","7594.841"],["7097.218","7594.778"],["7101.508","7644.219"],["7131.593","7610.844"],["7117.909","7561.830"],["31679.605","9796.432"],["8268.950","13163.980"],["20811.963","12887.550"],["20787.657","12764.804"],["4309.003","10986.796"],["28673.492","10939.570"],["28642.967","11017.067"],["31710.888","8276.932"],["31695.158","8261.062"],["31666.005","8196.096"],["31624.564","8270.241"],["31631.569","8234.021"],["31608.080","8200.127"],["31527.233","8272.280"],["31544.731","8249.024"],["31607.804","8245.464"],["31569.188","8178.995"],["31543.783","8310.372"],["19958.392","8359.880"],["20004.142","8485.631"],["19972.010","8461.812"],["19978.112","8484.421"],["19971.972","8390.416"],["19950.004","8423.480"],["19954.658","8410.532"],["20011.396","8499.681"],["19979.719","8467.328"],["19973.880","8420.936"],["19961.846","8392.993"],["19942.844","8514.743"],["19967.504","8466.816"],["19962.843","8513.691"],["19941.742","8378.195"],["20007.257","8484.009"],["20028.030","8478.278"],["19974.768","8466.386"],["15074.268","5768.979"],["15048.282","5752.365"],["15037.410","5762.654"],["15029.943","5742.043"],["15058.314","5754.776"],["27944.176","12902.255"],["27954.340","12896.343"],["27988.123","12858.143"],["28139.853","12805.575"],["27975.031","12855.401"],["27944.916","12900.917"],["27310.064","11845.734"],["27378.582","11746.951"],["27384.963","11787.670"],["27380.097","11773.721"],["27445.357","11766.294"],["27381.497","11781.852"],["27378.419","11769.560"],["27448.646","11768.226"],["27387.193","11749.328"],["27482.421","11893.368"],["27372.956","11781.543"],["27370.455","11772.262"],["27454.584","11773.015"],["27375.153","11747.148"],["19361.572","11706.529"],["19316.650","11723.329"],["19305.424","11798.848"],["19399.917","11783.516"],["19477.256","11707.137"],["20212.588","13783.010"],["21981.722","6349.910"],["22015.028","6212.024"],["21886.678","6386.228"],["21909.353","6359.225"],["21907.610","6238.283"],["21906.853","6384.064"],["21916.097","6317.193"],["21877.615","6232.834"],["21929.227","6278.201"],["21984.255","6297.953"],["18340.500","14452.621"],["18360.549","14471.928"],["18350.900","14641.049"],["18277.733","14574.058"],["18330.791","14481.377"],["18333.613","14478.686"],["18357.265","14566.425"],["18325.430","14634.244"],["18329.562","14477.196"],["18358.871","14452.770"],["18433.226","14586.375"],["18281.891","14634.216"],["18368.087","14580.761"],["18278.753","14579.310"],["28128.786","8746.431"],["20721.963","7738.994"],["20756.245","7743.006"],["20720.154","7726.261"],["20685.582","7728.342"],["20665.006","7697.392"],["20616.782","7887.958"],["20700.731","7829.248"],["20683.560","7834.814"],["20621.735","7834.739"],["5746.370","18168.882"],["5652.612","18176.816"],["12476.628","12148.870"],["12516.135","12165.204"],["12527.241","12206.626"],["12500.637","12246.364"],["12506.063","12258.399"],["9816.034","14590.984"],["16329.102","15842.983"],["16320.158","15840.272"],["16279.220","15881.891"],["16281.457","15908.761"],["16185.811","15862.981"],["16163.788","15863.658"],["16305.224","15927.506"],["16303.793","15897.531"],["16269.138","15864.797"],["16290.355","15868.216"],["16170.268","15867.407"],["16318.414","15846.680"],["16341.934","15904.781"],["6665.927","5827.829"],["6648.447","5848.967"],["6658.760","5978.292"],["19253.993","11281.022"],["19120.388","11376.004"],["19160.736","11407.475"],["19194.394","11389.845"],["19133.298","11447.822"],["19189.009","11471.381"],["19288.826","11348.199"],["19285.360","11379.729"],["19278.324","11410.744"],["19292.141","11450.539"],["28444.285","9427.818"],["28504.531","9435.217"],["28382.168","9524.372"],["28557.590","9415.052"],["28553.676","9403.673"],["28362.184","9505.132"],["28361.296","9472.448"],["28372.612","9418.460"],["12901.367","12748.851"],["13657.540","13183.048"],["31989.346","8531.293"],["31951.205","8662.521"],["31942.247","8686.468"],["31954.979","8730.445"],["31976.390","8740.227"],["13649.985","12451.162"],["13633.060","12397.287"],["13692.517","12477.132"],["13766.833","12396.961"],["31383.193","11938.322"],["25770.010","5810.734"],["25781.145","5806.606"],["25769.089","5809.050"],["17997.323","12033.162"],["18038.941","12065.132"],["16629.482","18781.128"],["16728.825","18822.862"],["16727.476","18780.104"],["16767.075","18823.459"],["19897.255","13906.662"],["16819.882","7540.407"],["16850.813","7598.724"],["16806.779","7598.609"],["16836.455","7682.394"],["16912.808","7649.466"],["16939.057","7680.610"],["16942.063","7611.066"],["16977.683","7599.351"],["16971.439","7525.772"],["16920.125","7480.142"],["16909.108","7523.864"],["16798.626","7485.054"],["16803.139","7508.731"],["16846.191","7614.744"],["16806.450","7595.554"],["16928.893","7649.780"],["16942.626","7676.068"],["16943.330","7587.185"],["16983.868","7589.491"],["16928.127","7498.038"],["16927.003","7532.154"],["16837.925","7511.456"],["16851.076","7591.210"],["16809.131","7621.219"],["16907.561","7649.120"],["16949.896","7654.285"],["16916.882","7608.622"],["16895.325","7526.803"],["18457.444","14892.052"],["19969.582","10452.614"],["19991.965","10472.920"],["20037.317","10532.577"],["19975.894","10538.402"],["20004.018","10541.493"],["19948.087","10615.713"],["19968.418","10632.647"],["19969.296","10562.401"],["20022.206","10625.777"],["27373.182","16868.077"],["5399.490","9496.980"],["5398.549","9484.833"],["5397.200","9486.798"],["5376.526","9511.356"],["26366.193","7227.570"],["20276.589","6282.704"],["20235.158","6286.750"],["20150.997","6306.932"],["20168.990","6291.672"],["20169.056","6262.473"],["20270.240","6254.248"],["20295.247","6251.502"],["20271.447","6276.473"],["20242.220","6237.910"],["20335.247","6307.935"],["20230.699","6305.947"],["20347.097","6236.451"],["20207.855","6302.159"],["20203.661","6261.135"],["20285.000","6250.842"],["20304.326","6370.280"],["20245.148","6326.432"],["20260.247","6241.312"],["20247.672","6309.168"],["20255.362","6404.417"],["20327.829","6319.000"],["20185.043","6264.587"],["20302.822","6212.118"],["20275.207","6226.007"],["17065.784","15949.505"],["17100.094","15993.023"],["17073.811","16017.449"],["17171.689","16004.666"],["17146.179","15973.980"],["17095.653","15929.918"],["17113.515","15953.369"],["17137.248","15936.094"],["17124.353","15978.159"],["17184.090","15986.994"],["5562.853","7987.322"],["5571.909","7974.158"],["5569.993","8034.721"],["5569.165","8079.396"],["5504.183","7962.679"],["5514.268","7946.672"],["5491.100","7927.086"],["5575.057","7984.250"],["5552.391","7962.639"],["5574.154","8030.692"],["5540.661","8098.207"],["5532.189","7924.852"],["5544.847","7908.502"],["5485.828","7955.329"],["5523.018","7934.170"],["5477.612","7929.850"],["5498.145","8105.696"],["28223.959","10456.567"],["28287.299","10465.573"],["21256.530","13401.232"],["19030.330","12360.289"],["18903.240","12442.566"],["18959.966","12380.984"],["18651.853","17690.673"],["18625.167","17762.265"],["18659.558","17831.266"],["18595.496","17805.254"],["18672.108","17810.853"],["18495.535","17809.257"],["18517.294","17818.340"],["18562.610","17757.865"],["18551.015","17746.981"],["18658.202","17766.725"],["18643.021","17777.823"],["18488.715","17664.567"],["18516.677","17643.486"],["18600.389","17681.375"],["18488.694","17786.541"],["18636.203","17814.734"],["18520.946","17787.242"],["18508.561","17818.902"],["18561.771","17763.529"],["18542.265","17764.157"],["18639.863","17735.792"],["18647.945","17681.306"],["18652.313","17715.578"],["18629.682","17713.365"],["18648.531","17689.732"],["14127.892","12109.949"],["20296.788","15962.092"],["20312.534","15987.808"],["20350.337","15976.207"],["27758.538","11640.859"],["21592.499","15717.312"],["26807.474","6735.818"],["8721.541","11824.412"],["8739.156","11829.846"],["8657.403","11829.149"],["8657.946","11848.390"],["8638.357","11818.910"],["8657.440","11824.089"],["8635.449","11808.531"],["8643.936","11797.631"],["8603.977","11773.980"],["8604.043","11751.619"],["8571.757","11749.951"],["8696.992","11831.216"],["8696.943","11897.343"],["8706.187","11892.168"],["8692.301","11903.218"],["8687.547","11890.290"],["8633.850","11729.177"],["8632.781","11714.842"],["8615.726","11703.502"],["8610.677","11718.250"],["8625.133","11731.572"],["8643.916","11721.184"],["8582.354","11724.872"],["13800.439","12552.428"],["13797.152","12567.687"],["13806.132","12556.869"],["15869.075","13454.492"],["15809.569","13447.825"],["15741.560","13458.119"],["15862.512","13450.331"],["15802.924","13474.464"],["15860.522","13463.592"],["15788.171","13475.207"],["15742.173","13401.172"],["15727.387","13589.190"],["19610.491","14667.896"],["19542.201","14837.465"],["19567.594","14664.209"],["19542.623","14719.086"],["19564.972","14796.110"],["19561.258","14704.734"],["19591.190","14758.354"],["19287.185","18597.379"],["19188.036","18482.412"],["19249.404","18542.528"],["19198.880","18586.297"],["19199.713","18487.152"],["19268.762","18552.454"],["19268.748","18587.899"],["19190.651","18565.831"],["19301.509","18571.215"],["21583.386","14768.507"],["21532.613","14787.570"],["27518.353","7605.379"],["27547.478","7490.355"],["27583.399","7493.724"],["27591.669","7630.311"],["27585.304","7634.390"],["27568.577","7534.919"],["27610.304","7614.225"],["27591.834","7588.049"],["27587.558","7588.313"],["27607.130","7612.029"],["27520.998","7521.437"],["27550.192","7510.884"],["27608.627","7556.207"],["27593.725","7603.540"],["27596.012","7560.452"],["27550.156","7599.477"],["27530.617","7612.012"],["27523.416","7496.499"],["27516.590","7537.787"],["27518.844","7549.513"],["27555.666","7606.513"],["27606.900","7604.168"],["27526.357","7605.588"],["27527.034","7496.086"],["27609.548","7575.068"],["18346.296","17008.400"],["18281.008","17158.941"],["18278.245","17139.420"],["18260.380","17075.548"],["18316.396","17048.228"],["18321.422","17122.906"],["14430.201","12640.193"],["14426.266","12587.617"],["7482.536","17638.854"],["7457.947","17658.408"],["20243.598","8524.837"],["20260.638","8508.652"],["20257.118","8489.131"],["12956.621","12818.601"],["12952.124","12778.783"],["16786.841","17964.015"],["6818.595","12916.741"],["31550.419","9524.953"],["31523.509","9472.517"],["31604.620","9445.896"],["31639.233","9422.210"],["31687.948","9408.487"],["31559.916","9406.806"],["31633.910","9533.815"],["31653.666","10740.766"],["31698.213","10842.929"],["31588.096","10757.949"],["31569.426","10669.256"],["31606.451","10828.002"],["31620.596","10652.409"],["31693.047","10732.432"],["31540.890","10806.117"],["31682.225","10805.897"],["31709.219","10663.840"],["31532.786","10759.419"],["31569.420","10843.941"],["31619.215","10714.662"],["31616.400","10697.860"],["31614.905","10836.441"],["31553.834","10824.878"],["31533.230","10723.733"],["31539.924","10754.778"],["31686.172","10789.117"],["31583.557","10736.314"],["31575.068","10684.153"],["31597.044","10755.731"],["31636.402","10649.139"],["31714.445","10723.629"],["31580.380","10807.240"],["19032.996","15310.342"],["19002.763","15309.179"],["19001.208","15318.085"],["6681.828","16241.065"],["29268.294","10217.366"],["19486.320","14556.159"],["19404.828","14519.378"],["19478.508","14491.997"],["19439.616","14572.980"],["19508.393","14577.018"],["19499.481","14487.062"],["19427.460","14497.776"],["19440.931","14564.706"],["19405.651","14490.592"],["19409.084","14491.105"],["19425.715","14605.883"],["19400.783","14557.506"],["29435.391","11322.591"],["29448.984","11487.069"],["29334.807","11668.818"],["13520.961","13173.521"],["13524.773","13173.238"],["13506.171","13102.920"],["15854.107","12222.765"],["15906.952","12284.294"],["15868.383","12220.139"],["15871.162","12284.855"],["31755.631","8478.696"],["31790.715","8486.005"],["31926.517","8488.668"],["31745.839","8340.984"],["31745.987","8381.841"],["31746.875","8419.424"],["28307.508","9026.169"],["18668.069","17228.621"],["18605.041","17204.969"],["18665.624","17343.939"],["18625.370","17229.115"],["18649.835","17296.507"],["18662.992","17358.671"],["18628.478","17222.558"],["18626.768","17201.947"],["17318.931","18256.572"],["15126.436","12432.725"],["21642.396","14664.738"],["27587.194","7982.110"],["27611.437","7946.157"],["27650.500","8101.516"],["27525.828","7956.758"],["27580.976","7920.969"],["27589.232","7925.164"],["27527.143","7910.333"],["27692.835","7916.693"],["27690.483","8033.555"],["27580.302","8061.830"],["27690.565","7973.836"],["27630.088","7913.588"],["27615.762","7941.101"],["27592.226","7930.647"],["27591.206","7942.257"],["27573.804","7923.331"],["27551.387","7917.567"],["27529.035","7942.241"],["27582.276","8016.297"],["27693.213","8106.867"],["27685.944","7951.920"],["27723.773","8026.817"],["27684.085","7972.845"],["27514.841","7929.656"],["27605.449","7934.330"],["27613.163","7897.534"],["27531.798","7899.053"],["27607.472","7917.749"],["15593.485","18500.425"],["15716.308","18573.965"],["15544.423","18647.596"],["15593.946","18480.920"],["15571.347","18482.407"],["15632.247","18510.680"],["15617.115","18488.236"],["15716.275","18561.298"],["15544.291","18651.874"],["5114.759","7669.332"],["5183.576","7604.848"],["5162.373","7573.550"],["5137.336","7587.047"],["5136.354","7673.378"],["5183.658","7604.270"],["5135.317","7579.726"],["5136.612","7598.013"],["5194.992","7519.887"],["18902.267","13708.959"],["18886.823","13722.948"],["18884.093","13718.637"],["18934.788","13693.094"],["19067.533","13703.952"],["19077.352","13712.385"],["18904.903","13687.380"],["19026.991","13690.641"],["13232.808","13470.774"],["19656.288","16652.433"],["19689.516","16708.385"],["19597.487","16653.747"],["19623.682","16652.457"],["19626.725","16665.091"],["19596.083","16646.033"],["19706.062","16728.831"],["21733.058","14788.564"],["21797.220","14795.608"],["27230.952","7763.116"],["27268.320","7855.651"],["27270.656","7865.445"],["27287.958","7865.115"],["7056.045","12449.134"],["7074.567","12476.926"],["7036.363","12426.395"],["7053.411","12389.390"],["17850.212","13601.640"],["17858.257","13589.371"],["17861.911","13535.332"],["17924.514","13463.888"],["17962.335","13449.559"],["18012.801","13514.788"],["18027.756","13539.391"],["28480.219","11774.136"],["28378.285","11807.311"],["28416.671","11883.259"],["18119.929","16831.589"],["18243.287","16806.968"],["18149.493","16961.229"],["18190.776","16871.639"],["18157.437","16902.715"],["18145.365","16967.934"],["18117.200","16970.608"],["18183.525","16925.425"],["18142.475","16867.971"],["18143.413","16879.003"],["18230.908","16958.768"],["18207.283","16877.206"],["18056.612","16978.736"],["18121.984","16844.917"],["18057.529","16961.409"],["18123.236","16959.675"],["18123.975","16836.792"],["18047.188","16984.136"],["18251.160","16815.634"],["18249.070","16859.112"],["18242.280","16805.852"],["18234.153","16943.911"],["18096.608","16978.751"],["18200.612","16931.881"],["18139.131","16956.258"],["18169.597","16856.477"],["18138.021","16847.593"],["18092.775","16953.631"],["18129.501","16860.243"],["18137.043","16980.304"],["18160.263","16785.016"],["18150.233","16954.887"],["18164.531","16845.147"],["27716.502","7271.396"],["27706.107","7273.856"],["27633.592","7359.019"],["27640.911","7329.292"],["27685.121","7388.896"],["27691.602","7386.071"],["27675.812","7333.090"],["27673.542","7334.313"],["27677.013","7396.757"],["27644.318","7318.499"],["27694.661","7416.592"],["27711.684","7344.007"],["27681.519","7359.845"],["27707.111","7400.985"],["27689.118","7343.033"],["27694.644","7413.701"],["27692.029","7350.861"],["27637.312","7270.191"],["27689.003","7344.205"],["27688.954","7366.104"],["27642.769","7408.185"],["27643.855","7424.486"],["27676.437","7332.149"],["27664.200","7319.300"],["27692.934","7328.268"],["27662.111","7348.053"],["17568.918","16976.806"],["17564.211","16807.549"],["17607.881","16845.287"],["17557.156","16883.708"],["17578.275","16927.061"],["17549.485","16927.651"],["17591.089","16977.698"],["17547.651","16953.751"],["17584.589","16811.668"],["17557.288","16859.365"],["17569.919","16925.063"],["17583.735","16944.386"],["17611.729","16893.238"],["17619.459","16875.566"],["17616.123","16781.397"],["17596.642","16800.814"],["27350.634","8408.785"],["27304.569","8384.302"],["17031.490","7558.052"],["17031.334","7592.491"],["17069.821","7493.073"],["17102.336","7481.813"],["16995.680","7526.867"],["17048.719","7603.622"],["17044.065","7508.531"],["17005.776","7617.237"],["17017.805","7594.897"],["16991.519","7542.854"],["17034.788","7617.759"],["17049.991","7502.847"],["7728.341","17812.742"],["14183.598","12479.769"],["14097.007","12351.949"],["21119.595","7392.075"],["21098.690","7411.216"],["21141.108","7395.973"],["21114.463","7378.863"],["21039.915","7336.991"],["20997.480","7349.427"],["21042.645","7351.475"],["21174.990","7470.110"],["21170.960","7432.802"],["21118.954","7423.669"],["21033.714","7377.553"],["20990.671","7373.011"],["21112.638","7466.592"],["21186.157","7439.540"],["21118.000","7473.330"],["21166.289","7409.532"],["21140.779","7456.303"],["21015.112","7414.596"],["20998.999","7398.928"],["20989.591","7404.857"],["21010.934","7452.648"],["29149.716","10170.019"],["28999.190","10125.749"],["19609.264","13187.733"],["19621.841","13231.823"],["21957.572","7574.075"],["21966.207","7564.161"],["21994.266","7578.381"],["19030.004","11413.960"],["19043.415","11439.170"],["19020.991","11355.823"],["19033.230","11398.333"],["19070.894","11472.283"],["20634.150","15436.868"],["20636.068","15447.089"],["20604.798","15356.396"],["20674.757","15434.566"],["19752.949","11020.511"],["19763.072","10981.312"],["19862.034","11009.396"],["19790.910","10947.120"],["19847.645","10877.744"],["19825.139","10899.596"],["19858.335","10978.072"],["19806.930","10970.923"],["19731.911","11038.202"],["14996.539","17386.747"],["22498.303","6195.773"],["22555.342","6090.620"],["5836.104","9772.836"],["6022.998","9709.689"],["5853.624","9598.968"],["5852.493","9700.296"],["5950.194","9724.603"],["6009.380","9738.855"],["5858.118","9671.477"],["5834.988","9729.276"],["5841.075","9594.476"],["5946.279","9742.158"],["6013.722","9729.276"],["5883.282","9660.346"],["5839.873","9717.930"],["15744.508","13605.523"],["15762.747","13636.225"],["15799.742","13700.237"],["15869.875","13802.366"],["15759.456","13786.075"],["15747.803","13740.021"],["15747.781","13614.491"],["15760.198","13625.127"],["15803.689","13762.830"],["15846.931","13775.297"],["15730.336","13707.535"],["15771.464","13647.191"],["15839.775","13746.513"],["15849.019","13779.823"],["15744.563","13682.828"],["15763.358","13813.983"],["15694.742","17589.944"],["15613.274","17616.592"],["15637.804","17530.356"],["15708.148","17589.118"],["15709.245","17568.670"],["23310.824","6566.249"],["23315.863","6480.782"],["23344.183","6521.496"],["23411.661","6484.073"],["23427.186","6545.604"],["23493.373","6541.278"],["23484.512","6564.653"],["23316.795","6529.041"],["23342.439","6511.290"],["23395.510","6486.484"],["23437.598","6519.758"],["23475.379","6572.211"],["23496.041","6547.593"],["23307.540","6514.418"],["23318.670","6551.733"],["23326.357","6485.720"],["23410.313","6453.801"],["23427.960","6517.264"],["23477.731","6539.957"],["23502.686","6571.936"],["16751.271","7385.543"],["16767.192","7407.475"],["9812.525","14099.083"],["16663.414","17690.990"],["16722.191","17772.613"],["16680.223","17816.800"],["16626.911","17811.312"],["16777.337","17654.722"],["16596.895","17786.275"],["16599.036","17656.907"],["16662.944","17747.470"],["16659.144","17768.230"],["16777.158","17660.557"],["16646.506","17829.864"],["16588.720","17768.274"],["16580.369","17685.644"],["16642.401","17749.948"],["16661.694","17764.547"],["28181.027","12735.002"],["28185.418","12743.953"],["28195.237","12744.383"],["9255.050","11939.738"],["9260.083","11927.995"],["19497.914","16716.701"],["19488.605","16770.359"],["7024.812","16829.205"],["7021.424","16842.383"],["18697.712","12775.434"],["18835.942","12803.604"],["18818.618","12827.568"],["18774.293","12835.965"],["18793.074","12858.204"],["18851.763","12890.499"],["18797.075","12768.563"],["18769.527","12786.235"],["19939.254","11894.226"],["20004.833","11895.351"],["19970.073","11736.136"],["19988.719","11809.304"],["20023.909","11743.522"],["20011.774","11852.744"],["31894.675","10401.745"],["31754.875","10385.533"],["31808.861","10400.011"],["31831.803","10407.713"],["31891.715","10369.438"],["31894.278","10433.082"],["31783.923","10363.893"],["31818.845","10405.412"],["31867.132","10407.911"],["31887.915","10404.699"],["31909.766","10369.344"],["31905.847","10431.037"],["31769.151","10387.168"],["31883.366","10429.661"],["31856.567","10346.102"],["31893.532","10305.380"],["15900.061","16094.575"],["15863.449","16105.095"],["15910.295","16030.221"],["15863.630","16104.253"],["15757.377","18582.091"],["17843.858","17719.586"],["18023.293","17718.483"],["17842.707","17743.187"],["17986.933","17703.862"],["17949.468","17717.828"],["17879.795","17732.270"],["18017.196","17703.036"],["17846.322","17734.189"],["18025.238","17670.634"],["18027.027","17712.984"],["18008.347","17706.075"],["17905.554","17721.115"],["18037.526","17699.784"],["18089.820","17085.343"],["18117.324","17054.611"],["18086.028","17063.818"],["18130.244","17067.911"],["18134.161","17011.276"],["18227.305","17058.339"],["18099.613","17088.343"],["18089.942","17081.456"],["18044.327","17097.830"],["18202.957","17036.697"],["18191.379","17000.759"],["18117.545","17027.421"],["18048.438","17055.020"],["18097.426","17078.746"],["18137.184","17036.152"],["18135.966","16999.659"],["18128.483","16987.669"],["18062.484","17067.208"],["18229.969","17050.676"],["18236.532","17097.084"],["18239.410","17050.494"],["5191.305","8294.232"],["5147.659","8262.571"],["5112.962","8287.165"],["5065.775","8279.220"],["5043.423","8198.804"],["5088.876","8199.287"],["5002.923","8224.555"],["5121.966","8199.873"],["5173.854","8313.819"],["5128.538","8272.218"],["5061.713","8282.225"],["5039.377","8214.014"],["5083.498","8208.222"],["5012.199","8206.437"],["5101.555","8191.202"],["5155.309","8177.792"],["20970.878","13966.838"],["20878.855","14007.378"],["31168.787","11069.678"],["31178.065","11171.311"],["31231.573","11183.222"],["31291.511","11223.641"],["31202.864","11083.815"],["31204.616","11132.838"],["6299.930","13688.131"],["6282.808","13681.723"],["6241.296","13652.822"],["28204.584","7257.161"],["28178.876","7238.879"],["28600.197","10656.663"],["28616.580","10680.376"],["28732.554","10671.644"],["28645.757","10809.596"],["17863.130","12500.886"],["17911.517","12427.767"],["17907.543","12464.886"],["27540.061","16835.735"],["27561.582","16829.384"],["27656.548","16848.227"],["19737.589","18426.521"],["19861.684","18452.419"],["19808.761","18459.512"],["19849.525","18400.919"],["19827.124","18310.564"],["19905.019","18307.327"],["19735.200","18288.325"],["19738.308","18269.911"],["19905.938","18378.024"],["19845.792","18400.308"],["19869.640","18409.308"],["19917.831","18332.314"],["19753.335","18442.950"],["19734.388","18431.488"],["19934.918","18447.934"],["19873.259","18351.472"],["19901.647","18393.289"],["19836.269","18372.578"],["19741.115","18434.825"],["19750.671","18451.340"],["16309.000","7459.228"],["16285.103","7457.411"],["16304.645","7463.515"],["5570.673","9382.567"],["5547.054","9427.712"],["5541.547","9419.828"],["5619.088","9549.350"],["5522.658","9468.646"],["5557.651","9418.014"],["5505.910","9394.881"],["5540.318","9397.276"],["5614.154","9545.056"],["5544.883","9456.200"],["5555.693","9399.765"],["15461.914","18676.722"],["15352.142","18526.258"],["15400.795","18676.853"],["15326.188","18609.313"],["15400.663","18652.113"],["7723.177","8956.267"],["7635.425","8968.387"],["7565.757","8959.836"],["7545.306","8979.775"],["7718.997","8957.327"],["7563.250","8992.277"],["7709.207","8983.250"],["7553.669","8954.651"],["6712.896","9132.005"],["6691.909","9141.501"],["6691.219","9126.026"],["20713.660","12902.035"],["7680.525","19157.712"],["19293.780","11059.462"],["19613.598","11638.072"],["19563.324","11624.815"],["19519.510","11662.712"],["19518.606","11599.013"],["19613.048","11610.605"],["19630.126","11554.082"],["17196.510","15782.930"],["17151.050","15840.326"],["17067.122","15839.982"],["17025.001","15804.268"],["17143.142","15843.227"],["17185.737","15790.576"],["17162.053","15795.404"],["17068.800","15743.244"],["17007.238","15734.375"],["17028.389","15860.073"],["17197.185","15803.860"],["17012.452","15883.227"],["17096.646","15816.836"],["17076.119","15864.796"],["17102.830","15730.841"],["18805.183","18707.484"],["18815.332","18763.256"],["18864.684","18842.389"],["18869.915","18852.331"],["18878.336","18765.460"],["18871.165","18763.164"],["18729.558","18763.141"],["18881.033","18824.206"],["18863.044","18696.273"],["18872.656","18722.453"],["18881.044","18741.858"],["18870.441","18756.541"],["18878.467","18755.567"],["17819.972","16726.353"],["17809.512","16711.324"],["17810.353","16644.204"],["17786.288","16739.565"],["17822.818","16725.957"],["30667.054","9917.791"],["30592.021","9903.153"],["30581.604","9864.626"],["30555.907","9860.784"],["30583.588","10009.245"],["30527.646","9986.712"],["16194.384","13350.244"],["16228.374","13258.792"],["16270.700","13255.746"],["16288.932","13308.687"],["16185.700","13283.786"],["16271.786","13270.874"],["16309.080","13276.746"],["16158.002","13254.521"],["16173.397","13291.796"],["16241.943","13293.144"],["16278.900","13304.393"],["14921.816","16935.958"],["14893.033","16941.870"],["14886.882","16873.447"],["14904.185","16885.140"],["15079.566","16892.006"],["14979.062","16848.155"],["15041.458","16917.532"],["15026.117","16805.683"],["15018.338","16941.573"],["14976.823","16825.654"],["15038.129","16827.221"],["15055.301","16881.488"],["15006.176","16832.298"],["14890.056","16930.541"],["15030.537","16905.119"],["15026.453","16899.794"],["15009.544","16951.231"],["15026.843","16883.238"],["14959.711","16923.721"],["28651.575","9068.895"],["28640.424","9066.517"],["19355.170","15426.839"],["19331.781","15418.381"],["19375.210","15403.501"],["19379.158","15396.317"],["19380.580","15449.095"],["19352.324","15462.670"],["19304.304","15297.979"],["19370.852","15369.480"],["19333.723","15429.251"],["19356.436","15465.874"],["19335.450","15425.997"],["28012.215","8359.940"],["28003.382","8367.765"],["28014.090","8353.549"],["28021.028","8479.110"],["28011.705","8386.794"],["28043.643","8495.659"],["28056.423","8473.148"],["27995.125","8356.634"],["27986.556","8338.583"],["28033.462","8460.811"],["28027.294","8510.770"],["27994.912","8346.956"],["5456.763","8111.773"],["6662.514","5998.291"],["5419.105","8093.295"],["5428.922","7985.568"],["5480.771","7919.572"],["5442.940","7978.437"],["5424.615","8079.934"],["5421.159","7969.532"],["21454.893","14737.266"],["16934.955","15886.289"],["16901.214","15861.319"],["16786.673","15812.793"],["16825.407","15908.022"],["16807.759","15854.677"],["16978.554","15778.768"],["16896.933","15907.281"],["16908.359","15912.351"],["16908.286","15882.937"],["16866.595","15867.112"],["16870.146","15881.582"],["16977.435","15730.973"],["16912.169","15733.356"],["16925.831","15896.034"],["16890.869","15854.052"],["16942.783","15925.381"],["16860.341","15822.952"],["16855.259","15841.151"],["16925.097","15725.098"],["18675.624","15630.294"],["18664.693","15531.377"],["18819.288","15660.712"],["18692.731","15608.507"],["18720.050","15690.082"],["18826.607","15658.598"],["18712.139","15664.334"],["28104.110","12704.941"],["28115.985","12703.504"],["28081.676","12729.351"],["28089.702","12701.506"],["28140.656","12730.078"],["7716.339","10905.941"],["6689.583","9081.084"],["6700.539","9092.658"],["6764.434","8990.355"],["6719.625","8967.200"],["6675.464","9114.741"],["6678.549","9061.048"],["6707.890","9010.454"],["6756.506","8984.640"],["6735.267","8980.610"],["6682.954","9068.946"],["6744.444","8984.987"],["6698.862","9057.530"],["6762.295","8985.829"],["15185.277","17003.505"],["15203.418","16997.179"],["15145.047","17017.031"],["15167.925","17033.860"],["15097.646","17128.089"],["15209.701","17042.126"],["15161.379","17019.376"],["15139.340","17011.316"],["15134.899","17026.824"],["15099.492","17031.109"],["15303.751","17050.575"],["19079.887","13831.850"],["31485.500","9159.757"],["29455.933","11566.780"],["29418.037","11621.286"],["13878.571","14391.142"],["31949.585","11353.539"],["31981.727","11375.510"],["32079.169","11419.404"],["32009.017","11280.665"],["32025.064","11440.302"],["32029.441","11312.603"],["32041.266","11368.190"],["32044.626","11338.052"],["31979.472","11433.498"],["32040.905","11301.026"],["32020.261","11434.753"],["20087.841","11444.695"],["20076.549","11473.944"],["26880.562","16648.324"],["26783.905","16666.447"],["26837.722","16568.951"],["26861.558","16681.377"],["19474.383","6063.508"],["19496.324","6187.125"],["19480.058","6005.342"],["8260.415","12781.162"],["9188.028","11862.687"],["9073.396","11795.285"],["9056.060","11814.427"],["9070.583","11786.219"],["9004.259","11816.770"],["9025.690","11847.339"],["9135.336","11731.287"],["9157.737","11739.660"],["9123.114","11769.247"],["9118.164","11787.777"],["9183.613","11827.309"],["9114.767","11832.147"],["9141.494","11810.974"],["9156.076","11754.689"],["9125.402","11730.115"],["9126.091","11800.147"],["9116.502","11799.833"],["9189.501","11818.985"],["9172.708","11809.208"],["9138.254","11852.791"],["9115.408","11832.081"],["9001.839","11734.824"],["31229.757","9735.119"],["6680.141","15980.229"],["13831.333","13556.016"],["13857.353","13587.874"],["13861.594","13403.246"],["13896.335","13540.912"],["13941.154","13495.941"],["13839.888","13478.585"],["20666.167","14093.937"],["20683.812","14091.193"],["20689.315","14225.640"],["20644.194","14162.754"],["20570.374","14037.437"],["19396.793","14284.934"],["19417.188","14304.505"],["19509.097","14340.800"],["19473.783","14276.544"],["26552.437","6875.641"],["8999.723","13109.765"],["20571.671","13099.393"],["20662.309","13158.687"],["20723.353","12972.958"],["20764.411","13111.289"],["20734.018","13010.978"],["20770.945","13040.128"],["20392.786","7058.031"],["20422.845","7119.465"],["27356.166","7737.155"],["27477.932","7840.421"],["27470.327","7688.633"],["27393.452","7838.773"],["27318.337","7753.537"],["27389.307","7787.774"],["27454.307","7851.770"],["27420.853","7797.237"],["27314.636","7731.754"],["27405.360","7772.480"],["27455.376","7713.274"],["27436.203","7889.550"],["27460.808","7886.742"],["27397.486","7853.629"],["27313.008","7801.960"],["27436.231","7831.919"],["27370.409","7777.468"],["27369.126","7723.298"],["27440.903","7689.772"],["27454.065","7865.801"],["27433.341","7881.045"],["27499.494","7859.397"],["27366.172","7877.167"],["27313.277","7894.029"],["27485.886","7845.759"],["27390.047","7841.993"],["27320.475","7771.308"],["27403.583","7849.062"],["27415.031","7781.002"],["27402.481","7748.285"],["27488.814","7756.147"],["27514.373","7713.224"],["27467.975","7720.276"],["27477.765","7870.921"],["27394.032","7868.757"],["27436.926","7880.780"],["27450.857","7854.356"],["27482.370","7869.533"],["6629.643","8928.436"],["6649.775","8909.030"],["18023.676","12685.582"],["21175.468","9861.589"],["21178.526","9864.973"],["21188.940","9854.810"],["21191.201","9840.183"],["21196.625","9825.220"],["21156.981","9919.885"],["19399.010","11592.766"],["19347.202","11588.757"],["19413.876","11694.791"],["19503.711","11695.918"],["19465.201","11641.904"],["19400.199","11555.349"],["19319.798","11604.304"],["19499.129","11518.788"],["18874.711","12531.898"],["18842.946","12534.263"],["18676.498","12361.136"],["18717.014","12397.965"],["18749.657","12381.550"],["16995.683","17752.889"],["17003.479","17798.652"],["17030.982","17798.557"],["17053.975","17825.065"],["17073.482","17821.448"],["17109.390","17795.759"],["17153.513","17812.116"],["17052.201","17803.074"],["17035.850","17808.450"],["17079.013","17759.189"],["17113.819","17769.940"],["17099.745","17825.915"],["17112.498","17804.595"],["17097.153","17813.744"],["17143.776","17790.630"],["17169.960","17811.934"],["17133.744","17827.633"],["17102.548","17795.313"],["17101.939","17818.732"],["17178.003","17823.809"],["17151.441","17787.013"],["17170.437","17815.964"],["17097.548","17819.079"],["19389.656","12529.998"],["19386.914","12531.877"],["19494.768","12520.666"],["19510.556","12478.871"],["19468.190","12359.259"],["19468.863","12432.036"],["19446.284","12405.360"],["19377.279","12501.520"],["29326.462","11233.465"],["29350.942","11088.973"],["6682.586","7825.425"],["6750.026","7837.730"],["6767.945","7888.085"],["6833.383","7737.478"],["6817.309","7691.352"],["6722.648","7718.850"],["6731.751","7757.661"],["6740.350","7762.475"],["6880.837","7783.933"],["6675.347","7822.666"],["6737.985","7868.897"],["6689.529","7865.619"],["6738.513","7863.923"],["6799.359","7896.045"],["6829.797","7736.834"],["6847.441","7698.008"],["6713.947","7719.758"],["6721.734","7733.318"],["6781.238","7776.909"],["15085.683","17426.565"],["15065.239","17484.633"],["15075.502","17452.081"],["15091.374","17488.382"],["5543.361","8215.195"],["5608.452","8143.682"],["5591.499","8188.389"],["5609.038","8216.097"],["5412.357","8175.785"],["5418.914","8299.959"],["5504.909","8261.054"],["5594.542","8173.377"],["5560.711","8174.751"],["5590.896","8204.883"],["5414.449","8227.428"],["5539.463","8196.500"],["5423.113","8158.081"],["5431.480","8283.560"],["5494.712","8241.186"],["7687.183","13342.342"],["7681.887","13358.131"],["7538.845","13253.823"],["19058.934","13584.708"],["19024.842","13549.925"],["19079.005","13505.083"],["19023.006","13418.649"],["19197.319","18302.052"],["19141.247","18275.008"],["19194.260","18326.792"],["17496.149","14999.706"],["17521.083","15022.794"],["17488.846","15066.517"],["17596.150","14955.989"],["17510.278","14987.947"],["16278.498","18609.043"],["16353.615","18563.483"],["16285.505","18566.711"],["16195.916","18551.732"],["16256.343","18591.735"],["16344.996","18619.933"],["16148.453","18481.934"],["16285.653","18563.821"],["16211.656","18548.052"],["16184.259","18550.357"],["16281.409","18527.785"],["19388.075","18635.348"],["19395.526","18668.197"],["23019.168","12502.808"],["22954.752","12508.270"],["22898.912","12494.563"],["22925.657","12509.475"],["22894.488","12509.559"],["22975.066","12534.840"],["22934.144","12517.502"],["19965.701","6569.507"],["20023.941","6575.997"],["20009.089","6544.915"],["19963.727","6563.611"],["20050.334","6621.804"],["20047.193","6567.271"],["20141.683","6611.383"],["20103.985","6564.727"],["20088.229","6600.516"],["19962.372","6459.993"],["19985.355","6559.185"],["20118.048","6583.142"],["20112.898","6463.841"],["20135.416","6622.399"],["20076.321","6598.765"],["20086.288","6617.989"],["17272.672","18136.165"],["17310.994","18092.829"],["17296.142","18118.527"],["17217.497","18219.710"],["17201.296","18215.531"],["17272.310","18127.842"],["17334.991","18096.826"],["17291.867","18196.513"],["17278.413","18159.733"],["17235.626","18075.349"],["17316.520","18117.503"],["17315.402","18063.250"],["17270.303","18069.824"],["17288.388","18252.146"],["17267.936","18182.508"],["17289.400","18172.120"],["17235.490","18201.791"],["17221.557","18090.479"],["17238.254","18229.322"],["17206.431","18143.139"],["17212.797","18081.625"],["17246.612","18054.788"],["16420.483","13414.076"],["16391.812","13436.933"],["16403.060","13406.188"],["16472.259","13417.396"],["16439.421","13467.093"],["16430.022","13421.740"],["16431.625","13481.957"],["17842.971","15176.208"],["17899.420","15232.260"],["17861.837","15231.732"],["17819.044","13521.596"],["17814.437","13467.583"],["20354.208","13725.954"],["20784.850","13631.148"],["20778.413","13721.400"],["20893.357","13636.105"],["28599.087","10531.608"],["28677.374","10480.216"],["28729.499","10530.930"],["15945.570","12227.993"],["15959.626","12298.635"],["21066.786","6672.033"],["21104.203","6768.433"],["18532.928","13441.250"],["18600.010","13415.226"],["18611.258","13441.485"],["18626.869","13501.535"],["18539.326","13441.052"],["18629.764","13516.135"],["18638.930","13475.674"],["18619.209","9175.552"],["18616.117","9176.973"],["31466.776","9532.427"],["31445.746","9498.268"],["31513.166","9436.537"],["31364.741","9551.612"],["18100.324","14363.181"],["18238.872","14349.701"],["18139.090","14407.789"],["18149.123","14408.928"],["18081.637","14248.976"],["18214.337","14242.429"],["18149.318","14418.679"],["18130.414","14416.328"],["18265.231","13045.675"],["18460.678","13022.932"],["18403.941","13079.103"],["20019.304","11567.674"],["27617.979","10971.910"],["27680.895","10914.518"],["17326.118","18339.501"],["17209.568","18296.306"],["17379.374","18320.475"],["17397.967","18380.518"],["17313.947","18272.245"],["17219.222","18307.817"],["17267.331","18302.846"],["17300.032","18295.669"],["17212.923","18305.571"],["17231.920","18263.589"],["17204.305","18318.255"],["17971.503","16340.607"],["17922.963","16348.901"],["17904.708","16261.838"],["17926.383","16283.896"],["17918.176","16347.332"],["28399.301","8239.711"],["28356.637","8220.356"],["28362.541","8268.679"],["28564.415","8319.399"],["28404.201","8245.180"],["28419.070","8293.156"],["28399.336","8220.126"],["28385.452","8219.480"],["28374.696","8253.882"],["28395.732","8216.260"],["32063.540","11300.596"],["32106.774","11314.071"],["32071.698","11350.290"],["21156.110","7932.125"],["21042.784","8030.860"],["21157.958","8094.861"],["20992.292","7992.534"],["21190.896","7937.030"],["21092.333","8022.326"],["21031.057","8040.885"],["14214.408","15688.588"],["14238.091","15538.319"],["14244.411","15675.651"],["12340.822","10813.448"],["6580.109","12996.068"],["13222.413","13319.555"],["15786.927","13340.680"],["15895.771","13387.687"],["15795.875","13334.503"],["15898.863","13345.474"],["15811.138","13380.267"],["15915.903","13392.262"],["7440.613","17125.514"],["7397.522","17147.479"],["18696.992","15719.011"],["18681.498","15857.214"],["21986.992","15097.754"],["22036.364","15108.381"],["18645.010","14849.055"],["18560.522","14764.495"],["18541.772","14783.851"],["18661.486","14796.081"],["18924.230","14462.211"],["18984.396","14539.225"],["18958.712","14552.153"],["18910.682","14558.318"],["18986.944","14471.740"],["18985.480","14497.620"],["18971.407","14524.920"],["18952.673","14507.546"],["18975.160","14568.800"],["7404.307","8982.656"],["7403.509","9080.932"],["7372.483","9079.671"],["7310.397","9034.413"],["7501.941","9037.903"],["7412.416","9035.770"],["7368.131","9075.581"],["7351.233","9067.119"],["7307.420","9038.080"],["7341.700","8997.480"],["7446.365","8964.823"],["7412.005","8971.690"],["7379.842","9076.737"],["7352.851","8979.330"],["7471.200","8992.403"],["15277.954","16395.388"],["15227.973","16376.636"],["6220.034","12960.542"],["6197.156","12958.726"],["20280.753","8532.451"],["20280.950","8549.478"],["20283.648","8531.328"],["20146.608","8562.030"],["20226.954","8553.161"],["20187.776","8554.565"],["20258.681","8542.360"],["20270.112","8540.164"],["20283.039","8551.064"],["19790.467","8447.164"],["19748.831","8347.179"],["19725.862","8423.596"],["19811.059","8401.334"],["19758.345","8490.136"],["19906.758","8425.329"],["19793.979","8343.017"],["19754.760","8444.884"],["19749.711","8467.956"],["19747.342","8436.577"],["19789.686","8365.577"],["19757.375","8421.515"],["19772.704","8444.785"],["19799.431","8430.516"],["16981.071","18388.314"],["16876.932","18350.655"],["16977.212","18413.780"],["16838.378","18362.137"],["16850.632","18342.530"],["16935.600","18442.352"],["16919.886","18429.652"],["16878.412","18377.939"],["16964.877","18392.426"],["20153.451","6786.943"],["20167.157","6773.410"],["20156.236","6792.221"],["20170.872","6767.363"],["20152.683","6788.092"],["29091.244","11952.570"],["22848.389","12497.925"],["22713.381","12525.266"],["22836.465","12487.075"],["22828.550","12544.080"],["22730.009","12523.779"],["22880.327","12479.848"],["22829.113","12495.283"],["22840.112","12534.022"],["22748.285","12543.603"],["31138.902","8719.677"],["31287.634","8725.534"],["31280.300","8709.290"],["17971.916","17387.419"],["18040.775","17351.539"],["17909.116","17253.904"],["17855.120","17207.884"],["17855.120","17207.884"],["18040.631","17375.665"],["17998.856","17374.818"],["17877.399","17245.970"],["17891.182","17298.736"],["17845.886","17299.628"],["18027.115","17407.132"],["17931.887","17292.109"],["17983.694","17311.382"],["17914.662","17210.837"],["17993.939","17380.218"],["17972.212","17378.814"],["17912.711","17289.603"],["17910.261","17269.802"],["18040.010","17393.094"],["17978.267","17285.668"],["17987.839","17267.732"],["17904.416","17229.524"],["10146.548","12307.862"],["10146.038","12335.773"],["10143.235","12294.760"],["10153.505","12316.236"],["16551.504","16986.101"],["16556.301","16962.728"],["16480.870","16801.097"],["16521.847","16825.171"],["16552.389","16864.351"],["16459.380","16826.393"],["16381.270","16876.033"],["16565.649","16888.248"],["16477.825","16926.033"],["16531.748","16814.287"],["16522.949","16897.078"],["16472.587","16893.593"],["16459.199","16857.309"],["16545.843","16839.539"],["16375.694","16867.329"],["16564.735","16797.579"],["16525.062","16923.754"],["16394.376","16976.537"],["16553.412","16909.057"],["16477.373","16904.444"],["16480.908","16887.071"],["16486.830","16855.493"],["16488.541","16830.175"],["16457.801","16889.745"],["16374.312","16922.094"],["16277.366","5571.425"],["16303.498","5640.479"],["16300.774","5703.947"],["16347.926","5761.844"],["16275.837","5585.942"],["16274.107","5622.775"],["16273.373","5698.398"],["16259.653","5757.458"],["16341.429","5772.430"],["16293.169","5653.559"],["16280.577","5710.504"],["16247.054","5774.782"],["30601.454","9791.113"],["30504.537","9624.096"],["30516.912","9616.307"],["30462.716","9776.143"],["30502.878","9671.837"],["30479.463","9699.511"],["30622.691","9672.225"],["30614.130","9690.295"],["6509.685","8114.475"],["19051.422","14441.423"],["18911.888","14422.604"],["18996.394","14439.619"],["19022.282","14427.100"],["19007.160","14377.987"],["18908.500","14420.540"],["19018.833","14384.979"],["19034.068","14386.344"],["18966.362","14367.757"],["18969.569","14382.076"],["28193.491","8106.957"],["28199.034","8092.787"],["28215.662","8045.140"],["28199.035","8105.755"],["28242.423","8104.136"],["28223.640","8090.395"],["28247.652","8047.453"],["28226.721","8047.856"],["5865.939","8138.057"],["5864.409","8137.843"],["17871.676","13250.934"],["26664.322","16709.388"],["16710.521","16969.056"],["16604.185","16984.911"],["16722.932","16882.171"],["16638.379","16974.077"],["16611.751","16954.771"],["16604.004","16921.972"],["16628.085","16781.385"],["16594.878","16778.660"],["16740.209","16956.537"],["16692.846","16890.796"],["16591.323","16947.587"],["16567.277","16886.695"],["16614.612","16957.149"],["16712.133","16967.437"],["27572.495","7461.536"],["27539.746","7321.240"],["27600.733","7283.850"],["27535.305","7296.071"],["27545.305","7279.258"],["27561.588","7281.422"],["27603.233","7280.035"],["27616.572","7284.362"],["27545.190","7314.320"],["27566.621","7349.613"],["27611.966","7281.554"],["27542.594","7425.879"],["27543.071","7461.288"],["27542.659","7442.296"],["27590.256","7299.357"],["27537.051","7465.235"],["27620.585","7280.381"],["27584.565","7344.973"],["27606.703","7305.501"],["27591.424","7282.264"],["27554.156","7440.330"],["17488.203","15360.509"],["17424.082","15304.026"],["17529.159","15480.122"],["17462.882","15302.865"],["17507.071","15432.681"],["17451.840","15505.459"],["17550.091","15486.233"],["31707.243","9332.807"],["31663.912","9278.715"],["31616.343","9199.012"],["31662.109","9170.446"],["17073.610","17270.858"],["17197.697","17361.568"],["17082.940","17209.612"],["17110.700","17323.688"],["17113.433","17211.478"],["17095.950","17199.587"],["16997.770","17215.043"],["17127.266","17216.928"],["17187.759","17245.417"],["17008.576","17217.653"],["17575.538","17830.156"],["17562.627","17826.209"],["17578.759","17782.805"],["17560.472","17815.887"],["17536.196","17828.224"],["17454.181","17798.712"],["17497.717","17789.645"],["17480.727","17820.463"],["17471.665","17785.434"],["17604.417","17782.904"],["19001.770","11680.062"],["18975.554","11671.241"],["19086.546","11627.945"],["18995.290","11616.797"],["18962.035","11559.967"],["18975.191","11506.315"],["28112.396","8019.838"],["28116.130","8045.966"],["28086.699","7904.836"],["28126.617","7973.044"],["28077.028","7914.035"],["28137.676","8013.711"],["28040.867","8049.269"],["28133.071","8024.397"],["28132.561","8065.156"],["28023.789","7933.785"],["27973.937","7919.532"],["28126.221","8079.905"],["28102.867","7940.740"],["28074.166","7951.029"],["28042.692","8032.473"],["28106.518","7935.885"],["16556.791","17164.267"],["16530.991","17179.606"],["16421.070","16996.339"],["16458.597","17044.424"],["16442.106","17081.933"],["16460.524","17117.304"],["16449.776","17134.242"],["16556.620","17114.116"],["16447.040","17008.312"],["16438.800","17025.934"],["16407.533","16993.878"],["16480.675","17031.846"],["16390.845","17043.163"],["16410.730","17056.012"],["16459.158","17083.624"],["16448.369","17178.125"],["16470.145","17106.911"],["16439.836","17013.415"],["16381.553","17038.340"],["16368.559","17017.614"],["16419.332","17034.393"],["16403.148","17030.743"],["16508.638","17139.984"],["16513.254","17156.870"],["17697.413","12782.126"],["17650.123","12807.731"],["17673.668","12770.736"],["17661.256","12919.848"],["17718.650","12933.363"],["17680.601","12868.923"],["28754.268","8604.467"],["8666.111","9509.093"],["16141.858","7734.299"],["28006.037","12173.115"],["27966.256","12304.902"],["7455.353","12071.350"],["7469.127","12068.579"],["7377.140","12092.991"],["4586.350","9013.887"],["4623.321","9089.157"],["4609.311","8987.413"],["4615.774","9163.393"],["4640.689","9091.288"],["24355.137","6512.531"],["24290.568","6539.091"],["16558.870","16422.463"],["16494.325","16497.617"],["16446.252","16434.610"],["16530.272","16422.558"],["16519.860","16484.792"],["16377.847","16552.826"],["16371.776","16476.356"],["16411.317","16409.507"],["16469.064","16466.633"],["16469.245","16383.627"],["16377.704","16377.236"],["16564.903","16368.195"],["16554.110","16369.271"],["16539.192","16369.238"],["16559.597","16421.093"],["16556.422","16459.673"],["16513.412","16428.046"],["16560.419","16461.952"],["16514.619","16540.682"],["16492.530","16508.114"],["16451.995","16534.999"],["16376.151","16476.191"],["16361.234","16485.109"],["16497.452","16415.436"],["16415.955","16453.371"],["16421.120","16373.438"],["16493.242","16378.656"],["16429.492","16402.108"],["16362.251","16358.366"],["16400.343","16380.910"],["16400.738","16367.268"],["16413.320","16373.973"],["16124.715","17993.920"],["16104.440","17843.521"],["15939.838","17867.538"],["16048.256","17963.312"],["16036.302","17890.965"],["15992.878","17958.440"],["16023.470","17950.546"],["16045.414","17891.742"],["16103.042","17887.485"],["15958.717","18035.630"],["16043.579","17862.082"],["16086.671","17847.565"],["15956.729","17855.928"],["16069.551","17987.297"],["16042.680","17970.727"],["16003.766","17915.252"],["15990.706","17919.480"],["15959.095","18027.455"],["16013.161","17896.151"],["16047.428","17842.743"],["15429.622","18537.455"],["15472.565","18588.530"],["15406.366","18553.821"],["15438.521","18536.183"],["15475.361","18570.595"],["15470.509","18597.267"],["32169.519","10472.955"],["32214.667","10537.662"],["32241.863","10609.706"],["32176.384","10573.235"],["32250.407","10525.837"],["16371.689","12745.188"],["16372.696","12647.902"],["9898.658","14116.172"],["9905.299","14075.267"],["9944.361","14106.497"],["9916.824","14162.470"],["5582.858","9609.447"],["5572.694","9610.520"],["14680.508","12146.032"],["14868.273","12297.707"],["14904.618","17234.156"],["14942.295","17320.438"],["14953.348","17396.408"],["14938.249","17362.932"],["14948.184","17399.464"],["14974.384","17388.134"],["14927.051","17395.109"],["14920.132","17372.854"],["16639.631","6732.218"],["16634.630","6673.986"],["16596.666","6745.032"],["16776.417","6788.518"],["16626.737","6714.414"],["16628.150","6712.120"],["16587.456","6717.121"],["16769.690","6777.931"],["16570.975","6732.351"],["16637.362","6741.582"],["16653.216","6680.361"],["16600.137","6711.176"],["16768.506","6805.545"],["31437.839","8935.222"],["27962.639","10676.215"],["27979.260","10850.478"],["19398.360","12547.711"],["19478.939","12725.012"],["19433.765","12715.231"],["19341.273","12651.001"],["19311.314","12673.398"],["16905.481","7227.173"],["16857.050","7242.185"],["16910.580","7246.760"],["16902.899","7262.483"],["17074.325","16299.740"],["17164.341","16244.787"],["17034.438","16245.333"],["17128.309","16253.226"],["17036.706","16262.984"],["17194.253","16229.786"],["17104.854","16216.216"],["17085.830","16258.345"],["17172.523","16201.158"],["17038.329","16289.584"],["17124.948","16199.814"],["17071.977","16219.345"],["17021.791","16303.648"],["7505.713","17790.258"],["7499.207","17685.662"],["7539.272","17581.229"],["32100.130","9847.146"],["32123.156","9815.984"],["32007.268","9875.218"],["31998.978","9993.764"],["32078.045","9948.355"],["29293.236","9562.664"],["29393.035","9522.345"],["18095.021","17379.685"],["18061.311","17354.045"],["18249.007","17381.969"],["18084.811","17408.657"],["18083.477","17360.157"],["18044.743","17375.913"],["18123.082","17409.274"],["8824.297","12625.196"],["16595.691","18292.591"],["16591.563","18269.222"],["18376.921","13878.814"],["18458.500","13846.048"],["18371.756","13863.488"],["18369.075","13890.243"],["17654.773","16411.662"],["17733.655","16402.364"],["17820.910","16509.844"],["17754.165","16406.427"],["17825.246","16534.989"],["30984.515","10621.356"],["31078.520","10590.048"],["18062.362","17476.447"],["18042.378","17488.156"],["8841.855","14306.303"],["8803.812","14321.382"],["14652.196","12104.603"],["14567.271","12111.482"],["19103.008","15953.355"],["19098.701","15949.741"],["17491.697","12737.525"],["17605.211","12658.854"],["22292.346","14747.258"],["22298.083","14744.410"],["31430.761","10876.893"],["31491.207","10874.889"],["31405.773","10903.438"],["31356.910","10927.632"],["31451.834","10890.488"],["31494.737","10938.404"],["31474.907","11017.362"],["31508.296","10860.488"],["31399.722","10943.404"],["31482.771","10890.819"],["31413.000","11046.049"],["31446.517","10859.321"],["31372.157","10942.561"],["31471.554","10925.402"],["31475.444","10974.126"],["31414.595","11006.874"],["13138.445","12661.317"],["13025.920","12734.674"],["13027.531","12725.954"],["13065.718","12701.173"],["16791.220","18820.288"],["16911.873","18681.804"],["16927.395","18835.550"],["16802.503","18780.618"],["16963.715","18727.931"],["16910.059","18852.775"],["28325.482","7890.517"],["28163.624","7772.978"],["28223.618","7693.187"],["28191.140","7749.130"],["28190.416","7784.076"],["28260.828","7836.380"],["28271.469","7773.341"],["28216.749","7888.717"],["28297.258","7738.081"],["28273.212","7860.591"],["28164.347","7791.211"],["14614.165","9760.691"],["18655.476","16622.913"],["18655.049","16596.538"],["5611.057","7813.666"],["5614.644","7882.184"],["5600.835","7880.984"],["5606.451","7778.406"],["5592.167","7891.917"],["15992.292","5669.386"],["16057.462","5768.904"],["15985.630","5696.785"],["30569.241","8721.289"],["5889.137","9291.729"],["18066.232","14842.052"],["18041.648","14785.058"],["18086.134","14786.828"],["26960.121","16408.883"],["27014.995","16356.302"],["26937.391","16458.127"],["26939.607","16380.179"],["26901.618","16479.828"],["27014.147","16363.433"],["8166.007","12471.038"],["15105.170","6027.757"],["14613.652","17197.619"],["14559.063","17186.373"],["14640.657","17096.541"],["14585.920","17092.957"],["14610.905","17179.882"],["14574.029","17101.611"],["14577.994","17176.315"],["14639.144","17073.535"],["14600.887","17092.230"],["13838.606","12253.417"],["14029.335","12282.098"],["18948.377","18103.539"],["18947.201","18223.841"],["18899.261","18248.346"],["18915.170","18120.698"],["19008.089","18209.076"],["19006.210","18213.214"],["18971.238","18250.260"],["18886.367","18249.697"],["18986.321","18128.081"],["18969.569","18211.653"],["19008.447","18200.596"],["19022.522","18055.533"],["19492.459","5040.077"],["19502.590","5122.158"],["19483.923","5002.059"],["19478.035","5134.776"],["28129.406","10505.293"],["20630.803","6844.553"],["20723.430","6858.252"],["20618.425","6997.849"],["20623.655","7019.154"],["20750.914","6854.354"],["20670.563","7003.877"],["20622.497","6877.171"],["20590.063","6877.633"],["20757.109","7028.468"],["20696.078","6844.363"],["20760.843","7016.599"],["20568.451","6899.450"],["20605.507","6894.908"],["20577.415","6885.874"],["20678.068","6867.550"],["20700.053","6996.874"],["20733.623","6976.181"],["20750.350","6989.889"],["20636.303","6992.102"],["20624.142","6852.199"],["20643.721","6993.555"],["20754.746","6846.989"],["20577.267","6864.355"],["20753.573","7028.683"],["20629.248","6969.855"],["20752.192","7044.257"],["4479.703","10566.947"],["17547.430","12097.883"],["17526.262","12101.368"],["17507.580","12020.804"],["21335.808","6974.900"],["21276.137","6962.745"],["21287.046","6957.277"],["21370.611","6928.409"],["21280.315","6958.137"],["21351.910","6969.681"],["21321.213","6957.138"],["21316.729","6945.371"],["18643.316","18314.527"],["18506.487","18454.933"],["18502.737","18435.990"],["18651.819","18378.045"],["18472.583","18261.939"],["18498.034","18399.970"],["18619.857","18267.949"],["18370.272","14251.242"],["18333.280","14353.434"],["18346.274","14331.303"],["18459.654","14308.893"],["18421.578","14287.027"],["18421.409","14361.301"],["18320.418","14368.104"],["18399.240","14250.884"],["18342.573","14317.414"],["18359.424","14275.550"],["18369.898","14272.894"],["18326.234","14379.376"],["18399.417","14254.345"],["18279.498","14355.446"],["18315.714","14347.075"],["18453.446","14429.121"],["32195.399","11368.439"],["32248.812","11422.328"],["32247.301","11336.815"],["32178.976","11345.137"],["32308.563","11300.704"],["32202.159","11377.902"],["32237.545","11432.204"],["32301.018","11326.674"],["32177.710","11290.108"],["32325.553","11292.827"],["32280.292","11410.421"],["32297.251","11312.554"],["32222.743","11319.571"],["32163.906","11412.286"],["6939.952","7489.126"],["7036.249","7503.030"],["6932.554","7485.951"],["6976.820","7541.001"],["7020.180","7495.300"],["27864.139","10634.731"],["27788.063","10637.102"],["27875.665","10501.610"],["27757.079","10532.675"],["27750.273","10472.635"],["27827.204","10468.883"],["27816.619","10588.447"],["16544.613","16238.827"],["16516.587","16200.016"],["16529.893","16256.234"],["16564.477","16293.848"],["16516.751","16164.640"],["16545.222","16217.390"],["16555.320","16183.683"],["16551.669","16237.076"],["16559.938","16293.369"],["16534.317","16209.661"],["27758.320","7027.977"],["29154.089","11879.879"],["27767.106","7711.175"],["27779.014","7788.367"],["27796.629","7787.013"],["27734.573","7783.016"],["27922.507","7832.537"],["27899.366","7830.142"],["27885.583","7816.087"],["27903.510","7781.191"],["27860.534","7829.151"],["27819.295","7746.946"],["27916.466","7758.804"],["27828.604","7722.388"],["27910.199","7761.760"],["27816.581","7696.888"],["27873.719","7774.229"],["27823.570","7753.454"],["27779.228","7792.975"],["27881.751","7836.831"],["27877.672","7833.759"],["27899.744","7803.453"],["27913.905","7833.759"],["27905.599","7805.501"],["27907.984","7788.309"],["27850.336","7837.376"],["27919.300","7839.390"],["27829.015","7699.498"],["27921.713","7757.004"],["27884.245","7715.220"],["27839.755","7766.632"],["27915.841","7729.671"],["27881.532","7762.586"],["27830.249","7703.131"],["27747.649","7754.874"],["27840.664","7838.690"],["27901.816","7855.625"],["27862.589","7828.870"],["27920.451","7810.819"],["27865.698","7851.926"],["27910.780","7863.139"],["27888.807","7851.414"],["27899.366","7848.540"],["27918.588","7719.911"],["27835.331","7735.947"],["27817.699","7714.163"],["27840.364","7759.878"],["27817.025","7730.398"],["27856.597","7766.335"],["27893.193","7763.280"],["27906.696","7718.474"],["15376.011","18210.034"],["15351.554","18234.427"],["15373.803","18195.632"],["8576.569","13696.792"],["8574.316","13650.071"],["7368.537","12393.435"],["7337.627","12424.944"],["18644.418","13764.268"],["18656.967","13759.528"],["18633.792","13764.951"],["18614.186","13764.752"],["18588.430","13760.673"],["16731.580","15455.757"],["16727.337","15463.882"],["6591.443","12829.972"],["7690.118","17839.860"],["7666.651","17973.861"],["7646.302","17851.635"],["7675.397","17864.996"],["7654.924","18009.071"],["5623.839","8452.492"],["5635.268","8440.524"],["5659.300","8391.060"],["5629.947","8485.353"],["5624.480","8450.527"],["14673.930","16831.628"],["14874.908","16937.064"],["14873.494","16882.911"],["14853.718","16970.807"],["14690.673","16843.618"],["14856.438","16855.908"],["14838.510","16874.372"],["14704.464","16952.537"],["14870.005","16974.645"],["14741.901","16958.568"],["5972.150","7683.522"],["5899.107","7476.319"],["5832.127","7479.938"],["5943.706","7507.681"],["5840.433","7481.110"],["5944.578","7497.639"],["6127.450","18349.914"],["20305.046","11223.198"],["7445.685","8092.333"],["7431.704","8035.350"],["7495.215","7966.331"],["7470.657","8018.433"],["7501.879","8084.377"],["7466.821","7905.033"],["7437.330","7911.204"],["7406.161","8013.781"],["7494.244","7971.797"],["7490.164","8004.593"],["7463.942","7896.858"],["7453.580","7922.633"],["17481.196","12465.564"],["17514.493","12426.065"],["17570.006","12348.466"],["20425.498","9495.168"],["15703.654","5177.017"],["15568.976","5327.105"],["15591.840","5328.604"],["15637.237","5279.883"],["15614.010","5208.287"],["15624.260","5181.534"],["15629.567","5219.985"],["15519.562","5151.164"],["15561.181","5175.909"],["15575.588","5324.759"],["15617.580","5307.630"],["15621.530","5255.920"],["15605.687","5229.591"],["15624.671","5192.566"],["15656.994","5154.643"],["15649.518","5238.795"],["15544.119","5158.888"],["15688.242","5170.130"],["15556.805","5322.200"],["15591.592","5359.168"],["15607.745","5309.282"],["15615.576","5265.911"],["15616.312","5223.728"],["15621.086","5200.774"],["15653.146","5155.650"],["15647.446","5234.138"],["15567.957","5153.961"],["22170.072","15122.799"],["22105.004","15234.793"],["22079.134","15260.583"],["31009.677","11368.327"],["27302.729","8380.980"],["27274.225","8413.996"],["19690.698","13310.721"],["19719.261","13231.184"],["31534.418","11886.937"],["31618.514","11848.680"],["15546.655","17292.946"],["15580.899","17294.249"],["15627.517","17200.704"],["15552.727","17292.620"],["15555.015","17218.364"],["15595.201","17281.875"],["15620.719","17215.177"],["15517.545","17397.435"],["15678.399","17267.983"],["8517.377","13956.957"],["8510.091","13979.864"],["6530.051","17838.629"],["6537.215","17844.295"],["6525.979","17841.901"],["18679.250","17099.234"],["18706.819","17187.365"],["18674.812","17153.806"],["18709.023","17193.212"],["23729.581","11051.277"],["23740.396","11014.390"],["23754.721","11009.452"],["23741.531","11024.018"],["25294.574","14395.164"],["25240.156","14383.086"],["25211.315","14385.795"],["25225.765","14426.785"],["25272.584","14372.423"],["25257.738","14386.720"],["25228.420","14386.373"],["25239.038","14449.411"],["25290.890","14374.537"],["25248.331","14369.527"],["25231.035","14402.442"],["25230.545","14439.251"],["31298.322","11476.666"],["31298.275","11364.951"],["19540.255","5975.994"],["27909.845","8161.461"],["27890.026","8157.117"],["27857.235","8141.571"],["27896.753","8151.485"],["27769.718","8120.249"],["27866.116","8108.391"],["27930.674","8133.688"],["27928.432","8208.922"],["27856.276","8156.803"],["27877.065","8159.793"],["27857.591","8175.878"],["27766.725","8117.161"],["27842.876","8137.310"],["27773.403","8149.894"],["17854.142","17227.522"],["17835.984","17222.733"],["17854.356","17263.179"],["20968.450","14333.638"],["20932.853","14373.198"],["20911.167","14363.049"],["20886.236","14307.249"],["20865.616","14295.406"],["13293.595","13095.540"],["29181.449","10920.401"],["20285.264","13572.586"],["18332.722","12118.110"],["18277.462","12094.718"],["18326.227","11962.663"],["18413.323","12059.523"],["18414.954","12022.117"],["18950.176","14704.403"],["27337.921","16641.636"],["27338.691","16615.134"],["27479.763","16650.467"],["13016.934","10526.951"],["20533.477","13384.794"],["20546.722","13336.542"],["20381.514","13321.353"],["20416.106","13283.756"],["20387.978","13198.660"],["20433.783","13247.598"],["20462.832","13213.886"],["18382.386","18521.977"],["18427.962","18532.382"],["18255.668","18593.325"],["18261.869","18591.228"],["18458.611","18643.031"],["18405.494","18549.673"],["18269.303","18559.073"],["18259.204","18579.998"],["18460.223","18626.086"],["20418.493","7044.175"],["20383.427","7001.780"],["20366.914","7023.597"],["20392.089","7016.426"],["13087.077","13096.216"],["20201.047","7894.366"],["20188.794","7876.530"],["20152.922","7793.821"],["20198.777","7873.243"],["20275.633","7716.196"],["20214.794","7687.575"],["20240.682","7737.220"],["20150.864","7827.286"],["20169.005","7771.910"],["20173.925","7835.869"],["20152.165","7823.863"],["20216.129","7888.156"],["20203.004","7865.976"],["20257.771","7717.650"],["20153.136","7871.922"],["20161.162","7892.946"],["20224.827","7828.913"],["20248.412","7732.745"],["20219.876","7703.067"],["15470.592","18358.176"],["15395.225","18375.098"],["15461.332","18328.086"],["15453.339","18376.393"],["15429.221","18351.927"],["15415.290","18357.427"],["20760.890","14631.962"],["20587.637","14609.472"],["19854.602","6806.433"],["19884.125","6835.714"],["19917.641","6659.895"],["19873.513","6628.846"],["19927.559","6641.199"],["19889.039","6677.236"],["19865.556","6799.727"],["19921.852","6665.840"],["19899.812","6636.195"],["22836.280","12559.455"],["28306.862","9272.079"],["28282.931","9218.289"],["28276.302","9269.354"],["18985.188","15757.448"],["19017.136","15925.588"],["18947.342","15759.744"],["18995.264","15769.532"],["19027.189","15765.039"],["18940.878","15724.484"],["18917.523","15751.882"],["19029.129","15771.150"],["31482.568","9659.774"],["31508.415","9762.646"],["28005.743","10400.410"],["28036.005","10384.950"],["27943.470","10328.082"],["27972.785","10384.985"],["28006.884","10346.142"],["28083.121","10251.547"],["28028.538","10249.353"],["27980.629","10291.917"],["6622.718","9189.680"],["6554.733","9271.176"],["6586.161","9326.943"],["6499.234","9355.093"],["6610.794","9188.128"],["6583.500","9294.198"],["6557.131","9319.577"],["6517.408","9353.624"],["6488.374","9369.791"],["6623.705","9178.152"],["6582.776","9287.873"],["6564.269","9328.000"],["6504.234","9361.188"],["6493.160","9359.073"],["18939.431","17454.131"],["18909.612","17451.637"],["19043.103","17506.955"],["19064.288","17576.588"],["19064.149","17548.363"],["18925.451","17468.515"],["18902.655","17431.075"],["19087.044","17561.294"],["19068.680","17574.705"],["19070.021","17524.432"],["7066.462","13007.708"],["18121.309","17798.893"],["18169.112","17811.889"],["18153.079","17758.433"],["18077.795","17740.623"],["18161.563","17755.952"],["18117.372","17749.812"],["18054.719","17751.573"],["18078.930","17732.168"],["18089.746","17773.542"],["18109.740","17749.432"],["18111.270","17751.232"],["18061.496","17765.826"],["18050.953","17751.144"],["6648.096","16804.352"],["6641.110","16781.636"],["6633.158","16935.775"],["6654.426","16889.655"],["17135.865","7308.500"],["17120.156","7274.340"],["17165.370","7279.172"],["17071.623","7278.506"],["17029.326","7289.260"],["17014.871","7333.144"],["17025.124","7451.977"],["17011.992","7354.142"],["17061.142","7310.784"],["17173.570","7297.464"],["17181.257","7388.694"],["17181.495","7354.663"],["17138.341","7298.138"],["17182.689","7286.736"],["17026.332","7312.992"],["17003.276","7326.109"],["16992.772","7448.360"],["17014.409","7360.087"],["17075.879","7344.211"],["17143.767","7305.243"],["17190.192","7380.716"],["17169.003","7371.271"],["17076.618","7478.275"],["17125.743","7317.791"],["17128.330","7284.349"],["17163.594","7263.086"],["16991.414","7316.923"],["17007.174","7330.964"],["17016.670","7445.255"],["17024.525","7371.318"],["17076.635","7348.637"],["17145.741","7295.978"],["17161.026","7371.469"],["17073.964","7462.358"],["21139.722","14509.134"],["21080.615","14468.153"],["7254.587","13173.307"],["27711.107","7261.701"],["27686.980","7191.007"],["27720.368","7205.028"],["27724.743","7162.766"],["27692.457","7212.279"],["27688.970","7255.070"],["27700.204","7173.517"],["27695.204","7212.493"],["27702.539","7206.911"],["27723.921","7218.274"],["27712.012","7258.547"],["27717.720","7249.322"],["27673.509","7208.612"],["27724.266","7256.077"],["27697.013","7180.008"],["27692.556","7227.192"],["19833.006","15725.241"],["18877.567","18187.190"],["18875.465","18056.572"],["18868.291","18225.968"],["4490.403","11099.201"],["27211.644","16579.625"],["16024.235","12569.537"],["16053.734","12655.139"],["16012.980","12710.773"],["15993.295","12650.563"],["16134.580","12649.701"],["16055.397","12723.011"],["16018.116","12551.866"],["15984.397","12634.576"],["16090.989","12718.849"],["16117.337","12653.994"],["16032.769","12606.434"],["23583.204","6630.788"],["18706.668","14049.738"],["18838.703","14178.744"],["18772.260","14106.122"],["18756.125","14105.114"],["18844.213","14180.082"],["18702.638","14054.677"],["18721.306","14151.770"],["16996.380","15692.431"],["17473.868","12373.227"],["20097.686","6684.727"],["20104.166","6663.142"],["20137.042","6818.001"],["20011.687","6663.924"],["20067.258","6683.175"],["20117.999","6669.071"],["20082.127","6628.592"],["20022.872","6686.699"],["19990.421","6631.076"],["20052.522","6705.008"],["18826.204","14338.026"],["18788.653","14298.620"],["18680.248","14314.858"],["18695.378","14327.580"],["18812.782","14436.165"],["18827.025","14435.273"],["18813.506","14329.173"],["18802.025","14294.392"],["18684.015","14318.805"],["18800.890","14307.224"],["6160.977","7581.550"],["6153.042","7555.376"],["6228.214","7514.855"],["6177.739","7610.178"],["6220.745","7578.917"],["6095.151","7524.960"],["6123.601","7578.481"],["6159.666","7518.275"],["6199.250","7526.350"],["6149.301","7627.370"],["6212.916","7567.852"],["12911.883","12478.054"],["12842.524","12537.575"],["12901.373","12464.611"],["12849.646","12382.431"],["12910.107","12341.770"],["12873.363","12409.896"],["12887.254","12341.448"],["12826.381","12379.875"],["12893.413","12341.209"],["12810.515","12520.290"],["12797.154","12477.232"],["12921.987","12424.025"],["12957.248","12477.791"],["12863.583","12340.622"],["12857.394","12362.893"],["12908.923","12373.665"],["12939.827","12367.281"],["18207.780","17768.338"],["18076.358","17697.059"],["18195.325","17706.917"],["18226.569","17705.453"],["18152.388","17705.699"],["18163.027","17766.786"],["18221.497","17776.365"],["18086.539","17710.668"],["18171.221","17697.857"],["18192.471","17657.507"],["18097.690","17712.881"],["18139.054","17651.584"],["18206.122","17655.790"],["18185.933","17689.658"],["18161.049","17675.703"],["18150.086","17675.380"],["18152.015","17666.365"],["18230.333","17671.347"],["18207.418","17741.468"],["18220.987","17792.269"],["18088.453","17713.472"],["18127.026","17703.519"],["18054.730","17722.625"],["18170.465","17682.845"],["18213.145","17685.319"],["18142.669","17662.894"],["18065.700","17716.217"],["18197.104","17657.683"],["18216.007","17671.595"],["18183.972","17666.910"],["18214.914","17704.918"],["18169.091","17667.231"],["18174.618","17685.331"],["18164.334","17641.097"],["18225.154","17714.900"],["18227.194","17653.116"],["18214.414","17679.062"],["7412.770","18735.830"],["7370.860","18784.894"],["7456.800","18719.447"],["7407.308","18819.543"],["19925.508","8422.439"],["27971.792","11740.506"],["13834.280","15909.098"],["32053.744","10407.763"],["31958.729","10345.165"],["31990.444","10334.549"],["31986.745","10392.811"],["31985.512","10368.352"],["32085.142","10382.461"],["31975.956","10407.774"],["16873.433","18208.017"],["16985.302","18048.505"],["16865.849","18248.023"],["16919.486","18213.137"],["16956.245","18240.890"],["16968.575","18071.626"],["16972.762","18250.653"],["21449.284","15420.730"],["21420.599","15445.538"],["21463.960","15462.905"],["19730.700","13212.782"],["19776.658","13330.191"],["19743.889","13382.397"],["18977.850","11904.158"],["18903.009","11817.610"],["18999.030","11828.579"],["19011.569","11750.823"],["19051.263","11811.838"],["18935.108","11794.327"],["18934.526","11719.132"],["18447.821","11901.069"],["4566.274","9549.957"],["4442.090","9571.673"],["4427.464","9503.369"],["4441.647","9437.245"],["4493.513","9438.147"],["4445.775","9585.282"],["4438.664","9493.674"],["4450.957","9447.022"],["4486.210","9449.294"],["14263.253","12732.409"],["14302.256","12738.541"],["14255.373","12746.719"],["14408.321","12728.859"],["14441.115","12722.310"],["14302.761","12636.167"],["14345.943","12688.825"],["14331.584","12748.735"],["14395.617","12730.638"],["14256.548","12654.161"],["7162.675","16852.484"],["7162.840","16847.345"],["22415.622","6119.621"],["17945.547","17134.568"],["17938.130","17037.918"],["17833.853","17158.721"],["17872.376","17170.048"],["17837.079","17183.748"],["17871.012","17149.329"],["17926.020","16992.974"],["17840.840","17040.071"],["17935.201","17188.603"],["17895.400","17054.552"],["17907.655","17130.810"],["18021.438","17055.054"],["17959.246","17098.828"],["17864.049","17117.138"],["17846.299","17027.771"],["18012.934","17192.163"],["17871.697","17050.614"],["17862.385","16994.130"],["17923.292","17111.556"],["17864.608","17122.208"],["18035.154","17162.601"],["17945.084","17138.986"],["18040.018","17122.883"],["18035.050","17085.589"],["18019.573","17069.091"],["18038.575","17161.874"],["17883.972","17176.454"],["17929.875","17009.176"],["17948.557","17025.105"],["17845.134","17140.573"],["17984.458","17028.546"],["17865.540","17162.937"],["17863.616","17162.854"],["17878.207","17030.414"],["17830.595","17116.742"],["17879.937","17070.086"],["18036.585","17168.034"],["17845.096","17187.126"],["17883.212","17046.247"],["17957.357","17017.871"],["18035.396","17109.836"],["17300.270","7316.793"],["17231.244","7342.597"],["17254.983","7359.993"],["17231.679","7280.724"],["17303.691","7298.792"],["17258.694","7335.412"],["17248.239","7339.563"],["17293.132","7304.737"],["17243.765","7376.838"],["18429.680","14217.418"],["18448.827","14151.870"],["18333.055","14140.431"],["18345.625","14095.105"],["18390.921","14098.805"],["18354.049","14035.597"],["18430.848","14230.614"],["18340.341","14208.837"],["18373.766","14050.762"],["18442.566","14111.224"],["18367.344","14197.666"],["18445.258","14187.163"],["18264.470","14061.655"],["18252.726","14231.529"],["18343.569","14089.606"],["18342.122","14052.545"],["18282.076","14157.596"],["21856.776","7834.646"],["8044.704","12932.691"],["19100.126","17448.260"],["19192.104","17491.281"],["19249.002","17544.594"],["19097.949","17501.707"],["19125.771","17539.353"],["19108.942","17492.273"],["19206.101","17508.275"],["19208.206","17490.967"],["19259.594","17512.042"],["19243.887","17547.897"],["19137.383","17528.106"],["19119.505","17529.906"],["19100.587","17448.986"],["19230.427","17487.582"],["19232.154","17532.288"],["19208.371","17506.260"],["19251.338","17534.107"],["19240.548","17508.012"],["19291.996","17504.264"],["18721.338","6479.416"],["18774.372","6451.732"],["18734.056","6494.271"],["18807.475","6491.007"],["18792.826","6435.142"],["18848.113","6424.372"],["18727.416","6495.301"],["18732.424","6470.515"],["18755.573","6440.683"],["18770.605","6447.223"],["18749.102","6487.662"],["18762.440","6473.921"],["18798.873","6503.658"],["18811.587","6464.137"],["18834.836","6441.677"],["18841.513","6487.634"],["18750.401","6469.342"],["18737.901","6484.767"],["18739.257","6454.374"],["18757.135","6458.867"],["18740.161","6443.656"],["18739.222","6497.732"],["18752.884","6465.946"],["18749.973","6493.871"],["18785.815","6486.030"],["18803.183","6475.565"],["18809.038","6474.029"],["18819.257","6427.611"],["18818.303","6448.735"],["18861.708","6408.114"],["18851.384","6472.066"],["18858.193","6468.929"],["18799.972","6456.746"],["18771.495","6435.146"],["17569.193","17403.825"],["17606.085","17348.251"],["17575.980","17379.009"],["17513.204","17391.799"],["17469.519","17327.538"],["17500.572","17381.527"],["17619.318","17387.870"],["17619.396","17231.237"],["17606.216","17360.125"],["17583.963","17395.633"],["17544.571","17327.359"],["17599.785","17342.553"],["17433.401","17382.600"],["17450.342","17341.675"],["17485.130","17341.518"],["17474.799","17338.389"],["17523.894","17329.421"],["17416.263","17374.133"],["17429.766","17369.756"],["17613.857","17409.323"],["17601.726","17385.278"],["17575.788","17403.412"],["17550.805","17407.161"],["17531.463","17319.547"],["17467.398","17393.632"],["17481.559","17359.198"],["17425.589","17357.546"],["17533.154","17321.741"],["17425.276","17401.262"],["31783.316","11340.977"],["31845.004","11345.418"],["31849.359","11349.835"],["31905.861","11401.060"],["31905.886","11423.943"],["31756.069","11388.970"],["31800.905","11393.977"],["31767.315","11362.464"],["31893.721","11425.434"],["31904.572","11466.158"],["31740.970","11289.008"],["31793.211","11341.124"],["31798.886","11427.354"],["31928.526","11354.255"],["31773.236","11281.741"],["31774.846","11338.137"],["31821.978","11308.407"],["31787.718","11484.761"],["31872.533","11350.958"],["31899.167","11389.317"],["31808.931","11392.903"],["31875.662","11454.633"],["8083.719","12032.702"],["8068.999","12038.775"],["8014.194","11925.696"],["8068.491","11920.560"],["8077.482","11946.835"],["8085.277","11960.889"],["8050.509","11944.301"],["8001.562","12013.822"],["8080.298","12058.350"],["17752.273","15878.240"],["17717.923","15831.420"],["17672.916","15803.194"],["17800.677","15916.548"],["17759.291","15778.649"],["17737.618","15866.134"],["17686.405","15801.975"],["17665.070","15787.389"],["17710.854","15771.368"],["17756.401","15887.769"],["17680.021","15816.786"],["20380.445","7617.259"],["20428.537","7603.519"],["20382.139","7608.207"],["20361.350","7549.398"],["20402.715","7609.563"],["20427.583","7627.414"],["20373.241","7615.919"],["20374.935","7584.972"],["20375.297","7645.451"],["20407.435","7635.556"],["20425.166","7621.749"],["28014.710","7881.349"],["27958.888","7795.321"],["28003.542","7814.958"],["28067.440","7714.214"],["27956.931","7886.766"],["28098.064","7772.615"],["28106.420","7873.242"],["28120.416","7764.225"],["28099.742","7858.180"],["28097.456","7889.345"],["27956.718","7795.344"],["27959.218","7845.270"],["28010.039","7731.556"],["27976.371","7726.188"],["27976.322","7746.700"],["28015.845","7764.091"],["28084.199","7789.361"],["28057.308","7814.068"],["28089.166","7814.266"],["28039.447","7803.546"],["28061.634","7743.760"],["27962.490","7814.264"],["27953.757","7884.444"],["27959.991","7890.456"],["17882.281","15117.843"],["17907.693","15221.096"],["17837.511","15142.913"],["15767.360","13910.784"],["15803.816","13954.984"],["15915.308","13940.456"],["15872.062","13844.518"],["15837.510","13962.568"],["15781.711","13881.023"],["15797.881","13832.084"],["15907.901","13903.389"],["15818.355","13954.026"],["15840.898","13966.333"],["15917.190","13894.277"],["15896.955","13916.168"],["15740.480","13826.733"],["15727.853","13945.895"],["15915.390","13978.606"],["15909.199","13853.121"],["15832.280","13908.480"],["15821.117","13906.024"],["15865.055","13861.215"],["15799.589","13904.100"],["15748.488","13875.804"],["16217.275","16736.537"],["16323.518","16632.216"],["16151.286","16715.045"],["16208.752","16642.034"],["16161.946","16742.350"],["16348.193","16567.651"],["16348.193","16567.651"],["16211.071","16664.776"],["16355.907","16573.007"],["16245.154","16772.160"],["16223.213","16736.933"],["16210.729","16755.546"],["16270.413","16672.786"],["16324.969","16575.418"],["16177.522","16757.841"],["16168.676","16768.488"],["16252.403","16677.988"],["16226.630","16661.208"],["16209.594","16679.377"],["16281.502","16773.917"],["16323.966","16627.706"],["16325.134","16610.167"],["16209.295","16644.594"],["16203.427","16742.532"],["16244.940","16707.685"],["16170.154","16733.960"],["18066.643","12128.282"],["18244.537","12168.510"],["18178.729","12211.600"],["18096.613","12182.054"],["18251.050","12205.148"],["18080.766","17474.812"],["18087.082","17478.329"],["18057.597","17592.039"],["18078.858","17469.015"],["18104.928","17453.788"],["18065.520","17423.598"],["18132.149","17486.625"],["18167.696","17514.003"],["18237.677","17456.819"],["18219.563","17463.621"],["18219.497","17518.881"],["18115.554","17485.469"],["18241.394","17456.588"],["18063.534","17527.537"],["7725.558","12999.687"],["7748.560","13010.138"],["7743.188","13023.942"],["7765.813","13027.841"],["7725.344","13012.876"],["7731.606","13011.388"],["16738.348","18515.253"],["16697.526","18493.305"],["16729.624","18488.468"],["16649.927","18505.361"],["16669.993","18495.534"],["22284.913","6619.869"],["18216.169","14982.337"],["18151.997","15004.088"],["18200.191","14909.521"],["18102.551","14905.972"],["20798.496","14653.176"],["18714.251","9140.758"],["18767.244","9047.015"],["18763.247","8991.441"],["18708.727","8975.376"],["18727.754","9149.246"],["18680.040","9103.681"],["18733.807","9074.018"],["18753.609","9074.117"],["18764.218","9015.785"],["18758.001","9010.698"],["18735.355","8971.462"],["18734.056","9004.608"],["18708.182","9146.224"],["18696.356","9113.689"],["18725.583","9113.772"],["18753.445","9047.990"],["18798.214","9060.475"],["18783.182","9095.504"],["18768.182","8981.235"],["18773.757","8997.090"],["18751.060","8999.402"],["18701.638","8992.700"],["18736.161","8993.278"],["18850.770","18044.664"],["18851.052","18094.871"],["18829.669","18214.240"],["18755.723","18131.931"],["18753.947","18176.208"],["18846.021","18245.568"],["18847.567","18239.144"],["27826.333","7676.938"],["27914.130","7666.104"],["27858.273","7482.729"],["27836.299","7534.735"],["27803.206","7643.740"],["27804.983","7577.844"],["27758.288","7668.034"],["27806.594","7679.264"],["27808.864","7580.602"],["27793.765","7610.742"],["27802.236","7653.484"],["27794.489","7616.291"],["27777.894","7623.789"],["27886.070","7659.614"],["27907.155","7592.027"],["27783.898","7510.821"],["27773.749","7636.225"],["27784.308","7655.449"],["27792.614","7602.039"],["27817.894","7658.372"],["27782.450","7618.042"],["27848.356","7652.760"],["27753.207","7512.076"],["27802.467","7492.390"],["27835.640","7588.447"],["27798.223","7598.636"],["27758.354","7666.399"],["27786.989","7621.560"],["27847.927","7617.579"],["27822.861","7641.807"],["27788.963","7615.614"],["19778.592","6252.514"],["19849.411","6240.356"],["19773.608","6225.544"],["19782.556","6208.187"],["19855.763","6249.938"],["19797.539","6254.661"],["19852.108","6412.264"],["19870.447","6242.899"],["19869.082","6399.695"],["19875.398","6221.132"],["19901.615","6242.338"],["19894.181","6244.815"],["31292.887","10432.352"],["31237.839","10333.460"],["31298.294","10347.325"],["31297.599","10237.835"],["18181.111","18354.874"],["18151.703","18337.087"],["18174.894","18392.133"],["19997.153","13751.880"],["20060.317","13691.355"],["19937.549","13797.538"],["19982.901","13622.246"],["19971.827","13729.289"],["31811.530","10629.890"],["31856.926","10622.957"],["31776.131","10486.860"],["31849.233","10501.353"],["31829.276","10624.804"],["31832.288","10587.812"],["31768.828","10522.499"],["31902.963","10452.521"],["31898.641","10494.400"],["31812.352","10640.559"],["31895.775","10596.119"],["31773.022","10561.443"],["31764.317","10438.950"],["31915.528","10476.501"],["31855.977","10479.305"],["13850.604","14753.763"],["13866.139","14805.937"],["13951.564","14721.819"],["13875.043","14708.721"],["22266.724","14995.764"],["22284.931","15029.584"],["7080.605","13611.006"],["5196.064","7731.730"],["5149.765","7778.291"],["5121.460","7728.581"],["5173.004","7740.554"],["5196.732","7827.150"],["5188.811","7729.947"],["5176.196","7793.683"],["5117.036","7716.888"],["5146.869","7721.000"],["18239.854","14177.569"],["18238.472","14176.793"],["5751.730","9749.889"],["5797.974","9785.464"],["5814.549","9741.714"],["5770.513","9727.709"],["5777.399","9799.122"],["5621.011","9595.660"],["5767.075","9727.692"],["5789.208","9782.822"],["5631.932","9599.310"],["14513.344","12579.870"],["14567.851","12558.499"],["14646.494","12722.628"],["14635.710","12655.683"],["14588.309","12672.743"],["14466.949","12667.977"],["14484.312","12646.424"],["5392.024","7246.041"],["5362.699","7243.038"],["5361.300","7255.620"],["5333.653","7252.518"],["6338.233","8197.978"],["6362.556","8169.291"],["6265.763","8234.138"],["6275.640","8307.908"],["6369.855","8219.906"],["6400.258","8281.344"],["6408.371","8280.766"],["6442.850","8301.599"],["6398.872","8225.717"],["6289.597","8288.713"],["6384.048","8114.747"],["6329.304","8109.182"],["6372.375","8183.197"],["6255.861","8246.492"],["6270.180","8316.496"],["6360.693","8220.468"],["6377.919","8254.110"],["6408.322","8269.090"],["6435.366","8282.507"],["6459.799","8196.226"],["6396.109","8229.219"],["6280.847","8263.709"],["6394.015","8122.295"],["20334.392","7575.013"],["20288.988","7678.855"],["20261.143","7680.705"],["20246.800","7666.056"],["20330.314","7507.466"],["20347.468","7620.612"],["20356.366","7584.394"],["29867.165","10345.545"],["18450.717","17750.736"],["18339.822","17783.980"],["18420.628","17810.339"],["18425.036","17734.121"],["18258.405","17802.261"],["18259.554","17651.110"],["18379.118","17703.483"],["18306.903","17668.453"],["18373.488","17670.162"],["18389.894","17677.495"],["18451.014","17650.614"],["18424.105","17774.469"],["18347.059","17743.435"],["18388.013","17739.769"],["18403.145","17760.809"],["18442.757","17708.071"],["18445.850","17703.777"],["18357.353","17640.171"],["18306.031","17631.223"],["18359.672","17635.827"],["18286.344","17678.923"],["18296.953","17673.176"],["18381.042","17690.090"],["18405.470","17665.620"],["18361.549","17733.493"],["18335.595","17796.102"],["18408.720","17732.816"],["18253.290","17725.531"],["18357.243","17687.199"],["18357.341","17708.917"],["18356.848","17707.943"],["18344.031","17651.863"],["18251.805","17665.232"],["18274.617","17684.918"],["18361.300","17666.215"],["18403.103","17692.579"],["18433.942","17698.723"],["18408.317","17658.195"],["18409.193","17642.845"],["18449.507","17619.089"],["18419.293","17593.358"],["18279.469","17613.833"],["18382.402","17618.915"],["18286.902","17418.239"],["18443.816","17611.789"],["18451.695","17609.626"],["18302.413","17597.334"],["18301.673","17612.132"],["19585.618","10327.969"],["19663.924","10371.745"],["19668.440","10286.893"],["19608.276","10250.631"],["19633.841","10316.964"],["19570.598","10226.696"],["19556.045","10255.011"],["19537.094","10338.220"],["19564.323","10429.884"],["19601.602","10368.927"],["17299.013","18240.635"],["20533.617","7451.998"],["20506.101","7418.885"],["20464.094","7412.560"],["20454.818","7376.705"],["20386.883","7316.847"],["20424.317","7441.141"],["20372.294","7453.527"],["20454.942","7361.487"],["20530.904","7438.390"],["20480.704","7415.873"],["20469.717","7263.223"],["20454.372","7389.465"],["20479.454","7280.052"],["20547.908","7361.257"],["20425.584","7329.795"],["20390.617","7285.897"],["20390.156","7326.277"],["20396.160","7449.051"],["20427.064","7283.965"],["20402.558","7321.273"],["20497.400","7419.298"],["20488.122","7371.183"],["20507.546","7325.188"],["20470.145","7288.722"],["20491.576","7322.678"],["20455.902","7407.583"],["20473.911","7275.196"],["20480.490","7386.757"],["20364.630","7355.195"],["20416.735","7333.131"],["20403.429","7405.022"],["20375.600","7395.245"],["20445.962","7338.300"],["20370.847","7448.820"],["20419.202","7289.712"],["20435.173","7449.629"],["20467.088","7427.011"],["20526.395","7382.033"],["20493.961","7392.190"],["27875.651","10750.394"],["27782.653","10854.692"],["27761.892","10657.696"],["27851.975","10833.769"],["20481.244","13563.387"],["20429.690","13578.008"],["20371.147","13550.027"],["20419.211","13485.410"],["20401.795","13432.809"],["20411.827","13400.368"],["20488.521","13445.828"],["20559.709","13576.813"],["20562.695","13511.883"],["20551.414","13454.577"],["20540.622","13422.344"],["18298.169","16943.848"],["18256.206","16882.298"],["18304.906","16851.926"],["18258.923","16946.322"],["18260.567","16948.386"],["18632.805","8335.279"],["18636.535","8345.389"],["18647.015","8320.503"],["18583.561","8324.508"],["9988.292","14427.638"],["9978.325","14437.400"],["18281.775","17392.573"],["18362.839","17274.587"],["18301.012","17202.469"],["18266.409","17383.423"],["18383.974","17260.615"],["6042.742","9483.122"],["6225.545","9483.723"],["28826.345","10493.397"],["28958.995","10627.221"],["30849.243","9823.565"],["18608.683","16466.443"],["18543.700","16411.842"],["18547.989","16530.790"],["18575.426","16428.590"],["18585.015","16493.776"],["18515.311","16396.566"],["18559.983","16406.822"],["18567.447","16516.356"],["18604.718","16517.380"],["18523.218","16525.894"],["18598.387","16438.235"],["18595.870","16431.563"],["18554.407","16412.585"],["18534.456","16400.777"],["18555.325","16535.514"],["18521.726","16442.693"],["18564.686","16482.463"],["18535.352","16372.879"],["22390.635","15119.623"],["22385.994","15240.906"],["18016.129","14790.130"],["12308.632","12108.251"],["12262.524","12105.929"],["12275.130","12095.597"],["12273.110","12088.224"],["12349.849","12062.603"],["12335.639","12071.472"],["12323.324","12046.903"],["12220.869","12117.186"],["12312.222","12044.558"],["16656.941","17516.626"],["16638.299","17618.835"],["16682.714","17569.350"],["16687.603","17534.512"],["16709.486","17552.823"],["16755.259","17586.960"],["16695.132","17563.636"],["16568.035","17476.744"],["16571.045","17510.815"],["16724.617","17576.852"],["19774.036","9989.370"],["19800.993","9942.099"],["7871.303","13289.185"],["7862.142","13302.182"],["4968.211","8161.632"],["4966.804","8205.895"],["17031.188","15451.000"],["17112.675","15421.281"],["15949.732","13415.378"],["16053.523","13435.577"],["16065.866","13415.197"],["15946.475","13462.958"],["16003.458","13405.024"],["16086.935","13444.478"],["15964.321","13462.826"],["16082.527","13436.898"],["15364.677","17044.558"],["15359.397","17015.959"],["15385.346","17153.888"],["15422.329","17145.989"],["15452.089","17161.703"],["15472.116","17183.580"],["15490.271","17151.940"],["27594.953","11185.197"],["27616.707","11160.397"],["27613.579","11134.574"],["28290.292","12022.332"],["8802.515","14409.736"],["8781.857","14426.317"],["27478.844","7462.444"],["27511.969","7375.111"],["27507.034","7389.050"],["16082.620","15904.655"],["15983.426","15884.292"],["16069.495","15908.867"],["16034.288","15892.801"],["9738.681","15470.002"],["19956.242","14456.840"],["19952.829","14452.240"],["18985.214","18551.682"],["19074.683","18541.275"],["19001.772","18623.984"],["18955.247","18489.308"],["18979.918","18525.576"],["18912.285","18602.145"],["18937.975","18569.626"],["18918.643","18651.689"],["18990.073","18671.441"],["19076.104","18670.871"],["18977.727","18540.793"],["19000.949","18616.717"],["18946.497","18500.654"],["18965.297","18521.464"],["18884.839","18548.860"],["18936.396","18573.144"],["18948.469","18574.349"],["18960.025","18627.411"],["18947.212","18623.927"],["18974.909","18661.945"],["19026.862","18676.971"],["11883.581","12027.888"],["11854.296","12078.855"],["11837.700","12107.178"],["31173.394","10975.790"],["31205.779","11052.238"],["6463.822","7596.476"],["6472.211","7563.098"],["17612.264","14703.471"],["16396.304","6859.376"],["22445.964","8093.469"],["22363.628","8102.806"],["22412.674","8075.992"],["22421.822","8079.286"],["19101.299","16791.406"],["19159.492","16800.389"],["19291.374","16775.667"],["20363.660","6217.838"],["20535.173","6409.382"],["20471.266","6347.506"],["20534.762","6281.141"],["20521.077","6302.313"],["20452.029","6244.776"],["20453.076","6386.416"],["20384.803","6311.668"],["20479.704","6414.624"],["20535.617","6279.489"],["20538.824","6305.236"],["20544.548","6406.756"],["20455.384","6215.973"],["20457.704","6238.649"],["20418.240","6355.350"],["20358.783","6406.201"],["20379.786","6285.375"],["20413.684","6248.777"],["7724.392","18066.040"],["7665.741","18243.422"],["17449.159","17901.381"],["17574.112","17968.859"],["17554.995","17873.690"],["17578.799","17976.539"],["17593.499","17838.067"],["17420.089","17842.176"],["17572.796","17940.436"],["17563.696","17833.046"],["17543.022","17902.443"],["6319.612","7456.612"],["6372.425","7456.675"],["6456.557","7458.555"],["6376.488","7440.837"],["6451.886","7447.027"],["19473.275","12860.895"],["19322.965","12913.925"],["18826.861","14492.515"],["18795.933","14634.315"],["18723.145","14568.980"],["18773.145","14542.093"],["18849.114","14533.572"],["18786.056","14500.871"],["18797.322","14543.051"],["18734.394","14478.556"],["18717.897","14531.074"],["7762.663","8965.360"],["7740.613","8992.471"],["18906.102","17411.892"],["18923.224","17413.544"],["18927.392","17420.142"],["18945.401","17425.097"],["19048.860","17477.855"],["19056.557","17463.668"],["28264.411","11463.813"],["32138.945","10034.068"],["16260.420","7831.108"],["16167.537","7775.866"],["16208.453","7737.242"],["16267.777","7734.826"],["16150.608","7755.256"],["16151.529","7740.475"],["16245.601","7809.704"],["16154.231","7745.395"],["16238.913","7758.332"],["16302.942","7746.255"],["16254.154","7819.184"],["16151.501","7779.086"],["16242.960","7766.441"],["16305.639","7755.949"],["19546.867","15972.494"],["19628.692","15979.398"],["19569.601","15999.715"],["19658.644","16002.712"],["19557.364","16006.800"],["19713.500","15943.704"],["19676.128","15969.170"],["19574.584","15998.344"],["7321.424","8169.218"],["7454.948","8147.149"],["7451.033","8128.519"],["19123.603","16549.976"],["19114.672","16561.223"],["19108.521","16545.699"],["19729.980","14227.447"],["31599.967","9112.717"],["31673.078","9040.659"],["31619.297","9054.688"],["4491.340","9113.676"],["4463.152","9091.476"],["4454.266","9088.249"],["4535.362","9074.498"],["4406.952","9125.695"],["4435.397","9161.764"],["4517.250","9164.903"],["4484.695","9115.228"],["4459.468","9095.522"],["4437.523","9069.967"],["4500.378","9119.833"],["4511.587","9151.063"],["4452.327","9137.487"],["4413.844","9128.998"],["4463.637","9151.607"],["5470.059","7249.368"],["5444.059","7211.308"],["5509.185","7252.158"],["5470.124","7250.904"],["5473.927","7228.765"],["5505.139","7253.908"],["5567.069","7231.069"],["14765.454","17178.706"],["14717.543","17165.213"],["14873.967","17190.102"],["14880.736","17140.758"],["14746.671","17174.015"],["14712.608","17179.482"],["14740.849","17159.697"],["22989.079","12570.001"],["23019.712","12647.804"],["23021.838","12635.841"],["23052.760","12691.009"],["22954.702","12646.441"],["22985.042","12671.340"],["22974.975","12628.580"],["23047.333","12547.677"],["23004.704","12551.586"],["23021.443","12595.956"],["23032.300","12672.743"],["22960.054","12591.557"],["22979.825","12579.076"],["23051.410","12633.644"],["23053.138","12668.300"],["27256.610","7680.408"],["20595.673","7407.341"],["20606.019","7425.541"],["20745.769","7427.116"],["20579.207","7404.494"],["20604.043","7332.223"],["20592.053","7421.455"],["20602.844","7439.678"],["20777.255","7396.268"],["20741.844","7379.505"],["20697.035","7426.786"],["20730.292","7445.415"],["20591.165","7420.398"],["20624.355","7325.436"],["20576.592","7358.549"],["20581.839","7327.302"],["20605.608","7465.508"],["20584.884","7448.877"],["20709.015","7414.897"],["20737.963","7415.491"],["20670.785","7414.581"],["20716.295","7409.808"],["20702.858","7447.347"],["20713.456","7384.261"],["20579.602","7413.148"],["20615.277","7339.011"],["17372.865","15460.106"],["17360.171","15374.723"],["17340.579","15449.933"],["17397.111","15376.325"],["17370.743","15492.641"],["17367.786","15377.333"],["23711.982","11043.911"],["23713.962","11065.895"],["23707.936","11033.176"],["7713.834","12986.679"],["7720.105","12981.558"],["7724.544","13007.771"],["7714.787","13014.564"],["7715.476","13003.844"],["32246.180","10994.105"],["32322.348","11024.782"],["32264.338","10986.822"],["32325.210","10987.094"],["32325.045","11056.326"],["32219.305","10985.947"],["32306.295","10987.970"],["19157.798","18228.380"],["19189.495","18056.226"],["19130.811","18139.232"],["19132.390","18122.072"],["19099.615","18142.611"],["19283.205","18203.731"],["19176.831","18046.944"],["19146.847","18150.280"],["19190.301","18062.617"],["19224.420","18100.822"],["19210.341","18076.908"],["19127.661","18232.993"],["19280.045","18053.339"],["19108.722","18059.116"],["19126.288","18116.507"],["19173.640","18144.913"],["19242.249","18100.326"],["19229.502","18110.467"],["29274.482","10843.064"],["6621.130","8104.606"],["6603.430","8099.684"],["6665.888","8103.744"],["6608.454","8105.382"],["6627.180","8098.908"],["6603.893","8104.441"],["19852.544","15606.560"],["19878.279","15681.255"],["19877.600","15604.279"],["19860.076","15711.874"],["19878.525","15684.244"],["19894.380","15630.506"],["19839.960","15698.116"],["7956.339","9119.720"],["7947.655","9143.221"],["26966.290","16737.198"],["26916.664","16749.938"],["26917.325","16759.259"],["26895.024","16675.067"],["26911.144","16624.880"],["27091.565","16637.375"],["26940.798","16660.698"],["26944.746","16743.969"],["27024.673","16634.799"],["26914.449","16623.076"],["27086.133","16748.216"],["4657.935","10542.648"],["17943.645","15775.500"],["16213.151","17531.531"],["16210.980","17533.001"],["16303.894","17543.377"],["16311.285","17585.388"],["16313.966","17557.956"],["16327.440","17516.136"],["16246.093","17448.048"],["16208.646","17435.360"],["16188.770","17427.188"],["16324.673","17585.701"],["16153.793","17574.173"],["16271.378","17567.588"],["16280.227","17544.153"],["5375.021","7864.497"],["5347.918","7854.540"],["5344.672","7885.109"],["5225.173","7837.757"],["5198.953","7805.812"],["5206.374","7813.267"],["5217.701","7776.289"],["5333.375","7849.883"],["5382.343","7837.463"],["5321.612","7876.141"],["5254.005","7852.010"],["5225.371","7799.543"],["5210.069","7765.587"],["19264.422","17603.409"],["19105.186","17557.710"],["19109.262","17566.846"],["19100.103","17565.753"],["19301.198","17620.123"],["19109.344","17556.111"],["19110.331","17564.418"],["19104.591","17574.790"],["19291.576","17611.782"],["20037.815","8198.142"],["14851.960","12031.487"],["14825.292","12093.105"],["14881.874","12067.859"],["14818.845","12062.337"],["14857.368","12041.352"],["14845.604","12083.146"],["19510.724","17401.979"],["19449.354","17397.132"],["19438.189","17405.357"],["19406.240","17237.217"],["19368.395","17239.513"],["19416.317","17249.300"],["19448.241","17244.808"],["19338.576","17231.651"],["19361.931","17204.252"],["19450.182","17250.919"],["7617.399","8977.850"],["7554.220","9029.866"],["32285.208","11704.144"],["32188.207","11731.917"],["18556.637","12798.767"],["18472.003","12853.550"],["18530.056","12849.267"],["18500.948","12848.921"],["18526.248","12931.267"],["17026.852","17022.087"],["17009.744","17133.392"],["17032.427","17154.397"],["16994.829","17028.198"],["17007.675","17031.005"],["17008.974","17034.622"],["16995.714","17163.846"],["17045.690","17134.050"],["16992.889","17084.399"],["17022.198","17096.406"],["13145.988","12677.620"],["13181.606","12714.699"],["13107.476","12551.704"],["13084.202","12651.584"],["8950.898","11696.159"],["7701.028","12064.906"],["7684.708","12093.445"],["7612.356","12055.880"],["7616.043","12123.475"],["7523.850","12116.078"],["7515.907","12081.729"],["7532.984","12105.127"],["7670.893","12052.983"],["5181.278","8526.902"],["5179.326","8475.295"],["5161.898","8422.768"],["5118.643","8412.045"],["5167.497","8344.185"],["5197.036","8345.340"],["5138.971","8323.813"],["5065.352","8451.716"],["5015.924","8505.048"],["5007.009","8445.952"],["5048.425","8434.604"],["5069.974","8355.763"],["5162.147","8484.803"],["5169.135","8530.154"],["5160.340","8512.996"],["5158.191","8473.891"],["5182.621","8420.869"],["5149.169","8385.719"],["5156.131","8387.899"],["5161.510","8345.473"],["5147.030","8334.780"],["5072.802","8415.828"],["5020.101","8419.693"],["5082.540","8374.343"],["18593.131","15101.026"],["18643.984","15213.566"],["18665.543","15286.567"],["18567.752","15106.632"],["18652.389","15135.795"],["18961.121","17777.354"],["18979.772","17769.179"],["18895.979","17773.933"],["18940.644","17802.441"],["19034.808","17821.409"],["18971.943","17781.747"],["18967.601","17803.762"],["18939.657","17781.978"],["18891.587","17756.294"],["18914.015","17818.478"],["28369.814","7393.973"],["17960.557","12747.888"],["17862.517","12708.075"],["17884.781","12694.167"],["7347.228","8083.464"],["7335.575","8035.300"],["7379.859","8047.745"],["7325.516","7933.289"],["7320.468","8075.454"],["7306.969","8049.369"],["7306.512","8029.173"],["7382.013","8052.072"],["7317.736","7929.011"],["8438.866","13716.685"],["8437.419","13734.604"],["20817.707","6830.481"],["20813.776","6838.235"],["20835.601","6780.787"],["20877.805","6684.354"],["20839.680","6765.238"],["20808.315","6838.087"],["20792.460","6823.372"],["17721.425","15584.868"],["17709.221","15586.371"],["17797.032","15591.542"],["17716.885","15547.251"],["17781.597","15581.463"],["13760.942","15977.438"],["13755.942","15995.423"],["16465.243","18068.359"],["16408.867","18209.702"],["16478.720","18123.103"],["16541.147","18084.494"],["16424.952","18176.639"],["16491.156","18138.135"],["16529.347","18141.570"],["16515.463","18163.021"],["16437.536","18238.159"],["16372.567","18212.692"],["16509.495","18141.141"],["16511.485","18151.347"],["16536.203","18109.148"],["4858.409","11229.830"],["20185.665","11380.424"],["20206.466","11430.037"],["20242.307","11351.160"],["20253.123","11297.065"],["20273.655","11305.839"],["20227.525","11296.985"],["20157.031","11288.419"],["20162.478","11433.712"],["19897.733","13692.590"],["19926.395","13651.784"],["28626.307","8315.469"],["28589.728","8305.378"],["15345.252","12697.382"],["13730.152","13269.367"],["14053.805","16067.038"],["14167.871","16112.677"],["14094.702","15995.567"],["14165.684","16078.177"],["14137.098","16027.425"],["14172.690","16119.069"],["14171.514","16099.484"],["20181.607","5945.200"],["20275.302","5795.088"],["20340.993","5828.944"],["20251.135","5979.333"],["20283.161","5963.116"],["20346.747","5966.567"],["20319.674","5972.331"],["20324.279","5954.164"],["20346.911","5988.120"],["20318.868","5927.145"],["20301.368","5882.505"],["20178.828","5962.987"],["20199.222","5937.735"],["20150.768","5992.731"],["20251.266","5978.755"],["20245.000","5977.417"],["20349.214","5961.117"],["20319.543","5891.522"],["20342.832","5832.794"],["20293.983","5846.584"],["20279.381","5796.492"],["20306.108","5815.418"],["20283.246","5825.459"],["20168.203","5990.237"],["20209.962","5937.916"],["20271.157","5792.280"],["20304.888","5888.780"],["20299.789","5906.353"],["20306.533","5902.042"],["20301.302","5845.378"],["20282.816","5950.927"],["17133.459","18678.151"],["17126.610","18762.059"],["17057.268","18879.560"],["17106.643","18768.467"],["17091.978","18728.853"],["17131.018","18707.211"],["18721.572","17914.360"],["18692.657","17940.718"],["18814.060","18001.873"],["18710.881","17950.595"],["18860.761","18032.575"],["18805.169","18024.532"],["18847.909","18014.491"],["18746.884","17914.360"],["18815.235","18011.353"],["18411.979","12492.727"],["18400.176","12504.392"],["19744.873","12723.130"],["32250.495","11223.661"],["32280.167","11200.490"],["32332.825","11070.447"],["32271.219","11204.966"],["32285.561","11225.989"],["32250.907","11249.888"],["32299.780","11269.111"],["32323.472","11218.722"],["32317.529","11086.136"],["31929.918","11723.320"],["31906.324","11769.863"],["31844.949","11888.248"],["31912.632","11729.364"],["31852.755","11734.817"],["31907.235","11892.839"],["31849.838","11721.193"],["31851.250","11733.427"],["31836.077","11746.411"],["31844.521","11891.584"],["31244.984","10494.381"],["21893.381","14979.985"],["21903.550","14875.436"],["15572.123","16855.506"],["15662.322","16943.389"],["15650.853","16980.674"],["15600.531","16961.316"],["16655.064","16268.109"],["16601.182","16182.536"],["16579.896","16155.228"],["16646.089","16186.843"],["16689.982","16191.115"],["16657.867","16148.843"],["16588.293","16286.945"],["16589.075","16246.543"],["16579.975","16220.627"],["16707.975","16254.698"],["16647.849","16183.243"],["16683.508","16159.149"],["16719.857","16151.535"],["16581.467","16254.658"],["18711.592","13158.588"],["18728.478","13045.690"],["18676.761","12990.201"],["18718.824","12982.621"],["18762.901","12982.759"],["7882.437","18200.542"],["7811.372","18143.931"],["7761.070","18105.330"],["7753.658","18134.269"],["12259.333","8665.346"],["16678.399","16563.667"],["16605.549","16356.571"],["16663.846","16393.260"],["16622.591","16517.502"],["16589.111","16426.210"],["16617.303","16415.183"],["16670.757","16554.118"],["16652.613","16441.072"],["16642.086","16419.520"],["16689.372","16435.242"],["16603.106","16363.715"],["16571.162","16436.392"],["16669.673","16518.675"],["16577.014","16484.412"],["16665.682","16536.555"],["16675.397","16370.861"],["16655.606","16374.384"],["16650.770","16422.724"],["16598.090","16386.588"],["16671.379","16411.196"],["6870.331","13569.321"],["6867.140","13568.033"],["6818.942","13494.124"],["27539.549","7247.764"],["27592.845","7199.502"],["27561.250","7201.253"],["27611.528","7149.348"],["27619.499","7251.281"],["27605.360","7186.243"],["27617.434","7210.600"],["27515.804","7162.362"],["27625.294","7145.219"],["27645.886","7058.844"],["27607.608","7261.092"],["27551.440","7250.621"],["27558.487","7147.661"],["27592.401","7202.078"],["27567.270","7171.096"],["27610.214","7202.095"],["27568.315","7256.071"],["27591.231","7091.313"],["27621.906","7155.673"],["27620.855","7188.156"],["27636.881","7245.392"],["27606.891","7190.798"],["27580.822","7205.695"],["27524.373","7134.055"],["13982.583","14103.074"],["13910.569","14139.847"],["13971.971","14140.582"],["12234.093","11871.488"],["12321.790","11904.171"],["12347.545","11900.087"],["17239.142","15754.264"],["17285.375","15740.556"],["17232.100","15901.776"],["17207.230","15921.497"],["17230.227","15760.651"],["31861.686","11530.467"],["31768.596","11562.171"],["31894.926","11546.465"],["31865.041","11523.068"],["31850.526","11496.116"],["31897.549","11513.462"],["31824.223","11613.347"],["31876.587","11515.884"],["31915.952","11672.997"],["16296.829","18098.650"],["16249.208","18249.699"],["16195.470","18118.230"],["16236.759","18096.492"],["16205.542","18094.098"],["16348.638","18063.109"],["16153.575","18193.943"],["16237.335","18186.649"],["16273.194","18152.094"],["16171.884","18147.677"],["16150.352","18205.900"],["16226.167","18236.525"],["21226.898","7243.595"],["19741.206","5384.657"],["19731.272","5418.761"],["19842.160","5439.950"],["19796.321","5425.219"],["19732.341","5384.806"],["19739.167","5367.861"],["19759.216","5427.944"],["19735.532","5479.505"],["19836.573","5465.971"],["19882.281","5520.785"],["19887.215","5511.735"],["19872.297","5441.331"],["19902.149","5520.604"],["19893.761","5546.318"],["19782.401","5361.423"],["19789.710","5398.860"],["19751.585","5487.300"],["19733.525","5461.222"],["19750.812","5519.042"],["19831.409","5451.553"],["19880.142","5527.441"],["19881.984","5567.705"],["19870.784","5520.587"],["19926.968","5456.442"],["19815.669","5535.269"],["19838.892","5474.295"],["19832.977","5388.806"],["19858.684","5412.059"],["19817.456","5428.869"],["19828.887","5454.302"],["19758.410","5466.540"],["19726.848","5392.948"],["19759.233","5397.803"],["19931.902","5438.424"],["19911.261","5465.228"],["19887.642","5465.938"],["19926.919","5476.425"],["19822.149","5532.809"],["19857.856","5441.991"],["19827.840","5506.037"],["19883.503","5389.830"],["19920.789","5407.088"],["14351.383","12304.332"],["14384.409","12308.758"],["14315.973","12155.984"],["14396.334","12177.734"],["14450.005","12205.841"],["14270.340","12334.554"],["5641.128","9101.834"],["5655.350","9014.244"],["5710.522","9055.580"],["5674.577","9015.648"],["5711.789","9032.227"],["5725.472","9010.928"],["5726.742","8988.621"],["5642.000","9092.734"],["5642.916","9017.778"],["5685.868","9036.059"],["5716.294","9034.627"],["20535.831","7883.806"],["20411.937","7887.857"],["20511.538","7874.045"],["20543.840","7890.247"],["20493.532","7837.749"],["5292.245","7412.302"],["5365.145","7374.041"],["5386.399","7396.441"],["5264.046","7318.229"],["5296.515","7313.059"],["5380.074","7364.919"],["5408.536","7320.386"],["5266.081","7473.090"],["5266.324","7433.012"],["5345.063","7378.467"],["5368.093","7422.304"],["5335.378","7319.662"],["5275.937","7325.991"],["5356.373","7363.581"],["5405.789","7312.607"],["18965.851","15173.696"],["18923.091","15213.529"],["18997.983","15198.664"],["18900.730","15200.835"],["18971.480","15217.062"],["19076.861","15236.932"],["19064.025","15285.318"],["18974.529","15136.484"],["18924.917","15232.669"],["16910.247","17201.020"],["16966.175","17219.519"],["16875.514","17208.564"],["16885.313","17273.721"],["16895.477","17244.588"],["16895.181","17268.931"],["16891.810","17243.944"],["16974.968","17245.314"],["16874.178","17224.670"],["16916.119","17267.808"],["16955.132","17220.310"],["7322.610","7846.004"],["7306.988","7846.224"],["7304.440","7884.334"],["7721.006","8690.777"],["7688.901","8733.914"],["7723.835","8714.393"],["7715.233","8740.404"],["30588.421","10246.802"],["5105.951","8871.138"],["5013.393","8862.976"],["5077.042","8849.520"],["5047.246","8938.346"],["5019.554","8900.317"],["5133.888","8934.129"],["5114.502","8897.848"],["5169.558","8848.879"],["5196.202","8796.581"],["5087.826","8846.976"],["5036.485","8880.978"],["5060.315","8848.578"],["5065.079","8931.305"],["5011.704","8928.812"],["5014.670","8910.028"],["5134.924","8931.652"],["5115.687","8905.197"],["19982.353","17137.165"],["19954.475","17094.770"],["19947.574","17062.747"],["17608.847","17057.274"],["17594.543","17006.038"],["6965.532","13937.799"],["6961.700","13904.471"],["7039.580","13979.281"],["7067.524","13922.601"],["16488.000","16082.214"],["16460.909","16083.397"],["16489.088","16137.463"],["16502.687","16006.095"],["16507.490","16081.752"],["16527.571","16036.941"],["16503.805","15998.675"],["29409.749","11074.200"],["29431.926","11122.561"],["29460.014","11155.621"],["18105.742","17903.495"],["18113.736","17950.893"],["18081.631","17910.779"],["18098.638","17901.398"],["18102.469","17933.899"],["18078.408","17936.146"],["18065.069","17896.509"],["21590.019","6585.057"],["21595.742","6604.495"],["21530.614","6454.484"],["21471.765","6461.866"],["21537.895","6590.324"],["21531.168","6581.736"],["21544.145","6559.473"],["21566.875","6423.503"],["21456.499","6587.072"],["20530.738","8228.855"],["20516.708","8218.418"],["20386.545","8182.562"],["20423.633","8215.379"],["19864.662","12002.149"],["19888.194","11985.378"],["18003.416","15328.171"],["18007.084","15333.043"],["19514.101","10602.535"],["17950.899","14327.343"],["17965.044","14310.200"],["17942.626","14346.650"],["17862.909","14290.917"],["17848.754","14284.593"],["17934.830","14367.591"],["17945.439","14327.393"],["17985.231","14444.670"],["17941.728","14434.976"],["21854.867","8613.602"],["21889.654","8627.627"],["21884.374","8631.690"],["17045.006","18281.231"],["17067.875","18332.314"],["17098.946","18333.312"],["17072.292","18271.206"],["17074.167","18262.453"],["17134.162","18323.037"],["17042.891","18341.266"],["17141.989","18339.720"],["17119.933","18326.672"],["17093.159","18265.861"],["17043.394","18255.170"],["17121.908","18286.290"],["17102.813","18263.334"],["17110.198","18297.322"],["16997.647","18271.661"],["17049.717","18331.423"],["17052.694","18342.587"],["17111.133","18320.628"],["17120.936","18343.336"],["17090.097","18373.295"],["21818.648","14943.474"],["17484.180","16132.433"],["17448.089","16099.221"],["17424.454","16044.952"],["17461.329","16064.308"],["17459.668","16128.932"],["17415.112","16126.273"],["17432.332","16027.826"],["17420.671","16025.084"],["16896.425","16038.528"],["16784.648","16077.323"],["16919.666","16075.660"],["16894.352","16094.086"],["16792.856","16044.292"],["16793.573","16112.806"],["16912.280","16044.507"],["16798.288","16115.348"],["16938.145","15955.852"],["16925.306","16101.633"],["16789.796","16065.762"],["18246.161","12608.283"],["18164.456","12559.618"],["18244.351","12613.551"],["8078.023","13217.527"],["8066.279","13225.966"],["18618.333","11760.007"],["18489.409","11902.245"],["18600.265","11873.769"],["18586.841","11834.090"],["18615.142","11762.187"],["18510.620","11811.004"],["18589.534","11883.495"],["18583.019","11738.504"],["15250.103","18550.849"],["15166.871","18549.144"],["15161.953","18505.808"],["28390.729","8377.198"],["28434.612","8411.373"],["28377.837","8342.932"],["28502.080","8505.906"],["28554.234","8450.316"],["28374.087","8385.277"],["28495.353","8396.294"],["20632.888","16176.038"],["20679.022","16144.196"],["28480.734","8185.940"],["28405.701","8145.197"],["28549.547","8275.320"],["28364.023","8137.005"],["28483.727","8232.381"],["28366.310","8143.842"],["28486.441","8177.203"],["12088.112","12155.516"],["14477.821","12689.592"],["14479.689","12666.906"],["29265.726","9626.591"],["29358.526","9620.906"],["5807.098","8049.641"],["5806.225","8035.077"],["5813.306","8030.505"],["5793.308","8080.253"],["5733.054","8106.245"],["5803.455","7912.784"],["5813.816","8003.155"],["18254.828","17262.422"],["18289.578","17214.251"],["18260.515","17222.954"],["18315.466","17362.596"],["18288.152","17353.927"],["18267.461","17341.160"],["18319.040","17322.267"],["18332.134","17307.821"],["18283.525","17208.817"],["18287.804","17233.104"],["18292.576","17399.098"],["18261.672","17287.106"],["18285.109","17292.225"],["18275.636","17360.500"],["18273.415","17350.690"],["18255.648","17202.068"],["18282.199","17241.925"],["18297.296","17395.448"],["18289.566","17389.469"],["18305.748","17229.719"],["18311.716","17363.471"],["27078.255","16267.429"],["14466.552","12767.198"],["14475.352","12800.576"],["14500.607","12912.287"],["14669.866","12869.045"],["14489.916","12786.895"],["14558.363","12762.275"],["5635.042","9569.118"],["11945.982","12080.142"],["12064.405","12026.549"],["12047.661","12112.971"],["12021.245","12116.834"],["17570.540","16222.586"],["17529.096","16206.507"],["17619.296","16264.561"],["17614.697","16199.747"],["17475.342","16198.127"],["17493.813","16240.241"],["17616.707","16208.664"],["17507.645","16205.014"],["17614.536","16209.324"],["17592.224","16310.837"],["17479.788","16263.045"],["17571.823","16197.599"],["18885.094","14679.267"],["13881.041","14650.342"],["6161.671","9955.888"],["6195.060","9943.171"],["6163.546","9943.766"],["20384.641","5915.271"],["20426.023","5821.530"],["20421.845","5874.693"],["20527.472","5947.544"],["20553.196","5963.828"],["20484.397","5923.696"],["20507.673","5807.895"],["20443.281","5794.468"],["20511.176","5879.736"],["20490.304","5788.522"],["20469.104","5880.777"],["20387.503","5860.572"],["20399.279","5948.120"],["20380.562","5830.217"],["20429.247","5925.098"],["20366.664","5970.036"],["20417.289","5824.420"],["20370.450","5795.402"],["20495.926","5894.729"],["20485.647","5908.436"],["20458.495","5837.127"],["20485.732","5870.504"],["20566.637","5835.145"],["20551.423","5860.298"],["20555.551","5877.639"],["20545.600","5821.520"],["20479.803","5796.081"],["20366.253","5913.140"],["20372.750","5882.042"],["20516.732","5928.535"],["20540.959","5971.937"],["20493.788","5959.270"],["20512.456","5941.847"],["20522.604","5957.222"],["20554.613","5873.560"],["20502.146","5853.229"],["20505.650","5790.273"],["20462.097","5856.219"],["20518.331","5863.386"],["20496.694","5796.312"],["5858.912","18329.467"],["27716.785","11714.777"],["27638.509","11861.893"],["19200.555","13189.231"],["19160.707","13226.620"],["19129.756","13275.486"],["19109.239","13219.607"],["19173.651","13383.938"],["19267.800","13232.165"],["19730.355","10447.811"],["19807.490","10595.523"],["19874.332","10583.609"],["19759.618","10497.598"],["19730.879","10466.287"],["19818.526","10486.569"],["20440.899","14470.734"],["20439.140","14486.407"],["28298.399","7305.666"],["28253.564","7316.814"],["28308.745","7311.050"],["28224.008","7318.862"],["28248.120","7324.576"],["28256.738","7300.431"],["28180.751","7293.428"],["13796.051","12290.364"],["13817.202","12293.072"],["15716.108","13652.582"],["15722.117","13791.831"],["15665.467","13637.702"],["15689.107","13804.135"],["15711.832","13655.142"],["15707.512","13742.913"],["21787.467","6415.344"],["21670.970","6338.565"],["21675.789","6378.779"],["21774.013","6248.887"],["21816.908","6410.406"],["19529.273","14953.076"],["19547.996","14995.123"],["19547.702","15025.142"],["19551.721","15016.621"],["19530.780","15056.400"],["19514.688","15082.071"],["19550.534","15012.388"],["19547.944","15002.428"],["19538.303","15032.397"],["19527.600","15051.802"],["19534.705","14890.451"],["19527.641","14947.803"],["19527.655","14944.870"],["19541.406","15028.972"],["19552.455","15009.990"],["19551.993","15007.497"],["19548.055","14997.056"],["19548.578","14993.525"],["19538.274","14963.831"],["19542.453","14956.890"],["19534.991","14963.378"],["19522.794","14963.913"],["27394.936","11429.309"],["27432.000","11480.037"],["27417.459","11413.965"],["18383.310","13960.961"],["18411.090","13981.374"],["18367.109","13994.421"],["18267.887","13833.449"],["18281.082","13894.334"],["18306.345","14024.838"],["18340.801","13945.939"],["18423.754","13940.400"],["18342.603","13974.108"],["18300.502","13881.479"],["18300.274","13972.942"],["18300.423","13979.251"],["28012.948","17242.733"],["28043.153","17230.491"],["13531.486","12489.540"],["13618.332","12512.782"],["13612.403","12494.283"],["27889.549","12273.514"],["27775.129","12331.461"],["27789.252","12186.516"],["19454.049","16790.111"],["19423.815","16788.948"],["19422.261","16797.854"],["19936.840","10296.314"],["19952.315","10232.571"],["19956.060","10309.025"],["19979.576","10368.156"],["19996.652","10406.581"],["19516.722","5927.229"],["19516.837","5897.006"],["19655.571","5923.975"],["19538.548","5885.065"],["19609.090","5969.871"],["19572.380","5953.455"],["19534.071","5946.217"],["19658.627","5933.731"],["19545.669","5893.290"],["19580.192","5967.774"],["19520.044","5887.344"],["19647.396","5977.914"],["19631.738","5903.496"],["19649.515","5949.025"],["19567.215","5911.556"],["19666.756","5944.338"],["19719.092","5969.507"],["19529.682","5907.443"],["19543.992","5911.011"],["19666.557","5939.945"],["19639.057","5945.627"],["19664.238","5992.332"],["19603.811","5897.732"],["19665.243","5988.202"],["19704.667","5967.889"],["19653.808","5984.285"],["19609.877","5952.922"],["19715.276","14233.574"],["8807.677","14004.287"],["8820.736","13975.187"],["8308.698","11947.107"],["8203.311","11935.493"],["8177.461","11941.637"],["8254.511","11955.442"],["8227.538","11933.345"],["8306.566","11940.910"],["8207.642","11938.136"],["8244.840","11938.696"],["8220.087","11954.847"],["27916.257","12743.788"],["27860.776","12720.432"],["27829.527","12565.622"],["27876.664","12737.724"],["27839.066","12740.994"],["27930.682","12727.240"],["27863.441","12730.804"],["27858.770","12749.202"],["18636.295","16908.108"],["18601.125","16794.496"],["18600.506","16861.948"],["18573.876","16962.556"],["18577.741","16970.137"],["18625.325","16889.330"],["18591.443","16913.641"],["18603.976","16915.474"],["5199.104","7549.367"],["5299.636","7482.018"],["5263.476","7501.084"],["5348.294","7513.355"],["5299.833","7478.286"],["5268.312","7514.181"],["5339.034","7501.018"],["18574.188","13019.895"],["14761.074","12888.078"],["27023.777","16827.487"],["26897.477","16879.758"],["15172.325","12030.321"],["15162.044","11953.545"],["15166.832","12069.611"],["15160.383","11958.384"],["15234.355","11954.032"],["15204.710","12037.439"],["15184.478","11957.393"],["15240.161","11939.184"],["9359.877","11863.974"],["9336.017","11895.801"],["9338.303","11887.907"],["9258.229","11851.585"],["9285.565","11842.469"],["9306.650","11831.509"],["9209.640","11868.913"],["9202.577","11790.975"],["27854.218","7881.158"],["27886.503","7864.487"],["27787.517","7882.190"],["27862.622","7867.087"],["20132.152","6803.706"],["20035.605","6773.763"],["20026.559","6800.171"],["20093.007","6805.043"],["20059.800","6838.156"],["20023.747","6827.042"],["19937.756","6684.849"],["19941.770","6663.512"],["19963.957","6679.102"],["20113.319","6831.881"],["18479.953","14451.305"],["18657.740","14527.396"],["18494.147","14456.144"],["18545.876","14590.545"],["18507.648","14628.534"],["18583.425","14642.552"],["29906.279","9239.714"],["29873.873","9322.124"],["29845.245","9356.132"],["13126.729","12817.620"],["13110.265","12780.857"],["13016.523","12816.884"],["13180.435","12968.937"],["15488.280","15812.524"],["31901.178","9561.966"],["31856.988","9586.488"],["5655.702","9303.334"],["5620.696","9294.022"],["5809.346","9323.288"],["5794.741","9359.248"],["5653.382","9313.111"],["5825.086","9334.171"],["5797.619","9353.963"],["5815.415","9338.416"],["5657.955","9303.796"],["5621.436","9292.982"],["5774.248","9359.165"],["17326.700","15019.590"],["19470.505","10936.984"],["19433.064","10931.697"],["19363.141","10954.108"],["19364.410","10981.641"],["19425.574","10889.324"],["17748.611","15983.900"],["17781.943","15944.789"],["17771.549","15966.886"],["19503.449","5912.001"],["19498.482","5917.716"],["19841.923","15920.883"],["16403.223","16144.658"],["16445.372","16264.263"],["16422.773","16332.157"],["16356.704","16271.001"],["16364.242","16204.796"],["16396.707","16272.270"],["16558.617","16154.318"],["16379.573","16157.945"],["16409.159","16244.902"],["16565.705","16342.714"],["16429.204","16332.950"],["16409.335","16310.968"],["16450.816","16299.028"],["16364.777","16215.161"],["16403.880","16249.477"],["16422.662","16238.973"],["16397.606","16216.713"],["16413.847","16225.166"],["16377.214","16348.210"],["16451.556","16286.195"],["16363.066","16202.460"],["18641.569","16527.722"],["18630.438","16490.465"],["18651.750","16488.052"],["20348.355","5505.156"],["20282.670","5492.245"],["20242.895","5553.281"],["20266.595","5557.410"],["20148.421","5534.537"],["20201.418","5387.091"],["20162.240","5397.413"],["20151.747","5503.375"],["20165.069","5495.233"],["20227.418","5567.683"],["20198.770","5405.902"],["20349.956","5403.492"],["20279.166","5447.142"],["5827.919","8139.413"],["5765.006","8177.493"],["5699.044","8197.204"],["5713.882","8224.128"],["5718.288","8266.216"],["5702.129","8288.514"],["5633.300","8175.139"],["5650.526","8145.374"],["5664.478","8213.878"],["5774.855","8126.823"],["5810.929","8161.577"],["5796.552","8154.718"],["5755.606","8213.599"],["5717.188","8246.820"],["5702.562","8251.464"],["5686.883","8298.060"],["5654.204","8179.433"],["5638.701","8139.131"],["5636.018","8146.705"],["5649.497","8200.195"],["5778.035","8110.610"],["5712.692","8109.895"],["4555.757","8923.566"],["6286.685","17104.856"],["6294.330","17106.554"],["6287.455","17078.101"],["19784.786","16952.670"],["19853.548","16956.352"],["19754.354","16964.180"],["19801.633","16928.864"],["19773.376","16942.439"],["19796.263","16883.270"],["19800.210","16876.086"],["19752.999","16897.508"],["19776.223","16906.608"],["19725.357","16777.748"],["19847.972","16924.395"],["19836.887","16969.696"],["19777.488","16945.643"],["19756.502","16905.766"],["19754.775","16909.019"],["19791.904","16849.248"],["23724.686","11107.736"],["23717.284","11068.059"],["23717.762","11115.185"],["23700.261","11087.101"],["23703.256","11110.676"],["17591.282","18162.539"],["17440.555","18083.656"],["17448.220","18060.584"],["17415.861","18228.837"],["17422.424","18233.082"],["17429.371","18073.631"],["17427.134","18082.500"],["17425.845","18211.133"],["17427.473","18208.358"],["5016.148","8970.106"],["5064.401","8960.647"],["5131.444","8966.806"],["5010.375","8962.971"],["5057.625","8954.553"],["5153.037","8977.046"],["5095.046","8984.280"],["26363.507","15663.767"],["26288.159","15679.127"],["26323.557","15662.082"],["6243.653","7468.407"],["16333.565","13096.598"],["16288.620","13074.923"],["16225.284","13004.014"],["16325.079","13117.127"],["16247.173","13055.303"],["16270.909","13028.011"],["16312.486","13065.459"],["16232.027","13010.504"],["16292.167","12989.207"],["6598.388","16760.991"],["6616.514","16752.119"],["6606.481","16747.792"],["14108.079","13964.137"],["14108.803","13860.718"],["14069.413","13860.171"],["15002.471","18995.731"],["15013.080","19021.065"],["14951.097","19064.043"],["15049.955","18976.804"],["15019.708","19034.839"],["14930.291","19082.556"],["4703.772","9287.680"],["4688.756","9311.117"],["4629.338","9372.727"],["4625.753","9362.966"],["4643.741","9170.461"],["4570.769","9374.910"],["4667.966","9297.705"],["4646.214","9346.665"],["4605.164","9301.874"],["4595.651","9319.152"],["4774.220","9369.911"],["4770.505","9329.492"],["26596.031","7764.140"],["7285.211","8069.561"],["7266.807","8055.495"],["7274.192","8061.270"],["20701.220","12303.290"],["17261.914","18467.828"],["17358.594","18607.825"],["17226.016","18555.887"],["17379.377","18626.680"],["31506.610","11254.106"],["31493.680","11114.944"],["18853.334","14679.382"],["18869.555","14837.191"],["18831.299","14801.369"],["18846.311","14676.627"],["18852.018","14697.929"],["18832.236","14773.954"],["18841.759","14783.995"],["18713.968","14857.807"],["9968.734","12198.431"],["9989.469","12171.679"],["10021.085","12139.416"],["9983.850","12138.960"],["9956.563","12173.857"],["9956.169","12163.799"],["27635.514","11524.420"],["27586.901","11513.902"],["27720.593","11531.465"],["18346.599","12450.316"],["18322.545","12458.935"],["18324.034","12336.861"],["18353.861","12365.621"],["18278.763","12452.180"],["18309.618","12501.627"],["18674.006","16928.969"],["18675.867","16832.767"],["18681.326","16901.884"],["6362.145","9365.857"],["6337.045","9317.610"],["6376.812","9332.129"],["6359.031","9343.926"],["6325.302","9338.965"],["6377.540","9361.563"],["6356.944","9314.557"],["6322.473","9317.627"],["6372.244","9354.297"],["6372.964","9336.588"],["8884.710","11953.104"],["8888.386","11947.185"],["8865.787","11922.453"],["28621.045","10352.948"],["28581.891","10383.257"],["28604.747","10259.284"],["21657.195","15747.653"],["21660.754","15755.123"],["14260.457","12461.058"],["14268.965","12443.219"],["14296.231","12455.082"],["14298.470","12523.862"],["14415.177","12524.261"],["14350.926","12353.053"],["14367.809","12378.543"],["14400.486","12420.722"],["16274.558","5470.146"],["16278.489","5470.079"],["16278.835","5461.574"],["16285.343","5570.220"],["29097.467","11416.360"],["29078.041","11456.113"],["29032.560","11447.215"],["29085.216","11425.760"],["29051.523","11462.123"],["29063.287","11458.537"],["17457.588","15675.585"],["17413.892","15630.501"],["17449.940","15681.530"],["17552.609","15667.982"],["17449.801","15511.487"],["17539.038","15652.506"],["19246.403","12370.895"],["19227.006","12387.603"],["20993.345","7068.010"],["21049.118","7052.899"],["21096.240","7073.264"],["21079.858","7063.650"],["21064.562","7061.223"],["21147.621","7054.139"],["21084.579","7220.167"],["21029.266","7109.249"],["21043.127","7204.395"],["21076.696","7219.192"],["21021.976","7202.842"],["20172.925","6931.600"],["20189.805","6931.131"],["20345.154","7013.605"],["20302.687","7024.456"],["20298.542","6985.413"],["20205.923","6915.078"],["20161.680","6907.894"],["20315.582","6963.332"],["20333.674","7027.808"],["20333.065","6994.100"],["20179.224","6926.232"],["20176.806","6931.369"],["20156.773","6900.270"],["20158.045","6912.782"],["20206.153","6902.559"],["20323.246","7026.124"],["20339.595","6988.584"],["20356.256","7003.547"],["7211.249","13848.835"],["29468.530","9793.754"],["29573.047","9783.155"],["16374.417","5773.750"],["16376.599","5780.882"],["16367.685","5757.578"],["19548.717","16545.082"],["19559.046","16520.433"],["19564.177","16456.286"],["19572.434","16401.003"],["19578.608","16551.984"],["19549.520","16553.571"],["19565.455","16428.252"],["19561.802","16395.924"],["19584.958","16385.464"],["19541.891","16538.041"],["19569.161","16519.643"],["19556.212","16486.890"],["19543.815","16432.147"],["19596.077","16355.802"],["19549.296","16427.239"],["30768.785","9859.461"],["30678.275","9993.771"],["30701.608","9943.261"],["30754.764","9844.529"],["14519.237","12157.771"],["29360.241","11813.705"],["29297.210","11762.733"],["29225.845","11846.851"],["29208.279","11897.089"],["6168.292","9196.991"],["6136.818","9166.702"],["6242.166","9180.316"],["6061.382","9299.730"],["6195.336","9233.604"],["6081.936","9253.130"],["6143.494","9247.223"],["6146.910","9217.552"],["6155.798","9194.861"],["6243.910","9178.318"],["30444.910","9572.480"],["7224.866","8119.842"],["7172.173","8139.208"],["7216.377","8141.343"],["7171.532","8115.360"],["7197.709","8173.119"],["7275.863","8115.885"],["20830.552","13258.212"],["6342.667","14074.270"],["6342.288","14096.070"],["19937.906","5589.258"],["20101.283","5604.693"],["20034.325","5766.730"],["20010.591","5755.780"],["20014.111","5767.985"],["20058.785","5607.073"],["20042.716","5580.995"],["20051.877","5625.652"],["20027.945","5683.293"],["19989.886","5607.190"],["19981.152","5709.205"],["20039.689","5718.057"],["19957.106","5709.502"],["20022.353","5728.891"],["19957.485","5779.114"],["19966.695","5670.609"],["19960.922","5671.137"],["20044.639","5639.246"],["19979.327","5701.443"],["20010.939","5652.062"],["20003.636","5765.952"],["20019.475","5731.055"],["20003.241","5688.181"],["20139.474","5654.157"],["20058.683","5779.216"],["20066.565","5573.348"],["20104.507","5584.314"],["19990.527","5727.058"],["19981.366","5780.204"],["19966.383","5743.095"],["19958.307","5731.930"],["19992.123","5712.393"],["20257.373","11232.965"],["28111.645","7554.889"],["28083.273","7685.029"],["28007.434","7607.011"],["27986.645","7503.488"],["27964.803","7475.181"],["27980.773","7565.784"],["28002.105","7559.001"],["28129.638","7494.360"],["28103.898","7577.399"],["28033.898","7597.146"],["27948.635","7542.547"],["27947.418","7568.641"],["27985.411","7580.367"],["28033.888","7666.469"],["28021.184","7669.505"],["28070.493","7563.245"],["28100.789","7630.314"],["28080.789","7642.865"],["28112.451","7628.167"],["28141.344","7501.108"],["19562.617","5323.170"],["19531.669","5162.357"],["19554.196","5276.597"],["32183.106","9882.558"],["32210.611","9874.861"],["32256.295","9846.892"],["32205.514","9950.315"],["32223.076","9807.555"],["32309.702","9868.958"],["17864.533","18570.920"],["17860.464","18603.427"],["17858.902","18577.168"],["17892.504","18592.246"],["29751.589","10129.357"],["17256.481","7250.856"],["17222.633","7243.845"],["15030.645","17104.358"],["15071.199","17149.857"],["15075.656","17141.169"],["15073.459","17064.879"],["15014.099","17107.622"],["15079.067","17091.817"],["15068.909","17088.084"],["15053.650","17106.999"],["15049.834","17062.986"],["15018.051","17079.729"],["19878.363","17045.175"],["19879.799","17005.223"],["19924.080","17195.860"],["19893.159","17175.084"],["9815.664","15731.535"],["9802.933","15918.332"],["9808.015","15925.401"],["14504.409","9434.080"],["23976.794","5956.869"],["24044.146","5911.634"],["23998.110","5960.651"],["24016.646","5906.481"],["23980.823","5896.258"],["24015.791","5926.481"],["24020.758","5968.513"],["24040.412","5933.566"],["23979.228","5946.630"],["18780.430","17462.282"],["18744.788","17425.598"],["18782.624","17415.938"],["18731.120","17459.091"],["18798.085","17411.313"],["18735.347","17422.101"],["18790.709","17446.229"],["18770.084","17478.943"],["18750.330","17445.978"],["18748.949","17421.275"],["18795.397","17457.790"],["18785.009","17435.145"],["18753.307","17486.672"],["18882.879","17432.966"],["18734.574","17477.572"],["18814.225","17416.448"],["18872.961","17419.819"],["6211.850","9143.023"],["6143.134","9160.046"],["6222.018","9142.216"],["6249.366","9099.691"],["16617.467","18335.069"],["16662.453","18458.030"],["16746.228","18326.923"],["16773.937","18276.257"],["16760.241","18313.545"],["16704.311","18417.254"],["28198.034","11246.938"],["16831.399","15484.642"],["16987.370","15465.735"],["16810.445","15457.177"],["16821.119","15502.115"],["16850.364","15453.464"],["13395.845","12516.230"],["5672.707","7850.790"],["5729.341","7857.151"],["5814.452","7761.150"],["5811.948","7822.699"],["5757.385","7767.945"],["5663.809","7871.318"],["5737.620","7875.485"],["5813.290","7756.807"],["5810.965","7790.332"],["5750.033","7756.814"],["8619.010","12867.835"],["19479.704","14223.448"],["19389.753","14237.386"],["19478.536","14212.002"],["19944.407","10655.706"],["19951.361","10685.193"],["19984.764","10782.869"],["20067.727","10661.052"],["17067.363","7259.299"],["17120.254","7260.550"],["17078.761","7253.122"],["20130.958","11312.294"],["20138.962","11397.223"],["17925.813","12179.596"],["17835.534","12272.405"],["17925.158","12264.508"],["17865.316","12134.168"],["17863.964","12270.763"],["18008.367","12227.114"],["12267.567","12153.972"],["12336.761","12197.952"],["12280.856","12176.565"],["12287.123","12241.602"],["6661.467","5761.499"],["31630.189","10330.714"],["31710.606","10414.377"],["17493.437","18600.912"],["17484.786","18537.345"],["17607.935","18543.328"],["17556.743","18567.007"],["17410.199","18628.580"],["14703.551","12853.438"],["20115.058","7774.883"],["20004.121","7895.131"],["20070.716","7796.055"],["20027.903","7813.941"],["20096.308","7811.861"],["20135.519","7834.784"],["19993.874","7880.168"],["20126.686","7735.395"],["20073.265","7776.303"],["20115.403","7747.567"],["20102.196","7767.567"],["20127.772","7869.763"],["20124.005","7839.804"],["20049.729","7883.207"],["20004.104","7766.856"],["19999.186","7743.719"],["20012.657","7877.542"],["20120.864","7777.839"],["20030.305","7796.716"],["20073.315","7812.785"],["15496.341","5612.590"],["15395.110","5717.086"],["15485.155","5724.749"],["15476.027","5747.001"],["15457.651","5667.439"],["15410.201","5760.648"],["15476.325","5590.311"],["15408.462","5670.856"],["15384.779","5725.025"],["15384.725","5748.181"],["15468.593","5767.067"],["15464.132","5662.418"],["15413.343","5745.306"],["15313.251","5659.893"],["15492.624","5594.340"],["15479.512","5571.503"],["15411.785","5666.743"],["15394.549","5721.672"],["15456.948","5729.786"],["15459.234","5754.747"],["15458.326","5665.573"],["15409.576","5751.053"],["15304.781","5652.279"],["15102.174","16274.515"],["15116.047","16240.077"],["15159.216","16143.451"],["15197.180","16177.635"],["15192.536","16202.568"],["15161.740","16175.157"],["15141.262","16277.084"],["27988.800","10918.264"],["19114.016","13815.100"],["19192.064","13670.530"],["19262.299","13647.904"],["17789.511","18123.716"],["17818.014","18193.262"],["17790.480","18248.157"],["17784.971","18101.090"],["19569.269","14578.195"],["19518.214","14535.452"],["19567.869","14576.443"],["19676.966","14591.275"],["19651.588","14560.210"],["19572.211","14467.624"],["5317.484","8253.343"],["5277.525","8189.580"],["5395.175","8300.152"],["5353.036","8171.738"],["5390.945","8207.925"],["5264.219","8170.277"],["5241.082","8198.139"],["5287.686","8203.279"],["5299.276","8228.107"],["5298.693","8291.016"],["5362.002","8185.775"],["5355.256","8164.983"],["5375.402","8208.552"],["5325.020","8310.783"],["5238.533","8191.368"],["5283.344","8233.816"],["27730.201","10965.726"],["17375.658","12919.695"],["17356.037","12891.690"],["15775.736","17991.401"],["15734.342","18039.753"],["15934.967","18038.371"],["15854.045","18036.183"],["15791.995","17971.778"],["15803.735","17906.367"],["15890.025","17926.522"],["15761.509","17996.108"],["15876.620","17942.591"],["15908.637","17847.472"],["15890.998","17859.680"],["15899.608","17863.690"],["15866.755","17933.623"],["15767.657","17986.992"],["15919.210","18040.370"],["15857.254","17903.196"],["15858.570","17948.332"],["15814.051","17975.064"],["15896.903","17881.232"],["15870.965","17895.732"],["15873.794","17880.142"],["15899.153","17934.202"],["15902.360","17930.750"],["15870.215","17959.199"],["15852.156","17928.200"],["15798.920","17950.704"],["15806.979","17974.668"],["15850.321","17971.253"],["15855.979","18005.044"],["15814.979","18034.025"],["15776.212","18032.375"],["15786.953","18031.120"],["15769.995","18029.832"],["15929.048","17839.825"],["16075.539","18592.717"],["16122.598","18475.625"],["16141.443","18589.331"],["16095.407","18514.369"],["28518.960","8983.676"],["28498.746","8984.766"],["21988.254","14957.467"],["22001.603","15025.515"],["29438.935","11771.366"],["19903.020","6525.262"],["19904.155","6526.385"],["19878.957","6572.033"],["19935.273","6542.223"],["19892.674","6542.124"],["19876.441","6580.357"],["19908.102","6602.735"],["19889.911","6562.653"],["19922.510","6537.616"],["19875.618","6583.710"],["18224.214","13206.886"],["18086.815","13321.388"],["18138.968","13358.693"],["20476.154","9914.023"],["17983.287","14556.739"],["17996.662","14461.632"],["17948.262","14466.912"],["18001.760","14465.355"],["17981.383","14466.058"],["17949.902","14475.950"],["18022.730","14473.893"],["18031.743","14479.542"],["18024.359","14503.208"],["15752.844","17615.808"],["15743.104","17587.815"],["12491.747","12363.884"],["15477.045","5553.567"],["15437.823","5536.580"],["15498.969","5370.523"],["15354.245","5502.523"],["15331.437","5463.575"],["15479.496","5558.803"],["15419.106","5539.206"],["15350.249","5517.122"],["15342.868","5486.646"],["15506.067","5364.677"],["15440.488","5540.329"],["15308.492","5506.965"],["15360.298","5488.584"],["15331.618","5458.405"],["15307.172","5499.855"],["21960.258","6642.660"],["7877.735","11923.937"],["7835.865","11925.223"],["7885.436","11997.185"],["7878.216","11984.452"],["7845.026","12068.068"],["7852.641","12051.503"],["7776.096","12098.236"],["7736.932","12108.192"],["7726.760","12112.538"],["7787.173","12087.022"],["7814.763","12065.061"],["7885.584","12004.353"],["7873.002","12016.954"],["7856.013","12041.874"],["7833.299","12068.811"],["20015.653","13851.258"],["20099.981","13843.552"],["19095.973","14477.356"],["19100.383","14455.147"],["31556.645","11607.644"],["31530.944","11548.883"],["7201.858","13838.860"],["12540.066","12024.081"],["12529.145","12091.001"],["12554.556","12034.816"],["12485.757","11971.496"],["12478.453","12051.820"],["12558.878","12044.949"],["12535.053","12087.345"],["12516.176","12069.747"],["12454.683","12004.975"],["12542.819","12046.156"],["12510.361","12027.760"],["12490.617","12070.083"],["12384.009","11975.628"],["12402.253","11979.995"],["16622.971","15874.677"],["16685.289","15850.932"],["16595.272","15890.731"],["16758.597","15881.944"],["16758.038","15810.763"],["16643.349","15867.328"],["16638.793","15861.729"],["16605.404","15862.870"],["16615.371","15910.649"],["16692.709","15824.966"],["16817.348","6786.256"],["16800.802","6780.574"],["16826.690","6779.038"],["14897.099","6293.271"],["14953.015","6235.609"],["14896.227","6327.259"],["14918.985","6213.743"],["14912.082","6323.725"],["17648.250","16843.438"],["17816.963","16924.682"],["17805.397","16915.040"],["17732.666","16892.917"],["17757.041","16881.687"],["17733.877","16952.334"],["17632.173","16889.307"],["17738.005","16936.711"],["17751.892","16849.085"],["17751.744","16892.504"],["17646.951","16839.458"],["17713.729","16953.920"],["17687.364","16963.713"],["17721.679","16891.051"],["17712.123","16834.783"],["18474.922","13609.251"],["18605.579","13658.653"],["18496.844","13627.137"],["18646.556","13691.667"],["18619.073","15737.717"],["18649.080","15877.032"],["18559.366","15743.218"],["18664.800","15722.009"],["16415.983","13288.836"],["16378.931","13359.318"],["16515.521","13342.909"],["16496.997","13210.122"],["16399.986","13331.090"],["16445.309","13320.909"],["16461.343","13294.156"],["16396.318","13327.308"],["16411.098","13288.572"],["16368.635","13384.371"],["16489.501","13326.030"],["16493.524","13252.024"],["16494.428","13193.273"],["31321.275","11683.491"],["31421.266","11669.884"],["31500.888","11580.769"],["31354.472","11581.983"],["31307.126","11582.918"],["5636.812","18087.559"],["20579.784","13347.155"],["20575.705","13385.092"],["20682.276","13217.585"],["20734.519","13275.551"],["17717.887","18596.104"],["17633.478","18579.034"],["17664.936","18540.710"],["17652.008","18518.580"],["17766.144","18567.318"],["17624.218","18557.944"],["17637.047","18570.661"],["17667.321","18536.813"],["17683.324","18535.690"],["7135.334","7850.250"],["7114.571","7713.268"],["7250.039","7741.204"],["7179.018","7785.936"],["7161.598","7835.955"],["7147.062","7782.534"],["7146.650","7777.771"],["7123.568","7724.780"],["7229.465","7701.429"],["7163.533","7694.506"],["7277.164","7736.708"],["7258.685","7748.850"],["7225.203","7739.948"],["7147.492","7892.399"],["7166.566","7833.511"],["7182.026","7869.861"],["17632.654","15282.769"],["17637.687","15282.323"],["9968.740","14240.946"],["9748.773","16106.783"],["9741.141","16104.900"],["19075.274","11159.217"],["19083.094","11087.639"],["19069.916","11244.605"],["19005.373","11253.651"],["19023.139","11195.977"],["18509.769","14341.891"],["18470.526","14324.831"],["18508.510","14383.948"],["18518.963","14246.036"],["18462.845","14283.724"],["18479.723","14411.486"],["18671.811","14323.562"],["6600.198","13409.475"],["7187.838","7932.927"],["7142.845","7905.950"],["7140.511","7988.566"],["7189.058","7980.557"],["7170.058","7990.991"],["7133.701","7921.887"],["7142.764","7981.729"],["7206.593","8094.706"],["7195.061","8008.699"],["7158.413","7978.506"],["18079.807","18758.164"],["18083.748","18748.442"],["16252.099","5790.501"],["16249.502","5826.924"],["16202.074","5819.065"],["16156.876","5814.479"],["16160.719","5895.630"],["16220.248","5839.494"],["16193.274","5839.978"],["16154.208","5886.419"],["16239.370","5807.634"],["16235.528","5844.102"],["16177.501","5823.843"],["16179.768","5890.185"],["16321.643","5783.743"],["15134.910","16839.868"],["15156.921","16835.895"],["13528.754","13185.674"],["13560.380","13233.593"],["13611.712","13243.277"],["29364.907","11304.413"],["16162.511","18390.325"],["16266.038","18309.385"],["16350.352","18331.108"],["16238.255","18268.741"],["16224.582","18266.576"],["16216.490","18264.776"],["16263.551","18269.831"],["16244.746","18283.323"],["16224.253","18266.461"],["16280.363","18405.338"],["4782.498","9514.804"],["4820.495","9400.866"],["4912.352","9463.321"],["4864.578","9586.772"],["4845.396","9552.248"],["4825.224","9414.353"],["4781.330","9511.666"],["4810.544","9388.826"],["4879.161","9429.118"],["4892.486","9493.993"],["4851.827","9550.365"],["4823.365","9441.323"],["18997.416","15936.689"],["18908.955","16015.620"],["18930.140","15982.202"],["19049.914","15940.452"],["18996.906","15951.021"],["18931.094","15986.859"],["19005.557","15931.071"],["18899.664","15998.734"],["5372.575","9219.212"],["5382.750","9258.240"],["5364.052","9202.708"],["5386.927","9244.318"],["5370.154","9187.580"],["5385.710","9257.398"],["10081.541","14578.163"],["16373.594","15873.844"],["16367.280","15910.947"],["16402.204","15924.295"],["16428.785","15862.132"],["16465.691","15889.630"],["16428.471","15887.665"],["16389.683","15826.485"],["16434.721","15886.261"],["16393.224","15893.214"],["16365.280","15874.997"],["16817.486","7770.476"],["16842.716","7717.373"],["16920.274","7725.723"],["16882.330","7754.484"],["16873.230","7716.137"],["16813.670","7764.762"],["16815.534","7697.993"],["16922.281","7739.183"],["16866.228","7732.816"],["16857.210","7703.569"],["16802.864","7776.835"],["16810.090","7695.218"],["16853.560","7689.049"],["16877.149","7734.533"],["16858.509","7690.324"],["30932.590","9585.493"],["30936.957","9522.618"],["31034.583","9579.143"],["19191.139","12009.414"],["19256.174","12002.545"],["19122.583","12105.467"],["19118.325","12022.785"],["19250.649","11915.041"],["19178.343","11980.398"],["19139.582","11945.811"],["19178.518","12110.199"],["19190.984","12031.741"],["7778.464","8781.307"],["7750.012","8833.083"],["7792.276","8896.772"],["7800.931","8906.685"],["7805.291","8931.114"],["7747.290","8939.738"],["7811.343","8814.057"],["7758.854","8813.410"],["7755.308","8841.423"],["7775.401","8897.647"],["7735.632","8931.694"],["7769.271","8844.742"],["7790.927","8873.188"],["7728.295","8944.907"],["7775.687","8912.240"],["22314.351","8119.255"],["22354.434","8144.623"],["21725.374","14511.593"],["21688.548","14510.364"],["21827.457","14499.828"],["21819.787","14492.875"],["21782.965","14510.627"],["21685.855","14469.075"],["20823.762","7415.803"],["20859.607","7301.007"],["20783.614","7444.754"],["20792.913","7363.848"],["20927.645","7468.453"],["20800.726","7346.821"],["20854.640","7279.719"],["20964.175","7330.302"],["20787.436","7375.376"],["20825.506","7466.720"],["20960.934","7384.770"],["20955.392","7422.408"],["20959.816","7388.089"],["20791.312","7460.328"],["20852.453","7276.521"],["20808.565","7458.148"],["20968.862","7423.085"],["20956.691","7429.427"],["5300.880","7907.705"],["5217.589","8047.191"],["5264.337","7921.343"],["5213.033","7929.843"],["5371.117","8045.557"],["5404.481","8041.996"],["5346.043","7988.290"],["5283.630","8050.495"],["5239.607","8080.528"],["5282.098","8097.057"],["5318.903","7981.661"],["5212.836","7957.968"],["5204.201","8034.854"],["5311.292","7901.314"],["5387.877","8076.143"],["5347.392","7985.647"],["5290.736","8043.113"],["5229.499","8101.433"],["5309.544","7968.713"],["32150.115","9707.166"],["32181.706","9781.526"],["32206.760","9722.895"],["32306.256","9760.647"],["18553.828","18078.791"],["18614.347","18249.187"],["18500.856","18177.265"],["18629.782","18100.789"],["18569.199","18213.762"],["20587.543","8541.208"],["31805.417","9779.217"],["31883.228","9771.352"],["31881.466","9662.397"],["31845.167","9628.487"],["9779.734","15514.197"],["5562.259","9148.097"],["5535.207","9081.367"],["5569.365","9130.707"],["5483.445","9146.140"],["5483.859","9097.975"],["5530.874","9080.827"],["5575.352","9150.228"],["5505.787","9145.171"],["5490.405","9072.443"],["5518.818","9070.191"],["7525.253","8929.741"],["7662.546","8878.317"],["7711.379","8761.959"],["7559.866","8932.536"],["7663.221","8878.978"],["6535.632","17607.161"],["6538.189","17604.044"],["6543.057","17615.494"],["27727.958","9733.406"],["27729.255","9778.512"],["30861.075","8819.869"],["30851.406","8900.346"],["30680.280","8810.605"],["28788.552","10658.517"],["28949.237","10775.667"],["15356.335","5333.309"],["15375.375","5311.248"],["15475.079","5295.152"],["15479.011","5330.176"],["15371.279","5317.226"],["15344.986","5344.705"],["15480.227","5310.015"],["15388.648","5323.816"],["15471.699","5354.272"],["15344.986","5358.165"],["15459.289","5295.647"],["18242.599","13575.328"],["18243.391","13440.722"],["18197.141","13424.831"],["18188.306","13575.873"],["27708.748","6950.058"],["27622.613","6875.111"],["27646.610","6939.934"],["27567.481","7028.836"],["15002.416","5940.513"],["15050.034","5982.108"],["14972.206","5876.819"],["15005.229","5960.166"],["14992.354","5835.861"],["15012.943","5967.978"],["14938.069","5987.946"],["14989.229","5894.392"],["12371.395","12063.181"],["12369.145","12105.732"],["6499.369","13226.720"],["15036.853","11037.937"],["30893.949","10307.328"],["30923.980","10320.588"],["20322.586","13247.626"],["6469.746","9486.893"],["6480.766","9521.030"],["19318.104","17982.868"],["19346.887","17999.334"],["19336.542","17915.745"],["19312.545","17932.211"],["19318.006","17903.722"],["19332.479","17911.022"],["6189.146","7842.836"],["6199.039","7783.467"],["6220.660","7776.537"],["6168.001","7763.165"],["6158.538","7760.611"],["6154.508","7795.770"],["6154.035","7831.835"],["6179.920","7878.679"],["6230.106","7878.615"],["6176.736","7878.613"],["6185.684","7796.845"],["6211.713","7786.611"],["6143.406","7767.294"],["6149.212","7766.700"],["6156.831","7842.768"],["6182.338","7865.946"],["6234.350","7896.220"],["16451.537","13141.285"],["16527.092","13146.452"],["16490.582","12991.476"],["16461.475","13044.734"],["16390.864","13133.296"],["16436.835","13171.002"],["16477.540","13143.068"],["16507.224","13177.104"],["16506.190","13008.668"],["16469.452","13029.077"],["16440.354","13087.202"],["16416.736","13175.147"],["16473.083","13126.437"],["16490.570","13014.874"],["16397.328","13141.207"],["16360.260","13121.916"],["18507.008","14218.295"],["18666.858","14063.424"],["18579.733","14179.211"],["18591.312","14209.071"],["18497.692","14169.673"],["18477.363","14167.725"],["18589.256","14212.473"],["18609.141","14166.791"],["18485.719","14193.786"],["19757.136","14288.020"],["19751.474","14323.350"],["15240.830","5492.604"],["15251.162","5507.508"],["15296.765","5518.691"],["15219.002","5565.013"],["15265.494","5481.408"],["15238.807","5483.141"],["15225.175","5514.742"],["15288.607","5519.748"],["15198.344","5551.570"],["15274.063","5506.825"],["15265.320","5459.970"],["15245.652","5536.658"],["15224.298","5549.687"],["5869.442","9804.430"],["5872.255","9805.619"],["22429.125","6327.135"],["22294.057","6328.143"],["21328.045","6568.244"],["21389.594","6527.564"],["21263.788","6435.145"],["21339.805","6561.902"],["21266.370","6520.677"],["21405.186","6479.587"],["7117.424","7794.062"],["7293.496","7770.350"],["7289.950","7876.374"],["7261.548","7826.527"],["7196.995","7787.142"],["7245.249","7829.400"],["7518.336","7891.456"],["16407.347","12781.257"],["13098.690","12419.316"],["13072.920","12540.267"],["13149.803","12533.489"],["13056.867","12535.525"],["13016.736","12511.862"],["27410.858","9704.972"],["27452.179","9773.690"],["32159.790","9398.134"],["32148.997","9457.274"],["23221.096","7569.060"],["23242.882","7607.109"],["23297.597","7605.483"],["23303.610","7559.694"],["23149.182","7614.140"],["23242.379","7616.822"],["23249.823","7603.723"],["23271.110","7523.311"],["23128.442","7591.101"],["23221.918","7615.748"],["23266.682","7573.170"],["23277.558","7518.720"],["23127.664","7597.110"],["32205.251","10650.317"],["32234.550","10809.859"],["32206.478","10734.914"],["32271.359","10704.543"],["32239.087","10774.378"],["32169.525","10759.866"],["32219.924","10691.642"],["32215.771","10707.234"],["32249.369","10691.149"],["32216.702","10781.710"],["32160.072","10814.391"],["32184.295","10796.381"],["32177.876","10714.996"],["32255.767","10702.215"],["32200.798","10794.642"],["32151.996","10830.394"],["32146.153","10749.593"],["6757.024","13399.863"],["6700.395","13457.469"],["31734.178","11174.701"],["31820.604","11276.176"],["31903.674","11082.875"],["31736.571","11116.914"],["31742.556","11248.900"],["31748.417","11204.450"],["31889.727","11125.204"],["31765.917","11105.550"],["31759.375","11085.893"],["31921.157","11090.076"],["31731.275","11107.170"],["19194.522","17249.122"],["19143.601","17284.547"],["19151.710","17261.359"],["19152.450","17296.620"],["19225.904","17242.769"],["27351.219","11508.641"],["27830.377","10902.046"],["27905.453","10872.279"],["27769.957","10871.049"],["27808.785","11031.950"],["19567.484","5504.955"],["19531.760","5406.226"],["19555.115","5470.223"],["8853.697","11791.694"],["8838.845","11814.320"],["8841.546","11842.550"],["8852.269","11868.793"],["8856.447","11872.244"],["8944.960","11721.164"],["8958.348","11721.890"],["8919.877","11730.963"],["8913.266","11740.030"],["8960.540","11734.395"],["8976.972","11713.440"],["8977.117","11719.085"],["8935.782","11738.081"],["8922.312","11733.160"],["8963.155","11716.393"],["9503.323","13585.931"],["9536.941","13589.135"],["9517.321","13500.468"],["9503.966","13499.329"],["6779.445","16598.932"],["28149.074","7223.156"],["28234.936","7072.886"],["28286.861","7054.108"],["22311.355","16329.335"],["22304.891","16348.724"],["22331.700","16348.426"],["20921.141","6982.544"],["20979.828","6927.360"],["20793.244","6966.310"],["20948.674","6965.682"],["20961.799","7013.659"],["20910.876","6986.260"],["20976.240","6983.221"],["20825.794","7030.290"],["20811.928","6996.731"],["20847.389","6996.351"],["20963.937","7038.960"],["20816.473","6841.373"],["20952.375","7032.800"],["20828.836","7045.517"],["20952.227","7001.553"],["20901.519","7031.842"],["20936.374","6900.473"],["20895.201","7018.383"],["20832.586","7043.932"],["20849.840","7012.784"],["20805.004","6986.409"],["22236.699","8317.077"],["7318.822","17212.538"],["7446.309","17273.020"],["7440.585","17365.175"],["7463.360","17220.378"],["7318.328","17328.540"],["7344.693","17292.289"],["7395.449","17407.804"],["28049.595","12088.316"],["28132.993","12053.278"],["27982.591","11963.008"],["27941.692","12101.025"],["20318.888","7075.669"],["20353.641","7096.627"],["20303.427","7082.920"],["9201.061","13837.016"],["9208.117","13875.513"],["9209.973","13898.859"],["9203.714","13875.660"],["9200.564","13905.572"],["9201.684","13889.682"],["9206.379","13879.454"],["16795.191","17603.699"],["16828.607","17616.462"],["16799.963","17566.352"],["16800.474","17563.514"],["16797.083","17593.311"],["16829.582","17613.833"],["16803.234","17583.749"],["16805.405","17605.532"],["17743.343","12719.711"],["17689.488","12735.858"],["17730.708","12678.716"],["17756.310","12621.745"],["17765.695","12585.609"],["17798.419","12576.552"],["17693.799","12688.506"],["17659.385","12640.063"],["14335.006","14550.762"],["28218.772","17276.648"],["28275.432","17266.665"],["18028.769","16853.365"],["17969.836","16986.134"],["18027.237","16983.030"],["18019.423","16888.241"],["17893.436","16816.575"],["17942.067","16870.839"],["17930.593","16925.869"],["17905.965","16880.319"],["17961.741","16860.737"],["17985.738","16898.491"],["17894.704","16971.520"],["17861.527","16850.780"],["17946.640","16859.180"],["17927.396","16918.783"],["17941.294","16893.416"],["17904.205","16876.372"],["17873.580","16878.717"],["18012.745","16879.483"],["17988.583","16847.541"],["18029.941","16919.472"],["17845.944","16917.745"],["17846.330","16846.601"],["17878.476","16789.863"],["17895.104","16791.498"],["17880.850","16844.894"],["17902.988","16903.705"],["18009.504","16801.384"],["18022.694","16817.638"],["5661.334","8897.968"],["5664.424","8927.285"],["5705.464","8918.876"],["5661.400","8899.735"],["5680.970","8943.256"],["5705.481","8931.923"],["5649.657","8889.726"],["5631.457","8871.684"],["5660.806","8915.047"],["19195.277","15910.267"],["19111.606","15906.698"],["19121.129","15917.928"],["19131.908","15923.119"],["19291.059","15838.527"],["19106.853","15886.483"],["19102.254","15783.173"],["19284.343","15851.702"],["19235.235","15172.664"],["19176.435","15173.978"],["19189.187","15179.183"],["19299.099","15180.259"],["19205.672","15185.323"],["19175.031","15166.264"],["19285.009","15249.062"],["19139.383","14870.534"],["28932.134","12005.075"],["28796.257","11914.966"],["28788.964","12032.887"],["28951.759","12050.325"],["28977.553","11935.643"],["18682.779","16582.352"],["18690.098","16630.874"],["18708.388","16604.102"],["18688.552","16601.625"],["7790.229","19019.985"],["7798.140","19033.709"],["20812.913","8137.615"],["19144.387","16604.218"],["19172.480","16644.517"],["19177.798","16628.907"],["19247.885","16640.092"],["19246.038","16729.868"],["19101.994","16598.900"],["19201.839","16681.676"],["19235.441","16661.131"],["19249.711","16652.330"],["19288.017","16629.340"],["19110.691","16735.733"],["19215.857","16711.669"],["19247.452","16732.395"],["28296.420","8135.416"],["28326.732","8167.208"],["28210.745","8118.339"],["28206.995","8235.862"],["28167.060","8114.092"],["28179.642","8121.127"],["28298.755","8184.219"],["28203.656","8113.252"],["28237.571","8206.547"],["28297.311","8281.726"],["28343.406","8293.714"],["28284.893","8229.406"],["28233.262","8219.594"],["28258.360","8116.357"],["28243.081","8119.941"],["28288.130","8151.386"],["28285.765","8292.990"],["28328.281","8265.062"],["28307.146","8296.887"],["28313.248","8219.893"],["28259.317","8291.190"],["28185.102","8261.363"],["28159.511","8121.821"],["28300.762","8138.620"],["28352.703","8204.202"],["28215.696","8138.042"],["28275.449","8203.575"],["28300.383","8205.688"],["28202.637","8235.251"],["28257.508","8244.996"],["28322.097","8212.990"],["28248.495","8241.660"],["28259.465","8257.515"],["28119.507","7465.557"],["27958.997","7403.125"],["27993.980","7427.782"],["27939.819","7465.999"],["28127.001","7406.195"],["28108.712","7398.565"],["28130.735","7447.912"],["27955.527","7317.477"],["28001.366","7330.145"],["28028.866","7344.480"],["28095.066","7453.287"],["28098.087","7459.011"],["28022.764","7285.652"],["28103.027","7327.172"],["27993.899","7313.728"],["28108.728","7360.679"],["27991.810","7330.937"],["27928.943","7990.650"],["27793.837","7989.959"],["27864.916","8099.688"],["27775.515","7965.434"],["27874.206","7994.432"],["27883.825","8104.004"],["27807.801","8002.246"],["27893.795","8096.331"],["27799.505","8075.608"],["27912.961","7907.192"],["27877.632","7919.298"],["27905.230","7988.216"],["27900.049","7962.287"],["27880.724","7987.688"],["27769.314","8047.300"],["27807.374","7947.498"],["27755.860","8051.874"],["27849.060","8096.220"],["27732.509","8087.571"],["27741.703","7947.621"],["27910.651","8098.042"],["27798.443","8007.448"],["27833.501","8061.471"],["27896.776","7971.404"],["27841.497","7933.485"],["27889.112","7924.996"],["27893.257","7969.934"],["27810.581","8019.009"],["27746.929","7968.175"],["27744.512","8041.371"],["27892.118","8036.083"],["27922.282","8018.296"],["27922.101","8040.642"],["27818.426","7954.220"],["27855.162","8058.036"],["27802.258","7965.615"],["27746.009","7918.527"],["27904.733","8099.238"],["27912.743","8100.063"],["27883.351","8037.784"],["27874.634","8048.965"],["27882.331","8029.296"],["27765.416","7960.760"],["27926.623","8098.748"],["27881.506","8095.680"],["27728.463","8020.437"],["27844.183","8011.296"],["27845.557","8072.025"],["27912.019","8072.533"],["27902.714","7980.008"],["27883.421","7983.675"],["27915.707","7978.010"],["27854.424","7995.202"],["27920.066","7970.066"],["27884.013","7988.233"],["27761.403","7976.383"],["27847.472","8010.107"],["19269.841","14767.402"],["19189.940","14744.176"],["19175.279","14821.371"],["19224.241","14744.338"],["19243.817","14741.985"],["19166.792","14752.697"],["19195.093","14780.216"],["19158.382","14839.093"],["19236.675","14744.024"],["19232.580","14725.840"],["19158.415","14835.873"],["19185.619","14821.554"],["6793.666","8054.203"],["6828.899","8055.343"],["6810.453","8090.652"],["6820.128","7966.485"],["6797.860","8018.926"],["6794.524","8079.885"],["6795.996","8081.750"],["6858.846","8040.448"],["19374.063","5442.791"],["19423.553","5566.540"],["19467.105","5474.319"],["19411.974","5463.501"],["19334.260","5483.865"],["19411.678","5467.168"],["19504.737","5436.978"],["19507.533","5488.258"],["19442.977","5492.634"],["19353.997","5475.111"],["19457.434","5496.284"],["19395.148","5557.077"],["19342.845","5520.595"],["31757.796","10720.546"],["31932.105","10823.532"],["31728.672","10831.859"],["31883.322","10825.779"],["31730.399","10751.177"],["31922.928","10777.802"],["17815.628","12177.725"],["17782.935","12148.863"],["31964.873","9566.583"],["32010.530","9437.365"],["31959.274","9426.850"],["32046.856","9382.415"],["32073.986","9418.052"],["32064.912","9456.894"],["32103.577","9495.146"],["20571.252","8440.469"],["20613.744","8408.412"],["20663.772","8365.246"],["20573.997","8378.352"],["19434.642","12019.378"],["19463.759","12000.984"],["19433.061","11988.571"],["19476.521","12088.541"],["19331.325","11938.227"],["7868.890","8843.599"],["7790.863","8769.008"],["7864.025","8813.956"],["7860.123","8804.214"],["7864.751","8776.732"],["7933.974","8815.211"],["7727.637","8818.530"],["7917.410","8850.007"],["7807.014","8748.776"],["7887.738","8798.285"],["7883.741","8832.234"],["7861.064","8851.562"],["7924.376","8751.264"],["7927.181","8777.622"],["7747.227","8775.749"],["7819.185","8771.947"],["7872.788","8896.349"],["7864.551","8830.158"],["7759.816","8742.800"],["7832.393","8771.531"],["7888.513","8818.151"],["7728.607","8801.915"],["18177.717","17152.705"],["18131.764","17139.496"],["18173.679","17175.156"],["18190.336","17114.111"],["18154.412","17121.164"],["18146.872","17069.232"],["18178.696","17155.590"],["18115.382","17121.015"],["18204.018","17150.865"],["18205.235","17149.148"],["18192.820","17179.170"],["18144.125","17077.836"],["18529.029","8300.779"],["18523.476","8303.772"],["18516.560","8300.335"],["18526.814","8305.595"],["17066.689","18001.701"],["17034.732","17852.397"],["17039.798","18012.519"],["17071.853","18035.343"],["17131.327","17844.561"],["17131.294","17849.747"],["17180.784","17853.991"],["17177.275","17904.309"],["17115.596","17930.381"],["17142.073","17990.710"],["17154.287","17979.094"],["17030.784","17837.930"],["17023.054","17850.663"],["17015.571","17840.787"],["17126.014","17832.521"],["17121.952","17856.022"],["17004.184","18035.045"],["17029.781","18034.715"],["17043.613","18030.702"],["17074.551","18013.988"],["19909.816","6856.788"],["19869.816","6855.400"],["19852.612","6869.488"],["19906.658","6907.407"],["19921.411","6879.381"],["19878.254","6967.770"],["19901.543","6947.209"],["19902.530","6847.391"],["19845.869","6970.562"],["19928.944","6902.816"],["19844.569","6872.973"],["19835.112","6865.293"],["13787.781","12505.004"],["20542.962","7666.605"],["20542.896","7501.498"],["20535.791","7508.154"],["20519.096","7483.876"],["20530.065","7495.153"],["20519.985","7638.691"],["20389.146","7555.013"],["20471.416","7520.282"],["20422.748","7553.874"],["20471.399","7511.644"],["20420.116","7546.062"],["20499.210","7500.504"],["20552.748","7535.520"],["20567.073","7477.617"],["20495.311","7500.735"],["20380.462","7480.662"],["20539.343","7544.009"],["20549.968","7504.983"],["28549.827","9326.711"],["28547.410","9319.907"],["17734.513","12864.872"],["19881.105","12088.560"],["9079.265","11973.931"],["9086.697","11983.577"],["9075.177","11955.534"],["9088.737","11937.473"],["9024.063","11931.272"],["9060.675","11950.579"],["7836.260","18347.548"],["7786.046","18360.793"],["19495.828","18549.990"],["16845.126","17158.418"],["16904.324","17179.542"],["16790.005","17147.882"],["16783.524","17178.666"],["16942.507","17148.784"],["16942.399","17062.040"],["16962.675","17073.697"],["16809.857","17097.428"],["16870.169","17166.313"],["16838.261","17111.003"],["16847.603","17143.836"],["16832.225","17117.164"],["16958.313","17141.699"],["16971.803","17066.084"],["16969.780","17058.057"],["16820.580","17126.462"],["16804.028","17039.498"],["16862.028","17101.210"],["16835.153","17161.078"],["16829.676","17180.334"],["16780.382","17090.209"],["16834.297","17135.330"],["16986.639","17081.129"],["16936.869","17019.412"],["16934.599","17061.691"],["5512.752","8608.617"],["5509.613","8582.845"],["5571.168","8591.542"],["5559.917","8539.219"],["5450.773","8545.707"],["5503.544","8574.306"],["5567.516","8587.000"],["17624.390","18195.025"],["17642.055","18230.978"],["16024.293","12493.049"],["16059.199","12426.542"],["16034.637","12421.660"],["15973.392","12374.017"],["16070.181","12463.404"],["12724.567","12098.875"],["12629.978","12119.172"],["12710.768","12107.958"],["12659.765","12071.905"],["12595.847","12027.181"],["12582.691","12097.612"],["12586.766","12076.662"],["12576.883","12046.957"],["12596.516","12060.325"],["31708.063","10902.083"],["31581.301","10885.005"],["31518.657","11066.248"],["31649.056","11055.744"],["31669.638","10944.635"],["31583.964","10972.717"],["31568.189","11028.497"],["31673.559","10873.433"],["31683.178","10908.573"],["31642.617","10933.689"],["31515.857","10863.419"],["31525.576","11004.283"],["31636.260","11066.529"],["31649.688","11007.723"],["31594.951","10942.560"],["31556.988","11022.882"],["31716.155","10926.212"],["31520.117","10916.912"],["31694.572","10988.152"],["31617.878","10964.839"],["31591.445","11026.598"],["20527.554","6628.748"],["20501.379","6831.489"],["20480.381","6795.731"],["20451.664","6801.709"],["20460.283","6781.742"],["20498.375","6820.339"],["20553.467","6731.555"],["20566.790","6774.941"],["20537.711","6795.155"],["20357.059","6822.353"],["20438.358","6753.254"],["20480.645","6816.590"],["20441.138","6811.173"],["20546.099","6747.278"],["20466.779","6810.116"],["20386.270","6800.157"],["4585.855","8920.627"],["16739.236","7603.729"],["16740.665","7537.750"],["16717.588","7572.779"],["16741.004","7508.874"],["16738.149","7546.453"],["16704.282","7585.777"],["16724.491","7505.687"],["16705.254","7554.397"],["28345.758","11661.213"],["28222.622","11662.349"],["22812.949","12668.176"],["22820.361","12719.128"],["22763.862","12684.318"],["22809.260","12724.022"],["22849.166","12680.331"],["22773.385","12695.846"],["22730.058","12733.165"],["9171.699","13485.108"],["9162.884","13464.018"],["9152.025","13576.266"],["9172.798","13588.818"],["31496.005","9613.899"],["29745.142","8876.488"],["29674.922","8802.534"],["29717.535","8795.553"],["14907.314","16713.755"],["15013.134","16566.352"],["15052.049","16618.788"],["15021.786","16604.618"],["14887.193","16684.709"],["14987.327","16708.613"],["14996.161","16570.299"],["15006.391","16576.559"],["14938.011","16569.316"],["14893.168","16585.872"],["15015.293","16638.539"],["14992.193","16656.688"],["15043.549","16675.321"],["15023.586","16705.213"],["14886.272","16744.693"],["15010.503","16582.405"],["15000.091","16623.280"],["15022.246","16592.347"],["15008.652","16701.279"],["15061.459","16726.077"],["15038.317","16703.410"],["28139.412","8122.366"],["27993.251","8213.777"],["28030.378","8114.563"],["27987.615","8112.086"],["27967.829","8154.729"],["28025.559","8161.847"],["28035.839","8122.326"],["28033.125","8116.859"],["27950.378","8115.505"],["27936.299","8159.518"],["28142.866","8146.363"],["28012.155","8124.918"],["28013.926","8162.200"],["27966.409","8223.125"],["28023.816","8123.961"],["28068.556","8180.140"],["28024.539","8148.634"],["6885.279","7649.783"],["6958.914","7632.920"],["7086.409","7657.480"],["7008.945","7674.640"],["18584.574","9082.832"],["18551.310","9041.996"],["18555.401","9121.173"],["18621.216","9122.720"],["18589.372","9042.907"],["18571.750","9010.631"],["18578.259","8991.177"],["18614.764","9103.945"],["18602.325","9128.076"],["18632.021","9158.030"],["18609.953","9027.490"],["18605.989","9022.437"],["18666.105","8962.858"],["18521.602","8996.230"],["18543.576","9023.150"],["18587.953","8961.757"],["18588.266","8996.323"],["18567.749","8984.769"],["18560.940","9009.624"],["18575.610","9069.488"],["18583.225","9080.339"],["18611.754","9078.495"],["18569.393","9057.713"],["18580.187","9135.888"],["18574.628","9145.615"],["18584.052","9113.625"],["18661.347","9127.840"],["18622.778","9120.573"],["18633.620","9057.548"],["18615.775","9025.112"],["18609.624","9033.849"],["18657.404","8957.655"],["18586.917","8963.623"],["18539.119","8974.661"],["18524.036","8961.118"],["18557.354","9013.192"],["18540.199","8982.027"],["18546.137","8988.914"],["18559.541","9072.675"],["18560.248","9078.406"],["6943.064","7470.361"],["6909.346","7419.489"],["6959.602","7447.523"],["7039.797","7458.493"],["7070.587","7456.588"],["6935.934","7401.651"],["6921.065","7443.592"],["6993.502","7455.446"],["7044.156","7443.828"],["7069.978","7447.802"],["16088.312","13363.667"],["15966.014","13339.200"],["16057.443","13348.821"],["16133.133","13221.854"],["15962.478","13358.770"],["16072.147","13293.660"],["16127.196","13249.649"],["16090.252","13377.540"],["16023.251","13328.795"],["16114.138","13296.666"],["17456.944","17755.706"],["17552.897","17720.226"],["17599.038","17758.660"],["17575.140","17753.457"],["17535.167","17734.759"],["17539.591","17717.204"],["17602.459","17736.562"],["17453.721","17772.667"],["17551.779","17756.675"],["17557.667","17730.416"],["17536.105","17748.285"],["19133.614","13880.931"],["19093.139","13033.894"],["19060.243","13157.121"],["27833.257","17029.445"],["27913.329","17097.634"],["27871.461","17059.368"],["27921.684","17089.789"],["27796.104","17008.296"],["15722.254","18099.936"],["15695.445","18163.206"],["15682.656","18118.134"],["15683.702","18191.166"],["15722.846","18079.059"],["15688.100","18104.211"],["15709.531","18093.873"],["15710.395","18053.890"],["15721.990","18081.371"],["15703.093","18191.612"],["15697.944","18049.629"],["15710.363","18168.441"],["15663.972","18141.717"],["15660.189","18147.878"],["15705.353","18118.893"],["7951.631","18151.756"],["25153.461","7038.256"],["30685.855","10099.907"],["30852.593","10104.290"],["30848.366","10212.373"],["18132.654","16332.531"],["18064.012","16336.844"],["19690.955","14287.695"],["19521.334","14421.939"],["19529.599","14402.853"],["19546.021","14377.860"],["19531.844","14341.311"],["19515.380","14437.909"],["8627.712","11975.194"],["8583.057","12000.644"],["8578.927","11988.789"],["8580.701","11939.147"],["8574.093","11947.204"],["8637.947","11940.834"],["8638.112","11921.710"],["19725.606","15462.689"],["21174.463","7032.306"],["21162.868","7014.123"],["21067.621","6980.612"],["21124.513","7033.924"],["21147.276","6955.477"],["21037.671","6962.907"],["20990.532","7026.937"],["21055.450","6968.242"],["21126.750","7040.200"],["14607.715","17208.965"],["14601.596","17210.303"],["19962.503","6271.917"],["20001.796","6248.184"],["19970.743","6312.181"],["19995.102","6290.744"],["20143.513","6275.701"],["20016.434","6327.309"],["19985.908","6319.365"],["19952.372","6347.771"],["20038.046","6275.203"],["20140.733","6244.653"],["19991.878","6238.094"],["8505.985","12935.468"],["5226.058","8794.003"],["5217.928","8800.546"],["18550.594","12521.496"],["18552.044","12511.849"],["18464.157","12520.613"],["18658.849","12509.891"],["18648.592","12529.589"],["18476.160","12481.437"],["18520.346","12531.157"],["18482.874","12520.646"],["18564.053","12534.204"],["18471.744","12514.430"],["18678.029","8903.155"],["18708.933","8951.677"],["18703.917","8906.854"],["18684.180","8951.429"],["5130.707","8593.622"],["5056.367","8566.074"],["5127.128","8556.017"],["5105.734","8558.449"],["5146.492","8727.553"],["5049.513","8691.039"],["5171.895","8677.679"],["5155.557","8685.133"],["5159.981","8647.426"],["5186.837","8612.960"],["5125.148","8592.879"],["5066.712","8574.332"],["5078.546","8580.778"],["5120.670","8693.433"],["5088.098","8710.015"],["5163.697","8683.371"],["5177.948","8666.613"],["5168.852","8658.653"],["5167.317","8689.839"],["5154.060","8652.380"],["5178.630","8649.921"],["9816.006","15685.267"],["9765.184","15611.155"],["9749.855","15632.031"],["27127.380","9658.273"],["27117.773","9645.507"],["27173.933","9777.941"],["27103.421","9742.574"],["32082.712","10493.411"],["32008.518","10613.369"],["32076.328","10544.961"],["32046.735","10515.573"],["32123.123","10510.653"],["32008.666","10472.640"],["31985.999","10457.072"],["31960.047","10588.265"],["32050.931","10444.047"],["31997.202","10473.003"],["32018.074","10629.917"],["32112.068","10582.731"],["32059.975","10483.154"],["14761.852","19282.078"],["14360.973","14304.840"],["20084.306","15085.506"],["20086.829","15231.999"],["18807.530","13294.631"],["18779.870","13270.932"],["18714.704","13317.574"],["18682.560","13307.490"],["18691.593","13238.178"],["18731.134","13188.133"],["19397.051","18369.196"],["19339.578","18310.436"],["19369.337","18360.691"],["19356.881","18334.681"],["19422.627","18362.144"],["19421.256","18343.880"],["21094.729","13240.834"],["21111.208","13188.697"],["19404.600","12225.234"],["19460.256","12326.352"],["5685.237","7777.401"],["5722.519","7698.249"],["5646.134","7804.158"],["5661.596","7843.927"],["5631.506","7876.719"],["5656.217","7865.154"],["5679.036","7770.234"],["5629.514","7746.699"],["5629.047","7828.749"],["5627.197","7884.828"],["5627.407","7874.240"],["9701.881","11865.145"],["9742.046","11865.740"],["9756.289","11872.461"],["9677.255","11844.866"],["9642.979","11821.810"],["9662.387","11839.564"],["9680.397","11749.536"],["9710.644","11767.224"],["9733.950","11738.025"],["9733.654","11745.457"],["29544.365","9907.516"],["20685.826","12113.154"],["27510.087","7898.740"],["27507.588","8029.674"],["27389.645","7992.345"],["27478.604","7943.654"],["27484.231","7957.382"],["27488.573","7904.731"],["27507.521","8040.090"],["27438.198","7937.250"],["27421.274","7982.073"],["27443.741","7963.509"],["27489.415","7963.823"],["27415.676","7938.699"],["27409.394","7937.428"],["27438.938","7949.356"],["27413.675","7993.452"],["27395.599","7985.954"],["27419.218","8037.498"],["27415.199","7909.038"],["27404.377","7913.448"],["27388.543","7980.405"],["27489.218","8003.476"],["27468.691","7984.963"],["27465.616","7990.116"],["27390.517","7996.325"],["27463.297","7984.220"],["27480.616","8002.469"],["27428.176","7913.481"],["27415.479","7910.756"],["27446.224","7942.882"],["27412.260","8046.086"],["27434.020","7934.789"],["6319.975","17222.122"],["6347.969","17322.789"],["19341.286","15887.322"],["19313.931","15875.351"],["19447.495","15851.916"],["19455.160","15842.073"],["19331.218","15902.536"],["19461.887","15849.835"],["19432.524","15866.971"],["14864.500","16512.592"],["14836.546","16546.469"],["28180.529","8337.448"],["28164.937","8395.912"],["17943.893","17562.018"],["17978.390","17447.952"],["17976.301","17457.399"],["17897.451","17552.166"],["18018.941","17451.476"],["17850.091","17461.746"],["17984.167","17442.253"],["17937.356","17618.710"],["17968.468","17557.139"],["17941.192","17546.392"],["17975.660","17450.149"],["17899.934","17561.580"],["17846.389","17465.110"],["17929.120","17522.296"],["18016.391","17412.929"],["18028.074","17537.727"],["17995.234","17542.318"],["15862.776","16028.164"],["15854.968","16022.597"],["15833.120","16053.369"],["15826.558","16029.604"],["20063.095","11503.987"],["19992.391","11592.139"],["19984.373","11618.427"],["13533.369","13891.742"],["19596.418","18286.681"],["19651.381","18284.729"],["19653.983","18359.162"],["19611.642","18358.196"],["19717.042","18257.970"],["19708.407","18283.982"],["19607.355","18275.908"],["19667.806","18290.131"],["19619.427","18362.812"],["19682.986","18461.617"],["19706.549","18264.543"],["19686.565","18288.887"],["19616.499","18273.960"],["19624.953","18366.610"],["19540.450","18450.535"],["19651.111","18452.699"],["19648.792","18432.055"],["17561.981","18884.595"],["17445.025","18774.645"],["17434.711","18726.720"],["17604.852","18788.762"],["17527.196","18788.501"],["17437.145","18707.562"],["17568.043","18772.776"],["17490.831","18724.669"],["6772.285","17126.567"],["6785.672","17002.755"],["6780.451","16993.704"],["29210.804","10932.206"],["21020.910","15870.107"],["13943.164","16084.197"],["13959.512","16076.947"],["15602.544","17439.147"],["15630.146","17445.301"],["15600.889","17432.780"],["15610.675","17481.753"],["15550.153","17425.203"],["18598.002","13864.538"],["18501.690","13880.468"],["18625.239","13848.320"],["18540.785","13818.156"],["18488.943","13838.420"],["19567.340","5692.980"],["19594.807","5727.183"],["19611.928","5682.344"],["19570.086","5654.268"],["19569.396","5743.302"],["19716.919","5661.538"],["19592.093","5731.725"],["19590.086","5617.687"],["19622.290","5625.251"],["19598.491","5711.262"],["19658.663","5646.047"],["19584.412","5695.457"],["19564.149","5716.861"],["19606.863","5756.349"],["19583.672","5762.856"],["19614.708","5728.504"],["19700.899","5647.384"],["17464.791","13020.001"],["17587.306","12995.259"],["17465.921","12998.060"],["27028.664","7596.402"],["29984.673","8975.913"],["29883.721","9078.634"],["16561.425","15853.323"],["19770.381","18224.510"],["14928.677","6016.815"],["15036.024","6023.483"],["15032.783","6111.718"],["14929.086","6078.957"],["14944.909","6174.303"],["14919.495","6191.034"],["14944.105","6017.508"],["15019.852","6113.015"],["14955.334","6090.493"],["15031.238","6025.299"],["14974.214","6075.038"],["15076.268","6048.863"],["14918.921","6103.334"],["14903.938","6190.141"],["15052.796","6082.825"],["15036.550","6084.226"],["14973.556","6115.616"],["15066.482","6014.379"],["14912.112","6056.744"],["30021.166","9388.817"],["4618.314","9684.666"],["4710.088","9642.600"],["4584.004","9594.813"],["4648.116","9667.226"],["4683.706","9640.287"],["4621.343","9670.088"],["19211.660","11513.548"],["19156.160","11524.426"],["19122.344","11603.679"],["19223.436","11686.751"],["17682.748","18427.647"],["17774.575","18267.100"],["17652.995","18448.539"],["17623.719","18450.207"],["20944.480","7092.073"],["20886.687","7153.842"],["20885.355","7225.750"],["20907.920","7164.032"],["20887.115","7200.399"],["20909.055","7138.186"],["20964.644","7113.725"],["20927.062","7082.247"],["20792.718","7054.501"],["20895.136","7065.269"],["20841.088","7249.184"],["20888.801","7241.950"],["20931.367","7149.746"],["20959.875","7116.813"],["20850.042","7201.274"],["20893.693","7119.524"],["20890.667","7129.069"],["20941.815","7096.664"],["20919.516","7101.175"],["20926.424","7153.809"],["20894.642","7080.728"],["20895.333","7065.880"],["20875.026","7113.727"],["20889.697","7121.753"],["20941.013","7217.889"],["20853.545","7228.591"],["20899.976","7171.778"],["20836.407","7102.662"],["20949.891","7075.624"],["20941.437","7066.755"],["20904.414","7123.204"],["20885.876","7080.513"],["20800.777","7077.078"],["20863.162","7059.225"],["5540.285","9374.072"],["5607.341","9326.970"],["5587.417","9364.334"],["5571.117","9374.342"],["19198.399","14402.121"],["19157.865","14334.536"],["19163.557","14357.147"],["19141.436","14417.162"],["19102.898","14417.966"],["19152.587","14424.098"],["19179.363","14397.180"],["19150.448","14412.879"],["19127.306","14399.336"],["19135.811","14349.748"],["19238.916","14413.678"],["19099.824","14434.932"],["19348.232","12988.335"],["19368.224","13048.506"],["19373.061","13036.129"],["19358.116","13057.001"],["19467.782","13020.861"],["19461.011","13034.991"],["18820.770","6412.550"],["18813.961","6415.952"],["18782.274","6322.539"],["18812.676","6372.971"],["18801.261","6358.156"],["18780.251","6299.500"],["18816.082","6408.883"],["18808.498","6358.817"],["18839.386","6363.689"],["28358.721","11374.985"],["5477.258","7294.746"],["5569.182","7277.579"],["5617.618","7423.737"],["5460.745","7308.090"],["5574.873","7281.973"],["5603.740","7301.345"],["5596.089","7419.393"],["15525.763","17008.226"],["15649.085","17075.772"],["15642.112","17033.986"],["15605.364","17100.268"],["15656.454","17028.087"],["29143.403","10244.368"],["5571.813","18070.267"],["20561.424","12492.493"],["17898.883","16555.552"],["17922.911","16526.079"],["17845.529","16500.760"],["17880.849","16523.192"],["17885.472","16549.409"],["17992.906","16442.702"],["18015.005","16364.350"],["17971.773","16384.717"],["17966.609","16400.737"],["18030.129","16399.748"],["18018.382","16493.954"],["17968.284","16553.937"],["18013.942","16545.366"],["18004.336","16454.845"],["17842.749","16458.051"],["17834.130","16369.826"],["17865.644","16372.931"],["17949.734","16418.309"],["17955.392","16407.343"],["17940.932","16463.813"],["17974.221","16486.918"],["17862.116","16483.549"],["17933.095","16461.928"],["19695.440","10072.194"],["19651.081","10012.129"],["19688.372","10175.965"],["19557.333","10217.805"],["19549.809","10161.991"],["19583.757","10128.442"],["19639.553","10112.395"],["19709.385","10088.932"],["28157.209","10267.685"],["28151.423","10276.330"],["28176.743","10307.921"],["28274.509","10417.107"],["28313.741","10401.532"],["28314.010","10323.237"],["22968.607","12832.658"],["23000.637","12899.386"],["23014.223","12926.853"],["23046.888","12871.490"],["22946.206","12846.217"],["22970.545","12887.310"],["23061.066","12851.705"],["22939.364","12853.483"],["23022.331","12935.499"],["23026.100","12921.221"],["5831.376","7353.030"],["5885.277","7324.431"],["5855.101","7426.033"],["5850.669","7378.925"],["5847.119","7401.158"],["5883.957","7329.054"],["5894.362","7463.266"],["5845.409","7439.258"],["17863.636","13626.830"],["17954.758","13614.366"],["17885.765","13751.442"],["17993.188","13774.024"],["28922.090","10160.152"],["28939.850","10168.703"],["15860.016","9376.709"],["28227.692","7424.758"],["28277.117","7416.087"],["28151.508","7451.909"],["28153.284","7386.459"],["28327.594","7423.172"],["28269.880","7361.273"],["28337.610","7421.207"],["28191.821","7472.801"],["28348.761","7367.351"],["17476.648","14634.188"],["17435.947","14634.250"],["17491.831","14599.620"],["22094.356","14876.916"],["22070.605","14916.166"],["22095.817","14943.239"],["22063.697","14901.427"],["30455.839","10150.644"],["30429.667","10095.453"],["19042.002","12794.590"],["19045.184","12817.101"],["19066.538","12799.491"],["19048.326","12868.361"],["18986.652","12775.012"],["19020.271","12797.172"],["17648.099","14804.603"],["16135.979","14031.580"],["30967.093","11144.756"],["30995.596","11088.493"],["27902.421","11800.403"],["16348.905","17122.651"],["16227.541","16989.846"],["8513.833","11948.347"],["8479.030","11919.380"],["8487.089","11924.252"],["8434.188","12005.957"],["8432.621","12020.366"],["8410.941","12032.893"],["8448.757","12032.186"],["8443.066","12062.277"],["8467.326","12026.125"],["13261.993","12775.885"],["22261.273","16387.648"],["22375.444","16402.299"],["22266.602","16390.059"],["22371.530","16430.590"],["22294.315","16378.449"],["22384.901","16415.643"],["30452.796","9976.327"],["30374.706","9855.390"],["30376.201","9823.621"],["30399.583","9885.819"],["6125.311","7919.519"],["6064.074","7935.853"],["6082.018","8026.732"],["6128.494","8073.319"],["6087.100","8100.063"],["6174.980","8039.557"],["6229.400","8055.347"],["6132.268","7932.880"],["6081.771","7914.466"],["6064.397","8018.537"],["6140.320","8095.037"],["6205.518","8048.741"],["20729.609","14244.098"],["17485.775","16428.191"],["17431.632","16426.171"],["17438.743","16403.498"],["17616.569","16396.756"],["17503.994","16355.947"],["17586.237","16401.194"],["17531.169","16406.343"],["17449.707","16447.355"],["17442.905","16424.747"],["17501.152","16414.617"],["17505.017","16401.653"],["17441.795","16433.003"],["17439.690","16411.533"],["7973.964","12621.114"],["7378.929","7601.586"],["7388.008","7606.838"],["5595.225","7633.477"],["5599.862","7667.048"],["5439.137","7638.409"],["5513.536","7513.172"],["5575.236","7572.531"],["5518.979","7568.567"],["5533.472","7501.562"],["5566.094","7605.069"],["5557.545","7613.433"],["5558.504","7628.793"],["5577.149","7626.178"],["5616.062","7662.721"],["5437.854","7618.393"],["5457.453","7593.329"],["5479.786","7492.677"],["5605.065","7563.117"],["5585.368","7577.964"],["5529.982","7564.587"],["5541.761","7527.414"],["5544.627","7599.803"],["5549.206","7619.709"],["5570.724","7636.159"],["21794.685","14382.770"],["21804.879","14410.889"],["21635.861","14302.967"],["21674.907","14249.330"],["20262.670","15509.979"],["20207.216","15549.215"],["20203.177","15651.044"],["6737.492","12616.692"],["6766.094","12609.954"],["6798.905","12590.851"],["6767.869","12595.988"],["6748.035","12603.596"],["6769.088","12597.749"],["6792.441","12612.866"],["6797.343","12590.505"],["20819.657","14793.555"],["20790.479","14805.265"],["20973.940","14747.417"],["20787.519","14773.902"],["14025.339","12096.435"],["13979.897","12047.607"],["13986.608","12078.161"],["6521.184","8218.973"],["6463.894","8223.608"],["6514.096","8205.790"],["6632.174","8150.376"],["6626.062","8126.190"],["6538.733","8239.370"],["6469.473","8193.979"],["6514.770","8222.107"],["6605.167","8142.729"],["6648.749","8113.769"],["17396.240","16987.653"],["26302.153","15792.109"],["26286.834","15758.818"],["26356.265","15721.795"],["26308.602","15780.576"],["26289.827","15735.151"],["26312.285","15723.430"],["26341.595","15818.792"],["18064.441","14184.105"],["6842.852","13242.218"],["6819.250","13237.594"],["6759.513","13213.382"],["20364.691","8050.678"],["20464.519","8002.658"],["20484.519","7938.344"],["20470.506","8086.540"],["20373.391","8040.372"],["20547.874","8077.307"],["29031.947","10732.994"],["29156.102","10794.289"],["18733.637","12615.619"],["18842.050","12629.523"],["18855.519","12677.123"],["18870.764","12703.142"],["18825.162","12757.287"],["16355.936","16132.396"],["16310.010","15933.864"],["16307.085","16129.461"],["16307.247","16063.600"],["16302.115","15930.347"],["17604.861","15522.229"],["13407.108","13990.123"],["17929.474","13304.432"],["19270.320","14212.313"],["19228.455","14208.128"],["19196.114","14172.158"],["19207.913","14208.772"],["19193.735","14225.139"],["10114.887","12344.031"],["10133.571","12337.821"],["10240.880","12405.620"],["10214.810","12365.834"],["10235.929","12410.062"],["10221.784","12365.884"],["10224.564","12422.680"],["10230.156","12421.937"],["18122.115","16533.782"],["18047.693","16503.911"],["18074.579","16419.798"],["18113.887","16545.001"],["18958.483","17894.056"],["18903.920","17909.921"],["18996.723","17974.991"],["19041.493","17959.714"],["19017.933","18040.058"],["18985.530","17919.436"],["19043.426","17881.795"],["18907.369","18012.241"],["19018.772","17979.563"],["18902.614","17949.575"],["18890.446","17868.585"],["19012.019","17895.097"],["18970.835","17861.785"],["19066.666","17907.625"],["19031.041","17886.535"],["18899.262","17854.002"],["19047.307","17904.652"],["19000.522","17868.837"],["18959.025","17880.827"],["18984.354","17886.079"],["18973.647","17922.125"],["19074.387","17955.172"],["19071.377","17947.641"],["18903.541","18013.698"],["18968.063","17996.332"],["19058.870","17868.335"],["16402.887","6767.187"],["16434.786","6722.570"],["16525.210","6734.961"],["16544.248","6744.341"],["16522.878","6821.918"],["16368.016","6817.968"],["16400.617","6768.327"],["16433.109","6714.081"],["16499.305","6738.677"],["16509.473","6797.509"],["16418.594","6781.286"],["16418.163","6822.167"],["16381.979","6786.423"],["16377.887","6774.173"],["16414.774","6834.900"],["16422.039","6725.047"],["16495.539","6748.025"],["16509.457","6824.065"],["16403.429","6810.171"],["16370.384","6784.095"],["27699.042","16780.177"],["6230.080","8003.589"],["6247.021","7953.889"],["6236.156","7900.517"],["6218.428","7923.275"],["6203.609","7972.570"],["6216.109","7944.431"],["6215.846","7952.141"],["20272.534","12683.772"],["20321.385","12703.639"],["20286.589","12720.931"],["20239.818","12598.346"],["20273.733","12557.001"],["27817.962","12799.625"],["27846.843","12794.076"],["27918.280","12784.366"],["27890.435","12783.326"],["27841.399","12795.678"],["27900.649","12769.404"],["14691.017","19091.743"],["14860.488","19018.493"],["5373.396","7626.566"],["5393.890","7614.434"],["5395.157","7478.783"],["5386.012","7539.243"],["5366.242","7624.056"],["5381.143","7595.656"],["5392.114","7479.228"],["5367.525","7533.826"],["20797.208","12164.817"],["18231.433","18080.117"],["18149.756","18091.000"],["18121.913","18209.640"],["18239.378","18163.089"],["18115.926","18192.381"],["19062.447","13298.598"],["19031.934","13240.294"],["19062.823","13360.197"],["18899.109","13319.406"],["18890.082","13234.803"],["7953.431","8760.949"],["8035.588","8913.394"],["8028.218","8931.573"],["7976.173","8905.073"],["8003.565","8942.247"],["7993.235","8892.861"],["18353.719","13452.851"],["18431.207","13404.976"],["18271.349","13547.665"],["18371.762","13423.140"],["18256.823","13499.611"],["20423.213","6985.067"],["20457.473","6973.291"],["20434.490","7025.526"],["20454.967","7027.838"],["20529.619","6844.437"],["20517.777","6942.505"],["20422.852","6974.893"],["20503.668","7040.736"],["20541.086","7024.518"],["20477.878","7039.217"],["20451.612","6987.954"],["20558.122","6855.568"],["20516.214","6889.673"],["20447.835","6949.113"],["20465.691","7002.900"],["20429.819","7016.228"],["20530.872","7028.862"],["20510.721","6918.475"],["20502.086","6846.964"],["20524.520","6883.017"],["19546.665","5643.269"],["19515.333","5742.229"],["19519.753","5595.128"],["19529.194","5600.396"],["19528.261","5670.833"],["19556.086","5580.908"],["19564.079","5617.556"],["19551.332","5601.073"],["19533.257","5575.656"],["19536.007","5667.464"],["21053.464","13465.553"],["21018.171","13509.133"],["20997.927","13572.641"],["14795.190","6277.167"],["14788.663","6283.650"],["14849.236","6254.673"],["14736.673","6260.512"],["14846.634","6236.306"],["14814.499","6233.881"],["14765.999","6272.139"],["7961.987","8698.283"],["7986.831","8547.604"],["7973.308","8594.879"],["8010.334","8552.790"],["7938.187","8725.899"],["7949.920","8595.490"],["7980.784","8700.604"],["7960.906","8615.165"],["7948.878","8715.459"],["7990.801","8598.817"],["7982.884","8558.521"],["7947.908","8705.055"],["7961.475","8719.746"],["7939.526","8560.610"],["8005.933","8599.213"],["17832.758","15594.745"],["17989.563","15525.443"],["17230.757","17360.825"],["17249.194","17340.445"],["17240.559","17351.378"],["17296.337","17315.624"],["17284.610","17276.499"],["17369.454","17350.813"],["17339.618","17367.015"],["17389.536","17393.175"],["17381.230","17379.137"],["17239.836","17342.609"],["17256.414","17358.249"],["17271.299","17379.206"],["17309.478","17330.570"],["17372.324","17303.238"],["17369.773","17268.557"],["17371.139","17320.579"],["17310.926","17262.214"],["17352.628","17404.620"],["17274.399","17404.006"],["17200.740","17356.548"],["17283.783","17377.472"],["17251.299","17354.285"],["17307.554","17322.775"],["17361.189","17317.820"],["17315.449","17339.142"],["17300.317","17268.043"],["20154.068","6600.698"],["20293.717","6494.376"],["20254.737","6494.343"],["20344.408","6527.241"],["20341.102","6448.612"],["20174.808","6577.246"],["20212.406","6543.026"],["20186.206","6619.410"],["20195.597","6618.881"],["20168.936","6543.968"],["20324.539","6469.867"],["20329.671","6458.951"],["20302.599","6514.921"],["20202.587","6589.666"],["20173.656","6594.686"],["19179.070","15332.434"],["19238.912","15430.266"],["19280.488","15314.973"],["19192.902","15379.486"],["19094.627","15337.303"],["19192.738","15373.739"],["19182.360","15361.947"],["19275.672","15383.363"],["6325.878","9589.315"],["6275.508","9602.422"],["6262.768","9631.030"],["6341.306","9589.628"],["6289.488","9615.469"],["6261.354","9622.409"],["31423.744","9291.944"],["31386.813","9255.341"],["31482.887","9271.367"],["31466.131","9237.325"],["19696.601","5382.296"],["19714.644","5465.252"],["19721.650","5471.825"],["19679.775","5497.754"],["19697.358","5497.886"],["19690.236","5461.007"],["19692.785","5417.903"],["19457.311","15565.406"],["19458.746","15525.454"],["19503.027","15716.091"],["19472.106","15695.315"],["20691.896","16110.875"],["6903.678","13241.281"],["6916.010","13204.875"],["19900.515","14468.438"],["19919.364","14455.441"],["19904.168","14490.589"],["28529.217","11799.235"],["28521.147","11896.805"],["28404.060","11852.931"],["18360.858","12222.469"],["18432.666","12197.252"],["18398.263","12199.869"],["18278.923","12316.723"],["18305.907","12177.281"],["18371.615","12285.614"],["18430.562","12270.280"],["19127.042","12840.117"],["19121.547","12830.320"],["19229.948","12818.392"],["19186.250","12764.643"],["19148.111","12889.430"],["19213.933","12911.404"],["19133.871","12911.185"],["18780.936","18354.936"],["18737.164","18335.089"],["18855.781","18402.299"],["18869.442","18259.854"],["18860.409","18292.655"],["18799.810","18347.213"],["16072.290","16663.464"],["16145.466","16729.699"],["5435.428","11439.990"],["16232.530","7668.979"],["16283.000","7557.149"],["16285.682","7476.959"],["16221.695","7532.971"],["16225.661","7627.524"],["16201.001","7670.102"],["16294.181","7485.867"],["16213.700","7560.224"],["16227.619","7628.796"],["16201.757","7682.075"],["16283.838","7567.884"],["16301.402","7487.898"],["16243.651","7556.128"],["16214.444","7639.019"],["14133.221","12733.999"],["14110.215","12757.139"],["14123.369","12719.701"],["16036.958","18261.128"],["16097.746","18465.914"],["16131.524","18389.747"],["16127.478","18329.433"],["13841.265","14910.463"],["13945.253","14922.769"],["6056.081","7758.735"],["6132.241","7841.702"],["6044.301","7891.056"],["6085.768","7785.993"],["6063.256","7749.282"],["6139.379","7827.878"],["31968.871","10748.000"],["32032.496","10772.330"],["32113.758","10706.057"],["32140.911","10805.720"],["31996.704","10810.057"],["31965.681","10794.441"],["32053.647","10750.645"],["32024.369","10847.464"],["32003.657","10781.543"],["32016.799","10803.604"],["32041.211","10846.952"],["6893.453","8106.210"],["6908.237","8047.368"],["6950.471","8037.571"],["6909.390","8092.982"],["6999.517","7973.310"],["5582.393","8351.935"],["5601.683","8344.004"],["5605.299","8419.678"],["5578.358","8371.775"],["5592.666","8355.377"],["21210.398","15286.163"],["20462.646","14769.500"],["20427.346","14809.050"],["20548.574","14820.111"],["20494.472","14784.595"],["20550.170","14815.767"],["20487.153","14791.531"],["20431.129","14811.345"],["20551.929","14842.010"],["16437.463","17868.593"],["16492.957","18009.532"],["16461.262","17859.790"],["16439.733","17997.856"],["16439.996","17900.963"],["16536.410","18043.008"],["16454.256","18013.430"],["7523.326","8115.656"],["14680.327","15826.339"],["14693.221","15821.699"],["15426.882","16831.518"],["7406.920","18607.985"],["7412.725","18603.766"],["7407.105","18597.064"],["7407.680","18605.404"],["7397.898","18581.352"],["7409.847","18579.510"],["7426.363","18629.775"],["7435.031","18638.309"],["7412.504","18656.529"],["7414.929","18655.482"],["7421.639","18647.096"],["7427.837","18647.432"],["7400.211","18670.318"],["7405.492","18677.117"],["7408.477","18644.158"],["7403.674","18644.389"],["7411.629","18652.009"],["7398.626","18660.193"],["7396.774","18666.264"],["7415.506","18640.622"],["7415.211","18615.687"],["7390.604","18642.342"],["7386.631","18632.954"],["7401.987","18639.072"],["17793.541","17861.807"],["17794.581","17842.753"],["17813.915","17894.368"],["17719.359","17925.236"],["17711.053","17941.686"],["17716.480","17973.859"],["17732.730","17988.524"],["17812.863","17921.904"],["17799.425","17947.338"],["17808.331","17850.020"],["17749.926","17847.823"],["17622.989","17840.032"],["17829.293","17922.757"],["17730.016","17935.608"],["17700.674","17910.026"],["17718.124","17981.159"],["17718.240","17985.519"],["17787.633","17924.563"],["17820.330","17954.571"],["14149.062","14951.204"],["14156.353","14901.246"],["12834.787","12335.718"],["12922.435","12289.524"],["12841.113","12232.714"],["12889.573","12271.622"],["12830.488","12203.152"],["12896.876","12203.034"],["12867.139","12308.170"],["12867.001","12143.350"],["12945.098","12323.148"],["12828.621","12242.391"],["12798.864","12261.096"],["12933.900","12307.942"],["12925.667","12300.210"],["19452.371","15093.167"],["19481.846","15108.320"],["19466.682","15103.975"],["19372.412","15229.406"],["19465.433","15101.291"],["19468.907","15103.226"],["19478.669","15107.027"],["19501.610","15094.817"],["19484.014","15105.027"],["19324.419","15285.263"],["19385.251","15122.132"],["19380.496","15199.412"],["19315.728","15278.837"],["19366.162","15243.570"],["19380.568","15121.951"],["19374.205","15288.653"],["19310.860","15258.474"],["4631.546","11016.922"],["6680.408","5901.184"],["6675.397","5974.137"],["6706.173","5970.947"],["12687.846","12396.048"],["12673.322","12433.689"],["19951.784","15418.038"],["19999.372","15444.499"],["19938.823","15473.199"],["20012.612","15410.940"],["20070.497","15303.461"],["19936.619","15425.338"],["17966.090","17515.249"],["17836.537","17427.356"],["17975.865","17525.413"],["17986.715","17523.209"],["19352.991","13254.989"],["19357.634","13343.187"],["19382.945","13294.134"],["19457.746","13282.389"],["29788.857","9988.603"],["19507.882","5687.398"],["19492.882","5663.368"],["19443.799","5591.726"],["19415.789","5597.143"],["19502.188","5651.263"],["19446.480","5660.974"],["19490.646","5748.306"],["19509.955","5676.002"],["19362.796","5582.130"],["19482.948","5708.603"],["19501.271","5705.036"],["19440.757","5585.136"],["21027.044","8110.431"],["7582.825","18939.044"],["7560.825","19081.212"],["7694.012","19091.386"],["7524.124","18909.432"],["7585.513","18998.818"],["28535.317","10438.722"],["28424.725","10463.822"],["28366.889","10589.439"],["28380.992","10484.116"],["28492.069","10536.892"],["28466.075","10476.620"],["28474.556","10504.091"],["28417.048","10517.689"],["28385.597","10538.658"],["28455.810","10619.725"],["28554.406","10639.251"],["9525.769","15551.444"],["9544.996","15540.015"],["9415.733","15510.323"],["9428.187","15571.259"],["9443.714","15588.848"],["7546.094","8026.309"],["7580.709","7982.599"],["7559.134","7969.499"],["7547.377","8046.094"],["7560.676","8008.379"],["7562.045","7951.646"],["30518.146","9529.802"],["30515.954","9493.764"],["30521.468","9485.364"],["30652.356","9519.326"],["30658.637","9500.347"],["30557.504","9569.086"],["17643.268","17452.979"],["17629.403","17458.495"],["17795.192","17464.773"],["17689.798","17451.856"],["17630.555","17451.377"],["17714.847","17443.648"],["17796.191","17481.890"],["17624.337","17449.180"],["17673.696","17432.929"],["17659.355","17572.464"],["17783.281","17472.211"],["17807.928","17467.397"],["17799.877","17459.210"],["17824.811","17444.132"],["17775.494","12529.684"],["17766.577","12463.915"],["17811.340","12488.348"],["17819.618","12401.417"],["17746.773","12466.263"],["17709.804","12444.324"],["17667.851","12406.001"],["17678.865","12373.878"],["7116.144","16337.305"],["7129.644","16323.561"],["7119.472","16330.677"],["7116.070","16327.821"],["27549.121","9725.899"],["27552.556","9753.229"],["27556.794","9705.373"],["20397.802","6143.273"],["20530.056","6187.286"],["20495.631","6139.359"],["20441.421","6093.992"],["20501.585","6150.722"],["20555.927","6106.873"],["20470.681","6080.581"],["20451.700","6111.250"],["20542.571","6043.713"],["20471.584","6013.259"],["20546.897","6033.077"],["20420.428","5999.548"],["20540.083","6070.720"],["20387.424","6137.707"],["20391.322","6168.525"],["20493.937","6113.711"],["20514.611","6130.622"],["20425.368","6102.480"],["20422.852","6118.418"],["20545.105","6174.966"],["20403.822","6149.631"],["20359.359","6135.336"],["20413.668","6021.299"],["20400.921","6081.199"],["20368.618","6127.211"],["20455.762","6054.762"],["20481.749","6042.127"],["20456.025","6028.321"],["20566.288","6000.872"],["20512.061","5999.171"],["20559.606","6135.741"],["20552.386","6093.082"],["20421.237","5997.996"],["20557.254","6079.110"],["20422.276","6148.294"],["20532.556","6087.171"],["20429.217","6201.357"],["20443.345","6114.272"],["20383.181","6162.200"],["20456.931","6097.922"],["20554.463","6179.590"],["20414.589","6053.834"],["20383.964","6099.713"],["20472.226","6033.655"],["27721.169","7808.483"],["27646.251","7728.152"],["27675.906","7692.100"],["27717.337","7779.862"],["27704.458","7851.819"],["27656.004","7746.005"],["27677.271","7685.444"],["27680.396","7819.548"],["27652.978","7803.792"],["27696.596","7755.353"],["27651.728","7727.227"],["28325.619","17165.622"],["28244.004","17088.013"],["28312.929","17163.834"],["28323.380","17187.946"],["28319.863","17171.702"],["17888.694","15980.619"],["17944.600","16045.681"],["17969.458","16079.520"],["18008.243","15989.330"],["17938.539","15976.825"],["17965.784","16069.352"],["17979.865","16067.398"],["18018.737","16008.009"],["17918.884","15965.941"],["17937.396","16056.069"],["17982.283","16083.335"],["13756.219","12979.246"],["13845.399","13241.841"],["13860.284","13329.262"],["6715.596","7937.277"],["6724.120","7897.006"],["6812.793","7961.398"],["6779.340","7988.183"],["6723.524","7931.447"],["6792.860","8005.474"],["6804.377","7955.729"],["7901.859","12813.781"],["17295.250","17504.127"],["17345.718","17518.312"],["17335.671","17454.166"],["17394.782","17436.923"],["17337.483","17492.648"],["17344.433","17565.082"],["17321.952","17575.488"],["17303.711","17511.194"],["17390.414","17468.204"],["17327.248","17561.268"],["17356.230","17438.493"],["17381.368","17514.976"],["17386.121","17506.470"],["17371.787","17522.622"],["17351.625","17446.354"],["17295.060","17604.356"],["17332.445","17606.470"],["17387.052","17439.666"],["17310.844","17617.138"],["27951.078","10204.327"],["6498.715","8101.324"],["6563.715","8076.815"],["6535.672","8013.219"],["6567.219","8057.227"],["6489.113","7996.557"],["6497.465","8035.432"],["6525.326","8006.983"],["6517.745","8077.899"],["6608.241","7925.581"],["6604.203","7898.928"],["6638.825","7959.948"],["6516.412","8093.513"],["6577.285","8049.845"],["6499.080","7985.954"],["6520.918","8031.353"],["6504.685","8017.866"],["6521.446","8080.212"],["6616.547","7909.479"],["19102.249","13081.606"],["19236.903","13081.553"],["19181.736","13074.731"],["19272.962","13013.904"],["19164.799","13175.934"],["19970.902","8561.321"],["14341.911","12112.351"],["18560.460","17059.306"],["18547.044","17015.468"],["18595.984","17076.688"],["18583.217","16994.471"],["18587.466","17061.040"],["18565.246","17052.898"],["18645.853","17143.505"],["18654.727","17098.590"],["18597.280","17019.756"],["18636.757","17084.830"],["18613.166","17188.850"],["18659.319","17173.063"],["18576.457","17034.653"],["18597.713","17031.313"],["18593.831","17033.328"],["18645.220","17091.819"],["18585.688","17166.148"],["18643.517","17190.607"],["18530.103","17030.200"],["18617.547","17175.793"],["18624.405","17092.229"],["5898.576","18219.065"],["15751.251","18135.460"],["15898.288","18095.393"],["15854.719","18175.558"],["15902.762","18178.217"],["15802.726","18103.059"],["15828.188","18098.881"],["15814.189","18047.866"],["15758.569","18073.031"],["15853.732","18047.463"],["15779.261","18129.300"],["15931.396","18102.478"],["15926.643","18139.472"],["15871.906","18193.114"],["15760.621","18077.411"],["15789.173","18060.202"],["15886.051","18058.396"],["15820.293","18112.490"],["15807.349","18101.821"],["15919.079","18044.036"],["15883.157","18087.711"],["15913.913","18058.545"],["15924.235","18050.141"],["15922.021","18150.290"],["15919.571","18132.040"],["15844.801","18140.034"],["15820.555","18126.478"],["15899.670","18065.977"],["15870.129","18100.170"],["15853.730","18084.860"],["15859.915","18078.733"],["12817.355","13360.128"],["19141.766","17980.923"],["19276.509","17999.020"],["19118.175","17911.505"],["19196.034","17927.061"],["19286.756","17894.077"],["19159.057","17889.164"],["19257.865","17893.996"],["19248.072","18013.223"],["19238.088","18043.595"],["19111.876","17905.047"],["19101.382","17892.711"],["19225.063","17877.119"],["19162.577","17938.313"],["19130.586","17897.124"],["19264.050","17931.585"],["19204.997","17937.515"],["19162.818","17994.218"],["19303.532","17978.360"],["19126.464","17900.687"],["19101.514","17922.455"],["19117.517","17861.232"],["19223.205","17934.773"],["19206.099","17933.733"],["19225.409","17885.492"],["19279.700","17934.771"],["19265.711","17928.464"],["19132.330","17913.326"],["19172.906","17883.119"],["19158.399","17891.344"],["19262.948","17933.815"],["27537.559","16733.307"],["28569.564","9461.393"],["28671.587","9382.384"],["28654.383","9395.762"],["31346.569","11358.615"],["31372.009","11384.491"],["31485.374","11415.213"],["31493.699","11284.626"],["15074.433","12420.365"],["27696.248","11968.606"],["27596.948","12091.908"],["27526.105","12092.595"],["27555.426","12029.164"],["27554.198","12030.077"],["27700.702","12103.354"],["27711.389","12042.809"],["27639.208","12099.409"],["15094.729","17508.679"],["15252.429","17443.063"],["15254.865","17545.805"],["15234.684","17580.487"],["15293.402","17556.903"],["15129.811","17502.799"],["15221.559","17536.474"],["15101.670","17514.822"],["15139.828","17482.717"],["15293.317","17457.844"],["15219.008","17460.007"],["15259.257","17593.270"],["15265.030","17548.959"],["17556.744","12202.449"],["17615.340","12325.460"],["17606.628","12245.975"],["17593.438","12248.936"],["27523.326","7857.563"],["27711.075","7889.394"],["27674.409","7876.146"],["27673.970","7868.023"],["27556.420","7888.203"],["27567.818","7883.430"],["27576.370","7853.405"],["27599.627","7873.669"],["27692.950","7896.231"],["27604.693","7888.451"],["27606.091","7892.332"],["27595.647","7891.688"],["27556.199","7718.492"],["27567.153","7739.417"],["27615.860","7882.456"],["27546.584","7896.395"],["18626.494","15688.797"],["18652.765","15653.200"],["22227.545","8351.150"],["20132.162","11082.439"],["20096.857","11130.261"],["20074.461","11184.831"],["20101.651","11182.147"],["20007.119","11194.463"],["19954.804","11198.900"],["18220.798","12354.288"],["18202.474","12380.028"],["18205.109","12482.374"],["27725.293","16740.384"],["17972.345","17830.544"],["18006.978","17796.272"],["17980.069","17826.762"],["17849.760","17774.288"],["17941.540","17726.598"],["17927.220","17804.254"],["17989.380","17798.226"],["18022.625","17827.831"],["17832.147","17823.034"],["17905.064","17791.318"],["17892.498","17807.387"],["17988.079","17723.553"],["17887.276","17785.750"],["18037.964","17728.161"],["17922.889","17731.899"],["17855.336","17764.214"],["17938.638","17804.722"],["17973.886","17775.550"],["17977.620","17777.615"],["17899.620","17802.747"],["17907.219","17792.705"],["17860.829","17764.693"],["17956.820","17771.635"],["18022.208","17728.475"],["17929.698","17755.780"],["18024.872","17741.390"],["31040.956","9807.343"],["19942.099","6554.197"],["19941.326","6557.517"],["19951.572","6584.090"],["4434.837","10939.468"],["16653.024","16347.067"],["16642.662","16338.166"],["19900.606","6078.185"],["19798.319","6013.818"],["19868.690","6173.687"],["19882.375","6126.139"],["19829.957","6099.797"],["19751.587","6030.296"],["19918.287","6066.855"],["19923.304","6109.349"],["19729.437","6009.045"],["19872.440","6103.976"],["19915.483","6132.349"],["19873.608","6176.114"],["19909.743","6090.070"],["19932.531","6170.125"],["19899.801","6113.973"],["19916.001","6143.007"],["19890.245","6192.636"],["19827.638","6094.496"],["19904.365","6175.602"],["19851.256","6111.985"],["19303.877","13384.145"],["19934.195","5720.006"],["19820.521","5677.459"],["19779.863","5692.752"],["19735.176","5678.169"],["19737.034","5678.912"],["19824.551","5642.133"],["19928.685","5670.097"],["19933.159","5749.651"],["19907.666","5644.251"],["19812.478","5582.800"],["19907.846","5637.347"],["19921.991","5766.662"],["19930.116","5749.073"],["19801.969","5709.680"],["19772.051","5636.517"],["19807.972","5695.890"],["19782.528","5660.332"],["19788.860","5629.614"],["19846.310","5594.757"],["19909.304","5584.287"],["27850.965","11789.644"],["27740.397","11798.683"],["27728.034","11862.778"],["16641.979","17177.049"],["16661.320","17123.584"],["16599.531","17151.110"],["16696.818","17044.379"],["16692.846","17139.781"],["16681.465","17063.332"],["16764.379","17067.814"],["16710.052","16991.361"],["16762.386","17185.596"],["16674.741","17136.119"],["16642.307","17136.978"],["16684.116","17175.013"],["16731.860","17159.931"],["16645.317","17139.191"],["16612.770","16992.277"],["16597.344","17116.676"],["16591.176","17138.873"],["16611.308","17147.972"],["16699.557","17122.275"],["16694.327","17095.653"],["16647.435","17145.446"],["16672.978","17114.662"],["16717.635","17140.729"],["16730.925","17032.075"],["16776.780","17073.892"],["16711.632","17101.588"],["16716.262","16994.322"],["16640.547","17156.351"],["16742.998","17120.777"],["16711.222","17142.329"],["16583.198","16998.685"],["16599.630","17115.503"],["16614.400","17165.132"],["16605.683","17106.899"],["16590.551","17126.982"],["16653.258","17054.744"],["16694.705","17112.250"],["16714.806","17080.762"],["16741.714","17090.242"],["16733.786","17075.213"],["16719.929","16987.520"],["14038.109","14012.719"],["13871.593","14027.142"],["30715.463","9568.645"],["30765.288","9458.982"],["30682.527","9413.340"],["30705.179","9444.533"],["30680.086","9424.317"],["30843.758","9441.034"],["7278.082","12197.693"],["7274.964","12204.282"],["7284.652","12293.516"],["7226.947","12254.466"],["6228.896","9646.203"],["6169.760","9786.497"],["6100.341","9739.825"],["6085.726","9686.356"],["6130.398","9632.372"],["6163.171","9663.168"],["6191.767","9768.627"],["6110.243","9721.592"],["6087.256","9699.783"],["6141.843","9631.145"],["6165.145","9664.654"],["6054.662","9695.964"],["6162.260","9760.089"],["6081.427","9743.128"],["6066.351","9715.407"],["27901.957","7364.265"],["27898.059","7415.825"],["27726.798","7283.980"],["27753.525","7288.406"],["27913.471","7269.616"],["27906.070","7315.330"],["27886.646","7298.353"],["27797.072","7355.891"],["27807.368","7373.199"],["27762.007","7361.754"],["27735.911","7351.059"],["27727.473","7328.318"],["27756.781","7288.654"],["27787.719","7267.564"],["27810.877","7274.269"],["27922.156","7305.751"],["27912.731","7343.571"],["27822.238","7348.509"],["27901.151","7402.233"],["27811.003","7384.033"],["27795.724","7364.281"],["27785.461","7453.464"],["27906.316","7356.106"],["27921.628","7365.470"],["27761.765","7266.837"],["27773.229","7278.877"],["27746.699","7265.780"],["27754.413","7284.575"],["27821.810","7320.120"],["20302.099","7872.691"],["16332.647","14069.600"],["16201.564","14066.749"],["16301.856","14102.630"],["16336.068","14058.898"],["16185.990","14036.706"],["16227.485","14050.597"],["16252.859","14042.895"],["16311.134","14097.181"],["16232.057","14053.620"],["16281.675","14097.742"],["19891.417","10406.696"],["19867.444","10357.697"],["19854.111","10274.801"],["19838.130","10432.947"],["19804.020","10422.598"],["19811.049","10357.665"],["19873.993","10343.045"],["19801.425","16750.403"],["19735.317","16755.683"],["19792.774","16705.684"],["19780.618","16751.558"],["19801.549","16679.180"],["19758.409","16745.245"],["19745.472","16765.031"],["19736.781","16758.606"],["19787.215","16723.338"],["19880.496","16616.668"],["19728.118","16652.910"],["19796.294","16747.909"],["19777.198","16706.080"],["19739.116","16730.811"],["19795.257","16768.421"],["31669.848","9646.010"],["31625.473","9616.002"],["7516.929","17804.457"],["7535.612","17706.501"],["30535.113","10138.368"],["30476.423","10078.292"],["30475.789","10169.930"],["30589.330","10090.094"],["30627.128","10020.275"],["30494.114","10191.660"],["30569.114","10212.879"],["30646.748","10199.889"],["30670.549","10085.437"],["30633.972","10106.150"],["7513.879","12167.395"],["7380.804","12320.727"],["7337.134","12295.484"],["7309.241","12300.955"],["7402.961","12304.738"],["7483.422","12210.960"],["7474.118","12261.769"],["18637.219","15471.795"],["18618.539","15374.912"],["18631.772","15503.240"],["18645.033","15331.670"],["18637.183","15443.884"],["9047.428","14184.051"],["9087.757","14156.305"],["28049.606","7174.901"],["28055.149","7249.220"],["28042.534","7086.197"],["27953.718","7180.400"],["27946.185","7196.602"],["27980.659","7122.002"],["28057.698","7247.651"],["27107.586","16841.008"],["27216.366","16850.693"],["27284.698","16801.341"],["19701.541","16794.742"],["19676.031","16793.553"],["6023.469","8836.565"],["5955.787","8848.735"],["6009.292","8829.761"],["5954.619","8860.610"],["6036.397","8859.340"],["5924.948","8852.220"],["21120.585","14724.015"],["13708.983","13048.793"],["13636.817","13061.340"],["13726.843","13181.494"],["14730.162","19108.391"],["14712.826","19229.646"],["14775.458","19153.279"],["17512.788","12182.574"],["27444.518","12114.871"],["15611.047","17637.062"],["15703.937","17647.818"],["15676.874","17751.425"],["15693.119","17729.627"],["15549.444","17645.519"],["16797.473","18338.421"],["16806.146","18281.440"],["7112.566","12507.212"],["7108.322","12493.290"],["7124.226","12374.659"],["7160.847","12365.186"],["7193.867","12415.568"],["7111.809","12542.670"],["7117.105","12528.236"],["16425.708","15967.929"],["16386.481","15936.781"],["16424.193","16081.628"],["16371.646","16125.245"],["16543.970","16033.841"],["16495.931","15930.862"],["16429.737","15950.835"],["16454.376","15939.935"],["16441.514","15963.916"],["16393.239","16037.301"],["16389.621","16071.554"],["16386.315","16084.650"],["16437.976","16027.425"],["16383.749","16081.958"],["16391.646","16122.833"],["16408.821","16015.339"],["16396.037","15977.772"],["16471.974","15954.172"],["16440.953","16037.912"],["16381.975","16134.790"],["16418.767","16132.875"],["18856.124","11682.424"],["6980.882","7688.200"],["7016.231","7697.481"],["6974.907","7740.320"],["6960.199","7789.424"],["7026.763","7798.457"],["7028.517","7778.799"],["7067.016","7814.304"],["7037.591","7861.385"],["7006.107","7857.037"],["6894.203","7871.230"],["6940.430","7806.654"],["6885.064","7754.453"],["6990.483","7703.097"],["6976.239","7758.008"],["6988.751","7822.415"],["6961.104","7824.123"],["7006.106","7812.727"],["7039.142","7745.999"],["7053.924","7780.761"],["7016.485","7877.054"],["6883.315","7874.616"],["6920.183","7798.495"],["12061.946","17273.204"],["15922.736","12580.269"],["20494.866","12819.958"],["20433.603","12855.019"],["20446.220","12896.646"],["20490.537","12965.702"],["23311.759","7613.936"],["23337.061","7643.536"],["23397.563","7633.115"],["23316.955","7597.391"],["23336.798","7616.914"],["23393.237","7626.459"],["23310.179","7568.324"],["23331.348","7655.703"],["23343.377","7610.902"],["23381.379","7610.604"],["19718.709","6155.482"],["19696.390","6053.665"],["19689.186","6139.281"],["19559.762","6037.101"],["19723.166","6100.800"],["19647.492","6190.214"],["19536.242","6161.543"],["19552.113","6067.043"],["19586.258","6089.982"],["19527.755","6131.205"],["19640.929","6029.751"],["19638.446","6019.859"],["19711.012","6133.814"],["19700.025","6105.309"],["28059.946","8065.470"],["28078.827","8098.336"],["27947.035","7988.338"],["27969.025","8023.532"],["27959.239","8002.541"],["27952.216","8040.955"],["28030.132","8104.192"],["27961.694","8057.850"],["28109.363","8086.148"],["27982.939","8000.400"],["27941.065","8005.249"],["27968.993","8044.143"],["27955.900","8064.110"],["27963.943","8064.638"],["27951.213","8024.556"],["27994.753","8067.049"],["28026.299","8073.589"],["27992.039","8058.329"],["27949.030","8058.775"],["27966.674","8010.253"],["27956.295","8019.783"],["27946.760","8094.662"],["27978.931","8096.182"],["27968.026","8104.621"],["28020.559","8089.411"],["16381.780","17496.418"],["16554.926","17522.326"],["16362.917","17576.136"],["16515.551","17516.067"],["16409.988","17531.826"],["16369.940","17570.653"],["16360.812","17567.977"],["16560.387","17527.033"],["16376.050","17594.264"],["16370.761","17515.476"],["16395.629","17529.118"],["20039.570","6192.586"],["19967.383","6137.095"],["20048.715","6108.722"],["19935.574","6155.873"],["20004.406","6064.130"],["20133.564","6056.777"],["20103.795","6077.124"],["20090.620","6020.509"],["20086.311","6026.372"],["20065.130","6205.154"],["20060.014","6153.428"],["19995.886","6181.703"],["19939.225","6144.229"],["20036.840","6159.556"],["19944.324","6160.745"],["19974.258","6160.464"],["20088.301","6109.196"],["19941.133","6097.161"],["20007.662","6100.464"],["20045.195","6112.405"],["20068.156","6109.812"],["20089.436","6105.629"],["20074.864","6090.452"],["20130.045","6090.055"],["20089.453","6029.857"],["9407.411","15509.993"],["5479.158","7894.370"],["5452.075","7888.088"],["5420.400","7869.226"],["5439.115","7879.517"],["5409.348","7883.033"],["17651.678","18766.467"],["17645.028","18743.092"],["17726.105","18714.363"],["17741.516","18701.200"],["17807.459","18748.889"],["17773.380","18746.247"],["17751.318","18735.552"],["17713.522","18722.422"],["17785.173","18778.253"],["17789.663","18758.699"],["15269.046","12814.737"],["16727.697","7756.888"],["16746.806","7694.481"],["16723.405","7728.664"],["16750.030","7688.123"],["16717.385","7754.940"],["32110.600","9786.757"],["32111.100","9753.336"],["31982.718","9739.668"],["31976.139","9660.532"],["32030.343","9626.145"],["32005.687","9707.024"],["32126.439","9725.046"],["28292.856","8116.344"],["28339.780","8132.843"],["28337.757","8136.972"],["28328.870","8138.091"],["28352.954","8149.144"],["28313.064","8119.677"],["17314.047","16941.501"],["17379.059","16959.916"],["17377.813","16947.219"],["17329.160","16919.758"],["7501.744","8978.475"],["19729.783","11206.181"],["19817.736","11137.895"],["16866.997","15630.480"],["16927.301","15651.093"],["16982.317","15677.666"],["16818.258","15512.734"],["16944.550","15529.094"],["16986.786","15546.967"],["16949.016","15562.123"],["16898.479","15630.571"],["16936.199","15643.661"],["16896.511","15690.300"],["16981.626","15651.291"],["16966.840","15663.694"],["16870.067","15552.734"],["16917.147","15712.831"],["16986.083","15713.273"],["16933.287","15696.395"],["16983.205","15668.814"],["18682.221","17715.443"],["18677.766","17827.154"],["18691.755","17791.515"],["18759.221","17796.370"],["18871.225","17789.408"],["18687.303","17691.958"],["18685.560","17695.889"],["18877.541","17746.088"],["18723.366","17823.472"],["18727.132","17781.110"],["18705.790","17705.270"],["18696.810","17710.175"],["18723.728","17798.781"],["18723.547","17764.991"],["18710.356","17817.460"],["18677.051","17730.969"],["18700.505","17743.538"],["18879.202","17778.095"],["18873.331","17777.550"],["6984.276","7909.858"],["7011.990","7916.200"],["18427.340","14678.964"],["27426.797","10330.923"],["27443.490","10356.671"],["27437.306","10340.007"],["17327.777","16128.585"],["17387.069","16003.334"],["17396.181","16098.296"],["17355.688","16023.664"],["17328.089","16077.355"],["17377.957","16031.756"],["27639.949","12269.929"],["27591.255","12303.316"],["27554.517","12204.348"],["27600.099","12173.620"],["6600.862","8969.742"],["6595.014","9040.428"],["6667.123","9136.833"],["6649.639","9009.329"],["6571.837","9098.264"],["6634.452","9092.822"],["6603.412","9003.813"],["6593.635","9048.064"],["6612.280","9111.751"],["6623.895","9038.383"],["6650.708","8982.211"],["6656.935","9089.937"],["6615.570","9100.948"],["6587.451","9055.578"],["6594.389","9012.600"],["6663.405","9008.900"],["6634.846","9067.521"],["6174.912","8212.146"],["6230.110","8196.945"],["6206.185","8285.258"],["6140.313","8142.048"],["6074.575","8168.843"],["6193.609","8148.173"],["6244.569","8301.411"],["6130.871","8251.041"],["6202.979","8166.136"],["6166.655","8184.037"],["6231.804","8222.973"],["6206.645","8273.334"],["6121.382","8144.525"],["6094.295","8189.834"],["6060.653","8122.342"],["6151.947","8115.671"],["6219.487","8314.475"],["16743.755","16019.355"],["16700.828","16043.013"],["16749.676","16089.586"],["16719.380","16082.088"],["16747.439","16107.538"],["16691.337","16034.673"],["16677.805","16010.484"],["16755.141","16027.693"],["16751.033","15991.948"],["16736.025","16069.471"],["16681.436","16034.178"],["16733.410","16077.778"],["21398.862","14785.957"],["12450.168","12272.982"],["12411.928","12317.790"],["12411.090","12158.038"],["12427.253","12179.638"],["12391.465","12161.569"],["12363.192","12256.432"],["12426.073","12186.329"],["12395.955","12132.370"],["12384.474","12179.539"],["23009.305","12707.343"],["22991.238","12687.628"],["22982.559","12736.696"],["23012.693","12733.303"],["23059.888","12751.966"],["23060.031","12597.834"],["23085.588","12738.582"],["22912.630","12695.901"],["23012.526","12755.985"],["23001.741","12700.763"],["23052.783","12751.206"],["22948.226","12687.435"],["23078.845","12727.252"],["22907.202","12676.627"],["22999.011","12692.010"],["22960.676","12673.149"],["23066.476","12747.533"],["16614.362","16023.704"],["16604.345","15951.076"],["16708.259","15980.463"],["16586.762","16076.392"],["16572.821","16138.173"],["16631.769","15969.608"],["16686.868","15950.137"],["16737.216","15947.229"],["16675.289","15943.200"],["19132.787","13512.205"],["19282.669","13473.325"],["19288.906","13492.079"],["19293.278","13548.655"],["8045.644","11882.778"],["8114.682","11858.196"],["7968.258","11820.307"],["8001.642","11818.953"],["8065.171","11909.663"],["27005.041","9557.015"],["19520.598","12058.107"],["19564.119","12109.341"],["19654.394","11974.729"],["19695.882","12036.709"],["19672.042","12079.106"],["19613.556","12019.016"],["11785.546","12191.324"],["11784.444","12197.501"],["17697.476","13013.640"],["17629.454","12994.258"],["17660.985","13074.697"],["8779.951","9432.557"],["21856.334","14595.109"],["21897.864","14623.716"],["21938.185","14647.278"],["23443.555","6769.983"],["23470.315","6786.680"],["23479.657","6769.158"],["23365.463","6788.266"],["18059.711","14559.310"],["18069.132","14458.861"],["18111.863","14585.075"],["18175.721","14633.469"],["18698.033","16519.068"],["18704.069","16504.914"],["18693.345","16512.941"],["18691.734","16518.936"],["6040.286","7984.026"],["5934.289","7974.916"],["5859.839","8022.250"],["5980.916","8068.512"],["5989.313","7940.962"],["5943.421","8042.248"],["5938.307","8022.573"],["5904.787","7923.075"],["5967.708","8031.663"],["5837.774","8066.178"],["5908.624","8071.935"],["5891.661","8018.742"],["5841.241","8105.599"],["5879.745","8054.781"],["5870.398","8002.201"],["5962.594","8074.946"],["5987.463","7952.572"],["5924.370","8026.224"],["5893.400","7934.148"],["5981.089","7905.878"],["5948.523","7966.355"],["5975.389","8022.085"],["5838.827","8067.978"],["5898.246","8076.758"],["5904.145","8020.459"],["5837.112","8095.805"],["28328.674","11777.144"],["27931.445","7040.991"],["27925.327","6947.118"],["27932.221","6846.990"],["27926.560","6865.962"],["16381.184","18498.463"],["16529.227","18483.356"],["16459.095","18478.810"],["16499.198","18603.948"],["16530.297","18581.655"],["16417.414","18615.672"],["16539.229","18615.134"],["18876.104","17927.805"],["18833.604","17869.291"],["18872.549","17915.643"],["18871.288","18027.241"],["18882.699","17847.165"],["18866.560","17923.588"],["18732.822","17897.316"],["18873.343","17974.970"],["18869.558","17848.568"],["18855.335","17855.569"],["18847.617","17872.215"],["18878.225","17933.626"],["18864.798","17960.877"],["18695.940","17862.133"],["18731.473","17903.972"],["18873.472","17879.733"],["16758.727","14285.562"],["29661.038","9012.031"],["14349.810","12769.576"],["14350.189","12786.173"],["14445.175","12851.462"],["14446.376","12851.330"],["14294.893","12800.536"],["14350.474","12834.945"],["14405.743","12855.246"],["14406.058","12761.295"],["5927.057","7780.470"],["5969.601","7771.633"],["6010.590","7839.749"],["5930.174","7868.410"],["5849.116","7780.709"],["5909.560","7855.896"],["5999.716","7782.813"],["6001.204","7872.451"],["5926.319","7799.064"],["5934.194","7719.453"],["5840.412","7748.698"],["5910.544","7777.712"],["5998.647","7773.731"],["6040.422","7763.248"],["6015.409","7815.802"],["5921.193","7867.948"],["5888.968","7828.332"],["5886.024","7779.520"],["5996.390","7838.445"],["6034.453","7765.356"],["6009.581","7883.145"],["5914.526","7795.166"],["5918.190","7723.747"],["18032.212","18370.832"],["17963.336","18412.028"],["17842.289","18324.590"],["17941.093","18372.863"],["17982.333","18412.309"],["17928.708","18336.100"],["17968.682","18414.175"],["22083.679","7443.444"],["22217.647","7395.353"],["22231.034","7406.957"],["22248.785","7375.156"],["22070.719","7445.757"],["22209.274","7432.030"],["22236.149","7386.131"],["22081.278","7466.219"],["22201.955","7406.597"],["22216.858","7399.911"],["28597.837","8761.032"],["28745.792","8941.673"],["28648.341","8919.394"],["28661.203","8898.039"],["28586.482","8869.765"],["28698.785","8902.746"],["28622.831","8930.855"],["28675.660","8927.833"],["28669.245","8797.478"],["28666.104","8878.353"],["28581.055","8934.588"],["16659.799","16675.690"],["16727.527","16750.769"],["16648.968","16574.947"],["16653.513","16743.185"],["16720.114","16731.959"],["16703.953","16638.873"],["16719.463","16725.714"],["16685.778","16660.657"],["16604.763","16703.995"],["16622.296","16760.180"],["16571.740","16611.797"],["16581.625","16612.837"],["16633.449","16575.471"],["16649.276","16580.593"],["16733.754","16614.249"],["16662.143","16639.501"],["16582.975","16764.318"],["16595.207","16689.428"],["16676.449","16594.910"],["16643.826","16728.190"],["16642.477","16724.259"],["16640.438","16703.162"],["16598.381","16583.916"],["16607.447","16586.875"],["16655.265","16575.273"],["16629.226","16623.587"],["9233.885","13605.931"],["21315.111","6790.796"],["21283.900","6740.697"],["21364.657","6788.145"],["21401.262","6739.136"],["21346.992","6652.158"],["21318.927","6781.597"],["21307.989","6828.252"],["21295.956","6792.059"],["21309.755","6650.210"],["21290.742","6672.902"],["18370.065","18148.492"],["18434.689","18193.087"],["18390.213","18078.963"],["18314.128","18054.471"],["6583.121","16461.061"],["6578.220","16454.604"],["6580.127","16454.340"],["6568.978","16460.450"],["6566.988","16459.872"],["6566.939","16456.916"],["13605.898","11150.173"],["28591.043","8320.522"],["28606.076","8397.665"],["28698.487","8485.332"],["28575.550","8437.896"],["28684.135","8515.485"],["7860.743","8571.543"],["7850.695","8739.916"],["7925.923","8727.586"],["7933.277","8622.592"],["7832.010","8698.994"],["7915.108","8573.743"],["7729.340","8740.341"],["7740.731","8733.240"],["7898.731","8640.393"],["7729.213","8691.620"],["7905.365","8733.393"],["7736.772","8713.664"],["7866.905","8638.972"],["7825.699","8669.454"],["7917.608","8556.303"],["7778.171","8742.041"],["7878.044","8562.604"],["7838.375","8597.042"],["7911.987","8648.353"],["7800.921","8577.389"],["7855.855","8631.573"],["7790.624","8564.137"],["7822.758","8588.604"],["17569.454","15203.454"],["17515.174","15272.836"],["17549.072","15284.052"],["17459.953","15288.353"],["20518.596","8478.554"],["20518.533","8432.333"],["20473.185","8499.942"],["20561.379","8463.085"],["20499.829","8438.670"],["20507.974","8461.433"],["20564.180","8462.021"],["17992.629","18096.452"],["18039.922","18219.466"],["17940.293","18092.422"],["17936.727","18045.926"],["17986.790","18147.104"],["22649.961","6614.886"],["28734.012","11853.543"],["28625.939","11905.915"],["28686.346","11797.803"],["20883.551","13580.131"],["20849.462","13567.892"],["18765.326","17336.977"],["18722.171","17346.078"],["18703.546","17395.960"],["18728.247","17310.257"],["18847.268","17394.846"],["18800.359","17365.135"],["18702.050","17399.494"],["18684.846","17391.072"],["18704.111","17303.287"],["18725.164","17303.386"],["18706.840","17276.107"],["18743.017","17336.301"],["18803.003","17395.574"],["18752.310","17346.293"],["18718.881","17314.220"],["18703.075","17287.779"],["18694.144","17301.032"],["18711.282","17316.284"],["18745.862","17314.485"],["18711.840","17268.692"],["18814.604","17390.833"],["18764.401","17371.941"],["18791.753","17400.958"],["18834.933","17395.209"],["18696.194","17236.763"],["19600.123","16812.203"],["19659.965","16910.035"],["19613.955","16859.255"],["19515.679","16817.072"],["19613.791","16853.508"],["19603.412","16841.716"],["19696.725","16863.132"],["17460.746","18368.710"],["17501.576","18296.721"],["17518.615","18292.047"],["17427.140","18371.248"],["17416.548","18374.271"],["17486.519","18363.986"],["17506.971","18303.905"],["17520.013","18281.857"],["17418.143","18394.816"],["17440.330","18407.648"],["18747.333","16047.778"],["18837.131","16037.823"],["18862.820","15982.415"],["18685.042","15981.689"],["18879.203","15967.537"],["18873.027","15978.677"],["18858.687","16037.759"],["18739.849","16004.772"],["18762.086","15985.647"],["18841.161","15984.809"],["18818.315","15993.710"],["18879.730","16006.084"],["18806.845","16047.833"],["18722.465","16005.548"],["18767.482","16039.099"],["18807.888","16009.136"],["18831.539","15986.212"],["8563.737","12448.808"],["15209.534","17367.092"],["15221.393","17407.902"],["15280.538","17376.489"],["15229.584","17405.177"],["20308.896","12485.166"],["28368.115","8743.390"],["27749.068","7253.064"],["27734.726","7230.074"],["27787.505","7179.158"],["27797.801","7232.535"],["27728.509","7254.095"],["27849.406","7111.363"],["27804.406","7134.005"],["27909.965","7082.345"],["27836.528","7060.793"],["27881.810","7207.139"],["27862.369","7186.957"],["27914.096","7163.059"],["27747.439","7257.787"],["27786.897","7240.479"],["27783.739","7220.281"],["27742.258","7241.206"],["27758.525","7245.747"],["27731.174","7168.315"],["27846.067","7080.017"],["27785.935","7145.434"],["27838.945","7132.122"],["27852.814","7186.775"],["27870.034","7219.344"],["27885.971","7251.862"],["27765.054","7243.204"],["27788.492","7202.973"],["27748.689","7230.223"],["27726.717","7193.270"],["27872.435","7146.957"],["27833.192","7186.511"],["27908.603","7233.068"],["18749.076","12126.344"],["18728.197","12182.672"],["18722.260","12264.023"],["18718.974","12189.957"],["18758.885","12334.172"],["18777.466","12197.012"],["18825.433","12254.772"],["18873.967","12213.242"],["9874.690","15589.306"],["9853.194","15593.088"],["6034.993","18306.242"],["20713.123","12606.495"],["17938.606","18825.849"],["18006.698","18764.230"],["17918.227","18751.866"],["17929.806","18762.056"],["17999.330","18804.544"],["17936.550","18755.351"],["17908.507","18758.241"],["7768.008","13420.048"],["7742.498","13437.142"],["24368.739","6425.264"],["20368.660","13739.986"],["20403.368","13756.798"],["20420.892","13769.571"],["20395.341","13640.244"],["20469.328","13676.864"],["20552.906","13730.676"],["19171.331","13566.682"],["19145.697","13546.401"],["19599.680","13099.160"],["19551.887","13163.353"],["19689.440","11810.618"],["19623.341","11729.401"],["19579.794","11743.022"],["19528.087","11771.149"],["6662.658","7486.600"],["6624.603","7518.806"],["6579.204","7565.700"],["6648.583","7484.343"],["6608.780","7564.421"],["6569.171","7580.135"],["6574.432","7536.443"],["6592.410","7512.313"],["6633.073","7490.767"],["6546.278","13713.069"],["31544.108","11295.753"],["31658.460","11318.249"],["31641.194","11393.824"],["31516.717","11486.199"],["31597.646","11280.179"],["31570.917","11318.098"],["31564.688","11388.517"],["31693.954","11472.215"],["31673.707","11315.012"],["31661.743","11435.675"],["31663.296","11296.399"],["31562.958","11295.885"],["31562.352","11373.654"],["31665.450","11315.425"],["31625.043","11422.874"],["31672.039","11403.041"],["30352.609","8748.983"],["15003.209","16159.691"],["15046.679","16200.352"],["14956.939","16263.661"],["15060.725","16200.467"],["15069.002","16337.901"],["15037.600","16167.404"],["15046.860","16175.959"],["15053.735","16223.556"],["14958.337","16277.072"],["15028.295","16346.291"],["15009.755","16209.914"],["15005.265","16197.346"],["14920.958","16336.088"],["15013.489","16160.319"],["14898.476","16323.856"],["15090.200","16297.771"],["14912.751","16276.185"],["15047.244","16323.342"],["19700.911","13106.537"],["19591.106","12980.776"],["19523.366","13063.538"],["19386.904","16653.465"],["19344.144","16693.298"],["19321.236","16699.029"],["19419.036","16678.433"],["19321.783","16680.604"],["19392.532","16696.831"],["19393.197","16640.993"],["19461.482","16669.044"],["19395.582","16616.253"],["19345.970","16712.438"],["19941.051","8577.584"],["19943.123","8595.734"],["7483.959","17565.110"],["18755.379","13425.175"],["18690.673","13493.709"],["18833.384","13475.064"],["18736.415","13462.450"],["27005.865","9612.478"],["27059.664","9751.967"],["19045.363","18289.411"],["19046.926","18311.690"],["18917.662","18282.927"],["18990.485","18305.955"],["18970.535","18296.508"],["18954.824","18272.771"],["18992.238","18320.245"],["18969.087","18291.768"],["18981.702","18296.789"],["18965.712","18286.825"],["18965.218","18271.268"],["12299.990","11942.788"],["12233.100","12002.563"],["12290.430","11926.299"],["14879.981","16350.300"],["14866.347","16343.397"],["14882.611","16275.023"],["14848.589","16310.310"],["20510.353","12690.348"],["20479.855","12667.741"],["20432.060","12752.649"],["20406.396","12742.653"],["17606.284","12792.012"],["17603.990","12903.616"],["17592.917","12915.581"],["17411.531","12877.417"],["17439.711","12778.020"],["17538.978","12772.315"],["19509.560","10272.486"],["19497.108","10414.095"],["8495.902","13043.170"],["20076.870","5931.195"],["20076.229","5985.976"],["20044.390","5889.422"],["20054.867","5818.175"],["20047.285","5892.775"],["20008.946","5853.881"],["20122.450","5906.036"],["20133.071","5949.477"],["20011.101","5812.576"],["20073.634","5854.657"],["20115.887","5897.465"],["20021.545","5813.848"],["20030.854","5841.561"],["20071.887","5947.974"],["20117.512","5954.085"],["20023.979","5786.102"],["20070.081","5829.273"],["20060.640","5840.900"],["15243.518","5613.762"],["15302.379","5633.898"],["15253.272","5608.296"],["15254.505","5614.985"],["23073.500","12856.544"],["23006.497","12765.038"],["23058.687","12784.369"],["23016.276","12771.757"],["28208.770","8715.711"],["28246.615","8712.903"],["28255.187","8702.547"],["4841.091","9595.278"],["4783.074","9622.655"],["20789.130","8079.910"],["20864.182","8057.626"],["20944.767","8071.879"],["20891.230","8064.249"],["20958.319","7985.206"],["18069.662","12827.671"],["18044.056","12874.194"],["18204.427","12867.699"],["18250.042","12932.033"],["18247.713","12925.663"],["18202.797","12905.105"],["8986.943","13003.274"],["8958.637","13010.111"],["8908.073","13084.900"],["17342.982","17875.556"],["17339.726","17963.599"],["17247.813","18038.504"],["17355.935","17859.205"],["17250.170","18002.097"],["17328.619","17904.499"],["17309.146","17976.170"],["17397.752","17950.122"],["17360.828","17927.793"],["17382.834","17956.679"],["17350.146","17850.568"],["17278.459","18024.525"],["17246.008","17990.322"],["17289.754","17895.168"],["17310.955","17892.740"],["17281.185","17943.899"],["17269.886","17938.465"],["17373.008","17926.385"],["17371.535","17932.038"],["17228.454","18027.554"],["17327.153","17844.721"],["17253.558","17982.146"],["17280.548","18009.892"],["17292.587","17984.079"],["17313.521","17865.292"],["17306.975","17924.284"],["17307.534","17940.480"],["17276.251","17936.021"],["17302.830","17972.735"],["17324.031","17879.478"],["31067.605","8799.360"],["18140.580","16754.355"],["18127.736","16689.708"],["18114.233","16633.424"],["18159.344","16645.998"],["18210.729","16647.396"],["18106.601","16645.430"],["18135.185","16755.855"],["18109.428","16715.938"],["18186.128","16662.781"],["18128.213","16671.409"],["18064.496","16623.531"],["18089.933","16705.079"],["18055.516","16610.286"],["18143.164","16568.684"],["18193.937","16662.788"],["18155.417","16647.297"],["14022.588","12577.545"],["13857.889","12603.502"],["18257.550","12923.470"],["18301.026","12810.635"],["18419.415","12903.399"],["18260.009","12928.812"],["18340.050","12822.014"],["18264.905","12799.712"],["18354.425","12873.046"],["5934.359","9251.338"],["6010.005","9232.174"],["5916.473","9284.941"],["5924.753","9239.414"],["6016.222","9243.619"],["5914.153","9256.105"],["5927.138","9257.151"],["6027.571","9240.465"],["27628.238","7631.738"],["27701.004","7676.757"],["27666.053","7596.349"],["27663.322","7554.004"],["27718.882","7596.564"],["27606.982","7628.478"],["27703.980","7603.236"],["27589.932","7667.493"],["27702.944","7607.299"],["27707.697","7537.902"],["27719.178","7576.861"],["27693.289","7633.839"],["27597.508","7636.158"],["27674.211","7542.377"],["27705.511","7647.194"],["27629.449","7575.381"],["27722.845","7536.547"],["27668.240","7596.944"],["27690.181","7634.797"],["27713.240","7544.788"],["27723.388","7547.480"],["27657.878","7547.249"],["27667.368","7542.063"],["27713.207","7597.043"],["27724.161","7549.578"],["21077.508","14666.838"],["7419.891","8917.672"],["7383.772","8861.124"],["7358.117","8928.201"],["7435.623","8919.821"],["7446.807","8950.011"],["20196.159","11449.091"],["20274.414","11418.238"],["20278.603","11392.078"],["20298.164","11331.642"],["20327.716","11287.120"],["27212.090","16459.317"],["27284.226","16498.658"],["27180.838","16557.544"],["29679.589","10537.334"],["29708.018","10464.903"],["29649.572","10606.072"],["15131.435","16092.977"],["14697.515","17287.345"],["14734.851","17359.368"],["14729.308","17361.862"],["14746.529","17339.269"],["14700.739","17305.396"],["14780.558","17327.180"],["14694.535","17200.472"],["5752.893","9010.686"],["5770.351","9072.630"],["5806.910","9061.658"],["5757.513","9079.193"],["5767.719","9066.469"],["5806.951","9011.567"],["5743.255","8983.287"],["5793.654","9032.294"],["5751.839","9077.987"],["5795.055","9073.703"],["6338.260","7475.650"],["6416.841","7483.653"],["6419.070","7498.437"],["6273.061","7478.035"],["6310.730","7489.676"],["6423.099","7521.855"],["20277.671","14713.568"],["23570.096","6613.595"],["23550.211","6619.788"],["27486.641","10528.243"],["27463.649","10569.698"],["27498.106","10619.593"],["27514.243","10546.201"],["27495.243","10506.856"],["27460.738","10581.374"],["27496.264","10633.119"],["27485.703","10513.512"],["27470.327","10570.953"],["27491.955","10641.988"],["5624.868","7550.119"],["5635.714","7614.493"],["5632.729","7601.828"],["5674.251","7654.037"],["5684.420","7600.370"],["5690.032","7629.925"],["5718.597","7635.684"],["5713.870","7666.034"],["5771.946","7630.733"],["5629.670","7589.738"],["5645.658","7643.163"],["5672.574","7661.651"],["5692.677","7596.796"],["5683.729","7598.536"],["5704.671","7644.442"],["5696.689","7626.039"],["5701.617","7684.036"],["5770.713","7603.004"],["15414.905","16905.401"],["15468.653","16972.150"],["15393.080","16894.714"],["19673.269","5999.581"],["19702.973","5998.062"],["19728.717","12983.186"],["17635.885","16187.194"],["17701.040","16286.576"],["17713.211","16335.956"],["17635.618","16209.838"],["17792.222","16319.537"],["17827.617","16303.880"],["17800.676","16301.833"],["17657.915","16273.975"],["17665.250","16252.290"],["19669.743","12639.918"],["19589.756","12665.723"],["9562.994","9401.618"],["9548.280","9537.274"],["17269.618","18592.766"],["17244.503","18576.250"],["29309.375","11913.574"],["29298.766","11953.844"],["17075.514","18648.292"],["16992.340","18571.899"],["17166.519","18531.032"],["28163.929","11853.057"],["28205.714","11824.041"],["20789.561","14222.585"],["20823.931","14060.897"],["20980.589","14055.060"],["30936.217","11047.763"],["31046.819","10979.131"],["31014.562","10995.534"],["21160.423","14439.311"],["21191.665","14393.785"],["21189.571","14322.594"],["21131.045","14381.745"],["21025.755","14353.461"],["21015.999","14379.824"],["9407.487","15393.841"],["9368.244","15419.985"],["4497.461","9596.514"],["4481.575","9664.266"],["4557.625","9752.702"],["4551.868","9689.328"],["4426.871","9729.205"],["4471.461","9688.430"],["4391.367","9673.100"],["4480.225","9619.586"],["4496.312","9659.410"],["4555.733","9719.424"],["4528.365","9713.291"],["4409.075","9725.522"],["4478.517","9716.341"],["4400.330","9670.772"],["19789.931","14243.285"],["21778.240","8708.998"],["21763.452","8701.877"],["21772.169","8696.031"],["15773.111","18569.938"],["15859.348","18589.837"],["15789.730","18560.258"],["15801.119","18590.322"],["15790.337","18504.618"],["15767.952","18535.386"],["15822.716","18622.208"],["15819.114","18616.841"],["15854.710","18628.978"],["15875.483","18618.508"],["20349.609","12831.189"],["20332.760","12884.291"],["20321.863","12924.748"],["20310.003","12797.217"],["22144.041","6584.576"],["22164.913","6503.354"],["22143.169","6589.927"],["22205.834","6494.716"],["24953.965","5993.514"],["15531.496","18383.851"],["15657.198","18466.221"],["15652.419","18410.832"],["15566.499","18437.024"],["15558.440","18428.783"],["15620.397","18380.211"],["15543.058","18406.279"],["15555.542","18424.479"],["15603.044","18424.226"],["15643.210","18438.312"],["7576.655","18715.755"],["7585.191","18743.467"],["8569.915","13816.411"],["8587.037","13830.118"],["22226.304","8116.122"],["22096.999","8150.594"],["22203.583","8143.210"],["22124.799","8192.795"],["22183.962","8163.194"],["22146.772","8143.431"],["30966.155","8697.472"],["30885.489","8716.836"],["31040.588","8631.117"],["21001.444","7516.182"],["21021.533","7659.290"],["21109.533","7503.512"],["21065.224","7559.581"],["21070.775","7581.389"],["21070.759","7546.129"],["21036.319","7653.097"],["21007.585","7590.950"],["21025.283","7644.427"],["21074.106","7527.509"],["21095.520","7653.388"],["21097.510","7610.102"],["21102.440","7493.743"],["26419.773","7348.326"],["26435.924","7363.602"],["14333.275","13093.403"],["14347.371","13103.874"],["14429.426","13074.859"],["14356.819","13155.596"],["18573.201","12373.981"],["18651.716","12369.375"],["18122.746","12608.149"],["18207.815","12673.474"],["18134.496","12628.327"],["18192.457","12660.337"],["17173.986","18491.379"],["29021.456","11058.583"],["27473.120","7521.635"],["27494.291","7573.257"],["27426.643","7607.097"],["27413.057","7509.789"],["27506.264","7648.517"],["27427.054","7656.890"],["27432.383","7618.757"],["27495.867","7535.723"],["27354.833","7651.456"],["27355.771","7656.461"],["27372.514","7633.620"],["27499.057","7537.688"],["18824.985","15250.099"],["18826.400","15252.626"],["18794.804","15231.900"],["18814.388","15181.363"],["18828.658","15172.561"],["18866.964","15149.572"],["20772.967","13622.360"],["20572.188","13635.658"],["20602.460","13722.647"],["20737.856","13705.721"],["20691.512","13671.975"],["6032.989","9532.395"],["6026.245","9543.328"],["6035.604","9560.933"],["20391.661","12309.237"],["20467.656","12222.039"],["20501.325","12137.391"],["6873.696","13221.342"],["6234.656","12974.481"],["6191.843","12977.322"],["23221.974","6522.089"],["23281.830","6523.973"],["23263.478","6496.069"],["23251.333","6606.612"],["23250.428","6553.968"],["23261.027","6449.645"],["23217.435","6605.853"],["23245.559","6557.205"],["23298.528","6484.350"],["23204.819","6537.811"],["23157.982","6619.399"],["23251.679","6604.102"],["23262.845","6562.985"],["6553.196","9107.224"],["6543.148","9130.500"],["6530.197","9070.599"],["6564.518","9113.591"],["6622.051","9131.363"],["6554.144","9095.901"],["6558.065","9084.120"],["6512.457","9121.962"],["6667.586","9125.063"],["6655.768","9143.154"],["6557.384","9110.467"],["28616.975","11960.014"],["28687.784","12029.195"],["28525.954","11981.791"],["28521.644","12036.631"],["28387.857","12015.134"],["8530.431","11809.899"],["8542.717","11812.739"],["8529.856","11795.745"],["8495.134","11738.320"],["8506.236","11733.993"],["8467.120","11760.850"],["8457.169","11768.712"],["8463.604","11834.331"],["8443.011","11828.319"],["8411.994","11792.821"],["8422.915","11781.954"],["8441.611","11911.194"],["8452.236","11888.700"],["8449.593","11877.842"],["8475.942","11859.906"],["8381.878","11720.640"],["8367.766","11747.412"],["8516.384","11718.056"],["8523.851","11721.673"],["8482.597","11750.991"],["8453.238","11776.358"],["8460.676","11815.091"],["8461.778","11829.459"],["8428.655","11811.566"],["8420.580","11801.722"],["8436.232","11888.618"],["8473.129","11864.250"],["8468.458","11875.976"],["8383.194","11740.261"],["8552.093","11726.514"],["19475.169","15001.165"],["19497.400","15049.283"],["19500.897","14998.622"],["19493.238","14970.223"],["19503.502","14989.187"],["19480.580","15052.923"],["19322.728","14986.897"],["19505.355","14985.357"],["19507.013","14983.444"],["19493.216","15010.653"],["19503.792","14982.640"],["19477.793","15001.903"],["19489.998","15016.182"],["19496.100","15007.961"],["19496.914","15004.332"],["19467.195","15024.242"],["19489.501","15020.361"],["19482.189","15002.973"],["19472.128","15018.679"],["19325.986","15000.961"],["19355.154","14988.606"],["27977.095","17111.901"],["28039.380","17173.981"],["27977.791","17112.889"],["28021.327","17123.479"],["27989.579","17140.506"],["27967.362","17113.142"],["27650.226","11624.848"],["18740.876","14925.090"],["18680.098","15048.858"],["18732.290","14935.858"],["31962.241","11762.416"],["32036.587","11739.886"],["32142.850","11712.147"],["32029.498","11717.855"],["6166.314","13801.458"],["6149.061","13815.397"],["27636.692","12388.174"],["27667.889","12468.244"],["27610.278","12468.103"],["27723.735","12533.727"],["13869.596","12795.453"],["18088.484","18582.384"],["18172.151","18516.937"],["18155.616","18648.147"],["18060.244","18577.974"],["18130.095","18472.792"],["18181.006","18644.663"],["18056.823","18512.706"],["18112.957","18490.397"],["18160.496","18638.024"],["6340.085","8024.023"],["6304.863","7944.377"],["6383.983","8097.995"],["6445.278","8054.172"],["6251.473","7922.624"],["6290.216","7977.849"],["6282.869","7971.775"],["6334.297","8051.184"],["6388.188","7961.828"],["6325.140","7919.318"],["6345.069","8055.732"],["6259.521","8037.842"],["6262.867","7901.772"],["6300.603","7921.635"],["6394.027","7913.265"],["6459.126","8059.044"],["6380.746","8025.244"],["6252.526","7952.864"],["6282.080","7994.863"],["6332.225","8038.599"],["6377.837","8057.126"],["6393.615","7933.504"],["6392.722","7901.732"],["6429.386","7912.136"],["6346.550","7919.878"],["6350.981","7921.276"],["6332.657","7913.422"],["27390.653","12055.469"],["27391.229","12006.230"],["17933.140","16744.014"],["17884.637","16590.510"],["17913.031","16772.060"],["18010.496","16642.648"],["18013.818","16641.856"],["17867.491","16643.692"],["17991.031","16588.487"],["17945.690","16737.573"],["17834.893","16659.602"],["17910.349","16728.051"],["17831.642","16617.439"],["17916.484","16626.011"],["17853.063","16623.261"],["17983.524","16611.289"],["17991.483","16644.861"],["17841.636","16673.420"],["17914.687","16583.185"],["17985.669","16587.529"],["17900.739","16701.735"],["18021.878","16677.710"],["17911.565","16661.096"],["17968.144","16635.431"],["17837.853","16639.233"],["17864.251","16672.991"],["16325.230","16477.759"],["16344.969","16543.544"],["16217.746","16477.993"],["16328.487","16502.764"],["16345.049","16423.639"],["16335.989","16548.532"],["16341.595","16510.063"],["16301.349","16436.306"],["16231.496","16422.832"],["16303.654","16368.825"],["16297.977","16512.887"],["16259.276","16437.448"],["16336.694","16511.137"],["16318.816","16481.855"],["16215.608","16506.845"],["16320.002","16536.360"],["16352.165","16384.033"],["16319.967","16518.602"],["16288.457","16357.033"],["16234.687","16518.901"],["16248.388","16411.287"],["16341.579","16495.662"],["21256.174","7409.631"],["21205.187","7443.107"],["21231.437","7427.451"],["21258.394","7387.748"],["21234.447","7450.060"],["21252.704","7369.202"],["28370.247","10382.433"],["28456.911","10366.992"],["28504.120","10427.366"],["28561.173","10349.791"],["19768.560","10073.877"],["19879.568","10153.144"],["19737.200","10177.729"],["19728.257","10128.887"],["19813.892","10122.263"],["19918.353","10210.193"],["19884.410","10187.615"],["18008.150","12885.691"],["17993.735","12873.576"],["17996.450","12820.524"],["20719.763","6821.390"],["20690.124","6806.163"],["20577.398","6791.836"],["20621.461","6716.444"],["20722.674","6647.257"],["20600.704","6784.074"],["20572.760","6784.107"],["20640.786","6809.358"],["20659.586","6808.731"],["20734.697","6641.229"],["20755.470","6752.439"],["20689.697","6794.850"],["20703.957","6817.393"],["20710.486","6766.080"],["20758.447","6814.107"],["20613.944","6721.117"],["20627.875","6785.989"],["20582.563","6815.535"],["20650.967","6803.033"],["18634.784","16749.773"],["18569.166","16578.425"],["18609.225","16714.909"],["18586.830","16611.885"],["18597.498","16752.432"],["18579.100","16577.005"],["18615.738","16720.690"],["16907.313","17682.839"],["16931.935","17701.947"],["16919.419","17736.828"],["16929.465","17788.925"],["16778.587","17703.722"],["16858.702","17678.652"],["16783.307","17658.239"],["16783.869","17692.498"],["16913.340","17727.937"],["16899.238","17702.013"],["16914.219","17816.605"],["16937.245","17786.200"],["16935.485","17743.343"],["16857.846","17676.373"],["16787.205","17646.348"],["16947.905","17676.436"],["16908.206","17671.192"],["16882.171","17641.721"],["16981.998","17726.093"],["16825.799","17637.086"],["16828.233","17632.049"],["16816.383","17712.892"],["16959.158","17765.469"],["16884.156","17689.065"],["16894.435","17731.510"],["16890.011","17727.496"],["16916.291","17790.692"],["16939.844","17827.604"],["16947.146","17739.726"],["16780.577","17644.350"],["16853.570","17726.662"],["16859.146","17678.718"],["16830.914","17628.845"],["16829.845","17637.945"],["7823.855","9070.785"],["7891.098","9058.948"],["7876.841","9075.638"],["7912.182","9025.908"],["7921.339","9137.887"],["7805.602","9048.569"],["7864.041","9091.248"],["7856.146","8985.148"],["7834.172","9083.056"],["7864.698","9005.891"],["6287.560","13025.762"],["6418.695","13162.063"],["17847.236","14968.294"],["14564.325","15636.532"],["14523.782","15706.772"],["14525.624","15684.245"],["14511.562","15671.809"],["14576.973","15631.033"],["14524.868","15614.732"],["23761.257","11161.957"],["23732.185","11134.872"],["23844.523","11131.107"],["23857.874","11116.997"],["23752.343","11156.524"],["23748.057","11130.446"],["23852.664","11152.428"],["23859.733","11107.468"],["23763.823","11158.307"],["23753.353","11123.791"],["23837.977","11154.046"],["23853.236","11104.924"],["7855.487","11899.888"],["7871.770","11800.590"],["7846.262","11880.771"],["7856.376","11819.137"],["7857.691","11904.595"],["7830.454","11896.816"],["18622.362","12679.738"],["18589.243","12566.692"],["18608.984","12586.708"],["18471.164","12628.543"],["18558.144","12660.769"],["18635.705","12705.790"],["14845.762","16692.075"],["14878.229","16705.238"],["14772.019","16622.233"],["14708.351","16695.181"],["14774.298","16688.168"],["14770.687","16727.320"],["14870.219","16707.963"],["14786.937","16647.056"],["14853.508","16700.052"],["14737.989","16732.159"],["14715.177","16700.830"],["14741.739","16726.940"],["14859.675","16569.455"],["14860.926","16700.267"],["14874.594","16700.993"],["14855.973","16606.949"],["14845.398","16589.430"],["21590.822","14588.007"],["21525.289","14541.169"],["21578.346","14520.182"],["21572.635","14471.400"],["21442.669","14461.230"],["7251.509","9065.438"],["7276.833","9036.924"],["7280.895","9026.206"],["7279.394","8995.767"],["7284.798","9056.404"],["7275.879","9000.111"],["19359.610","18193.825"],["19412.963","18080.640"],["19443.606","18111.666"],["19506.204","18102.830"],["19446.829","18091.765"],["19319.881","18050.333"],["19367.024","18193.964"],["19441.532","18069.509"],["19497.668","18130.840"],["19425.563","18085.275"],["19459.444","18104.234"],["19326.662","18101.132"],["19451.038","18081.119"],["19447.142","18144.317"],["19319.585","18047.360"],["19307.747","18184.435"],["19339.833","18225.267"],["21492.855","15811.688"],["21474.154","15796.251"],["21502.980","15735.196"],["20011.843","13567.641"],["19956.849","13534.113"],["6138.464","14122.800"],["6132.214","14136.458"],["19673.928","15502.835"],["19686.798","15471.350"],["19577.334","15503.919"],["19575.731","15484.215"],["19665.843","15504.532"],["19687.814","15465.360"],["19693.159","15490.727"],["15506.007","17305.682"],["15466.629","17313.988"],["15382.223","17203.764"],["15380.189","17251.904"],["21980.016","6169.250"],["21986.809","6174.056"],["6455.832","7883.150"],["6400.435","7732.594"],["6350.281","7782.248"],["6274.618","7829.673"],["6257.259","7773.339"],["6325.662","7717.484"],["6344.292","7721.080"],["6313.194","7888.326"],["6280.807","7887.805"],["6443.282","7889.376"],["6400.702","7885.298"],["6370.913","7858.407"],["6376.863","7832.645"],["6414.793","7812.013"],["6380.582","7755.363"],["6305.978","7814.737"],["6329.183","7772.127"],["6261.026","7779.318"],["6347.647","7720.204"],["6301.580","7876.294"],["6369.811","7865.657"],["6404.264","7838.986"],["6433.790","7823.260"],["6354.315","7752.605"],["6320.611","7777.786"],["6306.290","7800.600"],["16774.620","18014.237"],["18684.596","8362.772"],["18697.322","8336.944"],["18685.902","8324.017"],["18680.739","8329.783"],["18690.947","8347.824"],["20361.687","15993.574"],["20396.423","16009.032"],["18624.468","13594.417"],["18538.250","13533.587"],["18514.169","13537.480"],["18523.668","13512.047"],["19124.035","12622.019"],["19146.982","12720.618"],["19107.063","12671.143"],["19155.729","12701.652"],["19259.746","12591.967"],["18440.168","13478.191"],["18751.589","13706.084"],["18742.832","13631.033"],["5439.133","9385.467"],["5437.678","9510.778"],["5523.082","9575.111"],["5427.440","9396.055"],["5459.636","9490.681"],["5481.077","9511.355"],["5517.844","9446.704"],["5473.678","9426.001"],["5566.921","9580.479"],["5550.434","9563.419"],["5440.927","9409.168"],["5456.182","9510.318"],["5427.813","9510.430"],["5482.854","9507.259"],["5491.441","9469.752"],["5436.342","9430.658"],["5544.678","9581.255"],["17320.130","17817.424"],["17375.665","17791.655"],["17348.913","17775.310"],["17394.257","17778.691"],["17332.794","17806.637"],["17330.876","17668.500"],["17337.202","17829.048"],["17371.347","17784.822"],["17388.615","17771.309"],["17355.591","17828.902"],["17394.645","17827.791"],["17371.718","17785.792"],["17385.566","17779.616"],["18801.388","11904.496"],["18784.114","11790.746"],["18769.626","11792.223"],["18824.292","11825.298"],["18811.118","11887.159"],["18793.129","11840.575"],["18838.628","11804.714"],["18686.577","11719.315"],["18846.231","11860.207"],["19699.109","12308.019"],["19559.203","12152.067"],["19518.975","12333.620"],["19622.378","12236.958"],["19572.224","12269.360"],["12251.452","10184.539"],["19280.787","17628.727"],["19286.395","17650.263"],["19279.586","17624.516"],["16828.611","14524.076"],["27712.972","10756.193"],["27642.293","10651.966"],["7427.149","8117.750"],["18970.035","12277.143"],["18942.240","12305.940"],["19049.679","11999.894"],["19075.533","12008.461"],["11832.299","9484.608"],["20649.976","12536.200"],["20651.004","12367.369"],["20655.244","12468.136"],["20757.550","12476.708"],["20736.141","12349.927"],["20633.017","12341.075"],["5435.026","9324.274"],["5593.428","9199.447"],["5460.755","9213.256"],["5507.293","9217.206"],["5484.613","9165.116"],["5436.769","9310.137"],["5490.434","9322.250"],["5601.231","9232.972"],["5541.552","9263.972"],["5561.559","9201.098"],["5457.333","9231.357"],["5497.885","9224.423"],["5458.677","9326.487"],["5508.756","9327.766"],["5575.162","9257.151"],["5544.184","9281.544"],["5593.204","9202.337"],["5457.695","9222.191"],["5494.053","9229.757"],["5474.531","9171.260"],["28277.773","8063.347"],["28334.056","8061.993"],["28298.481","8095.106"],["28260.553","7985.989"],["28249.780","8029.127"],["28154.132","8094.207"],["28257.538","7903.779"],["28309.265","7906.520"],["28272.691","8033.355"],["28299.632","7967.509"],["28276.030","8049.210"],["28269.956","7911.013"],["28225.564","7981.896"],["28194.693","7904.671"],["28152.504","7978.452"],["28231.803","8021.448"],["28281.633","8091.898"],["28350.860","8105.655"],["31590.393","11277.619"],["31592.044","11073.469"],["31661.616","11191.878"],["31520.014","11171.197"],["31663.641","11218.150"],["31694.233","11225.019"],["31547.712","11258.119"],["31612.932","11076.855"],["31715.983","11099.258"],["31539.858","11083.837"],["31625.678","11225.156"],["31605.935","11211.256"],["31672.161","11265.747"],["31690.271","11152.273"],["31534.589","11215.099"],["31611.692","11245.063"],["31657.247","11104.084"],["31694.655","11193.991"],["31711.651","11218.396"],["19969.040","5496.178"],["19979.994","5507.342"],["19950.718","5525.195"],["20071.943","5513.679"],["20047.551","5533.629"],["20007.519","5524.959"],["20001.466","5501.111"],["20095.152","5468.924"],["20088.704","5402.814"],["20016.599","5494.242"],["19946.688","5432.478"],["19940.882","5486.665"],["20049.887","5535.809"],["20024.295","5550.310"],["20004.426","5515.595"],["20074.065","5532.622"],["19937.780","5382.629"],["20087.714","5546.708"],["20094.214","5384.218"],["20124.017","5446.133"],["19971.919","5461.842"],["20016.877","5568.344"],["20045.019","5507.766"],["20007.584","5534.472"],["20055.826","5396.786"],["20003.918","5506.695"],["19993.589","5423.706"],["22086.164","14795.460"],["28359.397","8095.168"],["28439.402","7989.127"],["28407.000","8107.327"],["28443.119","7970.349"],["9757.901","14788.001"],["9811.766","14769.669"],["7994.243","12852.361"],["17362.679","12752.938"],["17397.324","12555.554"],["15690.080","18358.012"],["15611.885","18337.454"],["15696.586","18419.724"],["15658.652","18398.264"],["15683.040","18388.565"],["15716.017","18332.149"],["15667.838","18322.475"],["15610.223","18320.377"],["15708.478","18430.591"],["15701.241","18432.820"],["15653.957","18391.438"],["13803.788","14582.118"],["13647.576","14627.542"],["13630.964","14594.594"],["16437.077","16614.272"],["16511.844","16656.257"],["16512.728","16756.407"],["16431.558","16767.943"],["16444.124","16762.410"],["16392.907","16681.997"],["16465.942","16588.112"],["16498.903","16638.302"],["16443.722","16638.401"],["16486.880","16568.112"],["16492.173","16665.506"],["16500.923","16701.955"],["16449.213","16644.895"],["16500.541","16735.878"],["16546.708","16774.987"],["16479.488","16768.678"],["16527.630","16772.741"],["16362.626","16730.477"],["16359.930","16756.266"],["16424.437","16729.313"],["16396.279","16702.922"],["16383.318","16695.589"],["16365.084","16622.817"],["16377.255","16632.165"],["16442.422","16611.663"],["16545.556","16650.872"],["16508.061","16681.080"],["16524.471","16725.963"],["16392.233","16772.567"],["16385.440","16750.321"],["16440.818","16690.602"],["16422.973","16732.352"],["16357.354","16581.760"],["14406.138","15833.489"],["14439.468","15857.677"],["14379.435","15892.475"],["14363.267","15860.831"],["14400.175","15928.742"],["15702.634","13412.039"],["15669.911","13505.463"],["15701.205","13533.306"],["15721.050","13448.656"],["15702.108","13399.075"],["15670.421","13526.074"],["15670.481","13591.423"],["15692.691","13500.079"],["15699.823","13595.750"],["7586.901","13550.528"],["7626.457","13533.269"],["7572.182","13432.590"],["7537.248","13440.897"],["7517.414","13536.234"],["17998.529","15465.600"],["17983.498","15349.856"],["30790.641","9356.156"],["30723.164","9262.432"],["30776.275","9274.188"],["30716.567","9326.126"],["19341.905","18294.169"],["27321.531","9341.419"],["4464.338","9317.461"],["4481.347","9233.972"],["4532.578","9278.568"],["4565.449","9291.875"],["4522.672","9218.004"],["4460.658","9197.111"],["4563.763","9353.605"],["4545.210","9277.346"],["4497.235","9259.373"],["4481.394","9334.224"],["4508.856","9248.475"],["4452.468","9193.049"],["16309.824","17867.299"],["16330.087","17847.993"],["16317.949","17849.083"],["16365.894","14016.108"],["16385.861","14015.877"],["5383.346","8410.046"],["5254.730","8389.134"],["5363.852","8431.931"],["5304.459","8516.027"],["5266.246","8516.270"],["5205.028","8456.057"],["5318.375","8325.234"],["5299.224","8356.240"],["5343.776","8399.095"],["5276.773","8424.431"],["5377.290","8454.753"],["5334.845","8504.407"],["5211.246","8364.811"],["5202.935","8379.894"],["5257.181","8369.184"],["5382.964","8448.330"],["5370.955","8504.796"],["5264.667","8500.581"],["5322.965","8371.796"],["5313.467","8358.733"],["5323.003","8397.394"],["5289.437","8404.729"],["5383.030","8481.178"],["5336.441","8493.556"],["14633.205","15793.127"],["14649.142","15782.508"],["14662.086","15816.083"],["14582.004","15764.787"],["24131.490","6205.648"],["28161.563","7683.361"],["28160.526","7635.153"],["28186.349","7511.107"],["28149.765","7489.547"],["28167.072","7552.758"],["28168.898","7648.794"],["28195.000","7616.424"],["28193.207","7636.210"],["28169.222","7496.533"],["28231.771","7489.267"],["28169.507","7624.798"],["28209.260","7645.789"],["28202.780","7520.454"],["28148.893","7481.703"],["19758.568","8557.600"],["19804.628","8544.802"],["19900.672","8734.206"],["19806.520","8567.164"],["19935.492","8625.247"],["19752.046","8540.293"],["15412.240","5134.310"],["15498.477","5144.889"],["15488.543","5128.621"],["19239.632","12306.767"],["19241.960","12271.035"],["19264.349","12215.333"],["19169.650","12139.690"],["9284.197","13591.909"],["13812.422","15861.831"],["13737.438","15877.504"],["13743.507","15903.466"],["8582.816","12414.919"],["14813.622","6096.526"],["14763.628","6078.335"],["14830.283","6079.432"],["14755.947","6072.555"],["14816.056","6082.636"],["14785.799","6028.112"],["5894.497","9526.764"],["5872.091","9480.579"],["5955.553","9529.218"],["5928.244","9469.621"],["5960.152","9486.563"],["5982.710","9452.585"],["5936.905","9529.887"],["5870.479","9557.425"],["5859.069","9521.792"],["5856.039","9463.651"],["5864.808","9582.073"],["5999.178","9511.920"],["5972.033","9502.661"],["5944.248","9472.693"],["5960.325","9443.981"],["5904.043","9522.635"],["5864.278","9562.908"],["5888.592","9545.426"],["5888.802","9498.366"],["6040.620","9512.536"],["6012.024","9514.149"],["5977.987","9508.640"],["5929.428","9477.152"],["5989.642","9475.151"],["5995.012","9461.371"],["9645.104","10456.691"],["21260.467","15402.388"],["21383.402","15337.404"],["21297.356","15312.982"],["21223.516","15359.401"],["15752.783","17629.993"],["31617.854","10194.999"],["31702.391","10165.450"],["31707.017","10076.518"],["31600.393","10077.975"],["5640.534","9231.055"],["5640.699","9256.976"],["5645.057","9234.251"],["31842.773","8566.529"],["31884.866","8553.621"],["31869.675","8692.466"],["31877.031","8671.877"],["31870.399","8618.053"],["31848.818","8607.627"],["31873.041","8641.214"],["31887.998","8625.925"],["16756.925","15576.516"],["16726.296","15548.968"],["16744.212","15610.422"],["16750.810","15625.650"],["14230.725","15430.423"],["16012.703","17528.891"],["16027.487","17509.672"],["15947.328","17577.154"],["15978.940","17590.829"],["16132.296","17545.486"],["15962.124","17565.974"],["15999.281","17578.057"],["15971.239","17517.859"],["16004.824","17523.705"],["16012.175","17497.467"],["16037.060","17495.387"],["16010.875","17481.349"],["5180.445","7925.140"],["5157.291","8044.065"],["20358.898","15435.886"],["20413.370","15317.745"],["20429.508","15308.498"],["20475.879","15347.792"],["20462.737","15397.125"],["20410.715","15400.972"],["20392.296","15393.755"],["20548.241","15463.476"],["20562.906","15364.802"],["20438.991","15468.153"],["15218.748","18094.222"],["17763.084","17384.313"],["17680.551","17348.216"],["17689.055","17351.701"],["17680.826","17237.545"],["17756.686","17386.725"],["17670.420","17404.847"],["17768.759","17384.016"],["17827.876","17223.333"],["17638.025","17363.577"],["17655.683","17380.322"],["17674.943","17406.135"],["17684.219","17349.571"],["15591.555","5395.738"],["15551.231","5398.475"],["15602.974","5360.869"],["15625.856","5449.841"],["15556.560","5405.957"],["15606.362","5372.133"],["15598.241","5438.594"],["15580.096","5409.854"],["15626.152","5442.607"],["23238.953","6639.060"],["23172.400","6687.799"],["23125.976","6634.577"],["23198.081","6639.175"],["23192.433","6695.280"],["23125.120","6647.426"],["23193.624","6634.402"],["23191.710","6654.735"],["8660.770","13029.623"],["8745.475","13102.157"],["8631.925","13184.134"],["8580.523","13148.632"],["6771.771","7497.655"],["6778.633","7638.339"],["6780.824","7615.904"],["6763.109","7632.638"],["6760.386","7633.208"],["6739.693","7672.475"],["6736.160","7683.443"],["6817.178","7611.238"],["6723.366","7623.530"],["6804.130","7584.125"],["6774.315","7556.345"],["6870.361","7649.287"],["6775.307","7479.026"],["6778.921","7677.022"],["6785.755","7641.395"],["6816.975","7615.540"],["6705.361","7578.652"],["6773.863","7667.849"],["6759.874","7644.234"],["6842.688","7601.775"],["6717.165","7626.023"],["6782.190","7557.370"],["6770.730","7580.375"],["28186.059","8772.269"],["28189.921","8894.490"],["28177.240","8818.718"],["28310.381","8832.360"],["28247.717","8795.597"],["28179.049","8875.200"],["28186.006","8753.615"],["28213.572","8799.544"],["28211.964","8834.739"],["19306.110","11244.366"],["19457.944","11171.388"],["19408.976","11213.391"],["19354.751","11226.832"],["19472.755","11260.858"],["8295.671","13249.026"],["8318.664","13244.055"],["8267.864","13230.801"],["20166.892","6649.477"],["20172.024","6746.355"],["20303.882","6783.994"],["20291.466","6816.531"],["20165.774","6686.917"],["20172.258","6677.130"],["20267.683","6821.816"],["22668.385","6328.985"],["22543.961","6327.152"],["22528.582","6389.233"],["22522.546","6267.251"],["5521.707","11507.954"],["24895.346","5984.348"],["19542.182","17397.697"],["19532.659","17386.467"],["19552.961","17402.888"],["19548.804","17243.901"],["19593.443","17254.834"],["19616.329","17390.035"],["19650.556","17328.565"],["19712.112","17318.295"],["19527.906","17366.252"],["19523.307","17262.942"],["19618.064","17280.879"],["19579.578","17282.646"],["19660.441","17319.945"],["19618.221","17358.987"],["19700.270","17383.894"],["20316.026","12994.202"],["20267.284","13037.827"],["20321.953","13039.795"],["31762.660","8250.409"],["5852.607","9021.089"],["5854.926","9039.768"],["5857.031","9007.118"],["4783.630","9317.998"],["4820.651","9358.121"],["4816.901","9361.507"],["29859.500","10180.393"],["27485.233","11011.691"],["10345.270","12483.272"],["10318.247","12445.865"],["10293.083","12462.496"],["10299.382","12479.936"],["10324.563","12442.100"],["10306.866","12423.206"],["7008.820","16658.838"],["7009.445","16667.475"],["7010.364","16656.210"],["7017.897","16653.171"],["7014.560","16666.798"],["18426.072","13368.587"],["18340.430","13350.836"],["18422.069","13371.292"],["15677.389","5140.258"],["15695.936","5134.540"],["15690.131","5146.332"],["7670.938","18266.725"],["7707.568","18256.243"],["30582.220","9351.577"],["30666.910","9355.853"],["31495.549","10722.593"],["31490.968","10778.523"],["31499.700","10792.795"],["31425.816","10788.631"],["31339.979","10790.254"],["31495.162","10776.954"],["31462.759","10809.343"],["31415.158","10822.157"],["31348.697","10808.933"],["31443.287","10758.606"],["31506.141","10695.442"],["31462.414","10841.185"],["31419.764","10786.831"],["31367.775","10810.073"],["27863.932","12832.012"],["27867.633","12818.750"],["22342.976","15445.803"],["22271.276","15435.708"],["12864.349","9079.927"],["20367.513","13135.680"],["20515.043","13127.960"],["20381.384","13001.423"],["20424.837","13001.168"],["20385.859","13054.970"],["20514.119","13065.247"],["20456.482","13116.194"],["20447.561","13022.274"],["31600.461","9956.764"],["31698.265","9802.662"],["31705.637","9814.208"],["7404.338","17448.923"],["7499.107","17572.691"],["16260.465","12541.645"],["16354.096","12541.782"],["16158.562","12512.030"],["16252.369","12522.869"],["19932.898","6319.514"],["19931.302","6343.345"],["19910.195","6207.995"],["19926.187","6366.995"],["14047.522","16171.993"],["14074.891","16158.698"],["14078.986","16184.660"],["18962.262","13843.537"],["19022.914","13940.721"],["18956.686","13883.587"],["18967.903","13855.461"],["19009.262","13913.917"],["19012.601","13856.510"],["19035.628","13934.908"],["18970.009","13850.589"],["14309.000","15564.751"],["14295.076","15660.297"],["18544.838","15011.792"],["18562.733","14993.509"],["18537.588","15044.419"],["18550.677","14953.559"],["18603.595","14939.724"],["18571.358","14905.339"],["18555.170","15030.249"],["18583.155","18623.636"],["18590.622","18605.865"],["18562.269","18474.658"],["18580.838","18477.003"],["18520.339","18550.762"],["18530.076","18538.557"],["18468.085","18649.984"],["18577.497","18640.102"],["18640.711","18626.608"],["18591.627","18499.629"],["18570.114","18482.783"],["18533.842","18535.997"],["18524.451","18508.797"],["18467.937","18646.730"],["18625.708","12264.704"],["18475.387","12229.965"],["18527.663","12250.470"],["18543.721","12329.780"],["18577.157","12158.328"],["18481.613","12177.968"],["18574.125","12244.093"],["18475.758","12200.093"],["18671.205","12177.350"],["18614.948","12234.364"],["18631.758","12901.837"],["18359.163","18731.431"],["18337.123","18719.128"],["18459.165","18708.252"],["18355.479","18707.484"],["18456.895","18716.262"],["18427.948","18690.564"],["19524.121","11114.542"],["19560.770","11081.705"],["19684.588","11185.830"],["19633.632","11192.004"],["19586.238","11164.374"],["19554.165","11232.446"],["19640.812","11232.690"],["19530.545","11275.705"],["16820.801","18234.631"],["16866.723","18215.416"],["18150.332","13068.051"],["18222.139","13042.835"],["18234.776","13112.162"],["18181.020","13041.746"],["18187.037","13031.495"],["18161.089","13131.196"],["18220.036","13115.863"],["18687.148","12607.484"],["20317.170","8258.681"],["20339.456","8276.600"],["20537.406","6553.852"],["20460.022","6604.141"],["20434.183","6614.628"],["20385.120","6594.628"],["20456.485","6579.434"],["20434.068","6536.659"],["20512.949","6530.218"],["20417.944","6462.931"],["20512.538","6556.428"],["20538.015","6611.160"],["20553.311","6500.194"],["20389.578","6581.878"],["20493.212","6512.167"],["20557.735","6525.445"],["20548.097","6599.483"],["20428.734","6512.691"],["20468.569","6417.993"],["20509.145","6491.568"],["20487.763","6464.104"],["20515.235","6474.727"],["20469.594","6608.534"],["20500.351","6509.326"],["20538.854","6498.905"],["20453.624","6553.389"],["20441.650","6521.251"],["20520.614","6490.037"],["20506.420","6499.847"],["20480.334","6580.590"],["20442.801","6569.178"],["17020.631","18117.059"],["17034.851","18246.260"],["17020.221","18168.081"],["17163.454","18146.707"],["17142.650","18216.035"],["17041.236","18137.692"],["17166.245","18118.109"],["17184.421","18230.907"],["17041.042","18092.418"],["16998.131","18127.414"],["17020.081","18241.933"],["17025.048","18224.427"],["17050.385","18214.324"],["17074.530","18154.423"],["17164.326","18146.096"],["17189.918","18130.670"],["17121.679","18224.474"],["17143.455","18226.885"],["17197.468","18058.834"],["17005.890","18186.974"],["17044.870","18142.663"],["17080.746","18215.599"],["17093.329","18218.357"],["17187.777","18240.849"],["17014.299","18139.635"],["17035.417","18112.104"],["17016.618","18069.017"],["16999.637","18249.811"],["17017.820","18182.069"],["17008.774","18184.629"],["17028.116","18190.096"],["17161.793","18175.526"],["17175.719","18102.717"],["17122.896","18214.878"],["17102.896","18245.201"],["17153.158","18132.074"],["20901.209","11933.883"],["28178.504","12787.425"],["6132.653","8768.928"],["6158.570","8765.520"],["6071.051","8774.445"],["6103.113","8783.015"],["6180.181","8776.321"],["6063.781","8789.721"],["6124.922","8792.643"],["6159.359","8766.329"],["6069.176","8785.213"],["22152.511","6259.737"],["22247.215","6249.002"],["22184.798","6411.611"],["22092.199","6340.629"],["22098.251","6414.964"],["22152.182","6342.759"],["31106.351","9631.976"],["31120.644","9690.765"],["31184.077","9798.763"],["31989.940","11038.742"],["32070.859","10954.817"],["32087.424","11054.173"],["32029.809","10887.986"],["32137.747","10970.540"],["32131.441","10912.420"],["31996.988","10939.404"],["32056.762","10907.923"],["32039.899","10933.145"],["32069.032","10879.186"],["31973.703","10927.517"],["31998.526","11001.583"],["31946.780","10959.682"],["32127.093","11054.915"],["32144.901","10963.455"],["32131.507","10882.643"],["32023.830","10935.193"],["32101.252","10923.282"],["31977.453","10913.594"],["28562.574","8696.176"],["28430.049","8550.809"],["28451.980","8597.642"],["9857.005","14583.652"],["10031.656","14544.604"],["19278.278","11844.528"],["19234.142","11890.502"],["20629.641","12141.467"],["19580.857","11315.447"],["19665.960","11392.865"],["19604.506","11474.113"],["19619.888","11403.638"],["15826.994","18461.922"],["15754.292","18440.006"],["15781.328","18362.419"],["15732.280","18419.845"],["15790.733","18448.779"],["15753.190","18401.195"],["15759.308","18388.709"],["15831.122","18458.504"],["15812.981","18445.721"],["15784.814","18407.423"],["15787.627","18365.854"],["9176.271","11692.787"],["28550.989","8807.915"],["28459.567","8946.450"],["28518.407","8807.222"],["8507.917","11699.125"],["8545.516","11701.536"],["8546.387","11698.167"],["31752.917","10080.747"],["7922.508","9855.570"],["17330.645","15576.889"],["17360.928","15544.126"],["17200.743","15662.707"],["17400.986","15598.474"],["17312.372","15575.915"],["17356.868","15511.728"],["17214.247","15714.779"],["17323.498","15530.636"],["17366.775","15568.333"],["17287.398","15600.997"],["17371.823","15538.621"],["17266.000","15699.731"],["17228.523","15688.355"],["15934.193","12417.614"],["15878.704","12348.286"],["15872.092","12362.192"],["16822.697","15963.304"],["16928.382","16008.421"],["16800.472","15976.890"],["16860.469","15930.716"],["16839.895","16010.436"],["16900.962","15941.005"],["16827.821","15993.689"],["16830.982","15940.144"],["18323.355","18281.347"],["18271.924","18362.304"],["18314.588","18359.034"],["5795.387","7498.272"],["5750.021","7500.448"],["5749.458","7530.152"],["5669.152","7504.166"],["5637.804","7491.461"],["5627.706","7514.513"],["5666.413","7559.079"],["5809.317","7571.948"],["5803.101","7475.333"],["5791.160","7495.085"],["5750.678","7483.909"],["5735.153","7505.172"],["5735.851","7541.751"],["5677.606","7531.581"],["5646.044","7525.846"],["5629.621","7533.151"],["5813.363","7578.405"],["19756.181","11897.016"],["19771.119","11864.681"],["19925.279","11855.309"],["16502.209","17644.548"],["16564.269","17765.459"],["16553.562","17831.735"],["16377.851","17724.021"],["16389.446","17704.153"],["16524.789","17774.876"],["16520.068","17777.948"],["16565.204","17655.371"],["16557.147","17675.284"],["16542.575","17755.005"],["16387.308","17709.306"],["16389.150","17725.342"],["16512.223","17779.798"],["16502.864","17781.912"],["16558.658","17654.909"],["12957.265","7617.512"],["18411.627","12648.541"],["18433.393","12623.066"],["18407.806","12605.589"],["18275.781","12608.010"],["18318.564","12691.896"],["18304.698","12587.031"],["18295.948","12561.191"],["18379.007","12729.077"],["18376.040","12674.974"],["18376.433","12578.108"],["18416.551","12639.845"],["18404.616","12607.769"],["18293.857","12661.727"],["18329.365","12618.427"],["18290.718","12584.223"],["18312.330","12550.877"],["27293.071","9323.742"],["27228.378","9344.144"],["14046.559","14838.186"],["16056.284","5821.690"],["16132.804","5815.312"],["16068.949","5824.613"],["16027.035","5797.294"],["16059.870","5832.689"],["30161.988","8676.540"],["7457.272","18112.678"],["7441.742","18123.108"],["19852.457","15991.017"],["19782.614","15935.202"],["19856.997","15972.619"],["19926.520","15963.552"],["15710.600","13946.176"],["20063.672","11993.110"],["20089.567","12011.910"],["20142.608","12058.328"],["20106.803","11963.495"],["20116.793","11981.250"],["20083.869","11988.780"],["20044.304","12112.779"],["19999.990","12083.420"],["20227.436","6897.985"],["20273.456","6848.554"],["20184.640","6866.787"],["20339.776","6954.200"],["20311.388","6950.517"],["20261.088","6885.846"],["20261.877","6871.246"],["20256.680","6846.573"],["20166.384","6849.314"],["20322.621","6937.750"],["20327.835","6956.693"],["20167.815","6864.326"],["20233.966","6877.456"],["20254.673","6850.602"],["20222.519","6879.867"],["19202.171","17168.170"],["19262.774","17133.479"],["19240.340","17140.481"],["19166.559","17127.971"],["19209.914","17104.470"],["19095.752","16998.896"],["19216.048","17181.588"],["19247.659","17138.367"],["19145.112","17100.225"],["19154.503","17073.173"],["15731.115","17234.865"],["15795.161","17204.079"],["15760.071","17213.290"],["4420.124","10801.236"],["4380.156","10832.627"],["16799.501","16959.280"],["16797.165","16977.084"],["16844.104","16817.945"],["16848.167","16796.310"],["16823.185","16977.282"],["16836.226","16824.419"],["16829.203","16808.531"],["16801.738","16983.822"],["16833.874","16802.140"],["17727.406","17820.816"],["17788.709","17796.890"],["17752.525","17819.401"],["17712.529","17747.205"],["17779.982","17753.606"],["17783.611","17798.459"],["17686.970","17752.721"],["17829.480","17764.197"],["17738.065","17766.263"],["17782.762","17785.035"],["17772.449","17770.253"],["17752.472","17780.684"],["17749.778","17784.801"],["17665.616","17758.310"],["17666.307","17778.128"],["17746.782","17777.840"],["17735.006","17775.809"],["17740.681","17760.714"],["17773.535","17761.533"],["17777.614","17778.627"],["17788.798","17786.504"],["5477.737","8518.677"],["5476.909","8446.922"],["5427.488","8466.352"],["5513.165","8467.530"],["5537.076","8437.686"],["5410.520","8360.262"],["5477.737","8518.826"],["5467.698","8470.754"],["5457.014","8434.216"],["5472.590","8386.499"],["5510.451","8425.681"],["5522.257","8435.936"],["5447.608","8339.882"],["5432.285","8515.775"],["5583.618","8522.885"],["10013.079","7876.507"],["27529.819","10560.933"],["27685.394","10629.469"],["27657.751","10626.930"],["27687.631","10610.265"],["27702.190","10573.663"],["27680.925","10488.661"],["27642.880","10559.184"],["27527.533","10551.701"],["18827.603","13606.982"],["18762.180","13792.031"],["18880.178","13683.113"],["18677.197","13751.898"],["18717.592","13782.699"],["18882.580","13702.006"],["18821.057","13620.376"],["16330.676","17625.956"],["16153.177","17716.984"],["16298.209","17686.716"],["13556.551","13489.876"],["20605.423","13414.823"],["20623.867","13510.269"],["20588.448","13587.594"],["20664.955","13471.673"],["20724.048","13477.438"],["20680.716","13543.434"],["16943.803","18524.649"],["16835.573","18632.358"],["16896.646","18497.695"],["16888.698","18589.814"],["16863.747","18616.453"],["16956.347","18671.366"],["18671.043","17862.872"],["18652.281","17898.270"],["18637.655","17872.369"],["18661.353","17894.567"]] \ No newline at end of file diff --git a/src/gathering/10208.json b/src/gathering/10208.json new file mode 100644 index 0000000..9c7cbb8 --- /dev/null +++ b/src/gathering/10208.json @@ -0,0 +1 @@ +[["25360.878","17420.026"],["13934.950","14530.012"],["13954.828","14560.171"],["13966.374","14627.454"],["13953.792","14605.076"],["19570.023","15765.342"],["19559.809","15733.901"],["19579.335","15806.810"],["19551.656","15807.014"],["19706.480","15848.198"],["19649.262","15820.518"],["19599.384","15773.519"],["21422.626","15981.836"],["21443.067","16008.737"],["21604.016","15982.023"],["21607.377","16042.251"],["21591.456","16043.386"],["21576.640","16007.256"],["21589.576","16026.569"],["21551.025","16003.190"],["21505.370","16113.680"],["21487.773","16094.327"],["21466.398","16098.365"],["21452.121","16058.720"],["17298.773","14595.909"],["13753.048","13592.124"],["13780.120","13576.219"],["13817.898","13442.284"],["13806.270","13426.958"],["13729.747","13420.912"],["16933.174","7343.433"],["16901.112","7328.441"],["16842.987","7384.962"],["16793.355","7425.224"],["16789.675","7410.547"],["16803.872","7473.609"],["16943.067","7432.336"],["16968.993","7345.590"],["16783.915","7270.152"],["16895.093","7273.465"],["21827.834","16669.499"],["21807.136","16662.232"],["21811.442","16650.715"],["31709.077","10463.956"],["31541.133","10567.245"],["31575.703","10612.905"],["31661.641","10605.386"],["31607.967","10473.019"],["31704.823","10540.430"],["31604.424","10537.050"],["32175.329","10936.898"],["32218.711","10873.014"],["17792.118","18550.062"],["17781.115","18674.607"],["17779.207","18674.161"],["31601.696","13870.860"],["31637.837","13904.124"],["31646.573","13891.610"],["31621.211","13927.115"],["31628.886","13994.051"],["31533.146","13938.501"],["31568.586","13916.323"],["31639.718","13850.600"],["31584.930","13989.175"],["16016.942","15221.104"],["15936.964","15120.446"],["16074.229","15250.402"],["16006.219","15160.806"],["16091.695","15214.299"],["16098.306","15278.619"],["16059.036","15233.194"],["13725.732","14515.948"],["21157.801","15516.366"],["21160.578","15578.023"],["21090.147","15618.986"],["21093.439","15609.267"],["21102.629","15630.883"],["21083.882","15566.678"],["21078.283","15511.588"],["21090.046","15518.173"],["21037.689","15677.689"],["27794.089","16551.384"],["27767.241","16433.656"],["27741.763","16470.091"],["27812.491","16456.888"],["27760.642","16364.421"],["27811.918","16363.319"],["27747.578","16388.422"],["20360.594","14598.681"],["27493.957","10195.933"],["27480.138","10170.350"],["27411.049","10126.090"],["27345.773","10101.830"],["27322.529","10092.477"],["21446.356","15208.592"],["21416.530","15110.814"],["21410.086","15089.099"],["28228.483","16616.281"],["26901.657","15499.312"],["27024.613","15480.226"],["27045.260","15425.800"],["27047.932","15378.566"],["20733.272","8146.315"],["22432.808","14616.950"],["16576.911","14121.047"],["20371.765","15212.761"],["20371.875","15227.439"],["20361.673","15188.952"],["23892.554","16621.042"],["23781.908","16630.387"],["23766.019","16725.527"],["23764.901","16610.308"],["23796.310","16626.890"],["26271.404","17326.061"],["26333.181","17309.445"],["26348.972","17288.482"],["26413.431","17289.312"],["26413.863","17252.295"],["26281.428","17201.632"],["26319.828","17226.744"],["26339.182","17243.572"],["23717.892","17935.397"],["23589.880","17874.215"],["15787.793","17191.296"],["15753.402","17152.720"],["30453.567","14611.288"],["25808.172","17569.526"],["25772.276","17549.671"],["25773.955","17527.307"],["25815.849","17531.595"],["25767.781","17565.632"],["25673.347","17587.369"],["25710.493","17553.339"],["25739.057","17575.380"],["25675.721","17507.046"],["25667.687","17508.624"],["25627.568","17556.297"],["14798.207","12448.772"],["14747.867","12523.653"],["14768.352","12453.936"],["20209.106","15225.373"],["20226.336","15127.542"],["20196.745","15145.735"],["20232.182","15201.762"],["22350.844","16566.684"],["22430.105","16616.572"],["22274.790","16640.456"],["22353.904","16673.789"],["22310.606","16582.024"],["22282.275","16655.242"],["22332.468","16695.719"],["15506.916","14842.165"],["15495.280","14864.243"],["15460.665","14796.951"],["15386.556","14781.054"],["15362.141","14757.003"],["15396.789","14669.949"],["19151.020","15065.340"],["19138.717","15030.278"],["19121.864","14943.295"],["19122.397","14974.626"],["19153.907","14926.015"],["19141.418","15071.418"],["32334.780","12591.427"],["32272.615","12734.483"],["32267.817","12702.441"],["32188.008","12566.893"],["32187.646","12594.936"],["32201.201","12557.118"],["32256.151","12641.660"],["19553.400","15678.404"],["27587.619","16355.807"],["27599.133","16388.171"],["27600.557","16417.725"],["27568.038","16415.774"],["27563.325","16456.990"],["27543.941","16475.587"],["27588.755","16471.007"],["27636.841","16461.924"],["27642.846","16455.535"],["27667.432","16414.836"],["27691.919","16518.865"],["27642.666","16516.215"],["27703.413","16464.696"],["14870.115","13857.558"],["14871.107","14009.786"],["14751.891","13882.135"],["14759.479","13936.872"],["14730.169","13975.303"],["14769.615","13946.363"],["14762.691","14019.443"],["14801.984","14023.324"],["14824.314","13938.139"],["14830.860","13897.792"],["14823.820","13888.214"],["14341.610","13182.187"],["13498.390","12643.740"],["13550.095","12646.727"],["13429.410","12623.027"],["13451.548","12656.784"],["13587.205","12748.903"],["13610.244","12641.189"],["13584.007","12662.517"],["16281.789","12936.243"],["16279.741","12891.521"],["16345.391","12822.270"],["16257.970","12805.931"],["9878.572","11945.544"],["9902.553","11928.467"],["9876.270","11962.142"],["10017.232","12010.642"],["9993.690","11978.584"],["9986.568","11997.923"],["10014.003","12090.772"],["10031.355","12082.630"],["9985.171","12087.138"],["13642.747","12329.608"],["13827.997","12248.298"],["13753.384","12233.661"],["13760.210","12236.172"],["27646.653","16756.110"],["27699.426","16613.049"],["27631.406","16616.019"],["27593.782","16649.737"],["27547.514","16611.471"],["27525.697","16618.682"],["23072.872","15955.645"],["23009.558","15990.080"],["18554.417","18744.566"],["18494.753","18810.158"],["20439.109","14438.549"],["27565.217","10339.943"],["15280.144","13971.300"],["22470.468","15696.072"],["22464.176","15608.083"],["22468.362","15572.461"],["22496.006","15628.711"],["22492.069","15592.946"],["30505.629","15651.245"],["30533.816","15576.219"],["30509.406","15526.214"],["18945.219","18351.316"],["24148.634","17680.931"],["32226.067","11593.551"],["32228.840","11609.983"],["32179.151","11599.914"],["27771.574","16940.803"],["27750.412","16976.728"],["27850.560","16945.911"],["27829.573","16901.773"],["27761.501","16795.156"],["27792.120","16784.196"],["27787.038","16847.570"],["27863.756","16911.089"],["27919.372","16899.949"],["22266.085","7352.974"],["22324.511","7420.777"],["22290.787","7405.553"],["22277.617","7412.134"],["18682.545","8309.060"],["28178.144","10772.769"],["28162.643","10784.658"],["28232.804","10720.373"],["28157.391","10752.511"],["28148.764","10727.328"],["28323.300","10735.029"],["28183.585","10712.279"],["28172.874","10707.011"],["7677.763","8909.383"],["18639.673","15961.556"],["27841.419","11490.551"],["27808.092","11505.427"],["27839.709","11610.173"],["27832.856","11565.098"],["27917.837","11597.591"],["27806.818","11551.855"],["27918.370","11630.221"],["27887.512","11636.025"],["16104.198","14831.683"],["7995.417","8511.750"],["25299.440","17892.819"],["25299.265","17918.759"],["25282.312","17951.187"],["25324.153","17942.934"],["25327.480","17920.303"],["25346.074","17913.269"],["25358.351","17874.801"],["25388.397","17852.662"],["27321.093","16485.424"],["27357.608","16551.069"],["27356.577","16527.784"],["27336.855","16561.966"],["27356.432","16533.566"],["8207.741","11911.860"],["26866.440","16268.002"],["26799.734","16264.636"],["26817.436","16311.362"],["26871.086","16301.784"],["26814.446","16181.690"],["26834.630","16144.153"],["26812.596","16162.550"],["26850.690","16145.741"],["26733.019","16192.687"],["26770.098","16192.792"],["13351.805","12758.505"],["13993.414","13777.882"],["13903.776","13635.351"],["13903.891","13614.888"],["13933.052","13618.175"],["14023.085","13751.573"],["13890.518","13610.047"],["13919.794","13612.326"],["13937.689","13625.932"],["13928.004","13670.681"],["13957.848","13784.592"],["13894.140","13717.306"],["13886.706","13716.101"],["13918.860","13719.503"],["26525.647","15910.977"],["26660.462","15913.218"],["26596.528","15892.230"],["26592.155","15809.274"],["26603.092","15862.850"],["26486.081","15820.465"],["26632.961","15730.751"],["27935.416","16105.592"],["27882.634","16136.301"],["27803.634","16132.699"],["16722.871","17940.103"],["23078.685","9968.545"],["20600.782","8030.832"],["20612.884","7901.864"],["31620.130","13140.013"],["31519.317","13155.701"],["28339.177","10160.690"],["28332.675","10020.749"],["31453.964","10626.654"],["31500.345","10478.769"],["31340.432","10538.552"],["31402.734","10541.795"],["31397.037","10531.888"],["31358.351","10529.236"],["31453.043","10548.980"],["31447.299","10493.262"],["31452.058","10542.915"],["16075.237","13937.645"],["15974.437","13895.203"],["15947.916","13899.116"],["16099.313","14012.451"],["15305.417","12067.507"],["15410.344","12022.570"],["15417.604","11977.535"],["15461.049","12068.372"],["9510.394","11927.448"],["30254.574","15253.734"],["30416.129","15242.263"],["30405.228","15279.209"],["30426.560","15092.251"],["30414.521","15149.364"],["30435.321","15192.139"],["21843.354","11026.807"],["21852.559","11002.791"],["21903.097","10974.267"],["30593.762","14770.618"],["30631.219","14688.274"],["26531.500","15647.479"],["26635.040","15545.313"],["26531.175","15703.661"],["26629.161","15704.855"],["26619.400","15583.325"],["23264.868","17050.094"],["23296.994","17011.612"],["23242.300","17054.681"],["23245.223","17075.385"],["23227.693","17105.211"],["23266.147","16999.774"],["25822.234","17291.087"],["25756.295","17284.015"],["25742.353","17346.857"],["25722.490","17297.800"],["25703.613","17260.342"],["25725.341","17246.493"],["13970.052","12477.142"],["14013.358","12489.941"],["13975.809","12462.047"],["13976.802","12375.459"],["13992.374","12477.528"],["14012.654","12483.027"],["13261.484","12798.511"],["14057.662","14096.795"],["14087.402","14076.071"],["14149.541","14132.471"],["31733.912","10891.626"],["31765.130","10898.203"],["31838.466","10872.930"],["31836.402","10886.201"],["31769.870","10889.042"],["31805.477","10937.195"],["31796.700","10971.782"],["31736.334","10967.964"],["31741.776","10981.070"],["14961.486","17143.030"],["14903.772","17185.903"],["14896.355","17182.270"],["15003.956","17076.128"],["14890.024","16997.858"],["14964.244","16989.011"],["27090.131","15264.562"],["26986.742","15267.601"],["16246.093","15010.155"],["16251.102","15041.892"],["16276.321","15058.583"],["16301.354","15046.593"],["16209.105","15073.221"],["16204.763","15064.930"],["16330.343","14940.889"],["16352.894","14970.289"],["16246.921","14937.369"],["16316.010","14984.235"],["16187.645","14881.059"],["16281.247","14885.048"],["16326.831","15044.030"],["12628.926","12219.651"],["12739.574","12225.500"],["12630.350","12165.602"],["12703.508","12179.383"],["12668.955","12192.628"],["12592.303","12156.128"],["5610.240","8868.694"],["5592.965","8847.096"],["16446.995","15103.927"],["16369.650","15166.467"],["16506.959","15232.791"],["16468.359","15156.060"],["16465.018","15213.551"],["16510.629","15102.716"],["16521.123","15214.357"],["16541.512","15265.367"],["16409.474","15279.955"],["16389.688","15266.451"],["16380.109","15214.473"],["16455.108","15214.405"],["16436.588","15184.905"],["16379.470","15139.928"],["15236.508","16284.739"],["15258.797","16336.597"],["15237.064","16300.763"],["15201.245","16270.496"],["15220.548","16324.951"],["15195.991","16281.567"],["15235.112","16236.721"],["15259.352","16327.428"],["15237.217","18263.782"],["15202.782","18319.326"],["15128.417","18350.350"],["16456.738","18289.288"],["16388.601","18438.199"],["17377.622","18727.331"],["17358.033","18834.350"],["17206.709","18747.013"],["17309.233","18805.302"],["19584.070","15515.251"],["24305.505","17069.458"],["31952.278","11515.053"],["32054.227","11619.421"],["32023.094","11541.845"],["31967.432","11699.933"],["23008.206","16358.683"],["22988.870","16382.990"],["23026.176","16432.815"],["22948.735","16451.317"],["23088.633","17231.538"],["23064.681","17250.742"],["23041.610","17264.524"],["22985.512","17247.033"],["22973.950","17274.942"],["23005.505","17289.010"],["22992.503","17309.233"],["23057.547","17353.732"],["23060.059","17328.973"],["23080.695","17360.979"],["23084.254","17365.105"],["23037.505","17381.833"],["23028.134","17364.642"],["23005.708","17360.214"],["22989.571","17360.538"],["22950.424","17354.374"],["22919.199","17353.545"],["22915.720","17354.753"],["22986.347","17396.012"],["22935.393","17225.723"],["22952.785","17221.633"],["16575.650","15670.756"],["16575.587","15650.176"],["16569.093","15636.910"],["16591.429","15616.117"],["16596.546","15642.879"],["16594.153","15602.135"],["16376.031","14204.831"],["16431.733","14043.243"],["16498.462","14048.368"],["16493.207","14089.304"],["16398.203","14093.514"],["16386.891","14201.291"],["22983.465","17417.596"],["22989.892","17434.602"],["23070.316","17435.915"],["23038.935","17435.299"],["23073.648","17441.708"],["23082.255","17465.273"],["23071.577","17485.645"],["23037.402","17474.786"],["23059.484","17502.130"],["23057.085","17526.289"],["23071.361","17524.122"],["18715.108","18542.197"],["18848.577","18558.761"],["18835.814","18553.938"],["18855.654","18634.127"],["18873.533","18665.655"],["18818.582","18474.949"],["23533.632","17726.711"],["23534.844","17776.398"],["23544.089","17789.730"],["23544.709","17780.297"],["20146.468","13842.147"],["20165.669","13850.490"],["20149.644","13831.217"],["20164.282","13862.154"],["6044.413","9230.242"],["6075.505","9255.128"],["16072.727","17637.268"],["6150.915","9526.223"],["6197.238","9517.945"],["6226.581","9492.377"],["6172.174","9576.615"],["6102.249","9537.208"],["6077.999","9587.143"],["6225.696","9523.634"],["28938.983","11436.459"],["28851.299","11293.411"],["28819.556","11313.545"],["21232.993","14463.966"],["28011.476","15886.039"],["27991.804","15887.225"],["27996.032","15915.876"],["28152.517","12830.728"],["28175.626","12837.879"],["13691.604","12731.214"],["13821.073","12704.226"],["31960.185","11091.216"],["31976.978","11267.238"],["32087.072","11276.006"],["6374.376","9530.247"],["6293.136","9551.203"],["6429.456","9470.556"],["6425.643","9433.782"],["6403.175","9458.062"],["6276.537","9133.795"],["6341.105","9087.403"],["6344.970","9149.382"],["27270.456","17180.164"],["27236.459","17192.751"],["27166.603","17179.283"],["26041.836","15925.960"],["26052.869","15870.993"],["20173.255","15473.303"],["20164.502","15429.388"],["20179.242","15393.082"],["20224.107","15382.757"],["7002.089","6125.340"],["6985.319","6045.997"],["6971.698","6147.630"],["16232.008","12557.733"],["16223.367","12692.637"],["16321.002","12710.231"],["16268.650","12719.602"],["16162.737","12611.672"],["16335.215","12598.529"],["16194.461","12757.269"],["21086.921","16289.930"],["8611.466","11701.041"],["18529.096","12000.677"],["22489.561","15921.892"],["22551.223","15744.509"],["22616.763","15763.219"],["22512.096","15739.757"],["22651.923","15885.373"],["22588.194","15788.994"],["22631.257","15753.546"],["15986.244","18142.331"],["16135.585","18211.062"],["16002.550","18226.099"],["16037.014","18054.404"],["16051.126","18053.099"],["16045.791","18164.131"],["16059.113","18183.999"],["16134.694","18201.722"],["16116.865","18234.438"],["15961.973","18198.311"],["15944.991","18205.510"],["28449.461","15961.034"],["28389.697","16011.099"],["28369.406","15978.110"],["28380.575","16028.071"],["28388.076","16071.764"],["14116.292","12210.636"],["14075.338","12239.290"],["14087.460","12240.380"],["14164.211","12331.817"],["14136.889","12148.363"],["14145.869","12167.603"],["14042.032","12294.072"],["14221.959","12273.183"],["14225.363","12247.402"],["14174.456","12239.601"],["26287.533","16197.165"],["26334.040","16218.094"],["26363.607","16234.319"],["19922.051","17278.988"],["19923.449","17294.132"],["31262.588","10855.824"],["31223.178","10808.877"],["31180.847","10671.494"],["15547.088","17138.974"],["15528.921","17124.961"],["28098.044","11321.808"],["30503.322","15291.150"],["30502.679","15243.954"],["30477.465","15239.260"],["30513.018","15175.710"],["30490.606","15160.589"],["30541.760","15168.518"],["30583.162","15110.587"],["22040.959","7489.928"],["17867.811","17880.451"],["17837.619","17881.675"],["17849.803","17918.513"],["17971.126","17912.585"],["17965.632","17926.771"],["20933.787","15742.968"],["20913.206","15726.376"],["26089.470","17365.429"],["26146.620","17388.088"],["19991.075","17245.111"],["19980.862","17213.670"],["20000.388","17286.579"],["19972.709","17286.783"],["20114.846","17331.439"],["20070.315","17300.287"],["20020.437","17253.288"],["22698.610","12768.574"],["29942.856","16042.794"],["29953.908","15967.407"],["29905.224","15984.870"],["29897.253","16014.578"],["29861.170","16044.985"],["30013.240","16103.523"],["30013.028","16084.700"],["29992.843","16140.008"],["25689.861","17014.050"],["25646.065","17026.922"],["27324.154","16990.180"],["27332.452","17011.219"],["27346.323","17029.548"],["27359.514","17015.335"],["27366.975","17016.218"],["27501.860","17189.524"],["19251.504","18440.911"],["19256.299","18382.135"],["16220.408","13984.712"],["16354.913","14013.930"],["16323.480","13966.784"],["16177.459","13988.154"],["16153.512","14000.994"],["6755.434","6112.161"],["6746.048","6037.498"],["6697.374","6002.739"],["6768.352","6068.881"],["6821.307","6045.998"],["16563.487","14381.861"],["16557.267","14422.637"],["16414.373","14383.590"],["16516.906","14317.486"],["16493.580","14297.676"],["16531.000","14442.810"],["16518.011","14388.738"],["16464.986","14364.650"],["16412.828","14313.144"],["16443.302","14272.671"],["13924.297","14799.860"],["7778.915","8515.756"],["7880.320","8462.570"],["7899.276","8440.132"],["14884.591","16482.961"],["15004.666","16361.997"],["14883.104","16559.739"],["15019.698","16456.002"],["15033.426","16371.724"],["15057.958","16369.661"],["14920.603","16526.602"],["14905.730","16444.660"],["14914.554","16399.215"],["14954.497","16443.877"],["14968.762","16472.476"],["23257.905","16193.421"],["23195.003","16201.175"],["23266.836","16336.290"],["23197.032","16341.628"],["13226.781","12685.778"],["13332.188","12687.158"],["13326.744","12575.618"],["13224.532","12566.948"],["25933.068","17580.163"],["25872.353","17597.569"],["26009.488","17518.131"],["25907.139","17550.075"],["25941.958","17534.149"],["26002.246","17610.942"],["25875.583","17409.599"],["13880.640","12375.188"],["13879.788","12449.893"],["13869.263","12437.798"],["13871.051","12448.232"],["13904.731","12508.110"],["13870.652","12507.697"],["13468.996","12381.695"],["13566.492","12362.870"],["19670.692","18141.591"],["19717.404","18191.199"],["19648.696","18209.708"],["19636.344","18170.171"],["19631.657","18116.331"],["22916.567","16983.488"],["22933.108","16961.594"],["22904.406","16904.063"],["22890.715","16898.856"],["22932.760","16916.575"],["22958.418","16910.245"],["23011.704","16953.516"],["22954.100","16959.834"],["23035.608","16929.905"],["23059.754","16896.484"],["22974.219","16932.521"],["23019.516","16915.971"],["18317.362","17970.843"],["18317.329","17956.805"],["16604.708","14958.374"],["16594.115","14931.917"],["16768.988","14932.611"],["16698.528","14967.887"],["16726.338","15004.563"],["16707.934","15049.485"],["16718.148","15049.006"],["16601.152","14983.712"],["16607.517","15045.314"],["16590.412","15027.973"],["16725.907","14912.122"],["16698.966","14880.165"],["16748.324","14925.731"],["16655.881","14898.764"],["16637.526","14883.289"],["27994.410","11117.233"],["28070.489","11131.740"],["27964.648","11094.820"],["28074.067","11154.006"],["28098.778","11069.034"],["28032.416","11120.979"],["28102.004","11143.219"],["15040.634","5748.021"],["15038.742","5760.540"],["27986.100","12841.561"],["27984.883","12864.732"],["27323.254","11840.813"],["27377.009","11771.742"],["27452.298","11774.700"],["27380.561","11747.388"],["26481.248","17282.238"],["26473.765","17325.942"],["26508.685","17250.701"],["26629.461","17202.423"],["26588.289","17252.120"],["26552.874","17251.169"],["26583.935","17289.169"],["26532.196","17310.609"],["26646.119","17294.092"],["31426.359","14113.759"],["31386.022","14233.351"],["31422.364","14155.167"],["31469.823","14198.741"],["31382.087","14039.235"],["31434.560","14066.116"],["31396.661","14185.962"],["31363.263","14132.266"],["18378.975","14562.197"],["18302.980","14588.591"],["18364.146","14564.149"],["25078.004","16722.736"],["25159.107","16716.623"],["25076.048","16627.321"],["25034.445","16621.270"],["25025.520","16704.022"],["25007.806","16727.397"],["24895.144","16359.695"],["24940.563","16453.867"],["16247.273","15873.012"],["16230.875","15840.097"],["16197.896","15739.749"],["6653.671","5927.825"],["6667.159","5856.753"],["6658.598","5892.085"],["6663.036","5942.206"],["12863.590","12572.314"],["12808.837","12631.587"],["27690.464","11335.213"],["27723.513","11400.958"],["13735.428","13188.133"],["13619.748","13219.155"],["13726.081","13199.695"],["32064.632","12755.206"],["32078.925","12738.641"],["13626.268","12426.521"],["13673.586","12402.688"],["13699.096","12486.050"],["13787.113","12442.907"],["23816.326","17228.130"],["23831.133","17228.003"],["23780.634","17212.153"],["23788.707","17208.759"],["13186.549","13543.253"],["16736.614","18762.964"],["16615.174","18807.781"],["16636.769","18761.045"],["16828.418","7534.858"],["16840.385","7589.723"],["16920.949","7677.988"],["16970.915","7649.198"],["16930.007","7612.586"],["16926.564","7481.341"],["16931.888","7530.965"],["16870.746","7679.572"],["27353.593","16809.184"],["27375.856","16961.708"],["27490.242","16892.678"],["27479.371","16862.500"],["27352.873","16940.163"],["27406.660","16947.338"],["27407.870","16972.768"],["27402.984","16980.138"],["27320.517","16976.483"],["27324.876","16976.145"],["27394.707","16976.893"],["5362.365","9494.841"],["25641.273","17787.260"],["23599.917","17003.448"],["23564.927","16987.075"],["23574.694","17063.478"],["23591.365","17062.625"],["23517.238","17030.217"],["23532.065","17086.935"],["23552.370","17091.395"],["23535.836","17111.445"],["27546.748","17278.254"],["27567.966","17321.536"],["28162.720","10448.814"],["28160.578","10469.292"],["18486.605","17721.587"],["18595.151","17781.753"],["18647.371","17799.375"],["18667.766","17816.287"],["18528.462","17807.391"],["18495.452","17794.476"],["18576.673","17751.126"],["18560.751","17769.425"],["14054.919","12058.779"],["20218.781","16004.238"],["20187.772","15981.403"],["20160.759","15957.109"],["21480.976","15669.968"],["21488.252","15646.692"],["24232.288","16720.466"],["22583.304","16288.754"],["22556.391","16234.759"],["22504.055","16223.932"],["22481.236","16274.874"],["22490.834","16318.539"],["22465.605","16339.406"],["22568.408","16155.449"],["16601.009","14593.546"],["16570.065","14640.520"],["16628.771","14567.070"],["16600.653","14617.481"],["16696.223","14650.578"],["16773.756","14650.451"],["16757.486","14635.430"],["16753.355","14562.242"],["16714.971","14475.186"],["16748.588","14500.972"],["8582.726","11826.161"],["8601.229","11826.855"],["8567.595","11800.546"],["8685.393","11905.514"],["8603.497","11908.181"],["8639.281","11711.216"],["8716.182","11911.043"],["22693.567","16789.057"],["22735.421","16873.570"],["22732.375","16905.903"],["22753.771","16894.422"],["22758.189","16902.411"],["22831.130","16941.519"],["22786.740","16956.805"],["22776.450","16954.994"],["22793.108","16922.347"],["22818.605","16892.604"],["22788.987","16838.437"],["22718.339","16795.910"],["22736.076","16785.456"],["22856.785","17021.608"],["22819.610","17184.161"],["22809.848","17145.994"],["22854.308","17155.515"],["22865.921","17135.482"],["22860.506","17097.225"],["22858.323","17100.675"],["22818.458","17064.615"],["22872.861","17043.632"],["22845.994","17071.594"],["22815.886","17058.339"],["22808.266","17040.676"],["22821.972","17015.876"],["13786.726","12626.422"],["13642.020","12659.438"],["13754.621","12555.610"],["13803.287","12557.282"],["21860.705","16582.090"],["15759.020","13603.459"],["15852.710","13472.378"],["15787.530","13409.625"],["15749.377","13411.891"],["15921.278","13467.814"],["15750.220","13596.935"],["19570.087","14805.177"],["19564.445","14790.164"],["23630.375","17805.934"],["23533.872","17696.897"],["19147.127","18473.637"],["19170.585","18551.116"],["19216.065","18534.023"],["16668.387","15165.532"],["16647.835","15124.510"],["16600.321","15092.711"],["16597.315","15173.394"],["22663.489","16128.150"],["25108.431","16802.446"],["25039.744","16828.105"],["25127.409","16842.671"],["14444.016","12629.590"],["14430.016","12561.358"],["14418.121","12557.490"],["31672.007","10700.093"],["31638.104","10739.878"],["31598.211","10755.174"],["31710.021","10796.219"],["31573.867","10675.499"],["31623.853","10674.159"],["31683.836","10731.738"],["31582.667","10771.633"],["31528.187","10835.421"],["26035.875","15892.692"],["25906.561","15888.341"],["25886.944","15849.205"],["26018.375","15890.472"],["19401.427","14533.081"],["26740.824","15495.212"],["29241.182","11648.908"],["29261.698","11628.206"],["29221.439","11538.678"],["29289.548","11547.169"],["29311.480","11603.558"],["29223.462","11592.147"],["29324.412","11507.668"],["29325.502","11696.876"],["29200.218","11506.626"],["29262.202","11664.480"],["27135.209","17293.844"],["27111.975","17317.675"],["27113.586","17390.100"],["23582.489","16352.293"],["23575.650","16185.491"],["23540.269","16276.347"],["23583.683","16236.287"],["23697.791","16162.908"],["25474.775","17891.308"],["25475.223","17872.743"],["25474.992","17885.278"],["13575.240","13157.257"],["13531.052","13145.583"],["13515.312","13138.814"],["25353.694","16920.462"],["25338.573","16822.864"],["25231.401","16785.625"],["25379.256","16874.659"],["15110.663","12422.783"],["15556.347","18477.303"],["15609.813","18508.748"],["15708.100","18562.999"],["30568.067","14708.118"],["30514.996","14757.366"],["30510.798","14711.656"],["26831.239","15624.923"],["26816.128","15692.571"],["26877.680","15594.836"],["26850.510","15518.199"],["26751.230","15563.665"],["26722.135","15574.383"],["18249.125","16868.597"],["30479.819","15483.665"],["30530.191","15380.236"],["30549.410","15442.565"],["30483.255","15449.205"],["30526.618","15470.134"],["30505.282","15346.312"],["30515.049","15414.720"],["22576.684","15447.425"],["22565.995","15429.124"],["22521.014","15415.969"],["22498.175","15441.999"],["22520.810","15479.310"],["20265.523","16148.331"],["17001.779","7621.448"],["17040.059","7582.147"],["17009.463","7541.483"],["17009.927","7480.218"],["17028.554","7621.425"],["17032.880","7491.454"],["22672.450","15873.014"],["27682.228","17621.833"],["27720.269","17782.050"],["27671.902","17763.978"],["27676.261","17727.703"],["14168.861","12461.586"],["14143.059","12375.087"],["14177.388","12336.401"],["14220.166","12379.817"],["14220.791","12380.131"],["14073.542","12421.177"],["21965.335","7581.403"],["20642.992","15417.499"],["27132.891","15933.897"],["27547.791","11130.344"],["6016.304","9732.778"],["5965.375","9704.421"],["5860.775","9797.080"],["5857.275","9588.448"],["5888.480","9683.269"],["15808.454","13654.821"],["15845.597","13729.370"],["15887.111","13764.843"],["15746.159","13714.901"],["15767.901","13630.907"],["15603.981","17607.195"],["15708.192","17580.066"],["15715.812","17606.608"],["15669.939","17591.645"],["23304.663","6483.392"],["23370.712","6491.620"],["23383.536","6460.704"],["23436.200","6552.557"],["23480.593","6574.672"],["16571.348","17764.935"],["16624.888","17767.068"],["16574.234","17681.977"],["16571.734","17650.251"],["16671.874","17753.218"],["16640.937","17732.623"],["28211.175","12752.161"],["25296.110","17127.061"],["25259.807","17147.668"],["25316.483","17172.458"],["9342.120","11940.535"],["9353.551","11937.398"],["9259.622","11920.200"],["9241.152","11949.019"],["9254.442","11919.474"],["31826.090","10312.810"],["31735.088","10361.288"],["31825.027","10396.433"],["31847.652","10363.377"],["31913.598","10347.444"],["23841.807","17121.152"],["23879.214","17089.768"],["23844.148","17057.374"],["23829.923","17076.192"],["23842.903","17168.795"],["23929.042","17092.043"],["23919.055","17101.282"],["23848.240","17115.037"],["23882.340","17105.824"],["23856.677","17064.417"],["23939.391","17039.192"],["23971.772","17039.738"],["23983.459","17023.245"],["23969.966","17072.445"],["15081.229","12172.312"],["27577.420","16789.763"],["27639.061","16898.969"],["27682.613","16893.202"],["19830.183","18312.777"],["19856.778","18356.773"],["19856.186","18373.619"],["19758.746","18446.237"],["19756.181","18461.645"],["16270.106","7473.375"],["5537.917","9408.523"],["5530.660","9416.841"],["15378.803","18580.824"],["15368.657","18672.361"],["7723.698","9008.650"],["7627.563","8973.722"],["7570.971","8974.485"],["6694.788","9145.052"],["17158.122","15814.033"],["17180.885","15783.128"],["17106.645","15728.463"],["17149.205","15744.070"],["18830.545","18736.848"],["18870.902","18830.482"],["18859.997","18853.702"],["18879.224","18762.602"],["18866.954","18771.554"],["23929.736","17065.325"],["23903.397","17032.385"],["23920.782","17081.746"],["28841.810","16158.858"],["28887.772","16221.349"],["28940.409","16221.284"],["28952.298","16213.798"],["28960.263","16186.831"],["28904.602","16193.207"],["28969.959","16249.526"],["28939.825","16326.725"],["28912.128","16344.319"],["28888.193","16335.096"],["28857.620","16141.369"],["16157.575","13304.761"],["16222.683","13278.495"],["16255.667","13271.534"],["16339.969","13266.391"],["16354.542","13310.677"],["16338.544","13259.672"],["16283.478","13259.821"],["16309.689","13235.656"],["16343.827","13202.184"],["15028.717","16945.338"],["15011.748","16948.638"],["14885.171","16851.112"],["15016.650","16919.695"],["15041.797","16850.375"],["14982.993","16845.512"],["19335.483","15430.242"],["19365.942","15452.315"],["19376.115","15395.904"],["19364.750","15378.348"],["16799.698","15727.101"],["16845.125","15728.917"],["16783.559","15857.948"],["16786.036","15803.838"],["16858.545","15787.708"],["16824.401","15821.366"],["18681.214","15700.985"],["18678.080","15652.367"],["18695.346","15670.445"],["16340.681","14421.438"],["27936.010","12750.609"],["28111.544","12726.279"],["28113.074","12717.377"],["16787.418","15069.949"],["16806.709","15061.323"],["6680.758","9114.251"],["6695.852","9064.830"],["6747.668","8976.878"],["6751.292","9026.374"],["15174.586","17013.133"],["15265.201","17085.509"],["15217.382","17043.943"],["15101.860","17022.092"],["15198.712","17033.393"],["24487.387","16333.295"],["24425.259","16309.647"],["29411.028","11539.390"],["13971.762","14321.662"],["13956.416","14289.028"],["14010.957","14300.065"],["14030.661","14284.326"],["31996.332","11381.059"],["32063.339","11368.702"],["32014.274","11437.842"],["21708.703","15619.958"],["21653.797","15596.960"],["21646.514","15606.563"],["21676.481","15630.211"],["21665.348","15688.555"],["25285.051","16773.925"],["25216.174","16763.798"],["31573.162","13794.589"],["31625.960","13770.883"],["31523.255","13623.334"],["26783.231","16691.566"],["30272.562","15692.343"],["30309.198","15590.777"],["30264.593","15598.955"],["30348.014","15612.788"],["30386.318","15556.415"],["30340.942","15638.847"],["30343.586","15651.979"],["30306.515","15670.763"],["27624.076","17388.795"],["27591.403","17390.489"],["27594.447","17349.557"],["27616.300","17336.962"],["27611.881","17319.196"],["27598.015","17300.755"],["27541.561","17317.493"],["27608.228","17297.034"],["27629.141","17253.922"],["27645.290","17250.790"],["27622.725","17251.472"],["27609.352","17222.936"],["27622.197","17201.233"],["22675.438","15515.004"],["22701.071","15550.419"],["9009.189","11810.343"],["9010.817","11796.552"],["9009.403","11775.413"],["9179.652","11834.123"],["9150.425","11839.309"],["9145.918","11848.557"],["8989.990","11828.762"],["8994.106","11831.428"],["9147.408","11734.557"],["9148.558","11790.766"],["9130.310","11841.049"],["26212.449","15879.616"],["26160.953","15891.429"],["26192.732","15830.925"],["26185.509","15832.650"],["26165.829","15813.693"],["26240.468","15782.176"],["26186.101","15754.299"],["26146.660","15801.275"],["26118.288","15737.224"],["26204.442","15814.805"],["26240.391","15921.849"],["26051.508","15782.201"],["26097.314","15810.271"],["26225.249","15839.347"],["26230.290","15875.167"],["26099.095","15804.179"],["26075.839","15762.065"],["26046.166","15840.288"],["26185.713","15774.295"],["26822.777","15768.790"],["26857.677","15773.273"],["26876.844","15772.523"],["26798.907","15926.272"],["26756.652","15920.790"],["26880.107","15907.306"],["31499.848","13569.150"],["31405.315","13527.968"],["31498.651","13528.679"],["31465.820","13479.165"],["31407.562","13471.056"],["31481.610","13599.722"],["21687.642","16197.729"],["21696.191","16144.803"],["13840.634","13468.879"],["13946.105","13479.607"],["13869.266","13565.465"],["13837.830","13565.875"],["13926.203","13483.597"],["20752.255","14224.377"],["6640.416","8916.033"],["23543.479","16444.115"],["23615.816","16369.166"],["17016.620","17756.258"],["17021.557","17831.918"],["29234.507","11183.297"],["29253.682","11208.929"],["29278.405","11270.122"],["29222.317","11270.334"],["16350.977","14474.099"],["23058.686","15306.814"],["17504.224","15048.086"],["16152.266","18526.986"],["16257.709","18558.817"],["22958.535","12538.096"],["22913.419","12506.223"],["23297.879","9230.457"],["23256.652","9297.194"],["17356.076","18134.596"],["17333.099","18088.222"],["17256.603","18157.371"],["17290.822","18254.210"],["17299.433","18161.154"],["17284.828","18169.296"],["16430.647","13437.264"],["16423.385","13451.817"],["16358.622","13459.344"],["17893.367","15207.239"],["15269.940","12158.192"],["15204.302","12136.765"],["15147.016","12144.989"],["15116.078","12235.578"],["15168.578","12264.265"],["15270.567","12293.057"],["15275.468","12298.871"],["30031.199","15876.926"],["30031.953","15812.439"],["30017.214","15763.047"],["15965.603","12225.367"],["21094.222","16247.383"],["17305.855","18313.935"],["26244.624","15984.371"],["26210.042","16002.927"],["26172.266","15932.856"],["26149.721","16115.688"],["26242.719","15965.216"],["20347.036","15834.670"],["20334.370","15826.483"],["20258.648","15731.638"],["20263.049","15718.905"],["20158.202","15878.092"],["20188.733","15773.093"],["16578.894","15422.529"],["16574.911","15365.304"],["16584.674","15400.797"],["24770.957","16954.591"],["24690.519","16846.341"],["24693.060","16840.546"],["24711.851","16864.309"],["24720.900","16859.137"],["24708.931","16779.324"],["24698.481","16871.878"],["24724.986","16845.198"],["32125.058","11390.684"],["32086.830","11371.298"],["21035.103","8100.291"],["21111.429","8075.902"],["15942.148","14970.929"],["16001.414","15036.565"],["21838.545","15286.949"],["22509.903","16594.301"],["22536.179","16602.097"],["22626.377","16655.139"],["22633.063","16686.719"],["22631.508","16700.157"],["22654.337","16697.246"],["22648.231","16730.332"],["15805.151","13344.875"],["15882.958","13350.428"],["15816.633","13277.015"],["29628.440","16169.587"],["29728.440","16142.487"],["29733.096","16194.595"],["29782.113","16159.807"],["29733.331","16144.394"],["29803.102","16250.985"],["29765.493","16225.750"],["18637.332","14762.323"],["18663.832","14796.678"],["27459.424","17235.601"],["27459.613","17230.037"],["27500.665","17293.946"],["27502.707","17340.642"],["27476.418","17384.749"],["27446.611","17404.620"],["27325.240","17233.769"],["27331.329","17210.181"],["27434.476","17278.632"],["27356.241","17275.201"],["27370.583","17295.431"],["27328.130","17345.433"],["27333.405","17357.661"],["27422.133","17272.170"],["27432.277","17296.621"],["27409.420","17289.563"],["27345.653","17263.052"],["27318.381","17337.031"],["27441.027","16151.090"],["27489.587","16174.660"],["27491.046","16216.165"],["27465.977","16190.917"],["27503.769","16205.958"],["27428.090","16195.693"],["7480.936","8972.142"],["7394.990","9044.515"],["7512.279","9019.379"],["7357.038","9067.532"],["7413.271","8988.206"],["7321.766","8995.085"],["7487.961","9013.741"],["15225.276","16374.737"],["15276.786","16395.668"],["15274.308","16468.004"],["6235.988","12951.740"],["16158.218","14439.165"],["16155.274","14398.321"],["16176.361","14241.082"],["16297.164","14328.650"],["16237.126","14383.448"],["16280.065","14396.734"],["16311.225","14271.561"],["16274.011","14352.402"],["14662.302","13532.204"],["14654.717","13579.696"],["16852.080","18348.938"],["16967.623","18405.738"],["22157.419","15721.599"],["22088.884","15725.580"],["22067.634","15848.158"],["22186.557","15846.688"],["22244.429","15846.039"],["22225.262","15848.225"],["22856.926","14758.991"],["22846.058","14767.999"],["22790.818","14772.358"],["22852.655","14708.459"],["14734.144","13814.984"],["14706.431","13771.309"],["14702.258","13806.852"],["14737.790","13672.423"],["14855.066","13791.185"],["14857.813","13770.607"],["14866.448","13810.756"],["22846.119","12525.621"],["22723.447","12545.728"],["14877.515","16036.646"],["32378.294","12970.324"],["16282.034","5651.296"],["16299.804","5717.638"],["16258.534","5777.722"],["16313.435","5775.997"],["18888.953","14418.232"],["27896.276","16271.827"],["27925.194","16231.154"],["27794.972","16182.454"],["27807.883","16264.190"],["27827.336","16213.604"],["27787.284","16307.985"],["27759.105","16317.005"],["27731.882","16259.355"],["27733.512","16295.350"],["26614.410","16634.171"],["26670.767","16659.836"],["20931.052","15631.360"],["20929.008","15671.170"],["20912.810","15660.432"],["25878.577","16857.334"],["25915.308","16907.021"],["25917.192","16913.757"],["17460.160","15385.216"],["17430.035","15335.521"],["17511.873","15418.016"],["17563.740","15308.603"],["17580.873","15365.523"],["17462.514","17828.251"],["17749.660","15279.767"],["25410.787","16856.612"],["25457.929","16955.034"],["25446.444","16892.651"],["21854.909","16048.358"],["16112.072","7726.223"],["29877.813","16181.519"],["29862.683","16161.805"],["29956.891","16191.577"],["30016.972","16168.700"],["29923.935","16175.792"],["29986.135","16249.859"],["29898.618","16226.140"],["15889.221","14931.804"],["15829.132","14910.196"],["15822.882","14979.742"],["15877.768","15043.416"],["15749.509","15057.748"],["15812.707","15024.349"],["15925.921","15005.269"],["15805.925","15010.840"],["15753.359","15043.411"],["15769.596","15017.457"],["15782.778","15070.330"],["25410.327","17344.500"],["25552.987","17243.242"],["25605.760","17296.585"],["25578.410","17315.835"],["25521.338","17270.399"],["25517.826","17231.101"],["16064.765","17960.294"],["15402.336","18536.068"],["15465.032","18613.947"],["32244.815","10528.992"],["32289.396","10587.063"],["27144.453","15756.374"],["27149.856","15805.958"],["27206.873","15820.641"],["27186.352","15768.181"],["27225.130","15836.139"],["27221.400","15772.768"],["27287.611","15778.192"],["27278.793","15842.908"],["27275.617","15768.704"],["27234.345","15726.950"],["27154.713","15733.922"],["5523.000","9599.273"],["5569.125","9611.825"],["14676.988","12125.107"],["14862.335","12283.372"],["14910.292","17296.617"],["14930.289","17329.092"],["14947.503","17394.049"],["14929.852","17372.309"],["16650.223","6698.065"],["16584.216","6702.588"],["16754.822","6785.050"],["22598.930","15961.195"],["22633.020","15957.280"],["22572.368","15958.954"],["27974.811","10819.915"],["28035.344","10843.532"],["28076.881","10656.941"],["28028.801","10664.789"],["28120.265","10688.365"],["28133.688","10767.456"],["27635.699","16061.650"],["27658.745","16107.988"],["27590.527","16100.450"],["27559.098","16095.706"],["27595.263","16053.947"],["27637.121","16088.313"],["16936.320","7260.121"],["19384.735","14791.640"],["15169.842","14658.502"],["15176.788","14660.770"],["15174.684","14641.687"],["15182.609","14647.068"],["15186.743","14646.614"],["15197.111","14650.632"],["15206.306","14650.733"],["15229.226","14655.179"],["15233.114","14657.344"],["15242.381","14657.772"],["15255.607","14659.175"],["15222.341","14653.012"],["15204.482","14645.461"],["15192.694","14646.601"],["15183.969","14630.170"],["15193.599","14632.674"],["15196.794","14637.735"],["15250.851","14655.016"],["15244.420","14654.468"],["15240.089","14653.100"],["15239.071","14657.780"],["15226.912","14651.013"],["15223.901","14655.159"],["15217.302","14654.321"],["15235.082","14651.510"],["15259.445","14657.500"],["15171.210","14660.684"],["15166.756","14659.952"],["15182.642","14659.100"],["15187.177","14659.007"],["15193.631","14658.843"],["15177.328","14646.221"],["15172.081","14644.554"],["15178.689","14640.681"],["15184.355","14643.861"],["15195.722","14644.155"],["15199.554","14645.349"],["15192.218","14650.433"],["15188.408","14630.666"],["15186.153","14632.536"],["15192.857","14636.758"],["15178.303","14631.719"],["15195.672","14630.679"],["15192.132","14629.957"],["15168.163","14546.851"],["15206.449","14487.582"],["15213.005","14566.214"],["14463.850","12111.920"],["14625.610","12097.807"],["31336.803","10968.022"],["31418.080","10861.435"],["31428.372","10884.281"],["31399.558","10911.645"],["31463.890","10894.700"],["31498.240","10938.040"],["31455.302","11024.926"],["16783.911","18684.926"],["16920.310","18706.097"],["14562.369","14045.482"],["14537.205","14034.334"],["22384.766","16469.747"],["22444.211","16505.559"],["22460.004","16528.279"],["15974.923","5686.545"],["16038.830","5752.683"],["15545.010","15662.309"],["15592.757","15666.702"],["15682.915","15685.556"],["15601.869","15593.275"],["20868.427","15000.262"],["20874.208","14961.079"],["20815.413","14934.357"],["20974.468","14987.931"],["31424.611","13918.354"],["31482.578","13886.765"],["31446.972","13954.467"],["31431.314","14020.998"],["31507.009","13980.592"],["5836.138","9324.411"],["26942.046","16526.335"],["27053.980","16454.021"],["25249.741","16928.978"],["25238.804","16975.171"],["28235.177","9982.919"],["14599.705","17178.412"],["14574.869","17184.705"],["14662.499","17063.262"],["13995.420","12277.524"],["18907.797","18217.264"],["18899.445","18055.432"],["18985.368","18096.388"],["18969.175","18192.561"],["19006.128","18139.076"],["18945.778","18250.607"],["18984.297","18253.993"],["28086.366","10527.028"],["28004.334","10641.364"],["28096.888","10460.324"],["27984.780","10572.277"],["28058.378","10460.175"],["28074.303","10628.248"],["27998.572","10612.615"],["28034.315","10494.444"],["28125.905","10491.802"],["27949.668","10617.349"],["28076.882","10557.666"],["27962.965","10625.909"],["28088.036","10495.457"],["28050.173","10485.501"],["27994.403","10496.546"],["28066.960","10515.688"],["28828.830","16139.254"],["28802.213","16131.056"],["28822.912","16109.898"],["28778.501","16089.994"],["18294.983","14371.371"],["32202.060","11423.699"],["32251.591","11413.575"],["32310.590","11336.237"],["32183.039","11286.623"],["32331.737","11282.455"],["24970.612","17215.435"],["24806.282","17206.435"],["24892.311","17268.249"],["24883.199","17286.710"],["24865.999","17279.340"],["24827.285","17264.378"],["24824.716","17239.559"],["23503.321","16527.577"],["23386.127","16558.696"],["23499.532","16433.438"],["23485.862","16456.023"],["23412.474","16533.571"],["23350.027","16507.233"],["23442.811","16373.307"],["23320.875","16436.364"],["23363.361","16490.143"],["23323.487","16472.755"],["23455.249","16487.109"],["23403.362","16415.252"],["15375.435","18203.907"],["16139.046","15073.396"],["16056.049","14892.686"],["16118.239","14924.344"],["16017.346","14936.039"],["16022.368","15001.999"],["16143.188","15040.901"],["16043.796","15041.099"],["16138.161","14993.616"],["16133.507","15018.703"],["16063.935","15018.505"],["16015.700","14880.618"],["16612.222","15459.444"],["16595.687","15375.114"],["22446.014","15913.459"],["14735.536","16968.098"],["14835.642","16975.960"],["14880.071","16973.060"],["14873.461","16851.581"],["14849.563","16845.999"],["14881.240","16930.821"],["14686.188","16979.616"],["15707.404","5153.268"],["15567.380","5328.839"],["15577.349","5354.032"],["15585.393","5321.652"],["15647.533","5284.062"],["15637.484","5171.872"],["15661.567","5159.746"],["15635.883","5221.884"],["15559.701","5183.251"],["28875.245","11023.099"],["28844.529","11051.828"],["28889.444","10958.119"],["30045.378","15221.110"],["30060.765","15155.567"],["30088.450","15161.328"],["30105.537","15213.707"],["30144.367","15213.360"],["30217.210","15206.766"],["30218.896","15244.647"],["27302.175","17293.480"],["27263.317","17288.784"],["27288.039","17202.490"],["27251.716","17206.638"],["27216.141","17198.257"],["27207.339","17231.901"],["27248.442","17382.446"],["27262.157","17344.452"],["27266.645","17329.190"],["15527.069","17405.461"],["15552.867","17406.904"],["15582.889","17285.595"],["15597.322","17277.779"],["15554.209","17219.156"],["15536.913","17213.642"],["15540.207","17272.996"],["15609.781","17222.163"],["22907.444","14598.461"],["15386.955","12321.255"],["15469.587","12230.447"],["15305.225","12325.278"],["15505.809","12275.422"],["15489.758","12203.433"],["15366.974","12160.797"],["15415.754","12181.856"],["15360.157","12306.330"],["15318.247","12234.830"],["15407.937","12261.260"],["30267.619","15477.054"],["30331.943","15356.363"],["30384.901","15374.793"],["30388.561","15347.030"],["30300.755","15452.214"],["30338.032","15488.279"],["30297.521","15410.513"],["30410.868","15312.083"],["30408.900","15402.900"],["30328.232","15480.375"],["30265.903","15452.817"],["22662.200","16489.980"],["22644.501","16525.627"],["22599.270","16520.488"],["22530.534","16444.894"],["22502.577","16438.268"],["22470.886","16422.648"],["22470.747","16427.843"],["22561.917","16556.264"],["22579.868","16494.739"],["22614.633","16483.722"],["22660.248","16437.074"],["22653.672","16414.002"],["22663.089","16362.853"],["22512.426","16399.776"],["22469.726","16361.525"],["30433.838","15846.800"],["30417.679","15906.291"],["30252.284","15732.643"],["30256.314","15858.060"],["30268.207","15901.344"],["30382.794","15912.073"],["30387.778","15910.131"],["30385.697","15874.618"],["30349.700","15842.877"],["30414.537","15818.396"],["30427.547","15782.479"],["30439.916","15758.210"],["30457.924","15827.483"],["23788.925","11035.226"],["23757.249","11036.099"],["23757.517","11029.055"],["25295.545","14379.078"],["25218.321","14390.287"],["25227.935","14419.467"],["31624.996","14042.153"],["31588.218","14185.302"],["31587.630","14193.139"],["31578.949","14167.077"],["31574.383","14059.215"],["31611.538","14078.667"],["31583.069","14097.038"],["20942.270","14270.749"],["27519.361","16192.631"],["27708.652","16221.450"],["27641.942","16225.362"],["27606.859","16225.894"],["27626.669","16190.224"],["27629.832","16144.683"],["27589.923","16248.306"],["27576.446","16292.290"],["25507.171","17615.877"],["25571.573","17560.548"],["25596.601","17573.875"],["20773.692","16389.269"],["15182.561","13492.473"],["18440.741","12067.384"],["18430.151","11984.759"],["27360.347","16583.712"],["27389.043","16631.214"],["30229.305","15498.718"],["18424.738","18560.573"],["18276.800","18660.930"],["18256.060","18661.145"],["18254.796","18556.133"],["16555.653","15309.461"],["16456.966","15498.652"],["16359.964","15433.859"],["16363.302","15421.828"],["16561.775","15355.971"],["16481.915","15442.337"],["16503.826","15430.171"],["16487.263","15380.269"],["16420.736","15331.891"],["16417.928","15372.925"],["16403.473","15433.563"],["16392.082","15490.413"],["16375.445","15360.118"],["16380.686","15330.943"],["15453.569","18361.182"],["15386.129","18396.089"],["25644.734","17745.975"],["27079.854","15475.505"],["22802.744","12551.578"],["21084.806","16013.125"],["21149.244","16114.910"],["21027.595","16001.273"],["28029.400","16750.058"],["27989.265","16698.069"],["28070.450","16578.704"],["28026.655","16593.214"],["28068.156","16583.832"],["28017.223","16611.285"],["27982.342","16651.867"],["28104.821","16590.518"],["28107.055","16621.077"],["27974.877","16565.999"],["31344.533","14311.060"],["31424.463","14264.240"],["31503.267","14279.443"],["31394.291","14299.736"],["23142.637","17199.834"],["23094.156","17212.612"],["23098.385","17234.309"],["23110.547","17307.385"],["23097.982","17324.755"],["23161.454","17303.331"],["23163.378","17292.680"],["23186.776","17267.073"],["23191.333","17291.527"],["23201.871","17309.330"],["23214.366","17326.991"],["23222.755","17349.753"],["23201.219","17347.682"],["23189.386","17307.535"],["23156.468","17330.110"],["6604.030","9192.691"],["6567.480","9276.956"],["6566.045","9334.523"],["6536.980","9337.257"],["18163.652","17749.247"],["17133.314","7266.099"],["17170.255","7277.818"],["17015.362","7288.269"],["17011.845","7325.943"],["17028.620","7357.230"],["17101.570","7346.193"],["17140.873","7335.383"],["17196.113","7381.344"],["17173.230","7362.039"],["17099.540","7466.355"],["27414.185","16131.203"],["27263.223","16604.084"],["27093.496","16595.411"],["16123.343","12617.121"],["15965.518","12552.791"],["16096.549","12683.572"],["15943.377","12614.692"],["17023.748","15570.238"],["17062.382","15574.085"],["18824.851","14332.512"],["18701.272","14375.331"],["18710.180","14337.422"],["18697.262","14387.622"],["18777.091","14314.194"],["18838.325","14389.231"],["18813.240","14341.964"],["18760.176","14387.709"],["18858.085","14432.076"],["12822.962","12348.583"],["12958.207","12355.680"],["12924.092","12428.369"],["12871.275","12372.042"],["12928.018","12375.539"],["18184.499","17765.697"],["18219.244","17787.215"],["18244.227","17822.310"],["32470.323","12808.103"],["32494.910","12842.480"],["32444.299","12832.298"],["32361.885","12886.950"],["32448.532","12932.355"],["32394.774","12775.847"],["32429.992","12786.478"],["28057.332","11705.923"],["27986.096","11747.917"],["27958.447","11720.107"],["28042.401","11796.501"],["28013.024","11800.400"],["31966.809","10336.085"],["31995.331","10383.909"],["16968.828","18166.423"],["21824.428","16403.616"],["21821.741","16371.641"],["26005.519","17340.915"],["25986.255","17373.560"],["25931.891","17311.135"],["25912.455","17371.673"],["22591.873","14777.980"],["22657.299","14818.496"],["22537.647","14851.923"],["22484.133","14865.971"],["14278.796","12697.199"],["14297.749","12732.480"],["14310.195","12673.310"],["14352.243","12663.029"],["14342.160","12716.810"],["14376.292","12730.390"],["14264.739","12679.264"],["28606.236","16261.286"],["28576.663","16250.253"],["28706.787","16228.744"],["28670.635","16255.989"],["28740.433","16165.593"],["28750.077","16171.867"],["17318.510","7297.768"],["17203.781","7375.703"],["14889.656","13764.728"],["18290.045","14051.828"],["18286.334","14180.162"],["18267.928","14184.202"],["24996.252","16500.115"],["27045.443","17219.274"],["27022.646","17233.715"],["26979.543","17291.301"],["26988.907","17305.499"],["26966.841","17348.137"],["26948.629","17347.953"],["26930.610","17344.688"],["26988.014","17394.248"],["26890.370","17341.473"],["27027.868","17386.217"],["27083.960","17406.857"],["27092.648","17376.029"],["27006.689","17355.163"],["27085.237","17348.420"],["31743.006","11286.184"],["31789.087","11328.258"],["31831.939","11298.675"],["31863.273","11317.185"],["31905.138","11344.528"],["8095.726","12063.635"],["17708.354","15790.494"],["17761.862","15864.070"],["17695.406","15816.193"],["17672.538","15801.642"],["17861.458","15162.038"],["15862.969","13970.912"],["15872.127","13907.788"],["15754.580","13953.657"],["15778.092","13932.870"],["15783.966","13863.100"],["25476.555","17414.437"],["27891.876","17323.938"],["27836.269","17246.802"],["30959.089","14001.875"],["16612.509","18566.880"],["15683.029","15813.570"],["15648.554","15870.150"],["15691.351","15829.490"],["15567.863","15889.444"],["15554.932","15770.429"],["15586.807","15763.658"],["15616.317","15833.569"],["15606.004","15894.795"],["15517.912","15876.446"],["18835.169","18057.761"],["18799.786","18180.238"],["18840.310","18218.980"],["18118.759","18299.366"],["31797.993","10584.424"],["31878.999","10639.026"],["31736.986","10504.680"],["31815.913","10438.438"],["31838.723","10471.691"],["13917.224","14833.699"],["22254.843","14957.084"],["22459.298","14950.595"],["5787.125","9752.647"],["5802.826","9790.435"],["5826.468","9742.224"],["5645.649","9601.820"],["14535.005","12548.408"],["14601.182","12726.361"],["14630.409","12741.951"],["14672.157","12686.484"],["14626.335","12668.350"],["14626.911","12693.833"],["14479.705","12662.794"],["14506.565","12621.635"],["18423.276","17710.504"],["18353.046","17750.405"],["18353.391","17735.376"],["16128.700","15579.656"],["16070.995","15554.825"],["16144.844","15596.354"],["16094.853","15604.305"],["16097.222","15582.710"],["16060.810","15683.648"],["15945.799","15697.462"],["27985.857","16120.357"],["17291.990","18240.849"],["16190.987","15105.228"],["16212.857","15152.902"],["16217.458","15180.888"],["16264.284","15267.032"],["16245.886","15182.027"],["16336.587","15139.594"],["16240.106","15194.541"],["16234.122","15146.714"],["16238.793","15127.160"],["16279.678","15180.478"],["16329.119","15194.202"],["16285.451","15218.942"],["16284.578","15098.385"],["16217.954","15100.075"],["16350.280","15212.243"],["16162.538","15176.515"],["16148.482","15117.444"],["16201.148","15167.676"],["16197.570","15237.563"],["16197.611","15290.397"],["16217.197","15293.916"],["18644.282","8336.209"],["16484.539","14551.169"],["16496.314","14598.067"],["16536.719","14588.875"],["16539.589","14564.398"],["16444.668","14567.362"],["16485.285","14602.690"],["16454.942","14632.749"],["16418.379","14650.054"],["16389.276","14607.471"],["16415.304","14541.640"],["16382.554","14637.279"],["15988.156","14555.844"],["15959.072","14513.903"],["16027.479","14451.194"],["16033.647","14458.693"],["16053.038","14530.055"],["16063.087","14622.295"],["6051.130","9493.824"],["19900.443","15220.431"],["24519.526","16589.003"],["24545.304","16697.665"],["24495.069","16646.830"],["22420.102","15241.042"],["22408.653","15191.943"],["12263.007","12089.028"],["12294.458","12088.340"],["12225.889","12080.991"],["30872.790","14047.396"],["16723.241","17551.365"],["16681.037","17569.912"],["23493.354","16852.102"],["4957.010","8158.662"],["19370.194","15763.896"],["17061.673","15500.916"],["16060.596","13402.299"],["16105.125","13415.411"],["15307.270","17029.337"],["15352.505","17022.780"],["15361.042","17048.357"],["15386.629","17151.593"],["15386.022","17196.762"],["15475.471","17187.065"],["15491.192","17155.358"],["15454.146","17102.031"],["16035.327","15832.069"],["16102.827","15810.913"],["16072.087","15793.340"],["15954.549","15754.885"],["16128.523","15751.310"],["16083.096","15754.086"],["15977.461","15745.405"],["18917.053","18498.911"],["19069.897","18624.182"],["18963.010","18506.782"],["18950.905","18531.670"],["18890.398","18580.537"],["18891.467","18542.750"],["18947.696","18599.023"],["18953.271","18570.435"],["18928.610","18653.654"],["18938.610","18659.302"],["18971.718","18657.733"],["19064.509","18671.747"],["31292.858","10944.285"],["31274.155","10904.174"],["21873.157","16083.585"],["21835.149","16139.857"],["21924.833","16077.330"],["21936.309","16028.643"],["21906.557","15977.056"],["21863.040","15952.654"],["21860.293","15938.716"],["21879.438","16115.867"],["22011.601","16092.343"],["22012.188","15970.051"],["22001.623","16021.548"],["21959.008","15939.901"],["16392.143","6849.170"],["22438.812","8052.284"],["15718.280","14437.189"],["29237.870","16355.248"],["29210.033","16354.220"],["17614.885","17937.695"],["17594.025","17886.688"],["17583.630","17835.870"],["17514.288","17879.157"],["18761.641","14496.629"],["18825.833","14471.481"],["18879.901","14474.277"],["18717.878","14621.548"],["15566.477","12730.584"],["15670.546","12628.850"],["15652.470","12638.082"],["15698.835","12558.198"],["15619.848","12694.349"],["15634.898","12690.204"],["28288.215","11301.974"],["28347.877","11413.489"],["28339.204","11376.679"],["28336.918","11393.244"],["28203.478","11380.042"],["28243.666","11316.683"],["16226.884","7821.926"],["16163.326","7751.390"],["16210.377","7736.945"],["16209.389","7696.625"],["16272.234","7714.479"],["16293.243","14846.666"],["16302.223","14870.415"],["26921.429","17007.765"],["26940.083","17007.951"],["27091.889","17057.666"],["27036.375","17069.759"],["27058.207","17081.475"],["27054.468","17128.445"],["27063.058","17183.958"],["26899.363","17054.676"],["21748.022","15683.671"],["21780.505","15578.689"],["21792.046","15622.598"],["21805.246","15678.693"],["21781.508","15688.130"],["19650.124","15990.689"],["19555.982","15984.983"],["15012.905","13831.059"],["14739.368","17158.607"],["14705.043","17135.039"],["14868.911","17166.836"],["14881.516","17191.885"],["22931.264","12624.360"],["22972.738","12644.022"],["22968.393","12589.756"],["23003.583","12558.313"],["23048.039","12637.674"],["26237.736","16170.316"],["26172.549","16169.753"],["26127.177","16170.129"],["26123.575","16172.851"],["17314.312","15465.738"],["17387.934","15381.379"],["32526.797","12441.147"],["32480.876","12407.654"],["32458.808","12489.611"],["32363.361","12541.834"],["32428.828","12525.479"],["32457.753","12451.439"],["32457.237","12410.348"],["32373.094","12491.729"],["23701.167","11058.962"],["23724.827","11045.546"],["32240.999","11036.335"],["32271.723","11008.812"],["32313.713","11042.751"],["19129.586","18175.339"],["19126.025","18100.470"],["19123.147","18080.586"],["19155.531","18117.481"],["19242.759","18100.310"],["19234.551","18089.889"],["23754.661","17984.432"],["23793.532","17947.557"],["23797.051","17944.522"],["23818.774","17967.503"],["23845.517","17991.482"],["23808.058","18016.517"],["23785.426","18008.438"],["23840.466","17997.170"],["23935.244","17868.003"],["23924.347","17868.105"],["23917.150","17874.312"],["23932.177","17898.883"],["19875.335","15696.135"],["19852.657","15689.760"],["7970.878","9113.031"],["26901.493","16685.803"],["26913.495","16686.016"],["26926.693","16683.447"],["26941.668","16723.374"],["26909.961","16615.903"],["27855.956","17683.916"],["27845.589","17710.608"],["27826.944","17717.624"],["27832.817","17755.916"],["27870.921","17683.242"],["27890.968","17677.433"],["27843.466","17631.928"],["27823.799","17627.329"],["16329.920","17578.765"],["16327.502","17560.367"],["16261.941","17550.597"],["14867.417","12006.670"],["14821.575","12075.467"],["28259.058","15833.414"],["28247.132","15900.699"],["28272.024","15903.310"],["28265.268","15856.832"],["28309.297","15835.783"],["26054.657","16140.106"],["26045.925","16096.535"],["26048.124","15944.318"],["22411.319","16135.823"],["22404.269","16083.673"],["22423.286","16094.216"],["22353.187","15952.450"],["22350.287","15935.411"],["22375.359","15949.362"],["22440.404","15966.290"],["18593.313","12818.915"],["13078.315","12557.063"],["13190.192","12564.084"],["8974.565","11700.074"],["25367.017","17801.190"],["25386.122","17762.528"],["25379.115","17781.987"],["17698.476","15548.131"],["17773.770","15559.644"],["22725.328","16652.259"],["22777.054","16615.762"],["22748.799","16570.347"],["16085.046","15089.175"],["16116.804","15131.961"],["16050.183","15180.334"],["16083.058","15160.225"],["16431.220","18230.017"],["16404.212","18159.892"],["16507.587","18150.786"],["16514.726","18121.355"],["16521.960","18186.737"],["17398.344","15264.874"],["14045.750","13743.448"],["14910.093","15950.087"],["14997.621","16077.474"],["15070.392","16124.280"],["15367.834","12718.191"],["22392.265","15800.324"],["22269.657","15847.795"],["22401.304","15755.556"],["22419.478","15758.852"],["22391.536","15871.908"],["22399.033","15825.979"],["13794.317","13289.539"],["17141.419","18706.392"],["17180.787","18800.339"],["17066.429","18866.992"],["18778.386","17976.390"],["18702.838","17920.768"],["18814.051","18018.124"],["18372.723","12494.338"],["18424.665","12531.185"],["21785.083","16070.671"],["21763.381","16035.904"],["21727.131","16067.537"],["21702.287","16118.372"],["21709.903","16140.975"],["21812.343","16021.803"],["32218.538","11250.135"],["32335.232","11221.051"],["26650.191","16220.972"],["26664.704","16211.602"],["26646.735","16244.956"],["26638.817","16277.298"],["26566.992","16246.047"],["26549.831","16252.687"],["31818.012","11740.945"],["31841.127","11781.044"],["31859.225","11831.171"],["31263.322","10619.696"],["27257.701","17424.086"],["27211.711","17418.951"],["15579.755","16858.297"],["15680.014","16949.509"],["15658.847","16968.882"],["30440.722","14967.631"],["30411.205","15029.386"],["30428.049","15029.385"],["30384.250","15048.749"],["27495.341","17604.506"],["27455.964","17608.743"],["27347.693","17587.334"],["27466.094","17550.218"],["27447.404","17520.922"],["27476.851","17436.147"],["27318.888","17553.563"],["27306.777","17458.991"],["27315.553","17478.381"],["27394.788","17455.875"],["27423.112","17436.964"],["27380.002","17562.316"],["20825.398","16377.754"],["20864.508","16357.004"],["13949.208","14161.094"],["14000.560","14098.929"],["13974.289","14226.799"],["13980.510","14200.375"],["13914.550","14167.428"],["13917.905","14187.675"],["15901.097","14210.479"],["12214.619","11856.146"],["12312.184","11900.389"],["12354.601","11912.325"],["17284.133","15721.554"],["31752.395","11560.123"],["31820.374","11630.374"],["31844.120","11569.625"],["16271.763","18113.068"],["31502.689","13210.347"],["26508.457","17035.479"],["26467.459","17082.339"],["26477.838","17020.830"],["26616.499","17088.751"],["26658.618","17099.365"],["26567.017","17101.895"],["26605.350","17166.890"],["14362.534","12288.560"],["14259.184","12273.120"],["14337.240","12168.635"],["14448.220","12305.745"],["14252.462","12335.413"],["5646.391","9100.001"],["5665.169","9027.621"],["5692.677","9051.963"],["5726.331","9006.656"],["20401.229","7882.985"],["19062.611","15202.686"],["18973.065","15194.469"],["18921.456","15208.502"],["18986.496","15254.535"],["16977.916","15287.810"],["7697.815","8686.648"],["7687.355","8731.734"],["19974.453","17158.172"],["9846.822","11867.894"],["9833.581","11824.723"],["18187.864","17889.754"],["18087.684","17913.652"],["18066.253","17903.644"],["30623.388","15037.492"],["30566.392","15055.361"],["30605.833","15026.438"],["30495.360","15027.074"],["30489.912","15024.555"],["30581.149","14934.522"],["30534.725","14908.454"],["30521.931","14931.284"],["30489.005","14916.331"],["30473.896","14983.524"],["30548.921","14998.948"],["25973.065","17628.268"],["20541.333","8181.048"],["20522.005","8196.931"],["21870.788","8631.838"],["17041.087","18436.539"],["24616.199","16557.153"],["24574.456","16412.159"],["24753.435","16510.327"],["24671.411","16498.210"],["24732.719","16452.022"],["24763.130","16359.744"],["24774.375","16441.067"],["24754.434","16530.841"],["24740.126","16388.570"],["18582.893","11833.975"],["18516.607","11806.942"],["18590.652","11879.267"],["20676.592","16170.028"],["20637.411","16153.610"],["11966.944","12147.195"],["12071.402","12151.470"],["26449.078","15397.538"],["26309.993","15496.337"],["14489.661","12751.393"],["14504.881","12700.001"],["14497.147","12675.620"],["27049.613","16279.263"],["27085.171","16297.572"],["27075.219","16325.295"],["26951.438","16306.023"],["26904.439","16261.716"],["26889.326","16277.635"],["26935.992","16325.866"],["26938.139","16321.201"],["26972.635","16144.163"],["26975.574","16188.706"],["27043.489","16286.542"],["14468.131","12833.970"],["14547.301","12922.296"],["14660.853","12767.781"],["14651.330","12797.682"],["14549.745","12788.551"],["27092.926","15769.276"],["26904.301","15822.186"],["5796.501","9382.963"],["12037.758","12044.700"],["12051.560","12023.857"],["18884.013","14699.260"],["13875.668","14654.369"],["6168.119","9948.952"],["20445.114","14516.681"],["20443.597","14503.203"],["20472.897","14541.997"],["13791.478","12302.337"],["15711.306","13664.457"],["15699.962","13740.353"],["19548.049","15018.988"],["27952.381","17405.319"],["27967.271","17331.200"],["28012.150","17300.990"],["28033.085","17272.834"],["28050.785","17250.125"],["28145.029","17325.330"],["28099.715","17296.726"],["28110.746","17326.993"],["28061.594","17227.426"],["13485.263","12371.406"],["13616.622","12532.039"],["13454.048","12449.270"],["13451.581","12483.225"],["13462.294","12502.466"],["13564.722","12457.933"],["13561.900","12475.295"],["27448.459","17414.796"],["24140.378","16705.270"],["24077.603","16734.172"],["23997.273","16753.616"],["24074.018","16773.425"],["23956.313","16709.036"],["23932.266","16723.925"],["8221.090","11956.549"],["15936.512","14250.773"],["15968.367","14295.219"],["16141.665","14310.386"],["16016.970","14363.842"],["16055.242","14423.698"],["16001.683","14408.293"],["15970.362","14410.158"],["16129.014","14365.692"],["16122.005","14411.842"],["16121.775","14275.457"],["27488.187","16608.408"],["27417.477","16600.684"],["27403.940","16575.868"],["27862.651","12712.472"],["27845.973","12741.836"],["27776.213","11306.197"],["27783.955","11475.723"],["27796.310","11431.706"],["27879.289","11325.838"],["27752.055","11484.843"],["27823.268","11359.976"],["27732.228","11368.627"],["21200.119","12647.912"],["21404.514","12679.685"],["22440.108","15677.391"],["22420.906","15660.480"],["22361.830","15655.912"],["22357.047","15638.462"],["22293.546","15601.758"],["22286.215","15601.535"],["22260.030","15568.855"],["22282.156","15534.034"],["22444.681","15543.560"],["22397.924","15510.441"],["22403.265","15578.395"],["22440.652","15627.864"],["18501.997","13090.269"],["14758.311","12897.112"],["26988.397","16906.727"],["27071.586","16902.363"],["26979.692","16797.273"],["15271.190","12089.819"],["15150.072","12053.971"],["15269.125","11922.966"],["9228.613","11860.814"],["9393.929","11880.486"],["9201.475","11816.012"],["28152.328","15701.456"],["28244.793","15705.480"],["28346.420","15611.785"],["28295.367","15683.759"],["28313.892","15623.394"],["20726.832","14881.264"],["20709.517","14874.024"],["20685.850","15015.812"],["20688.018","14996.197"],["20639.138","14944.354"],["18591.836","14566.297"],["18576.081","14505.717"],["18513.788","14514.130"],["18482.435","14528.407"],["29560.288","16129.178"],["13009.121","12810.856"],["25110.954","17578.970"],["25155.272","17503.549"],["25122.078","17541.050"],["25114.525","17607.774"],["13840.609","13054.971"],["13847.008","13018.078"],["15393.222","13632.118"],["15445.525","13653.331"],["15495.414","13782.851"],["15511.789","13777.335"],["5669.139","9295.423"],["5628.837","9331.247"],["17384.582","15065.558"],["17363.344","15044.214"],["22756.142","16051.263"],["22743.195","16027.132"],["22765.260","15973.926"],["22795.878","15998.095"],["22775.760","16055.556"],["22734.190","16133.094"],["22827.988","16126.239"],["22768.469","16093.283"],["24030.327","16788.515"],["23948.998","16850.893"],["24127.024","16783.858"],["24056.828","16777.278"],["24012.221","16813.737"],["24135.385","16844.032"],["26690.744","15934.018"],["26695.105","15952.118"],["26673.701","16127.157"],["26834.903","15930.506"],["26822.251","15970.079"],["26786.966","15982.265"],["26765.277","16048.806"],["26744.526","16059.254"],["26824.073","16122.230"],["26843.720","16092.433"],["26736.637","16113.111"],["26675.010","16055.269"],["17759.285","15969.400"],["17793.572","15941.750"],["17788.983","15948.181"],["17722.332","15978.947"],["17759.921","15993.456"],["19861.070","15915.705"],["19912.107","15897.156"],["19878.851","15870.074"],["19757.391","15902.330"],["19808.886","15888.972"],["19832.906","15887.903"],["19843.808","15923.111"],["19835.666","15911.362"],["27402.351","11167.638"],["27425.690","11140.543"],["14551.037","13993.013"],["14651.962","13839.226"],["14566.618","13911.606"],["14607.917","13878.113"],["21801.789","15452.332"],["21796.346","15392.982"],["21815.427","15425.603"],["19756.535","16910.010"],["19779.297","16956.196"],["19786.995","16932.084"],["19774.381","16886.922"],["19797.167","16875.673"],["19785.802","16858.117"],["23723.436","11120.783"],["23721.182","11075.326"],["17437.792","18080.700"],["17462.907","18070.758"],["17454.759","18217.045"],["17418.246","18229.646"],["26697.291","17415.307"],["26354.588","15703.794"],["26364.649","15692.121"],["26318.247","15642.382"],["26298.052","15606.966"],["26279.319","15615.980"],["26271.528","15666.590"],["26278.526","15637.755"],["16288.111","13084.254"],["16218.326","13031.231"],["14250.832","13996.651"],["14051.793","14008.871"],["15055.070","19019.612"],["15898.183","14241.667"],["15914.109","14357.436"],["15889.502","14352.596"],["15891.785","14394.104"],["15866.824","14367.588"],["15913.249","14445.903"],["15881.426","14444.625"],["15839.081","14430.931"],["15790.505","14403.777"],["26973.628","16982.905"],["26926.338","16967.090"],["21069.771","12805.995"],["17381.120","18620.570"],["31374.591","11109.496"],["31476.571","11142.076"],["31443.931","11084.060"],["31422.403","11112.467"],["31467.714","11079.917"],["31502.753","11124.558"],["31435.354","11172.440"],["31508.172","11243.371"],["31501.955","11142.603"],["31391.850","11166.145"],["31479.326","11266.593"],["18803.537","14832.360"],["18744.013","14661.489"],["18689.868","14681.307"],["18698.486","14764.852"],["18741.352","14762.121"],["18805.064","14722.615"],["18815.678","14727.130"],["18859.152","14781.906"],["18824.218","14830.498"],["18782.091","14771.505"],["27697.637","11521.575"],["18292.479","12489.274"],["24321.585","16813.901"],["24260.410","16785.804"],["16157.164","15269.268"],["16154.672","15250.510"],["30783.252","14021.484"],["30870.977","14000.017"],["6328.213","9339.906"],["6360.727","9313.351"],["6361.449","9356.874"],["29803.160","16029.590"],["29800.175","16039.481"],["29768.559","16071.432"],["29783.904","16089.728"],["29786.711","16136.518"],["29671.328","16100.754"],["22842.755","14655.988"],["29986.026","15626.415"],["29970.617","15551.098"],["29934.017","15507.362"],["8894.907","11990.693"],["8886.125","12012.477"],["8919.252","11965.254"],["8934.817","11965.054"],["8873.405","11919.762"],["21742.671","15804.547"],["21711.955","15793.304"],["21700.233","15767.159"],["21821.471","15911.782"],["21789.559","15839.278"],["21760.991","15743.668"],["21809.354","15850.436"],["26096.997","15616.655"],["26055.938","17554.081"],["26056.315","17581.190"],["14259.553","12442.531"],["14296.200","12498.957"],["14352.209","12359.923"],["14360.852","12394.018"],["14419.417","12419.995"],["16285.841","5471.054"],["16294.439","5557.982"],["29116.320","11419.833"],["29039.778","11414.796"],["29145.979","11479.020"],["28989.683","11346.688"],["29032.488","11375.927"],["29005.086","11394.689"],["29088.867","11361.283"],["29148.230","11430.038"],["29183.806","11349.580"],["29162.782","11420.152"],["29187.773","11305.724"],["29129.663","11404.316"],["29154.889","11444.483"],["29146.303","11345.538"],["27699.783","17038.053"],["27686.155","17041.696"],["27648.164","17025.065"],["27642.384","17191.969"],["27622.895","17172.257"],["27605.381","17169.936"],["27565.279","17112.873"],["27545.438","17105.763"],["27576.519","17064.601"],["27613.816","17114.729"],["27665.446","17099.345"],["27571.005","17051.917"],["27526.204","17152.202"],["27565.611","17196.198"],["27535.996","17171.667"],["17446.881","15696.411"],["17424.619","15507.027"],["17529.763","15688.601"],["31528.405","13384.428"],["31532.111","13336.199"],["31522.973","13267.555"],["31562.198","13293.001"],["31602.956","13323.555"],["16366.467","5764.829"],["19562.470","16551.187"],["19572.072","16545.109"],["19559.770","16510.047"],["19542.917","16423.064"],["19543.449","16454.395"],["19574.960","16405.784"],["19585.370","16378.230"],["19566.833","16374.547"],["14500.646","12284.999"],["14462.505","12289.920"],["14633.101","12177.518"],["14665.574","12130.772"],["14583.784","12140.351"],["14521.235","12133.926"],["26077.473","17422.113"],["6148.807","9262.813"],["6191.372","9252.069"],["6161.647","9205.562"],["6120.683","9189.444"],["14741.973","13581.568"],["17888.754","18667.985"],["17998.500","18556.339"],["17260.399","7246.854"],["15070.492","17061.483"],["15051.939","17078.923"],["15007.158","17114.905"],["15089.363","17094.658"],["15079.626","17062.039"],["16176.697","15434.305"],["16206.198","15367.057"],["16154.624","15307.978"],["16237.938","15443.233"],["16179.849","15369.600"],["16212.355","15438.879"],["16198.552","15490.308"],["6204.416","9162.081"],["6231.509","9156.072"],["20933.215","9491.693"],["16613.388","18310.362"],["16737.913","18416.048"],["28307.682","11176.686"],["28343.389","11194.506"],["28331.942","11165.605"],["28295.878","11128.688"],["28238.962","11113.100"],["28290.542","11121.406"],["28229.012","11149.073"],["28223.427","11140.759"],["28183.384","11107.660"],["16858.859","15421.465"],["16954.879","15398.954"],["16801.757","15376.661"],["16880.910","15396.134"],["16962.867","15350.255"],["16862.701","15303.334"],["13325.358","12501.338"],["13343.049","12464.670"],["13390.072","12425.281"],["13363.592","12439.451"],["13214.008","12545.061"],["28049.853","11550.289"],["27987.237","11535.458"],["28033.449","11563.581"],["28092.869","11665.808"],["19329.103","14217.053"],["17078.432","7256.491"],["12273.105","12225.181"],["30419.505","14828.992"],["30436.951","14839.964"],["17483.914","18519.756"],["14684.028","12836.889"],["22916.597","16747.680"],["22936.046","16741.496"],["22939.795","16738.558"],["22929.306","16750.728"],["22945.289","16754.902"],["23020.217","16757.541"],["23057.349","16774.019"],["23079.971","16765.615"],["15501.259","5610.344"],["15384.763","5718.716"],["15450.287","5703.725"],["15483.066","5746.556"],["15445.661","5654.524"],["15108.958","16247.657"],["15191.763","16207.275"],["15147.803","16210.191"],["15156.098","16175.273"],["15145.252","16263.680"],["15156.341","16251.440"],["15142.232","16278.917"],["15157.209","16154.665"],["15104.707","16289.627"],["15105.972","16232.442"],["15192.098","16158.444"],["28068.567","10962.653"],["28116.189","10978.516"],["28143.433","10903.786"],["27967.227","10858.593"],["28071.926","10863.201"],["28015.058","10918.279"],["28132.698","10909.411"],["28039.221","11016.186"],["28004.715","10887.154"],["17793.113","18163.386"],["27140.532","15491.188"],["27120.448","15468.277"],["23026.578","15903.560"],["22970.616","15915.789"],["23079.771","15786.233"],["23068.453","15754.293"],["21794.931","16295.069"],["21816.854","16224.861"],["22706.067","16748.843"],["22874.756","16727.282"],["21944.206","14002.827"],["30464.572","14448.468"],["30572.693","14436.882"],["30506.585","14383.676"],["30487.054","14347.245"],["30522.788","14247.568"],["30561.382","14336.466"],["30610.016","14333.916"],["30610.888","14382.343"],["30643.672","14309.815"],["30478.964","14256.190"],["30580.097","14302.671"],["31789.609","13238.591"],["31811.579","13217.981"],["31858.446","13228.853"],["31817.679","13269.622"],["31867.521","13245.657"],["31890.458","13246.362"],["27150.678","15656.188"],["27119.257","15681.591"],["19140.752","14605.043"],["19230.541","14639.593"],["19144.056","14550.453"],["19207.675","14610.034"],["19210.517","14592.327"],["19206.092","14575.810"],["19290.239","14572.113"],["19213.428","14569.191"],["19214.777","14571.123"],["19298.276","14576.723"],["19275.354","14587.311"],["19187.102","14646.175"],["28368.354","16151.316"],["28390.016","16176.277"],["28410.141","16152.527"],["28433.420","16153.539"],["28398.583","16231.862"],["28390.467","16224.295"],["28396.101","16245.939"],["28398.027","16266.126"],["28484.175","16220.271"],["28540.303","16266.009"],["28533.268","16237.793"],["28486.399","16290.368"],["15920.551","18037.969"],["15888.627","18015.095"],["15889.646","17949.032"],["15898.284","17886.993"],["15892.294","17942.112"],["15800.634","17988.231"],["15868.635","17937.580"],["15869.483","17972.228"],["15842.940","18028.575"],["16078.223","18481.835"],["25553.887","17041.681"],["25565.438","17081.724"],["25602.502","17122.479"],["25466.682","17146.285"],["25448.515","17086.030"],["25410.941","17038.627"],["25443.557","16998.619"],["25490.633","17011.498"],["24558.518","16775.729"],["24439.605","16819.744"],["24365.333","16827.066"],["18222.240","13212.633"],["16730.246","15154.450"],["16595.125","15200.589"],["16652.642","15219.565"],["16777.608","15187.521"],["16684.298","15130.638"],["15762.137","17612.241"],["15731.623","17599.887"],["32054.774","12945.586"],["32108.549","12832.731"],["15472.719","5557.085"],["15421.146","5533.079"],["15326.992","5521.846"],["15356.701","5460.189"],["15497.317","5360.333"],["15712.887","14841.992"],["15703.150","14784.007"],["15562.180","14847.223"],["15723.820","14785.723"],["15582.508","14826.690"],["15714.478","14771.388"],["22764.685","16145.779"],["22842.238","16161.036"],["24784.824","16928.453"],["24804.554","16846.650"],["24838.714","16886.198"],["24968.004","16845.320"],["24956.561","16820.251"],["24881.577","16881.128"],["24936.191","16775.596"],["16153.480","14639.115"],["16158.595","14658.378"],["16162.652","14451.636"],["16322.222","14566.220"],["16300.763","14613.349"],["16351.514","14538.922"],["7870.551","11998.969"],["7837.082","12039.529"],["20037.883","13836.087"],["20071.231","13827.777"],["20080.461","13846.333"],["20122.513","13847.958"],["31535.006","11551.674"],["31667.985","11626.810"],["31636.427","11508.762"],["31673.423","11523.553"],["22890.924","14917.086"],["23552.458","17861.569"],["23707.427","18006.460"],["23724.851","17993.097"],["12415.050","11948.490"],["12411.119","12054.106"],["12561.620","12119.840"],["12542.612","12054.478"],["12550.941","12089.244"],["12529.842","12042.853"],["12357.591","11969.300"],["12514.342","12034.878"],["12498.626","12081.677"],["12479.506","12050.449"],["12422.484","11961.498"],["16661.740","15765.437"],["16698.927","15764.215"],["16696.810","15919.803"],["16703.306","15902.941"],["16653.093","15848.738"],["16742.934","15819.088"],["16829.667","6792.548"],["14934.067","6227.302"],["14894.631","6282.899"],["15026.223","13800.191"],["14976.733","13733.635"],["15037.177","13710.365"],["18635.922","15887.222"],["16490.223","13319.707"],["16445.009","13205.205"],["29176.061","11528.119"],["30240.516","15544.012"],["30246.618","15639.282"],["30158.162","15530.627"],["30235.718","15689.357"],["30186.488","15702.469"],["20428.717","14916.329"],["17671.146","18626.890"],["17748.035","18578.548"],["17644.481","18571.668"],["17625.699","18580.042"],["17652.173","18530.173"],["17660.939","18540.330"],["17662.490","15291.274"],["17769.521","15241.990"],["17706.049","15272.506"],["17754.774","15227.928"],["17696.379","15288.606"],["15519.865","12463.820"],["15577.515","12490.179"],["15614.317","12513.266"],["15547.524","12470.161"],["15704.326","12484.796"],["15666.587","12403.905"],["15632.162","12345.920"],["15638.396","12365.937"],["15535.013","12368.943"],["15538.417","12369.653"],["15530.589","12424.797"],["23436.731","17406.275"],["23039.212","16327.049"],["23877.645","16389.706"],["23912.249","16383.111"],["23933.796","16494.393"],["18051.879","18780.063"],["18110.212","18739.821"],["31245.471","14296.045"],["31263.314","14307.031"],["31207.967","14284.396"],["31118.032","14249.993"],["16246.426","5808.262"],["16234.673","5843.557"],["16179.606","5826.320"],["16166.692","5900.325"],["16474.183","15518.062"],["16399.643","15513.814"],["16449.817","15512.571"],["16433.278","15540.993"],["16505.008","15517.803"],["15152.200","16840.371"],["15131.374","16830.190"],["15289.380","16901.010"],["13488.424","13183.345"],["29252.459","11347.328"],["29214.054","11446.875"],["29204.067","11394.132"],["29306.780","11483.791"],["29229.363","11472.079"],["29316.569","11329.431"],["29303.057","11468.433"],["16297.975","18287.106"],["16226.161","18265.404"],["16226.013","18284.578"],["16149.325","18266.517"],["16306.202","18302.547"],["16345.302","18298.077"],["18900.947","16014.936"],["5372.259","9210.189"],["5389.477","9256.803"],["21408.922","16159.552"],["27564.067","17545.907"],["27572.109","17544.817"],["27686.217","17489.200"],["16484.209","15773.288"],["16454.209","15745.955"],["16531.363","15749.974"],["16509.373","15833.013"],["24742.903","17216.030"],["22953.739","14843.906"],["22963.023","14787.934"],["22965.471","14662.254"],["18680.672","12793.254"],["16840.249","7752.359"],["16788.215","7724.896"],["16918.959","7740.009"],["16867.314","7755.756"],["27463.121","16530.496"],["27452.860","16371.525"],["27449.130","16403.428"],["27458.397","16393.184"],["27455.732","16362.354"],["27423.668","16474.835"],["27481.534","16514.500"],["27404.447","16425.506"],["27401.461","16558.934"],["27415.675","16561.452"],["30883.150","9487.725"],["30909.274","9488.687"],["30904.926","9451.594"],["27651.210","15911.218"],["27119.750","16265.564"],["27242.696","16345.547"],["27265.599","16343.867"],["27283.035","16295.175"],["27297.949","16165.078"],["27267.434","16144.294"],["27200.428","16143.076"],["27288.788","16148.280"],["7806.260","8800.316"],["7772.380","8808.442"],["7792.769","8869.323"],["7729.263","8924.344"],["7724.622","8944.005"],["7742.984","8929.580"],["7823.664","8937.674"],["7762.389","8933.627"],["23545.281","16965.740"],["23587.638","16977.669"],["23641.539","16849.137"],["22336.325","8150.932"],["21697.899","14643.520"],["21657.360","15991.870"],["21643.445","16072.259"],["18483.471","18205.242"],["18639.979","18058.427"],["18570.876","18173.349"],["15305.441","17587.655"],["15513.225","17489.315"],["24562.770","17165.045"],["24536.250","17161.171"],["24508.200","17179.492"],["24519.771","17179.629"],["24416.598","17138.929"],["24441.500","17138.114"],["24460.589","17149.045"],["24432.447","17092.230"],["24555.523","17152.481"],["5555.697","9123.407"],["5474.613","9134.117"],["5495.997","9105.424"],["5497.700","9085.104"],["21738.861","15314.918"],["21714.463","15313.343"],["21702.704","15330.993"],["21662.206","15376.460"],["21669.285","15390.966"],["21799.110","15312.361"],["21761.139","15485.259"],["21717.752","15488.018"],["7532.382","8892.998"],["24686.418","17094.642"],["24708.995","17122.678"],["24626.612","17109.332"],["24647.663","17096.091"],["24655.711","17121.723"],["24700.655","17121.992"],["14785.295","16790.406"],["28944.971","10801.169"],["28974.383","10748.349"],["28964.514","10803.627"],["28957.314","10698.977"],["28984.032","10777.475"],["15384.635","5306.112"],["15346.960","5336.464"],["15457.085","5335.878"],["16281.715","15315.274"],["16291.221","15404.176"],["16348.209","15460.091"],["16330.990","15427.013"],["16251.673","15332.555"],["16334.113","15369.014"],["16353.533","15356.756"],["16315.241","15384.053"],["16246.557","15452.509"],["16323.279","15471.480"],["14993.403","5946.607"],["14920.503","5981.670"],["14951.137","5841.840"],["27804.337","15780.743"],["27762.454","15760.891"],["27753.459","15815.858"],["27806.172","15827.068"],["27839.710","15809.614"],["6478.661","9484.267"],["28199.818","16975.741"],["28186.094","16875.185"],["28175.787","16876.075"],["28154.250","16865.384"],["27632.399","15880.768"],["27543.651","15891.462"],["27527.195","15799.759"],["27556.620","15799.609"],["27601.677","15777.070"],["27645.921","15804.939"],["27644.486","15758.777"],["27697.777","15754.104"],["21153.714","15089.260"],["26873.721","15484.689"],["26743.211","15383.945"],["26877.824","15301.909"],["26826.952","15371.785"],["21352.825","14188.931"],["21315.017","14161.625"],["16454.931","13020.115"],["16399.976","13104.196"],["16372.523","13101.823"],["16390.166","13126.752"],["16401.770","13130.645"],["16479.777","13181.076"],["19764.406","14351.004"],["15264.515","5487.270"],["15235.060","5512.826"],["15299.890","5533.010"],["15190.252","5556.723"],["15289.162","5499.294"],["26906.685","15545.978"],["26940.586","15546.523"],["16372.248","12762.083"],["13086.932","12341.787"],["13194.121","12462.648"],["13060.839","12419.911"],["13155.101","12496.946"],["13151.431","12534.298"],["12998.250","12485.801"],["23263.415","7564.320"],["23273.738","7575.399"],["23296.791","7593.179"],["23285.748","7529.389"],["23161.221","7624.974"],["32169.825","10685.383"],["32206.774","10700.050"],["32272.593","10685.105"],["32243.725","10777.945"],["32194.163","10770.155"],["28180.800","15754.869"],["28222.856","15726.282"],["28247.678","15761.886"],["28186.297","15857.497"],["28279.965","15722.906"],["31742.076","11086.311"],["31827.424","11122.150"],["31745.117","11207.530"],["31820.119","11160.325"],["31819.659","11166.161"],["31867.416","11252.662"],["31743.220","11097.607"],["31825.672","11175.491"],["31870.417","11214.512"],["31909.102","11164.543"],["31729.646","11134.734"],["14642.645","19179.324"],["8830.048","11796.837"],["8852.779","11827.605"],["8983.444","11830.529"],["8979.633","11844.326"],["8980.296","11868.509"],["8843.833","11900.522"],["8910.688","11728.724"],["8977.398","11720.902"],["18386.801","18040.050"],["25786.129","16918.973"],["15716.297","15162.129"],["15628.077","15115.161"],["15719.202","15266.127"],["15709.190","15233.236"],["15658.000","15226.836"],["15641.164","15272.764"],["15632.871","15176.238"],["15617.776","15131.779"],["15554.762","15133.937"],["15527.084","15114.972"],["26558.117","15484.514"],["26650.512","15445.204"],["28160.009","16563.140"],["28180.833","16554.045"],["22328.094","16325.535"],["22286.556","16351.281"],["22380.415","16158.767"],["27306.782","16253.143"],["27311.243","16236.705"],["27361.091","16277.746"],["27311.603","16198.313"],["15042.088","16789.250"],["15072.033","16854.483"],["26402.707","15958.349"],["26428.303","15972.389"],["26310.532","16046.473"],["26293.964","16010.696"],["26281.609","16002.774"],["26385.243","16043.795"],["26426.733","16118.145"],["26437.891","16073.365"],["26373.453","16080.583"],["26323.551","16133.854"],["26402.337","15989.775"],["26337.116","16025.143"],["26331.396","15952.818"],["26347.061","16004.296"],["26281.568","15967.775"],["28242.593","17343.971"],["28204.420","17337.718"],["28180.887","17357.981"],["28243.138","17280.029"],["28236.627","17250.937"],["28275.546","17291.821"],["28305.915","17267.055"],["28208.422","17312.415"],["28329.764","16185.429"],["28300.231","16160.651"],["28292.722","16194.319"],["28243.179","16188.399"],["28275.191","16143.364"],["20310.076","14590.075"],["20348.072","14637.173"],["5683.375","8926.522"],["5651.449","8879.702"],["5656.003","8918.697"],["13795.733","13670.001"],["19157.377","15794.012"],["19286.283","15895.929"],["19292.179","15177.324"],["15529.699","12161.766"],["15596.936","12222.393"],["15543.778","12201.221"],["15636.274","12238.458"],["15570.682","12241.843"],["30302.961","15960.346"],["31963.680","13226.049"],["32064.449","13232.337"],["32143.127","13252.780"],["23839.399","17729.179"],["23794.330","17702.477"],["23878.534","17778.703"],["14266.499","14057.201"],["14290.511","14156.283"],["14262.772","14172.904"],["19231.428","14771.687"],["19243.090","14726.980"],["19218.482","14734.376"],["19190.160","14721.857"],["19171.605","14780.909"],["19157.412","14840.398"],["31777.212","10847.306"],["31757.862","10732.338"],["31793.808","10747.916"],["31796.260","10823.579"],["31802.128","10817.206"],["31811.139","10809.944"],["31753.213","10804.060"],["31838.043","10796.101"],["20601.299","8385.238"],["20706.265","8339.025"],["20639.914","8374.318"],["7836.887","8838.630"],["7908.051","8874.698"],["7765.194","8750.430"],["7877.360","8805.767"],["7795.748","8771.270"],["7822.815","8767.282"],["7754.036","8778.012"],["7729.331","8783.864"],["18531.311","8295.711"],["18548.652","8262.312"],["18554.069","8259.626"],["18561.239","8281.323"],["18520.483","8279.007"],["18525.309","8286.238"],["18660.679","8316.043"],["21638.994","16514.935"],["21667.856","16537.405"],["17050.340","17855.486"],["17024.863","17832.909"],["13721.679","12448.841"],["9101.697","11952.512"],["9086.819","11980.837"],["9095.799","11948.764"],["9065.132","11967.111"],["19483.904","18519.817"],["24528.780","16987.478"],["24435.368","17001.027"],["24400.899","17012.705"],["24406.061","17098.493"],["24384.770","17091.092"],["24422.901","17117.725"],["24494.888","17025.208"],["24520.908","17053.881"],["24533.486","16999.798"],["24519.723","17014.835"],["24469.948","17039.681"],["24491.570","17059.923"],["24511.597","17076.761"],["24514.414","17104.446"],["24533.815","17119.919"],["24541.500","17123.350"],["15953.288","12401.544"],["16024.918","12469.498"],["12608.767","12093.329"],["12603.429","12037.866"],["12602.161","12072.550"],["12573.890","12042.795"],["12607.404","12047.608"],["31674.749","10894.114"],["31719.054","11024.909"],["31616.176","11006.993"],["31645.432","10983.794"],["31610.261","11010.089"],["31590.220","10982.134"],["31631.846","10863.477"],["31625.619","11052.458"],["31652.488","10922.515"],["31687.029","10867.009"],["31693.639","10936.815"],["31566.959","10858.481"],["31703.224","10969.655"],["31601.875","10954.071"],["31527.153","11047.291"],["16777.289","7619.319"],["16705.779","7602.160"],["16746.941","7499.824"],["16711.997","7524.769"],["16022.079","14856.254"],["15970.979","14847.425"],["28356.199","11527.707"],["22875.752","12693.434"],["22851.770","12732.367"],["22792.892","12685.342"],["22834.155","12754.738"],["30437.664","15495.961"],["30395.111","15490.729"],["30413.783","15460.094"],["14911.713","16713.899"],["15024.138","16583.115"],["15034.878","16592.612"],["15064.304","16725.978"],["15028.191","16741.167"],["15041.711","16599.390"],["14933.031","16624.244"],["15044.007","16708.216"],["14986.881","16636.126"],["15026.624","16666.667"],["15016.694","16695.320"],["15090.275","16596.862"],["24136.448","17636.850"],["23936.253","17693.833"],["23965.992","17706.508"],["24008.872","17711.870"],["23980.781","17718.910"],["23971.815","17748.646"],["23970.104","17761.882"],["23993.759","17818.929"],["24000.601","17807.432"],["24055.136","17655.300"],["24043.075","17639.184"],["24066.559","17634.377"],["21452.511","11149.306"],["22187.756","16586.439"],["22130.801","16607.734"],["22086.873","16594.944"],["22085.943","16591.829"],["22068.089","16678.377"],["22083.525","16648.658"],["22104.514","16640.997"],["22106.159","16682.786"],["22070.406","16709.203"],["22150.698","16711.048"],["22180.602","16696.831"],["22172.923","16680.459"],["22093.614","16740.640"],["25992.190","15983.221"],["26000.381","16016.000"],["26024.379","15941.818"],["26017.760","16049.922"],["25916.418","16005.935"],["26030.963","15998.809"],["22236.700","16209.957"],["22151.169","16334.868"],["22207.211","16330.238"],["21946.247","16552.010"],["21860.437","16477.265"],["21856.762","16436.033"],["16119.167","13342.527"],["16023.859","13353.419"],["16063.661","13328.771"],["16138.166","13234.554"],["27912.572","17115.735"],["27902.070","17085.455"],["27822.068","17064.603"],["27286.356","10122.804"],["27244.447","10149.799"],["27204.421","10170.787"],["27209.180","10201.776"],["15701.070","18208.937"],["15710.856","18196.468"],["25563.158","15961.684"],["22034.638","16605.889"],["22011.255","16604.170"],["22016.460","16648.565"],["21990.053","16660.686"],["22032.310","16675.687"],["22032.724","16712.705"],["21981.748","16710.062"],["21981.085","16656.201"],["21941.796","16660.157"],["21929.040","16694.127"],["21929.374","16644.174"],["21937.271","16624.198"],["21949.371","16623.357"],["21943.951","16576.206"],["21941.645","16582.152"],["21876.838","16599.587"],["21858.331","16615.215"],["22468.419","15833.082"],["22518.167","15820.123"],["22548.272","15774.218"],["22565.694","15921.293"],["19520.062","14391.852"],["8593.699","11973.905"],["8577.365","11994.916"],["8612.907","11975.015"],["8592.562","11970.605"],["8625.250","11919.975"],["8590.924","11942.469"],["19908.187","15334.353"],["26754.259","17331.494"],["26708.185","17288.455"],["26821.913","17231.425"],["26788.602","17270.758"],["26862.992","17301.835"],["26871.975","17394.869"],["14550.774","17211.294"],["15343.186","12420.163"],["15374.979","12341.600"],["15374.638","12519.990"],["15402.089","12501.361"],["15437.813","12469.569"],["15482.355","12373.409"],["15408.518","12350.189"],["15435.477","13569.622"],["15419.733","13549.767"],["15350.950","13585.616"],["18468.915","12517.766"],["18580.102","12533.204"],["18534.657","12515.108"],["18555.255","12524.145"],["18563.379","12524.890"],["31943.851","10469.829"],["31997.021","10458.915"],["32122.958","10501.239"],["31937.432","10642.105"],["32032.430","10560.436"],["32085.142","10433.527"],["29154.085","16164.611"],["29120.995","16250.937"],["29162.227","16187.079"],["29143.643","16252.676"],["28996.819","16249.224"],["29036.530","16230.517"],["29057.975","16246.359"],["29125.993","16309.814"],["29114.831","16295.268"],["29076.034","16286.302"],["29099.013","16330.743"],["29137.305","16352.257"],["29174.266","16334.526"],["29100.775","16268.511"],["20069.472","15199.237"],["19936.714","15275.256"],["19934.789","15248.392"],["22190.056","15873.643"],["22230.398","15916.445"],["22224.666","15878.968"],["22200.362","15924.052"],["22060.056","15919.766"],["22075.821","15925.773"],["25406.235","17391.941"],["25275.221","17404.438"],["25285.648","17318.634"],["25230.354","17283.128"],["25280.073","17223.375"],["25261.256","17211.240"],["25267.552","17216.625"],["25250.209","17248.806"],["25287.617","17311.844"],["25208.054","17288.434"],["25376.855","17398.256"],["19401.739","18377.058"],["19403.048","18342.542"],["9669.544","11881.154"],["9657.340","11837.603"],["9694.938","11848.586"],["9789.881","11827.679"],["9702.552","11733.434"],["19500.998","15799.220"],["19502.396","15814.363"],["14881.101","16377.293"],["14812.281","16553.100"],["14847.731","16533.620"],["14852.987","16510.875"],["22209.294","14446.507"],["22232.096","14442.362"],["9501.648","11911.522"],["9558.552","11906.259"],["15464.718","13902.492"],["19529.337","18298.643"],["19692.803","18363.548"],["19671.466","18267.318"],["19609.493","18366.082"],["19652.213","18461.600"],["19653.233","18444.325"],["17560.270","18879.740"],["17531.061","18747.064"],["21113.110","15754.216"],["21137.194","15763.992"],["21029.231","15907.992"],["21051.416","15877.600"],["21033.300","15860.531"],["21056.234","15838.424"],["21111.348","15747.183"],["15595.642","17422.970"],["15627.285","17452.650"],["15614.820","17467.534"],["19743.012","18220.117"],["13899.567","12550.042"],["14038.817","12754.048"],["15042.582","6095.377"],["15014.379","6031.476"],["15024.033","6096.722"],["15089.294","6028.136"],["14938.510","6100.642"],["14898.642","6193.279"],["17628.061","18405.186"],["23112.231","16366.310"],["23102.481","16372.296"],["23132.720","16443.222"],["23228.543","16379.629"],["23254.874","16520.393"],["5601.660","9363.723"],["19227.021","14279.442"],["19244.620","14269.450"],["28366.803","11383.269"],["28447.577","11466.329"],["28450.110","11484.628"],["28374.589","11473.088"],["15518.805","17082.883"],["15646.676","17008.856"],["15525.778","17078.820"],["15616.514","17131.086"],["15719.835","17188.508"],["15676.635","17020.011"],["15529.398","17006.343"],["15644.842","17065.995"],["15595.808","17104.232"],["15615.195","17001.577"],["28229.960","10297.585"],["28285.197","10227.296"],["28319.895","10223.511"],["28222.324","10322.287"],["28188.822","10383.953"],["28224.331","10342.391"],["28275.825","10232.470"],["28220.766","10272.910"],["28255.563","10270.728"],["28242.556","10420.894"],["22103.462","16558.029"],["22209.309","16424.345"],["22198.282","16462.457"],["22187.700","16493.665"],["22159.478","16513.857"],["22145.965","16549.443"],["23044.339","12862.638"],["22977.571","12850.444"],["23013.877","12896.473"],["22954.884","12894.239"],["22894.097","12854.885"],["28372.264","15803.152"],["28371.214","15777.765"],["28404.447","15731.754"],["28482.069","15759.085"],["28515.616","15780.988"],["28476.399","15893.095"],["28457.826","15867.678"],["28372.393","15857.843"],["17494.099","14660.414"],["17421.885","14614.977"],["17509.051","14578.299"],["22210.758","14912.976"],["22476.454","14474.338"],["22532.567","14546.349"],["22540.740","14619.609"],["22656.347","14629.761"],["17622.011","14861.876"],["16427.251","14897.785"],["16555.512","14952.275"],["16557.766","14954.687"],["16553.950","14907.816"],["31171.365","14188.800"],["31260.228","14162.657"],["31148.012","14226.774"],["31298.139","14111.368"],["31169.381","14204.180"],["31255.876","14214.210"],["31199.836","14184.245"],["16491.230","15081.928"],["16452.732","14951.918"],["16462.746","15041.389"],["16421.905","14981.435"],["16427.205","15026.277"],["16412.837","14976.810"],["16360.355","15016.982"],["16529.352","15021.230"],["21317.466","15014.478"],["21268.737","15030.789"],["21274.210","15074.051"],["21234.039","15010.477"],["21235.243","14964.970"],["21385.228","15031.802"],["15967.405","14192.182"],["27036.933","15930.486"],["27085.946","15977.676"],["27024.612","16029.244"],["27030.991","16053.876"],["26914.726","16071.492"],["26896.758","16015.807"],["14660.626","16975.347"],["8484.350","11999.429"],["8435.024","11990.775"],["8440.255","12004.912"],["8535.886","11957.444"],["22416.082","16429.438"],["22376.418","16437.139"],["22329.386","16463.426"],["22296.443","16473.302"],["22325.698","16506.567"],["22292.660","16519.722"],["22376.556","16559.785"],["22254.048","16494.790"],["22391.721","16386.232"],["22285.368","16389.266"],["22406.349","16411.168"],["22273.636","16401.855"],["22435.665","16408.959"],["22330.688","16543.495"],["23462.736","16325.187"],["23438.145","16282.120"],["23446.713","16249.193"],["23403.164","16196.834"],["23353.000","16178.008"],["21147.872","14886.897"],["20997.410","15043.780"],["21103.307","14874.632"],["21142.178","15023.824"],["21115.144","15051.659"],["21108.772","15025.603"],["21179.633","14973.944"],["21159.417","14958.784"],["20184.758","15510.970"],["20193.713","15707.495"],["6762.015","12592.828"],["6796.076","12609.051"],["20790.035","14779.187"],["20820.771","14795.014"],["20814.055","14798.534"],["20958.011","14863.021"],["20783.925","14862.585"],["20978.803","14742.064"],["20978.559","14782.856"],["28183.105","15930.353"],["28306.498","15937.052"],["28305.419","15971.467"],["28209.009","16002.627"],["28238.607","16005.261"],["28320.366","15969.512"],["28348.019","15975.958"],["23117.376","16022.186"],["25391.511","17149.269"],["25347.108","17010.346"],["25360.371","17081.414"],["14002.297","12066.047"],["14002.741","12067.153"],["13927.381","12083.693"],["13993.549","12069.573"],["13977.134","12073.008"],["15856.861","15550.751"],["15891.841","15615.347"],["15874.670","15559.311"],["15854.575","15602.890"],["26279.157","15729.237"],["26353.542","15735.884"],["26320.795","15869.593"],["26394.881","15827.024"],["26367.874","15816.916"],["26303.871","15808.679"],["26322.029","15785.244"],["26258.818","15793.867"],["26257.140","15813.380"],["26409.505","15884.417"],["26461.105","15889.097"],["26383.772","15911.394"],["26442.545","15750.902"],["26440.612","15723.680"],["26428.141","15818.522"],["26447.220","15806.565"],["26375.879","15738.390"],["26376.833","15761.099"],["26814.465","16521.437"],["30005.929","15636.270"],["29983.045","15662.879"],["30003.115","15644.034"],["20381.697","7975.830"],["20486.394","8076.531"],["32460.167","12601.505"],["32517.765","12590.725"],["32470.711","12628.876"],["32511.891","12704.091"],["32491.525","12744.917"],["32364.613","12715.601"],["32399.151","12694.897"],["32519.385","12616.167"],["32392.296","12590.148"],["32449.704","12573.181"],["17596.505","15529.000"],["19198.870","14232.882"],["19185.380","14238.368"],["19026.081","17896.758"],["18987.397","17940.044"],["19025.736","17942.621"],["19068.837","18024.831"],["18901.780","17979.585"],["16400.847","6758.797"],["16454.474","6733.668"],["16487.743","6737.769"],["16555.991","6734.547"],["16532.220","6828.128"],["16426.768","6794.416"],["16372.835","6809.198"],["27699.458","16901.582"],["27714.324","16908.528"],["27631.154","16968.965"],["27595.550","16948.266"],["27577.183","16966.729"],["27579.562","16930.260"],["27564.981","16958.121"],["27525.373","16917.462"],["27550.088","16917.185"],["22012.393","15654.517"],["21940.577","15646.398"],["21994.186","15614.068"],["22885.630","16606.231"],["30461.988","15723.334"],["18153.966","18138.762"],["18105.843","18241.795"],["25770.078","16899.363"],["25817.199","16814.921"],["25686.328","16902.943"],["7997.308","8880.828"],["8003.547","8910.433"],["7955.832","8810.356"],["27293.698","16994.283"],["27167.199","17141.915"],["27140.743","17109.177"],["27169.631","17095.434"],["27186.759","17083.339"],["27181.408","17071.808"],["27100.678","17123.011"],["24701.921","17238.547"],["24662.355","17211.798"],["24628.539","17206.547"],["24626.078","17222.104"],["15778.146","14864.849"],["15758.195","14857.120"],["15796.501","14845.592"],["15737.998","14819.216"],["27908.181","11209.477"],["27805.716","11277.395"],["27887.215","11258.758"],["27925.000","11252.983"],["27766.050","11257.230"],["27847.035","11169.031"],["27820.044","11245.238"],["27825.145","11207.174"],["17690.019","15304.857"],["14869.134","6210.724"],["14859.302","6254.541"],["14757.545","6267.845"],["7961.215","8565.120"],["7988.021","8708.994"],["7960.769","8689.002"],["7946.695","8617.808"],["7981.755","8605.720"],["19277.562","15645.054"],["6475.380","9385.233"],["6259.890","9637.289"],["16357.424","14769.241"],["16433.986","14867.491"],["16445.171","14830.216"],["16495.213","14694.720"],["16500.874","14677.455"],["16549.461","14663.320"],["20638.838","16027.969"],["27289.426","16102.136"],["27287.415","16055.269"],["29403.588","16115.254"],["29208.752","16090.329"],["29245.884","16103.385"],["19935.313","14454.750"],["24938.657","17103.599"],["24945.220","17167.350"],["24886.717","17136.134"],["24892.800","17098.768"],["24810.400","17130.652"],["24793.379","17080.125"],["24803.340","17055.007"],["24853.183","17052.761"],["24827.346","17094.471"],["24778.550","17154.641"],["24823.339","17131.393"],["24825.226","17160.760"],["18441.631","12215.318"],["21889.691","15768.160"],["21911.382","15749.005"],["21920.563","15818.945"],["21874.990","15826.914"],["21927.329","15870.878"],["21979.066","15833.238"],["27858.549","17456.661"],["27811.835","17558.337"],["27790.594","17429.674"],["30011.988","15502.333"],["29953.871","15481.993"],["29888.522","15468.622"],["29893.320","15420.051"],["29941.826","15452.033"],["29848.590","15403.875"],["29842.926","15433.053"],["29936.974","15374.217"],["29930.598","15305.216"],["29995.491","15326.514"],["29885.907","15307.530"],["24585.137","17195.991"],["24609.769","17168.001"],["24578.636","17160.935"],["18737.131","18390.695"],["18842.754","18404.917"],["18846.400","18273.710"],["18856.235","18280.085"],["25581.006","17788.157"],["25580.288","17814.262"],["24892.765","16957.018"],["26335.593","16191.055"],["21058.748","12743.977"],["16425.430","15639.892"],["16555.397","15578.651"],["16236.759","7545.691"],["16294.595","7534.507"],["16237.767","7630.728"],["14109.038","12691.214"],["14125.540","12730.019"],["14116.844","12753.374"],["14140.260","12713.706"],["14235.387","12742.194"],["16116.294","18332.208"],["13955.653","14917.854"],["31947.379","10651.988"],["32020.532","10740.040"],["32094.979","10760.174"],["32124.465","10658.542"],["32142.391","10833.136"],["32021.392","10850.849"],["20788.665","15874.572"],["20878.228","15859.735"],["20840.756","15821.083"],["20812.819","15916.122"],["20857.031","15916.389"],["20797.165","15883.125"],["20849.256","15882.884"],["21384.628","15287.841"],["21301.624","15140.776"],["21245.402","15120.752"],["21386.645","15156.888"],["21268.392","15146.385"],["21266.600","15195.888"],["30772.292","14265.756"],["20518.284","14756.403"],["20552.631","14809.947"],["20526.913","14835.453"],["16427.200","17845.273"],["16549.075","18025.320"],["16435.802","18016.139"],["26264.563","17066.270"],["26266.102","17114.731"],["26289.016","17142.548"],["15487.996","15028.623"],["15497.645","14892.353"],["15483.559","15040.002"],["15502.744","15031.692"],["15476.317","14993.225"],["15513.470","14995.032"],["15464.509","16879.644"],["15425.467","16846.513"],["15474.660","16910.939"],["17704.593","17871.435"],["17702.516","17931.909"],["17694.704","17923.601"],["17704.523","17996.617"],["17716.611","17970.143"],["17792.698","17925.026"],["17801.728","17951.648"],["16089.000","15459.705"],["16113.129","15489.895"],["15981.218","15351.100"],["16141.188","15501.951"],["15948.214","15419.019"],["16126.858","15388.919"],["16103.864","15437.457"],["16015.388","15401.115"],["16012.082","15456.970"],["16124.292","15413.791"],["16020.903","15337.715"],["15940.898","15368.817"],["16014.566","15451.751"],["15938.150","15360.852"],["14182.669","14953.571"],["14208.771","14964.752"],["27320.477","15821.792"],["27405.906","15879.664"],["27457.208","15801.843"],["27443.671","15826.398"],["27476.798","15815.427"],["27416.390","15758.149"],["27406.447","15720.710"],["27344.990","15724.324"],["27350.268","15914.067"],["27373.542","15870.058"],["27419.206","15860.679"],["27405.248","15821.626"],["27415.668","15759.185"],["27396.920","15796.965"],["27447.308","15795.543"],["27468.289","15832.125"],["27498.582","15807.929"],["27491.545","15775.895"],["12944.080","12321.729"],["12850.883","12249.197"],["12872.103","12315.783"],["12835.926","12269.443"],["12899.805","12328.702"],["12911.867","12321.829"],["19378.529","15128.970"],["19381.919","15249.548"],["19334.395","15261.880"],["6697.116","5892.412"],["6719.000","5822.127"],["6688.591","5823.469"],["32212.099","13027.583"],["32302.835","13007.756"],["32240.989","13027.378"],["32199.013","13073.024"],["32201.686","12999.388"],["32182.566","13069.797"],["32188.433","13145.693"],["32155.592","13160.653"],["20025.501","15457.390"],["19984.589","15296.100"],["19979.678","15346.425"],["16377.855","14473.880"],["16466.721","14490.998"],["16552.224","14520.696"],["16630.997","14864.231"],["16752.390","14846.855"],["16725.747","14832.895"],["16591.577","14861.662"],["16663.835","14743.716"],["16619.658","14823.518"],["16607.552","14814.088"],["16709.845","14662.251"],["16734.521","14703.561"],["27961.434","15782.787"],["28022.306","15810.137"],["28064.824","15765.606"],["28093.812","15754.999"],["29382.930","16220.072"],["29381.595","16201.017"],["29305.917","16242.004"],["29289.326","16239.880"],["29259.831","16239.889"],["29250.736","16205.400"],["29247.510","16312.577"],["29224.774","16285.667"],["29207.903","16153.325"],["29240.278","16165.014"],["29355.623","16207.682"],["29268.010","16264.854"],["15847.214","15309.996"],["15924.530","15481.100"],["15883.214","15486.055"],["15877.447","15418.363"],["15876.854","15426.390"],["15812.926","15324.263"],["28190.793","17185.488"],["28208.770","17165.730"],["28167.374","17128.833"],["28188.295","17137.702"],["28243.496","17123.403"],["28209.925","16990.394"],["28179.966","17042.205"],["28190.244","17089.272"],["28210.852","17027.301"],["28248.661","17020.719"],["28329.652","17154.822"],["23835.300","16145.145"],["23914.824","16251.345"],["17955.660","15952.614"],["17904.511","16017.591"],["17929.979","16089.604"],["17964.964","16114.862"],["13675.836","13019.241"],["13823.537","13039.009"],["13809.651","13026.621"],["13839.943","13348.911"],["20924.514","16014.534"],["21434.603","15067.751"],["21410.354","15027.539"],["21434.815","15069.305"],["14345.431","12092.632"],["14420.508","12106.929"],["30707.056","14164.047"],["27774.019","15701.845"],["27808.699","15656.194"],["27828.387","15642.652"],["15934.111","18195.635"],["15901.725","18161.372"],["15892.252","18189.216"],["15919.505","18116.433"],["15848.400","18084.512"],["15772.857","18100.466"],["21584.088","16402.895"],["25102.417","16901.323"],["25070.125","16950.295"],["19109.167","17970.667"],["19243.499","17997.451"],["19258.302","18026.237"],["27582.897","16729.144"],["27570.167","16729.821"],["31500.952","11321.351"],["31450.306","11366.192"],["31500.062","11387.403"],["28372.163","15592.957"],["28482.994","15699.637"],["15049.762","12416.583"],["15126.078","17483.526"],["15136.538","17458.704"],["15142.328","17465.970"],["15243.582","17579.529"],["23751.334","17200.609"],["24952.047","16728.097"],["24840.467","16649.271"],["24873.412","16656.684"],["24847.533","16584.596"],["18644.104","15610.146"],["18637.363","15533.694"],["27303.629","15700.365"],["27169.310","15702.537"],["27161.223","15520.439"],["27185.158","15571.008"],["27209.188","15617.264"],["27289.229","15615.396"],["27246.166","15597.434"],["27165.841","15646.475"],["27186.577","10288.844"],["27210.357","10355.052"],["27277.227","10371.608"],["29971.844","15245.795"],["30016.240","15275.646"],["30013.503","15169.014"],["27750.425","16740.714"],["27779.437","16743.783"],["27762.108","16707.589"],["27737.834","16663.462"],["27742.177","16647.431"],["27764.222","16608.637"],["27802.282","16629.687"],["27808.363","16573.436"],["27786.844","16574.400"],["27768.937","16645.503"],["27852.058","16605.280"],["27918.400","16617.837"],["27934.916","16588.591"],["27872.496","16584.454"],["27835.286","16575.181"],["15393.468","14620.548"],["24142.664","17551.153"],["24119.924","17488.174"],["24110.644","17530.576"],["24126.396","17544.047"],["24032.456","17546.758"],["23988.948","17580.788"],["17936.238","17807.342"],["18012.389","17781.958"],["17998.475","17829.390"],["17902.827","17804.613"],["17894.308","17795.463"],["15606.698","14981.030"],["15555.633","14908.342"],["15581.185","15079.422"],["15585.399","14937.611"],["15541.486","14922.881"],["15600.613","14963.309"],["15684.481","15015.581"],["15581.975","15070.794"],["15656.244","15049.637"],["15696.650","15078.325"],["15550.804","14939.066"],["15708.161","14896.340"],["13941.469","13832.891"],["14028.274","13835.038"],["13905.534","14012.361"],["23223.626","16913.978"],["23093.606","16884.151"],["23181.454","16834.347"],["23149.862","16805.674"],["23110.888","16916.973"],["23140.200","16923.840"],["23195.113","16899.619"],["23132.396","16821.326"],["23187.993","16913.977"],["23229.163","16957.806"],["23239.486","16938.125"],["30842.679","9449.221"],["30870.580","9425.945"],["15728.731","15093.938"],["15850.697","15098.398"],["15757.394","15113.462"],["15808.503","15147.307"],["15797.793","15096.909"],["15847.332","15129.618"],["15891.697","15158.684"],["15884.826","15257.613"],["15811.574","15195.343"],["15831.825","15239.746"],["15879.419","15293.037"],["6081.659","9592.815"],["6130.363","9638.808"],["6186.724","9660.591"],["6182.426","9775.043"],["6110.226","9722.731"],["6087.305","9715.803"],["29594.211","16219.620"],["29529.928","16206.449"],["29466.513","16201.714"],["29432.296","16157.150"],["29439.622","16220.344"],["29462.420","16169.038"],["16343.458","14215.520"],["16329.686","14062.234"],["16272.103","14062.251"],["31608.538","13259.780"],["31651.182","13264.089"],["31702.775","13187.951"],["31667.685","13182.269"],["31696.836","13202.763"],["22975.071","15642.590"],["23046.579","15520.705"],["24506.702","17200.990"],["24538.855","17232.753"],["24480.066","17227.102"],["24478.626","17250.891"],["24435.828","17282.555"],["24432.962","17286.897"],["24384.085","17303.995"],["24362.953","17218.980"],["24359.778","17267.215"],["24413.610","17246.919"],["24377.238","17274.102"],["19752.505","16753.156"],["19758.179","16744.337"],["19802.971","16729.317"],["30246.593","15902.057"],["30060.290","15724.289"],["30198.875","15760.913"],["30224.718","15795.582"],["30160.944","15746.713"],["30078.968","15772.999"],["30102.738","15798.187"],["30135.222","15783.442"],["18612.786","15497.295"],["15776.090","15721.146"],["15764.266","15766.393"],["27500.227","17234.805"],["23102.840","16736.203"],["23124.961","16710.280"],["23153.214","16732.986"],["23132.499","16668.318"],["23148.371","16695.670"],["23163.296","16700.310"],["23108.757","16670.670"],["23168.446","16719.560"],["23093.470","16729.733"],["27145.647","16894.912"],["27171.443","16937.632"],["27140.690","16940.634"],["27115.700","16908.848"],["5954.455","8846.984"],["13684.484","13164.647"],["13666.796","13135.012"],["13693.095","13125.853"],["13626.853","13176.096"],["26225.090","16177.630"],["26098.704","16151.513"],["14790.881","19231.195"],["14813.153","19119.121"],["22879.097","16295.056"],["15582.749","17636.398"],["15713.263","17630.295"],["15670.657","17745.958"],["15611.722","17646.724"],["16794.123","18303.438"],["7163.322","12510.631"],["23092.612","15191.253"],["22878.689","17314.647"],["22832.062","17326.313"],["22844.706","17352.939"],["22853.252","17328.806"],["22873.141","17273.615"],["22874.119","17248.155"],["22831.715","17231.545"],["22842.110","17241.367"],["22820.307","17221.870"],["15931.651","12610.442"],["15875.992","12637.908"],["15829.429","12696.108"],["15804.166","12656.917"],["22205.895","15522.509"],["22158.728","15541.871"],["22125.219","15535.123"],["22105.596","15581.439"],["22042.277","15621.878"],["22094.311","15647.008"],["22142.596","15655.587"],["22200.899","15683.617"],["24579.014","16926.112"],["15126.950","14737.058"],["15174.528","14773.580"],["15146.315","14774.035"],["15189.814","14757.734"],["15186.977","14743.050"],["15163.340","14747.830"],["15128.763","14751.621"],["15161.670","14734.356"],["15130.213","14734.539"],["15157.786","14735.048"],["15149.325","14750.469"],["15157.753","14779.671"],["15159.353","14790.399"],["15181.015","14770.601"],["15178.393","14761.387"],["15136.983","14753.360"],["15183.930","14787.582"],["15168.697","14785.518"],["15178.123","14787.019"],["15166.036","14760.361"],["15183.707","14757.604"],["15188.243","14769.014"],["15171.611","14775.829"],["15186.764","14784.396"],["15144.496","14775.764"],["15172.412","14731.591"],["15186.448","14728.049"],["15139.549","14765.496"],["15176.797","14734.699"],["15173.520","14743.995"],["15181.793","14746.521"],["15141.646","14747.716"],["15138.140","14732.741"],["15149.123","14764.496"],["15151.858","14760.707"],["15137.490","14763.654"],["15163.795","14675.973"],["15168.608","14671.718"],["15176.413","14674.601"],["15184.547","14672.061"],["15192.145","14673.475"],["15201.123","14676.300"],["15220.002","14674.535"],["15227.398","14676.894"],["15232.472","14677.387"],["15241.390","14683.460"],["15251.302","14683.832"],["15185.950","14661.929"],["15191.621","14662.189"],["15203.544","14662.536"],["15228.613","14667.238"],["15235.585","14668.891"],["15241.193","14668.548"],["15251.411","14672.262"],["15260.543","14669.521"],["15195.611","14675.537"],["15164.285","14671.857"],["15158.622","14676.377"],["15161.147","14670.085"],["15175.362","14671.210"],["15179.748","14672.467"],["15178.254","14676.956"],["15187.675","14675.131"],["15190.947","14678.139"],["15205.455","14677.542"],["15202.668","14679.895"],["15215.759","14675.781"],["15223.612","14677.324"],["15224.749","14682.152"],["15230.784","14674.864"],["15237.075","14677.666"],["15232.502","14681.161"],["15242.079","14677.245"],["15246.523","14678.607"],["15245.803","14684.528"],["15251.254","14679.813"],["15255.255","14680.971"],["15255.460","14672.669"],["15253.914","14668.142"],["15247.422","14668.425"],["15238.768","14665.582"],["15232.131","14667.476"],["15225.183","14665.299"],["15221.614","14666.970"],["15217.834","14664.516"],["15163.206","14662.691"],["15172.566","14662.818"],["15179.049","14663.732"],["15188.063","14665.089"],["15194.635","14665.656"],["15197.724","14661.501"],["15202.844","14666.054"],["15206.302","14665.172"],["15209.363","14666.474"],["15209.835","14662.599"],["23311.907","7646.455"],["23326.420","7648.425"],["23410.145","7630.175"],["6368.823","9379.747"],["23194.018","16987.596"],["23176.914","17011.104"],["23162.949","17023.594"],["23262.257","16987.086"],["23207.571","17138.737"],["23216.689","17178.778"],["23230.133","17153.002"],["23250.371","17158.103"],["23143.297","17180.740"],["23146.292","17189.082"],["16403.756","17512.849"],["22098.603","16099.534"],["22074.920","16023.367"],["22119.872","16016.658"],["22145.720","16009.628"],["22153.602","15948.630"],["22177.397","15947.083"],["17642.155","18698.027"],["17722.338","18707.559"],["17722.601","18710.069"],["17803.857","18782.581"],["17808.972","18773.216"],["23726.056","17644.200"],["23727.142","17637.869"],["15286.908","12829.749"],["16733.221","7689.973"],["16713.174","7734.527"],["16877.519","15620.147"],["16906.809","15604.157"],["16960.002","15707.190"],["16928.267","15680.308"],["16837.322","15577.217"],["18683.741","17819.009"],["25116.862","17824.575"],["25118.563","17783.573"],["25084.744","17758.712"],["25190.463","17627.209"],["25050.525","17642.009"],["25073.572","17691.066"],["25034.700","17639.774"],["25076.359","17727.013"],["28882.435","11239.557"],["28824.091","11202.963"],["28806.203","11201.161"],["30500.748","14598.631"],["30482.983","14576.401"],["30474.663","14638.425"],["30602.761","14581.745"],["30626.308","14556.836"],["30633.910","14641.372"],["30614.842","14650.660"],["30571.464","14611.811"],["30472.352","14518.335"],["30552.418","14479.784"],["30582.549","14477.433"],["30641.266","14498.110"],["30662.956","14479.778"],["22957.837","10402.430"],["23970.726","16486.993"],["23995.613","16516.160"],["18448.582","14862.290"],["18420.234","14692.770"],["27498.362","10232.156"],["27408.737","10350.816"],["27421.753","10270.461"],["27456.302","10343.822"],["27953.521","16275.432"],["27953.559","16316.900"],["27999.487","16269.676"],["27973.748","16151.783"],["6617.007","9079.030"],["6593.626","8971.344"],["6654.484","9063.463"],["6667.306","9117.994"],["6634.925","8982.319"],["6583.104","9077.257"],["6653.202","9108.142"],["12372.945","12153.840"],["12382.748","12143.253"],["12434.905","12154.966"],["12426.402","12264.727"],["12455.678","12285.701"],["14073.819","14511.076"],["14074.758","14518.964"],["14083.985","14521.111"],["23008.170","12714.213"],["22995.228","12704.314"],["22962.109","12716.018"],["23019.674","12738.010"],["22985.274","12730.623"],["23063.681","12687.491"],["23075.424","12734.403"],["11879.904","12197.022"],["26206.391","17053.703"],["26247.900","17163.212"],["26189.493","17157.658"],["21146.495","15396.058"],["21096.609","15421.698"],["21076.637","15371.477"],["28358.957","17172.146"],["16531.037","18564.628"],["16406.345","18543.665"],["18838.344","17912.497"],["18830.512","17876.509"],["18849.920","17873.090"],["18842.732","17947.107"],["18716.216","17884.211"],["16769.026","14388.711"],["16761.720","14326.397"],["16696.347","14376.589"],["16638.127","14431.689"],["16679.883","14338.827"],["16693.957","14385.384"],["22396.412","14382.553"],["14442.852","12786.422"],["14346.406","12807.726"],["14356.011","12790.021"],["14380.402","12763.333"],["14438.662","12828.869"],["14459.616","12849.034"],["14430.224","12865.632"],["14456.627","12868.225"],["14278.050","12795.614"],["14271.376","12778.230"],["14361.543","12871.130"],["14396.045","12902.428"],["14435.630","12793.615"],["18031.669","18412.583"],["17982.317","18388.791"],["22070.768","7453.337"],["22238.781","7441.510"],["28921.911","10853.126"],["18341.217","18155.132"],["7862.155","8534.165"],["7919.142","8734.073"],["7836.116","8623.518"],["7812.706","8692.493"],["7843.457","8571.642"],["7890.293","8637.073"],["14930.281","14006.732"],["14902.155","13893.363"],["14922.390","13959.282"],["17499.663","15279.331"],["17585.558","15171.719"],["17466.995","15142.024"],["17472.254","15091.539"],["17499.498","15227.409"],["17516.079","15283.174"],["17601.527","15231.728"],["16231.778","14670.859"],["16256.918","14671.800"],["16284.805","14733.830"],["16227.175","14861.723"],["16159.334","14834.573"],["16188.964","14853.481"],["20508.991","8440.784"],["20532.678","8449.939"],["20563.518","8423.225"],["17838.325","18248.289"],["17995.819","18074.354"],["17493.888","18356.373"],["17529.619","18276.027"],["17510.129","18306.597"],["17418.982","18378.168"],["17431.268","18381.471"],["18737.942","16045.251"],["18811.457","16006.427"],["18836.259","16013.066"],["18674.603","15995.809"],["15249.452","17387.472"],["15276.574","17378.587"],["15723.977","17211.694"],["21612.123","16327.368"],["21545.398","16338.327"],["21596.165","16189.994"],["21585.173","16180.532"],["21570.778","16225.258"],["21512.368","16210.468"],["21507.398","16283.862"],["21530.773","16285.756"],["21513.645","16323.885"],["21546.142","16295.549"],["21578.867","16314.092"],["18018.162","18789.367"],["17935.727","18720.933"],["17916.632","18747.820"],["20790.284","16147.804"],["20414.772","13772.528"],["30569.513","14082.059"],["30595.068","14176.268"],["30523.370","14148.712"],["30581.569","14102.258"],["30550.911","14101.985"],["30628.662","14131.669"],["25168.681","17848.497"],["25143.922","17849.354"],["25103.738","17891.846"],["31524.502","11371.669"],["31558.458","11409.586"],["31653.645","11459.595"],["31598.962","11436.143"],["31693.470","11480.155"],["31649.126","11314.831"],["31636.836","11290.581"],["31592.389","11323.895"],["31592.087","11285.166"],["31518.960","11305.910"],["31551.349","11354.793"],["31633.218","11422.379"],["31675.592","11360.861"],["14080.512","14265.748"],["14191.719","14316.034"],["14180.996","14286.389"],["14184.055","14255.093"],["14958.682","16313.967"],["14914.340","16325.230"],["15063.626","16333.119"],["15042.447","16310.506"],["14914.445","16332.604"],["14885.811","16319.117"],["19380.730","16631.365"],["19483.663","16682.455"],["19394.118","16674.238"],["19342.508","16688.271"],["19407.549","16734.304"],["19015.298","18265.877"],["18993.972","18281.545"],["18989.087","18290.645"],["12238.387","11980.541"],["12284.621","11963.249"],["12275.775","11929.767"],["12250.756","11961.186"],["14845.906","16269.705"],["14736.393","16178.545"],["20110.397","15710.291"],["32163.522","12962.797"],["32243.218","12894.766"],["32175.911","12969.427"],["32263.682","12857.354"],["32230.265","12835.981"],["32214.492","12768.533"],["15227.959","5588.808"],["15292.018","5648.745"],["22994.597","12767.582"],["21872.623","16142.797"],["21838.154","16283.389"],["21864.900","16243.250"],["21864.750","16217.613"],["21846.972","16205.640"],["22004.300","16153.062"],["21960.332","16199.367"],["21978.672","16216.344"],["21929.563","16193.332"],["21898.312","16190.256"],["17615.196","18123.629"],["21839.196","15377.034"],["21857.228","15443.251"],["21913.055","15443.065"],["21939.516","15463.910"],["22038.318","15393.440"],["21942.266","15377.933"],["22017.161","15443.988"],["20839.838","8058.308"],["20941.855","8062.382"],["20941.931","7929.908"],["18219.625","12830.341"],["18230.214","12912.966"],["16577.850","14308.149"],["16574.319","14412.551"],["16583.959","14321.527"],["16600.506","14358.244"],["17331.633","17975.225"],["17358.788","17958.495"],["17364.133","17886.621"],["13986.439","12681.767"],["14024.265","12561.905"],["13988.361","12576.339"],["18318.570","12846.259"],["6038.043","9277.401"],["5896.374","9263.273"],["5961.299","9245.260"],["21155.990","14757.073"],["21133.316","14801.798"],["21163.683","14818.280"],["15457.104","17868.611"],["15466.433","17833.503"],["7413.723","8915.393"],["7378.610","8932.198"],["7428.748","8947.963"],["27111.044","16439.225"],["27115.117","16415.681"],["27094.926","16462.728"],["27126.334","16388.434"],["27143.822","16469.606"],["27164.399","16482.180"],["24804.504","16350.155"],["24818.170","16208.352"],["24802.816","16247.517"],["28730.385","16137.986"],["28675.119","16132.939"],["28764.732","16048.979"],["28701.841","16052.223"],["28754.889","16080.915"],["28680.167","16099.006"],["15153.668","16116.099"],["14867.561","17217.449"],["14764.670","17277.204"],["14691.397","17313.208"],["14708.058","17309.574"],["5808.341","9027.124"],["5744.257","9069.218"],["5782.374","9045.809"],["23521.864","6547.626"],["23582.760","6606.956"],["27497.266","10510.159"],["27469.801","10577.162"],["27495.524","10613.994"],["15464.640","16953.075"],["15399.922","16903.995"],["15404.396","16920.942"],["17279.717","18561.106"],["17169.002","18528.043"],["20860.881","14035.645"],["20779.731","14139.370"],["20938.636","14138.156"],["14017.276","14899.086"],["21054.010","14391.471"],["21181.413","14387.715"],["28517.868","10677.461"],["28467.653","10671.090"],["28473.709","10649.675"],["28450.942","10657.549"],["14484.972","12532.983"],["14494.038","12536.065"],["19920.697","14449.912"],["19791.780","14358.762"],["19879.544","14302.369"],["19807.667","14311.302"],["21791.511","8692.513"],["15752.919","18497.764"],["15802.947","18573.786"],["15862.078","18654.164"],["15796.770","18528.565"],["31420.271","13785.488"],["31459.435","13808.954"],["31471.273","13616.512"],["31505.247","13624.480"],["31512.556","13683.471"],["15544.867","18410.705"],["15669.047","18421.320"],["15604.608","18412.499"],["16486.104","14264.661"],["16472.773","14241.307"],["25192.305","17271.712"],["25162.030","17265.864"],["25072.771","17199.789"],["25089.202","17211.828"],["25133.431","17247.700"],["25134.764","17223.570"],["25122.906","17250.339"],["23422.281","16564.984"],["22187.432","8158.801"],["22150.917","8182.457"],["21347.698","11114.605"],["20356.991","16441.874"],["20440.025","16356.763"],["20478.832","16355.882"],["20376.808","16435.589"],["14339.312","13061.281"],["14368.193","13074.328"],["14324.920","13067.557"],["14426.663","13096.445"],["14362.395","13141.756"],["14411.753","13130.658"],["18584.400","12425.206"],["18128.305","12645.705"],["18186.992","12633.507"],["16788.381","15250.229"],["16802.131","15263.491"],["16843.592","15195.089"],["16816.533","15278.974"],["16814.856","15272.682"],["16805.172","15175.477"],["16819.234","15134.734"],["16809.300","15123.999"],["6034.321","9558.043"],["15928.640","14884.543"],["23258.520","6519.281"],["23238.422","6615.118"],["23250.263","6559.682"],["23296.597","6539.726"],["6516.387","9111.650"],["6542.605","9148.832"],["6534.177","9110.996"],["8534.420","11821.221"],["8536.246","11801.667"],["8533.253","11796.663"],["8559.521","11903.620"],["8511.831","11723.220"],["8451.873","11776.854"],["8468.192","11830.846"],["8434.280","11786.182"],["8369.773","11722.077"],["8552.509","11712.509"],["19332.449","15067.463"],["19408.501","14974.002"],["19396.257","14929.638"],["28127.504","17182.330"],["27970.266","17105.541"],["27982.671","17128.648"],["28017.431","17153.899"],["27986.817","17121.973"],["28028.724","17090.535"],["28012.409","17100.662"],["28039.279","17122.968"],["18723.451","14895.178"],["31972.574","11789.234"],["32122.198","11728.119"],["32121.086","11705.476"],["31037.218","14205.511"],["31024.609","14174.595"],["31035.833","14155.435"],["31021.801","14207.860"],["31071.593","14093.442"],["30930.471","14062.413"],["30972.317","14124.300"],["18184.996","18505.822"],["18143.983","18650.658"],["18247.099","18580.774"],["26916.209","17425.233"],["27051.692","17420.725"],["27013.125","17427.919"],["26914.466","17424.131"],["26969.906","17419.736"],["24697.784","16637.455"],["24679.412","16583.780"],["24763.375","16590.069"],["24754.231","16705.022"],["24598.426","16719.907"],["24759.235","16701.400"],["24668.497","16760.668"],["24583.212","16624.034"],["16926.925","17749.027"],["16918.122","17781.934"],["16914.830","17700.362"],["16906.672","17690.337"],["16863.169","17682.476"],["16967.393","17832.261"],["16949.613","17744.053"],["16857.748","17669.602"],["16840.725","17722.897"],["16802.254","17668.380"],["7863.514","9112.305"],["7879.188","8978.492"],["23819.895","11136.926"],["23815.675","11090.960"],["23725.839","11085.965"],["23729.733","11082.693"],["23767.813","11121.550"],["23779.088","11139.242"],["23774.248","11205.899"],["23852.409","11167.785"],["23749.909","11154.459"],["23740.146","11123.757"],["23846.316","11134.426"],["23846.016","11113.132"],["7833.744","11902.465"],["22094.601","15379.341"],["22100.618","15387.508"],["22193.071","15361.349"],["22192.357","15366.233"],["22182.923","15333.132"],["22113.980","15314.110"],["22046.645","15339.683"],["22189.659","15493.039"],["22122.588","15503.863"],["22053.489","15450.683"],["25625.541","15799.814"],["25817.680","15797.045"],["25661.528","15832.052"],["27935.796","16879.073"],["27953.861","16903.431"],["27969.526","16872.477"],["27959.840","16850.712"],["27982.687","16783.019"],["28061.469","16830.221"],["28001.928","16917.838"],["28106.506","16959.389"],["28103.505","16905.457"],["28057.809","16903.329"],["28034.462","16848.716"],["28032.202","16819.503"],["28034.561","16796.964"],["28122.262","16865.746"],["28103.127","16826.842"],["18629.105","12583.346"],["14870.186","16741.224"],["14845.005","16728.838"],["14729.223","16722.316"],["14868.390","16606.073"],["14832.191","16589.215"],["7290.101","8986.635"],["7228.976","9060.334"],["7280.616","9003.877"],["19422.930","18124.356"],["19479.346","18085.324"],["19474.000","18164.763"],["19511.780","18112.855"],["19312.529","18085.544"],["19344.951","18111.734"],["21430.283","15818.499"],["21487.105","15784.659"],["21581.075","15912.673"],["20613.416","14713.897"],["20586.888","14673.579"],["20612.552","14676.278"],["20650.501","14694.708"],["20713.936","14837.998"],["19717.719","15451.779"],["15500.214","17318.481"],["15370.871","17229.756"],["15474.159","17279.637"],["18682.579","8371.589"],["18699.553","8351.695"],["18677.162","8361.487"],["18706.701","8341.861"],["18684.381","8320.702"],["5447.341","9414.172"],["5462.054","9504.670"],["5441.218","9519.266"],["5467.804","9498.341"],["5508.091","9457.357"],["5469.533","9418.222"],["5526.072","9559.346"],["5613.957","9557.475"],["31790.578","13167.797"],["31901.038","13172.874"],["31884.237","13065.201"],["16910.363","14621.631"],["16826.412","14597.687"],["16885.283","14620.226"],["16800.911","14462.801"],["27574.254","10802.201"],["32022.364","13018.597"],["32035.080","13090.159"],["32009.868","13106.354"],["32080.321","13036.988"],["32130.481","13176.890"],["24308.304","17338.947"],["24291.975","17368.704"],["24261.432","17390.355"],["24326.133","17386.213"],["24314.668","17342.855"],["24308.438","17307.626"],["5462.509","9326.371"],["5499.272","9317.192"],["5588.846","9260.255"],["5561.569","9262.667"],["5573.171","9187.192"],["5480.097","9223.314"],["5530.730","9231.492"],["31691.133","11081.951"],["31544.488","11163.504"],["31532.852","11094.704"],["31667.773","11167.716"],["31699.015","11111.590"],["31687.646","11117.444"],["31710.463","11094.599"],["31518.649","11172.666"],["31712.292","11221.997"],["25123.216","17158.910"],["25049.701","17157.853"],["25004.793","17125.938"],["25116.862","17164.493"],["25099.187","17063.674"],["25072.355","17083.784"],["25060.338","17114.875"],["24995.871","17157.240"],["25098.815","17106.510"],["26809.193","17151.958"],["26820.119","17103.470"],["26801.081","17193.426"],["26878.015","17069.350"],["26829.201","17044.436"],["28919.278","11157.700"],["28881.784","11128.093"],["28958.779","11211.516"],["28906.413","11085.539"],["28943.585","11093.594"],["28933.761","11147.560"],["15690.853","18363.958"],["15660.190","18336.777"],["15687.688","18435.479"],["19942.171","18369.370"],["13825.268","14638.584"],["13702.050","14590.647"],["13698.727","14561.316"],["13715.650","14563.297"],["15689.044","13459.242"],["15686.227","13488.171"],["15648.589","13533.818"],["17973.860","15343.184"],["19346.346","18259.949"],["31472.845","13382.723"],["31489.190","13321.122"],["12024.666","12139.377"],["27974.221","16353.586"],["27999.014","16391.631"],["28025.294","16504.022"],["28083.884","16539.820"],["15429.132","5130.908"],["15488.181","5120.281"],["14778.578","6052.456"],["5866.405","9547.606"],["5859.970","9493.725"],["5875.692","9564.130"],["5987.418","9537.040"],["5958.925","9508.623"],["5923.096","9495.170"],["5996.862","9491.105"],["5986.164","9466.359"],["5907.316","9528.944"],["21354.515","15306.786"],["15753.556","17635.608"],["5655.797","9256.431"],["21832.594","15923.540"],["21996.721","15911.833"],["22038.351","15928.033"],["25588.917","17872.263"],["25569.730","17891.332"],["25529.940","17886.562"],["24506.522","16470.251"],["24553.905","16438.346"],["24363.479","16528.449"],["24561.466","16496.565"],["24443.018","16487.687"],["24557.294","16381.863"],["24380.289","16393.710"],["24367.057","16370.157"],["24357.245","16428.054"],["24364.001","16436.403"],["24368.927","16464.460"],["30060.389","15647.776"],["30047.229","15602.188"],["16643.273","15702.103"],["16599.184","15714.726"],["16698.378","15627.274"],["16650.713","15591.750"],["16760.783","15702.972"],["16608.378","15507.085"],["16674.684","15508.546"],["16659.556","15565.521"],["16611.233","15563.618"],["16142.312","17532.043"],["20529.409","15481.098"],["20360.742","15377.189"],["20564.753","15393.100"],["15246.643","18087.583"],["17659.765","17394.681"],["27356.157","15687.510"],["15587.756","5400.263"],["15556.806","5393.983"],["15595.971","5418.957"],["23219.166","6693.709"],["23160.344","6675.726"],["23153.574","6641.546"],["15517.974","12010.124"],["14999.316","15906.370"],["26501.053","15978.051"],["26547.196","16021.243"],["26605.021","16015.780"],["26622.102","15930.663"],["26622.286","15995.800"],["26666.471","15968.953"],["26541.171","16032.615"],["26541.172","15949.313"],["26467.802","15966.561"],["5856.719","9036.284"],["5830.437","9038.074"],["22887.939","16997.258"],["22900.336","17059.898"],["22890.416","17070.641"],["22910.877","17009.094"],["22989.545","17113.963"],["22987.859","17181.312"],["22933.875","17164.723"],["22951.050","17186.083"],["22886.959","17174.382"],["22921.134","17182.083"],["22937.735","17130.707"],["22947.833","17106.612"],["22909.386","17095.947"],["15715.986","5110.543"],["31511.174","10757.008"],["31423.929","10727.542"],["31470.757","10712.278"],["31492.391","10713.890"],["31411.563","10726.684"],["31461.484","10712.986"],["31485.935","10754.939"],["31409.698","10828.317"],["31358.549","10820.329"],["27819.853","12839.477"],["27828.587","12844.481"],["22346.706","15407.537"],["22281.323","15399.261"],["22279.488","15458.744"],["22303.037","15494.521"],["22330.139","15470.492"],["18493.250","15047.629"],["18595.524","18615.709"],["18643.178","18638.747"],["18568.404","18469.059"],["18568.601","18477.531"],["18506.424","18521.761"],["18519.500","18540.737"],["18484.532","18649.703"],["18477.657","18623.592"],["28231.574","11000.278"],["28243.005","11010.551"],["28219.847","10996.711"],["28163.648","10973.617"],["28203.015","11057.506"],["28228.321","11025.172"],["18443.079","18703.777"],["18459.050","18723.248"],["26247.287","15600.525"],["26117.967","15648.011"],["26168.099","15615.169"],["24185.991","16900.812"],["16813.575","18189.717"],["16793.436","18061.801"],["16834.815","18186.712"],["18232.218","13070.348"],["18183.422","13039.758"],["18693.118","12673.049"],["20339.604","8224.329"],["27377.350","15939.120"],["27339.063","16096.819"],["27347.225","16075.096"],["27321.539","16025.606"],["27342.438","16006.747"],["27356.733","15987.254"],["27406.710","15948.429"],["28151.668","12785.142"],["6151.135","8800.499"],["6040.838","8850.917"],["6125.876","8771.471"],["6098.386","8803.280"],["31983.921","11040.261"],["32018.919","11002.364"],["32091.223","11050.870"],["32134.576","11013.907"],["32124.435","10907.234"],["32037.449","10938.711"],["32068.933","10859.269"],["31959.377","10870.506"],["23457.686","17186.736"],["23322.404","17033.342"],["23440.124","17114.951"],["23370.301","17099.791"],["23352.206","17032.754"],["23327.568","17098.382"],["23350.156","17064.490"],["23323.712","17013.482"],["23312.880","17024.085"],["23312.977","17037.878"],["27106.439","17418.170"],["27142.001","17446.911"],["27152.246","17483.052"],["27189.451","17512.203"],["27225.766","17540.583"],["27280.500","17494.522"],["24162.890","17613.267"],["24148.539","17587.980"],["24151.690","17468.675"],["24193.031","17578.864"],["24218.227","17572.031"],["24244.608","17550.349"],["24246.976","17543.257"],["24301.467","17415.610"],["24194.548","17448.933"],["24188.089","17470.373"],["24170.001","17472.031"],["24175.929","17584.813"],["24230.921","17468.521"],["15835.859","18455.812"],["15730.427","18405.605"],["15810.012","18387.638"],["12983.250","12755.183"],["27094.039","15924.751"],["27106.666","15745.896"],["27100.190","15806.422"],["27130.102","15848.124"],["17404.045","15582.520"],["17333.589","15550.366"],["17246.977","15713.442"],["15788.388","12403.607"],["15927.504","12381.531"],["15839.543","12546.705"],["15726.509","12373.646"],["15762.810","12374.074"],["15805.809","12546.326"],["15829.009","12478.715"],["25462.789","17780.892"],["25486.812","17646.438"],["25577.963","17628.148"],["25574.222","17686.099"],["25606.322","17682.840"],["25493.192","17791.473"],["25500.023","17773.797"],["25489.441","17728.020"],["25512.864","17712.861"],["18438.182","18406.395"],["18264.473","18328.448"],["16484.150","17687.554"],["16473.577","17625.641"],["16553.595","17679.859"],["16536.193","17693.931"],["16378.641","17720.734"],["16510.924","17782.936"],["16502.766","17777.403"],["23034.844","16847.806"],["23020.799","16869.524"],["22991.715","16852.370"],["23004.876","16828.645"],["18380.126","12724.849"],["18372.367","12679.557"],["18433.410","12619.201"],["18433.570","12594.001"],["18289.169","12572.013"],["18304.835","12651.307"],["18326.043","12596.033"],["18306.836","12574.133"],["16129.712","5799.028"],["16062.682","5833.515"],["16029.782","5789.630"],["19889.019","15949.683"],["19911.034","15947.033"],["19908.847","15956.199"],["19892.671","15941.177"],["19916.889","15940.360"],["15558.108","13900.077"],["15630.333","13901.782"],["15637.916","13949.337"],["15559.847","13842.214"],["28392.294","11542.833"],["16296.655","15664.795"],["16340.881","15633.184"],["16229.229","15609.104"],["16210.637","15643.720"],["16215.045","15654.224"],["16223.252","15512.781"],["16184.631","15701.240"],["15776.371","17224.124"],["23938.423","17857.027"],["23995.213","17846.653"],["23986.075","17857.687"],["23970.910","17878.986"],["23223.776","17601.115"],["23248.863","17591.982"],["23264.226","17597.617"],["23230.613","17564.738"],["23238.851","17575.483"],["17779.992","17822.935"],["17802.706","17810.301"],["17781.522","17797.980"],["27545.263","10550.281"],["16298.686","17689.771"],["16178.773","17728.456"],["16246.041","17815.177"],["13563.653","13516.016"],["30721.509","14286.885"],["16976.731","18527.638"],["18654.058","17895.337"],["17441.222","17979.238"],["19560.910","15782.161"],["19529.534","15788.632"],["19543.038","15802.868"],["19554.370","15811.919"],["19556.457","15749.861"],["19554.118","15739.763"],["19601.202","15765.903"],["19685.751","15868.335"],["19639.889","15830.472"],["16878.316","7337.524"],["16867.691","7363.938"],["16790.329","7427.354"],["16778.771","7396.493"],["16942.080","7421.287"],["16986.279","7359.744"],["16812.632","7272.448"],["31583.869","10639.743"],["31703.917","10505.260"],["31712.465","10446.268"],["31601.920","10603.388"],["31644.463","10523.936"],["31670.251","10566.607"],["31582.730","10562.071"],["32229.451","10867.497"],["19611.234","10812.525"],["19561.773","10701.727"],["17757.974","18663.178"],["17750.836","18655.796"],["16069.771","15192.433"],["15958.446","15285.260"],["15975.799","15280.097"],["15989.193","15236.691"],["16073.503","15281.642"],["16051.750","15242.261"],["16037.996","15215.892"],["31188.814","9799.490"],["32013.392","8520.113"],["31947.619","8481.237"],["30004.077","9386.422"],["19837.065","13479.127"],["19792.357","13421.436"],["19806.721","13499.671"],["31308.047","10374.311"],["31317.054","10278.431"],["19713.624","10475.940"],["19689.640","10452.206"],["19607.159","10462.566"],["19521.601","10613.749"],["19678.008","10554.479"],["15455.157","14840.287"],["15427.195","14787.818"],["15407.082","14757.850"],["15384.855","14754.955"],["15374.727","14741.523"],["15340.542","14707.479"],["19118.032","14973.650"],["19147.122","15044.267"],["19136.029","14915.759"],["14957.985","17569.464"],["14964.515","17553.642"],["21364.611","14688.810"],["18816.166","11932.363"],["18882.292","11939.797"],["18773.325","12077.725"],["18741.182","12101.009"],["18693.356","12012.990"],["32157.387","12755.304"],["32158.781","12620.551"],["32235.477","12630.660"],["21576.664","14412.606"],["21500.144","14422.438"],["19574.654","15703.356"],["18058.255","12115.135"],["18176.463","12036.056"],["18208.691","11964.558"],["18120.876","11990.502"],["18053.744","12112.727"],["18042.164","12048.881"],["18245.309","12058.337"],["14830.898","13973.596"],["14778.267","13987.189"],["14782.286","13903.654"],["14806.365","13817.857"],["14763.607","13903.049"],["14707.916","13965.328"],["14837.855","13979.195"],["14871.485","13867.603"],["14816.139","13955.596"],["14810.120","13871.698"],["14990.324","19429.330"],["19573.055","11038.629"],["19645.857","11051.734"],["19563.583","11055.743"],["19690.206","10980.819"],["19694.658","11063.454"],["30516.721","9812.502"],["30502.268","9842.221"],["13508.605","12612.296"],["13496.122","12615.087"],["13507.734","12568.937"],["13513.296","12561.431"],["16281.271","12841.677"],["16295.391","12850.395"],["16343.811","12774.799"],["16172.421","12762.900"],["16218.908","12823.090"],["31457.590","9034.748"],["31452.177","9005.839"],["18500.305","18711.568"],["18671.396","18871.725"],["18814.178","12436.039"],["18763.752","12474.311"],["18880.938","12419.477"],["19458.098","13196.978"],["27722.950","10387.106"],["7580.758","12135.032"],["7616.964","12125.209"],["7526.429","12168.765"],["7548.978","12159.899"],["15264.749","13948.146"],["19716.362","12229.176"],["19074.404","18445.997"],["18991.494","18432.189"],["30356.513","8693.909"],["30329.023","8718.644"],["32299.570","11652.527"],["32243.908","11657.009"],["27726.773","16811.978"],["28336.187","10651.885"],["17803.395","12115.601"],["17768.637","12096.657"],["17704.378","12088.075"],["17665.067","12083.663"],["7688.273","8910.704"],["7627.218","8934.002"],["7552.974","8942.247"],["31159.971","9883.280"],["16142.097","14851.502"],["16102.339","14832.377"],["7945.852","8363.353"],["7943.289","8434.715"],["8196.478","11838.296"],["8199.012","11887.617"],["8161.879","11896.027"],["19887.560","10754.228"],["19902.016","10809.157"],["19821.640","10739.914"],["19774.972","10786.279"],["19780.637","10752.423"],["19736.682","10739.282"],["19779.555","10696.323"],["19845.621","10800.548"],["19910.060","10751.077"],["19516.547","12484.262"],["19520.879","12397.202"],["19515.295","12359.304"],["19532.017","12381.219"],["19534.463","12341.814"],["19567.360","12348.115"],["19631.478","12542.391"],["19656.061","12392.623"],["19615.246","12416.097"],["19639.274","12450.805"],["19626.007","12501.832"],["16712.493","17900.945"],["31436.503","10441.873"],["31500.574","10533.818"],["16096.487","13948.991"],["16024.578","13936.593"],["15962.891","13904.303"],["16009.377","13987.026"],["16035.934","14007.809"],["15311.568","12091.636"],["15325.482","12117.251"],["15348.523","12008.793"],["15377.762","12038.144"],["15402.752","11945.214"],["15469.930","12058.843"],["19292.179","11263.623"],["19260.194","11276.414"],["19260.865","11235.468"],["19217.939","11160.215"],["19181.194","11109.352"],["19176.136","11123.672"],["19226.311","11076.209"],["19126.970","11088.296"],["19105.726","11115.500"],["19148.138","11149.718"],["19131.507","11216.566"],["27835.113","10400.676"],["27738.690","10337.012"],["27778.083","10309.526"],["27731.703","10341.424"],["27835.820","10254.397"],["27877.643","10262.496"],["31358.606","11847.655"],["31509.023","11851.577"],["20858.675","12419.300"],["20789.442","12479.483"],["20880.302","12532.302"],["16798.657","14439.548"],["16787.760","14382.155"],["19079.251","12697.014"],["18991.630","12668.098"],["18999.273","12639.968"],["19033.660","12722.620"],["19063.402","12702.197"],["19086.401","12634.849"],["19066.167","12708.317"],["18984.234","12554.077"],["18955.447","12550.231"],["31920.368","11052.070"],["31913.836","10992.118"],["31840.806","11003.911"],["31908.522","10981.063"],["14898.822","17138.323"],["14937.374","17104.136"],["14903.213","17131.254"],["14891.073","17122.561"],["14884.856","17127.813"],["31712.107","8437.733"],["31597.979","8436.922"],["31557.977","8375.548"],["31592.231","8485.231"],["31548.172","8502.085"],["31562.508","8400.938"],["31596.182","8429.444"],["31533.524","8342.979"],["31638.185","8358.734"],["31717.780","8443.206"],["16314.000","14882.620"],["16148.079","14919.710"],["16220.787","15005.425"],["16280.172","15007.942"],["16272.409","15014.234"],["16203.280","14965.664"],["16266.497","15068.101"],["16272.111","15038.798"],["16238.595","15049.241"],["16314.324","14928.784"],["16273.302","14942.539"],["16310.566","14991.237"],["16174.455","14903.884"],["16227.389","14895.084"],["16302.103","14898.376"],["16336.371","15049.332"],["12590.876","12212.340"],["5617.493","8858.669"],["5578.689","8836.956"],["16366.159","15219.238"],["16518.474","15127.753"],["16477.704","15148.811"],["16506.421","15152.906"],["16494.036","15144.566"],["16445.840","15252.395"],["16362.299","15161.912"],["16421.766","15236.574"],["16517.998","15231.549"],["16525.838","15272.221"],["16358.020","15267.657"],["16401.151","15234.164"],["16388.744","15218.586"],["16406.565","15200.719"],["16439.795","15212.011"],["16425.261","15141.968"],["16409.927","15154.154"],["16380.456","15121.860"],["21970.530","14869.624"],["22029.396","14788.494"],["21972.584","14743.206"],["15210.097","16235.506"],["15293.568","16277.224"],["16368.128","18290.149"],["16363.587","18384.546"],["16411.009","18413.007"],["17349.514","18727.067"],["17364.316","18858.181"],["17277.818","18776.054"],["32119.332","11605.727"],["32091.887","11585.513"],["32030.364","11653.920"],["32091.269","11511.738"],["31962.350","11676.762"],["16571.114","15651.348"],["16591.760","15627.867"],["16377.802","14044.977"],["16476.143","14049.557"],["16488.980","14139.477"],["16445.029","14085.421"],["30932.909","9359.012"],["31047.247","9301.119"],["31053.941","9193.733"],["19465.504","11383.108"],["19315.427","11400.998"],["19347.567","11361.705"],["19372.019","11368.745"],["19378.201","11306.620"],["19420.156","11330.248"],["19400.278","11421.532"],["19398.124","11437.576"],["19402.453","11490.195"],["27838.088","12089.382"],["27820.345","11985.489"],["31017.782","10743.730"],["30895.376","10792.385"],["18686.040","18586.129"],["18727.164","18485.615"],["18857.931","18570.545"],["18857.459","18541.222"],["18853.117","18567.729"],["18879.404","18656.324"],["18872.250","18656.802"],["19748.699","12213.597"],["19818.547","12192.052"],["30706.371","9726.052"],["30695.925","9609.864"],["30748.929","9648.305"],["30791.774","9648.513"],["30833.869","9634.588"],["30880.070","9611.083"],["30864.163","9679.148"],["30846.480","9740.093"],["30761.231","9756.457"],["30676.511","9633.408"],["30820.944","9741.870"],["6065.422","9234.517"],["6054.918","9293.652"],["6142.228","9268.775"],["15943.245","17748.522"],["6149.171","9549.790"],["6189.491","9513.206"],["6181.260","9541.312"],["6156.943","9569.447"],["6085.080","9584.111"],["28934.809","11441.129"],["28979.938","11401.509"],["21322.680","14477.152"],["21260.315","14477.775"],["28148.899","12825.642"],["28150.708","12838.854"],["32106.069","11253.516"],["32022.274","11131.975"],["32064.934","11263.206"],["6370.379","9551.667"],["6320.188","9580.347"],["6315.011","9573.316"],["6429.950","9503.389"],["6256.515","9485.176"],["6453.562","9504.763"],["6422.189","9423.146"],["6410.165","9473.008"],["20413.011","12421.429"],["20406.283","12344.078"],["20409.677","12531.901"],["28958.458","11906.889"],["6272.030","9126.016"],["6352.898","9085.801"],["6345.941","9133.263"],["26961.817","16618.997"],["16196.328","12658.583"],["16210.511","12575.090"],["16343.338","12663.195"],["16284.259","12740.213"],["16166.207","12612.217"],["8642.970","11695.817"],["18524.129","11999.471"],["18610.194","11943.416"],["11724.197","12087.245"],["16017.280","18117.294"],["16111.786","18169.378"],["16017.846","18252.969"],["16067.689","18080.118"],["16069.745","18066.493"],["16032.139","18174.800"],["16056.448","18158.004"],["16134.759","18230.838"],["15953.749","18205.214"],["15960.707","18186.320"],["16009.827","18191.934"],["14890.581","14041.677"],["14915.104","14032.593"],["31137.023","10837.142"],["31145.290","10794.821"],["31188.489","10701.373"],["19571.218","12846.522"],["19557.142","12842.916"],["19579.489","12819.615"],["19634.823","12948.373"],["31066.427","9589.452"],["31038.100","9670.134"],["31086.120","9636.633"],["31071.032","9714.803"],["31062.469","9758.386"],["20200.823","11067.071"],["20180.679","10998.409"],["20230.355","10976.261"],["17967.203","17845.802"],["17849.606","17898.529"],["17834.014","17897.902"],["17944.826","17922.296"],["17942.540","17906.738"],["19981.963","17261.930"],["19950.587","17268.401"],["19964.090","17282.637"],["19975.423","17291.688"],["19977.509","17229.629"],["19997.213","17206.145"],["19967.293","17219.104"],["20022.254","17245.672"],["20106.804","17348.103"],["20060.942","17310.241"],["31942.673","9365.094"],["19241.464","18386.313"],["16208.006","14001.162"],["16334.387","14010.346"],["16292.845","13931.104"],["18660.954","13142.702"],["18606.547","13060.795"],["18660.921","12994.668"],["16373.576","14382.908"],["16507.464","14441.984"],["16437.497","14430.473"],["16546.774","14443.314"],["16402.630","14389.569"],["16522.829","14389.722"],["16449.276","14342.640"],["16498.504","14364.807"],["16461.812","14322.900"],["16410.476","14294.119"],["16443.197","14271.527"],["16391.844","14261.166"],["30415.590","9786.279"],["30389.665","9674.227"],["30439.665","9603.517"],["30414.404","9720.817"],["7934.974","8503.049"],["14956.177","16384.040"],["14992.396","16475.770"],["15024.452","16474.102"],["14988.399","16497.571"],["13213.362","12681.532"],["19592.254","18161.013"],["19699.394","18228.788"],["19586.311","18121.632"],["19624.782","18152.549"],["19551.574","18156.595"],["18367.064","18025.120"],["18311.260","17963.477"],["18330.898","17961.148"],["31520.931","9765.849"],["16608.079","14955.401"],["16708.577","14979.828"],["16671.404","15022.400"],["16677.720","15014.885"],["16697.227","15010.492"],["16580.823","15011.260"],["16587.632","15020.872"],["16590.313","15043.184"],["16708.851","14902.031"],["16733.012","14915.970"],["16632.756","14910.110"],["16647.033","14878.434"],["20819.447","12894.602"],["20784.890","12763.260"],["20798.335","12767.879"],["28097.197","11150.976"],["28107.446","11074.203"],["28001.370","11077.379"],["28043.016","11108.580"],["28108.377","11149.619"],["28144.565","11184.192"],["15125.007","15084.817"],["15286.251","15148.997"],["15270.762","15265.503"],["15215.585","15217.016"],["15213.731","15211.011"],["15138.428","15169.822"],["15152.958","15191.501"],["31715.224","8273.217"],["31656.186","8222.091"],["31659.811","8284.312"],["31636.585","8237.902"],["31598.919","8194.826"],["31543.532","8289.506"],["31563.939","8260.296"],["31546.902","8233.070"],["31587.278","8240.741"],["31537.280","8165.519"],["15043.940","5758.971"],["27946.412","12897.119"],["27991.182","12879.101"],["31097.029","8808.873"],["27459.641","11908.859"],["19356.325","11707.173"],["19344.052","11739.381"],["19371.546","11806.258"],["19493.556","11729.333"],["17612.551","12090.335"],["18352.864","14614.707"],["18301.924","14616.545"],["12508.717","12152.074"],["16146.566","15784.622"],["16251.944","15785.365"],["16211.648","15814.333"],["19104.648","11377.473"],["19153.120","11411.224"],["19187.288","11397.706"],["19136.390","11470.332"],["19184.173","11461.505"],["19276.873","11370.860"],["19280.051","11398.193"],["19287.766","11440.993"],["12814.482","12588.294"],["12863.199","12589.698"],["22059.423","15079.809"],["31976.978","8670.201"],["31977.541","8739.302"],["32098.546","12735.569"],["31384.838","11932.888"],["17984.182","12052.006"],["17936.758","12093.656"],["16716.910","18807.621"],["16717.443","18815.347"],["19932.239","13894.474"],["16778.083","7478.811"],["16819.323","7517.567"],["16826.882","7578.625"],["16779.839","7595.141"],["16846.948","7680.131"],["16892.824","7646.295"],["16935.406","7671.477"],["16929.909","7579.307"],["16942.057","7493.034"],["16931.049","7514.631"],["18434.040","14961.185"],["19968.840","10443.585"],["19995.567","10496.999"],["20019.784","10494.707"],["19979.743","10548.130"],["20006.206","10557.790"],["19954.913","10625.474"],["19996.017","10643.712"],["19968.095","10564.878"],["20011.729","10628.205"],["27389.777","16815.559"],["5407.911","9472.835"],["5355.917","9473.074"],["28199.854","10440.713"],["28286.591","10479.017"],["21266.069","13405.311"],["21230.549","13481.484"],["19004.804","12352.659"],["18665.019","17772.951"],["18499.071","17789.323"],["18528.051","17798.885"],["18571.409","17762.720"],["18547.067","17766.188"],["27736.877","11628.720"],["16633.180","14590.309"],["16633.979","14645.812"],["16738.753","14633.233"],["16765.065","14578.806"],["16715.733","14574.227"],["16750.776","14503.829"],["16752.763","14486.938"],["8618.226","11723.799"],["13750.424","12567.291"],["15854.174","13457.383"],["15819.059","13428.304"],["15730.167","13409.777"],["15730.512","13601.477"],["15933.334","13444.775"],["19162.045","18478.542"],["19104.140","18545.982"],["19133.145","18660.947"],["19162.657","18508.556"],["19214.700","18567.731"],["19293.462","18486.312"],["16652.950","15134.783"],["16636.045","15087.770"],["16658.427","15111.381"],["21439.344","14669.896"],["21485.236","14667.276"],["21528.353","14795.019"],["14449.294","12575.566"],["14398.791","12670.148"],["14398.462","12680.834"],["14345.574","12551.338"],["27691.810","12561.803"],["31547.327","9550.155"],["31526.766","9476.563"],["31609.389","9472.486"],["31634.315","9405.101"],["31661.813","9410.932"],["31524.291","9405.782"],["31631.912","9523.252"],["31651.410","9544.434"],["31552.095","10740.113"],["31538.927","10837.335"],["31615.004","10713.126"],["31563.094","10684.582"],["31586.419","10660.749"],["31568.176","10796.984"],["31522.134","10840.260"],["29391.040","10218.266"],["29321.258","10194.721"],["29419.058","11352.566"],["29422.652","11453.097"],["29213.505","11499.072"],["29231.797","11492.838"],["29232.383","11628.561"],["29252.255","11587.223"],["29217.510","11526.900"],["29228.540","11562.415"],["29265.280","11532.151"],["29283.372","11593.054"],["29316.534","11494.345"],["29247.222","11575.334"],["29357.159","11538.221"],["29387.856","11611.145"],["29277.436","11502.174"],["15883.730","12333.872"],["15755.777","12326.899"],["15871.557","12277.176"],["31746.569","8469.431"],["31790.189","8480.489"],["31732.056","8408.265"],["15113.479","12503.442"],["15100.650","12511.947"],["15157.163","12531.182"],["19075.280","13714.614"],["19060.414","13611.231"],["19542.342","16569.210"],["21634.030","14822.397"],["21731.611","14781.661"],["21780.576","14799.571"],["7086.294","12463.830"],["7065.780","12438.520"],["7048.000","12395.088"],["7033.485","12418.467"],["17861.166","13509.688"],["17867.100","13601.482"],["17842.405","13526.662"],["17952.689","13484.796"],["17973.273","13435.389"],["18035.646","13516.338"],["18006.621","13567.963"],["28420.022","11787.497"],["28431.199","11858.744"],["27371.769","8382.559"],["27330.902","8373.485"],["27710.229","10851.217"],["17007.716","7611.242"],["17032.230","7571.809"],["17004.660","7503.944"],["17037.321","7616.818"],["17055.199","7492.346"],["17109.244","7483.068"],["14144.543","12441.563"],["14149.001","12459.118"],["29107.891","10214.065"],["29011.871","10170.208"],["19658.820","13206.180"],["19608.420","13204.639"],["19008.261","11433.415"],["19051.326","11446.619"],["18999.373","11377.584"],["19012.934","11372.288"],["19752.406","11009.430"],["19775.506","10959.562"],["19863.498","11017.175"],["19843.961","10864.483"],["19822.590","10883.692"],["19728.531","10917.693"],["19802.802","10924.544"],["19870.506","10972.853"],["19824.315","10956.522"],["19319.248","13563.585"],["15060.802","17397.604"],["15062.216","17403.219"],["15006.851","17366.813"],["15068.960","17321.191"],["15091.596","17375.176"],["15087.008","17374.268"],["5998.272","9706.060"],["5857.391","9591.520"],["5936.510","9710.218"],["5865.601","9676.778"],["15799.523","13667.653"],["15803.295","13758.156"],["15891.157","13788.592"],["15754.217","13608.942"],["15762.967","13605.523"],["16725.974","17752.382"],["16770.725","17682.715"],["16769.623","17725.011"],["16596.335","17786.639"],["16664.473","17759.361"],["16636.200","17758.536"],["28194.284","12735.365"],["18802.737","12817.134"],["18868.343","12826.395"],["18841.270","12891.638"],["18736.960","12915.254"],["18788.868","12759.397"],["18763.228","12759.744"],["19957.116","11903.310"],["19955.575","11838.728"],["20055.210","11815.777"],["20038.005","11740.846"],["19970.501","11757.986"],["19991.445","11834.082"],["31857.685","10340.209"],["31836.702","10359.038"],["31738.773","10415.194"],["31866.879","10378.092"],["31903.927","10333.869"],["20954.282","14013.577"],["20896.042","14010.236"],["31257.675","11147.516"],["31250.409","11251.552"],["31176.367","11074.863"],["31238.514","11129.882"],["28635.375","10699.250"],["28636.968","10706.160"],["28766.749","10662.891"],["17861.699","12498.326"],["17885.596","12446.528"],["17891.605","12460.026"],["17904.998","12398.068"],["17837.792","12398.642"],["17855.243","12374.323"],["15077.969","12260.781"],["27627.640","16844.899"],["19886.663","18409.540"],["19821.959","18330.613"],["19845.709","18335.056"],["19741.960","18288.309"],["19745.572","18437.120"],["19737.299","18438.441"],["16293.872","7472.186"],["5532.456","9395.740"],["7719.700","8998.829"],["20740.903","12939.894"],["20686.094","12855.743"],["19296.848","11029.101"],["19276.363","11051.155"],["19564.328","11630.364"],["19545.480","11650.821"],["19532.752","11579.811"],["19590.450","11527.348"],["19536.892","11504.370"],["19621.897","11600.861"],["19629.517","11548.269"],["17142.596","15812.084"],["17102.122","15736.423"],["17121.705","15741.081"],["18739.410","18785.569"],["18867.875","18864.404"],["18867.682","18718.106"],["18877.534","18697.710"],["18854.948","18743.065"],["18852.596","18761.347"],["30662.625","9991.358"],["30610.574","9940.725"],["30593.067","9872.851"],["30558.292","9860.504"],["30589.706","9973.044"],["30505.360","9921.901"],["16156.883","13245.174"],["16201.522","13326.561"],["16239.739","13292.814"],["16319.837","13279.983"],["16288.708","13245.502"],["16291.537","13248.557"],["16291.669","13268.227"],["16331.837","13200.631"],["15035.750","16898.315"],["14966.551","16835.574"],["14962.718","16840.314"],["15061.778","16822.231"],["14986.876","16812.415"],["19355.993","15428.425"],["19369.552","15377.902"],["19373.569","15297.300"],["19332.070","15410.442"],["19362.899","15461.134"],["16800.434","15810.120"],["16853.414","15793.703"],["16863.003","15765.264"],["16858.858","15794.991"],["28110.458","12714.735"],["28089.603","12709.450"],["16887.681","15083.492"],["16787.554","14906.393"],["16850.499","14907.615"],["6721.484","8983.649"],["6684.764","9066.402"],["6683.587","9115.489"],["6701.789","9067.225"],["6682.650","9120.213"],["6677.369","8975.621"],["6747.279","9017.208"],["15195.178","17019.425"],["15134.849","17029.698"],["31488.904","9164.762"],["29463.117","11587.400"],["32067.767","11386.673"],["31999.873","11280.830"],["32067.089","11378.776"],["31938.468","11468.048"],["20138.136","11422.630"],["20100.917","11428.691"],["26833.577","16573.526"],["9138.889","11728.678"],["9139.578","11769.660"],["9194.583","11798.936"],["9125.935","11828.348"],["8992.020","11717.285"],["20690.691","14149.514"],["20729.205","14055.184"],["20687.249","14083.613"],["20709.628","14221.858"],["20593.815","13117.162"],["20583.198","13151.612"],["20599.221","13087.568"],["20666.733","13130.710"],["20753.702","13108.302"],["20717.257","13037.242"],["6618.081","8913.176"],["19339.752","11587.403"],["19399.755","11673.822"],["19403.609","11675.527"],["19480.892","11621.078"],["19371.795","11570.590"],["19400.397","11564.994"],["19351.880","11542.916"],["19334.535","11600.918"],["18866.586","12542.848"],["18700.402","12386.553"],["18739.903","12383.499"],["18750.760","12345.353"],["19495.508","12531.500"],["19462.942","12449.146"],["19432.979","12400.934"],["19406.983","12502.709"],["29219.186","11255.911"],["29219.720","11192.661"],["29253.962","11239.845"],["29388.065","11273.232"],["29405.183","11119.060"],["29318.935","11081.162"],["29393.024","11231.781"],["15075.091","17499.860"],["15083.907","17415.285"],["15031.483","17423.464"],["15027.486","17426.784"],["16194.353","14479.363"],["16318.542","14468.170"],["16337.336","14530.615"],["19064.169","13520.128"],["19022.589","13554.433"],["18995.572","13420.070"],["16317.496","18632.798"],["16208.268","18541.690"],["19386.990","18639.031"],["17258.955","18063.895"],["17357.507","18104.373"],["17251.372","18083.003"],["17286.325","18173.144"],["17283.265","18164.754"],["16442.802","13421.888"],["16421.230","13469.917"],["16367.914","13435.529"],["17828.581","13454.437"],["15283.706","12160.422"],["15211.029","12145.716"],["15143.463","12146.773"],["15141.489","12199.327"],["15132.525","12177.544"],["15232.738","12234.511"],["15213.426","12291.427"],["20338.764","13713.815"],["20788.633","13624.377"],["20857.979","13629.531"],["28592.632","10627.926"],["28573.281","10505.464"],["28677.195","10635.826"],["28649.150","10456.649"],["28721.457","10496.545"],["31497.634","9583.478"],["31475.674","9547.802"],["31425.549","9496.782"],["31498.923","9435.646"],["18387.853","13024.485"],["18426.551","13037.622"],["18322.022","13084.932"],["20030.843","11681.400"],["20054.707","11534.854"],["20030.351","11605.071"],["20048.251","11542.918"],["27622.116","10995.986"],["27650.912","10910.505"],["17310.065","18291.392"],["17318.520","18269.602"],["16582.825","15441.390"],["16588.648","15422.298"],["16726.594","15314.259"],["16570.476","15342.445"],["16592.923","15317.075"],["16578.628","15345.882"],["16591.286","15417.131"],["16607.129","15418.353"],["32114.883","11322.312"],["32105.387","11416.646"],["16001.118","14999.835"],["15830.348","13386.213"],["15876.231","13304.004"],["15806.304","13304.728"],["22011.762","15114.170"],["15510.158","15619.039"],["15481.731","15519.980"],["15501.580","15539.949"],["15504.957","15510.936"],["7384.440","9024.923"],["7500.881","9015.002"],["7367.687","9050.098"],["7498.957","8968.647"],["7363.830","9008.850"],["7483.125","9009.546"],["7448.929","8956.105"],["15260.690","16382.162"],["6233.077","12952.615"],["16212.456","14434.380"],["16159.856","14432.808"],["16164.108","14293.436"],["16209.757","14368.304"],["16295.832","14312.498"],["16269.638","14405.091"],["16353.462","14267.696"],["16233.550","14373.344"],["14669.950","13524.360"],["16905.155","18315.742"],["16983.199","18409.883"],["29155.730","11929.096"],["29114.616","11920.414"],["14878.587","13811.648"],["14698.362","13750.637"],["14770.109","13664.265"],["14781.656","13613.414"],["14717.346","13676.420"],["14879.375","13772.903"],["14817.451","13774.769"],["14805.592","13715.644"],["31279.067","8717.036"],["16297.284","5572.185"],["16293.153","5629.216"],["16262.189","5710.801"],["16277.745","5775.740"],["16335.442","5772.645"],["30481.451","9593.284"],["30511.626","9617.688"],["30503.109","9660.177"],["30499.217","9703.987"],["30638.300","9723.768"],["30599.529","9780.147"],["30625.898","9680.780"],["30586.373","9663.711"],["17418.912","15486.003"],["17589.407","15469.520"],["31688.411","9323.790"],["31652.120","9286.957"],["31622.350","9211.273"],["31595.537","9183.702"],["31631.994","9178.687"],["17554.518","17810.668"],["17519.634","17808.075"],["19027.296","11678.262"],["18958.663","11682.439"],["19066.815","11496.180"],["19090.065","11637.639"],["19018.827","11591.066"],["18987.255","11589.166"],["18977.775","11587.811"],["18995.043","11515.960"],["17701.328","12766.651"],["17656.340","12807.153"],["17658.356","12793.577"],["17636.333","12819.262"],["17661.716","12916.875"],["17687.459","12846.099"],["16127.845","7750.054"],["15822.395","15075.034"],["15928.059","15015.971"],["15905.038","14896.847"],["15916.935","14957.089"],["15933.119","14911.854"],["15731.333","14991.916"],["15780.520","15080.633"],["15809.774","15021.625"],["15830.178","15078.610"],["15801.698","15010.196"],["15842.701","15011.716"],["15813.447","15046.826"],["15760.316","15041.462"],["15778.946","14991.086"],["15741.523","14894.843"],["15787.175","15060.827"],["28035.988","12150.324"],["27960.812","12333.490"],["7510.430","12084.966"],["7466.923","12060.420"],["7435.666","12086.379"],["7366.976","12081.216"],["16043.876","18002.078"],["32221.525","10475.812"],["32238.984","10619.235"],["32168.111","10602.913"],["32163.567","10560.231"],["16367.271","12588.537"],["5567.431","9609.579"],["14753.744","12249.030"],["14768.629","12243.085"],["14939.236","17339.860"],["14891.527","17240.199"],["14900.812","17226.348"],["14910.263","17316.579"],["14909.967","17312.202"],["14915.528","17269.296"],["14914.476","17261.203"],["16646.539","6748.188"],["16635.946","6709.626"],["16581.666","6728.252"],["16756.910","6800.970"],["31455.602","8951.077"],["19480.666","12719.611"],["19358.625","12628.144"],["19337.162","12701.136"],["16896.162","7240.632"],["16933.211","7254.506"],["32077.630","9847.840"],["32118.912","9799.766"],["32002.547","9896.754"],["32002.613","9992.906"],["32079.525","9967.380"],["29323.631","9536.785"],["29377.311","9535.508"],["31081.579","10594.557"],["31068.604","10491.086"],["21208.573","14399.087"],["21220.657","14311.611"],["15172.013","14655.843"],["15177.709","14658.127"],["15173.681","14644.891"],["15180.783","14643.534"],["15188.437","14647.589"],["15195.187","14648.055"],["15208.494","14653.656"],["15230.081","14655.922"],["15232.703","14653.149"],["15247.776","14655.477"],["15254.390","14657.243"],["15219.857","14650.452"],["15199.235","14648.550"],["15191.559","14642.357"],["15182.176","14633.308"],["15190.111","14633.976"],["15200.560","14636.446"],["15210.298","14520.364"],["15191.231","14534.466"],["15185.397","14491.935"],["15123.072","14490.648"],["15097.955","14515.013"],["17491.977","12713.330"],["17529.323","12749.458"],["17606.888","12657.731"],["22263.514","14773.732"],["22265.303","14712.106"],["31504.842","10881.313"],["31357.519","10906.096"],["31501.719","10927.136"],["31489.342","10961.211"],["14597.567","14029.528"],["15998.140","5663.338"],["30563.304","8738.448"],["15605.392","15598.209"],["15598.333","15677.586"],["15526.913","15535.680"],["15525.712","15545.414"],["15534.460","15588.645"],["15575.573","15586.377"],["15528.633","15568.265"],["15537.144","15630.058"],["15580.903","15656.278"],["15601.117","15650.981"],["15571.984","15597.665"],["15629.784","15572.885"],["15646.916","15583.946"],["15683.355","15620.118"],["15672.756","15625.208"],["15711.818","15637.584"],["15554.658","15570.678"],["15528.763","15541.203"],["5899.499","9280.218"],["18093.163","14849.253"],["18059.689","14766.350"],["26985.792","16365.877"],["14609.736","17062.106"],["14566.858","17140.273"],["14648.321","17093.469"],["14640.679","17006.778"],["14620.383","17013.153"],["14519.348","17156.893"],["14542.356","17138.158"],["14562.570","17107.722"],["14557.373","17114.130"],["14541.114","17091.613"],["14535.275","17082.728"],["18885.248","18209.766"],["18903.657","18149.138"],["18971.033","18181.909"],["19060.799","18150.158"],["19072.982","18057.630"],["28102.490","10534.623"],["32202.192","11358.744"],["32284.108","11412.964"],["32252.514","11354.750"],["32187.891","11315.393"],["32297.494","11286.419"],["27748.986","10625.952"],["27759.807","10601.429"],["27882.491","10538.192"],["27752.736","10523.311"],["27766.803","10470.719"],["27823.668","10464.969"],["27795.287","10586.069"],["29019.984","11895.160"],["16004.038","14917.480"],["16035.813","14873.479"],["16064.338","14886.641"],["16089.275","14936.384"],["16033.257","14983.287"],["16097.579","15041.231"],["16036.475","14921.125"],["16036.804","14943.388"],["16049.550","14909.020"],["16049.504","15050.203"],["16124.921","15027.638"],["16132.388","14963.360"],["7373.570","12384.467"],["7340.440","12443.920"],["16597.934","15503.522"],["16617.452","15446.529"],["16775.640","15351.699"],["16596.289","15496.978"],["16668.726","15450.317"],["16661.986","15431.832"],["16630.982","15464.940"],["16650.103","15453.991"],["16695.185","15443.187"],["16691.964","15437.850"],["16600.135","15354.359"],["14698.206","16845.451"],["14675.739","16852.635"],["14862.704","16835.660"],["14861.750","16849.434"],["14688.705","16947.873"],["20338.292","11252.636"],["20334.306","11249.639"],["17472.149","12461.749"],["17512.700","12414.703"],["17538.867","12400.284"],["17587.786","12354.081"],["15561.887","5318.137"],["15582.531","5317.853"],["15617.352","5264.144"],["15616.395","5234.050"],["15625.411","5171.790"],["15616.870","5243.255"],["15561.214","5179.625"],["22161.009","15124.038"],["22082.981","15221.977"],["30955.576","11410.511"],["31007.095","11369.350"],["31030.450","11384.492"],["27220.099","8408.420"],["27254.192","8408.018"],["19696.619","13313.760"],["19713.603","13195.395"],["31539.718","11815.042"],["31649.139","11821.495"],["15697.658","17400.664"],["15579.067","17254.432"],["15588.047","17226.108"],["15452.301","12324.277"],["15502.778","12189.453"],["15473.093","12305.737"],["15435.224","12153.208"],["15424.109","12169.816"],["15299.769","12236.597"],["15377.674","12242.102"],["28362.139","11207.273"],["28367.008","11196.307"],["31280.940","11357.271"],["20963.302","14312.250"],["20980.129","14391.389"],["20865.772","14360.589"],["20824.300","14259.039"],["20812.012","13154.669"],["20796.981","13006.834"],["29176.059","10885.987"],["20285.215","13565.897"],["15146.722","13546.495"],["18445.329","12050.539"],["18258.824","12010.110"],["18306.227","11976.734"],["27485.486","16728.287"],["20554.995","13336.988"],["20554.587","13368.377"],["20395.539","13319.455"],["20420.396","13309.066"],["20356.777","13208.470"],["20446.332","13222.577"],["20423.375","13206.454"],["18418.850","18495.503"],["18274.665","18593.226"],["18273.185","18556.133"],["16536.275","15350.147"],["16525.996","15343.805"],["16379.980","15418.153"],["16559.437","15458.599"],["16416.637","15499.478"],["16368.779","15429.458"],["16506.128","15484.136"],["16446.844","15478.713"],["16462.441","15420.686"],["16496.330","15351.355"],["16367.464","15345.030"],["16430.080","15433.391"],["16401.269","15443.159"],["16397.189","15362.447"],["20634.394","12101.701"],["31502.732","9635.002"],["27985.036","10411.343"],["28024.097","10383.976"],["27945.033","10345.952"],["27982.489","10376.612"],["28016.851","10367.398"],["28108.104","10242.347"],["27972.027","10281.330"],["6598.228","9186.740"],["6579.828","9334.242"],["6522.474","9370.271"],["6499.114","9372.037"],["15099.634","12590.626"],["15131.078","12557.854"],["15299.784","12706.203"],["15109.535","12614.243"],["15270.883","12641.744"],["18133.175","17826.174"],["18150.675","17750.915"],["17123.462","7266.050"],["17081.705","7275.021"],["16996.974","7295.222"],["17019.723","7334.168"],["17004.697","7447.765"],["16999.919","7354.720"],["17083.922","7348.554"],["17140.758","7294.607"],["17185.373","7362.137"],["17165.730","7376.622"],["21184.130","14530.076"],["21144.666","14469.005"],["21084.792","14452.893"],["27104.673","16643.602"],["16069.474","12552.339"],["16012.309","12566.165"],["16017.980","12721.904"],["15975.581","12627.772"],["17011.051","15577.835"],["17103.846","15543.036"],["17045.439","15519.256"],["17497.677","12364.124"],["12929.876","12461.143"],["18216.333","17743.681"],["27963.173","11765.593"],["28127.411","11712.887"],["31952.897","10409.029"],["16902.884","18240.617"],["16855.041","18164.661"],["19789.598","13231.642"],["19821.658","13299.010"],["19012.128","11755.381"],["18905.305","11792.758"],["19051.855","11810.319"],["18996.809","11826.284"],["18885.838","11827.701"],["19033.606","11911.343"],["18915.742","11736.255"],["18937.120","11729.870"],["18456.110","11909.112"],["17244.689","7273.820"],["17303.428","7309.642"],["17232.811","7336.822"],["14965.187","13750.381"],["14884.278","13812.391"],["18253.719","14178.031"],["31847.200","11419.772"],["31759.519","11294.260"],["31828.540","11343.865"],["31766.464","11369.825"],["31849.704","11316.062"],["31893.855","11372.373"],["31767.839","11463.726"],["8083.390","12052.950"],["8027.516","11926.802"],["8042.640","11946.428"],["8084.774","11921.782"],["8094.783","11960.641"],["7997.779","12003.169"],["7978.309","11994.590"],["17761.693","15797.674"],["17694.098","15898.091"],["17736.623","15809.240"],["17683.508","15824.037"],["17905.291","15195.728"],["15914.002","13837.249"],["15927.979","13921.560"],["15845.705","13884.620"],["15870.049","13841.117"],["15922.775","13936.740"],["15888.657","13861.281"],["15895.152","13843.169"],["15801.483","13835.866"],["14872.143","14870.743"],["14792.513","14805.338"],["14717.524","14797.218"],["14676.479","14865.272"],["14762.736","14786.289"],["14875.794","14783.794"],["14838.095","14798.939"],["14809.169","14763.833"],["14712.171","14842.239"],["14761.847","14832.466"],["14770.320","14834.105"],["14875.889","14862.845"],["27875.644","17350.630"],["27896.998","17274.633"],["18229.701","12186.528"],["18192.305","12151.425"],["18164.255","12197.248"],["18095.323","12188.477"],["16753.176","18512.729"],["16678.365","18471.240"],["15591.298","15745.411"],["15524.791","15868.072"],["15690.710","15819.532"],["15696.462","15773.234"],["15547.778","15807.638"],["15583.060","15876.215"],["15567.863","15910.038"],["15690.364","15784.238"],["18119.755","14993.323"],["18127.831","14906.583"],["18789.093","18054.259"],["18823.174","18166.332"],["18852.699","18241.802"],["31227.412","10337.325"],["31300.888","10240.940"],["18115.289","18370.498"],["20054.061","13806.544"],["20019.604","13763.473"],["20030.531","13691.438"],["20028.813","13662.243"],["31784.539","10609.147"],["31878.505","10637.606"],["31935.446","10566.914"],["31769.552","10548.148"],["31912.568","10476.732"],["31852.884","10447.034"],["22327.234","14977.514"],["22332.398","15082.747"],["18208.949","14179.983"],["18222.979","14164.291"],["18090.082","14236.519"],["5783.424","9747.428"],["5816.363","9787.776"],["5817.784","9746.551"],["14486.986","12552.340"],["14462.896","12584.897"],["14590.883","12563.663"],["14610.554","12603.365"],["14644.465","12626.972"],["14627.771","12625.238"],["29861.112","10288.121"],["29902.461","10236.792"],["18454.483","17758.416"],["18427.766","17732.040"],["18340.612","17749.661"],["18408.062","17703.501"],["18252.665","17742.509"],["16121.846","15677.207"],["16141.982","15605.900"],["16125.906","15572.860"],["16113.080","15697.455"],["16129.461","15671.262"],["16063.249","15563.977"],["16029.392","15548.748"],["16109.828","15521.954"],["16119.607","15554.507"],["16123.806","15535.053"],["16123.369","15562.507"],["16023.710","15605.102"],["16062.728","15607.154"],["16080.908","15653.712"],["16033.181","15681.713"],["16077.205","15660.088"],["16061.122","15688.051"],["16143.562","15574.364"],["16127.415","15536.270"],["19606.013","10343.989"],["19696.474","10427.646"],["19667.329","10355.774"],["19672.766","10272.575"],["19620.085","10268.996"],["19624.927","10277.856"],["19529.932","10225.253"],["19543.048","10339.921"],["19525.059","10406.622"],["19570.885","10426.862"],["19633.954","10378.720"],["17315.313","18246.795"],["27755.390","10763.956"],["27912.329","10680.098"],["27800.980","10784.779"],["27797.452","10699.166"],["27845.758","10856.246"],["27877.018","10841.928"],["16328.631","15091.091"],["16236.949","15194.811"],["16253.791","15181.196"],["16337.296","15178.027"],["16333.793","15135.187"],["16278.774","15192.105"],["16311.257","15191.775"],["16332.787","15190.998"],["16340.039","15097.939"],["16222.296","15091.123"],["16245.881","15114.212"],["16331.056","15265.932"],["16355.872","15207.124"],["16168.817","15234.176"],["16185.951","15176.974"],["16149.408","15090.126"],["16172.768","15209.306"],["20485.191","13592.140"],["20436.581","13579.908"],["20362.743","13568.590"],["20413.257","13490.364"],["20379.377","13421.975"],["20513.554","13447.991"],["20554.758","13592.668"],["20545.897","13546.755"],["20511.872","13421.419"],["15164.485","14433.050"],["15146.317","14368.204"],["15167.267","14374.242"],["15188.763","14357.145"],["15122.890","14417.213"],["15104.596","14344.049"],["15137.949","14250.472"],["15209.461","14262.260"],["15152.990","14311.888"],["15203.835","14253.362"],["15155.934","14261.543"],["15107.030","14275.757"],["15107.735","14328.791"],["15160.057","14326.751"],["15156.858","14341.478"],["15139.598","14352.152"],["16487.336","14574.142"],["16490.557","14603.649"],["16535.831","14593.235"],["16482.637","14601.369"],["16462.228","14630.916"],["16423.034","14644.010"],["16386.677","14604.680"],["16399.613","14562.102"],["16394.643","14655.925"],["16490.545","14656.279"],["16524.900","14643.539"],["15986.165","14559.114"],["15960.585","14505.447"],["16009.337","14459.436"],["16077.282","14617.489"],["6085.472","9531.229"],["6045.587","9482.016"],["6201.831","9491.132"],["28846.361","10552.357"],["30857.270","9837.042"],["22362.757","15152.571"],["22342.814","15262.416"],["22370.895","15251.278"],["18010.449","14749.678"],["18020.809","14769.831"],["18008.320","14793.331"],["12322.267","12013.916"],["12308.829","12055.006"],["16720.527","17555.577"],["16681.859","17558.962"],["17076.196","15486.993"],["17037.699","15424.202"],["17048.994","15414.734"],["17090.169","15366.844"],["17106.049","15411.667"],["17094.105","15471.112"],["17068.036","15479.700"],["16999.968","15470.517"],["17027.129","15504.242"],["16030.365","13445.883"],["16118.283","13416.848"],["15404.859","17006.987"],["28159.972","11992.498"],["28264.535","12016.023"],["16003.568","15800.161"],["15977.148","15719.361"],["16020.426","15740.508"],["16111.446","15779.666"],["18975.708","18506.782"],["18892.553","18580.933"],["18934.308","18572.913"],["18952.482","18596.133"],["18923.331","18654.480"],["18922.590","18636.693"],["18972.540","18654.083"],["18964.004","18644.901"],["31174.367","10949.732"],["31189.924","10961.223"],["31147.685","11050.306"],["31210.631","11027.283"],["16392.143","6847.188"],["17536.135","17894.772"],["17539.420","17856.960"],["19416.939","12847.402"],["18813.357","14657.161"],["15669.220","12653.257"],["15677.273","12628.982"],["15565.391","12703.928"],["15653.654","12665.990"],["15591.444","12728.949"],["15615.079","12705.563"],["7766.223","9015.629"],["7748.754","8979.441"],["28287.717","11454.515"],["16237.460","7794.378"],["16147.471","7758.327"],["16232.532","7726.903"],["16204.520","7708.747"],["16275.557","7755.520"],["15019.878","13841.827"],["31601.661","9095.392"],["31671.038","9059.552"],["31614.889","9088.296"],["14705.092","17174.494"],["14717.164","17179.465"],["17320.365","15483.723"],["32232.808","10998.614"],["32292.743","10993.040"],["19183.681","18173.918"],["19260.489","18062.868"],["19138.755","18137.200"],["19117.489","18122.914"],["19107.127","18120.817"],["19237.742","18115.306"],["19219.847","18094.265"],["29217.878","10766.444"],["29255.574","10823.953"],["26955.012","16698.966"],["16334.459","17562.563"],["16330.775","17584.909"],["16223.941","17595.841"],["16353.740","17582.048"],["14840.621","12056.144"],["18553.485","12888.823"],["18605.639","12777.945"],["18560.436","12802.020"],["18486.740","12857.448"],["18565.138","12841.109"],["13135.912","12636.214"],["7720.181","12101.324"],["7684.712","12057.078"],["7687.931","12084.907"],["7673.769","12042.455"],["7616.418","12062.304"],["7526.235","12120.653"],["7534.448","12106.894"],["7669.347","12060.729"],["17955.770","12745.130"],["17982.993","12714.375"],["17987.818","12683.432"],["17856.333","12708.835"],["17987.101","12634.372"],["17869.889","12737.556"],["17843.105","12741.788"],["17713.720","15567.431"],["16132.522","15202.824"],["16079.064","15186.719"],["16065.492","15161.777"],["16117.863","15211.178"],["16134.666","15146.412"],["16457.973","18111.298"],["16398.620","18161.015"],["16522.226","18156.962"],["16527.374","18126.079"],["16474.509","18126.126"],["19728.252","12765.286"],["20160.201","11329.173"],["20185.401","11395.123"],["20176.650","11420.891"],["20248.327","11357.419"],["20260.497","11322.272"],["20223.298","11298.686"],["20154.794","11296.379"],["19934.142","13670.545"],["19890.957","13689.782"],["19912.945","13698.257"],["15057.869","15982.951"],["14915.541","15988.818"],["14975.433","16015.194"],["15031.206","15990.273"],["15055.713","15996.202"],["15316.116","12708.234"],["15307.824","12644.800"],["17137.735","18721.075"],["17153.337","18736.097"],["17088.320","18875.101"],["18701.868","17982.254"],["18677.493","17937.729"],["18815.695","18033.698"],["18851.255","18002.369"],["32239.081","11231.225"],["32317.782","11194.858"],["32304.354","11079.431"],["31915.903","11860.882"],["31258.882","10495.719"],["31244.556","10436.571"],["31282.837","10456.993"],["21848.381","15021.273"],["21839.372","14911.402"],["21933.730","14900.903"],["18741.165","13174.195"],["18748.856","13068.563"],["18672.657","13173.610"],["18677.156","13002.158"],["18788.888","12990.653"],["15886.456","14224.342"],["17217.563","15786.844"],["17278.286","15744.173"],["14769.860","17576.065"],["31796.937","11626.741"],["31875.781","11510.699"],["31892.895","11698.481"],["16276.303","18167.618"],["16154.710","18208.774"],["16161.890","18245.427"],["5666.978","9032.345"],["5710.917","9052.062"],["19005.925","15163.956"],["19051.346","15174.468"],["18926.644","15195.096"],["18970.852","15172.004"],["16909.754","15230.478"],["16892.484","15133.979"],["16907.951","15164.981"],["16830.283","15295.555"],["7694.591","8713.601"],["7712.058","8740.090"],["30654.611","10249.847"],["30577.549","10242.673"],["30638.076","10278.187"],["19995.707","17183.125"],["27716.075","10997.216"],["29450.559","11206.408"],["18105.101","17926.913"],["18099.263","17931.274"],["18082.964","17924.057"],["19909.326","11923.716"],["19922.175","11980.638"],["17977.807","15316.214"],["17851.155","14276.831"],["18181.611","12547.446"],["18207.510","12553.229"],["18612.424","11828.909"],["18497.107","11873.261"],["15258.261","18669.759"],["15189.552","18493.736"],["11981.023","12251.175"],["29244.903","9640.001"],["29375.039","9624.126"],["5643.513","9552.752"],["11950.825","12073.306"],["6196.277","9916.631"],["27664.332","11730.656"],["27644.003","11870.250"],["27577.816","11906.984"],["19184.354","13205.714"],["19170.757","13196.347"],["19110.694","13278.905"],["19094.189","13208.575"],["19260.349","13227.557"],["19871.663","10642.290"],["19831.355","10604.706"],["19883.855","10582.321"],["19845.071","10456.349"],["19789.306","10467.771"],["19747.442","10482.274"],["19822.588","10484.851"],["15675.714","13639.519"],["15717.660","13755.795"],["15704.086","13699.971"],["27476.784","11396.516"],["27354.823","11303.389"],["27383.084","11390.579"],["27906.045","12242.565"],["27810.194","12310.239"],["27791.669","12168.663"],["19969.004","10327.307"],["19997.043","10376.078"],["8311.725","11941.865"],["8215.619","11915.956"],["8249.001","11949.530"],["15975.838","14240.758"],["15941.312","14371.292"],["15946.344","14290.083"],["16029.224","14390.728"],["16035.653","14436.943"],["16014.857","14419.644"],["16004.655","14416.467"],["16130.850","14426.596"],["16075.985","14376.665"],["27800.925","12561.576"],["27861.993","12750.804"],["27849.559","12737.641"],["27032.037","16808.943"],["15211.457","12088.292"],["15167.868","12023.831"],["15246.181","11973.817"],["18630.695","14596.656"],["18514.078","14642.288"],["29909.420","9235.569"],["29844.959","9288.763"],["29833.929","9369.823"],["13054.245","12779.437"],["15376.235","17697.916"],["15377.715","17699.535"],["31900.882","9539.472"],["31876.774","9555.786"],["15395.837","13617.320"],["15462.729","13660.944"],["15494.394","13783.363"],["15513.763","13744.948"],["5813.737","9323.783"],["5653.744","9317.718"],["5794.313","9375.664"],["19473.482","10916.555"],["19392.175","10961.287"],["19361.141","10888.763"],["17811.549","15934.582"],["17756.516","15946.398"],["17776.681","15987.527"],["18186.664","15098.751"],["19895.119","15878.849"],["19844.193","15905.546"],["19763.937","15900.332"],["19875.282","15865.830"],["19829.929","15890.109"],["19810.110","15912.065"],["19799.830","15912.032"],["14532.961","14004.937"],["14514.712","13945.010"],["14591.091","13910.648"],["14622.358","13902.638"],["14604.266","13905.016"],["19794.622","16777.069"],["19787.422","16949.739"],["19783.952","16940.903"],["19752.374","16894.981"],["19777.045","16908.194"],["19790.605","16857.671"],["19786.493","16848.538"],["19034.943","12293.145"],["19092.209","12271.751"],["17454.058","18064.185"],["17447.134","18071.319"],["17452.079","18215.724"],["17418.082","18236.946"],["16282.650","13062.900"],["16269.149","12995.327"],["16257.776","12982.799"],["16348.702","13170.865"],["14990.942","18989.967"],["15926.217","14262.621"],["15890.032","14372.427"],["15888.827","14426.722"],["15854.608","14440.609"],["15805.307","14415.684"],["15768.875","14427.720"],["15764.961","14403.408"],["15744.859","14409.608"],["15771.872","14347.165"],["15771.082","14340.725"],["15725.440","14349.013"],["15790.830","14357.545"],["15815.114","14355.514"],["20723.079","12285.850"],["20726.688","12263.540"],["20768.705","12152.744"],["20613.609","12312.999"],["20638.092","12164.806"],["20677.024","12151.404"],["17221.798","18493.460"],["17407.683","18570.083"],["31415.565","11071.235"],["18837.221","14867.653"],["18679.409","14869.060"],["18712.384","14781.054"],["18726.632","14794.738"],["18823.460","14714.666"],["18882.713","14687.089"],["18862.343","14790.361"],["18829.876","14840.985"],["27598.425","11521.431"],["27580.552","11501.961"],["18349.124","12448.151"],["18287.083","12543.428"],["18340.884","12350.295"],["18275.128","12460.173"],["16176.657","15267.969"],["16151.894","15289.695"],["6347.621","9335.513"],["28621.901","10314.236"],["28617.345","10268.548"],["14379.740","12484.431"],["14383.506","12476.173"],["14426.317","12444.575"],["14430.807","12440.000"],["14346.347","12542.948"],["14421.351","12469.961"],["14399.509","12450.291"],["14292.646","12520.755"],["14265.393","12520.062"],["14429.121","12513.961"],["14345.544","12469.980"],["14417.868","12512.166"],["16298.144","5462.367"],["29077.535","11406.119"],["29097.420","11330.878"],["29185.115","11455.097"],["29152.837","11477.848"],["29046.957","11428.291"],["29012.002","11353.492"],["29132.868","11423.498"],["29174.087","11397.024"],["29171.682","11446.300"],["29061.106","11372.476"],["29132.356","11358.502"],["29083.228","11416.516"],["29100.808","11455.174"],["17520.899","15663.440"],["17618.090","15545.163"],["19249.396","12383.661"],["19140.067","12509.678"],["29488.119","9792.697"],["16364.181","5752.277"],["19539.085","16453.419"],["19568.174","16524.036"],["19557.082","16395.528"],["30692.167","9912.724"],["30708.902","9836.265"],["29362.751","11723.385"],["29378.119","11830.501"],["29233.789","11862.458"],["29202.296","11885.874"],["29307.664","11909.908"],["6205.320","9235.652"],["6146.187","9213.126"],["6149.713","9166.653"],["20925.708","13365.748"],["20971.989","13285.719"],["20265.498","11255.459"],["20256.264","11262.416"],["32150.687","9799.725"],["32176.846","9835.560"],["32158.419","9853.474"],["32207.272","9865.430"],["32267.726","9835.843"],["32195.761","9966.962"],["32313.518","9842.335"],["17842.619","18611.107"],["18011.740","18504.778"],["29734.155","10067.888"],["29796.604","10207.914"],["15075.228","17162.375"],["16182.928","15434.744"],["16200.930","15455.644"],["16195.425","15362.301"],["16195.821","15500.481"],["16182.244","15390.233"],["16170.474","15332.837"],["16225.654","15503.714"],["16212.910","15412.789"],["6189.745","9141.487"],["6209.765","9153.529"],["16763.942","18289.433"],["16620.378","18304.747"],["28355.034","11170.675"],["28187.960","11101.227"],["28342.221","11186.909"],["28253.260","11116.651"],["28188.379","11245.732"],["16940.636","15431.456"],["16895.340","15402.951"],["16792.958","15392.995"],["16984.199","15342.377"],["16971.584","15384.293"],["16901.831","15380.709"],["19947.664","10664.063"],["19952.825","10714.095"],["20071.987","10648.897"],["17166.094","7253.590"],["20139.653","11399.057"],["20069.131","11487.453"],["17928.839","12187.111"],["17844.580","12263.272"],["17914.461","12278.524"],["17951.951","12243.946"],["17875.230","12296.262"],["12332.090","12275.689"],["31519.001","10343.804"],["31605.436","10274.645"],["31709.891","10224.855"],["17469.358","18571.317"],["15503.480","5603.193"],["15414.778","5689.320"],["15386.522","5731.895"],["15465.234","5657.167"],["15456.224","5727.904"],["15457.507","5745.300"],["15394.955","5758.699"],["27977.204","10869.635"],["27974.853","10898.165"],["27974.634","10932.454"],["19221.552","13675.239"],["19218.446","13604.998"],["19257.546","13628.201"],["17645.213","18151.573"],["17393.964","12929.554"],["17341.530","12871.789"],["15912.919","17937.092"],["15907.508","18024.377"],["15896.883","17928.917"],["15871.603","17954.802"],["15911.900","18040.017"],["15793.183","17979.676"],["15773.134","17966.365"],["15760.914","18018.850"],["16127.183","18510.124"],["29966.951","8896.385"],["21985.589","14962.289"],["22010.024","15072.633"],["29445.876","11777.146"],["18108.312","13326.723"],["18143.343","13327.363"],["16683.963","15153.459"],["16627.132","15207.872"],["16594.007","15250.547"],["16601.277","15185.213"],["16749.368","15228.924"],["16748.118","15208.577"],["16575.204","15292.525"],["18003.485","14579.051"],["17919.749","14485.413"],["18007.321","14468.882"],["18007.154","14494.764"],["18006.924","14579.755"],["15499.331","5551.569"],["15420.257","5556.432"],["15325.232","5519.633"],["15345.220","5466.762"],["15527.887","14870.246"],["15521.498","14832.743"],["15564.038","14832.140"],["15595.041","14854.948"],["15619.962","14757.155"],["15692.838","14709.578"],["15680.355","14694.021"],["15706.509","14741.007"],["15655.984","14785.927"],["15616.737","14738.275"],["16149.483","14633.120"],["16221.104","14645.359"],["16339.760","14634.222"],["31291.205","11618.591"],["7874.594","11920.700"],["7831.556","11929.467"],["7873.086","11990.014"],["7848.858","12062.535"],["7769.204","12087.898"],["7818.119","12078.455"],["19946.118","13827.249"],["20103.450","13861.480"],["31517.582","11576.227"],["31556.285","11696.977"],["31597.457","11561.253"],["12410.346","11955.988"],["16656.888","15797.377"],["16665.095","15802.992"],["16571.495","15767.959"],["16643.812","15801.159"],["16668.389","15861.785"],["16733.142","15910.274"],["16637.945","15891.942"],["16748.428","15875.900"],["16733.592","15874.397"],["16740.323","15742.972"],["16797.286","6797.774"],["16806.246","6787.461"],["14921.304","6220.398"],["15037.012","13771.686"],["14973.262","13711.785"],["18576.060","13612.926"],["18597.289","13651.238"],["18499.952","13616.188"],["16399.542","13300.834"],["16402.398","13316.516"],["16359.524","13355.800"],["29163.037","11511.551"],["31337.311","11659.742"],["31431.431","11675.416"],["31430.822","11567.198"],["31401.314","11629.481"],["31501.684","11500.931"],["20669.710","13210.005"],["20729.897","13280.439"],["17735.979","18569.713"],["17634.300","18574.938"],["17628.988","18567.985"],["17683.834","18531.445"],["17655.462","18530.652"],["17739.827","15240.578"],["15531.404","12486.984"],["15600.090","12504.876"],["15560.156","12537.758"],["15598.774","12479.261"],["15711.349","12442.665"],["15691.899","12371.932"],["15685.452","12336.589"],["15626.768","12404.913"],["15536.362","12383.096"],["15553.631","12347.737"],["19087.954","11157.170"],["19042.252","11264.886"],["18999.748","11226.219"],["19043.780","11211.849"],["16204.788","5847.438"],["16179.902","5836.791"],["16184.093","5871.093"],["16516.735","15578.860"],["16505.254","15573.509"],["16429.040","15599.676"],["16412.428","15600.254"],["16393.639","15510.230"],["16415.952","15510.176"],["16398.343","15526.228"],["16367.469","15550.745"],["15172.907","16906.404"],["15096.481","16787.251"],["15155.481","16889.243"],["29199.579","11325.269"],["29233.563","11313.577"],["29206.961","11371.853"],["29271.069","11294.565"],["29246.669","11340.491"],["29298.507","11335.129"],["16237.136","18286.627"],["16206.424","18271.085"],["16217.295","18284.347"],["16176.348","18430.159"],["18891.654","16003.359"],["5358.773","9207.332"],["5398.654","9257.596"],["16388.091","15746.384"],["16477.268","15779.861"],["16457.646","15795.583"],["16502.350","15794.384"],["16486.978","15836.793"],["16835.413","7756.835"],["16823.758","7711.040"],["16885.274","7718.374"],["16888.284","7750.950"],["16871.552","7715.361"],["30887.500","9576.008"],["30939.465","9565.510"],["30926.579","9537.317"],["30883.528","9401.221"],["31077.346","9535.611"],["31092.769","9466.019"],["19184.379","12029.629"],["19118.504","12067.977"],["19098.720","12031.075"],["19253.082","12007.681"],["7755.630","8814.549"],["7777.281","8833.512"],["7816.832","8892.230"],["7804.404","8921.192"],["21681.476","14575.590"],["21713.959","14498.754"],["21779.790","14504.616"],["32222.911","9717.147"],["32314.217","9768.740"],["32223.273","9797.662"],["18572.791","18117.651"],["18643.442","18237.511"],["31827.901","9780.026"],["31873.968","9798.932"],["31896.219","9680.349"],["31844.574","9621.039"],["5561.547","9112.921"],["5503.616","9142.363"],["5488.429","9152.548"],["5474.616","9103.409"],["5522.947","9074.518"],["5619.941","9094.047"],["7597.590","8904.730"],["27761.347","9684.504"],["30841.536","8780.843"],["30822.508","8897.274"],["30707.944","8834.371"],["14742.844","16819.242"],["14689.044","16790.832"],["14812.754","16787.192"],["14805.205","16788.580"],["28984.850","10653.299"],["28777.943","10646.940"],["28954.895","10740.935"],["15398.796","5310.472"],["15452.974","5324.219"],["15503.123","5329.466"],["18230.967","13470.181"],["18160.071","13433.534"],["16237.464","15314.571"],["16248.398","15464.191"],["16295.603","15464.682"],["16328.803","15328.652"],["16275.909","15379.023"],["16336.894","15468.183"],["16273.679","15361.176"],["16353.005","15314.395"],["16307.386","15387.358"],["16246.113","15450.312"],["16343.690","15471.728"],["16229.549","15296.509"],["15006.578","5940.711"],["14925.059","5985.105"],["14959.936","5877.265"],["15091.653","5821.101"],["30899.542","10354.479"],["18672.067","13282.073"],["18653.586","13254.760"],["16525.415","13158.161"],["16509.858","13039.106"],["16438.859","13008.565"],["16413.184","13145.360"],["16463.116","13148.970"],["15237.985","5471.498"],["15252.461","5499.052"],["15277.916","5534.513"],["15188.360","5544.551"],["15303.257","5465.157"],["5860.413","9801.226"],["27407.437","9696.318"],["32188.655","9419.158"],["32162.122","9489.561"],["32229.587","10735.690"],["32284.583","10679.556"],["32210.699","10781.562"],["32165.631","10854.804"],["32154.657","10770.518"],["31874.250","11128.391"],["31749.367","11138.367"],["27409.385","11527.006"],["27339.213","11522.266"],["27879.428","11034.524"],["27907.630","10952.659"],["27915.188","10883.415"],["27790.415","10916.077"],["27785.730","10889.529"],["27790.257","10859.401"],["27791.153","11027.261"],["19951.494","15926.379"],["8946.276","11705.424"],["8905.552","11739.535"],["30105.541","9404.853"],["15705.672","15171.081"],["15673.024","15167.497"],["15716.801","15279.802"],["15722.496","15220.304"],["15679.694","15198.826"],["15643.697","15288.702"],["15609.516","15175.561"],["15583.878","15119.178"],["15549.877","15172.996"],["15528.367","15121.297"],["28071.486","12035.996"],["28142.582","12013.196"],["27962.888","12007.467"],["27964.669","12085.121"],["15440.291","15394.605"],["15447.721","15444.937"],["15394.749","15490.260"],["15475.100","15494.561"],["15054.770","16790.194"],["15071.416","16857.645"],["15055.181","16785.702"],["15070.479","16801.728"],["15074.164","16792.001"],["17730.021","12726.697"],["17665.278","12735.478"],["17724.689","12690.607"],["17776.968","12658.525"],["17784.711","12605.557"],["17787.054","12560.252"],["17700.345","12700.645"],["17660.158","12620.244"],["28225.251","17249.300"],["30676.055","9778.119"],["5681.727","8917.310"],["5670.824","8875.127"],["15647.534","12202.654"],["15597.660","12206.225"],["15560.028","12155.160"],["15546.274","12302.008"],["15582.475","12284.056"],["15539.103","12263.676"],["15524.806","12271.739"],["15540.694","12238.394"],["30846.739","8728.363"],["28917.266","11954.538"],["28829.042","12020.988"],["28928.058","12041.440"],["14449.633","14161.597"],["14449.567","14169.227"],["14966.449","17637.067"],["14970.413","17638.933"],["14975.580","17670.700"],["14978.722","17655.935"],["15031.416","17677.052"],["15017.025","17685.623"],["19157.195","14852.961"],["19270.014","14774.494"],["19187.397","14742.997"],["19170.370","14864.407"],["19270.639","14733.058"],["19169.727","14789.540"],["19172.102","14841.990"],["15340.273","15177.805"],["15374.967","15177.791"],["15304.302","15246.977"],["15345.496","15252.649"],["31806.435","10682.752"],["31899.309","10824.821"],["31739.363","10743.927"],["31731.024","10801.190"],["17633.400","12272.754"],["17632.450","12216.580"],["17808.424","12179.459"],["17829.247","12143.450"],["32019.626","9427.637"],["32001.698","9404.169"],["31969.488","9447.874"],["32023.666","9387.716"],["32076.536","9422.544"],["32064.566","9451.725"],["32136.474","9442.721"],["32128.501","9464.718"],["32105.156","9498.630"],["19445.661","12015.563"],["19475.903","11999.160"],["19434.179","11996.531"],["19474.662","12085.684"],["19509.266","12047.422"],["19334.417","11934.693"],["7806.027","8774.524"],["7838.975","8837.028"],["7750.753","8767.259"],["7863.418","8773.445"],["7852.689","8754.685"],["7906.735","8900.032"],["7904.303","8819.208"],["19647.495","10009.470"],["17032.020","17851.100"],["17001.143","17838.174"],["17039.830","17838.178"],["17046.031","17833.438"],["17020.998","17855.205"],["14512.223","14942.657"],["14485.171","14955.181"],["14502.213","14996.677"],["14561.290","14952.912"],["14561.051","14996.098"],["14593.965","14889.087"],["14592.832","14934.033"],["14546.360","14922.232"],["14572.227","14913.033"],["14628.180","14913.663"],["14528.050","14918.024"],["14523.033","14906.812"],["14536.612","14890.914"],["14565.135","14876.094"],["14646.400","14900.514"],["13725.029","12537.399"],["17748.321","12909.961"],["17735.220","12900.231"],["19911.169","12066.405"],["19867.749","12099.972"],["15982.285","12407.754"],["31592.107","10903.585"],["31702.434","10961.893"],["31602.418","10951.297"],["31550.787","11051.916"],["16729.792","7604.951"],["16725.211","7680.262"],["16756.727","7534.622"],["16716.372","7542.110"],["28221.465","11636.710"],["32150.820","10029.460"],["29728.530","8878.850"],["29697.190","8785.247"],["14897.439","16730.589"],["14993.018","16691.701"],["15024.499","16624.635"],["15049.697","16579.482"],["15028.661","16578.904"],["14948.553","16577.491"],["16103.016","13347.085"],["15981.096","13323.708"],["16050.503","13305.898"],["19122.980","13840.319"],["19139.716","13910.972"],["19093.012","13038.372"],["19052.962","13054.787"],["27863.148","17106.486"],["27895.192","17111.607"],["27889.770","17082.168"],["27816.217","17093.932"],["28559.440","12033.344"],["15145.969","16414.912"],["30687.623","10141.307"],["30739.159","10109.814"],["30729.342","10086.685"],["30761.127","10118.604"],["30819.517","10098.956"],["30811.639","10193.595"],["14567.287","17236.678"],["14635.479","17229.970"],["14651.334","17204.090"],["14616.216","17239.292"],["14619.259","17270.275"],["14606.127","17307.354"],["14630.742","17317.503"],["14621.597","17298.527"],["14601.500","17325.515"],["14612.668","17329.686"],["14612.036","17371.150"],["14604.848","17344.907"],["15372.923","12364.969"],["15364.007","12384.716"],["15406.624","12401.683"],["15433.915","12501.180"],["15333.504","12457.348"],["15370.543","12432.691"],["15473.542","12476.398"],["15459.480","12510.452"],["15490.556","12356.787"],["15487.597","12346.820"],["15413.812","13541.872"],["15357.464","13603.551"],["18556.236","12513.981"],["27117.000","9633.731"],["27130.554","9677.017"],["27157.255","9752.078"],["31952.759","10496.411"],["32040.489","10595.266"],["32060.652","10449.794"],["16584.681","14463.203"],["16610.054","14537.541"],["16570.316","14521.703"],["18795.540","13294.862"],["18779.114","13255.688"],["18754.341","13256.128"],["18697.945","13285.667"],["18682.020","13230.796"],["18737.779","13212.724"],["19408.055","18422.244"],["19407.210","18338.760"],["21110.160","13201.870"],["21133.808","13221.147"],["21090.073","13207.524"],["9676.510","11738.064"],["29607.586","9810.670"],["29538.789","9876.930"],["14820.013","16473.769"],["14858.372","16545.448"],["14869.996","16561.432"],["14829.424","16374.518"],["15496.775","13841.068"],["15509.018","13892.938"],["15465.754","13882.608"],["19613.892","18274.195"],["19725.949","18336.184"],["19584.098","18311.912"],["19647.157","18278.220"],["19665.733","18445.283"],["19666.440","18448.091"],["17495.237","18859.360"],["17568.438","18743.890"],["17465.387","18788.964"],["29247.070","10943.684"],["29392.002","11052.944"],["15644.577","17463.321"],["15646.666","17471.249"],["15551.700","17409.661"],["17533.698","13057.853"],["17441.156","13025.170"],["17600.826","12984.359"],["17435.773","12997.185"],["31338.409","9555.526"],["29953.361","9128.048"],["29966.466","9010.067"],["29858.935","9075.479"],["19764.180","18198.069"],["15030.575","6109.266"],["14964.067","6083.111"],["15036.427","6059.538"],["15021.878","6109.967"],["15075.150","6017.071"],["14913.346","6086.240"],["19230.344","11525.638"],["19185.173","11511.990"],["19124.334","11622.986"],["19242.740","11648.599"],["5612.670","9314.584"],["5590.196","9367.736"],["19223.123","14267.997"],["19218.353","14302.200"],["19207.880","14252.191"],["19189.377","14257.228"],["19313.167","13010.020"],["19311.276","13067.120"],["19339.958","13079.610"],["19508.473","13011.332"],["28356.968","11404.854"],["28448.901","11379.919"],["28399.288","11391.977"],["28430.911","11344.315"],["19710.079","10068.330"],["19669.063","10181.977"],["19577.819","10176.211"],["19588.445","10146.526"],["19665.030","10097.201"],["19722.872","10107.231"],["28154.824","10248.098"],["28169.161","10285.807"],["28295.956","10400.344"],["28347.721","10419.484"],["17843.258","13638.870"],["17855.289","13674.245"],["18000.788","13688.577"],["18021.161","13686.127"],["17948.689","13638.792"],["17890.025","13748.899"],["17913.338","13778.976"],["17982.859","13794.538"],["28975.826","10210.924"],["28926.876","10142.811"],["22097.923","14977.145"],["22065.736","14923.144"],["30440.123","10043.506"],["30458.372","10135.698"],["30428.006","10047.992"],["19046.805","12803.855"],["19060.694","12840.715"],["19061.456","12813.199"],["19062.308","12764.878"],["18984.843","12772.551"],["18959.373","12775.236"],["18902.419","12801.453"],["18903.449","12761.775"],["16388.832","14885.644"],["16544.834","14874.412"],["16523.046","14960.752"],["16503.637","14891.252"],["16515.578","14896.322"],["16533.802","14950.195"],["16441.268","15012.173"],["16417.201","14957.520"],["16360.525","14956.878"],["16415.650","14975.423"],["16375.207","15037.857"],["16432.166","14968.731"],["16504.642","14989.139"],["16508.865","15082.595"],["16530.240","15061.874"],["16486.145","14967.748"],["15955.793","14215.287"],["30964.576","11068.691"],["30945.399","11143.814"],["27876.903","11770.767"],["27894.427","11840.551"],["15138.080","15082.615"],["15254.931","15083.293"],["15105.028","15009.688"],["15105.924","15054.651"],["15210.659","15082.704"],["30424.309","9949.258"],["30374.838","9835.952"],["30399.665","9895.761"],["20749.988","14254.569"],["21798.718","14297.465"],["21793.255","14354.777"],["21810.635","14434.803"],["21694.572","14440.818"],["21629.743","14284.966"],["21667.539","14240.329"],["6742.065","12583.777"],["6783.938","12603.122"],["15852.614","15608.427"],["15850.394","15616.173"],["15849.629","15539.450"],["15874.490","15551.837"],["15855.169","15598.692"],["15753.033","15580.966"],["26372.200","15846.214"],["26353.937","15793.816"],["26864.924","16498.325"],["30902.961","10163.070"],["18090.000","14180.075"],["15084.110","14302.634"],["15088.575","14439.067"],["15043.225","14445.287"],["15024.628","14407.831"],["15091.674","14362.983"],["15041.062","14317.236"],["15081.820","14305.344"],["15052.286","14293.490"],["29021.717","10777.651"],["18754.690","12618.559"],["18821.540","12607.618"],["18844.615","12673.853"],["18854.366","12713.877"],["17888.929","13269.365"],["17939.524","13310.708"],["19008.943","17962.885"],["18984.552","17951.836"],["19051.164","17927.790"],["18887.963","17874.395"],["18914.034","17976.480"],["16459.688","6717.186"],["16489.338","6724.210"],["16543.442","6726.191"],["16538.618","6813.380"],["16414.383","6816.596"],["16385.499","6825.366"],["27701.973","16940.637"],["20342.563","12722.589"],["20324.131","12692.128"],["20263.003","12735.333"],["20253.305","12628.123"],["27894.580","12769.899"],["27919.152","12759.247"],["20779.924","12326.360"],["18167.980","18086.260"],["18089.922","18178.773"],["19061.362","13303.255"],["19012.109","13303.851"],["19022.148","13266.768"],["19068.563","13331.560"],["19084.111","13316.586"],["18941.243","13305.687"],["18918.106","13332.932"],["7994.364","8882.001"],["8030.884","8930.768"],["8026.606","8914.116"],["18251.796","13432.052"],["19099.617","12224.595"],["15817.011","14817.715"],["15745.634","14837.549"],["15792.356","14787.176"],["15725.152","14836.359"],["15737.227","14720.480"],["15732.615","14758.088"],["17621.848","15308.103"],["21074.468","13478.320"],["21144.202","13425.116"],["21162.029","13482.211"],["21023.566","13540.578"],["20991.298","13589.057"],["14871.387","6233.548"],["14818.628","6282.898"],["14727.923","6261.669"],["14874.533","6305.690"],["8012.292","8557.811"],["7970.159","8712.016"],["7941.708","8565.087"],["17941.308","15718.089"],["6252.571","9618.808"],["31422.932","9280.064"],["31470.193","9232.337"],["16539.735","14826.088"],["16491.052","14865.198"],["16411.996","14832.610"],["16489.934","14670.129"],["16395.053","14868.770"],["16376.368","14820.170"],["16361.093","14718.210"],["28532.512","11910.512"],["18314.657","12181.046"],["18279.316","12214.416"],["18324.301","12128.415"],["18427.767","12295.474"],["18342.859","12302.768"],["18339.988","12325.102"],["18264.104","12332.776"],["27818.806","17550.273"],["19170.287","12820.953"],["19125.642","12823.846"],["19229.323","12838.293"],["19289.575","12916.695"],["19166.844","12890.371"],["19220.874","12916.177"],["19119.825","12908.229"],["18678.546","18402.339"],["18786.845","18443.866"],["18851.445","18317.527"],["18812.541","18414.199"],["18867.321","18257.442"],["16429.526","15623.162"],["16463.177","15636.969"],["16445.233","15622.600"],["16564.340","15537.736"],["16558.176","15581.392"],["16210.180","7532.016"],["16271.585","7557.694"],["16293.507","7482.828"],["16226.073","7651.934"],["16142.363","18333.595"],["32016.363","10648.909"],["32115.440","10825.278"],["31994.023","10851.213"],["16386.838","17887.569"],["16476.312","17996.568"],["15450.418","14913.635"],["15467.421","15005.122"],["15469.921","15018.929"],["15464.052","15063.008"],["15508.813","15037.819"],["15508.177","15002.190"],["15478.356","14990.245"],["15480.116","14950.790"],["15495.412","14890.663"],["17802.311","17845.924"],["17826.106","17885.523"],["17708.158","17940.513"],["17711.332","17906.624"],["17731.743","17990.193"],["17734.720","17988.690"],["17800.067","17922.614"],["17798.471","17942.895"],["16005.777","15397.053"],["15997.937","15318.462"],["16010.163","15296.658"],["16050.048","15404.377"],["16013.365","15423.758"],["15988.280","15413.999"],["15950.042","15349.457"],["15942.484","15427.875"],["15964.365","15393.493"],["16003.108","15455.171"],["15974.608","15474.216"],["15981.891","15505.918"],["16017.148","15483.191"],["16051.236","15485.181"],["16042.727","15469.096"],["16108.112","15497.288"],["16105.438","15467.529"],["16089.775","15468.078"],["16088.384","15497.839"],["16104.999","15386.026"],["15957.472","15414.578"],["16092.899","15424.414"],["16092.360","15386.763"],["16060.272","15358.749"],["15988.711","15377.736"],["16043.027","15424.300"],["16104.034","15403.171"],["16068.857","15396.425"],["14237.095","14936.402"],["14229.319","14922.081"],["12915.889","12273.455"],["12864.228","12269.029"],["19453.424","15097.957"],["19379.351","15124.214"],["19382.016","15119.556"],["19383.555","15199.379"],["19365.652","15249.581"],["19343.202","15294.598"],["19331.189","15268.069"],["19384.945","15234.371"],["12624.958","12383.979"],["12662.178","12358.436"],["19329.537","13249.621"],["19395.774","13318.147"],["19414.316","13257.168"],["16483.105","14451.620"],["16485.224","14499.239"],["16514.095","14536.834"],["16722.387","14859.604"],["16626.819","14848.772"],["16698.544","14867.937"],["16663.918","14775.392"],["16578.979","14852.199"],["16608.622","14804.261"],["16639.806","14756.648"],["16768.937","14661.533"],["16611.249","14665.062"],["28415.596","10471.502"],["28413.156","10576.705"],["28356.633","10447.567"],["28471.954","10555.521"],["28480.615","10484.366"],["28451.234","10540.936"],["28406.732","10538.938"],["30486.867","9545.320"],["30543.592","9410.902"],["30523.902","9473.853"],["30580.111","9475.960"],["30663.690","9382.609"],["30592.502","9487.118"],["30625.580","9562.614"],["30550.366","9557.575"],["15904.382","15483.264"],["15893.448","15295.630"],["15802.350","15321.769"],["15894.287","15506.977"],["15907.212","15497.160"],["15930.918","15497.165"],["15926.381","15464.524"],["15911.132","15388.027"],["15881.846","15366.824"],["17789.622","12504.168"],["17788.156","12494.254"],["17829.186","12473.584"],["17744.240","12445.322"],["17700.725","12422.722"],["17697.098","12385.475"],["27710.472","9756.893"],["27543.904","9766.739"],["27538.126","9699.642"],["28216.862","17147.497"],["28187.767","17146.469"],["28281.800","17116.615"],["17931.582","15995.586"],["17970.109","16027.398"],["18009.190","16054.582"],["17978.918","15981.585"],["27953.611","10196.961"],["28024.262","10218.536"],["19117.152","13043.258"],["19244.682","13075.376"],["19188.213","13099.801"],["19277.090","13015.936"],["19189.273","13156.182"],["17822.152","14248.385"],["15777.649","18122.182"],["15776.531","18122.265"],["15729.179","18121.274"],["15850.525","18135.657"],["15839.390","18140.348"],["15869.258","18109.613"],["15786.871","18093.100"],["15820.538","18051.829"],["15762.923","18050.359"],["19112.670","17965.845"],["19259.354","18011.159"],["19271.608","18042.224"],["27591.088","16725.412"],["31315.411","11461.505"],["31405.824","11393.145"],["31440.917","11412.918"],["31497.449","11282.166"],["31514.371","11297.916"],["15029.754","12464.991"],["15031.695","12456.800"],["15018.812","12545.270"],["15029.568","12531.248"],["27681.626","11943.354"],["27684.738","12044.621"],["27600.982","12055.225"],["27637.327","11961.496"],["27571.314","12048.866"],["27573.004","11932.927"],["27581.238","12003.157"],["27685.221","12008.441"],["27634.389","12083.389"],["15099.537","17482.968"],["15210.159","17419.198"],["15264.980","17582.122"],["15101.157","17471.915"],["15109.792","17497.547"],["15103.606","17524.868"],["15158.087","17490.469"],["15132.133","17486.588"],["15174.217","17457.258"],["15151.404","17444.112"],["15194.815","17450.624"],["15211.197","17459.773"],["17595.642","12211.268"],["17599.402","12307.293"],["17617.269","12253.326"],["14665.924","14831.593"],["14585.649","14837.012"],["14538.177","14860.175"],["14584.419","14863.479"],["15356.450","5361.782"],["22099.890","8351.918"],["19961.886","11225.223"],["20070.887","11126.925"],["20091.010","11190.934"],["19940.117","11207.736"],["20053.728","11165.631"],["18227.262","12348.160"],["18192.129","12402.885"],["18175.653","12435.851"],["18222.132","12475.371"],["18190.204","12524.786"],["15374.947","14643.475"],["15391.412","14634.668"],["17894.176","17773.003"],["17973.710","17758.389"],["17963.047","17827.706"],["17931.896","17769.043"],["18000.794","17759.233"],["17871.051","17779.642"],["30897.140","9801.653"],["15624.346","14882.648"],["15627.817","14926.826"],["15521.513","14889.412"],["15720.872","14996.177"],["15559.549","14971.929"],["15659.030","15013.531"],["15680.468","15012.592"],["15664.066","15015.536"],["15609.492","15063.230"],["15664.994","15062.304"],["15704.709","15072.479"],["15576.906","14950.230"],["15632.325","15009.972"],["15608.662","15040.289"],["15569.746","14977.006"],["15532.415","15012.003"],["15538.083","14934.400"],["19275.767","13318.073"],["27768.226","11763.588"],["27752.112","11870.788"],["30754.844","9435.431"],["30820.175","9385.235"],["30818.577","9452.479"],["15752.250","15250.265"],["15881.026","15087.663"],["15833.262","15237.783"],["15919.040","15264.860"],["15894.501","15242.250"],["15898.592","15096.135"],["15782.275","15218.163"],["15751.177","15118.251"],["15784.085","15140.597"],["15877.628","15144.234"],["15896.599","15182.218"],["15898.395","15245.722"],["15813.284","15214.500"],["15840.344","15252.198"],["15916.369","15216.218"],["15857.491","15207.582"],["15838.842","15196.314"],["7263.566","12216.536"],["7268.987","12196.901"],["7212.063","12248.735"],["7278.171","12290.246"],["6134.606","9622.095"],["6151.888","9690.583"],["6064.777","9713.156"],["6159.530","9792.706"],["6094.486","9711.435"],["6065.989","9713.673"],["16336.282","14075.645"],["16271.149","14080.781"],["19933.106","10288.436"],["19932.447","10243.372"],["19867.667","10398.257"],["19868.760","10380.471"],["19847.088","10246.312"],["19811.932","10406.199"],["19798.944","10380.852"],["19851.110","10321.674"],["19805.998","16714.139"],["19792.708","16746.043"],["19804.608","16679.147"],["19752.241","16747.838"],["19786.705","16729.350"],["19736.764","16737.450"],["19764.254","16774.367"],["31702.669","9637.934"],["31690.243","9667.117"],["31647.808","9610.090"],["31658.783","9761.502"],["30514.768","10134.966"],["30545.463","10013.703"],["30490.183","10194.550"],["30663.213","10092.027"],["30578.803","10070.854"],["30612.940","10048.973"],["30611.733","10021.382"],["30544.996","10221.041"],["30633.719","10138.130"],["7363.929","12311.263"],["7342.858","12303.378"],["7306.840","12304.654"],["7390.395","12302.492"],["7473.652","12224.734"],["7475.187","12267.219"],["15869.429","15722.435"],["27149.583","16842.315"],["5953.616","8830.040"],["6039.061","8869.348"],["14743.875","19121.302"],["14740.014","19151.149"],["14829.370","19121.681"],["27430.686","12111.634"],["7112.105","12505.759"],["7114.884","12383.329"],["7162.755","12370.437"],["7203.456","12418.954"],["15841.270","12551.346"],["15831.814","12703.226"],["15788.393","12667.124"],["15814.100","12712.029"],["15894.466","14464.780"],["20458.189","12784.269"],["20481.779","12906.902"],["20472.313","12947.320"],["15136.770","14749.793"],["15181.117","14783.486"],["15180.899","14775.787"],["15174.883","14785.516"],["15177.274","14772.540"],["15174.659","14760.016"],["15186.023","14747.377"],["15132.793","14748.631"],["15158.087","14787.459"],["15141.216","14735.582"],["15167.534","14744.494"],["15133.535","14739.098"],["15149.111","14777.817"],["15180.313","14742.788"],["15185.912","14758.604"],["15190.874","14774.001"],["15178.675","14756.104"],["15171.591","14784.907"],["15190.449","14784.214"],["15153.197","14731.151"],["15125.075","14740.031"],["15141.289","14775.599"],["15170.174","14760.675"],["15166.676","14772.955"],["15155.401","14775.113"],["15143.669","14752.423"],["15167.774","14730.964"],["15186.892","14732.458"],["15180.744","14731.198"],["15140.914","14763.531"],["15160.716","14731.102"],["15153.058","14748.635"],["15156.217","14763.465"],["15145.801","14760.500"],["15174.408","14746.852"],["15133.066","14767.469"],["15158.828","14673.661"],["15169.989","14671.619"],["15171.561","14675.410"],["15182.031","14675.876"],["15191.652","14673.409"],["15202.143","14675.921"],["15221.680","14673.379"],["15228.500","14678.694"],["15236.436","14681.284"],["15242.936","14682.650"],["15250.184","14683.733"],["15185.572","14663.415"],["15191.736","14663.080"],["15199.629","14664.617"],["15228.564","14662.778"],["15236.703","14668.709"],["15244.877","14665.724"],["15247.546","14671.502"],["15259.589","14670.627"],["15297.811","14835.499"],["15264.818","14845.368"],["15245.516","14855.548"],["6376.323","9380.424"],["16410.417","17536.846"],["17741.335","18720.820"],["17722.141","18732.629"],["17794.679","18745.636"],["17775.419","18780.384"],["16722.188","7731.504"],["32132.662","9751.338"],["32130.543","9684.028"],["31953.557","9757.620"],["31968.326","9654.223"],["32007.909","9651.512"],["32039.683","9704.166"],["32093.775","9718.093"],["19820.483","11122.866"],["16809.202","15671.890"],["16880.891","15616.711"],["16921.644","15591.061"],["16952.927","15703.198"],["16889.715","15710.713"],["16861.714","15593.038"],["18682.601","17830.011"],["18687.996","17764.396"],["29592.128","10559.690"],["5632.425","9571.597"],["27651.544","12228.839"],["27609.775","12299.947"],["27593.612","12245.652"],["27603.741","12133.526"],["27579.079","12190.218"],["27698.350","12203.465"],["6596.234","9083.786"],["6595.507","9012.897"],["6638.632","9022.231"],["6624.337","9107.564"],["6586.393","9090.254"],["6630.488","9062.483"],["21359.816","14759.846"],["12443.080","12306.131"],["19283.483","13403.336"],["19229.611","13419.738"],["19240.618","13408.127"],["19279.709","13434.531"],["19281.072","13588.430"],["19262.163","13520.914"],["8064.858","11912.305"],["8049.903","11878.005"],["8127.659","11858.873"],["7964.163","11811.075"],["7991.724","11820.720"],["19549.264","11992.924"],["19545.221","12099.382"],["19665.067","11981.524"],["19681.409","12029.590"],["19682.799","12072.929"],["19635.563","12030.346"],["17697.489","13017.488"],["17721.440","13012.683"],["17626.790","12986.926"],["17632.547","13091.130"],["19121.289","15089.441"],["21837.736","14516.888"],["21864.969","14574.614"],["21864.377","14576.119"],["21949.073","14656.593"],["18093.558","14552.523"],["18061.983","14450.907"],["18106.813","14585.373"],["18152.942","14597.895"],["18098.331","14633.464"],["18133.881","14499.803"],["18189.980","14468.140"],["18194.207","14530.541"],["28319.831","11806.848"],["28345.516","11773.478"],["16470.115","18468.009"],["16510.675","18521.936"],["18859.660","17915.354"],["18857.913","17905.708"],["18712.180","17901.131"],["16617.365","14392.960"],["16765.553","14318.486"],["16741.543","14344.191"],["16681.083","14331.164"],["16638.674","14379.525"],["16700.536","14431.726"],["16628.804","14336.570"],["29674.509","9001.808"],["17943.988","18314.251"],["18002.152","18405.075"],["18353.371","18063.967"],["18420.248","18206.580"],["7935.134","8577.076"],["7886.103","8559.582"],["7831.587","8694.013"],["7729.749","8737.364"],["7925.572","8694.072"],["7790.378","8573.203"],["7832.733","8610.205"],["7852.056","8622.572"],["7821.360","8531.131"],["14904.146","13831.087"],["14941.219","13890.987"],["14916.666","14024.203"],["17415.512","15280.145"],["16329.045","14869.579"],["16256.655","14669.884"],["16277.305","14711.650"],["16192.780","14841.920"],["17863.803","18128.720"],["17944.569","18136.386"],["28744.506","11907.283"],["28635.133","11903.190"],["28682.382","11807.530"],["20920.393","13599.474"],["20831.870","13491.860"],["15068.824","15000.374"],["14906.953","14874.153"],["15074.586","14999.671"],["17612.863","18442.114"],["17534.306","18308.562"],["17509.076","18316.358"],["17444.492","18397.078"],["17451.860","18384.229"],["18869.248","16003.520"],["18780.672","16021.039"],["18763.912","15984.458"],["18801.851","15983.520"],["18795.223","15981.704"],["15200.620","17352.707"],["15257.890","17361.229"],["15289.070","17386.518"],["15283.264","17375.502"],["15295.084","17371.999"],["15281.137","17295.444"],["15140.747","17365.025"],["15174.633","17341.494"],["15205.997","17392.019"],["15179.648","17390.797"],["15250.662","17374.189"],["15231.649","17395.130"],["15155.966","17406.880"],["15171.640","17402.586"],["15104.471","17360.855"],["15109.438","17364.670"],["15716.457","17401.953"],["20277.285","12531.221"],["20356.166","12512.680"],["18722.474","12257.037"],["18702.491","12311.899"],["18685.783","12186.736"],["18799.473","12197.425"],["18824.446","12224.781"],["18848.689","12231.867"],["20695.462","12579.112"],["20677.615","12736.059"],["17932.421","18731.982"],["17931.665","18762.221"],["20356.637","13770.952"],["20396.608","13749.449"],["20417.915","13750.711"],["20453.542","13653.471"],["20411.986","13633.357"],["20482.782","13668.722"],["20539.715","13722.633"],["19141.742","13600.010"],["19148.839","13549.168"],["19184.539","13396.358"],["19566.301","13127.631"],["19535.127","13161.041"],["19695.558","11812.121"],["19541.340","11730.157"],["19662.141","11720.945"],["19521.492","11777.738"],["31676.832","11458.656"],["31675.532","11300.991"],["31714.819","11423.288"],["14964.376","16266.501"],["14918.501","16328.087"],["15058.179","16346.770"],["14970.676","16271.935"],["15017.176","16343.500"],["14972.699","16175.585"],["15054.287","16280.918"],["14883.012","16246.669"],["19688.740","13104.489"],["19717.188","12980.808"],["19426.978","16643.724"],["19472.399","16654.237"],["19347.697","16674.865"],["19391.905","16651.773"],["27019.318","9621.793"],["27062.443","9734.758"],["18984.548","18283.411"],["18982.344","18293.007"],["18965.021","18269.137"],["18950.663","18281.838"],["12356.546","12025.914"],["14875.889","16267.971"],["14679.502","16197.628"],["14740.054","16214.069"],["14747.768","16188.031"],["14787.456","16154.554"],["14882.026","16252.631"],["14853.735","16273.718"],["14871.087","16280.836"],["20487.507","12721.661"],["20443.145","12696.676"],["20416.830","12749.131"],["20388.205","12712.132"],["17591.522","12904.871"],["17593.707","12935.118"],["17478.592","12884.080"],["17447.540","12764.857"],["19504.823","10280.001"],["19495.151","10407.671"],["15242.515","5621.013"],["15283.778","5628.712"],["18089.136","12812.709"],["18198.934","12834.008"],["18234.803","12896.121"],["18042.608","12870.907"],["16572.726","14339.067"],["17366.067","17871.769"],["17353.821","17931.608"],["17376.765","17936.480"],["31086.040","8751.287"],["13869.246","12633.705"],["13862.338","12641.169"],["18313.603","12845.053"],["5930.707","9260.025"],["6019.002","9254.800"],["21115.585","14693.082"],["20998.414","14764.345"],["7423.862","8915.364"],["7419.002","8884.212"],["20237.223","11432.068"],["20267.556","11426.826"],["20297.962","11362.367"],["20321.437","11339.619"],["27251.479","16439.650"],["29699.720","10525.327"],["29724.408","10441.877"],["14729.239","17373.519"],["14745.640","17279.252"],["14709.686","17336.263"],["14718.568","17282.803"],["14756.838","17369.275"],["5802.223","9027.620"],["5751.426","9034.413"],["5746.198","9063.685"],["5824.566","9030.230"],["5759.719","8993.692"],["14271.526","14972.534"],["14375.371","14954.540"],["14401.705","14994.061"],["14341.706","14949.070"],["14348.828","14965.607"],["14331.506","15010.700"],["14252.267","14879.121"],["14277.350","14897.774"],["14264.140","14956.244"],["16887.651","14662.241"],["19675.004","12664.250"],["17269.766","18614.186"],["29311.201","11955.991"],["28212.485","11780.250"],["28162.926","11886.055"],["28192.935","11858.327"],["20812.341","14196.607"],["20781.072","14227.810"],["20812.549","14035.926"],["20884.646","14083.351"],["30910.107","10992.764"],["31043.546","11029.486"],["31033.954","10982.619"],["21124.878","14380.126"],["21075.689","14360.050"],["21041.114","14387.305"],["28467.586","10648.478"],["28364.882","10685.896"],["14474.321","12518.979"],["20343.763","12906.041"],["20317.685","12916.028"],["20292.569","12797.812"],["15582.108","18402.177"],["16563.261","14292.642"],["16470.799","14244.544"],["30974.067","8682.608"],["31046.361","8636.402"],["18649.966","12480.718"],["18469.968","12454.761"],["18552.198","12364.882"],["18625.375","12383.033"],["18664.804","12394.150"],["18652.473","12360.292"],["18121.595","12638.727"],["18175.463","12638.511"],["17043.891","18505.439"],["16869.069","15211.026"],["16846.257","15214.081"],["16830.842","15289.230"],["16842.931","15286.257"],["16799.596","15190.027"],["16848.019","15159.681"],["16862.376","15173.793"],["20756.865","13614.515"],["20579.095","13625.914"],["20612.302","13673.699"],["20586.014","13606.934"],["20610.618","13754.373"],["20742.257","13722.509"],["20746.096","13715.316"],["20655.394","13676.913"],["6032.199","9548.134"],["20392.862","12279.889"],["20462.423","12221.118"],["20503.611","12135.822"],["6537.138","9081.648"],["28777.195","11936.667"],["28611.827","11965.596"],["28707.685","12050.434"],["28504.391","11971.353"],["28456.788","12043.392"],["28397.313","11914.506"],["14461.183","14965.084"],["14447.743","15003.975"],["14450.184","15003.383"],["8444.751","11778.290"],["8446.021","11838.377"],["8437.011","11775.397"],["8430.607","11912.647"],["8461.238","11871.632"],["8367.635","11741.797"],["27978.950","17098.588"],["27686.361","11628.514"],["18737.201","14881.833"],["32046.949","11703.041"],["32133.859","11733.437"],["32131.974","11722.998"],["27627.399","12363.731"],["27669.648","12494.008"],["27611.596","12448.149"],["18110.144","18496.623"],["18151.861","18630.972"],["27355.550","12014.397"],["28374.622","10392.376"],["28442.322","10371.930"],["28358.620","10301.294"],["28523.789","10390.759"],["28497.475","10421.949"],["19868.416","10125.992"],["19766.421","10014.225"],["19726.164","10165.590"],["19741.119","10141.406"],["19815.553","10141.339"],["19858.652","10141.355"],["19901.614","10180.283"],["19903.484","10192.639"],["18028.759","12873.553"],["18008.241","12845.038"],["17995.562","12799.847"],["16885.823","17721.298"],["16930.109","17707.381"],["16880.438","17720.791"],["16939.550","17678.710"],["16982.640","17817.117"],["16918.808","17758.074"],["16797.781","17643.987"],["7829.776","9031.644"],["7891.082","9069.056"],["7873.563","8976.544"],["7927.293","9151.660"],["18013.115","14879.497"],["7871.276","11814.315"],["7839.502","11873.703"],["7860.916","11817.518"],["18626.700","12564.949"],["18503.360","12560.702"],["18564.381","12731.406"],["18568.812","12694.524"],["18465.737","12632.259"],["18560.611","12672.214"],["14853.706","16690.044"],["14705.318","16683.505"],["14777.331","16729.599"],["14735.054","16758.563"],["14841.321","16699.521"],["14748.508","16648.125"],["14708.657","16697.141"],["14731.877","16737.249"],["14727.074","16737.860"],["21597.685","14657.221"],["21614.359","14615.109"],["21518.957","14523.316"],["21532.853","14539.885"],["21420.350","14453.335"],["21412.538","14476.523"],["7236.997","9008.006"],["19368.179","18126.244"],["19472.831","18117.304"],["19489.724","18176.918"],["19472.816","18150.427"],["19306.974","18164.253"],["19340.836","18189.082"],["20032.714","13569.110"],["20045.845","13591.775"],["19988.872","13494.609"],["19973.281","13481.312"],["15513.345","17408.984"],["15310.660","17259.127"],["15326.020","17301.274"],["15324.688","17322.744"],["15406.119","17281.668"],["15392.944","17301.106"],["15303.978","17220.242"],["15310.632","17351.377"],["15306.931","17354.961"],["15306.005","17372.032"],["20557.545","14026.900"],["15214.562","14099.775"],["15150.206","14128.053"],["15149.132","14165.186"],["15139.488","14116.440"],["15196.670","14188.473"],["15198.678","14231.396"],["18479.659","13600.812"],["18507.593","13592.421"],["18485.066","13538.406"],["18562.684","13503.180"],["19104.875","12641.482"],["19148.067","12740.518"],["19270.738","12672.539"],["19263.315","12588.515"],["18452.208","13469.191"],["5430.779","9379.292"],["5414.622","9506.384"],["5469.054","9526.401"],["5506.639","9456.028"],["5514.719","9464.161"],["5530.973","9564.548"],["5550.122","9579.158"],["18712.194","11759.213"],["18785.381","11775.304"],["18763.294","11755.014"],["18798.042","11832.647"],["18772.039","11866.895"],["18829.577","11851.214"],["18805.418","11913.084"],["18872.082","11801.576"],["18680.316","11776.121"],["19707.613","12330.628"],["19583.145","12292.729"],["16826.149","14603.402"],["16858.620","14606.067"],["14665.731","16689.517"],["14634.993","16752.324"],["27650.879","10654.724"],["18980.199","12269.413"],["19024.850","12230.767"],["18946.533","12278.492"],["19024.498","12043.445"],["18981.081","12020.901"],["19055.253","12042.615"],["18991.706","11968.002"],["19058.749","11913.860"],["20603.272","12469.984"],["5430.207","9335.223"],["5511.306","9293.695"],["5586.774","9229.058"],["5530.713","9291.767"],["5558.417","9185.970"],["5475.064","9205.147"],["5532.984","9243.647"],["31638.771","11145.823"],["31529.753","11201.821"],["31644.478","11181.737"],["31527.679","11180.429"],["31636.803","11090.013"],["31694.332","11205.663"],["27761.977","12428.573"],["27767.707","12487.748"],["22082.268","14848.130"],["22095.078","14804.841"],["17363.205","12744.168"],["19949.622","18372.029"],["15721.050","13446.278"],["15635.372","13498.576"],["15677.060","13566.370"],["17994.680","15436.104"],["30672.667","9336.761"],["30805.428","9349.715"],["15417.257","5145.425"],["15488.937","5113.790"],["19212.527","12272.002"],["19278.013","12274.552"],["19280.665","12222.650"],["19158.148","12188.890"],["19161.937","12160.284"],["14813.046","6091.026"],["14771.539","6068.360"],["5872.584","9581.273"],["5878.820","9519.832"],["5886.203","9496.698"],["5978.497","9513.412"],["5950.991","9493.799"],["5977.043","9470.643"],["5970.555","9442.990"],["5913.303","9520.026"],["21004.454","14066.191"],["31623.312","10102.745"],["31596.192","10211.679"],["31687.362","10100.565"],["31646.199","10047.306"],["5645.041","9251.129"],["31905.565","8586.609"],["31860.553","8590.080"],["31917.350","8541.780"],["31935.191","8676.014"],["31861.419","8679.634"],["31868.261","8607.235"],["31841.417","8621.566"],["31875.426","8652.675"],["31911.468","8661.152"],["16590.352","15523.786"],["16659.531","15600.814"],["16636.618","15701.993"],["16620.156","15600.038"],["16698.257","15681.062"],["16700.302","15586.828"],["16628.246","15520.004"],["16655.911","15609.405"],["16610.600","15605.851"],["16758.612","15716.366"],["16620.339","15583.335"],["16594.160","15546.029"],["16689.941","15562.561"],["16665.278","15577.104"],["16625.593","15556.180"],["16655.155","15512.338"],["16062.645","17611.356"],["15568.282","5362.592"],["15558.599","5395.800"],["15580.836","5369.490"],["15629.047","5427.298"],["19503.792","11115.979"],["19470.641","11193.221"],["19392.085","11180.740"],["19365.722","11204.190"],["15519.750","11991.478"],["20305.533","12989.082"],["20244.011","13040.767"],["31747.730","8303.065"],["31771.937","8278.799"],["5860.189","9037.489"],["19458.332","12300.588"],["27486.319","11008.553"],["15684.165","5143.611"],["15691.716","5135.298"],["31502.819","10716.648"],["31450.870","10796.161"],["31427.757","10809.936"],["31384.322","10813.640"],["27811.662","12856.306"],["27813.175","12803.259"],["22342.547","15479.741"],["22325.787","15313.826"],["22280.601","15481.323"],["20401.691","13114.722"],["20439.156","13071.093"],["20554.796","13120.842"],["20428.948","12996.247"],["20384.396","13063.425"],["20508.066","13052.266"],["20502.206","13104.584"],["31610.477","9950.852"],["31721.620","9804.710"],["31709.453","9839.014"],["16173.726","12524.449"],["18489.451","15017.340"],["18464.168","18485.916"],["18570.491","18635.031"],["18577.960","18483.923"],["18588.913","18482.089"],["18525.108","18540.820"],["18511.276","18512.513"],["18498.792","18647.705"],["18477.411","18631.900"],["18598.379","12178.903"],["18637.078","12192.040"],["18525.283","12309.004"],["18589.755","12144.835"],["18588.665","12291.240"],["18594.175","12243.070"],["28247.610","10994.845"],["28242.807","10990.402"],["28228.959","10997.438"],["18633.144","12968.952"],["18442.882","18692.381"],["18447.092","18727.360"],["19679.556","11187.609"],["19613.632","11181.715"],["19553.853","11158.165"],["19543.966","11242.757"],["16819.765","18158.694"],["16807.614","18048.986"],["18217.240","13141.056"],["18161.584","13111.491"],["20872.426","11925.245"],["28152.606","12789.634"],["6181.793","8786.131"],["6130.465","8766.764"],["6066.297","8781.265"],["31108.999","9698.643"],["32003.359","10956.683"],["32001.667","11054.041"],["31988.756","10919.514"],["32017.835","10876.585"],["32116.994","11009.332"],["32131.086","10998.335"],["32101.754","10911.760"],["32047.843","10950.883"],["32094.854","10904.867"],["31978.357","10903.999"],["14762.232","17459.898"],["14787.360","17574.761"],["14750.258","17445.745"],["19275.802","11775.132"],["19285.038","11829.665"],["19239.948","11865.812"],["19279.185","11909.855"],["19570.840","11309.518"],["19517.606","11345.544"],["19636.873","11447.320"],["19612.611","11450.979"],["19662.852","11390.388"],["19609.210","11467.028"],["19647.220","11470.128"],["19606.067","11432.790"],["15789.467","18415.617"],["12903.373","12707.579"],["8516.170","11698.056"],["31784.381","10076.899"],["17383.239","15620.984"],["17289.330","15553.937"],["17211.566","15666.885"],["15740.181","12340.748"],["15763.076","12448.957"],["15756.908","12425.440"],["15821.263","12514.824"],["15801.895","12545.285"],["15867.308","12448.273"],["18293.749","18262.849"],["19758.500","11889.205"],["19786.070","11845.606"],["16485.745","17689.932"],["16463.643","17654.047"],["16564.012","17775.339"],["16377.012","17712.278"],["16369.989","17708.529"],["16515.841","17760.607"],["16521.499","17768.468"],["16559.036","17678.988"],["16561.125","17664.554"],["18388.267","12743.263"],["18372.318","12681.720"],["18425.581","12606.798"],["18422.296","12629.553"],["18329.086","12678.621"],["18332.193","12574.644"],["18278.826","12556.346"],["18287.690","12633.254"],["18435.463","12557.731"],["27207.657","9317.158"],["15016.963","14818.648"],["14909.072","14784.483"],["14978.760","14782.320"],["14952.631","14851.994"],["14973.771","14835.207"],["14997.221","14838.357"],["14940.788","14849.348"],["16101.011","5801.654"],["16092.304","5837.016"],["16068.120","5794.222"],["30179.537","8667.490"],["19902.687","15958.898"],["19897.079","15959.526"],["19908.172","15954.349"],["19854.737","15939.970"],["19890.927","15947.470"],["15576.792","13890.829"],["15603.919","13886.060"],["15625.811","13915.316"],["15574.041","13828.044"],["19961.141","12040.721"],["20034.330","11971.244"],["20100.636","12020.762"],["20113.579","12049.525"],["20129.599","11968.301"],["20089.803","11980.952"],["20065.629","11969.656"],["20065.324","12095.751"],["19987.984","12088.755"],["28365.248","11661.577"],["16332.543","15636.042"],["16275.226","15692.754"],["16233.482","15641.788"],["16259.025","15665.388"],["16156.571","15642.597"],["17716.386","17795.135"],["17781.160","17792.514"],["17745.897","17808.203"],["27724.456","10601.231"],["27646.287","10626.897"],["27683.522","10560.137"],["27690.481","10470.164"],["27694.429","10439.631"],["27665.075","10529.070"],["27721.066","10619.460"],["16288.080","17827.662"],["16341.284","17730.894"],["20637.347","13415.236"],["20621.005","13502.887"],["20643.787","13493.077"],["20738.061","13478.743"],["20667.591","13527.414"],["20574.291","13533.567"],["20577.944","13463.760"],["16983.178","18544.913"],["16843.911","18676.288"],["16928.731","18638.567"],["18647.540","17857.522"],["25352.029","17410.199"],["17437.834","17939.833"],["19553.099","15746.585"],["19546.529","15794.105"],["19531.886","15819.582"],["19546.179","15770.598"],["19586.802","15726.211"],["19577.189","15784.400"],["19657.899","15822.231"],["19631.082","15800.339"],["21461.620","15993.180"],["21593.597","15989.331"],["21609.691","15943.641"],["21605.321","16049.596"],["21568.129","16035.107"],["21549.479","16007.253"],["21486.408","16087.506"],["21430.987","16094.815"],["21442.203","16066.499"],["17372.339","14566.479"],["21414.037","12710.602"],["13809.284","13441.802"],["16935.131","7342.261"],["16879.418","7303.486"],["16854.023","7364.665"],["16803.207","7411.896"],["16796.471","7460.611"],["16962.968","7445.713"],["16967.512","7339.942"],["16783.109","7270.565"],["16915.119","7264.828"],["21830.005","16660.646"],["21801.215","16666.559"],["21808.087","16641.235"],["21803.377","16639.560"],["31693.403","10478.407"],["31556.741","10527.443"],["31551.723","10607.884"],["31661.312","10641.175"],["31622.062","10472.590"],["31678.984","10577.309"],["31569.852","10578.471"],["32174.803","10997.542"],["17751.411","18663.129"],["17775.129","18673.715"],["31546.604","13996.388"],["31518.059","13991.593"],["31699.665","13892.651"],["31646.803","13931.756"],["31620.333","13986.652"],["31532.504","13935.429"],["31543.520","13904.184"],["31569.067","13816.703"],["31633.912","13869.147"],["31586.137","14011.553"],["16068.587","15254.481"],["16074.063","15275.680"],["15963.102","15267.496"],["15999.637","15256.014"],["16036.503","15232.368"],["16033.654","15179.971"],["21165.347","15563.952"],["21046.152","15567.030"],["21112.616","15594.700"],["21115.326","15635.128"],["21065.099","15588.759"],["21103.796","15537.315"],["21050.598","15698.695"],["27788.546","16524.299"],["27753.260","16477.209"],["27777.359","16460.521"],["27787.247","16356.515"],["27764.305","16404.557"],["17809.707","18339.916"],["27411.098","10124.157"],["27356.201","10105.777"],["27317.068","10081.924"],["21413.228","15097.224"],["21456.010","15195.479"],["21451.328","15084.366"],["21417.204","15128.287"],["28163.809","16595.642"],["28217.660","16613.738"],["27001.357","15497.303"],["27037.283","15439.838"],["26922.001","15325.146"],["26999.933","15309.120"],["27087.850","15358.037"],["20711.529","8149.073"],["20607.858","8238.985"],["20613.258","8133.087"],["22418.000","14486.097"],["22428.976","14602.648"],["20357.505","15219.929"],["20380.855","15232.740"],["20364.140","15194.303"],["23800.838","16656.246"],["23761.413","16757.137"],["23745.444","16619.309"],["23846.067","16609.247"],["23808.925","16619.491"],["23914.460","16642.930"],["26272.638","17323.716"],["26332.720","17318.859"],["26365.436","17276.112"],["26453.534","17267.886"],["26412.202","17270.528"],["26442.680","17296.578"],["26292.530","17204.142"],["26325.009","17245.803"],["26351.846","17260.880"],["16898.965","17853.222"],["16880.474","17871.001"],["16835.402","17930.543"],["23648.660","17863.373"],["23597.215","17855.602"],["25816.478","17558.130"],["25778.887","17549.490"],["25782.326","17519.545"],["25776.098","17477.199"],["25782.001","17544.878"],["25773.138","17567.526"],["25793.561","17420.813"],["25669.737","17582.394"],["25684.507","17588.186"],["25750.979","17567.471"],["25649.694","17518.632"],["20229.899","15147.970"],["20210.274","15218.288"],["20200.874","15142.960"],["20224.880","15212.728"],["22345.597","16574.859"],["22297.497","16683.502"],["22362.440","16665.201"],["22417.983","16623.640"],["22275.498","16637.748"],["22315.622","16603.890"],["22294.685","16596.706"],["22315.712","16635.555"],["22297.435","16684.125"],["15490.042","14808.561"],["15501.447","14863.070"],["15449.941","14792.360"],["15421.375","14747.578"],["15394.970","14727.193"],["15360.763","14723.208"],["15343.749","14716.149"],["15325.199","14772.133"],["15306.709","14823.096"],["19141.204","14969.968"],["19135.071","14944.253"],["19118.602","15045.489"],["19124.852","15058.883"],["19106.656","15022.232"],["32258.197","12635.391"],["32300.230","12750.355"],["32326.324","12712.298"],["32179.106","12750.883"],["32253.442","12681.863"],["19571.685","15695.299"],["27611.274","16363.638"],["27600.935","16422.961"],["27590.192","16411.266"],["27564.628","16434.533"],["27553.737","16452.366"],["27526.260","16482.688"],["27578.870","16472.212"],["27640.509","16469.653"],["27683.882","16452.139"],["27622.123","16449.524"],["27673.699","16427.239"],["27710.998","16501.540"],["27633.011","16501.004"],["27724.301","16461.922"],["14879.988","13931.054"],["14863.754","13930.691"],["14805.185","13892.970"],["14872.615","13846.608"],["14851.398","13820.795"],["14794.977","13942.944"],["14856.844","13828.328"],["14734.802","13877.246"],["14736.233","13829.385"],["14781.365","13902.069"],["14831.178","13992.275"],["14715.909","14001.563"],["14685.942","13985.840"],["14701.699","13949.936"],["14378.119","13196.042"],["14314.897","13243.150"],["13450.167","12634.043"],["13595.126","12674.474"],["13494.263","12605.343"],["13607.567","12749.910"],["13466.092","12561.711"],["16242.250","12921.842"],["16286.715","12843.891"],["16334.585","12836.440"],["16233.908","12803.982"],["13818.534","12233.452"],["27711.318","16618.450"],["27604.515","16641.370"],["27588.239","16655.072"],["27560.278","16608.977"],["23064.862","15969.023"],["23017.403","15980.352"],["18544.795","18732.807"],["18464.263","18701.382"],["27546.758","10325.667"],["23855.003","16834.915"],["7576.613","12138.699"],["7532.942","12163.976"],["7556.955","12154.482"],["15274.996","13941.011"],["19343.803","15635.480"],["22827.016","12937.304"],["22476.471","15691.943"],["22481.767","15583.477"],["22497.158","15649.009"],["22484.750","15575.010"],["30496.484","15684.804"],["30496.933","15626.346"],["30541.579","15584.328"],["30536.972","15514.604"],["18921.683","18366.593"],["18996.510","18404.924"],["19006.691","18452.453"],["29807.136","15460.369"],["32319.192","11648.844"],["32229.285","11695.482"],["27839.837","16930.932"],["27748.585","16823.376"],["27833.710","16882.861"],["27859.590","16934.619"],["27916.132","16903.450"],["22269.917","7346.765"],["22305.481","7451.182"],["22282.453","7408.022"],["21403.393","16121.512"],["28214.361","10731.185"],["28211.923","10731.817"],["28271.745","10728.023"],["28204.657","10787.319"],["28164.403","10781.520"],["28151.964","10734.657"],["28152.399","10704.074"],["28170.046","10734.565"],["28161.345","10699.166"],["28309.615","10690.077"],["7584.909","8934.490"],["7683.914","8940.332"],["7571.132","8930.389"],["18618.379","15955.914"],["27811.079","11558.905"],["27862.953","11583.039"],["27904.163","11640.132"],["27903.840","11585.386"],["27900.909","11650.214"],["27841.513","11505.113"],["27756.934","11561.285"],["27924.864","11631.513"],["27759.325","11535.710"],["27729.814","11518.228"],["16132.525","14859.280"],["16102.981","14847.026"],["7970.434","8490.398"],["25280.558","17880.037"],["25269.627","17913.326"],["25279.236","17923.359"],["25321.637","17959.796"],["25346.527","17913.053"],["25349.857","17871.898"],["25373.351","17856.667"],["27367.717","16552.155"],["27353.299","16561.887"],["27350.508","16524.597"],["27325.638","16559.572"],["8350.837","11859.313"],["8352.141","11745.958"],["8185.837","11825.530"],["8205.558","11872.819"],["8152.520","11892.080"],["26790.359","16272.166"],["26808.637","16324.426"],["26874.034","16318.530"],["26856.875","16283.732"],["26876.908","16300.327"],["26874.910","16321.253"],["26794.444","16201.537"],["26803.788","16189.188"],["26761.026","16211.267"],["26833.643","16160.487"],["26821.724","16143.987"],["26878.436","16150.201"],["26730.355","16203.075"],["26790.229","16180.224"],["31031.083","14253.604"],["26510.515","15904.768"],["26604.817","15908.894"],["26633.635","15864.518"],["26634.967","15881.363"],["26631.382","15854.410"],["26487.973","15761.802"],["26565.111","15791.579"],["26496.016","15773.214"],["26534.098","15815.324"],["26630.641","15784.839"],["26462.467","15844.269"],["27930.992","16083.825"],["27901.687","16103.159"],["27912.732","16138.035"],["16622.202","17952.644"],["22232.008","14467.515"],["20611.670","8080.692"],["31524.827","13147.526"],["31636.715","13168.908"],["31627.531","13136.396"],["28333.864","10155.637"],["28335.569","10045.192"],["31426.135","10641.039"],["31321.168","10612.000"],["31491.530","10564.401"],["31396.419","10459.708"],["31349.017","10565.032"],["31422.630","10525.992"],["31392.940","10539.476"],["31478.783","10535.949"],["31473.762","10501.717"],["31441.515","10541.264"],["31510.699","10499.018"],["16103.708","13900.849"],["15950.364","13899.529"],["16145.535","13934.347"],["15954.067","13847.902"],["16026.285","14002.302"],["16091.704","13976.115"],["16063.072","13999.139"],["15318.426","12102.321"],["15333.556","11975.317"],["15373.025","12004.536"],["15432.176","11943.530"],["15479.964","11988.621"],["15482.134","12055.788"],["30253.374","15261.463"],["30375.804","15246.458"],["30403.781","15277.095"],["30384.248","15154.391"],["30444.346","15157.999"],["30416.873","15110.336"],["30401.708","15138.117"],["30448.512","15199.901"],["14144.179","12760.393"],["21849.308","11031.316"],["21862.953","10977.209"],["21931.929","10949.180"],["30614.009","14758.049"],["26499.625","15680.410"],["26462.964","15703.466"],["26609.678","15658.128"],["26558.560","15579.037"],["26480.139","15554.396"],["26578.627","15565.059"],["26573.183","15564.117"],["26651.752","15554.555"],["26652.650","15579.804"],["15490.549","5152.337"],["16878.020","14437.057"],["23269.063","17047.104"],["23301.600","17004.213"],["23257.448","17051.791"],["23241.243","17080.224"],["25797.729","17299.434"],["25794.092","17271.120"],["25749.552","17290.175"],["25742.649","17361.886"],["25710.549","17304.935"],["25692.429","17238.162"],["25722.447","17217.592"],["14020.960","12462.846"],["21530.464","16367.559"],["14108.228","14205.415"],["31888.884","11053.754"],["31826.429","10882.117"],["31828.335","10894.995"],["31860.744","10865.970"],["31771.900","10891.683"],["31778.785","10868.199"],["31801.178","10953.411"],["31823.059","10950.985"],["31751.289","10938.116"],["31760.265","10944.859"],["31775.946","10973.712"],["31728.507","10954.701"],["31900.940","10949.552"],["14895.563","17097.460"],["14900.088","17148.959"],["14929.003","17153.154"],["14983.838","17149.223"],["26977.828","15282.878"],["16201.405","14966.936"],["16287.836","15007.149"],["16164.901","15050.512"],["16234.039","15074.212"],["16325.689","14939.535"],["16355.492","14976.399"],["16272.496","14951.688"],["16308.921","15004.928"],["16191.116","14893.908"],["16232.076","14882.516"],["16269.915","14882.835"],["16339.364","15044.905"],["12588.754","12239.145"],["12741.821","12145.712"],["12710.423","12156.744"],["5571.863","8862.819"],["16526.813","15155.928"],["16438.869","15163.112"],["16384.260","15173.779"],["16531.846","15164.599"],["16538.069","15089.042"],["16372.392","15278.362"],["16507.194","15153.286"],["16493.307","15256.639"],["16506.092","15095.301"],["16496.087","15263.179"],["16502.732","15275.945"],["16475.411","15129.580"],["16360.029","15104.651"],["16506.534","15218.915"],["16527.038","15242.741"],["16381.283","15267.277"],["16405.693","15194.608"],["16432.637","15236.607"],["16454.384","15215.116"],["16414.653","15128.608"],["16399.911","15172.701"],["16400.934","15146.288"],["16488.438","15085.485"],["15141.492","18355.519"],["16515.225","18325.754"],["16423.702","18356.123"],["17376.109","18687.116"],["17326.931","18792.087"],["17263.370","18870.727"],["17278.920","18792.586"],["19624.931","15539.420"],["19567.910","15516.239"],["24307.300","17049.854"],["32123.855","11603.911"],["31983.758","11588.266"],["31964.229","11589.947"],["32044.032","11525.743"],["23071.810","16477.112"],["22960.262","16355.793"],["23042.673","16438.860"],["22900.094","16487.198"],["23076.178","17251.155"],["23052.745","17253.211"],["23005.265","17246.455"],["22974.444","17273.671"],["23006.212","17300.256"],["22969.066","17307.268"],["23071.297","17343.592"],["23062.180","17341.905"],["23045.552","17360.315"],["22989.573","17352.452"],["22980.887","17382.668"],["22933.302","17339.031"],["22982.958","17396.062"],["22933.534","17228.811"],["22955.614","17234.482"],["16573.248","15633.134"],["16585.209","15639.028"],["16387.078","14040.716"],["16505.140","14070.053"],["16534.819","14132.954"],["16403.910","14086.098"],["16495.084","14218.963"],["16475.947","14216.170"],["16394.588","14217.046"],["22996.426","17422.848"],["22999.448","17439.771"],["23079.279","17429.458"],["23040.382","17438.107"],["23072.892","17434.358"],["23050.620","17482.655"],["23044.343","17465.125"],["23070.109","17506.556"],["23058.960","17522.854"],["23091.081","17503.495"],["23082.138","17535.600"],["18748.201","18505.368"],["18840.354","18550.900"],["18839.169","18553.889"],["18849.947","18661.278"],["18876.658","18675.746"],["14569.019","16690.453"],["14576.223","16647.430"],["23523.165","17690.869"],["23538.418","17727.108"],["23539.120","17760.098"],["23557.757","17785.684"],["23557.308","17779.835"],["20163.827","13847.303"],["20147.604","13818.881"],["20163.131","13870.263"],["6047.439","9227.765"],["6064.830","9231.263"],["6043.503","9258.260"],["15955.580","17726.226"],["6197.353","9538.738"],["6142.560","9552.119"],["6100.176","9548.058"],["6216.716","9509.018"],["19981.876","14433.792"],["28854.727","11308.347"],["28982.981","11407.224"],["28958.466","11441.150"],["21245.724","14496.567"],["28019.667","15882.835"],["27993.251","15873.335"],["27992.002","15913.729"],["28151.383","12838.920"],["28150.593","12834.477"],["13716.867","12753.823"],["31989.414","11075.158"],["32085.713","11107.649"],["31999.609","11109.977"],["32045.707","11265.915"],["6392.040","9564.252"],["6336.915","9584.641"],["6283.926","9555.909"],["6252.387","9487.901"],["6436.315","9476.122"],["6419.360","9419.182"],["6392.929","9470.960"],["6301.464","9110.506"],["6343.654","9074.884"],["6341.483","9130.389"],["27268.845","17191.376"],["27271.970","17177.406"],["27201.241","17168.416"],["26076.351","15909.442"],["26058.636","15916.157"],["20193.501","15459.513"],["20177.956","15408.265"],["20188.584","15391.051"],["20243.926","15382.823"],["20332.107","15372.829"],["7005.198","6114.390"],["6979.548","6044.422"],["6960.089","6072.488"],["6979.054","6143.540"],["6911.449","6096.727"],["16195.374","12655.825"],["16327.186","12652.510"],["16264.226","12705.019"],["16177.720","12555.800"],["16353.981","12563.186"],["16201.369","12701.051"],["8608.999","11700.909"],["22537.358","15728.539"],["22607.947","15752.005"],["22621.444","15741.337"],["22522.885","15751.317"],["22649.407","15803.757"],["22665.756","15847.432"],["22645.328","15873.845"],["22581.648","15792.479"],["22623.247","15785.668"],["15971.326","18117.178"],["16116.720","18184.142"],["16050.386","18043.867"],["16054.646","18083.091"],["16026.087","18179.639"],["16027.304","18168.392"],["16123.740","18192.490"],["15965.838","18200.259"],["15959.835","18203.744"],["15955.896","18211.521"],["28431.320","15947.029"],["28395.075","15992.982"],["28388.781","15961.826"],["28380.608","16029.260"],["28369.671","16095.678"],["28375.427","16134.619"],["28406.687","16115.054"],["28448.190","16139.352"],["14141.447","12302.948"],["14087.575","12332.321"],["26314.829","16226.567"],["26366.025","16236.862"],["31278.986","10796.831"],["31281.764","10790.066"],["28121.569","11287.069"],["30656.377","14635.576"],["30475.590","15240.366"],["30495.261","15154.809"],["30547.710","15164.096"],["30569.593","15108.588"],["22043.245","7506.327"],["17975.153","17846.186"],["17857.652","17887.521"],["17850.546","17903.227"],["17947.112","17917.936"],["17947.803","17935.888"],["20913.096","15732.729"],["26119.742","17406.753"],["26110.700","17382.847"],["19974.151","17226.354"],["19967.581","17273.873"],["19952.939","17299.351"],["19967.232","17250.366"],["20007.855","17205.980"],["19998.241","17264.169"],["20013.184","17239.390"],["20078.952","17301.999"],["20058.232","17281.256"],["22816.036","12770.197"],["22711.850","12770.410"],["29957.741","16035.098"],["29973.908","15980.817"],["29903.941","16008.768"],["29845.002","16015.191"],["30001.069","16115.068"],["25637.101","17022.860"],["25640.364","17119.193"],["27388.642","17000.286"],["27358.517","17000.730"],["27326.975","16989.865"],["27316.142","16990.587"],["27356.701","17015.748"],["27373.486","17011.000"],["19127.538","18456.279"],["19227.442","18453.942"],["19256.826","18331.268"],["16244.881","13953.069"],["16316.670","13979.187"],["16188.460","14007.059"],["6685.712","6000.840"],["6745.851","6041.495"],["6781.501","6124.832"],["6772.332","6063.249"],["16446.035","14394.738"],["16552.448","14424.618"],["16536.723","14449.234"],["16494.205","14337.279"],["16546.020","14416.279"],["16411.562","14307.744"],["16392.109","14262.374"],["16393.752","14271.025"],["13957.058","14780.350"],["7903.253","8400.430"],["7929.967","8430.933"],["15080.016","16494.717"],["15021.047","16465.432"],["15007.083","16499.817"],["15027.067","16460.015"],["15028.328","16378.429"],["23263.267","16186.551"],["23225.858","16259.391"],["23235.652","16331.434"],["23217.822","16331.504"],["23117.264","16343.717"],["13307.435","12685.341"],["13361.525","12666.425"],["25927.295","17591.641"],["25851.794","17575.042"],["25998.090","17518.709"],["25920.330","17537.309"],["25940.116","17533.505"],["26034.513","17590.362"],["25994.647","17616.607"],["25870.780","17414.190"],["13879.542","12438.035"],["13882.281","12540.695"],["13440.131","12383.049"],["13552.068","12392.317"],["19590.593","18126.711"],["19700.348","18186.393"],["19676.943","18242.264"],["19613.351","18149.907"],["19550.094","18115.456"],["19638.532","18112.153"],["22915.086","16973.744"],["22936.923","16956.491"],["22909.449","16904.950"],["22933.911","16911.719"],["22958.895","16914.705"],["22995.569","16953.137"],["22994.700","16935.989"],["23016.424","16887.658"],["22959.725","16942.113"],["23031.216","16916.726"],["23041.958","16912.058"],["23075.257","16884.747"],["22979.811","16942.480"],["23007.263","16912.701"],["18312.263","17933.369"],["18291.687","17962.535"],["16605.739","14911.076"],["16771.304","14875.162"],["16751.446","15027.467"],["16678.222","15061.059"],["16735.518","14926.037"],["16745.008","14950.133"],["16709.085","15003.836"],["16671.306","15028.180"],["16720.746","14988.114"],["16604.014","15046.355"],["16603.718","15012.630"],["16729.262","14890.520"],["16751.597","14879.604"],["16626.572","14895.527"],["27981.565","11110.925"],["28082.627","11153.325"],["28110.544","11262.669"],["28059.495","11130.375"],["28111.918","11177.458"],["28022.317","11114.571"],["28021.407","11082.127"],["28061.571","11201.711"],["28062.136","11087.837"],["28684.881","11013.247"],["15110.304","15089.358"],["15270.823","15157.982"],["15274.281","15264.958"],["15243.020","15200.996"],["15216.297","15217.716"],["15161.060","15150.598"],["15169.455","15192.508"],["13783.413","13985.264"],["15018.776","5739.086"],["27945.031","12842.850"],["27943.715","12860.504"],["27383.354","11780.725"],["27376.889","11764.985"],["27386.617","11755.092"],["27318.582","11848.400"],["27442.347","11779.522"],["26503.060","17238.215"],["26626.336","17239.665"],["26612.204","17250.270"],["26580.999","17214.670"],["26590.284","17280.994"],["26542.277","17328.324"],["26619.047","17254.538"],["31328.139","14064.217"],["31432.013","14225.248"],["31458.310","14076.223"],["31462.405","14228.535"],["31391.659","14037.517"],["31352.993","14202.577"],["31400.006","14159.781"],["31433.814","14028.396"],["18365.288","14548.932"],["18459.902","14532.354"],["18373.942","14601.817"],["18375.751","14599.456"],["18328.755","14626.007"],["18325.364","14630.470"],["18330.755","14566.790"],["25110.306","16722.868"],["25156.311","16734.460"],["25048.136","16631.532"],["24996.007","16682.343"],["24997.116","16738.258"],["24997.165","16769.626"],["24901.410","16402.866"],["24784.490","16464.684"],["24910.942","16476.592"],["20155.547","14713.125"],["20716.832","7855.093"],["12517.471","12185.206"],["16184.757","15838.297"],["16230.078","15728.377"],["20281.499","14542.211"],["6667.769","5845.071"],["6640.470","5955.253"],["12816.093","12556.865"],["32132.259","12624.060"],["13620.889","12405.415"],["13647.994","12396.693"],["13678.439","12473.019"],["13762.475","12418.745"],["23821.293","17240.748"],["23833.057","17223.495"],["23798.853","17218.008"],["16635.173","18821.375"],["16821.757","7532.678"],["16851.471","7580.062"],["16805.233","7591.673"],["16922.331","7659.442"],["16950.800","7655.854"],["16927.721","7584.757"],["16976.170","7607.410"],["16987.703","7535.917"],["16930.429","7479.805"],["16914.339","7540.577"],["28388.813","10881.510"],["28369.544","10881.629"],["27365.560","16957.546"],["27491.360","16898.607"],["27504.289","16878.427"],["27455.769","16858.453"],["27354.501","16945.035"],["27409.177","16952.607"],["27413.840","16971.331"],["27333.987","16978.077"],["5360.605","9478.656"],["23603.256","16992.135"],["23560.568","16995.779"],["23563.096","17035.657"],["23571.486","17059.085"],["23569.885","17058.546"],["23517.904","17102.294"],["23561.828","17086.176"],["23532.694","17117.919"],["27527.847","17268.598"],["27544.083","17271.565"],["27522.186","17314.503"],["27519.516","17326.802"],["28153.754","10457.904"],["22175.928","14414.583"],["18602.552","17781.819"],["18656.927","17828.524"],["18492.130","17817.465"],["18492.113","17792.378"],["18540.258","17753.868"],["18577.495","17780.160"],["14108.139","12118.487"],["20203.386","16001.397"],["20205.416","15966.017"],["20177.469","15940.527"],["21494.709","15686.929"],["21479.437","15645.436"],["24154.464","16735.198"],["24255.145","16718.016"],["24282.804","16768.477"],["22656.063","16348.551"],["22619.620","16349.824"],["22568.715","16301.206"],["22565.568","16260.622"],["22505.026","16253.874"],["22482.782","16269.177"],["22475.011","16314.971"],["22491.379","16344.542"],["22553.720","16161.762"],["16740.397","14616.041"],["16632.341","14594.421"],["16597.515","14627.159"],["16603.607","14555.641"],["16572.005","14611.268"],["16612.446","14631.040"],["16641.101","14653.211"],["16682.588","14639.876"],["16713.266","14644.827"],["16750.986","14605.545"],["16744.643","14561.401"],["16728.704","14469.868"],["23125.293","15187.719"],["8638.242","11723.727"],["22702.597","16791.683"],["22722.346","16863.330"],["22716.585","16897.266"],["22739.774","16882.152"],["22758.501","16904.195"],["22807.632","16923.411"],["22819.205","16945.004"],["22793.451","16965.476"],["22767.240","16941.468"],["22787.417","16934.288"],["22811.270","16876.717"],["22814.876","16834.837"],["22740.994","16784.878"],["22860.337","17012.624"],["22882.544","17016.069"],["22877.867","17072.705"],["22816.732","17187.233"],["22819.963","17154.285"],["22878.749","17150.230"],["22867.845","17133.929"],["22870.374","17080.891"],["22834.902","17093.640"],["22839.087","17073.280"],["22830.975","17079.495"],["22867.038","17051.559"],["22835.320","17070.917"],["22826.643","17045.111"],["22820.914","17036.184"],["22819.625","17016.385"],["13640.688","12633.228"],["13744.684","12557.349"],["15892.611","13418.819"],["15791.510","13462.887"],["15750.907","13411.329"],["19522.603","14836.862"],["19556.320","14799.380"],["23651.520","17821.919"],["23637.217","17797.230"],["19242.646","18587.090"],["19164.335","18539.638"],["19217.578","18526.657"],["16672.341","15141.059"],["16660.993","15121.554"],["22530.795","16121.749"],["22515.137","15935.187"],["25189.789","16778.639"],["25030.142","16829.680"],["25052.869","16858.130"],["24990.788","16860.746"],["14420.086","12659.070"],["14442.598","12565.371"],["14426.439","12694.409"],["16789.993","17989.550"],["16790.393","18005.071"],["31711.330","10854.299"],["31521.900","10653.998"],["31612.488","10736.182"],["31619.328","10696.605"],["31625.876","10775.170"],["31627.405","10687.124"],["31716.550","10734.084"],["31601.482","10782.665"],["31526.460","10833.340"],["19011.233","15320.240"],["26031.356","15889.011"],["25985.641","15847.053"],["25970.461","15806.689"],["25991.694","15762.841"],["25963.716","15830.439"],["25966.956","15892.520"],["25942.269","15802.181"],["25984.049","15861.310"],["26013.506","15929.464"],["19440.010","14510.966"],["26756.033","15505.861"],["26723.352","15500.230"],["26693.144","15448.458"],["29251.264","11643.623"],["29319.922","11613.061"],["29239.108","11556.525"],["29245.399","11596.106"],["29290.138","11535.086"],["29249.492","11585.949"],["29313.898","11609.603"],["29297.899","11516.970"],["29355.432","11507.420"],["29341.160","11656.842"],["27121.416","17341.788"],["27111.094","17352.632"],["27148.120","17270.631"],["27136.788","17282.680"],["27128.487","17375.682"],["23576.847","16351.880"],["23677.625","16343.402"],["23612.919","16172.494"],["23556.754","16269.108"],["23667.495","16159.043"],["25462.719","17895.552"],["25468.036","17844.782"],["25468.676","17870.712"],["25333.892","16965.631"],["25338.886","16879.412"],["25296.482","16775.428"],["25263.575","16779.950"],["25404.176","16831.541"],["25395.884","16857.599"],["15868.711","12268.059"],["24736.962","16348.794"],["15132.377","12525.220"],["15093.578","12507.207"],["15552.914","18475.092"],["15674.533","18533.982"],["30567.804","14701.561"],["30587.391","14679.561"],["30524.597","14716.000"],["30602.683","14671.924"],["30475.343","14681.623"],["30514.338","14766.383"],["26840.120","15636.418"],["26807.690","15659.953"],["26869.210","15614.390"],["26852.697","15532.749"],["26865.259","15529.700"],["26698.059","15701.189"],["26708.369","15560.494"],["19564.087","16584.373"],["19578.246","16572.975"],["7076.063","12475.919"],["7058.592","12372.924"],["7045.484","12459.924"],["26575.067","16785.114"],["30463.339","15498.050"],["30507.813","15308.607"],["30535.685","15358.006"],["30545.709","15423.424"],["30505.434","15499.465"],["30502.305","15310.193"],["30513.026","15423.407"],["22605.236","15433.106"],["22549.137","15400.338"],["22513.629","15422.575"],["22478.488","15430.306"],["22485.267","15448.807"],["20261.740","16162.909"],["20238.605","16143.706"],["14647.432","12765.122"],["17024.269","7558.316"],["17044.656","7602.499"],["17045.216","7489.142"],["17091.612","7476.892"],["27671.162","17765.893"],["27672.988","17744.333"],["14220.013","12463.436"],["14221.827","12365.878"],["14148.524","12436.047"],["21978.755","7594.209"],["20594.896","15388.238"],["20639.494","15391.511"],["20657.281","15401.107"],["27142.891","15930.016"],["27105.026","15941.895"],["27718.487","11271.748"],["27584.786","11111.966"],["15086.646","17371.031"],["15002.443","17399.546"],["15063.894","17315.509"],["6020.876","9737.319"],["5965.769","9703.727"],["5861.252","9798.914"],["5858.611","9659.223"],["5834.313","9731.852"],["15806.584","13743.441"],["15867.407","13800.814"],["15748.469","13808.866"],["15729.135","13694.719"],["15761.372","13625.473"],["15769.694","13629.685"],["15709.023","17436.156"],["23326.813","6514.510"],["23318.324","6548.066"],["23356.124","6520.307"],["23397.303","6469.787"],["23444.736","6543.441"],["23491.633","6545.578"],["16776.484","7375.188"],["16595.760","17818.348"],["16575.451","17677.419"],["16641.907","17754.687"],["16650.953","17736.306"],["28193.576","12744.961"],["25272.657","17120.759"],["25284.844","17123.064"],["25277.027","17155.265"],["25296.495","17158.091"],["25295.082","17186.965"],["31930.280","10287.315"],["31924.762","10396.173"],["31851.024","10337.765"],["31820.979","10353.423"],["31746.437","10365.913"],["31813.302","10377.963"],["31872.866","10354.855"],["31921.854","10305.661"],["15772.188","18621.701"],["23770.989","17180.395"],["23839.060","17134.100"],["23899.740","17090.296"],["23888.574","17073.185"],["23799.166","17083.905"],["23925.095","17094.714"],["23859.638","17105.524"],["23892.932","17097.831"],["23855.427","17064.483"],["23982.127","17020.768"],["23950.262","17088.580"],["23943.930","17088.628"],["28573.885","10788.241"],["19738.066","18429.808"],["19860.395","18384.085"],["19827.206","18365.246"],["19870.167","18404.106"],["19841.992","18308.565"],["19751.345","18439.895"],["19753.648","18462.339"],["16267.885","7443.763"],["5524.077","9439.999"],["5545.808","9410.698"],["7704.536","8974.596"],["7545.371","8991.104"],["7640.014","8969.510"],["6685.100","9129.891"],["17193.632","15847.097"],["17172.629","15787.818"],["17131.096","15740.338"],["18808.736","18743.157"],["18873.994","18826.584"],["18882.064","18729.224"],["18876.685","18743.873"],["18876.954","18768.581"],["18843.533","18752.231"],["23811.577","17167.681"],["23914.819","17059.357"],["23829.827","17171.999"],["23914.697","17048.850"],["23915.059","17064.900"],["28804.406","16141.434"],["28902.701","16169.622"],["28884.351","16201.250"],["28919.965","16231.540"],["28949.057","16217.910"],["28942.549","16191.075"],["28923.188","16159.664"],["28975.257","16248.778"],["28946.225","16289.510"],["28964.783","16320.904"],["28952.506","16337.972"],["28938.723","16322.073"],["28898.308","16331.727"],["28861.650","16170.601"],["16188.298","13284.232"],["16322.781","13279.306"],["16290.567","13246.311"],["16295.225","13231.832"],["16339.222","13216.238"],["15063.974","16862.179"],["15079.747","16868.020"],["14966.732","16839.753"],["19339.200","15407.104"],["19364.158","15380.958"],["19333.937","15428.392"],["16785.517","15834.414"],["16898.792","15789.706"],["16886.358","15760.128"],["18692.083","15575.825"],["18687.731","15696.275"],["16350.040","14422.826"],["28126.824","12732.456"],["28140.245","12758.005"],["16790.708","15075.531"],["6680.971","8983.169"],["6686.679","9103.582"],["6714.830","9009.132"],["6740.168","8979.900"],["6755.980","9001.750"],["24453.680","16315.444"],["24406.145","16339.294"],["29429.696","11544.477"],["31947.858","11336.264"],["31983.869","11299.509"],["32065.822","11387.612"],["31991.972","11459.014"],["21717.357","15527.655"],["21754.190","15674.935"],["21730.150","15623.128"],["21678.419","15577.043"],["21683.866","15609.882"],["21689.096","15643.423"],["21660.348","15693.097"],["21662.744","15657.473"],["31641.170","13813.817"],["31515.475","13634.119"],["30448.748","15694.977"],["30309.461","15584.997"],["30263.022","15640.037"],["30274.811","15620.858"],["30275.514","15584.966"],["30340.547","15603.638"],["30377.042","15568.422"],["30349.326","15655.463"],["30292.321","15685.099"],["27619.569","17392.081"],["27594.093","17388.915"],["27600.812","17361.200"],["27610.396","17329.893"],["27611.931","17316.521"],["27592.308","17300.375"],["27613.113","17280.618"],["27651.460","17265.153"],["27652.528","17227.756"],["27600.651","17214.115"],["27542.554","17323.320"],["22675.389","15526.730"],["22705.183","15561.699"],["9162.918","11732.427"],["9117.769","11767.315"],["9161.063","11795.715"],["9128.912","11832.064"],["8995.013","11721.645"],["26180.738","15842.936"],["26180.821","15853.890"],["26193.263","15812.504"],["26181.989","15749.427"],["26159.950","15768.723"],["26103.881","15758.264"],["26197.205","15794.821"],["26052.265","15795.677"],["26089.024","15798.149"],["26224.953","15840.850"],["26143.246","15738.548"],["26221.668","15719.298"],["26202.080","15736.028"],["26061.166","15846.217"],["26214.332","15773.123"],["26822.497","15785.602"],["26860.900","15784.751"],["26876.384","15765.884"],["26743.503","15822.923"],["31408.259","13531.535"],["31482.044","13494.973"],["31448.353","13474.425"],["31414.864","13466.581"],["31448.487","13424.375"],["21683.448","16180.669"],["21672.935","16161.880"],["13842.566","13537.087"],["6618.245","8934.645"],["23533.643","16459.573"],["16990.189","17761.444"],["17012.196","17802.633"],["17060.390","17818.046"],["17016.623","17807.889"],["17063.580","17830.102"],["29234.225","11236.327"],["29199.285","11252.773"],["15072.052","17410.337"],["15071.785","17453.832"],["15073.676","17466.036"],["15020.890","17418.130"],["16197.593","14466.960"],["16332.802","14460.028"],["23056.203","15334.015"],["17497.645","15054.147"],["17577.992","14978.467"],["16223.415","18587.871"],["16153.894","18567.779"],["16211.574","18601.839"],["23021.734","12519.653"],["22984.161","12516.656"],["22941.594","12519.137"],["22907.284","12486.289"],["23292.287","9263.141"],["23228.659","9239.540"],["17328.395","18137.553"],["17248.856","18144.621"],["17313.856","18155.802"],["17291.686","18188.090"],["17295.305","18187.380"],["16456.716","13420.071"],["16397.332","13499.843"],["16391.648","13450.806"],["15144.219","12194.439"],["15107.459","12274.686"],["15099.334","12212.606"],["15228.774","12231.538"],["15275.288","12283.512"],["15292.508","12261.299"],["30031.116","15885.828"],["30034.727","15785.818"],["30022.477","15765.789"],["21055.242","16240.281"],["21042.925","16289.699"],["17327.960","18388.006"],["17408.213","18357.562"],["26221.022","15971.092"],["26222.443","16010.855"],["26185.752","15937.745"],["26139.672","16134.912"],["20310.225","15817.878"],["20265.828","15760.169"],["20156.376","15875.730"],["20177.191","15801.033"],["20191.594","15744.918"],["16568.500","15392.488"],["16643.847","15309.783"],["16739.434","15298.008"],["16569.615","15341.043"],["16591.368","15368.843"],["24773.689","16921.996"],["24734.749","16851.408"],["24571.922","16811.683"],["24638.688","16808.480"],["24642.708","16867.617"],["24745.199","16805.330"],["32134.488","11333.774"],["32114.807","11399.440"],["21072.465","8045.976"],["22545.521","16607.035"],["22622.015","16681.759"],["22642.511","16696.540"],["22630.094","16698.071"],["22637.737","16719.993"],["15773.391","13353.000"],["15854.554","13315.829"],["15833.985","13289.699"],["29740.093","16188.650"],["29634.455","16149.510"],["29648.610","16169.673"],["29691.499","16172.693"],["29629.671","16211.889"],["29801.258","16169.386"],["29750.300","16143.749"],["29815.150","16240.253"],["29791.293","16244.584"],["29786.694","16256.485"],["29673.421","16281.691"],["31542.839","14274.106"],["31544.757","14252.343"],["31548.699","14239.530"],["18679.047","15854.934"],["18743.685","15721.676"],["15504.491","15545.035"],["27474.104","17198.807"],["27507.277","17302.748"],["27498.128","17373.271"],["27486.348","17389.079"],["27328.813","17218.042"],["27387.745","17301.571"],["27340.207","17287.381"],["27370.089","17327.834"],["27322.176","17353.344"],["27363.865","17340.617"],["27416.738","17262.673"],["27439.629","17322.451"],["27347.857","17262.953"],["27513.182","16175.734"],["27489.402","16219.700"],["27491.578","16216.165"],["27432.136","16163.207"],["27435.403","16338.754"],["7385.187","9058.884"],["7411.511","9005.282"],["7357.407","9001.311"],["7471.349","8974.286"],["15269.292","16448.103"],["15254.141","16524.963"],["15234.867","16423.962"],["16147.981","14446.846"],["16164.363","14292.153"],["16210.473","14240.141"],["16291.293","14356.495"],["16215.409","14326.985"],["16903.072","18265.788"],["16882.392","18353.777"],["16955.452","18408.562"],["22090.117","15732.269"],["22104.401","15723.961"],["22069.032","15858.645"],["22104.014","15859.793"],["22183.071","15875.871"],["22229.035","15846.518"],["22186.092","15872.966"],["22080.394","15886.169"],["22812.908","14731.436"],["22870.183","14756.117"],["22844.084","14795.860"],["22819.206","14769.055"],["14700.500","13797.854"],["14680.308","13787.736"],["14717.652","13750.808"],["14713.514","13693.728"],["14711.524","13654.950"],["14826.267","13790.970"],["22850.314","12502.929"],["22731.102","12546.043"],["32397.323","12988.012"],["16288.399","5631.908"],["16277.254","5703.187"],["16245.935","5777.425"],["16351.829","5747.075"],["16324.636","5769.341"],["15726.512","5108.512"],["27919.960","16274.883"],["27837.483","16151.906"],["27826.667","16181.672"],["27787.110","16182.668"],["27816.551","16225.049"],["27814.839","16231.711"],["27858.651","16231.953"],["27785.606","16293.039"],["27758.332","16304.569"],["27781.413","16351.021"],["27744.696","16276.176"],["26611.762","16650.241"],["26630.224","16698.234"],["20945.110","15672.260"],["20920.326","15646.817"],["20918.963","15715.162"],["20921.085","15619.816"],["25943.820","16911.065"],["25888.440","16912.348"],["17569.985","15383.624"],["25466.958","16928.230"],["25429.800","16848.142"],["16126.611","7735.075"],["29857.385","16207.134"],["29856.334","16176.817"],["29950.526","16161.800"],["30000.689","16173.819"],["29925.748","16240.155"],["29946.830","16209.087"],["29979.770","16248.885"],["29868.158","16245.298"],["20454.827","16347.795"],["15879.846","14915.933"],["15810.536","15044.613"],["15804.413","14886.435"],["15798.228","14943.590"],["15934.260","15019.555"],["15932.944","15012.321"],["15851.731","14967.389"],["15753.323","14947.259"],["15879.001","15003.788"],["15761.070","14949.340"],["15901.178","14942.242"],["15734.707","15048.200"],["15780.501","14994.484"],["15731.030","14877.221"],["15769.938","15072.999"],["7473.140","12066.960"],["7435.353","12075.876"],["7367.716","12085.758"],["25582.964","17304.149"],["25583.706","17299.716"],["25518.312","17294.660"],["25495.684","17400.135"],["16073.926","17918.478"],["16054.539","17849.830"],["32233.943","10455.829"],["27161.484","15835.422"],["27201.779","15801.244"],["27204.818","15862.744"],["27228.176","15789.481"],["27297.085","15773.932"],["27299.023","15836.649"],["27247.887","15778.894"],["27212.487","15719.337"],["27178.932","15730.547"],["14759.221","12272.664"],["22739.342","16530.342"],["22772.368","16538.588"],["14893.056","17234.733"],["14906.497","17307.297"],["14908.390","17269.775"],["16639.631","6750.781"],["16649.203","6672.830"],["16580.647","6712.530"],["16772.141","6799.236"],["22621.194","15962.928"],["22569.063","15975.139"],["28011.834","10820.278"],["28032.525","10648.349"],["27965.730","10838.379"],["28116.687","10694.878"],["27981.573","10834.176"],["28027.124","10675.639"],["27637.623","16058.297"],["27645.702","16112.233"],["27542.223","16085.285"],["27604.992","16069.106"],["27616.234","16056.820"],["27620.838","16074.358"],["16887.165","7248.394"],["24541.099","16973.671"],["26883.218","15676.568"],["6708.727","5791.250"],["19499.791","14855.161"],["19415.653","14817.005"],["15174.283","14659.658"],["15177.150","14657.467"],["15176.082","14640.977"],["15181.540","14644.096"],["15186.496","14645.276"],["15195.861","14647.725"],["15208.197","14648.223"],["15228.157","14656.764"],["15237.604","14656.023"],["15247.414","14656.137"],["15257.827","14659.010"],["15224.315","14649.131"],["15203.742","14649.970"],["15192.842","14645.313"],["15181.453","14629.691"],["15187.958","14635.654"],["15197.468","14635.224"],["15207.485","14515.179"],["15183.762","14561.837"],["15206.856","14522.806"],["15176.927","14514.925"],["15136.444","14501.070"],["15111.705","14503.584"],["31386.359","10878.328"],["31314.157","10969.504"],["31447.882","10862.938"],["31489.108","11052.384"],["31383.799","10892.538"],["31368.670","10922.958"],["31487.821","10930.125"],["31425.927","11059.178"],["16835.490","18682.630"],["16807.700","18743.971"],["22418.766","16491.769"],["22451.254","16530.459"],["15970.482","5685.207"],["15527.444","15629.559"],["15532.428","15691.624"],["15533.308","15586.630"],["15551.033","15582.743"],["15568.090","15582.232"],["15526.446","15576.242"],["15547.674","15647.137"],["15573.071","15638.625"],["15585.321","15639.930"],["15588.139","15670.052"],["15591.692","15653.938"],["15581.890","15590.312"],["15629.981","15579.689"],["15659.449","15582.526"],["15686.595","15625.832"],["15657.296","15629.419"],["15572.553","15572.065"],["15528.599","15536.744"],["15516.701","15508.442"],["20867.144","15009.577"],["20899.669","14962.400"],["20808.908","14945.949"],["20985.652","14974.751"],["31478.947","13938.995"],["31408.873","13819.311"],["31472.227","13854.266"],["31455.047","13940.875"],["31478.522","13967.859"],["5838.441","9327.367"],["5893.594","9290.094"],["27056.447","16438.414"],["26930.486","16364.534"],["25213.294","16882.916"],["25229.890","16963.479"],["28209.371","10000.111"],["14539.996","17086.691"],["14628.963","17067.854"],["14548.903","17120.504"],["14526.897","17150.733"],["18966.782","18061.161"],["18997.974","18226.203"],["19041.391","18237.227"],["18976.633","18062.122"],["18887.337","18245.419"],["27997.701","10547.743"],["28131.120","10473.355"],["28076.931","10639.567"],["28131.559","10434.032"],["28121.826","10494.726"],["28015.027","10596.505"],["28058.192","10544.650"],["28045.950","10534.315"],["28055.208","10588.810"],["28039.296","10604.820"],["28066.866","10578.063"],["28079.763","10470.387"],["28056.444","10499.953"],["28001.578","10529.321"],["27970.645","10502.876"],["28006.519","10496.161"],["28801.333","16091.219"],["32172.504","11375.689"],["32254.075","11375.342"],["32283.699","11354.998"],["32172.858","11342.593"],["24784.407","17207.987"],["24886.505","17301.871"],["24891.982","17249.889"],["24795.073","17234.017"],["23309.805","16549.126"],["23512.263","16461.910"],["23433.609","16532.943"],["23352.971","16518.282"],["23392.779","16529.373"],["23479.594","16425.580"],["23313.292","16435.734"],["23317.523","16445.585"],["23333.651","16486.413"],["23449.821","16501.412"],["23388.297","16459.199"],["16053.746","14881.158"],["16100.163","14923.172"],["16140.730","15034.335"],["16025.395","15054.105"],["16044.715","14932.471"],["16113.763","15046.615"],["16137.783","15009.471"],["16133.227","14958.290"],["16097.158","15027.803"],["7342.085","12433.152"],["7371.431","12387.687"],["16598.345","15498.551"],["16602.074","15434.440"],["16578.121","15461.060"],["16699.241","15394.910"],["16631.093","15397.610"],["16629.595","15486.474"],["16674.878","15454.479"],["16649.239","15424.004"],["16636.722","15470.472"],["16628.837","15449.301"],["16719.675","15436.812"],["16713.889","15428.271"],["14674.423","16876.269"],["14825.221","16859.327"],["14848.806","16872.341"],["14878.609","16894.157"],["14824.561","16856.572"],["14785.301","16951.650"],["15716.943","5154.688"],["15615.755","5322.576"],["15636.678","5282.707"],["15609.257","5229.674"],["15634.688","5189.626"],["15659.889","5176.427"],["15622.364","5215.294"],["15565.622","5170.212"],["28882.125","11024.239"],["28875.097","11053.768"],["28818.424","11002.482"],["28940.020","10885.807"],["28906.253","10960.117"],["28889.652","10964.125"],["28799.150","11026.666"],["28785.167","10985.058"],["28792.453","11048.691"],["28828.343","10985.023"],["28872.160","11023.483"],["30081.456","15171.092"],["30124.371","15165.275"],["30125.273","15198.695"],["30180.321","15230.288"],["30228.592","15197.121"],["30206.034","15272.657"],["27294.746","17358.930"],["27257.176","17210.635"],["27198.230","17211.948"],["27192.141","17244.866"],["27229.720","17406.168"],["27255.053","17379.820"],["27244.229","17336.112"],["27287.862","17320.388"],["15610.925","17240.146"],["22915.191","14595.505"],["15512.200","12228.407"],["15402.827","12336.003"],["15387.712","12289.017"],["15489.948","12200.302"],["15330.802","12332.154"],["15382.645","12157.231"],["15360.113","12148.297"],["15420.540","12180.964"],["15352.801","12160.240"],["15329.549","12316.239"],["15421.226","12263.539"],["15318.678","12271.869"],["30256.863","15480.011"],["30338.522","15382.457"],["30349.836","15343.595"],["30313.960","15381.944"],["30300.804","15424.798"],["30274.445","15382.024"],["30369.531","15408.332"],["30407.529","15310.745"],["30373.845","15485.114"],["30413.752","15383.461"],["30313.002","15463.992"],["22648.598","16469.848"],["22624.682","16525.874"],["22620.339","16513.767"],["22581.418","16508.023"],["22518.066","16443.886"],["22506.804","16414.337"],["22557.822","16530.220"],["22573.816","16488.348"],["22605.817","16512.211"],["22651.728","16440.674"],["22656.543","16387.081"],["22514.490","16391.792"],["22472.094","16367.288"],["30435.269","15864.505"],["30427.317","15899.328"],["30276.316","15891.649"],["30364.959","15903.665"],["30410.672","15912.740"],["30401.182","15827.664"],["30362.983","15887.913"],["30388.353","15839.759"],["30375.275","15860.135"],["30408.287","15826.224"],["30421.067","15808.804"],["30441.544","15759.250"],["23809.951","11067.587"],["23810.931","11051.906"],["23766.187","11036.668"],["23733.042","11057.178"],["23725.321","11029.213"],["23752.139","11031.153"],["25287.288","14379.789"],["25255.156","14381.914"],["25228.683","14388.767"],["25221.209","14429.014"],["28488.966","11145.977"],["28501.111","11127.056"],["28535.819","11109.068"],["18024.476","17260.021"],["31526.515","14209.801"],["31575.831","14144.317"],["31585.446","14138.671"],["31629.011","14043.149"],["31575.652","14082.256"],["20892.138","14273.920"],["27711.679","16225.133"],["27659.475","16198.657"],["27615.691","16224.770"],["27586.206","16245.003"],["27590.196","16307.318"],["27606.188","16343.074"],["25409.553","17414.559"],["25532.434","17600.980"],["25597.729","17595.831"],["25575.438","17559.821"],["25613.673","17586.196"],["20758.460","16431.133"],["15196.508","13523.951"],["27352.420","16580.607"],["27383.895","16624.493"],["30246.330","15477.672"],["18432.621","18531.784"],["18263.708","18651.764"],["18255.553","18564.738"],["18256.671","18564.655"],["16372.266","15506.262"],["16498.117","15348.875"],["16560.291","15299.932"],["16487.522","15495.089"],["16488.324","15483.023"],["16413.258","15404.038"],["16506.082","15422.324"],["16429.053","15323.644"],["16364.832","15345.245"],["16433.731","15447.891"],["16399.262","15454.736"],["16361.597","15460.999"],["16386.103","15357.244"],["16402.985","15329.650"],["16368.498","15316.757"],["20629.937","14653.917"],["25657.020","17740.955"],["25634.480","17781.876"],["27070.117","15471.392"],["22816.576","12561.685"],["21092.536","16023.067"],["21146.975","16098.048"],["21027.222","15965.769"],["28003.643","16759.274"],["27995.694","16692.598"],["27990.614","16728.589"],["28050.635","16589.184"],["27995.109","16566.150"],["28004.181","16609.996"],["27962.523","16632.247"],["28110.611","16578.247"],["28101.002","16611.498"],["27957.919","16588.856"],["31511.569","14295.116"],["31389.866","14290.652"],["23111.508","17227.921"],["23103.007","17241.889"],["23112.290","17317.575"],["23098.903","17326.076"],["23147.311","17262.847"],["23177.325","17312.745"],["23169.233","17288.171"],["23197.644","17312.815"],["23218.824","17332.561"],["23201.729","17337.641"],["23171.524","17312.424"],["23155.744","17318.913"],["23094.527","17349.402"],["23106.754","17378.796"],["6592.455","9173.528"],["6556.049","9271.440"],["6582.394","9335.943"],["6508.181","9347.034"],["15273.366","12676.592"],["15300.327","12696.360"],["18100.420","17756.003"],["18171.053","17805.977"],["17154.360","7299.793"],["17134.723","7292.159"],["17095.205","7346.556"],["17166.916","7277.603"],["17083.925","7262.552"],["17001.053","7300.028"],["17000.183","7325.696"],["16991.621","7473.562"],["17008.669","7357.792"],["17190.915","7358.520"],["17159.299","7383.492"],["20144.079","15850.169"],["15096.827","5982.438"],["15097.360","5805.940"],["27450.017","16110.127"],["27446.471","16138.833"],["16037.064","12555.912"],["16100.907","12698.882"],["16035.746","12658.044"],["17195.628","15669.610"],["17003.979","15578.148"],["17092.934","15531.782"],["17056.442","15516.671"],["17100.113","15558.990"],["17048.432","15517.291"],["17050.928","15507.413"],["18705.410","14327.447"],["18836.115","14336.894"],["18837.851","14294.120"],["18796.236","14313.566"],["18725.551","14423.988"],["18797.394","14366.636"],["18753.190","14384.787"],["18860.581","14407.761"],["18811.475","14448.359"],["12821.447","12384.086"],["18238.635","17736.282"],["18237.369","17792.467"],["32486.049","12759.268"],["32497.214","12824.701"],["32462.936","12838.484"],["32413.444","12851.340"],["32396.523","12903.416"],["32433.400","12935.179"],["32425.271","12775.578"],["27948.925","11718.938"],["27979.143","11814.653"],["27959.418","11739.626"],["28045.411","11780.117"],["31967.519","10374.033"],["16931.657","18135.771"],["25999.035","17367.928"],["26000.897","17329.701"],["25891.184","17324.315"],["25906.961","17365.892"],["22580.345","14733.818"],["22643.128","14800.183"],["22572.746","14849.594"],["21235.569","15859.833"],["21270.980","15851.269"],["21300.302","15889.217"],["14284.519","12698.190"],["14401.857","12719.429"],["14297.794","12649.181"],["14356.453","12658.702"],["14343.953","12720.592"],["14368.907","12737.393"],["14257.485","12663.822"],["28570.150","16227.280"],["28615.900","16194.301"],["28669.089","16193.526"],["28659.112","16219.989"],["28682.346","16241.786"],["28688.784","16165.476"],["28771.635","16164.721"],["17297.309","7328.272"],["17245.591","7347.920"],["14959.233","13770.695"],["14888.504","13756.668"],["18256.482","14115.356"],["18265.462","14173.721"],["18282.134","14052.605"],["25003.440","16443.088"],["27043.815","17217.589"],["27002.218","17255.681"],["26966.993","17310.674"],["26994.532","17304.937"],["26984.703","17329.574"],["26894.392","17393.978"],["27015.056","17399.826"],["27084.194","17375.599"],["27011.853","17362.479"],["26977.406","17408.176"],["27071.800","17350.138"],["31782.381","11319.001"],["31819.149","11304.460"],["31862.566","11336.078"],["31899.562","11373.859"],["8077.979","12030.687"],["8008.519","11932.484"],["8092.104","11932.648"],["8089.405","11961.417"],["8045.797","11950.127"],["7976.500","11993.417"],["7993.207","12005.663"],["17716.854","15767.537"],["17725.628","15880.634"],["17722.610","15820.619"],["17643.409","15811.303"],["17780.151","15909.694"],["17916.045","15175.402"],["17845.373","15140.188"],["15798.251","13950.298"],["15855.417","13854.295"],["15761.401","13818.525"],["14871.267","14858.502"],["14871.584","14864.120"],["14780.566","14811.953"],["14727.064","14797.763"],["14752.950","14788.651"],["14877.472","14795.619"],["14846.500","14768.006"],["14815.337","14759.770"],["14722.418","14831.719"],["14772.343","14832.090"],["27828.604","17232.367"],["30925.549","13988.081"],["30905.253","14003.782"],["16753.785","18501.168"],["16735.700","18586.550"],["15604.919","15840.357"],["15698.192","15768.137"],["15643.731","15803.691"],["15545.067","15861.252"],["18837.899","18053.219"],["18850.005","18054.937"],["18806.891","18111.105"],["18133.858","18327.030"],["31818.043","10622.954"],["31882.074","10615.987"],["31772.973","10544.432"],["31893.400","10553.075"],["31840.648","10504.111"],["13877.050","14667.235"],["22442.374","14927.441"],["5781.878","9745.545"],["5823.854","9612.379"],["5781.461","9775.852"],["5626.043","9592.278"],["14462.649","12598.274"],["14584.469","12561.631"],["14466.866","12651.495"],["14518.720","12610.074"],["14658.708","12603.008"],["18445.635","17741.488"],["18319.247","17775.293"],["18348.342","17745.417"],["18330.776","17786.606"],["15943.776","15698.188"],["16046.780","15703.632"],["16114.955","15702.889"],["16137.344","15633.051"],["16139.865","15545.843"],["16109.672","15566.964"],["16070.503","15565.909"],["16096.456","15515.532"],["16120.840","15546.084"],["16112.424","15542.171"],["16023.167","15621.667"],["16064.599","15627.321"],["16024.209","15670.302"],["16046.286","15670.313"],["16137.295","15572.679"],["16126.609","15541.274"],["27975.660","16129.737"],["17303.734","18233.549"],["17309.589","18236.076"],["16271.030","15132.809"],["16241.587","15172.807"],["16338.180","15096.188"],["16184.633","15129.483"],["16165.477","15093.841"],["16308.667","15293.268"],["16233.577","15221.780"],["16234.037","15247.825"],["16349.455","15219.929"],["16233.086","15143.164"],["16284.155","15150.117"],["16287.441","15216.713"],["16287.770","15194.549"],["16297.737","15216.580"],["16198.809","15086.053"],["16223.003","15090.413"],["16339.944","15243.826"],["16329.557","15287.710"],["16350.637","15149.672"],["16177.464","15163.547"],["16194.018","15232.477"],["16206.243","15265.592"],["15159.304","14420.614"],["15147.156","14360.888"],["15187.760","14375.609"],["15116.640","14410.755"],["15108.122","14369.936"],["15115.465","14319.146"],["15171.035","14288.366"],["15174.619","14310.154"],["15193.802","14260.959"],["15119.036","14299.870"],["15147.507","14323.348"],["15157.838","14354.426"],["15134.285","14334.976"],["30169.873","15499.066"],["16492.599","14567.932"],["16531.801","14608.280"],["16465.293","14555.273"],["16481.817","14626.061"],["16393.947","14587.190"],["16426.883","14569.303"],["16391.534","14642.895"],["16473.588","14636.808"],["15941.276","14486.669"],["15987.070","14561.030"],["16031.032","14456.578"],["16006.788","14467.529"],["16056.590","14516.017"],["16128.020","14656.406"],["16070.900","14628.025"],["19906.275","15295.567"],["19902.219","15218.185"],["19922.429","15258.031"],["24522.799","16598.532"],["24371.373","16590.265"],["24436.836","16575.407"],["24553.249","16761.017"],["24482.723","16761.323"],["24565.285","16758.932"],["24556.785","16757.450"],["24479.263","16603.097"],["22448.638","15224.576"],["22408.226","15193.248"],["12272.316","12084.734"],["12309.866","12051.373"],["12323.702","12083.699"],["12334.228","12076.614"],["12341.498","12076.697"],["30822.167","14075.935"],["30863.464","14086.636"],["16578.973","17559.215"],["16708.241","17555.891"],["16681.135","17586.906"],["23334.645","16887.050"],["23489.802","16849.426"],["17028.555","15427.753"],["17039.109","15413.958"],["17078.705","15377.859"],["17105.358","15409.784"],["17096.803","15479.601"],["17052.724","15463.234"],["16993.997","15494.580"],["15938.334","13413.677"],["16038.375","13464.677"],["16084.040","13443.900"],["15406.521","17013.081"],["16004.456","15769.047"],["16144.905","15824.853"],["16073.886","15750.453"],["15971.556","15739.939"],["16036.709","15794.612"],["19970.033","14450.027"],["19035.101","18610.575"],["18957.007","18493.371"],["18984.145","18513.140"],["18887.060","18575.004"],["18896.286","18575.764"],["18913.469","18601.600"],["18943.518","18568.239"],["18936.998","18633.819"],["18922.081","18644.686"],["18957.885","18657.832"],["11732.404","12097.897"],["31275.175","10891.655"],["21836.498","16121.393"],["21940.228","16102.880"],["21856.553","16075.162"],["21924.878","16026.727"],["21897.138","15972.481"],["21875.375","15949.302"],["21839.882","15950.954"],["21926.708","15976.886"],["21947.459","15935.239"],["21878.040","16088.452"],["21987.277","16133.574"],["22023.204","16083.273"],["22039.657","16041.707"],["22000.296","15981.579"],["22004.173","16019.219"],["21979.123","15937.688"],["21998.875","15937.663"],["16419.659","6856.668"],["22416.229","8036.809"],["15723.741","14417.255"],["17440.508","17862.619"],["17580.609","17897.480"],["17548.236","17907.844"],["17551.377","17908.868"],["18801.115","14519.272"],["18877.493","14451.795"],["18849.852","14500.074"],["18756.354","14643.588"],["18743.667","14653.958"],["18722.339","14607.953"],["15706.078","12598.727"],["15720.868","12617.683"],["15586.674","12694.993"],["15655.294","12690.540"],["15636.410","12564.909"],["15594.487","12709.477"],["28351.332","11476.986"],["28340.833","11427.811"],["28328.333","11393.575"],["28314.928","11379.256"],["28274.942","11321.577"],["28203.450","11359.189"],["28226.338","11327.341"],["16231.325","7803.164"],["16171.698","7767.757"],["16211.561","7754.021"],["16305.787","7716.032"],["16316.418","14870.052"],["26936.412","17014.470"],["26927.962","16998.604"],["27083.699","17050.234"],["27038.514","17071.295"],["27084.403","17143.768"],["27035.509","17183.677"],["27085.317","17139.840"],["26902.586","17048.317"],["21776.163","15594.841"],["21800.236","15646.000"],["21812.713","15660.279"],["21772.939","15700.648"],["19649.943","15981.044"],["19105.725","16355.699"],["19845.990","14138.119"],["19785.609","14196.561"],["14714.467","17119.845"],["14723.497","17149.953"],["14726.852","17123.842"],["23005.308","12692.380"],["23015.618","12656.989"],["22986.719","12647.986"],["23011.387","12616.065"],["23019.241","12590.699"],["23041.460","12603.206"],["23051.921","12676.508"],["26187.097","16147.588"],["26165.247","16142.717"],["26125.763","16175.464"],["26119.217","16158.896"],["17330.513","15439.479"],["17396.519","15384.286"],["32541.945","12469.817"],["32363.921","12537.012"],["32462.903","12476.283"],["32430.851","12501.086"],["32489.934","12497.718"],["32458.740","12438.326"],["32454.901","12423.313"],["32369.920","12499.920"],["23700.524","11063.270"],["32270.095","11030.290"],["32305.111","10963.164"],["32323.220","11066.235"],["19169.025","18201.054"],["19257.249","18047.608"],["19139.101","18116.490"],["19122.110","18133.005"],["19189.331","18112.477"],["19287.136","18248.157"],["19224.732","18104.405"],["19215.538","18102.589"],["23751.306","17998.222"],["23799.108","17942.652"],["23805.373","17948.287"],["23809.053","17954.373"],["23841.356","17987.271"],["23794.078","18020.514"],["23777.794","17996.646"],["23839.397","18005.758"],["23934.504","17855.686"],["23914.380","17858.476"],["23917.085","17883.511"],["23927.440","17915.712"],["19832.818","15655.161"],["19826.897","15604.511"],["7951.668","9100.001"],["27000.678","16755.539"],["26892.083","16603.071"],["17888.151","15721.677"],["27812.856","17696.627"],["27844.569","17709.436"],["27822.618","17708.458"],["27828.442","17751.638"],["27884.899","17683.907"],["27834.589","17633.787"],["16323.176","17586.676"],["16331.799","17528.093"],["16218.727","17597.427"],["16179.039","17562.414"],["16231.375","17596.535"],["16236.974","17593.223"],["14878.026","12061.782"],["14810.785","12084.071"],["28244.239","15845.999"],["28160.211","15915.984"],["28199.554","15871.469"],["28251.597","15900.811"],["28298.800","15890.940"],["28301.173","15853.380"],["28308.326","15829.854"],["28339.994","15816.579"],["26052.768","16131.401"],["26041.062","16003.119"],["26057.483","15966.762"],["22392.060","16128.726"],["22439.948","16110.864"],["22436.464","16135.861"],["22427.041","15936.085"],["22451.507","15934.450"],["22347.315","15977.174"],["22337.112","15933.858"],["22374.832","15946.505"],["22445.305","15970.783"],["32146.419","11708.546"],["13025.163","12655.764"],["7722.402","12094.305"],["7701.159","12070.951"],["7701.566","12086.145"],["7617.339","12051.586"],["7604.728","12115.300"],["7514.919","12122.486"],["7520.463","12088.434"],["7514.876","12094.788"],["7661.173","12045.419"],["25367.575","17819.037"],["25361.835","17775.436"],["25201.384","17624.138"],["17712.560","15590.566"],["22859.660","16605.455"],["22742.006","16670.640"],["16144.018","15197.192"],["16098.188","15091.751"],["16142.265","15210.639"],["16084.160","15156.129"],["16094.985","15174.118"],["16135.932","15147.205"],["16500.325","18096.798"],["16383.770","18211.503"],["16425.511","18205.541"],["16501.913","18142.908"],["16523.821","18126.079"],["16421.401","18166.621"],["17388.651","15265.269"],["24336.284","16411.462"],["24310.288","16430.118"],["14898.485","16001.353"],["14920.557","15956.597"],["15063.002","16024.881"],["15087.604","15974.815"],["15071.519","16053.741"],["15042.853","15934.627"],["22405.669","15810.415"],["22368.675","15826.832"],["22288.094","15838.811"],["22363.666","15793.894"],["22387.999","15760.593"],["22408.951","15766.812"],["22402.638","15853.311"],["22409.082","15837.473"],["17107.521","18694.749"],["17105.081","18768.202"],["18755.622","18009.024"],["18683.085","17927.803"],["18723.693","17932.097"],["21803.961","16054.680"],["21762.345","16059.042"],["21744.615","16089.436"],["21721.284","16113.451"],["21690.249","16137.788"],["21828.066","16051.877"],["32219.196","11237.204"],["32306.030","11273.091"],["32343.604","11217.071"],["26663.158","16211.784"],["26653.594","16263.602"],["26645.001","16257.513"],["26519.318","16242.008"],["26542.257","16235.524"],["26566.400","16244.049"],["26537.529","16248.922"],["31919.455","11852.096"],["31188.561","10609.974"],["30446.034","14969.580"],["30394.198","14988.395"],["30433.592","15005.273"],["30375.171","15048.865"],["27500.999","17588.122"],["27441.441","17587.901"],["27347.134","17593.494"],["27485.732","17536.411"],["27449.016","17509.675"],["27333.283","17494.549"],["27465.470","17431.804"],["27333.526","17528.592"],["27389.126","17472.438"],["27390.316","17432.884"],["27367.370","17560.879"],["20800.695","16404.332"],["20817.322","16382.973"],["20848.521","16370.134"],["20786.472","16403.323"],["13974.524","14113.116"],["13921.178","14175.801"],["13999.992","14055.522"],["15885.848","14234.053"],["15905.806","14232.695"],["15915.861","14177.359"],["31833.836","11511.512"],["31898.405","11506.195"],["31863.692","11505.528"],["31822.327","11569.939"],["31867.765","11591.556"],["31849.706","11689.781"],["16281.402","18131.582"],["16155.664","18199.129"],["16244.374","18211.141"],["26491.516","17054.207"],["26479.021","17096.576"],["26498.381","17045.405"],["26594.151","17088.898"],["26640.313","17117.730"],["26537.625","17077.932"],["26617.603","17187.551"],["14378.275","12313.035"],["14287.682","12297.906"],["14443.434","12319.734"],["5640.503","9099.605"],["5662.077","9008.431"],["5708.598","9018.569"],["5734.271","9005.098"],["19018.329","15138.912"],["19066.397","15185.876"],["19008.789","15143.916"],["18961.924","15197.491"],["18976.036","15238.251"],["16938.432","15277.210"],["16909.102","15195.898"],["16904.576","15189.117"],["7695.529","8712.990"],["7691.039","8739.050"],["19992.738","17175.068"],["18145.084","17887.689"],["18073.177","17902.075"],["18066.434","17898.541"],["30622.089","15049.168"],["30561.458","15041.290"],["30604.319","15038.924"],["30520.917","15023.388"],["30552.284","14931.879"],["30544.905","14893.194"],["30499.661","14926.776"],["30471.209","14884.407"],["30487.564","14948.561"],["30561.873","15002.409"],["25972.720","17631.389"],["20523.880","8238.831"],["31517.315","13601.553"],["21889.588","8603.779"],["24604.719","16429.071"],["24695.212","16504.167"],["24659.882","16496.939"],["24710.521","16406.374"],["20697.573","16216.493"],["20674.620","16174.526"],["26334.332","15475.019"],["26444.806","15402.886"],["14504.059","12693.412"],["14506.226","12674.497"],["14500.314","12663.735"],["27079.553","16260.759"],["27091.557","16271.221"],["27083.921","16299.373"],["27071.897","16334.957"],["26946.257","16290.003"],["26911.067","16266.984"],["26936.995","16304.611"],["26923.731","16329.806"],["26971.237","16156.335"],["26972.087","16171.943"],["26997.239","16282.529"],["14494.982","12883.782"],["14584.984","12949.111"],["14558.199","12768.815"],["27067.146","15920.494"],["26893.873","15822.450"],["26954.564","15855.118"],["5650.437","9575.807"],["5772.652","9379.281"],["6170.208","9939.439"],["20445.904","14535.112"],["20496.064","14515.655"],["20445.273","14507.326"],["20467.634","14582.889"],["20414.120","14642.000"],["20413.591","14561.310"],["15711.191","13670.600"],["15677.874","13750.329"],["19547.792","14991.193"],["19549.341","15016.717"],["27959.058","17406.723"],["27968.743","17362.736"],["27979.179","17357.988"],["27991.013","17291.281"],["28033.576","17272.637"],["28062.692","17245.004"],["28080.314","17293.512"],["28093.905","17273.296"],["28061.200","17232.331"],["14477.189","13044.603"],["13520.694","12541.506"],["19432.286","16800.009"],["24041.402","16693.445"],["23962.552","16722.137"],["23959.452","16698.089"],["8303.402","11945.904"],["8217.001","11924.065"],["8231.485","11951.660"],["15953.764","14268.689"],["15950.572","14372.911"],["16018.007","14371.736"],["16024.337","14426.720"],["15995.942","14448.133"],["16007.752","14413.099"],["15968.043","14430.455"],["16066.035","14352.139"],["16144.982","14272.881"],["27502.556","16637.989"],["27497.397","16581.785"],["27407.102","16580.371"],["27423.307","16581.650"],["27922.277","12740.205"],["27828.243","12744.925"],["27827.454","12730.242"],["27837.067","11354.757"],["27734.423","11327.693"],["27840.514","11465.778"],["27833.188","11435.019"],["27884.358","11337.284"],["27777.390","11462.972"],["27782.660","11311.415"],["27824.444","11280.140"],["22440.996","15649.480"],["22371.813","15667.885"],["22362.047","15644.490"],["22330.224","15606.778"],["22253.862","15578.930"],["22290.396","15534.579"],["22460.113","15623.278"],["22457.671","15540.846"],["22410.339","15540.703"],["22406.390","15567.445"],["22410.718","15633.743"],["14771.360","12855.842"],["14763.854","12900.662"],["27050.632","16900.860"],["15290.367","12093.915"],["15139.335","12040.844"],["15140.865","12067.863"],["15206.371","12057.142"],["15267.036","11966.286"],["28182.970","15699.144"],["28340.515","15640.885"],["28270.153","15676.212"],["28301.870","15667.120"],["28317.872","15649.653"],["20714.648","14890.572"],["20689.729","14983.645"],["20648.068","14957.979"],["18568.729","14517.509"],["18516.830","14530.834"],["29561.094","16128.533"],["29434.418","16138.819"],["25150.746","17599.513"],["25112.188","17546.571"],["25057.100","17610.972"],["25143.907","17501.799"],["25145.611","17579.037"],["25013.762","17620.104"],["15510.593","15892.780"],["15472.667","17823.115"],["15394.538","13615.933"],["15401.298","13625.948"],["15486.154","13805.873"],["15510.128","13740.638"],["5648.662","9327.446"],["5669.264","9291.235"],["17391.002","15077.020"],["17335.318","15025.403"],["22757.751","15999.320"],["22762.382","15984.562"],["22795.286","15993.917"],["22790.250","16052.517"],["22723.964","16140.294"],["22701.499","16113.583"],["22805.538","16115.273"],["22708.469","16077.759"],["23942.550","16829.043"],["24011.445","16807.161"],["24108.884","16809.334"],["24092.488","16795.121"],["24011.835","16796.662"],["24131.191","16834.156"],["26688.971","16078.726"],["26692.572","15948.584"],["26796.914","15965.944"],["26806.256","15979.365"],["26799.516","15991.381"],["26770.079","16049.450"],["26751.681","16094.102"],["26694.491","16050.708"],["26774.795","15943.349"],["26737.244","15930.005"],["26678.932","15934.143"],["26836.507","16118.365"],["26829.148","16055.092"],["26712.410","16115.671"],["26799.877","15976.901"],["17790.430","15955.184"],["17730.260","15987.486"],["17782.833","15973.588"],["19828.613","15914.146"],["19933.271","15891.331"],["19742.225","15857.380"],["19790.549","15876.533"],["19816.482","15893.898"],["19827.571","15909.367"],["27454.755","11165.084"],["14545.774","13975.325"],["14533.899","13981.535"],["14570.971","13945.862"],["14608.789","13911.738"],["14631.634","13887.741"],["14569.315","13914.579"],["21795.720","15443.661"],["21807.711","15411.082"],["21817.960","15416.487"],["19754.989","16908.161"],["19787.653","16967.823"],["19760.252","16886.872"],["19785.210","16860.726"],["23724.030","11068.360"],["23719.012","11102.600"],["17453.055","18062.335"],["17447.101","18067.042"],["17436.437","18212.784"],["17448.789","18228.672"],["26713.015","17410.336"],["26329.943","15507.402"],["26342.784","15656.550"],["26329.741","15640.497"],["26371.804","15682.922"],["26308.132","15676.998"],["26293.496","15633.093"],["26291.659","15662.610"],["26281.963","15652.702"],["26256.273","15687.120"],["16348.220","13125.913"],["16246.236","13067.458"],["16261.632","13039.505"],["14144.232","13969.252"],["14043.915","13994.552"],["14042.907","13860.831"],["15005.152","19082.799"],["14945.192","19012.862"],["15898.380","14375.194"],["15886.199","14360.718"],["15850.775","14436.464"],["15805.192","14432.282"],["15776.444","14330.007"],["15725.341","14356.181"],["15793.922","14348.577"],["15802.680","14354.688"],["21088.340","12825.649"],["21082.956","12761.151"],["17388.259","18587.969"],["31398.423","11098.084"],["31503.906","11117.551"],["31424.803","11129.097"],["31440.117","11111.130"],["31470.164","11077.902"],["31504.398","11115.441"],["31478.088","11170.807"],["31457.952","11197.907"],["31418.861","11277.072"],["31369.696","11177.755"],["31497.336","11213.134"],["18695.065","14797.123"],["18756.171","14766.629"],["18772.295","14756.907"],["18717.884","14814.020"],["18793.715","14720.418"],["18801.679","14669.878"],["18846.677","14712.390"],["18849.992","14742.004"],["18850.386","14796.208"],["18845.122","14800.902"],["18821.318","14807.739"],["27674.675","11502.272"],["24258.246","16896.419"],["24261.366","16857.743"],["24199.243","16875.090"],["16168.664","15267.985"],["6329.759","9324.877"],["6363.839","9362.323"],["6357.075","9315.597"],["29785.611","16000.556"],["29783.283","16070.794"],["29776.963","16054.173"],["29783.361","16077.672"],["29672.052","16101.167"],["22679.768","14626.326"],["22796.357","14613.841"],["30026.258","15585.293"],["29975.979","15643.553"],["29987.605","15592.790"],["29995.058","15559.356"],["30018.797","15539.393"],["29918.935","15518.509"],["21745.812","15801.293"],["21728.172","15790.166"],["21701.286","15779.859"],["21776.385","15837.511"],["21744.823","15721.851"],["21813.170","15865.449"],["26069.589","17580.935"],["14431.095","12513.251"],["14407.832","12478.929"],["14409.601","12529.596"],["14330.565","12346.909"],["14381.852","12423.712"],["14387.973","12397.503"],["14376.560","12546.714"],["14424.689","12457.440"],["14448.762","12522.084"],["14306.726","12492.055"],["16309.756","5487.437"],["16292.778","5546.900"],["29088.746","11475.529"],["29165.417","11326.227"],["29091.168","11421.920"],["29160.189","11477.716"],["29141.437","11432.301"],["29095.134","11363.248"],["29189.992","11399.221"],["29004.486","11367.762"],["29047.780","11423.527"],["29151.649","11442.881"],["29066.451","11361.047"],["29190.016","11484.344"],["29142.430","11386.943"],["29037.426","11453.191"],["27719.504","17042.347"],["27693.113","17042.968"],["27658.608","17017.336"],["27610.348","16998.857"],["27622.631","17191.391"],["27612.010","17171.555"],["27575.969","17107.968"],["27533.563","17127.134"],["27608.082","17074.973"],["27620.230","17119.452"],["27636.088","17093.879"],["27598.292","17059.068"],["27540.973","17133.903"],["27557.526","17158.091"],["17479.167","15653.091"],["17417.137","15582.305"],["17541.688","15676.917"],["17616.505","15541.072"],["31531.698","13383.512"],["31525.354","13351.231"],["31520.917","13268.298"],["31555.898","13299.409"],["19552.522","16442.007"],["19556.124","16424.022"],["19539.655","16525.258"],["19545.905","16538.652"],["19527.709","16502.001"],["14510.893","12288.318"],["14542.962","12149.979"],["20369.824","14698.192"],["29271.579","11736.189"],["26058.394","17414.350"],["6137.968","9253.746"],["6208.362","9239.847"],["6170.003","9191.656"],["6151.834","9175.951"],["6187.081","9177.589"],["14745.048","13581.073"],["17926.089","18629.307"],["17996.839","18578.519"],["17233.554","7241.103"],["15072.564","17141.929"],["15078.978","17154.613"],["16186.135","15435.719"],["16186.719","15457.246"],["16152.847","15305.814"],["16168.921","15394.791"],["16211.759","15477.360"],["16170.842","15431.331"],["16238.613","15478.196"],["16212.658","15463.596"],["16203.551","15431.583"],["6245.193","9153.677"],["6243.066","9107.849"],["16600.855","18377.794"],["28293.372","11122.592"],["28240.871","11106.832"],["28190.286","11113.409"],["28328.965","11167.355"],["28355.478","11184.250"],["28247.750","11114.670"],["28184.420","11138.131"],["28310.135","11161.983"],["28168.687","11094.282"],["28151.001","11090.021"],["16825.738","15382.606"],["16881.179","15414.644"],["16793.945","15355.191"],["16939.205","15419.070"],["16897.966","15344.937"],["16971.880","15394.235"],["16961.831","15370.833"],["16851.484","15308.388"],["16849.444","15299.750"],["13229.301","12500.434"],["13405.204","12517.205"],["28031.077","11547.721"],["28074.682","11581.484"],["28092.063","11697.154"],["17116.406","7243.903"],["14823.563","14034.967"],["12335.248","12255.689"],["30439.944","14847.941"],["30403.633","14814.871"],["17533.848","18622.382"],["17614.580","18557.944"],["22903.209","16741.173"],["22921.787","16732.908"],["22932.295","16734.875"],["22955.634","16753.350"],["23006.458","16761.533"],["23014.263","16752.999"],["23053.977","16769.163"],["23077.603","16756.796"],["15497.690","5599.923"],["15475.795","5573.419"],["15423.413","5659.014"],["15474.970","5654.508"],["15462.310","5715.781"],["15485.649","5737.769"],["15426.665","5747.667"],["28102.456","10983.487"],["28117.118","10915.165"],["28046.803","11035.625"],["27998.742","11033.811"],["28031.298","10857.157"],["28096.163","11056.747"],["28083.255","10972.413"],["28015.896","10905.017"],["27999.061","10963.354"],["27995.176","10878.352"],["17816.550","18130.587"],["17659.440","18151.176"],["27137.095","15496.374"],["27183.838","15504.617"],["27103.042","15365.867"],["27129.297","15482.199"],["27191.402","15375.428"],["23037.581","15896.458"],["22956.718","15892.932"],["23068.599","15766.080"],["21716.290","16224.207"],["21797.382","16262.831"],["21821.838","16211.401"],["22742.717","16761.914"],["22712.037","16751.039"],["22868.194","16725.581"],["19536.361","14512.034"],["19581.960","14488.945"],["21967.430","14011.035"],["30516.996","14396.096"],["30494.307","14358.013"],["30561.682","14350.183"],["30535.954","14302.511"],["30507.944","14289.539"],["30623.734","14348.648"],["30610.164","14391.625"],["30627.159","14303.209"],["30468.750","14279.262"],["30582.761","14328.336"],["31792.701","13262.125"],["31788.799","13225.974"],["31859.663","13210.158"],["31847.498","13279.036"],["31845.843","13248.580"],["31900.475","13249.632"],["27192.387","15668.309"],["27160.415","15672.092"],["27120.523","15672.557"],["19148.384","14613.912"],["19216.527","14618.379"],["19152.477","14529.264"],["19300.606","14583.850"],["19299.505","14580.053"],["19210.417","14574.901"],["19218.034","14568.960"],["19213.576","14572.296"],["19291.197","14568.947"],["19297.216","14573.621"],["19297.618","14574.675"],["19187.546","14645.233"],["28411.398","16168.416"],["28431.051","16236.189"],["28368.329","16220.497"],["28384.045","16249.357"],["28409.804","16276.431"],["28475.293","16241.840"],["28522.604","16286.611"],["28541.198","16256.927"],["28542.643","16250.972"],["28492.931","16272.412"],["15896.817","17946.770"],["15901.587","18025.500"],["15903.051","17919.635"],["15906.933","18026.441"],["15809.729","17963.227"],["15805.108","17982.814"],["15856.703","18019.296"],["15778.598","18040.862"],["25546.814","17030.120"],["25599.056","17085.820"],["25573.760","17194.489"],["25515.523","17192.158"],["25465.053","17146.252"],["25456.113","17109.746"],["25493.935","17022.798"],["25458.676","16990.441"],["24409.622","16846.168"],["24388.409","16830.122"],["16773.996","15175.523"],["16682.198","15177.599"],["16675.487","15192.364"],["16590.109","15217.913"],["16769.450","15215.018"],["16686.848","15138.548"],["32117.899","12946.842"],["32111.674","12866.720"],["32130.160","12817.856"],["12438.228","12366.609"],["15448.876","5560.362"],["15503.015","5365.982"],["15351.005","5498.493"],["15320.681","5480.569"],["15546.177","14842.120"],["15636.293","14748.102"],["15658.529","14794.692"],["15620.126","14745.693"],["15693.710","14709.214"],["15681.194","14674.054"],["15692.463","14750.371"],["15719.826","14721.008"],["15648.829","14770.040"],["22783.534","16149.825"],["22835.971","16163.381"],["24820.113","16857.682"],["24857.990","16869.600"],["24779.362","16946.862"],["24842.620","16835.751"],["24843.731","16896.041"],["24933.742","16813.932"],["16161.490","14648.799"],["16159.551","14450.097"],["16335.790","14543.844"],["16307.255","14590.167"],["16332.128","14613.977"],["7868.508","11921.691"],["7867.312","11994.433"],["7856.260","12066.433"],["7773.546","12096.271"],["7790.841","12080.879"],["7832.757","12073.467"],["20058.081","13839.736"],["20085.020","13832.170"],["20121.428","13859.106"],["31587.901","11496.381"],["31570.699","11562.549"],["31664.607","11545.155"],["31724.482","11530.983"],["22891.122","14890.876"],["23555.089","17858.596"],["23682.591","18002.909"],["23716.742","18000.463"],["12479.737","12013.841"],["12412.155","11999.027"],["16680.210","15769.268"],["16622.825","15758.385"],["16738.872","15834.579"],["16730.271","15726.705"],["16815.095","6790.186"],["14906.951","6299.117"],["15020.783","13815.766"],["14963.867","13731.400"],["15004.627","13744.832"],["15040.960","13799.316"],["18643.140","15910.267"],["18659.886","15855.546"],["18609.106","15920.789"],["18652.546","15748.070"],["16368.555","13311.915"],["16447.398","13345.632"],["16466.195","13316.435"],["16500.991","13207.846"],["16446.506","13191.134"],["29167.105","11521.212"],["30055.405","15707.394"],["30073.546","15656.628"],["30228.335","15518.867"],["30247.331","15656.637"],["30218.234","15691.835"],["30164.860","15700.999"],["20415.460","14941.583"],["20391.695","14997.621"],["25605.639","15869.905"],["25536.626","15819.567"],["17750.798","18591.827"],["17630.978","18550.347"],["17663.094","18524.178"],["17669.492","18525.665"],["30481.034","15017.099"],["30467.444","15015.076"],["15554.439","12455.425"],["15532.030","12463.360"],["15589.218","12493.811"],["15711.924","12432.789"],["15629.794","12376.160"],["15705.370","12421.725"],["15514.914","12358.125"],["23055.017","16340.658"],["23849.684","16398.178"],["23927.331","16466.432"],["23909.471","16467.391"],["31241.530","14307.814"],["31153.867","14253.446"],["31255.487","14273.320"],["31267.163","14288.666"],["31186.750","14265.486"],["31102.259","14270.521"],["16210.341","5794.273"],["16208.423","5824.961"],["16164.738","5819.384"],["16187.712","5907.658"],["16431.222","15564.147"],["16432.958","15512.703"],["16514.521","15557.884"],["16485.907","15601.907"],["16383.818","15513.354"],["15298.328","16906.361"],["15099.079","16790.158"],["15158.836","16897.302"],["13554.212","13222.759"],["13614.310","13218.185"],["29271.110","11371.193"],["29233.495","11441.128"],["29257.303","11456.405"],["29211.343","11289.555"],["29217.428","11359.147"],["29235.300","11464.135"],["29291.787","11317.139"],["29307.595","11334.389"],["16315.130","18335.446"],["16211.670","18264.479"],["16241.654","18283.868"],["16327.144","18388.812"],["5355.204","9220.842"],["5382.520","9242.980"],["14057.634","14429.062"],["16485.426","15843.098"],["16482.350","15823.263"],["16430.278","15762.272"],["16503.287","15799.949"],["22936.387","14855.582"],["22987.727","14776.786"],["22951.688","14688.299"],["16832.831","7748.940"],["16803.577","7709.933"],["16921.048","7731.256"],["16875.357","7726.111"],["16884.134","7717.277"],["27484.562","16554.180"],["27438.215","16520.786"],["27441.740","16453.174"],["27436.774","16383.350"],["27484.116","16504.789"],["27402.626","16470.987"],["27400.450","16434.491"],["30885.271","9486.535"],["30910.787","9490.470"],["30903.787","9494.145"],["30885.594","9492.973"],["27116.575","16258.695"],["27268.626","16335.097"],["27264.597","16298.231"],["27275.813","16145.116"],["27296.400","16245.579"],["7757.396","8823.570"],["7811.256","8884.716"],["7765.333","8948.607"],["23558.751","16969.902"],["23581.782","16970.221"],["23691.638","16845.421"],["23552.072","16864.291"],["22334.203","8150.254"],["21656.205","14596.963"],["21821.788","15936.207"],["21666.933","15999.847"],["21658.050","16076.008"],["18523.603","18169.305"],["18623.022","18059.963"],["18585.827","18195.100"],["24546.619","17169.389"],["24499.145","17177.191"],["24513.496","17178.683"],["24548.175","17185.178"],["24438.293","17132.284"],["24449.520","17155.139"],["24423.674","17132.770"],["24399.773","17125.833"],["5575.664","9137.709"],["5507.185","9140.613"],["5491.110","9141.978"],["5493.185","9112.624"],["5521.105","9079.621"],["21750.950","15313.052"],["21711.963","15312.633"],["21688.493","15334.065"],["21674.887","15363.297"],["21670.255","15390.586"],["21764.659","15506.812"],["24772.612","17156.243"],["24676.352","17075.038"],["24695.044","17121.197"],["24726.708","17109.417"],["24612.434","17106.013"],["24636.841","17112.557"],["14769.966","16795.509"],["21824.774","15283.084"],["28948.626","10803.610"],["28943.068","10733.386"],["28980.835","10709.481"],["28961.862","10789.692"],["15377.003","5313.015"],["15361.861","5335.126"],["15470.687","5313.715"],["16282.692","15398.133"],["16300.595","15456.816"],["16329.031","15359.155"],["16245.505","15353.414"],["16310.100","15394.591"],["16327.282","15396.841"],["16276.492","15454.408"],["16342.900","15477.096"],["16223.138","15350.608"],["14982.696","5953.824"],["14995.627","5862.897"],["12357.862","12094.040"],["27833.465","15769.430"],["27774.773","15755.754"],["27750.499","15821.127"],["27795.300","15827.184"],["27819.217","15827.186"],["6462.032","9503.656"],["28162.383","16958.267"],["28221.160","16902.138"],["28158.082","16865.467"],["27631.939","15889.934"],["27675.698","15887.169"],["27667.147","15894.868"],["27523.895","15880.294"],["27535.249","15811.782"],["27518.105","15803.472"],["27569.630","15802.334"],["27602.927","15777.070"],["27615.641","15809.200"],["27653.550","15760.717"],["27690.096","15754.814"],["21133.911","15093.257"],["26776.600","15388.140"],["26869.560","15410.816"],["26817.570","15471.311"],["26848.728","15395.320"],["26851.722","15389.242"],["30434.139","15268.456"],["21339.853","14165.671"],["16505.944","13056.926"],["16457.873","13051.142"],["16381.021","13126.075"],["16481.274","13148.425"],["15237.872","5537.483"],["15288.985","5527.362"],["15223.163","5546.533"],["15289.441","5472.391"],["26939.089","15544.112"],["16369.469","12787.318"],["13076.750","12432.247"],["13153.785","12523.849"],["13044.177","12452.479"],["23272.426","7545.359"],["23244.648","7593.982"],["23296.791","7590.405"],["23126.912","7622.266"],["32238.312","10725.878"],["32292.570","10650.036"],["32199.977","10849.975"],["32192.597","10747.086"],["32267.116","10689.911"],["32220.666","10754.972"],["32177.309","10813.796"],["32191.334","10797.355"],["28191.260","15726.429"],["28249.944","15733.764"],["28257.129","15725.826"],["28261.790","15787.418"],["28272.761","15730.784"],["31773.252","11160.860"],["31862.794","11268.700"],["31740.058","11213.532"],["31730.432","11079.721"],["31810.648","11093.295"],["31812.438","11094.529"],["31845.317","11194.165"],["31819.877","11156.691"],["31746.217","11077.288"],["31886.626","11248.319"],["31798.041","11198.150"],["31844.332","11187.857"],["31810.818","11206.861"],["31925.269","11095.278"],["19957.415","15892.539"],["8948.283","11708.298"],["8904.088","11749.196"],["25813.875","16950.930"],["15664.521","15117.968"],["15644.541","15092.469"],["15638.274","15118.663"],["15715.137","15094.791"],["15653.230","15189.032"],["15660.177","15293.111"],["15601.490","15184.314"],["15598.894","15145.949"],["15536.719","15138.099"],["15524.666","15098.424"],["26645.397","15468.837"],["28182.658","16556.275"],["22461.768","16341.020"],["22346.038","16317.691"],["22300.389","16331.033"],["22407.846","16159.700"],["15437.397","15391.814"],["15441.756","15430.426"],["15453.724","15444.226"],["15395.571","15469.517"],["15470.462","15503.413"],["27308.233","16230.924"],["27356.582","16265.723"],["27358.410","16282.552"],["27315.484","16193.177"],["27311.551","16167.985"],["15050.592","16783.027"],["15080.019","16800.126"],["26437.513","15940.746"],["26314.990","16030.436"],["26312.336","15972.760"],["26263.073","15962.212"],["26382.348","16026.305"],["26446.871","15974.255"],["26416.947","16108.550"],["26447.399","16087.031"],["26376.973","16100.319"],["26382.435","15988.735"],["26363.826","16011.798"],["26364.389","15966.146"],["26331.239","15986.955"],["26287.258","15957.734"],["28146.838","17332.960"],["28246.507","17340.916"],["28205.555","17322.277"],["28177.417","17351.160"],["28211.066","17277.436"],["28244.769","17266.296"],["28310.882","17256.799"],["28200.001","17325.528"],["28345.389","16177.402"],["28304.985","16163.542"],["28275.863","16180.644"],["28269.923","16175.203"],["28261.463","16167.505"],["20347.545","14633.474"],["20350.841","14603.008"],["5664.375","8941.356"],["5680.579","8906.407"],["5661.680","8878.843"],["5620.553","8867.323"],["13825.536","13651.934"],["19270.307","15876.312"],["19255.402","15158.348"],["15663.746","12334.822"],["15639.804","12200.143"],["15624.508","12222.670"],["15565.464","12153.964"],["15549.041","12147.744"],["15556.899","12249.705"],["30354.764","15940.465"],["30293.766","15942.542"],["32010.506","13200.368"],["32057.508","13226.309"],["32119.019","13242.263"],["23854.635","17723.190"],["23793.014","17676.680"],["23892.843","17771.172"],["14287.904","14212.376"],["14270.981","14236.045"],["14454.929","14175.883"],["14981.995","17661.088"],["14961.400","17634.441"],["15029.311","17687.225"],["19181.160","14852.204"],["19169.695","14854.184"],["19150.766","14785.772"],["19231.543","14772.149"],["15310.520","15198.763"],["15368.585","15176.305"],["15342.486","15247.909"],["31752.266","10804.828"],["31811.242","10664.745"],["31758.053","10853.687"],["31778.329","10778.461"],["31767.225","10803.090"],["31753.394","10810.072"],["31933.563","10646.967"],["31863.158","10810.898"],["31739.379","10825.038"],["20622.946","8455.498"],["20617.961","8387.468"],["20702.154","8363.847"],["7923.446","8855.309"],["7728.320","8746.303"],["7812.507","8764.780"],["7822.650","8795.210"],["7844.745","8781.093"],["7829.107","8850.637"],["7763.558","8798.563"],["20957.008","15498.163"],["21646.263","16548.675"],["21691.375","16521.600"],["14512.799","14943.500"],["14485.862","14959.211"],["14462.515","14961.318"],["14489.006","14990.335"],["14559.103","14967.875"],["14556.100","14998.592"],["14595.659","14880.268"],["14612.319","14944.056"],["14592.059","14952.134"],["14559.139","14929.449"],["14590.714","14900.895"],["14621.801","14908.547"],["14530.501","14920.485"],["14513.059","14887.785"],["14526.333","14884.671"],["14644.937","14899.655"],["13644.960","12512.584"],["13768.747","12498.157"],["19448.059","18609.518"],["24445.861","16989.400"],["24407.670","16997.057"],["24379.491","17025.750"],["24412.529","17088.845"],["24405.502","17102.754"],["24503.627","17073.277"],["24499.460","17042.370"],["24544.900","16991.821"],["24509.427","17019.888"],["24470.716","17034.912"],["24495.106","17070.162"],["24507.880","17062.525"],["24521.092","17089.500"],["24535.507","17143.579"],["24540.727","17137.950"],["16004.673","12348.543"],["15969.954","12408.286"],["16075.376","12444.646"],["16083.257","12524.725"],["31588.668","11019.050"],["31654.955","11021.515"],["31573.000","10969.764"],["31717.728","10892.138"],["31651.252","10926.422"],["31570.331","10911.528"],["31524.063","11004.894"],["31678.224","11006.649"],["31606.497","10976.152"],["31567.366","11010.908"],["16736.173","7586.124"],["16730.198","7500.551"],["16729.399","7554.628"],["15995.451","14865.139"],["20588.473","14419.337"],["22852.851","12691.429"],["22776.428","12679.842"],["30439.539","15464.251"],["30415.543","15478.228"],["14889.890","16736.897"],["15029.960","16590.795"],["15032.443","16577.632"],["14913.023","16770.835"],["14932.900","16615.937"],["14885.917","16633.224"],["15081.163","16597.621"],["24120.883","17682.784"],["24137.814","17641.458"],["24140.542","17667.371"],["23937.848","17699.498"],["23969.890","17704.113"],["23996.356","17724.273"],["23987.525","17718.381"],["23974.315","17762.799"],["23983.772","17785.994"],["24004.269","17829.399"],["24017.608","17812.767"],["24044.762","17654.480"],["24043.836","17650.742"],["24067.925","17632.544"],["21420.291","11175.565"],["22193.611","16584.177"],["22134.255","16607.767"],["22070.804","16593.804"],["22085.383","16597.560"],["22111.883","16569.012"],["22076.921","16677.006"],["22097.933","16654.736"],["22090.879","16625.605"],["22126.981","16703.579"],["22077.034","16710.409"],["22180.783","16709.762"],["22178.811","16675.108"],["22094.585","16748.666"],["22153.515","16582.457"],["26025.380","16006.805"],["26017.208","15942.627"],["25997.727","16062.044"],["26030.382","16089.169"],["25949.477","15966.298"],["25980.694","15974.935"],["22230.549","16159.401"],["22176.087","16313.249"],["22209.958","16301.188"],["21941.050","16556.122"],["21843.382","16482.262"],["21877.246","16463.821"],["21831.532","16456.231"],["21861.320","16392.567"],["21848.649","16364.705"],["16096.321","13364.460"],["15960.225","13330.760"],["16085.322","13286.542"],["16111.390","13259.938"],["27754.436","16987.685"],["27812.073","17046.189"],["27278.050","10149.063"],["27250.944","10154.605"],["27196.713","10193.634"],["15697.600","18121.142"],["25593.649","15961.532"],["22025.362","16604.287"],["21990.120","16604.368"],["22002.891","16628.747"],["21989.034","16659.563"],["22036.734","16679.750"],["22030.474","16695.582"],["22017.428","16702.928"],["21994.198","16697.841"],["21977.437","16674.262"],["21984.390","16670.900"],["21939.000","16683.147"],["21932.856","16681.906"],["21897.001","16680.497"],["21936.493","16618.221"],["21942.954","16581.213"],["21949.708","16566.429"],["21923.010","16575.018"],["21860.261","16597.515"],["21848.709","16612.407"],["21856.436","16651.889"],["22481.873","15840.596"],["22531.407","15814.541"],["22588.901","15919.427"],["22564.244","15801.689"],["22579.253","15832.039"],["19901.807","15306.523"],["26766.545","17330.223"],["26719.940","17375.760"],["26702.083","17283.698"],["26823.969","17215.554"],["26792.911","17275.976"],["26823.820","17272.720"],["26872.870","17339.409"],["14604.931","17344.444"],["14563.159","17224.110"],["14573.932","17212.946"],["14592.402","17206.885"],["14618.963","17260.134"],["14620.594","17219.185"],["14643.308","17288.700"],["14603.545","17282.185"],["14592.520","17313.666"],["15440.489","12436.448"],["15366.542","12355.506"],["15422.286","12471.237"],["15434.819","12455.036"],["15362.138","12504.714"],["15473.871","12441.187"],["15503.855","12450.188"],["15475.243","12446.052"],["15511.304","12353.543"],["15481.270","12346.215"],["15368.993","13575.641"],["15435.671","13549.849"],["30673.236","14462.503"],["31960.068","10438.070"],["32082.202","10499.158"],["32038.962","10474.968"],["31972.136","10601.907"],["32052.956","10615.184"],["29137.734","16273.954"],["29149.611","16147.352"],["29179.786","16352.552"],["29130.354","16260.092"],["29011.201","16225.232"],["29044.685","16265.351"],["29095.567","16328.025"],["29114.706","16331.877"],["29145.236","16332.230"],["29082.584","16288.181"],["16588.579","14467.084"],["16579.773","14518.632"],["14749.500","19300.476"],["14368.593","14331.040"],["14426.349","14267.539"],["19954.921","15282.391"],["22200.056","15927.827"],["22217.478","15867.159"],["22180.576","15927.719"],["25398.636","17393.543"],["25266.274","17393.488"],["25262.013","17311.335"],["25233.725","17263.921"],["25250.155","17214.044"],["25261.437","17210.200"],["25279.717","17206.640"],["25259.781","17264.859"],["25262.831","17293.578"],["25216.705","17305.444"],["19406.114","18463.796"],["19427.621","18369.148"],["9734.164","11738.917"],["19318.652","15880.323"],["14800.877","16427.790"],["14754.240","16408.683"],["15483.157","13851.489"],["15465.442","13909.825"],["19639.202","18284.881"],["19647.032","18442.988"],["17544.399","18868.757"],["17505.863","18748.534"],["18069.315","15547.783"],["21008.765","15917.472"],["21003.467","15868.762"],["21126.026","15746.003"],["21044.730","15851.845"],["21070.049","15837.169"],["21155.617","15747.010"],["15650.761","17460.745"],["16519.603","15825.185"],["19774.624","18221.092"],["14031.646","12753.140"],["14951.506","6014.602"],["15051.316","6096.648"],["15042.504","6079.536"],["14993.457","6111.768"],["14925.451","6082.838"],["14895.616","6171.628"],["14944.725","6185.931"],["17627.732","18423.650"],["23163.985","16407.923"],["23123.279","16446.145"],["23210.007","16415.698"],["23257.078","16519.815"],["5602.071","9370.329"],["5597.110","9295.591"],["20394.207","15799.179"],["19218.189","14313.628"],["19225.787","14289.367"],["28402.084","11429.368"],["28402.087","11380.872"],["28452.416","11388.915"],["23103.110","9957.397"],["28230.947","10288.716"],["28352.539","10236.814"],["28200.835","10330.944"],["28223.085","10238.542"],["28233.345","10347.565"],["28262.651","10224.460"],["28170.042","10417.534"],["28269.248","10285.410"],["28172.505","10420.851"],["22237.467","16438.862"],["22191.193","16470.137"],["22188.671","16504.499"],["22181.468","16544.757"],["23047.497","12838.410"],["22975.038","12859.660"],["22994.785","12880.944"],["22898.331","12892.386"],["15373.847","16387.727"],["15312.400","16423.285"],["28374.889","15918.844"],["28377.842","15781.713"],["28401.637","15753.351"],["28435.766","15744.736"],["28453.780","15759.796"],["28533.412","15777.784"],["28496.695","15874.680"],["28487.365","15846.538"],["28400.104","15836.936"],["28384.811","15874.837"],["28413.022","15923.504"],["17457.323","14629.399"],["17424.089","14634.993"],["17522.538","14586.177"],["22176.267","14964.075"],["22559.820","14558.785"],["22569.342","14635.530"],["17621.651","14780.623"],["17619.922","14863.890"],["16397.730","14873.654"],["16551.161","15055.912"],["16565.823","14991.408"],["16509.358","14960.739"],["16530.167","14934.076"],["16513.818","14906.380"],["16563.572","14922.779"],["31102.294","14145.531"],["31194.579","14181.505"],["31292.477","14190.354"],["31252.570","14226.740"],["31223.226","14181.509"],["16468.808","15008.518"],["16388.715","14942.805"],["16443.883","14994.733"],["16474.648","15000.074"],["16388.527","15006.002"],["16380.896","14996.645"],["16375.865","15050.871"],["16425.982","14962.983"],["16496.911","14983.903"],["16415.836","14922.492"],["16434.668","14939.750"],["21307.717","14924.556"],["21347.186","15011.654"],["21263.391","15030.079"],["21253.272","15059.071"],["21251.999","15018.949"],["21227.479","14952.980"],["21230.050","14929.484"],["21363.337","15046.055"],["15965.295","14223.995"],["15961.484","14224.387"],["27048.659","16056.891"],["27005.366","16058.781"],["26974.262","16023.567"],["26932.787","16018.199"],["26919.380","16049.014"],["26900.310","16020.184"],["14590.103","16970.103"],["15137.652","15072.326"],["15280.210","15046.828"],["15101.854","14998.639"],["15117.092","15054.304"],["15227.518","15080.821"],["22411.655","16382.712"],["22394.092","16436.342"],["22395.785","16440.812"],["22332.478","16465.838"],["22308.415","16430.407"],["22294.700","16469.222"],["22343.757","16504.320"],["22386.951","16562.213"],["22252.864","16517.928"],["22389.632","16368.709"],["22279.562","16384.923"],["22409.013","16430.276"],["22380.674","16410.689"],["22264.392","16421.012"],["22454.316","16425.441"],["22294.964","16518.144"],["23447.506","16339.340"],["23460.320","16215.769"],["23418.986","16204.547"],["23338.954","16174.870"],["21012.188","15029.731"],["21094.327","14892.485"],["21194.740","14932.067"],["21149.764","14895.750"],["21147.474","15032.693"],["21107.266","15047.282"],["21127.818","15022.366"],["21195.209","14991.533"],["21143.463","14969.453"],["21134.212","15046.214"],["20167.090","15550.059"],["20166.206","15710.535"],["20195.604","15666.257"],["6747.838","12590.994"],["6795.912","12604.080"],["20792.272","14783.531"],["20802.469","14809.476"],["20844.845","14834.224"],["20941.958","14859.734"],["20787.877","14855.702"],["28285.765","15969.585"],["28202.019","16007.317"],["28223.985","16004.584"],["28318.754","15961.701"],["28354.927","15955.974"],["23140.534","16009.569"],["25405.788","17139.867"],["25408.770","17067.149"],["25307.783","17032.460"],["25329.812","17098.144"],["14014.320","12074.982"],["13967.578","12045.213"],["15849.098","15577.423"],["15878.948","15595.051"],["15838.294","15705.804"],["15835.312","15614.505"],["15856.816","15549.954"],["15868.009","15554.099"],["15880.834","15572.682"],["15854.461","15584.076"],["15770.484","15579.744"],["26308.043","15793.359"],["26343.650","15730.251"],["26362.696","15765.131"],["26357.901","15733.638"],["26310.466","15840.625"],["26377.369","15813.349"],["26375.593","15867.199"],["26381.741","15824.965"],["26289.015","15822.398"],["26267.708","15901.229"],["26256.049","15916.812"],["26254.514","15800.442"],["26432.404","15887.743"],["26386.518","15902.409"],["26301.781","15884.076"],["26261.551","15886.256"],["26418.388","15862.964"],["26432.500","15849.488"],["26394.135","15799.100"],["26371.981","15796.326"],["26368.609","15774.856"],["30008.877","15667.517"],["15084.291","14317.316"],["15089.940","14430.248"],["15047.797","14448.491"],["15025.023","14406.791"],["15088.955","14345.783"],["15036.950","14325.593"],["15079.155","14311.207"],["15038.504","14303.333"],["20385.661","7975.203"],["20465.210","7941.597"],["20521.920","8087.580"],["32431.012","12551.663"],["32368.185","12617.587"],["32451.022","12631.596"],["32500.709","12587.604"],["32496.945","12624.927"],["32534.951","12702.043"],["32393.921","12684.757"],["32383.902","12748.845"],["32490.816","12608.140"],["32387.477","12594.227"],["32407.134","12556.882"],["19200.199","14220.548"],["19188.380","14212.989"],["18886.223","17900.391"],["19077.052","17939.516"],["19019.404","17913.257"],["18966.764","18011.955"],["23732.332","17923.374"],["16386.176","6769.797"],["16439.342","6746.749"],["16498.351","6755.605"],["16547.751","6731.988"],["16536.973","6806.807"],["16442.492","6800.972"],["16384.989","6802.740"],["27613.560","16961.098"],["27593.346","16972.640"],["27585.382","16922.318"],["27550.149","16940.970"],["21968.089","15656.587"],["21997.590","15684.145"],["21927.846","15651.072"],["21991.423","15617.899"],["21852.488","15687.531"],["27919.514","12782.186"],["18194.213","18100.827"],["18138.261","18205.957"],["25765.144","16911.320"],["25813.482","16826.514"],["25678.252","16948.013"],["25691.588","16978.856"],["7961.913","8895.791"],["8017.940","8931.049"],["8012.051","8920.590"],["7937.444","8784.955"],["27294.536","16993.688"],["27156.755","17140.808"],["27145.052","17120.441"],["27141.539","17094.889"],["27152.614","17079.954"],["27172.971","17049.149"],["27095.526","17081.194"],["24707.887","17244.090"],["24642.289","17212.277"],["24597.312","17224.796"],["15810.794","14832.942"],["15751.555","14844.056"],["15758.228","14811.833"],["15795.350","14816.177"],["15743.585","14766.378"],["27898.698","11179.981"],["27819.783","11207.868"],["27800.634","11270.492"],["27870.355","11123.149"],["27871.114","11181.203"],["27901.541","11256.281"],["27835.433","11140.925"],["21200.271","8003.818"],["14818.184","6293.352"],["14758.680","6282.808"],["7971.716","8548.380"],["7958.424","8595.292"],["17982.853","15515.914"],["19278.055","15624.080"],["6501.663","9391.657"],["6259.890","9626.917"],["16555.673","14820.539"],["16560.985","14850.217"],["16417.753","14836.442"],["16431.685","14676.693"],["16483.223","14691.367"],["16380.563","14854.154"],["16359.789","14819.674"],["20581.000","16090.028"],["20641.445","16111.217"],["20646.250","16009.070"],["27279.986","16094.490"],["27246.809","16117.956"],["29389.130","16132.182"],["29205.387","16138.792"],["29249.470","16099.157"],["19903.494","14472.175"],["24960.858","17111.474"],["24917.523","17091.494"],["24960.286","17163.766"],["24957.404","17192.760"],["24903.657","17150.122"],["24866.898","17096.613"],["24852.361","17047.954"],["24849.109","17060.686"],["24840.487","17115.561"],["24801.924","17134.811"],["24822.646","17138.394"],["15091.048","12596.621"],["21905.582","15789.938"],["21905.332","15771.282"],["21894.128","15750.194"],["21930.300","15808.326"],["21880.368","15846.138"],["21915.093","15859.978"],["21983.753","15831.586"],["27849.767","17503.434"],["27802.535","17424.753"],["29953.690","15456.130"],["29912.547","15449.680"],["29964.720","15440.027"],["29860.119","15386.038"],["29912.566","15342.871"],["29925.319","15326.124"],["29964.690","15357.837"],["30005.327","15313.797"],["24634.355","17194.621"],["24618.572","17189.751"],["24584.358","17181.246"],["24585.593","17165.295"],["18728.217","18304.783"],["18784.114","18454.997"],["18852.218","18280.086"],["18854.893","18424.356"],["18881.383","18275.989"],["25573.199","17816.723"],["24905.408","16949.889"],["26331.199","16142.392"],["26299.161","16177.396"],["26332.929","16191.121"],["21188.239","12657.754"],["16481.582","15669.405"],["16457.897","15649.405"],["16226.757","7680.837"],["16216.430","7562.569"],["16214.799","7651.075"],["16304.348","7536.967"],["16247.405","7632.561"],["14125.836","12726.534"],["14125.589","12696.381"],["16085.477","18300.170"],["16117.676","18361.770"],["16096.430","18395.625"],["32076.213","10762.767"],["32140.222","10718.542"],["31991.408","10809.132"],["20844.239","15868.037"],["20830.542","15834.064"],["20818.000","15914.388"],["20834.087","15912.756"],["20804.363","15875.396"],["20874.083","15850.470"],["21380.417","15294.629"],["21243.116","15095.748"],["21326.075","15136.025"],["21396.727","15156.674"],["21239.072","15186.790"],["30730.999","14290.122"],["20462.530","14786.245"],["20553.467","14719.733"],["20514.703","14812.507"],["20494.702","14749.566"],["20446.380","14741.176"],["20559.298","14850.449"],["20539.281","14840.160"],["20539.223","14687.131"],["16442.956","17892.275"],["16464.223","18018.632"],["26275.188","17068.037"],["26259.539","17110.635"],["26291.916","17150.485"],["26254.758","17145.590"],["15461.520","14913.867"],["15482.470","15038.186"],["15483.769","15013.248"],["15448.328","14961.807"],["15473.016","15063.966"],["15514.213","14982.653"],["15500.839","14991.170"],["15502.731","14940.699"],["15511.135","14898.359"],["17713.228","17874.045"],["17814.581","17842.935"],["17621.739","17883.666"],["17824.573","17899.091"],["17690.148","17941.884"],["17722.895","17917.606"],["17711.858","17963.355"],["17737.055","17977.195"],["17788.159","17943.952"],["17808.817","17917.627"],["16096.369","15435.245"],["16132.043","15478.317"],["16011.057","15388.993"],["16005.898","15463.295"],["15939.606","15501.980"],["16114.183","15312.721"],["15949.499","15327.277"],["15947.046","15391.528"],["16003.632","15444.220"],["15992.533","15453.189"],["15983.273","15484.266"],["16030.685","15479.013"],["16050.726","15492.943"],["16054.799","15456.710"],["16077.386","15506.808"],["16100.349","15491.359"],["16112.445","15479.700"],["16080.088","15457.640"],["16086.163","15495.098"],["15946.978","15410.730"],["16081.715","15424.712"],["16049.811","15363.389"],["15999.024","15377.918"],["16034.343","15419.957"],["16102.076","15398.514"],["16085.567","15374.807"],["14230.319","14948.029"],["14212.049","14911.841"],["27328.841","15849.344"],["27315.181","15820.982"],["27346.556","15894.957"],["27403.633","15921.614"],["27401.054","15854.990"],["27417.799","15808.892"],["27481.140","15815.212"],["27434.844","15763.896"],["27328.065","15744.687"],["27362.193","15921.565"],["27357.100","15876.952"],["27383.559","15879.620"],["27412.841","15867.070"],["27395.297","15817.563"],["27402.066","15757.583"],["27402.627","15805.372"],["27431.617","15794.585"],["27468.059","15835.593"],["27509.358","15824.354"],["27509.259","15780.090"],["12809.606","12306.552"],["12946.087","12318.426"],["12820.768","12225.629"],["19475.052","15139.030"],["19381.654","15127.252"],["19390.084","15190.239"],["19315.432","15266.996"],["19355.679","15265.681"],["30462.280","15092.363"],["6698.506","5942.906"],["6680.457","5916.791"],["32207.494","13002.249"],["32336.519","13007.674"],["32229.953","13019.682"],["32213.766","13076.261"],["32188.248","12992.386"],["32166.069","13083.455"],["32169.157","13140.243"],["32174.605","13169.060"],["19998.586","15312.070"],["19987.129","15364.889"],["16392.336","14466.451"],["16499.352","14515.622"],["16528.289","14539.262"],["16747.782","14871.329"],["16623.349","14870.556"],["16602.197","14869.136"],["16642.520","14834.567"],["16611.319","14792.139"],["16712.057","14845.091"],["16769.660","14849.828"],["16757.045","14704.522"],["16725.837","14680.324"],["27963.753","15788.320"],["27988.607","15738.853"],["28031.499","15769.726"],["28014.247","15808.040"],["28079.232","15782.617"],["28059.042","15728.673"],["28409.471","10623.893"],["29404.065","16229.618"],["29364.079","16212.198"],["29315.977","16197.785"],["29267.993","16215.404"],["29239.848","16191.131"],["29255.421","16320.834"],["29355.261","16207.153"],["29209.461","16297.161"],["29243.840","16340.946"],["29244.587","16164.882"],["29260.674","16292.666"],["15869.404","15434.284"],["15876.902","15322.382"],["15920.665","15435.369"],["15906.886","15319.842"],["15788.995","15301.439"],["15894.386","15502.584"],["15904.876","15490.520"],["15934.701","15492.177"],["15915.509","15477.257"],["15925.872","15427.925"],["15918.945","15387.630"],["15879.181","15363.455"],["28247.124","17091.195"],["28281.973","17099.653"],["28288.903","17149.439"],["28175.047","16987.420"],["28203.001","17003.408"],["28198.670","17036.616"],["28177.170","17045.343"],["28241.707","17021.422"],["28250.568","17016.408"],["28309.865","17156.110"],["23788.540","16163.907"],["23904.232","16212.303"],["17890.512","15941.036"],["17957.692","16032.551"],["17985.868","16105.151"],["18034.658","15981.271"],["20905.599","15992.338"],["21413.084","15042.255"],["21430.053","15056.840"],["30736.386","14205.865"],["30698.322","14182.181"],["30748.146","14121.915"],["27772.342","15686.965"],["27788.896","15645.393"],["27847.483","15653.601"],["15747.320","18191.761"],["15734.162","18140.184"],["15924.193","18124.080"],["15875.821","18116.037"],["15853.929","18156.714"],["15798.680","18112.291"],["15794.075","18077.312"],["21583.052","16371.847"],["25116.553","16880.607"],["25099.983","16905.484"],["25125.109","16967.174"],["19121.239","17964.243"],["19248.006","17983.975"],["19240.720","17995.057"],["31487.911","11323.866"],["31478.448","11331.807"],["31458.680","11436.734"],["28377.887","15617.466"],["28485.100","15697.787"],["15038.208","12457.460"],["15016.049","12511.199"],["15206.575","17454.653"],["15140.077","17475.507"],["15102.295","17414.261"],["15227.347","17443.129"],["15280.108","17424.593"],["15223.778","17443.079"],["15271.000","17599.991"],["15298.944","17594.624"],["15249.191","17540.850"],["15120.974","17529.146"],["15158.395","17447.927"],["23750.993","17202.153"],["24939.643","16670.325"],["24910.534","16714.851"],["24784.551","16690.921"],["24815.925","16708.816"],["24905.151","16649.227"],["24833.635","16616.685"],["18666.033","15715.221"],["18627.704","15512.720"],["18656.778","15679.691"],["18668.653","15651.896"],["14582.722","14841.009"],["14668.243","14818.711"],["14667.267","14871.123"],["14544.361","14864.816"],["14551.500","14872.511"],["14573.317","14864.519"],["27298.201","15718.053"],["27184.856","15581.962"],["27287.157","15626.659"],["27272.712","15623.462"],["27204.192","10314.112"],["27203.186","10364.020"],["27268.164","10377.256"],["29980.397","15273.388"],["29883.144","15282.179"],["29998.094","15237.884"],["30020.401","15274.143"],["30003.684","15196.743"],["30024.622","15198.484"],["27786.445","16773.742"],["27763.325","16717.515"],["27743.229","16666.831"],["27738.115","16650.948"],["27758.597","16611.511"],["27798.472","16583.038"],["27774.809","16629.269"],["27928.420","16646.161"],["27934.110","16596.617"],["27871.345","16593.835"],["27807.111","16584.264"],["15387.973","14659.793"],["15403.073","14611.613"],["24059.983","17620.637"],["24134.046","17564.713"],["24117.736","17505.680"],["24118.867","17523.888"],["24126.593","17549.877"],["24028.558","17559.095"],["23959.804","17589.161"],["17901.413","17798.948"],["17952.276","17830.288"],["17936.255","17775.138"],["17993.861","17830.901"],["17831.259","17778.558"],["17879.291","17807.041"],["15555.532","14909.256"],["15691.415","14952.742"],["15584.837","15035.369"],["15699.629","15031.254"],["15658.580","15061.445"],["15516.873","15035.738"],["15554.946","14966.629"],["15612.165","15039.859"],["15580.782","14976.741"],["15543.566","15004.125"],["15545.600","14928.636"],["13859.053","14008.678"],["23223.642","16928.874"],["23108.655","16868.280"],["23187.519","16862.184"],["23187.868","16847.906"],["23121.299","16906.949"],["23155.973","16940.421"],["23176.845","16930.588"],["23201.226","16937.848"],["23198.880","16888.240"],["23129.386","16839.757"],["23182.171","16929.485"],["23237.370","16945.155"],["23255.687","16939.413"],["23202.374","16969.991"],["30854.821","9432.459"],["30841.867","9432.546"],["30865.917","9457.726"],["15865.849","15289.368"],["15735.934","15241.543"],["15887.079","15094.583"],["15887.474","15085.780"],["15856.951","15292.771"],["15929.944","15293.904"],["15872.984","15087.300"],["15732.860","15168.422"],["15741.506","15114.139"],["15795.664","15150.407"],["15800.361","15114.705"],["15859.700","15130.411"],["15916.911","15161.937"],["15866.257","15272.064"],["15828.054","15203.864"],["15822.877","15243.610"],["15726.982","15260.958"],["15927.882","15205.021"],["15861.027","15199.341"],["15841.145","15197.801"],["7270.878","12202.549"],["7281.181","12200.087"],["7277.579","12288.990"],["7231.503","12269.974"],["6112.958","9600.461"],["6137.962","9634.217"],["6060.912","9680.340"],["6171.675","9688.651"],["6197.852","9778.041"],["6093.927","9721.096"],["6092.667","9711.526"],["29578.635","16204.641"],["29586.236","16195.154"],["29607.650","16201.842"],["29542.806","16185.904"],["29488.168","16159.834"],["29449.934","16191.591"],["29478.390","16173.497"],["16350.246","14086.991"],["16234.113","14032.513"],["16297.103","14087.618"],["31605.720","13302.482"],["31612.288","13259.929"],["31675.097","13288.019"],["31675.080","13200.499"],["31530.502","13210.297"],["23043.848","15716.506"],["22916.485","15635.637"],["23019.632","15571.812"],["24561.864","17199.641"],["24504.705","17204.613"],["24508.246","17205.156"],["24507.794","17230.812"],["24454.117","17273.109"],["24392.444","17294.465"],["24386.750","17306.340"],["24382.871","17209.756"],["24367.097","17273.425"],["24421.949","17271.180"],["19896.105","16618.799"],["19811.136","16670.008"],["19736.485","16746.764"],["19776.732","16745.450"],["30249.439","15843.032"],["30054.139","15829.104"],["30211.622","15744.249"],["30249.291","15730.760"],["30241.939","15803.179"],["30146.404","15739.992"],["30115.919","15813.445"],["30053.458","15757.722"],["30145.271","15806.035"],["25404.932","17348.661"],["7366.182","12315.425"],["7348.302","12308.498"],["7307.777","12282.111"],["7404.474","12284.655"],["7483.652","12229.424"],["7455.499","12278.301"],["15748.687","15812.744"],["15781.412","15727.134"],["27500.704","17231.898"],["23111.409","16732.735"],["23123.218","16711.585"],["23149.432","16728.345"],["23123.733","16658.805"],["23152.967","16701.383"],["23121.932","16672.916"],["23148.890","16709.271"],["19971.800","14046.537"],["27138.541","16889.908"],["27168.187","16936.823"],["27156.035","16949.552"],["27117.378","16915.123"],["5961.807","8842.112"],["6018.354","8833.857"],["13755.348","13086.547"],["13755.214","13170.379"],["22823.764","16990.476"],["26241.585","16196.774"],["26116.418","16170.274"],["14735.359","19103.816"],["22866.532","16298.079"],["16798.267","18334.817"],["7150.296","12522.852"],["7120.493","12376.938"],["7181.965","12364.905"],["7204.476","12403.942"],["22867.768","17304.572"],["22826.108","17320.929"],["22854.426","17347.307"],["22869.930","17322.696"],["22869.224","17270.961"],["22874.671","17287.719"],["22873.428","17243.415"],["22840.366","17235.724"],["22822.966","17248.997"],["22820.110","17219.657"],["15917.637","12623.027"],["15877.390","12630.097"],["15810.005","12712.194"],["15782.850","12689.898"],["22085.501","15697.622"],["22197.951","15524.986"],["22141.387","15529.359"],["22115.201","15603.206"],["22050.534","15617.700"],["22093.308","15663.226"],["22121.642","15658.625"],["22152.205","15700.212"],["22186.754","15647.495"],["22195.209","15670.537"],["22158.128","15684.659"],["15862.873","14456.632"],["15911.029","14458.851"],["24597.295","16937.177"],["15191.500","14745.636"],["15145.213","14779.270"],["15190.920","14729.805"],["15144.690","14735.090"],["15193.835","14773.836"],["15186.734","14755.400"],["15180.697","14758.066"],["15192.338","14770.622"],["15178.536","14746.570"],["15191.177","14760.032"],["15174.988","14770.459"],["15123.036","14737.579"],["15185.686","14771.229"],["15151.331","14746.092"],["15139.368","14753.311"],["15127.674","14739.750"],["15146.745","14749.863"],["15154.825","14735.907"],["15131.973","14736.125"],["15170.654","14788.490"],["15189.285","14745.328"],["15141.733","14778.737"],["15190.005","14787.781"],["15186.936","14774.434"],["15176.620","14776.100"],["15156.862","14760.786"],["15170.338","14743.144"],["15176.498","14743.129"],["15191.988","14755.910"],["15183.156","14770.349"],["15130.486","14764.265"],["15133.155","14752.116"],["15136.277","14767.829"],["15182.827","14773.577"],["15180.064","14788.076"],["15185.887","14788.821"],["15161.409","14788.186"],["15176.553","14731.069"],["15174.657","14729.497"],["15163.763","14730.476"],["15156.132","14731.771"],["15153.855","14779.886"],["15121.177","14739.660"],["15164.641","14728.652"],["15140.622","14750.989"],["15148.229","14747.317"],["15133.758","14754.285"],["15151.604","14763.994"],["15145.037","14765.160"],["15159.799","14747.943"],["15183.850","14730.028"],["15170.973","14734.039"],["15142.037","14733.176"],["15137.066","14736.364"],["15138.963","14738.422"],["15183.918","14743.402"],["15170.963","14757.074"],["15175.646","14756.350"],["15170.986","14771.783"],["15163.787","14744.182"],["15134.237","14734.807"],["15183.234","14733.808"],["15164.911","14735.429"],["15167.643","14734.019"],["15181.040","14728.308"],["15177.455","14783.802"],["15139.943","14760.013"],["15134.562","14764.744"],["15193.123","14785.549"],["15142.627","14765.911"],["15166.582","14776.315"],["15161.917","14790.805"],["15154.227","14762.424"],["15147.594","14762.581"],["15188.438","14731.319"],["15187.776","14786.709"],["15169.004","14774.344"],["15163.241","14774.931"],["15150.036","14773.036"],["15154.778","14777.835"],["15173.328","14788.103"],["15181.405","14786.615"],["15155.901","14790.761"],["15147.066","14766.731"],["15170.329","14747.645"],["15172.286","14790.630"],["15166.136","14749.168"],["15189.691","14741.960"],["15163.499","14678.499"],["15167.670","14676.292"],["15173.897","14678.912"],["15180.633","14674.703"],["15185.846","14678.281"],["15201.024","14672.832"],["15219.525","14679.738"],["15226.543","14675.573"],["15233.574","14677.139"],["15238.429","14681.379"],["15246.368","14681.834"],["15182.496","14662.391"],["15191.638","14662.668"],["15199.037","14664.121"],["15223.268","14663.423"],["15233.397","14664.449"],["15244.301","14669.638"],["15250.720","14668.133"],["15256.875","14669.207"],["15278.897","14865.880"],["15260.892","14853.394"],["15231.888","14830.465"],["15241.963","14848.496"],["23348.305","7655.191"],["23322.949","7648.507"],["23384.865","7633.957"],["23182.901","16996.288"],["23176.403","17030.217"],["23259.856","16987.664"],["23233.861","17121.082"],["23205.811","17122.321"],["23196.344","17174.980"],["23259.236","17160.581"],["23148.297","17165.612"],["23139.582","17192.286"],["23163.624","17190.140"],["16358.493","17563.452"],["22060.411","16054.519"],["22071.097","16138.076"],["22074.771","16124.902"],["22075.051","16020.609"],["22095.505","16018.999"],["22164.967","16020.848"],["22184.174","15950.337"],["17622.138","18773.535"],["17736.878","18696.394"],["17711.943","18706.485"],["17794.317","18768.955"],["17804.646","18762.415"],["23920.926","17811.448"],["23726.730","17646.380"],["16747.661","7701.500"],["16730.609","7721.529"],["16843.260","15590.726"],["16834.153","15680.444"],["16874.197","15579.932"],["16911.611","15614.958"],["16955.534","15698.283"],["16893.827","15700.655"],["18678.785","17773.595"],["25111.194","17763.144"],["25091.866","17742.478"],["25027.612","17653.800"],["25102.905","17735.254"],["28829.204","11273.537"],["30476.051","14571.370"],["30501.865","14602.644"],["30477.952","14658.277"],["30599.291","14605.560"],["30630.880","14555.960"],["30544.951","14597.608"],["30496.760","14493.397"],["30488.470","14453.836"],["30579.404","14470.292"],["30556.826","14487.794"],["30578.914","14506.797"],["30631.151","14464.997"],["22985.666","10389.119"],["23971.844","16485.754"],["23967.866","16562.535"],["23936.164","16412.987"],["27489.103","10232.602"],["27421.369","10277.430"],["27457.454","10360.436"],["27958.258","16262.864"],["27963.740","16303.605"],["27983.612","16325.592"],["27998.566","16274.449"],["27952.530","16226.712"],["27946.210","16195.610"],["6625.323","9101.658"],["6596.711","9064.381"],["6598.050","8993.029"],["6570.655","9014.235"],["6635.998","9106.870"],["6670.487","9071.555"],["6661.724","9037.127"],["6612.195","8963.954"],["12368.241","12156.779"],["16331.742","14872.915"],["23010.568","12752.534"],["22980.357","12739.855"],["23037.795","12713.457"],["22930.594","12712.307"],["23060.802","12717.657"],["8039.081","11869.054"],["8118.152","11867.593"],["7964.508","11820.406"],["8006.955","11811.702"],["8064.611","11900.695"],["26235.581","17366.275"],["19143.035","15104.604"],["19157.194","15093.206"],["29189.883","11157.189"],["26215.256","17061.548"],["26190.348","17146.511"],["21123.386","15384.993"],["21101.263","15428.420"],["21081.067","15374.584"],["21090.206","15456.768"],["21103.800","15506.487"],["21162.587","15502.658"],["28381.736","17181.923"],["16424.786","18471.279"],["16562.369","18515.181"],["16399.059","18626.555"],["16478.011","18674.738"],["18862.107","17913.024"],["18873.374","17871.851"],["18830.282","17894.362"],["18698.743","17892.428"],["18857.993","17957.730"],["16731.345","14416.193"],["16753.381","14364.200"],["16701.856","14320.211"],["16663.538","14448.667"],["16683.419","14326.094"],["16682.509","14377.292"],["16650.828","14322.730"],["22368.880","14411.950"],["14343.314","12784.125"],["14449.484","12866.689"],["14264.041","12779.947"],["14349.964","12849.792"],["14401.028","12887.763"],["14286.027","12809.669"],["14411.074","12777.133"],["17980.863","18372.797"],["17985.326","18429.369"],["28406.898","15713.108"],["22068.564","7450.084"],["22224.603","7437.365"],["28987.418","10830.594"],["18371.611","18051.548"],["7919.984","8549.309"],["7927.792","8729.961"],["7836.883","8703.327"],["7907.942","8720.085"],["7924.207","8695.707"],["7895.343","8657.833"],["7733.993","8728.611"],["7772.102","8730.232"],["7902.477","8602.314"],["7888.029","8587.364"],["15004.072","13828.516"],["14900.482","13982.255"],["17539.957","15198.136"],["17442.324","15102.899"],["17578.157","15163.528"],["17580.803","15212.306"],["17515.931","15272.175"],["16241.384","14675.450"],["16282.938","14683.889"],["16251.088","14708.809"],["16180.773","14834.142"],["16353.199","14719.663"],["20481.721","8455.615"],["20509.027","8448.783"],["17890.461","18074.778"],["17979.339","18087.385"],["15084.389","14985.550"],["17526.855","18295.202"],["17529.652","18316.192"],["17421.975","18371.116"],["17424.574","18371.215"],["18857.263","16023.078"],["18881.991","15978.829"],["18760.853","15989.231"],["18748.682","16031.461"],["18808.545","16031.547"],["18841.642","16029.658"],["18702.350","15974.967"],["18680.409","15990.557"],["15260.283","17388.474"],["15281.391","17369.025"],["15183.250","17366.222"],["15110.409","17369.790"],["15163.362","17370.755"],["15156.245","17403.527"],["15303.176","17365.608"],["21599.968","16322.397"],["21557.596","16167.715"],["21589.433","16178.105"],["21569.183","16213.813"],["21481.982","16145.686"],["21411.652","16170.684"],["21494.720","16221.781"],["21506.340","16251.209"],["21516.461","16260.608"],["21527.385","16297.003"],["21549.728","16298.555"],["21564.788","16276.388"],["17915.875","18723.658"],["17901.665","18740.025"],["20383.949","13728.515"],["30640.389","14101.017"],["30557.506","14117.146"],["30527.870","14226.445"],["30544.208","14145.260"],["30573.756","14069.243"],["30564.953","14201.619"],["25128.034","17861.624"],["25106.287","17857.445"],["25150.161","17876.193"],["31623.094","11280.006"],["31523.039","11382.834"],["31557.850","11411.485"],["31628.228","11310.772"],["31647.948","11445.798"],["31596.922","11437.233"],["31651.279","11478.242"],["31696.743","11484.383"],["31644.599","11289.788"],["31671.246","11462.679"],["31577.745","11319.337"],["31557.085","11308.552"],["31551.299","11369.129"],["31660.911","11294.649"],["31692.944","11354.618"],["14221.637","14296.001"],["14886.840","16332.447"],["14973.353","16339.631"],["14900.035","16241.962"],["19439.381","16618.681"],["19487.450","16665.644"],["19429.842","16623.685"],["19382.976","16677.260"],["19397.088","16718.020"],["19072.321","18295.208"],["18980.041","18290.843"],["18955.304","18303.544"],["18946.501","18258.749"],["18958.903","18285.636"],["12321.017","11913.437"],["14853.899","16278.772"],["14730.351","16210.673"],["14739.824","16204.439"],["14767.178","16185.939"],["32152.107","12921.542"],["32216.447","12883.976"],["32231.392","12841.075"],["32210.335","12931.624"],["32262.843","12853.588"],["32198.857","12784.344"],["15249.012","5593.300"],["15290.340","5627.853"],["23038.441","12767.094"],["22890.394","12768.919"],["21853.269","16313.232"],["21866.369","16253.927"],["21837.466","16263.994"],["21854.949","16216.309"],["21970.328","16168.451"],["21983.261","16221.728"],["21947.441","16177.840"],["21900.878","16189.711"],["21840.117","15374.986"],["21850.353","15457.041"],["21904.601","15443.246"],["21977.904","15464.290"],["21955.597","15390.510"],["22009.963","15387.577"],["22039.819","15363.581"],["21925.588","15374.779"],["22031.075","15434.805"],["20811.729","8091.025"],["20910.885","8064.843"],["20975.991","8078.490"],["20867.307","8033.481"],["16570.620","14315.499"],["16584.865","14406.684"],["17344.972","17887.116"],["17376.683","17976.596"],["28769.900","11040.148"],["13877.525","12598.118"],["14006.996","12571.913"],["5936.760","9259.496"],["21015.730","14781.980"],["21143.424","14774.992"],["21129.566","14783.070"],["21163.716","14807.694"],["15482.771","17847.152"],["7398.138","8928.494"],["7362.262","8893.965"],["7392.999","8911.231"],["7431.840","8935.428"],["27103.594","16438.466"],["27106.203","16399.942"],["27095.288","16457.361"],["27122.699","16400.919"],["27140.500","16473.652"],["27251.370","16360.467"],["27159.711","16455.508"],["24862.859","16330.799"],["24845.446","16261.594"],["24821.624","16219.087"],["24779.625","16236.270"],["28735.040","16123.815"],["28668.557","16123.624"],["28777.037","16101.852"],["28704.999","16070.357"],["28721.130","16090.129"],["28737.521","16056.373"],["28705.890","16124.456"],["14744.358","17360.739"],["14775.460","17293.175"],["14719.637","17305.297"],["14672.968","17386.030"],["5796.483","9027.554"],["5736.115","9076.583"],["5752.581","8983.783"],["5780.581","9072.514"],["14369.400","14965.258"],["14280.852","14984.359"],["14407.875","15019.150"],["14352.562","14966.862"],["14315.272","14990.766"],["14260.573","14897.503"],["14281.742","14896.766"],["14253.778","14949.737"],["23554.388","6605.123"],["27486.016","10511.513"],["27463.353","10582.530"],["27507.432","10620.270"],["15926.222","14847.301"],["16810.922","14689.277"],["17256.033","18639.999"],["17154.035","18547.547"],["16992.021","18625.420"],["20840.898","14136.249"],["20822.979","14166.111"],["13984.989","14878.673"],["21064.652","14397.648"],["21129.012","14363.322"],["28536.224","10854.062"],["28531.233","10827.205"],["28531.348","10840.434"],["28365.960","10854.097"],["28505.598","10691.928"],["28494.479","10678.522"],["14531.485","12519.027"],["19884.776","14447.550"],["19873.376","14311.337"],["19819.361","14341.326"],["21756.248","8700.473"],["31472.625","13768.690"],["31493.633","13609.731"],["31506.727","13639.509"],["22501.222","14904.600"],["16512.883","14276.110"],["16519.060","14278.196"],["16486.674","14276.784"],["25196.334","17278.153"],["25152.087","17299.236"],["25126.922","17285.823"],["25132.066","17216.336"],["25087.377","17199.607"],["25115.143","17244.839"],["23392.701","16579.292"],["22170.504","8130.021"],["22117.318","8155.656"],["21324.919","11129.237"],["20484.770","16354.941"],["20365.608","16422.096"],["14363.917","13069.109"],["16791.791","15085.006"],["16828.836","15292.104"],["16793.611","15268.842"],["16832.343","15139.705"],["16859.777","15184.197"],["16840.155","15164.775"],["6038.071","9542.502"],["6192.287","12986.537"],["23224.112","6566.151"],["23219.409","6583.953"],["23280.353","6462.477"],["23272.599","6554.430"],["23292.804","6460.089"],["6563.630","9109.346"],["6540.665","9136.677"],["6522.878","9104.687"],["14436.296","14991.704"],["14416.080","14997.546"],["14450.842","15003.565"],["8508.861","11736.046"],["8443.074","11751.354"],["8429.198","11802.680"],["8486.666","11885.109"],["19328.612","14954.918"],["19438.872","14875.600"],["27958.888","17140.704"],["27982.358","17138.226"],["28024.059","17159.002"],["28027.265","17102.928"],["27982.639","17083.733"],["28037.223","17133.703"],["28129.532","16988.899"],["18688.005","14880.504"],["32031.143","11783.437"],["31949.293","11741.189"],["32007.268","11724.442"],["30884.254","14050.968"],["31090.228","14098.727"],["31049.766","14126.349"],["31049.165","14164.487"],["31003.766","14196.367"],["30996.984","14134.477"],["30998.176","14093.281"],["31070.925","14052.796"],["31092.457","14225.086"],["18157.743","18495.021"],["18166.680","18667.685"],["26939.137","17429.510"],["27050.212","17413.442"],["27022.451","17437.581"],["26886.490","17418.846"],["13607.938","14593.487"],["24590.646","16578.920"],["24738.573","16598.297"],["24764.943","16575.763"],["24626.258","16714.002"],["24720.535","16703.564"],["24718.688","16756.368"],["24721.852","16745.804"],["24597.061","16606.875"],["16845.135","17747.774"],["16944.830","17770.469"],["16902.132","17736.613"],["16925.142","17705.217"],["16952.607","17767.488"],["16796.103","17675.663"],["16802.616","17713.549"],["16846.596","17642.484"],["7886.426","9072.718"],["7890.961","9037.534"],["7908.251","9003.728"],["23814.802","11107.766"],["23729.947","11114.832"],["23771.703","11142.856"],["23779.289","11131.106"],["23751.846","11204.330"],["23830.468","11181.740"],["23757.211","11149.257"],["23734.192","11130.793"],["23838.618","11130.248"],["23859.502","11114.619"],["7838.217","11899.029"],["7838.779","11870.845"],["7863.695","11821.713"],["22101.605","15370.381"],["22176.656","15370.597"],["22196.617","15370.808"],["22180.972","15327.205"],["22092.286","15324.399"],["22194.280","15486.284"],["22112.556","15480.411"],["22063.259","15466.885"],["25795.623","15846.784"],["25718.748","15816.594"],["25733.715","15783.729"],["27944.759","16893.920"],["27966.427","16899.005"],["28097.354","16908.017"],["27943.605","16861.742"],["27966.386","16827.062"],["28052.938","16836.161"],["28065.197","16860.814"],["28008.919","16928.854"],["28114.878","16958.299"],["28051.198","16891.801"],["28056.601","16877.039"],["28015.870","16831.758"],["28044.068","16805.139"],["28112.870","16862.608"],["14849.512","16735.213"],["14762.562","16664.133"],["14854.561","16749.760"],["14733.390","16741.593"],["14814.251","16773.353"],["7242.326","8999.385"],["19392.670","18192.371"],["19467.403","18081.119"],["19505.431","18160.832"],["19501.944","18116.670"],["19415.810","18148.412"],["21444.888","15781.620"],["21512.549","15777.359"],["21575.508","15922.677"],["21591.042","15918.668"],["20580.603","14797.184"],["20760.559","14791.362"],["20716.503","14868.547"],["20703.109","14797.058"],["20718.985","14800.195"],["19691.709","15462.321"],["15313.176","17291.431"],["15421.349","17299.554"],["15320.379","17333.727"],["15314.596","17358.346"],["15471.708","17290.752"],["15170.144","14231.211"],["15194.545","14103.590"],["15163.051","14128.994"],["15152.537","14161.520"],["15131.330","14099.082"],["15201.440","14187.879"],["15176.622","14227.036"],["15117.456","14226.459"],["5472.510","9408.973"],["5427.275","9383.041"],["5457.514","9493.836"],["5417.945","9496.690"],["5488.709","9533.436"],["5575.638","9585.417"],["5552.030","9563.600"],["31725.076","13174.423"],["31769.558","13165.287"],["31919.476","13171.454"],["31915.333","13106.350"],["16820.430","14609.304"],["16896.714","14630.498"],["16794.924","14453.751"],["14671.405","16692.093"],["31935.734","13077.208"],["31990.818","13046.558"],["32051.577","13092.934"],["32009.030","13106.866"],["32121.560","13172.901"],["32096.324","13016.641"],["24347.147","17221.259"],["24350.840","17344.348"],["24272.083","17391.299"],["24296.725","17333.778"],["24307.196","17394.678"],["24312.826","17350.469"],["24298.931","17328.650"],["5431.818","9331.623"],["5479.463","9308.740"],["5570.655","9252.378"],["5557.227","9250.793"],["5590.375","9192.989"],["5471.199","9235.915"],["5514.628","9241.582"],["31719.899","11084.444"],["31571.994","11076.128"],["31665.169","11162.715"],["31576.708","11187.838"],["31532.761","11132.743"],["31603.096","11205.139"],["31644.299","11201.882"],["31619.698","11080.402"],["31713.849","11184.759"],["31708.232","11145.089"],["31682.227","11216.266"],["31518.929","11264.874"],["25096.719","17192.703"],["25020.030","17193.525"],["24992.902","17114.873"],["25076.614","17073.598"],["25021.660","17168.240"],["25112.888","17082.799"],["25147.427","17120.297"],["24999.431","17147.328"],["25118.535","17119.144"],["26810.424","17195.210"],["26831.274","17050.398"],["27374.463","9432.138"],["28909.748","11152.112"],["28876.215","11105.413"],["28975.703","11207.552"],["28887.398","11086.031"],["13785.680","14607.337"],["13667.887","14457.533"],["15653.974","13463.316"],["15717.337","13602.385"],["15710.497","13586.782"],["18001.163","15302.507"],["31465.722","13311.189"],["27994.754","16413.563"],["28011.972","16498.010"],["28072.765","16541.934"],["15441.401","5144.154"],["14791.457","6063.537"],["14871.601","6194.836"],["5871.301","9562.280"],["5920.984","9546.896"],["5859.674","9480.777"],["5884.513","9519.827"],["5983.454","9511.870"],["5959.106","9520.910"],["5933.261","9494.460"],["5999.740","9463.475"],["5983.302","9438.316"],["21386.225","15320.741"],["5660.106","9255.704"],["21845.649","15910.758"],["25582.042","17853.303"],["25582.460","17858.978"],["25495.352","17907.801"],["24518.447","16457.237"],["24522.913","16533.824"],["24532.306","16363.096"],["24393.516","16478.019"],["16673.882","15631.269"],["16673.427","15620.619"],["16693.740","15626.316"],["16607.194","15717.980"],["16618.438","15689.369"],["16653.873","15653.812"],["16605.763","15509.980"],["16596.225","15678.981"],["16667.533","15627.437"],["16703.855","15604.169"],["16608.256","15539.456"],["16573.456","15578.486"],["16682.820","15545.616"],["16656.149","15561.696"],["16644.277","15545.428"],["16640.944","15508.589"],["20520.412","15470.511"],["27386.924","15713.741"],["27346.634","15695.735"],["15573.829","5391.935"],["15569.207","5369.639"],["15594.178","5418.660"],["15518.682","5365.750"],["23203.443","6692.354"],["23169.473","6679.459"],["23148.328","6639.432"],["15018.922","15871.523"],["14964.284","15921.043"],["23351.030","17587.047"],["26471.238","15973.865"],["26528.280","16022.802"],["26654.432","15991.464"],["26600.287","15938.821"],["26640.195","15945.204"],["26662.484","16111.831"],["26616.053","15992.877"],["26578.753","16006.768"],["26518.175","15947.605"],["5831.933","9046.242"],["22893.461","17051.277"],["22909.183","17001.711"],["22966.502","17124.847"],["22955.532","17146.510"],["22964.520","17188.183"],["22932.329","17178.216"],["22955.737","17184.927"],["22904.048","17169.097"],["22920.032","17184.742"],["22939.216","17138.602"],["22934.862","17090.875"],["22919.189","17087.474"],["31387.778","10712.421"],["31410.755","10686.237"],["31511.898","10681.602"],["31408.684","10734.644"],["31500.210","10785.202"],["31476.928","10718.965"],["31464.001","10722.029"],["31433.830","10765.294"],["31388.760","10779.316"],["31394.552","10825.002"],["27822.287","12850.988"],["27845.906","12856.042"],["22295.261","15455.716"],["22342.002","15400.469"],["22291.849","15381.293"],["22264.488","15462.581"],["22278.168","15488.262"],["22346.619","15491.169"],["22371.312","15496.321"],["16211.399","12515.536"],["18474.000","15048.999"],["18478.741","18482.249"],["18567.547","18630.440"],["18627.998","18600.613"],["18586.249","18487.787"],["18588.108","18493.518"],["18539.549","18538.310"],["18525.750","18514.940"],["18479.483","18651.817"],["18498.595","18619.612"],["28153.507","10983.042"],["28172.966","11046.705"],["23438.329","17416.538"],["18442.668","18701.002"],["26098.560","15696.424"],["16830.615","18189.024"],["20351.775","8220.894"],["27345.724","16092.756"],["27345.152","16067.004"],["27305.786","16052.758"],["27327.526","16021.395"],["27346.759","15997.205"],["27361.830","15985.674"],["27417.137","15935.894"],["28174.070","12759.362"],["6184.606","8769.335"],["6129.396","8793.403"],["6068.633","8780.720"],["31957.948","10961.944"],["32005.711","10990.572"],["32127.751","11052.536"],["32138.349","10880.265"],["32026.626","10958.447"],["32079.048","10861.746"],["31971.729","10913.875"],["23452.801","17183.119"],["23404.481","17124.238"],["23321.730","17030.270"],["23391.651","17111.090"],["23432.016","17101.673"],["23325.693","17092.222"],["23362.924","17010.156"],["23355.962","17054.449"],["23308.390","17062.278"],["23314.493","17026.011"],["23313.818","17024.432"],["23512.287","17044.007"],["27152.001","17432.625"],["27158.233","17462.739"],["27177.116","17511.212"],["27219.861","17552.722"],["27265.582","17530.426"],["24158.318","17482.482"],["24196.272","17578.054"],["24199.236","17578.375"],["24233.375","17567.819"],["24153.860","17581.496"],["24221.334","17572.480"],["24234.148","17535.766"],["24247.502","17529.351"],["24234.220","17469.396"],["24287.750","17448.410"],["24194.235","17463.252"],["24174.602","17465.997"],["24154.935","17462.155"],["24156.850","17605.754"],["24264.422","17467.669"],["24257.336","17500.544"],["24240.791","17425.103"],["14744.173","17427.297"],["14760.008","17554.430"],["21498.711","16336.734"],["12943.251","12742.114"],["27102.312","15916.856"],["27112.719","15757.986"],["27126.111","15803.515"],["27125.212","15779.201"],["27137.493","15735.193"],["27111.593","15781.466"],["27146.286","15870.667"],["17319.609","15574.247"],["17282.579","15713.422"],["15875.027","12526.016"],["15725.209","12437.973"],["15769.326","12466.199"],["15807.949","12420.065"],["15760.591","12360.771"],["15827.997","12527.597"],["15785.834","12349.104"],["15805.761","12406.143"],["15817.750","12458.960"],["25487.252","17832.145"],["25460.766","17812.865"],["25610.198","17737.934"],["25607.174","17765.515"],["25523.986","17684.320"],["25482.761","17679.461"],["25482.674","17632.560"],["25580.051","17629.767"],["25569.633","17693.250"],["25597.490","17678.398"],["25488.702","17805.214"],["25467.128","17750.692"],["25516.433","17725.726"],["28745.856","10804.866"],["18311.644","18328.250"],["16379.348","17709.537"],["16376.634","17718.604"],["16503.325","17768.369"],["16518.950","17761.235"],["16558.921","17676.957"],["23019.712","16850.135"],["23003.178","16854.947"],["22994.721","16836.389"],["14965.043","14784.616"],["14932.362","14796.391"],["14993.164","14819.474"],["14967.829","14846.654"],["14982.693","14838.437"],["14997.731","14859.976"],["14948.873","14842.179"],["16123.836","5818.412"],["16065.265","5845.654"],["16041.887","5789.052"],["19892.309","15962.053"],["19885.335","15961.128"],["19904.069","15949.765"],["15587.491","13862.315"],["15557.910","13885.065"],["15606.616","13896.679"],["15616.896","13920.815"],["15577.857","13865.781"],["28382.722","11568.894"],["28381.906","11533.157"],["28484.678","11508.154"],["16148.891","15660.976"],["16330.076","15645.951"],["16254.995","15647.155"],["16266.169","15631.829"],["16267.101","15699.674"],["16148.528","15645.669"],["16205.314","15592.952"],["16187.706","15597.543"],["23936.713","17860.049"],["23990.772","17845.364"],["23973.785","17847.371"],["23968.640","17853.800"],["23946.230","17866.368"],["23100.249","17469.451"],["23099.316","17479.510"],["23223.048","17580.818"],["23227.197","17595.681"],["23244.689","17611.330"],["23266.594","17595.387"],["23244.297","17571.658"],["23243.083","17589.387"],["17807.821","17814.545"],["27529.013","10549.075"],["16274.133","17826.242"],["13570.528","13497.965"],["30747.950","14251.768"],["18466.521","17975.904"]] \ No newline at end of file diff --git a/src/gathering/10211.json b/src/gathering/10211.json new file mode 100644 index 0000000..bbc5d56 --- /dev/null +++ b/src/gathering/10211.json @@ -0,0 +1 @@ +[["12040.094","17525.334"],["12051.692","17518.960"],["12048.535","17556.202"],["12139.297","17529.333"],["12102.203","17518.979"],["12121.444","17552.606"],["12138.437","17573.042"],["12129.670","17488.938"],["12105.014","17467.144"],["12095.610","17440.131"],["12071.912","17427.050"],["12056.106","17434.657"],["12037.765","17450.061"],["12053.556","17461.422"],["12030.564","17465.886"],["12006.574","17439.318"],["11967.114","17460.342"],["11938.307","17529.699"],["11946.084","17572.267"],["11964.347","17595.114"],["11954.068","17610.670"],["11967.503","17615.034"],["12012.056","17620.115"],["12030.925","17618.330"],["12043.747","17602.359"],["12024.417","17595.530"],["12064.789","17600.438"],["12060.271","17585.477"],["12041.029","17570.667"],["12003.859","17566.895"],["11985.663","17536.606"],["11976.247","17570.601"],["12016.352","17447.094"],["12099.080","17503.168"],["12108.009","17484.772"],["12134.426","17530.383"],["12051.358","17530.952"],["12064.817","17525.582"],["12027.137","17559.422"],["12102.824","17518.728"],["12140.350","17528.871"],["12109.144","17531.712"],["12125.951","17548.708"],["12126.841","17498.962"],["12111.478","17450.447"],["12085.087","17430.452"],["12053.787","17439.116"],["12039.245","17457.294"],["12042.997","17457.409"],["12021.814","17468.445"],["12006.426","17440.969"],["11981.950","17452.878"],["11939.705","17521.805"],["11940.448","17578.705"],["11947.679","17564.753"],["11971.091","17596.650"],["11980.135","17615.877"],["12033.879","17592.714"],["12025.272","17594.060"],["12046.176","17595.056"],["12032.411","17576.464"],["12003.908","17558.109"],["11986.856","17525.890"],["11978.805","17544.005"],["11980.655","17573.012"],["12008.062","17456.805"],["12112.090","17493.754"],["12101.579","17490.866"],["12137.682","17516.031"],["11942.199","17518.357"],["11954.876","17445.338"],["11963.683","17453.773"],["11987.255","17439.305"],["12009.939","17431.452"],["12004.988","17431.088"],["12003.468","17419.974"],["11999.373","17426.927"],["12012.574","17413.859"],["12088.202","17459.272"],["12087.248","17459.767"],["12095.643","17442.608"],["12096.142","17429.293"],["12145.329","17452.789"],["12128.936","17416.845"],["12113.327","17418.034"],["12016.019","17428.767"],["12035.804","17421.566"],["12034.568","17527.134"],["12058.134","17538.466"],["12063.797","17513.824"],["12036.265","17555.558"],["12106.891","17538.467"],["12104.819","17554.995"],["12112.404","17545.709"],["12122.777","17564.051"],["12141.299","17572.200"],["12129.983","17487.220"],["12116.872","17467.078"],["12082.603","17427.198"],["12032.420","17452.505"],["12045.876","17457.971"],["12042.537","17459.445"],["11989.370","17460.061"],["11968.101","17451.903"],["11936.295","17470.321"],["11955.327","17559.732"],["11971.042","17594.817"],["12039.658","17617.356"],["12042.168","17602.656"],["12025.585","17590.377"],["12035.585","17570.023"],["12006.194","17552.626"],["11977.834","17537.663"],["11971.757","17572.781"],["12009.263","17450.546"],["12100.133","17502.358"],["12101.480","17489.693"],["12133.143","17519.367"],["11944.502","17468.741"],["11989.057","17447.576"],["11952.491","17445.619"],["11954.136","17452.654"],["11997.280","17474.483"],["11989.645","17470.582"],["12022.768","17481.460"],["11988.097","17425.011"],["12010.120","17432.558"],["11997.613","17411.237"],["11996.215","17413.632"],["12019.625","17411.086"],["12012.920","17423.967"],["12079.748","17454.945"],["12089.419","17463.087"],["12117.004","17454.081"],["12098.675","17433.687"],["12145.494","17446.976"],["12113.475","17420.049"],["12143.386","17409.834"],["12015.065","17416.678"],["12026.628","17434.663"],["12042.383","17411.145"],["12046.755","17514.120"],["12070.113","17507.829"],["12047.367","17573.411"],["12113.059","17537.063"],["12110.197","17545.152"],["12097.286","17493.475"],["12138.540","17512.356"],["12113.566","17546.248"],["12133.256","17490.886"],["12098.291","17431.939"],["12063.722","17423.185"],["12039.574","17450.754"],["12051.550","17463.569"],["11979.318","17455.404"],["11943.784","17533.564"],["11935.585","17561.844"],["11946.807","17563.762"],["11966.963","17605.469"],["11964.873","17615.685"],["11974.279","17616.752"],["12034.203","17594.836"],["12052.519","17601.329"],["12050.616","17588.681"],["12045.128","17584.685"],["12042.131","17570.832"],["12003.809","17560.438"],["11984.717","17528.252"],["11989.791","17543.080"],["11975.474","17563.962"],["12018.293","17442.668"],["12098.801","17503.068"],["12132.682","17517.204"],["11938.118","17596.887"],["8849.894","16762.026"],["8813.192","16734.018"],["8791.945","16731.486"],["8786.583","16750.626"],["8802.262","16757.720"],["8843.937","16751.199"],["8814.403","16770.931"],["25248.872","17411.341"],["25367.079","17430.975"],["25389.898","17430.695"],["25260.385","17411.391"],["25212.749","17613.683"],["25353.526","17420.934"],["13414.525","15671.923"],["13412.239","15693.410"],["13921.957","14468.195"],["14003.638","14458.690"],["14005.677","14473.455"],["13984.519","14650.152"],["14001.167","14630.964"],["13953.233","14522.979"],["13915.789","14495.065"],["13920.731","14457.326"],["14036.500","14450.796"],["13993.078","14472.976"],["14010.677","14456.543"],["13993.210","14509.739"],["14033.046","14473.455"],["13937.296","14519.996"],["13853.898","14481.748"],["14006.136","14608.641"],["13985.084","14615.544"],["13995.051","14612.555"],["14016.900","14651.341"],["13897.218","14462.255"],["13912.483","14498.550"],["14009.647","14552.326"],["13972.953","14543.870"],["13870.404","14482.652"],["13906.907","14498.633"],["13956.753","14510.533"],["13951.802","14530.912"],["13951.523","14538.889"],["13989.845","14532.046"],["13858.299","14483.313"],["13860.803","14456.755"],["13854.786","14503.317"],["13833.371","14505.398"],["13978.983","14580.535"],["13998.291","14619.095"],["13984.714","14567.985"],["14015.025","14661.365"],["13907.958","14474.129"],["13834.950","14472.200"],["13900.838","14469.632"],["13910.871","14508.063"],["14002.947","14493.851"],["13975.736","14637.766"],["13999.220","14524.894"],["14024.878","14564.630"],["13921.588","14520.144"],["13965.338","14550.021"],["13841.523","14499.052"],["13870.125","14483.346"],["13858.682","14452.296"],["13966.054","14612.258"],["13979.278","14583.818"],["13946.103","14623.191"],["13862.812","14489.361"],["13953.679","14536.575"],["13906.868","14513.489"],["13893.155","14453.237"],["13971.580","14590.276"],["13971.416","14598.253"],["13956.630","14572.687"],["13848.880","14477.056"],["13837.289","14460.576"],["13851.441","14518.923"],["13964.598","14541.152"],["13834.802","14498.626"],["13864.027","14483.691"],["13852.843","14487.506"],["13951.169","14587.072"],["13946.465","14565.817"],["13853.157","14477.370"],["13837.881","14457.851"],["9487.812","19026.627"],["9491.759","19007.271"],["9550.219","18995.742"],["9551.255","19010.457"],["9519.117","18985.387"],["9597.419","18929.281"],["9547.847","18944.442"],["9570.873","18943.270"],["9563.949","18961.106"],["9602.001","19006.065"],["9577.835","19042.414"],["9540.269","19042.315"],["9596.864","19025.569"],["9593.295","19014.784"],["9536.148","19095.466"],["9514.240","19093.187"],["9486.374","19047.052"],["9517.986","19063.914"],["9467.394","19042.510"],["9501.932","19081.611"],["9463.889","19051.801"],["9475.271","19098.853"],["9494.564","19078.572"],["9428.919","19031.083"],["9414.116","19053.345"],["9446.633","19095.405"],["9433.256","18944.484"],["9439.737","18947.589"],["9435.756","18957.597"],["9419.441","18951.602"],["9410.298","18958.072"],["9427.370","18955.396"],["9427.206","18957.213"],["9419.596","18982.516"],["9410.139","18978.206"],["9530.350","18968.789"],["9607.386","18934.054"],["9603.169","19047.485"],["9576.305","19068.575"],["9519.684","19089.768"],["9499.927","19066.259"],["9486.784","19090.413"],["9460.169","19093.506"],["9473.289","19024.893"],["9508.919","18962.513"],["9566.580","18982.510"],["9580.697","19018.781"],["9550.095","19062.089"],["9479.958","19066.367"],["9426.278","19009.356"],["9409.656","19061.383"],["9424.312","19098.101"],["9438.980","18961.974"],["9419.377","18958.815"],["9520.887","19016.107"],["9531.025","18994.123"],["9570.577","18934.170"],["9603.324","18934.037"],["9611.311","19032.010"],["9599.551","18992.737"],["9567.045","19063.306"],["9586.108","19040.812"],["9537.464","19060.553"],["9542.299","19055.879"],["9498.118","19035.359"],["9517.048","19062.791"],["9497.113","19047.457"],["9490.435","19096.326"],["9429.725","19059.671"],["9430.876","19092.928"],["9420.806","18940.487"],["9437.105","18965.508"],["9417.189","18966.825"],["9416.866","18980.732"],["17411.889","17871.389"],["17433.304","17936.674"],["7532.959","12578.383"],["6390.990","14873.954"],["6388.077","14892.769"],["6391.565","14907.811"],["6392.213","14929.815"],["6388.735","14944.279"],["6404.648","14883.500"],["6388.702","14885.403"],["6390.463","14903.517"],["6388.595","14925.438"],["6398.752","14944.940"],["6413.151","14885.647"],["6296.526","15078.974"],["6373.311","14958.314"],["6379.734","14994.045"],["6376.435","14964.811"],["6385.080","14969.626"],["6409.240","15027.154"],["6403.714","15026.609"],["6398.612","15017.195"],["6408.711","15006.130"],["6393.053","15018.021"],["6404.114","15033.140"],["6405.380","15033.189"],["6405.874","15037.516"],["6397.720","15038.761"],["6396.125","15040.825"],["6353.267","15082.318"],["6355.750","15083.871"],["6351.951","15083.838"],["6379.304","15068.512"],["6378.859","15065.159"],["6382.116","15050.395"],["6385.085","14876.415"],["6389.277","14885.898"],["6392.930","14904.888"],["6388.151","14935.513"],["6399.245","14935.989"],["6407.197","14894.153"],["6307.797","14930.281"],["6311.616","14962.346"],["6300.761","14941.751"],["6288.630","14968.470"],["6282.566","14963.302"],["6279.556","14948.967"],["6288.704","14937.829"],["6289.888","14943.692"],["6297.372","14931.958"],["6290.859","14913.147"],["6307.521","14912.082"],["6280.541","14975.166"],["6275.525","14974.323"],["6261.471","14976.848"],["6254.670","14989.294"],["6314.387","14902.582"],["6337.545","14877.992"],["6353.530","14918.657"],["6351.747","14931.919"],["6349.452","14952.733"],["6307.264","14875.283"],["6279.849","14894.590"],["6279.356","14884.516"],["6267.809","14892.558"],["6251.333","14924.018"],["6258.619","14906.930"],["6260.696","15063.062"],["6268.355","15058.912"],["6293.898","15066.272"],["6281.003","15072.713"],["6253.678","15058.166"],["6253.057","15020.857"],["6264.934","15005.042"],["6277.351","15002.482"],["6342.477","15011.782"],["6348.732","15019.859"],["6360.689","15031.519"],["6366.752","15036.761"],["6375.138","15036.222"],["6372.671","15035.809"],["6372.954","15044.327"],["6374.056","15044.310"],["6333.334","14985.528"],["6320.671","15040.957"],["6328.606","15027.342"],["6320.715","15017.821"],["6306.143","15029.844"],["6355.597","15036.683"],["6362.604","15055.279"],["6254.383","15070.484"],["6405.673","15066.337"],["6305.406","15001.480"],["6326.002","15016.420"],["6344.233","15019.975"],["6341.193","14993.149"],["6368.574","14971.361"],["6363.270","14980.882"],["6373.228","14969.089"],["6396.280","14960.476"],["6394.223","15032.472"],["6406.918","15013.116"],["6398.366","15015.180"],["6401.811","15042.058"],["6379.334","15039.578"],["6374.604","15069.386"],["6360.783","15082.285"],["6352.741","15083.557"],["6397.588","15047.482"],["6395.306","15043.522"],["6396.491","15060.618"],["6383.152","15052.674"],["6385.776","14875.755"],["6387.057","14886.708"],["6397.551","14901.023"],["6389.434","14935.298"],["6393.077","14947.285"],["6404.006","14893.674"],["6316.475","15017.037"],["6326.660","15027.931"],["6354.118","15003.278"],["6349.153","14976.419"],["6361.050","14972.349"],["6363.106","14998.884"],["6369.396","14988.709"],["6390.557","14968.866"],["6306.415","14940.437"],["6283.835","14946.814"],["6295.564","14910.678"],["6279.554","14975.314"],["6257.984","14987.764"],["6330.724","14893.183"],["6286.132","14892.625"],["6260.823","14906.187"],["6284.967","15070.533"],["6257.543","15053.377"],["6259.011","15022.228"],["6261.052","15014.588"],["6354.828","15035.354"],["6364.614","15032.516"],["6392.128","15020.928"],["6336.343","14954.533"],["6336.886","14983.364"],["6343.383","15033.481"],["6331.204","15022.717"],["6302.130","15013.659"],["6357.374","15057.971"],["22072.728","9450.197"],["22085.180","9540.193"],["22236.089","9532.426"],["22204.379","9564.966"],["22110.806","9484.625"],["22198.704","9412.577"],["22203.885","9521.922"],["22115.543","9486.161"],["22227.108","9457.350"],["22208.868","9515.762"],["22206.118","9575.598"],["22126.875","9503.188"],["22204.016","9451.091"],["22093.864","9531.968"],["22096.053","9494.055"],["22183.227","9430.661"],["22074.506","9482.885"],["22093.304","9461.807"],["22044.106","9490.892"],["22065.105","9562.697"],["22166.777","9561.967"],["22225.367","9540.271"],["22095.522","9526.825"],["22184.806","9462.354"],["22174.512","9580.717"],["22210.094","9510.938"],["22138.731","9470.726"],["22123.685","9576.946"],["22110.033","9484.328"],["22237.421","9458.324"],["22079.144","9486.320"],["22029.691","9555.534"],["22199.693","9547.802"],["22147.368","9472.866"],["22224.395","9428.597"],["19543.594","15747.315"],["19553.609","15720.474"],["19584.693","15794.861"],["19571.437","15807.148"],["19555.223","15726.855"],["19557.740","15736.186"],["19562.509","15727.202"],["19715.728","15894.556"],["19609.064","15775.201"],["19695.060","15861.778"],["19668.590","15857.573"],["19641.830","15834.056"],["19594.535","15801.093"],["19548.302","15725.199"],["19588.414","15725.138"],["19558.114","15792.764"],["19596.422","15794.935"],["19596.588","15727.070"],["19604.524","15780.866"],["19591.851","15725.137"],["19539.255","15791.159"],["19540.686","15794.578"],["19541.574","15820.275"],["19546.580","15777.481"],["19534.962","15827.047"],["19584.450","15749.448"],["19719.675","15860.898"],["19557.556","15735.999"],["19684.813","15873.157"],["19678.103","15869.408"],["19646.534","15846.442"],["19645.498","15850.042"],["19535.423","15780.804"],["19530.035","15828.481"],["19542.429","15805.197"],["19562.500","15757.519"],["19718.199","15820.445"],["19624.325","15855.351"],["19672.110","15905.866"],["19572.834","15859.806"],["19678.688","15909.614"],["19634.547","15892.914"],["19715.713","15896.192"],["19543.166","15720.833"],["19590.536","15811.042"],["19646.554","15763.239"],["19625.177","15894.341"],["19663.876","15862.080"],["19635.917","15903.011"],["19682.810","15897.847"],["19607.739","15909.486"],["19618.477","15896.440"],["19704.134","15891.337"],["19696.108","15911.502"],["19523.785","15735.611"],["19545.867","15828.021"],["19625.946","15791.045"],["19526.087","15912.285"],["19662.952","15768.243"],["19684.364","15842.546"],["19647.195","15764.296"],["19565.552","15927.051"],["19556.038","15733.524"],["19604.739","15813.359"],["19677.405","15903.806"],["19601.950","15899.758"],["19663.296","15907.067"],["19694.496","15886.151"],["19722.440","15900.800"],["4188.848","18461.216"],["4197.762","18423.776"],["4179.259","18454.429"],["4194.107","18453.021"],["4261.797","18425.112"],["4197.011","18454.416"],["4223.985","18442.278"],["4260.254","18446.765"],["4261.965","18465.840"],["4249.481","18432.595"],["4249.991","18449.473"],["4237.393","18456.757"],["4247.179","18449.738"],["4150.663","18453.029"],["4192.121","18443.429"],["4256.238","18425.359"],["4194.741","18463.913"],["4264.728","18465.378"],["4257.261","18463.875"],["4249.120","18462.438"],["4260.008","18466.104"],["4164.692","18450.007"],["4153.442","18438.479"],["4174.478","18447.017"],["21455.518","15996.153"],["21587.972","15984.525"],["21597.618","15962.849"],["21580.485","16050.158"],["21556.780","16040.243"],["21527.916","16020.894"],["21501.998","16129.798"],["21498.744","16091.156"],["21453.405","16097.028"],["21430.015","16048.712"],["21429.584","15962.530"],["21427.149","15981.853"],["21434.844","16007.168"],["21468.906","15990.554"],["21582.018","15966.408"],["21579.370","15965.847"],["21593.835","15948.513"],["21609.872","15983.988"],["21580.600","16051.132"],["21606.176","16048.605"],["21555.094","16035.151"],["21553.721","16036.990"],["21588.968","16001.994"],["21560.597","16012.637"],["21559.808","16008.772"],["21471.293","16110.247"],["21463.744","16109.785"],["21455.789","16097.110"],["21431.595","16090.802"],["21455.476","16036.094"],["21460.575","16060.008"],["7297.680","19230.896"],["7292.203","19228.766"],["7293.377","19170.184"],["7277.029","19182.752"],["7300.976","19175.387"],["7253.455","19123.668"],["7225.494","19102.331"],["7265.967","19192.246"],["7233.735","19127.517"],["7191.638","19126.494"],["7276.119","19131.563"],["7252.665","19107.269"],["25236.356","8083.312"],["25265.484","8097.697"],["8468.445","16076.922"],["8466.862","16004.076"],["8475.419","16060.044"],["8491.010","16031.776"],["8478.967","15973.292"],["8444.684","16134.496"],["8461.368","16055.602"],["8386.183","16082.831"],["8422.163","16031.968"],["8469.432","16006.633"],["8518.338","16014.872"],["8434.773","15978.164"],["8492.498","15999.686"],["8403.295","16033.208"],["8361.662","16018.383"],["8372.470","15985.623"],["8497.747","16119.742"],["8519.444","16033.346"],["8533.085","16023.312"],["8450.774","15949.121"],["8487.574","16040.745"],["8432.627","16038.601"],["8429.447","16083.884"],["8390.439","15979.847"],["8386.381","16031.479"],["8502.710","16033.637"],["8536.580","15996.487"],["8357.654","15936.147"],["8384.765","15946.059"],["8388.180","15943.594"],["8372.124","16098.624"],["8373.129","16120.264"],["8377.919","16064.652"],["8398.577","16017.137"],["8423.593","16021.200"],["8507.475","16059.738"],["8493.095","16070.930"],["8519.785","16009.042"],["8526.396","15996.815"],["8471.933","16002.475"],["8481.385","16041.649"],["8458.744","15986.757"],["8443.202","16108.073"],["8379.255","16084.477"],["8357.925","16073.037"],["8416.472","15970.521"],["8395.552","15985.017"],["8377.764","16013.995"],["8427.787","15936.817"],["8436.664","15932.376"],["8512.082","16028.186"],["8464.294","15972.242"],["8449.268","15967.527"],["8420.143","16112.195"],["8416.981","16126.064"],["8369.075","15930.071"],["8378.561","16098.352"],["8451.167","16003.034"],["8527.324","16020.933"],["8461.489","16019.080"],["8461.559","16007.808"],["8491.163","16038.979"],["8428.527","16078.157"],["8430.450","16026.832"],["8374.562","16015.127"],["8452.709","16045.878"],["8462.046","16120.244"],["8514.989","15947.327"],["8524.768","15934.246"],["8526.739","15963.376"],["8500.709","15965.539"],["8503.106","15982.144"],["8460.216","16139.863"],["8396.192","16081.300"],["8399.679","16023.297"],["8456.974","16120.277"],["8458.685","16123.745"],["8456.326","16072.857"],["8460.898","16066.218"],["8362.152","16059.131"],["8458.313","15993.639"],["8407.097","15991.085"],["8410.123","15974.385"],["8399.532","15970.120"],["8469.127","15959.929"],["8443.555","15946.199"],["8359.465","16000.210"],["8501.786","16028.285"],["8415.794","16018.928"],["8458.578","15982.952"],["8430.445","16112.219"],["8418.955","16123.389"],["8425.978","16123.774"],["8370.833","16124.741"],["8462.325","16134.780"],["8494.777","16129.068"],["8523.731","16032.673"],["8453.034","15951.425"],["8411.742","15955.340"],["8416.145","15953.900"],["8425.388","16085.131"],["8420.088","15974.840"],["8410.572","16111.181"],["8373.551","16017.870"],["8367.930","16076.217"],["8434.796","16106.929"],["8522.074","15936.112"],["8358.555","15940.877"],["8418.719","16130.777"],["8445.452","16081.183"],["8499.977","16056.030"],["8529.674","16004.156"],["8498.638","16032.549"],["8519.098","15959.868"],["8517.321","15946.442"],["8385.709","16140.681"],["8448.920","16000.440"],["8380.857","16136.967"],["8423.314","16001.662"],["8509.792","16079.249"],["8513.589","16024.076"],["8433.983","15992.714"],["21411.833","12681.584"],["21412.339","12722.403"],["21424.884","12707.047"],["21792.549","6450.687"],["21720.888","6548.969"],["21795.493","6437.277"],["21776.184","6578.251"],["21692.401","6475.526"],["21676.678","6606.707"],["21811.265","6607.229"],["18474.480","16329.377"],["13815.167","13431.707"],["13821.415","13437.273"],["13756.252","13493.561"],["13730.210","13511.345"],["13785.531","13596.775"],["13829.136","13506.261"],["13822.508","13451.695"],["13808.971","13447.334"],["13826.800","13501.273"],["13828.336","13552.501"],["13828.112","13455.232"],["13779.943","13553.067"],["13759.867","13474.912"],["13710.404","13444.405"],["13701.198","13422.384"],["13760.374","13517.655"],["13742.414","13463.163"],["13624.957","13432.834"],["13637.262","13534.899"],["13766.159","13401.772"],["13793.324","13424.338"],["13785.186","13452.424"],["13820.189","13425.296"],["13808.736","13404.926"],["13641.140","13478.860"],["13636.411","13443.151"],["13666.547","13468.988"],["13656.372","13440.291"],["13679.154","13513.519"],["13688.195","13509.619"],["13684.602","13552.301"],["13672.795","13561.773"],["13644.938","13576.505"],["13699.914","13592.665"],["13813.654","13396.520"],["13736.189","13550.208"],["13762.766","13497.458"],["13751.607","13468.198"],["13776.111","13557.295"],["13824.218","13463.288"],["13817.886","13445.534"],["13800.720","13398.031"],["13753.762","13509.827"],["13780.907","13474.749"],["13826.533","13451.186"],["13729.292","13505.453"],["13627.358","13456.450"],["13715.111","13435.925"],["13631.549","13525.647"],["13754.204","13404.353"],["13780.314","13418.541"],["13780.466","13451.549"],["13644.823","13475.248"],["13632.066","13444.184"],["13662.172","13464.149"],["13679.779","13522.603"],["13695.778","13503.855"],["13680.750","13540.300"],["13674.933","13568.743"],["13639.527","13572.921"],["13693.007","13591.641"],["13823.657","13535.182"],["13620.048","13522.865"],["13802.485","13454.220"],["13650.092","13486.799"],["13662.043","13406.892"],["13623.888","13431.794"],["13804.744","13439.572"],["13827.166","13438.895"],["13815.123","13439.506"],["13828.357","13542.516"],["13744.725","13571.199"],["13627.641","13397.042"],["13820.661","13438.700"],["13820.300","13440.368"],["13827.092","13499.956"],["13645.865","13488.434"],["13708.814","13403.611"],["13818.125","13435.819"],["13806.253","13440.021"],["13824.185","13430.808"],["13817.750","13448.560"],["13824.389","13433.472"],["13806.615","13428.114"],["13821.957","13589.100"],["13812.318","13598.134"],["13711.240","13435.295"],["13730.930","13448.798"],["13733.427","13439.041"],["13682.096","13426.589"],["13639.965","13482.285"],["13824.367","13501.091"],["13812.113","13445.584"],["13824.823","13453.316"],["13827.142","13455.761"],["13780.671","13419.650"],["13808.399","13420.492"],["13825.941","13447.684"],["13781.262","13599.052"],["13619.743","13436.335"],["13794.207","13393.847"],["13718.792","13510.185"],["13650.701","13479.417"],["13758.360","13589.250"],["13631.865","13423.784"],["13774.034","13559.556"],["13824.070","13509.151"],["13818.725","13447.879"],["13782.176","13552.999"],["13827.240","13457.528"],["13631.492","13396.663"],["13768.685","13542.080"],["13632.729","13475.798"],["13787.825","13418.560"],["13815.217","13438.452"],["13818.358","13449.187"],["13817.651","13446.264"],["13620.533","13450.307"],["13780.782","13580.736"],["13701.259","13443.595"],["13780.786","13396.611"],["13628.417","13475.112"],["13769.609","13409.053"],["13825.789","13475.771"],["13826.857","13535.026"],["13620.377","13526.614"],["13773.874","13552.555"],["13751.910","13491.959"],["13814.959","13425.841"],["13741.181","13455.203"],["13754.026","13518.646"],["13804.032","13395.397"],["13776.518","13449.947"],["13784.676","13596.461"],["13776.048","13484.860"],["13646.055","13524.144"],["13751.729","13416.362"],["13785.758","13427.212"],["13642.374","13481.139"],["13643.368","13462.275"],["13670.412","13461.655"],["13663.214","13434.576"],["13690.536","13516.195"],["13688.919","13505.523"],["13697.957","13543.337"],["13683.683","13561.790"],["13639.971","13566.364"],["13695.194","13599.305"],["13732.349","13454.872"],["13772.048","13544.694"],["13785.811","13438.865"],["13810.913","13429.804"],["13772.832","13483.466"],["13748.835","13491.067"],["13805.282","13393.068"],["13764.481","13405.860"],["13647.449","13520.601"],["13756.772","13509.134"],["13789.906","13599.549"],["13778.373","13424.850"],["13638.551","13470.917"],["13652.700","13454.440"],["13670.428","13457.857"],["13679.302","13524.618"],["13685.399","13503.393"],["13698.272","13548.545"],["13674.851","13562.764"],["13643.556","13564.333"],["13692.546","13596.117"],["13692.895","13448.995"],["13676.135","13396.094"],["20009.493","8244.054"],["13812.481","18646.401"],["13691.231","18579.056"],["13699.574","18658.710"],["13671.157","18473.015"],["13778.665","18600.637"],["13650.787","18543.482"],["13740.380","18663.499"],["13624.397","18500.512"],["13776.708","18594.196"],["13651.889","18605.348"],["13682.933","18516.450"],["13662.866","18542.585"],["13794.511","18607.606"],["13756.928","18618.935"],["13802.596","18640.488"],["13818.633","18583.395"],["13651.790","18585.266"],["13674.373","18590.154"],["13693.214","18665.568"],["13633.495","18669.624"],["13651.288","18501.834"],["13666.091","18472.040"],["13799.389","18639.299"],["13792.481","18581.116"],["13656.313","18551.211"],["13655.721","18591.558"],["13677.686","18504.625"],["10286.224","16451.451"],["10277.147","16467.204"],["10296.446","16394.073"],["10293.655","16387.687"],["10270.997","16357.784"],["10278.237","16360.249"],["10458.580","16402.708"],["10321.280","16479.522"],["10351.136","16405.614"],["10383.388","16407.357"],["10394.296","16358.028"],["10349.082","16362.634"],["10283.168","16426.395"],["10282.092","16370.054"],["10448.176","16370.058"],["10442.604","16376.047"],["10447.407","16380.041"],["10452.843","16372.861"],["10319.197","16466.515"],["10330.047","16446.122"],["10355.304","16463.725"],["10355.880","16399.517"],["8635.169","17438.929"],["8639.231","17436.384"],["8617.052","17606.669"],["8623.887","17572.855"],["8581.784","17461.648"],["8608.557","17453.710"],["8609.149","17453.991"],["8605.909","17444.807"],["8598.582","17575.637"],["8600.116","17592.322"],["8620.828","17570.312"],["8659.002","17592.971"],["8704.748","17616.365"],["8567.646","17427.560"],["8572.922","17490.528"],["8575.696","17513.921"],["8592.241","17459.342"],["8648.376","17432.569"],["8605.284","17411.842"],["8618.977","17539.634"],["8602.365","17595.670"],["8623.344","17589.948"],["8649.956","17589.767"],["8633.538","17516.751"],["8627.061","17503.697"],["8618.254","17501.786"],["8622.452","17498.253"],["8622.033","17507.489"],["8776.993","17611.677"],["8745.415","17548.719"],["8739.445","17548.545"],["8738.075","17553.970"],["8733.620","17549.388"],["8726.497","17547.782"],["8721.670","17600.355"],["8709.996","17591.203"],["8706.574","17582.048"],["8704.723","17584.692"],["8700.263","17579.419"],["8580.548","17521.901"],["8576.669","17517.470"],["8585.983","17528.035"],["8609.834","17533.050"],["8604.606","17538.556"],["8581.585","17538.380"],["8587.630","17568.013"],["8582.936","17572.871"],["8582.299","17566.823"],["8604.716","17573.094"],["8614.495","17611.278"],["8606.961","17611.336"],["8603.581","17614.610"],["8595.860","17620.795"],["8618.330","17617.857"],["8625.372","17617.648"],["8638.236","17614.635"],["8640.482","17610.463"],["8650.258","17607.248"],["8696.865","17616.817"],["8692.461","17614.671"],["8694.295","17620.572"],["8742.464","17499.736"],["8730.639","17485.165"],["8726.944","17486.591"],["8711.287","17459.330"],["8689.975","17440.127"],["8687.389","17453.299"],["8753.456","17443.070"],["8751.743","17436.530"],["8737.034","17433.930"],["8668.964","17616.280"],["8678.257","17552.762"],["8725.669","17520.749"],["8702.380","17591.666"],["8722.941","17469.545"],["8699.158","17444.194"],["8699.142","17605.548"],["8764.489","17593.958"],["8728.976","17452.721"],["8674.912","17509.162"],["8645.720","17552.389"],["8771.952","17508.016"],["8619.460","17452.975"],["8650.282","17431.439"],["8578.871","17546.306"],["8577.629","17603.030"],["8610.307","17593.640"],["8605.148","17616.469"],["8609.672","17472.922"],["8598.631","17466.305"],["8601.846","17451.088"],["8663.794","17469.094"],["8670.583","17448.595"],["8641.800","17421.483"],["8643.449","17431.259"],["8638.380","17418.818"],["8755.824","17441.220"],["8738.317","17426.881"],["8719.687","17417.330"],["8712.650","17425.332"],["8735.350","17502.580"],["8739.137","17489.006"],["8716.730","17477.334"],["8724.106","17494.595"],["8729.203","17499.758"],["8691.010","17436.879"],["8712.011","17436.869"],["8666.241","17429.715"],["8660.786","17435.987"],["8649.539","17414.155"],["8770.374","17490.483"],["8730.910","17422.938"],["8723.979","17409.722"],["8771.111","17475.513"],["8575.560","17561.874"],["8604.854","17560.143"],["8631.221","17610.613"],["8614.121","17601.838"],["8596.699","17611.435"],["8668.930","17618.117"],["8712.526","17577.613"],["8701.551","17572.331"],["8712.868","17589.290"],["8695.799","17579.069"],["8645.113","17535.967"],["8605.501","17532.324"],["8587.943","17522.204"],["8594.185","17522.293"],["8596.992","17446.719"],["8670.916","17438.177"],["8663.168","17437.435"],["8718.538","17488.805"],["8727.047","17489.650"],["8731.417","17498.862"],["8664.461","17597.709"],["8705.357","17557.033"],["8683.615","17513.839"],["8747.859","17586.985"],["8735.591","17477.178"],["8702.595","17476.371"],["8715.062","17459.608"],["8635.852","17491.827"],["8734.008","17457.430"],["8739.246","17460.671"],["8663.062","17426.369"],["8578.704","17434.407"],["8612.103","17606.350"],["8680.016","17617.328"],["8706.234","17607.435"],["8721.821","17576.653"],["8736.494","17605.531"],["8737.990","17616.024"],["8756.427","17475.562"],["8735.391","17418.896"],["8740.406","17553.978"],["8720.044","17469.783"],["8685.562","17525.081"],["8587.930","17432.381"],["8618.063","17452.425"],["8598.474","17528.627"],["8623.081","17563.465"],["8576.395","17536.556"],["8672.516","17593.298"],["8708.228","17546.583"],["2782.808","16764.875"],["2792.019","16763.074"],["2869.205","16749.738"],["2832.643","16755.899"],["2873.827","16754.197"],["2835.274","16772.381"],["2829.452","16748.599"],["2672.595","16767.624"],["2773.302","16759.144"],["2764.601","16771.745"],["2853.350","16771.076"],["2875.669","16744.586"],["2866.557","16764.569"],["2827.511","16760.440"],["2850.850","16759.069"],["7602.960","16993.572"],["7589.286","17021.517"],["7649.352","17069.378"],["7698.658","17106.352"],["7547.812","17020.674"],["7612.540","16992.698"],["7637.643","17055.270"],["7639.829","17025.629"],["7704.332","17098.639"],["7555.114","17020.112"],["7581.874","16992.201"],["7695.754","17112.154"],["7687.292","17108.433"],["7676.164","17117.814"],["7669.847","17112.974"],["7699.697","17128.220"],["7534.107","17193.184"],["7635.150","17069.827"],["7619.540","17089.887"],["7629.732","17086.201"],["7515.364","17074.669"],["7526.137","17068.889"],["7546.479","17092.478"],["7556.166","17098.027"],["7544.670","17099.067"],["7536.903","17060.867"],["7573.215","16994.834"],["7578.412","16989.615"],["7660.880","17086.598"],["7658.182","17089.807"],["7640.640","17033.813"],["7648.968","17040.291"],["7633.124","17040.022"],["7634.792","17049.624"],["7628.476","17065.495"],["7632.999","17064.504"],["7637.320","17078.289"],["7715.793","17182.874"],["7716.583","17182.312"],["7722.216","17153.247"],["7718.475","17129.837"],["7724.923","17138.260"],["7667.005","17114.854"],["7685.712","17104.591"],["7717.394","17119.696"],["7718.631","17131.872"],["7702.006","17124.377"],["7696.560","17131.200"],["7692.683","17131.104"],["7701.545","17146.681"],["7543.219","17115.199"],["7615.971","17075.527"],["7630.712","17092.324"],["7611.410","17089.417"],["7618.740","17106.130"],["7521.812","17077.212"],["7517.420","17073.959"],["7520.118","17067.584"],["7544.406","17093.882"],["7551.561","17102.816"],["7554.012","17091.784"],["7583.767","17068.051"],["7537.326","17079.418"],["7568.281","16990.160"],["7522.726","17024.457"],["7518.959","17015.506"],["7520.538","17020.725"],["7680.015","17138.185"],["7697.837","17147.056"],["7692.608","17155.825"],["7639.835","17037.958"],["7629.621","17038.553"],["7632.351","17033.416"],["7626.453","17064.041"],["7636.667","17052.844"],["7633.903","17064.289"],["7715.843","17182.907"],["7712.241","17191.313"],["7720.498","17136.641"],["7722.933","17125.246"],["7548.140","17174.427"],["7532.218","17175.859"],["7677.526","17122.662"],["7671.610","17116.832"],["7667.937","17117.767"],["7699.898","17103.857"],["7709.861","17112.128"],["7700.642","17110.046"],["7694.605","17105.907"],["7714.910","17113.604"],["7714.356","17117.297"],["7709.234","17117.998"],["7713.480","17122.463"],["7716.693","17127.840"],["7712.533","17127.000"],["7700.016","17113.158"],["7689.223","17104.924"],["7707.373","17107.435"],["7710.170","17090.280"],["7706.096","17090.334"],["7703.183","17084.798"],["7711.254","17086.827"],["7702.771","17081.121"],["7711.110","17136.054"],["7666.344","17151.059"],["7551.184","17114.345"],["7651.812","17089.230"],["7678.465","17132.613"],["7692.071","17140.269"],["7685.641","17164.320"],["7677.942","17158.765"],["7539.365","17169.076"],["16591.769","18764.728"],["14365.399","15982.039"],["14376.336","15984.302"],["14400.859","15978.373"],["14271.169","15955.313"],["14278.224","15934.421"],["14385.233","16091.111"],["14422.980","16048.072"],["14355.447","16080.954"],["14441.664","16046.965"],["14398.802","15985.182"],["14427.733","16006.866"],["14394.904","16011.920"],["14361.171","16042.093"],["14424.328","16023.712"],["14360.261","16133.022"],["14366.370","16134.822"],["14424.231","15969.735"],["14456.677","16062.225"],["14457.800","16095.793"],["14443.358","16054.430"],["14435.825","15997.155"],["14362.799","15984.438"],["14375.776","16004.174"],["14364.263","16090.021"],["14333.317","16092.877"],["14456.588","16078.216"],["14444.657","16100.714"],["14444.734","16113.299"],["14437.603","16110.483"],["14461.062","16096.384"],["14427.056","16136.095"],["14423.654","16112.437"],["14416.575","16113.311"],["14416.665","16120.563"],["14395.644","16097.113"],["14404.248","16102.808"],["14416.092","16104.318"],["14413.837","16095.541"],["14393.784","16107.708"],["14416.331","16130.340"],["14408.469","15944.675"],["14431.276","16138.229"],["14389.690","16119.180"],["14375.324","16135.768"],["14370.159","16100.477"],["14434.819","15968.942"],["14355.992","15985.056"],["14357.314","15967.251"],["14373.777","15948.520"],["14346.961","15931.089"],["14381.468","15951.469"],["14378.491","15980.966"],["14363.672","15981.643"],["14358.590","15973.220"],["14327.468","15948.211"],["14368.210","16028.022"],["14374.871","16042.655"],["14355.003","16033.373"],["14407.289","16025.099"],["14395.184","16016.082"],["14378.046","16012.680"],["14450.282","16066.519"],["14407.449","15944.790"],["14461.379","16051.756"],["14441.950","16130.698"],["14391.927","16130.444"],["14390.348","16114.094"],["14365.044","16100.873"],["14383.119","16112.913"],["14449.276","15987.307"],["14443.470","15981.956"],["14356.896","15995.791"],["14341.140","15996.865"],["14335.949","15959.786"],["14353.169","15972.651"],["14364.813","15964.094"],["14377.971","15953.343"],["14460.323","15992.896"],["14341.781","15997.113"],["14442.356","15949.867"],["14360.826","15929.917"],["14401.632","15978.356"],["14394.707","16114.952"],["14253.290","15941.358"],["14263.669","15942.002"],["14454.868","15988.066"],["14364.879","16092.467"],["14428.786","16034.711"],["14443.342","16042.060"],["14376.549","16063.315"],["14436.746","16033.159"],["14459.065","16082.803"],["14409.740","16020.326"],["14359.477","16039.781"],["14411.138","16043.860"],["14382.914","16034.496"],["14439.384","16124.323"],["14458.632","16036.166"],["14340.817","15979.835"],["14368.037","15945.960"],["14454.583","15992.236"],["14353.607","16010.160"],["14368.185","16104.441"],["14357.153","16129.917"],["14372.938","15944.094"],["14388.358","16126.744"],["14338.350","15972.238"],["14354.100","15930.627"],["14446.435","15951.172"],["14442.850","15954.987"],["14411.386","15981.296"],["14398.030","15969.636"],["14427.915","15939.331"],["14252.386","15937.229"],["14329.096","15931.085"],["14280.363","15939.392"],["14304.047","15953.761"],["14265.215","15960.317"],["14406.347","15943.337"],["14429.408","15985.539"],["14398.457","16048.039"],["14423.013","16033.373"],["14351.631","16032.828"],["14367.355","16067.378"],["14394.970","16007.015"],["14372.700","16058.130"],["14405.102","16038.476"],["14387.322","16059.550"],["14383.457","16084.009"],["14399.213","16005.793"],["14449.269","16072.419"],["14444.772","16091.020"],["14448.039","16116.272"],["14437.883","16104.372"],["14449.368","16099.109"],["14425.414","16114.204"],["14418.696","16121.073"],["14386.483","16101.787"],["14400.070","16088.291"],["14399.191","16112.055"],["14406.619","16102.221"],["14414.380","16107.613"],["14397.107","16106.833"],["14410.745","16117.627"],["14439.450","16138.130"],["14412.335","16135.162"],["14332.195","16096.904"],["14334.038","16094.493"],["4521.902","16418.372"],["4506.831","16423.694"],["4499.402","16422.188"],["4486.216","16446.451"],["4508.547","16466.550"],["4474.296","16465.769"],["4542.049","16485.160"],["4527.195","16390.878"],["4496.946","16398.198"],["4527.609","16434.475"],["4527.674","16443.757"],["4485.689","16445.130"],["4498.317","16466.336"],["4487.060","16471.516"],["4530.815","16489.338"],["4537.162","16387.476"],["4502.687","16411.047"],["4522.888","16482.072"],["4538.130","16355.331"],["4525.383","16372.078"],["4552.472","16390.344"],["4542.235","16529.008"],["4560.679","16485.360"],["4542.703","16472.858"],["4495.877","16497.680"],["4546.962","16511.883"],["4518.624","16497.234"],["4545.661","16559.835"],["4507.208","16485.066"],["4501.188","16496.049"],["4515.070","16486.404"],["4490.678","16488.122"],["4515.350","16470.153"],["4482.557","16408.335"],["4484.021","16401.861"],["4473.873","16425.874"],["4467.814","16404.013"],["4453.850","16385.978"],["4469.972","16486.385"],["4468.476","16468.763"],["4514.616","16425.342"],["4520.700","16453.996"],["4488.185","16433.104"],["4514.660","16443.017"],["4493.008","16444.783"],["4507.774","16457.302"],["4471.500","16463.093"],["4530.714","16379.152"],["4493.937","16394.829"],["4531.238","16368.791"],["4551.139","16384.827"],["4543.315","16492.030"],["4555.558","16533.137"],["4553.831","16486.531"],["4532.571","16505.244"],["4556.749","16487.259"],["4531.913","16515.847"],["4513.640","16519.216"],["4523.015","16498.985"],["4548.739","16514.889"],["4480.234","16474.092"],["4539.543","16554.583"],["4486.682","16496.511"],["4474.067","16487.114"],["4496.567","16487.577"],["4505.333","16496.544"],["4478.902","16480.293"],["4484.790","16500.904"],["4451.060","16400.787"],["4489.449","16397.418"],["4486.472","16399.912"],["4454.613","16407.013"],["4505.521","16455.568"],["4468.867","16429.645"],["4461.432","16404.029"],["4473.311","16494.939"],["4476.685","16504.774"],["4468.845","16479.614"],["4459.371","16451.836"],["4451.636","16390.734"],["4537.240","16354.852"],["4526.177","16452.295"],["4526.606","16432.460"],["4524.892","16396.906"],["4505.252","16401.518"],["4333.674","18549.669"],["4339.809","18530.446"],["4319.102","18522.221"],["4328.872","18575.004"],["4336.553","18536.804"],["4256.812","18560.205"],["4261.614","18557.810"],["4335.831","18650.992"],["4330.337","18566.285"],["4325.814","18558.028"],["4274.383","18546.417"],["4299.366","18542.850"],["4271.060","18541.991"],["4188.091","18475.073"],["4329.261","18519.370"],["4323.850","18523.598"],["4324.475","18537.851"],["4319.659","18599.455"],["4344.840","18588.538"],["4330.629","18575.194"],["4350.613","18573.674"],["4335.267","18610.536"],["4343.178","18601.271"],["4324.346","18602.312"],["4317.340","18599.009"],["4287.263","18622.233"],["4323.381","18649.203"],["4328.201","18627.221"],["4287.395","18618.815"],["4328.776","18649.451"],["4244.832","18581.259"],["4269.947","18598.980"],["4262.381","18587.436"],["4246.049","18584.265"],["4217.031","18571.270"],["4247.245","18573.731"],["4200.402","18563.706"],["4189.909","18560.040"],["4249.537","18519.539"],["4233.863","18515.261"],["4220.870","18537.524"],["4233.435","18543.601"],["4210.574","18529.068"],["4233.419","18538.928"],["4205.722","18542.809"],["4190.926","18479.718"],["4224.593","18467.827"],["4233.738","18503.615"],["4219.709","18468.553"],["4243.788","18488.933"],["4253.858","18521.177"],["4272.082","18494.257"],["4272.296","18498.716"],["4251.506","18513.663"],["4179.521","18597.098"],["4201.758","18584.315"],["4221.626","18605.884"],["4206.873","18624.827"],["4235.656","18593.382"],["4191.692","18613.762"],["4175.409","18583.043"],["4175.878","18637.293"],["4190.714","18641.488"],["4166.487","18626.063"],["4213.905","18656.121"],["4161.273","18630.291"],["4190.072","18624.560"],["4149.215","18480.131"],["4165.893","18477.868"],["4159.264","18467.777"],["4165.725","18646.345"],["4192.073","18660.185"],["4180.955","18652.373"],["4185.906","18674.156"],["4200.708","18654.289"],["4203.027","18669.862"],["4147.937","18668.928"],["4338.510","18569.934"],["4340.188","18548.381"],["4315.375","18543.486"],["4264.312","18542.385"],["4327.650","18669.399"],["4335.107","18670.331"],["4342.953","18650.216"],["4335.387","18652.677"],["4300.633","18537.185"],["4272.754","18557.285"],["4313.889","18571.785"],["4320.485","18539.580"],["4187.844","18477.583"],["4188.071","18506.332"],["4193.811","18489.338"],["4347.896","18559.965"],["4349.113","18557.587"],["4341.975","18576.199"],["4345.922","18566.885"],["4345.971","18575.456"],["4356.121","18559.687"],["4336.534","18589.133"],["4341.600","18594.236"],["4312.718","18591.395"],["4313.146","18578.827"],["4335.646","18598.629"],["4345.859","18631.957"],["4323.080","18613.080"],["4331.303","18621.172"],["4323.760","18640.053"],["4330.026","18615.644"],["4285.947","18649.781"],["4280.832","18629.170"],["4317.674","18647.617"],["4320.092","18630.062"],["4317.888","18656.849"],["4281.921","18570.656"],["4245.424","18617.857"],["4255.983","18596.932"],["4258.368","18603.489"],["4240.276","18614.719"],["4259.996","18606.528"],["4253.401","18593.035"],["4280.605","18603.340"],["4192.623","18557.315"],["4227.393","18562.385"],["4185.945","18557.365"],["4238.445","18558.273"],["4186.636","18555.102"],["4214.021","18578.108"],["4188.287","18514.039"],["4246.199","18512.255"],["4190.475","18506.904"],["4197.646","18541.141"],["4223.847","18544.708"],["4205.738","18524.807"],["4185.968","18523.866"],["4207.893","18506.921"],["4220.130","18526.987"],["4204.232","18472.038"],["4199.988","18497.521"],["4195.054","18483.764"],["4236.863","18504.755"],["4196.534","18490.502"],["4245.218","18488.735"],["4201.436","18480.362"],["4241.518","18494.714"],["4260.682","18476.112"],["4267.310","18467.359"],["4300.271","18479.894"],["4317.658","18536.949"],["4280.240","18476.338"],["4317.296","18534.026"],["4278.102","18494.109"],["4265.405","18489.633"],["4253.710","18500.236"],["4304.220","18480.335"],["4261.457","18484.480"],["4284.171","18480.203"],["4223.419","18625.900"],["4212.366","18628.378"],["4224.603","18599.707"],["4209.537","18623.968"],["4188.205","18611.103"],["4234.801","18593.250"],["4196.528","18597.990"],["4201.429","18580.566"],["4207.975","18605.487"],["4203.666","18586.429"],["4195.418","18635.064"],["4172.967","18621.885"],["4210.878","18652.388"],["4166.684","18621.240"],["4152.828","18643.204"],["4164.522","18638.035"],["4149.950","18631.512"],["4160.383","18484.639"],["4171.600","18479.569"],["4176.152","18660.102"],["4190.675","18672.488"],["4152.616","18644.478"],["4148.077","18650.374"],["4191.761","18643.025"],["4204.508","18644.412"],["4174.442","18669.317"],["4189.804","18664.495"],["4174.902","18657.674"],["4149.401","18671.421"],["4339.478","18629.843"],["4239.815","18589.979"],["4213.106","18547.020"],["4191.337","18475.589"],["4257.724","18511.119"],["4194.883","18610.723"],["4196.109","18634.667"],["4188.603","18651.052"],["12745.431","13586.496"],["12745.826","13580.699"],["21815.853","16669.912"],["21813.219","16661.879"],["21827.176","16668.045"],["21821.939","16667.798"],["21803.106","16677.278"],["21817.659","16651.623"],["31664.260","10486.705"],["31561.460","10527.218"],["31531.856","10524.801"],["31552.841","10634.507"],["31549.601","10618.536"],["31610.884","10599.656"],["31608.937","10480.336"],["31597.013","10493.697"],["31692.126","10532.866"],["31687.833","10578.151"],["31585.970","10548.941"],["31573.668","10537.166"],["31629.083","10622.615"],["31714.667","10579.064"],["31564.272","10496.846"],["31556.051","10572.679"],["31546.034","10538.492"],["31573.713","10605.919"],["31582.019","10628.611"],["31634.038","10539.111"],["31639.531","10568.475"],["31635.111","10621.489"],["31617.588","10482.301"],["31694.971","10556.021"],["31673.162","10571.099"],["31581.020","10536.142"],["31605.066","10543.376"],["31640.596","10622.400"],["31716.248","10474.592"],["31705.308","10631.167"],["31648.789","10472.491"],["31600.938","10525.416"],["31557.317","10562.043"],["31534.042","10591.104"],["31684.034","10571.561"],["31597.500","10548.198"],["10920.163","17717.286"],["10939.161","17706.215"],["10926.644","17702.687"],["10947.335","17706.975"],["11040.965","17643.835"],["10949.632","17649.467"],["10991.475","17715.759"],["11021.960","17733.941"],["10930.603","17623.424"],["10927.852","17638.173"],["10935.961","17644.432"],["11047.314","17626.259"],["11069.222","17622.262"],["11048.962","17642.253"],["11047.613","17624.813"],["11080.142","17658.928"],["11089.171","17657.111"],["11075.962","17645.166"],["11057.615","17677.988"],["11061.086","17678.211"],["11063.207","17666.469"],["11057.875","17698.921"],["11038.368","17684.486"],["11089.081","17730.904"],["11077.354","17724.463"],["11051.024","17729.942"],["11045.070","17723.600"],["11059.713","17750.673"],["11049.713","17755.380"],["11026.272","17742.127"],["11027.571","17738.890"],["10994.186","17735.003"],["10983.676","17729.949"],["10951.162","17731.707"],["10973.070","17751.905"],["10976.484","17718.151"],["10980.020","17716.351"],["10980.782","17710.962"],["10977.723","17708.683"],["10931.924","17707.900"],["10951.595","17711.137"],["10915.751","17644.580"],["10916.921","17621.894"],["10910.737","17622.720"],["10972.858","17629.522"],["10948.391","17622.279"],["10937.095","17640.171"],["10928.905","17637.545"],["11044.800","17644.796"],["11056.643","17634.193"],["11065.980","17642.710"],["11089.251","17627.974"],["11086.587","17647.693"],["11046.990","17673.496"],["11050.708","17670.853"],["11061.694","17668.583"],["11060.625","17669.243"],["11085.015","17692.448"],["11057.595","17698.970"],["11054.947","17677.665"],["11085.801","17735.021"],["11089.130","17730.128"],["11090.002","17725.074"],["11048.277","17737.358"],["11054.038","17743.192"],["11059.565","17748.444"],["11027.473","17756.776"],["11028.838","17757.882"],["10986.505","17736.918"],["10986.160","17749.140"],["10969.106","17735.885"],["10955.422","17731.327"],["10973.249","17714.695"],["10962.197","17693.324"],["10919.489","17711.473"],["11000.882","17722.134"],["11014.378","17736.517"],["11073.241","17700.817"],["12183.187","18644.991"],["12276.589","18506.325"],["12176.795","18548.352"],["12336.142","18577.552"],["12298.110","18625.284"],["12220.720","18648.410"],["12273.152","18486.077"],["12188.177","18535.735"],["12339.974","18552.036"],["12310.084","18673.559"],["12191.740","18598.649"],["12229.500","18468.884"],["12194.855","18495.289"],["12306.241","18538.014"],["12344.306","18674.367"],["12172.165","18670.476"],["12151.721","18634.192"],["12344.882","18657.538"],["12340.479","18614.679"],["12334.476","18627.809"],["12203.549","18621.688"],["12229.503","18639.062"],["12260.668","18503.121"],["12225.003","18538.493"],["12177.190","18522.902"],["12336.866","18538.741"],["12312.885","18548.997"],["12279.640","18670.668"],["12356.533","18500.958"],["12343.950","18633.011"],["12229.306","18650.474"],["12172.941","18625.272"],["12216.622","18470.371"],["12252.790","18493.938"],["12211.713","18513.984"],["12188.243","18532.613"],["12314.991","18543.662"],["12314.031","18651.924"],["12315.479","18665.846"],["32189.868","10963.917"],["32153.651","10958.153"],["32186.737","10859.124"],["32164.873","11020.365"],["32178.405","10988.459"],["32170.395","10941.374"],["16981.259","4552.934"],["16966.720","4550.076"],["16940.685","4585.860"],["16954.405","4581.363"],["16957.236","4520.961"],["16975.727","4552.844"],["16975.622","4588.398"],["16968.770","4532.728"],["16941.840","4541.060"],["16961.155","4530.020"],["16945.441","4583.526"],["16962.783","4550.036"],["16976.517","4547.443"],["16948.927","4522.126"],["16940.228","4532.769"],["16986.243","4631.365"],["16981.670","4549.135"],["16961.073","4526.948"],["16967.865","4526.238"],["16961.550","4542.654"],["16966.625","4593.980"],["16940.306","4583.085"],["16980.530","4594.968"],["16955.582","4542.881"],["20446.354","10929.685"],["20363.978","11013.807"],["20414.750","10908.392"],["20395.563","11005.234"],["20388.749","10992.737"],["20435.909","10899.365"],["20557.100","10948.395"],["20421.018","10938.762"],["20411.669","10878.804"],["20550.600","10943.346"],["20403.386","10933.890"],["20440.799","10861.739"],["20440.935","10959.257"],["20482.476","10889.138"],["19596.238","10809.753"],["19715.021","10737.135"],["19613.224","10814.110"],["19563.566","10669.556"],["19597.982","10763.642"],["19704.248","10734.873"],["19608.060","10801.145"],["19564.372","10701.909"],["19596.981","10838.520"],["19628.557","10841.792"],["19613.668","10802.665"],["19580.869","10673.883"],["19622.533","10776.631"],["19586.675","10682.289"],["19622.879","10810.477"],["19564.684","10698.969"],["19629.206","10824.304"],["19582.630","10668.748"],["19601.797","10812.246"],["19578.666","10676.213"],["19621.185","10794.936"],["19563.667","10657.746"],["24636.188","9016.905"],["24622.422","8977.434"],["24702.636","8981.265"],["24701.961","9012.628"],["24666.994","8989.523"],["7785.367","17241.247"],["7791.310","17261.823"],["7736.976","17293.122"],["7741.263","17290.213"],["7743.589","17295.503"],["7725.068","17231.572"],["7729.229","17239.186"],["7737.913","17237.171"],["7784.904","17231.791"],["7735.577","17289.840"],["7744.217","17289.222"],["7743.337","17283.209"],["7735.775","17237.303"],["7732.206","17238.855"],["7737.749","17231.291"],["7747.007","17295.341"],["7752.608","17294.454"],["7764.245","17302.637"],["7766.182","17308.823"],["7729.873","17279.521"],["7772.077","17309.492"],["21674.562","9279.898"],["21684.313","9197.280"],["21663.436","9253.202"],["21815.385","9284.901"],["17754.092","18666.614"],["17806.308","18594.568"],["17776.971","18652.906"],["17762.744","18667.852"],["17825.711","18612.511"],["17756.609","18638.818"],["17757.990","18659.248"],["6269.743","18476.869"],["6266.621","18477.411"],["6267.328","18479.098"],["6264.478","18471.086"],["6263.692","18467.357"],["6266.174","18469.279"],["6261.613","18474.344"],["6258.692","18472.700"],["6266.807","18466.547"],["6272.448","18471.852"],["6275.999","18473.943"],["6258.180","18471.085"],["21857.434","6478.763"],["21929.024","6449.134"],["21906.316","6534.287"],["22027.182","6503.436"],["22001.146","6590.505"],["21924.847","6527.020"],["21964.518","6421.454"],["21951.952","6591.661"],["21932.133","6538.283"],["31518.084","14018.387"],["31632.523","13900.363"],["31683.415","13897.027"],["31581.787","13937.965"],["31615.238","13945.070"],["31526.534","13944.975"],["31542.484","13907.141"],["31561.830","13827.422"],["31649.406","13873.077"],["31550.029","14002.866"],["31517.311","13999.113"],["31528.651","13985.168"],["31535.868","13875.782"],["31597.650","13872.512"],["31593.094","13831.158"],["31665.681","13844.706"],["31676.606","13910.966"],["31662.385","13868.950"],["31584.747","13938.857"],["31582.017","13923.481"],["31590.859","13975.884"],["31592.076","13927.511"],["31532.718","13947.981"],["31528.655","13937.328"],["31545.411","13893.548"],["31570.247","13911.269"],["31635.903","13876.975"],["31664.252","13865.916"],["31582.907","14024.270"],["9571.372","15104.179"],["9567.956","15118.738"],["9547.333","15108.534"],["9543.637","15096.320"],["9571.603","15106.953"],["9558.864","15102.389"],["9565.291","15119.134"],["9574.732","15099.106"],["9542.514","15105.858"],["9545.019","15094.751"],["9573.395","15109.381"],["9563.617","15102.554"],["9564.502","15125.295"],["9574.600","15100.114"],["9538.485","15107.989"],["9546.614","15093.975"],["9570.797","15106.375"],["9557.005","15107.212"],["9573.811","15116.938"],["9571.919","15097.521"],["9538.024","15102.753"],["9550.528","15095.180"],["8780.521","14104.792"],["8815.239","14076.683"],["8855.779","14066.761"],["8788.610","14182.881"],["8808.348","14157.108"],["8844.360","14133.877"],["8898.578","14100.368"],["8949.185","14071.250"],["8960.166","14068.221"],["8978.238","14081.219"],["8952.773","14108.647"],["8901.864","14083.986"],["8921.105","14053.544"],["8903.781","14042.306"],["8889.745","14084.673"],["8906.384","14071.437"],["8892.156","14033.701"],["8821.334","14056.167"],["8840.549","14047.560"],["8804.399","14031.492"],["8797.002","14100.250"],["8803.883","14094.138"],["8956.427","14088.128"],["8789.830","14114.569"],["8820.963","14069.565"],["8853.427","14052.657"],["8784.942","14172.955"],["8803.545","14162.987"],["8853.948","14137.181"],["8884.894","14104.018"],["8950.336","14064.479"],["8966.811","14068.750"],["8975.409","14081.780"],["8954.944","14102.173"],["8913.476","14088.362"],["8913.720","14055.757"],["8905.952","14040.869"],["8890.617","14079.223"],["8901.730","14066.995"],["8896.367","14039.696"],["8827.255","14049.214"],["8839.611","14052.894"],["8798.774","14030.088"],["8793.811","14101.225"],["8805.890","14095.014"],["8787.692","14119.292"],["8813.068","14074.437"],["8853.411","14053.466"],["8798.379","14177.051"],["8806.456","14155.159"],["8852.238","14123.952"],["8899.778","14089.583"],["8945.895","14074.157"],["8964.031","14061.533"],["8977.991","14089.411"],["8950.537","14114.097"],["8905.203","14084.547"],["8920.990","14049.267"],["8908.748","14039.465"],["8883.643","14082.262"],["8901.500","14069.604"],["8887.387","14043.792"],["8823.455","14049.313"],["8833.575","14059.930"],["8804.103","14033.275"],["8791.229","14106.097"],["8806.531","14086.772"],["8962.825","14078.549"],["8979.201","14185.364"],["8965.369","14186.735"],["8978.653","14182.473"],["8787.165","14116.683"],["8818.956","14077.674"],["8855.154","14064.614"],["8786.949","14179.346"],["8796.884","14153.111"],["8854.705","14122.581"],["8895.190","14097.065"],["8943.527","14063.851"],["8971.301","14059.320"],["8967.185","14080.690"],["8956.227","14112.379"],["8907.933","14087.966"],["8919.954","14052.834"],["8906.561","14047.327"],["8888.281","14081.056"],["8901.779","14064.517"],["8886.745","14043.462"],["8826.317","14063.879"],["8843.690","14061.020"],["8796.208","14030.683"],["8794.552","14100.102"],["8799.443","14090.191"],["8955.342","14091.712"],["8987.091","14210.301"],["12422.271","17302.851"],["12503.035","17199.010"],["12374.212","17245.278"],["12375.605","17307.515"],["12565.513","17251.388"],["12370.901","17289.266"],["12359.743","17292.095"],["12484.006","17324.219"],["12466.210","17278.423"],["12503.126","17220.220"],["12385.556","17226.045"],["12469.750","17254.765"],["12398.829","17230.058"],["12366.254","17240.702"],["12408.812","17309.233"],["12498.337","17236.347"],["12487.493","17319.413"],["12474.927","17316.705"],["12436.115","17228.638"],["12477.826","17233.939"],["12379.734","17252.040"],["12376.658","17313.015"],["12361.893","17251.984"],["12552.766","17252.841"],["12542.970","17211.231"],["12444.684","17290.223"],["12357.142","17261.594"],["12531.681","17235.946"],["12527.252","17230.196"],["12525.623","17239.378"],["12485.371","17273.996"],["12456.489","17294.393"],["12461.592","17205.054"],["12413.878","17246.508"],["12522.446","17226.743"],["12538.885","17253.238"],["12369.210","17324.737"],["12385.439","17321.054"],["12396.500","17325.089"],["12396.608","17311.285"],["12478.532","17315.331"],["12508.871","17304.330"],["12500.353","17314.737"],["12500.946","17299.576"],["12526.143","17290.018"],["12506.413","17313.326"],["12533.625","17304.349"],["12545.632","17311.137"],["12528.818","17315.673"],["12520.493","17329.641"],["12519.588","17335.867"],["12436.073","17331.544"],["12442.751","17322.345"],["12454.037","17346.694"],["12532.334","17267.983"],["12494.662","17310.633"],["12541.069","17264.267"],["12549.243","17266.662"],["12487.838","17281.907"],["12488.763","17267.515"],["12436.428","17276.648"],["12460.096","17265.038"],["12364.802","17324.109"],["12398.662","17322.855"],["12401.549","17328.095"],["12480.498","17321.444"],["12491.388","17326.014"],["12499.301","17305.522"],["12515.831","17282.884"],["12533.117","17287.822"],["12508.617","17317.554"],["12532.556","17317.033"],["12548.822","17313.168"],["12529.443","17327.944"],["12511.628","17322.985"],["12425.004","17318.051"],["12434.330","17322.725"],["12448.576","17352.475"],["12494.209","17308.088"],["12490.517","17310.220"],["12502.696","17256.340"],["12470.223","17302.221"],["12417.579","17215.839"],["12456.740","17266.260"],["12547.059","17250.892"],["12528.397","17205.054"],["12363.772","17283.127"],["12501.572","17323.740"],["12412.513","17284.724"],["12468.352","17256.384"],["12379.083","17229.290"],["12378.894","17283.072"],["12541.763","17262.403"],["12485.048","17262.979"],["12502.542","17296.276"],["12387.234","17295.690"],["12486.938","17221.223"],["12057.208","16064.722"],["12057.356","16056.734"],["12116.174","16050.479"],["12095.480","16082.541"],["12125.225","16104.008"],["16074.326","15266.051"],["15951.207","15114.352"],["16102.714","15257.315"],["16005.446","15168.205"],["16013.275","15229.560"],["15994.490","15092.123"],["16018.025","15267.261"],["16004.050","15253.596"],["15989.555","15234.417"],["16005.380","15161.550"],["16034.266","15252.442"],["16092.057","15214.778"],["16032.441","15226.340"],["16046.105","15189.731"],["16027.947","15197.163"],["16102.386","15212.747"],["16022.386","15215.819"],["16112.023","15281.807"],["15995.229","15278.260"],["16095.559","15295.101"],["16048.582","15098.374"],["16034.250","15227.563"],["16027.589","15227.199"],["16036.055","15208.873"],["16044.082","15209.352"],["15936.207","15093.394"],["15955.066","15093.510"],["16082.502","15222.029"],["16055.303","15238.165"],["16035.611","15197.213"],["16074.934","15265.341"],["16071.068","15272.430"],["16036.679","15169.295"],["16031.127","15245.040"],["16015.989","15210.590"],["5875.566","15347.188"],["5865.509","15352.004"],["5879.469","15343.352"],["5889.531","15341.014"],["5898.840","15336.008"],["6000.665","15488.395"],["5990.368","15474.260"],["5963.160","15458.257"],["5987.864","15506.422"],["5858.411","15493.053"],["5971.370","15476.231"],["6014.981","15461.402"],["5951.608","15298.943"],["5990.448","15297.449"],["6008.738","15387.529"],["5939.496","15329.784"],["5976.504","15441.409"],["5965.651","15460.795"],["5842.267","15432.025"],["5877.194","15400.991"],["5903.714","15383.029"],["5864.139","15383.873"],["5892.584","15316.751"],["6039.596","15369.716"],["6032.184","15479.886"],["6038.857","15498.026"],["6020.576","15504.709"],["6038.575","15333.183"],["6027.401","15354.474"],["6016.741","15440.788"],["5843.856","15359.860"],["5831.221","15358.731"],["5895.702","15301.999"],["5900.702","15299.737"],["5948.124","15300.480"],["5931.960","15301.212"],["5922.848","15296.967"],["6036.536","15467.916"],["6037.807","15456.010"],["5960.549","15401.716"],["5988.465","15330.527"],["5996.793","15320.894"],["5982.825","15297.253"],["5875.571","15491.703"],["5926.572","15406.094"],["5913.310","15403.009"],["5858.668","15400.782"],["5853.520","15385.135"],["5924.913","15326.694"],["5936.495","15320.906"],["5942.394","15334.174"],["5937.330","15331.405"],["6022.922","15305.838"],["5840.539","15341.808"],["5896.779","15387.107"],["5904.575","15360.470"],["5907.158","15358.115"],["5931.374","15356.454"],["5910.327","15339.924"],["5876.638","15406.432"],["5896.106","15317.387"],["6037.548","15483.485"],["6023.253","15475.078"],["6026.271","15478.079"],["6023.190","15458.331"],["6019.947","15444.051"],["6014.015","15315.959"],["5881.312","15295.839"],["5876.197","15304.440"],["5848.619","15318.094"],["5841.369","15310.714"],["5855.611","15335.612"],["5870.136","15330.845"],["5898.851","15320.438"],["5887.701","15324.653"],["5916.698","15313.145"],["5910.839","15295.670"],["5906.880","15311.143"],["5989.003","15349.211"],["6002.087","15357.358"],["6008.123","15368.105"],["6005.551","15368.001"],["6005.024","15361.562"],["5970.418","15369.200"],["5975.647","15365.260"],["5971.445","15378.610"],["5964.402","15371.401"],["5980.612","15373.239"],["6021.320","15387.700"],["5843.541","15427.626"],["5970.406","15418.018"],["5975.062","15430.060"],["5959.702","15435.290"],["5948.715","15432.929"],["5926.359","15432.193"],["5908.977","15417.078"],["5939.510","15353.309"],["5945.573","15330.962"],["5900.048","15317.946"],["6006.116","15386.065"],["5999.323","15369.059"],["5878.925","15340.337"],["5963.912","15465.981"],["5852.957","15494.669"],["5883.058","15497.944"],["5859.912","15404.607"],["5836.900","15313.431"],["5911.629","15336.907"],["5907.018","15406.259"],["5881.504","15410.263"],["5892.120","15321.820"],["5840.240","15344.196"],["6034.621","15504.967"],["5862.653","15334.095"],["5962.530","15317.386"],["5967.435","15300.262"],["5963.174","15299.241"],["5955.308","15297.684"],["5958.680","15302.415"],["5985.725","15332.421"],["5983.965","15333.967"],["5984.689","15329.790"],["5972.272","15348.846"],["5990.531","15350.226"],["5969.553","15379.392"],["6006.131","15409.861"],["6003.712","15397.572"],["6021.836","15425.738"],["5837.800","15443.012"],["5841.841","15451.360"],["5836.717","15413.441"],["5918.870","15447.798"],["5947.796","15399.982"],["5920.260","15427.487"],["5890.207","15437.883"],["5840.360","15457.027"],["5970.332","15303.783"],["5961.096","15424.292"],["5968.329","15482.490"],["5961.774","15459.185"],["5907.027","15413.010"],["5936.989","15399.968"],["5836.448","15371.844"],["5842.593","15468.576"],["13727.426","14503.016"],["13752.509","14470.349"],["13770.710","14513.331"],["13744.137","14534.065"],["13805.255","14480.781"],["13787.755","14490.393"],["13770.239","14475.711"],["13733.707","14516.502"],["13742.134","14500.207"],["13738.232","14528.665"],["13755.551","14483.341"],["13721.522","14515.948"],["13743.779","14498.374"],["13764.121","14487.387"],["13794.515","14494.753"],["13826.490","14496.178"],["13826.594","14464.636"],["13764.252","14497.395"],["13759.598","14482.696"],["13804.877","14487.436"],["13756.045","14489.484"],["21075.255","15704.245"],["21038.512","15704.443"],["21193.956","15528.336"],["21148.917","15593.226"],["21152.311","15713.748"],["21151.038","15686.840"],["21133.994","15635.330"],["21133.066","15597.778"],["21134.709","15529.692"],["21153.604","15561.540"],["21060.739","15551.512"],["21051.998","15654.765"],["21107.941","15633.608"],["21094.984","15577.012"],["21067.701","15526.613"],["21183.936","15521.734"],["21135.657","15712.963"],["21157.393","15525.841"],["21172.406","15513.806"],["21180.397","15543.803"],["21108.561","15617.746"],["21069.080","15550.432"],["21060.297","15574.148"],["21085.222","15656.400"],["21042.985","15690.587"],["21119.536","15611.494"],["21085.066","15589.469"],["21098.863","15565.034"],["21076.416","15533.649"],["21067.661","15548.479"],["21124.752","15712.616"],["21101.192","15675.591"],["8105.341","14872.058"],["8053.830","14760.941"],["8086.539","14738.284"],["8104.350","14703.997"],["8105.532","14690.657"],["8119.256","14862.103"],["8119.831","14857.656"],["8055.688","14764.954"],["8108.674","14727.259"],["8088.924","14738.680"],["8114.465","14703.502"],["8109.825","14685.471"],["8007.636","14819.469"],["7988.042","14804.907"],["8040.126","14867.097"],["7986.933","14809.057"],["7989.288","14812.889"],["8000.973","14818.633"],["7996.160","14817.118"],["8004.526","14824.096"],["7993.709","14813.964"],["8010.832","14829.171"],["8030.137","14857.713"],["8032.111","14862.422"],["8028.490","14851.444"],["8108.762","14863.998"],["8060.261","14753.311"],["8118.058","14720.916"],["8087.016","14731.579"],["8112.299","14671.071"],["8044.004","14870.832"],["7982.142","14812.519"],["7980.145","14804.303"],["7999.356","14815.271"],["8007.640","14826.409"],["7975.160","14846.398"],["8137.289","14764.724"],["8137.345","14762.872"],["8026.190","14862.112"],["8058.451","14761.519"],["8112.778","14713.087"],["8088.825","14740.646"],["8114.925","14704.460"],["8106.947","14690.128"],["8004.859","14819.978"],["8029.047","14854.518"],["23876.480","7495.767"],["23768.356","7510.728"],["23766.816","7651.036"],["23828.692","7638.508"],["23933.239","7645.440"],["23800.826","7599.245"],["23773.714","7580.714"],["23762.471","7583.452"],["23932.244","7559.541"],["23869.755","7540.648"],["23821.423","7679.466"],["23909.736","7632.377"],["23856.731","7583.556"],["23813.007","7543.769"],["23928.415","7573.230"],["23916.102","7495.421"],["23767.063","7652.390"],["23837.113","7645.808"],["23905.788","7657.662"],["23829.889","7605.075"],["23803.270","7515.842"],["23870.678","7508.897"],["23831.340","7656.064"],["23914.456","7662.583"],["23805.843","7628.312"],["23799.948","7565.520"],["23781.331","7478.437"],["23850.033","7475.175"],["23912.664","7504.752"],["23870.107","7679.318"],["23873.782","7620.849"],["23826.748","7563.639"],["23795.211","7551.977"],["23725.136","7586.226"],["23906.480","7480.887"],["23779.064","7493.403"],["23879.670","7658.603"],["23818.524","7591.401"],["23789.306","7577.609"],["23747.850","7596.268"],["23731.627","7495.349"],["23906.918","7556.732"],["23840.238","7676.444"],["23917.943","7658.289"],["23848.803","7575.084"],["23760.244","7523.786"],["23890.917","7533.636"],["11889.275","15462.431"],["11932.530","15415.387"],["11889.900","15454.090"],["11884.769","15460.416"],["11879.473","15449.598"],["14935.947","19310.534"],["14916.804","19121.466"],["14923.350","19135.735"],["14988.332","19309.064"],["7590.399","12474.957"],["7628.244","12346.534"],["7679.479","12407.161"],["7703.317","12423.002"],["7536.759","12497.607"],["7603.524","12395.139"],["7539.626","12479.317"],["7689.954","12336.319"],["7668.891","12416.630"],["7591.355","12396.051"],["7636.418","12465.031"],["7713.137","12440.839"],["7714.107","12431.590"],["7554.757","12465.956"],["7644.707","12415.703"],["7710.373","12452.614"],["13623.818","18407.879"],["13629.903","18401.339"],["13620.010","18375.128"],["13638.094","18381.669"],["13625.644","18402.974"],["13620.167","18429.795"],["13637.472","18452.932"],["5198.775","14636.331"],["4659.033","19731.553"],["4572.133","19588.599"],["4568.219","19597.732"],["4614.380","19527.336"],["4640.968","19709.551"],["4629.801","19686.165"],["4669.883","19671.830"],["4671.922","19687.024"],["4677.399","19695.463"],["4697.840","19714.545"],["4695.028","19708.533"],["4670.140","19665.446"],["4649.844","19671.359"],["4643.660","19606.735"],["4625.765","19615.768"],["4643.676","19620.409"],["4741.198","19646.936"],["4746.741","19658.249"],["4756.427","19637.298"],["4736.509","19646.943"],["4728.476","19641.295"],["4732.949","19634.623"],["4682.110","19712.295"],["4721.535","19663.723"],["4689.693","19708.843"],["4723.443","19667.951"],["4685.383","19690.676"],["4732.932","19706.660"],["4736.567","19718.468"],["4571.261","19562.208"],["4580.531","19535.560"],["4586.748","19528.624"],["4641.199","19695.183"],["4663.501","19684.861"],["4653.337","19712.986"],["4682.728","19683.325"],["4652.893","19708.478"],["4665.751","19726.964"],["4681.212","19706.287"],["4627.854","19629.179"],["4650.962","19617.684"],["4651.998","19605.892"],["4680.535","19654.678"],["4631.587","19615.802"],["4659.794","19602.820"],["4664.153","19656.495"],["4761.591","19628.974"],["4707.143","19620.585"],["4755.186","19632.013"],["4735.416","19647.521"],["4738.196","19628.727"],["4716.716","19623.756"],["4759.232","19637.595"],["4697.406","19696.110"],["4702.078","19696.225"],["4739.561","19648.661"],["4680.696","19714.177"],["4720.613","19720.780"],["4704.790","19691.548"],["4647.383","19719.064"],["4672.742","19734.099"],["4655.304","19654.926"],["4772.481","19632.750"],["8980.177","18340.294"],["8974.897","18356.644"],["8980.555","18335.604"],["8927.987","18353.603"],["8939.155","18362.687"],["8938.201","18358.442"],["8961.704","18303.841"],["8957.560","18303.626"],["8975.356","18288.729"],["8982.797","18262.962"],["8984.836","18266.942"],["8949.029","18427.817"],["8956.574","18428.146"],["8975.032","18410.129"],["8796.968","18457.724"],["8865.719","18372.255"],["8846.560","18336.694"],["8882.481","18334.702"],["8899.479","18366.310"],["8834.897","18456.795"],["8936.089","18436.045"],["8820.397","18284.010"],["8873.311","18301.046"],["8908.710","18259.387"],["8813.027","18354.808"],["8815.455","18331.409"],["8822.025","18350.560"],["8783.112","18401.225"],["8799.871","18442.165"],["8803.276","18434.898"],["8830.485","18453.772"],["8814.773","18449.894"],["8861.441","18452.479"],["8963.182","18398.173"],["8856.986","18359.852"],["8860.820","18346.421"],["8879.324","18352.968"],["8900.302","18371.925"],["8840.758","18299.155"],["8871.485","18320.650"],["8797.782","18429.877"],["8893.881","18429.004"],["8859.946","18361.751"],["8858.715","18343.333"],["8880.409","18348.806"],["8896.716","18386.855"],["8885.532","18288.447"],["8925.483","18365.375"],["8964.299","18308.199"],["8842.025","18298.907"],["8855.382","18273.981"],["8846.551","18318.370"],["8891.539","18283.302"],["8883.440","18394.692"],["8922.914","18460.095"],["8840.768","18374.947"],["8857.037","18338.940"],["8878.403","18345.900"],["8973.360","18293.820"],["8958.880","18299.674"],["8899.776","18341.791"],["8955.681","18260.305"],["8840.577","18274.861"],["8881.469","18286.892"],["8904.335","18265.531"],["8815.034","18342.160"],["8866.863","18425.373"],["8801.730","18453.659"],["8865.773","18458.855"],["10631.328","15646.989"],["10614.009","15648.816"],["10634.358","15612.992"],["10597.306","15635.684"],["10592.705","15630.713"],["10612.963","15717.948"],["10608.677","15714.837"],["10561.549","15689.317"],["10536.499","15666.212"],["10551.552","15702.275"],["10502.093","15635.012"],["10571.687","15661.486"],["10517.911","15697.273"],["10517.143","15682.699"],["10506.305","15681.331"],["10509.895","15640.539"],["10518.324","15600.631"],["10496.474","15588.474"],["10511.167","15606.217"],["10532.526","15627.971"],["10533.612","15617.318"],["10547.970","15621.842"],["10542.509","15626.087"],["10540.634","15610.711"],["10506.768","15599.917"],["10510.011","15603.734"],["10594.643","15579.122"],["10658.899","15578.061"],["10646.149","15563.261"],["10597.807","15511.342"],["10519.567","15672.444"],["10509.370","15663.939"],["10517.476","15657.518"],["10531.719","15634.480"],["10528.564","15621.278"],["10523.630","15627.190"],["10538.508","15685.180"],["10535.087","15675.007"],["10621.690","15599.388"],["10646.130","15578.128"],["10653.531","15592.745"],["10583.473","15599.230"],["10584.263","15605.539"],["10490.470","15698.342"],["10500.931","15710.563"],["10498.891","15713.833"],["10502.654","15660.742"],["10482.473","15677.604"],["10495.631","15680.792"],["10465.406","15659.301"],["10478.926","15669.210"],["10472.478","15683.413"],["10478.983","15617.585"],["10474.444","15624.521"],["10495.727","15627.180"],["10586.652","15717.758"],["10576.490","15660.403"],["10611.997","15651.192"],["10631.138","15650.589"],["10635.101","15647.117"],["10596.226","15631.160"],["10633.270","15610.883"],["10517.387","15704.974"],["10551.322","15691.887"],["10535.273","15614.941"],["10491.998","15643.242"],["10503.996","15696.249"],["10513.684","15694.796"],["10513.273","15689.808"],["10537.258","15665.144"],["10502.934","15683.379"],["10522.522","15699.649"],["10543.899","15695.848"],["10546.004","15680.654"],["10536.613","15702.834"],["10467.304","15594.507"],["10509.626","15634.789"],["10508.458","15609.058"],["10511.835","15651.059"],["10547.972","15637.193"],["10544.304","15649.910"],["10531.769","15629.184"],["10534.729","15626.954"],["10533.127","15606.296"],["10502.448","15600.533"],["10494.062","15602.367"],["10496.633","15604.536"],["10515.756","15600.816"],["10534.451","15616.129"],["10532.477","15614.098"],["10528.875","15631.157"],["10524.811","15605.681"],["10519.649","15600.662"],["10529.316","15582.666"],["10584.565","15590.205"],["10595.102","15617.815"],["10611.054","15590.163"],["10626.573","15613.140"],["10614.163","15621.168"],["10619.993","15634.906"],["10499.170","15554.668"],["10507.405","15563.985"],["10539.389","15573.305"],["10565.090","15584.276"],["10646.605","15566.455"],["10607.561","15578.104"],["10593.870","15584.572"],["10598.245","15587.908"],["10652.978","15571.653"],["10651.810","15571.637"],["10656.758","15574.524"],["10656.873","15564.318"],["10590.360","15516.430"],["10605.809","15525.834"],["10587.058","15508.413"],["10565.439","15513.330"],["10555.280","15510.393"],["10571.106","15519.010"],["10587.106","15522.938"],["10598.660","15515.421"],["10587.017","15518.675"],["10599.781","15517.122"],["10529.407","15664.461"],["10508.548","15671.239"],["10517.591","15648.270"],["10521.193","15654.810"],["10525.851","15616.967"],["10526.953","15608.677"],["10532.817","15683.198"],["10540.284","15688.599"],["10617.069","15604.111"],["10610.983","15607.315"],["10636.130","15585.577"],["10632.150","15585.973"],["10595.135","15597.826"],["10598.835","15592.294"],["10504.500","15704.023"],["10493.661","15707.656"],["10496.306","15670.470"],["10485.154","15682.195"],["10502.523","15669.165"],["10478.663","15663.083"],["10472.741","15663.017"],["10475.866","15657.567"],["10481.828","15613.753"],["10493.210","15638.328"],["10488.013","15623.134"],["10586.895","15613.664"],["10534.487","15589.146"],["10505.329","15578.907"],["10508.104","15657.779"],["10523.775","15647.907"],["10511.821","15619.280"],["10531.649","15672.975"],["10610.638","15601.865"],["10630.505","15581.134"],["10607.569","15601.344"],["5540.346","17619.172"],["5600.786","17580.804"],["5612.807","17601.044"],["5575.569","17470.209"],["5490.022","17427.580"],["5412.275","17486.853"],["5427.341","17455.986"],["5455.594","17568.211"],["5434.394","17562.133"],["5510.316","17483.697"],["5517.383","17467.435"],["5511.746","17477.421"],["5504.022","17445.966"],["5505.453","17449.583"],["5495.832","17458.666"],["5538.012","17464.229"],["5540.249","17468.672"],["5533.588","17477.095"],["5492.307","17415.718"],["5417.637","17412.338"],["5574.953","17597.472"],["5501.563","17413.610"],["5497.699","17574.862"],["5412.617","17548.074"],["5433.074","17513.620"],["5546.134","17576.336"],["5480.532","17516.682"],["5492.342","17518.400"],["5487.605","17519.886"],["5491.683","17502.161"],["5492.999","17493.226"],["5499.134","17498.990"],["5535.013","17590.167"],["5556.096","17565.809"],["5554.221","17568.270"],["5541.101","17529.350"],["5558.157","17529.152"],["5547.976","17526.295"],["5571.457","17497.853"],["5608.919","17527.785"],["5604.643","17514.325"],["5574.497","17504.791"],["5591.422","17520.712"],["5548.420","17599.640"],["5546.890","17593.711"],["5564.621","17611.663"],["5510.981","17596.411"],["5587.800","17619.992"],["5590.861","17609.154"],["5588.229","17608.642"],["5599.251","17597.041"],["5603.066","17604.522"],["5488.520","17585.820"],["5481.875","17587.273"],["5508.830","17550.716"],["5514.702","17550.963"],["5517.514","17561.318"],["5500.895","17545.640"],["5494.947","17542.558"],["5490.374","17557.553"],["5482.792","17554.449"],["5490.100","17603.037"],["5558.406","17423.474"],["5569.351","17439.888"],["5579.199","17427.680"],["5568.976","17417.736"],["5437.590","17428.156"],["5435.320","17426.042"],["5434.004","17422.045"],["5449.915","17454.244"],["5453.582","17438.901"],["5483.297","17455.996"],["5469.563","17450.034"],["5472.672","17464.749"],["5602.645","17540.177"],["5525.650","17555.085"],["5534.202","17486.662"],["5560.074","17491.733"],["5526.258","17474.788"],["5416.732","17491.857"],["5482.258","17501.370"],["5464.199","17467.778"],["5423.851","17501.825"],["5428.012","17501.478"],["5430.463","17503.361"],["5452.897","17568.657"],["5451.104","17566.130"],["5463.341","17573.941"],["5425.457","17561.822"],["5443.607","17607.429"],["5425.122","17440.076"],["5505.421","17417.823"],["5521.089","17482.046"],["5511.434","17468.272"],["5509.789","17474.250"],["5507.756","17460.103"],["5505.930","17446.973"],["5510.718","17460.613"],["5539.278","17468.672"],["5543.982","17471.000"],["5537.436","17478.284"],["5492.932","17410.351"],["5418.689","17441.752"],["5423.015","17421.884"],["5585.568","17595.475"],["5595.618","17589.909"],["5473.423","17557.719"],["5490.331","17576.283"],["5500.984","17617.711"],["5472.262","17540.018"],["5415.223","17508.581"],["5441.420","17529.438"],["5436.252","17546.009"],["5416.548","17550.782"],["5456.791","17521.977"],["5444.110","17499.252"],["5448.369","17504.500"],["5472.407","17527.931"],["5476.289","17507.783"],["5476.370","17494.895"],["5472.899","17495.456"],["5532.146","17567.451"],["5554.580","17587.847"],["5546.015","17585.524"],["5553.892","17582.607"],["5537.580","17586.905"],["5485.779","17518.548"],["5480.352","17518.746"],["5486.700","17520.893"],["5493.953","17505.348"],["5486.075","17504.621"],["5492.275","17505.893"],["5524.767","17585.097"],["5567.889","17548.517"],["5544.193","17520.878"],["5536.430","17537.592"],["5536.496","17539.821"],["5568.924","17503.402"],["5566.704","17510.388"],["5616.459","17495.802"],["5595.531","17513.697"],["5601.255","17509.254"],["5580.369","17510.506"],["5595.073","17522.760"],["5592.425","17515.245"],["5617.664","17475.050"],["5551.463","17598.352"],["5551.825","17607.039"],["5559.275","17609.549"],["5509.336","17578.079"],["5505.701","17588.467"],["5491.984","17583.942"],["5595.647","17617.659"],["5596.568","17611.945"],["5589.891","17616.900"],["5602.080","17599.584"],["5596.668","17602.160"],["5595.797","17594.018"],["5617.733","17602.529"],["5612.750","17590.638"],["5483.832","17583.210"],["5488.207","17586.431"],["5479.227","17587.983"],["5506.659","17557.801"],["5515.376","17563.944"],["5519.554","17556.133"],["5495.681","17538.109"],["5497.720","17545.029"],["5501.026","17551.140"],["5481.081","17549.890"],["5486.970","17550.485"],["5494.157","17547.710"],["5559.031","17420.914"],["5563.323","17430.625"],["5570.765","17442.266"],["5566.900","17443.076"],["5587.422","17414.441"],["5443.939","17419.518"],["5442.557","17415.753"],["5454.438","17459.248"],["5468.270","17439.974"],["5465.277","17446.448"],["5469.645","17460.191"],["5482.211","17464.666"],["5480.665","17460.224"],["5538.674","17614.933"],["5611.872","17505.693"],["5600.099","17472.970"],["5487.262","17554.672"],["5519.054","17493.747"],["5536.965","17527.901"],["5498.610","17480.205"],["5476.716","17472.006"],["5417.439","17448.405"],["5479.742","17436.234"],["5485.104","17458.067"],["5473.041","17505.553"],["5478.420","17533.431"],["5409.355","17521.548"],["5434.180","17568.326"],["5449.262","17571.745"],["5545.402","17598.909"],["5556.372","17613.707"],["5464.213","17435.635"],["5619.269","17419.130"],["5614.040","17422.871"],["5548.808","17507.884"],["5474.554","17531.334"],["5457.370","17578.235"],["5504.205","17598.144"],["5423.249","17517.234"],["27769.385","16550.277"],["27753.293","16475.706"],["27785.846","16480.670"],["27767.172","16375.552"],["27796.063","16388.884"],["27763.976","16399.685"],["27917.202","16562.084"],["27775.520","16536.916"],["27775.997","16550.740"],["27769.675","16426.373"],["27764.050","16428.933"],["27809.155","16376.465"],["27765.908","16456.037"],["27753.145","16467.234"],["27797.474","16448.993"],["27785.813","16488.547"],["27769.555","16357.280"],["27795.997","16395.028"],["27767.677","16408.686"],["27775.983","16412.485"],["18681.505","13838.621"],["18767.278","13872.197"],["27336.688","17190.972"],["31170.278","9823.519"],["31172.323","9845.163"],["31175.113","9809.481"],["31170.498","9846.352"],["31162.817","9872.594"],["31181.961","9843.693"],["31168.320","9813.792"],["31166.748","9864.601"],["31173.435","9816.649"],["31183.425","9851.240"],["9863.813","9597.674"],["9851.691","9610.820"],["10659.307","15119.545"],["10619.866","15107.769"],["10655.560","15209.313"],["10658.932","15209.263"],["10667.649","15172.880"],["10634.340","15259.074"],["10639.954","15250.792"],["10649.493","15268.513"],["10651.666","15280.282"],["10665.688","15114.128"],["10657.892","15112.559"],["10564.723","15095.749"],["10563.127","15124.848"],["10640.856","15199.450"],["10651.390","15212.598"],["10657.214","15238.607"],["10636.199","15223.896"],["10668.901","15277.101"],["10648.457","15225.391"],["10658.583","15136.754"],["10620.460","15115.177"],["10594.048","15089.192"],["10560.677","15104.766"],["10660.337","15240.200"],["10654.625","15257.910"],["10662.923","15291.245"],["10495.511","15230.658"],["10507.017","15266.329"],["10473.211","15287.377"],["10490.566","15244.194"],["10483.058","15242.707"],["10478.432","15202.226"],["10510.594","15267.303"],["10497.725","15239.048"],["10483.275","15180.509"],["10479.680","15130.001"],["10485.480","15088.114"],["10622.633","15286.838"],["10646.431","15279.715"],["10648.951","15290.325"],["10604.466","15241.352"],["10607.878","15247.170"],["10667.417","15237.956"],["10612.295","15206.633"],["10609.853","15204.002"],["10600.100","15173.099"],["10595.507","15171.028"],["10594.750","15136.833"],["10608.477","15143.074"],["10584.209","15094.460"],["10616.431","15135.271"],["10594.368","15150.223"],["10591.832","15143.831"],["10571.669","15111.716"],["10566.132","15108.671"],["10610.925","15145.589"],["10590.132","15173.586"],["10607.283","15207.804"],["10605.829","15202.347"],["10601.809","15243.997"],["10608.441","15243.019"],["10665.996","15241.591"],["10545.385","15289.678"],["10472.898","15169.968"],["10482.980","15220.058"],["10517.684","15137.944"],["10489.740","15226.632"],["10496.907","15218.693"],["10465.428","15193.384"],["10482.616","15277.595"],["10462.468","15195.234"],["10508.635","15195.167"],["10537.626","15285.328"],["10524.683","15286.110"],["10595.714","15245.856"],["10599.702","15257.118"],["10617.187","15291.757"],["10602.083","15275.467"],["10537.189","15221.028"],["10534.570","15253.448"],["10522.339","15191.802"],["10486.593","15180.343"],["10509.881","15100.084"],["10479.722","15109.159"],["10471.140","15086.019"],["10484.922","15085.962"],["10480.685","15128.312"],["10481.781","15137.349"],["10483.183","15183.610"],["10484.911","15180.299"],["10494.279","15179.754"],["10493.066","15241.218"],["10483.482","15238.369"],["10482.469","15235.584"],["10473.500","15286.806"],["10470.896","15280.182"],["10503.459","15270.376"],["10620.651","15284.233"],["10643.486","15282.377"],["10670.889","15216.891"],["10567.987","15111.771"],["10593.630","15147.412"],["10477.907","15155.995"],["10493.725","15239.558"],["10471.745","15283.743"],["10489.000","15210.215"],["10490.744","15225.376"],["10498.866","15291.220"],["10545.209","15264.568"],["10536.377","15290.304"],["10594.727","15241.166"],["10596.462","15268.646"],["10635.032","15284.144"],["10620.159","15269.258"],["10530.281","15227.320"],["10549.340","15245.901"],["10508.909","15188.091"],["10487.942","15174.712"],["10486.349","15095.881"],["10485.342","15231.243"],["10505.993","15265.887"],["10514.050","15262.437"],["10514.639","15276.703"],["10495.903","15239.134"],["10470.116","15272.674"],["8133.223","19436.685"],["8130.700","19342.964"],["8021.609","19313.401"],["8005.079","19409.304"],["7979.773","19326.851"],["8125.660","19406.243"],["8141.660","19493.982"],["8110.903","19454.773"],["8091.709","19472.031"],["8013.784","19449.484"],["8020.478","19465.702"],["8054.021","19372.706"],["8057.492","19370.890"],["8082.207","19346.621"],["8043.937","19372.870"],["8025.351","19338.683"],["8095.129","19331.503"],["8108.830","19327.936"],["8127.088","19312.161"],["8038.791","19314.118"],["7950.105","19320.300"],["7942.615","19410.343"],["7946.343","19452.490"],["8039.834","19522.052"],["8018.081","19468.478"],["8055.054","19485.422"],["8115.086","19509.388"],["8130.311","19426.627"],["8101.561","19396.982"],["7993.195","19349.751"],["7955.129","19399.808"],["8127.466","19459.267"],["8099.407","19455.235"],["7995.495","19480.368"],["8011.103","19479.823"],["8046.028","19343.805"],["8062.930","19335.407"],["8057.683","19338.825"],["8050.762","19356.998"],["8011.782","19369.088"],["8106.165","19326.797"],["8088.616","19338.621"],["7965.866","19437.791"],["7956.721","19430.590"],["7939.456","19466.991"],["7937.350","19460.153"],["8009.636","19510.920"],["8016.857","19484.248"],["8019.906","19519.229"],["8021.962","19464.117"],["8105.152","19518.917"],["8144.304","19373.659"],["8003.248","19317.308"],["8094.094","19412.440"],["8127.377","19335.631"],["8007.110","19363.376"],["8003.237","19393.929"],["7981.033","19444.916"],["7942.882","19321.070"],["8140.147","19486.897"],["8103.453","19450.958"],["7994.557","19465.802"],["8075.617","19371.385"],["8086.450","19347.595"],["8037.177","19340.384"],["8120.754","19343.262"],["7952.873","19443.935"],["7938.551","19436.636"],["8067.143","19491.781"],["8103.836","19492.526"],["8132.659","19369.200"],["8124.900","19438.881"],["8128.380","19340.355"],["7952.481","19399.940"],["8145.199","19429.959"],["8137.006","19485.939"],["8047.393","19347.075"],["8074.608","19324.672"],["8031.371","19348.576"],["8085.080","19326.912"],["8097.849","19323.194"],["8055.798","19314.680"],["7966.425","19434.191"],["8057.604","19512.672"],["11295.221","17647.880"],["11108.126","17739.579"],["11095.682","17632.416"],["11098.271","17698.542"],["11093.501","17693.752"],["11117.894","17695.648"],["11112.170","17693.898"],["11154.854","17667.592"],["11142.206","17680.920"],["11151.899","17684.042"],["11166.356","17684.521"],["11184.813","17689.321"],["11182.626","17668.479"],["11206.711","17692.160"],["11191.020","17690.855"],["11164.831","17710.471"],["11177.459","17745.993"],["11163.380","17750.419"],["11181.850","17753.392"],["11191.636","17753.507"],["11181.852","17723.024"],["11184.796","17726.146"],["11141.523","17723.982"],["11153.694","17715.592"],["11232.469","17632.318"],["11216.909","17636.001"],["11196.030","17622.562"],["11180.737","17627.593"],["11172.069","17644.505"],["11290.457","17662.774"],["11295.873","17664.240"],["11278.357","17670.615"],["11300.404","17703.510"],["11294.615","17682.767"],["11302.279","17762.817"],["11100.326","17621.141"],["11099.554","17703.661"],["11124.341","17701.974"],["11110.476","17706.185"],["11148.653","17673.604"],["11136.367","17681.416"],["11151.372","17681.746"],["11150.484","17692.233"],["11188.415","17669.189"],["11182.889","17683.161"],["11199.787","17698.270"],["11207.056","17689.435"],["11197.008","17719.441"],["11196.876","17721.473"],["11163.367","17702.824"],["11174.338","17705.236"],["11175.557","17773.664"],["11165.600","17761.220"],["11194.350","17748.520"],["11185.287","17763.136"],["11183.661","17723.008"],["11165.191","17728.210"],["11144.270","17715.642"],["11144.220","17710.109"],["11217.847","17628.239"],["11191.740","17625.628"],["11181.609","17638.097"],["11302.298","17631.375"],["11290.934","17656.779"],["11296.575","17665.417"],["11278.587","17685.281"],["11284.804","17671.226"],["11290.075","17695.318"],["11295.157","17750.232"],["11206.991","17704.781"],["11148.570","17698.356"],["11291.043","17645.948"],["11281.467","17771.628"],["11159.147","17704.246"],["11302.400","17650.923"],["11286.006","17735.771"],["17467.121","17044.004"],["17442.099","17053.548"],["9021.321","14676.389"],["9030.525","14813.517"],["9020.269","14858.879"],["9051.087","14744.865"],["9015.400","14671.517"],["9033.485","14799.182"],["9024.787","14871.049"],["9012.884","14856.484"],["9017.883","14677.182"],["9029.916","14809.157"],["9018.871","14857.954"],["9021.920","14843.765"],["9008.081","14844.903"],["9000.741","14737.837"],["8998.372","14736.912"],["8997.052","14731.280"],["9003.237","14749.339"],["8998.417","14729.892"],["9005.515","14706.298"],["9001.780","14708.177"],["8996.280","14799.983"],["8997.086","14783.270"],["8998.109","14775.192"],["8988.257","14780.494"],["9018.272","14770.445"],["9054.114","14739.514"],["9019.939","14670.014"],["9023.568","14801.263"],["9026.366","14871.511"],["9020.253","14853.908"],["9000.237","14786.056"],["9020.844","14804.781"],["9020.192","14797.126"],["9017.825","14822.311"],["9016.173","14862.822"],["9003.224","14736.747"],["9000.044","14742.385"],["9010.036","14712.978"],["8990.313","14781.320"],["9004.707","14784.471"],["3923.148","17894.844"],["3778.007","17881.395"],["3882.631","17983.268"],["3892.253","18001.528"],["3909.226","17995.962"],["3926.101","17978.819"],["3904.466","17944.012"],["3885.371","17944.392"],["3905.042","17965.713"],["3881.061","17950.436"],["3923.660","17944.887"],["3876.357","17955.936"],["3872.410","17960.676"],["3913.857","17940.329"],["3870.448","17885.413"],["3892.553","17905.347"],["3870.826","17913.340"],["3860.431","17891.276"],["3866.911","17905.809"],["3883.556","17871.573"],["3903.721","17890.664"],["3856.385","17870.962"],["3867.809","17848.098"],["3888.253","17840.435"],["3902.464","17835.034"],["3884.832","17842.681"],["3837.752","17905.713"],["3796.387","17921.485"],["3807.045","17891.378"],["3855.861","17913.987"],["3790.269","17898.959"],["3819.825","17908.785"],["3838.509","17920.973"],["3859.771","17945.053"],["3857.781","17937.820"],["3862.830","17936.003"],["3847.830","17950.355"],["3801.629","17949.397"],["3819.376","17932.304"],["3818.767","17926.110"],["3825.034","17959.901"],["3822.567","17930.355"],["3735.980","17862.149"],["3765.010","17848.574"],["3732.691","17846.427"],["3761.210","17858.632"],["3757.148","17851.216"],["3812.821","17890.411"],["3825.222","17892.360"],["3815.485","17862.897"],["3813.150","17837.860"],["3838.840","17861.724"],["3820.831","17889.437"],["3806.604","17844.185"],["3807.525","17844.202"],["3833.873","17867.108"],["3760.153","17908.073"],["3754.758","17873.689"],["3770.827","17891.178"],["3751.929","17876.050"],["3763.739","17913.127"],["3745.762","17870.138"],["3779.709","17911.773"],["3751.732","17863.317"],["3821.187","18014.035"],["3876.105","17978.412"],["3875.973","18005.943"],["3873.835","17969.312"],["3833.013","17979.535"],["3814.707","17977.619"],["3824.181","18012.615"],["3850.431","17971.789"],["3794.560","18010.039"],["3806.896","18025.630"],["3731.237","17945.207"],["3725.152","17965.785"],["3756.319","17929.699"],["3737.981","17962.119"],["3765.102","17949.418"],["3751.073","17922.465"],["3738.127","18014.732"],["3765.330","18023.799"],["3750.347","17988.275"],["3756.449","17977.226"],["3772.436","17992.123"],["3769.985","18004.625"],["3768.521","18001.355"],["3739.508","17989.514"],["3736.370","18037.059"],["3908.502","17863.837"],["3782.004","17858.058"],["3914.720","17984.187"],["3894.868","17997.118"],["3904.950","17989.340"],["3896.134","17990.644"],["3929.440","17972.956"],["3925.453","17944.243"],["3875.584","17965.283"],["3893.167","17928.207"],["3921.621","17958.562"],["3883.430","17951.922"],["3876.670","17944.524"],["3890.880","17957.967"],["3917.936","17915.308"],["3888.035","17932.666"],["3888.589","17903.249"],["3920.004","17899.748"],["3860.645","17916.148"],["3891.763","17897.849"],["3905.464","17913.290"],["3899.510","17888.303"],["3894.444","17885.759"],["3875.711","17863.348"],["3913.375","17869.244"],["3856.994","17915.702"],["3918.902","17892.613"],["3858.303","17840.154"],["3913.665","17848.808"],["3862.316","17843.011"],["3901.642","17837.726"],["3922.875","17847.602"],["3909.339","17835.282"],["3801.848","17901.750"],["3839.019","17915.837"],["3838.081","17918.083"],["3814.068","17919.058"],["3797.440","17942.955"],["3831.585","17919.768"],["3796.667","17924.342"],["3842.588","17894.549"],["3792.341","17911.031"],["3794.710","17922.179"],["3816.415","17973.410"],["3829.425","17947.085"],["3839.738","17958.299"],["3848.323","17945.103"],["3808.192","17932.304"],["3826.531","17933.030"],["3816.531","17951.362"],["3847.073","17960.413"],["3856.481","17936.812"],["3850.922","17941.156"],["3836.860","17921.684"],["3747.608","17848.755"],["3732.329","17858.351"],["3749.780","17839.622"],["3750.487","17837.327"],["3769.319","17832.504"],["3785.485","17835.729"],["3803.462","17838.289"],["3796.143","17849.602"],["3828.544","17851.584"],["3797.196","17867.356"],["3821.340","17879.247"],["3851.571","17890.329"],["3787.212","17860.535"],["3815.781","17837.381"],["3807.574","17852.245"],["3737.604","17860.823"],["3774.627","17923.036"],["3771.683","17868.998"],["3744.462","17870.798"],["3763.410","17896.298"],["3768.525","17915.043"],["3740.795","17874.927"],["3761.847","17911.690"],["3863.770","18008.816"],["3837.437","17997.404"],["3859.000","18007.858"],["3842.240","17982.673"],["3874.230","17989.626"],["3832.651","17984.275"],["3868.210","17964.043"],["3820.973","17966.669"],["3823.194","18009.427"],["3811.123","18018.891"],["3811.073","18015.539"],["3789.840","18042.574"],["3813.968","17997.504"],["3820.234","18018.792"],["3784.889","18041.699"],["3817.701","18012.913"],["3819.198","17993.706"],["3740.102","17929.451"],["3782.438","17930.327"],["3748.507","17929.220"],["3738.721","17951.086"],["3725.661","17965.488"],["3749.971","17937.709"],["3759.954","17948.857"],["3751.237","17962.482"],["3732.074","18011.347"],["3761.679","18023.651"],["3742.765","17998.498"],["3766.877","17990.917"],["3753.373","18004.889"],["3762.748","18014.072"],["3743.752","17961.751"],["3775.544","18010.637"],["3777.995","17996.136"],["3782.633","17993.692"],["3753.228","18033.657"],["3731.715","18031.180"],["3751.452","18024.640"],["3926.743","18007.787"],["3920.453","17931.179"],["3858.967","17883.216"],["3817.391","17919.041"],["3806.876","17974.550"],["3808.331","17852.228"],["3735.581","17902.078"],["3781.794","18011.644"],["31995.169","8530.137"],["31959.330","8479.948"],["32019.478","8521.632"],["32005.794","8519.567"],["31959.412","8465.464"],["14889.503","9476.070"],["14883.779","9451.876"],["15007.363","9379.616"],["14957.149","9391.078"],["14992.593","9423.827"],["14960.062","9437.436"],["14985.965","9404.026"],["14897.332","9485.699"],["14971.427","9442.770"],["14912.249","9414.661"],["14953.777","9415.405"],["14984.238","9386.140"],["14973.695","9421.135"],["14947.003","9441.102"],["14918.105","9439.798"],["14929.963","9428.683"],["14883.450","9455.839"],["14917.726","9411.358"],["14979.336","9386.536"],["14949.896","9402.242"],["14938.384","9439.880"],["14916.328","9433.241"],["14970.422","9395.553"],["17523.273","4170.295"],["17506.020","4162.087"],["17518.652","4191.474"],["17456.249","4149.313"],["17482.569","4271.104"],["17471.171","4266.282"],["17502.550","4173.489"],["17504.552","4295.429"],["17522.468","4189.723"],["17515.275","4301.127"],["17460.107","4156.881"],["17503.603","4178.179"],["17465.986","4158.082"],["17493.159","4205.396"],["17506.589","4211.601"],["17525.834","4197.000"],["17565.749","4257.564"],["17515.609","4257.112"],["17536.931","4272.171"],["17494.645","4275.030"],["17463.534","4263.620"],["17418.996","4136.758"],["17428.724","4155.795"],["17474.177","4179.546"],["17410.286","4136.521"],["17436.810","4167.332"],["17474.278","4183.232"],["17477.366","4213.587"],["17537.061","4238.107"],["17555.881","4238.775"],["17547.173","4201.963"],["17515.768","4188.974"],["17477.548","4295.896"],["17477.877","4301.792"],["17555.026","4265.888"],["17517.928","4249.085"],["17505.076","4201.510"],["17521.476","4287.731"],["17484.086","4274.468"],["17472.251","4270.854"],["17423.345","4168.528"],["17477.614","4175.665"],["17532.422","4239.180"],["17533.743","4234.530"],["17521.628","4165.093"],["17518.515","4193.268"],["17551.851","4258.770"],["17509.359","4257.954"],["17543.312","4257.703"],["17520.851","4280.019"],["17474.497","4278.762"],["17460.261","4251.035"],["17483.552","4182.832"],["17449.544","4149.986"],["17466.630","4162.357"],["17472.138","4206.267"],["17531.699","4253.185"],["17538.562","4230.748"],["17506.934","4203.409"],["17514.819","4164.812"],["15471.248","14450.074"],["20435.220","11922.041"],["20422.276","11914.840"],["20391.938","12029.885"],["20359.882","12041.809"],["20554.775","11956.500"],["20473.525","11965.881"],["20371.724","12009.323"],["20432.661","11960.108"],["20489.249","11959.357"],["20479.429","12005.253"],["20378.932","11953.940"],["20476.174","12002.140"],["20413.164","11916.227"],["20401.494","11964.781"],["20459.539","12020.976"],["20513.955","11933.380"],["20535.334","11976.929"],["20452.983","11951.917"],["20458.533","12015.830"],["20417.146","11999.400"],["20554.906","11975.608"],["20460.745","11968.193"],["20521.095","12077.258"],["20516.424","12105.434"],["20395.326","11956.094"],["20396.790","12027.028"],["20530.778","11932.388"],["20508.661","12119.620"],["20464.727","11940.951"],["20366.477","12034.426"],["20437.892","11967.771"],["20497.554","11977.276"],["20447.217","12019.530"],["20386.806","12031.090"],["20490.285","11946.310"],["20552.078","11959.076"],["20490.355","12101.107"],["8659.358","18848.920"],["8696.940","18841.389"],["8663.190","18756.617"],["8703.453","18789.780"],["8670.620","18726.251"],["8739.486","18792.119"],["8750.490","18791.656"],["8776.865","18722.289"],["8653.361","18828.052"],["8624.990","18832.280"],["8615.512","18790.602"],["8610.413","18777.126"],["8730.707","18880.290"],["8757.286","18843.114"],["8765.558","18814.625"],["8738.497","18870.797"],["8746.576","18857.116"],["8748.967","18884.677"],["8697.679","18796.750"],["8698.910","18708.161"],["8724.531","18722.818"],["8702.911","18710.593"],["8689.030","18724.592"],["8724.266","18742.435"],["8631.717","18772.341"],["8649.174","18735.651"],["8573.431","18746.267"],["8716.559","18854.847"],["8735.684","18863.936"],["8692.346","18866.121"],["8674.375","18871.529"],["8728.796","18692.666"],["8754.043","18727.094"],["8660.645","18697.799"],["8684.720","18840.811"],["8654.835","18868.755"],["8718.979","18767.253"],["8653.322","18737.211"],["8713.976","18700.982"],["8742.825","18786.982"],["8742.200","18802.705"],["8629.184","18830.133"],["8628.768","18765.400"],["8755.082","18847.920"],["8719.260","18847.705"],["8766.051","18804.534"],["8744.796","18864.983"],["8759.931","18859.511"],["8747.680","18873.040"],["8687.246","18822.912"],["8651.867","18744.847"],["8707.549","18700.320"],["8689.819","18728.407"],["8708.510","18718.467"],["8741.111","18736.293"],["8716.881","18745.606"],["8720.297","18822.972"],["8614.788","18781.150"],["8620.436","18766.470"],["8629.974","18735.909"],["8644.206","18727.113"],["8625.259","18752.068"],["8617.391","18763.398"],["8695.080","18849.975"],["8724.027","18850.239"],["8674.326","18861.257"],["8729.816","18703.351"],["8740.310","18716.607"],["8770.287","18718.745"],["8773.835","18742.733"],["8685.160","18735.549"],["8723.911","18797.238"],["8647.227","18799.596"],["8613.752","18796.184"],["8728.717","18868.200"],["8610.651","18883.829"],["8661.216","18863.454"],["8679.950","18758.103"],["8706.936","18752.048"],["8741.690","18821.004"],["8652.687","18816.408"],["8635.150","18776.333"],["8736.563","18840.273"],["8658.161","18678.181"],["8657.979","18703.898"],["14185.401","17092.677"],["14224.949","17173.865"],["14173.225","17125.269"],["14190.913","17110.200"],["14216.253","17156.518"],["14181.306","17129.563"],["14177.230","17100.374"],["14165.863","17153.712"],["14224.911","17178.186"],["14181.719","16999.858"],["14161.087","17018.570"],["14157.807","17007.066"],["14189.173","17037.945"],["14195.927","17028.309"],["14237.743","17062.954"],["14203.158","17044.700"],["14231.026","17073.009"],["14206.102","17081.492"],["14216.500","17067.207"],["14187.836","17056.607"],["14191.214","17068.676"],["14239.281","17044.819"],["14245.210","17080.790"],["14217.947","17093.508"],["14229.771","17084.788"],["14228.497","17129.773"],["14210.103","17122.964"],["14240.953","17121.622"],["14241.084","17119.533"],["14238.431","17098.172"],["14202.030","17097.883"],["14214.214","17114.588"],["14245.933","17147.525"],["14241.800","17169.837"],["14241.004","17157.658"],["14237.109","17148.136"],["14203.825","17113.156"],["14199.900","17129.232"],["14177.737","17124.476"],["14205.203","17150.598"],["14218.477","17138.092"],["14205.406","17136.013"],["14166.266","17103.023"],["14233.779","17168.153"],["14179.590","17114.947"],["14161.281","17155.771"],["14188.726","17002.616"],["14181.050","17015.550"],["14172.583","17012.575"],["14158.670","17011.190"],["14158.859","16996.991"],["14199.263","17023.870"],["14190.621","17035.699"],["14196.470","17031.661"],["14241.896","17019.809"],["14194.221","17103.771"],["14238.450","17064.028"],["14243.493","17033.898"],["14236.541","17034.393"],["14201.705","17071.950"],["14249.646","17101.490"],["14206.961","17068.049"],["14201.850","17051.305"],["14227.046","17077.022"],["14248.079","17073.422"],["14238.006","17072.714"],["14244.557","17092.171"],["14225.306","17131.540"],["14242.992","17128.294"],["14249.209","17116.642"],["14238.842","17100.914"],["14204.399","17091.789"],["14211.698","17107.371"],["14248.449","17151.224"],["14243.215","17174.082"],["14240.757","17152.159"],["14245.316","17148.946"],["14226.238","17161.253"],["14191.987","17105.219"],["14044.689","16997.175"],["14072.977","16997.351"],["14074.540","17006.186"],["14114.270","17000.298"],["14148.240","17001.606"],["14165.444","17010.310"],["14178.818","17025.884"],["14228.746","17065.796"],["14151.235","17192.351"],["14242.636","17091.117"],["14219.247","17069.341"],["14248.138","17133.412"],["14237.874","17141.653"],["14165.265","17152.632"],["14238.028","17151.426"],["14191.268","17163.136"],["14082.418","16998.936"],["14112.493","17013.956"],["14153.684","17016.553"],["14185.196","17012.117"],["14239.949","17030.197"],["14242.041","17158.842"],["14150.183","17172.714"],["14194.295","17141.071"],["14179.097","17182.772"],["14168.850","17186.307"],["14239.091","17045.565"],["14234.996","17061.766"],["14242.143","17069.845"],["14247.159","17074.949"],["14218.935","17069.110"],["14250.687","17123.371"],["14232.387","17174.465"],["14239.985","17158.676"],["14218.966","17170.155"],["14208.522","17177.240"],["14222.272","17178.412"],["14231.712","17136.199"],["14181.350","17159.833"],["14167.650","17173.309"],["14153.275","17169.131"],["14217.156","17177.388"],["11416.520","14009.107"],["11416.087","14026.630"],["11458.313","13945.611"],["11399.201","14024.251"],["11458.033","13952.729"],["11312.574","13898.850"],["11309.773","13993.845"],["11405.369","14022.798"],["11443.724","13959.137"],["11321.853","13930.599"],["11312.784","13907.964"],["11323.303","13914.918"],["11434.660","13945.322"],["11433.448","13901.224"],["11418.709","13851.503"],["11454.655","13882.898"],["11407.557","14021.229"],["11417.221","14026.019"],["11443.329","13951.540"],["17825.595","18329.264"],["10249.658","13425.189"],["10236.344","13406.879"],["10147.302","13426.904"],["10094.714","13458.828"],["10126.568","13454.419"],["10084.021","13433.950"],["10119.219","13509.357"],["10088.507","13481.546"],["10108.128","13542.980"],["10049.813","13546.026"],["10044.528","13411.307"],["10186.291","13505.605"],["10183.259","13478.426"],["10191.700","13546.321"],["10202.319","13545.947"],["10244.070","13580.738"],["10055.354","13589.238"],["10066.145","13579.304"],["10080.784","13591.896"],["10246.089","13417.824"],["10220.538","13394.394"],["10128.585","13414.270"],["10100.848","13450.405"],["10138.229","13466.244"],["10094.202","13444.718"],["10102.147","13506.863"],["10077.849","13498.590"],["10101.943","13549.438"],["10066.622","13557.405"],["10046.436","13421.415"],["10207.310","13517.678"],["10184.837","13493.356"],["10188.920","13532.663"],["10216.990","13550.224"],["10224.794","13585.809"],["10049.249","13575.425"],["10070.504","13587.842"],["10198.836","13462.847"],["10095.016","13574.433"],["10195.232","13484.041"],["10184.729","13441.519"],["10120.782","13433.476"],["10109.344","13420.874"],["10077.667","13445.762"],["10249.971","13424.265"],["10138.815","13413.956"],["10108.743","13441.024"],["10136.798","13455.245"],["10076.077","13442.769"],["10106.407","13508.019"],["10078.211","13477.648"],["10110.809","13530.412"],["10046.227","13544.853"],["10046.683","13418.161"],["10189.662","13509.718"],["10196.749","13536.445"],["10225.494","13544.279"],["10232.113","13584.636"],["10057.818","13565.912"],["10047.489","13577.978"],["10054.696","13587.768"],["10071.047","13598.264"],["10095.669","13600.633"],["10249.054","13582.902"],["10176.893","13493.653"],["10201.115","13581.917"],["10064.959","13453.724"],["10183.545","13420.792"],["10085.978","13424.256"],["10095.611","13535.846"],["10233.244","13416.750"],["10215.374","13402.420"],["10147.762","13419.241"],["10107.510","13464.278"],["10141.486","13452.503"],["10112.509","13498.308"],["10066.254","13490.877"],["10050.504","13550.765"],["10064.693","13405.841"],["10199.564","13511.914"],["10196.815","13539.137"],["10220.263","13562.032"],["10057.952","13577.562"],["10073.152","13584.126"],["10080.899","13602.912"],["10243.381","13596.395"],["10040.828","13455.044"],["10072.538","13589.283"],["10228.790","13600.916"],["10136.712","13464.852"],["10113.741","13508.598"],["10077.378","13415.766"],["10163.717","13403.388"],["10236.142","13590.594"],["10136.169","13434.579"],["10123.691","13492.050"],["10042.636","13418.418"],["10098.677","13442.785"],["20365.331","14600.002"],["29862.909","9383.911"],["29838.337","9387.016"],["29867.317","9390.600"],["29844.159","9379.287"],["29859.801","9379.848"],["29832.449","9386.256"],["20998.493","13979.753"],["21108.856","13850.717"],["20993.296","13983.172"],["21143.745","13995.310"],["21055.672","13931.261"],["9762.167","12011.436"],["9769.123","12012.371"],["9801.422","12024.221"],["9804.790","11955.256"],["9820.041","11929.277"],["9739.839","11922.576"],["9703.282","11953.916"],["9683.509","12050.755"],["9633.059","12117.682"],["9646.796","12096.012"],["9680.828","12118.549"],["9632.626","12063.993"],["9639.370","12024.054"],["9659.409","12001.202"],["9656.151","11978.609"],["9624.467","11956.913"],["9689.880","11948.828"],["9720.827","11935.195"],["9728.991","12066.509"],["9711.615","12028.307"],["9689.086","12073.775"],["9630.488","11963.916"],["9643.147","12015.515"],["9818.838","12084.072"],["9786.554","12067.785"],["9781.490","12115.453"],["9809.463","12124.644"],["9775.246","12104.647"],["9754.087","12070.842"],["9777.237","12020.512"],["9775.893","12016.704"],["9793.186","11967.838"],["9746.150","11926.062"],["9648.761","11952.435"],["9708.240","11985.212"],["9788.722","12015.169"],["9754.519","12011.419"],["9820.216","12040.375"],["9787.507","12034.378"],["9805.366","11969.311"],["9815.436","11937.717"],["9698.299","11964.519"],["9639.134","12012.377"],["9630.307","11956.270"],["9689.841","12046.676"],["9654.198","12091.636"],["9625.472","12072.036"],["9653.663","12021.808"],["9654.014","12003.762"],["9649.178","11987.346"],["9623.332","11947.896"],["9681.821","11939.133"],["9718.607","11933.263"],["9735.472","12063.867"],["9718.211","12022.675"],["9690.500","12073.081"],["9646.620","11945.648"],["9740.426","11936.318"],["9813.641","12091.041"],["9777.327","12068.809"],["9785.092","12107.988"],["9809.217","12123.240"],["9775.477","12118.487"],["9757.738","12077.944"],["9772.500","12030.603"],["9783.745","11966.384"],["9654.106","11938.750"],["9649.929","11958.150"],["9698.257","11995.006"],["9781.353","12017.927"],["9754.190","12003.905"],["9767.101","12078.239"],["9627.127","11996.093"],["9668.169","11923.878"],["9685.358","11958.661"],["9798.050","12027.524"],["9808.688","11967.808"],["9809.219","11933.324"],["9727.059","11918.745"],["9681.706","11947.094"],["9698.661","11965.114"],["9742.350","11923.419"],["9646.903","12014.491"],["9628.937","11984.919"],["9703.065","12048.311"],["9642.800","12094.047"],["9679.611","12121.654"],["9623.202","12068.551"],["9650.972","11994.001"],["9644.764","11963.999"],["9651.003","11982.656"],["9623.743","11958.680"],["9710.762","11942.395"],["9729.139","12073.677"],["9717.109","12036.185"],["9700.911","12063.849"],["9637.574","11953.988"],["9821.897","12076.260"],["9792.459","12075.382"],["9772.861","12102.352"],["9752.590","12085.078"],["9793.244","11965.678"],["9793.745","11978.754"],["9665.520","11932.491"],["9650.159","11948.257"],["9685.954","11986.550"],["9752.118","12004.235"],["9773.031","12014.590"],["9777.216","12073.417"],["9658.164","12032.278"],["9718.532","12018.166"],["9721.394","12010.684"],["9803.412","12047.210"],["9818.458","11957.502"],["9820.386","11946.652"],["9683.121","11939.629"],["9722.805","11957.054"],["9683.082","12058.349"],["9645.778","12008.743"],["9644.595","11987.578"],["9690.318","12044.066"],["9630.987","12117.368"],["9654.938","12091.355"],["9637.314","12064.934"],["9635.455","11951.497"],["9623.921","12017.091"],["9646.332","11984.687"],["9630.026","11954.304"],["9720.219","11932.536"],["9733.284","12066.360"],["9705.036","12019.554"],["9736.545","11937.672"],["9814.052","12073.105"],["9784.531","12074.341"],["9774.259","12108.809"],["9743.692","12071.007"],["9779.573","12023.716"],["9786.739","11967.557"],["9671.984","11942.648"],["9664.469","11956.118"],["9696.217","11991.141"],["9623.401","12007.277"],["9697.685","11940.472"],["9741.207","11987.501"],["9827.569","12101.640"],["9648.613","11966.556"],["9703.750","11975.634"],["9714.072","11995.735"],["9745.401","11958.616"],["9650.686","11952.980"],["9692.599","11994.279"],["6858.038","19329.356"],["6851.892","19323.018"],["6864.551","19350.727"],["6857.594","19326.846"],["6857.830","19321.597"],["6812.485","19320.342"],["20117.775","12232.366"],["31234.071","14000.509"],["31300.681","13931.566"],["31301.914","13903.589"],["31222.344","14008.189"],["31285.138","13923.374"],["6444.844","7610.662"],["17517.765","17607.631"],["17512.502","17616.698"],["17512.469","17604.114"],["17561.058","17592.022"],["17567.506","17595.953"],["17520.006","17616.069"],["17566.782","17589.330"],["17521.778","17603.519"],["17581.552","17585.449"],["17522.749","17615.526"],["17577.045","17594.978"],["17570.581","17588.174"],["17583.147","17593.806"],["17520.726","17603.981"],["17579.430","17593.145"],["17563.410","17588.422"],["17577.078","17584.111"],["17571.141","17581.766"],["17580.055","17586.770"],["17574.348","17580.313"],["17578.476","17582.476"],["17519.640","17605.947"],["17516.745","17605.105"],["17515.824","17606.211"],["17505.775","17609.382"],["17517.288","17604.708"],["17588.646","17528.480"],["17481.705","17540.206"],["17612.859","17458.578"],["17511.041","17415.469"],["17490.988","17470.694"],["17428.781","17518.687"],["17586.332","17413.405"],["17570.965","17490.676"],["17419.343","17457.508"],["17549.330","17453.355"],["17600.096","17433.887"],["17508.900","17522.189"],["17411.808","17490.908"],["17556.289","17428.998"],["17599.446","17589.636"],["17527.870","17609.433"],["17619.732","17495.720"],["17545.926","17449.028"],["17557.316","17448.223"],["17509.442","17512.610"],["17610.383","17571.611"],["17572.687","17587.910"],["17522.519","17608.837"],["17524.870","17610.472"],["17583.789","17592.732"],["17569.594","17597.406"],["17574.068","17590.305"],["17522.716","17614.865"],["17525.331","17602.181"],["17527.058","17605.071"],["17572.917","17580.594"],["17582.571","17590.139"],["17523.292","17616.104"],["17524.426","17608.209"],["17558.147","17590.288"],["17519.295","17609.283"],["17572.144","17582.410"],["17507.798","17606.624"],["17580.516","17582.410"],["17559.594","17591.857"],["17561.848","17590.866"],["17525.956","17602.264"],["17514.097","17610.455"],["9486.931","14885.239"],["9522.467","14921.580"],["9526.606","14942.054"],["9539.160","14958.031"],["9558.460","14958.345"],["9557.319","14978.002"],["9561.733","14993.572"],["9566.688","15003.517"],["9568.892","15019.475"],["9574.106","15008.158"],["9439.626","15064.840"],["9452.949","15034.765"],["9428.393","15014.659"],["9428.909","15003.208"],["9427.925","14971.547"],["9415.156","14989.693"],["9439.447","14974.103"],["9492.737","14874.224"],["9526.003","14920.870"],["9526.590","14945.985"],["9540.048","14952.581"],["9558.377","14953.027"],["9547.566","14966.325"],["9561.091","14996.231"],["9577.017","15002.345"],["9581.293","15009.219"],["9576.754","15019.834"],["9452.176","15075.228"],["9441.715","15031.760"],["9436.195","15001.044"],["9412.283","14974.222"],["9415.090","14984.623"],["9445.204","14985.135"],["9483.559","14877.725"],["9518.109","14930.945"],["9523.531","14945.076"],["9537.120","14949.410"],["9556.486","14949.212"],["9546.497","14970.438"],["9566.782","14993.572"],["9567.724","14997.291"],["9578.201","15017.724"],["9577.856","15019.504"],["9453.327","15078.019"],["9452.176","15043.452"],["9435.351","15008.978"],["9432.313","14996.800"],["9415.474","14966.196"],["9418.248","14982.096"],["9449.743","14975.151"],["9494.513","14877.444"],["9520.543","14929.491"],["9537.445","14942.467"],["9550.278","14951.474"],["9548.608","14962.127"],["9545.740","14968.836"],["9568.312","14982.309"],["9571.984","15004.657"],["9578.842","15019.640"],["9568.793","15011.164"],["9445.498","15063.816"],["9446.090","15036.731"],["9427.439","15006.913"],["9425.866","14990.243"],["9412.875","14978.087"],["9424.564","14993.227"],["9449.365","14982.670"],["10067.514","16071.291"],["10126.346","16097.014"],["10106.796","16138.179"],["10065.524","16071.357"],["10126.856","16098.534"],["10114.099","16133.918"],["10050.788","16138.874"],["10119.314","15937.310"],["10121.411","15942.841"],["10113.867","15958.193"],["10096.167","15943.858"],["10100.551","15943.010"],["10099.051","15988.386"],["10081.721","15981.739"],["10089.762","15970.736"],["10132.414","15942.198"],["10082.722","15975.807"],["10113.501","15967.051"],["10100.134","15993.270"],["10086.245","16014.234"],["10080.048","16008.058"],["10105.669","15988.094"],["10127.899","16085.369"],["10132.565","16052.409"],["10205.627","16138.300"],["10227.308","16120.737"],["10225.750","16115.516"],["10205.530","16021.583"],["10203.905","15998.863"],["10204.199","15968.246"],["10183.370","16051.933"],["10201.961","16068.607"],["10187.437","16027.049"],["10044.745","16029.492"],["10044.195","16025.443"],["10056.150","15947.608"],["10062.448","15933.776"],["10055.324","16065.574"],["10072.775","16035.647"],["10166.280","15932.796"],["10139.494","16133.401"],["10131.294","16122.129"],["10125.208","16131.626"],["10099.015","16056.763"],["10101.593","16068.941"],["10119.734","16116.001"],["10075.703","16130.601"],["10096.221","16081.440"],["10099.905","16076.204"],["10093.138","16090.127"],["10094.915","16092.637"],["10049.410","16021.894"],["10050.692","16021.679"],["10061.526","15988.900"],["10051.098","15988.454"],["10076.055","15978.491"],["10062.388","15983.016"],["10076.400","16005.015"],["10075.002","16012.975"],["10229.086","15992.784"],["10251.211","15960.403"],["10243.892","15965.738"],["10215.263","15991.737"],["10236.349","15971.126"],["10056.557","15965.890"],["10068.663","15963.429"],["10059.057","15947.657"],["10077.124","15951.245"],["10077.486","15945.547"],["10092.733","15943.978"],["10068.501","16082.323"],["10119.092","16100.251"],["10101.052","15997.685"],["10118.600","15965.345"],["10133.212","16055.401"],["10220.834","16057.270"],["10201.569","16014.308"],["10184.656","16029.797"],["10200.848","16093.517"],["10196.625","15976.583"],["10198.951","16135.805"],["10228.966","16076.974"],["10076.197","16008.906"],["10045.636","16050.421"],["10077.650","16039.491"],["10205.556","15937.090"],["10211.870","15933.705"],["10106.409","16121.436"],["10099.434","16084.385"],["10138.632","16107.694"],["10071.443","16132.022"],["10096.780","16080.680"],["10090.490","16089.450"],["10055.062","15989.363"],["10074.082","15984.866"],["10066.154","16008.714"],["10247.514","15931.872"],["10238.547","15967.489"],["10231.721","15957.761"],["10228.175","15995.569"],["10233.536","15980.705"],["10047.305","15931.592"],["10075.192","15954.395"],["10073.383","15962.867"],["10067.955","15966.055"],["10083.309","15948.669"],["10081.417","15941.154"],["10095.003","15955.688"],["10073.912","16075.635"],["10115.277","16101.639"],["10115.201","16136.098"],["10058.633","16139.799"],["10223.878","15955.147"],["10240.103","15954.680"],["10243.135","15973.616"],["10220.132","15988.533"],["6648.283","14848.085"],["6661.775","14796.527"],["6650.931","14845.690"],["6490.160","14717.752"],["6543.433","14699.338"],["6588.120","14759.800"],["6481.755","14713.409"],["6472.495","14685.680"],["6588.153","14709.363"],["6576.964","14818.837"],["6621.635","14844.518"],["6589.695","14842.024"],["6535.385","14801.248"],["6537.211","14791.554"],["6606.339","14860.290"],["6566.345","14768.627"],["6559.634","14734.127"],["6611.887","14661.922"],["6605.983","14709.255"],["6668.318","14699.874"],["6575.703","14704.895"],["6547.611","14779.379"],["6480.057","14734.776"],["6480.731","14740.308"],["6465.583","14737.270"],["6667.548","14798.889"],["6649.697","14848.151"],["6576.920","14684.474"],["6563.384","14774.515"],["6505.111","14696.761"],["6547.166","14662.294"],["6557.232","14704.474"],["6503.219","14769.082"],["6597.051","14784.210"],["6607.705","14847.227"],["6514.333","14776.161"],["6530.978","14795.682"],["6511.767","14771.190"],["6617.885","14794.824"],["6577.348","14728.297"],["6668.483","14748.842"],["6598.022","14745.588"],["6598.729","14679.742"],["6567.743","14771.402"],["6470.994","14738.046"],["6603.493","14805.969"],["6663.765","14799.995"],["6655.240","14853.783"],["6563.022","14788.438"],["6486.097","14720.064"],["6467.923","14716.563"],["6575.978","14787.788"],["6605.665","14797.218"],["6638.187","14732.871"],["6661.262","14687.124"],["6487.507","14734.462"],["6640.746","14803.475"],["6520.176","14750.816"],["6519.782","14738.727"],["6574.300","14852.792"],["6618.691","14822.173"],["6566.049","14742.302"],["6636.081","14680.138"],["6550.802","14791.517"],["6468.757","14746.650"],["5424.457","12529.829"],["5428.224","12533.264"],["27497.621","10014.701"],["27465.072","10031.893"],["27486.519","10045.155"],["27490.174","10204.686"],["27417.841","10130.086"],["27358.656","10131.448"],["27513.394","10037.855"],["27481.799","10189.541"],["27384.914","10116.660"],["27339.819","10134.001"],["27324.979","10097.696"],["27485.516","10065.716"],["27483.707","10059.374"],["27478.707","10156.527"],["27417.677","10112.663"],["27345.707","10137.123"],["27309.091","10093.881"],["27481.174","10035.708"],["27488.332","10221.037"],["27494.286","10211.458"],["27469.628","10186.502"],["27407.973","10116.808"],["27365.576","10109.047"],["27351.316","10132.317"],["27313.581","10082.717"],["27459.052","10064.362"],["27500.088","10034.453"],["27494.516","10197.882"],["27391.509","10108.782"],["27365.724","10136.743"],["27387.035","10129.954"],["27365.329","10103.679"],["27306.608","10084.368"],["22677.645","9710.997"],["22766.239","9596.801"],["22793.227","9678.246"],["22747.541","9658.807"],["22786.249","9791.145"],["22737.179","9666.354"],["22879.378","9589.823"],["22695.196","9588.974"],["22796.167","9771.228"],["22747.352","9637.283"],["22836.895","9658.907"],["22740.896","9604.691"],["22683.848","9591.468"],["22751.068","9762.789"],["22678.303","9715.125"],["22757.311","9613.472"],["22794.312","9665.695"],["22763.824","9604.823"],["22856.726","9741.184"],["22760.196","9791.542"],["22739.992","9628.320"],["22842.174","9654.365"],["22854.752","9750.136"],["22769.350","9657.386"],["22786.648","9636.446"],["22696.916","9618.779"],["21458.055","15097.347"],["21421.422","15186.577"],["21421.497","15100.409"],["21418.635","15148.763"],["21437.293","15191.218"],["21451.710","15184.634"],["21423.092","15108.353"],["21447.884","15138.154"],["28166.687","16588.871"],["28177.625","16564.631"],["28220.966","16618.709"],["28153.759","16590.076"],["28158.628","16581.901"],["28195.226","16605.034"],["28206.986","16603.201"],["26986.900","15471.192"],["27053.944","15436.717"],["27090.874","15453.259"],["26974.567","15419.729"],["26947.248","15450.827"],["26993.535","15341.424"],["27088.897","15305.504"],["27050.333","15368.178"],["27021.834","15479.483"],["27006.933","15470.135"],["27065.013","15444.545"],["27040.161","15437.080"],["26901.919","15322.669"],["26924.288","15443.032"],["27086.085","15420.532"],["26996.331","15397.361"],["27064.440","15407.667"],["27032.466","15379.079"],["27065.399","15403.487"],["27052.405","15406.923"],["15006.834","12917.767"],["15066.179","12886.914"],["14974.478","12810.013"],["14999.072","12775.598"],["14884.568","12759.174"],["14896.124","12821.350"],["14992.887","12924.109"],["15044.781","12901.100"],["14927.735","12830.376"],["15061.473","12897.060"],["15015.229","12856.475"],["14974.873","12809.352"],["14905.334","12840.211"],["14927.295","12960.821"],["15035.387","12828.967"],["14973.162","12904.855"],["15055.982","12852.611"],["15004.440","12860.984"],["14932.291","12825.455"],["14962.099","12776.837"],["14976.933","12899.798"],["15085.249","12960.258"],["14932.718","12843.275"],["15049.107","12859.911"],["14899.101","12821.466"],["14952.702","12851.120"],["15007.413","12878.359"],["15012.311","12911.888"],["15010.986","12830.975"],["14899.614","12949.393"],["15016.229","12868.730"],["14963.053","12772.031"],["15005.354","12883.200"],["14956.222","12831.731"],["15090.068","12949.639"],["14977.196","12917.734"],["15004.864","12855.568"],["14952.143","12842.548"],["20007.938","10955.294"],["20002.067","11042.677"],["20010.879","11016.068"],["19987.539","11000.460"],["19993.744","10991.298"],["19984.846","11006.640"],["19925.320","13491.965"],["19867.032","13456.964"],["19811.189","13399.685"],["19763.596","13481.553"],["19772.543","13588.898"],["19838.233","13474.784"],["19821.551","13429.379"],["19784.606","13481.577"],["19736.704","13542.722"],["19924.745","13498.307"],["19875.486","13494.206"],["19843.393","13420.858"],["19811.014","13451.314"],["19740.701","13555.769"],["19840.207","13500.415"],["19767.288","13492.229"],["19784.218","13397.294"],["19843.611","13493.925"],["19824.643","13437.472"],["19805.011","13498.118"],["19753.053","13592.978"],["19747.608","13547.049"],["19747.493","13582.061"],["19923.659","13479.083"],["19896.490","13475.428"],["19838.229","13427.216"],["19767.050","13444.212"],["9989.012","15729.755"],["9971.832","15730.620"],["9924.314","15772.327"],["9968.387","15864.036"],["9969.470","15854.765"],["9957.719","15845.870"],["9965.529","15846.906"],["9939.698","15764.999"],["9919.464","15726.285"],["9935.311","15730.949"],["9941.606","15718.789"],["9965.137","15819.496"],["10022.658","15724.198"],["10003.345","15743.427"],["10012.671","15747.836"],["10012.078","15757.316"],["9994.210","15773.062"],["10016.760","15755.638"],["10016.118","15770.832"],["9985.240","15820.663"],["9994.204","15818.698"],["9986.589","15812.637"],["10028.092","15799.896"],["10039.244","15795.536"],["10029.309","15795.107"],["10017.981","15831.134"],["10001.485","15823.091"],["10007.093","15832.026"],["10036.585","15874.839"],["10015.697","15869.091"],["10018.805","15877.927"],["10004.811","15905.235"],["10014.630","15923.831"],["10007.837","15905.070"],["9973.876","15887.739"],["9986.130","15872.330"],["9980.143","15889.274"],["9979.292","15909.195"],["9959.226","15910.120"],["9960.920","15913.208"],["9953.895","15859.378"],["9950.705","15870.443"],["9971.297","15874.489"],["9985.503","15846.103"],["9993.940","15837.862"],["9997.082","15830.661"],["9998.599","15830.053"],["10034.251","15844.847"],["10003.869","15897.789"],["10039.571","15910.743"],["9971.970","15772.230"],["9969.963","15766.053"],["9937.800","15804.099"],["9905.451","15728.144"],["9905.813","15749.515"],["9970.637","15929.244"],["9922.020","15734.284"],["9942.942","15723.270"],["9942.306","15811.967"],["9972.456","15800.057"],["10032.185","15917.359"],["10022.888","15723.224"],["10018.444","15756.853"],["10015.269","15759.248"],["10025.236","15739.958"],["9996.168","15777.257"],["10000.822","15776.976"],["9994.539","15761.551"],["9993.974","15813.826"],["9984.714","15800.663"],["9992.707","15813.693"],["10036.316","15799.747"],["10015.576","15802.522"],["10025.609","15808.170"],["10012.833","15824.215"],["10008.886","15832.324"],["10020.744","15834.371"],["10037.933","15862.931"],["10020.943","15864.897"],["10028.361","15868.992"],["10012.969","15903.963"],["10002.278","15915.970"],["10007.344","15904.855"],["9990.850","15884.898"],["9984.222","15875.881"],["9975.768","15878.110"],["9966.183","15913.076"],["9981.956","15906.090"],["9978.831","15905.909"],["9966.757","15855.976"],["9957.925","15864.696"],["9971.741","15853.729"],["9993.068","15833.535"],["9980.651","15834.938"],["9981.473","15845.971"],["9933.407","15740.570"],["9938.436","15724.938"],["9948.161","15793.751"],["9973.163","15802.931"],["5409.046","20306.949"],["5397.763","20305.347"],["5400.592","20315.867"],["5379.349","20255.724"],["5381.339","20312.322"],["5349.053","20315.113"],["5392.178","20290.258"],["5372.869","20295.955"],["5404.490","20303.068"],["5401.546","20331.491"],["5397.516","20341.631"],["5373.971","20308.375"],["5390.451","20295.988"],["5385.731","20272.107"],["5396.455","20288.656"],["5379.612","20297.772"],["4651.258","16070.683"],["4648.035","16076.182"],["4630.452","16079.898"],["4622.607","16067.644"],["4611.356","16118.333"],["4590.912","16132.387"],["4579.316","16089.431"],["4589.645","16082.445"],["4597.145","16087.234"],["4578.494","16097.639"],["4720.413","16132.517"],["4676.301","16140.923"],["4666.895","16105.975"],["4661.237","16127.957"],["4643.392","16138.180"],["4672.931","16140.311"],["4637.372","16098.246"],["4678.902","16133.060"],["4667.290","16080.889"],["4656.385","16119.089"],["4678.323","15946.598"],["4678.471","15954.707"],["4651.218","15944.121"],["4759.596","15997.281"],["4776.964","16006.562"],["4777.348","15949.918"],["4765.917","15962.816"],["4763.499","15967.077"],["4747.891","15986.829"],["4768.302","15957.019"],["4743.976","15951.932"],["4758.039","15946.202"],["4760.868","15943.384"],["4753.598","15943.896"],["4717.973","15938.462"],["4654.204","15980.313"],["4683.299","16042.345"],["4663.283","15981.255"],["4679.763","16045.004"],["4645.174","16001.568"],["4662.181","16005.466"],["4691.457","16044.673"],["4698.974","16002.444"],["4700.076","16007.134"],["4772.878","16042.713"],["4635.814","16080.030"],["4654.104","16083.053"],["4587.458","16092.701"],["4613.807","16086.541"],["4603.872","16124.955"],["4605.583","16137.061"],["4699.393","16113.211"],["4689.459","16109.676"],["4695.084","16131.460"],["4697.781","16109.842"],["4696.663","16130.766"],["4674.510","16097.222"],["4656.451","16136.231"],["4643.392","16097.421"],["4675.481","16104.902"],["4678.490","16125.265"],["4653.786","16124.175"],["4669.905","16092.598"],["4672.010","16137.156"],["4646.928","16111.723"],["4657.898","16097.024"],["4663.471","15940.587"],["4640.281","15934.014"],["4672.534","15930.414"],["4771.619","16001.657"],["4751.542","15961.379"],["4773.729","15990.330"],["4749.420","15965.706"],["4770.341","15952.329"],["4769.305","15976.887"],["4762.494","15929.994"],["4714.750","15931.988"],["4665.191","16021.172"],["4693.069","16024.624"],["4696.720","15978.662"],["4685.651","16008.241"],["4675.520","16044.029"],["4701.342","15983.815"],["4650.240","15980.346"],["4666.457","16039.768"],["4649.418","15996.184"],["4664.533","15986.341"],["4686.342","16026.589"],["4769.523","16034.208"],["4771.398","16091.466"],["4769.468","15934.470"],["4669.615","16014.830"],["12314.225","16879.399"],["12268.081","16942.404"],["12313.256","16913.412"],["12314.226","16945.336"],["12347.664","16860.836"],["12315.033","16884.701"],["12326.443","16828.381"],["12329.189","16840.239"],["12193.295","16953.407"],["12236.617","16900.030"],["12234.049","16971.427"],["12250.726","16938.264"],["12319.231","16966.064"],["12282.570","16977.806"],["12252.616","16913.691"],["12262.456","16981.677"],["12347.828","16920.860"],["12334.341","16948.556"],["12343.654","16986.263"],["12349.293","16865.295"],["12345.625","16881.679"],["12320.110","16873.600"],["12239.034","16896.337"],["12241.976","16980.890"],["12251.894","16930.749"],["12293.886","16937.608"],["12317.521","16952.472"],["12257.505","16975.781"],["12315.262","16925.633"],["12338.224","16852.661"],["12215.151","16927.066"],["12323.014","16953.380"],["12327.396","16874.194"],["12304.308","16939.374"],["12355.355","16846.654"],["12339.391","16850.564"],["12325.719","16857.283"],["12223.213","16923.399"],["12263.703","16922.954"],["12288.228","16948.739"],["12311.024","16955.511"],["12155.671","16976.135"],["12152.432","16980.252"],["12322.285","16935.592"],["12342.039","16861.778"],["12208.821","16964.423"],["12254.838","16951.988"],["12305.267","16948.739"],["12268.899","16915.971"],["12348.115","16902.706"],["12300.838","16934.964"],["12340.658","16835.931"],["12242.800","16914.652"],["12201.864","16953.126"],["12248.111","16943.664"],["12263.014","16941.935"],["12260.343","16883.214"],["12194.233","16949.427"],["12248.805","16943.444"],["12342.388","16978.154"],["12308.470","16894.957"],["12231.550","16909.549"],["12237.437","16948.850"],["12310.399","16981.853"],["12297.265","16874.822"],["12321.381","16930.373"],["12337.368","16899.796"],["12260.611","16941.154"],["12283.623","16962.876"],["20676.427","8216.326"],["20577.715","8216.027"],["14303.820","16129.769"],["14322.957","16113.376"],["14279.572","16131.625"],["14269.695","16126.936"],["14301.208","16096.326"],["14321.247","16117.257"],["14303.031","16121.462"],["14277.927","16132.765"],["14324.830","16092.795"],["14261.899","16132.106"],["14298.592","16106.384"],["14287.284","16100.707"],["14288.995","16085.909"],["14264.926","16091.244"],["14262.985","16088.403"],["14290.850","16099.720"],["14275.696","16121.066"],["14284.858","16117.944"],["14271.738","16128.575"],["14268.333","16138.203"],["14265.135","16079.433"],["14263.172","16072.520"],["14274.940","16089.695"],["14303.963","16136.370"],["14317.517","16117.109"],["14315.831","16090.526"],["14283.370","16104.539"],["14286.544","16081.698"],["14266.719","16093.473"],["14301.047","16116.318"],["14306.442","16115.591"],["14294.627","16115.186"],["14295.071","16124.864"],["14305.344","16137.516"],["14271.425","16120.944"],["14252.293","16101.185"],["14257.833","16065.461"],["14254.235","16118.944"],["14328.577","16097.119"],["14322.788","16100.835"],["14257.070","16073.957"],["14282.309","16080.116"],["14308.395","16140.406"],["14313.749","16135.082"],["14317.024","16118.859"],["14281.075","16087.730"],["14310.944","16141.017"],["14317.433","16134.553"],["14315.971","16125.961"],["21889.567","10713.947"],["21873.959","10699.149"],["21897.248","10697.167"],["4335.714","11303.009"],["4348.427","11330.372"],["4300.133","11344.312"],["4309.396","11326.930"],["4328.264","11301.110"],["4348.773","11330.686"],["4311.909","11349.184"],["4331.139","11330.877"],["4304.149","11357.814"],["4321.468","11282.124"],["4308.932","11348.028"],["4330.234","11299.102"],["4328.162","11358.259"],["4344.149","11357.962"],["4327.754","11300.499"],["4348.279","11330.835"],["4322.784","11350.861"],["4335.139","11295.478"],["4302.156","11335.444"],["4348.016","11340.777"],["4291.197","11344.209"],["4289.058","11320.758"],["22128.819","8991.595"],["22126.434","8988.523"],["22051.043","9011.866"],["22095.118","8976.252"],["22169.635","8974.797"],["22058.313","9020.206"],["22130.990","8998.250"],["22041.668","8984.979"],["22117.569","9003.585"],["22042.326","8995.268"],["22103.950","8983.271"],["22410.023","14451.877"],["22438.187","14613.945"],["22420.500","14482.728"],["22454.535","14585.390"],["22409.891","14474.685"],["22435.078","14564.382"],["22271.695","14487.217"],["22431.174","14498.186"],["22458.032","14509.251"],["22442.346","14625.529"],["22419.069","14466.031"],["22431.953","14590.559"],["17829.990","17733.247"],["17716.735","17730.460"],["17724.569","17730.326"],["17636.505","17731.228"],["17766.916","17705.125"],["17727.102","17715.578"],["6071.918","18843.402"],["6068.251","18837.770"],["6063.559","18840.139"],["6060.162","18839.537"],["6060.074","18844.534"],["6062.483","18836.293"],["6073.776","18846.494"],["6070.702","18844.721"],["6078.873","18844.896"],["6071.524","18839.567"],["6074.776","18851.276"],["6070.742","18848.412"],["6075.046","18843.162"],["6075.441","18839.571"],["6074.703","18835.439"],["16714.564","14236.800"],["16604.574","14219.832"],["16583.722","14228.280"],["16756.244","14236.495"],["16724.625","14209.833"],["16756.130","14234.415"],["16586.168","14237.695"],["16594.047","14234.621"],["16590.416","14211.995"],["16575.627","14232.299"],["16677.994","14215.455"],["16598.193","14191.046"],["16578.048","14238.106"],["16576.877","14220.606"],["16711.352","14196.786"],["16600.051","14185.249"],["16573.604","14214.165"],["31319.050","10371.586"],["31320.738","10241.618"],["31505.613","10325.125"],["31455.713","10425.903"],["31328.386","10271.676"],["31453.951","10316.207"],["31451.733","10412.393"],["31511.819","10292.626"],["31442.884","10406.068"],["31340.787","10282.576"],["31477.718","10299.047"],["31446.898","10427.290"],["31312.109","10378.820"],["31470.481","10349.997"],["31476.914","10375.118"],["31307.745","10283.303"],["31472.833","10328.808"],["31458.263","10412.724"],["4284.871","17007.020"],["4280.579","17032.223"],["4207.650","17015.218"],["4283.710","17076.805"],["4273.118","17101.809"],["4247.732","17152.170"],["4248.818","17187.628"],["4268.602","17155.323"],["4259.209","17150.471"],["4266.496","17152.948"],["4262.621","17197.605"],["4214.266","17005.534"],["4337.386","17170.307"],["4349.755","17140.283"],["4347.962","17197.128"],["4347.469","17143.668"],["4333.867","17165.072"],["4355.140","17112.509"],["4344.219","17110.758"],["4356.456","17123.525"],["4316.446","17149.274"],["4300.459","17136.558"],["4323.584","17119.464"],["4319.473","17142.421"],["4300.772","17105.872"],["4288.453","17098.143"],["4286.956","17116.855"],["4327.927","17132.858"],["4316.864","17181.091"],["4273.377","17171.958"],["4265.679","17158.812"],["4267.554","17194.204"],["4272.489","17145.071"],["4310.828","17176.285"],["4296.058","17185.798"],["4345.378","17033.031"],["4325.690","17067.279"],["4290.295","17074.860"],["4319.489","17085.644"],["4305.591","17040.211"],["4324.374","17073.935"],["4324.259","17071.656"],["4284.818","17054.183"],["4285.788","17048.402"],["4303.420","17096.693"],["4329.079","17020.961"],["4321.711","17035.346"],["4290.477","17015.445"],["4328.602","16997.592"],["4298.718","17002.431"],["4324.226","16993.474"],["4356.317","16987.804"],["4350.676","17016.309"],["4352.485","17020.735"],["4291.310","17004.462"],["4235.126","16986.840"],["4212.513","17028.194"],["4226.559","17046.625"],["4251.806","17010.044"],["4225.655","17042.348"],["4236.181","17038.649"],["4254.010","17007.038"],["4226.428","17021.886"],["4216.247","17031.497"],["4226.707","16993.281"],["4201.227","16989.365"],["4260.911","17106.507"],["4233.970","17065.483"],["4243.411","17080.693"],["4273.806","17085.053"],["4270.861","17088.703"],["4245.352","17088.621"],["4234.052","17065.235"],["4263.867","17131.473"],["4273.209","17173.191"],["4272.387","17155.536"],["4211.074","17025.441"],["4286.418","17042.908"],["4282.690","17053.535"],["4261.539","17063.081"],["4265.463","17151.262"],["4246.282","17151.230"],["4246.223","17167.118"],["4219.068","16992.899"],["4344.689","17172.884"],["4339.048","17160.316"],["4339.459","17157.706"],["4355.199","17151.183"],["4351.193","17116.820"],["4326.890","17112.726"],["4312.762","17114.724"],["4292.992","17133.981"],["4285.739","17096.525"],["4306.101","17104.237"],["4279.719","17142.883"],["4288.453","17095.435"],["4320.838","17106.781"],["4331.693","17111.620"],["4299.538","17099.729"],["4311.107","17168.886"],["4276.995","17172.338"],["4307.176","17166.409"],["4269.594","17187.945"],["4310.334","17156.715"],["4275.005","17187.879"],["4310.186","17180.530"],["4299.621","17094.348"],["4301.397","17085.595"],["4289.407","17089.063"],["4327.006","17063.316"],["4327.367","17056.511"],["4284.867","17072.052"],["4316.463","17053.621"],["4319.423","17080.822"],["4351.463","17097.370"],["4295.081","17069.691"],["4339.538","17092.614"],["4293.685","17034.586"],["4287.731","17021.456"],["4318.668","16995.313"],["4291.892","17008.327"],["4331.858","17003.070"],["4354.377","17003.857"],["4351.860","17009.257"],["4231.129","16990.589"],["4270.293","17043.240"],["4259.619","17006.196"],["4271.165","17023.372"],["4250.786","17029.053"],["4248.681","17035.346"],["4245.688","17027.600"],["4220.819","17043.735"],["4227.234","17045.899"],["4242.020","17023.091"],["4254.355","17055.180"],["4185.043","16986.920"],["4211.754","17000.232"],["4274.266","17122.378"],["4274.299","17112.783"],["4259.217","17078.662"],["4266.745","17131.061"],["4258.324","17169.905"],["4266.088","17117.766"],["4245.611","17118.410"],["4275.397","17141.829"],["4257.522","17176.676"],["4263.953","17175.932"],["4255.351","17187.163"],["4209.988","17005.259"],["4209.445","17011.832"],["4348.143","17191.364"],["4307.647","17134.427"],["4302.752","17164.890"],["4319.834","17089.955"],["4302.895","17003.075"],["4229.175","17036.072"],["4268.834","17139.946"],["9677.535","18266.718"],["9694.862","18265.984"],["9669.177","18409.154"],["9660.953","18411.627"],["9648.588","18421.971"],["9677.845","18419.265"],["9674.797","18402.391"],["9670.679","18397.168"],["9700.237","18391.553"],["9716.362","18385.904"],["9693.054","18289.995"],["9732.264","18312.810"],["9722.278","18322.882"],["9727.274","18338.620"],["9712.981","18343.481"],["9730.887","18280.907"],["9772.985","18283.755"],["9762.392","18298.107"],["9829.282","18279.548"],["9785.400","18308.169"],["9746.203","18371.007"],["9793.029","18359.050"],["9717.996","18321.890"],["9736.962","18381.076"],["9650.252","18452.175"],["9695.866","18398.826"],["9767.543","18450.800"],["9788.013","18443.564"],["9798.013","18377.107"],["9823.063","18380.624"],["9733.156","18303.982"],["9755.011","18302.284"],["9782.791","18300.665"],["9719.517","18458.761"],["9714.563","18286.007"],["9740.636","18283.821"],["9732.451","18290.242"],["9747.080","18295.490"],["9718.938","18333.590"],["9699.282","18372.251"],["9685.899","18399.668"],["9796.086","18362.488"],["9791.530","18383.148"],["9797.498","18381.691"],["9803.649","18384.664"],["9779.843","18401.868"],["9779.909","18398.845"],["9798.310","18432.927"],["9798.031","18439.995"],["9624.734","18320.082"],["9693.138","18275.271"],["9676.122","18262.319"],["9726.463","18272.021"],["9826.406","18334.969"],["9756.782","18299.086"],["9781.450","18398.257"],["9751.367","18358.455"],["9633.229","18385.750"],["9785.849","18415.787"],["9823.359","18428.337"],["9636.709","18424.556"],["9829.975","18350.477"],["9808.659","18275.332"],["9691.450","18402.997"],["9712.239","18398.637"],["9720.647","18397.212"],["9698.805","18396.287"],["9723.925","18393.112"],["9776.533","18443.201"],["9741.040","18391.970"],["9734.616","18448.489"],["9697.414","18050.541"],["9741.669","18069.910"],["9740.177","18067.445"],["9769.138","18092.808"],["9698.911","18056.817"],["9740.835","18059.633"],["9763.052","18098.572"],["9711.878","18216.876"],["9740.056","18191.323"],["9667.659","18220.536"],["9674.593","18231.267"],["9652.300","18196.144"],["9657.914","18175.826"],["9656.270","18165.639"],["9666.272","18142.863"],["9674.726","18136.958"],["9673.647","18131.746"],["9691.214","18110.650"],["9814.811","18053.691"],["9795.855","18091.455"],["9783.035","18081.295"],["9786.667","18102.107"],["9778.012","18098.508"],["9773.730","18123.677"],["9765.028","18137.408"],["9790.313","18152.410"],["9800.530","18130.155"],["9825.756","18126.826"],["9802.486","18121.895"],["9767.765","18149.858"],["9707.472","18183.160"],["9770.892","18193.326"],["9751.295","18201.123"],["9731.266","18230.836"],["9723.060","18231.822"],["9743.869","18241.353"],["9667.657","18050.459"],["9682.643","18175.810"],["9685.111","18106.842"],["9773.310","18207.922"],["9681.270","18239.400"],["9819.876","18093.724"],["9794.596","18163.088"],["9827.176","18044.364"],["9638.968","18125.757"],["9719.576","18117.648"],["9694.757","18197.863"],["9746.496","18238.594"],["9675.180","18216.101"],["9712.467","18193.492"],["9751.217","18132.452"],["9797.171","18176.498"],["9752.297","18151.291"],["9711.919","18129.606"],["9792.922","18077.666"],["9824.794","18104.652"],["9760.139","18061.778"],["9764.777","18076.081"],["9779.036","18104.849"],["9645.991","18096.800"],["9633.965","18108.178"],["9651.038","18148.641"],["9736.716","18238.838"],["9758.537","18148.954"],["9743.603","18191.646"],["9726.726","18192.438"],["9761.316","18053.372"],["9806.871","18063.743"],["9743.491","18149.774"],["9772.274","18166.438"],["9682.265","18077.866"],["9698.252","18140.310"],["9698.697","18059.476"],["9747.392","18071.248"],["9750.556","18068.502"],["9771.967","18096.772"],["9621.509","18220.943"],["9828.600","18097.268"],["9821.364","18088.092"],["9807.133","18085.315"],["9797.488","18094.517"],["9807.363","18108.232"],["9778.687","18115.478"],["9788.560","18125.715"],["9777.283","18131.901"],["9794.112","18127.416"],["9781.933","18141.055"],["9767.745","18151.144"],["9691.446","18121.444"],["9673.090","18132.904"],["9661.024","18132.156"],["9637.421","18122.560"],["9673.890","18248.390"],["9668.249","18241.297"],["9664.850","18250.173"],["9711.611","18212.537"],["9712.340","18199.015"],["9723.921","18193.614"],["9736.809","18188.641"],["9709.993","18175.982"],["9697.587","18182.797"],["9690.324","18191.415"],["9766.750","18158.873"],["9767.783","18167.256"],["9770.137","18177.590"],["9803.247","18162.339"],["9774.357","18202.030"],["9767.055","18216.870"],["9776.582","18218.603"],["9688.728","18068.212"],["9679.926","18073.991"],["9824.209","18082.737"],["9779.129","18200.760"],["9778.438","18166.722"],["9707.315","18057.296"],["9733.626","18070.571"],["9738.746","18067.445"],["9769.779","18089.373"],["9678.892","18229.514"],["9677.337","18246.902"],["9664.970","18225.764"],["9649.580","18192.256"],["9654.801","18152.543"],["9640.085","18142.001"],["9637.240","18120.162"],["9694.832","18123.522"],["9788.709","18126.311"],["9775.358","18124.390"],["9783.232","18112.645"],["9790.324","18109.811"],["9804.665","18102.593"],["9813.543","18082.233"],["9793.339","18093.272"],["9701.895","18139.597"],["9655.152","18164.337"],["9710.591","18190.502"],["9712.927","18141.668"],["9755.098","18153.146"],["9763.794","18165.692"],["9734.353","18118.574"],["9794.597","18052.794"],["9747.853","18065.973"],["9644.807","18047.370"],["9646.106","18146.445"],["9636.498","18103.934"],["9780.121","18212.083"],["9679.839","18235.415"],["9659.541","18218.294"],["9717.832","18183.974"],["9769.618","18157.917"],["9688.867","18126.434"],["9654.089","18134.405"],["9661.139","18175.980"],["9642.931","18143.049"],["9725.492","18206.324"],["9699.390","18245.035"],["9732.286","18170.751"],["9743.042","18145.284"],["9788.366","18093.108"],["9781.902","18170.878"],["9802.590","18059.070"],["9631.104","18050.243"],["9673.110","18174.520"],["9755.170","18242.290"],["9750.318","18243.925"],["20902.688","7814.400"],["20898.543","7816.812"],["20932.869","7862.774"],["20921.105","7693.939"],["20846.163","7789.083"],["20918.161","7733.444"],["20870.632","7874.433"],["20867.112","7859.652"],["20947.425","7800.577"],["20937.047","7813.409"],["20839.304","7764.955"],["20810.225","7728.984"],["20931.401","7718.877"],["20917.310","7845.631"],["20942.573","7848.967"],["20934.892","7848.736"],["20868.720","7748.209"],["20782.100","7732.486"],["20820.801","7712.073"],["20842.988","7748.588"],["20879.189","7844.624"],["20916.714","7745.583"],["4468.973","20105.027"],["4476.045","20113.764"],["4484.754","20141.173"],["4544.212","19965.109"],["4495.703","19986.850"],["4516.180","19949.559"],["4489.617","19987.296"],["4566.750","19997.580"],["4559.267","19982.402"],["4555.093","19997.885"],["4540.932","19994.466"],["4551.261","20014.797"],["4561.179","19975.920"],["4538.859","19971.048"],["4525.060","19997.769"],["4556.952","19988.025"],["4559.285","20025.160"],["4556.933","20063.310"],["4481.657","20081.133"],["4488.960","20022.916"],["4551.956","20065.997"],["4530.213","20025.320"],["4537.828","20043.933"],["4500.131","20040.646"],["4550.854","20025.452"],["4498.617","20075.526"],["4538.946","20045.072"],["4555.493","20123.294"],["4515.205","20088.999"],["4532.985","20111.955"],["4537.738","20102.029"],["4477.343","20086.654"],["4542.294","20101.848"],["4481.899","20104.341"],["4526.835","20150.188"],["4543.661","20123.186"],["4561.428","20138.058"],["4564.981","20142.485"],["4460.947","20129.222"],["4491.366","20149.661"],["4489.589","20140.050"],["4519.157","19971.161"],["4529.337","19961.351"],["4538.466","19963.250"],["4511.422","19947.026"],["4544.957","19957.580"],["4534.336","19994.219"],["4551.113","19975.474"],["4498.859","20010.536"],["4534.501","19987.695"],["4549.435","20033.360"],["4557.067","19996.547"],["4530.882","19997.869"],["4503.547","19987.761"],["4547.050","20017.637"],["4563.972","20023.575"],["4563.314","20031.981"],["4556.735","20027.274"],["4554.104","20072.014"],["4560.683","20061.857"],["4469.552","20080.918"],["4486.542","20054.708"],["4530.424","20016.608"],["4477.233","20025.592"],["4465.424","20063.528"],["4532.927","20029.829"],["4535.410","20042.661"],["4495.032","20034.651"],["4511.331","20053.759"],["4492.088","20024.065"],["4551.413","20051.216"],["4517.713","20062.331"],["4496.019","20038.499"],["4507.236","20060.828"],["4553.305","20064.114"],["4564.770","20090.032"],["4566.086","20105.854"],["4559.145","20093.781"],["4560.033","20105.424"],["4552.664","20086.597"],["4500.222","20144.820"],["4545.419","20095.225"],["4494.284","20092.698"],["4510.929","20079.569"],["4479.975","20102.492"],["4481.784","20093.607"],["4537.475","20115.572"],["4514.300","20083.813"],["4538.464","20135.093"],["4524.056","20144.425"],["4543.184","20154.879"],["4543.678","20156.761"],["4527.000","20145.448"],["4553.595","20129.016"],["4562.382","20121.873"],["4516.410","20012.694"],["4492.483","20025.469"],["4512.985","20129.924"],["27883.646","8325.138"],["27907.495","8337.078"],["28744.422","9792.220"],["28623.343","9740.224"],["28674.817","9757.554"],["28667.268","9743.847"],["28598.491","9739.861"],["28609.527","9766.153"],["28668.880","9732.236"],["28706.001","9747.579"],["28607.274","9774.807"],["28697.679","9768.405"],["28573.458","9741.892"],["28666.807","9784.325"],["28717.860","9745.845"],["28608.277","9741.446"],["28623.705","9743.395"],["28610.942","9746.169"],["28613.688","9748.696"],["28706.824","9798.941"],["28750.903","9752.236"],["28694.998","9740.378"],["28614.626","9774.328"],["28770.935","9771.064"],["28701.873","9741.766"],["28610.465","9769.902"],["28637.619","9732.825"],["28720.853","9778.116"],["11895.666","6008.040"],["11882.973","6004.543"],["11921.773","5998.145"],["11879.453","6008.589"],["11905.614","5998.434"],["11884.860","6017.438"],["11878.006","6012.405"],["11910.236","5999.837"],["11928.483","5996.559"],["11887.031","6019.684"],["11876.015","6006.817"],["11894.042","6015.972"],["11911.568","6002.513"],["11931.016","5994.792"],["14228.592","15770.191"],["14132.405","15741.531"],["14248.242","15733.549"],["14213.017","15814.798"],["14216.421","15860.854"],["14249.962","15816.194"],["14042.002","15870.197"],["14153.882","15745.244"],["14222.747","15927.964"],["14235.412","15895.676"],["14223.405","15878.798"],["14224.612","15765.748"],["14141.386","15733.092"],["14145.872","15747.639"],["14141.748","15748.732"],["14230.084","15722.847"],["14234.196","15733.582"],["14228.658","15770.175"],["14156.282","15729.977"],["14234.793","15859.400"],["14232.852","15858.376"],["14248.574","15864.118"],["14246.228","15816.590"],["14228.745","15801.099"],["14042.874","15857.497"],["14148.635","15739.712"],["14238.590","15859.262"],["14235.631","15863.744"],["14162.318","15726.525"],["14233.981","15925.767"],["14221.267","15897.592"],["14250.955","15917.377"],["14229.320","15804.154"],["14242.077","15850.559"],["14215.271","15722.592"],["14237.535","15720.931"],["14155.722","15729.118"],["14227.912","15885.734"],["14246.080","15796.508"],["14221.668","15845.164"],["14043.236","15812.665"],["14069.279","15917.307"],["14060.963","15913.902"],["14155.448","15800.792"],["14095.665","15783.802"],["14156.701","15769.564"],["14237.583","15921.801"],["14237.814","15922.974"],["14241.341","15906.622"],["14229.504","15897.855"],["14238.089","15892.355"],["14208.022","15915.477"],["14203.523","15924.224"],["14222.707","15877.770"],["14229.581","15871.387"],["14218.187","15867.928"],["14195.278","15863.893"],["14193.753","15877.044"],["14170.924","15894.177"],["14151.764","15884.966"],["14168.879","15888.215"],["14128.960","15886.915"],["14138.561","15896.447"],["14149.869","15918.991"],["14121.456","15929.648"],["14099.926","15917.249"],["14126.138","15878.820"],["14101.773","15879.714"],["14214.049","15758.085"],["14228.669","15771.900"],["14123.108","15926.536"],["14171.086","15748.671"],["14065.539","15733.726"],["14055.494","15754.273"],["14044.596","15912.032"],["14057.585","15881.283"],["14061.754","15868.837"],["14059.740","15871.027"],["14150.253","15815.249"],["14145.220","15811.632"],["14089.518","15797.239"],["14097.564","15809.023"],["14101.208","15747.021"],["14147.211","15753.396"],["14200.702","15745.741"],["14202.080","15752.334"],["14219.119","15763.233"],["14239.543","15769.590"],["14247.153","15741.755"],["14248.163","15723.190"],["14248.393","15808.107"],["14235.928","15805.386"],["14230.268","15803.178"],["14232.905","15822.009"],["14230.662","15818.303"],["14231.650","15799.594"],["14203.091","15775.514"],["14210.012","15780.974"],["14208.903","15771.980"],["14209.796","15773.255"],["14236.119","15924.031"],["14243.331","15909.909"],["14251.062","15917.208"],["14246.371","15872.857"],["14222.941","15895.460"],["14232.086","15894.964"],["14209.667","15911.117"],["14197.338","15925.033"],["14211.078","15871.081"],["14232.887","15865.062"],["14218.878","15852.189"],["14206.248","15872.910"],["14189.280","15875.987"],["14176.450","15880.437"],["14169.273","15888.314"],["14138.762","15882.853"],["14135.535","15892.797"],["14151.481","15913.244"],["14107.361","15922.926"],["14095.713","15927.737"],["14105.765","15910.412"],["14113.326","15885.723"],["14111.394","15891.258"],["14206.286","15762.313"],["14226.663","15772.511"],["14182.007","15742.147"],["14073.434","15727.136"],["14064.244","15743.125"],["14214.420","15910.919"],["14199.115","15918.097"],["14212.361","15873.789"],["14226.505","15864.005"],["14212.859","15864.344"],["14200.722","15869.045"],["14191.040","15870.207"],["14151.024","15881.811"],["14158.040","15878.240"],["14145.448","15893.502"],["14145.313","15921.683"],["14100.830","15905.044"],["14116.073","15879.860"],["14108.056","15884.371"],["14202.914","15765.253"],["14230.067","15762.849"],["14114.835","15925.116"],["14170.477","15735.558"],["14079.859","15720.964"],["14073.714","15729.531"],["14053.751","15749.599"],["6546.762","18868.418"],["6621.867","18718.184"],["6659.400","18679.390"],["6469.030","18713.776"],["6506.153","18779.618"],["6512.238","18774.515"],["6508.188","18786.551"],["6503.605","18806.678"],["6492.245","18772.336"],["6483.318","18765.782"],["6490.226","18742.463"],["6526.317","18799.096"],["6550.097","18778.649"],["6550.590","18779.657"],["6534.539","18777.966"],["6523.338","18773.209"],["6531.939","18757.254"],["6518.600","18760.987"],["6517.524","18737.405"],["6513.642","18744.770"],["6496.506","18732.231"],["6497.246","18722.025"],["6515.001","18715.145"],["6479.653","18695.257"],["6514.911","18692.267"],["6503.019","18699.204"],["6537.073","18696.387"],["6537.842","18702.403"],["6533.902","18704.108"],["6547.718","18707.718"],["6554.445","18709.270"],["6544.938","18737.339"],["6544.182","18720.592"],["6537.682","18758.822"],["6539.376","18764.173"],["6548.853","18735.038"],["6551.205","18729.621"],["6566.409","18719.524"],["6597.175","18742.704"],["6577.183","18751.872"],["6570.867","18759.056"],["6579.213","18748.667"],["6588.068","18738.439"],["6601.391","18746.597"],["6615.059","18733.319"],["6619.204","18714.013"],["6611.046","18713.980"],["6603.780","18699.880"],["6585.656","18713.350"],["6544.182","18697.143"],["6525.640","18687.944"],["6571.189","18694.651"],["6576.954","18687.763"],["6598.855","18682.935"],["6600.155","18684.339"],["6617.450","18679.117"],["6543.970","18852.134"],["6593.071","18884.287"],["6649.517","18768.703"],["6513.193","18841.759"],["6496.450","18820.164"],["6494.459","18861.369"],["6518.851","18878.661"],["6477.142","18863.286"],["6482.060","18864.690"],["6474.998","18849.242"],["6473.830","18860.241"],["6468.424","18858.856"],["6471.578","18879.127"],["6490.270","18821.830"],["6479.980","18827.104"],["6485.473","18831.712"],["6492.032","18815.347"],["6477.756","18796.850"],["6472.761","18795.102"],["6467.005","18794.475"],["6478.496","18740.663"],["6479.976","18740.134"],["6549.641","18777.096"],["6540.628","18778.995"],["6475.599","18754.438"],["6512.185","18829.852"],["6507.406","18823.181"],["6524.775","18814.957"],["6535.296","18841.842"],["6591.256","18827.929"],["6610.932","18848.423"],["6609.830","18835.591"],["6587.229","18862.600"],["6591.883","18855.894"],["6554.000","18864.347"],["6601.557","18867.250"],["6599.057","18872.304"],["6610.745","18879.181"],["6624.232","18840.238"],["6628.959","18851.172"],["6628.581","18849.900"],["6637.668","18872.471"],["6630.694","18869.630"],["6658.522","18874.361"],["6648.093","18853.389"],["6658.808","18859.646"],["6629.103","18801.642"],["6635.858","18803.713"],["6626.741","18769.084"],["6626.116","18771.693"],["6663.645","18776.650"],["6655.010","18781.521"],["6667.684","18753.661"],["6584.521","18758.295"],["6593.899","18776.958"],["6581.662","18763.151"],["6558.997","18769.013"],["6586.598","18782.376"],["6580.747","18805.426"],["6578.593","18805.410"],["6559.995","18804.206"],["6566.443","18791.704"],["6562.762","18817.923"],["6585.475","18833.281"],["6569.011","18815.577"],["6544.229","18838.084"],["6557.831","18840.858"],["6575.140","18865.960"],["6558.479","18843.500"],["6585.915","18828.889"],["6585.257","18835.264"],["6543.865","18884.661"],["6564.243","18875.429"],["6651.620","18758.564"],["6662.623","18758.861"],["6626.521","18685.996"],["6652.512","18767.258"],["6661.015","18769.256"],["6468.645","18702.869"],["6465.964","18700.375"],["6465.591","18709.995"],["6474.671","18714.998"],["6506.543","18761.894"],["6515.544","18778.611"],["6509.623","18779.866"],["6482.146","18772.039"],["6491.953","18744.511"],["6534.705","18809.847"],["6524.097","18791.829"],["6541.708","18780.879"],["6537.960","18781.632"],["6524.932","18756.511"],["6514.768","18761.664"],["6513.445","18733.457"],["6521.372","18731.211"],["6511.391","18731.504"],["6520.634","18728.135"],["6502.731","18698.977"],["6492.778","18686.553"],["6478.304","18700.558"],["6506.605","18699.319"],["6526.037","18706.098"],["6554.067","18710.624"],["6554.709","18710.971"],["6544.905","18742.260"],["6540.675","18752.712"],["6560.136","18747.061"],["6551.698","18745.343"],["6557.659","18712.323"],["6563.679","18721.274"],["6574.245","18733.440"],["6597.377","18720.883"],["6601.934","18751.139"],["6613.940","18733.137"],["6609.928","18717.514"],["6612.724","18721.181"],["6613.319","18691.490"],["6615.030","18696.808"],["6595.635","18714.021"],["6589.422","18723.110"],["6584.801","18721.409"],["6565.054","18707.829"],["6549.610","18683.865"],["6538.946","18679.075"],["6569.511","18698.780"],["6576.666","18679.126"],["6583.533","18697.755"],["6587.546","18700.282"],["6607.063","18689.343"],["6603.132","18682.654"],["6643.070","18776.548"],["6485.606","18872.577"],["6484.932","18883.164"],["6490.777","18858.515"],["6489.764","18843.786"],["6496.236","18849.934"],["6500.233","18819.420"],["6513.440","18875.011"],["6496.236","18870.915"],["6481.715","18849.380"],["6482.866","18860.842"],["6465.484","18873.278"],["6480.523","18837.558"],["6491.279","18825.502"],["6476.670","18798.419"],["6466.791","18786.993"],["6469.965","18774.954"],["6479.533","18817.519"],["6479.089","18825.760"],["6471.720","18731.596"],["6474.105","18735.130"],["6477.310","18766.638"],["6467.598","18689.637"],["6565.381","18760.977"],["6550.463","18754.850"],["6467.885","18740.582"],["6467.720","18753.712"],["6545.195","18810.155"],["6512.564","18841.776"],["6507.258","18816.625"],["6505.762","18808.929"],["6528.651","18834.989"],["6593.049","18822.265"],["6613.794","18834.187"],["6595.192","18833.692"],["6597.377","18870.081"],["6597.558","18850.197"],["6578.654","18861.523"],["6620.652","18871.313"],["6602.593","18861.420"],["6622.324","18880.305"],["6601.453","18880.585"],["6636.929","18836.902"],["6632.298","18850.214"],["6633.943","18863.757"],["6634.609","18883.768"],["6641.317","18853.819"],["6668.857","18860.290"],["6628.692","18801.427"],["6637.327","18803.194"],["6634.411","18801.582"],["6636.516","18802.045"],["6604.850","18763.832"],["6619.784","18766.623"],["6656.441","18778.087"],["6670.809","18749.017"],["6668.358","18737.043"],["6644.453","18850.528"],["6569.822","18768.553"],["6590.365","18772.318"],["6572.557","18803.857"],["6556.196","18803.876"],["6565.719","18785.032"],["6558.518","18823.389"],["6567.926","18828.542"],["6566.610","18820.779"],["6541.565","18832.700"],["6549.492","18838.761"],["6573.777","18839.393"],["6574.500","18829.071"],["6656.535","18833.782"],["6533.296","18874.369"],["6561.431","18870.078"],["6659.105","18868.182"],["6484.646","18795.715"],["6499.884","18881.536"],["6476.477","18864.972"],["6494.503","18852.817"],["6502.505","18839.381"],["6503.073","18695.047"],["6497.086","18723.123"],["6616.373","18716.417"],["6634.038","18722.016"],["6637.196","18760.942"],["6637.742","18780.503"],["6657.271","18771.424"],["6615.499","18772.962"],["6663.578","18829.087"],["6498.725","18809.588"],["6527.436","18834.710"],["6644.337","18786.994"],["6659.251","18830.883"],["6670.996","18847.594"],["6624.950","18816.460"],["3864.255","14879.044"],["3801.997","14928.995"],["3793.757","14877.055"],["3805.040","14886.865"],["3798.691","14887.476"],["3842.176","14938.659"],["3802.751","14954.514"],["3813.985","14925.133"],["3831.074","14928.007"],["3848.080","14935.026"],["3833.245","14935.752"],["3865.679","14976.561"],["3874.652","14932.385"],["3870.737","14945.300"],["3860.671","14921.848"],["3857.744","14919.322"],["3881.855","14902.925"],["3874.569","14918.102"],["3893.994","14875.295"],["3893.187","14901.606"],["3858.828","14988.834"],["3805.522","14985.547"],["3840.045","14981.286"],["3810.210","15005.151"],["3804.568","14986.868"],["3811.016","15023.351"],["3821.410","14979.106"],["3821.141","15078.770"],["3811.240","15031.586"],["3826.684","15077.300"],["3822.983","15035.104"],["3831.996","15047.573"],["3836.322","15033.072"],["3824.562","15075.665"],["3830.814","15079.437"],["3804.356","14974.359"],["3811.181","15032.806"],["3790.805","14878.800"],["3812.655","14908.054"],["3801.586","14912.447"],["3789.629","14885.362"],["3838.593","14904.536"],["3823.050","14905.048"],["3834.432","14911.935"],["3834.925","14910.697"],["3832.406","14938.444"],["3845.794","14943.151"],["3833.228","14965.463"],["3843.047","14944.670"],["3812.126","14958.725"],["3832.028","14929.295"],["3808.080","14944.456"],["3844.084","14950.831"],["3804.248","14974.695"],["3849.388","14880.246"],["3871.362","14920.577"],["3852.711","14906.473"],["3848.862","14906.737"],["3875.260","14919.291"],["3876.559","14904.064"],["3874.553","14897.607"],["3872.234","14920.282"],["3877.727","14890.258"],["3891.970","14910.078"],["3892.332","14908.542"],["3804.404","14988.536"],["3813.022","15008.206"],["3844.371","15022.029"],["3813.762","14969.445"],["3814.075","15028.223"],["3810.160","15006.373"],["3850.900","15009.131"],["3813.104","15019.965"],["3835.325","15025.712"],["3860.736","14989.610"],["3818.427","15071.157"],["3843.559","15032.693"],["3812.457","15046.664"],["3842.654","15041.347"],["3818.230","15055.285"],["3815.204","15035.153"],["3828.526","15046.747"],["3837.557","15060.758"],["3843.873","15068.008"],["3873.905","14953.249"],["3837.011","14931.921"],["21423.407","14653.761"],["21446.992","14656.866"],["21546.284","14641.529"],["21425.611","14654.867"],["21556.629","14657.780"],["20367.921","15284.204"],["20385.650","15225.552"],["20402.148","15182.284"],["20410.015","15204.322"],["20483.774","15260.657"],["20447.533","15260.346"],["20492.618","15253.031"],["20514.867","15259.127"],["20504.928","15293.180"],["20357.176","15221.746"],["20364.655","15224.532"],["20357.594","15191.314"],["20360.992","15217.303"],["20381.349","15228.067"],["20367.763","15246.068"],["20376.113","15188.209"],["20361.919","15194.650"],["16676.939","18095.683"],["23905.012","16641.176"],["23889.989","16619.274"],["23766.299","16636.861"],["23778.716","16683.958"],["23811.803","16610.523"],["23935.513","16642.798"],["23885.630","16641.520"],["23788.865","16641.419"],["23805.531","16693.858"],["23751.711","16594.140"],["23777.395","16616.584"],["23930.244","16707.814"],["23877.267","16617.113"],["23803.453","16684.933"],["23768.964","16605.700"],["23916.911","16625.127"],["23931.113","16668.444"],["23866.124","16636.748"],["23834.801","16623.466"],["23779.178","16627.695"],["23782.714","16646.523"],["23815.953","16697.699"],["23839.440","16660.705"],["23765.805","16734.379"],["23771.512","16757.781"],["23752.220","16583.586"],["23789.336","16619.673"],["23921.582","16621.081"],["23913.055","16648.969"],["23857.176","16600.546"],["23834.390","16703.810"],["23802.680","16720.952"],["23749.326","16611.794"],["23826.803","16621.093"],["23923.457","16659.148"],["23927.676","16688.625"],["23863.903","16585.831"],["23758.010","16580.349"],["23797.171","16651.361"],["23786.516","16671.026"],["23794.259","16709.325"],["23810.586","16580.969"],["23906.533","16658.306"],["26256.387","17361.651"],["26327.605","17325.944"],["26345.748","17292.380"],["26427.889","17295.802"],["26447.942","17290.182"],["26413.156","17251.073"],["26287.086","17208.668"],["26319.203","17228.181"],["26355.518","17261.059"],["26253.979","17351.063"],["26257.604","17368.125"],["26261.223","17350.735"],["26318.509","17336.117"],["26328.542","17312.335"],["26351.538","17291.703"],["26361.686","17296.509"],["26425.685","17285.810"],["26420.027","17287.726"],["26456.380","17296.144"],["26431.363","17271.849"],["26430.968","17262.898"],["26457.828","17321.086"],["26298.994","17201.764"],["26328.068","17233.036"],["26335.963","17245.720"],["26345.728","17249.435"],["26349.988","17247.255"],["14704.860","8682.254"],["14704.367","8735.747"],["14739.466","8691.668"],["14763.627","8662.221"],["14776.160","8659.182"],["14710.156","8702.188"],["14778.743","8679.661"],["14706.307","8704.765"],["14694.054","8730.165"],["14719.843","8705.557"],["14768.002","8653.138"],["14785.667","8692.841"],["14751.423","8676.722"],["14693.742","8730.562"],["14716.521","8675.467"],["14701.324","8717.647"],["14754.022","8695.830"],["14785.256","8656.870"],["14786.210","8688.282"],["14700.715","8722.370"],["14706.570","8680.570"],["14724.127","8730.854"],["14764.762","8702.998"],["14761.341","8658.737"],["14752.838","8673.980"],["14701.850","8735.021"],["14771.966","8706.862"],["14776.325","8691.007"],["8215.222","10588.202"],["8302.920","10609.745"],["8315.650","10628.952"],["8283.364","10633.510"],["8240.239","10610.993"],["8255.107","10614.445"],["8221.883","10605.510"],["8248.035","10629.342"],["8304.386","10633.079"],["8306.226","10618.514"],["8212.229","10637.979"],["8219.301","10601.976"],["8270.963","10634.551"],["8153.120","10632.971"],["8197.253","10611.377"],["8203.824","10560.930"],["8212.072","10553.627"],["8226.185","10495.386"],["8253.726","10608.301"],["8221.423","10609.523"],["8316.391","10614.798"],["8316.687","10621.718"],["8243.643","10618.194"],["8261.917","10629.629"],["8301.588","10640.001"],["18829.438","17343.137"],["18730.542","17289.777"],["18824.553","17324.871"],["19665.630","10435.578"],["19593.174","10549.185"],["19542.749","10548.136"],["19690.512","10489.207"],["19717.436","10451.067"],["19621.995","10444.466"],["19516.304","10604.451"],["19667.943","10565.974"],["19604.183","10498.600"],["19643.927","10551.341"],["19717.140","10451.925"],["19599.175","10439.925"],["19638.722","10443.475"],["19518.147","10633.204"],["19691.248","10580.243"],["19718.804","10455.266"],["19667.565","10575.097"],["19560.524","10614.660"],["19522.106","10437.300"],["19673.393","10474.273"],["19659.654","10507.335"],["19518.374","10542.339"],["19521.235","10481.561"],["19689.706","10447.417"],["19624.758","10440.535"],["19661.068","10585.759"],["19679.953","10467.027"],["19686.203","10466.740"],["19562.826","10437.877"],["19620.975","10452.129"],["19660.673","10584.834"],["19605.778","10465.619"],["19580.426","10593.157"],["19514.476","10598.970"],["19696.819","10434.532"],["19681.585","10441.208"],["19724.772","10434.485"],["19621.403","10446.167"],["19526.091","10606.994"],["19681.610","10571.903"],["19686.008","10510.145"],["19634.983","10592.257"],["19561.925","10473.915"],["19678.541","10483.258"],["19707.091","10480.124"],["19688.160","10466.773"],["19637.209","10445.357"],["19534.676","10605.260"],["19668.436","10563.711"],["9118.834","14494.511"],["9120.014","14480.463"],["9130.639","14485.311"],["9146.908","14469.455"],["9148.058","14450.173"],["9087.908","14516.878"],["9067.081","14493.718"],["9097.899","14522.645"],["9095.482","14529.624"],["9055.876","14496.358"],["9029.796","14486.486"],["9047.046","14580.021"],["9053.712","14613.431"],["9016.220","14619.548"],["9120.325","14542.609"],["9149.093","14557.688"],["9120.684","14569.866"],["9186.651","14566.818"],["9175.939","14588.499"],["8991.917","14618.923"],["9118.094","14493.751"],["9120.047","14480.728"],["9135.655","14485.146"],["9147.402","14471.172"],["9146.430","14450.272"],["9092.760","14512.221"],["9077.640","14496.707"],["9099.774","14523.487"],["9093.114","14532.861"],["9047.191","14500.107"],["9049.250","14585.339"],["9057.594","14605.685"],["9020.907","14629.242"],["9119.239","14539.983"],["9153.583","14552.618"],["9123.414","14569.074"],["9191.717","14568.255"],["9175.330","14588.482"],["9045.969","14631.388"],["9163.243","14523.333"],["9160.548","14544.446"],["9195.409","14471.008"],["9101.736","14494.618"],["9083.422","14475.928"],["9057.944","14454.766"],["9056.184","14453.148"],["9115.775","14492.579"],["9114.702","14485.302"],["9134.800","14488.135"],["9147.796","14468.332"],["9150.131","14454.418"],["9086.757","14510.189"],["9065.288","14482.719"],["9098.425","14524.098"],["9090.137","14529.575"],["9047.093","14494.013"],["9031.211","14487.889"],["9059.201","14592.226"],["9046.064","14610.805"],["9025.809","14627.971"],["9114.157","14542.955"],["9153.156","14557.407"],["9123.250","14569.123"],["9186.404","14568.998"],["9183.949","14592.083"],["8991.374","14621.450"],["8996.470","14601.261"],["9111.110","14478.476"],["9091.963","14492.978"],["9142.565","14498.980"],["9164.204","14504.234"],["9151.894","14485.653"],["9164.206","14535.773"],["9039.293","14580.513"],["9040.523","14466.659"],["9116.104","14493.718"],["9115.179","14485.269"],["9132.958","14484.617"],["9149.737","14470.891"],["9141.479","14455.953"],["9088.549","14516.531"],["9068.347","14483.016"],["9101.238","14518.268"],["9097.604","14527.527"],["9047.142","14497.118"],["9035.076","14485.693"],["9054.777","14591.978"],["9059.814","14615.165"],["9023.243","14632.958"],["9114.848","14541.618"],["9154.603","14557.407"],["9127.871","14568.875"],["9183.361","14571.657"],["9176.794","14592.496"],["9134.410","14452.360"],["9131.806","14450.923"],["9047.721","14636.428"],["9052.983","14639.060"],["9088.717","14456.137"],["9108.224","14497.309"],["9036.444","14454.900"],["25918.553","8415.956"],["25911.086","8402.149"],["25907.331","8484.387"],["25886.328","8484.618"],["25873.466","8488.384"],["25935.049","8463.900"],["25912.911","8433.545"],["25836.772","8451.802"],["25861.822","8529.011"],["26035.389","8361.338"],["25936.809","8463.933"],["25994.030","8469.135"],["25948.010","8406.955"],["25858.581","8530.299"],["25875.917","8493.817"],["25886.689","8449.304"],["25933.372","8432.042"],["25996.875","8496.550"],["25912.907","8485.626"],["25940.230","8464.825"],["25942.928","8418.598"],["25935.905","8451.084"],["25947.566","8493.644"],["25889.930","8528.185"],["25840.637","8495.981"],["25862.167","8461.001"],["26005.559","8442.496"],["25976.513","8496.765"],["25848.252","8517.401"],["16928.652","17847.772"],["16895.112","17922.430"],["16984.800","17868.524"],["16840.196","18012.784"],["16849.489","18015.559"],["16852.583","17833.850"],["16911.905","17916.253"],["16916.642","17875.014"],["16824.218","17996.026"],["16780.042","17846.296"],["16886.629","17860.010"],["16967.184","17859.122"],["16867.014","17990.741"],["16784.810","17924.333"],["16813.979","17980.563"],["16818.297","17901.030"],["16817.008","17866.583"],["16844.341","18007.582"],["16957.184","17855.064"],["16818.264","17925.341"],["16965.664","18039.735"],["8739.281","18459.664"],["8765.590","18456.712"],["8683.899","18385.503"],["8632.958","18370.919"],["8707.079","18440.481"],["8574.502","18410.825"],["8627.259","18418.893"],["8572.372","18412.734"],["8569.066","18413.163"],["8597.636","18422.993"],["8587.472","18445.503"],["8608.487","18453.103"],["8769.963","18417.117"],["8762.126","18392.125"],["8751.174","18451.007"],["8736.569","18464.665"],["8754.323","18447.910"],["8700.297","18399.161"],["8654.636","18330.853"],["8737.490","18446.327"],["8668.453","18315.798"],["8762.603","18414.982"],["8711.247","18440.279"],["8700.878","18421.431"],["8694.187","18409.541"],["8679.391","18407.639"],["8683.535","18395.493"],["8666.217","18370.887"],["8678.311","18386.403"],["8649.517","18386.385"],["8647.373","18375.718"],["8648.643","18382.456"],["8736.830","18457.055"],["8696.756","18352.066"],["8675.774","18406.957"],["8622.037","18341.175"],["8603.517","18330.863"],["8718.428","18419.986"],["8771.813","18395.131"],["8664.536","18344.750"],["8691.876","18414.636"],["8630.768","18350.298"],["8723.757","18447.632"],["8771.298","18402.497"],["8774.633","18391.162"],["8770.884","18413.719"],["17651.462","15488.949"],["19840.516","6150.763"],["19793.690","6105.759"],["19793.904","6104.471"],["19838.625","6147.824"],["19800.894","6174.248"],["19841.075","6172.332"],["19727.196","6148.364"],["19784.907","6085.330"],["19806.651","6185.941"],["19776.684","6176.015"],["19795.615","6148.848"],["2195.715","11269.175"],["2217.189","11251.955"],["2211.784","11231.329"],["2202.304","11275.293"],["2202.698","11233.960"],["23646.390","17849.616"],["23634.252","17853.927"],["23605.406","17874.562"],["14823.828","12587.396"],["14879.685","12684.973"],["14828.155","12662.949"],["14683.501","12742.166"],["14696.121","12684.189"],["14691.368","12683.082"],["14779.848","12566.504"],["14875.244","12730.076"],["14798.171","12658.441"],["14684.514","12719.581"],["14686.845","12692.727"],["14676.730","12613.867"],["14673.358","12641.265"],["14865.014","12688.920"],["14747.111","12663.951"],["14849.420","12738.365"],["14809.569","12705.212"],["14790.195","12589.187"],["14807.428","12717.567"],["14674.483","12553.764"],["14772.778","12604.266"],["14879.185","12707.600"],["14803.302","12569.064"],["14854.602","12667.045"],["14877.970","12589.900"],["14680.322","12555.927"],["14798.023","12696.789"],["14761.969","12588.189"],["14798.978","12599.476"],["14809.191","12667.673"],["14868.412","12693.314"],["14783.499","12575.753"],["14674.180","12685.295"],["14680.842","12696.558"],["14863.024","12675.493"],["14817.742","12601.351"],["14854.750","12673.635"],["14882.230","12562.782"],["14806.640","12594.977"],["14879.142","12734.288"],["14822.941","12675.319"],["27703.485","9435.451"],["27697.893","9415.550"],["27656.398","9414.417"],["27721.725","9434.790"],["27718.435","9467.259"],["27724.011","9477.251"],["27712.399","9401.397"],["27650.773","9399.570"],["27699.537","9431.983"],["27710.122","9472.235"],["27715.491","9411.504"],["15736.036","17191.019"],["15766.858","17077.387"],["15765.624","17062.375"],["15738.026","17100.294"],["15741.151","17103.135"],["15771.987","17151.365"],["15757.925","17163.686"],["15738.421","17149.237"],["15756.234","17197.991"],["15785.872","17148.527"],["15741.563","17146.545"],["15738.650","16991.964"],["15726.679","17132.470"],["15776.628","17065.678"],["15751.743","17116.446"],["15758.568","17123.647"],["15747.072","17153.391"],["15767.434","17177.379"],["15747.500","17186.562"],["15754.374","17005.325"],["15744.407","16996.357"],["15763.862","17148.888"],["15731.299","17050.550"],["15747.368","17054.960"],["15730.756","17197.443"],["15778.273","17164.035"],["15757.234","17165.552"],["15734.591","17142.742"],["15733.626","17007.873"],["15754.028","17072.149"],["15742.761","17056.195"],["15763.691","17097.521"],["15777.820","17121.499"],["15751.385","17012.848"],["15766.264","17001.669"],["15778.788","17031.853"],["15788.493","17170.172"],["15821.711","17185.022"],["15725.446","17133.659"],["15736.710","17189.202"],["15764.734","17156.898"],["21871.066","9236.237"],["21928.929","9369.231"],["21867.365","9199.986"],["21969.143","9365.383"],["21868.862","9215.427"],["21954.664","9313.785"],["21865.359","9224.114"],["21850.688","9212.967"],["21847.974","9236.583"],["21880.536","9346.486"],["21848.517","9197.013"],["30407.817","14497.251"],["30374.330","14557.713"],["30378.491","14583.956"],["30380.547","14570.463"],["5621.557","18465.436"],["5621.689","18454.767"],["5623.449","18461.704"],["25793.403","17576.694"],["25774.086","17520.470"],["25796.410","17455.580"],["25811.589","17518.977"],["25778.895","17579.978"],["25684.053","17578.888"],["25698.980","17568.269"],["25726.686","17564.102"],["25650.269","17499.557"],["25623.788","17577.723"],["25789.768","17573.291"],["25807.712","17577.866"],["25777.045","17557.136"],["25779.135","17515.103"],["25785.978","17490.478"],["25776.437","17454.026"],["25782.677","17464.713"],["25770.539","17469.304"],["25783.349","17521.735"],["25817.921","17522.313"],["25774.957","17572.671"],["25778.517","17576.890"],["25790.880","17442.943"],["25779.482","17420.796"],["25664.639","17595.053"],["25677.154","17577.007"],["25677.122","17570.201"],["25732.081","17579.626"],["25714.054","17564.961"],["25660.293","17477.550"],["25655.763","17517.229"],["25661.832","17513.182"],["25634.953","17557.618"],["25621.321","17589.746"],["24121.950","8516.189"],["24026.111","8323.601"],["24054.717","8377.042"],["24066.279","8521.572"],["24101.276","8349.266"],["23940.773","8452.625"],["23961.383","8445.369"],["24054.667","8516.022"],["24017.166","8516.131"],["24145.108","8448.327"],["24072.627","8475.742"],["24030.356","8336.743"],["23961.464","8395.333"],["24042.694","8411.410"],["24056.407","8370.538"],["24072.332","8398.809"],["23954.821","8486.577"],["23971.322","8538.673"],["24133.282","8357.887"],["23940.117","8466.511"],["24070.012","8486.675"],["24135.601","8456.403"],["24061.177","8347.565"],["24117.440","8522.141"],["24029.898","8429.164"],["23961.178","8527.729"],["23969.438","8518.303"],["24105.388","8515.264"],["24062.378","8369.976"],["24034.940","8472.265"],["24102.760","8386.389"],["23853.077","5959.842"],["23847.353","5925.755"],["23847.929","5852.707"],["23847.024","5934.871"],["23865.478","5939.115"],["19766.230","5927.657"],["19797.940","5899.912"],["19838.796","5914.478"],["19763.664","5926.749"],["19727.562","5991.126"],["19834.832","5878.095"],["19803.072","5909.325"],["19823.434","5952.034"],["19804.585","5953.570"],["19792.036","5970.399"],["19839.848","5926.336"],["19768.154","5922.290"],["19742.792","5984.486"],["19804.503","5927.674"],["19823.237","5850.102"],["5149.183","19018.904"],["5158.887","19022.505"],["5151.979","19019.780"],["5151.197","19053.753"],["5150.243","19010.681"],["5180.473","19011.061"],["5141.525","19008.782"],["5191.789","19021.185"],["5103.510","19041.873"],["5160.764","19067.802"],["5112.425","19067.340"],["5114.020","19062.055"],["5165.353","19000.932"],["5082.324","18893.875"],["5028.234","18962.032"],["5058.333","18911.991"],["5057.675","18912.866"],["5106.281","18927.476"],["5118.239","18914.429"],["5056.836","18970.245"],["5078.679","18983.969"],["5045.209","18968.712"],["4990.168","18897.204"],["5044.571","18922.520"],["5039.341","18930.431"],["5003.223","18901.050"],["5045.311","18893.932"],["5051.150","18904.601"],["5041.035","18933.883"],["5073.051","18926.008"],["5056.505","18974.728"],["5078.939","18939.038"],["5099.762","18932.796"],["5054.054","18958.725"],["5063.002","18961.681"],["5074.449","18968.849"],["5051.752","18938.163"],["5082.393","18948.271"],["5024.908","19013.987"],["5029.234","18990.188"],["5038.444","18978.479"],["5001.092","19021.898"],["5012.350","19045.643"],["4992.186","19052.513"],["4997.102","18922.100"],["4995.704","18899.012"],["5159.187","18910.640"],["5103.610","18928.161"],["5187.095","18945.776"],["5171.487","18929.475"],["5149.972","19060.176"],["5150.950","19015.058"],["5157.463","19012.036"],["5172.611","19068.914"],["5115.632","19063.327"],["5113.330","19008.182"],["5164.201","19056.143"],["5136.767","19028.199"],["5067.028","18897.079"],["5081.436","18895.609"],["5058.376","18905.617"],["5039.879","18946.574"],["5108.831","18921.745"],["5058.239","18893.636"],["5088.535","18910.581"],["5093.600","18889.854"],["5060.443","18891.918"],["5071.409","18979.246"],["5098.711","18980.914"],["5021.635","18935.216"],["5082.215","19006.879"],["5068.219","19098.407"],["5090.094","19074.988"],["5088.071","19078.886"],["5016.150","18933.338"],["5010.821","18893.139"],["4997.943","18924.337"],["5032.861","18898.424"],["5027.219","18910.216"],["5081.044","18928.964"],["5057.327","18933.291"],["5109.531","18916.148"],["5057.015","18921.730"],["5070.880","18969.261"],["5060.518","18967.924"],["5049.548","18962.820"],["5074.926","18945.446"],["5060.436","18931.029"],["5104.137","18923.085"],["5108.396","18941.318"],["5031.536","19005.845"],["4999.711","19027.381"],["5034.003","19012.451"],["5064.694","18995.275"],["5037.901","18999.156"],["4991.281","19062.521"],["4994.916","19055.188"],["4990.556","18914.701"],["5062.626","18890.831"],["5167.904","18933.547"],["5158.692","18917.013"],["5137.278","18894.734"],["5015.969","18891.488"],["5105.469","18963.795"],["5017.540","19008.999"],["9621.211","16332.176"],["9732.021","16296.129"],["9723.525","16313.494"],["9816.803","16200.156"],["9819.021","16185.148"],["9757.271","16169.212"],["9752.616","16184.252"],["9747.307","16153.952"],["9736.372","16194.485"],["9733.126","16201.898"],["9685.929","16196.152"],["9653.348","16145.815"],["9667.990","16155.100"],["9728.388","16336.907"],["9719.296","16352.308"],["9749.255","16336.989"],["9766.180","16319.708"],["9777.037","16324.168"],["9794.347","16281.846"],["9791.788","16266.272"],["9775.385","16261.645"],["9787.139","16251.807"],["9827.538","16313.320"],["9829.460","16268.734"],["9811.060","16292.979"],["9800.066","16296.983"],["9803.719","16270.953"],["9829.340","16237.786"],["9726.675","16292.842"],["9717.456","16307.763"],["9820.652","16208.298"],["9821.620","16190.664"],["9764.031","16170.963"],["9756.958","16182.220"],["9738.788","16157.008"],["9734.102","16191.264"],["9722.452","16206.407"],["9678.610","16203.600"],["9655.108","16145.765"],["9662.760","16166.562"],["9731.233","16337.386"],["9712.256","16346.033"],["9739.074","16340.226"],["9767.742","16318.387"],["9781.873","16311.963"],["9797.242","16277.949"],["9787.808","16274.976"],["9784.119","16266.683"],["9779.622","16244.969"],["9828.206","16309.368"],["9813.445","16298.082"],["9798.121","16312.284"],["9811.284","16262.563"],["9827.070","16233.541"],["9622.900","16310.733"],["9709.726","16277.566"],["9680.638","16286.339"],["9684.312","16285.491"],["9643.803","16263.493"],["9773.285","16237.536"],["9760.630","16241.546"],["9782.410","16229.586"],["9797.224","16231.987"],["9752.070","16245.108"],["9756.310","16246.481"],["9811.618","16263.209"],["9694.551","16243.601"],["9682.094","16157.272"],["9679.307","16152.410"],["9642.906","16167.025"],["9635.595","16149.559"],["9786.213","16151.861"],["9792.920","16144.866"],["9768.797","16199.801"],["9770.835","16207.438"],["9793.206","16215.726"],["9801.278","16192.019"],["9810.601","16163.096"],["9709.150","16229.187"],["9644.053","16315.501"],["9656.142","16315.187"],["9642.458","16316.228"],["9683.464","16336.658"],["9668.513","16341.233"],["9681.079","16349.540"],["9739.291","16299.944"],["9725.235","16306.111"],["9813.053","16209.669"],["9822.919","16194.050"],["9753.669","16168.717"],["9754.573","16188.463"],["9737.455","16152.549"],["9736.619","16194.699"],["9723.471","16198.430"],["9682.410","16204.112"],["9663.891","16147.169"],["9659.767","16165.984"],["9728.108","16341.267"],["9708.490","16351.103"],["9739.058","16330.829"],["9766.459","16330.526"],["9783.468","16315.365"],["9784.248","16279.171"],["9795.026","16259.728"],["9791.377","16277.305"],["9781.816","16263.561"],["9784.787","16255.787"],["9827.413","16344.731"],["9805.895","16295.027"],["9800.938","16300.517"],["9799.311","16269.384"],["9830.057","16233.469"],["9827.649","16239.877"],["9651.430","16262.035"],["9814.283","16266.408"],["9687.443","16161.393"],["9793.933","16153.146"],["9707.906","16146.919"],["9620.078","16322.571"],["9656.767","16320.770"],["9650.813","16309.820"],["9651.290","16309.754"],["9671.819","16347.922"],["9680.881","16341.662"],["9681.951","16337.368"],["9732.202","16298.457"],["9722.094","16309.150"],["9817.165","16209.950"],["9824.679","16190.499"],["9762.600","16166.124"],["9748.274","16177.315"],["9742.554","16153.160"],["9741.405","16182.940"],["9730.889","16208.306"],["9684.860","16194.170"],["9668.578","16158.383"],["9652.119","16158.601"],["9727.911","16346.371"],["9743.022","16340.705"],["9771.476","16325.736"],["9788.337","16316.852"],["9795.531","16284.324"],["9797.559","16259.943"],["9790.916","16269.080"],["9773.066","16263.033"],["9786.645","16243.466"],["9829.321","16339.744"],["9819.777","16296.612"],["9797.549","16302.648"],["9809.311","16268.839"],["9818.518","16239.586"],["9687.310","16287.775"],["9712.878","16260.794"],["9652.249","16258.431"],["9659.647","16262.655"],["9769.302","16238.155"],["9813.244","16263.675"],["9690.055","16160.534"],["9789.438","16145.178"],["9793.648","16142.922"],["9787.481","16213.474"],["9619.907","16177.546"],["9703.048","16194.059"],["9788.872","16230.367"],["16079.015","9623.006"],["16019.162","9600.785"],["16033.384","9612.046"],["16002.094","9616.188"],["16082.897","9629.992"],["16033.389","9596.062"],["16025.045","9604.911"],["16010.252","9628.624"],["16079.015","9632.304"],["16023.356","9595.236"],["16018.943","9604.201"],["16014.446","9617.856"],["16077.403","9634.847"],["16031.432","9594.873"],["16034.799","9602.946"],["16014.413","9620.944"],["15941.964","9669.115"],["16008.533","9607.888"],["15946.783","9677.852"],["8332.769","16402.544"],["8297.242","16362.181"],["8338.163","16394.798"],["8263.246","16377.623"],["8302.357","16385.649"],["8154.799","16555.516"],["8151.471","16551.747"],["8147.330","16544.995"],["8242.822","16378.517"],["8316.865","16405.999"],["8353.996","16407.866"],["8278.707","16389.317"],["8352.209","16367.985"],["8309.560","16379.550"],["8342.809","16390.035"],["8279.662","16383.508"],["8353.950","16355.148"],["8305.530","16404.938"],["8355.333","16400.428"],["8279.725","16366.962"],["8236.394","16354.543"],["8271.555","16365.043"],["8312.846","16366.389"],["8321.089","16370.500"],["8297.718","16371.441"],["8261.845","16368.341"],["8277.129","16369.272"],["8168.758","16562.695"],["8158.951","16553.467"],["8349.755","16396.922"],["8284.339","16361.822"],["8274.051","16362.189"],["8294.530","16373.935"],["8302.596","16399.604"],["8308.312","16402.403"],["8306.642","16397.331"],["8318.624","16402.627"],["8269.207","16384.122"],["8346.946","16403.259"],["8290.976","16382.445"],["8289.051","16382.874"],["8349.812","16410.027"],["8156.949","16550.219"],["8345.014","16394.896"],["8330.001","16387.101"],["8329.474","16380.549"],["8336.227","16387.362"],["8252.703","16370.042"],["8283.476","16364.807"],["8302.095","16374.321"],["8298.510","16381.836"],["10302.400","19007.397"],["10313.913","19021.038"],["10339.209","18974.317"],["10326.330","19010.138"],["10333.771","18896.428"],["10380.711","18908.963"],["10323.409","18893.422"],["10314.889","18947.639"],["10303.228","18902.156"],["10300.843","18941.974"],["10319.347","18898.291"],["10276.397","18970.462"],["10261.430","18996.820"],["10346.531","19037.004"],["10344.772","19038.903"],["10350.046","19061.553"],["10460.748","18917.443"],["10348.025","18964.011"],["10295.098","18984.929"],["10327.420","19081.810"],["10317.482","18975.324"],["10305.712","18918.572"],["10291.463","18971.998"],["10319.640","19051.389"],["10357.432","18979.057"],["10342.548","19012.219"],["10382.817","18903.001"],["10329.330","18897.518"],["10297.538","18918.390"],["10300.564","18949.885"],["10262.252","18985.920"],["10319.327","19042.983"],["10349.492","19040.803"],["10336.674","19083.568"],["9740.051","12510.940"],["9706.361","12528.217"],["9685.821","12522.544"],["9715.823","12487.549"],["9689.665","12490.432"],["9698.259","12459.318"],["9704.152","12452.615"],["9723.724","12452.113"],["9717.405","12460.548"],["9681.056","12436.569"],["9623.682","12430.999"],["9655.278","12459.883"],["9644.870","12448.270"],["9646.972","12485.953"],["9639.952","12494.808"],["9699.592","12348.340"],["9717.837","12346.232"],["9685.736","12383.462"],["9695.005","12390.865"],["9644.747","12377.575"],["9649.614","12343.395"],["9631.565","12370.479"],["9803.765","12361.724"],["9793.401","12363.826"],["9814.712","12402.051"],["9801.933","12407.552"],["9829.330","12361.938"],["9798.455","12490.048"],["9763.191","12425.638"],["9752.346","12430.284"],["9670.227","12400.567"],["9678.220","12417.487"],["9689.771","12421.155"],["9670.654","12386.345"],["9657.277","12394.916"],["9743.217","12513.959"],["9641.208","12543.248"],["9707.158","12509.392"],["9709.999","12544.176"],["9703.615","12457.625"],["9695.235","12454.748"],["9706.958","12437.661"],["9680.332","12433.084"],["9698.132","12432.790"],["9607.688","12446.525"],["9633.838","12439.606"],["9648.305","12411.381"],["9648.280","12462.138"],["9689.017","12350.487"],["9720.781","12353.929"],["9688.022","12382.438"],["9696.765","12392.401"],["9652.790","12367.319"],["9641.388","12344.775"],["9640.381","12359.959"],["9806.101","12363.458"],["9790.029","12372.992"],["9805.585","12406.380"],["9813.953","12545.546"],["9826.451","12490.486"],["9815.436","12494.611"],["9785.987","12485.804"],["9755.049","12436.357"],["9732.527","12410.780"],["9686.679","12421.340"],["9718.316","12530.881"],["9721.128","12380.752"],["9822.947","12496.845"],["9743.449","12523.251"],["9673.899","12547.067"],["9732.650","12452.949"],["9676.211","12468.673"],["9669.481","12491.938"],["9650.391","12486.872"],["9664.055","12519.763"],["9752.841","12500.402"],["9684.344","12429.381"],["9705.379","12429.816"],["9680.645","12434.967"],["9641.938","12439.081"],["9708.972","12371.352"],["9685.654","12382.587"],["9691.650","12400.246"],["9657.182","12360.432"],["9651.335","12363.311"],["9786.806","12371.340"],["9803.512","12405.273"],["9824.510","12479.289"],["9811.785","12501.415"],["9798.109","12480.783"],["9764.441","12434.160"],["9733.563","12423.546"],["9815.532","12545.083"],["9759.315","12531.393"],["9766.046","12388.217"],["9725.670","12509.952"],["9666.992","12552.401"],["9708.047","12526.622"],["9690.994","12544.579"],["9731.160","12450.477"],["9742.331","12467.490"],["9706.483","12467.388"],["9677.998","12465.962"],["9652.873","12489.021"],["9664.737","12525.462"],["9727.038","12547.295"],["9748.795","12500.416"],["9731.445","12470.840"],["9729.780","12459.610"],["9742.304","12488.899"],["9742.346","12430.978"],["9630.561","12430.952"],["9700.333","12345.467"],["9718.807","12349.403"],["9687.414","12383.545"],["9694.775","12393.178"],["9669.254","12372.852"],["9630.121","12351.481"],["9644.581","12347.259"],["9643.358","12354.889"],["9809.851","12359.692"],["9786.296","12363.991"],["9816.307","12394.223"],["9804.236","12411.549"],["9823.277","12351.219"],["9817.060","12476.085"],["9814.910","12488.946"],["9796.267","12481.328"],["9758.849","12431.898"],["9634.321","12450.785"],["9755.872","12490.698"],["9651.376","12470.137"],["9757.882","12493.335"],["9705.886","12463.660"],["9703.394","12434.382"],["9659.508","12421.776"],["9753.385","12474.849"],["13093.977","16402.605"],["13029.603","16387.114"],["13167.762","16359.111"],["13028.128","16444.347"],["13087.655","16372.566"],["13041.794","16485.047"],["13132.347","16545.894"],["13050.922","16469.176"],["13168.763","16499.478"],["13097.961","16482.553"],["13189.350","16552.157"],["13182.801","16512.728"],["13177.044","16533.735"],["13170.087","16543.578"],["13179.149","16509.309"],["13133.017","16528.254"],["13129.432","16521.516"],["13117.212","16533.440"],["13120.567","16524.291"],["13069.277","16487.393"],["13035.264","16467.244"],["13095.250","16495.604"],["13075.250","16490.220"],["13185.770","16457.927"],["13156.345","16433.485"],["13178.582","16451.470"],["13164.931","16419.513"],["13132.658","16409.064"],["13151.145","16439.749"],["13141.885","16419.766"],["13151.211","16424.010"],["13186.254","16390.994"],["13111.427","16381.471"],["13091.263","16385.319"],["13102.875","16377.771"],["13118.927","16367.119"],["13054.008","16429.635"],["13064.567","16425.490"],["13069.353","16423.805"],["13089.682","16438.752"],["13010.752","16410.618"],["13017.381","16418.495"],["13023.039","16434.994"],["13011.739","16437.538"],["13000.791","16454.590"],["13004.887","16435.993"],["12991.905","16501.311"],["13097.352","16537.082"],["13102.039","16538.750"],["13102.237","16521.888"],["13092.714","16558.915"],["13177.246","16388.226"],["13191.786","16391.083"],["13178.150","16468.772"],["13065.578","16545.068"],["13005.528","16414.375"],["13006.145","16361.193"],["13043.189","16409.195"],["12999.415","16411.761"],["13095.506","16422.539"],["13101.542","16422.341"],["13154.071","16530.232"],["13076.171","16479.557"],["13035.215","16480.588"],["13143.652","16496.822"],["13103.353","16407.402"],["13152.366","16379.210"],["13187.606","16561.406"],["13183.080","16545.213"],["13187.439","16522.092"],["13191.485","16523.066"],["13169.791","16515.387"],["13113.100","16534.778"],["13124.662","16502.738"],["13144.728","16506.322"],["13127.491","16511.855"],["13056.942","16481.084"],["13057.238","16486.732"],["13095.514","16493.094"],["13089.264","16493.292"],["13090.908","16513.655"],["13069.576","16513.853"],["13050.922","16467.756"],["13145.013","16447.589"],["13186.148","16426.548"],["13117.428","16439.683"],["13123.070","16428.932"],["13130.718","16412.813"],["13130.126","16441.797"],["13171.681","16368.170"],["13179.296","16370.878"],["13124.339","16365.335"],["13110.589","16402.709"],["13100.868","16384.097"],["13127.283","16381.206"],["13061.903","16406.596"],["13077.857","16424.548"],["13080.159","16433.302"],["13091.673","16419.230"],["13024.124","16435.572"],["13002.743","16416.993"],["13031.641","16407.348"],["13006.153","16426.415"],["13007.502","16426.596"],["12988.171","16494.589"],["13088.355","16535.579"],["13078.158","16541.392"],["13079.424","16539.526"],["13075.970","16548.576"],["13166.307","16558.317"],["13183.508","16508.170"],["13137.294","16498.973"],["13065.675","16466.204"],["13110.139","16520.515"],["13071.895","16494.696"],["13155.967","16421.676"],["13151.228","16429.179"],["13173.310","16388.186"],["13124.569","16390.141"],["13080.784","16407.257"],["13034.519","16403.995"],["13101.710","16537.445"],["13185.698","16499.981"],["13014.665","16357.328"],["13001.572","16482.690"],["13159.454","16360.276"],["13023.359","16475.330"],["13090.760","16352.690"],["13138.059","16535.055"],["13131.198","16388.541"],["13167.129","16558.813"],["13163.853","16511.539"],["13113.527","16504.885"],["13037.452","16454.626"],["13056.695","16491.455"],["13096.418","16509.460"],["13184.734","16449.505"],["13149.405","16452.841"],["13124.928","16447.693"],["13128.135","16444.522"],["13187.043","16385.593"],["13129.289","16374.848"],["13091.148","16379.026"],["13084.304","16417.662"],["13090.044","16422.715"],["12999.799","16505.836"],["12993.582","16512.112"],["13107.566","16519.443"],["13093.520","16543.936"],["13176.285","16458.168"],["13196.636","16557.189"],["12991.285","16449.206"],["13000.141","16490.320"],["13000.829","16405.551"],["13003.140","16465.628"],["12992.869","16399.242"],["13143.068","16530.612"],["13024.658","16445.998"],["13067.124","16539.304"],["13196.769","16469.515"],["13099.655","16478.127"],["13099.770","16482.123"],["13150.754","16370.920"],["13193.807","16549.961"],["13161.057","16544.966"],["13124.037","16516.446"],["13066.909","16464.816"],["13064.296","16511.244"],["13066.925","16475.716"],["13166.378","16457.267"],["13146.951","16407.082"],["13116.178","16429.146"],["13088.648","16385.451"],["13117.283","16366.260"],["13084.649","16441.675"],["13054.222","16422.930"],["13033.795","16433.425"],["13008.549","16399.057"],["12991.822","16527.091"],["13078.289","16558.254"],["13087.072","16522.961"],["13192.197","16387.285"],["12992.948","16518.151"],["12992.387","16435.828"],["13185.945","16559.985"],["13057.766","16526.635"],["12996.462","16384.752"],["13050.996","16386.022"],["13049.070","16386.398"],["13047.375","16377.771"],["13054.184","16380.381"],["13075.628","16478.418"],["13055.381","16552.499"],["13033.389","16490.531"],["13188.100","16553.875"],["13172.076","16380.804"],["13178.392","16364.388"],["12994.448","16553.831"],["13163.179","16537.864"],["13162.208","16525.824"],["13188.985","16526.898"],["13118.708","16537.371"],["13139.300","16497.371"],["13133.083","16521.004"],["13065.034","16486.104"],["13068.110","16490.151"],["13111.669","16513.859"],["13066.287","16509.807"],["13092.241","16499.700"],["13097.816","16489.609"],["13177.151","16432.131"],["13155.030","16428.068"],["13138.991","16406.240"],["13123.464","16407.627"],["13125.010","16438.923"],["13171.599","16365.098"],["13097.102","16367.598"],["13115.802","16401.305"],["13108.286","16398.878"],["13052.067","16413.731"],["13059.024","16433.582"],["13086.261","16415.878"],["13023.384","16440.989"],["13004.535","16401.798"],["13042.134","16431.675"],["12996.016","16518.652"],["12999.553","16523.937"],["13107.582","16523.358"],["13107.401","16555.067"],["13107.368","16550.112"],["13176.929","16544.966"],["13058.637","16491.755"],["13127.590","16524.472"],["13004.944","16556.999"],["13008.055","16421.931"],["13001.473","16486.340"],["13007.209","16471.480"],["13023.302","16407.876"],["13047.046","16376.615"],["13051.947","16372.140"],["13162.525","16545.839"],["13158.517","16436.623"],["13089.587","16394.659"],["13148.253","16454.525"],["13016.698","16477.625"],["12989.569","16523.177"],["13003.171","16531.369"],["13185.514","16541.151"],["13189.088","16472.802"],["13169.728","16562.942"],["13138.873","16505.414"],["13122.911","16477.466"],["13185.942","16531.952"],["13170.896","16552.355"],["13148.105","16507.224"],["13152.136","16406.642"],["12994.645","16540.189"],["13120.320","16504.241"],["13056.794","16466.749"],["13070.659","16474.280"],["13037.879","16472.645"],["13092.010","16495.158"],["13061.862","16497.949"],["13057.421","16513.622"],["13161.411","16440.157"],["13150.833","16421.235"],["13119.106","16421.533"],["13130.833","16432.317"],["13116.954","16395.723"],["13120.638","16378.118"],["13114.733","16388.258"],["13091.557","16420.254"],["13090.916","16428.231"],["13069.880","16412.426"],["13004.354","16417.224"],["13070.099","16530.046"],["13076.579","16547.833"],["13071.645","16530.723"],["13122.846","16504.171"],["13015.454","16353.315"],["13003.283","16480.262"],["13095.654","16419.533"],["13155.897","16563.163"],["13025.480","16438.253"],["13094.757","16379.809"],["13120.818","16533.293"],["13191.057","16433.118"],["13061.483","16553.606"],["13116.017","16366.989"],["13166.108","16381.031"],["13009.077","16377.337"],["13022.309","16385.948"],["13061.204","16426.213"],["13081.500","16366.894"],["13115.030","16420.614"],["12990.205","16518.422"],["13636.965","16697.754"],["13707.253","16707.816"],["13655.536","16710.295"],["13660.398","16711.063"],["13658.901","16713.193"],["13655.730","16691.381"],["13649.349","16715.659"],["13673.248","16618.586"],["13689.810","16615.118"],["13682.718","16635.429"],["13729.299","16664.121"],["13752.627","16615.379"],["13749.452","16608.971"],["13779.870","16630.843"],["13646.784","16689.628"],["13731.370","16672.459"],["13715.952","16672.387"],["13691.349","16707.584"],["13626.339","16644.705"],["13653.527","16684.242"],["13735.318","16663.774"],["13733.230","16644.881"],["13758.844","16632.786"],["13749.781","16652.142"],["13809.738","16577.334"],["13822.617","16607.705"],["13693.717","16679.574"],["13659.016","16718.808"],["13723.313","16601.955"],["13694.543","16609.203"],["13741.848","16662.915"],["13759.699","16595.065"],["13808.817","16602.718"],["13698.896","16670.769"],["13717.780","16704.083"],["13720.863","16589.982"],["13689.809","16668.712"],["13693.542","16611.305"],["13749.568","16601.143"],["13772.945","16630.084"],["13744.027","16573.751"],["13647.228","16672.948"],["13658.954","16678.627"],["13717.129","16593.582"],["13688.820","16616.073"],["13722.555","16637.565"],["13790.297","16594.378"],["13740.524","16597.583"],["13695.099","16744.661"],["13686.208","16604.499"],["13673.145","16651.234"],["13746.289","16650.579"],["13796.794","16584.171"],["13773.198","16570.353"],["13658.412","16667.842"],["13700.724","16732.044"],["13646.145","16716.802"],["13659.592","16703.845"],["13695.221","16584.366"],["13710.711","16615.479"],["13710.812","16641.347"],["13768.357","16611.223"],["13647.462","16735.988"],["13734.481","16602.418"],["13705.927","16668.151"],["31245.109","8156.709"],["31240.718","8150.136"],["31283.176","8196.546"],["31246.573","8175.867"],["31288.242","8205.927"],["31293.464","8207.130"],["31281.894","8292.038"],["31285.707","8265.012"],["31227.741","8253.538"],["31282.551","8237.702"],["31222.214","8210.566"],["31283.620","8202.442"],["31297.615","8317.613"],["14873.383","12481.882"],["14826.502","12544.201"],["14870.073","12446.532"],["14784.393","12356.558"],["14684.588","12379.670"],["14772.143","12504.594"],["14778.459","12531.200"],["14691.252","12416.125"],["14784.884","12441.836"],["14769.717","12456.974"],["14777.859","12430.798"],["14839.149","12405.952"],["14785.839","12424.773"],["14838.130","12513.994"],["14678.275","12441.922"],["14760.742","12339.895"],["14870.815","12546.910"],["14819.473","12366.685"],["14706.167","12376.697"],["14865.718","12490.768"],["14751.323","12484.152"],["14755.904","12475.095"],["14855.904","12411.964"],["14808.887","12510.939"],["14853.924","12361.366"],["14745.369","12470.676"],["14720.098","12371.198"],["14719.774","12363.585"],["14731.007","12344.909"],["14769.161","12409.747"],["14785.904","12432.719"],["14851.287","12431.155"],["14776.132","12439.947"],["14763.319","12468.717"],["14783.919","12538.054"],["14767.373","12507.996"],["14844.442","12541.977"],["14746.682","12369.154"],["14772.483","12414.022"],["14882.643","12526.176"],["14777.046","12524.152"],["14866.266","12415.696"],["14685.134","12434.920"],["14823.493","12356.363"],["14834.540","12501.845"],["14872.840","12527.035"],["14786.151","12450.702"],["14847.242","12492.640"],["14729.382","12535.647"],["14697.437","12434.903"],["14683.667","12373.361"],["14673.508","12360.414"],["14849.412","12429.883"],["14803.931","12455.194"],["14872.297","12485.136"],["14836.650","12347.378"],["14676.417","12426.266"],["14706.446","12377.886"],["14793.209","12363.231"],["14829.280","12394.656"],["14682.295","12524.878"],["14723.606","12378.799"],["14812.505","12509.519"],["14877.944","12425.110"],["14755.698","12529.338"],["14868.389","12514.546"],["14789.062","12410.209"],["14760.638","12461.417"],["14747.110","12525.304"],["14797.023","12466.325"],["14839.216","12541.624"],["14744.481","12488.413"],["14722.894","12386.887"],["14679.363","12363.684"],["14881.129","12480.759"],["14784.497","12505.606"],["14857.668","12408.909"],["14725.575","12378.448"],["14788.569","12436.631"],["14790.142","12367.818"],["4982.831","19912.403"],["4950.436","19879.006"],["4960.666","19883.333"],["4942.344","19920.624"],["4930.699","19871.970"],["4924.178","19893.592"],["4935.888","19871.825"],["4912.385","19887.201"],["4923.536","19889.137"],["4893.338","19925.718"],["4941.546","19907.486"],["4884.029","19926.990"],["4910.263","19912.655"],["4974.324","19939.658"],["4984.373","19942.911"],["4850.380","19909.307"],["4832.617","19927.392"],["4807.222","19915.468"],["4823.735","19932.908"],["4811.465","19916.095"],["4872.600","19912.462"],["4948.953","19918.056"],["4933.788","19940.319"],["4960.762","19936.884"],["4898.854","19919.047"],["4822.239","19839.883"],["4830.776","19902.410"],["4793.835","19875.176"],["4810.118","19839.866"],["4815.660","19901.947"],["4785.840","19895.087"],["4801.709","19793.420"],["4794.193","19801.909"],["4783.354","19783.891"],["4789.916","19794.874"],["4864.411","19902.347"],["4885.102","19892.157"],["4876.023","19903.883"],["4877.208","19873.775"],["4829.552","19888.457"],["4862.331","19855.591"],["4816.657","19886.244"],["4845.078","19874.634"],["4830.802","19845.864"],["4873.516","19892.586"],["4841.377","19896.483"],["4825.565","19824.088"],["4801.733","19797.713"],["4801.387","19828.002"],["4852.637","19779.265"],["4800.861","19818.076"],["4838.673","19797.432"],["4825.516","19777.382"],["4881.771","19868.083"],["4869.534","19869.965"],["4899.781","19827.604"],["4886.656","19841.906"],["4923.432","19872.162"],["4916.640","19864.185"],["4920.751","19862.732"],["4902.120","19799.490"],["4936.593","19787.780"],["4923.485","19831.959"],["4936.981","19846.230"],["4975.173","19883.118"],["4944.778","19875.059"],["4955.946","19880.707"],["4932.081","19867.181"],["4984.038","19873.506"],["4946.028","19884.340"],["4958.117","19907.825"],["4928.306","19893.146"],["4937.714","19882.428"],["4934.128","19869.975"],["4931.546","19900.165"],["4901.184","19872.519"],["4915.444","19902.779"],["4895.822","19919.657"],["4894.687","19920.830"],["4930.937","19903.621"],["4879.210","19938.270"],["4964.258","19942.201"],["4845.890","19937.714"],["4865.330","19918.952"],["4825.725","19933.552"],["4822.025","19934.394"],["4850.166","19937.681"],["4839.080","19908.201"],["4815.742","19904.221"],["4933.903","19928.230"],["4893.081","19926.876"],["4894.462","19928.511"],["4910.120","19933.812"],["4947.472","19923.160"],["4958.179","19943.275"],["4801.910","19892.946"],["4781.285","19851.939"],["4810.463","19901.980"],["4801.680","19896.927"],["4808.654","19837.818"],["4805.068","19885.036"],["4800.216","19850.238"],["4829.493","19839.932"],["4787.666","19897.465"],["4792.614","19815.336"],["4792.038","19812.215"],["4779.801","19784.502"],["4875.908","19899.539"],["4890.185","19906.855"],["4863.540","19907.318"],["4833.647","19892.718"],["4842.924","19887.714"],["4867.447","19859.720"],["4815.012","19885.980"],["4837.479","19864.047"],["4855.374","19885.468"],["4833.976","19905.088"],["4813.516","19886.772"],["4873.187","19879.192"],["4820.703","19886.690"],["4838.910","19861.603"],["4810.236","19803.873"],["4838.328","19843.543"],["4813.246","19837.960"],["4801.650","19801.462"],["4815.976","19822.898"],["4916.508","19825.952"],["4889.748","19856.373"],["4902.807","19816.605"],["4909.534","19876.605"],["4921.018","19810.026"],["4916.659","19813.858"],["4900.491","19792.173"],["4906.445","19811.711"],["4935.870","19825.088"],["4914.406","19796.071"],["4931.133","19808.061"],["4910.458","19807.004"],["4955.880","19927.858"],["4941.628","19916.833"],["4858.554","19924.006"],["4805.414","19865.283"],["4827.158","19903.371"],["4866.641","19896.516"],["4936.001","19786.624"],["11056.601","15325.431"],["11081.126","15380.158"],["11029.213","15343.123"],["10995.211","15376.400"],["10994.442","15417.677"],["10951.088","15392.619"],["10976.789","15357.322"],["11038.361","15368.570"],["11024.361","15504.704"],["11030.878","15334.184"],["11087.919","15373.585"],["11029.476","15350.439"],["10990.638","15367.663"],["10992.649","15413.136"],["10950.397","15392.272"],["10964.322","15372.136"],["11034.413","15372.649"],["11026.828","15499.370"],["11004.529","15302.591"],["10884.128","15302.561"],["10896.215","15307.171"],["10894.320","15316.385"],["10981.036","15317.742"],["10986.499","15316.017"],["10987.227","15322.723"],["11008.807","15353.561"],["11005.830","15351.163"],["10920.314","15344.671"],["10925.029","15348.695"],["10920.821","15348.066"],["10916.975","15345.480"],["10916.311","15341.494"],["10913.760","15338.324"],["10910.967","15343.421"],["10911.569","15297.884"],["10910.304","15296.888"],["10913.843","15296.712"],["10913.181","15302.843"],["10893.226","15312.164"],["10884.617","15411.009"],["10887.124","15408.561"],["10891.455","15408.681"],["10950.403","15349.627"],["10955.108","15350.674"],["10958.977","15352.344"],["10953.817","15351.907"],["10969.577","15331.999"],["10967.881","15335.061"],["10956.786","15300.472"],["10953.467","15301.409"],["10930.987","15301.507"],["10979.712","15330.776"],["10946.027","15315.519"],["10934.408","15304.109"],["10984.285","15322.512"],["10895.433","15332.309"],["11059.726","15301.336"],["11001.540","15343.659"],["11023.016","15318.396"],["10886.685","15486.174"],["11047.975","15480.684"],["11087.836","15377.648"],["11027.766","15340.481"],["10999.454","15366.672"],["10991.284","15415.877"],["10956.631","15392.454"],["10971.181","15370.105"],["11047.177","15361.683"],["10942.495","15375.086"],["10915.733","15406.485"],["10908.696","15392.461"],["10994.233","15339.273"],["11010.149","15349.967"],["11017.973","15345.322"],["11013.795","15352.173"],["10922.637","15345.302"],["10930.698","15343.884"],["11056.496","15470.115"],["11032.370","15476.392"],["11024.249","15467.079"],["11014.273","15474.987"],["11028.893","15463.419"],["11054.548","15474.051"],["11053.976","15459.790"],["10992.713","15493.047"],["11055.186","15461.837"],["11042.106","15496.165"],["11060.979","15488.084"],["11081.650","15500.051"],["11088.776","15489.199"],["10887.578","15483.350"],["10885.480","15481.918"],["10903.235","15463.064"],["10898.372","15475.377"],["10883.911","15456.741"],["10891.191","15463.317"],["10888.214","15485.447"],["11041.182","15465.143"],["11077.919","15397.224"],["11058.426","15406.302"],["11074.802","15402.867"],["11050.277","15407.888"],["11089.547","15372.445"],["11022.404","15345.303"],["11026.351","15349.762"],["10994.125","15375.277"],["10994.520","15377.192"],["10985.231","15415.778"],["10993.258","15408.610"],["10946.483","15401.884"],["10950.907","15399.374"],["10971.707","15361.088"],["10977.447","15359.750"],["11037.900","15362.608"],["11031.798","15365.911"],["6147.554","20243.902"],["6166.255","20241.936"],["6160.268","20242.399"],["6144.333","20221.830"],["6147.820","20222.573"],["6113.034","20242.523"],["6137.087","20324.527"],["6125.031","20325.634"],["6197.823","20293.467"],["6053.024","20243.361"],["6082.251","20236.111"],["6096.034","20260.487"],["6069.023","20249.862"],["6083.579","20275.197"],["6075.783","20244.709"],["6064.895","20290.193"],["6086.605","20269.697"],["6094.571","20358.238"],["6082.400","20326.181"],["6048.137","20361.618"],["6233.608","20351.116"],["6048.204","20189.126"],["6053.500","20216.244"],["6044.931","20195.649"],["6063.894","20196.954"],["6079.190","20235.038"],["6051.296","20170.678"],["6057.990","20185.013"],["6092.417","20246.306"],["6108.667","20243.878"],["6085.115","20245.199"],["6124.128","20245.216"],["6125.838","20234.290"],["6101.956","20219.459"],["6083.601","20214.042"],["6076.200","20206.230"],["6118.436","20227.089"],["6076.331","20243.423"],["6234.827","20237.697"],["6204.433","20242.387"],["6235.107","20237.878"],["6211.439","20221.710"],["6240.485","20221.082"],["6177.949","20311.096"],["6187.669","20288.305"],["6187.768","20294.597"],["6153.524","20287.694"],["6187.110","20291.921"],["6164.857","20279.997"],["6190.334","20292.813"],["6166.485","20271.624"],["6126.449","20294.555"],["6110.528","20284.117"],["6145.002","20318.634"],["6141.301","20279.890"],["6122.551","20319.807"],["6140.857","20275.827"],["6087.584","20299.328"],["6090.067","20255.992"],["6111.432","20278.651"],["6134.134","20342.017"],["6167.884","20327.187"],["6147.769","20319.491"],["6134.035","20356.452"],["6201.683","20315.692"],["6142.555","20316.815"],["6172.555","20363.537"],["6250.534","20317.378"],["6226.274","20287.981"],["6247.474","20277.659"],["6229.876","20315.562"],["6219.448","20304.166"],["6201.109","20291.713"],["6220.780","20297.940"],["6140.285","20238.799"],["6149.709","20237.230"],["6142.508","20230.368"],["6185.685","20316.687"],["6057.893","20261.363"],["6048.447","20293.694"],["6076.737","20299.970"],["6098.201","20251.877"],["6085.322","20242.381"],["6055.898","20258.632"],["6061.133","20328.048"],["6041.492","20342.857"],["6049.897","20328.869"],["6251.220","20349.585"],["6242.733","20343.804"],["6236.861","20338.371"],["6244.295","20339.031"],["6047.858","20206.368"],["6045.210","20224.568"],["6046.214","20217.400"],["6059.273","20189.704"],["6076.444","20219.927"],["6089.256","20234.080"],["6113.782","20246.240"],["6108.569","20241.318"],["6094.538","20233.927"],["6105.377","20225.322"],["6105.492","20213.282"],["6125.821","20216.998"],["6110.344","20213.282"],["6117.581","20233.035"],["6098.831","20206.561"],["6073.617","20208.757"],["6089.358","20239.839"],["6216.883","20248.646"],["6243.512","20213.485"],["6232.179","20227.540"],["6202.722","20229.901"],["6235.173","20221.165"],["6217.508","20222.519"],["6151.452","20294.234"],["6168.311","20285.084"],["6146.732","20269.444"],["6147.866","20319.485"],["6159.906","20299.502"],["6147.225","20270.782"],["6159.495","20290.633"],["6184.429","20296.876"],["6120.955","20302.367"],["6092.156","20285.207"],["6121.021","20261.425"],["6095.972","20299.890"],["6127.222","20316.653"],["6130.479","20300.220"],["6081.465","20323.242"],["6088.554","20257.809"],["6144.261","20269.171"],["6112.074","20271.913"],["6112.436","20311.384"],["6189.315","20360.498"],["6177.917","20338.665"],["6159.200","20359.722"],["6193.920","20347.616"],["6157.802","20361.159"],["6165.581","20350.655"],["6155.137","20315.576"],["6140.548","20345.601"],["6236.504","20287.750"],["6237.721","20333.150"],["6220.451","20277.626"],["6221.093","20299.195"],["6224.432","20311.020"],["6218.116","20316.255"],["6200.353","20335.165"],["6069.075","20231.933"],["6076.249","20230.765"],["6188.853","20283.499"],["6088.340","20267.520"],["6201.223","20339.028"],["6701.023","18284.625"],["6686.354","18290.820"],["6698.029","18280.100"],["6688.523","18290.009"],["6694.376","18332.623"],["6672.604","18289.763"],["6677.489","18284.164"],["6690.822","18329.420"],["20154.261","15215.174"],["20240.620","15214.446"],["20247.232","15200.705"],["20159.789","15124.297"],["20278.831","15269.800"],["20308.426","15223.900"],["20183.333","15202.286"],["20210.083","15228.252"],["20196.286","15164.368"],["20249.933","15184.369"],["20168.096","15100.731"],["20202.673","15146.493"],["20204.778","15143.577"],["20183.733","15140.321"],["20186.662","15171.126"],["20171.694","15223.297"],["20210.537","15253.466"],["20232.699","15144.397"],["20227.281","15200.210"],["20237.084","15203.034"],["20158.373","15277.023"],["20221.420","15204.291"],["20242.051","15203.513"],["6419.546","17820.100"],["6423.576","17827.498"],["6266.372","17805.386"],["6313.082","17831.396"],["6298.962","17816.246"],["6291.843","17738.389"],["6304.774","17709.233"],["6251.538","17717.663"],["6260.712","17806.830"],["6267.060","17819.858"],["6294.580","17817.462"],["6297.627","17779.089"],["6284.758","17623.861"],["6279.572","17688.734"],["6350.293","17649.116"],["6349.885","17635.792"],["6350.568","17797.837"],["6329.079","17674.205"],["6303.633","17726.863"],["6314.939","17789.697"],["6289.624","17795.102"],["6277.189","17815.510"],["6403.897","17795.429"],["6412.259","17752.876"],["6425.381","17706.901"],["6442.471","17696.020"],["6425.994","17826.293"],["6253.693","17801.419"],["6309.299","17824.096"],["6307.194","17826.673"],["6311.643","17820.936"],["6308.496","17803.268"],["6285.568","17785.647"],["6314.370","17795.677"],["6293.992","17775.842"],["6317.014","17807.898"],["6323.429","17792.473"],["6279.951","17750.855"],["6285.461","17747.965"],["6301.843","17741.890"],["6312.780","17736.589"],["6319.935","17728.056"],["6313.587","17714.134"],["6308.554","17713.639"],["6256.571","17717.745"],["6265.913","17711.321"],["6298.920","17828.139"],["6256.780","17813.599"],["6280.189","17792.293"],["6286.143","17815.365"],["6296.748","17635.009"],["6304.931","17631.417"],["6334.622","17659.694"],["6291.562","17675.588"],["6286.628","17685.414"],["6409.748","17809.624"],["6422.384","17752.068"],["6431.017","17725.069"],["6355.557","17648.059"],["6353.405","17632.225"],["6357.550","17624.975"],["6355.009","17783.228"],["6352.854","17792.965"],["6350.711","17810.723"],["6349.132","17812.094"],["6393.441","17798.767"],["6392.914","17795.563"],["6331.546","17670.571"],["6301.758","17717.119"],["6325.729","17770.457"],["6299.970","17785.986"],["6410.854","17777.527"],["6419.792","17776.774"],["6422.107","17748.277"],["6406.845","17707.083"],["6435.136","17689.365"],["6424.957","17825.021"],["6318.553","17675.642"],["6297.153","17730.843"],["6320.926","17771.398"],["6289.378","17807.505"],["6268.209","17817.541"],["6418.683","17796.288"],["6430.466","17754.610"],["6425.758","17747.220"],["6418.079","17708.768"],["6433.244","17696.202"],["6317.845","17671.050"],["6296.626","17721.925"],["6309.643","17786.444"],["6310.512","17787.390"],["6401.759","17777.246"],["6426.881","17764.965"],["6418.225","17748.129"],["6431.434","17720.427"],["6428.524","17699.868"],["6864.767","18839.810"],["6842.777","18829.240"],["6846.083","18824.137"],["6805.739","18882.647"],["6831.063","18724.228"],["6854.106","18712.172"],["6830.142","18703.105"],["6765.882","18721.024"],["6737.031","18706.541"],["6686.061","18715.839"],["6698.858","18773.728"],["6701.566","18888.330"],["6699.444","18884.499"],["6686.366","18727.502"],["6678.570","18722.779"],["6674.839","18740.032"],["6685.447","18737.538"],["6686.739","18758.307"],["6692.595","18753.039"],["6701.464","18841.028"],["6765.614","18760.654"],["6747.078","18727.182"],["6759.183","18729.428"],["6759.018","18752.372"],["6758.130","18739.507"],["6776.751","18738.315"],["6809.555","18770.265"],["6789.759","18798.524"],["6805.763","18791.439"],["6831.910","18860.594"],["6757.012","18708.390"],["6762.374","18722.890"],["6768.731","18699.704"],["6783.057","18699.655"],["6791.542","18716.275"],["6821.006","18695.816"],["6812.503","18699.565"],["6849.980","18690.949"],["6881.154","18715.346"],["6822.968","18752.196"],["6835.123","18746.366"],["6843.907","18776.241"],["6799.314","18749.450"],["6795.482","18819.942"],["6760.731","18828.159"],["6754.100","18863.262"],["6780.534","18870.392"],["6803.118","18831.329"],["6758.745","18816.625"],["6675.840","18842.748"],["6803.266","18879.509"],["6788.842","18864.249"],["6795.513","18834.424"],["6855.790","18886.126"],["6810.195","18845.706"],["6816.750","18868.943"],["6869.610","18842.180"],["6774.435","18679.587"],["6760.175","18688.869"],["6696.620","18687.928"],["6747.788","18685.434"],["6690.304","18729.068"],["6714.755","18888.979"],["6673.396","18861.859"],["6699.195","18850.558"],["6697.813","18719.723"],["6705.193","18760.768"],["6702.907","18740.752"],["6761.797","18752.901"],["6781.436","18737.690"],["6776.455","18750.569"],["6810.937","18771.834"],["6818.703","18868.241"],["6754.233","18715.095"],["6747.094","18715.442"],["6780.376","18693.841"],["6775.343","18706.558"],["6794.716","18715.730"],["6797.118","18716.704"],["6820.430","18682.455"],["6818.835","18705.180"],["6847.398","18705.239"],["6822.409","18753.154"],["6821.521","18742.154"],["6842.115","18781.377"],["6807.339","18766.159"],["6801.304","18755.692"],["6804.002","18761.225"],["6747.995","18860.765"],["6770.501","18867.815"],["6785.139","18867.535"],["6804.763","18833.261"],["6680.898","18843.229"],["6677.148","18824.897"],["6685.087","18879.896"],["6675.528","18856.720"],["6698.141","18865.574"],["6741.755","18879.396"],["6772.113","18878.801"],["6810.799","18859.162"],["6800.809","18855.992"],["6781.858","18773.735"],["6775.443","18773.156"],["6739.604","18752.706"],["6750.459","18737.726"],["6724.545","18736.253"],["6730.185","18759.708"],["6856.346","18707.405"],["6879.994","18705.784"],["6864.377","18687.182"],["6834.350","18841.399"],["6827.229","18837.881"],["6819.148","18799.081"],["6824.296","18779.841"],["6872.267","18798.379"],["6839.619","18827.588"],["6826.651","18879.166"],["6868.986","18888.101"],["6879.511","18848.588"],["6753.251","18724.261"],["6776.902","18727.283"],["6847.445","18693.427"],["6706.686","18739.439"],["6708.472","18771.171"],["6685.910","18871.407"],["6876.715","18848.010"],["6719.368","18757.064"],["6717.910","18882.150"],["6712.070","18769.810"],["22359.249","16569.656"],["22372.708","16565.268"],["22425.812","16620.766"],["22274.001","16642.092"],["22319.109","16609.852"],["22331.462","16574.890"],["22311.761","16671.623"],["22363.081","16568.352"],["22360.203","16568.269"],["22390.701","16565.731"],["22349.826","16631.153"],["22421.273","16618.355"],["22432.950","16620.849"],["22268.442","16631.571"],["22284.783","16586.813"],["22279.816","16582.981"],["22305.294","16588.729"],["22323.337","16585.245"],["22296.765","16664.606"],["22292.670","16625.431"],["22331.366","16678.279"],["22318.110","16677.024"],["28136.989","11897.778"],["28113.962","11904.073"],["28144.588","11893.105"],["28140.903","11885.939"],["28112.646","11909.606"],["8530.703","17726.860"],["8442.628","17637.306"],["8465.984","17648.537"],["8479.948","17621.848"],["8560.095","17721.526"],["8534.124","17711.980"],["8464.849","17626.786"],["8499.180","17671.888"],["8539.370","17656.246"],["8431.723","17820.561"],["8436.136","17804.516"],["8397.518","17815.103"],["8545.362","17791.877"],["8490.441","17801.205"],["8507.895","17804.108"],["8503.077","17802.034"],["8498.314","17799.535"],["8503.829","17795.726"],["8510.706","17830.533"],["8510.612","17809.091"],["8458.056","17787.073"],["8449.091","17786.766"],["8471.629","17789.151"],["8430.238","17762.480"],["8417.411","17775.668"],["8405.514","17795.953"],["8371.484","17798.310"],["8362.920","17827.296"],["8357.836","17793.603"],["8386.703","17783.778"],["8523.141","17630.579"],["8557.538","17637.134"],["8469.485","17634.081"],["8483.221","17802.312"],["8501.235","17790.110"],["8495.840","17800.884"],["8507.788","17793.078"],["8498.369","17792.175"],["8514.538","17822.920"],["8509.575","17812.031"],["8458.451","17790.590"],["8449.305","17788.302"],["8472.155","17794.485"],["8425.238","17753.033"],["8414.434","17780.772"],["8389.658","17797.952"],["8367.355","17794.858"],["8553.388","17794.883"],["8357.787","17793.140"],["8386.390","17778.823"],["8522.848","17695.720"],["8564.913","17653.884"],["8567.017","17671.640"],["8422.786","17668.296"],["8402.035","17630.123"],["8549.553","17708.315"],["8399.026","17811.676"],["8417.354","17820.701"],["8489.882","17801.668"],["8496.252","17788.491"],["8497.139","17799.480"],["8504.367","17799.766"],["8499.652","17791.531"],["8514.983","17822.738"],["8510.760","17805.788"],["8454.668","17783.043"],["8451.591","17789.606"],["8474.573","17793.378"],["8417.804","17760.317"],["8404.335","17771.077"],["8404.527","17797.935"],["8364.165","17801.795"],["8359.794","17820.691"],["8386.390","17783.233"],["8512.980","17664.952"],["8450.620","17651.373"],["8515.115","17623.511"],["8539.584","17661.548"],["8559.918","17784.197"],["8444.618","17799.471"],["8365.413","17782.848"],["8448.192","17793.798"],["8361.778","17763.944"],["8448.174","17746.138"],["8457.669","17744.846"],["8449.740","17748.323"],["8472.988","17727.978"],["8464.299","17723.476"],["8464.403","17719.127"],["8480.442","17756.467"],["8486.905","17766.046"],["8491.895","17730.527"],["8504.929","17731.694"],["8513.081","17722.196"],["8487.777","17802.081"],["8500.304","17810.992"],["8501.737","17805.594"],["8495.939","17796.111"],["8505.995","17792.037"],["8498.303","17798.302"],["8509.999","17821.103"],["8508.852","17812.592"],["8460.062","17785.107"],["8449.733","17781.663"],["8471.563","17789.365"],["8428.675","17764.132"],["8404.565","17771.160"],["8391.665","17791.098"],["8370.941","17802.307"],["8388.051","17782.407"],["8365.811","17761.424"],["8522.585","17671.079"],["8484.469","17637.417"],["8545.291","17626.849"],["8554.298","17641.609"],["8548.849","17780.514"],["7405.569","12645.763"],["7456.759","12568.210"],["7471.874","12560.993"],["16920.144","4461.529"],["16935.292","4455.831"],["16954.837","4377.185"],["16946.629","4368.564"],["16986.094","4343.811"],["16963.577","4336.148"],["16898.524","4385.624"],["16921.303","4425.883"],["16907.044","4437.328"],["16967.088","4476.727"],["16961.032","4424.022"],["16927.611","4469.010"],["16944.250","4422.711"],["16922.885","4417.789"],["16972.994","4372.214"],["16952.945","4400.785"],["16961.110","4317.007"],["16968.840","4354.331"],["16909.938","4371.586"],["16926.797","4442.034"],["16923.129","4445.040"],["16913.647","4469.192"],["16939.431","4404.560"],["16957.600","4366.500"],["16977.837","4355.950"],["16918.063","4378.490"],["16940.317","4438.517"],["16962.971","4480.731"],["16942.423","4481.878"],["16943.460","4487.691"],["16931.575","4437.103"],["16963.333","4430.937"],["16925.451","4423.999"],["16914.842","4397.128"],["16946.580","4361.215"],["16938.192","4370.034"],["16971.604","4330.169"],["16963.923","4335.933"],["16911.600","4375.880"],["16899.527","4374.741"],["16933.524","4447.204"],["16916.040","4454.702"],["16952.052","4434.295"],["16969.802","4474.398"],["16915.648","4414.370"],["16932.912","4388.349"],["16967.837","4323.893"],["16910.630","4380.601"],["16908.672","4445.734"],["16960.438","4471.647"],["16968.223","4447.957"],["16923.839","4397.855"],["16936.103","4367.937"],["16957.459","4320.343"],["16903.491","4389.423"],["16913.902","4452.968"],["16934.957","4413.033"],["16944.491","4360.257"],["16962.640","4329.773"],["16915.613","4434.322"],["16943.707","4418.367"],["16968.899","4386.962"],["16983.331","4332.581"],["16914.313","4459.194"],["15495.582","14672.535"],["15360.634","14822.378"],["15317.151","14808.132"],["15392.421","14851.568"],["15433.844","14748.520"],["15445.403","14685.054"],["15360.039","14738.815"],["15346.249","14696.942"],["15309.967","14745.441"],["15340.972","14769.095"],["15406.574","14714.491"],["15493.759","14779.412"],["15342.338","14854.408"],["15423.844","14804.375"],["15488.882","14852.005"],["15451.224","14767.918"],["15428.264","14772.674"],["15399.368","14749.328"],["15413.743","14763.911"],["15394.197","14716.309"],["15368.098","14728.196"],["15345.460","14712.665"],["15313.882","14737.795"],["15318.357","14762.455"],["15399.141","14672.493"],["15405.342","14670.577"],["15479.055","14799.874"],["15364.812","14830.157"],["15491.762","14856.875"],["15350.011","14683.921"],["15443.926","14759.404"],["15477.178","14665.681"],["15452.129","14795.498"],["15457.359","14779.577"],["15400.964","14760.889"],["15367.848","14743.477"],["15391.713","14739.348"],["15419.219","14704.245"],["15409.288","14725.325"],["15312.283","14872.158"],["15456.805","14746.472"],["15354.923","14681.844"],["15469.285","14789.403"],["15308.632","14749.123"],["15387.265","14714.969"],["15489.305","14750.056"],["15455.616","14782.170"],["15416.161","14751.145"],["15376.910","14748.415"],["15451.423","14689.249"],["15480.632","14664.839"],["15369.240","14666.878"],["15368.595","14842.180"],["15485.014","14736.125"],["15394.584","14706.563"],["15486.553","14674.699"],["15461.147","14744.656"],["15388.342","14872.476"],["15323.138","14811.633"],["15342.863","14673.473"],["15434.284","14787.240"],["15403.464","14759.799"],["15364.772","14718.737"],["15337.806","14662.165"],["15417.212","14697.804"],["15360.716","14851.412"],["15377.835","14729.814"],["15341.447","14710.419"],["15314.424","14741.461"],["15333.834","14763.661"],["15329.607","14778.971"],["15361.815","14746.511"],["15354.851","14711.921"],["15309.655","14751.387"],["15375.911","14734.835"],["15345.904","14707.066"],["15313.273","14751.453"],["15315.166","14763.876"],["15350.279","14711.096"],["15370.023","14734.934"],["15331.181","14745.506"],["15334.262","14763.166"],["15429.880","14796.167"],["15306.173","14662.570"],["15505.705","14792.277"],["15347.100","14709.602"],["15380.653","14674.144"],["15491.646","14797.368"],["15427.051","14781.468"],["17696.792","17102.479"],["17679.784","17047.230"],["17656.330","17059.438"],["17821.532","17146.354"],["17721.847","17157.201"],["17666.055","16998.362"],["17667.235","17044.888"],["17819.856","17182.787"],["17757.147","17054.818"],["17709.793","17120.170"],["17696.816","17139.790"],["17655.818","17075.668"],["17729.347","17036.567"],["17829.156","17028.850"],["17651.731","17180.436"],["17728.428","16994.479"],["17620.200","17074.510"],["17795.367","17078.536"],["17670.007","17134.456"],["17728.264","17122.812"],["17639.551","17000.741"],["17718.921","17062.274"],["17656.476","17023.264"],["14978.167","17423.944"],["15047.960","17539.912"],["15068.158","17552.282"],["14888.263","17421.709"],["14941.603","17550.801"],["14970.205","17554.732"],["14989.878","17472.565"],["14978.957","17452.350"],["14886.766","17425.590"],["14899.447","17435.334"],["14973.314","17571.561"],["14962.771","17584.525"],["14961.620","17421.608"],["14987.789","17432.931"],["14883.839","17451.370"],["14912.921","17508.233"],["14900.017","17484.320"],["14914.415","17561.908"],["15021.923","17457.830"],["14979.967","17424.322"],["15006.419","17442.315"],["14903.813","17421.243"],["14903.861","17459.893"],["15089.838","17601.860"],["15037.405","17553.463"],["15052.811","17614.204"],["14987.627","17570.399"],["14983.665","17594.478"],["14899.454","17506.421"],["15010.238","17613.258"],["14932.220","17437.665"],["15025.995","17523.764"],["14958.182","17576.978"],["14946.028","17551.032"],["14928.901","17414.874"],["14965.600","17552.767"],["21349.036","14678.785"],["21368.378","14667.142"],["13224.964","17451.753"],["13237.435","17499.630"],["13246.493","17467.667"],["13300.511","17604.897"],["13278.981","17602.932"],["13290.362","17596.706"],["13199.029","17542.822"],["13225.195","17468.169"],["13225.198","17482.883"],["13224.442","17521.661"],["13237.763","17490.550"],["13390.709","17589.685"],["13266.034","17619.123"],["13334.881","17578.729"],["13394.048","17604.665"],["13327.003","17590.802"],["13281.298","17566.802"],["13321.591","17587.449"],["13276.267","17597.135"],["13304.178","17614.509"],["13263.322","17488.436"],["13263.569","17496.380"],["13214.703","17541.269"],["13220.713","17599.702"],["13215.971","17503.478"],["13250.066","17611.239"],["13245.444","17504.439"],["13214.134","17578.431"],["13229.224","17477.665"],["13274.639","17602.370"],["13269.194","17503.861"],["13284.309","17523.217"],["13225.017","17487.673"],["13206.526","17471.746"],["13256.645","17611.586"],["13217.572","17583.617"],["13272.236","17506.091"],["13217.711","17448.846"],["13213.702","17500.505"],["13281.789","17590.224"],["13320.950","17609.332"],["13215.063","17456.129"],["13407.009","17586.564"],["13269.521","17618.974"],["13315.113","17557.620"],["13313.088","17616.351"],["13288.746","17580.860"],["20330.962","7303.767"],["20338.758","7413.461"],["20324.811","7315.426"],["20323.824","7284.675"],["20325.584","7437.887"],["20337.755","7406.161"],["10659.612","10043.202"],["10637.160","10029.076"],["10642.833","10082.587"],["10668.128","10062.497"],["10659.908","10081.644"],["10644.107","10106.980"],["10646.010","10050.188"],["10658.561","10130.339"],["10645.152","10079.548"],["10647.753","10056.894"],["10661.834","10123.171"],["10644.033","10087.112"],["10662.013","10067.392"],["10653.216","10138.316"],["10635.711","10076.856"],["10651.684","10048.834"],["10650.275","10108.665"],["10634.109","10031.456"],["10651.618","10062.767"],["10665.635","10040.270"],["14591.645","18007.335"],["14568.454","17992.620"],["14587.994","18037.112"],["14557.944","18025.007"],["14559.326","18021.902"],["14580.181","18005.453"],["14566.875","18039.210"],["14559.227","18012.191"],["14567.221","18040.581"],["14577.385","18037.905"],["14595.461","18036.931"],["14603.849","18042.612"],["7325.279","13605.052"],["7495.509","13805.398"],["7430.509","13802.260"],["7366.463","13635.957"],["7499.639","13719.106"],["7314.223","13707.471"],["7350.769","13705.284"],["7459.383","13666.106"],["7104.850","14456.072"],["7115.730","14455.765"],["7198.638","14618.717"],["7194.084","14621.580"],["7109.396","14541.598"],["7268.849","14463.108"],["7243.544","14476.444"],["7108.518","14456.435"],["7117.029","14456.426"],["7199.904","14628.973"],["7180.070","14619.962"],["7104.478","14536.297"],["7260.954","14461.688"],["7238.050","14491.407"],["7169.652","14453.835"],["7165.353","14462.746"],["7247.678","14469.182"],["7204.197","14635.355"],["7102.663","14454.024"],["7128.789","14451.521"],["7197.881","14618.304"],["7190.399","14620.408"],["7103.228","14545.430"],["7271.727","14461.754"],["7239.103","14488.467"],["7161.416","14453.842"],["7124.336","14458.342"],["7114.629","14458.422"],["7251.016","14472.080"],["7099.949","14466.576"],["7119.661","14453.618"],["7197.816","14624.629"],["7190.120","14626.683"],["7102.587","14542.127"],["7272.928","14474.091"],["7235.123","14476.279"],["18771.779","12046.560"],["18763.649","12114.189"],["18773.758","11967.425"],["18687.863","12011.372"],["18728.721","11993.315"],["18856.322","12057.891"],["18737.971","12078.888"],["18800.530","12051.466"],["18834.373","11923.725"],["18872.752","11933.736"],["18758.572","12070.788"],["18769.800","12093.891"],["18772.424","11935.743"],["18775.715","11947.805"],["18679.672","12013.354"],["18727.257","11993.167"],["18729.910","12070.636"],["18752.851","12069.089"],["18724.059","12063.315"],["18878.805","11951.060"],["18772.487","12085.999"],["18741.330","12118.582"],["18747.278","11981.942"],["18719.741","12008.476"],["18673.340","12020.059"],["18808.661","11966.663"],["18865.960","11957.863"],["18785.677","12073.249"],["18769.159","12091.530"],["18802.490","11940.714"],["18752.837","11955.782"],["18738.787","12000.780"],["18878.838","11945.065"],["18794.822","12055.280"],["18739.142","12102.397"],["18792.737","11924.149"],["18777.344","11967.244"],["18731.921","12066.423"],["18726.684","12066.182"],["18731.764","12078.152"],["18733.392","12071.513"],["18763.704","12050.144"],["18740.047","12102.248"],["18796.651","11915.083"],["18762.426","11967.177"],["18722.060","12001.342"],["9834.804","18737.536"],["9862.616","18757.651"],["9835.889","18750.814"],["9900.954","18723.810"],["9910.165","18713.653"],["9870.033","18701.663"],["9925.921","18708.054"],["9971.295","18682.685"],["9933.663","18679.828"],["9958.523","18747.092"],["9939.559","18746.547"],["9955.858","18730.791"],["9965.455","18751.359"],["9987.030","18686.264"],["9854.055","18756.551"],["9860.749","18765.486"],["10035.427","18682.272"],["10010.575","18705.244"],["9867.253","18709.227"],["9949.140","18692.693"],["9957.503","18751.320"],["9922.681","18694.297"],["9913.224","18727.971"],["9906.398","18740.820"],["9955.226","18680.538"],["9965.933","18680.207"],["9998.901","18730.065"],["10000.122","18683.969"],["10022.252","18705.922"],["32151.894","12718.806"],["32326.038","12560.494"],["32160.088","12608.453"],["32263.919","12688.320"],["32175.549","12623.251"],["32166.104","12728.154"],["32215.580","12704.406"],["32167.395","12754.301"],["32190.644","12705.726"],["32194.973","12636.083"],["32251.963","12617.521"],["32293.635","12745.053"],["32337.163","12747.640"],["32248.310","12701.087"],["32353.495","12726.815"],["32334.533","12596.415"],["32346.343","12615.011"],["32268.460","12623.632"],["32253.312","12632.087"],["32301.069","12745.829"],["32277.105","12744.062"],["32165.578","12746.337"],["32157.243","12600.807"],["32244.905","12700.558"],["32250.876","12709.080"],["32187.276","12596.826"],["32258.195","12687.164"],["32249.116","12678.692"],["3723.559","15415.187"],["3669.922","15504.940"],["3671.024","15493.148"],["3708.335","15467.832"],["3635.942","15506.806"],["3626.484","15498.879"],["3720.966","15438.633"],["3663.713","15500.615"],["6499.602","15932.846"],["6597.913","15977.836"],["6598.192","15980.957"],["6595.547","16003.414"],["6565.272","16010.803"],["6564.055","16007.517"],["6572.209","15997.414"],["6596.574","16008.273"],["6593.317","16019.685"],["6577.150","15966.041"],["6580.522","15965.859"],["6605.332","15938.362"],["6602.683","15939.121"],["6607.593","15952.337"],["6604.953","15955.044"],["6607.228","15957.639"],["6576.113","15935.164"],["6538.156","16048.940"],["6527.909","16050.096"],["6529.077","16037.000"],["6501.582","16054.646"],["6497.104","16038.536"],["6503.633","16041.343"],["6509.916","16045.836"],["6524.046","16016.320"],["6504.440","16029.946"],["6504.161","16019.145"],["6519.007","16020.337"],["6513.695","16020.040"],["6514.567","16007.554"],["6583.121","16058.956"],["6582.809","16052.334"],["6574.700","16053.605"],["6570.821","16078.951"],["6553.777","16102.627"],["6554.271","16092.008"],["6556.047","16092.602"],["6540.312","16114.930"],["6552.582","16110.916"],["6537.076","16075.277"],["6507.102","16076.736"],["6514.278","16106.479"],["6488.847","16096.408"],["6486.774","16090.496"],["6470.211","16100.031"],["6473.599","16086.687"],["6478.895","16115.212"],["6484.619","16102.281"],["6489.500","16126.473"],["6475.323","16118.447"],["6487.461","16126.721"],["6546.330","16136.964"],["6541.051","16134.371"],["6527.975","16136.141"],["6542.350","16046.094"],["6554.554","16050.603"],["6543.287","16057.226"],["6555.927","16037.685"],["6551.058","16038.263"],["6500.450","16111.438"],["6494.891","16098.539"],["6510.088","16120.158"],["6470.184","16113.697"],["6468.424","16117.710"],["6470.677","16114.275"],["6570.115","16094.934"],["6581.026","16114.360"],["6496.711","15937.764"],["6494.996","15932.796"],["6602.107","15971.428"],["6567.361","16018.053"],["6569.857","15995.218"],["6573.837","15994.194"],["6593.268","16012.137"],["6591.097","16023.533"],["6582.758","15951.928"],["6579.962","15950.226"],["6577.281","15949.384"],["6602.716","15938.444"],["6604.690","15939.204"],["6608.473","15968.174"],["6601.088","15952.286"],["6603.873","15961.800"],["6578.758","15948.122"],["6578.153","15936.535"],["6540.341","16044.170"],["6516.516","16045.530"],["6491.660","16043.160"],["6501.298","16044.613"],["6518.898","16014.586"],["6507.549","16011.019"],["6516.573","16014.936"],["6578.927","16054.117"],["6574.717","16068.320"],["6568.634","16068.810"],["6546.447","16106.755"],["6558.651","16125.681"],["6534.445","16072.205"],["6513.834","16104.811"],["6506.186","16096.454"],["6466.149","16098.099"],["6478.583","16095.588"],["6500.067","16126.480"],["6489.089","16129.132"],["6540.278","16133.875"],["6537.284","16125.155"],["6566.889","16057.853"],["6545.130","16050.157"],["6543.880","16037.886"],["6556.091","16035.752"],["6495.812","16108.465"],["6507.423","16098.160"],["6464.526","16113.664"],["6470.299","16113.664"],["6462.289","16113.631"],["6566.464","16102.763"],["6583.016","16114.790"],["6565.543","16100.764"],["6580.845","16110.809"],["6565.543","16095.661"],["6578.707","16112.345"],["14391.132","15436.681"],["14315.118","15334.044"],["14371.714","15450.493"],["14297.602","15449.139"],["14350.678","15429.287"],["14330.859","15414.341"],["14372.207","15420.485"],["14393.408","15450.179"],["14314.707","15432.293"],["14263.222","15311.517"],["14287.449","15314.954"],["14277.437","15335.276"],["14275.539","15360.037"],["14336.194","15351.710"],["14330.036","15327.504"],["14452.109","15421.410"],["14436.296","15437.656"],["14383.566","15450.686"],["14443.928","15488.192"],["14424.405","15438.168"],["14370.382","15368.049"],["14384.132","15390.576"],["14287.322","15424.102"],["14331.484","15367.983"],["14376.171","15420.832"],["14259.505","15316.521"],["14270.130","15306.447"],["14285.969","15325.986"],["14278.781","15324.764"],["14274.575","15342.790"],["14263.671","15342.889"],["14277.266","15357.212"],["14258.499","15358.435"],["14332.000","15352.866"],["14334.269","15357.721"],["14326.286","15314.325"],["14429.734","15429.960"],["14457.140","15493.213"],["14311.467","15431.567"],["14324.658","15425.324"],["14302.701","15334.770"],["14340.365","15408.825"],["14371.138","15413.433"],["14285.579","15360.980"],["14267.465","15310.906"],["14282.317","15311.040"],["14270.233","15339.685"],["14262.628","15364.430"],["14331.490","15355.772"],["14431.444","15424.444"],["14451.451","15446.628"],["14355.612","15379.164"],["14287.783","15398.453"],["14305.859","15406.579"],["14325.382","15362.780"],["14324.970","15391.798"],["14278.238","15303.276"],["14289.965","15305.573"],["14273.375","15330.156"],["14274.963","15367.980"],["14342.970","15354.947"],["14358.934","15360.799"],["14363.967","15348.313"],["14442.629","15449.448"],["14446.938","15497.325"],["14272.366","15302.417"],["14443.998","15492.915"],["14360.906","15499.984"],["14424.592","15416.934"],["14328.688","15451.335"],["14348.161","15418.982"],["14326.796","15443.590"],["14366.138","15388.462"],["14365.431","15408.924"],["14366.599","15415.018"],["14303.819","15424.630"],["14457.553","15451.236"],["14322.592","15343.782"],["14278.946","15310.924"],["14282.404","15339.966"],["14274.601","15350.127"],["14350.727","15336.405"],["14272.926","15303.210"],["14273.880","15305.291"],["14263.056","15490.951"],["14275.074","15500.962"],["14260.692","15453.759"],["14266.232","15443.037"],["14265.778","15441.756"],["14291.138","15465.978"],["14298.304","15314.558"],["14294.340","15328.860"],["14291.380","15324.896"],["14267.618","15325.746"],["14264.312","15348.141"],["14259.279","15345.763"],["14277.611","15363.885"],["14260.111","15361.275"],["14272.842","15368.839"],["14333.299","15357.077"],["14322.065","15346.392"],["14335.240","15341.140"],["14263.260","15326.853"],["14257.233","15371.217"],["14271.791","15303.342"],["14279.235","15502.316"],["14272.024","15457.640"],["14272.531","15443.648"],["14263.590","15439.906"],["14282.782","15464.012"],["14284.850","15323.542"],["14335.190","15357.275"],["14270.027","15503.240"],["14259.454","15492.025"],["14267.360","15489.880"],["14268.044","15464.973"],["14255.888","15457.954"],["14272.943","15431.047"],["14261.025","15441.326"],["14294.805","15456.745"],["3195.845","8264.822"],["3145.202","8315.294"],["3181.514","8260.730"],["3187.462","8159.710"],["3165.379","8290.622"],["9844.327","15480.456"],["9832.469","15451.488"],["10005.929","15352.510"],["9991.830","15331.700"],["9979.469","15329.200"],["9937.234","15354.138"],["9938.065","15360.464"],["9922.439","15361.331"],["9883.177","15316.844"],["9886.960","15308.113"],["9865.962","15336.656"],["9872.503","15475.191"],["9867.323","15471.551"],["9872.464","15502.136"],["9887.263","15498.962"],["9967.415","15362.546"],["10027.859","15315.758"],["9891.951","15480.245"],["9929.052","15476.688"],["9835.098","15449.417"],["10013.657","15392.212"],["9956.853","15359.008"],["10021.763","15502.299"],["9890.051","15472.569"],["9923.223","15468.215"],["9929.554","15475.777"],["9906.376","15478.764"],["9857.525","15457.955"],["10029.103","15401.299"],["10039.012","15409.439"],["9894.685","15364.155"],["9863.865","15343.965"],["9870.803","15349.010"],["10038.070","15506.909"],["9862.777","15476.215"],["10012.053","15296.881"],["10030.030","15383.256"],["21573.112","14426.958"],["21465.670","14386.253"],["21603.329","14303.215"],["21454.124","14379.283"],["21454.091","14425.344"],["21432.438","14436.688"],["21517.677","14412.925"],["21618.756","14301.630"],["21567.470","14426.380"],["21465.111","14380.489"],["21551.089","14440.484"],["21509.387","14395.898"],["21433.606","14446.399"],["19559.317","15699.923"],["19578.632","15665.829"],["19527.814","15563.433"],["19570.748","15676.126"],["19637.689","15705.772"],["19546.885","15603.154"],["19526.965","15589.502"],["19544.195","15707.235"],["19555.518","15708.282"],["19573.199","15675.994"],["19625.649","15687.497"],["20711.728","6299.533"],["20719.442","6211.738"],["20725.034","6249.723"],["20752.205","6270.499"],["20751.284","6304.058"],["20746.580","6387.956"],["20748.685","6262.307"],["20741.185","6279.071"],["20743.521","6321.482"],["20605.485","6273.923"],["20625.419","6244.460"],["20669.696","6382.280"],["20658.577","6323.304"],["20755.560","6265.743"],["20710.248","6251.110"],["20679.465","6298.151"],["20639.317","6241.735"],["20636.192","6270.554"],["20702.073","6293.175"],["20717.616","6290.169"],["20750.873","6275.041"],["20771.079","6212.669"],["20635.683","6244.097"],["20666.850","6416.896"],["20683.396","6380.381"],["20590.419","6254.799"],["20583.298","6312.619"],["20671.423","6252.470"],["20584.794","6375.046"],["27595.514","16371.166"],["27597.252","16360.537"],["27600.903","16420.054"],["27557.149","16421.092"],["27553.506","16467.213"],["27536.770","16479.154"],["27584.199","16478.042"],["27655.674","16466.936"],["27670.985","16420.286"],["27720.949","16503.423"],["27632.764","16493.936"],["27716.357","16438.602"],["27610.712","16394.314"],["27620.351","16391.028"],["27665.214","16459.670"],["27572.149","16446.641"],["27571.228","16423.190"],["27562.671","16429.809"],["27522.494","16451.095"],["27526.310","16466.669"],["27584.117","16457.084"],["27584.660","16452.163"],["27680.313","16446.837"],["27625.741","16415.172"],["27640.544","16430.614"],["27656.166","16420.237"],["27637.301","16418.255"],["27677.228","16471.499"],["27719.041","16520.979"],["27713.811","16482.135"],["27665.133","16504.159"],["27638.422","16512.648"],["27710.206","16442.714"],["27712.574","16463.540"],["22835.683","10052.582"],["22882.648","10130.347"],["22833.725","10051.822"],["22674.558","10077.616"],["22854.613","10076.909"],["22844.071","10044.704"],["22712.614","10018.447"],["22835.650","10044.886"],["22867.410","10074.845"],["11993.519","17632.479"],["12036.630","17649.241"],["12043.996","17652.310"],["12039.627","17775.170"],["12018.722","17777.466"],["11938.443","17808.630"],["12024.574","17675.026"],["12038.796","17744.320"],["12037.743","17731.702"],["11974.257","17683.908"],["12000.852","17693.404"],["12089.932","17785.988"],["12110.557","17765.261"],["12139.106","17756.613"],["12088.894","17719.793"],["12071.164","17719.793"],["12007.188","17631.345"],["12002.763","17636.079"],["12044.078","17644.085"],["12034.905","17627.728"],["12054.898","17816.235"],["12045.507","17828.819"],["12073.369","17806.358"],["12109.011","17739.772"],["12086.972","17763.207"],["12025.976","17832.263"],["12009.397","17770.645"],["12016.814","17799.249"],["12031.317","17690.567"],["12024.228","17693.920"],["12049.404","17715.616"],["12037.825","17735.781"],["11996.806","17705.460"],["11995.096","17704.882"],["12080.015","17762.520"],["12101.002","17787.672"],["12121.031","17772.335"],["12118.730","17707.670"],["12080.227","17720.635"],["12091.329","17724.863"],["12071.577","17740.680"],["12138.220","17798.969"],["12112.974","17795.517"],["12138.007","17805.888"],["12051.642","17791.032"],["12043.402","17781.239"],["12063.435","17790.999"],["12102.909","17738.698"],["12007.291","17767.590"],["12006.350","17663.003"],["11994.175","17686.385"],["12089.735","17768.036"],["12078.302","17733.352"],["12102.810","17800.974"],["12056.477","17789.827"],["12061.576","17814.170"],["12064.373","17750.986"],["11963.887","17801.842"],["12045.084","17665.497"],["12009.804","17704.605"],["12053.812","17735.880"],["12040.983","17709.852"],["11974.684","17710.547"],["12002.925","17670.332"],["12084.587","17767.540"],["12110.640","17766.748"],["12138.613","17760.494"],["12137.577","17759.684"],["12117.316","17721.014"],["12138.484","17703.128"],["12089.470","17730.231"],["12102.447","17742.898"],["11955.505","17638.014"],["11956.508","17635.652"],["11942.356","17668.401"],["11936.056","17664.173"],["11969.949","17732.307"],["11983.518","17714.603"],["12009.334","17735.646"],["12023.347","17744.928"],["11975.414","17626.496"],["12019.918","17625.267"],["11999.736","17635.666"],["12033.176","17642.437"],["12044.276","17655.795"],["12119.191","17812.594"],["12112.562","17806.400"],["12053.961","17810.256"],["12050.227","17789.430"],["12106.034","17733.414"],["11962.505","17801.743"],["11938.870","17818.424"],["12043.521","17693.655"],["12031.197","17715.501"],["12005.013","17673.569"],["12074.209","17769.456"],["12139.585","17713.797"],["12071.674","17721.345"],["11938.153","17636.692"],["11950.965","17624.289"],["11947.586","17666.535"],["11969.768","17736.271"],["11984.340","17723.439"],["12024.383","17740.353"],["12014.268","17746.084"],["12011.941","17622.592"],["11990.115","17623.940"],["12042.762","17647.240"],["12038.573","17627.579"],["12106.625","17828.019"],["12073.073","17793.080"],["12072.761","17745.998"],["12031.222","17783.576"],["12042.407","17786.912"],["12040.659","17684.671"],["12046.460","17741.496"],["12010.063","17681.100"],["12077.104","17761.132"],["12123.218","17761.815"],["12131.181","17688.314"],["12094.454","17709.620"],["11941.436","17766.004"],["12036.317","17679.766"],["12062.990","17721.479"],["11993.648","17693.553"],["12102.284","17794.047"],["12136.047","17750.238"],["12072.019","17707.819"],["11941.377","17720.201"],["12043.389","17695.901"],["12034.865","17742.602"],["11999.405","17692.330"],["12108.715","17768.151"],["12115.967","17684.367"],["12087.743","17723.889"],["18168.240","12053.645"],["18197.376","11963.650"],["18046.703","11984.308"],["18045.241","12080.159"],["18235.062","12053.448"],["18060.327","12118.224"],["18161.184","12022.497"],["18207.293","11967.696"],["18100.975","12023.119"],["18043.430","12001.847"],["18046.408","12055.074"],["18173.589","12059.424"],["18233.763","12069.584"],["18044.665","12080.390"],["18190.411","12020.152"],["18212.606","11977.275"],["18103.113","12017.851"],["18159.888","12058.515"],["18238.582","12042.020"],["18048.875","12107.128"],["18139.654","12082.907"],["18157.565","12049.880"],["18196.372","11987.300"],["18101.074","11990.221"],["18043.709","12011.244"],["18125.067","12118.111"],["18239.306","12048.873"],["18188.404","12019.095"],["18186.290","11969.447"],["18047.821","11978.560"],["18170.542","12049.384"],["18195.287","11950.884"],["18153.486","12069.778"],["18173.309","12056.847"],["18226.460","12050.591"],["7330.637","12553.880"],["7327.206","12706.896"],["7313.788","12745.894"],["7326.649","12750.469"],["14845.646","13937.363"],["14790.958","13960.600"],["14855.777","13954.721"],["14823.820","13874.919"],["14865.942","14011.222"],["14853.833","13835.329"],["14755.619","13999.179"],["14758.283","13949.930"],["14790.131","13855.182"],["14754.473","13824.050"],["14737.516","13853.927"],["14820.888","13842.250"],["14755.290","13984.645"],["14766.551","13943.759"],["14692.916","13911.108"],["14764.956","13903.032"],["14751.765","13957.186"],["14880.860","13984.815"],["14693.558","13817.189"],["14872.274","13877.858"],["14835.514","13868.775"],["14872.521","13882.351"],["14853.619","13835.907"],["14876.630","13825.042"],["14776.940","13854.769"],["14771.611","13893.679"],["14729.610","13935.799"],["14709.676","13990.084"],["14697.275","13926.534"],["14862.459","13816.816"],["14877.109","13816.762"],["14866.104","14019.598"],["14817.152","13828.954"],["14720.624","13903.227"],["14850.975","13868.858"],["14795.975","13952.227"],["14876.992","13819.559"],["14870.627","13822.449"],["14738.371","13838.204"],["14807.828","13860.582"],["14701.962","13914.279"],["14688.936","13986.055"],["14715.098","13863.640"],["14860.037","13884.993"],["14853.376","13920.848"],["14855.717","13984.150"],["14787.740","14024.282"],["14819.144","13840.235"],["14838.092","13832.242"],["14774.544","13925.923"],["14765.920","13848.479"],["21213.937","13310.644"],["21228.503","13389.077"],["8845.357","17117.765"],["8784.528","17080.344"],["8861.321","17084.534"],["8794.732","17095.949"],["8835.226","17081.167"],["8821.448","17067.993"],["8851.611","17062.460"],["8828.729","17070.895"],["8834.683","17095.701"],["8845.836","17062.568"],["8799.917","16998.476"],["8963.489","17072.947"],["8857.275","17116.240"],["8862.575","17120.189"],["8824.346","17014.521"],["8834.826","17168.649"],["8796.506","17168.729"],["8859.157","17110.119"],["8860.226","17123.711"],["8849.847","17109.921"],["8795.213","17004.900"],["8841.561","17087.018"],["8780.078","16989.756"],["8805.506","17037.988"],["8800.275","17027.418"],["8787.406","17062.541"],["8786.904","17111.539"],["8836.420","17087.976"],["8872.681","17003.242"],["8782.694","17097.661"],["8788.416","17040.425"],["8785.143","17037.039"],["8790.126","17036.213"],["8797.341","17024.567"],["8798.690","17026.037"],["8795.614","17014.691"],["8785.264","17089.683"],["8962.913","17090.694"],["8854.765","17108.236"],["8778.060","17121.998"],["8847.635","17057.226"],["8778.061","17028.104"],["8809.502","17026.493"],["8798.285","17033.248"],["8817.547","17010.559"],["8812.252","16991.384"],["8812.415","17080.888"],["8802.826","17083.134"],["8824.391","17086.688"],["8881.743","16991.045"],["8882.749","17030.935"],["8883.423","17011.662"],["8858.549","17019.059"],["8779.551","17044.735"],["8797.686","17020.520"],["8790.038","17018.473"],["8791.502","17023.295"],["8779.441","17084.250"],["8780.329","17084.200"],["8800.129","17174.216"],["8791.805","17130.763"],["8792.874","17150.779"],["8798.417","17056.262"],["8841.057","17023.194"],["8844.897","17140.474"],["8788.153","17091.489"],["8800.565","17109.380"],["8827.587","17005.818"],["8862.318","17019.834"],["11585.899","15972.246"],["11610.521","15949.009"],["11602.774","15937.993"],["11586.193","16065.334"],["11594.549","16069.959"],["11584.170","16052.271"],["11532.175","16037.748"],["11517.800","16025.180"],["11551.007","16030.613"],["11595.505","15968.843"],["11601.442","15988.711"],["11579.206","15955.333"],["11709.695","16000.369"],["11697.690","16091.607"],["11706.670","16086.074"],["11521.916","16124.693"],["11555.303","16129.690"],["11592.886","16113.087"],["11539.689","16086.393"],["11521.689","16079.296"],["11531.054","16059.922"],["11597.253","16096.333"],["11613.383","16077.064"],["11634.158","16096.185"],["11600.939","16041.562"],["11626.283","16011.023"],["11647.470","16002.104"],["11651.422","15951.015"],["11672.296","15944.587"],["11618.251","15969.240"],["11594.978","15973.600"],["11616.178","15949.257"],["11578.820","16065.183"],["11576.983","16041.734"],["11569.713","16047.206"],["11525.958","16060.919"],["11522.191","16059.449"],["11531.089","16033.718"],["11593.038","15983.079"],["11578.597","15964.268"],["11607.627","15980.139"],["11719.958","16022.037"],["11718.807","16012.029"],["11696.834","16102.689"],["11692.048","16097.602"],["11522.014","16132.042"],["11567.655","16136.973"],["11592.854","16111.369"],["11553.883","16098.515"],["11522.314","16077.380"],["11524.212","16063.654"],["11591.348","16096.862"],["11621.245","16077.163"],["11621.247","16094.451"],["11588.735","16037.153"],["11627.434","16017.183"],["11635.513","15997.117"],["11660.830","15956.696"],["11658.710","15945.132"],["11610.849","15953.501"],["11563.848","16064.546"],["11535.645","16036.245"],["11589.880","15982.319"],["11716.438","16011.517"],["11714.795","16096.363"],["11692.805","16089.361"],["11701.801","16093.324"],["11716.752","16090.434"],["11709.236","16083.399"],["11723.073","16113.591"],["11721.191","16024.994"],["11713.410","16021.230"],["11713.747","16030.382"],["11723.735","16019.573"],["11707.391","15972.360"],["11721.615","15974.221"],["11717.092","15966.611"],["11712.810","15981.913"],["11682.714","16001.494"],["11696.237","16036.377"],["11700.487","16046.229"],["11702.142","16105.324"],["11679.849","15935.342"],["11695.765","15968.477"],["11673.334","16113.359"],["11585.772","16140.940"],["11541.405","16123.745"],["11535.382","16122.761"],["11540.832","16129.759"],["11550.373","16119.877"],["11535.246","16086.658"],["11538.302","16093.695"],["11530.708","16090.026"],["11703.820","16041.240"],["11722.723","16038.701"],["11713.025","15974.171"],["11701.565","15977.848"],["11702.828","16110.363"],["11676.050","15940.387"],["11664.289","15950.861"],["11532.879","16131.059"],["11714.667","16118.942"],["11700.579","15966.089"],["11704.712","15967.829"],["11712.826","16057.483"],["11705.682","16064.546"],["11679.677","16086.578"],["11665.586","16114.123"],["11634.621","16107.676"],["11644.502","16091.575"],["11638.393","16032.285"],["11585.280","16043.889"],["11566.149","16058.305"],["11717.737","16072.212"],["11707.622","15977.542"],["11676.496","16003.121"],["11592.935","16004.290"],["11608.833","15956.530"],["11613.138","15950.652"],["11518.715","16067.111"],["11559.517","16084.415"],["11528.248","16128.227"],["11554.843","16129.078"],["11594.827","16114.144"],["11542.748","16086.542"],["11519.320","16080.733"],["11532.370","16073.365"],["11587.565","16093.146"],["11617.297","16081.622"],["11622.562","16090.273"],["11594.475","16035.534"],["11633.043","16016.687"],["11637.931","15998.108"],["11652.556","15955.623"],["11665.573","15954.932"],["11716.189","16105.731"],["11706.596","16106.252"],["11631.003","16034.832"],["11580.965","16111.741"],["11567.945","16078.517"],["11527.870","16135.824"],["11565.632","16124.999"],["11606.308","16098.058"],["11546.531","16098.978"],["11524.212","16066.379"],["11593.667","16098.910"],["11613.054","16078.765"],["11622.069","16101.503"],["11600.495","16033.784"],["11639.260","16012.955"],["11639.756","15990.989"],["11651.537","15953.079"],["11664.302","15930.698"],["12830.717","16381.298"],["12875.405","16376.789"],["12878.151","16369.357"],["12790.993","16398.126"],["18691.537","9166.671"],["9263.747","19138.062"],["9261.198","19124.965"],["9265.441","19107.889"],["9214.882","19103.745"],["9396.615","19118.183"],["9216.625","19140.558"],["9406.418","19117.589"],["9209.355","19142.011"],["9346.949","19104.417"],["9346.505","19101.032"],["9251.675","19117.038"],["9390.727","19135.111"],["6927.226","15725.862"],["6933.312","15729.610"],["6931.946","15727.728"],["6931.502","15727.827"],["5279.750","16451.489"],["5303.846","16449.920"],["5400.647","16522.585"],["5409.134","16531.536"],["5373.121","16559.887"],["5406.755","16555.808"],["5408.219","16558.550"],["5389.115","16557.730"],["5380.396","16550.640"],["5373.209","16545.355"],["5382.442","16541.585"],["5377.533","16530.940"],["5385.127","16523.868"],["5370.604","16508.773"],["5379.535","16514.669"],["5358.865","16552.863"],["5352.664","16543.482"],["5364.490","16558.759"],["5361.481","16523.697"],["5344.392","16533.969"],["5362.939","16524.303"],["5347.547","16515.377"],["5366.779","16497.216"],["5360.710","16500.519"],["5373.947","16504.946"],["5380.082","16504.467"],["5383.843","16490.023"],["5405.424","16492.044"],["5403.549","16511.102"],["5406.156","16462.012"],["5408.598","16471.200"],["5401.625","16488.360"],["5399.372","16471.980"],["5397.859","16465.275"],["5381.173","16441.916"],["5400.428","16456.793"],["5398.257","16446.619"],["5385.854","16422.502"],["5381.150","16425.260"],["5358.881","16399.012"],["5365.476","16392.290"],["5385.814","16389.170"],["5406.488","16374.999"],["5398.563","16380.310"],["5406.803","16384.010"],["5409.114","16425.111"],["5400.418","16420.278"],["5398.903","16407.674"],["5375.170","16404.437"],["5379.035","16408.120"],["5369.558","16419.551"],["5355.344","16399.061"],["5313.420","16444.935"],["5363.593","16452.536"],["5372.792","16435.269"],["5374.717","16433.403"],["5354.892","16430.050"],["5350.214","16424.096"],["5338.028","16455.329"],["5349.012","16439.530"],["5341.152","16449.790"],["5358.199","16462.777"],["5373.923","16488.214"],["5370.004","16463.451"],["5372.307","16463.435"],["5373.869","16464.954"],["5356.021","16489.618"],["5353.406","16468.990"],["5352.633","16476.224"],["5343.017","16468.201"],["5326.861","16487.606"],["5318.636","16464.160"],["5306.866","16456.388"],["5314.662","16455.810"],["5281.281","16458.585"],["5298.058","16454.836"],["5305.788","16463.490"],["5281.082","16460.235"],["5301.526","16479.789"],["5311.574","16481.807"],["5304.271","16484.417"],["5317.725","16492.229"],["5344.979","16516.315"],["5343.778","16514.152"],["5352.709","16492.071"],["5349.324","16508.295"],["5332.449","16492.787"],["5347.514","16506.660"],["5304.289","16510.314"],["5314.437","16515.962"],["5302.727","16499.414"],["5295.690","16518.430"],["5294.275","16523.947"],["5308.153","16527.210"],["5336.510","16528.840"],["5317.612","16548.576"],["5342.826","16534.538"],["5320.731","16539.506"],["5324.876","16534.601"],["5320.945","16521.075"],["5293.195","16485.798"],["5283.113","16487.119"],["5288.047","16503.605"],["5283.524","16508.659"],["5293.803","16507.437"],["5275.019","16511.105"],["5278.785","16519.082"],["5267.951","16541.745"],["5275.912","16528.500"],["5277.211","16523.512"],["5284.648","16549.983"],["5289.623","16537.146"],["5311.744","16552.588"],["5328.295","16563.700"],["5198.955","16558.411"],["5204.234","16562.408"],["5229.937","16538.099"],["5230.874","16527.628"],["5261.192","16535.324"],["5282.137","16547.234"],["5268.666","16544.080"],["5239.295","16548.524"],["5247.979","16547.401"],["5229.397","16548.817"],["5212.210","16560.378"],["5231.017","16523.890"],["5227.283","16508.564"],["5219.471","16522.916"],["5264.871","16484.951"],["5260.801","16496.524"],["5273.861","16496.953"],["5261.077","16503.241"],["5247.969","16502.101"],["5264.150","16513.874"],["5262.703","16511.182"],["5259.397","16514.683"],["5258.577","16516.080"],["5234.958","16507.161"],["5237.590","16506.137"],["5213.540","16506.756"],["5218.210","16503.229"],["5220.776","16503.642"],["5225.275","16455.451"],["5228.372","16435.036"],["5212.558","16449.281"],["5204.038","16450.074"],["5199.844","16456.717"],["5219.581","16461.291"],["5223.173","16465.948"],["5212.433","16481.935"],["5221.479","16466.295"],["5233.315","16490.627"],["5225.026","16488.926"],["5234.138","16477.431"],["5248.112","16466.634"],["5253.904","16456.681"],["5253.673","16452.337"],["5239.693","16444.839"],["5240.881","16438.512"],["5260.914","16438.727"],["5261.145","16455.757"],["5274.878","16483.265"],["5263.540","16480.323"],["5255.498","16478.556"],["5253.869","16460.389"],["5199.938","16482.019"],["5200.964","16463.746"],["5222.183","16426.110"],["5211.755","16420.479"],["5247.574","16382.953"],["5252.510","16381.978"],["5259.616","16379.798"],["5248.546","16387.609"],["5261.119","16405.065"],["5253.981","16408.286"],["5261.004","16407.955"],["5269.361","16426.931"],["5266.730","16418.640"],["5259.016","16423.298"],["5310.835","16414.008"],["5342.495","16403.815"],["5330.488","16402.213"],["5293.931","16418.331"],["5294.598","16433.584"],["5283.759","16433.551"],["5293.858","16440.785"],["5289.628","16415.990"],["5290.960","16422.282"],["5285.056","16405.387"],["5284.619","16398.701"],["5283.054","16391.553"],["5306.359","16398.201"],["5311.843","16379.585"],["5323.126","16388.140"],["5351.787","16394.189"],["5306.334","16375.621"],["5298.045","16368.585"],["5307.683","16354.993"],["5293.159","16354.310"],["5281.456","16386.272"],["5272.442","16374.777"],["5272.952","16382.672"],["5401.403","16366.280"],["5393.874","16366.095"],["5372.780","16360.753"],["5272.348","16356.638"],["5267.771","16357.683"],["5257.589","16366.628"],["5267.474","16358.932"],["5248.422","16379.304"],["5227.288","16357.451"],["5235.769","16355.189"],["5248.911","16363.876"],["5249.502","16353.205"],["5241.048","16373.775"],["5206.016","16375.167"],["5201.295","16384.135"],["5199.652","16355.502"],["5206.354","16368.732"],["5215.960","16365.033"],["5227.275","16367.725"],["5309.241","16370.913"],["5355.700","16362.296"],["5240.001","16388.564"],["5228.861","16383.492"],["5212.987","16412.381"],["5207.343","16515.568"],["5372.956","16352.614"],["5252.714","16559.787"],["5365.876","16539.312"],["5369.635","16544.066"],["5384.367","16557.932"],["5384.365","16551.081"],["5369.243","16538.306"],["5390.062","16527.815"],["5384.881","16509.120"],["5355.477","16555.588"],["5363.306","16551.525"],["5343.619","16529.246"],["5343.307","16522.475"],["5353.334","16518.457"],["5355.705","16510.142"],["5357.552","16499.264"],["5373.523","16499.230"],["5377.499","16507.109"],["5386.376","16494.829"],["5388.746","16502.316"],["5399.141","16510.805"],["5402.990","16488.310"],["5385.342","16472.492"],["5397.628","16480.304"],["5379.578","16445.846"],["5385.219","16448.555"],["5403.826","16452.271"],["5385.887","16433.699"],["5389.571","16437.828"],["5393.067","16389.566"],["5397.346","16396.727"],["5403.277","16424.139"],["5407.190","16429.058"],["5388.395","16418.345"],["5406.504","16414.530"],["5385.400","16412.464"],["5390.268","16405.709"],["5333.979","16423.350"],["5327.177","16454.819"],["5350.771","16445.161"],["5335.350","16441.235"],["5369.445","16476.944"],["5373.787","16481.453"],["5345.396","16466.926"],["5357.781","16484.069"],["5324.212","16478.049"],["5301.364","16475.943"],["5294.505","16455.348"],["5286.987","16476.519"],["5297.546","16458.567"],["5313.696","16488.744"],["5301.113","16486.250"],["5313.997","16495.001"],["5334.042","16517.075"],["5341.034","16493.299"],["5352.070","16490.178"],["5310.029","16510.050"],["5313.730","16519.199"],["5322.004","16546.020"],["5336.346","16527.569"],["5323.040","16543.770"],["5329.021","16518.185"],["5327.014","16527.797"],["5275.663","16483.381"],["5279.248","16504.695"],["5294.248","16495.876"],["5272.470","16520.899"],["5277.080","16528.038"],["5281.389","16521.976"],["5286.109","16538.462"],["5331.601","16559.554"],["5328.641","16555.855"],["5293.985","16557.361"],["5231.993","16538.049"],["5236.159","16537.505"],["5252.590","16541.996"],["5241.208","16536.034"],["5265.048","16543.337"],["5264.028","16545.715"],["5261.440","16556.207"],["5256.729","16560.480"],["5217.893","16510.458"],["5272.660","16501.693"],["5250.732","16502.746"],["5265.584","16504.777"],["5241.817","16512.578"],["5238.231","16509.408"],["5235.496","16492.577"],["5216.990","16438.983"],["5201.719","16432.650"],["5202.213","16434.665"],["5208.304","16473.545"],["5210.229","16480.498"],["5223.085","16469.636"],["5232.542","16479.991"],["5240.842","16467.674"],["5245.960","16463.551"],["5237.984","16418.667"],["5243.463","16437.307"],["5273.957","16459.077"],["5263.398","16454.254"],["5258.612","16481.531"],["5275.909","16460.571"],["5261.057","16469.819"],["5199.790","16484.249"],["5199.434","16459.237"],["5225.390","16420.792"],["5231.492","16430.784"],["5247.708","16404.323"],["5267.108","16420.556"],["5323.565","16429.913"],["5312.660","16408.278"],["5335.817","16411.429"],["5329.436","16415.838"],["5284.359","16442.113"],["5291.161","16427.886"],["5284.911","16434.129"],["5283.164","16418.863"],["5279.924","16421.225"],["5303.679","16391.479"],["5323.340","16398.710"],["5297.041","16365.789"],["5279.465","16379.699"],["5261.637","16382.738"],["5393.887","16372.160"],["5400.663","16368.064"],["5306.820","16352.685"],["5269.877","16354.710"],["5266.520","16368.725"],["5258.395","16362.020"],["5248.686","16368.945"],["5247.332","16358.690"],["5202.101","16367.619"],["5224.995","16352.830"],["5210.976","16359.583"],["5213.081","16371.177"],["5327.695","16376.764"],["5328.665","16386.591"],["5359.503","16371.399"],["5355.704","16365.470"],["5315.233","16360.302"],["5230.461","16382.073"],["5218.153","16376.753"],["5223.461","16405.201"],["5203.264","16516.459"],["5228.804","16411.797"],["5245.576","16391.669"],["5228.186","16383.227"],["5226.637","16404.735"],["5229.758","16417.098"],["5235.922","16385.327"],["5221.295","16377.265"],["5214.664","16410.663"],["14365.730","9298.783"],["14362.473","9294.985"],["14345.713","9287.635"],["14349.613","9374.825"],["14353.485","9375.470"],["14343.916","9353.630"],["14369.568","9352.535"],["14370.097","9321.986"],["14352.071","9323.096"],["14350.655","9296.192"],["24370.808","7855.556"],["24498.804","7822.406"],["24384.597","7875.383"],["24545.756","7818.448"],["24493.588","7756.266"],["24376.220","7849.202"],["24382.943","7861.544"],["24499.149","7866.691"],["24529.407","7817.886"],["24530.315","7756.134"],["24515.112","7892.739"],["24372.817","7893.372"],["24492.921","7850.627"],["24376.913","7875.061"],["24495.098","7825.120"],["24361.573","7830.961"],["24490.771","7839.533"],["24506.230","7792.546"],["15018.860","19483.698"],["14999.814","19504.673"],["15051.179","19517.142"],["14927.279","19329.576"],["15035.653","19470.833"],["15011.722","19445.218"],["14994.008","19502.526"],["14913.235","19451.213"],["14920.388","19346.422"],["15042.610","19495.210"],["10236.951","7925.349"],["10225.435","7944.627"],["10179.368","7920.042"],["10147.248","7904.349"],["10226.819","7939.717"],["10187.147","7925.691"],["10135.702","7900.319"],["10223.908","7930.964"],["10181.193","7920.620"],["10135.159","7898.139"],["10235.158","7934.449"],["10184.039","7919.695"],["10144.452","7900.319"],["10202.816","7915.431"],["9839.418","18847.691"],["9870.525","18836.921"],["9912.055","18816.608"],["9933.519","18854.031"],["9936.085","18820.670"],["10017.377","18871.991"],["10005.387","18856.351"],["9909.038","18882.474"],["9958.676","18867.181"],["9946.371","18878.057"],["9926.343","18801.384"],["9955.076","18803.416"],["9931.047","18795.290"],["9865.028","18848.122"],["9897.318","18854.708"],["9965.899","18775.505"],["9982.772","18853.114"],["9975.718","18789.691"],["9875.493","18824.898"],["9886.496","18810.580"],["10036.111","18861.652"],["9992.461","18751.591"],["9982.165","18751.855"],["9865.028","18856.628"],["13229.378","15075.665"],["13247.511","15056.080"],["13311.448","14936.401"],["13232.964","15075.103"],["13252.560","15057.864"],["13319.737","14941.174"],["13334.108","14988.599"],["13316.265","14984.784"],["13271.417","15020.869"],["13237.693","15000.593"],["13222.792","14983.394"],["13223.825","14998.029"],["13243.207","14974.703"],["13317.515","14960.572"],["13230.476","14971.916"],["13223.914","14976.393"],["13388.567","15044.790"],["13387.554","15074.656"],["13204.382","15018.135"],["13320.365","15048.338"],["13357.145","14938.251"],["13340.480","14921.234"],["13338.546","14930.476"],["13327.217","14941.581"],["13360.837","14942.195"],["13348.887","14948.767"],["13403.018","14960.510"],["13228.276","15073.039"],["13258.613","15058.987"],["13394.729","15071.133"],["13338.355","14919.018"],["13338.477","14924.553"],["13357.366","15023.480"],["13231.401","15016.308"],["13228.679","15013.895"],["13223.379","15049.705"],["13235.882","15038.211"],["13205.968","15060.768"],["13212.572","15059.788"],["13209.700","15061.916"],["13251.294","15055.750"],["13341.866","14991.990"],["13338.307","14990.843"],["13322.427","14983.740"],["13330.747","14981.869"],["13308.121","14982.738"],["13264.297","15015.440"],["13280.559","15025.751"],["13235.045","15006.203"],["13233.934","15001.478"],["13223.925","14989.230"],["13267.959","14988.302"],["13276.892","14991.483"],["13287.710","14991.508"],["13290.905","14998.094"],["13290.857","15000.197"],["13354.666","14973.107"],["13346.286","15002.029"],["13351.614","14986.591"],["13384.187","15044.384"],["13331.130","15060.348"],["13310.952","15073.817"],["13208.853","15021.828"],["13201.377","15021.161"],["13308.687","15057.951"],["13318.873","15056.626"],["13305.709","15064.856"],["13328.233","14934.770"],["13343.691","14915.678"],["13364.959","14939.190"],["13401.206","14981.736"],["13404.718","14986.461"],["13402.696","14972.991"],["13395.640","14960.060"],["13293.820","15066.633"],["13234.970","15078.538"],["13225.677","15070.231"],["13263.070","15060.523"],["13407.961","15046.683"],["13338.212","14916.403"],["13231.276","15002.409"],["13271.102","14989.627"],["13339.987","14966.536"],["13341.063","14999.374"],["13223.602","14979.306"],["13313.749","15072.110"],["13231.216","15014.308"],["13357.738","15021.115"],["13269.894","15017.835"],["24976.514","5999.294"],["14271.349","13300.991"],["14252.469","13387.608"],["14310.916","13272.365"],["14283.448","13265.961"],["14334.653","13186.894"],["14251.729","13381.414"],["14261.762","13384.090"],["14343.288","13184.036"],["14271.843","13283.337"],["14369.390","13191.518"],["14262.108","13370.333"],["14302.830","13302.808"],["14261.129","13262.410"],["14274.747","13265.400"],["14284.344","13381.712"],["14251.680","13384.602"],["14255.117","13375.386"],["14255.890","13376.790"],["14294.518","13271.523"],["14304.025","13260.458"],["14288.257","13306.640"],["14295.363","13299.191"],["14274.425","13294.336"],["14258.349","13242.889"],["14275.043","13260.643"],["14258.242","13382.471"],["14256.960","13381.992"],["14374.719","13191.336"],["14252.272","13384.734"],["14256.269","13385.477"],["14256.707","13369.102"],["14253.234","13254.450"],["14265.321","13356.606"],["14449.743","13387.369"],["14427.072","13368.294"],["14336.334","13380.802"],["14315.659","13362.186"],["14367.173","13196.516"],["14307.968","13214.878"],["14364.119","13220.911"],["14404.416","13363.868"],["14389.331","13349.906"],["14421.023","13212.747"],["14421.676","13191.805"],["14350.452","13234.899"],["14433.651","13378.220"],["14322.568","13386.632"],["14314.951","13366.166"],["14343.067","13203.896"],["14394.002","13378.871"],["14368.769","13360.046"],["14418.129","13213.540"],["14409.357","13187.627"],["14349.892","13240.118"],["14425.526","13363.720"],["14325.872","13370.163"],["14352.288","13192.337"],["14321.159","13200.394"],["14396.074","13367.426"],["14382.925","13354.549"],["14431.961","13218.148"],["14402.252","13186.867"],["14372.526","13184.878"],["14377.296","13194.060"],["14301.662","13299.505"],["14347.120","13184.284"],["14366.561","13192.872"],["14294.321","13252.761"],["14281.318","13386.336"],["14269.928","13235.111"],["14275.372","13266.688"],["14271.004","13292.816"],["14371.643","13184.796"],["14260.693","13386.815"],["14355.882","13183.325"],["14351.232","13182.121"],["14381.473","13250.547"],["14363.321","13185.754"],["14305.341","13272.794"],["14260.771","13348.453"],["14322.611","13248.451"],["14314.173","13252.860"],["14312.084","13260.061"],["14256.474","13260.594"],["14277.001","13237.191"],["14284.632","13250.552"],["14261.310","13250.486"],["14273.761","13273.376"],["14276.269","13387.822"],["14315.982","13267.609"],["14253.522","13386.435"],["14259.825","13349.433"],["14259.015","13387.475"],["14260.639","13350.005"],["14279.146","13277.754"],["14286.596","13270.455"],["14302.386","13281.536"],["19598.647","10987.420"],["19656.242","11025.995"],["19542.093","11030.366"],["19631.087","11046.367"],["19657.278","10992.347"],["19667.854","11020.908"],["19571.609","10916.096"],["19568.631","11023.815"],["19621.679","11052.808"],["19710.727","11040.184"],["19686.604","10997.060"],["19552.743","11043.555"],["19699.350","11019.868"],["19552.364","10999.868"],["19610.182","11026.780"],["19561.377","11003.336"],["19624.475","11019.992"],["19712.324","11025.284"],["19715.201","11038.070"],["19717.015","10993.014"],["19537.456","10935.113"],["19632.168","10906.633"],["19566.147","11036.020"],["19619.064","11035.748"],["19667.397","10983.585"],["19721.763","11046.510"],["19598.203","11020.550"],["19683.577","11022.956"],["19647.086","10891.059"],["19721.333","10928.452"],["19562.775","11034.257"],["19544.025","11011.280"],["19650.051","11035.335"],["19724.429","11032.303"],["19689.893","10993.817"],["19720.916","10932.722"],["30543.037","9824.492"],["30525.125","9806.391"],["30529.484","9808.803"],["30512.395","9823.039"],["30509.439","9896.897"],["30525.504","9809.166"],["23803.359","16135.880"],["13501.887","12669.827"],["13491.288","12652.301"],["13491.205","12676.083"],["13458.687","12617.660"],["13412.124","12647.387"],["13425.825","12654.390"],["13434.953","12649.270"],["13458.802","12632.936"],["13410.117","12650.442"],["13420.348","12654.241"],["13593.254","12677.043"],["13598.402","12684.987"],["13606.198","12663.154"],["13516.277","12671.964"],["13512.955","12679.594"],["13519.797","12713.388"],["13530.603","12748.677"],["13506.441","12667.290"],["13594.287","12675.267"],["13525.636","12753.467"],["13451.684","12555.683"],["13473.940","12573.580"],["13519.658","12563.207"],["13482.653","12558.579"],["13508.883","12549.249"],["13555.504","12740.444"],["13549.676","12749.743"],["13554.705","12560.239"],["13571.430","12555.851"],["13503.310","12577.265"],["13515.181","12604.269"],["13479.804","12563.268"],["13552.172","12652.410"],["13519.047","12726.742"],["13531.677","12734.863"],["13571.975","12753.163"],["13617.396","12593.502"],["13420.775","12642.812"],["13474.608","12673.052"],["13462.765","12615.595"],["13456.943","12649.914"],["13426.664","12649.204"],["13618.385","12664.987"],["13602.629","12689.661"],["13581.639","12685.077"],["13505.816","12679.115"],["13580.175","12667.009"],["13575.011","12670.626"],["13462.062","12558.061"],["13527.997","12569.037"],["13540.333","12571.117"],["13500.874","12557.809"],["13554.873","12754.714"],["13558.949","12568.117"],["13566.331","12564.208"],["13504.543","12572.739"],["13526.306","12600.507"],["13514.787","12612.196"],["13472.649","12558.528"],["13539.393","12652.377"],["13510.084","12716.238"],["13541.183","12732.683"],["13603.817","12757.342"],["13576.526","12646.595"],["13439.920","12628.675"],["13459.032","12618.469"],["13437.009","12631.681"],["13440.381","12667.338"],["13457.585","12607.437"],["13462.272","12637.494"],["13616.494","12637.737"],["13613.418","12665.532"],["13590.161","12679.488"],["13600.754","12630.569"],["13583.941","12689.784"],["13577.412","12665.671"],["13551.211","12663.062"],["13607.560","12696.092"],["13544.073","12664.053"],["13552.264","12709.420"],["13548.761","12733.169"],["13529.188","12694.111"],["13606.063","12683.822"],["13543.004","12665.110"],["13562.132","12657.661"],["13592.626","12674.771"],["13596.909","12755.608"],["13562.887","12599.657"],["13451.532","12547.859"],["13527.473","12550.679"],["13524.361","12551.553"],["13492.440","12556.410"],["13487.476","12549.204"],["13484.266","12564.965"],["13591.184","12567.835"],["13502.989","12615.889"],["13463.375","12555.845"],["13435.875","12554.282"],["13427.661","12598.327"],["13508.737","12565.981"],["13502.010","12576.425"],["13606.459","12607.223"],["13446.729","12684.695"],["13428.341","12592.292"],["13422.157","12613.432"],["13603.895","12689.512"],["13613.418","12639.851"],["13587.053","12653.080"],["13575.307","12700.238"],["13550.899","12714.061"],["13531.639","12718.619"],["13535.784","12718.520"],["13599.846","12654.111"],["13509.893","12552.746"],["13571.909","12752.519"],["13488.318","12663.914"],["13586.820","12598.688"],["13542.299","12646.099"],["13432.716","12650.657"],["13413.259","12621.194"],["13434.246","12650.558"],["13449.805","12606.627"],["13458.621","12630.426"],["13446.104","12618.238"],["13486.598","12663.737"],["13527.454","12558.236"],["13591.691","12680.280"],["13595.671","12683.996"],["13497.724","12675.977"],["13580.636","12707.438"],["13580.093","12685.027"],["13599.994","12669.321"],["13537.116","12678.636"],["13577.116","12705.506"],["13568.136","12694.441"],["13544.336","12701.212"],["13575.356","12702.517"],["13495.237","12580.669"],["13490.401","12553.520"],["13499.513","12550.563"],["13487.900","12564.309"],["13504.377","12556.521"],["13565.553","12743.714"],["13552.159","12745.135"],["13562.912","12556.309"],["13574.686","12568.964"],["13516.648","12573.020"],["13514.064","12609.907"],["13514.787","12619.083"],["13472.402","12555.539"],["13548.241","12657.811"],["13508.751","12723.108"],["13530.624","12731.907"],["13507.468","12718.682"],["13517.747","12612.510"],["13488.492","12558.149"],["13582.005","12556.412"],["13501.779","12565.951"],["13563.596","12748.322"],["13546.871","12757.842"],["13548.212","12755.210"],["13560.363","12565.211"],["13513.589","12574.226"],["13471.531","12557.240"],["13546.876","12654.375"],["13541.430","12722.642"],["13588.493","12549.082"],["16300.589","12937.399"],["16348.581","12817.530"],["16348.450","12849.817"],["16300.990","12896.634"],["16317.578","12817.530"],["16323.532","12794.128"],["16205.396","12784.712"],["16264.329","12836.782"],["16278.056","12945.359"],["16295.275","12806.531"],["16155.393","12960.055"],["16291.631","12882.893"],["16208.057","12919.741"],["16309.345","12877.294"],["16177.843","12915.629"],["16227.239","12953.150"],["16254.954","12908.740"],["16223.753","12935.627"],["16289.244","12788.692"],["16210.727","12886.262"],["16153.101","12858.189"],["16225.182","12827.018"],["16279.937","12877.063"],["16155.881","12882.310"],["16197.781","12831.599"],["16221.401","12907.187"],["28767.838","8140.007"],["28718.167","8252.476"],["28751.703","8285.060"],["28641.683","8153.879"],["28643.541","8118.420"],["28614.022","8171.118"],["28572.789","8170.061"],["28596.391","8154.883"],["28741.720","8239.363"],["28688.743","8262.946"],["28773.159","8280.729"],["28643.624","8112.574"],["28589.088","8109.020"],["28614.006","8115.594"],["28578.036","8168.360"],["28690.536","8256.142"],["28639.812","8230.444"],["28692.526","8198.074"],["28643.772","8146.595"],["28649.018","8164.547"],["28649.035","8123.144"],["28600.388","8165.866"],["28590.388","8118.533"],["28597.443","8154.454"],["28705.141","8222.253"],["28766.965","8232.498"],["28776.218","8296.369"],["28678.043","8109.456"],["28676.617","8112.310"],["28657.883","8113.879"],["28657.883","8111.583"],["28613.562","8130.854"],["28603.480","8160.598"],["28583.335","8268.252"],["28650.716","8270.048"],["28712.098","8223.756"],["28773.298","8310.071"],["28662.982","8126.893"],["28681.337","8122.962"],["28665.992","8122.384"],["28636.568","8166.447"],["28620.667","8130.309"],["28623.759","8136.304"],["28628.249","8135.759"],["28617.427","8124.396"],["28631.818","8131.085"],["28723.233","8235.019"],["28690.696","8132.310"],["28591.736","8163.257"],["28744.713","8135.316"],["28680.663","8137.661"],["17131.746","16786.034"],["4790.035","18451.462"],["4780.019","18257.225"],["4791.354","18462.216"],["4818.931","18399.374"],["4815.366","18424.676"],["4805.141","18393.593"],["4781.095","18386.844"],["4883.457","18460.542"],["4876.602","18446.109"],["4825.064","18439.547"],["4804.126","18454.250"],["4790.742","18289.831"],["4829.610","18365.500"],["4813.283","18369.982"],["4828.233","18341.691"],["4779.986","18284.706"],["4778.790","18303.890"],["4851.806","18460.517"],["4799.930","18465.396"],["4786.553","18442.852"],["4788.790","18448.550"],["4790.271","18417.515"],["4778.827","18258.685"],["4783.004","18262.054"],["4783.428","18296.011"],["4792.853","18460.635"],["4828.915","18392.867"],["4792.641","18376.489"],["4882.339","18453.193"],["4858.773","18446.588"],["4828.156","18436.525"],["4811.001","18456.248"],["4810.613","18437.029"],["4779.952","18321.392"],["4834.001","18374.253"],["4801.737","18350.560"],["4818.480","18336.291"],["4791.716","18464.660"],["4815.297","18406.013"],["4802.422","18417.822"],["4792.411","18411.082"],["4795.388","18391.039"],["4891.418","18456.727"],["4867.621","18427.199"],["4835.607","18438.275"],["4814.176","18462.590"],["4780.117","18292.424"],["4829.116","18368.952"],["4827.345","18364.614"],["4858.138","18459.509"],["4788.709","18422.965"],["4813.701","18404.576"],["4812.192","18425.832"],["4795.470","18401.091"],["4784.352","18390.577"],["4786.004","18460.558"],["4878.293","18450.088"],["4877.835","18431.096"],["4842.795","18434.031"],["4807.383","18443.152"],["4850.514","18379.604"],["4829.599","18342.253"],["27658.372","9366.308"],["27697.155","9346.688"],["27652.333","9273.539"],["27663.682","9234.612"],["27642.909","9249.559"],["27680.125","9263.707"],["27715.339","9311.965"],["27678.092","9358.975"],["27703.503","9366.869"],["27662.712","9292.416"],["27671.955","9297.982"],["27626.889","9306.900"],["27714.616","9252.972"],["27687.395","9266.762"],["27697.951","9248.212"],["27675.740","9317.208"],["27580.606","9299.204"],["27627.893","9212.515"],["27675.557","9216.594"],["27710.438","9303.080"],["27723.250","9264.335"],["27667.253","9363.021"],["27706.431","9356.134"],["27617.876","9258.048"],["27621.807","9227.280"],["27652.531","9246.982"],["27690.619","9267.770"],["27714.448","9226.147"],["27715.040","9233.199"],["27713.330","9238.451"],["27653.849","9376.151"],["27701.447","9341.733"],["27696.152","9228.662"],["27589.965","9215.323"],["27637.399","9281.450"],["27606.314","9289.856"],["27596.347","9226.685"],["27699.040","9302.964"],["27707.444","9277.960"],["27722.362","9266.003"],["27693.892","9280.999"],["27680.833","9274.574"],["27699.523","9328.290"],["27587.695","9288.783"],["27699.566","9268.133"],["27617.021","9206.702"],["27724.879","9299.694"],["9972.905","15059.206"],["9967.464","15078.404"],["9970.704","15077.380"],["9953.663","15074.968"],["10026.781","14877.939"],["9978.348","15037.909"],["9983.666","15045.968"],["10012.794","15007.588"],["9958.977","15077.215"],["9941.228","15083.870"],["10034.035","14978.543"],["9880.298","15080.332"],["10027.801","15060.320"],["10031.061","14914.213"],["10040.328","14925.380"],["10037.906","14989.869"],["10016.794","15007.698"],["10010.637","15006.043"],["9904.744","12078.175"],["9869.120","12067.388"],["9834.937","12046.618"],["9916.615","12060.352"],["9930.897","12041.139"],["9924.859","12027.756"],["9974.579","12045.895"],["9858.160","11918.486"],["9875.259","11941.017"],["9926.193","12029.429"],["9919.530","12073.287"],["9864.827","12065.687"],["9914.181","12061.624"],["9931.587","12037.820"],["9978.017","12054.499"],["9850.852","12123.772"],["9879.279","11927.421"],["9867.759","11940.869"],["9914.845","12026.638"],["9994.046","12086.229"],["10004.496","12046.179"],["9970.742","11956.849"],["9942.540","11974.574"],["9960.702","12000.366"],["9996.439","12017.670"],["10004.284","12025.338"],["9960.863","12012.552"],["9953.616","12027.058"],["9980.252","12111.194"],["9959.968","12076.713"],["9920.024","12077.862"],["9859.087","12068.676"],["9836.861","12036.907"],["9927.981","12053.118"],["9940.420","12038.381"],["9978.230","12060.279"],["9889.798","11959.399"],["9925.683","12037.703"],["9905.735","12113.169"],["9955.426","12086.786"],["9989.326","12088.079"],["9890.858","11965.883"],["9901.121","11940.829"],["9919.448","12073.568"],["9861.389","12065.538"],["9836.483","12051.804"],["9927.257","12051.236"],["9939.005","12036.102"],["9970.632","12059.867"],["9882.775","11936.179"],["9911.966","12041.089"],["9861.007","12077.511"],["9925.140","12122.988"],["5194.587","16044.102"],["5166.185","16023.203"],["5170.633","16019.208"],["5181.052","16045.574"],["5189.388","16043.309"],["5183.314","16046.192"],["5173.730","16057.118"],["5171.542","16055.169"],["5176.674","16067.391"],["5162.057","16082.137"],["5144.607","16064.225"],["5128.538","16066.240"],["5137.650","16081.682"],["5133.044","16064.143"],["5129.623","16064.308"],["5151.202","16086.092"],["5122.088","16085.809"],["5121.742","16079.814"],["5127.433","16088.600"],["5116.084","16061.416"],["5187.880","15938.922"],["5181.877","15935.850"],["5195.245","15937.625"],["5188.321","15947.287"],["5106.284","15942.554"],["5122.540","16035.502"],["5114.398","16042.521"],["5117.817","16003.901"],["5126.484","16026.081"],["5091.870","16079.324"],["5091.311","16085.418"],["5078.949","16102.319"],["5083.867","16102.898"],["5088.110","16045.752"],["5093.768","16044.596"],["5105.978","16130.797"],["5100.780","16136.263"],["5118.440","16092.230"],["5109.328","16101.991"],["5060.298","16042.499"],["5074.361","16040.847"],["5061.139","16069.024"],["5121.657","16137.554"],["5132.873","16126.826"],["5134.879","16130.427"],["5167.437","16024.501"],["5183.681","16056.359"],["5184.618","16061.148"],["5138.735","16082.178"],["5130.446","16076.249"],["5131.284","16075.010"],["5122.861","16076.758"],["5122.367","16088.435"],["5120.591","16052.844"],["5110.161","16056.129"],["5174.085","15988.749"],["5116.729","15934.065"],["5138.705","16002.266"],["5098.926","16080.265"],["5068.982","16104.863"],["5086.515","16056.471"],["5109.213","16098.721"],["5059.048","16049.980"],["5147.067","16127.570"],["5194.269","16100.653"],["5033.635","16136.185"],["21017.985","10645.327"],["20990.387","10738.226"],["21011.641","10662.642"],["13427.364","17791.222"],["13436.904","17769.636"],["13491.186","17754.639"],["13524.854","17749.553"],["13459.430","17721.915"],["13447.670","17747.431"],["13426.213","17791.998"],["13426.588","17692.820"],["13437.049","17689.617"],["13484.986","17765.539"],["13524.788","17747.306"],["13426.174","17715.788"],["13485.708","17790.819"],["13471.064","17739.426"],["13561.657","17745.779"],["13511.148","17823.630"],["13504.713","17638.420"],["13446.114","17737.494"],["13555.736","17744.540"],["13511.489","17675.530"],["13522.139","17771.860"],["13487.972","17707.238"],["13534.470","17702.674"],["13517.279","17634.291"],["13426.005","17625.573"],["13422.658","17690.541"],["13488.867","17742.682"],["13439.006","17676.404"],["13510.397","17770.692"],["13508.654","17800.634"],["13432.637","17737.538"],["13449.700","17790.330"],["13497.897","17773.847"],["13412.489","17753.558"],["13612.972","17762.140"],["13599.649","17762.553"],["13595.159","17752.280"],["13474.130","17772.509"],["13593.515","17744.270"],["13427.857","17779.298"],["13610.883","17820.224"],["13420.055","17735.557"],["13516.777","17770.770"],["13536.004","17775.427"],["13449.387","17733.266"],["13489.979","17735.892"],["13491.835","17657.363"],["13452.081","17682.516"],["13410.035","17643.344"],["13425.719","17800.487"],["13430.980","17675.001"],["13616.327","17830.364"],["13474.394","17777.909"],["13433.690","17711.362"],["13491.712","17772.851"],["13534.606","17788.012"],["13434.633","17707.882"],["13475.538","17720.004"],["13527.924","17716.117"],["13459.318","17635.811"],["13477.246","17651.319"],["12054.252","15735.921"],["12060.354","15737.060"],["11996.486","15741.517"],["12049.735","15750.513"],["12089.569","15725.219"],["11963.117","15771.690"],["11993.947","15760.267"],["12020.825","15847.822"],["12062.259","15847.649"],["12055.847","15744.509"],["12009.447","15737.421"],["12033.287","15755.534"],["12085.720","15735.144"],["11970.370","15782.391"],["12005.773","15757.905"],["11936.758","15802.792"],["12033.407","15850.167"],["12053.953","15835.329"],["12060.156","15740.528"],["12047.156","15724.669"],["12033.448","15719.734"],["12019.589","15722.897"],["12029.926","15735.738"],["12054.392","15721.073"],["11982.191","15802.688"],["11966.223","15807.678"],["11957.688","15800.954"],["11976.987","15779.151"],["11961.918","15768.086"],["11962.596","15741.717"],["11950.835","15735.721"],["11938.565","15746.988"],["12039.506","15720.749"],["12034.015","15733.706"],["12024.265","15721.075"],["12049.828","15719.206"],["12046.166","15730.400"],["12061.944","15721.144"],["11958.116","15765.065"],["11971.529","15783.659"],["12023.746","15767.435"],["12008.710","15754.894"],["12005.619","15730.488"],["11936.792","15916.692"],["11942.067","15915.035"],["11978.864","15916.092"],["11958.087","15925.359"],["12056.911","15881.401"],["12040.997","15891.978"],["12007.798","15900.236"],["11980.298","15910.750"],["11953.273","15926.493"],["11944.850","15920.125"],["12015.991","15899.983"],["12037.474","15907.065"],["12043.749","15894.717"],["12068.320","15876.766"],["12077.471","15857.763"],["12069.210","15865.079"],["12041.208","15880.800"],["12015.640","15875.180"],["12061.519","15827.539"],["12034.573","15818.684"],["12024.179","15776.871"],["12009.105","15794.959"],["12014.944","15749.638"],["12029.979","15745.744"],["11944.048","15757.649"],["11959.645","15842.172"],["11957.769","15848.830"],["11954.815","15889.150"],["12127.673","15738.844"],["12136.476","15730.260"],["12142.853","15779.789"],["12123.695","15808.414"],["12114.758","15816.015"],["12063.348","15790.704"],["12074.070","15789.048"],["12084.818","15758.924"],["12005.286","15727.925"],["12048.652","15729.500"],["12042.087","15763.329"],["12075.770","15741.222"],["11984.317","15766.289"],["11993.454","15764.660"],["11942.448","15810.587"],["12015.545","15843.941"],["12072.703","15857.509"],["11941.369","15922.760"],["11981.048","15928.659"],["12006.302","15889.945"],["12028.660","15899.395"],["12028.527","15908.360"],["12042.990","15903.142"],["12133.221","15819.056"],["12057.931","15794.922"],["11995.384","15738.511"],["12054.623","15721.903"],["12035.985","15756.409"],["11978.232","15768.486"],["12002.171","15768.260"],["12015.759","15846.137"],["12055.104","15842.397"],["12059.818","15792.864"],["13689.059","12268.872"],["13663.763","12282.398"],["13741.641","12260.284"],["13699.481","12259.264"],["13679.190","12268.090"],["13708.976","12304.611"],["13710.424","12250.556"],["13693.845","12250.705"],["13685.161","12326.395"],["13794.472","12246.598"],["13776.594","12244.550"],["13695.106","12265.507"],["13679.010","12267.413"],["13684.310","12334.265"],["13821.846","12250.924"],["13666.873","12271.163"],["13738.105","12248.063"],["13698.269","12246.361"],["13707.217","12229.714"],["13663.861","12333.034"],["13738.286","12250.375"],["13708.993","12259.887"],["13694.190","12278.153"],["13622.386","12329.789"],["13677.562","12271.118"],["13678.499","12263.471"],["13747.893","12236.607"],["13722.743","12231.200"],["13713.170","12306.378"],["13691.361","12311.399"],["13785.853","12242.569"],["13816.615","12237.662"],["13693.527","12264.252"],["13675.194","12268.008"],["13692.722","12251.650"],["13676.230","12275.952"],["13698.621","12330.450"],["6142.999","13948.083"],["6140.203","13952.146"],["6132.417","13820.243"],["6227.028","13883.528"],["6224.579","14004.951"],["6227.934","13957.321"],["6237.276","13988.337"],["6222.457","13988.667"],["6244.694","13969.658"],["6044.645","13879.465"],["6077.375","13886.237"],["6067.704","13856.427"],["6063.280","13859.812"],["6050.615","13890.663"],["6084.168","13866.749"],["6094.382","13855.617"],["6069.670","14027.101"],["6070.614","13975.998"],["6062.469","13875.666"],["6091.835","13837.568"],["6136.793","13835.757"],["6164.201","13836.479"],["6179.052","13819.243"],["6237.514","13920.081"],["6186.148","13944.907"],["6087.480","13912.952"],["6097.867","13900.929"],["6065.375","13829.436"],["6135.054","14017.959"],["6085.926","14012.030"],["6042.121","13829.046"],["6081.298","13837.320"],["6191.059","14026.784"],["6247.029","13963.382"],["6194.398","13948.750"],["6235.993","14014.464"],["6092.688","13869.242"],["6041.619","13828.417"],["6046.997","13857.104"],["6099.974","13900.985"],["6080.878","13832.777"],["6056.059","13854.940"],["6066.117","14014.384"],["6081.683","13985.626"],["6056.301","13879.877"],["6101.161","13841.499"],["6141.810","13820.629"],["6156.356","13835.224"],["6238.780","13916.877"],["6183.402","13942.348"],["6087.036","13919.922"],["6104.101","13909.270"],["6053.401","13830.608"],["6137.719","14016.192"],["6064.908","13843.297"],["6078.897","14014.566"],["6070.384","13976.113"],["6053.538","13867.408"],["6088.858","13847.560"],["6147.616","13832.471"],["6154.004","13823.730"],["6247.580","13928.768"],["6180.918","13940.250"],["6097.266","13916.982"],["6094.676","13903.291"],["6060.325","13833.515"],["6072.078","13998.157"],["6243.508","13817.352"],["6222.669","13888.549"],["6242.934","13948.981"],["6241.733","13997.750"],["6077.269","14013.344"],["6067.391","13989.193"],["6064.327","13871.851"],["6102.575","13845.941"],["6139.606","13836.599"],["6162.573","13829.477"],["6184.973","13817.756"],["6236.412","13915.704"],["6174.922","13946.049"],["6086.230","13908.972"],["6093.870","13911.598"],["6062.431","13832.722"],["12350.786","15935.954"],["12260.865","16126.906"],["12273.062","16135.055"],["12275.977","16116.166"],["12262.700","16097.776"],["12283.934","16089.960"],["12226.803","16097.310"],["12223.519","16103.001"],["12235.061","16059.777"],["12340.002","16079.364"],["12317.677","16065.588"],["12327.438","16115.527"],["12216.901","16079.838"],["12213.160","16089.683"],["12217.067","16102.016"],["12250.834","16135.868"],["12259.704","16104.830"],["12251.013","16126.772"],["12301.431","16105.442"],["12324.672","16111.812"],["12283.525","16114.980"],["12234.123","16023.234"],["12225.860","16053.020"],["12244.963","16051.194"],["12272.204","15934.579"],["12308.719","15946.684"],["12303.454","15961.877"],["12307.765","15958.473"],["12219.446","16010.930"],["12235.641","16007.577"],["12277.915","16006.496"],["12276.380","16014.224"],["12193.573","16060.581"],["12193.659","16036.746"],["12195.083","16032.927"],["12354.832","15935.491"],["12214.947","16088.240"],["12204.920","16068.110"],["31463.775","9026.424"],["31453.756","8979.283"],["31456.225","9023.633"],["31474.513","8994.890"],["31478.824","9033.806"],["31445.746","9006.748"],["31459.893","9029.727"],["31468.657","8977.317"],["31469.285","9017.093"],["31447.967","9006.863"],["31488.592","9143.259"],["31481.735","9016.168"],["31470.384","8999.167"],["27717.596","16727.931"],["27544.203","16657.783"],["27702.535","16610.093"],["27599.993","16667.359"],["27611.900","16631.576"],["27596.019","16641.826"],["27552.005","16627.061"],["27531.075","16637.180"],["27722.497","16566.121"],["27715.430","16609.978"],["27711.844","16616.253"],["27591.193","16665.708"],["27640.452","16644.855"],["27630.173","16649.000"],["27579.177","16647.161"],["27578.519","16619.432"],["27552.235","16646.962"],["27548.764","16617.961"],["27538.871","16611.531"],["27518.394","16604.710"],["20304.054","6175.708"],["20321.406","6193.428"],["20306.842","6125.081"],["20291.786","6205.478"],["20149.387","6030.584"],["20199.831","6093.160"],["20194.354","6099.502"],["20194.222","6102.392"],["20322.434","6137.781"],["20172.183","6016.166"],["20174.749","6093.408"],["20307.047","6183.338"],["20152.528","6067.661"],["20158.301","6069.163"],["20191.624","6102.789"],["20184.749","6001.963"],["15386.686","14043.635"],["15438.780","14156.868"],["15389.508","14071.332"],["15389.943","14078.529"],["15503.977","14199.060"],["15462.804","14031.536"],["15336.810","14071.387"],["15419.636","14075.355"],["15464.604","14153.431"],["15505.293","14108.606"],["15352.738","14029.066"],["15352.797","14064.137"],["15330.733","14083.765"],["15326.138","14072.153"],["15498.911","14198.982"],["15394.992","14039.588"],["15436.313","14146.347"],["15350.799","14098.546"],["15408.452","14101.449"],["15304.923","14053.750"],["15476.592","14200.529"],["15450.920","14167.981"],["15509.133","14125.837"],["15509.010","14105.501"],["15409.630","14078.406"],["15311.721","14068.367"],["15439.570","14145.984"],["15339.911","14126.985"],["15498.452","14207.665"],["15309.577","14077.251"],["15402.509","14033.296"],["15312.856","14031.052"],["15391.067","14028.877"],["15431.620","14062.188"],["15398.282","14114.136"],["15414.356","14082.076"],["15467.614","14164.381"],["15511.319","14143.400"],["15495.836","14087.780"],["15414.614","14040.249"],["15349.878","14126.209"],["15419.389","14078.955"],["15469.640","14150.356"],["15502.587","14147.174"],["15473.402","14078.928"],["15484.651","14218.762"],["15429.547","14076.243"],["15314.886","14059.232"],["15456.626","14156.455"],["15381.259","14091.180"],["15328.110","14123.421"],["15331.654","14066.903"],["15510.463","14213.312"],["15476.017","14201.277"],["15331.040","14085.497"],["23033.111","16012.739"],["23032.170","15944.105"],["23029.607","15970.096"],["23031.005","16006.265"],["23071.441","15958.271"],["23023.818","16019.956"],["22981.696","16026.067"],["23020.874","16009.865"],["23038.769","16010.674"],["22113.770","9602.402"],["22050.226","9659.002"],["22209.040","9629.994"],["22104.755","9640.744"],["22177.400","9767.846"],["22152.876","9764.136"],["22168.239","9782.427"],["22130.167","9761.024"],["22216.747","9668.370"],["22119.262","9608.605"],["22241.495","9713.159"],["22083.144","9752.503"],["22198.163","9595.828"],["22068.112","9600.982"],["22097.354","9651.248"],["22210.671","9685.054"],["22175.679","9711.179"],["22138.896","9727.935"],["22236.682","9788.023"],["22125.347","9736.730"],["22229.260","9591.378"],["22244.098","9667.955"],["22155.454","9641.340"],["22142.502","9621.933"],["22203.155","9699.934"],["22146.088","9697.247"],["22148.370","9761.857"],["22212.636","9766.091"],["22127.453","9762.858"],["22201.370","9596.027"],["22078.079","9644.896"],["22200.778","9624.283"],["22043.960","9650.563"],["22216.986","9638.085"],["22133.966","9617.474"],["22211.971","9695.690"],["22231.369","9789.162"],["22049.342","9795.515"],["22095.594","9763.634"],["22222.457","9629.950"],["22107.157","9669.316"],["22250.136","9788.485"],["22185.959","9693.475"],["22196.792","9797.392"],["22134.833","9739.082"],["22240.903","9744.637"],["22128.588","9788.671"],["22232.057","9649.017"],["22054.124","9671.851"],["22144.738","9605.864"],["22116.877","9753.229"],["22187.042","9633.073"],["22094.196","9665.814"],["22146.897","9710.717"],["4135.401","16172.162"],["4056.617","16178.256"],["4022.950","16184.267"],["4041.502","16166.612"],["4024.101","16159.924"],["4028.803","16346.749"],["4026.369","16341.464"],["4127.002","16227.297"],["4116.213","16221.913"],["4117.858","16210.039"],["4133.368","16236.992"],["4110.835","16223.300"],["4125.884","16227.314"],["4128.935","16260.506"],["4124.954","16286.485"],["4104.921","16283.380"],["4114.362","16252.215"],["4091.286","16290.795"],["4141.204","16286.782"],["4139.856","16281.613"],["4110.415","16274.544"],["4136.188","16271.885"],["4091.742","16209.084"],["4058.601","16196.120"],["4091.068","16214.551"],["4072.713","16231.066"],["4100.262","16238.300"],["4090.196","16224.344"],["4009.944","16215.721"],["4024.912","16218.579"],["4000.964","16218.314"],["4041.194","16221.056"],["4008.185","16218.925"],["4016.803","16189.016"],["4001.721","16209.413"],["4016.211","16221.997"],["4020.306","16230.123"],["3972.596","16244.253"],["3971.905","16263.114"],["3982.234","16237.746"],["3973.270","16278.919"],["3959.931","16239.035"],["4005.244","16252.098"],["3991.263","16224.534"],["3978.303","16268.019"],["4041.594","16296.138"],["4041.035","16305.667"],["4001.462","16289.416"],["4026.742","16269.235"],["4024.324","16265.420"],["4007.777","16334.150"],["3996.823","16308.023"],["3969.537","16349.707"],["3985.491","16346.090"],["3999.290","16315.801"],["3957.793","16335.339"],["4011.215","16310.203"],["3977.201","16342.936"],["3962.810","16350.368"],["3954.465","16299.750"],["3954.235","16302.904"],["3975.386","16274.746"],["3963.264","16276.182"],["3963.659","16295.984"],["3948.824","16308.338"],["3938.271","16338.625"],["4116.244","16315.018"],["4133.267","16293.862"],["4132.774","16320.303"],["4121.310","16288.594"],["4117.100","16290.328"],["4079.100","16286.972"],["4059.741","16230.291"],["4052.241","16248.954"],["4043.755","16240.812"],["4046.353","16247.979"],["4087.488","16243.421"],["4088.590","16257.657"],["4053.146","16290.209"],["4083.014","16297.393"],["4144.513","16173.682"],["4133.181","16173.814"],["4002.407","16181.625"],["4007.851","16186.315"],["4061.404","16165.027"],["4024.115","16259.268"],["4028.159","16331.063"],["4143.149","16162.282"],["4144.760","16166.609"],["4141.964","16169.516"],["4139.749","16232.285"],["4132.085","16215.654"],["4135.078","16214.977"],["4119.947","16225.398"],["4139.864","16200.724"],["4095.250","16251.208"],["4134.033","16281.877"],["4093.523","16278.376"],["4113.129","16246.204"],["4095.727","16283.661"],["4095.591","16201.966"],["4106.677","16218.927"],["4097.038","16200.909"],["4041.841","16184.229"],["4069.275","16193.923"],["4070.756","16200.133"],["4078.223","16229.712"],["4085.657","16212.552"],["4018.135","16231.279"],["4021.293","16215.688"],["4017.560","16231.460"],["4028.793","16215.721"],["3998.168","16197.323"],["4041.425","16206.721"],["4049.879","16208.009"],["4017.872","16249.363"],["4014.879","16227.398"],["3998.303","16250.430"],["3990.688","16243.246"],["3953.286","16261.347"],["3981.707","16265.211"],["3956.132","16250.975"],["3963.582","16261.380"],["3963.418","16233.040"],["3970.277","16217.879"],["4005.936","16278.384"],["4035.262","16301.505"],["4036.413","16302.315"],["4042.630","16295.643"],["4004.127","16291.002"],["4018.765","16307.847"],["3987.153","16277.245"],["3974.882","16319.418"],["3980.145","16347.527"],["4000.590","16308.155"],["4013.221","16324.472"],["3985.162","16331.722"],["3967.777","16334.860"],["4000.228","16302.705"],["3984.504","16302.325"],["3980.195","16329.575"],["3963.758","16275.571"],["3947.820","16271.773"],["3946.175","16301.236"],["3944.432","16271.443"],["3939.366","16289.527"],["3941.159","16278.643"],["3940.139","16276.760"],["3946.768","16286.868"],["3948.330","16283.565"],["3944.817","16340.920"],["3938.995","16321.581"],["3945.426","16328.005"],["4136.327","16300.006"],["4100.734","16350.196"],["4125.060","16289.139"],["4096.244","16293.235"],["4092.560","16300.914"],["4122.429","16332.326"],["4099.517","16352.475"],["4114.452","16338.140"],["4098.202","16311.203"],["4099.600","16343.194"],["4134.240","16337.842"],["4065.334","16279.441"],["4055.909","16250.754"],["4089.922","16282.249"],["4040.070","16263.751"],["4041.386","16243.950"],["4082.718","16291.481"],["4030.153","16253.809"],["4076.156","16259.028"],["4054.413","16243.074"],["4046.715","16246.311"],["4032.077","16265.700"],["4109.971","16266.055"],["4033.004","16196.877"],["4045.640","16298.533"],["4005.162","16330.599"],["4096.195","16308.280"],["4050.926","16237.030"],["9736.397","7689.307"],["9732.435","7731.073"],["9732.946","7712.935"],["9707.527","7712.171"],["9720.065","7714.430"],["9724.819","7706.718"],["9727.992","7701.512"],["9727.137","7694.774"],["9722.977","7732.592"],["9747.734","7699.353"],["9730.887","7696.392"],["9716.891","7699.600"],["9743.273","7686.693"],["9742.860","7692.941"],["9742.010","7689.576"],["9714.040","7713.955"],["9741.744","7741.428"],["9712.724","7714.293"],["9729.621","7715.619"],["9726.715","7711.888"],["9718.865","7705.479"],["9730.209","7686.003"],["9727.268","7697.796"],["9727.564","7687.507"],["9742.893","7693.420"],["9717.747","7721.488"],["9709.862","7702.725"],["9725.675","7731.189"],["9726.316","7704.472"],["9724.429","7714.415"],["9733.765","7688.184"],["9726.906","7701.496"],["23941.867","8242.554"],["24009.498","8258.673"],["24035.865","8300.001"],["24005.600","8178.144"],["24011.686","8200.043"],["24019.534","8280.036"],["23966.571","8212.380"],["23950.304","8200.209"],["10693.721","8014.417"],["10707.748","8029.492"],["10721.333","7990.943"],["10691.290","7966.266"],["10675.878","7920.218"],["10690.448","8031.868"],["10688.104","8078.548"],["10825.310","7904.621"],["10765.011","7950.035"],["10711.937","8076.797"],["10691.237","8018.034"],["10711.285","8041.399"],["10684.183","7906.428"],["10720.741","7987.310"],["10672.816","8030.447"],["10813.409","7911.686"],["10770.340","7946.913"],["10821.155","7898.637"],["10758.634","7932.979"],["10738.806","7925.330"],["10720.993","7940.371"],["10730.435","7954.017"],["10702.052","8076.731"],["10672.907","7906.216"],["10680.417","7900.086"],["10704.081","8039.929"],["10705.659","7994.989"],["10674.333","7961.559"],["10812.446","7924.605"],["10764.057","7948.680"],["10770.664","7910.083"],["10702.945","7978.441"],["10688.591","7911.878"],["10695.174","7995.450"],["10757.826","7929.068"],["10754.811","7926.470"],["10689.223","8071.397"],["10676.619","7957.629"],["10682.652","8022.239"],["10762.380","7951.356"],["10691.340","8062.864"],["10893.921","18220.206"],["10972.660","18250.335"],["10982.707","18230.383"],["11061.111","18071.701"],["10961.742","18201.244"],["10931.134","18161.327"],["10921.759","18164.564"],["10963.814","18171.136"],["11064.170","18065.442"],["11016.631","18208.752"],["11039.910","18077.481"],["11024.257","18170.525"],["10967.218","18093.432"],["10989.405","18149.336"],["10984.652","18171.450"],["11068.938","18093.568"],["11074.678","18154.162"],["10894.168","18211.833"],["10920.385","18215.169"],["10935.832","18225.164"],["10910.525","18120.435"],["10941.561","18105.010"],["10931.249","18162.169"],["11026.209","18068.150"],["11038.528","18066.069"],["11084.136","18055.073"],["11043.127","18201.816"],["11021.379","18102.416"],["10992.711","18088.097"],["10956.478","18175.959"],["11042.030","18070.199"],["10913.417","18228.502"],["10889.810","18251.181"],["10955.064","18179.560"],["10935.410","18194.952"],["10970.984","18148.758"],["10978.681","18147.106"],["10893.609","18185.408"],["10896.010","18187.192"],["10968.151","18235.354"],["10971.314","18186.992"],["10961.555","18082.915"],["11079.756","18184.574"],["10991.741","18157.395"],["11018.895","18174.803"],["11075.386","18124.963"],["11092.187","18198.869"],["10928.301","18241.400"],["10947.690","18218.277"],["10916.791","18138.602"],["10941.759","18198.007"],["10926.150","18181.707"],["10963.896","18172.705"],["11060.808","18182.443"],["11014.515","18064.434"],["10954.257","18075.645"],["10972.349","18157.032"],["10956.329","18114.307"],["11042.524","18094.509"],["11084.876","18095.781"],["11032.218","18166.314"],["10884.596","18253.195"],["10941.342","18204.503"],["10958.451","18110.740"],["10950.441","18110.046"],["11023.539","18192.320"],["10912.935","18214.228"],["10888.658","18155.664"],["10944.023","18234.561"],["10956.543","18126.380"],["10968.780","18074.753"],["10917.893","18159.395"],["10994.734","18178.320"],["10953.978","18084.315"],["11032.765","18212.435"],["11056.455","18100.835"],["11070.238","18089.868"],["18518.957","18704.103"],["18514.434","18729.867"],["18553.068","18743.558"],["18497.549","18861.339"],["18545.437","18755.945"],["18489.588","18830.241"],["18558.480","18709.256"],["18502.121","18877.540"],["18555.618","18705.491"],["18540.378","18836.236"],["20448.218","14337.701"],["20422.675","14320.971"],["20416.737","14381.070"],["20395.438","14381.841"],["20479.545","14394.009"],["20409.171","14373.011"],["20411.770","14376.743"],["20389.122","14374.035"],["15936.017","11282.676"],["15991.027","11279.349"],["16024.663","11297.322"],["16023.919","11332.627"],["16045.985","11357.739"],["16063.357","11382.986"],["16042.349","11388.841"],["16046.664","11422.866"],["15999.768","11425.264"],["16041.017","11435.637"],["15987.770","11443.214"],["15983.927","11481.552"],["15940.790","11286.346"],["15988.905","11282.074"],["16024.301","11292.071"],["16034.889","11329.670"],["16057.465","11360.646"],["16051.379","11388.411"],["16049.805","11422.949"],["16005.607","11425.627"],["16030.228","11436.793"],["15986.092","11456.212"],["15983.483","11478.662"],["15936.181","11283.403"],["15943.191","11297.709"],["15986.307","11289.490"],["16023.873","11288.074"],["16023.031","11329.687"],["16060.113","11358.334"],["16064.278","11384.291"],["16049.948","11400.418"],["16042.042","11413.056"],["16008.978","11434.248"],["16037.333","11435.917"],["15989.990","11441.612"],["15971.460","11487.481"],["15985.731","11290.728"],["16020.962","11291.724"],["16024.215","11330.397"],["16044.472","11363.801"],["16052.831","11393.952"],["16042.908","11400.501"],["16041.285","11422.371"],["16004.225","11430.218"],["16031.198","11439.617"],["16000.023","11441.992"],["15983.779","11489.165"],["16007.274","11308.155"],["16077.074","11439.088"],["16045.903","11371.788"],["15974.886","11460.879"],["16000.523","11488.207"],["16003.752","11401.782"],["16075.940","11424.439"],["16035.478","11440.250"],["16061.183","11382.028"],["15978.483","11473.575"],["18761.861","12463.262"],["18876.628","12410.031"],["18773.900","12445.063"],["18820.872","12427.979"],["18877.862","12447.124"],["18842.813","12454.057"],["18865.789","12445.093"],["18767.025","12473.584"],["18839.178","12466.774"],["18822.155","12426.542"],["18795.298","12435.599"],["18872.253","12444.201"],["18779.805","12464.749"],["18873.454","12446.364"],["6837.682","13136.845"],["6842.041","13150.586"],["6815.965","13147.432"],["6787.264","13151.979"],["6779.682","13143.837"],["6765.161","13170.714"],["6747.711","13151.127"],["6755.679","13087.264"],["6749.561","13095.951"],["6752.697","13028.320"],["6740.905","13018.031"],["6839.459","13126.292"],["6836.953","13150.492"],["6818.153","13157.573"],["6811.755","13144.393"],["6787.544","13142.813"],["6758.105","13162.704"],["6755.721","13169.839"],["6749.955","13093.210"],["6738.146","13083.994"],["6741.069","13039.468"],["6749.359","13037.470"],["6789.082","13029.067"],["6842.018","13140.203"],["6751.757","13166.404"],["6737.615","13025.001"],["6812.873","13160.116"],["6774.090","13130.130"],["6772.267","13151.755"],["6759.034","13094.382"],["6740.016","13038.774"],["19460.615","13211.363"],["19316.803","13199.460"],["19443.378","13182.544"],["19467.471","13384.240"],["19324.613","13183.165"],["19449.287","13385.083"],["19306.507","13203.588"],["19459.924","13191.776"],["19453.526","13187.036"],["24173.789","7255.666"],["9082.417","19530.715"],["9087.121","19540.508"],["27712.888","10373.216"],["27711.374","10379.029"],["27545.026","10334.746"],["27664.755","10419.213"],["27669.874","10427.211"],["27720.486","10349.764"],["27695.811","10429.590"],["23827.174","16844.742"],["23835.941","16833.957"],["23837.602","16861.538"],["23874.987","16830.456"],["9137.791","14016.946"],["9144.169","13997.913"],["9142.625","13884.907"],["9111.364","13908.029"],["9102.153","13878.404"],["9124.945","13859.727"],["9178.584","13827.573"],["9171.600","13817.147"],["9032.037","13913.687"],["9020.302","13900.469"],["9048.938","13899.045"],["9050.436","13921.524"],["9063.755","13917.342"],["9035.161","13898.849"],["9107.378","13849.733"],["9141.465","13820.398"],["9081.184","13870.058"],["9151.178","13999.471"],["9185.230","14014.224"],["9195.750","13981.397"],["9033.192","14008.472"],["9047.945","13993.569"],["8992.753","13969.144"],["9027.446","13922.409"],["9034.038","13955.156"],["9118.059","13815.871"],["9052.439","13847.411"],["9151.788","14022.809"],["9137.853","13997.880"],["9113.631","14021.060"],["9136.639","13879.721"],["9113.272","13899.788"],["9101.593","13875.195"],["9122.889","13854.425"],["9171.528","13825.575"],["9157.538","13819.773"],["9033.929","13903.283"],["9039.053","13896.981"],["9059.071","13919.211"],["9069.117","13903.172"],["9031.987","13894.060"],["9105.619","13841.393"],["9083.043","13881.239"],["9161.047","14004.078"],["9181.924","14010.954"],["9191.474","13993.469"],["9021.613","14008.092"],["9044.426","14002.768"],["8996.635","13958.541"],["9015.785","13928.371"],["9041.374","13967.477"],["9050.466","13844.670"],["9146.344","14018.548"],["9137.902","14003.776"],["9107.743","14026.675"],["9130.454","13880.299"],["9113.666","13909.449"],["9109.489","13873.532"],["9116.080","13852.129"],["9177.400","13833.040"],["9161.304","13820.004"],["9022.975","13914.232"],["9045.845","13901.126"],["9068.015","13909.597"],["9004.301","13904.484"],["9029.059","13897.991"],["9106.671","13846.298"],["9148.537","13821.092"],["9087.451","13874.930"],["9157.099","14005.647"],["9172.072","14017.824"],["9196.260","13988.019"],["9026.794","13997.241"],["9046.087","14003.560"],["9002.589","13957.236"],["9027.249","13929.346"],["9036.555","13964.388"],["9115.346","13816.251"],["9045.926","13835.884"],["9147.545","14021.075"],["9144.317","13997.021"],["9120.424","14024.016"],["9133.925","13882.248"],["9113.617","13907.253"],["9101.732","13867.025"],["9121.902","13857.101"],["9174.077","13835.236"],["9163.228","13822.795"],["9026.527","13913.555"],["9048.115","13896.915"],["9050.058","13923.605"],["9055.910","13904.081"],["9010.124","13904.451"],["9027.924","13891.814"],["9106.309","13845.621"],["9136.119","13816.996"],["9072.928","13877.589"],["9166.047","14008.075"],["9183.782","14022.762"],["9187.526","13992.032"],["9029.951","14001.932"],["9058.537","13995.352"],["9001.849","13956.972"],["9015.094","13932.616"],["9042.196","13964.405"],["9119.359","13817.044"],["9049.512","13843.629"],["23704.126","8744.234"],["25788.275","16131.295"],["25779.015","16105.333"],["25679.321","16032.532"],["25795.364","16140.444"],["25821.461","16072.302"],["25750.955","16016.313"],["25739.935","16002.589"],["25681.640","16031.492"],["25687.253","16078.510"],["25640.100","15968.575"],["25634.820","15976.255"],["25763.451","15959.499"],["25757.846","15953.138"],["25766.762","16124.722"],["25771.137","16118.809"],["25785.808","16124.457"],["25755.659","16026.106"],["25711.508","16062.871"],["25637.633","15968.691"],["25742.232","15973.224"],["13652.108","14662.140"],["13629.723","14677.202"],["13674.304","14775.989"],["13710.390","14799.804"],["13765.469","14851.685"],["13670.505","14765.832"],["13705.801","14869.779"],["13742.178","14802.705"],["13784.551","14761.921"],["13819.086","14825.810"],["13828.087","14815.745"],["13828.005","14807.058"],["13724.217","14822.160"],["13660.216","14682.999"],["13649.759","14826.341"],["13734.337","14783.243"],["13726.114","14730.740"],["13733.515","14792.115"],["13829.323","14824.584"],["13678.975","14761.885"],["13674.633","14781.723"],["13670.127","14787.636"],["13702.392","14828.419"],["13680.137","14829.627"],["13827.083","14703.189"],["13687.791","14700.237"],["13759.551","14774.010"],["13796.318","14864.624"],["13674.074","14747.071"],["13722.182","14812.174"],["13673.284","14808.243"],["13702.253","14806.729"],["13711.437","14848.521"],["13718.235","14857.624"],["13673.394","14835.275"],["13709.107","14720.253"],["13788.739","14665.419"],["13742.199","14740.782"],["13809.866","14809.885"],["13724.948","14853.701"],["13622.769","14845.531"],["13829.862","14677.127"],["13681.985","14710.906"],["13789.683","14770.773"],["13727.728","14788.300"],["13790.688","14831.355"],["13757.448","14815.930"],["13663.664","14852.837"],["13771.701","14866.749"],["13758.073","14819.960"],["13754.849","14827.885"],["13687.520","14840.388"],["13790.507","14801.149"],["13815.080","14788.300"],["14566.383","13368.868"],["14500.870","13329.535"],["14560.001","13352.023"],["14520.080","13359.526"],["14670.200","13383.288"],["14589.952","13354.104"],["14491.429","13342.664"],["14547.386","13350.305"],["14482.646","13358.073"],["14558.506","13380.186"],["14504.123","13374.375"],["14662.279","13191.451"],["14634.079","13385.994"],["14653.896","13184.504"],["14611.939","13378.885"],["14467.103","13303.358"],["14476.986","13391.252"],["14553.539","13382.713"],["14526.787","13367.570"],["14652.000","13197.496"],["14666.881","13271.157"],["14598.201","13380.243"],["14465.722","13315.133"],["14473.976","13374.687"],["14544.759","13357.616"],["14501.113","13388.941"],["14665.865","13195.233"],["14666.782","13282.040"],["14565.021","13371.691"],["14479.176","13349.304"],["14589.988","13360.218"],["14517.049","13353.950"],["20683.880","6523.869"],["20654.143","6550.640"],["20638.238","6480.285"],["20706.248","6474.719"],["20668.781","6454.818"],["20569.373","6587.155"],["20609.143","6452.308"],["20629.801","6520.004"],["20673.216","6570.362"],["20682.065","6533.120"],["20717.427","6618.471"],["20689.105","6569.420"],["20736.522","6554.507"],["20688.863","6449.814"],["20657.251","6604.579"],["20569.406","6540.747"],["20665.919","6472.126"],["20585.278","6468.014"],["20598.929","6581.243"],["20594.176","6599.641"],["20591.692","6451.251"],["20669.631","6584.945"],["20587.597","6515.446"],["20631.708","6461.160"],["20669.439","6497.064"],["20598.748","6540.301"],["20717.646","6489.814"],["20654.587","6544.661"],["20667.547","6539.558"],["20567.958","6469.269"],["20747.789","6544.879"],["20682.723","6608.842"],["20742.361","6610.560"],["20729.763","6610.477"],["20762.805","6557.117"],["20756.029","6544.383"],["20683.891","6565.787"],["7667.625","16457.080"],["7622.576","16467.451"],["7604.648","16474.817"],["7700.490","16358.352"],["7618.859","16463.653"],["7616.359","16449.763"],["7667.445","16378.133"],["7630.077","16488.851"],["7657.429","16426.225"],["7611.672","16484.987"],["7591.195","16451.461"],["7672.791","16382.741"],["7620.949","16406.737"],["7574.583","16485.234"],["7599.468","16499.454"],["7576.985","16478.992"],["7593.514","16482.493"],["7655.258","16401.997"],["7620.225","16388.934"],["7550.208","16516.068"],["7638.251","16445.961"],["7694.688","16407.540"],["7689.113","16359.398"],["7659.893","16495.264"],["7680.925","16494.476"],["7679.210","16471.441"],["7614.735","16553.872"],["7598.962","16552.876"],["7566.564","16526.098"],["7645.981","16444.954"],["7619.485","16470.106"],["7574.929","16499.107"],["7548.136","16412.650"],["7667.873","16459.454"],["7601.985","16414.995"],["7649.666","16446.935"],["7603.268","16404.045"],["7562.149","16511.229"],["7630.143","16384.689"],["7669.912","16466.357"],["7631.360","16433.806"],["7688.317","16436.432"],["7621.409","16503.170"],["7699.682","16523.302"],["7627.429","16357.059"],["7540.768","16450.321"],["7558.481","16507.447"],["7669.797","16390.965"],["7543.383","16444.425"],["7631.475","16482.955"],["7669.123","16396.679"],["7633.350","16491.361"],["7643.981","16401.231"],["7703.019","16390.957"],["7577.737","16544.335"],["7672.215","16558.594"],["7660.617","16510.194"],["7703.867","16450.386"],["7691.957","16483.431"],["7703.787","16427.438"],["7611.412","16555.375"],["7590.903","16543.115"],["7573.685","16525.669"],["7610.614","16517.725"],["7595.116","16516.631"],["7619.863","16499.305"],["7618.909","16414.632"],["7608.235","16506.077"],["7633.153","16364.475"],["7568.070","16498.166"],["7642.330","16408.422"],["7569.452","16484.854"],["7643.794","16449.528"],["7628.629","16404.788"],["7601.985","16506.985"],["7678.531","16354.698"],["7652.182","16482.394"],["7632.774","16501.370"],["7685.291","16405.730"],["7612.231","16437.918"],["7682.972","16412.022"],["7681.974","16415.863"],["7715.011","16371.737"],["7675.932","16357.072"],["7697.741","16387.794"],["7621.458","16448.356"],["7585.225","16440.329"],["15289.766","13877.538"],["15125.085","14018.440"],["15257.107","13875.176"],["15216.100","13865.086"],["15160.678","13841.491"],["15297.626","14024.165"],["15172.143","14014.820"],["15145.149","13982.455"],["15141.532","13955.583"],["15250.447","13951.916"],["15273.374","13870.949"],["15169.543","13880.467"],["15263.582","13959.260"],["15287.644","13938.715"],["15182.077","14018.751"],["15160.923","14013.931"],["15201.582","13957.646"],["15175.938","13959.812"],["15167.372","13885.653"],["15272.450","14007.199"],["15257.480","13949.368"],["15257.595","13952.572"],["15181.647","13961.082"],["15255.678","13952.873"],["15264.574","13887.761"],["15149.326","14021.984"],["15151.729","13995.153"],["15227.076","13905.326"],["15213.567","13846.787"],["15280.824","13865.631"],["15160.590","13894.663"],["15282.180","13975.884"],["15227.660","14027.048"],["15199.791","14003.573"],["15178.290","13969.656"],["15283.730","13886.489"],["15191.861","13975.748"],["15203.490","13953.782"],["15211.889","13850.916"],["15288.094","13841.799"],["15130.151","13863.324"],["15254.570","13967.200"],["15197.587","14018.371"],["15167.616","13978.161"],["15282.677","13901.006"],["15285.213","14008.536"],["15126.598","13959.943"],["15248.474","13913.600"],["15256.203","13869.545"],["15151.516","13876.949"],["15134.032","13968.663"],["15231.352","13928.513"],["15290.808","13866.555"],["15155.431","13889.847"],["15288.815","14017.405"],["11748.888","18316.900"],["11740.699","18453.071"],["7826.876","17909.981"],["7739.764","17876.672"],["7803.521","17905.687"],["7746.294","17861.973"],["7798.103","17895.367"],["7848.883","17905.852"],["7773.629","17898.092"],["7797.741","17891.486"],["7748.716","17967.101"],["7782.669","17884.842"],["7807.918","17999.124"],["7730.970","18005.082"],["7923.652","17923.713"],["7860.247","17950.616"],["7796.957","17885.291"],["7804.490","17943.128"],["7866.858","17940.882"],["7903.707","17922.782"],["7849.329","17922.953"],["7801.684","18012.287"],["7758.437","18028.088"],["7749.892","18035.012"],["7776.491","17891.462"],["7755.849","17902.691"],["7744.363","18005.446"],["7769.512","17993.614"],["7773.144","18010.137"],["7805.229","17896.861"],["7728.272","17931.956"],["7793.981","17909.443"],["7820.617","17896.244"],["7916.818","17929.969"],["7771.042","17862.617"],["7786.073","17896.254"],["7768.508","17877.526"],["7800.401","18011.412"],["7731.381","18018.773"],["7743.034","17836.952"],["7776.863","17946.973"],["7825.831","18038.260"],["7767.918","18029.000"],["7750.230","18016.989"],["7760.747","18031.296"],["4934.827","15622.158"],["4949.096","15625.553"],["4983.169","15591.667"],["4966.234","15640.660"],["4904.609","15689.169"],["4964.243","15709.059"],["4978.665","15686.373"],["4968.181","15679.114"],["4971.015","15675.708"],["4960.299","15566.205"],["4961.562","15562.786"],["4962.900","15596.446"],["4921.348","15545.496"],["4908.836","15550.360"],["4976.064","15596.060"],["4942.015","15625.279"],["4978.073","15671.452"],["4959.786","15644.343"],["4972.768","15631.434"],["4906.550","15683.405"],["4958.865","15700.306"],["4972.201","15686.786"],["4970.480","15568.203"],["4973.223","15552.563"],["4944.611","15584.390"],["4910.332","15559.696"],["4918.458","15549.765"],["4987.714","15533.027"],["4915.732","15603.403"],["4909.345","15639.577"],["4921.779","15627.966"],["4899.987","15611.484"],["4895.546","15614.209"],["4893.605","15649.007"],["4948.867","15556.684"],["4947.288","15555.577"],["4946.384","15533.183"],["4962.050","15580.340"],["4938.205","15524.452"],["4922.070","15528.267"],["4955.101","15508.186"],["4973.625","15515.064"],["4967.924","15523.048"],["4950.922","15616.106"],["4938.133","15619.268"],["4962.648","15638.926"],["4986.368","15567.240"],["4973.443","15643.408"],["4941.799","15706.155"],["4924.020","15704.784"],["4936.339","15697.237"],["4925.648","15706.287"],["4946.405","15688.318"],["4959.662","15621.375"],["4890.889","15676.523"],["4909.508","15707.473"],["4885.067","15677.366"],["4875.758","15664.682"],["4901.596","15706.218"],["4889.573","15676.821"],["4852.273","15681.057"],["4834.460","15645.318"],["4816.911","15664.773"],["4839.016","15639.669"],["4833.309","15662.015"],["4835.579","15651.131"],["4799.886","15714.312"],["4820.440","15692.122"],["4819.963","15710.982"],["4777.747","15629.461"],["4952.582","15558.558"],["4946.209","15571.371"],["4943.380","15581.198"],["4982.838","15609.472"],["4969.877","15569.967"],["4965.042","15624.831"],["4973.989","15628.332"],["4920.765","15599.348"],["4987.410","15611.189"],["4936.176","15608.266"],["4913.441","15687.682"],["4960.148","15701.776"],["4965.968","15687.843"],["4947.456","15598.015"],["4911.407","15545.638"],["4923.277","15555.991"],["4980.042","15645.427"],["4947.648","15559.774"],["4908.342","15645.638"],["4897.947","15619.461"],["4908.062","15638.751"],["4965.397","15537.906"],["4948.440","15566.147"],["4981.482","15533.959"],["4946.663","15568.146"],["4958.720","15569.624"],["4924.142","15524.815"],["4924.520","15512.544"],["4985.007","15534.616"],["4984.957","15531.693"],["4968.022","15519.249"],["4954.399","15634.670"],["4965.439","15663.652"],["4945.387","15620.044"],["4948.422","15611.895"],["4973.938","15644.416"],["4966.937","15650.947"],["4978.638","15636.385"],["4978.803","15637.079"],["4855.339","15618.220"],["4856.951","15625.124"],["4865.997","15623.951"],["4854.928","15630.904"],["4863.218","15624.562"],["4866.507","15618.997"],["4916.945","15673.373"],["4913.688","15669.013"],["4914.428","15673.951"],["4973.383","15598.934"],["4981.356","15559.201"],["4984.736","15522.633"],["4985.309","15556.808"],["4984.540","15584.531"],["4985.445","15584.415"],["4937.330","15569.643"],["4933.728","15570.402"],["4939.764","15564.721"],["4928.415","15569.329"],["4955.104","15576.894"],["4975.924","15565.782"],["4952.989","15544.836"],["4979.362","15557.612"],["4945.422","15537.536"],["4943.086","15525.397"],["4958.794","15536.479"],["4948.163","15531.143"],["4951.715","15526.254"],["4960.449","15533.802"],["4950.942","15531.044"],["4960.038","15522.885"],["4988.066","15549.324"],["4977.145","15536.227"],["4980.798","15545.112"],["4987.441","15544.749"],["4980.171","15552.379"],["4952.666","15521.287"],["4950.124","15511.190"],["4954.729","15516.177"],["4961.950","15518.886"],["4947.920","15517.201"],["4965.122","15513.967"],["4963.642","15513.191"],["4963.182","15512.299"],["4984.275","15510.057"],["4983.404","15519.405"],["4981.052","15515.408"],["4979.606","15509.820"],["4966.941","15515.683"],["4971.037","15512.446"],["4938.872","15690.663"],["4952.474","15717.022"],["4931.783","15668.599"],["4935.385","15667.030"],["4925.813","15693.091"],["4975.096","15686.439"],["4934.053","15683.397"],["4914.724","15677.030"],["4917.353","15697.068"],["4898.521","15710.958"],["4899.327","15686.680"],["4877.287","15694.277"],["4893.110","15706.317"],["4903.290","15697.597"],["4880.823","15680.305"],["4893.866","15703.493"],["4812.733","15654.451"],["4836.746","15668.208"],["4821.746","15680.049"],["4818.819","15639.818"],["4858.227","15690.982"],["4818.375","15664.492"],["4842.339","15657.291"],["4831.023","15658.447"],["4833.605","15660.413"],["4824.789","15645.516"],["4793.323","15714.345"],["4818.565","15703.253"],["4817.611","15688.620"],["4944.203","15578.241"],["4972.640","15629.488"],["4965.930","15591.718"],["4986.621","15588.960"],["4958.898","15646.044"],["4953.808","15569.587"],["4972.920","15618.770"],["4969.005","15621.462"],["4968.009","15564.520"],["4956.826","15709.538"],["4968.441","15678.645"],["4953.572","15584.864"],["4920.225","15548.016"],["4909.017","15547.932"],["4958.609","15711.902"],["4923.413","15579.860"],["5914.305","20179.688"],["5884.157","20174.915"],["5905.963","20168.400"],["5929.729","20167.310"],["5935.453","20198.044"],["5881.473","20192.396"],["5893.192","20189.576"],["5926.925","20173.094"],["5925.511","20185.513"],["5912.994","20191.425"],["5862.730","20271.428"],["6027.515","20359.806"],["6029.702","20361.194"],["5989.634","20355.211"],["6022.199","20348.472"],["6017.841","20356.218"],["5985.966","20347.647"],["5999.157","20349.975"],["6034.961","20290.735"],["6039.090","20261.321"],["6038.004","20288.291"],["6004.287","20277.721"],["6018.136","20306.094"],["6030.554","20315.574"],["5980.340","20358.227"],["5946.442","20360.142"],["5977.988","20364.882"],["5845.417","20242.156"],["5832.852","20269.208"],["6004.433","20182.086"],["6011.653","20186.017"],["5962.772","20172.689"],["6006.325","20193.680"],["5924.598","20216.523"],["5931.407","20192.410"],["5920.240","20228.017"],["5913.940","20195.796"],["5918.924","20237.068"],["5931.259","20259.512"],["5898.570","20234.201"],["5855.675","20250.981"],["5849.079","20234.664"],["5888.915","20235.341"],["5896.777","20226.885"],["5898.224","20236.117"],["5878.849","20228.801"],["5868.963","20258.014"],["5899.538","20305.297"],["5912.154","20304.703"],["5869.999","20297.865"],["5921.726","20294.645"],["5913.700","20274.959"],["5867.762","20285.974"],["5872.088","20293.010"],["5878.798","20281.268"],["6035.391","20209.819"],["6035.917","20209.208"],["5906.197","20159.886"],["5883.170","20188.375"],["5903.808","20182.025"],["5925.634","20196.393"],["5890.025","20163.329"],["5927.821","20184.287"],["5932.106","20203.845"],["5946.531","20183.713"],["5947.715","20217.734"],["6004.670","20184.518"],["6021.725","20168.895"],["6027.215","20180.009"],["5919.836","20302.823"],["6040.755","20345.950"],["6031.594","20338.915"],["6016.986","20357.952"],["6027.380","20340.297"],["6040.242","20333.889"],["6028.004","20313.658"],["5977.938","20281.239"],["5977.034","20295.111"],["6000.471","20294.963"],["6014.057","20314.319"],["5982.494","20306.507"],["5980.323","20366.699"],["5835.450","20245.839"],["5837.884","20250.248"],["5908.831","20173.842"],["5901.873","20168.640"],["5911.610","20168.723"],["5882.548","20178.797"],["6001.292","20167.784"],["5977.081","20189.650"],["5996.012","20193.234"],["5952.706","20182.185"],["5981.259","20164.134"],["5995.519","20184.481"],["5912.509","20239.462"],["5917.460","20240.866"],["5910.568","20199.677"],["5916.078","20235.168"],["5848.158","20209.329"],["5878.027","20212.715"],["5857.599","20196.563"],["5914.129","20239.040"],["5869.277","20219.569"],["5912.007","20233.755"],["5901.991","20222.459"],["5887.418","20237.488"],["5870.346","20241.154"],["5856.481","20252.450"],["5894.308","20298.955"],["5906.496","20265.908"],["5866.430","20257.832"],["5889.884","20275.206"],["5875.969","20260.921"],["5878.535","20305.974"],["5881.084","20291.837"],["5866.183","20253.043"],["5901.446","20250.632"],["5931.989","20303.398"],["5914.423","20251.590"],["6031.707","20188.878"],["6023.681","20171.256"],["5886.053","20242.574"],["5885.706","20292.779"],["19332.241","15678.766"],["19309.096","15655.412"],["19387.193","15657.200"],["19322.076","15650.013"],["19387.730","15703.820"],["19389.359","15717.709"],["19335.169","15655.001"],["19346.155","15643.556"],["19308.762","15618.332"],["19352.586","15629.815"],["17817.526","13640.373"],["3936.104","17843.901"],["3946.482","17832.737"],["4136.554","17886.129"],["4142.303","17891.612"],["4124.222","17850.982"],["4120.670","17840.842"],["4069.412","17899.888"],["4081.468","17901.490"],["4088.244","17875.214"],["4114.165","17884.776"],["4116.484","17895.478"],["4113.392","17874.223"],["4098.968","17910.969"],["4073.294","17899.904"],["4092.394","17940.214"],["4126.176","17950.123"],["4139.746","17946.605"],["4134.729","17924.309"],["4090.617","17925.267"],["4119.400","17941.684"],["4112.887","17952.485"],["4131.864","17950.768"],["4131.650","17949.249"],["4092.062","17949.381"],["4130.993","17942.560"],["3951.463","17973.122"],["3944.325","17987.969"],["3949.226","17993.634"],["4055.803","17975.963"],["4041.461","17977.681"],["3972.259","17968.273"],["3972.226","17980.379"],["4017.539","17976.630"],["3978.904","17978.628"],["3981.519","17991.113"],["4022.374","17992.071"],["3968.098","17987.067"],["4018.660","17916.043"],["4059.597","17891.600"],["3998.890","17903.243"],["4021.637","17909.371"],["4017.755","17921.295"],["4022.454","17935.762"],["4075.398","17944.614"],["4024.658","17909.139"],["4059.872","17935.134"],["4043.721","17931.319"],["4046.040","17933.169"],["4039.839","17934.457"],["4080.974","17944.349"],["4020.464","17940.683"],["3969.773","17933.561"],["3953.375","17946.658"],["3982.980","17913.198"],["4003.687","17901.687"],["3946.927","17910.968"],["3965.168","17939.788"],["3982.520","17938.532"],["3964.559","17948.045"],["4031.719","17874.005"],["4002.212","17879.455"],["4009.893","17866.969"],["3997.771","17860.198"],["3997.278","17863.650"],["4007.278","17839.818"],["3976.927","17864.437"],["3941.039","17892.447"],["3952.996","17858.392"],["3942.322","17866.121"],["3967.174","17843.463"],["3953.736","17889.012"],["3984.575","17888.335"],["3963.769","17872.513"],["3937.420","17868.549"],["4049.402","17849.960"],["4055.488","17834.254"],["4086.508","17844.048"],["4088.744","17843.816"],["4097.856","17853.015"],["4073.185","17844.675"],["3938.873","17964.745"],["4140.263","17897.492"],["4141.365","17876.666"],["4122.956","17869.677"],["4132.808","17857.819"],["4114.469","17852.898"],["4127.314","17845.301"],["4136.311","17845.879"],["4069.675","17890.755"],["4079.083","17889.268"],["4103.063","17891.729"],["4116.616","17885.503"],["4115.284","17876.965"],["4072.011","17897.955"],["4074.626","17900.482"],["4095.728","17915.974"],["4109.922","17914.173"],["4106.928","17888.228"],["4086.637","17910.602"],["4126.407","17944.392"],["4108.430","17955.391"],["4118.857","17919.322"],["4090.831","17933.855"],["4109.022","17954.516"],["4127.690","17950.123"],["4110.058","17946.225"],["4094.466","17946.060"],["4090.239","17911.774"],["4086.042","17973.725"],["4097.374","17959.720"],["4089.545","17956.863"],["4121.256","17949.100"],["4139.956","17949.794"],["4118.460","17947.763"],["4127.900","17948.423"],["3943.273","17989.653"],["3940.312","17975.384"],["4027.892","17989.687"],["4032.152","17977.103"],["4082.349","17958.969"],["4031.856","17988.003"],["4050.951","17978.903"],["4025.746","17959.685"],["3974.479","18003.913"],["3985.088","17987.744"],["3971.371","17994.384"],["4005.039","17973.211"],["4006.157","17960.213"],["3979.627","17976.233"],["4044.729","17885.638"],["4023.512","17897.447"],["4020.156","17897.744"],["4032.113","17907.603"],["4015.140","17917.992"],["4016.439","17896.720"],["4079.823","17920.881"],["4032.750","17905.654"],["4036.237","17933.400"],["4033.869","17952.690"],["4042.306","17924.382"],["4068.260","17925.439"],["4034.214","17907.570"],["4033.589","17921.377"],["4060.398","17943.408"],["4048.030","17928.164"],["4056.155","17926.909"],["3963.852","17953.165"],["3959.970","17917.674"],["3993.293","17939.160"],["3995.464","17931.745"],["4013.227","17928.855"],["3955.266","17953.710"],["4010.858","17903.058"],["3970.710","17937.575"],["3992.174","17902.694"],["3987.717","17917.525"],["4014.531","17846.688"],["4017.558","17844.657"],["4009.433","17883.947"],["4004.087","17873.889"],["4004.186","17851.577"],["4000.271","17842.411"],["3993.144","17857.055"],["3993.259","17872.117"],["3965.858","17868.698"],["3943.029","17871.076"],["3966.006","17867.806"],["3953.950","17857.418"],["3960.743","17851.208"],["3955.463","17848.913"],["3948.835","17865.510"],["3964.312","17892.133"],["3982.009","17887.112"],["3939.614","17921.320"],["4015.715","17836.701"],["4076.853","17860.695"],["4071.310","17847.582"],["4069.550","17837.474"],["4045.258","17840.084"],["4056.869","17862.958"],["4097.807","17841.108"],["4114.461","17884.958"],["4094.252","17950.255"],["3999.249","17986.786"],["4038.298","17887.736"],["4025.612","17924.250"],["3977.256","17922.744"],["4003.627","17866.738"],["3948.851","17890.911"],["4072.050","17850.984"],["12261.873","17398.262"],["12246.051","17395.256"],["12233.189","17403.200"],["12200.387","17401.331"],["12212.742","17398.418"],["12220.312","17397.100"],["12153.249","17374.419"],["12153.660","17398.171"],["12150.776","17394.536"],["12150.074","17393.617"],["12151.982","17385.525"],["12147.294","17392.940"],["12152.245","17389.769"],["12147.344","17377.944"],["12341.360","17403.769"],["12168.983","17399.237"],["12178.061","17408.915"],["12202.575","17396.079"],["12199.088","17396.591"],["12217.660","17391.251"],["12165.590","17397.761"],["12164.998","17396.589"],["12153.677","17399.658"],["12151.023","17373.099"],["12149.416","17386.483"],["12147.245","17389.274"],["12355.012","17403.456"],["12339.375","17401.889"],["12317.319","17405.068"],["12312.763","17406.390"],["12257.613","17398.592"],["22879.638","12886.139"],["32573.962","12436.622"],["32727.648","12374.596"],["32626.511","12412.014"],["32736.579","12433.473"],["32674.112","12365.282"],["32753.816","12426.471"],["32618.271","12444.863"],["32735.197","12399.171"],["32745.230","12420.261"],["4991.081","14021.341"],["5000.456","14024.265"],["5000.489","14017.147"],["4998.417","14012.968"],["5265.951","18028.905"],["5301.807","17997.840"],["5229.817","18042.811"],["5345.482","17866.126"],["5363.212","17858.595"],["5327.011","17839.685"],["5327.472","17854.731"],["5247.444","17946.062"],["5320.931","17894.567"],["5236.375","17996.500"],["5353.184","17953.890"],["5226.556","18010.465"],["5382.789","17834.792"],["5345.799","17846.568"],["5350.668","17915.651"],["5354.845","17977.798"],["5342.455","17844.737"],["5209.351","18016.432"],["5353.716","18013.177"],["5348.633","18016.216"],["5310.362","18003.584"],["5309.277","17947.997"],["5280.483","17968.218"],["5225.475","17872.077"],["5212.333","17884.579"],["5225.592","17929.518"],["5241.941","17921.723"],["5255.805","17943.324"],["5249.078","17948.576"],["5252.064","17870.804"],["5269.097","17872.353"],["5398.197","17956.529"],["5359.819","17991.953"],["5370.420","17960.427"],["5387.644","17939.383"],["5382.927","17931.985"],["5348.574","17951.053"],["5286.630","17995.558"],["5267.932","18013.129"],["5250.813","17989.804"],["5271.894","17975.528"],["5310.714","17999.175"],["5401.252","17961.044"],["5280.261","17855.390"],["5275.589","17842.554"],["5264.440","17860.672"],["5255.217","17864.951"],["5240.418","17871.783"],["5243.347","17869.025"],["5244.251","17846.692"],["5240.564","17837.632"],["5248.866","17832.986"],["5249.199","17839.657"],["5214.478","17920.508"],["5232.417","17910.510"],["5302.938","17915.553"],["5292.671","17914.307"],["5305.093","17940.536"],["5318.854","17983.751"],["5323.493","17987.979"],["5316.289","17991.298"],["5299.863","17980.036"],["5302.544","17987.320"],["5307.412","17992.522"],["5322.118","17957.117"],["5325.276","17957.367"],["5316.080","17949.540"],["5326.092","17968.233"],["5313.661","17973.138"],["5307.882","17964.176"],["5297.728","17959.621"],["5334.439","17975.351"],["5343.896","17970.091"],["5291.933","18041.071"],["5275.934","18024.532"],["5213.147","18038.542"],["5208.150","18030.691"],["5231.231","18035.792"],["5241.872","18002.481"],["5343.820","17851.692"],["5385.284","17882.988"],["5367.620","17838.777"],["5398.228","17882.691"],["5349.988","17905.532"],["5319.034","17846.275"],["5245.510","17938.152"],["5254.211","17988.292"],["5220.609","18028.160"],["5365.076","17890.983"],["5339.516","17887.938"],["5354.368","17910.366"],["5201.194","17840.919"],["5375.503","17839.879"],["5362.049","17965.230"],["5358.699","18018.710"],["5352.444","18017.980"],["5290.265","17974.984"],["5261.999","17955.802"],["5212.333","17879.624"],["5225.771","17874.983"],["5259.752","17960.665"],["5250.904","17955.083"],["5272.821","17891.547"],["5271.044","17895.313"],["5396.659","17987.247"],["5403.352","18004.132"],["5402.860","17995.373"],["5403.746","17982.854"],["5358.877","17982.965"],["5371.636","17944.276"],["5377.447","17941.117"],["5381.167","17935.882"],["5334.832","17946.652"],["5356.403","17946.561"],["5355.539","17937.227"],["5296.393","17990.818"],["5260.814","18012.279"],["5274.805","17991.366"],["5273.149","18004.963"],["5320.944","17998.217"],["5402.008","17959.574"],["5306.410","17874.326"],["5305.561","17854.453"],["5298.974","17872.176"],["5296.590","17852.875"],["5201.879","17918.146"],["5215.964","17900.671"],["5203.951","17902.751"],["5225.854","17911.088"],["5235.684","17914.468"],["5228.632","17937.251"],["5215.038","17848.211"],["5201.345","17862.599"],["5200.898","17896.133"],["5292.983","17926.518"],["5285.417","17931.845"],["5283.329","17909.584"],["5316.914","17982.397"],["5317.111","17993.049"],["5308.394","17995.609"],["5310.833","17986.131"],["5301.179","17991.036"],["5305.093","17982.002"],["5298.544","18032.417"],["5253.179","18029.630"],["5247.238","18018.291"],["5234.683","18026.689"],["5218.426","18030.944"],["5397.041","17996.555"],["5325.399","17923.434"],["5334.511","17874.516"],["5350.843","17895.078"],["5358.097","17859.553"],["5228.175","18030.868"],["5265.527","17998.135"],["5278.553","17879.291"],["5202.681","18026.640"],["5389.006","17908.506"],["5351.803","17962.957"],["5306.479","17987.450"],["5376.605","17884.454"],["5206.375","18012.298"],["5214.878","17968.913"],["5370.120","17845.811"],["5357.646","18007.314"],["5325.444","18010.245"],["5296.098","17969.230"],["5289.622","17973.030"],["5229.422","17889.797"],["5224.899","17887.634"],["5239.145","17923.292"],["5234.770","17921.046"],["5266.035","17951.912"],["5252.631","17956.866"],["5283.479","17894.867"],["5285.535","17869.549"],["5255.590","18012.885"],["5324.692","17918.975"],["5290.033","17864.560"],["5357.362","17877.914"],["5347.696","18010.485"],["5323.905","18025.535"],["5326.431","18002.379"],["5290.577","17956.913"],["5293.653","17978.320"],["5216.725","17885.025"],["5224.801","17877.064"],["5222.451","17925.736"],["5222.829","17914.192"],["5271.214","17957.175"],["5251.792","17956.718"],["5270.062","17885.608"],["5273.528","17881.836"],["3947.471","19749.488"],["3957.685","19745.607"],["3946.221","19742.519"],["3962.487","19753.055"],["4055.048","19752.543"],["4090.525","19739.496"],["4074.078","19753.104"],["4080.805","19761.824"],["4041.993","19751.144"],["3993.161","19752.680"],["3995.052","19775.405"],["4026.483","19757.816"],["4053.457","19746.966"],["3991.330","19788.971"],["3993.123","19789.945"],["3992.054","19752.505"],["4012.893","19769.565"],["4028.863","19794.685"],["3997.481","19784.033"],["4102.652","19767.237"],["4110.086","19824.330"],["4128.852","19776.386"],["4125.908","19778.698"],["4114.017","19781.836"],["4143.218","19894.867"],["4125.586","19881.407"],["4133.546","19897.163"],["4119.808","19882.717"],["4120.153","19899.464"],["4130.745","19867.490"],["4135.057","19876.664"],["4116.109","19887.267"],["4104.234","19854.584"],["3983.231","19786.988"],["3941.290","19801.290"],["3991.307","19770.935"],["3953.395","19793.346"],["3990.682","19786.146"],["3954.218","19779.540"],["3958.042","19763.147"],["3959.127","19802.420"],["3949.802","19765.558"],["3967.565","19792.329"],["3999.456","19886.405"],["4029.982","19860.889"],["4030.837","19907.528"],["3986.857","19894.415"],["4039.735","19872.566"],["4050.114","19894.696"],["3956.760","19938.048"],["4074.900","19750.891"],["4066.940","19750.710"],["4050.344","19751.106"],["4012.289","19758.576"],["4039.362","19754.282"],["4009.230","19763.729"],["4038.194","19750.269"],["4039.427","19771.920"],["4029.044","19745.503"],["4031.659","19805.420"],["4040.031","19778.153"],["3996.725","19765.420"],["4015.541","19801.787"],["4054.735","19766.659"],["4131.138","19782.546"],["4112.454","19789.466"],["4142.231","19855.660"],["4145.339","19886.957"],["4133.426","19876.111"],["4130.005","19862.701"],["4137.193","19919.530"],["4119.726","19908.101"],["4137.045","19915.996"],["4143.198","19862.114"],["4113.543","19875.426"],["3948.560","19796.616"],["3956.685","19813.974"],["3957.918","19812.207"],["3978.182","19802.496"],["3955.237","19818.417"],["3954.859","19796.055"],["3945.361","19757.432"],["3967.927","19772.659"],["3943.108","19801.429"],["3954.736","19749.439"],["3943.091","19801.677"],["4014.308","19873.160"],["4020.064","19905.959"],["3988.913","19862.590"],["4010.015","19884.027"],["4016.446","19872.731"],["4045.311","19888.965"],["4006.267","19932.598"],["23875.615","7941.967"],["23895.290","7942.011"],["23728.883","7973.041"],["23788.322","8047.444"],["23890.848","7939.153"],["23897.124","7933.187"],["23779.195","7908.037"],["23733.110","7949.259"],["23775.313","8079.748"],["23744.457","8032.911"],["23889.657","7975.252"],["23791.053","8080.458"],["23807.615","8090.945"],["23846.985","7911.040"],["23869.167","7941.670"],["23789.803","7991.358"],["23766.826","8021.036"],["23814.325","7919.240"],["23776.465","7928.516"],["23756.694","8008.600"],["23758.174","7983.893"],["23885.818","7910.610"],["23761.662","7959.036"],["23745.049","8073.522"],["23735.938","8040.541"],["23793.536","8041.301"],["23781.842","7990.863"],["15023.955","14475.053"],["14940.294","14643.194"],["14925.664","14626.729"],["14961.446","14567.899"],["14888.282","14565.693"],["14937.337","14496.287"],["14946.823","14636.598"],["15042.583","14457.492"],["14972.252","14456.957"],["14987.245","14476.539"],["14906.191","14645.540"],["14991.024","14644.312"],["15073.953","14451.181"],["14934.258","14587.503"],["14987.925","14572.205"],["15056.109","14630.816"],["15024.712","14475.003"],["14991.708","14579.406"],["14921.816","14628.744"],["14902.378","14538.166"],["14918.949","14508.030"],["14922.350","14551.565"],["15072.127","14487.927"],["14918.271","14581.623"],["14895.486","14529.876"],["14984.268","14511.535"],["14946.560","14578.432"],["15090.392","14580.880"],["15075.289","14581.484"],["14903.567","14554.604"],["14932.649","14512.373"],["14995.106","14470.726"],["14997.465","14576.004"],["15062.000","14602.937"],["14891.487","14649.801"],["14920.146","14606.297"],["14938.899","14498.632"],["14979.613","14471.833"],["14960.639","14611.148"],["15060.034","14454.899"],["15048.044","14451.282"],["22470.517","15704.231"],["22478.378","15527.304"],["22462.326","15555.252"],["22666.589","15521.049"],["22671.597","15569.642"],["22509.131","15642.782"],["22496.477","15599.833"],["22468.691","15703.702"],["22469.291","15630.759"],["22478.707","15519.327"],["22480.797","15574.674"],["22472.310","15584.121"],["22636.573","15522.254"],["22483.802","15616.474"],["22492.454","15618.967"],["22489.734","15588.355"],["22484.569","15582.641"],["22889.895","8557.392"],["22965.684","8550.210"],["23012.529","8533.520"],["22978.275","8546.636"],["22910.181","8685.086"],["23039.875","8668.911"],["23018.629","8572.275"],["22896.922","8677.269"],["22915.130","8623.457"],["22997.845","8665.102"],["23090.187","8683.972"],["22965.464","8548.745"],["23026.655","8572.870"],["23045.781","8684.390"],["22900.195","8585.340"],["23005.359","8588.539"],["23012.589","8573.766"],["22976.022","8549.858"],["23033.938","8584.532"],["23063.972","8711.095"],["23029.954","8632.214"],["22896.028","8542.151"],["23002.451","8623.764"],["23081.223","8662.948"],["22944.274","8720.555"],["22893.636","8733.576"],["22928.938","8562.706"],["22914.984","8716.712"],["23047.625","8626.581"],["23025.683","8713.226"],["22935.270","8573.656"],["23006.899","8583.328"],["23092.314","8550.934"],["22920.493","8650.057"],["23007.109","8715.901"],["22897.121","8737.754"],["22971.543","8588.935"],["22898.843","8559.770"],["23070.043","8578.667"],["20954.226","10811.462"],["20827.116","10763.426"],["20911.890","10786.700"],["20870.275","10751.148"],["20927.399","10806.563"],["20815.363","10793.662"],["20959.074","10787.728"],["20825.043","10816.705"],["20818.991","10810.660"],["20881.358","10748.699"],["20780.510","10756.018"],["20929.191","10813.310"],["20858.239","10793.917"],["9522.263","18421.453"],["9510.144","18436.345"],["9511.972","18442.473"],["9525.048","18436.399"],["9513.990","18428.818"],["9545.889","18387.055"],["9539.688","18385.070"],["9556.945","18394.334"],["9566.852","18354.090"],["9566.436","18341.092"],["9561.141","18336.101"],["9568.059","18327.890"],["9601.393","18308.290"],["9612.979","18299.098"],["9611.951","18324.221"],["9612.373","18331.991"],["9606.413","18337.272"],["9604.064","18349.765"],["9599.674","18398.195"],["9618.642","18407.495"],["9585.661","18432.871"],["9417.614","18440.159"],["9537.970","18435.741"],["9541.868","18450.522"],["9556.588","18443.569"],["9540.097","18417.801"],["9526.643","18354.101"],["9558.222","18387.793"],["9606.347","18385.877"],["9606.693","18320.410"],["9452.743","18279.286"],["9418.384","18263.955"],["9417.641","18269.982"],["9424.481","18288.888"],["9414.438","18306.970"],["9415.516","18303.356"],["9421.514","18426.011"],["9441.218","18358.960"],["9522.388","18351.303"],["9516.985","18345.326"],["9519.473","18323.435"],["9521.447","18307.507"],["9529.113","18293.154"],["9535.136","18270.915"],["9504.867","18257.763"],["9606.302","18410.394"],["9577.490","18429.162"],["9576.929","18445.135"],["9587.417","18450.174"],["9520.053","18461.456"],["9436.463","18316.425"],["9436.364","18337.741"],["9482.096","18313.026"],["9491.023","18284.593"],["9617.334","18424.886"],["9507.731","18454.543"],["9514.805","18435.479"],["9504.474","18435.628"],["9509.594","18425.530"],["9526.114","18423.777"],["9487.587","18456.662"],["9553.119","18390.182"],["9536.387","18380.640"],["9571.154","18341.905"],["9570.005","18330.276"],["9611.379","18338.017"],["9608.094","18320.425"],["9608.811","18349.308"],["9615.733","18302.898"],["9589.279","18384.333"],["9450.541","18338.757"],["9423.747","18317.066"],["9480.236","18309.958"],["9470.179","18284.122"],["9446.486","18341.923"],["9539.861","18439.077"],["9518.268","18452.175"],["9603.173","18399.320"],["9550.541","18417.305"],["9561.627","18331.542"],["9609.620","18421.253"],["9550.036","18442.495"],["9521.622","18442.831"],["9515.327","18409.330"],["9570.681","18358.184"],["9605.212","18326.783"],["9573.661","18412.289"],["9546.144","18412.917"],["9566.413","18346.191"],["9607.893","18343.350"],["9538.831","18412.978"],["9583.781","18396.529"],["9526.709","18383.449"],["10899.735","14176.662"],["10894.932","14160.526"],["10887.199","14127.613"],["11030.515","14061.284"],["11029.183","14061.466"],["11028.689","14071.458"],["11083.263","14064.397"],["11083.230","14048.411"],["11069.365","14124.988"],["11076.738","14116.907"],["11077.599","14103.220"],["11055.872","14134.619"],["11046.192","14152.113"],["11049.646","14137.893"],["10959.664","14121.710"],["10943.624","14148.813"],["10891.954","14123.119"],["10891.499","14059.001"],["10885.447","14047.535"],["11022.114","14148.448"],["11043.798","14028.115"],["11027.961","14041.427"],["11008.216","14037.175"],["10979.660","14054.296"],["10931.964","14121.185"],["10948.106","14118.046"],["10918.895","14124.392"],["10971.044","14082.816"],["11041.228","14122.205"],["11027.273","14115.981"],["11024.633","14099.888"],["11054.895","14091.945"],["11062.840","14092.578"],["10917.718","14200.097"],["10996.991","14203.342"],["10976.194","14228.545"],["10910.160","14094.518"],["10920.487","14107.462"],["10938.121","14096.611"],["10906.079","14086.814"],["11036.923","14135.445"],["10984.708","14205.244"],["10996.230","14211.462"],["11035.198","14136.948"],["10641.591","13669.780"],["10637.955","13766.243"],["10611.583","13751.096"],["10626.624","13777.122"],["10607.556","13709.240"],["10590.465","13745.727"],["10630.264","13794.030"],["10623.931","13789.444"],["10629.920","13687.242"],["10463.539","13741.862"],["10462.214","13760.997"],["10504.909","13793.947"],["10640.234","13627.680"],["10667.629","13612.299"],["10614.903","13687.038"],["10620.031","13649.231"],["10561.629","13775.592"],["10606.322","13793.820"],["10608.801","13772.010"],["10609.489","13785.523"],["10645.635","13664.182"],["10468.613","13696.385"],["10647.544","13650.094"],["10600.971","13707.997"],["10599.411","13706.277"],["10616.165","13686.879"],["10618.453","13684.792"],["10603.214","13661.897"],["10550.005","13778.280"],["10567.435","13776.426"],["10609.069","13801.946"],["10470.969","13768.809"],["30470.798","15696.593"],["30508.294","15650.237"],["30503.413","15590.327"],["30526.645","15587.351"],["30511.972","15522.168"],["30478.491","15671.311"],["30498.754","15675.737"],["30513.100","15590.624"],["30499.515","15621.640"],["30537.122","15582.627"],["30540.954","15578.961"],["30546.330","15522.201"],["30547.630","15510.095"],["8026.361","13634.939"],["8095.417","13639.582"],["7971.254","13645.446"],["7957.340","13674.529"],["8029.856","13676.445"],["7991.276","13620.444"],["8074.548","13639.895"],["8080.178","13648.455"],["8038.376","13654.760"],["7956.280","13678.849"],["7990.248","13615.404"],["8020.296","13670.547"],["8032.241","13665.231"],["8048.779","13638.705"],["7986.391","13641.268"],["13132.696","18920.555"],["13015.571","18937.867"],["19716.198","12233.024"],["19721.560","12306.169"],["19723.188","12234.279"],["19722.991","12313.353"],["19718.582","12242.917"],["9249.594","15083.375"],["9230.350","15043.857"],["9226.422","15038.348"],["9207.938","15080.684"],["9199.416","15082.984"],["9281.724","14878.681"],["9280.841","14873.622"],["9288.547","14904.171"],["9302.441","14933.841"],["9297.674","14950.641"],["9297.067","14945.296"],["9294.670","14955.196"],["9274.688","14962.121"],["9313.773","15049.940"],["9314.986","15054.648"],["9338.928","15057.985"],["9361.334","15062.876"],["9360.250","15065.225"],["9309.608","15025.524"],["9298.140","15037.519"],["9340.595","15018.059"],["9366.956","15023.130"],["9376.248","15021.312"],["9371.028","15040.364"],["9353.660","14981.952"],["9328.438","15005.043"],["9312.864","14938.571"],["9306.623","14961.444"],["9315.660","14947.424"],["9321.964","14959.538"],["9305.615","14996.550"],["9353.565","14994.558"],["9377.528","15006.224"],["9371.062","15059.286"],["9380.833","15066.142"],["9252.477","15084.174"],["9246.897","15079.972"],["9226.896","15043.411"],["9225.106","15039.537"],["9204.419","15082.997"],["9287.678","14879.623"],["9282.387","14875.521"],["9292.199","14899.546"],["9291.635","14926.013"],["9297.098","14944.860"],["9299.518","14945.428"],["9294.670","14951.827"],["9277.369","14964.912"],["9305.155","15035.242"],["9323.703","15061.534"],["9333.138","15062.874"],["9350.018","15053.610"],["9355.727","15070.708"],["9312.273","15020.933"],["9288.107","15042.870"],["9340.940","15019.925"],["9361.956","15013.254"],["9370.327","15030.610"],["9372.459","15026.277"],["9355.223","14980.730"],["9342.254","14994.771"],["9307.370","14948.992"],["9295.834","14958.125"],["9323.407","14950.413"],["9317.424","14952.073"],["9307.457","15001.785"],["9355.852","14994.343"],["9378.959","15009.560"],["9376.374","15052.481"],["9378.810","15068.884"],["9199.581","15060.920"],["9204.548","15060.711"],["9231.126","14972.944"],["9224.872","14970.295"],["9247.210","15078.651"],["9226.600","15043.906"],["9231.224","15030.900"],["9207.440","15070.438"],["9212.526","15080.337"],["9266.400","14884.985"],["9291.409","14892.560"],["9293.083","14930.571"],["9299.746","14946.181"],["9288.663","14954.974"],["9289.620","14957.277"],["9264.458","14964.087"],["9305.418","15040.593"],["9328.324","15060.345"],["9329.816","15061.800"],["9354.639","15055.625"],["9365.891","15069.982"],["9317.026","15010.925"],["9290.245","15028.370"],["9344.328","15020.239"],["9357.697","15013.353"],["9374.801","15029.883"],["9379.647","15037.309"],["9343.627","14973.727"],["9328.224","15002.731"],["9306.416","14950.611"],["9294.699","14962.501"],["9317.453","14948.134"],["9319.316","14950.471"],["9311.915","15001.240"],["9357.102","14993.600"],["9373.317","15007.364"],["9368.792","15060.574"],["9376.606","15067.662"],["9225.630","14901.533"],["9222.264","14907.152"],["9231.808","14949.094"],["9228.948","14966.789"],["9229.301","14981.143"],["9253.053","14963.907"],["9264.101","14954.539"],["9270.435","14930.261"],["9253.081","15076.058"],["9229.051","15042.420"],["9228.478","15030.668"],["9200.682","15028.759"],["9202.226","15070.933"],["9205.997","15083.392"],["9200.255","15075.255"],["9277.206","14875.439"],["9291.014","14898.143"],["9296.701","14935.245"],["9303.809","14955.529"],["9286.821","14944.123"],["9291.084","14954.684"],["9270.776","14953.208"],["9311.882","15040.510"],["9317.025","15057.538"],["9334.635","15062.130"],["9349.639","15066.773"],["9361.434","15072.079"],["9309.477","15010.429"],["9291.084","15029.955"],["9339.279","15016.919"],["9371.331","15019.001"],["9368.502","15026.795"],["9369.334","15033.031"],["9343.479","14977.757"],["9329.754","14995.481"],["9308.489","14948.084"],["9294.518","14957.695"],["9316.717","14958.068"],["9312.737","15004.709"],["9360.572","14994.145"],["9377.989","15004.804"],["9370.947","15059.566"],["9373.366","15073.822"],["9229.680","14968.163"],["4415.865","11291.791"],["4380.602","11294.214"],["4359.486","11286.996"],["4361.376","11282.584"],["4377.220","11343.251"],["4399.900","11319.048"],["4455.823","11292.546"],["4447.891","11295.899"],["4361.830","11364.981"],["4368.803","11327.525"],["4394.237","11291.556"],["4408.135","11294.925"],["4409.862","11325.478"],["4519.056","11333.723"],["4533.694","11316.976"],["4532.970","11280.098"],["4401.670","11288.917"],["4383.069","11295.618"],["4365.409","11294.842"],["4370.555","11287.706"],["4391.282","11342.211"],["4397.893","11331.120"],["4453.735","11289.739"],["4437.266","11299.697"],["4470.767","11360.491"],["4503.053","11304.524"],["4367.225","11283.198"],["4455.767","11307.576"],["4434.468","11353.307"],["4522.214","11306.638"],["4491.737","11348.686"],["4439.821","11287.210"],["4378.623","11367.525"],["4424.928","11298.658"],["4418.875","11299.335"],["4468.135","11330.915"],["4492.444","11309.627"],["4362.899","11367.178"],["4434.007","11290.565"],["4483.020","11340.623"],["4457.889","11324.421"],["4489.796","11311.180"],["4507.658","11292.088"],["4558.300","11292.486"],["4412.082","11284.623"],["4391.539","11280.127"],["4359.535","11288.284"],["4382.401","11349.907"],["4397.729","11328.478"],["4446.909","11288.533"],["4438.302","11301.250"],["4454.895","11317.171"],["4527.855","11307.959"],["4402.965","11283.430"],["4393.436","11279.120"],["4386.671","11285.346"],["4371.576","11291.291"],["4385.756","11351.377"],["4401.989","11323.672"],["4451.580","11295.354"],["4444.289","11291.654"],["4549.139","11313.527"],["4458.082","11314.745"],["4481.930","11338.275"],["4556.145","11289.877"],["4381.906","11292.843"],["4446.684","11319.700"],["4530.400","11337.235"],["18949.857","18367.650"],["19061.970","18438.764"],["18917.028","18367.336"],["19018.615","18442.248"],["18887.748","18268.227"],["18920.639","18319.971"],["19030.786","18403.256"],["18927.554","18304.281"],["19077.431","18394.569"],["18926.518","18345.420"],["19014.667","18425.271"],["18977.859","18436.004"],["19937.760","12542.756"],["19985.819","12504.853"],["24147.861","17669.882"],["29755.787","15435.785"],["29739.208","15436.297"],["29727.761","15428.155"],["29804.801","15456.825"],["29819.537","15466.166"],["6116.984","17003.350"],["6105.241","16997.206"],["6165.315","17011.834"],["6164.081","17013.717"],["6147.763","17011.402"],["6138.355","17008.660"],["6173.245","17021.604"],["6165.449","17018.779"],["6162.229","17055.622"],["6192.558","17060.461"],["6170.091","17058.016"],["6141.279","17050.143"],["6093.272","17030.565"],["6086.578","17023.645"],["6045.660","17011.697"],["6042.963","17047.238"],["6088.710","17069.402"],["6068.085","17098.882"],["6068.947","17101.635"],["6043.174","17072.006"],["6040.987","17070.619"],["6072.400","17162.113"],["6089.319","17153.775"],["6111.293","17172.503"],["6145.020","17085.114"],["6155.672","17099.969"],["6144.176","17104.346"],["6118.961","17109.849"],["6120.836","17102.004"],["6124.421","17101.707"],["6129.721","17116.949"],["6128.553","17124.959"],["6129.655","17126.858"],["6159.365","17117.091"],["6168.608","17118.033"],["6172.539","17122.277"],["6132.774","17135.783"],["6132.544","17133.207"],["6137.773","17151.898"],["6140.981","17153.170"],["6151.836","17149.487"],["6132.375","17177.674"],["6134.266","17161.406"],["6139.233","17161.852"],["6093.049","17148.153"],["6110.517","17163.148"],["6093.462","17132.269"],["6111.751","17137.884"],["6100.254","17133.656"],["6087.669","17132.469"],["6051.558","17136.140"],["6046.443","17145.917"],["6056.180","17161.309"],["6062.524","17141.100"],["6066.998","17150.249"],["6067.360","17152.049"],["6100.408","17172.510"],["6086.329","17157.002"],["6082.267","17177.712"],["6098.831","17175.377"],["6108.897","17177.904"],["6115.238","17190.679"],["6087.949","17192.484"],["6090.745","17179.074"],["6110.695","17185.812"],["6120.522","17058.244"],["6084.683","17036.279"],["6120.012","17043.546"],["6239.523","17156.353"],["6184.858","17182.844"],["6237.889","17010.830"],["6111.869","16988.106"],["6113.942","17000.806"],["6158.257","17013.863"],["6127.368","16988.281"],["6187.999","17030.588"],["6163.709","17041.914"],["6188.134","17066.489"],["6149.602","17052.720"],["6159.437","17028.095"],["6062.093","17029.729"],["6058.029","17037.758"],["6058.424","17040.087"],["6088.677","17097.412"],["6058.602","17067.927"],["6043.063","17161.907"],["6070.558","17165.829"],["6149.970","17088.532"],["6148.786","17093.124"],["6146.445","17102.248"],["6135.392","17117.908"],["6135.046","17104.217"],["6150.231","17116.536"],["6130.395","17132.011"],["6152.556","17133.012"],["6159.019","17109.527"],["6127.380","17139.945"],["6157.000","17141.890"],["6138.250","17154.309"],["6135.056","17180.267"],["6141.618","17172.835"],["6092.014","17133.871"],["6094.810","17153.557"],["6069.165","17128.092"],["6067.405","17127.712"],["6061.229","17137.841"],["6055.341","17138.832"],["6077.080","17138.358"],["6062.870","17154.841"],["6101.625","17161.197"],["6091.823","17156.837"],["6117.038","17174.782"],["6136.357","17190.514"],["6106.797","17188.999"],["6111.584","17190.932"],["6098.779","17049.458"],["6094.519","17047.972"],["6234.326","17169.301"],["6197.868","17195.462"],["6250.872","17151.877"],["6209.595","17196.701"],["6044.050","17195.404"],["6229.030","17151.894"],["6193.707","17189.979"],["6249.601","17005.944"],["14445.987","17230.134"],["14435.136","17221.334"],["14436.582","17209.583"],["14454.181","17287.234"],["14440.835","17241.215"],["14449.042","17261.634"],["14444.993","17241.798"],["14439.755","17211.905"],["14459.230","17281.878"],["14454.826","17283.471"],["14425.420","17232.315"],["14434.198","17231.986"],["14445.898","17253.045"],["14435.121","17239.433"],["14443.937","17253.323"],["14457.555","17257.237"],["14448.887","17239.400"],["14453.279","17253.422"],["14430.423","17208.906"],["14423.450","17210.360"],["18864.106","13548.797"],["18716.187","13593.775"],["18740.658","13493.185"],["13537.801","18656.659"],["13472.461","18599.142"],["13564.935","18525.705"],["13562.458","18632.591"],["13545.315","18566.826"],["13447.630","18564.255"],["13467.157","18648.569"],["13501.162","18631.083"],["13555.610","18581.263"],["13602.444","18647.852"],["13575.452","18648.198"],["13485.331","18575.249"],["13440.229","18549.474"],["13442.255","18587.000"],["13607.394","18648.975"],["13483.711","18626.029"],["13585.001","18576.506"],["13537.639","18640.717"],["13584.196","18479.747"],["13526.499","18562.350"],["13418.959","18475.209"],["13417.515","18564.040"],["13568.135","18671.039"],["13476.524","18645.335"],["13482.576","18631.942"],["13577.995","18572.394"],["13598.817","18537.431"],["13610.108","18627.257"],["13598.725","18644.482"],["13562.228","18610.147"],["13596.844","18491.423"],["13585.232","18483.396"],["13544.476","18536.421"],["13533.835","18571.830"],["13481.199","18552.347"],["13466.018","18535.320"],["13421.795","18624.390"],["13606.473","18628.859"],["13611.819","18624.466"],["13449.928","18600.563"],["13487.395","18611.975"],["13542.672","18632.443"],["13557.984","18646.613"],["13592.963","18481.101"],["13508.621","18560.831"],["13500.446","18532.969"],["13432.166","18477.835"],["13468.008","18557.038"],["13436.693","18551.092"],["25141.989","6203.697"],["25028.477","6016.696"],["25131.594","6172.186"],["18625.472","16830.554"],["18641.969","16818.911"],["18598.531","16971.590"],["18662.888","16882.594"],["18634.699","16845.913"],["18647.578","16920.808"],["14238.512","16348.528"],["14230.191","16347.104"],["14249.506","16326.647"],["14234.878","16342.760"],["14240.526","16327.786"],["14090.750","16263.686"],["14111.654","16289.611"],["14095.108","16305.598"],["14156.822","16294.592"],["14241.290","16268.784"],["14244.777","16269.148"],["14228.969","16228.763"],["14197.401","16237.624"],["14221.586","16255.264"],["14209.975","16278.303"],["14178.740","16302.334"],["14185.813","16301.525"],["14223.532","16335.610"],["14058.441","16271.956"],["14234.017","16169.503"],["14233.346","16141.896"],["14224.110","16234.833"],["14213.899","16234.118"],["14196.654","16244.126"],["14193.467","16248.684"],["14195.313","16280.137"],["14175.107","16245.904"],["14155.936","16259.560"],["14152.700","16261.982"],["14144.279","16293.881"],["14138.047","16306.544"],["14131.483","16284.354"],["14109.155","16285.397"],["14113.939","16276.469"],["14097.977","16267.887"],["14097.749","16282.033"],["14087.857","16275.611"],["14219.378","16349.653"],["14216.938","16328.265"],["14239.378","16321.920"],["14249.132","16298.784"],["14092.213","16303.715"],["14107.345","16279.933"],["14124.273","16293.473"],["14245.025","16169.513"],["14165.144","16305.905"],["14164.256","16293.353"],["14236.685","16274.783"],["14243.414","16276.172"],["14232.655","16262.558"],["14228.165","16254.829"],["14248.344","16230.959"],["14226.567","16225.394"],["14197.845","16235.989"],["14207.919","16260.698"],["14217.639","16279.112"],["14180.599","16285.836"],["14178.247","16302.334"],["14227.956","16341.225"],["14204.716","16352.538"],["14057.766","16269.627"],["14231.748","16164.697"],["14232.136","16244.494"],["14221.531","16243.432"],["14202.559","16245.678"],["14185.243","16254.233"],["14191.448","16280.384"],["14181.768","16249.405"],["14154.094","16250.609"],["14148.769","16262.494"],["14154.180","16281.048"],["14138.080","16305.851"],["14125.332","16296.856"],["14114.566","16296.528"],["14108.988","16277.708"],["14093.144","16289.911"],["14077.068","16272.473"],["14224.241","16338.025"],["14248.605","16316.536"],["14233.589","16298.784"],["14061.730","16271.609"],["14246.600","16155.911"],["14228.962","16241.653"],["14214.524","16231.360"],["14200.914","16241.120"],["14185.379","16276.107"],["14183.512","16250.214"],["14161.956","16261.443"],["14155.430","16264.938"],["14155.924","16283.047"],["14127.751","16299.410"],["14130.677","16289.259"],["14116.162","16288.683"],["14114.268","16266.511"],["14101.003","16255.021"],["14098.753","16280.448"],["14085.900","16279.607"],["14117.232","16231.014"],["14229.208","16336.803"],["14248.655","16316.403"],["14237.224","16297.893"],["4411.700","16398.591"],["4504.493","16543.846"],["4455.084","16557.245"],["4473.522","16554.998"],["4441.713","16540.729"],["4460.419","16513.924"],["4447.228","16518.003"],["4440.337","16522.809"],["4463.462","16524.758"],["4466.439","16520.612"],["4452.179","16495.955"],["4433.351","16477.335"],["4440.539","16470.630"],["4432.775","16478.772"],["4450.884","16479.697"],["4417.146","16406.655"],["4387.027","16489.317"],["4384.161","16496.920"],["4375.625","16518.820"],["4357.895","16501.743"],["4377.023","16516.491"],["4385.201","16472.580"],["4357.669","16400.435"],["4385.572","16367.448"],["4360.523","16371.363"],["4392.365","16391.742"],["4431.526","16420.975"],["4425.638","16456.334"],["4429.306","16424.360"],["4448.598","16416.433"],["4440.835","16445.483"],["4417.118","16402.527"],["4392.990","16452.261"],["4387.825","16439.940"],["4378.779","16423.243"],["4367.743","16429.172"],["4369.931","16401.014"],["4374.931","16402.203"],["4378.368","16459.742"],["4404.487","16444.449"],["4390.490","16428.264"],["4411.420","16352.782"],["4394.726","16370.569"],["4418.427","16383.302"],["4406.338","16370.668"],["4436.733","16375.788"],["4474.591","16534.982"],["4465.068","16561.786"],["4463.407","16557.657"],["4483.275","16543.339"],["4484.081","16548.690"],["4460.940","16553.083"],["4476.384","16560.960"],["4453.379","16504.461"],["4436.241","16513.412"],["4434.218","16525.881"],["4464.745","16538.020"],["4472.162","16520.001"],["4432.085","16494.115"],["4458.104","16487.063"],["4432.595","16484.503"],["4471.060","16352.667"],["4444.629","16393.740"],["4412.902","16395.986"],["4391.155","16479.820"],["4396.320","16487.549"],["4410.136","16493.677"],["4387.175","16484.643"],["4386.188","16492.174"],["4388.951","16483.520"],["4408.113","16505.716"],["4402.307","16492.801"],["4396.404","16562.069"],["4392.719","16560.071"],["4376.957","16532.577"],["4377.928","16551.156"],["4376.234","16518.093"],["4372.895","16506.119"],["4372.089","16499.728"],["4362.138","16532.907"],["4379.576","16498.112"],["4386.435","16489.260"],["4357.734","16430.641"],["4363.335","16398.530"],["4391.888","16399.917"],["4359.931","16388.307"],["4392.315","16383.650"],["4454.865","16442.791"],["4430.358","16434.286"],["4454.503","16421.553"],["4425.375","16402.511"],["4428.204","16419.521"],["4426.263","16457.639"],["4428.434","16422.015"],["4407.431","16408.809"],["4361.329","16447.967"],["4396.181","16418.239"],["4417.957","16403.425"],["4382.792","16419.379"],["4404.207","16466.695"],["4383.829","16427.158"],["4412.299","16403.904"],["4385.243","16407.306"],["4412.069","16443.821"],["4381.460","16408.479"],["4410.877","16380.098"],["4405.828","16362.856"],["4415.762","16353.311"],["4401.568","16356.713"],["4416.486","16363.269"],["4369.525","16364.388"],["4483.308","16535.824"],["4392.467","16525.145"],["4363.409","16484.735"],["4407.381","16405.721"],["4434.907","16370.404"],["27759.983","10856.254"],["27741.731","10789.657"],["27756.759","10851.795"],["27736.466","10834.442"],["27728.108","10809.565"],["11998.298","12775.325"],["12093.137","12950.876"],["12016.251","12766.358"],["12026.002","12883.799"],["12066.860","12879.347"],["12038.331","12878.359"],["12079.642","12858.296"],["12027.443","12810.786"],["12035.760","12813.645"],["12060.766","12822.422"],["12124.095","12812.762"],["11992.229","12763.616"],["12090.950","12938.159"],["12071.257","12969.053"],["12063.620","12892.427"],["12058.089","12893.549"],["12031.609","12879.158"],["12032.114","12877.847"],["12079.346","12840.559"],["12034.806","12830.309"],["12060.897","12822.207"],["12136.463","12828.088"],["12090.052","12834.546"],["12073.494","12821.759"],["12108.791","12853.443"],["12124.133","12897.598"],["12002.574","12771.708"],["12093.466","12943.064"],["12015.034","12767.101"],["12062.602","12882.270"],["12037.366","12874.441"],["12036.703","12900.737"],["12074.083","12847.892"],["12037.586","12825.767"],["12058.233","12831.109"],["12130.592","12816.363"],["12117.718","12961.335"],["12073.569","12958.204"],["12072.978","12885.821"],["12065.799","12819.796"],["11997.147","12773.244"],["12099.436","12939.279"],["12056.437","12888.624"],["12050.091","12896.360"],["12076.172","12842.078"],["12042.718","12828.377"],["12125.822","12827.279"],["12063.991","12961.284"],["12048.596","12876.587"],["12084.699","12935.531"],["30327.296","8704.755"],["30302.806","8712.269"],["30305.948","8723.714"],["30343.892","8709.478"],["30352.905","8700.230"],["32316.462","11605.805"],["32213.699","11602.039"],["32188.771","11682.964"],["32146.174","11682.639"],["32255.734","11676.382"],["32326.577","11631.255"],["32232.163","11680.288"],["27772.265","16905.545"],["27740.811","16893.292"],["27788.419","16942.416"],["27831.440","16909.401"],["27775.279","16840.568"],["27864.990","16901.873"],["27922.645","16913.111"],["27772.001","16974.175"],["27848.661","16895.017"],["27799.053","16791.828"],["27804.909","16802.728"],["27772.728","16777.062"],["27779.802","16834.144"],["27769.226","16829.404"],["27834.220","16882.135"],["27856.033","16926.655"],["27859.694","16909.685"],["27872.095","16909.206"],["27896.033","16931.460"],["27901.987","16926.703"],["15293.540","15682.781"],["15248.553","15654.792"],["15234.011","15678.572"],["15187.794","15673.237"],["15131.776","15622.653"],["15163.383","15682.068"],["15185.899","15687.088"],["15165.817","15681.572"],["15242.437","15619.096"],["15213.402","15649.749"],["15168.440","15715.800"],["15167.462","15679.871"],["15262.600","15699.191"],["15181.656","15680.598"],["15166.656","15681.390"],["15158.035","15703.752"],["15126.349","15683.930"],["15293.162","15665.258"],["15291.574","15601.858"],["15268.915","15615.024"],["15107.845","15637.484"],["15169.932","15660.702"],["15164.389","15611.714"],["15216.837","15519.334"],["15295.449","15670.493"],["15209.488","15580.698"],["15248.983","15611.499"],["15127.563","15656.173"],["15221.853","15529.838"],["15273.536","15627.493"],["15199.620","15654.377"],["15177.761","15670.017"],["15116.891","15644.866"],["15256.501","15705.919"],["15246.853","15701.363"],["15243.597","15710.992"],["15235.578","15667.668"],["15270.461","15629.607"],["15209.998","15663.163"],["15156.379","15633.832"],["15095.098","15646.699"],["15259.396","15699.329"],["15166.236","15704.536"],["15182.692","15686.494"],["15178.564","15688.426"],["15170.496","15710.663"],["15184.024","15687.121"],["15166.261","15682.183"],["15184.879","15687.650"],["15166.598","15714.660"],["15169.180","15712.827"],["15292.004","15535.593"],["15276.746","15604.530"],["15177.547","15614.274"],["15175.685","15548.764"],["15167.223","15714.726"],["15286.757","15529.433"],["15207.766","15658.023"],["15183.040","15604.266"],["15179.551","15688.459"],["15170.932","15682.827"],["22323.935","7457.540"],["22302.399","7407.457"],["22281.972","7369.963"],["18674.325","8280.119"],["28719.866","8541.509"],["28597.315","8580.552"],["28598.170","8550.775"],["28686.674","8589.652"],["28608.137","8561.758"],["28596.081","8631.105"],["28670.259","8561.973"],["28676.377","8616.341"],["28703.072","8585.127"],["28642.447","8608.727"],["28587.344","8542.980"],["28657.578","8631.634"],["28595.226","8581.395"],["28666.361","8592.707"],["28663.857","8647.126"],["28617.015","8653.517"],["28630.189","8563.096"],["28692.673","8578.604"],["28611.900","8649.488"],["28596.817","8542.171"],["28603.429","8674.822"],["28610.374","8566.118"],["28604.058","8603.459"],["28659.482","8575.349"],["28701.213","8569.107"],["28611.049","8590.247"],["28614.206","8606.118"],["28600.029","8637.679"],["21398.706","16104.038"],["21398.443","16131.124"],["21394.234","16140.543"],["21396.455","16138.908"],["10857.572","16750.942"],["10792.118","16714.128"],["10821.755","16624.372"],["10830.034","16648.501"],["10791.003","16600.744"],["10837.408","16586.121"],["10810.606","16574.636"],["10759.580","16729.209"],["10733.171","16592.293"],["10731.455","16571.851"],["10719.486","16621.189"],["10742.295","16615.410"],["10716.889","16689.781"],["10839.615","16771.501"],["10859.496","16757.763"],["10854.112","16771.622"],["10798.978","16700.620"],["10788.762","16711.056"],["10829.337","16621.433"],["10820.988","16643.679"],["10789.934","16610.488"],["10837.786","16587.112"],["10777.638","16565.457"],["10800.524","16577.328"],["10746.949","16731.521"],["10718.722","16747.472"],["10731.905","16602.946"],["10730.255","16579.382"],["10727.546","16613.873"],["10740.289","16622.197"],["10714.369","16684.521"],["10761.429","16598.766"],["10869.140","16770.398"],["10846.735","16681.163"],["10850.520","16682.596"],["10858.346","16718.856"],["10841.565","16721.921"],["10782.649","16728.249"],["10805.831","16744.614"],["10812.353","16740.766"],["10802.031","16757.922"],["10842.164","16767.769"],["10863.542","16753.271"],["10799.586","16707.242"],["10783.828","16722.253"],["10823.992","16620.987"],["10817.567","16651.490"],["10800.147","16594.963"],["10830.352","16595.486"],["10775.171","16564.202"],["10801.231","16567.436"],["10751.044","16742.719"],["10724.922","16743.492"],["10740.605","16601.261"],["10729.992","16582.851"],["10719.207","16609.083"],["10744.499","16625.302"],["10720.701","16678.773"],["10711.343","16654.233"],["10780.335","16752.670"],["10766.562","16769.053"],["10792.246","16771.664"],["10856.947","16752.065"],["10844.458","16775.223"],["10792.266","16721.741"],["10829.584","16634.050"],["10824.870","16654.265"],["10799.769","16602.792"],["10841.947","16593.438"],["10804.076","16577.494"],["10755.879","16736.261"],["10739.964","16600.006"],["10727.771","16575.650"],["10722.019","16611.907"],["10748.743","16623.519"],["10706.124","16648.766"],["10707.769","16664.260"],["4908.917","17872.353"],["4933.197","17850.750"],["4951.781","17853.187"],["4939.560","17892.764"],["4964.264","17879.189"],["4909.237","17868.681"],["4968.453","18031.056"],["4965.747","18039.900"],["4964.438","17893.043"],["4854.994","18017.221"],["4863.892","18027.923"],["4855.241","18020.987"],["4856.368","17986.952"],["4885.513","18011.015"],["4889.559","18022.724"],["4873.506","17997.191"],["4864.806","17988.868"],["4860.628","17994.466"],["4829.512","17964.585"],["4804.775","17989.176"],["4825.104","17962.537"],["4830.417","17980.158"],["4779.498","17892.324"],["4779.317","17889.599"],["4809.285","17918.699"],["4809.219","17922.068"],["4823.964","17903.706"],["4805.066","17927.224"],["4809.474","17902.104"],["4808.257","17919.693"],["4822.813","17923.211"],["4855.693","17953.172"],["4844.328","17911.636"],["4844.410","17935.517"],["4828.440","17940.851"],["4837.387","17935.649"],["4861.927","17901.248"],["4850.957","17915.303"],["4854.674","17915.633"],["4860.371","17903.117"],["4880.667","17887.312"],["4866.572","17900.227"],["4892.805","17894.364"],["4858.562","17865.974"],["4921.524","18025.769"],["4912.560","18025.224"],["4901.047","17995.497"],["4924.156","18004.432"],["4918.152","18024.002"],["4933.218","18027.338"],["4935.606","18011.390"],["4956.412","18030.382"],["4937.004","18013.586"],["4930.474","17997.087"],["4904.642","17839.209"],["4941.176","18007.981"],["4965.354","18014.273"],["4952.459","17986.131"],["4970.798","17983.885"],["4964.861","17995.545"],["4962.410","18023.307"],["4980.756","17949.481"],["4987.384","17962.858"],["4981.743","17940.827"],["4952.155","17911.194"],["4925.230","17927.924"],["4915.230","17931.953"],["4946.842","17900.525"],["4937.928","17902.292"],["4932.566","17927.990"],["4838.657","17904.238"],["4827.588","17882.421"],["4861.519","17876.063"],["4857.341","17895.055"],["4861.305","17905.559"],["4827.785","17904.420"],["4885.842","17855.850"],["4865.233","17853.439"],["4878.046","17840.920"],["4891.007","17838.870"],["4912.488","17839.778"],["4890.004","17835.071"],["4897.619","17857.532"],["4987.951","17957.260"],["4920.977","17836.217"],["4937.982","17851.305"],["4947.800","17882.360"],["4959.790","17881.451"],["4937.145","17837.348"],["4904.805","17870.003"],["4899.007","17863.098"],["4966.743","18031.700"],["4968.674","18036.250"],["4960.112","17886.817"],["4860.358","18043.634"],["4841.737","18006.321"],["4860.504","18036.841"],["4863.826","18025.545"],["4858.546","18021.829"],["4864.270","18041.168"],["4850.175","18019.616"],["4882.174","18008.802"],["4885.069","18022.129"],["4855.020","17986.589"],["4851.631","17999.636"],["4889.444","18014.714"],["4862.355","18022.295"],["4802.341","17997.764"],["4828.969","17994.841"],["4808.065","17991.372"],["4788.972","17898.864"],["4801.686","17926.114"],["4801.225","17919.624"],["4802.632","17914.078"],["4821.513","17919.594"],["4802.336","17900.585"],["4836.464","17911.964"],["4863.325","17921.033"],["4845.743","17935.765"],["4830.068","17944.898"],["4845.480","17934.163"],["4869.295","17900.802"],["4862.239","17915.633"],["4880.042","17870.598"],["4882.740","17890.119"],["4873.167","17895.817"],["4873.036","17889.591"],["4870.733","17885.429"],["4897.577","18016.323"],["4900.504","18028.230"],["4931.211","18027.487"],["4913.975","18016.306"],["4912.445","18002.334"],["4943.830","18028.532"],["4933.578","17985.652"],["4937.476","18004.761"],["4939.598","18024.315"],["4969.334","18002.779"],["4946.653","17994.967"],["4939.614","17994.587"],["4974.539","17924.064"],["4970.197","17952.553"],["4967.203","17963.800"],["4978.717","17953.825"],["4975.641","17958.631"],["4927.270","17916.660"],["4918.651","17920.277"],["4945.576","17895.058"],["4915.214","17923.613"],["4956.299","17922.721"],["4940.493","17925.876"],["4837.868","17878.904"],["4865.071","17871.785"],["4845.516","17868.978"],["4826.025","17876.690"],["4901.780","17859.151"],["4924.511","17841.099"],["4889.034","17860.389"],["4909.428","17856.293"],["4887.948","17848.168"],["4947.979","18021.741"],["4944.114","18026.300"],["4947.568","18022.567"],["4945.792","18016.539"],["4940.644","18016.308"],["4952.667","18014.293"],["4922.034","18007.610"],["4926.936","18020.393"],["4921.870","18017.767"],["4920.159","18021.136"],["4919.781","18009.344"],["4923.005","18014.299"],["4901.263","18010.925"],["4902.842","18010.561"],["4904.964","18020.718"],["4904.832","18011.932"],["4906.773","18019.265"],["4913.220","18011.767"],["4872.369","18009.957"],["4873.619","18008.058"],["4870.477","18002.013"],["4864.030","18009.164"],["4862.829","18011.741"],["4869.491","18003.103"],["4853.424","18030.295"],["4856.763","18041.063"],["4856.697","18034.061"],["4851.450","18042.054"],["4848.852","18043.359"],["4848.095","18042.137"],["4822.645","17932.920"],["4829.224","17944.249"],["4825.277","17941.920"],["4824.734","17939.410"],["4829.537","17940.616"],["4822.465","17939.344"],["4835.703","17925.961"],["4842.002","17930.040"],["4830.275","17933.475"],["4833.523","17919.014"],["4836.221","17912.012"],["4833.589","17914.885"],["4831.615","17914.885"],["4841.369","17914.473"],["4838.030","17924.217"],["4861.782","17912.027"],["4859.250","17909.665"],["4844.689","17900.278"],["4856.696","17915.191"],["4843.834","17904.720"],["4843.604","17907.198"],["4857.156","17911.013"],["4852.715","17908.717"],["4847.044","17926.264"],["4846.386","17922.994"],["4851.879","17923.671"],["4845.465","17922.135"],["4855.613","17928.444"],["4857.932","17914.670"],["4881.526","17930.692"],["4892.102","17922.814"],["4885.605","17928.165"],["4889.766","17923.970"],["4887.135","17919.065"],["4877.940","17916.175"],["4903.815","17901.508"],["4896.594","17913.201"],["4897.861","17902.713"],["4897.746","17914.555"],["4898.124","17903.457"],["4895.706","17901.706"],["4904.495","17910.851"],["4898.327","17919.009"],["4901.830","17913.014"],["4901.551","17908.439"],["4903.113","17913.146"],["4910.070","17908.258"],["4806.854","17891.331"],["4808.565","17892.867"],["4815.835","17889.663"],["4807.989","17890.422"],["4808.187","17891.578"],["4807.858","17898.680"],["4850.461","17866.799"],["4854.441","17879.780"],["4851.053","17869.540"],["4855.198","17865.643"],["4849.096","17877.947"],["4853.931","17874.941"],["4862.335","17866.273"],["4867.319","17864.110"],["4871.842","17866.290"],["4877.701","17852.464"],["4880.119","17854.710"],["4876.057","17855.867"],["4875.662","17846.205"],["4877.389","17849.789"],["4874.922","17851.473"],["4851.093","17851.760"],["4853.165","17855.162"],["4857.145","17849.084"],["4859.349","17857.887"],["4860.747","17845.055"],["4862.228","17853.164"],["4839.226","17860.650"],["4825.131","17862.004"],["4829.456","17869.584"],["4833.584","17871.781"],["4822.283","17861.793"],["4827.990","17861.727"],["4830.556","17858.060"],["4823.994","17854.064"],["4830.589","17865.410"],["4825.359","17853.882"],["4788.752","17871.302"],["4793.588","17870.245"],["4797.667","17867.602"],["4792.255","17874.456"],["4788.028","17878.503"],["4788.324","17870.245"],["6690.312","13621.731"],["6697.894","13630.715"],["6676.535","13652.641"],["6682.653","13637.497"],["6682.571","13637.315"],["6678.930","13612.416"],["6677.515","13666.432"],["6680.153","13655.564"],["6674.084","13625.606"],["6685.904","13611.326"],["6681.683","13651.997"],["6688.700","13630.527"],["6685.509","13667.769"],["6678.015","13655.944"],["6815.770","13665.367"],["6808.583","13658.001"],["6785.592","13680.247"],["6759.884","13685.697"],["6746.021","13660.577"],["6739.146","13660.015"],["6742.413","13642.168"],["6769.157","13639.510"],["6757.422","13635.684"],["6738.214","13653.897"],["6727.066","13617.626"],["6698.173","13622.888"],["6694.061","13643.333"],["6801.293","13609.923"],["6832.514","13605.512"],["6817.054","13625.892"],["6866.474","13616.313"],["6675.246","13662.270"],["6676.864","13659.082"],["6682.949","13626.729"],["6807.363","13620.081"],["6809.106","13612.038"],["6814.701","13670.453"],["6807.201","13670.717"],["6763.749","13679.735"],["6759.967","13673.756"],["6746.778","13642.377"],["6773.916","13638.892"],["6767.002","13662.515"],["6748.236","13625.042"],["6743.376","13653.272"],["6747.524","13655.829"],["6705.097","13642.376"],["6714.752","13648.668"],["6762.077","13618.831"],["6806.368","13605.623"],["6786.868","13618.924"],["6840.870","13623.481"],["6831.347","13606.057"],["6872.625","13618.477"],["6673.338","13618.708"],["6820.211","13641.304"],["6768.700","13691.559"],["6740.363","13627.959"],["6768.943","13656.504"],["6694.557","13621.611"],["6757.686","13612.126"],["6836.593","13620.822"],["6871.457","13617.453"],["6852.898","13612.745"],["6813.218","13634.400"],["6768.815","13670.635"],["6748.768","13662.972"],["6750.785","13623.737"],["6739.643","13626.072"],["6738.333","13653.778"],["6730.257","13618.069"],["6790.503","13613.804"],["6822.136","13616.511"],["28248.448","10729.050"],["28185.084","10771.564"],["28190.540","10744.507"],["28171.524","10779.802"],["28212.828","10740.801"],["28246.777","10677.854"],["28307.763","10698.424"],["28245.582","10732.085"],["28179.706","10778.500"],["28168.536","10760.147"],["28146.139","10770.082"],["28271.285","10740.607"],["28154.472","10733.306"],["28152.068","10716.243"],["28197.729","10736.821"],["28289.556","10661.463"],["28306.332","10660.455"],["28303.125","10694.213"],["28342.342","10800.612"],["28262.447","10792.568"],["28217.966","10827.422"],["28284.759","10833.099"],["28217.810","10831.309"],["28227.090","10841.714"],["28281.631","10831.866"],["28229.146","10816.082"],["28309.178","10651.323"],["27491.166","6982.147"],["27505.738","6921.321"],["27495.606","6861.486"],["28359.951","9917.233"],["28392.220","9926.233"],["28409.236","9817.411"],["28411.539","9804.513"],["28424.253","9829.154"],["28378.684","9882.914"],["28369.046","9879.314"],["28500.023","9982.170"],["28477.720","9956.472"],["28392.803","10000.923"],["28390.033","9839.875"],["28390.789","9852.476"],["28465.483","9935.762"],["28463.156","9852.914"],["28483.699","9875.887"],["28372.981","9803.542"],["28362.648","9843.905"],["28393.701","9860.321"],["28496.717","9970.411"],["28475.886","9910.982"],["28473.937","9962.120"],["28507.292","9993.334"],["28398.366","9981.736"],["28363.421","9830.693"],["28406.332","9917.976"],["28500.130","9918.413"],["28463.156","9886.291"],["28513.567","9912.996"],["28477.884","9966.299"],["28527.079","9984.911"],["28464.957","9938.272"],["28362.477","9969.862"],["28365.718","9998.400"],["28387.757","9981.868"],["28403.708","10004.425"],["28480.730","9941.014"],["28374.490","9887.241"],["17741.943","12110.646"],["17702.520","12088.025"],["17659.820","12077.618"],["17634.788","12096.198"],["17696.664","12106.440"],["17684.261","12099.121"],["17743.752","12089.407"],["17698.736","12111.498"],["17688.504","12107.280"],["17625.446","12100.344"],["17750.627","12104.271"],["17705.036","12073.772"],["17654.869","12107.065"],["17769.245","12090.448"],["17709.756","12108.455"],["17651.004","12105.958"],["17636.301","12096.380"],["17776.581","12115.221"],["17703.687","12104.144"],["17666.876","12068.650"],["9835.032","17987.389"],["9856.052","17988.644"],["9903.733","17997.381"],["9864.934","17943.558"],["9849.055","17884.670"],["9867.966","17892.619"],["9846.972","17896.777"],["9831.145","17889.257"],["9843.005","17871.530"],["9874.480","17862.246"],["9885.578","17846.507"],["9872.037","17837.249"],["9855.538","17850.084"],["9950.678","17847.735"],["9936.421","17844.995"],["9948.230","17861.791"],["9935.200","17868.687"],["9936.130","17877.511"],["9939.030","17883.826"],["9929.419","17886.896"],["9921.807","17885.132"],["10011.928","17834.205"],["9999.347","17835.027"],["9998.236","17853.343"],["9991.538","17861.443"],["9976.011","17871.825"],["10017.861","17903.359"],["10002.532","17899.585"],["9996.065","17905.784"],["9998.702","17914.362"],["10029.118","17896.400"],["10031.588","17918.968"],["9987.736","17935.772"],["9978.453","17934.411"],["9966.608","17944.977"],["9936.777","17980.738"],["9916.278","18008.754"],["9895.128","17998.321"],["9886.761","18016.108"],["9891.508","18025.989"],["9860.045","18042.003"],["9852.503","18031.633"],["9837.936","18031.169"],["10009.153","17885.782"],["9974.379","17951.243"],["9964.642","17928.716"],["9891.551","18031.862"],["9857.271","18042.104"],["9912.871","17948.559"],["9907.510","17962.481"],["9866.276","18010.293"],["9936.097","17868.679"],["10005.077","17887.473"],["9997.231","17933.204"],["10029.536","17949.655"],["9931.772","17974.461"],["9903.286","17985.625"],["9948.060","17960.336"],["10038.373","18034.839"],["9834.897","17989.782"],["9979.095","17958.795"],["9967.711","17967.889"],["10008.281","17887.259"],["10027.804","17875.896"],["10040.495","17897.261"],["9981.295","17963.207"],["9974.212","17862.345"],["9933.422","18012.617"],["10029.992","17905.753"],["10032.482","17839.750"],["9993.773","17849.727"],["9985.669","17858.535"],["9957.401","17837.477"],["9867.402","17862.553"],["9866.234","17848.262"],["9866.118","17839.777"],["9850.137","17852.809"],["9833.091","17867.608"],["9887.463","17956.606"],["9873.960","17950.736"],["9867.496","17947.753"],["9861.432","17959.833"],["9899.898","17977.767"],["9903.284","17983.588"],["9897.307","17988.151"],["9893.366","17987.269"],["9890.585","18011.129"],["9877.539","18012.319"],["9878.940","18022.931"],["9883.279","18030.752"],["9863.432","18037.699"],["9922.782","18011.117"],["9893.228","18043.450"],["9877.946","18038.251"],["9895.372","18018.375"],["9906.298","18015.500"],["10007.498","17843.042"],["9999.471","18022.034"],["9996.971","18020.697"],["9930.603","18008.024"],["9953.645","18016.249"],["9900.859","18043.331"],["9938.063","18013.141"],["9912.406","18042.614"],["9914.068","18042.069"],["10015.537","18042.897"],["10015.718","18035.680"],["9851.118","18038.836"],["9864.227","18014.547"],["9885.124","18015.187"],["9894.550","18016.065"],["9898.416","17971.632"],["9871.509","18017.251"],["9876.825","18033.315"],["9939.404","17851.306"],["9931.748","17881.726"],["9925.903","17891.115"],["9886.441","17833.927"],["9876.651","17839.919"],["9872.951","17875.012"],["9851.862","17898.826"],["9887.246","17872.671"],["10033.388","17881.796"],["10014.049","17878.540"],["10024.781","17863.684"],["9896.218","18017.149"],["9868.727","17985.950"],["9887.411","18002.333"],["9933.136","17837.102"],["9976.524","17921.908"],["9952.101","17959.713"],["10025.194","17957.136"],["9928.999","18009.572"],["9990.675","17915.778"],["9890.207","17877.298"],["9893.971","17844.817"],["10036.879","17900.168"],["9996.363","17928.150"],["9891.810","18026.216"],["9875.001","18023.656"],["9853.529","17906.115"],["9864.286","18006.742"],["9997.182","17928.993"],["10017.513","17901.662"],["9909.322","18000.472"],["9943.999","17976.244"],["9915.446","18038.193"],["10017.074","18001.743"],["11855.256","16698.676"],["11866.555","16700.344"],["11874.699","16617.981"],["11885.833","16637.271"],["11746.183","16674.997"],["11754.472","16670.786"],["11840.546","16771.000"],["11858.525","16735.559"],["11856.272","16742.578"],["11820.534","16668.898"],["11803.729","16673.117"],["11819.700","16660.978"],["11858.628","16647.719"],["11934.592","16624.492"],["11925.217","16632.072"],["11792.375","16711.174"],["11789.200","16701.067"],["11816.493","16732.770"],["11782.890","16704.379"],["11788.419","16770.153"],["11829.655","16654.150"],["11803.758","16676.179"],["11726.176","16739.671"],["11890.077","16647.361"],["11883.837","16637.841"],["11888.787","16652.490"],["11801.883","16774.230"],["11885.009","16729.477"],["11861.835","16730.369"],["11889.797","16628.931"],["11867.100","16624.785"],["11854.386","16614.810"],["11750.295","16651.611"],["11729.900","16665.583"],["11754.867","16681.421"],["11929.063","16571.435"],["11854.462","16736.947"],["11734.744","16688.552"],["11814.317","16668.040"],["11803.631","16667.469"],["11925.069","16628.802"],["11787.983","16702.405"],["11793.910","16712.257"],["11778.570","16774.429"],["11891.574","16633.851"],["11870.317","16652.408"],["11806.981","16760.572"],["11867.577","16630.021"],["11727.433","16654.122"],["11813.626","16664.158"],["11806.246","16659.062"],["11933.506","16635.722"],["11927.598","16580.730"],["11800.401","16704.667"],["11772.150","16712.603"],["11801.093","16662.107"],["11801.958","16763.876"],["11888.482","16637.832"],["11886.222","16639.063"],["11810.879","16754.907"],["11868.315","16755.573"],["11747.113","16619.858"],["11764.270","16660.269"],["11807.635","16642.796"],["11813.196","16632.927"],["11809.146","16613.110"],["11802.723","16639.215"],["11832.646","16642.234"],["11768.869","16659.145"],["11762.400","16629.915"],["11737.550","16640.933"],["11841.332","16628.648"],["11778.048","16586.202"],["11889.105","16567.641"],["11891.216","16575.499"],["11866.950","16604.695"],["11924.222","16635.006"],["11730.233","16637.509"],["11742.555","16622.357"],["11910.075","16593.920"],["11877.825","16616.593"],["23398.355","8536.637"],["23471.188","8577.321"],["23513.745","8703.613"],["23407.288","8542.089"],["23380.973","8544.970"],["23424.346","8583.498"],["23451.863","8583.779"],["23399.542","8545.986"],["12346.572","16799.998"],["12233.043","16785.428"],["12215.977","16786.480"],["12194.795","16780.644"],["12176.886","16785.709"],["12294.406","16861.431"],["12184.445","16881.341"],["12210.417","16786.315"],["12191.160","16783.831"],["12188.531","16781.365"],["12164.530","16776.029"],["12150.277","16797.936"],["12294.143","16830.002"],["12294.702","16832.942"],["12175.532","16913.770"],["12171.584","16949.955"],["12276.495","16847.178"],["12181.864","16898.527"],["12171.700","16929.047"],["12289.241","16841.563"],["12285.820","16874.329"],["12193.228","16902.860"],["12154.401","16922.880"],["12163.642","16910.454"],["12153.872","16957.682"],["12215.129","16864.486"],["12216.164","16826.217"],["12212.658","16815.957"],["12242.669","16859.569"],["12240.024","16870.884"],["12256.534","16781.184"],["12269.692","16780.336"],["12321.999","16798.931"],["12312.185","16787.342"],["12182.526","16788.421"],["12206.831","16803.580"],["12230.428","16784.668"],["12215.746","16786.975"],["12200.601","16792.271"],["12187.758","16780.572"],["12159.053","16781.314"],["12321.393","16846.862"],["12289.751","16867.872"],["12182.011","16882.778"],["12168.277","16787.816"],["12169.961","16816.128"],["12341.917","16778.379"],["12311.196","16782.501"],["12274.864","16777.349"],["12261.266","16789.159"],["12287.154","16809.789"],["12272.635","16815.513"],["12232.592","16808.813"],["12224.942","16822.921"],["12238.822","16856.028"],["12229.427","16849.148"],["12208.971","16865.242"],["12189.093","16874.746"],["12182.891","16847.771"],["12174.842","16857.469"],["12171.080","16859.215"],["12188.524","16851.701"],["12189.895","16878.634"],["12204.302","16868.662"],["12208.839","16786.546"],["12192.130","16792.898"],["12178.021","16779.945"],["12155.993","16780.686"],["12152.926","16801.768"],["12257.843","16836.294"],["12306.067","16845.312"],["12230.563","16884.793"],["7283.466","14115.688"],["7303.334","14129.825"],["7279.831","14193.657"],["7241.509","14078.545"],["7276.706","14130.056"],["7129.584","14213.822"],["7120.259","14203.136"],["7270.226","14093.640"],["7190.933","14172.699"],["7182.101","14040.775"],["7214.864","14052.930"],["7224.107","14178.595"],["7300.093","14151.674"],["7161.986","14212.732"],["7195.670","14183.863"],["8726.811","19099.856"],["8741.137","19070.013"],["8667.086","19096.287"],["8700.765","19076.863"],["8664.076","19098.054"],["8668.054","19100.262"],["8694.870","19075.116"],["8709.163","19080.467"],["6643.133","17147.541"],["6626.587","17141.969"],["6511.317","17179.597"],["6509.425","17148.840"],["6518.234","17138.890"],["6521.171","17109.949"],["6530.325","17050.068"],["6543.244","17046.723"],["6533.335","17026.906"],["6521.928","17028.584"],["6511.596","17017.501"],["6594.379","17147.409"],["6577.988","17143.597"],["6565.770","17170.654"],["6619.488","17180.411"],["6612.658","17196.002"],["6647.052","17168.866"],["6624.441","17168.280"],["6633.215","17167.474"],["6612.046","17119.659"],["6632.639","17144.512"],["6508.192","17184.386"],["6502.895","17160.517"],["6519.402","17142.904"],["6517.026","17111.023"],["6530.605","17062.488"],["6544.757","17037.210"],["6529.931","17026.378"],["6512.388","17039.451"],["6511.612","17013.125"],["6591.517","17148.384"],["6583.646","17152.020"],["6562.645","17165.402"],["6626.428","17181.121"],["6648.137","17171.145"],["6623.422","17171.368"],["6643.018","17154.923"],["6622.475","17139.723"],["6511.202","17188.168"],["6514.672","17161.227"],["6512.129","17136.254"],["6523.251","17139.534"],["6516.237","17109.817"],["6524.092","17047.806"],["6534.938","17036.863"],["6523.516","17032.175"],["6510.711","17034.694"],["6526.300","17023.562"],["6531.706","17001.364"],["6591.681","17142.124"],["6588.992","17143.729"],["6561.955","17172.058"],["6620.557","17179.601"],["6610.536","17196.150"],["6640.900","17170.815"],["6644.613","17159.646"],["6640.600","17151.366"],["6507.452","17184.865"],["6513.208","17157.032"],["6525.044","17143.449"],["6517.158","17109.718"],["6527.019","17061.877"],["6544.658","17040.463"],["6524.733","17036.485"],["6515.629","17038.443"],["6522.616","17024.438"],["6530.439","17001.315"],["6584.633","17148.585"],["6575.491","17175.311"],["6615.129","17178.528"],["6611.293","17187.827"],["6641.542","17166.438"],["19323.235","17181.934"],["5562.202","14400.039"],["5561.923","14381.690"],["5549.735","14442.004"],["5475.048","14375.906"],["5500.673","14434.783"],["5490.360","14410.703"],["5533.068","14356.163"],["5527.575","14366.353"],["5540.519","14384.222"],["5518.315","14370.696"],["5490.775","14339.693"],["5462.452","14373.021"],["5490.528","14370.627"],["5487.682","14354.854"],["5550.673","14343.705"],["5548.288","14449.452"],["5455.887","14422.280"],["5427.238","14432.427"],["5563.019","14365.527"],["5493.340","14361.477"],["5555.574","14423.953"],["5497.531","14389.696"],["5523.940","14354.165"],["5460.150","14370.792"],["5428.600","14435.612"],["5487.548","14379.886"],["5527.065","14368.929"],["5530.864","14373.570"],["5487.584","14375.069"],["5486.827","14346.432"],["5411.635","14429.904"],["18643.086","15952.102"],["18667.315","16009.582"],["21615.677","13644.553"],["21614.374","13702.430"],["21604.671","13698.467"],["21605.707","13709.516"],["21607.599","13691.899"],["21617.967","13647.567"],["21614.038","13697.612"],["27913.763","11554.284"],["27910.014","11610.727"],["27817.658","11564.702"],["27842.796","11523.313"],["27866.024","11645.392"],["27849.351","11581.057"],["27765.936","11504.381"],["27898.465","11653.032"],["27807.772","11569.493"],["27910.235","11603.146"],["27846.303","11497.471"],["27883.358","11534.350"],["27834.457","11503.743"],["27744.390","11491.713"],["27796.095","11496.074"],["27808.497","11583.992"],["27902.584","11649.582"],["27857.460","11585.335"],["27886.420","11651.528"],["27897.426","11576.435"],["27751.325","11544.406"],["27888.935","11652.692"],["27909.939","11585.260"],["27917.538","11505.063"],["27901.469","11596.556"],["27895.087","11585.161"],["16132.903","14856.043"],["16093.310","14829.701"],["16133.018","14846.927"],["16094.115","14826.382"],["16093.935","14820.255"],["16097.685","14847.075"],["10912.278","14870.063"],["10930.215","14830.353"],["10884.647","14868.728"],["10910.054","14857.431"],["10933.028","14824.044"],["10935.265","14835.869"],["6887.379","15955.285"],["6958.519","15952.039"],["6957.779","15930.833"],["6966.742","15950.734"],["6956.054","15971.186"],["6957.041","15969.502"],["6969.245","15984.151"],["6914.438","15965.080"],["6919.586","15958.061"],["6919.241","15953.635"],["6888.854","16041.113"],["6890.282","16032.249"],["6889.032","16022.654"],["6887.569","16022.623"],["6891.308","16070.210"],["6886.883","16068.756"],["6884.854","16099.240"],["6892.897","16130.814"],["6899.870","16121.317"],["6883.633","16134.388"],["6931.123","16139.089"],["6949.880","16132.393"],["6974.300","15989.188"],["6962.918","15981.591"],["6971.882","15993.564"],["6960.547","16066.938"],["6962.225","16074.122"],["6968.359","16074.518"],["7002.815","16104.403"],["7015.265","16092.925"],["7009.459","16099.482"],["7005.111","16101.523"],["7027.711","16141.117"],["7031.215","16140.076"],["6987.073","16136.598"],["6994.737","16135.707"],["7079.351","16079.142"],["7090.174","16084.129"],["7065.181","16083.662"],["7055.788","16108.889"],["7081.237","16043.885"],["7089.801","16069.003"],["7089.670","16082.710"],["7092.348","16054.160"],["7072.754","16033.576"],["7064.514","16016.615"],["7005.467","16083.281"],["6970.364","16061.303"],["7034.341","15972.011"],["6999.571","15947.562"],["7006.709","15935.456"],["7091.336","15934.980"],["7023.868","15983.379"],["7042.223","16010.909"],["7055.447","15987.775"],["7063.720","15998.493"],["7080.006","16117.228"],["7069.398","16112.323"],["7044.277","16126.119"],["7018.339","16136.523"],["7019.818","16098.689"],["7049.144","16070.696"],["7002.563","16068.961"],["6986.181","16067.689"],["6927.412","16081.466"],["6905.882","16057.849"],["6941.535","16097.772"],["6933.114","16137.161"],["6882.991","15966.415"],["6963.305","15937.142"],["6970.575","15949.644"],["6964.163","15965.703"],["6958.324","15972.392"],["6918.386","15966.005"],["6919.537","15965.427"],["6885.433","16042.071"],["6892.210","16040.403"],["6891.697","16038.195"],["6883.194","16003.647"],["6885.304","16065.354"],["6889.903","16097.622"],["6891.022","16110.863"],["6910.798","16136.121"],["6883.731","16123.636"],["6903.536","16107.000"],["6930.232","16094.918"],["6941.900","16134.033"],["6951.590","16140.138"],["6978.132","16004.547"],["6978.839","15993.548"],["7051.221","16069.414"],["6959.922","16065.666"],["6957.570","16064.758"],["7002.535","16079.036"],["6999.920","16085.196"],["7019.930","16097.807"],["7002.534","16125.320"],["7036.943","16138.126"],["7054.196","16132.282"],["7006.645","16136.896"],["7085.181","16135.827"],["7092.292","16117.968"],["7079.691","16053.976"],["7089.127","16079.870"],["7084.900","16039.518"],["7074.186","16135.996"],["7086.520","16012.453"],["7075.237","16015.707"],["6982.486","16029.296"],["6999.094","15992.259"],["7036.907","15960.302"],["7001.972","15946.142"],["7018.145","16005.245"],["7040.398","16005.592"],["7076.171","15988.799"],["7060.546","15978.774"],["7085.154","16090.903"],["7070.434","16088.426"],["7018.339","16120.074"],["7023.718","16109.124"],["7012.236","16096.724"],["7046.167","16065.626"],["7014.652","16041.314"],["7003.451","16065.972"],["6925.142","16077.717"],["6908.185","16076.247"],["6913.016","16132.718"],["6921.075","16123.139"],["7087.658","15943.020"],["7066.785","16137.829"],["7084.974","16033.824"],["7001.873","15942.393"],["7013.802","15989.225"],["7057.470","15973.786"],["7083.329","16093.661"],["7023.109","16101.428"],["7040.887","16074.792"],["6999.980","16046.616"],["6914.172","16069.377"],["6944.907","16128.754"],["7078.051","16133.023"],["7072.178","16020.744"],["7005.088","16091.176"],["6980.495","16040.213"],["7078.523","15930.604"],["7024.016","15990.612"],["7082.684","16012.647"],["7061.519","16114.652"],["7032.254","16114.409"],["7048.996","16069.408"],["6985.063","16049.935"],["6900.800","16062.952"],["6911.749","16128.407"],["6897.025","16139.152"],["12071.760","18469.532"],["12082.319","18622.283"],["12063.355","18474.289"],["12040.296","18626.561"],["12039.375","18504.016"],["12105.575","18630.211"],["11982.635","18468.303"],["11942.123","18532.316"],["12035.429","18575.322"],["12030.460","18523.455"],["12061.957","18658.865"],["12041.283","18607.964"],["12074.769","18514.487"],["12016.858","18488.063"],["12060.411","18614.224"],["12039.013","18624.331"],["12140.324","18677.012"],["28763.740","8461.316"],["28765.271","8339.418"],["28735.384","8437.864"],["28755.401","8354.379"],["28738.855","8361.332"],["28740.812","8438.277"],["28753.460","8356.757"],["28775.861","8391.027"],["28769.661","8415.700"],["18108.403","17275.269"],["18239.695","17289.299"],["18124.478","17205.722"],["18147.565","17231.840"],["18088.592","17342.962"],["18213.830","17303.873"],["18175.280","17225.274"],["18130.197","17320.860"],["12972.606","15121.526"],["12954.904","15115.106"],["12960.755","15085.032"],["12921.251","15141.561"],["12844.741","15139.261"],["12907.318","15110.618"],["12899.149","15084.811"],["12869.310","15160.041"],["12985.781","15128.677"],["12966.055","15107.443"],["12935.067","15138.357"],["12841.748","15135.314"],["12902.236","15117.058"],["12870.198","15163.773"],["12923.754","15148.313"],["12816.436","15150.465"],["12809.580","15134.515"],["12803.707","15100.499"],["12794.019","15103.757"],["12791.640","15117.382"],["12797.265","15136.773"],["12846.142","15118.528"],["12842.359","15106.269"],["12870.020","15108.127"],["12872.343","15092.082"],["12798.045","15164.701"],["12799.337","15184.742"],["12785.782","15174.245"],["12854.566","15233.119"],["12811.806","15241.138"],["12979.547","15124.945"],["12963.720","15111.638"],["12841.189","15149.914"],["12901.134","15119.007"],["12902.439","15092.441"],["12986.255","15182.391"],["12948.051","15158.854"],["12867.599","15164.566"],["12929.911","15160.069"],["12797.573","15172.994"],["12788.896","15170.155"],["12794.230","15176.044"],["12823.246","15154.600"],["12788.686","15106.900"],["12823.679","15116.541"],["12817.101","15114.796"],["12804.162","15117.674"],["12800.861","15142.203"],["12778.320","15118.992"],["12805.031","15169.100"],["12808.715","15181.409"],["12798.580","15255.151"],["12825.673","15241.422"],["12821.252","15235.825"],["12840.954","15229.450"],["12834.824","15232.384"],["12836.297","15241.687"],["12802.409","15254.184"],["12829.664","15225.580"],["12845.097","15218.040"],["12858.324","15246.485"],["12864.957","15230.410"],["12851.622","15232.638"],["12852.650","15245.368"],["12799.825","15214.452"],["12781.227","15220.291"],["12905.623","15187.803"],["12930.974","15183.927"],["12857.461","15235.926"],["12851.260","15225.472"],["12818.878","15247.777"],["12813.862","15248.785"],["12794.190","15253.172"],["12787.200","15258.196"],["12982.508","15131.848"],["12979.333","15130.428"],["12964.608","15103.694"],["12964.526","15105.610"],["12919.126","15141.306"],["12923.488","15138.918"],["12932.238","15134.988"],["12836.452","15144.662"],["12832.422","15144.414"],["12907.088","15124.722"],["12900.953","15125.085"],["12867.353","15156.672"],["12861.349","15153.236"],["12823.750","15149.145"],["12805.839","15094.600"],["12822.671","15114.026"],["12835.133","15087.905"],["29417.523","8937.786"],["29527.062","8878.774"],["29472.638","8910.156"],["29597.599","8893.753"],["29500.582","8897.687"],["29516.412","8937.565"],["23544.630","8726.438"],["23555.058","8730.682"],["23567.229","8733.506"],["23553.232","8731.310"],["25486.543","8382.608"],["25479.964","8331.906"],["25476.454","8487.415"],["25495.737","8333.409"],["25492.234","8380.891"],["8113.737","18928.207"],["8126.639","18896.728"],["8096.447","18955.692"],["8018.056","18904.844"],["8081.187","18933.775"],["8030.841","18951.843"],["8124.210","18941.839"],["7951.142","19035.300"],["7975.034","19079.125"],["7989.327","19096.069"],["7939.308","18959.354"],["8069.886","18983.476"],["8083.230","19008.286"],["8058.345","18990.300"],["8127.219","19088.802"],["8131.393","18890.700"],["7989.685","18922.866"],["8044.394","18941.736"],["8137.911","18912.590"],["8123.785","18991.096"],["7951.898","19037.167"],["8100.974","19091.805"],["7968.880","18952.055"],["8085.746","19034.660"],["8081.223","19048.905"],["8090.693","19042.709"],["8088.352","19028.684"],["8080.111","19039.444"],["8055.513","19016.803"],["8047.301","19016.655"],["8044.696","19032.641"],["8023.725","19034.345"],["8055.328","19050.279"],["8062.872","19041.947"],["8036.374","19043.541"],["8123.228","19007.208"],["8121.017","19006.305"],["8108.011","19004.606"],["8093.433","19007.121"],["8093.397","19015.756"],["8138.993","18920.427"],["8139.059","18913.326"],["8138.656","18927.941"],["8106.138","18928.468"],["8100.225","18908.983"],["7987.448","18893.419"],["8055.373","18943.464"],["8115.164","18951.319"],["7968.995","18922.377"],["8039.398","19019.235"],["8132.221","18898.545"],["8112.072","18989.730"],["8042.957","18916.273"],["7959.916","18952.583"],["8058.082","19022.951"],["13065.866","7716.366"],["13057.942","7704.236"],["13000.462","7743.646"],["13004.987","7846.966"],["13012.378","7881.415"],["13041.480","7803.806"],["13038.687","7796.708"],["13029.279","7786.465"],["13015.797","7769.697"],["13016.336","7761.948"],["13000.889","7760.146"],["13065.817","7719.669"],["13057.695","7710.562"],["13002.699","7744.043"],["13011.401","7850.335"],["13004.911","7890.466"],["13036.447","7809.256"],["13044.575","7799.829"],["13028.802","7776.671"],["13020.398","7764.887"],["13002.978","7752.384"],["13067.084","7725.499"],["13058.106","7705.442"],["12992.302","7694.200"],["12998.998","7734.563"],["12996.763","7844.868"],["13007.296","7884.437"],["13037.319","7813.120"],["13033.342","7800.721"],["13034.065","7781.807"],["13024.843","7765.832"],["13022.076","7759.239"],["13010.264","7754.316"],["13058.646","7714.533"],["13064.965","7704.550"],["12993.225","7732.185"],["13001.188","7846.206"],["13006.030","7886.502"],["13035.592","7813.566"],["13033.407","7791.307"],["13021.088","7778.950"],["13028.314","7762.645"],["13020.218","7767.794"],["13003.044","7749.362"],["13024.858","7796.152"],["13076.328","7714.639"],["13012.884","7783.287"],["13051.607","7721.245"],["7959.705","8395.369"],["7942.057","8355.006"],["8036.651","8525.820"],["7947.934","8490.326"],["7958.838","8497.708"],["7950.856","8412.925"],["7941.733","8483.521"],["7957.468","8382.702"],["7940.022","8454.454"],["7948.608","8455.990"],["7936.761","8382.107"],["7958.767","8398.837"],["7985.417","8515.233"],["7944.957","8451.350"],["7948.362","8417.007"],["7951.942","8368.713"],["7948.619","8414.395"],["7956.585","8467.749"],["7941.679","8375.171"],["7946.284","8356.773"],["7954.332","8421.086"],["7939.019","8459.227"],["7946.947","8464.463"],["25262.933","17923.697"],["25301.884","17923.375"],["25315.929","17951.555"],["25339.043","17885.473"],["25341.288","17876.423"],["25382.726","17864.132"],["25301.956","17868.889"],["25298.913","17896.800"],["25276.880","17901.864"],["25300.318","17905.514"],["25273.940","17934.953"],["25283.841","17913.004"],["25301.801","17975.733"],["25296.933","17980.490"],["25318.714","17915.663"],["25334.882","17921.195"],["25340.926","17882.237"],["25375.285","17900.800"],["25357.068","17874.685"],["25374.371","17877.641"],["25402.937","17843.926"],["25384.236","17846.056"],["17246.341","16162.150"],["17363.132","16146.560"],["17381.760","16157.537"],["17299.298","16171.319"],["17334.050","16190.709"],["17395.881","16187.878"],["17300.253","16144.892"],["17302.799","16316.558"],["17312.012","16181.007"],["17218.153","16306.535"],["17343.945","16177.397"],["17328.151","16163.764"],["17312.200","16212.796"],["17294.744","16286.516"],["17232.063","16291.886"],["17289.615","16171.120"],["17386.652","16181.003"],["17236.729","16161.020"],["17249.766","16219.671"],["17395.801","16238.031"],["17318.189","16156.583"],["9593.936","16782.277"],["9512.678","16826.190"],["9592.374","16827.012"],["9564.691","16847.783"],["9555.396","16841.296"],["9482.105","16851.762"],["9507.938","16817.962"],["9470.236","16841.153"],["9418.516","16823.699"],["9600.685","16816.976"],["9582.146","16835.579"],["9512.684","16884.428"],["9589.805","16776.789"],["9576.562","16779.234"],["9439.995","16775.924"],["9436.261","16781.028"],["9444.863","16777.014"],["9453.647","16793.675"],["9456.382","16779.027"],["9570.072","16801.570"],["9572.565","16798.020"],["9551.208","16818.717"],["9527.909","16800.140"],["9585.482","16832.676"],["9551.047","16836.500"],["9424.732","16786.824"],["9443.728","16782.085"],["9424.748","16792.407"],["9474.079","16790.472"],["9475.284","16782.361"],["9469.063","16780.034"],["9557.073","16812.848"],["9593.148","16777.533"],["9536.010","16800.920"],["9556.858","16835.849"],["9494.091","16831.339"],["9491.049","16885.571"],["9428.445","16789.696"],["9576.457","16797.256"],["9573.794","16785.847"],["9572.174","16838.031"],["9557.313","16847.424"],["9432.792","16833.872"],["9581.918","16828.786"],["23912.722","8067.004"],["23911.101","8037.418"],["23855.892","8091.820"],["23880.487","8111.235"],["23892.732","8106.215"],["23904.181","8066.279"],["23867.840","8049.443"],["23925.465","8074.722"],["23911.322","7918.863"],["23928.304","8062.770"],["23919.233","7912.752"],["23880.475","8056.300"],["23868.028","8079.504"],["5237.477","18903.015"],["5222.345","18947.854"],["5335.467","18942.989"],["5215.709","18935.166"],["5377.534","18920.480"],["5284.790","18897.225"],["5267.971","18892.529"],["5350.159","18933.719"],["5253.496","18922.975"],["5353.381","18961.307"],["5290.651","18920.547"],["5260.713","18924.410"],["5359.874","18933.282"],["5401.169","18908.341"],["5313.145","18911.660"],["5304.395","18892.684"],["5248.868","18890.476"],["5288.583","18896.566"],["5307.651","18907.531"],["5343.572","18934.435"],["5398.078","18910.988"],["5227.063","18901.217"],["5274.854","18925.868"],["5393.866","18907.891"],["5297.931","18901.734"],["5353.290","18906.684"],["5395.660","18904.582"],["5347.731","18909.967"],["5383.028","18939.890"],["5354.364","18974.174"],["5390.129","18936.359"],["5301.648","18893.377"],["5317.424","18909.348"],["27358.816","16547.370"],["27362.333","16525.010"],["27329.043","16549.283"],["27370.645","16559.769"],["27362.853","16552.291"],["27366.095","16551.301"],["27367.970","16551.152"],["27347.136","16522.863"],["27355.108","16530.495"],["27327.579","16558.928"],["8203.004","11901.819"],["8211.030","11910.539"],["9758.194","14258.851"],["9793.863","14243.629"],["9763.349","14400.313"],["9755.410","14409.037"],["9778.324","14407.438"],["9739.768","14423.073"],["9731.517","14442.850"],["9761.385","14262.006"],["9794.899","14244.124"],["9744.179","14312.649"],["9759.056","14392.435"],["9753.058","14407.881"],["9776.893","14400.750"],["9739.834","14429.464"],["9728.475","14443.874"],["9671.300","14273.515"],["9661.366","14269.816"],["9698.076","14269.452"],["9658.954","14248.618"],["9777.144","14267.099"],["9773.938","14423.725"],["9749.909","14439.497"],["9814.087","14367.932"],["9758.901","14349.195"],["9810.804","14330.518"],["9756.335","14261.874"],["9789.981","14241.234"],["9739.208","14311.727"],["9762.049","14401.139"],["9754.012","14410.557"],["9774.574","14400.502"],["9739.933","14423.106"],["9723.228","14438.754"],["9623.454","14292.128"],["9677.829","14291.682"],["9677.007","14296.108"],["9763.412","14434.906"],["9767.162","14435.154"],["9765.886","14322.955"],["9749.916","14355.589"],["9756.615","14257.282"],["9794.060","14241.878"],["9742.487","14318.172"],["9763.119","14394.846"],["9749.654","14407.254"],["9776.235","14407.025"],["9733.765","14423.271"],["9725.810","14442.933"],["9831.448","14384.663"],["9628.981","14274.820"],["9760.040","14435.963"],["9793.254","14329.049"],["9752.057","14246.957"],["9634.414","14249.824"],["9658.147","14436.833"],["9750.369","14428.416"],["9758.041","14352.203"],["9825.636","14366.904"],["26846.687","16276.573"],["26790.375","16272.877"],["26797.469","16324.393"],["26846.480","16295.690"],["26872.237","16267.230"],["26876.801","16335.192"],["26815.499","16179.841"],["26780.532","16158.060"],["26838.446","16148.001"],["26820.655","16151.865"],["26853.108","16178.888"],["26727.953","16193.529"],["26766.463","16199.597"],["26752.717","16193.688"],["26785.941","16207.098"],["26854.812","16264.451"],["26847.493","16272.808"],["26794.948","16274.181"],["26787.119","16266.931"],["26795.759","16330.883"],["26810.956","16305.731"],["26870.152","16318.662"],["26850.378","16297.291"],["26882.113","16345.365"],["26874.564","16332.334"],["26767.836","16212.683"],["26795.052","16195.988"],["26729.779","16184.380"],["26738.184","16192.175"],["26795.087","16188.065"],["26779.907","16157.416"],["26792.967","16172.808"],["26816.411","16164.136"],["26812.612","16157.034"],["26856.183","16181.811"],["26876.578","16147.343"],["26674.829","16218.230"],["26676.754","16209.545"],["26757.512","16209.541"],["26753.436","16201.199"],["26755.394","16201.331"],["26754.329","16164.324"],["26775.565","16213.434"],["4786.804","17256.191"],["4778.333","17268.330"],["4780.554","17260.320"],["4800.685","17250.031"],["4805.241","17243.177"],["4822.479","17228.273"],["4820.062","17210.272"],["4782.147","17220.389"],["4782.673","17231.356"],["4780.356","17241.212"],["4778.333","17260.089"],["4792.560","17243.508"],["4826.190","17201.474"],["4779.561","17248.708"],["23974.482","7360.870"],["24126.768","7415.705"],["23965.245","7316.545"],["24021.183","7428.659"],["24079.518","7309.167"],["23965.908","7294.822"],["24040.863","7431.656"],["24079.979","7451.080"],["24026.409","7263.684"],["24101.475","7308.308"],["24017.344","7362.703"],["24027.594","7291.562"],["24070.011","7273.246"],["24142.632","7410.878"],["24034.241","7366.054"],["24093.778","7312.454"],["24025.195","7397.913"],["23966.209","7353.124"],["24133.602","7411.654"],["4588.236","11170.258"],["4578.932","11142.739"],["4568.730","11131.325"],["4613.923","11074.751"],["4626.304","11074.699"],["4622.498","11089.542"],["4626.768","11145.035"],["4567.276","11206.681"],["4569.749","11225.598"],["4577.939","11166.063"],["4587.452","11151.212"],["4649.954","11067.693"],["4616.485","11084.526"],["4622.449","11081.334"],["4654.334","11084.451"],["4610.584","11088.415"],["4610.929","11159.536"],["4611.587","11071.157"],["4587.015","11086.549"],["4570.946","11092.825"],["4626.258","11142.525"],["4574.338","11226.853"],["4589.025","11167.517"],["4592.797","11143.648"],["4614.347","11088.655"],["4621.495","11091.029"],["4612.706","11076.106"],["4596.390","11130.601"],["4625.683","11070.281"],["4585.653","11164.907"],["4591.267","11148.619"],["4613.475","11086.822"],["4618.403","11092.912"],["4617.773","11095.974"],["4583.349","11107.700"],["7976.271","19708.291"],["8027.891","19702.062"],["8052.161","19696.935"],["8089.514","19717.944"],["8135.568","19627.151"],["8104.336","19667.685"],["8105.387","19705.142"],["8123.890","19663.523"],["8047.699","19727.463"],["8027.830","19711.047"],["8003.433","19713.408"],["7994.568","19707.165"],["8037.128","19683.690"],["8092.705","19723.675"],["8133.167","19632.601"],["8124.745","19687.702"],["8116.933","19713.647"],["8062.946","19710.403"],["7942.916","19705.813"],["7991.575","19719.997"],["8015.950","19706.389"],["8052.869","19699.247"],["8121.719","19680.386"],["4993.760","16842.319"],["5026.425","16811.964"],["4994.632","16818.835"],["5029.204","16815.284"],["5031.622","16817.629"],["5013.744","16834.689"],["5003.892","16814.078"],["5015.997","16808.414"],["5022.764","16793.910"],["5001.030","16812.955"],["5034.550","16805.490"],["5021.310","16821.395"],["5018.086","16802.468"],["4997.379","16811.122"],["5003.727","16828.826"],["5008.546","16806.828"],["5007.593","16813.665"],["5007.889","16840.205"],["5025.800","16801.262"],["5009.451","16814.904"],["5005.290","16823.376"],["5019.977","16801.890"],["5019.862","16814.309"],["4992.593","16841.229"],["5005.158","16817.018"],["5031.425","16817.728"],["5013.366","16831.337"],["4995.685","16824.863"],["5013.826","16807.109"],["5018.152","16828.678"],["5018.349","16804.780"],["5022.757","16809.933"],["5015.882","16826.134"],["5018.102","16825.705"],["5009.928","16814.954"],["5020.093","16807.092"],["5031.770","16808.166"],["5022.773","16821.807"],["5063.283","16778.538"],["5068.776","16776.606"],["5072.230","16781.164"],["5008.899","16784.183"],["5011.218","16785.520"],["5007.156","16784.744"],["5015.774","16782.151"],["5023.636","16789.567"],["5011.843","16791.862"],["5028.866","16798.865"],["5012.139","16775.380"],["5004.376","16785.025"],["19815.015","10849.041"],["19894.829","10761.065"],["19913.085","10829.537"],["19837.578","10742.309"],["19788.492","10778.665"],["19750.851","10716.949"],["19785.591","10678.701"],["19819.159","10851.931"],["19870.342","10785.305"],["19899.616","10718.492"],["19778.993","10646.254"],["19863.580","10823.847"],["19898.579","10764.897"],["19909.352","10827.572"],["19826.986","10734.711"],["19775.449","10766.130"],["19783.236","10718.765"],["19762.384","10691.170"],["19819.981","10845.886"],["19863.385","10803.339"],["19882.675","10756.576"],["19922.002","10765.325"],["19864.598","10669.181"],["19776.392","10756.433"],["19792.512","10693.727"],["19911.680","10846.564"],["19734.766","10680.523"],["19831.656","10783.566"],["19932.861","10662.775"],["19877.823","10773.039"],["19915.898","10802.948"],["19834.354","10752.746"],["19802.620","10766.625"],["19758.368","10749.104"],["19745.085","10730.284"],["19774.226","10692.822"],["19853.768","10647.873"],["19855.227","10766.692"],["19883.563","10749.425"],["19878.958","10788.299"],["19849.864","10738.361"],["19810.235","10784.198"],["19765.358","10725.949"],["19738.705","10711.586"],["19787.515","10684.944"],["19834.586","10843.194"],["19863.681","10797.906"],["19888.317","10740.061"],["19807.520","10760.978"],["19882.099","10768.811"],["19917.921","10823.047"],["19838.992","10725.001"],["19784.002","10786.675"],["19773.349","10747.313"],["19733.508","10708.729"],["19764.999","10685.307"],["19840.161","10777.840"],["19889.188","10719.764"],["19859.846","10786.655"],["19852.073","10649.400"],["19754.978","10733.461"],["19874.748","10753.822"],["19928.141","10680.000"],["19866.293","10748.943"],["19827.446","10717.651"],["19775.976","10772.488"],["19748.368","10712.770"],["19737.751","10735.517"],["19765.159","10698.135"],["19840.128","10780.367"],["19907.494","10745.462"],["13382.463","12717.613"],["13396.213","12729.554"],["13392.841","12737.085"],["13389.815","12718.158"],["13393.269","12746.251"],["13381.739","12712.048"],["13404.140","12729.471"],["13346.180","12757.498"],["13406.772","12714.129"],["13375.999","12715.846"],["13378.269","12738.274"],["13379.930","12726.730"],["13387.232","12746.267"],["13407.989","12746.978"],["13364.436","12707.886"],["13398.795","12722.750"],["13351.772","12758.522"],["13382.578","12732.114"],["13355.045","12751.040"],["13383.186","12749.323"],["13204.769","12640.388"],["13372.364","12727.159"],["13405.226","12755.384"],["13393.976","12752.824"],["14436.814","16392.996"],["14420.486","16406.537"],["14421.436","16357.158"],["14416.222","16357.076"],["14345.949","16409.190"],["14375.558","16557.143"],["14428.254","16393.031"],["14366.467","16374.136"],["14324.206","16423.785"],["14381.510","16405.780"],["14344.600","16425.341"],["14359.158","16482.738"],["14390.776","16473.814"],["14368.519","16510.784"],["14359.673","16464.738"],["14379.298","16469.879"],["14410.948","16421.334"],["14369.354","16482.914"],["14377.339","16413.973"],["14349.652","16386.648"],["14375.735","16499.422"],["14407.870","16436.418"],["14367.278","16426.273"],["14397.097","16420.478"],["14379.519","16388.897"],["14378.282","16366.015"],["14387.016","16381.693"],["14327.951","16367.469"],["14300.860","16370.620"],["14303.092","16359.120"],["14275.316","16353.948"],["14253.173","16361.546"],["14275.360","16372.590"],["14254.824","16366.492"],["14263.981","16435.984"],["14266.122","16425.822"],["14256.826","16454.505"],["14265.742","16440.477"],["14260.586","16466.695"],["14256.697","16480.874"],["14265.868","16483.463"],["14273.142","16508.154"],["14370.806","16428.855"],["14274.386","16429.537"],["14404.953","16432.309"],["14289.271","16415.113"],["14321.410","16407.028"],["14367.924","16492.797"],["14287.538","16412.320"],["14294.618","16383.406"],["14321.780","16386.183"],["14293.762","16392.262"],["14264.745","16398.997"],["14312.322","16355.504"],["14300.098","16514.126"],["14300.488","16490.784"],["14289.546","16488.705"],["14281.462","16517.425"],["14275.202","16483.341"],["14268.312","16502.577"],["14259.844","16515.489"],["14252.467","16514.224"],["14260.998","16539.835"],["14268.826","16542.950"],["14272.030","16520.337"],["14258.823","16503.116"],["14289.966","16522.732"],["14299.932","16531.073"],["14344.133","16544.617"],["14278.257","16543.372"],["14316.206","16562.002"],["14300.230","16548.752"],["14312.740","16543.096"],["14283.230","16557.951"],["14342.416","16560.418"],["14353.973","16553.094"],["14349.921","16537.135"],["14359.685","16523.247"],["14320.508","16496.160"],["14336.215","16531.523"],["14328.160","16523.055"],["14307.832","16512.486"],["14315.208","16511.154"],["14323.944","16515.665"],["14350.385","16503.369"],["14334.857","16504.869"],["14342.159","16485.347"],["14328.978","16499.840"],["14383.593","16415.292"],["14427.587","16356.877"],["14427.028","16361.535"],["14377.249","16390.945"],["14336.035","16562.313"],["14367.614","16556.796"],["14374.757","16379.454"],["14424.520","16395.574"],["14327.644","16416.634"],["14398.243","16479.215"],["14348.432","16402.504"],["14354.109","16486.355"],["14372.877","16512.205"],["14350.043","16354.450"],["14370.194","16501.897"],["14361.515","16452.550"],["14377.834","16471.233"],["14337.196","16404.746"],["14353.270","16392.528"],["14410.989","16426.562"],["14360.206","16420.724"],["14412.181","16409.526"],["14372.223","16418.647"],["14365.987","16355.822"],["14388.265","16366.494"],["14393.283","16381.726"],["14330.073","16355.544"],["14313.175","16352.695"],["14278.511","16359.694"],["14277.010","16353.486"],["14261.183","16357.599"],["14262.405","16419.711"],["14251.536","16403.654"],["14268.219","16464.092"],["14255.314","16431.165"],["14261.548","16444.523"],["14323.985","16509.922"],["14269.076","16480.672"],["14386.166","16478.953"],["14350.674","16461.319"],["14334.173","16414.657"],["14431.692","16447.827"],["14385.389","16497.985"],["14282.741","16430.941"],["14291.321","16416.845"],["14299.837","16380.257"],["14292.896","16400.123"],["14322.602","16375.761"],["14309.257","16380.711"],["14306.411","16376.949"],["14283.334","16397.596"],["14274.630","16384.381"],["14263.616","16371.021"],["14263.687","16381.120"],["14307.324","16370.868"],["14320.529","16364.142"],["14297.681","16508.924"],["14278.537","16495.487"],["14278.107","16516.649"],["14274.002","16488.841"],["14263.279","16499.868"],["14261.377","16538.233"],["14264.583","16541.612"],["14272.968","16530.494"],["14292.434","16538.714"],["14292.129","16546.094"],["14312.093","16563.585"],["14319.352","16535.631"],["14304.776","16549.991"],["14293.822","16557.373"],["14347.258","16545.328"],["14347.903","16560.378"],["14334.921","16554.165"],["14354.938","16542.073"],["14344.619","16533.486"],["14349.603","16528.286"],["14314.673","16523.418"],["14307.158","16517.308"],["14308.761","16516.686"],["14333.484","16513.832"],["14341.322","16505.070"],["14342.439","16482.441"],["14369.612","16427.917"],["14335.929","16486.894"],["14358.942","16422.715"],["14258.340","16507.321"],["14267.912","16506.198"],["14286.361","16355.461"],["14274.058","16402.579"],["14392.991","16469.217"],["14442.153","16486.558"],["14380.261","16470.605"],["14291.696","16389.666"],["14325.808","16476.767"],["14283.160","16436.767"],["14344.295","16386.842"],["14330.463","16379.162"],["14336.055","16425.355"],["14345.430","16428.229"],["14252.200","16560.554"],["14273.735","16558.350"],["14303.323","16512.375"],["14311.448","16504.381"],["14310.264","16510.525"],["14289.376","16536.404"],["14253.269","16353.578"],["14261.657","16391.052"],["14254.091","16366.873"],["14426.051","16457.938"],["14360.903","16502.083"],["14359.817","16473.759"],["14355.886","16530.935"],["14359.356","16537.277"],["14348.390","16418.188"],["14304.821","16393.993"],["14343.275","16385.785"],["14318.210","16402.366"],["14346.269","16409.831"],["14316.631","16403.456"],["14259.673","16411.301"],["14348.094","16457.758"],["14275.429","16560.943"],["14273.044","16558.895"],["24665.740","7513.975"],["24568.638","7568.719"],["24604.857","7637.547"],["24699.584","7603.373"],["24591.650","7629.538"],["24710.485","7674.021"],["24685.198","7634.876"],["24716.188","7575.905"],["24575.217","7602.063"],["24595.844","7641.974"],["24701.557","7635.875"],["24722.784","7585.748"],["24605.148","7500.427"],["24586.925","7589.713"],["24639.133","7617.300"],["24722.067","7640.367"],["24718.129","7578.614"],["24627.253","7498.561"],["24592.604","7621.941"],["24728.153","7582.184"],["24583.885","7546.819"],["24600.022","7639.414"],["24763.544","7677.819"],["24589.115","7573.029"],["24597.226","7604.236"],["24758.906","7675.309"],["24735.126","7579.657"],["24700.794","7531.198"],["19577.787","12356.439"],["19633.733","12437.616"],["19636.264","12473.150"],["19683.843","12369.434"],["19606.879","12485.234"],["19518.158","12487.202"],["19521.520","12415.088"],["19515.571","12348.401"],["19611.561","12405.312"],["19601.872","12445.536"],["19611.710","12518.765"],["19622.849","12481.485"],["19541.556","12385.595"],["19589.777","12342.847"],["19657.804","12393.878"],["19607.964","12472.715"],["19644.358","12436.576"],["19601.231","12437.031"],["19677.839","12380.830"],["19520.922","12487.747"],["19606.550","12498.545"],["19606.446","12432.513"],["19640.540","12456.172"],["19615.082","12511.630"],["19519.448","12392.446"],["19537.506","12338.362"],["19585.962","12338.669"],["19617.800","12493.871"],["19605.558","12428.136"],["19600.655","12463.571"],["19674.188","12380.136"],["19521.135","12481.389"],["19659.221","12378.699"],["19525.418","12397.483"],["19588.083","12347.224"],["19616.874","12436.989"],["19623.030","12487.579"],["7129.678","15701.490"],["7137.622","15701.375"],["7133.132","15703.356"],["7158.386","15716.700"],["7140.133","15711.251"],["7145.823","15717.510"],["7123.066","15696.998"],["10343.174","13938.409"],["10318.609","13974.310"],["10300.958","13962.320"],["10340.642","13940.457"],["10336.570","13958.240"],["10298.327","13969.240"],["10364.565","13943.555"],["10335.566","13971.403"],["10286.090","13979.695"],["10345.223","13940.136"],["10337.155","13941.910"],["10333.346","13956.093"],["10290.728","13970.677"],["20876.970","9949.037"],["20955.074","9909.122"],["20880.140","10005.637"],["20897.595","9966.990"],["20916.826","9832.976"],["20934.726","9856.754"],["20871.427","9949.071"],["20900.415","10003.549"],["20910.086","9823.364"],["20905.298","9889.674"],["20872.430","9940.780"],["20942.344","9893.680"],["20877.578","9966.296"],["20935.641","9834.430"],["20936.657","9852.779"],["20897.167","9967.204"],["20946.801","9922.714"],["20850.156","10001.789"],["20929.256","9957.246"],["20962.220","9882.671"],["20896.673","9913.312"],["13901.210","13623.806"],["13900.125","13624.913"],["13931.638","13616.903"],["14003.748","13785.689"],["14004.240","13801.281"],["13935.222","13617.280"],["13987.674","13787.461"],["13841.358","13649.849"],["13876.028","13706.777"],["13865.370","13683.639"],["13872.125","13650.744"],["13956.541","13673.193"],["13950.439","13673.672"],["13877.216","13801.105"],["13889.321","13782.922"],["13960.275","13608.863"],["13948.141","13614.667"],["14009.760","13692.848"],["13841.544","13666.282"],["13835.941","13627.310"],["13996.219","13619.285"],["13992.811","13773.996"],["13921.885","13619.347"],["13932.899","13630.346"],["13922.444","13623.972"],["13906.358","13628.117"],["13900.042","13606.003"],["13938.588","13744.213"],["14011.675","13787.556"],["13986.424","13791.689"],["13945.579","13799.962"],["13869.225","13689.320"],["13879.975","13678.388"],["13865.989","13693.445"],["13933.951","13805.445"],["13917.980","13803.298"],["13954.826","13687.821"],["13905.691","13751.342"],["13883.433","13786.505"],["13892.808","13805.432"],["13943.235","13741.798"],["13957.315","13618.029"],["13949.473","13609.068"],["14015.566","13679.652"],["13838.155","13662.236"],["13830.431","13624.354"],["14004.459","13606.997"],["13928.584","13643.523"],["13936.532","13628.616"],["13917.526","13611.552"],["13930.708","13618.783"],["13900.602","13619.843"],["13922.608","13619.545"],["13918.463","13619.182"],["13900.256","13639.628"],["13920.597","13650.207"],["13900.832","13630.991"],["14039.582","13793.621"],["13932.853","13623.292"],["13917.179","13613.052"],["13926.787","13623.266"],["13922.064","13617.412"],["13932.228","13610.393"],["13914.251","13614.192"],["13932.031","13623.870"],["13875.885","13663.278"],["13858.814","13686.016"],["13913.215","13639.940"],["13949.378","13779.698"],["13928.145","13799.664"],["14033.381","13792.828"],["14012.199","13698.214"],["14011.737","13640.036"],["14016.180","13643.747"],["13956.017","13681.256"],["14006.607","13656.133"],["13969.958","13699.574"],["14024.829","13664.033"],["13994.015","13750.781"],["14017.937","13768.848"],["14006.980","13747.123"],["13931.081","13726.753"],["13915.190","13757.416"],["13883.153","13778.677"],["13967.018","13724.358"],["13909.322","13687.708"],["13952.299","13710.751"],["13954.847","13736.976"],["14039.418","13753.076"],["14036.655","13757.386"],["14032.054","13666.809"],["13898.463","13637.134"],["13931.934","13624.000"],["13920.488","13620.933"],["13910.280","13627.217"],["13900.304","13607.041"],["14030.092","13798.526"],["13976.936","13686.950"],["14005.881","13751.342"],["13928.335","13746.670"],["13922.898","13765.260"],["13924.107","13735.291"],["13930.817","13724.557"],["14000.224","13804.026"],["14005.771","13646.594"],["13905.092","13625.342"],["13915.355","13620.768"],["13904.385","13629.801"],["13911.177","13626.597"],["13931.539","13626.102"],["13913.167","13617.778"],["13922.246","13628.018"],["13889.975","13609.138"],["13900.139","13622.433"],["13910.041","13615.942"],["13860.769","13681.655"],["13868.482","13657.045"],["13846.653","13734.506"],["13898.852","13792.100"],["13967.166","13707.860"],["13925.456","13736.761"],["13894.058","13802.575"],["13968.762","13719.140"],["13925.949","13744.193"],["13912.405","13755.607"],["13972.312","13721.036"],["13835.271","13695.899"],["14010.655","13790.463"],["13999.488","13779.446"],["13965.062","13613.570"],["13950.510","13606.895"],["14016.421","13688.191"],["13836.330","13668.264"],["14001.136","13618.294"],["13830.797","13689.524"],["14004.571","13787.175"],["14010.819","13800.075"],["13967.118","13607.806"],["13954.835","13605.914"],["14014.628","13684.690"],["13843.484","13670.296"],["14003.192","13605.428"],["20196.224","10224.134"],["20180.706","10322.129"],["20194.701","10298.564"],["20169.365","10233.564"],["20203.061","10322.432"],["20196.026","10226.679"],["20197.530","10292.055"],["20185.692","10331.718"],["20171.801","10227.104"],["20198.603","10302.990"],["20180.271","10272.627"],["31074.782","14239.636"],["31010.919","14258.030"],["31039.422","14257.254"],["26539.297","15927.942"],["26643.817","15909.354"],["26622.383","15878.721"],["26628.832","15841.743"],["26626.711","15861.809"],["26514.568","15856.534"],["26568.236","15884.015"],["26576.016","15808.788"],["26462.487","15787.049"],["26507.129","15720.375"],["26471.809","15850.182"],["26544.314","15908.764"],["26615.952","15902.767"],["26588.435","15899.134"],["26591.743","15870.100"],["26587.813","15866.747"],["26586.266","15804.385"],["26615.493","15875.319"],["26640.641","15832.544"],["26606.464","15874.658"],["26541.608","15923.289"],["26593.943","15822.661"],["26465.029","15876.022"],["26524.519","15804.164"],["26484.568","15757.228"],["26483.095","15750.584"],["26581.023","15764.407"],["26555.250","15800.460"],["26627.039","15744.195"],["26641.020","15731.874"],["26627.928","15852.254"],["22506.250","9613.505"],["22594.713","9606.130"],["22567.054","9611.050"],["22544.898","9655.512"],["22518.907","9708.857"],["22615.385","9744.836"],["22497.450","9591.773"],["22565.413","9744.191"],["22560.638","9654.670"],["22500.634","9702.086"],["22561.405","9761.549"],["22649.948","9717.553"],["22543.999","9610.169"],["22573.110","9619.349"],["22573.156","9633.923"],["22569.870","9739.534"],["22606.280","9685.075"],["22500.079","9779.718"],["22669.477","9793.232"],["22646.507","9680.902"],["22524.951","9596.594"],["22578.345","9603.279"],["22603.057","9621.157"],["22535.035","9715.190"],["22562.382","9655.694"],["22616.800","9797.751"],["22638.928","9734.531"],["22557.723","9598.864"],["22609.159","9619.076"],["22548.657","9654.312"],["22591.757","9711.318"],["22500.453","9767.090"],["22553.233","9626.163"],["22592.761","9619.869"],["22544.492","9727.940"],["22583.977","9694.786"],["22476.178","9727.519"],["22651.313","9706.537"],["22543.529","9613.496"],["22564.143","9624.857"],["22539.315","9671.603"],["22596.395","9690.211"],["22481.045","9762.730"],["22603.231","9768.519"],["22635.079","9735.836"],["17389.950","12572.134"],["27933.079","16138.724"],["27931.929","16091.802"],["27899.302","16120.814"],["27910.334","16095.303"],["27928.591","16099.713"],["27893.266","16115.397"],["27931.226","16099.839"],["16595.492","17953.668"],["16644.587","17994.494"],["16675.190","17841.639"],["16611.890","17976.558"],["16686.035","17960.076"],["16751.292","17832.688"],["16664.401","17934.983"],["16680.788","17940.720"],["16663.463","17840.037"],["16702.542","17986.891"],["16669.943","17948.031"],["16664.269","17877.213"],["16687.427","17969.467"],["16685.716","17905.652"],["16660.681","18012.744"],["16619.110","18008.350"],["16671.670","17955.974"],["16749.582","17875.083"],["22229.179","14452.865"],["30000.121","9069.964"],["29997.819","9077.759"],["17784.357","17502.053"],["17632.890","17515.159"],["17654.421","17546.800"],["17695.321","17417.547"],["17763.587","17473.355"],["17782.663","17496.328"],["17763.093","17489.777"],["17653.367","17481.286"],["17712.578","17448.140"],["17644.823","17423.775"],["17654.861","17414.756"],["17755.287","17485.143"],["17666.097","17528.437"],["17649.174","17561.465"],["17774.863","17538.010"],["17715.187","17559.091"],["11966.538","15729.438"],["11958.394","15736.583"],["5765.835","20367.370"],["5639.471","20363.529"],["5721.779","20368.650"],["5726.823","20365.132"],["5700.978","20335.237"],["5699.464","20357.698"],["5631.082","20272.645"],["5638.944","20306.583"],["5651.987","20328.136"],["5649.059","20296.080"],["5629.552","20327.442"],["5691.511","20216.498"],["5699.653","20202.493"],["5723.847","20196.035"],["5676.412","20228.389"],["5681.511","20222.873"],["5709.373","20228.158"],["5692.485","20256.607"],["5708.932","20257.714"],["5705.708","20259.778"],["5713.932","20285.179"],["5673.850","20259.811"],["5692.287","20253.007"],["5766.138","20208.306"],["5744.987","20215.771"],["5822.358","20209.852"],["5799.151","20215.599"],["5805.171","20244.567"],["5787.391","20244.584"],["5620.101","20169.552"],["5635.512","20188.280"],["5684.883","20196.382"],["5678.222","20174.747"],["5670.837","20187.051"],["5678.600","20180.940"],["5687.268","20187.447"],["5731.297","20160.111"],["5690.310","20178.179"],["5739.882","20197.166"],["5794.832","20164.102"],["5731.773","20171.848"],["5777.678","20164.812"],["5753.434","20191.815"],["5791.691","20195.035"],["5757.234","20188.297"],["5743.927","20366.627"],["5786.132","20362.044"],["5714.333","20337.648"],["5672.803","20355.006"],["5718.839","20340.753"],["5632.332","20324.337"],["5649.799","20270.679"],["5658.483","20278.656"],["5677.432","20241.651"],["5724.899","20210.949"],["5705.014","20247.249"],["5734.011","20192.451"],["5716.116","20209.528"],["5677.383","20256.977"],["5694.508","20259.910"],["5691.284","20233.568"],["5728.619","20278.424"],["5704.376","20240.653"],["5712.419","20223.164"],["5723.274","20260.769"],["5769.691","20218.297"],["5770.941","20208.917"],["5780.414","20223.450"],["5796.848","20224.303"],["5802.950","20208.547"],["5814.727","20247.275"],["5823.592","20218.605"],["5637.588","20159.863"],["5623.604","20204.795"],["5638.271","20170.387"],["5638.584","20192.732"],["5670.048","20177.538"],["5656.676","20183.087"],["5701.446","20169.809"],["5674.587","20171.477"],["5766.806","20166.199"],["5769.619","20172.310"],["5794.569","20179.445"],["5741.938","20185.935"],["5760.836","20181.674"],["5772.415","20188.842"],["5740.622","20167.636"],["5775.145","20195.464"],["5804.705","20163.478"],["5803.965","20163.362"],["5785.890","20165.113"],["5693.354","20172.435"],["5763.451","20194.573"],["20596.013","11799.319"],["20591.965","11873.341"],["20654.400","11885.067"],["20603.397","11794.116"],["20682.936","11860.954"],["20675.074","11894.067"],["20611.703","11787.527"],["20674.603","11826.893"],["20589.143","11912.095"],["20634.827","11899.072"],["20602.870","11809.294"],["20592.640","11856.991"],["20674.860","11893.721"],["20593.645","11890.233"],["20608.101","11810.896"],["20676.785","11824.604"],["20602.590","11898.725"],["20578.249","11781.994"],["20644.795","11776.363"],["20569.028","11833.185"],["20603.002","11912.498"],["20637.192","11793.820"],["20583.167","11772.052"],["20676.817","11841.053"],["20640.962","11843.745"],["12792.615","17624.376"],["12973.757","17664.529"],["12897.870","17623.338"],["12823.245","17674.470"],["12870.860","17648.871"],["12982.065","17630.638"],["12934.268","17677.442"],["12810.466","17632.818"],["12815.959","17682.364"],["12982.310","17821.148"],["12962.571","17827.240"],["12893.426","17655.000"],["12925.682","17654.403"],["12931.636","17676.798"],["12981.688","17680.617"],["12879.298","17669.236"],["12807.434","17635.292"],["12913.561","17626.212"],["12883.998","17673.183"],["12862.423","17633.413"],["12814.397","17692.108"],["12927.321","17676.404"],["12976.491","17706.150"],["12981.224","17673.679"],["12848.393","17667.137"],["12882.768","17668.295"],["12805.082","17645.020"],["12933.051","17674.057"],["12838.656","17630.787"],["12811.184","17630.007"],["12874.100","17625.223"],["12941.011","17657.029"],["12829.742","17648.392"],["20093.462","17220.332"],["20134.770","17222.576"],["15523.734","15949.064"],["22959.141","9955.457"],["22946.364","9812.068"],["22944.025","9995.788"],["22897.246","9927.741"],["22887.937","9809.737"],["23055.991","9824.345"],["22960.670","9980.907"],["22954.943","9938.988"],["22885.311","9813.587"],["22953.562","9939.632"],["23071.909","9946.794"],["22992.052","10008.389"],["22956.736","9929.095"],["23040.807","9939.742"],["23028.581","9972.088"],["22894.236","9889.227"],["20643.963","8093.647"],["20677.690","8027.925"],["20704.907","7956.034"],["7740.163","16021.185"],["7743.016","16028.093"],["7739.621","16060.238"],["7743.551","15950.621"],["7776.486","16057.993"],["7779.595","16077.506"],["7739.024","16046.248"],["7886.072","15990.452"],["7890.228","16000.557"],["7744.307","15942.000"],["7767.522","16052.940"],["7772.062","16077.093"],["7735.899","16051.234"],["7745.307","16048.609"],["7910.491","16102.623"],["7872.167","16129.625"],["7879.890","16133.360"],["7781.170","16140.508"],["7764.197","16109.328"],["7881.104","15959.278"],["7866.111","16007.439"],["7877.491","16103.152"],["7884.263","16100.178"],["7889.756","16094.640"],["7873.005","16109.957"],["7882.883","16123.409"],["7895.344","16122.765"],["7885.566","16087.391"],["7866.523","16092.169"],["7907.325","15983.359"],["7911.112","15979.388"],["7912.051","15971.553"],["7928.566","15965.316"],["7922.452","15949.855"],["7892.054","15997.426"],["7878.749","16000.458"],["7897.144","15986.841"],["7822.064","16066.613"],["7841.808","16052.814"],["7843.317","16063.223"],["7816.763","16023.843"],["7822.883","16011.419"],["7855.841","16046.956"],["7849.305","16054.548"],["7748.718","16130.129"],["7725.993","16079.824"],["7740.936","16018.939"],["7752.720","16027.284"],["7752.125","16043.290"],["7730.131","16049.239"],["7774.545","16057.234"],["7771.815","16076.085"],["7739.599","16046.000"],["7804.731","15988.888"],["7734.351","16088.511"],["7730.390","16103.421"],["7727.091","16119.716"],["7879.459","15957.346"],["7848.332","16003.723"],["7855.029","16127.616"],["7874.498","16105.910"],["7889.739","16100.701"],["7881.353","16120.156"],["7906.183","16124.119"],["7911.091","16109.913"],["7882.013","16089.125"],["7874.626","16061.684"],["7887.920","16053.628"],["7869.681","16090.336"],["7853.606","16104.584"],["7755.551","15954.989"],["7733.864","16022.027"],["7748.641","16025.896"],["7749.954","16035.974"],["7743.929","15941.834"],["7769.644","16058.043"],["7765.121","16067.332"],["7738.941","16038.899"],["7807.790","15985.470"],["7731.801","16097.677"],["7742.287","16132.243"],["7911.746","16098.318"],["7812.609","15993.116"],["7732.112","16086.001"],["7731.966","16093.234"],["7751.399","16136.471"],["7907.304","16107.347"],["7915.197","16101.954"],["7809.977","15982.282"],["7732.112","16081.244"],["7747.731","16137.395"],["31545.156","13137.898"],["31648.047","13167.785"],["31605.557","13153.027"],["31702.971","13174.275"],["31535.711","13181.299"],["31521.275","13158.311"],["31522.064","13141.861"],["31664.626","13163.937"],["31650.547","13164.317"],["31622.695","13146.041"],["31619.159","13152.565"],["31707.658","13175.199"],["10027.343","16070.158"],["10019.969","16111.889"],["10015.443","16131.131"],["10004.122","16140.481"],["9954.528","16133.152"],["9942.440","16128.137"],["9930.108","16125.390"],["9920.630","16130.183"],["9922.160","16113.695"],["10026.145","16074.527"],["10025.613","16079.360"],["10010.887","16103.629"],["10024.029","16098.365"],["9898.096","16135.263"],["9850.999","16049.384"],["9836.774","16022.848"],["10025.908","16090.620"],["10028.692","16080.579"],["10012.910","16119.587"],["9962.028","16135.233"],["9943.739","16140.061"],["9927.690","16129.238"],["9912.966","16110.887"],["9918.297","16134.721"],["10025.421","16081.348"],["10016.249","16091.556"],["10023.519","16106.441"],["9852.463","16048.509"],["9837.547","16013.731"],["9831.729","15987.038"],["9954.719","15961.425"],["9980.117","16030.333"],["9952.945","16056.025"],["9872.636","15947.262"],["9931.436","15936.112"],["9931.196","16075.962"],["9993.990","16039.477"],["10019.926","16083.882"],["10026.794","16111.872"],["10017.894","16119.538"],["9990.257","16137.360"],["9955.597","16131.781"],["9940.384","16128.318"],["9927.246","16128.660"],["9924.857","16129.192"],["9924.562","16112.242"],["9906.537","16133.961"],["10026.194","16085.658"],["10027.488","16082.679"],["10008.601","16094.793"],["10023.058","16108.390"],["9848.647","16041.936"],["9835.984","16018.091"],["10008.135","16115.678"],["9989.417","16073.058"],["9996.535","16038.272"],["9983.958","16077.474"],["9960.744","15955.856"],["10017.409","16074.419"],["10025.084","16112.318"],["10019.900","16126.028"],["9950.005","16138.436"],["9944.381","16131.952"],["9932.098","16131.633"],["9924.117","16130.547"],["9925.828","16116.651"],["9912.886","16132.177"],["10028.234","16075.303"],["10013.272","16096.726"],["10019.966","16093.641"],["9901.204","16138.450"],["9846.344","16055.743"],["9832.580","16022.501"],["13352.353","14190.310"],["13343.636","14211.829"],["13347.205","14221.425"],["13355.774","14187.948"],["13278.711","14227.691"],["13259.024","14208.853"],["13241.143","14222.657"],["13237.353","14182.511"],["13218.405","14237.125"],["13332.519","14233.336"],["13216.639","14037.622"],["13242.024","14172.007"],["13203.020","14135.662"],["13296.138","14217.432"],["13211.053","14215.292"],["13238.314","14209.742"],["13224.031","14188.720"],["13319.773","14220.570"],["13243.001","14205.052"],["13235.504","14032.386"],["13224.787","14132.242"],["13346.530","14213.927"],["8514.648","15903.538"],["8455.919","15916.051"],["8445.745","15885.716"],["8404.854","15834.121"],["8381.432","15787.328"],["8432.280","15783.868"],["8377.353","15760.623"],["8384.967","15889.809"],["8392.908","15789.527"],["8423.665","15793.740"],["8418.394","15795.689"],["8426.286","15821.298"],["8444.556","15806.860"],["8496.825","15816.303"],["8392.734","15863.228"],["8419.492","15868.050"],["8433.079","15868.529"],["8502.147","15901.626"],["8496.326","15887.372"],["8466.762","15921.324"],["8460.660","15888.466"],["8470.159","15851.865"],["8392.737","15822.311"],["8421.771","15905.128"],["8391.885","15770.728"],["8370.078","15764.117"],["8432.172","15834.321"],["8427.191","15802.107"],["8438.751","15810.146"],["8474.575","15816.098"],["8478.256","15825.766"],["8399.520","15813.870"],["8383.540","15881.659"],["8410.512","15872.922"],["8427.388","15881.775"],["8380.177","15909.179"],["8452.317","15916.700"],["8402.474","15929.410"],["8373.991","15762.998"],["8427.089","15842.546"],["8430.184","15814.097"],["8440.461","15826.414"],["8468.720","15821.911"],["8477.894","15835.114"],["8387.283","15793.094"],["8392.175","15868.315"],["8421.763","15890.412"],["8382.841","15913.688"],["8436.201","15838.053"],["8437.224","15825.939"],["8448.602","15807.719"],["8467.009","15812.316"],["8493.700","15817.558"],["8396.675","15805.332"],["8388.671","15865.524"],["8414.394","15863.112"],["8421.040","15873.468"],["8371.509","15908.832"],["13949.796","17264.287"],["13919.895","17298.589"],["13932.642","17332.710"],["13954.270","17306.979"],["13960.240","17279.117"],["13949.401","17283.411"],["13983.003","17260.290"],["13977.872","17290.810"],["13895.520","17353.139"],["13936.342","17269.473"],["13909.171","17307.738"],["13944.188","17284.650"],["13945.092","17300.819"],["13934.747","17334.906"],["13922.839","17331.355"],["13938.563","17337.895"],["13930.059","17341.909"],["13951.042","17372.894"],["13899.167","17361.052"],["13882.835","17381.317"],["13944.529","17378.080"],["13881.190","17372.118"],["13913.509","17379.979"],["13878.279","17385.941"],["13908.378","17403.150"],["13977.654","17407.014"],["13954.085","17389.442"],["13959.463","17346.106"],["13862.636","17322.398"],["13866.418","17330.904"],["13831.846","17328.162"],["13852.866","17325.602"],["13842.734","17321.688"],["13846.517","17262.712"],["13836.090","17249.434"],["13839.823","17284.727"],["13849.001","17302.481"],["13879.198","17272.506"],["13892.669","17232.786"],["13867.109","17290.887"],["13862.932","17267.221"],["13846.978","17272.770"],["13869.247","17259.211"],["13838.721","17304.611"],["13846.153","17366.426"],["13852.271","17371.067"],["13830.577","17349.366"],["13835.413","17382.760"],["13959.615","17317.119"],["13970.915","17353.271"],["13905.191","17343.857"],["13984.023","17265.806"],["13930.816","17263.923"],["13955.257","17338.639"],["13953.760","17276.706"],["13915.487","17264.799"],["13940.142","17329.951"],["13945.142","17284.287"],["13931.869","17269.753"],["13888.464","17353.023"],["13930.026","17343.048"],["13948.908","17308.696"],["13921.375","17313.222"],["13924.500","17323.593"],["13991.194","17317.664"],["13915.257","17291.818"],["13969.665","17283.246"],["13982.510","17333.519"],["13970.849","17358.952"],["13965.878","17390.995"],["13895.088","17346.040"],["13940.187","17388.583"],["13966.914","17358.592"],["13896.602","17390.004"],["13885.401","17387.229"],["13922.802","17388.815"],["13939.579","17370.152"],["13969.052","17344.306"],["13922.523","17390.747"],["13938.690","17342.786"],["13908.345","17396.758"],["13889.973","17403.744"],["13949.990","17376.824"],["13961.931","17366.502"],["13985.779","17393.885"],["13985.384","17398.707"],["13908.723","17361.069"],["13930.532","17370.400"],["13880.119","17281.589"],["13840.547","17272.374"],["13881.682","17248.641"],["13846.188","17280.301"],["13839.346","17267.336"],["13893.820","17270.540"],["13879.659","17271.383"],["13868.524","17299.591"],["13858.014","17291.366"],["13838.573","17276.073"],["13903.277","17272.968"],["13859.165","17232.423"],["13895.580","17314.042"],["13869.905","17292.572"],["13894.478","17297.675"],["13839.856","17270.359"],["13887.817","17310.772"],["13852.175","17324.397"],["13853.127","17391.959"],["13849.788","17384.725"],["13831.893","17367.334"],["13977.280","17326.384"],["13918.776","17289.935"],["13921.227","17268.416"],["13902.263","17318.820"],["13924.763","17316.690"],["13899.319","17316.376"],["13945.076","17327.441"],["13890.849","17344.501"],["13882.806","17330.513"],["13987.707","17324.947"],["13956.227","17298.424"],["13969.188","17300.191"],["13936.408","17271.587"],["13936.556","17306.863"],["13974.007","17358.952"],["13932.346","17277.482"],["13967.720","17348.600"],["13949.266","17407.906"],["13936.667","17379.549"],["13907.440","17352.877"],["13958.164","17402.902"],["13878.345","17375.024"],["13931.667","17370.681"],["13886.355","17408.071"],["13920.829","17361.597"],["13871.797","17281.985"],["13872.751","17251.102"],["13879.461","17321.094"],["13876.040","17265.966"],["13881.057","17276.932"],["13876.090","17228.426"],["13832.488","17266.973"],["13859.724","17236.453"],["13867.718","17251.779"],["13866.599","17293.051"],["13892.109","17276.255"],["13888.853","17301.308"],["13879.856","17332.753"],["13852.419","17385.353"],["21396.603","9809.570"],["21403.691","9818.835"],["21365.339","9932.798"],["21396.693","9926.087"],["12202.134","19099.112"],["12203.703","19051.272"],["12212.693","19080.434"],["12309.379","18966.996"],["12219.953","19038.209"],["12148.599","19081.528"],["12235.885","19083.080"],["12283.828","19013.322"],["12287.767","18974.428"],["12302.849","18969.688"],["12237.709","19054.059"],["12281.287","18985.725"],["12307.356","18952.942"],["12239.206","19057.130"],["26833.589","9198.194"],["26828.539","9211.357"],["26808.227","9214.396"],["26854.395","9228.202"],["12370.916","14190.962"],["12386.340","14173.384"],["12471.331","14229.362"],["12444.494","14072.804"],["12536.966","14207.891"],["12366.541","14193.208"],["12387.047","14172.492"],["12449.729","14247.827"],["12453.178","14203.104"],["12425.779","14195.905"],["12381.042","14219.472"],["12521.275","14208.139"],["12529.104","14182.243"],["12523.340","14192.950"],["12391.815","14227.234"],["12422.836","14193.157"],["12452.241","14187.728"],["12441.204","14080.748"],["12415.335","14224.179"],["12435.499","14225.632"],["12486.513","14235.909"],["12370.045","14196.330"],["12385.764","14172.377"],["12421.516","14089.824"],["12447.704","14064.495"],["12474.347","14052.887"],["12489.858","14043.844"],["12555.488","14144.793"],["12394.101","14126.587"],["12357.392","14120.231"],["12427.588","14210.570"],["12441.371","14238.118"],["12403.131","14216.565"],["12372.337","14165.820"],["12391.579","14153.563"],["12410.255","14157.212"],["12403.223","14178.041"],["12424.607","14170.779"],["12363.811","14192.531"],["12371.541","14194.265"],["12385.649","14168.364"],["12384.876","14172.740"],["12398.408","14101.021"],["12448.329","14051.432"],["12489.069","14040.178"],["12556.614","14236.150"],["12549.567","14166.048"],["12528.558","14163.941"],["12397.983","14133.523"],["12357.527","14131.935"],["12432.992","14210.806"],["12410.548","14233.873"],["12407.339","14115.489"],["12433.756","14072.125"],["12485.712","14035.942"],["12500.253","14041.020"],["12537.321","14172.552"],["12534.008","14167.320"],["12397.769","14130.949"],["12361.290","14113.014"],["12368.530","14144.536"],["12409.312","14095.984"],["12440.566","14061.126"],["12487.029","14050.285"],["12527.042","14179.819"],["12552.264","14148.179"],["12539.103","14149.885"],["12532.390","14160.373"],["12381.696","14122.167"],["12358.037","14123.859"],["13255.540","14371.034"],["13202.251","14307.880"],["13252.596","14373.908"],["13258.658","14397.763"],["13356.125","14447.061"],["13285.582","14382.388"],["13321.141","14430.579"],["13286.207","14426.302"],["13295.631","14380.125"],["13330.253","14382.966"],["13218.905","14263.094"],["13301.618","14377.417"],["13310.204","14381.595"],["13323.016","14438.193"],["13372.292","14401.843"],["13390.401","14405.426"],["13340.470","14255.061"],["13332.800","14258.328"],["13216.857","14278.536"],["13235.866","14261.036"],["13352.347","14360.658"],["13327.632","14445.892"],["13206.626","14417.343"],["13394.075","14379.685"],["13376.289","14430.166"],["13323.592","14411.422"],["13353.082","14404.188"],["13297.128","14403.445"],["13284.365","14390.744"],["13292.029","14383.824"],["13276.371","14363.560"],["13316.306","14412.792"],["13307.720","14390.348"],["13309.085","14384.634"],["13229.270","14264.356"],["13348.277","14283.745"],["13209.300","14241.459"],["13218.645","14274.662"],["13230.221","14258.998"],["13365.916","14347.346"],["13372.248","14350.963"],["13329.096","14429.229"],["13342.468","14428.535"],["13247.464","14270.407"],["13342.901","14436.360"],["13375.829","14418.110"],["13401.306","14422.355"],["13280.779","14401.446"],["13356.339","14416.244"],["13332.358","14390.084"],["13204.685","14298.499"],["13241.889","14274.585"],["13216.001","14273.132"],["13306.503","14379.283"],["13247.589","14394.559"],["13282.983","14416.673"],["13286.059","14374.113"],["13329.891","14439.035"],["13289.776","14421.529"],["13262.062","14382.272"],["13341.947","14440.488"],["13339.612","14394.873"],["3487.920","16499.445"],["3454.663","16546.761"],["3481.982","16549.156"],["3499.038","16545.077"],["3441.094","16547.257"],["3498.068","16536.340"],["3393.863","16535.621"],["3391.609","16548.768"],["3412.909","16520.725"],["3397.086","16561.121"],["3378.616","16503.664"],["3374.734","16505.464"],["3330.313","16483.947"],["3373.865","16519.273"],["3349.342","16536.878"],["3378.174","16534.863"],["3325.510","16545.433"],["3335.938","16528.142"],["3326.919","16368.728"],["3443.737","16508.387"],["3470.316","16452.665"],["3476.566","16477.157"],["3468.819","16496.711"],["3470.825","16461.170"],["3370.412","16384.686"],["3350.790","16352.614"],["3353.817","16407.544"],["3367.156","16353.605"],["3343.587","16388.270"],["3320.546","16391.538"],["3341.895","16433.404"],["3340.266","16445.857"],["3336.154","16395.667"],["3344.937","16427.822"],["3322.191","16424.536"],["3487.394","16515.845"],["3465.371","16516.472"],["3458.578","16522.055"],["3454.005","16540.932"],["3420.918","16524.639"],["3419.323","16520.130"],["3361.379","16502.426"],["3366.823","16530.815"],["3396.708","16536.695"],["3415.590","16510.270"],["3374.638","16536.878"],["3382.220","16531.990"],["3384.424","16512.568"],["3369.688","16530.107"],["3365.395","16482.824"],["3355.510","16492.188"],["3319.254","16361.494"],["3446.121","16482.475"],["3445.283","16503.499"],["3449.049","16509.494"],["3471.072","16492.632"],["3342.468","16404.637"],["3368.060","16384.852"],["3349.590","16374.992"],["3370.988","16362.308"],["3334.919","16379.567"],["3404.070","16389.196"],["3315.941","16448.499"],["3327.914","16444.404"],["3361.500","16424.536"],["3348.391","16449.887"],["3305.151","16441.679"],["3328.375","16411.059"],["3304.816","16482.842"],["3309.980","16419.374"],["3339.355","16432.239"],["13823.517","9484.967"],["13828.220","9507.510"],["13806.206","9517.974"],["13745.687","9491.291"],["13715.144","9524.652"],["13727.035","9511.506"],["13782.920","9479.050"],["13735.733","9433.996"],["13753.677","9424.781"],["13632.789","9506.961"],["13624.422","9557.027"],["13709.305","9516.576"],["13781.637","9462.568"],["13625.996","9493.831"],["13812.513","9482.407"],["13808.418","9497.750"],["13828.763","9476.478"],["13829.954","9494.975"],["13828.640","9545.670"],["13686.937","9497.385"],["13715.045","9525.098"],["13736.904","9507.790"],["13785.141","9434.558"],["13778.611","9453.104"],["13741.423","9466.713"],["13626.243","9488.645"],["13628.238","9576.680"],["13631.955","9580.644"],["13825.424","9499.880"],["13826.115","9510.400"],["13820.137","9527.288"],["13698.894","9516.444"],["13711.509","9507.427"],["13728.532","9514.726"],["13781.456","9463.014"],["13750.256","9435.549"],["13761.654","9433.517"],["13619.763","9551.915"],["13824.980","9483.530"],["13715.769","9520.589"],["13692.463","9537.716"],["13684.996","9518.360"],["13794.318","9464.979"],["13775.305","9485.045"],["13777.525","9437.167"],["13641.067","9560.396"],["13659.998","9554.302"],["13826.230","9501.780"],["13685.983","9538.789"],["13719.535","9505.825"],["13748.595","9425.227"],["13776.341","9485.293"],["13621.720","9550.016"],["28337.823","10050.539"],["28288.453","10142.953"],["28335.273","10025.621"],["28317.894","10154.811"],["28289.188","10068.429"],["28324.550","10033.462"],["28261.049","10028.402"],["28328.157","10123.184"],["28352.675","10040.518"],["28282.367","10142.441"],["28346.792","10133.952"],["28296.540","10045.407"],["28316.507","10049.536"],["28346.589","10046.431"],["28302.894","10107.544"],["28269.305","10022.456"],["28336.260","10042.236"],["28326.594","10103.036"],["14849.016","12987.365"],["14879.065","13010.602"],["14847.881","13011.081"],["14876.699","13071.026"],["14807.963","12981.780"],["14775.757","12977.543"],["14854.690","12998.992"],["14793.826","12988.909"],["14756.422","12979.131"],["14850.019","12981.436"],["14830.677","12971.408"],["14746.503","13006.494"],["14881.337","13020.786"],["14844.986","12998.133"],["31430.230","10561.048"],["31351.057","10518.238"],["31370.646","10493.752"],["31411.380","10496.512"],["31353.664","10507.684"],["31443.503","10510.698"],["31446.147","10514.880"],["31442.798","10522.486"],["31512.876","10505.138"],["31503.748","10571.556"],["31428.602","10584.524"],["31324.326","10604.634"],["31489.531","10568.305"],["31415.477","10525.177"],["31368.557","10516.305"],["31425.251","10559.467"],["31412.251","10507.858"],["31386.443","10505.108"],["31479.309","10512.745"],["31467.891","10502.328"],["31498.275","10506.433"],["31484.153","10543.395"],["2700.537","10988.021"],["2724.571","10993.505"],["2747.871","11031.096"],["2715.348","11043.162"],["2761.797","11002.496"],["2691.675","11027.783"],["2699.813","11008.104"],["2746.501","11033.330"],["2728.617","10986.271"],["2723.950","11030.098"],["2751.287","11021.273"],["2696.576","11018.930"],["2752.701","11022.826"],["2715.619","11011.258"],["2718.617","10985.148"],["2717.240","11042.187"],["2695.786","11019.872"],["2736.861","11051.382"],["2701.063","10987.014"],["2715.986","10983.579"],["2765.876","11020.167"],["2753.562","11042.343"],["2690.655","11035.446"],["2717.108","11039.462"],["2749.163","11059.540"],["11135.214","14791.544"],["11124.277","14785.665"],["11131.152","14798.514"],["11101.234","14810.718"],["11233.197","14816.705"],["11302.457","14709.503"],["11287.890","14724.780"],["11302.251","14786.209"],["11238.344","14744.658"],["11218.657","14756.910"],["11211.369","14750.460"],["11225.017","14733.065"],["11237.860","14816.561"],["11251.381","14807.562"],["11205.932","14788.836"],["11208.552","14794.815"],["11110.030","14776.397"],["11107.047","14763.591"],["11112.742","14750.040"],["11112.688","14749.857"],["11110.610","14789.041"],["11113.342","14796.291"],["11119.143","14775.177"],["11120.341","14815.871"],["11145.136","14752.920"],["11142.773","14752.577"],["11140.022","14736.952"],["11135.831","14748.099"],["11134.877","14748.144"],["11139.079","14823.930"],["11142.013","14825.719"],["11176.557","14753.022"],["11206.400","14668.616"],["11205.021","14665.062"],["11208.704","14668.307"],["11130.510","14755.771"],["11143.263","14704.560"],["11156.651","14691.677"],["11148.434","14666.723"],["11292.392","14692.539"],["11222.599","14734.116"],["11227.540","14750.812"],["11208.735","14759.768"],["11249.355","14728.719"],["11240.638","14734.242"],["11249.951","14731.564"],["11236.120","14733.571"],["11242.914","14741.478"],["11225.158","14733.375"],["11203.685","14793.560"],["11209.176","14788.750"],["11210.566","14744.308"],["11210.421","14744.522"],["11140.075","14752.751"],["11140.585","14752.977"],["11140.966","14753.122"],["11141.854","14753.389"],["11139.753","14750.811"],["11139.724","14751.799"],["11145.003","14759.185"],["11126.575","14769.376"],["11116.075","14793.830"],["11201.097","14802.534"],["11195.314","14803.640"],["11172.885","14756.256"],["11164.252","14744.236"],["11158.055","14741.787"],["11161.295","14737.204"],["11226.055","14676.715"],["11215.014","14707.598"],["11202.871","14670.141"],["11157.957","14821.934"],["11201.413","14812.282"],["11129.842","14701.471"],["11150.434","14689.282"],["11140.161","14677.689"],["11124.505","14705.162"],["11130.697","14715.119"],["11119.140","14713.553"],["11283.033","14698.320"],["11093.673","14752.454"],["11142.227","14710.786"],["11158.131","14687.928"],["11137.562","14663.106"],["11300.961","14693.051"],["11102.604","14761.438"],["11139.464","14701.603"],["11147.161","14693.906"],["11133.122","14666.905"],["11117.605","14705.088"],["11111.587","14713.637"],["11125.632","14716.717"],["11126.272","14705.709"],["11097.724","14700.450"],["11295.813","14691.978"],["19321.697","13735.345"],["19427.889","13813.684"],["19481.692","13713.768"],["19500.101","13637.294"],["19485.952","13733.917"],["19499.402","13651.773"],["19511.147","13808.573"],["19418.859","13783.015"],["19499.824","13619.063"],["19510.672","13736.873"],["19412.248","13791.289"],["19467.510","13633.738"],["19414.402","13784.468"],["19492.597","13666.003"],["6975.320","15707.955"],["7003.895","15716.406"],["7002.136","15708.528"],["6976.059","15715.815"],["6962.047","15703.380"],["7010.935","15712.360"],["7022.600","15716.103"],["6971.252","15711.894"],["6960.611","15714.371"],["6966.207","15709.203"],["16083.494","13911.005"],["16115.155","13931.402"],["16021.757","13907.523"],["15956.115","13914.377"],["15945.613","13868.232"],["16109.350","14020.118"],["15980.643","13945.969"],["15992.370","14007.026"],["16090.704","13974.861"],["16057.803","14024.812"],["15943.107","13994.417"],["16001.339","14003.700"],["15982.316","13901.958"],["16099.432","13938.140"],["15995.441","13869.092"],["16095.040","13901.625"],["15955.630","13846.036"],["15953.104","13972.181"],["15980.890","14001.675"],["16044.141","14007.941"],["16087.310","13914.705"],["16011.970","13895.979"],["15942.199","13978.474"],["15999.837","14001.097"],["16101.544","14010.479"],["16039.322","13962.277"],["15938.912","14022.423"],["16023.773","13990.686"],["16029.842","14018.135"],["16034.135","14004.625"],["15387.685","11983.376"],["15398.601","12035.254"],["15363.338","12006.385"],["15446.173","11964.769"],["15430.778","11961.383"],["15481.757","11984.459"],["15434.322","12073.244"],["15483.072","12044.293"],["15360.573","12099.428"],["15338.426","12114.542"],["15356.519","12087.127"],["15333.178","12006.398"],["15357.964","12036.341"],["15359.769","12024.767"],["15362.762","11988.235"],["15428.393","11964.554"],["15441.222","11944.471"],["15493.698","12043.154"],["15477.431","12001.800"],["15454.879","12051.796"],["15458.779","12067.183"],["15384.224","12102.599"],["15320.795","12084.005"],["15384.917","12047.987"],["15392.373","11962.539"],["15432.595","12069.066"],["15351.082","12082.940"],["15325.269","12101.000"],["15326.303","12032.964"],["15488.669","12016.230"],["15455.957","12093.794"],["15496.120","12059.515"],["15366.905","11990.916"],["15386.271","12028.068"],["15339.256","12089.122"],["15312.372","12020.875"],["15507.155","12006.535"],["15458.545","12067.710"],["15469.822","12105.734"],["15471.860","12099.945"],["15380.721","11977.935"],["15392.673","11981.600"],["15380.087","12007.903"],["15326.148","12082.615"],["16396.247","17245.002"],["16429.699","17205.973"],["16461.567","17256.264"],["16557.606","17318.519"],["16545.979","17328.614"],["16495.151","17273.838"],["16494.565","17205.683"],["16499.896","17235.369"],["16522.551","17243.911"],["16546.676","17217.072"],["16507.464","17205.910"],["16565.002","17205.150"],["16514.934","17214.842"],["16452.174","17206.109"],["19219.343","11245.836"],["19292.605","11202.903"],["19174.703","11193.087"],["19128.999","11120.266"],["19115.786","11278.409"],["19287.541","11243.937"],["19263.315","11222.570"],["19219.501","11162.593"],["19226.992","11129.467"],["19177.452","11118.717"],["19236.804","11099.678"],["19102.001","11165.394"],["19111.022","11115.715"],["19139.257","11153.632"],["19133.580","11199.737"],["19241.233","11126.580"],["19172.793","11250.204"],["19243.154","11274.779"],["19248.858","11234.774"],["19242.659","11174.352"],["19185.881","11095.810"],["19199.409","11137.743"],["19247.488","11090.140"],["19129.568","11099.229"],["19117.667","11077.845"],["19119.717","11153.450"],["19123.580","11227.549"],["19178.358","11190.257"],["19122.575","11194.728"],["19276.315","11118.306"],["19254.571","11144.499"],["19118.232","11121.543"],["19119.171","11250.891"],["19280.041","11252.657"],["19226.933","11240.725"],["19212.059","11178.746"],["19175.454","11097.857"],["19203.488","11115.926"],["19253.761","11098.555"],["19102.486","11096.904"],["19142.069","11176.307"],["19111.705","11199.572"],["19294.498","11232.838"],["19267.131","11201.793"],["19230.390","11162.841"],["19173.077","11144.762"],["19218.712","11078.951"],["19104.567","11150.464"],["19096.482","11089.753"],["19130.605","11171.914"],["19120.109","11220.348"],["19135.299","11118.647"],["19261.506","11199.547"],["19235.850","11163.237"],["19174.253","11096.305"],["19213.932","11102.134"],["19208.752","11128.792"],["19227.676","11091.503"],["19127.940","11071.748"],["19109.492","11094.493"],["19119.187","11185.084"],["19110.734","11220.596"],["19270.591","11120.998"],["19186.006","11110.538"],["19153.813","11244.027"],["19291.684","11199.566"],["19278.979","11163.509"],["19096.128","11141.879"],["19145.491","11242.310"],["19273.824","11251.715"],["19251.329","11272.186"],["19240.733","11226.765"],["19230.291","11162.940"],["19181.490","11104.810"],["19188.225","11098.401"],["19183.077","11145.109"],["19236.985","11088.381"],["19110.101","11084.996"],["19147.563","11177.975"],["19105.307","11232.470"],["9416.464","12031.417"],["9560.967","11951.156"],["9514.692","11926.985"],["9500.125","11960.096"],["9468.353","11937.748"],["9418.935","11941.957"],["9615.352","12009.808"],["9605.910","11955.917"],["9538.480","12006.314"],["9424.100","12032.088"],["9423.069","12014.398"],["9460.183","12018.758"],["9539.448","11981.059"],["9563.350","12010.861"],["9563.527","12085.443"],["9414.298","12123.944"],["9562.497","11974.789"],["9517.011","11927.216"],["9509.155","11950.930"],["9479.801","11931.076"],["9433.475","11935.021"],["9599.956","11959.931"],["9537.378","12009.287"],["9414.573","12016.437"],["9441.287","12030.981"],["9425.914","12014.464"],["9462.429","12047.877"],["9467.058","12044.257"],["9544.382","11974.601"],["9567.923","12009.970"],["9563.231","12077.598"],["9601.851","12052.608"],["9469.649","12105.277"],["9480.866","12120.620"],["9439.779","12022.986"],["9448.606","11935.630"],["9427.845","12099.349"],["9456.785","11982.998"],["9496.014","11999.020"],["9571.148","11962.419"],["9510.219","11924.194"],["9500.750","11957.651"],["9462.153","11930.481"],["9424.116","11956.953"],["9619.332","12012.302"],["9608.098","11956.132"],["9537.543","11995.447"],["9452.676","12053.426"],["9465.347","12041.202"],["9530.961","11957.789"],["9564.041","12011.885"],["9552.589","12091.108"],["9592.202","12046.540"],["9553.224","11913.532"],["9552.467","11998.107"],["9440.751","12109.769"],["9419.417","12005.926"],["9467.751","11946.332"],["9409.347","12119.055"],["9572.119","11955.912"],["9511.090","11921.650"],["9509.007","11958.015"],["9464.488","11940.968"],["9433.836","11945.690"],["9599.562","11954.745"],["9540.224","12005.207"],["9411.382","12020.005"],["9463.087","12047.084"],["9458.735","12029.839"],["9538.593","11969.845"],["9570.472","11995.568"],["9562.951","12092.363"],["9442.229","11940.882"],["9410.400","11955.641"],["9555.303","12082.916"],["9419.134","11948.523"],["9610.819","11977.450"],["9552.606","12085.179"],["7990.606","13276.607"],["8027.263","13284.226"],["8043.743","13291.610"],["8108.657","13319.704"],["7965.483","13361.746"],["2472.052","10967.799"],["2626.711","11058.932"],["2634.794","11041.046"],["2560.140","11003.591"],["7755.971","17409.164"],["7803.475","17204.855"],["7932.198","17293.924"],["7933.717","17296.005"],["7912.551","17294.342"],["7906.144","17295.572"],["7904.718","17316.798"],["7930.118","17345.266"],["7874.041","17251.401"],["7858.630","17247.433"],["7848.010","17266.395"],["7826.339","17283.565"],["7841.555","17289.824"],["7900.823","17252.453"],["7913.837","17263.182"],["7912.544","17245.839"],["7934.227","17253.956"],["7814.975","17232.212"],["7861.799","17201.694"],["7927.681","17297.087"],["7907.133","17327.946"],["7813.157","17275.068"],["7860.636","17258.065"],["7911.024","17215.557"],["7812.780","17251.328"],["7932.203","17380.989"],["7911.558","17300.403"],["7908.456","17319.193"],["7902.904","17322.362"],["7905.611","17282.307"],["7914.999","17286.463"],["7915.404","17290.777"],["7911.806","17297.218"],["7931.632","17352.081"],["7924.659","17327.987"],["7896.032","17301.864"],["7933.124","17232.229"],["7918.885","17211.157"],["7831.331","17218.963"],["7836.717","17392.330"],["7818.094","17294.642"],["7821.431","17297.346"],["7739.923","17339.265"],["7748.240","17356.415"],["7770.658","17338.777"],["7833.297","17398.425"],["7839.998","17398.220"],["7754.181","17404.713"],["7797.904","17370.812"],["7794.753","17378.154"],["7810.963","17369.568"],["7796.934","17391.142"],["7753.886","17358.464"],["7738.775","17357.880"],["7799.777","17216.313"],["7788.451","17234.285"],["7836.226","17396.497"],["7803.373","17375.951"],["7761.060","17367.510"],["7762.243","17359.734"],["7740.077","17366.452"],["7797.975","17212.983"],["7830.226","17397.231"],["10658.616","14504.310"],["10508.102","14578.657"],["10487.512","14561.351"],["10549.606","14660.555"],["10569.037","14593.685"],["10572.810","14587.757"],["10572.625","14601.503"],["10551.224","14576.559"],["10546.800","14577.759"],["10579.969","14569.187"],["10582.493","14573.417"],["10571.432","14570.860"],["10568.529","14580.836"],["10563.581","14550.496"],["10462.660","14596.602"],["10649.989","14649.754"],["10654.035","14632.343"],["10657.096","14599.353"],["10547.477","14450.124"],["10556.895","14491.035"],["10589.801","14605.613"],["10582.129","14632.203"],["10608.556","14472.569"],["10568.677","14464.517"],["10623.257","14557.019"],["10607.313","14510.254"],["10581.757","14647.258"],["10632.053","14635.795"],["10629.632","14617.778"],["10593.098","14574.046"],["10627.409","14570.120"],["10657.284","14506.160"],["10506.161","14572.782"],["10497.613","14557.445"],["10503.698","14561.069"],["10500.986","14600.162"],["10553.654","14543.769"],["10537.492","14514.750"],["10563.468","14656.777"],["10548.390","14582.590"],["10559.750","14574.867"],["10583.546","14582.695"],["10554.139","14463.733"],["10561.501","14502.728"],["10587.745","14591.097"],["10593.230","14633.871"],["10598.244","14481.999"],["10564.434","14480.933"],["10624.738","14556.292"],["10611.688","14513.573"],["10598.862","14642.419"],["10628.369","14638.173"],["10616.741","14640.880"],["10592.786","14577.332"],["10633.527","14571.738"],["10518.848","14604.414"],["10508.644","14608.017"],["19581.317","5248.901"],["19590.709","5193.426"],["19724.048","5180.907"],["19590.742","5336.217"],["19681.646","5270.420"],["19695.561","5304.012"],["19714.759","5355.425"],["19708.558","5357.490"],["19581.284","5242.030"],["19570.281","5220.940"],["19633.834","5348.884"],["19631.186","5317.323"],["19566.202","5268.405"],["19651.965","5154.644"],["19708.016","5353.460"],["19698.686","5320.445"],["19558.538","5239.074"],["19686.400","5202.658"],["19644.969","5239.735"],["19616.268","5287.976"],["19619.146","5228.818"],["19650.643","5255.655"],["19658.390","5304.111"],["30278.222","15123.938"],["30322.005","15170.778"],["30289.126","15103.888"],["30362.860","15176.261"],["30351.955","15244.519"],["30379.981","15260.125"],["30279.492","15267.194"],["30399.208","15252.353"],["30408.880","15280.332"],["30441.965","15202.944"],["30454.533","15111.686"],["30385.678","15165.440"],["30442.329","15123.321"],["30411.725","15165.664"],["30436.637","15182.808"],["30399.636","15288.490"],["30455.123","15205.867"],["30447.410","15211.879"],["30413.731","15143.204"],["30453.069","15086.038"],["30398.030","15151.897"],["30429.159","15095.918"],["30416.116","15111.261"],["30425.074","15173.477"],["30421.209","15166.904"],["30337.679","15201.017"],["30275.689","15202.884"],["4156.509","14686.689"],["4158.163","14681.495"],["4166.995","14671.454"],["4162.150","14686.359"],["4155.539","14668.836"],["4168.097","14686.681"],["4158.706","14667.903"],["4159.808","14682.734"],["16589.755","17266.405"],["16742.620","17207.680"],["16706.452","17214.980"],["16573.884","17217.288"],["16623.639","17291.511"],["25858.264","17408.377"],["25887.836","17409.137"],["14213.451","12832.021"],["14214.372","12828.602"],["14204.536","12784.671"],["14183.595","12851.367"],["14177.103","12925.457"],["14158.320","12893.500"],["14193.550","12885.688"],["14088.391","12782.716"],["14215.233","12834.661"],["14244.624","12814.513"],["14221.722","12824.898"],["14223.021","12830.942"],["14229.288","12915.897"],["14211.377","12840.207"],["14085.100","12858.046"],["14104.057","12851.270"],["14104.098","12775.201"],["14091.713","12769.437"],["14085.623","12796.631"],["14073.904","12880.949"],["14189.059","12820.295"],["14172.020","12833.359"],["14214.947","12771.030"],["14125.215","12769.063"],["14195.979","12846.313"],["14185.470","12853.381"],["14050.874","12811.166"],["14144.623","12782.903"],["14170.475","12940.337"],["14193.797","12878.900"],["14132.679","12875.399"],["14147.490","12871.789"],["14186.215","12901.658"],["14161.346","12944.152"],["14222.794","12958.416"],["14224.209","12968.259"],["14044.293","12818.459"],["14218.029","12769.129"],["14219.279","12776.396"],["14220.710","12834.232"],["14223.193","12820.012"],["14222.989","12913.750"],["14224.140","12907.755"],["14208.844","12854.956"],["14205.620","12835.038"],["14248.400","12830.843"],["14213.729","12834.427"],["14078.488","12863.132"],["14116.540","12852.888"],["14092.914","12768.248"],["14099.756","12778.818"],["14123.636","12765.034"],["14138.345","12935.730"],["14127.279","12957.016"],["14094.578","12936.209"],["14187.941","12824.110"],["14189.701","12829.197"],["14174.734","12832.797"],["14220.918","12830.683"],["14173.368","12831.360"],["14197.645","12844.259"],["14215.079","12777.834"],["14224.417","12834.736"],["14197.229","12852.523"],["14192.081","12846.214"],["14149.248","12885.928"],["14158.271","12895.928"],["14184.274","12891.320"],["14135.321","12919.930"],["14175.113","12862.781"],["14141.379","12862.781"],["14164.455","12958.124"],["14136.642","12889.685"],["14154.945","12924.588"],["14145.681","12939.877"],["14215.936","12960.414"],["14227.042","12764.323"],["14225.200","12811.639"],["14239.098","12822.060"],["14218.390","12841.119"],["14240.923","12812.680"],["14214.624","12763.910"],["14224.575","12771.292"],["14236.318","12818.262"],["14211.771","12893.981"],["14235.571","12829.076"],["14206.854","12828.696"],["14210.061","12833.288"],["14222.479","12897.697"],["14217.709","12905.410"],["14210.719","12894.064"],["14214.584","12899.349"],["14238.104","12912.726"],["14224.403","12836.062"],["14209.387","12841.677"],["14224.962","12888.895"],["14221.097","12890.034"],["14251.048","12828.465"],["14237.216","12911.917"],["14251.294","12777.586"],["14089.723","12763.806"],["14086.763","12768.793"],["14095.644","12785.969"],["14209.635","12830.914"],["14166.954","12837.190"],["14179.565","12846.907"],["14150.508","12869.734"],["14134.344","12778.130"],["14220.163","12954.237"],["14224.164","12794.992"],["14216.631","12788.039"],["14245.364","12818.757"],["14216.565","12831.342"],["14205.998","12894.890"],["14207.265","12835.567"],["14211.689","12901.727"],["14247.429","12830.001"],["14209.798","12898.044"],["14216.311","12902.189"],["14095.217","12767.241"],["14084.082","12780.387"],["14096.450","12769.817"],["14104.921","12775.581"],["14089.575","12774.309"],["14050.937","12829.158"],["14068.986","12886.664"],["14178.023","12827.446"],["14214.553","12759.188"],["14196.888","12832.830"],["14216.773","12829.048"],["14199.224","12836.216"],["14170.951","12846.505"],["14213.993","12797.537"],["14190.305","12845.520"],["14196.818","12839.608"],["14241.966","12930.904"],["14188.644","12842.911"],["14150.257","12910.638"],["14199.060","12896.291"],["14147.975","12873.516"],["14173.764","12900.585"],["14192.531","12896.968"],["14217.563","12947.505"],["14192.860","12886.018"],["14234.110","12961.790"],["14150.327","12876.588"],["14234.472","12957.425"],["14244.801","12968.721"],["14231.088","12763.051"],["14218.851","12828.022"],["14219.377","12791.276"],["14237.025","12824.835"],["14237.897","12812.382"],["14243.637","12816.709"],["14221.499","12784.736"],["14225.397","12766.998"],["14243.071","12819.382"],["14224.387","12832.643"],["14211.262","12847.458"],["14226.936","12911.058"],["14215.160","12885.030"],["14235.735","12824.584"],["14211.821","12837.598"],["14206.410","12898.985"],["14218.400","12818.060"],["14240.538","12829.126"],["14208.696","12828.928"],["14129.689","12767.825"],["14134.146","12761.466"],["14053.745","12789.310"],["14082.650","12864.553"],["14102.675","12860.073"],["14111.639","12862.550"],["14089.689","12872.711"],["14229.775","12900.428"],["14123.670","12905.827"],["14115.094","12853.831"],["14225.844","12876.300"],["14215.317","12782.050"],["14246.917","12808.920"],["14055.262","12846.173"],["14100.940","12822.862"],["2702.435","17902.563"],["2694.376","17886.807"],["2690.182","17873.380"],["2704.919","17882.117"],["2749.750","17924.261"],["2811.165","17891.395"],["2807.563","17891.577"],["2763.566","17914.698"],["2771.790","17880.165"],["2807.563","17910.470"],["2675.463","17894.333"],["2708.817","17861.770"],["2689.162","17846.031"],["2703.850","17863.174"],["2768.829","17894.566"],["2810.293","17932.436"],["2797.086","17891.973"],["2788.286","17906.342"],["2775.671","17880.082"],["2752.826","17880.726"],["13832.236","15296.136"],["13994.981","15449.270"],["14006.807","15448.544"],["14006.051","15448.924"],["13982.227","15425.479"],["14025.989","15365.185"],["13840.165","15499.767"],["13852.420","15505.093"],["13830.730","15389.778"],["13842.998","15379.196"],["13834.449","15408.493"],["13858.691","15410.308"],["13865.804","15420.268"],["13836.987","15454.119"],["13851.714","15429.739"],["13855.484","15449.028"],["13885.518","15368.405"],["13885.019","15379.986"],["13877.227","15402.717"],["13889.867","15399.966"],["13904.275","15378.187"],["13883.452","15345.572"],["13900.383","15352.460"],["13916.589","15356.418"],["13932.637","15342.215"],["13898.531","15494.194"],["13907.839","15478.747"],["13896.861","15466.288"],["13931.658","15501.145"],["13907.193","15448.890"],["13886.324","15437.691"],["13883.849","15418.199"],["13862.262","15446.713"],["13867.780","15467.298"],["13864.616","15425.183"],["13910.803","15409.488"],["13911.827","15403.193"],["13922.400","15402.780"],["13931.331","15397.916"],["13932.855","15379.061"],["13936.929","15362.402"],["13952.123","15356.111"],["13972.000","15398.313"],["13950.712","15418.106"],["13986.800","15389.049"],["13976.192","15415.086"],["13963.015","15430.394"],["14015.812","15417.383"],["13936.408","15419.643"],["13931.418","15432.217"],["14010.795","15349.988"],["14002.747","15443.425"],["14027.244","15447.180"],["14030.463","15367.448"],["14019.333","15431.726"],["13955.909","15488.012"],["13956.216","15472.071"],["13951.920","15506.032"],["13904.815","15492.255"],["13931.075","15434.246"],["13928.992","15424.087"],["13958.195","15419.212"],["13935.926","15441.852"],["13920.804","15452.700"],["13915.333","15456.414"],["13908.599","15454.289"],["13922.079","15460.202"],["13957.181","15429.358"],["13939.272","15444.599"],["13950.961","15448.031"],["13985.800","15386.718"],["13966.741","15400.261"],["13835.371","15464.790"],["13839.326","15494.317"],["13832.622","15394.418"],["13846.616","15377.165"],["13836.554","15415.083"],["13857.376","15415.593"],["13869.554","15412.390"],["13833.735","15424.966"],["13833.500","15448.769"],["13847.619","15437.452"],["13865.796","15443.314"],["13894.383","15359.339"],["13889.887","15383.817"],["13865.631","15403.378"],["13885.509","15398.628"],["13905.328","15370.061"],["13876.068","15348.512"],["13907.998","15347.902"],["13919.204","15357.822"],["13941.207","15343.223"],["13896.829","15501.892"],["13898.332","15476.733"],["13910.693","15471.093"],["13929.503","15506.744"],["13903.855","15447.421"],["13889.547","15443.554"],["13894.096","15431.064"],["13872.443","15456.870"],["13859.573","15473.788"],["13874.073","15431.740"],["13902.020","15416.209"],["13906.794","15412.310"],["13930.607","15408.016"],["13923.091","15400.641"],["13945.651","15383.057"],["13931.567","15363.294"],["13957.074","15355.021"],["13958.349","15391.410"],["13961.304","15403.457"],["13987.211","15391.477"],["13977.031","15413.236"],["13968.771","15436.852"],["14021.996","15418.043"],["13934.730","15412.888"],["13932.191","15438.129"],["14004.561","15340.277"],["13838.849","15499.602"],["13833.477","15388.440"],["13851.304","15371.203"],["13847.343","15404.942"],["13857.458","15417.608"],["13864.586","15416.783"],["13833.176","15421.548"],["13841.632","15430.648"],["13852.540","15441.695"],["13879.795","15363.682"],["13876.368","15380.828"],["13875.335","15406.846"],["13887.203","15396.778"],["13907.680","15370.292"],["13869.998","15347.092"],["13904.511","15343.476"],["13924.977","15344.841"],["13941.108","15339.028"],["13894.131","15499.084"],["13891.031","15498.703"],["13893.151","15483.008"],["13899.707","15457.270"],["13903.427","15453.911"],["13879.810","15442.596"],["13884.705","15417.621"],["13875.091","15453.567"],["13853.619","15472.682"],["13869.320","15436.728"],["13895.688","15421.098"],["13911.432","15413.994"],["13917.104","15398.685"],["13927.976","15386.372"],["13943.924","15388.722"],["13930.942","15369.438"],["13960.741","15363.130"],["13969.928","15394.366"],["13954.150","15418.519"],["13984.415","15375.341"],["13986.044","15410.313"],["13964.561","15439.114"],["14010.762","15417.168"],["13941.457","15426.232"],["13926.533","15432.613"],["14015.219","15348.072"],["27838.419","10403.698"],["27763.491","10364.201"],["27760.632","10304.043"],["27807.843","10285.165"],["27885.702","10233.346"],["27750.582","10343.156"],["27770.862","10314.349"],["27830.031","10253.901"],["27873.564","10239.242"],["27763.608","10382.829"],["27769.185","10306.438"],["27726.128","10342.894"],["27810.130","10285.825"],["27879.880","10253.478"],["27928.463","10227.663"],["27838.945","10425.152"],["27754.118","10367.400"],["27754.103","10296.149"],["27726.341","10365.619"],["27815.393","10247.213"],["27892.826","10237.668"],["27826.429","10426.176"],["27744.514","10300.575"],["27817.005","10278.328"],["27861.426","10262.942"],["27812.087","10402.493"],["27743.345","10339.027"],["27753.708","10309.758"],["27736.983","10379.805"],["27819.208","10275.190"],["27875.423","10229.911"],["3629.275","16559.313"],["3619.538","16558.273"],["3630.015","16522.947"],["3594.308","16536.291"],["3652.712","16512.195"],["3571.202","16510.022"],["3573.685","16508.387"],["3519.771","16510.898"],["3556.119","16490.386"],["3539.096","16537.306"],["3638.588","16363.139"],["3633.462","16370.478"],["3538.892","16438.660"],["3563.728","16444.490"],["3554.797","16446.092"],["3534.452","16403.284"],["3564.715","16433.986"],["3630.876","16368.130"],["3650.432","16412.226"],["3640.695","16407.420"],["3597.768","16423.588"],["3612.570","16426.264"],["3615.893","16387.089"],["3657.326","16409.064"],["3659.283","16412.400"],["3689.036","16414.960"],["3673.888","16415.356"],["3673.724","16416.165"],["3688.707","16440.624"],["3589.493","16396.942"],["3550.578","16363.680"],["3604.098","16400.592"],["3558.753","16365.927"],["3610.266","16373.309"],["3555.957","16400.031"],["3719.088","16411.044"],["3724.038","16388.798"],["3723.627","16365.759"],["3723.220","16364.024"],["3552.912","16553.657"],["3659.077","16524.367"],["3661.956","16556.786"],["3638.008","16527.819"],["3625.179","16561.147"],["3662.285","16518.768"],["3572.386","16492.500"],["3516.564","16482.178"],["3557.896","16487.248"],["3574.146","16507.529"],["3558.587","16502.343"],["3546.300","16527.908"],["3646.170","16390.489"],["3660.627","16393.643"],["3653.226","16401.422"],["3653.061","16392.702"],["3673.456","16355.344"],["3614.087","16367.588"],["3549.616","16456.777"],["3564.912","16465.150"],["3551.294","16415.654"],["3553.086","16438.511"],["3534.156","16435.555"],["3634.018","16386.842"],["3643.672","16394.158"],["3637.505","16420.946"],["3639.676","16424.629"],["3650.564","16429.418"],["3610.975","16395.396"],["3654.020","16436.116"],["3649.201","16443.729"],["3645.204","16393.539"],["3654.727","16422.111"],["3634.645","16440.344"],["3577.453","16381.996"],["3598.818","16405.960"],["3588.999","16359.007"],["3562.832","16412.136"],["3588.473","16392.995"],["3600.233","16408.800"],["3713.101","16436.197"],["20567.422","11186.603"],["20599.760","11235.095"],["20600.632","11275.706"],["20633.330","11207.729"],["20626.813","11131.673"],["20577.570","11189.939"],["20575.385","11266.735"],["20606.303","11157.652"],["20584.991","11272.089"],["20587.208","11138.841"],["20603.869","11146.917"],["20667.129","11229.942"],["4366.064","18374.441"],["4372.101","18413.929"],["4370.012","18395.448"],["4356.805","18409.453"],["4362.216","18410.428"],["21897.543","10865.333"],["21866.973","11029.763"],["21857.263","11020.727"],["21903.295","11002.706"],["21856.989","11060.977"],["21865.568","11025.797"],["21953.299","10994.735"],["21861.660","11032.521"],["21869.022","10965.566"],["21953.936","10959.865"],["21837.851","10876.036"],["21898.782","11055.444"],["21854.358","11023.933"],["21870.848","10967.135"],["21858.809","11001.800"],["21964.758","10947.727"],["21923.558","10962.871"],["21875.079","10908.407"],["21905.657","11058.648"],["21848.249","11009.827"],["21942.390","10949.923"],["21876.150","11037.063"],["21853.825","11006.424"],["21963.410","10987.215"],["23059.831","9338.095"],["22932.329","9337.447"],["22899.845","9210.475"],["22910.670","9207.473"],["22980.830","9353.037"],["22962.181","9323.046"],["22927.891","9209.405"],["22967.935","9331.125"],["23007.977","9318.980"],["22969.914","9269.950"],["22931.250","9370.606"],["22940.109","9336.208"],["22940.127","9211.519"],["22954.979","9254.277"],["23055.243","9346.699"],["22900.635","9241.146"],["23005.955","9214.479"],["22993.368","9281.610"],["23050.853","9214.254"],["23000.484","9359.399"],["22980.391","9202.855"],["6311.865","19031.196"],["6340.944","19023.169"],["6361.503","18981.039"],["6300.763","19024.292"],["6286.359","18980.419"],["6420.178","18968.157"],["6412.785","18975.536"],["6420.729","18977.319"],["6427.514","18970.379"],["6399.264","19081.597"],["6400.251","19077.006"],["6349.650","19019.318"],["6349.018","19032.159"],["6369.941","19059.354"],["6377.277","19065.514"],["6366.471","19047.190"],["6360.163","19032.077"],["6360.837","19026.908"],["6381.027","19044.341"],["6377.442","19039.849"],["6378.356","19037.147"],["6371.724","19025.467"],["6364.948","19032.238"],["6361.427","19020.935"],["6461.059","18994.320"],["6458.182","18982.919"],["6461.307","18990.466"],["6318.731","18983.548"],["6350.215","18978.126"],["6357.502","18983.675"],["6298.894","18990.703"],["6315.769","18982.165"],["6340.173","18985.506"],["6320.255","18990.890"],["6331.241","18977.527"],["6344.086","18963.126"],["6448.591","18997.728"],["6447.258","18991.881"],["6456.417","19009.775"],["6430.398","18984.432"],["6426.904","18975.918"],["6421.460","18993.474"],["6403.988","18983.105"],["6398.297","18983.270"],["6370.417","19009.367"],["6385.252","19012.918"],["6379.960","19018.417"],["6385.585","19020.481"],["6394.849","19035.587"],["6390.951","19065.775"],["6389.701","19055.998"],["6404.689","19074.057"],["6418.142","19069.548"],["6432.190","19066.547"],["6419.016","19078.652"],["6439.755","19067.211"],["6455.240","19062.457"],["6432.216","19055.313"],["6414.808","19049.766"],["6425.713","19044.172"],["6410.104","19028.548"],["6302.145","19009.098"],["6288.382","18996.505"],["6291.885","18979.131"],["6281.359","19003.441"],["6425.836","18976.357"],["6447.570","18977.308"],["6396.090","19080.012"],["6379.555","19066.744"],["6359.758","19030.970"],["6343.491","19041.358"],["6360.024","19049.991"],["6367.639","19058.148"],["6361.504","19052.599"],["6368.675","19053.896"],["6366.159","19046.150"],["6364.538","19041.220"],["6365.887","19020.087"],["6367.393","19047.611"],["6370.968","19032.552"],["6375.193","19019.564"],["6360.637","19026.253"],["6451.159","18976.742"],["6456.603","18977.560"],["6317.103","18977.553"],["6349.722","18992.659"],["6292.299","18998.399"],["6296.674","18984.163"],["6323.150","18969.337"],["6324.022","18991.071"],["6329.826","18971.350"],["6456.304","18998.702"],["6437.226","19006.233"],["6433.392","18983.722"],["6434.773","18977.991"],["6414.240","18981.649"],["6413.977","18999.238"],["6395.287","18989.744"],["6391.916","18989.761"],["6382.489","19005.271"],["6387.802","19014.206"],["6391.555","19038.367"],["6381.341","19020.481"],["6395.161","19024.323"],["6406.901","19047.545"],["6385.113","19067.229"],["6382.432","19051.291"],["6406.125","19054.104"],["6413.850","19061.472"],["6411.613","19079.738"],["6427.009","19071.551"],["6446.794","19071.241"],["6453.513","19062.292"],["6422.983","19047.536"],["6417.588","19045.691"],["6413.641","19033.717"],["6411.058","18971.359"],["6412.493","19024.725"],["6417.460","19030.670"],["6353.066","18973.557"],["6357.688","19027.695"],["6383.313","19013.046"],["6337.655","19004.491"],["6318.431","19030.708"],["6419.630","19049.605"],["6396.727","19070.548"],["6426.908","19019.303"],["6442.782","19028.887"],["6427.558","19058.176"],["6401.053","19068.335"],["13722.381","16144.562"],["13735.966","16144.397"],["13701.032","16146.990"],["13638.829","16345.824"],["13651.239","16348.401"],["13744.448","16259.653"],["13800.251","16241.277"],["13795.224","16190.049"],["13802.724","16188.579"],["13777.478","16163.368"],["13790.784","16176.613"],["13756.126","16207.049"],["13785.876","16232.441"],["13787.817","16229.897"],["13801.521","16239.200"],["13703.456","16214.026"],["13705.544","16208.014"],["13690.898","16230.054"],["13688.101","16225.115"],["13721.320","16193.449"],["13706.830","16187.751"],["13715.834","16180.434"],["13689.753","16188.388"],["13694.489","16197.058"],["13674.831","16188.782"],["13679.436","16183.101"],["13705.032","16143.823"],["13720.145","16162.492"],["13711.395","16170.006"],["13793.428","16240.280"],["13776.454","16250.570"],["13773.778","16243.611"],["13786.048","16261.133"],["13720.868","16304.890"],["13787.372","16271.729"],["13774.902","16299.423"],["13771.819","16252.774"],["13726.838","16141.274"],["13649.240","16336.526"],["13726.603","16253.823"],["13768.825","16239.307"],["13769.006","16232.651"],["13799.665","16189.025"],["13787.609","16185.011"],["13793.711","16173.591"],["13776.787","16176.167"],["13757.738","16207.759"],["13742.656","16196.743"],["13783.705","16235.546"],["13773.393","16244.018"],["13798.824","16249.654"],["13797.425","16238.440"],["13788.859","16309.284"],["13754.495","16340.989"],["13769.958","16337.216"],["13770.221","16325.952"],["13703.949","16233.316"],["13722.584","16216.338"],["13691.407","16222.820"],["13690.141","16242.638"],["13718.096","16204.762"],["13708.211","16195.447"],["13714.814","16180.682"],["13679.933","16184.440"],["13679.456","16174.151"],["13680.752","16187.709"],["13702.004","16158.792"],["13700.161","16167.397"],["13788.000","16263.628"],["13782.655","16265.747"],["13783.992","16241.001"],["13792.726","16256.179"],["13700.500","16273.456"],["13726.937","16306.740"],["13776.286","16283.455"],["13776.842","16310.967"],["13762.953","16259.099"],["30619.141","14759.305"],["30634.722","14680.248"],["30624.387","14764.738"],["30611.822","14756.117"],["5905.675","16572.084"],["5836.994","16605.003"],["5840.074","16579.570"],["5838.649","16570.742"],["5866.096","16592.165"],["5877.176","16585.339"],["5868.360","16606.693"],["5875.907","16604.481"],["5935.610","16568.411"],["5874.081","16578.632"],["5861.915","16584.766"],["5955.245","16567.598"],["5915.356","16571.376"],["5839.054","16593.047"],["5861.327","16596.657"],["5882.705","16595.369"],["5870.436","16577.354"],["12367.990","17609.409"],["12450.104","17612.746"],["12456.041","17620.261"],["12361.280","17610.796"],["31384.375","11799.726"],["31358.738","11863.361"],["31369.295","11903.194"],["31411.908","11714.888"],["31335.238","11702.682"],["31400.724","11793.896"],["31386.123","11861.280"],["31346.992","11871.005"],["31415.954","11704.235"],["31332.985","11704.730"],["31360.740","11771.666"],["31393.672","11862.552"],["31366.976","11905.374"],["31509.500","11893.890"],["31494.208","11756.710"],["31497.107","11750.619"],["31407.451","11704.764"],["31399.095","11764.581"],["31375.826","11804.765"],["31369.936","11900.865"],["31483.995","11766.933"],["31408.109","11770.229"],["31389.445","11838.092"],["31383.094","11886.480"],["31491.688","11893.989"],["31401.086","11742.220"],["31357.307","11824.038"],["31370.644","11906.744"],["31503.353","11822.969"],["5033.470","15989.541"],["5049.691","15964.884"],["5005.948","15979.445"],["5018.892","15992.261"],["5044.889","16064.615"],["5043.463","16027.406"],["5046.094","16020.337"],["5009.850","16032.773"],["5020.393","16022.666"],["5042.521","16062.483"],["5033.722","16056.934"],["5047.541","16113.638"],["5013.119","16108.245"],["5012.280","16122.580"],["4991.432","16057.380"],["5004.837","16073.119"],["5056.171","15948.039"],["5022.061","16001.083"],["5059.692","16082.550"],["5036.736","16020.618"],["5011.396","16023.921"],["5049.182","16061.013"],["5037.557","16115.620"],["5016.589","16116.916"],["4990.034","16065.984"],["27740.872","9315.705"],["27930.813","9340.745"],["27784.281","9272.487"],["27803.739","9310.141"],["27838.681","9315.712"],["27727.412","9273.633"],["27748.386","9371.636"],["27902.326","9334.730"],["27795.655","9341.294"],["27731.244","9297.811"],["27923.576","9358.879"],["27902.014","9344.313"],["27727.889","9291.370"],["27726.964","9225.437"],["27744.517","9275.928"],["27745.125","9268.034"],["27930.714","9360.943"],["27821.568","9248.011"],["27774.446","9283.387"],["3333.914","18309.605"],["3347.671","18439.622"],["3335.269","18341.571"],["3307.523","18415.692"],["3405.252","18441.607"],["3420.187","18425.290"],["3406.190","18453.531"],["3419.085","18427.239"],["3398.024","18431.226"],["3386.396","18404.967"],["3390.639","18420.723"],["3398.633","18408.964"],["3353.207","18433.023"],["3359.736","18414.130"],["3348.923","18392.540"],["3345.255","18412.920"],["3316.571","18391.500"],["3321.061","18396.817"],["3314.684","18331.563"],["3305.270","18428.838"],["3312.572","18432.455"],["3335.576","18440.146"],["3311.579","18441.632"],["3307.155","18459.683"],["3340.564","18267.931"],["3349.199","18275.083"],["3370.943","18268.675"],["3385.910","18274.273"],["3356.666","18261.028"],["3413.051","18278.508"],["3350.579","18292.643"],["3379.167","18373.776"],["3362.358","18336.005"],["3425.116","18387.478"],["3421.020","18385.149"],["3425.992","18418.304"],["3417.341","18429.683"],["3404.479","18448.379"],["3414.989","18437.495"],["3396.889","18384.686"],["3406.758","18377.502"],["3405.064","18420.442"],["3388.814","18436.214"],["3402.268","18425.974"],["3379.702","18378.097"],["3382.630","18383.150"],["3327.499","18432.561"],["3354.753","18420.868"],["3323.315","18412.292"],["3337.525","18347.090"],["3343.084","18369.204"],["3341.259","18360.021"],["3323.660","18391.153"],["3351.028","18380.616"],["3333.200","18413.597"],["3332.969","18406.281"],["3352.246","18353.151"],["3337.443","18353.944"],["3314.849","18355.428"],["3320.984","18327.434"],["3304.767","18364.808"],["3308.056","18347.500"],["3306.773","18331.745"],["3308.970","18432.951"],["3304.270","18443.079"],["3312.204","18450.171"],["3337.237","18455.076"],["3327.023","18440.790"],["3322.780","18455.951"],["3344.227","18457.768"],["3346.414","18450.831"],["3340.416","18274.604"],["3355.186","18262.217"],["3323.426","18277.940"],["3349.824","18270.260"],["3348.212","18267.766"],["3371.519","18367.236"],["3376.166","18440.772"],["3347.138","18428.416"],["3314.976","18411.896"],["3334.424","18449.543"],["10500.514","7666.658"],["10470.641","7644.656"],["10489.059","7661.212"],["10485.792","7602.138"],["10481.178","7586.168"],["10512.997","7666.014"],["10461.869","7682.592"],["10485.474","7663.871"],["10482.132","7599.000"],["10504.445","7675.543"],["10471.591","7673.744"],["10486.987","7672.178"],["10503.440","7583.839"],["10469.024","7595.334"],["10516.451","7668.276"],["10462.719","7642.937"],["10472.204","7643.186"],["10492.842","7678.339"],["10462.543","7592.972"],["10512.059","7642.914"],["26503.556","15698.874"],["26557.454","15673.788"],["26612.211","15640.242"],["26495.994","15712.579"],["26659.301","15563.027"],["26607.262","15530.096"],["26603.331","15591.252"],["26650.890","15516.055"],["26512.799","15702.904"],["26477.816","15664.556"],["26572.339","15648.883"],["26600.501","15596.659"],["26490.698","15661.712"],["26513.872","15552.348"],["26529.497","15550.333"],["26573.214","15588.847"],["26609.316","15690.647"],["26560.567","15510.063"],["26559.860","15583.605"],["26665.441","15528.586"],["3018.189","13170.104"],["3010.976","13158.300"],["3030.919","13121.425"],["3023.381","13110.947"],["3018.354","13083.664"],["3034.475","13080.233"],["3036.037","13063.486"],["3022.024","13069.712"],["3014.216","13154.963"],["3024.107","13098.697"],["3021.621","13105.481"],["3034.035","13090.779"],["3013.946","13093.920"],["3042.353","13041.042"],["3037.583","13059.489"],["3009.935","13059.721"],["3041.892","13079.225"],["3043.373","13079.176"],["3011.794","13061.851"],["3018.077","13059.621"],["3009.212","13043.668"],["3044.047","13082.231"],["3035.725","13050.835"],["3023.003","13175.005"],["3009.965","13170.187"],["3007.571","13165.632"],["3034.751","13119.509"],["3044.088","13091.773"],["3023.327","13096.955"],["3020.098","13091.888"],["3035.807","13046.095"],["3047.600","13052.586"],["3011.210","13174.163"],["3004.133","13166.557"],["3024.779","13100.130"],["3031.987","13098.593"],["3030.712","13092.595"],["3021.364","13088.024"],["5538.431","19512.774"],["5553.036","19490.544"],["5599.485","19494.938"],["5612.215","19481.527"],["5619.145","19493.537"],["5494.221","19515.814"],["5540.505","19486.503"],["5501.772","19489.873"],["5505.703","19488.931"],["5477.413","19515.256"],["5536.032","19511.722"],["5473.746","19363.797"],["5572.948","19334.636"],["5578.486","19327.727"],["5609.022","19359.073"],["5608.776","19418.115"],["5592.295","19381.352"],["5607.805","19416.364"],["5614.171","19391.573"],["5613.826","19401.515"],["5604.648","19394.513"],["5617.562","19424.266"],["5565.487","19522.254"],["5612.676","19498.918"],["5470.898","19510.744"],["5457.477","19518.787"],["5471.162","19505.756"],["5507.545","19499.699"],["5520.966","19506.190"],["5528.022","19513.126"],["5488.844","19510.434"],["5578.831","19325.398"],["5580.229","19318.264"],["5598.233","19370.336"],["5602.263","19381.401"],["5604.549","19410.138"],["5600.733","19425.662"],["5600.585","19398.726"],["5599.812","19416.777"],["5613.744","19377.618"],["5612.625","19398.757"],["5618.037","19384.438"],["5506.951","19512.296"],["5601.737","19362.060"],["20787.770","12428.693"],["20815.189","12352.390"],["20834.831","12458.453"],["20862.868","12541.055"],["20914.352","12368.360"],["20873.335","12525.793"],["20920.596","12372.829"],["20882.216","12419.774"],["20870.847","12368.310"],["20877.002","12407.899"],["20784.458","12483.496"],["20799.512","12421.371"],["20839.400","12395.940"],["20887.983","12523.516"],["15318.990","5226.546"],["15317.033","5236.472"],["15309.484","5179.659"],["15360.812","5228.792"],["15339.529","5240.089"],["15320.898","5221.773"],["15388.871","5207.620"],["15308.053","5170.047"],["15399.644","5205.555"],["15384.644","5238.701"],["15353.772","5201.261"],["15340.931","5205.935"],["15368.690","5219.494"],["15389.019","5239.412"],["15347.230","5171.418"],["15318.250","5189.915"],["15378.213","5240.551"],["15356.831","5236.125"],["15389.381","5223.953"],["15311.441","5176.736"],["15316.540","5222.632"],["15351.963","5251.567"],["15392.983","5198.768"],["10823.405","17711.343"],["10782.916","17634.100"],["10787.663","17622.454"],["10786.226","17656.079"],["10803.874","17662.157"],["10794.340","17705.403"],["10820.849","17696.659"],["10803.629","17683.926"],["10821.765","17675.775"],["10826.387","17687.633"],["10864.173","17674.242"],["10848.186","17661.046"],["10845.004","17681.957"],["10842.553","17672.544"],["10860.192","17695.291"],["10879.123","17699.420"],["10752.351","17623.404"],["10761.061","17644.773"],["10738.373","17637.818"],["10736.334","17655.793"],["10748.719","17642.515"],["10734.523","17669.324"],["10729.063","17684.122"],["10724.325","17695.997"],["10716.968","17710.446"],["10720.405","17704.369"],["10707.748","17689.382"],["10696.449","17705.055"],["10694.837","17675.512"],["10679.710","17709.093"],["10703.649","17744.899"],["10697.646","17744.948"],["10729.730","17737.866"],["10734.796","17740.740"],["10725.454","17754.049"],["10733.825","17741.613"],["10753.574","17760.982"],["10780.519","17779.951"],["10783.825","17782.362"],["10769.693","17777.793"],["10760.647","17795.745"],["10762.951","17797.729"],["10702.751","17779.981"],["10723.458","17786.801"],["10683.958","17766.774"],["10707.165","17755.445"],["10686.339","17747.584"],["10676.804","17759.154"],["10682.132","17741.086"],["10676.298","17726.684"],["10705.333","17643.676"],["10694.099","17643.693"],["10695.838","17647.590"],["10682.071","17670.083"],["10760.468","17806.301"],["10783.850","17808.573"],["10783.134","17664.122"],["10779.532","17666.633"],["10797.334","17709.796"],["10790.327","17708.623"],["10798.530","17688.550"],["10794.912","17708.699"],["10826.387","17683.802"],["10824.792","17676.684"],["10835.684","17658.661"],["10865.472","17651.236"],["10859.699","17653.829"],["10855.991","17673.369"],["10836.994","17679.447"],["10873.827","17690.023"],["10869.665","17682.789"],["10771.949","17652.635"],["10732.461","17653.134"],["10742.814","17636.381"],["10735.199","17651.103"],["10745.824","17654.736"],["10720.296","17660.356"],["10733.832","17681.446"],["10725.246","17682.818"],["10724.061","17700.588"],["10716.162","17709.637"],["10707.280","17708.613"],["10704.689","17701.834"],["10696.021","17697.309"],["10686.054","17678.171"],["10681.860","17675.264"],["10679.661","17712.545"],["10682.589","17715.700"],["10694.669","17727.359"],["10700.820","17732.743"],["10741.276","17754.183"],["10745.421","17738.444"],["10720.783","17752.695"],["10713.891","17740.886"],["10753.541","17757.464"],["10760.185","17773.418"],["10777.607","17775.162"],["10777.723","17760.810"],["10769.791","17797.132"],["10772.735","17793.730"],["10776.559","17804.630"],["10779.793","17804.682"],["10706.419","17773.853"],["10697.642","17769.169"],["10687.922","17759.392"],["10679.616","17757.090"],["10680.998","17740.839"],["10678.689","17740.080"],["10675.805","17718.476"],["10676.009","17631.609"],["10701.084","17667.689"],["10694.982","17653.320"],["10782.307","17624.307"],["10786.617","17630.120"],["16804.516","14307.218"],["16886.685","14337.990"],["16849.017","14317.549"],["16828.214","14373.322"],["16828.530","14322.608"],["16779.330","14288.855"],["16788.692","14362.833"],["16854.510","14376.123"],["16849.207","14419.011"],["16867.928","14425.456"],["16868.119","14380.304"],["16887.052","14410.938"],["16898.977","14434.506"],["16786.970","14396.292"],["16895.418","14341.458"],["16837.751","14320.885"],["16811.126","14387.160"],["16805.160","14273.181"],["16780.333","14348.430"],["16871.188","14355.463"],["16902.280","14375.812"],["16902.164","14379.808"],["16862.691","14439.963"],["16856.945","14317.103"],["16805.305","14314.253"],["16777.948","14375.762"],["16824.037","14399.744"],["16846.303","14337.428"],["16849.882","14396.682"],["16912.930","14391.237"],["16881.279","14418.634"],["16894.349","14307.602"],["16821.586","14347.855"],["16785.734","14277.953"],["16801.854","14275.560"],["16792.608","14316.268"],["16787.458","14375.368"],["16839.987","14351.664"],["16860.770","14422.413"],["16881.178","14386.431"],["16908.401","14416.471"],["16842.381","14242.069"],["22271.727","8584.478"],["22360.736","8617.170"],["22461.568","8572.613"],["22363.145","8732.185"],["22416.939","8569.851"],["22319.552","8601.563"],["22460.893","8600.028"],["22349.766","8573.949"],["22422.999","8541.515"],["22444.101","8654.485"],["22363.581","8634.032"],["22438.788","8536.131"],["22437.515","8670.515"],["22436.255","8621.350"],["22388.170","8543.346"],["22423.739","8687.763"],["8124.359","14427.393"],["8093.852","14359.978"],["8071.640","14346.034"],["8139.879","14431.556"],["8116.171","14444.876"],["8115.231","14419.384"],["8090.743","14352.579"],["8066.098","14333.003"],["8133.086","14424.817"],["8123.490","14445.471"],["8129.045","14357.569"],["8117.007","14366.257"],["8137.797","14376.403"],["8140.162","14437.653"],["8145.051","14438.927"],["8124.227","14423.727"],["8097.125","14359.746"],["8068.811","14346.017"],["8135.290","14421.812"],["7936.206","14299.134"],["8128.882","14392.951"],["8098.558","14403.586"],["8113.570","14428.005"],["8099.181","14358.277"],["8067.627","14332.987"],["8130.323","14425.247"],["8126.927","14448.311"],["7937.358","14311.338"],["8122.910","14354.735"],["8083.623","14318.425"],["8113.532","14331.233"],["8142.543","14434.813"],["11907.058","12632.056"],["11885.572","12668.596"],["11919.934","12638.218"],["11934.057","12616.082"],["11930.538","12756.836"],["11921.043","12689.586"],["11902.370","12623.402"],["11894.832","12652.791"],["11915.625","12639.886"],["11932.610","12611.045"],["11913.444","12699.380"],["11897.732","12627.085"],["11884.897","12657.779"],["11928.783","12643.470"],["11931.557","12614.365"],["11924.535","12756.125"],["11913.312","12694.838"],["11884.404","12652.626"],["11896.301","12619.752"],["11922.517","12640.481"],["11924.732","12608.518"],["11935.242","12753.153"],["11909.102","12692.245"],["7961.091","17006.499"],["7955.187","17005.178"],["7952.768","17094.793"],["7942.645","17197.592"],["8006.601","17074.568"],["7977.602","17124.099"],["8016.126","17188.633"],["7968.524","17167.737"],["7984.927","17185.868"],["8035.387","16999.239"],["8053.748","16992.721"],["8070.001","16989.023"],["8009.415","17007.794"],["8081.580","17006.189"],["8097.031","17008.221"],["8070.651","17008.430"],["7974.843","16994.503"],["7947.977","17046.866"],["7945.573","17008.057"],["7946.067","17017.554"],["7953.616","17012.847"],["8110.201","17088.664"],["8038.240","17156.766"],["7975.144","17142.622"],["7993.505","17055.128"],["8017.588","17011.555"],["8006.542","16998.942"],["8035.434","17013.394"],["8031.009","17014.423"],["8076.522","16994.477"],["8086.641","17014.894"],["8065.528","17017.226"],["7953.073","17009.346"],["7944.043","17009.098"],["7939.192","17012.483"],["8016.679","17197.644"],["8052.265","16994.273"],["7990.115","17059.505"],["8014.195","17013.220"],["7955.831","16996.054"],["7966.379","17019.895"],["7938.487","17022.024"],["8101.948","17089.418"],["23272.977","17067.435"],["23298.244","17007.913"],["23275.752","17001.624"],["23246.296","17063.963"],["23300.183","17047.051"],["23273.635","17059.507"],["23276.513","17051.299"],["23296.550","16997.194"],["23289.313","17000.795"],["23275.325","17009.469"],["23283.853","16990.983"],["23247.349","17064.244"],["23255.918","17067.877"],["23248.447","17094.873"],["23225.651","17093.750"],["23242.414","17106.862"],["23233.400","17095.797"],["21953.088","14040.498"],["8543.880","14210.109"],["8551.175","14216.974"],["8563.621","14199.938"],["8520.233","14197.805"],["8489.116","14132.328"],["8490.132","14234.988"],["8516.910","14217.365"],["8561.776","14073.095"],["8549.045","14210.654"],["8558.988","14200.789"],["8564.246","14213.860"],["8526.746","14196.336"],["8499.051","14144.731"],["8535.637","14048.667"],["8532.069","14059.399"],["8524.953","14216.556"],["8524.392","14129.475"],["8451.744","14080.523"],["8448.126","14061.167"],["8463.076","14109.541"],["8451.234","14073.636"],["8532.435","14077.352"],["8438.718","14089.607"],["8368.698","14028.923"],["8557.960","14079.321"],["8550.706","14215.246"],["8560.534","14203.910"],["8491.908","14234.212"],["8494.906","14131.684"],["8524.865","14062.656"],["8510.743","14213.798"],["8441.645","14088.963"],["8470.889","14118.079"],["8550.231","14105.693"],["8552.024","14130.234"],["8386.201","14051.539"],["8386.744","14097.088"],["8366.889","14063.490"],["8559.572","14077.868"],["8547.005","14216.534"],["8561.833","14215.471"],["8531.121","14194.800"],["8498.475","14131.387"],["8528.746","14052.416"],["8526.709","14064.395"],["8514.082","14213.154"],["8535.149","14083.595"],["8479.310","14102.241"],["8537.517","14090.779"],["19077.409","12683.620"],["19014.865","12641.982"],["19059.010","12694.071"],["19081.072","12637.244"],["19072.795","12716.690"],["18959.801","12749.521"],["18974.580","12574.110"],["19078.264","12677.989"],["19027.605","12684.289"],["19041.769","12729.210"],["19015.474","12639.687"],["19012.343","12710.803"],["19071.154","12650.571"],["18933.257","12661.764"],["19068.469","12719.845"],["18980.780","12577.463"],["19063.213","12667.031"],["19016.087","12663.143"],["18979.619","12662.197"],["19058.023","12698.002"],["19070.398","12641.141"],["19092.499","12740.951"],["19005.435","12556.769"],["19032.788","12748.434"],["18991.761","12668.890"],["18993.895","12643.551"],["19028.698","12686.293"],["19061.302","12629.795"],["19069.423","12738.755"],["18972.531","12736.408"],["18971.224","12579.180"],["19092.571","12624.166"],["19029.153","12714.065"],["18989.409","12673.944"],["19006.527","12655.723"],["18999.958","12700.861"],["19058.007","12693.477"],["19081.105","12643.024"],["18927.599","12653.854"],["19091.085","12705.427"],["18958.535","12745.541"],["19003.198","12558.404"],["18928.802","12559.958"],["19025.354","12722.554"],["18993.455","12683.176"],["19012.431","12636.235"],["19065.951","12675.426"],["18934.408","12652.020"],["18967.515","12743.080"],["18952.010","12549.752"],["4436.493","17150.015"],["4484.059","17121.114"],["4431.937","17145.606"],["4389.944","17195.401"],["4399.533","17194.394"],["4417.627","17169.801"],["4418.861","17176.011"],["4505.227","17005.231"],["4509.519","17025.479"],["4462.363","17019.310"],["4466.952","17021.639"],["4505.349","16997.431"],["4496.056","17008.645"],["4435.634","17170.093"],["4360.528","17157.409"],["4358.340","17147.021"],["4358.604","17163.371"],["4360.577","17155.840"],["4414.518","17135.467"],["4397.544","17129.224"],["4386.245","17130.446"],["4419.403","17144.336"],["4412.001","17156.722"],["4387.297","17141.611"],["4374.008","17166.119"],["4372.692","17155.384"],["4366.952","17134.972"],["4381.226","17105.143"],["4377.278","17111.667"],["4364.713","17095.052"],["4376.615","17076.724"],["4406.977","17100.225"],["4392.783","17084.883"],["4380.678","17093.058"],["4370.513","17083.231"],["4384.790","17100.803"],["4443.065","17026.793"],["4416.322","17061.327"],["4455.220","17020.914"],["4419.677","17016.851"],["4414.891","17056.438"],["4420.977","17001.806"],["4407.638","17045.439"],["4505.882","17102.357"],["4529.603","17088.178"],["4516.610","17075.395"],["4515.064","17068.542"],["4513.057","17066.510"],["4507.005","17062.976"],["4533.370","17085.371"],["4496.591","17104.179"],["4499.305","17093.807"],["4480.456","17063.105"],["4469.947","17100.182"],["4445.621","17102.114"],["4472.233","17089.959"],["4450.062","17113.130"],["4474.157","17066.375"],["4486.032","17108.968"],["4514.289","17165.403"],["4533.829","17137.029"],["4541.362","17130.440"],["4516.016","17171.183"],["4533.862","17150.621"],["4513.500","17136.864"],["4512.414","17161.373"],["4556.904","17128.507"],["4446.824","17194.475"],["4476.610","17169.075"],["4453.255","17131.916"],["4488.781","17140.157"],["4442.087","17162.601"],["4441.577","17132.477"],["4459.373","17154.971"],["4447.318","17167.110"],["4454.850","17166.366"],["4440.486","16991.888"],["4448.940","16987.132"],["4433.989","17008.784"],["4440.058","16989.758"],["4426.374","17003.185"],["4476.588","16996.001"],["4415.806","16992.915"],["4362.549","17053.890"],["4374.738","17038.175"],["4359.607","17048.233"],["4377.781","17004.534"],["4358.867","17019.414"],["4379.393","16999.959"],["4394.590","17008.877"],["4561.349","17145.399"],["4566.316","17150.932"],["4558.864","17163.167"],["4437.661","17130.181"],["4413.381","17191.569"],["4393.497","17178.407"],["4492.299","17035.471"],["4496.115","17023.844"],["4493.335","16997.155"],["4463.317","17015.082"],["4495.810","17023.955"],["4400.761","17182.657"],["4440.815","17140.349"],["4365.544","17194.436"],["4370.610","17185.055"],["4393.005","17126.086"],["4418.005","17116.243"],["4426.821","17170.843"],["4387.413","17159.084"],["4422.265","17161.941"],["4412.067","17128.118"],["4369.090","17162.982"],["4428.268","17116.788"],["4391.903","17169.389"],["4380.963","17112.988"],["4387.788","17110.098"],["4370.190","17065.837"],["4358.397","17080.849"],["4383.973","17116.605"],["4371.325","17117.067"],["4401.615","17101.497"],["4425.744","17078.937"],["4412.586","17068.384"],["4429.987","17103.743"],["4378.556","17070.564"],["4392.652","17073.404"],["4384.954","17058.623"],["4387.849","17089.424"],["4389.428","17064.255"],["4408.441","17067.294"],["4462.704","17048.742"],["4408.345","17001.575"],["4441.585","17051.698"],["4403.937","17061.492"],["4415.023","17029.469"],["4412.506","17046.133"],["4412.605","17059.890"],["4481.672","17040.986"],["4524.916","17048.145"],["4527.350","17043.835"],["4509.537","17060.020"],["4525.985","17085.305"],["4491.544","17047.171"],["4535.195","17057.658"],["4471.822","17057.407"],["4497.233","17068.539"],["4457.134","17062.709"],["4451.854","17097.754"],["4452.052","17105.962"],["4499.223","17079.819"],["4472.595","17057.688"],["4466.328","17101.866"],["4463.861","17077.539"],["4467.496","17105.269"],["4459.519","17107.630"],["4537.546","17153.528"],["4537.940","17139.655"],["4529.240","17168.623"],["4501.000","17147.054"],["4517.135","17149.630"],["4498.812","17160.564"],["4494.947","17187.913"],["4539.503","17136.237"],["4528.516","17174.668"],["4499.865","17132.719"],["4502.266","17190.324"],["4464.686","17188.018"],["4483.041","17160.619"],["4451.610","17145.128"],["4465.887","17141.874"],["4439.883","17176.903"],["4462.383","17180.338"],["4461.890","17142.089"],["4480.015","17142.122"],["4445.064","17172.246"],["4474.785","17160.801"],["4441.709","17155.945"],["4434.071","16999.915"],["4450.897","16988.354"],["4418.751","16995.392"],["4416.579","16987.019"],["4411.218","16992.519"],["4375.906","17037.564"],["4366.186","17015.037"],["4400.018","17052.180"],["4385.084","17045.657"],["4375.084","17036.672"],["4377.288","17045.756"],["4375.972","17049.026"],["4360.955","17034.096"],["4392.271","16999.034"],["4380.439","17173.122"],["4379.976","17125.523"],["4426.879","17089.061"],["4427.440","17051.930"],["4482.101","17081.966"],["4501.477","17147.335"],["4459.193","17179.430"],["4373.669","17047.688"],["7891.322","15619.638"],["7856.656","15653.427"],["7884.809","15618.861"],["7871.461","15643.173"],["7877.417","15659.471"],["7857.659","15652.816"],["7740.534","15687.348"],["7728.840","15685.707"],["7912.225","15606.588"],["7930.876","15614.498"],["7916.863","15610.997"],["7934.467","15613.582"],["7877.865","15651.293"],["7897.246","15620.351"],["7898.332","15626.214"],["7901.152","15594.596"],["7896.629","15605.826"],["7915.133","15600.690"],["7833.998","15634.685"],["7844.308","15615.842"],["7846.426","15618.601"],["7801.717","15656.482"],["7792.425","15692.971"],["7786.850","15687.026"],["7827.921","15687.780"],["7878.039","15702.883"],["7879.792","15615.113"],["7877.664","15649.198"],["7866.063","15654.468"],["7831.878","15646.360"],["7807.357","15659.843"],["7798.488","15672.234"],["7798.410","15690.873"],["7773.447","15711.322"],["7777.434","15709.797"],["7915.342","15676.565"],["7744.223","15688.321"],["7744.017","15685.627"],["7934.051","15605.448"],["7922.340","15605.696"],["7921.090","15612.764"],["7870.536","15638.072"],["7922.273","15653.147"],["7900.338","15622.811"],["7894.524","15593.539"],["7913.521","15613.043"],["7910.939","15610.004"],["7831.015","15638.392"],["7831.531","15627.860"],["7836.187","15617.883"],["7843.952","15621.134"],["7787.212","15673.067"],["7785.288","15672.688"],["7795.221","15690.791"],["7883.157","15705.404"],["7746.481","15603.219"],["7744.637","15606.317"],["7745.185","15604.743"],["7807.321","15576.953"],["7805.454","15577.839"],["7817.313","15570.321"],["7819.257","15569.009"],["7864.436","15515.687"],["7859.395","15704.273"],["7889.759","15624.295"],["7872.055","15647.183"],["7864.073","15652.073"],["7830.204","15643.767"],["7834.898","15642.807"],["7808.940","15653.975"],["7820.005","15636.714"],["7798.722","15668.967"],["7796.816","15696.205"],["7773.408","15704.600"],["7923.595","15682.949"],["7926.063","15684.394"],["7751.613","15706.506"],["7747.048","15685.724"],["7788.857","15668.955"],["7836.441","15697.921"],["7862.391","15516.861"],["7859.322","15515.064"],["7876.824","15520.838"],["7874.727","15519.259"],["7854.884","15515.734"],["7848.500","15694.960"],["7853.447","15697.555"],["7857.828","15698.427"],["7837.708","15687.147"],["7830.152","15677.491"],["7842.675","15695.401"],["7743.765","15704.207"],["7835.530","15637.545"],["7834.824","15621.431"],["7837.982","15622.356"],["7804.976","15660.863"],["7797.721","15687.885"],["7844.073","15698.532"],["6084.306","14453.652"],["6151.552","14463.961"],["6179.282","14507.842"],["6114.299","14476.397"],["6198.480","14601.827"],["6240.207","14603.578"],["6233.759","14602.570"],["6251.174","14482.776"],["6223.066","14491.793"],["6154.082","14483.624"],["6121.664","14460.222"],["6248.388","14583.693"],["6228.357","14566.718"],["6176.572","14592.362"],["6158.856","14577.063"],["6112.081","14550.787"],["6144.902","14546.496"],["6163.631","14541.973"],["6106.771","14598.522"],["6068.697","14585.649"],["6053.130","14584.592"],["6079.243","14545.676"],["6046.835","14542.094"],["6240.409","14474.937"],["6247.995","14465.471"],["6233.862","14459.747"],["6046.477","14512.364"],["6135.500","14486.091"],["6080.236","14466.438"],["6198.115","14495.967"],["6129.579","14463.151"],["6143.575","14464.093"],["6057.194","14479.138"],["6211.144","14604.040"],["6233.463","14605.642"],["6128.193","14486.597"],["6246.842","14585.460"],["6216.630","14582.986"],["6187.921","14574.955"],["6142.409","14584.264"],["6102.278","14543.735"],["6138.340","14541.988"],["6174.519","14543.146"],["6105.817","14580.686"],["6054.667","14580.364"],["6058.623","14577.028"],["6067.516","14544.255"],["6235.606","14475.432"],["6249.969","14466.214"],["6233.237","14459.202"],["6171.815","14492.218"],["6097.906","14594.427"],["6050.580","14587.515"],["6068.964","14552.133"],["6236.823","14474.738"],["6230.128","14463.397"],["6054.783","14507.888"],["6136.947","14498.362"],["6197.621","14496.562"],["6187.443","14601.811"],["6141.582","14471.155"],["6095.829","14500.188"],["6089.699","14580.504"],["6067.595","14596.285"],["6070.313","14548.268"],["6237.037","14476.241"],["6235.260","14462.902"],["20753.085","11664.158"],["20619.020","11576.967"],["20643.103","11590.764"],["20707.594","11521.334"],["20577.370","11536.565"],["20740.256","11615.834"],["20662.232","11548.320"],["20695.684","11660.227"],["20574.558","11535.260"],["20652.857","11557.353"],["20686.245","11552.729"],["20630.614","11534.192"],["20721.868","11612.481"],["20592.966","11529.089"],["20678.397","11670.846"],["20700.932","11567.956"],["20659.024","11566.519"],["20584.347","11533.812"],["20691.457","11676.974"],["20686.146","11551.771"],["20723.235","11520.359"],["20614.610","11515.827"],["20576.535","11519.725"],["20725.817","11519.550"],["20772.708","11510.433"],["20725.585","11699.649"],["20609.196","11560.380"],["13060.033","17735.385"],["13108.687","17629.468"],["13085.042","17679.148"],["13092.690","17695.828"],["13147.231","17702.803"],["13177.247","17644.802"],["13141.252","17818.281"],["13107.996","17802.856"],["13142.032","17814.424"],["13146.934","17750.691"],["13120.511","17775.399"],["13132.929","17784.268"],["13035.017","17726.110"],["13041.448","17735.259"],["13068.548","17667.270"],["13003.201","17674.738"],["13009.155","17696.703"],["13146.648","17723.933"],["13118.796","17724.388"],["13168.855","17633.658"],["13168.106","17622.157"],["13027.912","17661.992"],["13124.844","17695.812"],["13132.821","17704.053"],["13160.816","17651.804"],["13154.714","17697.568"],["13104.180","17793.805"],["13138.365","17802.615"],["13139.434","17800.336"],["13082.814","17786.944"],["13091.366","17755.829"],["13050.510","17716.448"],["13080.971","17682.361"],["13123.203","17673.100"],["13011.869","17706.513"],["13069.407","17797.186"],["13131.746","17724.330"],["13042.153","17802.173"],["13063.913","17779.679"],["13161.442","17829.022"],["13000.921","17822.892"],["13065.261","17763.857"],["13060.809","17800.984"],["13063.046","17812.297"],["13069.930","17644.710"],["13027.494","17669.668"],["13164.361","17725.122"],["13043.306","17746.269"],["13098.105","17714.811"],["13039.071","17635.362"],["13091.407","17631.293"],["13126.193","17697.034"],["13168.283","17647.510"],["13119.310","17747.522"],["13043.389","17687.266"],["13071.467","17811.108"],["13071.111","17626.536"],["13121.235","17771.568"],["12992.379","17681.063"],["13154.351","17752.590"],["13104.976","17795.398"],["13172.917","17629.529"],["13070.083","17770.527"],["13062.451","17755.781"],["13073.832","17733.255"],["13113.391","17625.818"],["13070.036","17634.158"],["13040.132","17665.245"],["13088.249","17712.013"],["13100.486","17708.842"],["13159.583","17681.235"],["13197.790","17684.505"],["13190.545","17764.410"],["13017.435","17734.202"],["13080.329","17690.701"],["13052.174","17808.829"],["13167.937","17778.866"],["13005.800","17690.939"],["13010.323","17680.518"],["13071.397","17828.003"],["13074.308","17812.595"],["13083.401","17710.086"],["13140.036","17705.089"],["13186.881","17638.976"],["13059.227","17751.801"],["13089.590","17724.202"],["13039.704","17632.677"],["13100.321","17676.125"],["13180.603","17663.679"],["13077.517","17694.764"],["13046.572","17623.151"],["13073.075","17804.849"],["13073.981","17791.254"],["13154.154","17815.629"],["13138.155","17665.645"],["13092.585","17629.996"],["13035.297","17642.438"],["13075.190","17661.559"],["13186.072","17720.480"],["13062.797","17706.737"],["13147.774","17682.424"],["13017.846","17750.397"],["13132.518","17727.390"],["13159.824","17625.365"],["13025.626","17655.947"],["13104.137","17690.609"],["13043.405","17687.910"],["13052.350","17812.131"],["13171.243","17804.019"],["13180.438","17660.458"],["13046.924","17744.634"],["13088.636","17753.764"],["13007.789","17635.940"],["13043.570","17639.564"],["13107.525","17695.101"],["13115.479","17816.167"],["13035.741","17698.777"],["13194.594","17665.878"],["13021.840","17790.860"],["13053.534","17810.100"],["5301.761","18307.499"],["5339.903","18351.132"],["5318.834","18305.946"],["5347.436","18264.675"],["5320.133","18308.176"],["5341.274","18360.050"],["5369.448","18361.288"],["5402.228","18374.996"],["5319.307","18342.182"],["5290.717","18281.361"],["5215.454","18256.836"],["5397.950","18371.020"],["5284.092","18264.585"],["5298.906","18271.051"],["5405.926","18399.593"],["5307.386","18280.298"],["5347.847","18289.745"],["5328.620","18337.804"],["5387.233","18363.414"],["5396.734","18356.862"],["5365.649","18338.167"],["5376.520","18356.730"],["5306.461","18349.366"],["5321.247","18354.403"],["5354.257","18348.656"],["5239.352","18272.377"],["5239.418","18290.296"],["5286.719","18291.148"],["5286.296","18262.372"],["5395.762","18390.574"],["5254.196","18299.373"],["5360.034","18280.893"],["5267.205","18261.570"],["5355.972","18261.735"],["5392.349","18359.424"],["5374.627","18352.374"],["5344.858","18360.070"],["5320.223","18346.193"],["5403.409","18423.391"],["5325.659","18339.423"],["5391.635","18321.800"],["12590.566","14452.211"],["12585.878","14452.178"],["12609.027","14514.978"],["12772.399","14632.165"],["12769.159","14492.888"],["12653.967","14465.900"],["12700.145","14559.328"],["12656.436","14632.088"],["12765.607","14657.970"],["12581.931","14455.415"],["12700.598","14606.152"],["12698.922","14626.063"],["12677.240","14634.363"],["12698.247","14538.146"],["12669.046","14511.069"],["12654.608","14468.856"],["12657.059","14471.614"],["12696.991","14560.382"],["12696.810","14560.184"],["12664.988","14631.725"],["12665.120","14634.301"],["12767.136","14657.029"],["12644.054","14462.937"],["12649.699","14461.236"],["12645.860","14452.864"],["7499.554","18376.804"],["7476.890","18405.703"],["7473.127","18431.311"],["7386.576","18389.678"],["7364.903","18357.269"],["7327.288","18347.772"],["7308.528","18353.138"],["7513.951","18296.813"],["7449.822","18279.500"],["7481.773","18318.066"],["7356.237","18311.518"],["7341.454","18266.696"],["7344.255","18264.270"],["7304.420","18396.075"],["7370.226","18451.748"],["7340.130","18320.629"],["7335.689","18330.092"],["7343.629","18391.353"],["7340.948","18372.261"],["7340.266","18454.846"],["7337.749","18440.032"],["7316.926","18465.200"],["7320.923","18462.888"],["7395.196","18446.145"],["7412.548","18458.234"],["7372.840","18267.878"],["7372.734","18276.644"],["7421.814","18269.024"],["7422.471","18292.377"],["7396.037","18283.457"],["7436.751","18328.436"],["7450.435","18325.116"],["7437.014","18313.523"],["7340.623","18283.155"],["7356.954","18269.085"],["7360.341","18347.257"],["7390.659","18387.574"],["7430.441","18294.317"],["7424.109","18300.626"],["7508.246","18257.028"],["7340.751","18260.389"],["7324.140","18447.652"],["7328.518","18326.426"],["7339.028","18319.605"],["7336.968","18368.033"],["7332.461","18390.412"],["7353.572","18427.563"],["7356.417","18417.455"],["7331.630","18446.835"],["7407.680","18438.944"],["7384.785","18450.686"],["7439.067","18282.484"],["7403.257","18258.403"],["7435.370","18306.867"],["7446.620","18305.496"],["7445.008","18345.182"],["7459.409","18261.959"],["7469.244","18262.405"],["7345.738","18283.436"],["7344.224","18271.909"],["7368.943","18335.432"],["7311.467","18346.505"],["7426.822","18337.224"],["7351.733","18272.658"],["7352.692","18259.761"],["7340.538","18414.258"],["7304.313","18306.382"],["7338.908","18400.073"],["7333.818","18424.028"],["7402.071","18466.343"],["7325.946","18350.479"],["7406.280","18379.996"],["7499.609","18328.059"],["7479.585","18342.211"],["7340.861","18271.485"],["7345.853","18300.035"],["7337.379","18396.737"],["7344.542","18432.418"],["7315.967","18460.402"],["7379.317","18261.959"],["25751.147","17269.729"],["25758.718","17361.308"],["25744.661","17296.512"],["25707.972","17268.732"],["25718.516","17207.071"],["25622.470","17306.989"],["25797.006","17305.017"],["25824.717","17265.917"],["25749.683","17282.116"],["25755.193","17301.009"],["25762.485","17363.274"],["25747.156","17332.357"],["25712.852","17310.831"],["25741.503","17332.020"],["25689.830","17263.893"],["25705.620","17272.151"],["25722.101","17227.071"],["25739.683","17231.910"],["25639.608","17295.263"],["25630.941","17310.722"],["13952.061","12537.330"],["14031.963","12519.180"],["13966.138","12456.035"],["13970.759","12447.001"],["13967.355","12486.390"],["13969.904","12478.446"],["14026.391","12358.399"],["14036.983","12349.695"],["14031.733","12410.773"],["14008.986","12435.265"],["13931.386","12346.935"],["13931.514","12479.283"],["13965.521","12543.917"],["13958.968","12530.066"],["13933.948","12483.601"],["13917.609","12467.861"],["13958.874","12447.158"],["13957.385","12416.808"],["13983.484","12441.082"],["13966.065","12399.315"],["13942.686","12510.278"],["13961.124","12523.242"],["13985.792","12483.351"],["14020.282","12490.205"],["13977.536","12497.389"],["13992.888","12345.335"],["14010.963","12363.337"],["14021.042","12387.916"],["14037.769","12403.407"],["14026.683","12378.370"],["14000.003","12493.822"],["13967.577","12536.254"],["13952.225","12525.491"],["13923.619","12495.360"],["13931.853","12470.917"],["13952.723","12441.807"],["13959.392","12416.130"],["13981.987","12435.615"],["13978.515","12392.610"],["13865.439","12544.700"],["14022.785","12538.635"],["13961.074","12515.810"],["13952.028","12541.194"],["14040.301","12542.433"],["13922.132","12547.334"],["13984.378","12492.815"],["13959.312","12445.381"],["13973.259","12485.300"],["13988.917","12491.989"],["13978.736","12444.904"],["13986.664","12492.038"],["13935.069","12517.241"],["14011.286","12492.468"],["13967.519","12457.951"],["13971.549","12453.261"],["13959.986","12467.877"],["14012.888","12383.585"],["14039.006","12343.370"],["14020.157","12362.825"],["14016.223","12485.471"],["14014.035","12413.845"],["14032.604","12468.973"],["14004.463","12476.884"],["14008.782","12470.825"],["14012.752","12437.164"],["14026.453","12450.839"],["14005.118","12489.578"],["14002.404","12498.909"],["13984.756","12493.574"],["14026.138","12492.897"],["14019.055","12358.845"],["14006.305","12376.206"],["14001.815","12470.079"],["13999.148","12496.696"],["14002.750","12496.679"],["13958.410","12517.842"],["14031.371","12541.244"],["13921.623","12542.594"],["13931.187","12518.463"],["13967.421","12463.583"],["14028.555","12491.774"],["13972.996","12488.223"],["13970.348","12458.777"],["14005.348","12486.489"],["14001.358","12349.563"],["14031.650","12409.105"],["13988.937","12468.461"],["14014.660","12408.477"],["14017.193","12446.743"],["14011.749","12474.902"],["14004.743","12427.437"],["13997.848","12487.216"],["14002.157","12494.995"],["13929.116","12341.849"],["13929.573","12491.429"],["13957.899","12535.218"],["13922.264","12477.919"],["13947.164","12444.366"],["13962.155","12411.473"],["13974.010","12437.102"],["13971.196","12391.636"],["13960.669","12541.076"],["13918.237","12337.510"],["13923.146","12339.421"],["13931.251","12492.271"],["13920.281","12484.056"],["13950.646","12523.872"],["13917.083","12475.194"],["13953.085","12448.660"],["13963.569","12416.791"],["13977.579","12446.846"],["13970.900","12396.194"],["13965.696","12458.573"],["13993.059","12381.237"],["13951.834","12407.108"],["14007.512","12453.540"],["13955.734","12472.151"],["13969.166","12428.581"],["13955.584","12381.559"],["13949.701","12491.219"],["14005.538","12439.502"],["29399.116","10230.834"],["29382.965","10237.622"],["29276.402","10223.857"],["29367.627","10241.820"],["29276.188","10227.804"],["29381.484","10250.603"],["12072.600","18863.372"],["12120.873","18866.311"],["12114.705","18868.409"],["11937.339","18888.407"],["12107.842","18757.253"],["12101.724","18726.733"],["12096.843","18824.792"],["12130.330","18869.169"],["12088.406","18884.230"],["12091.942","18855.279"],["13425.644","16818.082"],["13435.004","16782.831"],["13411.910","16819.684"],["13417.732","16817.273"],["12318.008","15440.274"],["12280.219","15464.353"],["12271.162","15438.365"],["12246.864","15439.477"],["12257.380","15451.405"],["12224.281","15505.532"],["12188.569","15491.986"],["12287.249","15458.721"],["12333.226","15489.535"],["12312.729","15487.346"],["12343.299","15468.857"],["12309.080","15494.824"],["12184.436","15409.791"],["12163.663","15420.323"],["12187.107","15446.994"],["12230.069","15454.532"],["12326.281","15438.639"],["12236.815","15438.073"],["12256.600","15461.695"],["12230.564","15502.312"],["12194.917","15503.447"],["12283.286","15451.240"],["12336.962","15502.361"],["12348.875","15475.826"],["12303.530","15473.773"],["12205.811","15417.120"],["12166.443","15418.308"],["12187.913","15453.930"],["12223.556","15450.436"],["12220.357","15422.382"],["12194.913","15417.378"],["12208.495","15456.420"],["12160.245","15416.774"],["12156.545","15401.752"],["12195.821","15477.786"],["12214.709","15489.984"],["12156.939","15494.010"],["12227.760","15370.332"],["12315.629","15389.056"],["12322.793","15395.352"],["12293.106","15345.535"],["12312.782","15355.552"],["12345.905","15356.542"],["12338.670","15375.235"],["12353.239","15382.355"],["12276.952","15433.096"],["12248.838","15433.828"],["12251.731","15449.027"],["12230.268","15503.567"],["12193.783","15505.520"],["12184.786","15490.862"],["12331.038","15450.749"],["12342.184","15480.551"],["12305.995","15495.767"],["12180.045","15410.931"],["12168.696","15422.206"],["12174.377","15446.251"],["12146.610","15445.556"],["12160.296","15453.967"],["12219.395","15449.264"],["12168.058","15465.233"],["12167.456","15433.785"],["12215.787","15461.637"],["12242.253","15424.372"],["12252.939","15418.016"],["12220.317","15414.493"],["12159.005","15398.297"],["12224.140","15367.796"],["12262.315","15371.831"],["12314.739","15391.604"],["12257.666","15369.737"],["12351.362","15381.422"],["12355.321","15372.666"],["12220.839","15309.417"],["12211.182","15320.179"],["12197.130","15311.301"],["12193.976","15303.300"],["12192.581","15302.582"],["12308.142","15445.111"],["12319.537","15437.156"],["12278.548","15461.382"],["12274.518","15428.571"],["12238.147","15440.947"],["12261.221","15449.440"],["12196.711","15505.321"],["12186.431","15492.663"],["12312.558","15457.964"],["12296.115","15451.421"],["12328.883","15486.657"],["12302.147","15488.678"],["12174.782","15419.910"],["12186.745","15453.782"],["12225.562","15442.113"],["12337.815","15360.454"],["12323.630","15350.983"],["12308.114","15349.053"],["12294.539","15348.782"],["12347.337","15352.585"],["12339.319","15357.718"],["12274.811","15339.784"],["12255.624","15330.624"],["9760.216","13179.651"],["9795.204","13178.980"],["9757.959","13173.787"],["9798.262","13128.822"],["9774.112","13102.711"],["9809.206","13098.519"],["9802.162","13053.399"],["9764.292","13062.705"],["9797.424","13019.016"],["9797.319","12988.748"],["9723.859","13022.401"],["9710.921","13018.420"],["9807.017","12971.279"],["9709.991","13019.258"],["9809.777","13175.248"],["9758.946","13159.221"],["9817.883","13143.537"],["9791.184","13097.014"],["9806.920","13074.687"],["9808.297","13042.120"],["9781.743","13066.305"],["9803.213","13036.720"],["9797.036","12996.669"],["9792.467","12990.779"],["9733.958","13041.906"],["9707.154","13032.524"],["9753.473","12973.156"],["9766.106","12983.769"],["9821.046","13009.253"],["9787.561","13132.414"],["9767.071","13169.774"],["9806.485","13133.909"],["9783.470","13109.912"],["9809.239","13087.107"],["9800.451","13058.503"],["9774.193","13050.483"],["9792.161","13025.886"],["9795.802","12993.944"],["9775.641","12977.237"],["9733.431","13033.334"],["9782.417","12972.629"],["9720.658","13019.461"],["9711.948","13008.259"],["9757.417","13069.779"],["9797.392","13172.523"],["9746.561","13168.205"],["9815.630","13139.821"],["9781.990","13107.996"],["9819.140","13094.935"],["9802.902","13049.601"],["9763.782","13042.589"],["9813.493","13028.909"],["9806.016","13002.631"],["13234.026","12965.845"],["13238.072","12795.473"],["13237.291","12801.467"],["13356.074","12816.925"],["13288.623","12956.571"],["13355.842","12807.726"],["13252.651","12800.790"],["13406.755","12783.906"],["13349.870","12776.787"],["13375.505","12761.065"],["13348.357","12825.367"],["13405.866","12828.310"],["13201.630","12800.688"],["13279.435","12921.210"],["13226.839","12962.310"],["13280.798","12949.604"],["13312.792","12762.089"],["13346.104","12844.674"],["13378.752","12838.480"],["13385.680","12921.435"],["13381.618","12908.074"],["13215.014","12793.061"],["13211.692","12827.280"],["13234.421","12797.488"],["13239.141","12966.043"],["13220.564","12792.433"],["13354.905","12810.435"],["13327.167","12761.759"],["13375.029","12769.752"],["13315.012","12762.172"],["13343.137","12767.737"],["13342.386","12839.934"],["13341.279","12782.172"],["13203.353","12856.678"],["13292.283","12832.335"],["13234.717","12961.319"],["13337.832","12804.522"],["13360.676","12853.212"],["13408.547","12857.872"],["13387.999","12923.384"],["13404.282","12890.601"],["13369.973","12919.057"],["13219.455","12791.558"],["13207.399","12857.008"],["13329.716","12772.626"],["13223.352","12958.859"],["13293.631","12937.471"],["13241.526","12947.562"],["13282.990","12954.945"],["13239.224","12962.641"],["13286.099","12813.260"],["13291.937","12837.471"],["13366.212","12854.574"],["13367.955","12847.142"],["13366.962","12824.225"],["13348.457","12801.368"],["13399.732","12767.523"],["13373.127","12849.529"],["13399.864","12780.751"],["13343.351","12770.694"],["13408.859","12844.082"],["13204.903","12906.121"],["13399.052","12917.728"],["13362.670","12914.878"],["13367.144","12908.933"],["13206.429","12793.903"],["13224.011","12851.475"],["13369.851","12910.704"],["13379.611","12928.652"],["13371.206","12927.744"],["13222.218","12805.844"],["13235.080","12825.249"],["13214.907","12828.276"],["13404.595","12927.984"],["13373.525","12929.213"],["13376.190","12905.580"],["13231.519","12827.566"],["13217.407","12819.490"],["12371.673","13196.133"],["12369.930","13183.792"],["12381.713","13192.175"],["12360.770","13224.376"],["12374.831","13215.945"],["12525.276","13353.170"],["12548.171","13284.321"],["12458.062","13251.960"],["12501.754","13216.348"],["12419.867","13308.463"],["12385.222","13346.033"],["12434.411","13358.912"],["12489.877","13366.490"],["12542.833","13372.948"],["12498.761","13277.164"],["12489.456","13301.494"],["12550.045","13325.424"],["12519.075","13335.714"],["4715.549","17401.155"],["4777.286","17288.811"],["4758.396","17343.320"],["4758.479","17338.118"],["4761.469","17385.577"],["4766.115","17398.913"],["4772.932","17398.623"],["4766.547","17390.906"],["4765.227","17377.780"],["4769.364","17381.332"],["4770.071","17381.795"],["4758.766","17395.469"],["4746.699","17405.630"],["4772.385","17288.729"],["4768.460","17341.599"],["4776.398","17328.374"],["4775.460","17322.280"],["4773.569","17331.942"],["4770.016","17318.630"],["4770.559","17333.246"],["4760.647","17385.742"],["4748.884","17365.401"],["4756.987","17399.771"],["4767.818","17383.744"],["4773.667","17385.407"],["4752.719","17371.704"],["4765.526","17390.465"],["14113.277","14156.348"],["14049.133","14100.615"],["14083.521","14094.106"],["14161.695","14143.470"],["14085.626","14069.597"],["14156.810","14130.869"],["14059.571","14201.318"],["14076.627","14233.639"],["14060.854","14231.227"],["14052.861","14208.288"],["14159.971","14203.764"],["14122.635","14191.146"],["14110.251","14194.846"],["14142.751","14216.893"],["14044.117","14095.891"],["14136.646","14159.787"],["14091.794","14169.217"],["14228.184","14053.464"],["14218.504","14137.174"],["14084.118","14230.436"],["14075.410","14232.532"],["14066.824","14223.862"],["14053.074","14219.056"],["14060.607","14216.611"],["14052.665","14027.318"],["14160.086","14198.875"],["14115.216","14197.909"],["14140.300","14165.498"],["14119.978","14197.419"],["14194.675","14167.265"],["14042.698","14103.940"],["14060.823","14183.230"],["14047.916","14043.257"],["14042.275","14096.717"],["14085.560","14064.807"],["14134.360","14125.402"],["14126.152","14078.350"],["14094.195","14114.931"],["14143.455","14080.249"],["14151.202","14101.620"],["14083.685","14097.062"],["14104.195","14069.646"],["14139.179","14118.003"],["14105.017","14075.526"],["14233.036","14057.097"],["14218.036","14069.946"],["14220.996","14049.203"],["14225.297","14173.756"],["14072.622","14238.199"],["14075.048","14223.350"],["14208.185","14027.426"],["14250.189","14042.770"],["14163.933","14032.197"],["14054.610","14075.974"],["14121.629","14058.366"],["14099.179","14078.185"],["14129.294","14150.918"],["14220.256","14053.761"],["14047.647","14208.172"],["14063.749","14230.319"],["14057.340","14070.441"],["14134.162","14097.921"],["14107.534","14089.663"],["14140.429","14112.504"],["14107.353","14087.714"],["14130.001","14081.438"],["14242.526","14037.114"],["14219.006","14068.030"],["14246.966","14074.801"],["14237.361","14031.531"],["14217.715","14187.199"],["14220.675","14172.666"],["14200.234","14176.943"],["14129.379","14181.353"],["14060.706","14229.031"],["14081.430","14209.592"],["14065.870","14229.345"],["14064.111","14231.574"],["14079.834","14219.501"],["14057.959","14228.089"],["14081.594","14233.837"],["14070.443","14204.291"],["14007.323","8855.864"],["13921.865","8861.365"],["13958.407","8828.448"],["14040.416","8949.262"],["13973.162","8934.018"],["13996.060","8750.763"],["13940.233","8860.173"],["13919.562","8856.483"],["13905.564","8814.932"],["13957.390","8769.779"],["13888.471","8789.328"],["13934.557","8758.163"],["13982.388","8838.241"],["13968.983","8843.939"],["13996.088","8805.574"],["13980.777","8886.289"],["13983.361","8901.786"],["14002.504","8880.261"],["13995.672","8765.097"],["13911.021","8770.665"],["14006.105","8862.106"],["13934.702","8852.744"],["13998.128","8832.510"],["14025.991","8930.666"],["13988.963","8894.551"],["13830.963","8767.428"],["13856.990","8768.769"],["14022.982","8746.132"],["13979.279","8781.164"],["14013.621","8801.874"],["14030.694","8774.855"],["13996.421","8929.139"],["13991.353","8928.023"],["14014.470","8951.159"],["13873.522","8765.421"],["14002.086","8764.353"],["13888.636","8781.119"],["13987.042","8830.215"],["13972.273","8814.657"],["14029.379","8915.604"],["13887.111","8750.139"],["13891.312","8750.105"],["13892.400","8752.375"],["24341.014","8185.409"],["24248.295","8242.446"],["24277.839","8164.054"],["24294.247","8122.954"],["24245.691","8191.638"],["24247.928","8265.290"],["24320.923","8315.271"],["24316.535","8263.371"],["24267.569","8116.265"],["24277.083","8166.267"],["24240.625","8219.020"],["24353.706","8257.078"],["24338.006","8118.530"],["24169.256","8097.430"],["24237.089","8172.216"],["24311.211","8147.886"],["24222.336","8313.482"],["24326.946","8211.645"],["24254.753","8264.504"],["24208.339","8258.469"],["24287.160","8193.841"],["24270.635","8191.189"],["24292.495","8126.303"],["24219.342","8305.785"],["24268.563","8134.393"],["24248.503","8264.035"],["24211.299","8255.849"],["24274.944","8149.322"],["24348.344","8206.674"],["24275.036","8109.097"],["4454.750","20282.765"],["4428.779","20251.617"],["4439.141","20298.075"],["4424.108","20242.749"],["4433.565","20238.587"],["4411.322","20295.965"],["4440.434","20263.347"],["4411.223","20283.297"],["4457.062","20296.262"],["4431.567","20254.131"],["4472.899","20287.046"],["4457.357","20305.328"],["4433.672","20297.483"],["4494.079","20190.983"],["4461.547","20161.486"],["4462.813","20174.335"],["4506.887","20211.100"],["4534.749","20190.522"],["4501.097","20171.628"],["4474.387","20168.078"],["4496.114","20199.390"],["4468.165","20259.908"],["4501.290","20272.724"],["4500.501","20225.110"],["4472.326","20237.315"],["4514.251","20249.025"],["4483.527","20255.911"],["4551.437","20199.768"],["4561.371","20237.753"],["4565.160","20266.479"],["4560.900","20255.018"],["4545.226","20245.687"],["4538.449","20266.431"],["4495.160","20259.362"],["4510.505","20281.641"],["4509.681","20169.396"],["4523.184","20166.324"],["4518.710","20164.375"],["4540.043","20158.149"],["4557.674","20162.938"],["4541.556","20179.652"],["4542.230","20184.028"],["4445.802","20258.769"],["4429.108","20285.110"],["4416.855","20295.466"],["4407.529","20290.990"],["4439.667","20235.697"],["4423.631","20296.242"],["4416.815","20282.686"],["4418.690","20283.710"],["4421.667","20302.901"],["4422.539","20292.150"],["4424.513","20273.388"],["4431.289","20252.959"],["4458.524","20303.000"],["4447.110","20284.255"],["4455.942","20283.776"],["4433.919","20280.341"],["4480.679","20279.730"],["4439.610","20303.247"],["4483.487","20192.981"],["4495.971","20189.992"],["4469.803","20162.444"],["4469.277","20187.630"],["4483.466","20226.343"],["4531.887","20202.528"],["4504.897","20188.854"],["4496.064","20214.403"],["4487.282","20183.354"],["4496.471","20234.029"],["4490.517","20245.556"],["4488.165","20256.225"],["4469.876","20243.013"],["4467.458","20237.646"],["4470.599","20211.006"],["4544.216","20230.024"],["4559.815","20276.785"],["4559.058","20275.332"],["4507.282","20280.254"],["4494.864","20258.751"],["4524.699","20231.286"],["4544.288","20251.517"],["4521.980","20274.485"],["4446.438","20314.876"],["4541.901","20181.155"],["4559.253","20170.535"],["4518.612","20176.679"],["4564.977","20180.808"],["12307.287","17995.613"],["12311.021","17980.468"],["12300.939","18013.202"],["12310.467","17950.290"],["12295.051","18009.403"],["12350.922","17996.191"],["12354.888","18021.839"],["12294.903","18026.942"],["12306.449","18020.881"],["31859.881","10862.707"],["31791.752","10872.112"],["31773.176","10924.549"],["31928.063","10973.901"],["31933.458","10995.470"],["31806.454","10926.398"],["31751.470","10989.512"],["31749.722","10968.146"],["31732.410","11017.130"],["31730.678","10924.428"],["31856.295","11056.471"],["31834.720","10991.722"],["31818.865","10979.353"],["31868.209","10911.782"],["31824.229","10951.584"],["31725.870","10896.314"],["31815.327","10861.192"],["31844.502","10875.969"],["31809.581","10886.150"],["31753.686","10918.307"],["31934.626","10989.046"],["31793.865","10961.225"],["31801.963","10937.991"],["31727.835","10983.583"],["31757.245","10978.452"],["31870.144","11040.650"],["31825.641","10991.541"],["31905.775","10927.471"],["31860.578","10939.808"],["31742.895","10995.141"],["31924.410","10960.799"],["6208.536","16966.391"],["6157.283","16786.387"],["6157.301","16789.101"],["6178.995","16784.923"],["6232.712","16784.310"],["6241.455","16779.651"],["6249.629","16801.500"],["6245.238","16786.537"],["6233.441","16814.795"],["6236.846","16800.922"],["6236.829","16811.954"],["6229.809","16792.165"],["6217.673","16806.878"],["6213.144","16802.483"],["6207.480","16800.255"],["6181.494","16787.390"],["6194.783","16809.438"],["6185.188","16801.584"],["6189.382","16800.973"],["6204.896","16812.482"],["6208.176","16822.431"],["6204.821","16813.943"],["6213.291","16815.165"],["6186.465","16834.988"],["6183.723","16837.213"],["6186.163","16845.235"],["6175.308","16855.160"],["6164.640","16840.285"],["6175.757","16826.471"],["6173.635","16817.054"],["6157.396","16814.524"],["6147.992","16814.227"],["6151.052","16795.680"],["6152.976","16805.325"],["6150.455","16792.643"],["6130.333","16793.588"],["6156.300","16783.010"],["6131.150","16778.023"],["6130.953","16781.061"],["6140.164","16803.641"],["6149.063","16798.323"],["6126.834","16809.446"],["6122.889","16803.727"],["6129.786","16835.899"],["6134.507","16836.114"],["6156.540","16825.032"],["6147.214","16818.459"],["6145.792","16845.805"],["6155.627","16834.426"],["6145.433","16876.540"],["6142.078","16869.273"],["6172.577","16853.857"],["6155.338","16859.120"],["6168.225","16855.787"],["6043.367","16829.315"],["6048.439","16826.777"],["6064.952","16811.716"],["6065.730","16787.288"],["6053.625","16803.737"],["6055.384","16796.057"],["6061.272","16817.610"],["6075.335","16819.873"],["6084.183","16821.415"],["6119.330","16827.152"],["6114.428","16817.094"],["6078.589","16827.355"],["6081.796","16824.498"],["6050.663","16788.604"],["6073.028","16778.415"],["6064.132","16779.178"],["6077.622","16856.334"],["6070.845","16860.182"],["6131.284","16870.105"],["6120.257","16893.767"],["6059.820","16871.965"],["6072.876","16835.021"],["6056.083","16859.827"],["6053.616","16836.210"],["6045.943","16870.007"],["6069.342","16951.323"],["6094.184","16915.639"],["6085.746","16913.245"],["6083.394","16899.504"],["6073.990","16899.034"],["6052.082","16881.593"],["6093.591","16880.510"],["6088.591","16886.737"],["6103.394","16888.785"],["6111.157","16830.992"],["6082.884","16860.009"],["6120.596","16850.119"],["6108.951","16876.262"],["6119.066","16854.578"],["6041.977","16811.711"],["6192.153","16878.545"],["6184.891","16902.288"],["6175.137","16897.383"],["6190.006","16904.187"],["6210.960","16920.372"],["6227.499","16895.234"],["6215.960","16903.708"],["6195.161","16887.429"],["6196.871","16882.871"],["6212.052","16894.481"],["6204.456","16862.084"],["6203.288","16858.896"],["6220.936","16881.654"],["6220.634","16863.262"],["6232.260","16863.479"],["6233.826","16880.041"],["6226.902","16887.605"],["6247.990","16858.815"],["6248.955","16897.631"],["6248.425","16904.622"],["6248.343","16914.465"],["6234.346","16898.924"],["6244.313","16937.526"],["6238.606","16929.186"],["6250.815","16936.557"],["6249.402","16969.397"],["6250.405","16948.009"],["6217.559","16968.599"],["6225.042","16961.332"],["6216.588","16974.330"],["6237.148","16982.016"],["6242.603","16974.285"],["6235.043","16972.596"],["6228.837","16948.077"],["6223.952","16926.161"],["6213.508","16924.939"],["6168.631","16901.765"],["6153.796","16904.903"],["6167.200","16905.019"],["6179.220","16927.041"],["6198.842","16933.878"],["6186.589","16942.747"],["6169.663","16920.827"],["6150.271","16913.478"],["6169.110","16952.802"],["6139.929","16952.756"],["6113.744","16940.155"],["6118.169","16945.209"],["6105.438","16969.708"],["6153.355","16982.368"],["6042.250","16786.529"],["6164.340","16788.721"],["6230.804","16780.676"],["6224.842","16792.396"],["6215.101","16793.714"],["6219.558","16792.194"],["6192.365","16812.741"],["6201.263","16793.947"],["6183.807","16809.445"],["6175.106","16789.495"],["6220.182","16825.107"],["6204.821","16824.248"],["6197.939","16834.847"],["6181.788","16840.792"],["6174.556","16818.722"],["6165.542","16808.744"],["6157.186","16804.598"],["6138.228","16786.454"],["6145.953","16779.245"],["6151.908","16790.247"],["6142.664","16795.103"],["6122.969","16809.413"],["6130.362","16819.235"],["6134.391","16826.898"],["6158.662","16817.666"],["6166.621","16841.630"],["6046.952","16822.032"],["6062.320","16811.187"],["6055.138","16790.574"],["6057.243","16794.125"],["6053.246","16837.313"],["6100.777","16810.736"],["6126.492","16843.748"],["6119.682","16889.060"],["6069.310","16877.750"],["6076.448","16867.048"],["6065.971","16872.031"],["6064.261","16868.167"],["6069.801","16858.440"],["6062.597","16857.416"],["6077.229","16888.540"],["6049.528","16875.342"],["6051.019","16950.184"],["6097.819","16910.751"],["6077.523","16915.524"],["6084.907","16865.366"],["6119.561","16869.965"],["6087.816","16858.954"],["6219.188","16890.136"],["6175.137","16901.809"],["6214.940","16918.159"],["6212.760","16891.525"],["6198.516","16871.855"],["6220.837","16871.283"],["6235.385","16848.698"],["6226.520","16869.227"],["6245.142","16875.383"],["6234.379","16912.004"],["6247.438","16899.469"],["6246.238","16927.683"],["6238.803","16933.562"],["6228.348","16952.183"],["6223.891","16964.371"],["6229.674","16964.385"],["6221.490","16975.773"],["6236.633","16932.767"],["6232.340","16945.088"],["6162.973","16901.699"],["6172.069","16911.938"],["6185.503","16917.445"],["6194.220","16928.048"],["6146.110","16919.258"],["6160.475","16970.276"],["6141.738","16936.439"],["6115.027","16948.297"],["6243.048","16908.665"],["28076.995","8979.269"],["28073.312","8966.195"],["28087.926","9135.546"],["28095.776","8963.760"],["28130.316","9027.936"],["27945.554","9162.074"],["27961.404","8970.629"],["27945.588","9043.285"],["28019.089","9062.747"],["28001.540","9110.509"],["28072.037","9024.493"],["28060.886","9029.580"],["28037.434","9091.179"],["28028.438","9085.993"],["28055.343","9096.581"],["28052.679","9101.965"],["28134.604","8988.755"],["28144.350","8976.667"],["28141.266","8976.289"],["28094.197","8967.274"],["28057.045","8954.348"],["28109.882","9029.697"],["28070.228","9113.861"],["27978.822","8980.604"],["27939.552","9106.621"],["28003.810","9064.960"],["28062.061","8988.749"],["27949.453","9112.154"],["27974.912","9110.675"],["27976.722","9162.206"],["28048.377","9005.347"],["27970.488","9153.420"],["28071.889","9157.743"],["28015.339","9063.606"],["27965.324","9162.801"],["27960.539","9003.880"],["27965.802","9102.261"],["28000.292","9024.771"],["27940.104","9048.602"],["27992.889","9107.702"],["28130.436","9002.217"],["27966.622","9053.201"],["27947.068","9111.691"],["28072.794","9025.847"],["28032.155","9084.110"],["28122.181","8993.498"],["15142.730","9181.234"],["15133.536","9187.180"],["15127.401","9211.622"],["15093.917","9214.981"],["15130.523","9369.617"],["15187.317","9334.531"],["15201.304","9281.157"],["15183.048","9317.293"],["15208.574","9315.146"],["15095.292","9242.442"],["15106.236","9366.522"],["15170.630","9267.350"],["15118.454","9214.182"],["15178.007","9349.072"],["15145.261","9341.253"],["15194.577","9262.346"],["15203.327","9329.150"],["15189.183","9272.074"],["15117.993","9219.269"],["15139.586","9366.578"],["15170.260","9365.207"],["15185.120","9306.194"],["15180.005","9264.559"],["15203.130","9311.182"],["15125.378","9176.924"],["15129.539","9200.392"],["15135.934","9346.446"],["15154.882","9375.447"],["15195.425","9340.262"],["15150.310","9336.133"],["15200.301","9264.757"],["15174.610","9315.410"],["15172.867","9306.574"],["15101.990","9185.231"],["15094.539","9197.865"],["15105.594","9231.381"],["15144.783","9348.560"],["15205.235","9325.385"],["15174.199","9284.411"],["5739.459","18008.162"],["5739.757","17975.462"],["5773.894","17966.785"],["5810.571","17994.407"],["5726.464","18008.375"],["5723.980","18006.244"],["5817.461","18004.697"],["5747.181","17983.740"],["5764.846","17961.742"],["5754.099","17981.837"],["5773.302","17990.583"],["5790.465","18002.514"],["5800.209","18006.777"],["5799.370","18003.425"],["5796.583","18017.770"],["5782.043","18021.205"],["5770.310","18013.693"],["5745.480","18008.375"],["5735.794","18021.968"],["5715.119","18023.504"],["5799.976","18041.405"],["5787.312","18033.775"],["5722.622","17989.500"],["5749.395","18040.507"],["5694.171","18041.913"],["5812.692","18009.272"],["5670.930","18037.429"],["5732.972","17986.706"],["5794.874","18027.843"],["5725.339","17992.854"],["5676.569","18029.779"],["5821.261","18007.587"],["5751.672","17974.435"],["5765.692","18011.323"],["5828.653","18004.859"],["5725.809","18038.044"],["5693.448","18043.202"],["5820.718","18010.379"],["14944.414","17013.751"],["14957.950","17025.179"],["15010.326","17087.540"],["14885.881","17009.053"],["14913.311","17176.486"],["14979.822","17063.003"],["14938.311","17120.185"],["14935.926","17118.848"],["14941.222","17113.843"],["14908.752","17187.629"],["14891.314","17132.519"],["14896.742","17184.624"],["14892.257","17091.597"],["14964.328","17047.578"],["14971.095","17064.717"],["14949.063","16988.119"],["14963.092","16999.416"],["14892.076","17128.324"],["14987.621","17026.583"],["14992.621","16986.748"],["14888.578","16992.372"],["14958.393","17159.128"],["14906.518","17128.063"],["14931.255","17133.199"],["14960.564","17150.755"],["14890.892","17090.821"],["14898.012","17180.461"],["14894.012","17154.154"],["14899.324","17183.088"],["14888.957","17142.146"],["14946.134","17020.985"],["14992.901","17036.856"],["14900.160","17024.368"],["14920.286","17037.307"],["14902.061","17144.925"],["14896.600","17180.450"],["14895.017","17079.153"],["14908.559","17108.070"],["14897.087","17162.543"],["14994.783","16987.848"],["14956.721","17086.555"],["14973.572","17061.170"],["14975.421","17064.634"],["14967.111","17124.302"],["14958.527","17191.190"],["14887.640","17197.166"],["14933.869","17153.851"],["14913.847","17120.129"],["14981.303","17151.308"],["14949.770","16996.575"],["14952.122","17006.517"],["14887.809","17160.742"],["14982.766","17057.057"],["14927.243","17186.630"],["14909.447","17154.970"],["14892.899","17127.879"],["14895.777","17125.566"],["14966.614","17053.424"],["14894.247","17121.586"],["14966.720","17085.807"],["14954.589","16994.973"],["14882.947","17194.181"],["31703.357","8469.426"],["31578.341","8443.017"],["31587.675","8515.041"],["31545.469","8402.639"],["31576.036","8396.556"],["31599.833","8413.342"],["31633.875","8324.580"],["31715.808","8445.826"],["31600.035","8460.077"],["31553.497","8502.060"],["31525.146","8502.382"],["31541.900","8401.995"],["31558.816","8364.962"],["31571.824","8407.264"],["31527.208","8344.697"],["31627.675","8359.196"],["31720.263","8430.258"],["31715.545","8461.846"],["31556.540","8506.767"],["31534.801","8501.391"],["31554.926","8399.237"],["31595.839","8373.731"],["31578.238","8406.488"],["31523.409","8343.640"],["31600.602","8331.385"],["31716.431","8400.536"],["31721.464","8446.526"],["31587.165","8500.343"],["31549.751","8505.091"],["31560.929","8398.328"],["31568.929","8397.058"],["31619.648","8323.689"],["31573.596","8503.415"],["31537.185","8502.581"],["31591.447","8372.129"],["31583.978","8428.883"],["31522.422","8345.556"],["31602.477","8350.196"],["31720.822","8440.498"],["31721.219","8445.066"],["31597.930","8448.318"],["31560.750","8504.967"],["31576.513","8393.550"],["31588.304","8436.496"],["31721.990","8339.712"],["31606.951","8356.273"],["11270.623","13566.135"],["11256.881","13577.298"],["11292.997","13566.961"],["11273.473","13565.488"],["11096.832","13492.858"],["11106.717","13523.084"],["11118.660","13558.686"],["11121.577","13549.403"],["11132.531","13559.870"],["11095.244","13597.861"],["11236.886","13585.985"],["14674.532","8959.521"],["14747.642","8977.245"],["14761.540","9004.925"],["14837.820","9003.508"],["14847.360","9020.106"],["14840.337","8987.373"],["14837.768","9151.501"],["14829.955","9160.601"],["14818.047","9160.535"],["14805.307","9091.568"],["14700.164","8983.262"],["14756.688","8972.769"],["14853.889","9027.174"],["14882.567","9023.288"],["14824.978","9097.679"],["14709.062","8979.976"],["14698.569","8959.348"],["14768.810","9003.950"],["14766.376","8997.790"],["14761.310","8994.504"],["14867.195","8970.643"],["14879.087","9012.889"],["14816.748","9159.462"],["14851.271","9150.147"],["14823.162","9158.025"],["14808.037","9069.521"],["14819.452","9108.579"],["14825.932","9078.422"],["14702.138","8983.411"],["14778.185","8958.897"],["14762.922","8990.903"],["14768.169","8958.897"],["14873.149","8985.820"],["14872.327","9005.193"],["14870.814","9002.798"],["14817.143","9149.668"],["14804.748","9122.535"],["14722.072","8960.157"],["14795.767","9009.417"],["14755.537","8961.308"],["14805.438","8983.802"],["14859.827","9016.786"],["14873.116","9021.295"],["14877.896","9045.121"],["14844.314","9140.535"],["14795.175","9083.856"],["14793.202","9094.657"],["14803.711","9085.606"],["14741.167","8958.770"],["14778.827","8955.726"],["14799.287","8973.116"],["14875.929","8995.184"],["14819.939","9165.044"],["14863.228","9160.403"],["14819.254","9133.385"],["26960.460","15271.152"],["26912.923","15290.728"],["26964.325","15288.641"],["27069.966","15273.315"],["28509.683","9040.193"],["28503.094","9044.001"],["28493.900","9003.968"],["28495.259","9030.695"],["28538.006","9055.171"],["28464.486","9019.812"],["18969.649","14166.964"],["18982.450","14198.663"],["18910.986","14153.008"],["13402.492","15211.718"],["13398.446","15213.815"],["13343.042","15219.199"],["13347.038","15241.858"],["13333.667","15226.383"],["13343.930","15238.291"],["13392.200","15168.657"],["13368.727","15138.019"],["13371.723","15149.053"],["13391.938","15085.093"],["13369.737","15244.732"],["13378.376","15273.870"],["13346.315","15240.421"],["13355.196","15230.297"],["13336.627","15232.263"],["13335.788","15242.634"],["13334.966","15229.967"],["13375.188","15146.130"],["13390.506","15169.796"],["13371.674","15147.748"],["13378.969","15140.393"],["13403.577","15087.434"],["13400.206","15215.813"],["13403.841","15223.031"],["13391.518","15246.690"],["13391.222","15264.395"],["13354.637","15227.176"],["13350.426","15218.687"],["13370.013","15155.824"],["13316.299","15089.319"],["13335.372","15089.352"],["13303.713","15095.762"],["13262.380","15106.429"],["13261.058","15091.677"],["13245.091","15101.670"],["13312.580","15292.865"],["13293.655","15285.800"],["13292.335","15152.876"],["13274.189","15154.561"],["13298.752","15240.311"],["13205.581","15159.165"],["13265.206","15269.272"],["13255.450","15282.792"],["13326.017","15292.881"],["13314.372","15277.390"],["13402.426","15212.824"],["13338.387","15225.128"],["13341.923","15232.643"],["13348.835","15089.005"],["13392.390","15217.652"],["13237.932","15088.895"],["13267.363","15103.689"],["13249.897","15116.100"],["13352.664","15165.117"],["13348.123","15148.075"],["13319.069","15150.097"],["13301.199","15157.203"],["13310.554","15177.387"],["13296.029","15164.944"],["13311.649","15155.699"],["13300.427","15157.467"],["13295.378","15150.547"],["13270.618","15156.744"],["13276.885","15158.469"],["13280.307","15158.665"],["13276.803","15150.784"],["13299.509","15243.119"],["13314.107","15243.463"],["13214.348","15166.510"],["13221.944","15165.433"],["13210.987","15173.587"],["13343.457","15276.375"],["13320.886","15288.950"],["13308.320","15277.935"],["13405.222","15217.729"],["13401.472","15212.593"],["13346.134","15220.091"],["13338.848","15220.983"],["13372.085","15147.402"],["13375.884","15170.011"],["13375.132","15089.169"],["13272.966","15104.014"],["13249.325","15252.623"],["13275.826","15260.451"],["13365.378","15267.960"],["13395.305","15211.718"],["13398.068","15227.192"],["13342.548","15220.207"],["13353.124","15220.025"],["13376.612","15143.552"],["13400.831","15211.040"],["13397.949","15245.204"],["13395.646","15249.861"],["13344.259","15235.979"],["13344.292","15233.683"],["13343.617","15226.317"],["13370.638","15154.041"],["7349.174","15628.565"],["7369.486","15631.934"],["7325.655","15685.312"],["7326.538","15654.284"],["7381.570","15682.795"],["7380.519","15688.329"],["7377.203","15688.207"],["7378.535","15690.371"],["7345.002","15694.148"],["7364.476","15694.858"],["7354.805","15696.097"],["7319.090","15659.427"],["7329.090","15657.858"],["7343.730","15668.687"],["7324.667","15676.780"],["7337.842","15662.345"],["7307.507","15679.203"],["7377.105","15659.769"],["7378.947","15646.507"],["7354.309","15652.648"],["7354.374","15661.004"],["7367.680","15655.208"],["7354.825","15655.187"],["7352.917","15635.452"],["7350.746","15642.008"],["7414.318","15651.029"],["7406.884","15653.242"],["7405.864","15642.359"],["7345.078","15642.174"],["7347.364","15638.944"],["7422.034","15548.723"],["7424.791","15553.089"],["7424.690","15548.847"],["7383.421","15695.101"],["7490.536","15511.358"],["7489.706","15508.270"],["7406.636","15668.063"],["7360.047","15642.421"],["7374.917","15684.557"],["7380.065","15689.941"],["7349.311","15696.576"],["7342.451","15699.210"],["7309.734","15660.964"],["7315.192","15672.606"],["7323.664","15672.023"],["7364.424","15649.166"],["7360.953","15660.773"],["7348.190","15656.744"],["7346.536","15643.726"],["7344.447","15645.030"],["7412.887","15653.193"],["7406.373","15664.080"],["7469.008","15551.705"],["7476.086","15551.166"],["7483.270","15550.586"],["7490.198","15550.125"],["7384.654","15698.420"],["7359.629","15641.468"],["7315.178","15662.405"],["7318.199","15654.697"],["7339.581","15673.673"],["7372.203","15698.024"],["7313.517","15689.292"],["7322.919","15668.619"],["7415.884","15716.804"],["7383.733","15701.822"],["16333.523","14899.928"],["16306.450","14903.412"],["16353.737","14898.821"],["16258.478","15014.647"],["16220.139","14981.551"],["16159.316","15027.084"],["16148.671","14955.879"],["16153.510","15031.114"],["16195.214","15024.005"],["16281.601","15068.476"],["16304.068","15077.939"],["16287.835","15069.219"],["16316.437","15031.696"],["16343.850","15078.738"],["16233.612","15066.185"],["16229.122","15076.606"],["16338.929","14940.460"],["16343.123","14925.084"],["16248.960","14959.731"],["16268.154","14940.491"],["16297.030","14990.329"],["16294.036","14993.070"],["16181.560","14880.597"],["16183.418","14897.376"],["16247.932","14897.429"],["16271.478","14900.176"],["16310.384","15068.142"],["16330.384","15071.396"],["16256.046","15074.097"],["16224.333","14980.345"],["16156.109","15052.881"],["16190.105","14990.206"],["16273.355","15015.830"],["16256.957","15014.294"],["16249.260","15003.543"],["16352.254","15047.640"],["16291.897","15072.555"],["16338.291","15068.185"],["16238.497","15078.919"],["16214.911","15065.839"],["16324.291","14925.282"],["16322.366","14929.940"],["16335.476","14943.699"],["16247.052","14955.239"],["16242.348","14932.927"],["16321.388","14983.029"],["16285.418","14978.702"],["16201.889","14904.065"],["16183.221","14890.077"],["16246.419","14899.064"],["16291.280","14910.102"],["16335.121","15065.913"],["16332.851","15067.449"],["16325.468","15024.722"],["16241.773","14958.030"],["16223.701","15023.807"],["16331.363","14915.753"],["16292.737","14996.984"],["16189.668","14890.853"],["16272.942","14877.864"],["16317.127","15064.360"],["16345.760","14905.642"],["16261.277","15077.879"],["16249.815","14949.789"],["16213.914","15017.531"],["16343.340","15062.850"],["16275.664","15055.098"],["16251.441","15047.639"],["16312.860","14912.549"],["16333.749","14949.843"],["16285.451","14965.523"],["16187.859","14895.296"],["16273.879","14886.055"],["16314.792","15061.982"],["10051.071","13765.031"],["10059.124","13796.119"],["10045.552","13794.721"],["10054.113","13771.125"],["10048.686","13763.413"],["10057.052","13781.652"],["10052.164","13803.854"],["10063.586","13775.724"],["16010.198","7565.213"],["16006.509","7549.470"],["15979.446","7607.522"],["15965.171","7621.470"],["15982.188","7533.319"],["15984.729","7494.841"],["16086.539","7510.669"],["16140.335","7498.536"],["16135.804","7477.403"],["16011.020","7561.943"],["15998.055","7559.974"],["15980.548","7622.683"],["15957.868","7609.694"],["15989.869","7533.682"],["15983.577","7489.358"],["16102.032","7512.271"],["16134.841","7492.739"],["16142.037","7488.617"],["16145.179","7480.822"],["16014.408","7568.417"],["15995.275","7551.882"],["15983.361","7608.794"],["15966.914","7616.763"],["15994.902","7546.317"],["15982.459","7500.209"],["16101.818","7502.841"],["16128.772","7486.117"],["16135.245","7487.181"],["16011.694","7573.388"],["15997.463","7555.003"],["15969.200","7611.651"],["15954.957","7621.817"],["15982.994","7541.808"],["15994.926","7500.539"],["16097.230","7510.917"],["16015.212","7576.266"],["15974.685","7613.701"],["16005.081","7523.582"],["16007.054","7618.986"],["16138.366","7504.261"],["7301.230","15859.486"],["7301.833","15860.089"],["7273.949","15840.447"],["7275.018","15856.203"],["7250.972","15849.726"],["7241.071","15857.323"],["7240.302","15859.707"],["7299.564","15889.400"],["7292.673","15890.242"],["7300.074","15873.399"],["7295.468","15873.101"],["7289.136","15881.161"],["7219.044","15731.105"],["7240.879","15726.453"],["7197.350","15731.697"],["7182.727","15736.522"],["7178.089","15729.768"],["7163.330","15727.263"],["7173.247","15730.797"],["7260.222","15835.390"],["7260.370","15838.313"],["7271.563","15737.991"],["7242.128","15747.809"],["7214.056","15773.521"],["7190.230","15770.016"],["7217.967","15832.881"],["7247.376","15823.901"],["7285.364","15799.831"],["7282.271","15853.890"],["7193.087","15754.906"],["7249.327","15847.843"],["7281.972","15889.486"],["7291.637","15883.636"],["7302.771","15885.568"],["7282.722","15871.598"],["7291.077","15855.496"],["7227.860","15729.883"],["7247.655","15725.049"],["7198.962","15730.508"],["7172.513","15736.754"],["7165.928","15732.878"],["7163.247","15727.378"],["7221.841","15847.603"],["7285.329","15725.059"],["7235.746","15750.237"],["7209.583","15770.235"],["7197.664","15767.737"],["7211.438","15818.727"],["7244.629","15829.632"],["7287.222","15798.014"],["7278.701","15734.093"],["7234.710","15752.450"],["7217.214","15767.857"],["7183.503","15768.084"],["7204.974","15819.372"],["7235.616","15822.349"],["7286.417","15799.864"],["7284.589","15727.322"],["7235.401","15758.098"],["7222.510","15762.770"],["7189.556","15762.634"],["7178.742","15813.690"],["7208.987","15829.545"],["7242.359","15826.147"],["7290.578","15803.497"],["12568.705","12209.252"],["12776.771","12164.391"],["12709.419","12146.340"],["12636.656","12188.371"],["12776.853","12179.073"],["12742.182","12178.032"],["12732.692","12162.442"],["12766.311","12131.228"],["12720.028","12165.464"],["12663.646","12144.787"],["12760.982","12161.847"],["12699.551","12125.563"],["12761.769","12217.940"],["12754.064","12218.234"],["12757.666","12227.846"],["12742.932","12183.640"],["12730.300","12188.941"],["12689.123","12160.678"],["12640.843","12142.778"],["12623.606","12140.582"],["12707.462","12212.862"],["12703.432","12200.690"],["12655.445","12181.097"],["12671.142","12190.646"],["12622.322","12170.005"],["12624.395","12171.590"],["12616.070","12154.658"],["12570.634","12125.719"],["12608.323","12158.869"],["12681.591","12126.124"],["12736.001","12309.739"],["12744.839","12292.642"],["12765.400","12297.690"],["12642.992","12125.491"],["12664.466","12131.601"],["12682.050","12285.576"],["12691.445","12313.482"],["12654.246","12278.516"],["12615.870","12244.466"],["12592.326","12225.760"],["12575.140","12229.117"],["12575.300","12210.639"],["12584.790","12195.495"],["12576.616","12330.936"],["12765.982","12175.555"],["12600.850","12212.714"],["12599.946","12207.116"],["12714.189","12130.386"],["12769.765","12167.842"],["12743.778","12142.013"],["12623.646","12217.504"],["12698.202","12139.288"],["12683.038","12125.926"],["12723.041","12316.180"],["12745.727","12296.820"],["12754.578","12292.091"],["12632.959","12127.192"],["12663.594","12125.326"],["12691.129","12287.410"],["12697.350","12319.229"],["12655.792","12279.688"],["12618.732","12244.185"],["12589.941","12239.154"],["12584.466","12230.009"],["12667.701","12331.779"],["12678.866","12332.514"],["12588.613","12152.483"],["12750.209","12171.030"],["12734.699","12154.861"],["12626.623","12179.783"],["12753.071","12157.834"],["12776.393","12140.229"],["12747.265","12230.155"],["12596.201","12190.472"],["12768.644","12215.777"],["12744.031","12228.159"],["12736.137","12221.256"],["12692.725","12157.358"],["12745.531","12179.758"],["12641.402","12145.140"],["12650.543","12178.669"],["12698.722","12183.280"],["12702.274","12168.417"],["12690.768","12158.151"],["12623.276","12166.702"],["12616.270","12164.456"],["12662.039","12151.783"],["12590.477","12151.405"],["12582.882","12206.791"],["12770.307","12126.802"],["12730.883","12156.430"],["12630.784","12137.240"],["12697.955","12149.329"],["12608.679","12186.719"],["12719.978","12145.514"],["12616.755","12228.800"],["12732.051","12169.626"],["12618.317","12171.162"],["12719.419","12174.944"],["12589.474","12187.780"],["12571.846","12227.386"],["12576.073","12195.429"],["12612.149","12194.762"],["12589.222","12195.572"],["12591.113","12223.235"],["12637.191","12171.805"],["12773.893","12136.546"],["12621.212","12199.106"],["12587.067","12141.319"],["12731.640","12138.049"],["12605.110","12217.553"],["12768.136","12184.688"],["12736.301","12226.541"],["12719.814","12213.869"],["12714.626","12166.005"],["12691.985","12162.891"],["12647.534","12180.552"],["12602.007","12151.339"],["12694.504","12262.615"],["12583.608","12287.616"],["12568.586","12268.139"],["12615.862","12223.132"],["12607.209","12245.759"],["12610.150","12207.047"],["12618.944","12270.013"],["12629.202","12201.616"],["12621.147","12302.603"],["12630.290","12307.767"],["12731.100","12307.774"],["12746.895","12295.549"],["12764.249","12300.068"],["12675.521","12128.651"],["12630.788","12127.638"],["12666.851","12131.717"],["12684.188","12292.083"],["12692.876","12317.991"],["12657.947","12285.584"],["12616.265","12255.845"],["12587.112","12231.805"],["12570.732","12229.596"],["12690.915","12284.569"],["12587.654","12289.268"],["12577.649","12274.679"],["12575.854","12244.478"],["12584.481","12228.601"],["12608.559","12227.657"],["12618.835","12189.772"],["12615.687","12262.615"],["12607.143","12236.461"],["12637.574","12222.013"],["12683.958","12316.029"],["12613.696","12299.382"],["12690.919","12321.789"],["12656.524","12290.433"],["12709.323","12261.773"],["12735.820","12316.494"],["12743.983","12293.286"],["12761.930","12298.631"],["12683.416","12129.477"],["12664.334","12127.043"],["12652.421","12281.340"],["12617.679","12259.379"],["12581.094","12239.704"],["12693.140","12317.167"],["12599.841","12278.913"],["12573.819","12266.368"],["12574.507","12246.309"],["12597.392","12223.347"],["12571.370","12196.479"],["12634.552","12252.854"],["12626.511","12258.961"],["12617.538","12243.364"],["12627.195","12212.780"],["12618.664","12314.979"],["12649.830","12285.313"],["12687.284","12280.766"],["12685.229","12310.627"],["12602.621","12294.041"],["12580.757","12267.639"],["12596.701","12242.356"],["12580.663","12200.855"],["12614.180","12209.987"],["12633.944","12272.540"],["12633.074","12236.534"],["12620.515","12241.878"],["12636.768","12201.286"],["12619.371","12308.367"],["12665.899","12283.546"],["12686.807","12271.633"],["5618.685","8907.430"],["5577.993","8853.058"],["5562.796","8844.041"],["5589.984","8859.334"],["5601.217","8875.585"],["5608.766","8845.015"],["5598.043","8828.813"],["5617.993","8886.287"],["5605.165","8897.042"],["5562.697","8874.016"],["5590.329","8892.513"],["5605.000","8842.191"],["5591.266","8858.987"],["5618.717","8873.818"],["5597.369","8913.079"],["5600.263","8882.554"],["5580.543","8835.899"],["7283.946","13656.305"],["7256.199","13607.585"],["7255.426","13640.616"],["7263.058","13625.025"],["7270.887","13662.482"],["7273.535","13643.803"],["7289.373","13632.408"],["7280.755","13636.173"],["7210.836","13686.604"],["7202.645","13711.426"],["7215.721","13752.929"],["7133.155","13745.745"],["7194.932","13810.039"],["7220.195","13773.623"],["7180.409","13672.896"],["7257.826","13669.923"],["7126.324","13658.636"],["7115.024","13679.429"],["7296.742","13620.880"],["7171.556","13801.668"],["7136.573","13768.159"],["7235.853","13681.533"],["7203.139","13719.469"],["7131.280","13781.831"],["7219.603","13703.664"],["7214.866","13695.357"],["7106.757","13783.598"],["7262.152","13744.143"],["7270.063","13706.818"],["7149.504","13783.598"],["7239.027","13783.515"],["7249.171","13764.211"],["7260.573","13737.669"],["7238.205","13694.002"],["7273.731","13697.867"],["11495.010","17385.177"],["11380.614","17391.688"],["11495.654","17261.852"],["11491.735","17227.382"],["11484.137","17223.567"],["11343.558","17323.390"],["11446.041","17394.892"],["11490.964","17361.841"],["11459.467","17370.016"],["11459.535","17384.189"],["11461.834","17214.996"],["11462.311","17200.330"],["11343.344","17328.246"],["11384.035","17406.139"],["11448.005","17392.942"],["11413.594","17379.291"],["11384.791","17407.626"],["11385.038","17408.154"],["11478.117","17203.600"],["11470.752","17372.694"],["11329.010","17207.161"],["11340.444","17223.731"],["11380.754","17232.937"],["11377.986","17240.790"],["11355.809","17290.429"],["11362.645","17308.925"],["11339.717","17253.712"],["11457.940","17215.872"],["11329.068","17304.981"],["11341.782","17320.321"],["11428.204","17200.773"],["11336.218","17234.578"],["11372.289","17264.570"],["11307.046","17226.550"],["11322.185","17243.835"],["11339.073","17372.067"],["11345.948","17381.035"],["11510.699","17240.727"],["11349.939","17329.055"],["11470.799","17358.505"],["11373.273","17244.238"],["11353.532","17238.648"],["11342.765","17235.025"],["11365.627","17289.630"],["11350.994","17225.605"],["11351.772","17202.251"],["11452.165","17216.990"],["11426.568","17208.357"],["11307.007","17200.331"],["11452.665","17223.795"],["11445.116","17213.115"],["11395.649","17203.365"],["11334.293","17229.690"],["11339.162","17216.147"],["11382.305","17256.148"],["11373.407","17259.302"],["11313.165","17228.383"],["11312.662","17243.901"],["11319.850","17238.980"],["11338.300","17389.854"],["11330.356","17384.206"],["11498.099","17356.477"],["11460.255","17239.785"],["11341.436","17328.741"],["11383.031","17406.172"],["11469.206","17406.930"],["11404.285","17378.663"],["11392.160","17387.758"],["11488.892","17382.320"],["16536.474","15084.434"],["16504.444","15137.101"],["16432.913","15142.317"],["16399.333","15234.564"],["16371.694","15173.945"],["16475.088","15142.205"],["16502.370","15256.259"],["16447.588","15229.473"],["16504.727","15094.542"],["16500.100","15263.080"],["16546.073","15186.795"],["16470.483","15127.473"],["16441.766","15115.830"],["16529.001","15189.188"],["16529.347","15216.884"],["16545.163","15267.761"],["16530.065","15246.226"],["16404.704","15286.231"],["16382.138","15239.861"],["16376.826","15265.972"],["16404.624","15206.483"],["16428.085","15221.441"],["16442.723","15224.414"],["16400.756","15119.412"],["16394.193","15121.773"],["16428.710","15167.366"],["16422.016","15160.248"],["16396.575","15151.144"],["16365.506","15124.007"],["16362.299","15140.258"],["16384.355","15126.272"],["16369.211","15169.618"],["16456.122","15192.493"],["16448.413","15093.143"],["16376.641","15171.438"],["16544.237","15088.794"],["16477.701","15203.443"],["16428.505","15264.021"],["16440.418","15147.741"],["16380.953","15092.145"],["16437.161","15137.402"],["16509.544","15229.601"],["16504.264","15226.066"],["16511.644","15262.245"],["16514.012","15258.100"],["16383.389","15286.595"],["16385.017","15286.578"],["16369.622","15231.273"],["16371.990","15231.703"],["16388.761","15223.177"],["16375.000","15190.691"],["16450.384","15250.183"],["16458.756","15218.308"],["16438.315","15194.009"],["16425.009","15185.140"],["16436.161","15147.416"],["16407.295","15183.782"],["16397.118","15131.359"],["16384.289","15156.790"],["16461.289","15266.680"],["16482.810","15262.396"],["16466.208","15268.308"],["16457.367","15269.190"],["16362.989","15115.352"],["16491.215","15279.325"],["16545.382","15094.954"],["16481.583","15118.176"],["16404.226","15115.250"],["16415.879","15226.487"],["16441.877","15267.242"],["16539.264","15211.153"],["16533.765","15263.401"],["16481.647","15288.819"],["16404.425","15284.712"],["16366.924","15249.275"],["16361.118","15193.201"],["16400.322","15173.840"],["16409.011","15135.775"],["16454.627","15227.342"],["16417.279","15198.336"],["16367.434","15228.383"],["16372.681","15277.164"],["16438.973","15182.564"],["16470.927","15133.699"],["16399.805","15188.943"],["16487.107","15218.703"],["16516.615","15129.272"],["16478.439","15287.243"],["16494.494","15174.012"],["16526.090","15207.322"],["16510.131","15243.286"],["16415.488","15231.649"],["16420.684","15186.491"],["12369.443","16285.515"],["12363.537","16258.845"],["12371.115","16265.247"],["12368.723","16256.221"],["12555.192","15978.362"],["12552.693","15939.856"],["12503.074","15940.105"],["12493.563","15967.114"],["12466.210","15972.856"],["12517.659","15986.877"],["12493.308","16007.154"],["12407.558","15997.907"],["12385.710","15998.835"],["12394.989","15953.781"],["12374.983","15968.226"],["12523.239","15947.619"],["12474.813","15967.708"],["12453.546","15968.727"],["12529.370","15997.711"],["12493.883","16021.737"],["12404.351","16003.522"],["12376.220","15983.278"],["12412.901","15936.935"],["12392.368","15966.921"],["12369.207","15932.733"],["12543.905","15975.099"],["12554.768","15963.399"],["12559.274","15976.613"],["12561.604","15982.430"],["12550.788","15993.655"],["12401.425","16032.470"],["12401.497","16017.583"],["12399.191","16037.047"],["12432.184","16030.013"],["12441.876","16029.963"],["12455.342","16038.240"],["12458.719","16036.381"],["12437.853","16017.009"],["12494.303","15994.789"],["12412.991","16009.184"],["12374.449","16010.693"],["12428.438","16041.069"],["12557.147","15983.185"],["12553.117","15989.021"],["12545.974","15981.253"],["12502.959","16132.403"],["12478.189","16093.192"],["12443.075","16087.780"],["12434.436","16099.057"],["12387.209","16095.189"],["12412.680","16089.818"],["12533.195","16131.796"],["12502.168","16136.684"],["12484.698","16101.522"],["12467.699","16117.538"],["12464.733","16102.140"],["12444.216","16082.021"],["12402.016","16112.808"],["12393.417","16103.460"],["12380.235","16108.271"],["12369.788","16140.752"],["12519.766","16019.877"],["12546.970","16026.817"],["12423.595","16002.627"],["12444.076","16010.845"],["12435.591","15974.464"],["12431.799","15968.936"],["12433.107","15945.769"],["12473.120","15944.486"],["12551.138","15959.945"],["12539.176","15976.498"],["12566.324","16016.167"],["12494.101","16076.967"],["12497.027","16079.853"],["12491.540","16070.521"],["12547.775","15939.427"],["12505.032","15932.755"],["12486.113","15957.469"],["12466.276","15975.912"],["12514.156","16008.446"],["12480.956","16004.231"],["12409.285","15982.432"],["12365.250","15997.629"],["12409.562","15949.371"],["12371.118","15970.389"],["12407.730","16110.462"],["12470.599","16117.216"],["12551.656","15981.582"],["12545.752","15930.277"],["12503.190","15930.096"],["12471.984","15954.562"],["12463.003","15970.808"],["12524.616","15994.441"],["12477.765","16007.551"],["12422.394","15984.183"],["12381.533","16003.525"],["12393.707","15944.268"],["12369.671","15951.297"],["7890.938","19316.519"],["7839.656","19320.691"],["7821.583","19330.303"],["7811.665","19324.952"],["7859.557","19345.348"],["7813.869","19315.918"],["7839.376","19339.552"],["7819.494","19336.579"],["7900.854","19312.687"],["7833.770","19312.912"],["12743.114","14867.017"],["12596.211","14778.951"],["12743.459","14867.298"],["12637.049","14789.218"],["12592.642","14781.379"],["12570.958","14761.536"],["12649.195","14676.483"],["12743.837","14865.151"],["12595.948","14780.884"],["12579.082","14805.270"],["12603.816","14840.550"],["12570.639","14855.821"],["12604.962","14819.601"],["12721.669","14664.550"],["12710.678","14668.691"],["12720.887","14689.947"],["12713.396","14668.684"],["12703.529","14661.664"],["12698.055","14673.544"],["12729.944","14698.896"],["12767.893","14673.672"],["12723.889","14752.215"],["12712.765","14749.613"],["12730.001","14763.010"],["12701.451","14768.490"],["12697.582","14737.031"],["12688.673","14737.683"],["12704.156","14741.544"],["12656.413","14739.796"],["12646.922","14744.717"],["12652.345","14739.797"],["12664.189","14747.724"],["12640.898","14741.562"],["12613.453","14745.445"],["12610.084","14752.457"],["12612.339","14748.404"],["12613.345","14754.463"],["12624.352","14761.680"],["12625.852","14767.061"],["12608.545","14772.684"],["12586.020","14751.429"],["12653.357","14684.509"],["12653.949","14698.167"],["12744.906","14866.637"],["12742.752","14865.663"],["12722.284","14866.590"],["12641.507","14799.161"],["12600.438","14786.532"],["12591.359","14782.750"],["12614.751","14869.004"],["12588.134","14820.210"],["6085.196","20384.067"],["6052.105","20445.371"],["6223.361","20411.215"],["6244.118","20369.168"],["6224.249","20384.064"],["6246.371","20392.107"],["6220.293","20397.222"],["6230.425","20379.716"],["6226.988","20406.686"],["6211.461","20397.107"],["6195.244","20421.549"],["6209.520","20387.726"],["6083.719","20402.697"],["6102.469","20425.059"],["6109.903","20381.211"],["6101.317","20415.629"],["6081.877","20374.225"],["6106.416","20426.760"],["6165.631","20372.918"],["6200.581","20371.613"],["6042.992","20390.393"],["6050.393","20380.054"],["6067.712","20386.594"],["6047.895","20449.401"],["6045.625","20447.931"],["6059.967","20417.394"],["6240.417","20391.050"],["6181.494","20399.997"],["6184.849","20392.714"],["6164.948","20411.260"],["6211.297","20415.422"],["6210.590","20371.640"],["6085.923","20409.815"],["6081.449","20374.671"],["6085.577","20431.830"],["6113.784","20418.238"],["6122.979","20382.961"],["6096.992","20378.601"],["6193.871","20374.140"],["6133.460","20381.968"],["6154.118","20375.956"],["21901.576","14871.473"],["21960.251","14836.280"],["21985.972","14794.536"],["21975.530","14864.240"],["21983.655","14810.360"],["21953.884","14777.509"],["22010.662","14858.410"],["21960.446","14751.216"],["21969.056","14672.960"],["21979.640","14743.025"],["22003.110","14703.740"],["21966.649","14839.830"],["22034.165","14778.122"],["21988.588","14781.026"],["22003.787","14828.980"],["22007.323","14796.851"],["21961.647","14742.678"],["13400.813","15777.841"],["13389.758","15827.398"],["13370.808","15766.570"],["13310.773","15822.844"],["13311.250","15749.129"],["13374.249","15811.345"],["13374.380","15816.366"],["13359.937","15748.519"],["13376.318","15728.453"],["13280.625","15830.028"],["13308.717","15818.484"],["13253.055","15923.018"],["13234.815","15915.140"],["13292.121","15757.866"],["13302.417","15747.544"],["13251.492","15927.742"],["13373.917","15752.169"],["13313.404","15816.139"],["13310.871","15745.727"],["13356.762","15759.898"],["13292.434","15805.371"],["13272.449","15737.930"],["13329.033","15775.218"],["13344.895","15723.163"],["13199.422","15762.947"],["13286.975","15738.082"],["13294.277","15747.255"],["13324.621","15756.353"],["13280.267","15746.357"],["13301.436","15791.726"],["13286.352","15809.554"],["13270.092","15841.186"],["13257.166","15872.104"],["13216.598","15905.822"],["13228.198","15854.933"],["13202.913","15832.850"],["13209.510","15875.229"],["13254.479","15751.721"],["13386.055","15786.864"],["13355.506","15750.442"],["13248.660","15843.979"],["13244.517","15863.485"],["13350.900","15752.093"],["13271.405","15821.300"],["13372.956","15747.568"],["8511.424","19529.751"],["15270.425","16345.300"],["15235.586","16338.493"],["15234.074","16284.772"],["15240.222","16316.849"],["15246.854","16296.515"],["15270.468","16225.587"],["15255.777","16285.560"],["15290.119","16283.545"],["15225.400","16341.466"],["15285.604","16204.447"],["15277.726","16183.836"],["15296.427","16159.906"],["15283.318","16153.927"],["15254.009","16148.031"],["15202.356","16301.898"],["15214.856","16288.504"],["15225.112","16217.712"],["15215.803","16229.933"],["15234.051","16337.602"],["15251.835","16327.461"],["15219.172","16259.960"],["15242.970","16315.306"],["15218.120","16265.839"],["15220.915","16313.093"],["15207.823","16341.598"],["15292.984","16229.435"],["15234.991","16269.815"],["15232.425","16271.120"],["15241.241","16240.005"],["15261.438","16253.399"],["15280.103","16292.480"],["15275.711","16299.829"],["15259.502","16187.139"],["15298.351","16161.111"],["15302.364","16206.462"],["15278.351","16185.768"],["15276.065","16154.241"],["15251.785","16310.111"],["15245.538","16287.894"],["15273.856","16284.811"],["15273.445","16236.107"],["15286.488","16241.293"],["15301.517","16299.119"],["15293.441","16328.929"],["15274.116","16276.031"],["15266.675","16340.065"],["15269.734","16352.385"],["15252.709","16282.477"],["15255.834","16178.568"],["15268.647","16165.422"],["15248.334","16187.618"],["15211.517","16294.697"],["15200.547","16289.098"],["15215.786","16230.495"],["15217.365","16231.568"],["15204.978","16256.046"],["15262.312","16336.231"],["15242.510","16322.986"],["15243.622","16217.957"],["15285.451","16226.189"],["15278.921","16236.362"],["15300.844","16193.263"],["15217.166","16282.425"],["15268.535","16304.705"],["15285.920","16298.000"],["15295.066","16247.810"],["15225.332","16257.097"],["15209.773","16240.697"],["15189.295","16312.878"],["15231.689","16293.889"],["15247.656","16311.168"],["15212.257","16298.297"],["15219.421","16232.576"],["15216.025","16328.964"],["15240.273","16332.977"],["15205.504","16256.062"],["15264.295","16147.027"],["15270.068","16224.170"],["15253.850","16189.702"],["15250.117","16177.432"],["15244.393","16187.638"],["15262.222","16202.601"],["15280.791","16179.694"],["8351.099","13611.125"],["8350.868","13612.777"],["8354.964","13614.494"],["8212.936","13679.104"],["8269.991","13661.675"],["8244.357","13745.023"],["8351.925","13731.910"],["8181.531","13703.177"],["8206.288","13665.498"],["8208.967","13668.335"],["8201.163","13665.865"],["8208.635","13644.223"],["8219.224","13646.573"],["8205.131","13640.576"],["8209.858","13760.604"],["8212.747","13763.603"],["8212.324","13755.744"],["8344.783","13814.383"],["8188.646","13709.190"],["8219.190","13746.702"],["8234.079","13605.242"],["8240.532","13608.392"],["15132.857","18339.169"],["15235.423","18427.873"],["15281.871","18304.855"],["15207.535","18298.583"],["15138.269","18404.008"],["15181.755","18448.715"],["15156.130","18379.153"],["15162.315","18387.575"],["15179.436","18347.724"],["15174.502","18419.070"],["15282.233","18325.830"],["15223.226","18296.782"],["15272.809","18328.456"],["15232.140","18309.862"],["15246.197","18328.555"],["15198.407","18299.210"],["8385.944","16365.351"],["8411.001","16436.115"],["8486.670","16465.736"],["8486.285","16424.109"],["8492.368","16452.430"],["8504.500","16497.516"],["8543.444","16494.603"],["8541.244","16513.972"],["8474.893","16455.066"],["8456.960","16374.833"],["8425.855","16405.719"],["8417.382","16428.188"],["8488.347","16464.596"],["8472.437","16419.137"],["8482.039","16439.614"],["8507.016","16494.361"],["8532.292","16501.160"],["8537.773","16518.465"],["8401.676","16365.540"],["8456.544","16399.149"],["8404.882","16431.161"],["8441.037","16415.664"],["8382.654","16410.086"],["8410.801","16418.552"],["8411.760","16421.245"],["8420.637","16421.309"],["8489.593","16392.475"],["8505.196","16384.643"],["8490.409","16355.152"],["8407.169","16428.199"],["8560.220","16430.220"],["8562.267","16371.899"],["8556.964","16368.604"],["8499.141","16364.418"],["8521.173","16529.721"],["8531.178","16548.949"],["8530.509","16554.958"],["8498.811","16514.533"],["8507.838","16428.784"],["8453.379","16387.381"],["8401.063","16362.139"],["8419.133","16374.724"],["8396.581","16390.945"],["8382.875","16381.838"],["8379.553","16371.718"],["8371.066","16377.895"],["8390.816","16369.083"],["8404.862","16385.648"],["8393.349","16368.720"],["8447.020","16386.565"],["8442.910","16381.102"],["8508.136","16400.337"],["8496.744","16401.683"],["8516.879","16399.035"],["8538.579","16419.609"],["8534.234","16403.315"],["8532.770","16393.106"],["8547.378","16386.289"],["8542.607","16387.665"],["8493.693","16457.495"],["8475.315","16417.965"],["8497.105","16438.722"],["8515.108","16494.493"],["8540.483","16499.244"],["8542.148","16511.974"],["8554.116","16376.870"],["8561.504","16443.309"],["8535.890","16545.298"],["8524.796","16386.491"],["8536.715","16431.782"],["8527.075","16435.039"],["8523.037","16422.190"],["8409.422","16436.358"],["8488.699","16417.761"],["8565.065","16516.678"],["8531.942","16368.713"],["8495.295","16359.449"],["8525.478","16525.152"],["8494.538","16500.834"],["8491.748","16506.439"],["8500.816","16508.000"],["8508.321","16475.576"],["8499.243","16455.422"],["8459.927","16428.186"],["8453.376","16417.311"],["8479.710","16459.241"],["8460.218","16396.048"],["8489.960","16486.973"],["8405.243","16385.365"],["8424.396","16352.626"],["8409.380","16359.315"],["8428.164","16356.497"],["8391.883","16359.517"],["8392.559","16362.890"],["8402.608","16376.664"],["8406.391","16372.056"],["8562.491","16387.952"],["8560.623","16394.458"],["8523.801","16395.274"],["8509.699","16417.808"],["8498.150","16463.159"],["8483.243","16419.583"],["8492.122","16439.862"],["8513.793","16485.080"],["8545.532","16496.453"],["8537.889","16509.150"],["8522.887","16359.344"],["8397.405","16378.831"],["8546.056","16357.206"],["8419.949","16402.055"],["8473.248","16435.757"],["8451.444","16377.215"],["8465.128","16440.369"],["8459.865","16359.921"],["8492.822","16406.817"],["8462.107","16362.483"],["8464.110","16365.167"],["8496.025","16397.129"],["8471.946","16368.566"],["8495.486","16381.351"],["8493.057","16367.401"],["8506.550","16409.431"],["8511.069","16391.185"],["6673.370","19762.056"],["6672.673","19863.111"],["6679.108","19937.113"],["6675.336","19859.954"],["6673.579","19817.450"],["6673.824","19856.983"],["6683.713","19930.589"],["21741.112","10338.534"],["21829.821","10424.397"],["21718.261","10268.304"],["21620.601","10412.788"],["21811.609","10250.365"],["21764.231","10319.254"],["21828.780","10268.763"],["21730.711","10342.095"],["21725.142","10408.752"],["21803.056","10246.781"],["21689.675","10361.236"],["21737.634","10406.081"],["21771.336","10277.949"],["21663.052","10407.652"],["21771.842","10423.982"],["21799.109","10277.120"],["21704.100","10334.613"],["21646.986","10429.370"],["21642.213","10420.038"],["21780.848","10227.403"],["14714.567","14433.159"],["14774.102","14309.417"],["14715.678","14397.666"],["14765.898","14407.592"],["14769.842","14317.856"],["14752.060","14368.054"],["14807.168","14325.547"],["14740.681","14342.035"],["14728.054","14441.697"],["14733.573","14371.439"],["14793.892","14428.500"],["14821.445","14320.064"],["14765.226","14343.670"],["14756.780","14398.409"],["14813.369","14366.587"],["14797.888","14429.177"],["14812.444","14407.922"],["14795.977","14291.531"],["14719.170","14426.238"],["14714.708","14415.419"],["14742.090","14449.230"],["14703.416","14427.791"],["14810.174","14407.130"],["14802.958","14341.534"],["14737.586","14356.212"],["28315.767","9437.942"],["28189.240","9501.284"],["28181.559","9400.557"],["28229.240","9419.187"],["28334.291","9422.833"],["28340.475","9437.251"],["28333.304","9443.114"],["28283.530","9409.503"],["6355.637","16506.657"],["6316.014","16516.687"],["6360.269","16541.679"],["6446.655","16459.648"],["6444.388","16475.420"],["6256.144","16447.568"],["6269.787","16481.385"],["6262.320","16486.587"],["6270.050","16479.369"],["6266.280","16463.000"],["6273.054","16455.785"],["6269.550","16461.384"],["6277.511","16452.878"],["6293.469","16458.693"],["6293.321","16458.429"],["6298.535","16454.961"],["6253.458","16499.856"],["6269.115","16509.151"],["6255.628","16507.384"],["6261.796","16503.701"],["6294.725","16497.920"],["6273.935","16479.605"],["6294.938","16497.958"],["6294.790","16499.147"],["6295.829","16497.456"],["6272.144","16498.084"],["6286.240","16488.819"],["6278.904","16500.908"],["6291.468","16483.418"],["6302.916","16488.899"],["6300.646","16487.611"],["6303.343","16479.040"],["6302.972","16465.335"],["6304.798","16463.948"],["6329.894","16440.716"],["6327.723","16435.035"],["6312.920","16446.480"],["6335.805","16465.597"],["6326.118","16454.631"],["6337.859","16467.307"],["6361.800","16468.800"],["6347.294","16469.378"],["6354.580","16480.097"],["6306.890","16471.875"],["6325.574","16475.789"],["6308.140","16478.663"],["6311.651","16481.236"],["6310.418","16474.415"],["6327.655","16474.151"],["6318.834","16433.171"],["6318.571","16434.294"],["6337.173","16433.633"],["6334.719","16463.397"],["6355.640","16451.952"],["6354.949","16460.292"],["6328.551","16400.726"],["6337.466","16400.098"],["6382.180","16407.097"],["6391.354","16407.225"],["6363.726","16405.082"],["6382.754","16421.927"],["6380.468","16418.591"],["6380.649","16422.010"],["6393.995","16428.295"],["6385.048","16440.698"],["6390.426","16426.907"],["6376.128","16413.752"],["6392.325","16411.237"],["6372.822","16402.852"],["6270.507","16549.191"],["6325.826","16519.677"],["6324.017","16515.399"],["6325.760","16512.096"],["6358.090","16550.026"],["6359.817","16526.443"],["6391.936","16486.359"],["6390.834","16485.765"],["6428.926","16499.855"],["6428.548","16499.789"],["6404.822","16483.691"],["6428.158","16489.551"],["6447.596","16466.509"],["6449.586","16465.485"],["6443.336","16456.501"],["6446.653","16437.399"],["6445.798","16427.424"],["6419.736","16401.483"],["6439.107","16395.858"],["6446.038","16398.532"],["6442.830","16412.322"],["6396.384","16356.273"],["6401.334","16357.577"],["6314.698","16549.188"],["6307.683","16525.931"],["6443.619","16515.503"],["6449.795","16540.288"],["6452.838","16546.382"],["6452.608","16541.328"],["6437.034","16539.336"],["6448.284","16535.042"],["6449.896","16529.938"],["6451.249","16547.289"],["6452.483","16526.545"],["6446.364","16525.934"],["6398.966","16549.691"],["6398.275","16562.276"],["6401.877","16542.706"],["6391.026","16536.692"],["6399.480","16547.542"],["6385.954","16550.528"],["6390.231","16552.130"],["6372.352","16553.005"],["6355.538","16552.723"],["6354.238","16558.107"],["6431.361","16486.990"],["6402.861","16363.146"],["6253.163","16432.093"],["6254.170","16439.376"],["6261.917","16453.563"],["6258.208","16488.652"],["6267.020","16464.734"],["6282.132","16459.105"],["6292.416","16459.585"],["6284.390","16465.332"],["6255.776","16502.496"],["6275.977","16492.452"],["6285.977","16505.417"],["6289.807","16470.536"],["6285.530","16488.141"],["6300.202","16490.452"],["6301.222","16475.158"],["6319.812","16439.857"],["6323.315","16442.615"],["6340.230","16463.847"],["6338.057","16466.977"],["6350.847","16470.534"],["6352.557","16476.397"],["6337.998","16482.331"],["6313.321","16465.566"],["6320.015","16477.837"],["6314.102","16462.970"],["6311.109","16472.450"],["6324.771","16440.322"],["6323.110","16431.024"],["6341.742","16443.116"],["6337.860","16462.026"],["6374.482","16402.951"],["6371.818","16406.965"],["6368.971","16418.574"],["6384.991","16415.271"],["6385.607","16432.935"],["6384.702","16427.931"],["6369.615","16406.650"],["6360.404","16404.107"],["6260.080","16547.167"],["6258.310","16553.063"],["6267.230","16548.988"],["6315.431","16527.538"],["6347.813","16538.092"],["6392.545","16509.153"],["6404.148","16477.102"],["6423.744","16494.874"],["6417.112","16416.095"],["6421.372","16408.729"],["6416.512","16403.481"],["6443.225","16410.125"],["6427.153","16440.805"],["6395.594","16358.172"],["6305.595","16521.852"],["6299.443","16526.195"],["6307.996","16524.973"],["6445.157","16555.663"],["6442.361","16557.051"],["6450.587","16526.685"],["6443.597","16538.592"],["6449.900","16540.187"],["6446.693","16522.763"],["6396.417","16548.337"],["6404.114","16556.331"],["6394.711","16548.236"],["6398.313","16542.505"],["6393.372","16557.035"],["6375.428","16557.646"],["6358.992","16554.523"],["6370.603","16563.788"],["6348.466","16560.716"],["6407.640","16477.426"],["6456.929","16563.657"],["16400.608","18418.397"],["16391.745","18296.238"],["16396.268","18375.842"],["16420.088","18320.356"],["16361.108","18405.344"],["16444.463","18350.001"],["16471.376","18260.056"],["16363.453","18449.941"],["16361.465","18346.808"],["16411.580","18395.925"],["16417.238","18307.816"],["16408.143","18316.536"],["16400.167","18284.210"],["16482.700","18255.292"],["16467.950","18335.649"],["16381.009","18375.385"],["16427.243","18314.477"],["16454.957","18466.401"],["16389.644","18356.029"],["16448.378","18407.920"],["16469.773","18283.510"],["16391.729","18374.009"],["16387.304","18380.070"],["16406.157","18394.345"],["16400.023","18437.829"],["16417.556","18304.997"],["16461.163","18345.539"],["16458.355","18403.187"],["16401.138","18283.527"],["16511.080","18293.648"],["16489.978","18288.495"],["16377.812","18398.050"],["8225.590","14366.938"],["8160.512","14406.931"],["8163.512","14431.318"],["8289.869","14402.762"],["8311.386","14417.351"],["8335.637","14344.116"],["8287.859","14348.364"],["8333.197","14296.850"],["8307.978","14319.931"],["8224.627","14375.691"],["8315.712","14418.458"],["8274.222","14318.858"],["8343.811","14336.883"],["8310.720","14364.632"],["8331.322","14305.867"],["8329.212","14313.341"],["8172.362","14413.409"],["8181.722","14399.245"],["8190.292","14280.769"],["8166.762","14303.942"],["8148.252","14303.870"],["8161.644","14335.878"],["8177.970","14351.631"],["8184.676","14350.219"],["8247.145","14253.972"],["8232.259","14372.752"],["8160.578","14411.092"],["8331.279","14340.070"],["8291.658","14350.842"],["8327.177","14297.081"],["8333.077","14313.292"],["8172.821","14395.515"],["8229.446","14371.975"],["8160.216","14407.806"],["8288.175","14396.982"],["8321.287","14418.012"],["8279.370","14327.776"],["8295.893","14296.354"],["8342.627","14350.342"],["8307.299","14367.373"],["8325.730","14291.614"],["8333.208","14314.184"],["8168.653","14366.050"],["8178.666","14404.346"],["20589.769","7474.112"],["20698.220","7539.569"],["20615.906","7518.641"],["20644.360","7559.219"],["20728.326","7606.711"],["20644.244","7500.061"],["20672.934","7646.459"],["20682.841","7545.002"],["20618.652","7556.593"],["20644.491","7552.431"],["20621.942","7525.875"],["20651.333","7536.032"],["20679.442","7545.247"],["20663.471","7610.813"],["20687.743","7526.191"],["20719.381","7621.736"],["20738.279","7643.354"],["20435.806","7152.627"],["20451.201","7134.262"],["20464.671","7141.166"],["20434.638","7144.287"],["20489.342","7118.111"],["20460.789","7065.922"],["20444.079","7138.375"],["20472.681","7104.766"],["17358.872","18780.840"],["17238.370","18846.400"],["17278.312","18799.687"],["17371.866","18753.359"],["17302.226","18776.318"],["17366.224","18702.657"],["17321.191","18760.906"],["17290.581","18792.387"],["17362.129","18691.807"],["17339.776","18810.535"],["17289.891","18783.403"],["17301.635","18832.219"],["17207.910","18760.919"],["17304.068","18780.909"],["17397.787","18729.247"],["17288.313","18806.158"],["17323.757","18854.630"],["17278.887","18771.694"],["5396.344","15277.189"],["5319.961","15246.467"],["5380.270","15186.624"],["5388.299","15191.485"],["5390.816","15193.632"],["5216.593","15163.267"],["5366.410","15160.496"],["5375.111","15135.426"],["5321.377","15120.661"],["5330.061","15121.438"],["5340.367","15105.052"],["5327.752","15087.398"],["5399.244","15233.758"],["5366.852","15210.165"],["5331.129","15182.948"],["5338.519","15230.811"],["5346.940","15226.616"],["5337.943","15242.623"],["5397.126","15242.613"],["5373.870","15278.319"],["5326.963","15280.690"],["5335.417","15283.646"],["5348.667","15281.568"],["5345.937","15280.775"],["5200.755","15096.542"],["5206.402","15087.877"],["5207.699","15085.617"],["5224.511","15112.308"],["5238.014","15126.181"],["5318.306","15234.184"],["5299.519","15204.665"],["5272.456","15231.617"],["5276.897","15227.785"],["5207.019","15236.954"],["5259.714","15244.672"],["5248.907","15276.424"],["5237.361","15269.702"],["5222.180","15242.964"],["5259.072","15276.259"],["5234.730","15280.074"],["5405.274","15249.241"],["5353.293","15144.409"],["5391.882","15221.822"],["5360.620","15275.620"],["5357.248","15275.884"],["5333.876","15231.339"],["5341.376","15237.713"],["5330.575","15275.598"],["5360.724","15288.521"],["5404.128","15262.950"],["5306.069","15243.201"],["5337.481","15203.022"],["5320.557","15223.980"],["5221.104","15112.951"],["5226.579","15108.278"],["5347.258","15085.683"],["5381.173","15117.322"],["5404.413","15095.191"],["5389.347","15104.011"],["5368.694","15123.618"],["5354.105","15123.536"],["5346.983","15141.570"],["5400.714","15180.662"],["5395.072","15173.065"],["5379.250","15182.809"],["5392.214","15193.863"],["5398.497","15199.346"],["5389.237","15203.360"],["5400.015","15105.922"],["5406.166","15123.775"],["5204.837","15131.791"],["5204.278","15140.263"],["5212.502","15110.387"],["5280.247","15226.075"],["5289.342","15204.242"],["5259.808","15238.619"],["5209.388","15235.005"],["5224.832","15236.657"],["5222.623","15238.685"],["5246.473","15276.308"],["5233.957","15248.298"],["5255.651","15243.657"],["5243.513","15250.231"],["5220.338","15241.874"],["5404.929","15253.039"],["5218.172","15159.601"],["5287.664","15204.622"],["5291.698","15210.921"],["5314.178","15235.192"],["5199.339","15221.562"],["5219.680","15276.506"],["5248.003","15243.063"],["5234.667","15275.462"],["5408.350","15258.324"],["5405.530","15178.959"],["5374.187","15126.632"],["5331.814","15090.159"],["5199.676","15097.798"],["5222.942","15165.365"],["5296.924","15235.126"],["5283.810","15200.820"],["5262.308","15236.572"],["5220.344","15236.011"],["5238.105","15234.295"],["5258.726","15245.111"],["5259.022","15262.683"],["19704.787","15706.506"],["19585.136","15541.232"],["19625.885","15542.541"],["19585.959","15582.940"],["19715.297","15718.018"],["19653.905","15687.365"],["22172.443","8723.940"],["22246.986","8655.202"],["22191.182","8733.129"],["10964.556","14390.995"],["11004.475","14390.741"],["11001.196","14381.557"],["11059.951","14433.116"],["11052.137","14422.432"],["11061.674","14410.912"],["11090.652","14311.840"],["10964.900","14371.704"],["24287.743","17090.196"],["24307.264","17071.550"],["24281.904","17092.161"],["24299.865","17100.655"],["32007.173","11501.961"],["31953.742","11545.375"],["31936.881","11605.329"],["32126.470","11575.851"],["32060.082","11654.945"],["32093.006","11513.143"],["32072.387","11571.209"],["31945.047","11662.691"],["31986.840","11651.362"],["32079.722","11501.085"],["32094.270","11671.439"],["32140.746","11659.617"],["31948.407","11595.216"],["31958.479","11556.391"],["32121.509","11545.744"],["32006.614","11507.873"],["32062.428","11680.225"],["32090.417","11668.452"],["32079.492","11598.905"],["32029.737","11634.400"],["31976.044","11556.044"],["31992.218","11660.858"],["10660.104","16860.594"],["10667.770","16885.618"],["10587.952","16962.426"],["10667.538","16862.063"],["10668.362","16886.212"],["10590.123","16967.133"],["10635.795","16985.287"],["10594.819","16790.717"],["10496.390","16867.631"],["10507.760","16870.842"],["10514.042","16906.609"],["10576.849","16855.821"],["10539.876","16789.383"],["10482.448","16783.071"],["10471.931","16978.532"],["10501.643","16973.002"],["10533.507","16928.631"],["10594.052","16950.605"],["10584.222","16951.032"],["10508.077","16904.828"],["10514.174","16871.439"],["10475.874","16846.665"],["10493.386","16808.045"],["10498.468","16940.785"],["10509.824","16942.730"],["10528.030","16931.225"],["10515.785","16868.057"],["10551.431","16887.087"],["10529.116","16960.278"],["10539.363","16973.853"],["10523.905","16981.457"],["10508.774","16985.884"],["10659.616","16852.183"],["10662.850","16857.191"],["10666.093","16899.589"],["10597.936","16970.948"],["10647.275","16986.030"],["10600.397","16799.465"],["10559.555","16859.895"],["10546.819","16850.396"],["10546.286","16844.121"],["10558.852","16837.515"],["10571.559","16836.950"],["10571.825","16855.880"],["10574.723","16837.939"],["10562.012","16837.937"],["10545.456","16840.902"],["10518.166","16811.481"],["10504.302","16810.776"],["10527.574","16777.064"],["10515.449","16788.654"],["10557.428","16818.984"],["10567.989","16830.867"],["10542.526","16831.929"],["10553.411","16830.141"],["10564.356","16828.580"],["10564.321","16836.260"],["10546.533","16884.642"],["10531.764","16961.863"],["10513.922","16971.036"],["10662.966","16860.594"],["10670.994","16885.915"],["10588.462","16960.494"],["9802.859","9619.639"],["9696.455","9592.517"],["9745.139","9591.460"],["5878.567","14181.292"],["5870.178","14232.885"],["5885.507","14103.604"],["5868.684","14112.057"],["5861.184","14067.251"],["5977.434","14105.121"],["5959.934","14156.450"],["5850.263","14167.945"],["5934.523","14072.255"],["5943.486","14166.128"],["5960.016","14216.582"],["6039.816","14213.555"],["6030.746","14163.318"],["6021.021","14099.753"],["6016.775","14085.334"],["6013.902","14062.209"],["6036.800","14070.268"],["6025.782","14110.460"],["6036.375","14142.612"],["6002.740","14202.093"],["6008.101","14174.732"],["5999.075","14168.436"],["5866.297","14203.604"],["5842.119","14093.942"],["5864.965","14189.120"],["5877.859","14154.520"],["5894.356","14140.549"],["5893.254","14135.875"],["5899.736","14159.786"],["5915.986","14060.083"],["5849.457","14183.684"],["5911.694","14102.379"],["5872.976","14093.312"],["5879.095","14218.333"],["5985.180","14103.882"],["5863.881","14123.453"],["5890.171","14221.661"],["5985.336","14235.369"],["6037.119","14217.222"],["6035.088","14171.295"],["6019.804","14096.368"],["6020.854","14081.849"],["6011.895","14057.964"],["6021.703","14028.306"],["6040.106","14065.742"],["6040.290","14086.794"],["6022.542","14118.255"],["6032.658","14149.086"],["5997.411","14191.738"],["6007.674","14177.655"],["6000.523","14158.774"],["5841.710","14118.283"],["5939.621","14201.487"],["5934.753","14110.438"],["5981.997","14230.960"],["6034.076","14206.288"],["6029.907","14172.038"],["6020.100","14102.164"],["6014.933","14083.418"],["6004.658","14053.406"],["6020.305","14027.530"],["6019.014","14114.984"],["6029.188","14148.128"],["6000.272","14202.836"],["5999.088","14174.943"],["5993.927","14162.821"],["5839.027","14092.291"],["5878.797","14148.393"],["5965.526","14176.533"],["5950.921","14176.136"],["5966.036","14161.553"],["6037.168","14202.110"],["6027.868","14165.630"],["6020.363","14102.032"],["6014.834","14082.708"],["5998.631","14045.826"],["6023.808","14029.363"],["6039.319","14079.445"],["6027.308","14126.080"],["6029.188","14143.867"],["5987.957","14155.356"],["23067.814","16358.065"],["22904.787","16466.263"],["23066.744","16363.151"],["22949.014","16494.554"],["23001.669","16428.785"],["23060.478","16468.359"],["22966.117","16363.341"],["22931.744","16462.002"],["23037.146","16446.804"],["22998.923","16430.189"],["22976.568","16428.770"],["22992.522","16377.176"],["22912.485","16439.459"],["22894.590","16445.751"],["22905.675","16479.178"],["23088.986","16462.628"],["22945.922","16451.796"],["14414.070","9590.827"],["14456.454","9747.898"],["14448.427","9730.590"],["14447.644","9643.489"],["14439.650","9637.693"],["14450.209","9651.499"],["14453.216","9679.833"],["14444.450","9656.316"],["14442.030","9721.322"],["14449.480","9725.616"],["14388.611","9723.441"],["14387.131","9748.428"],["14367.213","9757.578"],["14424.732","9644.381"],["14442.180","9659.404"],["14365.601","9753.400"],["14455.418","9707.948"],["14425.654","9637.395"],["14434.535","9643.655"],["14425.867","9662.779"],["14446.670","9670.915"],["14454.104","9646.588"],["14454.283","9718.944"],["14449.497","9726.574"],["14444.102","9697.738"],["14381.835","9714.473"],["14383.331","9762.070"],["14391.835","9754.506"],["14374.250","9593.941"],["14439.826","9756.982"],["14451.799","9767.007"],["14440.434","9709.434"],["14432.346","9595.082"],["14422.757","9595.346"],["14427.923","9628.675"],["14431.904","9641.359"],["14434.963","9645.504"],["14454.894","9686.720"],["14457.147","9673.277"],["14457.739","9674.218"],["14394.943","9739.510"],["14375.371","9768.148"],["14376.555","9740.716"],["14385.336","9588.135"],["14453.312","9726.792"],["14444.513","9729.930"],["14432.494","9595.759"],["14431.229","9621.161"],["14437.759","9644.877"],["14426.887","9661.640"],["14443.792","9683.021"],["14459.187","9681.617"],["14458.578","9667.579"],["14453.888","9697.573"],["14396.325","9731.236"],["14390.338","9758.024"],["14369.351","9766.166"],["14430.366","9592.599"],["14377.227","9594.437"],["14445.911","9724.199"],["14453.004","9591.366"],["14437.693","9626.066"],["14456.917","9664.854"],["14454.563","9718.217"],["14385.897","9712.244"],["14385.897","9757.033"],["21521.186","10535.644"],["21551.698","10523.420"],["21418.260","10540.132"],["21437.063","10637.382"],["21447.569","10600.707"],["21550.059","10637.215"],["21617.174","10459.015"],["21520.216","10522.151"],["21527.356","10550.653"],["21452.150","10543.170"],["21563.573","10534.650"],["21458.214","10552.629"],["21430.250","10502.312"],["21451.879","10564.973"],["21597.167","10485.191"],["21545.662","10519.803"],["21547.561","10500.993"],["21590.630","10445.956"],["21490.019","10566.672"],["21574.823","10517.359"],["21442.092","10543.385"],["21454.201","10615.731"],["21572.011","10531.099"],["21517.716","10528.608"],["21467.607","10499.774"],["21559.028","10502.314"],["21535.333","10527.549"],["13322.862","14916.003"],["13302.849","14885.372"],["13325.724","14901.486"],["13319.082","14894.422"],["13310.477","14905.764"],["13203.491","14951.757"],["13292.444","14924.563"],["13295.533","14920.847"],["13270.763","14898.876"],["13233.898","14907.209"],["13231.036","14908.774"],["13235.998","14877.137"],["13231.082","14878.241"],["13237.402","14881.376"],["13246.346","14939.268"],["13239.533","14940.159"],["13304.013","14925.864"],["13306.056","14887.618"],["13300.373","14905.396"],["13244.693","14933.237"],["13211.743","14951.090"],["13303.770","14911.164"],["13258.711","14904.273"],["13239.909","14900.919"],["13240.848","14878.699"],["13238.802","14877.305"],["13231.735","14885.126"],["13238.294","14950.286"],["13251.390","14901.649"],["13250.783","14898.099"],["13210.755","14954.703"],["13311.793","14929.745"],["13324.066","14893.118"],["13207.849","14949.438"],["13303.372","14907.355"],["13236.621","14903.830"],["13292.866","14921.782"],["13257.541","14906.813"],["13266.240","14899.921"],["8964.686","18903.653"],["8956.068","18939.046"],["8937.189","18970.593"],["8903.258","18889.477"],["8976.090","19007.987"],["8934.219","19036.024"],["8916.028","19035.843"],["8978.462","19084.811"],["8928.298","19032.953"],["8891.152","19077.945"],["8857.204","19088.994"],["8788.831","19069.704"],["8844.012","19073.651"],["8811.315","19043.131"],["8837.713","19046.335"],["8855.618","18894.049"],["8977.603","19012.232"],["8967.031","19039.839"],["8849.588","18951.311"],["8798.090","18909.121"],["8786.288","18911.688"],["8782.531","18894.802"],["8790.819","18896.905"],["8864.055","18904.704"],["8861.926","18899.760"],["8869.161","18893.084"],["8857.924","18977.514"],["8824.192","18966.645"],["8856.342","18960.200"],["8881.035","18961.369"],["8892.359","18963.809"],["8895.438","18958.322"],["8887.624","18972.228"],["8861.886","18985.790"],["8901.140","18986.673"],["8900.308","18993.062"],["8900.268","19008.708"],["8904.658","19004.243"],["8885.984","18995.677"],["8869.926","19000.220"],["8848.525","19000.503"],["8883.800","18986.678"],["8849.826","19010.408"],["8861.978","19017.791"],["8845.384","19032.827"],["8837.015","19027.659"],["8827.700","19005.418"],["8822.104","19012.000"],["8813.805","19038.632"],["8796.970","19030.416"],["8803.766","19046.479"],["8810.830","19063.826"],["8808.188","19066.542"],["8810.084","19059.970"],["8812.048","19052.518"],["8793.356","19061.900"],["8780.917","19069.387"],["8804.473","19069.678"],["8944.548","19029.864"],["8883.537","19077.533"],["8817.795","19069.572"],["8976.238","19048.037"],["8963.331","19042.713"],["8939.383","19042.531"],["8818.338","19083.956"],["8800.920","19054.361"],["10126.970","17228.464"],["10103.384","17219.283"],["10135.798","17274.215"],["10224.118","17290.858"],["10124.454","17227.028"],["10109.305","17212.429"],["10093.548","17246.781"],["10133.742","17287.608"],["10228.312","17295.565"],["10055.573","17379.437"],["10043.043","17387.494"],["10059.465","17382.666"],["10087.310","17364.466"],["10155.447","17310.304"],["10200.114","17325.358"],["10190.445","17326.596"],["10184.710","17334.098"],["10216.577","17377.237"],["10213.545","17372.535"],["10208.653","17386.707"],["10240.474","17267.760"],["10244.635","17250.695"],["10196.557","17269.947"],["10243.375","17370.896"],["10102.590","17223.106"],["10110.344","17270.269"],["10051.693","17280.789"],["10082.071","17198.642"],["10093.354","17273.027"],["10121.298","17296.000"],["10104.489","17200.839"],["10078.765","17224.720"],["10118.700","17254.282"],["10071.973","17210.764"],["10081.726","17290.583"],["10131.197","17238.175"],["10107.479","17214.130"],["10100.883","17253.106"],["10142.147","17285.874"],["10222.555","17287.076"],["10107.071","17200.327"],["10043.519","17292.399"],["10046.295","17203.895"],["10132.974","17240.289"],["10113.022","17218.110"],["10141.555","17278.211"],["10232.572","17282.865"],["10070.445","17259.840"],["10064.719","17219.451"],["10076.446","17239.699"],["10078.749","17207.461"],["10053.005","17223.400"],["10040.972","17330.498"],["10225.809","17402.143"],["10123.819","17257.672"],["10078.124","17206.140"],["10077.301","17294.530"],["10121.200","17256.017"],["10041.285","17318.756"],["23087.876","17242.059"],["23072.675","17259.825"],["23048.139","17249.462"],["23004.163","17249.048"],["22965.694","17268.584"],["22974.608","17320.926"],["23062.712","17345.888"],["23060.486","17325.324"],["23092.109","17304.974"],["23080.580","17365.141"],["23032.559","17371.017"],["23009.672","17363.864"],["22981.496","17364.419"],["22939.239","17355.828"],["22920.325","17354.142"],["22983.353","17403.857"],["22980.537","17406.410"],["22943.551","17218.373"],["22961.469","17220.923"],["22967.234","17205.161"],["23081.445","17237.170"],["23080.541","17238.475"],["23067.477","17241.493"],["23047.876","17263.880"],["23040.360","17253.822"],["23007.370","17254.432"],["23003.834","17250.188"],["22974.493","17266.057"],["22973.901","17273.572"],["22999.419","17301.578"],["23000.406","17298.803"],["22982.848","17319.373"],["22975.825","17295.938"],["23065.146","17352.725"],["23052.564","17351.173"],["23064.730","17330.476"],["23056.243","17322.400"],["23092.718","17357.808"],["23083.464","17377.359"],["23089.435","17373.891"],["23049.516","17376.467"],["23037.789","17374.188"],["22986.531","17347.250"],["23005.363","17366.589"],["22973.798","17376.111"],["22970.246","17375.814"],["22937.085","17362.517"],["22945.539","17367.818"],["22909.101","17346.196"],["22915.235","17352.752"],["22923.960","17346.396"],["22921.197","17354.059"],["22981.248","17407.078"],["22991.046","17402.199"],["22892.119","17260.044"],["22889.786","17279.494"],["22894.836","17276.472"],["22949.504","17201.971"],["22939.488","17215.318"],["22936.906","17209.191"],["22962.604","17228.107"],["22962.768","17235.390"],["16618.873","15657.167"],["16584.617","15671.249"],["16587.594","15660.580"],["16570.818","15643.586"],["16605.066","15669.270"],["16593.421","15669.700"],["16621.175","15668.347"],["16578.435","15604.243"],["16600.345","15669.056"],["16602.460","15583.071"],["6620.917","15072.426"],["6660.907","14958.257"],["6664.822","14990.803"],["6588.214","14980.357"],["6599.158","14953.412"],["6540.941","14937.120"],["6537.036","14910.838"],["6623.606","14929.539"],["6657.855","14885.586"],["6611.229","15083.854"],["6671.338","14932.632"],["6657.190","14951.172"],["6663.111","14998.632"],["6668.135","14977.995"],["6588.017","14975.452"],["6593.319","14949.548"],["6545.875","14934.114"],["6537.957","14913.051"],["6625.925","14918.837"],["6654.286","14877.774"],["6575.649","14885.872"],["6611.305","14876.357"],["6541.958","15000.398"],["6513.293","15034.595"],["6522.191","15020.409"],["6502.430","14996.210"],["6544.337","14953.798"],["6541.212","14962.485"],["6549.838","14956.325"],["6548.802","14968.364"],["6527.223","14954.525"],["6516.850","14916.127"],["6514.011","14935.347"],["6506.889","14961.804"],["6522.728","14989.368"],["6503.274","15054.094"],["6521.432","15012.360"],["6535.356","15039.991"],["6476.087","15015.066"],["6492.863","15007.800"],["6488.807","14951.426"],["6521.587","14948.784"],["6521.422","14960.923"],["6529.088","15018.839"],["6502.821","15040.656"],["6494.384","15019.302"],["6589.621","14922.603"],["6580.598","14991.255"],["6572.589","15019.270"],["6661.529","15070.513"],["6659.855","14951.006"],["6660.628","15003.173"],["6581.767","14972.116"],["6590.292","14941.125"],["6544.987","14937.599"],["6535.457","14906.692"],["6628.655","14925.543"],["6657.280","14886.048"],["6613.412","14918.110"],["6495.842","15039.500"],["6506.574","14957.498"],["6494.981","14975.363"],["6501.613","15005.077"],["6494.120","14968.933"],["6496.209","15016.709"],["6576.315","14934.890"],["6570.180","14937.367"],["6572.677","15016.377"],["6665.690","15080.373"],["6666.700","14923.086"],["6665.562","14953.401"],["6672.355","14999.672"],["6667.921","14971.818"],["6583.807","14978.293"],["6604.931","14943.420"],["6544.115","14927.409"],["6546.740","14906.725"],["6620.613","14930.778"],["6647.444","14875.049"],["6560.443","14987.710"],["6599.693","14927.043"],["6656.858","15067.028"],["6614.728","14902.867"],["6640.039","14886.415"],["11628.392","18881.672"],["11560.448","18855.247"],["5041.031","18037.548"],["5055.419","17996.675"],["5037.809","17996.588"],["5037.714","18026.828"],["5043.139","18017.160"],["5064.617","17916.487"],["5066.539","17956.725"],["5049.977","17965.582"],["5078.804","17938.120"],["5047.139","17926.138"],["5046.456","17920.446"],["5035.273","17917.487"],["4995.342","17920.638"],["5021.713","17876.033"],["5037.174","17983.398"],["5041.358","17982.683"],["5046.244","17988.912"],["5015.574","18030.049"],["5012.202","18024.879"],["5001.263","18004.462"],["5006.131","17996.138"],["4991.098","17964.462"],["4989.786","17937.706"],["5000.296","17942.049"],["4989.769","17933.081"],["5005.305","17888.833"],["4992.164","17870.534"],["5016.341","17873.655"],["4999.565","17881.615"],["5010.332","17883.119"],["5031.977","17892.235"],["5034.016","17904.390"],["5020.579","17879.072"],["5047.355","17915.918"],["5043.934","17908.090"],["5015.083","17924.986"],["5010.445","17939.238"],["5003.060","17930.336"],["5008.241","17913.342"],["4999.195","17904.193"],["5030.362","17898.181"],["5037.018","18040.950"],["5028.679","18038.109"],["5028.282","18016.037"],["5035.444","18023.690"],["5047.138","18010.896"],["5065.355","17956.676"],["5045.486","17958.792"],["5047.971","17955.078"],["5051.087","17930.763"],["5053.298","17922.824"],["5050.368","17914.065"],["5005.879","17945.279"],["5007.967","17943.533"],["4994.964","17914.742"],["5045.355","17991.172"],["5045.339","17982.025"],["5014.028","18028.414"],["4997.054","18033.930"],["5001.314","18028.397"],["5010.128","17996.733"],["4999.404","17973.793"],["5013.697","17976.815"],["4992.598","17956.203"],["5014.401","17879.452"],["5016.187","17897.124"],["5019.871","17891.789"],["5022.898","17885.084"],["5014.723","17880.641"],["5029.954","17898.065"],["5022.602","17877.256"],["4998.619","17921.765"],["5030.362","17920.758"],["5009.458","17926.076"],["5024.425","17914.333"],["5011.908","17932.335"],["5012.237","17932.830"],["5057.849","17993.738"],["5046.722","18038.654"],["16425.351","14045.357"],["16504.934","14121.773"],["16485.806","14124.927"],["16421.443","14101.953"],["16399.190","14136.486"],["16391.343","14206.914"],["16566.712","14212.596"],["16542.193","14207.653"],["16498.300","14180.360"],["16512.058","14139.404"],["16366.815","14143.436"],["16429.246","14219.594"],["16480.633","14214.948"],["16398.558","14055.332"],["16383.048","14039.064"],["16486.595","14091.434"],["16481.645","14127.537"],["16452.578","14084.728"],["16406.262","14107.998"],["16487.765","14204.479"],["16391.759","14214.305"],["16486.965","14060.342"],["16518.553","14087.752"],["16444.223","14088.047"],["16500.972","14226.395"],["16505.330","14231.151"],["16361.386","14158.424"],["16560.565","14190.213"],["16528.210","14183.543"],["16506.968","14175.852"],["16449.271","14151.270"],["16513.242","14145.382"],["16454.005","14235.163"],["16428.250","14137.642"],["16479.878","14192.141"],["16555.598","14174.771"],["16540.776","14171.817"],["16513.333","14173.226"],["16503.242","14146.901"],["16379.085","14164.179"],["16362.455","14195.550"],["16383.037","14211.736"],["16409.674","14213.021"],["16481.521","14238.152"],["16553.213","14204.482"],["16524.559","14173.039"],["16449.682","14158.884"],["16501.301","14137.983"],["16359.889","14157.152"],["16374.303","14232.628"],["16470.781","14218.185"],["14239.288","17886.742"],["14236.015","17938.154"],["14223.713","17890.425"],["14247.167","17879.409"],["14242.200","17878.319"],["14245.917","17945.867"],["14241.854","17942.613"],["14226.706","17892.291"],["14218.186","17888.889"],["14234.009","17919.723"],["14222.545","17877.824"],["14248.844","17889.236"],["14235.785","17884.364"],["14249.009","17886.214"],["14223.334","17884.513"],["14241.344","17896.833"],["14246.081","17956.420"],["14228.614","17920.631"],["14238.729","17924.876"],["10898.636","8953.826"],["10891.996","9038.942"],["10900.152","9036.018"],["10888.055","8954.593"],["10903.261","9012.814"],["10888.313","8960.945"],["10896.707","9084.871"],["10896.913","9026.730"],["10900.481","9015.804"],["10893.067","9071.383"],["30927.235","9355.594"],["31030.323","9328.138"],["30980.553","9354.855"],["31031.984","9184.319"],["30990.981","9362.892"],["31034.303","9169.703"],["30886.869","9315.678"],["30885.409","9342.761"],["31054.994","9315.206"],["31036.227","9174.988"],["30922.564","9332.456"],["31012.025","9368.667"],["31039.359","9312.109"],["30998.760","9350.330"],["30896.394","9373.486"],["31039.303","9191.834"],["20815.802","7544.754"],["20950.068","7562.297"],["20872.159","7584.234"],["20982.584","7507.087"],["20959.191","7498.197"],["20812.611","7542.739"],["20827.833","7581.542"],["20850.925","7592.475"],["20880.366","7588.099"],["20803.022","7543.565"],["12782.586","17255.470"],["12805.477","17229.834"],["12816.904","17215.767"],["12828.042","17246.710"],["12795.545","17266.699"],["12809.607","17404.697"],["12825.551","17268.339"],["12777.774","17360.131"],["12823.142","17294.465"],["12825.567","17315.794"],["12807.830","17406.222"],["12806.119","17297.806"],["12843.808","17354.160"],["12846.910","17334.379"],["12857.990","17309.750"],["12785.165","17292.351"],["12851.369","17308.147"],["12872.540","17319.598"],["12874.460","17278.924"],["12890.170","17248.882"],["12905.276","17251.983"],["12907.869","17230.923"],["12920.392","17233.545"],["12929.663","17233.037"],["12934.906","17246.099"],["12952.148","17252.269"],["12961.046","17221.773"],["12980.841","17213.641"],["12877.805","17232.257"],["12845.232","17234.394"],["12812.603","17345.179"],["12788.492","17370.054"],["12839.310","17259.009"],["12845.932","17255.937"],["12840.312","17301.550"],["12844.639","17279.517"],["12870.862","17198.255"],["12978.454","17378.483"],["12966.333","17345.111"],["12863.254","17385.694"],["12894.011","17380.145"],["12779.625","17244.058"],["12808.273","17233.715"],["12826.312","17217.848"],["12825.148","17239.691"],["12838.821","17245.141"],["12814.991","17269.677"],["12815.380","17383.596"],["12812.738","17318.057"],["12800.675","17298.302"],["12835.825","17336.609"],["12862.410","17355.333"],["12859.898","17294.738"],["12861.011","17315.602"],["12863.078","17283.730"],["12894.026","17253.618"],["12907.819","17226.678"],["12926.017","17230.407"],["12928.561","17244.284"],["12929.873","17258.040"],["12952.329","17248.833"],["12948.217","17219.313"],["12979.904","17225.202"],["12882.411","17233.612"],["12790.018","17259.399"],["12840.413","17223.114"],["12810.564","17345.608"],["12786.954","17348.441"],["12867.281","17262.956"],["12839.078","17293.524"],["12843.208","17286.767"],["12931.759","17370.243"],["12980.936","17378.484"],["12965.313","17320.101"],["12964.047","17322.651"],["12880.984","17402.424"],["12954.769","17380.730"],["12987.912","17312.923"],["12902.448","17377.254"],["12975.805","17399.029"],["12944.193","17351.944"],["12854.192","17395.173"],["12927.876","17380.111"],["12780.512","17202.944"],["12809.596","17207.704"],["12793.461","17211.618"],["12818.916","17203.167"],["12968.655","17200.711"],["12947.212","17204.266"],["12949.860","17214.671"],["12931.167","17220.800"],["12932.367","17215.185"],["12798.520","17233.649"],["12814.026","17209.442"],["12821.381","17245.421"],["12798.899","17397.976"],["12813.248","17319.213"],["12850.159","17247.019"],["12797.961","17296.898"],["12838.752","17331.258"],["12861.867","17361.608"],["12838.017","17343.113"],["12821.778","17400.838"],["12857.974","17308.396"],["12840.349","17312.144"],["12860.715","17308.484"],["12870.348","17280.873"],["12894.157","17247.870"],["12913.148","17236.075"],["12920.096","17227.665"],["12932.475","17236.637"],["12942.801","17259.262"],["12956.638","17247.149"],["12957.987","17217.182"],["12974.213","17222.229"],["12875.651","17230.077"],["12788.374","17262.586"],["12839.590","17223.576"],["12815.498","17320.290"],["12781.935","17371.493"],["12836.710","17300.856"],["12861.070","17282.275"],["12880.237","17198.453"],["12938.420","17397.096"],["12970.182","17316.045"],["12835.622","17402.391"],["12782.864","17212.589"],["12800.928","17202.105"],["12791.931","17202.700"],["12975.842","17205.815"],["12946.883","17215.497"],["12941.578","17204.978"],["12923.683","17206.415"],["12809.342","17232.741"],["12810.227","17213.422"],["12815.526","17251.763"],["12823.067","17280.271"],["12807.271","17408.033"],["12851.771","17250.206"],["12846.058","17240.451"],["12832.195","17270.486"],["12809.925","17306.463"],["12796.053","17305.221"],["12814.705","17292.616"],["12826.581","17330.861"],["12850.535","17368.413"],["12831.432","17385.413"],["12784.984","17289.560"],["12861.915","17320.210"],["12873.029","17281.286"],["12903.417","17263.880"],["12894.322","17259.117"],["12910.648","17228.131"],["12924.817","17231.265"],["12925.929","17231.616"],["12931.765","17252.425"],["12961.260","17243.796"],["12957.822","17227.058"],["12975.924","17219.025"],["12886.884","17238.368"],["12797.798","17265.923"],["12841.696","17221.000"],["12818.475","17333.932"],["12802.217","17341.488"],["12825.114","17282.194"],["12858.816","17280.260"],["12915.162","17381.565"],["12826.960","17286.699"],["12800.676","17312.241"],["12921.578","17369.417"],["12978.586","17352.808"],["12835.244","17380.656"],["12910.425","17396.329"],["12940.098","17355.957"],["12850.803","17358.476"],["5736.311","11416.218"],["5698.152","11392.491"],["5699.369","11371.946"],["5673.037","11298.919"],["5749.617","11404.988"],["22291.247","10371.467"],["22264.098","10334.520"],["22258.056","10377.561"],["22415.283","10370.898"],["22453.194","10396.645"],["22257.179","10238.438"],["22310.902","10419.708"],["22419.559","10375.043"],["22262.388","10380.812"],["22278.484","10391.153"],["22296.773","10414.572"],["22254.789","10370.820"],["22318.254","10403.490"],["5186.620","14788.708"],["5191.373","14769.683"],["5186.900","14769.320"],["5189.943","14724.809"],["5190.633","14774.109"],["5188.561","14769.914"],["5198.413","14774.885"],["5184.597","14773.085"],["5192.690","14725.007"],["5181.642","14705.810"],["5173.808","14760.434"],["5184.893","14761.987"],["5177.415","14716.595"],["5175.748","14780.517"],["5178.632","14713.936"],["19495.800","11375.162"],["19460.340","11386.428"],["19310.756","11378.950"],["19331.958","11344.892"],["19372.398","11376.127"],["19438.983","11288.805"],["19404.350","11326.548"],["19313.085","11333.418"],["19321.812","11455.874"],["19474.205","11388.327"],["19315.262","11396.324"],["19340.166","11345.355"],["19382.102","11404.170"],["19478.002","11284.128"],["19426.138","11302.976"],["19306.112","11335.746"],["19487.576","11326.756"],["19475.439","11339.151"],["19510.287","11338.294"],["19460.060","11391.382"],["19332.287","11354.521"],["19372.381","11382.089"],["19484.859","11279.762"],["19394.959","11364.434"],["19387.532","11452.704"],["19307.131","11311.254"],["19321.467","11445.469"],["19500.780","11336.147"],["19445.060","11376.997"],["19348.093","11381.193"],["19367.217","11391.354"],["19440.316","11302.166"],["19414.778","11331.420"],["19436.297","11414.365"],["19325.069","11451.976"],["19512.705","11351.770"],["19443.596","11356.436"],["19308.420","11368.463"],["19347.994","11353.679"],["19358.697","11367.671"],["19403.248","11328.233"],["19407.876","11404.819"],["19317.256","11443.239"],["19393.469","11441.358"],["19475.734","11349.564"],["19504.023","11426.261"],["19445.093","11378.385"],["19348.159","11372.952"],["19353.927","11380.933"],["19415.979","11356.160"],["19408.764","11426.289"],["19321.303","11470.728"],["22990.521","17419.974"],["22995.303","17437.030"],["23062.536","17430.432"],["23034.149","17438.487"],["23077.793","17454.639"],["23089.185","17501.872"],["23080.228","17493.457"],["23046.054","17456.586"],["23070.701","17504.740"],["23064.157","17519.633"],["23092.627","17507.095"],["23083.947","17532.000"],["23003.844","17426.977"],["22983.807","17424.594"],["22992.129","17429.086"],["23060.036","17429.540"],["23077.273","17445.180"],["23035.267","17425.373"],["23027.455","17428.759"],["23072.826","17436.968"],["23072.152","17435.861"],["23090.364","17480.913"],["23092.107","17473.283"],["23091.438","17499.840"],["23073.353","17501.880"],["23051.245","17482.804"],["23042.123","17474.076"],["23049.820","17460.533"],["23053.744","17502.312"],["23066.441","17487.911"],["23074.075","17531.095"],["23060.802","17529.625"],["23066.838","17527.210"],["23090.818","17502.471"],["27931.495","12081.273"],["27811.873","11958.684"],["27828.943","12062.644"],["27827.319","12020.122"],["27824.587","11933.664"],["27855.999","12094.981"],["27833.978","11946.826"],["27805.851","12044.609"],["27819.720","12005.307"],["27844.949","11929.552"],["27830.045","12094.370"],["27777.418","11985.175"],["27829.208","11962.186"],["27791.690","12090.902"],["27834.850","11957.495"],["27725.100","12012.119"],["27838.762","12063.090"],["27782.780","11988.396"],["9486.336","17190.544"],["9435.838","17038.406"],["9438.158","17043.346"],["9416.778","17063.132"],["9486.703","17172.818"],["9487.315","17176.850"],["9514.071","17180.239"],["9518.984","17178.595"],["9500.861","17195.116"],["9550.513","17182.851"],["9550.269","17173.697"],["9432.397","17195.705"],["9458.175","16996.725"],["9424.997","16989.025"],["9483.521","17193.713"],["9477.912","17195.810"],["9547.410","17091.396"],["9544.055","17119.010"],["9538.824","17107.632"],["9440.864","17194.758"],["9459.812","17189.027"],["9463.775","17185.229"],["9453.908","17150.751"],["9448.250","17148.290"],["9446.458","17164.260"],["9467.176","17156.799"],["9455.021","17154.578"],["9473.096","17150.218"],["9518.856","17195.742"],["9544.116","17188.666"],["9542.965","17187.873"],["9540.481","17192.729"],["9507.589","17193.478"],["9411.697","17107.432"],["9410.531","17113.090"],["9449.619","17020.203"],["9452.580","17013.349"],["9444.668","17013.316"],["9438.793","16994.828"],["9445.208","16994.448"],["9435.076","16992.120"],["9449.848","16990.502"],["9426.297","17041.443"],["9428.665","17042.235"],["9428.780","17043.887"],["9409.838","17038.845"],["9488.675","17060.856"],["9489.283","17048.536"],["9483.494","17047.297"],["9513.192","17045.075"],["9525.346","17052.623"],["9512.797","17058.288"],["9505.810","17024.949"],["9491.846","17034.099"],["9507.158","17036.493"],["9503.816","17071.661"],["9505.191","17063.080"],["9495.027","17072.691"],["9477.966","16997.956"],["9489.813","17017.716"],["9473.128","17053.057"],["9491.066","17070.107"],["9470.215","17195.876"],["9476.547","17197.627"],["9555.420","17091.710"],["9531.933","17108.704"],["9536.521","17139.358"],["9445.716","17195.881"],["9453.808","17178.639"],["9447.427","17189.539"],["9438.777","17163.831"],["9453.793","17147.233"],["9446.688","17154.549"],["9471.797","17168.566"],["9458.425","17171.159"],["9457.504","17169.260"],["9525.205","17194.454"],["9522.376","17196.336"],["9523.790","17198.021"],["9546.781","17189.442"],["9546.320","17189.872"],["9498.296","17195.724"],["9418.223","17137.563"],["9440.080","17024.794"],["9444.290","17014.852"],["9451.922","17015.744"],["9438.448","17002.623"],["9436.523","17002.343"],["9447.346","17000.939"],["9449.453","16988.157"],["9454.223","16991.130"],["9423.270","17041.971"],["9412.942","17040.650"],["9420.590","17035.926"],["9489.908","17053.127"],["9483.691","17047.528"],["9490.106","17049.031"],["9516.103","17046.809"],["9514.031","17049.799"],["9520.774","17051.549"],["9497.487","17035.535"],["9495.415","17032.546"],["9502.405","17033.801"],["9498.349","17068.249"],["9492.823","17066.498"],["9492.494","17068.976"],["9473.593","16993.673"],["9419.029","17060.568"],["9425.765","17061.962"],["9430.054","17056.512"],["9437.565","17034.051"],["9427.992","17197.298"],["9485.053","17073.318"],["9507.137","17038.568"],["9510.022","17012.226"],["9463.611","17052.163"],["9453.006","16999.780"],["9603.671","17187.977"],["9430.326","17187.511"],["9462.185","17143.101"],["30887.136","10824.969"],["30923.676","10729.951"],["31002.782","10745.695"],["30904.274","10800.428"],["30908.923","10740.124"],["30891.478","10821.683"],["30910.458","10804.490"],["30987.847","10751.360"],["30897.311","10741.247"],["30893.962","10833.425"],["31034.509","10754.101"],["30883.355","10807.605"],["20345.957","8016.722"],["18685.761","18634.073"],["18711.556","18488.687"],["18793.177","18507.185"],["18839.696","18573.889"],["18873.335","18635.531"],["18730.207","18497.110"],["18808.144","18480.216"],["18819.087","18569.545"],["18864.404","18646.811"],["18677.241","18644.956"],["18733.151","18511.016"],["18783.540","18516.490"],["18711.731","18640.844"],["18715.372","18485.500"],["18788.128","18491.165"],["18875.711","18571.140"],["18823.923","18549.033"],["18855.901","18656.340"],["18704.494","18588.094"],["18741.291","18492.972"],["18809.361","18490.769"],["18873.852","18570.149"],["18830.781","18560.379"],["18872.940","18653.004"],["18677.882","18625.865"],["18730.273","18481.239"],["18771.125","18518.964"],["18862.553","18574.211"],["18833.363","18553.129"],["18851.608","18655.465"],["19764.735","12220.038"],["19846.639","12147.601"],["19731.082","12259.614"],["19848.531","12159.987"],["19840.965","12164.215"],["19749.734","12254.312"],["19773.238","12208.230"],["19813.440","12183.343"],["19783.929","12212.771"],["19861.952","12126.940"],["19822.182","12191.788"],["19755.047","12219.576"],["19776.330","12214.605"],["19740.309","12260.704"],["19796.499","12168.909"],["14473.294","16758.171"],["14512.860","16758.245"],["14493.072","16757.824"],["14483.190","16751.664"],["14476.994","16768.834"],["14496.129","16692.881"],["14471.039","16672.822"],["14484.984","16670.556"],["14501.705","16668.778"],["14471.468","16744.422"],["14477.147","16651.504"],["14501.437","16632.945"],["14511.718","16744.377"],["14504.530","16628.909"],["14495.654","16748.827"],["14514.196","16659.362"],["14487.652","16617.344"],["14472.724","16619.138"],["14486.730","16605.528"],["14510.062","16616.121"],["14504.315","16609.656"],["14513.717","16590.286"],["14499.767","16602.786"],["14521.288","16565.867"],["14508.493","16572.403"],["14540.604","16580.089"],["14552.805","16565.671"],["14559.442","16576.022"],["14575.390","16589.656"],["14574.183","16590.639"],["14574.234","16599.640"],["14545.366","16591.607"],["14512.648","16585.564"],["14576.800","16564.416"],["14582.220","16570.524"],["14577.764","16582.284"],["14596.734","16580.953"],["14590.058","16597.224"],["14624.437","16582.100"],["14631.313","16580.732"],["14620.477","16599.209"],["14610.255","16572.406"],["14613.629","16600.352"],["14604.485","16604.546"],["14606.352","16616.330"],["14486.103","16719.332"],["14600.985","16653.089"],["14589.177","16638.235"],["14571.980","16672.844"],["14581.007","16654.978"],["14567.311","16628.926"],["14557.182","16638.461"],["14575.054","16637.010"],["14583.826","16627.381"],["14568.620","16612.132"],["14544.475","16604.281"],["14525.497","16617.267"],["14516.197","16604.298"],["14544.361","16612.078"],["14521.702","16603.686"],["14572.000","16672.747"],["14557.157","16674.645"],["14560.953","16677.858"],["14540.320","16679.028"],["14549.844","16688.345"],["14525.249","16743.528"],["14523.304","16712.928"],["14558.228","16707.702"],["14564.907","16696.033"],["14556.188","16710.453"],["14545.311","16730.773"],["14533.088","16703.050"],["14502.235","16727.351"],["14502.467","16714.290"],["14492.763","16701.269"],["14477.236","16734.509"],["14513.358","16733.285"],["14522.670","16756.953"],["14486.226","16731.965"],["14505.199","16765.630"],["14511.338","16771.117"],["14619.694","16720.510"],["14557.720","16709.197"],["14480.179","16767.216"],["14498.637","16747.185"],["14494.289","16773.497"],["14468.777","16722.928"],["14507.892","16762.952"],["14466.205","16757.255"],["14491.432","16713.155"],["14461.902","16720.970"],["14501.151","16712.589"],["14491.201","16669.665"],["14467.651","16678.139"],["14487.036","16668.055"],["14504.682","16654.575"],["14496.762","16651.565"],["14482.887","16651.901"],["14504.677","16641.467"],["14502.392","16633.946"],["14488.705","16630.078"],["14475.563","16762.241"],["14482.651","16607.808"],["14517.957","16620.811"],["14511.415","16591.359"],["14497.004","16589.921"],["14501.017","16568.479"],["14507.983","16573.477"],["14510.507","16598.667"],["14524.092","16576.019"],["14541.032","16584.697"],["14546.676","16571.045"],["14541.629","16567.918"],["14562.205","16573.115"],["14572.660","16583.033"],["14523.898","16583.715"],["14583.568","16572.870"],["14608.184","16575.622"],["14599.974","16583.518"],["14591.317","16579.377"],["14591.506","16595.110"],["14630.790","16568.415"],["14626.201","16588.507"],["14613.673","16589.575"],["14623.972","16569.004"],["14604.353","16617.329"],["14612.031","16603.625"],["14617.997","16612.730"],["14607.243","16630.771"],["14601.503","16634.737"],["14595.986","16640.729"],["14570.927","16670.433"],["14574.757","16646.456"],["14574.884","16642.215"],["14575.482","16639.669"],["14571.176","16623.790"],["14567.919","16593.957"],["14565.610","16610.876"],["14553.408","16627.931"],["14463.537","16724.450"],["14546.169","16610.161"],["14536.187","16615.199"],["14532.355","16606.529"],["14528.413","16605.899"],["14571.458","16679.354"],["14557.582","16685.555"],["14561.138","16665.446"],["14549.416","16676.914"],["14524.110","16714.943"],["14539.986","16713.014"],["14563.213","16701.483"],["14548.260","16707.810"],["14557.712","16723.375"],["14536.580","16710.171"],["14529.732","16703.083"],["14479.527","16758.551"],["14530.324","16693.022"],["14524.332","16704.208"],["14514.891","16701.097"],["14513.845","16712.023"],["14500.311","16726.030"],["14474.703","16738.489"],["14488.470","16710.551"],["14503.601","16751.700"],["14523.266","16721.309"],["14609.332","16573.519"],["14537.929","16705.287"],["14487.682","16727.231"],["14492.352","16657.451"],["14521.760","16627.741"],["14483.289","16653.488"],["14540.592","16599.681"],["14605.582","16634.642"],["14571.174","16652.016"],["14605.615","16584.353"],["14501.680","16707.779"],["14463.310","16747.149"],["14532.633","16703.961"],["14537.304","16739.721"],["14474.393","16680.526"],["14494.871","16720.760"],["14566.924","16585.280"],["14484.490","16568.038"],["14512.730","16567.972"],["14497.516","16584.718"],["14492.006","16606.238"],["14503.964","16595.883"],["14559.260","16597.039"],["14499.227","16620.920"],["14491.562","16637.303"],["14583.576","16615.600"],["14579.760","16583.065"],["14607.523","16620.142"],["14590.418","16583.263"],["14584.069","16649.836"],["14607.605","16662.834"],["14504.695","16757.627"],["14473.064","16761.253"],["15417.467","12804.137"],["15458.524","12907.821"],["15415.402","12819.724"],["15464.421","12786.423"],["15404.576","12826.544"],["15368.882","12784.286"],["15461.667","12845.271"],["15467.894","12875.079"],["15374.267","12967.287"],["15452.714","12943.410"],["15342.280","12784.250"],["15311.465","12889.579"],["15423.133","12803.523"],["15438.681","12782.129"],["15472.496","12785.828"],["15323.324","12881.041"],["15461.815","12858.335"],["15418.938","12916.651"],["15453.352","12791.757"],["15402.838","12852.763"],["15372.343","12965.932"],["15503.467","12833.706"],["15402.089","12790.166"],["15338.616","12763.817"],["15463.427","12866.031"],["15312.304","12834.861"],["15422.705","12891.333"],["30689.611","9717.315"],["30766.974","9710.136"],["30756.246","9660.470"],["30792.728","9654.459"],["30830.678","9651.681"],["30877.109","9606.046"],["30871.894","9662.055"],["30676.698","9707.697"],["30845.493","9742.735"],["30752.120","9755.928"],["30808.863","9759.020"],["30798.411","9743.967"],["30783.472","9712.700"],["30710.724","9724.585"],["30763.076","9700.128"],["30756.083","9650.501"],["30794.077","9648.711"],["30682.833","9765.461"],["30814.149","9635.958"],["30867.847","9676.258"],["30842.122","9755.518"],["30688.688","9661.970"],["30781.297","9781.498"],["30810.878","9719.326"],["30695.993","9706.564"],["30675.191","9618.577"],["30754.949","9649.543"],["30821.550","9614.224"],["30878.949","9695.647"],["30776.758","9788.414"],["30683.956","9641.825"],["30740.888","9720.078"],["30757.975","9658.164"],["30858.324","9686.333"],["30674.938","9716.335"],["30762.712","9759.149"],["30694.110","9642.547"],["30808.551","9777.765"],["30802.144","9735.924"],["30799.262","9712.270"],["30772.412","9688.619"],["30737.457","9631.491"],["30754.922","9606.977"],["30681.548","9750.353"],["30698.855","9727.059"],["30736.612","9704.571"],["30745.572","9680.867"],["30754.537","9639.865"],["30835.662","9619.691"],["30881.250","9604.431"],["30876.745","9677.745"],["30701.402","9753.586"],["30844.276","9738.078"],["30703.832","9604.190"],["30764.143","9766.366"],["30812.523","9742.663"],["30811.153","9705.879"],["30799.040","9686.158"],["30690.806","9614.100"],["30720.300","9613.369"],["30691.602","9694.045"],["30715.668","9627.570"],["30758.224","9701.581"],["30767.383","9649.246"],["30874.971","9607.813"],["30863.834","9680.602"],["30852.039","9736.889"],["30754.866","9768.117"],["30765.477","9678.756"],["6017.291","13948.694"],["6032.203","13839.368"],["6026.158","13934.924"],["6022.227","13955.668"],["6020.762","13941.477"],["6019.069","13961.151"],["6011.964","13956.411"],["6026.025","13977.067"],["6016.224","13961.729"],["23540.457","17733.351"],["23522.574","17771.031"],["23545.915","17804.875"],["23543.706","17777.770"],["23724.987","17672.838"],["23517.639","17704.246"],["23528.971","17701.488"],["23546.066","17729.717"],["23541.181","17732.409"],["23539.104","17779.998"],["23542.097","17757.257"],["23552.658","17808.640"],["23558.662","17807.187"],["23555.186","17775.095"],["23555.285","17770.520"],["23714.658","17650.344"],["23720.924","17666.628"],["20213.069","13908.938"],["20244.994","13881.819"],["20229.162","13867.821"],["20213.121","13902.777"],["20249.966","13884.157"],["20260.713","13844.696"],["20259.109","13929.020"],["20251.721","13908.032"],["20280.116","13892.394"],["20179.863","13846.394"],["20159.841","13824.644"],["20177.819","13882.914"],["20263.367","13847.213"],["20298.468","13862.000"],["20219.628","13821.775"],["20296.884","13906.969"],["20283.569","14025.831"],["20247.479","13929.906"],["20261.083","13923.563"],["20311.264","13893.078"],["20175.718","13831.035"],["20179.764","13838.318"],["20173.904","13863.740"],["20162.572","13867.389"],["28385.094","7369.977"],["6081.320","9266.430"],["6085.859","9262.301"],["6141.265","9277.528"],["6108.025","9295.728"],["6186.915","9265.170"],["6113.518","9284.201"],["6049.545","9205.338"],["6075.876","9256.834"],["6079.231","9261.145"],["6080.466","9274.716"],["6135.591","9265.505"],["6145.985","9275.084"],["6042.061","9198.021"],["6158.691","9267.845"],["6092.827","9268.709"],["6134.587","9296.934"],["6060.614","9220.713"],["6047.620","9208.409"],["6079.050","9269.204"],["6082.356","9266.215"],["6215.286","9270.669"],["6070.465","9257.511"],["6050.137","9206.081"],["6212.753","9247.102"],["6079.627","9260.876"],["20576.859","12719.757"],["20589.605","12721.408"],["20573.586","12719.361"],["20734.826","12755.496"],["20588.799","12723.820"],["8290.990","19865.539"],["8258.768","19905.964"],["8178.916","19735.918"],["8162.008","19755.720"],["8229.233","19745.299"],["8205.845","19770.485"],["8299.765","19788.087"],["8341.559","19745.355"],["8319.651","19768.360"],["8291.895","19873.698"],["8281.778","19912.471"],["8202.880","19738.362"],["8187.600","19747.925"],["8213.592","19797.009"],["8179.677","19759.899"],["8266.591","19739.152"],["8260.143","19784.850"],["8306.477","19734.933"],["8313.582","19748.707"],["8281.220","19880.073"],["8258.982","19911.050"],["8179.969","19739.353"],["8219.645","19753.838"],["8250.143","19753.256"],["8326.724","19745.635"],["8278.654","19884.466"],["8270.709","19927.021"],["8169.409","19771.657"],["8203.082","19784.011"],["8297.150","19797.831"],["8353.993","19741.110"],["3439.225","17474.699"],["3396.202","17416.872"],["3426.580","17419.679"],["3432.567","17454.741"],["3450.775","17448.531"],["3444.640","17419.068"],["3433.472","17446.599"],["3318.467","17417.348"],["3306.527","17418.851"],["3323.430","17448.816"],["3342.246","17421.153"],["3336.638","17417.999"],["3360.799","17432.037"],["3337.312","17427.610"],["3427.671","17453.126"],["3417.786","17466.586"],["3437.356","17505.504"],["3459.626","17449.005"],["3379.760","17552.835"],["3332.457","17547.467"],["3348.773","17526.262"],["3340.895","17513.677"],["3339.316","17537.426"],["3388.033","17521.836"],["3308.221","17500.152"],["3304.421","17480.069"],["3347.626","17510.177"],["3399.057","17509.153"],["3369.321","17489.863"],["3340.817","17515.413"],["3445.591","17462.792"],["3449.801","17466.309"],["3441.235","17412.479"],["3440.051","17457.119"],["3452.913","17432.000"],["3412.650","17447.689"],["3445.988","17460.703"],["3308.566","17421.295"],["3344.569","17439.181"],["3308.599","17439.264"],["3314.253","17473.688"],["3327.180","17454.184"],["3359.401","17463.201"],["3326.703","17418.527"],["3440.530","17463.952"],["3343.970","17512.273"],["3332.605","17561.902"],["3331.931","17553.248"],["3336.767","17538.549"],["3390.632","17545.733"],["3370.385","17531.150"],["3322.709","17528.344"],["3311.294","17430.904"],["4628.789","9455.682"],["4637.829","9448.324"],["4650.247","9467.515"],["4587.011","9408.259"],["4586.468","9404.014"],["4757.272","9464.620"],["4737.174","9486.304"],["4766.702","9523.071"],["4650.433","9508.741"],["4632.209","9480.005"],["4629.643","9497.643"],["4613.701","9472.430"],["4625.745","9476.542"],["4570.134","9434.859"],["4601.928","9405.501"],["4688.107","9423.231"],["4718.102","9452.376"],["4668.579","9434.324"],["4600.081","9543.084"],["4576.956","9559.616"],["4745.430","9473.356"],["4641.272","9532.903"],["4672.641","9453.532"],["4593.502","9572.778"],["4619.808","9406.136"],["4634.216","9398.589"],["4641.447","9474.831"],["4612.652","9383.800"],["4775.381","9451.985"],["4601.385","9524.492"],["4582.027","9514.021"],["4607.538","9507.668"],["4657.094","9500.847"],["4664.002","9481.012"],["4582.368","9463.384"],["4588.898","9464.441"],["4620.953","9458.281"],["4659.697","9477.545"],["4723.102","9487.586"],["4597.795","9537.667"],["4578.568","9532.250"],["4619.562","9418.424"],["4637.368","9442.511"],["4576.748","9411.182"],["4585.843","9410.125"],["4773.720","9453.208"],["4772.239","9446.684"],["4637.209","9486.099"],["4616.814","9515.843"],["4616.699","9491.978"],["4568.930","9447.909"],["4575.444","9490.585"],["4688.316","9453.086"],["4694.401","9467.388"],["4663.793","9479.989"],["4567.208","9377.524"],["4641.234","9474.171"],["4614.297","9398.283"],["4582.159","9417.937"],["4747.535","9474.116"],["4764.197","9459.797"],["4759.531","9543.055"],["4581.319","9498.447"],["4616.617","9521.045"],["4644.627","9539.476"],["4620.416","9518.320"],["4609.341","9487.633"],["4596.595","9467.331"],["4692.033","9431.880"],["4678.431","9464.861"],["4711.260","9446.562"],["4596.018","9572.547"],["4591.830","9413.114"],["4574.527","9405.633"],["4749.230","9508.022"],["4776.982","9489.694"],["4583.704","9500.066"],["4651.732","9529.749"],["4610.301","9522.102"],["4611.743","9455.308"],["4603.947","9477.373"],["4687.987","9452.607"],["4673.283","9457.446"],["4570.821","9522.109"],["4108.241","15374.322"],["4057.481","15315.618"],["4041.715","15425.311"],["4090.794","15397.136"],["4074.017","15429.109"],["4074.905","15411.372"],["4144.469","15491.574"],["4060.447","15433.274"],["4070.069","15433.687"],["4102.141","15403.679"],["4086.434","15409.542"],["3982.304","15425.379"],["3999.080","15425.858"],["4031.251","15433.075"],["3983.340","15413.323"],["3996.777","15453.075"],["4016.103","15449.045"],["4110.279","15396.799"],["4126.592","15389.684"],["4133.911","15379.164"],["4040.745","15308.602"],["4069.709","15296.199"],["4009.178","15319.293"],["4027.797","15318.055"],["4010.922","15302.943"],["4025.987","15316.056"],["3969.989","15323.772"],["3984.429","15316.488"],["3978.755","15346.447"],["3942.341","15348.132"],["3951.831","15310.592"],["3996.272","15321.096"],["4003.954","15365.643"],["4018.707","15339.350"],["4005.483","15358.673"],["3989.233","15344.933"],["3976.618","15396.791"],["4011.832","15385.990"],["3981.486","15362.786"],["4028.838","15355.172"],["3986.717","15389.722"],["4069.155","15366.306"],["4059.829","15332.334"],["4042.543","15336.727"],["4050.290","15394.960"],["4050.109","15339.601"],["4099.764","15377.173"],["4035.060","15342.739"],["4093.147","15336.381"],["4110.696","15356.183"],["4079.216","15312.550"],["4106.108","15357.455"],["4061.091","15325.085"],["4115.598","15307.645"],["4112.094","15333.822"],["4072.407","15338.215"],["4124.764","15326.046"],["4123.432","15305.369"],["4141.853","15304.857"],["4140.603","15302.099"],["4128.106","15380.041"],["4125.606","15336.919"],["4142.432","15328.645"],["4117.736","15405.789"],["4087.394","15458.438"],["4107.937","15427.703"],["4072.131","15467.736"],["4114.976","15476.373"],["4122.016","15434.722"],["4110.338","15420.320"],["4107.591","15450.857"],["4110.667","15419.462"],["4135.766","15439.643"],["4142.436","15502.678"],["4122.107","15379.639"],["4103.586","15379.458"],["4117.221","15391.597"],["4034.438","15356.196"],["4038.238","15328.830"],["4096.945","15406.781"],["4145.455","15467.858"],["4047.125","15414.546"],["4045.973","15397.337"],["4075.036","15409.575"],["4039.442","15412.365"],["4008.241","15422.456"],["4039.244","15412.761"],["3978.192","15454.479"],["3977.156","15426.188"],["3986.432","15453.092"],["4104.292","15379.673"],["4047.143","15300.576"],["4062.817","15301.583"],["4030.527","15327.188"],["3944.232","15341.460"],["3999.479","15308.924"],["3969.758","15323.309"],["3962.785","15296.604"],["3989.265","15318.173"],["3974.166","15337.100"],["3966.732","15332.062"],["3975.268","15307.818"],["3975.615","15394.099"],["4037.605","15405.692"],["4004.348","15393.124"],["3971.733","15372.926"],["4006.667","15349.458"],["4014.973","15339.565"],["4011.026","15348.120"],["4021.256","15405.808"],["3979.184","15399.730"],["3989.052","15402.951"],["3987.638","15361.828"],["4061.162","15361.946"],["4069.435","15369.906"],["4058.481","15351.409"],["4080.882","15365.034"],["4072.083","15373.440"],["4092.576","15375.637"],["4063.267","15390.270"],["4059.287","15389.196"],["4043.349","15391.905"],["4091.387","15327.430"],["4082.818","15318.281"],["4099.200","15340.609"],["4088.279","15302.046"],["4096.634","15344.920"],["4080.548","15296.712"],["4061.486","15315.869"],["4089.940","15346.604"],["4081.469","15354.449"],["4076.848","15357.092"],["4118.975","15317.029"],["4125.438","15308.986"],["4129.981","15329.488"],["4119.784","15362.204"],["4134.767","15347.786"],["4141.297","15352.807"],["4144.997","15335.664"],["4121.724","15363.228"],["4121.371","15403.807"],["4142.638","15390.892"],["4139.381","15448.563"],["4104.072","15435.531"],["4132.559","15416.125"],["4128.118","15433.384"],["4109.631","15453.549"],["4069.993","15456.819"],["4127.378","15439.296"],["4132.049","15462.385"],["4069.006","15469.156"],["4122.937","15422.748"],["4072.920","15444.532"],["4075.700","15453.978"],["3983.714","15403.045"],["4022.122","15328.046"],["3966.222","15302.715"],["4007.358","15398.079"],["4039.056","15332.565"],["4134.142","15347.060"],["4071.736","15478.619"],["15964.906","17778.216"],["15989.182","17760.660"],["16137.457","17674.584"],["15968.343","17787.019"],["16069.438","17638.457"],["16079.982","17830.205"],["15997.899","17724.360"],["16109.628","17761.718"],["15978.172","17640.389"],["16006.287","17759.818"],["12166.244","12505.918"],["12172.856","12508.098"],["12280.394","12520.078"],["12255.053","12520.520"],["12276.534","12396.212"],["12273.937","12417.262"],["12228.703","12460.727"],["12284.733","12396.474"],["12194.854","12464.928"],["12234.663","12486.471"],["12155.389","12499.493"],["12188.984","12501.694"],["12241.645","12474.629"],["12240.502","12540.579"],["12173.234","12507.619"],["12223.021","12417.061"],["12219.452","12410.521"],["10181.593","15245.094"],["10189.203","15235.172"],["10143.482","15095.229"],["10163.193","15109.753"],["10202.582","15144.800"],["10097.551","15203.038"],["10096.112","15208.845"],["10079.157","15196.451"],["10041.415","15216.384"],["10178.651","15233.116"],["10044.892","15289.008"],["10103.155","15255.791"],["10110.629","15203.111"],["10199.741","15095.035"],["10166.320","15088.280"],["10167.389","15215.332"],["10114.164","15114.619"],["10075.547","15218.833"],["10088.376","15184.861"],["10238.463","15096.225"],["10250.563","15165.617"],["10230.941","15113.704"],["10192.659","15269.098"],["10168.378","15257.296"],["10172.497","15280.732"],["10208.641","15262.444"],["10073.203","15278.726"],["10127.958","15226.047"],["10064.570","15235.527"],["10061.494","15241.390"],["10077.381","15276.372"],["10135.301","15195.679"],["10066.584","15178.982"],["10130.917","15131.862"],["10142.084","15120.972"],["28716.658","9289.030"],["28706.674","9261.932"],["28764.569","9351.508"],["28728.581","9273.360"],["28775.771","9284.802"],["28704.354","9259.785"],["28773.238","9239.930"],["28642.660","9320.611"],["28761.643","9196.148"],["28640.308","9276.498"],["28705.900","9256.217"],["28673.927","9257.671"],["28728.763","9325.628"],["28764.767","9303.564"],["28765.523","9318.312"],["28625.588","9254.946"],["28623.429","9334.936"],["28646.049","9249.397"],["28776.166","9203.365"],["28594.021","9369.238"],["28711.395","9333.027"],["28752.267","9358.857"],["28653.384","9242.493"],["28755.605","9308.006"],["28773.467","9333.374"],["28729.059","9294.100"],["12738.194","13583.391"],["12580.316","13590.194"],["12577.266","13564.437"],["12611.169","13571.193"],["12675.489","13572.806"],["12672.163","13553.153"],["12666.632","13530.015"],["12605.718","13547.145"],["12583.521","13515.023"],["12608.363","13491.898"],["12758.991","13394.392"],["12670.264","13580.228"],["12620.108","13564.136"],["12568.291","13591.482"],["12577.413","13490.328"],["12602.206","13412.248"],["7117.265","17388.178"],["7175.594","17279.752"],["7130.101","17307.349"],["7195.432","17259.163"],["7193.343","17264.481"],["7115.058","17324.855"],["7157.731","17205.692"],["7110.423","17381.952"],["7178.456","17297.357"],["7128.869","17333.132"],["7194.790","17240.567"],["7189.100","17226.843"],["7204.692","17204.747"],["7118.561","17324.046"],["7152.977","17198.573"],["7302.911","17393.059"],["7144.074","17403.042"],["7153.637","17335.953"],["7190.317","17234.242"],["7197.537","17212.526"],["7115.880","17323.055"],["7121.245","17367.584"],["7190.002","17331.973"],["7155.004","17241.987"],["7160.395","17200.209"],["10241.722","18694.081"],["10224.471","18720.322"],["10207.826","18695.669"],["10215.153","18770.885"],["10245.433","18749.993"],["10213.689","18774.584"],["10159.330","18828.780"],["10159.938","18805.989"],["10162.882","18826.386"],["10200.629","18827.311"],["10123.215","18744.549"],["10174.876","18785.474"],["10160.501","18780.949"],["10070.445","18748.331"],["10122.962","18789.141"],["10104.935","18744.896"],["10089.199","18831.051"],["10098.936","18815.263"],["10064.841","18822.893"],["10072.851","18866.856"],["10120.322","18841.590"],["10092.641","18857.015"],["10125.042","18821.359"],["10089.267","18757.015"],["10072.984","18779.228"],["10076.701","18794.406"],["10057.112","18748.741"],["10161.181","18719.022"],["10164.988","18837.236"],["10114.942","18735.747"],["10117.567","18739.050"],["10052.209","18847.269"],["10106.160","18818.981"],["10117.869","18762.779"],["10074.834","18702.007"],["10221.666","18781.669"],["10173.984","18802.951"],["10153.593","18771.948"],["10150.091","18864.678"],["10108.115","18779.080"],["10164.685","18720.029"],["10245.844","18751.281"],["10221.074","18770.901"],["10187.257","18816.873"],["10187.997","18833.636"],["10131.455","18787.010"],["10148.083","18773.996"],["10061.531","18762.287"],["10059.101","18868.772"],["10083.541","18829.433"],["10119.795","18848.081"],["10092.706","18876.437"],["10182.155","18870.579"],["10093.313","18744.645"],["10118.411","18776.091"],["6113.755","9542.514"],["6119.166","9563.224"],["6106.633","9547.799"],["6146.335","9556.625"],["6248.755","9550.479"],["6147.914","9539.482"],["6221.734","9536.080"],["6056.167","9561.521"],["6246.734","9534.131"],["6048.355","9579.127"],["6093.311","9569.219"],["6125.613","9560.780"],["6104.659","9580.862"],["6217.256","9582.681"],["6244.314","9547.242"],["6146.095","9546.494"],["6190.599","9528.979"],["6205.056","9543.396"],["6056.973","9551.150"],["6193.440","9538.326"],["6226.298","9543.762"],["6234.707","9581.723"],["6152.108","9524.734"],["6189.220","9563.422"],["6220.434","9495.552"],["6185.780","9523.875"],["6217.244","9542.174"],["6042.483","9532.339"],["6089.643","9575.379"],["6089.133","9563.257"],["6209.440","9550.864"],["6156.341","9563.488"],["6157.457","9561.362"],["6183.802","9537.220"],["6206.353","9555.186"],["6220.613","9543.344"],["6154.756","9532.810"],["6215.253","9546.435"],["6215.188","9526.815"],["6049.226","9537.128"],["6107.554","9585.371"],["6138.644","9534.042"],["6250.397","9587.091"],["6191.440","9549.830"],["6216.553","9538.095"],["6190.336","9533.719"],["4575.671","19767.501"],["4573.780","19754.619"],["4608.112","19792.261"],["4602.503","19816.472"],["4615.562","19780.700"],["4602.355","19812.591"],["4603.621","19772.706"],["4631.796","19798.338"],["4612.174","19747.655"],["4672.154","19766.174"],["4620.279","19773.210"],["4771.680","19895.424"],["4773.965","19860.504"],["4776.054","19877.399"],["4751.597","19866.978"],["4725.742","19891.999"],["4749.903","19862.783"],["4728.521","19881.016"],["4711.893","19815.225"],["4751.703","19838.555"],["4715.403","19859.331"],["4692.048","19844.946"],["4742.032","19877.481"],["4743.150","19870.000"],["4735.288","19815.797"],["4714.762","19859.860"],["4686.785","19868.497"],["4679.819","19841.286"],["4699.490","19816.942"],["4682.532","19827.991"],["4685.394","19781.550"],["4645.641","19808.536"],["4673.338","19787.710"],["4693.947","19842.210"],["4700.916","19738.789"],["4661.015","19750.036"],["4684.649","19741.151"],["4671.771","19760.837"],["4687.086","19791.726"],["4689.076","19794.005"],["4682.777","19789.299"],["4681.329","19800.760"],["4687.053","19757.457"],["4708.961","19763.617"],["4722.448","19764.261"],["4728.303","19801.883"],["4751.265","19811.604"],["4754.110","19800.670"],["4753.650","19837.004"],["4757.252","19800.125"],["4735.245","19795.914"],["4574.273","19743.769"],["4592.684","19780.254"],["4608.128","19773.978"],["4607.043","19805.043"],["4611.516","19741.214"],["4630.098","19751.608"],["4775.496","19845.564"],["4759.327","19860.868"],["4767.830","19877.102"],["4736.416","19886.185"],["4725.561","19880.851"],["4741.827","19892.924"],["4758.932","19897.234"],["4684.590","19858.792"],["4735.429","19828.684"],["4729.327","19821.434"],["4688.604","19860.410"],["4714.022","19838.357"],["4712.229","19811.140"],["4721.785","19869.372"],["4709.186","19830.347"],["4691.144","19845.904"],["4713.973","19827.870"],["4718.446","19846.317"],["4665.312","19800.344"],["4686.710","19823.218"],["4643.240","19806.917"],["4704.440","19829.940"],["4660.394","19795.076"],["4646.184","19836.661"],["4673.256","19811.773"],["4644.654","19821.467"],["4690.822","19806.158"],["4653.733","19828.338"],["4686.003","19836.315"],["4749.409","19784.435"],["4681.426","19764.537"],["4678.564","19769.871"],["4678.054","19745.197"],["4709.224","19760.248"],["4725.128","19792.783"],["4747.645","19778.101"],["4724.569","19779.208"],["4698.780","19749.761"],["4703.944","19741.685"],["4700.490","19770.554"],["4701.263","19756.483"],["4729.355","19779.588"],["4733.469","19781.281"],["4767.334","19806.467"],["4753.469","19782.107"],["4746.035","19831.174"],["4776.989","19836.657"],["4762.038","19830.183"],["4769.045","19828.234"],["4770.015","19795.798"],["4672.748","19860.592"],["4733.035","19842.304"],["4670.361","19828.239"],["4725.909","19749.005"],["4744.933","19790.216"],["7872.093","18770.927"],["7839.343","18680.958"],["7756.147","18804.793"],["7839.027","18745.392"],["7819.481","18706.132"],["7934.288","18750.885"],["7882.455","18750.564"],["7770.882","18812.550"],["7752.884","18802.967"],["7794.848","18800.097"],["7786.926","18777.204"],["7840.711","18774.566"],["7819.863","18788.234"],["7836.059","18742.306"],["7832.199","18733.348"],["7777.094","18692.640"],["7790.198","18711.526"],["7811.679","18726.078"],["7837.320","18750.819"],["7812.452","18694.425"],["7820.151","18721.858"],["7848.208","18688.581"],["7744.510","18727.111"],["7762.027","18736.504"],["7755.149","18765.295"],["7735.219","18765.237"],["7761.071","18795.543"],["7821.176","18712.846"],["7819.605","18693.837"],["7792.227","18749.669"],["7821.451","18761.268"],["7817.205","18730.836"],["7934.074","18881.981"],["7926.754","18889.248"],["7877.948","18877.616"],["7913.860","18847.249"],["7876.731","18882.405"],["7888.070","18886.638"],["7858.606","18867.723"],["10272.474","15887.002"],["10414.005","15878.161"],["10413.988","15878.178"],["10413.988","15878.161"],["10402.490","15892.517"],["10412.808","15845.145"],["10408.281","15872.915"],["10413.517","15859.424"],["10420.270","15847.871"],["10459.661","15862.069"],["10447.887","15769.015"],["10417.588","15736.621"],["10457.532","15772.282"],["10395.941","15741.423"],["10382.315","15800.003"],["10379.863","15817.326"],["10319.509","15797.791"],["10424.286","15799.923"],["10385.746","15824.632"],["10417.078","15800.322"],["10371.015","15910.913"],["10365.950","15920.062"],["10373.848","15889.820"],["10324.385","15826.856"],["10360.133","15882.665"],["10300.630","15862.701"],["10280.556","15928.233"],["10265.162","15927.908"],["10352.578","15903.873"],["10351.032","15906.879"],["10327.493","15916.616"],["10324.974","15913.278"],["10307.778","15912.716"],["10316.561","15906.870"],["10353.025","15818.511"],["10331.542","15854.670"],["10345.842","15840.037"],["10346.993","15845.949"],["10291.766","15836.811"],["10290.861","15848.008"],["10307.169","15877.158"],["10337.985","15841.019"],["10322.800","15832.348"],["10461.066","15781.946"],["10266.531","15847.912"],["10280.823","15842.710"],["10282.061","15858.121"],["10276.469","15867.618"],["10272.144","15874.950"],["10253.555","15901.232"],["10254.041","15820.543"],["10254.386","15807.810"],["10348.879","15762.887"],["10349.455","15759.535"],["10347.333","15766.504"],["10380.010","15763.455"],["10369.993","15748.625"],["10370.405","15753.431"],["10447.506","15737.666"],["10434.825","15732.232"],["10458.003","15726.393"],["10418.774","15874.498"],["10418.758","15874.514"],["10418.758","15874.514"],["10421.616","15882.258"],["10421.616","15882.258"],["10421.616","15882.242"],["10413.552","15734.925"],["10403.951","15763.438"],["10374.979","15800.117"],["10363.153","15773.683"],["10426.523","15805.472"],["10404.857","15827.960"],["10412.753","15852.791"],["10363.024","15918.136"],["10260.047","15919.879"],["10292.249","15831.366"],["10331.475","15870.279"],["10294.249","15869.076"],["10317.216","15871.742"],["10361.854","15891.140"],["10344.418","15904.114"],["10340.470","15902.049"],["10301.385","15908.025"],["10311.430","15906.804"],["10320.541","15912.089"],["10328.204","15820.145"],["10333.334","15861.606"],["10356.633","15841.346"],["10337.931","15843.819"],["10314.035","15843.053"],["10294.759","15848.024"],["10307.152","15879.371"],["10308.814","15879.205"],["10328.314","15846.271"],["10331.505","15839.582"],["10262.369","15862.165"],["10261.481","15842.924"],["10276.991","15848.887"],["10270.696","15872.060"],["10276.601","15872.143"],["10281.683","15864.050"],["10255.874","15886.384"],["10252.462","15825.118"],["10329.438","15782.028"],["10333.698","15759.502"],["10339.570","15782.524"],["10358.579","15762.167"],["10371.638","15745.834"],["10363.694","15755.148"],["10434.874","15723.281"],["10445.252","15740.919"],["10450.535","15741.026"],["10451.424","15741.885"],["10352.234","15719.302"],["10340.869","15718.938"],["10296.464","15773.710"],["10303.635","15763.735"],["10343.597","15895.349"],["10351.558","15898.572"],["10347.099","15898.168"],["10313.749","15902.196"],["10338.236","15858.419"],["10348.309","15828.360"],["10312.736","15843.086"],["10309.143","15870.882"],["10331.850","15846.618"],["10252.397","15729.471"],["12783.264","17604.908"],["12782.533","17592.320"],["12845.086","17508.204"],["12831.131","17554.311"],["12829.058","17573.205"],["12790.899","17471.363"],["12817.704","17550.766"],["12784.907","17575.225"],["12829.359","17424.239"],["12861.815","17483.770"],["12878.361","17498.766"],["12913.879","17423.596"],["12895.244","17428.633"],["12823.603","17414.953"],["12783.569","17608.240"],["12873.104","17544.253"],["12874.519","17535.203"],["12782.182","17509.860"],["12779.217","17514.977"],["12843.082","17516.546"],["12944.572","17414.952"],["12830.593","17450.003"],["12864.430","17477.263"],["12837.580","17419.253"],["12880.935","17456.891"],["12841.478","17440.590"],["12800.859","17574.310"],["12797.401","17602.080"],["12839.165","17481.037"],["12857.035","17538.820"],["12940.707","17420.418"],["12872.818","17489.154"],["12873.682","17432.746"],["12815.580","17491.062"],["12838.063","17501.516"],["12844.716","17543.956"],["12841.608","17552.957"],["12785.981","17502.874"],["12815.257","17472.173"],["12807.342","17507.710"],["12822.276","17564.919"],["12821.218","17463.876"],["12941.148","17464.730"],["12823.636","17426.303"],["12886.108","17479.377"],["12881.173","17470.690"],["12785.543","17616.432"],["12861.139","17508.436"],["12826.756","17506.301"],["12781.228","17482.197"],["12785.894","17571.856"],["12831.925","17434.759"],["12889.792","17474.984"],["12866.478","17436.363"],["12926.346","17447.775"],["12793.093","17592.560"],["12852.010","17484.802"],["12826.437","17559.766"],["12839.014","17452.827"],["12898.063","17463.353"],["12877.144","17496.339"],["12908.583","17415.074"],["12899.126","17446.998"],["12795.494","17595.070"],["12880.499","17485.339"],["12829.741","17489.361"],["12788.876","17470.769"],["12825.154","17574.515"],["12906.418","17455.623"],["12949.832","17461.840"],["12799.333","17607.799"],["12824.527","17458.328"],["12836.493","17542.024"],["12823.806","17539.420"],["12968.074","17421.243"],["12851.382","17457.749"],["12873.229","17493.102"],["12836.511","17410.120"],["9846.443","17666.046"],["9855.925","17664.542"],["9864.745","17673.742"],["9887.286","17671.458"],["9860.889","17647.932"],["9844.046","17644.533"],["9886.464","17830.973"],["9888.340","17811.590"],["9895.971","17796.752"],["9908.710","17802.919"],["9906.033","17805.848"],["9906.157","17795.199"],["9917.778","17790.110"],["9936.527","17788.816"],["9945.941","17775.336"],["9935.584","17765.874"],["9922.758","17779.855"],["9938.488","17802.695"],["9928.351","17807.465"],["9942.836","17831.406"],["9974.421","17817.056"],["9987.560","17805.016"],["10032.234","17813.991"],["10011.742","17802.076"],["9950.930","17667.970"],["9985.400","17819.354"],["10038.805","17745.712"],["9981.932","17823.751"],["9976.630","17829.194"],["9943.604","17729.425"],["9985.807","17777.749"],["9903.254","17733.254"],["9897.498","17732.164"],["9918.452","17806.053"],["9979.345","17781.184"],["9978.160","17775.288"],["9965.775","17787.643"],["9959.493","17734.563"],["9914.662","17655.377"],["9900.870","17676.726"],["9896.418","17659.096"],["9885.874","17756.419"],["9896.673","17738.968"],["9890.357","17759.938"],["9830.421","17817.063"],["9993.238","17728.734"],["9992.021","17729.989"],["9992.679","17732.499"],["9972.767","17720.950"],["9967.701","17724.534"],["9965.119","17721.082"],["10010.859","17725.355"],["10016.517","17715.809"],["10013.737","17727.551"],["10039.980","17737.164"],["9874.180","17688.656"],["9896.338","17679.616"],["9875.463","17675.246"],["9838.319","17816.443"],["10031.360","17824.211"],["10024.177","17813.170"],["10014.633","17809.591"],["10000.497","17815.941"],["9996.972","17807.323"],["9938.584","17822.921"],["9918.789","17785.575"],["9912.269","17777.687"],["9905.564","17784.606"],["10040.076","17722.709"],["10030.927","17735.328"],["10018.812","17713.062"],["10038.915","17703.198"],["10020.841","17653.773"],["9982.858","17659.411"],["9973.080","17660.194"],["9973.436","17689.916"],["9971.192","17681.302"],["9927.812","17724.574"],["9839.623","17741.688"],["9997.479","17656.290"],["9980.654","17680.351"],["9897.201","17748.175"],["9882.666","17744.776"],["9885.545","17744.099"],["9834.862","17805.189"],["9838.694","17807.782"],["9990.047","17733.176"],["9998.402","17723.746"],["9988.485","17731.905"],["9967.355","17724.451"],["9970.431","17717.647"],["9965.003","17724.699"],["10018.326","17727.419"],["10017.421","17717.279"],["10021.977","17716.123"],["10039.273","17729.931"],["9889.680","17693.226"],["9887.371","17681.934"],["9877.073","17690.293"],["9960.065","17828.167"],["9918.518","17797.291"],["9914.261","17791.526"],["9891.472","17818.072"],["9865.186","17757.467"],["9862.072","17780.362"],["9854.059","17803.785"],["9916.154","17714.770"],["9942.537","17722.889"],["9979.961","17729.582"],["10034.615","17826.175"],["9902.469","17818.839"],["10003.982","17795.139"],["9916.577","17727.440"],["9855.261","17756.689"],["9934.673","17645.430"],["9978.489","17773.358"],["10026.398","17809.698"],["9977.001","17829.736"],["9939.854","17824.008"],["9906.679","17798.228"],["9854.027","17767.903"],["9962.087","17789.208"],["10034.032","17725.661"],["9988.325","17656.743"],["7519.478","9807.064"],["7520.801","9805.972"],["7527.939","9802.338"],["7698.563","9811.188"],["13402.666","13352.562"],["13384.785","13346.537"],["13321.864","10857.687"],["13290.689","10875.102"],["13339.925","10858.111"],["13309.726","10862.113"],["13295.130","10867.703"],["13342.409","10856.591"],["13312.571","10861.915"],["13293.008","10864.350"],["13309.841","10862.559"],["13299.719","10868.793"],["13296.720","10856.583"],["12897.031","17616.319"],["12975.145","17464.879"],["12955.918","17516.275"],["12969.868","17581.898"],["12916.571","17618.152"],["12973.962","17444.876"],["12968.237","17455.185"],["12972.151","17500.568"],["12928.603","17608.395"],["12905.018","17608.230"],["12976.545","17565.003"],["12962.809","17500.651"],["12946.036","17589.033"],["12956.164","17518.537"],["12942.804","17611.034"],["12963.406","17596.158"],["12980.871","17571.659"],["12952.845","17542.014"],["12968.765","17457.692"],["12951.296","17510.329"],["12922.574","17618.020"],["12947.123","17610.295"],["12981.720","17605.023"],["12960.427","17533.591"],["12947.138","17541.618"],["12871.772","17561.281"],["12962.250","17518.091"],["12847.348","17564.898"],["5485.334","17396.878"],["5454.519","17320.479"],["5514.978","17404.951"],["5501.403","17407.494"],["5483.041","17407.269"],["5454.794","17322.184"],["5453.100","17324.810"],["5451.784","17337.130"],["5444.354","17372.278"],["5454.716","17359.479"],["5441.180","17364.103"],["5414.401","17358.594"],["5417.937","17365.893"],["5422.493","17359.023"],["5417.396","17397.292"],["5416.985","17391.677"],["5433.522","17214.573"],["5456.479","17233.566"],["5471.973","17242.203"],["5471.354","17264.236"],["5434.107","17291.176"],["5442.792","17248.396"],["5611.172","17377.280"],["5591.406","17386.683"],["5607.439","17376.493"],["5549.031","17364.912"],["5464.209","17372.292"],["5454.012","17365.009"],["5463.584","17376.074"],["5420.761","17294.907"],["5438.405","17279.630"],["5414.420","17291.662"],["5410.535","17336.425"],["5410.152","17351.097"],["5508.628","17398.807"],["5419.124","17356.631"],["5459.650","17352.915"],["5461.394","17318.828"],["5616.049","17375.752"],["5618.831","17355.744"],["5498.059","17396.512"],["5503.957","17401.631"],["5492.291","17404.438"],["5494.084","17404.438"],["5463.314","17338.071"],["5456.883","17338.550"],["5452.952","17325.900"],["5456.180","17360.717"],["5455.045","17358.273"],["5424.582","17358.263"],["5415.930","17363.218"],["5428.959","17397.374"],["5461.921","17314.947"],["5429.408","17233.172"],["5444.579","17230.560"],["5438.197","17250.031"],["5457.121","17297.872"],["5439.259","17297.888"],["5452.924","17244.151"],["5452.299","17247.900"],["5478.721","17293.437"],["5469.856","17273.883"],["5585.531","17400.816"],["5590.399","17391.764"],["5608.332","17353.163"],["5596.863","17359.019"],["5559.631","17359.228"],["5565.667","17351.989"],["5574.619","17331.495"],["5582.907","17324.807"],["5605.867","17314.590"],["5615.616","17314.926"],["5458.880","17376.718"],["5457.893","17378.551"],["5457.482","17372.936"],["5437.146","17408.040"],["5418.134","17301.178"],["5431.682","17288.730"],["5452.648","17303.226"],["5447.780","17286.849"],["5617.580","17390.116"],["5456.214","17267.436"],["5412.411","17406.046"],["5605.288","17396.450"],["5461.789","17340.645"],["5420.211","17280.186"],["5443.149","17219.902"],["5476.208","17399.432"],["5607.574","17395.467"],["5510.472","17398.876"],["5561.643","17396.830"],["19958.632","14448.719"],["9173.952","16483.344"],["9125.307","16443.581"],["9097.432","16447.064"],["9089.732","16438.435"],["9111.043","16426.358"],["9116.396","16427.109"],["9100.299","16425.982"],["9138.899","16437.052"],["9146.842","16426.968"],["9076.098","16419.506"],["9080.478","16410.069"],["9080.369","16395.886"],["9065.916","16365.225"],["9130.519","16387.453"],["9125.059","16392.866"],["9107.158","16377.995"],["9179.055","16400.800"],["9149.559","16380.330"],["9159.283","16393.575"],["9147.991","16392.135"],["9137.718","16356.757"],["9165.097","16369.083"],["9139.431","16366.018"],["9141.219","16363.578"],["9178.845","16389.883"],["9175.888","16389.663"],["9180.982","16478.907"],["9133.079","16389.971"],["9112.884","16381.617"],["9069.929","16371.802"],["9068.027","16363.047"],["9067.562","16389.264"],["9076.194","16413.715"],["9092.377","16388.793"],["9094.820","16394.776"],["9149.453","16384.329"],["9135.630","16359.357"],["9171.289","16400.175"],["9070.749","16424.779"],["9139.406","16442.260"],["9140.780","16423.771"],["9127.899","16435.851"],["9136.132","16459.400"],["9121.863","16377.711"],["9174.217","16404.412"],["19963.566","6860.702"],["19959.421","6849.736"],["20088.846","6889.981"],["20029.865","6840.403"],["19983.582","6968.695"],["19975.293","6845.359"],["19961.675","6905.425"],["20124.920","6859.818"],["20131.592","6933.152"],["20077.826","6925.919"],["20025.573","6916.769"],["19997.925","6933.204"],["19999.372","6959.050"],["20075.161","6919.709"],["20096.675","6924.069"],["28794.754","11314.140"],["28825.287","11310.100"],["28975.201","11392.426"],["28827.303","11342.634"],["28818.758","11381.328"],["28924.477","11425.757"],["28823.959","11323.884"],["28850.026","11296.896"],["28934.608","11445.195"],["28821.370","11381.621"],["28817.701","11314.729"],["28826.582","11339.953"],["28824.188","11342.756"],["28817.144","11381.144"],["28828.023","11343.046"],["28794.762","11310.909"],["28878.986","11288.958"],["28823.000","11339.939"],["28845.779","11329.950"],["28814.258","11341.089"],["28938.293","11442.190"],["28818.524","11341.944"],["28819.532","11340.289"],["28858.152","11354.837"],["28832.002","11366.861"],["28835.187","11353.192"],["28851.794","11349.721"],["28920.480","11402.668"],["28806.980","11334.866"],["28927.831","11441.326"],["5085.718","14171.654"],["4999.009","14037.857"],["5031.113","14167.233"],["4992.114","14181.307"],["4996.637","14163.322"],["4989.170","14153.875"],["5069.785","14110.188"],["5053.617","14133.573"],["5067.663","14128.503"],["5088.831","14131.790"],["5021.981","14211.983"],["5032.277","14230.254"],["5033.945","14083.432"],["5015.853","14092.350"],["4998.550","14101.648"],["5028.386","14083.135"],["5044.383","14236.834"],["4990.617","14223.226"],["5058.018","14187.272"],["5041.146","14180.836"],["5062.679","14131.212"],["5140.243","14234.428"],["5016.127","14187.847"],["5006.395","14075.257"],["5076.277","14170.068"],["5052.202","14170.287"],["5004.778","14151.051"],["4988.747","14082.325"],["4998.086","14226.270"],["5007.755","14151.035"],["5027.198","14166.440"],["5024.386","14165.747"],["5037.186","14138.231"],["5048.337","14134.531"],["5031.619","14036.837"],["4993.644","14170.704"],["5025.392","14052.763"],["19528.410","12325.397"],["19533.756","12317.156"],["12743.242","13862.813"],["12772.567","13972.062"],["12733.225","13912.739"],["12728.669","13890.195"],["12777.355","13860.576"],["12742.798","13942.763"],["12750.364","13857.809"],["12761.533","13833.838"],["12763.838","13934.116"],["12737.567","13963.077"],["12753.587","13899.708"],["12753.381","13931.731"],["12736.877","13894.539"],["12749.708","13933.903"],["12746.219","13881.228"],["12760.824","13923.871"],["12769.854","13980.352"],["12764.432","13880.247"],["12643.520","14017.319"],["12577.173","13984.585"],["12655.699","13897.572"],["12616.613","13919.862"],["12776.044","13886.044"],["12637.451","14016.774"],["12594.541","13948.179"],["12652.771","13913.575"],["12763.495","13881.833"],["12646.399","14026.749"],["12659.712","13908.934"],["12638.964","14023.776"],["12656.949","13913.542"],["12604.887","13938.765"],["12566.008","13985.969"],["4370.577","19344.996"],["4527.312","19323.185"],["4521.260","19327.777"],["4522.658","19338.231"],["4515.832","19347.760"],["4484.844","19475.972"],["4501.916","19493.330"],["4483.215","19474.370"],["4561.074","19334.592"],["4539.637","19380.316"],["4524.325","19388.871"],["4564.177","19380.597"],["4544.754","19418.999"],["4554.491","19399.280"],["4558.932","19392.872"],["4530.198","19397.761"],["4539.936","19503.179"],["4563.653","19496.209"],["4556.646","19459.644"],["4563.390","19486.548"],["4531.745","19488.133"],["4358.395","19462.075"],["4377.853","19429.374"],["4357.014","19477.038"],["4385.051","19322.427"],["4473.550","19318.845"],["4541.046","19432.759"],["4521.408","19457.565"],["4544.188","19412.032"],["4510.701","19410.084"],["4537.675","19434.427"],["4404.006","19331.029"],["4399.796","19330.682"],["4418.546","19336.512"],["4386.227","19329.757"],["4377.115","19323.894"],["4432.795","19389.820"],["4434.390","19381.909"],["4380.640","19392.644"],["4395.048","19409.242"],["4377.334","19387.689"],["4424.358","19385.113"],["4389.274","19457.866"],["4414.504","19406.702"],["4383.090","19441.103"],["4402.070","19443.960"],["4390.869","19428.568"],["4398.550","19452.911"],["4399.537","19437.370"],["4455.877","19357.029"],["4473.558","19341.422"],["4489.364","19325.254"],["4434.117","19365.617"],["4476.091","19338.664"],["4423.393","19380.597"],["4458.582","19383.032"],["4466.411","19356.954"],["4491.559","19400.522"],["4492.727","19384.337"],["4495.786","19409.655"],["4474.717","19365.972"],["4460.457","19370.794"],["4483.730","19380.439"],["4464.190","19368.433"],["4437.971","19450.782"],["4468.876","19414.613"],["4459.320","19429.576"],["4474.057","19382.541"],["4464.090","19402.409"],["4458.679","19410.683"],["4476.573","19412.169"],["4434.900","19438.578"],["4473.963","19460.741"],["4451.512","19458.445"],["4462.992","19444.787"],["4454.489","19467.479"],["4480.838","19458.132"],["4485.443","19468.190"],["4495.295","19461.600"],["4421.937","19461.136"],["4411.509","19478.394"],["4436.016","19470.533"],["4441.937","19503.828"],["4437.183","19482.424"],["4391.970","19458.279"],["4436.525","19504.571"],["4434.502","19477.354"],["4427.211","19496.146"],["4421.076","19519.383"],["4405.253","19516.790"],["4447.432","19519.867"],["4482.120","19509.363"],["4496.572","19323.351"],["4529.993","19358.115"],["4471.326","19321.963"],["4503.924","19315.175"],["4454.268","19497.128"],["4506.275","19485.419"],["4496.225","19481.703"],["4549.593","19479.508"],["4545.525","19364.412"],["4550.065","19386.790"],["4540.906","19395.201"],["4557.567","19411.188"],["4546.761","19385.704"],["4530.330","19375.515"],["4526.268","19466.796"],["4557.370","19484.847"],["4558.636","19505.425"],["4559.064","19498.455"],["4555.084","19462.320"],["4545.495","19480.454"],["4414.168","19464.139"],["4368.642","19456.641"],["4394.065","19313.129"],["4451.696","19321.898"],["4429.640","19315.259"],["4515.372","19428.729"],["4517.642","19425.426"],["4518.020","19418.787"],["4503.793","19413.601"],["4535.553","19434.906"],["4420.931","19331.656"],["4384.122","19355.025"],["4405.503","19325.248"],["4382.099","19343.266"],["4429.812","19320.624"],["4398.404","19355.831"],["4383.075","19408.779"],["4443.848","19386.352"],["4425.328","19371.339"],["4427.828","19389.523"],["4389.703","19372.215"],["4429.292","19400.340"],["4409.917","19406.467"],["4413.486","19404.799"],["4384.900","19357.153"],["4414.372","19430.517"],["4385.820","19460.195"],["4401.840","19403.118"],["4413.550","19461.318"],["4417.119","19460.525"],["4389.668","19422.721"],["4382.859","19447.214"],["4405.886","19439.171"],["4386.659","19453.588"],["4460.976","19320.861"],["4486.551","19334.602"],["4444.429","19333.528"],["4434.150","19365.254"],["4432.982","19325.403"],["4439.972","19349.928"],["4448.360","19375.312"],["4428.031","19320.828"],["4432.653","19345.122"],["4431.897","19342.397"],["4482.472","19334.552"],["4515.753","19398.243"],["4461.542","19355.270"],["4493.993","19403.973"],["4483.450","19369.853"],["4501.115","19399.382"],["4475.029","19366.401"],["4472.233","19365.295"],["4483.056","19380.935"],["4480.079","19385.575"],["4467.875","19364.733"],["4435.027","19392.929"],["4433.004","19397.801"],["4430.554","19406.240"],["4441.853","19449.940"],["4453.547","19437.801"],["4432.840","19392.582"],["4491.590","19420.988"],["4446.688","19418.858"],["4474.567","19400.377"],["4457.121","19435.869"],["4461.561","19445.035"],["4436.430","19427.397"],["4451.759","19482.971"],["4472.351","19456.299"],["4493.321","19479.849"],["4493.996","19484.820"],["4484.588","19457.240"],["4417.035","19479.418"],["4403.549","19468.915"],["4424.700","19496.231"],["4402.348","19460.756"],["4455.177","19469.179"],["4394.782","19453.027"],["4439.305","19457.602"],["4442.660","19490.682"],["4385.615","19513.157"],["4411.125","19501.183"],["4381.438","19517.154"],["4373.839","19510.448"],["4428.773","19516.543"],["4536.041","19518.889"],["4521.830","19513.967"],["4488.130","19519.252"],["4481.363","19521.948"],["4410.717","19349.212"],["4405.311","19395.699"],["4466.173","19339.622"],["4508.829","19357.153"],["4442.248","19384.308"],["4389.338","19468.138"],["4378.214","19518.211"],["21393.739","14475.136"],["21286.907","14478.952"],["21230.479","14498.617"],["21284.506","14476.029"],["21212.305","14485.586"],["21264.001","14518.207"],["21327.927","14486.169"],["21231.581","14458.122"],["21310.361","14475.798"],["21249.377","14501.028"],["21205.331","14496.913"],["21272.507","14543.230"],["21204.309","14467.071"],["21405.005","14503.129"],["21321.019","14475.880"],["21237.601","14458.155"],["21364.446","14452.196"],["21316.561","14511.686"],["21227.584","14461.127"],["28023.318","15891.622"],["28016.015","15887.291"],["27995.193","15916.735"],["28024.272","15884.900"],["28020.078","15889.722"],["28011.886","15883.905"],["28004.785","15865.639"],["27988.483","15917.016"],["9664.284","12309.799"],["9806.700","12329.572"],["9809.014","12289.057"],["9766.579","12307.839"],["9763.468","12275.090"],["9792.263","12277.900"],["9726.777","12162.677"],["9719.485","12143.972"],["9700.588","12136.737"],["9682.281","12151.999"],["9743.991","12140.285"],["9757.673","12148.249"],["9752.760","12172.358"],["9644.413","12150.919"],["9627.217","12131.558"],["9642.984","12165.359"],["9648.265","12169.247"],["9805.100","12136.893"],["9676.980","12129.862"],["9827.865","12258.099"],["9682.228","12297.644"],["9659.170","12325.856"],["9798.213","12327.111"],["9823.904","12328.613"],["9823.003","12292.068"],["9771.842","12308.318"],["9767.465","12265.330"],["9792.197","12286.356"],["9729.162","12153.841"],["9719.239","12147.704"],["9702.347","12130.891"],["9684.666","12154.360"],["9746.425","12137.675"],["9753.956","12153.203"],["9746.921","12176.256"],["9651.189","12153.194"],["9637.711","12144.705"],["9656.884","12174.714"],["9641.299","12129.441"],["9816.252","12134.829"],["9824.242","12217.225"],["9704.921","12167.816"],["9803.204","12150.809"],["9814.766","12194.062"],["9793.458","12264.055"],["9780.459","12181.357"],["9773.239","12177.080"],["9798.796","12242.141"],["9830.105","12209.183"],["9822.243","12197.285"],["9689.429","12259.129"],["9653.830","12297.204"],["9655.436","12289.066"],["9675.974","12333.873"],["9662.343","12308.230"],["9632.555","12335.643"],["9663.956","12326.995"],["9812.884","12324.634"],["9822.921","12298.939"],["9794.705","12290.775"],["9781.217","12298.210"],["9769.307","12277.287"],["9790.898","12273.705"],["9630.954","12129.424"],["9726.037","12152.024"],["9718.794","12152.444"],["9696.542","12135.928"],["9695.652","12157.862"],["9753.547","12132.308"],["9758.660","12151.023"],["9755.144","12182.432"],["9642.932","12156.662"],["9631.050","12140.179"],["9656.210","12169.528"],["9775.223","12131.407"],["9793.584","12148.048"],["9806.848","12127.237"],["9814.393","12134.730"],["9672.029","12129.482"],["9826.302","12248.933"],["9740.325","12147.935"],["9782.167","12158.554"],["9812.866","12306.482"],["9766.528","12229.648"],["9663.457","12245.378"],["9685.402","12294.952"],["9805.285","12329.588"],["9823.362","12318.787"],["9828.052","12299.517"],["9771.231","12272.729"],["9804.113","12295.267"],["9780.510","12297.038"],["9790.158","12270.832"],["9733.965","12154.931"],["9716.311","12142.419"],["9697.512","12126.878"],["9683.580","12149.786"],["9754.155","12145.537"],["9767.772","12159.826"],["9757.776","12181.574"],["9657.326","12177.382"],["9632.168","12141.715"],["9653.874","12165.250"],["9765.635","12131.770"],["9790.821","12152.705"],["9778.474","12135.883"],["9822.078","12147.071"],["9806.696","12144.044"],["23939.558","7951.420"],["13205.507","14503.305"],["13246.395","14488.937"],["13337.737","14551.702"],["13262.967","14499.531"],["13240.937","14606.089"],["13206.957","14486.122"],["13249.391","14497.385"],["13205.625","14531.076"],["13256.760","14646.270"],["13234.128","14511.885"],["13374.343","14531.062"],["13364.765","14552.308"],["13337.178","14513.444"],["13327.305","14644.055"],["13251.073","14647.335"],["13311.161","14640.079"],["13346.752","14581.125"],["13392.229","14578.978"],["13358.577","14590.093"],["13399.363","14644.467"],["13263.468","14548.571"],["13297.580","14556.746"],["13288.419","14506.523"],["13234.559","14525.241"],["13228.589","14512.953"],["13224.115","14552.095"],["13268.161","14605.399"],["13263.046","14595.886"],["13284.625","14608.305"],["13238.896","14599.390"],["13219.833","14575.228"],["13235.409","14626.888"],["13252.177","14494.873"],["13389.377","14494.860"],["13348.794","14561.953"],["13350.057","14519.555"],["13368.494","14495.773"],["13240.692","14656.629"],["13249.541","14651.691"],["13320.364","14638.721"],["13332.058","14630.348"],["13386.106","14615.499"],["13276.215","14521.106"],["13233.221","14577.028"],["13252.802","14499.250"],["13382.819","14579.663"],["13356.848","14509.522"],["13392.029","14510.546"],["13348.921","14542.404"],["13361.371","14529.654"],["13319.215","14624.544"],["13376.094","14615.675"],["13383.446","14637.062"],["13358.002","14606.245"],["13389.708","14643.377"],["13309.324","14503.369"],["13318.682","14526.457"],["13281.593","14491.940"],["13240.678","14551.302"],["13224.263","14496.124"],["13216.730","14517.396"],["13245.825","14580.907"],["13293.325","14630.056"],["13284.691","14619.866"],["13235.508","14630.174"],["13211.165","14624.691"],["13365.056","14566.434"],["13379.135","14505.922"],["13358.115","14520.720"],["13277.888","14649.493"],["13298.069","14644.340"],["13299.681","14640.855"],["13370.271","14629.201"],["13345.222","14613.809"],["13326.620","14597.079"],["13397.257","14631.965"],["13298.320","14521.354"],["13306.314","14532.667"],["13308.633","14523.253"],["13228.030","14536.752"],["13218.951","14530.922"],["13294.691","14614.680"],["13251.056","14636.266"],["13260.135","14585.068"],["13227.728","14639.472"],["13220.228","14583.733"],["13207.563","14631.182"],["13312.652","14647.401"],["13274.056","14660.145"],["13265.141","14653.109"],["13382.558","14583.355"],["13341.028","14594.321"],["13389.428","14602.915"],["13278.386","14510.057"],["13296.495","14498.282"],["13278.222","14536.994"],["13222.635","14514.704"],["13254.296","14530.509"],["13266.779","14599.420"],["13281.944","14581.997"],["13257.339","14582.393"],["13229.126","14586.112"],["13238.386","14576.384"],["13315.158","14647.544"],["13313.595","14658.939"],["13354.416","14609.597"],["13345.156","14635.675"],["13401.247","14660.104"],["13301.610","14541.436"],["13271.890","14494.004"],["13249.888","14526.628"],["13288.539","14584.160"],["13254.625","14620.543"],["13207.465","14630.323"],["13239.192","14620.034"],["13689.581","12745.070"],["13762.849","12695.341"],["13767.717","12690.270"],["13786.127","12693.239"],["13786.316","12726.947"],["13740.783","12715.329"],["13727.082","12748.307"],["13719.244","12752.115"],["13722.656","12704.079"],["13728.758","12698.002"],["13725.271","12703.171"],["13720.535","12748.836"],["13765.946","12681.585"],["13741.713","12672.428"],["13734.181","12744.755"],["13757.027","12701.369"],["13734.774","12742.178"],["13794.452","12757.521"],["13754.304","12705.482"],["13776.221","12692.417"],["13788.693","12695.518"],["13785.247","12720.142"],["13734.632","12720.432"],["13733.431","12756.664"],["13713.817","12755.468"],["13744.465","12677.605"],["13737.311","12696.152"],["13734.137","12680.330"],["13678.512","12700.578"],["13733.660","12707.779"],["13749.165","12743.912"],["13802.849","12690.238"],["13822.701","12685.679"],["13820.300","12745.267"],["13761.541","12721.204"],["13724.712","12672.122"],["13690.206","12727.316"],["13827.471","12705.564"],["13744.247","12701.419"],["13751.813","12698.082"],["13765.135","12689.577"],["13763.975","12711.328"],["13766.097","12691.295"],["13815.406","12713.987"],["13714.696","12677.192"],["13763.117","12683.088"],["13711.308","12758.018"],["13818.836","12701.369"],["13793.408","12689.825"],["13825.514","12726.935"],["13745.331","12670.000"],["13789.370","12728.818"],["13794.567","12744.771"],["13764.748","12747.513"],["13754.748","12695.837"],["13804.880","12698.661"],["13794.814","12715.209"],["13773.704","12690.270"],["13785.995","12700.539"],["13785.247","12718.821"],["13730.684","12715.808"],["13730.223","12754.352"],["13761.894","12755.656"],["13721.448","12750.480"],["13736.671","12755.756"],["13792.360","12694.280"],["13820.900","12737.356"],["13816.870","12742.955"],["13768.359","12684.903"],["13776.974","12711.455"],["13730.109","12714.421"],["13766.927","12758.364"],["13720.461","12753.486"],["31946.353","11079.246"],["32085.121","11148.624"],["32071.836","11176.769"],["32023.803","11107.136"],["32012.734","11164.180"],["31992.241","11278.287"],["32007.533","11250.229"],["31961.519","11076.298"],["32025.399","11142.908"],["31943.178","11103.767"],["32083.569","11250.803"],["32034.474","11254.255"],["31964.102","11081.252"],["32080.532","11079.491"],["31991.978","11119.721"],["32042.303","11274.932"],["20347.818","5782.470"],["20349.134","5775.385"],["20356.569","5782.354"],["20322.950","5731.075"],["20325.466","5771.487"],["20338.701","5660.994"],["20223.553","5750.655"],["20245.395","5652.505"],["20186.628","5643.587"],["20301.414","5671.101"],["20270.137","5752.016"],["20274.046","5627.336"],["20172.911","5615.891"],["20177.039","5593.397"],["20343.470","5656.370"],["20262.204","5694.504"],["20328.114","5736.178"],["20296.864","5782.734"],["20305.548","5733.783"],["20247.522","5759.729"],["20263.980","5627.138"],["20304.063","5680.961"],["20296.266","5736.419"],["20210.707","5658.517"],["6288.929","9530.276"],["6310.704","9562.457"],["6278.911","9529.195"],["6269.067","9551.751"],["6265.514","9507.291"],["6434.529","9447.591"],["6433.624","9468.533"],["6443.664","9481.163"],["6416.717","9470.943"],["6396.043","9458.805"],["6409.267","9474.362"],["6381.847","9424.509"],["6372.620","9404.939"],["6344.636","9531.251"],["6272.003","9579.402"],["6254.429","9494.426"],["6427.096","9418.963"],["6460.687","9500.816"],["6410.467","9460.209"],["6417.143","9419.835"],["6283.715","9531.184"],["6305.541","9527.287"],["6344.060","9527.865"],["6277.217","9561.549"],["6285.096","9561.268"],["6311.346","9578.328"],["6268.656","9495.153"],["6416.716","9455.271"],["6446.296","9517.348"],["6454.947","9493.054"],["6419.678","9454.643"],["6383.082","9478.128"],["6409.924","9459.201"],["6362.554","9433.527"],["6281.676","9496.750"],["6311.166","9508.806"],["6342.301","9497.526"],["6296.280","9546.024"],["6270.507","9567.015"],["6258.294","9509.719"],["6424.168","9428.855"],["6407.588","9430.663"],["6413.706","9434.363"],["6458.927","9504.829"],["6460.934","9497.001"],["6420.484","9480.043"],["6404.283","9466.038"],["6390.796","9472.694"],["6389.594","9412.618"],["6359.183","9432.585"],["6392.423","9415.789"],["6340.524","9535.313"],["6341.643","9524.463"],["6302.564","9506.659"],["6306.362","9551.194"],["6272.711","9546.867"],["6296.921","9529.922"],["6391.421","9458.144"],["6421.783","9494.263"],["6428.641","9453.884"],["6407.769","9457.467"],["6381.305","9480.721"],["6439.306","9506.497"],["6439.487","9493.417"],["6438.187","9511.072"],["6386.698","9470.445"],["6381.666","9425.797"],["6251.503","9497.203"],["6344.208","9544.925"],["6318.500","9567.461"],["6284.092","9546.520"],["6265.465","9501.462"],["6388.165","9495.617"],["6420.072","9457.665"],["6400.943","9446.105"],["6442.332","9508.380"],["6360.351","9440.512"],["21396.090","9311.167"],["21407.570","9362.282"],["21406.810","9228.783"],["20411.580","12385.145"],["20422.664","12353.344"],["20430.494","12443.708"],["20390.187","12545.757"],["20439.897","12347.169"],["20379.853","12435.632"],["20376.744","12380.752"],["20363.684","12356.118"],["20386.322","12533.833"],["20470.160","12454.205"],["20386.416","12413.502"],["20402.368","12367.167"],["20387.346","12488.503"],["20513.549","12389.184"],["20380.626","12434.608"],["20416.651","12544.006"],["10675.837","10048.763"],["10692.314","10094.093"],["10708.656","10044.258"],["10688.393","10072.700"],["10673.924","10140.594"],["10698.097","10057.076"],["10699.716","10090.443"],["10683.391","10060.334"],["10690.202","10046.256"],["10698.492","10037.222"],["10700.735","10094.935"],["10689.725","10075.243"],["10686.088","10058.534"],["10689.789","10056.519"],["10690.383","10047.643"],["10688.968","10072.270"],["10708.696","10094.671"],["28982.175","11908.012"],["28786.685","11904.694"],["28787.267","11779.167"],["28983.047","11839.194"],["28984.077","11844.510"],["28794.783","11790.596"],["28797.622","11905.041"],["4233.011","15307.026"],["4235.863","15303.839"],["4238.840","15314.722"],["4264.827","15327.158"],["4237.640","15359.380"],["4226.160","15310.693"],["4326.510","15355.504"],["4274.240","15378.890"],["4232.597","15406.221"],["4205.936","15422.968"],["4231.742","15389.012"],["4187.005","15421.415"],["4175.520","15477.212"],["4193.382","15447.451"],["4175.949","15457.553"],["4266.641","15302.479"],["4287.660","15311.777"],["4300.027","15327.189"],["4236.524","15298.337"],["4298.843","15326.661"],["4282.017","15318.073"],["4301.409","15307.321"],["4344.427","15472.848"],["4195.082","15435.692"],["4274.436","15303.314"],["4179.139","15325.815"],["4168.386","15374.475"],["4173.106","15315.730"],["4163.320","15363.014"],["4151.889","15342.138"],["4169.619","15319.182"],["4169.241","15360.850"],["4185.713","15375.905"],["4227.967","15330.273"],["4216.634","15338.200"],["4187.736","15382.395"],["4183.789","15388.192"],["4184.496","15395.839"],["4174.842","15388.688"],["4188.526","15359.819"],["4193.312","15339.422"],["4180.302","15414.443"],["4157.819","15427.837"],["4160.598","15428.283"],["4168.345","15406.994"],["4164.776","15442.700"],["4150.483","15381.742"],["4199.771","15504.743"],["4164.360","15501.638"],["4241.006","15460.353"],["4243.539","15433.846"],["4198.473","15439.824"],["4239.395","15422.285"],["4207.865","15429.354"],["4206.993","15428.759"],["4205.562","15469.354"],["4216.056","15451.451"],["4204.855","15486.100"],["4220.853","15504.989"],["4253.879","15477.491"],["4227.366","15478.201"],["4234.520","15506.937"],["4241.774","15499.440"],["4247.810","15494.287"],["4242.563","15496.021"],["4261.757","15500.629"],["4268.020","15502.442"],["4262.300","15493.562"],["4315.638","15456.799"],["4307.152","15463.752"],["4259.915","15485.090"],["4286.543","15496.485"],["4264.948","15473.446"],["4254.307","15400.435"],["4299.389","15444.085"],["4278.370","15425.225"],["4286.511","15442.500"],["4277.564","15450.873"],["4300.491","15451.253"],["4256.577","15429.106"],["4285.574","15436.075"],["4330.456","15408.570"],["4336.739","15421.617"],["4353.400","15415.193"],["4351.295","15459.487"],["4345.078","15420.296"],["4316.871","15436.894"],["4318.400","15422.988"],["4350.884","15449.462"],["4333.607","15490.094"],["4191.679","15315.086"],["4230.034","15298.884"],["4202.814","15314.987"],["4264.679","15346.366"],["4247.821","15324.351"],["4241.291","15345.226"],["4223.594","15321.708"],["4254.137","15339.644"],["4269.169","15340.024"],["4322.826","15397.800"],["4318.582","15344.720"],["4269.602","15346.635"],["4292.842","15369.625"],["4328.977","15355.966"],["4321.872","15372.250"],["4237.202","15400.193"],["4176.005","15383.751"],["4185.060","15457.938"],["4189.813","15449.714"],["4183.283","15481.043"],["4170.257","15474.767"],["4151.064","15451.822"],["4147.281","15456.826"],["4152.692","15461.962"],["4304.420","15300.282"],["4244.748","15316.273"],["4258.185","15299.724"],["4278.761","15355.678"],["4290.800","15343.787"],["4259.649","15329.452"],["4267.692","15340.500"],["4191.776","15481.737"],["4186.447","15442.579"],["4331.476","15352.232"],["4350.045","15362.026"],["4314.601","15372.084"],["4153.563","15299.721"],["4162.152","15374.822"],["4159.619","15378.059"],["4173.583","15379.314"],["4186.313","15333.798"],["4201.338","15336.863"],["4212.884","15365.814"],["4188.477","15362.676"],["4175.335","15368.902"],["4234.266","15396.152"],["4214.743","15367.234"],["4197.704","15350.157"],["4172.621","15382.280"],["4225.171","15353.411"],["4231.569","15353.642"],["4225.006","15387.069"],["4171.026","15384.616"],["4171.947","15406.152"],["4161.125","15446.879"],["4171.042","15396.375"],["4181.092","15440.339"],["4177.457","15446.103"],["4176.125","15432.940"],["4146.125","15383.526"],["4152.748","15502.761"],["4158.702","15501.836"],["4178.258","15505.370"],["4195.266","15464.267"],["4230.776","15452.492"],["4201.549","15435.696"],["4205.776","15481.575"],["4217.092","15431.435"],["4230.431","15426.084"],["4192.848","15460.254"],["4195.316","15423.887"],["4235.184","15432.921"],["4210.474","15474.749"],["4202.695","15499.093"],["4200.787","15488.523"],["4245.228","15498.250"],["4262.333","15494.089"],["4264.796","15498.231"],["4301.510","15471.993"],["4311.823","15478.351"],["4291.938","15480.168"],["4309.717","15465.271"],["4300.589","15484.875"],["4311.411","15465.057"],["4309.980","15481.654"],["4304.125","15468.558"],["4284.472","15442.533"],["4270.031","15448.544"],["4264.932","15415.811"],["4291.676","15399.989"],["4267.876","15442.962"],["4263.353","15421.575"],["4259.340","15448.610"],["4304.406","15449.188"],["4315.524","15414.011"],["4340.539","15417.620"],["4328.795","15462.591"],["4342.545","15419.949"],["4322.019","15454.152"],["4353.351","15453.046"],["4332.841","15433.739"],["4327.216","15448.008"],["4336.756","15430.767"],["4322.456","15479.855"],["4318.114","15487.402"],["4343.328","15487.485"],["4321.979","15487.534"],["4205.615","15380.562"],["4160.220","15445.624"],["4259.783","15504.495"],["4270.886","15434.903"],["4325.506","15422.724"],["6319.669","9102.772"],["6329.603","9105.282"],["6353.880","9133.127"],["6264.277","9109.828"],["6256.316","9114.651"],["6279.446","9143.429"],["6339.636","9105.794"],["6306.908","9134.618"],["6254.446","9152.728"],["6330.212","9160.377"],["6356.116","9107.727"],["6357.498","9109.345"],["6303.109","9114.832"],["6267.649","9102.644"],["6268.690","9156.790"],["6343.090","9111.839"],["6321.659","9120.939"],["6308.356","9141.851"],["6309.803","9161.075"],["6275.960","9132.595"],["6363.896","9136.463"],["6335.508","9114.267"],["6308.060","9143.387"],["6285.527","9124.956"],["6331.528","9135.538"],["6356.824","9157.916"],["6260.297","9107.351"],["6297.188","9114.469"],["10518.163","16720.222"],["10508.282","16731.347"],["10517.554","16742.342"],["10527.852","16738.288"],["10522.752","16681.798"],["10473.891","16705.381"],["10471.727","16622.709"],["10622.514","16756.138"],["10608.317","16748.049"],["10631.432","16741.981"],["10631.511","16727.486"],["10600.173","16717.767"],["10599.122","16726.787"],["10588.636","16660.387"],["10584.702","16674.908"],["10580.671","16632.291"],["10624.709","16723.358"],["10590.244","16680.714"],["10563.057","16663.479"],["10552.441","16708.127"],["10586.359","16705.501"],["10589.347","16733.934"],["10609.023","16774.497"],["10604.385","16657.816"],["10537.103","16721.487"],["10526.497","16729.556"],["10475.123","16633.302"],["10482.433","16621.360"],["10486.765","16627.613"],["10507.493","16676.253"],["10471.859","16696.152"],["10474.866","16699.764"],["10554.883","16734.858"],["10549.059","16753.284"],["10611.672","16715.425"],["10523.242","16722.253"],["10607.387","16712.934"],["10540.649","16749.904"],["16276.478","16190.420"],["16250.562","16287.520"],["16296.956","16197.987"],["16329.012","16225.618"],["27280.687","17156.366"],["27230.982","17183.436"],["27188.066","17186.253"],["27188.383","17144.293"],["27264.124","17165.978"],["27264.914","17157.324"],["27230.899","17188.572"],["27230.817","17192.850"],["27224.907","17183.525"],["27177.293","17149.027"],["27197.622","17151.224"],["26045.511","15913.663"],["26046.116","15870.808"],["26046.498","15914.027"],["26053.774","15868.532"],["26052.435","15913.977"],["26068.636","15905.026"],["26041.629","15908.246"],["26072.441","15877.318"],["26042.145","15862.471"],["26067.863","15902.383"],["26059.974","15886.831"],["17595.570","13864.308"],["17607.281","13849.196"],["17601.047","13831.194"],["17568.330","13819.037"],["17604.874","13995.812"],["11683.517","17423.572"],["11688.763","17446.032"],["11539.321","17429.857"],["11626.449","17420.099"],["11661.367","17437.705"],["11681.855","17430.013"],["11665.544","17439.191"],["11708.540","17421.144"],["11724.882","17440.170"],["11632.649","17414.170"],["11636.284","17432.238"],["11543.834","17472.487"],["11543.818","17474.023"],["11585.870","17440.973"],["11598.950","17460.311"],["11592.733","17443.482"],["11591.602","17447.728"],["11591.537","17442.327"],["11718.695","17465.787"],["11704.812","17475.874"],["11683.167","17468.524"],["11673.056","17449.666"],["11620.525","17491.337"],["11606.117","17478.274"],["11678.405","17510.760"],["11681.959","17451.004"],["11543.846","17499.927"],["11549.816","17496.558"],["11608.699","17449.247"],["11589.410","17445.285"],["11593.604","17444.360"],["11601.664","17462.128"],["11605.792","17461.913"],["11585.303","17435.473"],["11601.981","17445.366"],["11557.647","17417.345"],["11690.075","17470.341"],["11679.359","17498.675"],["11695.276","17497.950"],["11685.684","17505.959"],["11615.525","17487.638"],["11602.614","17489.834"],["11675.100","17461.706"],["11682.480","17426.511"],["11524.779","17467.595"],["11608.340","17423.138"],["11638.965","17453.576"],["20180.898","15336.684"],["20181.096","15347.535"],["20159.336","15336.618"],["20176.375","15312.671"],["20262.620","15485.920"],["20295.916","15323.773"],["20305.461","15302.509"],["20339.347","15310.021"],["20331.084","15356.622"],["20283.745","15361.661"],["20219.338","15422.087"],["20185.968","15457.663"],["20184.124","15410.346"],["20177.186","15375.890"],["20331.794","15387.279"],["20171.650","15497.345"],["20177.531","15465.293"],["20183.433","15414.986"],["20175.111","15434.078"],["20212.247","15377.634"],["20180.459","15391.992"],["20217.423","15395.991"],["20228.378","15400.973"],["20332.436","15375.372"],["20159.500","15333.910"],["20168.523","15314.647"],["20155.701","15332.638"],["20149.460","15342.855"],["20165.356","15347.039"],["18468.243","17587.013"],["18467.881","17587.442"],["18464.888","17581.679"],["18462.174","17585.163"],["18465.003","17579.003"],["6981.224","6087.839"],["6963.062","6039.297"],["7003.502","6155.397"],["6927.587","6087.406"],["6933.078","6013.252"],["6903.877","6091.874"],["6932.064","6072.088"],["16189.979","12656.551"],["16307.731","12556.610"],["16261.909","12571.275"],["16324.555","12666.730"],["16231.825","12735.176"],["16238.996","12691.410"],["16314.639","12602.988"],["16319.425","12582.476"],["16199.873","12662.265"],["16201.846","12746.980"],["16183.573","12752.644"],["16183.071","12669.384"],["16233.762","12689.037"],["16343.498","12744.312"],["16328.585","12663.410"],["16237.137","12729.643"],["16247.779","12692.467"],["16323.356","12600.824"],["16218.047","12643.388"],["16146.866","12661.295"],["16180.316","12753.420"],["16178.951","12731.653"],["16187.808","12636.469"],["16355.476","12688.910"],["16254.670","12716.448"],["16183.609","12591.903"],["16192.125","12699.597"],["16205.704","12565.590"],["16180.265","12566.476"],["16239.010","12547.472"],["6850.462","13138.893"],["6857.880","13124.657"],["6866.416","13118.199"],["6838.653","13118.942"],["6847.732","13122.328"],["6860.758","13116.267"],["6867.337","13143.418"],["6861.519","13175.228"],["6855.111","13073.962"],["6851.837","13083.673"],["6794.411","13029.001"],["6879.634","13010.453"],["6862.304","13121.502"],["6852.173","13117.885"],["6863.351","13085.869"],["6871.454","13094.079"],["6881.377","13014.103"],["6877.583","13017.298"],["6870.396","13108.422"],["6873.011","13108.257"],["6848.740","13178.680"],["6849.887","13120.883"],["6849.584","13073.929"],["6875.895","13106.878"],["6800.941","13031.412"],["6847.227","13178.300"],["6851.459","13147.404"],["6840.940","13109.240"],["6859.831","13088.248"],["6869.678","13095.532"],["6791.993","13032.948"],["7338.762","16135.606"],["7341.180","16130.140"],["7324.830","16096.209"],["7330.209","16118.571"],["7327.478","16104.054"],["7333.041","16110.613"],["7331.857","16107.557"],["7350.168","16092.398"],["7342.651","16106.898"],["7358.094","16136.247"],["7345.298","16133.803"],["7342.239","16123.976"],["7358.318","16122.950"],["7355.051","16108.758"],["7349.130","16099.542"],["7343.086","16072.828"],["7346.770","16082.671"],["7362.675","16073.241"],["7369.394","16074.064"],["7379.096","16086.469"],["7379.803","16074.066"],["7380.062","16117.748"],["7397.940","16139.961"],["7396.297","16131.344"],["7440.936","16095.109"],["7396.194","16085.467"],["7392.263","16079.158"],["7395.141","16083.568"],["7417.234","16081.821"],["7425.375","16086.049"],["7394.667","16108.938"],["7394.223","16114.719"],["7389.246","16092.249"],["7380.710","16105.247"],["7358.120","16102.354"],["7378.992","16112.841"],["7353.876","16089.373"],["7511.245","16015.909"],["7513.531","16025.802"],["7472.388","16076.790"],["7484.770","16131.094"],["7413.254","15934.059"],["7490.474","15938.650"],["7385.917","16001.064"],["7367.926","15988.600"],["7450.719","15977.483"],["7459.169","15963.415"],["7430.835","16036.111"],["7473.227","15982.253"],["7341.793","16009.564"],["7356.958","16019.589"],["7310.882","16118.705"],["7504.659","16088.728"],["7509.906","16104.351"],["7505.151","16070.023"],["7487.321","16014.520"],["7471.746","16031.151"],["7424.066","16022.485"],["7379.685","15946.080"],["7322.413","16119.240"],["7331.331","16086.781"],["7338.720","16100.012"],["7368.252","16118.392"],["7365.489","16135.551"],["7353.867","16105.108"],["7353.472","16091.664"],["7350.915","16063.943"],["7344.977","16064.868"],["7389.174","16133.553"],["7394.241","16134.895"],["7403.688","16122.459"],["7415.481","16120.857"],["7389.220","16079.274"],["7395.339","16078.035"],["7422.661","16082.333"],["7413.336","16090.096"],["7399.240","16112.803"],["7396.427","16111.217"],["7392.865","16103.480"],["7388.950","16084.619"],["7370.554","16103.494"],["7370.143","16088.960"],["7483.572","15986.680"],["7480.513","15995.779"],["7463.724","16135.278"],["7326.850","16043.742"],["7323.972","16036.872"],["7338.405","15986.426"],["7325.461","15983.503"],["7324.500","16131.884"],["7490.675","16140.806"],["7485.299","16080.499"],["7459.196","16005.651"],["7442.553","15991.452"],["7387.648","15983.234"],["7494.066","15991.370"],["7328.133","16017.252"],["7350.412","15981.124"],["7491.814","16099.512"],["7508.901","16061.325"],["7507.355","16065.432"],["7479.295","16032.323"],["7408.667","15957.817"],["7407.662","15936.071"],["7488.457","15983.343"],["7465.188","16140.298"],["7308.791","16032.826"],["7337.089","15979.605"],["7311.606","16135.815"],["7481.140","16092.344"],["7511.928","16055.215"],["7483.670","16058.099"],["7422.306","15990.016"],["7377.234","15930.010"],["21092.645","16306.429"],["29304.192","8323.979"],["29287.432","8516.759"],["29329.108","8377.564"],["29282.646","8320.808"],["29231.986","8410.875"],["29347.054","8357.045"],["29231.347","8360.444"],["29288.335","8426.862"],["29254.406","8481.152"],["29310.539","8480.322"],["29237.218","8365.283"],["29251.610","8486.057"],["29329.404","8474.806"],["29322.662","8345.333"],["29298.104","8393.468"],["29242.580","8493.935"],["29268.104","8449.207"],["26969.510","9301.523"],["27075.801","9234.618"],["27088.383","9225.964"],["27068.444","9306.486"],["27019.426","9170.666"],["27038.884","9181.269"],["27066.828","9166.190"],["27001.247","9290.083"],["27059.849","9370.264"],["26933.918","9212.869"],["26973.671","9254.752"],["27059.677","9317.453"],["27028.023","9279.166"],["27048.928","9329.752"],["27000.402","9243.155"],["26893.654","9209.847"],["27025.965","9205.568"],["27061.466","9176.016"],["27047.497","9373.435"],["26940.414","9288.146"],["26948.819","9260.416"],["26936.796","9283.802"],["27068.202","9220.580"],["27055.927","9297.882"],["27035.194","9297.267"],["27019.569","9288.183"],["27002.086","9304.484"],["27000.435","9207.582"],["26969.082","9208.014"],["26970.513","9297.625"],["26943.918","9261.374"],["26911.549","9256.684"],["27077.725","9218.747"],["27071.240","9337.931"],["27070.960","9306.470"],["26938.901","9252.473"],["26893.753","9204.685"],["27079.501","9237.591"],["26925.250","9261.754"],["27015.347","9179.171"],["8610.386","11652.644"],["8591.375","11635.042"],["8574.624","11611.094"],["8579.163","11600.186"],["8570.329","11638.140"],["8604.000","11622.435"],["8571.384","11662.434"],["8608.297","11639.266"],["8603.414","11626.471"],["8576.400","11605.652"],["8568.253","11647.781"],["8570.082","11633.020"],["8606.500","11613.484"],["8571.762","11660.601"],["8589.665","11632.788"],["8608.018","11646.847"],["8603.743","11630.352"],["8580.314","11611.953"],["8583.867","11607.452"],["8577.401","11638.932"],["8600.261","11618.452"],["8583.914","11698.448"],["8599.444","11624.004"],["8599.608","11699.059"],["8604.662","11645.889"],["8592.345","11625.728"],["8583.999","11595.693"],["8577.072","11643.425"],["8599.533","11631.690"],["8596.895","11625.011"],["8603.478","11654.493"],["8584.221","11625.521"],["8576.071","11611.788"],["8580.315","11597.114"],["8567.993","11636.868"],["8598.283","11632.879"],["8595.744","11612.641"],["8605.205","11644.287"],["8590.824","11603.935"],["8574.418","11624.431"],["8577.516","11642.351"],["18472.067","12037.577"],["18475.390","12031.979"],["18491.555","12004.484"],["18511.292","12001.445"],["18499.248","11995.467"],["18479.689","11983.343"],["18491.281","12022.373"],["18600.024","11985.348"],["18486.748","11983.939"],["18513.052","12020.784"],["18556.374","12033.111"],["18552.871","12035.555"],["18608.592","12020.340"],["18626.256","12026.831"],["18615.375","11931.145"],["18481.545","12025.692"],["18483.021","12036.752"],["18497.915","11989.406"],["18480.514","11994.955"],["18487.586","11993.898"],["18489.450","12012.461"],["18505.980","12016.573"],["18498.480","12018.439"],["18544.217","11942.625"],["18529.162","11968.885"],["18616.815","12013.883"],["18630.648","12017.681"],["18617.358","12009.936"],["18581.417","12123.134"],["18588.615","11918.924"],["18548.341","11967.175"],["18498.195","11990.727"],["18514.962","12004.582"],["18479.173","12033.085"],["18519.962","12015.796"],["18487.060","11978.275"],["18483.716","12009.408"],["18480.300","11974.856"],["18492.575","12015.268"],["18500.734","12009.931"],["18630.319","12016.459"],["18493.496","12007.919"],["18476.196","12024.134"],["18578.758","11992.244"],["18541.000","11990.561"],["18560.700","12021.121"],["18545.725","12017.671"],["18552.986","12012.021"],["18576.389","12009.188"],["18575.172","12014.440"],["18536.379","12003.426"],["18615.269","12008.136"],["18621.042","12026.748"],["18511.269","12014.635"],["18638.132","12054.035"],["18567.727","12026.625"],["18560.231","11978.084"],["18466.324","12023.269"],["18515.169","12019.181"],["18559.173","12031.821"],["18576.997","12041.648"],["18537.073","12028.257"],["18583.631","11941.087"],["18517.537","12009.986"],["18504.741","12010.448"],["18663.685","12020.092"],["18660.264","12017.482"],["18604.240","11913.986"],["11705.875","12093.157"],["11717.256","12107.063"],["11701.977","12094.709"],["13842.685","17756.016"],["13862.675","17711.644"],["13913.185","17775.707"],["13906.247","17685.254"],["14016.804","17683.905"],["13878.294","17795.454"],["13877.001","17757.045"],["13960.011","17806.772"],["13926.905","17710.143"],["13962.709","17628.928"],["13971.705","17727.819"],["13839.840","17786.767"],["13885.734","17722.148"],["13934.369","17814.617"],["13874.849","17661.423"],["13976.278","17646.269"],["14028.925","17695.483"],["13973.375","17795.985"],["13961.467","17763.219"],["13948.836","17797.802"],["13976.188","17713.459"],["13930.974","17716.019"],["13990.053","17800.015"],["13922.175","17764.805"],["13956.418","17792.864"],["14000.711","17763.004"],["13936.106","17773.723"],["13906.270","17793.855"],["13952.619","17761.848"],["13947.750","17745.829"],["14001.089","17802.113"],["13940.760","17714.169"],["13977.569","17731.312"],["13965.661","17763.748"],["13914.132","17794.995"],["13968.161","17736.266"],["13900.365","17716.217"],["13940.629","17724.986"],["13965.349","17800.379"],["13931.780","17792.930"],["13970.053","17777.307"],["13970.530","17748.025"],["13906.632","17763.483"],["13944.181","17740.511"],["13905.102","17761.072"],["13965.464","17759.355"],["13915.727","17738.149"],["13939.033","17767.612"],["13918.589","17813.062"],["13925.925","17789.528"],["14009.115","17806.621"],["13959.905","17776.382"],["13975.941","17778.644"],["14007.635","17792.732"],["13928.013","17741.865"],["13930.365","17746.919"],["13997.536","17756.514"],["13944.395","17728.455"],["13982.569","17774.185"],["13945.036","17705.019"],["13947.240","17811.906"],["14010.300","17805.911"],["14000.020","17721.733"],["13960.908","17792.534"],["13840.777","17798.642"],["13859.139","17708.044"],["13864.024","17711.132"],["14030.718","17725.171"],["13926.987","17705.420"],["13930.079","17690.126"],["13860.989","17639.036"],["13852.304","17656.922"],["13943.679","17635.781"],["14027.461","17712.675"],["14013.794","17738.538"],["13906.846","17803.665"],["13938.754","17727.612"],["13972.734","17779.189"],["13902.767","17793.244"],["13920.168","17747.645"],["13937.405","17798.083"],["13931.599","17785.201"],["13999.543","17791.840"],["13977.504","17767.447"],["13970.563","17738.066"],["13957.060","17711.229"],["13995.612","17740.791"],["13931.911","17794.268"],["13970.711","17712.914"],["13953.490","17713.855"],["13925.086","17763.913"],["13994.609","17765.696"],["13907.240","17804.441"],["13831.929","17810.301"],["13832.669","17820.392"],["13914.139","17732.833"],["13882.215","17734.204"],["13914.846","17786.789"],["13939.830","17791.016"],["13938.056","17689.069"],["13916.839","17718.384"],["13941.854","17638.903"],["13942.216","17639.629"],["13989.879","17685.276"],["14003.859","17677.184"],["20583.727","8629.911"],["20594.550","8658.995"],["20568.662","8668.144"],["20578.020","8603.107"],["20616.277","8617.822"],["20575.191","8653.379"],["20632.346","8635.444"],["22567.276","15750.504"],["22580.431","15778.859"],["22616.913","15794.576"],["22642.937","15796.273"],["22655.673","15866.380"],["22641.339","15768.988"],["22488.837","15901.942"],["22482.900","15917.879"],["22535.796","15733.328"],["22583.095","15783.269"],["22582.141","15781.469"],["22648.730","15732.369"],["22656.395","15731.576"],["22670.690","15807.622"],["22630.575","15805.359"],["22594.395","15816.128"],["22668.042","15863.138"],["22652.762","15886.199"],["22601.769","15819.190"],["22618.362","15760.383"],["22644.892","15759.178"],["9002.758","18026.748"],["9023.694","17869.431"],["9061.006","17837.546"],["8991.680","18035.375"],["9015.932","18021.612"],["9001.041","17888.905"],["9039.427","17855.102"],["9008.301","18016.492"],["8990.843","18022.280"],["9000.992","17879.970"],["9049.147","17853.467"],["8996.378","17892.926"],["9005.563","17898.171"],["8988.294","17870.613"],["9015.359","17884.204"],["9036.175","17893.998"],["9042.434","17889.535"],["9039.327","17871.083"],["9042.837","17870.694"],["9080.477","17909.913"],["9059.634","17914.679"],["9041.580","17996.388"],["9036.185","17993.509"],["9170.814","17899.111"],["9179.442","17899.981"],["9160.264","17898.861"],["9150.538","17898.045"],["9149.496","17901.154"],["9183.675","17907.121"],["9187.942","17906.664"],["9178.294","17910.140"],["9051.371","17999.060"],["8991.010","18039.404"],["9183.324","17944.203"],["9192.623","17902.540"],["9136.340","17844.968"],["9023.530","17909.477"],["9042.031","18012.560"],["9113.199","17873.961"],["9001.652","17882.629"],["9006.318","17879.501"],["9035.096","17873.496"],["9048.040","17872.518"],["9057.783","17918.262"],["9067.301","17903.714"],["9140.396","18014.449"],["9131.402","18003.632"],["9033.877","17995.776"],["9033.449","17985.128"],["9193.788","17910.529"],["9144.860","17903.937"],["9160.172","17895.795"],["9149.015","17895.460"],["9054.926","18012.759"],["9097.015","17849.899"],["9004.548","17877.166"],["9036.341","17891.651"],["9076.905","17911.612"],["9068.252","17913.613"],["9135.254","18003.849"],["9142.559","18016.071"],["9079.615","18041.339"],["9035.737","17991.063"],["9036.321","18026.478"],["9040.945","18017.883"],["9163.165","17897.467"],["9167.347","17897.567"],["9171.338","17895.100"],["9174.300","17888.218"],["9181.117","17897.049"],["9184.629","17902.566"],["9142.778","17914.829"],["8989.840","18041.834"],["8992.940","18043.212"],["9051.090","17975.361"],["9035.361","17981.330"],["9194.531","17940.542"],["9160.041","17889.790"],["9190.496","17919.483"],["9112.575","17836.923"],["9094.728","17863.342"],["8991.454","17872.032"],["9039.034","17889.774"],["9077.033","17908.280"],["9192.062","17903.051"],["9148.881","17898.876"],["9050.027","17902.854"],["9036.767","17860.356"],["9186.591","17915.696"],["9115.189","17843.094"],["15945.921","18220.127"],["16002.362","18168.574"],["16137.279","18222.160"],["16037.664","18072.098"],["16022.879","18148.987"],["16001.192","18213.470"],["16003.659","18171.984"],["16003.889","18231.555"],["15962.392","18166.996"],["15981.441","18149.631"],["16048.807","18071.398"],["16059.820","18143.322"],["16145.384","18217.164"],["16132.861","18121.100"],["16118.256","18182.405"],["16107.532","18210.299"],["16117.186","18148.036"],["15973.461","18238.326"],["15956.570","18188.152"],["16009.580","18130.250"],["16027.754","18218.408"],["15985.665","18228.086"],["15984.366","18217.170"],["15954.382","18223.132"],["15958.889","18224.618"],["15962.773","18207.088"],["16121.989","18224.833"],["16125.706","18169.804"],["15940.764","18134.725"],["16006.507","18114.536"],["15944.490","18204.619"],["16036.866","18053.429"],["16059.409","18162.777"],["16144.924","18219.228"],["16016.556","18206.774"],["16124.351","18140.971"],["16061.547","18209.237"],["16048.955","18073.413"],["16060.149","18169.845"],["16115.713","18219.641"],["16031.836","18208.310"],["15947.138","18224.966"],["16071.439","18058.037"],["16039.195","18149.845"],["15953.865","18045.043"],["28438.951","15964.172"],["28364.636","15956.508"],["28389.799","15947.005"],["28369.351","15993.692"],["28394.522","16028.038"],["28365.890","16061.027"],["28363.503","16084.926"],["28461.040","15969.985"],["28437.751","15941.942"],["28394.009","15932.802"],["28360.059","15939.079"],["28379.020","16009.830"],["28385.261","15980.521"],["28423.515","16059.712"],["28423.823","16054.026"],["28394.088","16000.761"],["28402.411","15991.132"],["28420.558","16067.890"],["28409.177","16030.582"],["28396.926","16065.850"],["28388.536","16100.781"],["28363.750","16078.684"],["28375.262","16135.131"],["24841.603","7604.644"],["24853.991","7563.889"],["24937.440","7603.039"],["24803.434","7483.072"],["24821.043","7649.400"],["24895.372","7544.814"],["24935.911","7607.746"],["24834.865","7525.285"],["24895.125","7555.020"],["24926.404","7608.390"],["24815.452","7646.130"],["24914.780","7560.388"],["24899.315","7643.254"],["24819.125","7484.591"],["24893.777","7573.947"],["24834.201","7656.039"],["24938.361","7590.868"],["24801.471","7617.262"],["24891.162","7545.639"],["24803.105","7484.872"],["24891.947","7601.421"],["24788.599","7481.090"],["24879.418","7582.997"],["24928.016","7600.265"],["14083.907","12231.907"],["14088.924","12287.200"],["14118.809","12219.422"],["14056.309","12259.735"],["14129.079","12301.429"],["14072.991","12126.447"],["14134.652","12160.139"],["14134.175","12172.228"],["14069.287","12127.698"],["14171.352","12315.212"],["14170.529","12326.673"],["14165.167","12304.163"],["14056.605","12330.967"],["14238.932","12218.533"],["14169.538","12233.837"],["14073.003","12236.911"],["14085.552","12241.139"],["14054.253","12250.289"],["14117.641","12268.720"],["14075.618","12238.100"],["14155.724","12300.520"],["14113.832","12298.935"],["14100.740","12312.098"],["14127.303","12303.658"],["14156.398","12298.373"],["14096.626","12153.615"],["14144.915","12147.884"],["14082.662","12159.841"],["14098.830","12144.812"],["14165.677","12329.217"],["14184.937","12322.099"],["14175.496","12325.600"],["14215.347","12239.590"],["14152.433","12216.909"],["14169.703","12236.364"],["14093.990","12254.170"],["14061.868","12250.091"],["14091.062","12245.417"],["14082.164","12242.527"],["14107.509","12198.563"],["14083.085","12246.243"],["14080.651","12276.746"],["14070.618","12235.095"],["14062.953","12264.426"],["14084.286","12234.484"],["14083.414","12277.787"],["14057.591","12259.323"],["14081.720","12246.870"],["14082.016","12242.675"],["14167.138","12312.164"],["14107.829","12311.057"],["14164.211","12300.636"],["14149.671","12301.875"],["14095.625","12315.698"],["14155.164","12306.218"],["14073.057","12131.352"],["14139.718","12179.858"],["14096.165","12124.928"],["14076.297","12156.340"],["14125.063","12143.276"],["14105.738","12138.949"],["14074.192","12160.271"],["14119.488","12125.110"],["14082.925","12147.901"],["14093.501","12129.305"],["14079.636","12140.865"],["14145.590","12161.080"],["14079.521","12144.945"],["14056.639","12131.596"],["14053.481","12125.271"],["14178.276","12326.062"],["14080.190","12305.633"],["14045.207","12324.179"],["14054.154","12300.463"],["14061.670","12310.752"],["14237.808","12313.348"],["14191.383","12244.694"],["14195.777","12260.284"],["14194.870","12228.228"],["14207.287","12213.001"],["14176.726","12248.882"],["14187.483","12240.740"],["14177.614","12214.745"],["14091.703","12286.259"],["14113.332","12205.070"],["14123.978","12258.713"],["14145.420","12180.396"],["14068.036","12256.366"],["14087.098","12243.996"],["14138.618","12294.757"],["14124.901","12307.886"],["14094.194","12292.593"],["14113.271","12187.009"],["14089.998","12135.960"],["14105.886","12153.318"],["14145.310","12143.144"],["14170.743","12326.128"],["14171.812","12333.478"],["14176.434","12306.822"],["14238.357","12262.167"],["14185.610","12269.632"],["14218.998","12293.546"],["14176.578","12217.388"],["14175.163","12217.867"],["14058.118","12253.295"],["14114.615","12215.408"],["14109.269","12193.195"],["14107.838","12202.097"],["14073.661","12234.186"],["14074.384","12233.443"],["14058.907","12262.477"],["14119.631","12258.447"],["14075.223","12236.284"],["14114.474","12335.500"],["14164.984","12325.987"],["14105.428","12321.264"],["14101.678","12300.801"],["14113.026","12314.757"],["14086.875","12297.564"],["14163.635","12306.301"],["14121.889","12127.703"],["14073.846","12134.722"],["14143.600","12140.073"],["14142.119","12139.445"],["14172.240","12312.586"],["14170.940","12327.565"],["14169.740","12306.673"],["14245.752","12314.747"],["14178.950","12313.214"],["14169.509","12316.847"],["14168.753","12306.475"],["14166.861","12316.104"],["14068.841","12324.311"],["14210.824","12293.794"],["14250.692","12281.770"],["14191.284","12270.689"],["14183.932","12302.464"],["14239.080","12277.443"],["14218.751","12256.651"],["14220.922","12270.903"],["14168.173","12241.616"],["14186.348","12218.775"],["14167.367","12254.795"],["14068.571","12297.134"],["14175.867","12298.159"],["14193.242","12181.458"],["14103.884","12218.215"],["14071.056","12124.705"],["14133.301","12324.284"],["14050.199","12277.184"],["14141.130","12336.045"],["14200.512","12178.733"],["14087.370","12206.869"],["14115.672","12153.833"],["14095.152","12131.724"],["14101.825","12309.154"],["14128.038","12320.717"],["12713.771","14341.735"],["12672.602","14255.657"],["12577.928","14359.885"],["12573.909","14326.318"],["12697.866","14355.848"],["12710.218","14355.077"],["12653.967","14263.766"],["12674.033","14261.635"],["12584.434","14383.892"],["12579.151","14449.040"],["12587.046","14394.275"],["12587.402","14360.523"],["12645.372","14399.670"],["12620.840","14258.818"],["12610.827","14240.568"],["12571.076","14422.550"],["12578.274","14345.715"],["12571.442","14312.709"],["12586.921","14351.332"],["12769.932","14447.348"],["12588.883","14363.876"],["12621.326","14386.953"],["12625.873","14251.106"],["12584.250","14410.114"],["12585.807","14361.101"],["12639.566","14412.106"],["12639.755","14251.915"],["12585.218","14246.153"],["12570.578","14238.644"],["12593.208","14371.820"],["12639.780","14406.210"],["12610.926","14246.018"],["12623.472","14265.590"],["16875.119","16374.553"],["16838.238","16561.104"],["16888.015","16368.963"],["16915.127","16381.505"],["16868.968","16453.702"],["16864.430","16452.144"],["16952.341","16356.222"],["16918.806","16361.214"],["16831.474","16387.972"],["16935.336","16399.064"],["16842.323","16358.698"],["16833.595","16374.174"],["16820.590","16476.918"],["16822.402","16461.179"],["16787.671","16462.933"],["16885.997","16390.049"],["16917.994","16364.795"],["16957.182","16375.138"],["16815.304","16395.770"],["16844.204","16555.163"],["16784.775","16546.264"],["16869.764","16378.951"],["16837.400","16361.329"],["16884.288","16417.829"],["16828.244","16357.323"],["16968.097","16354.831"],["16848.756","16562.641"],["5253.572","15512.352"],["5261.089","15512.947"],["5252.174","15528.554"],["5327.350","15532.443"],["5377.362","15547.603"],["5397.921","15554.313"],["5365.339","15526.237"],["5372.642","15529.111"],["5384.155","15561.926"],["5338.301","15561.111"],["5324.666","15550.409"],["5329.008","15549.782"],["5318.038","15556.669"],["5244.983","15512.261"],["5239.225","15513.564"],["5367.782","15617.081"],["5356.876","15625.365"],["5395.993","15595.004"],["5230.353","15589.250"],["5248.953","15588.815"],["5249.326","15582.631"],["5243.163","15554.873"],["5204.045","15571.954"],["5210.278","15553.507"],["5225.109","15583.511"],["5215.093","15580.175"],["5242.276","15534.970"],["5227.440","15529.817"],["5298.136","15562.410"],["5298.235","15549.462"],["5319.498","15597.343"],["5352.613","15596.036"],["5206.692","15520.456"],["5202.185","15531.868"],["5282.007","15648.037"],["5276.086","15657.121"],["5293.280","15652.891"],["5291.997","15644.848"],["5259.054","15696.042"],["5260.195","15652.555"],["5253.064","15677.161"],["5266.798","15688.111"],["5214.385","15611.009"],["5230.043","15617.995"],["5231.316","15692.697"],["5212.270","15686.702"],["5214.685","15665.352"],["5218.764","15660.695"],["5202.948","15640.564"],["5202.256","15712.526"],["5250.168","15507.266"],["5374.270","15521.398"],["5365.224","15528.863"],["5368.448","15563.000"],["5327.807","15579.096"],["5351.870","15573.019"],["5323.827","15557.131"],["5349.403","15569.584"],["5331.080","15583.935"],["5245.739","15530.114"],["5245.525","15528.230"],["5243.271","15519.279"],["5233.705","15511.883"],["5229.358","15518.989"],["5350.971","15674.298"],["5350.149","15675.537"],["5347.238","15669.889"],["5344.249","15668.719"],["5355.120","15668.917"],["5369.058","15631.947"],["5369.648","15626.887"],["5392.095","15590.198"],["5216.429","15556.446"],["5200.443","15557.999"],["5225.455","15575.782"],["5220.175","15577.268"],["5237.259","15535.267"],["5231.437","15546.316"],["5293.959","15556.399"],["5295.061","15559.553"],["5327.113","15609.663"],["5353.797","15599.719"],["5285.774","15666.980"],["5273.142","15659.681"],["5297.935","15649.853"],["5273.314","15622.646"],["5281.883","15630.540"],["5256.143","15700.996"],["5263.281","15706.413"],["5250.048","15698.900"],["5264.791","15685.023"],["5249.183","15685.584"],["5235.151","15524.491"],["5381.507","15554.428"],["5376.803","15560.357"],["5319.633","15576.091"],["5324.370","15582.845"],["5337.528","15566.693"],["5352.550","15670.962"],["5393.261","15593.848"],["5236.475","15578.127"],["5248.016","15533.071"],["5301.689","15550.651"],["5336.521","15611.067"],["5292.122","15649.441"],["5251.659","15654.371"],["5255.120","15688.293"],["5235.513","15521.304"],["5380.652","15556.542"],["5335.406","15564.315"],["5337.725","15560.616"],["5350.877","15674.780"],["5230.466","15563.825"],["5199.982","15549.906"],["5224.024","15568.168"],["5231.503","15537.926"],["5297.149","15570.139"],["5333.906","15616.963"],["5367.037","15605.863"],["5202.711","15527.954"],["5302.303","15630.085"],["5248.330","15614.867"],["5256.051","15664.313"],["5263.262","15692.009"],["5226.326","15611.339"],["5218.471","15683.697"],["5205.918","15665.220"],["14894.558","14045.279"],["14902.291","14051.421"],["14893.900","14077.831"],["11724.231","14393.687"],["11699.139","14402.954"],["11703.412","14427.653"],["11694.491","14431.681"],["11696.193","14429.241"],["11696.192","14407.739"],["11705.514","14426.763"],["11719.712","14427.871"],["11721.552","14425.604"],["11720.572","14368.371"],["11707.524","14369.666"],["11690.384","14367.459"],["11694.604","14368.634"],["11581.733","14441.604"],["11580.544","14430.879"],["11569.468","14433.539"],["11567.738","14415.769"],["11567.914","14411.368"],["11559.365","14416.593"],["11554.561","14422.415"],["11536.091","14436.035"],["11529.327","14435.461"],["11529.906","14443.386"],["11676.000","14447.604"],["11637.369","14440.055"],["11642.467","14448.498"],["11623.942","14326.533"],["11628.789","14317.997"],["11626.022","14314.158"],["11624.974","14348.691"],["11604.495","14355.854"],["11628.556","14344.440"],["11605.403","14353.365"],["11721.413","14391.910"],["11576.443","14352.344"],["11556.876","14314.839"],["11528.824","14346.741"],["11554.394","14332.826"],["11532.072","14374.941"],["11693.486","14321.653"],["11663.649","14288.021"],["11632.549","14378.532"],["11611.092","14417.849"],["11718.913","14429.168"],["11581.470","14445.380"],["11577.907","14428.837"],["11563.871","14411.366"],["11553.686","14422.580"],["11545.982","14437.502"],["11525.320","14436.934"],["11656.586","14434.305"],["11665.787","14435.388"],["11658.949","14439.796"],["11676.542","14435.443"],["11674.226","14440.093"],["11637.859","14446.020"],["11643.198","14434.816"],["11628.373","14326.460"],["11517.403","14345.150"],["11580.906","14294.988"],["11550.749","14364.249"],["11556.220","14360.589"],["11576.838","14353.368"],["11559.132","14320.077"],["11537.147","14354.801"],["11554.262","14341.761"],["11692.581","14327.400"],["11669.751","14306.914"],["11631.414","14378.020"],["11595.566","14397.222"],["11563.258","14298.126"],["11538.791","14364.927"],["11578.121","14347.719"],["11536.949","14345.783"],["11553.605","14338.705"],["11523.996","14360.837"],["11723.103","14280.994"],["11694.423","14323.288"],["11667.793","14301.993"],["11629.325","14373.181"],["11588.329","14396.858"],["11561.631","14333.074"],["11558.685","14291.239"],["11537.459","14366.644"],["11581.023","14340.210"],["11582.989","14358.041"],["11528.068","14344.264"],["11550.810","14325.478"],["11690.673","14325.170"],["11666.083","14290.564"],["11633.865","14373.874"],["11608.921","14404.604"],["19936.479","8507.922"],["8892.104","16401.044"],["8851.317","16385.865"],["8842.014","16391.045"],["8912.469","16556.672"],["8919.435","16548.170"],["8893.207","16513.137"],["8958.647","16562.699"],["8960.774","16477.960"],["8948.915","16502.991"],["8787.775","16402.616"],["8788.141","16380.261"],["8807.312","16422.625"],["8843.942","16440.901"],["8825.950","16454.391"],["8823.540","16448.669"],["8856.818","16376.940"],["8844.393","16382.282"],["8907.581","16503.855"],["8898.403","16437.041"],["8869.354","16413.900"],["8839.434","16354.301"],["8866.644","16367.507"],["8941.741","16450.418"],["8916.102","16428.418"],["8903.604","16421.172"],["8957.061","16456.041"],["8886.744","16387.966"],["8984.921","16474.452"],["8978.093","16482.066"],["8984.921","16474.452"],["8952.502","16512.209"],["8985.529","16484.156"],["8843.839","16437.119"],["8843.889","16359.765"],["8834.781","16359.804"],["8904.124","16482.808"],["8826.876","16361.301"],["8856.296","16354.882"],["8861.660","16371.570"],["8874.101","16363.275"],["8870.601","16379.048"],["8874.522","16370.208"],["8958.690","16459.480"],["8920.295","16447.652"],["8904.968","16432.299"],["8892.994","16384.547"],["8926.934","16447.623"],["8894.456","16481.328"],["8881.111","16507.359"],["8901.135","16543.484"],["8915.112","16544.849"],["8910.596","16548.997"],["8889.145","16513.885"],["8961.646","16558.665"],["8944.264","16500.213"],["8782.579","16398.711"],["8912.272","16559.539"],["8964.502","16474.707"],["8916.528","16489.304"],["12471.044","15001.883"],["12540.178","14937.799"],["12543.989","14942.086"],["12461.512","15023.428"],["12454.314","15034.266"],["12464.302","14998.640"],["12463.959","15000.681"],["12562.675","14915.400"],["26276.159","16287.217"],["26286.431","16193.845"],["26327.402","16196.389"],["26325.109","16210.712"],["26361.781","16232.205"],["26454.894","16309.101"],["26278.602","16181.096"],["26277.533","16186.810"],["26320.429","16195.630"],["26332.313","16208.615"],["26331.310","16212.925"],["26363.722","16232.007"],["26357.966","16235.871"],["26419.763","16304.823"],["26455.075","16316.021"],["26268.804","16291.873"],["18571.200","13366.102"],["18525.321","13346.594"],["18528.389","13390.234"],["8277.496","15709.077"],["8250.389","15705.883"],["8257.938","15714.731"],["8269.413","15711.631"],["8249.214","15697.779"],["8268.365","15714.847"],["13531.659","17986.007"],["13537.383","17998.294"],["13480.771","18004.884"],["13489.472","18002.489"],["13533.107","18000.375"],["13506.544","17998.690"],["19916.784","17311.134"],["19769.957","17330.351"],["19832.347","17301.396"],["19906.220","17231.285"],["19895.093","17269.378"],["19901.391","17308.573"],["19881.618","17392.016"],["19826.553","17356.642"],["19879.229","17343.396"],["19931.403","17399.972"],["19929.995","17307.410"],["19869.518","17381.660"],["19911.330","17214.816"],["19906.079","17259.898"],["19881.157","17199.420"],["19884.466","17332.735"],["19867.542","17360.745"],["19890.898","17269.593"],["19862.111","17393.271"],["19894.262","17340.671"],["19843.724","17342.819"],["19920.660","17305.543"],["19777.408","17322.903"],["19804.765","17318.952"],["19924.493","17254.538"],["19903.053","17306.158"],["19896.935","17283.796"],["19921.950","17371.414"],["19870.305","17319.804"],["19891.794","17405.295"],["19896.696","17400.026"],["11507.909","18499.361"],["11495.640","18476.239"],["12170.870","19195.210"],["12249.206","19115.264"],["12152.235","19142.476"],["12176.609","19167.126"],["12179.948","19148.398"],["12215.324","19108.014"],["12232.857","19114.571"],["12158.206","19181.039"],["3349.781","11765.072"],["3378.752","11778.945"],["3361.251","11798.278"],["3324.746","11869.264"],["3348.627","11908.084"],["3335.993","11904.874"],["3334.294","11903.272"],["3307.369","11876.988"],["3348.169","11763.734"],["3379.492","11765.749"],["3360.708","11797.898"],["3323.134","11879.982"],["3349.597","11905.987"],["3330.824","11902.330"],["3321.333","11867.492"],["3305.579","11823.686"],["3367.485","11773.556"],["3352.264","11755.691"],["3383.127","11778.681"],["3356.448","11793.472"],["3321.341","11877.191"],["3318.192","11900.712"],["3315.132","11863.858"],["3304.543","11828.178"],["3363.487","11806.420"],["3353.284","11764.741"],["3388.078","11773.991"],["3327.196","11870.057"],["3352.377","11909.241"],["3333.526","11901.868"],["3329.590","11906.855"],["3317.813","11870.564"],["3305.842","11823.950"],["3392.333","11780.020"],["3393.366","11778.431"],["3365.215","11786.096"],["12083.195","12644.452"],["12051.984","12658.136"],["12021.490","12636.751"],["12052.342","12613.775"],["12020.760","12704.642"],["12000.652","12723.187"],["12109.653","12709.637"],["12102.124","12635.429"],["11964.443","12611.263"],["11994.977","12662.084"],["11953.185","12556.450"],["11971.560","12742.280"],["11948.296","12725.666"],["12078.688","12660.125"],["12052.198","12651.893"],["12029.549","12627.899"],["12053.921","12611.446"],["12007.454","12688.655"],["12022.461","12726.539"],["12116.808","12721.098"],["12105.874","12643.769"],["11964.048","12605.054"],["11984.664","12667.336"],["11987.125","12638.917"],["11961.046","12567.218"],["12009.836","12752.683"],["11977.399","12727.829"],["11947.901","12728.309"],["12136.649","12750.361"],["11981.755","12714.547"],["11991.190","12705.556"],["11976.573","12694.363"],["12145.432","12731.857"],["12071.797","12647.111"],["12055.010","12652.124"],["12027.609","12630.855"],["12056.783","12598.316"],["12010.398","12706.360"],["12014.188","12737.060"],["12117.022","12720.784"],["12103.161","12634.372"],["11969.410","12601.618"],["11991.440","12665.057"],["11976.221","12644.350"],["11957.412","12569.034"],["11971.018","12731.694"],["11952.408","12730.935"],["11963.389","12646.722"],["11981.640","12683.882"],["11987.316","12703.847"],["12021.625","12589.902"],["11941.018","12744.576"],["11948.427","12726.575"],["12102.943","12720.239"],["12084.790","12654.295"],["12056.326","12648.243"],["12027.658","12642.416"],["12063.379","12617.474"],["12016.648","12701.603"],["12021.063","12746.919"],["12108.226","12632.638"],["11971.531","12610.388"],["11995.947","12675.313"],["11980.711","12629.883"],["11951.951","12562.296"],["12010.396","12756.515"],["11962.613","12740.381"],["14454.895","8481.580"],["14422.570","8521.910"],["14423.952","8499.532"],["14421.205","8491.175"],["14426.198","8438.650"],["14424.965","8417.048"],["14443.271","8387.089"],["14316.274","8472.433"],["14323.182","8484.126"],["14333.478","8476.958"],["14309.143","8491.410"],["14304.110","8504.160"],["14405.036","8460.487"],["14378.704","8449.454"],["14400.497","8438.142"],["14459.517","8453.884"],["14431.090","8518.607"],["14449.373","8392.044"],["14305.221","8435.885"],["14315.903","8497.207"],["14401.648","8423.426"],["14449.089","8456.526"],["14439.577","8511.043"],["14445.399","8516.559"],["14404.873","8509.524"],["14440.804","8439.492"],["14450.738","8439.657"],["14451.165","8405.074"],["14319.563","8478.213"],["14298.346","8451.987"],["14311.265","8500.939"],["14285.762","8528.044"],["14421.895","8458.208"],["14414.493","8462.485"],["14374.033","8434.062"],["14451.524","8485.940"],["14450.942","8489.144"],["14412.340","8514.858"],["14390.416","8485.725"],["14426.577","8435.446"],["14451.659","8429.401"],["14399.603","8398.386"],["14328.938","8434.877"],["14347.820","8440.905"],["14355.567","8495.686"],["14305.426","8506.472"],["14315.640","8491.972"],["14363.128","8402.386"],["14415.332","8447.341"],["14389.033","8463.080"],["14454.007","8495.304"],["14400.613","8525.461"],["14402.159","8503.446"],["14433.952","8494.148"],["14430.327","8383.126"],["14428.046","8432.166"],["14456.198","8410.227"],["14334.799","8482.463"],["14346.662","8455.767"],["14333.642","8449.146"],["14280.177","8523.469"],["14302.186","8495.737"],["14382.552","8445.491"],["14405.990","8442.683"],["14416.220","8460.355"],["14390.975","8496.163"],["14399.758","8514.594"],["14306.109","8478.114"],["14301.692","8519.007"],["14406.237","8420.041"],["14382.569","8461.577"],["12554.546","15529.220"],["12555.582","15555.446"],["12521.519","15558.897"],["12450.913","15526.640"],["12422.870","15522.313"],["12438.084","15546.458"],["12439.345","15606.269"],["12432.239","15597.565"],["12428.308","15598.738"],["12477.494","15634.045"],["12489.040","15603.607"],["12503.826","15609.124"],["12379.911","15610.744"],["12402.690","15612.907"],["12373.825","15594.790"],["12364.570","15713.661"],["12434.900","15684.703"],["12417.450","15695.107"],["12432.088","15712.498"],["12532.332","15717.379"],["12505.823","15678.622"],["12487.665","15659.250"],["12499.474","15650.018"],["12517.654","15549.137"],["12523.559","15532.357"],["12543.592","15533.728"],["12421.669","15547.928"],["12424.350","15539.241"],["12417.558","15517.655"],["12442.832","15629.869"],["12438.243","15617.896"],["12424.394","15632.561"],["12502.231","15632.988"],["12512.938","15617.249"],["12502.527","15639.743"],["12386.523","15586.598"],["12390.355","15586.796"],["12404.598","15591.024"],["12427.943","15715.404"],["12408.930","15710.384"],["12429.358","15706.172"],["12513.965","15687.640"],["12505.280","15647.805"],["12511.349","15658.556"],["12530.681","15524.281"],["12435.863","15551.248"],["12457.075","15608.977"],["12512.922","15632.559"],["12396.161","15600.686"],["12419.160","15708.485"],["12508.142","15678.226"],["12562.841","15533.183"],["12536.095","15507.617"],["12550.209","15536.868"],["12495.828","15507.619"],["12480.578","15519.093"],["12429.373","15527.863"],["12387.761","15539.097"],["12459.428","15554.662"],["12461.130","15605.015"],["12443.677","15601.327"],["12562.704","15524.003"],["5654.043","17491.721"],["5639.652","17543.265"],["5690.984","17515.057"],["5701.329","17490.020"],["5623.909","17575.808"],["5745.103","17597.895"],["5774.034","17601.413"],["5722.115","17497.581"],["5753.315","17499.150"],["5666.532","17476.466"],["5721.649","17599.124"],["5728.888","17604.013"],["5655.229","17450.022"],["5650.845","17513.981"],["5676.608","17535.316"],["5670.704","17525.936"],["5683.483","17526.266"],["5666.830","17529.879"],["5633.533","17599.822"],["5743.898","17499.413"],["5769.335","17495.992"],["5760.881","17491.830"],["5741.239","17462.012"],["5754.677","17473.408"],["5758.912","17451.701"],["5749.685","17456.903"],["5760.245","17468.645"],["5780.507","17489.388"],["5781.757","17469.123"],["5782.859","17486.745"],["5763.403","17531.964"],["5769.357","17515.333"],["5771.742","17531.055"],["5754.501","17534.863"],["5742.511","17531.841"],["5761.647","17565.967"],["5770.085","17562.515"],["5788.314","17546.116"],["5790.814","17545.802"],["5799.827","17541.954"],["5809.568","17515.599"],["5805.785","17515.005"],["5821.838","17518.688"],["5728.002","17558.614"],["5744.252","17551.810"],["5737.015","17549.894"],["5727.319","17617.839"],["5729.967","17614.602"],["5708.842","17429.272"],["5749.955","17430.802"],["5746.682","17448.919"],["5736.528","17413.171"],["5766.962","17425.089"],["5787.402","17410.413"],["5797.879","17409.653"],["5797.617","17423.438"],["5746.096","17580.299"],["5621.294","17491.359"],["5620.949","17491.029"],["5624.880","17505.084"],["5628.766","17466.726"],["5631.282","17477.379"],["5624.987","17595.775"],["5626.631","17601.027"],["5628.276","17604.974"],["5681.137","17504.269"],["5678.605","17502.898"],["5652.081","17544.102"],["5661.917","17531.683"],["5646.028","17526.431"],["5653.822","17572.149"],["5665.286","17555.022"],["5667.407","17572.272"],["5676.963","17578.879"],["5692.896","17547.856"],["5692.854","17536.712"],["5705.387","17533.938"],["5696.965","17531.923"],["5669.686","17598.745"],["5659.900","17599.307"],["5674.373","17592.552"],["5711.448","17598.822"],["5703.964","17606.518"],["5737.743","17620.381"],["5764.679","17555.460"],["5756.060","17543.255"],["5770.764","17557.739"],["5736.026","17522.386"],["5753.477","17524.946"],["5746.536","17511.370"],["5727.141","17475.489"],["5742.306","17476.100"],["5725.118","17478.296"],["5781.390","17599.190"],["5782.213","17605.053"],["5795.875","17581.494"],["5791.154","17586.944"],["5797.026","17597.613"],["5725.807","17588.380"],["5679.503","17528.814"],["5634.175","17555.569"],["5626.099","17539.731"],["5632.513","17550.135"],["5623.745","17579.921"],["5751.896","17609.109"],["5750.366","17595.055"],["5819.462","17604.815"],["5787.805","17556.086"],["5624.547","17447.444"],["5797.361","17416.261"],["5717.432","17596.628"],["5712.150","17578.604"],["5632.568","17421.792"],["5655.936","17451.145"],["5639.663","17436.372"],["5626.762","17438.424"],["5630.939","17419.377"],["5662.139","17524.309"],["5683.697","17529.173"],["5673.779","17531.600"],["5671.098","17528.066"],["5676.551","17522.613"],["5674.610","17526.015"],["5665.975","17530.276"],["5686.057","17590.422"],["5633.829","17574.025"],["5724.490","17502.105"],["5730.526","17512.113"],["5739.211","17505.309"],["5758.545","17483.969"],["5757.871","17481.739"],["5736.108","17470.848"],["5754.183","17475.967"],["5759.825","17485.414"],["5769.093","17463.096"],["5762.037","17467.060"],["5746.511","17455.070"],["5760.376","17473.549"],["5777.563","17475.003"],["5775.458","17468.578"],["5768.650","17538.206"],["5773.617","17528.793"],["5807.442","17551.582"],["5796.867","17553.564"],["5794.762","17559.163"],["5821.197","17538.580"],["5828.845","17540.496"],["5818.894","17519.348"],["5829.437","17512.115"],["5817.924","17518.523"],["5751.352","17538.294"],["5726.785","17549.877"],["5734.630","17560.943"],["5738.479","17537.607"],["5686.432","17436.735"],["5702.954","17447.076"],["5732.146","17456.862"],["5714.218","17466.473"],["5735.794","17449.183"],["5730.432","17437.573"],["5737.584","17431.430"],["5723.538","17425.617"],["5778.360","17419.622"],["5762.455","17414.915"],["5814.790","17431.703"],["5822.200","17410.430"],["5796.153","17420.217"],["5796.783","17449.033"],["5798.148","17462.129"],["5813.121","17456.640"],["5825.967","17449.852"],["5623.038","17485.133"],["5623.416","17493.523"],["5623.421","17468.114"],["5622.635","17602.744"],["5668.999","17512.394"],["5659.904","17508.232"],["5634.527","17521.585"],["5655.217","17516.515"],["5656.653","17530.081"],["5648.397","17525.093"],["5648.068","17525.308"],["5658.756","17566.831"],["5650.023","17563.990"],["5669.282","17554.444"],["5674.085","17568.226"],["5675.565","17568.044"],["5701.613","17553.108"],["5698.290","17556.824"],["5694.926","17526.044"],["5706.357","17535.309"],["5700.337","17530.717"],["5679.110","17593.081"],["5672.893","17603.386"],["5682.170","17582.313"],["5715.165","17618.938"],["5710.560","17601.630"],["5690.017","17598.260"],["5748.725","17559.225"],["5751.504","17549.068"],["5770.583","17553.164"],["5735.927","17509.966"],["5744.957","17514.607"],["5744.628","17521.131"],["5740.513","17492.499"],["5743.293","17484.787"],["5731.566","17477.768"],["5789.236","17603.104"],["5795.963","17612.699"],["5793.068","17600.115"],["5800.480","17574.029"],["5780.825","17582.502"],["5796.927","17577.910"],["5701.296","17528.550"],["5678.615","17575.106"],["5645.110","17598.236"],["5764.988","17600.373"],["5813.245","17607.805"],["5751.468","17617.218"],["5797.657","17525.880"],["5783.809","17516.846"],["5818.611","17519.406"],["5771.325","17490.513"],["5782.779","17441.133"],["5686.318","17461.784"],["5825.868","17459.289"],["5716.301","17584.218"],["5716.410","17586.367"],["5701.024","17568.600"],["5691.899","17421.756"],["5644.463","17411.081"],["5637.310","17410.351"],["5814.593","17601.099"],["5813.710","17511.892"],["5784.763","17454.047"],["5766.726","17455.831"],["5630.424","17467.595"],["5667.222","17463.534"],["5802.969","17421.860"],["5662.860","17459.898"],["5648.789","17457.601"],["5634.688","17433.142"],["14305.945","14801.644"],["14382.008","14780.757"],["14423.234","14834.568"],["14442.600","14727.238"],["14423.461","14740.580"],["14447.784","14725.947"],["14447.890","14727.645"],["14438.417","14728.827"],["14449.799","14764.238"],["14408.948","14677.815"],["14314.856","14794.353"],["14345.790","14704.024"],["14357.732","14722.144"],["14391.112","14827.169"],["14257.018","14820.104"],["14286.475","14785.153"],["14298.071","14735.508"],["14293.838","14700.604"],["14277.184","14686.133"],["14296.707","14687.173"],["14365.255","14665.053"],["14283.299","14679.026"],["14432.973","14731.833"],["14436.674","14762.983"],["14324.428","14771.338"],["14295.453","14806.194"],["14367.271","14761.269"],["14409.994","14830.968"],["14308.648","14662.466"],["14435.181","14740.550"],["14461.754","14776.892"],["14402.188","14669.260"],["14371.301","14752.896"],["14414.401","14800.579"],["14433.588","14855.379"],["14367.796","14678.161"],["14364.113","14733.276"],["14401.786","14830.472"],["14348.668","14686.237"],["14388.488","14770.204"],["14423.217","14797.326"],["14418.604","14841.110"],["14262.709","14820.649"],["14270.405","14729.796"],["14353.167","14662.394"],["14254.073","14772.058"],["14372.158","14734.361"],["14380.513","14746.086"],["14354.954","14745.987"],["14357.174","14740.752"],["14376.405","14825.624"],["14256.966","14807.796"],["14313.458","14795.823"],["14311.227","14809.267"],["14273.945","14711.664"],["14276.708","14705.669"],["14285.647","14697.582"],["14335.088","14704.287"],["14331.173","14686.418"],["14298.621","14663.205"],["14286.704","14670.636"],["14439.145","14732.309"],["14455.560","14728.543"],["14458.208","14733.481"],["14458.827","14755.555"],["14432.379","14749.972"],["14448.103","14778.693"],["14306.423","14735.802"],["14281.533","14818.218"],["14291.407","14801.438"],["14260.648","14719.920"],["14381.747","14759.959"],["14287.280","14747.269"],["14373.507","14713.667"],["14299.024","14730.966"],["14283.645","14742.958"],["14309.170","14751.095"],["14344.300","14851.256"],["14289.882","14826.077"],["14334.043","14853.343"],["14254.107","14809.865"],["14312.685","14762.380"],["14294.093","14704.843"],["14316.610","14712.457"],["14278.262","14685.972"],["14272.158","14662.105"],["14432.385","14740.286"],["14421.859","14764.134"],["14439.024","14768.750"],["14442.725","14741.715"],["14316.282","14752.904"],["14259.401","14799.076"],["14280.390","14776.268"],["14262.872","14746.361"],["14287.231","14759.457"],["14257.802","14721.720"],["14277.049","14810.901"],["14255.201","14818.333"],["14260.669","14789.678"],["14259.077","14699.228"],["14310.565","14698.523"],["14327.621","14703.230"],["14299.709","14700.224"],["14271.111","14665.615"],["14260.108","14674.649"],["14291.533","14666.234"],["14444.067","14723.998"],["14438.577","14769.373"],["14460.241","14758.874"],["14426.411","14731.949"],["14446.525","14767.822"],["14284.455","14700.632"],["14315.572","14668.148"],["14297.842","14683.722"],["14297.108","14673.032"],["14448.450","14729.653"],["14422.259","14773.920"],["14443.083","14776.904"],["14431.131","14744.172"],["31303.789","10789.152"],["31187.784","10768.778"],["31149.556","10855.722"],["31149.254","10805.325"],["31209.344","10676.518"],["31262.556","10841.340"],["31248.146","10792.923"],["31134.227","10822.725"],["31174.221","10790.494"],["31174.821","10700.003"],["31184.764","10795.730"],["31214.377","10707.682"],["31176.231","10772.178"],["31159.270","10791.964"],["31175.528","10686.906"],["31134.161","10841.354"],["31192.185","10792.475"],["31159.468","10814.309"],["31174.180","10672.422"],["31129.145","10823.980"],["31192.991","10786.051"],["31179.994","10787.720"],["31191.778","10693.231"],["19592.007","12838.529"],["19567.860","12794.661"],["19667.386","12850.002"],["19554.129","12820.247"],["19597.709","12822.984"],["19572.498","12807.873"],["19647.760","12812.286"],["19664.705","12932.705"],["19707.674","12906.407"],["19598.515","12821.300"],["19553.080","12846.715"],["19571.135","12829.066"],["19568.370","12811.671"],["19633.434","12803.814"],["19664.031","12839.498"],["19710.306","12927.646"],["19683.233","12917.951"],["19551.863","12837.797"],["19580.198","12838.760"],["19554.521","12786.965"],["19627.925","12812.055"],["19639.971","12948.225"],["19706.983","12954.433"],["19686.556","12956.531"],["19553.096","12835.303"],["19592.846","12831.708"],["19558.288","12797.468"],["19669.409","12852.116"],["19592.570","12964.608"],["19588.405","12820.577"],["19596.508","12835.916"],["19592.975","12798.244"],["19723.729","12765.087"],["19643.014","12961.899"],["15546.545","17131.806"],["15550.838","17125.448"],["15587.818","17168.006"],["15580.730","17186.139"],["15597.654","17167.758"],["15543.609","17134.605"],["15585.403","17137.571"],["15588.873","17136.530"],["15567.868","17180.805"],["15578.114","17178.476"],["15563.575","17157.122"],["15581.782","17170.995"],["15519.759","17157.197"],["15517.917","17175.298"],["15545.509","17135.919"],["15556.167","17126.389"],["15540.767","17118.401"],["15621.409","17169.708"],["15555.344","17122.277"],["15551.265","17114.317"],["15541.076","17119.098"],["7284.407","16986.773"],["7272.081","16991.396"],["7193.936","17017.864"],["7194.399","17027.427"],["7208.490","17025.131"],["7201.438","17039.039"],["7211.701","17033.853"],["7206.394","17042.995"],["7198.238","17077.554"],["7197.531","17068.950"],["7245.207","17019.179"],["7214.849","17020.799"],["7269.914","17001.771"],["7279.026","17009.731"],["7267.809","17008.906"],["7253.382","17014.410"],["7271.194","17029.472"],["7264.106","17010.843"],["7254.495","17038.240"],["7256.518","17026.762"],["7242.024","17036.542"],["7241.856","17056.962"],["7227.058","17045.990"],["7223.917","17059.797"],["7211.203","17058.046"],["7212.701","17173.599"],["7199.046","17147.387"],["7251.262","17127.550"],["7251.531","17096.935"],["7278.583","17030.278"],["7245.902","16996.121"],["7206.595","17020.294"],["7156.020","17180.458"],["7160.629","17196.755"],["7198.589","17026.832"],["7194.958","17037.635"],["7202.794","17065.399"],["7215.245","17018.847"],["7260.706","16987.999"],["7266.411","16993.988"],["7259.700","17000.615"],["7258.234","17012.594"],["7241.436","17025.540"],["7258.952","17018.851"],["7235.938","17034.378"],["7245.083","17047.293"],["7230.129","17040.018"],["7216.417","17058.922"],["7236.746","17046.634"],["7193.228","17162.468"],["7236.128","17084.363"],["7213.515","17120.811"],["7276.676","17031.021"],["7210.638","17015.245"],["7166.464","17178.063"],["7158.704","17191.503"],["7227.707","17082.168"],["7293.978","17047.900"],["7157.813","17173.174"],["7164.214","17193.980"],["7211.662","17159.986"],["7220.176","17097.442"],["7153.487","17175.470"],["7162.553","17193.898"],["27218.419","7648.930"],["27293.995","7596.791"],["27935.655","11356.046"],["27971.098","11355.789"],["28049.901","11378.107"],["28007.872","11352.895"],["27959.730","11355.835"],["28030.537","11347.200"],["28004.499","11375.310"],["27958.601","11383.924"],["27998.936","11356.021"],["28040.538","11380.185"],["28101.517","11377.813"],["28109.279","11314.540"],["28061.754","11374.026"],["28070.194","11344.697"],["28081.141","11369.221"],["28116.309","11300.655"],["28105.832","11363.887"],["28071.033","11344.419"],["28066.864","11373.054"],["28096.312","11330.501"],["28120.410","11308.000"],["28088.543","11303.874"],["28070.467","11289.202"],["28127.330","11376.548"],["28066.516","11346.056"],["27936.053","11394.384"],["28116.501","11315.484"],["28101.770","11340.944"],["28088.711","11321.833"],["27958.134","11398.507"],["27942.256","11385.493"],["28039.479","11373.244"],["28064.203","11282.487"],["28073.954","11307.494"],["28112.928","11329.267"],["27977.509","11394.205"],["27958.750","11396.418"],["27963.312","11394.471"],["28010.027","11351.997"],["28002.729","11354.823"],["28010.058","11380.129"],["28010.736","11375.792"],["28020.700","11380.898"],["28043.228","11380.224"],["28044.799","11350.638"],["28041.210","11348.062"],["27956.571","11355.047"],["27964.042","11358.792"],["27969.788","11394.488"],["27938.170","11404.986"],["27945.017","11403.273"],["27941.476","11411.788"],["30660.177","14639.985"],["30661.838","14621.901"],["12360.315","14952.870"],["12363.375","14949.073"],["12359.297","15012.788"],["12370.083","14993.647"],["12453.088","15066.067"],["12450.666","15058.883"],["12374.800","15068.128"],["12478.832","15046.225"],["12476.328","15043.027"],["12474.298","15040.209"],["12358.647","14959.120"],["12415.075","14879.824"],["7369.496","13370.317"],["7366.173","13378.740"],["7397.986","13381.092"],["7377.111","13254.843"],["7319.271","13323.463"],["7328.189","13266.267"],["7369.098","13311.189"],["7326.166","13199.183"],["7357.963","13376.855"],["7381.655","13223.414"],["7376.634","13384.652"],["7329.143","13208.861"],["7330.689","13209.439"],["7383.111","13384.948"],["7314.258","13208.234"],["9179.205","15888.474"],["9181.914","15860.921"],["9141.161","15841.771"],["9128.167","15864.887"],["9133.073","15837.620"],["9028.141","15877.221"],["9017.041","15872.149"],["9016.604","15868.284"],["9067.358","15862.615"],["9043.681","15836.525"],["9034.178","15844.156"],["9062.567","15834.625"],["8988.858","15923.421"],["9039.602","15880.459"],["9069.586","15813.786"],["9063.616","15846.724"],["9059.300","15874.712"],["9053.849","15835.594"],["9067.121","15841.910"],["9063.376","15829.049"],["9056.431","15849.457"],["9062.646","15839.259"],["9014.038","15851.826"],["9012.625","15870.041"],["9066.265","15859.704"],["9053.908","15838.902"],["9037.391","15844.520"],["6352.554","20198.712"],["6349.445","20206.474"],["6258.234","20192.798"],["6280.817","20159.834"],["6255.241","20188.818"],["6285.658","20165.393"],["6331.201","20187.326"],["6278.964","20186.500"],["6310.593","20200.455"],["6293.849","20165.509"],["6330.626","20158.490"],["6275.823","20185.674"],["6380.064","20189.635"],["6411.856","20185.407"],["6362.909","20172.640"],["6365.606","20213.367"],["6415.935","20220.733"],["6408.435","20177.876"],["6373.501","20173.268"],["6381.988","20200.997"],["6369.340","20225.869"],["6345.926","20192.023"],["6274.452","20184.772"],["6265.389","20178.100"],["6254.534","20169.892"],["6268.662","20187.497"],["6265.669","20164.640"],["6279.007","20158.149"],["6322.895","20166.665"],["6308.454","20175.187"],["6278.257","20168.283"],["6330.017","20216.789"],["6312.172","20187.309"],["6286.366","20177.747"],["6285.609","20187.705"],["6337.862","20175.666"],["6322.468","20197.928"],["6402.745","20182.236"],["6402.893","20207.355"],["6357.827","20214.110"],["6385.245","20190.807"],["6420.343","20219.544"],["6370.985","20197.958"],["6391.067","20203.953"],["6404.850","20232.112"],["6391.001","20202.946"],["6407.630","20180.832"],["6388.172","20216.142"],["6320.576","20181.215"],["6390.097","20221.542"],["6196.633","17971.742"],["6190.265","17957.830"],["6214.820","17965.698"],["6222.539","18028.422"],["6197.308","17971.065"],["6194.295","17955.452"],["6214.277","17966.391"],["6222.296","18006.925"],["6223.265","18035.476"],["6220.239","18031.958"],["6248.644","18037.984"],["6223.049","18025.301"],["30909.622","9597.973"],["31044.402","9665.205"],["30951.497","9631.413"],["30910.545","9647.097"],["31092.519","9679.898"],["31040.127","9711.434"],["31027.383","9772.505"],["31057.140","9761.078"],["30955.329","9640.942"],["31050.619","9661.621"],["30908.686","9672.614"],["30914.953","9782.594"],["31086.252","9625.683"],["30990.689","9757.151"],["31065.308","9729.221"],["31050.606","9784.281"],["31086.252","9765.323"],["30901.334","9671.573"],["30917.535","9784.113"],["31051.345","9739.345"],["31056.894","9779.344"],["30924.494","9595.983"],["31017.580","9758.340"],["31023.908","9596.897"],["30956.365","9624.774"],["30899.525","9784.163"],["31071.262","9717.908"],["31042.284","9768.954"],["31087.732","9778.386"],["31045.093","9661.671"],["30956.513","9626.062"],["31041.363","9783.967"],["31076.367","9787.337"],["30898.078","9663.844"],["31007.153","9778.340"],["2635.144","16773.586"],["2666.657","16774.511"],["8669.012","19335.781"],["8636.216","19324.799"],["8661.100","19360.604"],["8680.064","19333.387"],["8644.728","19321.228"],["8647.162","19312.871"],["8661.610","19333.420"],["8657.096","19319.097"],["8690.475","19359.778"],["8636.873","19347.309"],["8635.591","19329.473"],["14325.053","15284.795"],["14439.428","15279.874"],["14357.882","15284.267"],["14359.222","15250.912"],["14306.024","15214.868"],["14302.570","15218.005"],["14298.392","15213.200"],["14299.313","15219.508"],["14308.261","15222.250"],["14305.711","15222.349"],["14306.764","15224.810"],["14276.637","15238.246"],["14301.081","15223.837"],["14296.117","15248.968"],["14392.872","15134.793"],["14351.579","15284.715"],["14341.567","15252.497"],["14339.693","15268.942"],["14324.775","15236.427"],["14346.488","15228.506"],["14378.560","15234.026"],["14407.845","15258.197"],["14311.732","15219.094"],["14376.918","15275.481"],["14296.772","15230.707"],["14428.064","15243.488"],["14441.226","15249.726"],["14461.240","15189.273"],["14398.894","15141.890"],["14441.074","15164.822"],["14406.092","15155.985"],["14259.665","15136.217"],["14261.573","15140.577"],["14265.438","15132.352"],["14269.698","15138.397"],["14349.686","15129.813"],["14281.316","15123.214"],["14281.431","15133.602"],["14278.668","15128.053"],["14336.742","15133.116"],["14346.380","15126.956"],["14334.423","15123.455"],["14338.650","15133.975"],["14342.745","15124.892"],["14303.577","15132.519"],["14311.423","15119.522"],["14309.613","15117.556"],["14311.406","15120.793"],["14320.666","15115.492"],["14253.755","15219.456"],["14267.954","15230.289"],["14268.497","15215.755"],["14253.678","15218.117"],["14260.684","15216.119"],["14291.651","15231.756"],["14293.674","15216.595"],["14287.918","15230.121"],["14295.928","15217.404"],["14334.727","15227.526"],["14329.842","15227.592"],["14327.621","15225.131"],["14343.411","15229.194"],["14321.371","15228.368"],["14325.006","15227.989"],["14302.200","15222.152"],["14289.766","15230.063"],["14366.358","15241.467"],["14383.743","15254.002"],["14380.305","15241.797"],["14376.325","15244.671"],["14382.476","15238.345"],["14365.782","15246.950"],["14362.131","15256.810"],["14358.905","15223.590"],["14379.267","15223.838"],["14381.635","15237.628"],["14376.882","15223.375"],["14372.063","15238.850"],["14367.013","15230.939"],["14439.681","15150.639"],["14442.379","15147.451"],["14453.678","15151.910"],["14432.099","15149.797"],["14445.208","15155.164"],["14448.366","15161.225"],["14438.250","15162.943"],["14403.198","15155.687"],["14405.467","15152.450"],["14409.678","15147.016"],["14408.773","15152.499"],["14408.313","15153.292"],["14420.336","15149.064"],["14402.145","15146.702"],["14306.502","15216.931"],["14374.994","15152.118"],["14379.663","15142.109"],["14368.955","15126.684"],["14381.030","15155.602"],["14389.089","15144.405"],["14377.823","15142.060"],["14368.448","15143.992"],["14378.678","15153.951"],["14346.462","15118.343"],["14356.511","15118.178"],["14341.100","15118.608"],["14255.499","15206.190"],["14265.252","15212.119"],["14271.518","15210.335"],["14255.992","15214.200"],["14255.416","15211.458"],["14265.054","15205.249"],["14371.148","15136.351"],["14369.059","15142.214"],["14372.990","15155.971"],["14366.888","15135.409"],["14359.066","15291.121"],["14340.628","15285.571"],["14359.666","15263.200"],["14300.876","15217.807"],["14295.177","15225.670"],["14300.818","15225.554"],["14303.483","15232.111"],["14298.285","15232.623"],["14301.172","15221.672"],["14312.669","15220.549"],["14313.343","15216.238"],["14304.544","15214.389"],["14312.504","15221.127"],["14284.498","15247.214"],["14263.824","15247.379"],["14356.448","15270.231"],["14294.061","15241.800"],["14296.429","15248.225"],["14356.624","15248.650"],["14319.840","15244.405"],["14341.945","15252.943"],["14347.062","15273.187"],["14334.052","15280.404"],["14378.659","15249.352"],["14413.239","15257.553"],["14414.029","15253.557"],["14384.040","15281.905"],["14391.063","15282.087"],["14342.722","15241.537"],["14319.956","15219.821"],["14425.729","15239.624"],["14275.175","15234.175"],["14312.499","15134.395"],["14350.573","15119.925"],["14355.819","15127.142"],["14460.187","15181.940"],["14366.374","15223.913"],["14404.848","15151.667"],["14352.212","15230.026"],["14444.101","15166.347"],["14461.485","15182.598"],["14303.746","15224.910"],["14416.371","15159.189"],["14406.799","15152.418"],["14442.772","15244.226"],["14321.847","15241.084"],["14441.259","15243.599"],["14417.768","15242.217"],["14364.565","15225.730"],["14264.994","15135.556"],["14263.744","15140.907"],["14269.632","15135.738"],["14260.537","15135.044"],["14349.785","15120.879"],["14272.823","15131.113"],["14347.959","15123.670"],["14276.036","15131.769"],["14274.112","15131.868"],["14335.574","15129.384"],["14350.065","15115.561"],["14334.686","15135.660"],["14333.157","15134.487"],["14335.393","15125.503"],["14298.758","15124.922"],["14316.143","15123.023"],["14313.627","15122.957"],["14305.633","15124.179"],["14314.120","15124.212"],["14259.615","15238.100"],["14255.849","15238.034"],["14264.977","15234.764"],["14356.464","15277.134"],["14293.839","15220.145"],["14291.635","15216.463"],["14299.634","15218.122"],["14343.444","15230.317"],["14340.204","15229.458"],["14320.796","15224.652"],["14341.931","15235.206"],["14379.253","15244.374"],["14373.299","15252.813"],["14371.868","15258.197"],["14362.180","15263.036"],["14375.141","15242.755"],["14362.230","15242.937"],["14371.473","15252.383"],["14369.941","15231.914"],["14370.401","15230.378"],["14380.582","15239.213"],["14376.487","15239.114"],["14433.645","15154.305"],["14442.675","15146.807"],["14434.155","15167.798"],["14440.537","15165.767"],["14432.477","15146.130"],["14438.645","15168.508"],["14438.119","15169.681"],["14400.813","15155.670"],["14408.165","15153.936"],["14408.000","15150.930"],["14408.214","15151.376"],["14418.839","15152.119"],["14367.936","15125.363"],["14367.245","15144.009"],["14380.405","15148.666"],["14351.413","15117.022"],["14348.057","15116.543"],["14267.686","15203.746"],["14255.696","15219.832"],["14275.647","15220.608"],["14260.022","15206.570"],["14276.453","15227.974"],["14272.653","15214.811"],["14368.546","15159.896"],["14385.292","15153.064"],["14374.026","15154.848"],["14369.980","15146.458"],["14377.691","15151.854"],["14376.803","15158.873"],["14372.273","15293.119"],["14369.493","15279.725"],["14420.743","15286.645"],["14360.900","15252.498"],["14253.799","15231.699"],["14271.456","15231.987"],["14293.058","15244.938"],["14340.481","15250.565"],["14374.145","15292.130"],["14329.989","15272.328"],["14390.320","15241.375"],["14413.239","15254.366"],["14380.290","15274.159"],["14281.993","15120.668"],["14383.667","15141.269"],["14282.889","15225.719"],["14309.374","15143.214"],["14263.547","15229.350"],["14312.361","15222.723"],["14442.949","15176.664"],["14321.683","15233.718"],["14448.903","15164.167"],["14406.865","15155.506"],["14418.772","15242.250"],["14340.896","15241.405"],["14442.443","15247.084"],["14408.227","15284.977"],["14372.928","15293.402"],["14285.304","15245.860"],["14315.804","15245.566"],["14290.373","15231.400"],["14363.252","15268.749"],["14321.040","15245.990"],["14414.440","15248.618"],["14338.246","15276.440"],["14387.919","15237.956"],["14423.262","15242.448"],["14333.212","15237.302"],["14394.862","15284.977"],["14275.825","15142.914"],["14330.049","15144.849"],["14352.031","15240.001"],["14363.254","15130.396"],["14447.522","15182.350"],["14435.881","15254.301"],["14405.713","15152.864"],["14314.598","15219.469"],["14359.148","15276.554"],["14398.256","15259.188"],["14363.334","15247.560"],["14300.226","15221.194"],["14301.978","15215.181"],["14302.225","15221.457"],["14281.061","15254.613"],["14345.317","15258.113"],["14358.454","15272.510"],["14345.499","15271.832"],["14259.206","15274.289"],["14391.556","15272.772"],["14258.309","15140.387"],["14345.516","15233.009"],["14326.216","15142.207"],["14436.900","15244.656"],["14367.415","15142.650"],["14344.581","15242.577"],["14449.051","15173.481"],["14317.394","15221.914"],["14440.613","15164.888"],["14419.660","15246.478"],["14406.059","15159.090"],["14350.048","15140.449"],["14264.534","15137.109"],["14306.258","15115.872"],["14302.031","15132.701"],["14251.683","15217.937"],["14262.247","15235.755"],["14257.099","15215.871"],["14294.141","15219.262"],["14383.710","15255.786"],["14381.983","15248.271"],["14370.089","15224.185"],["14446.540","15145.717"],["14439.056","15159.986"],["14404.546","15142.375"],["14423.708","15145.282"],["14370.586","15150.615"],["14390.306","15133.753"],["14372.311","15119.467"],["14382.738","15130.516"],["14268.048","15221.037"],["14367.529","15150.603"],["14371.574","15262.985"],["14359.716","15258.625"],["14417.285","15262.789"],["14302.225","15214.207"],["14303.729","15229.749"],["14303.211","15225.454"],["14308.688","15216.172"],["14279.844","15243.498"],["14274.235","15232.994"],["14279.104","15256.364"],["14309.554","15248.670"],["14300.130","15243.022"],["14405.081","15247.644"],["14356.509","15257.865"],["14325.399","15246.023"],["14325.399","15247.295"],["14336.945","15249.475"],["14336.124","15279.000"],["14346.124","15268.959"],["14335.170","15279.099"],["14370.535","15224.177"],["14392.031","15235.776"],["14385.912","15245.273"],["14351.168","15281.180"],["14407.121","15250.964"],["14389.665","15268.792"],["14382.905","15274.077"],["14382.954","15282.863"],["14326.386","15238.441"],["14380.953","15142.805"],["14382.565","15143.762"],["14345.123","15234.567"],["14278.408","15129.256"],["14273.786","15139.264"],["14351.044","15231.677"],["14352.804","15240.860"],["14282.215","15230.178"],["14305.641","15139.218"],["14308.996","15136.096"],["14303.067","15115.773"],["14415.893","15247.485"],["14435.782","15255.903"],["14440.930","15249.082"],["14356.823","15125.342"],["14399.996","15142.237"],["14397.250","15142.221"],["14403.385","15150.231"],["14342.523","15234.463"],["14440.235","15165.268"],["14436.831","15170.487"],["14429.693","15249.682"],["14447.883","15169.881"],["14447.028","15175.265"],["14415.845","15159.999"],["14411.634","15156.514"],["14409.463","15159.635"],["14334.742","15238.078"],["14439.631","15256.712"],["14422.423","15243.340"],["14271.738","15136.762"],["14338.502","15123.686"],["14340.476","15136.403"],["14280.493","15129.292"],["14263.701","15132.843"],["14349.472","15114.917"],["14297.360","15117.441"],["14258.689","15216.979"],["14256.370","15220.249"],["14296.953","15220.418"],["14283.197","15231.425"],["14355.658","15284.483"],["14342.013","15230.020"],["14351.036","15275.681"],["14373.907","15245.166"],["14380.404","15248.684"],["14378.693","15252.235"],["14364.760","15226.728"],["14452.247","15169.119"],["14447.050","15158.764"],["14453.843","15169.499"],["14413.329","15143.730"],["14418.658","15148.651"],["14400.040","15143.300"],["14375.092","15141.449"],["14377.804","15125.677"],["14346.314","15116.345"],["14269.742","15211.442"],["14257.110","15214.150"],["14373.201","15151.094"],["14368.563","15142.737"],["14368.927","15132.618"],["14373.862","15144.972"],["14301.715","15214.521"],["14300.596","15213.811"],["14299.100","15219.094"],["14272.689","15235.653"],["14334.233","15229.772"],["14332.290","15244.174"],["14404.062","15242.723"],["14338.312","15281.444"],["14360.115","15274.574"],["14385.257","15265.059"],["14296.509","15230.658"],["14387.049","15140.326"],["14276.568","15211.095"],["14362.591","15225.796"],["14310.049","15141.860"],["14322.969","15115.029"],["14352.727","15137.877"],["14353.281","15239.043"],["14299.716","15229.254"],["14453.788","15180.038"],["14376.832","15240.799"],["14442.164","15252.633"],["14422.883","15244.991"],["14266.650","15207.825"],["14267.757","15134.829"],["14348.453","15137.278"],["14347.976","15139.392"],["14261.688","15237.341"],["14291.405","15212.532"],["14373.463","15241.203"],["14436.507","15149.235"],["14442.658","15158.764"],["14402.819","15143.251"],["14403.806","15145.612"],["14390.090","15139.103"],["14373.415","15159.335"],["14368.812","15150.240"],["14379.141","15150.967"],["14370.144","15149.513"],["14297.209","15219.408"],["14306.879","15221.787"],["14304.938","15226.940"],["14307.669","15217.195"],["14362.918","15227.190"],["14298.943","15217.908"],["14260.383","15203.713"],["14291.937","15219.279"],["14257.209","15216.897"],["14350.936","15117.575"],["14302.788","15132.321"],["14302.821","15121.124"],["14266.359","15133.905"],["14261.523","15233.278"],["14258.612","15231.990"],["14285.549","15217.718"],["14359.697","15241.665"],["14374.121","15249.923"],["14365.336","15226.232"],["14431.935","15170.325"],["14436.885","15161.126"],["14415.418","15151.508"],["14404.481","15156.975"],["14386.340","15132.712"],["14373.001","15120.854"],["14384.829","15159.252"],["14347.696","15094.594"],["14374.582","15155.883"],["14363.138","15142.412"],["14368.829","15132.420"],["14316.633","15218.104"],["14299.873","15223.769"],["14310.695","15219.327"],["14306.238","15221.342"],["14310.745","15216.914"],["14327.736","15224.388"],["14272.708","15139.388"],["14347.466","15127.171"],["14321.785","15124.311"],["14341.857","15128.558"],["14264.397","15216.611"],["14258.344","15207.957"],["14252.576","15232.204"],["14261.934","15240.148"],["14344.990","15234.826"],["14336.486","15231.226"],["14293.598","15231.401"],["14292.046","15235.521"],["14298.082","15218.081"],["14368.447","15252.829"],["14365.766","15258.395"],["14368.595","15242.243"],["14453.185","15152.835"],["14439.550","15168.773"],["14445.915","15146.626"],["14410.073","15155.175"],["14411.750","15154.861"],["14392.378","15140.161"],["14371.242","15124.471"],["14360.969","15119.714"],["14353.057","15120.210"],["14350.360","15119.318"],["14388.924","15148.683"],["14454.906","16372.402"],["14444.495","16369.891"],["14437.585","16372.824"],["14441.692","16457.406"],["14449.775","16365.366"],["14449.947","16388.765"],["14457.357","16361.849"],["14441.271","16365.300"],["14438.377","16366.671"],["14435.398","16378.423"],["20314.626","10964.090"],["20336.906","10963.485"],["20180.593","11040.333"],["20207.157","10960.793"],["20244.173","10972.105"],["20338.450","11057.176"],["20308.764","10968.551"],["20261.106","11032.026"],["20192.900","10966.039"],["20225.158","10988.202"],["20294.780","10906.100"],["20290.838","10917.741"],["20314.603","10960.987"],["20327.759","11046.227"],["20163.741","11065.676"],["20190.137","10972.612"],["20246.561","10971.979"],["20256.780","11034.470"],["20166.258","11041.297"],["20212.230","10985.312"],["20342.751","10904.140"],["20182.176","10977.831"],["20215.536","10989.374"],["20262.241","11034.371"],["20338.220","11055.426"],["20165.774","11065.948"],["20175.515","11004.800"],["27453.546","9837.015"],["27384.912","9816.470"],["27461.014","9817.114"],["27452.231","9807.354"],["27432.560","9830.277"],["27450.800","9849.253"],["27460.602","9847.420"],["27386.441","9841.062"],["27450.829","10008.243"],["27457.806","9841.607"],["27445.241","9827.123"],["27378.102","9845.091"],["27426.523","9804.612"],["27421.737","9828.972"],["27510.681","9804.430"],["27492.901","10010.126"],["30506.661","15287.930"],["30509.406","15241.064"],["30487.958","15252.555"],["30519.350","15159.624"],["30514.537","15151.027"],["30593.392","15103.287"],["30484.589","15278.780"],["30511.661","15285.617"],["30496.824","15238.190"],["30465.639","15247.303"],["30476.199","15236.601"],["30507.706","15191.548"],["30535.097","15198.145"],["30504.916","15157.369"],["30476.856","15154.809"],["30543.865","15165.149"],["30538.997","15132.961"],["30609.280","15092.585"],["30575.021","15109.744"],["4994.580","15667.090"],["5006.460","15670.245"],["4999.427","15579.049"],["5022.220","15714.754"],["5013.316","15680.688"],["5003.269","15662.846"],["5003.770","15569.255"],["5013.172","15702.226"],["5012.582","15570.880"],["5022.270","15568.023"],["4988.219","15596.754"],["4999.855","15634.216"],["5024.431","15539.091"],["4996.733","15540.455"],["5019.003","15556.680"],["5021.273","15553.476"],["4992.359","15545.532"],["5004.420","15519.266"],["5177.355","15562.961"],["5188.369","15569.274"],["5175.524","15552.938"],["5153.247","15545.299"],["5157.954","15548.148"],["5154.812","15558.387"],["5139.024","15566.839"],["5152.149","15572.570"],["5171.774","15519.627"],["5159.998","15511.205"],["5178.204","15507.383"],["5187.756","15589.765"],["5179.631","15605.356"],["5181.040","15622.562"],["5168.407","15706.548"],["5174.378","15682.207"],["5169.427","15691.076"],["5156.180","15665.010"],["5195.522","15658.536"],["5090.538","15671.971"],["5125.193","15644.192"],["5160.212","15628.633"],["5152.108","15642.661"],["5069.096","15688.515"],["5081.283","15671.934"],["5075.603","15625.943"],["5088.003","15573.515"],["5157.070","15686.616"],["5154.553","15673.008"],["5059.581","15667.575"],["5063.594","15651.538"],["5040.181","15716.559"],["5027.048","15703.440"],["5017.893","15708.991"],["5050.210","15597.826"],["5042.661","15613.400"],["5037.950","15632.109"],["5103.013","15529.965"],["5116.477","15525.439"],["5082.992","15567.626"],["5062.442","15562.619"],["5045.466","15558.005"],["5063.576","15545.153"],["5054.070","15548.869"],["5087.979","15517.309"],["5057.695","15509.955"],["5007.957","15673.036"],["5018.210","15671.079"],["5004.918","15523.532"],["4997.534","15598.439"],["5006.070","15587.126"],["4995.941","15629.278"],["4997.339","15620.376"],["5026.865","15554.285"],["4994.338","15510.116"],["4991.203","15638.125"],["4993.802","15633.732"],["4997.766","15636.424"],["4995.200","15641.230"],["4990.118","15635.235"],["5000.400","15543.717"],["5015.466","15554.716"],["5012.210","15552.354"],["5000.466","15549.613"],["5012.374","15547.680"],["5008.953","15540.182"],["4997.943","15530.964"],["4999.509","15523.649"],["5008.357","15529.281"],["5006.894","15528.472"],["5005.446","15526.639"],["5009.032","15536.812"],["4988.914","15507.819"],["4995.246","15515.548"],["4993.634","15519.545"],["4988.352","15550.268"],["4990.934","15551.457"],["4988.533","15553.175"],["5000.334","15582.147"],["4998.015","15582.577"],["4994.364","15582.742"],["5012.794","15599.315"],["5008.008","15589.389"],["5012.005","15601.990"],["5004.439","15600.008"],["5010.409","15595.351"],["5004.685","15603.295"],["4990.806","15597.628"],["4989.003","15546.004"],["5170.611","15572.639"],["5187.991","15566.665"],["5174.903","15557.048"],["5172.284","15552.079"],["5162.000","15561.872"],["5169.401","15563.441"],["5153.317","15578.350"],["5148.465","15562.611"],["5187.958","15514.428"],["5191.724","15512.314"],["5146.314","15509.236"],["4988.545","15630.611"],["5003.462","15657.479"],["5164.582","15572.789"],["5196.709","15550.005"],["5134.632","15564.957"],["5185.655","15521.909"],["5186.033","15510.488"],["5149.192","15507.964"],["5173.875","15562.004"],["5140.109","15558.862"],["5171.577","15618.351"],["5196.484","15642.000"],["5191.443","15671.765"],["5114.601","15664.208"],["5142.980","15623.008"],["5071.333","15680.555"],["5070.209","15639.782"],["5051.762","15611.281"],["5099.351","15579.576"],["5150.244","15674.593"],["5050.831","15673.074"],["5036.976","15647.954"],["5036.904","15596.538"],["5029.431","15636.568"],["5034.906","15565.057"],["28952.627","9235.384"],["28782.301","9211.292"],["28848.156","9198.196"],["28881.675","9327.938"],["28941.805","9181.792"],["28897.513","9339.911"],["28925.435","9370.903"],["28867.513","9328.912"],["28924.826","9357.361"],["28820.409","9211.722"],["28918.163","9369.741"],["28973.088","9270.017"],["28939.535","9166.533"],["28934.963","9259.067"],["28984.979","9215.731"],["28842.432","9200.574"],["28831.511","9241.268"],["28965.789","9216.744"],["28951.361","9272.560"],["28926.082","9177.181"],["28978.635","9204.176"],["28807.136","9245.198"],["28837.564","9262.424"],["28984.387","9240.636"],["28984.437","9202.832"],["28894.504","9178.948"],["28929.331","9362.573"],["28783.747","9346.520"],["28812.153","9205.479"],["28778.057","9296.808"],["28800.491","9195.851"],["28967.627","9202.453"],["28920.707","9190.319"],["28968.417","9215.599"],["28908.714","9338.293"],["28955.720","9284.781"],["28790.278","9212.415"],["28852.398","9346.716"],["28894.331","9360.872"],["28982.122","9192.235"],["18375.168","13644.359"],["18401.421","13749.512"],["18414.353","13660.649"],["18409.629","13735.417"],["18253.958","13634.589"],["18268.902","13764.986"],["18318.234","13723.431"],["18353.165","13713.030"],["18421.804","13636.801"],["18458.313","13689.868"],["18264.748","13640.386"],["18381.039","13606.424"],["18407.540","13753.195"],["18424.945","13657.081"],["18443.280","13689.042"],["18277.142","13740.445"],["18363.382","13756.924"],["18324.247","13661.106"],["18362.359","13736.729"],["18405.208","13637.841"],["18459.974","13736.672"],["18273.925","13698.390"],["18327.132","13764.835"],["18331.294","13759.754"],["18384.312","13654.285"],["18402.938","13662.944"],["18447.359","13684.600"],["18275.958","13717.786"],["18325.751","13753.439"],["18359.608","13633.707"],["18364.053","13729.710"],["18398.247","13700.438"],["18270.447","13754.903"],["18323.892","13750.136"],["18386.385","13645.400"],["18380.714","13701.932"],["18433.017","13714.806"],["18267.412","13627.206"],["18326.573","13768.501"],["13207.508","11728.444"],["13199.593","11745.226"],["13229.942","11704.528"],["13216.980","11709.670"],["13346.076","11793.515"],["13342.785","11779.630"],["13349.428","11789.450"],["13199.532","11724.927"],["13255.889","11708.223"],["13235.600","11711.861"],["13216.405","11712.808"],["13345.731","11795.563"],["13346.370","11779.864"],["13228.362","11708.102"],["13211.439","11727.107"],["13241.866","11710.837"],["13336.568","11776.013"],["13340.254","11794.209"],["13222.770","11710.760"],["13204.564","11717.726"],["13239.185","11706.460"],["13334.750","11786.048"],["13343.286","11797.448"],["13328.120","11782.907"],["13210.495","11909.690"],["13225.216","11709.988"],["13201.410","11750.190"],["13208.045","11704.670"],["13337.663","11773.107"],["26299.882","9165.782"],["26281.724","9171.414"],["17932.252","17851.566"],["17859.000","17912.921"],["17835.346","17892.699"],["17945.205","17930.438"],["17972.756","17845.622"],["17838.129","17884.746"],["17847.155","17898.827"],["17968.560","17926.111"],["17885.147","17892.805"],["17856.698","17888.429"],["17843.175","17903.963"],["17982.540","17914.814"],["17899.851","17922.284"],["17833.471","17911.593"],["17946.274","17928.406"],["17931.479","17925.951"],["17928.321","17895.381"],["17836.497","17915.722"],["17977.754","17921.040"],["9789.329","13667.851"],["9786.636","13674.177"],["9828.758","13619.480"],["9826.250","13677.806"],["9808.297","13652.835"],["9798.145","13670.510"],["9768.609","13679.132"],["9828.840","13620.454"],["9823.026","13675.560"],["9802.195","13654.767"],["9794.527","13672.195"],["9766.685","13687.736"],["9824.967","13667.170"],["9809.350","13674.800"],["9767.326","13687.489"],["3592.708","18595.112"],["3613.432","18644.162"],["3628.563","18646.805"],["3635.356","18623.947"],["3608.695","18621.833"],["3592.396","18595.046"],["3596.267","18546.207"],["3645.321","18582.786"],["3675.272","18559.235"],["3683.364","18541.812"],["3675.371","18554.826"],["3626.499","18556.704"],["3639.986","18548.000"],["3628.884","18563.673"],["3619.098","18553.136"],["3641.713","18522.220"],["3581.235","18540.795"],["3550.889","18551.463"],["3589.403","18633.712"],["3552.627","18664.562"],["3566.837","18670.408"],["3543.087","18668.526"],["3551.186","18577.574"],["3532.344","18483.452"],["3533.021","18486.774"],["3596.528","18471.371"],["3590.212","18495.847"],["3555.606","18488.481"],["3572.876","18509.852"],["3565.639","18477.878"],["3560.064","18526.830"],["3561.676","18478.143"],["3607.754","18496.128"],["3619.695","18516.838"],["3574.728","18534.773"],["3585.040","18519.365"],["3603.428","18522.255"],["3584.645","18489.720"],["3592.754","18521.776"],["3577.836","18527.655"],["3582.968","18502.767"],["3536.781","18535.188"],["3535.120","18536.196"],["3529.429","18546.897"],["3565.506","18600.342"],["3527.809","18586.536"],["3552.710","18601.697"],["3515.605","18622.390"],["3518.977","18631.589"],["3542.562","18580.392"],["3537.447","18623.712"],["3538.549","18626.849"],["3548.681","18601.102"],["3518.484","18506.783"],["3593.012","18665.532"],["3619.015","18668.984"],["3634.221","18621.255"],["3583.185","18619.736"],["3606.508","18599.901"],["3586.688","18634.088"],["3619.484","18653.113"],["3588.596","18591.809"],["3578.488","18540.261"],["3650.190","18559.450"],["3653.413","18567.477"],["3656.522","18566.634"],["3690.091","18545.197"],["3631.318","18569.338"],["3627.503","18570.428"],["3650.989","18569.024"],["3594.146","18584.874"],["3591.136","18580.018"],["3561.547","18572.107"],["3565.242","18643.819"],["3529.370","18652.093"],["3566.163","18648.625"],["3552.239","18574.965"],["3524.614","18474.847"],["3555.705","18481.462"],["3550.064","18509.621"],["3568.008","18488.415"],["3575.771","18483.361"],["3562.794","18523.543"],["3558.139","18489.356"],["3566.495","18493.238"],["3568.287","18484.930"],["3583.370","18489.290"],["3610.139","18513.667"],["3604.810","18526.813"],["3618.395","18509.555"],["3608.790","18511.702"],["3609.760","18512.181"],["3597.392","18506.086"],["3579.464","18505.079"],["3596.043","18487.986"],["3620.764","18498.110"],["3588.609","18517.796"],["3580.435","18529.340"],["3539.051","18544.007"],["3530.054","18569.226"],["3514.906","18576.625"],["3565.720","18591.292"],["3514.980","18630.086"],["3552.710","18597.882"],["3537.398","18626.750"],["3544.733","18601.961"],["3564.092","18609.475"],["3547.661","18596.065"],["3526.197","18601.284"],["3532.529","18592.432"],["3557.085","18602.440"],["3560.621","18588.551"],["3537.513","18494.562"],["3526.378","18492.844"],["3520.091","18479.505"],["3555.541","18504.980"],["3593.001","18508.085"],["3539.848","18606.238"],["9842.296","15712.688"],["9842.230","15716.718"],["9846.572","15710.013"],["9845.832","15708.576"],["8131.853","13550.607"],["8085.326","13493.180"],["8015.713","13502.524"],["8011.113","13525.660"],["8024.585","13485.159"],["8027.597","13460.933"],["8048.222","13476.975"],["8029.961","13428.964"],["8124.041","13550.920"],["8086.987","13494.947"],["8016.683","13504.159"],["8015.734","13523.199"],["8019.272","13482.467"],["8029.718","13457.085"],["8042.498","13480.790"],["7946.885","13591.080"],["8100.574","13411.901"],["8032.695","13402.190"],["8107.745","13411.158"],["7997.718","13412.925"],["8111.792","13454.331"],["8129.260","13489.178"],["8110.697","13472.472"],["8101.526","13502.275"],["8060.938","13507.800"],["8073.211","13536.863"],["7938.034","13482.711"],["8125.242","13551.680"],["8094.043","13489.481"],["8011.552","13499.221"],["8014.698","13522.010"],["8022.134","13485.209"],["8026.100","13462.288"],["8046.216","13476.446"],["8025.598","13544.385"],["8106.326","13400.395"],["8027.630","13442.554"],["7991.015","13450.106"],["8102.379","13442.228"],["8136.496","13442.592"],["8119.252","13512.639"],["8101.306","13513.293"],["7947.112","13487.600"],["8130.817","13544.463"],["8087.694","13490.703"],["8019.201","13483.211"],["8016.025","13503.449"],["8015.850","13524.785"],["8022.940","13491.799"],["8029.554","13460.157"],["8046.972","13479.089"],["8144.568","13420.135"],["8145.821","13426.857"],["8010.886","13532.443"],["8040.948","13421.864"],["7984.370","13399.196"],["8121.758","13452.444"],["8071.592","13514.331"],["8049.493","13454.086"],["7999.321","13439.652"],["8124.743","13500.095"],["8055.108","13509.690"],["7961.424","13595.803"],["20931.501","15731.209"],["20928.288","15731.842"],["20927.088","15730.207"],["20931.813","15725.759"],["20916.303","15736.164"],["20910.969","15736.070"],["26092.068","17358.278"],["26157.983","17388.363"],["26068.489","17402.581"],["26084.486","17366.139"],["26138.247","17403.695"],["26091.427","17381.118"],["17224.164","4745.396"],["17219.805","4730.813"],["17245.910","4756.136"],["17263.903","4783.882"],["17288.355","4750.923"],["17402.135","4737.956"],["17228.851","4733.010"],["17213.308","4762.225"],["17270.433","4754.551"],["17260.137","4746.029"],["17382.759","4744.485"],["17220.151","4759.831"],["17234.249","4750.637"],["17369.552","4736.657"],["17406.444","4739.377"],["17220.299","4741.449"],["17269.972","4782.049"],["17269.265","4746.442"],["17298.964","4749.106"],["17233.522","4742.556"],["17243.558","4786.558"],["17318.207","4727.686"],["17377.545","4737.961"],["17251.929","4778.564"],["17361.805","4739.084"],["17211.088","4740.970"],["17268.130","4755.691"],["17306.349","4735.646"],["17235.200","4737.403"],["17254.561","4765.302"],["25185.486","7535.010"],["12252.342","15158.033"],["12255.288","15157.137"],["12276.807","15154.939"],["12317.359","15101.374"],["12287.786","15089.352"],["12282.868","15088.664"],["12281.229","15095.248"],["12278.618","15258.490"],["12273.028","15224.025"],["12272.044","15210.999"],["12284.264","15218.321"],["12253.702","15209.736"],["12237.627","15189.988"],["12206.733","15195.249"],["12193.734","15205.780"],["12181.096","15195.727"],["12178.042","15183.405"],["12230.892","15261.559"],["12240.412","15263.392"],["12277.490","15283.571"],["12305.682","15283.553"],["12297.501","15287.361"],["12309.810","15276.118"],["12259.270","15156.187"],["12263.034","15160.056"],["12266.839","15157.337"],["12271.946","15160.501"],["12278.521","15156.133"],["12274.557","15154.546"],["12297.581","15153.116"],["12315.754","15102.675"],["12281.030","15097.508"],["12269.831","15087.914"],["12351.327","15091.961"],["12347.837","15092.065"],["12344.181","15087.781"],["12344.180","15084.309"],["12351.754","15185.925"],["12179.530","15175.922"],["12253.814","15248.104"],["12184.308","15231.519"],["12159.794","15208.274"],["12161.442","15214.420"],["12240.339","15268.213"],["12275.523","15277.594"],["12282.959","15283.425"],["12314.144","15285.533"],["12209.977","15255.043"],["12160.930","15295.450"],["12159.326","15290.945"],["12260.499","15260.876"],["12236.660","15260.174"],["12222.531","15255.955"],["12179.977","15226.413"],["12271.613","15279.661"],["19962.178","17218.856"],["19974.661","17200.243"],["20005.746","17274.630"],["19992.489","17286.917"],["19976.276","17206.624"],["19978.792","17215.955"],["20000.980","17226.343"],["19983.562","17206.971"],["20136.780","17374.325"],["20026.728","17271.915"],["20030.116","17254.970"],["20119.896","17338.475"],["20116.113","17341.547"],["20089.643","17337.342"],["20062.883","17313.824"],["20015.588","17280.862"],["19968.642","17213.208"],["20009.466","17204.906"],["19979.167","17272.533"],["20017.474","17274.704"],["20017.641","17206.839"],["20025.577","17260.635"],["20012.904","17204.906"],["19960.307","17270.928"],["19961.738","17274.347"],["19962.626","17300.044"],["19967.633","17257.249"],["19956.015","17306.816"],["20005.503","17229.217"],["20140.728","17340.667"],["19978.609","17215.767"],["20005.314","17249.685"],["20105.866","17352.926"],["20099.156","17349.177"],["20067.587","17326.211"],["20066.551","17329.811"],["20033.808","17278.712"],["19956.475","17260.573"],["19951.088","17308.250"],["19963.482","17284.966"],["19983.553","17237.288"],["20044.695","17214.717"],["20139.252","17300.214"],["20045.377","17335.120"],["19994.170","17397.187"],["20093.163","17385.634"],["19993.886","17339.575"],["20100.360","17381.183"],["20055.599","17372.683"],["20136.766","17375.961"],["19942.370","17335.519"],["19964.218","17200.602"],["20011.588","17290.811"],["20018.578","17309.559"],["20067.606","17243.008"],["19955.617","17382.654"],["20047.637","17369.350"],["20084.929","17341.849"],["20049.356","17378.607"],["20103.863","17377.616"],["20028.792","17389.255"],["20060.239","17407.636"],["20045.764","17370.651"],["20125.187","17371.105"],["20117.160","17391.271"],["19954.038","17393.505"],["19944.838","17215.380"],["19966.919","17307.790"],["20046.999","17270.814"],["19939.351","17402.241"],["20084.004","17248.012"],["20105.416","17322.315"],["20068.248","17244.065"],["20061.864","17368.012"],["19983.524","17403.919"],["19977.090","17213.293"],["20025.792","17293.128"],["20098.458","17383.575"],["20072.564","17397.731"],["20023.002","17379.527"],["20055.928","17393.475"],["20075.221","17396.101"],["20115.548","17365.920"],["20143.493","17380.569"],["3136.595","15711.258"],["3132.977","15693.174"],["3150.296","15715.882"],["3184.706","15658.803"],["3187.058","15679.216"],["3218.604","15669.340"],["3169.295","15715.335"],["3214.349","15715.904"],["3216.323","15704.211"],["3269.333","15694.219"],["3181.266","15692.018"],["3147.056","15707.459"],["3116.032","15705.003"],["3176.482","15655.368"],["3186.663","15669.274"],["3158.571","15707.755"],["3180.002","15682.106"],["3217.815","15657.713"],["3165.446","15662.651"],["3170.451","15696.944"],["3267.030","15682.989"],["3286.323","15713.195"],["21342.514","9887.990"],["21347.783","9891.086"],["8881.169","14795.368"],["8921.017","14812.471"],["8917.434","14824.302"],["8857.562","14811.609"],["8826.652","14815.640"],["8809.902","14804.725"],["8778.375","14751.547"],["8910.603","14671.831"],["8863.298","14719.696"],["8901.659","14741.764"],["8968.975","14774.909"],["8881.548","14793.501"],["8916.889","14801.819"],["8905.098","14836.937"],["8854.059","14806.489"],["8831.389","14815.540"],["8809.211","14805.039"],["8782.915","14758.830"],["8912.593","14663.623"],["8862.541","14711.917"],["8896.643","14732.730"],["8960.900","14759.737"],["8929.205","14821.945"],["8881.315","14817.657"],["8834.705","14679.939"],["8837.334","14671.605"],["8916.049","14748.155"],["8917.502","14716.296"],["8871.778","14803.146"],["8917.975","14802.199"],["8912.582","14823.923"],["8852.760","14807.216"],["8835.698","14814.665"],["8808.372","14809.283"],["8901.738","14668.809"],["8870.337","14719.861"],["8893.847","14741.169"],["8927.864","14828.693"],["8833.419","14683.967"],["8983.179","14842.541"],["8987.275","14843.928"],["8958.440","14847.928"],["8951.269","14860.232"],["8951.269","14848.721"],["8947.445","14865.751"],["8812.778","14872.064"],["8819.998","14872.278"],["8828.841","14858.347"],["8814.071","14848.223"],["8823.347","14846.290"],["8979.233","14783.201"],["8986.194","14698.485"],["8961.418","14678.724"],["8938.170","14737.382"],["8924.979","14740.239"],["8925.012","14730.727"],["8930.824","14741.526"],["8924.410","14762.500"],["8936.170","14740.849"],["8881.508","14822.523"],["8881.771","14819.418"],["8890.308","14830.962"],["8879.005","14822.289"],["8876.965","14817.896"],["8877.886","14839.944"],["8859.154","14787.572"],["8844.384","14780.454"],["8859.614","14783.328"],["8841.272","14747.580"],["8881.505","14770.724"],["8877.770","14766.688"],["8865.456","14742.267"],["8854.667","14746.132"],["8865.933","14740.847"],["8837.095","14726.385"],["8856.191","14732.842"],["8837.211","14719.993"],["8822.721","14728.742"],["8825.435","14735.844"],["8822.178","14718.965"],["8822.600","14689.069"],["8819.788","14700.977"],["8833.784","14699.870"],["8806.194","14673.581"],["8802.971","14671.038"],["8818.102","14670.707"],["8987.728","14805.731"],["8938.741","14859.358"],["8954.843","14849.466"],["8952.573","14844.313"],["8881.491","14667.558"],["8876.803","14671.357"],["8874.270","14679.631"],["8887.147","14680.992"],["8920.226","14704.357"],["8923.697","14702.865"],["8918.986","14706.951"],["8859.245","14683.679"],["8880.533","14699.620"],["8782.161","14677.124"],["8783.016","14694.267"],["8777.753","14816.623"],["8881.646","14792.742"],["8920.836","14801.852"],["8920.427","14834.212"],["8853.368","14804.276"],["8833.247","14823.864"],["8816.908","14813.165"],["8782.602","14757.889"],["8900.356","14669.271"],["8868.972","14710.877"],["8904.603","14736.578"],["8946.095","14668.730"],["8940.168","14670.719"],["8832.097","14686.485"],["8917.774","14825.157"],["8953.308","14871.050"],["8964.189","14859.888"],["8816.834","14851.856"],["8985.425","14690.560"],["8927.048","14735.547"],["8937.798","14759.461"],["8884.206","14816.231"],["8877.574","14823.016"],["8853.693","14788.035"],["8832.067","14764.457"],["8876.275","14763.352"],["8814.092","14713.584"],["8829.833","14737.434"],["8814.919","14700.283"],["8826.556","14669.287"],["8987.438","14785.871"],["8937.047","14836.171"],["8869.961","14676.542"],["8857.569","14691.183"],["8786.681","14718.856"],["8779.316","14693.656"],["22822.204","12760.651"],["22741.998","12767.765"],["29880.613","15986.684"],["29940.158","16048.261"],["29943.612","15981.577"],["29900.898","16008.124"],["29845.775","16027.478"],["30017.105","16100.914"],["30017.617","16119.366"],["29977.033","16053.876"],["29964.533","16067.782"],["29947.461","16001.346"],["29975.816","15979.909"],["29904.435","15980.362"],["29894.583","15987.100"],["29883.355","16017.666"],["29879.474","16015.057"],["29854.739","16014.679"],["29871.433","16043.597"],["30011.628","16121.921"],["29992.566","16130.526"],["30013.028","16109.754"],["30010.693","16103.627"],["29862.915","15980.474"],["25699.335","17004.405"],["25668.779","17081.456"],["25649.683","17023.553"],["25640.654","17060.845"],["25727.065","16997.336"],["25662.167","17032.306"],["25626.170","17147.698"],["25629.262","17139.705"],["25731.818","16994.512"],["25651.871","17023.174"],["25697.723","17006.849"],["25664.864","17031.894"],["27386.470","16998.137"],["27366.971","16986.873"],["27323.759","16989.305"],["27328.767","16994.241"],["27325.139","16987.317"],["27356.093","17016.673"],["27388.990","17000.083"],["27384.694","17001.010"],["27384.635","16996.403"],["27369.531","16990.296"],["27336.383","16989.105"],["27339.869","17006.479"],["27346.964","17026.658"],["27370.287","17023.058"],["27364.547","17019.629"],["27382.680","17015.492"],["27380.854","16993.298"],["19097.620","18430.053"],["19295.764","18438.302"],["19269.901","18327.420"],["19293.073","18297.356"],["19206.168","18350.161"],["19121.091","18416.742"],["19251.620","18436.849"],["19283.010","18337.610"],["19106.255","18458.278"],["19263.659","18450.540"],["19266.102","18319.459"],["8413.567","17261.566"],["8548.249","17361.028"],["8566.888","17357.840"],["8556.224","17366.695"],["8455.710","17214.359"],["8437.037","17211.558"],["8375.192","17290.606"],["8358.052","17276.104"],["8530.979","17343.026"],["8537.788","17346.015"],["8416.828","17215.598"],["8413.605","17217.728"],["8415.886","17228.321"],["8419.981","17217.272"],["8394.221","17297.212"],["8524.499","17346.626"],["8512.180","17338.209"],["8534.967","17216.244"],["8428.241","17232.768"],["8478.413","17358.688"],["8468.799","17356.156"],["8461.096","17377.592"],["8497.807","17363.386"],["8497.876","17366.529"],["8489.484","17362.974"],["8480.094","17337.102"],["8491.949","17338.497"],["8483.167","17337.361"],["8525.515","17367.243"],["8509.181","17365.748"],["8515.431","17362.362"],["8452.871","17369.114"],["8449.187","17370.501"],["8440.109","17379.312"],["8478.060","17370.193"],["8487.716","17355.706"],["8476.114","17373.721"],["8403.040","17227.341"],["8379.169","17270.474"],["8373.869","17263.484"],["8387.441","17262.793"],["8476.620","17363.791"],["8473.857","17356.689"],["8478.084","17358.770"],["8488.382","17363.849"],["8490.784","17359.390"],["8491.228","17365.765"],["8467.331","17344.137"],["8475.105","17359.612"],["8475.982","17343.889"],["8515.925","17364.906"],["8517.323","17350.702"],["8510.661","17365.731"],["8449.819","17366.159"],["8447.263","17375.109"],["8449.039","17375.093"],["8472.533","17366.097"],["8477.385","17368.640"],["8476.218","17375.411"],["8534.549","17208.601"],["8373.304","17261.966"],["8396.563","17335.579"],["8472.439","17279.484"],["16324.456","16851.368"],["16280.338","16841.468"],["16265.146","16869.119"],["16216.727","16902.440"],["16244.781","16826.236"],["16306.157","16797.224"],["16342.422","16916.886"],["16215.400","16820.375"],["16263.854","16833.934"],["16301.566","16948.320"],["16255.631","16808.418"],["16262.308","16842.109"],["16182.196","16974.702"],["16173.660","16957.063"],["16294.312","16891.029"],["16335.020","16963.828"],["16183.725","16838.866"],["16255.123","16926.064"],["16238.476","16877.187"],["16290.664","16870.234"],["24795.897","8249.381"],["24852.654","8236.652"],["24824.442","8165.055"],["24917.893","8181.507"],["24866.281","8134.592"],["24868.921","8236.768"],["24800.774","8154.006"],["24904.537","8186.907"],["24787.036","8288.310"],["24811.627","8116.171"],["24873.551","8152.379"],["24799.738","8155.079"],["24875.689","8202.365"],["24907.514","8120.406"],["24854.118","8192.688"],["24841.481","8169.002"],["24914.274","8180.598"],["24808.940","8230.653"],["24806.296","8271.216"],["24863.386","8131.603"],["24832.934","8212.127"],["24834.064","8144.097"],["24903.534","8218.616"],["24835.006","8222.432"],["24860.065","8111.778"],["24909.603","8162.520"],["24815.494","8173.428"],["24910.113","8205.652"],["24804.701","8293.017"],["24821.407","8213.642"],["24883.304","8124.997"],["24841.909","8180.397"],["24924.981","8222.960"],["7452.153","19520.274"],["7376.290","19358.223"],["7311.695","19457.595"],["7314.508","19446.894"],["7491.359","19391.893"],["7405.983","19352.782"],["7476.525","19389.512"],["7490.522","19345.020"],["7374.781","19446.564"],["7467.709","19360.007"],["7483.569","19485.808"],["7441.086","19449.359"],["7491.102","19462.835"],["7450.313","19418.261"],["7407.132","19339.323"],["7314.308","19365.088"],["7503.882","19467.662"],["7456.479","19516.772"],["7356.997","19364.879"],["7350.731","19391.707"],["7343.669","19406.646"],["7341.005","19468.211"],["7373.821","19452.684"],["7510.012","19328.469"],["7410.921","19426.155"],["7308.107","19355.063"],["7455.673","19502.189"],["7485.084","19397.692"],["7366.192","19399.849"],["7344.442","19443.487"],["7359.709","19457.639"],["7494.222","19332.465"],["7477.989","19364.797"],["7443.964","19403.711"],["7315.656","19356.169"],["7308.046","19457.043"],["7508.183","19475.538"],["7472.944","19501.750"],["7501.285","19482.865"],["7464.653","19519.910"],["7330.402","19373.607"],["7358.242","19425.684"],["7497.856","19380.597"],["7471.936","19321.981"],["7431.957","19447.707"],["7494.786","19457.864"],["7364.089","19357.704"],["7386.030","19330.388"],["6486.078","19959.797"],["6488.841","19947.691"],["6479.680","19954.331"],["6486.621","19967.031"],["6477.148","20015.318"],["6485.157","19997.947"],["6471.359","20007.209"],["6480.043","19984.286"],["6667.924","19954.289"],["16212.431","13973.581"],["16226.871","14010.988"],["16302.279","13992.168"],["16324.713","13933.853"],["16206.554","13970.846"],["16193.775","13990.664"],["16173.676","14017.228"],["16190.300","14020.269"],["16256.148","13968.858"],["16353.597","14009.306"],["16333.614","14014.409"],["16309.615","13952.185"],["16281.095","13941.730"],["16196.916","13952.663"],["16202.623","13985.578"],["16255.523","13956.504"],["16336.081","13974.128"],["16321.934","13932.234"],["16207.064","13944.834"],["16149.087","13999.854"],["16343.797","13972.559"],["14052.793","15236.874"],["14076.746","15277.835"],["14086.275","15278.768"],["14131.322","15278.502"],["14061.275","15251.553"],["14072.492","15259.860"],["14061.275","15251.701"],["14050.782","15267.060"],["14065.321","15249.901"],["14052.426","15253.402"],["14050.420","15242.535"],["14122.720","15244.338"],["14126.026","15246.551"],["14144.316","15253.042"],["14119.283","15243.925"],["14132.358","15245.346"],["14145.838","15253.344"],["14134.985","15101.715"],["14087.327","15246.145"],["14075.841","15279.371"],["14048.432","15271.563"],["14095.304","15276.109"],["14085.979","15284.780"],["14118.839","15255.776"],["14125.418","15253.497"],["14062.015","15247.490"],["14058.709","15246.532"],["14051.291","15261.412"],["14054.186","15243.328"],["14055.995","15262.337"],["14073.298","15242.304"],["14061.193","15247.457"],["14126.503","15243.479"],["14136.207","15245.709"],["14137.062","15254.495"],["14124.118","15245.412"],["14128.855","15240.622"],["14150.065","15255.392"],["14065.490","15248.138"],["14071.927","15272.534"],["14048.728","15272.026"],["14103.956","15286.563"],["14127.046","15255.099"],["14224.387","15290.161"],["14238.137","15294.223"],["14135.098","15255.326"],["14058.813","15247.163"],["14060.414","15277.621"],["14051.742","15257.793"],["14086.373","15288.116"],["14125.336","15268.196"],["14044.370","15263.553"],["14084.877","15247.202"],["14132.912","15099.733"],["14095.913","15282.914"],["14138.066","15274.158"],["14071.258","15246.961"],["14068.528","15250.364"],["14126.158","15247.063"],["14143.214","15249.920"],["14143.404","15252.700"],["14155.114","15249.413"],["14130.495","15098.363"],["14078.791","15247.218"],["14087.541","15252.222"],["14071.823","15248.352"],["14054.240","15246.486"],["14069.059","15242.803"],["14063.226","15268.785"],["14071.910","15268.917"],["14067.453","15277.175"],["14072.224","15242.576"],["14060.821","15277.000"],["14196.876","15109.784"],["14041.327","15263.306"],["14090.732","15263.954"],["14099.433","15274.887"],["14083.725","15268.661"],["14129.447","15268.097"],["14121.059","15254.026"],["14139.020","15268.609"],["14049.367","15249.670"],["14050.041","15266.020"],["14048.775","15261.165"],["14136.141","15247.740"],["14225.143","15291.911"],["14123.258","15099.865"],["14052.234","15238.163"],["14073.226","15278.298"],["14097.837","15264.400"],["14135.204","15278.435"],["14060.683","15256.012"],["14058.791","15259.959"],["14058.380","15254.261"],["14066.472","15247.143"],["14128.510","15239.103"],["14128.181","15243.612"],["14051.407","15262.403"],["14059.712","15245.475"],["14053.084","15261.379"],["14136.668","15257.105"],["14118.822","15243.810"],["5257.367","15478.577"],["5239.341","15465.563"],["5259.077","15473.210"],["5245.579","15496.349"],["5327.866","15483.387"],["5222.703","15443.855"],["5215.519","15459.269"],["5209.303","15457.045"],["5224.566","15443.486"],["5217.066","15451.331"],["5212.685","15469.427"],["5217.750","15467.181"],["5230.946","15439.249"],["5200.300","15406.559"],["5207.175","15413.363"],["5199.971","15421.868"],["5256.068","15485.695"],["5237.778","15481.352"],["5262.371","15500.280"],["5264.296","15506.803"],["5327.916","15483.982"],["5301.057","15492.553"],["5241.742","15506.116"],["5206.656","15470.530"],["5218.037","15453.643"],["5221.474","15443.420"],["5208.359","15477.602"],["5213.408","15474.398"],["5207.487","15480.195"],["5203.115","15491.355"],["5206.681","15416.567"],["5325.136","15491.711"],["5314.791","15487.268"],["5207.757","15464.890"],["5215.119","15466.686"],["5216.665","15466.521"],["5221.244","15462.627"],["5219.089","15445.038"],["5212.372","15482.194"],["18577.346","13007.856"],["18667.862","13141.662"],["18622.493","13103.546"],["18610.114","13048.101"],["18588.274","13036.964"],["18667.189","12980.094"],["18641.845","12976.532"],["18656.760","13131.356"],["18668.207","13170.805"],["18656.358","13176.897"],["18470.641","12992.752"],["18628.216","13108.484"],["18603.291","13059.259"],["18650.052","12998.811"],["18569.029","13084.197"],["18661.530","13115.155"],["18648.628","13115.157"],["18583.917","13034.742"],["18603.077","13055.494"],["18657.583","13133.041"],["18667.122","13158.270"],["18610.492","13061.578"],["18621.697","12970.488"],["18602.189","13042.992"],["18664.097","12997.402"],["18620.578","12972.833"],["9274.520","9190.495"],["9283.357","9248.807"],["9313.997","9236.505"],["9280.162","9238.783"],["6711.947","6043.365"],["6780.300","6057.560"],["6796.792","6143.641"],["6727.852","6024.059"],["6808.018","6149.707"],["6790.710","6151.158"],["6811.468","6072.738"],["16504.458","14414.804"],["16468.542","14430.160"],["16380.858","14402.557"],["16386.884","14325.239"],["16528.350","14308.163"],["16424.777","14291.142"],["16505.324","14438.173"],["16490.208","14280.542"],["16369.492","14272.710"],["16416.018","14363.227"],["16364.579","14405.419"],["16444.684","14440.208"],["16406.099","14430.787"],["16556.612","14399.714"],["16489.047","14396.483"],["16454.491","14401.933"],["16453.306","14319.072"],["16548.402","14441.778"],["16526.296","14443.404"],["16552.855","14409.363"],["16458.785","14364.452"],["16412.680","14299.106"],["16438.289","14279.850"],["16439.118","14287.877"],["16472.736","14302.311"],["16391.578","14262.546"],["16392.534","14290.711"],["16434.694","14419.871"],["16430.048","14395.564"],["16365.100","14266.715"],["16400.393","14370.015"],["16505.083","14385.385"],["16401.335","14401.417"],["16510.050","14411.154"],["16565.374","14318.010"],["16538.278","14318.571"],["16545.202","14307.753"],["16514.159","14305.727"],["16494.945","14330.921"],["16453.784","14394.782"],["16425.578","14359.712"],["16466.170","14321.050"],["16384.730","14300.631"],["16397.203","14259.491"],["16421.738","14408.202"],["16417.078","14257.337"],["16439.892","14323.049"],["16497.331","14398.916"],["16489.435","14280.261"],["16407.793","14429.581"],["16493.685","14389.316"],["16526.362","14423.223"],["16395.190","14302.943"],["16419.506","14258.285"],["16400.611","14421.731"],["16448.115","14426.494"],["16518.350","14305.091"],["16423.542","14263.679"],["16415.007","14319.201"],["16523.778","14423.706"],["16500.988","14402.136"],["16363.280","14389.861"],["16543.422","14399.466"],["16507.567","14385.204"],["16455.578","14359.630"],["16410.312","14266.906"],["16364.122","14267.995"],["16404.312","14415.621"],["16409.682","14427.806"],["16434.759","14417.840"],["16425.976","14265.561"],["16442.951","14302.967"],["16511.328","14433.103"],["16492.139","14401.162"],["5083.662","14263.726"],["4995.692","14299.781"],["5006.668","14247.310"],["4995.693","14239.797"],["5039.678","14259.106"],["5043.097","14398.422"],["5015.626","14411.661"],["5087.557","14362.055"],["4994.677","14408.896"],["5013.940","14401.794"],["5018.840","14405.205"],["5046.350","14421.728"],["5041.728","14411.257"],["5055.363","14409.391"],["5041.827","14428.581"],["5028.012","14416.506"],["5019.706","14424.747"],["4990.008","14423.139"],["5067.884","14395.364"],["5060.763","14400.863"],["5060.796","14387.998"],["5069.151","14368.593"],["5050.598","14394.720"],["5193.557","14394.411"],["5156.172","14387.029"],["5178.261","14381.315"],["5166.767","14332.457"],["5153.872","14326.363"],["5164.566","14280.723"],["5161.737","14265.793"],["5135.536","14283.580"],["5099.552","14263.594"],["5101.049","14252.727"],["5104.387","14239.002"],["5098.335","14242.239"],["5104.534","14279.796"],["5036.679","14403.577"],["5014.886","14403.842"],["5025.297","14409.853"],["5041.695","14435.947"],["5055.478","14419.762"],["5011.910","14430.180"],["5007.535","14427.422"],["5070.220","14399.311"],["5073.460","14404.596"],["5080.368","14399.261"],["5069.661","14377.478"],["5064.463","14367.255"],["5124.352","14273.539"],["5019.600","14261.646"],["5174.335","14265.265"],["5045.100","14416.459"],["5053.833","14436.922"],["5033.307","14415.088"],["5052.358","14400.467"],["5055.368","14399.212"],["5079.195","14383.021"],["5170.399","14415.848"],["5151.849","14350.425"],["5138.697","14272.330"],["5017.461","14246.716"],["5054.014","14442.669"],["5047.452","14407.244"],["5058.279","14401.920"],["5072.901","14366.578"],["5177.290","14361.199"],["5166.879","14366.005"],["5179.464","14313.349"],["5161.803","14273.126"],["5136.476","14261.992"],["5116.641","14239.101"],["24539.348","7907.462"],["24448.891","7968.797"],["24439.895","8011.507"],["24489.990","8034.135"],["24427.771","8093.220"],["24527.450","8087.460"],["24453.268","8014.564"],["24426.867","8081.643"],["24545.953","8058.525"],["24407.542","8012.216"],["24419.715","8006.180"],["24486.898","8017.206"],["24398.923","8106.740"],["24415.370","8073.270"],["24426.165","8043.177"],["24446.511","7994.522"],["24490.539","8036.727"],["24389.896","8038.447"],["24432.459","8073.138"],["24529.645","8041.790"],["24544.801","7949.923"],["24410.289","8018.095"],["24374.485","8050.404"],["24370.699","8084.131"],["24553.330","8013.846"],["24423.135","8037.766"],["24523.050","7908.523"],["24390.863","8071.678"],["24468.690","8030.584"],["24368.347","8094.981"],["24401.360","8052.171"],["24431.406","8078.406"],["24542.593","7949.024"],["18558.071","18038.460"],["18587.035","18021.053"],["18574.584","18038.113"],["18463.051","18036.912"],["30392.730","9798.683"],["30441.460","9620.586"],["30439.944","9612.947"],["30406.493","9764.181"],["30393.499","9689.190"],["30442.821","9606.105"],["30440.855","9702.168"],["30430.374","9619.249"],["30409.356","9782.414"],["30445.111","9760.002"],["30451.365","9723.175"],["30398.483","9696.308"],["30416.591","9700.916"],["30444.597","9598.360"],["30418.980","9725.735"],["30403.781","9783.191"],["30435.903","9796.205"],["30402.362","9658.554"],["30437.529","9770.407"],["22068.512","17169.163"],["12989.812","11457.319"],["12988.371","11413.417"],["13756.776","9597.494"],["13787.030","9609.631"],["13759.194","9595.034"],["13793.865","9606.115"],["13810.977","9591.184"],["13801.365","9599.823"],["13812.605","9610.028"],["13803.905","9606.626"],["10739.136","17884.541"],["10744.156","17843.287"],["10739.008","17839.323"],["10737.726","17863.672"],["10725.868","17863.969"],["10701.341","17843.567"],["10698.709","17854.665"],["10691.108","17866.025"],["10697.293","17876.926"],["10693.877","17904.806"],["10692.890","17901.569"],["10736.354","17895.966"],["10723.361","17919.781"],["10691.538","17929.770"],["10686.653","17925.691"],["10702.892","17926.464"],["10702.547","17944.053"],["10731.566","17955.963"],["10723.820","17955.666"],["10727.331","17978.559"],["10725.867","17982.358"],["10707.706","18004.025"],["10693.808","17981.498"],["10776.953","17844.632"],["10752.561","17846.788"],["10748.581","17843.006"],["10739.519","17881.723"],["10736.131","17865.241"],["10695.518","17838.398"],["10700.420","17848.323"],["10701.618","17868.321"],["10698.247","17857.074"],["10713.346","17899.878"],["10704.349","17909.771"],["10676.821","17913.228"],["10727.358","17914.959"],["10742.900","17908.023"],["10689.055","17931.719"],["10708.369","17945.655"],["10707.678","17932.079"],["10745.846","17945.701"],["10738.330","17925.866"],["10721.201","17943.111"],["10724.770","17928.462"],["10743.836","17970.728"],["10729.847","17982.836"],["10738.992","17967.626"],["10712.377","17982.555"],["10704.071","18004.009"],["10690.859","17971.587"],["10681.351","17970.230"],["7976.478","18258.866"],["8134.709","18386.998"],["8122.051","18326.581"],["8102.133","18328.959"],["8082.680","18402.902"],["8073.062","18383.986"],["8105.101","18367.289"],["8055.384","18352.216"],["8050.402","18304.237"],["8044.800","18292.929"],["8032.793","18283.383"],["8018.542","18357.805"],["8024.594","18365.435"],["8013.984","18315.315"],["7959.471","18285.996"],["7940.129","18294.600"],["7996.818","18360.891"],["8004.203","18346.539"],["7973.541","18376.813"],["8073.309","18409.178"],["8097.042","18410.714"],["8060.864","18425.910"],["8066.555","18423.053"],["8037.963","18456.475"],["8107.227","18440.378"],["8099.936","18448.362"],["7998.861","18427.490"],["8050.637","18441.684"],["7955.300","18456.695"],["7961.501","18454.779"],["7956.396","18433.577"],["8118.168","18377.035"],["8116.670","18354.624"],["8054.858","18328.998"],["7960.154","18371.239"],["7955.108","18390.852"],["8017.410","18446.597"],["7994.143","18258.784"],["8104.516","18394.739"],["8104.268","18339.545"],["8048.839","18329.989"],["7966.700","18373.948"],["7950.684","18392.008"],["7944.531","18433.057"],["8019.451","18426.190"],["8002.264","18431.548"],["8017.489","18430.377"],["8002.385","18454.360"],["7984.627","18446.595"],["7965.656","18264.779"],["8111.227","18395.994"],["8126.258","18355.268"],["8048.608","18323.268"],["7956.568","18361.759"],["7965.635","18379.721"],["8124.286","18390.148"],["8125.979","18360.817"],["8042.934","18322.310"],["7947.292","18373.436"],["7966.145","18390.159"],["5876.924","17626.673"],["5876.990","17638.680"],["5891.806","17695.836"],["5895.490","17689.032"],["5929.912","17629.653"],["5903.104","17687.330"],["5901.789","17678.131"],["5930.369","17738.110"],["5901.455","17773.964"],["5860.174","17752.852"],["5832.049","17782.728"],["5835.411","17704.757"],["5901.651","17825.637"],["5865.288","17818.081"],["5855.042","17808.271"],["5861.061","17808.271"],["5952.649","17828.230"],["5914.652","17801.753"],["5932.662","17803.074"],["5914.155","17773.657"],["5925.437","17783.566"],["5914.270","17781.898"],["5853.734","17828.708"],["5867.286","17821.920"],["5915.743","17816.008"],["5906.154","17827.222"],["5921.302","17829.418"],["5884.239","17797.963"],["5898.252","17799.020"],["5880.094","17785.098"],["5931.879","17684.204"],["5959.275","17631.103"],["5922.045","17662.431"],["5861.842","17634.584"],["5854.555","17634.964"],["5849.372","17691.724"],["5894.832","17682.706"],["5855.638","17672.615"],["5857.908","17710.898"],["5895.474","17700.625"],["5930.407","17689.907"],["5880.731","17746.334"],["5906.010","17769.621"],["5926.126","17734.823"],["5903.231","17724.732"],["5855.335","17777.667"],["5862.391","17797.403"],["5895.921","17645.302"],["5863.364","17818.708"],["5869.088","17809.377"],["5942.010","17803.452"],["5934.880","17831.732"],["5876.697","17829.959"],["5900.061","17781.029"],["5886.000","17778.641"],["5847.895","17812.544"],["5839.507","17815.070"],["5933.534","17803.421"],["5933.583","17815.626"],["5936.951","17780.412"],["5933.974","17772.947"],["5926.737","17778.281"],["5872.204","17821.936"],["5906.351","17810.409"],["5917.272","17829.699"],["5910.167","17809.732"],["5883.252","17803.908"],["5898.203","17791.638"],["5886.986","17783.776"],["5956.744","17640.327"],["5970.291","17659.723"],["5944.444","17666.781"],["5945.634","17716.559"],["5946.407","17709.903"],["5935.540","17742.610"],["5954.751","17720.215"],["5962.291","17684.794"],["5965.547","17678.452"],["5935.218","17686.152"],["5919.888","17671.764"],["5931.270","17667.321"],["5931.925","17636.648"],["5963.190","17629.104"],["5941.035","17633.663"],["5837.732","17663.819"],["5906.330","17636.027"],["5896.280","17640.799"],["5917.479","17722.473"],["5920.335","17649.714"],["5922.045","17654.652"],["5891.793","17660.168"],["5871.907","17652.619"],["5870.723","17635.806"],["5899.997","17663.515"],["5841.132","17687.991"],["5868.730","17656.067"],["5952.965","17635.805"],["5924.793","17760.901"],["5887.474","17715.054"],["5843.749","17772.619"],["5846.346","17720.378"],["5942.214","17627.291"],["5941.076","17733.882"],["5871.374","17753.116"],["5876.611","17757.045"],["19376.412","13893.143"],["19370.638","13920.302"],["19483.780","13970.318"],["19381.840","13880.559"],["19351.379","13898.304"],["19374.281","13991.346"],["19503.090","13995.470"],["19466.096","13833.601"],["19372.613","13857.124"],["19340.030","13912.490"],["19486.675","13986.849"],["19498.045","13897.932"],["19374.175","13850.716"],["19357.546","13903.572"],["19419.235","13835.909"],["19497.157","13817.922"],["19379.882","13870.930"],["19352.382","13917.428"],["19489.230","13896.809"],["19414.657","13830.510"],["19378.385","13907.156"],["19479.356","13968.385"],["19500.348","13912.482"],["19430.241","13819.827"],["19373.386","13868.387"],["19355.803","13928.362"],["19371.913","14016.466"],["11536.092","16417.829"],["11534.936","16413.660"],["11558.521","16454.411"],["11517.293","16476.641"],["11525.054","16475.116"],["11549.683","16467.682"],["11538.058","16394.890"],["11534.223","16481.968"],["11536.632","16402.944"],["11563.833","16425.725"],["17296.749","16601.961"],["17282.538","16617.709"],["17257.286","16641.023"],["17292.688","16617.484"],["17294.868","16600.812"],["17284.380","16620.420"],["17240.065","16714.341"],["17220.549","16624.979"],["17270.953","16718.737"],["17244.944","16707.530"],["17230.421","16610.897"],["17237.451","16616.096"],["14020.642","14857.494"],["14033.740","14796.302"],["13947.962","14815.990"],["13944.015","14784.396"],["13888.935","14807.539"],["13889.708","14810.925"],["13953.937","14869.107"],["13945.742","14790.160"],["13985.561","14769.912"],["13908.441","14818.390"],["13938.935","14828.976"],["13893.293","14800.421"],["13898.606","14791.139"],["13886.813","14793.402"],["13957.246","14872.569"],["13956.161","14866.920"],["13943.061","14856.761"],["14008.940","14662.802"],["14025.946","14668.913"],["14039.448","14760.391"],["13990.303","14778.326"],["13992.449","14817.844"],["14006.856","14818.786"],["14031.392","14833.509"],["13963.976","14662.869"],["14033.032","14832.744"],["14025.499","14862.257"],["13953.406","14804.000"],["13985.610","14785.288"],["13937.025","14765.915"],["13962.337","14816.188"],["13966.614","14799.689"],["13911.862","14797.647"],["13865.464","14788.514"],["13890.481","14788.447"],["13982.772","14851.446"],["14026.851","14670.647"],["13987.852","14767.112"],["13995.886","14787.126"],["14032.821","14684.569"],["13936.647","14775.412"],["13966.860","14806.658"],["13977.197","14830.835"],["13981.670","14860.496"],["13967.789","14661.398"],["14020.879","14717.979"],["14026.659","14829.042"],["14004.537","14805.805"],["13995.968","14788.596"],["14014.059","14834.883"],["14020.782","14704.487"],["14021.700","14834.891"],["13994.121","14679.896"],["14002.786","14869.986"],["13949.821","14771.167"],["13968.989","14666.683"],["13991.137","14764.264"],["13946.975","14814.322"],["13926.844","14779.392"],["13941.517","14777.547"],["13887.438","14803.642"],["13947.904","14860.909"],["13953.003","14837.375"],["14034.481","14720.060"],["13991.906","14821.048"],["13977.802","14683.087"],["14025.897","14686.204"],["14003.150","14672.447"],["13942.065","14863.171"],["13983.348","14872.040"],["14029.431","14741.101"],["14035.606","14790.412"],["14004.093","14793.022"],["13987.164","14677.732"],["13972.624","14667.443"],["14019.875","14756.344"],["14011.528","14821.924"],["19576.466","14169.772"],["19571.480","14149.055"],["19610.120","14077.416"],["19538.270","14172.568"],["19649.176","14074.704"],["19663.690","14034.464"],["19593.998","14202.557"],["19561.210","14162.603"],["19586.578","14084.539"],["19527.378","14166.311"],["19541.013","14176.914"],["19652.213","14076.915"],["19707.948","14117.556"],["19617.510","14080.901"],["19574.024","14120.074"],["19565.532","14159.637"],["19557.619","14163.919"],["19531.961","14160.245"],["19622.166","14076.049"],["19655.817","14065.921"],["19659.151","14062.416"],["7858.147","8515.089"],["7905.692","8413.106"],["7836.979","8525.933"],["7900.999","8506.496"],["7915.549","8502.349"],["7899.826","8425.463"],["7911.799","8431.854"],["7935.478","8392.033"],["7902.836","8524.755"],["7927.649","8360.918"],["7897.736","8455.743"],["7905.747","8431.359"],["7907.506","8457.741"],["7904.364","8507.171"],["7906.619","8422.820"],["7910.198","8376.855"],["7896.636","8529.131"],["7803.969","8525.999"],["7871.049","8510.839"],["7901.174","8496.552"],["7913.559","8469.979"],["7919.036","8435.818"],["7821.420","8522.382"],["7920.155","8443.481"],["2942.202","15872.374"],["3062.310","15723.664"],["3050.139","15737.702"],["3013.439","15728.939"],["3011.300","15724.381"],["2963.525","15785.039"],["2986.518","15786.790"],["3003.245","15772.801"],["2996.156","15756.699"],["3003.097","15765.535"],["3005.186","15765.303"],["2983.216","15761.908"],["2958.595","15738.886"],["3046.487","15731.047"],["3001.734","15756.662"],["2998.905","15773.524"],["3044.392","15723.869"],["3025.363","15725.108"],["2998.920","15778.416"],["2991.847","15807.682"],["2971.814","15793.957"],["2993.673","15804.643"],["2976.535","15813.181"],["2939.828","15766.978"],["2958.891","15829.868"],["2952.559","15801.049"],["2987.394","15760.818"],["3050.289","15737.350"],["2989.417","15778.621"],["20748.688","7071.821"],["20769.708","7078.878"],["20643.420","7181.938"],["20662.548","7159.543"],["20652.767","7084.290"],["20678.442","7089.310"],["20641.912","7068.039"],["20591.748","7055.652"],["20726.172","7063.960"],["20682.948","7071.821"],["20613.140","7160.551"],["20774.511","7052.734"],["20661.550","7064.851"],["20761.912","7084.174"],["20682.192","7062.952"],["13341.316","18493.933"],["13395.172","18574.596"],["13406.048","18497.637"],["13320.921","18510.498"],["13389.662","18561.119"],["13333.454","18508.566"],["13381.915","18554.364"],["13338.158","18510.350"],["13405.780","18563.828"],["13340.642","18497.749"],["13348.454","18495.238"],["13390.287","18543.018"],["13377.885","18597.585"],["14893.865","16422.337"],["14954.366","16453.203"],["15032.184","16390.348"],["14995.340","16367.101"],["14985.521","16356.432"],["15009.144","16418.730"],["15022.713","16408.177"],["15025.328","16409.333"],["14971.989","16493.776"],["14973.075","16448.342"],["15032.007","16546.446"],["15050.675","16545.307"],["14898.492","16532.721"],["14981.354","16526.594"],["14961.699","16520.814"],["14893.163","16539.145"],["14929.580","16494.990"],["14886.942","16391.929"],["15047.201","16357.109"],["15037.004","16362.477"],["14916.778","16557.573"],["14899.602","16552.473"],["14910.260","16560.103"],["14905.682","16488.460"],["14894.103","16491.763"],["14919.320","16511.061"],["14927.199","16532.003"],["14913.510","16434.685"],["14910.549","16438.764"],["14907.433","16416.919"],["14907.120","16409.438"],["14936.416","16444.017"],["14929.506","16451.728"],["14896.266","16361.488"],["14887.729","16357.855"],["14971.196","16467.026"],["14970.769","16468.744"],["14894.425","16432.362"],["14953.297","16397.926"],["14941.416","16473.344"],["15012.398","16379.778"],["15052.466","16460.349"],["15021.562","16441.026"],["15043.749","16474.618"],["14985.772","16404.643"],["15038.026","16434.172"],["15006.875","16528.213"],["15047.221","16529.336"],["14986.119","16550.228"],["15026.941","16557.990"],["14968.394","16563.472"],["14890.905","16407.143"],["15000.161","16381.066"],["14960.643","16417.999"],["15067.853","16406.268"],["15064.341","16443.470"],["15039.703","16422.545"],["14982.413","16373.756"],["15006.387","16416.936"],["15059.783","16551.256"],["14997.961","16521.970"],["14945.615","16537.109"],["14885.769","16559.706"],["14961.157","16551.846"],["14953.509","16539.492"],["14882.940","16548.541"],["14881.246","16466.002"],["14917.100","16463.519"],["15044.685","16366.969"],["15016.849","16465.148"],["15058.352","16357.836"],["15055.096","16476.264"],["14996.146","16372.286"],["14906.741","16396.146"],["14904.471","16544.199"],["14906.790","16553.794"],["14897.080","16500.946"],["14915.830","16488.873"],["14921.787","16524.125"],["14920.007","16430.341"],["14897.688","16446.163"],["14917.318","16418.686"],["14917.893","16413.352"],["14962.080","16439.186"],["14960.344","16444.026"],["14887.943","16368.375"],["14893.914","16374.172"],["14977.594","16479.512"],["14985.538","16481.477"],["14994.956","16508.736"],["14956.185","16542.310"],["15067.714","16388.969"],["14927.664","16391.529"],["15069.889","16493.757"],["15082.272","16545.100"],["14992.346","16521.518"],["14993.388","16479.820"],["15023.849","16444.229"],["15073.357","16439.180"],["15080.528","16444.614"],["15088.313","16361.557"],["14895.411","16427.110"],["14884.509","16478.948"],["14883.565","16555.296"],["14975.522","16468.215"],["14995.880","16361.647"],["14883.026","16353.148"],["14902.777","16543.010"],["14907.557","16503.175"],["14945.920","16436.220"],["15057.168","16359.372"],["14908.584","16395.135"],["14899.957","16440.597"],["14922.922","16513.390"],["15056.037","16353.190"],["14905.797","16361.586"],["23288.267","16179.466"],["23239.329","16208.326"],["23224.188","16318.057"],["23248.629","16183.264"],["23202.010","16216.468"],["23225.241","16281.921"],["23294.632","16183.429"],["23236.582","16215.692"],["23251.655","16310.708"],["23292.971","16205.940"],["23285.172","16239.091"],["23207.108","16267.500"],["23215.118","16205.816"],["23224.632","16325.191"],["23244.665","16303.424"],["23186.588","16344.353"],["23123.037","16327.152"],["23146.639","16329.729"],["23269.155","16207.112"],["23209.098","16207.831"],["23284.468","16206.881"],["23241.287","16269.322"],["23235.273","16308.462"],["23193.924","16335.732"],["10133.586","7667.042"],["10247.439","7507.208"],["10220.135","7580.887"],["10193.872","7490.585"],["10147.819","7509.869"],["10145.054","7502.015"],["10220.606","7476.223"],["10234.205","7551.529"],["10175.915","7612.259"],["10164.831","7593.963"],["10166.330","7555.496"],["10228.118","7572.070"],["10142.481","7641.218"],["10131.874","7611.725"],["10101.508","7555.447"],["10114.480","7579.506"],["10100.594","7541.458"],["10093.585","7567.109"],["10117.016","7507.543"],["10093.383","7512.233"],["10041.325","7682.097"],["10082.034","7664.123"],["10114.390","7632.392"],["10211.891","7526.357"],["10184.700","7508.048"],["10157.424","7498.391"],["10129.840","7508.489"],["10226.261","7567.086"],["10197.417","7610.399"],["10175.059","7607.454"],["10170.406","7600.255"],["10171.856","7577.693"],["10201.689","7597.118"],["10145.244","7647.808"],["10131.907","7612.402"],["10119.316","7576.004"],["10102.863","7529.385"],["10091.743","7561.362"],["10119.171","7528.105"],["10091.787","7526.189"],["10054.730","7675.356"],["10073.399","7654.974"],["10104.127","7644.234"],["10105.646","7676.056"],["10189.974","7485.120"],["10165.078","7493.603"],["10213.273","7544.788"],["10175.671","7510.541"],["10218.847","7500.437"],["10191.816","7489.297"],["10167.680","7523.592"],["10153.378","7516.426"],["10133.344","7503.452"],["10228.432","7559.621"],["10178.941","7622.681"],["10155.028","7581.956"],["10158.961","7556.503"],["10198.004","7593.254"],["10136.973","7611.279"],["10120.632","7570.158"],["10106.876","7539.757"],["10086.480","7569.620"],["10100.866","7525.462"],["10051.956","7650.070"],["10073.349","7669.524"],["10105.262","7655.794"],["10098.261","7683.175"],["10203.718","7478.455"],["10215.838","7523.484"],["10195.194","7517.412"],["10139.343","7651.633"],["10245.186","7493.286"],["10215.196","7490.649"],["10214.046","7522.641"],["10159.727","7522.966"],["10140.827","7509.942"],["10239.007","7547.037"],["10174.274","7569.732"],["10178.234","7604.184"],["10173.137","7588.612"],["10153.321","7625.780"],["10111.245","7549.667"],["10119.530","7568.143"],["10096.811","7526.710"],["10085.904","7569.471"],["10098.350","7518.889"],["10054.582","7673.292"],["10045.969","7654.381"],["10071.787","7659.136"],["10103.075","7645.637"],["10114.791","7670.557"],["10191.667","7476.037"],["10203.131","7493.510"],["10166.213","7493.355"],["10194.881","7521.045"],["10141.265","7584.745"],["10188.353","7588.444"],["10227.227","7537.871"],["6205.048","15423.232"],["6106.244","15499.893"],["6142.895","15330.664"],["6135.656","15469.557"],["6146.892","15459.679"],["6176.427","15416.620"],["6139.484","15455.521"],["6121.115","15424.347"],["6072.796","15413.126"],["6076.953","15427.299"],["6069.814","15466.062"],["6147.703","15480.669"],["6160.302","15459.616"],["6124.865","15452.967"],["6158.684","15358.396"],["6072.594","15325.907"],["6063.625","15389.659"],["6073.339","15365.508"],["6113.535","15404.633"],["6113.365","15386.986"],["6137.837","15338.830"],["6190.912","15431.274"],["6160.475","15488.303"],["6161.962","15474.968"],["6150.230","15459.448"],["6127.493","15386.018"],["6139.504","15321.137"],["6095.423","15346.566"],["6067.813","15340.346"],["6082.988","15392.451"],["6077.956","15427.249"],["6071.114","15430.635"],["6083.863","15439.621"],["6054.469","15451.974"],["6061.886","15475.114"],["6148.526","15476.088"],["6174.160","15452.426"],["6188.682","15447.321"],["6176.357","15439.030"],["6167.989","15431.251"],["6179.833","15436.924"],["6170.306","15419.172"],["6159.837","15426.307"],["6149.331","15444.934"],["6162.900","15454.034"],["6121.089","15470.664"],["6112.618","15457.865"],["6178.766","15398.100"],["6174.226","15405.731"],["6148.804","15337.022"],["6112.356","15327.106"],["6056.011","15324.129"],["6051.121","15331.072"],["6062.086","15353.257"],["6045.580","15364.999"],["6049.622","15337.594"],["6053.865","15336.702"],["6057.852","15386.175"],["6073.986","15380.328"],["6061.036","15364.896"],["6126.084","15412.510"],["6110.059","15377.522"],["6110.092","15400.677"],["6133.412","15343.933"],["6109.370","15344.255"],["6108.992","15345.857"],["6141.152","15313.193"],["6150.297","15331.426"],["6131.407","15475.193"],["6141.827","15370.967"],["6142.832","15388.015"],["6158.802","15392.623"],["6142.743","15400.239"],["6146.707","15399.480"],["6122.411","15399.825"],["6142.658","15394.920"],["6201.338","15401.353"],["6198.812","15407.193"],["6105.324","15332.083"],["6102.905","15374.646"],["6102.471","15358.650"],["6087.167","15426.197"],["6065.980","15486.628"],["6059.646","15493.353"],["6077.111","15499.235"],["6102.952","15423.437"],["6099.347","15390.264"],["6089.863","15360.315"],["6108.228","15481.973"],["6102.669","15351.845"],["6097.461","15373.027"],["6073.424","15317.157"],["6066.391","15340.720"],["6096.687","15408.367"],["6081.658","15431.190"],["6082.625","15445.648"],["6056.831","15456.294"],["6067.658","15472.901"],["6050.805","15449.739"],["6050.553","15437.209"],["6042.976","15433.029"],["6133.454","15340.375"],["6125.283","15482.321"],["6124.833","15460.655"],["6175.506","15433.663"],["6118.763","15413.645"],["6181.129","15450.621"],["6114.253","15347.341"],["6100.691","15354.748"],["6100.202","15331.370"],["6132.372","15390.848"],["6126.426","15389.424"],["6136.774","15377.000"],["6113.658","15407.024"],["6106.363","15478.339"],["6090.842","15489.225"],["6060.133","15312.363"],["6064.723","15329.214"],["6046.773","15338.222"],["6074.404","15392.111"],["6091.664","15401.701"],["6096.880","15482.599"],["6155.766","15351.046"],["6111.248","15452.414"],["6159.540","15394.326"],["6165.144","15411.037"],["6149.355","15415.726"],["17771.661","17256.967"],["17763.332","17251.866"],["17724.744","17213.944"],["17640.190","17309.917"],["17697.875","17386.907"],["17658.869","17233.020"],["17673.968","17212.079"],["17791.842","17205.275"],["17760.937","17264.779"],["17825.009","17396.981"],["17622.208","17202.781"],["17703.902","17229.800"],["17788.207","17216.588"],["17688.167","17344.104"],["17805.091","17386.378"],["17654.659","17248.875"],["17758.881","17254.490"],["27887.916","9053.260"],["27927.423","9090.336"],["27787.019","9154.286"],["27771.542","9115.558"],["27847.196","9060.649"],["27882.113","9056.058"],["27892.785","9104.143"],["27877.947","9105.134"],["27870.069","9125.976"],["27900.860","9066.455"],["27768.861","9131.825"],["27887.393","9009.865"],["27789.759","9011.258"],["27804.825","8961.134"],["27816.434","9164.853"],["27900.858","9105.447"],["27908.739","9094.135"],["27798.894","9076.648"],["27798.828","9064.922"],["27882.771","9004.068"],["27794.694","8991.341"],["27805.348","9100.708"],["27733.368","9070.983"],["27771.871","9124.344"],["27873.660","9005.455"],["27840.452","9042.515"],["27858.528","9045.852"],["27890.860","9089.626"],["27928.558","9048.883"],["27809.250","9007.030"],["27806.306","9010.862"],["27771.868","8956.313"],["27879.444","9111.393"],["27811.927","9104.473"],["27726.677","9012.307"],["27725.440","9121.784"],["27777.183","9118.432"],["27779.256","9118.332"],["27871.340","8993.581"],["27858.051","9049.650"],["27926.584","9053.144"],["27885.319","8958.936"],["27802.720","8953.802"],["27791.766","8986.865"],["27733.359","8961.159"],["27829.658","9136.959"],["27773.236","9092.222"],["27918.722","9105.927"],["27918.219","9157.615"],["27814.398","9013.422"],["27885.233","9113.490"],["27898.656","9055.027"],["27802.309","8986.568"],["11451.764","19204.048"],["5222.270","14857.164"],["5223.454","14867.469"],["5201.188","14672.215"],["5211.974","14846.115"],["6887.177","18944.566"],["6992.089","18900.914"],["7056.069","18899.378"],["6960.198","18991.894"],["6979.392","19034.603"],["6937.797","18976.469"],["6973.521","19029.417"],["6927.616","18978.880"],["6985.320","18999.210"],["6910.036","18891.313"],["6927.404","18895.491"],["7078.915","19028.434"],["7051.456","18967.521"],["7064.868","18989.627"],["6938.489","19098.212"],["6939.904","19073.736"],["6899.030","19066.700"],["6890.362","19055.123"],["6986.371","18982.981"],["6886.072","19034.664"],["7047.253","18908.693"],["7040.921","18913.482"],["7000.501","18988.376"],["6970.659","19000.466"],["6911.235","18935.065"],["6923.356","18961.192"],["6989.442","19038.665"],["6917.123","18997.328"],["6947.616","18981.985"],["7041.390","18943.029"],["7011.160","18950.444"],["6996.417","19026.563"],["7047.289","19062.236"],["7014.608","19049.371"],["7067.352","18976.800"],["7078.151","18986.494"],["7074.105","18953.150"],["6905.266","19044.702"],["6947.387","19090.136"],["6979.739","19089.838"],["6959.016","19073.175"],["6994.279","19066.156"],["6903.830","19099.468"],["7074.184","18908.617"],["6981.530","18968.176"],["6910.275","19019.750"],["6893.152","19028.971"],["6888.124","18940.074"],["7001.891","18918.982"],["6912.567","19002.348"],["6945.215","19011.927"],["6934.244","19026.890"],["7035.469","18960.865"],["6926.269","19092.068"],["6961.795","19060.590"],["7007.969","19100.461"],["6888.154","19015.492"],["6994.974","18995.329"],["6967.287","18973.130"],["6893.329","18945.871"],["6997.714","18894.704"],["6967.912","19003.802"],["7081.679","18916.527"],["7065.099","19029.607"],["6998.214","18988.492"],["6990.249","19050.246"],["7084.319","18990.243"],["6904.180","19090.549"],["6983.034","19083.845"],["6887.246","19084.531"],["6977.566","18951.099"],["13206.649","12719.023"],["13309.819","12687.405"],["13391.483","12620.236"],["13384.295","12625.983"],["13255.250","12735.984"],["13273.276","12702.738"],["13254.196","12701.055"],["13252.668","12715.785"],["13322.857","12717.448"],["13314.223","12710.380"],["13322.286","12581.696"],["13308.438","12573.108"],["13241.440","12570.052"],["13235.436","12571.027"],["13199.156","12566.314"],["13353.303","12613.907"],["13360.422","12634.334"],["13198.717","12632.800"],["13234.642","12591.933"],["13237.966","12573.393"],["13234.300","12637.843"],["13241.799","12616.178"],["13237.471","12632.792"],["13211.860","12611.660"],["13349.293","12688.661"],["13378.440","12625.025"],["13319.378","12721.946"],["13258.424","12753.870"],["13276.451","12756.297"],["13329.787","12703.244"],["13217.080","12723.247"],["13372.020","12609.216"],["13356.030","12648.009"],["13231.519","12572.715"],["13239.858","12614.592"],["13240.695","12620.158"],["13199.739","12611.264"],["13307.484","12679.396"],["13327.665","12709.668"],["13389.470","12595.310"],["13347.373","12611.277"],["13323.311","12612.301"],["13252.274","12670.782"],["13356.962","12673.788"],["13377.075","12611.731"],["13395.956","12604.035"],["13405.117","12642.086"],["13390.660","12597.329"],["13297.306","12737.024"],["13314.280","12724.885"],["13261.138","12747.726"],["13320.264","12699.148"],["13328.438","12566.353"],["13301.821","12566.241"],["13230.831","12566.303"],["13350.588","12613.873"],["13406.616","12592.301"],["13272.390","12645.497"],["13240.111","12721.673"],["13335.773","12691.881"],["13213.284","12647.217"],["13390.101","12617.660"],["13387.634","12623.374"],["13308.095","12746.983"],["13329.474","12668.727"],["13215.937","12629.834"],["13200.032","12601.676"],["13212.195","12710.316"],["13210.221","12689.011"],["13315.773","12695.300"],["13315.938","12686.084"],["13333.125","12706.778"],["13328.356","12674.144"],["13324.634","12635.508"],["13397.335","12595.767"],["13244.577","12686.785"],["13398.062","12631.020"],["13388.473","12630.195"],["13327.553","12737.354"],["13312.660","12754.723"],["13349.129","12673.863"],["13200.016","12607.027"],["13219.580","12743.264"],["13199.448","12709.639"],["13318.010","12571.027"],["13245.305","12569.045"],["13229.955","12619.349"],["13201.504","12717.632"],["13206.932","12698.177"],["13204.876","12684.106"],["13365.293","12610.620"],["13351.984","12646.407"],["13247.520","12597.631"],["13241.404","12583.516"],["13238.346","12639.461"],["13204.870","12607.548"],["13216.455","12732.397"],["13372.267","12620.529"],["13344.928","12633.905"],["13235.925","12623.576"],["13236.122","12597.202"],["13232.999","12577.521"],["13241.701","12639.032"],["13238.822","12617.020"],["13205.462","12602.858"],["13210.463","12612.011"],["13240.965","12598.403"],["25860.468","17439.062"],["25932.970","17597.355"],["25875.725","17580.459"],["25907.501","17511.859"],["25939.890","17529.719"],["26036.035","17579.902"],["25864.810","17436.932"],["25997.969","17618.845"],["25919.993","17607.760"],["25908.216","17601.088"],["25858.291","17570.071"],["25873.455","17585.909"],["25983.600","17525.629"],["25999.143","17551.327"],["25906.317","17541.999"],["25913.948","17545.418"],["25980.363","17535.404"],["25976.438","17522.535"],["25993.480","17616.062"],["26001.374","17615.071"],["25882.228","17436.684"],["25863.362","17430.408"],["25886.010","17433.018"],["16008.282","15994.249"],["15955.368","15999.540"],["15943.614","16088.462"],["16022.398","15990.441"],["15952.084","16064.608"],["15979.020","16037.625"],["15973.810","16054.990"],["15986.132","15981.126"],["16020.972","15988.208"],["15989.040","16066.685"],["15993.049","16073.384"],["8234.662","17425.631"],["8259.701","17429.242"],["8177.125","17512.604"],["8173.875","17442.489"],["8184.500","17442.473"],["8165.400","17432.934"],["8165.359","17428.538"],["8177.286","17430.127"],["8200.091","17425.210"],["8173.551","17421.553"],["8201.710","17430.447"],["8335.162","17415.084"],["8146.178","17597.377"],["8148.927","17603.828"],["8170.583","17434.362"],["8164.965","17438.851"],["8169.226","17431.051"],["8181.664","17422.988"],["8172.370","17424.835"],["8176.070","17427.650"],["8209.952","17422.637"],["8203.232","17426.721"],["8178.652","17530.200"],["8157.453","17495.831"],["11945.646","15275.682"],["11964.034","15263.097"],["12034.920","15086.084"],["11990.324","15265.751"],["11982.971","15256.876"],["11983.389","15282.158"],["11982.301","15270.567"],["12140.752","15193.621"],["11948.179","15266.268"],["12139.161","15290.434"],["12120.395","15275.342"],["12107.485","15277.506"],["12088.951","15272.870"],["12032.890","15248.363"],["12021.858","15238.240"],["12006.246","15222.596"],["12041.725","15229.731"],["12020.228","15113.643"],["12013.034","15115.717"],["11991.957","15108.199"],["11985.067","15104.371"],["11990.269","15104.318"],["12004.655","15108.999"],["11973.857","15106.705"],["11970.147","15094.247"],["11940.313","15089.940"],["11940.341","15086.226"],["12107.733","15161.704"],["12089.076","15157.261"],["12084.839","15148.289"],["12075.470","15147.470"],["12084.707","15137.442"],["12073.149","15138.840"],["12055.663","15123.928"],["12080.143","15162.584"],["12100.083","15157.193"],["11948.771","15271.652"],["13431.057","16753.301"],["13418.527","16723.747"],["13443.708","16680.923"],["13413.943","16764.255"],["13436.008","16749.701"],["13427.491","16678.446"],["13424.448","16686.043"],["13414.519","16761.249"],["13490.784","16613.608"],["13500.084","16610.696"],["13501.038","16610.796"],["13473.949","16594.167"],["13466.712","16594.613"],["13541.978","16565.867"],["13518.540","16571.350"],["13459.008","16601.220"],["13465.719","16617.520"],["13444.086","16585.440"],["13438.642","16580.667"],["13423.336","16569.312"],["13425.540","16580.625"],["13432.926","16749.730"],["13482.100","16620.792"],["13505.759","16591.687"],["13497.765","16592.100"],["13474.129","16598.708"],["13533.524","16571.333"],["13521.057","16566.015"],["13442.626","16623.053"],["13455.669","16623.136"],["13448.411","16595.779"],["13420.326","16569.296"],["13429.964","16571.294"],["13429.207","16748.681"],["13432.422","16753.384"],["13875.048","12467.922"],["13871.002","12516.081"],["13911.015","12366.018"],["13875.768","12541.430"],["13835.937","12425.580"],["13852.453","12510.471"],["13838.127","12467.862"],["13873.765","12456.812"],["13903.422","12414.394"],["13919.365","12366.044"],["13860.965","12497.573"],["13839.435","12501.636"],["13853.289","12520.650"],["13888.676","12345.107"],["13921.471","12358.955"],["13919.552","12350.904"],["13870.722","12510.664"],["13869.341","12448.571"],["13905.393","12392.909"],["13908.634","12387.030"],["13899.505","12359.713"],["13839.161","12420.311"],["13873.831","12464.421"],["13852.681","12515.960"],["13903.111","12512.073"],["13855.282","12477.804"],["13901.943","12414.038"],["13889.112","12418.936"],["13920.813","12367.943"],["13903.476","12518.595"],["13897.064","12344.760"],["13909.308","12342.289"],["13914.941","12358.543"],["13912.940","12341.193"],["13893.930","12382.983"],["13878.584","12380.737"],["13876.890","12385.956"],["13886.708","12359.879"],["13886.861","12404.426"],["13850.677","12479.571"],["13868.111","12458.415"],["13866.154","12456.433"],["13887.285","12446.677"],["13875.232","12407.977"],["13844.492","12481.487"],["13878.111","12429.199"],["13875.282","12513.692"],["13894.574","12506.128"],["13866.466","12483.815"],["13888.604","12498.729"],["13893.653","12458.712"],["13890.192","12511.991"],["13897.590","12522.996"],["13873.399","12519.208"],["13893.975","12534.419"],["13849.452","12520.612"],["13897.801","12514.219"],["13877.182","12522.974"],["13867.560","12526.244"],["13849.040","12505.996"],["13879.452","12522.313"],["13911.282","12355.783"],["13891.940","12415.667"],["13841.269","12487.300"],["13883.341","12495.128"],["13861.581","12482.891"],["13884.271","12508.572"],["13836.425","12518.564"],["13835.488","12495.624"],["13873.699","12400.077"],["13878.321","12390.944"],["13877.120","12384.718"],["13918.634","12354.957"],["13873.292","12427.564"],["13907.091","12425.731"],["13893.571","12430.075"],["13880.907","12415.640"],["13875.397","12512.800"],["13868.933","12430.075"],["13877.601","12436.384"],["13902.798","12414.930"],["13899.682","12507.136"],["13849.073","12510.273"],["13886.507","12523.023"],["13904.419","12516.495"],["13905.471","12541.735"],["13865.126","12502.264"],["13898.004","12547.069"],["13883.843","12522.908"],["13830.349","12407.625"],["13843.844","12369.546"],["13838.710","12368.138"],["13841.076","12370.719"],["13850.524","12388.849"],["13847.379","12396.604"],["13872.120","12512.894"],["13880.492","12458.942"],["13847.647","12425.910"],["13877.626","12539.927"],["13873.453","12474.330"],["13902.024","12417.020"],["13908.773","12357.473"],["13858.207","12529.189"],["13915.786","12348.245"],["13888.232","12352.919"],["13914.522","12341.893"],["13916.142","12351.573"],["13914.760","12360.280"],["13832.016","12426.908"],["13866.463","12472.018"],["13866.627","12458.430"],["13893.487","12415.385"],["13850.822","12523.887"],["13874.732","12536.492"],["13884.785","12510.895"],["13892.377","12354.108"],["13914.530","12350.896"],["13493.223","12449.738"],["13487.314","12404.455"],["13493.864","12422.081"],["13493.808","12436.869"],["13428.190","12413.144"],["13429.747","12383.407"],["13431.638","12372.048"],["13453.441","12388.410"],["13534.465","12388.849"],["13536.993","12405.842"],["13552.241","12371.847"],["13433.847","12368.718"],["13602.788","12390.612"],["13600.126","12406.004"],["13594.327","12415.126"],["13540.916","12367.725"],["13537.216","12416.660"],["13548.186","12363.134"],["13492.746","12411.197"],["13495.798","12435.812"],["13425.608","12411.245"],["13431.935","12385.224"],["13412.915","12410.222"],["13440.536","12377.299"],["13455.382","12400.119"],["13547.322","12405.594"],["13541.781","12371.351"],["13432.054","12361.335"],["13591.129","12396.986"],["13421.381","12378.292"],["13431.135","12386.121"],["13501.825","12429.721"],["13434.391","12364.965"],["13443.014","12363.446"],["13471.036","12396.245"],["13605.001","12426.488"],["13551.348","12353.203"],["13545.653","12375.421"],["13548.795","12369.823"],["13522.133","12377.222"],["13528.696","12384.604"],["13487.101","12413.423"],["13549.617","12385.265"],["13519.831","12388.204"],["13613.439","12414.316"],["13438.836","12355.261"],["13496.908","12450.844"],["13560.571","12360.244"],["13593.131","12358.766"],["13413.240","12375.022"],["13492.335","12442.273"],["13423.519","12369.457"],["13445.822","12358.408"],["13560.785","12357.684"],["13518.005","12406.074"],["13512.281","12412.630"],["13526.689","12400.574"],["13542.512","12352.862"],["13502.249","12400.277"],["13521.212","12377.667"],["13600.593","12414.201"],["13609.903","12413.111"],["13602.370","12434.993"],["13551.042","12350.972"],["13409.849","12389.182"],["13498.684","12418.563"],["13499.021","12435.630"],["13428.059","12414.152"],["13434.912","12381.013"],["13420.530","12406.159"],["13442.954","12372.923"],["13446.632","12397.675"],["13453.449","12421.284"],["13547.947","12400.755"],["13552.192","12366.876"],["13530.414","12373.774"],["13434.143","12366.587"],["13591.637","12389.225"],["13598.613","12399.992"],["13500.378","12412.551"],["13540.201","12403.976"],["13494.252","12428.611"],["13429.122","12374.770"],["13414.658","12416.267"],["13432.855","12371.635"],["13443.391","12392.869"],["13555.991","12369.435"],["13433.896","12358.181"],["13599.746","12385.427"],["13595.751","12398.440"],["13545.856","12419.926"],["13594.886","12413.637"],["13539.413","12425.205"],["13600.889","12387.494"],["19624.689","18132.607"],["19643.767","18156.736"],["19681.202","18180.319"],["19603.652","18144.861"],["19597.896","18223.788"],["19657.764","18132.392"],["7741.408","14008.818"],["7755.572","13992.622"],["7752.871","14011.576"],["7753.220","13988.146"],["7907.390","13977.923"],["7906.071","13932.343"],["7902.452","13962.632"],["7746.490","14010.040"],["7757.282","13997.643"],["7725.813","13822.584"],["7730.057","13854.343"],["7861.004","13826.577"],["7861.727","13848.047"],["7845.165","13831.284"],["7852.469","13865.605"],["7863.850","13858.635"],["7866.943","13897.793"],["7869.149","13925.935"],["7855.301","13922.500"],["7740.543","14009.786"],["7740.345","13962.552"],["7768.010","14007.507"],["7784.918","14006.731"],["7754.483","14000.593"],["7748.121","13998.881"],["7765.944","13817.349"],["7744.809","13828.612"],["7772.917","13824.153"],["7740.451","13834.838"],["7731.487","13832.080"],["7726.074","13915.954"],["7814.679","13885.263"],["7826.652","13864.850"],["7857.188","13826.032"],["7831.202","13860.452"],["7866.071","13877.810"],["7839.215","13926.613"],["7865.301","13934.110"],["7845.136","13924.069"],["7863.573","13965.433"],["7865.712","13966.704"],["7865.613","13947.695"],["7922.571","13981.226"],["7884.413","13987.716"],["7929.910","13993.714"],["7927.623","13990.824"],["7921.860","13947.553"],["7905.035","13932.574"],["7909.484","13886.975"],["7910.356","13914.886"],["7873.881","13827.075"],["7911.721","13878.511"],["7911.293","13827.914"],["7774.868","13960.604"],["26547.557","8607.938"],["26610.591","8632.306"],["26640.131","8621.753"],["26620.723","8617.756"],["26640.259","8554.055"],["26468.622","8575.716"],["26479.197","8560.985"],["26480.154","8536.936"],["26521.141","8539.661"],["26568.001","8620.539"],["26595.969","8677.145"],["26639.799","8561.124"],["26504.427","8588.483"],["26528.641","8555.351"],["26495.236","8562.849"],["26519.468","8683.723"],["26568.938","8699.697"],["26624.670","8610.390"],["26660.640","8569.399"],["26662.647","8608.342"],["26597.183","8543.155"],["26507.783","8583.528"],["26481.302","8563.379"],["26490.565","8556.903"],["26483.789","8541.445"],["26657.268","8736.205"],["26572.491","8676.509"],["26598.050","8685.047"],["26505.566","8625.147"],["26651.273","8622.739"],["26623.288","8641.555"],["26598.779","8534.666"],["26666.361","8554.402"],["26516.270","8601.926"],["26523.559","8549.042"],["26668.941","8645.266"],["26665.327","8704.446"],["26582.211","8690.679"],["26605.139","8683.858"],["26533.889","8632.512"],["26587.129","8635.683"],["26564.415","8650.795"],["26619.983","8594.486"],["26604.966","8607.880"],["26585.275","8537.292"],["26481.648","8566.352"],["26515.269","8544.682"],["26554.464","8669.028"],["26601.775","8627.401"],["26492.325","8544.600"],["26539.596","8669.061"],["26650.654","8532.651"],["26469.247","8591.224"],["26486.914","8556.722"],["9737.474","17557.386"],["9754.876","17549.344"],["9729.711","17555.966"],["9705.073","17523.514"],["9737.264","17422.506"],["9719.014","17418.009"],["9718.435","17420.889"],["9646.320","17448.199"],["9649.227","17440.143"],["9651.629","17436.050"],["9699.292","17449.164"],["9694.320","17445.875"],["9697.489","17470.819"],["9699.641","17474.356"],["9690.737","17490.725"],["9720.967","17497.622"],["9705.197","17501.953"],["9625.633","17487.690"],["9630.306","17479.196"],["9637.264","17423.749"],["9624.640","17447.966"],["9779.068","17589.418"],["9799.015","17562.728"],["9666.857","17502.015"],["9676.199","17508.819"],["9667.318","17491.693"],["9634.700","17467.006"],["9652.002","17471.382"],["9640.999","17483.290"],["9658.122","17460.453"],["9659.832","17472.840"],["9663.286","17459.875"],["9664.492","17444.360"],["9662.502","17435.524"],["9688.001","17419.813"],["9684.185","17419.928"],["9734.747","17509.945"],["9730.991","17504.946"],["9773.798","17592.993"],["9792.216","17590.780"],["9716.932","17616.288"],["9808.317","17565.637"],["9755.817","17564.579"],["9673.370","17505.846"],["9666.528","17492.568"],["9662.811","17497.737"],["9651.591","17490.012"],["9651.032","17485.635"],["9647.611","17486.477"],["9666.773","17471.106"],["9682.957","17467.291"],["9669.980","17468.942"],["9670.972","17447.547"],["9663.933","17449.892"],["9672.074","17448.687"],["9685.123","17421.200"],["9649.742","17448.633"],["9634.504","17421.081"],["9619.797","17414.435"],["9644.761","17508.495"],["9661.845","17615.756"],["9653.537","17619.461"],["9640.799","17606.895"],["9741.558","17595.639"],["9674.016","17562.762"],["9787.182","17561.537"],["9826.595","17577.289"],["9700.434","17477.435"],["9726.819","17502.153"],["9717.809","17499.571"],["9699.268","17471.293"],["9713.745","17417.204"],["22929.308","16970.446"],["22908.583","16903.237"],["22909.827","16890.979"],["22925.046","16924.882"],["22953.402","16906.331"],["22999.796","16946.712"],["22954.725","16959.075"],["23036.002","16918.312"],["23053.948","16906.988"],["23082.856","16888.331"],["22978.725","16935.544"],["23012.904","16920.100"],["22913.310","16985.833"],["22922.795","16955.368"],["22935.608","16959.497"],["22891.034","16907.201"],["22895.058","16887.527"],["22886.209","16896.462"],["22943.352","16913.553"],["22925.129","16911.703"],["22941.897","16904.306"],["22950.778","16912.134"],["23022.263","16886.882"],["22968.484","16912.756"],["23014.204","16947.687"],["23016.737","16940.073"],["23008.480","16891.275"],["22994.733","16947.599"],["22958.409","16957.126"],["22956.780","16947.217"],["23035.854","16921.928"],["23035.427","16937.288"],["23042.419","16903.255"],["23055.133","16897.442"],["23082.691","16891.337"],["23078.744","16889.933"],["22972.245","16937.509"],["22986.028","16937.674"],["23003.973","16912.932"],["23002.328","16902.940"],["18430.025","17997.440"],["18328.809","17947.837"],["18393.840","17978.497"],["18331.391","17962.089"],["18408.824","17981.140"],["18396.538","17995.591"],["18293.678","17931.487"],["18303.283","17959.546"],["18316.490","17933.023"],["12736.933","16256.840"],["12731.045","16274.049"],["12755.420","16272.992"],["12649.446","16304.810"],["12641.354","16301.176"],["12635.597","16295.710"],["12594.847","16264.270"],["12600.899","16276.772"],["12585.439","16262.767"],["12646.992","16168.236"],["12637.929","16149.177"],["12619.147","16179.021"],["12669.440","16212.635"],["12668.601","16218.944"],["12691.463","16229.183"],["12763.330","16257.051"],["12757.179","16254.987"],["12578.099","16309.617"],["12578.527","16307.553"],["12760.240","16170.029"],["12761.260","16175.396"],["12742.147","16288.070"],["12748.348","16282.670"],["12743.940","16274.594"],["12615.729","16293.084"],["12633.821","16299.706"],["12644.972","16304.843"],["12571.672","16282.173"],["12596.524","16288.448"],["12595.768","16279.662"],["12633.193","16182.439"],["12622.584","16164.454"],["12633.522","16149.194"],["12682.301","16236.929"],["12690.492","16219.324"],["12688.239","16205.979"],["12746.422","16256.804"],["12578.247","16295.662"],["12568.105","16251.774"],["12732.410","16270.498"],["12629.544","16327.551"],["12577.774","16282.784"],["12644.262","16158.228"],["12680.097","16214.865"],["12768.922","16236.820"],["12574.119","16301.128"],["12754.006","16169.930"],["12638.483","16331.221"],["12707.051","16334.297"],["12683.931","16318.556"],["12707.108","16330.142"],["12691.735","16319.101"],["12730.538","16315.142"],["12766.996","16280.419"],["12767.762","16190.837"],["12776.368","16162.691"],["12735.107","16175.216"],["12679.631","16228.566"],["12690.913","16315.705"],["12730.271","16312.296"],["12741.653","16318.753"],["14367.745","9469.968"],["14369.961","9473.191"],["14383.937","9581.208"],["14371.717","9585.783"],["14353.965","9577.240"],["14319.908","9580.766"],["14300.260","9512.767"],["14330.375","9516.946"],["14328.632","9537.127"],["14381.390","9531.144"],["14387.407","9551.229"],["14409.185","9580.406"],["14403.428","9577.615"],["14371.524","9472.255"],["14419.731","9577.873"],["14420.866","9572.010"],["14450.438","9579.276"],["14368.888","9573.396"],["14333.620","9543.433"],["14300.507","9540.133"],["14363.953","9529.363"],["14402.902","9572.380"],["14364.598","9470.889"],["14363.703","9470.319"],["14459.795","9554.209"],["14361.092","9552.752"],["14341.136","9562.508"],["14335.306","9547.899"],["14316.916","9505.441"],["14293.352","9519.373"],["14323.500","9523.651"],["14393.297","9571.620"],["14389.020","9581.860"],["14403.346","9580.456"],["14418.251","9570.457"],["14451.705","9571.646"],["14418.991","9570.788"],["14373.576","9585.651"],["14342.386","9580.626"],["14352.271","9577.339"],["14348.389","9556.398"],["14331.297","9526.029"],["14302.267","9531.942"],["14324.915","9533.725"],["14367.209","9538.892"],["14381.487","9577.698"],["14414.728","9561.760"],["14397.244","9560.670"],["14459.631","9536.818"],["14433.757","9575.159"],["14336.087","9576.282"],["14330.939","9543.863"],["14307.316","9527.697"],["14331.050","9540.100"],["14332.514","9536.764"],["14371.930","9551.031"],["14382.078","9559.453"],["14368.772","9555.027"],["14392.655","9581.281"],["14385.665","9572.908"],["14339.364","9530.072"],["14339.992","9521.946"],["14369.913","9508.097"],["14374.225","9509.111"],["14375.309","9503.263"],["14356.031","9496.807"],["14381.428","9526.702"],["14371.401","9528.723"],["14380.775","9538.383"],["14370.896","9541.936"],["14373.408","9538.879"],["14349.549","9386.744"],["14350.359","9392.509"],["14320.320","9532.341"],["14365.706","9464.578"],["14356.692","9464.619"],["14356.690","9466.548"],["14352.658","9466.876"],["14366.852","9468.532"],["14378.478","9461.209"],["14378.091","9454.413"],["14459.763","9538.932"],["14459.154","9530.344"],["14454.348","9574.337"],["14275.940","9511.946"],["14306.359","9501.907"],["14293.339","9482.893"],["14270.463","9472.327"],["14325.672","9402.220"],["14327.386","9547.331"],["14337.008","9546.571"],["14308.731","9528.060"],["14312.448","9539.918"],["14379.512","9550.205"],["14399.991","9566.748"],["14413.922","9574.048"],["14357.923","9525.828"],["14362.109","9524.230"],["14340.097","9538.224"],["14419.073","9567.897"],["31543.744","9782.976"],["31674.885","9762.493"],["31532.494","9785.420"],["31696.850","9797.906"],["31675.543","9789.991"],["31528.185","9779.194"],["31676.727","9766.969"],["31533.793","9783.868"],["31676.678","9779.306"],["31525.800","9777.146"],["31657.023","9777.886"],["13480.114","15542.890"],["13484.176","15532.518"],["13477.202","15546.754"],["13473.880","15534.566"],["13482.038","15544.624"],["3243.522","18590.677"],["3259.231","18567.865"],["3254.675","18585.156"],["3246.514","18530.730"],["3234.458","18524.206"],["3249.885","18555.651"],["3111.748","18635.416"],["3116.501","18629.554"],["3105.662","18630.330"],["3094.889","18663.377"],["3159.245","18677.581"],["3270.773","18526.785"],["3288.771","18544.551"],["3283.639","18517.549"],["3284.165","18523.461"],["3298.573","18533.139"],["3286.846","18511.372"],["3286.780","18546.863"],["3275.570","18559.043"],["3274.402","18576.401"],["3272.642","18559.027"],["3284.336","18589.101"],["3291.508","18578.977"],["3295.731","18566.310"],["3297.952","18594.303"],["3298.856","18572.453"],["3299.547","18611.677"],["3244.898","18635.839"],["3239.125","18634.204"],["3251.411","18609.794"],["3262.266","18617.540"],["3248.779","18586.211"],["3258.862","18610.174"],["3275.981","18643.839"],["3289.188","18647.225"],["3269.879","18639.430"],["3297.840","18642.171"],["3266.919","18645.953"],["3298.498","18623.509"],["3303.943","18670.039"],["3262.364","18670.798"],["3277.759","18651.558"],["3297.676","18677.603"],["3202.260","18662.697"],["3224.119","18656.669"],["3250.320","18637.494"],["3227.376","18674.934"],["3223.708","18659.328"],["3230.139","18659.823"],["3215.813","18639.047"],["3160.528","18677.668"],["3133.003","18648.507"],["3134.088","18642.049"],["3187.674","18636.979"],["3135.059","18643.932"],["3138.841","18661.884"],["3169.434","18623.751"],["3147.476","18633.825"],["3170.272","18652.438"],["3147.740","18647.698"],["3125.554","18604.240"],["3128.925","18580.524"],["3122.215","18604.554"],["3136.047","18609.244"],["3117.248","18608.254"],["3122.527","18606.272"],["3225.807","18566.130"],["3186.975","18544.281"],["3205.100","18557.262"],["3197.040","18567.154"],["3235.067","18573.612"],["3198.866","18571.812"],["3230.083","18560.796"],["3173.274","18589.747"],["3224.360","18577.262"],["3226.186","18619.265"],["3217.288","18617.663"],["3244.840","18585.388"],["3248.043","18519.764"],["3247.632","18551.423"],["3124.609","18642.204"],["3202.584","18639.827"],["3268.289","18517.933"],["3278.273","18547.313"],["3272.236","18524.456"],["3256.019","18542.045"],["3270.723","18522.028"],["3250.427","18538.494"],["3267.993","18520.129"],["3299.440","18512.829"],["3283.721","18512.198"],["3296.912","18534.675"],["3291.748","18541.000"],["3297.159","18508.119"],["3282.998","18521.826"],["3283.919","18515.749"],["3289.205","18591.331"],["3278.465","18584.972"],["3270.438","18575.988"],["3277.149","18563.734"],["3303.317","18558.763"],["3280.225","18560.546"],["3302.261","18580.794"],["3299.646","18579.439"],["3236.345","18633.708"],["3278.878","18595.426"],["3287.677","18595.145"],["3246.378","18606.144"],["3244.931","18608.919"],["3234.470","18635.509"],["3229.700","18603.172"],["3232.661","18611.941"],["3250.769","18629.794"],["3274.008","18617.646"],["3290.142","18651.519"],["3289.633","18645.061"],["3285.504","18649.025"],["3295.718","18625.821"],["3284.879","18648.876"],["3276.261","18639.099"],["3289.040","18626.267"],["3262.578","18661.236"],["3260.785","18670.931"],["3274.074","18677.520"],["3295.012","18665.183"],["3265.801","18653.111"],["3301.936","18670.914"],["3257.545","18654.911"],["3246.208","18673.349"],["3222.885","18649.600"],["3216.586","18674.819"],["3193.034","18662.531"],["3224.349","18656.900"],["3214.349","18637.841"],["3199.366","18661.161"],["3210.221","18670.657"],["3257.014","18664.678"],["3228.050","18650.211"],["3203.412","18665.273"],["3156.983","18655.708"],["3139.795","18643.635"],["3168.184","18621.884"],["3184.812","18635.196"],["3180.519","18620.827"],["3142.328","18656.616"],["3193.907","18633.726"],["3194.680","18624.312"],["3195.026","18636.930"],["3105.998","18609.327"],["3113.185","18611.887"],["3117.182","18592.201"],["3138.991","18583.382"],["3119.271","18601.912"],["3149.254","18585.495"],["3157.478","18588.683"],["3163.777","18566.073"],["3237.369","18554.404"],["3185.445","18552.769"],["3206.613","18576.337"],["3184.787","18568.905"],["3193.784","18567.617"],["3189.672","18547.716"],["3175.034","18577.724"],["3182.205","18585.288"],["3178.702","18551.300"],["3181.662","18600.201"],["3199.606","18555.643"],["3273.072","18603.750"],["3250.586","18629.207"],["3229.284","18675.595"],["3193.348","18621.983"],["3146.919","18571.623"],["3203.110","18586.064"],["3181.797","18546.827"],["8340.034","13038.903"],["8347.255","13058.624"],["8336.679","12993.469"],["8306.900","12986.704"],["8320.583","12976.738"],["8347.718","13046.479"],["8343.110","13029.406"],["8351.630","13064.322"],["8339.360","12984.650"],["8298.282","12984.953"],["8326.620","12975.070"],["8346.152","13030.777"],["8347.716","13065.363"],["8335.051","12985.591"],["8300.025","12996.084"],["8329.169","12973.930"],["8354.491","13037.647"],["8340.824","13072.382"],["8332.124","12991.949"],["8299.137","12985.977"],["8329.942","12976.969"],["16731.898","14992.308"],["16763.800","14940.888"],["16697.213","15003.406"],["16732.525","14934.295"],["16669.792","15040.286"],["16698.954","15051.169"],["16675.878","15013.184"],["16671.750","15012.672"],["16722.539","15050.723"],["16583.175","14988.518"],["16603.800","15002.028"],["16574.260","14988.535"],["16725.890","14894.385"],["16715.726","14901.090"],["16721.811","14882.130"],["16689.986","14925.797"],["16601.276","14873.892"],["16623.233","14905.354"],["16640.010","14902.761"],["16634.270","14900.614"],["16597.905","14890.820"],["16623.924","14883.223"],["16775.412","14966.603"],["16602.388","14962.998"],["16592.712","14909.986"],["16750.730","15020.169"],["16678.493","15030.954"],["16720.582","15047.635"],["16700.056","15041.921"],["16608.668","15031.739"],["16593.241","14987.296"],["16730.528","14908.885"],["16745.824","14891.429"],["16702.946","14879.983"],["16643.020","14909.284"],["16761.248","14919.836"],["16705.436","14993.447"],["16774.286","15010.381"],["16750.445","14937.817"],["16626.687","14890.606"],["16619.483","14873.199"],["16589.209","14877.946"],["16684.496","14993.679"],["16577.731","14991.821"],["16732.634","14894.913"],["16728.428","15020.301"],["16694.861","15002.663"],["16640.750","14899.425"],["16612.033","14873.479"],["16680.171","15013.316"],["16611.053","15017.882"],["16752.321","14891.841"],["16691.186","14880.000"],["16775.078","15052.002"],["16768.809","14997.301"],["16763.987","15019.393"],["16704.055","15015.445"],["20844.515","12837.897"],["20809.775","12805.622"],["20793.493","12853.694"],["20791.914","12866.411"],["20804.150","12805.027"],["20785.220","12875.081"],["20828.555","12862.635"],["20809.495","12817.661"],["13759.993","9238.341"],["13734.581","9236.012"],["13786.128","9226.235"],["13736.424","9230.463"],["13760.124","9225.674"],["13757.345","9235.731"],["13744.105","9249.323"],["13780.058","9253.353"],["13737.089","9173.028"],["13771.703","9186.318"],["13769.943","9199.414"],["13733.726","9231.190"],["13733.828","9180.556"],["13779.762","9232.659"],["13809.341","9176.124"],["8548.849","15320.480"],["8519.742","15335.098"],["8534.599","15318.753"],["8546.678","15310.967"],["8520.713","15327.765"],["8522.921","15319.364"],["8556.110","15303.553"],["8501.257","15306.257"],["8535.371","15485.467"],["8537.301","15477.890"],["8400.599","15470.728"],["8372.343","15328.522"],["8524.216","15449.267"],["8532.024","15443.458"],["8549.938","15434.148"],["8395.588","15329.316"],["8429.584","15341.855"],["8439.797","15340.865"],["8462.103","15412.418"],["8478.720","15335.293"],["8456.039","15329.678"],["8473.720","15337.787"],["8512.049","15460.340"],["8546.284","15321.355"],["8525.466","15335.874"],["8522.921","15306.581"],["8553.873","15302.710"],["8497.721","15299.833"],["8363.050","15459.450"],["8555.889","15323.238"],["8530.926","15331.415"],["8531.803","15315.813"],["8499.892","15297.042"],["8552.315","15471.645"],["8567.009","15487.986"],["8373.528","15324.310"],["8369.725","15326.321"],["8536.683","15436.930"],["8528.455","15440.435"],["8546.851","15340.258"],["8520.048","15362.996"],["8400.094","15333.032"],["8411.854","15317.375"],["8410.144","15317.920"],["8417.249","15314.733"],["8450.357","15339.758"],["8446.672","15335.051"],["8438.432","15343.045"],["8400.594","15397.282"],["8484.326","15362.814"],["8461.481","15356.687"],["8460.820","15411.836"],["8445.080","15394.483"],["8437.343","15393.321"],["8434.110","15424.755"],["8440.673","15399.400"],["8439.603","15402.740"],["8465.529","15342.114"],["8467.799","15319.736"],["8480.299","15330.801"],["8488.671","15325.301"],["8471.385","15338.646"],["8521.420","15449.136"],["8506.700","15423.306"],["8478.328","15427.732"],["8563.192","15414.257"],["8566.926","15415.297"],["8566.153","15419.096"],["8540.694","15487.803"],["8540.054","15484.544"],["8375.650","15380.074"],["8557.967","15419.465"],["8544.137","15357.286"],["8534.494","15412.942"],["8401.657","15329.712"],["8379.031","15385.722"],["8490.266","15347.382"],["8506.520","15360.305"],["9626.136","12954.838"],["9794.129","12790.987"],["9810.531","12811.468"],["9765.958","12818.288"],["9747.683","12820.878"],["9810.455","12966.176"],["9821.803","12926.047"],["9818.437","12914.319"],["9635.003","12939.415"],["9671.397","12863.812"],["9668.344","12838.549"],["9679.747","12823.472"],["9711.394","12806.402"],["9703.039","12772.657"],["9732.156","12800.897"],["9724.555","12775.849"],["9651.065","12783.539"],["9673.344","12770.393"],["9634.505","12839.217"],["9790.577","12791.449"],["9808.673","12809.734"],["9770.053","12812.227"],["9735.413","12816.023"],["9805.214","12912.089"],["9641.055","12939.135"],["9658.733","12864.423"],["9660.778","12836.898"],["9687.806","12811.581"],["9706.641","12806.551"],["9701.097","12787.198"],["9702.825","12783.591"],["9735.445","12806.396"],["9726.973","12771.935"],["9661.016","12780.814"],["9627.753","12763.500"],["9677.604","12764.397"],["9636.627","12838.326"],["9629.655","12928.143"],["9809.901","12894.517"],["9627.074","12933.897"],["9791.541","12924.235"],["9814.189","12935.258"],["9698.061","12854.167"],["9642.782","12803.649"],["9624.736","12840.347"],["9826.867","12847.412"],["9829.815","12767.619"],["9801.876","12801.342"],["9805.696","12822.071"],["9768.935","12818.602"],["9736.778","12813.314"],["9813.826","12954.053"],["9633.095","12951.538"],["9664.736","12868.321"],["9667.193","12848.706"],["9679.599","12813.398"],["9714.848","12800.159"],["9703.778","12789.840"],["9704.042","12787.439"],["9726.662","12804.480"],["9730.789","12767.691"],["9664.651","12787.370"],["9631.256","12770.090"],["9677.242","12765.834"],["9629.111","12850.712"],["9619.929","12875.512"],["9820.756","12918.943"],["9661.908","12827.000"],["9762.846","12844.424"],["9791.713","12890.877"],["9792.797","12798.055"],["9804.544","12822.285"],["9776.418","12825.489"],["9736.762","12819.838"],["9820.208","12969.941"],["9646.746","12941.744"],["9666.265","12863.201"],["9656.584","12838.120"],["9682.181","12812.968"],["9715.522","12810.068"],["9691.624","12774.392"],["9736.054","12797.049"],["9727.203","12775.866"],["9657.907","12784.992"],["9636.931","12772.798"],["9624.637","12845.526"],["9624.288","12878.683"],["9791.719","12851.607"],["9688.688","12817.411"],["9828.667","12775.311"],["9779.165","12795.470"],["9797.443","12843.481"],["9689.790","12824.926"],["11246.090","16778.305"],["11239.527","16777.727"],["11232.764","16797.271"],["11182.433","16816.221"],["11206.501","16875.212"],["11270.633","16892.199"],["11264.523","16919.077"],["11282.368","16851.932"],["11223.501","16881.818"],["11247.889","16887.373"],["11229.007","16893.560"],["11255.639","16838.117"],["11214.457","16838.419"],["11216.112","16797.391"],["11189.996","16805.429"],["11170.462","16893.841"],["11149.583","16830.686"],["11135.836","16833.893"],["11135.972","16817.471"],["11100.414","16821.706"],["11100.149","16791.548"],["11113.595","16793.681"],["11131.539","16805.889"],["11296.493","16938.485"],["11152.976","16884.864"],["11100.785","16857.961"],["11298.242","16937.720"],["11184.063","16803.294"],["11226.250","16886.470"],["11212.614","16843.850"],["11131.888","16826.317"],["11226.145","16876.329"],["11242.663","16873.343"],["11184.660","16872.124"],["11178.924","16868.775"],["11205.585","16850.664"],["11199.175","16851.172"],["11223.769","16856.105"],["11177.425","16845.125"],["11194.750","16850.909"],["11192.264","16841.302"],["11195.877","16876.090"],["11213.402","16876.265"],["11236.884","16878.121"],["11159.789","16867.264"],["11164.508","16870.712"],["11151.750","16843.032"],["11144.029","16872.211"],["11139.341","16880.966"],["11303.209","16917.670"],["11142.656","16832.317"],["19806.948","16357.996"],["9630.758","18734.281"],["9757.602","18873.645"],["9725.810","18883.637"],["9759.790","18880.631"],["9781.007","18857.146"],["9806.014","18818.988"],["9812.017","18834.033"],["9778.267","18838.327"],["9651.488","18806.732"],["9650.698","18795.518"],["9634.317","18753.652"],["9627.853","18740.886"],["9739.049","18678.330"],["9686.672","18702.979"],["9669.073","18716.373"],["9707.527","18703.161"],["9668.843","18726.613"],["9808.958","18819.731"],["9667.886","18804.585"],["9812.756","18811.150"],["9826.887","18886.008"],["9642.179","18740.077"],["9797.229","18808.359"],["9712.198","18678.471"],["9731.451","18877.840"],["9789.435","18860.028"],["9809.024","18847.196"],["9625.715","18764.371"],["9675.550","18762.736"],["9809.877","18815.758"],["9807.361","18791.993"],["9737.240","18695.721"],["9675.915","18687.670"],["17295.345","4712.624"],["17336.521","4705.500"],["17353.281","4725.582"],["17401.723","4724.777"],["17308.059","4711.468"],["17291.859","4718.388"],["17341.570","4712.188"],["17359.120","4721.107"],["17379.190","4717.626"],["17385.885","4720.648"],["17307.780","4724.052"],["17334.235","4692.849"],["17314.178","4714.705"],["17341.570","4722.130"],["17361.241","4715.888"],["17360.062","4722.916"],["17382.644","4721.755"],["17382.924","4711.433"],["17238.312","4675.838"],["17205.084","4673.321"],["17251.426","4678.893"],["17269.129","4679.417"],["17267.715","4686.518"],["17330.847","4701.140"],["17374.667","4712.291"],["17233.822","4685.169"],["17272.303","4677.601"],["17255.571","4680.925"],["17260.725","4676.725"],["17254.721","4693.934"],["17250.364","4725.033"],["17281.349","4709.585"],["17336.784","4718.745"],["17398.516","4719.162"],["17342.245","4689.727"],["17368.549","4698.501"],["17289.243","4719.263"],["17351.981","4700.628"],["17380.786","4719.393"],["4351.573","11013.618"],["4347.619","11030.705"],["4314.866","11020.240"],["4315.155","10955.965"],["4323.746","10956.948"],["4281.677","10891.941"],["4271.622","10884.679"],["4268.029","10864.486"],["4253.922","10866.899"],["4282.105","10926.590"],["4328.470","10884.938"],["4344.477","10921.863"],["4353.095","10912.664"],["4296.549","10920.690"],["4339.645","11006.931"],["4341.155","11034.520"],["4317.284","11012.544"],["4305.566","10948.451"],["4317.989","10949.136"],["4281.726","10895.277"],["4278.990","10880.022"],["4262.716","10877.253"],["4261.685","10864.026"],["4350.744","10964.774"],["4320.220","11001.051"],["4289.226","10904.096"],["4325.921","10879.901"],["4318.551","10862.648"],["4328.326","10961.008"],["4306.273","11054.363"],["4298.362","11045.279"],["4274.210","10911.049"],["4284.490","10886.920"],["4295.690","10905.813"],["4329.115","10918.841"],["4344.330","10988.325"],["4328.247","11012.959"],["4320.023","11065.494"],["4278.651","10941.437"],["4312.467","10880.710"],["4304.641","10922.854"],["4340.169","10967.648"],["4338.573","11028.855"],["4323.666","11019.960"],["4315.188","10955.784"],["4317.496","10957.014"],["4287.039","10895.987"],["4280.487","10878.288"],["4258.999","10879.416"],["4265.924","10876.691"],["4338.255","10858.602"],["4311.799","11026.155"],["4348.448","11023.808"],["4344.773","11027.699"],["4319.735","11008.961"],["4310.944","10942.555"],["4312.331","10943.174"],["4279.736","10897.242"],["4260.024","10861.862"],["4315.702","11063.064"],["4328.666","11015.212"],["4300.094","10870.257"],["4325.439","11027.985"],["4293.551","11021.868"],["4295.143","10882.214"],["28098.865","11173.653"],["27983.489","11112.097"],["28067.825","11114.151"],["28038.238","11091.697"],["28074.942","11126.728"],["28095.256","11157.648"],["28052.292","11106.185"],["28094.702","11173.673"],["28061.717","11119.166"],["28094.881","11124.275"],["28034.610","11091.334"],["28077.586","11156.913"],["28093.064","11086.527"],["27999.114","11108.216"],["28122.131","11251.016"],["28087.489","11082.034"],["28081.213","11154.382"],["28096.312","11124.209"],["28139.903","11185.216"],["28061.931","11104.980"],["28086.639","11160.394"],["28000.137","11079.889"],["28050.522","11129.649"],["28036.666","11070.707"],["28105.110","11072.255"],["28095.291","11067.994"],["28013.633","11123.803"],["28084.875","11106.978"],["28084.149","11213.959"],["28094.974","11156.324"],["28062.292","11204.469"],["28110.891","11189.888"],["27936.595","11257.129"],["28145.842","11261.045"],["28122.008","11277.409"],["28116.761","11253.906"],["28142.211","11211.562"],["28040.494","11245.388"],["27995.613","11221.599"],["27993.832","11226.450"],["28000.776","11221.438"],["27937.124","11231.354"],["28035.429","11240.665"],["28022.455","11241.533"],["28037.360","11244.266"],["27936.501","11227.131"],["27987.668","11223.422"],["27939.193","11234.041"],["28025.681","11246.526"],["28040.709","11242.807"],["9249.292","16816.381"],["9339.921","16860.005"],["9339.543","16833.793"],["9398.077","16866.167"],["9391.188","16869.628"],["9321.834","16865.356"],["9245.916","16816.029"],["9239.857","16784.936"],["9236.423","16826.778"],["9272.129","16851.932"],["9234.749","16838.347"],["9389.800","16786.847"],["9405.119","16806.155"],["9394.399","16797.465"],["9373.387","16790.611"],["9352.877","16785.310"],["9357.878","16775.822"],["9286.717","16810.257"],["9268.839","16804.790"],["9276.273","16815.013"],["9320.986","16806.764"],["9328.059","16810.512"],["9328.141","16798.985"],["9330.057","16835.738"],["9362.248","16844.874"],["9359.896","16839.605"],["9297.718","16848.481"],["9346.403","16830.534"],["9397.168","16870.488"],["9313.312","16860.375"],["9226.968","16787.574"],["9382.672","16796.854"],["9390.813","16803.675"],["9403.642","16784.171"],["9365.788","16790.859"],["9365.508","16786.813"],["9375.706","16784.914"],["9354.506","16785.699"],["9288.641","16795.063"],["9287.112","16805.319"],["9265.845","16797.936"],["9323.667","16806.714"],["9327.072","16805.393"],["9306.003","16794.823"],["9294.055","16842.437"],["9288.904","16835.202"],["9294.022","16875.742"],["9310.913","16858.813"],["9402.266","16849.099"],["9342.794","16831.457"],["9390.908","16865.732"],["9371.637","16847.664"],["9235.905","16821.573"],["9318.064","16793.821"],["9240.512","16789.418"],["9290.316","16874.014"],["9292.413","16833.463"],["9405.950","16835.821"],["9374.946","16783.073"],["9318.450","16867.507"],["9009.481","16437.929"],["9029.538","16525.468"],["9092.176","16526.993"],["9022.227","16529.755"],["9099.756","16553.456"],["8988.755","16481.576"],["9009.566","16453.500"],["9070.985","16460.685"],["9082.645","16462.369"],["9087.120","16467.254"],["9047.484","16457.357"],["9054.449","16526.530"],["9129.512","16491.449"],["9104.699","16482.041"],["9048.990","16355.701"],["9047.379","16374.430"],["9041.564","16405.691"],["8999.341","16461.501"],["9010.724","16411.275"],["8989.240","16395.384"],["8999.125","16467.700"],["9059.859","16563.408"],["9012.315","16537.277"],["9028.985","16538.370"],["9009.201","16441.203"],["9014.036","16441.602"],["9109.626","16534.342"],["9026.253","16525.263"],["9062.817","16512.908"],["9131.958","16494.462"],["9137.150","16498.533"],["9025.318","16379.107"],["9016.029","16395.950"],["9006.813","16563.119"],["9053.231","16553.631"],["9044.876","16524.433"],["9021.968","16524.067"],["9020.854","16533.837"],["9056.041","16460.471"],["9009.213","16561.040"],["9007.792","16432.696"],["9097.515","16557.766"],["8995.774","16474.938"],["9083.852","16465.618"],["9073.718","16457.405"],["9139.746","16498.336"],["9125.810","16491.004"],["9100.084","16478.742"],["9041.042","16388.720"],["9041.094","16413.198"],["9045.260","16445.883"],["9047.493","16363.185"],["9102.883","16549.437"],["9051.998","16520.056"],["9058.790","16555.762"],["9011.823","16450.120"],["9051.310","16460.982"],["9087.620","16528.132"],["9048.380","16539.065"],["28684.564","11007.919"],["28727.756","10902.363"],["28728.084","10902.696"],["28689.965","10886.321"],["28573.468","10923.665"],["28590.848","10909.694"],["28627.249","10944.326"],["28676.014","10962.030"],["28670.069","11019.873"],["28691.620","11012.328"],["28728.377","10900.284"],["28687.291","10889.982"],["28654.985","10860.935"],["28655.839","10858.396"],["28688.081","10910.223"],["28586.793","10866.847"],["28672.765","10941.884"],["28576.703","10923.891"],["28691.236","10890.865"],["28687.407","10910.941"],["28689.632","10908.485"],["28630.558","10988.507"],["28669.270","10945.329"],["28708.176","11041.841"],["28665.994","11061.669"],["28691.152","10887.811"],["28595.577","10900.913"],["28692.550","10888.839"],["28585.291","10984.442"],["28674.126","10965.375"],["28610.478","10953.612"],["28706.944","11006.269"],["28743.929","11057.329"],["28650.676","10976.596"],["28669.490","10948.828"],["28715.154","11037.536"],["28646.091","10999.479"],["28616.502","10954.758"],["28570.056","11050.029"],["28604.865","11021.045"],["28581.314","10985.756"],["28627.662","10943.502"],["28666.418","10942.949"],["28605.881","11029.523"],["28625.823","11050.282"],["28685.513","10960.285"],["15119.695","15089.259"],["15258.775","15129.276"],["15244.222","15232.484"],["15121.423","15269.906"],["15292.833","15116.977"],["15262.073","15166.768"],["15288.512","15242.353"],["15263.508","15255.528"],["15236.161","15225.538"],["15206.067","15199.913"],["15148.066","15146.321"],["15180.458","15183.309"],["15177.695","15168.429"],["15176.933","15285.662"],["15287.715","15165.711"],["15281.160","15231.221"],["15256.732","15233.761"],["15221.391","15195.216"],["15185.688","15195.074"],["15101.885","15091.855"],["15151.247","15185.753"],["15275.439","15225.993"],["15101.566","15289.380"],["15232.641","15153.372"],["15266.119","15163.250"],["15283.512","15236.704"],["15263.097","15250.524"],["15226.687","15200.336"],["15200.836","15221.036"],["15166.010","15137.023"],["15176.525","15253.012"],["15113.133","15114.620"],["15175.884","15212.797"],["15152.641","15285.315"],["15253.726","15157.996"],["15261.172","15112.204"],["15299.668","15232.885"],["15190.505","15216.992"],["15149.351","15289.691"],["15297.840","15292.067"],["15245.667","15135.337"],["15263.212","15097.935"],["15223.112","15088.591"],["15144.093","15172.921"],["15288.093","15158.097"],["15296.588","15263.426"],["15280.910","15256.519"],["15241.901","15192.078"],["15192.119","15211.143"],["15168.214","15139.979"],["15155.705","15156.521"],["15294.351","15232.344"],["15257.567","15149.328"],["15279.347","15258.220"],["15242.197","15210.476"],["15187.695","15215.437"],["15151.001","15178.652"],["15249.064","15132.565"],["15245.844","15258.765"],["15202.530","15196.015"],["15172.168","15161.377"],["15293.808","15233.649"],["15221.597","15087.840"],["15249.606","15139.617"],["15257.374","15242.035"],["15186.198","15182.787"],["15150.738","15178.057"],["15256.913","15123.172"],["15257.945","15168.007"],["15260.778","15238.782"],["15224.204","15225.075"],["15158.428","15130.351"],["15231.936","15231.955"],["15294.896","15292.149"],["31675.093","8256.917"],["31662.864","8232.578"],["31637.442","8273.924"],["31715.115","8312.643"],["31624.644","8256.597"],["31600.119","8194.974"],["31520.243","8266.995"],["31542.755","8264.425"],["31557.905","8228.495"],["31584.581","8255.026"],["31567.839","8186.576"],["31527.451","8304.211"],["31529.593","8308.248"],["31676.639","8249.336"],["31681.433","8214.708"],["31622.574","8284.064"],["31605.086","8202.323"],["31544.749","8293.023"],["31575.765","8264.970"],["31545.569","8252.393"],["31588.544","8220.311"],["31554.961","8154.767"],["31548.503","8294.649"],["31708.898","8299.029"],["31715.175","8269.089"],["31662.782","8210.117"],["31631.439","8263.206"],["31602.983","8263.055"],["31610.169","8196.890"],["31533.910","8270.117"],["31580.995","8262.889"],["31534.418","8215.167"],["31582.262","8219.518"],["31541.540","8166.956"],["31721.382","8260.218"],["31701.408","8268.593"],["31647.420","8209.539"],["31663.018","8268.210"],["31634.907","8262.097"],["31619.741","8180.920"],["31519.437","8280.802"],["31541.160","8261.733"],["31534.714","8226.893"],["31607.673","8259.816"],["31551.474","8154.932"],["31535.596","8316.340"],["31710.066","8280.565"],["31675.635","8265.571"],["31649.262","8232.082"],["31644.745","8275.377"],["31594.396","8173.950"],["31537.364","8261.925"],["31553.546","8223.722"],["31592.788","8219.337"],["31567.050","8167.005"],["31687.461","8254.605"],["31670.594","8210.282"],["31629.696","8264.428"],["31604.412","8204.669"],["31525.802","8251.405"],["31568.382","8240.568"],["31587.952","8248.998"],["31547.000","8153.479"],["4982.561","15087.848"],["4916.017","15128.952"],["4922.744","15130.587"],["4931.099","15132.090"],["4915.111","15098.482"],["4913.828","15104.460"],["4919.195","15131.592"],["4913.175","15129.214"],["4894.984","15092.068"],["4984.683","15086.725"],["4927.777","15117.391"],["4907.711","15129.794"],["4921.032","15106.227"],["4907.052","15103.073"],["4910.626","15140.362"],["4890.198","15088.913"],["4984.551","15086.626"],["4911.411","15128.357"],["4923.800","15138.760"],["4914.655","15131.658"],["4875.790","15096.593"],["4920.096","15121.503"],["4908.088","15104.179"],["4928.389","15134.218"],["4872.665","15096.593"],["19937.202","8475.040"],["20023.961","8519.554"],["19977.300","8515.177"],["19985.787","8495.375"],["19981.445","8475.326"],["19957.471","8466.238"],["19970.941","8422.853"],["19993.211","8448.963"],["20021.298","8463.909"],["19978.145","8438.707"],["19955.739","8420.358"],["20025.842","8451.308"],["19956.363","8461.321"],["20021.363","8492.138"],["19972.383","8429.557"],["19939.308","8492.398"],["19983.058","8495.090"],["19956.895","8431.540"],["19969.241","8499.719"],["19970.739","8399.466"],["20000.596","8457.799"],["19975.530","8478.195"],["19943.354","8435.883"],["19970.481","8421.333"],["9431.490","12521.748"],["9473.236","12535.677"],["9489.716","12511.494"],["9468.671","12499.766"],["9442.673","12513.438"],["9483.682","12478.686"],["9451.531","12472.421"],["9457.887","12543.204"],["9421.512","12537.829"],["9418.952","12341.871"],["9433.380","12517.617"],["9462.602","12509.427"],["9485.459","12480.383"],["9445.409","12478.053"],["9454.614","12547.052"],["9450.663","12360.604"],["9418.828","12533.450"],["9476.046","12533.402"],["9439.021","12519.218"],["9503.994","12523.096"],["9498.221","12482.650"],["9439.833","12486.591"],["9456.661","12540.296"],["9485.415","12413.872"],["9434.668","12532.606"],["9419.250","12511.475"],["9445.533","12339.117"],["9438.828","12530.352"],["9488.910","12509.396"],["9462.240","12504.027"],["9492.037","12489.141"],["9436.741","12485.667"],["9461.303","12542.949"],["9410.275","12392.597"],["9409.443","12387.803"],["9410.448","12524.762"],["7492.421","16347.694"],["7484.451","16321.008"],["7417.428","16324.641"],["7501.018","16308.331"],["7443.114","16286.964"],["7462.632","16331.570"],["7423.406","16342.639"],["7500.330","16334.249"],["7461.803","16209.556"],["7443.765","16198.889"],["7416.686","16243.179"],["7309.913","16183.089"],["7316.000","16246.501"],["7326.429","16295.774"],["7474.217","16177.573"],["7440.194","16303.709"],["7439.602","16285.162"],["7484.039","16277.477"],["7496.194","16296.123"],["7461.080","16334.540"],["7457.708","16351.765"],["7314.780","16208.382"],["7307.789","16214.212"],["7328.675","16229.083"],["7359.390","16231.253"],["7378.159","16200.673"],["7422.429","16313.770"],["7405.208","16291.706"],["7450.710","16282.249"],["7477.649","16244.310"],["7506.291","16284.860"],["7321.761","16241.180"],["7399.566","16332.486"],["7510.585","16325.054"],["7479.385","16333.196"],["7488.710","16334.468"],["7498.459","16257.104"],["7412.291","16350.696"],["7416.153","16334.001"],["7460.380","16267.759"],["7437.558","16219.155"],["7430.541","16211.424"],["7414.269","16232.560"],["7311.608","16238.276"],["7322.564","16285.237"],["7496.593","16262.996"],["7471.306","16349.056"],["7464.566","16302.184"],["7459.582","16281.936"],["7422.182","16337.034"],["7315.733","16211.305"],["7372.979","16232.399"],["7388.316","16273.776"],["7388.547","16315.488"],["7417.231","16293.704"],["7447.820","16264.180"],["7442.733","16271.514"],["7458.685","16250.999"],["7458.241","16271.758"],["7490.948","16231.160"],["7502.663","16198.982"],["7504.423","16198.206"],["7513.998","16162.705"],["7422.684","16336.893"],["7412.362","16320.859"],["7474.012","16203.542"],["7452.220","16278.820"],["7457.954","16222.124"],["7443.453","16212.068"],["7306.643","16299.209"],["7468.115","16170.373"],["7473.658","16346.017"],["7461.227","16289.863"],["7447.281","16322.286"],["7336.573","16237.734"],["7352.699","16200.541"],["7358.760","16275.659"],["7406.485","16320.455"],["7456.333","16249.430"],["7489.862","16254.397"],["7313.248","16289.936"],["7498.140","16350.214"],["7452.822","16218.061"],["7430.091","16219.584"],["7428.716","16199.021"],["7409.630","16231.073"],["7327.249","16172.040"],["7315.704","16245.163"],["7304.584","16273.783"],["7329.592","16308.891"],["7463.233","16299.426"],["7422.889","16332.839"],["7303.963","16206.322"],["7344.818","16213.615"],["7345.725","16204.340"],["7424.649","16303.745"],["7437.713","16268.613"],["7456.481","16253.327"],["7497.320","16158.097"],["13784.317","13853.871"],["13777.827","13826.636"],["13806.575","13913.116"],["13818.763","13930.573"],["13677.464","14004.198"],["13681.837","14018.063"],["13722.513","13934.675"],["13750.342","13962.908"],["13749.631","13951.859"],["13828.472","13839.901"],["13804.343","13850.372"],["13775.156","13862.805"],["13765.008","13868.404"],["13753.337","13842.590"],["13778.436","13820.790"],["13774.026","13879.293"],["13772.069","13944.974"],["13724.256","13965.535"],["13752.294","14004.454"],["13731.378","13932.032"],["13718.220","13932.148"],["13661.372","14021.062"],["13813.373","13847.812"],["13747.051","13930.195"],["13791.028","13852.780"],["13756.923","13830.897"],["13758.304","13825.067"],["13768.386","13832.433"],["13732.946","13887.369"],["13806.082","13920.234"],["13766.016","13891.861"],["13776.986","13902.001"],["13821.411","13927.583"],["13792.414","13868.310"],["13796.690","13925.106"],["13756.460","13947.071"],["13664.339","14016.617"],["13713.450","13949.516"],["13723.923","14003.761"],["13775.946","13998.278"],["13782.311","14010.003"],["13713.248","14002.439"],["13731.756","13935.203"],["13721.526","13932.231"],["13760.116","13940.064"],["13791.326","13957.788"],["13739.566","13952.355"],["13803.291","13843.749"],["13801.827","13825.748"],["13757.837","13852.103"],["13758.857","13856.001"],["13766.281","13844.093"],["13762.794","13829.790"],["13791.526","13897.724"],["13825.638","13899.788"],["13700.145","14019.606"],["13722.743","13961.638"],["13689.551","14019.649"],["13671.294","14024.603"],["13738.150","13969.607"],["13760.074","14007.972"],["13716.949","13972.861"],["13726.575","13928.696"],["13799.952","13842.544"],["13809.014","13823.766"],["13805.380","13845.500"],["13760.288","13869.742"],["13796.949","13849.544"],["13779.038","13861.980"],["13774.883","13844.126"],["13773.156","13836.000"],["13790.854","13822.557"],["13781.035","13823.614"],["13797.414","13929.004"],["13804.963","13867.947"],["13787.759","13931.465"],["13769.404","13891.547"],["13767.513","13931.448"],["13798.648","13883.521"],["13685.260","14004.346"],["13706.279","13991.630"],["13704.008","14025.264"],["13735.025","14000.160"],["13784.679","13988.286"],["13732.525","14004.785"],["13717.858","13940.951"],["13731.641","13931.752"],["13716.789","13937.565"],["17459.276","4555.697"],["17421.878","4514.670"],["17441.141","4560.724"],["17443.609","4519.136"],["17463.741","4536.031"],["17439.891","4523.944"],["17459.708","4543.159"],["17458.152","4531.290"],["7214.186","16571.291"],["7224.015","16590.432"],["7093.824","16566.849"],["7097.340","16568.949"],["7120.545","16690.681"],["7126.038","16707.939"],["7118.390","16713.191"],["7138.536","16715.447"],["7147.664","16727.470"],["7138.355","16726.166"],["7102.176","16718.400"],["7098.410","16715.675"],["7108.985","16716.451"],["7130.789","16712.820"],["7129.177","16717.395"],["7122.648","16718.749"],["7160.898","16718.524"],["7163.004","16730.365"],["7163.283","16712.859"],["7145.878","16751.719"],["7147.375","16743.923"],["7147.128","16745.294"],["7147.294","16758.670"],["7152.738","16764.054"],["7142.654","16734.338"],["7142.654","16752.505"],["7133.378","16735.213"],["7121.777","16749.569"],["7120.281","16766.827"],["7127.468","16751.451"],["7101.644","16764.739"],["7100.683","16741.407"],["7108.232","16740.730"],["7113.956","16742.844"],["7093.898","16735.489"],["7246.544","16577.212"],["7276.287","16605.783"],["7302.992","16678.233"],["7302.170","16711.973"],["7302.172","16751.960"],["7220.506","16717.451"],["7221.443","16728.549"],["7194.835","16699.750"],["7187.845","16718.214"],["7222.107","16595.039"],["7235.150","16590.498"],["7097.290","16569.147"],["7141.344","16567.064"],["7129.838","16705.082"],["7124.706","16689.706"],["7141.645","16704.217"],["7143.158","16707.041"],["7096.798","16724.544"],["7103.574","16711.926"],["7125.131","16723.654"],["7135.444","16728.328"],["7157.099","16731.439"],["7151.589","16722.554"],["7154.447","16750.166"],["7155.286","16754.411"],["7144.810","16756.176"],["7125.039","16734.520"],["7132.227","16733.281"],["7142.419","16757.777"],["7134.014","16752.789"],["7118.933","16771.508"],["7097.680","16774.087"],["7106.308","16743.274"],["7109.021","16757.758"],["7099.211","16774.681"],["7302.168","16735.025"],["7239.176","16564.115"],["7228.649","16576.502"],["7294.938","16623.223"],["7303.244","16609.862"],["7303.847","16690.074"],["7294.475","16750.903"],["7297.830","16775.214"],["7229.502","16747.261"],["7245.802","16728.599"],["7179.588","16717.999"],["7207.286","16684.919"],["7235.047","16573.347"],["7282.340","16627.616"],["7290.826","16774.107"],["7214.486","16711.555"],["7184.161","16692.830"],["7290.267","16621.820"],["7222.743","16720.952"],["7172.171","16709.973"],["31109.248","8747.257"],["27457.223","11893.847"],["27454.115","11888.000"],["27379.675","11776.136"],["27379.091","11794.193"],["27446.064","11767.417"],["27376.239","11751.838"],["27478.145","11912.228"],["27461.598","11908.743"],["19452.440","11732.456"],["19305.481","11872.751"],["19500.466","11802.444"],["19308.673","11739.448"],["19400.509","11780.412"],["19505.649","11708.747"],["19491.122","11713.132"],["19450.384","11803.786"],["19440.103","11793.761"],["19370.917","11888.817"],["19352.388","11845.410"],["19490.054","11784.178"],["19313.394","11750.232"],["19371.661","11788.570"],["19504.531","11733.553"],["19427.868","11805.487"],["19372.126","11731.135"],["19485.762","11764.261"],["19312.384","11868.083"],["19457.506","11815.396"],["19329.142","11871.565"],["19486.633","11791.825"],["19342.443","11712.953"],["19326.683","11750.133"],["19311.345","11793.778"],["19399.252","11776.920"],["19470.118","11709.630"],["19342.312","11723.440"],["19310.187","11749.373"],["19361.363","11913.070"],["19381.726","11810.354"],["19500.348","11711.844"],["19451.519","11765.289"],["19442.915","11767.056"],["19322.635","11874.113"],["19504.462","11756.069"],["19428.005","11703.924"],["19362.016","11703.440"],["19342.374","11717.697"],["19388.092","11791.163"],["19473.807","11737.004"],["19391.371","11803.868"],["19345.136","11759.476"],["19489.726","11753.262"],["19350.317","11721.606"],["19344.016","11816.095"],["19477.028","11784.327"],["19313.969","11747.523"],["19396.414","11802.261"],["19490.579","11713.445"],["11506.662","13202.308"],["11503.030","13204.762"],["11496.748","13238.209"],["11479.853","13223.187"],["11492.083","13223.420"],["11503.050","13221.275"],["11322.158","13193.377"],["11333.682","13218.398"],["11336.196","13214.272"],["11351.315","13221.792"],["11379.007","13206.042"],["11400.579","13218.488"],["11407.646","13204.859"],["11379.114","13209.637"],["11372.807","13197.792"],["11349.497","13259.889"],["11336.216","13266.169"],["11382.598","13185.955"],["11313.142","13381.821"],["11470.454","13306.288"],["11496.858","13201.504"],["11335.253","13392.833"],["11368.173","13377.042"],["11349.297","13357.693"],["11352.122","13384.208"],["11331.931","13386.272"],["11314.239","13389.775"],["11348.441","13391.430"],["12985.849","16347.237"],["12957.155","16344.919"],["12987.722","16269.526"],["12978.405","16349.097"],["12978.703","16273.032"],["12986.934","16352.043"],["14670.170","9862.525"],["14650.516","9856.249"],["14559.545","9842.276"],["14594.281","9883.349"],["14589.594","9868.469"],["14529.193","9940.553"],["14510.055","9873.043"],["14510.762","9878.345"],["14502.325","9870.665"],["14464.798","9814.994"],["14520.291","9822.591"],["14534.910","9800.240"],["14574.528","9844.027"],["14551.166","9897.283"],["14503.805","9913.159"],["14502.627","9816.101"],["14642.358","9822.509"],["14602.999","9841.037"],["14591.929","9853.127"],["14567.916","9868.370"],["14573.469","9887.241"],["14533.518","9919.876"],["14530.081","9897.646"],["14504.660","9857.123"],["14527.769","9898.576"],["14491.854","9809.164"],["14468.712","9836.976"],["14598.304","9799.471"],["14661.404","9812.831"],["14604.117","9892.482"],["14544.874","9867.247"],["14584.610","9880.129"],["14536.479","9879.347"],["14525.607","9906.498"],["14492.094","9881.681"],["14469.841","9861.995"],["14499.874","9882.441"],["14524.222","9819.685"],["14665.631","9849.032"],["14559.545","9873.391"],["14607.620","9888.767"],["14570.647","9847.049"],["14547.071","9886.399"],["14521.512","9946.680"],["14542.351","9920.751"],["14505.252","9875.009"],["14486.502","9917.618"],["14503.608","9868.584"],["14492.577","9830.783"],["14506.475","9845.729"],["14525.817","9834.928"],["14494.528","9801.139"],["14648.739","9818.793"],["14647.637","9809.693"],["14574.150","9857.718"],["14560.120","9834.514"],["14533.666","9888.051"],["14548.173","9921.362"],["14464.792","9906.322"],["14467.489","9856.512"],["14506.870","9810.865"],["14473.646","9837.075"],["14575.031","9799.554"],["13184.919","17965.268"],["13173.587","18013.525"],["13073.890","17985.783"],["13052.229","17966.658"],["13083.906","17984.709"],["13068.032","17870.932"],["13055.483","17921.353"],["13090.368","17909.495"],["13074.855","17835.138"],["13085.907","17862.916"],["13191.202","18017.786"],["13083.742","18004.148"],["13052.407","17898.941"],["13084.971","17926.527"],["13182.827","17940.286"],["12994.222","17911.455"],["13057.330","17867.002"],["13066.464","18033.217"],["13084.659","17883.769"],["13142.761","17945.736"],["13149.057","17855.513"],["13045.570","17875.986"],["13075.662","17934.702"],["13193.435","17986.644"],["13066.040","17834.300"],["13002.331","17926.269"],["13049.846","17873.360"],["13096.127","18031.464"],["13104.301","18002.017"],["13074.334","17982.975"],["13075.960","17901.138"],["13052.210","17881.419"],["13034.315","17892.847"],["13111.483","17845.311"],["13179.442","17981.750"],["13055.880","17992.306"],["13060.255","17981.423"],["13063.791","18012.471"],["13041.782","17883.235"],["13072.243","17935.259"],["13048.230","17931.064"],["13118.934","17846.368"],["13196.383","17976.895"],["13184.689","17968.604"],["13091.752","17985.997"],["13053.429","18006.129"],["13071.308","18014.189"],["13048.197","17873.062"],["13054.644","17920.725"],["13052.506","17933.921"],["13100.973","17845.757"],["13080.348","17839.861"],["13157.189","17990.123"],["13063.512","18030.820"],["13039.959","17982.480"],["13066.026","17911.889"],["13031.667","17869.908"],["13102.108","17836.954"],["13106.549","17849.605"],["13182.238","17968.274"],["13191.876","18014.170"],["13038.652","18016.041"],["13067.484","18000.451"],["13131.485","17887.237"],["13085.564","17910.243"],["13098.861","18034.318"],["13110.358","18032.667"],["13172.235","17977.544"],["13180.669","17841.541"],["13180.932","17840.748"],["13034.050","17835.440"],["13028.767","17837.128"],["12994.013","17867.120"],["13023.619","18008.295"],["13116.830","17889.104"],["13100.169","17923.852"],["13118.713","18040.181"],["13160.623","17974.803"],["13147.728","17941.392"],["13198.679","17846.512"],["13150.126","17882.036"],["13058.671","17860.725"],["13077.948","17874.102"],["13003.942","17894.368"],["13056.359","17867.481"],["13005.971","17876.121"],["22855.652","8674.081"],["22686.822","8725.005"],["22746.803","8687.469"],["22707.891","8603.183"],["22835.218","8548.438"],["22783.821","8623.223"],["22865.658","8680.794"],["22837.823","8687.508"],["22683.102","8673.398"],["22675.364","8718.841"],["22714.521","8725.217"],["22797.110","8635.097"],["22838.612","8706.913"],["22697.444","8627.419"],["22688.332","8534.796"],["22817.703","8678.086"],["22874.833","8698.028"],["22674.829","8674.092"],["22755.969","8715.552"],["22859.407","8567.269"],["22831.321","8647.616"],["22850.405","8582.314"],["22866.659","8661.612"],["22693.595","8547.133"],["22820.981","8712.297"],["22679.437","8730.521"],["22825.358","8556.975"],["22732.921","8659.624"],["22780.426","8570.685"],["22843.212","8613.132"],["22819.973","8559.095"],["22759.815","8571.013"],["22681.260","8630.723"],["22832.532","8562.100"],["22759.307","8562.048"],["22855.104","8604.907"],["22842.203","8558.565"],["22705.621","8714.600"],["22714.947","8537.419"],["22773.713","8560.212"],["22843.377","8577.954"],["22872.251","8709.507"],["8157.608","17705.586"],["8267.831","17635.779"],["8157.430","17669.641"],["8351.824","17811.831"],["8321.642","17630.010"],["8320.096","17632.680"],["8314.814","17626.921"],["8248.488","17781.566"],["8349.374","17810.608"],["8304.465","17632.684"],["8355.550","17800.985"],["8354.703","17808.594"],["8149.453","17650.737"],["8334.624","17782.122"],["8333.911","17782.991"],["8334.164","17744.934"],["8350.303","17787.608"],["8343.436","17801.195"],["8354.035","17767.971"],["8346.264","17830.239"],["12817.739","18499.545"],["12780.933","18635.221"],["12798.348","18481.163"],["12813.328","18509.529"],["12921.598","18483.797"],["12861.940","18472.537"],["12853.134","18491.749"],["12913.637","18468.141"],["12783.004","18673.768"],["12926.481","18655.696"],["12864.803","18660.337"],["12959.819","18633.929"],["12884.606","18592.327"],["12822.492","18516.473"],["12821.867","18535.317"],["12802.653","18519.290"],["12939.772","18477.439"],["12813.124","18468.012"],["12797.989","18610.845"],["12850.815","18505.507"],["12819.581","18521.807"],["12804.939","18516.383"],["12814.923","18539.587"],["19578.936","13882.988"],["19557.873","13982.101"],["19657.857","13970.603"],["19666.260","13917.931"],["19561.769","13916.758"],["19543.835","13910.682"],["19523.432","13963.026"],["19642.791","13964.492"],["19703.152","13875.301"],["19554.887","13897.544"],["19522.314","13992.506"],["19637.725","13924.789"],["19677.989","13895.839"],["19517.939","13961.325"],["19652.006","13933.392"],["19720.757","13880.247"],["19633.498","14009.765"],["19708.646","13972.494"],["19696.147","13974.903"],["19589.988","14007.079"],["19707.875","13975.827"],["19546.159","13826.732"],["19562.371","13924.341"],["19544.351","13990.766"],["19642.824","13914.831"],["19680.783","13894.448"],["19635.048","13825.407"],["19522.594","13978.914"],["19591.835","13913.883"],["19682.626","13966.606"],["19525.216","13844.330"],["19541.417","13924.572"],["19528.778","13965.421"],["19687.758","13943.270"],["19662.074","13897.682"],["5330.139","20271.612"],["5297.863","20194.299"],["5303.324","20214.233"],["5295.067","20195.554"],["5288.653","20194.992"],["5341.564","20229.724"],["5335.528","20214.761"],["5338.514","20214.966"],["5330.997","20209.450"],["5296.918","20188.492"],["5297.083","20194.289"],["5352.209","20185.166"],["5361.543","20232.515"],["5391.477","20189.658"],["5343.862","20200.855"],["5338.237","20190.104"],["5341.921","20245.463"],["5236.834","20227.916"],["5200.058","20178.668"],["5252.459","20203.854"],["5230.535","20245.951"],["5199.153","20202.417"],["5230.483","20207.603"],["5212.226","20186.992"],["5226.157","20220.319"],["5220.925","20159.072"],["5259.755","20181.156"],["5244.739","20169.232"],["5266.318","20184.062"],["5263.308","20173.113"],["5250.627","20178.513"],["5317.183","20196.470"],["5337.446","20159.641"],["5307.857","20175.132"],["5298.137","20186.230"],["5313.630","20180.434"],["5359.554","20162.934"],["5375.443","20168.235"],["5347.491","20276.286"],["5327.534","20200.740"],["5338.604","20205.711"],["5348.932","20217.271"],["5333.752","20222.391"],["5342.708","20189.186"],["5293.974","20200.334"],["5306.852","20205.239"],["5339.421","20240.211"],["5387.925","20184.340"],["5323.895","20235.636"],["5367.431","20195.356"],["5364.734","20224.654"],["5345.161","20235.356"],["5198.742","20208.296"],["5228.117","20217.809"],["5234.071","20214.754"],["5229.104","20229.964"],["5259.252","20216.009"],["5227.130","20185.885"],["5215.894","20201.509"],["5223.557","20173.556"],["5247.140","20170.355"],["5262.864","20188.075"],["5261.680","20164.558"],["5275.430","20158.678"],["5236.680","20191.527"],["5272.963","20197.027"],["5284.673","20166.754"],["5352.446","20192.093"],["5322.265","20174.075"],["5294.025","20166.792"],["5358.630","20200.186"],["5293.647","20200.235"],["5297.660","20179.377"],["5343.433","20191.515"],["5393.765","20164.041"],["5404.889","20191.390"],["5248.144","20195.590"],["22441.762","8698.676"],["22445.150","8697.272"],["22455.282","8690.683"],["22455.729","8719.142"],["22442.667","8679.931"],["22270.016","8649.879"],["14395.745","17849.326"],["14297.579","17962.954"],["14285.416","18003.100"],["14412.916","17890.581"],["14318.648","17945.597"],["14302.308","17998.888"],["14402.998","17856.114"],["14326.773","17952.203"],["14311.025","18010.234"],["14451.225","17922.233"],["14459.169","17887.783"],["14443.363","17907.948"],["14445.370","17849.104"],["14460.945","17908.228"],["14456.570","17921.903"],["14323.489","17848.023"],["14395.808","17859.254"],["14367.321","17853.094"],["14373.883","17846.322"],["14385.002","17852.763"],["14320.397","17865.265"],["14377.041","17856.842"],["14321.581","17859.815"],["14332.156","17859.683"],["14340.972","17835.835"],["14298.045","17857.586"],["14272.117","17914.620"],["14303.844","17972.456"],["14272.315","17875.644"],["14272.446","17901.193"],["14294.798","17943.307"],["14275.193","17958.451"],["14260.703","17899.459"],["14285.670","17904.991"],["14254.864","17890.260"],["14309.683","17926.626"],["14285.769","17908.410"],["14401.367","17956.428"],["14357.502","17956.362"],["14397.535","17897.088"],["14342.255","17960.408"],["14419.065","17929.161"],["14376.433","17918.509"],["14395.380","17924.322"],["14381.318","17965.858"],["14357.288","17951.325"],["14330.890","17960.953"],["14414.607","17922.902"],["14415.545","17938.756"],["14415.347","17956.841"],["14379.114","17939.946"],["14362.897","17979.483"],["14417.124","17899.995"],["14362.255","17920.590"],["14353.555","17986.007"],["14328.242","17957.947"],["14338.242","17932.249"],["14330.742","17984.454"],["14361.910","17956.180"],["14436.927","17939.985"],["14438.933","18001.191"],["14432.864","17996.616"],["14421.417","18018.235"],["14443.358","18014.866"],["14424.131","17973.693"],["14446.120","18033.877"],["14457.173","18037.262"],["14362.555","18004.139"],["14319.891","18005.163"],["14322.785","18026.451"],["14315.614","18038.557"],["14319.693","18002.025"],["14450.165","18043.708"],["14457.245","17867.370"],["14445.945","17887.485"],["14454.794","17935.016"],["14448.725","17883.736"],["14444.547","17885.801"],["14340.956","17842.507"],["14363.390","17875.802"],["14348.390","17846.950"],["14295.693","17859.601"],["14381.400","17872.532"],["14389.969","17873.127"],["14335.939","17875.752"],["14335.906","17867.710"],["14330.874","17834.877"],["14344.311","17877.833"],["14361.334","17845.117"],["14352.897","17836.397"],["14328.818","17900.790"],["14311.459","17945.041"],["14292.890","17971.994"],["14267.890","17883.753"],["14299.354","17898.138"],["14301.163","17896.882"],["14256.443","17921.226"],["14313.894","17956.602"],["14284.683","17956.684"],["14308.877","17908.724"],["14303.466","17932.886"],["14315.785","17984.909"],["14252.265","17948.790"],["14293.713","17901.044"],["14406.877","17969.937"],["14337.502","17962.885"],["14401.959","17877.402"],["14393.851","17924.041"],["14378.472","17924.636"],["14329.229","17981.382"],["14344.032","17891.308"],["14352.930","17971.704"],["14382.173","17922.192"],["14386.351","17982.819"],["14346.680","17902.225"],["14432.321","17891.077"],["14395.956","17913.422"],["14360.002","17919.665"],["14334.213","17903.513"],["14387.880","17887.972"],["14372.042","17904.933"],["14419.328","17976.808"],["14380.249","17969.012"],["14401.022","17962.241"],["14345.660","17947.146"],["14436.861","17897.221"],["14356.055","17975.602"],["14367.173","17938.657"],["14437.766","17950.060"],["14429.822","17994.436"],["14444.558","18018.301"],["14416.302","17992.570"],["14443.358","17944.510"],["14431.137","17972.999"],["14419.838","18033.398"],["14375.219","18036.625"],["14382.571","18011.885"],["14374.825","18025.642"],["14345.121","18028.119"],["14403.904","18035.931"],["14353.706","18009.705"],["14404.627","18023.099"],["14289.782","17971.829"],["14284.331","18017.369"],["14449.531","17890.788"],["14447.886","17869.203"],["14254.946","17905.322"],["14280.686","17875.330"],["14295.275","17909.186"],["14262.611","17908.509"],["14302.551","17885.860"],["14317.239","17895.356"],["14371.022","17845.513"],["14314.229","17895.554"],["14307.732","17862.986"],["14320.808","17913.110"],["14402.617","17835.835"],["14338.341","17868.172"],["14348.982","17863.366"],["14389.426","17852.928"],["14305.890","17833.787"],["14292.973","17888.394"],["14281.459","17973.067"],["14291.180","17966.643"],["14312.545","17944.843"],["14339.196","17931.903"],["14412.749","17942.406"],["14397.847","17932.035"],["14372.551","17911.638"],["14361.400","17911.754"],["14394.903","17936.031"],["14386.466","17915.470"],["14436.680","17899.434"],["14411.795","17896.923"],["14361.926","17920.276"],["14371.466","17921.812"],["14371.104","17970.581"],["14393.588","17909.359"],["14359.706","17984.983"],["14405.792","17913.752"],["14370.397","17886.469"],["14387.667","17914.380"],["14391.186","17916.626"],["14426.154","18023.371"],["14438.851","18024.230"],["14454.674","17987.335"],["14459.230","17995.543"],["14429.131","17973.974"],["14451.285","17990.902"],["14431.631","17940.910"],["14436.663","18037.972"],["14319.315","17999.680"],["14387.078","18005.312"],["14352.736","18005.774"],["14323.871","18036.922"],["14330.828","18000.555"],["14379.544","17833.504"],["14403.639","17844.041"],["14280.926","18024.239"],["8091.828","12972.684"],["8087.288","12974.319"],["8071.007","13032.760"],["4777.533","14023.425"],["4651.659","14009.603"],["4568.139","13948.034"],["4643.879","14023.971"],["4649.685","14009.322"],["4649.767","14022.237"],["7163.639","12697.189"],["7164.505","12657.330"],["7109.667","12718.987"],["7138.907","12745.507"],["7130.550","12738.664"],["7120.369","12744.065"],["7110.879","12750.819"],["5007.994","19541.808"],["5075.691","19546.688"],["5076.958","19552.749"],["5085.494","19531.312"],["5157.104","19673.068"],["5179.072","19528.432"],["5149.680","19541.462"],["5181.109","19534.263"],["5186.005","19544.804"],["5187.253","19694.038"],["5171.726","19672.717"],["5166.480","19678.282"],["5010.510","19547.840"],["4992.615","19540.061"],["5018.595","19579.600"],["5005.454","19595.603"],["5011.227","19562.110"],["5010.339","19597.519"],["5044.911","19555.290"],["4998.941","19582.061"],["5010.092","19586.338"],["5054.122","19609.708"],["5055.602","19569.444"],["5020.602","19589.097"],["5051.227","19589.741"],["5047.247","19612.499"],["5042.231","19561.401"],["5037.971","19589.526"],["5065.675","19562.368"],["5120.543","19571.996"],["5064.079","19545.539"],["5082.632","19576.521"],["5083.043","19574.953"],["5063.290","19545.754"],["5080.850","19632.908"],["5138.317","19632.594"],["5099.534","19619.316"],["5074.189","19607.805"],["5112.396","19621.991"],["5131.376","19629.456"],["5096.311","19589.373"],["5117.215","19632.214"],["5112.988","19622.652"],["5060.355","19618.256"],["5007.180","19618.322"],["5061.440","19679.940"],["5013.306","19662.149"],["5067.829","19627.120"],["5008.174","19665.204"],["5005.806","19643.999"],["5063.980","19668.904"],["5009.847","19712.577"],["4990.818","19678.209"],["5145.868","19576.002"],["5170.473","19602.096"],["5124.832","19593.475"],["5138.944","19569.347"],["5130.062","19584.392"],["5168.710","19563.729"],["5187.789","19561.054"],["5181.145","19583.416"],["5182.660","19585.589"],["5196.673","19616.208"],["5197.578","19644.003"],["5147.461","19627.964"],["5191.902","19673.497"],["5192.494","19662.581"],["5164.862","19631.086"],["5192.033","19653.712"],["5088.222","19653.162"],["5080.820","19671.576"],["5160.252","19700.545"],["5017.711","19710.117"],["5026.609","19730.992"],["5061.478","19697.499"],["5012.448","19692.264"],["5069.828","19717.613"],["5062.278","19704.037"],["5064.318","19732.196"],["5067.821","19712.245"],["5002.064","19528.066"],["5161.869","19524.668"],["5116.251","19528.290"],["5071.726","19547.628"],["5125.823","19635.053"],["5171.203","19673.935"],["5178.699","19685.768"],["5170.492","19697.197"],["5151.424","19541.181"],["5164.039","19549.439"],["5187.443","19537.432"],["5165.782","19524.344"],["5192.753","19531.274"],["5186.301","19536.910"],["5160.857","19526.373"],["5196.447","19677.126"],["5190.263","19686.689"],["5180.690","19683.088"],["4996.727","19542.340"],["5044.664","19551.772"],["4994.286","19593.176"],["5012.477","19584.703"],["4994.155","19596.347"],["4993.875","19606.602"],["5030.289","19609.906"],["5002.066","19586.867"],["5026.326","19590.088"],["5055.224","19562.887"],["5033.053","19585.744"],["5058.859","19591.326"],["5039.780","19600.129"],["5064.227","19582.170"],["5077.928","19578.768"],["5067.237","19593.796"],["5098.619","19544.664"],["5100.719","19621.066"],["5070.554","19613.469"],["5104.501","19605.889"],["5129.107","19630.959"],["5075.209","19612.132"],["5111.228","19626.913"],["5102.462","19570.265"],["5105.340","19616.574"],["5088.498","19609.076"],["5015.519","19664.796"],["5007.147","19668.627"],["5001.687","19651.237"],["5014.713","19676.901"],["5006.151","19616.303"],["5009.359","19667.071"],["5027.664","19616.336"],["5065.559","19652.934"],["5020.164","19660.085"],["5027.829","19623.272"],["5067.944","19645.039"],["5011.546","19663.834"],["4988.351","19669.654"],["4995.933","19658.506"],["4990.884","19674.707"],["5146.296","19610.271"],["5138.039","19619.685"],["5130.194","19556.184"],["5141.592","19608.653"],["5153.500","19554.004"],["5124.503","19600.610"],["5136.641","19587.745"],["5162.612","19583.996"],["5160.375","19575.408"],["5190.947","19571.558"],["5181.342","19556.231"],["5183.233","19565.629"],["5167.576","19583.581"],["5197.905","19547.544"],["5184.420","19597.183"],["5188.532","19578.586"],["5195.949","19623.343"],["5185.537","19668.130"],["5146.030","19622.267"],["5163.875","19608.724"],["5189.155","19660.764"],["5151.507","19612.308"],["5195.487","19629.715"],["5138.300","19618.980"],["5197.872","19607.221"],["5166.573","19628.526"],["5145.306","19632.886"],["5076.692","19668.669"],["5085.623","19669.049"],["5074.406","19679.190"],["5138.896","19639.685"],["5080.228","19638.166"],["5079.883","19682.939"],["5096.100","19663.715"],["5107.547","19641.997"],["5157.127","19691.726"],["5152.505","19687.663"],["5156.633","19676.235"],["5158.673","19702.758"],["5011.478","19681.331"],["5062.958","19683.329"],["5067.492","19723.195"],["5060.469","19715.895"],["5195.602","19528.293"],["5008.924","19573.407"],["5107.446","19608.680"],["5170.556","19590.949"],["5172.362","19588.552"],["5147.395","19654.075"],["5103.172","19646.176"],["5174.574","19712.069"],["5189.243","19698.464"],["5177.287","19724.071"],["5189.407","19712.469"],["26476.644","17315.273"],["26512.962","17251.229"],["26617.422","17220.474"],["26624.819","17257.157"],["26580.045","17216.751"],["26548.997","17287.777"],["26555.385","17331.115"],["26640.248","17267.568"],["26467.531","17274.872"],["26472.762","17312.713"],["26535.412","17255.639"],["26539.557","17246.258"],["26633.820","17200.986"],["26620.481","17234.628"],["26616.102","17265.893"],["26599.276","17251.789"],["26577.118","17217.412"],["26579.848","17246.115"],["26552.705","17290.812"],["26560.402","17332.882"],["26537.639","17315.673"],["26667.359","17279.502"],["26647.830","17263.406"],["26634.162","17278.964"],["6290.945","12106.335"],["6265.070","12059.809"],["6255.608","12063.618"],["6349.563","12042.994"],["6351.290","12022.694"],["6387.868","12039.278"],["6407.809","12046.716"],["6375.782","12021.268"],["6415.254","12011.286"],["6441.632","12006.856"],["6378.780","12069.894"],["6292.327","12100.902"],["6277.225","12064.532"],["6345.599","12052.821"],["6343.708","12027.615"],["6365.583","12046.275"],["6387.243","12040.930"],["6409.355","12041.233"],["6379.680","12019.881"],["6414.037","12012.657"],["6456.715","12004.626"],["6383.254","12070.340"],["6301.143","12100.885"],["6272.060","12073.533"],["6252.302","12067.863"],["6342.918","12050.790"],["6345.287","12021.604"],["6378.856","12050.966"],["6386.190","12036.487"],["6400.655","12046.386"],["6383.051","12025.116"],["6423.001","12017.331"],["6443.113","12004.263"],["6391.741","12078.432"],["6298.429","12097.202"],["6277.422","12069.454"],["6353.527","12050.377"],["6352.836","12020.927"],["6368.264","12056.449"],["6390.993","12041.508"],["6402.809","12047.426"],["6375.749","12018.890"],["6413.495","12013.945"],["6456.221","12005.188"],["6386.741","12073.478"],["6423.498","12034.524"],["6346.092","12014.697"],["6447.074","12004.144"],["6368.212","12031.638"],["6413.596","12040.222"],["6357.490","12011.014"],["6429.678","11993.399"],["6459.442","12019.090"],["6385.268","12011.556"],["6666.886","18210.575"],["6661.443","18209.213"],["6666.607","18161.552"],["20204.183","13786.627"],["20224.743","13753.332"],["20228.476","13748.510"],["3892.896","15478.508"],["3897.435","15497.253"],["3873.389","15493.372"],["3875.577","15494.280"],["3900.165","15501.448"],["3851.169","15481.646"],["3782.279","15476.924"],["3814.664","15505.413"],["3817.378","15490.169"],["3821.309","15460.095"],["3810.980","15473.142"],["3773.019","15446.916"],["3857.322","15496.460"],["3841.730","15502.835"],["3790.099","15479.462"],["3799.655","15481.989"],["3816.694","15499.033"],["3782.204","15460.817"],["3780.970","15496.407"],["3780.757","15506.101"],["3795.128","15462.661"],["3797.924","15425.155"],["3766.394","15428.508"],["3804.174","15457.178"],["3785.112","15427.781"],["3762.184","15464.148"],["3731.240","15366.979"],["3736.634","15361.381"],["3781.306","15397.698"],["3756.569","15379.845"],["3751.190","15355.270"],["3736.147","15443.373"],["3744.552","15483.720"],["3861.021","15445.131"],["3881.843","15445.428"],["3909.425","15472.282"],["3911.185","15469.359"],["3858.669","15498.822"],["3912.534","15450.267"],["3823.480","15501.878"],["3824.647","15476.148"],["3784.072","15453.654"],["3823.003","15446.536"],["3829.976","15473.241"],["3762.904","15486.536"],["3822.961","15492.774"],["3804.441","15495.218"],["3761.908","15487.142"],["3783.454","15501.758"],["3769.112","15484.681"],["3768.171","15413.941"],["3781.164","15469.135"],["3744.832","15448.904"],["3754.421","15464.015"],["3797.135","15451.596"],["3787.612","15428.904"],["3750.697","15362.157"],["3766.190","15385.691"],["3751.404","15396.393"],["3766.470","15409.044"],["3743.838","15409.341"],["3772.660","15491.763"],["3769.831","15461.358"],["12039.066","15617.276"],["11972.378","15642.875"],["11995.067","15621.331"],["11986.363","15631.755"],["12042.592","15641.441"],["12026.850","15684.834"],["12013.706","15658.618"],["12005.480","15714.633"],["12012.474","15699.417"],["12057.361","15621.046"],["12067.379","15595.337"],["12022.318","15590.427"],["12033.741","15570.848"],["12033.637","15528.150"],["12043.277","15549.958"],["12058.648","15534.975"],["12073.115","15510.270"],["12082.426","15538.802"],["12062.332","15528.116"],["12022.488","15699.424"],["12066.324","15692.476"],["12055.823","15714.884"],["12036.764","15630.009"],["12034.658","15616.913"],["11970.930","15627.896"],["12007.748","15615.402"],["12037.839","15642.002"],["12023.494","15675.982"],["11995.269","15653.416"],["11999.989","15709.543"],["12052.493","15618.932"],["12073.925","15594.049"],["12034.522","15600.138"],["12026.718","15575.654"],["12027.781","15537.382"],["12062.536","15554.120"],["12077.819","15512.351"],["12073.319","15526.382"],["12036.189","15700.151"],["12067.229","15692.856"],["12050.100","15709.467"],["12054.231","15619.439"],["12040.996","15704.623"],["12020.409","15717.174"],["12045.744","15714.832"],["12051.137","15714.027"],["11999.485","15696.029"],["12015.948","15695.401"],["12017.433","15682.895"],["12046.962","15683.108"],["12019.093","15652.045"],["12022.649","15655.306"],["12018.862","15662.596"],["12004.764","15665.069"],["12012.603","15654.054"],["11978.757","15629.940"],["12007.790","15638.580"],["12058.427","15667.009"],["12031.969","15659.893"],["12040.116","15668.201"],["11991.649","15681.590"],["12063.056","15676.489"],["12044.152","15705.086"],["12064.821","15710.770"],["12014.491","15659.065"],["12025.769","15662.680"],["12036.729","15666.074"],["12023.751","15686.816"],["12049.831","15676.623"],["12055.294","15675.839"],["12001.601","15643.909"],["11986.363","15645.780"],["11984.163","15664.058"],["12015.004","15704.749"],["12134.807","15519.194"],["12065.279","15697.801"],["12091.058","15681.868"],["12070.304","15655.756"],["11993.517","15707.248"],["11981.964","15677.341"],["12106.893","15712.071"],["12108.230","15704.797"],["12121.806","15685.083"],["12126.073","15710.020"],["12128.847","15521.354"],["11939.628","15535.826"],["11985.783","15517.057"],["11970.240","15638.499"],["11997.649","15617.731"],["11986.676","15644.059"],["12037.510","15654.867"],["12028.469","15664.130"],["12028.577","15684.982"],["12005.236","15670.179"],["12008.344","15693.193"],["12043.693","15600.715"],["12070.948","15606.204"],["12010.065","15594.094"],["12027.047","15562.508"],["12027.715","15547.919"],["12060.300","15551.296"],["12047.299","15529.459"],["12079.266","15519.106"],["12082.705","15528.562"],["12072.167","15531.386"],["12024.248","15710.803"],["12078.873","15692.278"],["12082.289","15542.493"],["12140.607","15523.917"],["11987.723","15638.003"],["12011.399","15615.353"],["12041.079","15662.250"],["12015.090","15674.528"],["12013.706","15659.774"],["12002.750","15706.029"],["12051.539","15598.535"],["12060.009","15598.836"],["12085.865","15587.327"],["12016.348","15590.097"],["12040.699","15561.864"],["12059.761","15518.703"],["12073.773","15522.310"],["12085.320","15541.196"],["12069.174","15535.697"],["12019.314","15707.962"],["12066.324","15698.455"],["12090.539","15717.704"],["24753.105","8308.673"],["24758.166","8118.751"],["24587.241","8293.321"],["24611.330","8180.656"],["24707.004","8124.200"],["24633.705","8312.908"],["24568.464","8200.613"],["24631.429","8199.929"],["24657.711","8145.191"],["24608.850","8277.093"],["24737.689","8206.529"],["24585.902","8250.535"],["24613.731","8183.018"],["24724.959","8142.087"],["24626.205","8278.754"],["24630.212","8164.157"],["24624.944","8226.773"],["24758.051","8154.407"],["24589.889","8279.365"],["24618.682","8180.061"],["24656.062","8142.764"],["24580.228","8213.949"],["24758.380","8198.486"],["24673.599","8162.449"],["5079.600","11190.778"],["5072.034","11210.695"],["5054.849","11149.892"],["5170.868","11127.439"],["5180.917","11160.750"],["5107.940","11150.527"],["5106.475","11180.803"],["5145.208","11210.547"],["5067.083","11149.869"],["5140.785","11133.863"],["5172.183","11096.093"],["5055.504","11192.231"],["5078.991","11119.118"],["5072.149","11187.656"],["5152.595","11102.501"],["5136.542","11149.090"],["5064.106","11129.242"],["5064.304","11146.170"],["5178.829","11157.954"],["5119.174","11140.651"],["5081.590","11210.299"],["5102.675","11199.151"],["5158.566","11169.465"],["5104.486","11154.359"],["17612.979","12078.527"],["17613.884","12109.047"],["17606.894","12077.767"],["5285.480","19965.703"],["5274.180","19947.173"],["5284.295","19980.468"],["5275.134","19973.201"],["5274.197","19966.446"],["5292.700","19952.243"],["5290.134","19963.374"],["5287.667","19948.032"],["31331.390","14138.970"],["31365.839","14185.236"],["31510.757","14229.390"],["31410.051","14235.795"],["31453.820","14078.899"],["31391.289","14129.805"],["31419.521","14038.504"],["31310.654","14234.248"],["31425.810","14072.243"],["31453.573","14082.912"],["31393.092","14209.315"],["31461.435","14227.379"],["31387.366","14077.814"],["31451.166","14045.820"],["31419.620","14037.166"],["31353.215","14180.324"],["31492.420","14202.801"],["31335.058","14181.943"],["4062.721","18318.317"],["4049.218","18351.447"],["4057.918","18339.374"],["4122.649","18423.971"],["4112.715","18417.250"],["4144.730","18390.169"],["4110.059","18396.114"],["4109.401","18400.342"],["4105.026","18373.125"],["4139.022","18376.312"],["4101.835","18366.998"],["4145.009","18369.442"],["4105.733","18397.749"],["4096.363","18316.995"],["4131.873","18326.211"],["4133.024","18340.909"],["4145.508","18327.367"],["4084.677","18272.982"],["4127.506","18283.717"],["4142.341","18285.980"],["4112.012","18296.715"],["4084.068","18266.937"],["4139.282","18293.230"],["4117.950","18280.975"],["3986.602","18349.719"],["3972.490","18332.526"],["4018.296","18341.577"],["3988.690","18327.704"],["3982.654","18348.497"],["3963.213","18322.237"],["4057.649","18361.086"],["4083.767","18376.478"],["4099.540","18414.116"],["4091.843","18363.827"],["4098.471","18401.581"],["4077.057","18384.620"],["4072.139","18400.409"],["3990.253","18266.840"],["4006.914","18306.774"],["4016.865","18283.817"],["4007.605","18299.160"],["4004.233","18326.658"],["4007.786","18287.715"],["3968.263","18297.046"],["4033.674","18283.867"],["3999.677","18283.801"],["3940.107","18300.501"],["3946.950","18259.047"],["3953.528","18259.361"],["3953.380","18303.622"],["4062.984","18348.755"],["4047.211","18338.961"],["4056.981","18343.916"],["4113.571","18415.077"],["4118.295","18417.281"],["4137.196","18413.203"],["4138.496","18379.252"],["4095.848","18372.398"],["4103.216","18375.998"],["4110.897","18372.728"],["4102.559","18374.116"],["4118.496","18400.441"],["4102.049","18375.057"],["4124.138","18378.096"],["4142.449","18325.418"],["4130.705","18350.967"],["4100.689","18341.735"],["4122.301","18334.452"],["4094.192","18332.767"],["4090.426","18312.586"],["4126.264","18329.976"],["4131.223","18297.871"],["4130.762","18273.808"],["4128.558","18286.673"],["4123.065","18287.466"],["4142.999","18305.170"],["4119.364","18298.680"],["4092.358","18282.495"],["4104.940","18295.162"],["4130.598","18302.396"],["3997.539","18358.951"],["3970.500","18331.337"],["4015.549","18337.778"],["3990.532","18342.435"],["3997.687","18363.360"],["3991.750","18337.762"],["4013.148","18331.403"],["4019.924","18335.796"],["3986.273","18361.428"],["3996.223","18357.266"],["4080.988","18361.978"],["4083.899","18419.154"],["4072.764","18359.765"],["4078.965","18407.626"],["4067.698","18385.859"],["4077.172","18389.079"],["4033.246","18327.319"],["4003.789","18290.770"],["3972.473","18299.094"],["4034.052","18280.960"],["4007.967","18268.144"],["3990.829","18279.210"],["3965.779","18290.077"],["3984.562","18262.248"],["3968.871","18261.769"],["4023.740","18275.147"],["4022.210","18268.276"],["3955.436","18298.436"],["3942.492","18284.134"],["3942.008","18255.589"],["4125.914","18382.720"],["4114.636","18324.592"],["4101.848","18264.774"],["3997.325","18331.651"],["3975.500","18274.305"],["4749.986","14744.227"],["4757.769","14744.452"],["4700.133","14662.026"],["4717.156","14662.852"],["4775.769","14792.221"],["4770.391","14785.119"],["4775.358","14792.452"],["4768.672","14741.148"],["4707.807","14831.504"],["4766.656","14820.671"],["4730.093","14821.381"],["4752.478","14821.100"],["4741.869","14832.330"],["4727.527","14833.618"],["4649.245","14666.536"],["4697.551","14667.886"],["4704.097","14684.781"],["4707.269","14728.053"],["4675.788","14734.081"],["4709.719","14698.441"],["4684.508","14843.872"],["4646.230","14866.375"],["4677.875","14839.802"],["4672.544","14862.225"],["4607.520","14866.922"],["4592.947","14867.913"],["4608.877","14869.184"],["4669.492","14858.593"],["4652.617","14865.133"],["4616.565","14814.185"],["4643.966","14812.219"],["4642.766","14805.052"],["4666.006","14858.809"],["4637.453","14812.170"],["4640.891","14865.151"],["4633.687","14850.056"],["4659.460","14853.507"],["4612.256","14860.510"],["4657.541","14773.743"],["4718.018","14823.784"],["4659.762","14820.613"],["4642.245","14717.545"],["4637.376","14699.014"],["4666.422","14713.036"],["4683.939","14698.734"],["4647.541","14693.019"],["4684.218","14669.056"],["4679.317","14712.573"],["4686.866","14724.068"],["4643.050","14688.544"],["4669.433","14740.847"],["4710.946","14713.680"],["4711.728","14672.167"],["4733.521","14667.460"],["4765.514","14740.422"],["4776.884","14854.183"],["4747.792","14859.781"],["4758.269","14866.965"],["4720.222","14845.731"],["4702.146","14840.149"],["4699.087","14859.851"],["4715.850","14834.411"],["4720.274","14828.036"],["4725.274","14839.614"],["4750.077","14839.349"],["4754.978","14819.630"],["4644.295","14671.701"],["4703.588","14667.473"],["4704.440","14705.179"],["4704.064","14857.183"],["4622.577","14872.200"],["4596.023","14865.039"],["4755.933","14806.691"],["4653.203","14796.402"],["4668.324","14855.472"],["4671.778","14862.557"],["4642.190","14836.265"],["4639.772","14844.573"],["4649.164","14798.825"],["4619.986","14841.270"],["4638.917","14837.339"],["4659.246","14816.662"],["4667.289","14803.450"],["4635.644","14836.117"],["4611.631","14856.943"],["4637.881","14866.241"],["4658.670","14817.339"],["4660.255","14784.577"],["4663.956","14797.244"],["4687.064","14671.170"],["4667.047","14701.690"],["4666.291","14706.298"],["4637.097","14716.554"],["4638.988","14693.284"],["4656.554","14724.266"],["4664.662","14713.234"],["4687.606","14693.234"],["4692.656","14668.197"],["4676.159","14725.191"],["4653.248","14669.006"],["4686.703","14723.539"],["4659.647","14714.637"],["4714.327","14673.983"],["4701.077","14864.740"],["4705.041","14851.082"],["4715.324","14820.869"],["4730.521","14813.107"],["4741.935","14830.035"],["4734.912","14834.296"],["4770.934","14765.416"],["4775.079","14851.573"],["4720.518","14845.153"],["4715.172","14850.438"],["4649.427","14798.858"],["4636.932","14682.962"],["21968.005","6318.911"],["22034.140","6299.175"],["21836.727","6305.039"],["21910.817","6391.661"],["21854.211","6360.662"],["21867.862","6295.823"],["21931.031","6367.383"],["18373.323","14647.741"],["18335.476","14550.682"],["18263.601","14654.761"],["18390.143","14610.075"],["18285.512","14620.053"],["18364.244","14628.814"],["18336.118","14593.968"],["18340.245","14592.851"],["18324.348","14455.330"],["18344.911","14552.532"],["18359.784","14570.621"],["10274.442","14655.785"],["10260.939","14650.120"],["10279.524","14655.454"],["10260.413","14644.967"],["10261.317","14643.234"],["10268.357","14645.099"],["10299.080","14656.858"],["10278.077","14645.545"],["28105.135","8950.878"],["28111.316","8940.645"],["27977.440","8902.057"],["28112.217","8950.093"],["28082.404","8953.124"],["5648.378","16357.243"],["5683.852","16360.178"],["5689.937","16360.674"],["5703.719","16360.845"],["5692.176","16416.476"],["5673.549","16414.176"],["5672.315","16414.952"],["5680.595","16403.805"],["5692.819","16400.906"],["5688.724","16405.844"],["5674.174","16364.299"],["5658.457","16362.930"],["5664.871","16371.716"],["5694.619","16390.262"],["5664.487","16398.464"],["5665.582","16397.483"],["5663.872","16389.473"],["5635.636","16380.162"],["5624.028","16385.188"],["5622.115","16362.511"],["5622.921","16356.962"],["5643.090","16372.611"],["5624.422","16366.451"],["5650.293","16371.208"],["5671.749","16382.448"],["5699.198","16388.016"],["5683.967","16383.540"],["5685.398","16370.725"],["5656.115","16401.096"],["5660.918","16404.151"],["5646.181","16394.671"],["5642.838","16410.774"],["5634.764","16399.516"],["5657.380","16412.657"],["5648.202","16427.934"],["5654.977","16433.562"],["5663.941","16421.060"],["5676.665","16424.781"],["5685.267","16446.464"],["5679.705","16438.235"],["5688.751","16438.615"],["5669.791","16458.373"],["5656.814","16440.553"],["5658.366","16468.231"],["5649.402","16455.102"],["5625.740","16427.538"],["5620.963","16413.242"],["5651.035","16456.095"],["5622.069","16533.980"],["5653.618","16462.155"],["5635.822","16471.139"],["5633.597","16459.784"],["5633.153","16466.836"],["5627.376","16457.883"],["5630.550","16449.410"],["5628.728","16496.951"],["5625.554","16487.339"],["5685.645","16360.542"],["5683.457","16354.679"],["5668.060","16404.587"],["5674.996","16407.785"],["5682.183","16407.058"],["5697.112","16405.976"],["5696.675","16392.079"],["5657.984","16391.521"],["5644.057","16380.360"],["5625.849","16359.126"],["5622.855","16357.160"],["5632.645","16360.175"],["5649.817","16365.312"],["5672.259","16367.320"],["5679.322","16384.931"],["5701.108","16364.761"],["5696.435","16375.861"],["5680.201","16382.550"],["5653.763","16396.505"],["5638.249","16415.299"],["5634.616","16411.688"],["5639.617","16426.943"],["5649.220","16433.463"],["5649.401","16427.980"],["5669.921","16440.932"],["5669.527","16443.591"],["5683.800","16433.198"],["5696.876","16423.503"],["5676.455","16452.991"],["5673.212","16459.182"],["5652.291","16450.991"],["5628.732","16536.858"],["5631.727","16470.727"],["5639.765","16458.397"],["5635.094","16444.128"],["5622.557","16446.619"],["5632.623","16441.863"],["5627.084","16488.033"],["5629.949","16466.277"],["5622.005","16479.721"],["5634.971","16489.143"],["25111.852","16734.164"],["25131.492","16684.336"],["25089.715","16611.846"],["25014.198","16684.077"],["25038.037","16691.801"],["25131.935","16736.807"],["25165.571","16691.867"],["25063.449","16601.970"],["25002.455","16653.491"],["25023.579","16706.252"],["25007.050","16721.996"],["25166.640","16715.632"],["25054.913","16638.436"],["25022.701","16645.151"],["25023.168","16699.200"],["24994.319","16763.813"],["25180.562","16763.495"],["25158.942","16767.287"],["25158.942","16768.509"],["25072.823","16735.766"],["25104.107","16677.086"],["25154.913","16683.758"],["25076.673","16637.527"],["25075.288","16653.928"],["25006.238","16656.035"],["25003.491","16651.262"],["25036.624","16693.410"],["25003.991","16698.588"],["25000.520","16732.929"],["25025.750","16726.719"],["24992.132","16763.053"],["25146.212","16697.647"],["25081.689","16625.471"],["25006.731","16659.123"],["25012.083","16707.787"],["25121.426","16737.432"],["25097.034","16647.717"],["25014.823","16623.665"],["25029.287","16707.309"],["20184.926","10475.073"],["20200.530","10576.859"],["20241.442","10600.416"],["20289.277","10607.087"],["20171.643","10594.678"],["20265.826","10582.127"],["20351.120","10567.506"],["20245.410","10536.098"],["20273.514","10603.191"],["20329.459","10595.103"],["20248.808","10459.020"],["20231.832","10486.428"],["20174.785","10585.231"],["20218.951","10551.706"],["20283.389","10639.407"],["20349.377","10529.125"],["20191.571","10473.107"],["20267.717","10577.850"],["20262.065","10472.744"],["20279.294","10607.269"],["20185.617","10511.720"],["20255.446","10538.629"],["20172.137","10598.443"],["20214.658","10586.207"],["24818.796","16359.635"],["24898.573","16481.860"],["24868.303","16360.147"],["24934.700","16356.475"],["24780.938","16459.680"],["24908.178","16502.983"],["24900.226","16352.643"],["24812.155","16447.376"],["24904.396","16490.151"],["24976.055","16454.665"],["24823.138","16360.923"],["24849.043","16359.156"],["24807.138","16447.938"],["24786.875","16448.879"],["24932.948","16472.925"],["24940.267","16493.057"],["24980.347","16495.937"],["24895.424","16356.475"],["24796.266","16496.757"],["24932.241","16464.684"],["24921.608","16393.122"],["24810.724","16470.646"],["24943.869","16490.762"],["24967.157","16506.226"],["13438.439","17018.288"],["13487.970","17019.850"],["13517.394","17026.506"],["13437.320","17141.525"],["13441.054","17026.001"],["13501.983","17033.228"],["13466.835","17042.047"],["13508.609","17032.627"],["13412.813","17165.786"],["13441.284","17014.374"],["13484.845","17023.880"],["13497.655","17017.251"],["13410.313","17165.753"],["13461.334","17009.221"],["13440.495","17038.751"],["13493.743","17014.714"],["13500.108","17031.378"],["13525.023","17012.412"],["13422.599","17161.921"],["13431.594","17055.408"],["13419.456","17044.624"],["13531.798","17026.145"],["13464.656","16986.876"],["13523.275","17055.767"],["13507.436","17055.338"],["13526.300","17136.484"],["13527.863","17142.181"],["13505.244","17152.292"],["13505.918","17153.217"],["13499.859","17140.021"],["13499.365","17143.027"],["13492.226","17150.008"],["13471.980","17156.102"],["13467.466","17157.082"],["13474.966","17166.595"],["13471.380","17142.896"],["13473.123","17139.346"],["13459.917","17157.586"],["13509.730","17021.337"],["13509.168","16986.979"],["13420.543","17001.922"],["13421.873","17038.975"],["13419.933","17032.105"],["13507.206","17074.627"],["13506.910","17062.769"],["13526.679","17146.211"],["13497.892","17151.351"],["13520.786","17152.176"],["13492.737","17143.357"],["13496.027","17131.136"],["13495.220","17146.936"],["13490.861","17153.080"],["13469.390","17129.271"],["13479.456","17155.035"],["13463.437","17167.330"],["13461.809","17174.002"],["13520.914","17033.294"],["13506.882","16996.591"],["13427.484","17152.342"],["13516.539","17021.072"],["13508.411","17017.928"],["13419.639","17138.403"],["13424.130","16994.989"],["13426.202","16999.494"],["13515.832","17022.691"],["13441.958","17126.265"],["20233.899","14733.602"],["20159.642","14725.016"],["20195.108","14668.193"],["20184.215","14706.272"],["20156.243","14700.646"],["20179.417","14732.762"],["20182.760","14722.490"],["20186.522","14709.432"],["20146.780","14722.638"],["20154.803","14738.965"],["20154.352","14688.441"],["20215.749","14714.816"],["20162.329","14693.610"],["20173.146","14708.617"],["20683.872","7812.551"],["20679.744","7842.840"],["20657.177","7699.341"],["20762.298","7736.912"],["20726.108","7691.199"],["20673.740","7713.395"],["20718.773","7694.849"],["20715.681","7726.211"],["20664.282","7707.978"],["20696.520","7855.540"],["20731.442","7796.829"],["20655.615","7749.729"],["20709.546","7712.140"],["28065.590","9170.856"],["27956.870","9166.913"],["27966.623","9174.758"],["27966.179","9176.558"],["28103.485","9167.321"],["27974.173","9168.036"],["27947.398","9261.329"],["28099.505","9167.999"],["27966.903","9169.093"],["27958.202","9197.400"],["27958.105","9250.875"],["27947.612","9274.046"],["27970.869","9245.937"],["23660.712","8415.135"],["23542.377","8393.898"],["23596.230","8495.951"],["23612.459","8474.394"],["23521.294","8463.909"],["23723.325","8513.944"],["23669.273","8463.828"],["23655.840","8526.762"],["23698.245","8427.968"],["23616.529","8484.152"],["23672.929","8522.765"],["23562.623","8421.115"],["23581.325","8478.930"],["23547.344","8477.598"],["23531.344","8524.272"],["23714.206","8488.931"],["23718.502","8511.881"],["23565.322","8504.677"],["23550.781","8475.368"],["23721.140","8405.936"],["23699.767","8521.335"],["23564.169","8414.674"],["5165.363","19146.872"],["5191.329","19187.058"],["5157.349","19192.954"],["5187.431","19207.504"],["5093.091","19252.508"],["5107.532","19248.924"],["5149.399","19278.747"],["5162.228","19300.102"],["5168.840","19296.171"],["5195.811","19120.610"],["5192.751","19141.633"],["5153.743","19126.935"],["5145.124","19107.315"],["5154.943","19119.817"],["5070.521","19114.311"],["5089.492","19241.391"],["5095.972","19251.746"],["5083.456","19246.065"],["5044.772","19229.732"],["5032.840","19284.355"],["5046.113","19263.711"],["5028.843","19277.006"],["5045.570","19275.668"],["5071.096","19264.801"],["5018.596","19284.851"],["5042.103","19307.374"],["5094.710","19230.922"],["5126.256","19231.715"],["5077.276","19212.937"],["5083.164","19210.591"],["5128.016","19202.697"],["5090.960","19234.803"],["5123.038","19299.849"],["5137.380","19310.568"],["5141.163","19302.872"],["5106.405","19311.440"],["5109.876","19303.100"],["5192.419","19171.761"],["5145.786","19195.844"],["5153.763","19191.732"],["5157.135","19183.524"],["5167.003","19213.780"],["5143.025","19229.090"],["5170.287","19286.344"],["5178.429","19268.855"],["5156.291","19284.511"],["5162.606","19274.866"],["5192.389","19137.422"],["5158.261","19134.532"],["5179.116","19143.880"],["5140.141","19112.121"],["5169.763","19113.591"],["5026.179","19115.484"],["5049.262","19217.114"],["5057.749","19212.836"],["5023.531","19279.665"],["5022.429","19281.201"],["5075.882","19255.817"],["5051.672","19278.806"],["5077.313","19265.825"],["5014.106","19282.952"],["4990.146","19311.718"],["5038.748","19303.955"],["5080.565","19210.889"],["5111.980","19237.594"],["5129.282","19230.905"],["5113.230","19196.421"],["5118.411","19198.453"],["5094.431","19203.605"],["5080.187","19219.196"],["5111.536","19199.972"],["5139.123","19295.803"],["5097.540","19304.240"],["5044.521","19287.539"],["5117.375","19222.086"],["26237.436","8738.736"],["26240.550","8584.902"],["26216.372","8594.894"],["26112.714","8573.556"],["26110.115","8623.796"],["26105.696","8719.389"],["26117.242","8738.365"],["26233.341","8729.124"],["26179.410","8697.382"],["26235.446","8611.036"],["26197.533","8541.087"],["26157.072","8604.820"],["26071.581","8709.456"],["26161.680","8673.220"],["26205.336","8543.003"],["26174.507","8550.039"],["26181.713","8703.261"],["26195.188","8548.915"],["26248.165","8575.736"],["26121.532","8565.430"],["26100.724","8562.062"],["26115.641","8572.087"],["26244.936","8729.174"],["26157.502","8685.408"],["26227.853","8631.392"],["26143.306","8563.862"],["26174.375","8593.837"],["26170.773","8543.730"],["26160.559","8547.512"],["26133.092","8544.374"],["26250.550","8627.858"],["26075.170","8734.617"],["26137.977","8600.592"],["26228.012","8727.407"],["10636.665","15900.897"],["10603.261","15895.418"],["10649.956","15861.966"],["10639.941","15809.911"],["10543.878","15925.005"],["10562.384","15890.925"],["10474.169","15887.898"],["10498.036","15895.570"],["10519.896","15846.834"],["10630.349","15891.830"],["10598.261","15895.005"],["10643.772","15854.600"],["10649.761","15814.750"],["10543.550","15922.808"],["10558.881","15888.779"],["10470.074","15896.205"],["10527.628","15854.297"],["10597.999","15905.652"],["10582.706","15922.854"],["10607.211","15927.533"],["10617.147","15920.583"],["10648.877","15916.498"],["10663.868","15916.909"],["10567.474","15923.540"],["10590.546","15906.039"],["10643.089","15923.355"],["10663.395","15913.076"],["10482.820","15872.300"],["10482.820","15872.300"],["10482.803","15872.317"],["10484.769","15896.555"],["10484.786","15896.539"],["10484.786","15896.555"],["10627.099","15837.329"],["10596.984","15802.666"],["10591.837","15808.202"],["10592.118","15800.972"],["10607.890","15797.622"],["10610.377","15756.531"],["10605.584","15755.787"],["10670.432","15778.076"],["10573.373","15722.895"],["10546.394","15756.769"],["10465.239","15765.679"],["10514.379","15766.761"],["10498.409","15770.411"],["10489.304","15760.278"],["10520.176","15776.364"],["10487.653","15843.082"],["10487.784","15871.713"],["10462.904","15724.246"],["10472.723","15741.356"],["10486.795","15739.340"],["10501.120","15753.510"],["10494.772","15751.182"],["10643.853","15893.630"],["10608.294","15890.744"],["10650.203","15851.231"],["10640.961","15811.595"],["10666.301","15797.766"],["10557.809","15928.523"],["10548.141","15883.477"],["10478.380","15891.003"],["10522.849","15833.170"],["10575.823","15857.848"],["10625.612","15858.295"],["10505.429","15757.376"],["10546.013","15751.507"],["10547.045","15745.922"],["10565.171","15787.437"],["10567.001","15793.985"],["10568.571","15798.987"],["10577.071","15722.610"],["10526.222","15791.286"],["10507.232","15779.848"],["10463.085","15729.564"],["10484.722","15732.189"],["10501.828","15754.617"],["10486.318","15757.953"],["10494.171","15719.498"],["10631.155","15904.233"],["10596.732","15893.271"],["10641.634","15851.280"],["10643.724","15817.375"],["10670.429","15786.107"],["10552.448","15919.918"],["10547.598","15888.498"],["10469.975","15880.912"],["10521.207","15842.677"],["10532.419","15908.381"],["5718.508","18208.765"],["5720.794","18191.193"],["5629.495","18198.773"],["5747.261","18242.125"],["5711.960","18235.048"],["5786.876","18189.086"],["5781.074","18214.903"],["5784.890","18197.231"],["5763.416","18200.779"],["5752.012","18242.854"],["5727.883","18241.913"],["5655.753","18221.719"],["5672.859","18226.112"],["5678.148","18247.166"],["5631.058","18214.788"],["5635.548","18197.826"],["5649.167","18216.769"],["5653.376","18187.085"],["5675.909","18191.957"],["5676.945","18189.314"],["5674.791","18241.544"],["5622.826","18110.866"],["5659.350","18130.421"],["5652.689","18162.692"],["5682.826","18139.495"],["5691.346","18150.742"],["5723.733","18180.261"],["5732.219","18172.020"],["5683.837","18116.020"],["5699.182","18224.653"],["5819.169","18227.741"],["5824.251","18228.269"],["5621.292","18173.592"],["5706.384","18234.272"],["5709.937","18247.269"],["5804.276","18251.781"],["5810.970","18225.752"],["5813.452","18186.170"],["5776.021","18188.029"],["5727.174","18178.750"],["5768.212","18197.248"],["5756.804","18212.455"],["5766.047","18225.106"],["5740.022","18251.574"],["5655.326","18234.403"],["5675.753","18219.754"],["5658.402","18233.626"],["5646.667","18213.219"],["5631.124","18208.231"],["5637.177","18219.379"],["5675.991","18198.596"],["5655.333","18198.909"],["5664.280","18194.748"],["5620.337","18121.404"],["5651.110","18126.821"],["5673.599","18140.618"],["5661.971","18142.716"],["5740.854","18156.181"],["5729.654","18167.329"],["5681.074","18116.697"],["5689.116","18205.347"],["5721.732","18175.685"],["5683.245","18198.311"],["5648.527","18127.812"],["5685.277","18151.320"],["5722.532","18150.451"],["5677.522","18118.547"],["5694.558","18253.066"],["5654.728","18122.296"],["5674.405","18149.553"],["5734.390","18168.238"],["5674.693","18116.664"],["12527.274","12201.044"],["12528.951","12177.229"],["12472.550","12156.253"],["12452.023","12177.194"],["12459.046","12150.406"],["12433.991","12124.953"],["12517.686","12217.318"],["12522.724","12183.796"],["12491.433","12183.680"],["12458.058","12211.386"],["12497.682","12205.896"],["12478.800","12156.897"],["12456.168","12140.002"],["12437.774","12133.624"],["12510.070","12223.659"],["12524.797","12186.422"],["12479.690","12188.585"],["12462.137","12214.821"],["12454.418","12197.311"],["12474.310","12237.968"],["12505.905","12175.113"],["12517.944","12178.234"],["12461.727","12152.388"],["12481.745","12269.050"],["12508.326","12265.041"],["12487.603","12228.311"],["12484.293","12145.699"],["12453.323","12129.118"],["12495.050","12161.422"],["12483.919","12228.707"],["12522.405","12208.360"],["12532.882","12172.621"],["12501.579","12154.915"],["12455.756","12220.397"],["12477.295","12212.487"],["12563.031","12194.431"],["12535.430","12261.687"],["12505.956","12232.021"],["12438.991","12136.745"],["12507.768","12222.867"],["12525.093","12184.242"],["12489.673","12186.636"],["12456.512","12210.478"],["12505.639","12240.434"],["12517.258","12209.192"],["12474.069","12225.182"],["12492.475","12197.607"],["12563.640","12200.327"],["12524.361","12217.422"],["12520.866","12179.833"],["12492.387","12182.194"],["12459.818","12208.347"],["12453.678","12204.875"],["12510.771","12244.447"],["12494.866","12264.133"],["12470.598","12221.995"],["12472.360","12212.487"],["12538.539","12269.086"],["12505.541","12260.916"],["12502.716","12215.539"],["12467.144","12211.557"],["12481.209","12213.809"],["12467.504","12190.634"],["12470.925","12194.118"],["12565.151","12234.498"],["12528.851","12278.979"],["12496.199","12263.790"],["12516.910","12225.118"],["24776.889","8525.505"],["9621.023","14561.661"],["9622.299","14493.878"],["9765.621","14656.154"],["9769.611","14653.345"],["9776.916","14656.725"],["9814.960","14584.935"],["9807.772","14593.820"],["9761.396","14605.174"],["9776.297","14620.540"],["9686.810","14608.043"],["9733.137","14593.328"],["9655.373","14465.425"],["9631.397","14484.246"],["9639.057","14493.696"],["9625.609","14647.155"],["9620.740","14661.099"],["9626.394","14491.235"],["9624.670","14483.502"],["9778.657","14644.030"],["9772.837","14656.147"],["9817.670","14659.626"],["9818.167","14577.767"],["9809.384","14603.217"],["9759.504","14607.073"],["9774.833","14621.102"],["9680.757","14601.602"],["9733.187","14590.207"],["9660.784","14461.247"],["9636.984","14509.320"],["9625.641","14659.134"],["9625.114","14468.573"],["9679.223","14544.652"],["9736.384","14610.550"],["9701.100","14567.737"],["9785.182","14566.165"],["9818.845","14474.903"],["9684.033","14619.776"],["9681.484","14645.276"],["9680.891","14630.230"],["9681.599","14625.656"],["9802.393","14489.727"],["9800.897","14492.022"],["9789.433","14477.588"],["9823.755","14567.487"],["9805.515","14548.577"],["9796.716","14538.106"],["9675.839","14516.259"],["9650.030","14508.020"],["9675.486","14490.926"],["9673.886","14488.177"],["9765.863","14455.963"],["9775.153","14659.455"],["9770.847","14657.386"],["9819.121","14578.874"],["9817.920","14593.737"],["9752.613","14601.507"],["9773.978","14624.999"],["9689.540","14607.861"],["9739.963","14595.739"],["9656.031","14462.056"],["9641.442","14493.993"],["9625.556","14493.102"],["9619.918","14650.194"],["9624.916","14477.540"],["9657.764","14501.568"],["9674.293","14581.568"],["9752.343","14659.058"],["9745.054","14649.716"],["9802.990","14468.495"],["9647.816","14641.907"],["9799.943","14512.898"],["9813.952","14533.581"],["9784.370","14659.714"],["9778.591","14644.658"],["9775.847","14652.150"],["9818.019","14576.661"],["9812.460","14592.614"],["9758.863","14603.853"],["9770.540","14616.395"],["9686.629","14603.716"],["9737.183","14598.299"],["9648.646","14456.755"],["9633.415","14508.576"],["9633.894","14489.964"],["9620.231","14652.456"],["9624.016","14598.851"],["9800.535","14514.533"],["9812.706","14539.565"],["9630.217","14593.418"],["9674.625","14636.159"],["9784.433","14510.965"],["9787.114","14496.514"],["9796.798","14572.128"],["25798.709","8017.274"],["25676.375","8051.332"],["25755.586","8056.501"],["25681.277","8060.250"],["25820.304","8057.786"],["25803.939","8080.214"],["25691.474","7988.739"],["25672.527","7958.582"],["25696.852","8060.085"],["25655.405","7980.069"],["25670.602","7999.606"],["25676.951","8025.486"],["25804.498","8048.967"],["25829.137","8060.131"],["25712.625","8002.232"],["25746.803","8010.820"],["25699.632","7973.875"],["25681.359","8045.007"],["25675.421","7994.932"],["25682.560","8041.076"],["25664.994","7968.392"],["25695.158","8024.660"],["25676.573","8041.192"],["25658.053","8031.679"],["16341.465","15723.612"],["16232.746","15742.792"],["16182.658","15853.922"],["16151.700","15819.947"],["16162.088","15817.479"],["16180.128","15745.095"],["16304.087","15785.718"],["16299.699","15733.258"],["16350.612","15741.111"],["16274.118","15857.023"],["16147.866","15723.847"],["16187.921","15725.484"],["16206.509","15734.438"],["16257.068","15733.629"],["16177.109","15850.320"],["16218.852","15814.465"],["16223.478","15848.255"],["16171.155","15788.008"],["16187.230","15877.538"],["16196.134","15822.417"],["16208.598","15726.697"],["16324.695","15769.318"],["16339.541","15756.542"],["16338.432","15730.083"],["16239.710","15840.623"],["16324.075","15858.345"],["16285.043","15873.220"],["16284.829","15887.952"],["16227.268","15829.929"],["16160.250","15869.923"],["16190.838","15806.975"],["16198.248","15838.858"],["16164.434","15860.065"],["16230.427","15750.851"],["16297.491","15779.046"],["16304.123","15726.421"],["16338.497","15741.356"],["16346.613","15724.124"],["16257.226","15863.431"],["16323.447","15844.335"],["16188.211","15793.326"],["16213.704","15815.836"],["16354.105","15852.972"],["16196.101","15810.394"],["16200.435","15849.279"],["16199.960","15867.910"],["16181.197","15726.598"],["16249.756","15773.028"],["16353.373","15743.230"],["16320.435","15770.491"],["16303.860","15731.012"],["16351.448","15726.436"],["16235.384","15852.762"],["20236.206","14551.282"],["20293.472","14532.467"],["6667.078","5987.171"],["6662.232","5882.745"],["6479.942","5961.080"],["6649.315","5991.795"],["6666.571","5818.813"],["6488.481","5964.136"],["28799.513","8380.985"],["28808.025","8497.526"],["28892.515","8509.616"],["28812.426","8348.095"],["28809.630","8355.114"],["28862.226","8402.951"],["28802.375","8425.477"],["28868.380","8376.649"],["28868.469","8515.528"],["28915.844","8331.176"],["28877.012","8331.390"],["28854.844","8359.391"],["28837.952","8368.920"],["28826.686","8359.028"],["28804.529","8424.520"],["28873.256","8515.313"],["28840.633","8365.171"],["28909.232","8415.024"],["28819.696","8332.537"],["28922.834","8464.025"],["28874.482","8328.634"],["28872.738","8328.601"],["28814.758","8411.688"],["28824.416","8347.483"],["28957.110","8459.384"],["28947.538","8387.129"],["28879.051","8466.551"],["28851.324","8353.594"],["28783.082","8365.263"],["28801.223","8394.941"],["28811.669","8372.025"],["28802.410","8378.912"],["28813.897","8529.698"],["28819.252","8391.183"],["28838.706","8441.002"],["28942.489","8448.434"],["28838.561","8359.127"],["28848.360","8472.447"],["28833.660","8349.713"],["28934.758","8478.013"],["28780.598","8438.508"],["28853.183","8334.833"],["28808.133","8371.150"],["28802.607","8358.053"],["28985.629","8337.468"],["28846.134","8519.789"],["28857.426","8390.720"],["28795.039","8412.678"],["28829.298","8427.823"],["19100.749","11421.716"],["19163.057","11333.127"],["19282.332","11285.052"],["19101.589","11376.780"],["19157.068","11417.202"],["19183.670","11376.782"],["19123.890","11436.410"],["19207.660","11487.401"],["19279.014","11479.236"],["19277.317","11378.953"],["19272.969","11414.709"],["19210.843","11478.290"],["19153.494","11437.983"],["19158.238","11479.347"],["19122.115","11377.407"],["19173.045","11363.553"],["19142.064","11461.150"],["19290.757","11479.121"],["19282.432","11379.398"],["19162.843","11332.285"],["19188.718","11343.387"],["19168.149","11459.023"],["19258.862","11280.014"],["19122.905","11359.075"],["19155.012","11423.082"],["19175.857","11389.581"],["19142.410","11436.047"],["19296.610","11360.538"],["19124.089","11378.481"],["19149.305","11401.248"],["19174.854","11390.968"],["19144.515","11444.436"],["19298.530","11328.364"],["19292.778","11385.542"],["19273.423","11419.861"],["19247.484","11308.115"],["19090.072","11410.759"],["19150.508","11476.160"],["19166.971","11315.307"],["19246.510","11283.879"],["19104.331","11362.690"],["19137.134","11397.351"],["19169.838","11390.324"],["19117.081","11442.256"],["19194.436","11487.203"],["19288.751","11465.248"],["19287.362","11329.338"],["19291.067","11368.680"],["19278.440","11433.007"],["19199.610","11450.875"],["19288.504","11318.982"],["19111.752","11442.310"],["19271.777","11293.994"],["19125.108","11370.520"],["19151.986","11412.215"],["19195.463","11367.269"],["19114.005","11457.797"],["19167.265","11463.685"],["19302.056","11483.662"],["19279.542","11424.551"],["28483.836","9462.538"],["28464.363","9464.619"],["28538.883","9535.944"],["28449.856","9491.159"],["28444.576","9510.020"],["28562.123","9473.946"],["28472.619","9476.279"],["28373.945","9462.503"],["28547.616","9555.036"],["28437.636","9559.384"],["28505.001","9470.197"],["28469.527","9476.461"],["28527.830","9461.576"],["28436.813","9489.772"],["28392.570","9485.676"],["28522.558","9426.381"],["28488.150","9449.337"],["28472.126","9457.798"],["28505.363","9499.875"],["28482.998","9480.210"],["28516.432","9506.283"],["28491.183","9560.190"],["28467.870","9445.902"],["28562.887","9444.234"],["28542.706","9407.422"],["28433.803","9517.105"],["28531.087","9534.772"],["28558.439","9494.309"],["28369.059","9520.987"],["28505.281","9469.685"],["28464.478","9462.571"],["28424.330","9521.845"],["28384.126","9469.770"],["28451.945","9533.884"],["28466.040","9561.712"],["28566.909","9534.392"],["28470.119","9471.077"],["28516.940","9563.791"],["28476.419","9551.902"],["28502.172","9505.688"],["10688.173","13814.917"],["10771.336","13813.990"],["10734.364","13690.074"],["10792.518","13758.874"],["10777.844","13750.832"],["10689.385","13678.634"],["10688.792","13655.596"],["10697.449","13675.176"],["10838.075","13606.761"],["10831.405","13651.013"],["10824.655","13771.676"],["10835.885","13808.893"],["10823.009","13643.381"],["10818.215","13640.999"],["10800.075","13815.140"],["10799.082","13813.425"],["10840.443","13713.877"],["10840.608","13707.817"],["10845.615","13709.408"],["10848.692","13730.633"],["10746.605","13604.622"],["10745.981","13663.279"],["10751.130","13672.875"],["10800.953","13775.238"],["10789.579","13708.021"],["10777.892","13668.043"],["10764.172","13666.185"],["10762.775","13645.426"],["10739.252","13643.373"],["10733.508","13638.495"],["10758.920","13665.880"],["10795.351","13733.701"],["10720.791","13805.089"],["10696.548","13801.639"],["10701.939","13748.758"],["10706.253","13743.261"],["10709.322","13741.315"],["10744.400","13719.063"],["10738.913","13720.417"],["10730.211","13682.999"],["10726.312","13680.695"],["10802.695","13669.588"],["10774.602","13671.535"],["10749.959","13647.000"],["10785.741","13715.769"],["10805.877","13759.809"],["10712.330","13627.010"],["10673.090","13609.987"],["10826.016","13655.152"],["10825.889","13772.992"],["10820.667","13750.539"],["10808.734","13775.525"],["10834.059","13814.558"],["5411.093","16085.697"],["5415.287","16075.637"],["5418.545","16094.091"],["5414.647","16082.002"],["5425.051","16070.244"],["5411.522","16095.931"],["5411.325","16117.219"],["5433.670","16085.371"],["5426.713","16088.014"],["5413.259","16076.882"],["5434.584","16068.285"],["5425.291","16072.497"],["5450.874","16067.075"],["5451.906","16061.620"],["5448.635","16038.977"],["5463.460","16064.328"],["5459.381","16049.084"],["5438.386","16042.640"],["5438.372","16046.956"],["5435.935","16050.024"],["5438.170","16044.280"],["5469.953","16113.322"],["5455.944","16098.844"],["5453.608","16103.766"],["5425.204","16132.693"],["5438.757","16130.530"],["5452.350","16120.265"],["5427.285","16110.141"],["5429.028","16099.026"],["5440.972","16138.912"],["5458.765","16137.301"],["5483.403","16137.403"],["5512.068","16057.151"],["5489.269","16066.231"],["5502.877","16035.676"],["5480.447","16068.749"],["5474.987","16059.484"],["5498.596","16067.511"],["5511.193","16080.714"],["5484.548","16084.301"],["5493.298","16075.069"],["5506.341","16095.173"],["5505.947","16094.000"],["5470.764","16104.310"],["5477.068","16069.303"],["5458.351","16077.544"],["5463.993","16085.653"],["5527.965","16052.468"],["5517.932","16050.024"],["5535.761","16062.889"],["5503.102","16063.421"],["5492.033","16064.065"],["5490.381","16057.937"],["5481.257","16051.869"],["5486.175","16053.553"],["5415.712","16014.512"],["5477.300","16033.180"],["5526.116","16134.960"],["5527.070","16128.965"],["5544.274","16120.480"],["5527.745","16130.455"],["5534.554","16112.503"],["5524.038","16099.083"],["5518.051","16093.154"],["5524.811","16114.590"],["5513.278","16125.989"],["5516.535","16127.674"],["5511.814","16130.812"],["5495.320","16110.486"],["5492.902","16100.279"],["5476.422","16106.506"],["5511.646","16137.668"],["5493.242","16133.225"],["5527.300","16095.659"],["5519.767","16076.254"],["5522.514","16097.905"],["5541.840","16069.176"],["5529.463","16100.476"],["5528.969","16100.972"],["5529.973","16088.652"],["5554.707","16104.742"],["5551.483","16112.571"],["5558.395","16103.647"],["5560.678","16091.584"],["5558.951","16084.268"],["5556.040","16079.577"],["5548.835","16047.728"],["5557.996","16057.439"],["5569.046","16055.898"],["5564.836","16055.155"],["5597.516","16021.798"],["5487.414","16023.595"],["5472.513","16022.257"],["5479.178","16013.092"],["5460.866","15999.292"],["5452.873","15997.326"],["5456.392","15997.904"],["5456.945","16023.013"],["5464.116","16029.652"],["5484.311","16013.262"],["5509.569","16030.589"],["5501.066","16017.591"],["5421.961","16018.853"],["5440.692","16012.481"],["5437.665","16013.059"],["5445.527","16035.520"],["5433.952","16001.733"],["5420.728","16007.447"],["5416.767","15990.122"],["5543.447","16047.301"],["5547.032","16032.519"],["5514.210","16014.752"],["5569.972","16012.073"],["5568.027","16016.681"],["5533.666","16015.873"],["5577.872","16005.829"],["5536.258","16008.480"],["5560.353","15997.635"],["5563.330","15995.191"],["5577.062","15993.802"],["5575.653","15989.760"],["5581.919","15981.948"],["5548.723","15988.131"],["5543.460","15989.419"],["5566.752","15955.747"],["5564.640","15962.209"],["5558.406","15968.865"],["5576.334","15968.741"],["5582.782","15952.177"],["5567.601","15964.183"],["5583.216","15967.549"],["5586.176","15976.484"],["5607.924","15985.408"],["5601.690","15986.977"],["5612.049","16023.067"],["5604.748","15952.245"],["5615.845","15968.603"],["5558.760","16048.069"],["5556.276","16045.377"],["5580.710","16015.604"],["5584.186","16024.182"],["5591.371","16039.835"],["5586.440","16009.439"],["5585.240","16008.398"],["5581.605","16003.856"],["5566.887","16020.736"],["5560.243","16005.327"],["5563.088","16008.052"],["5532.217","16025.947"],["5541.658","16028.110"],["5513.155","16049.896"],["5525.786","16040.515"],["5522.464","16030.771"],["5502.107","16009.343"],["5493.736","16005.924"],["5488.292","16005.346"],["5501.936","16003.275"],["5521.184","16011.721"],["5525.493","15999.235"],["5511.628","16004.735"],["5549.376","15954.761"],["5617.088","15943.116"],["5599.106","15940.839"],["5578.697","15934.960"],["5584.933","15934.647"],["5521.547","15934.509"],["5579.004","15939.276"],["5570.243","15949.749"],["5565.704","15937.313"],["5550.606","15936.164"],["5552.465","15940.673"],["5549.586","15946.140"],["5565.479","15930.496"],["5459.350","15952.373"],["5537.930","15969.983"],["5524.534","15970.342"],["5467.145","15948.358"],["5477.502","15944.858"],["5517.801","15976.281"],["5510.876","15978.378"],["5510.269","15952.928"],["5444.301","15966.661"],["5463.331","15975.827"],["5411.346","16140.138"],["5432.838","16096.701"],["5415.272","16091.317"],["5415.578","16136.145"],["5422.065","16099.498"],["5432.881","16073.216"],["5429.509","16088.228"],["5436.146","16069.953"],["5448.317","16080.721"],["5457.897","16064.730"],["5447.930","16070.791"],["5455.871","16055.895"],["5451.628","16050.571"],["5437.002","16042.794"],["5459.755","16087.693"],["5435.870","16104.889"],["5438.699","16104.113"],["5461.002","16140.241"],["5435.457","16137.478"],["5468.953","16114.080"],["5513.187","16058.423"],["5508.123","16037.756"],["5487.962","16064.079"],["5501.822","16083.624"],["5491.789","16064.499"],["5499.484","16067.197"],["5499.023","16074.298"],["5503.299","16087.535"],["5504.368","16089.261"],["5476.049","16084.365"],["5479.963","16076.850"],["5494.352","16063.851"],["5485.645","16056.748"],["5478.325","16060.084"],["5483.395","16036.708"],["5497.407","16028.068"],["5415.169","16004.767"],["5472.070","16040.695"],["5469.636","16038.614"],["5529.110","16140.542"],["5535.014","16118.399"],["5528.715","16128.870"],["5516.176","16106.217"],["5522.871","16096.605"],["5507.538","16126.072"],["5490.287","16103.054"],["5483.462","16089.512"],["5500.166","16131.887"],["5529.233","16081.467"],["5529.430","16085.514"],["5544.625","16117.938"],["5542.996","16108.029"],["5556.126","16098.047"],["5560.102","16104.532"],["5557.701","16080.056"],["5565.760","16085.490"],["5551.762","16057.406"],["5544.558","16056.960"],["5470.107","16008.136"],["5479.162","16006.073"],["5450.120","16010.610"],["5457.603","16028.612"],["5491.219","16015.343"],["5505.918","16023.487"],["5499.355","16031.035"],["5443.558","16014.293"],["5440.807","16036.247"],["5434.031","16022.704"],["5444.314","16012.716"],["5426.600","16001.931"],["5419.201","15980.923"],["5415.105","15986.588"],["5533.205","16013.974"],["5529.077","16013.709"],["5533.758","16007.935"],["5547.102","15994.989"],["5573.509","16000.772"],["5565.636","15990.470"],["5557.917","15978.684"],["5552.617","15950.005"],["5565.034","15960.673"],["5571.581","15971.912"],["5612.694","15997.414"],["5602.233","15998.868"],["5618.924","16000.953"],["5601.985","15968.430"],["5554.730","16049.654"],["5569.549","16040.835"],["5567.437","16014.993"],["5578.145","16024.308"],["5585.140","16026.395"],["5577.887","16038.534"],["5585.236","16036.895"],["5604.183","16047.036"],["5579.713","16016.804"],["5596.884","16010.215"],["5565.407","16013.370"],["5556.953","16013.519"],["5520.375","16023.040"],["5527.102","16024.677"],["5516.313","16033.463"],["5498.226","15992.315"],["5493.259","15999.830"],["5499.518","16005.256"],["5509.983","16009.590"],["5524.374","15994.958"],["5605.706","15942.604"],["5585.504","15939.848"],["5519.757","15937.682"],["5564.388","15936.768"],["5561.675","15930.318"],["5513.556","15996.284"],["5540.113","15982.206"],["5535.647","15966.340"],["5534.871","15962.051"],["5538.816","15953.645"],["5465.089","15954.865"],["5469.694","15950.703"],["5520.152","15958.281"],["5501.798","15948.271"],["5456.719","15984.812"],["5460.880","15981.211"],["5525.628","15936.273"],["5468.642","15941.375"],["5465.650","15969.502"],["5474.365","15942.478"],["5452.591","15967.652"],["12873.077","12723.863"],["12865.018","12705.482"],["12867.205","12703.434"],["12796.256","12625.431"],["12823.019","12662.324"],["12801.182","12691.874"],["12845.812","12695.201"],["12881.074","12593.503"],["12977.052","12628.433"],["12952.760","12577.601"],["12875.231","12661.483"],["12852.843","12705.991"],["12882.678","12738.120"],["12826.273","12757.548"],["12863.713","12738.628"],["12786.344","12670.296"],["12844.009","12556.040"],["12860.455","12561.661"],["12889.689","12733.921"],["12890.380","12757.604"],["12859.031","12633.409"],["12838.038","12730.820"],["12884.123","12696.171"],["12802.071","12704.538"],["12789.078","12700.409"],["12821.589","12664.481"],["12816.737","12702.284"],["12828.629","12677.792"],["12866.576","12601.872"],["12795.733","12564.490"],["12820.372","12606.512"],["12837.675","12587.536"],["12858.415","12602.433"],["12955.555","12548.831"],["12925.884","12601.845"],["12979.141","12627.326"],["12959.800","12584.537"],["12856.576","12705.281"],["12866.922","12743.173"],["12819.529","12754.460"],["12851.707","12738.859"],["12790.324","12676.935"],["12839.667","12565.306"],["12866.014","12569.192"],["12859.196","12753.937"],["12780.402","12570.118"],["12794.858","12619.073"],["12862.227","12683.970"],["12855.533","12653.467"],["12872.916","12629.820"],["12850.992","12553.701"],["12835.143","12729.301"],["12798.053","12682.713"],["12864.405","12586.975"],["12807.460","12584.061"],["12811.721","12612.953"],["12942.496","12590.681"],["12784.514","12554.659"],["12789.349","12558.986"],["12845.467","12656.670"],["12858.460","12676.026"],["12937.449","12610.319"],["12940.295","12610.616"],["12886.196","12730.160"],["12842.906","12731.762"],["12861.278","12694.305"],["12825.854","12736.990"],["12800.372","12651.731"],["12820.389","12667.420"],["12832.329","12552.120"],["12880.030","12655.499"],["12861.855","12635.152"],["12871.148","12609.898"],["12854.684","12574.870"],["12820.257","12594.869"],["12857.411","12623.523"],["12801.819","12629.981"],["12946.641","12573.835"],["12956.920","12593.604"],["12894.322","12565.373"],["12941.312","12551.533"],["12787.359","12561.447"],["12846.391","12578.710"],["12786.965","12579.214"],["12870.121","12684.614"],["12861.600","12550.167"],["12887.331","12721.242"],["12829.913","12705.453"],["12872.939","12732.769"],["12809.522","12734.133"],["12795.438","12682.994"],["12804.434","12578.429"],["12960.377","12605.877"],["12876.658","12670.693"],["12877.546","12609.304"],["12891.395","12596.818"],["12856.395","12589.948"],["12858.809","12583.457"],["12806.836","12644.217"],["12843.513","12584.679"],["12930.950","12579.715"],["12928.319","12568.032"],["12937.020","12554.522"],["12794.769","12715.058"],["12799.670","12712.251"],["12802.088","12705.661"],["12876.558","12748.409"],["12884.354","12714.355"],["12841.607","12691.365"],["12791.490","12565.696"],["12800.043","12660.054"],["12781.721","12667.817"],["12796.441","12642.614"],["12821.934","12577.438"],["12848.862","12671.387"],["12816.441","12604.597"],["12808.875","12589.320"],["12801.754","12588.957"],["12955.769","12561.053"],["12913.105","12578.790"],["12974.338","12616.525"],["12956.560","12577.584"],["12871.152","12651.574"],["12863.287","12704.835"],["12880.014","12738.037"],["12820.516","12743.279"],["12861.115","12723.533"],["12788.712","12672.625"],["12843.516","12562.498"],["12852.141","12559.945"],["12867.231","12555.898"],["12824.697","12548.503"],["12874.734","12741.472"],["12867.528","12745.585"],["12888.696","12706.213"],["12807.778","12709.757"],["12788.382","12682.945"],["12784.681","12634.043"],["12863.418","12626.597"],["12875.046","12643.179"],["12833.717","12573.118"],["12853.829","12592.541"],["12838.004","12610.658"],["12831.688","12610.311"],["12922.841","12571.672"],["12944.453","12565.231"],["12878.927","12553.366"],["12981.361","12622.719"],["12955.688","12575.685"],["12875.411","12665.199"],["12860.474","12702.721"],["12822.243","12752.065"],["12856.509","12735.837"],["12790.702","12680.024"],["12844.601","12558.204"],["12857.330","12555.964"],["12779.440","12547.585"],["27717.945","11478.735"],["27710.885","11308.344"],["27579.960","11486.833"],["27678.537","11351.104"],["27699.898","11361.207"],["27700.004","11314.402"],["27707.833","11336.729"],["27717.037","11453.279"],["27700.678","11310.620"],["27697.767","11307.152"],["27666.598","11339.671"],["27588.463","11478.989"],["27684.905","11353.703"],["27703.568","11375.298"],["27687.520","11346.804"],["27703.252","11481.173"],["8214.566","13885.884"],["8184.683","13895.247"],["8183.103","13902.576"],["8179.168","13935.384"],["8169.060","13909.032"],["8150.779","13946.472"],["8340.169","14022.409"],["8354.418","14005.399"],["8221.277","13895.513"],["8185.653","13900.945"],["8183.316","13907.960"],["8170.418","13927.820"],["8152.958","13906.885"],["8148.821","13944.539"],["8337.110","14023.169"],["8350.997","14008.801"],["8355.334","14025.947"],["8214.484","13899.163"],["8183.959","13894.388"],["8174.550","13913.344"],["8182.820","13936.243"],["8159.454","13897.702"],["8153.443","13943.284"],["8353.886","14022.099"],["8334.849","14012.656"],["8352.225","14025.947"],["8224.764","13897.627"],["8190.439","13893.051"],["8174.583","13902.411"],["8167.918","13935.879"],["8156.938","13898.181"],["8151.897","13942.277"],["8348.760","14009.891"],["8177.893","13823.921"],["8195.922","13860.722"],["11071.355","18595.358"],["11059.480","18615.854"],["11084.776","18615.573"],["11032.152","18635.954"],["10977.531","18638.399"],["10979.619","18639.505"],["11005.409","18649.910"],["10935.008","18660.968"],["11039.315","18602.972"],["10996.708","18636.631"],["10989.110","18624.427"],["10885.236","18661.500"],["11053.509","18613.888"],["10992.843","18630.967"],["10905.926","18645.182"],["10904.726","18637.024"],["3718.375","16297.323"],["3697.882","16294.951"],["3697.042","16175.912"],["3623.703","16338.912"],["3683.768","16314.221"],["3667.321","16342.528"],["3682.946","16325.368"],["3706.959","16340.067"],["3674.229","16311.595"],["3593.511","16327.076"],["3598.412","16312.526"],["3638.001","16330.346"],["3599.629","16331.172"],["3637.031","16311.816"],["3580.138","16309.339"],["3621.700","16319.116"],["3565.039","16351.998"],["3569.134","16325.573"],["3624.332","16345.045"],["3598.904","16338.554"],["3518.426","16257.412"],["3568.966","16232.725"],["3568.670","16243.989"],["3576.236","16248.349"],["3559.213","16267.226"],["3547.881","16245.987"],["3722.053","16333.780"],["3719.125","16317.100"],["3703.746","16205.370"],["3703.351","16182.166"],["3716.112","16173.765"],["3723.826","16170.958"],["3720.947","16163.443"],["3706.316","16245.667"],["3714.079","16255.097"],["3706.069","16243.652"],["3695.115","16270.836"],["3690.016","16298.631"],["3712.138","16241.059"],["3704.424","16269.267"],["3718.754","16302.046"],["3706.270","16141.352"],["3646.071","16350.174"],["3687.946","16333.659"],["3664.788","16328.936"],["3678.653","16343.304"],["3648.692","16325.358"],["3606.192","16345.738"],["3645.929","16319.380"],["3590.616","16328.480"],["3647.228","16312.212"],["3624.431","16285.507"],["3618.806","16300.057"],["3563.197","16332.196"],["3600.187","16298.819"],["3610.088","16330.098"],["3624.727","16336.325"],["3532.357","16265.521"],["3522.735","16290.146"],["3527.522","16288.709"],["3518.360","16269.947"],["3530.745","16262.235"],["3554.312","16260.636"],["3600.249","16248.927"],["3558.259","16210.925"],["3547.716","16235.153"],["3593.851","16223.724"],["3693.244","16189.549"],["3666.106","16255.824"],["3722.956","16343.875"],["3720.408","16333.747"],["3724.734","16315.068"],["3719.749","16230.094"],["3699.157","16235.164"],["3703.549","16187.749"],["3712.364","16209.037"],["3710.012","16205.684"],["3719.815","16198.863"],["3720.289","16180.900"],["3696.086","16271.546"],["3696.645","16249.498"],["3688.026","16289.201"],["3698.306","16252.917"],["3696.875","16290.209"],["3685.987","16235.147"],["3721.461","16300.717"],["3708.285","16222.893"],["3709.918","16296.584"],["5246.186","17308.112"],["5250.529","17354.568"],["5222.043","17407.302"],["5337.263","17378.998"],["5307.766","17361.668"],["5246.317","17381.864"],["5281.564","17396.117"],["5228.176","17406.984"],["5248.719","17378.396"],["5293.242","17354.019"],["5251.844","17361.517"],["5357.456","17245.177"],["5358.305","17328.698"],["5357.384","17343.781"],["5371.960","17359.870"],["5349.007","17369.003"],["5252.287","17258.560"],["5251.295","17210.457"],["5252.265","17225.602"],["5224.131","17314.545"],["5210.973","17310.780"],["5347.852","17314.134"],["5331.701","17326.058"],["5348.845","17257.963"],["5362.660","17263.892"],["5298.275","17295.815"],["5274.854","17280.357"],["5279.084","17308.056"],["5306.514","17345.276"],["5315.642","17348.811"],["5300.250","17361.694"],["5332.969","17353.013"],["5345.009","17355.144"],["5326.070","17334.151"],["5226.802","17277.995"],["5206.041","17268.618"],["5403.797","17292.035"],["5401.410","17313.840"],["5396.282","17297.252"],["5403.336","17339.041"],["5406.768","17322.659"],["5404.934","17322.214"],["5324.053","17406.031"],["5218.835","17200.050"],["5227.404","17395.477"],["5260.686","17407.412"],["5245.602","17399.192"],["5344.477","17374.861"],["5338.069","17359.786"],["5252.650","17349.709"],["5230.561","17362.475"],["5280.002","17358.858"],["5277.386","17331.014"],["5294.854","17390.683"],["5246.585","17263.135"],["5229.627","17275.621"],["5218.391","17316.494"],["5212.585","17307.691"],["5336.997","17325.893"],["5356.032","17269.970"],["5360.785","17232.348"],["5280.317","17271.855"],["5281.682","17284.572"],["5321.265","17328.789"],["5313.541","17343.593"],["5303.112","17357.466"],["5332.986","17343.979"],["5330.683","17344.690"],["5335.831","17368.565"],["5247.241","17271.317"],["5216.059","17293.403"],["5207.932","17274.663"],["5216.304","17275.708"],["5215.615","17328.468"],["5208.151","17206.403"],["5211.798","17352.826"],["5251.906","17381.713"],["5330.555","17373.731"],["5230.528","17374.829"],["5396.392","17230.742"],["5363.467","17201.088"],["5358.460","17242.122"],["5374.821","17318.880"],["5352.713","17341.288"],["5371.133","17347.585"],["5373.255","17354.252"],["5215.139","17206.502"],["5220.825","17302.274"],["5220.316","17302.192"],["5349.941","17291.921"],["5346.345","17232.017"],["5279.838","17281.232"],["5294.770","17341.148"],["5324.680","17344.226"],["5303.688","17377.796"],["5345.173","17352.270"],["5345.058","17349.116"],["5351.492","17408.884"],["5354.545","17406.428"],["5394.107","17222.183"],["5363.896","17212.072"],["5257.898","17363.206"],["5218.257","17367.896"],["5371.163","17330.253"],["5361.825","17352.353"],["5376.561","17344.728"],["5376.479","17356.936"],["5372.119","17388.809"],["5239.973","17257.503"],["5241.881","17247.214"],["5220.283","17314.050"],["5202.996","17305.346"],["5329.875","17321.104"],["5349.184","17288.106"],["5346.164","17272.794"],["5347.562","17250.333"],["5271.022","17295.105"],["5277.157","17300.059"],["5296.645","17330.181"],["5314.030","17340.949"],["5303.737","17361.694"],["5300.859","17359.679"],["5348.150","17355.557"],["5335.683","17341.387"],["5341.931","17319.523"],["5347.008","17317.507"],["5338.676","17315.818"],["5306.352","17319.164"],["5311.001","17308.925"],["5313.315","17309.199"],["22066.973","15074.838"],["13648.355","13365.684"],["13622.685","13341.013"],["13797.672","13359.786"],["13812.212","13371.563"],["13738.942","13250.380"],["13657.484","13377.790"],["13631.369","13349.651"],["13822.587","13340.690"],["13633.307","13255.845"],["13676.401","13386.017"],["13757.758","13240.752"],["13721.700","13205.120"],["13700.028","13190.628"],["13788.363","13348.324"],["13821.538","13373.231"],["13781.438","13366.681"],["13620.153","13183.802"],["13787.511","13243.956"],["13780.390","13248.811"],["13625.034","13244.119"],["13758.597","13229.175"],["13633.620","13243.921"],["13630.051","13251.353"],["13665.135","13186.669"],["13627.148","13385.234"],["13707.331","13203.692"],["13713.382","13191.461"],["13703.548","13191.041"],["13793.159","13241.475"],["13795.011","13250.991"],["13787.594","13271.107"],["13743.646","13254.118"],["13762.973","13258.022"],["13624.449","13216.573"],["13638.587","13213.764"],["13625.270","13335.749"],["13668.151","13387.050"],["13775.028","13229.687"],["13771.903","13257.614"],["13727.155","13182.501"],["13620.330","13248.363"],["13737.511","13251.768"],["13747.024","13183.162"],["13694.354","13274.691"],["13706.640","13243.147"],["13709.349","13392.424"],["13792.888","13232.926"],["13625.036","13345.753"],["13642.030","13374.753"],["13790.306","13363.284"],["13811.750","13360.026"],["13823.248","13366.658"],["13774.758","13376.672"],["13621.106","13339.742"],["13648.421","13373.628"],["13797.952","13347.482"],["13818.512","13368.128"],["13775.179","13368.164"],["14296.380","8552.929"],["14327.328","8592.441"],["14309.843","8569.593"],["14345.091","8549.534"],["14281.174","8595.745"],["14311.965","8539.044"],["14293.382","8617.339"],["14426.787","8536.688"],["14375.850","8548.183"],["14327.328","8577.561"],["14296.669","8537.259"],["14319.055","8595.926"],["14266.721","8603.086"],["14258.876","8680.780"],["14405.093","8544.549"],["14405.620","8546.019"],["14310.656","8538.132"],["14297.361","8562.119"],["14342.230","8561.739"],["14314.434","8542.367"],["14262.111","8598.272"],["14393.070","8541.577"],["14384.551","8566.895"],["14298.797","8538.725"],["14329.746","8568.709"],["14297.838","8551.582"],["14313.357","8545.345"],["14256.702","8680.544"],["14382.001","8553.831"],["14376.935","8568.992"],["14301.758","8548.190"],["14335.141","8547.784"],["14341.670","8558.700"],["6395.237","13484.466"],["6391.340","13491.222"],["6346.670","13567.785"],["6330.264","13573.431"],["32002.537","8561.351"],["31944.692","8681.415"],["31959.404","8708.876"],["31994.334","8706.321"],["31953.557","8676.047"],["31981.028","8719.863"],["31951.435","8666.039"],["31937.806","8695.420"],["31977.722","8738.525"],["32012.767","8555.670"],["31955.053","8696.939"],["31991.357","8706.767"],["31948.968","8676.840"],["31977.656","8726.271"],["32000.613","8545.199"],["31942.636","8689.837"],["31961.838","8714.013"],["31974.268","8707.064"],["32144.677","12598.032"],["32144.003","12616.595"],["32145.142","12754.318"],["4050.525","16864.613"],["4067.910","16872.738"],["4049.714","16871.149"],["4035.421","16837.424"],["4039.335","16867.895"],["4033.168","16852.387"],["4080.076","16875.657"],["4057.966","16784.175"],["4070.713","16799.220"],["4084.150","16800.161"],["4125.104","16881.994"],["4116.453","16883.514"],["4121.650","16910.846"],["4135.269","16862.440"],["4113.919","16872.648"],["4119.511","16847.577"],["4109.873","16843.316"],["4085.136","16843.680"],["4112.702","16883.680"],["4094.149","16879.485"],["4122.636","16857.123"],["4107.932","16820.327"],["4056.382","16878.573"],["4084.128","16894.973"],["4063.405","16870.679"],["4082.122","16864.255"],["4081.262","16891.495"],["3990.881","16866.199"],["3945.386","16780.061"],["3962.689","16798.987"],["3942.705","16798.459"],["3960.359","16837.884"],["3950.705","16852.830"],["3941.708","16847.198"],["3952.793","16839.948"],["3944.257","16855.439"],["3991.058","16835.360"],["4017.588","16783.288"],["4030.187","16794.403"],["4014.989","16837.392"],["4032.374","16808.721"],["4014.085","16842.974"],["3985.006","16813.065"],["3998.312","16807.318"],["3987.637","16805.055"],["4028.510","16864.485"],["4113.573","16809.916"],["4110.103","16803.590"],["4088.343","16793.483"],["4114.708","16811.798"],["4098.277","16798.850"],["4126.451","16781.361"],["4054.686","16875.216"],["4069.439","16863.936"],["4030.739","16858.998"],["4083.924","16889.216"],["4053.941","16830.967"],["4055.010","16841.950"],["4085.285","16798.394"],["4140.115","16845.554"],["4119.693","16883.927"],["4130.269","16872.647"],["4106.419","16865.579"],["4073.245","16837.784"],["4136.929","16842.623"],["4095.679","16824.192"],["4121.600","16870.814"],["4081.945","16856.628"],["4110.663","16843.729"],["4068.590","16832.136"],["4097.488","16834.894"],["4104.774","16880.212"],["4084.676","16816.331"],["4073.865","16868.053"],["4106.826","16890.002"],["4075.378","16881.265"],["4090.296","16894.048"],["4096.974","16880.555"],["4098.158","16883.512"],["4082.878","16866.517"],["3986.885","16853.235"],["3959.564","16782.241"],["3944.810","16802.720"],["3963.369","16845.695"],["3946.494","16826.637"],["3955.606","16837.669"],["3982.020","16847.562"],["3945.836","16823.367"],["3990.844","16784.857"],["3993.295","16803.304"],["4020.302","16802.908"],["4028.920","16797.607"],["4024.693","16837.574"],["4003.821","16843.271"],["3981.256","16824.015"],["4026.321","16785.336"],["4013.624","16793.263"],["4006.914","16819.506"],["4000.614","16804.939"],["4013.576","16866.913"],["4017.705","16868.515"],["4138.507","16788.842"],["4142.422","16787.603"],["4144.922","16807.471"],["4131.073","16784.036"],["4125.119","16808.413"],["4102.932","16818.438"],["4097.669","16812.525"],["4131.813","16822.583"],["4117.373","16814.160"],["4103.754","16789.734"],["4090.811","16862.293"],["3941.356","16806.188"],["4025.877","16842.710"],["4094.231","16786.447"],["29351.970","9128.221"],["29406.894","9012.926"],["29402.562","9122.894"],["29343.368","9109.152"],["29399.700","9143.751"],["29380.456","9141.978"],["29395.933","9127.483"],["29388.861","9146.213"],["29346.382","9113.445"],["29341.608","9107.676"],["29362.496","9122.721"],["29242.502","9154.511"],["29367.085","9121.044"],["29349.815","9105.072"],["29385.697","9027.001"],["29358.384","9112.746"],["29405.792","8993.454"],["29398.082","8961.353"],["29268.668","9156.616"],["29257.206","9153.983"],["29403.187","9162.859"],["29391.295","9154.884"],["29407.035","9135.163"],["6187.216","16039.473"],["6125.690","15948.713"],["6134.523","15940.522"],["6091.249","16011.582"],["6086.546","16019.608"],["6095.715","16014.283"],["6091.472","16018.280"],["6100.370","16024.407"],["6103.459","16010.610"],["6120.400","16024.641"],["6113.558","16027.383"],["6120.631","16036.681"],["6139.634","16043.556"],["6144.568","16035.034"],["6153.267","16045.949"],["6158.683","16068.178"],["6158.535","16058.748"],["6156.575","16032.256"],["6155.588","16028.804"],["6132.511","16028.749"],["6138.514","16014.001"],["6132.560","16029.987"],["6077.738","16012.770"],["6084.629","16012.440"],["6167.016","16074.611"],["6174.318","16070.647"],["6199.006","16063.161"],["6208.099","16075.155"],["6233.092","16064.703"],["6227.154","16068.188"],["6228.634","16063.993"],["6170.772","16060.859"],["6184.094","16063.716"],["6178.302","16054.574"],["6174.305","16052.592"],["6159.008","16027.884"],["6174.534","16041.311"],["6161.179","16039.477"],["6145.765","16002.367"],["6123.880","15993.221"],["6122.762","15989.670"],["6129.423","15991.636"],["6133.595","15981.047"],["6121.605","15967.637"],["6123.858","15958.322"],["6107.956","15940.530"],["6106.163","15941.538"],["6124.157","15954.800"],["6119.390","15930.296"],["6092.319","16012.473"],["6085.946","16016.595"],["6108.870","16010.808"],["6120.976","16021.437"],["6146.310","16047.799"],["6163.091","16058.880"],["6161.939","16055.049"],["6148.384","16036.682"],["6149.585","16041.554"],["6129.353","16019.616"],["6148.185","16032.745"],["6080.830","16017.081"],["6086.587","16015.462"],["6163.184","16071.770"],["6196.375","16067.257"],["6201.046","16075.267"],["6207.194","16079.614"],["6210.648","16062.901"],["6223.667","16062.126"],["6215.559","16074.084"],["6168.552","16058.844"],["6169.419","16031.600"],["6167.166","16033.961"],["6141.768","16002.103"],["6131.472","16006.892"],["6119.916","15989.753"],["6136.523","15979.660"],["6113.466","15946.724"],["13202.725","18305.860"],["13329.705","18378.836"],["13253.579","18395.021"],["13382.279","18434.087"],["13370.670","18350.654"],["13236.310","18265.513"],["13349.327","18386.285"],["13216.958","18387.191"],["13284.829","18382.486"],["13405.420","18445.168"],["13348.236","18345.022"],["13205.734","18309.724"],["13260.059","18417.730"],["13380.798","18437.224"],["13337.776","18357.986"],["13409.080","18314.257"],["13259.797","18312.582"],["13241.804","18290.418"],["13320.725","18345.327"],["13358.011","18401.297"],["13333.339","18461.085"],["13248.838","18351.332"],["13272.839","18399.315"],["13299.549","18377.548"],["13365.831","18457.571"],["13362.776","18319.605"],["13346.986","18343.833"],["13245.241","18307.974"],["13209.123","18282.061"],["13311.959","18388.844"],["13267.275","18344.742"],["13215.067","18393.103"],["13218.718","18383.871"],["13295.010","18408.680"],["13269.648","18406.632"],["13397.229","18415.688"],["13358.319","18331.232"],["13350.078","18353.065"],["13657.356","12462.816"],["13646.218","12436.331"],["13685.067","12381.185"],["13704.409","12395.851"],["13696.942","12370.120"],["13691.399","12464.283"],["13651.531","12420.336"],["13682.912","12482.879"],["13763.774","12415.772"],["13775.799","12407.542"],["13772.886","12402.378"],["13643.209","12418.772"],["13668.962","12421.094"],["13723.729","12441.865"],["13813.553","12396.066"],["13625.447","12414.972"],["13649.336","12401.983"],["13636.177","12400.420"],["13642.057","12453.738"],["13645.725","12441.864"],["13628.373","12422.970"],["13711.119","12355.834"],["13671.218","12400.590"],["13673.899","12382.754"],["13687.057","12393.869"],["13660.034","12477.379"],["13694.771","12446.413"],["13712.271","12449.502"],["13694.935","12486.661"],["13773.988","12403.353"],["13770.600","12409.530"],["13786.093","12434.385"],["13670.772","12421.738"],["13715.571","12445.003"],["13813.652","12390.616"],["13627.487","12417.417"],["13639.122","12410.621"],["13629.910","12410.461"],["13648.554","12472.103"],["13626.942","12438.544"],["13640.675","12409.310"],["13696.070","12402.490"],["13655.365","12385.313"],["13714.277","12358.311"],["13713.297","12442.659"],["13695.725","12420.996"],["13679.261","12428.461"],["13708.373","12448.643"],["13679.869","12496.570"],["13652.748","12438.255"],["13655.363","12414.770"],["13661.087","12493.796"],["13677.616","12442.714"],["13690.889","12430.905"],["13676.004","12443.226"],["13689.475","12433.383"],["13717.442","12428.836"],["13739.777","12387.399"],["13781.767","12427.779"],["13782.853","12421.553"],["13714.350","12411.974"],["13722.294","12367.961"],["13763.790","12400.397"],["13761.142","12340.595"],["13803.505","12447.796"],["13622.370","12425.860"],["13702.303","12400.425"],["13659.985","12485.076"],["13706.680","12483.068"],["13676.300","12471.318"],["13697.550","12444.597"],["13692.337","12478.189"],["13728.154","12336.469"],["13705.764","12436.433"],["13785.649","12432.321"],["13708.083","12446.920"],["13714.547","12446.986"],["13621.037","12433.309"],["13625.495","12421.451"],["13655.494","12417.948"],["13631.465","12417.221"],["13620.708","12403.695"],["13645.428","12398.724"],["13640.412","12421.383"],["13651.958","12390.268"],["13651.185","12418.007"],["13684.754","12428.346"],["13702.880","12486.347"],["13688.587","12426.463"],["13679.360","12410.410"],["13690.050","12462.483"],["13699.425","12412.491"],["13693.932","12497.148"],["13682.337","12470.476"],["13671.613","12449.337"],["13750.534","12407.135"],["13710.123","12342.527"],["13762.392","12364.063"],["13753.971","12407.069"],["13705.863","12385.880"],["13745.583","12421.503"],["13706.126","12402.263"],["13826.729","12506.061"],["13821.680","12441.536"],["13830.192","12494.534"],["13825.843","12412.302"],["13815.564","12410.242"],["13805.321","12398.304"],["13812.411","12409.264"],["13817.564","12412.305"],["13774.301","12373.724"],["13637.979","12417.302"],["13647.790","12409.250"],["13677.318","12412.291"],["13723.646","12440.428"],["13809.721","12388.651"],["13623.819","12411.537"],["13632.641","12404.797"],["13641.704","12405.171"],["13809.523","12385.860"],["13671.446","12408.922"],["13714.748","12436.794"],["13628.496","12412.129"],["13689.249","12418.247"],["13672.938","12426.784"],["13729.618","12389.709"],["23820.767","17238.650"],["23829.324","17232.066"],["23786.748","17200.848"],["23822.426","17199.612"],["23816.554","17200.405"],["23815.849","17227.981"],["23825.142","17222.482"],["23840.409","17233.354"],["23844.587","17223.973"],["23785.234","17207.273"],["23785.185","17210.262"],["23777.243","17199.048"],["12173.597","14249.641"],["12166.047","14244.950"],["12161.820","14263.299"],["8712.106","16374.953"],["8745.272","16388.271"],["8616.026","16358.597"],["8609.891","16356.952"],["8645.554","16362.514"],["8635.197","16357.663"],["8748.527","16395.893"],["8750.816","16388.849"],["8755.518","16372.887"],["8768.219","16392.127"],["8762.128","16369.817"],["8662.366","16362.318"],["8710.296","16361.228"],["8644.573","16357.246"],["8734.378","16365.631"],["8704.899","16365.158"],["8688.224","16355.432"],["8707.714","16360.023"],["8613.473","16355.092"],["8749.120","16391.405"],["8765.715","16372.673"],["8753.583","16368.445"],["8666.306","16356.169"],["8659.342","16366.579"],["8682.580","16364.679"],["14871.572","14515.227"],["14858.715","14485.080"],["14683.109","14656.620"],["14866.835","14529.017"],["14797.760","14455.445"],["14844.389","14514.180"],["14873.197","14641.758"],["14740.816","14634.125"],["14861.934","14534.599"],["14795.671","14460.202"],["14847.974","14506.402"],["14699.524","14646.018"],["14733.777","14646.413"],["14866.013","14552.353"],["14840.293","14483.594"],["14709.820","14630.180"],["12995.857","13418.441"],["13052.913","13567.624"],["13048.999","13397.748"],["13018.982","13508.400"],["13055.693","13399.151"],["12993.305","13528.802"],["13161.031","13586.276"],["13099.798","13597.902"],["13188.515","13576.565"],["13189.239","13513.509"],["13198.679","13593.047"],["13180.275","13530.982"],["13149.485","13434.451"],["13124.387","13511.032"],["13178.874","13593.568"],["13193.006","13564.457"],["13196.292","13600.554"],["13069.180","13403.280"],["13042.486","13521.414"],["13004.443","13489.325"],["13002.535","13443.544"],["13013.769","13477.269"],["13003.999","13467.260"],["13142.503","13437.712"],["13137.705","13555.217"],["13165.381","13425.659"],["13108.581","13438.910"],["13079.296","13568.072"],["13156.343","13602.460"],["13196.753","13532.544"],["13123.120","13500.908"],["13137.035","13506.837"],["13161.623","13438.530"],["13118.367","13517.787"],["13119.288","13485.367"],["13176.244","13543.597"],["13085.398","13570.269"],["13090.431","13548.667"],["13121.705","13592.534"],["13131.927","13582.084"],["13177.805","13523.229"],["13195.651","13593.452"],["13182.618","13547.603"],["12991.565","13500.060"],["12994.821","13508.813"],["13072.699","13395.072"],["13002.650","13505.989"],["12995.051","13413.454"],["13046.118","13568.257"],["13023.174","13505.516"],["13099.271","13405.466"],["13170.406","13592.997"],["13167.417","13545.828"],["13123.745","13439.339"],["13194.946","13599.075"],["13172.199","13603.864"],["13123.992","13581.172"],["13189.680","13535.616"],["13176.950","13529.703"],["13193.444","13544.503"],["13076.680","13406.748"],["13012.502","13406.947"],["13004.295","13499.564"],["13006.332","13604.079"],["13002.763","13582.461"],["13037.828","13583.303"],["13129.912","13437.630"],["13164.041","13489.050"],["13184.518","13595.078"],["13156.229","13442.989"],["13116.656","13566.821"],["13140.577","13578.548"],["13092.117","13592.006"],["13149.255","13449.645"],["13181.952","13548.439"],["13195.634","13509.208"],["13190.865","13532.758"],["13174.647","13572.098"],["13174.861","13510.413"],["13132.519","13417.031"],["13162.471","13397.971"],["17986.172","12077.069"],["17976.435","12033.822"],["17971.166","12076.497"],["17996.797","12061.188"],["17931.133","12078.839"],["18035.504","12096.493"],["17981.715","12052.716"],["17970.590","12070.601"],["17997.586","12035.391"],["17968.962","12083.202"],["17997.817","12044.475"],["17971.955","12068.784"],["18037.477","12088.697"],["18023.925","12086.666"],["17987.784","12038.347"],["17946.445","12081.319"],["12399.612","15391.202"],["12393.669","15392.549"],["12421.005","15395.994"],["12481.768","15400.964"],["12555.050","15402.205"],["12544.199","15409.532"],["12494.609","15411.970"],["12481.401","15396.788"],["12447.495","15390.064"],["12432.843","15402.216"],["12445.521","15425.831"],["12439.686","15468.779"],["12557.446","15489.606"],["12472.349","15300.870"],["12565.038","15358.820"],["12539.194","15365.718"],["12431.348","15500.353"],["12364.268","15396.250"],["12383.835","15362.613"],["12452.097","15365.689"],["12462.377","15367.735"],["12475.397","15372.837"],["12505.866","15358.362"],["12473.170","15318.025"],["12486.650","15327.078"],["12513.452","15325.231"],["12517.741","15319.353"],["12542.189","15355.023"],["12555.486","15361.936"],["12474.800","15319.780"],["12493.239","15322.613"],["12559.347","15347.738"],["12550.005","15370.662"],["12536.973","15359.987"],["12541.184","15356.024"],["12446.676","15297.301"],["16744.713","18769.038"],["16702.624","18742.829"],["16701.538","18730.211"],["16676.867","18734.422"],["16768.555","18798.257"],["16640.996","18828.989"],["16688.660","18713.498"],["16719.762","18788.857"],["16647.953","18799.113"],["16650.075","18774.571"],["16753.380","18762.069"],["16723.545","18813.283"],["16625.140","18823.655"],["16716.368","18803.409"],["16742.130","18711.384"],["16700.321","18862.168"],["16707.032","18862.796"],["16770.780","18882.836"],["16676.519","18685.758"],["16749.476","18730.115"],["19754.457","13836.218"],["19786.496","13828.342"],["19915.709","13933.681"],["19913.338","13828.966"],["19804.231","13884.561"],["19813.470","13831.082"],["19744.769","13827.764"],["19933.949","13934.639"],["19748.552","13859.967"],["19764.876","13981.664"],["19873.719","13904.086"],["19903.618","13822.938"],["19793.524","13886.130"],["19773.996","13874.864"],["19769.638","13842.246"],["19726.065","13861.421"],["19913.489","13918.008"],["18460.454","15019.504"],["18454.451","15006.523"],["19975.073","10441.973"],["20010.577","10578.942"],["19982.071","10597.465"],["20015.321","10496.818"],["20026.182","10502.056"],["19985.549","10534.967"],["20001.437","10535.510"],["19974.501","10600.073"],["19941.302","10567.834"],["20033.736","10614.960"],["20059.656","10544.062"],["19989.878","10453.374"],["20020.584","10469.634"],["20047.663","10530.558"],["19971.733","10530.640"],["20008.164","10559.705"],["19943.876","10624.615"],["19947.602","10546.926"],["20079.815","10639.649"],["20016.203","10596.578"],["19965.978","10554.147"],["19991.267","10512.600"],["19950.262","10631.982"],["20019.597","10566.710"],["20011.901","10434.134"],["20022.946","10479.511"],["20016.412","10496.474"],["19983.509","10539.360"],["19995.483","10561.555"],["19939.584","10623.706"],["19939.658","10538.272"],["20013.999","10619.848"],["19987.260","10445.887"],["19997.393","10473.531"],["20048.205","10501.099"],["19977.046","10532.374"],["20009.516","10531.560"],["19961.031","10619.908"],["20001.247","10643.861"],["19954.197","10557.000"],["20040.545","10621.318"],["20012.179","10462.829"],["20032.119","10526.714"],["20001.717","10522.448"],["19997.358","10546.212"],["19959.913","10602.715"],["19939.181","10545.919"],["20068.023","10634.232"],["20028.719","10597.668"],["19997.304","10580.445"],["20006.712","10523.236"],["19991.077","10486.331"],["20048.830","10492.940"],["19999.431","10528.113"],["19997.177","10567.996"],["19954.962","10598.025"],["19960.694","10548.578"],["20026.680","10617.437"],["4823.805","17971.719"],["4821.420","17969.308"],["4796.650","17993.503"],["4792.900","17980.951"],["4802.193","17964.568"],["4778.882","17994.124"],["28515.606","10874.474"],["28419.218","10884.507"],["28501.228","10970.849"],["28499.894","10974.364"],["28357.640","10879.681"],["28458.662","10864.425"],["28459.599","10867.552"],["28563.330","10940.125"],["28538.144","11063.392"],["28529.151","10972.088"],["28529.883","10969.076"],["28504.341","10975.618"],["28486.090","10992.304"],["28489.604","10991.444"],["28481.678","10986.508"],["28486.872","10972.821"],["28484.830","10975.438"],["28388.498","10884.775"],["28482.226","11060.610"],["28371.808","10880.241"],["28460.976","10864.167"],["28490.686","10859.488"],["28485.263","10933.859"],["28561.043","10939.856"],["28473.071","11048.661"],["28481.343","10933.175"],["28505.002","10860.469"],["28473.156","11059.096"],["28480.012","10932.562"],["28383.607","10885.603"],["28490.981","11057.859"],["28397.354","10902.210"],["28566.806","11037.361"],["28417.453","10862.164"],["28541.621","10926.349"],["28391.154","10941.259"],["28565.975","11004.324"],["28451.405","10973.308"],["28529.328","10970.447"],["28529.231","10972.602"],["28439.816","10885.006"],["28410.465","10883.663"],["28396.126","10891.191"],["28497.061","10924.419"],["28519.951","10938.299"],["28382.715","11019.963"],["28428.815","10991.113"],["28525.444","11011.383"],["28544.397","10962.686"],["28395.181","10951.448"],["28418.057","10978.907"],["28564.017","11050.743"],["28460.721","10967.286"],["28462.733","10926.291"],["28374.057","11011.428"],["28397.547","10985.717"],["28487.050","10867.527"],["28472.278","11043.307"],["28492.066","11060.467"],["28520.253","10984.478"],["27329.944","16812.622"],["27333.839","16797.293"],["27379.247","16957.323"],["27378.866","16966.745"],["27475.341","16874.820"],["27352.939","16918.941"],["27402.927","16950.063"],["27409.202","16977.706"],["27343.626","16974.163"],["27395.661","16974.581"],["27359.853","16958.719"],["27358.587","16962.617"],["27380.546","16960.229"],["27470.899","16883.611"],["27475.226","16879.659"],["27455.391","16843.854"],["27371.360","16943.400"],["27371.689","16941.781"],["27417.927","16959.048"],["27407.943","16952.970"],["27401.308","16959.820"],["27416.538","16969.465"],["27397.951","16978.602"],["27333.332","16986.101"],["27319.234","16972.503"],["27318.138","16986.355"],["27323.264","16977.747"],["27336.405","16963.346"],["14122.683","13496.221"],["14137.635","13548.196"],["14162.354","13431.580"],["14070.610","13467.042"],["14117.552","13445.090"],["14218.388","13486.498"],["14126.367","13422.745"],["14136.801","13467.706"],["14148.324","13411.069"],["14185.298","13421.671"],["14112.420","13433.843"],["14106.900","13456.143"],["14130.264","13566.657"],["14064.963","13402.990"],["14192.828","13393.834"],["14197.255","13412.103"],["14120.090","13403.508"],["14046.549","13516.833"],["14101.464","13464.489"],["14180.394","13462.313"],["14063.624","13541.961"],["14077.271","13588.610"],["14196.779","13436.106"],["14161.384","13414.438"],["14066.993","13449.335"],["14081.792","13578.290"],["14173.966","13437.443"],["14150.068","13429.252"],["14174.056","13404.547"],["14071.973","13583.014"],["14053.384","13415.459"],["14182.598","13395.353"],["14196.778","13414.597"],["14072.864","13454.405"],["14123.181","13517.937"],["14065.683","13478.067"],["14182.659","13560.786"],["14054.223","13527.388"],["14191.812","13405.404"],["14131.640","13470.349"],["14106.970","13400.300"],["14207.535","13508.657"],["14043.507","13543.967"],["14165.507","13523.808"],["14210.302","13493.832"],["14188.575","13471.790"],["14177.733","13417.906"],["14121.421","13449.565"],["14107.095","13460.728"],["14171.455","13574.654"],["14104.756","13486.097"],["14172.356","13529.791"],["14154.213","13439.838"],["14148.670","13455.858"],["14041.542","13483.623"],["14107.601","13577.905"],["14163.983","13466.515"],["14077.108","13516.156"],["14176.973","13600.189"],["14139.370","13411.686"],["14111.910","13477.229"],["14200.131","13411.239"],["14105.117","13462.183"],["14156.417","13461.770"],["14126.598","13473.562"],["14204.032","13474.883"],["14139.312","13477.388"],["14080.085","13518.831"],["14058.604","13429.437"],["14166.562","13567.819"],["14061.312","13405.187"],["14185.312","13404.552"],["14204.640","13414.019"],["14059.947","13412.883"],["14201.466","13409.940"],["14091.325","13491.478"],["14047.589","13510.184"],["14185.432","13458.639"],["14087.229","13515.541"],["6490.082","18920.297"],["6484.273","18906.359"],["6583.418","18889.571"],["6466.629","18942.402"],["6461.932","18935.644"],["6470.995","18924.628"],["6494.843","18967.758"],["6506.348","18947.568"],["6519.359","18938.923"],["6503.005","18979.964"],["6470.649","18951.989"],["6475.187","18950.783"],["6500.427","18945.757"],["6503.173","18951.967"],["6503.962","18937.486"],["6504.390","18931.606"],["6505.210","18923.510"],["6519.141","18917.284"],["6462.375","18962.018"],["6475.336","18969.798"],["6624.580","18957.119"],["6631.832","18962.974"],["6623.098","18969.924"],["6637.958","18965.042"],["6624.180","18913.601"],["6614.751","18913.797"],["6612.956","18920.275"],["6614.453","18937.219"],["6599.997","18929.242"],["6584.915","18941.050"],["6645.842","18943.875"],["6669.962","18931.826"],["6666.442","18924.312"],["6625.383","18971.212"],["6537.963","18981.806"],["6606.584","18889.338"],["6632.560","18907.319"],["6629.862","18908.789"],["6663.572","18913.895"],["6530.263","18948.383"],["6547.086","18953.083"],["6515.062","18945.839"],["6517.858","18968.399"],["6664.625","18939.704"],["6652.635","18949.778"],["6549.198","18957.635"],["6567.322","18960.615"],["6587.922","18968.857"],["6587.050","18960.335"],["6599.700","18964.164"],["6637.499","18946.690"],["6653.928","18905.975"],["6647.283","18898.576"],["6521.465","18892.012"],["6546.825","18895.326"],["6566.562","18946.623"],["6499.819","18896.383"],["6475.096","18905.765"],["6482.661","18896.681"],["6476.852","18937.888"],["6596.284","18956.351"],["6472.409","18920.400"],["6465.616","18931.647"],["6489.530","18966.668"],["6506.693","18936.354"],["6526.177","18971.350"],["6491.706","18974.514"],["6472.489","18960.791"],["6473.509","18941.518"],["6501.479","18944.849"],["6497.959","18945.097"],["6501.512","18916.544"],["6506.841","18930.945"],["6508.681","18925.657"],["6508.154","18930.034"],["6485.176","18978.264"],["6483.367","18977.108"],["6503.818","18979.468"],["6615.254","18949.126"],["6642.570","18971.531"],["6603.945","18915.631"],["6608.501","18917.233"],["6598.614","18921.315"],["6608.631","18925.081"],["6607.448","18946.203"],["6591.313","18927.673"],["6651.040","18944.222"],["6668.576","18916.358"],["6666.196","18921.653"],["6633.278","18969.544"],["6537.667","18975.762"],["6628.918","18892.471"],["6635.060","18903.207"],["6629.287","18898.864"],["6540.450","18948.348"],["6514.289","18949.175"],["6518.483","18964.584"],["6669.527","18937.937"],["6574.147","18974.768"],["6570.743","18961.061"],["6613.286","18953.017"],["6608.927","18953.859"],["6638.766","18950.984"],["6626.414","18941.999"],["6664.232","18935.596"],["6665.350","18918.222"],["6535.949","18959.031"],["6495.345","18975.425"],["6488.585","18979.174"],["6477.809","18912.883"],["6504.520","18890.752"],["6622.121","18956.789"],["6560.888","18962.504"],["6593.564","18891.471"],["6657.464","18921.904"],["6593.796","18922.390"],["6493.733","18966.524"],["8390.255","13601.863"],["8366.771","13591.020"],["8357.380","13569.769"],["8372.328","13560.207"],["8366.978","13571.097"],["8358.914","13550.812"],["8547.864","13588.621"],["8498.460","13551.952"],["8516.885","13508.204"],["8507.139","13517.815"],["8500.966","13467.163"],["8545.960","13438.956"],["8550.347","13408.578"],["8533.816","13394.148"],["8523.356","13504.514"],["8444.731","13494.391"],["8418.362","13470.492"],["8409.905","13505.825"],["8414.027","13561.742"],["8428.811","13544.793"],["8456.494","13539.127"],["8424.480","13531.731"],["8447.148","13597.228"],["8459.890","13416.396"],["8459.612","13501.416"],["8444.513","13557.426"],["8387.673","13601.566"],["8362.807","13585.322"],["8360.667","13572.395"],["8370.761","13572.567"],["8357.742","13541.307"],["8409.019","13532.788"],["8546.071","13580.050"],["8511.979","13546.915"],["8528.266","13514.017"],["8500.050","13512.001"],["8501.755","13474.694"],["8547.506","13439.005"],["8540.857","13416.059"],["8531.875","13508.957"],["8441.491","13499.825"],["8411.092","13470.790"],["8403.030","13498.558"],["8431.344","13556.931"],["8449.602","13536.534"],["8456.375","13591.398"],["8460.334","13422.077"],["8466.734","13507.874"],["8434.940","13555.659"],["8403.741","13599.430"],["8367.215","13593.927"],["8360.209","13570.875"],["8372.674","13565.888"],["8369.626","13569.478"],["8364.095","13546.022"],["8358.302","13545.403"],["8547.584","13581.421"],["8508.504","13563.045"],["8506.667","13559.004"],["8518.694","13509.475"],["8498.422","13511.985"],["8510.061","13478.377"],["8546.848","13435.322"],["8544.261","13409.965"],["8527.106","13511.121"],["8447.346","13494.177"],["8422.737","13479.378"],["8395.168","13504.917"],["8411.642","13562.007"],["8430.768","13560.185"],["8448.599","13530.192"],["8424.875","13534.126"],["8450.947","13586.889"],["8467.731","13393.102"],["8464.117","13428.208"],["8452.374","13414.959"],["8464.481","13507.065"],["8442.259","13552.373"],["8386.833","13596.507"],["8387.772","13603.068"],["8358.696","13593.663"],["8356.870","13567.407"],["8375.651","13571.371"],["8369.215","13565.944"],["8358.552","13550.911"],["8546.466","13589.629"],["8518.816","13552.211"],["8504.479","13554.132"],["8503.553","13503.711"],["8496.575","13472.084"],["8537.719","13432.779"],["8538.061","13412.013"],["8544.950","13397.649"],["8529.490","13496.290"],["8455.504","13489.123"],["8412.408","13476.504"],["8409.115","13499.467"],["8416.401","13555.212"],["8420.143","13547.121"],["8462.612","13528.706"],["8410.171","13538.139"],["8443.332","13596.138"],["8456.370","13428.885"],["8455.959","13409.558"],["8462.639","13500.970"],["8436.503","13544.660"],["8360.902","13566.213"],["8360.344","13516.191"],["8550.098","13510.993"],["8530.052","13522.011"],["8532.126","13567.675"],["8497.274","13420.034"],["8498.549","13431.017"],["8491.878","13424.166"],["8494.360","13422.970"],["8485.577","13438.312"],["8488.562","13456.218"],["8464.513","13417.640"],["8381.923","13586.795"],["8379.276","13580.998"],["8377.956","13569.352"],["8495.136","13528.305"],["8526.911","13471.976"],["8538.865","13574.383"],["8435.767","13552.704"],["8485.229","13444.168"],["8476.032","13469.886"],["8450.090","13436.011"],["8471.593","13481.179"],["8394.651","13590.049"],["8390.113","13598.634"],["8487.965","13508.884"],["8498.967","13462.150"],["8566.682","13521.596"],["8418.333","13556.932"],["8480.395","13398.614"],["24379.391","8757.467"],["24479.263","8766.782"],["24371.875","8828.174"],["24475.398","8763.743"],["24417.155","8747.211"],["24443.079","8773.818"],["5402.000","9520.033"],["5408.694","9487.630"],["5409.089","9488.637"],["5401.968","9505.383"],["5388.037","9519.372"],["5382.708","9465.284"],["5391.803","9476.862"],["5389.369","9504.475"],["26352.888","7222.005"],["9027.876","13558.349"],["9006.152","13576.654"],["9012.414","13533.265"],["8996.223","13500.992"],["9006.384","13488.688"],["8939.543","13409.142"],["8938.654","13414.459"],["8887.735","13463.508"],["8787.805","13486.251"],["8937.848","13416.739"],["8954.465","13569.456"],["8873.523","13528.137"],["8965.468","13472.422"],["8971.133","13475.600"],["8947.514","13446.570"],["8925.758","13442.514"],["8934.775","13439.560"],["8940.231","13531.646"],["8938.305","13555.628"],["8887.864","13531.324"],["8879.380","13538.456"],["8867.729","13527.698"],["8861.077","13530.414"],["8963.548","13510.431"],["8987.770","13533.515"],["8967.579","13538.772"],["8967.467","13604.189"],["8930.029","13570.107"],["8888.957","13528.603"],["8943.720","13421.363"],["8959.352","13574.494"],["8946.256","13577.938"],["8880.317","13467.332"],["8939.045","13472.376"],["8940.553","13505.124"],["8921.830","13511.862"],["8926.740","13517.388"],["8930.051","13531.624"],["8939.335","13529.918"],["8884.924","13531.746"],["8873.792","13535.067"],["8868.182","13535.648"],["8839.646","13515.662"],["8987.762","13486.195"],["8830.685","13573.520"],["8980.554","13497.072"],["8976.165","13473.965"],["8822.658","13568.953"],["8938.332","13574.284"],["8966.787","13559.997"],["8928.428","13526.250"],["8984.147","13495.654"],["8931.091","13528.544"],["9339.479","15150.428"],["9382.479","15148.692"],["9347.066","15124.139"],["9354.583","15122.369"],["9381.386","15131.054"],["9263.369","15091.046"],["9292.079","15109.554"],["9284.123","15129.974"],["9255.418","15123.977"],["9235.590","15114.846"],["9295.066","15137.761"],["9342.612","15120.245"],["9217.653","15084.300"],["9228.550","15153.953"],["9353.758","15167.042"],["9354.270","15156.458"],["9351.511","15157.225"],["9318.307","15170.407"],["9313.632","15163.001"],["9302.156","15153.176"],["9299.263","15152.390"],["9317.621","15178.488"],["9331.452","15150.791"],["9376.706","15141.788"],["9356.836","15122.666"],["9377.060","15127.305"],["9268.172","15095.803"],["9290.533","15109.190"],["9285.949","15133.574"],["9248.428","15124.638"],["9240.491","15110.387"],["9302.089","15138.867"],["9297.687","15138.255"],["9341.954","15122.293"],["9214.204","15087.273"],["9221.938","15154.762"],["9350.189","15167.405"],["9357.149","15158.440"],["9345.672","15161.486"],["9335.328","15169.618"],["9325.725","15175.378"],["9308.451","15164.405"],["9305.660","15145.380"],["9297.519","15149.880"],["9318.065","15174.805"],["9207.552","15291.857"],["9276.350","15282.360"],["9280.754","15271.312"],["9222.251","15119.189"],["9229.945","15123.308"],["9217.044","15099.935"],["9215.500","15093.592"],["9406.946","15291.262"],["9330.317","15151.914"],["9373.713","15147.486"],["9344.335","15121.480"],["9359.928","15123.905"],["9380.728","15123.623"],["9299.723","15107.740"],["9254.616","15084.570"],["9265.113","15092.632"],["9285.714","15104.698"],["9282.906","15130.849"],["9248.165","15124.522"],["9234.028","15118.926"],["9294.988","15136.296"],["9298.443","15129.502"],["9319.398","15119.604"],["9352.969","15168.611"],["9359.632","15156.854"],["9351.248","15153.955"],["9331.233","15171.666"],["9325.643","15174.734"],["9315.556","15165.941"],["9308.785","15149.724"],["9297.634","15152.043"],["9318.279","15175.730"],["9339.034","15147.207"],["9380.407","15157.230"],["9356.343","15124.450"],["9380.843","15126.909"],["9302.684","15114.032"],["9254.550","15086.733"],["9263.024","15096.149"],["9286.882","15109.372"],["9285.455","15132.385"],["9248.790","15126.042"],["9234.784","15117.769"],["9302.456","15139.180"],["9320.007","15120.595"],["9338.369","15121.864"],["9206.353","15087.021"],["9231.411","15154.580"],["9359.104","15169.354"],["9352.053","15156.578"],["9357.774","15154.591"],["9343.912","15153.262"],["9329.999","15170.180"],["9319.985","15171.184"],["9309.585","15159.747"],["9303.834","15151.442"],["9295.546","15147.782"],["9316.749","15182.831"],["9276.367","15271.436"],["20305.699","6218.862"],["20340.863","6211.248"],["20234.286","6266.750"],["20204.105","6255.272"],["20244.220","6285.462"],["20263.431","6269.805"],["20306.530","6306.796"],["20335.164","6282.551"],["20352.229","6233.643"],["20341.406","6211.694"],["20222.674","6313.009"],["20203.283","6254.793"],["20166.506","6304.091"],["20187.296","6297.369"],["20173.102","6316.527"],["20314.490","6402.568"],["20308.560","6257.161"],["20188.053","6239.682"],["20227.181","6310.334"],["20199.171","6262.407"],["20252.789","6280.408"],["20299.845","6228.649"],["20243.816","6343.344"],["20340.477","6298.241"],["5317.641","18854.750"],["5248.612","18839.960"],["5339.350","18843.607"],["5320.481","18879.125"],["5387.576","18683.658"],["5387.814","18774.165"],["5385.100","18775.750"],["5383.060","18809.854"],["5390.429","18774.892"],["5389.327","18770.515"],["5341.365","18799.381"],["5373.487","18794.757"],["5351.628","18791.008"],["5373.273","18763.675"],["5359.638","18782.932"],["5371.661","18784.732"],["5344.661","18757.466"],["5217.878","18856.510"],["5207.933","18859.398"],["5241.663","18861.661"],["5235.188","18886.317"],["5380.031","18840.563"],["5369.323","18850.980"],["5375.828","18845.070"],["5402.302","18847.404"],["5335.020","18865.963"],["5317.490","18858.464"],["5301.153","18864.910"],["5370.189","18853.334"],["5404.495","18860.329"],["5370.577","18790.069"],["5372.353","18810.961"],["5385.445","18795.767"],["5368.669","18795.750"],["5374.178","18789.109"],["5355.164","18801.049"],["5332.336","18778.737"],["5408.011","18691.021"],["5403.229","18724.238"],["5408.821","18727.211"],["5406.584","18725.840"],["5405.186","18716.146"],["5387.734","18683.752"],["5392.997","18678.714"],["5392.767","18679.705"],["5400.102","18681.786"],["5382.353","18680.840"],["5349.376","18754.600"],["5347.402","18754.452"],["5345.395","18753.659"],["5341.793","18756.945"],["5344.797","18781.997"],["5342.626","18782.476"],["5344.353","18782.625"],["5346.294","18788.736"],["5342.396","18789.726"],["5338.498","18801.285"],["5345.422","18804.175"],["5343.547","18805.479"],["5351.211","18799.996"],["5345.504","18796.264"],["5350.702","18803.844"],["5357.304","18786.035"],["5361.284","18774.326"],["5358.669","18785.688"],["5352.502","18785.143"],["5355.791","18772.344"],["5367.535","18803.858"],["5367.733","18802.405"],["5357.963","18807.177"],["5364.723","18799.052"],["5355.381","18808.267"],["5378.459","18800.415"],["5371.995","18791.447"],["5368.590","18793.941"],["5379.692","18804.808"],["5381.732","18799.011"],["5383.853","18799.953"],["5325.235","18847.080"],["5323.887","18853.570"],["5316.666","18858.079"],["5326.420","18858.030"],["5317.308","18857.815"],["5316.847","18857.584"],["5331.378","18838.022"],["5344.586","18850.607"],["5333.155","18850.128"],["5331.691","18848.212"],["5342.152","18842.746"],["5334.142","18843.126"],["5355.362","18843.966"],["5356.497","18840.365"],["5356.694","18840.580"],["5359.622","18837.178"],["5365.728","18778.498"],["5374.380","18782.610"],["5367.176","18787.433"],["5368.557","18786.640"],["5362.044","18777.094"],["5371.781","18774.601"],["5384.914","18766.620"],["5395.950","18770.203"],["5382.989","18774.448"],["5385.473","18769.312"],["5382.002","18776.991"],["5385.983","18768.321"],["5403.387","18771.902"],["5408.469","18771.274"],["5399.341","18778.855"],["5400.245","18780.142"],["5404.357","18779.630"],["5404.209","18783.495"],["5409.041","18809.840"],["5394.896","18809.543"],["5391.607","18813.358"],["5402.363","18805.778"],["5398.399","18799.502"],["5403.515","18807.941"],["5401.179","18813.061"],["5220.659","18872.566"],["5220.493","18858.624"],["5215.576","18864.387"],["5227.814","18868.680"],["5228.737","18884.686"],["5273.329","18867.752"],["5268.109","18884.682"],["5239.876","18887.902"],["5257.452","18882.427"],["5396.520","18856.076"],["5384.233","18855.953"],["5394.242","18838.276"],["5346.493","18886.815"],["5330.966","18867.178"],["5320.999","18795.170"],["5313.575","18876.268"],["5351.060","18873.829"],["5352.557","18851.418"],["5400.482","18862.707"],["5398.890","18874.049"],["5336.981","18845.720"],["5337.327","18864.251"],["5361.055","18882.161"],["25645.927","17785.295"],["17061.487","15976.802"],["17091.285","15996.127"],["17156.602","15944.651"],["17141.353","16122.698"],["17102.077","16064.750"],["17102.112","16083.871"],["16989.505","16136.525"],["17190.932","16093.507"],["17100.172","16137.875"],["17075.458","16071.944"],["17069.436","15943.757"],["17120.115","16134.666"],["17178.912","16088.468"],["8544.217","19183.165"],["8509.694","19204.718"],["8501.701","19201.216"],["8495.980","19228.356"],["8475.322","19227.283"],["8360.397","19209.177"],["8360.047","19222.811"],["8409.425","19197.569"],["8426.973","19228.446"],["8423.761","19218.221"],["8388.981","19193.283"],["8369.422","19184.656"],["8368.849","19257.977"],["8396.513","19220.273"],["8373.172","19219.937"],["8377.753","19208.689"],["8392.157","19201.869"],["8394.918","19197.503"],["8406.401","19207.517"],["8424.379","19222.407"],["8564.136","19182.526"],["8540.928","19179.287"],["8466.062","19227.943"],["8390.461","19232.593"],["8524.612","19215.089"],["8486.342","19238.100"],["8467.131","19256.779"],["8392.336","19256.738"],["3570.395","19046.203"],["3608.059","19042.603"],["3595.724","19054.329"],["3721.979","19051.413"],["3722.160","19060.975"],["3587.566","19037.120"],["10377.800","17559.414"],["10387.389","17526.450"],["10292.067","17559.225"],["10364.698","17503.069"],["10352.691","17464.638"],["10369.555","17483.182"],["10407.549","17414.985"],["10389.309","17416.025"],["10385.797","17558.619"],["10390.518","17558.041"],["10381.710","17537.469"],["10389.621","17529.624"],["10381.964","17577.636"],["10387.096","17570.617"],["10454.272","17614.189"],["10461.407","17460.953"],["10270.990","17543.594"],["10275.047","17555.422"],["10258.430","17588.935"],["10298.037","17470.337"],["10368.724","17448.892"],["10349.188","17491.079"],["10373.453","17485.874"],["10368.437","17492.398"],["10399.457","17435.034"],["10400.575","17434.076"],["10366.867","17552.030"],["10377.294","17546.167"],["10390.674","17527.130"],["10371.727","17539.368"],["10389.842","17575.522"],["10450.357","17608.904"],["10453.515","17610.820"],["10414.006","17605.095"],["10436.539","17603.493"],["10299.467","17444.159"],["10287.904","17493.606"],["10269.452","17590.571"],["14946.319","15753.817"],["15073.445","15838.054"],["15061.455","15840.746"],["15077.343","15836.898"],["15074.515","15836.766"],["14933.635","15727.210"],["15076.258","15836.733"],["14951.154","15752.248"],["14947.520","15752.215"],["14886.180","15722.225"],["14942.947","15733.536"],["14934.930","15723.777"],["15041.882","15836.316"],["14948.375","15729.639"],["14896.361","15728.864"],["14935.901","15726.849"],["15025.561","15799.696"],["14948.819","15731.670"],["15021.975","15793.998"],["14893.680","15722.027"],["14934.622","15725.129"],["14951.763","15730.035"],["14943.852","15752.991"],["15040.303","15836.630"],["14953.950","15740.324"],["14918.684","15745.591"],["15039.316","15836.795"],["14915.428","15747.160"],["14927.286","15731.388"],["14925.135","15719.796"],["14952.947","15748.813"],["14928.043","15746.367"],["15070.403","15842.150"],["23601.101","17011.788"],["23578.644","16992.509"],["23563.458","17031.726"],["23570.483","17064.832"],["23589.691","17042.280"],["23515.182","17030.035"],["23517.690","17089.494"],["23552.058","17092.320"],["23515.704","17109.628"],["23600.394","17014.331"],["23581.446","16994.050"],["23558.200","17002.005"],["23555.843","17038.646"],["23579.725","17019.802"],["23550.713","17054.246"],["23568.000","17062.801"],["23572.714","17056.036"],["23586.340","17039.643"],["23524.286","17101.914"],["23522.411","17093.210"],["23573.094","17082.130"],["23558.127","17090.784"],["23563.916","16987.458"],["23517.826","17121.090"],["23522.711","17124.971"],["8546.125","19213.950"],["8492.296","19267.613"],["8509.105","19278.166"],["8526.955","19309.527"],["8550.738","19310.534"],["8526.511","19279.799"],["8533.954","19296.737"],["8550.434","19301.494"],["8540.056","19304.978"],["8531.783","19241.295"],["8547.671","19219.482"],["8496.556","19267.729"],["8523.024","19269.130"],["8543.691","19245.127"],["8545.681","19199.846"],["8555.319","19214.197"],["8560.171","19286.217"],["6506.706","14078.861"],["6521.608","14098.497"],["6568.322","14028.079"],["6540.350","14043.386"],["6478.894","14099.224"],["6511.597","14195.046"],["6506.920","14103.155"],["6503.746","14101.189"],["6563.437","14028.063"],["6538.096","14045.995"],["6562.055","14035.065"],["6543.211","14048.126"],["6493.055","14097.721"],["6561.562","14031.514"],["6540.728","14045.368"],["27526.137","17267.062"],["27531.600","17282.102"],["27517.244","17306.927"],["27529.259","17327.600"],["27517.246","17352.137"],["27521.104","17258.507"],["27544.527","17272.985"],["27526.742","17334.404"],["27555.762","17328.588"],["17416.328","16973.023"],["17415.421","16957.572"],["5563.089","8018.263"],["5572.443","8022.213"],["5569.601","8026.940"],["5555.310","8011.844"],["28166.696","10439.300"],["28174.073","10459.767"],["28183.140","10482.905"],["28295.275","10456.539"],["28356.272","10467.055"],["28157.177","10448.732"],["28177.142","10475.972"],["28176.784","10441.252"],["28307.331","10485.540"],["28234.903","10460.531"],["28319.486","10452.460"],["28258.578","10491.007"],["28295.933","10466.316"],["28196.745","10453.578"],["28326.382","10641.892"],["28319.322","10455.714"],["28202.519","10437.773"],["28313.647","10483.509"],["21245.434","13484.441"],["21241.168","13420.010"],["21229.579","13454.102"],["21268.519","13555.255"],["21231.299","13395.534"],["21366.872","13465.922"],["21211.602","13577.447"],["21219.743","13472.863"],["21387.809","13473.652"],["21277.638","13549.470"],["21214.348","13556.902"],["21240.845","13458.115"],["21259.138","13393.357"],["19043.340","12338.836"],["18916.752","12432.047"],["18965.114","12371.868"],["19025.840","12371.371"],["18986.331","12375.286"],["18968.272","12377.565"],["18946.818","12437.332"],["19021.169","12373.303"],["18886.382","12410.807"],["18991.223","12395.363"],["18978.020","12403.792"],["28912.043","8840.165"],["28910.479","8757.245"],["28898.884","8753.562"],["28877.453","8824.561"],["28929.002","8795.781"],["28801.144","8918.308"],["28887.183","8848.963"],["28880.760","8922.972"],["28960.679","8816.079"],["28854.395","8904.921"],["28888.933","8790.110"],["28914.353","8912.721"],["28939.502","8934.033"],["28868.400","8886.155"],["28952.084","8763.571"],["28911.153","8784.726"],["28910.167","8829.053"],["28877.339","8909.810"],["28839.049","8941.998"],["28935.679","8795.633"],["28894.135","8832.075"],["28877.183","8922.357"],["28887.173","8768.227"],["28875.545","8787.534"],["28906.311","8887.503"],["28886.065","8909.475"],["28895.052","8882.279"],["28941.897","8775.038"],["28867.891","8887.840"],["28960.564","8821.215"],["28937.226","8799.514"],["28788.679","8921.782"],["28913.565","8851.489"],["28823.825","8921.182"],["28944.380","8783.791"],["28889.722","8813.562"],["28869.141","8891.836"],["28919.263","8839.801"],["28905.183","8780.184"],["28907.808","8910.977"],["28911.048","8917.412"],["28931.403","8780.554"],["28891.072","8905.400"],["28896.877","8825.519"],["28881.756","8859.565"],["18522.179","17799.695"],["18549.288","17766.750"],["18662.655","17732.777"],["18483.694","17778.201"],["18603.313","17806.985"],["18503.281","17795.401"],["18544.321","17748.055"],["18660.830","17757.154"],["18663.198","17741.068"],["18668.478","17730.861"],["18655.682","17739.697"],["18658.872","17751.918"],["18612.096","17809.694"],["18649.316","17802.824"],["18498.512","17816.937"],["18569.090","17746.634"],["18654.188","17672.374"],["18629.600","17698.650"],["18471.572","17784.659"],["18495.107","17820.405"],["18536.705","17762.010"],["18530.008","17797.217"],["18547.314","17769.128"],["18468.109","17621.765"],["18665.346","17717.078"],["18632.396","17700.599"],["18669.201","17766.303"],["18659.284","17769.094"],["18661.849","17738.508"],["14108.139","12103.590"],["14066.688","12064.214"],["14080.816","12119.490"],["14141.544","12087.703"],["14117.942","12090.989"],["14065.668","12116.930"],["14055.471","12071.844"],["14118.024","12121.526"],["14046.770","12083.421"],["14072.790","12119.969"],["14147.152","12090.213"],["14126.659","12087.356"],["14087.514","12121.493"],["14083.402","12121.493"],["14052.478","12061.357"],["14065.849","12061.456"],["14244.185","12026.586"],["14167.804","12108.974"],["14237.671","12057.040"],["14118.523","12099.115"],["14112.256","12123.244"],["20235.348","16128.909"],["20231.710","15945.041"],["20289.865","15956.468"],["20319.323","15960.988"],["20356.275","15982.896"],["20222.883","15969.088"],["20162.519","15949.132"],["20256.288","16136.678"],["20233.737","16127.736"],["20205.361","15956.601"],["20219.060","16005.014"],["20210.432","15972.738"],["20187.340","15966.429"],["20147.387","15939.140"],["20172.157","15968.141"],["7138.793","14591.311"],["7141.764","14595.852"],["7106.341","14601.624"],["7172.670","14606.312"],["7140.991","14602.954"],["7105.486","14605.208"],["7176.060","14582.969"],["7128.678","14592.219"],["7130.218","14605.547"],["7113.282","14601.377"],["7154.038","14585.545"],["7127.428","14588.569"],["7128.968","14604.044"],["7107.015","14595.646"],["7178.027","14600.987"],["27749.788","11641.173"],["27734.229","11649.166"],["27738.176","11625.780"],["27768.078","11664.178"],["27739.936","11634.732"],["27738.324","11647.828"],["7892.566","12747.252"],["7860.684","12752.850"],["7858.908","12740.778"],["7861.950","12752.355"],["7884.713","12734.584"],["7891.102","12746.624"],["7861.111","12735.129"],["7875.536","12744.378"],["7861.720","12748.573"],["7877.213","12741.620"],["7801.072","12577.958"],["7778.704","12560.914"],["7835.571","12598.607"],["7925.125","12609.234"],["7814.345","12575.035"],["7805.554","12588.368"],["7843.334","12594.957"],["7882.510","12748.771"],["7812.635","12582.516"],["7835.127","12602.719"],["7835.275","12595.783"],["7768.753","12551.451"],["7828.934","12584.168"],["7848.317","12598.673"],["21453.328","15671.949"],["21499.124","15642.249"],["21442.587","15662.040"],["21440.564","15655.170"],["21503.466","15633.380"],["21484.075","15651.861"],["24189.547","16725.636"],["24240.368","16704.293"],["24253.380","16749.369"],["24184.925","16729.286"],["24235.611","16733.712"],["24260.929","16760.037"],["24231.088","16740.780"],["24266.324","16739.030"],["24195.221","16734.141"],["24172.803","16709.137"],["24209.657","16704.810"],["24228.341","16705.025"],["24248.183","16744.876"],["24155.205","16746.429"],["24244.443","16725.437"],["24278.791","16755.479"],["24227.370","16700.235"],["22585.491","16285.864"],["22563.990","16234.016"],["22526.457","16234.749"],["22470.167","16263.974"],["22499.107","16313.749"],["22613.896","16325.513"],["22576.166","16270.620"],["22571.889","16277.705"],["22552.197","16268.434"],["22538.809","16233.487"],["22529.960","16242.065"],["22520.716","16247.268"],["22471.762","16258.921"],["22469.048","16278.128"],["22493.959","16341.148"],["22501.196","16306.813"],["22584.725","16143.064"],["22552.476","16173.973"],["22524.973","16141.656"],["22533.234","16147.671"],["8960.340","17390.013"],["8937.541","17341.448"],["8907.480","17396.704"],["8914.838","17349.970"],["8909.843","17380.067"],["8984.636","17221.912"],["8930.250","17273.878"],["8934.085","17272.698"],["8944.496","17304.458"],["8920.926","17302.430"],["8843.478","17281.099"],["8827.239","17272.133"],["8800.999","17269.929"],["8836.914","17198.295"],["8883.486","17227.694"],["8872.957","17392.501"],["8829.814","17389.563"],["8803.119","17369.300"],["8806.307","17382.797"],["8811.916","17384.536"],["8826.624","17393.196"],["8824.269","17389.431"],["8817.543","17396.046"],["8830.905","17378.007"],["8798.197","17385.029"],["8793.424","17380.306"],["8789.145","17381.524"],["8792.697","17384.822"],["8794.428","17388.688"],["8784.228","17385.269"],["8779.284","17378.369"],["8800.574","17391.978"],["8789.318","17377.364"],["8791.353","17372.697"],["8783.293","17370.351"],["8821.103","17352.673"],["8816.777","17349.491"],["8813.481","17352.321"],["8818.143","17355.869"],["8814.387","17346.507"],["8802.623","17351.535"],["8831.048","17353.670"],["8841.448","17359.486"],["8876.873","17355.875"],["8882.461","17352.010"],["8872.832","17356.725"],["8868.235","17351.252"],["8887.349","17364.445"],["8860.464","17378.989"],["8803.490","17373.143"],["8939.407","17379.859"],["8963.881","17343.542"],["8983.799","17341.428"],["8921.223","17220.091"],["8890.942","17208.056"],["8979.547","17219.808"],["8976.979","17239.458"],["8919.438","17270.299"],["8909.649","17276.598"],["8954.487","17287.728"],["8950.741","17303.857"],["8826.644","17290.456"],["8889.945","17226.531"],["8952.768","17399.541"],["8973.677","17391.817"],["8944.078","17338.818"],["8973.141","17408.001"],["8947.354","17257.651"],["8931.371","17217.019"],["8887.521","17198.312"],["8984.440","17226.792"],["8980.326","17245.158"],["8924.933","17301.985"],["8947.667","17304.896"],["8953.515","17284.482"],["8926.336","17272.057"],["8810.977","17291.265"],["8795.672","17273.300"],["8886.113","17222.100"],["8808.857","17379.371"],["8810.867","17372.688"],["8807.699","17369.701"],["8812.181","17367.505"],["8830.887","17395.827"],["8838.039","17396.037"],["8858.637","17405.985"],["8843.425","17408.061"],["8837.861","17404.851"],["8830.586","17392.103"],["8876.209","17394.871"],["8870.813","17359.662"],["8867.587","17361.880"],["8860.850","17356.242"],["8820.349","17359.910"],["8815.720","17359.096"],["8862.701","17349.328"],["8964.194","17361.561"],["8984.786","17374.766"],["8947.370","17264.026"],["8911.355","17214.839"],["8893.820","17206.091"],["8819.012","17266.439"],["8794.411","17376.198"],["8787.550","17404.024"],["8939.295","17251.193"],["8929.249","17212.725"],["23769.523","8344.261"],["23888.602","8414.227"],["23847.623","8497.957"],["23845.821","8358.151"],["23880.655","8476.288"],["23735.740","8346.491"],["23915.260","8530.539"],["23814.646","8472.259"],["23815.372","8408.945"],["23879.951","8410.082"],["23839.300","8493.558"],["23747.324","8444.483"],["23833.418","8440.384"],["23917.747","8364.334"],["23768.035","8453.432"],["23737.916","8403.888"],["23797.796","8357.540"],["23811.741","8419.965"],["23883.947","8414.706"],["23836.176","8524.117"],["23832.697","8334.286"],["23743.128","8483.853"],["23915.428","8453.500"],["23808.939","8449.584"],["11772.918","17153.369"],["11888.639","17077.229"],["11935.290","17140.100"],["11901.159","17119.256"],["11934.933","17030.414"],["11786.602","17183.773"],["11875.860","17184.445"],["11877.758","17194.986"],["11879.988","17182.447"],["11834.629","17150.529"],["11839.037","17188.613"],["11889.227","17188.368"],["11769.500","17111.575"],["11862.973","17148.575"],["11856.098","17068.703"],["11914.533","17049.990"],["11926.465","17055.260"],["11915.807","17054.962"],["11794.923","17106.031"],["11835.631","17089.334"],["11865.288","17090.898"],["11753.867","17135.865"],["11761.959","17133.388"],["11926.976","17044.630"],["11787.129","17144.946"],["11896.323","17116.184"],["11830.909","17186.378"],["11811.833","17153.204"],["11802.853","17161.099"],["11894.794","17101.816"],["11828.115","17138.346"],["11837.645","17163.720"],["11828.993","17029.000"],["11866.558","17054.813"],["11932.609","17118.514"],["11797.637","17070.705"],["11835.598","17083.207"],["11860.979","17108.718"],["11742.914","17190.573"],["11746.598","17173.496"],["11886.942","17062.025"],["11896.372","17114.648"],["11805.731","17196.243"],["11779.892","17195.895"],["11766.294","17188.086"],["11933.226","17025.968"],["11904.515","17076.330"],["11840.851","17070.767"],["11829.923","17111.894"],["11796.260","17059.205"],["11888.416","17107.303"],["11896.080","17148.162"],["11843.812","17121.127"],["11828.953","17101.142"],["11777.440","17079.854"],["11913.587","17091.758"],["11910.658","17182.571"],["11763.362","17162.105"],["11895.715","17162.229"],["11844.552","17059.801"],["11901.326","17052.220"],["11756.811","17122.587"],["11756.746","17096.047"],["11725.357","17152.547"],["11920.725","17084.558"],["11898.089","17160.846"],["11832.359","17196.078"],["11788.165","17149.933"],["11764.254","17080.840"],["11745.057","17062.626"],["11754.138","17047.271"],["11770.027","17051.004"],["11844.315","17072.076"],["11819.194","17021.102"],["11805.135","17044.510"],["11807.111","17041.874"],["11823.088","17052.749"],["11863.775","17131.112"],["11738.061","17123.958"],["11759.780","17079.189"],["11822.966","17123.289"],["11873.316","17167.669"],["11873.530","17173.086"],["11900.314","17171.398"],["11867.926","17168.991"],["11841.663","17174.890"],["11897.779","17183.198"],["11827.342","17137.884"],["11751.784","17054.996"],["11741.143","17056.697"],["11871.259","17111.724"],["11808.381","17034.462"],["11884.020","17041.513"],["11858.269","17053.740"],["11921.819","17055.209"],["11808.395","17162.800"],["11917.272","17180.068"],["11898.547","17108.211"],["11931.984","17117.292"],["11862.973","17144.199"],["11894.481","17163.930"],["11801.605","17059.387"],["11855.091","17101.435"],["11795.532","17129.747"],["11868.841","17069.328"],["11763.966","17121.910"],["11767.330","17170.084"],["11803.657","17106.807"],["11782.244","17174.706"],["11799.994","17063.020"],["11810.138","17058.760"],["11833.681","17166.296"],["11875.872","17081.028"],["11753.671","17145.239"],["11729.098","17112.397"],["16719.768","14465.604"],["16744.550","14471.142"],["16594.956","14583.240"],["16598.394","14590.044"],["16592.762","14632.989"],["16632.274","14569.877"],["16611.847","14557.673"],["16574.737","14626.998"],["16648.071","14601.527"],["16637.429","14610.544"],["16639.210","14647.017"],["16720.174","14628.461"],["16734.835","14574.578"],["16763.371","14547.048"],["16730.009","14593.434"],["16671.868","14570.131"],["16747.126","14566.587"],["16738.540","14468.530"],["16716.171","14531.883"],["16763.128","14513.061"],["16726.812","14469.973"],["16652.469","14470.302"],["16668.998","14469.559"],["16634.529","14601.258"],["16618.130","14573.181"],["16607.044","14567.565"],["16574.933","14610.723"],["16620.324","14661.312"],["16610.686","14623.657"],["16632.565","14635.374"],["16693.147","14625.789"],["16749.364","14645.381"],["16708.240","14603.018"],["16716.233","14604.653"],["16675.108","14579.413"],["16701.880","14536.942"],["16693.359","14471.833"],["16725.497","14512.229"],["16733.325","14518.247"],["16754.361","14504.952"],["16750.783","14460.474"],["16717.762","14477.330"],["16588.502","14660.041"],["16622.669","14561.868"],["16582.504","14550.556"],["16600.850","14639.644"],["16719.999","14596.874"],["16710.415","14535.153"],["16760.430","14525.051"],["16737.548","14481.888"],["16650.298","14467.181"],["16599.955","14576.583"],["16648.893","14607.225"],["16682.588","14639.596"],["16701.803","14653.614"],["16699.769","14612.795"],["16677.575","14553.896"],["16747.225","14566.851"],["16688.046","14516.193"],["16732.433","14481.624"],["21972.271","8745.909"],["21947.842","8898.689"],["21908.210","8830.640"],["21876.090","8812.270"],["21992.640","8795.829"],["21880.462","8858.998"],["21997.223","8778.039"],["21896.731","8839.603"],["21949.832","8881.315"],["21989.488","8761.902"],["21954.767","8849.952"],["21993.441","8772.540"],["21876.534","8875.556"],["21980.030","8899.696"],["21939.417","8933.092"],["14766.168","15144.565"],["14695.199","15288.665"],["14847.112","15119.509"],["14791.377","15267.285"],["14747.263","15216.291"],["14686.801","15157.015"],["14753.313","15156.477"],["14788.773","15162.009"],["14712.032","15192.790"],["14834.497","15095.760"],["14739.005","15137.742"],["14673.278","15176.887"],["14783.965","15204.210"],["14857.966","15272.768"],["14770.198","15135.234"],["14727.864","15291.341"],["14683.582","15211.398"],["14833.050","15109.071"],["14791.914","15161.810"],["14832.340","15120.577"],["14713.315","15218.851"],["14691.637","15149.517"],["14767.227","15169.590"],["14838.623","15207.415"],["14766.043","15234.700"],["14733.792","15211.898"],["14694.219","15133.778"],["14818.627","15197.866"],["14753.636","15139.668"],["14809.991","15118.319"],["14858.935","15213.839"],["14716.926","15281.448"],["14779.786","15153.698"],["14811.520","15187.657"],["14777.164","15096.539"],["14763.954","15193.306"],["14752.446","15283.619"],["14867.176","15245.253"],["14706.292","15228.562"],["14686.653","15140.583"],["14761.860","15202.526"],["14676.033","15244.693"],["14766.481","15150.081"],["14750.451","15192.959"],["14780.818","15278.334"],["14705.929","15144.001"],["14805.775","15197.521"],["14810.171","15171.637"],["14813.313","15103.720"],["14854.776","15287.095"],["21280.152","10408.642"],["21198.966","10276.389"],["21376.133","10311.879"],["21327.998","10278.646"],["21399.718","10386.205"],["21261.334","10281.938"],["21361.896","10252.882"],["21323.853","10376.916"],["21203.769","10290.906"],["21296.912","10397.857"],["21272.667","10290.682"],["21384.274","10358.105"],["21328.294","10240.875"],["21338.062","10320.835"],["21297.751","10386.809"],["21396.807","10298.022"],["21391.846","10263.006"],["21228.043","10390.146"],["21298.557","10388.262"],["21327.794","10418.790"],["21254.213","10275.051"],["21352.975","10337.692"],["21372.422","10254.154"],["21215.674","10379.940"],["21345.228","10402.473"],["21258.018","10347.969"],["21406.330","10311.433"],["21341.550","10259.802"],["5943.600","15940.994"],["5953.715","15948.723"],["5944.824","15950.518"],["5960.721","15935.426"],["5961.264","15934.518"],["5989.156","15967.742"],["5984.649","15965.182"],["6004.911","15956.210"],["6023.742","15965.962"],["6021.160","15945.582"],["6012.162","15947.307"],["6006.685","15938.075"],["6004.646","15938.422"],["5995.980","15962.176"],["5990.230","15969.140"],["5997.565","15978.273"],["6019.462","15992.284"],["6020.170","15997.932"],["6009.002","15988.766"],["6039.714","15954.188"],["5948.666","15950.209"],["5940.235","15947.314"],["5964.866","15938.317"],["5950.080","15942.875"],["6025.288","15949.348"],["6019.679","15945.400"],["6028.648","15945.451"],["6020.786","15943.271"],["6029.791","15934.155"],["6006.373","15938.339"],["6013.726","15977.651"],["6015.042","15965.050"],["5989.539","15977.447"],["6001.217","15985.755"],["6018.558","15998.411"],["6018.525","15986.504"],["6035.962","15941.111"],["6036.539","15966.806"],["5998.026","15930.490"],["23118.714","15187.322"],["23129.816","15242.318"],["23126.806","15222.203"],["23112.842","15224.977"],["9684.126","18572.150"],["9701.508","18564.837"],["9683.600","18565.082"],["9697.314","18551.806"],["9657.226","18483.058"],["9813.250","18512.247"],["9792.708","18501.446"],["9768.308","18548.804"],["9794.475","18523.387"],["9726.085","18626.449"],["9730.825","18674.218"],["9735.036","18660.593"],["9698.524","18655.801"],["9664.467","18661.489"],["9683.902","18608.237"],["9686.830","18607.973"],["9730.109","18468.125"],["9712.724","18500.495"],["9742.379","18473.278"],["9723.993","18570.321"],["9714.013","18538.144"],["9738.993","18603.682"],["9720.737","18576.249"],["9682.761","18571.523"],["9695.900","18556.397"],["9764.508","18544.758"],["9762.405","18616.034"],["9683.859","18676.984"],["9703.721","18621.053"],["9747.792","18558.298"],["9702.146","18473.879"],["9686.856","18561.184"],["9701.886","18557.636"],["9766.721","18474.251"],["9797.411","18507.854"],["9740.792","18657.686"],["9648.294","18638.080"],["9719.813","18486.408"],["9750.638","18542.575"],["9759.811","18497.775"],["9764.311","18551.298"],["9768.850","18548.309"],["9681.738","18675.482"],["9671.262","18609.270"],["9690.152","18666.718"],["9715.471","18487.217"],["9741.279","18556.019"],["9713.253","18566.786"],["8739.710","11892.385"],["8694.170","11845.604"],["8627.464","11866.625"],["8611.133","11892.818"],["8583.237","11890.854"],["8569.642","11865.440"],["8710.967","11880.835"],["8758.196","11857.093"],["8726.455","11851.610"],["8571.642","11711.785"],["8616.186","11785.331"],["8739.299","11880.527"],["8690.239","11841.112"],["8607.563","11851.283"],["8621.923","11882.694"],["8571.790","11874.190"],["8577.931","11849.073"],["8707.266","11885.079"],["8775.696","11862.345"],["8720.583","11855.111"],["8622.058","11782.557"],["8612.198","11834.278"],["8573.990","11762.545"],["8586.836","11789.894"],["8650.903","11735.020"],["8639.993","11702.918"],["8584.723","11721.421"],["8607.057","11715.013"],["8742.161","11870.915"],["8757.132","11912.983"],["8702.065","11847.322"],["8623.829","11849.813"],["8628.123","11880.910"],["8584.290","11869.235"],["8589.296","11846.018"],["8723.974","11906.710"],["8704.552","11884.518"],["8767.801","11862.328"],["8729.300","11837.011"],["8571.757","11716.179"],["8627.650","11787.544"],["8693.446","11842.681"],["8576.309","11761.240"],["8748.173","11849.359"],["8724.878","11897.395"],["8634.443","11726.039"],["8619.854","11710.399"],["8608.884","11722.973"],["8734.480","11894.631"],["8609.405","11848.558"],["8618.633","11900.332"],["8572.596","11878.666"],["8577.734","11850.527"],["8708.746","11885.013"],["8765.712","11861.915"],["8724.300","11844.988"],["8570.359","11712.083"],["8621.170","11793.903"],["8757.216","11861.340"],["8627.074","11790.946"],["8760.834","11871.117"],["8629.640","11785.678"],["8570.721","11710.844"],["22698.781","16791.683"],["22726.852","16862.851"],["22734.562","16909.850"],["22744.215","16889.980"],["22763.057","16915.574"],["22819.855","16935.405"],["22826.574","16951.462"],["22798.665","16952.132"],["22767.717","16944.920"],["22791.923","16941.670"],["22811.845","16881.126"],["22793.231","16825.060"],["22730.263","16795.415"],["22684.159","16780.700"],["22687.843","16790.015"],["22727.921","16851.852"],["22729.550","16862.207"],["22720.352","16904.020"],["22732.079","16898.174"],["22742.159","16884.497"],["22762.093","16894.835"],["22753.123","16913.658"],["22766.528","16914.963"],["22755.710","16933.095"],["22770.529","16946.720"],["22805.941","16942.309"],["22812.906","16953.642"],["22816.821","16951.759"],["22801.823","16964.501"],["22807.678","16960.620"],["22783.535","16934.965"],["22787.318","16932.388"],["22810.595","16896.320"],["22815.891","16897.625"],["22794.629","16822.995"],["22794.547","16844.432"],["22719.523","16781.278"],["22718.520","16797.512"],["22740.961","16779.345"],["22726.126","16783.160"],["22853.742","17023.640"],["22880.176","17003.732"],["22817.291","17185.978"],["22833.022","17151.989"],["22861.430","17149.420"],["22876.904","17098.018"],["22854.442","17103.152"],["22843.610","17070.390"],["22863.897","17058.529"],["22840.755","17064.913"],["22802.591","17038.347"],["22818.473","17011.332"],["22835.261","17015.480"],["22860.896","17023.078"],["22861.752","17005.935"],["22817.848","17003.322"],["22877.939","17015.722"],["22873.360","17071.566"],["22821.683","17187.910"],["22823.656","17186.704"],["22816.246","17153.195"],["22827.002","17142.361"],["22869.851","17158.636"],["22858.848","17158.306"],["22871.151","17131.733"],["22869.836","17136.423"],["22866.657","17095.392"],["22837.830","17084.226"],["22839.754","17096.051"],["22839.071","17078.268"],["22853.363","17085.584"],["22871.923","17058.677"],["22863.420","17048.289"],["22841.191","17062.411"],["22832.968","17067.779"],["22825.820","17053.979"],["22836.824","17046.135"],["22807.822","17041.072"],["22807.920","17041.799"],["22835.952","17013.300"],["27542.692","9596.216"],["27527.314","9595.325"],["27548.492","9673.038"],["27553.883","9681.954"],["13624.993","12551.973"],["13628.514","12592.561"],["13681.937","12631.582"],["13672.349","12640.055"],["13669.372","12625.631"],["13625.490","12633.096"],["13788.139","12577.910"],["13656.505","12678.398"],["13668.117","12706.689"],["13727.628","12564.715"],["13800.510","12630.747"],["13800.578","12637.325"],["13786.031","12638.435"],["13757.892","12647.498"],["13633.992","12559.213"],["13808.482","12587.652"],["13633.303","12657.489"],["13640.046","12663.947"],["13786.247","12580.602"],["13817.448","12580.073"],["13826.687","12653.883"],["13736.499","12623.080"],["13745.019","12646.449"],["13757.463","12562.139"],["13803.717","12624.702"],["13809.147","12635.806"],["13790.669","12646.874"],["13758.385","12637.688"],["13792.507","12627.918"],["13675.472","12643.441"],["13623.515","12568.065"],["13671.526","12630.575"],["13620.490","12686.953"],["13649.273","12662.972"],["13665.622","12635.045"],["13681.888","12651.758"],["13673.171","12652.931"],["13622.234","12651.147"],["13758.024","12565.820"],["13776.001","12554.425"],["13733.336","12553.996"],["13749.290","12572.278"],["13773.477","12650.430"],["13658.281","12675.706"],["13771.565","12626.268"],["13772.580","12586.853"],["13624.214","12627.170"],["13679.509","12594.435"],["13759.897","12572.411"],["13749.558","12645.624"],["13730.874","12626.565"],["13765.900","12610.460"],["13804.021","12593.821"],["13635.517","12601.533"],["13626.559","12653.658"],["13633.418","12660.528"],["13790.754","12571.469"],["13777.711","12566.217"],["13720.890","12618.687"],["13742.107","12632.626"],["13740.545","12620.240"],["13680.721","12638.877"],["13660.490","12661.882"],["13636.461","12698.629"],["13817.991","12579.132"],["13800.770","12552.361"],["13782.530","12570.428"],["13805.359","12553.467"],["13749.223","12548.282"],["13740.019","12651.520"],["13778.111","12624.897"],["13720.002","12622.255"],["13807.270","12626.701"],["13810.106","12636.421"],["13798.448","12638.468"],["13768.303","12637.853"],["13778.357","12620.042"],["13769.114","12632.461"],["13806.069","12627.989"],["13801.614","12640.826"],["13795.060","12646.461"],["13760.786","12648.571"],["10829.774","17550.779"],["10827.710","17526.302"],["10864.383","17522.618"],["10833.619","17578.318"],["10813.820","17554.825"],["10845.539","17522.570"],["10850.863","17520.802"],["10825.560","17579.392"],["10722.024","17600.782"],["10697.136","17613.414"],["10687.441","17464.090"],["10674.705","17506.393"],["10692.221","17518.020"],["10757.475","17428.884"],["10736.225","17414.665"],["10773.183","17416.064"],["10769.039","17413.026"],["10797.693","17444.488"],["10798.448","17476.959"],["10829.957","17453.762"],["10809.907","17512.180"],["10806.947","17489.884"],["10824.701","17503.081"],["10871.336","17505.868"],["10841.449","17415.100"],["10803.480","17413.575"],["10822.839","17424.871"],["10693.374","17430.447"],["10698.209","17426.038"],["10675.250","17440.959"],["10674.348","17481.873"],["10679.562","17484.433"],["10799.745","17603.571"],["10793.030","17589.345"],["10799.115","17595.010"],["10794.847","17614.395"],["10780.702","17611.009"],["10777.163","17413.160"],["10792.196","17416.414"],["10792.746","17412.469"],["10791.480","17436.994"],["10873.666","17468.188"],["10880.327","17452.812"],["10859.622","17453.508"],["10854.047","17456.068"],["10861.276","17437.345"],["10845.190","17432.589"],["10850.230","17508.233"],["10854.243","17500.917"],["10779.254","17513.188"],["10800.273","17501.948"],["10792.246","17499.850"],["10788.842","17465.327"],["10807.164","17452.841"],["10719.613","17432.585"],["10730.986","17455.862"],["10713.206","17442.246"],["10699.061","17446.193"],["10718.509","17461.417"],["10717.375","17450.104"],["10683.093","17541.029"],["10685.823","17527.206"],["10717.628","17559.658"],["10730.577","17564.896"],["10741.267","17574.640"],["10730.457","17603.835"],["10725.851","17596.189"],["10698.859","17541.092"],["10703.366","17536.517"],["10685.061","17586.810"],["10765.525","17582.178"],["10757.597","17583.698"],["10757.117","17586.618"],["10777.643","17606.998"],["10734.177","17613.379"],["10823.622","17542.290"],["10843.599","17531.042"],["10847.952","17523.394"],["10836.201","17566.972"],["10693.790","17461.117"],["10679.705","17508.722"],["10682.073","17511.728"],["10737.821","17433.409"],["10738.988","17429.082"],["10760.585","17413.670"],["10757.509","17426.634"],["10807.885","17451.648"],["10828.822","17474.241"],["10808.608","17490.247"],["10807.078","17506.185"],["10828.023","17482.701"],["10824.405","17483.510"],["10814.517","17409.545"],["10823.793","17421.849"],["10693.064","17420.579"],["10692.650","17431.009"],["10709.782","17421.763"],["10679.329","17436.880"],["10691.338","17483.062"],["10681.371","17479.462"],["10803.441","17584.589"],["10782.758","17612.876"],["10794.173","17605.246"],["10783.452","17435.404"],["10774.407","17412.287"],["10782.236","17425.830"],["10879.883","17472.531"],["10870.790","17444.491"],["10862.616","17455.358"],["10859.352","17426.264"],["10842.690","17427.965"],["10860.374","17481.706"],["10851.760","17484.781"],["10863.076","17501.165"],["10789.648","17509.313"],["10790.240","17492.253"],["10795.223","17459.811"],["10787.805","17451.817"],["10738.429","17428.241"],["10728.058","17447.720"],["10718.009","17442.716"],["10699.929","17466.207"],["10718.370","17441.767"],["10701.042","17451.888"],["10712.917","17445.909"],["10742.697","17410.278"],["10688.422","17526.363"],["10680.181","17546.991"],["10710.555","17558.386"],["10709.651","17555.794"],["10728.981","17570.148"],["10724.179","17561.263"],["10739.552","17606.032"],["10749.486","17583.108"],["10712.511","17532.240"],["10691.178","17541.670"],["10680.998","17589.602"],["10679.370","17571.055"],["10758.206","17559.453"],["10755.838","17582.558"],["10772.364","17606.684"],["10761.706","17591.375"],["10739.341","17617.921"],["10746.150","17615.923"],["10836.715","17544.503"],["10827.431","17538.573"],["10853.922","17524.897"],["10822.830","17560.102"],["10705.281","17580.848"],["10777.538","17617.156"],["10691.428","17574.521"],["21860.935","16590.711"],["21859.422","16575.913"],["15873.269","13445.079"],["15832.233","13433.947"],["15776.609","13434.794"],["15830.424","13456.446"],["15726.412","13435.890"],["15752.925","13455.015"],["15859.322","13448.117"],["15828.104","13483.576"],["15804.684","13457.404"],["15784.405","13436.644"],["15746.593","13489.812"],["15749.312","13417.572"],["15728.571","13585.110"],["15919.765","13430.886"],["15759.990","13603.558"],["15886.525","13425.095"],["15781.115","13470.038"],["15928.630","13415.295"],["15929.992","13436.697"],["15923.929","13398.161"],["15763.066","13601.939"],["14547.119","15486.343"],["14541.428","15480.017"],["14486.432","15502.400"],["14482.813","15504.563"],["14548.307","15498.502"],["14505.889","15493.531"],["14536.523","15497.098"],["14614.719","15500.361"],["14609.526","15503.861"],["14465.671","15402.082"],["14498.928","15489.712"],["14536.243","15505.322"],["14585.563","15492.234"],["14601.632","15497.436"],["14504.750","15469.894"],["14563.636","15497.131"],["14489.524","15504.827"],["14583.151","15492.077"],["14484.767","15475.327"],["14535.622","15486.805"],["14548.652","15503.424"],["14605.990","15502.952"],["14601.023","15498.923"],["14587.099","15480.285"],["14508.484","15478.878"],["14494.405","15481.289"],["14500.741","15486.000"],["14562.468","15489.468"],["14577.592","15487.833"],["14604.345","15505.958"],["14462.020","15405.154"],["14516.538","15471.169"],["19528.465","14865.935"],["19529.823","14808.366"],["19535.732","14771.347"],["19543.293","14858.277"],["19561.202","14749.822"],["19530.154","14821.162"],["10339.802","13415.926"],["10343.504","13432.673"],["10323.164","13457.580"],["10286.377","13485.849"],["10313.501","13502.775"],["10273.810","13468.003"],["10295.100","13515.181"],["10314.702","13520.268"],["10333.589","13493.145"],["10373.042","13471.318"],["10345.966","13440.713"],["10334.177","13412.408"],["10344.655","13423.969"],["10314.332","13459.363"],["10275.440","13489.598"],["10317.400","13501.487"],["10273.053","13478.804"],["10307.514","13518.154"],["10323.802","13489.528"],["10363.453","13473.234"],["10346.278","13461.671"],["10295.811","13408.997"],["10456.093","13542.227"],["10455.007","13545.398"],["10413.333","13573.294"],["10411.327","13567.976"],["10412.243","13582.202"],["10365.152","13437.744"],["10382.108","13473.079"],["10386.560","13448.656"],["10358.869","13491.315"],["10268.885","13398.896"],["10321.150","13402.300"],["10341.382","13431.484"],["10310.829","13467.935"],["10277.956","13487.005"],["10309.225","13507.846"],["10262.691","13468.846"],["10284.393","13524.133"],["10310.655","13529.831"],["10345.414","13503.946"],["10376.397","13469.353"],["10331.969","13444.033"],["10291.831","13393.952"],["10299.094","13492.784"],["10354.840","13503.656"],["10269.766","13530.109"],["10296.400","13520.565"],["10336.035","13401.871"],["10340.609","13434.523"],["10324.447","13465.606"],["10285.720","13494.222"],["10260.619","13467.359"],["10301.741","13542.580"],["10338.556","13505.895"],["10372.499","13476.174"],["10347.216","13449.731"],["10370.266","13482.146"],["10377.349","13470.142"],["10367.489","13499.766"],["10451.901","13442.584"],["10452.915","13426.809"],["10298.386","13491.538"],["10272.411","13455.791"],["10316.593","13474.247"],["10298.398","13462.000"],["8579.248","17331.301"],["8612.386","17354.284"],["8619.479","17340.535"],["8637.555","17323.535"],["8615.975","17408.936"],["8572.669","17329.567"],["8577.735","17314.406"],["8626.773","17353.793"],["8594.010","17379.128"],["8638.291","17395.060"],["8673.258","17390.040"],["8624.216","17323.525"],["8584.874","17323.965"],["8596.387","17319.208"],["8641.978","17407.781"],["8596.337","17315.562"],["8594.577","17297.544"],["8601.263","17400.053"],["8605.950","17364.826"],["8585.934","17402.188"],["8608.390","17391.377"],["8607.946","17336.431"],["8655.762","17348.430"],["8624.051","17352.740"],["8611.404","17329.993"],["8629.151","17284.031"],["8590.710","17315.258"],["8593.001","17321.927"],["8590.499","17319.683"],["8617.647","17322.738"],["8615.181","17306.418"],["8608.857","17303.180"],["8610.653","17297.763"],["8586.358","17314.026"],["8574.831","17319.962"],["8592.251","17309.923"],["8593.657","17304.458"],["8588.342","17308.721"],["8603.340","17289.576"],["8593.100","17379.280"],["8590.830","17392.210"],["8661.444","17342.916"],["8649.813","17340.710"],["8654.126","17344.465"],["8637.845","17327.088"],["8674.098","17368.792"],["8665.551","17370.507"],["8656.339","17386.491"],["8679.313","17392.695"],["8633.657","17396.705"],["8645.587","17386.892"],["8696.465","17407.691"],["8653.418","17373.471"],["8670.316","17377.848"],["8587.347","17391.070"],["8712.332","17400.746"],["21511.473","8845.737"],["21530.684","8953.340"],["21448.936","8874.160"],["21572.227","8882.832"],["21527.667","8890.858"],["21559.282","8855.268"],["21438.874","8874.554"],["21483.771","8856.930"],["21537.884","8851.354"],["21510.026","8901.268"],["21439.166","8882.517"],["21551.931","8847.720"],["21419.801","8945.447"],["21613.403","8821.279"],["21518.176","8848.216"],["21471.821","8952.858"],["21512.164","8921.003"],["21474.429","8892.955"],["21592.210","8880.685"],["21618.616","8847.704"],["21450.887","8857.256"],["21556.026","8860.173"],["21432.635","8949.628"],["21481.413","8846.685"],["21590.960","8883.476"],["21443.062","8944.575"],["21678.916","10933.385"],["21692.051","10907.062"],["21684.491","10951.998"],["21646.931","11008.875"],["21804.214","10872.266"],["21769.567","10911.092"],["21817.733","10975.057"],["21743.021","10923.825"],["21730.478","11027.688"],["21736.837","10961.612"],["21756.582","10887.129"],["21768.811","11002.305"],["21633.592","10999.379"],["21786.360","10919.465"],["21641.750","10988.594"],["21696.788","11000.406"],["10804.319","7741.714"],["10812.833","7720.651"],["10814.359","7744.665"],["10775.366","7694.848"],["10710.721","7764.755"],["10695.597","7726.960"],["10673.759","7794.796"],["10695.993","7853.039"],["10708.022","7833.076"],["10746.169","7833.680"],["10695.292","7785.323"],["10675.164","7886.551"],["10803.045","7859.128"],["10805.883","7874.384"],["10788.692","7843.698"],["10754.583","7815.766"],["10756.523","7780.264"],["10789.055","7777.976"],["10783.604","7764.098"],["10725.257","7792.892"],["10732.068","7700.568"],["10829.660","7713.354"],["10820.326","7744.843"],["10849.344","7782.492"],["10799.003","7729.150"],["10711.294","7809.380"],["10693.729","7846.621"],["10812.004","7699.457"],["10672.854","7755.164"],["10812.369","7759.561"],["10711.379","7772.567"],["10697.471","7760.364"],["10687.866","7711.716"],["10739.787","7845.918"],["10745.876","7712.817"],["10693.697","7783.407"],["10686.644","7892.679"],["10822.356","7869.146"],["10806.619","7842.211"],["10708.140","7702.382"],["10734.550","7837.666"],["10759.960","7794.583"],["10766.933","7775.763"],["10766.663","7761.868"],["10675.683","7796.018"],["10702.478","7807.596"],["10740.801","7687.042"],["10813.393","7708.300"],["10843.303","7745.206"],["10846.959","7766.885"],["10804.990","7716.203"],["10697.577","7834.597"],["10814.257","7687.533"],["10698.540","7767.036"],["10679.544","7722.847"],["10782.194","7734.386"],["10696.492","7812.815"],["10717.152","7770.998"],["10840.676","7765.349"],["10784.791","7688.754"],["10743.258","7845.340"],["10703.334","7824.769"],["10681.677","7878.409"],["10672.541","7867.181"],["10827.031","7845.149"],["10784.202","7840.923"],["10747.597","7708.691"],["10763.815","7834.810"],["10744.057","7816.311"],["10769.779","7805.830"],["10767.887","7787.506"],["10789.163","7753.066"],["10713.399","7795.022"],["10679.120","7761.199"],["10743.581","7685.440"],["10672.587","7732.418"],["10817.521","7703.924"],["10829.241","7746.610"],["10687.347","7849.048"],["10803.073","7694.073"],["10784.615","7713.935"],["10803.549","7738.388"],["10836.206","7724.601"],["10810.050","7752.344"],["10694.018","7731.138"],["10728.254","7776.431"],["10840.084","7775.837"],["10772.093","7694.782"],["10747.962","7847.999"],["10706.541","7802.195"],["10790.763","7727.912"],["10674.703","7896.510"],["10688.462","7759.002"],["10781.501","7887.075"],["10797.096","7863.681"],["10799.876","7845.448"],["10739.212","7848.732"],["10748.199","7691.225"],["10766.261","7825.323"],["10736.294","7819.614"],["10770.100","7765.138"],["10714.172","7795.980"],["10702.118","7782.433"],["10713.910","7695.035"],["10834.997","7742.366"],["10679.091","7839.750"],["10804.833","7686.063"],["10698.415","7776.795"],["10736.595","7719.536"],["10799.501","7802.633"],["10715.915","7824.755"],["10753.454","7700.559"],["10794.441","7783.780"],["10813.804","7748.752"],["23643.730","17809.253"],["23534.135","17702.941"],["23637.793","17821.045"],["23641.477","17802.713"],["23698.623","17666.960"],["19218.814","18638.816"],["19171.638","18492.619"],["19241.229","18566.294"],["19178.743","18474.601"],["19261.246","18569.283"],["19168.328","18505.033"],["19223.748","18639.064"],["19303.583","18597.396"],["19102.874","18619.029"],["19231.516","18675.619"],["19221.521","18474.619"],["19278.912","18661.574"],["19165.447","18641.591"],["19152.970","18486.376"],["19287.564","18640.616"],["19172.970","18506.574"],["19223.845","18552.405"],["24229.539","8323.853"],["24153.172","8325.944"],["24208.901","8415.130"],["24253.351","8475.225"],["24330.970","8379.491"],["24337.051","8455.058"],["24173.814","8356.415"],["24200.269","8483.040"],["24210.233","8401.621"],["24243.103","8515.335"],["24337.446","8429.245"],["24188.600","8343.979"],["24226.747","8399.754"],["24164.147","8465.635"],["24312.451","8396.287"],["24280.621","8459.948"],["24305.702","8493.552"],["24197.284","8370.783"],["24283.417","8485.414"],["24334.886","8420.840"],["24157.449","8376.167"],["24180.414","8403.123"],["24164.894","8441.688"],["24187.736","8494.436"],["24264.190","8465.662"],["24236.903","8513.420"],["24170.031","8381.567"],["24200.401","8493.362"],["24240.324","8427.120"],["24308.449","8473.489"],["24183.271","8362.294"],["24270.365","8385.997"],["24236.427","8429.246"],["24355.066","8416.684"],["16627.180","15163.977"],["16646.387","15087.302"],["16631.163","15102.915"],["16571.753","15088.266"],["16635.154","15130.274"],["16657.111","15111.596"],["16666.305","15105.105"],["16655.322","15153.374"],["16663.657","15120.530"],["16665.170","15134.552"],["16660.207","15164.142"],["16661.979","15120.514"],["16767.038","15085.138"],["16651.437","15121.752"],["16626.128","15136.231"],["16625.894","15152.586"],["16619.677","15141.554"],["16673.578","15161.698"],["16649.286","15140.245"],["6057.451","16446.194"],["6044.270","16560.647"],["6189.380","16490.712"],["6201.037","16501.936"],["6178.105","16477.690"],["6202.696","16475.111"],["6230.739","16486.528"],["6229.094","16482.102"],["6215.461","16480.935"],["6226.853","16496.235"],["6211.647","16492.997"],["6226.571","16468.811"],["6231.045","16470.198"],["6238.821","16460.272"],["6234.084","16456.276"],["6223.784","16464.122"],["6208.077","16465.344"],["6208.282","16449.491"],["6203.989","16466.948"],["6188.857","16447.542"],["6189.790","16464.683"],["6186.583","16458.770"],["6208.118","16423.431"],["6226.550","16429.364"],["6248.524","16432.869"],["6230.235","16453.976"],["6245.963","16447.172"],["6246.407","16450.491"],["6250.807","16479.585"],["6249.740","16495.975"],["6078.957","16558.760"],["6054.282","16454.868"],["6064.587","16559.251"],["6174.667","16488.349"],["6198.077","16495.677"],["6223.442","16473.246"],["6218.734","16475.818"],["6243.736","16497.838"],["6207.626","16502.577"],["6210.157","16490.664"],["6245.702","16471.210"],["6230.712","16467.010"],["6210.445","16451.025"],["6217.040","16450.398"],["6186.982","16460.490"],["6201.736","16454.908"],["6205.216","16445.942"],["6220.217","16443.418"],["6223.161","16442.840"],["6248.619","16493.573"],["6072.838","16562.822"],["13523.737","13811.350"],["13531.881","13814.347"],["13600.775","13812.305"],["13579.542","13803.172"],["13608.045","13811.760"],["13613.966","13814.204"],["13556.896","13812.783"],["13587.618","13794.617"],["13598.423","13782.875"],["13533.575","13814.430"],["13567.439","13806.684"],["13580.775","13800.810"],["10271.943","13342.199"],["10260.842","13377.889"],["10256.305","13300.172"],["10270.804","13353.329"],["10306.262","13372.541"],["10287.044","13386.289"],["10424.018","13263.721"],["10409.638","13239.251"],["10268.242","13341.489"],["10254.352","13358.931"],["10271.747","13381.241"],["10260.071","13307.290"],["10267.482","13352.454"],["10309.798","13374.621"],["10415.329","13233.619"],["10427.833","13236.524"],["10412.447","13218.595"],["10424.050","13225.128"],["10420.456","13300.790"],["10431.955","13306.729"],["10391.187","13287.915"],["10365.326","13250.269"],["10386.275","13280.460"],["10445.607","13254.742"],["10400.828","13307.675"],["10375.650","13287.357"],["10429.090","13217.710"],["10428.608","13205.108"],["10328.623","13356.753"],["10413.650","13329.233"],["10323.675","13352.383"],["10343.935","13195.306"],["10258.407","13338.384"],["10267.867","13312.096"],["10284.127","13376.285"],["10311.443","13361.013"],["10420.153","13256.438"],["10417.483","13243.941"],["10457.070","13211.183"],["10456.905","13207.654"],["10461.648","13209.810"],["10457.163","13269.949"],["10461.696","13253.119"],["10284.176","13368.375"],["10259.558","13355.676"],["10275.630","13297.926"],["10324.436","13366.033"],["10299.627","13389.526"],["10399.408","13224.949"],["10426.890","13314.848"],["10290.521","13325.774"],["10335.975","13212.977"],["10317.879","13368.081"],["10313.701","13372.804"],["21569.126","14801.245"],["21567.432","14776.170"],["21447.469","14667.931"],["21512.062","14664.914"],["21554.537","14812.822"],["21588.238","14771.843"],["21603.355","14833.115"],["21528.814","14811.650"],["21603.583","14762.859"],["21569.226","14805.277"],["21582.466","14787.770"],["21554.850","14812.492"],["21564.784","14772.669"],["21589.259","14806.846"],["21493.493","14680.818"],["21562.810","14789.651"],["21566.149","14784.428"],["21450.907","14672.803"],["21605.806","14813.594"],["21560.393","14790.262"],["27534.433","7619.180"],["27595.074","7593.284"],["27596.604","7586.166"],["27602.393","7587.124"],["27539.268","7633.746"],["27535.883","7509.149"],["27580.781","7621.476"],["27566.077","7538.222"],["27528.215","7613.003"],["27532.623","7608.775"],["27575.321","7541.079"],["27558.577","7607.784"],["27609.071","7579.246"],["27545.617","7598.817"],["27603.643","7600.782"],["27549.307","7659.434"],["27560.242","7533.955"],["27535.206","7599.163"],["27557.903","7623.309"],["27588.988","7606.777"],["27528.298","7592.623"],["27547.607","7626.876"],["27566.607","7538.761"],["11654.075","13137.202"],["11698.960","13181.234"],["11723.118","13118.899"],["11626.030","13176.444"],["11537.967","12980.780"],["11572.052","12990.872"],["11654.651","13144.304"],["11702.356","13172.041"],["11712.225","13112.689"],["11717.668","13111.436"],["11579.972","13180.455"],["11602.889","13171.258"],["11633.969","13125.816"],["11608.062","13018.424"],["11579.277","12998.086"],["11559.323","12986.635"],["11591.249","13005.972"],["11528.444","12996.064"],["11598.830","13008.894"],["11533.448","12974.800"],["11570.338","13010.958"],["11628.336","13153.011"],["11660.758","13157.581"],["11634.782","13155.551"],["11585.843","13015.301"],["11555.873","12987.823"],["11565.838","13012.329"],["18372.956","17184.461"],["18335.041","17065.276"],["18364.299","17046.599"],["18358.411","17026.649"],["18332.969","17063.096"],["18337.985","17071.106"],["18371.196","17060.756"],["18359.086","17040.868"],["18366.355","17033.618"],["18285.646","17137.725"],["18263.482","17104.835"],["18290.310","17146.000"],["18377.341","17187.199"],["18308.469","16990.887"],["18286.572","17158.046"],["18273.772","17121.246"],["18298.962","17146.165"],["18260.199","17073.649"],["18312.656","17103.909"],["18281.502","17152.087"],["18270.367","17139.512"],["18315.212","17143.523"],["18308.868","17004.851"],["18358.625","17054.147"],["18336.669","17074.112"],["18358.970","17045.460"],["18331.916","17066.515"],["18366.010","17047.722"],["18363.806","17037.483"],["18372.161","17062.437"],["22489.166","15933.981"],["22524.093","16112.498"],["26082.905","8276.219"],["26183.612","8254.365"],["26199.731","8290.913"],["26179.909","8183.117"],["26127.376","8134.099"],["26149.185","8116.544"],["26120.125","8302.478"],["26224.944","8199.336"],["26156.098","8270.101"],["26085.402","8115.982"],["26203.333","8255.141"],["26209.336","8252.119"],["26114.448","8117.997"],["26157.918","8133.736"],["26198.009","8271.328"],["26228.037","8209.361"],["26098.428","8128.914"],["26113.362","8118.757"],["26165.484","8137.601"],["26138.115","8305.607"],["26223.652","8314.651"],["26189.484","8292.234"],["26210.043","8280.162"],["26212.461","8208.155"],["26123.645","8261.136"],["26181.462","8310.412"],["26052.510","8287.598"],["26200.849","8297.602"],["26196.142","8307.474"],["25133.892","16793.379"],["24995.221","16857.205"],["25191.319","16789.143"],["25114.813","16785.055"],["25024.859","16875.917"],["25119.484","16810.142"],["25093.464","16789.986"],["25023.922","16853.241"],["25015.709","16871.233"],["25089.616","16788.830"],["25007.017","16788.475"],["25022.346","16810.093"],["25024.843","16828.022"],["25046.356","16875.107"],["25117.820","16845.115"],["25014.341","16858.071"],["25019.155","16805.966"],["25129.500","16775.906"],["25121.112","16776.030"],["25021.343","16813.314"],["25020.994","16850.285"],["25179.098","16780.225"],["25131.129","16786.195"],["25004.155","16783.681"],["25055.714","16865.050"],["25118.922","16852.432"],["14670.105","13779.175"],["14623.604","13787.844"],["14599.683","13782.040"],["14486.708","13799.445"],["14628.506","13637.021"],["14650.438","13663.269"],["14634.778","13765.034"],["14486.066","13716.813"],["14538.313","13679.420"],["14562.836","13664.795"],["14561.735","13613.453"],["14668.359","13610.589"],["14549.052","13785.063"],["14557.791","13786.256"],["14601.887","13788.448"],["14626.995","13763.973"],["14585.005","13679.771"],["14642.181","13673.707"],["14629.765","13713.570"],["14599.991","13749.909"],["14494.734","13706.871"],["14536.948","13674.598"],["14561.060","13641.756"],["14565.683","13627.045"],["14551.597","13774.650"],["14616.649","13750.183"],["14569.313","13798.575"],["14500.513","13774.678"],["14615.893","13688.244"],["14601.163","13675.892"],["14621.022","13640.704"],["14650.355","13672.716"],["14631.324","13743.895"],["14533.396","13670.106"],["14565.171","13647.536"],["14568.890","13623.577"],["14466.163","13642.637"],["14460.145","9452.086"],["14452.967","9449.168"],["14450.056","9458.251"],["14459.948","9412.680"],["14454.720","9480.849"],["14454.043","9406.223"],["14459.668","9435.339"],["14455.187","9466.096"],["14376.768","9376.938"],["14458.888","9475.922"],["14459.085","9470.836"],["3922.307","16907.565"],["3934.407","16876.389"],["3853.622","16887.604"],["3839.939","16872.274"],["3846.123","16878.087"],["3879.001","16891.076"],["3893.607","16891.043"],["3921.320","16885.907"],["3882.982","16876.030"],["3860.235","16900.935"],["3904.182","16902.983"],["3884.939","16908.896"],["3866.167","16924.667"],["3861.907","16914.923"],["3809.693","16932.558"],["3808.969","16933.219"],["3812.851","16922.814"],["3810.877","16889.586"],["3847.143","16904.036"],["3828.130","16918.801"],["3794.117","16929.949"],["3750.616","16868.012"],["3730.064","16905.208"],["3741.528","16910.923"],["3740.081","16908.726"],["3740.706","16876.604"],["3742.065","16878.765"],["3773.574","16880.234"],["3783.262","16921.721"],["3793.525","16905.420"],["3805.663","16899.177"],["3743.393","16871.762"],["3753.426","16898.005"],["3740.778","16886.973"],["3754.380","16878.715"],["3802.966","16908.508"],["3727.714","16979.726"],["3931.439","16915.208"],["3910.097","16922.338"],["3908.107","16972.396"],["3917.449","16939.910"],["3916.972","16927.491"],["3927.104","16936.261"],["3894.883","16951.719"],["3920.278","16969.836"],["3887.416","16928.102"],["3885.177","16969.157"],["3839.256","16953.154"],["3932.621","16967.831"],["3924.628","16970.936"],["3770.257","16967.512"],["3729.912","16974.366"],["3759.073","16911.146"],["3780.602","16921.501"],["3749.270","16915.440"],["3747.477","16934.961"],["3737.593","16944.573"],["3729.977","16956.282"],["3733.777","16961.616"],["3790.612","16958.267"],["3840.990","16958.564"],["3831.369","16984.609"],["3935.284","16888.489"],["3825.909","16931.800"],["3841.813","16874.210"],["3876.156","16877.517"],["3909.116","16880.985"],["3914.857","16876.344"],["3885.811","16905.609"],["3879.330","16879.614"],["3882.291","16892.595"],["3885.350","16898.326"],["3861.896","16876.179"],["3920.021","16874.858"],["3864.445","16873.619"],["3836.332","16942.008"],["3841.485","16910.676"],["3835.729","16898.438"],["3811.551","16887.620"],["3806.601","16908.842"],["3847.900","16875.680"],["3791.485","16928.264"],["3812.472","16934.012"],["3822.094","16903.541"],["3840.400","16917.843"],["3798.048","16925.275"],["3730.607","16889.866"],["3734.028","16913.615"],["3726.002","16903.441"],["3729.630","16888.674"],["3736.752","16875.115"],["3789.545","16923.207"],["3744.726","16872.010"],["3792.456","16912.241"],["3759.249","16877.113"],["3786.584","16888.112"],["3801.124","16889.466"],["3793.541","16927.006"],["3793.854","16916.601"],["3749.018","16886.295"],["3769.018","16886.642"],["3806.189","16891.035"],["3734.195","16984.813"],["3901.890","16956.987"],["3905.179","16952.297"],["3935.377","16947.375"],["3880.459","16924.436"],["3919.571","16974.345"],["3918.107","16974.493"],["3884.390","16925.625"],["3905.229","16927.805"],["3915.360","16922.388"],["3894.404","16954.905"],["3886.953","16967.803"],["3874.239","16983.179"],["3860.407","16962.204"],["3877.924","16978.786"],["3867.660","16946.548"],["3886.394","16972.460"],["3749.171","16914.581"],["3780.438","16949.858"],["3781.540","16951.476"],["3775.882","16922.558"],["3762.329","16941.220"],["3754.648","16954.118"],["3773.201","16968.355"],["3772.872","16969.032"],["3747.675","16964.242"],["3746.359","16958.346"],["3763.415","16963.763"],["3786.944","16959.043"],["3814.543","16965.435"],["3797.027","16971.347"],["3828.638","16962.198"],["3824.856","16982.627"],["3857.110","16874.594"],["3817.472","16925.985"],["3752.045","16909.632"],["3883.436","16936.062"],["3932.432","16869.213"],["3783.398","16971.856"],["3786.056","16979.407"],["4938.126","19044.860"],["4954.408","19004.023"],["4948.832","19009.291"],["4935.071","19013.972"],["4939.249","19009.876"],["4904.199","19003.716"],["4933.722","19007.052"],["4921.666","19032.056"],["4929.117","19005.483"],["4910.122","18917.371"],["4893.764","18906.713"],["4873.106","18901.313"],["4864.109","18911.519"],["4815.468","18928.365"],["4985.859","18894.236"],["4984.176","19035.981"],["4953.584","19092.695"],["4965.953","18925.648"],["4943.058","18966.540"],["4853.929","18909.559"],["4804.439","18897.321"],["4809.028","18893.903"],["4800.574","18895.488"],["4806.610","18900.938"],["4886.145","18924.966"],["4872.460","18935.222"],["4883.480","18975.569"],["4899.796","18965.742"],["4872.164","18960.920"],["4876.931","18969.507"],["4890.467","18997.566"],["4856.059","18992.545"],["4864.792","18973.751"],["4889.381","19017.665"],["4797.936","18999.619"],["4782.295","18997.521"],["4785.190","19010.948"],["4819.666","18974.822"],["4822.857","18961.131"],["4777.807","18977.134"],["4795.028","18975.714"],["4824.880","18981.758"],["4778.959","18939.303"],["4792.298","18926.917"],["4802.397","18936.892"],["4783.877","18940.261"],["4808.828","18918.560"],["4935.626","19100.610"],["4942.207","19019.691"],["4959.030","19011.190"],["4893.955","18897.916"],["4870.918","18897.217"],["4884.422","18898.687"],["4903.369","19009.118"],["4913.829","19029.267"],["4918.796","19027.136"],["4905.227","19013.577"],["4985.645","18889.645"],["4947.745","19028.648"],["4973.913","19079.152"],["4987.071","19046.270"],["4971.890","19070.861"],["4976.214","18909.664"],["4978.483","18906.394"],["4986.460","18917.145"],["4987.431","18898.714"],["4964.242","18949.826"],["4856.429","18903.184"],["4863.452","18894.828"],["4861.150","18903.812"],["4814.160","18912.829"],["4878.250","18914.677"],["4883.102","18918.178"],["4881.046","18931.886"],["4896.424","18934.627"],["4881.865","18986.996"],["4869.710","18985.064"],["4865.516","19003.429"],["4890.845","18969.804"],["4873.592","19000.886"],["4884.348","18996.344"],["4877.605","19020.242"],["4804.614","19022.525"],["4778.825","19004.672"],["4798.792","19001.666"],["4818.597","18965.260"],["4810.603","18982.171"],["4816.886","18960.784"],["4780.587","18991.948"],["4784.913","18974.029"],["4789.074","18957.167"],["4820.422","18968.381"],["4821.640","18970.875"],["4786.672","18959.331"],["4810.966","18931.178"],["4784.124","18952.185"],["4802.742","18912.317"],["4804.041","18955.009"],["4780.247","19027.605"],["4882.164","18965.461"],["4793.038","18985.573"],["4799.518","18899.171"],["6258.118","18405.467"],["6251.579","18380.947"],["6439.143","18277.528"],["6362.775","18291.186"],["6358.342","18315.808"],["6380.607","18310.492"],["6390.292","18297.615"],["6397.346","18302.464"],["6385.789","18318.761"],["6384.610","18332.055"],["6362.407","18378.662"],["6365.532","18376.846"],["6377.123","18383.567"],["6428.119","18302.317"],["6416.211","18335.207"],["6358.446","18387.819"],["6356.867","18388.859"],["6355.038","18390.022"],["6363.695","18342.151"],["6360.488","18342.663"],["6371.009","18321.919"],["6379.955","18353.433"],["6383.146","18348.428"],["6373.092","18353.043"],["6387.757","18338.835"],["6432.853","18311.487"],["6432.806","18315.924"],["6428.595","18323.835"],["6435.667","18311.879"],["6398.856","18296.167"],["6394.498","18297.852"],["6402.151","18317.297"],["6402.480","18317.941"],["6418.914","18319.770"],["6422.336","18320.662"],["6290.910","18267.576"],["6271.919","18268.374"],["6275.395","18338.750"],["6265.672","18408.417"],["6275.116","18419.315"],["6329.087","18393.176"],["6332.232","18375.855"],["6334.611","18392.706"],["6329.101","18397.180"],["6358.943","18365.767"],["6347.972","18329.911"],["6347.136","18330.251"],["6346.210","18298.441"],["6387.474","18279.481"],["6374.863","18308.175"],["6379.884","18328.380"],["6383.496","18262.031"],["6379.922","18267.161"],["6386.374","18275.358"],["6409.584","18263.846"],["6400.577","18268.915"],["6403.013","18281.442"],["6432.336","18269.376"],["6430.800","18287.248"],["6419.936","18275.718"],["6439.462","18297.116"],["6450.149","18281.731"],["6455.641","18292.017"],["6447.419","18299.962"],["6460.560","18301.116"],["6453.847","18343.223"],["6372.715","18275.150"],["6376.662","18266.537"],["6372.790","18275.109"],["6358.013","18276.988"],["6364.624","18290.643"],["6381.683","18276.309"],["6355.708","18318.953"],["6347.660","18317.943"],["6359.038","18301.652"],["6329.299","18338.173"],["6325.304","18368.746"],["6336.598","18361.132"],["6340.290","18358.852"],["6336.331","18377.862"],["6269.811","18465.629"],["6347.966","18385.226"],["6259.506","18393.025"],["6424.587","18291.219"],["6414.359","18259.105"],["6415.193","18270.550"],["6376.282","18293.504"],["6373.618","18288.153"],["6368.135","18303.328"],["6374.012","18293.613"],["6390.921","18315.987"],["6384.708","18317.716"],["6370.368","18377.077"],["6432.998","18289.071"],["6413.679","18337.685"],["6357.692","18350.805"],["6377.237","18319.682"],["6370.729","18316.502"],["6377.784","18353.367"],["6378.141","18359.566"],["6393.936","18348.032"],["6392.231","18336.440"],["6427.493","18329.070"],["6433.283","18312.406"],["6448.463","18312.193"],["6399.449","18295.639"],["6381.902","18305.713"],["6401.707","18309.700"],["6402.529","18314.192"],["6416.563","18304.559"],["6421.250","18319.076"],["6266.137","18271.413"],["6270.210","18289.578"],["6303.795","18312.794"],["6303.762","18316.031"],["6288.929","18353.312"],["6271.662","18337.660"],["6268.833","18327.734"],["6295.878","18388.780"],["6273.123","18397.319"],["6335.012","18378.365"],["6347.622","18397.178"],["6328.773","18394.192"],["6342.062","18406.115"],["6352.118","18351.114"],["6353.055","18359.772"],["6350.703","18334.370"],["6353.649","18322.918"],["6347.312","18305.922"],["6369.814","18285.041"],["6381.309","18293.844"],["6369.217","18299.266"],["6377.171","18328.578"],["6393.907","18259.355"],["6381.325","18275.655"],["6403.399","18259.982"],["6393.258","18268.221"],["6409.083","18280.765"],["6424.882","18260.591"],["6432.763","18279.467"],["6429.336","18280.081"],["6428.669","18277.453"],["6446.938","18277.311"],["6452.287","18281.368"],["6453.964","18291.455"],["6453.669","18310.317"],["6460.808","18324.322"],["6458.044","18305.591"],["6453.682","18353.198"],["6380.643","18279.427"],["6376.695","18266.586"],["6369.517","18275.291"],["6362.124","18296.820"],["6384.891","18282.866"],["6359.540","18320.935"],["6344.864","18316.919"],["6359.696","18312.222"],["6331.190","18345.952"],["6328.495","18366.417"],["6334.920","18372.857"],["6337.165","18358.423"],["6350.179","18382.602"],["6361.650","18389.536"],["6400.302","18364.086"],["6381.632","18358.801"],["6367.060","18364.714"],["6413.680","18277.250"],["6437.873","18323.332"],["6332.199","18350.383"],["6272.580","18407.822"],["6284.952","18424.484"],["6327.890","18389.711"],["6345.796","18398.467"],["6339.792","18382.219"],["6332.111","18400.665"],["6341.739","18348.917"],["6355.127","18352.076"],["6350.686","18339.886"],["6349.702","18322.026"],["6347.147","18298.788"],["6361.673","18285.470"],["6391.362","18284.306"],["6384.124","18313.721"],["6367.615","18335.234"],["6392.723","18260.941"],["6382.048","18271.807"],["6386.741","18274.392"],["6401.015","18257.653"],["6402.534","18264.885"],["6398.359","18281.062"],["6417.596","18266.586"],["6419.934","18266.007"],["6422.255","18281.400"],["6437.571","18298.916"],["6438.353","18285.932"],["6443.866","18289.014"],["6446.743","18289.424"],["6445.560","18303.925"],["6459.850","18340.052"],["6373.965","18279.361"],["6368.306","18259.997"],["6363.875","18271.129"],["6357.717","18280.622"],["6350.347","18298.092"],["6377.045","18276.326"],["6355.362","18331.125"],["6339.765","18329.371"],["6352.377","18298.349"],["6335.697","18343.855"],["6317.722","18357.119"],["6331.401","18366.730"],["6331.984","18345.408"],["6335.459","18374.245"],["6415.053","18315.432"],["6386.032","18301.247"],["6443.794","18320.772"],["6457.656","18340.628"],["6260.014","18395.238"],["6272.386","18418.258"],["6332.759","18374.831"],["6343.822","18396.320"],["6337.769","18393.994"],["6339.512","18402.019"],["6350.259","18361.159"],["6349.370","18336.517"],["6341.824","18330.003"],["6357.361","18308.185"],["6357.183","18275.198"],["6386.339","18290.596"],["6377.858","18304.343"],["6380.164","18336.274"],["6390.667","18260.495"],["6374.346","18261.893"],["6368.405","18294.108"],["6391.280","18278.818"],["6392.255","18275.042"],["6400.925","18289.287"],["6416.154","18260.677"],["6425.855","18268.402"],["6418.061","18281.912"],["6441.453","18298.718"],["6442.945","18296.430"],["6446.152","18302.241"],["6456.713","18309.393"],["6450.689","18340.927"],["6376.531","18284.415"],["6375.872","18265.661"],["6369.500","18277.784"],["6358.112","18279.317"],["6362.157","18290.693"],["6382.506","18273.964"],["6353.537","18324.288"],["6344.535","18325.077"],["6353.906","18312.932"],["6330.549","18346.299"],["6326.422","18357.879"],["6336.170","18374.278"],["6340.636","18360.272"],["6350.064","18388.845"],["10137.886","14026.016"],["10130.600","14021.326"],["10125.140","14025.620"],["10148.002","14023.770"],["10156.340","14014.637"],["10218.464","14004.489"],["10234.435","14005.001"],["10220.405","14005.810"],["10236.951","14007.776"],["10166.377","13889.752"],["10140.835","13874.178"],["10172.529","13895.598"],["10119.141","13885.837"],["10163.499","13895.912"],["10087.897","13920.696"],["10164.436","13917.169"],["10100.259","13914.362"],["10098.856","13927.998"],["10113.840","13930.129"],["10104.662","13981.847"],["10122.984","13983.433"],["10109.530","13987.331"],["10132.803","13985.184"],["10127.425","13998.082"],["10131.801","13937.405"],["10116.110","13959.139"],["10127.673","13942.542"],["10118.183","13929.825"],["10142.295","13940.758"],["10082.573","13900.573"],["10100.649","13907.625"],["10064.909","13912.762"],["10093.001","13881.944"],["10073.247","13916.213"],["10084.858","13824.568"],["10107.597","13824.341"],["10116.702","13821.412"],["10092.010","13865.712"],["10102.522","13859.824"],["10077.204","13862.140"],["10104.541","13849.020"],["10125.715","14020.847"],["10156.603","14007.816"],["10193.891","14021.845"],["10214.714","14003.663"],["10169.188","13957.273"],["10132.595","13884.037"],["10118.236","13904.103"],["10148.631","13900.354"],["10138.910","13880.701"],["10090.924","13976.600"],["10089.279","13947.599"],["10149.798","13975.006"],["10157.836","13932.986"],["10161.208","13940.963"],["10103.823","13935.909"],["10117.491","13996.001"],["10115.550","13991.955"],["10110.616","13997.818"],["10095.813","13977.322"],["10130.370","13965.663"],["10116.308","13961.138"],["10114.564","13948.983"],["10120.946","13958.495"],["10074.678","13891.176"],["10084.793","13912.250"],["10064.152","13892.299"],["10092.392","13888.897"],["10083.476","13820.472"],["10115.607","13821.533"],["10105.225","13833.429"],["10096.105","13880.758"],["10115.812","13839.015"],["10077.632","13840.588"],["10109.606","13834.999"],["10136.324","14019.278"],["10133.807","14009.881"],["10121.571","14011.582"],["10128.199","14009.567"],["10180.224","14014.050"],["10198.332","14015.965"],["10200.783","14015.866"],["10210.783","14002.243"],["10172.545","13910.462"],["10159.025","13885.193"],["10135.391","13884.648"],["10161.817","13975.285"],["10158.614","13975.006"],["10156.455","13963.374"],["10151.422","13914.736"],["10112.918","13978.643"],["10133.165","13992.814"],["10108.000","13977.487"],["10121.027","14001.468"],["10149.202","13945.432"],["10126.883","13923.945"],["10115.551","13950.634"],["10138.183","13932.946"],["10071.833","13916.478"],["10094.185","13910.037"],["10070.402","13901.201"],["10093.264","13895.305"],["10113.617","13828.982"],["10083.174","13859.365"],["10100.450","13858.338"],["10112.550","13840.597"],["10209.404","13947.909"],["10215.753","13909.759"],["10221.098","13930.915"],["10222.710","13912.104"],["10108.537","13840.449"],["10118.807","14017.527"],["10120.666","14018.997"],["10135.025","14005.669"],["10202.230","14022.175"],["10193.661","14026.833"],["10241.293","14010.897"],["10172.527","13970.485"],["10167.710","13929.306"],["10163.450","13872.625"],["10125.177","13877.134"],["10138.605","13971.398"],["10096.351","13951.332"],["10091.911","13930.770"],["10131.422","13916.272"],["10101.751","13940.319"],["10126.356","13906.941"],["10120.254","13906.413"],["10109.135","13981.765"],["10124.760","13981.996"],["10126.076","13984.242"],["10105.780","13999.337"],["10120.255","13932.798"],["10132.804","13952.153"],["10140.436","13941.286"],["10152.196","13946.489"],["10102.260","13910.664"],["10064.760","13890.895"],["10096.833","13920.045"],["10078.659","13920.392"],["10117.498","13835.092"],["10093.112","13878.825"],["10113.953","13860.336"],["14426.615","12657.683"],["14461.558","12550.111"],["14434.753","12590.574"],["14421.439","12691.453"],["14411.209","12708.959"],["14264.926","12556.215"],["14260.535","12570.690"],["14287.580","12584.508"],["14387.369","12552.479"],["14425.546","12648.269"],["14425.727","12655.982"],["14450.345","12601.358"],["14417.861","12591.647"],["14458.882","12591.965"],["14423.149","12683.228"],["14425.205","12703.096"],["14268.643","12553.490"],["14265.864","12571.813"],["14286.429","12583.748"],["14383.043","12553.057"],["14418.781","12719.197"],["14423.145","12650.846"],["14424.543","12654.000"],["14439.115","12632.943"],["14433.092","12585.834"],["14450.230","12583.687"],["14411.644","12564.248"],["14410.666","12679.430"],["14412.021","12719.809"],["14419.132","12647.212"],["14421.878","12632.481"],["14449.588","12601.705"],["14439.482","12674.046"],["14460.879","12662.593"],["14417.618","12649.293"],["14445.776","12671.605"],["14446.007","12650.086"],["14446.549","12653.752"],["14458.276","12668.434"],["14443.700","12584.479"],["14437.105","12593.728"],["14429.440","12594.851"],["14441.381","12595.809"],["14409.983","12577.460"],["14425.107","12701.659"],["14388.076","12550.283"],["14266.110","12557.041"],["14264.186","12572.193"],["14283.847","12590.090"],["14424.396","12549.361"],["14393.027","12551.835"],["14252.316","12550.557"],["14272.180","12552.417"],["14276.861","12558.064"],["14261.587","12571.086"],["14276.314","12592.501"],["7399.971","17779.175"],["7499.596","17635.179"],["7393.126","17634.149"],["7411.583","17782.676"],["7374.396","17783.287"],["7506.389","17647.925"],["7322.028","17811.717"],["7474.859","17641.472"],["7305.511","17643.485"],["7374.061","17660.880"],["7313.419","17708.275"],["7348.156","17719.275"],["7364.702","17711.331"],["7348.744","17826.621"],["7331.803","17802.063"],["7381.655","17823.004"],["7325.735","17825.763"],["7323.909","17803.467"],["7415.625","17811.156"],["7386.283","17811.172"],["7308.943","17669.896"],["7326.608","17769.285"],["7374.963","17736.321"],["7407.571","17806.619"],["7350.277","17823.499"],["7393.559","17641.076"],["7390.533","17629.350"],["7475.261","17638.831"],["7497.818","17645.858"],["7324.837","17696.895"],["7337.041","17648.175"],["7304.137","17721.950"],["7389.522","17652.738"],["7374.577","17649.994"],["7368.502","17685.917"],["7375.246","17651.235"],["7366.396","17733.379"],["7375.014","17747.714"],["7347.185","17734.568"],["7328.876","17820.610"],["7493.445","17650.123"],["7356.988","17823.466"],["7310.449","17822.088"],["7318.291","17701.371"],["7359.060","17753.527"],["7365.339","17801.633"],["7341.699","17692.269"],["7347.792","17792.621"],["7354.108","17780.681"],["7371.697","17626.849"],["7320.873","17653.724"],["7311.077","17703.503"],["7331.496","17683.043"],["7331.986","17749.979"],["7366.049","17703.042"],["7332.841","17772.952"],["7847.810","15087.778"],["7839.411","15104.455"],["7850.836","15087.514"],["7843.671","15109.988"],["7930.919","15163.677"],["7924.058","15231.957"],["7879.990","15203.009"],["7904.121","15177.259"],["7891.752","15189.718"],["7861.043","15273.562"],["7855.227","15268.274"],["7866.564","15290.692"],["7870.939","15291.369"],["7840.678","15104.637"],["7878.829","15215.427"],["7898.957","15191.974"],["7923.278","15123.076"],["7862.107","15266.880"],["7921.747","15241.640"],["7867.580","15233.989"],["7870.195","15233.080"],["7846.410","15169.892"],["7842.090","15175.994"],["7733.245","15204.633"],["7857.113","15129.942"],["7772.598","15155.838"],["7770.590","15156.800"],["7841.583","15101.070"],["7847.955","15197.442"],["7864.016","15203.339"],["7860.108","15201.830"],["7856.632","15200.465"],["7850.282","15198.318"],["7897.865","15187.921"],["7907.894","15185.529"],["7889.066","15193.140"],["7927.370","15130.271"],["7857.122","15259.330"],["7891.042","15277.406"],["7874.016","15290.806"],["7801.527","15092.235"],["7801.919","15112.801"],["7843.659","15174.645"],["7869.245","15282.335"],["7860.018","15282.484"],["7804.899","15103.578"],["7805.634","15095.625"],["7894.295","15220.564"],["7876.326","15212.904"],["7920.787","15238.733"],["7742.455","15119.213"],["7854.423","15098.201"],["7858.922","15133.790"],["21741.493","9450.167"],["21732.052","9401.084"],["21730.889","9440.910"],["21736.014","9438.472"],["21707.031","9400.067"],["21755.205","9430.870"],["21620.840","9493.977"],["21728.208","9436.319"],["6007.243","15728.116"],["6029.442","15915.078"],["6012.507","15916.000"],["6035.781","15877.058"],["5994.643","15892.736"],["5995.263","15880.623"],["6007.457","15874.861"],["6005.763","15884.836"],["6023.674","15876.480"],["5962.974","15929.134"],["6006.472","15920.292"],["6032.570","15928.721"],["6017.028","15927.152"],["5954.646","15750.836"],["6034.603","15888.602"],["5982.698","15843.373"],["5961.556","15890.166"],["5977.132","15868.069"],["5980.840","15887.052"],["5981.877","15882.642"],["5981.383","15884.574"],["5957.729","15883.567"],["5949.325","15863.831"],["5948.782","15871.362"],["5952.418","15882.999"],["5948.751","15897.317"],["5936.710","15867.996"],["5928.002","15901.877"],["5934.531","15898.739"],["5905.344","15901.966"],["5925.615","15904.577"],["5908.723","15911.414"],["5916.679","15911.928"],["5924.475","15919.475"],["5920.018","15918.022"],["5902.998","15887.681"],["5910.218","15887.070"],["5916.468","15883.404"],["5922.897","15848.281"],["5924.903","15848.314"],["5896.663","15882.666"],["5902.140","15880.916"],["5881.226","15874.903"],["5889.615","15871.005"],["5900.684","15868.842"],["5875.432","15858.337"],["5882.465","15868.096"],["5892.308","15850.812"],["5896.469","15842.786"],["5899.201","15842.715"],["5898.494","15843.920"],["5911.060","15846.976"],["5846.328","15840.858"],["5854.814","15854.583"],["5860.324","15854.995"],["5867.131","15849.042"],["5858.842","15844.204"],["5856.462","15830.234"],["5854.883","15832.513"],["5858.946","15836.014"],["5835.003","15830.618"],["5851.195","15825.408"],["5853.300","15807.406"],["5850.718","15816.902"],["5839.570","15820.759"],["5840.261","15822.229"],["5836.187","15843.839"],["5831.913","15796.241"],["5909.123","15915.475"],["5909.238","15907.465"],["5899.172","15909.430"],["5880.263","15806.278"],["5874.292","15796.517"],["5877.664","15783.081"],["5865.967","15783.704"],["5879.424","15774.526"],["5886.706","15807.063"],["5909.160","15819.533"],["5914.620","15819.252"],["5908.551","15822.258"],["5919.994","15796.424"],["5900.911","15792.435"],["5911.306","15799.255"],["5913.592","15804.012"],["5918.813","15802.803"],["5928.715","15805.577"],["5940.573","15804.784"],["5956.822","15804.750"],["5968.048","15807.452"],["5975.860","15813.216"],["5975.499","15816.222"],["5939.754","15840.243"],["5946.251","15842.572"],["5949.902","15842.357"],["5940.041","15834.074"],["5923.560","15827.584"],["5929.300","15810.656"],["5972.416","15851.258"],["5964.456","15850.366"],["5861.788","15769.747"],["5856.520","15758.753"],["5857.688","15763.805"],["5975.737","15723.721"],["5899.787","15746.581"],["6039.576","15731.834"],["6007.683","15748.696"],["5962.777","15720.215"],["5974.306","15742.620"],["5948.193","15759.287"],["5938.764","15766.380"],["5946.955","15726.692"],["5948.262","15826.741"],["5920.565","15756.162"],["6005.367","15888.921"],["5987.813","15894.975"],["6008.082","15886.042"],["6020.253","15884.176"],["6033.705","15926.475"],["6005.995","15924.879"],["5945.090","15743.702"],["5957.804","15750.803"],["6040.047","15897.405"],["6038.534","15903.300"],["5984.756","15844.510"],["5983.372","15847.535"],["5957.938","15877.516"],["5979.952","15885.450"],["5980.594","15873.525"],["5861.644","15723.075"],["5949.473","15877.687"],["5953.504","15880.654"],["5934.844","15893.339"],["5932.360","15894.528"],["5914.423","15901.867"],["5903.519","15902.561"],["5926.569","15908.375"],["5906.314","15916.561"],["5924.311","15911.878"],["5918.491","15892.619"],["5916.484","15882.231"],["5904.431","15885.301"],["5929.261","15873.401"],["5919.097","15873.533"],["5881.137","15875.400"],["5883.653","15878.422"],["5866.189","15865.703"],["5894.874","15837.055"],["5911.701","15857.099"],["5919.086","15845.654"],["5852.413","15848.356"],["5859.434","15851.024"],["5859.829","15843.097"],["5846.442","15807.472"],["5853.300","15809.751"],["5831.791","15812.865"],["5837.585","15831.882"],["5836.401","15829.058"],["5832.193","15792.641"],["5910.949","15907.316"],["5883.715","15784.082"],["5878.601","15779.332"],["5894.535","15816.262"],["5911.298","15812.398"],["5922.576","15795.515"],["5917.178","15792.914"],["5910.484","15788.950"],["5919.636","15800.606"],["5926.708","15803.926"],["5954.092","15801.877"],["5946.658","15804.288"],["5972.571","15807.353"],["5972.735","15804.496"],["5941.975","15837.782"],["5955.231","15844.636"],["5877.841","15733.364"],["5861.250","15773.807"],["5868.573","15769.166"],["5884.343","15747.655"],["6038.260","15733.221"],["5998.407","15746.153"],["6004.320","15733.533"],["5968.090","15721.404"],["5966.494","15720.810"],["5959.223","15732.216"],["5967.239","15766.190"],["5940.014","15730.837"],["5933.928","15728.228"],["5945.652","15829.584"],["5961.321","15824.066"],["5951.127","15838.155"],["5940.807","15830.581"],["5932.144","15760.026"],["5921.042","15756.327"],["6009.856","15755.834"],["5959.454","15729.948"],["5913.558","15753.973"],["5900.295","15756.679"],["5899.869","15751.965"],["5941.971","15750.283"],["6028.032","15736.341"],["5997.226","15750.594"],["23857.869","8263.536"],["23842.737","8276.121"],["23928.890","8234.808"],["23840.920","8287.813"],["23753.494","8151.087"],["23901.937","8264.371"],["23865.161","8287.613"],["23848.182","8263.503"],["23867.836","8279.837"],["23864.481","8292.967"],["26923.287","16206.413"],["11528.802","12242.542"],["11544.865","12242.008"],["11536.334","12246.258"],["11528.884","12252.038"],["11548.060","12243.847"],["11536.976","12253.574"],["4698.512","18527.976"],["4613.717","18641.141"],["4625.411","18617.970"],["4669.243","18597.260"],["4633.700","18593.180"],["4691.570","18471.594"],["4689.613","18479.703"],["4598.214","18585.555"],["4568.049","18538.966"],["4593.411","18528.743"],["4774.315","18672.899"],["4600.667","18665.266"],["4733.546","18518.171"],["4731.441","18514.736"],["4774.803","18475.323"],["4759.436","18488.356"],["4750.254","18525.342"],["4774.547","18515.416"],["4756.256","18586.341"],["4757.999","18608.934"],["4730.976","18588.306"],["4769.397","18585.069"],["4759.775","18620.329"],["4746.782","18644.227"],["4754.183","18608.405"],["4728.756","18598.892"],["4730.960","18595.837"],["4681.846","18619.521"],["4680.448","18665.301"],["4666.632","18600.974"],["4678.227","18627.696"],["4671.089","18631.131"],["4689.740","18614.715"],["4696.615","18612.138"],["4683.244","18639.273"],["4654.313","18600.759"],["4676.322","18660.761"],["4653.806","18648.457"],["4663.395","18615.906"],["4671.734","18636.996"],["4659.859","18659.655"],["4671.849","18621.488"],["4764.422","18540.705"],["4775.238","18497.973"],["4751.289","18499.807"],["4776.535","18498.134"],["4668.152","18513.868"],["4622.382","18477.780"],["4737.043","18671.335"],["4755.562","18646.380"],["4765.891","18650.427"],["4672.852","18528.653"],["4661.602","18542.410"],["4665.056","18530.981"],["4654.495","18580.210"],["4664.889","18558.757"],["4667.406","18557.419"],["4670.531","18572.960"],["4567.484","18498.625"],["4731.171","18670.955"],["4658.596","18517.992"],["4620.143","18508.338"],["4623.975","18530.832"],["4633.712","18506.885"],["4626.004","18565.821"],["4598.520","18543.244"],["4634.129","18577.315"],["4606.843","18560.073"],["4654.508","18627.101"],["4633.653","18613.624"],["4627.682","18598.001"],["4630.627","18608.769"],["4695.860","18543.033"],["4671.321","18538.028"],["4679.676","18570.283"],["4671.601","18548.218"],["4722.646","18609.615"],["4705.179","18599.805"],["4695.064","18594.372"],["4697.318","18600.086"],["4730.518","18528.042"],["4732.048","18520.610"],["4698.906","18521.981"],["4629.948","18484.291"],["4651.724","18497.223"],["4640.128","18473.011"],["4631.675","18471.624"],["4611.448","18519.609"],["4570.377","18574.335"],["4772.891","18639.275"],["4770.325","18630.406"],["4769.815","18638.334"],["4771.772","18632.751"],["4775.341","18641.471"],["4777.065","18655.116"],["4771.736","18652.787"],["4769.499","18653.531"],["4773.085","18665.157"],["4704.383","18530.519"],["4776.087","18613.842"],["4761.178","18569.652"],["4764.031","18594.025"],["4766.728","18587.848"],["4763.948","18599.260"],["4759.689","18595.842"],["4771.513","18591.359"],["4773.930","18618.912"],["4774.884","18616.401"],["4774.094","18620.976"],["4772.594","18601.493"],["4772.183","18606.332"],["4771.426","18602.831"],["4767.775","18597.893"],["4618.289","18596.648"],["4621.052","18600.166"],["4619.934","18607.862"],["4693.659","18467.944"],["4572.753","18530.592"],["4769.628","18658.580"],["4773.274","18643.153"],["4774.672","18627.265"],["4720.985","18674.857"],["4683.099","18471.106"],["4702.030","18474.888"],["4764.735","18551.803"],["4743.503","18495.711"],["4751.755","18480.197"],["4765.764","18534.938"],["4767.639","18533.616"],["4773.692","18515.730"],["4752.891","18522.848"],["4752.226","18620.082"],["4731.601","18588.917"],["4744.808","18605.350"],["4755.729","18597.158"],["4743.887","18593.525"],["4738.591","18641.584"],["4762.012","18610.172"],["4729.710","18618.826"],["4754.841","18616.233"],["4741.141","18636.861"],["4741.601","18643.368"],["4683.786","18652.287"],["4660.810","18610.404"],["4694.921","18624.888"],["4683.967","18642.461"],["4677.964","18669.265"],["4691.648","18649.529"],["4699.477","18639.521"],["4667.556","18652.438"],["4685.303","18632.867"],["4684.530","18633.280"],["4684.431","18654.089"],["4678.938","18649.894"],["4662.622","18662.892"],["4655.089","18649.630"],["4658.313","18660.431"],["4773.215","18492.490"],["4758.427","18511.698"],["4662.440","18532.038"],["4643.636","18619.223"],["4670.876","18561.003"],["4761.582","18645.488"],["4586.003","18467.417"],["4607.731","18544.945"],["4669.610","18555.155"],["4711.923","18602.134"],["4644.125","18479.370"],["4601.300","18533.729"],["4590.180","18573.906"],["4720.222","18517.835"],["4740.407","18492.683"],["4748.105","18510.644"],["4743.222","18543.132"],["4750.960","18510.872"],["4603.813","18496.624"],["4670.335","18535.771"],["4654.722","18619.437"],["4732.602","18657.115"],["4649.666","18513.111"],["4621.020","18557.101"],["4679.314","18570.332"],["4725.722","18605.140"],["4647.480","18503.912"],["4617.452","18520.484"],["4581.858","18585.467"],["4757.609","18570.956"],["4708.808","18548.025"],["4699.827","18550.767"],["4740.061","18475.144"],["4760.723","18489.353"],["4762.672","18487.502"],["4769.874","18620.660"],["4680.319","18649.481"],["4748.123","18540.374"],["4772.128","18494.621"],["4617.168","18490.596"],["4669.891","18534.615"],["4666.042","18523.599"],["4665.005","18564.554"],["4754.543","18655.464"],["4612.579","18480.803"],["4649.880","18514.779"],["4647.051","18511.163"],["4636.464","18578.554"],["4606.810","18573.319"],["4633.275","18595.143"],["4624.261","18596.812"],["4675.367","18558.590"],["4676.551","18559.366"],["4691.594","18601.837"],["4717.597","18584.363"],["4653.780","18513.078"],["4656.707","18497.950"],["4618.406","18540.765"],["4592.828","18578.827"],["20157.727","8425.349"],["20298.779","8514.994"],["20247.085","8493.194"],["27701.975","12549.119"],["12895.215","12780.296"],["12940.124","12806.804"],["12962.048","12791.643"],["12981.407","12842.989"],["12925.371","12785.532"],["12894.104","12939.371"],["12894.318","12932.897"],["12895.519","12902.641"],["12903.232","12792.320"],["12945.255","12876.911"],["12934.334","12845.928"],["12960.739","12854.692"],["12973.239","12885.626"],["12950.805","12873.536"],["12980.641","12761.438"],["12884.015","12775.886"],["12914.400","12936.151"],["12915.601","12799.537"],["12920.173","12853.509"],["12970.321","12947.332"],["12897.147","12809.479"],["12968.414","12824.910"],["12980.635","12819.807"],["12988.075","12866.336"],["12969.637","12772.404"],["12898.587","12769.016"],["12978.134","12968.058"],["12916.988","12932.186"],["12918.265","12820.643"],["12987.253","12852.397"],["12982.318","12852.628"],["12961.134","12884.519"],["12874.886","12804.094"],["12978.989","12951.311"],["12924.653","12930.171"],["12926.028","12874.335"],["12948.627","12815.276"],["12931.275","12889.562"],["12932.542","12873.112"],["12975.065","12872.000"],["12973.947","12885.939"],["12966.062","12824.167"],["12948.256","12762.775"],["12962.549","12771.694"],["12982.157","12967.166"],["12980.114","12848.235"],["12976.512","12768.688"],["12983.831","12898.524"],["12964.868","12767.003"],["16805.097","18043.469"],["16789.061","18003.304"],["16807.614","18039.754"],["16808.271","17985.171"],["16793.462","17989.123"],["16805.508","18042.363"],["10530.484","13588.740"],["10535.155","13579.822"],["10507.323","13568.277"],["10531.217","13538.438"],["10532.451","13541.097"],["10521.481","13545.655"],["10594.963","13479.853"],["10588.500","13477.376"],["10581.460","13480.415"],["10666.251","13474.459"],["10659.606","13471.041"],["10650.626","13480.801"],["10626.699","13417.361"],["10641.892","13437.485"],["10636.435","13447.284"],["10657.462","13440.234"],["10480.238","13492.454"],["10487.842","13504.886"],["10534.184","13443.607"],["10520.830","13449.599"],["10464.072","13418.191"],["10472.213","13427.310"],["10551.893","13407.816"],["10547.099","13414.477"],["10543.219","13399.491"],["10545.211","13531.041"],["10536.400","13530.470"],["10579.921","13470.864"],["10502.606","13509.647"],["10466.510","13492.814"],["10540.154","13432.872"],["10526.997","13446.362"],["7469.474","16986.367"],["7473.656","16944.024"],["7468.875","16881.509"],["7511.793","16972.676"],["7473.734","16982.948"],["7493.294","16970.861"],["7463.827","16958.353"],["7494.911","16943.325"],["7506.375","16777.585"],["7506.952","16941.109"],["7484.834","16964.675"],["7483.294","16956.510"],["7499.857","16962.141"],["7482.625","16912.607"],["7506.547","16797.278"],["7385.194","16782.889"],["7346.625","16849.204"],["7325.598","16945.778"],["7334.184","16931.856"],["7317.652","16956.604"],["7340.724","16908.953"],["7338.290","16902.320"],["7320.757","16877.960"],["7341.660","16857.964"],["7335.508","16861.993"],["7329.209","16866.370"],["7344.893","16878.828"],["7330.434","16882.758"],["7390.746","16852.520"],["7398.312","16851.909"],["7410.679","16847.242"],["7413.985","16849.570"],["7390.020","16831.961"],["7386.096","16819.826"],["7374.353","16815.928"],["7362.948","16780.805"],["7369.198","16778.393"],["7361.350","16969.573"],["7393.655","16925.242"],["7434.938","16862.286"],["7498.183","16907.281"],["7496.449","16946.829"],["7491.085","16943.642"],["7316.306","16918.546"],["7332.329","16925.802"],["7326.863","16922.070"],["7324.033","16942.388"],["7310.497","16954.605"],["7341.036","16918.944"],["7338.832","16918.829"],["7329.900","16867.262"],["7330.944","16899.373"],["7356.325","16867.143"],["7357.328","16863.906"],["7413.886","16850.000"],["7379.708","16842.052"],["7393.103","16823.277"],["7331.037","16966.980"],["7340.100","16933.520"],["7408.590","16924.483"],["7419.881","16912.510"],["7462.841","16950.100"],["7493.306","16979.884"],["7472.548","16981.395"],["7499.738","16945.243"],["7484.753","16944.369"],["7472.337","16951.102"],["7391.985","16978.672"],["7421.674","16861.910"],["7333.994","16849.038"],["7331.435","16887.144"],["7340.017","16982.422"],["7374.725","16912.410"],["7427.174","16842.914"],["7421.186","16831.632"],["7482.552","16841.142"],["7452.125","16804.378"],["7458.396","16791.663"],["7413.515","16800.581"],["7380.011","16801.598"],["7318.115","16903.071"],["7320.163","16967.276"],["7410.144","16853.680"],["7329.031","16933.190"],["7395.596","16918.322"],["6857.555","12918.386"],["6866.980","12943.897"],["6867.720","12932.023"],["6866.496","12937.081"],["6850.147","12926.561"],["6871.338","12929.876"],["6865.690","12945.074"],["12562.658","17104.581"],["12469.640","17030.242"],["12432.221","17070.620"],["12553.906","17038.232"],["12537.124","17063.987"],["12513.759","17155.509"],["12397.875","17189.959"],["12385.233","17018.319"],["12479.739","17025.767"],["12538.760","17079.461"],["12560.174","17133.796"],["12563.996","17062.498"],["12431.349","17043.238"],["12436.793","17054.600"],["12560.123","17038.232"],["12511.284","17111.805"],["12519.064","17112.085"],["12530.743","17085.061"],["12544.328","17055.928"],["12521.933","17164.757"],["12550.470","17175.509"],["12427.875","17197.854"],["12387.042","17032.704"],["12475.002","17019.573"],["12531.702","17041.981"],["12488.308","17080.156"],["12413.517","17198.019"],["12361.170","17002.662"],["12564.321","17005.885"],["12515.800","17024.252"],["12553.217","17096.323"],["12561.258","17038.992"],["12530.882","17106.183"],["12506.514","17107.692"],["12541.845","17045.622"],["12548.693","17154.749"],["12548.825","17165.583"],["12461.431","17077.804"],["12566.311","17026.017"],["12471.310","16990.361"],["12541.063","17109.568"],["12538.193","17079.181"],["12496.265","17180.129"],["12546.983","17154.964"],["12516.317","17114.530"],["12445.050","17015.178"],["12363.522","17017.097"],["12563.782","17041.193"],["12497.412","17043.245"],["12549.662","17014.764"],["12505.611","17103.921"],["12542.805","17189.249"],["12488.780","17197.408"],["12428.800","17020.034"],["12446.449","17056.138"],["12558.717","17056.800"],["12554.023","17090.179"],["12456.512","17187.065"],["12549.706","17062.633"],["12558.116","17020.858"],["12536.950","17186.144"],["31572.262","9541.452"],["31554.792","9453.491"],["31625.409","9443.436"],["31627.786","9412.846"],["31676.994","9417.967"],["31556.429","9407.433"],["31623.483","9533.121"],["31582.837","9535.837"],["31537.736","9438.694"],["31623.764","9462.214"],["31625.746","9402.871"],["31660.678","9399.734"],["31552.514","9389.779"],["31646.797","9564.126"],["31633.137","9556.721"],["31557.163","9531.444"],["31525.861","9455.473"],["31599.225","9480.281"],["31643.082","9428.899"],["31686.287","9394.119"],["31545.080","9382.314"],["31643.960","9559.991"],["31578.347","9554.367"],["31543.542","9454.598"],["31612.662","9457.986"],["31645.319","9424.952"],["31695.777","9432.600"],["31521.856","9401.769"],["31619.354","9586.589"],["31662.333","9531.563"],["31661.525","9543.724"],["31574.794","9562.112"],["31536.256","9450.915"],["31604.833","9453.659"],["31652.046","9423.565"],["31687.537","9436.117"],["31540.376","9383.420"],["31660.903","9527.715"],["31654.067","9525.911"],["31627.150","9522.733"],["31565.238","9539.486"],["31548.345","9476.431"],["31606.659","9442.214"],["31630.861","9430.088"],["31658.787","9414.747"],["31537.070","9408.160"],["31647.545","9583.533"],["31625.826","9562.689"],["31642.858","9554.558"],["21668.340","9231.733"],["21738.016","9330.783"],["21731.563","9270.988"],["21806.732","9237.683"],["21713.559","9342.195"],["21757.961","9279.642"],["21795.137","9216.378"],["21728.197","9324.210"],["21744.063","9259.212"],["21810.899","9206.545"],["21807.883","9234.181"],["21630.225","9188.998"],["21709.016","9330.538"],["21753.734","9263.721"],["21826.804","9223.043"],["21797.999","9212.976"],["21677.345","9222.081"],["21677.367","9193.218"],["21709.282","9346.737"],["21754.013","9257.528"],["21804.249","9244.636"],["21712.720","9341.006"],["21771.398","9268.989"],["21812.933","9225.973"],["21668.075","9233.218"],["21731.618","9328.224"],["21749.145","9256.768"],["21804.117","9232.001"],["21845.951","10813.147"],["21973.910","10700.212"],["21888.202","10725.475"],["22025.903","10700.628"],["21912.231","10788.504"],["21871.944","10726.365"],["21954.963","10692.482"],["21880.882","10816.447"],["21870.069","10726.431"],["21978.269","10700.971"],["22026.889","10688.258"],["21833.302","10679.820"],["21918.366","10816.910"],["21876.237","10694.111"],["21960.062","10713.853"],["21884.830","10727.291"],["21999.488","10706.045"],["21948.517","10805.484"],["21853.826","10815.803"],["21847.421","10729.651"],["21941.608","10698.544"],["22031.889","10703.849"],["21889.089","10814.449"],["21956.361","10707.776"],["21905.653","10717.811"],["22022.679","10723.799"],["21832.019","10678.730"],["21839.352","10812.814"],["21852.503","10738.867"],["21945.703","10691.227"],["21851.936","10678.241"],["22003.830","10708.622"],["21820.578","10641.129"],["31669.108","10665.320"],["31641.957","10685.956"],["31523.429","10655.484"],["31531.750","10785.018"],["31674.093","10739.791"],["31607.290","10757.602"],["31601.484","10761.252"],["31690.843","10794.336"],["31551.287","10653.401"],["31561.811","10692.625"],["31609.461","10827.457"],["31651.715","10674.539"],["31715.629","10733.407"],["31593.538","10828.181"],["31558.785","10775.695"],["31532.342","10715.062"],["31532.490","10720.347"],["31526.361","10801.399"],["31532.331","10816.680"],["31581.762","10672.179"],["31689.252","10696.094"],["31714.778","10652.130"],["31662.533","10703.528"],["31638.006","10712.231"],["31549.087","10649.836"],["31558.888","10751.195"],["31549.496","10763.564"],["31621.583","10739.749"],["31541.690","10831.291"],["31698.688","10804.014"],["31570.925","10748.370"],["31568.111","10671.535"],["31559.050","10660.602"],["31658.146","10842.535"],["31653.129","10851.751"],["31648.688","10667.586"],["31698.047","10722.094"],["31694.165","10746.619"],["31560.479","10794.374"],["31548.653","10825.159"],["31543.559","10689.910"],["31620.876","10706.570"],["31610.874","10695.268"],["31524.743","10758.924"],["31724.922","10835.855"],["31613.376","10682.384"],["31540.380","10794.754"],["19092.190","15295.842"],["6864.340","16142.778"],["6737.066","16149.817"],["6743.932","16149.776"],["6745.708","16147.348"],["6744.721","16142.047"],["6811.011","16150.334"],["6798.116","16156.081"],["6774.131","16149.079"],["6773.243","16166.965"],["6705.450","16183.264"],["6690.553","16195.777"],["6745.110","16193.643"],["6738.432","16212.702"],["6758.233","16205.902"],["6766.435","16190.505"],["6777.557","16169.965"],["6790.435","16188.330"],["6781.652","16178.355"],["6801.209","16199.072"],["6785.146","16192.103"],["6778.106","16211.277"],["6775.903","16204.688"],["6806.468","16180.618"],["6808.557","16183.327"],["6798.162","16186.861"],["6803.633","16168.594"],["6812.317","16176.753"],["6802.399","16169.998"],["6818.845","16187.307"],["6831.509","16181.213"],["6812.677","16171.849"],["6825.104","16197.824"],["6835.775","16198.655"],["6837.485","16200.967"],["6852.666","16197.334"],["6845.496","16183.320"],["6847.552","16168.787"],["6836.398","16147.035"],["6832.056","16158.034"],["6834.145","16146.622"],["6844.403","16149.518"],["6841.508","16162.896"],["6874.951","16184.247"],["6868.586","16175.361"],["6812.310","16224.969"],["6803.576","16216.909"],["6794.810","16220.790"],["6734.182","16303.880"],["6735.136","16289.644"],["6691.542","16295.256"],["6689.756","16344.096"],["6686.895","16328.839"],["6685.217","16327.485"],["6683.342","16310.887"],["6700.343","16322.353"],["6736.640","16317.513"],["6716.710","16320.746"],["6701.344","16338.097"],["6696.459","16330.962"],["6695.275","16331.507"],["6720.408","16323.111"],["6715.868","16346.645"],["6711.723","16321.575"],["6749.069","16325.100"],["6749.811","16348.769"],["6756.008","16342.055"],["6744.207","16350.110"],["6723.500","16347.561"],["6719.027","16348.420"],["6722.069","16344.258"],["6806.997","16327.933"],["6812.491","16322.516"],["6796.405","16288.299"],["6851.304","16284.020"],["6804.878","16286.141"],["6826.260","16290.583"],["6818.908","16294.349"],["6835.238","16262.297"],["6836.961","16268.577"],["6827.392","16274.644"],["6831.389","16285.908"],["6833.510","16266.238"],["6855.206","16264.300"],["6856.044","16257.628"],["6880.728","16272.489"],["6877.554","16266.709"],["6854.001","16298.174"],["6852.159","16291.518"],["6872.386","16298.675"],["6858.192","16306.157"],["6877.010","16324.894"],["6879.921","16302.086"],["6877.582","16269.907"],["6860.934","16315.600"],["6851.099","16320.240"],["6849.997","16331.041"],["6816.254","16300.159"],["6810.201","16312.099"],["6825.119","16297.715"],["6860.722","16337.655"],["6860.851","16349.650"],["6857.068","16343.903"],["6846.850","16223.656"],["6830.097","16210.669"],["6818.337","16212.106"],["6826.386","16231.313"],["6822.817","16234.765"],["6835.942","16210.273"],["6858.564","16226.190"],["6852.791","16227.858"],["6868.712","16241.318"],["6697.280","16180.136"],["6731.129","16183.158"],["6678.940","16147.287"],["6692.054","16201.403"],["6708.005","16233.364"],["6728.075","16225.013"],["6735.806","16228.830"],["6758.935","16225.499"],["6746.052","16206.841"],["6710.741","16280.328"],["6721.520","16288.123"],["6686.538","16257.288"],["6705.261","16253.155"],["6682.136","16234.960"],["6825.560","16143.709"],["6747.978","16146.836"],["6814.284","16153.670"],["6804.169","16154.677"],["6797.423","16148.807"],["6775.710","16160.623"],["6782.980","16161.780"],["6754.987","16157.005"],["6692.457","16185.296"],["6695.323","16212.110"],["6747.972","16194.452"],["6773.885","16193.692"],["6771.882","16190.493"],["6784.366","16175.134"],["6796.111","16194.778"],["6787.893","16206.719"],["6782.909","16197.421"],["6799.264","16174.987"],["6808.600","16174.622"],["6816.633","16190.343"],["6851.975","16199.696"],["6855.758","16196.409"],["6853.292","16168.325"],["6830.005","16172.950"],["6822.571","16159.672"],["6825.247","16152.865"],["6863.186","16142.929"],["6866.705","16142.879"],["6865.065","16153.114"],["6877.961","16175.725"],["6874.178","16179.358"],["6802.359","16222.689"],["6811.603","16235.786"],["6700.881","16292.765"],["6698.595","16286.770"],["6698.631","16301.235"],["6691.723","16288.237"],["6672.829","16310.617"],["6674.295","16333.559"],["6684.214","16327.138"],["6695.349","16310.359"],["6719.455","16312.411"],["6711.100","16313.369"],["6724.189","16317.876"],["6719.798","16306.629"],["6700.575","16326.328"],["6696.459","16336.098"],["6696.903","16336.032"],["6730.062","16321.856"],["6745.566","16316.347"],["6742.474","16326.718"],["6751.315","16337.644"],["6747.874","16336.443"],["6722.382","16337.922"],["6720.885","16342.656"],["6740.474","16342.854"],["6798.113","16314.811"],["6807.968","16329.205"],["6854.677","16287.645"],["6806.471","16304.996"],["6797.310","16302.601"],["6817.162","16274.991"],["6832.639","16275.140"],["6871.012","16256.092"],["6879.252","16288.138"],["6878.622","16289.873"],["6860.942","16294.012"],["6867.583","16301.863"],["6878.704","16304.828"],["6882.191","16316.058"],["6845.227","16329.671"],["6860.145","16327.358"],["6819.017","16301.150"],["6814.247","16314.428"],["6865.782","16343.485"],["6865.048","16343.303"],["6848.976","16345.306"],["6844.239","16352.259"],["6843.660","16228.313"],["6825.761","16234.088"],["6825.859","16212.931"],["6865.834","16244.506"],["6860.357","16247.330"],["6724.352","16190.293"],["6710.060","16219.591"],["6685.491","16209.347"],["6708.498","16244.264"],["6715.969","16218.836"],["6744.507","16222.125"],["6762.044","16229.661"],["6748.963","16213.398"],["6707.106","16290.072"],["6722.326","16283.680"],["6871.910","16147.376"],["6683.430","16265.859"],["6694.093","16252.544"],["6684.685","16245.926"],["6729.813","16215.297"],["6672.989","16150.009"],["6682.575","16147.947"],["6684.011","16199.372"],["6709.321","16233.843"],["6721.216","16227.226"],["6734.523","16229.078"],["6755.547","16219.719"],["6742.615","16220.004"],["6703.537","16287.529"],["6718.675","16290.964"],["6681.440","16257.106"],["6708.008","16259.382"],["6688.501","16241.830"],["6725.882","16194.834"],["6696.495","16207.745"],["6706.755","16242.464"],["6723.881","16229.240"],["6735.362","16225.478"],["6752.257","16219.290"],["6752.598","16213.646"],["6713.652","16287.810"],["6720.303","16283.449"],["6683.084","16267.032"],["6699.521","16252.363"],["6686.412","16246.108"],["26017.223","15879.258"],["26035.036","15917.606"],["26036.274","15868.350"],["26033.694","15925.299"],["26027.585","15902.964"],["25887.960","15859.770"],["25967.092","15873.779"],["26027.125","15869.249"],["25863.637","15911.353"],["25854.344","15918.834"],["25880.518","15841.116"],["25854.729","15875.765"],["25922.725","15910.235"],["25897.528","15923.959"],["26022.241","15922.644"],["26031.639","15928.999"],["26034.572","15847.796"],["25965.033","15812.205"],["25967.056","15835.855"],["25932.269","15817.045"],["25896.874","15755.575"],["25861.397","15797.623"],["25886.956","15825.715"],["25853.404","15766.640"],["25883.223","15869.696"],["25860.808","15895.217"],["26031.664","15889.976"],["25856.439","15852.263"],["25897.396","15914.529"],["26014.066","15880.463"],["26036.915","15890.762"],["26025.694","15899.968"],["6233.480","12058.611"],["6238.612","12060.312"],["6238.020","12062.525"],["6242.493","12072.781"],["6239.882","12045.860"],["6247.839","12076.835"],["29387.438","10193.642"],["19474.018","14493.170"],["19447.596","14564.535"],["19498.267","14536.417"],["19460.301","14577.051"],["5719.987","18390.357"],["5691.500","18403.437"],["5739.641","18383.272"],["5745.233","18423.817"],["5778.297","18264.586"],["5803.560","18270.251"],["5740.143","18369.195"],["5662.034","18357.370"],["5785.187","18369.529"],["5783.377","18338.249"],["5816.520","18323.943"],["5811.898","18319.022"],["5780.759","18388.848"],["5766.482","18415.652"],["5680.216","18261.191"],["5631.578","18420.854"],["5655.439","18443.851"],["5632.662","18278.231"],["5642.204","18338.458"],["5649.162","18329.738"],["5636.037","18329.572"],["5664.599","18328.415"],["5679.221","18331.206"],["5682.444","18342.734"],["5710.307","18375.584"],["5719.748","18369.126"],["5704.551","18370.134"],["5714.365","18349.359"],["5714.036","18335.305"],["5681.483","18356.901"],["5678.062","18354.209"],["5666.236","18356.389"],["5745.301","18262.111"],["5664.897","18422.820"],["5640.439","18419.418"],["5686.982","18437.539"],["5682.919","18445.764"],["5682.015","18456.780"],["5690.864","18446.308"],["5702.015","18463.137"],["5691.588","18462.823"],["5643.357","18278.320"],["5657.138","18286.368"],["5766.176","18358.888"],["5721.391","18462.093"],["5799.195","18452.025"],["5621.137","18318.668"],["5781.185","18461.730"],["5827.988","18260.807"],["5678.391","18397.426"],["5688.457","18461.703"],["5727.931","18382.545"],["5801.751","18261.448"],["5829.021","18265.924"],["5756.340","18259.714"],["5784.481","18277.501"],["5650.984","18363.272"],["5702.692","18380.707"],["5769.660","18340.644"],["5797.819","18290.731"],["5785.599","18297.701"],["5758.226","18415.966"],["5787.255","18389.228"],["5792.470","18341.785"],["5785.151","18362.561"],["5747.930","18452.687"],["5646.760","18333.602"],["5645.823","18339.316"],["5666.491","18336.227"],["5680.421","18327.028"],["5688.563","18335.318"],["5707.659","18362.950"],["5718.712","18369.969"],["5724.074","18367.822"],["5710.615","18350.598"],["5710.434","18343.116"],["5667.207","18356.157"],["5665.019","18372.920"],["5668.341","18361.640"],["5740.943","18264.126"],["5738.031","18259.320"],["5660.538","18436.511"],["5634.270","18440.740"],["5687.262","18441.371"],["5683.002","18431.313"],["5672.804","18436.053"],["5687.410","18450.255"],["5703.792","18459.900"],["5707.838","18464.210"],["5736.274","18267.927"],["5733.930","18271.309"],["5742.599","18273.186"],["5829.962","18416.959"],["5758.769","18377.254"],["5762.738","18360.060"],["5725.506","18257.549"],["5787.299","18452.173"],["5808.015","18439.854"],["5791.534","18438.459"],["5784.543","18439.523"],["5780.853","18441.862"],["5783.537","18447.809"],["5776.208","18455.458"],["5767.159","18461.539"],["5659.822","18378.483"],["5679.740","18463.173"],["5698.412","18401.586"],["5720.616","18414.758"],["5790.156","18261.712"],["5692.840","18341.351"],["5742.281","18361.912"],["5736.426","18361.202"],["5753.213","18343.187"],["5814.530","18320.095"],["5782.227","18282.143"],["5761.844","18383.943"],["5762.665","18417.121"],["5707.223","18259.342"],["5623.848","18409.194"],["5647.676","18458.500"],["5742.758","18333.074"],["5778.427","18358.051"],["5820.138","18317.783"],["5747.453","18383.249"],["5647.380","18451.976"],["5815.436","18416.569"],["5823.595","18378.744"],["5809.685","18385.185"],["5802.538","18366.779"],["5803.039","18372.948"],["5825.583","18381.505"],["25095.896","8080.669"],["25134.531","8101.858"],["25158.199","8052.692"],["25099.153","8095.268"],["25118.446","8105.723"],["25132.212","8088.167"],["25157.278","8104.434"],["12786.321","13123.697"],["12789.654","13103.914"],["12795.153","13120.526"],["12794.423","13097.755"],["12793.771","13117.273"],["12794.587","13102.726"],["12802.379","13116.109"],["12789.441","13089.949"],["26880.374","15493.713"],["26765.002","15502.231"],["26679.158","15493.376"],["26715.940","15451.496"],["26735.660","15500.497"],["26729.640","15462.000"],["26750.843","15504.755"],["26733.688","15462.409"],["5174.012","18078.070"],["5106.512","18079.358"],["5140.920","18109.548"],["5127.598","18099.524"],["5129.259","18116.138"],["5166.698","18215.323"],["5151.073","18135.521"],["5197.487","18188.667"],["5122.128","18118.123"],["5063.592","18104.696"],["5111.964","18118.718"],["5182.477","18210.031"],["5090.483","18047.435"],["5093.410","18049.202"],["5112.411","18078.822"],["5116.364","18097.823"],["5112.779","18082.975"],["5192.943","18146.278"],["5175.904","18115.610"],["5149.522","18099.507"],["5177.142","18221.582"],["5167.372","18174.464"],["5106.385","18169.228"],["5152.800","18215.669"],["5152.783","18179.005"],["5116.865","18111.286"],["5068.345","18110.840"],["5123.049","18090.196"],["5192.584","18225.759"],["5193.530","18211.386"],["5066.025","18059.012"],["5193.085","18049.788"],["5077.109","18052.171"],["5087.060","18094.566"],["5196.662","18229.665"],["5144.144","18140.531"],["5111.315","18093.859"],["5185.048","18126.972"],["5171.862","18164.010"],["5159.132","18218.361"],["5108.313","18122.087"],["5186.918","18230.610"],["5082.473","18051.118"],["5187.262","18083.831"],["5181.350","18181.854"],["5191.751","18120.336"],["5125.904","18120.415"],["5105.105","18091.946"],["5194.137","18088.934"],["5196.218","18225.933"],["29419.875","11293.083"],["29481.904","11337.867"],["29423.139","11464.118"],["29455.228","11363.637"],["29418.997","11297.907"],["29441.756","11315.076"],["29438.847","11484.961"],["29430.590","11338.121"],["29444.819","11373.433"],["29448.458","11472.915"],["29461.641","11340.344"],["29472.644","11348.404"],["29442.383","11488.131"],["29421.215","11337.939"],["29453.287","11346.709"],["29432.381","11332.202"],["10530.361","13251.905"],["10627.936","13316.449"],["10603.463","13184.780"],["10587.437","13356.102"],["10566.271","13338.783"],["10578.029","13359.388"],["10579.519","13295.051"],["10650.272","13313.138"],["10661.785","13314.839"],["10656.571","13298.489"],["10478.458","13320.968"],["10495.456","13330.516"],["10499.450","13273.252"],["10510.659","13273.860"],["10488.984","13284.370"],["10527.734","13388.876"],["10559.070","13237.992"],["10583.225","13238.318"],["10468.590","13277.027"],["10463.496","13248.386"],["10486.313","13254.098"],["10571.766","13343.288"],["10505.825","13280.682"],["10462.797","13266.368"],["29199.243","11509.331"],["29285.099","11589.487"],["29210.058","11492.562"],["29252.432","11638.900"],["29245.426","11606.745"],["29281.846","11582.689"],["29255.695","11559.667"],["29217.681","11534.522"],["29219.371","11555.319"],["29271.061","11521.389"],["29296.758","11523.507"],["29239.774","11583.802"],["29277.664","11583.696"],["29219.971","11577.691"],["29319.083","11524.155"],["29274.979","11507.699"],["29295.428","11582.765"],["29287.056","11581.103"],["29334.593","11532.474"],["29341.879","11514.819"],["29370.633","11645.771"],["29376.486","11624.540"],["29328.509","11622.280"],["29234.858","11496.772"],["29332.044","11650.386"],["29251.676","11612.789"],["29238.271","11632.905"],["29254.509","11607.975"],["29213.109","11528.692"],["29246.509","11538.655"],["29292.677","11672.397"],["29217.866","11572.093"],["29297.870","11548.936"],["29292.459","11550.984"],["29241.698","11603.389"],["29329.955","11525.938"],["29311.024","11491.108"],["29292.500","11590.032"],["29313.059","11672.522"],["29300.230","11610.874"],["29323.590","11543.721"],["29340.942","11518.766"],["29354.017","11687.679"],["29340.337","11652.030"],["29382.095","11620.659"],["29397.981","11633.637"],["29373.869","11692.633"],["29360.125","11610.947"],["29397.627","11556.343"],["29403.843","11641.220"],["29328.573","11701.634"],["29398.608","11611.113"],["29343.840","11668.281"],["29377.085","11649.335"],["29385.138","11617.637"],["29340.452","11658.372"],["29216.854","11510.882"],["29328.000","11581.605"],["29328.166","11512.187"],["29356.322","11495.060"],["29405.325","11541.908"],["29386.386","11681.106"],["29366.260","11604.539"],["29207.562","11497.322"],["29349.529","11579.078"],["29317.919","11507.976"],["29278.248","11631.275"],["4388.020","18685.015"],["4461.706","18791.853"],["4452.087","18750.194"],["4438.452","18801.705"],["4449.406","18757.015"],["4454.883","18754.257"],["4443.814","18768.328"],["4383.482","18716.831"],["4356.656","18735.510"],["4393.472","18706.608"],["4384.722","18722.116"],["4483.900","18712.503"],["4489.886","18734.914"],["4483.620","18756.351"],["4537.256","18711.589"],["4562.782","18758.211"],["4560.183","18739.549"],["4509.262","18707.592"],["4555.831","18694.069"],["4566.275","18678.776"],["4557.382","18685.335"],["4520.534","18813.970"],["4488.939","18801.253"],["4479.745","18805.464"],["4489.777","18788.190"],["4487.886","18776.414"],["4502.343","18772.979"],["4464.610","18820.319"],["4457.867","18841.707"],["4454.199","18815.398"],["4462.670","18842.648"],["4453.311","18829.799"],["4485.284","18809.670"],["4489.675","18832.147"],["4528.195","18857.515"],["4487.422","18836.161"],["4515.037","18816.276"],["4478.919","18815.781"],["4534.116","18834.724"],["4528.721","18855.236"],["4464.870","18863.772"],["4481.022","18878.289"],["4438.275","18855.316"],["4457.025","18858.107"],["4481.088","18864.928"],["4496.778","18854.606"],["4391.957","18766.148"],["4404.917","18773.216"],["4391.661","18786.825"],["4435.575","18816.123"],["4386.792","18760.615"],["4434.177","18795.116"],["4383.848","18750.078"],["4396.842","18775.809"],["4389.292","18748.889"],["4410.273","18860.583"],["4431.244","18875.166"],["4412.872","18889.303"],["4457.972","18802.357"],["4452.561","18805.775"],["4465.423","18761.399"],["4453.979","18791.780"],["4435.081","18748.146"],["4412.466","18737.758"],["4441.347","18789.897"],["4375.784","18722.397"],["4360.077","18755.461"],["4366.623","18734.750"],["4374.394","18699.622"],["4357.946","18679.325"],["4363.818","18705.584"],["4497.288","18757.755"],["4500.939","18738.713"],["4477.255","18743.238"],["4515.117","18708.424"],["4533.276","18755.899"],["4552.996","18717.039"],["4523.687","18762.522"],["4545.315","18732.530"],["4552.733","18715.965"],["4522.877","18876.152"],["4556.561","18871.643"],["4544.290","18682.957"],["4502.404","18683.047"],["4552.914","18678.208"],["4523.967","18691.635"],["4505.106","18769.478"],["4492.689","18766.224"],["4508.379","18778.974"],["4499.777","18767.314"],["4502.491","18802.971"],["4476.949","18809.577"],["4463.179","18840.798"],["4468.903","18811.599"],["4481.617","18810.922"],["4456.354","18817.033"],["4463.163","18811.087"],["4472.867","18806.826"],["4514.412","18844.550"],["4510.678","18846.004"],["4527.307","18832.560"],["4528.359","18853.634"],["4521.007","18820.967"],["4510.514","18845.376"],["4534.116","18836.491"],["4506.155","18837.267"],["4515.826","18808.778"],["4511.435","18849.802"],["4479.196","18875.943"],["4465.792","18849.783"],["4474.640","18846.728"],["4472.699","18846.414"],["4476.433","18879.593"],["4468.588","18879.445"],["4459.492","18871.682"],["4434.769","18773.249"],["4429.407","18808.576"],["4424.292","18776.173"],["4402.351","18757.378"],["4412.976","18790.062"],["4432.680","18758.980"],["4409.671","18796.866"],["4418.503","18766.445"],["4375.049","18765.685"],["4432.236","18772.589"],["4423.749","18792.325"],["4494.465","18778.181"],["4457.275","18826.793"],["4484.790","18824.303"],["4480.199","18861.641"],["4422.779","18747.931"],["27130.502","17393.876"],["27173.893","17257.914"],["27142.972","17281.326"],["27131.842","17384.385"],["27114.705","17314.620"],["27131.235","17341.969"],["27112.410","17409.103"],["27169.140","17277.320"],["27152.791","17277.577"],["27153.663","17279.080"],["27113.158","17387.193"],["27130.773","17357.053"],["23587.670","16334.077"],["23633.347","16209.141"],["23565.467","16297.602"],["23552.444","16231.635"],["23663.827","16152.833"],["23635.387","16202.618"],["23564.714","16244.302"],["23653.761","16159.192"],["23619.578","16332.904"],["23570.123","16170.281"],["23554.258","16297.488"],["23603.958","16232.064"],["23692.950","16166.956"],["23608.804","16311.286"],["23572.554","16321.348"],["23621.063","16344.294"],["23615.354","16169.967"],["23631.291","16210.710"],["23601.721","16270.231"],["23557.823","16224.500"],["23688.663","16153.263"],["23611.124","16344.036"],["23546.700","16269.889"],["23583.100","16200.702"],["23572.362","16217.267"],["23653.202","16167.251"],["23614.331","16288.511"],["23656.590","16145.451"],["23624.153","16180.950"],["23550.833","16277.349"],["25457.969","17876.030"],["25500.015","17834.094"],["25481.298","17839.627"],["25463.709","17878.491"],["25463.166","17883.610"],["13524.707","13142.106"],["13525.694","13165.674"],["13526.582","13053.507"],["13596.257","13067.488"],["13536.697","13107.774"],["13534.839","13054.167"],["13512.026","13096.001"],["13512.618","13124.022"],["13480.430","13029.217"],["13453.670","13062.545"],["13442.822","13034.023"],["13429.544","13092.798"],["13460.251","13154.416"],["13420.630","13122.575"],["13523.733","13119.641"],["13552.937","13045.796"],["13535.076","13151.299"],["13513.987","13144.406"],["13496.549","13083.713"],["13542.218","13073.743"],["13610.473","13111.295"],["13579.649","13160.156"],["13601.658","13115.346"],["13566.921","13152.993"],["13574.930","13041.114"],["13540.716","13167.265"],["13492.684","13180.191"],["13548.638","13082.623"],["13521.944","13178.176"],["13516.885","13149.719"],["13495.990","13092.863"],["13618.188","13071.119"],["13452.617","13016.417"],["13418.278","13098.132"],["13568.720","13063.647"],["13487.223","13169.026"],["13548.918","13082.574"],["13512.585","13139.771"],["13473.308","13055.443"],["13432.666","13047.565"],["13425.698","13026.655"],["13450.846","13005.664"],["13443.409","13101.501"],["13427.324","13096.448"],["13456.156","13121.732"],["13484.519","12970.391"],["13479.536","12971.085"],["13469.618","12974.917"],["13595.098","13130.221"],["13511.006","13048.338"],["13579.909","12981.554"],["13507.635","13070.699"],["13582.755","13049.465"],["13521.335","13131.487"],["13523.342","13181.463"],["13600.605","12975.318"],["13481.697","13175.715"],["13527.552","13128.333"],["13477.732","13026.128"],["13468.094","13012.388"],["13459.920","13021.488"],["13412.606","12976.663"],["13438.626","13016.960"],["13431.534","13132.154"],["13438.788","13111.014"],["13438.212","13097.125"],["13459.223","12994.438"],["13497.907","12996.469"],["13526.674","12988.740"],["13497.085","12997.295"],["13422.041","13047.185"],["13432.436","13060.332"],["13417.051","13031.582"],["13454.182","13133.260"],["13412.916","13119.536"],["13464.067","13135.523"],["13425.923","13060.513"],["13479.903","13051.991"],["13445.698","13027.266"],["13461.863","13119.321"],["13448.163","13122.707"],["8341.294","18264.271"],["8260.482","18268.528"],["8220.420","18255.997"],["8169.150","18267.893"],["8189.269","18308.850"],["8347.626","18333.850"],["8284.066","18314.439"],["8290.924","18316.652"],["8256.185","18355.104"],["8258.209","18361.385"],["8304.947","18392.389"],["8310.463","18363.388"],["8331.367","18366.906"],["8294.989","18461.873"],["8342.668","18418.584"],["8272.840","18452.777"],["8288.054","18444.502"],["8196.894","18346.297"],["8160.226","18361.177"],["8161.470","18353.430"],["8245.770","18419.472"],["8231.971","18422.346"],["8153.225","18446.716"],["8160.790","18463.099"],["8346.067","18321.275"],["8314.535","18461.476"],["8230.562","18458.398"],["8202.391","18443.967"],["8178.375","18417.872"],["8325.916","18255.600"],["8258.262","18263.243"],["8228.462","18271.554"],["8148.430","18292.814"],["8290.209","18315.941"],["8307.561","18466.398"],["8234.016","18447.283"],["8191.224","18441.870"],["8183.638","18418.284"],["8313.120","18255.700"],["8268.591","18280.600"],["8265.379","18259.595"],["8169.795","18297.141"],["8304.699","18307.271"],["8314.633","18456.224"],["8213.868","18444.376"],["8194.710","18443.851"],["8180.974","18420.382"],["8209.170","18277.186"],["8176.358","18328.438"],["8286.327","18349.484"],["8308.071","18465.655"],["8229.295","18450.982"],["8199.398","18430.276"],["8184.905","18405.237"],["25364.846","16916.680"],["25341.780","16857.331"],["25267.074","16790.440"],["25266.688","16813.010"],["25202.700","16801.017"],["25403.468","16855.621"],["25356.759","16867.757"],["25399.603","16817.107"],["25330.553","16942.493"],["25340.251","16836.621"],["25237.539","16780.280"],["25363.749","16857.121"],["25359.740","16979.562"],["25321.474","16951.428"],["25288.376","16821.328"],["25248.657","16777.456"],["25375.594","16890.496"],["25359.000","16887.040"],["25334.033","16973.583"],["25313.316","16913.244"],["25358.727","16958.992"],["25275.596","16836.687"],["25315.021","16882.071"],["25283.686","16805.981"],["25261.306","16799.471"],["25209.395","16796.393"],["25397.924","16858.342"],["25360.904","16851.424"],["25369.193","16848.649"],["25404.239","16866.467"],["25367.289","16964.219"],["25352.658","16932.567"],["25334.922","16887.918"],["25315.545","16777.608"],["25228.918","16822.636"],["25349.411","16870.740"],["25364.275","16840.325"],["25385.572","16857.235"],["25334.254","16936.283"],["25329.280","16856.225"],["25284.607","16818.120"],["25255.697","16807.200"],["11605.979","14518.433"],["11529.919","14535.521"],["11562.068","14523.130"],["11589.196","14519.335"],["11609.450","14535.892"],["11628.848","14552.273"],["11632.157","14547.113"],["11637.320","14555.105"],["11632.970","14565.200"],["11630.364","14570.691"],["11623.925","14574.537"],["11570.293","14615.984"],["11531.816","14642.235"],["11616.062","14525.304"],["11537.485","14532.581"],["11591.696","14519.583"],["11600.552","14534.373"],["11635.809","14552.497"],["11635.379","14558.276"],["11628.266","14558.808"],["11628.111","14565.373"],["11620.126","14573.365"],["11544.707","14634.639"],["11546.675","14625.984"],["11547.341","14622.613"],["11569.163","14612.823"],["11562.135","14618.131"],["11535.434","14640.716"],["11687.359","14459.463"],["11520.653","14476.369"],["11518.433","14483.581"],["11555.541","14466.268"],["11545.359","14562.332"],["11540.826","14575.550"],["11544.951","14577.248"],["11551.648","14577.381"],["11564.685","14565.964"],["11557.223","14557.288"],["11555.162","14550.448"],["11550.307","14553.273"],["11538.082","14568.252"],["11565.884","14551.365"],["11556.501","14575.285"],["11595.139","14609.803"],["11603.424","14602.315"],["11578.289","14608.586"],["11583.318","14611.485"],["11649.302","14458.042"],["11637.052","14453.197"],["11661.404","14527.780"],["11714.243","14660.242"],["11607.476","14510.225"],["11537.091","14543.630"],["11519.449","14564.990"],["11572.666","14515.719"],["11600.931","14533.233"],["11627.896","14556.547"],["11631.368","14547.096"],["11635.412","14553.982"],["11636.967","14558.148"],["11622.173","14568.940"],["11623.465","14578.831"],["11541.862","14625.187"],["11561.291","14618.469"],["11570.358","14616.397"],["11691.264","14454.971"],["11692.230","14452.377"],["11675.131","14456.603"],["11679.941","14517.427"],["11690.157","14518.865"],["11552.017","14469.408"],["11549.712","14461.180"],["11540.304","14467.283"],["11538.623","14579.858"],["11535.671","14577.606"],["11667.342","14453.260"],["11587.775","14608.606"],["11591.265","14609.629"],["11592.413","14601.542"],["11580.821","14614.241"],["11582.696","14617.817"],["11647.539","14453.418"],["11626.452","14460.694"],["11628.387","14453.200"],["11657.059","14528.172"],["11662.510","14523.526"],["11667.136","14526.889"],["11657.608","14454.978"],["11627.493","14508.590"],["11611.111","14529.267"],["11543.801","14546.058"],["11535.873","14531.211"],["11564.601","14532.824"],["11559.354","14533.287"],["11573.472","14515.801"],["11585.117","14513.654"],["11609.171","14535.909"],["11601.605","14538.898"],["11629.621","14547.681"],["11636.878","14552.728"],["11639.838","14548.451"],["11635.395","14555.534"],["11639.672","14554.312"],["11635.240","14561.302"],["11630.792","14568.461"],["11628.160","14565.736"],["11621.359","14572.077"],["11623.218","14577.395"],["11548.649","14628.726"],["11542.974","14627.685"],["11559.252","14620.980"],["11570.490","14619.502"],["11566.658","14619.981"],["11536.504","14638.288"],["11530.138","14643.359"],["11688.678","14456.650"],["11663.662","14529.408"],["5060.704","15291.087"],["5044.107","15291.301"],["5007.764","15241.622"],["5003.354","15235.430"],["5022.334","15249.155"],["5020.426","15244.250"],["5013.222","15250.757"],["4989.560","15253.333"],["4994.856","15240.616"],["5009.600","15158.647"],["5024.040","15235.575"],["5018.393","15176.930"],["5053.845","15270.828"],["5057.496","15270.806"],["5059.235","15272.180"],["5043.384","15277.577"],["5039.403","15278.436"],["5002.681","15235.693"],["5018.109","15255.181"],["5022.663","15239.113"],["5009.933","15244.101"],["4993.556","15240.914"],["5013.534","15255.247"],["5016.889","15250.110"],["4992.149","15146.608"],["5034.634","15279.575"],["5031.755","15282.416"],["5002.451","15233.694"],["5005.905","15245.982"],["5024.521","15245.587"],["5016.314","15247.800"],["4988.589","15243.226"],["5015.771","15251.646"],["5027.221","15242.695"],["5002.762","15232.441"],["5009.818","15245.835"],["4988.918","15241.558"],["5000.963","15276.852"],["6102.211","13618.431"],["6092.987","13624.575"],["6108.066","13609.001"],["6091.227","13625.598"],["6167.707","13667.133"],["6060.887","13708.583"],["6238.291","13616.889"],["6177.125","13642.648"],["6098.698","13676.670"],["6200.984","13637.805"],["6110.475","13626.472"],["6063.261","13629.985"],["6104.579","13618.415"],["6097.921","13624.723"],["6070.739","13673.554"],["6062.713","13676.213"],["6099.003","13607.713"],["6092.132","13627.101"],["6157.921","13657.257"],["3735.497","19326.014"],["3731.418","19348.177"],["3741.409","19360.772"],["3743.219","19363.530"],["3741.421","19437.232"],["3727.803","19483.095"],["3763.790","19432.327"],["3727.967","19455.812"],["3743.017","19473.054"],["3875.602","19326.286"],["3885.407","19333.067"],["3861.164","19354.586"],["3870.308","19354.751"],["3898.088","19339.871"],["3884.831","19358.814"],["3898.507","19408.738"],["3867.126","19400.728"],["3913.672","19401.818"],["3882.833","19371.116"],["3894.675","19404.857"],["3924.132","19438.795"],["3883.178","19496.344"],["3871.698","19450.184"],["3896.632","19460.886"],["3869.445","19486.583"],["3903.310","19467.508"],["3888.014","19504.750"],["3842.767","19477.147"],["3887.701","19479.839"],["3825.185","19464.001"],["3886.830","19472.061"],["3840.366","19477.560"],["3862.833","19464.051"],["3814.495","19482.370"],["3833.081","19512.395"],["3792.439","19461.132"],["3837.357","19470.413"],["3839.413","19474.493"],["3804.166","19459.827"],["3930.689","19329.107"],["3922.285","19341.823"],["3916.396","19332.509"],["3739.083","19340.613"],["3730.735","19402.258"],["3728.547","19384.289"],["3750.061","19364.653"],["3744.633","19383.364"],["3746.191","19429.503"],["3734.431","19468.595"],["3747.178","19444.482"],["3919.730","19314.461"],["3889.075","19367.980"],["3867.841","19383.273"],["3882.150","19345.850"],["3885.078","19323.901"],["3891.575","19353.546"],["3897.677","19352.687"],["3905.794","19394.435"],["3897.076","19437.689"],["3904.050","19426.442"],["3916.484","19428.639"],["3896.287","19408.160"],["3924.248","19432.041"],["3899.149","19461.166"],["3895.152","19488.417"],["3916.057","19498.640"],["3876.682","19493.569"],["3933.211","19446.484"],["3913.162","19506.137"],["3864.708","19484.034"],["3828.557","19490.426"],["3867.208","19456.883"],["3858.392","19458.882"],["3850.975","19454.043"],["3829.034","19493.762"],["3846.370","19471.652"],["3831.617","19464.617"],["3792.143","19474.476"],["3812.028","19464.600"],["3804.824","19497.201"],["3810.992","19468.960"],["3915.969","19377.810"],["3912.515","19319.214"],["3906.577","19374.705"],["3930.920","19326.976"],["15872.790","12274.054"],["15896.277","12268.901"],["15921.747","12328.583"],["15916.771","12318.447"],["15734.673","12327.429"],["15868.991","12279.901"],["15760.519","12310.506"],["15766.838","12322.779"],["15791.531","12333.183"],["15761.162","12325.812"],["15913.818","12257.954"],["15902.571","12316.791"],["15833.953","12311.772"],["15783.282","12268.352"],["15793.151","12245.768"],["15884.057","12200.449"],["15913.387","12233.380"],["15931.760","12325.305"],["15832.736","12306.801"],["15792.641","12265.660"],["15796.408","12229.814"],["15897.543","12199.425"],["15923.025","12226.510"],["31747.506","8477.986"],["31811.801","8501.364"],["31918.425","8484.028"],["31742.303","8399.347"],["31755.164","8425.370"],["31761.766","8494.254"],["31812.541","8485.476"],["31730.707","8320.852"],["31755.082","8400.189"],["31758.361","8495.113"],["31811.998","8466.054"],["31920.695","8478.313"],["31727.007","8333.139"],["31767.194","8482.165"],["31798.577","8487.326"],["31919.017","8460.477"],["31882.251","8530.038"],["31751.891","8410.495"],["31738.618","8416.947"],["31738.917","8469.063"],["31769.200","8479.638"],["31827.459","8478.705"],["31751.266","8390.544"],["31739.595","8473.989"],["31806.275","8477.599"],["31927.044","8462.227"],["31743.109","8409.141"],["31728.783","8419.606"],["28152.225","9041.205"],["28155.010","8974.939"],["28169.327","8996.141"],["28205.786","9052.475"],["28197.676","9128.708"],["28207.309","9064.898"],["28152.492","8959.988"],["28193.171","9023.508"],["28180.820","9028.945"],["28179.256","8968.086"],["28252.791","9049.451"],["28206.210","9073.685"],["28236.604","9072.771"],["28260.455","9070.244"],["28274.769","8966.525"],["28232.763","9119.536"],["28174.664","9105.762"],["28247.643","9061.392"],["28270.962","9036.739"],["28312.738","9029.125"],["28297.393","9030.314"],["28262.475","9019.001"],["28278.436","8970.406"],["28256.594","8969.845"],["28156.788","9136.768"],["28172.626","9108.097"],["28175.552","9081.823"],["28230.698","9111.270"],["28164.558","8972.828"],["28152.952","8959.410"],["28176.160","9041.649"],["18671.265","17331.032"],["18658.979","17340.935"],["18651.923","17337.912"],["18651.002","17344.915"],["18655.180","17337.499"],["18652.022","17349.787"],["18660.377","17334.675"],["18666.710","17345.262"],["18671.956","17335.920"],["18654.177","17341.083"],["18658.979","17341.067"],["18654.111","17337.599"],["18672.055","17336.327"],["18666.446","17355.815"],["18663.157","17330.035"],["18665.131","17345.823"],["18640.074","17201.006"],["18650.871","17337.037"],["18656.052","17334.824"],["18660.147","17329.902"],["18659.621","17330.431"],["18660.805","17329.572"],["18658.453","17338.722"],["18671.183","17341.843"],["18670.558","17351.273"],["18670.623","17334.649"],["18670.492","17313.542"],["18659.522","17337.599"],["18656.183","17350.877"],["18668.091","17347.970"],["21556.740","10549.939"],["21580.243","10599.651"],["21582.002","10603.912"],["21547.291","10591.238"],["21587.118","10621.022"],["21540.199","10562.960"],["21600.506","10578.594"],["21528.722","10594.260"],["21565.308","10619.189"],["21555.095","10606.059"],["21530.890","10562.976"],["21562.150","10576.547"],["10032.239","16101.287"],["10037.800","16068.972"],["10034.163","16106.192"],["9965.220","15949.591"],["9967.131","15938.595"],["9977.649","15935.261"],["10033.672","16092.767"],["10039.180","16103.549"],["10004.188","15970.118"],["10024.386","16010.658"],["10040.281","16025.015"],["10006.400","15993.218"],["10001.144","16006.573"],["9995.693","15931.629"],["10033.293","16093.939"],["10033.590","16076.767"],["10034.311","16098.529"],["10855.603","16520.942"],["10881.474","16510.082"],["10862.074","16397.595"],["10829.363","16394.991"],["10779.592","16425.106"],["10760.259","16457.668"],["10762.312","16445.850"],["10765.432","16473.745"],["10759.177","16493.651"],["10799.148","16530.193"],["10773.888","16554.392"],["10736.582","16563.232"],["10713.310","16539.820"],["10717.347","16514.593"],["10727.108","16479.043"],["10732.024","16494.397"],["10857.577","16515.541"],["10874.549","16531.324"],["10877.312","16506.052"],["10882.575","16386.022"],["10871.120","16383.639"],["10826.156","16404.685"],["10785.447","16433.380"],["10755.391","16466.041"],["10762.575","16447.551"],["10772.998","16481.392"],["10761.151","16493.420"],["10791.039","16518.830"],["10737.585","16556.758"],["10724.034","16539.853"],["10718.860","16514.907"],["10714.626","16502.502"],["10717.124","16474.766"],["10739.310","16487.065"],["10842.092","16446.941"],["10829.423","16427.561"],["10837.770","16428.863"],["10864.054","16430.976"],["10873.897","16441.985"],["10861.509","16484.301"],["10843.400","16471.651"],["10865.960","16461.750"],["10837.307","16500.164"],["10825.978","16520.989"],["10824.996","16533.470"],["10853.832","16551.728"],["10789.599","16542.197"],["10783.829","16475.463"],["10740.956","16552.842"],["10746.328","16534.630"],["10722.774","16523.043"],["10743.872","16479.858"],["10781.330","16471.165"],["10721.281","16458.868"],["10750.359","16415.874"],["10714.675","16446.264"],["10716.693","16442.923"],["10764.143","16389.244"],["10798.262","16358.059"],["10790.121","16450.838"],["10803.020","16442.060"],["10841.194","16493.532"],["10729.979","16418.695"],["10730.042","16429.970"],["10720.265","16421.813"],["10717.940","16375.845"],["10719.776","16393.435"],["10709.359","16395.382"],["10742.178","16357.487"],["10859.999","16357.833"],["10856.064","16516.086"],["10882.690","16540.209"],["10874.434","16506.680"],["10882.066","16434.689"],["10882.739","16400.274"],["10870.528","16389.535"],["10828.985","16397.418"],["10786.861","16437.361"],["10756.657","16463.497"],["10769.779","16437.691"],["10768.240","16501.678"],["10792.487","16528.194"],["10741.599","16556.098"],["10716.419","16536.137"],["10710.389","16518.508"],["10715.169","16487.341"],["10723.210","16481.174"],["10736.333","16482.870"],["10845.180","16456.660"],["10787.248","16398.897"],["10801.909","16371.668"],["10741.381","16423.601"],["10726.977","16436.517"],["10730.056","16409.318"],["10794.327","16405.798"],["10744.779","16401.031"],["10737.681","16407.880"],["10746.461","16370.721"],["10728.725","16367.445"],["10731.999","16368.549"],["10714.579","16373.961"],["10735.261","16362.687"],["10725.823","16368.463"],["10760.043","16354.334"],["10861.475","16517.193"],["10879.417","16534.528"],["10869.829","16505.656"],["10859.459","16388.379"],["10835.712","16398.806"],["10784.772","16436.122"],["10752.299","16466.404"],["10768.710","16433.612"],["10763.278","16484.546"],["10758.931","16492.825"],["10795.743","16518.351"],["10777.490","16561.080"],["10733.786","16562.209"],["10711.057","16534.271"],["10717.626","16516.014"],["10709.034","16501.214"],["10724.460","16475.443"],["10731.810","16485.909"],["4898.453","14659.913"],["4857.097","14659.047"],["8105.801","17774.481"],["8109.597","17778.448"],["8016.481","17741.896"],["8071.763","17800.662"],["8033.984","17757.714"],["8077.226","17768.936"],["8065.926","17802.940"],["7947.765","17693.340"],["7957.019","17713.820"],["7985.330","17714.639"],["7999.724","17703.379"],["7964.278","17699.721"],["8124.931","17749.875"],["8108.359","17798.796"],["8000.937","17717.116"],["8034.233","17748.017"],["7950.592","17677.065"],["7949.330","17703.749"],["7950.523","17724.208"],["7968.646","17714.558"],["8000.070","17688.317"],["7977.708","17689.983"],["7959.195","17702.909"],["8097.432","17747.759"],["8079.457","17747.686"],["8006.858","17744.333"],["8047.368","17791.583"],["8058.708","17821.055"],["8029.675","17804.182"],["8102.275","17784.988"],["7971.152","17675.410"],["7955.121","17661.420"],["8068.704","17731.888"],["8078.772","17765.996"],["8053.295","17733.708"],["7966.130","17668.806"],["3637.396","8252.579"],["3576.942","8166.503"],["3583.330","8108.336"],["3637.363","8240.837"],["3571.893","8176.511"],["3582.917","8114.187"],["3542.154","8266.145"],["3532.280","8251.607"],["3557.053","8253.083"],["9849.389","18507.432"],["9835.327","18501.751"],["9841.363","18501.636"],["9854.858","18496.382"],["24750.891","16265.915"],["24773.358","16239.870"],["24576.077","16336.413"],["24756.878","16277.063"],["24774.510","16254.189"],["24762.258","16345.772"],["24746.878","16232.620"],["15127.308","12440.850"],["15117.554","12457.382"],["15198.357","12339.268"],["15195.925","12464.739"],["15151.950","12525.980"],["15099.104","12509.288"],["15231.075","12448.686"],["15225.525","12373.537"],["15152.948","12476.944"],["15132.702","12450.710"],["15140.021","12436.325"],["15191.698","12480.330"],["15270.664","12465.598"],["15205.686","12358.033"],["15134.868","12488.170"],["15269.677","12455.342"],["15154.856","12488.620"],["15121.611","12493.669"],["15104.395","12522.064"],["15158.524","12529.694"],["15288.559","12426.704"],["15133.101","12541.471"],["15134.555","12462.719"],["15114.367","12503.970"],["15121.929","12438.736"],["15141.292","12532.734"],["15116.555","12509.734"],["15197.446","12516.191"],["15216.315","12490.343"],["15296.404","12384.244"],["15236.553","12527.221"],["15187.482","12419.120"],["15182.051","12485.308"],["15095.521","12337.111"],["15214.609","12539.008"],["15243.246","12384.260"],["15174.177","12537.429"],["15187.991","12369.575"],["23024.416","8333.896"],["23084.825","8492.442"],["23024.433","8351.336"],["23078.165","8413.046"],["22943.644","8437.613"],["23051.622","8461.355"],["22937.924","8461.728"],["23082.709","8386.774"],["22906.374","8389.587"],["22889.418","8460.414"],["22910.583","8474.465"],["22965.325","8494.428"],["22931.736","8435.582"],["23062.406","8497.371"],["23044.820","8445.064"],["22948.150","8352.459"],["23071.060","8396.431"],["22935.782","8420.388"],["23078.330","8515.637"],["22981.081","8488.020"],["23080.922","8322.372"],["23018.028","8323.751"],["23063.823","8324.788"],["22911.670","8415.466"],["22959.116","8528.700"],["22921.687","8403.823"],["22896.787","8499.390"],["23080.714","8466.174"],["23029.552","8482.570"],["4049.761","14805.429"],["4096.494","14736.757"],["3944.655","14846.157"],["4063.178","14754.834"],["4118.931","14721.117"],["4138.457","14870.732"],["4138.373","14825.446"],["4133.571","14847.874"],["4122.896","14813.192"],["4117.061","14816.002"],["4134.726","14789.247"],["4105.496","14725.345"],["4118.111","14760.044"],["4129.460","14751.076"],["4138.407","14769.986"],["4144.526","14741.613"],["4075.540","14793.863"],["4097.941","14787.290"],["4081.905","14762.187"],["4085.737","14793.599"],["4100.359","14808.991"],["4075.309","14788.149"],["4069.717","14795.713"],["4103.260","14870.629"],["4110.086","14856.946"],["4098.771","14832.222"],["4107.685","14819.770"],["4100.103","14817.358"],["4098.343","14833.411"],["4088.639","14811.656"],["4042.636","14835.058"],["4064.413","14862.490"],["4046.337","14834.810"],["4087.965","14820.574"],["4060.991","14817.089"],["4036.288","14831.144"],["4082.472","14844.769"],["4037.384","14765.133"],["4006.529","14790.517"],["4024.769","14764.638"],["4041.677","14816.727"],["4048.733","14810.401"],["4019.325","14809.031"],["4043.716","14819.088"],["3981.854","14821.756"],["3993.104","14830.295"],["3996.393","14797.099"],["3968.137","14835.365"],["3951.459","14837.892"],["3976.245","14809.816"],["3968.632","14804.249"],["3966.560","14777.907"],["3958.270","14766.379"],["3955.014","14807.354"],["3942.861","14821.335"],["3942.439","14790.882"],["3937.110","14730.089"],["3940.136","14764.325"],["3943.606","14869.174"],["4021.537","14822.588"],["4057.886","14811.886"],["4097.184","14732.413"],["3940.345","14826.785"],["3978.430","14861.885"],["3984.333","14769.394"],["4080.563","14741.423"],["4144.296","14864.936"],["4133.702","14822.952"],["4117.436","14826.255"],["4117.354","14854.166"],["4140.446","14846.553"],["4121.120","14831.986"],["4128.854","14790.700"],["4137.883","14822.839"],["4096.368","14730.548"],["4127.141","14741.745"],["4121.269","14735.601"],["4136.253","14787.872"],["4098.358","14744.751"],["4140.628","14754.957"],["4127.700","14780.308"],["4135.759","14784.751"],["4097.239","14742.571"],["4123.467","14785.837"],["4055.704","14806.927"],["4058.517","14802.616"],["4093.056","14752.591"],["4067.316","14800.717"],["4076.823","14796.192"],["4108.040","14752.905"],["4116.954","14775.680"],["4096.510","14774.012"],["4094.355","14790.147"],["4105.991","14830.802"],["4088.409","14862.544"],["4104.067","14818.366"],["4094.511","14843.205"],["4089.642","14820.959"],["4093.113","14861.752"],["4089.544","14870.951"],["4105.530","14822.858"],["4078.968","14845.776"],["4028.360","14825.842"],["4088.771","14870.417"],["4046.156","14860.888"],["4062.669","14839.831"],["4030.449","14840.062"],["4076.913","14842.027"],["4051.107","14850.434"],["4079.100","14835.471"],["4056.781","14871.425"],["3997.417","14771.045"],["4032.696","14766.487"],["4033.798","14784.390"],["4028.930","14774.481"],["4020.542","14770.187"],["4037.680","14774.927"],["4025.163","14763.746"],["3995.851","14783.672"],["3993.630","14842.053"],["3958.696","14835.480"],["3992.397","14825.257"],["4012.857","14796.455"],["3989.453","14805.885"],["3988.137","14821.095"],["3999.107","14849.650"],["4004.732","14846.595"],["3965.030","14802.944"],["3955.787","14816.107"],["3952.234","14784.265"],["3947.136","14817.610"],["3947.554","14758.149"],["3943.689","14755.671"],["3956.518","14760.609"],["3973.063","14868.034"],["3955.547","14869.834"],["4144.146","14851.441"],["4146.022","14753.273"],["4065.753","14806.184"],["4106.615","14869.011"],["4059.544","14849.641"],["4026.348","14796.066"],["21639.649","14670.485"],["21642.577","14710.287"],["21662.774","14709.379"],["21650.258","14701.551"],["4065.002","15174.332"],["4110.183","15151.657"],["4075.561","15131.937"],["4082.173","15139.188"],["4115.000","15101.922"],["4067.533","15091.517"],["4061.595","15131.666"],["4069.951","15114.704"],["4117.500","15094.176"],["4133.978","15235.624"],["4145.118","15200.689"],["4126.204","15222.423"],["3982.550","15204.312"],["3978.652","15204.196"],["4010.331","15262.454"],["4136.015","15244.023"],["4136.790","15262.781"],["4067.696","15156.120"],["4095.015","15094.898"],["4082.186","15087.433"],["4089.111","15135.344"],["3936.825","15268.616"],["3937.351","15225.511"],["4002.099","15257.191"],["3995.027","15209.412"],["3995.997","15190.585"],["4009.204","15194.565"],["4021.688","15248.008"],["4009.813","15216.596"],["3959.527","15270.554"],["3937.636","15253.939"],["3989.461","15246.194"],["3982.899","15274.385"],["3985.843","15264.691"],["3995.382","15242.511"],["3976.090","15269.117"],["3968.705","15255.541"],["3980.169","15245.665"],["4063.384","15193.776"],["4036.854","15204.791"],["4063.532","15216.881"],["4062.907","15222.232"],["4048.696","15193.412"],["4065.094","15207.417"],["4113.878","15173.539"],["4091.230","15170.302"],["4104.503","15177.701"],["4118.960","15211.723"],["4133.237","15214.481"],["4114.865","15169.097"],["4082.628","15176.396"],["4094.408","15271.994"],["4078.553","15226.247"],["4099.391","15265.223"],["4121.941","15241.920"],["4083.322","15254.983"],["4093.997","15274.934"],["4086.118","15220.747"],["4071.266","15214.851"],["4070.630","15269.081"],["4026.863","15250.915"],["4058.705","15280.246"],["4067.834","15242.062"],["4061.567","15247.777"],["4026.633","15271.542"],["4022.451","15294.008"],["3998.635","15274.586"],["4019.392","15286.544"],["3971.535","15290.312"],["3951.749","15285.985"],["3964.084","15288.479"],["4098.229","15293.656"],["4140.817","15268.969"],["4141.738","15266.228"],["4118.341","15139.534"],["4086.153","15153.820"],["4065.380","15150.385"],["4079.673","15140.773"],["4092.664","15106.001"],["4064.474","15113.829"],["4100.625","15103.953"],["4052.780","15090.229"],["4071.365","15106.694"],["4138.813","15208.291"],["4131.829","15173.208"],["4134.765","15217.780"],["4141.295","15210.266"],["4074.917","15145.666"],["4126.446","15143.535"],["4088.601","15093.709"],["3948.864","15275.850"],["3949.390","15275.057"],["4005.816","15224.953"],["4015.915","15225.878"],["3999.056","15228.603"],["3994.648","15216.051"],["4025.306","15235.804"],["3996.852","15195.424"],["4010.306","15247.497"],["4031.885","15201.204"],["4029.681","15249.379"],["3958.968","15216.037"],["3966.945","15216.004"],["3960.300","15237.226"],["3950.678","15277.540"],["3986.402","15224.905"],["3951.846","15271.165"],["3972.734","15275.013"],["4002.109","15258.778"],["3954.856","15232.915"],["3940.975","15222.709"],["4041.805","15226.641"],["4059.189","15217.475"],["4049.683","15206.509"],["4051.130","15177.558"],["4036.262","15176.154"],["4049.699","15201.852"],["4031.706","15203.982"],["4033.959","15200.068"],["4104.519","15181.103"],["4116.658","15195.703"],["4111.937","15176.611"],["4093.681","15199.683"],["4107.694","15177.652"],["4074.158","15177.569"],["4133.401","15219.072"],["4113.191","15210.855"],["4107.632","15230.012"],["4105.000","15228.988"],["4100.033","15237.874"],["4100.313","15262.415"],["4101.118","15243.819"],["4105.477","15215.149"],["4106.513","15224.348"],["4094.391","15274.835"],["4115.609","15210.789"],["4065.334","15269.346"],["4087.570","15268.355"],["4024.001","15246.488"],["4086.452","15245.134"],["4040.202","15245.564"],["4030.597","15253.078"],["4026.830","15263.070"],["4010.708","15273.612"],["3970.400","15293.796"],["3954.249","15293.251"],["4108.460","15292.765"],["4139.501","15262.247"],["4127.071","15256.252"],["3979.369","15200.213"],["3944.231","15236.780"],["4134.487","15180.228"],["4100.477","15242.481"],["4084.626","15282.261"],["4133.136","15281.323"],["5976.088","18899.349"],["5975.200","18915.402"],["5985.448","18922.744"],["6021.755","18914.156"],["5999.998","18914.470"],["5995.524","18913.529"],["6006.433","18907.366"],["6015.725","18899.790"],["5880.868","18912.985"],["5886.979","18893.465"],["5852.189","18892.721"],["5861.048","18905.350"],["5960.295","18905.615"],["5969.953","18908.053"],["5970.677","18910.233"],["5980.908","18907.285"],["5987.865","18913.115"],["5991.003","18898.028"],["5985.048","18927.544"],["6018.778","18905.865"],["6012.235","18917.905"],["6013.764","18915.230"],["6012.518","18900.847"],["6027.095","18913.660"],["6027.076","18917.229"],["5869.167","18901.508"],["5866.877","18897.989"],["5858.620","18905.520"],["5838.164","18897.250"],["6006.097","18897.482"],["5965.932","18892.165"],["27638.312","8046.256"],["27601.486","7974.133"],["27652.638","8107.461"],["27565.746","7992.366"],["27568.393","7921.217"],["27532.439","7929.425"],["27603.097","7920.474"],["27518.574","7915.371"],["27646.141","7943.283"],["27639.118","7947.544"],["27622.934","8033.853"],["27568.871","8007.874"],["27571.962","7902.274"],["27544.939","7959.747"],["27614.446","7919.929"],["27516.617","7948.021"],["27624.381","7900.393"],["27695.253","8072.614"],["27682.983","7908.832"],["27720.352","8107.858"],["27549.906","7905.445"],["27583.229","7957.468"],["27580.120","7934.875"],["27592.374","7962.489"],["27540.153","7950.482"],["27532.982","7930.102"],["15567.831","18470.979"],["15567.679","18499.665"],["15660.158","18486.634"],["15618.818","18470.335"],["15706.530","18653.543"],["15615.117","18472.416"],["15676.326","18543.065"],["15724.425","18587.795"],["15558.074","18481.597"],["15663.135","18480.523"],["15564.965","18476.527"],["15661.227","18476.361"],["15535.689","18647.315"],["15695.189","18548.499"],["6124.413","14178.688"],["6231.248","14188.412"],["6067.483","14184.488"],["6069.006","14201.952"],["6071.281","14223.071"],["6062.556","14145.891"],["6048.582","14102.568"],["6041.162","14084.647"],["6136.949","14224.523"],["6197.607","14227.512"],["6224.117","14211.504"],["6088.328","14188.399"],["6202.637","14175.484"],["6072.400","14177.799"],["6073.710","14205.090"],["6073.716","14229.562"],["6059.250","14149.574"],["6052.168","14107.952"],["6066.397","14186.882"],["6069.105","14205.718"],["6072.926","14227.332"],["6065.582","14155.388"],["6048.369","14101.478"],["6046.093","14071.985"],["6041.836","14084.697"],["6067.466","14186.172"],["6064.631","14205.965"],["6072.745","14225.268"],["6066.667","14147.064"],["6045.112","14105.359"],["6042.178","14072.051"],["6045.948","14234.628"],["26040.278","15839.594"],["26038.696","15783.621"],["26033.536","15743.584"],["26039.472","15833.814"],["26040.343","15843.756"],["19067.303","13722.492"],["18906.116","13724.500"],["19088.043","13728.719"],["18885.103","13642.936"],["19066.530","13698.337"],["19066.217","13718.892"],["19083.520","13734.647"],["12110.593","13033.982"],["12081.871","12982.129"],["12073.588","12980.455"],["12063.609","12975.675"],["12127.888","13048.239"],["12013.587","13046.955"],["12035.116","13014.595"],["12024.529","13045.781"],["12022.732","13037.571"],["12043.012","13067.769"],["12111.054","13030.695"],["12132.907","13054.863"],["12014.588","13042.176"],["12028.628","13017.592"],["12050.100","13073.979"],["11981.042","13095.314"],["11999.124","13176.090"],["11993.130","13173.012"],["11958.104","13153.459"],["11959.409","13157.889"],["11960.448","13152.078"],["11987.735","13113.223"],["11987.820","13112.114"],["11982.014","13107.804"],["12001.445","13137.197"],["12001.092","13134.165"],["12004.228","13135.989"],["11967.217","13043.954"],["11969.229","13040.650"],["11969.481","13044.462"],["11976.791","13048.103"],["11970.169","13120.469"],["11966.763","13118.715"],["11995.234","13158.077"],["11990.219","13147.406"],["12108.353","13040.347"],["12014.889","13157.831"],["12061.405","12974.090"],["12121.443","13048.091"],["12113.291","12988.997"],["12121.910","13006.812"],["12020.706","13048.599"],["12008.932","13045.699"],["12041.123","13028.348"],["12049.156","13019.115"],["12045.725","13067.125"],["12015.010","13104.425"],["11997.696","13165.926"],["11974.589","13132.568"],["11999.402","13165.729"],["12125.232","12969.622"],["12126.412","12982.202"],["12122.976","13022.377"],["11945.503","13074.745"],["11962.941","13073.952"],["11964.972","13078.329"],["12063.785","12978.473"],["12067.162","12975.989"],["12125.497","13004.202"],["12011.134","13029.261"],["12021.061","13035.670"],["12049.640","13063.095"],["12104.604","12978.841"],["12038.514","13025.622"],["12054.344","13066.131"],["12110.227","13061.776"],["12004.918","13039.694"],["6649.911","12655.724"],["6650.758","12721.477"],["7776.000","13727.809"],["7786.843","13719.912"],["7789.096","13721.415"],["7769.590","13711.143"],["7741.128","13788.222"],["7764.265","13760.825"],["7780.778","13755.293"],["7757.949","13767.415"],["7776.235","13764.594"],["7775.150","13784.412"],["7794.377","13757.377"],["7740.944","13789.835"],["7769.907","13806.317"],["7738.213","13811.750"],["7828.453","13811.881"],["7827.614","13812.112"],["7816.578","13809.850"],["7747.349","13713.292"],["7757.698","13719.549"],["7725.421","13770.832"],["7779.397","13748.819"],["7762.653","13756.895"],["7772.768","13748.786"],["7798.587","13776.122"],["7802.271","13791.332"],["7800.133","13798.731"],["7822.811","13807.207"],["7865.724","13814.323"],["7780.293","13722.408"],["7900.743","13800.923"],["7858.409","13794.847"],["7818.563","13768.867"],["7862.003","13726.900"],["7895.291","13752.099"],["7785.803","13758.015"],["13215.702","13489.116"],["13207.989","13528.720"],["13211.558","13509.744"],["13210.817","13590.107"],["13212.545","13503.441"],["13319.595","13516.403"],["13284.087","13513.190"],["13343.311","13398.363"],["13388.344","13413.805"],["13364.413","13429.148"],["13383.986","13411.311"],["13326.189","13435.556"],["13362.933","13573.849"],["13367.868","13544.402"],["13313.756","13479.871"],["13266.059","13583.292"],["13305.762","13591.748"],["13339.233","13543.045"],["13276.355","13572.211"],["13281.552","13468.987"],["13321.207","13484.462"],["13321.387","13499.986"],["13251.832","13485.849"],["13224.466","13510.578"],["13234.697","13524.947"],["13206.685","13565.702"],["13254.072","13504.154"],["13222.920","13501.115"],["13199.596","13561.266"],["13251.901","13529.604"],["13256.305","13472.406"],["13254.463","13450.011"],["13392.932","13598.965"],["13321.905","13577.516"],["13345.079","13578.837"],["13340.844","13505.568"],["13373.311","13480.712"],["13386.667","13510.819"],["13384.397","13495.609"],["13222.528","13577.704"],["13232.289","13554.332"],["13235.874","13586.371"],["13354.989","13445.894"],["13372.391","13551.487"],["13403.797","13516.922"],["13276.749","13541.261"],["13294.017","13562.389"],["13263.063","13522.084"],["13299.759","13533.991"],["13280.434","13539.507"],["13249.973","13441.060"],["13328.427","13517.311"],["13313.608","13518.682"],["13275.289","13576.805"],["13226.670","13598.423"],["13215.009","13530.116"],["13283.085","13509.488"],["13362.604","13584.187"],["13338.106","13565.394"],["13340.556","13586.517"],["13348.550","13594.284"],["13345.713","13470.043"],["13346.206","13464.593"],["13343.657","13480.332"],["13386.308","13448.977"],["13365.995","13438.275"],["13388.249","13427.292"],["13341.431","13436.775"],["13336.714","13445.355"],["13310.845","13499.648"],["13279.710","13486.684"],["13321.042","13464.867"],["13227.530","13554.076"],["13227.299","13557.615"],["13214.271","13500.842"],["13229.584","13400.446"],["13221.925","13551.762"],["13225.709","13577.420"],["13350.647","13442.790"],["13353.788","13443.268"],["13366.848","13551.091"],["13270.466","13604.036"],["13274.940","13570.427"],["13267.950","13552.954"],["13291.829","13544.195"],["13316.190","13596.752"],["13270.911","13601.806"],["13295.657","13568.350"],["13253.049","13494.850"],["13259.628","13528.277"],["13271.272","13452.918"],["13259.151","13490.507"],["13322.637","13511.630"],["13252.934","13441.109"],["13295.318","13517.327"],["13240.749","13518.192"],["13234.565","13511.602"],["13277.312","13580.355"],["13254.138","13547.110"],["13211.917","13584.980"],["13249.286","13506.532"],["13288.806","13549.817"],["13230.256","13522.370"],["13238.973","13512.610"],["13298.542","13522.117"],["13238.147","13490.358"],["13213.299","13602.020"],["13216.865","13596.163"],["13335.079","13565.823"],["13333.739","13518.978"],["13404.268","13420.868"],["13288.937","13487.823"],["13208.258","13559.765"],["13316.239","13407.199"],["13367.785","13527.755"],["13294.740","13560.209"],["13301.729","13559.890"],["13368.295","13538.602"],["13237.341","13512.753"],["13262.723","13511.371"],["13261.371","13509.499"],["13372.201","13596.063"],["13341.058","13494.122"],["13380.255","13429.109"],["13338.158","13480.111"],["13291.799","13433.504"],["13292.111","13487.708"],["13310.697","13476.329"],["13219.337","13582.923"],["13221.952","13571.412"],["13235.012","13591.428"],["13203.317","13475.854"],["13205.735","13497.688"],["13344.561","13444.144"],["13349.170","13436.194"],["13311.980","13587.900"],["13271.634","13558.024"],["13270.450","13596.752"],["13315.302","13583.920"],["13362.341","13557.248"],["13239.332","13514.702"],["13288.164","13501.754"],["13296.026","13517.344"],["13263.493","13470.127"],["13308.059","13420.524"],["13236.901","13596.111"],["13276.687","13537.663"],["13248.282","13587.986"],["13281.062","13546.384"],["13348.274","13587.605"],["13365.556","13597.681"],["13356.667","13505.782"],["13371.801","13442.652"],["13337.339","13429.963"],["13305.483","13454.198"],["13326.618","13470.829"],["13320.138","13489.722"],["13389.226","13488.525"],["13388.643","13411.454"],["13389.630","13424.452"],["13343.756","13413.410"],["13373.772","13543.279"],["13369.628","13529.357"],["13293.092","13420.623"],["13365.318","13587.523"],["13365.120","13600.579"],["13319.971","13434.389"],["13345.622","13583.891"],["13393.989","13406.252"],["13369.232","13485.056"],["13366.782","13478.400"],["13359.841","13500.745"],["13336.188","13489.930"],["13338.046","13473.200"],["13280.039","13436.808"],["13286.536","13492.365"],["13286.717","13452.150"],["13363.660","13394.576"],["13294.578","13479.599"],["13359.783","13596.839"],["13332.319","13433.785"],["13304.019","13491.770"],["13372.243","13547.078"],["13384.660","13493.776"],["13375.762","13453.891"],["13344.956","13462.430"],["13339.194","13430.499"],["13337.865","13477.758"],["13400.722","13483.867"],["6694.464","19935.977"],["6694.124","19929.896"],["6680.205","19904.314"],["6705.895","19864.430"],["6715.270","19851.085"],["6691.767","19878.385"],["6693.971","19858.699"],["6689.793","19890.392"],["6683.793","19847.261"],["6682.444","19815.138"],["6682.395","19802.967"],["6688.514","19830.663"],["6692.083","19812.760"],["6690.978","19921.543"],["6672.820","19896.274"],["6693.549","19930.358"],["6673.428","19903.967"],["6683.494","19860.912"],["6710.566","19882.068"],["6720.928","19852.093"],["6687.211","19875.049"],["6702.145","19866.081"],["6703.083","19872.687"],["6680.353","19884.710"],["6713.760","19827.261"],["6693.168","19816.509"],["6700.471","19808.962"],["6715.191","19790.844"],["6708.431","19781.232"],["6699.270","19797.665"],["6710.553","19839.052"],["30506.061","14717.718"],["30581.209","14710.298"],["30462.301","14677.824"],["30473.843","14823.432"],["30535.193","14793.138"],["30624.529","14669.718"],["30529.926","14713.688"],["30574.827","14692.345"],["30610.759","14690.917"],["30595.183","14683.237"],["30559.137","14712.329"],["30526.669","14704.869"],["30473.612","14810.468"],["30502.989","14790.726"],["30523.812","14752.428"],["14342.001","16574.120"],["14325.295","16641.760"],["14358.240","16579.777"],["14393.165","16571.271"],["14360.892","16640.011"],["14380.754","16592.894"],["14324.607","16654.348"],["14335.962","16610.297"],["14355.049","16567.950"],["14351.406","16595.600"],["14267.819","16701.490"],["14332.079","16661.233"],["14441.081","16710.807"],["14440.672","16716.471"],["14444.557","16761.017"],["14447.649","16732.872"],["14368.895","16580.306"],["14307.070","16666.244"],["14458.930","16771.446"],["14300.953","16674.238"],["14323.801","16631.808"],["14447.483","16717.350"],["14330.847","16622.325"],["14444.938","16755.159"],["14340.601","16637.218"],["14385.297","16586.317"],["14286.586","16683.869"],["14290.316","16685.726"],["14300.905","16685.542"],["14425.390","16729.341"],["14278.911","16598.125"],["14435.558","16739.019"],["14268.414","16687.745"],["14373.629","16571.000"],["14331.449","16570.076"],["14277.991","16581.679"],["14289.450","16571.304"],["14301.666","16567.258"],["14350.567","16613.980"],["14372.136","16593.439"],["14267.951","16703.092"],["14357.557","16594.775"],["14385.287","16575.962"],["14365.099","16574.376"],["14369.776","16592.315"],["14361.951","16596.847"],["14379.228","16590.578"],["14352.056","16568.380"],["14439.563","16750.594"],["14328.707","16659.978"],["14434.115","16758.049"],["14294.820","16680.835"],["14449.851","16757.313"],["14369.780","16626.176"],["14448.965","16728.445"],["14435.542","16763.150"],["14325.265","16633.492"],["14325.889","16577.194"],["14353.232","16621.225"],["14364.198","16639.698"],["14447.841","16742.982"],["14368.286","16572.742"],["14328.604","16650.731"],["14345.222","16629.195"],["14292.120","16674.452"],["14269.253","16688.274"],["14285.007","16688.824"],["14303.074","16664.774"],["14282.981","16680.210"],["14444.456","16731.190"],["14273.187","16584.417"],["14428.450","16727.342"],["14318.751","16667.752"],["14450.108","16773.228"],["14286.033","16580.060"],["14289.367","16576.721"],["14304.873","16578.769"],["14307.836","16565.412"],["14345.340","16578.992"],["14361.256","16628.474"],["14302.640","16676.331"],["14267.772","16691.904"],["14285.157","16663.250"],["14431.525","16741.823"],["14408.223","16693.528"],["14287.830","16586.115"],["14369.990","16613.379"],["14290.807","16566.660"],["14276.169","16588.609"],["14356.388","16672.818"],["14386.599","16582.402"],["14261.125","16588.915"],["14262.065","16576.851"],["14270.901","16570.225"],["14267.554","16583.138"],["14287.779","16567.502"],["14273.093","16604.447"],["14291.456","16692.714"],["14283.298","16674.398"],["14397.025","16684.622"],["14427.048","16746.028"],["14350.401","16627.021"],["14342.572","16677.541"],["14342.111","16571.199"],["14273.356","16565.224"],["14281.086","16601.755"],["14302.243","16677.690"],["14379.332","16642.463"],["14255.911","16586.719"],["14259.121","16577.842"],["14251.558","16574.179"],["14259.355","16571.051"],["14269.594","16583.039"],["14278.931","16583.456"],["14256.380","16607.625"],["14258.247","16600.443"],["14259.038","16570.592"],["14264.980","16577.987"],["14276.222","16578.051"],["14282.237","16574.703"],["5358.142","14438.918"],["5381.997","14394.000"],["5360.878","14438.790"],["5369.924","14425.577"],["5386.651","14391.308"],["5270.051","14431.469"],["5289.081","14437.447"],["5310.019","14419.611"],["5227.058","14415.425"],["5245.216","14404.955"],["5257.815","14439.686"],["5213.637","14420.182"],["5200.728","14374.180"],["5211.159","14302.366"],["5381.125","14390.169"],["5294.459","14438.884"],["5266.664","14390.438"],["5205.777","14413.999"],["5393.888","14421.845"],["5267.601","14396.010"],["5234.361","14437.358"],["5365.599","14395.850"],["5279.344","14446.613"],["5247.552","14416.928"],["5261.812","14443.270"],["5206.126","14286.296"],["13407.744","14684.678"],["13207.204","14720.754"],["13323.435","14695.304"],["13319.220","14706.652"],["13279.598","14693.985"],["13407.083","14714.527"],["13383.912","14714.753"],["13346.724","14681.309"],["13325.825","14730.702"],["13329.312","14759.125"],["13348.868","14738.828"],["13388.102","14762.286"],["13400.059","14730.792"],["13370.984","14694.918"],["13254.013","14686.865"],["13211.924","14703.099"],["13256.990","14724.916"],["13333.929","14702.142"],["13308.760","14683.729"],["13325.085","14758.266"],["13392.168","14699.245"],["13382.394","14755.895"],["13399.652","14710.822"],["13234.062","14687.195"],["13396.720","14786.283"],["13290.618","14677.090"],["13267.345","14666.619"],["13287.148","14707.511"],["13371.790","14688.031"],["13363.829","14777.728"],["13321.401","14740.034"],["13326.055","14713.642"],["13385.227","14668.526"],["13367.464","14675.479"],["13346.351","14748.258"],["13355.216","14733.774"],["13256.480","14714.561"],["13373.776","14767.125"],["13335.611","14726.144"],["13394.685","14791.892"],["13383.451","14680.351"],["13383.398","14749.982"],["13306.236","14858.630"],["13311.891","14865.953"],["13325.321","14846.098"],["13346.023","14852.359"],["13337.263","14838.737"],["13398.663","14809.429"],["13382.026","14718.745"],["13396.346","14692.110"],["13369.421","14706.660"],["13253.080","14858.735"],["13239.242","14872.038"],["13406.143","14796.314"],["13353.374","14760.001"],["13400.898","14726.167"],["13347.398","14663.770"],["13341.494","14701.366"],["13261.194","14673.440"],["13337.980","14746.408"],["13369.401","14773.649"],["13342.232","14856.032"],["13360.143","14853.377"],["13320.463","14838.463"],["13300.442","14869.031"],["13400.820","14802.940"],["13361.230","14778.553"],["13408.193","14795.350"],["13403.690","14789.770"],["13367.510","14777.728"],["13357.683","14767.218"],["13390.063","14662.531"],["13316.730","14726.920"],["13360.114","14773.655"],["13341.058","14851.943"],["13306.806","14863.057"],["10542.546","18628.431"],["10572.069","18645.781"],["10568.451","18648.109"],["10581.961","18665.723"],["10492.209","18642.554"],["10492.736","18649.143"],["10498.246","18629.077"],["10659.803","18654.594"],["10566.247","18642.857"],["10501.963","18677.087"],["10570.046","18675.673"],["10610.908","18645.128"],["10664.080","18652.766"],["10527.234","18622.833"],["10540.803","18626.284"],["10596.961","18671.982"],["10596.780","18648.927"],["10516.897","18658.177"],["10671.794","18646.952"],["10663.669","18643.248"],["10661.744","18642.918"],["26868.793","15662.729"],["26833.332","15681.803"],["26877.186","15611.516"],["26822.023","15538.595"],["26682.777","15571.047"],["26702.612","15521.716"],["26736.477","15533.904"],["26872.412","15682.646"],["26880.438","15682.184"],["26861.337","15631.761"],["26839.824","15633.297"],["26841.144","15678.698"],["26812.016","15679.227"],["26876.956","15607.866"],["26880.122","15543.352"],["26838.158","15555.308"],["26822.007","15527.199"],["26679.260","15708.901"],["26755.178","15568.768"],["26721.313","15567.381"],["26766.181","15550.799"],["26754.454","15576.728"],["26694.542","15531.183"],["26736.417","15563.916"],["5614.616","19118.128"],["5551.953","19103.402"],["5521.909","19117.696"],["5504.129","19128.232"],["5480.065","19148.272"],["5480.344","19146.208"],["5455.311","19139.304"],["5433.502","19152.285"],["5478.172","19150.679"],["5419.587","19203.561"],["5593.335","19159.694"],["5604.650","19181.379"],["5610.900","19191.403"],["5581.772","19197.316"],["5494.470","19185.071"],["5550.095","19192.321"],["5531.329","19189.513"],["5497.233","19215.409"],["5468.032","19241.982"],["5434.085","19218.712"],["5477.884","19229.001"],["5464.784","19181.785"],["5445.540","19224.477"],["5462.251","19225.897"],["5491.034","19192.767"],["5491.313","19188.870"],["5471.692","19225.302"],["5428.192","19232.875"],["5432.041","19252.809"],["5425.347","19243.395"],["5412.436","19236.228"],["5429.985","19218.424"],["5421.159","19232.130"],["5605.840","19292.466"],["5531.817","19212.025"],["5581.653","19235.691"],["5569.202","19218.994"],["5534.564","19239.407"],["5522.903","19252.520"],["5586.127","19218.879"],["5413.377","19264.447"],["5423.476","19263.621"],["5548.395","19246.847"],["5538.247","19261.496"],["5557.030","19216.442"],["5581.093","19225.294"],["5582.836","19311.415"],["5493.630","19107.762"],["5527.528","19102.147"],["5501.991","19112.047"],["5495.887","19173.607"],["5429.555","19124.077"],["5480.673","19139.981"],["5460.262","19134.911"],["5448.584","19119.222"],["5467.959","19128.404"],["5424.225","19167.656"],["5589.618","19171.882"],["5608.335","19162.122"],["5608.631","19173.947"],["5613.072","19204.665"],["5590.440","19156.853"],["5554.848","19170.190"],["5497.315","19162.858"],["5514.569","19170.702"],["5498.582","19183.485"],["5501.625","19225.120"],["5551.362","19175.541"],["5470.204","19226.672"],["5438.312","19212.254"],["5457.720","19245.434"],["5455.483","19256.251"],["5458.329","19246.111"],["5494.069","19236.796"],["5464.849","19164.658"],["5442.645","19161.405"],["5456.297","19208.688"],["5472.777","19218.895"],["5429.405","19188.209"],["5488.155","19220.893"],["5442.041","19228.515"],["5420.007","19230.165"],["5615.544","19311.161"],["5615.050","19292.846"],["5539.416","19216.550"],["5547.722","19249.002"],["5564.531","19226.756"],["5568.610","19200.778"],["5530.189","19189.977"],["5419.381","19251.581"],["5522.334","19266.109"],["5540.599","19225.426"],["5536.997","19225.691"],["5578.116","19237.895"],["5600.024","19271.983"],["5580.517","19232.264"],["5601.455","19221.595"],["5585.566","19299.623"],["5590.155","19272.158"],["5587.704","19275.692"],["5598.181","19300.217"],["5597.063","19235.187"],["19693.174","16702.124"],["19542.780","16714.688"],["19589.408","16729.485"],["19682.387","16771.140"],["19669.687","16703.693"],["19551.020","16722.846"],["19579.014","16737.561"],["19602.442","16691.727"],["19706.792","16717.302"],["19533.865","16692.557"],["19564.983","16618.653"],["19680.246","16716.542"],["19578.422","16735.893"],["19573.156","16679.823"],["19702.885","16634.682"],["19717.213","16730.648"],["19691.039","16757.795"],["19674.901","16712.100"],["19552.385","16729.717"],["19531.348","16744.839"],["19692.138","16708.086"],["19551.711","16714.291"],["19534.424","16745.533"],["19683.815","16676.641"],["19552.237","16714.225"],["21357.931","9524.334"],["21404.018","9477.674"],["21363.833","9456.141"],["21336.142","9419.843"],["21348.704","9548.199"],["21401.321","9487.781"],["21374.179","9425.274"],["21320.484","9420.338"],["21237.141","9511.000"],["21250.765","9394.302"],["21365.266","9520.949"],["21380.614","9515.824"],["21325.122","9458.075"],["21369.296","9512.922"],["21398.344","9518.500"],["21359.837","9478.370"],["21329.004","9441.577"],["21201.949","9417.490"],["21366.549","9547.076"],["21388.920","9516.518"],["21357.962","9470.872"],["21314.760","9469.174"],["21220.398","9526.756"],["21348.852","9541.411"],["21402.851","9511.266"],["21377.682","9466.430"],["21336.093","9472.427"],["21240.348","9514.567"],["21357.684","9526.399"],["21374.442","9477.627"],["21300.632","9458.125"],["21754.966","14767.573"],["21812.253","14810.356"],["21623.059","14823.652"],["21730.279","14781.479"],["21778.882","14804.262"],["21769.456","14751.240"],["21776.661","14800.496"],["21634.095","14835.262"],["21750.525","14759.910"],["21816.201","14791.941"],["21769.061","14786.483"],["21808.355","14811.495"],["21730.081","14789.324"],["21781.793","14784.575"],["12149.721","16555.090"],["12172.763","16561.416"],["12304.335","16559.481"],["12284.237","16540.108"],["12228.678","16556.591"],["12147.829","16561.398"],["12276.976","16519.102"],["12219.794","16528.105"],["12199.654","16507.966"],["12195.067","16467.724"],["12179.573","16558.162"],["12149.540","16562.687"],["12214.846","16557.483"],["12221.770","16550.662"],["12292.551","16503.743"],["12202.541","16533.406"],["12199.999","16511.153"],["12192.188","16478.360"],["12180.450","16431.068"],["12169.165","16436.280"],["12171.581","16470.941"],["12166.445","16445.110"],["12168.873","16476.643"],["12157.337","16508.165"],["12152.416","16520.563"],["12205.098","16549.397"],["12208.563","16561.732"],["12225.305","16511.411"],["12212.948","16502.025"],["12238.538","16542.083"],["12303.987","16541.808"],["12343.838","16506.027"],["12311.947","16475.444"],["12303.182","16457.946"],["12265.332","16478.290"],["12255.753","16479.795"],["12232.762","16390.973"],["12237.409","16390.442"],["12212.027","16439.764"],["12203.156","16379.215"],["12167.845","16368.989"],["12299.344","16360.323"],["12290.976","16357.454"],["12240.280","16358.201"],["12243.630","16366.963"],["12259.697","16361.677"],["12356.066","16371.876"],["12272.009","16508.383"],["12223.577","16545.413"],["12181.365","16520.303"],["12173.488","16468.963"],["12164.707","16473.216"],["12175.975","16453.240"],["12166.841","16442.687"],["12172.952","16424.168"],["12339.946","16359.215"],["12346.500","16359.723"],["12306.184","16359.902"],["12303.117","16360.265"],["12287.140","16516.492"],["12216.357","16539.996"],["12182.335","16494.935"],["12190.560","16489.970"],["6041.717","16738.644"],["6055.951","16716.514"],["6062.820","16716.918"],["6076.490","16712.889"],["6073.884","16682.022"],["6076.022","16675.647"],["6070.907","16697.975"],["6057.732","16694.681"],["6049.903","16682.988"],["6046.012","16686.809"],["6048.920","16695.466"],["6042.637","16705.375"],["6043.830","16667.303"],["6068.644","16658.616"],["6073.184","16659.442"],["6050.624","16634.364"],["6070.301","16597.551"],["6051.028","16594.477"],["6135.249","16748.889"],["6110.412","16723.024"],["6054.778","16600.646"],["6106.834","16708.075"],["6093.329","16703.051"],["6079.667","16717.751"],["6183.349","16684.204"],["6101.851","16715.038"],["6084.352","16718.064"],["6057.636","16603.462"],["6056.238","16618.540"],["6076.823","16586.370"],["6078.747","16584.008"],["6077.678","16585.957"],["6067.087","16578.558"],["6073.091","16577.435"],["6058.896","16579.433"],["6080.214","16598.678"],["6050.164","16626.335"],["6055.230","16627.775"],["6054.983","16616.892"],["6040.937","16611.914"],["6054.901","16616.522"],["6242.747","16584.413"],["6170.842","16578.167"],["6163.030","16584.013"],["6165.135","16602.544"],["6157.996","16609.266"],["6158.608","16621.087"],["6173.229","16611.316"],["6168.641","16614.388"],["6166.517","16608.606"],["6172.454","16586.740"],["6075.427","16665.394"],["6077.139","16660.142"],["6088.603","16668.234"],["6102.924","16702.302"],["6172.223","16661.536"],["6181.195","16626.719"],["6167.716","16635.033"],["6167.586","16640.095"],["6182.824","16648.278"],["6183.301","16642.600"],["6184.979","16636.720"],["6188.355","16656.214"],["6197.857","16654.629"],["6198.653","16671.355"],["6190.265","16663.824"],["6187.094","16669.019"],["6170.724","16663.011"],["6179.507","16679.477"],["6177.825","16697.897"],["6194.346","16680.187"],["6186.664","16729.274"],["6185.178","16717.887"],["6189.080","16726.070"],["6192.806","16686.244"],["6198.888","16717.664"],["6189.944","16681.025"],["6167.964","16725.716"],["6182.909","16743.434"],["6191.684","16741.215"],["6174.719","16743.894"],["6178.460","16747.127"],["6114.223","16749.680"],["6106.378","16745.782"],["6102.522","16746.866"],["6063.824","16738.427"],["6096.681","16727.843"],["6162.741","16760.672"],["6176.257","16733.243"],["6213.688","16742.849"],["6211.286","16743.774"],["6208.885","16732.742"],["6223.355","16735.011"],["6217.467","16717.009"],["6229.423","16730.785"],["6243.418","16728.851"],["6238.089","16721.402"],["6231.559","16715.787"],["6227.540","16700.605"],["6226.224","16709.292"],["6241.210","16681.419"],["6241.408","16684.111"],["6239.911","16688.669"],["6204.408","16648.762"],["6201.497","16646.070"],["6197.132","16639.849"],["6204.560","16633.383"],["6210.646","16647.271"],["6211.271","16651.647"],["6211.348","16643.290"],["6231.684","16630.782"],["6226.249","16621.787"],["6216.186","16645.407"],["6225.365","16652.517"],["6227.981","16649.478"],["6243.616","16678.032"],["6250.869","16659.848"],["6237.231","16685.372"],["6205.843","16681.445"],["6209.774","16660.206"],["6208.442","16666.350"],["6203.426","16621.786"],["6207.620","16611.200"],["6187.992","16598.987"],["6194.374","16607.657"],["6197.154","16605.758"],["6220.206","16605.802"],["6233.127","16594.172"],["6241.515","16593.462"],["6233.319","16612.816"],["6250.128","16624.195"],["6229.734","16611.643"],["6244.861","16750.147"],["6241.396","16768.455"],["6227.778","16775.243"],["6130.231","16764.768"],["6155.985","16755.707"],["6161.281","16759.142"],["6144.520","16748.066"],["6154.668","16748.066"],["6080.470","16573.739"],["6080.434","16583.367"],["6090.961","16579.833"],["6080.845","16585.927"],["6085.506","16603.118"],["6085.621","16604.869"],["6050.954","16749.516"],["6069.875","16732.839"],["6085.302","16730.174"],["6070.861","16731.478"],["6099.166","16733.542"],["6107.719","16737.539"],["6099.775","16713.138"],["6063.559","16737.898"],["6058.345","16750.698"],["6092.674","16741.709"],["6075.799","16736.078"],["6042.869","16727.810"],["6056.543","16729.148"],["6059.859","16714.028"],["6075.473","16709.476"],["6059.328","16700.535"],["6042.821","16691.863"],["6045.564","16701.031"],["6050.597","16697.910"],["6057.964","16658.241"],["6063.233","16666.527"],["6072.838","16667.286"],["6052.011","16580.408"],["6068.837","16595.718"],["6057.580","16644.199"],["6063.446","16601.571"],["6103.759","16713.602"],["6074.306","16592.712"],["6079.471","16571.853"],["6053.814","16571.109"],["6050.207","16569.482"],["6071.859","16613.657"],["6048.569","16635.171"],["6044.556","16645.361"],["6048.157","16621.202"],["6055.180","16616.462"],["6048.782","16596.604"],["6159.642","16584.823"],["6159.658","16593.676"],["6156.483","16611.958"],["6158.065","16618.345"],["6162.145","16627.456"],["6165.890","16639.401"],["6172.339","16597.359"],["6101.509","16709.371"],["6160.185","16629.525"],["6158.030","16636.247"],["6176.920","16639.957"],["6193.273","16653.456"],["6185.987","16684.415"],["6191.458","16715.447"],["6204.352","16684.410"],["6191.770","16696.533"],["6180.779","16752.181"],["6182.884","16747.738"],["6162.001","16733.184"],["6101.601","16747.527"],["6170.442","16772.520"],["6201.336","16729.109"],["6196.533","16733.122"],["6248.303","16717.323"],["6238.385","16728.636"],["6231.816","16707.475"],["6222.655","16697.269"],["6225.865","16692.534"],["6202.845","16650.645"],["6199.161","16668.201"],["6211.952","16620.212"],["6204.106","16623.152"],["6218.996","16618.913"],["6218.900","16653.302"],["6241.034","16662.210"],["6227.184","16680.358"],["6220.614","16669.043"],["6218.590","16667.782"],["6195.943","16614.288"],["6191.282","16591.852"],["6189.111","16602.273"],["6212.476","16599.179"],["6213.463","16614.605"],["6241.959","16596.303"],["6246.346","16608.356"],["6230.128","16619.025"],["6248.624","16766.683"],["6131.315","16769.005"],["6139.735","16762.197"],["6145.540","16739.478"],["6150.046","16752.079"],["6126.585","16763.254"],["6082.260","16581.104"],["6082.951","16589.131"],["6086.240","16579.998"],["6087.956","16602.804"],["6085.243","16601.846"],["6053.062","16774.223"],["6047.369","16749.070"],["6061.959","16767.218"],["6058.078","16771.941"],["6103.420","16739.942"],["6107.982","16725.714"],["6105.712","16718.794"],["6064.819","16735.722"],["11589.839","19214.057"],["11518.066","19259.600"],["11597.441","19258.443"],["13171.909","14951.679"],["13165.165","14948.653"],["13169.411","14946.489"],["27278.945","7797.584"],["27277.153","7771.126"],["27264.505","7721.927"],["27285.853","7818.459"],["27231.264","7716.494"],["27270.870","7772.827"],["27301.116","7711.770"],["11176.679","16379.506"],["11128.412","16364.939"],["11141.324","16357.722"],["11117.212","16356.566"],["11189.541","16398.388"],["11195.939","16419.379"],["11224.851","16485.007"],["11231.117","16499.458"],["11230.707","16541.213"],["11221.727","16545.095"],["11234.730","16359.667"],["11237.522","16360.354"],["11181.157","16373.875"],["11176.896","16376.790"],["11095.853","16547.427"],["11196.268","16412.790"],["11198.949","16393.797"],["11233.518","16488.227"],["11225.953","16479.474"],["11216.168","16534.244"],["11232.369","16531.453"],["11236.788","16353.662"],["11240.454","16355.905"],["11180.066","16375.822"],["11184.277","16376.683"],["11207.584","16404.648"],["11192.617","16419.924"],["11203.472","16412.113"],["11228.190","16490.127"],["11234.143","16501.638"],["11213.946","16493.562"],["11216.053","16534.475"],["11228.372","16537.200"],["11233.339","16539.645"],["11105.281","16557.128"],["11098.498","16551.835"],["11131.777","16545.034"],["11140.711","16535.890"],["11140.845","16557.303"],["11135.744","16537.992"],["11130.106","16512.995"],["11109.822","16531.270"],["11154.729","16528.794"],["11169.450","16514.152"],["11245.052","16560.792"],["11248.565","16518.572"],["11274.435","16530.631"],["11153.972","16396.007"],["11154.699","16448.622"],["11099.163","16424.666"],["11117.764","16389.136"],["11139.229","16387.808"],["11114.135","16397.025"],["11145.504","16436.051"],["11197.311","16438.381"],["11190.830","16414.025"],["11110.192","16355.237"],["11300.321","16513.429"],["11298.715","16477.342"],["11273.111","16471.542"],["11251.515","16528.398"],["11247.153","16510.069"],["11134.555","16441.072"],["11140.647","16436.031"],["11132.056","16462.341"],["11112.083","16473.094"],["11108.567","16457.463"],["11112.385","16454.753"],["11144.466","16413.394"],["11099.137","16405.655"],["6943.733","12441.512"],["5411.057","12614.525"],["5441.578","12648.786"],["5444.785","12694.267"],["5430.710","12689.174"],["5494.026","12626.574"],["5491.942","12638.960"],["5478.271","12668.037"],["5410.663","12609.554"],["5422.153","12563.195"],["5411.343","12655.763"],["5419.342","12668.522"],["5460.232","12653.524"],["5441.890","12697.173"],["5432.150","12670.222"],["5423.918","12700.421"],["5462.681","12684.063"],["5500.292","12632.354"],["5488.206","12642.538"],["5482.333","12652.397"],["5414.199","12581.743"],["5417.324","12621.478"],["5423.026","12669.529"],["5483.993","12620.216"],["5456.532","12654.184"],["5437.775","12682.592"],["5419.871","12701.792"],["5463.750","12681.404"],["5482.487","12634.599"],["5470.150","12657.589"],["5485.163","12645.065"],["5498.090","12664.569"],["5424.314","12625.525"],["5409.784","12550.082"],["5427.746","12654.798"],["5463.884","12627.186"],["5463.292","12644.242"],["5446.854","12689.545"],["5432.010","12695.400"],["5474.209","12649.376"],["5463.980","12680.546"],["5479.881","12611.050"],["5506.731","12642.873"],["5495.409","12655.766"],["5433.557","12615.263"],["5426.879","12567.083"],["5430.365","12637.269"],["5420.975","12564.771"],["5428.325","12648.467"],["21969.232","9717.313"],["21898.990","9716.745"],["21898.992","9590.140"],["21973.181","9613.454"],["21940.402","9627.826"],["21901.829","9747.086"],["21946.913","9736.206"],["21909.401","9766.737"],["22010.374","9656.244"],["21917.725","9603.848"],["21912.539","9659.230"],["21873.095","9750.835"],["21858.027","9630.984"],["21869.302","9770.040"],["21917.362","9762.466"],["22026.469","9663.390"],["21908.131","9713.202"],["21892.256","9748.060"],["21857.451","9699.070"],["21993.136","9623.556"],["21997.076","9698.510"],["21974.919","9762.143"],["21917.314","9601.486"],["21921.865","9633.235"],["21863.342","9736.781"],["21847.601","9761.214"],["21885.289","9710.486"],["21995.414","9592.063"],["21913.526","9677.430"],["21861.039","9724.906"],["21972.223","9607.092"],["21857.395","9704.462"],["22032.703","9729.204"],["21900.914","9747.579"],["21925.763","9679.858"],["21860.875","9733.742"],["21967.110","9734.654"],["21901.572","9722.823"],["21939.949","9611.277"],["21904.611","9652.938"],["17848.926","13600.954"],["17946.422","13490.064"],["17965.098","13441.483"],["18011.715","13496.189"],["18000.519","13544.049"],["17858.811","13600.293"],["17849.839","13536.587"],["17936.093","13455.514"],["17946.398","13450.137"],["18019.380","13514.356"],["18014.039","13548.623"],["17877.143","13558.504"],["17856.149","13510.976"],["17858.227","13535.877"],["17932.837","13477.414"],["17951.694","13456.495"],["18024.478","13510.211"],["18006.440","13564.759"],["17847.719","13436.390"],["17843.457","13568.806"],["17848.918","13552.855"],["17917.853","13463.343"],["17972.072","13442.474"],["18032.669","13522.366"],["18010.568","13564.808"],["17961.265","13493.520"],["17830.859","13511.236"],["17933.527","13485.093"],["17937.697","13456.545"],["18015.169","13492.523"],["18001.901","13545.238"],["17831.361","13493.214"],["17950.929","13467.405"],["17949.983","13423.597"],["18036.156","13506.825"],["18014.351","13547.170"],["5150.398","14751.780"],["5131.236","14758.031"],["5034.149","14735.027"],["5062.121","14863.025"],["5080.881","14858.985"],["5026.244","14772.209"],["5021.228","14770.492"],["5156.384","14713.359"],["5159.762","14709.359"],["5174.956","14705.774"],["5157.658","14715.910"],["5162.824","14713.858"],["5156.688","14706.631"],["5115.654","14693.384"],["5112.478","14692.901"],["5097.816","14701.573"],["5111.267","14700.336"],["5063.732","14677.871"],["5047.413","14671.317"],["5044.051","14681.053"],["5047.584","14677.265"],["5059.381","14671.774"],["4996.440","14744.497"],["5009.944","14756.975"],["5002.976","14855.015"],["5157.172","14679.717"],["5147.859","14675.863"],["5161.971","14673.915"],["5002.792","14817.017"],["4988.582","14840.535"],["5003.187","14788.528"],["5149.553","14703.861"],["5168.698","14720.641"],["5161.855","14725.645"],["5177.662","14835.414"],["5095.458","14772.495"],["5085.622","14769.406"],["5077.917","14769.788"],["5047.192","14742.631"],["5037.570","14748.015"],["5011.941","14775.499"],["5011.392","14803.835"],["5030.866","14820.152"],["5102.548","14795.857"],["5057.711","14850.626"],["5093.714","14813.847"],["5107.063","14859.462"],["5105.796","14826.382"],["5126.974","14860.694"],["5119.507","14856.846"],["5097.564","14839.639"],["5138.352","14669.472"],["5146.115","14661.594"],["5154.158","14673.353"],["5142.442","14749.419"],["5094.764","14791.330"],["5114.270","14765.665"],["5115.372","14782.197"],["5126.523","14767.350"],["5127.010","14828.088"],["5170.612","14829.971"],["5116.598","14855.950"],["5181.300","14857.114"],["5181.135","14842.895"],["5085.769","14813.002"],["5082.479","14781.044"],["5019.634","14788.658"],["5024.404","14797.593"],["5085.489","14795.396"],["4994.421","14838.289"],["4994.042","14812.542"],["5147.135","14716.149"],["5149.175","14698.494"],["5171.428","14730.781"],["5170.375","14670.265"],["5173.099","14788.509"],["5185.270","14832.770"],["5153.133","14761.029"],["5093.596","14754.881"],["5111.622","14795.888"],["5123.276","14833.687"],["5127.816","14854.001"],["5174.343","14851.433"],["5193.931","14856.800"],["5070.555","14780.830"],["5068.302","14830.541"],["5026.888","14833.830"],["5026.197","14781.014"],["5009.306","14840.667"],["5153.319","14725.199"],["5142.002","14707.824"],["5135.671","14667.408"],["5165.352","14777.279"],["5140.156","14784.233"],["5092.132","14751.578"],["5107.527","14787.036"],["5129.378","14860.640"],["5144.904","14859.335"],["5072.924","14784.083"],["5018.352","14806.695"],["5154.865","14727.577"],["9363.339","16757.745"],["9337.294","16731.243"],["9326.735","16727.263"],["9358.471","16769.422"],["9340.337","16721.450"],["9281.947","16721.419"],["9329.901","16699.151"],["9325.917","16697.410"],["9333.856","16702.356"],["9290.323","16696.192"],["9351.151","16772.618"],["9345.131","16760.034"],["9367.145","16771.843"],["9379.250","16769.250"],["9369.529","16767.483"],["9321.224","16749.945"],["9329.251","16746.824"],["9345.583","16752.026"],["9288.908","16754.796"],["9291.622","16751.245"],["9294.335","16748.107"],["9266.402","16736.026"],["9285.229","16721.324"],["9283.932","16735.924"],["9325.618","16723.441"],["9331.752","16727.537"],["9335.601","16727.273"],["9323.545","16680.599"],["9336.928","16694.813"],["9336.139","16694.351"],["9354.215","16692.105"],["9302.233","16666.701"],["9339.226","16761.917"],["9338.980","16771.330"],["9358.641","16756.633"],["9363.839","16774.717"],["9372.523","16770.737"],["9337.293","16736.914"],["9344.497","16736.353"],["9337.162","16742.166"],["9291.638","16755.341"],["9294.008","16750.338"],["9293.891","16753.112"],["9293.204","16731.223"],["9283.907","16734.142"],["9265.908","16733.129"],["9343.743","16730.147"],["9326.407","16715.993"],["9329.203","16710.906"],["9318.364","16692.787"],["9319.844","16668.113"],["9341.106","16686.110"],["9279.265","16726.380"],["9321.591","16654.034"],["9343.050","16743.979"],["9283.430","16715.444"],["9182.241","13802.318"],["9040.674","13646.449"],["9088.101","13806.326"],["9091.690","13795.627"],["9032.990","13633.383"],["9058.660","13641.993"],["9042.079","13626.884"],["9009.631","13615.793"],["9175.678","13805.935"],["9141.103","13810.142"],["9038.503","13652.659"],["9086.078","13813.907"],["9097.907","13795.495"],["9127.089","13815.079"],["9035.128","13637.826"],["9052.493","13638.591"],["9034.200","13633.573"],["9011.429","13616.664"],["9178.792","13810.353"],["9176.616","13807.422"],["9084.746","13807.416"],["9098.138","13797.179"],["9031.724","13632.244"],["9056.818","13636.097"],["9037.687","13632.697"],["9001.855","13621.965"],["9167.065","13813.557"],["9176.451","13793.004"],["9025.243","13643.325"],["9044.029","13655.516"],["9079.993","13805.947"],["9091.920","13794.042"],["9044.433","13643.149"],["9042.243","13625.199"],["9003.942","13618.943"],["8991.885","13605.559"],["26585.906","16795.832"],["26582.386","16792.562"],["26560.701","16822.412"],["26466.461","16818.273"],["26470.046","16839.445"],["26471.612","16804.244"],["26473.651","16786.754"],["26490.197","16804.723"],["26529.708","16786.574"],["26639.269","16865.564"],["26666.309","16861.518"],["26542.110","16888.552"],["26528.114","16907.115"],["26552.889","16808.490"],["26632.607","16780.874"],["26586.810","16797.401"],["26591.724","16839.986"],["26591.422","16861.098"],["26545.060","16831.033"],["26463.500","16848.958"],["26499.112","16804.112"],["26486.497","16805.103"],["26482.484","16804.393"],["26525.185","16778.135"],["26538.573","16792.007"],["26521.912","16788.242"],["26551.814","16891.277"],["26626.998","16826.803"],["26580.198","16804.585"],["26672.263","16847.281"],["26605.632","16839.380"],["26582.715","16834.940"],["26633.462","16789.545"],["12169.034","12721.370"],["12176.787","12583.944"],["12191.072","12634.260"],["12293.649","12670.187"],["12298.530","12582.105"],["12328.557","12551.511"],["12166.896","12735.061"],["12163.021","12586.421"],["12199.197","12633.566"],["12284.422","12649.609"],["12309.270","12590.478"],["12319.494","12548.373"],["12311.630","12757.358"],["12149.357","12719.386"],["12346.236","12665.307"],["12284.055","12598.909"],["12288.452","12616.755"],["12171.214","12554.381"],["12174.632","12555.411"],["12165.702","12595.620"],["12213.440","12650.213"],["12289.505","12652.862"],["12312.987","12584.863"],["12337.553","12563.832"],["12289.129","12756.690"],["12229.393","12740.644"],["12198.897","12744.404"],["12203.161","12750.402"],["12198.934","12710.471"],["12202.728","12722.666"],["12229.694","12714.520"],["12248.498","12562.878"],["12158.113","12739.388"],["12172.379","12581.186"],["12203.884","12651.964"],["12291.906","12650.616"],["12315.471","12576.771"],["12327.323","12571.264"],["28516.684","11797.138"],["28457.900","11765.565"],["28407.103","11875.969"],["28358.154","11819.598"],["28390.697","11746.740"],["28357.383","11796.464"],["28434.999","11875.602"],["28481.792","11867.683"],["28531.194","11830.175"],["28498.147","11771.839"],["28453.159","11796.411"],["28501.618","11788.368"],["28424.150","11802.559"],["28426.182","11880.875"],["28363.748","11783.236"],["28405.930","11884.947"],["28433.568","11882.373"],["28476.216","11864.033"],["28506.453","11771.311"],["28450.166","11792.596"],["28515.154","11818.096"],["28481.255","11770.718"],["28464.093","11855.358"],["28373.762","11830.201"],["28367.884","11755.377"],["28474.676","11784.425"],["28408.139","11891.197"],["28372.940","11818.574"],["28387.593","11889.056"],["28513.493","11780.771"],["28437.670","11779.339"],["28431.676","11874.252"],["28357.301","11799.586"],["28426.825","11872.381"],["28471.792","11854.058"],["28533.629","11828.474"],["28550.997","11767.814"],["28503.525","11776.695"],["28456.876","11795.585"],["28365.458","11789.478"],["28427.269","11897.732"],["28487.598","11858.071"],["28531.770","11829.201"],["28488.920","11773.838"],["28462.517","11792.744"],["28489.374","11722.857"],["28474.177","11714.253"],["28443.804","11768.389"],["28440.968","11869.231"],["18219.959","16819.520"],["18096.976","16968.948"],["18162.681","16881.257"],["18044.567","16848.592"],["18050.589","16778.540"],["18157.207","16857.731"],["18249.427","16849.016"],["18043.152","16884.948"],["18143.473","16974.094"],["18126.294","16855.454"],["18181.697","16851.642"],["18138.664","16968.808"],["18108.987","16791.794"],["18153.535","16832.116"],["18104.830","16845.594"],["18229.608","16977.381"],["18061.596","16797.042"],["18189.721","16800.447"],["18129.185","16804.841"],["18203.684","16940.488"],["18215.732","16956.569"],["18075.918","16856.679"],["18214.569","16824.523"],["18221.898","16953.738"],["18138.236","16979.229"],["18194.548","16845.890"],["18075.489","16792.713"],["18114.810","16787.715"],["18159.312","16832.090"],["21098.675","13181.182"],["21122.545","13178.269"],["21083.214","13163.329"],["21111.065","13170.276"],["21084.859","13173.255"],["27643.759","7283.486"],["27718.986","7331.356"],["27692.572","7382.867"],["27702.095","7402.537"],["27638.937","7389.441"],["27683.970","7391.934"],["27671.486","7326.451"],["27713.493","7337.566"],["27716.092","7335.006"],["27652.802","7323.066"],["27682.852","7357.467"],["27699.990","7415.006"],["27695.549","7360.935"],["27638.230","7331.967"],["27718.115","7375.089"],["27689.628","7393.685"],["27633.463","7267.219"],["27637.674","7343.222"],["27636.799","7418.309"],["27640.368","7426.947"],["27655.911","7318.805"],["27638.279","7407.095"],["27659.085","7355.535"],["27633.444","7393.867"],["17545.712","16958.160"],["17540.415","16938.931"],["17561.219","16905.277"],["17591.200","16863.707"],["17559.211","16810.802"],["17532.842","16917.751"],["17561.295","16913.042"],["17579.904","16941.772"],["17584.089","16840.565"],["17568.208","16787.433"],["30497.549","15500.874"],["30513.530","15376.866"],["30539.640","15405.274"],["30530.648","15491.356"],["30504.657","15312.158"],["30536.020","15400.979"],["30488.750","15467.133"],["30499.868","15500.742"],["30508.345","15494.775"],["30512.461","15382.861"],["30509.944","15380.351"],["30540.923","15437.033"],["30548.653","15423.672"],["30500.162","15451.782"],["30468.271","15458.768"],["30503.838","15497.995"],["30490.709","15323.025"],["30508.703","15338.698"],["30536.069","15427.338"],["30503.174","15425.686"],["27433.493","8461.644"],["27456.965","8472.812"],["27387.740","8376.349"],["27436.042","8464.178"],["27405.911","8462.668"],["27464.658","8480.922"],["27362.164","8413.905"],["27327.121","8393.647"],["27323.204","8384.434"],["27431.462","8407.408"],["27406.223","8460.868"],["27471.602","8411.735"],["27417.448","8520.898"],["27340.183","8381.897"],["27322.004","8376.111"],["27384.845","8398.992"],["27310.688","8381.181"],["27460.757","8488.290"],["27397.621","8423.081"],["27412.238","8496.007"],["27421.996","8497.168"],["27350.240","8411.229"],["27313.848","8391.434"],["27324.800","8368.200"],["27362.280","8423.621"],["22608.444","15467.656"],["22578.840","15417.564"],["22539.188","15412.583"],["22503.192","15444.839"],["22495.004","15466.957"],["22574.019","15437.681"],["22605.450","15446.384"],["22584.827","15409.355"],["22571.749","15409.912"],["22531.869","15424.557"],["22519.862","15423.334"],["22497.748","15419.736"],["22488.883","15417.572"],["22489.363","15454.620"],["22491.928","15468.443"],["20329.433","16207.560"],["20347.668","16213.857"],["20250.967","16153.462"],["20321.197","16205.013"],["20355.058","16242.084"],["20270.983","16177.773"],["20277.036","16182.314"],["20278.222","16149.282"],["20348.568","16237.472"],["20324.548","16227.907"],["20282.233","16159.507"],["3942.266","19502.437"],["3953.533","19521.710"],["3942.679","19379.445"],["3940.377","19344.400"],["3938.189","19315.762"],["3963.220","19522.949"],["3951.378","19511.933"],["3956.526","19503.461"],["3948.220","19503.312"],["3938.107","19375.019"],["3944.291","19344.400"],["3939.538","19341.840"],["3958.156","19357.282"],["3948.058","19343.277"],["3954.160","19358.025"],["3939.258","19353.103"],["3937.745","19370.543"],["27019.664","8701.162"],["27035.475","8733.909"],["26909.154","8736.916"],["27081.067","8740.185"],["27047.893","8725.354"],["27077.416","8725.354"],["27041.264","8731.729"],["27018.764","8696.700"],["27034.274","8716.799"],["7849.309","14697.241"],["7875.295","14700.436"],["7921.541","14727.503"],["7745.420","14746.418"],["7809.011","14697.186"],["7866.102","14771.048"],["7870.169","14777.709"],["7914.105","14744.136"],["7904.101","14749.095"],["7799.712","14801.971"],["7797.214","14798.063"],["7741.085","14746.769"],["7826.423","14782.655"],["7834.527","14856.304"],["7753.693","14748.652"],["7926.665","14732.249"],["7871.433","14699.037"],["7797.064","14801.401"],["7760.240","14742.568"],["9152.596","13365.297"],["9124.191","13379.831"],["9133.681","13371.556"],["9189.421","13320.088"],["9188.549","13303.804"],["9191.575","13289.386"],["9178.269","13313.928"],["9125.753","13296.767"],["9114.668","13284.347"],["9136.789","13301.837"],["9119.437","13281.094"],["9149.585","13315.380"],["9124.645","13241.357"],["9123.609","13257.988"],["9112.409","13232.422"],["9128.856","13260.201"],["9119.859","13251.415"],["9062.693","13214.684"],["9050.177","13220.448"],["9058.186","13222.199"],["9061.295","13232.752"],["9059.667","13225.254"],["9121.940","13193.063"],["9152.894","13196.185"],["9154.950","13210.520"],["9124.605","13210.124"],["9151.891","13209.925"],["9135.605","13366.717"],["9150.622","13363.001"],["9144.355","13361.152"],["9184.667","13296.059"],["9176.855","13298.106"],["9167.579","13316.851"],["9121.395","13309.335"],["9139.059","13289.368"],["9107.710","13296.767"],["9116.460","13282.844"],["9145.665","13242.794"],["9146.109","13252.174"],["9132.310","13245.419"],["9134.497","13232.174"],["9037.907","13220.613"],["9067.331","13206.129"],["9043.532","13220.597"],["9075.802","13233.693"],["9140.230","13222.543"],["9148.421","13220.991"],["9140.871","13214.418"],["9119.078","13219.983"],["9159.142","13391.507"],["9141.099","13377.816"],["9168.309","13259.813"],["9181.789","13323.656"],["9169.815","13315.811"],["9184.026","13299.031"],["9196.082","13292.095"],["9120.112","13292.787"],["9107.266","13310.987"],["9112.562","13287.733"],["9144.635","13278.187"],["9044.798","13223.206"],["9061.114","13227.071"],["9048.482","13242.314"],["9052.726","13222.050"],["9162.026","13232.613"],["9161.675","13390.565"],["9152.957","13357.006"],["9177.200","13306.909"],["9191.460","13303.061"],["9133.039","13294.009"],["9119.520","13284.612"],["9107.102","13299.723"],["9115.885","13312.671"],["9115.566","13227.137"],["9146.734","13255.064"],["9063.005","13239.209"],["9046.871","13221.703"],["9063.746","13225.122"],["9060.752","13217.839"],["8892.333","16885.134"],["8900.575","16913.891"],["8830.808","16945.730"],["8958.373","16907.548"],["8944.985","16898.679"],["8879.620","16886.753"],["8883.205","16879.750"],["8905.423","16780.323"],["8858.452","16949.614"],["8865.028","16920.148"],["8809.950","16966.804"],["8877.201","16936.224"],["8910.606","16895.179"],["8957.731","16885.639"],["8987.225","16893.213"],["8965.021","16890.356"],["8953.268","16861.157"],["8897.203","16890.891"],["8882.489","16900.547"],["8879.629","16962.934"],["8962.380","16786.911"],["8949.547","16782.586"],["8977.368","16850.761"],["8925.661","16916.148"],["8924.740","16915.058"],["8912.799","16911.573"],["8944.265","16919.286"],["8952.538","16926.470"],["8939.117","16914.596"],["8977.968","16896.430"],["8983.872","16885.497"],["8979.201","16887.661"],["8923.818","16823.830"],["8920.251","16792.839"],["8945.042","16796.300"],["8892.331","16782.920"],["8932.810","16931.245"],["8905.390","16777.763"],["8779.443","16962.093"],["8813.091","16969.777"],["8838.724","16974.249"],["8877.501","16977.534"],["8872.241","16934.740"],["8866.263","16943.722"],["8921.372","16874.513"],["8908.994","16891.826"],["8956.907","16893.344"],["8963.305","16895.854"],["8968.356","16939.268"],["8955.806","16917.961"],["8967.451","16913.354"],["8938.290","16883.971"],["8937.672","16833.558"],["8933.832","16828.232"],["8942.533","16831.238"],["8913.034","16921.462"],["8882.853","16904.861"],["8877.653","16906.196"],["8872.225","16890.051"],["8909.835","16947.841"],["8936.191","16778.804"],["8911.612","16918.262"],["8971.827","16869.885"],["8909.723","16909.641"],["8920.447","16903.167"],["8911.549","16915.636"],["8952.785","16912.333"],["8946.699","16916.462"],["8951.074","16916.842"],["8979.760","16893.705"],["8974.267","16882.656"],["8975.797","16881.203"],["8915.512","16835.870"],["8940.225","16812.343"],["8927.337","16809.726"],["8886.001","16887.381"],["8826.952","16937.089"],["8876.283","16778.324"],["8904.310","16775.423"],["8952.764","16890.702"],["8878.927","16928.070"],["14658.517","12759.243"],["27720.657","10827.088"],["14699.100","17813.476"],["14684.939","17711.462"],["14681.732","17743.320"],["14688.031","17763.353"],["14677.866","17761.751"],["14781.007","17821.176"],["14794.313","17828.624"],["14698.589","17803.669"],["14734.510","17816.799"],["14805.086","17823.042"],["14759.477","17810.722"],["14784.477","17809.995"],["14772.668","17800.697"],["14756.549","17831.200"],["14709.724","17807.121"],["14778.978","17780.106"],["14727.876","17776.770"],["14767.465","17732.195"],["14775.886","17771.287"],["14791.511","17769.437"],["14744.603","17726.861"],["14778.370","17785.721"],["14724.686","17791.683"],["14799.801","17735.911"],["14723.205","17691.881"],["14779.735","17756.869"],["14786.248","17786.101"],["14697.202","17797.232"],["14701.807","17791.369"],["14765.294","17732.459"],["14767.087","17744.499"],["14783.255","17758.041"],["14764.702","17790.147"],["14719.916","17688.479"],["14707.580","17699.627"],["14760.376","17748.165"],["14683.788","17757.027"],["14682.373","17795.326"],["14701.830","17816.746"],["14692.784","17813.972"],["14684.988","17732.684"],["14691.403","17717.523"],["14697.768","17744.723"],["14674.051","17736.102"],["14780.415","17829.400"],["14722.191","17791.613"],["14787.240","17794.850"],["14773.309","17824.181"],["14735.974","17802.745"],["14697.564","17733.780"],["14699.472","17713.202"],["14716.758","17709.123"],["14709.751","17744.136"],["14721.709","17733.665"],["14725.031","17716.225"],["14752.992","17694.755"],["14712.909","17758.669"],["14766.692","17746.283"],["14713.140","17691.931"],["14720.525","17733.648"],["14727.202","17786.481"],["14805.689","17770.989"],["14704.488","17690.362"],["14738.682","17714.061"],["14725.228","17746.596"],["14730.886","17705.027"],["14741.561","17705.837"],["14751.478","17737.348"],["14714.998","17708.099"],["14807.251","17780.436"],["14739.982","17758.537"],["14738.205","17783.789"],["14678.968","17805.549"],["14685.630","17714.335"],["14673.080","17814.368"],["14695.054","17722.775"],["14675.284","17748.258"],["14682.488","17783.832"],["14680.712","17806.788"],["14672.397","17623.355"],["14723.293","17796.684"],["14766.911","17806.560"],["14737.290","17784.495"],["14773.507","17808.954"],["14802.766","17828.277"],["14797.158","17810.474"],["14791.352","17821.143"],["14806.204","17807.154"],["14738.501","17768.512"],["14786.495","17755.415"],["14759.850","17690.576"],["14778.403","17789.090"],["14804.719","17761.361"],["14735.442","17710.477"],["14704.603","17707.174"],["14722.021","17740.387"],["14767.926","17694.722"],["14752.136","17787.984"],["14808.173","17709.916"],["14720.344","17723.277"],["14756.018","17770.296"],["14799.192","17708.429"],["14740.409","17745.787"],["14743.321","17786.117"],["14785.163","17756.621"],["12760.582","14887.457"],["12759.415","14894.922"],["12743.860","15050.345"],["12757.232","15047.073"],["12759.800","15034.429"],["12771.317","15015.331"],["12764.151","15025.022"],["12680.432","15050.961"],["12675.103","15048.781"],["12669.441","15046.996"],["12661.450","15045.676"],["12655.790","15044.350"],["12650.132","15042.540"],["12644.603","15040.583"],["12762.178","14890.116"],["12773.446","14904.956"],["12580.316","14876.671"],["12589.266","14907.035"],["12567.115","14897.506"],["12606.822","14931.763"],["12654.336","14879.496"],["12662.175","14925.357"],["12624.293","14908.248"],["12637.981","15008.500"],["12751.487","14887.656"],["12750.303","14888.069"],["12766.620","14911.149"],["12690.004","14885.438"],["12662.559","14881.581"],["12627.651","14913.867"],["12630.936","14907.088"],["12606.384","14939.456"],["8563.437","16095.499"],["8540.266","16069.873"],["8523.304","16134.178"],["8527.025","16133.185"],["8535.526","16086.298"],["8543.470","16087.737"],["8556.194","16082.271"],["8558.392","16111.807"],["8552.192","16125.564"],["8553.328","15934.576"],["8537.672","16081.222"],["8547.393","16067.140"],["8553.488","16076.246"],["8554.699","15977.934"],["8561.891","16079.265"],["8558.130","16058.715"],["8561.828","16132.243"],["8549.640","16132.491"],["8559.840","16115.804"],["8547.226","15934.494"],["8523.258","16129.522"],["8547.792","16128.975"],["8534.890","16082.270"],["8553.206","16077.118"],["8564.621","16084.963"],["8553.648","15966.735"],["8556.878","15982.521"],["6936.138","15302.145"],["7092.469","15465.530"],["6936.204","15298.445"],["6930.700","15343.434"],["6906.884","15344.954"],["6934.647","15341.105"],["6966.695","15358.434"],["6949.080","15336.881"],["6962.386","15356.138"],["7009.725","15334.535"],["7012.817","15353.082"],["6994.593","15343.850"],["7008.109","15325.572"],["7022.270","15342.896"],["7085.093","15332.048"],["7050.060","15335.813"],["7052.823","15320.339"],["7081.872","15333.201"],["6887.665","15374.753"],["6903.446","15366.771"],["6906.483","15370.480"],["6948.574","15298.281"],["6888.199","15300.647"],["7057.821","15315.649"],["6980.813","15333.761"],["6907.865","15483.310"],["6896.664","15490.907"],["6889.645","15504.096"],["6909.537","15492.073"],["6912.883","15505.103"],["6924.429","15503.352"],["6958.535","15492.671"],["6922.455","15497.098"],["6928.775","15483.568"],["6938.692","15459.307"],["6955.105","15481.019"],["6969.022","15477.407"],["6965.799","15479.224"],["6951.486","15470.216"],["6943.608","15484.981"],["6935.039","15478.722"],["6982.643","15483.422"],["6988.630","15474.768"],["7002.832","15462.506"],["7017.799","15458.592"],["7018.836","15474.851"],["7025.169","15485.817"],["7024.547","15480.079"],["7038.818","15475.925"],["7025.891","15467.734"],["7027.289","15461.788"],["7052.948","15486.785"],["7044.757","15463.416"],["7041.106","15469.477"],["7060.397","15485.286"],["7062.403","15492.404"],["7067.579","15475.917"],["7055.408","15471.392"],["7065.963","15476.330"],["7087.816","15479.071"],["7070.497","15476.247"],["6960.323","15499.786"],["6934.625","15306.769"],["7007.158","15504.945"],["6965.955","15337.443"],["7001.419","15342.908"],["7039.820","15331.666"],["6937.307","15298.842"],["6907.597","15303.919"],["7051.258","15316.690"],["6898.950","15497.265"],["6894.493","15489.189"],["6886.684","15496.747"],["6927.590","15476.681"],["6961.440","15492.254"],["6967.526","15471.445"],["6933.855","15481.133"],["6930.450","15475.501"],["6989.584","15474.190"],["6981.969","15478.749"],["6997.733","15466.949"],["6996.335","15470.169"],["7010.037","15479.987"],["7018.211","15480.268"],["7047.129","15464.225"],["7038.457","15462.878"],["7039.937","15459.740"],["7046.303","15466.124"],["7061.460","15474.183"],["7064.717","15479.732"],["7080.152","15473.736"],["7076.303","15487.510"],["7012.797","15463.627"],["6930.217","15300.097"],["6239.945","19163.980"],["6199.408","19179.049"],["6061.341","19137.934"],["6190.987","19175.003"],["6194.852","19170.643"],["6064.663","19129.692"],["6099.894","19132.434"],["7302.425","17485.517"],["7299.212","17496.159"],["7094.609","17413.207"],["23909.720","9092.962"],["23839.974","9063.710"],["17059.030","7662.810"],["17068.323","7629.681"],["17078.964","7679.672"],["17080.412","7665.882"],["17047.287","7641.060"],["17104.639","7645.387"],["17079.984","7651.068"],["17077.583","7643.768"],["17101.925","7635.477"],["17054.458","7642.480"],["17054.047","7626.014"],["17072.681","7677.063"],["22682.795","15862.064"],["22687.335","15848.439"],["14476.095","14868.700"],["14469.172","14754.465"],["14468.843","14760.295"],["14608.672","14665.306"],["14464.484","14754.514"],["21275.476","10931.874"],["21317.103","10913.868"],["21372.338","10942.007"],["21278.749","10931.528"],["21318.520","10899.078"],["21402.957","10914.374"],["21354.291","10879.090"],["21275.476","10933.361"],["21367.458","10937.737"],["21366.564","10874.850"],["21306.578","10988.456"],["21353.090","10926.865"],["21394.738","10929.401"],["21355.428","10873.027"],["21270.575","10939.438"],["21204.310","10967.305"],["21379.321","11060.710"],["21355.649","10935.024"],["21208.815","11009.067"],["21305.804","10920.144"],["21380.622","10932.194"],["21370.903","10871.542"],["27703.811","17739.428"],["27665.898","17746.696"],["27655.454","17738.125"],["27687.841","17743.096"],["27700.077","17733.301"],["27698.921","17782.397"],["27663.020","17755.994"],["27719.195","17746.218"],["7744.240","17825.806"],["7733.985","17783.837"],["14230.621","12454.881"],["14075.452","12515.260"],["14154.227","12369.488"],["14181.039","12337.541"],["14069.035","12448.362"],["14062.917","12415.215"],["14149.984","12427.957"],["14164.083","12450.018"],["14091.760","12516.135"],["14086.925","12459.769"],["14218.015","12508.813"],["14239.725","12521.845"],["14174.305","12481.355"],["14161.213","12477.276"],["14182.069","12458.101"],["14191.345","12430.983"],["14113.372","12344.798"],["14247.666","12386.258"],["14201.202","12379.503"],["14206.696","12358.199"],["14076.638","12352.668"],["14063.036","12377.325"],["14093.723","12399.542"],["14044.233","12465.405"],["14049.956","12401.078"],["14177.389","12462.141"],["14164.642","12441.942"],["14082.368","12511.082"],["14091.234","12458.184"],["14225.630","12502.983"],["14236.123","12530.747"],["14208.450","12471.347"],["14233.203","12443.849"],["14221.279","12471.248"],["14199.930","12429.068"],["14078.832","12375.764"],["14134.934","12374.757"],["14114.211","12345.756"],["14118.487","12347.341"],["14152.171","12364.550"],["14154.605","12369.835"],["14157.072","12363.460"],["14105.609","12340.471"],["14168.819","12336.170"],["14228.455","12364.243"],["14211.432","12375.308"],["14214.870","12378.859"],["14224.113","12362.063"],["14231.630","12355.457"],["14225.709","12375.127"],["14069.828","12339.241"],["14068.397","12360.166"],["14073.821","12448.081"],["14059.841","12448.081"],["14061.354","12412.094"],["14089.956","12441.343"],["14054.216","12469.336"],["14049.660","12377.346"],["14091.272","12406.545"],["14090.844","12404.530"],["14182.405","12435.221"],["14194.854","12379.487"],["14246.926","12383.318"],["14221.926","12354.945"],["14203.390","12379.668"],["14210.479","12365.763"],["14205.413","12365.779"],["14046.917","12359.274"],["14056.506","12337.012"],["14058.920","12469.848"],["14062.391","12437.429"],["14042.045","12446.215"],["14178.639","12447.376"],["14216.197","12454.022"],["14236.904","12466.376"],["14247.825","12446.491"],["14152.500","12373.402"],["14120.872","12343.179"],["14195.709","12382.344"],["14195.742","12380.791"],["14220.939","12362.691"],["14209.130","12385.829"],["14191.761","12381.782"],["14183.932","12337.439"],["14041.276","12365.666"],["14080.782","12362.264"],["14069.499","12340.628"],["14071.851","12370.505"],["14094.002","12400.649"],["14057.456","12386.694"],["14081.864","12386.495"],["14068.789","12469.105"],["14065.269","12467.585"],["14052.927","12539.495"],["14085.707","12508.885"],["14089.458","12462.956"],["14225.317","12515.749"],["14240.317","12520.937"],["14063.552","12541.477"],["14083.141","12513.906"],["14097.418","12459.835"],["14210.959","12502.223"],["14246.353","12523.679"],["14106.339","12347.451"],["14162.252","12377.233"],["14145.728","12359.263"],["14144.969","12415.528"],["14081.205","12476.193"],["14051.667","12461.627"],["14169.880","12381.517"],["14164.851","12473.830"],["14106.092","12340.779"],["14164.719","12378.768"],["14150.202","12373.796"],["14110.150","12395.462"],["14065.252","12465.508"],["14175.126","12358.924"],["14234.043","12544.828"],["14154.391","12456.886"],["21197.161","7408.624"],["21155.269","7405.320"],["20994.372","7376.297"],["21144.065","7457.822"],["21120.578","7382.644"],["21084.800","7434.134"],["21180.549","7422.183"],["21114.398","7465.882"],["21185.993","7437.674"],["21048.582","7396.892"],["21013.040","7400.377"],["21119.546","7457.856"],["21172.588","7451.448"],["21115.631","7460.036"],["21191.717","7446.856"],["20991.367","7374.750"],["21107.563","7404.043"],["23934.901","7253.887"],["23934.293","7198.974"],["23872.105","7211.245"],["23879.211","7235.820"],["23908.043","7232.120"],["23882.220","7193.920"],["29153.943","10190.184"],["29141.377","10174.990"],["29110.555","10173.520"],["29129.387","10160.572"],["29150.407","10197.863"],["29106.509","10169.094"],["29000.580","10204.466"],["31302.171","10219.206"],["31297.763","10207.728"],["31276.250","10220.924"],["31279.539","10214.598"],["6844.932","13951.765"],["6834.382","13943.361"],["6823.003","13935.510"],["6793.608","13948.234"],["6851.757","13953.896"],["6829.447","13939.281"],["6817.345","13931.183"],["6784.183","13946.549"],["6687.519","13849.512"],["6693.440","13885.994"],["6674.014","13935.911"],["6684.129","13908.727"],["6699.392","13882.368"],["6697.665","13877.513"],["6708.142","13875.432"],["6729.066","13932.280"],["6725.250","13943.227"],["6777.426","13932.779"],["6783.483","13910.726"],["6774.453","13906.081"],["6802.510","13876.581"],["6857.695","13956.868"],["6835.714","13937.778"],["6822.000","13922.876"],["6781.963","13940.075"],["6716.843","13871.666"],["6674.096","13922.550"],["6721.056","13941.000"],["6726.237","13942.698"],["6779.746","13930.831"],["6780.802","13918.175"],["6770.538","13899.574"],["6791.626","13885.910"],["6849.603","13957.661"],["6832.839","13934.784"],["6791.420","13940.092"],["6727.964","13929.671"],["6727.372","13952.409"],["6778.611","13928.981"],["6772.200","13920.206"],["6772.709","13898.352"],["6787.271","13887.528"],["6719.526","13931.983"],["6731.550","13953.945"],["6786.456","13938.097"],["6778.729","13915.483"],["6778.877","13908.624"],["6781.434","13879.624"],["19604.686","13210.750"],["19604.182","13199.211"],["19673.340","13236.832"],["19635.409","13258.272"],["19529.733","13183.452"],["19631.396","13243.367"],["19541.098","13185.962"],["19632.548","13234.201"],["19565.325","13192.618"],["19635.366","13191.829"],["19647.433","13238.148"],["19628.568","13226.224"],["21972.775","7587.976"],["27561.630","17195.388"],["13976.509","13357.384"],["14011.940","13304.886"],["14019.538","13292.588"],["14008.433","13332.066"],["13978.384","13325.344"],["14025.719","13318.804"],["14028.683","13269.995"],["13979.946","13336.261"],["13979.903","13362.812"],["13962.874","13336.393"],["13956.410","13333.998"],["13984.617","13315.319"],["14033.017","13339.535"],["14021.955","13251.074"],["14025.025","13297.478"],["14026.907","13244.609"],["14029.584","13327.383"],["14038.860","13218.576"],["13966.459","13386.137"],["14010.620","13331.009"],["13972.595","13327.531"],["13957.150","13343.002"],["14040.070","13306.562"],["13986.582","13334.077"],["13971.722","13369.968"],["14005.555","13342.421"],["13964.387","13328.416"],["13998.864","13295.445"],["14013.995","13248.210"],["13832.044","13345.183"],["13976.202","13363.902"],["13981.827","13363.770"],["13949.074","13391.559"],["5964.557","13942.593"],["5960.265","13948.637"],["6018.397","14024.838"],["6001.872","14012.981"],["5957.000","13952.958"],["6001.082","14012.386"],["5959.374","13963.102"],["5998.730","14015.078"],["6005.573","14013.476"],["18982.356","11458.728"],["19048.293","11336.746"],["19025.652","11452.465"],["19031.898","11375.013"],["19044.315","11472.052"],["19061.357","11372.880"],["19053.359","11329.050"],["19024.346","11417.544"],["19038.119","11434.084"],["18991.363","11365.808"],["19011.092","11373.130"],["19040.352","11470.912"],["19061.082","11351.192"],["19008.145","11378.601"],["19044.909","11350.471"],["19036.460","11279.730"],["19072.516","11354.997"],["19056.681","11313.030"],["19048.349","11450.483"],["18986.182","11354.297"],["19025.456","11379.115"],["19049.661","11467.923"],["19034.451","11428.039"],["18986.939","11360.441"],["19044.019","11376.764"],["19039.200","11478.311"],["18952.093","11468.703"],["19002.208","11426.809"],["19019.552","11346.518"],["19030.948","11415.752"],["19014.488","11354.231"],["19042.498","11391.440"],["19066.059","11488.765"],["19001.369","11456.878"],["19001.237","11378.683"],["19091.813","11383.592"],["19039.840","11488.009"],["19074.273","11284.718"],["19082.333","11484.863"],["19037.931","11329.991"],["19032.340","11412.259"],["19042.247","11425.496"],["18996.478","11382.489"],["19032.490","11372.288"],["6012.423","18682.389"],["6020.527","18680.404"],["6027.384","18680.461"],["6028.817","18689.799"],["6021.028","18688.039"],["6024.999","18691.280"],["6002.975","18679.243"],["6013.410","18686.766"],["6017.778","18680.119"],["6022.825","18679.424"],["6020.681","18680.992"],["6029.996","18684.853"],["5981.041","18680.982"],["5966.301","18694.007"],["5973.994","18688.912"],["5978.987","18692.572"],["5975.260","18684.840"],["5965.964","18686.627"],["5974.586","18692.329"],["5972.000","18689.772"],["5970.491","18686.788"],["5972.684","18695.188"],["5972.684","18697.947"],["6014.716","18682.816"],["6018.008","18684.781"],["5836.894","18693.768"],["5838.741","18688.419"],["5840.655","18686.497"],["5835.207","18687.383"],["5847.497","18688.612"],["5842.314","18693.824"],["5838.619","18692.432"],["5839.783","18699.600"],["5835.993","18697.211"],["5845.249","18693.274"],["5842.740","18689.306"],["5844.855","18690.830"],["5844.120","18700.704"],["5841.398","18696.290"],["5975.896","18701.946"],["5976.053","18705.217"],["6028.852","18683.414"],["6028.822","18686.455"],["5983.152","18689.883"],["6007.228","18681.323"],["6029.634","18678.482"],["5838.881","18692.243"],["6004.193","18683.776"],["6013.442","18681.316"],["6016.392","18678.026"],["6016.887","18685.683"],["6016.668","18681.267"],["6031.069","18679.485"],["6021.234","18678.356"],["6023.312","18681.191"],["6020.941","18682.180"],["6009.594","18677.988"],["6001.331","18679.776"],["6008.815","18693.966"],["6012.587","18684.413"],["6007.988","18689.542"],["6007.267","18683.701"],["6006.565","18678.018"],["6012.166","18679.819"],["6010.251","18683.764"],["6009.880","18687.703"],["6011.141","18682.296"],["6025.699","18677.990"],["6017.918","18681.783"],["6007.136","18680.962"],["6009.284","18679.828"],["6022.063","18678.224"],["6000.165","18678.090"],["6016.695","18680.676"],["6004.534","18683.098"],["6004.121","18678.617"],["6006.838","18679.260"],["6012.072","18684.425"],["6008.754","18684.449"],["6009.043","18685.250"],["6011.186","18680.558"],["6015.039","18679.145"],["6014.496","18681.527"],["6013.439","18684.890"],["6013.105","18680.509"],["6017.548","18686.243"],["6025.165","18679.701"],["6016.711","18684.516"],["6010.010","18683.255"],["6027.220","18680.380"],["6022.557","18682.956"],["6021.843","18681.362"],["6004.942","18680.370"],["6027.373","18677.961"],["8069.915","18796.632"],["8003.965","18743.890"],["7954.548","18710.876"],["7961.573","18774.434"],["7943.668","18717.663"],["8057.009","18702.175"],["8106.877","18799.120"],["8108.954","18765.668"],["8025.774","18740.620"],["7953.709","18727.209"],["7937.839","18791.726"],["8039.723","18698.756"],["8035.400","18832.703"],["8007.472","18849.962"],["8011.206","18832.885"],["8007.340","18847.418"],["8049.692","18854.107"],["20720.761","15392.108"],["20585.919","15446.788"],["20633.047","15429.925"],["20613.449","15406.091"],["20612.407","15485.608"],["20660.179","15506.617"],["20582.218","15376.682"],["27108.762","15931.618"],["27102.378","15930.680"],["27108.603","15965.910"],["27094.384","15957.783"],["22720.576","9903.264"],["22779.847","9930.631"],["22850.690","9836.412"],["22754.933","9830.997"],["22870.536","9901.085"],["22754.984","9933.454"],["22784.386","9925.495"],["22806.611","9807.528"],["22673.108","9995.227"],["22730.428","9898.442"],["22801.426","9863.909"],["22869.138","9909.161"],["22707.252","9960.115"],["22737.516","9881.828"],["22799.830","9936.345"],["22754.424","9915.832"],["22847.890","9879.219"],["22700.461","9943.743"],["22868.696","9884.207"],["22696.184","9889.144"],["22833.087","9969.145"],["22735.920","9810.749"],["10408.733","16216.238"],["10383.196","16262.273"],["10413.998","16247.723"],["10284.988","16170.141"],["10264.979","16196.658"],["10267.270","16153.162"],["10284.556","16326.057"],["10282.472","16317.829"],["10292.299","16301.391"],["10305.168","16279.954"],["10310.312","16272.265"],["10423.374","16231.800"],["10441.331","16264.128"],["10334.226","16248.533"],["10449.069","16198.499"],["10277.355","16269.245"],["10277.355","16269.229"],["10277.355","16269.245"],["10285.523","16261.624"],["10285.523","16261.607"],["10285.507","16261.607"],["10401.517","16167.889"],["10401.517","16167.872"],["10401.517","16167.889"],["10320.144","16142.831"],["10268.383","16148.905"],["10426.273","16250.771"],["10437.474","16260.709"],["10402.054","16228.340"],["10403.737","16214.460"],["10414.883","16219.991"],["10262.768","16203.883"],["10279.654","16180.888"],["10282.465","16177.691"],["10277.904","16343.765"],["10305.811","16276.276"],["10276.937","16339.374"],["10270.013","16342.872"],["10440.870","16308.852"],["10380.529","16193.762"],["10378.524","16182.924"],["10386.667","16208.828"],["10327.588","16242.943"],["10332.137","16235.958"],["10354.442","16228.658"],["10370.874","16200.826"],["10274.066","16345.127"],["10366.906","16200.850"],["10391.967","16225.601"],["10342.143","16235.731"],["19802.965","11028.461"],["19844.556","10907.234"],["19744.672","10949.839"],["19773.631","10977.860"],["19857.594","10995.556"],["19735.225","10943.160"],["19786.025","10937.525"],["19849.256","10990.937"],["19798.805","10976.935"],["19913.918","11051.963"],["19781.945","11014.406"],["19882.155","10994.286"],["19759.524","10938.378"],["19748.360","11025.416"],["19751.625","10990.247"],["19829.370","10990.106"],["19879.905","10948.274"],["19805.847","10885.839"],["19747.016","10930.543"],["19789.743","10957.442"],["19852.595","10970.706"],["19794.496","10967.438"],["19913.556","11054.160"],["19887.548","10933.959"],["19792.764","10913.906"],["19745.593","10956.066"],["19770.383","11038.436"],["19790.596","10999.267"],["19749.051","11030.322"],["19765.621","10979.776"],["19839.386","11011.708"],["19861.842","10950.784"],["19847.201","10866.085"],["19792.623","10865.691"],["19738.054","10921.409"],["19793.904","10935.378"],["19865.556","10992.440"],["19822.193","10955.927"],["19729.181","11061.109"],["19778.845","10986.894"],["19834.682","10993.673"],["19875.300","10956.928"],["19792.870","10875.088"],["19749.998","10925.557"],["19776.289","10946.509"],["19853.500","10960.153"],["19827.347","10944.412"],["19871.002","10892.985"],["19740.724","10949.955"],["19740.087","11048.290"],["19754.964","10995.251"],["19841.886","10997.934"],["19848.945","10870.791"],["19808.215","10890.480"],["19754.870","10930.289"],["19778.871","10945.600"],["19851.888","10982.812"],["19805.532","10952.211"],["19925.052","11052.640"],["19803.519","10882.580"],["19818.652","10957.077"],["19766.316","10921.532"],["19797.192","11039.972"],["19814.030","10949.678"],["19766.526","10981.560"],["19862.955","11004.772"],["19874.149","10947.333"],["19841.659","10861.791"],["19827.886","10876.558"],["19872.562","10955.958"],["19811.223","10941.014"],["14654.434","16314.468"],["14650.010","16279.357"],["14655.766","16317.408"],["14662.065","16298.911"],["14489.227","16253.166"],["14468.684","16239.359"],["14501.579","16264.825"],["14472.352","16196.948"],["14479.627","16296.663"],["14590.955","16214.949"],["14658.315","16289.695"],["14482.072","16182.381"],["14463.809","16339.753"],["14479.413","16329.991"],["14462.157","16333.525"],["14499.440","16339.921"],["14466.136","16272.982"],["14483.216","16282.295"],["14475.493","16272.168"],["14470.624","16320.174"],["14464.901","16168.941"],["14597.045","16203.208"],["14646.325","16260.744"],["14637.773","16250.604"],["14653.480","16252.437"],["14475.427","16169.367"],["14468.618","16159.590"],["14462.253","16214.668"],["14474.424","16229.796"],["14501.551","16297.076"],["14517.061","16334.797"],["14465.497","16178.541"],["14488.981","16156.030"],["14660.194","16308.640"],["14471.792","16314.162"],["14631.786","16296.087"],["14670.322","16307.961"],["14468.075","16166.246"],["14486.222","16318.595"],["14508.804","16315.391"],["14495.581","16339.883"],["14488.278","16287.678"],["14470.613","16303.896"],["14638.118","16301.619"],["14648.644","16267.945"],["14644.023","16279.472"],["14664.845","16297.094"],["14505.296","16238.104"],["14482.845","16167.237"],["14474.227","16177.426"],["14660.980","16276.500"],["14462.559","16341.042"],["14485.844","16307.315"],["14469.627","16208.608"],["14470.864","16283.881"],["14477.664","16263.893"],["14602.572","16214.660"],["14592.342","16210.399"],["12641.743","17418.928"],["12684.184","17602.849"],["12686.558","17533.803"],["12751.622","17486.574"],["12704.167","17594.054"],["12751.465","17602.320"],["12763.705","17590.835"],["12727.846","17520.855"],["12737.994","17576.990"],["12751.286","17560.255"],["12686.827","17553.971"],["12658.521","17584.822"],["12628.570","17534.202"],["12630.379","17534.566"],["12577.786","17588.606"],["12605.681","17583.949"],["12677.516","17412.722"],["12651.299","17415.873"],["12603.704","17616.781"],["12669.634","17513.902"],["12767.001","17522.263"],["12631.089","17602.603"],["12636.072","17586.914"],["12697.933","17562.312"],["12746.415","17620.884"],["12727.550","17489.724"],["12726.975","17511.805"],["12744.573","17588.633"],["12681.005","17566.424"],["12663.208","17574.219"],["12581.399","17547.398"],["12599.475","17538.827"],["12580.451","17603.536"],["12590.549","17613.280"],["12775.697","17527.512"],["12651.125","17620.239"],["12695.292","17496.197"],["12750.405","17479.059"],["12626.747","17577.368"],["12585.607","17616.838"],["12759.709","17581.801"],["12755.550","17619.458"],["12734.162","17501.813"],["12675.774","17540.858"],["12593.921","17598.895"],["12672.721","17603.988"],["12661.953","17492.036"],["12639.888","17612.975"],["12737.440","17596.383"],["12737.851","17597.655"],["12763.356","17609.158"],["12720.116","17502.952"],["12728.011","17477.156"],["12754.326","17570.153"],["12760.481","17570.495"],["12683.208","17558.414"],["12584.014","17514.731"],["12600.237","17606.360"],["12568.210","17440.273"],["12573.277","17412.256"],["12569.297","17432.454"],["12615.450","17437.338"],["12615.582","17431.277"],["12685.134","17414.300"],["12716.251","17425.192"],["12742.638","17411.993"],["12675.575","17412.408"],["12651.035","17410.027"],["12624.691","17598.243"],["12706.481","17521.747"],["12753.619","17579.484"],["12745.086","17547.010"],["12659.261","17536.184"],["12591.564","17522.757"],["12611.651","17584.048"],["12572.932","17425.501"],["12613.000","17437.421"],["12604.825","17415.059"],["12630.685","17413.523"],["12653.409","17419.374"],["12722.797","17411.286"],["12717.863","17415.745"],["12751.055","17411.815"],["12645.016","17412.454"],["12759.846","17528.027"],["12603.313","17618.918"],["12678.565","17517.717"],["12632.076","17586.930"],["12739.743","17596.944"],["12711.366","17457.783"],["12735.560","17562.077"],["12776.398","17590.932"],["12749.921","17514.062"],["12665.100","17570.239"],["12582.830","17522.609"],["12614.826","17565.435"],["12615.494","17554.896"],["12692.304","17470.929"],["12712.517","17543.068"],["12744.477","17572.130"],["12690.429","17547.530"],["12623.559","17572.174"],["12725.297","17552.960"],["12744.310","17480.393"],["12752.997","17533.996"],["12573.921","17595.146"],["19304.709","13570.224"],["19313.952","13545.038"],["19311.863","13573.907"],["19327.751","13559.192"],["2888.798","17081.840"],["2906.561","17074.375"],["3020.714","17136.092"],["3012.672","17095.332"],["3071.265","17157.099"],["2916.901","17013.652"],["2929.022","17031.059"],["2925.026","17007.574"],["2947.263","17017.929"],["2888.529","17006.913"],["3049.566","17153.638"],["2921.671","17033.638"],["3044.698","17018.824"],["2935.665","17020.775"],["3075.208","17070.367"],["3085.175","17072.019"],["3073.694","17030.483"],["3066.770","17075.239"],["3086.023","17015.423"],["3072.086","17140.832"],["3093.303","17114.903"],["3072.020","17150.312"],["2935.128","17080.868"],["2952.645","17027.243"],["2936.806","17055.732"],["3067.200","16989.380"],["3049.782","17000.164"],["3078.532","17007.844"],["3020.627","17067.058"],["3036.877","17048.247"],["3018.440","17055.150"],["3021.894","17063.969"],["3019.870","17095.266"],["3037.913","17055.596"],["2988.178","17116.629"],["2992.652","17127.314"],["2990.037","17119.932"],["2977.915","17117.867"],["2998.326","17121.121"],["3030.013","17130.042"],["3062.415","17089.629"],["3042.546","17100.480"],["3073.763","17087.400"],["3021.905","17100.777"],["3039.323","17088.258"],["3065.490","17075.591"],["3080.753","17124.146"],["3071.971","17121.834"],["3064.668","17172.453"],["3016.237","17162.739"],["3014.016","17185.497"],["3015.283","17163.086"],["2993.128","17173.408"],["3004.658","17178.577"],["2992.931","17173.639"],["3019.066","17143.895"],["3010.414","17175.257"],["3037.503","17174.382"],["2991.450","17195.869"],["2943.356","17084.357"],["2949.491","17143.961"],["2959.705","17148.172"],["2939.277","17117.619"],["2962.764","17134.234"],["2915.786","17167.877"],["2921.855","17168.802"],["2943.763","17172.600"],["2952.842","17187.927"],["2918.961","17158.992"],["2884.089","17146.350"],["2912.099","17134.178"],["2926.046","17130.628"],["2907.823","17096.804"],["2914.500","17100.372"],["2918.250","17120.619"],["2895.948","17127.473"],["2993.846","17009.368"],["3007.925","17016.503"],["3035.293","17007.898"],["2970.836","17006.940"],["2998.994","17013.778"],["2982.056","17042.889"],["2961.431","17041.353"],["3002.204","17034.747"],["2948.405","17085.846"],["2979.967","17100.759"],["3013.586","17085.482"],["2996.546","17083.022"],["3011.069","17066.242"],["3010.526","17053.608"],["2883.575","17177.510"],["2918.256","17079.577"],["3005.928","17111.665"],["3026.685","17138.602"],["3006.570","17107.586"],["3057.351","17146.628"],["3085.620","17168.513"],["2889.286","17001.249"],["2922.230","17016.707"],["2888.611","17046.913"],["2938.759","17013.008"],["2928.826","17026.404"],["2926.474","17008.667"],["2902.231","17062.506"],["3081.606","17051.705"],["3087.165","17071.408"],["3062.000","17072.844"],["3084.303","17080.144"],["3085.431","17003.863"],["3087.349","17145.522"],["3091.198","17153.863"],["3088.253","17142.830"],["3093.007","17138.553"],["2938.730","17021.628"],["2938.698","17022.305"],["2974.503","17029.935"],["2949.207","17023.874"],["2951.609","17042.982"],["3081.098","16993.905"],["3068.713","17001.337"],["3024.525","17074.390"],["3018.242","17070.245"],["3045.084","17059.741"],["3027.732","17045.307"],["3020.347","17046.133"],["2980.169","17125.927"],["3002.718","17126.109"],["2996.961","17111.691"],["2992.192","17109.544"],["2999.231","17123.863"],["3067.563","17092.569"],["3044.158","17089.266"],["3037.826","17141.206"],["3050.885","17103.370"],["3060.770","17134.518"],["3081.444","17126.161"],["3060.803","17137.986"],["3041.839","17141.520"],["3023.813","17097.936"],["3043.944","17109.745"],["3058.352","17169.101"],["3071.855","17172.007"],["3051.806","17185.203"],["3011.121","17172.218"],["2998.720","17184.654"],["3002.914","17137.190"],["3002.487","17138.792"],["3016.154","17196.843"],["3038.950","17171.376"],["3039.921","17138.015"],["2978.112","17168.552"],["2990.398","17173.754"],["2956.465","17129.378"],["2959.886","17117.190"],["2953.290","17143.565"],["2956.761","17123.367"],["2940.708","17111.509"],["2935.330","17127.033"],["2957.386","17151.343"],["2952.846","17088.866"],["2908.237","17194.615"],["2908.648","17175.771"],["2926.510","17164.161"],["2961.839","17172.105"],["2912.365","17188.455"],["2938.319","17188.108"],["2956.839","17170.866"],["2933.155","17157.505"],["2943.878","17176.861"],["2903.415","17129.620"],["2926.589","17098.737"],["2905.273","17144.798"],["2892.132","17105.805"],["2899.961","17138.142"],["2924.846","17126.895"],["2896.951","17123.328"],["2931.079","17146.449"],["2903.546","17115.599"],["3002.596","17022.465"],["3002.003","17028.840"],["2983.829","17010.128"],["3008.813","17032.820"],["2985.523","17002.630"],["3031.395","17011.763"],["3014.569","16993.067"],["2979.438","17027.155"],["3002.826","16997.411"],["2964.655","17091.279"],["2956.168","17081.965"],["2969.194","17037.142"],["2986.974","17082.113"],["2996.464","17052.105"],["2960.773","17055.540"],["2971.201","17094.136"],["2966.283","17072.865"],["2958.750","17073.955"],["3017.270","17091.329"],["2951.184","17085.912"],["2924.800","17077.103"],["3040.019","17034.655"],["2974.034","17115.985"],["3081.148","17093.642"],["3027.454","17159.882"],["2953.073","17169.892"],["2895.175","17148.464"],["3006.957","17045.383"],["24580.388","8667.719"],["24630.439","8673.170"],["24676.771","8643.277"],["24609.937","8710.641"],["24710.076","8580.320"],["24704.636","8546.809"],["24675.110","8708.281"],["24645.258","8671.089"],["24575.579","8725.240"],["24611.522","8668.962"],["24691.446","8588.849"],["24682.840","8701.312"],["24676.722","8665.226"],["24730.282","8551.427"],["24661.578","8639.617"],["24618.992","8671.006"],["24571.868","8651.604"],["24743.156","8565.290"],["24700.513","8732.976"],["24580.124","8687.273"],["24683.696","8693.071"],["24620.357","8708.892"],["24607.733","8711.269"],["24759.389","8533.465"],["24668.091","8613.952"],["24702.166","8718.736"],["24672.149","8643.657"],["24628.184","8653.586"],["24776.034","8559.378"],["24675.969","8629.840"],["24670.719","8738.521"],["24653.284","8704.747"],["24669.582","8582.834"],["24617.493","8668.681"],["24708.341","8547.975"],["27536.096","11153.701"],["27557.248","11111.412"],["27544.652","11129.111"],["27701.983","11081.275"],["27592.281","11111.743"],["27569.490","11116.603"],["27649.111","11254.482"],["27625.720","11266.388"],["27638.736","11242.130"],["27627.993","11086.424"],["27646.756","11085.599"],["27641.705","11086.061"],["27721.444","11119.594"],["27717.537","11096.405"],["27627.303","11092.306"],["27640.158","11083.027"],["21005.376","10814.495"],["21103.017","10697.267"],["21130.120","10700.027"],["21168.630","10727.354"],["21148.778","10807.472"],["21030.458","10829.017"],["21150.587","10768.874"],["21131.194","10809.841"],["21089.241","10653.379"],["21142.544","10726.512"],["21122.593","10793.953"],["21189.249","10813.357"],["21103.139","10753.459"],["21170.096","10688.896"],["21157.363","10727.586"],["21153.020","10810.204"],["21178.048","10802.523"],["21032.942","10754.648"],["21172.343","10649.158"],["21180.778","10676.906"],["21124.946","10757.759"],["21143.381","10793.916"],["21179.726","10806.553"],["21085.722","10752.584"],["21110.747","10646.846"],["21163.837","10693.173"],["21126.393","10723.539"],["21143.050","10813.085"],["21192.949","10801.119"],["21021.447","10804.488"],["21175.268","10801.483"],["21140.531","10708.681"],["21130.011","10735.414"],["21172.016","10809.945"],["9434.738","12334.991"],["9432.127","12313.194"],["9415.549","12304.229"],["9429.780","12316.652"],["9424.816","12317.209"],["6484.236","16164.021"],["6535.393","16144.877"],["6529.275","16143.688"],["6532.283","16166.481"],["6532.102","16158.719"],["6527.225","16166.131"],["6511.873","16189.053"],["6495.117","16205.632"],["6511.169","16196.566"],["6513.958","16200.357"],["6534.589","16204.746"],["6521.359","16205.605"],["6518.771","16196.486"],["6544.281","16184.017"],["6522.949","16200.400"],["6547.115","16216.280"],["6547.197","16214.992"],["6496.794","16212.105"],["6486.021","16222.327"],["6487.468","16223.896"],["6467.128","16233.516"],["6476.552","16222.599"],["6465.368","16234.457"],["6471.996","16248.481"],["6477.308","16252.147"],["6509.584","16262.859"],["6512.149","16260.134"],["6486.691","16262.801"],["6492.827","16151.125"],["6479.998","16148.763"],["6492.481","16153.685"],["6481.555","16164.064"],["6479.915","16158.858"],["6466.247","16166.934"],["6485.092","16200.932"],["6486.194","16196.357"],["6498.826","16193.203"],["6588.329","16185.374"],["6561.159","16229.337"],["6535.302","16200.362"],["6462.807","16149.091"],["6522.696","16156.520"],["6524.094","16144.795"],["6536.592","16163.294"],["6531.132","16160.618"],["6523.212","16172.869"],["6513.291","16188.737"],["6506.630","16201.091"],["6509.912","16216.988"],["6517.181","16204.816"],["6551.296","16183.133"],["6542.296","16182.830"],["6527.702","16205.239"],["6542.066","16218.361"],["6497.567","16209.710"],["6498.932","16219.669"],["6476.914","16227.405"],["6468.854","16257.432"],["6477.374","16258.885"],["6499.368","16268.767"],["6508.085","16265.276"],["6482.530","16259.531"],["6501.806","16262.818"],["6471.528","16141.612"],["6485.343","16143.710"],["6476.181","16160.758"],["6482.234","16168.041"],["6485.733","16178.554"],["6582.917","16187.125"],["6571.504","16213.145"],["6541.782","16198.876"],["6558.758","16233.977"],["6572.524","16216.300"],["6549.003","16213.640"],["6588.000","16181.857"],["6563.363","16225.488"],["6576.768","16216.366"],["6539.579","16204.276"],["8372.850","17231.318"],["14998.529","17391.855"],["15062.331","17402.790"],["15037.280","17345.611"],["15076.509","17315.906"],["15076.706","17321.637"],["15063.894","17403.318"],["15092.304","17372.319"],["15079.771","17368.933"],["14990.375","17215.003"],["15074.963","17323.338"],["15014.418","17360.227"],["15047.559","17396.560"],["15039.369","17393.769"],["15055.290","17352.002"],["15064.239","17404.903"],["15072.397","17397.984"],["15065.999","17324.411"],["15093.159","17374.714"],["15090.577","17366.770"],["14999.520","17331.773"],["15083.316","17358.393"],["15017.176","17201.232"],["15008.328","17290.795"],["15041.472","17329.845"],["15046.100","17394.295"],["15063.494","17388.841"],["15092.869","17333.629"],["15082.739","17225.415"],["15051.054","17390.616"],["15071.970","17408.685"],["15063.433","17324.510"],["15087.698","17379.900"],["15080.544","17381.089"],["15074.667","17397.967"],["15073.039","17321.224"],["15062.775","17407.034"],["15072.529","17327.962"],["22462.250","6171.363"],["22485.457","6111.908"],["5870.010","9620.420"],["5849.303","9625.176"],["5837.691","9631.964"],["5942.990","9686.627"],["5960.671","9686.990"],["5941.417","9729.219"],["5973.012","9721.127"],["6030.089","9743.762"],["6030.649","9706.157"],["6019.201","9745.596"],["5875.191","9595.779"],["5857.741","9602.088"],["6011.126","9726.355"],["5833.629","9633.153"],["5923.023","9687.535"],["5945.589","9699.608"],["5945.737","9700.021"],["5946.845","9710.672"],["5947.486","9712.555"],["5947.322","9739.624"],["6023.807","9738.956"],["6006.668","9704.406"],["6014.974","9732.747"],["6017.878","9598.433"],["5837.494","9614.491"],["5844.698","9610.989"],["5924.290","9701.969"],["5922.744","9694.224"],["5929.520","9723.307"],["5941.302","9707.155"],["5979.805","9746.544"],["5947.618","9723.191"],["6025.895","9743.151"],["5992.672","9732.103"],["5999.695","9724.803"],["5922.563","9719.525"],["5923.352","9687.320"],["5965.085","9721.804"],["5963.588","9713.810"],["5979.197","9740.879"],["6017.293","9742.111"],["6025.369","9745.711"],["5989.596","9738.560"],["6037.319","9594.040"],["5835.661","9653.975"],["5836.573","9636.555"],["5870.915","9599.049"],["5861.441","9620.320"],["5935.803","9715.595"],["5951.263","9693.547"],["5977.601","9712.638"],["5972.651","9739.574"],["6005.385","9743.201"],["5988.659","9732.763"],["15815.296","13666.448"],["15774.342","13685.705"],["15802.686","13699.064"],["15874.003","13748.906"],["15842.753","13771.383"],["15796.199","13779.882"],["15747.918","13733.332"],["15760.609","13679.445"],["15857.078","13730.427"],["15848.476","13741.459"],["15865.565","13784.827"],["15842.884","13809.203"],["15740.369","13743.026"],["15763.264","13735.925"],["15777.244","13613.236"],["15779.678","13611.502"],["15752.030","13625.374"],["15725.462","13620.453"],["15771.546","13667.752"],["15825.005","13719.230"],["15854.250","13783.472"],["15803.255","13797.041"],["15743.823","13701.358"],["15777.013","13621.807"],["15778.609","13637.199"],["15787.392","13632.658"],["15731.854","13735.987"],["15751.520","13620.106"],["15791.717","13622.286"],["13591.146","17227.082"],["13527.951","17205.291"],["13515.599","17223.854"],["13492.077","17236.474"],["13538.905","17266.067"],["13555.139","17219.461"],["13553.264","17206.150"],["13521.487","17229.288"],["13550.846","17230.774"],["13599.572","17211.553"],["13618.766","17209.108"],["13558.000","17250.675"],["13599.342","17200.884"],["13616.793","17202.040"],["13539.945","17267.908"],["13568.757","17205.819"],["13583.497","17235.225"],["13516.635","17224.878"],["17280.895","11958.442"],["15705.980","17433.414"],["15595.461","17613.405"],["15602.879","17615.436"],["15721.087","17565.631"],["15717.551","17572.981"],["15666.633","17480.266"],["15646.721","17537.693"],["15633.267","17542.251"],["15715.483","17595.988"],["15717.506","17597.789"],["15672.340","17588.722"],["15678.706","17583.470"],["15704.319","17436.602"],["15632.449","17618.378"],["15522.150","17573.451"],["15622.303","17612.394"],["15631.125","17608.720"],["15716.350","17579.224"],["15689.743","17557.973"],["15696.683","17545.612"],["15598.899","17612.431"],["15552.153","17580.735"],["15610.800","17556.868"],["15613.356","17620.688"],["15705.549","17601.818"],["15712.934","17598.416"],["15690.219","17577.888"],["15671.567","17593.131"],["15625.784","17561.095"],["15594.425","17614.875"],["15698.168","17434.702"],["15723.011","17561.635"],["15709.760","17607.483"],["23327.321","6561.889"],["23374.462","6524.040"],["23400.411","6475.848"],["23425.460","6546.265"],["9786.090","14220.980"],["9726.885","14045.541"],["9828.291","14168.057"],["9819.281","14089.157"],["9796.960","14042.176"],["9690.690","14032.884"],["9666.538","14081.832"],["9635.788","14076.134"],["9642.585","14090.332"],["9706.261","14199.369"],["9649.772","14055.279"],["9623.844","14073.113"],["9655.678","14030.360"],["9730.520","14039.050"],["9821.893","14169.328"],["9819.330","14085.721"],["9805.677","14039.518"],["9663.149","14047.345"],["9636.361","14070.521"],["9695.337","14035.510"],["9670.321","14078.958"],["9644.061","14075.011"],["9652.799","14089.275"],["9701.590","14184.803"],["9638.736","14049.449"],["9650.925","14038.618"],["9657.095","14203.300"],["9663.411","14235.109"],["9648.213","14098.131"],["9638.493","14202.590"],["9671.421","14215.522"],["9640.384","14188.932"],["9637.747","14177.397"],["9650.297","14061.096"],["9777.122","14214.138"],["9731.301","14238.567"],["9728.357","14231.961"],["9722.420","14143.246"],["9697.478","14201.158"],["9706.614","14111.785"],["9759.430","14087.501"],["9747.092","14082.058"],["9744.953","14073.571"],["9779.774","14215.811"],["9727.264","14045.128"],["9817.781","14169.378"],["9824.873","14085.854"],["9793.687","14045.314"],["9627.265","14067.383"],["9686.298","14034.354"],["9669.038","14083.269"],["9640.524","14071.939"],["9641.977","14090.002"],["9709.073","14184.770"],["9651.992","14057.872"],["9659.724","14040.055"],["9652.079","14211.013"],["9622.079","14196.942"],["9625.286","14233.011"],["9656.931","14109.857"],["9639.184","14238.081"],["9742.320","14216.205"],["9754.590","14188.627"],["9725.694","14161.785"],["9728.617","14134.604"],["9735.166","14106.387"],["9788.047","14219.296"],["9725.964","14047.638"],["9741.342","14063.479"],["9813.916","14164.077"],["9827.610","14184.165"],["9796.318","14040.657"],["9627.002","14067.630"],["9688.354","14041.951"],["9670.206","14075.424"],["9637.712","14074.499"],["9653.243","14087.195"],["9709.534","14186.537"],["9641.713","14052.158"],["9656.780","14032.705"],["9638.477","14207.512"],["9635.056","14225.877"],["9687.595","14142.063"],["9762.091","14073.934"],["9650.582","14183.763"],["9751.489","14211.472"],["9726.936","14178.245"],["16744.823","17721.135"],["16647.049","17720.653"],["16674.927","17759.398"],["16636.648","17800.247"],["16586.257","17660.392"],["16653.486","17733.333"],["16668.463","17678.703"],["16626.341","17658.934"],["16763.112","17777.518"],["16722.273","17696.032"],["16619.532","17667.540"],["16696.358","17655.946"],["16620.536","17657.449"],["16578.309","17811.461"],["16666.480","17760.204"],["16723.310","17641.829"],["16615.042","17659.282"],["16645.947","17745.228"],["16693.693","17746.351"],["16631.648","17790.916"],["16713.984","17785.115"],["16698.885","17780.425"],["16693.825","17763.857"],["16629.861","17713.056"],["16612.191","17775.458"],["16574.234","17680.260"],["16669.342","17768.511"],["16732.257","17654.248"],["16735.431","17785.280"],["16664.006","17799.315"],["16676.851","17675.121"],["16594.822","17789.744"],["16588.839","17651.606"],["16644.917","17738.552"],["16586.555","17743.890"],["16584.723","17830.322"],["16668.108","17746.859"],["25267.341","17142.807"],["25281.955","17151.369"],["25285.073","17197.561"],["25278.935","17127.915"],["25272.358","17172.622"],["25287.488","17124.761"],["25292.630","17166.200"],["25285.130","17156.853"],["25290.263","17192.514"],["25270.353","17188.148"],["9336.242","12106.594"],["9343.882","12118.695"],["9401.666","12119.947"],["9391.883","12117.412"],["9372.431","12105.749"],["9238.040","11957.251"],["9205.700","11988.212"],["9261.542","12048.065"],["9314.525","12087.846"],["9388.754","11967.386"],["9383.420","12010.110"],["9342.229","12106.924"],["9357.679","12124.223"],["9381.357","12112.969"],["9377.661","12099.142"],["9232.431","11947.738"],["9200.210","11980.047"],["9222.077","11969.655"],["9310.049","11920.153"],["9203.825","11976.189"],["9272.990","12041.393"],["9319.394","12088.507"],["9374.510","11977.593"],["9384.901","12021.605"],["9389.413","12092.935"],["9262.106","11960.464"],["9218.448","12106.187"],["9241.426","12065.743"],["9234.761","12046.415"],["9284.106","12110.838"],["9305.062","12048.025"],["9302.110","12042.814"],["9289.870","12082.988"],["9290.454","12069.138"],["9287.673","11994.940"],["9222.361","12059.612"],["9212.983","12026.990"],["9216.187","12019.522"],["9310.318","12119.629"],["9333.380","12104.018"],["9344.342","12109.711"],["9374.470","12112.916"],["9229.602","11967.441"],["9223.821","11962.900"],["9206.243","11998.749"],["9255.342","12040.798"],["9339.690","12082.313"],["9402.994","12027.684"],["9380.497","11969.385"],["9388.486","12011.316"],["9284.033","11922.489"],["9287.813","12112.593"],["9331.892","12021.512"],["9394.215","12010.011"],["9257.677","12051.286"],["9332.184","12114.164"],["9361.673","12117.586"],["9367.612","12109.481"],["9385.123","12110.855"],["9231.445","11972.164"],["9217.859","11957.983"],["9292.401","11919.525"],["9214.631","11985.603"],["9325.249","12072.190"],["9383.705","11978.022"],["9385.624","12014.470"],["9224.252","11989.670"],["9390.300","11970.706"],["9203.315","11956.921"],["9390.135","11966.908"],["9372.351","12018.450"],["9906.511","10869.488"],["9937.827","10861.225"],["9918.534","10862.040"],["9842.334","10881.380"],["9851.775","10858.457"],["9875.041","10874.925"],["9863.216","10876.576"],["9996.575","10864.575"],["9985.440","10856.961"],["9981.772","10870.702"],["9954.736","10858.494"],["9937.958","10869.802"],["10027.731","10859.587"],["9857.235","10872.561"],["9887.015","10867.592"],["9882.212","10875.552"],["9892.558","10865.247"],["9859.817","10871.058"],["9978.285","10869.050"],["9920.705","10861.198"],["9938.353","10869.521"],["9864.735","10879.249"],["9999.573","10871.164"],["9880.568","10872.613"],["9876.604","10876.527"],["9884.943","10856.874"],["9991.779","10873.143"],["9948.766","10864.803"],["9911.199","10868.382"],["9895.206","10871.225"],["9855.749","10876.824"],["12528.034","13781.226"],["12530.964","13762.865"],["12528.400","13761.755"],["12504.340","13752.728"],["12497.354","13767.238"],["12516.327","13781.222"],["12484.582","13755.856"],["12482.290","13732.937"],["12457.342","13733.788"],["12455.583","13789.467"],["12390.958","13801.280"],["12401.164","13762.227"],["12385.869","13741.007"],["12424.904","13709.692"],["12440.350","13707.579"],["12443.240","13716.643"],["12397.747","13674.208"],["12371.468","13664.267"],["12358.634","13673.637"],["12375.914","13681.452"],["12383.239","13697.741"],["12437.129","13623.365"],["12431.486","13643.298"],["12444.320","13658.829"],["12460.141","13672.942"],["12486.413","13670.085"],["12481.704","13634.580"],["12509.631","13635.521"],["12537.351","13636.824"],["12565.491","13646.198"],["12540.217","13658.811"],["12539.943","13680.523"],["12538.127","13712.175"],["12513.970","13698.918"],["12421.493","13810.787"],["19492.891","16718.209"],["19505.925","16758.365"],["12117.330","13854.082"],["12078.010","13865.603"],["12075.375","13849.352"],["12112.249","13817.905"],["12029.019","13846.756"],["11991.057","13846.687"],["11982.826","13882.396"],["12006.167","13888.558"],["12032.589","13894.184"],["12085.761","13894.253"],["12070.952","13875.531"],["12113.517","13873.229"],["6890.789","16917.448"],["6913.634","16915.351"],["6905.525","16917.250"],["6918.963","16910.462"],["6932.097","16919.323"],["6947.640","16923.535"],["6935.361","16820.937"],["6938.059","16832.729"],["6942.461","16811.486"],["6954.846","16808.943"],["6949.837","16833.691"],["6956.004","16814.450"],["6938.997","16840.398"],["6933.635","16836.369"],["6980.746","16895.106"],["7085.626","16780.032"],["7091.579","16776.250"],["7060.888","16776.182"],["7068.585","16786.240"],["7060.570","16788.977"],["7063.369","16782.841"],["7066.411","16789.034"],["7065.709","16796.491"],["7052.749","16795.352"],["7057.798","16800.901"],["7055.167","16789.256"],["7090.148","16794.707"],["7077.763","16803.890"],["7071.283","16803.774"],["7078.713","16807.879"],["7083.220","16801.785"],["7090.078","16795.262"],["7092.840","16787.881"],["7086.984","16831.766"],["7080.142","16829.785"],["7089.110","16840.170"],["7075.422","16844.210"],["7029.600","16813.938"],["7011.429","16792.359"],["7012.804","16785.148"],["7022.764","16783.977"],["7035.801","16780.530"],["7031.420","16796.217"],["7024.496","16784.574"],["7024.167","16801.667"],["7043.515","16795.058"],["7053.054","16804.142"],["7053.729","16808.915"],["7031.811","16821.903"],["7032.962","16823.273"],["7057.011","16840.416"],["7060.021","16837.609"],["7070.811","16850.210"],["7077.750","16849.796"],["7076.270","16858.070"],["7082.292","16867.275"],["7092.342","16870.363"],["7026.919","16942.427"],["7046.519","16917.893"],["7023.523","16953.295"],["6998.474","16900.074"],["7010.102","16906.267"],["6974.573","16888.666"],["6948.850","16834.265"],["7062.654","16901.864"],["6904.391","16921.973"],["6904.358","16919.513"],["6933.988","16926.739"],["6937.064","16930.471"],["6944.533","16810.941"],["6940.537","16810.016"],["6957.863","16818.579"],["7055.918","16790.669"],["7069.323","16780.562"],["7046.828","16790.414"],["7076.447","16805.871"],["7084.539","16805.541"],["7086.671","16830.148"],["7092.362","16832.790"],["7082.988","16843.516"],["7084.649","16830.123"],["7067.890","16821.557"],["7064.370","16818.749"],["7025.784","16821.271"],["7012.646","16804.365"],["7016.643","16798.701"],["7045.916","16775.988"],["7024.710","16800.940"],["7026.700","16804.029"],["7033.926","16804.076"],["7035.051","16831.911"],["7038.423","16808.377"],["7064.380","16826.296"],["7058.607","16841.341"],["7067.931","16856.501"],["7084.971","16854.784"],["7084.579","16865.723"],["7088.904","16876.210"],["7045.679","16937.706"],["7040.159","16948.438"],["6975.250","16899.017"],["6990.826","16925.590"],["6971.169","16826.833"],["7004.360","16871.061"],["7082.309","16967.775"],["7078.625","16906.340"],["6980.908","16925.689"],["6970.988","16825.347"],["7034.230","16973.347"],["7057.901","16957.537"],["7016.780","16909.322"],["6958.619","16871.986"],["7043.638","16976.270"],["7059.250","16979.005"],["18964.395","12545.326"],["18958.325","12539.099"],["19006.652","12539.313"],["9336.319","13148.523"],["9229.588","13051.267"],["9320.053","13107.119"],["9229.012","13021.853"],["2961.593","15935.083"],["2982.218","15934.637"],["3080.846","16100.596"],["3079.481","16110.059"],["3071.981","16077.607"],["3019.327","16068.661"],["3034.820","16105.605"],["3070.165","16090.626"],["3048.702","16095.399"],["3018.241","16069.420"],["3071.070","16065.787"],["2962.268","15931.169"],["2962.827","15932.771"],["3070.599","16085.716"],["3085.961","16128.507"],["3090.830","16074.634"],["3017.254","16101.097"],["3025.889","16067.752"],["3026.152","16073.582"],["3031.942","16119.313"],["3023.471","16081.609"],["3014.886","16104.862"],["8590.815","16510.251"],["8618.731","16531.220"],["8593.126","16516.048"],["8571.533","16531.810"],["8607.604","16539.095"],["8600.099","16542.531"],["8615.024","16445.783"],["8622.063","16451.455"],["8640.674","16458.861"],["8647.063","16469.809"],["8640.144","16481.589"],["8634.404","16471.746"],["8584.280","16454.817"],["8596.369","16438.863"],["8668.387","16562.378"],["8744.055","16515.986"],["8775.452","16500.530"],["8711.401","16442.465"],["8695.958","16445.194"],["8703.589","16459.579"],["8627.026","16407.648"],["8619.246","16412.603"],["8611.285","16392.810"],["8689.241","16536.271"],["8657.828","16525.428"],["8567.657","16527.946"],["8605.271","16534.382"],["8597.395","16556.985"],["8605.671","16550.092"],["8602.417","16439.806"],["8569.621","16514.498"],["8592.349","16464.178"],["8592.246","16484.017"],["8598.851","16439.069"],["8594.590","16451.750"],["8625.851","16482.977"],["8629.749","16480.797"],["8583.639","16437.294"],["8592.257","16434.157"],["8659.304","16543.336"],["8645.032","16554.021"],["8743.792","16510.602"],["8762.716","16470.184"],["8754.723","16485.299"],["8716.061","16495.394"],["8743.357","16479.418"],["8739.632","16464.577"],["8733.983","16462.461"],["8750.200","16458.893"],["8730.875","16460.269"],["8706.993","16443.473"],["8713.651","16471.007"],["8709.383","16457.501"],["8688.035","16468.996"],["8700.316","16460.273"],["8699.510","16446.499"],["8679.595","16438.941"],["8663.136","16429.412"],["8660.602","16443.696"],["8648.860","16412.375"],["8639.672","16416.792"],["8622.618","16397.524"],["8621.335","16393.685"],["8600.627","16420.182"],["8583.821","16408.397"],["8580.595","16376.690"],["8575.047","16412.442"],["8690.278","16539.458"],["8676.565","16531.031"],["8662.697","16515.982"],["8705.045","16529.896"],["8569.413","16525.945"],["8598.330","16514.148"],["8622.226","16460.985"],["8615.140","16551.287"],["8603.986","16546.968"],["8604.002","16546.968"],["8602.855","16518.955"],["8623.940","16541.559"],["8633.881","16560.443"],["8609.673","16534.807"],["8594.488","16557.016"],["8605.335","16514.461"],["8608.408","16529.403"],["8597.108","16514.790"],["8607.365","16508.529"],["8598.461","16504.573"],["24613.079","7990.838"],["24739.450","7986.139"],["24652.277","7960.295"],["24583.435","7944.269"],["24581.527","8081.167"],["24633.699","7948.595"],["24677.524","7992.301"],["24609.998","7920.388"],["24733.578","7954.479"],["24648.264","7966.835"],["24636.379","7913.730"],["24650.227","8104.795"],["24574.325","8086.767"],["24576.081","8043.102"],["24766.386","8039.407"],["24728.957","7979.136"],["24657.350","7897.893"],["24649.793","7963.300"],["24660.490","8099.972"],["24579.077","8045.673"],["24720.733","7968.385"],["24664.291","7903.608"],["24696.159","7988.618"],["24591.182","7933.353"],["24678.270","8098.899"],["24579.098","8078.737"],["24751.173","7909.361"],["24714.582","7987.856"],["24630.266","7980.400"],["24696.915","8007.941"],["24635.817","7949.626"],["24610.919","7943.807"],["24599.109","8049.507"],["24759.084","7911.475"],["24766.320","8018.730"],["24687.509","7943.331"],["24665.698","7986.306"],["24618.383","7950.485"],["24597.991","7898.225"],["24573.502","8045.809"],["24569.122","8046.128"],["24753.706","7916.776"],["23348.360","8448.443"],["23353.308","8420.888"],["18869.560","12796.255"],["18817.220","12828.839"],["18799.209","12851.351"],["18803.835","12780.982"],["18798.263","12797.514"],["18846.665","12826.329"],["18811.133","12858.584"],["18716.829","12945.312"],["18774.887","12778.918"],["18762.076","12764.204"],["18858.820","12812.654"],["18802.227","12813.220"],["18800.311","12880.054"],["18793.637","12785.623"],["18748.524","12783.080"],["18855.498","12823.835"],["18804.151","12833.864"],["18838.207","12804.958"],["18818.584","12860.748"],["18796.861","12780.404"],["18756.517","12763.295"],["18855.086","12825.569"],["18747.664","12833.174"],["18838.507","12873.686"],["18718.918","12928.780"],["18788.868","12788.100"],["18872.603","12792.241"],["18818.173","12867.866"],["18717.306","12949.936"],["18739.692","12777.829"],["19978.666","11900.620"],["19941.057","11800.496"],["20024.897","11822.664"],["19990.484","11741.768"],["20000.113","11839.169"],["19960.257","11908.908"],["19937.433","11850.982"],["19973.764","11891.289"],["20040.835","11788.890"],["19977.951","11740.050"],["19999.554","11845.527"],["19942.170","11849.165"],["20004.718","11891.074"],["19990.611","11813.862"],["20059.683","11791.417"],["19969.069","11804.674"],["20051.640","11743.224"],["19954.103","11732.965"],["19996.807","11851.902"],["20000.508","11894.955"],["19969.443","11814.192"],["19963.378","11802.939"],["20044.930","11819.295"],["20037.528","11747.370"],["19963.494","11759.456"],["20008.682","11859.466"],["19948.514","11909.255"],["19946.742","11853.674"],["19989.422","11885.211"],["19973.324","11815.348"],["19973.871","11767.399"],["19958.379","11738.233"],["20010.393","11864.355"],["19963.958","11908.710"],["19941.627","11857.026"],["19961.471","11752.470"],["19992.778","11842.340"],["31808.236","10390.663"],["31798.680","10427.261"],["31832.821","10329.558"],["31759.811","10358.228"],["31790.779","10411.875"],["31736.832","10388.621"],["31845.339","10421.486"],["31905.843","10378.472"],["31904.922","10389.240"],["31934.453","10345.941"],["31909.753","10280.429"],["31909.054","10409.237"],["31824.190","10385.147"],["31853.326","10331.373"],["31756.012","10343.513"],["31741.881","10419.967"],["31772.621","10381.999"],["31823.810","10386.639"],["31860.520","10417.903"],["31852.521","10350.083"],["31844.905","10356.243"],["31903.154","10303.695"],["31904.272","10325.330"],["31760.516","10371.363"],["31830.259","10430.878"],["31871.155","10366.119"],["15908.779","16020.971"],["15898.498","16093.452"],["15903.844","16091.041"],["15923.131","16036.097"],["15928.177","16029.855"],["15919.150","16044.460"],["15931.032","16078.778"],["15912.249","16013.791"],["15923.336","16057.158"],["15907.448","15996.043"],["15920.470","16032.541"],["15896.286","16079.740"],["13756.085","9587.569"],["13754.013","9571.730"],["13814.627","9570.724"],["13810.844","9547.949"],["13777.862","9579.592"],["13766.365","9582.796"],["13799.885","9544.579"],["13813.426","9548.890"],["13794.737","9580.434"],["13769.720","9572.705"],["13770.378","9569.270"],["13745.756","9569.451"],["15725.535","18558.887"],["15786.958","18629.480"],["15736.728","18663.997"],["15750.931","18561.447"],["15759.803","18636.697"],["15737.550","18660.198"]] \ No newline at end of file diff --git a/src/gathering/10223.json b/src/gathering/10223.json new file mode 100644 index 0000000..4a28933 --- /dev/null +++ b/src/gathering/10223.json @@ -0,0 +1 @@ +[["13983.316","14601.118"],["13917.241","14513.283"],["13979.571","14594.765"],["13937.679","14541.099"],["9417.758","18971.206"],["9440.037","19092.977"],["9423.314","18965.591"],["6309.146","14937.927"],["6317.866","14942.230"],["6307.627","14955.654"],["6275.612","14925.360"],["6283.474","14931.182"],["6306.123","14911.818"],["6318.631","14897.000"],["6352.593","14940.462"],["6279.142","14888.430"],["6263.525","15059.776"],["6277.039","15069.212"],["6251.791","15024.309"],["6257.960","15016.586"],["6357.729","15029.058"],["6385.861","15032.638"],["6322.563","15046.258"],["6332.034","15036.339"],["6313.495","15012.387"],["6353.015","15043.702"],["6288.923","15079.885"],["6265.238","15065.925"],["8445.172","15999.958"],["8427.015","16102.731"],["8499.682","16030.753"],["8458.428","16022.062"],["8472.981","16042.284"],["8476.924","16049.073"],["8488.745","16052.673"],["8478.294","16066.382"],["8420.166","16093.449"],["13722.183","13473.004"],["13804.987","13521.267"],["13741.956","13569.370"],["13814.001","13413.352"],["13684.812","13518.334"],["10292.357","16393.828"],["10279.404","16383.043"],["10273.201","16390.722"],["10274.943","16397.480"],["7707.978","17156.130"],["7704.089","17195.430"],["7531.453","17179.195"],["7728.718","17202.874"],["12088.194","16073.682"],["13763.742","14463.390"],["13819.341","14452.514"],["13765.087","14476.155"],["7998.993","14725.705"],["7667.734","12394.989"],["8849.173","18353.229"],["8842.120","18345.051"],["8874.208","18331.597"],["8896.321","18391.331"],["8949.809","18312.130"],["8899.809","18327.704"],["8943.230","18262.501"],["8834.212","18266.273"],["8824.952","18291.822"],["8857.504","18258.903"],["8850.991","18262.090"],["8847.982","18303.787"],["8851.304","18284.365"],["8900.766","18266.010"],["8898.677","18275.771"],["10638.554","15649.150"],["10610.796","15626.164"],["10607.304","15608.792"],["10638.238","15636.394"],["10588.837","15579.783"],["10651.366","15577.467"],["10645.245","15564.714"],["10638.933","15583.189"],["10594.632","15514.992"],["10667.051","15682.528"],["10648.815","15628.323"],["10666.334","15686.205"],["10637.630","15704.930"],["10549.368","15590.127"],["10593.751","15595.755"],["10645.883","15591.499"],["5482.377","17486.861"],["5487.028","17419.388"],["5458.091","17504.397"],["5461.449","17568.062"],["5504.846","17614.461"],["5564.530","17606.391"],["5611.672","17444.672"],["10503.322","15267.693"],["10671.982","15213.373"],["10569.451","15109.476"],["10596.318","15145.933"],["10508.507","15294.377"],["10496.796","15188.861"],["10544.672","15257.777"],["8106.973","19386.296"],["8125.009","19342.551"],["8052.601","19389.616"],["7985.885","19392.921"],["8106.594","19447.457"],["8015.560","19458.386"],["8065.238","19368.264"],["8047.391","19377.527"],["8112.415","19336.821"],["7961.261","19445.652"],["8010.574","19486.015"],["8076.041","19464.828"],["9004.808","14856.431"],["9032.012","14757.477"],["9016.602","14695.021"],["9012.726","14804.628"],["14944.980","9399.319"],["14977.067","9396.511"],["14924.487","9435.823"],["14957.001","9424.405"],["8613.940","18880.675"],["8639.473","18880.778"],["8712.384","18775.494"],["8715.571","18711.717"],["8730.802","18814.200"],["8774.135","18824.497"],["8640.779","18829.720"],["8627.946","18779.620"],["8745.411","18881.858"],["10114.026","13599.704"],["10160.568","13414.434"],["10211.841","13482.358"],["10151.555","13401.007"],["10127.075","13554.119"],["9784.913","11999.676"],["9797.738","11939.231"],["9672.375","12083.492"],["9671.492","11971.262"],["9767.594","11976.696"],["9632.391","12044.251"],["10110.033","15967.866"],["10078.083","15989.585"],["10204.278","16024.934"],["10229.948","16135.411"],["10201.639","15972.426"],["6528.976","14694.020"],["6656.361","14781.509"],["6607.035","14674.424"],["6611.486","14811.799"],["6523.828","14782.261"],["6564.453","14681.584"],["6567.491","14870.843"],["6558.088","14686.777"],["6664.230","14664.290"],["6633.838","14799.429"],["4340.761","11345.889"],["6179.134","18804.021"],["14160.626","15821.426"],["14133.178","15775.147"],["14107.171","15743.889"],["6518.150","18822.751"],["6509.528","18835.929"],["6508.336","18738.234"],["6593.396","18710.158"],["6663.533","18778.409"],["6666.558","18762.931"],["6667.531","18768.943"],["6660.115","18780.860"],["6646.212","18783.658"],["6641.131","18825.566"],["6590.222","18812.450"],["6582.300","18791.134"],["6592.234","18789.602"],["6606.600","18783.931"],["14751.982","8736.177"],["14724.154","8710.842"],["14748.402","8740.026"],["14725.618","8666.069"],["8178.289","10596.530"],["8214.227","10557.739"],["8213.874","10520.255"],["8261.417","10453.017"],["8255.149","10462.850"],["8255.321","10630.967"],["9040.396","14596.641"],["9088.277","14582.821"],["9137.181","14520.478"],["9093.731","14488.411"],["9115.968","14655.021"],["9066.809","14560.067"],["9018.684","14594.023"],["8697.727","18340.390"],["8671.674","18341.777"],["8676.612","18411.251"],["8679.704","18387.023"],["8612.405","18354.226"],["8649.297","18353.199"],["8576.642","18345.083"],["8736.569","18445.023"],["8718.658","18449.548"],["5176.785","18925.815"],["9665.604","16273.232"],["9744.815","16286.480"],["9798.882","16230.996"],["9777.081","16211.232"],["9773.350","16155.817"],["9706.036","16143.731"],["8147.055","16551.248"],["9811.871","12512.024"],["9721.046","12410.727"],["9812.881","12495.028"],["9708.196","12528.926"],["10895.171","15483.647"],["11048.830","15485.572"],["6326.316","17681.174"],["6290.113","17733.222"],["6302.472","17768.260"],["6287.174","17805.309"],["6289.574","17831.249"],["6410.196","17788.757"],["6420.483","17771.572"],["6423.242","17736.601"],["6428.227","17730.221"],["6449.412","17696.582"],["6710.782","18774.570"],["6710.507","18770.363"],["6677.244","18822.923"],["6728.453","18876.567"],["6718.190","18879.870"],["6722.905","18766.940"],["6745.242","18769.071"],["6763.934","18790.149"],["6676.644","18852.752"],["13244.210","17497.470"],["13204.013","17526.009"],["7400.821","13790.386"],["7434.834","13781.665"],["7374.111","13626.725"],["7506.810","13713.425"],["7317.035","13728.511"],["7358.829","13694.384"],["7447.992","13794.564"],["7245.212","14457.770"],["7277.021","14515.637"],["14259.472","15312.194"],["14300.113","15313.286"],["14268.029","15342.708"],["14276.115","15355.858"],["14332.625","15340.694"],["3195.599","8262.048"],["3195.165","8264.842"],["3136.629","8298.817"],["3176.983","8274.857"],["9979.230","15313.050"],["9894.977","15471.013"],["9931.009","15482.369"],["9834.243","15456.750"],["10019.611","15408.000"],["9958.613","15359.801"],["12056.806","17797.275"],["12072.778","17747.006"],["12054.882","17808.241"],["12067.268","17730.556"],["7321.877","12698.457"],["7304.085","12557.459"],["7309.130","12699.662"],["7326.458","12598.713"],["8828.342","17015.403"],["11612.214","15954.298"],["5311.609","16443.975"],["14341.977","9291.293"],["10236.665","7910.972"],["13587.214","12691.516"],["4780.207","18386.795"],["4777.804","18419.381"],["4808.422","18399.076"],["4809.297","18436.071"],["4804.862","18411.512"],["4783.635","18462.804"],["4904.457","18451.378"],["4890.069","18438.395"],["4873.937","18436.150"],["4844.176","18438.986"],["4816.100","18447.495"],["4784.015","18325.174"],["4796.030","18357.414"],["9903.487","12051.250"],["9944.079","12067.369"],["9885.710","11931.465"],["9951.713","11943.422"],["9944.135","11973.897"],["9962.182","11991.679"],["9989.659","11997.131"],["9988.412","12030.656"],["9962.097","12018.663"],["9950.637","12027.714"],["9944.409","12070.107"],["9928.663","12017.182"],["11971.419","15921.696"],["6202.407","13971.557"],["6229.034","13865.989"],["6220.631","13883.481"],["12307.870","16109.617"],["12222.170","16090.073"],["12250.187","16140.407"],["12276.747","16010.701"],["12215.175","16016.904"],["12221.178","16081.806"],["6831.120","13120.627"],["6786.425","13135.646"],["6772.875","13158.361"],["6744.972","13094.019"],["6755.411","13026.041"],["6844.097","13148.653"],["9164.609","13985.304"],["13759.536","14850.598"],["13670.491","14841.807"],["13740.849","14792.892"],["7614.830","16399.636"],["7687.906","16355.028"],["7684.682","16470.321"],["7679.666","16391.807"],["7688.301","16400.065"],["7855.624","17917.744"],["7798.002","18033.306"],["7822.180","18040.292"],["7768.131","18007.250"],["7796.108","18019.966"],["7758.618","17991.060"],["7734.457","18015.123"],["7728.478","18035.606"],["5246.300","17974.155"],["5336.655","17912.784"],["5396.276","17835.750"],["5270.403","17894.850"],["5269.754","17868.192"],["5353.074","18011.575"],["5279.410","17973.465"],["5223.255","17872.522"],["5219.375","17925.736"],["5254.851","17960.945"],["5273.148","17889.114"],["5276.127","17878.930"],["9539.620","18374.746"],["9591.627","18401.269"],["9530.048","18391.261"],["9557.548","18372.582"],["10578.765","13695.356"],["10563.113","13772.677"],["7962.014","13676.156"],["7996.087","13617.898"],["8057.634","13618.604"],["4387.981","11356.030"],["4449.599","11364.818"],["4470.421","11299.817"],["4425.487","11309.112"],["4551.556","11292.090"],["6228.651","17167.369"],["6186.865","17177.807"],["12075.789","12965.472"],["10798.663","16581.177"],["10754.718","16619.055"],["10806.557","16707.846"],["10854.954","16680.680"],["6796.244","13632.831"],["6753.009","13683.781"],["6751.764","13654.676"],["6732.921","13656.453"],["6724.883","13639.964"],["6780.169","13620.962"],["6841.199","13615.603"],["11803.993","16611.299"],["11809.974","16586.835"],["11887.335","16576.166"],["11904.237","16659.500"],["12157.806","16937.354"],["12186.464","16887.363"],["7242.578","14115.853"],["7269.676","14171.946"],["7272.546","14188.739"],["7296.681","14185.791"],["7298.504","14160.892"],["7286.048","14144.056"],["7290.120","14134.896"],["7219.918","14187.054"],["7200.104","14159.688"],["7180.407","14164.800"],["7166.312","14180.245"],["7162.944","14167.256"],["7248.106","14076.579"],["7247.035","14093.992"],["7260.399","14100.254"],["7259.305","14121.817"],["6612.632","17167.305"],["6629.942","17167.012"],["6617.376","17147.171"],["5527.959","14386.149"],["10944.640","14826.835"],["7063.577","16132.874"],["7087.352","16036.290"],["6997.354","16027.661"],["7004.209","15972.969"],["7026.121","16000.951"],["7062.454","15998.278"],["7065.121","16118.071"],["7045.790","16130.627"],["7031.496","16097.286"],["6988.171","16042.371"],["6923.695","16068.006"],["6905.844","16137.144"],["6902.239","16135.683"],["12795.897","15119.162"],["12857.526","15229.849"],["12812.052","15243.285"],["8075.274","18890.436"],["7996.267","18897.499"],["8030.052","18937.475"],["7947.847","19076.102"],["8080.379","18973.666"],["8055.812","19021.267"],["7953.537","8410.035"],["7980.894","8522.731"],["9571.381","16794.072"],["9448.846","16874.677"],["9481.103","16848.411"],["9578.036","16835.539"],["5343.459","18903.776"],["5242.869","18926.552"],["5370.330","18897.755"],["5379.656","18897.755"],["5320.365","18915.739"],["5300.892","18920.462"],["5384.771","18918.135"],["5321.928","18915.706"],["5323.683","18905.365"],["5352.815","18898.329"],["8250.141","11752.910"],["8249.841","11833.671"],["8320.272","11850.106"],["8321.164","11825.277"],["11522.215","16304.985"],["9735.384","14256.578"],["9668.241","14295.464"],["9648.427","14239.964"],["9782.070","14338.446"],["9749.820","14238.616"],["4603.824","11140.047"],["7939.199","19734.253"],["8123.431","19648.940"],["13893.132","13731.525"],["13909.690","13754.474"],["12834.180","17674.361"],["9859.298","15934.496"],["9917.340","15952.693"],["9937.528","16072.956"],["9985.849","16053.466"],["8386.911","15835.210"],["8446.744","15880.281"],["8392.097","15778.630"],["12421.198","14194.988"],["12561.905","14220.890"],["12404.693","14229.315"],["12455.761","14200.306"],["13684.075","9555.503"],["13766.193","9450.875"],["13634.883","9558.579"],["13817.135","9496.742"],["13739.239","9498.046"],["13785.354","9476.193"],["13642.723","9494.690"],["11297.346","14713.794"],["11296.658","14779.325"],["11231.683","14823.058"],["11208.369","14791.615"],["11228.632","14675.025"],["15500.601","11977.498"],["15462.173","12068.219"],["15376.527","11977.440"],["15415.025","11992.319"],["15369.774","12023.377"],["15342.118","12119.741"],["9418.869","12015.037"],["9526.891","11996.538"],["9512.050","12039.794"],["9414.609","11920.997"],["9424.523","12110.711"],["9424.665","12018.114"],["9471.999","11970.710"],["9488.153","11991.787"],["7963.887","13386.964"],["7995.705","13295.022"],["7956.947","13303.622"],["8055.831","13301.338"],["8093.328","13311.974"],["8135.430","13286.480"],["8107.106","13260.889"],["14130.859","12875.179"],["14080.083","12832.123"],["14082.473","12965.896"],["14096.850","12890.537"],["13965.763","15440.855"],["14035.868","15418.514"],["6371.257","19049.495"],["6429.877","19067.474"],["6399.721","19053.471"],["10486.335","7607.952"],["3044.754","13073.725"],["3047.616","13064.626"],["15340.516","5252.525"],["15316.803","5202.814"],["15346.979","5202.616"],["8105.185","14335.871"],["8068.579","14322.073"],["8010.931","17079.411"],["8072.683","16993.682"],["7961.410","16998.043"],["8084.423","17010.078"],["8543.619","14130.944"],["8524.425","14117.088"],["8362.053","14057.016"],["8466.008","14196.925"],["8388.902","14204.862"],["8542.073","14051.456"],["8367.070","14038.056"],["7728.742","15688.647"],["7832.665","15630.572"],["7861.521","15631.341"],["7793.101","15672.027"],["7806.147","15577.290"],["7726.587","15685.905"],["7841.781","15615.387"],["7799.668","15659.750"],["7794.399","15686.795"],["7873.684","15521.118"],["7858.846","15517.365"],["7881.164","15708.292"],["7870.697","15703.907"],["6157.671","14495.999"],["6045.664","14494.349"],["6200.453","14600.605"],["6199.723","14460.403"],["6101.789","14494.296"],["6058.740","14489.378"],["6217.032","14600.423"],["6093.136","14587.705"],["6061.641","14587.218"],["6053.238","14547.373"],["12990.389","17715.564"],["13122.874","17623.290"],["13124.522","17804.998"],["13179.756","17680.614"],["13165.483","17630.636"],["13037.954","17717.083"],["13189.980","17785.066"],["13067.348","17671.151"],["13107.548","17826.633"],["13195.809","17732.752"],["5407.769","18378.287"],["5403.023","18409.987"],["12660.957","14483.439"],["12707.056","14556.253"],["12660.514","14625.433"],["12771.396","14658.235"],["7485.655","18338.975"],["7416.720","18466.409"],["7346.574","18387.952"],["7304.241","18332.534"],["7308.764","18314.106"],["7343.875","18379.396"],["7309.920","18454.944"],["7386.084","18438.878"],["12154.678","15323.257"],["12146.826","15430.295"],["12340.123","15393.247"],["9767.011","12984.875"],["9774.880","13149.276"],["13402.604","12905.679"],["13215.393","12793.160"],["13392.158","12898.077"],["13401.289","12908.595"],["13230.212","12858.412"],["12462.466","13379.737"],["12508.887","13292.805"],["12452.768","13257.108"],["12508.196","13213.034"],["12388.944","13352.729"],["12491.646","13371.017"],["13991.387","8763.190"],["13882.632","8778.163"],["13944.310","8836.786"],["13918.422","8789.625"],["14037.388","8788.927"],["13894.441","8755.672"],["15176.001","9333.607"],["15164.890","9324.923"],["15158.402","9329.494"],["15205.400","9291.496"],["5731.409","17987.879"],["5802.452","18028.294"],["14809.271","8958.781"],["14801.869","9104.863"],["14714.654","8986.417"],["14768.300","8954.454"],["14840.715","9003.822"],["14802.790","9096.754"],["13301.167","15166.484"],["13278.355","15147.344"],["13339.012","15249.805"],["13208.324","15171.911"],["7353.960","15630.547"],["7365.917","15632.479"],["7322.130","15649.445"],["7336.883","15646.076"],["7361.651","15664.261"],["7368.302","15634.577"],["7316.642","15685.493"],["7313.830","15650.927"],["7316.012","15657.026"],["7331.390","15642.294"],["7494.551","15508.014"],["7266.555","15866.721"],["7302.770","15854.113"],["5569.046","8853.058"],["5585.938","8829.887"],["7211.692","13778.263"],["7142.415","13731.773"],["7268.929","13622.845"],["7127.020","13667.991"],["7263.206","13625.521"],["11326.234","17214.083"],["11384.065","17260.722"],["11314.217","17230.035"],["11320.968","17244.099"],["11311.317","17380.919"],["11497.984","17352.744"],["11477.226","17226.246"],["12507.206","16132.126"],["12387.601","16103.201"],["12402.759","15967.175"],["12365.810","16017.803"],["12456.127","16032.412"],["7830.185","19327.594"],["12638.801","14683.188"],["8240.283","13668.778"],["8280.172","13639.049"],["8284.046","13696.286"],["8255.025","13714.872"],["8219.045","13740.217"],["8205.085","13760.455"],["8278.747","13803.672"],["8281.747","13748.293"],["8350.015","13719.171"],["8344.112","13749.614"],["8192.496","13751.497"],["8193.026","13758.361"],["8196.822","13763.754"],["8229.203","13780.971"],["8210.684","13784.928"],["8155.223","13653.178"],["8511.988","16431.207"],["8174.659","14371.175"],["8187.249","14305.664"],["8253.543","14249.645"],["5396.714","15126.691"],["10514.976","16810.360"],["10495.481","16909.867"],["10615.704","16931.427"],["10546.581","16834.381"],["10500.908","16965.078"],["10480.072","16927.431"],["10487.429","16879.000"],["10495.507","16870.641"],["10532.808","16918.615"],["10587.683","16936.784"],["10550.509","16889.959"],["10600.183","16932.805"],["10601.115","16941.372"],["10629.542","16978.725"],["5850.918","14187.848"],["5863.912","14204.545"],["5940.756","14204.823"],["5937.046","14224.601"],["5854.851","14139.687"],["5909.292","14161.520"],["6011.421","14212.429"],["14446.717","9727.320"],["14427.887","9666.877"],["14436.515","9673.432"],["14394.154","9752.755"],["14389.760","9594.213"],["14448.779","9651.830"],["14443.463","9660.676"],["14376.423","9736.653"],["14427.959","9601.739"],["13243.182","14940.372"],["13252.349","14899.183"],["13199.989","14950.924"],["10075.410","17296.825"],["10064.050","17207.100"],["10105.640","17244.769"],["6564.037","14888.961"],["12847.015","17297.942"],["12852.928","17268.294"],["12823.904","17281.584"],["5702.560","11377.148"],["5662.823","11296.343"],["5750.204","11416.996"],["9429.140","17028.988"],["9433.950","17098.044"],["9437.391","17118.465"],["9420.459","17128.907"],["9420.459","17128.907"],["6046.288","9213.100"],["6072.488","9267.751"],["6126.084","9284.663"],["8161.515","19750.189"],["8175.659","19747.892"],["8224.052","19759.007"],["8310.653","19789.210"],["8297.414","19768.212"],["4589.312","9425.527"],["4591.419","9395.839"],["4739.887","9510.202"],["4725.651","9425.654"],["4633.031","9517.395"],["4643.574","9526.446"],["4598.026","9477.521"],["4678.913","9422.522"],["4570.382","9498.546"],["4723.044","9473.532"],["10093.261","15204.872"],["10078.557","15153.169"],["10177.031","15269.394"],["10199.420","15265.224"],["10195.171","15228.039"],["10185.340","15225.456"],["10165.996","15218.279"],["10171.659","15202.494"],["10166.283","15205.805"],["10228.666","15227.647"],["10239.880","15199.165"],["10243.739","15157.106"],["12568.822","13596.873"],["12583.181","13552.495"],["12589.944","13537.364"],["12646.229","13529.868"],["12677.381","13419.477"],["12599.776","13416.249"],["7188.012","17326.870"],["7197.405","17242.912"],["6054.753","9570.654"],["6241.781","9524.385"],["6143.743","9551.416"],["15730.287","12088.285"],["10460.093","15892.965"],["10460.076","15892.982"],["10460.093","15892.982"],["10309.479","15913.755"],["10409.520","15851.249"],["9934.930","17675.876"],["9900.764","17679.126"],["12968.242","17614.605"],["12980.301","17511.897"],["12954.195","17593.367"],["5470.831","17279.467"],["5448.005","17227.214"],["5469.686","17409.286"],["9122.044","16437.400"],["9102.538","16452.066"],["9059.444","16379.825"],["9126.650","16383.656"],["9146.654","16442.754"],["9145.218","16377.337"],["9645.625","12134.005"],["9789.355","12161.065"],["9789.552","12139.562"],["9788.387","12178.946"],["9750.558","12255.709"],["9668.457","12318.062"],["9812.069","12251.125"],["9823.756","12199.092"],["9829.052","12195.089"],["9815.607","12166.165"],["9690.421","12254.881"],["9646.918","12305.233"],["9654.400","12285.548"],["13336.637","14586.377"],["13266.084","14496.102"],["13206.155","14544.498"],["13250.250","14573.260"],["13278.534","14492.650"],["13239.345","14541.492"],["13310.668","14655.752"],["13355.058","14581.571"],["13388.293","14632.609"],["13298.457","14592.996"],["13751.055","12661.148"],["13779.535","12725.614"],["13760.801","12729.165"],["6264.471","9582.259"],["6421.388","9470.167"],["6424.891","9478.921"],["6448.450","9481.411"],["6265.934","9563.167"],["6452.957","9493.252"],["6427.308","9468.747"],["6397.768","9412.222"],["6353.024","9162.706"],["6320.741","9140.761"],["6351.215","9126.372"],["6278.767","9138.631"],["6260.647","9152.810"],["10516.006","16675.791"],["10612.942","16706.086"],["10613.604","16758.315"],["10581.832","16678.657"],["6849.613","13023.059"],["6865.966","13085.506"],["6804.033","13046.838"],["6872.792","13008.141"],["7500.957","15987.307"],["7307.475","16019.366"],["7355.987","16016.847"],["7469.295","16046.324"],["7483.588","16011.712"],["12572.682","14332.206"],["12579.267","14414.606"],["11719.436","14431.960"],["11646.285","14435.431"],["11629.583","14322.843"],["11553.637","14436.257"],["11672.413","14436.132"],["8958.767","16509.783"],["8925.582","16517.084"],["12486.214","14992.370"],["14422.044","8501.200"],["14357.650","8486.423"],["14379.247","8410.875"],["14438.097","8493.008"],["14433.064","8433.443"],["14306.669","8459.898"],["14370.414","8426.151"],["12429.526","15524.112"],["12444.396","15589.908"],["5766.309","17570.108"],["5685.199","17477.044"],["5630.102","17445.293"],["5665.398","17442.036"],["5676.100","17430.015"],["5637.752","17421.696"],["5647.606","17435.173"],["5678.420","17457.982"],["14314.997","14664.465"],["14253.030","14818.730"],["14307.226","14691.570"],["14434.123","14753.209"],["14431.119","14746.264"],["14298.350","14750.818"],["14272.213","14807.532"],["14318.063","14782.429"],["14253.485","14705.190"],["14344.170","14665.978"],["14452.823","14744.638"],["7232.998","17161.824"],["7207.678","17111.164"],["7202.786","17000.195"],["12360.414","14950.245"],["12356.933","14960.792"],["12451.124","14944.285"],["12458.004","14966.592"],["12457.090","14980.820"],["12501.198","15039.294"],["12525.531","15068.394"],["12527.672","15072.718"],["7315.578","13319.817"],["7363.999","13314.492"],["7323.864","13220.438"],["8996.290","15866.464"],["9024.472","15911.842"],["14376.426","15260.640"],["14351.793","15288.447"],["14443.496","15259.074"],["14276.571","15247.759"],["14309.571","15254.269"],["14406.331","15244.820"],["14333.196","15284.384"],["14322.604","15239.548"],["14402.639","15236.453"],["14388.810","15264.316"],["14263.095","15132.575"],["14280.554","15226.016"],["14260.438","15230.786"],["14342.788","15239.076"],["14349.273","15131.271"],["14449.956","15182.515"],["14417.193","15241.969"],["14441.074","15173.707"],["14316.242","15235.142"],["14415.615","15155.837"],["14372.548","15148.188"],["14368.907","15228.306"],["14315.838","15119.185"],["13217.634","11711.953"],["8005.286","13566.557"],["8103.271","13420.803"],["8100.510","13466.519"],["7937.491","13486.180"],["8032.737","13436.734"],["8082.862","13442.142"],["12282.374","15161.490"],["12295.692","15162.320"],["12309.965","15152.249"],["12252.015","15155.233"],["12265.450","15160.589"],["12288.755","15161.815"],["12285.741","15151.148"],["12264.500","15097.533"],["12261.118","15093.877"],["12275.051","15088.714"],["12269.249","15084.848"],["12268.489","15092.806"],["12250.378","15258.826"],["12312.266","15143.625"],["12294.260","15152.742"],["12286.016","15087.322"],["8817.227","14743.340"],["8987.085","14848.949"],["8857.237","14686.212"],["8851.247","14862.787"],["8818.610","14845.498"],["8960.558","14686.237"],["8955.161","14709.616"],["8932.983","14704.931"],["8932.324","14747.915"],["8885.341","14832.383"],["8879.613","14837.301"],["8862.361","14777.977"],["8809.095","14755.275"],["8855.077","14741.381"],["8820.645","14712.391"],["8822.832","14739.810"],["8817.140","14687.368"],["8818.513","14684.028"],["8954.135","14856.501"],["8880.586","14671.290"],["8917.062","14711.012"],["8859.509","14676.136"],["8779.330","14702.176"],["7309.028","19341.587"],["7447.607","19364.483"],["7504.871","19472.675"],["7466.495","19499.530"],["7490.592","19349.282"],["7493.265","19377.781"],["7407.691","19365.094"],["7380.385","19369.553"],["7400.454","19466.796"],["7452.213","19426.257"],["14077.969","15248.804"],["14062.760","15247.692"],["14073.654","15268.554"],["14103.512","15280.238"],["14134.859","15279.096"],["9318.378","9221.473"],["5029.386","14265.741"],["5099.715","14243.380"],["5914.037","17737.697"],["5881.480","17734.568"],["11540.140","16457.634"],["11526.388","16486.320"],["14014.347","14683.281"],["13944.650","14822.532"],["14030.270","14723.380"],["14001.889","14791.783"],["13969.417","14691.506"],["14031.708","14823.972"],["7919.118","8477.857"],["7896.651","8420.062"],["7917.402","8385.344"],["7903.295","8454.058"],["10147.186","7649.039"],["7069.836","18893.119"],["6906.876","19017.526"],["6950.020","18922.097"],["6961.088","19053.720"],["7019.695","19081.103"],["7080.329","19019.945"],["6976.463","18978.163"],["6987.112","18956.173"],["13238.871","12619.691"],["13214.155","12603.544"],["11993.441","15282.574"],["7735.197","13981.892"],["7934.813","13879.832"],["7910.948","13849.185"],["9797.230","17431.541"],["9759.800","17538.548"],["9681.314","17455.758"],["9644.862","17518.097"],["9709.168","17423.632"],["9739.043","17538.631"],["9699.197","17475.833"],["9695.784","17458.332"],["9620.956","17467.199"],["9803.575","17495.245"],["12743.965","16315.955"],["14335.166","9582.723"],["14306.986","9520.519"],["14379.035","9562.278"],["14397.162","9583.808"],["14253.751","9520.689"],["14375.993","9580.300"],["14348.669","9575.671"],["14372.555","9540.841"],["14364.068","9461.134"],["13732.674","9226.004"],["13719.984","9166.847"],["13811.726","9184.976"],["13752.443","9237.432"],["8362.929","15462.374"],["9788.717","12778.479"],["9744.000","12933.206"],["9798.334","12904.763"],["9798.614","12941.220"],["9693.110","12842.078"],["9620.250","12908.716"],["9641.647","12805.713"],["9638.732","12826.722"],["9827.048","12839.963"],["9677.944","12783.549"],["9829.818","12778.846"],["9830.058","12795.636"],["11146.229","16831.407"],["11116.136","16836.951"],["4288.733","10928.307"],["4296.495","10862.632"],["4295.871","10914.253"],["4321.865","10993.504"],["9297.338","16866.392"],["9027.533","16376.047"],["9417.644","12512.870"],["7446.002","16338.884"],["7491.650","16330.316"],["7397.468","16329.030"],["7442.789","16225.543"],["7425.058","16217.569"],["7446.808","16202.208"],["7415.387","16227.655"],["7320.982","16179.456"],["7320.407","16317.495"],["7462.885","16161.752"],["7498.781","16287.439"],["7496.951","16293.530"],["7369.360","16197.618"],["7356.293","16281.060"],["7415.323","16310.087"],["7429.591","16249.218"],["7486.711","16266.573"],["7510.255","16286.858"],["7214.702","16567.204"],["7276.451","16608.277"],["7229.091","16746.700"],["7176.200","16715.456"],["14570.367","9842.887"],["14541.364","9935.813"],["14506.437","9863.052"],["14463.383","9835.853"],["14665.565","9841.419"],["14580.531","9860.228"],["14521.890","9921.362"],["14473.608","9910.203"],["14496.196","9833.178"],["13080.354","17981.571"],["13048.329","17919.173"],["13042.327","17993.066"],["13057.227","17924.177"],["13095.825","17834.130"],["4645.672","14013.996"],["7180.317","12694.299"],["7159.225","12657.462"],["7099.618","12709.342"],["6394.123","12044.681"],["6361.931","12042.608"],["6430.610","12015.672"],["6379.676","12027.823"],["6661.969","18187.479"],["12142.012","15663.411"],["12060.217","15689.946"],["12013.630","15539.384"],["12054.779","15583.064"],["5053.833","11157.496"],["5182.447","11093.021"],["5067.067","11143.874"],["5171.328","11075.317"],["10586.279","15912.769"],["10599.054","15799.282"],["10609.894","15719.615"],["10651.939","15727.963"],["10668.873","15759.405"],["10608.540","15778.529"],["10590.227","15774.388"],["10574.347","15776.023"],["5710.792","18252.504"],["5635.781","18127.399"],["5700.390","18158.765"],["5726.002","18141.235"],["9622.336","14600.610"],["9639.343","14493.096"],["9642.616","14467.200"],["9738.856","14451.966"],["12873.911","12607.884"],["12814.862","12556.959"],["12840.209","12744.082"],["12827.724","12661.144"],["12798.826","12584.151"],["12976.970","12553.918"],["12936.592","12557.826"],["12798.233","12600.692"],["12865.836","12625.078"],["12875.998","12690.589"],["12784.813","12677.759"],["12819.451","12644.861"],["12947.085","12582.605"],["8172.788","13829.237"],["8202.879","13839.186"],["8178.827","13817.445"],["8189.443","13827.482"],["5269.505","17393.884"],["5209.027","17378.877"],["5340.509","17394.992"],["5255.770","17266.775"],["5260.137","17279.122"],["5369.579","17287.446"],["5354.299","17326.256"],["5357.085","17250.515"],["5304.581","17297.628"],["5300.333","17354.956"],["5310.621","17365.387"],["5341.950","17347.117"],["5337.184","17345.002"],["5215.810","17384.553"],["5216.743","17390.914"],["5217.272","17350.018"],["5364.831","17208.817"],["5359.578","17245.474"],["5377.354","17326.774"],["5348.898","17341.271"],["5379.670","17343.126"],["5375.842","17362.545"],["5241.519","17254.134"],["5208.786","17305.924"],["5220.973","17312.233"],["5362.940","17249.771"],["5358.055","17263.231"],["5302.650","17282.850"],["5291.682","17308.684"],["5287.340","17281.913"],["5308.553","17350.064"],["5313.593","17377.390"],["5350.519","17341.205"],["5351.538","17342.344"],["5369.070","17337.414"],["5320.860","17383.715"],["5309.520","17386.478"],["5333.419","17380.558"],["5300.730","17295.034"],["5309.665","17297.141"],["5312.324","17299.296"],["5328.985","17300.253"],["5327.579","17298.709"],["5294.077","17287.505"],["13652.140","13383.846"],["14310.618","8565.719"],["14282.696","8543.549"],["14312.095","8549.572"],["6410.389","13517.028"],["6341.901","13565.753"],["13144.196","13402.681"],["12475.837","15318.393"],["12550.498","15373.568"],["12537.549","15354.834"],["14099.186","13499.111"],["6507.664","18934.038"],["8374.849","13564.627"],["8361.321","13535.283"],["5407.576","9474.665"],["8998.651","13459.020"],["8932.599","13566.790"],["8824.181","13492.739"],["8816.997","13393.062"],["8964.630","13469.985"],["8907.030","13410.955"],["8952.138","13426.394"],["9393.147","15289.643"],["5282.765","18868.130"],["5329.564","18873.053"],["5369.935","18870.732"],["5360.973","18881.649"],["5400.663","18868.042"],["5341.439","18856.637"],["5350.222","18872.475"],["5307.421","18885.615"],["5406.995","18862.229"],["5365.935","18867.320"],["8373.240","19223.774"],["10287.009","17541.018"],["10271.708","17586.273"],["10294.879","17444.259"],["10386.734","17456.836"],["14943.835","15733.867"],["14914.951","15746.582"],["5550.661","8019.680"],["7931.424","12598.169"],["7865.552","12751.892"],["8916.473","17272.339"],["8815.113","17291.139"],["8885.664","17226.132"],["8569.977","11755.327"],["8758.189","11831.423"],["8693.094","11902.258"],["8663.372","11846.969"],["8736.344","11879.638"],["13721.351","12637.234"],["10315.178","13424.204"],["10803.473","7796.065"],["10329.097","13218.593"],["14453.770","9476.789"],["6444.781","18325.446"],["6373.992","18297.039"],["10202.151","13931.195"],["7386.131","17646.403"],["7332.547","17755.575"],["7354.089","17809.016"],["7311.672","17798.314"],["7412.122","17809.223"],["7338.746","17791.284"],["7408.295","17783.167"],["7410.828","17807.940"],["7759.524","15113.177"],["7738.768","15114.576"],["7879.258","15285.009"],["7753.836","15195.988"],["7749.554","15198.671"],["7908.990","15171.773"],["7879.348","15207.639"],["7894.564","15192.454"],["7933.442","15254.183"],["7867.017","15234.722"],["7779.647","15157.277"],["7854.931","15109.572"],["7852.376","15129.099"],["7867.537","15099.879"],["7855.427","15089.146"],["7848.974","15122.861"],["4609.705","18532.276"],["4748.186","18492.832"],["4762.902","18480.912"],["4756.149","18551.076"],["4574.588","18575.987"],["4767.029","18509.617"],["12951.216","12885.147"],["12937.282","12767.039"],["12974.687","12777.656"],["7394.301","16870.607"],["7412.430","16853.796"],["7428.319","16860.754"],["7359.478","16983.608"],["7325.725","16953.487"],["7344.626","16894.274"],["7392.619","16899.693"],["6882.572","12945.152"],["6849.818","12925.570"],["6713.579","16217.675"],["6237.448","12048.800"],["6241.260","12064.977"],["5748.605","18446.245"],["5777.752","18370.339"],["5795.878","18289.525"],["5766.942","18402.690"],["5654.288","18453.908"],["5799.337","18446.336"],["5167.367","18097.707"],["5118.408","18165.810"],["5118.362","18117.397"],["5061.738","18077.845"],["5146.547","18192.159"],["13472.200","12970.623"],["13457.818","13048.351"],["13416.373","13012.716"],["13457.636","13154.746"],["13476.871","12978.781"],["13456.066","13044.318"],["13410.994","13013.657"],["13462.077","13147.149"],["8280.071","18266.496"],["8208.565","18269.637"],["8246.472","18258.160"],["8148.775","18320.196"],["8189.532","18308.817"],["8307.215","18347.898"],["8285.225","18333.002"],["11683.578","14452.414"],["11669.407","14531.644"],["6183.177","13641.652"],["6106.835","13668.641"],["6213.435","13634.122"],["6122.400","13624.011"],["6072.471","13615.121"],["6120.560","13676.339"],["15927.582","12301.870"],["15823.772","12303.366"],["15808.858","12241.177"],["15878.150","12252.208"],["15883.793","12232.093"],["15887.630","12230.523"],["9991.111","15951.144"],["10801.738","16427.047"],["10847.508","16366.419"],["10840.808","16531.089"],["10747.009","16551.728"],["10753.568","16402.323"],["10842.100","16434.098"],["7937.522","17663.072"],["3649.550","8231.984"],["3594.698","8211.900"],["3641.425","8256.939"],["3540.583","8165.391"],["15155.226","12496.489"],["5969.880","18907.127"],["6016.311","18927.573"],["6191.913","14220.125"],["6090.137","14211.570"],["6160.038","14223.444"],["11978.063","13100.328"],["11967.717","13042.503"],["12132.196","12984.092"],["12023.882","13157.514"],["12048.908","13158.923"],["12053.388","13164.879"],["12075.564","13108.624"],["6656.161","12668.871"],["6646.580","12726.151"],["7762.826","13698.791"],["7783.681","13704.836"],["7882.157","13800.114"],["7863.968","13783.072"],["7851.358","13796.105"],["7855.569","13782.509"],["7881.049","13733.274"],["7904.962","13779.878"],["13356.275","13446.103"],["13390.205","13602.519"],["13283.986","13466.089"],["13353.660","13432.131"],["13305.171","13450.763"],["13281.500","13440.847"],["5377.057","14427.423"],["13348.637","14742.015"],["13369.713","14762.336"],["13271.868","14688.386"],["13366.543","14676.982"],["13407.165","14708.482"],["13357.404","14769.480"],["11257.920","16505.366"],["11249.891","16355.902"],["6930.065","12445.526"],["9337.012","16775.092"],["7873.014","14693.756"],["8552.914","16028.108"],["17078.438","7647.897"],["7729.786","17821.185"],["6696.762","13883.352"],["7944.649","18879.305"],["10267.475","16146.692"],["10267.578","16190.370"],["10259.719","16149.436"],["10286.207","16322.444"],["10396.526","16210.480"],["10373.522","16197.408"],["14603.691","16193.777"],["14593.015","16223.603"],["5935.556","9690.491"],["5943.292","9705.602"],["6026.932","9707.792"],["5922.892","9706.379"],["5832.816","9690.358"],["9676.059","14111.079"],["9650.198","14098.652"],["9637.095","14207.842"],["9699.252","14201.898"],["9696.597","14087.675"],["9272.649","12084.005"],["9346.238","12031.993"],["9362.768","12025.123"],["9249.886","11953.033"],["9234.353","12104.932"],["9231.788","12074.001"],["9245.452","12047.752"],["9299.305","12056.926"],["9306.057","12046.134"],["9291.021","12082.063"],["9287.756","12079.162"],["9269.671","11987.342"],["9231.847","12050.031"],["9223.344","12011.912"],["9359.066","11917.283"],["12381.638","13771.802"],["12404.175","13794.792"],["12438.576","13755.061"],["12529.965","13805.516"],["12437.358","13722.149"],["12520.966","13635.111"],["12486.039","13639.191"],["12443.532","13640.011"],["12495.251","13663.925"],["12466.447","13669.869"],["12524.135","13696.630"],["12013.899","13874.874"],["12039.512","13827.054"],["12127.265","13831.338"],["6997.800","16957.943"],["6981.432","16888.336"],["7075.417","16893.755"],["13820.877","9536.586"],["13744.819","9566.578"],["13799.013","9541.755"],["6414.473","16970.794"],["6420.307","16908.422"],["6387.588","16915.686"],["6361.375","16838.306"],["6454.882","16807.712"],["6276.620","13633.192"],["28717.831","10813.707"],["28722.270","10839.618"],["14054.510","13261.548"],["14214.813","13214.852"],["14144.604","13190.641"],["14994.350","12200.516"],["14887.138","12134.739"],["10356.541","8060.819"],["10315.177","8035.969"],["10425.431","8088.712"],["10422.148","7897.285"],["5510.836","9400.348"],["5545.052","9458.160"],["5538.970","9394.205"],["5612.111","9534.697"],["6236.695","14872.761"],["6128.917","14704.344"],["6147.015","14740.278"],["6120.223","14751.690"],["6070.660","14746.210"],["6052.108","14770.900"],["6122.295","14764.556"],["6249.601","14826.584"],["6063.988","14777.768"],["6055.798","14776.482"],["6094.167","14799.445"],["6042.121","14768.242"],["6057.520","14779.578"],["6161.512","14795.322"],["6219.898","14858.785"],["6197.433","14849.689"],["6188.470","14819.921"],["6210.065","14831.232"],["6181.583","14803.615"],["6159.781","14792.281"],["6150.226","14793.336"],["6124.556","14823.705"],["6124.560","14803.048"],["6094.609","14817.783"],["6048.223","14812.478"],["6043.127","14805.103"],["6065.758","14791.569"],["6075.649","14799.659"],["6061.018","18432.201"],["6069.979","18465.413"],["6130.131","18423.858"],["6186.981","18368.440"],["6172.804","18464.208"],["6215.850","18438.280"],["6197.738","18405.918"],["6134.161","18425.747"],["6126.985","18431.617"],["6222.986","18428.399"],["6721.853","9147.594"],["6696.459","9129.724"],["9798.653","15124.132"],["5285.518","14873.162"],["7721.689","19130.918"],["7647.627","19126.938"],["7676.664","19142.628"],["7708.144","19149.314"],["4822.352","13999.841"],["10448.179","15318.589"],["10431.200","15371.635"],["10362.165","15410.300"],["10267.740","15300.093"],["10310.843","15469.238"],["10254.158","15467.018"],["10290.351","15439.294"],["10426.102","15313.780"],["10268.887","15336.965"],["10356.436","15446.626"],["10304.227","15381.984"],["10435.649","15313.924"],["6154.206","18468.479"],["6231.658","18542.113"],["6184.631","18630.740"],["6112.260","18574.877"],["6069.256","18526.077"],["6201.206","18524.178"],["6175.828","18539.290"],["6096.832","18519.204"],["6087.153","18575.691"],["6198.280","18519.354"],["6194.841","18511.577"],["10802.044","15139.476"],["10710.424","15117.628"],["10679.492","15131.278"],["10786.271","15099.016"],["5055.442","18642.506"],["5091.797","18638.885"],["5028.100","18673.701"],["5059.409","18662.430"],["14018.413","15134.340"],["13994.093","15128.912"],["14002.223","15104.039"],["13860.575","15131.524"],["14011.762","15099.828"],["10373.011","14743.149"],["10328.487","14739.502"],["10287.704","14710.980"],["8715.560","15580.803"],["8621.315","15709.962"],["8567.865","15702.654"],["8647.576","15658.873"],["8713.397","15558.656"],["8582.792","15614.743"],["8716.439","15633.990"],["13821.815","9700.308"],["13777.883","9712.370"],["13641.709","9638.086"],["13713.836","9708.406"],["13747.951","9608.987"],["13818.704","9729.014"],["13659.620","9612.964"],["13633.703","9656.367"],["13736.402","9673.707"],["13746.898","9617.559"],["9859.824","12759.094"],["9949.012","12958.407"],["9939.855","12776.135"],["9941.302","12785.155"],["10001.182","12813.116"],["10037.085","12944.557"],["10038.021","12953.727"],["10019.321","12821.665"],["9893.476","12868.823"],["9865.811","12969.429"],["9856.347","12830.376"],["9858.476","12904.056"],["9863.908","12904.109"],["9858.586","12948.025"],["9895.778","12872.587"],["10034.310","12768.414"],["9935.920","12927.854"],["5963.562","19048.572"],["3244.666","8342.865"],["12666.477","13663.215"],["12605.142","13701.556"],["12619.738","13709.722"],["12611.274","13755.364"],["12632.418","13783.638"],["12648.293","13792.080"],["12633.591","13813.517"],["12590.283","13773.424"],["11989.929","14678.592"],["12005.607","14759.640"],["11963.208","14752.000"],["12060.234","14777.642"],["12034.592","14732.488"],["11963.610","14855.424"],["12038.054","14868.154"],["12050.585","14752.055"],["12033.374","14822.382"],["12050.940","14791.904"],["6013.138","14510.878"],["5950.276","14476.625"],["5919.142","14519.868"],["5848.665","14524.707"],["5930.095","14495.403"],["5964.330","14593.687"],["6036.966","14549.972"],["16896.114","15037.968"],["7679.253","10997.504"],["7668.999","10969.962"],["7566.566","10974.581"],["7521.549","11019.882"],["7572.767","11046.561"],["7572.588","11064.897"],["7691.734","11060.082"],["6776.591","9137.456"],["6688.523","9079.281"],["6672.797","8998.127"],["6691.498","9037.268"],["6820.900","9112.039"],["6881.395","9149.507"],["15223.156","16992.937"],["14521.226","15463.406"],["14603.065","15430.019"],["14641.678","15409.082"],["14502.506","15313.283"],["14669.275","15296.111"],["14636.045","15420.422"],["14532.430","15335.788"],["14660.412","15324.869"],["14531.117","15358.174"],["14544.879","15368.167"],["14648.790","15427.418"],["10660.093","7742.823"],["13897.152","14428.580"],["13850.162","14440.273"],["11910.904","13787.431"],["11909.550","13658.745"],["11897.883","13671.777"],["11859.220","13645.600"],["11776.571","13642.282"],["11759.859","13640.063"],["11749.331","13645.886"],["11882.766","13720.896"],["11925.073","13696.715"],["11877.724","13672.412"],["11883.444","13651.116"],["11768.758","13640.910"],["11752.070","13640.546"],["11771.302","13647.829"],["11784.250","13645.355"],["10782.310","14947.018"],["10816.086","15045.050"],["10811.084","15004.709"],["10683.160","15078.087"],["10674.713","14888.878"],["10803.922","14922.105"],["10685.413","14918.340"],["10683.579","14893.057"],["10794.241","14906.159"],["10848.546","14878.833"],["10873.641","14876.002"],["10834.959","14889.609"],["10779.779","14992.014"],["10755.255","15022.693"],["10755.553","15051.116"],["10752.614","15056.824"],["10804.068","15052.928"],["10808.544","15064.113"],["10797.367","15072.275"],["10803.908","15079.234"],["8784.899","14565.331"],["8855.356","14525.674"],["8921.905","14451.762"],["8814.659","14579.267"],["8791.669","14569.537"],["8792.396","14546.488"],["8890.488","14568.461"],["8882.938","14553.425"],["8783.756","14597.401"],["8219.278","12788.588"],["11457.129","18026.318"],["11476.668","17998.275"],["9027.090","11815.515"],["9059.238","11773.450"],["7132.036","18522.900"],["7115.225","18669.305"],["7177.802","18593.375"],["7278.297","18480.807"],["7237.539","18574.578"],["7223.484","18488.012"],["7136.139","18474.333"],["7135.376","18508.301"],["7165.785","18529.569"],["7159.005","18550.102"],["7136.239","18560.752"],["7097.396","18567.222"],["7116.008","18607.981"],["7287.365","18474.836"],["5462.290","16939.217"],["5559.603","16862.397"],["5584.326","16862.947"],["5553.186","16852.802"],["5517.494","16893.176"],["5523.367","16873.472"],["5535.324","16891.757"],["5514.289","16848.223"],["5477.580","16823.074"],["5417.787","16966.788"],["5418.808","16985.067"],["5462.200","16976.581"],["5443.945","16958.436"],["5484.643","16914.726"],["5474.875","16919.567"],["5457.352","16914.617"],["5456.366","16922.751"],["5547.751","16867.748"],["5550.599","16882.777"],["5592.702","16845.811"],["5605.325","16837.105"],["8789.074","17967.590"],["11087.817","16895.873"],["11006.168","16938.055"],["11064.132","16895.357"],["13220.421","17919.697"],["13207.576","17917.517"],["6696.586","16028.516"],["6733.927","16116.036"],["13878.547","13509.995"],["13882.685","13543.456"],["13966.475","13399.982"],["6614.095","8921.316"],["13793.140","14437.898"],["10772.914","15447.775"],["10880.949","15462.786"],["7271.328","15671.485"],["7253.554","15693.144"],["7288.353","15667.640"],["7298.879","15664.816"],["14912.553","15696.840"],["14912.475","15696.145"],["15026.647","15632.811"],["15074.056","15643.964"],["14911.894","15515.897"],["14937.691","15529.090"],["14976.269","15549.917"],["15047.551","15652.971"],["14994.895","15573.195"],["15015.930","15601.221"],["7082.437","17001.109"],["6896.812","17159.647"],["6893.486","17189.460"],["7056.752","17176.849"],["7032.198","17151.633"],["6980.884","17173.864"],["6959.622","17165.030"],["6979.129","17127.267"],["6934.526","17121.983"],["6918.624","17155.848"],["6916.477","17135.814"],["6922.572","17099.909"],["6906.118","17081.621"],["6885.402","17116.039"],["6994.482","17094.748"],["6956.046","17070.564"],["7046.922","17086.629"],["7072.963","17101.023"],["5695.018","15091.281"],["5740.911","15142.500"],["5703.051","15113.771"],["5741.898","15125.126"],["5621.896","15178.528"],["5667.195","15232.127"],["5657.119","15216.713"],["7598.609","13380.183"],["7612.464","13225.438"],["7663.657","13238.875"],["7625.359","13292.309"],["7660.445","13319.048"],["10251.952","16768.201"],["12365.239","15898.416"],["15196.308","12227.243"],["15138.885","12254.043"],["5217.644","18176.407"],["5288.444","18109.257"],["5252.686","18078.033"],["5328.801","18200.048"],["5302.295","18243.737"],["5321.892","18089.579"],["5345.216","18114.142"],["5345.857","18124.150"],["5279.366","18143.226"],["10233.183","17623.650"],["8163.794","17982.400"],["15943.018","12332.601"],["8507.382","15847.793"],["8515.770","15772.708"],["8541.610","15837.279"],["9827.063","12615.260"],["9712.200","12596.631"],["9683.548","12591.082"],["9702.891","12580.562"],["9751.718","12557.176"],["9746.619","12577.371"],["9807.379","12604.845"],["9820.839","12606.223"],["9770.113","12693.370"],["9789.195","12744.629"],["9793.053","12724.287"],["9696.515","12670.723"],["9735.861","12729.839"],["9739.842","12755.734"],["9817.627","12669.468"],["9685.346","12566.868"],["9640.262","12552.246"],["9821.696","12576.305"],["9670.283","12561.643"],["9628.411","12577.240"],["8129.143","14977.855"],["8003.582","15030.092"],["12035.121","16723.337"],["4522.321","18281.434"],["4471.981","18286.508"],["4513.444","18272.817"],["4553.600","18358.798"],["4500.445","18313.721"],["4481.988","18419.952"],["4491.885","18388.314"],["4545.650","18448.151"],["5040.610","15336.305"],["5028.494","15361.345"],["5013.481","15348.825"],["6740.026","18201.754"],["6763.659","18154.954"],["6757.529","18055.756"],["6781.954","18226.864"],["6882.140","18171.135"],["6861.588","18053.016"],["6786.193","18068.380"],["6699.849","18235.274"],["6692.793","18225.916"],["6695.099","18127.680"],["6758.241","18172.783"],["6762.105","18134.311"],["6769.172","18108.061"],["6822.011","18080.273"],["6847.691","18084.875"],["6825.403","18126.128"],["6751.860","18208.281"],["6882.366","18253.662"],["6787.627","18205.310"],["6820.470","18222.988"],["6793.882","18183.640"],["6456.166","17621.615"],["6433.379","17665.446"],["6423.200","17664.567"],["6408.338","17625.176"],["7097.289","17463.794"],["7169.304","17409.924"],["7146.302","17553.743"],["9837.798","13991.345"],["9850.044","13983.370"],["9889.951","13985.380"],["9907.289","13968.611"],["9902.399","13934.408"],["9933.628","13931.567"],["9936.808","13904.949"],["14116.378","15535.419"],["14205.449","15675.782"],["14046.118","15664.266"],["6499.119","13171.200"],["6555.161","13139.459"],["6573.853","13154.665"],["6474.137","13138.023"],["13344.642","13335.671"],["13404.311","13191.573"],["13340.895","13200.558"],["13295.075","13350.875"],["13299.615","13219.994"],["13262.273","13281.894"],["13286.039","13220.508"],["13216.139","13289.012"],["13400.350","13296.116"],["13395.298","13244.637"],["13320.716","13345.887"],["13357.572","13378.596"],["13290.109","13224.635"],["13301.203","13256.097"],["13223.374","13220.574"],["13319.721","13189.160"],["7502.956","17169.105"],["7383.926","17190.657"],["7506.788","17161.475"],["7417.707","17044.297"],["7316.363","17048.726"],["5669.676","18657.410"],["5686.598","18501.622"],["5647.519","18525.294"],["5734.772","18505.333"],["5776.882","18502.977"],["5802.561","18637.054"],["5822.561","18632.512"],["5774.853","18587.685"],["5785.990","18598.442"],["5779.723","18603.255"],["5789.759","18598.504"],["5798.991","18649.184"],["5798.838","18621.287"],["5801.039","18612.106"],["5764.354","18520.029"],["5821.640","18654.395"],["5808.482","18645.989"],["5783.608","18582.637"],["5768.954","18584.834"],["5803.588","18618.820"],["5806.263","18630.451"],["5810.612","18616.967"],["5803.512","18648.244"],["5796.074","18664.749"],["9861.613","16164.441"],["9847.710","16233.879"],["9838.362","16170.190"],["10000.053","16306.902"],["9984.415","16286.964"],["10022.226","16303.898"],["5318.294","10899.186"],["5216.430","11062.361"],["5238.284","11039.267"],["5353.495","10860.320"],["9894.536","16728.335"],["11979.385","14518.441"],["12444.647","12825.812"],["6708.138","9316.791"],["6724.372","9342.753"],["6678.519","9348.974"],["8533.770","18356.341"],["8522.840","18268.024"],["8525.044","18302.491"],["8434.147","18343.491"],["8462.222","18344.763"],["8386.496","18323.485"],["8381.134","18306.821"],["8562.887","18372.154"],["8452.713","18958.850"],["8558.350","18175.551"],["8439.151","18193.087"],["13435.362","13865.743"],["14499.789","8707.464"],["14471.517","8620.424"],["14499.279","8604.420"],["14595.226","8650.204"],["14553.183","8722.288"],["14513.276","8551.225"],["14589.749","8649.345"],["14526.303","8661.581"],["14513.552","8653.314"],["14511.760","8647.638"],["14511.519","8687.303"],["14537.843","8693.483"],["10119.249","12330.650"],["10167.003","12234.877"],["10106.892","12235.955"],["10046.210","12329.639"],["11239.588","18168.139"],["11257.828","18176.546"],["11254.914","18048.122"],["7697.347","16307.939"],["7658.365","16222.379"],["7692.980","16222.011"],["8789.084","16651.568"],["12013.343","13189.180"],["11993.781","13244.384"],["12001.410","13245.081"],["11941.053","13218.944"],["11941.844","13215.785"],["11941.326","13211.816"],["11939.970","13207.533"],["11938.164","13203.958"],["11950.462","13293.829"],["12087.742","13268.108"],["10447.982","16783.256"],["10342.512","16955.978"],["10403.064","16962.305"],["10267.393","16849.845"],["10413.885","16958.880"],["10448.105","16951.046"],["10443.762","16921.906"],["10355.700","16907.785"],["10348.505","16950.020"],["10362.864","16969.276"],["10347.391","16834.904"],["10403.509","16842.350"],["10291.241","16849.175"],["10300.282","16854.336"],["10428.777","16878.897"],["10317.905","16930.768"],["13148.374","13738.629"],["13195.147","13782.030"],["9045.669","12401.993"],["9081.853","12406.650"],["9042.364","12342.258"],["9141.071","12433.389"],["9139.697","12344.434"],["9148.044","12459.506"],["9127.657","12379.498"],["13355.451","14074.242"],["8145.923","12626.141"],["4855.954","18642.061"],["4884.498","18513.674"],["4828.215","18550.540"],["4797.233","18524.260"],["4835.963","18657.052"],["4781.552","18468.987"],["4887.963","18642.157"],["4781.756","18579.636"],["4808.549","18558.715"],["4805.082","18525.769"],["4780.729","18508.026"],["4819.464","18507.792"],["4858.269","18473.168"],["4899.233","18475.381"],["4863.584","18507.976"],["4838.810","18479.688"],["13309.302","13913.379"],["13253.252","13950.015"],["13374.007","13898.631"],["13200.003","13977.760"],["13342.112","13894.260"],["13250.127","13931.616"],["13347.563","13834.872"],["13396.005","13876.642"],["13238.052","14000.692"],["13224.431","13914.224"],["14062.806","15091.195"],["14173.242","15220.221"],["14216.662","15243.879"],["14099.502","15206.184"],["14131.175","15201.628"],["14154.458","15217.171"],["14229.837","15223.989"],["14112.672","15183.910"],["14235.246","15249.635"],["14133.782","15243.600"],["14049.759","15208.828"],["14090.242","15197.209"],["14090.045","15090.004"],["14190.477","15115.746"],["14118.077","15113.540"],["11457.654","16256.585"],["11375.863","16336.204"],["6094.323","17831.543"],["6152.318","17802.024"],["6130.743","17781.551"],["6092.973","17731.397"],["6086.133","17682.161"],["6110.303","17699.128"],["6086.728","17714.378"],["6051.730","17769.705"],["6007.022","13676.032"],["6020.988","13639.444"],["6016.206","13698.725"],["9804.100","15001.302"],["9746.245","14974.109"],["12983.887","18090.682"],["12966.798","18075.735"],["12627.641","13139.528"],["4828.039","17562.568"],["4792.143","17596.644"],["4821.959","17618.531"],["4808.114","17590.253"],["13240.149","16168.881"],["13206.532","16185.628"],["8743.226","17100.984"],["8758.183","17061.309"],["8671.610","16996.991"],["12447.708","13818.791"],["12493.822","13849.180"],["5417.189","18008.909"],["5465.630","18005.102"],["5583.634","17929.317"],["5541.085","18038.711"],["5618.155","18020.186"],["5600.291","18034.397"],["5545.315","18039.389"],["5558.520","17985.333"],["5507.978","18008.139"],["5522.667","17922.987"],["14907.684","8788.259"],["14971.970","8815.154"],["15057.787","8828.675"],["15022.539","8782.271"],["15041.532","8746.453"],["14926.384","8749.051"],["15070.778","8876.675"],["15058.098","8776.292"],["15092.364","8938.590"],["11056.966","16396.717"],["10894.349","16426.590"],["13218.984","16128.581"],["13248.973","16121.167"],["6254.072","15272.858"],["6344.230","15214.180"],["6310.641","15093.820"],["6334.622","15177.456"],["6271.916","15165.965"],["6259.013","15171.498"],["6272.406","15218.062"],["6254.386","15159.275"],["6286.132","15154.610"],["6256.106","15121.013"],["6273.492","15107.875"],["6286.179","15117.489"],["4591.916","9010.234"],["4631.417","9147.422"],["4588.410","9107.987"],["4587.320","9025.583"],["4606.440","9000.287"],["4611.114","9128.268"],["9534.671","16857.971"],["9505.741","16905.533"],["9511.157","16923.804"],["9476.117","16911.686"],["9456.095","16886.211"],["9454.289","16939.871"],["9452.080","16975.420"],["9603.163","16960.578"],["9982.172","14062.951"],["5614.206","9615.684"],["14797.596","12173.574"],["14848.716","12132.211"],["14705.830","12155.079"],["14764.521","12171.576"],["14859.851","12148.793"],["14676.834","12204.295"],["10998.974","15075.370"],["10989.461","14981.942"],["10961.712","15034.539"],["11057.785","15014.811"],["11060.346","14957.696"],["10909.178","14902.397"],["10943.618","14946.468"],["10929.575","15049.219"],["6057.963","18058.427"],["6047.441","18114.807"],["6080.228","18109.466"],["6074.328","18091.648"],["6127.900","18063.697"],["6085.238","18044.830"],["6047.325","18172.616"],["16592.601","6680.831"],["16576.241","6702.841"],["16609.443","6683.556"],["16592.820","6718.712"],["9961.700","18148.425"],["9954.594","18118.516"],["9896.256","18108.210"],["9976.617","18144.445"],["8108.845","15803.788"],["7511.545","17701.696"],["7499.736","17709.732"],["7490.772","17704.632"],["7509.512","17694.303"],["7494.146","17684.861"],["7505.219","17676.092"],["7458.928","17707.192"],["7464.693","17706.959"],["7479.317","17732.845"],["7486.274","17732.099"],["7466.472","17737.564"],["7462.554","17745.543"],["7457.869","17709.201"],["7474.245","17730.502"],["7472.842","17668.235"],["7564.796","17541.935"],["7537.237","17573.559"],["7537.491","17546.432"],["7550.830","17543.592"],["7903.173","16989.946"],["7919.649","17063.779"],["7841.285","17079.102"],["7765.815","17024.641"],["7776.683","18524.824"],["7761.944","18572.027"],["7836.407","18550.854"],["7773.976","18468.923"],["9523.935","12427.397"],["9495.548","12354.273"],["9561.045","12341.235"],["7287.270","16502.964"],["7297.145","16545.261"],["7121.584","16371.753"],["7125.679","16545.141"],["7123.485","16530.165"],["7156.802","16506.809"],["7195.904","16463.154"],["7177.459","16416.963"],["7160.718","16408.555"],["7098.482","16419.454"],["10907.390","15760.737"],["10952.520","15841.621"],["4577.975","10827.625"],["4650.969","10733.595"],["4674.029","10724.083"],["6450.342","18858.597"],["6270.684","18713.729"],["6396.833","18841.692"],["6369.268","18886.111"],["6395.311","18841.819"],["6376.216","18843.041"],["6313.423","18842.688"],["6301.597","18852.118"],["6338.082","18883.752"],["6320.486","18888.903"],["6371.531","18852.791"],["6393.593","18853.848"],["6396.084","18831.497"],["6379.028","18849.614"],["6332.293","18868.346"],["6321.515","18845.413"],["6304.032","18790.346"],["11460.930","18144.988"],["11497.180","18164.658"],["8924.742","14325.749"],["8912.783","14326.844"],["8956.535","14300.146"],["8925.539","14302.127"],["8781.501","14357.558"],["14633.612","12112.982"],["7561.664","14030.798"],["7558.969","14238.183"],["7721.840","14195.334"],["7655.254","14110.075"],["7652.804","14115.228"],["7668.816","14039.480"],["7687.961","14094.278"],["13004.569","12703.431"],["13029.441","12699.559"],["13123.419","12689.577"],["13147.724","12638.926"],["12995.655","12690.119"],["13019.143","12691.674"],["13083.471","12704.233"],["13086.529","12606.892"],["13095.874","12673.168"],["13137.560","12648.356"],["7135.246","16992.483"],["12947.080","13054.990"],["12958.790","13061.926"],["14553.874","9672.173"],["14577.819","9659.552"],["14567.662","9770.751"],["14525.387","9775.071"],["14640.265","9633.395"],["14622.404","9608.806"],["14509.786","9588.272"],["14526.038","9631.994"],["14632.461","9747.593"],["14605.082","9761.067"],["14547.587","9704.506"],["14468.197","9686.887"],["14557.114","9622.974"],["14564.661","9622.492"],["14486.272","9792.683"],["14488.608","9732.258"],["14571.955","9780.511"],["14507.590","9774.377"],["14633.194","9630.623"],["14494.375","9603.532"],["14536.942","9633.893"],["14606.163","9727.934"],["14583.256","9765.609"],["14475.615","9708.218"],["14659.822","9672.458"],["13629.920","13810.488"],["13666.082","13801.484"],["8807.688","12444.439"],["7386.058","15394.105"],["7365.789","15416.518"],["7313.221","15503.581"],["7385.549","15454.521"],["7377.946","15435.383"],["7488.476","15493.832"],["7405.448","15456.648"],["8384.544","14998.985"],["8498.232","15014.372"],["8501.345","14969.475"],["8419.013","14993.525"],["8412.681","14985.019"],["8457.929","14975.782"],["8463.307","14992.512"],["8431.901","14938.409"],["8405.294","14943.261"],["7159.399","13601.758"],["7209.049","13574.469"],["7230.183","13477.749"],["7151.636","13563.128"],["7095.353","13553.484"],["7231.960","13557.723"],["7282.900","13443.418"],["7220.232","13486.007"],["8842.660","17197.257"],["14612.414","9236.137"],["14662.293","9269.763"],["14665.072","9211.240"],["14595.786","9201.587"],["14656.968","9284.957"],["14665.681","9241.918"],["14643.444","9187.573"],["14025.587","15251.464"],["13839.520","15092.365"],["5145.346","10872.062"],["5840.573","9347.195"],["5839.598","9292.639"],["5915.291","9302.311"],["5837.633","9317.933"],["5842.114","9283.672"],["5942.841","9303.202"],["8273.272","12355.808"],["8314.001","12392.532"],["8320.541","12430.284"],["8196.825","12381.192"],["5744.010","18899.042"],["5647.395","18989.313"],["5643.680","18997.995"],["5766.245","18997.188"],["5712.522","18911.050"],["8756.221","18554.611"],["8700.967","18566.288"],["4542.696","10430.900"],["14584.961","17045.897"],["14609.336","16996.615"],["13429.554","13697.647"],["13440.390","13605.441"],["13461.964","13654.298"],["13510.538","13611.936"],["13504.677","13803.943"],["13433.514","13775.426"],["13563.822","13721.631"],["13491.210","13690.141"],["13418.623","13668.454"],["13516.273","13627.988"],["13464.801","13735.168"],["13569.809","13734.942"],["13472.920","13702.643"],["12137.859","17846.467"],["12145.514","17920.573"],["12081.890","17920.468"],["12008.409","17953.198"],["12044.237","18030.687"],["11970.455","18026.589"],["12111.033","17853.023"],["12108.294","17863.860"],["12078.074","17882.830"],["12073.761","17861.724"],["12004.939","17926.790"],["12024.270","18002.991"],["11969.715","18014.433"],["15137.207","9007.679"],["15159.045","9100.832"],["15121.523","9053.925"],["15140.842","9044.161"],["15145.640","9106.051"],["4461.917","10623.247"],["4535.989","10492.044"],["4502.243","10588.366"],["4489.088","10618.276"],["4485.616","10434.168"],["4388.999","10522.725"],["4468.690","10552.062"],["4391.273","10644.561"],["4372.307","10631.720"],["9827.846","17128.588"],["9823.351","17084.240"],["9785.741","17069.327"],["9748.416","17066.427"],["7518.109","16066.474"],["7539.738","16100.143"],["7574.683","16094.106"],["8751.238","17933.704"],["8722.119","17942.462"],["8654.038","17961.487"],["8633.455","17951.398"],["8593.282","17927.104"],["8571.453","17913.540"],["8604.641","17976.277"],["4773.126","14051.385"],["4733.010","14115.861"],["4678.303","14079.859"],["4730.918","14118.306"],["7355.650","17866.023"],["7376.791","17860.325"],["7340.029","17883.859"],["8172.521","15774.933"],["8772.069","14422.394"],["8759.125","14449.644"],["8761.615","13753.707"],["8742.800","13757.407"],["8706.703","13738.188"],["8740.749","13742.879"],["8752.505","13676.124"],["8757.999","13653.234"],["8774.480","13795.726"],["8773.822","13808.790"],["8583.306","13737.584"],["8577.723","13709.225"],["8614.421","13682.141"],["8602.199","13668.630"],["8592.350","13646.488"],["8622.325","13625.803"],["8617.036","13620.855"],["8637.664","13606.234"],["7322.002","12525.110"],["7347.739","12491.635"],["7394.654","12443.586"],["7308.532","12544.796"],["7350.683","12472.543"],["7847.280","12455.571"],["14242.374","8498.024"],["6622.670","12793.382"],["7524.475","17855.021"],["7567.888","17954.600"],["7634.708","18007.394"],["7683.295","17897.077"],["7646.234","17964.026"],["7714.149","17905.998"],["7692.389","17940.565"],["6062.003","18384.470"],["6159.505","18319.354"],["6107.846","18312.294"],["6150.452","18286.279"],["6145.068","18322.955"],["6105.969","18355.033"],["6637.817","16032.860"],["6656.329","15966.153"],["9392.341","16460.727"],["9394.122","16452.659"],["9399.175","16487.681"],["9217.293","16428.407"],["11306.407","13141.797"],["11349.859","13133.047"],["8471.534","12148.771"],["8383.345","12293.112"],["5328.469","16699.962"],["5351.282","16723.008"],["5309.100","16688.458"],["11129.481","17230.993"],["14058.869","15030.860"],["14079.752","15075.337"],["14047.275","15006.740"],["4304.778","11195.656"],["4308.543","11099.994"],["4346.102","11194.899"],["4316.191","11151.777"],["4293.725","11179.834"],["12215.688","14697.699"],["12250.748","14747.963"],["12300.777","14814.039"],["12286.579","14846.918"],["12327.517","14763.442"],["12330.292","14820.789"],["12259.537","14826.972"],["8361.682","13924.179"],["8453.520","14004.999"],["8422.346","13866.828"],["8446.834","13823.700"],["8078.753","16142.077"],["13389.606","13755.904"],["13222.185","13808.752"],["13295.378","13803.289"],["13333.313","13649.554"],["13251.209","13779.885"],["13384.916","13704.649"],["13398.011","13783.930"],["13320.259","13688.927"],["13256.182","13787.777"],["15445.812","12274.140"],["15378.893","12278.425"],["6944.893","18182.164"],["6913.645","18091.927"],["6896.746","18067.119"],["7075.832","18141.304"],["6972.214","18051.180"],["6972.447","18157.273"],["6948.551","18171.575"],["6958.153","18133.937"],["6933.692","18128.590"],["6898.131","18211.039"],["6893.870","18173.650"],["6892.788","18126.665"],["6927.369","18118.063"],["6936.426","18046.309"],["6993.634","18202.858"],["6961.518","18237.583"],["6931.513","18089.919"],["6922.012","18067.170"],["5211.908","17774.982"],["5392.521","17831.940"],["5386.732","17791.832"],["5328.554","17690.339"],["5372.957","17687.387"],["5398.672","17822.194"],["5334.568","17668.362"],["5366.314","17708.570"],["5362.730","17669.932"],["5368.754","17727.092"],["5278.408","17814.682"],["5285.069","17799.092"],["5262.418","17766.948"],["5293.314","17640.125"],["5281.595","17647.212"],["5286.804","17675.014"],["5271.247","17664.855"],["5269.753","17667.970"],["5237.589","17666.504"],["5267.309","17634.973"],["5238.040","17707.571"],["5253.515","17654.649"],["5271.499","17711.530"],["5283.950","17809.629"],["5284.000","17779.422"],["8196.827","13582.465"],["8243.131","13541.245"],["8219.086","13548.808"],["8212.135","13546.634"],["8233.991","13529.626"],["8339.053","13603.957"],["6623.022","17964.537"],["6553.202","17843.289"],["14050.236","8547.272"],["14099.474","8540.535"],["14164.205","8654.983"],["14152.117","8702.849"],["14068.674","8553.565"],["14111.909","8559.329"],["14188.234","8615.902"],["14238.383","8628.130"],["14071.502","8703.456"],["14225.584","8718.853"],["14099.668","8673.122"],["14081.451","8650.284"],["14086.894","8663.179"],["14187.110","8548.541"],["8017.705","15508.130"],["13904.512","9425.656"],["13844.457","9459.397"],["13989.082","9553.462"],["13891.909","9497.852"],["13848.853","9381.205"],["13918.967","9400.193"],["13891.398","9554.040"],["13860.283","9517.568"],["13904.220","9472.956"],["13942.365","9568.017"],["13899.779","9572.982"],["13983.760","9513.566"],["13879.748","9576.040"],["13844.629","9555.375"],["14034.566","9438.859"],["14038.871","9416.648"],["13979.296","9560.514"],["13860.761","9391.130"],["13919.998","9498.356"],["13888.848","9545.865"],["13844.872","9510.351"],["13923.677","9482.584"],["13926.065","9561.031"],["13976.194","9500.404"],["13844.644","9533.944"],["13315.642","13151.670"],["13389.232","13093.023"],["13334.532","13075.365"],["13331.721","13018.056"],["13355.103","13127.458"],["13345.387","13034.522"],["13351.063","13022.301"],["12165.839","13682.651"],["12161.350","13677.712"],["12151.144","13668.100"],["12156.187","13661.022"],["12150.769","13656.326"],["12168.773","13658.346"],["12252.483","13651.608"],["12149.618","13645.647"],["12159.919","13766.386"],["12251.438","13773.192"],["12322.076","13805.724"],["12162.901","13653.236"],["12172.734","13663.811"],["12156.285","13673.045"],["12170.701","13674.889"],["12156.205","13649.518"],["12154.604","13680.866"],["12147.733","13674.530"],["12146.870","13664.120"],["14162.590","9283.257"],["14053.730","9336.476"],["14110.788","9295.794"],["7780.112","13692.928"],["7829.190","13709.625"],["7831.681","13661.220"],["7791.475","13718.225"],["7882.257","13694.521"],["7850.199","13648.327"],["7766.351","13626.429"],["11011.062","14328.488"],["11015.141","14265.027"],["10979.987","14248.430"],["10952.780","14249.314"],["10938.894","14284.928"],["10991.983","14315.664"],["9915.812","13239.396"],["9978.312","13278.818"],["13043.496","13147.737"],["13091.074","13107.261"],["13043.960","13134.611"],["13030.693","13005.895"],["13026.186","13001.981"],["7232.919","18230.123"],["7252.737","18251.091"],["7248.526","18067.148"],["7266.792","18109.089"],["7234.385","18120.264"],["7259.090","18156.002"],["7277.148","18054.163"],["5618.483","14934.959"],["11977.658","16913.526"],["12011.794","16897.016"],["12112.966","16911.059"],["11957.140","16859.491"],["11800.995","18055.154"],["11762.492","18060.951"],["7370.503","12956.709"],["5276.367","11141.009"],["7329.808","13571.956"],["7324.973","13437.208"],["7306.545","13555.886"],["7362.706","13504.017"],["7404.726","13403.182"],["7402.343","13523.202"],["7395.905","13573.094"],["7385.422","13468.748"],["7443.509","13480.102"],["7359.200","13527.126"],["7318.650","13560.427"],["7359.118","13525.970"],["7400.023","13492.951"],["7372.966","13404.157"],["6212.370","13210.813"],["6194.687","13244.659"],["6213.427","13203.733"],["6233.653","13330.826"],["6244.316","13303.649"],["7515.571","16373.852"],["10166.112","17538.399"],["10185.317","17468.592"],["10171.067","17565.044"],["10099.914","17575.020"],["10076.732","17533.969"],["10139.005","17494.055"],["10247.454","17528.095"],["5867.035","18492.076"],["5953.168","18501.781"],["5898.958","18470.121"],["5917.980","18529.233"],["5924.452","18518.990"],["5914.152","18527.834"],["6030.185","18662.804"],["6022.388","18640.921"],["6505.384","9331.149"],["6549.023","9314.147"],["6581.914","9316.446"],["6625.288","9283.528"],["6657.113","9268.256"],["6601.906","9173.647"],["6527.008","9211.252"],["6643.272","9321.988"],["6507.308","9348.160"],["6548.793","9288.300"],["6555.055","9301.384"],["6662.360","9296.497"],["6626.018","9216.785"],["6903.928","13149.041"],["6884.151","13102.667"],["6898.847","13115.430"],["6888.142","13038.635"],["6911.359","13000.867"],["6942.868","12991.974"],["6949.857","12981.400"],["6918.920","12987.387"],["6911.565","13039.107"],["6967.823","13011.737"],["6530.355","16859.173"],["6525.198","16886.367"],["6559.454","16781.392"],["6596.088","16798.660"],["6608.701","16826.094"],["6620.185","16864.939"],["6646.775","16880.472"],["6649.682","16904.361"],["6669.242","16983.401"],["6556.348","16846.331"],["6581.819","16817.087"],["14616.820","8820.827"],["14621.048","8785.014"],["14646.340","8817.961"],["14598.857","8820.269"],["14605.149","8820.532"],["14590.463","8829.740"],["14568.606","8832.543"],["14486.257","8936.020"],["14643.629","8872.552"],["14564.257","8783.009"],["14527.958","8770.972"],["14532.645","8766.721"],["14570.158","8758.797"],["9760.421","16925.165"],["9659.153","16872.236"],["9769.138","16867.683"],["9770.962","16968.837"],["9793.837","16962.721"],["7266.803","12995.322"],["7094.951","13012.106"],["7206.584","13159.970"],["7269.599","13008.732"],["7283.326","13175.742"],["7254.314","13083.061"],["7244.524","12972.902"],["6497.650","15545.630"],["5754.071","14782.820"],["7422.275","16658.430"],["7444.572","16613.496"],["4396.254","11268.210"],["4405.974","11262.215"],["4524.072","11277.720"],["12893.868","17718.060"],["12835.332","17797.872"],["12890.232","17791.768"],["12862.651","17765.106"],["12938.012","17797.681"],["12845.160","17887.022"],["12818.271","17952.304"],["12825.817","17876.452"],["12789.801","17911.346"],["12182.476","14655.000"],["8957.556","14967.046"],["8939.889","14888.098"],["8825.847","15006.293"],["8965.825","14877.292"],["8951.310","14888.905"],["8980.102","14914.473"],["8988.000","14968.923"],["8943.691","14971.320"],["8934.238","14965.291"],["8938.002","14952.977"],["8940.268","14963.837"],["8873.889","14975.848"],["8851.697","14997.485"],["8860.707","14975.959"],["8880.332","14959.066"],["8848.523","14945.216"],["8882.149","14947.872"],["8907.947","14961.340"],["8904.804","14943.240"],["8881.753","15008.367"],["8887.569","14995.368"],["8822.982","14889.869"],["8826.116","14873.385"],["11444.529","17134.167"],["11472.472","17161.116"],["7037.475","12105.579"],["7052.575","12123.995"],["10362.552","7937.462"],["5075.188","17573.980"],["5055.118","17553.413"],["5037.773","17613.265"],["5019.572","17457.273"],["5115.593","17430.581"],["5193.800","17460.739"],["5128.892","17438.605"],["5006.394","17438.370"],["5186.640","17504.961"],["5177.700","17499.597"],["5189.362","17517.178"],["5180.427","17517.270"],["5175.210","17515.085"],["5171.283","17503.290"],["5143.590","17415.827"],["5147.663","17567.362"],["5125.771","17558.500"],["12750.432","16074.664"],["12681.975","16048.358"],["12635.078","16008.399"],["12808.730","12525.765"],["12786.988","12345.039"],["12858.526","12487.850"],["12884.641","12375.721"],["12926.879","12524.653"],["12900.105","12454.522"],["12884.010","12530.443"],["12781.754","12410.220"],["12857.283","12512.818"],["12859.757","12378.727"],["12952.964","12531.953"],["11785.909","14392.947"],["11811.179","14418.884"],["7412.462","18719.727"],["7405.930","18763.675"],["7341.411","18744.509"],["7363.203","18737.143"],["7373.760","18796.073"],["7376.932","18839.205"],["7406.599","18870.705"],["7498.821","18875.002"],["5557.109","14744.501"],["5535.382","14755.120"],["5501.090","14802.568"],["5517.438","14772.065"],["6341.345","17249.112"],["6358.664","17262.509"],["6418.746","17199.387"],["6411.813","17219.658"],["6380.730","17235.513"],["6375.531","17240.686"],["11802.017","14784.629"],["11789.312","14746.146"],["11828.178","14688.357"],["11799.702","14708.538"],["11772.735","14801.591"],["11883.771","14812.264"],["11934.162","14853.490"],["11762.187","14778.634"],["11731.185","14730.161"],["10069.357","14849.536"],["10051.603","14843.117"],["14082.807","9468.485"],["14123.120","9480.531"],["10306.362","7813.086"],["10301.336","7885.736"],["10423.433","7840.156"],["8356.558","19340.896"],["8200.603","19462.370"],["8167.005","19481.652"],["8246.045","19518.704"],["8259.807","19482.454"],["8300.808","19426.379"],["8287.227","19406.699"],["8188.493","19331.216"],["8336.005","19440.576"],["4533.792","9510.934"],["4477.481","9457.491"],["4543.041","9536.990"],["4545.577","9574.417"],["4530.568","9516.367"],["4442.300","9456.781"],["7166.832","16927.561"],["7179.569","16896.888"],["7231.675","16922.168"],["7251.891","16859.393"],["7117.090","16986.188"],["7257.652","16778.467"],["7245.231","16805.701"],["7129.812","16965.199"],["7159.003","16918.085"],["7125.736","16885.086"],["7134.717","16850.230"],["7225.121","16950.907"],["7185.703","16964.735"],["8096.328","16849.407"],["8049.569","16811.796"],["8026.082","16881.996"],["7980.667","16904.385"],["8032.227","16952.535"],["10882.513","15989.061"],["10841.509","16113.959"],["10815.771","16068.225"],["10796.393","15968.206"],["10247.292","16197.186"],["10238.100","16172.387"],["10064.183","16239.177"],["10074.727","16258.029"],["10049.067","16228.553"],["10074.326","16271.428"],["11654.175","14950.199"],["11685.414","14942.112"],["11598.154","14876.747"],["11660.245","14888.387"],["11591.895","14993.432"],["11588.464","15074.793"],["11544.356","14877.884"],["11520.524","15025.872"],["10285.901","13846.010"],["10281.197","13939.635"],["7962.501","14150.531"],["7964.146","14094.985"],["8021.448","14143.342"],["7969.896","14061.241"],["8006.728","14086.678"],["7958.833","14123.441"],["11001.502","15226.234"],["10901.864","15144.260"],["11064.582","15144.946"],["7933.373","13039.449"],["7819.249","13020.999"],["7874.489","13024.138"],["7891.313","13042.194"],["7909.171","13059.358"],["7927.303","13100.806"],["7754.636","13002.751"],["7737.104","13019.782"],["7732.212","13039.741"],["7728.330","13077.043"],["6862.025","17686.915"],["6876.191","17799.691"],["6843.498","17715.915"],["6814.690","17697.503"],["6793.328","17671.127"],["6682.082","17636.573"],["6693.336","17630.548"],["6731.679","17716.345"],["6738.528","17752.435"],["6778.579","17752.609"],["6764.342","17684.746"],["6750.351","17663.988"],["6678.546","17690.872"],["6797.248","17728.053"],["6855.756","17762.481"],["6835.375","17755.503"],["6790.792","17734.937"],["8145.061","10639.263"],["8086.355","10639.408"],["10198.279","13213.578"],["10239.776","13183.454"],["6280.997","13152.861"],["7642.214","17680.663"],["9587.658","16336.090"],["9512.238","16251.503"],["9467.336","16308.144"],["9506.651","16172.118"],["6923.569","14276.765"],["13903.758","14841.208"],["7040.422","13790.046"],["6938.744","13806.049"],["6883.256","13663.077"],["4475.618","18585.693"],["10056.511","16335.717"],["10067.197","16290.252"],["5685.840","9700.581"],["5751.073","9647.400"],["5695.887","9656.339"],["5630.236","9664.294"],["5780.435","9729.625"],["5757.436","9687.281"],["5805.544","9587.942"],["5663.044","9690.292"],["5736.089","9642.116"],["5630.631","9687.977"],["5759.657","9716.034"],["5822.459","9607.832"],["7000.157","17993.763"],["7083.886","17920.867"],["6948.488","17833.774"],["6908.022","17836.841"],["6976.056","17884.261"],["6977.441","17932.782"],["6956.848","17954.037"],["6932.969","17955.300"],["6916.303","17942.290"],["6932.112","17890.227"],["6911.208","17899.482"],["6903.797","17926.311"],["6920.625","18000.099"],["6918.661","18012.046"],["7045.268","17986.463"],["7041.552","17963.360"],["7090.764","17984.903"],["7058.130","17932.878"],["7025.840","17908.049"],["7012.325","17840.323"],["7066.892","17854.277"],["6931.264","18039.761"],["11857.649","13603.557"],["11856.947","13572.769"],["11854.490","13557.241"],["11873.312","13560.755"],["11746.336","13394.800"],["11917.272","13464.328"],["11895.826","13470.235"],["11829.207","13518.957"],["8820.186","15277.694"],["8874.979","15179.545"],["9575.708","12657.351"],["9593.904","12595.835"],["9567.734","12570.380"],["10187.000","16717.265"],["10216.743","16731.119"],["10196.410","16624.379"],["5097.642","18200.905"],["5000.059","18148.734"],["4998.865","18109.091"],["9369.254","18608.629"],["12772.431","4285.299"],["9858.136","14363.155"],["6084.774","9527.270"],["6205.700","9486.295"],["7489.180","14033.721"],["9410.760","19125.747"],["8701.462","13446.251"],["8719.228","13493.248"],["8744.190","13520.589"],["8769.137","13590.686"],["8616.851","13588.405"],["9086.922","15789.844"],["9105.556","15928.012"],["14556.154","15201.609"],["14502.725","15290.128"],["14479.990","15187.010"],["14470.735","15176.508"],["14538.623","15214.157"],["14555.523","15218.936"],["14605.323","15249.092"],["14643.443","15275.412"],["14560.088","15219.747"],["8156.033","16753.663"],["8165.325","16732.573"],["11891.365","15927.631"],["11814.971","15814.327"],["11777.018","15763.517"],["11757.820","15742.673"],["11794.289","15848.643"],["11801.876","15857.562"],["11815.296","15869.669"],["11848.408","15893.639"],["11892.829","15762.619"],["4962.587","17586.731"],["4836.138","17459.767"],["4832.326","17482.275"],["12253.390","13365.262"],["12246.039","13351.885"],["7933.703","16906.709"],["7756.853","16978.674"],["7804.676","16962.858"],["7789.034","16879.875"],["7834.621","16843.384"],["7867.137","16867.449"],["7894.087","16838.032"],["7929.195","16859.545"],["7925.648","16795.456"],["7913.145","13370.408"],["7862.423","13374.285"],["7882.651","13297.399"],["7910.549","13319.433"],["7818.688","13383.709"],["7753.006","13315.272"],["7771.607","13305.277"],["7631.171","19566.081"],["7552.845","19554.796"],["7617.294","19595.132"],["7599.830","19616.590"],["7569.296","19620.204"],["7688.247","19562.245"],["7675.044","19629.244"],["7666.753","19581.345"],["7669.142","19648.511"],["7679.186","19661.948"],["7645.529","19614.764"],["7623.956","19573.251"],["7603.072","19547.426"],["7575.358","19540.888"],["7583.717","19562.678"],["7590.059","19606.115"],["7532.359","19635.605"],["7547.035","19697.719"],["8984.500","14395.566"],["8955.531","14349.133"],["8975.991","14335.541"],["6995.681","12714.622"],["6729.052","14863.162"],["11906.630","15258.585"],["11846.329","15288.384"],["11735.454","15233.831"],["11739.510","15091.628"],["11727.802","15194.974"],["12198.441","16209.972"],["6037.708","17755.627"],["6004.807","17777.230"],["11400.852","16353.824"],["11487.299","16365.067"],["7903.308","19354.053"],["7890.767","19371.486"],["7869.014","19358.973"],["7843.193","19399.787"],["7913.043","19371.664"],["7928.173","19469.617"],["7848.846","19453.948"],["7796.819","19493.961"],["7756.260","19383.904"],["7828.360","19369.233"],["7734.212","19500.384"],["7866.647","19490.818"],["6443.350","17124.580"],["6425.285","17117.723"],["6446.933","17156.055"],["6450.587","17195.396"],["9654.690","12997.202"],["9723.848","13153.495"],["12213.860","16342.824"],["12347.383","16333.174"],["7557.211","18182.164"],["7563.600","18248.317"],["7534.589","18226.147"],["7520.585","18213.135"],["7688.102","18217.164"],["7293.851","12938.988"],["15591.151","12602.858"],["7726.999","8994.742"],["12585.637","15526.506"],["12686.171","15698.050"],["4480.930","9102.449"],["4396.721","9150.749"],["4533.498","9091.240"],["4560.387","9069.844"],["4533.468","9032.360"],["4448.048","9102.839"],["4432.741","9163.648"],["4547.263","9021.496"],["12626.249","13846.285"],["7637.765","13179.350"],["7613.961","13081.632"],["7589.581","13086.176"],["7586.330","13093.780"],["7607.938","13126.441"],["7640.071","13126.349"],["7674.403","13092.606"],["7705.323","13000.419"],["7684.419","12986.133"],["6734.265","17830.597"],["10948.726","15700.350"],["10973.641","15646.977"],["8740.848","13194.849"],["8681.503","13263.399"],["8675.985","13343.629"],["8692.771","13360.403"],["8761.895","13355.792"],["8719.949","13210.094"],["8648.874","13239.126"],["7947.478","9136.796"],["11536.643","17093.169"],["11524.798","17172.421"],["11547.475","17161.490"],["11538.377","17109.568"],["4701.075","10611.318"],["4623.280","10630.003"],["4581.900","10535.654"],["4711.390","10581.736"],["4633.465","10615.586"],["4611.620","10574.680"],["7197.086","17858.422"],["7190.622","17881.735"],["5867.665","18869.188"],["5951.661","18717.580"],["5988.914","18807.786"],["5834.606","18681.226"],["6030.430","18733.991"],["5886.804","18830.843"],["9810.417","13244.245"],["9809.644","13247.515"],["14752.626","12116.056"],["13121.072","12668.048"],["13167.812","12608.645"],["13066.760","12587.057"],["13002.335","12581.637"],["13195.715","12730.811"],["13152.911","12601.313"],["13016.272","12559.741"],["13001.431","12600.514"],["13164.580","12741.497"],["8828.275","11594.913"],["8913.801","15632.396"],["8868.838","15592.402"],["8831.105","15625.030"],["8806.733","15645.655"],["8544.560","13775.657"],["8435.019","13685.317"],["8389.037","13660.287"],["8441.423","13802.433"],["8431.612","13769.891"],["8564.029","13790.191"],["8562.818","13740.416"],["8556.969","13682.085"],["8544.081","13697.748"],["8028.238","15326.894"],["8024.421","15348.485"],["8008.423","15316.880"],["8031.783","15329.599"],["7942.970","15299.864"],["8094.386","15303.552"],["8128.561","15361.045"],["7987.386","15496.167"],["10503.031","12619.856"],["10523.224","12688.041"],["10515.365","12711.185"],["5361.925","14550.545"],["5363.656","14535.483"],["5372.324","14532.015"],["11920.230","15961.826"],["11916.701","15988.695"],["6676.082","18109.695"],["11935.819","13803.063"],["11954.066","13776.005"],["11958.259","13652.045"],["11958.760","13640.283"],["11978.081","13644.344"],["12011.779","13659.783"],["12053.747","13695.194"],["12099.780","13697.906"],["12065.708","13710.755"],["12057.655","13727.692"],["12054.335","13743.023"],["12097.846","13784.631"],["12103.648","13732.573"],["11986.586","13804.100"],["12142.170","13659.647"],["12145.134","13652.425"],["7340.235","12818.875"],["7339.415","12782.501"],["8539.078","17937.555"],["8530.366","17902.202"],["8504.278","17881.455"],["8464.389","17881.448"],["9666.748","17674.853"],["5438.410","18973.563"],["5449.931","18995.387"],["5538.201","18958.209"],["5471.290","18954.417"],["5449.622","18901.527"],["5442.081","18896.373"],["12363.257","16395.537"],["7941.214","13715.794"],["8112.211","13768.885"],["7968.590","13720.062"],["7971.305","13774.797"],["8001.981","13815.089"],["7958.436","13809.645"],["8035.490","13702.471"],["8103.906","13810.528"],["8037.991","13809.428"],["8042.418","13806.292"],["9916.694","15028.574"],["9854.344","14977.599"],["8212.776","19705.917"],["8151.883","19672.689"],["8308.983","19711.399"],["8219.106","19615.164"],["8242.709","19650.031"],["8273.203","19649.745"],["8305.375","19657.659"],["8304.832","19640.252"],["13827.050","13207.854"],["13683.404","13327.390"],["14204.118","16046.582"],["14222.163","16013.387"],["9344.720","14412.152"],["9402.822","14442.372"],["6596.312","17680.366"],["6582.290","17659.070"],["6658.522","17669.434"],["6602.733","17650.721"],["6615.511","17650.112"],["10923.338","17309.965"],["11008.417","17218.520"],["14842.183","8777.093"],["14862.538","8848.382"],["14742.829","8939.365"],["14749.398","8888.308"],["14826.454","8921.614"],["14674.008","8824.766"],["14837.906","8763.451"],["14849.824","8841.263"],["14757.046","8845.104"],["14849.892","8900.375"],["5253.636","18328.473"],["5275.054","18374.004"],["5265.831","18350.437"],["5206.675","18329.889"],["8414.454","19320.879"],["8239.090","14783.720"],["8230.192","14797.770"],["8231.270","14789.457"],["8166.365","14814.857"],["8233.307","14794.197"],["8235.877","14787.237"],["7923.907","18236.388"],["7924.499","18239.460"],["7931.288","18199.269"],["7894.397","18213.654"],["7908.768","18191.225"],["7882.716","18200.936"],["7880.432","18156.868"],["7867.028","18178.106"],["7800.981","18117.801"],["7796.096","18109.543"],["7862.673","18085.373"],["7874.071","18103.986"],["7737.326","18046.028"],["6866.082","13762.190"],["6840.279","13784.423"],["6845.629","13759.458"],["6868.771","13739.331"],["6847.372","13602.472"],["6799.072","13596.975"],["6846.398","13557.042"],["6844.489","13540.464"],["6850.315","13523.624"],["6838.876","13494.176"],["10278.635","13718.548"],["10277.549","13750.225"],["10262.760","13678.813"],["10313.076","13776.798"],["10297.993","13708.953"],["7026.791","15921.996"],["6930.351","15884.148"],["6890.720","15865.528"],["6967.924","15818.332"],["6984.204","15814.667"],["7073.166","15852.065"],["7066.288","15806.765"],["7030.414","15853.729"],["7033.319","15889.801"],["7010.264","15895.521"],["6944.938","15865.895"],["14819.520","8640.820"],["14747.888","8602.281"],["14829.192","8636.377"],["14727.378","8620.316"],["6392.449","13405.788"],["6392.195","13462.930"],["6325.676","13468.508"],["6330.654","13438.950"],["6317.929","13562.151"],["6261.367","13602.141"],["14370.511","12322.917"],["14459.795","12324.755"],["14372.238","12315.221"],["6271.482","13628.018"],["6263.378","13608.756"],["5661.261","9148.842"],["5658.515","9146.695"],["12656.774","17834.268"],["12637.810","17848.669"],["12758.841","17834.428"],["7701.357","8682.462"],["7690.907","8740.820"],["5039.863","8943.836"],["5050.590","8912.402"],["5096.252","8928.500"],["5006.703","8877.059"],["5187.412","8817.554"],["5139.596","8898.908"],["5060.238","8867.094"],["5145.265","8884.957"],["5110.296","8909.267"],["5144.919","8952.629"],["5019.613","8897.202"],["5117.274","8876.992"],["5127.507","8917.306"],["5008.496","8862.344"],["5114.145","8825.111"],["5126.153","8861.469"],["5031.571","8853.502"],["5119.861","8912.893"],["9900.810","11789.956"],["9951.361","11900.397"],["9933.731","11900.398"],["9850.169","11707.058"],["9907.169","11872.061"],["7040.612","13990.699"],["11072.301","16811.675"],["10899.266","16807.134"],["11069.135","16855.275"],["3070.229","13412.724"],["5885.716","17288.721"],["5944.028","17396.600"],["8820.070","18056.965"],["8887.648","18091.987"],["8921.950","18214.645"],["8898.348","18221.004"],["8805.102","18051.360"],["9141.881","15623.714"],["9092.325","15712.840"],["9183.983","15702.862"],["9005.423","15636.420"],["9077.060","15534.634"],["9108.253","15581.816"],["9099.882","15511.026"],["9131.800","15533.141"],["9195.005","15523.686"],["10592.484","13836.152"],["9263.896","12359.388"],["9307.462","12380.308"],["9257.710","12495.227"],["9308.653","12375.666"],["11407.152","18042.471"],["7431.944","16434.003"],["7485.141","16426.788"],["7460.108","16459.109"],["7493.449","16412.696"],["7456.174","16358.238"],["7437.149","16353.136"],["7418.218","16393.248"],["7406.804","16398.164"],["7359.690","16381.351"],["7323.170","16404.804"],["7350.341","16540.912"],["7400.759","16545.058"],["7406.631","16471.355"],["7371.342","16485.666"],["7343.486","16469.816"],["7342.116","16477.405"],["7337.914","16458.321"],["7264.588","18589.719"],["7261.424","18659.863"],["7286.017","18636.623"],["11144.086","16614.916"],["11282.991","16723.457"],["6848.329","18974.377"],["6775.306","19012.950"],["6792.219","18896.553"],["6739.535","18958.771"],["6848.101","19029.370"],["6767.886","18921.717"],["12285.083","15081.566"],["12274.578","15081.137"],["12344.739","14979.146"],["12335.252","14998.223"],["12320.489","15029.649"],["12308.804","15039.705"],["12303.361","15031.581"],["12350.056","14952.091"],["12235.492","14969.961"],["12221.334","14998.108"],["12195.359","15031.132"],["12180.566","15008.063"],["12183.072","15060.668"],["12148.832","15008.726"],["12274.331","15076.307"],["12341.513","14984.979"],["12252.800","15067.620"],["12261.991","15061.890"],["12267.625","15052.983"],["12272.624","15041.894"],["12225.791","15072.795"],["12244.051","15070.694"],["12283.583","14948.890"],["9537.956","12987.815"],["9523.972","13001.990"],["9546.392","13033.891"],["9576.444","13000.377"],["9594.515","13027.080"],["9591.358","13002.230"],["6527.651","17354.476"],["6518.583","17302.903"],["5682.819","9441.470"],["5778.065","9407.770"],["5721.885","9431.877"],["5759.907","9405.904"],["5729.467","14245.773"],["5808.365","14266.136"],["5795.732","14356.726"],["5784.980","14338.991"],["13838.295","14623.619"],["13838.724","14518.477"],["6198.223","9921.870"],["6165.640","9946.957"],["13416.376","14084.618"],["13456.510","14034.716"],["13414.572","14089.847"],["12134.013","16993.601"],["12792.749","15862.077"],["12801.593","15783.689"],["14064.322","8976.609"],["14054.042","8999.598"],["14057.931","9161.174"],["10086.052","12819.651"],["10202.919","12795.125"],["10239.914","12849.169"],["10215.538","12866.115"],["10157.726","12869.840"],["10192.659","12931.457"],["10076.969","12886.510"],["10129.686","12821.857"],["10195.440","12819.494"],["10247.937","12945.089"],["10144.851","12826.042"],["5872.265","18322.723"],["5880.469","18365.674"],["5968.487","18411.017"],["5894.992","18438.154"],["5831.960","18362.307"],["6830.619","18029.027"],["6766.419","18011.584"],["6769.842","17983.983"],["6769.060","18034.516"],["8933.438","14517.722"],["8948.007","14557.014"],["6094.411","18746.982"],["6132.026","18813.561"],["6130.001","18752.891"],["6236.383","18882.106"],["6178.027","18763.510"],["10676.726","13518.739"],["9350.295","17208.863"],["9273.755","17228.387"],["9239.294","17307.182"],["9320.029","17224.021"],["9370.651","17264.725"],["9408.784","17286.219"],["9331.374","17364.279"],["9316.830","17329.428"],["9391.637","17366.270"],["9293.045","17198.725"],["9293.045","17198.725"],["13192.303","13864.013"],["13197.766","14000.684"],["8778.204","14003.622"],["8848.961","13992.963"],["8834.504","13991.790"],["8786.938","13998.771"],["8786.955","14004.237"],["8798.314","13975.507"],["8783.906","13955.259"],["8798.213","13885.726"],["8814.595","13872.348"],["8841.394","13876.469"],["8847.890","13861.819"],["8343.890","12080.918"],["8347.423","11990.031"],["8273.742","11976.803"],["8334.928","11945.896"],["8258.815","12060.544"],["8275.282","11924.027"],["8300.433","11914.003"],["11143.663","16014.669"],["7342.025","19160.823"],["7423.276","19245.047"],["7363.949","19214.035"],["7336.147","19208.472"],["7307.778","19214.296"],["7331.072","19296.044"],["7315.079","19193.550"],["7338.715","19166.519"],["7343.533","19149.063"],["7438.619","19103.676"],["7461.436","19271.850"],["7439.791","19293.090"],["10861.919","16867.212"],["10839.266","16841.892"],["10858.522","16811.994"],["10809.296","16932.239"],["10791.942","16942.711"],["10768.386","16917.378"],["10804.196","16885.769"],["10823.294","16846.860"],["10795.542","16823.408"],["10766.509","16840.285"],["10762.217","16776.680"],["15144.824","8947.037"],["15126.475","8903.313"],["15122.571","8939.440"],["9294.754","11830.048"],["9349.865","11840.887"],["9324.691","11724.337"],["9296.555","11735.451"],["9384.147","11731.092"],["9251.928","11749.531"],["6268.211","14838.856"],["6333.724","14791.935"],["6377.984","14819.450"],["6258.861","14787.576"],["6265.538","14789.923"],["6281.162","14788.569"],["6296.762","14809.442"],["6300.201","14791.648"],["6307.301","14780.194"],["6286.404","14750.492"],["6259.178","14746.355"],["6274.923","14777.251"],["6281.774","14775.186"],["6320.266","14744.857"],["6336.074","14763.441"],["6348.772","14782.598"],["6364.273","14799.536"],["6379.299","14803.648"],["6379.150","14810.560"],["6347.347","14810.923"],["6341.233","14791.272"],["6277.825","14833.006"],["6269.602","14834.146"],["6289.520","14844.927"],["6320.872","14851.785"],["6312.981","14828.557"],["6307.677","14785.491"],["13006.644","12885.378"],["13038.537","12827.349"],["13041.325","12776.668"],["13094.680","12879.105"],["13175.282","12804.998"],["13065.560","12827.514"],["13020.650","12794.472"],["13131.835","12862.986"],["13142.222","12824.420"],["13669.780","14930.855"],["13650.873","14964.664"],["13680.177","14964.224"],["13763.154","14946.217"],["13782.307","15072.226"],["13761.701","15034.219"],["13725.253","15065.807"],["13640.797","15018.424"],["13823.450","14935.583"],["13701.024","15048.671"],["13685.153","15078.164"],["13753.434","14930.362"],["13683.285","14965.479"],["13725.632","14963.525"],["13778.790","15021.486"],["13645.247","14985.974"],["13791.434","14937.994"],["7746.418","17597.999"],["5788.925","9360.157"],["5802.826","9357.451"],["5828.538","9303.565"],["9382.946","19035.963"],["9396.978","19044.989"],["9370.298","19066.850"],["9363.652","18941.439"],["7992.929","12521.070"],["8242.492","11695.928"],["5849.070","18249.623"],["13958.456","15555.697"],["10683.832","7634.482"],["6368.318","13248.413"],["8696.947","17641.775"],["4558.655","18507.923"],["4562.012","18567.322"],["4515.896","18575.402"],["4519.020","18561.659"],["4504.142","18573.393"],["4493.016","18469.531"],["14593.365","9122.384"],["14615.848","9121.212"],["7832.906","20084.433"],["6401.717","17156.013"],["6259.178","17148.983"],["6282.822","17075.150"],["6279.621","17057.720"],["6330.889","17047.720"],["6398.948","17041.761"],["10178.825","12992.199"],["10219.891","13013.659"],["10241.940","13042.984"],["10199.020","13093.845"],["10173.297","13103.090"],["10143.358","13080.987"],["10236.267","13096.502"],["5042.165","8964.563"],["8304.254","18757.707"],["8345.144","18872.181"],["8294.396","18767.272"],["8337.929","18861.874"],["8282.942","18775.349"],["8169.874","18884.605"],["6587.180","16743.873"],["14055.364","13919.208"],["10550.419","14682.833"],["10476.490","14725.254"],["10503.627","14698.524"],["4679.620","9352.727"],["4572.223","9272.799"],["4603.207","9320.857"],["14245.752","8714.804"],["7608.189","14933.738"],["7673.450","15010.375"],["7569.678","15012.544"],["7648.591","15008.919"],["7704.118","15018.997"],["7616.187","14903.288"],["7582.391","14988.055"],["11406.346","18066.484"],["11334.416","18168.141"],["11309.997","18088.973"],["11372.361","18205.085"],["9907.679","12227.408"],["9839.955","12312.841"],["9831.073","12297.927"],["9974.271","12137.598"],["9873.249","12332.047"],["9864.910","12324.678"],["9852.274","12273.923"],["9881.873","12164.287"],["9969.137","12324.973"],["9322.163","12273.370"],["9319.877","12314.405"],["9345.492","12298.251"],["9223.179","12310.612"],["7057.762","16374.647"],["7082.263","16391.802"],["6913.218","16397.139"],["6942.876","16400.511"],["6944.548","16444.302"],["6979.160","16475.401"],["7050.876","16457.738"],["7022.502","16534.835"],["6985.164","16553.027"],["4837.618","17392.790"],["4902.302","17298.313"],["4918.513","17219.306"],["4982.318","17335.421"],["4984.299","17340.912"],["4983.959","17340.365"],["4973.820","17331.423"],["4966.586","17313.372"],["11641.228","15090.993"],["11607.598","15225.600"],["6254.792","9174.842"],["6377.278","9313.696"],["6338.561","9366.297"],["8794.788","12011.701"],["8904.381","12011.948"],["8803.339","11984.480"],["8823.916","12105.227"],["8829.052","12012.678"],["7675.150","14758.460"],["7655.286","14781.509"],["7631.431","14728.233"],["7606.826","14737.382"],["14409.639","12379.094"],["9116.202","16783.576"],["9150.410","16800.341"],["9074.776","16880.793"],["9019.187","16865.654"],["10146.951","17006.974"],["7254.237","13903.485"],["7265.635","13829.447"],["8306.033","15227.371"],["8199.727","15218.390"],["8349.990","15291.269"],["8190.101","15172.549"],["8246.656","15291.903"],["8268.333","15222.435"],["8272.363","15218.108"],["8182.543","15247.901"],["14587.565","12256.131"],["14569.898","12282.170"],["14556.772","12331.230"],["14549.424","12203.810"],["14655.651","12149.365"],["14549.733","12289.899"],["10964.645","17173.925"],["8146.500","18076.905"],["7577.155","16173.618"],["7582.969","16229.291"],["7555.667","16145.619"],["7576.192","16183.265"],["7541.826","16264.534"],["7527.861","16182.269"],["7527.538","16230.472"],["7269.956","12580.233"],["7286.698","12662.764"],["7284.164","12668.490"],["6167.128","9205.484"],["6135.490","9216.821"],["6199.021","9244.644"],["6075.941","9181.177"],["6121.507","9192.175"],["6054.561","9200.532"],["6138.131","9234.592"],["6191.470","9232.073"],["6172.332","9175.979"],["6198.890","9194.025"],["6100.119","9170.888"],["6093.754","9235.480"],["8082.745","18530.260"],["6272.827","14150.328"],["6327.646","14050.559"],["6327.356","14136.096"],["6256.988","14173.383"],["7734.981","19538.488"],["7802.755","19628.413"],["7842.218","19523.972"],["7844.302","19545.870"],["7870.555","19565.962"],["7728.898","19605.712"],["7728.614","19565.078"],["7736.710","19592.787"],["7767.068","19590.690"],["8264.925","15867.790"],["8218.062","15921.932"],["8278.708","15741.257"],["8227.702","15774.280"],["8154.325","15851.289"],["8280.789","15832.202"],["8170.593","15883.720"],["5692.577","17660.581"],["5629.806","17691.252"],["5791.340","17750.178"],["9687.507","15826.954"],["9698.569","15890.078"],["9799.035","15927.053"],["11072.448","14728.355"],["10977.051","14709.553"],["11003.708","14666.890"],["11023.014","14772.319"],["11043.266","14788.319"],["11078.429","14820.416"],["10998.473","14793.373"],["10971.471","14822.212"],["6420.399","17549.103"],["6344.855","17416.649"],["6374.989","17470.051"],["6364.499","17483.396"],["6319.512","17442.533"],["6291.481","17494.040"],["6294.904","17534.950"],["6318.958","17555.272"],["6335.325","17492.753"],["6409.789","17545.703"],["6416.577","17483.368"],["14497.527","9464.261"],["14568.170","9493.054"],["14478.616","9408.617"],["14516.623","9477.044"],["14575.538","9446.761"],["14467.901","9459.935"],["5292.494","11028.846"],["6116.306","9007.163"],["6125.849","9142.928"],["6155.455","9117.023"],["6159.411","9033.707"],["6074.118","8985.231"],["6097.642","9107.734"],["6193.852","9052.385"],["9603.101","14338.209"],["9548.430","14363.857"],["9579.971","14367.595"],["9564.006","14353.667"],["8060.225","16474.519"],["7951.838","16517.588"],["8122.173","16502.451"],["7948.101","16439.106"],["7950.803","16376.547"],["7977.491","16478.280"],["8072.530","16559.568"],["7971.801","16449.841"],["8684.670","12939.599"],["8628.683","12764.980"],["8572.370","12914.494"],["8768.286","12885.682"],["8692.751","12816.752"],["8689.113","12804.553"],["8687.156","12773.648"],["8644.620","12932.464"],["8572.757","12823.100"],["8976.628","16258.125"],["8916.468","16243.843"],["8850.217","16224.706"],["8854.111","16200.119"],["8869.650","16156.272"],["8844.326","16146.759"],["8972.664","16194.444"],["8949.973","16242.266"],["8902.729","16217.004"],["9002.576","17284.317"],["9059.650","17322.753"],["12182.815","17782.163"],["12200.337","17732.687"],["12158.095","17775.127"],["12235.199","17796.847"],["12174.351","17718.120"],["15504.043","5583.113"],["7124.256","15039.242"],["7190.557","15003.683"],["15165.582","15838.926"],["15192.699","15850.440"],["15164.303","15874.884"],["15196.611","15897.373"],["10512.825","15364.791"],["10544.142","15457.210"],["10904.585","16568.530"],["9003.730","14406.377"],["8989.980","14423.537"],["9005.602","14417.630"],["14467.132","8490.019"],["14575.496","8451.120"],["14492.001","8481.728"],["14518.851","8408.676"],["8703.698","15733.272"],["8723.756","15803.199"],["8769.792","15817.565"],["8692.102","15879.737"],["8624.012","15863.864"],["8748.806","15774.610"],["8619.737","15755.218"],["8906.134","15462.612"],["8898.389","15392.911"],["8938.836","15378.841"],["8935.079","15305.539"],["8953.931","15349.146"],["14944.739","9181.219"],["14937.578","9312.245"],["14956.088","9253.676"],["14965.544","9333.384"],["14971.762","9173.605"],["14953.992","9341.246"],["14509.411","9358.192"],["14492.539","9312.082"],["14489.933","9231.855"],["14531.170","9225.030"],["14643.574","9333.819"],["14557.012","9371.468"],["14491.302","9340.372"],["14483.789","9321.199"],["14463.864","9179.386"],["14476.535","9266.520"],["14478.505","9172.231"],["14555.038","9365.556"],["7518.818","15743.733"],["11191.915","14486.863"],["11233.231","14479.314"],["11164.220","14487.858"],["11182.303","14483.849"],["11195.429","14471.161"],["13979.535","9203.512"],["14037.406","9325.294"],["14040.079","9345.477"],["13990.872","9167.289"],["13981.998","9260.894"],["14034.557","9208.338"],["13954.219","9254.602"],["13882.141","9336.609"],["14017.961","9165.632"],["14543.629","9533.891"],["14490.963","9527.850"],["14526.409","9538.615"],["14608.688","9527.562"],["14462.032","9553.086"],["8292.053","13954.753"],["8316.922","13942.796"],["15486.757","5565.805"],["15432.613","5566.152"],["15416.100","5533.485"],["8787.781","15505.592"],["8835.756","15505.783"],["8815.906","15344.707"],["8844.281","15352.898"],["8787.767","15323.129"],["8811.076","15302.720"],["9185.683","16662.013"],["11407.114","14951.093"],["11432.907","14915.478"],["11383.319","14923.673"],["11389.349","14921.504"],["11358.000","14920.844"],["7762.599","12934.220"],["7803.567","12966.101"],["7858.443","12787.801"],["5118.432","16237.938"],["5106.589","16286.556"],["7745.316","11981.139"],["7725.273","11936.524"],["7924.592","12112.148"],["6262.005","15312.792"],["6428.961","15352.213"],["6368.407","15502.993"],["6362.014","15407.203"],["6349.918","15374.046"],["6425.341","15307.888"],["12330.827","12836.561"],["12294.248","12966.140"],["12208.656","12904.474"],["12344.888","12935.956"],["12308.224","12802.011"],["7193.135","13857.523"],["7165.997","13843.947"],["6619.051","17755.208"],["6614.133","17742.382"],["6584.303","17753.336"],["6608.862","17763.017"],["6592.833","17738.020"],["6509.178","17727.754"],["6504.920","17684.116"],["6514.652","17713.397"],["6504.661","17715.399"],["6529.356","17698.057"],["9858.392","16918.739"],["9862.041","16779.979"],["9984.157","16891.487"],["9910.936","16960.229"],["9846.370","16972.056"],["9260.591","16023.285"],["9256.320","16099.293"],["9343.003","16098.650"],["7322.438","20038.356"],["7423.592","20115.714"],["7415.415","20137.240"],["7388.721","20144.861"],["7346.814","20107.319"],["7483.866","12504.753"],["4452.963","14315.715"],["4356.703","14428.886"],["4371.259","14364.988"],["4439.854","14322.553"],["4418.028","14430.051"],["8636.815","14974.826"],["8728.220","14969.688"],["8611.817","14877.400"],["8618.307","14905.807"],["8632.734","14876.311"],["8747.006","14991.165"],["8757.387","14967.747"],["8767.585","14954.370"],["8618.486","15080.095"],["8642.174","15047.329"],["8648.292","15077.453"],["8403.598","11437.262"],["9209.424","18349.762"],["8678.981","12752.058"],["8687.855","12710.259"],["8654.318","12711.982"],["8666.588","12660.237"],["8634.934","12637.691"],["8619.637","12655.991"],["8608.734","12644.123"],["8596.803","12600.321"],["8613.985","12609.594"],["8570.093","12673.410"],["11887.130","16288.018"],["11818.839","16260.842"],["11799.191","16225.255"],["11818.493","16318.295"],["5806.105","18088.915"],["5775.702","18089.449"],["5748.067","18066.457"],["5740.052","18055.699"],["5699.336","18070.475"],["5665.012","18087.940"],["9621.067","15501.681"],["9647.046","16019.944"],["9774.294","16034.927"],["9825.462","16037.759"],["8668.970","15445.834"],["8601.166","15444.642"],["8679.374","15476.434"],["8771.182","15308.682"],["8712.902","15307.691"],["8740.533","15350.901"],["8776.710","15327.092"],["9289.840","16986.158"],["9281.864","16980.654"],["9309.641","16963.118"],["9323.902","16967.780"],["9365.114","16941.076"],["9362.675","16944.281"],["9347.348","16948.755"],["9341.158","16954.129"],["9350.819","16955.049"],["9344.845","16953.472"],["9337.657","16954.810"],["9341.154","16953.135"],["7341.179","19070.936"],["7306.712","18997.306"],["7326.842","19083.937"],["7343.812","19088.807"],["7366.304","19052.263"],["7399.942","18957.572"],["7465.151","18966.061"],["7493.227","18976.233"],["7350.263","18936.111"],["7454.976","19028.872"],["8181.141","19586.973"],["8175.500","19585.609"],["6591.438","13400.357"],["6627.770","13401.877"],["6521.883","13511.926"],["6479.275","13395.059"],["6568.907","13408.509"],["8813.186","15616.205"],["8849.168","15566.523"],["8888.450","15540.789"],["8802.329","15704.805"],["15197.099","16986.466"],["9877.857","17480.129"],["9854.057","17437.929"],["9853.269","17409.886"],["9877.908","17534.842"],["9866.130","17526.513"],["9865.808","17534.713"],["9889.651","17488.274"],["9929.458","17588.332"],["9960.070","17486.328"],["10011.772","17446.234"],["10029.149","17431.649"],["9991.869","17573.120"],["10001.375","17558.786"],["9503.361","17214.922"],["9436.274","17209.307"],["9549.273","17361.962"],["9478.015","17402.057"],["9483.233","17377.747"],["9588.250","17251.094"],["9547.752","17386.053"],["9479.500","17303.082"],["9440.220","17405.085"],["9476.369","17408.723"],["6621.042","18495.914"],["6553.436","18504.883"],["6478.283","18510.869"],["6652.224","18514.979"],["6571.076","18497.896"],["6654.218","18544.328"],["6467.217","18663.003"],["4853.214","9579.361"],["4859.144","9437.104"],["4862.494","9474.662"],["4818.049","9455.894"],["4883.958","9461.466"],["4779.104","9543.022"],["5403.862","9230.920"],["10093.987","14536.933"],["10068.315","14642.715"],["10127.524","14642.107"],["10792.083","14839.082"],["10794.491","14814.025"],["7331.964","15924.053"],["7811.520","8877.949"],["7778.003","8926.318"],["7813.559","8871.772"],["7812.313","8889.017"],["6786.010","17413.144"],["6764.900","17432.660"],["6677.061","17424.866"],["6863.773","17615.270"],["6839.626","17579.740"],["6844.516","17554.536"],["6823.366","17545.183"],["6759.564","17612.401"],["6716.683","17606.561"],["12374.350","14786.632"],["6052.998","17866.019"],["6056.447","17842.176"],["6079.309","17893.274"],["6097.252","17897.310"],["6127.315","17877.656"],["6147.060","17853.305"],["6161.668","17843.499"],["8171.100","16949.111"],["8236.805","16891.272"],["8258.302","16882.287"],["8164.984","16802.980"],["8185.788","16824.399"],["8208.157","16816.901"],["9231.398","17823.765"],["9250.013","17823.288"],["7116.951","15814.550"],["7143.338","15893.396"],["7094.560","15910.920"],["7112.191","15927.036"],["7197.910","15828.132"],["5542.780","9130.795"],["5600.471","9096.070"],["5513.168","9151.785"],["5608.234","9096.053"],["5615.887","9161.675"],["5742.336","18864.735"],["5661.154","18733.296"],["5659.534","18717.080"],["5652.666","18702.367"],["5627.333","18771.915"],["5677.318","18748.005"],["5661.330","18746.235"],["5653.044","18700.484"],["5654.804","18707.685"],["6664.797","17413.519"],["6629.515","17540.934"],["6623.695","17571.841"],["6599.833","17557.374"],["6576.245","17600.407"],["6640.451","17587.024"],["6575.209","17609.579"],["6536.357","17590.674"],["6526.860","17596.757"],["6490.544","17592.643"],["6488.132","17551.646"],["6544.675","17549.629"],["6469.754","17492.608"],["6492.058","17478.935"],["10573.363","7428.712"],["7877.333","15776.836"],["7895.571","15767.253"],["7905.407","15768.079"],["7901.452","15747.297"],["7883.081","15754.640"],["7890.825","15777.572"],["7900.736","15780.862"],["11980.017","16980.122"],["12086.519","16915.872"],["12069.473","16849.739"],["12026.183","16901.887"],["12120.850","16793.366"],["7611.264","16719.403"],["7627.461","16711.222"],["9646.645","12969.765"],["14278.489","8803.885"],["14348.387","8838.388"],["14416.411","8891.966"],["14428.107","8862.023"],["14430.028","8853.153"],["14446.584","8835.476"],["14269.924","8875.248"],["14444.149","8804.165"],["14328.814","8836.142"],["8377.622","18766.937"],["8477.821","18803.873"],["8519.654","18813.865"],["8526.258","18779.544"],["15004.821","5955.606"],["14960.193","5981.580"],["6610.632","13264.827"],["6628.362","13250.508"],["6617.845","13281.579"],["6664.062","13310.167"],["6568.610","13318.256"],["6649.280","13322.904"],["6593.118","13221.903"],["6510.442","13296.673"],["6462.311","13246.390"],["6554.826","13310.244"],["6528.247","13191.020"],["6584.481","13302.124"],["6660.336","13338.161"],["14922.430","12185.106"],["14957.611","12198.946"],["14975.814","12167.171"],["7132.439","13359.595"],["7258.326","13206.510"],["7282.643","13279.038"],["7229.415","13357.156"],["7279.987","13271.514"],["7182.474","13320.699"],["7164.071","13353.710"],["7279.909","13372.234"],["6647.367","9456.781"],["6587.698","9496.114"],["6650.360","9470.736"],["6558.621","9495.796"],["6586.974","9488.682"],["9231.754","18813.998"],["9209.102","18754.314"],["9232.697","18778.764"],["9366.792","18797.899"],["9392.567","18841.330"],["9322.792","18861.737"],["9299.583","18816.980"],["9328.962","18775.748"],["11452.367","16751.987"],["11417.745","16754.537"],["11418.123","16640.585"],["11444.832","16766.652"],["11374.616","16566.626"],["7072.437","18778.315"],["6887.899","18842.064"],["6943.474","18849.278"],["6968.514","18696.611"],["6992.017","18691.078"],["7070.150","18709.396"],["4748.337","18006.308"],["4697.528","17980.423"],["4709.906","17930.485"],["4676.582","17944.370"],["6312.198","8811.446"],["6287.862","8873.789"],["6259.677","8778.743"],["6353.297","8899.287"],["6274.715","8810.472"],["6347.277","8894.266"],["12703.759","15137.404"],["8308.789","12821.988"],["8866.991","18595.317"],["8878.357","18609.388"],["8902.945","18644.681"],["8879.393","18590.593"],["8858.960","18658.990"],["8976.051","18514.905"],["8967.722","18578.152"],["8818.287","18604.868"],["8856.849","18641.702"],["8779.060","18555.525"],["12401.030","14337.854"],["12401.540","14307.647"],["8830.492","16269.081"],["8826.728","16348.949"],["8901.185","16288.250"],["7050.310","18614.416"],["6883.481","18514.315"],["7071.094","18473.753"],["7087.332","18648.413"],["7092.567","18641.733"],["7077.617","18668.282"],["7709.474","13990.513"],["7565.975","13845.210"],["7626.859","13866.344"],["12363.913","15089.812"],["12500.062","15134.429"],["12495.110","15130.849"],["12481.241","15111.529"],["12485.441","15097.669"],["12432.697","15122.702"],["12416.713","15133.662"],["12439.760","15093.876"],["13293.009","17474.563"],["6839.180","13395.887"],["6832.168","13432.351"],["11344.162","16538.562"],["11111.980","14960.354"],["11193.999","14940.869"],["11158.188","14898.204"],["11178.911","14899.885"],["11111.106","15029.628"],["11130.334","14910.294"],["11124.271","14904.181"],["11126.649","14878.307"],["11124.068","14960.176"],["11113.482","14984.094"],["11116.978","14988.400"],["11096.694","15046.587"],["11119.479","15005.110"],["11104.612","15016.693"],["11097.322","14912.861"],["8220.812","17179.689"],["8898.049","13658.670"],["8827.680","13807.534"],["8831.825","13802.712"],["8857.240","13741.839"],["8871.105","13704.135"],["8835.826","13697.327"],["8842.520","13712.604"],["8877.652","13714.197"],["8854.494","13725.906"],["8949.489","13719.923"],["8953.108","13718.271"],["8949.845","13720.610"],["8966.375","13736.580"],["8886.552","13737.531"],["8901.651","13767.588"],["8904.324","13701.119"],["8940.722","13690.565"],["8831.810","13782.435"],["8827.189","13806.266"],["10507.563","16103.901"],["10591.316","15968.097"],["10597.457","15932.856"],["10527.036","15973.195"],["10666.669","16015.452"],["3505.567","8142.996"],["5531.763","14652.592"],["5537.471","14641.460"],["5424.199","14638.918"],["5465.054","14552.560"],["10189.672","13808.639"],["10101.699","13705.914"],["10085.840","13723.668"],["10049.146","13737.260"],["8909.010","11850.413"],["8805.759","11829.473"],["8875.012","11810.763"],["8985.875","11893.669"],["6743.810","16762.346"],["6690.015","16765.020"],["6712.390","16728.608"],["10373.494","7611.759"],["10275.975","7544.919"],["10459.712","7645.475"],["7384.321","17198.634"],["7343.811","17239.030"],["7428.444","17394.321"],["8325.536","15317.866"],["8327.382","15387.960"],["8182.372","15348.704"],["8188.984","15327.350"],["8197.816","15366.723"],["8186.632","15362.296"],["8259.998","15302.728"],["8299.784","15305.750"],["8286.050","15296.039"],["8278.978","15300.284"],["8278.797","15316.584"],["8272.802","15398.326"],["8276.025","15387.376"],["8293.920","15385.262"],["8310.647","15375.964"],["8318.377","15391.786"],["8160.720","15315.594"],["8171.197","15304.991"],["8243.580","15305.529"],["8326.390","15321.628"],["8330.156","15388.959"],["6315.185","14579.450"],["6370.185","14641.167"],["6360.724","14636.858"],["6304.443","14506.159"],["6380.321","14527.525"],["6309.550","14629.537"],["6331.776","14636.931"],["14371.719","15323.301"],["14296.121","14622.545"],["14307.434","14620.155"],["14369.778","14625.581"],["14280.896","14508.129"],["14320.871","14491.946"],["14314.095","14597.380"],["14292.590","14494.504"],["14317.796","14454.704"],["7491.442","14857.702"],["7433.294","14816.308"],["7309.483","14851.916"],["13987.881","12817.425"],["13926.722","12874.064"],["13973.516","12833.933"],["8889.402","18703.423"],["8904.922","18759.225"],["8984.339","18726.039"],["8974.610","18761.238"],["8969.682","18793.847"],["8982.840","18805.666"],["8854.374","18807.975"],["8906.478","18877.122"],["8790.517","18716.376"],["8813.257","18777.711"],["7475.714","16558.441"],["7503.503","16477.323"],["5186.726","10819.996"],["5159.754","10788.192"],["5161.481","10851.435"],["13021.851","15097.974"],["3026.593","13370.748"],["2984.365","13207.840"],["3089.785","13355.301"],["2955.127","13260.269"],["2987.318","13291.133"],["3016.297","13388.700"],["2961.157","13217.237"],["2932.183","13261.624"],["3032.013","13306.494"],["2992.121","13286.294"],["9596.298","16713.261"],["9548.283","16625.304"],["11257.690","16183.383"],["11191.461","16159.837"],["9298.766","14481.450"],["9321.956","14498.742"],["9230.559","14587.018"],["9390.505","14634.293"],["9323.305","14510.269"],["9408.628","14513.701"],["5677.604","8917.495"],["5668.772","8877.676"],["5107.534","17994.227"],["5073.887","18038.219"],["5079.395","17990.518"],["5190.635","17834.578"],["5080.613","18025.764"],["5082.333","17988.953"],["5140.387","18032.402"],["8582.555","18983.004"],["8571.996","18940.920"],["7494.894","18611.373"],["5630.194","14977.816"],["15674.746","12160.578"],["15641.002","12130.628"],["7900.248","16762.642"],["7910.709","16715.063"],["7822.304","16726.219"],["7826.802","16681.299"],["7824.273","16633.505"],["7831.659","16586.517"],["7888.451","16593.113"],["7918.151","16594.751"],["8625.179","16797.223"],["8650.476","16795.286"],["8660.245","16948.938"],["5817.575","17397.054"],["5690.809","17369.531"],["7817.031","19042.978"],["7743.382","19082.858"],["7855.141","18916.287"],["7743.961","19043.091"],["7779.992","19075.653"],["7905.393","18901.039"],["7887.156","18914.316"],["7854.491","18962.496"],["15092.779","9217.634"],["15091.039","9368.752"],["15040.720","9272.979"],["15090.394","9196.857"],["15037.848","9229.795"],["15068.335","9246.753"],["11315.130","17009.375"],["11480.045","17071.610"],["11322.140","17162.555"],["11339.651","17103.956"],["11346.521","17065.348"],["11383.302","17079.893"],["11444.280","17085.612"],["11471.726","17065.342"],["11473.741","17180.825"],["11509.140","17184.976"],["11427.651","17136.617"],["11424.430","17180.129"],["11402.327","17183.349"],["11376.282","17142.033"],["11395.784","17115.744"],["11402.457","17002.640"],["14032.815","13024.450"],["14009.793","13174.048"],["14006.170","12983.466"],["13967.474","13031.335"],["8742.646","16118.719"],["8700.247","16066.594"],["8643.687","16006.980"],["8676.836","15972.636"],["9259.391","13786.863"],["6917.851","17796.485"],["6918.309","17671.311"],["6993.466","17678.612"],["7030.503","17692.636"],["7033.777","17624.742"],["6972.028","17641.972"],["7059.187","17633.956"],["7060.517","17745.820"],["7090.070","17759.875"],["7046.806","17830.897"],["7009.421","17798.425"],["6944.609","17740.250"],["6948.279","17714.023"],["6945.217","17688.045"],["6889.380","17669.863"],["6913.031","17641.350"],["6966.542","17829.678"],["6661.771","18169.480"],["6626.886","18232.078"],["6640.323","18227.001"],["6668.129","18099.393"],["6630.152","18130.865"],["6650.406","18182.624"],["6656.870","18147.163"],["6644.115","18081.440"],["6657.233","18056.953"],["6664.584","18147.018"],["7997.710","19735.043"],["8119.621","19758.509"],["8143.113","19766.900"],["8076.893","19740.791"],["8106.074","19786.658"],["9272.327","12157.853"],["9277.066","12126.726"],["9322.510","12221.907"],["9324.990","12211.551"],["9299.018","12265.343"],["9384.984","12274.546"],["9399.045","12183.237"],["9387.173","12233.879"],["9356.604","12132.326"],["9313.118","12172.195"],["9328.888","12164.976"],["9239.499","12165.485"],["7405.235","19107.490"],["8564.347","12813.131"],["7902.628","8839.209"],["7773.912","8761.689"],["7748.517","8765.454"],["7902.036","8875.559"],["13149.152","14997.832"],["6342.665","18451.572"],["6259.457","18430.647"],["6338.774","18430.778"],["6430.564","18434.692"],["4970.535","14237.974"],["6814.719","9264.203"],["6828.319","9165.411"],["6795.956","9197.288"],["6833.107","9230.082"],["6836.047","9189.042"],["9035.554","12024.393"],["9056.862","12033.681"],["9145.333","11975.180"],["9086.717","11963.387"],["9068.389","11966.764"],["9193.628","12030.460"],["9080.130","11970.452"],["9128.219","11985.367"],["7405.163","12972.104"],["7448.979","12972.319"],["7316.216","13040.632"],["7324.896","13170.935"],["7314.155","13002.295"],["7727.120","18433.184"],["7741.814","18367.397"],["7811.081","18427.417"],["6987.489","9297.575"],["6953.226","9342.456"],["6984.841","9266.031"],["6908.539","9286.188"],["5547.924","10840.344"],["5432.607","10837.141"],["5571.679","10855.745"],["5559.059","10752.730"],["7313.328","13807.500"],["8208.526","19128.698"],["8286.817","19216.628"],["8322.281","19309.656"],["8192.749","19276.833"],["8333.814","19278.886"],["8212.687","19268.345"],["8222.714","19240.614"],["8218.154","19170.572"],["8162.743","19284.587"],["8212.554","19271.496"],["11580.645","14817.462"],["11532.358","14838.410"],["11612.816","14728.420"],["11523.608","14858.680"],["11655.772","14829.458"],["11552.289","14764.327"],["15981.295","12373.045"],["15940.275","12453.099"],["16005.481","12459.984"],["8105.809","17956.368"],["7963.608","17863.277"],["11546.464","13823.866"],["16702.973","7519.099"],["16713.154","7562.089"],["12662.465","15815.808"],["12738.446","15740.960"],["9156.308","14917.151"],["9078.534","15035.872"],["9178.354","14975.238"],["9035.036","14894.050"],["9034.861","14872.889"],["12091.348","14926.685"],["12115.183","14905.376"],["9790.227","16762.667"],["9811.434","16677.229"],["9705.850","16666.550"],["9680.179","16668.183"],["9785.781","16589.930"],["10034.630","12684.293"],["10023.416","12729.684"],["9946.532","12706.015"],["9970.535","12627.863"],["9955.216","12649.277"],["9940.169","12571.670"],["9857.878","12562.498"],["9856.319","12740.523"],["9890.875","12718.197"],["9978.896","12688.026"],["10013.941","12571.368"],["9948.804","12588.745"],["9903.411","12754.971"],["11556.713","16586.029"],["14096.942","12976.596"],["14066.831","13117.928"],["14153.054","13162.397"],["14192.623","13167.197"],["10458.929","16132.716"],["8107.168","18240.519"],["8107.661","18222.204"],["8058.082","18183.840"],["8037.980","18210.672"],["8030.701","18193.018"],["7973.450","18113.091"],["7954.166","18116.377"],["7992.235","18228.263"],["7955.129","18203.371"],["7955.523","18195.278"],["8092.689","18227.024"],["8066.376","18228.319"],["8071.354","18198.455"],["10046.173","12031.654"],["6351.828","14306.895"],["6334.379","14420.078"],["6289.217","14417.111"],["6374.151","14389.134"],["6287.278","14357.867"],["6324.065","14238.671"],["6337.618","14260.867"],["6388.077","14397.008"],["6360.859","14289.938"],["6268.162","14324.702"],["12581.135","15383.337"],["12628.951","15356.884"],["12653.424","15389.663"],["6027.486","18037.943"],["5883.024","17937.080"],["7858.585","19197.108"],["7806.503","19199.822"],["7914.345","19286.314"],["7816.591","19141.696"],["7850.049","19181.321"],["7909.965","19241.441"],["7760.610","19272.033"],["8630.892","12033.897"],["9051.212","15382.095"],["9035.523","15408.699"],["9039.789","15495.938"],["9067.770","15454.772"],["9161.221","15435.153"],["9184.322","15365.864"],["9127.246","15373.955"],["9085.493","15312.209"],["9020.818","15314.688"],["10003.193","13398.116"],["10003.574","13548.358"],["8396.720","12931.015"],["8512.407","12762.850"],["8456.506","12968.537"],["5284.162","8818.323"],["5215.096","8883.051"],["5262.725","8878.121"],["5235.516","8807.872"],["5263.976","8907.244"],["5284.310","8855.136"],["5234.344","8942.143"],["5201.394","8833.480"],["5200.685","8824.374"],["5266.016","8919.333"],["15479.907","12546.954"],["15397.622","12430.460"],["10732.243","14042.460"],["11566.384","16400.208"],["11605.192","16444.382"],["11585.588","16495.140"],["11565.730","16521.945"],["11628.185","16465.864"],["11698.311","16406.551"],["9686.289","15621.288"],["5992.064","17588.194"],["5860.391","17490.750"],["7489.567","14910.193"],["7445.836","14961.348"],["14703.943","9719.073"],["14751.643","9734.808"],["14759.831","9723.195"],["14700.179","9679.029"],["14807.534","9669.585"],["14778.234","9622.774"],["14721.858","9623.044"],["14848.469","9705.717"],["14743.081","9715.531"],["14791.832","9772.558"],["14826.005","9625.852"],["14795.537","9649.545"],["14699.243","9631.169"],["14862.455","9603.678"],["14852.202","9667.368"],["6267.123","18913.643"],["6402.571","18896.000"],["6451.835","18932.041"],["6266.014","18924.449"],["6408.231","18902.720"],["6371.670","18896.189"],["6368.809","18893.893"],["6368.905","18899.709"],["7719.760","18535.274"],["7640.812","18631.135"],["9807.981","11860.162"],["9734.273","11805.527"],["9672.201","11858.707"],["9782.466","11702.009"],["9797.394","11704.654"],["9628.490","11768.895"],["9787.078","11727.039"],["9766.501","11744.556"],["9757.682","11757.604"],["9689.274","11757.117"],["9661.534","11781.404"],["9629.179","11782.315"],["9735.008","11876.192"],["9769.366","11837.804"],["9686.242","11823.665"],["8939.164","16102.370"],["8927.159","16087.997"],["8870.249","16118.008"],["8907.050","16123.321"],["8935.697","16075.935"],["8884.230","16040.813"],["8973.387","16022.130"],["9374.864","16995.289"],["9266.090","17197.957"],["9377.978","17066.632"],["9347.158","17127.540"],["9389.387","17111.785"],["9394.625","17137.547"],["9403.280","17126.703"],["9309.352","17179.324"],["9284.864","17168.374"],["6461.824","17401.543"],["6428.653","17405.597"],["6423.798","17346.853"],["6417.708","17320.676"],["6357.953","17314.003"],["6312.653","17343.037"],["6279.059","17361.297"],["6331.421","17390.135"],["6373.894","17407.032"],["6369.825","17292.411"],["6319.781","17240.830"],["6319.495","17294.642"],["6294.819","17326.880"],["6278.344","17317.246"],["8287.242","15577.940"],["8267.958","15594.593"],["13510.490","15040.672"],["13613.991","15010.670"],["13560.765","14940.001"],["13452.718","14940.657"],["13437.731","13897.056"],["13461.368","13949.619"],["13519.383","14013.122"],["13530.330","13897.729"],["13616.507","13914.844"],["13576.863","13857.804"],["13518.212","13816.511"],["13603.349","13911.207"],["13458.269","13971.169"],["13448.424","13932.702"],["13458.221","14013.395"],["13559.018","13829.035"],["13520.386","14015.929"],["13502.191","13917.711"],["13542.296","13920.588"],["7056.962","16175.768"],["7036.671","16225.274"],["7078.670","16206.388"],["7026.254","16171.941"],["6939.500","16212.587"],["7012.131","16239.607"],["6977.164","16269.372"],["6941.935","16285.334"],["6993.988","16329.133"],["7032.170","16342.995"],["7060.734","16293.655"],["7071.081","16332.965"],["9587.446","11813.810"],["9598.894","11750.902"],["9565.170","11754.990"],["9569.819","11772.439"],["9590.295","11730.639"],["9498.717","11757.419"],["9416.279","11718.302"],["9501.382","11741.948"],["8534.170","16319.580"],["8504.932","16298.283"],["8562.238","16217.196"],["8541.271","16214.482"],["6735.483","14905.342"],["6881.105","14940.082"],["6795.771","14926.252"],["6761.560","14980.457"],["7650.246","20151.930"],["11678.001","18156.739"],["11552.478","18066.926"],["11562.818","18176.051"],["11719.662","18117.498"],["11651.938","18078.889"],["11557.051","18086.150"],["7332.860","16708.571"],["7322.814","16756.519"],["7332.415","16583.048"],["7330.629","16636.886"],["7336.024","16654.689"],["7371.650","16627.584"],["7374.139","16626.970"],["7356.868","16630.247"],["7351.894","16626.232"],["7342.000","16634.486"],["7307.274","16619.968"],["14901.188","9596.097"],["14911.044","9620.062"],["14892.626","9664.340"],["6771.811","17012.901"],["6727.490","17193.827"],["6706.959","17180.249"],["6672.579","17099.004"],["6673.449","17048.041"],["6702.828","17055.555"],["6707.820","17088.489"],["6720.437","17049.619"],["6756.393","17073.057"],["6794.776","17077.423"],["6811.247","17103.770"],["6761.819","17134.328"],["6760.537","17110.159"],["6712.204","17165.237"],["6820.449","17165.289"],["6850.076","17197.029"],["6880.416","17167.381"],["6728.366","17094.368"],["6957.749","15066.728"],["14975.341","6022.273"],["14931.992","6022.203"],["14943.423","6023.442"],["4601.333","9655.445"],["4709.031","9604.572"],["4623.668","9674.025"],["4686.280","9644.369"],["7232.136","19202.387"],["7196.579","19216.166"],["7170.897","19208.404"],["7084.580","13520.816"],["7024.610","13442.915"],["7016.436","13512.081"],["6904.028","13601.094"],["6891.598","13584.419"],["6930.399","13535.977"],["4841.077","18705.375"],["4880.115","18711.785"],["4857.122","18699.586"],["4888.900","18693.719"],["4884.364","18708.908"],["4938.851","18690.289"],["4977.737","18706.903"],["4960.484","18697.250"],["10122.454","12729.610"],["10225.677","12748.896"],["10197.824","12567.014"],["10079.721","12643.690"],["10242.293","12594.854"],["10243.325","12655.771"],["10132.424","12653.615"],["10072.863","12661.374"],["10092.019","12606.608"],["10150.639","12600.092"],["10167.727","12606.264"],["10152.315","12687.311"],["10221.829","12661.914"],["11119.028","15394.971"],["11169.117","15370.369"],["11094.878","15378.819"],["11243.174","15407.717"],["7844.562","14993.000"],["7838.680","15013.404"],["7803.199","14960.418"],["7794.828","14966.592"],["7828.321","14937.450"],["7801.741","14944.725"],["7835.271","14923.808"],["7823.784","14876.675"],["7748.614","15069.161"],["7752.676","15075.285"],["7757.489","15074.110"],["7759.052","15078.182"],["7770.622","15077.085"],["7794.847","14637.526"],["7764.114","14582.605"],["7825.003","14520.276"],["7800.385","14645.005"],["7735.949","14557.112"],["6210.981","15219.383"],["6227.540","15227.100"],["6224.466","15201.918"],["6232.262","15195.233"],["6231.216","15165.209"],["6234.171","15085.101"],["6241.842","15098.480"],["6244.799","15116.936"],["6224.621","15132.531"],["6233.628","15175.845"],["8091.123","12268.981"],["8008.749","12163.581"],["8142.370","12323.610"],["8039.012","12182.888"],["5450.015","18073.305"],["5439.400","18056.408"],["5499.924","18059.246"],["5590.580","18081.901"],["5585.591","18085.437"],["6683.697","12725.449"],["5712.252","18770.226"],["5717.764","18736.510"],["5745.031","18683.012"],["5761.408","18717.972"],["5764.108","18868.838"],["5789.848","18867.682"],["5788.222","18713.909"],["8227.680","12125.432"],["8256.704","12270.370"],["8151.803","12298.004"],["8253.870","12246.322"],["8196.726","12252.101"],["12519.944","14474.487"],["12487.419","13561.576"],["12445.575","13595.777"],["12545.187","13508.713"],["12479.918","13505.587"],["12471.449","13596.250"],["12474.322","13558.797"],["12525.356","13526.646"],["12563.916","13510.675"],["12515.918","13579.335"],["12453.483","13517.502"],["12357.128","13524.778"],["12513.029","13585.633"],["12506.151","13549.334"],["12546.258","13515.796"],["12452.573","13491.783"],["12383.296","13543.670"],["12379.703","13509.165"],["12364.774","13407.904"],["12415.409","13437.742"],["12484.098","13452.929"],["12499.682","13410.949"],["7704.527","15494.072"],["7669.709","15424.631"],["7210.761","18825.715"],["7273.939","18786.477"],["7289.679","18795.145"],["7288.610","18822.027"],["7288.211","18734.590"],["7229.803","18722.021"],["7263.079","18728.722"],["7287.404","18686.624"],["7288.409","18863.151"],["10443.161","15148.579"],["10445.197","15238.901"],["10367.915","15170.359"],["10400.612","15253.469"],["10278.989","15138.372"],["10454.589","15218.454"],["10386.678","15215.481"],["10362.148","15086.760"],["10265.699","15179.283"],["14568.030","16863.539"],["14494.179","16886.974"],["14553.898","16919.373"],["14479.689","16786.126"],["14511.734","16819.317"],["14520.528","16868.545"],["14560.445","16885.980"],["14493.570","16880.748"],["14537.845","16938.712"],["14569.014","16953.783"],["14481.042","16810.143"],["14493.916","16803.946"],["9078.306","14247.478"],["9164.259","14242.558"],["9157.962","14252.157"],["8542.778","11944.859"],["8379.221","11998.423"],["8425.765","12061.315"],["14379.345","9032.630"],["14365.192","9065.871"],["9466.068","12716.167"],["9436.693","12728.355"],["9552.949","12683.327"],["9472.218","12616.463"],["9481.417","12735.317"],["9427.961","12756.092"],["9465.978","12558.690"],["9538.115","12610.165"],["8011.220","12698.587"],["7976.960","12718.917"],["7983.201","12754.981"],["8001.753","12633.825"],["7945.562","12710.742"],["14928.327","8820.713"],["15016.651","8949.479"],["14918.644","8924.464"],["14895.108","8919.080"],["14974.766","8840.092"],["7795.456","19690.473"],["7860.231","19623.865"],["7877.014","19697.927"],["5833.987","14375.871"],["5996.454","14372.462"],["5851.619","14426.952"],["5902.853","14381.238"],["7884.129","14223.148"],["7902.385","14199.515"],["7915.198","14155.700"],["7111.161","18701.238"],["7104.764","18768.546"],["7179.647","18816.898"],["7148.575","18687.125"],["7149.273","18704.581"],["7218.614","18684.919"],["7196.204","18682.473"],["7183.312","18694.552"],["7174.699","18866.396"],["7165.302","18809.665"],["7197.169","18806.614"],["10373.741","16992.667"],["10335.903","17054.125"],["10414.994","17073.617"],["10287.723","17182.647"],["10267.844","17193.107"],["10388.463","17167.122"],["10460.323","16992.986"],["10374.854","17027.140"],["10413.968","17061.153"],["10418.923","16995.609"],["10762.052","16961.847"],["9614.152","12783.059"],["9575.751","12878.281"],["9911.061","13148.090"],["9836.857","13130.836"],["10025.881","13064.373"],["10020.429","13047.688"],["9968.349","13047.446"],["9985.567","13068.785"],["9978.576","13000.885"],["9832.559","13016.289"],["9879.161","13121.708"],["9979.556","13137.679"],["10039.910","13120.889"],["8188.358","18587.966"],["8271.128","18654.446"],["8268.991","18598.581"],["8167.856","18525.156"],["8257.730","18609.144"],["8165.937","18554.540"],["14781.433","9443.784"],["14798.991","9543.730"],["14877.105","9503.604"],["14694.351","9492.367"],["14711.021","9494.991"],["14760.597","9546.739"],["14682.903","9530.482"],["14785.189","9500.653"],["7956.764","19640.360"],["8083.408","19526.812"],["8118.859","19552.857"],["7989.174","19667.162"],["8111.242","19604.542"],["7260.519","17745.171"],["7262.593","17829.037"],["7238.648","17823.095"],["7111.501","17627.943"],["7135.665","17699.842"],["5589.321","18562.606"],["5612.264","18602.522"],["5599.707","18611.228"],["11983.814","16331.242"],["9071.992","18655.828"],["7011.781","13373.980"],["6887.347","13334.178"],["6967.120","13257.093"],["6982.874","13264.067"],["6994.973","13333.699"],["7019.485","13282.002"],["6885.537","13350.428"],["6851.693","13306.394"],["6853.271","13343.119"],["6856.044","13364.433"],["6847.500","13283.899"],["6846.818","13270.119"],["5340.074","14968.917"],["6583.437","18989.027"],["6512.439","19003.202"],["6500.375","19061.778"],["6467.854","19038.773"],["6624.495","19009.406"],["11539.626","17400.995"],["11559.633","17364.008"],["11566.124","17368.116"],["11542.512","17215.426"],["10031.538","14805.500"],["9979.718","14862.930"],["9922.771","14856.015"],["9940.512","14848.869"],["9966.468","14734.833"],["9907.269","14708.732"],["10003.553","14764.075"],["10033.081","14788.537"],["10035.095","14670.395"],["10030.815","14678.604"],["10027.487","14686.740"],["10019.846","14692.908"],["10016.661","14766.045"],["10005.462","14751.603"],["10001.328","14739.374"],["10026.845","14784.237"],["5297.564","16944.594"],["5229.536","16840.313"],["5336.001","16822.244"],["13380.498","13969.670"],["13395.375","13988.534"],["5433.107","14960.824"],["3443.710","8320.676"],["10062.671","12442.357"],["10093.858","12398.323"],["10131.789","12374.828"],["10134.810","12486.955"],["10121.217","12480.980"],["10218.184","12512.916"],["10238.018","12494.954"],["10183.602","12392.151"],["10078.411","12436.098"],["13228.861","17775.437"],["13276.366","17625.756"],["13286.876","17642.717"],["7907.443","15426.831"],["7917.552","15428.967"],["7912.234","15427.546"],["5596.384","15300.194"],["9591.445","16774.093"],["9445.555","16771.924"],["7863.553","13247.588"],["7771.365","13279.137"],["9921.060","15895.111"],["9843.542","15924.730"],["9907.733","15805.991"],["9841.912","15738.487"],["10902.955","13835.774"],["9968.241","10609.794"],["12992.078","17518.156"],["12991.874","17589.479"],["13180.542","17542.524"],["13032.909","17596.274"],["12995.772","17527.018"],["13198.131","17607.250"],["13022.662","17546.266"],["8534.492","15121.470"],["8425.581","15211.130"],["8517.035","15243.862"],["8566.208","15098.480"],["8406.734","15164.895"],["8440.320","15117.562"],["8415.270","15144.244"],["8421.026","15119.009"],["8436.119","15087.100"],["8460.411","15086.489"],["8450.337","15196.003"],["8451.916","15180.049"],["8378.013","15162.357"],["8374.949","15134.748"],["8431.477","15195.428"],["8438.533","15194.916"],["8373.576","15209.771"],["8403.683","15195.851"],["8394.700","15188.772"],["8431.887","15198.978"],["8400.888","15279.766"],["8386.957","15295.092"],["8368.457","15283.112"],["8365.216","15291.221"],["17057.121","7671.467"],["14887.705","9012.410"],["14888.126","9030.703"],["14960.721","9060.968"],["14969.934","9115.904"],["14886.827","9036.418"],["14968.468","9103.759"],["14977.161","8968.521"],["15080.651","9060.697"],["14961.365","9126.440"],["7958.087","8891.235"],["8021.956","8914.441"],["3122.685","13304.240"],["7974.947","8739.771"],["7963.924","8608.248"],["7946.961","8606.428"],["7982.973","8733.677"],["7990.861","8582.137"],["7936.868","8626.333"],["7938.885","8556.222"],["5253.091","17051.745"],["5308.857","17130.229"],["5265.604","17171.832"],["5311.770","17186.600"],["5275.408","17178.879"],["5219.427","17198.085"],["5396.054","17116.061"],["5404.857","17099.687"],["5391.984","17128.580"],["5355.311","17124.810"],["5376.924","17174.001"],["5379.844","17169.180"],["5242.907","17155.812"],["5278.532","17159.446"],["5268.567","17172.871"],["5377.821","17133.119"],["5378.890","17129.486"],["5372.718","17122.894"],["5381.669","17097.453"],["5407.755","17088.808"],["5406.997","17070.645"],["9415.271","12271.428"],["9498.168","12139.117"],["9576.845","12326.468"],["9453.102","12276.560"],["9503.915","12304.548"],["9473.934","12233.665"],["9436.670","12215.680"],["9418.229","12147.872"],["9606.276","12317.794"],["9520.283","12206.870"],["9444.352","12202.999"],["9451.232","12233.363"],["9572.429","12188.228"],["9603.195","12164.765"],["9550.764","12316.359"],["6596.439","9383.547"],["6571.009","9382.063"],["6601.899","9387.923"],["6538.115","9385.647"],["6281.401","9644.779"],["8642.690","16192.638"],["8601.157","16303.469"],["8663.952","16341.446"],["8771.410","16311.241"],["11243.969","15617.485"],["11443.948","16063.373"],["6917.077","13221.002"],["6902.143","13182.273"],["6905.910","13202.886"],["6938.950","13209.100"],["12796.283","14555.891"],["12841.442","14653.366"],["11547.142","17127.548"],["10614.261","16663.875"],["10641.965","16692.031"],["15025.449","12571.050"],["18446.533","12143.879"],["9738.584","16519.425"],["9638.537","16443.995"],["9631.179","16512.385"],["9651.689","16406.227"],["9718.467","16394.213"],["9774.022","16400.654"],["9408.195","12798.616"],["10221.861","14972.402"],["10231.857","15004.536"],["7202.230","19091.184"],["6611.922","18336.751"],["5158.486","17709.929"],["5018.875","17686.562"],["5155.068","17703.868"],["5453.621","11486.119"],["9755.614","7202.234"],["13905.785","14967.143"],["13875.046","14900.455"],["13870.781","14935.864"],["13831.303","14917.383"],["13843.746","14969.290"],["13860.555","14979.712"],["13971.635","14898.356"],["14008.207","14914.359"],["13901.822","14986.020"],["13884.350","14909.390"],["13835.373","14997.194"],["13962.610","14975.227"],["13882.644","14996.260"],["13946.162","14927.932"],["13971.026","14905.292"],["13998.931","14929.586"],["9575.372","16465.436"],["9588.536","16423.851"],["9566.519","16395.548"],["9565.282","16358.655"],["9537.815","16448.087"],["9520.291","16484.706"],["9455.966","16475.857"],["9443.911","16449.630"],["12026.084","14935.862"],["11985.924","15012.047"],["12050.477","15033.128"],["12081.777","15027.350"],["7006.915","12854.849"],["6970.947","12952.118"],["6942.306","12959.931"],["6949.456","12915.728"],["6973.104","12907.182"],["9013.000","18269.884"],["9008.881","18429.278"],["9195.003","18423.016"],["9017.844","18265.596"],["8545.821","15511.545"],["8466.274","15629.480"],["8549.368","15657.930"],["8529.006","15574.019"],["8475.281","15668.511"],["14830.270","15737.196"],["7346.575","18509.725"],["7488.952","18655.368"],["7487.499","18674.156"],["7437.238","18559.112"],["7426.168","18515.346"],["7418.189","18560.031"],["7382.231","18550.448"],["7350.960","18584.769"],["7352.765","18634.050"],["14094.286","14884.323"],["14077.707","14913.093"],["10253.175","14963.316"],["10258.498","14964.346"],["4604.526","11020.293"],["4606.715","11034.519"],["4610.591","10865.131"],["12744.836","12483.715"],["12758.635","12515.028"],["12412.617","13149.491"],["12417.770","13152.405"],["12549.571","13146.289"],["12588.059","17975.873"],["12751.438","17985.813"],["12766.832","18017.547"],["12572.944","18010.274"],["12759.629","17965.268"],["12767.884","18036.672"],["7669.348","19084.277"],["7647.030","19002.103"],["7578.559","19000.621"],["7627.384","18990.923"],["7667.153","18938.785"],["7672.865","19032.013"],["7655.586","19074.908"],["7556.776","19069.981"],["6937.839","15233.899"],["7093.383","15210.704"],["4668.320","18113.674"],["4710.579","18158.850"],["4676.595","18083.397"],["4653.091","18164.337"],["4635.852","18212.768"],["4659.691","18158.999"],["4727.400","18131.771"],["4647.886","18118.890"],["4708.785","18129.995"],["4629.357","18125.835"],["4664.794","18090.498"],["4647.600","18231.967"],["4647.652","18217.957"],["4637.652","18232.134"],["4716.286","18056.790"],["6690.220","17930.507"],["6690.527","18012.372"],["6701.382","17887.197"],["6767.355","17886.897"],["6803.127","17913.662"],["6762.602","17855.591"],["6688.107","17856.838"],["6679.551","17858.022"],["6675.363","17971.729"],["6731.519","17973.014"],["6678.649","17974.276"],["6680.830","18037.494"],["9609.564","15530.317"],["9458.650","15555.553"],["7295.243","16242.157"],["7293.663","16249.852"],["7271.700","16234.676"],["7216.785","16327.911"],["7250.587","16317.407"],["7146.290","16277.155"],["7116.235","16215.805"],["7143.848","16203.747"],["7197.306","16329.231"],["7204.214","16315.858"],["7127.846","16257.669"],["7200.149","16261.784"],["7224.172","16217.054"],["7264.010","16211.361"],["7226.233","16150.041"],["7285.109","16143.759"],["13586.128","9516.160"],["14716.461","9141.218"],["13436.005","14840.651"],["13549.735","14775.693"],["13513.668","14795.839"],["13431.942","14841.842"],["13559.719","14743.108"],["13530.651","14816.392"],["9390.035","16613.801"],["9238.065","16660.965"],["9358.997","12684.744"],["9405.971","12654.257"],["9304.819","12635.763"],["9298.799","12645.309"],["9366.097","12638.096"],["9301.920","12624.950"],["9355.925","12724.628"],["11222.837","17095.102"],["11208.117","17082.998"],["11175.651","17103.060"],["11140.191","17134.775"],["11108.332","17147.711"],["11134.059","17087.442"],["11116.208","17095.325"],["11170.263","17061.224"],["11282.168","17001.304"],["11232.668","17171.288"],["11213.411","17144.750"],["11130.669","17187.992"],["13836.384","13224.290"],["13934.174","13234.271"],["7893.103","12838.875"],["7860.207","12759.985"],["7894.101","12775.199"],["7928.920","12845.204"],["7923.646","12817.504"],["7898.957","12814.915"],["10616.823","12907.844"],["10639.339","12875.555"],["10635.576","12927.506"],["10493.765","12780.488"],["10529.288","16019.105"],["10505.512","16009.177"],["3256.382","8037.037"],["7227.543","18400.537"],["7205.390","18317.495"],["7292.804","18335.863"],["7291.077","18399.354"],["7197.031","18377.696"],["7254.339","18302.072"],["7202.248","18296.279"],["7238.881","18354.291"],["7194.502","18407.912"],["7148.995","18384.124"],["7144.189","18335.118"],["7143.525","18415.782"],["7099.102","18421.152"],["8875.704","13191.951"],["8896.781","13200.746"],["8887.252","13223.117"],["8894.763","13259.628"],["8929.310","13217.751"],["8889.305","13251.912"],["8910.746","13282.121"],["8925.946","13357.189"],["8863.529","13392.916"],["9087.327","16761.757"],["8996.552","16694.483"],["9031.136","16656.498"],["9035.874","16613.786"],["9128.690","16568.033"],["5874.098","18245.489"],["5861.326","18171.714"],["5907.944","18220.963"],["5880.065","18231.279"],["5837.020","18166.330"],["5854.680","18100.026"],["6015.942","18131.635"],["6031.322","18140.804"],["4999.199","18714.633"],["5014.534","18688.906"],["5047.891","18696.825"],["8002.675","19308.860"],["8042.295","19125.271"],["7957.986","19169.253"],["7939.567","19152.450"],["8049.306","19264.612"],["7944.549","19204.316"],["7957.520","19269.840"],["8117.191","19291.700"],["8123.634","19291.815"],["8045.748","19301.946"],["7951.141","19301.489"],["8152.138","18913.036"],["8269.488","18920.075"],["8223.709","18909.700"],["8157.742","19041.935"],["8151.183","19091.081"],["8534.129","14345.246"],["7937.717","16282.694"],["13684.683","8879.983"],["13632.966","8901.215"],["13695.983","8751.685"],["13727.615","8770.162"],["13690.925","8942.803"],["13710.785","8862.378"],["13673.285","8792.444"],["13796.819","8768.238"],["13743.911","8952.836"],["10024.191","17142.265"],["9994.075","17139.705"],["9957.991","17103.318"],["9995.468","17086.906"],["10012.675","17085.777"],["9995.847","17024.135"],["9999.615","17004.475"],["10001.759","16996.631"],["9922.904","17163.740"],["9896.829","17073.756"],["9834.173","17091.264"],["9840.186","17031.456"],["9886.611","17161.239"],["9959.980","17139.987"],["9930.724","17001.144"],["9954.063","17002.596"],["9998.137","17152.269"],["10004.930","17142.789"],["10025.357","17139.717"],["10823.355","15760.469"],["10869.080","15880.146"],["10739.857","15832.461"],["10722.426","15865.962"],["10689.495","15736.570"],["10747.012","15871.818"],["10731.946","15767.310"],["6702.098","12790.273"],["6727.535","12820.392"],["6740.432","12771.847"],["6776.712","12776.094"],["6784.298","12788.957"],["6817.873","12794.664"],["6813.324","12832.984"],["6784.152","12930.235"],["5972.477","15122.383"],["5961.084","15131.234"],["5961.293","15122.185"],["7463.968","17902.401"],["7421.954","17883.828"],["7337.618","18034.352"],["7336.314","17998.206"],["7494.956","17881.119"],["13986.887","8654.778"],["13870.641","8714.598"],["13912.000","8656.137"],["13939.091","8574.800"],["14018.812","8619.895"],["13955.505","8607.745"],["13967.456","8712.537"],["13954.039","8699.969"],["13841.024","8672.810"],["8504.188","19365.690"],["8407.742","19401.576"],["8440.847","19403.577"],["8478.771","19414.326"],["8433.834","19492.309"],["8381.401","19333.059"],["8530.959","19483.695"],["12153.510","13594.311"],["12279.582","13465.680"],["12304.958","13494.223"],["12353.629","13561.152"],["12331.958","13465.488"],["12281.810","13499.386"],["12263.317","13485.617"],["7291.895","19422.146"],["4473.177","10939.668"],["4429.388","10880.247"],["4457.405","10987.908"],["4487.190","10978.265"],["4397.871","10882.838"],["4397.989","10930.481"],["4388.195","10997.272"],["6864.920","15248.022"],["6720.044","15122.092"],["6756.312","15276.172"],["6695.049","15111.521"],["6779.557","15102.289"],["7113.037","16136.034"],["7126.276","16081.050"],["7094.711","15996.797"],["7250.688","15935.380"],["7264.743","16025.186"],["7250.553","16100.077"],["7228.285","16055.692"],["7167.165","16000.023"],["7188.252","15971.700"],["7151.981","15939.842"],["7174.801","15983.344"],["7121.710","16027.384"],["7139.130","16122.753"],["13944.628","13820.993"],["13965.501","13968.316"],["7138.651","12177.922"],["7150.889","12138.057"],["7129.182","12125.520"],["13470.029","15141.596"],["6105.380","9729.293"],["6217.478","9624.596"],["6097.518","9685.941"],["6243.506","9632.904"],["12209.321","17083.467"],["12209.390","17136.392"],["12203.588","17166.408"],["12184.412","17124.048"],["12250.120","17146.586"],["12304.397","17080.431"],["12275.489","17075.752"],["12226.922","17030.732"],["12876.062","14980.062"],["8657.290","14628.304"],["8656.110","14607.094"],["8676.877","14593.795"],["8776.634","14578.012"],["8673.149","14535.577"],["8701.521","14514.685"],["8567.578","14609.529"],["8681.206","14535.358"],["8689.380","14536.530"],["8566.457","12571.171"],["8550.830","12662.516"],["5829.432","17851.294"],["5646.839","17920.876"],["5717.957","17879.561"],["5784.713","17891.927"],["5748.385","17935.732"],["5687.890","17952.814"],["5658.822","18000.381"],["5700.750","18009.798"],["5668.262","17849.522"],["14742.683","15603.081"],["14784.304","15631.600"],["14726.286","15572.523"],["14677.607","15666.029"],["14662.414","15632.354"],["8053.033","15899.938"],["7954.088","15776.437"],["7952.411","15788.543"],["7953.182","15769.880"],["7951.208","15744.926"],["7937.746","15738.428"],["7271.569","16920.164"],["7530.012","17677.959"],["7530.417","17681.167"],["7537.135","17685.947"],["7539.337","17686.910"],["7531.051","17690.965"],["7531.346","17694.740"],["7515.205","17685.434"],["7525.153","17695.711"],["7532.713","17693.274"],["7567.904","17732.012"],["7579.710","17734.885"],["7575.097","17714.819"],["7550.228","17668.861"],["7561.109","17671.276"],["7558.885","17672.090"],["7544.857","17760.122"],["7693.714","17740.075"],["12022.595","13573.614"],["12038.313","13577.582"],["12102.370","13573.755"],["10161.772","14669.314"],["10099.689","14691.537"],["10114.131","14671.709"],["10045.324","14673.261"],["10051.689","14674.990"],["10048.155","14680.766"],["8766.068","15250.050"],["8588.005","15199.896"],["8595.970","15179.826"],["8670.238","15119.862"],["8651.784","15129.491"],["8631.447","15089.723"],["8231.824","16137.064"],["8243.515","16019.789"],["8275.105","16078.806"],["8183.290","16097.364"],["9039.924","14125.184"],["9031.108","14114.745"],["9040.472","14110.728"],["9013.541","14096.624"],["8999.366","14173.292"],["8991.877","14177.370"],["9154.074","14174.748"],["9180.424","14154.657"],["6399.147","18484.767"],["6276.110","18553.792"],["6258.493","18470.939"],["6281.743","18502.210"],["6404.466","18487.605"],["6382.925","18604.477"],["6367.845","18670.849"],["11958.517","16008.517"],["12023.255","16075.985"],["12022.041","16017.727"],["12112.120","16138.569"],["12190.357","16096.862"],["13794.582","8740.327"],["13806.879","8692.199"],["13783.967","8718.751"],["14893.461","8667.549"],["14986.578","8675.809"],["14912.474","8659.820"],["14984.485","8739.935"],["9690.833","7583.988"],["14708.531","9212.257"],["14705.471","9223.190"],["14720.922","9180.135"],["9100.402","14852.522"],["9158.408","14820.088"],["9178.685","14689.388"],["9029.519","14861.816"],["5973.693","8822.613"],["5897.820","8873.909"],["5916.227","8898.041"],["5905.057","8837.014"],["5924.829","8894.242"],["5762.140","14988.507"],["5805.917","14978.979"],["5634.552","14943.795"],["5779.409","14995.724"],["5821.658","14900.879"],["12250.784","15710.589"],["12290.761","15610.814"],["12347.582","15616.136"],["12325.123","15550.331"],["13685.847","13092.341"],["13718.970","13041.842"],["4822.406","17676.850"],["4844.669","17710.538"],["4826.687","17626.929"],["4834.389","17731.298"],["10572.631","16302.238"],["6220.133","14942.456"],["6191.898","15015.173"],["6184.493","14982.248"],["6235.328","14910.727"],["6225.394","14895.896"],["6071.133","14992.285"],["6068.257","14897.053"],["6075.686","14910.083"],["6074.864","14912.729"],["6096.835","15009.832"],["6249.728","14882.205"],["6246.251","14901.513"],["6221.546","14935.657"],["6251.062","14934.042"],["6232.918","14919.128"],["6208.316","14954.072"],["6228.649","14966.788"],["6225.797","14944.667"],["6208.482","14964.052"],["6218.244","14991.921"],["6193.668","15025.445"],["6203.609","15006.552"],["6152.277","15007.870"],["6173.878","14961.624"],["6194.126","14958.463"],["6201.022","14979.641"],["6194.496","15009.928"],["6118.444","15011.962"],["6131.970","15027.934"],["6206.503","15035.146"],["6224.757","14998.528"],["6240.518","15044.529"],["6241.227","15040.296"],["6182.234","15034.924"],["6169.969","15054.419"],["6148.202","15052.084"],["6090.249","15063.703"],["6123.454","15037.693"],["6098.010","14931.204"],["6109.312","14918.776"],["6123.121","14930.271"],["6133.936","14927.303"],["6121.862","14914.439"],["6076.971","14901.775"],["6055.652","14949.301"],["6054.629","14962.945"],["6059.554","14980.919"],["6115.159","14994.842"],["6151.781","14992.557"],["6086.048","14961.103"],["6141.461","15008.972"],["6136.346","14991.569"],["6164.187","14965.554"],["6168.720","14951.452"],["6179.777","14926.649"],["6196.392","14916.213"],["6215.248","14907.608"],["6213.741","14893.918"],["6217.431","14886.720"],["7273.146","12528.995"],["7199.350","12544.035"],["7213.732","12446.989"],["7271.910","12450.096"],["7146.284","12444.731"],["7133.449","12438.463"],["7197.833","12517.979"],["7199.564","12546.050"],["10430.002","7486.396"],["7734.713","16398.785"],["12572.319","17736.872"],["12714.360","17653.652"],["15793.983","12602.924"],["11319.241","14766.723"],["11350.208","14663.921"],["6421.008","9383.584"],["13160.290","14619.380"],["13195.310","14597.210"],["13141.606","14599.809"],["13185.952","14622.197"],["8677.982","14868.623"],["8760.747","14852.208"],["8703.733","14665.839"],["8590.424","14855.429"],["8624.327","14725.760"],["8659.643","14855.735"],["8636.076","14853.150"],["8652.057","14797.191"],["8664.296","14799.490"],["8774.057","14684.888"],["8765.993","14674.531"],["8695.065","14744.948"],["8701.698","14718.837"],["8698.501","14744.826"],["8662.563","14677.097"],["8685.013","14676.442"],["8666.648","14677.683"],["8741.308","14844.308"],["8771.522","14821.253"],["8775.450","14852.758"],["8776.256","14829.323"],["8567.152","14864.841"],["9594.851","11680.434"],["8613.390","18150.906"],["7652.831","17226.113"],["7558.464","17243.411"],["7601.477","17279.825"],["12615.641","17701.837"],["12710.544","17637.418"],["12724.729","17788.136"],["12622.763","17710.376"],["12735.971","17700.705"],["5816.214","14461.817"],["9207.188","15585.462"],["9246.077","15519.498"],["9394.740","15587.825"],["6888.801","17370.021"],["6911.241","17210.217"],["6914.549","17223.439"],["6958.393","17246.153"],["6980.991","17277.033"],["6941.566","17274.532"],["6928.071","17305.213"],["6936.773","17330.791"],["6999.781","17230.035"],["7026.070","17245.087"],["7059.015","17251.484"],["7070.254","17233.101"],["6897.978","17396.872"],["6945.181","17381.783"],["6891.984","17319.758"],["7012.607","17343.651"],["7085.966","17316.897"],["14399.242","17087.142"],["5751.034","14126.015"],["5804.718","14134.223"],["5856.148","14880.020"],["6031.180","15000.382"],["5945.048","14888.059"],["5899.354","14912.217"],["5904.184","14874.084"],["5906.165","14893.714"],["5920.779","14898.396"],["6279.626","13326.872"],["6282.101","13368.188"],["6408.335","13347.398"],["6387.497","13341.088"],["6385.153","13330.810"],["6382.813","13381.571"],["4664.072","17895.186"],["4659.460","17912.250"],["4706.344","17897.673"],["8783.097","17700.256"],["8838.574","17797.416"],["11923.278","16961.593"],["11882.960","16953.747"],["11842.027","16933.554"],["11761.533","16950.704"],["11761.471","16979.950"],["10343.353","17380.143"],["6714.165","9450.319"],["6621.487","9121.635"],["6609.937","9035.227"],["6586.920","9104.238"],["6552.834","9016.916"],["6587.653","9107.073"],["6654.444","9001.470"],["6642.611","9003.962"],["6534.084","9019.327"],["11984.959","14104.232"],["4045.599","12780.485"],["4091.163","12772.884"],["4072.396","12867.488"],["3985.172","12824.695"],["4027.802","12855.474"],["4022.687","12899.913"],["4031.487","12764.102"],["3984.300","12828.972"],["4106.536","12882.337"],["4056.443","12867.030"],["4037.029","12863.913"],["4037.605","12883.728"],["14373.815","17087.390"],["13677.916","15102.739"],["14721.681","9848.671"],["14674.085","9807.480"],["14678.625","9907.968"],["14758.145","9861.652"],["14684.135","9929.867"],["14757.412","9805.165"],["12497.818","14275.487"],["12518.277","14357.505"],["12576.497","14389.571"],["12523.136","14415.621"],["12550.488","14314.278"],["12532.893","14319.975"],["12506.188","14411.837"],["12534.895","14413.391"],["12523.860","14294.724"],["9375.295","16166.577"],["9331.856","16177.560"],["9276.634","16186.359"],["14235.958","14606.878"],["14128.390","14652.128"],["14216.639","14518.792"],["14148.158","14485.383"],["14199.674","14623.024"],["14230.612","14630.792"],["14138.988","14535.294"],["14183.810","14487.413"],["14138.663","14483.102"],["14171.235","14587.397"],["14172.520","14655.724"],["5507.126","18796.224"],["5514.641","18881.244"],["5440.959","18866.760"],["5462.516","18867.869"],["5412.341","18861.039"],["5609.701","18793.930"],["5599.813","18737.871"],["5497.628","18888.034"],["5528.159","18882.747"],["5459.391","18864.649"],["5596.341","18764.577"],["5606.366","18791.506"],["5588.139","18777.566"],["11216.706","18006.817"],["14326.819","8731.381"],["14368.136","8695.258"],["14394.812","8605.144"],["14361.919","8702.657"],["14278.250","8718.392"],["14402.856","8562.634"],["7840.937","19233.805"],["7746.286","19194.108"],["7773.618","19201.138"],["7875.356","19286.084"],["7783.197","19116.338"],["7832.909","19252.000"],["7835.710","19308.517"],["7763.264","19192.462"],["7782.397","19271.079"],["12549.465","14721.104"],["12431.297","14707.039"],["12465.018","14664.537"],["12528.915","14684.042"],["7606.386","12326.534"],["7553.672","12268.651"],["7581.253","12257.376"],["7648.957","12174.901"],["11849.344","15672.914"],["11898.990","15587.073"],["10290.877","12645.187"],["10399.872","12594.093"],["10319.267","12554.598"],["10361.818","12601.617"],["10360.337","12591.979"],["10277.246","12685.699"],["4332.126","10570.580"],["4288.394","10569.562"],["4318.943","10638.565"],["7626.567","19174.779"],["7654.599","19267.201"],["7685.559","19235.789"],["7623.160","19206.707"],["7542.869","19139.665"],["7520.828","19200.851"],["7713.737","19243.592"],["7567.265","19234.980"],["7532.013","19277.272"],["7621.189","19306.704"],["13101.798","13346.073"],["13083.728","13296.480"],["13096.106","13257.732"],["13190.504","13289.856"],["9734.518","15139.971"],["9747.166","15108.792"],["7503.335","13844.759"],["7435.460","13934.159"],["7339.851","13949.068"],["7461.430","13956.368"],["7455.262","13912.896"],["13450.869","14777.474"],["13494.492","14684.151"],["13428.874","14671.018"],["13505.230","14697.066"],["13551.906","14697.232"],["13506.907","14702.549"],["13567.547","14701.708"],["13417.541","14681.159"],["13465.594","14778.042"],["13482.535","14662.268"],["13410.141","14767.340"],["13426.935","14697.239"],["8506.106","18253.752"],["8487.908","18249.186"],["8479.670","18235.082"],["8467.729","18216.105"],["8412.244","18243.968"],["8421.290","18246.738"],["8395.468","18223.506"],["8408.445","18222.813"],["8359.270","18217.633"],["8366.898","18253.041"],["8369.678","18236.078"],["8470.308","18220.102"],["8434.599","18212.348"],["8441.249","18223.789"],["5202.213","18944.265"],["11673.348","15761.408"],["11663.726","15769.524"],["11686.471","15784.348"],["4543.739","18244.026"],["5911.150","7837.790"],["14927.937","9577.552"],["15011.843","9530.604"],["15051.392","9493.995"],["15029.162","9576.566"],["15058.843","9479.791"],["15087.914","9399.487"],["10758.926","14866.181"],["10745.918","14840.164"],["10679.528","14835.329"],["10675.971","14812.910"],["10692.896","14703.804"],["10697.029","14682.967"],["10674.388","14758.357"],["7271.067","13788.932"],["5560.247","17737.532"],["5433.706","17680.945"],["5596.886","17761.334"],["5585.807","17778.483"],["5536.929","17745.309"],["5413.665","17715.725"],["9078.543","16327.858"],["10186.869","15397.358"],["10254.809","16641.078"],["7869.261","8581.033"],["7843.473","8694.790"],["7906.831","8737.579"],["7912.722","8703.521"],["7931.147","8543.639"],["7812.193","8536.470"],["7874.136","8532.831"],["7867.751","8572.207"],["7800.960","8741.945"],["7856.974","8575.929"],["7824.657","8684.204"],["7925.461","8722.319"],["7888.692","8685.338"],["7791.272","8535.198"],["7891.504","8533.739"],["6807.451","18469.371"],["6745.341","18525.940"],["6773.547","18633.939"],["6822.248","18635.871"],["6698.758","18584.377"],["6877.938","18520.525"],["6848.728","18530.037"],["6791.709","18494.222"],["6787.252","18476.137"],["6873.859","18511.227"],["6788.782","18502.678"],["6849.640","16474.363"],["6816.463","16477.298"],["6839.607","16515.454"],["7720.096","14424.761"],["7653.475","14419.136"],["7602.385","14358.229"],["7667.711","14270.181"],["7587.886","14249.712"],["7535.394","14425.318"],["7669.751","14246.052"],["7470.750","14509.491"],["7368.531","14462.490"],["7464.024","14571.219"],["7360.685","14551.913"],["7390.030","14593.640"],["7405.293","14615.134"],["15085.725","12022.009"],["15035.876","12069.304"],["14953.322","12083.243"],["15021.708","12083.693"],["14994.835","12103.127"],["9903.189","15594.773"],["5945.103","18314.292"],["5972.334","18371.970"],["5988.077","18383.417"],["6023.722","18422.529"],["6001.420","18392.242"],["7750.758","13440.588"],["7901.285","13438.405"],["7907.986","13446.474"],["7780.005","13414.687"],["7791.629","13485.852"],["7859.218","13497.295"],["7772.386","13589.576"],["7795.123","13558.641"],["7873.121","13469.244"],["7861.144","13537.329"],["10195.995","16803.474"],["10210.152","16884.532"],["10243.983","16902.034"],["6688.403","17400.830"],["6731.037","17398.060"],["6696.332","17352.714"],["6710.434","17285.958"],["6731.821","17321.710"],["6850.943","17326.105"],["6826.282","17393.645"],["6797.042","17300.982"],["6720.565","17301.019"],["6730.324","17253.794"],["6674.842","17229.342"],["6708.336","17242.795"],["6877.875","17216.687"],["6867.243","17347.184"],["6871.429","17327.375"],["7257.271","18903.404"],["7271.567","19016.856"],["7221.638","19012.091"],["7241.312","19084.233"],["8371.348","12644.512"],["8526.413","12693.651"],["8503.398","12590.758"],["8189.469","12673.478"],["8341.271","12612.760"],["8200.134","12725.665"],["8068.726","10669.141"],["5179.708","16935.504"],["15107.743","9439.057"],["15164.240","9381.723"],["15118.154","9462.426"],["15189.471","9404.497"],["5089.626","18630.772"],["11929.755","17928.934"],["11758.283","17920.880"],["11924.739","17943.930"],["11749.007","17929.501"],["6377.021","12926.668"],["6393.269","12878.219"],["6404.610","12843.349"],["6382.313","12851.081"],["9698.210","7389.731"],["6301.903","17855.236"],["6312.262","17871.814"],["6336.710","17891.160"],["6346.545","17887.293"],["6325.697","17865.057"],["6265.039","17893.364"],["6372.898","17868.759"],["6404.640","17882.379"],["6342.570","17844.698"],["11969.878","16460.888"],["12121.543","16442.037"],["7431.975","19532.417"],["7421.739","19552.636"],["7444.832","19581.634"],["7477.209","19629.985"],["7502.736","19609.989"],["7508.206","19581.708"],["7498.016","19579.931"],["7502.231","19642.713"],["7507.481","19685.343"],["9413.950","15423.687"],["9409.855","15300.221"],["9426.500","15345.607"],["9441.758","15449.082"],["9481.447","15459.918"],["9418.520","15500.626"],["11443.459","14628.126"],["11308.173","14629.977"],["11331.708","14646.259"],["11344.949","14642.790"],["11341.772","14639.197"],["11342.125","14634.247"],["11360.550","14606.604"],["11366.433","14609.006"],["11307.596","14485.329"],["11491.159","14596.270"],["4849.411","18331.009"],["4809.263","18337.329"],["4954.550","18422.565"],["4949.039","18463.633"],["4955.835","18448.170"],["4835.076","18272.823"],["4805.308","18329.996"],["4840.415","18299.696"],["7470.383","17590.550"],["11104.577","16932.987"],["6842.332","14383.753"],["6726.010","14449.838"],["14761.665","15524.716"],["14770.898","15534.918"],["12195.978","14616.220"],["12264.781","14659.299"],["8994.994","16319.900"],["8500.463","12985.809"],["8453.249","13102.829"],["8468.300","13060.025"],["8512.167","13101.638"],["8537.756","13109.661"],["8421.370","13017.086"],["7699.124","18867.644"],["7703.327","18791.911"],["7696.990","18783.633"],["7664.592","18752.323"],["4277.886","10757.842"],["4287.113","10759.213"],["4290.029","10688.375"],["4317.958","10853.284"],["11337.747","14774.844"],["11487.931","14825.578"],["11389.499","14767.018"],["11505.115","14693.083"],["11509.409","14670.156"],["11363.965","14771.451"],["7305.326","15218.337"],["4931.474","14329.228"],["4942.078","14385.529"],["7798.290","16276.507"],["4834.859","9599.543"],["4612.635","18394.989"],["4610.277","18280.390"],["4639.256","18259.791"],["4716.811","18405.655"],["4643.968","18273.823"],["4693.536","18329.733"],["4674.098","18311.458"],["4695.639","18401.486"],["4707.325","18431.660"],["4639.593","18369.728"],["4642.157","18371.489"],["4765.154","18333.385"],["4678.950","18404.799"],["4617.774","18344.781"],["4689.751","18432.730"],["4660.820","18281.352"],["4734.972","18452.085"],["4767.759","18448.728"],["4749.914","18422.141"],["4664.635","18266.255"],["4636.580","18305.126"],["4643.435","18348.580"],["7906.369","16549.754"],["7892.456","16481.860"],["13850.607","8877.421"],["13858.837","8904.024"],["13842.515","8875.125"],["13854.149","8952.232"],["8834.483","13070.749"],["8824.372","13113.364"],["8875.188","13084.584"],["8872.104","13100.309"],["8859.320","13118.442"],["8861.830","13160.473"],["8875.532","12996.965"],["8841.520","13002.546"],["8874.719","13049.498"],["8850.689","13033.464"],["8788.914","12979.803"],["13917.673","12725.640"],["13842.295","12655.980"],["13976.692","12729.412"],["13882.821","12698.373"],["13875.963","12656.707"],["7520.654","14647.570"],["7543.503","14610.381"],["6291.116","17560.054"],["7430.170","15851.254"],["7455.698","15895.048"],["7392.892","15905.650"],["9626.423","17365.108"],["9805.198","17368.819"],["9799.004","17363.926"],["8315.836","18203.754"],["8342.349","18215.662"],["8297.421","18207.781"],["8295.097","18231.554"],["8343.092","18249.356"],["8326.590","18254.857"],["8253.698","18241.968"],["8202.559","18243.822"],["8171.326","18237.975"],["9110.870","12217.853"],["9033.209","12232.206"],["9195.969","12154.781"],["5938.870","9258.182"],["5982.793","9252.309"],["5996.183","9194.117"],["6001.444","9279.387"],["5913.551","9275.285"],["5950.219","9269.759"],["5979.488","9253.118"],["6006.364","9222.491"],["6018.648","9286.555"],["7231.775","18037.443"],["7207.617","17946.531"],["7172.065","17960.122"],["7297.633","17960.183"],["7233.824","17971.098"],["7227.700","17991.369"],["15194.346","15936.809"],["4473.987","14141.804"],["4465.347","14150.892"],["4439.629","14171.532"],["4539.678","14204.711"],["4460.249","14092.610"],["4425.611","14099.051"],["9703.039","11693.785"],["9670.120","11656.357"],["9692.243","11674.238"],["9730.658","11699.088"],["11668.694","17993.243"],["11660.343","18041.251"],["11597.647","17999.501"],["11699.385","17985.415"],["11585.361","18027.842"],["10079.887","7999.596"],["10137.643","8062.216"],["10221.241","8107.871"],["14529.151","9159.940"],["14510.450","9164.399"],["14574.562","8990.943"],["10099.555","7718.690"],["14275.504","9272.032"],["14377.793","9242.496"],["14383.610","9330.217"],["14415.482","9301.731"],["14273.648","9281.059"],["14388.802","9269.251"],["14338.918","9286.166"],["14387.212","9370.415"],["13933.251","15008.439"],["14010.645","14988.672"],["13950.181","15067.479"],["14003.481","14934.439"],["13965.954","15074.003"],["10907.942","15979.691"],["14519.831","12375.887"],["12618.531","17119.595"],["6927.726","18419.197"],["6967.751","18369.795"],["6993.184","18409.162"],["7078.786","18441.468"],["7061.553","18275.147"],["6922.696","18283.073"],["6912.145","18292.757"],["14868.565","9434.799"],["14835.756","9442.647"],["14817.674","9449.695"],["14841.855","9420.711"],["9220.464","15475.352"],["9211.671","15443.948"],["9354.363","15379.422"],["9372.414","15337.962"],["9393.353","15393.893"],["9391.719","15468.608"],["9370.116","15495.981"],["9329.451","15478.205"],["9311.938","15410.309"],["9292.578","15366.527"],["4975.019","17651.564"],["4962.912","17699.142"],["4883.455","17681.992"],["4892.255","17686.071"],["4531.271","9746.318"],["4511.286","9680.636"],["4441.212","9736.961"],["4466.946","9598.156"],["4543.771","9739.910"],["4497.191","9678.621"],["4453.770","9624.154"],["4438.953","9600.815"],["12762.417","12733.638"],["12767.020","12548.969"],["12627.656","13202.488"],["13904.456","9653.304"],["13872.185","9693.933"],["13916.810","9639.131"],["13992.668","9610.749"],["13856.854","9673.645"],["13933.422","9647.834"],["13989.066","9618.197"],["13932.904","9590.422"],["13840.994","9609.331"],["6645.682","17245.936"],["6667.265","17265.335"],["6581.583","17275.219"],["6613.239","17295.458"],["6599.948","17334.737"],["6652.340","17366.430"],["6599.256","17309.663"],["6618.124","17228.953"],["6666.217","17242.196"],["6599.153","17205.426"],["6476.002","17385.414"],["9002.966","15935.721"],["7618.339","18880.906"],["7654.347","18886.908"],["7676.304","18876.859"],["7673.222","18871.498"],["7687.776","18846.861"],["7639.200","18794.344"],["7621.588","18698.865"],["7617.329","18689.261"],["7579.116","18691.336"],["8684.656","13993.211"],["8736.342","13891.680"],["8770.194","13990.277"],["8724.648","13846.154"],["8736.538","13831.238"],["8617.280","14030.970"],["8748.913","14177.733"],["8722.828","14181.664"],["8751.621","14184.555"],["8749.499","14190.368"],["8707.577","14128.375"],["8723.235","14141.851"],["9193.702","17300.808"],["9136.300","17200.632"],["9136.300","17200.632"],["6432.876","15584.941"],["8684.446","18162.819"],["8649.775","18143.672"],["8656.298","18182.541"],["6628.138","16192.919"],["8132.820","18051.670"],["14423.505","13004.972"],["11928.863","13198.625"],["11922.692","13199.894"],["11869.186","13220.025"],["11873.269","13220.759"],["11877.035","13219.427"],["11881.208","13219.101"],["11871.236","13223.934"],["11875.587","13224.085"],["11879.587","13223.263"],["11867.932","13226.306"],["11873.574","13228.161"],["11878.000","13227.252"],["11882.324","13226.391"],["11818.283","13343.191"],["11926.739","13199.047"],["6310.006","13910.847"],["6455.509","13899.143"],["6311.561","14008.805"],["6343.542","13894.067"],["6431.990","13844.252"],["6670.683","17181.910"],["6668.661","17188.929"],["6671.788","17139.478"],["6595.960","17080.771"],["7074.031","13157.429"],["6019.062","9536.699"],["5546.094","16996.773"],["5415.618","17074.914"],["5436.769","17195.624"],["5466.724","17029.453"],["5435.028","17025.606"],["5426.703","17021.060"],["5452.834","17078.191"],["5286.412","10738.744"],["5284.111","10808.577"],["5383.724","10836.214"],["5263.541","10847.345"],["5317.234","10704.360"],["5217.378","10735.472"],["5327.861","10818.982"],["5396.417","10788.867"],["13726.293","9041.041"],["13666.271","8974.067"],["13816.637","9016.987"],["13730.490","8981.077"],["13728.784","9121.595"],["13816.703","9037.879"],["6860.908","13212.575"],["6852.177","13184.592"],["6875.416","13184.682"],["7762.584","17690.340"],["7827.056","17701.648"],["7905.897","17775.947"],["7816.723","17815.677"],["7910.657","17639.952"],["9052.248","12304.339"],["9183.880","12304.607"],["11727.979","16371.071"],["11789.999","16362.544"],["11781.251","16498.634"],["6547.051","9133.522"],["6538.624","9073.051"],["6613.115","9148.324"],["6534.403","9093.123"],["6538.893","9137.007"],["8518.870","11850.536"],["8376.677","11910.769"],["8390.799","11908.717"],["8550.693","11774.813"],["8515.564","11779.544"],["6851.127","16941.160"],["6696.484","16924.760"],["6673.558","16847.357"],["6684.328","16812.314"],["14112.064","8840.541"],["14247.046","8882.201"],["14156.253","8809.913"],["10417.276","14960.228"],["10458.676","14940.374"],["10335.200","15028.991"],["10448.168","14889.379"],["10281.571","15055.102"],["10433.111","14950.609"],["10313.227","15040.386"],["10273.639","15006.839"],["10272.171","14998.011"],["10292.496","15013.110"],["10303.689","14991.215"],["10320.474","14962.676"],["10315.477","14975.272"],["10315.034","14969.150"],["7693.120","11138.652"],["7622.379","11086.251"],["7655.864","11083.808"],["7687.132","11079.924"],["8367.646","16174.495"],["8388.031","16311.455"],["6128.996","13763.150"],["6239.659","13811.670"],["8738.396","14349.561"],["8767.902","14342.427"],["8770.629","14366.113"],["13872.104","12811.629"],["13925.718","12878.012"],["13913.354","12817.475"],["13921.001","12951.897"],["13858.317","12815.525"],["10482.875","14888.876"],["10559.962","15041.250"],["10621.589","14930.557"],["10617.488","14950.295"],["10466.622","14991.103"],["13456.077","14639.372"],["13410.984","14659.740"],["5434.233","10942.951"],["5556.778","10862.830"],["5501.292","10887.894"],["5502.029","10915.701"],["5537.821","10866.771"],["12526.730","17737.694"],["12500.151","17740.651"],["12543.569","17753.437"],["6889.048","17447.065"],["6977.811","17424.894"],["7055.501","17438.996"],["7036.739","17480.911"],["7017.697","17477.798"],["6977.597","17461.059"],["6969.090","17481.397"],["6923.818","17472.707"],["6930.760","17450.296"],["7056.801","17423.136"],["7009.081","17570.438"],["6985.359","17611.957"],["7007.832","17574.223"],["7042.990","17604.661"],["7050.584","17599.703"],["7025.912","17547.401"],["7031.355","17567.307"],["6965.376","17582.117"],["6925.311","17572.967"],["6904.574","17573.788"],["7095.601","17360.251"],["7833.955","9050.157"],["7884.757","9076.309"],["7833.232","9023.609"],["7811.274","9085.533"],["7900.222","9023.560"],["7913.942","9095.953"],["6435.284","13152.389"],["6423.265","13097.660"],["6255.673","13084.137"],["6283.270","13080.522"],["6320.558","13106.365"],["6331.298","13173.283"],["6439.988","13143.090"],["6454.745","13127.206"],["13825.441","15087.460"],["13815.777","15089.501"],["11125.468","14869.620"],["9437.651","18625.099"],["7361.703","14398.078"],["7477.749","14247.160"],["10032.292","14824.898"],["9979.963","14851.841"],["10006.146","14842.044"],["10047.512","17177.223"],["10116.273","17005.466"],["10236.719","17119.775"],["10068.124","17194.100"],["10105.191","17195.880"],["8026.810","15292.387"],["8122.772","15122.258"],["8071.656","15193.697"],["7998.157","15210.599"],["8098.350","15294.716"],["8095.118","15252.189"],["8061.897","15254.028"],["12283.921","15747.222"],["12347.556","15732.123"],["12191.802","15723.306"],["12150.487","13006.292"],["12147.414","13059.819"],["8752.103","12330.920"],["8667.226","12325.059"],["8685.296","12271.602"],["6194.498","14358.808"],["6236.324","14287.776"],["6145.173","14311.624"],["6176.335","14312.906"],["6104.874","14155.121"],["6126.008","14083.905"],["6244.455","14134.077"],["7860.237","14445.971"],["7773.715","14293.055"],["9509.625","17695.064"],["9560.165","17685.416"],["11628.132","13719.658"],["11563.651","13718.445"],["11652.367","13779.738"],["8060.342","13903.522"],["8112.204","13877.415"],["7990.366","13902.652"],["7955.889","13885.565"],["8069.014","13842.094"],["7952.921","13819.395"],["8035.030","13819.059"],["8052.728","13819.644"],["8056.580","13837.398"],["8017.688","13848.236"],["8109.751","13817.693"],["8090.764","13830.029"],["8060.578","13827.689"],["8103.668","13830.480"],["8117.874","13904.388"],["8129.997","13906.103"],["8126.410","13925.521"],["8130.954","13918.553"],["8137.373","13911.912"],["8112.573","13825.367"],["6564.914","14640.568"],["6593.182","14468.524"],["6491.534","14456.474"],["6524.459","14454.295"],["5470.170","9411.537"],["5438.366","9472.700"],["5483.097","9481.309"],["5505.743","9437.449"],["5444.890","9434.147"],["5466.206","9506.127"],["11563.289","16787.878"],["11555.255","16852.477"],["11550.145","16831.130"],["11524.045","16879.679"],["11703.866","16976.656"],["11570.250","16776.929"],["5581.815","18383.372"],["5599.012","18438.955"],["9364.436","14662.534"],["7372.830","19486.559"],["7408.624","19482.990"],["9523.907","12763.568"],["9466.487","12764.035"],["9433.025","12810.878"],["9455.526","12845.284"],["9450.487","12823.341"],["9435.161","12872.882"],["9446.441","12881.475"],["9470.764","12918.308"],["9528.022","12915.833"],["9553.567","12871.652"],["11115.738","15233.364"],["11152.686","15128.844"],["10855.342","13825.507"],["10789.974","13949.574"],["10717.330","13961.867"],["10737.529","13899.053"],["10875.897","13879.651"],["10822.001","13920.045"],["10819.160","13856.832"],["10682.714","13881.227"],["9499.984","14112.459"],["9484.359","14054.490"],["9505.511","14094.688"],["13422.132","12912.167"],["4056.705","12717.807"],["4033.720","12652.956"],["4076.541","12713.216"],["4050.677","12641.659"],["4100.932","12749.382"],["5605.213","9172.856"],["5558.099","9248.492"],["5539.477","9238.867"],["5513.500","9271.575"],["5415.622","9229.962"],["5578.844","9297.206"],["5584.956","9210.200"],["5523.852","9245.936"],["5457.414","9235.027"],["5591.317","9289.666"],["8530.378","14574.784"],["8511.089","14622.093"],["8557.118","14622.080"],["8506.255","14587.938"],["8506.680","14603.835"],["8448.650","14587.358"],["8446.824","14567.297"],["8464.188","14588.860"],["8461.293","14611.668"],["8441.849","14629.269"],["8441.954","14623.709"],["7395.575","20209.211"],["7386.027","20169.416"],["7968.156","12842.218"],["8015.535","12860.065"],["7995.168","12830.965"],["7947.334","12868.741"],["7994.317","12876.019"],["8004.526","12837.488"],["7960.318","12810.687"],["7699.426","18981.814"],["11421.374","15521.373"],["11374.037","15528.442"],["11313.142","15676.706"],["8559.606","14685.337"],["8498.100","14769.856"],["8444.047","14814.536"],["8535.468","14699.539"],["8551.126","14705.534"],["8494.878","14710.756"],["8482.641","14716.231"],["11864.187","13168.023"],["11892.424","13169.994"],["11871.171","13130.656"],["11823.087","13126.917"],["11893.684","13105.418"],["11890.409","13160.803"],["11899.701","13092.344"],["7753.839","11024.601"],["7766.849","11011.868"],["7737.297","10918.440"],["7729.332","11062.198"],["10482.906","17003.138"],["10524.170","17007.986"],["10544.514","16995.146"],["10657.521","17078.283"],["13804.956","14599.408"],["13809.999","14530.385"],["9595.011","14480.028"],["9615.593","14598.711"],["9411.259","14456.790"],["9411.638","14477.549"],["9448.382","16007.885"],["9469.784","16082.460"],["9598.124","15943.430"],["7657.657","13490.884"],["7672.723","13494.930"],["7683.553","13431.667"],["7596.372","13429.428"],["7611.917","13507.713"],["7708.439","13436.839"],["4918.722","18538.335"],["4986.370","18595.878"],["4960.654","18552.644"],["4923.408","18535.198"],["4879.925","18631.718"],["4902.271","18563.851"],["5588.981","15219.329"],["5601.312","15105.043"],["5613.781","15249.862"],["5504.368","15196.898"],["5588.288","15288.779"],["5618.521","15177.678"],["5605.767","18083.085"],["4517.235","9180.835"],["4479.701","9344.865"],["4503.947","9168.027"],["4518.502","9202.887"],["4468.388","9301.246"],["4518.279","9258.917"],["4510.592","9210.233"],["4550.244","9246.978"],["11879.753","14874.879"],["11845.458","14920.605"],["11927.853","14930.856"],["11758.197","15026.709"],["11891.605","14962.935"],["11542.315","16264.747"],["11562.688","16220.336"],["11512.582","16786.984"],["11489.098","16861.395"],["11444.025","16821.993"],["11485.020","16830.328"],["11355.188","16981.658"],["11352.151","16966.966"],["11329.706","16877.239"],["13588.753","8824.320"],["13606.568","8923.478"],["13618.275","8826.341"],["8719.482","12469.338"],["5869.503","9549.667"],["5905.890","9505.931"],["5968.620","9484.043"],["5859.750","9560.286"],["5881.181","9459.371"],["5968.736","9467.015"],["8165.158","14482.373"],["5592.129","18473.783"],["5605.286","18630.652"],["5593.728","18602.179"],["5411.519","18472.315"],["8819.995","12925.021"],["8841.332","12923.649"],["8831.427","12966.770"],["8781.981","12898.036"],["8799.837","12910.271"],["10712.740","17006.374"],["10676.154","17035.481"],["10709.955","17034.317"],["10738.681","17059.324"],["10748.035","17029.470"],["10709.224","17116.100"],["10700.146","17143.827"],["6609.962","18437.507"],["6517.628","18420.589"],["6600.938","18453.940"],["8928.885","12172.632"],["5160.923","18319.715"],["5119.406","18288.542"],["5659.560","9179.201"],["10159.640","16435.857"],["10221.890","16529.028"],["10168.993","16469.672"],["11849.062","14507.225"],["11741.033","14519.414"],["11928.978","14501.854"],["11730.747","14483.144"],["7033.395","12797.987"],["7067.080","12868.837"],["8773.003","12229.694"],["14086.782","15316.138"],["14101.129","15298.215"],["14186.548","15328.503"],["14187.588","15396.314"],["14138.409","15475.327"],["14200.169","15469.740"],["14243.844","15296.354"],["6650.051","13916.273"],["6561.743","13852.889"],["6552.188","13848.397"],["6474.604","13917.310"],["6464.440","13997.459"],["6501.580","13940.600"],["6644.098","13900.164"],["7637.557","19369.164"],["7526.594","19445.021"],["7595.906","19501.681"],["7655.023","19426.251"],["7681.322","19444.460"],["7562.694","19515.108"],["7579.582","19518.047"],["7527.063","19350.565"],["7524.861","19345.270"],["7529.428","19378.318"],["7591.260","19355.826"],["7516.818","19434.646"],["7598.629","19382.983"],["7632.971","19391.109"],["7704.491","19427.455"],["7721.538","19349.185"],["7668.473","19317.669"],["7606.831","19322.375"],["7594.881","19352.766"],["7926.110","15516.211"],["9880.910","12479.067"],["9905.008","12336.171"],["9913.129","12390.588"],["9951.123","12480.464"],["10016.610","12352.658"],["9946.528","12360.437"],["9915.044","12519.163"],["9925.719","12462.818"],["9926.805","12426.997"],["9877.430","12422.824"],["9889.716","12402.610"],["9873.421","12384.235"],["9901.366","12366.679"],["9918.155","12355.404"],["8633.585","13043.651"],["8579.278","12970.815"],["8578.496","13147.607"],["8579.781","13128.705"],["8606.344","13132.625"],["8634.167","13168.798"],["8730.513","13081.126"],["8121.856","16718.852"],["8059.462","16656.793"],["8044.483","16679.538"],["8083.820","16613.820"],["8049.482","16600.231"],["8119.248","16586.248"],["7949.785","16680.452"],["7940.397","16728.565"],["8167.437","13313.871"],["8181.665","13392.053"],["8320.918","13343.294"],["8330.750","13284.690"],["8287.462","13229.377"],["8223.404","13259.286"],["8239.506","13305.735"],["8267.504","13305.393"],["8277.996","13288.881"],["3523.444","8352.881"],["5886.580","14822.809"],["5913.126","14737.656"],["5943.948","14805.280"],["5912.994","14790.185"],["5892.320","14788.441"],["5873.389","14811.744"],["5926.493","14817.790"],["5992.475","14770.950"],["6035.733","14777.273"],["6008.739","14775.064"],["6008.357","14792.029"],["5963.709","14786.266"],["5995.666","14814.473"],["5975.609","14815.929"],["5968.061","14814.915"],["5926.882","14870.051"],["5918.761","14849.591"],["5902.722","14829.998"],["10246.158","15040.229"],["10162.493","14934.536"],["10163.362","14964.882"],["10206.240","15079.453"],["15317.158","16624.391"],["15518.208","12029.822"],["15685.244","12077.483"],["15080.925","15879.316"],["15058.231","15866.781"],["15036.643","15865.880"],["13907.060","9132.158"],["14004.712","9047.131"],["13954.483","9001.046"],["13837.777","9052.149"],["13877.903","9054.078"],["13870.427","9011.183"],["13958.476","9027.047"],["13937.408","9079.302"],["13992.722","9041.351"],["13998.990","8989.552"],["13836.035","9151.450"],["13899.943","9038.884"],["13880.783","8993.452"],["8031.823","13081.092"],["8048.299","13063.957"],["8039.658","13050.002"],["7992.813","12972.123"],["7962.670","13055.497"],["7955.669","13113.944"],["7937.918","13068.894"],["7959.354","13102.606"],["7939.562","13140.400"],["7947.655","13112.933"],["8055.397","13094.891"],["8060.342","13080.630"],["8038.342","13046.386"],["7938.751","13049.854"],["7978.734","12983.238"],["7983.114","13071.550"],["7977.298","13116.421"],["9012.585","16069.705"],["9190.324","16005.719"],["9053.609","15965.801"],["9034.223","15957.299"],["8993.417","15979.507"],["9131.625","16039.105"],["9077.374","15944.955"],["9166.083","15965.112"],["9003.809","16041.586"],["9082.033","16019.820"],["13653.756","13854.528"],["13671.285","13821.574"],["13632.045","13904.189"],["13649.188","13941.335"],["5970.421","9000.163"],["6003.003","9033.739"],["8912.616","15868.153"],["8842.265","15767.137"],["8895.852","15771.382"],["8922.596","15914.879"],["8786.775","15845.135"],["12205.356","14879.954"],["12163.818","14893.644"],["6885.498","14464.847"],["6962.486","14460.102"],["9990.547","15158.824"],["9932.536","15117.738"],["9937.179","15186.328"],["10036.116","15222.562"],["9970.096","15229.747"],["10031.403","15122.681"],["10035.531","15135.894"],["8615.818","18305.659"],["8609.732","18305.989"],["8588.393","18276.321"],["8631.699","18287.483"],["7570.392","18620.361"],["7522.442","18663.525"],["10286.330","12472.488"],["10333.131","12440.185"],["10350.042","12527.748"],["10397.621","12534.534"],["10345.327","12465.316"],["10365.976","12478.224"],["7028.257","16667.362"],["7045.550","16661.193"],["6991.936","16583.530"],["7043.770","16590.209"],["7047.884","16625.170"],["6891.352","16603.654"],["9027.162","14937.090"],["8998.613","14945.885"],["7695.417","18456.109"],["7647.358","18413.582"],["7654.938","18454.534"],["7654.106","18352.324"],["7614.945","18317.056"],["7711.450","18414.666"],["7580.667","18265.974"],["7597.713","18257.245"],["7635.104","18264.847"],["7695.923","18298.398"],["9185.435","18848.054"],["9084.958","18757.108"],["9049.998","18746.595"],["9152.392","18775.842"],["9146.219","18777.869"],["9160.857","18798.479"],["9125.385","18792.751"],["9078.558","18690.828"],["9140.357","18721.396"],["9135.373","18767.124"],["9131.151","18758.958"],["9031.235","18684.349"],["12377.661","16346.416"],["12450.328","16164.223"],["6352.777","12931.224"],["6348.500","12904.177"],["6302.434","12873.974"],["14213.683","14779.467"],["14179.322","14713.569"],["14179.278","14822.291"],["14247.634","14799.709"],["14227.346","14747.667"],["14234.248","14720.388"],["14159.157","14689.490"],["14159.624","14791.578"],["14171.081","14753.456"],["14244.971","14697.927"],["7500.599","17571.943"],["7435.270","17410.324"],["11808.627","14867.893"],["11734.594","14847.307"],["15299.418","5174.655"],["14363.922","15534.147"],["14392.178","15564.437"],["14354.030","15568.750"],["8594.535","16705.237"],["8614.339","16692.099"],["8791.581","16015.034"],["8959.386","15931.159"],["8786.106","15933.945"],["8840.311","15942.404"],["14866.527","15480.491"],["14679.177","15346.470"],["14737.655","15343.834"],["14733.500","15359.066"],["14717.060","15363.498"],["14786.178","15404.416"],["14795.688","15426.946"],["14769.395","15402.014"],["14793.078","15399.809"],["14822.378","15450.043"],["14793.107","15425.740"],["14756.940","15382.792"],["10487.899","7934.499"],["10669.564","8025.060"],["10614.627","8085.620"],["6139.856","8817.748"],["6121.294","8769.264"],["6059.858","8901.754"],["6047.325","8806.573"],["6219.817","8835.893"],["6060.971","8781.309"],["6241.158","8896.767"],["6106.771","8825.300"],["6117.405","8817.302"],["6177.233","8877.200"],["6051.026","8828.654"],["6194.800","8851.335"],["6048.899","8830.194"],["8131.056","15962.844"],["8075.172","16039.894"],["8141.224","16083.852"],["8133.930","16005.711"],["10084.385","16360.839"],["10092.962","16372.552"],["5007.747","17192.853"],["4997.407","17126.533"],["5172.596","17032.352"],["5107.529","17063.698"],["5057.625","17105.793"],["6832.971","14557.064"],["6814.920","14627.775"],["6770.569","14588.740"],["6809.484","14605.866"],["9983.148","14584.622"],["8191.618","13776.113"],["8202.733","13783.380"],["8201.167","13771.210"],["9123.843","11700.657"],["9151.344","11666.598"],["9102.555","11653.405"],["9078.653","11628.392"],["9117.986","11599.007"],["12956.085","12751.066"],["12915.750","12723.882"],["12938.749","12646.455"],["12936.786","12720.876"],["12948.535","12652.615"],["12894.487","12617.413"],["10262.829","12996.252"],["9355.005","14213.242"],["9205.167","14139.658"],["9237.037","14191.022"],["8157.321","19243.769"],["5091.477","17403.721"],["5041.021","17353.611"],["5132.475","17362.282"],["5140.477","17214.005"],["5175.826","17363.787"],["5087.583","17308.906"],["5170.221","17340.477"],["5172.030","17336.844"],["5078.678","17342.271"],["5079.428","17340.966"],["5071.610","17336.377"],["5049.646","17298.768"],["5044.331","17291.180"],["5042.542","17285.196"],["5035.153","17270.877"],["5037.380","17273.176"],["4998.867","17264.127"],["5003.779","17264.750"],["5011.515","17265.131"],["4993.274","17276.520"],["5011.384","17313.409"],["5015.523","17299.469"],["5001.388","17296.289"],["4995.642","17298.594"],["4998.336","17300.154"],["4990.007","17294.446"],["4994.635","17292.191"],["5042.319","17340.072"],["5051.166","17333.162"],["5051.823","17337.501"],["5072.782","17350.204"],["5065.280","17342.961"],["5057.926","17337.924"],["5041.013","17304.256"],["5044.602","17300.849"],["5196.780","17392.471"],["5196.307","17377.850"],["5179.263","17274.405"],["5194.614","17287.365"],["5165.769","17308.970"],["5113.006","17304.476"],["5114.211","17307.085"],["5097.147","17335.274"],["5111.535","17339.621"],["5119.170","17344.906"],["5130.644","17298.595"],["5141.481","17296.757"],["5044.746","17352.318"],["5053.799","17356.313"],["5084.366","17360.930"],["5069.110","17370.209"],["5077.368","17384.556"],["5098.120","17352.638"],["5046.528","17308.846"],["5028.540","17360.382"],["5024.090","17360.315"],["4989.829","17364.547"],["5003.551","17349.364"],["5009.818","17318.442"],["5006.345","17330.308"],["5032.307","17345.956"],["12532.351","17886.633"],["12488.092","17869.015"],["12437.385","17989.987"],["12477.612","18033.795"],["12528.222","17928.251"],["12481.513","17885.316"],["12477.780","17935.091"],["12477.382","18020.632"],["10362.035","14768.216"],["10283.623","14760.075"],["10450.783","14777.963"],["10423.735","14783.178"],["14062.526","14796.029"],["14156.367","14810.455"],["14208.464","14855.592"],["14111.211","14701.867"],["14052.227","14738.954"],["14057.030","14827.805"],["7477.143","18234.426"],["7408.418","18189.511"],["7394.538","18189.341"],["7451.122","18195.334"],["6188.650","19002.030"],["6055.476","19034.510"],["8249.967","15061.193"],["8327.846","15039.115"],["8316.456","14978.911"],["8174.712","14884.744"],["8314.408","14982.397"],["8315.500","14989.746"],["6791.388","18466.217"],["6733.804","18346.353"],["6768.782","18450.230"],["6719.767","18417.764"],["6744.322","18401.011"],["6755.012","18401.243"],["6732.384","18427.918"],["6729.654","18438.455"],["6774.322","18372.456"],["6779.223","18410.755"],["6856.928","18266.026"],["4501.178","10764.749"],["4450.567","10725.503"],["4413.452","10712.045"],["4445.767","10752.181"],["4494.136","10708.971"],["8566.551","18290.227"],["5357.535","14692.086"],["5391.976","14791.029"],["5283.791","14862.377"],["5365.660","14799.105"],["5388.028","14740.905"],["5253.276","17477.888"],["5280.778","17452.195"],["5213.250","17522.594"],["5348.526","17582.379"],["5219.614","17505.194"],["5199.910","17601.363"],["5242.842","17605.851"],["5248.350","17611.808"],["5343.655","17602.913"],["5253.578","17429.681"],["5327.027","17588.067"],["5354.733","17415.105"],["5349.761","17464.493"],["5325.142","17498.675"],["5338.337","17571.862"],["5245.710","17589.084"],["5300.092","17580.705"],["5268.330","17612.661"],["5256.722","17595.097"],["5276.829","17524.253"],["5306.124","17502.675"],["5306.942","17561.706"],["5313.139","17528.728"],["5260.582","17501.615"],["5242.698","17502.045"],["5234.448","17505.431"],["5233.847","17511.504"],["5227.101","17519.652"],["5248.798","17542.989"],["5256.486","17544.645"],["5243.986","17568.198"],["5257.781","17570.924"],["5239.831","17538.890"],["5231.456","17528.066"],["10704.549","15566.450"],["10686.911","15693.919"],["10680.477","15676.221"],["10741.926","15697.951"],["10688.622","15581.251"],["10680.160","15655.012"],["10689.280","15626.448"],["10024.608","7860.137"],["9601.236","17467.344"],["9574.301","17457.513"],["12725.347","12916.959"],["14678.003","9323.103"],["14793.031","9279.060"],["14864.133","9195.366"],["14721.292","9364.705"],["14809.643","9329.101"],["14821.764","9206.613"],["13456.329","13489.866"],["13412.745","13496.865"],["13472.742","13571.288"],["13433.887","13514.321"]] \ No newline at end of file diff --git a/src/gathering/10226.json b/src/gathering/10226.json new file mode 100644 index 0000000..635add6 --- /dev/null +++ b/src/gathering/10226.json @@ -0,0 +1 @@ +[["11954.206","17619.533"],["11976.076","17539.486"],["12000.318","17474.334"],["12050.407","17496.814"],["12132.354","17561.812"],["11997.213","17547.085"],["11991.856","17425.391"],["12009.216","17415.155"],["12080.422","17449.742"],["12096.726","17420.371"],["12027.945","17607.504"],["12038.688","17545.386"],["12106.760","17508.202"],["12128.147","17467.231"],["11952.589","17536.456"],["11992.605","17526.009"],["12035.424","17484.461"],["12019.118","17467.100"],["12002.641","17566.887"],["12117.419","17551.193"],["12001.396","17424.516"],["12077.544","17446.538"],["12076.159","17415.900"],["12107.270","17410.964"],["12019.524","17603.639"],["12058.902","17548.804"],["12093.789","17501.864"],["11941.536","17543.029"],["11997.835","17528.420"],["12098.867","17577.865"],["11997.986","17575.227"],["12089.139","17448.355"],["12081.444","17404.201"],["12132.665","17457.331"],["12055.017","17571.649"],["12042.743","17476.203"],["12083.574","17476.561"],["12102.177","17481.880"],["11957.918","17519.082"],["11998.463","17546.061"],["12097.292","17504.754"],["11987.785","17504.738"],["11979.480","17540.493"],["12115.577","17543.348"],["12018.471","17588.082"],["12039.404","17477.772"],["12027.257","17536.616"],["12123.092","17513.520"],["11953.263","17521.312"],["12036.394","17510.258"],["12128.098","17484.704"],["12008.081","17491.889"],["12001.174","17518.511"],["12039.754","17599.890"],["12098.044","17562.787"],["11941.504","17534.392"],["11938.063","17608.294"],["11964.670","17466.243"],["11985.907","17444.045"],["11988.731","17421.956"],["12064.022","17450.323"],["12082.856","17445.151"],["12098.428","17424.488"],["12143.207","17442.691"],["12141.563","17459.825"],["12025.378","17429.609"],["12033.732","17425.299"],["11982.798","17452.468"],["12001.922","17414.507"],["12010.305","17417.773"],["12065.866","17454.466"],["12079.662","17434.958"],["12136.743","17441.650"],["12144.967","17459.692"],["12126.518","17422.807"],["12025.263","17424.357"],["12040.114","17418.593"],["8959.522","16571.495"],["8804.069","16770.956"],["8832.015","16745.455"],["8805.299","16733.034"],["8816.748","16734.075"],["13438.512","15672.628"],["13433.989","15671.544"],["13434.966","15656.190"],["13427.586","15663.130"],["13447.275","15660.088"],["13420.324","15674.354"],["13439.047","15663.964"],["13424.951","15666.580"],["13432.065","15711.104"],["13975.654","14658.955"],["13830.425","14503.170"],["13983.118","14612.178"],["13902.681","14512.126"],["13948.710","14594.259"],["13846.926","14494.914"],["13985.133","14579.293"],["13832.911","14463.317"],["13918.411","14521.585"],["13842.289","14470.845"],["13979.308","14587.922"],["13898.517","14480.851"],["13936.430","14495.858"],["13965.802","14641.333"],["13990.330","14590.061"],["13865.113","14450.364"],["13987.690","14648.880"],["13841.502","14484.607"],["13902.549","14470.193"],["13952.732","14630.656"],["13950.996","14507.494"],["9461.386","19089.923"],["9426.943","19063.559"],["9450.694","18955.655"],["9496.747","18976.368"],["9465.862","18989.880"],["9437.385","18969.664"],["9433.776","18970.103"],["9411.638","18946.962"],["9594.558","18974.208"],["9566.819","19004.768"],["9595.922","18944.000"],["9463.096","19082.277"],["9422.206","19061.379"],["9444.000","18950.750"],["9491.994","18964.857"],["9489.349","18980.285"],["9456.053","18955.378"],["9433.201","18965.644"],["9591.235","18966.578"],["9568.612","19034.082"],["9602.567","18954.949"],["9464.643","19087.082"],["9418.143","19065.243"],["9439.181","18950.569"],["9488.277","18964.179"],["9468.362","18981.804"],["9440.708","18964.494"],["9434.631","18960.524"],["9589.476","18979.262"],["9571.786","19020.226"],["9434.264","19052.371"],["9421.583","19035.823"],["9418.462","18972.065"],["9410.897","18941.099"],["9497.565","19015.612"],["9533.272","19002.548"],["9553.409","18988.442"],["9511.304","19012.769"],["9610.166","18939.719"],["9557.123","18986.275"],["9603.982","18943.402"],["9567.522","19025.519"],["9550.434","19049.004"],["9578.098","19043.818"],["9568.483","19089.950"],["9540.720","19075.334"],["9518.253","19094.888"],["9472.968","19080.422"],["9497.475","19094.939"],["9479.136","19085.376"],["9424.304","19011.949"],["9423.327","19065.831"],["9438.799","18960.966"],["9436.891","18960.603"],["9423.143","18965.999"],["9411.455","18988.924"],["9519.424","19015.050"],["9510.909","19015.048"],["9570.199","18970.305"],["9553.575","19033.942"],["9557.595","19088.761"],["9498.858","19035.310"],["9460.666","19087.738"],["9444.133","19096.198"],["17426.107","17901.305"],["17435.860","17879.505"],["7554.102","12709.911"],["7541.531","12569.278"],["7545.852","12581.983"],["6415.127","15017.658"],["6397.395","14995.691"],["6400.979","14989.434"],["6413.311","15045.676"],["6412.697","15054.034"],["6431.895","14902.935"],["6410.928","14973.744"],["6414.930","14878.463"],["6380.606","14898.289"],["6407.168","15061.915"],["6413.188","14940.267"],["6380.197","14928.371"],["6303.894","15081.930"],["6311.590","15021.383"],["6309.863","14998.309"],["6317.252","15005.435"],["6360.253","15007.704"],["6334.696","14969.401"],["6371.231","14997.298"],["6369.132","14969.898"],["6375.481","14960.107"],["6393.912","14968.271"],["6329.123","14982.838"],["6263.161","14904.983"],["4195.015","18451.951"],["4264.709","18442.767"],["4172.765","18416.381"],["4190.558","18458.029"],["4240.702","18446.200"],["4253.562","18428.324"],["4150.262","18460.424"],["4213.893","18449.090"],["4252.028","18460.752"],["4262.570","18427.969"],["7260.111","19117.966"],["7281.312","19181.692"],["7270.539","19192.840"],["7292.909","19155.454"],["7283.748","19126.123"],["7211.145","19114.867"],["7199.664","19123.142"],["7274.397","19176.444"],["7283.340","19137.558"],["7242.896","19127.467"],["7296.004","19136.038"],["7210.626","19121.026"],["8362.281","15973.954"],["8382.005","15973.586"],["8397.800","15958.009"],["8418.426","15964.369"],["8411.240","15947.600"],["8446.018","15966.490"],["8479.905","15954.265"],["8487.995","15976.085"],["8484.380","15933.053"],["8440.984","15935.357"],["8465.159","15945.970"],["8362.303","15943.754"],["8446.757","16048.787"],["8479.007","16037.142"],["8462.992","16041.084"],["8392.019","16071.941"],["8376.868","16075.993"],["8368.021","16096.231"],["8413.983","16101.530"],["8531.788","16036.219"],["8514.987","16069.383"],["8527.049","16055.278"],["8517.893","16036.622"],["8502.631","16033.471"],["8502.241","16043.510"],["8488.050","15956.935"],["8493.590","15942.285"],["8492.617","15968.279"],["8503.281","15984.554"],["8500.630","15959.665"],["8503.026","15998.626"],["8532.796","15975.147"],["8524.772","16009.660"],["8431.920","16066.106"],["8442.985","16076.508"],["8456.820","16050.362"],["8398.014","15933.205"],["21626.318","6584.495"],["21630.230","6508.623"],["21669.457","6582.578"],["21817.500","6567.169"],["21647.601","6597.526"],["21748.520","6529.960"],["13818.050","13442.281"],["13825.789","13576.708"],["13809.524","13544.310"],["13643.708","13570.913"],["13693.752","13549.667"],["13710.051","13553.830"],["13789.045","13411.994"],["13811.932","13440.216"],["13819.555","13503.447"],["13673.858","13518.232"],["13798.038","13402.133"],["13701.048","13527.307"],["13817.754","13452.471"],["13817.146","13447.367"],["13794.868","13548.251"],["13719.769","13583.077"],["13826.047","13440.845"],["13764.150","13445.238"],["13813.507","13575.942"],["13777.950","13504.260"],["13819.372","13566.342"],["13722.032","13582.580"],["13699.065","13507.601"],["13715.987","13585.766"],["13723.186","13589.472"],["13736.657","13541.264"],["13657.384","13403.132"],["13688.356","13573.045"],["13644.087","13489.100"],["13688.226","13501.129"],["13818.389","13439.767"],["13825.248","13556.396"],["13647.234","13467.019"],["13768.957","13406.046"],["13651.342","13485.164"],["13807.733","13441.243"],["13783.119","13436.603"],["13791.302","13416.112"],["13652.368","13430.872"],["13624.311","13534.211"],["20026.927","8260.602"],["13784.488","18629.423"],["13629.981","18592.483"],["13733.274","18657.372"],["13719.168","18676.782"],["13655.334","18495.872"],["13795.968","18600.852"],["13649.373","18577.982"],["13627.719","18474.600"],["13802.251","18587.574"],["13819.159","18634.114"],["13631.396","18552.103"],["13683.649","18549.130"],["13736.662","18653.409"],["13687.209","18518.531"],["13821.017","18617.020"],["13801.741","18611.207"],["13626.050","18570.567"],["13627.267","18545.266"],["13702.518","18658.578"],["13682.555","18496.978"],["13666.336","18625.145"],["13812.662","18589.489"],["13651.478","18541.467"],["13681.461","18548.519"],["13716.021","18646.522"],["13646.998","18670.268"],["13663.920","18517.540"],["13649.216","18494.716"],["13822.744","18622.503"],["13783.863","18586.236"],["13627.777","18583.251"],["13675.063","18593.771"],["13630.532","18493.213"],["10281.655","16502.241"],["10277.559","16512.184"],["10283.290","16468.574"],["2763.697","16767.633"],["2844.337","16775.188"],["2825.044","16748.169"],["2873.235","16748.747"],["7648.534","17075.236"],["7615.112","16999.319"],["7667.543","17086.504"],["7596.556","17018.427"],["7524.988","17053.518"],["7608.301","17024.590"],["7590.991","17150.307"],["16613.586","18746.660"],["16590.948","18870.163"],["16576.491","18846.348"],["16605.009","18761.475"],["16583.973","18831.020"],["16607.492","18758.304"],["14339.559","15978.678"],["14422.322","16092.267"],["14351.591","15976.251"],["14362.127","16006.031"],["14362.313","16099.734"],["14386.927","16122.219"],["14425.728","15938.042"],["14391.621","16020.810"],["14453.733","15986.464"],["14349.850","15961.800"],["14349.324","15979.117"],["14376.063","16098.545"],["14372.079","15957.381"],["14398.753","16127.768"],["14406.086","15930.417"],["14382.602","16067.362"],["14431.200","15972.311"],["14370.850","16138.196"],["14413.002","15948.275"],["14432.901","16031.730"],["14381.388","15936.453"],["14425.448","15934.541"],["14401.730","16084.455"],["14378.392","15940.949"],["14386.286","15990.533"],["4555.114","16483.475"],["4466.238","16437.519"],["4517.226","16455.579"],["4507.012","16471.457"],["4474.967","16499.675"],["4562.723","16444.665"],["4522.130","16561.694"],["4528.163","16518.429"],["4479.178","16496.719"],["4531.539","16407.428"],["4545.399","16532.120"],["4555.287","16370.358"],["4481.743","16481.822"],["4506.251","16385.484"],["4556.653","16435.595"],["4514.943","16540.835"],["4520.136","16505.828"],["4566.518","16395.893"],["4547.982","16462.354"],["4528.854","16461.231"],["4479.692","16500.888"],["4470.037","16456.842"],["4475.232","16391.940"],["4508.882","16463.077"],["4515.088","16454.704"],["4486.469","16506.932"],["4507.642","16416.123"],["4545.535","16443.192"],["4532.032","16546.698"],["4520.482","16509.693"],["4558.146","16389.419"],["4547.724","16359.176"],["4551.084","16510.593"],["4548.709","16549.077"],["4531.650","16494.575"],["4512.324","16523.064"],["4561.402","16556.449"],["4488.951","16461.532"],["4503.147","16435.166"],["4484.449","16414.313"],["4478.248","16425.824"],["4478.212","16508.532"],["4503.010","16484.151"],["4518.134","16407.263"],["4542.596","16421.116"],["4514.840","16511.658"],["4537.834","16378.733"],["4560.301","16511.933"],["4458.705","16441.136"],["4452.080","16371.312"],["16778.537","7440.235"],["16797.658","7409.725"],["16885.752","7371.231"],["16856.414","7434.248"],["16863.466","7403.737"],["16850.401","7384.516"],["16979.235","7338.031"],["16847.627","7349.927"],["16880.532","7328.476"],["16957.967","7472.400"],["16927.727","7445.330"],["16954.118","7443.314"],["16948.224","7409.220"],["16925.612","7367.708"],["16925.842","7368.629"],["16944.978","7340.732"],["16837.166","7457.521"],["16815.304","7442.006"],["16985.665","7369.004"],["16785.857","7449.604"],["16783.027","7437.262"],["16777.710","7467.896"],["16833.470","7412.365"],["16889.518","7376.070"],["16795.520","7404.011"],["16861.542","7396.387"],["16852.276","7391.023"],["16846.887","7346.838"],["16966.537","7355.520"],["16965.665","7472.103"],["16923.665","7431.028"],["16919.449","7469.336"],["16974.677","7431.753"],["16952.336","7421.969"],["16956.878","7392.892"],["16943.309","7361.102"],["16947.237","7356.253"],["16878.296","7334.769"],["16843.613","7451.856"],["16812.952","7439.116"],["16986.784","7364.132"],["4333.378","18563.988"],["4256.713","18564.879"],["4322.373","18658.972"],["4311.291","18570.992"],["4192.774","18475.746"],["4345.478","18540.873"],["4308.474","18484.347"],["4322.240","18505.553"],["4322.885","18545.128"],["4241.318","18600.238"],["4328.952","18634.942"],["4294.087","18577.863"],["4323.166","18568.895"],["4168.009","18618.297"],["4201.907","18480.027"],["4239.666","18494.474"],["4287.768","18485.227"],["4326.712","18549.015"],["4276.849","18517.134"],["4307.974","18541.950"],["4258.062","18551.303"],["4288.245","18614.083"],["4329.696","18629.638"],["4331.537","18548.862"],["4325.139","18568.928"],["4160.378","18644.721"],["4183.173","18474.775"],["4212.857","18471.088"],["4261.358","18481.685"],["4279.368","18476.417"],["4263.144","18544.367"],["4306.027","18566.269"],["4185.801","18500.816"],["4318.373","18508.536"],["4327.521","18575.442"],["4324.675","18623.336"],["4275.964","18648.262"],["4248.023","18577.015"],["4233.626","18565.919"],["4210.962","18562.319"],["4225.886","18543.965"],["4218.435","18526.227"],["4226.090","18495.209"],["4261.803","18500.830"],["4213.074","18611.020"],["4216.116","18590.442"],["4212.737","18659.242"],["4149.654","18645.351"],["4166.300","18663.851"],["4172.674","18677.763"],["10926.408","17623.325"],["10940.632","17624.548"],["11067.827","17637.926"],["11066.096","17637.986"],["11079.251","17631.937"],["11062.319","17683.322"],["11071.628","17688.434"],["11086.446","17707.163"],["11058.664","17681.348"],["11078.390","17726.891"],["11054.231","17720.330"],["11050.831","17760.599"],["11038.015","17758.180"],["10988.940","17749.404"],["10962.198","17749.065"],["10984.856","17705.682"],["10962.361","17715.570"],["10941.290","17643.970"],["11062.021","17623.211"],["11080.337","17631.805"],["11079.030","17674.974"],["11079.949","17686.998"],["11059.766","17680.539"],["11069.048","17721.375"],["11065.678","17729.546"],["11058.084","17764.794"],["11042.374","17748.320"],["11008.545","17753.004"],["10965.981","17748.767"],["10961.572","17701.235"],["10934.369","17623.110"],["10949.510","17626.854"],["10938.888","17641.179"],["11051.659","17634.160"],["11081.472","17650.583"],["11076.003","17684.272"],["11059.339","17683.727"],["11077.716","17729.566"],["11046.879","17723.898"],["11062.295","17741.227"],["11030.121","17754.398"],["11005.963","17730.477"],["10975.455","17740.064"],["10968.984","17720.001"],["10965.782","17708.667"],["10921.573","17623.672"],["10925.336","17636.274"],["11054.389","17626.514"],["11077.773","17657.012"],["11077.623","17643.663"],["11060.066","17663.619"],["11061.941","17671.721"],["11075.442","17703.843"],["11052.530","17686.881"],["11065.249","17717.164"],["11067.751","17726.821"],["11052.279","17756.189"],["11027.358","17756.181"],["11008.430","17739.429"],["10960.636","17731.872"],["10967.800","17721.289"],["10977.262","17708.667"],["10971.345","17625.790"],["10940.862","17631.864"],["11067.956","17624.591"],["11060.771","17633.731"],["11068.793","17637.887"],["11091.373","17644.572"],["11061.448","17681.555"],["11064.539","17666.617"],["11082.169","17696.015"],["11059.635","17677.071"],["11067.667","17724.546"],["11061.994","17725.632"],["11064.186","17764.695"],["11024.529","17758.081"],["10999.943","17736.687"],["10972.494","17745.877"],["10969.642","17726.326"],["10980.503","17704.819"],["12343.385","18667.199"],["12171.311","18676.846"],["12220.786","18661.192"],["12252.428","18512.006"],["12210.693","18521.383"],["12321.142","18567.048"],["12308.110","18644.822"],["12334.838","18622.640"],["12233.829","18630.821"],["12226.046","18480.462"],["12181.664","18544.190"],["12306.729","18676.135"],["12148.646","18675.872"],["12355.101","18633.342"],["12219.684","18600.069"],["12182.414","18641.308"],["12259.155","18499.851"],["12168.769","18544.587"],["12185.710","18534.793"],["12341.701","18550.136"],["12274.804","18675.623"],["12319.788","18625.416"],["12347.996","18642.772"],["12212.480","18603.851"],["12191.296","18601.820"],["12230.981","18500.693"],["12169.114","18486.337"],["12206.006","18545.429"],["12315.287","18550.797"],["12306.274","18580.029"],["12295.495","18645.383"],["12334.607","18637.159"],["12166.452","18676.829"],["12236.820","18646.264"],["12211.740","18617.064"],["12206.888","18658.517"],["12230.257","18502.543"],["12161.845","18496.379"],["12186.631","18482.985"],["12350.961","18590.434"],["12354.530","18553.571"],["12292.567","18643.303"],["12305.840","18635.260"],["12346.379","18653.145"],["12342.963","18621.318"],["12329.755","18677.256"],["12174.520","18635.462"],["12224.289","18640.763"],["12260.372","18483.104"],["12226.220","18538.988"],["12212.355","18548.072"],["12337.047","18551.441"],["12289.656","18649.116"],["12291.219","18662.196"],["16968.871","4592.139"],["16972.927","4538.996"],["16949.290","4526.642"],["16922.800","4521.014"],["16961.840","4582.256"],["16960.706","4527.303"],["16946.674","4580.888"],["16960.941","4528.153"],["16971.632","4535.106"],["16967.570","4556.917"],["16959.292","4542.398"],["25129.555","6235.175"],["17749.449","18510.859"],["17814.874","18672.321"],["17633.042","18619.469"],["17821.370","18652.824"],["6269.502","18477.798"],["6268.602","18478.134"],["6268.448","18475.478"],["6269.376","18478.020"],["6268.651","18477.441"],["21929.617","6627.251"],["21904.682","6517.441"],["21934.403","6609.464"],["21894.123","6423.155"],["21876.332","6490.274"],["21830.724","6432.140"],["21943.663","6500.810"],["9569.859","15106.210"],["9558.173","15108.830"],["9566.212","15119.960"],["9544.817","15103.777"],["9548.719","15094.685"],["8859.361","14046.772"],["8873.847","14055.536"],["8818.599","14027.257"],["8890.616","14098.771"],["8843.997","14111.931"],["8872.322","14099.880"],["8812.499","14235.661"],["8905.836","14031.143"],["8884.520","14035.288"],["8972.951","14169.080"],["8976.964","14155.108"],["8962.913","14201.515"],["8988.078","14181.152"],["8974.492","14174.199"],["8787.558","14168.370"],["8821.609","14170.185"],["8958.069","14185.337"],["8833.048","14204.454"],["8850.541","14207.176"],["8844.839","14178.093"],["8831.154","14189.348"],["8834.233","14168.995"],["8898.552","14142.859"],["8842.632","14238.602"],["8798.394","14208.579"],["8909.479","14234.286"],["8945.684","14209.532"],["8811.486","14211.886"],["8834.028","14209.852"],["8829.114","14196.830"],["8854.068","14173.371"],["8894.029","14150.192"],["8801.766","14203.526"],["8837.005","14175.199"],["8815.920","14178.832"],["8916.059","14230.107"],["12397.019","17283.105"],["12403.605","17327.863"],["12538.318","17220.951"],["12514.038","17303.247"],["12526.644","17323.813"],["12535.681","17298.040"],["12525.577","17330.553"],["12432.636","17325.236"],["12452.655","17345.324"],["12562.993","17266.150"],["12468.364","17283.427"],["12464.487","17262.362"],["12489.998","17210.021"],["12404.296","17309.614"],["12403.154","17311.450"],["12487.080","17315.678"],["12525.091","17303.693"],["12525.081","17324.292"],["12529.003","17306.083"],["12533.143","17315.557"],["12434.182","17316.813"],["12535.530","17225.046"],["12417.515","17297.910"],["12374.578","17318.057"],["12471.424","17325.755"],["12498.979","17266.100"],["12439.832","17281.949"],["12404.569","17237.639"],["12368.587","17251.422"],["12398.383","17323.449"],["12554.378","17262.668"],["12529.170","17207.631"],["12361.437","17301.525"],["12389.026","17286.078"],["12505.337","17307.718"],["12521.884","17289.506"],["12518.601","17322.145"],["12532.869","17318.552"],["12526.334","17325.764"],["12517.187","17331.705"],["12423.425","17337.011"],["12421.643","17297.546"],["12494.965","17251.236"],["12496.547","17219.279"],["12441.214","17210.768"],["12417.970","17222.432"],["12563.934","17228.531"],["12478.151","17268.067"],["12523.090","17241.162"],["12388.007","17276.582"],["12476.592","17217.655"],["12414.668","17303.006"],["12423.784","17277.886"],["12512.739","17306.647"],["12560.957","17260.620"],["12484.898","17255.707"],["12453.451","17269.414"],["12499.143","17233.936"],["12397.595","17303.188"],["12373.930","17314.563"],["12503.413","17298.172"],["12517.476","17295.700"],["12507.976","17316.678"],["12543.461","17297.561"],["12511.809","17322.853"],["12431.156","17322.164"],["12499.061","17261.509"],["12441.395","17248.588"],["12390.276","17225.401"],["12563.605","17260.752"],["12496.314","17222.523"],["12392.332","17272.800"],["12392.339","17324.114"],["12518.413","17299.647"],["12517.844","17309.593"],["12532.523","17298.717"],["12506.891","17335.025"],["12435.481","17330.983"],["12480.486","17312.361"],["12489.488","17249.899"],["12419.931","17269.513"],["12432.102","17199.224"],["12106.429","16090.464"],["5972.277","15334.419"],["5972.546","15346.763"],["6023.957","15430.323"],["6012.612","15455.429"],["5972.993","15422.217"],["5953.860","15380.470"],["5892.782","15334.272"],["5907.076","15328.469"],["5911.970","15327.386"],["5935.472","15316.504"],["5881.183","15325.884"],["5970.492","15317.769"],["6000.800","15390.431"],["6001.316","15410.785"],["5847.971","15442.295"],["5831.499","15401.326"],["5964.577","15433.754"],["5937.212","15433.959"],["5879.489","15429.296"],["5874.900","15421.234"],["5943.844","15351.064"],["5845.586","15311.484"],["5928.986","15440.135"],["6022.731","15389.050"],["5847.748","15366.965"],["5834.018","15377.190"],["5842.827","15321.144"],["5995.899","15390.936"],["5839.637","15399.152"],["6012.643","15448.688"],["5844.285","15357.935"],["6015.343","15394.468"],["6035.033","15409.634"],["6019.576","15476.905"],["5996.788","15303.816"],["5932.699","15303.026"],["5893.751","15321.396"],["6001.549","15358.695"],["5961.149","15309.778"],["5970.572","15415.355"],["5855.019","15490.258"],["13770.042","14506.054"],["13740.190","14512.496"],["13720.714","14508.104"],["13791.534","14469.175"],["13750.420","14489.253"],["13729.861","14534.990"],["13738.064","14497.838"],["13827.010","14457.140"],["8039.563","14787.404"],["8136.735","14786.696"],["8090.214","14764.413"],["8047.731","14773.987"],["8043.212","14779.807"],["8062.544","14860.782"],["8060.072","14852.529"],["8122.683","14719.965"],["8021.005","14753.867"],["7982.557","14728.729"],["7990.739","14808.734"],["8013.930","14825.505"],["7998.882","14820.276"],["8028.600","14866.089"],["8059.985","14776.375"],["8146.040","14762.455"],["14886.393","19183.580"],["14956.097","19101.037"],["14950.554","19115.851"],["14892.824","19121.532"],["14927.116","19101.532"],["7648.081","12393.842"],["7630.071","12355.667"],["7578.278","12400.927"],["7634.954","12402.526"],["7632.930","12440.679"],["7614.423","12393.496"],["7588.035","12413.247"],["7713.794","12433.856"],["7550.210","12372.042"],["7700.920","12357.478"],["7619.068","12340.094"],["7608.772","12344.371"],["7575.153","12424.726"],["7622.018","12405.916"],["7646.614","12411.298"],["7609.759","12402.944"],["7593.495","12400.761"],["7713.909","12450.487"],["7545.927","12463.674"],["7543.941","12446.565"],["7704.275","12352.952"],["7697.963","12380.133"],["7586.600","12423.487"],["7613.085","12424.738"],["7618.621","12433.990"],["7616.766","12410.641"],["7602.541","12399.440"],["7601.807","12355.686"],["7608.391","12431.075"],["7718.120","12457.668"],["7598.853","12462.670"],["7640.546","12418.375"],["7549.757","12460.589"],["7582.964","12406.946"],["7706.064","12439.154"],["7696.114","12435.950"],["7593.738","12455.601"],["7659.500","12438.141"],["13627.091","18414.815"],["13629.953","18402.611"],["13679.347","18464.740"],["13638.933","18418.465"],["13659.561","18457.953"],["13635.499","18456.962"],["5205.456","14651.998"],["4573.860","19585.148"],["4631.516","19728.877"],["4619.111","19720.691"],["4567.676","19611.390"],["4641.726","19733.507"],["4629.077","19691.136"],["4662.580","19706.413"],["4678.018","19650.269"],["4753.534","19650.157"],["4701.173","19610.048"],["4699.874","19678.950"],["4711.336","19726.478"],["8879.431","18420.531"],["8837.004","18429.491"],["8803.742","18412.408"],["8842.639","18381.843"],["8924.603","18402.765"],["8910.412","18460.839"],["8890.706","18435.740"],["8875.067","18466.524"],["8865.005","18461.380"],["8980.927","18287.918"],["8895.894","18295.780"],["8934.611","18333.682"],["8920.368","18280.041"],["8845.084","18295.752"],["8838.359","18268.812"],["8854.363","18313.614"],["8909.302","18276.927"],["8951.322","18359.083"],["8985.213","18428.948"],["8829.278","18279.848"],["8850.234","18260.703"],["8864.988","18302.285"],["8865.209","18355.905"],["8848.715","18350.798"],["8875.409","18341.969"],["8808.719","18274.497"],["8856.221","18259.712"],["8881.518","18314.176"],["8912.098","18271.922"],["8869.505","18414.871"],["8888.201","18421.469"],["8834.296","18417.227"],["8822.289","18413.527"],["8818.138","18455.804"],["8884.524","18443.408"],["8892.035","18446.029"],["8902.220","18447.216"],["8987.446","18389.437"],["8819.311","18260.624"],["8848.015","18297.594"],["8904.039","18272.616"],["8786.061","18426.488"],["8891.055","18404.386"],["10589.025","15706.179"],["10616.355","15660.836"],["10562.956","15628.714"],["10553.125","15605.958"],["10585.323","15652.265"],["10635.217","15517.120"],["10661.504","15513.615"],["10648.380","15519.111"],["10620.703","15672.023"],["10629.781","15624.173"],["10553.953","15597.597"],["10573.373","15597.700"],["10635.625","15591.480"],["10545.266","15583.002"],["10669.297","15513.078"],["10553.719","15613.490"],["10575.251","15611.914"],["10616.168","15525.656"],["10577.492","15587.777"],["10591.288","15582.012"],["10649.590","15575.848"],["10662.797","15574.791"],["10650.458","15573.401"],["10659.422","15571.601"],["10620.660","15601.884"],["10620.644","15586.558"],["10601.294","15516.941"],["10586.952","15509.773"],["10609.418","15645.705"],["10603.413","15656.602"],["5582.763","17468.674"],["5615.001","17431.782"],["5473.228","17436.785"],["5454.167","17433.295"],["5493.384","17451.632"],["5487.448","17459.123"],["5446.933","17487.021"],["5440.729","17501.593"],["5468.565","17476.741"],["5475.907","17480.264"],["5454.041","17482.527"],["5459.604","17450.346"],["5472.432","17459.040"],["5504.834","17438.766"],["5410.411","17421.181"],["5540.600","17477.371"],["5521.805","17512.606"],["5521.805","17512.606"],["5521.285","17525.552"],["5525.907","17506.427"],["5500.392","17541.717"],["5468.137","17466.334"],["5434.222","17459.942"],["5441.500","17466.861"],["5435.877","17447.763"],["5613.340","17515.573"],["5601.991","17519.087"],["5610.964","17523.887"],["5596.238","17536.370"],["5544.427","17521.737"],["5534.095","17526.813"],["5534.593","17515.924"],["5539.953","17588.157"],["5507.412","17576.228"],["5496.389","17569.152"],["5581.513","17554.497"],["5577.085","17540.860"],["5565.321","17554.060"],["5573.557","17550.835"],["5530.776","17539.869"],["5534.899","17544.318"],["5530.246","17552.439"],["5611.492","17614.300"],["5609.832","17570.155"],["5618.247","17504.518"],["5617.819","17561.159"],["5601.976","17564.656"],["5572.009","17514.387"],["5570.036","17508.447"],["5429.857","17513.395"],["5437.304","17515.858"],["5430.468","17551.066"],["5438.203","17565.832"],["5429.306","17532.491"],["5419.013","17477.003"],["5435.100","17493.379"],["5527.557","17423.587"],["5518.951","17416.255"],["5559.950","17415.006"],["5521.578","17428.434"],["5446.501","17559.034"],["5456.286","17609.541"],["5448.800","17604.013"],["5502.337","17619.905"],["5485.338","17619.913"],["5513.524","17557.970"],["5485.970","17539.882"],["5505.406","17493.781"],["5429.529","17557.140"],["5420.924","17484.667"],["5545.057","17426.065"],["5569.569","17433.189"],["5571.106","17451.542"],["5565.041","17466.759"],["5542.255","17460.249"],["5436.211","17523.043"],["5566.719","17583.491"],["5419.857","17458.348"],["5453.929","17519.327"],["5442.765","17567.897"],["5508.613","17610.745"],["5538.467","17601.745"],["5602.541","17469.343"],["5606.024","17452.529"],["5477.004","17409.567"],["5472.238","17423.641"],["5455.296","17425.563"],["5459.288","17411.980"],["5425.828","17546.909"],["5464.353","17430.889"],["5467.174","17411.814"],["5458.712","17420.238"],["9842.911","9598.069"],["9864.349","9594.051"],["9855.852","9613.578"],["10525.949","15273.486"],["10521.360","15285.532"],["10583.576","15251.224"],["10592.794","15265.508"],["10618.728","15263.808"],["10531.642","15207.149"],["10538.961","15236.190"],["10513.362","15193.372"],["10495.129","15179.204"],["10503.164","15088.771"],["10575.490","15244.370"],["10577.091","15269.449"],["10592.634","15276.100"],["10523.622","15217.097"],["10542.169","15253.036"],["10508.234","15179.338"],["10486.050","15184.852"],["10508.489","15105.729"],["10486.193","15107.355"],["10508.422","15145.616"],["10513.395","15127.507"],["10521.966","15159.424"],["10482.414","15187.611"],["10477.943","15152.545"],["10503.805","15193.518"],["10613.137","15138.660"],["10595.274","15175.754"],["10585.694","15098.005"],["10648.778","15108.773"],["8121.726","19399.277"],["8020.704","19312.394"],["8000.956","19345.751"],["8024.182","19388.000"],["7986.082","19437.303"],["8143.472","19410.867"],["8138.848","19462.735"],["8111.232","19465.508"],["8010.676","19478.304"],["8003.883","19452.672"],["8080.353","19372.095"],["8065.682","19364.614"],["8075.512","19325.927"],["8025.335","19365.900"],["8035.170","19357.940"],["8123.682","19346.516"],["8051.768","19318.032"],["7945.346","19379.377"],["7950.274","19442.300"],["7937.264","19434.158"],["8086.025","19459.923"],["8056.568","19467.751"],["8082.981","19483.475"],["8131.688","19393.427"],["8130.702","19409.711"],["8118.881","19406.594"],["8023.945","19332.988"],["8100.591","19480.008"],["8045.863","19375.134"],["8073.703","19327.595"],["8045.121","19353.134"],["8096.330","19321.132"],["8099.017","19318.041"],["7964.813","19423.489"],["8026.913","19473.680"],["8129.165","19497.249"],["8136.475","19343.865"],["8105.361","19435.776"],["7986.394","19423.826"],["7958.119","19381.412"],["7944.714","19366.438"],["8139.884","19489.787"],["8068.709","19376.736"],["8058.325","19347.347"],["8032.358","19373.051"],["8083.665","19327.622"],["8132.800","19323.557"],["8062.229","19314.547"],["7938.547","19432.473"],["8036.272","19497.759"],["8116.829","19520.618"],["11112.927","17701.676"],["11141.153","17667.229"],["11148.856","17674.909"],["11177.379","17667.934"],["11185.329","17697.015"],["11189.656","17732.142"],["11173.680","17702.907"],["11194.981","17763.292"],["11167.212","17760.972"],["11188.149","17773.210"],["11184.632","17728.177"],["11142.592","17724.676"],["11210.389","17623.041"],["11182.398","17638.708"],["11298.450","17663.716"],["11271.613","17668.022"],["11121.151","17689.917"],["11133.590","17682.213"],["11157.847","17659.384"],["11165.780","17685.677"],["11196.925","17678.848"],["11197.074","17725.205"],["11191.362","17777.082"],["11165.567","17764.771"],["11175.978","17747.215"],["11182.362","17712.719"],["11156.835","17724.593"],["11231.482","17624.886"],["11173.599","17639.038"],["11302.413","17641.928"],["11292.480","17657.737"],["11288.554","17674.414"],["11288.545","17690.281"],["11108.857","17623.459"],["11096.709","17689.657"],["11114.440","17700.372"],["11132.324","17668.158"],["11154.212","17659.203"],["11151.455","17670.813"],["11169.353","17674.259"],["11202.122","17682.713"],["11167.002","17708.027"],["11166.653","17746.488"],["11169.498","17767.743"],["11151.309","17704.329"],["11211.112","17622.842"],["11181.576","17636.132"],["11302.857","17629.162"],["11288.275","17669.178"],["11300.437","17700.174"],["11301.079","17759.150"],["11112.121","17704.253"],["11139.248","17684.921"],["11143.275","17662.307"],["11161.307","17686.304"],["11173.070","17685.044"],["11196.925","17677.874"],["11190.314","17730.804"],["11167.315","17705.665"],["11192.080","17757.537"],["11184.763","17727.384"],["11142.280","17729.052"],["11170.869","17645.776"],["11280.473","17651.775"],["11280.627","17664.917"],["11293.644","17686.582"],["11295.684","17747.111"],["11303.451","17714.940"],["11108.272","17708.827"],["11162.277","17675.784"],["11178.711","17671.468"],["11195.478","17702.597"],["11167.298","17709.480"],["11163.199","17741.550"],["11180.090","17759.502"],["11151.112","17726.212"],["11219.393","17634.217"],["11184.635","17640.013"],["11298.545","17681.809"],["17512.396","17003.156"],["17525.167","17019.337"],["17491.607","16999.225"],["17516.285","17029.940"],["9019.585","14841.419"],["8993.031","14868.090"],["9010.761","14856.398"],["9005.068","14749.720"],["9002.907","14735.227"],["9004.946","14734.665"],["9000.728","14726.839"],["9006.367","14697.348"],["8997.546","14816.725"],["9009.491","14791.625"],["9017.597","14773.633"],["8998.965","14787.563"],["9021.206","14677.413"],["9023.370","14810.181"],["9017.983","14857.128"],["3882.144","17855.422"],["3873.058","17858.800"],["3805.194","18020.482"],["3750.931","17960.651"],["3729.762","17967.167"],["3738.630","17928.433"],["3868.493","17910.071"],["3916.750","17855.604"],["3853.979","17855.794"],["3863.864","17865.307"],["3920.912","17983.440"],["3787.710","18003.207"],["3745.816","17992.063"],["3791.687","17997.563"],["3741.505","17972.733"],["3742.656","17971.824"],["3751.821","17899.101"],["3756.853","17905.856"],["3892.704","17901.913"],["3903.032","17849.378"],["3906.430","17870.906"],["3868.700","17884.415"],["3924.679","17964.051"],["3924.810","17941.954"],["3770.523","18042.877"],["3794.010","18023.323"],["3745.059","17972.691"],["3741.885","18015.994"],["3753.232","17935.854"],["3749.481","17838.683"],["3931.085","18003.361"],["3921.292","17938.727"],["3877.640","17957.554"],["3916.763","17863.233"],["3867.043","17888.567"],["3910.869","17836.124"],["3829.562","17895.424"],["3834.096","17942.295"],["3804.696","17866.002"],["3804.778","17882.534"],["3778.212","17893.111"],["3862.174","18002.243"],["3787.603","18022.739"],["3753.867","17967.168"],["3782.913","17992.404"],["3739.561","18019.156"],["14952.612","9437.795"],["14906.313","9415.747"],["14957.694","9450.875"],["14892.282","9439.232"],["15005.323","9378.179"],["14934.668","9403.823"],["14891.510","9456.979"],["14905.030","9404.913"],["14895.753","9459.456"],["14951.641","9431.160"],["14885.095","9422.594"],["14943.088","9404.108"],["14947.001","9398.245"],["17503.734","4156.158"],["17476.216","4293.303"],["17523.339","4171.501"],["17424.863","4284.828"],["17412.913","4287.473"],["17496.596","4214.893"],["17453.413","4261.674"],["17495.045","4296.800"],["17501.981","4156.825"],["17509.149","4163.837"],["17473.436","4302.453"],["17427.063","4242.642"],["17435.182","4276.711"],["17411.310","4208.159"],["17417.630","4241.123"],["17504.606","4179.385"],["17490.884","4278.567"],["17484.390","4292.775"],["17501.168","4171.270"],["17502.878","4154.870"],["17490.437","4244.435"],["17482.055","4237.626"],["17485.853","4209.043"],["17497.363","4220.798"],["17491.923","4201.108"],["17487.575","4180.170"],["17467.775","4265.861"],["17489.689","4237.053"],["17447.911","4201.558"],["17491.359","4274.423"],["17499.012","4297.316"],["17474.604","4296.045"],["8575.400","18682.068"],["8605.046","18699.334"],["8606.512","18744.150"],["8633.200","18882.128"],["8690.624","18875.460"],["8656.726","18876.104"],["8656.068","18740.465"],["8709.568","18761.280"],["8671.706","18702.634"],["8732.299","18814.596"],["8754.930","18791.276"],["8764.004","18728.664"],["8630.253","18832.428"],["8649.069","18833.518"],["8611.022","18788.753"],["8647.781","18784.260"],["8732.648","18873.749"],["8726.464","18856.194"],["8652.761","18684.165"],["8661.726","18863.520"],["8688.256","18782.959"],["8695.472","18734.707"],["8729.749","18803.795"],["8631.795","18775.904"],["8723.914","18839.778"],["8587.576","18795.551"],["8677.055","18877.954"],["8679.407","18767.121"],["8679.962","18733.121"],["8741.065","18820.558"],["8772.506","18805.670"],["8753.434","18758.108"],["8612.626","18814.064"],["8625.100","18795.937"],["8720.247","18850.876"],["14112.395","17011.495"],["14153.224","17004.563"],["14186.347","17011.307"],["14238.561","17004.215"],["14183.587","17172.309"],["14110.141","16999.224"],["14150.329","17009.154"],["14222.269","17148.630"],["14237.185","17038.719"],["14155.096","17147.241"],["14221.780","16975.975"],["14228.557","17080.465"],["14161.598","17166.428"],["14075.922","17003.428"],["14203.835","17003.022"],["14259.678","17003.782"],["14147.921","17184.321"],["14076.037","16988.697"],["14163.010","17006.231"],["14187.294","16998.946"],["14240.627","17016.006"],["14239.574","17193.292"],["14245.679","17090.704"],["14217.866","17068.978"],["14238.845","17146.228"],["14215.939","17171.575"],["14227.472","17082.265"],["14204.494","17090.464"],["14238.927","17123.850"],["14221.301","17135.654"],["14186.581","17152.665"],["11310.783","13920.077"],["11319.060","13923.724"],["11314.232","13903.673"],["11342.067","14020.684"],["11422.832","13859.527"],["11445.472","13903.830"],["11461.544","13897.449"],["11492.826","13896.562"],["10216.997","13574.128"],["10124.837","13459.022"],["10099.949","13513.666"],["10113.675","13481.183"],["10125.166","13402.531"],["10051.617","13403.752"],["10077.444","13439.036"],["10226.158","13563.277"],["10103.735","13467.065"],["10090.048","13511.849"],["10119.612","13471.918"],["10088.628","13440.687"],["10146.941","13401.819"],["10243.886","13459.577"],["10100.354","13573.204"],["10106.433","13527.248"],["10045.055","13601.851"],["10215.909","13519.808"],["10121.444","13508.243"],["10101.864","13568.573"],["9804.227","12108.793"],["9657.106","12117.193"],["9622.020","11976.971"],["9698.014","11934.014"],["9748.115","11971.531"],["9796.407","12098.164"],["9796.325","12089.163"],["9645.445","12121.537"],["9710.086","11923.643"],["9750.040","11998.698"],["9637.715","12109.745"],["9621.575","11981.051"],["9700.448","11940.274"],["9726.586","11984.677"],["9757.939","11954.102"],["9703.696","12005.498"],["9672.381","12015.308"],["9702.438","11929.357"],["9718.345","11992.802"],["9767.095","11922.643"],["9662.738","11959.694"],["9667.687","11999.875"],["9812.414","12103.575"],["9743.680","12015.391"],["9726.558","12012.435"],["9710.355","11996.957"],["9710.369","11960.928"],["9791.311","12019.428"],["9734.996","12102.369"],["9735.522","12043.120"],["9695.489","11996.597"],["9806.295","12057.479"],["9811.870","12044.284"],["9686.439","11997.332"],["9812.129","11968.315"],["9642.292","12068.826"],["9784.223","12107.192"],["9754.108","12032.947"],["9672.874","11989.924"],["6869.814","19333.419"],["6839.557","19328.682"],["6852.429","19338.176"],["6875.856","19371.457"],["6844.584","19328.349"],["6821.070","19318.278"],["6825.326","19329.877"],["6845.653","19313.667"],["6289.524","7571.438"],["6281.034","7544.236"],["6431.150","7613.443"],["6324.475","7543.461"],["6309.697","7529.554"],["17579.662","17583.502"],["17539.048","17596.876"],["17546.032","17595.344"],["17541.925","17563.334"],["17552.525","17603.589"],["17503.100","17619.220"],["17529.837","17607.477"],["17604.006","17593.573"],["17608.501","17588.747"],["17527.934","17594.536"],["17599.226","17594.983"],["17485.879","17504.970"],["17517.469","17609.465"],["17574.085","17585.482"],["17536.441","17475.154"],["17578.553","17457.010"],["17514.147","17609.580"],["17560.192","17439.568"],["17604.125","17460.726"],["17569.019","17594.359"],["17581.864","17589.802"],["17567.145","17452.502"],["17517.500","17511.056"],["17513.703","17610.224"],["17522.617","17611.364"],["17569.775","17584.442"],["17508.376","17614.600"],["17579.627","17586.820"],["17509.903","17617.326"],["9410.627","15051.599"],["9414.419","15064.436"],["10127.318","15952.460"],["10062.467","16062.513"],["10105.760","15966.914"],["10130.397","15962.249"],["10082.001","16116.493"],["10076.031","16130.234"],["10120.177","15960.763"],["10095.628","15937.499"],["10093.430","15965.051"],["6670.416","14726.176"],["6473.866","14778.192"],["6511.655","14841.888"],["6663.526","14867.599"],["6491.586","14793.528"],["6483.962","14795.588"],["6467.816","14691.200"],["6497.979","14860.441"],["6541.180","14750.337"],["6505.884","14739.354"],["6571.323","14814.444"],["6605.682","14774.113"],["6575.177","14733.400"],["6488.050","14739.962"],["6502.081","14827.150"],["6500.505","14829.342"],["6493.984","14814.538"],["6486.613","14810.503"],["6497.150","14825.436"],["6481.265","14799.936"],["6498.252","14668.025"],["6591.492","14765.415"],["6558.198","14849.109"],["6574.941","14819.266"],["6575.106","14814.180"],["6583.516","14703.127"],["6483.132","14759.896"],["6671.239","14783.987"],["6668.756","14781.890"],["6523.236","14677.901"],["6520.390","14775.969"],["6514.732","14725.085"],["6584.892","14822.966"],["6541.887","14755.184"],["6625.802","14755.646"],["6480.172","14754.247"],["6660.976","14778.471"],["6512.956","14664.804"],["6585.949","14792.798"],["6529.041","14671.757"],["6560.468","14832.677"],["6584.497","14821.479"],["6591.443","14765.175"],["27373.198","10148.671"],["27405.320","10169.018"],["15058.298","12829.545"],["15043.249","12882.345"],["14963.409","12864.646"],["15022.577","12891.191"],["14970.135","12918.645"],["14891.140","12826.966"],["15056.555","12837.604"],["15072.808","12894.924"],["14999.713","12930.731"],["14926.682","12847.734"],["15041.983","12902.593"],["14891.950","12955.668"],["15092.849","12829.408"],["14983.392","12908.240"],["9952.041","15875.344"],["9924.771","15851.452"],["9970.155","15827.223"],["9971.561","15824.200"],["10034.915","15879.516"],["10036.066","15839.962"],["9986.663","15914.564"],["10003.801","15880.014"],["10031.877","15897.903"],["10002.746","15889.762"],["9950.049","15740.905"],["9950.999","15765.987"],["9974.404","15759.844"],["9974.848","15773.089"],["9955.623","15766.524"],["9936.067","15785.302"],["9912.047","15733.693"],["9915.649","15749.928"],["9966.575","15919.864"],["9974.190","15920.689"],["9946.873","15730.933"],["9952.275","15809.504"],["9924.517","15760.293"],["9922.667","15741.313"],["9930.689","15729.710"],["9965.235","15804.054"],["9973.570","15848.337"],["9939.452","15808.553"],["9985.507","15726.042"],["9972.814","15721.031"],["5391.603","20306.921"],["5401.743","20325.859"],["5392.737","20257.855"],["5385.934","20237.816"],["4673.011","16121.239"],["4625.551","16113.243"],["4579.695","16137.226"],["4616.604","16110.484"],["4660.995","16081.963"],["4615.402","16123.618"],["4602.244","16092.140"],["4665.189","16072.334"],["4678.956","16113.821"],["4637.853","16089.993"],["4597.195","16069.134"],["4683.291","16107.595"],["4631.467","16097.107"],["4663.161","16118.147"],["4662.534","15948.118"],["4657.731","15950.248"],["4761.312","15968.761"],["4693.381","16023.022"],["4675.684","16035.706"],["12188.640","16951.425"],["12280.824","16923.303"],["12327.072","16925.997"],["12224.937","16977.075"],["12260.761","16960.151"],["12240.415","16905.288"],["12184.644","16934.679"],["12315.657","16932.999"],["12352.056","16875.882"],["12218.013","16923.549"],["12299.000","16964.920"],["12277.287","16911.544"],["12286.528","16884.453"],["12228.377","16913.936"],["12299.374","16910.225"],["12342.862","16852.992"],["12262.322","16945.943"],["12312.323","16964.957"],["12237.440","16916.380"],["12353.305","16957.491"],["12213.851","16920.906"],["12275.774","16980.253"],["12206.601","16938.758"],["12238.588","16977.818"],["12343.223","16916.517"],["12352.631","16883.512"],["12247.537","16887.039"],["12253.702","16903.601"],["12229.265","16903.580"],["12352.444","16812.897"],["12301.562","16918.598"],["12326.168","16839.994"],["12219.920","16985.498"],["12188.838","16949.625"],["12307.927","16886.864"],["12295.415","16956.436"],["14266.044","16090.104"],["14298.597","16111.710"],["14282.637","16116.623"],["14287.899","16138.229"],["14262.050","16129.103"],["14265.431","16082.422"],["14258.297","16105.352"],["14327.409","16099.464"],["14263.610","16102.986"],["14305.883","16107.845"],["14288.164","16113.419"],["14272.116","16138.946"],["14261.813","16072.166"],["14313.593","16107.011"],["14291.067","16101.236"],["14271.160","16090.187"],["14292.149","16103.749"],["14290.121","16130.991"],["14255.964","16127.551"],["14252.212","16118.382"],["14284.620","16098.114"],["14265.189","16090.633"],["14302.297","16103.485"],["14294.562","16134.757"],["14308.222","16137.978"],["14272.659","16122.282"],["14264.773","16088.549"],["14252.870","16126.788"],["14319.169","16099.992"],["14279.916","16103.663"],["14255.041","16094.827"],["14307.955","16123.138"],["14297.703","16127.655"],["14273.260","16134.596"],["14266.747","16074.825"],["14253.955","16123.006"],["14324.547","16100.372"],["4309.315","11374.586"],["4340.621","11307.364"],["4278.055","11328.602"],["4291.049","11312.698"],["4311.004","11360.679"],["4320.736","11296.133"],["4289.815","11311.790"],["4297.550","11315.658"],["4351.155","11355.270"],["10492.369","12500.355"],["10463.164","12480.601"],["10471.116","12537.225"],["10478.222","12546.111"],["10462.017","12487.488"],["10480.047","12510.724"],["10467.629","12475.494"],["10489.267","12483.937"],["10464.414","12499.049"],["10465.919","12543.187"],["10473.139","12543.931"],["10464.097","12468.648"],["10489.290","12510.675"],["10493.287","12512.674"],["10466.693","12515.478"],["10487.580","12530.246"],["10461.338","12333.937"],["10472.979","12464.682"],["10477.411","12476.738"],["10476.563","12483.780"],["10464.742","12402.605"],["10464.616","12379.737"],["10476.857","12378.992"],["10479.294","12450.317"],["10482.230","12460.955"],["10474.191","12419.967"],["17798.600","17726.405"],["17672.639","17723.677"],["17736.702","17728.726"],["17692.052","17725.372"],["17628.282","17748.437"],["17672.184","17745.768"],["17739.910","17722.780"],["17671.033","17727.023"],["17763.913","17720.955"],["6067.104","18846.337"],["6068.102","18846.541"],["6066.351","18845.473"],["6066.956","18847.113"],["6066.459","18843.369"],["6066.459","18846.325"],["6242.499","18698.269"],["6242.499","18696.999"],["6068.578","18846.045"],["6067.681","18847.460"],["6243.258","18697.816"],["16718.169","14180.062"],["16740.642","14148.958"],["16733.855","14150.727"],["16727.147","14154.698"],["16731.068","14156.649"],["16719.630","14189.238"],["16711.730","14180.232"],["16703.392","14127.429"],["16716.322","14127.774"],["16734.495","14128.844"],["16712.780","14128.441"],["16570.745","14084.022"],["4272.454","17019.555"],["4305.404","17083.626"],["4265.561","17155.803"],["4324.786","17127.105"],["4268.866","17169.543"],["4311.590","17007.194"],["4279.691","17034.386"],["4271.796","17031.529"],["4263.003","17111.041"],["4290.503","17117.433"],["4268.538","17193.062"],["4350.587","17094.232"],["4352.450","17110.474"],["4306.365","17090.556"],["4331.179","17189.679"],["4261.315","17185.979"],["4255.612","17002.115"],["4275.404","17066.103"],["4269.976","17117.334"],["4263.292","17150.981"],["4303.914","17108.294"],["4354.292","17087.848"],["4275.971","17197.321"],["4302.418","17165.282"],["4265.608","17179.785"],["4251.959","17164.408"],["4266.808","17151.379"],["4280.466","17026.343"],["4356.169","17151.364"],["4334.341","17104.931"],["4330.098","17135.567"],["4285.120","17180.596"],["4304.890","17176.665"],["4326.627","17084.951"],["4341.561","17076.412"],["4315.149","17021.919"],["4305.839","17018.302"],["4217.086","17006.361"],["4264.125","17049.763"],["4272.539","17099.108"],["4268.756","17116.928"],["4261.535","17179.780"],["9640.866","18351.919"],["9636.157","18375.003"],["9676.087","18350.957"],["9669.697","18350.607"],["9640.205","18347.346"],["20894.432","7886.985"],["20934.662","7827.926"],["20929.049","7705.005"],["20840.636","7749.182"],["20896.969","7856.350"],["20872.265","7825.698"],["20868.498","7845.103"],["20883.630","7865.186"],["20880.620","7803.551"],["20959.234","7863.352"],["20920.464","7750.818"],["20835.735","7825.896"],["20873.827","7768.043"],["20816.837","7743.501"],["20840.505","7762.626"],["20838.696","7830.124"],["20889.452","7764.558"],["20851.130","7805.599"],["20856.327","7784.476"],["20935.172","7886.589"],["20953.708","7864.293"],["20912.191","7741.569"],["20892.487","7736.714"],["20876.278","7854.649"],["4513.332","20096.027"],["4477.813","20127.878"],["4550.604","20143.362"],["4532.699","19974.473"],["4496.901","20087.141"],["4477.822","20116.605"],["4473.504","20131.610"],["4499.112","20153.427"],["4549.919","19970.608"],["4555.150","19974.886"],["4518.828","19971.722"],["4488.710","20140.932"],["4477.476","20118.256"],["4474.227","20155.491"],["4480.593","20148.555"],["4532.271","19964.597"],["4550.199","19996.851"],["4506.081","19959.897"],["4524.140","19968.948"],["4531.992","19967.223"],["4562.753","20014.739"],["4514.386","19983.252"],["4521.096","20004.904"],["4550.831","20031.089"],["4473.762","20071.736"],["4528.979","20063.652"],["4546.841","20037.723"],["4477.475","20145.745"],["4504.712","20081.319"],["4535.141","20152.484"],["4566.675","20144.301"],["27887.643","8328.957"],["27892.549","8319.694"],["11889.511","6003.400"],["11884.800","6020.902"],["11878.908","6001.723"],["14069.118","15923.628"],["14139.431","15788.606"],["14113.997","15804.907"],["14196.635","15830.165"],["14208.675","15838.455"],["14130.052","15748.076"],["14127.454","15743.951"],["14243.065","15868.349"],["14221.954","15897.062"],["14201.250","15840.068"],["14185.647","15854.056"],["14166.223","15866.097"],["14185.707","15861.150"],["14196.982","15805.737"],["14186.386","15807.971"],["14162.697","15923.467"],["14195.359","15855.152"],["14089.632","15871.413"],["14106.256","15866.544"],["14139.626","15751.689"],["14155.012","15756.037"],["14176.342","15772.567"],["14163.440","15775.056"],["14163.662","15927.556"],["14118.794","15751.349"],["14165.045","15759.352"],["14060.880","15920.625"],["14051.630","15868.642"],["14140.422","15793.899"],["14146.202","15863.414"],["14227.880","15831.518"],["14216.020","15850.863"],["14257.850","15799.310"],["14195.366","15760.878"],["14217.733","15802.601"],["14162.288","15905.779"],["14244.466","15919.124"],["14224.052","15878.208"],["14239.372","15877.458"],["14247.167","15928.651"],["14233.016","15844.834"],["14165.690","15730.819"],["14229.283","15765.996"],["14051.114","15867.274"],["14167.876","15919.861"],["14174.248","15913.303"],["14149.227","15751.091"],["14143.540","15733.703"],["14245.232","15735.349"],["14155.636","15789.193"],["14123.695","15797.654"],["14106.064","15800.243"],["14174.180","15763.903"],["14190.423","15762.690"],["14195.729","15769.004"],["14196.938","15751.477"],["14189.860","15744.640"],["14113.763","15784.954"],["14204.267","15831.271"],["14128.126","15785.059"],["14213.314","15722.361"],["14247.042","15729.965"],["14239.084","15855.695"],["14230.363","15929.183"],["14223.575","15873.006"],["14227.645","15889.845"],["14153.699","15729.811"],["14232.889","15816.475"],["14132.027","15740.094"],["14218.622","15817.330"],["14230.220","15854.181"],["14211.471","15781.702"],["14153.487","15752.131"],["14169.547","15788.348"],["14181.844","15791.039"],["14068.740","15869.774"],["14080.384","15880.170"],["14181.748","15803.567"],["14164.165","15811.197"],["14121.043","15815.512"],["14101.054","15807.585"],["14124.333","15733.313"],["14129.234","15731.249"],["14222.254","15913.956"],["14245.063","15884.312"],["14242.118","15928.436"],["14232.468","15928.358"],["14242.974","15895.212"],["6667.844","18773.652"],["6610.300","18824.073"],["6661.788","18684.382"],["6542.473","18866.362"],["6492.349","18834.683"],["6578.870","18885.822"],["3844.913","14877.838"],["3817.778","14976.324"],["3827.447","15011.171"],["3861.828","14891.518"],["3834.436","14912.801"],["3840.044","14907.946"],["3845.952","14924.384"],["3824.306","15038.223"],["3853.023","15006.860"],["3820.998","14899.341"],["3849.172","14878.714"],["3815.031","14931.849"],["3802.333","14958.224"],["3847.381","15021.410"],["3795.402","14884.057"],["3811.422","14905.313"],["3826.139","14938.973"],["3859.051","14955.323"],["3851.395","14937.257"],["3879.503","14881.191"],["3856.591","15010.749"],["3839.519","15015.175"],["6303.733","11702.772"],["6324.463","11719.592"],["6380.298","11702.797"],["6330.236","11727.751"],["6278.470","11703.647"],["6281.167","11708.899"],["20460.251","15168.331"],["16686.342","18101.584"],["16666.294","18114.609"],["16651.634","18131.506"],["14795.841","8715.712"],["14821.239","8688.888"],["14757.734","8650.453"],["14680.778","8689.924"],["14717.718","8701.707"],["14790.315","8673.615"],["14780.563","8671.873"],["14689.216","8689.528"],["14806.647","8734.250"],["14704.428","8701.856"],["14791.351","8674.787"],["14758.178","8655.507"],["14677.769","8677.389"],["14749.675","8659.709"],["14771.992","8698.437"],["14833.080","8736.068"],["14729.894","8714.641"],["14720.876","8685.935"],["14779.870","8699.147"],["14735.271","8727.506"],["14783.891","8675.021"],["14753.067","8734.905"],["14728.216","8651.387"],["8270.459","10539.337"],["8265.282","10569.724"],["8296.363","10465.304"],["8273.333","10468.789"],["8239.419","10443.560"],["8223.452","10557.729"],["8261.400","10545.490"],["8251.679","10515.999"],["8235.198","10497.535"],["8218.039","10478.721"],["8197.531","10510.781"],["8216.942","10528.724"],["8229.124","10468.292"],["8243.334","10475.738"],["8202.217","10570.696"],["8202.470","10596.466"],["8185.570","10605.149"],["8162.342","10627.713"],["8196.419","10628.339"],["8204.257","10637.264"],["8231.347","10612.695"],["8245.858","10579.991"],["8243.540","10564.604"],["8226.683","10586.492"],["8256.325","10583.334"],["8283.292","10597.741"],["8245.747","10620.860"],["8249.881","10628.172"],["8312.200","10624.554"],["8304.132","10592.900"],["8292.033","10540.550"],["8291.953","10488.595"],["8262.637","10511.204"],["8270.014","10491.631"],["8197.692","10473.364"],["8214.628","10453.926"],["8202.048","10452.740"],["8247.447","10439.720"],["8153.911","10562.472"],["8149.307","10583.589"],["8188.255","10477.727"],["8304.228","10478.386"],["8302.597","10462.299"],["8276.493","10434.255"],["8238.692","10462.295"],["8220.380","10512.902"],["8232.630","10543.047"],["8246.482","10556.968"],["8260.173","10460.199"],["8229.146","10501.746"],["8220.078","10478.094"],["8197.613","10493.985"],["8218.647","10451.794"],["8253.186","10484.128"],["8201.209","10536.503"],["8210.046","10563.446"],["8192.158","10593.064"],["8175.356","10611.260"],["8153.230","10626.029"],["8218.090","10620.418"],["8227.910","10609.887"],["8251.631","10570.561"],["8231.204","10555.158"],["8212.456","10584.890"],["8250.782","10578.875"],["8257.638","10595.257"],["8273.966","10604.430"],["8253.921","10612.008"],["8288.293","10606.460"],["8289.171","10522.846"],["8291.108","10517.531"],["8261.174","10496.224"],["8278.089","10495.099"],["8190.258","10466.362"],["8216.552","10464.677"],["8204.433","10446.893"],["8149.193","10587.008"],["8167.942","10577.181"],["8147.931","10619.505"],["8194.999","10469.320"],["8284.102","10544.701"],["8295.892","10477.991"],["8280.731","10457.718"],["8284.241","10451.778"],["8284.776","10509.868"],["8230.619","10445.425"],["8218.357","10512.274"],["8204.759","10480.808"],["8225.952","10555.896"],["8238.932","10538.554"],["8261.357","10471.568"],["8247.715","10502.770"],["8253.866","10494.067"],["8213.236","10482.090"],["8183.057","10517.022"],["8221.229","10453.990"],["8235.653","10467.348"],["8191.006","10581.355"],["8193.218","10606.636"],["8157.540","10611.495"],["8191.598","10636.775"],["8221.878","10568.040"],["8237.587","10603.255"],["8237.114","10584.424"],["8260.516","10587.891"],["8264.246","10604.661"],["8251.964","10616.764"],["8248.368","10631.277"],["8232.760","10644.619"],["8317.793","10633.858"],["8289.977","10524.481"],["8277.934","10510.510"],["8285.639","10491.846"],["8190.825","10440.741"],["8184.206","10469.549"],["8211.077","10456.142"],["8229.042","10444.080"],["8156.400","10549.424"],["8147.348","10595.046"],["8165.574","10597.214"],["8216.363","10566.251"],["8246.811","10548.050"],["8275.173","10476.863"],["8244.170","10639.069"],["8289.976","10604.163"],["8166.788","10636.720"],["8184.703","10596.348"],["8198.963","10607.479"],["8196.093","10546.892"],["8157.865","10634.106"],["8237.360","10518.669"],["8211.508","10487.578"],["8239.969","10555.102"],["8230.018","10463.379"],["8215.577","10485.972"],["8256.801","10497.541"],["8217.245","10634.610"],["8281.693","10606.911"],["8162.676","10629.701"],["8201.249","10615.126"],["8184.473","10616.844"],["8227.031","10578.816"],["8196.751","10562.384"],["8222.171","10551.529"],["8250.329","10530.736"],["8202.163","10504.565"],["8215.571","10500.130"],["8251.607","10466.796"],["8234.180","10452.803"],["8246.350","10462.338"],["8237.863","10496.674"],["8231.966","10594.973"],["8314.340","10617.315"],["8287.131","10613.296"],["18807.629","17329.248"],["18765.764","17316.384"],["18825.590","17345.664"],["18703.645","17206.375"],["9162.843","14629.408"],["9173.853","14644.206"],["9110.210","14610.062"],["9111.398","14604.904"],["9056.507","14605.183"],["9113.684","14586.892"],["9122.464","14595.640"],["9163.746","14567.981"],["9176.311","14520.746"],["9185.125","14487.368"],["9100.049","14454.386"],["9065.993","14469.672"],["9056.053","14459.341"],["9116.745","14495.898"],["9117.810","14480.546"],["9136.955","14489.093"],["9144.803","14467.027"],["9143.338","14456.664"],["9090.589","14510.255"],["9073.758","14493.272"],["9096.978","14520.514"],["9097.028","14525.215"],["9050.958","14501.346"],["9062.737","14593.498"],["9051.509","14614.884"],["9023.062","14618.706"],["9115.489","14538.331"],["9153.189","14550.570"],["9123.595","14571.435"],["9189.710","14571.393"],["9178.110","14591.290"],["9091.156","14478.288"],["9096.165","14503.316"],["9005.036","14617.275"],["9048.224","14458.086"],["9053.763","14471.861"],["16812.961","17857.767"],["8631.240","18405.796"],["8573.869","18386.475"],["8601.928","18377.408"],["8611.337","18448.096"],["8603.487","18448.198"],["8616.596","18461.625"],["8669.109","18433.195"],["8614.157","18416.792"],["8610.758","18381.046"],["8605.159","18398.826"],["8590.743","18372.205"],["8608.823","18405.261"],["8674.989","18441.065"],["8668.424","18401.022"],["8642.497","18349.400"],["8703.179","18408.542"],["8733.921","18430.473"],["8689.158","18369.523"],["8698.849","18373.761"],["8658.188","18344.032"],["8574.734","18335.322"],["8699.396","18437.328"],["8730.632","18429.564"],["8646.432","18331.101"],["8763.031","18431.109"],["8613.153","18316.625"],["8662.677","18342.371"],["8681.152","18408.146"],["8633.369","18346.576"],["8572.843","18332.201"],["8711.520","18427.302"],["8669.177","18320.802"],["8777.212","18388.891"],["8752.650","18416.404"],["8761.155","18399.095"],["8665.704","18370.167"],["8660.708","18394.521"],["8613.248","18339.066"],["8588.714","18360.425"],["8705.615","18415.345"],["8757.067","18395.293"],["19770.171","6191.308"],["19888.312","6201.350"],["19865.516","6189.888"],["19814.200","6097.881"],["19819.611","6155.388"],["19808.871","6204.735"],["19760.467","6136.560"],["19786.306","6082.985"],["19807.621","6158.856"],["19790.056","6164.421"],["19816.388","6158.030"],["2229.582","11243.502"],["2216.935","11243.330"],["2211.597","11214.518"],["14675.524","12735.048"],["14675.006","12608.067"],["14810.867","12564.242"],["14770.351","12635.462"],["14865.096","12687.962"],["14814.585","12645.129"],["14876.013","12550.593"],["14810.323","12732.943"],["14680.400","12742.926"],["14746.736","12698.981"],["14753.318","12656.707"],["14869.800","12730.126"],["14820.029","12585.249"],["14817.760","12688.069"],["14775.027","12727.063"],["14694.211","12710.251"],["14722.938","12694.938"],["14723.450","12679.531"],["15738.554","17125.104"],["15802.102","17029.102"],["15796.707","17195.392"],["15775.240","17130.028"],["15737.551","17131.462"],["15771.347","17159.896"],["15801.192","17026.402"],["15727.541","17024.669"],["23922.402","5936.291"],["23918.636","5950.461"],["23840.675","5880.387"],["23829.458","5968.083"],["23833.323","5945.325"],["23897.090","5964.830"],["23926.054","5924.186"],["23923.948","5860.866"],["19728.862","5979.846"],["19838.697","5891.489"],["19797.398","5929.573"],["19827.118","5874.115"],["19843.187","5840.539"],["19819.355","5938.739"],["19796.444","5936.328"],["19781.164","5901.844"],["19769.996","5904.288"],["19779.075","5939.036"],["19788.220","5901.662"],["19744.750","5932.546"],["19833.352","5918.392"],["19750.079","5951.918"],["19828.878","5987.558"],["5110.089","19055.928"],["5043.195","18902.116"],["4998.757","18895.435"],["5081.030","18937.424"],["5096.939","18915.899"],["5096.738","18999.246"],["5172.489","19066.386"],["5188.351","19056.924"],["5158.713","19014.827"],["4990.612","19038.304"],["4992.977","19003.246"],["5154.251","19012.774"],["5120.780","19053.269"],["5063.360","18907.632"],["5028.349","18925.484"],["5034.352","18906.309"],["5063.304","18947.046"],["5081.709","18919.169"],["5071.425","18991.087"],["5056.705","18959.642"],["5196.309","19063.946"],["5131.558","19017.865"],["5163.905","19009.702"],["5066.551","18899.441"],["5084.248","18890.886"],["5048.925","18898.828"],["5068.497","18924.592"],["5072.498","18919.383"],["5105.870","18914.891"],["5040.590","18905.017"],["5088.925","18963.705"],["5052.807","18985.059"],["5112.706","18911.166"],["5160.945","19056.721"],["5069.626","18895.229"],["5001.052","18906.698"],["5023.782","18905.295"],["5086.604","18975.901"],["5088.117","18921.582"],["9822.284","16301.844"],["9808.783","16303.111"],["9707.009","16281.747"],["15999.618","9615.997"],["16035.753","9601.331"],["16036.181","9601.348"],["15958.148","9673.327"],["16022.990","9595.518"],["15947.802","9673.277"],["16006.970","9605.840"],["8232.641","16357.366"],["8304.668","16353.864"],["8256.114","16373.783"],["8272.870","16389.160"],["10306.511","18976.612"],["10335.245","18958.561"],["10306.758","18990.237"],["10333.886","18898.030"],["10275.177","18889.484"],["10328.228","18946.879"],["10265.860","18901.825"],["10294.538","18953.319"],["10288.108","18992.873"],["10314.788","19051.521"],["10309.821","19084.122"],["10297.124","19070.249"],["10294.242","19012.566"],["10296.732","18935.566"],["10350.364","19057.384"],["9829.923","12479.166"],["9752.742","12516.201"],["9794.961","12350.562"],["9643.211","12344.569"],["9642.024","12530.572"],["9667.692","12548.323"],["9756.655","12479.894"],["9806.570","12517.754"],["9717.263","12428.712"],["9807.470","12494.004"],["9816.549","12499.107"],["9758.290","12530.237"],["9736.509","12542.007"],["9741.906","12548.414"],["9778.119","12400.620"],["9811.681","12483.220"],["9823.589","12481.089"],["9767.844","12525.505"],["9745.501","12544.179"],["9788.053","12408.266"],["9779.056","12395.583"],["13004.516","16559.196"],["13000.401","16501.360"],["13036.128","16359.706"],["13179.397","16430.289"],["13183.453","16377.146"],["13109.277","16420.226"],["13031.614","16426.552"],["13112.068","16546.043"],["13126.069","16513.783"],["13121.182","16382.612"],["13044.950","16527.728"],["12989.402","16466.828"],["13034.751","16380.442"],["13045.599","16369.381"],["13032.158","16477.576"],["13178.374","16492.982"],["13169.182","16477.504"],["13149.849","16519.709"],["13084.074","16541.518"],["13135.173","16556.607"],["13116.938","16424.033"],["13047.224","16513.363"],["13034.116","16507.004"],["13039.637","16538.320"],["13039.572","16547.255"],["13127.615","16489.836"],["13004.960","16560.517"],["13078.277","16452.733"],["13076.025","16451.370"],["13001.260","16458.875"],["13031.455","16370.131"],["13052.802","16362.709"],["13080.232","16382.604"],["13019.905","16418.401"],["13167.788","16545.806"],["13159.817","16364.792"],["13027.038","16399.418"],["13172.366","16420.407"],["13181.835","16453.892"],["13007.814","16435.663"],["13157.200","16419.038"],["12998.089","16528.214"],["13133.326","16359.164"],["13171.233","16365.453"],["13182.324","16536.444"],["13130.106","16532.069"],["13171.467","16366.304"],["13098.435","16403.983"],["13055.610","16480.159"],["13086.287","16512.994"],["13150.424","16451.998"],["13132.551","16434.740"],["13095.325","16365.897"],["13073.071","16440.469"],["13015.802","16399.503"],["13079.128","16527.239"],["13000.824","16434.259"],["13040.522","16428.834"],["13173.231","16549.927"],["13173.763","16445.690"],["13001.148","16533.004"],["13118.762","16562.327"],["13178.097","16395.067"],["13129.662","16497.767"],["13182.158","16373.256"],["13070.692","16453.850"],["13146.935","16423.515"],["13097.135","16387.482"],["13084.419","16427.918"],["13087.105","16526.248"],["13008.450","16417.670"],["13059.722","16460.654"],["12998.135","16551.599"],["13041.750","16372.618"],["13082.010","16354.126"],["13094.092","16419.302"],["13085.081","16402.686"],["13069.732","16413.103"],["13191.637","16483.371"],["13171.795","16461.355"],["13189.429","16522.951"],["13108.774","16500.525"],["13005.786","16501.261"],["13060.579","16521.103"],["13179.339","16454.492"],["13136.293","16445.728"],["13095.457","16377.953"],["13099.260","16540.286"],["13112.710","16398.217"],["13097.537","16515.059"],["13008.456","16439.032"],["13031.367","16369.768"],["13056.898","16361.537"],["12999.010","16508.314"],["13087.709","16402.517"],["13119.583","16414.018"],["13169.818","16380.548"],["13163.261","16542.571"],["13133.708","16500.162"],["13104.109","16424.479"],["13030.149","16470.200"],["13039.996","16438.941"],["13091.941","16546.264"],["13634.334","16672.849"],["13749.438","16579.449"],["13717.734","16607.452"],["13737.021","16679.406"],["13692.204","16740.252"],["13654.974","16711.162"],["13736.093","16599.445"],["13712.045","16649.505"],["13739.502","16623.323"],["13778.636","16620.571"],["13728.451","16578.755"],["13711.337","16671.089"],["13653.120","16720.760"],["13636.819","16726.447"],["13689.152","16586.101"],["13730.368","16606.912"],["13760.439","16600.185"],["13796.350","16602.454"],["13729.405","16582.768"],["13711.669","16610.543"],["13754.430","16648.795"],["13743.877","16600.284"],["13766.153","16572.396"],["13705.444","16683.257"],["13656.786","16696.604"],["13650.977","16677.884"],["13682.520","16618.451"],["13737.259","16638.390"],["13622.095","16590.703"],["13719.561","16671.303"],["13675.921","16713.844"],["13684.481","16604.746"],["13716.733","16614.988"],["13824.031","16586.351"],["13743.172","16579.085"],["13709.708","16606.775"],["13715.039","16629.621"],["13764.535","16615.693"],["13800.139","16571.658"],["13736.395","16578.623"],["13662.302","16564.844"],["13686.497","16698.418"],["13697.340","16613.877"],["13725.532","16626.631"],["13744.929","16592.010"],["13774.886","16621.529"],["13787.737","16574.597"],["14741.296","12438.857"],["14798.519","12434.916"],["14753.623","12505.899"],["14780.411","12436.617"],["14770.786","12456.578"],["14760.005","12520.284"],["14805.362","12445.202"],["14757.458","12475.895"],["14756.959","12343.363"],["14701.795","12444.631"],["14711.666","12338.523"],["14844.938","12404.615"],["14831.946","12515.101"],["14849.346","12388.099"],["14779.786","12452.106"],["14803.016","12356.955"],["14716.024","12346.872"],["14702.650","12405.423"],["14871.082","12441.109"],["4979.739","19922.858"],["4966.573","19877.278"],["4939.649","19882.884"],["4888.124","19895.480"],["4969.830","19858.854"],["4978.251","19878.144"],["4840.476","19912.062"],["4902.598","19920.286"],["4978.209","19902.990"],["4956.186","19932.470"],["4976.014","19862.200"],["4959.122","19847.699"],["4958.202","19837.054"],["4881.299","19884.399"],["4889.276","19884.960"],["4953.808","19889.295"],["4983.906","19901.417"],["4911.727","19878.547"],["4925.510","19875.211"],["4916.398","19915.611"],["4960.047","19935.496"],["4815.462","19923.263"],["4931.913","19938.601"],["4909.627","19935.463"],["4781.039","19890.502"],["4874.108","19866.095"],["4837.397","19902.511"],["4908.679","19831.766"],["4925.853","19818.102"],["4936.560","19783.354"],["11034.755","15467.200"],["11040.725","15469.413"],["10957.864","15495.808"],["10999.294","15493.398"],["11070.414","15475.402"],["11056.522","15466.938"],["10887.856","15488.551"],["10899.221","15486.586"],["10887.442","15474.106"],["10884.859","15460.167"],["10905.296","15483.152"],["10959.987","15499.160"],["10970.267","15504.839"],["11035.312","15431.327"],["11020.837","15413.104"],["11035.709","15469.925"],["11027.933","15477.220"],["11004.541","15490.442"],["10989.752","15486.221"],["11070.124","15466.905"],["10907.861","15469.989"],["10905.252","15464.873"],["10956.862","15496.880"],["11007.972","15492.176"],["11030.295","15431.839"],["11010.124","15424.324"],["11087.634","15413.560"],["11024.959","15471.023"],["10962.136","15492.329"],["11056.275","15484.610"],["10899.093","15479.626"],["10927.319","15466.207"],["11015.380","15432.685"],["10954.604","15501.632"],["10971.061","15501.194"],["11034.924","15308.966"],["10909.097","15397.737"],["10902.455","15396.442"],["10959.727","15383.890"],["10884.629","15486.851"],["10904.481","15475.307"],["11018.878","15485.971"],["11042.399","15470.246"],["11083.633","15389.331"],["10889.348","15325.934"],["10983.147","15330.980"],["10918.696","15399.319"],["10903.610","15385.568"],["6115.351","20241.292"],["6121.603","20250.335"],["6109.225","20274.453"],["6154.451","20269.404"],["6076.001","20234.360"],["6094.171","20255.246"],["6235.364","20297.528"],["6077.448","20218.618"],["6238.304","20212.466"],["6104.824","20246.874"],["6139.268","20278.741"],["6145.764","20254.150"],["6125.804","20325.882"],["6123.567","20320.960"],["6153.711","20301.344"],["6178.810","20302.137"],["6246.972","20208.112"],["6052.712","20220.140"],["6046.659","20230.512"],["6045.306","20261.621"],["6095.174","20306.411"],["6046.262","20355.937"],["6238.753","20300.716"],["6105.820","20207.124"],["6064.452","20197.565"],["6244.423","20208.601"],["6149.103","20285.463"],["6169.810","20266.768"],["6101.281","20284.924"],["6083.024","20283.305"],["6183.020","20325.523"],["6198.612","20292.195"],["6232.038","20228.789"],["6067.054","20251.536"],["6084.751","20232.692"],["6103.891","20303.207"],["6062.641","20241.192"],["6075.541","20356.834"],["6050.834","20366.540"],["6240.414","20344.762"],["6097.827","20317.261"],["6198.913","20247.154"],["6106.819","20249.400"],["6050.410","20363.605"],["6041.492","20368.869"],["6051.625","20232.429"],["6084.802","20221.127"],["6085.081","20207.040"],["6250.452","20210.281"],["6250.831","20249.307"],["6142.488","20262.376"],["6157.389","20304.407"],["6113.834","20265.703"],["6102.715","20290.113"],["6195.368","20363.355"],["6134.562","20353.975"],["6207.047","20294.802"],["6685.390","18297.915"],["6709.191","18285.522"],["6685.213","18324.680"],["20344.042","15106.307"],["6335.366","17771.145"],["6412.188","17752.999"],["6343.892","17705.241"],["6296.447","17651.114"],["6273.439","17694.604"],["6308.218","17686.424"],["6313.385","17722.704"],["6412.136","17689.894"],["6364.192","17827.380"],["6440.214","17784.793"],["6368.574","17817.429"],["6271.023","17823.253"],["6286.278","17751.912"],["6296.687","17756.619"],["6404.047","17757.210"],["6418.667","17724.794"],["6308.944","17733.698"],["6330.274","17710.806"],["6283.964","17653.442"],["6275.725","17686.859"],["6301.540","17676.581"],["6306.428","17721.234"],["6390.399","17766.576"],["6415.968","17696.137"],["6394.539","17788.988"],["6425.224","17825.602"],["6341.101","17830.171"],["6325.895","17825.942"],["6353.854","17766.628"],["6270.069","17808.224"],["6461.699","17792.665"],["6421.266","17799.838"],["6283.099","17763.861"],["6391.107","17787.983"],["6286.302","17800.561"],["6318.470","17685.534"],["6308.945","17717.004"],["6303.295","17772.802"],["6312.404","17801.874"],["6406.167","17783.687"],["6426.552","17756.922"],["6409.163","17735.049"],["6418.967","17711.988"],["6447.537","17690.719"],["6310.543","17676.682"],["6294.192","17734.411"],["6315.433","17782.365"],["6297.355","17803.344"],["6270.281","17816.765"],["6337.932","17829.801"],["6411.134","17794.257"],["6408.509","17770.680"],["6429.525","17746.956"],["6429.740","17723.400"],["6427.011","17697.639"],["6331.513","17664.494"],["6306.363","17727.854"],["6316.650","17788.161"],["6287.239","17796.259"],["6279.179","17818.962"],["6422.696","17787.601"],["6410.532","17761.349"],["6408.390","17742.001"],["6427.487","17721.005"],["6436.665","17684.195"],["6689.572","18766.800"],["6684.732","18696.917"],["6759.715","18820.048"],["6801.173","18768.781"],["6696.003","18770.918"],["6764.123","18850.618"],["6776.469","18741.333"],["6796.146","18856.993"],["6802.456","18764.256"],["6774.748","18850.601"],["6778.739","18774.182"],["6691.771","18691.913"],["6799.312","18824.528"],["6796.814","18779.153"],["6760.260","18686.463"],["6798.091","18868.246"],["6694.233","18880.496"],["6861.310","18730.950"],["6713.018","18682.462"],["6700.387","18696.698"],["6692.821","18686.458"],["7491.275","12582.643"],["7499.514","12591.812"],["7418.388","12720.764"],["7406.125","12652.264"],["7470.132","12584.804"],["7462.575","12591.334"],["7382.635","12582.559"],["7384.675","12573.410"],["7361.841","12614.201"],["7487.267","12602.638"],["7415.033","12739.641"],["7403.806","12675.666"],["7455.200","12632.489"],["7414.739","12565.942"],["7386.385","12579.934"],["7360.738","12610.659"],["7360.920","12617.575"],["7377.392","12693.403"],["7392.290","12565.631"],["7379.845","12692.381"],["7351.124","12626.189"],["7407.802","12569.976"],["16921.639","4477.560"],["16934.579","4403.553"],["16933.899","4362.487"],["16965.123","4328.765"],["16906.040","4376.723"],["16929.132","4430.325"],["16968.641","4445.065"],["17028.226","4415.179"],["16914.234","4399.986"],["16968.833","4360.984"],["16960.962","4355.603"],["16933.623","4426.923"],["16969.315","4444.817"],["16923.316","4472.936"],["16921.395","4425.566"],["16957.402","4380.207"],["16922.570","4371.884"],["16932.734","4443.967"],["16917.016","4383.366"],["16947.814","4396.822"],["16897.965","4374.625"],["16930.925","4448.360"],["16968.262","4467.691"],["16931.180","4472.495"],["16925.566","4418.863"],["16954.031","4391.719"],["16957.771","4347.791"],["16910.820","4369.349"],["16924.198","4435.544"],["16958.558","4463.958"],["16964.094","4483.135"],["16940.072","4418.070"],["16931.136","4393.321"],["16977.377","4352.993"],["16904.215","4389.489"],["16912.307","4440.317"],["16921.339","4390.175"],["16969.606","4362.140"],["16965.584","4325.743"],["16906.336","4364.188"],["16911.797","4466.229"],["15451.393","14736.379"],["15305.770","14797.909"],["15332.421","14858.025"],["15485.538","14761.898"],["15354.748","14728.875"],["15487.977","14668.048"],["15370.190","14661.554"],["15454.482","14688.374"],["15346.456","14835.111"],["15358.399","14696.720"],["15494.915","14742.897"],["15484.666","14744.408"],["15317.808","14832.682"],["15338.608","14668.805"],["15317.873","14697.420"],["15326.593","14691.955"],["15319.080","14690.866"],["17671.595","17055.084"],["17767.664","17078.624"],["17656.212","17068.263"],["17778.559","17105.868"],["17783.867","17093.837"],["17754.579","17089.579"],["14939.888","17416.212"],["14906.671","17569.083"],["14905.719","17452.791"],["14890.508","17429.512"],["14904.158","17413.233"],["14908.440","17474.162"],["14886.322","17514.294"],["14977.615","17443.909"],["15019.826","17478.822"],["14979.514","17471.093"],["14960.012","17494.206"],["15092.435","17578.168"],["15090.891","17593.618"],["15033.342","17561.936"],["15000.470","17420.825"],["14969.843","17552.684"],["14976.805","17562.290"],["14985.704","17611.703"],["14987.965","17616.932"],["14902.378","17515.236"],["14906.996","17531.643"],["14942.245","17412.475"],["14977.861","17428.814"],["15013.244","17457.872"],["14957.184","17480.045"],["14992.655","17472.894"],["14895.326","17412.407"],["14909.237","17568.604"],["15033.619","17536.090"],["14911.267","17467.656"],["14948.376","17457.018"],["14891.434","17516.159"],["14954.702","17518.014"],["15055.114","17608.242"],["15000.946","17429.974"],["15059.808","17540.776"],["14966.028","17567.845"],["14983.598","17583.099"],["14970.490","17619.003"],["15004.070","17598.312"],["14941.331","17582.393"],["14934.317","17562.362"],["14963.610","17579.653"],["13322.792","17597.557"],["13216.509","17456.601"],["13238.192","17509.077"],["13338.614","17611.396"],["13250.869","17468.962"],["13214.047","17480.869"],["13245.741","17608.679"],["13290.542","17516.974"],["13228.192","17538.639"],["13375.693","17591.353"],["13258.025","17614.317"],["13333.105","17603.931"],["13341.197","17606.888"],["13281.052","17505.331"],["13247.267","17465.229"],["13278.551","17581.749"],["13200.473","17468.724"],["13357.464","17618.610"],["13224.529","17582.015"],["13258.256","17502.639"],["13206.909","17503.230"],["13201.374","17501.382"],["13266.824","17575.919"],["13283.253","17587.581"],["13252.578","17476.123"],["13266.645","17615.318"],["13268.486","17507.528"],["13239.274","17465.907"],["13258.946","17608.355"],["13284.077","17560.840"],["13302.841","17582.429"],["20338.347","7365.913"],["20322.294","7362.049"],["20334.252","7395.608"],["20344.630","7320.001"],["20322.459","7430.951"],["10666.408","10027.603"],["10657.839","10035.233"],["14572.138","18040.135"],["14594.622","18018.054"],["14605.099","18028.822"],["14594.458","18029.994"],["14598.421","18038.136"],["14590.856","18014.751"],["7408.670","13659.037"],["7421.027","13636.554"],["7405.148","13682.339"],["7405.296","13656.993"],["7333.123","13804.506"],["7332.625","13779.482"],["7438.478","13651.781"],["7423.050","13625.109"],["7400.674","13675.787"],["7400.953","13656.745"],["7352.416","13797.603"],["7349.570","13811.905"],["7432.310","13629.783"],["7435.216","13685.772"],["7338.534","13805.761"],["7452.334","13797.669"],["7424.818","13810.386"],["7305.755","13628.791"],["7356.364","13640.366"],["7383.338","13661.638"],["7492.534","13726.621"],["7498.406","13711.493"],["7324.700","13722.351"],["7306.131","13705.687"],["7351.592","13708.554"],["7369.454","13693.096"],["7495.822","13607.481"],["7503.103","13612.309"],["7487.182","13624.613"],["7477.058","13636.447"],["7498.256","13638.854"],["7485.854","13651.455"],["7493.031","13684.472"],["7487.171","13686.535"],["7486.938","13709.976"],["7452.025","13715.401"],["7487.853","13775.700"],["7493.940","13749.477"],["7466.835","13759.422"],["7493.616","13753.910"],["7487.129","13772.916"],["7468.379","13791.806"],["7379.084","13770.523"],["7400.403","13799.995"],["7379.087","13798.294"],["7469.193","13801.632"],["7454.891","13805.475"],["7398.086","13725.537"],["7483.217","13678.753"],["7454.571","13800.542"],["7400.575","13785.315"],["7375.575","13621.390"],["7360.690","13635.213"],["7497.616","13725.267"],["7494.656","13721.386"],["7308.170","13721.360"],["7329.322","13718.982"],["7359.799","13685.383"],["7343.845","13698.942"],["7491.739","13637.085"],["7502.363","13631.814"],["7481.096","13632.838"],["7486.836","13609.155"],["7484.049","13637.916"],["7497.285","13643.016"],["7497.900","13677.486"],["7482.796","13682.687"],["7475.737","13695.905"],["7447.617","13706.846"],["7481.603","13774.776"],["7497.230","13767.264"],["7486.770","13746.375"],["7474.241","13749.814"],["7486.060","13748.093"],["7454.399","13774.795"],["7391.650","13760.531"],["7393.837","13771.811"],["7397.574","13812.745"],["7392.001","13721.656"],["7484.467","13658.720"],["7098.944","14546.765"],["7162.552","14457.500"],["7233.499","14494.712"],["7241.154","14631.573"],["18725.700","12074.328"],["18732.188","12082.535"],["18863.619","12004.693"],["18863.188","11919.595"],["18758.991","12054.208"],["18733.062","12104.925"],["18802.874","12055.865"],["18869.942","12007.281"],["18838.954","12028.725"],["9880.429","18757.519"],["9843.537","18758.989"],["9875.823","18722.621"],["9867.122","18710.234"],["9895.198","18693.157"],["9948.351","18697.813"],["9937.808","18711.735"],["9978.918","18748.859"],["9839.845","18757.443"],["10025.887","18705.063"],["9862.567","18753.523"],["9904.655","18698.376"],["9941.920","18702.189"],["9946.171","18760.816"],["6605.297","15979.210"],["6475.543","16093.007"],["6490.979","16034.887"],["6513.217","16035.200"],["6567.171","16005.910"],["6582.257","15940.849"],["6474.388","16078.320"],["6468.866","15935.776"],["6577.148","15952.739"],["6493.528","16041.774"],["6473.779","15947.445"],["6582.232","16072.979"],["14333.626","15365.813"],["14320.777","15489.429"],["14394.185","15453.683"],["14352.420","15462.834"],["14303.338","15459.271"],["14343.181","15450.578"],["14298.051","15339.322"],["14313.949","15424.833"],["14295.353","15319.263"],["14353.662","15485.684"],["14277.156","15423.445"],["14356.234","15352.199"],["14385.638","15454.551"],["14387.934","15493.726"],["14306.792","15456.827"],["14355.122","15497.241"],["14289.455","15337.554"],["14456.045","15427.697"],["14387.574","15418.996"],["14428.711","15441.518"],["14389.194","15464.967"],["14374.942","15424.958"],["14422.823","15447.959"],["14386.406","15501.389"],["14289.472","15304.962"],["14269.643","15332.962"],["14256.641","15369.120"],["14328.842","15338.580"],["14437.053","15429.960"],["14383.550","15461.636"],["14310.307","15351.791"],["14299.148","15323.111"],["3203.891","8141.070"],["3222.380","8165.103"],["3241.574","8206.500"],["3248.638","8231.347"],["3173.533","8186.298"],["3261.937","8278.595"],["3188.266","8259.280"],["3152.489","8307.430"],["3150.949","8294.265"],["3183.696","8171.734"],["3162.110","8286.194"],["3172.621","8292.504"],["9917.879","15459.290"],["9877.566","15447.569"],["10023.319","15406.059"],["9927.329","15374.995"],["9837.019","15316.286"],["9943.442","15460.413"],["9866.766","15454.496"],["10015.096","15410.221"],["9928.973","15369.132"],["9937.945","15462.446"],["9863.016","15456.528"],["10010.671","15406.241"],["9919.566","15362.592"],["9835.847","15327.024"],["9997.978","15342.584"],["9993.439","15344.057"],["9974.095","15331.462"],["9889.052","15502.449"],["9878.733","15495.384"],["9887.568","15479.152"],["9845.704","15464.093"],["9834.635","15474.589"],["9860.959","15473.735"],["9983.446","15499.916"],["10015.343","15314.932"],["10027.317","15302.430"],["10030.540","15358.533"],["10002.399","15360.927"],["9981.692","15318.153"],["10004.652","15319.160"],["9898.908","15478.131"],["9890.372","15469.790"],["9935.088","15478.884"],["9932.078","15486.531"],["9846.875","15452.571"],["9849.967","15441.473"],["10022.901","15396.836"],["10015.861","15391.403"],["9967.643","15365.730"],["9944.699","15361.353"],["9987.367","15502.501"],["9878.637","15501.664"],["9868.089","15473.852"],["9903.546","15469.840"],["9898.020","15477.140"],["9934.052","15480.585"],["9928.854","15478.075"],["9843.733","15452.935"],["9837.944","15442.035"],["10020.911","15405.407"],["10025.680","15410.015"],["9945.291","15356.564"],["9954.879","15368.356"],["20734.672","6359.401"],["20750.100","6305.677"],["20697.337","6306.783"],["20733.093","6241.977"],["20747.879","6306.255"],["20634.482","6288.672"],["20603.051","6272.718"],["20661.998","6286.029"],["20720.314","6272.415"],["20721.481","6304.256"],["20748.817","6319.781"],["20627.722","6383.321"],["20659.762","6368.523"],["20690.896","6243.882"],["20754.524","6288.550"],["20777.304","6219.302"],["20776.284","6277.782"],["20651.439","6416.153"],["20602.294","6241.867"],["20636.834","6295.542"],["20669.959","6396.648"],["20577.821","6354.749"],["20662.146","6269.960"],["6485.369","7445.651"],["6628.704","7421.780"],["6658.365","7410.239"],["6603.122","7416.249"],["6611.810","7468.398"],["6490.073","7450.722"],["6665.291","7409.724"],["6640.562","7463.184"],["6666.445","7442.410"],["6587.856","7465.691"],["6645.496","7446.123"],["6487.569","7429.950"],["6584.271","7270.817"],["6621.197","7444.359"],["6487.931","7442.452"],["6497.346","7283.467"],["11940.694","17677.534"],["11961.708","17726.990"],["12016.340","17736.076"],["11944.956","17775.946"],["11940.385","17825.713"],["12045.314","17688.238"],["12044.815","17735.947"],["12002.448","17691.224"],["12106.199","17767.326"],["12124.353","17774.168"],["12116.937","17721.014"],["12088.664","17722.518"],["11960.143","17641.564"],["11951.895","17676.939"],["11985.689","17727.782"],["12018.807","17733.334"],["12034.700","17706.516"],["11972.826","17689.060"],["12089.571","17787.788"],["12139.254","17773.062"],["12142.628","17723.161"],["12083.615","17712.246"],["11957.100","17640.722"],["11974.866","17728.360"],["12006.702","17733.120"],["11972.587","17806.566"],["12025.215","17702.243"],["12035.259","17712.462"],["12010.704","17708.581"],["12090.755","17780.769"],["12088.861","17731.436"],["12064.587","17769.186"],["12090.836","17818.051"],["12121.559","17716.340"],["12032.123","17695.373"],["12048.023","17742.156"],["11994.898","17700.588"],["12105.821","17763.907"],["12119.748","17782.244"],["12089.667","17706.151"],["12059.734","17808.737"],["12122.184","17722.170"],["12044.914","17706.632"],["12002.234","17691.356"],["12096.758","17764.254"],["12098.023","17721.742"],["11942.692","17625.957"],["11937.734","17666.799"],["11971.133","17728.228"],["12026.028","17753.764"],["12014.339","17674.857"],["12048.533","17791.263"],["12006.782","17784.386"],["11944.841","17826.400"],["12020.413","17666.372"],["12060.079","17741.380"],["12099.357","17786.351"],["12136.738","17775.787"],["12096.246","17730.396"],["11958.367","17638.592"],["11973.583","17720.582"],["12010.534","17738.239"],["11974.602","17696.707"],["12063.879","17779.983"],["12124.339","17715.746"],["12064.225","17744.446"],["12006.009","17772.858"],["12044.508","17688.238"],["12061.164","17717.582"],["12104.505","17763.164"],["12098.516","17707.374"],["7320.779","12571.547"],["7334.792","12573.331"],["7352.514","12743.815"],["7346.034","12726.242"],["7364.631","12710.366"],["7356.259","12690.581"],["7333.936","12635.735"],["7327.160","12653.720"],["7331.423","12611.362"],["7347.229","12612.832"],["7338.394","12559.854"],["7343.049","12555.742"],["7356.560","12728.951"],["7333.863","12701.866"],["7351.588","12707.823"],["7355.388","12692.183"],["7347.604","12629.145"],["7321.831","12646.585"],["7333.545","12615.805"],["7321.950","12607.019"],["7308.197","12555.758"],["7364.110","12701.585"],["7322.295","12600.578"],["7307.917","12583.867"],["7317.324","12723.499"],["7319.501","12556.038"],["7307.528","12628.007"],["7307.841","12557.447"],["7311.963","12608.904"],["7310.923","12703.907"],["7318.755","12749.478"],["7335.702","12558.796"],["14860.975","13893.308"],["14880.871","13953.330"],["14790.690","13899.796"],["14794.269","13879.237"],["14719.023","13889.541"],["14753.959","13964.868"],["14874.365","13965.230"],["14858.103","13849.310"],["14855.299","13819.771"],["14847.954","13817.554"],["14675.211","13914.321"],["14706.162","13892.844"],["14774.469","13928.469"],["14862.654","13972.051"],["14874.912","13855.272"],["8786.331","17001.331"],["8796.225","17007.157"],["8833.520","17038.272"],["8837.607","17018.102"],["8795.483","17044.321"],["8846.305","17154.475"],["8846.583","17007.128"],["8903.319","16994.371"],["8871.972","17099.962"],["8875.365","17127.129"],["8882.340","17074.274"],["8823.121","16992.548"],["8897.024","16997.341"],["8964.179","17038.618"],["8784.190","17011.065"],["8779.360","17054.671"],["8817.438","17037.549"],["8870.735","17028.665"],["8858.947","17121.412"],["11574.053","16050.995"],["11606.853","15936.325"],["11585.338","16058.662"],["11517.767","16056.906"],["11600.308","15972.179"],["11700.956","15971.285"],["11718.878","16055.931"],["12777.735","16421.940"],["12804.308","16382.381"],["12790.260","16400.330"],["12887.885","16358.517"],["12808.592","16397.779"],["12819.208","16358.708"],["12857.168","16390.229"],["12845.767","16383.461"],["12880.109","16370.315"],["12858.981","16377.372"],["12797.589","16403.345"],["9402.924","19121.389"],["9397.899","19133.245"],["9374.509","19122.385"],["9401.450","19111.496"],["9401.970","19123.305"],["9391.385","19133.162"],["9388.276","19112.509"],["9402.535","19115.080"],["9394.668","19116.484"],["9388.343","19139.339"],["9383.654","19111.551"],["9399.821","19109.217"],["9363.939","19102.980"],["9284.718","19131.423"],["9208.697","19113.390"],["9234.783","19141.103"],["9393.621","19121.701"],["9273.221","19128.665"],["9228.385","19108.353"],["9374.148","13413.291"],["9289.737","13406.510"],["9389.837","13440.591"],["9374.365","13457.160"],["9394.099","13403.778"],["9284.819","13396.551"],["9287.802","13418.772"],["9319.091","13407.537"],["9405.544","13451.392"],["9396.405","13449.167"],["9406.102","13394.808"],["9384.609","13411.672"],["9406.119","13432.301"],["9391.898","13457.408"],["9384.287","13467.698"],["9375.935","13466.009"],["5366.908","16381.001"],["5369.925","16367.175"],["5401.060","16362.265"],["5398.938","16383.187"],["5397.540","16425.877"],["5383.583","16395.826"],["5201.907","16406.927"],["5203.962","16415.065"],["5213.193","16415.352"],["5206.161","16378.374"],["5200.758","16383.535"],["5217.376","16382.507"],["5222.327","16403.768"],["5222.202","16414.805"],["5234.826","16415.729"],["5200.316","16434.966"],["5204.088","16405.891"],["5210.835","16406.499"],["5203.391","16389.268"],["5206.194","16380.548"],["5203.104","16529.277"],["5400.016","16378.531"],["5406.041","16372.540"],["5374.822","16357.373"],["5368.002","16376.588"],["5359.611","16375.837"],["5364.013","16384.293"],["14333.700","9355.339"],["14323.548","9355.744"],["14311.345","9356.735"],["14315.795","9362.809"],["14319.233","9358.951"],["14318.192","9359.697"],["14350.516","9316.794"],["15019.682","19438.414"],["14940.801","19513.575"],["14897.033","19321.946"],["14931.325","19337.256"],["15019.666","19519.272"],["10212.687","7909.946"],["10199.480","7935.056"],["10224.116","7937.363"],["10199.019","7931.390"],["9831.570","18882.399"],["10003.260","18792.872"],["9883.321","18866.517"],["9886.002","18832.727"],["9872.433","18808.581"],["10027.427","18858.547"],["9918.528","18871.558"],["10001.059","18877.347"],["9977.231","18792.714"],["9954.665","18808.370"],["9949.024","18815.340"],["9851.177","18817.360"],["9850.801","18881.434"],["9862.824","18853.044"],["9898.469","18810.679"],["10008.529","18887.845"],["9951.228","18759.667"],["9863.035","18792.141"],["9852.380","18857.255"],["13209.999","15019.624"],["13325.712","14933.127"],["13336.622","14927.868"],["24980.352","6009.033"],["14439.433","13261.397"],["14458.551","13278.535"],["14365.854","13198.134"],["14390.490","13186.963"],["14406.526","13210.480"],["14461.777","13217.616"],["14318.822","13241.873"],["14274.287","13235.457"],["14262.889","13245.449"],["14276.206","13360.409"],["14273.093","13287.465"],["14280.511","13286.508"],["14296.646","13289.976"],["13550.597","12615.604"],["13474.986","12620.484"],["13432.469","12667.883"],["13602.814","12745.484"],["13576.688","12677.199"],["13525.862","12606.741"],["13563.696","12699.556"],["13600.039","12550.287"],["13548.894","12623.881"],["13437.113","12611.395"],["13471.335","12643.820"],["13515.175","12667.240"],["13533.399","12672.261"],["13588.356","12752.409"],["13610.048","12665.197"],["13456.549","12625.339"],["13461.270","12565.755"],["13536.267","12636.139"],["13495.168","12578.390"],["13537.175","12558.648"],["13433.302","12598.211"],["13591.363","12620.016"],["13571.421","12556.167"],["13587.796","12561.641"],["13530.911","12634.645"],["13415.292","12585.957"],["13581.876","12741.107"],["13602.496","12618.464"],["13544.379","12559.986"],["13611.411","12622.791"],["13557.790","12656.704"],["13582.518","12750.934"],["13478.885","12605.805"],["13451.944","12592.219"],["13430.529","12667.222"],["13536.451","12563.223"],["13531.961","12565.849"],["13500.381","12577.994"],["13423.789","12550.910"],["16155.360","12928.709"],["16243.967","12898.913"],["16164.932","12928.015"],["16237.058","12952.605"],["16211.483","12877.443"],["28629.441","8271.509"],["28661.603","8303.809"],["4783.010","18442.707"],["4805.996","18465.139"],["4787.558","18453.983"],["4807.328","18455.883"],["4779.051","18293.630"],["4787.493","18384.450"],["4788.199","18428.795"],["4785.445","18453.209"],["4906.332","18444.838"],["4889.773","18457.008"],["4860.681","18439.106"],["4839.456","18434.262"],["4811.972","18453.028"],["4804.626","18439.044"],["4828.619","18399.374"],["4787.650","18294.076"],["4832.258","18343.733"],["4818.447","18366.629"],["4806.227","18364.747"],["4789.722","18451.363"],["4786.766","18462.034"],["4782.659","18262.533"],["4786.719","18422.205"],["4810.954","18408.953"],["4808.332","18393.807"],["4788.974","18379.578"],["4914.062","18450.883"],["4890.365","18453.011"],["4865.812","18452.368"],["4841.281","18434.147"],["4809.702","18446.372"],["4793.447","18346.183"],["4808.866","18416.417"],["4803.639","18419.903"],["4794.155","18416.863"],["4781.622","18394.755"],["4903.026","18459.140"],["4878.112","18451.409"],["4859.529","18446.340"],["4837.482","18442.536"],["4854.649","18458.433"],["4814.241","18451.905"],["4818.689","18372.850"],["4810.092","18368.198"],["10009.690","14998.544"],["10031.311","14925.503"],["10034.998","14904.598"],["10021.834","14879.646"],["9982.618","15038.893"],["9989.044","14873.879"],["9996.906","14879.098"],["10035.934","14887.894"],["16123.167","16990.321"],["9979.947","12038.407"],["9975.430","12011.129"],["10033.503","12087.264"],["10028.388","12104.705"],["9997.765","12100.784"],["9943.099","11988.748"],["9957.737","12000.044"],["9935.601","11943.493"],["9925.305","11940.339"],["9847.783","12097.841"],["10005.033","12018.182"],["10035.772","12105.481"],["10020.068","12096.655"],["9949.908","11991.605"],["9914.941","12004.644"],["9936.538","11939.579"],["9919.729","11954.525"],["9846.072","12103.076"],["9982.194","12034.699"],["10035.575","12073.557"],["9990.265","12123.509"],["9954.283","11986.568"],["9916.865","12008.608"],["9943.693","11953.270"],["9925.683","11937.895"],["9832.931","12084.100"],["10029.364","12026.237"],["9943.659","12009.464"],["9963.651","12045.123"],["9948.602","12064.693"],["9865.002","11951.052"],["9922.848","11922.910"],["9838.589","12075.579"],["10032.275","12059.317"],["9890.900","12035.167"],["9985.970","12069.004"],["10000.312","12075.973"],["9899.032","11946.378"],["9873.308","11971.465"],["9929.125","11920.380"],["9927.629","11917.773"],["9918.378","11999.538"],["9958.576","11973.501"],["9977.413","11993.347"],["9972.018","12004.132"],["9976.225","12005.415"],["10004.343","12022.852"],["9967.195","12011.611"],["9974.432","12020.496"],["9959.635","12026.002"],["9984.331","12110.831"],["9975.347","12098.644"],["9948.702","12064.839"],["9950.495","12066.688"],["9867.207","12080.649"],["9927.779","12093.034"],["9971.645","12064.314"],["9942.354","11964.132"],["10039.254","12004.687"],["9912.859","11915.526"],["9955.780","11986.218"],["9937.589","11994.723"],["9969.140","11996.056"],["9952.314","11994.668"],["10002.047","12000.598"],["10009.988","12049.280"],["9970.074","12010.273"],["9961.324","12029.662"],["9973.189","12019.561"],["9971.659","12024.532"],["9956.796","11944.924"],["9989.331","12087.313"],["9976.798","12102.210"],["9960.807","12062.989"],["9955.478","12058.100"],["10036.436","12018.039"],["10036.855","12011.592"],["10026.017","11998.393"],["9975.485","11934.661"],["9978.420","11917.322"],["9989.588","11943.135"],["10017.755","12030.602"],["10027.175","12013.268"],["9965.842","11936.791"],["10009.190","11981.119"],["10011.975","11996.567"],["9997.136","11971.911"],["10003.115","11953.144"],["10025.631","11951.750"],["10010.073","11944.469"],["10012.257","11967.683"],["9999.898","11934.278"],["10039.099","11917.151"],["9993.911","11992.099"],["9911.891","12095.775"],["9957.599","12078.418"],["9905.134","11927.022"],["9910.923","11938.831"],["5192.667","16079.211"],["5171.564","16072.493"],["5168.823","16009.373"],["5173.208","16015.128"],["5144.802","16023.809"],["5148.656","16055.780"],["5151.844","16069.064"],["5121.956","16071.292"],["5134.332","16045.180"],["5121.813","16014.636"],["5086.788","16079.687"],["5071.745","16103.822"],["5084.640","16056.752"],["5097.524","16131.226"],["5103.999","16085.129"],["5064.903","16048.758"],["5136.211","16140.914"],["5198.085","16104.865"],["5030.205","16128.155"],["5182.195","16064.528"],["5188.294","16062.672"],["5139.029","16033.438"],["5139.133","16050.115"],["5137.700","16082.260"],["5178.209","15936.626"],["5100.021","15956.179"],["5098.702","15944.404"],["5067.434","15979.929"],["5056.286","15971.953"],["5115.220","16049.292"],["5118.491","16010.111"],["5095.307","16075.327"],["5075.034","16101.527"],["5080.314","16045.455"],["5102.836","16117.502"],["5100.430","16082.767"],["5073.078","16050.228"],["5061.731","16081.939"],["5123.252","16131.391"],["5147.182","16120.501"],["5166.975","16089.338"],["5131.235","16083.813"],["5125.871","16076.990"],["5127.255","16084.737"],["5147.600","16080.080"],["5173.916","15941.019"],["5109.426","15941.547"],["5119.184","16033.190"],["5122.948","16001.539"],["5089.946","16074.435"],["5073.900","16095.185"],["5077.699","16042.400"],["5113.522","16082.470"],["5073.555","16046.842"],["17093.659","4582.254"],["17136.333","4594.288"],["17155.183","4605.217"],["17171.561","4588.623"],["17181.099","4574.538"],["17194.559","4559.699"],["17087.428","4570.171"],["17103.126","4567.623"],["17128.177","4575.024"],["17065.493","4516.193"],["17068.363","4543.346"],["17060.649","4536.063"],["4527.898","13071.588"],["4531.918","13050.210"],["4521.933","13056.910"],["4522.756","13019.339"],["4485.477","13027.234"],["4474.183","13062.836"],["4434.926","13039.313"],["4457.239","12998.687"],["4503.351","13000.937"],["4498.320","12973.172"],["4445.141","12978.274"],["4481.582","13023.916"],["4485.156","13078.927"],["4461.445","13112.222"],["4519.235","13110.333"],["4529.008","13132.765"],["4509.813","13161.360"],["4514.331","13125.688"],["4533.267","13126.105"],["4465.303","13136.055"],["4561.528","13098.335"],["4551.727","13119.760"],["4545.671","12997.433"],["4533.572","13088.285"],["4537.593","13062.200"],["4518.397","13065.250"],["4509.155","13025.450"],["4460.400","13053.654"],["4437.887","13037.678"],["4447.732","13002.899"],["4501.328","12987.411"],["4522.260","12997.426"],["4520.886","12978.655"],["4428.841","12985.804"],["4487.569","13001.042"],["4480.929","13081.982"],["4460.031","13107.449"],["4495.895","13153.891"],["4497.229","13114.346"],["4524.880","13137.257"],["4516.704","13146.480"],["4504.627","13136.836"],["4535.257","13116.658"],["4544.077","13091.976"],["4555.033","13124.632"],["4565.839","13068.920"],["4530.605","12998.936"],["4525.628","13090.779"],["4546.474","13047.798"],["4506.900","13065.333"],["4520.569","13019.587"],["4461.003","13034.352"],["4457.752","13055.157"],["4429.794","13035.663"],["4489.321","12996.098"],["4537.688","12992.752"],["4503.402","12975.913"],["4448.397","12986.961"],["4466.796","13024.692"],["4472.475","13096.515"],["4466.889","13115.029"],["4483.733","13125.363"],["4500.370","13104.024"],["4523.317","13146.869"],["4520.372","13144.300"],["4519.792","13125.722"],["4559.955","13130.305"],["4468.971","13122.892"],["4546.330","13093.050"],["4547.796","13121.987"],["4557.969","13038.061"],["4531.317","13005.041"],["4478.650","13163.322"],["4539.091","13045.816"],["4520.765","13129.873"],["4502.044","13081.133"],["4453.208","13155.547"],["4444.892","13060.669"],["4543.664","13032.637"],["4548.279","13068.176"],["4538.363","13143.234"],["4496.698","13082.867"],["4443.685","13162.418"],["4439.183","13061.063"],["13612.774","17807.293"],["13427.259","17752.485"],["13502.435","17760.596"],["13486.706","17703.902"],["13530.917","17707.232"],["13467.019","17828.866"],["13463.167","17689.386"],["13452.808","17790.743"],["13459.628","17761.007"],["13518.175","17756.666"],["13451.262","17699.773"],["13491.444","17823.928"],["13517.032","17646.381"],["13467.239","17770.081"],["13428.283","17693.911"],["13422.161","17736.762"],["13618.646","17814.592"],["13418.049","17757.192"],["13530.774","17789.614"],["13486.317","17800.795"],["13489.058","17705.702"],["13469.189","17762.069"],["13553.368","17715.143"],["13525.851","17754.333"],["13491.736","17675.101"],["13452.065","17659.444"],["13525.116","17738.829"],["13445.209","17708.064"],["13473.778","17707.767"],["13555.786","17749.627"],["13472.957","17825.909"],["13458.874","17628.907"],["13485.437","17640.303"],["13421.470","17713.476"],["13437.134","17777.910"],["13489.376","17775.130"],["13460.587","17743.852"],["13473.400","17732.490"],["13557.661","17709.841"],["13572.694","17741.336"],["13492.147","17649.353"],["13468.808","17662.499"],["13440.282","17625.045"],["13423.065","17707.910"],["13415.374","17801.428"],["13510.083","17785.369"],["13439.518","17762.366"],["13481.607","17723.043"],["13559.947","17746.522"],["13573.598","17751.625"],["13543.039","17831.494"],["13468.927","17823.680"],["13458.923","17636.587"],["13499.071","17666.281"],["13427.551","17641.263"],["13590.439","17748.928"],["11961.897","15810.993"],["12070.224","15824.095"],["12119.275","15812.223"],["12091.414","15799.433"],["13656.169","12333.357"],["13660.917","12333.001"],["13681.328","12254.371"],["13656.070","12331.903"],["13709.371","12283.603"],["13797.778","12229.158"],["13814.316","12166.632"],["13695.292","12234.091"],["13814.970","12198.051"],["13689.460","12324.835"],["13706.361","12269.219"],["6217.826","13994.282"],["6238.023","13939.129"],["6212.216","14024.844"],["6214.224","14006.520"],["6229.322","13944.892"],["6195.999","14018.965"],["6220.622","13994.678"],["6232.908","13948.741"],["6172.719","13955.218"],["6234.661","13948.568"],["6107.244","13844.800"],["6249.003","13968.601"],["6217.111","14008.535"],["6076.898","13874.461"],["6073.740","13826.567"],["6214.215","13857.038"],["6248.575","13935.042"],["6149.397","13940.255"],["12313.211","16011.717"],["12330.118","15976.419"],["12285.928","15988.403"],["12182.468","16075.094"],["20348.725","6199.077"],["20338.593","6198.466"],["20294.432","6165.600"],["20247.122","6005.791"],["20213.696","6014.746"],["20189.255","6035.687"],["20215.686","6005.216"],["20280.049","6136.889"],["20260.740","6128.730"],["20295.000","5999.614"],["20196.969","6056.331"],["20189.009","6023.367"],["20181.459","6054.713"],["20213.663","6080.642"],["20150.834","6094.068"],["20183.038","6071.707"],["20154.551","6030.584"],["20346.389","6183.833"],["20206.459","6078.511"],["20178.400","5996.480"],["20245.066","6105.609"],["20294.039","6155.734"],["15426.686","14066.822"],["15386.906","14032.081"],["15490.307","14217.783"],["15339.872","14087.753"],["15365.009","14090.321"],["15337.814","14058.010"],["15321.650","14086.946"],["15450.869","14176.042"],["15418.846","14084.752"],["15453.634","14168.658"],["15497.573","14129.582"],["15492.008","14081.834"],["15366.397","14104.264"],["15325.659","14134.569"],["15311.416","14052.239"],["4087.887","16249.254"],["4025.367","16203.970"],["4004.324","16233.716"],["4014.082","16241.613"],["4036.054","16271.674"],["4093.232","16247.437"],["4093.396","16197.445"],["4049.364","16174.061"],["4040.417","16180.650"],["3978.387","16218.522"],["4021.446","16253.418"],["4036.335","16240.407"],["4034.691","16230.977"],["4040.149","16302.971"],["4029.771","16337.801"],["4020.415","16338.012"],["4116.044","16227.173"],["4080.206","16228.544"],["4037.719","16157.380"],["4047.900","16191.171"],["3987.235","16278.158"],["3995.443","16268.183"],["4046.664","16238.772"],["4025.168","16273.124"],["4032.221","16338.941"],["4031.481","16318.743"],["3977.241","16329.986"],["3982.405","16350.184"],["4142.556","16181.873"],["4017.473","16166.299"],["4143.724","16192.224"],["4124.979","16217.404"],["4110.160","16211.525"],["4122.849","16249.358"],["4026.343","16237.026"],["4008.925","16214.400"],["3978.073","16238.225"],["3989.734","16262.189"],["3994.538","16279.639"],["4004.061","16265.618"],["3995.096","16323.332"],["3944.465","16320.328"],["3974.350","16270.617"],["4094.929","16343.227"],["4090.866","16302.285"],["4132.447","16307.272"],["4051.666","16283.900"],["4081.386","16251.497"],["9766.938","7739.102"],["9748.878","7739.204"],["9748.090","7702.042"],["9718.139","7713.586"],["9748.139","7716.260"],["9706.116","7720.175"],["9723.452","7757.913"],["9760.540","7723.250"],["10712.452","7934.575"],["10770.013","7935.326"],["10712.792","7899.641"],["10689.358","7979.655"],["10764.722","7925.583"],["10750.727","7923.289"],["10688.457","8060.355"],["10708.717","7977.690"],["10689.665","7904.618"],["10708.930","7984.676"],["10980.014","18179.476"],["10914.826","18204.467"],["10938.436","18113.565"],["10975.787","18154.935"],["11026.752","18062.585"],["11034.981","18151.599"],["11077.552","18183.732"],["11075.463","18195.094"],["11073.428","18080.603"],["11039.695","18128.993"],["10952.071","18156.471"],["10957.252","18194.688"],["10990.047","18141.954"],["10992.579","18132.656"],["11067.244","18102.321"],["10982.329","18201.679"],["11033.989","18062.486"],["10951.691","18119.807"],["10947.514","18153.382"],["11091.422","18167.837"],["11061.159","18117.763"],["10955.963","18231.241"],["10925.081","18120.782"],["10999.899","18175.876"],["11079.054","18062.753"],["11044.267","18137.020"],["10888.099","18146.102"],["10915.536","18183.232"],["11011.209","18060.190"],["11042.624","18084.880"],["10985.425","18162.532"],["11049.904","18163.137"],["11040.221","18071.784"],["10923.219","18251.970"],["10890.534","18243.237"],["10892.836","18152.543"],["10975.075","18237.303"],["10909.407","18173.845"],["10956.314","18159.030"],["11022.316","18073.613"],["11026.647","18197.060"],["11026.116","18141.211"],["11078.511","18072.808"],["11073.034","18099.546"],["10908.872","18183.955"],["11032.996","18194.863"],["10954.916","18181.392"],["11039.208","18176.124"],["11003.578","18057.283"],["11033.862","18179.097"],["11046.109","18067.507"],["11066.504","18073.436"],["18501.167","18863.934"],["18632.519","18824.604"],["18523.009","18852.307"],["18613.653","18867.626"],["18668.703","18876.214"],["16083.324","11441.598"],["15994.706","11399.338"],["16053.274","11445.056"],["16063.650","11400.492"],["15980.708","11455.347"],["15999.213","11416.893"],["16030.821","11380.574"],["15994.014","11454.967"],["16002.167","11487.117"],["16003.829","11308.162"],["16052.650","11484.455"],["15991.828","11398.545"],["16054.129","11430.638"],["16039.850","11369.625"],["16005.132","11443.109"],["16057.469","11476.445"],["16055.396","11430.060"],["16052.285","11371.986"],["16013.330","11309.106"],["16056.512","11372.729"],["16071.713","11456.743"],["16039.113","11453.908"],["16006.744","11442.002"],["15991.789","11475.011"],["6766.333","12974.705"],["6753.085","12974.996"],["6740.931","12994.369"],["6689.497","12982.318"],["6732.347","13097.789"],["6730.916","13136.517"],["6814.085","13160.317"],["6809.414","13179.343"],["6800.055","13093.556"],["6796.782","13091.723"],["6709.042","13171.765"],["6674.810","13165.089"],["6771.089","13059.300"],["6732.849","13063.505"],["6746.457","12976.251"],["6739.911","12991.330"],["6677.002","13111.700"],["6749.205","13126.724"],["6758.465","13132.438"],["6820.434","13176.750"],["6797.687","13094.514"],["6796.749","13108.585"],["6709.881","13175.465"],["6780.744","13048.681"],["6735.250","13050.408"],["6769.220","12989.282"],["6731.870","13132.801"],["6791.815","13105.612"],["6676.570","13159.507"],["6720.365","13064.397"],["6840.401","13173.824"],["6839.716","13140.203"],["6820.686","13158.828"],["6823.778","13139.604"],["6788.169","13130.608"],["6756.033","13152.019"],["6747.267","13153.902"],["6742.143","13088.123"],["6738.898","13038.560"],["6750.789","13029.741"],["6786.270","13041.288"],["6805.965","13150.058"],["6768.958","13137.132"],["6757.744","13153.737"],["6753.306","13042.193"],["6835.374","13128.114"],["6772.119","13155.784"],["6739.199","13079.882"],["6755.609","13034.431"],["7402.824","19549.118"],["7407.759","19558.549"],["9108.480","19524.907"],["27558.569","10366.272"],["9168.562","13907.378"],["9164.843","13868.899"],["9149.865","13921.491"],["9048.487","13875.779"],["9022.577","13876.079"],["9050.747","13902.569"],["9131.336","13990.892"],["9164.549","13911.160"],["9119.717","13903.060"],["9035.916","13875.676"],["9050.176","13887.359"],["9055.089","13927.606"],["9156.893","13975.304"],["9166.818","13918.625"],["9124.421","13921.095"],["9056.191","13866.908"],["9016.685","13890.690"],["9038.016","13905.922"],["9164.450","13973.134"],["9143.603","13974.425"],["9143.228","13989.318"],["9142.941","14016.537"],["9146.702","14010.878"],["9139.599","13890.885"],["9109.193","13907.269"],["9108.206","13877.463"],["9123.629","13858.174"],["9167.515","13832.544"],["9162.307","13821.045"],["9035.409","13915.108"],["9037.589","13907.930"],["9051.472","13919.112"],["9059.133","13913.445"],["9012.953","13902.618"],["9034.454","13888.362"],["9114.040","13854.440"],["9139.261","13818.202"],["9082.089","13874.715"],["9157.807","14003.137"],["9171.233","14013.035"],["9046.873","13984.444"],["9000.118","13959.227"],["9154.746","13989.348"],["9155.003","14005.177"],["7589.565","12146.556"],["7603.085","12269.095"],["13803.317","14808.048"],["13691.701","14748.968"],["13664.875","14719.104"],["13631.224","14718.592"],["13642.906","14819.219"],["13712.839","14802.453"],["13690.862","14752.386"],["13652.291","14809.008"],["13630.550","14747.659"],["13631.142","14736.148"],["13676.540","14803.708"],["13783.169","14866.839"],["13803.558","14661.474"],["13671.240","14772.518"],["13642.293","14702.275"],["13652.560","14828.736"],["13676.537","14818.938"],["13671.916","14821.353"],["13724.563","14758.282"],["13802.580","14859.894"],["13651.387","14852.402"],["13672.954","14789.836"],["13673.050","14763.105"],["13771.675","14804.204"],["13709.584","14776.897"],["13701.032","14810.746"],["13682.577","14806.311"],["13659.942","14852.289"],["13773.038","14764.861"],["13812.407","14824.949"],["14566.666","13346.657"],["14623.767","13301.351"],["14592.864","13312.561"],["14519.774","13282.593"],["14541.973","13296.494"],["14567.086","13297.961"],["14512.571","13264.326"],["14493.318","13228.324"],["14591.824","13187.019"],["14649.971","13253.693"],["14589.251","13220.965"],["14561.499","13214.461"],["14652.922","13296.817"],["14643.477","13279.494"],["14569.492","13227.079"],["14557.492","13249.352"],["14562.560","13197.595"],["14506.010","13244.727"],["14470.725","13219.959"],["14581.173","13381.388"],["14498.726","13324.992"],["14534.829","13274.253"],["14565.142","13297.444"],["14492.532","13226.110"],["14476.119","13220.588"],["14627.270","13380.082"],["14575.174","13350.264"],["14523.746","13331.179"],["14528.793","13290.273"],["14562.873","13309.103"],["14498.338","13241.932"],["20715.245","6497.461"],["20674.176","6456.206"],["20611.380","6610.161"],["20703.912","6520.632"],["20698.320","6462.002"],["20661.807","6561.028"],["20623.255","6505.999"],["20567.153","6557.791"],["20644.669","6590.111"],["20689.055","6592.690"],["20704.878","6575.250"],["20730.930","6535.993"],["20635.491","6570.756"],["20569.110","6522.696"],["20645.837","6459.344"],["20641.149","6549.418"],["20600.491","6607.271"],["20581.067","6457.642"],["20637.613","6499.509"],["20665.738","6611.069"],["20714.582","6622.005"],["20740.980","6589.140"],["20732.082","6512.046"],["20593.024","6498.138"],["20632.498","6468.212"],["20641.725","6548.476"],["20662.695","6559.657"],["20622.630","6538.600"],["20658.320","6505.603"],["20637.514","6547.750"],["20663.781","6580.648"],["20761.144","6555.151"],["20703.003","6507.967"],["20721.555","6529.866"],["20676.013","6601.609"],["7631.278","16357.764"],["7595.717","16428.641"],["7593.440","16413.852"],["7550.167","16426.942"],["7549.536","16525.212"],["7571.642","16560.118"],["7595.427","16361.003"],["7585.908","16371.919"],["7611.003","16375.732"],["7553.736","16427.912"],["7524.832","16487.240"],["7674.699","16547.562"],["7672.166","16556.926"],["7552.560","16519.735"],["7620.472","16364.772"],["7656.903","16389.760"],["7584.518","16473.129"],["7676.426","16394.433"],["7709.633","16361.382"],["15204.407","14025.157"],["15229.625","13909.636"],["15205.658","13839.691"],["15249.180","13882.658"],["15157.816","13876.668"],["15166.222","14009.073"],["15179.688","13963.628"],["15298.565","13911.626"],["15171.088","13991.437"],["15256.566","13927.060"],["15204.981","13851.249"],["15299.920","13861.386"],["15163.391","13883.899"],["11834.793","18433.003"],["11807.350","18417.955"],["7734.359","17965.628"],["7727.122","17863.002"],["7741.106","17867.650"],["7770.975","17849.698"],["7788.771","17941.572"],["7807.210","18036.003"],["7772.006","17989.145"],["7731.241","18017.605"],["7774.003","18033.294"],["7747.368","18005.808"],["7746.208","18021.915"],["7809.095","17936.753"],["7779.036","18023.137"],["7744.490","18012.200"],["7726.603","18033.790"],["7781.108","18033.492"],["7737.171","17991.770"],["7730.057","18033.344"],["4972.565","15649.001"],["4939.435","15615.564"],["4919.543","15626.117"],["4975.739","15681.675"],["4963.528","15664.740"],["4918.903","15678.436"],["4924.451","15615.894"],["4954.589","15693.929"],["4907.346","15676.210"],["4942.138","15602.701"],["4987.050","15697.287"],["4942.661","15680.117"],["4947.039","15532.243"],["4977.555","15568.799"],["4910.746","15617.376"],["4907.602","15641.525"],["4956.219","15554.091"],["4929.109","15514.312"],["4934.504","15510.430"],["4942.601","15515.486"],["4936.230","15704.008"],["4905.531","15689.452"],["4960.211","15605.178"],["4902.158","15613.747"],["4971.724","15618.000"],["4983.834","15561.391"],["4944.027","15507.094"],["4955.382","15513.356"],["4948.177","15517.913"],["4950.029","15697.607"],["4920.581","15681.491"],["4971.717","15644.796"],["4979.709","15579.017"],["4857.675","15617.973"],["4964.672","15563.758"],["4971.401","15562.380"],["4957.660","15553.836"],["4945.521","15533.423"],["4961.370","15525.065"],["4985.336","15546.169"],["4949.005","15523.345"],["4945.615","15665.246"],["4906.432","15698.555"],["4814.543","15661.321"],["4818.269","15693.096"],["4933.676","15590.677"],["4974.614","15622.915"],["5952.057","20186.223"],["5989.439","20186.418"],["5870.234","20230.380"],["5900.691","20281.717"],["5990.340","20267.465"],["5934.864","20194.453"],["5916.834","20178.986"],["5925.601","20188.482"],["5903.027","20164.060"],["5923.356","20196.694"],["5988.568","20177.830"],["6036.475","20178.787"],["5888.475","20235.615"],["5871.879","20246.631"],["5875.872","20237.059"],["5908.766","20238.513"],["6026.591","20356.466"],["6007.774","20313.146"],["6004.698","20258.679"],["5964.156","20367.376"],["5898.828","20188.640"],["5916.012","20195.864"],["5910.807","20165.629"],["5896.514","20182.738"],["6027.955","20163.015"],["5935.086","20211.916"],["5901.616","20204.616"],["5892.944","20239.883"],["5895.066","20259.305"],["6026.923","20361.838"],["6023.120","20344.145"],["5984.007","20263.782"],["6000.192","20320.050"],["5960.290","20355.535"],["5937.775","20163.371"],["5880.963","20187.789"],["6029.945","20264.393"],["5930.174","20245.705"],["5915.963","20203.789"],["5856.629","20221.567"],["5878.833","20213.045"],["5929.374","20255.702"],["5906.660","20245.116"],["6024.881","20185.079"],["3976.578","17857.128"],["3967.475","17921.244"],["4114.187","17921.942"],["4104.548","17868.737"],["3950.789","17913.874"],["3974.605","17896.401"],["3955.666","17981.838"],["4141.966","17895.220"],["4143.578","17923.891"],["4112.715","17883.793"],["4122.501","17892.216"],["4125.452","17858.415"],["4097.459","17894.716"],["4007.154","17881.950"],["3965.279","17883.123"],["4134.730","17896.558"],["4132.970","17947.111"],["4145.659","17879.268"],["4097.419","17892.546"],["4113.709","17922.957"],["4096.188","17899.557"],["4090.448","17910.458"],["4105.864","17931.642"],["4139.170","17932.039"],["4095.022","17956.797"],["4130.137","17947.251"],["3977.440","18000.791"],["3973.723","17970.684"],["4016.965","17905.506"],["4003.265","17904.366"],["4029.050","17910.559"],["4064.477","17914.605"],["4015.677","17902.430"],["3951.631","17948.210"],["3938.193","17856.394"],["3981.433","17869.078"],["4077.379","17860.695"],["4068.004","17845.650"],["12331.919","17395.528"],["12325.708","17402.979"],["12316.283","17409.280"],["12179.856","17393.992"],["12337.051","17400.863"],["12212.002","17390.805"],["12227.220","17398.372"],["12353.252","17409.252"],["12345.921","17409.370"],["12150.338","17393.332"],["12255.673","17392.333"],["12203.134","17405.130"],["12216.475","17391.515"],["12223.305","17409.008"],["12164.110","17396.473"],["12150.634","17401.541"],["12158.660","17379.939"],["12336.739","17396.866"],["12327.435","17405.952"],["12324.786","17406.984"],["5008.645","13980.026"],["4995.125","13990.133"],["5002.822","14011.603"],["5014.039","14010.464"],["5008.530","13972.941"],["5238.524","17833.194"],["5265.673","17842.623"],["5263.428","17876.696"],["5263.899","17854.736"],["5240.232","17854.716"],["5270.694","17861.591"],["5222.827","17844.810"],["5226.871","17903.974"],["5259.828","17901.203"],["5272.956","17911.303"],["5245.668","17920.257"],["5303.443","17937.312"],["5283.944","17955.278"],["5236.234","17889.834"],["5317.458","17941.386"],["5330.689","17945.094"],["5298.541","17973.613"],["5302.587","17970.819"],["5397.110","17899.289"],["5235.108","17960.876"],["5290.049","17892.634"],["5299.336","18002.261"],["4034.395","19764.786"],["4004.620","19756.485"],["4125.004","19821.423"],["4121.535","19867.986"],["4117.820","19876.136"],["3971.060","19778.301"],["4001.577","19871.723"],["3997.204","19944.538"],["4060.969","19761.874"],["4001.023","19772.961"],["3986.237","19775.917"],["4022.202","19749.334"],["4024.340","19799.508"],["4139.599","19897.725"],["4126.156","19912.957"],["4109.349","19885.467"],["3948.691","19780.514"],["4001.471","19788.739"],["3947.795","19800.686"],["4019.341","19892.698"],["4013.617","19891.938"],["4055.458","19759.524"],["4014.028","19802.513"],["4110.958","19795.775"],["4137.898","19825.255"],["4102.324","19914.790"],["4126.929","19863.758"],["4145.978","19895.707"],["4139.415","19844.806"],["4002.195","19795.923"],["3967.639","19793.297"],["3965.854","19746.202"],["4010.574","19893.044"],["4003.354","19847.644"],["3949.047","19941.301"],["4021.643","19741.209"],["4105.234","19799.095"],["4144.481","19882.593"],["3988.757","19809.251"],["3990.360","19866.587"],["14912.556","14609.239"],["14925.919","14582.746"],["15006.949","14488.695"],["14951.856","14575.591"],["15080.484","14647.045"],["15048.469","14648.814"],["15071.765","14502.048"],["15077.082","14575.869"],["14887.819","14614.739"],["14916.243","14525.218"],["14938.123","14580.021"],["14904.952","14497.229"],["15026.603","14498.587"],["14963.879","14633.196"],["9541.989","18413.870"],["9600.887","18417.570"],["9537.170","18416.215"],["9608.962","18343.796"],["9563.041","18328.453"],["9552.515","18405.646"],["9575.377","18323.598"],["9550.887","18408.602"],["9546.018","18359.997"],["9563.403","18351.030"],["9563.140","18320.988"],["9539.768","18381.748"],["10890.137","14174.933"],["11037.413","14221.290"],["10950.206","14231.866"],["10939.147","14099.204"],["10953.514","14039.497"],["10973.000","14141.525"],["11000.167","14233.298"],["11058.311","14157.625"],["11057.680","14125.383"],["10998.785","14145.945"],["11005.042","14128.915"],["11044.566","14078.078"],["11075.388","14071.168"],["10992.651","14228.681"],["10514.494","13788.517"],["10464.563","13730.584"],["10476.422","13769.521"],["10476.368","13775.470"],["10466.868","13764.003"],["10539.357","13799.727"],["10546.083","13812.723"],["10605.539","13754.695"],["10627.055","13795.018"],["10642.388","13814.746"],["10635.803","13811.224"],["10640.820","13782.024"],["10634.431","13776.624"],["10606.808","13624.210"],["10491.014","13711.468"],["10533.398","13720.257"],["10484.970","13661.863"],["10629.561","13622.609"],["10601.381","13703.128"],["10611.895","13699.919"],["10567.291","13676.979"],["10605.064","13665.663"],["10601.257","13644.153"],["10575.195","13744.524"],["10579.370","13746.369"],["10585.911","13790.881"],["10649.092","13789.180"],["10605.424","13712.079"],["10480.228","13698.300"],["7953.132","13669.401"],["7981.926","13642.242"],["8047.927","13636.657"],["8031.048","13618.784"],["8042.751","13671.309"],["7936.970","13641.591"],["7946.215","13677.896"],["7961.627","13652.451"],["13092.647","18958.325"],["13182.943","19023.561"],["9252.244","14953.647"],["9255.929","14967.018"],["9248.548","14899.765"],["9283.762","14900.237"],["9212.988","14874.601"],["9279.230","14926.298"],["9269.873","14929.804"],["9267.847","14895.943"],["9234.875","15025.912"],["9227.639","15024.299"],["9215.433","14899.465"],["9272.301","14906.352"],["9248.920","15076.174"],["9226.732","15044.154"],["9233.839","15039.686"],["9205.850","15079.843"],["9207.165","15083.855"],["9277.091","14873.457"],["9299.929","14891.586"],["9288.149","14934.799"],["9305.766","14944.315"],["9288.827","14942.571"],["9289.440","14950.919"],["9265.132","14964.764"],["9314.990","15048.883"],["9317.387","15050.469"],["9328.813","15054.715"],["9362.403","15061.554"],["9364.789","15064.333"],["9306.302","15011.536"],["9297.268","15044.125"],["9347.947","15015.152"],["9373.387","15017.597"],["9371.972","15019.825"],["9384.795","15030.637"],["9356.604","14976.122"],["9330.922","14993.681"],["9311.449","14948.398"],["9298.762","14960.437"],["9313.559","14958.299"],["9306.816","15000.200"],["9353.977","14998.010"],["9377.841","15012.797"],["9376.259","15053.852"],["9378.383","15073.624"],["9264.186","14886.309"],["9235.914","14980.979"],["4407.292","11348.135"],["4363.858","11405.485"],["4462.079","11362.838"],["4519.331","11375.352"],["4373.756","11354.692"],["4365.190","11376.120"],["4357.489","11344.198"],["4477.852","11328.849"],["4483.542","11361.545"],["4556.656","11297.533"],["4407.053","11340.374"],["4356.824","11316.608"],["4448.148","11336.595"],["4496.548","11378.020"],["4515.865","11313.327"],["4357.811","11303.413"],["4438.247","11329.411"],["4501.897","11362.421"],["4461.984","11285.165"],["4554.287","11300.612"],["4558.793","11312.519"],["4435.089","11359.981"],["4525.828","11349.621"],["4370.481","11354.378"],["4470.043","11361.267"],["4488.431","11279.371"],["4541.819","11286.194"],["4477.608","11348.653"],["4546.227","11293.246"],["19031.148","18411.181"],["18942.743","18399.917"],["6216.901","17186.351"],["6235.108","17187.210"],["6225.914","17189.555"],["6247.921","17171.950"],["6079.413","17167.859"],["6235.684","17171.322"],["6239.194","17158.896"],["6204.069","17175.511"],["6213.908","17190.860"],["6241.908","17158.120"],["6185.549","17177.031"],["6250.626","17137.059"],["6193.509","17184.727"],["14441.338","17242.555"],["14433.976","17204.761"],["14435.384","17260.788"],["13448.522","18635.241"],["13569.187","18657.133"],["13456.589","18582.974"],["13596.300","18526.283"],["13575.797","18602.401"],["13539.361","18525.637"],["13472.018","18466.638"],["13449.226","18532.959"],["13438.604","18591.740"],["13449.698","18633.659"],["13566.021","18558.917"],["13587.392","18642.732"],["13559.180","18466.832"],["13486.121","18571.665"],["13424.045","18512.926"],["13479.109","18474.220"],["13435.939","18632.995"],["13542.144","18645.908"],["13602.263","18665.820"],["13483.497","18582.660"],["13464.534","18635.410"],["13583.800","18551.799"],["13561.597","18565.111"],["13599.563","18614.903"],["13575.501","18593.896"],["13527.946","18563.969"],["13491.088","18524.943"],["13455.884","18501.617"],["13477.581","18520.605"],["13460.163","18551.555"],["13433.045","18634.531"],["13480.816","18599.440"],["13459.879","18617.276"],["13594.343","18572.955"],["13609.195","18572.361"],["13542.869","18621.163"],["13598.330","18603.227"],["13599.755","18469.837"],["13585.298","18482.670"],["13496.121","18578.122"],["13544.476","18541.706"],["13422.282","18480.676"],["13482.647","18509.441"],["13433.485","18520.589"],["13613.431","18472.023"],["13485.441","18480.694"],["13488.587","18644.357"],["13602.756","18642.682"],["13503.728","18624.724"],["13500.011","18623.354"],["13562.847","18542.947"],["13595.363","18564.467"],["13572.672","18612.112"],["13545.929","18590.890"],["13592.305","18500.936"],["13523.933","18538.568"],["13515.348","18580.930"],["13459.798","18498.595"],["13424.420","18507.166"],["13417.038","18559.829"],["13435.476","18511.125"],["13538.443","18596.643"],["13610.552","18667.290"],["13471.984","18612.090"],["13472.099","18630.422"],["13605.856","18567.671"],["13605.478","18551.898"],["13556.833","18649.652"],["13599.580","18635.069"],["13512.469","18570.591"],["13543.078","18571.533"],["13442.726","18477.257"],["13428.650","18546.138"],["13469.324","18516.427"],["25140.377","6200.972"],["24998.279","6019.140"],["18650.454","16876.715"],["18649.946","16836.516"],["18621.311","16838.828"],["18625.524","16776.131"],["18601.738","16962.920"],["18651.524","16790.785"],["18641.887","16890.107"],["14105.339","16278.153"],["14095.009","16302.923"],["14112.299","16300.029"],["14148.499","16303.659"],["14230.895","16251.096"],["14241.222","16239.894"],["14205.805","16239.259"],["14214.859","16274.571"],["14183.115","16302.334"],["14242.052","16314.173"],["14080.602","16263.223"],["14119.848","16301.103"],["14143.664","16286.879"],["14247.096","16290.142"],["14246.194","16269.764"],["14245.977","16257.207"],["14240.202","16232.727"],["14198.453","16254.552"],["14210.961","16267.766"],["14185.138","16286.017"],["14221.854","16343.273"],["14218.038","16343.917"],["14074.083","16265.906"],["14098.282","16287.018"],["14113.648","16300.938"],["14149.832","16294.162"],["14238.395","16274.436"],["14249.253","16258.533"],["14248.823","16254.195"],["14223.214","16266.456"],["14249.923","16247.689"],["14217.335","16237.442"],["14198.626","16274.092"],["14179.415","16302.665"],["14235.144","16331.547"],["14096.704","16281.456"],["14101.457","16282.064"],["14114.700","16300.756"],["14146.328","16284.121"],["14231.478","16305.304"],["14226.734","16251.840"],["14231.979","16245.030"],["14203.947","16246.443"],["14212.935","16266.825"],["14182.375","16303.639"],["14080.448","16264.569"],["14097.542","16305.664"],["14123.615","16309.047"],["14249.795","16165.566"],["14159.519","16289.984"],["14248.642","16296.484"],["14250.237","16250.281"],["14242.425","16249.115"],["14226.600","16233.420"],["14202.878","16246.063"],["14208.478","16269.963"],["14170.895","16293.796"],["4359.122","16432.144"],["4449.317","16430.102"],["4434.344","16405.202"],["4430.236","16394.065"],["4436.765","16518.804"],["4437.210","16469.806"],["4514.121","16562.801"],["4373.466","16395.722"],["4382.016","16417.247"],["4407.855","16453.416"],["4442.902","16452.430"],["4428.527","16435.552"],["4409.804","16431.032"],["4402.210","16393.372"],["4368.953","16411.241"],["4476.582","16541.914"],["4443.245","16497.665"],["4414.775","16477.351"],["4396.979","16475.834"],["4430.548","16491.870"],["4468.159","16561.025"],["4394.963","16353.525"],["4360.980","16453.234"],["4405.783","16443.028"],["4415.791","16417.605"],["4429.080","16445.251"],["4391.091","16370.729"],["4414.989","16357.137"],["4449.608","16544.936"],["4470.118","16556.728"],["4418.985","16495.551"],["4399.167","16494.513"],["4394.792","16522.407"],["4452.913","16561.770"],["4459.097","16544.164"],["4447.743","16468.681"],["4400.614","16563.605"],["4375.197","16501.099"],["4372.089","16535.005"],["4436.954","16434.336"],["4400.605","16459.990"],["4406.674","16429.288"],["4401.634","16379.586"],["4432.210","16374.219"],["12056.415","12783.643"],["12028.679","12776.669"],["12070.927","12892.266"],["12144.650","12898.834"],["12083.830","12834.365"],["12143.631","12874.647"],["11979.131","12780.939"],["27769.915","16794.868"],["15261.416","15696.764"],["15123.336","15682.172"],["15164.109","15606.594"],["15277.517","15634.033"],["15227.383","15665.575"],["15164.850","15652.593"],["15135.296","15638.937"],["15302.555","15667.702"],["15289.922","15700.138"],["15165.998","15683.372"],["15283.605","15618.782"],["15157.284","15619.955"],["15180.751","15685.602"],["15176.853","15681.638"],["28588.067","8534.855"],["28625.222","8565.045"],["28628.561","8652.394"],["28717.255","8566.246"],["28646.390","8664.516"],["10724.430","16770.650"],["10775.729","16761.453"],["10777.392","16750.585"],["10798.530","16687.280"],["10790.327","16698.280"],["10838.533","16726.276"],["10798.659","16769.634"],["10807.773","16746.809"],["10805.259","16757.409"],["10798.635","16712.477"],["10831.901","16669.506"],["10856.628","16669.923"],["10859.345","16714.226"],["18664.184","17136.196"],["18595.207","16994.438"],["4797.553","17883.116"],["4826.977","17873.728"],["4845.964","17862.306"],["4859.000","17864.097"],["4871.136","17855.159"],["4958.973","17876.387"],["4879.788","17864.142"],["4930.769","17840.460"],["4940.232","17934.424"],["4892.928","17921.518"],["4902.481","17906.303"],["4855.140","18034.249"],["4841.754","18002.192"],["4868.967","18020.825"],["4810.337","17921.192"],["4828.322","17900.040"],["4864.937","17913.700"],["4836.433","17912.991"],["4900.389","18023.094"],["4972.111","18021.170"],["4944.104","17998.336"],["4937.747","17916.528"],["4848.542","17864.733"],["4922.619","17841.446"],["4816.890","17891.128"],["4794.734","17888.555"],["4781.945","17865.940"],["4857.684","17868.474"],["4875.034","17864.920"],["4889.528","17836.419"],["4963.101","17875.347"],["4887.830","17854.332"],["4944.298","17902.552"],["4955.926","18018.224"],["4957.234","18029.910"],["4933.588","17942.269"],["4827.544","17909.507"],["4892.681","17912.782"],["4900.097","17901.662"],["4859.334","18031.408"],["4929.823","18006.960"],["4852.691","18025.611"],["4885.447","18004.623"],["4851.089","17994.565"],["4822.423","17997.400"],["4809.808","17984.436"],["4839.391","17912.426"],["4858.621","17902.272"],["4874.582","17894.975"],["4876.539","17866.023"],["4893.119","18012.078"],["4905.142","17999.147"],["4950.211","18027.492"],["4959.219","18008.741"],["4949.285","17987.585"],["4966.743","17935.278"],["4918.438","17937.222"],["4916.497","17899.270"],["4837.012","17867.822"],["4855.285","17876.278"],["4871.796","17855.437"],["4911.583","17854.592"],["4910.613","17853.998"],["4981.207","17954.515"],["4855.158","18026.222"],["4853.210","18000.032"],["4868.046","18010.486"],["4830.812","17964.238"],["4795.567","17902.051"],["4787.755","17909.401"],["4823.438","17922.038"],["4822.484","17931.964"],["4836.269","17950.315"],["4862.881","17919.629"],["4838.637","17910.480"],["4833.654","17911.058"],["4893.990","17870.251"],["4863.315","17867.510"],["4928.037","18012.177"],["4927.659","18026.463"],["4933.221","18019.400"],["4964.729","18001.870"],["4944.778","18013.051"],["4982.072","17946.161"],["4938.043","17928.948"],["4944.276","17903.448"],["4848.673","17900.060"],["4840.943","17878.012"],["4920.695","17855.154"],["4891.221","17843.164"],["4920.563","17833.759"],["4847.510","18018.427"],["4888.539","18019.685"],["4805.090","17887.551"],["4876.226","17905.313"],["4928.103","18006.215"],["4958.676","18014.438"],["4947.155","17904.472"],["4857.275","17892.231"],["4911.994","17846.516"],["4944.426","18021.361"],["4921.475","18018.031"],["4904.388","18008.249"],["4865.445","18000.131"],["4846.730","18031.369"],["4828.369","17943.555"],["4831.541","17927.150"],["4841.467","17912.276"],["4860.977","17908.427"],["4851.202","17914.051"],["4851.007","17920.153"],["4885.885","17922.022"],["4895.048","17901.673"],["4907.505","17913.823"],["4807.200","17897.128"],["4856.481","17876.906"],["4872.253","17867.446"],["4880.169","17849.459"],["4863.362","17858.036"],["4837.842","17855.435"],["4798.028","17877.231"],["5638.064","7932.058"],["5627.549","8014.317"],["5677.955","8029.674"],["5624.303","7920.931"],["5658.355","7975.390"],["5620.669","7929.775"],["5630.962","7957.126"],["5628.774","7974.124"],["6867.572","13605.766"],["6872.540","13610.935"],["6852.964","13617.088"],["6810.422","13625.746"],["6797.889","13632.451"],["6819.076","13670.371"],["6805.770","13658.661"],["6754.128","13673.690"],["6776.459","13661.359"],["6753.936","13631.241"],["6735.306","13622.415"],["6728.189","13651.310"],["6698.502","13636.447"],["6764.429","13617.015"],["6778.562","13610.303"],["6779.187","13607.529"],["6829.241","13607.791"],["6817.087","13617.519"],["6823.007","13656.614"],["6796.543","13685.928"],["6788.371","13680.280"],["6761.071","13664.177"],["6752.874","13663.919"],["6718.173","13641.054"],["6765.827","13614.521"],["6839.488","13626.090"],["6863.918","13631.906"],["6809.471","13651.510"],["6790.639","13661.766"],["6772.236","13686.109"],["6750.840","13632.022"],["6756.130","13624.002"],["6745.550","13636.407"],["6805.793","13605.822"],["6777.559","13609.279"],["6827.942","13605.644"],["6678.755","13660.255"],["27489.702","6863.006"],["27499.077","6858.877"],["25168.342","6794.723"],["25198.309","6793.518"],["11835.077","16766.737"],["11866.473","16728.007"],["11849.468","16623.282"],["11739.785","16649.497"],["11917.928","16566.298"],["11869.430","16750.324"],["11764.936","16571.054"],["11756.155","16602.963"],["11750.675","16609.675"],["16115.288","16188.441"],["16119.186","16187.565"],["16135.419","16173.643"],["16115.403","16166.046"],["12287.281","16816.655"],["12252.843","16869.127"],["12319.337","16852.592"],["12304.505","16844.172"],["12181.287","16897.344"],["12273.748","16864.717"],["12265.491","16829.589"],["12211.494","16805.993"],["12158.266","16930.603"],["12162.397","16898.953"],["12166.679","16938.500"],["12245.664","16873.621"],["12340.439","16785.553"],["12317.966","16787.437"],["12265.837","16835.204"],["12189.736","16836.677"],["12161.913","16813.440"],["12168.204","16826.329"],["12264.880","16826.449"],["12269.011","16845.246"],["12194.675","16883.603"],["7285.252","14029.617"],["7280.597","14036.342"],["7278.385","14060.348"],["7280.379","14129.783"],["7272.588","14136.703"],["7297.332","14168.689"],["7211.698","14176.451"],["7202.115","14189.326"],["7207.725","14199.963"],["7191.114","14180.399"],["7173.661","14171.570"],["7197.160","14169.763"],["7204.681","14170.506"],["7293.829","14041.083"],["7287.462","14054.350"],["7292.546","14220.527"],["7264.206","14128.041"],["7162.413","14219.652"],["7156.163","14031.691"],["7265.291","14040.048"],["7297.198","14035.654"],["7266.953","14065.316"],["7236.673","14080.263"],["8726.482","19093.035"],["8744.476","19076.421"],["8675.611","19094.477"],["6553.043","17163.193"],["6536.078","17077.651"],["6487.196","17141.380"],["6524.057","17038.926"],["6537.938","17076.678"],["6535.049","17101.188"],["6498.141","17004.860"],["6581.102","17150.344"],["6546.686","17063.283"],["6493.712","17193.618"],["6504.022","17126.665"],["6530.093","17034.830"],["6481.786","17094.571"],["6507.490","17086.382"],["6542.351","17112.105"],["6509.457","16995.826"],["6568.570","17158.767"],["6534.203","17067.742"],["6496.752","17148.663"],["6544.606","17097.488"],["6547.089","17160.534"],["6633.109","17177.842"],["6643.807","17163.015"],["6638.741","17136.502"],["6569.524","17161.591"],["6528.561","17072.763"],["6627.616","17178.057"],["6641.735","17154.972"],["6614.530","17131.517"],["6638.050","17138.699"],["6622.451","17177.181"],["6624.958","17171.768"],["6621.833","17153.480"],["25802.506","6903.693"],["25775.786","6995.534"],["25769.553","6996.409"],["7719.352","8870.819"],["7681.217","8942.251"],["5411.422","14406.117"],["5474.725","14401.715"],["5476.597","14381.778"],["5471.730","14354.600"],["5550.330","14386.579"],["5459.911","14426.475"],["5527.891","14442.793"],["5457.553","14405.018"],["5487.057","14394.792"],["5476.434","14352.734"],["5543.357","14399.642"],["5458.957","14420.910"],["5527.562","14423.652"],["5413.379","14390.345"],["5475.399","14411.674"],["5484.985","14382.654"],["5483.128","14338.877"],["5539.311","14392.359"],["5556.070","14441.085"],["5445.075","14424.758"],["5495.737","14441.307"],["5524.456","14376.025"],["5415.281","14430.991"],["5511.181","14426.047"],["5571.466","14428.175"],["5516.756","14422.033"],["5451.561","14437.871"],["5451.347","14409.944"],["5480.262","14394.601"],["5531.785","14402.439"],["5558.134","14388.764"],["5526.538","14380.688"],["5520.298","14314.144"],["5464.311","14333.963"],["5471.104","14360.123"],["5468.354","14430.621"],["5543.446","14349.706"],["5476.169","14310.907"],["27904.211","11589.255"],["27903.178","11601.903"],["27898.541","11582.796"],["27909.848","11604.798"],["27809.624","11501.498"],["27865.132","11513.408"],["27810.316","11491.865"],["27905.288","11585.326"],["27864.056","11500.122"],["27803.541","11499.557"],["27896.977","11655.373"],["27908.264","11675.369"],["27870.935","11581.403"],["27854.507","11506.775"],["27865.039","11521.087"],["27893.161","11662.014"],["10918.324","14846.220"],["10907.155","14845.058"],["10899.064","14863.917"],["10896.818","14856.936"],["10926.202","14840.625"],["10939.738","14824.969"],["7029.009","15961.129"],["6923.338","15996.142"],["6972.922","15976.810"],["7056.766","15994.683"],["7039.985","16007.212"],["7090.810","16073.674"],["6931.214","16007.917"],["6980.257","15988.222"],["7081.013","15993.777"],["7056.650","16003.799"],["7031.090","16091.890"],["7066.709","15999.073"],["7082.526","15934.745"],["7022.193","16004.840"],["7078.857","16134.344"],["7072.606","16025.996"],["7079.004","16008.671"],["7001.249","15960.979"],["7020.064","15941.435"],["7075.020","15957.970"],["7008.243","16011.752"],["7028.391","16014.857"],["7079.773","15999.616"],["7049.164","16009.542"],["7076.503","16112.736"],["7092.852","16106.758"],["7019.639","16114.327"],["7026.481","16098.918"],["7035.459","16067.558"],["6997.678","16051.835"],["6987.612","16065.129"],["6897.741","16057.535"],["6928.892","16067.048"],["6912.423","16118.548"],["6926.289","16114.138"],["6976.104","16058.264"],["7002.515","15980.203"],["7034.768","15957.785"],["7086.671","15945.881"],["7014.789","15996.161"],["7065.431","15973.010"],["7087.342","16106.956"],["7037.912","16131.090"],["7021.101","16093.933"],["7004.816","16060.538"],["6900.586","16064.224"],["6925.170","16123.354"],["6990.068","16026.026"],["7017.646","15956.464"],["7090.168","15932.998"],["7007.700","15994.807"],["7063.835","15975.784"],["7061.355","16094.586"],["7048.208","16121.626"],["7036.742","16096.609"],["7013.615","16046.748"],["6911.425","16090.929"],["6945.368","16131.331"],["12096.973","18668.262"],["12052.681","18639.938"],["12021.661","18517.063"],["12039.276","18500.878"],["12063.487","18633.580"],["12073.700","18626.214"],["12054.210","18509.532"],["12076.743","18519.342"],["12063.338","18621.771"],["12093.371","18659.756"],["12034.079","18523.703"],["12063.503","18485.536"],["12065.016","18610.178"],["12041.908","18614.240"],["11999.146","18563.943"],["12062.385","18497.559"],["12099.654","18663.059"],["12092.845","18632.457"],["18042.571","17297.335"],["18071.252","17334.180"],["18051.473","17327.678"],["18075.656","17302.305"],["12850.255","15250.040"],["12794.764","15249.751"],["12942.291","15291.103"],["12984.861","15261.129"],["12973.462","15289.522"],["12823.075","15249.344"],["12927.118","15275.741"],["12886.586","15275.874"],["12902.417","15272.206"],["12939.380","15268.967"],["12967.292","15274.152"],["12913.113","15269.087"],["12799.752","15238.325"],["12884.930","15276.912"],["12838.061","15107.711"],["12803.526","15114.027"],["12797.522","15169.974"],["12849.286","15226.331"],["12861.211","15224.680"],["12817.151","15245.399"],["12806.362","15237.752"],["12868.427","15093.656"],["7985.970","19031.333"],["8011.574","19095.315"],["8124.747","19057.849"],["8073.473","19086.094"],["8101.052","19068.766"],["7962.023","19011.151"],["8044.715","19074.406"],["8128.431","19065.512"],["8110.419","19078.831"],["8085.851","19071.776"],["8057.843","19096.371"],["8116.369","19064.068"],["7967.796","19007.600"],["7943.472","19018.864"],["8026.886","19082.763"],["8059.197","19054.814"],["8088.301","18904.375"],["8117.173","18931.331"],["7985.408","18909.142"],["8088.292","18933.693"],["8053.999","18960.778"],["7979.727","19038.554"],["7961.536","19031.584"],["8024.450","19093.859"],["7964.291","18942.542"],["8097.007","18965.128"],["8063.230","19020.276"],["8092.556","19020.821"],["7976.280","18921.247"],["8050.529","18943.519"],["7964.952","19095.690"],["7948.091","18896.051"],["8041.267","18974.079"],["8088.181","19035.007"],["8105.526","18945.254"],["7990.667","18900.312"],["8026.877","18935.741"],["7968.094","19056.433"],["7956.545","18921.848"],["8026.519","19008.054"],["13032.966","7783.188"],["13066.673","7716.472"],["13054.414","7790.521"],["13077.331","7710.047"],["12997.392","7737.305"],["13047.226","7776.119"],["13063.696","7692.409"],["13029.792","7802.891"],["13056.689","7694.540"],["13033.410","7786.194"],["13064.765","7692.723"],["12990.304","7751.294"],["8013.760","8508.243"],["7950.322","8376.906"],["7960.286","8430.963"],["7967.090","8405.592"],["8025.762","8518.371"],["9514.836","16818.215"],["9417.824","16863.675"],["9554.393","16812.950"],["9543.280","16840.524"],["9595.536","16816.130"],["9426.065","16792.913"],["9494.443","16885.095"],["9486.765","16854.189"],["9528.263","16832.611"],["9528.008","16791.246"],["5375.659","19036.285"],["5375.907","19042.635"],["5380.281","19028.241"],["5403.682","19041.732"],["5403.990","19008.043"],["5372.542","18983.683"],["5373.832","18993.013"],["5380.632","18987.232"],["5203.545","18933.266"],["5389.381","18986.065"],["8350.875","11881.216"],["8346.522","11900.520"],["8350.861","11785.231"],["8336.141","11758.517"],["8296.877","11728.367"],["8325.618","11747.891"],["8336.719","11731.730"],["8346.814","11735.365"],["8239.897","11848.434"],["8256.518","11897.055"],["8249.140","11853.024"],["8248.297","11776.127"],["8224.124","11908.602"],["8214.452","11866.819"],["8247.359","11820.076"],["8165.332","11910.742"],["8146.002","11891.198"],["8355.426","11743.483"],["8222.376","11807.348"],["8198.739","11830.905"],["8193.991","11769.531"],["8197.890","11759.006"],["8210.894","11725.139"],["8314.126","11896.739"],["8310.042","11912.857"],["8296.828","11740.780"],["8342.569","11904.420"],["8339.400","11891.271"],["8351.190","11750.291"],["8329.134","11778.493"],["8348.312","11755.892"],["8317.193","11764.952"],["8333.940","11748.849"],["8336.309","11734.967"],["8332.750","11729.918"],["8345.417","11745.128"],["8342.111","11737.711"],["8276.381","11711.076"],["8221.547","11850.586"],["8255.794","11886.188"],["8250.965","11858.111"],["8238.577","11764.302"],["8256.298","11910.813"],["8223.204","11889.714"],["8223.756","11863.478"],["8237.030","11825.510"],["8155.843","11892.740"],["8231.618","11827.413"],["8193.378","11836.289"],["8211.211","11799.308"],["8188.556","11738.850"],["8198.870","11744.201"],["8310.592","11835.578"],["8331.933","11892.370"],["8346.933","11894.211"],["8352.769","11749.994"],["8334.759","11781.532"],["8343.213","11758.732"],["8329.378","11726.108"],["8348.215","11737.619"],["8306.455","11719.835"],["8242.605","11703.530"],["8251.953","11863.133"],["8258.442","11895.552"],["8226.515","11875.409"],["8241.932","11790.209"],["8212.464","11859.683"],["8248.264","11813.949"],["8214.878","11821.690"],["8201.653","11825.880"],["8190.005","11763.668"],["8206.744","11786.061"],["8206.783","11718.127"],["8188.238","11711.277"],["9764.573","14305.092"],["9668.411","14251.244"],["9764.695","14427.359"],["9774.711","14440.307"],["9775.310","14329.181"],["9745.564","14353.587"],["9752.783","14263.822"],["9789.620","14239.252"],["9763.217","14396.613"],["9749.654","14409.681"],["9780.117","14400.750"],["9735.213","14429.960"],["9725.794","14443.891"],["9643.257","14270.972"],["9765.238","14415.583"],["9782.629","14368.950"],["9740.001","14258.270"],["9751.389","14439.134"],["9764.850","14341.303"],["9821.689","14378.960"],["4818.845","17218.017"],["4783.669","17219.859"],["4784.203","17215.517"],["4784.386","17255.861"],["4778.463","17242.173"],["4785.551","17208.102"],["4796.195","17256.654"],["4784.961","17272.178"],["4788.907","17235.980"],["4780.307","17263.904"],["4813.137","17224.078"],["4586.556","11097.774"],["4620.201","11246.792"],["4582.789","11128.030"],["4611.030","11090.607"],["4579.794","11152.995"],["4637.203","11104.159"],["4599.482","11161.980"],["4617.526","11107.436"],["5914.340","11391.382"],["5862.090","11339.509"],["5837.312","11385.913"],["5857.074","11290.971"],["5886.908","11304.245"],["5895.288","11352.648"],["5910.492","11394.078"],["5866.221","11399.896"],["5872.797","11435.673"],["5919.504","11373.842"],["5857.707","11386.078"],["5893.828","11444.217"],["5853.992","11362.409"],["5853.143","11322.812"],["5886.086","11300.644"],["5899.186","11343.697"],["5905.410","11389.834"],["5838.195","11392.646"],["5876.086","11442.642"],["5880.932","11348.965"],["5912.267","11369.383"],["5862.321","11343.951"],["5887.079","11311.892"],["5915.219","11332.979"],["5901.747","11316.022"],["5851.309","11384.559"],["5898.531","11428.952"],["5866.810","11297.539"],["5912.887","11346.372"],["5893.096","11407.576"],["5861.859","11440.363"],["5860.876","11402.473"],["5864.129","11439.058"],["5830.333","11424.950"],["5863.751","11436.812"],["8044.234","19704.053"],["8080.946","19710.315"],["8098.889","19733.716"],["8140.328","19727.808"],["8105.849","19657.825"],["8108.100","19707.702"],["8116.357","19701.641"],["8066.992","19729.181"],["8060.084","19731.559"],["7961.732","19703.931"],["7983.400","19713.325"],["8100.041","19686.645"],["8024.124","19710.353"],["8042.819","19694.854"],["8068.051","19686.549"],["8115.158","19663.754"],["8123.446","19688.313"],["5016.260","16830.478"],["5023.981","16790.244"],["5026.885","16814.689"],["4998.629","16838.488"],["5075.289","16775.665"],["5012.830","16795.463"],["5030.685","16805.243"],["5016.655","16805.936"],["5034.056","16815.185"],["5005.790","16786.495"],["5028.859","16810.792"],["5010.931","16828.480"],["5022.066","16823.608"],["5014.418","16819.611"],["13394.848","12718.076"],["13404.519","12741.693"],["13371.739","12723.212"],["23801.956","6414.794"],["23839.239","6412.973"],["23843.646","6253.523"],["23840.030","6216.177"],["23918.702","6316.555"],["23732.432","6388.239"],["23842.529","6372.247"],["23844.633","6275.158"],["23902.830","6288.016"],["14343.966","16399.120"],["14269.723","16432.044"],["14272.813","16563.902"],["14354.093","16512.752"],["14406.460","16488.622"],["14290.786","16424.906"],["14282.122","16392.405"],["14252.336","16556.058"],["14266.344","16364.082"],["14430.229","16479.631"],["14358.748","16494.800"],["14290.101","16478.353"],["14305.475","16391.999"],["14388.250","16541.059"],["14424.025","16369.591"],["14389.254","16423.773"],["14325.043","16403.128"],["14286.447","16489.376"],["14298.355","16496.362"],["14259.584","16393.810"],["14256.871","16358.649"],["14265.264","16541.805"],["14344.789","16442.465"],["14301.894","16486.908"],["14358.271","16557.838"],["14383.830","16467.962"],["14363.781","16464.841"],["14332.006","16397.973"],["14290.593","16526.281"],["14376.061","16478.256"],["14268.713","16372.175"],["14276.515","16440.797"],["14350.381","16480.186"],["14254.904","16402.300"],["14274.920","16452.226"],["19654.087","6215.895"],["19528.018","6206.696"],["7131.839","15700.603"],["7102.838","15709.226"],["10265.741","14009.154"],["10254.365","13996.752"],["10321.193","13954.415"],["10371.350","13970.019"],["10327.823","13995.588"],["10375.412","13975.618"],["10299.413","13941.978"],["10297.435","14002.647"],["10331.703","13963.912"],["10305.345","14005.137"],["13910.585","13618.852"],["13930.990","13605.399"],["13919.746","13615.450"],["13931.618","13648.893"],["13889.321","13715.617"],["13872.582","13611.495"],["13924.600","13735.391"],["14008.383","13735.442"],["13888.728","13799.616"],["13891.713","13760.448"],["13853.037","13611.809"],["14005.733","13726.006"],["13935.531","13618.522"],["13866.100","13633.426"],["13962.644","13665.119"],["13904.277","13786.797"],["13967.166","13721.732"],["14039.189","13719.901"],["13981.974","13747.083"],["14005.703","13721.727"],["13980.755","13760.588"],["13971.164","13774.418"],["13830.568","13667.694"],["13850.354","13611.529"],["13850.997","13704.129"],["13857.896","13615.753"],["13848.148","13612.490"],["13841.548","13609.937"],["13880.397","13637.337"],["14019.741","13815.377"],["13976.120","13672.683"],["13923.828","13645.712"],["14018.727","13766.635"],["14015.668","13778.014"],["13998.759","13740.320"],["13992.774","13738.328"],["13969.081","13783.131"],["13989.171","13691.108"],["13863.746","13714.709"],["13906.470","13810.958"],["14000.949","13717.633"],["13985.529","13749.344"],["13900.322","13634.145"],["13909.564","13642.748"],["13862.077","13628.442"],["13839.387","13660.076"],["13916.681","13815.717"],["13959.682","13799.035"],["13958.886","13775.642"],["14001.920","13660.774"],["14035.849","13767.395"],["13926.081","13719.272"],["16616.783","18042.807"],["16640.036","17955.088"],["16658.439","17961.746"],["16679.429","18033.754"],["16632.292","17890.836"],["16606.009","17873.544"],["16596.475","17936.168"],["16673.130","18022.903"],["5670.402","7454.430"],["5641.277","7417.867"],["5800.012","7453.026"],["5749.740","7467.767"],["5692.409","7356.167"],["5698.052","7318.958"],["5746.371","7420.518"],["5673.217","7405.392"],["5685.099","7430.207"],["5622.017","7419.366"],["5660.319","7374.315"],["5680.008","7342.492"],["5671.598","7319.942"],["5671.868","7407.853"],["5674.349","7449.508"],["5627.560","7419.915"],["5792.146","7451.055"],["5712.837","7409.520"],["5698.791","7366.687"],["5677.822","7419.381"],["5629.995","7360.173"],["5736.899","7395.434"],["5694.765","7428.800"],["5749.021","7471.284"],["5779.102","7449.454"],["5799.556","7433.961"],["5637.185","7396.108"],["5625.949","7370.809"],["5693.758","7369.257"],["5676.130","7460.707"],["5791.586","7445.342"],["5794.536","7448.615"],["5807.442","7419.099"],["5820.251","7361.411"],["4562.300","13948.628"],["17745.658","17542.570"],["17715.253","17556.728"],["17760.839","17540.282"],["17743.050","17547.830"],["17661.841","17532.308"],["17684.184","17486.711"],["17717.717","17553.612"],["17738.643","17550.844"],["17706.750","17500.286"],["5733.330","20349.539"],["5632.381","20276.608"],["5724.866","20206.506"],["5692.189","20237.268"],["5792.075","20180.329"],["5797.736","20270.248"],["5721.487","20328.433"],["5620.029","20324.238"],["5728.337","20241.436"],["5728.896","20251.312"],["5670.396","20251.454"],["5729.672","20262.454"],["5758.424","20219.321"],["5779.658","20212.534"],["5823.493","20204.435"],["5822.391","20270.248"],["5752.216","20367.387"],["5731.586","20362.883"],["5705.024","20345.889"],["5637.184","20327.525"],["5704.060","20211.097"],["5710.179","20220.957"],["5703.307","20245.162"],["5662.781","20280.241"],["5800.118","20191.163"],["5807.898","20169.181"],["5811.421","20241.677"],["5793.345","20228.052"],["5675.616","20347.425"],["5649.339","20281.893"],["5707.037","20241.783"],["5717.567","20242.272"],["5820.911","20256.128"],["5637.387","20196.125"],["5646.528","20183.484"],["5785.112","20208.462"],["5751.000","20184.746"],["12973.790","17657.494"],["12810.214","17652.980"],["12915.452","17656.352"],["12823.349","17690.795"],["12985.089","17629.814"],["12902.222","17666.197"],["12898.133","17663.735"],["12823.969","17651.695"],["12937.294","17662.232"],["12900.235","17621.689"],["12963.494","17658.501"],["12902.475","17643.024"],["12812.324","17685.750"],["12930.988","17676.800"],["12969.316","17637.593"],["12906.370","17674.158"],["12810.362","17625.829"],["12931.538","17674.156"],["12862.916","17679.490"],["12977.461","17709.717"],["12940.189","17662.578"],["12811.530","17624.921"],["12965.665","17656.470"],["12855.860","17667.599"],["12977.698","17823.520"],["12977.971","17684.862"],["12938.396","17667.203"],["12804.234","17663.224"],["12789.556","17654.401"],["12881.222","17654.372"],["15698.580","16020.317"],["15655.479","16019.086"],["15644.556","16087.921"],["15720.838","16135.335"],["15682.117","16030.647"],["7846.493","16101.327"],["7916.626","15980.496"],["7728.229","16067.291"],["7837.855","16095.513"],["7889.688","16028.382"],["7885.393","16007.739"],["7899.257","15978.464"],["7874.098","15997.194"],["7880.498","16014.449"],["7917.726","15959.614"],["7910.750","16062.384"],["7905.884","16041.088"],["7912.739","16112.082"],["7807.068","15962.332"],["10014.163","16137.184"],["9971.628","16133.567"],["10018.291","16139.628"],["10001.235","16117.051"],["9962.146","15964.935"],["10011.737","16108.197"],["10005.126","16116.785"],["9996.292","16072.018"],["9995.700","16070.630"],["9985.910","16038.321"],["9985.614","16049.552"],["9988.251","16080.612"],["9981.310","16073.147"],["9954.412","15958.861"],["10003.793","16045.373"],["10023.225","16135.317"],["9863.294","15947.064"],["9859.462","15938.311"],["9920.893","15950.546"],["9911.107","15949.077"],["9953.350","16073.947"],["9940.406","16078.539"],["9980.799","16051.500"],["9992.444","16056.075"],["9973.239","16134.542"],["9999.689","16135.053"],["9864.166","15946.189"],["9867.899","15935.520"],["9928.179","15934.378"],["9910.334","15941.034"],["9938.202","16076.012"],["9943.449","16066.879"],["9975.651","16056.174"],["9986.391","16051.715"],["13207.329","14123.375"],["13201.086","14219.718"],["13207.674","14127.917"],["13221.978","14225.736"],["13266.112","14210.241"],["8444.515","15917.134"],["8368.736","15830.082"],["8391.895","15891.362"],["8421.709","15907.687"],["8464.324","15918.507"],["8392.908","15773.813"],["8520.903","15898.061"],["13956.338","17366.370"],["13914.496","17344.273"],["13878.115","17345.891"],["13971.490","17335.005"],["13954.582","17286.351"],["13911.194","17312.115"],["13916.655","17321.859"],["13979.714","17302.933"],["13928.941","17279.084"],["13865.316","17273.728"],["13855.876","17304.562"],["13855.284","17320.532"],["13869.034","17290.871"],["13846.501","17268.757"],["13835.067","17336.385"],["13983.822","17402.853"],["13901.536","17372.283"],["13934.595","17398.740"],["13884.315","17355.569"],["13892.556","17393.488"],["13963.365","17337.763"],["13920.471","17322.387"],["13957.181","17330.942"],["13957.049","17278.424"],["13958.003","17283.511"],["13933.661","17302.866"],["13940.865","17339.762"],["13927.148","17331.785"],["13929.632","17342.156"],["13911.507","17324.683"],["13852.849","17252.258"],["13845.086","17267.452"],["13891.846","17330.028"],["13846.599","17300.251"],["13901.928","17287.353"],["13968.230","17361.531"],["13920.023","17389.624"],["13942.461","17311.372"],["13908.332","17334.014"],["13846.879","17309.434"],["13855.580","17316.172"],["13855.645","17292.638"],["13991.046","17309.307"],["13979.977","17345.542"],["13907.625","17264.122"],["13881.190","17367.675"],["13909.579","17401.994"],["13887.243","17374.677"],["13879.973","17358.575"],["13843.951","17269.665"],["13832.784","17292.225"],["13855.333","17276.238"],["13900.284","17256.436"],["13950.290","17266.615"],["13956.984","17296.492"],["13938.349","17275.352"],["13973.427","17343.794"],["13917.654","17353.208"],["13950.516","17359.087"],["13848.326","17260.136"],["13893.376","17234.174"],["13888.277","17320.334"],["13841.665","17331.862"],["12211.262","19086.544"],["12201.746","19045.442"],["12238.400","19057.362"],["12212.496","19099.030"],["12216.163","19071.879"],["12281.862","18959.201"],["12312.931","18979.845"],["12227.282","19079.327"],["12299.962","18985.626"],["12205.012","19089.847"],["12197.815","19041.264"],["12278.573","18975.386"],["12291.583","18971.951"],["12222.956","19064.860"],["12195.818","19081.854"],["12227.552","19027.672"],["12239.970","19045.987"],["12521.436","14185.636"],["12516.884","14195.438"],["12531.318","14148.986"],["12517.350","14169.269"],["12401.494","14076.796"],["12545.977","14196.337"],["12619.002","14212.975"],["12509.059","14188.085"],["12500.680","14179.805"],["12525.388","14194.701"],["12553.448","14209.385"],["12581.294","14234.728"],["12523.824","14211.526"],["12434.223","14224.788"],["12381.815","14212.882"],["12492.286","14028.100"],["12474.622","14034.260"],["12469.751","14034.013"],["12537.071","14029.316"],["12409.549","14185.975"],["12396.075","14152.710"],["12365.285","14168.607"],["12474.769","14229.616"],["12435.529","14179.855"],["12405.187","14214.897"],["13332.614","14402.633"],["13318.387","14410.824"],["13222.995","14405.782"],["13406.065","14349.677"],["13398.704","14384.155"],["13326.200","14401.774"],["13293.882","14419.352"],["13232.206","14381.273"],["13233.193","14391.546"],["13349.721","14424.505"],["13290.229","14387.455"],["13238.834","14409.597"],["13263.552","14363.458"],["13320.549","14414.047"],["13350.467","14425.922"],["13360.117","14372.045"],["13314.682","14277.617"],["13351.556","14256.333"],["13233.270","14257.409"],["3419.915","16527.463"],["3322.467","16535.210"],["3373.504","16366.470"],["3325.069","16395.568"],["3499.244","16555.887"],["3447.246","16495.597"],["3489.252","16545.523"],["3365.705","16536.744"],["3401.116","16502.294"],["3375.609","16533.460"],["3335.987","16526.325"],["3476.006","16489.857"],["3347.797","16387.890"],["3359.376","16370.070"],["3341.319","16403.049"],["3332.404","16397.302"],["3452.920","16546.150"],["3467.607","16515.316"],["3406.149","16553.887"],["3389.488","16515.407"],["3339.572","16532.485"],["3362.418","16486.672"],["3442.733","16509.114"],["3463.572","16479.436"],["3362.649","16386.024"],["3316.827","16389.212"],["3403.708","16386.388"],["3349.970","16440.126"],["3323.621","16391.984"],["3484.450","16549.239"],["3389.570","16546.109"],["3351.151","16483.897"],["3468.046","16490.683"],["3367.254","16361.796"],["3305.332","16412.381"],["3345.425","16475.872"],["13823.227","9531.472"],["13720.885","9494.239"],["13630.415","9484.398"],["13671.768","9568.546"],["13721.059","9473.494"],["13720.949","9408.604"],["13813.826","9387.168"],["13791.171","9485.015"],["13758.269","9479.986"],["13645.777","9479.510"],["13662.919","9579.297"],["13756.184","9396.212"],["13720.434","9431.099"],["13697.277","9401.369"],["13731.229","9380.776"],["13806.945","9504.305"],["13640.041","9570.115"],["13724.381","9459.935"],["13707.228","9389.478"],["13736.064","9398.827"],["13828.853","9390.569"],["13787.328","9485.276"],["13817.351","9566.131"],["13713.286","9489.086"],["13671.554","9556.390"],["13716.585","9428.936"],["13808.303","9479.847"],["13798.644","9430.611"],["13792.076","9487.823"],["13706.921","9494.305"],["13651.192","9564.830"],["13635.587","9570.379"],["13752.878","9383.479"],["13739.151","9435.212"],["13819.470","9481.449"],["13697.874","9553.372"],["13784.812","9436.886"],["13624.713","9490.891"],["13827.227","9567.316"],["13819.092","9486.866"],["13681.032","9520.011"],["13743.545","9464.665"],["13653.847","9560.148"],["14758.740","13008.664"],["14730.233","13020.338"],["14816.657","12994.982"],["14800.587","12990.464"],["14878.967","12989.991"],["14789.147","12977.355"],["2685.616","11041.211"],["2744.966","11019.527"],["2669.292","11030.592"],["2700.270","10974.105"],["2763.228","10981.426"],["2732.754","11037.049"],["2751.891","10994.490"],["2709.140","11040.021"],["2776.098","11015.920"],["2754.533","11032.462"],["2738.914","11042.640"],["11262.716","14673.817"],["11212.060","14664.487"],["11276.581","14680.341"],["11168.853","14666.506"],["11119.286","14700.226"],["11120.268","14669.689"],["11117.885","14664.549"],["11284.460","14670.019"],["11102.702","14698.277"],["11264.492","14668.879"],["11126.025","14697.286"],["11291.620","14713.419"],["11286.510","14776.269"],["11276.797","14788.628"],["11099.566","14707.591"],["11297.075","14666.732"],["11247.471","14807.995"],["11112.649","14792.949"],["11156.353","14740.954"],["11176.951","14751.597"],["11107.683","14750.112"],["11107.989","14750.141"],["11122.012","14686.551"],["11283.802","14680.853"],["6991.603","15715.402"],["6975.194","15694.835"],["6976.161","15708.052"],["6988.598","15693.105"],["16035.550","13989.167"],["15383.036","12009.597"],["15323.145","12016.548"],["15305.808","12060.878"],["15326.698","12011.378"],["15484.195","12030.268"],["15513.480","11985.376"],["15476.795","12085.312"],["15379.093","11970.437"],["15420.238","11999.057"],["15365.958","12002.139"],["15353.977","12105.753"],["15486.695","12001.415"],["15452.130","12073.540"],["15472.947","12104.281"],["15492.222","12074.511"],["15401.649","11998.555"],["15354.223","12111.153"],["15393.248","11978.975"],["15509.458","11999.582"],["15512.016","11988.778"],["15478.528","12053.184"],["15464.581","12057.652"],["15497.469","12078.805"],["15380.589","11974.929"],["15369.429","11996.309"],["15357.967","12081.568"],["16404.536","17312.241"],["16501.876","17378.508"],["16390.348","17220.089"],["16403.396","17257.808"],["16402.073","17266.817"],["16438.781","17333.441"],["16483.699","17365.400"],["16447.435","17347.344"],["16438.894","17321.438"],["16429.751","17358.142"],["16547.490","17359.509"],["16540.393","17377.813"],["16443.427","17211.297"],["16531.411","17378.595"],["16457.000","17315.343"],["16544.119","17377.533"],["16538.764","17356.734"],["16449.225","17329.816"],["9570.924","11981.901"],["9598.594","11957.347"],["9464.761","12079.439"],["9499.284","12083.535"],["9473.799","12030.107"],["9459.489","12058.811"],["9399.841","12046.443"],["9610.101","12058.723"],["9598.588","12040.110"],["9551.776","12122.000"],["9428.359","12095.760"],["9422.619","12103.390"],["9585.332","11995.130"],["9564.476","11981.521"],["9481.718","12112.288"],["9469.087","12093.081"],["9467.549","12066.540"],["9464.897","12046.597"],["9439.996","12047.648"],["9614.920","12051.390"],["9611.121","12043.529"],["9414.428","12105.455"],["9449.154","11936.406"],["9411.568","11953.362"],["9602.184","11995.634"],["9591.143","11987.042"],["9473.939","12096.169"],["9475.394","12030.636"],["9589.509","12051.275"],["9567.589","12118.363"],["9427.043","12113.399"],["9421.584","11927.995"],["9565.500","12110.758"],["9551.125","12008.463"],["9427.734","12005.425"],["9488.438","11955.267"],["9523.586","11995.894"],["9447.494","12123.361"],["9433.195","12013.810"],["9487.701","11945.853"],["9428.690","11949.613"],["9604.914","11976.509"],["9511.338","12085.407"],["9523.783","11953.054"],["9518.701","11934.177"],["9485.948","12113.006"],["9460.011","12117.366"],["9436.907","12103.940"],["9433.601","12105.740"],["9427.329","12001.401"],["9426.161","12016.512"],["9482.361","11977.052"],["9468.956","11982.056"],["9495.866","11983.380"],["9484.551","11975.684"],["9609.931","12009.242"],["9551.701","11958.704"],["9603.740","12015.267"],["9584.836","11977.083"],["9525.175","12059.662"],["9521.589","12047.407"],["9481.879","11922.913"],["9420.707","12102.949"],["9418.766","12102.454"],["9410.421","12018.643"],["9482.493","11990.297"],["9462.328","11981.181"],["9492.528","11975.783"],["9495.751","11976.361"],["9618.979","12115.990"],["9493.388","11955.762"],["9545.016","11938.107"],["9540.767","12052.923"],["9449.024","12112.511"],["9461.188","11943.805"],["8043.442","13346.307"],["8001.584","13346.581"],["8086.286","13351.982"],["8066.000","13347.299"],["8072.316","13291.090"],["7978.560","13298.267"],["8079.657","13354.101"],["8071.050","13348.785"],["8063.122","13284.814"],["7944.333","13328.557"],["8072.511","13236.227"],["8075.513","13351.609"],["8050.942","13347.584"],["8057.267","13339.867"],["8072.711","13280.619"],["7976.159","13314.452"],["7938.622","13373.348"],["7952.423","13361.316"],["7960.187","13372.662"],["7976.495","13290.761"],["7979.143","13290.546"],["7964.463","13307.866"],["7948.082","13318.304"],["8044.418","13266.356"],["8039.122","13281.484"],["8043.315","13298.233"],["8093.196","13310.389"],["8100.285","13295.426"],["8138.785","13286.794"],["8143.785","13289.354"],["8033.245","13344.160"],["8096.571","13290.809"],["8084.607","13295.511"],["8081.289","13304.016"],["8095.743","13320.125"],["8134.024","13339.640"],["8035.621","13335.132"],["8022.627","13339.406"],["8029.853","13330.579"],["8034.417","13310.770"],["8057.415","13332.209"],["8053.626","13341.069"],["8062.309","13304.386"],["8071.717","13321.296"],["8063.052","13315.563"],["8046.143","13284.231"],["8019.644","13271.369"],["8008.471","13256.390"],["7952.917","13356.031"],["7995.294","13295.881"],["7982.909","13293.090"],["7965.236","13305.901"],["7959.447","13310.063"],["8047.395","13268.008"],["8044.960","13265.630"],["8050.930","13290.223"],["8089.726","13313.841"],["8100.877","13306.112"],["8137.141","13299.461"],["8092.262","13296.027"],["8078.407","13282.976"],["8086.914","13303.422"],["8095.069","13313.436"],["8123.547","13338.186"],["8038.877","13337.428"],["8020.506","13342.709"],["8040.659","13327.259"],["8039.944","13320.861"],["8058.402","13321.194"],["8048.840","13342.588"],["8058.609","13329.108"],["8057.411","13319.411"],["8048.100","13277.971"],["8022.719","13275.399"],["8009.474","13265.341"],["7974.249","13362.753"],["13459.420","15747.055"],["13488.278","15751.866"],["13498.725","15761.956"],["13494.234","15754.838"],["13514.350","15763.458"],["13466.502","15750.248"],["13468.756","15750.133"],["13454.038","15767.121"],["13466.766","15759.424"],["13504.208","15789.209"],["13508.764","15801.926"],["13523.902","15821.517"],["13526.945","15828.024"],["13528.467","15825.629"],["13530.655","15824.341"],["13522.026","15818.636"],["13449.207","15913.093"],["13446.436","15917.334"],["13416.278","15879.562"],["13418.580","15884.713"],["13526.376","15813.570"],["13525.937","15823.197"],["13503.351","15763.577"],["13494.780","15750.511"],["13495.876","15750.180"],["13483.173","15756.006"],["13503.474","15753.648"],["2535.838","10954.198"],["2528.227","10993.081"],["2568.200","10989.655"],["2569.454","11011.387"],["2539.295","10998.393"],["2643.072","11044.062"],["2541.032","11049.626"],["2492.133","10965.584"],["2648.620","11022.478"],["2593.692","11033.962"],["2466.201","11021.393"],["2596.981","11054.960"],["2635.296","11058.932"],["2466.871","10964.347"],["2617.700","11060.992"],["7735.334","17334.756"],["7768.026","17339.091"],["10473.931","14480.160"],["10512.184","14453.282"],["10550.849","14471.858"],["10573.474","14504.594"],["10588.666","14588.999"],["10579.349","14627.777"],["10604.855","14481.206"],["10614.047","14540.338"],["10582.678","14644.797"],["10638.287","14641.443"],["10626.445","14632.027"],["10624.327","14656.478"],["10594.079","14567.532"],["10462.932","14502.353"],["10482.349","14643.564"],["10484.835","14450.895"],["10543.484","14454.191"],["10565.652","14462.527"],["10557.435","14507.053"],["10587.569","14555.088"],["10584.291","14599.982"],["10575.237","14627.595"],["10616.763","14467.664"],["10626.234","14536.722"],["10607.461","14510.568"],["10576.839","14656.160"],["10621.256","14654.124"],["10632.283","14641.177"],["10579.167","14573.451"],["10617.507","14560.359"],["10615.127","14508.190"],["10575.746","14524.337"],["10578.766","14529.566"],["10587.661","14545.261"],["10565.390","14555.675"],["10467.119","14455.255"],["10484.349","14563.154"],["10491.854","14562.716"],["10584.364","14586.403"],["10574.059","14576.294"],["10493.902","14650.864"],["10495.545","14603.201"],["10488.505","14577.804"],["10505.571","14531.876"],["10579.614","14576.653"],["19678.028","5262.030"],["19624.788","5196.217"],["19632.156","5263.517"],["19656.432","5345.284"],["19679.146","5269.627"],["19719.196","5168.356"],["19578.949","5181.172"],["19684.854","5326.556"],["19707.025","5155.606"],["19645.002","5261.320"],["19697.962","5299.437"],["16630.763","17303.272"],["16652.201","17281.755"],["16706.191","17263.223"],["16613.798","17327.841"],["16637.448","17309.553"],["16644.630","17300.365"],["16639.515","17300.085"],["16715.455","17267.911"],["16723.679","17256.763"],["16626.052","17332.046"],["16639.635","17297.860"],["16698.132","17242.447"],["16772.890","17235.732"],["16644.207","17302.187"],["16641.382","17305.414"],["16769.705","17315.934"],["16746.754","17237.639"],["16712.517","17247.606"],["16734.846","17275.871"],["16569.506","17347.777"],["16603.881","17341.851"],["16642.649","17304.638"],["16675.024","17254.189"],["16641.888","17303.624"],["16736.921","17268.444"],["16719.715","17258.018"],["16694.413","17330.474"],["16610.366","17316.000"],["16744.071","17295.717"],["16619.116","17322.705"],["14237.834","12876.316"],["14226.367","12764.240"],["14222.061","12872.848"],["14213.064","12786.377"],["14169.593","12924.396"],["14068.295","12961.293"],["14218.969","12893.343"],["14101.333","12809.230"],["14217.652","12797.558"],["14089.028","12804.418"],["14161.674","12865.244"],["14125.902","12953.091"],["14091.007","12956.153"],["14174.981","12763.297"],["14228.130","12890.718"],["14042.741","12815.066"],["14098.216","12943.012"],["14215.071","12897.637"],["14150.770","12774.940"],["14110.008","12832.140"],["14101.500","12765.622"],["14087.651","12767.026"],["14092.963","12763.740"],["14125.271","12827.669"],["14204.388","12782.574"],["14200.655","12840.097"],["14129.524","12959.302"],["14162.922","12962.461"],["14145.380","12786.058"],["14227.190","12827.064"],["14231.877","12764.372"],["14215.529","12819.434"],["14042.151","12914.532"],["14122.156","12764.984"],["14210.949","12824.270"],["14219.600","12888.746"],["14222.873","12915.980"],["14135.725","12766.487"],["14058.217","12767.880"],["2688.998","17876.848"],["2787.678","17869.991"],["2697.304","17842.497"],["2748.188","17904.459"],["2748.796","17876.251"],["2673.242","17877.784"],["2703.899","17856.105"],["2695.823","17860.614"],["2761.017","17914.451"],["2752.711","17938.001"],["2696.564","17893.182"],["2762.250","17870.173"],["14038.267","15463.960"],["13968.658","15356.132"],["13961.454","15381.979"],["13917.611","15300.143"],["13887.587","15320.469"],["13850.657","15314.672"],["13978.811","15326.960"],["13986.545","15347.992"],["14002.718","15296.861"],["13891.072","15411.943"],["13933.973","15393.854"],["13870.839","15440.207"],["13840.313","15460.182"],["13846.401","15471.695"],["13878.692","15445.433"],["14014.897","15455.805"],["14015.492","15442.766"],["14019.125","15449.628"],["13970.880","15504.098"],["13934.815","15411.478"],["14028.052","15454.322"],["13962.280","15501.058"],["13958.790","15358.990"],["13977.754","15351.987"],["14029.883","15317.224"],["14036.806","15311.215"],["14013.538","15296.188"],["13901.387","15313.120"],["13990.324","15321.312"],["13994.127","15331.064"],["13995.761","15315.078"],["13912.701","15399.556"],["13928.430","15393.144"],["13880.273","15435.560"],["13854.754","15453.347"],["13872.866","15464.525"],["14007.975","15449.270"],["13845.475","15325.493"],["14037.658","15339.244"],["13979.124","15429.637"],["13989.152","15355.224"],["13897.604","15309.173"],["13973.992","15333.451"],["13985.295","15339.420"],["14004.643","15318.843"],["13899.000","15398.879"],["13919.005","15386.009"],["13859.223","15429.329"],["13864.598","15489.135"],["13865.484","15455.491"],["14004.472","15453.746"],["13909.294","15442.193"],["13893.507","15452.691"],["13884.703","15489.591"],["13997.173","15359.526"],["13852.137","15300.975"],["13966.689","15499.500"],["14003.475","15439.122"],["14013.115","15448.683"],["14000.598","15349.454"],["3605.081","16539.957"],["3562.517","16512.946"],["3628.390","16395.493"],["3597.031","16356.060"],["3529.221","16463.185"],["3642.340","16410.607"],["3638.674","16392.846"],["3613.012","16389.477"],["3611.429","16557.976"],["3654.604","16549.355"],["3540.050","16516.513"],["3571.054","16497.900"],["3666.351","16401.884"],["3605.616","16359.496"],["3526.606","16404.985"],["3527.790","16438.940"],["3628.672","16404.232"],["3647.570","16368.724"],["3665.171","16400.542"],["3683.674","16404.968"],["3584.608","16409.510"],["3600.381","16376.298"],["3516.465","16545.879"],["3644.077","16531.997"],["3650.295","16522.451"],["3576.695","16527.661"],["3554.787","16526.059"],["3673.867","16396.418"],["3681.696","16372.190"],["3529.271","16449.444"],["3574.813","16412.747"],["3611.962","16381.738"],["3610.251","16400.698"],["3638.477","16400.146"],["3690.204","16395.736"],["3575.052","16386.273"],["3566.335","16384.093"],["3539.244","16558.893"],["3647.433","16532.493"],["3556.350","16489.676"],["3525.932","16436.364"],["3657.620","16375.611"],["3686.059","16447.478"],["3614.065","16389.890"],["4362.545","18379.544"],["6441.885","19081.102"],["6446.505","19024.633"],["6414.685","19012.967"],["6342.934","19062.790"],["6300.734","18987.075"],["6448.857","19042.274"],["6442.114","19056.277"],["6402.352","19051.869"],["6438.472","19023.744"],["13729.053","16264.409"],["13768.611","16233.411"],["13796.425","16198.670"],["13783.136","16168.207"],["13788.590","16233.481"],["13785.649","16236.409"],["13767.639","16332.591"],["13700.857","16209.732"],["13676.226","16232.201"],["13706.287","16209.766"],["13726.672","16183.060"],["13685.887","16186.819"],["13659.074","16186.173"],["13703.303","16159.833"],["13796.948","16255.320"],["13785.587","16255.303"],["13714.069","16281.730"],["13729.568","16295.427"],["13762.849","16278.351"],["13765.872","16304.724"],["13780.947","16260.619"],["13621.657","16348.047"],["13651.310","16162.636"],["13625.811","16346.758"],["13733.938","16266.193"],["13795.975","16235.563"],["13759.285","16232.932"],["13788.958","16187.076"],["13783.826","16163.748"],["13781.353","16240.302"],["13790.685","16310.539"],["13725.317","16187.470"],["13718.728","16187.717"],["13716.576","16156.100"],["13701.174","16298.196"],["13734.124","16305.914"],["13781.138","16278.863"],["13773.339","16291.776"],["13764.105","16274.558"],["13745.048","16351.347"],["13640.955","16348.397"],["13743.955","16252.171"],["13774.939","16238.189"],["13750.996","16229.761"],["13787.115","16197.794"],["13791.853","16177.142"],["13751.718","16214.761"],["13771.962","16232.920"],["13775.636","16323.999"],["13717.403","16227.701"],["13701.335","16237.179"],["13724.050","16189.452"],["13728.942","16178.568"],["13696.216","16185.976"],["13678.975","16195.735"],["13703.928","16157.091"],["13797.079","16240.572"],["13771.569","16241.585"],["13779.601","16242.768"],["13664.147","16243.045"],["13729.316","16310.351"],["13729.799","16306.277"],["13785.349","16275.577"],["13775.592","16294.980"],["13764.845","16259.694"],["13739.225","16345.765"],["13652.123","16234.156"],["13642.875","16340.655"],["13740.583","16263.303"],["13759.022","16243.617"],["13784.583","16200.106"],["13702.995","16216.701"],["13687.164","16241.102"],["13708.869","16193.630"],["13698.289","16175.456"],["13666.442","16203.497"],["13719.234","16153.599"],["13713.467","16158.544"],["13787.364","16259.730"],["13723.230","16271.689"],["13723.039","16293.561"],["13770.744","16282.232"],["13778.339","16295.922"],["13776.128","16254.393"],["13651.592","16341.200"],["13768.414","16238.663"],["13803.596","16191.700"],["13789.830","16169.528"],["13780.169","16232.556"],["13792.113","16238.473"],["13768.001","16331.815"],["13704.854","16232.738"],["13682.115","16232.597"],["13717.471","16201.128"],["13717.396","16182.482"],["13691.578","16174.366"],["13671.558","16207.675"],["13720.961","16152.211"],["13706.099","16155.407"],["13763.326","16254.513"],["13786.854","16251.571"],["13705.993","16286.784"],["13709.947","16305.270"],["13765.280","16305.484"],["13764.236","16263.889"],["5925.484","16569.259"],["12440.136","17607.230"],["12363.435","17610.928"],["12412.688","17618.940"],["12400.928","17620.344"],["4135.511","11807.136"],["4112.865","11781.617"],["4128.885","11780.362"],["5039.839","15950.483"],["5003.892","15998.372"],["5052.208","16069.107"],["5028.446","16021.311"],["5021.001","16026.167"],["5047.044","16069.485"],["5020.790","16125.631"],["5001.622","16118.319"],["4993.373","16066.315"],["5007.017","15988.298"],["5040.535","16043.392"],["5002.662","16033.467"],["5046.452","16059.180"],["5042.047","16117.436"],["5001.737","16105.355"],["4994.886","16059.494"],["5040.992","15937.588"],["5054.510","15966.552"],["5003.185","15979.363"],["5055.547","16076.506"],["5045.206","16032.261"],["5007.810","16035.796"],["5043.639","16078.717"],["5017.287","16140.165"],["4992.296","16116.899"],["5004.048","16069.370"],["3315.050","18446.976"],["3380.135","18453.617"],["3414.571","18420.404"],["3312.747","18406.018"],["3355.642","18448.644"],["3393.457","18425.508"],["3389.954","18413.122"],["3419.028","18419.777"],["3313.914","18361.595"],["3413.923","18261.002"],["3318.306","18433.417"],["3357.172","18409.899"],["3386.862","18445.178"],["3409.723","18414.707"],["3332.927","18305.146"],["3409.951","18441.697"],["3415.976","18430.410"],["3396.034","18385.297"],["3323.890","18403.011"],["3334.055","18408.791"],["3329.676","18274.108"],["3383.064","18260.945"],["10482.908","7579.995"],["10498.571","7619.945"],["10498.565","7590.341"],["3048.395","13076.953"],["3049.833","13050.472"],["3056.471","13066.681"],["3045.294","13055.972"],["3003.271","13168.166"],["3056.899","13041.214"],["3022.432","13048.342"],["3010.462","13079.539"],["3052.695","13077.412"],["3013.225","13066.872"],["3016.218","13046.888"],["3038.603","13069.365"],["5549.352","19491.750"],["5618.158","19484.024"],["5533.184","19514.178"],["5612.330","19467.952"],["5518.066","19484.139"],["5565.618","19496.457"],["5524.124","19485.909"],["5581.233","19329.709"],["5582.318","19324.259"],["5610.634","19423.284"],["15380.768","5229.970"],["15375.554","5243.298"],["15326.367","5186.176"],["15375.669","5232.249"],["15318.365","5191.782"],["15356.239","5234.919"],["15363.821","5225.357"],["15335.750","5191.171"],["15402.456","5210.626"],["10784.151","17681.129"],["10794.976","17644.519"],["10785.919","17692.801"],["10817.658","17699.516"],["10820.565","17690.292"],["10825.980","17657.274"],["10842.117","17664.250"],["10860.859","17678.539"],["10871.063","17682.294"],["10750.229","17627.599"],["10768.939","17638.877"],["10742.272","17660.682"],["10730.823","17680.984"],["10726.726","17692.149"],["10713.399","17724.831"],["10695.495","17696.995"],["10703.337","17733.800"],["10737.329","17739.005"],["10726.243","17760.325"],["10832.749","17783.416"],["10768.561","17765.979"],["10781.913","17800.534"],["10743.401","17794.356"],["10710.859","17781.550"],["10685.862","17743.208"],["10679.024","17754.695"],["10678.557","17737.850"],["10692.767","17639.828"],["10691.134","17663.857"],["10789.582","17664.288"],["10782.959","17714.370"],["10797.395","17683.876"],["10836.665","17665.393"],["10865.718","17689.164"],["10734.456","17622.083"],["10765.288","17629.695"],["10743.439","17648.361"],["10737.434","17664.947"],["10718.584","17680.043"],["10712.132","17716.111"],["10699.410","17701.719"],["10687.205","17675.264"],["10682.326","17711.604"],["10698.929","17722.405"],["10734.714","17753.968"],["10733.233","17755.007"],["10829.550","17797.780"],["10775.288","17777.738"],["10780.893","17797.710"],["10718.984","17782.838"],["10703.284","17761.770"],["10679.820","17754.005"],["10681.923","17655.781"],["10803.118","17656.311"],["10783.436","17714.040"],["10814.155","17684.339"],["10833.015","17688.112"],["10830.075","17674.483"],["10860.110","17672.887"],["10855.958","17664.550"],["10872.774","17700.791"],["10736.265","17632.520"],["10771.521","17630.124"],["10755.330","17635.044"],["10744.739","17661.359"],["10721.546","17674.923"],["10711.496","17687.194"],["10719.139","17722.271"],["10687.370","17699.671"],["10692.435","17686.594"],["10682.918","17693.569"],["10691.692","17740.390"],["10729.961","17733.275"],["10711.424","17748.780"],["10765.514","17762.270"],["10770.897","17766.194"],["10775.482","17783.854"],["10854.042","17796.170"],["10709.478","17777.652"],["10706.573","17753.265"],["10686.142","17749.021"],["10677.593","17752.399"],["10680.166","17765.566"],["10676.420","17628.553"],["10709.412","17656.955"],["10690.936","17645.641"],["10795.714","17681.014"],["10804.516","17659.382"],["10788.929","17711.926"],["10815.274","17689.739"],["10862.314","17666.612"],["10846.205","17673.865"],["10874.731","17684.193"],["10730.163","17627.401"],["10766.308","17630.735"],["10729.024","17635.281"],["10736.547","17656.860"],["10743.110","17645.356"],["10737.418","17677.400"],["10723.091","17701.860"],["10712.741","17703.923"],["10695.363","17693.527"],["10677.501","17683.076"],["10683.707","17700.522"],["10700.936","17739.234"],["10731.325","17734.941"],["10748.607","17762.336"],["10760.762","17781.954"],["10783.023","17808.148"],["10709.807","17788.304"],["10693.465","17762.233"],["10672.877","17731.655"],["10673.147","17634.796"],["10694.116","17638.210"],["10684.867","17669.406"],["10800.484","17682.533"],["10803.118","17664.700"],["10791.248","17703.123"],["10799.073","17687.889"],["10822.226","17691.481"],["10849.239","17651.665"],["10857.109","17681.561"],["10855.767","17696.976"],["10740.509","17630.522"],["10768.528","17638.514"],["10749.278","17637.164"],["10730.230","17671.322"],["10717.976","17695.502"],["10713.070","17726.697"],["10693.554","17688.787"],["10684.820","17687.898"],["10694.455","17726.385"],["10742.247","17738.427"],["10711.095","17745.279"],["10763.080","17754.409"],["10765.716","17761.074"],["10764.709","17775.200"],["10777.299","17801.294"],["10720.119","17772.070"],["10703.547","17774.041"],["10678.853","17729.246"],["10704.066","17638.425"],["10687.828","17662.239"],["16842.159","14310.612"],["16810.489","14300.630"],["16811.917","14299.191"],["16815.912","14374.129"],["16824.547","14341.827"],["16862.421","14368.791"],["16870.471","14384.267"],["16896.526","14438.915"],["16845.685","14262.195"],["8133.322","14251.482"],["8111.862","14301.301"],["8132.323","14390.223"],["8105.828","14340.649"],["8079.956","14322.926"],["8087.623","14299.445"],["8034.298","14313.606"],["8029.455","14315.441"],["8104.268","14249.407"],["8122.813","14425.114"],["8105.266","14358.310"],["8073.811","14342.797"],["8009.434","14315.916"],["7948.571","14319.790"],["8134.974","14284.930"],["8107.066","14253.632"],["8110.176","14295.891"],["7954.692","14371.474"],["8145.264","14301.975"],["8133.470","14379.538"],["8032.385","14294.371"],["7982.498","14290.762"],["7997.275","14284.819"],["8047.945","14248.458"],["8073.552","14251.568"],["8087.609","14256.773"],["8106.335","14262.034"],["8100.756","14287.827"],["7959.037","14371.367"],["8071.498","17072.937"],["8065.831","17068.864"],["8043.035","17089.066"],["8058.316","17063.922"],["8114.704","17027.210"],["8036.673","17014.455"],["7985.590","17100.170"],["8136.140","17140.162"],["8110.630","17153.929"],["8113.528","17152.451"],["8106.782","17139.658"],["8039.960","17091.568"],["8031.061","17069.423"],["8026.385","17087.117"],["8023.132","17115.790"],["8011.982","17144.605"],["8019.465","17163.108"],["8024.165","17163.177"],["8023.569","17156.486"],["8142.644","17138.054"],["7999.638","17168.288"],["8122.824","17153.078"],["8026.918","17093.284"],["8004.378","17149.130"],["7997.807","17148.656"],["8047.613","17053.640"],["8083.051","17018.087"],["8017.940","17060.456"],["8136.269","17138.152"],["8106.005","17145.177"],["8012.695","17163.304"],["8079.326","17065.272"],["8379.784","14192.283"],["8399.471","14127.663"],["8518.685","14102.703"],["8372.337","14203.365"],["8389.190","14131.507"],["8398.733","14146.942"],["8382.268","14110.996"],["8392.476","14176.859"],["8460.299","14201.018"],["8445.352","14206.615"],["8428.635","14076.923"],["8535.050","14130.532"],["8370.308","14191.495"],["8556.448","14064.669"],["8550.609","14055.602"],["8480.329","14100.655"],["8502.780","14067.922"],["8388.870","14156.193"],["8357.074","14111.679"],["8369.442","14089.012"],["8460.510","14105.891"],["8496.481","14060.722"],["8544.178","14052.150"],["8376.330","14039.014"],["4537.696","17155.070"],["4508.465","17169.982"],["4392.236","16990.976"],["4435.210","17155.449"],["4396.358","17186.483"],["4480.259","17197.266"],["4485.408","17040.078"],["4449.156","17042.167"],["4383.142","17082.219"],["4410.653","17074.876"],["4519.555","17153.700"],["4509.386","17157.744"],["4398.075","16990.365"],["4364.025","17186.830"],["4432.825","17146.415"],["4424.010","17148.248"],["4508.927","17030.863"],["4490.079","17039.831"],["4419.484","17057.510"],["4415.586","17027.254"],["4380.856","17085.522"],["4389.721","17084.102"],["4357.199","17118.956"],["4408.738","17188.784"],["4383.864","16986.847"],["4366.097","17009.143"],["4367.446","17188.746"],["4473.533","17114.607"],["4452.348","17155.796"],["4382.806","17173.337"],["4420.026","17167.639"],["4422.759","17188.017"],["4459.289","17047.857"],["4514.552","17015.586"],["4461.771","17042.085"],["4406.853","17023.753"],["4448.408","17011.469"],["4450.349","17010.412"],["4390.807","17069.700"],["4383.307","17040.089"],["4403.778","17097.701"],["4364.074","17116.577"],["4442.241","17187.017"],["4564.129","17142.294"],["4372.584","17196.847"],["4397.939","17136.788"],["4373.627","17084.284"],["4421.714","17104.172"],["4376.352","17103.743"],["4432.079","17036.901"],["4447.934","17022.169"],["4510.636","17094.859"],["4537.942","17090.573"],["4493.600","17051.415"],["4461.608","17100.050"],["4472.924","17111.891"],["4497.299","17166.278"],["4545.490","17145.568"],["4447.630","17137.002"],["4444.176","17168.629"],["4380.939","17003.658"],["4373.028","17050.810"],["15849.287","15909.990"],["15819.134","15905.936"],["7921.992","15642.665"],["7927.742","15604.179"],["7777.261","15587.012"],["7913.974","15673.703"],["7883.964","15624.647"],["7774.171","15581.396"],["7780.047","15578.919"],["7870.600","15613.867"],["7933.847","15678.158"],["7929.759","15584.883"],["7857.576","15639.159"],["7892.566","15654.624"],["6197.543","14615.186"],["6079.912","14609.055"],["6242.782","14527.259"],["6148.627","14519.155"],["6094.497","14530.437"],["6224.604","14537.185"],["6178.398","14614.725"],["6103.633","14603.594"],["6172.186","14524.801"],["6105.795","14517.053"],["6126.564","14516.292"],["6211.579","14614.958"],["6095.915","14603.044"],["6162.938","14510.544"],["6112.889","14534.894"],["6250.592","14583.660"],["6213.670","14577.718"],["6177.839","14583.642"],["6139.478","14584.359"],["6086.766","14544.142"],["6146.448","14546.843"],["6166.016","14539.413"],["6195.723","14455.242"],["6184.829","14613.354"],["6100.377","14602.603"],["6154.055","14536.036"],["6092.792","14471.191"],["6209.532","14517.038"],["6199.743","14510.253"],["6096.903","14590.892"],["6056.817","14595.254"],["6048.345","14544.075"],["6197.492","14618.703"],["6109.521","14612.495"],["6176.448","14521.955"],["6098.215","14513.704"],["6179.858","14486.108"],["6239.161","14591.703"],["6219.443","14576.628"],["6182.954","14596.623"],["6140.719","14597.512"],["6104.794","14545.750"],["6147.369","14549.436"],["6104.172","14598.423"],["6063.812","14583.370"],["6057.028","14579.092"],["6062.993","14544.156"],["6089.042","14453.107"],["6248.486","14571.967"],["6226.795","14570.715"],["6189.566","14592.891"],["6155.616","14578.550"],["6118.396","14550.638"],["6137.698","14537.033"],["6169.568","14547.902"],["6104.830","14584.567"],["6050.095","14590.537"],["6069.375","14542.290"],["6045.079","14551.425"],["13171.407","17759.626"],["13124.158","17735.982"],["13168.793","17667.114"],["13087.361","17655.415"],["13124.771","17741.246"],["13011.168","17656.476"],["13083.555","17810.552"],["13019.129","17734.698"],["13060.886","17788.267"],["13148.973","17767.157"],["13078.463","17629.014"],["13040.708","17665.229"],["13165.010","17695.091"],["13082.304","17737.150"],["13127.480","17708.222"],["13045.889","17726.605"],["13019.028","17755.814"],["12996.652","17652.589"],["13072.781","17770.164"],["13190.635","17681.697"],["13090.880","17695.068"],["13015.132","17733.684"],["13192.897","17729.233"],["13105.973","17802.228"],["13084.639","17735.804"],["13002.560","17681.823"],["13059.756","17810.315"],["13083.850","17761.626"],["13193.119","17656.874"],["13069.588","17784.717"],["13108.117","17704.812"],["13016.217","17714.609"],["13046.004","17646.434"],["13136.177","17751.203"],["13018.191","17714.219"],["13065.179","17768.779"],["13019.077","17790.381"],["13108.818","17821.601"],["13186.328","17780.772"],["13057.907","17662.976"],["13109.656","17779.380"],["13173.250","17806.612"],["13076.456","17676.736"],["13036.776","17732.198"],["13005.798","17629.466"],["13174.493","17754.931"],["13050.543","17677.324"],["13035.201","17827.611"],["13018.090","17753.948"],["13142.366","17624.849"],["13078.670","17807.976"],["13079.913","17651.745"],["13074.968","17729.636"],["13079.844","17669.453"],["13038.339","17737.284"],["13020.338","17634.899"],["13121.736","17809.684"],["13038.849","17691.262"],["13195.055","17670.833"],["13019.735","17817.813"],["13037.040","17631.719"],["13118.208","17779.148"],["13153.185","17671.045"],["13068.716","17816.327"],["13090.107","17660.700"],["13171.029","17806.199"],["13074.342","17734.642"],["13189.016","17769.299"],["13019.836","17727.084"],["13194.380","17663.120"],["13044.982","17784.452"],["13060.936","17765.641"],["12997.771","17808.762"],["5358.998","18270.257"],["5272.443","18258.667"],["5380.473","18261.608"],["5297.065","18295.293"],["12766.496","14453.232"],["12658.950","14478.485"],["12653.490","14463.935"],["12706.014","14552.039"],["12703.635","14555.246"],["12641.863","14634.235"],["12658.755","14628.653"],["12700.783","14601.852"],["12708.382","14610.444"],["12671.804","14612.869"],["12581.439","14635.624"],["7374.177","18450.754"],["7374.256","18319.247"],["7351.634","18284.761"],["7443.441","18434.781"],["7346.460","18361.952"],["7343.723","18295.694"],["7454.329","18368.514"],["7398.014","18425.940"],["7416.136","18344.811"],["7362.029","18280.104"],["7400.115","18306.769"],["7421.261","18384.139"],["7334.872","18382.046"],["7393.540","18364.077"],["7305.847","18329.115"],["7321.011","18333.343"],["7338.857","18333.980"],["7307.146","18332.230"],["7364.888","18352.318"],["7318.244","18348.536"],["7513.606","18359.719"],["7483.089","18317.125"],["7472.678","18297.637"],["7490.384","18267.284"],["7496.782","18263.354"],["7318.292","18445.058"],["7356.418","18310.098"],["7327.991","18315.080"],["7328.600","18321.125"],["7323.037","18402.286"],["7343.826","18374.722"],["7350.973","18455.952"],["7342.519","18444.887"],["7321.992","18457.306"],["7385.196","18458.795"],["7388.223","18457.904"],["7509.389","18298.609"],["7485.852","18344.177"],["7304.502","18439.758"],["7359.041","18358.436"],["7362.594","18417.181"],["7335.290","18369.272"],["7336.450","18416.927"],["7377.677","18434.061"],["7493.590","18313.741"],["7437.102","18297.835"],["7351.171","18318.256"],["7323.271","18301.504"],["7317.148","18381.658"],["7335.562","18453.789"],["7405.690","18460.199"],["13998.141","12382.525"],["13938.582","12456.058"],["13969.581","12384.119"],["13946.469","12429.159"],["14021.985","12470.551"],["13957.178","12339.630"],["13980.677","12444.739"],["13984.838","12490.436"],["13994.384","12342.858"],["14040.680","12439.840"],["13988.575","12467.453"],["14002.157","12495.457"],["14030.351","12545.554"],["13928.191","12523.296"],["13969.115","12477.637"],["13957.486","12459.503"],["14028.295","12407.156"],["13995.516","12433.415"],["14001.993","12494.351"],["13994.786","12381.848"],["13939.678","12340.274"],["13980.123","12397.761"],["13935.152","12472.741"],["13948.936","12428.515"],["14010.357","12443.911"],["13960.661","12456.019"],["13983.588","12485.432"],["13978.917","12446.060"],["14025.519","12348.969"],["14018.213","12431.186"],["21555.659","16392.314"],["6510.043","7819.145"],["6477.702","7734.708"],["6496.011","7767.302"],["6611.736","7865.392"],["6593.182","7885.152"],["6527.726","7816.005"],["6513.742","7883.048"],["6495.301","7871.977"],["6543.394","7799.044"],["6506.258","7769.531"],["6630.922","7860.816"],["6617.905","7826.832"],["6556.026","7813.349"],["6466.183","7717.712"],["6486.603","7772.686"],["6582.883","7822.160"],["6554.620","7829.393"],["6480.530","7782.929"],["6610.499","7805.613"],["6572.155","7773.821"],["6538.947","7715.228"],["6588.747","7843.693"],["6562.051","7837.673"],["6567.919","7729.985"],["6494.637","7796.803"],["6472.159","7788.429"],["6465.218","7768.406"],["6619.754","7885.276"],["6561.784","7874.318"],["6541.821","7812.537"],["12086.235","18867.765"],["12136.580","18827.534"],["12101.991","18886.609"],["12099.195","18879.160"],["12082.797","18829.796"],["12082.600","18870.077"],["12125.676","18832.984"],["12098.225","18831.018"],["11966.258","18732.181"],["12111.728","18868.475"],["12078.620","18834.916"],["13412.140","16822.552"],["13411.301","16834.344"],["13412.718","16778.388"],["12250.963","15330.150"],["12342.922","15350.988"],["12172.091","15306.343"],["12284.364","15337.579"],["12179.295","15304.724"],["12244.775","15325.531"],["12172.798","15301.570"],["12204.521","15370.362"],["9740.163","13060.035"],["9756.258","12986.027"],["9771.792","13085.601"],["9793.469","13060.712"],["9822.280","13030.261"],["9814.993","13017.164"],["9783.876","13142.637"],["9787.955","13136.014"],["9806.746","12988.747"],["9747.565","13030.043"],["9773.321","13172.504"],["9753.919","12987.931"],["9763.047","12987.435"],["9821.358","13019.773"],["9793.268","13137.699"],["9789.255","13138.458"],["9714.690","12972.397"],["9757.959","13027.715"],["13400.291","12957.953"],["13313.326","12761.434"],["13375.793","12897.425"],["13293.723","12933.224"],["13352.280","12902.505"],["13367.403","12878.340"],["13345.385","12886.806"],["13396.546","12882.200"],["13282.042","12876.053"],["13281.050","12952.081"],["13234.371","12827.573"],["13403.608","12894.680"],["13229.860","12833.532"],["13390.187","12885.398"],["13292.530","12968.461"],["13284.077","12942.963"],["13291.074","12909.125"],["13303.873","12891.588"],["13292.299","12955.357"],["13246.937","12966.208"],["13294.454","12966.786"],["13320.245","12802.834"],["13387.354","12854.120"],["13405.504","12851.415"],["13393.641","12904.474"],["13373.504","12911.938"],["13239.718","12807.908"],["13339.486","12764.930"],["13388.405","12928.641"],["13200.985","12793.061"],["13210.713","12837.425"],["12549.832","13323.476"],["12433.130","13364.245"],["12432.824","13319.333"],["12450.117","13249.255"],["12509.591","13205.449"],["12445.020","13215.382"],["12404.783","13255.154"],["12430.825","13284.492"],["12378.971","13188.400"],["12378.731","13197.922"],["12363.312","13330.844"],["12362.406","13227.624"],["4744.435","17380.776"],["4750.582","17381.965"],["4762.105","17295.628"],["4771.194","17321.044"],["4767.406","17387.738"],["4775.043","17292.120"],["4773.147","17360.554"],["4763.150","17335.459"],["4776.677","17321.322"],["4771.531","17409.023"],["4769.359","17386.749"],["4764.298","17366.601"],["4772.344","17328.784"],["14240.964","14226.069"],["14221.601","14234.888"],["14080.729","14084.066"],["14150.703","14077.450"],["14078.373","14159.605"],["14155.083","14127.731"],["14221.218","14140.610"],["14159.708","14180.907"],["14051.324","14195.826"],["14172.189","14142.644"],["14094.738","14089.729"],["14128.914","14216.424"],["14169.889","14193.574"],["14160.201","14198.545"],["14177.830","14104.246"],["14150.955","14131.859"],["14247.920","14046.478"],["14085.714","14232.683"],["14057.219","14198.626"],["14068.222","14198.841"],["14190.478","14034.758"],["14157.205","14136.798"],["14102.353","14093.329"],["14225.963","14064.925"],["14205.247","14122.691"],["14195.774","14158.925"],["14061.380","14197.222"],["14116.714","14187.628"],["14066.068","14232.994"],["13857.142","8804.776"],["13853.573","8812.489"],["13906.636","8864.104"],["13860.349","8817.311"],["13900.400","8790.093"],["14002.289","8806.862"],["14029.725","8906.884"],["13875.609","8767.484"],["14021.998","8749.611"],["14008.501","8759.630"],["13896.349","8788.816"],["13974.279","8849.026"],["14035.383","8893.227"],["13950.833","8858.234"],["13985.432","8883.464"],["13876.234","8775.210"],["16151.238","13431.230"],["4400.621","20285.361"],["4451.009","20261.894"],["4467.011","20300.638"],["4506.262","20221.620"],["4460.895","20233.005"],["4552.769","20202.791"],["4550.098","20257.881"],["4536.986","20247.471"],["4506.963","20276.616"],["4437.661","20286.878"],["4437.003","20248.100"],["4438.197","20269.259"],["4426.963","20271.555"],["4464.264","20278.342"],["4538.844","20194.271"],["4528.647","20221.323"],["4459.777","20247.142"],["4489.349","20235.647"],["4532.785","20218.001"],["4564.430","20195.904"],["4501.525","20253.813"],["4538.581","20261.377"],["4396.542","20279.198"],["4454.470","20252.096"],["4451.865","20272.629"],["4464.579","20307.641"],["4454.067","20266.303"],["4440.498","20276.261"],["4536.393","20178.994"],["4507.397","20220.464"],["4501.093","20240.701"],["4481.932","20210.296"],["4562.318","20263.629"],["4557.397","20252.657"],["4501.657","20284.234"],["4436.115","20243.112"],["4409.470","20300.175"],["4434.151","20314.379"],["4447.011","20282.570"],["4470.576","20176.697"],["4466.948","20236.423"],["4492.446","20260.436"],["4522.066","20164.837"],["12296.087","17993.862"],["12356.105","18013.598"],["12326.372","17956.896"],["12348.472","18027.438"],["12344.289","18036.964"],["12334.853","17984.267"],["12344.590","17997.942"],["12304.996","18027.765"],["12329.261","18021.426"],["12293.159","18019.444"],["12304.223","18035.758"],["12307.271","17977.958"],["12338.077","17994.391"],["12311.142","17960.860"],["12345.873","18026.942"],["12325.199","18025.043"],["13550.143","16408.455"],["13535.181","16418.230"],["13561.977","16397.515"],["13556.051","16393.450"],["13553.514","16376.980"],["13534.783","16379.595"],["13548.513","16380.658"],["13525.403","16360.309"],["13519.832","16370.249"],["13516.940","16382.561"],["13536.317","16440.927"],["13553.577","16438.722"],["13525.833","16426.810"],["13526.293","16419.412"],["13553.537","16358.672"],["15183.291","9268.461"],["15200.031","9198.324"],["15129.306","9323.013"],["15154.454","9265.122"],["15219.538","9248.403"],["15206.827","9201.657"],["15178.962","9253.154"],["15176.133","9198.413"],["15096.395","9311.072"],["15178.352","9229.598"],["15206.646","9237.297"],["15200.130","9245.921"],["15179.225","9204.557"],["15126.510","9316.638"],["15180.490","9245.139"],["15112.302","9196.692"],["15214.347","9292.668"],["15188.123","9247.770"],["15188.748","9235.655"],["15227.232","9169.115"],["15104.079","9170.615"],["15152.735","9315.311"],["15206.613","9263.457"],["15205.640","9220.537"],["15194.373","9219.801"],["15095.378","9209.706"],["15221.107","9274.683"],["15094.404","9295.440"],["15186.510","9354.572"],["15146.198","9324.556"],["15218.245","9321.702"],["15100.621","9246.819"],["27065.412","7222.902"],["26932.363","7109.199"],["26909.190","7059.591"],["27072.008","7221.960"],["5824.922","18002.168"],["5769.342","17982.316"],["5783.141","17977.648"],["5789.741","17968.751"],["5818.097","17998.720"],["5741.738","17986.277"],["5776.300","18011.389"],["5789.906","18022.211"],["5795.548","18025.977"],["5718.546","18020.021"],["5709.895","18010.343"],["5794.549","18040.504"],["5731.087","18028.666"],["15008.243","17071.696"],["14938.330","17197.223"],["14904.284","17179.271"],["14969.608","17063.333"],["14959.786","17001.463"],["14970.480","17062.970"],["14955.115","16987.260"],["14960.863","17174.746"],["14943.622","17156.147"],["14954.486","17070.803"],["14984.871","17158.397"],["14957.491","17197.714"],["14914.370","17030.969"],["14920.198","17112.720"],["15002.657","17100.823"],["14974.297","17134.264"],["14894.830","17134.686"],["14927.186","17026.024"],["14977.973","17020.317"],["14952.555","17030.552"],["14956.596","17103.445"],["14946.418","17176.328"],["14902.804","17110.749"],["14890.657","17076.981"],["14906.264","17119.473"],["11252.972","13593.064"],["11231.538","13551.988"],["11302.152","13555.995"],["11245.608","13591.937"],["11260.161","13569.836"],["11119.904","13522.426"],["11114.932","13510.730"],["11097.171","13536.557"],["11147.724","13526.175"],["11159.297","13545.605"],["11156.176","13562.054"],["11183.373","13458.444"],["11141.920","13443.697"],["11103.961","13419.019"],["11139.008","13417.695"],["11225.903","13595.189"],["11296.711","13612.524"],["14790.822","9067.964"],["14834.382","9108.964"],["14702.774","8992.734"],["14870.223","9073.107"],["14810.923","9040.015"],["14756.148","9021.855"],["14841.431","9126.155"],["14799.599","8981.837"],["14699.337","8980.315"],["14805.150","9007.629"],["14863.592","8973.442"],["14784.504","9034.704"],["14829.283","9105.875"],["14704.156","8969.448"],["14879.368","9061.199"],["14804.311","8992.534"],["14862.918","8994.284"],["14772.925","9059.229"],["14814.162","9092.711"],["14788.489","9015.143"],["14732.500","8961.561"],["14769.764","8983.983"],["14846.216","9164.850"],["14881.008","8987.157"],["14873.842","9068.829"],["14800.709","9025.267"],["14792.478","9002.348"],["14875.468","8980.667"],["14800.504","9106.350"],["14703.799","8974.625"],["14767.248","8993.595"],["14844.564","9023.409"],["14832.494","9067.357"],["28480.851","9038.903"],["13366.184","15150.671"],["13356.295","15163.135"],["13328.866","15235.117"],["13259.808","15251.855"],["13254.258","15257.601"],["13258.147","15245.657"],["13286.531","15241.676"],["13380.251","15265.051"],["13375.723","15152.757"],["13363.586","15154.321"],["13324.814","15235.033"],["13270.783","15244.708"],["13278.833","15246.381"],["13279.001","15278.951"],["13284.949","15265.712"],["13357.674","15219.037"],["13198.689","15253.904"],["13299.360","15248.633"],["13328.637","15262.078"],["13386.715","15275.439"],["13378.459","15268.684"],["13362.978","15267.738"],["13219.124","15252.486"],["13386.008","15273.721"],["13370.412","15245.343"],["13340.098","15238.819"],["13338.009","15234.145"],["13213.994","15289.778"],["13290.601","15274.572"],["13237.971","15282.808"],["13356.514","15216.458"],["13304.243","15145.113"],["13297.697","15166.600"],["13279.564","15156.340"],["13315.942","15242.497"],["13304.295","15243.780"],["13217.101","15166.002"],["13402.870","15219.480"],["13401.140","15254.073"],["13356.808","15222.205"],["13407.278","15220.157"],["13345.805","15222.585"],["7471.548","15690.420"],["15993.025","7530.915"],["16120.208","7487.812"],["16006.610","7568.405"],["15956.856","7579.448"],["15995.558","7539.057"],["15983.649","7593.288"],["16123.975","7499.109"],["15962.679","7529.164"],["16005.705","7618.408"],["16112.188","7639.524"],["16119.002","7628.976"],["16074.355","7637.303"],["15968.765","7524.094"],["15995.014","7612.347"],["16130.219","7618.026"],["16077.749","7654.937"],["16133.930","7618.139"],["7263.972","15824.523"],["7256.933","15857.489"],["7271.145","15829.760"],["7191.611","15819.973"],["12728.580","12161.748"],["12604.951","12156.029"],["12752.880","12217.672"],["12640.021","12146.692"],["12734.577","12180.964"],["12675.060","12161.751"],["12646.275","12183.876"],["12634.049","12167.775"],["12592.363","12161.682"],["12599.702","12165.023"],["12572.278","12133.779"],["12770.618","12236.702"],["12746.564","12209.877"],["12695.291","12160.364"],["12702.669","12164.288"],["12666.800","12198.458"],["12655.066","12182.270"],["12568.676","12127.041"],["12599.030","12145.922"],["12567.270","12169.287"],["12632.824","12197.074"],["12733.465","12173.309"],["12617.624","12321.471"],["12584.198","12220.813"],["12681.524","12207.628"],["12757.380","12174.151"],["12689.699","12199.469"],["12596.870","12158.131"],["12656.919","12280.939"],["12762.413","12156.662"],["12610.834","12172.434"],["5581.663","8915.690"],["5614.952","8938.580"],["5617.484","8831.489"],["5614.590","8908.355"],["5575.296","8847.905"],["5598.899","8894.367"],["7126.086","13673.682"],["7116.135","13684.615"],["7111.802","13629.301"],["7096.588","13641.506"],["7131.630","13788.177"],["7132.123","13760.399"],["7206.378","13735.821"],["7224.043","13742.890"],["7222.656","13616.626"],["7241.297","13624.573"],["7274.348","13634.930"],["7125.972","13772.983"],["7141.860","13775.840"],["7209.520","13741.007"],["7201.938","13763.732"],["7228.799","13642.926"],["7248.583","13616.480"],["7149.623","13756.435"],["7206.461","13755.359"],["7235.951","13611.757"],["7152.066","13788.010"],["7175.557","13705.134"],["7094.942","13616.225"],["7267.004","13689.196"],["7227.662","13681.930"],["7177.317","13798.693"],["7261.216","13638.271"],["7216.708","13686.653"],["7206.938","13795.935"],["7117.037","13707.644"],["7117.366","13701.335"],["7183.330","13666.266"],["7301.265","13620.963"],["7184.784","13686.488"],["7108.616","13799.221"],["7275.162","13695.836"],["7124.136","13668.133"],["7280.327","13659.641"],["11503.267","17388.100"],["11464.848","17254.800"],["11442.397","17380.687"],["11310.150","17203.607"],["11329.451","17388.021"],["11480.666","17231.495"],["11456.847","17229.267"],["11490.125","17370.165"],["11421.081","17383.858"],["11324.788","17205.605"],["11323.037","17393.240"],["11485.420","17242.477"],["11468.537","17264.966"],["11463.995","17329.371"],["11452.114","17332.210"],["11461.919","17329.762"],["11438.961","17284.344"],["11454.026","17324.310"],["11475.764","17321.609"],["11436.028","17288.257"],["11421.609","17288.548"],["11417.728","17317.484"],["11406.074","17317.807"],["11417.862","17311.657"],["11396.635","17279.655"],["11373.858","17301.647"],["11382.211","17303.540"],["11428.920","17271.112"],["11437.488","17272.121"],["11413.435","17247.102"],["11430.072","17239.786"],["11457.186","17237.130"],["11503.697","17262.810"],["11352.661","17350.347"],["11335.019","17367.194"],["11320.976","17389.147"],["11344.011","17361.614"],["11356.446","17340.815"],["11320.808","17210.493"],["11325.915","17380.523"],["11473.232","17256.581"],["11455.701","17361.015"],["11471.357","17217.820"],["11509.089","17406.300"],["11416.443","17379.697"],["11370.896","17406.805"],["11480.074","17230.173"],["11367.675","17300.591"],["11366.829","17297.594"],["11361.143","17301.498"],["11361.656","17295.990"],["11361.403","17291.211"],["11364.055","17294.723"],["11370.407","17278.894"],["11365.039","17272.384"],["11375.810","17277.490"],["11376.823","17243.136"],["11381.510","17241.528"],["11389.184","17246.436"],["11429.864","17376.460"],["11384.360","17233.243"],["11393.911","17233.622"],["11339.276","17229.136"],["11323.646","17206.989"],["11344.849","17237.833"],["11314.656","17355.268"],["11319.193","17341.858"],["11424.193","17218.500"],["11425.584","17200.672"],["11396.274","17199.864"],["11348.471","17231.985"],["11334.885","17226.618"],["11377.503","17256.428"],["11370.924","17257.584"],["11306.668","17227.128"],["11306.865","17222.718"],["11313.387","17273.140"],["11333.729","17259.170"],["11329.007","17388.863"],["11504.546","17342.208"],["11447.113","17202.385"],["11500.157","17213.642"],["11470.372","17379.777"],["11410.801","17373.586"],["11327.582","17347.512"],["11307.217","17359.458"],["11322.558","17315.348"],["11337.691","17324.118"],["11325.208","17389.722"],["11369.186","17406.508"],["12483.793","16090.477"],["12522.424","16026.082"],["12434.070","15972.540"],["7850.314","19351.624"],["7815.464","19330.319"],["7838.573","19324.225"],["7810.892","19343.697"],["7839.181","19338.181"],["12644.698","14863.401"],["12570.826","14759.802"],["12589.902","14767.796"],["12636.860","14678.085"],["12642.880","14685.516"],["12724.772","14663.056"],["12693.901","14668.979"],["12736.184","14696.604"],["12766.536","14703.410"],["12718.985","14758.963"],["12701.615","14735.041"],["12659.812","14735.295"],["12644.119","14741.061"],["12608.990","14755.141"],["6042.400","20378.452"],["6044.995","20387.283"],["6175.228","20389.411"],["6125.577","20383.820"],["6080.969","20382.730"],["6061.875","20451.977"],["6165.754","20379.799"],["6173.830","20379.056"],["6122.386","20398.519"],["6095.627","20412.557"],["6047.599","20432.836"],["6212.374","20383.569"],["6247.440","20387.846"],["6179.701","20416.892"],["6200.063","20431.937"],["6098.521","20390.360"],["6099.212","20427.652"],["6216.330","20401.120"],["6143.636","20413.812"],["13278.978","15793.989"],["13273.627","15781.009"],["13208.593","15763.893"],["13232.742","15910.268"],["13385.846","15918.960"],["13388.369","15913.581"],["13378.699","15915.142"],["13387.744","15893.119"],["13392.811","15885.728"],["13397.499","15876.402"],["13382.702","15872.998"],["13349.798","15898.858"],["13346.981","15901.930"],["13338.108","15910.706"],["13330.209","15911.472"],["13288.319","15886.637"],["13311.312","15892.427"],["13313.674","15880.945"],["13318.258","15873.407"],["13324.406","15865.003"],["13336.379","15847.498"],["13332.940","15851.518"],["13325.747","15856.832"],["13324.665","15867.201"],["13301.978","15898.180"],["13293.797","15903.846"],["13306.562","15882.791"],["13363.226","15738.990"],["13303.355","15835.299"],["13308.848","15753.770"],["13309.273","15735.381"],["13387.964","15760.530"],["13381.191","15762.663"],["13346.242","15775.918"],["13275.806","15813.034"],["13339.285","15731.225"],["13270.679","15923.708"],["13260.478","15916.403"],["13281.465","15907.338"],["13276.023","15896.836"],["13258.285","15864.245"],["13282.002","15834.404"],["13325.201","15840.613"],["13310.742","15849.270"],["13400.666","15877.974"],["13393.158","15894.886"],["13385.740","15869.159"],["13386.476","15833.982"],["13384.451","15825.757"],["13380.084","15834.716"],["13375.156","15809.501"],["13363.950","15809.540"],["13371.543","15811.221"],["13375.882","15815.961"],["13361.486","15813.947"],["13349.579","15814.574"],["13253.147","15878.235"],["13295.142","15799.757"],["13359.251","15723.258"],["13337.872","15720.822"],["13302.720","15778.902"],["13218.397","15914.727"],["13343.284","15784.124"],["13329.338","15789.357"],["13263.589","15814.535"],["13282.894","15730.461"],["13332.076","15764.432"],["15274.822","16267.225"],["15236.969","16274.665"],["15272.366","16342.361"],["15301.975","16151.420"],["15238.900","16214.789"],["15232.431","16237.778"],["15206.606","16264.122"],["15213.589","16298.975"],["15270.256","16280.226"],["15215.318","16322.655"],["15195.962","16327.344"],["15300.709","16201.610"],["15228.209","16208.712"],["15233.368","16230.148"],["15254.500","16328.601"],["15146.597","16310.524"],["15220.356","16261.264"],["15289.837","16211.057"],["15261.137","16228.728"],["15286.285","16213.237"],["15266.745","16215.582"],["15267.387","16222.188"],["15302.222","16213.319"],["8356.312","13815.473"],["8343.714","13805.927"],["8353.615","13787.711"],["8197.986","13674.860"],["8270.415","13666.334"],["8262.031","13650.725"],["8286.793","13707.681"],["8240.683","13716.276"],["8244.818","13748.805"],["8225.216","13779.150"],["8292.332","13779.031"],["8321.084","13724.192"],["8351.497","13736.799"],["8341.773","13802.706"],["15154.387","18427.080"],["15146.591","18432.464"],["15188.071","18423.480"],["15166.904","18405.957"],["15191.723","18378.145"],["15247.036","18288.456"],["15221.088","18294.652"],["15231.187","18335.246"],["15176.854","18328.979"],["15132.545","18441.696"],["15172.627","18315.305"],["15254.651","18326.325"],["15184.591","18287.038"],["15129.667","18423.909"],["15232.825","18397.584"],["15160.160","18357.633"],["15159.584","18390.300"],["15234.799","18296.251"],["15192.469","18346.658"],["8548.112","16352.706"],["8549.026","16376.964"],["8560.504","16367.305"],["8441.081","16439.012"],["8558.739","16562.186"],["8556.898","16533.937"],["8567.087","16472.322"],["8565.049","16450.730"],["8567.030","16544.195"],["8556.336","16549.855"],["8558.204","16492.184"],["8538.056","16549.952"],["8554.379","16539.427"],["8534.610","16444.048"],["8538.882","16455.389"],["8525.186","16541.957"],["17201.957","12291.972"],["14698.449","14448.914"],["14738.883","14445.300"],["14788.596","14415.585"],["14785.829","14302.134"],["14785.557","14354.663"],["14719.428","14416.047"],["14762.974","14340.328"],["14732.241","14367.839"],["14803.612","14390.598"],["14723.973","14425.941"],["28198.484","9473.324"],["28182.793","9538.014"],["28189.175","9516.230"],["6383.049","16485.752"],["6431.555","16492.500"],["6301.764","16524.030"],["6291.994","16540.331"],["6292.692","16521.246"],["6287.672","16563.243"],["6287.571","16408.529"],["726.811","16433.579"],["6423.663","16498.566"],["6409.135","16533.925"],["6370.918","16536.880"],["6261.053","16467.864"],["6330.858","16545.119"],["6380.502","16519.627"],["6368.552","16496.809"],["6375.387","16476.729"],["6390.716","16453.689"],["6393.550","16461.429"],["6415.518","16467.737"],["6426.190","16443.821"],["6425.388","16456.428"],["6394.887","16481.303"],["6348.547","16492.659"],["6255.813","16528.747"],["16408.488","18321.276"],["16358.801","18352.787"],["16456.549","18274.053"],["16388.378","18376.558"],["16365.269","18437.037"],["16465.891","18273.095"],["16364.217","18347.342"],["16381.917","18427.421"],["16520.595","18280.576"],["16379.759","18298.077"],["16402.720","18424.501"],["16458.226","18278.842"],["16385.713","18407.474"],["16368.723","18447.788"],["8199.162","14304.544"],["8198.224","14287.940"],["8184.692","14309.667"],["8186.438","14346.865"],["8159.475","14331.783"],["8164.630","14284.120"],["8171.587","14275.569"],["8184.860","14421.150"],["8185.845","14393.828"],["8168.796","14287.474"],["8147.842","14250.060"],["8178.939","14412.323"],["8246.471","14246.507"],["8161.543","14282.078"],["8183.654","14339.481"],["8188.654","14277.212"],["8233.543","14246.293"],["20627.320","7527.295"],["20588.899","7553.786"],["20583.389","7534.677"],["20733.771","7597.512"],["20696.881","7628.210"],["20643.740","7675.377"],["20680.730","7627.797"],["20766.254","7602.021"],["20609.738","7561.746"],["20745.695","7591.633"],["20725.498","7598.057"],["20722.159","7670.857"],["20608.077","7536.263"],["20738.359","7677.777"],["20622.008","7512.745"],["20622.238","7484.306"],["20680.483","7648.243"],["20731.024","7608.412"],["20454.438","7249.961"],["20474.901","7139.151"],["20498.931","7123.148"],["20460.345","7066.831"],["20539.457","7087.012"],["20545.428","7077.202"],["20455.905","7058.490"],["20559.358","7113.251"],["17335.898","18801.536"],["17366.969","18842.524"],["17269.462","18835.912"],["17245.314","18871.548"],["17320.076","18679.089"],["17212.851","18827.704"],["17269.545","18829.719"],["17297.074","18846.131"],["17369.033","18725.540"],["5290.235","15102.160"],["5249.500","15116.602"],["5257.623","15137.808"],["5239.373","15184.246"],["5245.162","15277.776"],["5287.526","15129.937"],["5228.337","15184.803"],["5199.480","15181.013"],["5316.283","15218.082"],["5251.908","15243.456"],["5231.613","15274.839"],["5202.587","15230.079"],["5396.122","15183.946"],["5395.926","15084.553"],["5353.008","15087.094"],["5405.323","15129.831"],["5374.403","15131.198"],["5324.239","15138.333"],["5331.041","15085.234"],["5359.935","15226.656"],["5349.106","15211.404"],["5334.999","15244.222"],["5358.864","15238.973"],["5387.866","15251.613"],["5310.318","15276.693"],["5364.703","15265.119"],["5203.655","15100.479"],["5222.981","15133.431"],["5251.984","15243.697"],["5317.093","15288.602"],["5330.482","15279.618"],["5313.278","15282.706"],["5377.937","15110.067"],["5377.164","15142.569"],["5217.189","15127.464"],["5221.840","15171.888"],["5223.830","15180.906"],["5295.806","15230.468"],["5225.067","15239.801"],["5241.572","15264.764"],["5259.713","15257.613"],["5268.396","15128.851"],["5393.136","15150.558"],["5363.597","15150.026"],["5344.025","15129.167"],["5330.926","15096.151"],["5390.675","15233.246"],["5358.240","15233.668"],["5368.821","15283.463"],["5322.588","15287.296"],["5339.424","15274.119"],["5231.923","15086.772"],["5206.123","15129.104"],["5262.231","15238.165"],["5224.281","15239.285"],["11002.644","14385.887"],["11013.176","14398.505"],["11016.745","14403.766"],["11055.500","14413.218"],["10954.302","14402.832"],["10972.867","14406.209"],["10991.556","14435.531"],["10963.827","14436.869"],["10941.060","14447.767"],["10950.441","14423.561"],["10995.619","14420.973"],["10995.436","14447.587"],["11037.232","14388.066"],["12780.628","4268.400"],["5222.503","8708.456"],["5252.759","8701.838"],["5310.593","8723.739"],["5315.731","8654.275"],["5286.817","8663.295"],["5289.205","8579.382"],["5272.767","8600.256"],["5236.041","8555.401"],["5235.016","8648.913"],["5308.438","8724.730"],["5295.766","8690.274"],["5272.297","8682.292"],["5294.987","8601.006"],["5277.067","8559.997"],["5248.052","8584.686"],["5253.278","8569.967"],["5245.864","8699.202"],["5278.199","8711.301"],["5323.850","8688.792"],["5300.156","8662.651"],["5315.039","8585.789"],["5308.416","8583.511"],["5271.323","8611.657"],["5209.732","8569.469"],["5201.591","8612.286"],["5208.532","8703.192"],["5267.503","8726.904"],["5291.763","8663.666"],["5235.245","8589.395"],["5284.842","8562.086"],["5200.590","8715.254"],["5205.135","8676.524"],["5265.669","8686.994"],["5282.223","8663.468"],["5260.306","8626.496"],["5269.123","8571.597"],["10588.582","16969.701"],["10534.330","16973.655"],["10619.129","16946.793"],["10541.960","16958.305"],["10507.639","16979.756"],["10643.791","16887.458"],["10515.912","16969.484"],["10612.813","16946.997"],["10602.852","16784.174"],["10564.844","16862.096"],["10539.676","16970.154"],["10524.349","16971.135"],["10660.600","16903.155"],["10653.823","16925.651"],["10661.029","16980.451"],["10620.887","16959.576"],["10625.112","16858.499"],["10621.139","16869.623"],["10613.069","16861.825"],["10580.308","16865.737"],["10577.544","16868.765"],["10583.850","16870.413"],["10577.661","16875.289"],["10606.633","16819.666"],["10617.643","16810.968"],["10603.872","16812.244"],["10514.362","16872.465"],["10502.496","16874.782"],["10505.346","16907.020"],["10503.805","16915.259"],["10463.834","16901.014"],["10533.310","16952.350"],["10511.422","16977.081"],["9821.316","9593.877"],["9797.140","9590.676"],["9804.273","9610.259"],["9806.398","9588.031"],["9794.464","9596.938"],["6026.133","14180.188"],["5976.577","14061.796"],["5911.601","14052.448"],["6017.688","14185.955"],["5965.585","14046.129"],["5912.118","14059.121"],["6009.512","14160.174"],["5979.612","14060.579"],["5918.289","14066.291"],["6017.193","14120.521"],["5876.642","14118.947"],["5831.379","14223.241"],["5947.006","14191.016"],["5918.733","14168.572"],["6008.577","14193.225"],["5989.432","14067.950"],["5919.743","14056.403"],["5877.399","14208.079"],["5856.165","14109.715"],["5871.428","14231.300"],["5839.506","14153.097"],["5918.815","14148.308"],["5977.309","14220.456"],["6034.030","14195.305"],["5996.051","14064.429"],["5896.586","14055.789"],["5840.425","14112.241"],["5853.057","14137.345"],["5853.437","14208.903"],["5988.305","14095.509"],["5896.701","14230.431"],["5968.378","14235.732"],["5888.238","14169.318"],["5868.355","14166.723"],["5881.513","14170.670"],["5936.973","14103.667"],["14387.317","9722.425"],["14378.681","9648.008"],["14372.091","9687.664"],["14332.752","9589.449"],["14393.156","9716.381"],["14368.639","9689.763"],["14366.339","9730.835"],["14369.353","9722.531"],["14364.048","9765.628"],["14405.526","9708.882"],["14383.179","9750.126"],["14432.192","9671.885"],["14449.694","9714.815"],["14387.105","9729.345"],["14423.860","9616.908"],["14410.468","9592.743"],["14424.798","9651.301"],["14392.138","9749.378"],["14436.488","9685.576"],["14420.670","9650.459"],["14451.273","9687.680"],["14388.035","9766.083"],["14376.026","9590.721"],["14448.395","9754.868"],["14426.328","9626.000"],["14451.933","9655.837"],["14456.438","9686.920"],["14378.874","9727.652"],["13234.056","14875.387"],["13239.669","14947.989"],["13239.654","14875.119"],["13253.781","14904.761"],["13243.202","14937.255"],["13232.404","14903.284"],["8850.215","18889.542"],["8820.119","18914.494"],["8802.503","18908.587"],["8799.571","18957.801"],["8826.848","18949.067"],["8972.044","19014.048"],["8970.909","19027.806"],["8964.910","19087.172"],["8934.054","19073.597"],["8918.873","19047.222"],["8791.414","19056.095"],["8843.075","19072.990"],["8785.719","19042.904"],["8928.479","19066.858"],["8814.374","19079.646"],["10148.594","17228.139"],["10185.339","17199.791"],["10175.989","17210.344"],["10178.267","17247.946"],["10163.799","17247.284"],["10098.020","17383.491"],["10138.716","17220.366"],["10185.931","17208.825"],["10152.612","17265.930"],["10152.776","17262.676"],["10143.401","17229.341"],["10186.885","17202.053"],["10173.185","17218.117"],["10177.335","17267.340"],["10114.045","17264.951"],["16580.521","15668.685"],["16639.564","15680.321"],["6496.432","15032.020"],["6531.163","14970.618"],["6487.091","15022.282"],["6621.217","14982.359"],["6624.821","14964.054"],["6569.425","15019.814"],["6500.763","14879.708"],["6500.209","14895.557"],["6519.479","14897.765"],["6504.552","14887.313"],["6473.553","15076.752"],["6504.739","14941.066"],["6480.157","15045.583"],["6604.312","15062.896"],["6604.631","15014.273"],["6643.131","14961.249"],["6488.897","14991.635"],["6501.240","14875.100"],["6598.164","14882.402"],["6502.441","14876.719"],["6502.962","14909.724"],["6587.532","14940.951"],["6552.243","14989.966"],["6572.151","15035.683"],["6599.716","15056.009"],["6601.339","15050.856"],["6503.148","14877.792"],["6578.543","14875.765"],["6666.167","15059.927"],["6551.106","15033.582"],["6588.240","14917.268"],["6561.502","14976.903"],["11595.481","18833.447"],["5020.607","17875.515"],["5044.984","17913.354"],["4994.635","17927.400"],["5066.403","17945.427"],["5031.513","17964.599"],["5037.017","17990.903"],["5011.798","17938.901"],["5051.411","17957.544"],["4995.092","18025.856"],["4994.976","17880.740"],["5015.365","17880.509"],["5024.918","17939.436"],["5005.459","17880.056"],["5023.737","17921.265"],["4989.661","17949.132"],["5010.375","17925.468"],["5026.688","17971.217"],["4999.989","17939.974"],["4989.953","17958.005"],["5038.582","17969.667"],["5019.519","17992.604"],["5024.164","17885.133"],["5052.223","17901.764"],["5012.583","17923.549"],["4995.149","17911.740"],["5000.903","18014.210"],["5006.413","18020.222"],["5025.967","18002.331"],["5005.934","17948.764"],["5003.073","17953.581"],["4996.835","17873.886"],["5036.549","17915.241"],["4998.175","17899.536"],["5009.622","17932.318"],["4996.939","18014.475"],["5023.154","17979.292"],["5000.740","17964.163"],["5007.953","17879.634"],["5027.651","17881.665"],["5011.333","17906.835"],["16370.543","14197.081"],["16559.397","14233.796"],["16544.755","14207.873"],["16559.282","14174.656"],["16540.299","14158.787"],["16448.861","14138.154"],["16371.139","14172.297"],["16412.489","14231.705"],["16381.343","14211.835"],["16369.664","14238.251"],["16405.785","14057.313"],["16474.326","14104.532"],["16536.149","14074.553"],["16562.928","14090.080"],["16432.068","14048.939"],["16370.912","14118.554"],["16481.546","14156.208"],["14233.663","17903.852"],["14241.739","17936.916"],["14242.644","17890.128"],["14250.769","17913.695"],["14246.163","17924.645"],["9591.602","15873.027"],["10893.155","9074.734"],["10897.334","9035.776"],["20810.265","7498.102"],["20934.257","7528.568"],["20827.693","7538.957"],["20816.581","7572.405"],["20967.448","7495.620"],["20824.569","7476.116"],["20856.221","7582.153"],["20966.971","7485.496"],["20955.063","7488.882"],["20850.169","7578.536"],["20786.468","7572.938"],["20816.550","7583.359"],["20856.550","7610.163"],["12790.615","17206.218"],["12784.916","17244.081"],["12823.324","17205.859"],["12944.160","17227.753"],["12882.745","17278.682"],["12963.224","17359.358"],["12874.899","17382.374"],["12795.270","17210.214"],["12958.556","17207.929"],["12942.565","17206.233"],["12868.058","17277.018"],["12886.998","17201.048"],["12920.509","17352.786"],["12843.238","17386.387"],["12942.499","17203.178"],["12851.655","17258.256"],["12986.891","17204.624"],["12964.425","17317.415"],["12962.400","17378.649"],["12873.863","17359.963"],["12950.459","17381.489"],["12843.401","17332.000"],["12792.656","17284.176"],["12834.269","17240.873"],["12986.826","17301.462"],["12984.918","17374.354"],["12922.103","17366.404"],["12812.902","17203.575"],["12981.944","17206.145"],["12915.384","17204.598"],["12920.673","17208.909"],["12784.971","17248.716"],["12946.578","17375.412"],["12937.530","17405.661"],["12801.158","17199.067"],["12959.049","17199.159"],["12943.420","17206.398"],["12918.435","17389.459"],["5816.996","11456.793"],["5807.132","11438.243"],["5785.333","11379.826"],["5827.220","11329.696"],["5819.415","11366.006"],["5716.465","11392.553"],["5736.850","11366.920"],["5723.016","11310.589"],["5812.201","11281.704"],["5828.216","11386.180"],["5806.968","11446.055"],["5803.853","11411.215"],["5749.872","11375.069"],["5749.909","11354.511"],["5753.464","11347.980"],["5830.115","11352.074"],["5784.454","11444.781"],["5727.699","11378.070"],["5715.731","11354.022"],["5719.877","11332.475"],["5824.943","11379.078"],["5813.887","11448.998"],["5802.395","11416.410"],["5753.556","11376.440"],["5791.446","11343.863"],["5780.102","11312.144"],["5817.310","11322.394"],["5818.815","11345.402"],["5826.732","11360.490"],["5774.980","11434.013"],["5739.321","11297.926"],["5816.719","11386.659"],["5709.402","11393.366"],["5661.310","11292.874"],["5718.859","11384.679"],["5672.116","11301.925"],["5759.683","11399.405"],["5184.646","14765.554"],["5169.675","14717.700"],["5186.175","14728.113"],["5186.935","14776.267"],["9519.374","17130.594"],["9551.744","17083.345"],["9584.031","17146.103"],["9575.362","17135.856"],["9522.238","17156.744"],["9531.216","17171.787"],["9505.192","17142.626"],["9517.750","17152.195"],["9476.600","17144.047"],["9474.890","17099.622"],["9486.217","17078.074"],["9517.749","17088.828"],["9523.987","17074.776"],["9525.649","17060.300"],["9514.353","17103.595"],["9533.616","17079.522"],["9494.656","17030.902"],["9462.220","17057.760"],["9421.255","17144.481"],["9432.202","17170.094"],["9498.451","16993.100"],["9554.106","17011.816"],["9606.732","17004.340"],["9542.723","17002.704"],["9580.631","17008.609"],["9479.890","16990.085"],["9459.635","17022.630"],["9422.137","17097.594"],["9606.874","17064.691"],["9609.095","17052.365"],["9565.660","17092.001"],["9535.731","17108.578"],["9537.766","17087.878"],["9577.480","17127.092"],["9533.692","17122.604"],["9429.830","17051.892"],["18685.920","18603.050"],["18855.786","18637.258"],["18861.740","18598.414"],["14577.260","16570.464"],["14539.782","16731.799"],["14480.658","16747.839"],["14560.625","16611.985"],["14564.605","16655.470"],["14610.155","16585.873"],["14556.546","16580.672"],["14488.799","16632.761"],["14528.900","16612.433"],["14495.394","16604.883"],["14523.322","16707.207"],["14639.240","16578.187"],["14604.053","16614.576"],["14479.093","16664.763"],["14519.638","16588.897"],["14556.924","16654.908"],["14485.756","16630.333"],["14511.792","16651.902"],["14545.357","16686.993"],["14467.379","16771.651"],["14480.246","16655.706"],["14477.158","16614.004"],["14611.339","16564.518"],["14530.216","16740.134"],["14547.781","16686.967"],["14485.084","16685.431"],["14496.727","16623.331"],["14497.998","16771.358"],["14570.780","16647.111"],["14597.415","16655.663"],["14579.447","16641.116"],["14544.705","16713.953"],["14496.974","16731.456"],["14536.910","16730.919"],["14562.796","16622.158"],["28286.450","9094.193"],["15451.135","12957.184"],["15331.153","12915.244"],["15416.961","12774.002"],["15424.432","12926.758"],["15480.937","12868.407"],["15357.724","12764.812"],["15363.147","12864.972"],["15512.522","12944.744"],["15440.929","12903.868"],["15486.891","12857.771"],["15445.296","12963.294"],["15362.872","12767.817"],["6037.012","13914.012"],["6022.012","13946.432"],["28363.696","7280.844"],["6073.348","9252.546"],["6113.510","9293.477"],["6048.578","9266.072"],["6229.474","9249.509"],["6059.812","9269.607"],["6136.043","9318.944"],["6179.431","9263.601"],["6098.066","9303.370"],["6117.507","9308.935"],["6085.596","9268.560"],["6121.265","9286.579"],["8201.520","19795.588"],["8184.858","19770.981"],["8275.801","19763.413"],["8258.630","19768.450"],["8338.187","19742.514"],["8335.835","19748.938"],["8152.285","19782.424"],["8166.564","19766.851"],["8213.115","19797.504"],["8253.285","19738.046"],["8298.220","19768.377"],["8178.148","19802.938"],["8277.758","19794.544"],["8325.984","19735.858"],["3437.386","17418.589"],["3357.295","17469.146"],["3443.082","17496.990"],["3349.283","17505.915"],["3404.854","17444.733"],["3426.301","17432.627"],["3319.635","17437.480"],["3320.869","17438.174"],["3308.332","17445.133"],["3350.437","17414.134"],["3449.217","17467.131"],["3418.822","17436.412"],["3327.704","17497.558"],["3351.487","17527.187"],["3324.779","17446.603"],["3349.368","17432.697"],["3425.911","17456.957"],["3440.253","17469.691"],["3442.323","17453.514"],["3350.352","17515.841"],["3334.316","17545.221"],["3308.615","17475.842"],["3318.101","17419.766"],["3337.392","17551.679"],["3308.878","17467.369"],["4638.801","9488.378"],["4760.063","9518.601"],["4719.868","9532.251"],["4653.008","9584.725"],["4758.684","9439.143"],["4765.260","9529.914"],["4733.421","9530.781"],["4647.367","9580.084"],["4709.555","9509.839"],["4631.824","9491.036"],["4614.156","9379.243"],["4575.738","9501.005"],["4586.381","9462.856"],["4594.768","9481.014"],["4609.518","9536.368"],["4655.711","9542.694"],["4719.252","9526.139"],["4776.417","9522.305"],["4631.617","9478.304"],["4693.618","9494.782"],["4769.131","9475.883"],["4688.542","9467.055"],["4625.167","9427.924"],["4606.624","9516.880"],["4648.967","9524.098"],["4716.143","9523.777"],["4747.709","9483.019"],["4651.459","9448.909"],["4705.363","9441.450"],["4648.870","9492.474"],["4599.128","9485.234"],["4767.848","9466.585"],["4712.362","9466.661"],["4569.013","9473.310"],["4611.749","9527.189"],["4577.471","9411.776"],["4738.144","9462.588"],["4682.296","9461.096"],["4105.774","15380.234"],["4058.238","15319.582"],["4099.856","15387.458"],["4112.100","15487.479"],["4049.000","15374.909"],["4008.685","15418.872"],["4122.453","15362.479"],["4126.153","15354.948"],["4113.142","15392.390"],["4133.126","15341.490"],["4038.057","15345.147"],["4064.537","15332.480"],["4075.925","15387.458"],["4073.869","15370.794"],["4115.225","15493.143"],["4125.061","15451.591"],["4083.358","15402.672"],["4047.075","15414.282"],["3977.945","15400.193"],["3990.807","15418.855"],["4145.578","15354.601"],["4124.147","15360.943"],["4100.954","15386.675"],["4133.751","15347.534"],["4012.497","15354.858"],["4054.553","15321.993"],["4100.021","15412.346"],["4042.307","15409.918"],["4129.748","15485.051"],["4142.001","15487.825"],["4084.987","15378.923"],["4108.802","15396.247"],["4017.189","15445.230"],["4039.327","15458.889"],["4124.772","15391.893"],["4033.287","15350.928"],["4056.813","15399.547"],["4067.865","15430.830"],["3986.021","15416.114"],["3952.094","15300.551"],["4006.074","15301.856"],["3988.575","15371.638"],["3977.227","15375.156"],["4093.991","15397.156"],["4088.377","15329.214"],["4089.726","15347.661"],["4133.202","15297.326"],["4142.317","15322.617"],["4127.115","15475.300"],["4106.572","15460.452"],["16139.012","17798.848"],["16022.318","17724.307"],["15990.180","17655.808"],["16063.731","17622.941"],["16125.077","17757.192"],["15977.712","17792.912"],["15942.313","17806.533"],["15973.350","17746.330"],["15982.458","17659.810"],["15963.596","17817.351"],["15986.884","17631.424"],["12267.521","12467.077"],["12277.364","12435.482"],["12287.910","12402.361"],["12223.692","12472.264"],["12198.215","12475.904"],["12186.595","12507.127"],["12280.907","12479.645"],["10100.290","15087.297"],["10066.756","15272.483"],["28708.137","9186.517"],["28667.623","9362.087"],["28690.933","9184.651"],["28631.900","9319.907"],["12600.612","13568.392"],["12651.549","13549.504"],["12600.148","13504.382"],["12591.066","13417.233"],["27299.116","7940.883"],["20162.870","16297.129"],["7119.663","17362.774"],["7143.997","17357.660"],["7145.051","17286.507"],["7126.055","17328.224"],["7169.353","17237.935"],["7193.381","17217.024"],["7150.841","17278.084"],["7160.448","17269.601"],["7164.157","17402.233"],["7149.027","17338.244"],["7201.994","17257.429"],["10235.406","18683.148"],["10228.336","18703.989"],["10194.948","18727.230"],["10231.436","18782.165"],["10191.945","18782.009"],["10190.103","18776.460"],["10216.090","18778.227"],["10154.991","18788.166"],["10157.491","18776.209"],["10127.754","18803.690"],["10058.439","18787.819"],["10043.722","18829.069"],["10058.985","18860.630"],["10095.930","18841.408"],["10124.154","18856.239"],["10109.549","18820.434"],["10082.885","18778.370"],["10091.158","18806.099"],["10068.379","18779.344"],["10072.285","18699.844"],["10157.553","18814.908"],["10142.047","18770.941"],["10113.044","18803.294"],["10086.074","18863.421"],["10117.887","18842.631"],["10092.638","18776.057"],["6172.348","9525.239"],["6234.455","9517.700"],["6226.370","9540.959"],["6208.017","9538.491"],["6090.874","9541.128"],["6137.241","9529.335"],["6192.819","9507.856"],["6129.544","9577.378"],["6148.325","9544.553"],["6205.286","9542.769"],["4592.256","19772.029"],["4615.217","19747.754"],["4647.466","19766.686"],["4592.766","19801.327"],["4629.148","19744.105"],["4650.147","19755.092"],["4590.200","19780.749"],["4609.214","19754.906"],["4614.016","19783.411"],["4658.831","19772.136"],["4673.852","19769.026"],["4741.482","19840.686"],["4721.778","19881.247"],["4687.739","19861.841"],["4688.348","19844.649"],["4708.766","19834.481"],["4689.769","19802.095"],["4700.671","19775.327"],["4767.597","19794.494"],["4750.146","19794.378"],["15726.724","12087.078"],["7779.592","18869.542"],["7771.648","18857.155"],["7756.286","18888.918"],["7770.246","18881.301"],["7771.023","18868.270"],["7750.645","18888.026"],["7742.074","18852.999"],["7745.054","18847.162"],["7745.824","18836.599"],["7887.504","18865.163"],["7928.399","18850.833"],["7914.830","18871.345"],["10432.870","15926.798"],["10460.571","15926.776"],["10294.516","15732.726"],["10298.758","15723.716"],["10261.202","15889.822"],["12797.813","17604.236"],["12841.155","17464.522"],["12893.608","17470.244"],["12861.262","17536.211"],["12790.960","17518.231"],["12836.629","17458.723"],["12941.395","17457.651"],["12820.905","17591.642"],["12815.603","17502.924"],["12809.102","17522.079"],["12821.991","17453.289"],["12898.122","17429.129"],["12779.886","17599.513"],["12783.043","17617.621"],["12815.974","17479.584"],["12862.035","17550.166"],["12806.557","17500.694"],["12814.348","17513.771"],["12979.258","17434.472"],["12832.287","17465.709"],["12899.381","17484.134"],["12907.333","17432.878"],["12895.129","17428.567"],["12873.072","17528.729"],["12788.625","17562.112"],["12875.590","17410.896"],["12786.777","17607.110"],["12782.099","17471.875"],["12818.935","17500.508"],["12838.246","17550.039"],["12971.019","17411.729"],["12887.243","17464.448"],["12868.583","17443.332"],["12984.255","17410.359"],["12788.152","17518.250"],["12838.392","17476.842"],["12867.019","17531.520"],["12801.931","17510.667"],["12820.527","17448.401"],["12893.065","17487.140"],["12858.978","17468.567"],["12940.210","17470.147"],["12862.019","17522.734"],["12808.744","17485.467"],["12803.540","17466.074"],["12811.585","17525.101"],["12889.956","17477.016"],["12865.047","17420.409"],["10031.828","17634.793"],["9879.687","17729.679"],["10027.306","17740.672"],["9945.542","17649.078"],["9963.336","17662.889"],["9903.095","17745.172"],["9932.695","17695.910"],["9992.673","17772.103"],["9879.874","17677.074"],["7723.754","9852.871"],["7711.450","9912.233"],["7708.597","9902.356"],["7720.095","9964.682"],["7553.822","9812.962"],["7717.066","9895.878"],["7527.306","9809.312"],["7715.251","9843.127"],["7692.914","9905.066"],["7710.554","9901.150"],["7543.536","9804.074"],["13397.951","13358.578"],["13383.878","13339.533"],["13312.164","10859.126"],["13312.427","10872.933"],["13299.680","10870.571"],["12985.309","17490.494"],["12891.739","17544.683"],["12956.477","17465.721"],["12976.460","17496.539"],["12957.351","17570.338"],["12948.796","17463.475"],["12828.487","17605.416"],["12966.776","17589.529"],["12965.112","17494.623"],["12881.410","17548.002"],["12949.755","17578.916"],["12947.203","17552.468"],["12985.408","17465.259"],["5508.939","17242.731"],["5604.597","17209.841"],["5562.359","17219.789"],["5464.170","17328.285"],["5422.186","17234.351"],["5460.752","17394.750"],["5472.112","17368.888"],["5436.273","17387.377"],["5439.536","17395.500"],["5433.788","17375.771"],["5440.600","17380.583"],["5440.169","17320.309"],["5413.204","17328.244"],["5452.569","17346.609"],["5432.734","17309.903"],["5433.569","17350.149"],["5441.672","17358.968"],["5428.680","17358.708"],["5455.009","17366.683"],["5467.461","17313.648"],["5462.270","17307.889"],["5498.201","17340.572"],["5501.034","17331.092"],["5463.523","17322.737"],["5424.956","17228.001"],["5576.526","17257.835"],["5465.980","17297.818"],["5475.878","17290.933"],["5483.106","17244.649"],["5502.902","17257.826"],["5513.822","17283.333"],["5522.141","17268.531"],["5489.206","17243.388"],["5468.200","17201.416"],["5573.355","17228.841"],["5565.861","17228.029"],["5580.732","17289.739"],["5614.297","17258.676"],["5578.558","17249.231"],["5586.090","17271.780"],["5577.326","17279.491"],["5597.420","17278.282"],["5616.616","17285.964"],["5554.642","17301.018"],["5541.254","17309.031"],["5569.169","17237.418"],["5609.242","17237.719"],["5564.330","17321.484"],["5471.443","17341.804"],["5481.299","17313.013"],["5497.692","17320.203"],["5512.206","17347.346"],["5511.822","17315.146"],["5514.559","17336.998"],["5471.460","17331.347"],["5525.052","17387.744"],["5521.287","17398.422"],["5551.194","17404.618"],["5553.903","17369.523"],["5540.799","17355.217"],["5524.793","17323.500"],["5529.071","17315.763"],["5535.175","17371.706"],["5558.074","17400.928"],["5605.056","17348.653"],["5607.628","17398.545"],["5564.558","17407.168"],["5607.527","17308.217"],["5534.768","17403.588"],["5535.813","17409.453"],["5499.528","17307.984"],["5448.894","17381.900"],["5460.852","17265.536"],["5460.635","17212.021"],["5450.928","17289.282"],["5445.089","17393.998"],["5455.971","17408.012"],["5461.404","17403.739"],["9134.435","16488.059"],["9137.846","16475.024"],["9166.367","16470.881"],["9127.641","16464.340"],["9106.862","16454.785"],["9155.563","16494.892"],["9156.533","16477.045"],["9154.954","16511.788"],["9160.721","16459.927"],["9175.224","16438.421"],["9175.950","16464.694"],["9158.523","16519.339"],["9192.583","16444.665"],["9058.694","16413.292"],["9128.011","16450.497"],["9080.631","16359.261"],["9120.874","16396.749"],["9098.709","16385.423"],["9082.381","16405.036"],["9078.165","16376.925"],["9085.751","16378.203"],["9104.618","16424.449"],["9177.576","16384.327"],["20136.647","6888.720"],["19947.086","6845.789"],["20089.767","6941.872"],["20029.652","6845.803"],["20026.740","6879.246"],["20013.714","6931.171"],["20073.550","6898.635"],["19936.099","6854.393"],["20027.875","6940.568"],["20020.112","6900.601"],["20130.836","6905.522"],["20120.885","6943.772"],["20015.359","6859.246"],["20083.402","6918.140"],["20006.625","6938.522"],["19987.349","6956.969"],["20129.805","6902.725"],["28982.216","11426.884"],["28788.071","11326.168"],["28907.971","11324.656"],["28977.486","11341.213"],["28903.429","11459.632"],["28956.066","11322.997"],["28975.693","11321.725"],["28916.463","11397.403"],["28974.233","11415.685"],["28944.691","11326.533"],["28955.039","11374.462"],["28975.479","11340.982"],["28932.709","11391.283"],["26689.835","7585.517"],["26743.716","7554.765"],["26829.203","7640.065"],["5051.440","14235.084"],["5031.077","14078.082"],["5045.303","14087.111"],["5120.500","14216.916"],["5110.165","14234.318"],["5017.646","14187.059"],["5017.952","14083.169"],["5067.178","14092.710"],["5125.154","14232.225"],["4991.429","14193.533"],["5002.935","14117.916"],["5028.675","14060.114"],["5078.839","14068.697"],["5130.532","14214.620"],["5050.831","14231.599"],["4999.834","14180.337"],["5006.587","14052.731"],["5080.402","14079.613"],["5119.694","14218.105"],["5053.643","14173.531"],["4994.739","14233.389"],["5037.607","14221.195"],["5010.863","14113.672"],["5029.366","14081.567"],["5051.422","14107.243"],["5143.098","14222.944"],["5037.363","14164.492"],["5023.827","14138.150"],["5032.128","14044.962"],["5040.665","14057.283"],["5021.109","14033.897"],["5013.578","14187.418"],["5143.285","14237.136"],["5117.611","14234.708"],["5082.202","14144.358"],["5056.183","14132.450"],["5086.314","14172.070"],["5022.547","14041.351"],["5001.889","14052.598"],["5009.060","14040.013"],["5055.683","14186.909"],["5055.422","14188.318"],["5082.466","14122.657"],["12764.362","13866.531"],["12772.891","13902.071"],["12717.200","13844.409"],["12700.633","13880.404"],["12681.300","13882.356"],["12730.497","13887.902"],["12758.194","13890.346"],["12709.832","13843.187"],["12714.235","13865.259"],["12693.521","13867.376"],["12727.037","13853.425"],["12755.708","13826.841"],["12587.151","14023.775"],["12747.602","13871.882"],["12758.934","13855.423"],["12717.842","13841.403"],["12697.574","13855.053"],["12681.448","13870.217"],["12749.776","13957.405"],["12614.356","13971.572"],["12618.609","14001.265"],["12631.784","13995.316"],["12665.432","14013.055"],["12679.223","13925.864"],["12675.864","13933.871"],["4402.485","19343.807"],["4486.605","19363.384"],["4543.899","19369.586"],["4438.171","19356.401"],["4437.887","19373.817"],["4506.573","19420.967"],["4434.837","19381.016"],["4377.600","19350.462"],["4475.454","19320.411"],["4534.648","19363.417"],["4540.986","19340.960"],["4548.009","19353.644"],["4546.333","19426.002"],["4394.432","19461.199"],["4385.270","19471.571"],["4436.181","19364.593"],["4413.994","19361.604"],["4432.476","19390.926"],["4469.828","19364.271"],["4523.037","19433.469"],["4481.441","19399.151"],["4436.415","19371.140"],["4423.652","19399.579"],["4485.503","19330.089"],["4498.972","19494.172"],["4500.863","19522.380"],["4563.228","19497.741"],["4531.233","19381.158"],["4560.229","19379.143"],["4554.491","19407.637"],["4551.959","19466.829"],["4370.797","19444.783"],["4375.418","19443.759"],["4434.706","19323.913"],["4430.096","19315.377"],["4426.790","19337.937"],["4487.920","19348.565"],["4473.331","19399.366"],["4538.645","19436.475"],["4490.718","19407.193"],["4521.276","19364.044"],["4473.692","19501.687"],["4529.078","19354.569"],["4555.610","19407.389"],["4522.600","19484.582"],["4471.658","19321.604"],["4536.787","19397.912"],["4388.513","19357.618"],["4393.502","19379.812"],["4413.386","19426.619"],["4400.935","19460.162"],["4465.318","19335.559"],["4450.786","19371.670"],["4467.283","19374.725"],["4480.142","19400.790"],["4475.521","19412.384"],["4478.897","19446.670"],["4435.295","19452.318"],["4441.822","19454.910"],["4452.529","19462.193"],["4423.181","19498.838"],["4483.113","19506.502"],["9644.869","12141.669"],["9620.102","12244.218"],["9644.919","12146.078"],["9620.777","12229.618"],["9643.030","12236.158"],["9634.181","12234.820"],["9769.831","12138.338"],["9741.888","12155.846"],["9802.496","12180.701"],["9770.187","12220.321"],["9655.628","12309.721"],["9630.198","12224.096"],["9784.009","12176.853"],["9797.932","12269.306"],["9788.272","12269.797"],["9754.538","12233.001"],["9795.802","12250.547"],["9809.783","12247.938"],["9823.921","12195.657"],["9822.835","12189.093"],["9825.779","12198.028"],["9825.064","12181.012"],["9699.189","12234.210"],["9669.906","12263.175"],["9662.280","12293.259"],["9657.658","12300.939"],["9648.070","12272.420"],["9645.551","12299.702"],["9620.954","12132.502"],["9669.277","12171.957"],["9793.803","12333.353"],["9763.436","12255.346"],["9741.758","12226.642"],["9623.934","12242.735"],["9797.579","12238.871"],["9788.648","12230.712"],["9809.036","12194.048"],["9811.141","12186.170"],["9826.133","12172.391"],["9674.841","12257.972"],["9689.265","12263.340"],["9650.705","12296.295"],["9659.998","12295.701"],["9643.260","12283.264"],["9652.607","12305.152"],["9707.120","12222.959"],["9709.324","12242.414"],["13259.727","14493.007"],["13396.972","14574.782"],["13374.291","14603.650"],["13403.869","14519.689"],["13292.620","14529.334"],["13352.614","14596.549"],["13345.064","14618.778"],["13381.234","14516.793"],["13341.048","14537.577"],["13357.243","14525.282"],["13240.127","14599.072"],["13264.080","14631.889"],["13316.812","14617.730"],["13342.828","14634.798"],["13283.837","14525.238"],["13385.352","14471.814"],["13335.324","14557.445"],["13362.697","14485.311"],["13261.344","14610.154"],["13253.916","14638.644"],["13334.032","14624.287"],["13352.777","14455.342"],["13312.860","14550.388"],["13239.905","14491.517"],["13290.816","14645.826"],["13338.018","14585.931"],["13294.345","14581.402"],["13210.623","14634.287"],["13272.750","14558.244"],["13409.092","14659.608"],["13206.385","14507.652"],["13303.891","14660.806"],["13336.160","14596.501"],["13264.872","14629.329"],["13223.386","14602.247"],["13297.284","14512.667"],["13345.271","14599.886"],["13398.886","14654.855"],["13390.483","14500.538"],["13202.438","14527.850"],["13315.228","14529.479"],["13312.981","14631.563"],["13314.105","14660.079"],["13381.456","14574.684"],["13385.070","14604.798"],["13279.773","14599.585"],["13208.353","14610.125"],["25154.434","7052.252"],["25174.462","7124.807"],["25138.638","7061.113"],["13723.824","12669.678"],["13761.813","12711.163"],["13814.313","12723.945"],["13764.038","12664.476"],["13795.415","12723.070"],["13763.293","12691.615"],["13694.153","12740.578"],["13686.044","12752.750"],["13769.149","12703.516"],["13819.527","12704.606"],["13774.354","12721.056"],["13751.894","12686.516"],["13807.183","12730.370"],["13827.984","12687.890"],["13698.035","12723.352"],["13703.232","12744.954"],["13701.834","12733.377"],["13816.130","12748.768"],["13750.446","12675.797"],["13759.370","12756.646"],["20265.499","5769.456"],["20355.253","5773.255"],["20321.025","5758.407"],["20165.132","5588.327"],["20191.891","5649.103"],["20250.641","5596.766"],["20280.757","5641.556"],["20225.132","5657.955"],["20341.749","5713.155"],["20319.825","5710.315"],["20331.042","5767.293"],["20282.911","5680.812"],["20185.559","5633.430"],["20244.572","5594.107"],["20166.612","5698.137"],["20167.319","5648.475"],["20237.615","5701.390"],["20259.293","5723.290"],["20204.638","5650.771"],["20234.095","5634.850"],["20294.068","5742.321"],["20325.565","5729.737"],["20205.016","5672.935"],["6287.328","9556.538"],["6320.193","9495.698"],["6398.053","9387.667"],["6286.446","9457.926"],["6260.091","9574.308"],["6267.201","9521.383"],["6324.979","9497.019"],["6460.930","9479.991"],["6432.368","9423.001"],["6369.391","9406.205"],["6288.749","9459.347"],["6273.036","9569.882"],["6370.274","9392.415"],["6387.605","9489.688"],["6405.071","9441.867"],["6256.726","9486.894"],["6311.921","9566.602"],["6252.817","9563.262"],["6412.424","9463.264"],["6452.694","9504.350"],["6284.932","9519.426"],["6282.661","9546.553"],["6417.178","9471.224"],["6319.126","9492.225"],["6298.928","9531.210"],["6408.872","9430.061"],["6453.154","9485.754"],["6434.233","9459.482"],["28800.923","11782.736"],["28784.568","11711.527"],["28974.420","11886.963"],["28976.042","11835.089"],["28943.865","11853.751"],["28950.227","11844.350"],["28957.695","11898.830"],["28934.674","11872.250"],["28894.936","11901.258"],["28975.699","11851.532"],["28960.359","11902.041"],["28975.829","11821.563"],["28947.925","11841.443"],["28935.505","11902.887"],["28943.457","11891.854"],["28899.394","11884.775"],["28790.731","11878.441"],["28782.822","11909.405"],["28939.197","11874.926"],["28969.553","11892.314"],["28946.941","11843.825"],["28963.569","11837.056"],["28940.370","11910.436"],["28900.020","11910.347"],["28888.127","11895.461"],["28813.308","11900.091"],["28953.276","11889.393"],["28973.680","11908.581"],["28978.559","11816.030"],["28955.625","11851.257"],["28956.263","11833.598"],["28955.832","11883.814"],["28950.121","11870.043"],["28900.035","11890.704"],["28811.351","11893.303"],["28778.497","11888.953"],["28973.795","11877.936"],["28981.100","11850.935"],["28945.233","11871.276"],["28964.520","11906.847"],["28944.408","11838.375"],["28960.144","11852.239"],["28934.727","11868.887"],["28942.613","11900.003"],["28957.939","11877.222"],["28885.529","11909.835"],["28905.413","11888.491"],["28813.903","11892.313"],["28808.259","11904.253"],["28792.744","11894.147"],["4254.400","15321.097"],["4270.096","15367.213"],["4279.498","15482.194"],["4320.637","15484.253"],["4184.949","15429.409"],["4150.528","15346.542"],["4259.468","15315.843"],["4351.302","15435.194"],["4271.785","15353.385"],["4276.077","15339.627"],["4298.073","15348.601"],["4315.359","15393.786"],["4324.811","15464.341"],["4310.847","15455.175"],["4273.581","15496.772"],["4270.736","15461.875"],["4230.541","15431.952"],["4230.295","15367.724"],["4196.770","15453.644"],["4189.435","15496.287"],["4283.827","15334.059"],["4250.323","15309.617"],["4338.243","15453.674"],["4244.689","15295.614"],["4223.528","15320.139"],["4263.495","15302.749"],["4278.994","15345.859"],["4307.513","15385.710"],["4324.285","15435.819"],["4330.008","15421.682"],["4281.541","15475.285"],["4329.749","15497.977"],["4215.327","15397.154"],["4229.209","15396.180"],["4184.188","15490.936"],["4197.494","15499.606"],["4220.885","15487.420"],["4281.608","15304.972"],["4284.731","15323.853"],["4227.113","15329.553"],["4301.790","15369.988"],["4191.227","15461.208"],["4238.021","15326.330"],["4160.493","15479.359"],["4293.268","15379.615"],["4164.488","15347.555"],["4224.184","15344.228"],["4216.454","15384.641"],["4157.983","15411.949"],["4171.848","15445.706"],["4204.921","15441.360"],["4291.823","15459.061"],["4290.392","15459.474"],["4281.215","15449.155"],["4320.687","15451.295"],["4346.772","15443.252"],["4324.051","15474.041"],["6357.424","9135.287"],["6408.030","9118.773"],["6368.625","9152.942"],["6394.015","9151.982"],["6401.369","9147.378"],["6267.489","9150.998"],["6365.072","9143.760"],["6368.721","9128.303"],["6278.122","8980.688"],["6319.899","9112.318"],["6277.287","9103.569"],["6339.653","9114.217"],["6273.290","9117.194"],["6354.801","9118.329"],["6264.743","9145.180"],["6337.416","9112.516"],["10598.251","16771.518"],["10518.993","16731.686"],["10616.544","16722.985"],["10595.213","16651.493"],["10594.153","16710.035"],["10632.739","16761.425"],["10599.117","16744.051"],["16240.361","16278.430"],["16153.643","16350.330"],["16158.500","16314.923"],["16212.779","16239.421"],["16265.262","16311.477"],["16195.871","16253.244"],["16175.688","16288.076"],["16176.347","16276.499"],["16180.003","16288.614"],["11723.195","17413.547"],["11554.887","17494.721"],["11582.370","17447.630"],["11592.182","17439.630"],["11585.233","17446.950"],["11582.540","17443.648"],["11560.492","17410.375"],["11704.450","17470.638"],["11679.759","17496.895"],["11598.140","17474.442"],["11697.008","17463.044"],["11686.198","17421.656"],["11527.589","17437.462"],["11537.913","17475.163"],["11610.245","17461.072"],["11603.982","17461.453"],["11589.098","17463.465"],["11596.454","17448.372"],["11550.640","17414.223"],["11724.517","17456.985"],["11693.270","17466.284"],["11676.457","17502.722"],["11609.226","17476.028"],["11682.764","17508.332"],["11665.906","17444.294"],["11560.611","17444.732"],["11530.315","17475.196"],["11580.314","17465.566"],["11594.082","17464.076"],["11587.606","17450.106"],["11682.526","17468.541"],["11687.496","17496.430"],["11675.207","17493.820"],["11618.058","17481.890"],["11683.290","17504.220"],["11675.988","17465.950"],["11521.489","17448.553"],["11546.574","17434.366"],["11612.469","17442.081"],["11668.686","17434.881"],["11719.339","17430.343"],["11707.981","17422.168"],["11548.169","17422.673"],["11637.781","17416.615"],["11544.377","17469.762"],["11600.060","17438.639"],["11583.177","17462.342"],["11603.576","17461.584"],["11555.608","17412.786"],["11724.583","17468.876"],["11672.020","17433.068"],["11685.059","17507.940"],["11599.983","17480.834"],["11677.173","17452.061"],["11526.738","17430.567"],["11623.011","17454.170"],["11723.138","17441.953"],["11535.561","17475.741"],["11606.742","17440.378"],["11582.819","17460.989"],["11621.479","17487.819"],["11694.459","17470.277"],["18470.691","17619.997"],["6960.418","6016.780"],["6984.487","6173.869"],["6999.635","6058.095"],["6996.450","6085.837"],["6921.943","6099.116"],["6916.883","6027.996"],["6997.033","6157.140"],["7020.840","6042.670"],["6986.643","6062.588"],["6980.819","6111.834"],["7014.166","6094.491"],["6958.053","6090.633"],["6971.438","6065.592"],["6956.302","6037.579"],["6972.630","6161.046"],["6946.965","6094.549"],["6971.636","6074.499"],["16233.796","12559.033"],["16174.969","12578.995"],["16212.925","12571.205"],["16201.790","12550.495"],["16180.248","12569.614"],["6862.991","13142.120"],["6877.087","13152.624"],["6790.431","13059.020"],["6866.840","13129.073"],["6879.426","13121.446"],["6837.337","13113.756"],["6855.045","13085.737"],["6882.836","13087.770"],["6870.895","13087.720"],["6877.660","13005.548"],["6879.129","13028.066"],["6865.972","13150.982"],["6848.120","13080.304"],["6797.388","13041.668"],["6881.053","13023.227"],["6875.413","13138.810"],["6877.735","13177.366"],["6792.306","13038.299"],["6860.873","13126.787"],["7508.433","16016.966"],["7481.990","16022.610"],["7477.089","16012.222"],["7485.398","16062.042"],["7475.283","16055.931"],["7482.911","16111.523"],["7512.433","15977.497"],["7509.654","16000.997"],["7467.387","16016.244"],["7463.451","15939.195"],["7311.337","15939.843"],["7317.324","15948.382"],["7408.911","16013.966"],["7398.154","16007.257"],["7384.535","16022.071"],["7430.275","15978.011"],["7434.979","15987.854"],["7462.196","15972.994"],["7468.923","15978.179"],["7458.318","16041.379"],["7428.384","16042.122"],["7346.224","16129.499"],["7434.584","16093.824"],["7375.655","16080.383"],["7362.128","16031.150"],["7350.392","16046.543"],["7358.559","16011.778"],["7356.537","16114.949"],["7370.688","16084.049"],["7385.188","15990.721"],["7488.967","16009.652"],["7489.033","16007.307"],["7330.074","16040.968"],["7306.389","16015.699"],["7340.774","16006.987"],["7337.320","15990.257"],["7490.136","16109.520"],["7507.832","16061.193"],["7506.665","16082.201"],["7468.062","16065.779"],["7478.851","16036.502"],["7440.777","15990.792"],["7411.398","15965.315"],["7382.154","15977.471"],["7377.599","15946.594"],["7492.964","16003.294"],["7334.211","16008.424"],["7472.653","16088.331"],["7469.082","16053.425"],["7469.476","16021.671"],["7415.662","16012.625"],["7460.908","15983.657"],["7307.574","16008.020"],["7358.751","16002.892"],["7490.515","16087.423"],["7489.280","16084.975"],["7473.802","16060.213"],["7469.969","16002.332"],["7422.405","16008.645"],["7395.148","15983.647"],["6684.426","7467.120"],["6703.216","7432.429"],["6678.904","7407.561"],["6720.091","7422.322"],["6704.844","7453.883"],["6836.010","7431.826"],["6831.815","7420.799"],["6817.602","7393.388"],["6680.524","7412.567"],["6687.144","7468.164"],["6675.584","7397.489"],["6806.654","7428.314"],["6857.087","7391.460"],["11920.958","13991.232"],["11879.308","13980.310"],["11851.708","14004.729"],["11867.561","13974.677"],["11911.602","13990.207"],["11764.818","14025.236"],["11902.932","13971.595"],["11872.959","13996.495"],["11862.975","14007.569"],["11875.340","13988.633"],["11914.826","13992.948"],["11826.398","13922.264"],["11914.294","13938.234"],["11814.223","13945.223"],["11837.298","13942.485"],["11757.238","13957.962"],["11802.425","13936.314"],["11924.889","13986.574"],["11883.551","13989.790"],["11850.689","14000.881"],["11858.926","13974.941"],["11900.911","13993.179"],["11800.644","13954.335"],["11731.827","14011.057"],["11929.156","13890.797"],["11787.984","13960.481"],["11780.511","13980.629"],["11765.861","13984.776"],["11763.155","13988.719"],["11761.733","13999.370"],["11725.335","13971.733"],["11762.756","13951.228"],["11792.591","13941.533"],["11804.707","13941.386"],["11819.320","13935.302"],["11855.710","13931.780"],["11885.111","13939.640"],["11826.641","14006.781"],["11818.009","14006.126"],["11825.381","14000.627"],["11825.758","13986.811"],["11811.499","13999.459"],["11848.410","13996.967"],["11843.623","14007.575"],["11902.592","13963.396"],["11849.468","13974.468"],["11856.426","13968.376"],["11889.711","13959.334"],["11728.434","14005.721"],["11732.159","13997.767"],["8735.291","11690.601"],["8744.400","11688.929"],["8591.493","11614.106"],["8591.389","11606.582"],["8595.774","11650.726"],["8620.281","11698.455"],["8772.222","11680.885"],["8744.993","11675.262"],["8771.588","11694.200"],["8776.267","11689.300"],["8610.752","11670.413"],["8737.462","11695.621"],["8746.456","11689.012"],["8613.335","11609.779"],["8590.632","11595.071"],["8625.145","11694.995"],["8711.748","11696.899"],["8771.482","11678.292"],["8759.924","11677.929"],["8774.795","11691.392"],["8774.886","11684.956"],["8575.874","11596.847"],["8580.153","11615.766"],["8624.117","11690.967"],["8769.755","11677.449"],["8756.715","11679.045"],["8691.527","11689.139"],["8761.236","11678.193"],["18474.352","11958.805"],["18629.673","12012.074"],["18524.000","11964.018"],["18598.034","12033.201"],["18576.597","11931.453"],["18640.418","12045.959"],["18524.911","11971.398"],["18486.123","11966.878"],["18597.870","12031.765"],["18600.156","12029.832"],["18615.351","12027.246"],["18496.908","11984.836"],["18561.202","12010.470"],["18623.446","12029.749"],["18623.867","12002.016"],["18620.939","12004.526"],["18471.131","12011.192"],["18581.779","11994.081"],["18486.829","11978.281"],["18524.724","11962.829"],["18511.905","12007.730"],["18645.542","12013.787"],["18601.258","12030.724"],["18486.917","12032.033"],["18502.613","11990.201"],["18575.595","11937.281"],["18610.688","12007.314"],["18624.132","12018.187"],["18629.245","12003.288"],["18576.416","11931.436"],["18618.554","12002.330"],["18602.393","12034.440"],["18610.041","12032.062"],["18624.459","12006.310"],["11704.904","12110.415"],["13848.853","17795.124"],["13892.938","17728.572"],["13873.221","17661.555"],["13852.387","17660.572"],["13951.344","17660.967"],["14000.652","17715.070"],["13966.155","17788.455"],["13943.836","17704.309"],["13930.431","17777.819"],["13921.895","17787.051"],["13965.382","17725.829"],["13945.925","17768.075"],["13891.327","17744.460"],["13914.586","17707.798"],["13859.311","17645.246"],["13993.301","17635.534"],["14017.544","17723.790"],["14030.028","17719.589"],["13957.520","17793.310"],["13951.763","17793.343"],["13954.461","17779.470"],["13996.171","17793.872"],["13933.161","17807.051"],["13916.369","17728.355"],["13945.497","17759.140"],["13920.777","17777.637"],["13956.073","17754.995"],["13938.326","17779.289"],["13905.069","17757.654"],["13930.974","17710.304"],["13993.211","17813.442"],["13944.888","17703.516"],["14005.760","17749.231"],["13918.819","17764.640"],["13868.300","17753.758"],["13923.580","17832.189"],["13904.402","17809.530"],["13919.306","17714.899"],["13901.017","17718.219"],["13880.874","17622.092"],["13956.985","17633.767"],["13944.518","17647.821"],["14031.113","17706.895"],["14001.491","17696.242"],["13849.165","17818.559"],["13894.024","17730.538"],["13869.501","17716.813"],["13958.218","17798.068"],["13894.978","17826.062"],["13884.504","17721.836"],["13885.063","17719.705"],["13847.781","17637.121"],["13963.827","17627.408"],["14024.419","17676.705"],["13966.014","17702.006"],["13833.277","17808.006"],["13899.715","17728.358"],["13896.359","17737.672"],["13940.586","17812.651"],["13922.842","17676.518"],["13936.527","17689.268"],["13851.762","17628.318"],["13994.830","17703.228"],["13978.514","17676.292"],["13915.892","17801.551"],["13948.458","17786.241"],["14003.408","17743.797"],["13929.263","17779.999"],["13963.293","17790.090"],["14007.010","17743.021"],["13932.898","17811.675"],["13851.528","17823.541"],["13876.123","17812.267"],["13886.376","17758.894"],["13891.310","17721.768"],["13919.139","17830.917"],["14036.179","17769.069"],["13920.655","17690.126"],["13900.556","17717.211"],["13887.666","17621.101"],["13871.712","17634.495"],["13937.676","17633.783"],["13937.561","17642.949"],["14000.192","17707.770"],["14004.945","17708.331"],["14007.339","17761.369"],["13901.221","17752.451"],["13961.286","17710.701"],["13907.849","17758.628"],["13791.894","9808.733"],["13799.854","9805.446"],["13756.597","9802.920"],["13749.229","9822.309"],["20589.912","8674.651"],["20638.991","8649.829"],["20595.931","8612.686"],["20628.612","8632.735"],["20709.551","8660.727"],["20687.245","8685.163"],["20585.750","8551.513"],["20621.260","8667.203"],["20673.350","8678.771"],["20586.129","8595.576"],["20571.063","8551.877"],["20578.250","8666.063"],["20645.537","8645.188"],["20737.790","8632.108"],["22564.663","7161.442"],["22542.612","7072.976"],["22517.588","7128.358"],["22584.566","7074.383"],["22510.302","7054.335"],["15970.945","18227.806"],["15984.563","18179.812"],["15946.718","18162.075"],["16127.274","18047.094"],["15957.615","18044.713"],["15977.754","18194.858"],["15936.464","18045.803"],["16108.321","18220.159"],["16011.850","18152.000"],["15968.198","18178.640"],["15973.609","18147.806"],["15986.965","18153.272"],["15988.017","18184.403"],["16002.277","18228.796"],["15958.675","18142.471"],["15991.734","18203.016"],["15978.889","18221.761"],["15939.300","18141.398"],["14063.332","12260.198"],["14138.893","12262.110"],["14120.972","12247.793"],["14096.776","12292.593"],["14083.874","12282.693"],["14245.034","12237.262"],["14190.822","12220.139"],["14135.225","12299.711"],["14198.584","12153.898"],["14206.367","12174.225"],["14084.854","12213.641"],["14128.797","12168.515"],["14069.411","12148.107"],["14100.707","12325.206"],["14120.620","12315.316"],["14118.907","12198.530"],["14078.101","12253.658"],["14071.776","12162.033"],["14062.905","12142.463"],["14180.348","12298.895"],["14075.108","12284.576"],["14182.220","12264.488"],["14115.190","12219.950"],["14118.233","12194.698"],["14085.329","12298.142"],["14085.477","12278.671"],["14146.125","12132.911"],["14227.684","12311.826"],["14059.072","12322.264"],["14154.007","12263.459"],["14068.719","12278.736"],["14103.111","12313.671"],["14160.308","12320.339"],["14202.400","12147.061"],["14208.045","12176.240"],["14110.068","12195.688"],["14130.647","12145.485"],["14093.178","12133.755"],["14100.608","12320.632"],["14110.111","12317.662"],["14110.404","12215.772"],["14066.259","12244.690"],["14136.266","12293.964"],["14106.891","12320.686"],["14154.901","12322.552"],["14107.580","12188.231"],["14180.299","12311.958"],["14197.689","12243.414"],["14148.700","12227.413"],["14163.519","12233.920"],["14159.473","12251.723"],["12668.130","14387.654"],["12682.100","14351.823"],["12640.013","14399.705"],["12685.863","14335.281"],["12679.753","14261.543"],["12590.652","14356.544"],["12718.513","14325.728"],["12698.126","14369.265"],["12707.230","14361.889"],["12635.454","14261.880"],["12663.954","14323.918"],["12676.006","14249.976"],["12671.593","14447.499"],["12663.540","14431.710"],["12643.180","14439.432"],["12660.678","14442.663"],["12696.651","14318.494"],["12693.696","14304.519"],["12730.800","14318.888"],["12714.230","14307.286"],["12701.363","14271.436"],["12691.992","14279.665"],["12705.382","14281.435"],["12707.296","14270.241"],["12635.097","14246.478"],["12648.455","14238.347"],["12673.099","14419.669"],["12646.107","14337.208"],["12683.618","14294.983"],["12722.272","14342.502"],["12735.125","14245.028"],["12702.258","14298.562"],["12716.607","14284.024"],["12717.179","14265.986"],["12701.053","14251.400"],["12576.333","14401.860"],["12772.532","14437.803"],["12576.234","14359.703"],["12589.283","14404.911"],["16882.834","16403.587"],["16897.975","16358.220"],["16783.125","16537.076"],["16809.837","16525.845"],["16850.022","16391.533"],["16825.914","16421.259"],["16877.103","16381.933"],["5359.995","15542.812"],["5370.848","15638.602"],["5361.277","15629.579"],["5389.116","15594.938"],["5228.574","15554.560"],["5205.212","15550.567"],["5220.981","15583.214"],["5244.250","15551.039"],["5293.087","15553.393"],["5330.551","15609.465"],["5364.224","15603.022"],["5289.063","15648.500"],["5275.128","15615.639"],["5240.689","15691.948"],["5274.636","15653.463"],["5259.791","15678.928"],["5227.378","15623.032"],["5218.734","15679.370"],["5209.027","15640.084"],["5204.132","15637.426"],["5331.393","15556.652"],["5353.258","15675.586"],["5372.920","15631.055"],["5315.226","15625.373"],["5232.982","15560.902"],["5203.600","15567.858"],["5217.692","15582.636"],["5249.529","15539.842"],["5296.393","15565.713"],["5327.229","15595.196"],["5358.270","15597.076"],["5277.764","15631.935"],["5281.439","15637.989"],["5266.429","15661.968"],["5273.476","15692.818"],["5218.497","15607.854"],["5220.987","15679.997"],["5217.942","15653.131"],["5238.471","15551.401"],["5206.318","15718.290"],["5255.485","15509.419"],["5342.603","15559.683"],["5358.443","15562.558"],["5376.687","15553.201"],["5247.860","15520.055"],["5372.609","15562.670"],["5238.179","15561.380"],["5220.586","15588.201"],["5233.509","15532.113"],["5288.087","15556.713"],["5323.380","15594.453"],["5288.093","15635.238"],["5267.129","15625.008"],["5275.804","15662.166"],["5265.745","15693.132"],["5218.915","15690.980"],["5211.856","15659.985"],["5201.582","15693.583"],["5244.892","15516.413"],["5375.187","15549.280"],["14890.298","14085.296"],["11673.788","14317.315"],["11620.795","14314.883"],["11637.838","14274.319"],["11624.331","14349.360"],["11581.470","14300.220"],["11684.084","14321.361"],["11719.195","14259.110"],["11682.804","14323.309"],["11699.979","14265.020"],["11626.848","14303.471"],["11572.360","14325.258"],["11602.156","14347.233"],["11539.159","14417.276"],["11566.487","14300.302"],["11636.848","14322.266"],["11568.607","14376.060"],["11606.091","14355.057"],["11536.099","14426.194"],["11696.851","14267.911"],["11545.110","14307.425"],["11576.207","14289.898"],["11711.700","14323.194"],["11701.498","14274.949"],["11539.820","14328.508"],["11580.482","14330.345"],["11670.913","14243.055"],["11543.000","14308.097"],["11527.455","14300.868"],["11684.808","14330.444"],["11652.048","14259.653"],["11645.697","14302.943"],["11528.018","14290.593"],["11635.071","14357.981"],["11543.000","14248.758"],["11597.564","14252.707"],["11524.051","14321.529"],["11535.787","14415.641"],["11684.940","14332.822"],["11670.666","14297.347"],["11644.792","14298.451"],["11569.725","14335.795"],["11542.304","14351.101"],["11606.518","14327.262"],["11587.972","14311.256"],["11569.677","14303.126"],["11611.397","14240.965"],["11654.045","14368.449"],["11695.547","14449.916"],["11571.880","14347.906"],["11528.015","14320.984"],["11723.553","14307.126"],["11625.880","14283.821"],["11565.417","14310.624"],["8787.934","16376.992"],["8791.462","16401.069"],["8829.773","16447.907"],["8897.292","16479.888"],["8862.224","16464.146"],["8842.348","16438.767"],["8808.324","16436.218"],["8946.042","16504.971"],["8918.347","16541.766"],["8890.496","16520.236"],["8855.542","16381.375"],["8793.764","16412.330"],["8838.021","16357.046"],["12476.703","14886.493"],["12537.875","14920.275"],["12526.817","14903.343"],["12565.401","14904.464"],["12539.978","14883.058"],["12550.111","14882.548"],["12505.335","14933.166"],["12510.813","14946.313"],["8248.348","15694.538"],["8235.268","15718.282"],["8267.011","15693.240"],["8290.180","15700.314"],["8251.979","15682.029"],["13528.008","17993.868"],["13486.939","18002.571"],["13528.363","17987.122"],["11514.011","18497.494"],["11495.919","18489.352"],["12169.982","19170.850"],["12149.143","19169.165"],["12168.025","19158.232"],["12167.729","19161.172"],["12189.190","19107.535"],["12223.417","19107.023"],["12166.660","19198.909"],["12176.528","19166.060"],["3304.150","11851.755"],["3325.222","11849.588"],["3312.044","11844.191"],["3354.146","11772.336"],["3343.161","11817.464"],["3392.349","11783.769"],["3315.156","11766.623"],["3304.281","11805.290"],["3314.561","11840.294"],["3306.009","11735.461"],["3322.306","11800.090"],["3376.741","11769.599"],["3304.232","11810.789"],["3318.995","11882.817"],["3323.080","11824.456"],["3334.893","11863.411"],["3306.503","11740.614"],["3341.154","11816.325"],["3351.455","11744.934"],["3382.267","11763.604"],["3365.089","11747.478"],["3352.497","11758.798"],["3353.830","11783.935"],["3312.286","11702.741"],["11967.464","12631.973"],["11969.582","12649.191"],["11945.720","12652.507"],["11988.505","12744.569"],["12028.389","12751.544"],["11989.970","12726.228"],["12028.129","12725.266"],["11976.597","12723.915"],["11959.363","12663.453"],["12000.400","12555.570"],["12012.407","12579.398"],["12081.916","12557.373"],["12091.561","12568.475"],["12131.006","12567.514"],["11977.997","12725.575"],["14361.741","8504.339"],["14451.955","8528.675"],["14446.321","8475.977"],["14421.056","8505.810"],["14400.509","8505.297"],["14307.954","8405.324"],["14385.215","8349.713"],["14338.095","8366.899"],["14255.808","8448.314"],["14384.833","8501.928"],["14454.874","8480.436"],["14405.184","8492.433"],["14388.700","8530.697"],["14331.737","8455.497"],["14372.929","8366.823"],["14330.217","8370.334"],["14389.028","8508.253"],["14396.779","8489.014"],["14341.753","8437.760"],["14388.011","8407.236"],["14260.921","8442.333"],["14352.602","8392.910"],["14317.822","8405.968"],["14391.317","8392.620"],["14447.905","8481.778"],["14426.238","8515.354"],["14408.517","8388.823"],["14343.866","8505.199"],["14392.240","8462.964"],["14315.865","8430.823"],["14398.472","8359.275"],["14439.550","8488.401"],["14397.061","8486.567"],["14309.103","8434.068"],["14286.100","8494.630"],["14395.168","8423.905"],["14445.471","8478.409"],["14445.416","8509.292"],["14428.090","8421.193"],["14317.327","8465.942"],["14420.809","8462.568"],["14459.024","8486.088"],["14455.038","8516.080"],["14455.672","8417.709"],["14334.432","8474.184"],["14313.168","8519.182"],["14358.638","8403.410"],["12550.674","15521.346"],["12420.946","15540.347"],["12480.570","15626.151"],["12373.019","15603.427"],["12509.228","15684.436"],["5755.554","17573.859"],["5622.589","17620.654"],["5671.691","17481.232"],["5671.249","17469.130"],["5689.115","17493.158"],["5676.896","17486.812"],["5686.750","17539.686"],["5674.059","17510.549"],["5673.939","17543.377"],["5663.177","17559.181"],["5688.313","17531.872"],["5674.645","17558.740"],["5681.030","17618.134"],["5658.851","17587.912"],["5648.141","17581.075"],["5659.180","17586.908"],["5652.745","17570.777"],["5689.444","17575.855"],["5688.695","17598.762"],["5699.715","17607.210"],["5686.981","17579.914"],["5704.717","17472.616"],["5699.586","17480.087"],["5717.638","17488.704"],["5815.768","17411.391"],["5827.713","17476.129"],["5820.239","17471.301"],["5772.864","17453.266"],["5765.223","17444.425"],["5768.227","17462.878"],["5759.066","17462.706"],["5755.695","17482.650"],["5764.039","17500.067"],["5733.563","17539.517"],["5727.490","17533.542"],["5718.757","17519.329"],["5711.300","17529.728"],["5727.890","17525.404"],["5630.681","17497.605"],["5622.411","17498.648"],["5638.909","17481.651"],["5647.699","17473.490"],["5645.222","17494.677"],["5644.003","17583.324"],["5670.214","17614.662"],["5713.936","17614.267"],["5623.259","17571.029"],["5798.820","17594.223"],["5758.097","17606.147"],["5764.270","17570.605"],["5707.264","17415.772"],["5739.940","17587.915"],["5739.001","17576.991"],["5804.148","17612.002"],["5775.055","17619.469"],["5766.370","17605.041"],["5789.912","17572.223"],["5699.997","17510.152"],["5723.184","17490.628"],["5683.884","17458.117"],["5807.542","17414.246"],["5790.903","17503.833"],["5710.580","17568.362"],["5717.885","17585.534"],["5719.857","17598.009"],["5731.418","17601.085"],["5718.409","17544.132"],["5684.435","17511.558"],["5694.273","17544.918"],["5675.010","17547.140"],["5668.036","17532.265"],["5668.137","17521.784"],["5670.849","17524.300"],["14267.806","14737.211"],["14383.561","14666.440"],["14288.319","14680.369"],["14350.298","14785.348"],["14381.556","14818.069"],["14312.783","14751.942"],["14290.137","14692.958"],["14432.248","14762.722"],["14434.376","14729.534"],["14264.644","14741.373"],["14419.665","14831.314"],["14425.601","14865.446"],["14256.804","14790.339"],["14445.802","14734.426"],["14454.075","14758.491"],["14256.623","14780.116"],["14376.237","14770.166"],["14359.559","14694.476"],["14338.478","14849.373"],["14315.721","14845.383"],["14439.672","14735.876"],["14310.168","14752.933"],["14263.271","14693.547"],["18078.003","16029.450"],["18066.457","16103.273"],["15563.718","17117.085"],["15517.596","17125.036"],["15597.923","17182.592"],["15515.447","17195.277"],["7236.846","17174.029"],["7181.269","17186.617"],["7207.282","17122.523"],["7236.382","17119.614"],["7287.906","17057.136"],["7219.158","17001.373"],["7213.458","17168.843"],["7235.768","17124.263"],["7203.881","17004.489"],["7200.382","17187.109"],["7237.031","17075.321"],["7299.324","17002.462"],["27265.228","7575.618"],["28042.920","11377.103"],["28045.180","11381.763"],["27980.909","11410.269"],["28046.227","11347.591"],["27960.214","11354.390"],["27942.378","11411.298"],["27985.977","11411.151"],["27961.246","11404.320"],["28085.655","11370.300"],["12455.628","14874.111"],["12382.188","14923.612"],["12372.944","14910.513"],["12367.000","14999.549"],["12448.144","14951.218"],["12445.000","14966.035"],["12445.962","14980.002"],["12459.096","14932.206"],["12454.999","14937.421"],["12457.217","15037.370"],["12452.476","15041.704"],["12459.679","15050.635"],["12462.573","15056.413"],["12452.155","15061.922"],["12454.273","15069.034"],["12434.065","14935.289"],["12437.567","14957.901"],["12410.400","14959.477"],["12482.988","14912.505"],["12474.954","14905.634"],["7356.794","13202.980"],["7379.146","13202.865"],["7372.434","13264.024"],["7348.651","13265.626"],["7455.408","13373.699"],["7437.053","13369.273"],["7311.061","13357.370"],["7351.215","13380.438"],["7346.577","13352.511"],["7470.873","13290.002"],["7441.995","13285.279"],["7440.945","13279.413"],["7464.705","13290.572"],["7377.731","13207.373"],["7385.593","13194.640"],["7354.507","13261.645"],["7374.901","13276.327"],["7400.520","13331.605"],["7420.343","13354.690"],["7417.415","13371.122"],["7323.808","13368.732"],["7312.393","13348.237"],["7334.126","13358.721"],["7339.768","13372.214"],["7454.317","13273.761"],["7358.373","13197.761"],["7374.079","13279.697"],["7399.862","13310.102"],["7343.008","13378.341"],["7459.878","13271.478"],["7454.736","13391.058"],["7403.082","13351.507"],["7382.239","13391.098"],["7377.236","13326.200"],["7324.439","13256.953"],["7347.585","13290.314"],["7347.651","13290.545"],["7490.107","13231.947"],["7490.368","13184.788"],["7477.757","13187.975"],["7463.759","13237.387"],["7500.573","13261.352"],["7483.979","13208.811"],["7314.028","13204.171"],["7330.031","13259.413"],["7368.407","13316.540"],["7349.986","13302.321"],["7491.012","13231.600"],["7495.154","13200.032"],["7473.925","13190.237"],["7473.578","13240.079"],["7507.530","13260.064"],["7512.940","13292.523"],["7463.486","13227.242"],["7486.709","13204.897"],["7327.498","13209.869"],["7334.472","13213.502"],["7330.077","13182.842"],["20427.386","7698.562"],["6287.386","20191.328"],["6373.475","20181.866"],["6317.863","20202.427"],["6354.824","20163.419"],["6374.774","20163.617"],["6326.649","20178.084"],["6361.024","20173.212"],["6338.783","20218.407"],["6341.941","20212.957"],["6419.768","20183.540"],["6394.916","20209.007"],["6201.813","18024.384"],["6213.176","18013.765"],["6239.666","18002.457"],["6223.818","17986.434"],["6178.277","18023.789"],["8632.992","19346.467"],["8683.354","19320.455"],["8662.400","19341.909"],["8658.807","19330.476"],["8642.597","19317.615"],["8666.455","19323.672"],["14263.162","15273.768"],["14280.079","15274.052"],["14313.598","15260.265"],["14313.626","15290.824"],["14262.257","15295.089"],["14295.556","15269.279"],["14341.748","15280.064"],["14272.636","15278.194"],["14279.620","15290.227"],["14294.043","15284.044"],["14314.562","15274.356"],["14281.142","15289.833"],["14405.764","15272.785"],["14336.893","15218.612"],["14331.594","15129.120"],["14264.578","15215.653"],["14262.773","15240.247"],["14333.749","15128.112"],["14313.018","15115.756"],["14302.081","15133.213"],["14271.028","15120.650"],["14252.851","15220.509"],["14337.523","15234.941"],["14366.214","15135.971"],["14367.147","15239.072"],["14364.351","15254.283"],["14437.444","15162.976"],["14441.688","15151.597"],["14400.977","15142.904"],["14401.504","15154.101"],["14376.159","15123.596"],["14374.531","15122.373"],["14388.283","15147.460"],["14407.878","15256.727"],["14253.748","15293.912"],["14372.007","15275.070"],["14299.347","15218.203"],["14316.354","15220.746"],["14273.281","15250.402"],["14331.239","15219.475"],["14251.507","15239.504"],["14293.600","15249.034"],["14284.711","15216.314"],["14328.738","15251.341"],["14328.098","15277.712"],["14379.761","15254.521"],["14321.913","15228.995"],["14420.926","15241.870"],["14391.425","15283.606"],["14276.631","15126.894"],["14254.878","15236.944"],["14367.460","15228.736"],["14264.627","15221.417"],["14311.595","15144.767"],["14257.165","15220.976"],["14293.713","15218.139"],["14367.415","15140.289"],["14291.822","15217.759"],["14447.262","15251.295"],["14399.424","15150.362"],["14347.788","15235.195"],["14407.687","15152.517"],["14261.771","15143.137"],["14252.889","15136.068"],["14316.406","15116.417"],["14264.260","15133.437"],["14343.815","15136.948"],["14334.291","15128.988"],["14251.946","15213.738"],["14335.812","15232.943"],["14367.579","15148.077"],["14377.757","15151.011"],["14292.227","15216.297"],["14303.655","15222.927"],["14361.983","15255.984"],["14382.608","15242.078"],["14442.116","15170.176"],["14451.556","15160.944"],["14408.461","15152.417"],["14403.494","15145.051"],["14385.666","15131.143"],["14340.253","15228.666"],["14303.450","15217.396"],["14350.443","15130.771"],["14288.082","15229.576"],["14306.369","15225.751"],["14368.938","15228.115"],["14372.953","15252.532"],["14452.050","15149.830"],["14409.135","15151.211"],["14274.857","15205.480"],["14310.266","15288.412"],["14380.783","15153.059"],["14254.369","15136.861"],["14302.229","15125.137"],["14266.875","15133.322"],["14337.088","15135.825"],["14273.081","15207.743"],["14365.618","15238.610"],["14444.056","15169.681"],["14400.566","15146.735"],["14371.176","15119.236"],["14381.033","15154.765"],["14442.808","16481.447"],["14459.709","16377.786"],["5022.095","15556.763"],["4992.301","15518.524"],["5153.628","15548.808"],["5142.774","15578.664"],["5197.218","15509.060"],["5176.983","15600.880"],["5188.489","15707.390"],["5179.920","15679.020"],["5094.025","15665.546"],["5128.637","15631.415"],["5083.734","15684.816"],["5066.771","15629.890"],["5061.582","15611.925"],["5104.055","15583.044"],["5140.178","15692.397"],["5048.882","15692.496"],["5050.227","15605.621"],["5022.899","15636.755"],["5127.644","15553.102"],["5056.854","15568.708"],["5033.486","15556.725"],["5057.047","15535.029"],["5093.307","15526.789"],["5049.948","15514.629"],["4995.439","15694.314"],["5168.431","15559.494"],["5139.304","15562.281"],["5190.820","15528.565"],["5170.128","15508.374"],["5139.011","15511.201"],["5184.777","15582.492"],["5190.942","15629.052"],["5162.808","15670.757"],["5113.038","15681.913"],["5144.855","15626.724"],["5072.484","15684.469"],["5076.795","15643.829"],["5108.101","15581.492"],["5001.459","15688.554"],["5142.744","15699.944"],["5055.617","15671.340"],["5046.695","15689.589"],["5020.060","15694.997"],["5045.811","15642.313"],["5038.138","15599.494"],["5134.487","15541.326"],["5076.865","15561.432"],["5054.018","15556.734"],["5057.104","15520.949"],["5044.537","15515.256"],["5005.871","15707.715"],["5012.577","15688.528"],["4990.178","15703.477"],["5011.148","15617.750"],["5001.991","15577.481"],["5018.378","15552.072"],["4998.803","15701.377"],["5006.119","15577.415"],["5004.129","15573.105"],["4994.526","15632.795"],["5001.328","15712.788"],["4993.241","15533.676"],["5000.100","15587.490"],["4990.068","15636.226"],["5005.078","15563.181"],["5009.030","15549.020"],["5005.950","15525.958"],["4994.733","15547.691"],["4997.604","15571.792"],["5013.995","15603.031"],["4989.277","15588.082"],["5168.546","15552.425"],["5195.295","15572.119"],["5141.277","15581.191"],["5193.517","15518.375"],["5164.980","15510.075"],["5181.375","15592.870"],["5174.608","15686.881"],["5175.095","15657.925"],["5126.541","15659.469"],["5151.318","15625.750"],["5070.938","15690.877"],["5113.693","15592.607"],["5151.001","15702.355"],["5052.813","15696.542"],["5013.057","15714.812"],["5048.177","15649.705"],["5033.204","15605.588"],["5084.560","15514.342"],["5130.309","15531.764"],["5078.379","15571.455"],["5040.795","15563.472"],["5057.195","15552.090"],["13345.640","11785.972"],["13339.281","11794.796"],["13330.903","11774.241"],["13210.561","11716.672"],["13204.641","11713.110"],["13224.493","11716.066"],["17840.513","17991.146"],["17833.161","18040.147"],["17920.325","17892.827"],["17950.858","17892.346"],["17976.401","17859.002"],["17855.562","18042.509"],["17835.414","17988.966"],["17916.394","17912.117"],["17974.279","17865.030"],["17942.157","17896.475"],["18009.151","17949.357"],["17898.786","18004.540"],["17919.667","17902.654"],["17938.243","17888.316"],["9746.850","13665.401"],["9772.686","13676.634"],["9691.496","13720.913"],["9664.144","13733.167"],["9801.085","13785.363"],["9784.327","13719.053"],["9752.962","13717.401"],["9738.550","13733.477"],["9722.218","13738.877"],["9625.035","13640.142"],["9629.299","13694.731"],["9819.682","13642.515"],["9748.869","13695.942"],["9777.076","13700.220"],["9652.910","13763.819"],["9774.884","13778.228"],["9789.278","13750.135"],["9786.498","13746.980"],["9734.257","13703.435"],["9702.794","13740.132"],["9624.674","13643.329"],["9750.731","13669.067"],["9679.802","13746.396"],["9760.955","13748.037"],["9700.935","13721.685"],["9653.898","13618.839"],["9823.436","13635.323"],["9629.900","13678.225"],["9624.513","13700.115"],["3637.363","18634.517"],["3615.922","18517.404"],["3626.105","18573.103"],["3568.913","18500.473"],["3526.777","18544.378"],["3545.829","18638.767"],["3576.212","18625.817"],["3553.571","18632.504"],["3571.063","18639.323"],["3583.629","18609.893"],["3604.146","18502.458"],["3570.988","18533.540"],["3687.459","18546.634"],["3604.427","18550.527"],["3608.868","18533.946"],["3527.943","18518.937"],["3574.521","18506.303"],["3541.909","18588.309"],["3547.731","18559.259"],["3536.931","18611.633"],["3519.119","18608.148"],["3583.828","18649.979"],["3543.186","18647.882"],["3556.663","18606.344"],["3560.775","18624.907"],["3600.328","18677.490"],["3580.603","18640.710"],["3573.580","18616.681"],["3597.106","18543.185"],["3617.238","18517.867"],["3601.466","18521.675"],["3649.871","18520.469"],["3548.288","18497.253"],["3551.133","18485.428"],["3555.478","18593.462"],["3531.777","18559.209"],["3565.451","18581.905"],["3556.684","18594.787"],["3547.117","18648.526"],["3584.551","18628.724"],["3522.502","18585.039"],["3559.624","18626.856"],["3599.698","18628.786"],["3631.810","18542.772"],["3663.906","18577.363"],["3633.933","18536.753"],["3534.814","18676.073"],["3554.685","18488.332"],["3606.570","18512.362"],["3627.951","18508.382"],["3525.465","18576.972"],["3527.513","18620.111"],["3533.829","18595.404"],["3533.763","18503.298"],["9831.634","15694.435"],["9853.471","15702.351"],["8121.833","13466.714"],["8129.345","13421.223"],["8127.677","13434.281"],["8140.180","13466.751"],["8107.549","13464.231"],["8128.144","13493.845"],["8117.510","13456.273"],["7990.611","13542.348"],["8105.787","13407.789"],["8014.433","13496.217"],["8013.499","13460.015"],["7992.227","13408.118"],["8082.074","13491.839"],["8093.910","13467.114"],["8120.359","13542.869"],["8053.681","13548.286"],["7945.846","13595.701"],["8019.730","13534.019"],["8030.130","13444.750"],["7983.186","13493.442"],["8129.803","13452.857"],["8058.089","13537.634"],["8052.893","13492.166"],["8019.913","13472.253"],["8134.040","13449.520"],["8095.720","13499.814"],["17238.848","4769.464"],["17281.513","4730.477"],["17395.087","4738.190"],["17375.210","4729.996"],["17216.955","4757.043"],["17228.247","4778.651"],["17288.651","4743.986"],["17365.506","4727.127"],["17398.072","4727.353"],["17216.525","4735.969"],["17274.808","4767.482"],["17289.951","4739.825"],["17384.462","4745.927"],["17234.345","4726.982"],["17249.874","4753.477"],["17230.463","4728.121"],["17272.587","4753.725"],["17295.428","4731.633"],["17389.388","4734.851"],["17249.742","4780.480"],["17318.701","4743.755"],["17332.216","4739.144"],["17223.308","4727.230"],["17247.686","4763.568"],["17297.730","4740.502"],["12299.946","15279.344"],["12174.584","15221.886"],["12188.656","15183.687"],["12197.752","15237.271"],["12151.602","15203.873"],["12283.252","15201.424"],["12248.767","15251.163"],["12189.158","15225.502"],["12269.476","15276.002"],["12217.688","15252.811"],["12303.960","15222.925"],["12196.971","15243.461"],["12248.658","15157.345"],["12258.733","15158.386"],["12269.297","15160.023"],["12282.050","15100.972"],["12265.573","15088.638"],["12275.675","15093.287"],["12285.594","15161.365"],["12292.330","15161.783"],["12281.712","15092.075"],["12277.605","15084.712"],["12355.549","15091.963"],["12254.888","15093.313"],["12240.965","15096.698"],["12232.629","15099.174"],["12245.405","15089.340"],["12236.399","15086.874"],["12225.777","15088.101"],["12217.394","15085.889"],["3096.114","15712.748"],["3216.811","15693.518"],["3173.292","15662.470"],["3213.588","15655.385"],["3159.722","15667.325"],["3193.522","15688.514"],["3147.500","15700.705"],["3193.160","15698.523"],["3292.721","15675.887"],["7471.922","7876.213"],["7457.161","7854.106"],["7504.406","7884.561"],["7432.158","7862.781"],["4567.640","13031.356"],["4570.845","13108.313"],["4569.047","13055.814"],["8957.207","14850.620"],["8938.177","14870.818"],["8967.264","14864.842"],["8833.978","14870.792"],["8820.064","14872.262"],["8814.696","14863.797"],["8818.035","14850.518"],["8826.472","14843.318"],["8972.572","14788.135"],["8969.174","14695.253"],["8967.155","14684.246"],["8960.220","14713.413"],["8936.264","14713.443"],["8949.264","14716.366"],["8927.386","14733.319"],["8932.666","14765.787"],["8925.966","14752.273"],["8923.587","14758.520"],["8889.206","14816.809"],["8894.567","14837.998"],["8881.048","14817.337"],["8869.613","14841.744"],["8862.130","14828.251"],["8861.686","14818.623"],["8845.502","14781.709"],["8862.246","14780.124"],["8828.135","14770.598"],["8827.655","14767.253"],["8878.988","14769.387"],["8830.710","14768.638"],["8859.173","14742.862"],["8875.005","14760.810"],["8847.874","14741.739"],["8816.513","14750.617"],["8847.605","14737.219"],["8819.695","14751.082"],["8838.116","14722.714"],["8825.200","14738.142"],["8837.557","14738.982"],["8826.317","14686.394"],["8820.182","14697.459"],["8810.034","14691.992"],["8805.487","14662.830"],["8820.668","14676.306"],["8812.872","14677.413"],["8986.363","14795.475"],["8982.300","14798.332"],["8980.834","14785.595"],["8952.072","14773.484"],["8933.987","14852.273"],["8941.652","14855.758"],["8955.945","14852.571"],["8878.744","14670.068"],["8884.517","14667.162"],["8889.830","14665.064"],["8889.236","14676.863"],["8888.167","14699.803"],["8867.591","14683.882"],["8858.095","14680.095"],["8923.110","14699.097"],["8910.955","14749.659"],["8778.589","14699.368"],["8779.480","14686.422"],["8873.011","14795.202"],["8918.320","14798.450"],["8917.450","14835.417"],["8845.441","14801.518"],["8833.708","14819.355"],["8804.803","14806.971"],["8790.053","14755.428"],["8901.902","14671.649"],["8957.739","14662.794"],["8875.370","14714.972"],["8903.320","14740.294"],["8971.377","14772.960"],["8786.371","14816.540"],["19234.604","18410.857"],["19270.657","18379.742"],["19290.163","18357.992"],["19259.835","18369.437"],["19274.164","18302.350"],["19255.065","18365.440"],["16201.935","16852.861"],["7443.010","19487.910"],["7411.061","19399.677"],["7498.835","19475.186"],["7476.564","19480.018"],["7468.091","19507.689"],["7442.435","19523.351"],["7506.703","19317.409"],["7504.325","19344.410"],["7453.637","19396.156"],["7451.087","19388.196"],["7407.214","19371.155"],["7384.399","19370.510"],["7355.057","19352.756"],["7336.208","19389.626"],["7359.442","19406.761"],["7346.909","19399.131"],["7359.101","19470.091"],["7411.699","19500.512"],["7491.045","19480.708"],["7447.278","19447.793"],["7490.354","19431.674"],["7461.720","19469.296"],["7311.512","19391.694"],["7316.467","19455.953"],["7461.907","19510.051"],["7322.360","19388.652"],["7308.077","19431.898"],["7485.061","19358.232"],["7491.130","19336.977"],["7378.153","19360.684"],["7442.911","19464.619"],["7486.908","19487.526"],["7479.079","19394.611"],["7312.477","19342.659"],["7333.737","19472.270"],["7513.891","19457.272"],["7452.104","19507.623"],["7333.044","19403.260"],["7382.768","19467.895"],["7446.525","19366.101"],["7443.421","19474.165"],["7391.178","19340.215"],["6477.773","19967.407"],["16343.470","14001.452"],["16337.532","13964.772"],["14079.388","15266.073"],["14055.224","15273.438"],["14151.572","15271.292"],["14160.707","15259.175"],["14129.536","15282.349"],["14043.108","15237.895"],["14084.092","15259.236"],["14073.908","15266.749"],["14140.305","15261.713"],["14164.556","15256.912"],["14219.803","15294.363"],["14110.688","15284.529"],["14044.556","15234.691"],["14178.724","15093.485"],["14150.909","15093.866"],["14041.568","15291.126"],["14090.605","15257.435"],["14070.586","15279.813"],["14147.970","15256.181"],["14119.257","15288.493"],["14225.630","15294.190"],["14065.173","15244.319"],["14069.153","15248.448"],["14065.293","15243.068"],["14081.121","15261.700"],["14089.877","15284.565"],["14122.770","15272.275"],["14052.443","15247.226"],["14062.048","15243.543"],["14135.434","15249.276"],["14096.952","15281.154"],["14067.772","15255.103"],["14070.782","15246.978"],["14143.592","15246.964"],["5323.343","15488.292"],["5243.124","15503.095"],["5217.233","15456.100"],["5234.452","15475.026"],["5239.313","15481.924"],["5202.949","15418.881"],["5252.729","15474.415"],["5253.786","15499.983"],["5225.619","15439.985"],["5264.768","15462.610"],["5240.510","15463.108"],["5200.119","15405.997"],["5244.296","15504.937"],["5260.348","15503.731"],["5296.567","15483.866"],["5212.198","15464.477"],["5213.754","15465.018"],["5206.796","15481.979"],["9323.667","9218.158"],["9288.517","9237.842"],["9317.328","9209.397"],["9266.893","9255.543"],["9285.853","9238.750"],["6842.658","6094.559"],["6672.643","6018.804"],["6778.992","6144.630"],["6863.611","6081.247"],["6722.727","6068.978"],["6705.298","6020.241"],["6734.880","5990.669"],["6794.845","6142.198"],["6686.243","6085.612"],["6761.271","6041.656"],["6695.220","6011.821"],["6755.728","6065.091"],["6697.835","6016.429"],["16405.472","14402.653"],["16439.151","14417.377"],["16435.303","14303.099"],["16534.016","14421.124"],["16488.998","14411.467"],["4993.281","14369.103"],["5196.604","14317.604"],["5055.384","14376.470"],["5045.757","14419.987"],["5176.028","14298.088"],["5115.220","14250.655"],["5061.081","14371.458"],["5069.655","14396.254"],["5184.663","14301.110"],["5100.927","14264.891"],["5015.683","14250.212"],["5067.813","14425.932"],["5197.129","14388.343"],["5166.209","14312.440"],["5116.799","14261.769"],["5028.923","14248.593"],["5071.392","14285.196"],["5020.568","14318.729"],["5039.311","14378.760"],["5031.485","14387.572"],["5015.034","14426.211"],["5040.089","14446.480"],["5049.581","14387.293"],["5075.938","14424.033"],["5197.870","14365.651"],["5167.163","14308.724"],["5114.792","14260.795"],["5027.254","14275.603"],["5035.879","14442.617"],["5028.212","14379.017"],["5051.772","14441.406"],["5040.878","14440.674"],["5055.593","14411.548"],["5167.542","14300.780"],["5137.802","14239.375"],["5039.238","14238.739"],["5046.136","14435.551"],["5049.771","14417.434"],["5018.489","14429.933"],["5082.926","14361.560"],["5080.549","14391.797"],["5176.534","14391.042"],["5197.553","14353.189"],["5188.014","14391.670"],["5173.066","14320.830"],["5152.376","14342.052"],["5131.885","14297.932"],["5171.605","14292.102"],["5125.424","14253.156"],["5084.616","14290.167"],["5048.872","14238.991"],["5053.745","14428.888"],["5005.083","14420.876"],["5050.501","14401.444"],["5144.083","14376.113"],["5174.596","14334.389"],["5111.410","14256.360"],["18592.219","17988.687"],["18612.795","17984.211"],["18659.752","17986.755"],["18636.973","17943.220"],["18651.693","17948.902"],["18687.958","15305.717"],["13776.160","9593.685"],["13772.689","9593.982"],["10680.617","17840.016"],["10736.749","17903.811"],["10685.634","17945.394"],["10702.728","17930.296"],["10727.339","17956.409"],["10734.337","17970.087"],["10710.765","17988.187"],["10803.797","17860.966"],["10774.305","17838.026"],["10742.512","17845.120"],["10699.482","17857.754"],["10697.622","17859.568"],["10724.759","17912.184"],["10676.949","17926.979"],["10706.626","17939.462"],["10729.699","17936.824"],["10726.410","17987.857"],["10695.666","18001.498"],["10673.185","17840.193"],["10791.248","17848.447"],["10733.844","17841.751"],["10685.519","17941.876"],["10740.620","17975.157"],["10695.765","17988.369"],["10787.629","17880.718"],["10805.935","17885.739"],["10770.820","17869.190"],["10735.851","17871.236"],["10689.416","17854.236"],["10697.424","17865.431"],["10714.037","17906.088"],["10680.176","17903.600"],["10733.246","17900.607"],["10699.417","17933.271"],["10720.211","17945.259"],["10744.700","17954.648"],["10738.770","17961.678"],["10729.255","17975.008"],["10700.732","17999.054"],["10724.025","17879.857"],["10694.762","17848.505"],["10713.625","17882.111"],["10702.885","17914.015"],["10699.239","17905.153"],["10741.321","17897.948"],["10674.740","17873.674"],["10687.755","17924.948"],["10708.682","17938.355"],["10722.923","17970.533"],["10697.426","18005.726"],["12987.591","3977.824"],["12984.436","4025.524"],["12970.913","3986.544"],["12893.445","4022.352"],["8106.228","18350.561"],["8114.337","18351.222"],["8109.783","18388.643"],["8126.987","18397.991"],["8059.686","18400.672"],["8067.663","18397.501"],["8111.039","18383.375"],["8089.657","18367.569"],["8088.896","18319.455"],["8078.114","18343.579"],["8035.106","18311.653"],["8065.125","18282.198"],["8023.698","18272.764"],["8042.267","18287.594"],["8039.101","18354.304"],["8017.489","18360.827"],["7988.441","18333.647"],["7948.451","18280.298"],["7980.584","18363.021"],["7999.482","18352.385"],["7978.953","18367.713"],["7986.420","18369.711"],["7948.819","18343.906"],["8096.730","18422.737"],["8102.322","18433.852"],["8073.423","18444.931"],["8133.691","18453.607"],["8140.401","18461.551"],["8104.130","18455.959"],["8011.837","18424.220"],["8000.489","18462.833"],["8046.459","18432.518"],["8036.081","18439.488"],["7945.514","18435.935"],["7941.748","18431.823"],["7955.360","18405.138"],["7956.166","18395.923"],["8121.523","18310.892"],["8145.150","18352.181"],["7972.235","18257.506"],["8138.085","18315.731"],["8131.943","18335.732"],["8122.641","18324.336"],["8000.146","18259.064"],["7936.752","18273.448"],["8109.483","18398.604"],["8114.910","18357.778"],["8054.233","18334.201"],["7961.404","18366.730"],["7959.401","18394.073"],["7940.863","18414.262"],["17509.563","17563.698"],["5984.769","17688.367"],["5979.807","17652.509"],["5959.606","17713.750"],["5928.582","17689.724"],["5940.655","17809.098"],["5856.858","17689.651"],["5851.931","17694.872"],["5892.980","17770.031"],["5882.105","17777.587"],["5963.742","17817.929"],["5875.144","17650.080"],["5982.062","17657.657"],["5936.467","17679.396"],["5951.621","17816.160"],["5876.428","17661.260"],["5958.656","17804.822"],["5861.589","17702.400"],["5901.280","17717.603"],["5953.991","17657.877"],["5935.127","17673.854"],["5945.961","17772.693"],["5961.412","17751.649"],["5898.009","17669.299"],["11560.160","16434.458"],["17221.216","16646.830"],["17278.709","16623.787"],["17218.250","16641.483"],["17222.954","16739.207"],["17275.148","16730.618"],["14009.779","14669.280"],["13946.268","14811.597"],["13956.285","14777.559"],["13904.132","14780.735"],["13925.843","14800.223"],["13987.595","14679.037"],["13995.424","14748.597"],["13980.130","14781.016"],["13887.337","14780.374"],["14010.642","14755.484"],["13996.194","14695.924"],["14031.023","14739.086"],["14031.173","14726.191"],["14000.870","14806.829"],["13988.052","14683.413"],["13958.224","14862.302"],["13962.239","14780.531"],["13961.975","14769.763"],["14007.234","14792.791"],["14007.430","14856.584"],["14014.356","14803.261"],["13983.545","14702.175"],["13924.127","14805.889"],["13932.641","14831.231"],["7875.051","8495.196"],["7933.055","8452.625"],["7919.061","8412.639"],["7805.309","8514.334"],["7881.044","8510.686"],["7793.927","8524.573"],["7846.974","8506.277"],["7936.390","8380.286"],["7932.805","8527.596"],["7787.045","8514.777"],["7930.675","8349.886"],["7916.552","8454.702"],["7896.339","8416.958"],["7830.334","8528.757"],["7806.305","8516.850"],["7930.417","8495.198"],["7900.040","8438.609"],["2965.762","15758.334"],["3002.014","15753.920"],["3002.637","15750.473"],["2964.923","15750.985"],["3022.557","15730.336"],["2981.387","15801.009"],["2954.512","15758.532"],["2977.587","15768.739"],["20658.211","7080.178"],["20680.662","7058.774"],["20644.116","7088.336"],["20765.958","7067.428"],["20721.715","7082.589"],["20605.465","7090.136"],["20694.295","7123.689"],["20761.994","7060.893"],["20645.465","7057.122"],["20700.333","7097.849"],["20689.428","7051.639"],["20723.719","7114.242"],["20752.027","7068.022"],["20690.152","7093.307"],["20649.346","7084.207"],["20657.976","7181.954"],["13342.352","18471.621"],["13376.866","18534.563"],["13394.958","18552.961"],["13335.214","18504.322"],["13311.250","18494.941"],["13376.734","18535.966"],["13365.106","18587.544"],["13291.776","18492.976"],["13368.954","18573.159"],["13404.399","18545.083"],["13341.678","18509.210"],["13384.744","18555.520"],["13405.797","18556.313"],["13329.507","18481.184"],["13371.191","18541.119"],["13377.063","18559.748"],["14908.091","16397.150"],["14903.174","16358.416"],["14998.274","16563.872"],["14973.274","16542.451"],["14918.165","16363.204"],["14947.723","16400.514"],["14960.626","16359.568"],["14906.033","16541.986"],["14912.478","16526.239"],["14914.776","16436.353"],["14963.976","16461.708"],["14948.955","16456.395"],["14887.137","16356.402"],["14887.463","16541.952"],["15004.939","16374.399"],["14963.109","16555.119"],["14904.388","16555.413"],["14896.783","16434.024"],["14906.084","16412.196"],["15010.492","16507.017"],["14928.125","16372.463"],["14948.805","16425.272"],["15030.310","16360.245"],["15026.634","16394.178"],["15021.510","16522.503"],["14884.406","16494.696"],["14897.168","16415.188"],["14973.289","16359.250"],["15059.235","16423.097"],["14957.952","16409.667"],["14949.288","16482.925"],["14926.988","16507.283"],["14944.485","16486.029"],["15006.091","16393.104"],["15001.750","16471.721"],["15016.309","16493.088"],["15055.590","16355.802"],["15070.896","16412.940"],["15005.201","16452.699"],["14975.904","16388.135"],["15048.994","16523.214"],["15001.432","16555.593"],["14918.797","16387.922"],["14930.878","16499.487"],["10243.403","7524.956"],["10204.997","7503.327"],["10181.589","7607.285"],["10136.097","7549.731"],["10165.844","7538.384"],["10198.509","7598.779"],["10152.339","7533.337"],["10113.744","7538.129"],["10116.816","7661.551"],["10248.058","7512.933"],["10202.744","7502.319"],["10215.811","7524.754"],["10135.505","7578.385"],["10192.291","7540.250"],["10139.078","7614.558"],["10234.866","7480.999"],["10099.665","7556.742"],["10171.392","7631.414"],["10152.158","7524.005"],["10094.352","7553.885"],["10134.991","7626.192"],["10093.311","7608.858"],["10053.818","7511.637"],["10078.085","7526.942"],["10123.093","7681.279"],["10134.263","7534.641"],["10076.901","7552.844"],["10144.817","7571.582"],["10232.276","7479.258"],["10170.705","7578.139"],["10149.567","7582.365"],["10150.826","7500.190"],["10096.638","7567.312"],["10239.612","7519.506"],["6160.454","15362.392"],["6120.793","15481.016"],["6138.518","15465.907"],["6155.093","15452.383"],["6140.803","15405.041"],["6173.814","15438.822"],["6219.797","15417.849"],["6178.813","15452.885"],["6154.047","15380.012"],["6095.365","15307.297"],["6081.523","15316.212"],["6074.730","15312.465"],["6057.336","15329.136"],["6071.655","15395.693"],["6044.125","15350.470"],["6055.493","15361.659"],["6042.045","15296.147"],["6197.597","15441.729"],["6189.456","15428.731"],["6226.984","15422.705"],["6089.978","15497.531"],["6165.125","15375.737"],["6119.480","15406.840"],["6182.217","15437.082"],["6150.178","15402.993"],["6199.524","15446.578"],["6181.364","15446.783"],["6217.659","15416.809"],["6124.358","15482.443"],["6106.623","15496.458"],["6163.612","15370.551"],["6156.278","15468.962"],["6130.527","15388.524"],["6160.128","15413.399"],["6116.148","15437.097"],["6177.762","15395.073"],["6126.628","15333.868"],["6161.095","15373.045"],["6139.184","15402.232"],["6162.908","15411.302"],["6136.971","15409.236"],["6184.127","15397.683"],["6223.761","15425.925"],["6092.527","15504.798"],["6128.109","15329.442"],["6130.538","15486.650"],["6133.263","15400.298"],["6112.005","15474.165"],["6149.902","15391.304"],["6131.921","15435.247"],["17813.291","17229.629"],["17719.197","17388.352"],["17712.580","17373.957"],["5224.519","14871.178"],["5199.111","14677.873"],["6884.455","19060.622"],["7075.135","19075.131"],["6891.946","19088.400"],["6984.604","18892.132"],["7022.528","18937.285"],["6951.500","18974.044"],["6890.847","19097.022"],["6931.533","18996.224"],["6910.318","19096.146"],["7030.250","18978.247"],["7064.000","19077.030"],["6992.680","18910.430"],["7084.761","19093.804"],["7091.509","19055.422"],["7043.095","19066.906"],["7041.360","18961.050"],["6888.041","19057.848"],["7069.526","19056.518"],["6897.061","19091.043"],["7028.087","18943.577"],["6886.281","19058.277"],["6919.231","18986.728"],["6980.435","19006.940"],["7070.036","19074.933"],["6956.669","18909.731"],["7009.913","18940.571"],["7083.948","19017.237"],["7079.227","19029.144"],["7069.243","18927.570"],["6999.629","19008.723"],["7091.761","18903.166"],["7021.044","18950.411"],["6943.226","19070.020"],["6884.828","18997.744"],["7062.730","18999.717"],["6969.935","18955.607"],["6999.267","19010.358"],["7064.376","19018.624"],["6974.573","18951.528"],["13343.985","12658.065"],["13329.523","12710.791"],["13248.010","12703.230"],["13332.492","12571.672"],["13236.538","12572.249"],["13198.910","12574.423"],["13285.379","12585.046"],["13267.651","12581.711"],["13316.102","12702.666"],["13293.523","12742.821"],["13319.425","12582.654"],["13220.100","12560.654"],["13246.248","12608.304"],["13265.235","12736.590"],["13334.754","12703.425"],["13202.453","12606.200"],["13209.391","12637.167"],["13324.797","12619.416"],["13305.663","12607.865"],["13332.834","12633.539"],["13399.328","12597.395"],["13321.810","12673.433"],["13341.102","12690.180"],["13333.224","12683.822"],["13274.648","12730.798"],["13306.910","12595.155"],["13218.529","12666.414"],["13337.456","12590.774"],["13375.603","12564.916"],["16033.115","15965.560"],["16023.767","15959.961"],["16081.002","16038.361"],["16141.446","16017.115"],["16143.607","15949.299"],["16072.186","16025.660"],["16045.460","16047.454"],["16142.971","16051.019"],["16070.910","16036.200"],["16096.241","16072.887"],["16140.015","16078.500"],["16061.774","15970.642"],["16099.801","16012.101"],["16067.884","15969.986"],["16050.150","15958.541"],["16135.311","16052.359"],["12102.923","15269.049"],["11976.034","15093.660"],["12021.256","15109.243"],["12005.971","15236.297"],["11987.820","15236.191"],["12093.236","15275.787"],["12133.040","15289.794"],["12128.007","15295.310"],["11987.316","15091.480"],["12012.244","15107.974"],["12033.553","15239.980"],["12031.382","15233.407"],["12101.147","15263.367"],["11999.076","15101.439"],["12019.808","15099.656"],["11988.462","15238.288"],["11979.989","15264.548"],["11948.445","15249.011"],["13494.015","16598.327"],["13473.389","16609.592"],["13534.988","16572.489"],["13453.416","16617.950"],["13455.714","16597.975"],["13415.704","16588.090"],["13420.616","16689.940"],["13484.189","16615.491"],["13497.700","16598.921"],["13480.034","16594.448"],["13518.886","16586.279"],["13440.390","16622.954"],["13446.323","16578.190"],["13438.301","16586.061"],["13411.607","16659.801"],["13511.127","16604.724"],["13487.762","16624.009"],["13488.900","16598.393"],["13477.518","16610.566"],["13522.241","16571.779"],["13454.732","16623.730"],["13448.477","16591.551"],["13419.158","16572.236"],["13418.527","16744.457"],["13488.769","16605.494"],["13467.748","16612.631"],["13526.123","16586.593"],["13427.530","16574.977"],["13426.668","16727.942"],["13418.565","16746.980"],["13504.163","16588.814"],["13467.567","16604.472"],["13528.655","16581.176"],["13447.182","16605.464"],["13448.740","16599.462"],["13420.063","16576.959"],["13437.425","16687.265"],["13870.583","12360.840"],["13878.995","12389.705"],["13872.880","12430.075"],["13869.731","12500.926"],["13869.501","12503.634"],["13894.045","12410.762"],["13869.344","12445.682"],["13874.492","12411.990"],["13889.452","12533.031"],["13870.290","12530.224"],["13909.925","12398.207"],["13830.512","12445.913"],["13853.966","12465.368"],["13897.642","12511.562"],["13890.636","12524.130"],["13497.993","12428.119"],["13446.957","12384.238"],["13508.597","12393.543"],["13479.699","12391.887"],["13558.776","12373.946"],["13519.347","12416.452"],["13588.570","12394.315"],["13461.973","12398.193"],["13539.206","12382.292"],["13440.115","12390.200"],["13532.068","12394.942"],["13596.662","12424.407"],["13617.172","12424.770"],["13541.392","12355.746"],["13513.393","12422.877"],["13594.968","12417.684"],["13478.717","12387.029"],["13422.927","12358.210"],["13516.903","12422.672"],["13502.837","12408.328"],["19708.781","18172.631"],["19583.377","18127.993"],["19669.009","18170.268"],["19600.361","18222.689"],["19574.506","18138.312"],["19719.505","18193.093"],["19586.733","18128.472"],["19675.341","18175.405"],["19638.928","18199.941"],["19535.094","18048.884"],["19641.269","18221.813"],["19674.515","18144.121"],["7766.596","13879.134"],["7913.166","13984.088"],["7773.734","13975.368"],["7895.734","13862.629"],["7771.990","13984.220"],["7741.760","13983.593"],["9756.923","17540.610"],["9780.770","17448.186"],["9762.021","17421.596"],["9742.775","17562.974"],["9773.769","17583.391"],["9810.324","17590.574"],["9824.581","17597.157"],["9826.491","17592.896"],["9827.856","17587.699"],["9766.028","17583.493"],["9729.042","17584.805"],["9663.685","17557.470"],["9718.859","17569.229"],["9729.291","17450.782"],["9682.022","17413.585"],["9732.688","17506.884"],["18426.604","17946.953"],["18412.591","17988.175"],["18303.000","17981.076"],["18448.232","17948.142"],["18333.032","18011.398"],["18461.012","17976.895"],["12736.670","16285.543"],["12649.265","16285.602"],["12633.801","16177.319"],["12673.272","16229.745"],["12752.264","16304.918"],["12675.480","16322.321"],["12597.661","16317.902"],["7126.337","7611.295"],["7140.564","7606.044"],["7128.832","7651.181"],["7111.699","7610.965"],["7146.695","7614.897"],["7153.262","7667.757"],["7161.186","7628.213"],["7125.342","7645.151"],["7226.558","7676.296"],["7140.679","7666.849"],["14328.978","9527.607"],["14341.444","9573.027"],["14351.226","9398.548"],["14325.772","9513.499"],["14318.301","9461.413"],["14330.957","9464.241"],["14377.881","9456.209"],["14346.692","9466.487"],["14284.491","9405.203"],["14451.169","9526.531"],["14300.703","9560.910"],["14255.251","9566.047"],["14281.073","9560.681"],["14349.519","9383.247"],["14269.315","9405.068"],["14276.088","9554.033"],["14360.470","9404.079"],["14352.151","9388.119"],["14385.171","9581.390"],["14324.857","9580.037"],["14297.398","9515.608"],["14364.792","9552.864"],["14394.464","9565.394"],["14326.099","9472.059"],["14332.016","9511.195"],["14318.045","9532.503"],["14354.646","9500.335"],["14333.070","9458.680"],["14278.358","9410.081"],["14326.971","9405.631"],["14259.846","9566.727"],["14309.951","9572.685"],["14325.704","9522.743"],["14407.305","9561.709"],["14349.583","9391.198"],["14459.192","9575.707"],["14446.596","9536.029"],["14380.582","9578.153"],["14332.616","9580.147"],["14313.237","9545.798"],["14376.798","9558.710"],["14417.491","9582.900"],["14332.945","9521.005"],["14364.780","9524.315"],["14323.355","9474.598"],["14459.477","9580.103"],["14446.109","9510.606"],["14444.087","9480.888"],["14350.709","9573.078"],["14299.290","9514.138"],["14387.570","9541.645"],["14367.958","9565.038"],["14344.721","9558.839"],["14275.859","9410.220"],["14281.127","9390.967"],["14417.099","9569.417"],["13535.919","15632.780"],["13544.659","15637.830"],["13605.736","15641.876"],["13585.582","15638.592"],["13505.836","15594.670"],["13493.711","15585.271"],["13497.833","15545.438"],["13478.711","15671.082"],["13474.018","15674.704"],["13468.494","15679.972"],["13465.363","15686.856"],["13464.345","15694.834"],["13451.881","15607.964"],["13450.618","15609.640"],["13432.723","15549.993"],["13428.041","15555.099"],["13430.231","15561.259"],["13513.733","15601.806"],["13551.691","15571.718"],["13604.566","15602.199"],["13603.756","15607.749"],["13598.697","15631.343"],["13563.951","15533.534"],["13481.037","15561.261"],["13605.870","15712.974"],["13594.595","15713.520"],["13595.155","15711.835"],["13601.143","15700.378"],["13612.196","15696.150"],["13618.592","15681.212"],["13618.559","15691.386"],["13539.750","15713.615"],["13537.974","15706.167"],["13567.010","15695.193"],["13554.456","15687.619"],["13555.589","15701.877"],["13559.628","15682.123"],["13545.807","15682.549"],["13559.942","15673.875"],["13570.060","15664.188"],["13576.622","15662.999"],["13579.203","15653.279"],["13579.845","15651.710"],["13508.664","15714.290"],["13529.806","15699.533"],["13474.681","15708.451"],["13497.837","15701.306"],["13494.728","15692.355"],["13487.373","15693.919"],["13484.331","15683.052"],["13488.755","15678.068"],["13486.897","15676.235"],["13507.003","15668.520"],["13494.652","15664.487"],["13502.133","15649.488"],["13514.099","15695.830"],["13497.768","15648.916"],["13479.107","15657.573"],["13485.056","15639.843"],["13486.979","15644.171"],["13468.622","15627.772"],["13479.783","15621.159"],["13437.874","15559.217"],["13447.233","15551.967"],["13438.286","15567.089"],["13452.671","15573.913"],["13450.664","15567.076"],["13448.928","15584.483"],["13446.066","15578.223"],["13449.250","15597.126"],["13450.731","15592.948"],["13438.118","15538.534"],["13434.412","15523.800"],["13427.471","15530.852"],["13432.584","15511.431"],["13428.538","15513.248"],["13446.814","15664.884"],["13584.044","15711.669"],["13490.614","15530.366"],["13563.022","15713.220"],["13458.496","15545.584"],["13470.308","15693.186"],["13474.217","15697.274"],["13532.007","15713.279"],["3283.463","18597.542"],["3237.798","18575.087"],["3224.511","18605.173"],["3233.767","18527.047"],["3276.818","18613.429"],["3254.772","18638.671"],["3255.331","18590.281"],["3227.175","18550.838"],["3233.014","18611.746"],["3262.433","18635.174"],["3250.936","18644.918"],["3301.551","18583.739"],["3272.094","18580.981"],["3235.889","18533.934"],["3234.227","18520.077"],["3107.076","18634.244"],["3197.995","18666.482"],["3194.705","18673.039"],["3249.377","18633.105"],["3259.920","18587.044"],["3269.346","18617.345"],["3207.850","18572.274"],["3255.031","18654.662"],["3279.133","18620.667"],["3300.137","18608.181"],["3289.803","18525.511"],["3252.550","18543.612"],["3096.994","18646.432"],["3158.277","18641.957"],["3196.219","18642.535"],["3233.902","18590.326"],["3094.675","18597.332"],["3284.593","18514.840"],["3269.388","18603.948"],["3300.603","18644.566"],["3274.863","18644.071"],["3233.034","18669.980"],["3195.857","18669.757"],["3165.503","18629.597"],["3177.674","18642.710"],["3117.116","18586.255"],["3176.794","18581.622"],["3199.952","18542.827"],["8237.953","13003.397"],["8247.976","13047.270"],["8283.779","13025.420"],["8158.207","12971.455"],["8242.162","13004.603"],["8254.359","13003.542"],["8246.212","12974.084"],["8248.574","13181.111"],["8259.646","12994.991"],["8258.313","13003.876"],["8241.760","13007.472"],["8246.163","12979.237"],["16767.848","14938.126"],["16762.507","15020.367"],["16707.015","15028.839"],["13746.354","9270.252"],["13776.225","9187.430"],["13739.902","9315.280"],["13771.513","9264.199"],["13756.715","9334.421"],["13793.575","9257.536"],["13778.494","9201.782"],["13774.984","9308.443"],["13776.842","9232.077"],["13733.952","9313.084"],["13790.471","9360.066"],["13816.503","9347.663"],["13748.585","9226.753"],["13824.448","9196.629"],["13737.384","9355.700"],["13762.944","9231.185"],["13730.005","9345.520"],["13809.747","9329.810"],["13728.414","9247.424"],["13757.506","9262.061"],["13785.814","9204.804"],["13746.645","9308.443"],["13719.802","9364.998"],["13788.545","9173.505"],["13787.659","9372.601"],["13830.218","9361.122"],["13762.608","9187.804"],["13817.565","9187.238"],["13728.920","9223.679"],["13769.744","9197.587"],["13783.356","9324.876"],["13785.553","9332.535"],["13771.391","9213.749"],["8528.610","15345.609"],["8550.234","15427.245"],["8413.269","15320.331"],["8431.985","15333.069"],["8388.094","15397.893"],["8466.511","15408.174"],["8470.052","15358.381"],["8494.756","15333.278"],["8503.147","15437.212"],["8511.671","15504.665"],["8498.556","15452.014"],["8429.131","15434.890"],["8362.155","15405.742"],["9695.086","12801.557"],["9643.767","12854.515"],["9770.496","12891.455"],["9796.184","12766.872"],["9790.749","12835.042"],["9696.204","12803.720"],["9784.436","12911.320"],["9789.304","12921.576"],["9798.811","12946.901"],["9795.933","12932.978"],["9770.794","12968.393"],["9768.096","12969.813"],["9700.183","12836.116"],["9703.818","12849.989"],["9622.059","12903.365"],["9627.075","12825.977"],["9638.818","12802.443"],["9631.940","12816.813"],["9623.338","12836.037"],["9749.872","12844.488"],["9810.394","12778.169"],["9705.691","12824.408"],["9637.106","12789.709"],["9701.894","12871.554"],["9731.060","12760.044"],["9788.597","12927.571"],["9795.900","12911.865"],["9793.170","12939.700"],["9802.709","12941.021"],["9695.808","12838.098"],["9688.867","12834.927"],["9621.698","12928.716"],["9646.549","12813.129"],["9646.220","12821.948"],["9632.301","12829.117"],["9629.143","12831.528"],["9768.178","12828.996"],["9798.627","12814.910"],["9762.799","12833.288"],["9826.808","12954.988"],["11297.272","16926.770"],["11288.028","16790.678"],["11274.317","16787.833"],["11274.421","16791.820"],["11134.018","16829.238"],["11146.918","16819.202"],["11111.652","16864.218"],["11112.080","16783.529"],["11211.057","16783.033"],["11209.470","16835.370"],["11248.449","16833.030"],["11295.377","16825.381"],["11280.535","16892.751"],["11287.404","16855.123"],["11177.925","16819.334"],["11154.362","16789.590"],["11173.759","16804.039"],["11211.221","16848.387"],["11181.562","16870.851"],["11172.446","16848.003"],["9798.840","18888.047"],["9814.338","18797.922"],["9755.654","18858.876"],["9753.644","18885.951"],["9801.751","18868.427"],["9806.836","18821.401"],["9820.341","18786.576"],["9747.150","18845.581"],["9729.861","18880.386"],["9683.431","18878.396"],["9801.672","18833.870"],["9762.134","18825.317"],["9737.504","18886.180"],["9795.964","18858.245"],["9794.599","18834.347"],["9661.290","18807.574"],["9675.287","18784.354"],["9628.971","18798.260"],["9803.118","18793.116"],["9828.433","18880.608"],["9661.063","18691.584"],["9687.757","18711.088"],["9666.803","18709.486"],["9793.974","18848.303"],["9658.988","18786.286"],["9670.011","18684.334"],["17247.367","4684.020"],["17263.965","4688.401"],["17222.360","4676.862"],["17259.294","4697.897"],["17324.664","4717.443"],["17233.149","4642.009"],["17235.360","4677.692"],["17273.241","4682.044"],["17275.558","4712.777"],["17338.410","4701.374"],["17376.003","4681.983"],["17289.638","4723.920"],["17348.758","4691.247"],["17362.562","4707.722"],["17382.940","4724.133"],["17333.083","4693.212"],["17233.197","4681.734"],["17271.300","4700.375"],["17388.829","4699.641"],["17241.421","4688.968"],["17276.975","4698.525"],["17339.333","4720.859"],["17342.779","4712.976"],["17365.270","4688.532"],["4340.516","10935.047"],["4348.811","10960.313"],["4352.238","10947.864"],["4295.508","10984.973"],["4352.502","10906.295"],["4326.969","11066.895"],["4296.347","11011.183"],["4301.492","10892.486"],["4321.508","11062.205"],["4307.366","10970.654"],["4290.328","10904.294"],["4323.383","11041.974"],["4323.863","10965.402"],["4281.237","11008.106"],["4308.515","11033.369"],["4310.212","11010.902"],["4290.850","10883.700"],["4354.412","10953.230"],["4286.750","11036.559"],["4285.085","11011.871"],["28023.733","11245.130"],["28032.446","11240.518"],["27980.529","11235.428"],["27936.114","11237.320"],["9362.883","16859.312"],["9206.247","16829.442"],["9212.328","16830.241"],["9372.304","16844.140"],["9342.866","16835.343"],["9371.456","16783.988"],["9257.995","16787.376"],["9201.557","16789.729"],["9325.271","16797.787"],["9394.769","16867.186"],["9244.100","16787.977"],["9241.832","16823.439"],["9052.129","16410.827"],["9049.546","16377.116"],["9049.192","16359.583"],["9005.913","16544.156"],["9033.468","16550.354"],["9049.669","16548.718"],["9005.746","16447.287"],["9042.014","16435.569"],["9053.457","16387.246"],["9050.754","16383.050"],["9047.367","16411.000"],["9046.312","16397.844"],["9041.396","16421.577"],["9043.956","16413.114"],["9054.964","16442.585"],["9057.722","16425.092"],["9060.778","16468.354"],["9082.851","16458.092"],["9093.522","16471.292"],["9073.801","16450.658"],["9119.969","16479.463"],["9113.022","16486.617"],["9077.239","16480.269"],["9135.587","16487.623"],["9103.266","16463.012"],["9097.664","16465.322"],["9048.845","16460.850"],["9072.555","16463.466"],["9126.495","16546.359"],["9135.512","16494.999"],["9058.259","16448.468"],["15126.191","15096.813"],["15194.913","15261.716"],["15142.464","15212.010"],["15211.097","15289.164"],["15261.518","15130.998"],["15292.208","15166.648"],["15225.234","15095.131"],["15265.291","15236.398"],["15229.880","15287.860"],["15143.303","15088.948"],["15164.142","15164.713"],["15250.095","15084.433"],["15254.837","15135.901"],["15250.038","15255.825"],["15236.835","15198.089"],["15177.580","15213.588"],["15281.185","15145.562"],["15148.073","15186.348"],["15255.564","15268.311"],["15227.806","15190.823"],["15177.037","15200.342"],["4919.120","15112.418"],["4926.188","15135.597"],["4935.350","15116.711"],["4967.870","15121.545"],["4963.672","15125.117"],["4913.503","15133.767"],["4918.693","15126.736"],["4910.457","15110.024"],["4878.191","15093.274"],["4975.562","15128.769"],["19959.537","8510.272"],["19960.393","8429.161"],["19979.341","8435.288"],["19972.318","8449.409"],["20000.163","8482.588"],["20033.013","8444.587"],["19967.487","8466.734"],["19980.300","8398.839"],["19947.811","8428.418"],["19966.599","8438.509"],["19962.060","8440.788"],["19950.497","8352.828"],["20047.569","8424.702"],["19971.352","8386.073"],["19953.518","8434.231"],["19996.303","8458.030"],["20016.971","8498.843"],["19969.938","8360.276"],["9460.548","12428.349"],["9442.025","12405.945"],["9464.666","12501.440"],["9454.576","12385.862"],["7498.164","16289.473"],["7486.905","16315.964"],["7461.954","16318.962"],["7488.719","16274.042"],["7513.738","16264.176"],["7492.263","16166.998"],["7499.327","16189.553"],["7452.331","16224.123"],["7386.766","16181.658"],["7509.825","16339.398"],["7339.794","16293.940"],["7308.694","16315.144"],["7449.222","16225.279"],["7387.522","16207.872"],["7318.188","16160.784"],["7491.442","16203.490"],["7478.318","16188.404"],["7439.065","16286.184"],["7460.469","16299.011"],["7469.412","16302.789"],["7478.547","16285.521"],["7451.356","16315.597"],["7455.044","16334.357"],["7472.644","16337.027"],["7485.645","16324.759"],["7447.150","16240.242"],["7371.963","16203.376"],["7314.318","16322.073"],["7356.470","16320.870"],["7318.789","16276.701"],["7418.841","16208.469"],["7432.926","16216.907"],["7424.334","16242.056"],["7308.022","16181.636"],["7310.276","16247.806"],["7311.958","16296.649"],["7466.833","16164.262"],["7508.613","16352.448"],["7452.842","16311.934"],["7456.707","16310.497"],["7496.786","16290.012"],["7472.345","16308.113"],["7431.113","16347.075"],["7439.567","16330.180"],["7314.178","16213.110"],["7355.295","16232.046"],["7346.169","16204.142"],["7364.360","16218.130"],["7410.751","16296.049"],["7434.081","16278.632"],["7439.081","16247.649"],["7470.017","16263.022"],["7482.369","16233.261"],["7491.556","16228.748"],["7492.000","16258.592"],["7501.446","16197.298"],["7426.463","16313.418"],["7457.115","16227.624"],["7438.150","16228.816"],["7441.117","16206.932"],["7417.130","16235.648"],["7314.108","16241.810"],["7307.498","16294.403"],["7463.115","16154.155"],["7460.355","16309.335"],["7352.285","16247.224"],["7378.834","16205.496"],["7388.941","16257.228"],["7444.032","16247.963"],["7503.216","16271.334"],["7485.758","16152.664"],["7461.589","16206.881"],["7424.713","16215.042"],["7438.913","16210.581"],["7423.923","16232.840"],["7304.141","16247.690"],["7306.196","16256.623"],["7307.350","16301.951"],["7479.217","16149.696"],["7475.141","16288.476"],["7448.827","16339.065"],["7320.421","16152.198"],["7330.492","16230.808"],["7345.051","16222.490"],["7357.395","16257.707"],["7394.484","16282.374"],["7452.321","16264.709"],["7460.675","16273.674"],["7490.525","16182.120"],["13787.113","13949.594"],["13741.410","13948.294"],["13798.333","13952.048"],["13776.383","13981.088"],["13771.365","13958.075"],["13760.315","13974.105"],["13754.310","13975.186"],["13791.836","13973.660"],["13810.517","13962.791"],["13758.199","13951.049"],["13792.557","14000.881"],["13809.331","14021.913"],["13809.963","14017.706"],["13769.882","13956.705"],["13778.561","13939.880"],["13775.341","13958.068"],["13780.238","13952.538"],["13763.151","13951.056"],["13768.148","13957.046"],["13805.859","14022.056"],["13756.791","13926.959"],["13767.094","13956.236"],["13759.249","13953.413"],["13727.803","13882.266"],["13767.385","13961.490"],["13790.902","13940.766"],["13792.672","13984.918"],["13762.543","13910.796"],["13785.211","13995.571"],["13795.696","13987.610"],["13789.253","13972.325"],["13791.063","13959.817"],["13804.804","13843.386"],["13796.514","13824.889"],["13761.472","13853.458"],["13762.492","13858.082"],["13754.094","13844.902"],["13753.748","13821.747"],["13755.969","13816.463"],["13741.657","13913.000"],["13792.348","13954.801"],["13776.390","13977.171"],["13728.598","13912.858"],["10427.621","14317.926"],["10404.020","14251.335"],["10425.748","14278.215"],["10316.036","14443.617"],["10272.895","14404.029"],["10262.597","14411.721"],["10274.586","14393.143"],["10275.601","14329.809"],["10261.210","14374.384"],["10336.555","14440.087"],["10356.708","14311.145"],["10354.801","14285.413"],["10332.668","14255.926"],["10283.012","14263.406"],["10354.983","14256.492"],["10350.312","14337.475"],["10406.694","14427.906"],["10414.397","14402.467"],["10406.635","14265.208"],["10274.539","14406.953"],["10374.177","14400.677"],["10266.150","14405.858"],["10251.528","14417.667"],["10270.557","14320.988"],["10275.749","14293.475"],["10298.628","14385.003"],["10325.223","14447.800"],["10434.364","14320.971"],["10357.753","14334.596"],["10317.130","14257.399"],["10334.272","14262.447"],["10253.162","14272.905"],["10367.088","14241.496"],["10347.779","14349.217"],["10365.729","14425.176"],["10349.060","14308.677"],["10402.179","14258.908"],["10280.279","14411.544"],["10315.667","14339.686"],["10256.083","14377.041"],["10347.958","14318.312"],["10257.776","14238.635"],["10369.868","14255.749"],["10342.599","14334.077"],["14899.811","5762.418"],["14921.604","5719.715"],["14950.455","5747.759"],["14993.183","5739.573"],["15001.855","5744.635"],["15028.569","5761.792"],["15073.463","5775.644"],["15003.211","5765.064"],["15054.785","5758.834"],["14923.860","5767.439"],["14914.647","5760.024"],["14955.981","5748.800"],["14979.120","5732.587"],["15008.795","5743.495"],["15019.260","5760.718"],["15075.881","5773.051"],["15048.864","5769.668"],["14937.262","5735.718"],["14908.992","5763.046"],["17473.065","4529.972"],["17407.889","4513.280"],["17418.728","4498.098"],["17455.205","4565.347"],["17437.527","4565.692"],["17444.067","4562.088"],["17466.624","4535.775"],["17438.892","4561.943"],["7259.896","16571.472"],["7295.916","16661.790"],["7255.766","16609.661"],["7285.406","16630.444"],["7243.120","16569.440"],["7300.110","16622.748"],["7099.464","16667.683"],["7113.593","16687.287"],["7132.737","16746.643"],["7107.966","16768.459"],["7151.716","16622.464"],["7097.571","16716.221"],["7198.871","16611.977"],["7150.877","16690.259"],["7199.397","16712.092"],["7138.543","16714.587"],["7280.613","16607.815"],["7270.234","16646.279"],["7296.432","16751.597"],["7295.198","16751.944"],["7217.841","16711.753"],["7242.216","16708.467"],["7168.421","16717.999"],["7197.434","16709.031"],["7224.932","16583.455"],["7296.254","16631.035"],["7219.206","16724.041"],["7199.029","16680.212"],["7293.935","16645.585"],["7219.848","16707.459"],["7205.592","16706.075"],["11332.695","13382.670"],["11331.015","13353.587"],["11305.372","13304.702"],["11315.300","13367.633"],["11316.454","13358.165"],["11336.636","13370.748"],["11313.081","13364.731"],["11304.937","13297.774"],["11366.926","13368.677"],["11359.868","13386.463"],["11513.688","13238.929"],["11476.366","13223.429"],["11340.972","13218.552"],["11383.164","13206.560"],["11359.844","13190.254"],["11412.990","13214.268"],["11335.878","13355.218"],["12932.687","16302.862"],["12942.356","16310.105"],["12939.062","16322.012"],["12942.352","16313.243"],["12913.059","16329.025"],["12982.607","16271.772"],["12970.660","16273.511"],["12972.042","16275.096"],["12980.971","16342.244"],["14595.383","9878.246"],["14542.449","9910.726"],["14506.256","9908.138"],["14465.110","9814.647"],["14560.074","9800.438"],["14665.088","9811.757"],["14580.762","9853.490"],["14560.953","9907.902"],["14502.473","9863.432"],["14646.881","9838.363"],["14547.966","9829.724"],["14564.522","9927.341"],["14481.601","9904.307"],["14466.196","9826.605"],["14616.856","9802.658"],["14643.344","9842.344"],["14607.094","9884.373"],["14520.640","9915.631"],["14528.229","9892.482"],["14464.567","9816.927"],["13020.576","18041.920"],["13092.340","17911.052"],["13086.681","17882.343"],["13013.515","17928.697"],["13005.323","17911.296"],["13021.485","17893.384"],["13016.925","18026.413"],["13111.172","17901.507"],["13017.611","17939.102"],["13192.527","17866.694"],["13075.760","17868.190"],["13037.840","17920.445"],["13008.673","17886.233"],["13174.360","18004.161"],["13066.075","17916.861"],["13186.498","18017.192"],["13036.908","18002.020"],["13009.227","18015.166"],["13125.070","17911.762"],["13099.873","17891.614"],["13120.489","18036.482"],["13195.261","17957.495"],["13187.218","17962.416"],["13137.149","17873.564"],["13141.935","17835.562"],["13092.602","17885.002"],["13073.458","17880.064"],["12989.272","17946.368"],["12989.145","18022.685"],["13032.034","17868.901"],["13009.013","17846.327"],["13095.880","18023.817"],["13116.927","17860.786"],["13014.869","18020.451"],["13092.587","17905.652"],["13127.932","17922.547"],["13188.747","17887.484"],["13126.756","18042.427"],["13171.873","17996.272"],["13189.090","17835.463"],["13151.606","17877.940"],["13066.418","17861.649"],["13012.824","17929.391"],["13020.389","17911.296"],["13028.037","17908.356"],["13019.178","17873.858"],["13071.357","17995.692"],["13175.840","18012.369"],["13037.977","18027.403"],["13097.883","17936.255"],["13081.534","17926.395"],["13121.344","18041.668"],["13166.116","17940.798"],["13158.320","17981.756"],["13175.734","17884.844"],["13196.277","17880.913"],["13078.819","17854.300"],["12989.387","17945.444"],["12990.127","17941.381"],["13012.396","17910.850"],["13045.027","17875.441"],["13026.119","17874.321"],["13065.321","17997.310"],["13109.469","18043.006"],["13040.362","18007.403"],["13123.491","17920.862"],["13091.041","17906.329"],["13152.613","17962.036"],["13195.212","17989.022"],["13191.507","17867.949"],["13167.609","17842.813"],["13015.505","17932.347"],["13070.694","17868.850"],["13016.721","17885.647"],["13010.109","17902.410"],["12988.915","17863.602"],["13008.125","17851.431"],["12920.677","18470.635"],["12783.482","18580.820"],["12820.255","18493.120"],["12891.401","18468.190"],["12842.706","18490.362"],["12808.953","18526.540"],["12786.107","18529.529"],["12855.716","18503.376"],["12813.759","18492.261"],["12789.018","18539.240"],["12809.841","18549.513"],["12959.707","18479.652"],["12881.020","18641.658"],["12781.229","18599.416"],["12792.676","18599.350"],["12796.370","18517.126"],["12790.153","18495.821"],["12799.669","18470.605"],["12844.400","18529.272"],["12844.581","18512.790"],["12796.337","18558.662"],["5340.215","20222.738"],["5368.056","20235.950"],["5333.099","20268.788"],["5340.583","20280.150"],["5295.577","20210.186"],["5304.212","20241.598"],["5327.247","20162.960"],["5309.369","20184.446"],["5351.320","20181.450"],["5366.403","20192.235"],["5393.113","20175.065"],["5346.938","20240.640"],["5343.056","20208.981"],["5241.077","20236.092"],["5208.265","20219.015"],["5341.652","20257.673"],["5331.175","20287.450"],["5323.209","20180.806"],["5298.850","20198.213"],["5337.231","20184.099"],["5289.796","20201.061"],["5402.702","20194.299"],["5377.044","20178.444"],["5391.263","20203.316"],["5337.168","20232.135"],["5224.646","20180.534"],["5237.294","20191.632"],["5341.474","20195.743"],["5208.840","20184.547"],["5311.278","20188.741"],["5340.295","20163.215"],["14453.133","17852.407"],["14399.311","17910.416"],["14403.078","17961.845"],["14353.538","17931.358"],["14341.252","17953.505"],["14267.726","17878.451"],["14271.607","17928.873"],["14251.624","17894.257"],["14293.236","17917.048"],["14253.450","17884.100"],["14366.318","17853.044"],["14379.048","17855.967"],["14377.206","17835.075"],["14337.584","17844.225"],["14355.462","17857.784"],["14390.594","17935.685"],["14384.311","17959.202"],["14420.397","18018.235"],["14340.762","18010.365"],["14330.433","18004.024"],["14337.654","17999.036"],["14450.304","17889.500"],["14460.978","17900.797"],["14409.972","17845.610"],["14415.644","17889.029"],["14378.703","17948.401"],["14355.561","17938.591"],["14433.028","17906.287"],["14325.857","17971.292"],["14376.005","17944.124"],["14267.117","17960.499"],["14312.380","17946.792"],["14313.055","17925.553"],["14260.489","17904.397"],["14302.068","17909.946"],["14300.791","17882.177"],["14372.749","17858.230"],["14340.051","17883.184"],["14366.745","17866.355"],["14353.966","17866.388"],["14306.943","17837.569"],["14316.071","17860.575"],["14327.403","17893.292"],["14399.805","17894.066"],["14391.482","17885.792"],["14375.578","17931.638"],["14352.815","17943.695"],["14407.798","17906.585"],["14461.401","18014.040"],["14416.137","18016.038"],["14457.355","17979.523"],["14435.035","17984.312"],["14418.160","17944.791"],["14450.118","17943.453"],["14433.489","18022.942"],["14424.772","17971.579"],["14436.598","18026.509"],["14428.637","18038.633"],["14357.473","18027.426"],["14320.384","18009.655"],["14388.493","18004.123"],["14329.591","17982.456"],["14357.502","17918.558"],["14442.919","17928.939"],["14459.136","17896.189"],["14315.209","17907.386"],["14255.670","17946.395"],["14275.209","17896.833"],["14317.485","17899.303"],["14395.133","17849.493"],["14362.749","17921.515"],["14342.173","17932.183"],["14421.680","17958.829"],["14425.430","17941.752"],["14414.643","17833.620"],["14406.057","17876.593"],["14330.556","17999.503"],["14321.806","17978.231"],["14269.643","17990.532"],["14268.706","18006.089"],["14349.462","17881.233"],["14359.906","17874.099"],["14285.129","17957.736"],["14313.114","18011.390"],["14327.250","17972.418"],["14320.145","17979.552"],["14290.104","17993.983"],["14317.275","18014.512"],["14453.018","17860.929"],["14454.251","17850.755"],["14322.239","17873.341"],["14348.850","17850.088"],["14403.867","17864.819"],["14308.061","17899.865"],["14335.495","17858.544"],["14310.413","17856.231"],["14293.367","17918.831"],["14294.979","17875.578"],["14259.634","17961.358"],["14408.440","17981.927"],["14386.680","17975.718"],["14332.074","17901.531"],["14389.426","17928.517"],["14373.176","17947.443"],["14373.242","17954.826"],["14378.999","17980.276"],["14446.664","17956.930"],["14315.721","17957.785"],["14314.183","18020.375"],["14453.001","17845.834"],["14340.791","17880.179"],["14307.633","17876.264"],["14329.656","17863.878"],["14267.380","17908.988"],["14284.190","17915.958"],["14405.167","17935.206"],["14343.949","17940.177"],["14365.167","17936.940"],["14335.693","17929.937"],["14423.226","17945.848"],["14381.289","18006.187"],["9594.526","13652.000"],["9618.092","13680.388"],["9582.682","13727.167"],["9552.747","13667.106"],["9610.305","13615.451"],["9603.950","13650.084"],["9617.270","13683.691"],["9615.273","13721.668"],["9551.941","13652.887"],["9535.816","13619.785"],["9567.319","13655.380"],["8070.173","13037.700"],["8076.883","13036.120"],["8080.534","13044.279"],["4772.155","14026.018"],["4640.902","14006.118"],["4642.991","14025.127"],["4653.764","14018.934"],["7107.322","12602.959"],["7227.586","12674.595"],["7236.961","12671.440"],["7270.752","12718.126"],["7131.022","12603.190"],["7097.700","12593.413"],["7095.286","12580.084"],["7100.451","12566.096"],["7139.925","12757.095"],["7161.748","12676.594"],["7163.557","12678.906"],["7154.077","12658.139"],["7158.107","12673.333"],["7094.964","12702.703"],["7111.148","12709.739"],["7157.817","12680.442"],["7178.869","12673.390"],["7165.591","12660.451"],["7167.778","12647.685"],["7096.822","12709.821"],["7106.131","12711.209"],["5095.017","19551.840"],["5089.473","19544.655"],["5107.271","19605.474"],["5132.074","19696.841"],["5136.956","19686.462"],["5179.746","19551.503"],["5160.815","19534.467"],["5195.232","19533.062"],["5176.266","19690.900"],["5056.049","19707.675"],["4992.277","19546.133"],["5073.964","19550.305"],["5073.256","19562.327"],["5120.427","19565.646"],["5157.353","19599.132"],["5092.369","19619.661"],["5138.078","19716.726"],["5132.634","19699.434"],["5149.439","19658.187"],["5117.893","19718.650"],["5144.022","19530.149"],["5159.821","19548.025"],["5190.249","19549.032"],["5045.868","19724.075"],["5089.458","19567.613"],["5080.180","19556.761"],["5116.973","19583.417"],["5133.833","19616.028"],["5104.014","19641.494"],["5128.390","19730.995"],["5119.838","19728.402"],["5132.729","19676.338"],["5116.068","19707.717"],["5164.072","19561.313"],["5143.957","19551.256"],["5156.407","19549.182"],["5188.247","19557.649"],["5155.676","19551.080"],["5165.115","19659.670"],["5110.591","19544.044"],["5150.059","19528.068"],["5153.183","19546.028"],["5190.690","19676.961"],["5020.881","19578.114"],["5028.694","19566.174"],["5103.274","19559.412"],["5089.913","19579.431"],["5117.265","19593.370"],["5008.717","19631.844"],["5032.138","19614.519"],["4999.091","19682.866"],["5116.263","19556.960"],["5169.487","19598.067"],["5152.790","19660.235"],["5191.885","19652.143"],["5085.294","19641.072"],["5140.541","19654.747"],["6281.139","12059.042"],["6382.292","12014.230"],["6394.208","12072.369"],["6404.856","11998.161"],["6268.399","12073.706"],["6366.240","12026.468"],["6283.113","12060.776"],["6377.786","12004.998"],["6396.757","12084.854"],["6426.672","12042.848"],["6355.417","12047.216"],["6408.912","12031.604"],["6440.363","12024.359"],["6270.498","12060.363"],["6260.282","12080.236"],["6418.342","12001.629"],["6400.171","12027.789"],["6457.847","12001.601"],["6270.975","12050.834"],["6395.974","11995.568"],["6376.700","12014.940"],["6385.113","12061.915"],["6390.915","12045.771"],["6428.280","11995.100"],["6459.656","12028.124"],["6389.922","12034.974"],["6254.241","12048.469"],["6671.722","18184.738"],["3903.307","15455.387"],["3759.178","15495.862"],["3769.848","15416.055"],["3748.954","15397.978"],["3757.191","15506.702"],["3858.406","15471.456"],["3866.498","15488.368"],["3790.059","15494.959"],["3829.434","15505.627"],["3822.420","15504.371"],["3761.234","15474.689"],["3790.033","15475.812"],["3768.582","15436.006"],["3739.355","15460.068"],["3756.848","15373.420"],["3753.065","15361.282"],["3874.475","15457.749"],["3893.603","15440.606"],["3779.763","15470.466"],["3798.381","15460.243"],["3749.240","15418.813"],["3740.934","15414.304"],["3765.368","15363.329"],["3727.736","15388.565"],["3873.981","15462.654"],["3803.134","15506.073"],["3849.871","15505.412"],["3771.891","15472.542"],["3806.131","15413.677"],["3748.345","15379.828"],["3757.447","15482.283"],["11980.629","15620.796"],["12064.230","15648.563"],["11990.490","15710.193"],["5049.629","11099.940"],["5060.994","11203.731"],["5069.725","11202.032"],["5047.737","11171.653"],["5047.424","11225.121"],["5052.689","11102.401"],["5080.833","11217.429"],["5056.915","11186.880"],["5046.996","11208.986"],["5059.004","11122.765"],["5068.623","11186.013"],["5050.333","11199.551"],["5046.828","11233.176"],["5108.000","11176.642"],["5188.565","11162.682"],["5157.872","11140.053"],["5148.118","11105.007"],["5109.106","11205.427"],["5131.789","11161.972"],["5110.875","11168.167"],["5259.261","19954.966"],["5272.766","19977.990"],["4042.688","18359.721"],["4145.347","18391.625"],["4090.746","18406.387"],["4035.649","18318.631"],["4030.813","18337.145"],["4007.403","18354.762"],["3962.782","18338.891"],["3944.692","18334.006"],["4130.742","18367.364"],["4040.435","18303.470"],["4011.635","18311.596"],["3973.374","18329.345"],["3946.682","18339.621"],["4136.827","18398.347"],["4121.407","18377.980"],["4095.376","18349.134"],["4111.618","18270.488"],["3975.944","18326.085"],["3980.500","18333.385"],["4082.879","18386.734"],["4071.432","18378.163"],["3969.710","18274.833"],["4005.713","18323.388"],["3956.555","18285.241"],["4719.432","14860.859"],["4723.893","14833.503"],["4759.386","14835.633"],["4701.005","14678.588"],["4672.861","14715.039"],["4665.380","14812.064"],["4682.250","14849.497"],["4763.754","14736.788"],["4756.197","14863.167"],["4716.702","14846.044"],["4710.916","14824.717"],["4760.537","14814.461"],["4731.056","14668.037"],["4719.244","14667.259"],["4668.423","14718.489"],["4679.690","14700.487"],["4696.331","14710.133"],["4620.917","14824.509"],["4627.299","14812.948"],["4635.274","14868.683"],["4623.227","14836.567"],["4623.161","14872.438"],["4705.922","14669.620"],["4662.601","14722.832"],["4701.252","14718.835"],["4726.825","14701.529"],["4668.404","14748.218"],["4715.330","14837.695"],["4649.865","14860.892"],["4646.270","14843.057"],["4633.243","14820.085"],["4708.258","14665.494"],["4776.172","14760.372"],["4731.373","14855.161"],["4742.906","14823.363"],["4748.958","14833.453"],["4703.930","14710.282"],["4612.815","14815.357"],["4607.124","14822.409"],["4659.186","14799.755"],["4679.761","14699.873"],["4690.616","14701.525"],["4671.999","14729.121"],["4711.292","14726.479"],["4722.057","14663.873"],["21976.563","6209.944"],["21903.926","6412.354"],["21937.314","6279.506"],["21931.409","6362.941"],["21934.682","6307.004"],["21917.840","6244.840"],["21998.761","6226.392"],["18297.680","14621.153"],["10372.630","14587.129"],["10281.548","14631.551"],["10264.188","14611.833"],["10395.478","14464.118"],["10375.955","14476.785"],["10388.353","14568.721"],["10338.583","14524.030"],["10256.220","14555.792"],["10309.278","14521.506"],["10273.307","14530.919"],["10262.876","14507.453"],["10337.841","14553.492"],["10351.559","14550.304"],["10345.653","14601.167"],["10342.577","14552.612"],["10255.262","14520.222"],["10328.101","14513.679"],["10259.738","14650.979"],["10267.748","14660.112"],["10326.360","14607.805"],["10344.503","14604.469"],["10318.285","14596.607"],["10378.587","14595.346"],["10388.175","14550.608"],["10349.537","14603.651"],["10310.770","14523.519"],["10350.282","14618.880"],["10348.259","14593.447"],["10256.153","14495.858"],["10265.462","14560.663"],["10267.399","14500.434"],["10292.760","14545.801"],["10329.515","14462.352"],["10290.966","14560.725"],["10321.755","14616.080"],["10338.499","14587.179"],["10253.192","14454.460"],["10327.575","14471.367"],["10374.306","14579.611"],["10374.765","14524.267"],["10405.544","14464.877"],["10357.645","14534.419"],["10268.506","14587.088"],["10257.366","14536.652"],["10264.897","14473.376"],["10367.808","14580.308"],["10255.725","14534.890"],["10251.726","14480.371"],["10266.999","14476.470"],["10267.633","14650.219"],["10261.416","14653.208"],["10293.192","14646.222"],["10280.988","14654.926"],["13424.951","17005.588"],["13429.554","17052.121"],["13447.271","17003.887"],["13519.771","17072.546"],["13531.827","17151.215"],["13523.648","17162.531"],["13487.490","17134.670"],["13467.104","17172.375"],["13468.683","17135.613"],["13509.450","17055.044"],["13457.402","17157.280"],["13437.548","17051.857"],["13532.703","17045.055"],["13518.587","17053.653"],["13522.386","17143.635"],["13513.517","17137.907"],["13495.451","17145.438"],["13486.190","17166.573"],["13464.670","17153.499"],["13457.845","17179.403"],["13505.091","17039.355"],["13441.793","17123.705"],["13417.336","17004.298"],["13434.620","17043.600"],["13526.124","17042.132"],["13466.662","17037.842"],["13523.357","17060.177"],["13520.429","17133.081"],["13479.020","17131.086"],["13483.493","17159.917"],["13472.433","17171.913"],["13480.393","17134.837"],["13465.338","16997.191"],["13505.796","16989.291"],["13431.153","16993.845"],["13518.578","16987.068"],["13517.704","17032.313"],["13440.313","17164.217"],["13413.522","17192.080"],["13420.428","17008.372"],["13505.305","17007.299"],["13427.797","17144.547"],["13415.773","17007.273"],["13535.351","17030.274"],["13458.060","17026.182"],["13513.637","17066.816"],["13534.162","17153.247"],["13497.563","17154.934"],["13476.766","17157.555"],["13467.910","17155.761"],["13478.058","17135.877"],["13510.470","17042.460"],["13428.323","17157.148"],["13427.252","17040.230"],["13460.491","17045.787"],["13435.363","17008.428"],["13521.614","17052.447"],["13532.553","17035.486"],["13518.582","17154.439"],["13500.961","17136.883"],["13478.312","17165.532"],["13466.890","17164.051"],["13466.035","17143.342"],["13455.279","17169.873"],["13492.098","17007.794"],["13430.724","17173.383"],["20722.096","7812.188"],["20738.251","7694.269"],["20727.227","7726.756"],["20651.898","7734.948"],["20689.546","7699.770"],["20637.934","7719.225"],["20739.332","7721.521"],["20661.684","7737.277"],["20760.340","7698.993"],["20698.576","7822.609"],["20708.361","7715.245"],["5182.036","19180.221"],["5114.473","19244.333"],["5138.643","19304.941"],["5074.881","19302.052"],["5196.317","19177.938"],["5188.253","19232.690"],["5189.701","19222.533"],["5131.249","19242.715"],["5175.123","19301.027"],["5162.031","19291.068"],["5089.717","19311.730"],["5028.947","19304.623"],["5151.987","19197.248"],["5176.675","19196.076"],["5099.884","19287.190"],["5096.594","19283.474"],["5164.004","19258.516"],["5171.126","19302.249"],["5169.100","19138.611"],["5030.451","19277.095"],["4992.622","19255.741"],["5186.258","19288.359"],["5011.015","19132.445"],["5054.501","19248.616"],["5073.119","19249.376"],["5084.348","19238.089"],["5083.329","19197.957"],["5099.711","19309.145"],["10532.744","15900.812"],["10579.094","15783.689"],["10573.657","15791.971"],["10549.646","15768.170"],["10560.484","15758.544"],["10584.075","15720.937"],["10661.957","15759.800"],["10566.388","15914.569"],["10668.445","15777.328"],["10614.174","15790.200"],["10588.169","15743.624"],["10490.122","15897.991"],["10490.342","15909.685"],["10555.678","15880.092"],["10517.201","15913.785"],["10599.492","15913.749"],["10467.511","15874.369"],["10467.495","15874.353"],["10467.511","15874.369"],["10566.789","15789.712"],["10548.247","15748.045"],["5620.161","18089.826"],["5647.722","18148.869"],["5630.485","18139.967"],["5672.103","18115.895"],["5668.846","18136.770"],["5741.233","18172.267"],["5815.912","18225.494"],["5662.113","18160.743"],["5671.642","18115.664"],["5718.798","18148.485"],["5651.652","18124.905"],["5696.247","18130.907"],["5717.663","18163.745"],["12500.070","12223.884"],["12558.903","12170.718"],["12523.300","12151.688"],["12520.036","12139.516"],["12540.091","12172.130"],["12555.695","12159.043"],["12499.340","12252.093"],["12439.671","12144.824"],["12462.336","12144.147"],["12488.501","12253.745"],["12507.728","12271.317"],["12495.925","12199.921"],["12517.286","12175.014"],["12451.826","12126.145"],["12471.744","12141.339"],["9830.194","14631.101"],["9821.999","14624.946"],["9796.962","14648.762"],["9638.899","14488.422"],["9690.673","14629.711"],["9757.624","14619.938"],["9720.893","14632.292"],["9720.169","14570.414"],["9714.721","14561.617"],["9773.768","14537.687"],["9806.257","14498.444"],["9783.822","14559.730"],["9787.501","14574.423"],["9829.500","14555.426"],["9808.056","14473.053"],["9647.024","14475.243"],["9642.221","14518.761"],["9760.567","14649.198"],["9764.157","14648.392"],["9771.899","14652.596"],["9810.174","14581.632"],["9813.068","14602.474"],["9752.991","14599.509"],["9776.790","14616.114"],["9685.905","14603.600"],["9739.091","14594.831"],["9653.021","14463.493"],["9645.066","14524.789"],["9689.275","14645.203"],["9754.330","14619.058"],["9728.231","14581.263"],["9695.952","14563.509"],["9777.885","14542.868"],["9803.105","14460.700"],["9621.237","14599.578"],["9685.201","14590.676"],["9623.490","14589.636"],["9788.874","14499.520"],["9789.663","14521.056"],["9802.982","14562.681"],["9823.360","14571.087"],["9816.864","14531.731"],["9683.472","14534.236"],["9672.770","14477.329"],["9661.245","14486.767"],["9679.030","14593.311"],["9743.675","14652.996"],["9687.762","14639.274"],["9734.290","14614.395"],["9744.149","14652.639"],["9723.656","14570.612"],["9695.458","14575.153"],["9811.790","14473.797"],["9664.888","14640.635"],["9791.604","14486.258"],["16288.760","15913.252"],["16164.080","15888.801"],["16269.006","15894.689"],["16147.142","15854.222"],["16184.886","15899.073"],["16167.304","15907.414"],["16272.428","15922.996"],["16148.444","15815.372"],["16172.960","15801.971"],["16197.195","15843.531"],["16199.483","15891.329"],["16221.524","15729.031"],["16225.295","15777.465"],["16307.294","15780.020"],["16276.673","15732.234"],["16347.491","15732.016"],["16270.450","15867.774"],["16348.614","15923.679"],["16306.697","15807.595"],["16311.763","15814.003"],["6605.410","5980.596"],["6543.731","5962.532"],["6607.111","5842.030"],["6569.525","5819.178"],["6641.618","5889.138"],["6646.930","5983.438"],["6489.311","5959.674"],["6485.046","5950.935"],["28515.321","9431.137"],["28460.979","9451.980"],["28370.309","9515.504"],["28373.402","9500.458"],["10761.604","13613.898"],["10739.678","13806.282"],["10697.605","13807.186"],["10745.180","13677.552"],["10759.580","13778.579"],["10763.822","13715.372"],["10775.360","13716.954"],["10799.983","13780.144"],["10761.811","13787.731"],["10699.735","13769.637"],["10792.343","13761.859"],["10684.011","13675.440"],["10715.233","13625.879"],["10733.110","13627.870"],["10834.871","13638.634"],["10802.911","13654.593"],["10844.429","13774.244"],["10842.224","13774.988"],["10831.185","13795.594"],["10845.544","13729.538"],["10731.130","13804.331"],["10718.084","13807.272"],["10698.897","13813.886"],["10760.591","13672.325"],["10741.034","13640.381"],["10750.708","13718.944"],["10747.219","13724.284"],["10695.833","13775.481"],["10736.452","13722.299"],["10730.778","13724.067"],["10713.033","13741.568"],["10730.485","13690.596"],["10803.193","13676.904"],["10787.309","13762.052"],["5501.284","15940.906"],["5481.198","15937.662"],["5504.255","15983.369"],["5519.660","15953.110"],["5461.357","15965.638"],["5507.711","15942.891"],["5457.915","15952.520"],["5492.283","15975.239"],["5514.298","15959.683"],["5443.528","15982.268"],["5461.503","15947.923"],["5513.544","15976.181"],["5448.348","15960.320"],["12874.525","12741.633"],["12818.969","12644.634"],["12815.222","12570.143"],["12897.715","12751.609"],["12977.752","12566.153"],["12885.676","12668.157"],["12795.048","12713.242"],["12847.725","12723.669"],["12954.552","12610.582"],["12912.299","12568.445"],["12868.319","12622.021"],["12820.323","12674.951"],["12875.326","12635.615"],["12780.457","12555.261"],["12803.152","12618.849"],["12832.232","12709.631"],["12783.399","12652.226"],["12929.009","12608.204"],["12883.747","12613.697"],["12829.516","12565.911"],["12837.938","12585.753"],["12980.762","12607.520"],["12846.804","12741.869"],["12869.048","12754.119"],["12866.296","12576.323"],["12852.753","12665.737"],["12801.260","12608.032"],["12933.417","12592.167"],["12912.480","12562.103"],["12986.628","12582.859"],["12872.266","12615.415"],["12879.008","12747.963"],["12988.015","12571.335"],["12820.536","12613.003"],["8184.023","13823.387"],["8201.562","13827.750"],["11057.917","18621.105"],["11073.624","18605.763"],["11062.506","18596.068"],["11013.139","18648.704"],["11025.179","18615.690"],["11014.175","18618.365"],["10902.722","18660.951"],["10893.509","18661.599"],["10982.300","18625.665"],["10942.410","18657.285"],["10902.407","18641.467"],["3712.470","16220.916"],["3689.196","16343.766"],["3610.681","16286.250"],["3578.506","16236.689"],["3675.974","16273.018"],["3671.879","16250.359"],["3709.509","16160.619"],["3630.923","16352.124"],["3675.610","16289.398"],["3654.623","16321.950"],["3594.087","16336.325"],["3631.569","16333.055"],["3606.536","16320.965"],["3569.361","16229.901"],["3605.973","16243.295"],["3680.316","16300.516"],["3708.819","16249.269"],["3709.015","16314.171"],["3668.077","16283.700"],["3645.781","16349.917"],["3599.777","16337.514"],["3599.134","16299.842"],["3562.901","16299.545"],["3579.772","16224.847"],["3561.532","16214.443"],["3612.754","16310.792"],["3619.858","16300.866"],["3571.039","16262.800"],["3677.109","16169.119"],["3717.299","16202.943"],["3691.530","16260.944"],["3694.128","16272.504"],["5408.192","17408.182"],["5352.547","17331.687"],["5335.240","17329.812"],["5344.374","17329.632"],["5339.917","17334.370"],["5338.190","17328.754"],["5351.204","17358.406"],["5336.640","17355.872"],["5341.161","17347.796"],["5340.331","17372.468"],["5347.042","17325.468"],["5368.319","17297.088"],["5361.028","17308.058"],["5357.932","17294.546"],["5354.328","17298.508"],["5336.716","17302.678"],["5338.710","17308.172"],["5329.631","17306.454"],["5303.121","17341.249"],["5294.222","17328.066"],["5310.299","17333.723"],["5295.685","17296.810"],["5324.678","17311.269"],["5303.132","17308.253"],["5300.471","17326.195"],["5326.342","17297.302"],["5356.682","17253.769"],["5348.164","17268.713"],["5270.567","17287.700"],["5257.681","17275.546"],["5251.021","17242.271"],["5247.019","17201.352"],["5255.062","17205.752"],["5262.074","17224.397"],["5353.240","17230.748"],["5355.270","17212.665"],["5290.310","17279.987"],["5345.744","17241.162"],["5328.889","17205.342"],["5344.022","17223.334"],["5356.559","17221.416"],["5339.652","17204.821"],["5349.167","17335.501"],["5372.574","17315.663"],["5318.788","17404.820"],["5353.543","17394.010"],["5344.398","17389.269"],["5340.016","17378.688"],["5336.479","17382.857"],["5329.479","17338.990"],["5334.913","17365.029"],["5335.381","17371.964"],["5351.296","17372.326"],["5369.763","17386.175"],["5323.890","17397.918"],["5367.058","17402.733"],["5362.872","17385.402"],["5201.875","17228.786"],["5245.873","17375.489"],["5206.621","17376.369"],["13793.880","13235.765"],["13696.027","13223.649"],["13738.458","13224.073"],["13789.811","13384.866"],["13803.307","13221.435"],["13771.856","13267.298"],["13641.662","13219.833"],["13729.198","13238.045"],["13765.480","13184.057"],["13812.093","13349.161"],["13637.487","13250.360"],["13799.018","13258.008"],["13762.014","13227.126"],["13640.305","13261.138"],["13760.300","13210.134"],["13803.589","13200.841"],["13696.492","13192.610"],["13772.088","13360.895"],["13753.417","13381.621"],["13804.044","13236.900"],["13712.229","13230.286"],["13777.570","13271.594"],["13771.707","13205.889"],["13768.004","13237.760"],["13754.034","13235.337"],["13774.956","13208.438"],["13782.457","13201.095"],["13727.323","13207.987"],["13656.069","13343.216"],["13636.317","13223.326"],["13737.797","13190.032"],["13731.300","13197.910"],["13796.554","13274.493"],["13824.303","13376.710"],["14375.381","8579.616"],["14314.282","8639.335"],["14261.177","8559.100"],["14428.370","8532.308"],["14357.756","8565.012"],["14275.549","8581.080"],["14294.647","8572.705"],["14312.339","8644.243"],["14326.631","8609.413"],["14257.128","8562.605"],["14334.079","8532.104"],["14365.608","8548.682"],["14310.190","8586.661"],["14401.426","8547.142"],["14286.923","8548.156"],["14306.272","8567.756"],["14263.876","8600.807"],["14382.659","8552.312"],["14305.601","8542.482"],["6458.713","13556.994"],["6444.174","13573.212"],["6404.813","13573.329"],["6388.561","13563.575"],["6401.663","13598.572"],["6403.386","13603.188"],["6394.627","13587.631"],["6439.848","13573.113"],["6376.319","13542.086"],["6379.089","13559.688"],["6428.115","13570.131"],["6408.550","13598.184"],["6393.722","13597.655"],["6461.688","13575.728"],["6445.522","13585.549"],["6370.168","13546.033"],["6418.061","13584.617"],["6409.630","13587.146"],["6383.433","13594.844"],["6452.527","13586.761"],["6416.080","13400.098"],["6396.324","13512.147"],["6383.478","13489.042"],["6345.799","13564.201"],["6339.384","13572.211"],["6332.616","13574.852"],["6416.244","13411.031"],["6412.442","13477.401"],["6414.581","13479.779"],["6347.279","13576.852"],["6345.585","13560.947"],["16816.745","13678.837"],["16791.997","13692.026"],["16792.279","13655.315"],["16882.370","13764.331"],["16822.685","13722.574"],["16810.027","13721.942"],["16820.948","13726.125"],["16905.671","13671.009"],["16893.319","13704.076"],["16902.055","13746.991"],["16907.762","13758.974"],["3951.733","16836.433"],["4028.995","16862.928"],["4059.780","16882.247"],["4026.187","16785.700"],["4077.292","16801.829"],["3978.608","16820.942"],["4070.799","16856.483"],["4037.608","16844.229"],["4076.716","16789.823"],["3987.822","16868.415"],["3959.266","16824.014"],["3982.621","16823.320"],["4025.722","16867.635"],["4051.671","16829.497"],["3991.072","16784.263"],["4068.271","16878.222"],["4070.355","16879.373"],["4067.259","16779.038"],["3985.487","16862.106"],["4143.947","16828.428"],["4087.274","16816.066"],["4113.788","16822.639"],["4112.582","16877.896"],["3992.230","16862.880"],["3970.222","16789.276"],["3948.418","16831.773"],["3957.530","16844.143"],["4011.486","16810.522"],["3989.364","16801.868"],["4019.612","16867.045"],["4137.076","16813.054"],["6123.842","15942.004"],["6168.707","16119.926"],["6146.609","16097.437"],["6166.130","16099.148"],["6110.383","16081.633"],["6126.864","16081.631"],["6171.979","15934.739"],["6174.109","16016.933"],["6150.961","15958.026"],["6245.671","16040.011"],["6228.318","16115.674"],["6048.578","16059.097"],["13232.675","18270.071"],["13362.534","18386.879"],["13290.174","18389.984"],["13389.865","18361.223"],["13235.521","18262.392"],["13296.135","18458.690"],["13256.309","18400.752"],["13362.936","18430.007"],["13346.937","18340.266"],["13229.320","18313.738"],["13201.146","18297.800"],["13358.324","18403.328"],["13294.582","18381.644"],["13295.701","18386.136"],["13388.644","18457.307"],["13384.450","18458.826"],["13345.309","18347.483"],["13348.302","18323.899"],["13222.067","18300.013"],["13240.800","18280.558"],["13407.956","18374.903"],["13339.293","18450.234"],["13203.225","18394.622"],["13214.820","18330.378"],["13251.145","18393.205"],["13287.477","18421.809"],["13366.983","18458.430"],["13372.509","18426.754"],["13370.851","18355.724"],["13366.131","18325.947"],["13200.059","18259.601"],["13201.935","18299.749"],["13236.475","18285.348"],["13298.882","18447.129"],["13240.351","18366.790"],["13199.902","18363.524"],["13260.076","18396.078"],["13236.095","18400.719"],["13372.920","18401.948"],["13366.111","18447.992"],["13369.026","18371.298"],["13358.680","18362.578"],["13242.906","18259.832"],["13393.285","18379.643"],["13372.525","18432.501"],["13365.585","18440.197"],["13320.049","18464.404"],["13230.696","18337.673"],["13230.840","18359.874"],["13260.849","18391.652"],["13271.441","18413.485"],["13393.220","18350.109"],["13341.871","18318.664"],["13625.314","12427.314"],["13649.343","12468.965"],["13679.977","12424.835"],["13728.642","12416.187"],["13685.511","12499.213"],["13669.820","12437.693"],["13717.442","12352.238"],["13806.334","12449.711"],["13810.101","12453.493"],["13655.872","12391.623"],["13674.146","12486.628"],["13742.294","12403.369"],["13756.915","12410.851"],["13736.529","12340.295"],["13684.162","12394.661"],["13656.876","12452.392"],["13685.462","12476.273"],["13723.196","12410.187"],["13693.499","12385.094"],["13717.797","12467.569"],["13753.231","12356.020"],["13721.685","12404.938"],["13807.897","12429.381"],["12165.451","14268.318"],["12156.809","14270.778"],["12160.125","14322.734"],["12197.648","14304.668"],["12151.252","14375.931"],["12160.957","14325.080"],["12167.777","14294.707"],["12210.776","14291.030"],["12171.184","14276.179"],["12151.687","14301.362"],["12152.395","14344.221"],["12180.082","14266.766"],["12174.059","14265.343"],["12156.178","14361.479"],["12211.335","14284.226"],["12184.753","14280.490"],["12178.147","14247.041"],["12175.770","14270.694"],["8704.788","16390.712"],["8685.880","16384.062"],["8616.057","16353.166"],["8757.956","16364.263"],["8719.322","16389.339"],["8704.685","16385.003"],["8744.124","16394.789"],["8768.344","16401.919"],["14834.932","14486.253"],["14783.517","14487.980"],["14853.743","14535.656"],["14694.030","14638.008"],["14773.124","14643.662"],["14680.955","14638.900"],["13179.206","13410.190"],["13023.855","13404.660"],["13050.060","13551.221"],["13010.168","13497.953"],["13012.602","13509.431"],["13027.342","13404.099"],["13048.728","13565.606"],["13004.078","13518.679"],["13096.204","13535.174"],["13146.753","13399.238"],["13151.722","13427.399"],["13098.441","13547.230"],["13151.973","13400.854"],["13116.175","13418.593"],["13149.079","13437.352"],["13178.741","13569.134"],["13113.975","13420.672"],["13137.389","13418.177"],["13010.197","13570.553"],["13197.607","13603.621"],["26638.352","7553.055"],["26632.280","7586.213"],["26613.155","7561.412"],["26607.193","7597.692"],["12356.840","15352.428"],["12543.947","15365.232"],["12540.922","15378.158"],["12533.084","15310.832"],["12447.522","15305.142"],["12482.843","15316.246"],["12501.035","15319.557"],["12557.982","15355.897"],["12542.319","15361.308"],["12541.447","15364.958"],["16627.131","18886.682"],["16614.794","18710.085"],["16628.231","18715.932"],["16744.104","18843.242"],["16623.989","18846.974"],["16659.367","18714.175"],["16666.424","18874.940"],["16655.379","18774.802"],["16713.134","18808.543"],["16714.777","18723.446"],["16690.436","18745.587"],["16741.127","18821.342"],["16730.551","18815.909"],["16620.831","18714.356"],["16656.686","18800.583"],["16637.673","18781.425"],["16713.068","18708.147"],["16620.897","18817.560"],["16813.391","7591.388"],["16836.239","7550.710"],["16821.021","7554.724"],["16832.464","7548.952"],["16836.887","7474.025"],["16784.010","7479.176"],["16808.939","7514.681"],["16929.071","7474.621"],["16854.160","7570.012"],["16841.044","7588.047"],["16828.670","7623.505"],["16972.118","7516.181"],["16969.725","7561.632"],["16959.590","7512.671"],["16984.886","7621.461"],["16950.299","7540.911"],["16934.321","7505.960"],["16843.216","7559.389"],["16794.399","7627.854"],["16869.885","7569.347"],["16902.501","7600.428"],["16927.931","7608.268"],["16906.578","7615.629"],["16938.177","7628.341"],["16926.567","7655.136"],["16914.086","7648.262"],["16909.699","7675.830"],["16884.167","7641.928"],["16869.398","7652.749"],["16843.436","7674.956"],["16808.471","7679.328"],["16816.564","7545.492"],["16812.125","7572.462"],["16831.982","7523.962"],["16841.341","7568.869"],["16819.041","7483.835"],["16834.693","7538.373"],["16849.867","7566.114"],["16845.485","7585.668"],["16816.046","7609.225"],["16969.413","7567.231"],["16943.874","7524.662"],["16942.617","7507.221"],["16987.469","7616.523"],["16960.029","7524.389"],["16948.457","7542.447"],["16942.495","7503.235"],["16783.906","7637.334"],["16862.796","7568.653"],["16909.590","7598.347"],["16931.911","7606.319"],["16896.068","7612.904"],["16927.371","7638.663"],["16926.896","7646.780"],["16896.783","7632.027"],["16918.724","7670.174"],["16896.837","7673.238"],["16884.414","7636.445"],["16881.898","7663.550"],["16844.061","7674.081"],["16825.814","7684.538"],["16808.274","7681.689"],["4807.358","17984.023"],["4802.587","18028.138"],["4800.709","18002.616"],["4817.868","17961.100"],["4796.683","17995.534"],["8240.490","10655.948"],["8244.882","10648.748"],["8166.055","10659.895"],["8181.997","10646.839"],["8155.299","10649.035"],["8160.480","10657.623"],["8151.969","10645.935"],["27383.214","16854.634"],["27372.803","16871.199"],["14067.375","13560.160"],["14056.747","13397.843"],["14046.221","13483.181"],["14198.175","13579.210"],["14049.598","13504.408"],["14223.718","13450.456"],["14224.761","13495.351"],["14057.001","13424.059"],["14180.386","13551.455"],["14051.372","13516.477"],["14193.809","13470.483"],["14103.216","13470.586"],["14146.931","13418.612"],["14213.832","13501.603"],["14128.945","13490.355"],["14161.548","13461.027"],["14219.011","13481.090"],["14129.548","13517.374"],["14107.394","13413.905"],["6508.009","18915.970"],["6638.049","18907.213"],["4306.989","19315.138"],["4319.130","19323.005"],["8429.043","13489.074"],["8514.568","13451.145"],["8505.795","13442.571"],["8502.647","13433.640"],["8496.188","13449.988"],["8486.575","13408.945"],["8449.656","13486.634"],["8441.825","13533.887"],["8437.074","13583.211"],["8478.548","13553.743"],["8370.553","13415.444"],["8492.702","13515.258"],["8523.572","13477.608"],["8557.110","13522.372"],["8422.379","13526.213"],["8440.708","13397.260"],["8478.715","13453.866"],["8450.995","13521.550"],["8461.960","13518.043"],["8455.348","13417.043"],["8460.746","13438.869"],["8452.551","13484.058"],["8446.992","13578.322"],["8491.097","13547.005"],["8464.138","13602.035"],["8373.415","13404.577"],["8492.356","13510.419"],["8498.013","13485.304"],["8557.110","13531.654"],["8409.945","13555.792"],["8538.536","13525.398"],["8406.547","13459.879"],["8425.870","13448.332"],["8432.633","13492.679"],["8457.058","13577.331"],["8471.229","13542.364"],["8365.504","13403.933"],["8493.310","13536.299"],["8524.313","13494.999"],["8565.383","13550.382"],["8404.698","13529.137"],["8506.468","13500.031"],["8511.714","13496.171"],["8552.028","13559.515"],["8409.517","13555.412"],["8457.928","13393.131"],["8357.158","13542.960"],["8518.331","13436.398"],["8514.285","13416.530"],["8487.751","13524.342"],["8506.451","13491.101"],["8543.109","13513.821"],["8563.639","13522.570"],["8428.251","13559.525"],["8470.527","13414.172"],["8435.074","13598.868"],["8409.613","13601.263"],["8507.624","13437.042"],["8493.380","13397.273"],["5362.791","9466.240"],["5395.744","9509.061"],["5350.071","9454.859"],["5394.583","9489.793"],["5379.961","9459.075"],["26441.886","7246.135"],["26364.785","7120.384"],["26442.857","7255.962"],["26387.680","7102.812"],["12808.858","4308.768"],["12808.581","4346.943"],["12805.785","4342.368"],["12816.095","4311.559"],["9045.163","13540.846"],["9042.713","13569.809"],["9041.712","13526.873"],["9075.932","13601.804"],["9098.439","13585.463"],["9049.463","13477.509"],["9044.486","13466.759"],["9032.076","13463.669"],["9035.477","13469.905"],["9010.733","13472.973"],["9079.300","13498.286"],["9013.956","13486.647"],["9040.779","13574.909"],["9032.374","13549.145"],["9025.404","13538.130"],["9025.226","13583.303"],["9014.904","13529.238"],["9037.355","13482.630"],["9029.032","13448.561"],["9017.329","13463.693"],["9087.390","13513.377"],["9016.007","13501.738"],["9027.518","13499.317"],["9104.054","13594.231"],["9104.474","13551.619"],["9090.073","13495.297"],["8993.465","13496.995"],["9023.060","13585.315"],["9027.759","13564.598"],["9006.635","13523.880"],["9124.967","13545.744"],["9006.465","13527.906"],["9036.353","13522.008"],["9057.263","13527.636"],["9005.244","13508.157"],["8805.524","13574.529"],["8943.038","13442.027"],["8901.390","13463.733"],["8796.482","13489.005"],["8981.540","13477.115"],["8903.766","13592.612"],["8906.457","13589.476"],["8868.355","13597.302"],["8851.554","13595.933"],["8863.466","13536.084"],["8842.953","13498.321"],["8923.372","13528.434"],["8908.746","13497.090"],["8864.065","13499.051"],["8851.454","13480.462"],["8853.965","13472.145"],["8851.851","13473.068"],["8947.871","13452.081"],["8963.687","13467.464"],["8932.332","13600.573"],["8930.227","13593.184"],["8967.154","13599.725"],["8974.319","13494.781"],["8966.894","13545.926"],["8962.623","13542.314"],["8816.328","13404.982"],["8860.526","13417.812"],["8860.529","13426.025"],["8800.572","13447.162"],["8802.085","13442.233"],["8817.088","13474.732"],["8807.144","13504.049"],["8804.905","13583.243"],["8807.330","13556.626"],["8790.420","13490.512"],["8805.140","13508.571"],["8816.273","13398.892"],["8937.651","13414.080"],["8970.565","13484.956"],["8904.506","13547.736"],["8849.071","13522.103"],["8810.047","13477.434"],["8792.740","13494.341"],["8839.365","13398.842"],["8871.711","13405.050"],["8973.725","13427.460"],["8964.060","13431.128"],["8953.837","13401.284"],["8923.423","13434.069"],["8920.191","13403.510"],["9395.564","15285.828"],["9328.936","15144.416"],["9379.157","15142.565"],["9351.095","15118.937"],["9356.556","15119.627"],["9380.761","15124.960"],["9259.681","15085.577"],["9266.429","15090.353"],["9292.145","15101.792"],["9287.166","15134.301"],["9255.072","15121.566"],["9239.356","15114.070"],["9326.421","15118.217"],["9228.136","15158.836"],["9359.219","15167.505"],["9361.392","15159.463"],["9346.429","15160.083"],["9331.331","15174.259"],["9320.330","15170.903"],["9307.332","15164.273"],["9309.772","15152.300"],["9296.483","15152.786"],["9318.591","15177.134"],["9214.380","15104.019"],["20319.613","6225.303"],["20153.102","6311.738"],["20242.707","6315.718"],["20302.082","6224.042"],["20188.266","6293.918"],["20168.233","6294.033"],["20296.786","6218.757"],["20160.043","6307.625"],["20190.191","6315.107"],["20323.840","6242.974"],["20234.960","6262.109"],["20271.589","6228.567"],["20251.217","6317.927"],["20351.694","6335.648"],["20343.470","6363.014"],["20307.039","6394.112"],["20342.294","6216.434"],["20197.691","6261.812"],["20286.506","6272.943"],["20258.947","6402.865"],["20299.359","6319.595"],["20265.773","6406.729"],["15700.395","18026.821"],["15518.509","18023.791"],["15515.992","18026.450"],["5405.186","18701.010"],["5310.943","18828.290"],["5312.890","18847.413"],["5348.795","18834.444"],["5395.544","18776.081"],["5363.224","18804.385"],["5396.155","18807.330"],["5379.047","18798.080"],["5333.495","18796.168"],["5300.910","18834.219"],["5313.466","18842.475"],["5358.005","18842.388"],["5388.833","18804.140"],["5357.056","18779.662"],["5335.905","18775.484"],["5401.556","18682.549"],["5363.866","18810.135"],["5369.902","18798.789"],["5339.260","18800.124"],["5372.270","18797.251"],["5290.660","18858.700"],["5351.234","18765.409"],["5394.395","18684.197"],["5342.856","18781.651"],["5340.882","18793.803"],["5348.916","18782.947"],["5368.670","18811.851"],["5368.294","18790.605"],["5328.147","18854.495"],["5335.096","18839.046"],["5360.428","18833.330"],["5367.291","18784.179"],["5389.453","18767.759"],["5397.383","18769.854"],["5409.041","18816.000"],["5405.274","18809.576"],["17159.670","16087.614"],["17145.269","15977.307"],["17053.452","15984.778"],["17129.365","16075.278"],["17124.134","15957.835"],["17182.880","16014.569"],["17081.592","16009.445"],["8522.457","19209.027"],["8390.696","19256.803"],["8424.636","19213.167"],["8500.812","19188.565"],["8386.983","19191.956"],["8414.916","19213.497"],["8426.868","19224.977"],["8516.684","19212.215"],["8366.321","19255.779"],["8398.008","19210.012"],["8368.520","19233.320"],["8394.300","19301.622"],["8366.565","19299.516"],["8501.539","19228.290"],["8469.401","19229.892"],["8398.602","19262.155"],["8364.641","19265.528"],["8500.862","19214.115"],["8464.730","19233.014"],["8400.188","19295.693"],["3628.701","19062.041"],["10352.790","17469.394"],["10353.371","17489.128"],["10406.924","17411.318"],["10387.656","17555.151"],["10375.197","17530.796"],["10457.982","17595.236"],["10442.117","17604.528"],["10460.355","17464.405"],["10392.005","17499.525"],["10373.963","17492.992"],["10399.128","17433.911"],["10380.600","17557.017"],["10390.871","17529.161"],["10373.404","17482.968"],["10387.960","17434.902"],["10388.593","17560.271"],["10381.019","17524.999"],["10383.790","17568.090"],["10438.762","17608.623"],["10269.888","17522.422"],["10281.911","17542.455"],["10296.313","17567.511"],["10294.849","17559.518"],["10254.811","17585.053"],["10288.054","17463.153"],["10294.649","17445.234"],["10379.876","17429.998"],["10382.820","17439.396"],["10358.273","17498.855"],["10394.177","17429.716"],["10376.653","17563.772"],["10381.233","17523.117"],["10385.747","17566.356"],["10293.720","17535.221"],["10289.394","17545.378"],["10258.254","17564.687"],["10272.810","17583.283"],["10253.200","17591.313"],["10253.655","17522.826"],["10291.343","17452.054"],["10311.162","17474.812"],["10375.205","17465.011"],["10351.274","17424.466"],["10356.199","17464.265"],["10387.499","17497.286"],["10392.204","17430.757"],["10380.880","17560.535"],["10391.184","17528.583"],["10390.089","17578.016"],["10422.131","17603.427"],["15046.224","15791.290"],["15022.663","15799.666"],["14913.010","15728.382"],["14954.608","15750.382"],["15072.968","15838.071"],["8544.891","19210.135"],["8558.329","19197.170"],["8478.792","19275.507"],["8547.678","19307.677"],["8550.484","19299.528"],["8566.257","19263.591"],["6494.279","14192.134"],["6512.348","14153.378"],["6523.565","14128.440"],["6653.903","14086.480"],["17464.241","16977.444"],["17484.098","16875.807"],["17498.434","16963.340"],["17459.576","16956.925"],["17478.539","16900.233"],["17508.467","16962.085"],["5548.010","7900.223"],["5586.938","7909.147"],["5602.458","7953.724"],["5618.590","7996.252"],["5511.208","7903.441"],["5558.935","7929.544"],["5608.438","8009.864"],["5596.354","8019.381"],["5499.230","7955.945"],["5619.258","8024.191"],["5503.000","7963.542"],["5562.487","8064.994"],["5577.571","8027.464"],["5561.349","8044.715"],["5591.233","8043.105"],["5499.682","7933.202"],["5559.838","7960.862"],["5538.054","8031.221"],["18606.309","17708.881"],["18495.469","17760.424"],["18485.387","17733.835"],["18514.992","17723.083"],["18669.024","17785.817"],["18658.487","17684.923"],["18611.014","17681.342"],["18633.991","17705.636"],["18660.978","17757.319"],["18662.918","17733.702"],["18669.448","17728.764"],["18495.474","17672.825"],["18540.821","17652.157"],["18646.047","17692.094"],["18670.139","17743.809"],["14139.718","12087.587"],["14130.398","12109.272"],["14197.128","12038.947"],["14061.359","12077.872"],["14069.682","12116.914"],["14138.589","12120.635"],["14166.422","12111.419"],["14124.586","12121.823"],["14108.781","12122.467"],["14166.291","12112.327"],["14172.816","12097.567"],["7916.282","12622.600"],["7927.407","12578.155"],["7911.634","12554.175"],["7929.604","12663.433"],["7863.029","12753.022"],["7872.183","12677.027"],["7874.263","12686.913"],["7923.436","12597.794"],["7926.594","12663.565"],["7933.815","12637.670"],["7932.049","12609.300"],["7793.063","12581.393"],["7933.480","12659.093"],["7811.665","12586.826"],["7793.503","12616.410"],["7885.125","12738.647"],["7801.089","12573.334"],["7793.092","12599.349"],["7883.102","12738.234"],["8915.920","17296.357"],["8931.089","17269.758"],["8790.476","17288.541"],["8814.202","17265.580"],["8798.216","17272.096"],["11803.856","17166.219"],["11919.970","17058.977"],["11908.922","17157.984"],["11763.069","17062.261"],["11934.559","17048.927"],["11918.555","17173.644"],["11794.660","17078.781"],["11924.654","17077.918"],["11833.755","17189.483"],["11929.720","17176.814"],["11764.415","17158.257"],["11734.416","17051.693"],["11886.761","17072.496"],["11853.923","17111.261"],["11817.264","17025.028"],["11827.491","17154.096"],["11932.434","17183.156"],["11885.587","17129.995"],["11898.569","17175.865"],["11762.721","17152.886"],["11747.755","17067.528"],["11741.850","17041.271"],["11839.101","17093.859"],["11925.397","17179.622"],["11862.262","17098.181"],["11872.780","17071.911"],["11900.535","17052.647"],["11726.860","17124.923"],["11792.818","17084.858"],["11986.932","17091.147"],["11769.040","17057.223"],["11792.721","17196.523"],["11737.574","17045.285"],["11775.841","17043.849"],["11828.040","17044.964"],["11741.516","17159.772"],["11747.255","17095.469"],["11915.320","17113.145"],["11770.901","17120.652"],["11740.368","17144.127"],["11804.677","17123.388"],["11894.203","17043.481"],["11848.713","17058.050"],["11748.802","17139.036"],["11823.001","17162.453"],["11902.115","17057.323"],["11887.709","17102.001"],["11828.213","17127.682"],["11872.710","17165.900"],["11898.331","17088.883"],["11928.787","17059.000"],["11725.200","17091.951"],["11834.520","17159.558"],["11812.474","17160.802"],["11872.115","17179.989"],["11932.106","17092.386"],["11754.532","17149.262"],["11931.326","17161.487"],["11853.218","17197.909"],["11886.776","17174.330"],["11788.971","17154.227"],["11901.093","17164.937"],["11873.134","17079.915"],["11734.301","17049.463"],["11752.395","17057.345"],["11863.257","17082.398"],["11809.907","17074.008"],["11864.683","17062.113"],["11887.386","17067.079"],["11818.132","17170.793"],["11833.845","17167.568"],["11932.912","17062.394"],["11908.109","17179.837"],["11763.116","17152.061"],["11762.395","17060.114"],["11750.781","17061.816"],["11765.817","17180.274"],["11779.331","17115.692"],["11818.785","17042.873"],["11852.627","17069.991"],["11884.482","17089.114"],["11733.029","17112.546"],["16727.739","14465.268"],["16750.948","14457.121"],["14678.045","15103.835"],["14811.536","15186.022"],["14775.001","15093.648"],["14806.481","15114.012"],["14751.355","15182.505"],["14834.525","15236.966"],["14711.983","15184.565"],["14710.058","15114.835"],["14798.956","15214.745"],["14820.385","15270.976"],["14852.407","15218.647"],["14717.082","15192.691"],["14682.903","15138.485"],["14684.002","15164.401"],["14778.883","15183.500"],["14797.359","15097.692"],["5996.332","15931.415"],["21513.693","6817.019"],["21560.772","6759.438"],["21553.683","6792.964"],["9656.956","18509.240"],["9635.015","18538.489"],["9628.664","18507.781"],["9645.821","18523.047"],["9669.500","18513.899"],["9762.929","18545.072"],["9756.468","18611.046"],["9757.322","18644.160"],["9734.531","18628.993"],["9701.567","18658.807"],["9656.666","18665.342"],["9648.573","18613.621"],["9696.737","18478.910"],["9738.826","18496.102"],["9757.052","18566.605"],["9730.062","18558.033"],["9694.541","18493.618"],["9760.018","18534.304"],["9728.641","18644.716"],["9710.744","18629.641"],["9708.267","18490.206"],["9755.605","18557.720"],["8732.641","11753.269"],["8725.190","11761.229"],["8713.879","11901.893"],["8640.847","11804.805"],["8639.478","11813.042"],["8768.212","11721.858"],["8628.069","11765.644"],["8613.871","11747.759"],["8690.245","11811.046"],["8675.352","11788.048"],["8771.559","11823.401"],["8761.506","11809.443"],["8597.107","11732.469"],["8612.824","11733.450"],["8652.023","11767.161"],["8682.414","11777.089"],["8633.947","11744.848"],["8624.690","11736.294"],["8610.108","11703.021"],["8602.070","11709.329"],["8596.375","11704.797"],["8732.641","11753.269"],["8725.190","11761.229"],["8704.912","11745.663"],["8708.544","11748.472"],["8709.599","11711.861"],["8774.038","11756.334"],["8732.082","11747.505"],["8755.733","11774.640"],["8672.958","11896.526"],["8610.008","11792.964"],["8633.593","11808.389"],["8772.785","11713.006"],["8630.948","11759.285"],["8611.716","11744.588"],["8672.169","11808.602"],["8674.677","11793.729"],["8777.414","11811.080"],["8763.479","11809.047"],["8603.006","11735.792"],["8616.942","11739.102"],["8641.754","11756.890"],["8644.403","11763.447"],["8658.385","11771.935"],["8648.012","11772.824"],["8675.115","11772.358"],["8655.939","11758.391"],["8632.317","11737.591"],["8597.591","11705.357"],["8602.359","11705.830"],["8732.082","11747.505"],["8709.094","11723.601"],["8710.347","11736.789"],["8704.797","11704.384"],["8725.162","11720.948"],["8583.197","11724.304"],["8764.138","11754.392"],["8671.674","11803.370"],["8749.617","11710.469"],["8747.508","11730.170"],["8773.656","11721.874"],["8631.277","11755.867"],["8613.330","11758.045"],["8691.725","11792.466"],["8680.467","11799.294"],["8768.203","11823.285"],["8759.943","11811.078"],["8653.100","11772.392"],["8672.639","11776.777"],["8713.986","11729.367"],["8713.801","11741.512"],["8713.891","11704.837"],["8578.030","11807.589"],["8765.048","11831.919"],["8692.535","11880.491"],["8669.489","11874.019"],["8664.424","11851.023"],["8611.631","11901.842"],["8740.966","11902.859"],["8701.268","11897.806"],["8698.321","11892.367"],["8698.288","11895.555"],["8602.043","11912.890"],["8750.752","11867.186"],["8600.207","11760.517"],["8583.393","11797.280"],["8709.838","11899.319"],["8688.884","11883.580"],["8680.410","11880.708"],["8705.803","11789.868"],["8716.919","11910.582"],["8748.745","11861.307"],["8692.477","11728.685"],["8691.585","11739.021"],["8700.351","11770.725"],["8697.497","11766.139"],["8669.456","11763.345"],["8578.793","11757.276"],["8741.787","11828.570"],["8686.680","11903.794"],["8666.430","11884.077"],["8689.031","11908.848"],["8615.036","11903.923"],["13651.115","12642.972"],["13622.189","12695.913"],["13815.746","12587.197"],["13814.292","12641.149"],["13664.732","12629.948"],["13755.869","12570.792"],["13746.644","12555.511"],["13790.557","12564.615"],["13765.993","12629.076"],["13663.569","12565.151"],["13768.731","12610.222"],["13737.035","12554.079"],["13645.826","12596.716"],["13629.373","12645.473"],["13671.807","12621.379"],["13698.880","12601.580"],["13718.950","12632.808"],["13780.944","12633.931"],["13729.766","12551.800"],["13655.033","12563.681"],["13642.964","12624.065"],["13695.990","12611.429"],["13774.472","12590.420"],["13682.727","12598.532"],["13694.513","12556.231"],["13721.581","12620.686"],["13666.510","12631.714"],["13723.245","12599.304"],["13623.582","12670.470"],["13763.203","12571.767"],["13727.578","12575.698"],["10694.876","17474.809"],["10689.705","17503.090"],["10754.103","17414.837"],["10756.373","17425.812"],["10802.693","17438.542"],["10805.718","17467.264"],["10807.589","17467.800"],["10812.452","17478.925"],["10800.532","17491.866"],["10880.365","17496.735"],["10830.511","17417.081"],["10682.686","17412.420"],["10691.088","17434.147"],["10800.858","17577.766"],["10798.556","17580.179"],["10783.548","17608.730"],["10772.976","17436.334"],["10873.337","17470.483"],["10861.958","17464.640"],["10855.075","17428.130"],["10841.431","17494.806"],["10790.733","17498.694"],["10783.134","17458.225"],["10729.588","17439.578"],["10722.457","17467.456"],["10700.450","17452.928"],["10752.105","17415.827"],["10687.435","17545.042"],["10720.950","17563.836"],["10745.802","17608.014"],["10693.481","17536.600"],["10685.653","17582.054"],["10741.183","17575.308"],["10760.193","17605.099"],["10699.497","17480.011"],["10689.688","17502.100"],["10753.594","17433.261"],["10759.499","17409.805"],["10803.843","17473.243"],["10830.840","17471.309"],["10814.875","17469.369"],["10808.488","17473.641"],["10811.141","17491.552"],["10807.214","17417.605"],["10678.607","17414.848"],["10881.628","17426.996"],["10675.302","17484.631"],["10805.913","17582.828"],["10802.536","17588.288"],["10786.228","17599.317"],["10791.330","17437.385"],["10783.552","17419.405"],["10853.669","17450.502"],["10844.006","17430.921"],["10844.617","17479.691"],["10859.819","17492.923"],["10796.967","17494.615"],["10799.351","17458.391"],["10739.367","17449.876"],["10730.460","17445.739"],["10716.492","17469.164"],["10707.243","17449.179"],["10743.864","17409.931"],["10707.792","17560.748"],["10728.438","17573.270"],["10750.802","17584.463"],["10692.198","17529.713"],["10686.985","17591.616"],["10755.657","17582.245"],["10761.328","17603.728"],["10685.331","17620.849"],["10684.425","17512.752"],["10756.077","17413.350"],["10754.021","17426.390"],["10814.519","17440.194"],["10793.596","17480.097"],["10814.217","17473.432"],["10819.277","17474.417"],["10807.473","17509.488"],["10823.484","17480.372"],["10875.908","17501.987"],["10819.796","17426.011"],["10681.699","17417.656"],["10710.545","17430.959"],["10806.466","17573.059"],["10801.763","17595.555"],["10795.916","17601.398"],["10779.751","17438.195"],["10793.331","17418.429"],["10783.799","17415.012"],["10876.922","17462.226"],["10863.438","17451.328"],["10854.796","17425.487"],["10847.216","17481.640"],["10861.497","17501.148"],["10783.168","17506.159"],["10805.059","17470.017"],["10733.914","17458.373"],["10702.100","17468.437"],["10708.049","17469.025"],["10712.555","17456.479"],["10753.174","17411.715"],["10704.437","17562.135"],["10734.096","17559.859"],["10726.575","17592.588"],["10711.721","17543.487"],["10763.157","17579.486"],["10777.939","17605.347"],["10694.004","17455.007"],["10692.830","17516.121"],["10762.246","17427.394"],["10807.030","17461.871"],["10797.276","17512.229"],["10830.556","17484.038"],["10879.839","17494.307"],["10845.281","17409.798"],["10820.438","17412.452"],["10701.170","17438.308"],["10679.214","17425.154"],["10811.351","17584.388"],["10783.836","17585.481"],["10781.673","17603.627"],["10769.225","17436.494"],["10788.528","17435.704"],["10773.420","17423.567"],["10847.945","17454.714"],["10849.549","17413.679"],["10863.614","17488.576"],["10841.727","17494.426"],["10779.450","17499.586"],["10787.937","17465.013"],["10730.246","17434.360"],["10696.923","17467.515"],["10708.115","17464.059"],["10685.675","17541.409"],["10716.871","17566.677"],["10737.764","17569.537"],["10736.361","17597.807"],["10689.961","17528.160"],["10687.421","17570.934"],["10740.410","17558.975"],["10778.515","17590.219"],["10702.622","17468.483"],["10678.554","17500.398"],["10750.452","17433.244"],["10802.973","17447.708"],["10831.109","17472.557"],["10806.766","17501.709"],["10828.632","17489.389"],["10871.221","17496.008"],["10827.740","17415.606"],["10677.850","17419.059"],["10695.956","17447.673"],["10680.875","17431.347"],["10797.898","17588.767"],["10772.018","17609.209"],["10790.656","17433.191"],["10769.621","17437.325"],["10879.340","17466.272"],["10861.613","17460.346"],["10854.039","17427.734"],["10844.009","17485.124"],["10857.352","17505.359"],["10793.793","17514.565"],["10798.249","17466.318"],["10733.660","17427.052"],["10717.605","17467.308"],["10721.429","17441.569"],["10720.121","17453.291"],["10751.545","17410.889"],["10675.412","17543.605"],["10710.062","17570.888"],["10724.590","17562.204"],["10732.414","17593.563"],["10689.632","17536.798"],["10676.369","17553.444"],["10682.331","17583.821"],["10752.762","17577.818"],["10761.591","17588.435"],["14463.268","15454.954"],["14499.027","15471.258"],["14493.992","15479.275"],["14559.730","15496.341"],["14472.476","15451.066"],["14508.501","15479.896"],["14482.380","15500.001"],["14500.201","15466.038"],["14574.622","15489.551"],["14541.185","15489.121"],["14475.126","15466.333"],["14491.541","15455.450"],["14548.056","15477.887"],["10353.376","13602.915"],["10311.929","13553.208"],["10368.934","13473.690"],["10388.287","13446.344"],["10360.843","13504.626"],["10286.533","13583.238"],["10412.250","13529.630"],["10421.928","13519.053"],["10454.648","13432.791"],["10448.327","13414.142"],["10396.845","13408.948"],["10392.921","13413.956"],["10386.216","13416.277"],["10314.537","13477.946"],["10274.664","13436.666"],["10378.244","13493.172"],["10379.602","13447.731"],["10361.336","13503.338"],["10377.825","13583.505"],["10376.812","13572.623"],["10360.054","13580.231"],["10362.793","13519.012"],["10369.229","13518.983"],["10454.461","13424.068"],["10404.770","13408.439"],["10413.908","13407.417"],["10413.783","13453.419"],["10390.881","13505.630"],["10380.226","13517.791"],["10364.345","13526.643"],["10427.894","13515.738"],["10418.093","13514.883"],["10433.502","13510.241"],["10312.251","13462.306"],["10275.634","13457.822"],["10436.518","13604.171"],["10327.063","13476.045"],["10265.030","13592.784"],["10275.958","13524.680"],["8713.013","17355.902"],["8628.814","17305.539"],["8656.324","17358.007"],["8689.477","17379.846"],["8673.918","17383.273"],["8680.185","17368.599"],["10717.593","7873.921"],["10729.850","7871.698"],["10690.102","7857.090"],["10678.459","7731.786"],["10722.618","7708.215"],["10838.864","7827.624"],["10695.359","7763.460"],["10723.367","7809.971"],["10694.833","7689.585"],["10703.240","7854.529"],["10816.381","7827.062"],["10789.516","7803.244"],["10691.487","7802.848"],["10758.067","7808.576"],["10677.184","7687.990"],["10732.823","7876.892"],["10737.107","7860.630"],["10692.116","7878.391"],["10831.743","7828.268"],["10714.812","7735.847"],["10771.681","7725.870"],["10814.944","7763.806"],["10719.340","7765.178"],["10732.549","7829.102"],["10754.093","7856.549"],["10783.626","7849.643"],["10716.792","7836.896"],["10791.029","7754.458"],["10766.554","7829.781"],["10751.537","7723.802"],["10824.092","7792.100"],["10856.682","7801.485"],["10695.194","7880.359"],["10705.279","7844.108"],["10676.087","7837.236"],["10725.962","7844.079"],["10678.875","7744.276"],["10779.039","7748.166"],["10755.600","7830.111"],["10732.494","7740.412"],["10768.470","7699.585"],["10844.441","7827.761"],["10817.488","7750.915"],["19158.748","18635.675"],["19179.224","18553.949"],["19186.017","18555.287"],["19113.277","18638.323"],["19141.477","18599.218"],["19198.566","18571.340"],["19183.730","18583.528"],["16656.950","15149.658"],["6224.046","16506.604"],["6058.218","16549.283"],["6242.407","16527.147"],["6074.060","16465.930"],["6044.834","16541.812"],["6205.527","16522.278"],["13590.775","13792.536"],["13610.909","13808.126"],["13598.144","13782.379"],["13610.019","13782.065"],["13522.506","13813.852"],["10411.462","13331.809"],["10282.314","13334.478"],["10314.194","13318.033"],["10315.394","13313.511"],["10303.195","13300.711"],["10312.261","13342.904"],["10358.761","13352.073"],["10350.108","13350.278"],["10369.077","13349.118"],["10334.248","13217.684"],["10379.689","13363.025"],["10380.274","13359.317"],["10323.915","13390.541"],["10425.624","13321.961"],["10277.166","13309.308"],["10316.521","13345.711"],["10427.286","13331.978"],["10432.479","13337.826"],["10457.921","13343.687"],["10340.037","13215.355"],["10366.159","13257.613"],["10360.821","13255.678"],["10366.589","13273.772"],["10319.341","13202.626"],["10328.885","13198.778"],["10325.776","13223.840"],["10273.206","13267.458"],["10258.337","13246.543"],["10267.432","13232.212"],["10274.011","13225.004"],["10302.835","13319.166"],["10310.489","13204.499"],["10316.916","13212.483"],["10283.855","13237.333"],["10288.857","13239.550"],["10292.958","13242.756"],["10289.577","13258.218"],["10285.181","13388.114"],["10340.997","13187.927"],["10349.361","13207.562"],["10374.918","13272.664"],["10410.405","13307.918"],["10421.709","13306.105"],["10433.663","13182.089"],["10410.881","13209.066"],["10419.678","13184.907"],["27585.436","7580.105"],["27530.058","7597.429"],["27580.814","7620.997"],["27570.090","7618.106"],["27517.791","7505.912"],["27571.521","7539.114"],["27549.021","7642.945"],["27523.709","7589.651"],["27554.120","7638.618"],["27581.311","7525.500"],["27559.074","7541.767"],["27580.781","7612.855"],["27587.179","7575.745"],["27531.192","7601.063"],["27592.426","7632.392"],["11719.686","13119.209"],["11540.240","13048.901"],["11591.355","13064.441"],["11591.092","13058.192"],["11573.261","13085.397"],["11527.176","12979.368"],["18305.836","17016.987"],["18284.056","17189.253"],["18286.510","17119.386"],["18296.098","17031.100"],["18308.905","17087.820"],["18356.977","17178.054"],["18265.266","16992.065"],["18361.657","17133.052"],["18371.339","17040.626"],["18256.079","17108.383"],["18252.727","17115.782"],["18308.047","17132.218"],["18373.007","17192.652"],["18290.399","17144.390"],["18257.709","17171.903"],["18369.165","17179.009"],["18324.662","17093.481"],["18339.581","17076.816"],["18278.489","17099.737"],["18356.928","17186.046"],["18374.123","17060.941"],["18336.801","17061.263"],["18358.627","17154.421"],["18357.540","17048.482"],["14587.136","13617.411"],["14536.968","13734.216"],["14525.502","13738.674"],["14511.780","13701.910"],["14548.576","13672.145"],["14628.626","13757.684"],["14588.852","13766.480"],["14542.003","13721.522"],["14351.339","9379.086"],["14357.081","9380.685"],["14362.828","9386.150"],["14349.276","9383.162"],["14454.407","9480.420"],["13204.137","4232.122"],["13209.958","4290.008"],["13229.391","4248.425"],["13210.600","4213.410"],["13208.506","4115.956"],["3909.450","16881.374"],["3918.580","16929.996"],["3865.940","16964.566"],["3879.008","16949.671"],["3909.494","16890.950"],["3885.731","16889.354"],["3850.843","16900.767"],["3738.444","16884.509"],["3755.745","16869.744"],["3908.446","16878.005"],["3920.124","16877.625"],["3878.670","16957.993"],["3931.047","16986.451"],["3923.284","16948.779"],["3908.754","16893.989"],["3889.675","16912.618"],["3893.889","16881.839"],["3869.810","16896.967"],["3903.569","16919.692"],["3886.447","16921.789"],["3851.978","16912.857"],["3856.468","16897.382"],["3743.181","16876.599"],["3739.117","16881.618"],["3779.298","16905.400"],["3910.239","16877.889"],["3878.983","16954.227"],["3921.869","16935.633"],["3877.725","16977.830"],["3870.662","16953.048"],["3878.771","16947.598"],["3861.290","16881.311"],["3907.088","16916.983"],["3901.842","16916.157"],["3842.422","16895.714"],["3870.547","16884.616"],["3742.490","16883.122"],["3821.486","16875.122"],["3775.729","16913.988"],["3909.232","16882.323"],["3871.151","16914.345"],["3838.656","16906.910"],["3730.525","16905.373"],["3762.604","16884.925"],["3772.785","16902.613"],["3915.443","16959.398"],["3906.002","16935.501"],["3895.440","16962.270"],["3781.540","16942.690"],["3738.777","16946.901"],["4960.132","18974.427"],["4868.938","18938.858"],["4852.497","19010.604"],["4787.085","18955.568"],["4822.623","18940.983"],["4839.547","18964.628"],["4967.191","19028.758"],["4974.819","19014.807"],["4932.801","19032.799"],["4931.403","19026.821"],["4868.083","18922.458"],["4917.102","19002.941"],["4779.766","18929.804"],["4786.222","18893.798"],["4826.587","18959.513"],["4804.876","18939.860"],["4831.504","18955.990"],["4853.807","18944.710"],["4962.599","18962.437"],["4974.276","18981.694"],["4943.311","19053.311"],["4905.764","18897.603"],["4855.879","18891.147"],["4854.454","19009.894"],["4813.015","18918.984"],["4832.308","18951.568"],["4843.626","18975.979"],["4833.840","18972.758"],["4852.129","18964.595"],["4854.810","19008.393"],["4937.483","18971.362"],["4864.143","18911.062"],["4789.880","18952.345"],["4794.864","18912.730"],["4795.966","18911.838"],["6283.783","18261.814"],["6259.151","18301.140"],["6279.713","18321.502"],["6301.360","18289.248"],["6300.925","18388.024"],["6256.034","18388.455"],["6362.988","18256.125"],["6268.997","18275.901"],["6291.703","18322.113"],["6297.149","18303.087"],["6285.300","18381.484"],["6349.682","18261.855"],["6368.869","18323.690"],["6406.870","18280.438"],["6437.531","18320.177"],["6379.495","18348.593"],["6342.857","18359.021"],["6358.547","18338.261"],["10057.567","13951.701"],["10082.110","13972.119"],["10045.372","13833.873"],["10042.461","13818.679"],["10147.196","14026.528"],["10213.892","14001.731"],["10087.092","13961.291"],["10096.833","13947.519"],["10135.862","13963.994"],["10108.971","13978.264"],["10129.778","13965.002"],["10129.022","13951.262"],["10062.063","13891.507"],["10073.379","13896.659"],["10211.333","14004.745"],["10230.445","13975.793"],["10246.618","13929.799"],["10103.225","13973.848"],["10161.501","13935.439"],["10045.520","13831.792"],["10046.178","13864.449"],["10195.056","13968.065"],["10165.328","14023.630"],["10116.143","14011.020"],["10191.835","14022.109"],["10226.688","14008.106"],["10168.333","13955.853"],["10092.733","13924.709"],["10159.864","13922.091"],["10163.955","13939.030"],["10101.093","13987.149"],["10154.696","13933.310"],["10075.122","13905.511"],["10134.613","14020.731"],["10119.087","14020.979"],["10155.995","14005.356"],["10188.299","14020.441"],["10213.349","14002.970"],["10228.135","14001.731"],["10133.927","13885.623"],["10152.759","13895.036"],["10161.887","13895.879"],["10096.394","13923.709"],["10105.895","13919.757"],["10114.908","13982.062"],["10104.366","13967.364"],["10117.014","13979.601"],["10129.448","13996.463"],["10134.663","13931.790"],["10129.827","13928.223"],["10150.156","13946.720"],["10149.219","13948.883"],["10089.399","13881.052"],["10083.790","13900.474"],["10070.747","13895.222"],["10078.001","13908.815"],["14417.701","12655.338"],["14411.792","12566.527"],["14435.835","12547.531"],["14401.451","12630.622"],["14431.184","12563.439"],["14422.339","12643.893"],["14397.253","12599.105"],["14339.951","12585.336"],["14446.037","12583.906"],["14431.669","12686.465"],["14441.898","12644.349"],["14399.487","12663.908"],["14391.978","12680.523"],["14420.452","12676.226"],["14431.290","12658.238"],["14392.217","12669.507"],["14412.109","12685.494"],["14453.683","12627.689"],["14461.685","12665.235"],["14445.198","12573.798"],["14448.309","12629.706"],["14417.158","12664.619"],["14431.056","12666.849"],["14448.832","12597.328"],["14414.922","12589.548"],["14413.881","12603.340"],["14403.520","12552.904"],["14421.706","12553.654"],["14420.880","12696.771"],["14457.685","12601.161"],["14422.886","12704.170"],["14430.682","12689.488"],["7377.381","17739.838"],["7365.424","17794.983"],["7350.654","17734.223"],["7379.552","17793.876"],["7345.506","17674.725"],["7412.145","17641.125"],["7318.265","17758.598"],["7377.568","17761.102"],["7372.971","17774.367"],["7495.120","17652.005"],["7355.391","17706.098"],["7311.475","17832.159"],["7864.475","15268.399"],["7919.286","15240.922"],["7931.099","15251.169"],["7862.182","15103.817"],["7859.670","15116.622"],["7866.699","15096.630"],["7851.208","15122.097"],["7860.516","15087.215"],["7864.904","15094.733"],["7913.573","15116.433"],["7896.561","15222.194"],["7900.757","15198.643"],["7904.256","15187.089"],["7928.581","15133.586"],["7749.546","15126.988"],["7740.731","15116.568"],["7756.989","15109.327"],["7749.306","15099.955"],["7781.919","15093.375"],["7770.619","15090.553"],["7776.736","15155.854"],["7774.613","15155.732"],["7857.894","15263.513"],["7867.799","15232.076"],["7870.875","15119.964"],["7859.366","15124.805"],["7858.042","15092.210"],["21919.842","7050.009"],["22001.127","6951.779"],["21908.504","6939.426"],["6001.424","15902.199"],["5985.276","15823.754"],["6000.400","15729.239"],["6037.785","15919.559"],["5973.023","15839.377"],["5989.031","15817.891"],["6030.187","15720.090"],["5965.117","15752.187"],["5950.292","15735.697"],["5970.408","15729.221"],["5930.861","15746.492"],["5888.767","15750.776"],["5953.763","15759.019"],["5997.522","15744.120"],["6023.608","15737.233"],["6001.766","15736.225"],["11712.783","12125.709"],["4676.249","18579.605"],["4673.116","18471.528"],["4592.309","18558.949"],["4729.678","18665.202"],["4739.343","18634.400"],["4760.866","18480.368"],["4772.540","18667.065"],["4635.411","18625.517"],["4679.934","18607.037"],["4670.024","18469.067"],["4651.225","18470.867"],["4572.046","18585.787"],["4769.047","18625.515"],["4771.135","18661.815"],["4766.162","18489.600"],["4737.033","18486.049"],["4761.704","18567.818"],["4660.921","18613.511"],["4623.305","18603.568"],["4683.297","18468.720"],["4717.590","18476.119"],["4589.349","18532.360"],["4731.366","18671.989"],["4775.750","18513.250"],["4740.767","18514.274"],["4746.034","18558.211"],["4744.337","18475.491"],["4776.768","18495.099"],["4747.720","18492.590"],["4621.235","18521.591"],["4576.512","18589.926"],["4771.295","18631.149"],["4776.309","18653.250"],["4761.185","18587.733"],["4776.147","18602.715"],["4690.353","18474.187"],["4766.824","18594.510"],["4723.069","18468.499"],["4759.554","18541.745"],["4742.841","18493.839"],["4769.075","18470.281"],["4777.212","18479.690"],["4774.268","18547.836"],["4769.167","18616.366"],["4707.898","18625.202"],["4669.379","18605.615"],["4664.447","18660.299"],["4657.424","18652.718"],["4760.927","18515.348"],["4639.156","18518.429"],["4670.204","18524.722"],["4657.439","18566.370"],["4665.597","18558.971"],["4658.656","18559.582"],["4575.263","18471.843"],["4627.424","18528.753"],["4624.102","18533.246"],["4568.684","18473.934"],["4606.740","18466.666"],["4649.222","18523.516"],["4614.145","18550.594"],["4628.767","18565.424"],["4622.172","18573.930"],["4656.071","18610.354"],["4622.452","18613.112"],["4630.265","18609.974"],["4691.535","18554.065"],["4683.426","18564.271"],["4688.650","18575.164"],["4705.656","18605.850"],["4690.081","18602.745"],["4710.189","18523.319"],["4709.942","18528.669"],["4706.653","18516.828"],["4741.862","18662.384"],["4731.220","18676.768"],["4657.020","18499.684"],["4635.359","18487.661"],["4640.638","18475.472"],["4621.136","18539.939"],["4576.578","18578.266"],["4739.732","18476.597"],["4759.093","18549.458"],["4772.736","18495.282"],["4662.358","18532.963"],["4665.531","18565.478"],["4650.236","18532.222"],["4620.905","18574.128"],["4655.659","18612.154"],["4672.374","18547.739"],["4689.406","18601.770"],["4714.137","18542.262"],["4762.832","18666.265"],["4667.645","18497.504"],["4618.998","18539.609"],["4586.364","18583.633"],["20233.697","8526.175"],["20229.158","8521.055"],["20268.253","8501.452"],["12926.703","12941.750"],["12938.446","12870.338"],["12906.933","12949.230"],["12961.983","12776.223"],["12966.737","12786.413"],["12960.789","12838.557"],["12975.509","12858.095"],["12987.927","12787.400"],["12987.828","12852.463"],["12960.624","12782.908"],["24279.236","6360.924"],["10486.307","13489.300"],["10470.161","13486.009"],["10520.006","13434.359"],["10515.369","13453.183"],["10538.250","13417.870"],["10546.487","13431.719"],["10530.806","13394.279"],["10464.144","13426.924"],["10493.708","13513.841"],["10472.398","13487.198"],["10526.513","13432.059"],["10526.849","13468.509"],["10469.253","13442.337"],["10529.331","13416.071"],["10667.102","13596.834"],["10589.434","13442.891"],["10588.486","13407.109"],["10551.198","13420.738"],["10628.045","13588.291"],["10627.819","13603.679"],["10635.152","13596.279"],["10668.624","13541.713"],["7464.588","16788.594"],["7446.965","16877.415"],["7411.402","16907.824"],["7491.845","16794.255"],["7495.336","16781.149"],["7429.824","16849.160"],["7472.591","16846.915"],["7431.233","16826.356"],["7331.123","16961.539"],["7357.277","16880.293"],["7421.698","16925.011"],["7390.536","16907.517"],["7330.861","16909.396"],["7312.967","16893.393"],["7360.314","16974.924"],["7415.432","16924.136"],["7329.228","16938.838"],["7356.422","16868.006"],["7379.330","16873.252"],["6856.866","12896.793"],["6833.051","12957.741"],["6862.327","12906.075"],["6831.044","12938.963"],["6850.468","12909.873"],["6823.347","12960.565"],["6875.927","12937.638"],["6868.526","12931.544"],["6856.265","12930.078"],["6865.532","12926.077"],["6857.285","12934.950"],["6865.680","12920.302"],["6845.673","12935.149"],["12446.316","17072.932"],["12485.438","17038.224"],["12437.263","16994.862"],["12483.390","17019.920"],["12473.333","17080.480"],["12471.146","17087.010"],["12467.385","17079.821"],["12433.657","17078.173"],["12490.695","17153.177"],["12502.234","17142.307"],["12523.235","17143.276"],["12490.930","17147.135"],["12484.665","17143.670"],["12485.699","17144.557"],["12472.485","17154.092"],["12470.610","17159.100"],["12466.442","17163.564"],["12483.155","17155.219"],["12561.694","17035.974"],["12512.683","17095.482"],["12474.912","16989.717"],["12492.301","17183.382"],["12556.572","17182.197"],["12475.556","17186.062"],["12543.906","17040.016"],["12372.404","17022.646"],["12542.805","17043.038"],["12527.996","17097.596"],["12561.101","17070.821"],["12530.290","17106.959"],["12544.039","17156.632"],["12458.160","17135.919"],["12448.384","16998.017"],["12444.650","17002.311"],["12388.310","17012.820"],["12384.774","17015.099"],["12410.095","17021.608"],["12423.335","17021.012"],["12385.973","17024.445"],["12378.637","17023.388"],["12388.130","17035.290"],["12372.175","17037.134"],["12499.593","17010.454"],["12504.839","17010.966"],["12494.322","17011.424"],["12487.809","17009.129"],["12504.419","17005.162"],["12502.659","17003.874"],["12517.608","16993.295"],["12513.118","16994.055"],["12529.470","16990.760"],["12530.967","16993.535"],["12505.528","17108.254"],["12508.680","17156.944"],["12507.610","17154.105"],["12510.784","17152.800"],["12502.267","17157.216"],["12500.458","17151.832"],["12496.688","17158.356"],["12499.467","17163.195"],["12494.208","17167.023"],["12490.409","17168.394"],["12458.509","17184.214"],["12467.754","17179.170"],["12501.320","17169.489"],["12553.473","17061.213"],["12558.020","17090.856"],["12430.149","17032.734"],["12521.868","17150.372"],["12368.522","17011.283"],["12550.354","17042.179"],["12539.810","17013.459"],["12521.647","17071.188"],["12564.946","17001.442"],["12464.130","17071.299"],["12436.514","17039.043"],["12362.042","17000.515"],["12517.114","17156.978"],["12545.644","17046.019"],["12548.497","17100.782"],["12514.541","17112.069"],["12471.939","17181.896"],["12534.843","17009.165"],["12523.325","17067.208"],["12555.470","17179.373"],["12386.943","17017.361"],["12565.292","17082.558"],["12450.432","17147.259"],["12477.305","17036.403"],["12523.725","17021.453"],["12519.493","17095.201"],["12562.960","17044.628"],["12543.167","17184.361"],["12481.031","17070.412"],["6688.673","16303.128"],["6717.106","16171.638"],["6708.425","16215.869"],["6719.158","16281.124"],["6732.672","16221.204"],["6795.191","16306.342"],["6806.578","16158.484"],["6721.439","16156.240"],["6722.504","16192.566"],["6707.343","16219.569"],["6746.375","16274.897"],["6838.562","16249.681"],["6761.800","16217.537"],["6780.734","16247.284"],["6792.220","16167.435"],["6695.106","16281.533"],["6707.954","16207.039"],["6729.796","16207.766"],["6698.838","16227.349"],["6680.254","16291.558"],["6871.301","16148.780"],["6702.296","16178.765"],["6701.556","16207.105"],["6230.612","12083.932"],["6231.491","12059.031"],["6228.908","12057.182"],["5712.369","18460.394"],["5701.870","18376.693"],["5759.808","18345.004"],["5802.779","18320.826"],["5772.584","18381.218"],["5807.092","18355.757"],["5817.788","18427.617"],["5815.396","18431.338"],["5793.229","18338.310"],["5821.815","18332.076"],["5812.023","18328.880"],["5811.697","18323.266"],["12780.648","12970.289"],["5138.223","18129.895"],["5122.408","18174.193"],["5057.687","18056.749"],["5157.053","18050.984"],["5183.331","18097.769"],["5198.208","18198.864"],["5105.224","18178.527"],["10538.005","13385.465"],["10536.155","13373.271"],["10536.325","13379.574"],["10549.374","13377.548"],["10545.150","13381.087"],["10523.615","13352.224"],["10491.224","13326.424"],["10482.910","13329.265"],["10470.545","13319.336"],["10462.926","13349.087"],["10465.009","13336.945"],["10659.386","13310.713"],["10659.090","13321.085"],["10595.126","13301.618"],["10583.293","13365.721"],["10590.297","13351.032"],["10655.074","13348.027"],["10638.004","13344.970"],["10620.307","13347.745"],["10469.609","13319.196"],["10498.398","13336.864"],["10542.650","13388.434"],["10578.286","13234.722"],["10567.466","13182.896"],["10539.651","13241.101"],["10463.555","13271.039"],["29295.775","11587.451"],["29245.693","11596.080"],["29246.530","11513.877"],["29337.605","11558.913"],["29340.173","11508.240"],["29357.683","11514.524"],["29362.255","11510.164"],["29318.882","11542.969"],["29248.012","11650.828"],["29341.367","11527.703"],["29308.127","11613.182"],["29236.466","11621.415"],["29214.404","11510.882"],["29314.990","11576.073"],["29313.440","11521.814"],["29307.453","11544.268"],["29253.172","11616.204"],["4477.742","18758.145"],["4427.696","18759.756"],["4370.916","18726.708"],["4496.054","18741.817"],["4543.966","18735.189"],["4537.810","18688.258"],["4553.391","18687.308"],["4465.504","18854.918"],["4454.107","18760.969"],["4466.393","18783.199"],["4406.314","18802.564"],["4433.781","18761.226"],["4359.222","18769.119"],["4390.446","18698.896"],["4372.025","18695.328"],["4473.094","18737.160"],["4525.858","18697.881"],["4513.341","18746.981"],["4565.798","18711.080"],["4554.241","18678.564"],["4392.872","18681.464"],["4497.841","18805.362"],["4469.617","18786.535"],["4458.699","18754.389"],["4436.051","18752.374"],["4371.409","18754.040"],["4359.236","18682.090"],["4498.225","18763.172"],["4510.841","18727.939"],["4532.223","18712.167"],["4566.116","18704.707"],["4561.692","18694.980"],["4549.378","18693.815"],["4439.418","18864.679"],["4500.248","18722.544"],["4455.203","18813.845"],["4522.948","18855.120"],["4506.649","18806.450"],["4486.219","18880.270"],["4407.516","18773.315"],["4419.243","18782.630"],["13531.325","13165.425"],["13492.832","13086.323"],["13523.144","13180.339"],["13545.646","13077.938"],["13607.190","13141.103"],["13519.143","13048.011"],["13597.174","13028.471"],["13510.110","13121.826"],["13603.807","13083.164"],["13588.459","13098.175"],["13520.638","12989.879"],["13415.759","13060.943"],["13440.844","13140.444"],["13465.163","13009.429"],["13471.765","13147.116"],["13532.257","12970.265"],["13599.783","12973.832"],["13489.650","13115.691"],["13517.853","13128.960"],["13514.935","13171.552"],["13515.200","13140.141"],["13496.345","12989.599"],["13417.962","13056.748"],["13438.354","13037.301"],["13445.153","13156.315"],["13466.893","13063.585"],["13412.310","13022.684"],["13418.886","13129.643"],["8335.092","18319.167"],["8288.753","18334.489"],["8279.954","18343.820"],["8277.879","18350.595"],["8262.645","18356.473"],["8293.170","18380.498"],["8319.996","18397.673"],["8319.706","18351.118"],["8307.387","18367.170"],["8348.783","18462.540"],["8337.928","18452.206"],["8310.307","18465.045"],["8295.458","18455.715"],["8340.414","18442.816"],["8316.582","18433.580"],["8267.742","18451.092"],["8273.416","18443.264"],["8249.510","18405.556"],["8154.544","18421.334"],["8162.620","18415.735"],["8162.671","18317.972"],["8159.047","18448.665"],["8155.527","18454.858"],["8215.269","18392.268"],["8158.672","18359.535"],["8351.093","18329.320"],["8331.780","18365.073"],["8232.710","18412.739"],["8154.560","18351.707"],["8246.888","18390.080"],["8157.570","18355.869"],["8148.177","18329.026"],["8337.676","18268.383"],["8256.469","18268.858"],["8217.485","18272.646"],["8187.263","18259.825"],["8153.183","18304.391"],["8313.071","18348.361"],["8340.373","18266.880"],["8270.170","18274.027"],["8207.640","18282.570"],["8152.493","18322.971"],["8302.100","18336.305"],["8272.390","18276.521"],["8218.841","18257.087"],["8175.239","18322.624"],["8307.890","18312.341"],["8308.054","18447.471"],["8189.464","18436.733"],["8183.211","18404.560"],["8318.136","18269.655"],["8261.667","18276.950"],["8181.522","18292.500"],["8289.485","18337.081"],["11548.203","14559.280"],["11576.336","14616.469"],["11535.491","14475.988"],["5015.689","15242.053"],["4989.764","15255.324"],["5024.324","15275.593"],["4997.986","15286.299"],["5021.479","15251.556"],["5004.232","15229.412"],["5022.679","15263.438"],["4990.831","15145.528"],["5061.797","15281.422"],["5059.207","15290.063"],["5003.635","15231.977"],["5005.607","15249.667"],["5053.475","15277.921"],["5020.554","15176.483"],["6059.423","13715.329"],["6072.927","13703.389"],["6241.663","13604.453"],["6173.046","13646.595"],["6178.721","13657.479"],["6113.020","13671.432"],["6121.510","13658.669"],["6211.227","13626.066"],["6228.596","13622.829"],["6123.946","13611.773"],["6125.591","13627.892"],["6076.797","13615.567"],["6086.336","13609.589"],["6045.412","13620.385"],["6173.008","13651.169"],["6177.471","13663.722"],["6115.141","13674.422"],["6248.808","13634.624"],["6215.376","13637.756"],["6111.906","13606.521"],["6119.423","13611.691"],["6077.932","13612.149"],["6072.225","13630.414"],["6046.070","13619.312"],["6049.177","13713.587"],["3726.442","19373.538"],["3754.267","19487.719"],["3904.056","19330.745"],["3892.183","19361.324"],["3883.442","19422.049"],["3895.514","19449.771"],["3861.336","19485.141"],["3810.334","19450.347"],["3742.988","19400.441"],["3750.040","19442.781"],["3733.017","19483.326"],["3904.371","19350.788"],["3890.177","19340.383"],["3922.060","19424.427"],["3877.833","19420.579"],["3919.708","19466.534"],["3879.938","19472.347"],["3825.991","19445.901"],["3870.563","19500.814"],["3818.854","19474.955"],["3815.893","19456.062"],["3747.610","19338.228"],["3871.772","19382.976"],["3893.368","19383.934"],["3905.991","19437.705"],["3894.988","19427.103"],["3893.803","19478.573"],["3915.728","19497.847"],["3842.241","19454.555"],["3859.149","19480.104"],["3816.995","19480.124"],["3804.989","19492.478"],["3728.540","19353.726"],["3754.053","19491.997"],["3861.032","19322.068"],["3906.155","19389.910"],["3932.998","19469.094"],["3835.382","19467.255"],["3820.976","19451.256"],["3929.291","19376.456"],["15896.664","12284.147"],["15840.746","12304.043"],["15811.918","12240.054"],["15861.818","12246.131"],["15887.663","12233.942"],["15899.032","12305.716"],["15848.147","12292.945"],["15823.326","12266.614"],["15792.164","12239.079"],["15896.315","12245.767"],["15819.019","12326.454"],["15918.931","12320.962"],["15781.506","12239.665"],["15807.488","12281.759"],["15800.092","12256.255"],["15875.469","12247.022"],["15923.798","12234.603"],["15931.121","12271.414"],["28227.069","8968.969"],["18644.712","17210.452"],["18622.837","17227.364"],["18672.137","17321.717"],["18650.673","17355.105"],["18654.193","17345.856"],["18650.074","17202.591"],["18667.515","17330.778"],["18663.913","17340.043"],["18672.203","17332.330"],["10035.771","16024.892"],["9970.141","15938.984"],["9990.075","15956.003"],["9989.466","15966.365"],["9970.355","15960.658"],["9961.019","15936.170"],["10003.745","15972.702"],["10032.415","15958.958"],["10039.561","15971.429"],["10035.227","15960.318"],["10036.493","15972.324"],["10033.363","16011.068"],["10038.547","16100.283"],["10026.903","16023.160"],["10024.748","16017.710"],["9991.400","15977.380"],["10001.302","15987.124"],["10011.819","15997.142"],["10010.092","15998.331"],["9966.303","15955.096"],["9983.670","15933.693"],["9992.519","15934.090"],["10032.593","16106.790"],["10736.196","16381.968"],["10716.233","16396.665"],["4929.686","14655.058"],["7995.288","17746.335"],["7936.420","17775.399"],["3523.120","8277.242"],["3566.083","8127.001"],["3573.268","8189.404"],["3664.621","8271.149"],["3663.572","8284.459"],["3699.739","8313.928"],["3527.163","8275.484"],["3610.506","8225.933"],["3645.196","8230.939"],["3644.537","8282.568"],["3534.245","8246.098"],["3570.835","8111.084"],["3567.289","8147.021"],["3579.680","8216.223"],["3638.226","8264.988"],["3667.200","8125.353"],["3595.101","8164.130"],["3663.960","8223.221"],["3595.830","8192.673"],["3640.948","8232.942"],["3643.021","8245.791"],["3585.790","8145.576"],["3549.991","8149.090"],["9930.483","18481.135"],["9929.101","18474.892"],["9915.106","18467.812"],["9836.544","18502.478"],["15139.067","12453.914"],["15141.584","12446.465"],["15278.199","12463.301"],["15195.871","12528.329"],["15232.617","12357.383"],["15110.880","12522.715"],["15146.887","12496.720"],["15153.216","12540.926"],["15110.612","12445.730"],["15231.848","12426.374"],["15212.080","12461.919"],["15178.334","12461.840"],["15158.167","12537.953"],["15205.785","12493.318"],["15099.433","12520.799"],["15119.450","12546.343"],["15126.111","12534.171"],["15093.742","12496.670"],["15110.206","12516.505"],["4037.008","14768.469"],["4020.320","14790.615"],["4133.336","14865.505"],["3975.724","14836.265"],["4059.080","14751.128"],["4030.231","14776.280"],["4021.504","14762.506"],["3990.238","14798.526"],["4115.063","14867.222"],["4134.610","14791.618"],["4128.887","14782.188"],["3987.072","14785.150"],["3976.398","14828.057"],["4040.182","14772.383"],["4061.827","14773.654"],["4048.462","14805.710"],["4025.633","14773.901"],["4104.372","14765.477"],["4129.306","14769.457"],["3946.086","14830.550"],["3976.711","14817.371"],["4136.745","14850.649"],["4062.842","14781.361"],["4111.576","14797.992"],["4081.813","14820.265"],["4084.938","14822.131"],["4035.350","14846.107"],["4033.952","14827.560"],["4037.844","14815.455"],["3976.607","14796.950"],["4007.939","14800.980"],["3953.418","14812.061"],["3935.975","14757.422"],["4075.676","15120.955"],["4057.171","15090.708"],["4114.800","15196.202"],["4122.322","15182.853"],["4006.119","15261.620"],["4082.899","15264.169"],["3963.867","15277.450"],["4061.071","15113.853"],["4064.229","15129.031"],["4077.465","15199.340"],["4131.445","15180.992"],["4130.332","15213.191"],["4033.997","15257.078"],["4014.573","15209.795"],["4099.741","15255.796"],["4038.392","15244.070"],["3961.877","15265.411"],["3992.551","15253.024"],["4144.305","15202.933"],["4086.811","15167.379"],["4080.413","15163.052"],["4098.109","15130.642"],["4061.941","15104.580"],["4091.001","15193.494"],["4127.300","15218.415"],["3990.461","15242.495"],["3973.668","15233.214"],["4055.284","15219.083"],["4102.965","15201.973"],["3978.999","15243.759"],["3997.913","15249.886"],["4123.893","15234.444"],["4079.013","15130.625"],["4141.889","15197.672"],["4127.059","15167.890"],["4136.381","15212.701"],["4011.046","15223.830"],["3994.122","15218.298"],["3971.451","15227.515"],["3944.330","15243.815"],["4048.153","15230.555"],["4123.417","15192.251"],["4089.289","15193.936"],["4097.681","15228.113"],["4116.743","15253.960"],["4067.587","15273.871"],["4050.761","15258.726"],["4126.623","15266.575"],["6003.489","18905.766"],["5968.350","18932.165"],["27715.565","7917.767"],["27637.029","7937.948"],["27656.898","8072.664"],["27594.102","7968.056"],["27723.411","8025.083"],["27591.321","7914.347"],["27580.433","7904.206"],["27515.153","7914.991"],["27609.628","7962.507"],["27551.782","8022.242"],["27569.183","7908.203"],["27607.143","7922.158"],["27599.084","7910.003"],["27542.390","7909.722"],["27597.604","7941.415"],["27564.857","7919.417"],["27589.217","8020.112"],["27610.993","8002.523"],["27698.789","8052.531"],["27524.051","7940.837"],["27577.917","7972.102"],["27622.852","7915.174"],["27663.657","7947.610"],["15706.892","18613.840"],["15570.089","18677.812"],["15535.919","18473.786"],["15597.169","18480.359"],["15607.165","18515.701"],["15702.771","18548.631"],["15577.308","18662.756"],["15635.134","18482.045"],["15620.792","18483.630"],["15714.211","18611.148"],["15551.199","18478.294"],["15604.698","18514.875"],["15540.376","18654.599"],["15650.881","18548.614"],["15619.122","18476.989"],["6054.542","14098.913"],["6063.284","14148.051"],["6053.315","14072.737"],["6075.406","14158.026"],["6057.525","14082.283"],["6081.442","14149.917"],["6097.867","14204.485"],["6064.111","14077.167"],["6069.830","14157.316"],["6049.382","14090.554"],["6064.501","14162.204"],["6143.150","14210.485"],["6150.896","14221.203"],["6116.669","14216.381"],["6145.893","14200.620"],["6207.801","14192.775"],["6100.501","14225.491"],["6210.896","14208.387"],["6104.989","14221.809"],["5182.050","7628.778"],["5163.597","7581.543"],["5121.336","7666.963"],["5147.127","7626.490"],["5195.321","7526.662"],["5135.275","7599.049"],["5148.166","7669.827"],["5188.173","7571.972"],["5123.338","7654.034"],["5163.102","7589.899"],["12049.807","13167.817"],["11984.054","13094.726"],["11970.827","13124.119"],["11978.440","13104.024"],["12002.813","13139.646"],["11948.064","13075.236"],["6576.966","12626.102"],["6645.858","12645.515"],["6628.265","12616.310"],["6661.937","12671.225"],["6622.431","12677.270"],["6562.847","12749.922"],["6573.078","12748.716"],["6631.748","12702.813"],["6586.699","12671.103"],["6625.419","12611.652"],["6627.656","12614.113"],["6660.210","12647.740"],["6646.937","12670.961"],["6575.051","12722.440"],["6566.844","12726.668"],["6597.192","12662.169"],["6596.271","12705.604"],["6590.716","12620.189"],["6654.778","12639.414"],["6470.379","12755.933"],["6549.443","12673.567"],["6663.565","12661.630"],["6552.009","12713.539"],["6618.722","12693.878"],["6642.641","12678.961"],["6633.891","12673.990"],["6641.235","12723.872"],["6662.106","12722.815"],["6649.697","12667.236"],["6644.566","12664.428"],["6648.718","12721.362"],["7764.282","13814.322"],["7873.062","13812.286"],["7840.981","13780.329"],["7873.951","13696.916"],["7876.821","13767.888"],["7758.467","13755.637"],["7772.398","13700.030"],["7838.084","13748.062"],["7741.329","13755.274"],["7765.671","13736.380"],["13392.330","13455.131"],["13370.523","13578.942"],["13382.278","13428.762"],["13297.753","13482.654"],["13386.402","13595.332"],["13358.394","13581.081"],["13377.884","13462.743"],["13272.522","13490.350"],["13370.746","13475.213"],["13337.900","13393.244"],["13287.769","13445.082"],["13369.808","13512.554"],["13352.020","13565.724"],["13258.998","13558.287"],["13259.957","13543.422"],["13249.513","13567.028"],["13202.826","13598.524"],["13382.719","13511.695"],["13276.075","13458.277"],["13338.733","13484.818"],["13338.967","13483.093"],["6703.330","19874.834"],["6686.751","19861.952"],["6689.714","19798.128"],["6689.977","19834.230"],["14432.776","16735.278"],["14401.021","16694.909"],["14355.121","16648.177"],["14351.277","16754.781"],["14442.452","16712.351"],["14423.823","16695.727"],["14376.931","16622.760"],["14336.886","16681.977"],["14418.786","16633.523"],["14367.819","16626.377"],["14356.421","16618.582"],["14264.524","16603.407"],["14285.634","16672.549"],["14307.250","16694.145"],["14402.164","16611.174"],["14383.031","16620.998"],["14371.518","16649.635"],["14285.042","16750.154"],["14273.709","16683.465"],["14427.337","16715.129"],["14333.657","16642.149"],["14345.039","16655.609"],["14458.656","16723.929"],["14306.662","16564.546"],["14376.092","16634.618"],["14404.784","16567.896"],["14296.670","16674.828"],["14458.919","16748.091"],["14428.675","16723.439"],["14268.965","16606.859"],["14332.638","16623.999"],["14347.720","16574.767"],["5375.510","14418.890"],["5242.474","14387.151"],["5357.842","14446.045"],["5255.593","14408.782"],["5230.337","14385.073"],["5280.491","14411.642"],["5407.293","14396.769"],["5382.813","14406.008"],["5287.085","14429.543"],["5235.007","14379.686"],["5206.669","14316.861"],["5360.244","14444.625"],["5255.872","14421.152"],["5219.564","14375.891"],["5273.764","14380.395"],["5376.464","14415.207"],["5278.911","14425.430"],["5240.994","14395.210"],["5202.278","14314.978"],["5252.533","14419.649"],["5277.630","14416.844"],["5247.385","14411.342"],["5268.485","14417.025"],["5341.613","14445.458"],["5366.559","14449.711"],["5237.632","14400.277"],["5232.228","14357.658"],["5273.633","14390.287"],["5399.924","14386.370"],["5406.799","14434.132"],["5397.359","14431.754"],["5289.838","14401.972"],["5264.640","14398.355"],["5241.384","14412.634"],["5221.187","14417.473"],["5260.677","14411.709"],["5203.593","14353.398"],["5396.569","14399.731"],["5255.298","14445.721"],["5213.687","14407.927"],["13285.861","14742.152"],["13252.818","14698.217"],["13249.380","14737.243"],["13246.780","14782.872"],["13246.420","14747.387"],["13274.000","14778.601"],["13252.111","14753.775"],["13207.621","14705.137"],["13238.755","14813.480"],["13238.299","14803.063"],["13282.550","14770.197"],["13240.071","14728.061"],["13372.394","14775.482"],["13359.339","14772.723"],["13378.599","14705.174"],["13334.772","14766.392"],["13408.414","14746.233"],["13392.860","14816.037"],["13368.785","14754.286"],["13266.687","14701.648"],["13356.312","14779.131"],["13328.785","14757.176"],["13380.112","14684.464"],["13260.172","14866.685"],["13248.322","14684.057"],["13374.915","14683.473"],["13352.595","14772.988"],["13366.565","14733.923"],["10561.938","18626.243"],["10570.622","18620.892"],["10620.103","18640.553"],["10626.024","18665.508"],["10485.384","18650.250"],["10492.341","18652.645"],["10590.655","18617.061"],["10498.081","18653.041"],["21998.390","7154.132"],["21915.644","7081.223"],["21848.053","7087.723"],["21832.150","7162.767"],["21871.668","7216.711"],["21851.396","7177.233"],["21976.700","7080.017"],["5466.021","19113.765"],["5476.134","19117.686"],["5422.712","19213.453"],["5532.496","19168.621"],["5477.046","19234.319"],["5495.968","19174.683"],["5573.429","19192.504"],["5520.587","19111.098"],["5495.344","19175.473"],["5423.715","19180.406"],["5581.887","19185.722"],["5567.266","19176.160"],["5495.220","19238.068"],["5449.381","19223.749"],["5457.596","19175.525"],["5467.300","19169.596"],["5422.584","19268.135"],["5414.711","19240.008"],["5597.550","19260.872"],["5578.429","19213.891"],["5531.883","19237.871"],["5558.482","19107.465"],["5507.583","19103.724"],["5465.032","19134.333"],["5436.084","19138.165"],["5574.815","19193.715"],["5546.033","19167.664"],["5478.954","19249.249"],["5491.486","19222.709"],["5433.040","19213.395"],["5473.155","19159.225"],["5444.163","19241.166"],["5431.120","19216.327"],["5606.218","19259.534"],["5540.765","19197.359"],["5535.831","19225.055"],["5438.009","19141.980"],["5593.285","19199.182"],["5519.832","19214.699"],["5474.315","19212.502"],["5491.132","19163.040"],["5416.169","19241.926"],["5415.895","19249.966"],["5613.159","19274.382"],["5544.465","19214.783"],["5413.542","19266.065"],["5549.810","19230.926"],["5601.520","19279.193"],["12300.520","16548.036"],["12239.125","16506.099"],["12257.906","16545.857"],["12316.543","16540.091"],["12207.876","16468.331"],["12181.733","16366.881"],["12178.729","16419.564"],["12295.275","16357.760"],["12256.183","16364.696"],["6180.967","16574.636"],["6089.793","16567.859"],["6190.925","16698.877"],["6238.879","16578.198"],["6208.849","16574.870"],["11590.629","19218.483"],["11649.540","19211.974"],["27266.676","7745.726"],["27255.755","7713.339"],["27298.688","7883.311"],["27263.912","7749.442"],["27301.610","7737.286"],["27292.597","7863.975"],["27213.781","7727.641"],["11141.125","16395.378"],["11243.075","16405.036"],["11252.716","16438.898"],["11201.281","16449.555"],["7063.973","12416.177"],["6967.310","12459.235"],["6976.714","12430.957"],["6935.451","12451.772"],["6975.401","12456.313"],["6907.354","12443.525"],["6920.873","12438.918"],["6942.792","12419.700"],["6905.625","12462.813"],["6918.460","12482.141"],["6931.910","12472.521"],["6919.627","12481.653"],["6905.469","12492.473"],["6919.491","12492.130"],["6903.281","12484.721"],["6941.449","12396.284"],["7113.145","12386.791"],["7058.765","12372.954"],["6968.873","12461.200"],["6957.941","12419.063"],["6953.148","12442.804"],["6935.632","12470.401"],["6899.508","12431.337"],["6924.888","12417.926"],["6908.574","12473.539"],["6937.851","12481.117"],["6915.032","12478.496"],["6894.403","12451.816"],["6909.893","12486.032"],["6927.402","12488.712"],["6895.046","12481.880"],["6884.045","12405.131"],["7061.269","12386.244"],["7101.793","12393.672"],["6975.353","12453.009"],["6954.066","12426.283"],["6964.415","12460.426"],["6930.339","12412.059"],["6911.000","12478.746"],["6934.528","12459.531"],["6925.660","12471.827"],["6906.918","12477.487"],["6907.689","12477.490"],["6926.810","12496.342"],["6903.001","12484.682"],["6884.779","12448.068"],["6922.553","12389.175"],["6934.124","12397.194"],["6971.474","12406.567"],["6886.548","12414.025"],["6952.021","12391.145"],["6910.020","12396.389"],["6900.360","12417.586"],["6929.538","12397.153"],["6909.396","12405.059"],["6956.060","12410.588"],["6928.568","12450.843"],["6936.200","12446.665"],["6930.114","12457.070"],["6933.371","12456.161"],["5418.788","12623.587"],["5462.700","12631.291"],["5419.248","12603.945"],["5429.427","12629.342"],["5429.528","12628.244"],["5431.960","12640.473"],["5420.761","12645.899"],["5409.659","12574.977"],["5467.256","12633.124"],["5453.013","12647.426"],["5094.731","14764.146"],["5189.424","14834.179"],["5046.081","14777.593"],["5167.805","14723.967"],["5197.499","14663.769"],["5151.272","14672.328"],["5134.184","14779.442"],["5099.221","14805.269"],["5144.987","14868.254"],["5181.199","14856.541"],["5127.679","14692.698"],["5060.396","14677.156"],["5076.446","14664.960"],["5039.773","14673.346"],["5029.409","14676.187"],["5175.476","14695.330"],["5165.776","14758.815"],["5079.322","14741.718"],["5062.229","14858.247"],["5010.149","14831.867"],["5134.342","14663.050"],["5115.324","14868.633"],["5125.379","14778.768"],["5082.695","14762.090"],["5040.876","14766.115"],["5018.777","14813.249"],["5101.923","14775.708"],["5081.277","14803.872"],["5062.020","14834.408"],["5109.809","14856.473"],["5132.007","14872.354"],["5120.307","14760.930"],["5071.384","14785.754"],["5119.022","14809.083"],["5078.478","14861.921"],["5046.326","14760.278"],["5012.813","14827.623"],["5186.348","14680.945"],["5134.191","14663.031"],["5173.510","14789.632"],["5144.646","14774.423"],["5129.583","14789.563"],["5148.918","14831.094"],["5136.927","14836.429"],["5189.458","14852.870"],["5025.408","14820.832"],["5174.043","14729.394"],["5153.260","14757.263"],["5036.806","14738.663"],["5184.388","14864.030"],["5154.294","14858.621"],["5122.221","14799.742"],["5062.357","14746.941"],["5013.139","14859.310"],["5112.753","14784.230"],["5070.278","14775.130"],["5098.596","14810.396"],["5060.326","14850.345"],["5102.852","14825.176"],["5143.537","14864.889"],["5011.186","14841.736"],["9361.811","16740.305"],["9345.436","16710.670"],["9369.727","16700.396"],["9353.730","16694.886"],["9330.151","16663.719"],["9306.460","16662.550"],["9328.316","16687.022"],["9393.489","16768.047"],["9374.696","16741.048"],["9377.107","16707.737"],["9391.983","16747.229"],["9372.606","16720.637"],["9266.296","16711.471"],["9233.008","16716.229"],["9391.481","16709.276"],["9340.609","16748.140"],["9327.736","16695.720"],["9282.102","16727.276"],["9299.015","16657.184"],["9330.700","16654.425"],["9258.131","16724.611"],["9034.887","13626.079"],["9040.389","13602.491"],["9069.790","13611.560"],["9067.765","13612.612"],["9053.864","13605.947"],["9004.840","13765.463"],["8993.508","13764.522"],["9041.374","13614.406"],["9013.294","13755.768"],["8999.593","13761.863"],["9094.227","13734.229"],["9069.008","13748.772"],["9026.029","13629.710"],["9009.875","13632.298"],["9012.063","13659.786"],["9023.317","13650.786"],["9014.151","13688.837"],["8999.912","13691.568"],["8997.864","13637.968"],["9008.277","13636.693"],["9012.938","13640.799"],["9176.325","13805.993"],["9174.083","13803.540"],["9043.881","13647.473"],["9041.042","13621.501"],["9002.494","13622.442"],["8995.246","13652.315"],["9013.984","13635.496"],["9027.639","13668.322"],["9010.037","13687.099"],["8989.990","13682.704"],["9020.076","13625.782"],["12324.347","12712.449"],["12330.201","12699.334"],["12329.768","12733.154"],["12315.253","12728.003"],["12189.519","12755.499"],["12282.522","12615.231"],["28486.742","11719.241"],["28471.002","11717.837"],["18059.848","16877.295"],["18136.627","16853.790"],["18085.301","16917.197"],["18100.102","16873.058"],["18160.997","16898.526"],["18125.856","16937.599"],["18089.223","16978.797"],["18236.752","16943.333"],["18076.564","16788.631"],["18167.367","16851.696"],["18087.458","16937.859"],["18092.716","16840.041"],["18077.174","16776.338"],["18216.187","16802.750"],["18246.616","16783.211"],["18199.554","16966.003"],["18206.094","16933.105"],["18124.195","16793.507"],["18143.099","16884.420"],["18119.083","16905.524"],["18183.849","16966.369"],["18216.017","16863.238"],["18130.823","16804.424"],["18148.494","16862.884"],["18116.303","16900.289"],["18227.895","16945.675"],["18042.792","16858.933"],["27712.046","7398.177"],["27687.539","7345.890"],["27639.381","7388.202"],["27658.690","7334.841"],["27715.039","7343.346"],["27715.532","7425.411"],["27635.829","7368.863"],["27706.995","7267.531"],["27643.266","7288.457"],["27691.815","7322.422"],["27684.118","7330.828"],["27701.207","7318.161"],["27666.898","7328.879"],["27652.983","7336.757"],["27688.378","7411.323"],["27702.637","7276.879"],["27644.812","7280.761"],["27700.416","7286.358"],["27638.032","7341.612"],["27693.674","7357.748"],["27678.296","7399.862"],["27722.556","7356.905"],["27686.470","7415.336"],["27701.717","7367.558"],["17555.925","16792.621"],["17595.716","16807.728"],["17449.495","16804.393"],["17555.210","16871.782"],["17558.085","16858.617"],["17568.796","16861.956"],["17557.674","16857.840"],["4000.112","19516.112"],["3962.167","19521.314"],["3994.931","19499.596"],["3947.301","19357.017"],["7826.594","14869.793"],["7834.376","14871.111"],["7896.931","14695.058"],["7852.171","14702.410"],["7852.447","14695.261"],["7821.614","14677.000"],["7807.765","14695.097"],["7810.718","14695.213"],["7819.481","14664.872"],["7924.427","14733.246"],["7827.778","14870.388"],["7841.998","14668.709"],["9177.014","13359.683"],["9166.412","13318.085"],["9161.461","13366.519"],["9150.786","13372.382"],["9188.796","13301.905"],["9187.266","13294.506"],["9146.352","13187.790"],["9139.799","13304.645"],["9133.237","13301.920"],["9117.639","13247.996"],["9044.765","13239.953"],["9056.328","13242.000"],["9121.381","13226.870"],["9034.562","13200.562"],["9030.840","13260.432"],["9064.216","13306.087"],["9068.853","13293.704"],["9064.113","13369.460"],["9092.289","13364.995"],["9164.760","13352.301"],["9154.562","13297.058"],["9181.096","13275.403"],["9191.869","13262.719"],["9154.677","13210.914"],["9152.818","13253.623"],["9113.235","13347.887"],["9068.152","13275.280"],["9003.177","13233.640"],["9013.805","13200.143"],["9006.023","13187.898"],["9045.876","13197.757"],["9045.651","13204.707"],["8998.013","13287.517"],["9004.125","13263.677"],["9019.510","13258.037"],["9094.002","13302.853"],["9095.778","13280.408"],["9021.108","13203.106"],["9043.119","13270.317"],["9054.512","13290.546"],["9062.784","13297.685"],["9084.307","13349.894"],["9058.159","13376.231"],["9091.647","13377.365"],["9153.230","13249.329"],["9185.044","13227.726"],["9185.710","13345.083"],["9123.796","13367.229"],["9181.296","13299.114"],["9148.286","13294.669"],["9123.018","13385.724"],["9118.494","13258.533"],["9057.117","13233.644"],["9147.105","13216.598"],["9034.924","13203.849"],["9028.185","13274.975"],["9054.446","13305.591"],["9066.830","13289.113"],["9070.034","13370.600"],["9101.812","13370.065"],["9198.523","13198.921"],["9140.852","13361.366"],["9146.888","13370.417"],["9137.398","13366.519"],["9140.145","13378.774"],["9187.381","13301.013"],["9183.697","13330.757"],["9183.072","13316.587"],["9186.098","13316.191"],["9179.411","13200.920"],["9128.566","13279.442"],["9108.812","13286.957"],["9109.437","13275.710"],["9125.161","13290.078"],["9121.635","13244.825"],["9119.728","13254.536"],["9064.042","13218.962"],["9049.255","13233.858"],["9053.959","13213.842"],["9074.584","13246.641"],["9113.865","13216.102"],["9114.226","13225.004"],["9172.947","13186.667"],["8804.138","16984.286"],["8786.529","16968.503"],["8806.414","16941.329"],["8819.510","16972.688"],["8806.412","16954.038"],["8904.491","16923.706"],["8861.787","16907.080"],["8896.451","16964.940"],["8905.016","16974.009"],["8902.618","16979.240"],["8918.103","16949.009"],["8821.176","16928.903"],["8807.151","16910.859"],["8841.660","16927.664"],["8840.325","16911.852"],["8816.123","16902.915"],["8799.709","16892.176"],["8852.537","16984.943"],["8855.199","16966.245"],["8831.502","16957.701"],["8884.003","16965.144"],["8777.814","16926.776"],["22783.771","7166.839"],["22835.022","7204.447"],["14662.440","12759.210"],["14680.235","17711.065"],["14677.011","17735.029"],["14679.995","17628.310"],["14674.716","17650.324"],["14736.665","17822.249"],["14716.265","17749.883"],["14807.317","17753.813"],["14771.429","17773.533"],["14783.403","17706.448"],["14737.317","17706.861"],["14743.403","17768.826"],["14696.699","17786.887"],["14702.357","17761.255"],["14680.975","17776.499"],["14684.380","17730.372"],["14682.331","17625.485"],["14732.766","17822.794"],["14801.401","17814.091"],["14719.641","17804.165"],["14773.934","17816.072"],["14799.148","17796.172"],["14696.089","17791.068"],["14747.021","17699.396"],["14748.173","17781.757"],["14763.946","17761.757"],["14733.946","17760.320"],["14771.923","17794.507"],["14801.923","17789.288"],["14778.847","17755.267"],["14721.248","17710.031"],["14716.840","17775.515"],["14761.001","17755.828"],["14716.018","17718.652"],["14747.860","17740.816"],["14697.899","17764.360"],["14761.220","17798.731"],["14734.406","17796.423"],["14775.376","17787.884"],["14737.103","17694.606"],["14691.929","17751.032"],["14695.630","17793.113"],["14753.688","17790.193"],["14782.224","17783.934"],["14701.182","17685.358"],["14777.630","17714.177"],["14732.400","17722.649"],["14707.761","17753.467"],["14746.314","17727.802"],["14707.663","17714.524"],["14693.705","17757.225"],["14699.264","17812.188"],["14683.466","17640.630"],["14702.926","17759.858"],["14743.814","17738.834"],["14716.873","17788.760"],["14704.834","17732.707"],["12737.748","15053.369"],["12633.281","14913.901"],["12672.706","14937.886"],["12707.956","14881.865"],["12567.592","15058.696"],["12589.544","15063.026"],["12588.606","15069.004"],["12774.066","14898.090"],["8536.140","16134.789"],["8555.575","16046.316"],["8544.066","16069.510"],["8563.109","16120.084"],["8541.414","16085.951"],["8566.568","16077.405"],["8545.654","16064.494"],["6950.241","15462.436"],["6952.579","15441.199"],["6992.111","15350.029"],["6956.671","15358.462"],["6893.114","15371.547"],["7026.384","15497.588"],["7089.440","15494.251"],["6998.662","15483.950"],["7025.062","15470.953"],["6984.264","15504.122"],["7023.489","15331.831"],["6909.615","15373.727"],["6921.123","15447.845"],["7062.703","15334.553"],["7081.731","15340.181"],["6887.840","15376.566"],["6901.842","15374.299"],["7044.525","15349.965"],["7022.888","15435.448"],["6959.314","15300.263"],["6948.952","15299.404"],["6889.218","15312.818"],["7049.630","15322.916"],["6980.583","15330.491"],["6987.474","15321.110"],["6156.727","19181.527"],["6197.697","19174.821"],["6166.102","19195.152"],["6106.505","19114.333"],["17049.000","7514.783"],["17045.727","7478.978"],["17060.823","7643.190"],["17017.298","7584.605"],["17035.155","7578.171"],["16995.895","7590.297"],["17014.000","7553.072"],["17003.656","7557.637"],["17015.756","7531.278"],["17028.186","7599.797"],["16988.624","7542.979"],["17020.575","7600.432"],["17027.207","7576.718"],["17019.372","7507.282"],["17010.796","7480.489"],["17006.276","7478.087"],["17039.313","7506.625"],["17091.349","7653.644"],["17042.211","7570.678"],["17010.268","7559.057"],["16999.448","7588.315"],["17036.184","7527.595"],["17038.112","7551.470"],["17016.837","7597.388"],["17029.337","7618.162"],["16990.071","7539.610"],["17013.947","7595.775"],["17016.682","7571.390"],["17005.803","7525.316"],["17007.276","7500.803"],["17107.451","7648.062"],["17115.329","7642.744"],["14463.415","14774.762"],["14465.751","14770.732"],["14196.822","12464.823"],["14242.427","12371.845"],["14093.657","12438.436"],["14194.867","12368.265"],["14129.837","12391.911"],["14072.603","12468.068"],["14043.739","12449.505"],["14177.955","12375.555"],["14217.612","12539.048"],["14145.608","12475.069"],["14210.374","12448.308"],["14095.526","12349.703"],["14053.085","12336.301"],["14056.338","12447.685"],["14086.601","12484.381"],["14208.094","12354.879"],["14187.548","12350.428"],["14154.939","12365.885"],["14145.084","12383.654"],["14090.613","12440.124"],["14060.910","12448.993"],["14202.304","12377.037"],["14224.619","12539.147"],["14161.101","12481.064"],["14155.645","12454.923"],["14180.685","12414.709"],["14219.607","12377.720"],["14224.936","12367.365"],["14041.914","12389.931"],["14077.029","12480.781"],["14157.372","12434.593"],["14224.569","12439.290"],["14144.806","12433.635"],["14179.494","12439.795"],["21133.148","7393.000"],["21104.595","7380.663"],["21115.516","7473.595"],["21189.085","7407.963"],["21099.496","7341.852"],["21033.846","7292.301"],["21038.484","7301.219"],["21146.750","7471.695"],["21088.361","7420.217"],["21130.549","7406.774"],["21016.153","7451.463"],["21105.770","7350.269"],["21019.306","7450.732"],["20999.454","7400.608"],["21027.777","7265.051"],["21031.296","7466.537"],["21086.214","7472.235"],["20990.589","7352.020"],["21156.207","7449.251"],["21229.135","8449.114"],["21230.679","8479.758"],["21242.540","8409.315"],["21222.783","8473.520"],["6733.839","13933.143"],["6784.724","13891.282"],["6700.683","13862.296"],["6743.659","13921.483"],["6764.016","13903.775"],["6794.553","13877.324"],["6703.479","13860.479"],["6732.507","13931.657"],["6773.316","13893.411"],["6781.306","13870.453"],["6693.676","13854.385"],["6710.529","13864.921"],["6797.340","13885.071"],["13832.842","13355.230"],["14005.636","13331.838"],["14017.262","13368.255"],["14003.240","13364.838"],["13973.357","13392.930"],["14023.493","13182.713"],["14009.255","13273.003"],["14003.844","13276.554"],["14033.108","13268.251"],["5972.103","18692.188"],["5972.190","18680.408"],["5969.827","18682.816"],["5976.193","18678.405"],["5984.989","18696.003"],["5976.248","18696.592"],["5980.702","18697.274"],["5835.878","18689.528"],["5836.060","18690.737"],["5836.222","18688.915"],["5835.398","18688.625"],["5836.578","18687.787"],["6012.095","18682.983"],["5835.878","18689.528"],["5837.021","18692.107"],["5836.854","18690.114"],["5835.695","18690.173"],["5836.060","18692.739"],["5837.005","18690.629"],["6014.928","18684.864"],["6026.002","18679.645"],["6030.865","18684.642"],["6025.847","18685.556"],["6022.396","18693.412"],["5983.278","18698.594"],["5975.262","18695.915"],["5975.427","18695.915"],["5972.762","18695.421"],["6009.318","18687.282"],["5835.608","18689.588"],["6008.408","18681.173"],["6008.177","18691.106"],["6019.013","18678.333"],["5971.727","18698.592"],["5984.733","18687.187"],["5981.854","18689.224"],["8012.044","18886.246"],["7972.283","18886.053"],["8090.241","18861.105"],["8034.988","18872.571"],["8025.186","18871.531"],["7952.824","18877.604"],["10368.231","16144.978"],["10368.231","16144.995"],["10368.247","16144.978"],["10395.022","16265.844"],["10390.422","16263.870"],["10365.660","16244.863"],["10296.386","16153.898"],["9086.215","13343.238"],["9071.534","13346.407"],["9060.442","13342.826"],["9049.322","13343.329"],["9033.455","13341.036"],["9055.517","13325.328"],["9011.740","13337.866"],["8995.179","13349.962"],["8993.967","13371.180"],["9014.482","13340.918"],["9073.623","13334.862"],["9066.905","13339.540"],["9048.006","13344.981"],["9036.843","13343.200"],["9034.101","13330.735"],["9003.204","13342.127"],["8997.301","13362.415"],["9087.103","13347.565"],["9071.979","13331.576"],["9061.494","13334.982"],["9050.095","13332.693"],["9026.432","13334.182"],["9045.000","13333.141"],["9000.096","13338.890"],["14632.098","16260.298"],["14473.272","16300.058"],["14472.039","16319.844"],["14656.144","16263.089"],["14661.822","16330.985"],["14465.936","16270.234"],["14469.850","16258.591"],["14597.388","16232.170"],["14659.927","16268.060"],["14605.258","16228.577"],["14652.444","16227.086"],["14507.587","16315.589"],["12608.246","17435.207"],["12658.491","17421.059"],["12717.123","17418.387"],["12754.386","17414.770"],["12677.852","17595.731"],["12635.974","17600.456"],["12614.162","17538.116"],["12692.012","17598.051"],["12755.478","17456.412"],["12718.027","17591.457"],["12696.778","17588.075"],["12589.924","17611.034"],["12568.875","17596.295"],["12567.421","17441.628"],["12608.477","17417.586"],["12629.255","17413.869"],["12718.962","17436.392"],["12760.924","17431.149"],["12603.181","17614.046"],["12677.442","17590.955"],["12700.960","17589.446"],["12718.570","17556.792"],["12769.905","17533.170"],["12659.689","17549.941"],["12593.214","17594.304"],["12569.904","17435.467"],["12603.839","17416.215"],["12621.080","17421.500"],["12639.922","17423.602"],["12706.004","17425.472"],["12667.496","17500.062"],["12642.567","17539.058"],["12695.729","17577.836"],["12702.303","17564.224"],["12719.429","17532.850"],["12712.600","17478.724"],["12757.240","17530.330"],["12640.429","17567.415"],["12589.069","17583.701"],["12608.276","17613.883"],["12766.672","17527.301"],["12661.114","17486.734"],["12589.875","17557.871"],["12722.156","17500.756"],["12773.906","17604.215"],["12737.056","17559.633"],["12753.030","17520.883"],["12692.731","17593.872"],["12741.813","17544.731"],["12702.775","17508.039"],["12596.783","17608.491"],["12584.672","17534.054"],["12712.374","17596.086"],["12730.757","17565.908"],["12724.179","17466.189"],["12776.995","17589.629"],["12669.606","17588.158"],["12605.977","17439.700"],["12639.017","17416.765"],["12711.810","17410.856"],["12737.309","17424.842"],["12662.375","17618.191"],["12674.289","17533.043"],["12608.441","17608.450"],["12770.612","17566.614"],["12578.789","17583.767"],["12602.962","17530.222"],["12697.308","17581.651"],["12762.534","17596.111"],["12725.313","17506.553"],["12753.807","17610.358"],["12710.938","17577.882"],["12639.557","17576.564"],["12568.720","17450.810"],["12622.720","17422.177"],["12623.514","17421.169"],["12642.817","17419.803"],["12683.440","17412.450"],["12713.718","17410.196"],["12736.619","17410.473"],["12596.487","17577.970"],["12651.931","17613.683"],["12644.179","17561.007"],["12664.173","17507.956"],["12582.945","17537.390"],["12747.835","17593.807"],["12774.919","17596.755"],["12709.327","17454.711"],["3090.753","17063.226"],["3057.845","17073.161"],["2890.065","17106.415"],["3013.346","17143.903"],["3061.627","17109.750"],["3041.788","17196.920"],["2907.394","17063.462"],["3052.632","17084.688"],["3045.362","17069.775"],["2944.226","17119.875"],["2905.311","17112.063"],["2980.501","17137.429"],["3001.948","17090.311"],["3076.265","17158.949"],["3017.417","17162.516"],["2950.091","17043.115"],["2932.542","17002.438"],["3093.303","17128.346"],["3003.947","17031.129"],["3023.503","17065.894"],["2884.299","17180.598"],["2904.390","17091.848"],["2921.644","17137.001"],["2994.777","17118.751"],["2984.267","17122.665"],["3054.555","17131.649"],["3074.588","17120.237"],["3082.972","17148.562"],["2918.990","16995.534"],["2926.868","17024.634"],["2951.884","17001.529"],["3088.612","17046.949"],["3088.424","17025.068"],["2947.332","17067.557"],["2938.319","17063.444"],["3024.509","17038.123"],["2990.481","17136.232"],["3035.671","17123.089"],["3040.342","17141.058"],["3073.467","17174.270"],["2999.855","17164.093"],["3008.342","17155.538"],["2998.029","17193.573"],["2952.616","17120.212"],["2953.883","17120.608"],["2952.267","17167.398"],["2948.303","17169.628"],["2917.790","17126.152"],["3010.721","17012.159"],["3011.234","17042.410"],["3007.319","17055.012"],["8169.845","13188.599"],["8160.741","13213.635"],["8151.603","13202.863"],["6517.566","16221.167"],["6503.325","16247.967"],["6481.847","16247.389"],["6532.930","16234.702"],["15029.319","17353.742"],["14990.658","17221.938"],["15032.081","17345.915"],["14990.527","17310.201"],["15047.732","17371.623"],["15078.773","17326.308"],["15017.956","17221.506"],["15091.274","17314.669"],["15028.962","17392.181"],["15071.078","17225.910"],["15017.692","17203.981"],["15008.922","17193.615"],["15036.022","17301.753"],["15011.888","17351.338"],["15076.503","17376.339"],["15081.596","17372.600"],["15079.886","17371.279"],["15068.055","17401.666"],["15065.210","17327.747"],["15070.374","17399.387"],["15061.578","17329.676"],["15093.241","17369.379"],["15081.152","17381.997"],["22485.030","6141.074"],["22485.359","6176.730"],["5871.930","9794.539"],["5841.470","9638.423"],["5918.451","9599.951"],["5843.338","9776.952"],["5871.502","9780.551"],["5975.496","9737.146"],["5839.665","9589.222"],["5941.477","9709.699"],["5952.881","9729.335"],["5934.175","9686.016"],["5970.759","9717.708"],["5990.089","9708.403"],["5935.277","9711.317"],["5968.851","9741.457"],["13608.717","17203.444"],["13517.293","17217.611"],["13610.066","17205.293"],["13555.405","17271.509"],["13514.892","17228.214"],["13607.286","17203.939"],["13541.619","17241.492"],["13547.047","17216.422"],["13616.036","17212.577"],["13532.047","17219.378"],["13598.816","17209.125"],["13537.112","17235.993"],["15612.567","17610.085"],["15666.733","17549.350"],["15711.893","17579.785"],["15634.978","17537.991"],["15723.131","17531.877"],["15746.791","17606.317"],["15706.966","17463.383"],["15664.562","17596.862"],["15536.330","17604.968"],["15595.247","17580.305"],["15659.346","17571.561"],["15716.601","17555.141"],["15713.974","17432.902"],["15686.093","17608.080"],["15605.198","17599.033"],["15561.370","17614.285"],["15653.937","17583.204"],["15669.297","17549.745"],["15705.450","17551.112"],["15571.495","17586.813"],["15706.854","17420.935"],["15711.128","17411.053"],["15703.957","17429.385"],["23478.608","6595.201"],["23504.101","6573.910"],["23479.924","6601.312"],["23355.700","6500.493"],["23487.489","6546.346"],["16742.650","7442.007"],["16766.762","7437.944"],["16775.463","7455.384"],["16770.801","7400.049"],["16770.835","7371.041"],["16749.634","7441.280"],["16755.324","7406.787"],["16759.068","7468.754"],["16775.177","7365.641"],["9820.015","14067.007"],["9674.340","14084.772"],["9660.409","14095.226"],["9761.802","14051.562"],["9661.412","14050.001"],["9827.146","14212.578"],["9787.804","14166.649"],["9805.088","14111.502"],["9822.275","14135.020"],["9654.965","14075.309"],["9672.662","14105.581"],["9806.407","14053.655"],["9761.038","14046.416"],["9801.044","14171.356"],["9794.413","14107.126"],["9659.768","14122.163"],["9771.342","14056.332"],["9767.718","14141.763"],["9767.277","14162.471"],["9649.727","14100.592"],["9641.519","14213.771"],["9638.559","14217.057"],["9770.659","14238.484"],["9770.117","14233.348"],["9735.381","14163.659"],["9769.157","14118.316"],["9700.874","14118.872"],["9788.211","14221.756"],["9738.185","14049.851"],["9825.622","14131.956"],["9821.238","14086.977"],["9794.673","14040.690"],["9664.054","14033.274"],["9682.696","14036.253"],["9668.315","14080.444"],["9632.334","14076.646"],["9651.780","14077.104"],["9703.843","14188.502"],["9628.904","14199.353"],["9625.006","14234.795"],["9636.777","14067.273"],["9744.986","14157.862"],["9732.288","14116.511"],["9673.783","14048.630"],["9719.590","14029.981"],["9627.062","14214.299"],["9654.102","14183.928"],["9785.939","14194.818"],["9752.519","14142.817"],["9700.775","14112.085"],["16637.089","17708.931"],["16749.063","17768.304"],["16577.843","17700.134"],["8808.764","11426.214"],["8815.144","11416.602"],["8837.989","11424.497"],["8798.274","11445.605"],["8812.030","11370.467"],["8821.007","11356.531"],["8806.843","11365.431"],["8788.921","11398.481"],["8791.979","11413.306"],["9352.351","11929.847"],["9356.611","11981.457"],["9359.628","12092.705"],["9348.378","12068.724"],["9244.285","11918.552"],["9353.686","11925.714"],["9401.436","11961.042"],["9299.472","11938.831"],["9333.699","11920.433"],["9347.326","12070.888"],["9364.661","12095.843"],["9406.673","12103.136"],["9317.816","11963.059"],["9347.901","12073.431"],["9401.456","12052.223"],["9390.531","12062.653"],["9199.992","11949.010"],["9383.521","11927.960"],["9254.836","12080.075"],["9408.195","12031.300"],["9268.997","11948.507"],["9252.961","11957.690"],["9235.107","11942.879"],["9204.499","11979.018"],["9351.432","12093.650"],["9355.083","12029.786"],["9324.215","12094.074"],["9383.360","12029.136"],["9252.462","11914.357"],["9259.738","11931.943"],["9255.478","11959.408"],["9215.751","12104.767"],["9230.389","12112.777"],["9230.817","12061.251"],["9236.821","12067.874"],["9242.491","12070.857"],["9248.840","12061.708"],["9317.501","12112.945"],["9283.991","12111.334"],["9303.351","12052.715"],["9306.493","12042.872"],["9291.468","12035.531"],["9281.633","12026.299"],["9305.890","12086.869"],["9297.666","12093.012"],["9289.138","12070.129"],["9276.177","12075.546"],["9277.731","11988.597"],["9275.611","11985.915"],["9204.414","12023.307"],["9231.008","12050.312"],["9210.680","12005.455"],["9224.183","12016.024"],["9370.594","11914.186"],["9407.653","11928.589"],["9282.142","11944.616"],["9298.274","12051.685"],["9292.534","12081.082"],["9225.896","12121.930"],["9372.603","12088.525"],["9403.343","12030.622"],["9234.129","11921.571"],["9273.882","11923.239"],["9253.076","11957.855"],["9217.214","12109.160"],["9236.293","12120.423"],["9229.814","12076.891"],["9238.301","12074.018"],["9251.274","12047.488"],["9256.290","12046.316"],["9289.928","12110.690"],["9404.582","12019.056"],["9309.091","12040.362"],["9314.453","12037.158"],["9292.784","12042.814"],["9304.413","12035.283"],["9306.778","12087.612"],["9300.528","12086.241"],["9278.858","12065.934"],["9285.996","12078.948"],["9282.453","11992.223"],["9268.753","11980.382"],["9204.796","12018.651"],["9204.500","12027.256"],["9208.920","12008.295"],["9199.303","12019.584"],["9212.917","12025.686"],["9218.596","12014.093"],["9311.447","11983.461"],["9254.691","11913.951"],["9362.784","12063.636"],["9392.011","12077.922"],["9255.478","11929.465"],["9239.886","11942.578"],["9350.140","12112.810"],["9959.605","10859.237"],["9946.149","10860.559"],["9883.545","10876.593"],["9880.074","10874.215"],["9868.041","10874.576"],["9849.850","10874.972"],["9985.347","10868.219"],["10003.417","10872.634"],["9868.107","10876.012"],["9964.079","10864.605"],["9921.922","10861.412"],["9893.509","10865.180"],["10021.300","10860.611"],["9977.533","10868.131"],["9989.354","10861.635"],["12466.218","13774.324"],["12421.514","13733.187"],["12503.215","13747.793"],["12528.030","13758.358"],["12525.350","13784.132"],["12443.855","13714.094"],["12409.043","13683.308"],["12364.998","13674.540"],["12390.117","13742.606"],["12559.849","13651.368"],["12544.063","13614.143"],["12471.489","13628.827"],["12440.545","13646.309"],["12516.845","13684.406"],["12124.410","13883.332"],["12119.558","13899.384"],["12121.417","13823.832"],["12051.480","13868.535"],["12025.794","13873.845"],["12003.671","13826.571"],["12012.792","13831.317"],["7026.471","16794.190"],["6890.024","16785.691"],["6883.462","16920.563"],["6890.831","16886.773"],["6996.438","16780.681"],["7016.286","16932.493"],["6979.724","16927.902"],["6951.021","16838.559"],["6990.083","16853.026"],["6885.255","16940.962"],["7088.509","16925.035"],["7076.157","16934.350"],["7058.410","16895.911"],["6978.310","16941.940"],["6970.610","16847.130"],["7028.260","16953.578"],["7078.625","16958.991"],["7042.341","16898.719"],["6993.540","16955.169"],["7006.876","16881.268"],["9270.642","12981.011"],["9369.748","13100.307"],["9339.172","13065.823"],["9391.029","13175.866"],["9332.900","13109.028"],["9363.212","13139.053"],["9392.614","13112.681"],["9387.368","13135.300"],["9290.865","13063.790"],["9300.513","13126.095"],["9292.677","13165.886"],["9198.730","13144.328"],["9224.999","13048.641"],["9244.558","13168.566"],["9287.764","12973.596"],["9373.136","13082.537"],["9380.537","13085.840"],["9384.627","13147.658"],["9226.705","13103.076"],["9229.764","13124.028"],["9245.657","13016.409"],["9205.090","13048.579"],["9401.396","13105.728"],["9397.187","13134.045"],["9346.624","13146.200"],["9198.779","13113.494"],["9220.983","13155.459"],["9263.554","13173.141"],["9373.991","13107.310"],["9310.900","13161.196"],["9222.861","13007.375"],["9391.232","13097.487"],["9400.558","13144.251"],["9300.440","13069.939"],["9328.967","13112.966"],["9219.391","13043.950"],["9288.504","13152.250"],["9208.135","13034.591"],["9333.967","13110.769"],["9220.789","13030.160"],["9264.385","13047.192"],["9287.849","13122.132"],["9245.147","13054.916"],["9258.685","13171.292"],["9293.398","13047.489"],["9287.109","13162.412"],["9245.575","13029.962"],["9288.290","13149.096"],["3075.089","16119.523"],["3056.580","16090.461"],["3063.379","16063.272"],["3022.287","16099.148"],["3015.774","16071.716"],["2995.590","15933.811"],["3073.379","16118.383"],["3061.751","16081.752"],["3043.389","16123.343"],["3028.406","16109.272"],["3060.517","16066.476"],["3034.261","16065.523"],["8644.403","16474.421"],["8669.305","16481.992"],["8648.110","16486.756"],["8616.077","16499.423"],["8626.433","16443.607"],["8603.534","16506.399"],["8738.680","16540.873"],["8757.682","16560.372"],["8743.081","16558.560"],["8684.243","16490.185"],["8643.447","16399.342"],["8669.415","16455.978"],["8724.034","16440.180"],["8767.488","16453.908"],["8592.353","16418.484"],["8602.033","16381.279"],["8657.002","16415.746"],["8752.433","16426.614"],["8708.948","16393.955"],["8720.185","16398.613"],["8750.938","16420.374"],["8715.539","16422.702"],["8590.920","16362.361"],["8583.466","16364.891"],["8591.502","16433.241"],["8597.060","16431.723"],["8597.148","16507.488"],["8610.461","16526.256"],["8584.530","16410.604"],["8615.472","16542.621"],["8699.124","16509.765"],["8675.389","16491.604"],["8662.244","16489.717"],["8576.698","16399.847"],["8597.742","16475.758"],["8567.734","16484.727"],["15765.851","15940.339"],["13798.766","9553.613"],["13809.169","9586.286"],["13755.443","9557.230"],["13775.641","9579.277"],["13749.737","9556.834"],["13734.605","9571.532"],["13743.585","9583.076"],["13761.875","9562.911"],["15757.872","18568.036"],["15733.990","18546.451"],["15733.363","18538.986"],["15749.301","18567.227"],["15800.527","18650.471"],["15785.346","18658.695"],["15767.534","18639.422"],["15754.811","18566.682"],["18038.248","17669.411"],["17860.105","17743.074"],["18027.311","17710.567"],["18038.120","17680.068"],["18012.836","17708.641"],["17996.520","17718.797"],["17894.994","17715.195"],["17878.037","17725.583"],["17902.376","17718.993"],["17899.662","17708.968"],["17851.454","17733.429"],["17855.225","17720.921"],["17860.817","17725.793"],["17845.779","17738.912"],["17936.313","17717.571"],["17903.395","17728.586"],["18014.190","17680.660"],["17997.710","17683.269"],["17962.326","17680.905"],["17970.796","17685.017"],["17860.733","17741.948"],["17894.007","17721.983"],["17894.698","17718.300"],["17911.126","17720.429"],["17910.945","17720.429"],["17871.376","17722.490"],["17851.902","17718.559"],["17848.181","17732.735"],["17905.944","17726.092"],["18009.009","17677.241"],["18007.677","17685.399"],["17966.619","17676.578"],["17978.806","17681.846"],["18036.722","17678.731"],["17993.510","17719.161"],["17885.998","17717.953"],["17901.439","17718.596"],["17857.100","17723.167"],["17911.306","17725.910"],["17997.627","17690.503"],["17964.234","17678.527"],["17998.197","17708.971"],["17881.688","17716.632"],["17905.781","17727.498"],["17860.241","17729.690"],["17840.911","17738.152"],["18009.979","17681.469"],["17984.744","17680.310"],["3201.711","18912.285"],["3276.527","18953.316"],["3119.826","18917.373"],["3213.718","18939.800"],["3197.667","18906.691"],["3153.949","18938.186"],["3246.511","18932.424"],["3256.297","18918.584"],["3172.068","18889.671"],["3200.440","18910.183"],["3225.642","18905.811"],["3194.262","18896.964"],["3283.550","18959.707"],["3275.145","18923.159"],["3169.947","18912.148"],["3105.862","18909.412"],["3204.211","18928.256"],["3278.221","18945.802"],["3195.489","18901.859"],["3103.099","18935.605"],["18097.338","17058.924"],["18101.734","16993.076"],["18128.662","17033.668"],["18116.227","17000.740"],["18240.295","16990.078"],["18114.380","17038.478"],["18223.242","17091.783"],["18060.570","17078.957"],["18099.187","17115.081"],["18218.271","16988.129"],["18077.749","17035.615"],["18103.239","17079.723"],["18243.500","17133.239"],["6385.803","16840.698"],["6440.222","16984.289"],["6418.735","16835.843"],["6390.310","16825.074"],["6439.133","16889.692"],["6453.792","16958.577"],["6428.094","16776.454"],["6442.090","16793.977"],["6432.466","16803.558"],["6400.542","16963.808"],["6415.686","16918.099"],["6394.085","16909.162"],["6369.237","16837.101"],["6455.623","16788.595"],["6408.436","16971.917"],["6389.430","16895.686"],["6371.227","16840.238"],["6434.247","16791.610"],["6460.013","16818.744"],["6399.670","16971.173"],["6400.390","16917.819"],["6392.358","16907.445"],["6375.520","16852.273"],["6445.211","16814.087"],["5172.344","8164.241"],["5074.414","8223.848"],["5055.922","8169.807"],["5011.553","8223.885"],["5117.021","8252.638"],["5147.834","8290.922"],["5097.278","8261.350"],["5166.851","8194.464"],["5116.203","8201.179"],["5080.236","8234.847"],["5040.396","8175.934"],["4993.855","8216.106"],["5148.008","8236.123"],["5147.061","8306.281"],["5076.965","8286.255"],["5151.489","8167.115"],["5116.285","8202.864"],["5055.269","8235.656"],["5032.238","8172.053"],["5019.003","8224.512"],["5126.067","8253.348"],["5124.680","8299.434"],["5098.462","8270.450"],["5085.750","8289.400"],["5103.784","8250.350"],["5191.876","8298.359"],["5165.773","8279.239"],["5061.155","8317.263"],["5094.079","8158.963"],["5154.514","8195.566"],["5066.988","8276.782"],["5127.650","8259.995"],["5131.897","8153.195"],["5138.248","8169.356"],["5076.241","8186.867"],["4613.977","20115.258"],["4716.391","20119.140"],["4722.374","20087.612"],["4727.363","20046.450"],["4672.550","20028.596"],["4728.599","20020.993"],["4759.288","20094.089"],["4764.426","20139.608"],["4588.121","20009.965"],["4594.256","20156.822"],["4633.451","20130.452"],["4718.710","20122.096"],["4679.516","20124.259"],["4698.838","20043.153"],["4707.325","20057.538"],["4685.702","20004.220"],["4663.334","20022.139"],["4663.554","20040.669"],["4672.271","19984.715"],["4730.524","20018.434"],["4701.856","20064.462"],["4704.600","20119.737"],["4730.406","20104.642"],["4750.923","20133.035"],["4598.318","20011.402"],["4602.808","20005.225"],["4739.647","20151.695"],["4576.854","20148.680"],["4700.914","20114.631"],["4678.645","20130.073"],["4742.522","20082.525"],["4679.397","20089.164"],["4683.136","20060.009"],["4661.327","20053.535"],["4657.879","20037.597"],["4634.754","20024.715"],["4714.718","20016.022"],["4687.481","20027.385"],["4714.765","20109.365"],["4704.781","20109.398"],["4745.051","20157.461"],["4725.775","20142.333"],["4592.759","19999.643"],["4616.953","20011.286"],["4729.134","20042.740"],["4728.038","20002.387"],["4662.369","19987.176"],["4695.047","20049.152"],["4568.806","20002.799"],["4610.748","20012.080"],["4635.731","20060.419"],["4673.905","20033.053"],["4646.741","20062.264"],["4611.297","20076.285"],["4581.168","20102.270"],["4575.164","20098.240"],["4594.257","20150.181"],["4604.474","20128.845"],["4771.811","20103.683"],["4759.936","20103.733"],["4645.768","20146.001"],["6443.163","13625.476"],["6442.330","13636.873"],["6309.605","13799.647"],["6255.254","13699.095"],["6288.046","13657.356"],["6355.577","13642.050"],["6456.058","13622.057"],["6447.659","13628.913"],["6300.624","13815.386"],["6266.356","13685.833"],["6312.237","13665.913"],["6352.452","13641.455"],["6453.393","13620.273"],["6457.824","13650.003"],["6298.934","13669.743"],["6339.425","13628.573"],["6344.701","13733.255"],["6298.163","13742.615"],["6383.341","13707.940"],["6290.551","13668.832"],["6263.903","13774.726"],["6363.311","13806.468"],["6276.449","13630.462"],["6344.059","13745.840"],["6312.686","13740.369"],["6371.976","13725.381"],["6255.600","13650.252"],["6311.633","13772.260"],["6357.448","13731.521"],["6401.252","13719.220"],["6320.317","13752.210"],["6349.915","13714.510"],["6377.584","13726.636"],["28207.495","7243.569"],["28236.985","7214.931"],["28291.574","7222.859"],["28198.087","7215.196"],["21563.886","7688.356"],["21413.954","7817.033"],["14071.684","13238.574"],["14040.999","13368.783"],["14170.504","13286.444"],["14191.757","13309.922"],["14179.454","13312.873"],["14068.227","13250.637"],["14095.358","13382.942"],["14094.417","13354.279"],["14184.591","13385.725"],["14115.760","13286.887"],["14145.254","13350.100"],["14249.879","13257.836"],["14115.124","13192.341"],["14231.437","13349.202"],["14215.024","13313.129"],["14246.930","13322.712"],["14235.664","13322.447"],["14220.040","13281.403"],["14149.277","13373.145"],["14174.953","13381.582"],["14211.619","13303.303"],["14210.381","13216.808"],["14076.569","13377.856"],["14186.483","13205.690"],["14894.844","12132.532"],["14903.254","12292.735"],["14894.301","12135.621"],["14939.652","12304.560"],["15058.871","12172.129"],["14887.088","12125.590"],["15056.519","12174.210"],["15058.213","12173.896"],["27590.425","16832.147"],["10327.183","7999.227"],["10377.374","8070.533"],["10444.246","8080.639"],["10434.464","8004.454"],["10370.563","7976.682"],["10400.304","7952.889"],["10272.146","8080.306"],["10319.962","8016.287"],["10410.976","8025.347"],["10266.174","7952.044"],["10441.384","8047.658"],["10378.261","8024.428"],["10456.606","7988.708"],["10341.689","8029.945"],["10393.443","8074.731"],["10407.307","7995.922"],["10416.450","8034.909"],["10414.614","7930.148"],["10255.845","7942.543"],["10326.031","7997.526"],["10270.964","8052.176"],["10436.762","8034.083"],["10410.037","7982.991"],["10460.138","8008.781"],["10411.324","7926.283"],["10355.604","8044.337"],["10305.654","8019.504"],["10453.754","8101.528"],["10360.694","7957.032"],["10437.519","8042.126"],["10406.353","8030.902"],["10412.311","7971.039"],["10339.370","8035.435"],["10315.490","7995.507"],["10419.708","8087.820"],["10386.438","7938.607"],["10310.484","7956.645"],["10459.334","7934.917"],["10345.686","8073.684"],["10298.516","8002.129"],["10360.562","7942.796"],["19769.310","18411.212"],["19895.017","18343.532"],["19782.474","18268.941"],["19839.317","18317.288"],["19841.093","18313.176"],["19745.822","18356.080"],["19881.547","18315.737"],["19768.280","18263.177"],["19751.520","18257.363"],["19854.860","18301.400"],["19864.646","18330.005"],["19805.412","18420.972"],["19781.060","18255.762"],["19857.524","18298.345"],["4840.962","14275.316"],["4837.050","14322.211"],["4790.393","14259.685"],["4785.504","14261.210"],["4959.679","14436.912"],["4838.953","14372.455"],["4815.417","14367.050"],["4865.103","14377.308"],["4835.692","14395.748"],["4813.257","14422.263"],["4853.968","14384.024"],["4831.848","14288.704"],["4895.910","14378.431"],["4813.648","14262.836"],["4826.533","14246.841"],["4975.596","14419.767"],["4805.645","14256.934"],["4820.760","14252.508"],["4824.961","14324.854"],["4973.281","14449.992"],["4787.914","14296.538"],["4841.091","14385.502"],["4854.709","14360.564"],["4815.039","14386.538"],["4820.593","14418.077"],["4797.237","14408.093"],["4778.332","14419.138"],["4832.497","14272.911"],["4965.859","14438.185"],["18954.979","15058.670"],["18970.510","15031.637"],["5567.705","9390.951"],["5560.074","9386.194"],["5533.599","9356.432"],["5563.263","9525.314"],["5520.401","9465.038"],["5573.447","9438.291"],["5585.074","9383.040"],["5557.038","9431.680"],["5516.319","9376.938"],["5532.119","9382.990"],["6098.887","14668.978"],["6057.646","14678.030"],["6063.528","14821.879"],["6162.462","14831.234"],["6187.722","14866.528"],["6221.873","14695.510"],["6163.151","14674.191"],["6147.559","14669.804"],["6087.523","14668.939"],["6123.458","14667.439"],["6092.947","14767.432"],["6122.453","14740.578"],["6238.890","14825.150"],["6071.473","14710.101"],["6070.101","14770.702"],["6157.788","14757.669"],["6223.167","14766.422"],["6241.028","14844.935"],["6070.611","14694.170"],["6120.315","14777.539"],["6142.065","14718.726"],["6147.065","14727.132"],["6128.742","14704.754"],["15402.225","18647.480"],["15322.274","18560.973"],["15373.475","18551.807"],["15394.167","18655.582"],["15442.094","18676.325"],["15483.304","18670.519"],["15356.534","18508.768"],["15323.458","18659.140"],["15326.649","18618.793"],["15348.869","18640.824"],["15414.578","18661.511"],["15408.525","18654.657"],["15418.755","18676.837"],["15341.780","18674.202"],["15391.830","18547.612"],["15363.854","18674.971"],["15400.055","18665.838"],["15378.459","18676.672"],["15483.732","18670.685"],["6172.116","18380.134"],["6197.738","18375.580"],["6185.567","18389.700"],["6122.153","18440.701"],["6128.043","18433.178"],["6114.814","18398.966"],["6095.834","18408.677"],["6224.992","18451.074"],["6143.384","18392.851"],["6123.187","18461.064"],["6131.759","18411.158"],["6111.561","18453.817"],["6150.616","18404.558"],["6171.965","18417.454"],["6187.064","18422.012"],["6165.159","18441.864"],["6196.705","18431.195"],["6230.559","18399.268"],["6222.549","18411.077"],["6206.669","18402.946"],["6151.234","18433.905"],["6096.788","18431.485"],["6207.327","18394.473"],["6165.724","18427.117"],["6126.705","18411.237"],["6246.078","18454.443"],["9755.621","19354.745"],["9738.878","19321.004"],["9700.769","19326.933"],["9698.368","19315.422"],["4476.390","15436.376"],["4444.684","15384.510"],["4382.880","15400.377"],["4433.970","15472.935"],["4499.175","15490.906"],["4388.249","15480.847"],["4440.368","15298.772"],["4538.848","15438.142"],["4530.058","15444.865"],["4533.692","15391.867"],["4414.240","15358.812"],["4444.076","15385.616"],["4402.485","15417.998"],["4427.880","15433.407"],["4496.339","15439.194"],["4489.234","15430.804"],["4521.658","15452.442"],["4462.711","15449.420"],["4433.742","15459.839"],["4386.752","15420.467"],["4465.548","15312.017"],["4466.431","15310.792"],["4486.119","15299.776"],["4383.814","15500.003"],["4520.920","15411.520"],["4555.673","15420.025"],["4528.199","15402.272"],["4504.531","15432.611"],["4447.628","15387.086"],["4459.701","15331.380"],["4409.377","15423.498"],["4416.054","15423.498"],["4447.128","15452.555"],["4437.605","15443.075"],["4474.191","15499.676"],["4494.701","15472.145"],["4453.912","15497.742"],["4416.752","15443.555"],["4429.269","15425.768"],["4442.983","15315.667"],["4401.979","15324.568"],["4501.958","15310.428"],["4544.555","15429.472"],["4430.063","15357.243"],["4402.189","15402.821"],["4396.920","15374.891"],["4492.696","15463.296"],["4452.414","15412.694"],["4383.177","15473.892"],["4481.927","15487.974"],["4434.427","15488.370"],["15825.688","16570.231"],["15913.679","16670.440"],["15922.819","16695.653"],["15834.483","16741.712"],["15934.348","16574.749"],["15818.491","16655.574"],["15812.035","16741.568"],["15767.924","16693.498"],["15799.745","16673.406"],["15821.385","16763.403"],["15811.095","16760.767"],["15780.186","16727.251"],["15896.041","16646.593"],["15738.345","16582.077"],["15758.627","16574.076"],["15737.137","16592.773"],["15859.616","16646.404"],["15839.990","16636.769"],["15804.868","16687.439"],["15822.266","16671.391"],["15829.893","16681.168"],["15872.352","16667.789"],["15827.891","16711.531"],["15850.158","16754.902"],["15851.615","16750.100"],["15822.635","16730.568"],["15797.565","16576.908"],["15792.481","16569.410"],["15822.178","16630.063"],["15810.762","16568.837"],["7588.519","8971.252"],["7676.337","8983.000"],["7704.543","8999.859"],["7586.363","8986.891"],["7654.182","8972.100"],["7574.988","8954.012"],["5513.768","15762.041"],["5522.692","15765.698"],["5521.341","15812.387"],["5506.655","15802.596"],["5526.795","15805.753"],["5411.100","15735.094"],["5451.262","15750.735"],["5460.014","15743.782"],["5439.393","15791.805"],["5439.355","15759.976"],["5412.611","15785.965"],["5421.338","15848.261"],["5445.610","15824.327"],["5413.304","15899.817"],["5434.358","15887.197"],["5475.253","15883.452"],["5504.428","15765.648"],["5510.606","15807.646"],["5493.068","15798.944"],["5463.513","15759.557"],["5446.344","15749.744"],["5464.849","15738.018"],["5454.802","15783.764"],["5450.671","15756.954"],["5423.647","15776.766"],["5417.226","15830.761"],["5412.330","15804.893"],["5442.880","15804.525"],["5413.403","15884.937"],["5443.618","15878.576"],["5461.113","15922.385"],["5459.809","15898.282"],["5488.901","15797.330"],["5474.053","15875.385"],["5465.892","15853.215"],["5469.751","15800.015"],["5415.755","15754.417"],["5450.028","15737.506"],["5441.245","15736.053"],["5454.734","15746.061"],["5460.211","15736.713"],["5449.967","15790.420"],["5448.714","15765.443"],["5412.035","15771.944"],["5426.024","15841.718"],["5422.186","15884.095"],["5418.006","15904.131"],["5427.976","15879.798"],["5472.922","15924.153"],["5462.918","15884.046"],["6679.843","9130.634"],["6679.103","9137.702"],["6687.643","9130.666"],["21465.670","8315.685"],["21439.850","8223.274"],["21465.539","8288.889"],["21435.836","8248.839"],["8476.102","12288.811"],["5359.185","14909.118"],["5366.553","14932.141"],["5385.813","14914.469"],["5383.083","14910.885"],["5370.287","14904.312"],["4517.583","10723.350"],["4526.153","10687.023"],["7687.096","19108.699"],["7657.019","19121.687"],["7681.154","19121.819"],["7700.388","19113.651"],["7662.803","19146.742"],["7548.146","19115.769"],["7654.262","19148.309"],["7713.973","19126.880"],["7723.870","19132.902"],["7567.658","19120.302"],["4980.917","14004.132"],["4988.154","14020.450"],["4911.053","13993.026"],["4887.853","14018.307"],["4868.856","13983.394"],["4880.172","13983.675"],["4948.947","14021.797"],["4968.648","14001.703"],["4943.746","13990.737"],["4939.799","13963.685"],["4872.708","13934.480"],["4919.171","13971.061"],["4890.356","13963.299"],["4838.956","13921.737"],["4817.196","13903.917"],["4824.959","13924.115"],["4811.105","13978.308"],["4791.022","13996.342"],["4817.009","14000.075"],["4815.686","14020.162"],["4876.043","14011.305"],["4943.651","14019.138"],["4968.730","13991.678"],["4908.201","13959.682"],["4810.963","13922.893"],["4831.878","13967.556"],["4572.584","16279.903"],["4593.451","16331.469"],["4600.731","16204.276"],["4567.653","16348.593"],["4615.524","16339.577"],["4628.485","16337.067"],["4640.726","16288.877"],["4628.485","16339.478"],["4628.446","16242.670"],["4635.599","16351.459"],["4606.780","16213.067"],["4583.919","16261.225"],["4597.086","16344.070"],["4630.194","16265.266"],["4613.222","16326.993"],["4647.540","16352.383"],["4588.425","16238.352"],["4574.560","16227.650"],["4604.308","16237.966"],["4609.661","16297.065"],["4569.668","16318.802"],["4615.047","16348.066"],["4575.859","16197.031"],["4608.897","16281.996"],["4603.122","16322.022"],["4585.842","16312.788"],["4581.270","16329.683"],["4575.851","16244.067"],["12420.256","18213.105"],["12511.075","18107.303"],["12460.901","18095.995"],["12463.439","18243.565"],["12445.158","18218.406"],["12562.245","18249.241"],["12515.894","18078.236"],["12457.875","18141.709"],["12490.293","18051.284"],["12453.184","18184.864"],["12437.082","18208.233"],["12483.888","18078.616"],["12471.247","18124.533"],["12463.714","18157.647"],["12506.400","18229.626"],["12430.678","18254.999"],["12442.641","18175.896"],["12481.503","18113.298"],["12506.980","18118.914"],["12464.931","18146.317"],["12458.928","18149.736"],["12411.013","18224.170"],["12435.898","18174.872"],["12484.628","18098.815"],["12531.009","18133.662"],["12434.997","18129.042"],["12477.217","18140.074"],["12508.966","18236.215"],["12426.944","18246.279"],["12427.164","18191.156"],["12410.306","18221.908"],["12498.526","18083.769"],["12494.315","18134.157"],["12425.260","18099.133"],["12432.875","18099.034"],["12434.444","18240.482"],["25216.368","7156.853"],["3848.515","17295.997"],["3871.996","17268.836"],["3918.150","17289.767"],["3734.429","17388.472"],["3856.002","17285.282"],["3826.007","17275.819"],["3910.389","17282.196"],["3935.130","17338.731"],["3917.400","17353.332"],["3928.077","17337.250"],["3854.208","17394.662"],["3878.203","17304.122"],["3845.620","17307.904"],["3901.404","17283.452"],["3905.335","17265.880"],["3922.327","17255.580"],["3840.327","17302.689"],["3870.706","17262.590"],["3728.173","17219.458"],["3760.394","17201.919"],["3875.135","17240.228"],["3885.678","17253.523"],["3919.649","17243.880"],["3909.534","17302.543"],["3927.991","17342.728"],["3914.209","17348.857"],["3891.136","17316.688"],["3926.120","17317.927"],["3915.649","17385.148"],["3928.790","17388.451"],["3837.232","17305.427"],["3887.923","17309.457"],["3885.187","17251.842"],["3870.598","17244.806"],["3910.469","17294.820"],["3852.087","17311.624"],["3852.663","17285.133"],["3749.999","17199.260"],["3736.093","17238.060"],["3881.665","17244.902"],["3873.984","17274.250"],["3869.468","17235.424"],["3879.287","17287.993"],["3926.676","17308.475"],["3924.767","17282.753"],["3934.982","17385.157"],["3935.196","17349.253"],["3921.005","17360.421"],["3908.192","17361.544"],["3910.829","17256.169"],["3760.515","17398.744"],["3919.003","17236.584"],["3934.002","17290.074"],["3790.897","17327.770"],["3931.963","17300.161"],["3821.958","17372.624"],["3791.168","17398.107"],["3736.826","17323.403"],["3761.991","17356.582"],["3874.078","17356.593"],["3892.611","17294.217"],["3747.171","17202.781"],["3784.158","17228.216"],["3887.189","17265.092"],["3847.208","17399.784"],["3787.574","17286.812"],["3814.350","17284.004"],["3810.995","17237.533"],["3834.613","17248.036"],["3847.871","17211.330"],["3896.062","17265.186"],["11539.862","13181.854"],["11535.738","13238.465"],["11632.276","13379.723"],["11656.066","13380.160"],["11655.801","13390.575"],["11518.641","13214.646"],["10084.334","16681.677"],["10067.506","16702.616"],["10111.992","16637.088"],["10141.552","16611.501"],["10143.473","16576.185"],["10114.173","16608.290"],["10122.099","16574.609"],["10077.038","16653.866"],["13730.392","16488.083"],["13726.662","16539.800"],["13724.189","16520.962"],["13711.510","16511.344"],["13693.015","16520.201"],["13691.379","16557.389"],["13823.198","16373.520"],["13786.333","16361.766"],["13789.564","16376.176"],["13806.158","16555.704"],["13812.179","16503.848"],["13818.035","16437.189"],["13787.241","16457.149"],["13683.206","16494.176"],["13735.065","16504.183"],["13733.817","16541.089"],["13719.995","16529.699"],["13716.757","16497.537"],["13698.722","16517.592"],["13701.297","16547.958"],["13825.879","16375.122"],["13791.546","16360.230"],["13785.782","16361.989"],["13828.412","16540.576"],["13785.518","16478.712"],["13816.275","16439.666"],["13819.462","16407.900"],["13680.690","16447.950"],["13732.055","16499.741"],["13721.185","16545.498"],["13701.146","16530.095"],["13686.905","16563.053"],["13778.389","16363.500"],["13781.094","16363.443"],["13780.048","16534.791"],["13779.498","16508.043"],["13770.580","16425.390"],["13681.199","16459.048"],["13773.455","16563.676"],["13778.436","16544.568"],["13792.557","16500.314"],["13773.952","16455.448"],["13678.453","16455.465"],["13769.317","16509.975"],["13761.600","16425.340"],["13665.081","16505.968"],["13744.174","16479.347"],["13718.240","16487.593"],["13723.208","16540.659"],["13723.926","16516.685"],["13705.704","16512.351"],["13679.495","16515.362"],["13706.264","16558.726"],["13665.410","16559.593"],["13814.844","16357.038"],["13829.339","16385.707"],["13774.893","16361.560"],["13779.531","16505.632"],["13812.126","16394.044"],["13678.946","16511.683"],["13816.584","16393.400"],["13722.945","16533.343"],["13700.160","16533.002"],["13716.197","16513.953"],["13694.758","16510.903"],["13707.613","16556.728"],["13821.774","16383.098"],["13770.806","16352.716"],["13769.926","16375.383"],["13816.883","16483.369"],["13827.657","16407.462"],["13688.930","16509.106"],["13621.849","16552.239"],["10397.141","15432.731"],["10388.149","15433.213"],["10322.628","15467.755"],["10390.020","15432.863"],["10386.467","15445.471"],["10330.274","15462.830"],["10388.448","15420.436"],["10386.780","15441.116"],["10291.996","15404.777"],["10277.558","15479.813"],["10288.089","15440.205"],["10037.910","17292.284"],["10021.212","17238.809"],["9985.734","17407.763"],["9969.474","17408.057"],["9947.640","17407.479"],["9979.713","17376.237"],["9905.135","17402.969"],["10015.953","17272.944"],["17192.560","15736.863"],["17184.088","15799.929"],["17073.928","15887.998"],["17186.711","15772.466"],["17193.941","15731.594"],["17194.336","15776.993"],["17157.446","15792.855"],["17117.663","15844.928"],["16989.383","15793.215"],["17057.119","15860.632"],["17065.326","15839.080"],["17011.430","15872.852"],["17033.187","15840.790"],["18824.550","18688.006"],["18879.785","18828.961"],["18768.423","18824.621"],["18856.290","18810.720"],["18868.903","18786.885"],["18876.471","18876.088"],["8044.213","12389.037"],["8065.595","12413.430"],["8134.049","12358.302"],["8130.217","12371.365"],["8144.702","12455.607"],["8145.722","12436.218"],["8100.387","12502.133"],["8087.328","12513.710"],["8103.723","12530.184"],["8061.516","12370.540"],["8043.308","12393.001"],["8142.964","12383.587"],["8138.194","12382.794"],["8107.492","12494.569"],["8124.647","12481.802"],["8075.352","12527.294"],["8090.352","12533.289"],["8077.653","12471.521"],["8074.822","12359.128"],["8130.859","12387.038"],["8096.736","12490.126"],["8143.590","12362.160"],["8144.788","12452.549"],["8079.349","12442.029"],["8110.726","12465.569"],["8100.231","12521.822"],["8080.331","12511.475"],["17810.963","16687.445"],["17826.528","16753.257"],["17829.349","16739.036"],["17820.963","16674.828"],["17824.064","16719.246"],["17813.200","16630.555"],["17802.613","16646.433"],["6056.416","18507.861"],["6076.786","18538.405"],["6059.711","18543.540"],["6100.952","18560.460"],["6113.523","18502.393"],["6169.984","18521.270"],["6092.601","18553.253"],["6061.751","18529.104"],["6082.047","18475.840"],["6133.591","18479.934"],["6105.415","18541.160"],["6074.257","18514.038"],["6067.757","18518.754"],["6111.284","18556.833"],["6135.847","18550.557"],["6127.905","18525.992"],["6109.992","18538.529"],["6115.429","18532.598"],["6048.012","18494.583"],["6177.755","18475.506"],["6203.307","18524.560"],["6087.493","18561.693"],["6053.179","18537.375"],["6068.516","18503.348"],["6200.671","18529.151"],["6228.218","18542.502"],["6183.140","18541.490"],["6232.144","18488.825"],["6094.778","18646.842"],["6149.642","18587.792"],["6175.799","18650.245"],["7344.130","19098.209"],["7480.316","19094.226"],["7465.700","19088.030"],["7452.599","19088.688"],["5139.222","20085.603"],["5056.829","20136.804"],["5023.516","20041.463"],["5157.972","20112.903"],["5134.978","20140.814"],["5148.981","20155.575"],["5182.724","20037.878"],["5097.010","20094.178"],["5070.283","20101.511"],["5056.065","20023.561"],["5039.461","20007.896"],["5036.918","20154.572"],["5145.899","20137.263"],["5141.311","20100.599"],["5082.371","20088.927"],["5065.513","20124.500"],["5022.579","20019.944"],["5017.652","20018.598"],["5110.612","20098.505"],["5107.749","20149.011"],["5188.654","20104.472"],["5176.172","20124.307"],["5035.865","19993.477"],["5045.869","19979.354"],["5041.593","20031.294"],["5112.401","20016.416"],["5120.641","20013.460"],["10731.889","15241.656"],["10782.107","15104.479"],["10878.802","15144.595"],["10873.729","15126.470"],["10720.399","15177.172"],["10831.975","15135.495"],["10800.930","15279.338"],["10748.358","15261.793"],["10712.791","15274.387"],["10726.746","15284.851"],["10690.591","15292.217"],["10705.488","15274.120"],["10744.866","15294.340"],["5194.650","18617.121"],["5063.399","18664.706"],["5129.778","18616.511"],["5169.256","18619.350"],["5196.098","18635.155"],["5094.337","18661.469"],["5054.600","18664.326"],["5131.225","18620.524"],["5033.246","18631.268"],["5192.956","18617.798"],["5160.470","18642.742"],["5071.146","18657.142"],["5104.942","18647.163"],["5006.443","18626.428"],["5008.943","18622.117"],["5101.583","18634.443"],["5058.883","18664.973"],["5159.535","18639.548"],["5076.376","18663.303"],["5135.502","18653.290"],["4999.256","18624.908"],["5171.374","18657.941"],["5187.674","18630.608"],["5161.047","18652.940"],["5153.863","18649.690"],["5090.284","18646.330"],["5092.016","18648.875"],["5042.580","18640.937"],["5092.540","18667.528"],["5016.994","18632.671"],["5060.851","18660.265"],["5062.928","18650.514"],["5068.378","18645.396"],["5071.169","18677.690"],["5111.306","18624.023"],["5128.000","18606.483"],["5125.302","18604.072"],["4998.807","18674.494"],["5169.483","18649.518"],["5075.350","18645.735"],["5063.090","18640.656"],["5132.309","18617.202"],["10122.179","15913.710"],["10126.404","15922.345"],["10118.086","15891.053"],["10116.050","15915.252"],["16329.266","13244.672"],["16356.068","13264.654"],["16236.496","13249.496"],["16181.406","13206.323"],["16185.306","13265.092"],["16263.512","13281.254"],["16194.061","13289.223"],["16334.224","13212.987"],["16251.348","13210.061"],["16355.043","13197.932"],["16351.049","13193.146"],["16352.840","13203.786"],["16353.735","13253.217"],["16331.354","13250.370"],["16306.134","13253.211"],["15008.722","16914.080"],["15028.504","16898.729"],["15046.195","16906.632"],["14889.483","16916.376"],["14949.598","16936.426"],["15039.654","16791.496"],["14926.106","16844.867"],["15059.495","16881.835"],["15024.243","16938.633"],["15025.575","16797.739"],["14964.366","16923.357"],["14997.556","16796.308"],["14939.555","16910.934"],["14927.641","16890.122"],["14884.381","16856.063"],["14884.564","16965.643"],["14920.660","16976.680"],["14938.009","16968.246"],["14988.888","16951.177"],["14901.915","16897.017"],["14944.204","16819.436"],["14962.730","16847.468"],["14955.893","16831.280"],["14913.412","16874.226"],["14952.516","16868.277"],["14975.796","16943.960"],["14928.516","16844.093"],["14949.008","16893.127"],["14959.275","16949.897"],["14910.628","16970.636"],["14960.646","16834.649"],["14941.989","16947.961"],["15005.395","16824.867"],["15067.016","16830.375"],["15057.666","16812.024"],["14967.965","16833.427"],["15051.503","16826.248"],["14958.607","16832.552"],["15046.849","16836.768"],["14962.077","16831.478"],["14980.658","16812.216"],["13995.063","15228.470"],["13960.096","15246.282"],["13954.553","15238.091"],["14031.990","15225.261"],["13880.003","15138.636"],["13983.369","15228.470"],["13993.106","15219.932"],["13863.855","15134.864"],["13913.567","15124.857"],["13940.691","15129.546"],["13920.414","15242.370"],["13944.570","15240.485"],["13958.567","15245.258"],["13964.459","15244.620"],["13985.200","15116.277"],["13836.763","15225.552"],["13994.100","15220.472"],["13992.093","15220.076"],["14018.068","15146.679"],["14010.400","15227.586"],["14026.755","15222.688"],["13886.317","15231.384"],["13863.037","15216.227"],["13861.800","15145.050"],["13859.925","15147.940"],["13831.762","15154.818"],["13841.400","15150.310"],["13924.888","15129.788"],["13925.480","15132.546"],["13849.882","15152.434"],["13854.438","15153.639"],["13965.679","15138.072"],["13917.476","15131.652"],["13895.785","15155.916"],["13896.245","15157.056"],["13904.268","15141.914"],["13889.301","15131.146"],["13957.143","15144.512"],["13971.027","15241.584"],["13968.889","15238.298"],["13998.692","15140.320"],["13997.113","15136.125"],["14018.909","15151.291"],["13912.327","15248.373"],["13900.238","15250.520"],["13991.905","15125.923"],["14001.499","15095.435"],["14001.077","15139.724"],["14033.331","15100.526"],["13835.884","15236.319"],["13883.208","15221.838"],["13882.748","15227.800"],["14002.093","15219.217"],["13848.086","15217.631"],["13993.771","15219.316"],["13920.106","15246.853"],["13921.587","15244.112"],["13870.517","15135.438"],["13861.175","15135.422"],["13833.259","15147.667"],["13831.005","15157.874"],["13921.319","15128.235"],["13921.845","15131.208"],["13956.090","15135.396"],["13913.578","15142.222"],["13894.617","15156.048"],["13896.361","15154.529"],["13895.666","15132.748"],["13891.439","15142.129"],["13951.123","15136.057"],["13974.909","15240.329"],["13995.337","15140.369"],["13988.215","15134.589"],["14015.585","15146.695"],["13950.400","15106.075"],["13881.661","15114.249"],["13991.485","15220.192"],["13859.616","15222.239"],["13915.074","15247.927"],["13873.741","15140.492"],["13839.706","15155.611"],["13930.316","15127.938"],["13963.722","15142.283"],["13913.611","15140.158"],["13887.545","15154.529"],["13895.387","15133.475"],["13995.238","15142.186"],["14020.856","15152.679"],["13997.718","15218.986"],["13860.550","15140.640"],["13842.009","15148.064"],["13927.421","15125.609"],["13960.433","15141.787"],["13852.498","15157.256"],["13863.447","15156.449"],["13882.282","15151.308"],["13888.561","15136.167"],["13998.624","15145.813"],["13899.843","15247.778"],["28644.387","8960.340"],["28721.934","9049.516"],["17039.821","4275.156"],["17050.343","4209.506"],["17083.145","4261.499"],["17097.433","4170.132"],["17133.906","4163.776"],["17097.428","4287.753"],["17109.824","4232.552"],["17110.809","4241.955"],["17095.135","4273.206"],["17026.301","4275.734"],["17033.600","4225.228"],["17095.497","4270.681"],["17111.303","4154.391"],["17135.090","4147.426"],["17183.079","4141.749"],["17195.460","4178.398"],["17172.123","4178.640"],["17180.791","4186.831"],["17097.612","4285.209"],["17169.404","4194.649"],["17184.732","4189.569"],["17043.304","4261.387"],["17038.962","4197.895"],["17072.832","4265.066"],["17155.354","4162.223"],["17197.586","4145.679"],["17024.837","4272.497"],["17029.916","4208.597"],["17089.477","4268.947"],["17123.544","4173.834"],["17190.941","4125.547"],["17021.745","4276.213"],["17059.751","4219.662"],["17077.059","4251.903"],["17107.850","4133.829"],["17147.590","4162.471"],["17191.484","4123.995"],["17033.222","4210.827"],["17095.595","4239.401"],["17114.067","4152.442"],["17143.857","4142.124"],["17167.092","4146.802"],["17120.721","4278.220"],["17184.273","4218.346"],["17043.669","4268.302"],["17059.488","4201.842"],["17068.737","4272.746"],["17125.222","4161.992"],["17182.602","4143.119"],["10386.868","14739.776"],["10405.454","14717.927"],["10386.802","14716.425"],["10397.516","14692.239"],["10374.131","14718.620"],["10358.764","14692.428"],["10332.283","14684.105"],["10300.794","14705.463"],["10321.600","14725.463"],["10384.225","14753.894"],["10398.335","14726.327"],["10321.590","14731.813"],["10367.219","14722.166"],["10358.583","14690.727"],["10290.975","14714.844"],["10352.366","14694.674"],["10329.701","14693.105"],["10281.367","14664.339"],["10316.074","14717.503"],["10315.054","14709.328"],["10329.150","14706.355"],["10297.357","14707.759"],["10310.069","14742.640"],["10334.015","14748.881"],["10289.468","14726.168"],["10274.775","14699.489"],["8711.854","15582.058"],["8690.786","15590.175"],["8656.895","15585.182"],["8637.036","15614.280"],["8640.114","15606.070"],["8584.039","15634.947"],["13649.782","9634.887"],["13746.524","9605.528"],["13742.026","9701.648"],["13743.037","9611.325"],["13734.192","9702.587"],["13738.719","9794.365"],["13653.950","9624.164"],["13780.422","9612.233"],["13764.337","9702.766"],["13648.910","9611.357"],["13789.868","9748.215"],["13644.339","9685.707"],["13706.698","9665.053"],["13757.132","9601.085"],["13751.330","9743.742"],["13800.648","9693.553"],["13650.852","9679.283"],["13734.395","9676.796"],["13759.533","9623.414"],["13784.778","9640.076"],["13774.139","9708.476"],["13801.813","9754.405"],["13806.975","9737.954"],["13756.882","9754.225"],["13760.006","9761.563"],["13721.796","9728.999"],["13729.148","9742.189"],["13786.141","9693.884"],["13678.483","9684.683"],["13756.056","9709.000"],["13787.689","9631.277"],["13791.892","9755.532"],["13760.663","9744.608"],["13666.575","9658.077"],["13738.770","9693.311"],["13755.549","9624.545"],["13679.473","9651.034"],["13670.418","9654.344"],["13661.743","9674.934"],["13667.857","9682.715"],["13624.338","9644.509"],["13629.392","9647.449"],["13631.038","9629.183"],["5886.750","15085.177"],["5849.299","15091.747"],["10030.969","12851.794"],["9990.274","12781.449"],["9898.787","12939.912"],["10002.155","12895.732"],["10031.742","12864.082"],["9972.873","12776.676"],["10040.706","12851.283"],["9920.531","12891.150"],["9879.100","12807.434"],["9878.074","12969.489"],["9879.513","12759.579"],["9886.041","12919.549"],["9988.783","12907.805"],["9850.218","12934.552"],["9923.179","12879.144"],["9916.018","12943.857"],["9939.691","12780.578"],["9941.796","12782.758"],["9929.295","12784.974"],["9928.522","12792.373"],["9979.883","12791.448"],["9992.235","12797.773"],["10035.440","12957.488"],["10032.397","12961.535"],["10034.172","12947.253"],["10035.078","12828.486"],["10026.163","12841.417"],["9907.736","12857.725"],["9887.802","12859.062"],["9861.864","12966.753"],["9854.627","12963.037"],["9851.430","12840.929"],["9852.785","12893.634"],["9843.640","12892.165"],["9882.246","12890.319"],["9879.533","12890.764"],["9843.767","12952.782"],["9841.151","12954.846"],["9832.969","12820.954"],["10032.436","12824.466"],["9988.613","12787.989"],["9867.406","12902.050"],["9930.926","12903.471"],["9937.520","12781.437"],["9947.487","12778.266"],["9933.818","12790.837"],["9936.285","12790.209"],["10004.241","12813.710"],["9981.396","12791.233"],["10032.249","12962.493"],["10032.282","12954.268"],["10035.111","12829.229"],["10032.051","12842.904"],["9896.025","12880.433"],["9905.450","12868.295"],["9863.140","12836.503"],["9867.976","12827.816"],["9854.940","12895.302"],["9844.709","12907.557"],["9883.167","12901.301"],["9872.164","12901.615"],["9834.901","12958.364"],["9842.615","12968.273"],["9956.123","12906.988"],["9934.314","12761.373"],["5832.036","19089.806"],["5910.603","18954.010"],["5838.966","18928.812"],["5914.449","19028.153"],["5951.655","19037.111"],["5859.929","18926.450"],["5865.883","18930.298"],["5947.525","19046.769"],["28056.225","8489.185"],["27999.106","8370.259"],["28022.084","8393.235"],["5611.603","8271.789"],["5545.869","8280.605"],["5536.571","8308.827"],["5567.128","8260.836"],["5607.668","8260.256"],["5586.409","8257.112"],["5562.686","8281.032"],["5604.976","8284.118"],["5901.947","15608.755"],["5878.304","15523.556"],["5891.750","15698.549"],["5951.709","15659.978"],["5989.916","15634.220"],["6022.200","15591.165"],["5933.950","15672.095"],["5957.847","15547.412"],["5968.089","15714.738"],["5851.591","15561.541"],["5891.934","15598.948"],["5966.801","15591.272"],["5916.301","15559.416"],["5909.023","15579.854"],["5919.072","15596.616"],["5903.685","15597.421"],["5847.868","15577.903"],["5866.170","15571.433"],["5838.458","15668.835"],["5838.447","15605.938"],["5973.025","15605.847"],["6012.332","15575.310"],["5908.144","15672.342"],["5900.253","15665.650"],["5943.022","15669.976"],["5941.709","15651.836"],["5969.801","15641.817"],["6006.164","15596.169"],["5941.588","15703.809"],["5915.200","15673.531"],["5843.835","15545.310"],["5898.494","15676.220"],["5940.459","15631.489"],["5993.041","15607.449"],["6002.858","15582.082"],["6031.147","15565.199"],["6038.487","15577.228"],["5947.970","15675.122"],["5941.072","15663.508"],["5931.565","15702.384"],["5871.535","15534.399"],["5895.665","15670.539"],["5951.923","15631.324"],["5994.850","15614.715"],["5915.249","15673.300"],["6580.789","6083.084"],["6627.522","6011.286"],["6584.676","6048.831"],["6603.787","6123.634"],["6592.264","6069.478"],["6569.613","6075.981"],["6586.809","6002.258"],["6552.531","5984.941"],["6221.883","13538.209"],["6239.531","13540.108"],["6196.393","13541.695"],["6193.302","13548.554"],["6216.603","13528.432"],["6228.725","13538.192"],["6195.094","13545.625"],["6200.934","13571.131"],["6240.879","13558.555"],["6187.347","13553.355"],["6200.095","13550.156"],["6170.721","13590.653"],["6166.198","13589.431"],["6171.281","13571.490"],["6183.304","13577.882"],["6137.292","13557.452"],["6148.206","13537.150"],["6167.102","13527.500"],["6129.268","13538.193"],["6166.971","13585.881"],["6178.255","13577.386"],["6171.446","13594.050"],["21712.429","6881.027"],["21696.684","6966.150"],["21688.098","6908.412"],["21760.210","7015.783"],["21789.418","7017.467"],["5437.954","7900.333"],["5472.209","7976.653"],["5453.914","8011.644"],["5465.673","8015.788"],["5461.743","8010.868"],["5435.097","8047.001"],["5409.731","7965.339"],["5423.678","7898.665"],["5454.441","8004.774"],["5462.877","8043.583"],["5417.939","8013.181"],["5459.583","7966.183"],["5443.230","8027.674"],["5414.756","8067.784"],["3299.306","8367.366"],["3174.949","8439.890"],["3193.208","8373.924"],["3296.464","8439.602"],["3244.408","8433.192"],["3176.116","8390.494"],["3229.721","8313.324"],["3260.844","8331.802"],["3181.950","8432.395"],["3218.985","8361.741"],["3251.880","8366.356"],["3185.833","8409.165"],["3272.852","8376.109"],["3252.025","8332.373"],["5541.235","20164.713"],["5413.886","20173.034"],["5444.954","20163.212"],["5410.037","20161.456"],["5498.052","20167.129"],["5444.988","20193.455"],["5414.840","20174.875"],["5508.470","20169.804"],["5542.869","20177.656"],["5599.147","20168.874"],["9952.135","16518.486"],["9841.545","16514.233"],["9869.400","16492.667"],["9881.444","16505.203"],["9926.851","16522.553"],["9924.658","16555.755"],["9984.691","16530.630"],["9962.869","16463.010"],["10030.456","16506.301"],["10032.216","16526.408"],["9991.959","16426.939"],["10005.717","16470.935"],["9940.721","16460.790"],["9895.496","16466.982"],["9994.336","16386.571"],["10036.855","16395.755"],["10033.438","16433.212"],["9886.619","16388.080"],["9843.144","16360.293"],["10031.186","16415.879"],["9876.456","16505.037"],["9989.079","16509.591"],["9954.579","16450.739"],["9996.607","16503.163"],["9998.646","16530.025"],["9979.739","16419.095"],["10013.908","16438.764"],["9936.560","16430.088"],["9870.183","16466.701"],["9967.724","16379.667"],["10039.963","16380.000"],["9886.142","16380.318"],["9830.551","16446.670"],["9864.492","16541.646"],["9890.535","16516.663"],["9987.800","16527.178"],["10023.712","16503.245"],["10026.656","16546.673"],["9932.711","16462.260"],["9877.831","16442.011"],["9994.945","16369.081"],["10034.524","16434.616"],["9870.945","16381.242"],["9967.747","16486.255"],["9856.357","16503.682"],["9879.005","16512.735"],["9938.686","16490.946"],["9890.605","16503.998"],["9941.588","16529.357"],["9910.053","16531.792"],["9975.016","16501.548"],["10021.360","16507.589"],["9982.028","16559.392"],["10035.850","16550.554"],["10001.194","16450.275"],["9911.346","16448.403"],["9901.170","16440.128"],["10008.564","16364.321"],["10025.144","16394.682"],["9873.510","16378.649"],["9831.249","16527.478"],["9879.606","16507.339"],["9881.559","16480.199"],["9938.463","16528.465"],["9927.388","16552.948"],["9949.957","16455.611"],["9987.801","16542.150"],["9975.051","16411.646"],["10013.611","16470.126"],["9831.075","16412.829"],["9897.766","16463.283"],["10034.091","16370.976"],["10000.899","16363.995"],["10035.884","16383.253"],["9901.043","16361.077"],["9858.703","16359.814"],["12728.225","13609.588"],["12735.166","13621.418"],["12673.622","13727.344"],["12580.875","13643.197"],["12594.122","13686.282"],["12579.448","13701.398"],["12621.371","13717.612"],["12635.807","13777.355"],["12712.587","13757.589"],["12725.197","13722.961"],["12680.888","13783.674"],["3866.823","15087.749"],["3891.790","15134.388"],["3892.316","15139.723"],["3875.172","15115.357"],["3858.199","15103.566"],["3883.871","15169.577"],["3920.723","15230.449"],["3908.979","15221.729"],["16922.971","15830.048"],["16970.502","15855.210"],["16923.837","15876.639"],["16976.887","15853.111"],["16792.436","15906.540"],["16786.959","15878.299"],["16196.860","14447.530"],["8988.207","17026.536"],["9002.177","17060.171"],["8990.636","17071.239"],["9052.485","17068.526"],["9069.913","17046.164"],["9091.770","17046.824"],["9077.057","17072.430"],["9035.950","17058.304"],["9046.079","17038.574"],["9053.259","17111.362"],["9064.015","17110.920"],["9077.430","17115.472"],["9026.136","17102.990"],["9036.490","17110.615"],["9060.172","17116.422"],["22077.500","7065.263"],["22049.949","7077.054"],["22044.048","7158.261"],["29638.594","9423.074"],["19734.924","8869.307"],["19867.922","8792.623"],["19819.287","8812.375"],["12016.088","14693.940"],["11942.696","14676.517"],["11963.374","14666.801"],["12041.092","14726.089"],["11993.518","14680.624"],["12143.467","14736.141"],["12067.946","14857.557"],["5979.111","14606.036"],["6008.345","14546.766"],["5902.962","14556.386"],["5928.520","14547.296"],["5872.082","14554.475"],["5834.618","14551.405"],["5944.590","14561.736"],["6025.031","14607.785"],["5992.927","14608.710"],["6012.256","14530.800"],["5907.869","14558.557"],["5959.863","14545.028"],["5889.001","14551.271"],["5972.620","14612.552"],["6014.749","14548.628"],["5890.513","14612.960"],["5914.790","14549.573"],["5993.683","14535.619"],["5866.073","14555.270"],["5927.256","14657.330"],["6015.050","14612.673"],["5928.582","14522.758"],["5910.112","14531.264"],["5987.253","14618.322"],["6030.226","14538.053"],["5927.178","14549.929"],["5963.504","14545.032"],["5878.553","14555.819"],["5926.559","14490.514"],["6022.010","14591.112"],["5959.570","14606.158"],["6037.011","14594.600"],["6004.474","14558.645"],["5974.980","14555.493"],["5908.538","14562.998"],["6037.087","14614.102"],["5990.115","14613.764"],["6030.905","14533.179"],["5904.909","14549.788"],["5967.942","14549.198"],["5864.977","14564.153"],["5895.073","14466.060"],["5938.895","14451.330"],["5856.823","14482.676"],["5939.848","14501.117"],["5969.947","14512.925"],["6032.690","14549.113"],["5954.644","14532.208"],["5875.024","14490.338"],["5891.198","14511.098"],["5945.177","14502.009"],["6004.362","14593.936"],["5981.862","14589.092"],["5974.026","14557.409"],["16871.030","15058.988"],["16832.189","14889.079"],["16800.643","14968.002"],["16837.658","15070.437"],["16888.595","15021.153"],["16835.019","14969.732"],["16798.252","15044.372"],["16778.910","14898.383"],["13464.685","17420.187"],["13457.919","17421.064"],["13447.237","17448.505"],["13604.314","17421.994"],["13533.430","17412.805"],["13445.148","17419.471"],["13409.803","17445.714"],["13467.807","17411.693"],["7721.892","11017.191"],["7683.001","11002.788"],["7649.320","10978.166"],["7545.074","10942.883"],["7573.073","11057.263"],["7620.500","10986.868"],["7605.598","10977.215"],["7687.607","11026.306"],["7697.362","11036.333"],["7703.812","10960.729"],["7532.025","10952.343"],["7706.855","10907.728"],["7647.336","10956.685"],["7676.114","11041.416"],["7705.950","11006.508"],["7654.517","11055.226"],["7598.439","11027.443"],["7603.902","11049.503"],["7583.458","11011.165"],["7568.996","11031.448"],["7529.353","11004.969"],["7527.305","11043.809"],["7568.060","10960.671"],["7594.219","10973.625"],["7585.641","10961.927"],["7576.882","10933.256"],["7544.132","10943.769"],["7574.863","11020.255"],["7605.955","11024.293"],["7558.172","11061.062"],["7677.975","11058.759"],["7616.782","10989.931"],["7694.926","11025.910"],["7704.220","11032.930"],["7709.799","10964.908"],["7691.042","10947.700"],["7560.972","10945.552"],["7719.541","11060.851"],["7724.174","10909.644"],["7654.063","10960.319"],["7717.883","10935.728"],["7587.096","10930.250"],["7645.169","10987.335"],["7712.190","11056.699"],["7688.433","11008.969"],["7658.862","11046.728"],["7646.474","11052.220"],["7597.113","11038.874"],["7614.220","11026.366"],["7606.731","11044.862"],["7562.307","10987.185"],["7560.772","11022.893"],["7540.159","11005.728"],["7525.973","11029.556"],["7560.362","10968.087"],["7600.979","10966.077"],["7723.422","11001.931"],["7680.779","10957.444"],["7666.277","10973.872"],["7569.235","10938.952"],["7553.958","11041.758"],["7584.952","11065.860"],["7663.665","11052.500"],["7677.071","11052.550"],["7609.546","10987.454"],["7626.470","10987.380"],["7564.787","10959.491"],["7695.090","11040.773"],["7707.608","11043.996"],["7718.519","10920.778"],["7588.922","10931.208"],["7640.576","10958.799"],["7647.192","10985.155"],["7718.039","10944.363"],["7696.361","11029.541"],["7700.391","11014.749"],["7646.129","11066.473"],["7594.556","11023.332"],["7624.700","11018.911"],["7607.554","11060.353"],["7586.682","11006.524"],["7561.479","11013.396"],["7523.029","11044.238"],["7552.764","10980.490"],["7589.736","10980.448"],["7604.493","10947.444"],["7721.089","10944.944"],["7718.027","11023.054"],["7645.570","10964.062"],["7583.060","10954.371"],["7564.910","10950.117"],["7567.106","11008.329"],["7592.419","11030.245"],["7569.751","11053.085"],["7711.367","11044.461"],["7669.960","11061.496"],["7571.234","10984.379"],["7527.453","11003.185"],["7540.428","11015.976"],["7668.510","11063.897"],["7709.030","11027.777"],["7661.086","10957.128"],["7657.955","10986.110"],["7546.448","10971.002"],["7550.107","10932.131"],["7580.593","11033.985"],["7551.856","11054.472"],["7710.306","11053.027"],["7656.966","11042.702"],["7717.508","11063.959"],["7724.300","11032.875"],["7723.844","10932.577"],["7666.292","11000.031"],["7696.539","10985.845"],["7649.263","10959.544"],["7642.931","10996.654"],["7640.956","10975.478"],["7651.170","10966.692"],["7553.638","10979.073"],["7535.693","11009.956"],["7522.322","11005.563"],["7567.488","11016.767"],["7572.767","11028.922"],["7708.017","11059.967"],["7723.263","11064.890"],["6724.212","8961.578"],["6674.464","9116.199"],["6759.401","9090.700"],["6863.480","9139.930"],["6751.269","9010.101"],["6675.316","9080.267"],["6692.562","9061.166"],["6768.693","9100.626"],["6846.178","9145.133"],["6704.196","8988.349"],["6677.339","9095.031"],["6808.216","9117.058"],["6860.503","9146.008"],["6747.914","8995.052"],["6809.269","9090.436"],["6881.408","9147.375"],["6874.634","9136.803"],["6855.273","9090.054"],["6754.197","8985.985"],["6805.292","9149.165"],["6685.889","9024.188"],["6852.214","9093.539"],["6672.417","9056.698"],["6785.844","9116.209"],["6839.849","9163.991"],["6676.103","9027.127"],["6708.588","8985.539"],["6760.144","9105.780"],["6809.739","9161.681"],["6687.896","9039.646"],["6673.063","9121.428"],["15103.813","17092.404"],["15251.789","17011.038"],["15278.473","17086.343"],["15295.911","17053.328"],["15219.718","17041.085"],["15105.166","17029.903"],["15261.798","16995.180"],["15199.224","17051.391"],["15236.088","17162.201"],["15158.779","17009.568"],["15258.581","17162.057"],["15231.698","17010.043"],["15097.466","17102.615"],["15119.205","17022.570"],["15294.219","17198.765"],["15095.648","17149.122"],["15208.759","17073.428"],["15104.575","17064.547"],["15150.857","17056.479"],["15263.567","17015.480"],["15238.646","17137.147"],["15145.850","17059.363"],["15138.527","16995.185"],["15133.653","17054.860"],["15138.671","17176.773"],["15114.213","17040.649"],["15104.275","17106.479"],["15290.227","17138.633"],["15296.843","17162.344"],["15139.419","17014.874"],["15233.200","17069.101"],["15202.702","17022.925"],["15243.878","17181.988"],["13700.155","12829.942"],["13731.282","12869.793"],["13667.184","12921.148"],["13751.965","12920.980"],["13727.680","12882.196"],["13674.799","12877.546"],["13661.543","12899.200"],["13686.503","12782.138"],["13701.536","12781.610"],["13759.033","12770.122"],["13651.025","12882.401"],["13755.939","12812.136"],["13726.827","12870.155"],["13697.715","12881.847"],["7313.060","16781.143"],["14473.942","15441.924"],["14629.834","15471.100"],["14466.215","15340.164"],["14612.484","15421.960"],["14486.270","15441.893"],["14526.253","15313.029"],["14512.191","15299.901"],["14601.595","15427.498"],["14504.514","15325.613"],["14512.998","15349.821"],["14603.091","15425.880"],["14577.312","15429.225"],["14587.264","15396.042"],["14529.647","15461.177"],["14464.225","15365.928"],["14633.766","15447.080"],["14608.616","15437.064"],["14513.265","15408.607"],["14638.991","15298.941"],["14638.508","15426.842"],["14514.398","15362.371"],["14583.272","15425.698"],["14658.494","15319.973"],["14553.241","15341.988"],["14525.559","15337.499"],["14561.398","15413.772"],["14512.201","15300.837"],["14560.047","15357.485"],["14550.260","15470.141"],["14595.312","15428.638"],["14526.388","15348.048"],["14585.964","15396.323"],["14509.149","15334.809"],["14587.943","15432.486"],["10500.364","7851.457"],["10521.287","7756.308"],["10534.229","7847.194"],["10642.949","7859.460"],["10580.247","7694.668"],["10540.917","7762.186"],["10545.331","7850.993"],["10555.560","7687.431"],["10567.473","7687.339"],["10561.942","7886.416"],["10540.648","7880.672"],["10659.457","7880.498"],["10660.141","7864.078"],["10548.141","7894.123"],["10500.472","7866.774"],["10508.662","7803.790"],["10553.374","7867.376"],["10647.863","7887.767"],["10638.135","7746.522"],["10560.196","7884.544"],["10530.382","7742.518"],["10522.078","7772.707"],["10548.950","7840.638"],["10667.622","7895.175"],["10583.338","7814.101"],["10608.897","7775.291"],["10530.675","7874.768"],["10566.530","7827.535"],["3489.590","15646.894"],["3440.500","15702.463"],["3373.757","15667.438"],["3491.020","15641.074"],["3498.931","15643.254"],["3480.861","15686.559"],["3510.090","15557.490"],["3424.869","15605.012"],["3405.007","15691.979"],["3376.635","15657.892"],["3500.363","15669.024"],["3494.095","15597.738"],["3513.265","15564.723"],["3434.112","15586.796"],["3437.441","15715.101"],["3394.004","15674.837"],["3501.054","15617.431"],["3477.681","15663.717"],["3485.434","15670.110"],["3428.241","15565.012"],["3380.320","15698.602"],["3372.712","15618.093"],["2292.781","11120.025"],["2324.567","11149.491"],["2439.606","11145.995"],["2320.940","11107.128"],["2302.238","11100.537"],["2447.889","11212.746"],["2318.078","11087.607"],["2378.923","11092.425"],["2269.489","11128.587"],["2350.271","11136.059"],["2415.807","11155.953"],["2352.749","11106.369"],["2292.150","11177.005"],["2327.248","11114.954"],["2401.985","11107.091"],["2265.580","11114.867"],["2451.936","11290.576"],["2434.639","11194.616"],["2344.509","11101.959"],["2378.067","11069.221"],["2320.973","11257.069"],["2455.667","11083.249"],["2311.312","11176.576"],["2351.376","11141.263"],["2310.981","11072.052"],["2259.296","11093.103"],["2468.886","11145.879"],["2280.604","11142.482"],["2327.831","11080.555"],["2382.722","11071.021"],["8800.214","16498.181"],["8785.932","16499.068"],["8792.010","16515.219"],["8779.102","16480.166"],["8825.149","16529.141"],["8787.275","16465.323"],["14080.725","8745.282"],["14041.599","8755.438"],["14159.564","8802.006"],["14043.174","8847.269"],["14207.914","8769.246"],["6742.775","15866.706"],["6802.366","15899.093"],["6736.392","15772.365"],["6736.286","15815.752"],["6676.280","15911.964"],["6756.367","15866.687"],["6762.512","15817.088"],["6765.542","15926.176"],["6775.458","15910.456"],["6802.632","15762.713"],["6762.148","15727.015"],["6765.181","15908.477"],["6700.101","15912.402"],["6763.784","15882.509"],["6754.716","15842.323"],["6720.869","15924.084"],["6802.991","15913.743"],["6817.615","15764.926"],["6770.355","15773.225"],["6762.067","15775.470"],["6758.620","15862.426"],["6747.101","15814.264"],["6758.636","15867.975"],["6744.403","15850.135"],["6879.355","15875.801"],["6877.464","15863.596"],["6788.011","15886.059"],["6771.870","15837.732"],["6879.536","15859.913"],["12399.263","8381.527"],["12409.806","8364.797"],["13932.905","14242.159"],["13850.389","14405.641"],["13910.018","14384.173"],["13970.758","14316.163"],["13949.590","14438.023"],["13950.808","14386.204"],["13921.712","14326.402"],["13901.117","14345.995"],["13874.570","14436.094"],["13863.758","14242.627"],["13890.633","14276.995"],["14019.234","14378.548"],["13839.836","14272.257"],["13915.100","14319.631"],["13955.874","14387.806"],["14008.177","14366.522"],["13895.535","14241.686"],["13836.742","14426.453"],["14025.017","14241.960"],["13842.441","14314.898"],["13905.518","14238.614"],["13852.630","14252.104"],["11930.504","13803.236"],["11880.261","13797.536"],["11864.780","13759.251"],["11903.495","13749.142"],["11926.052","13754.712"],["11930.928","13739.154"],["11914.615","13716.614"],["11884.067","13743.342"],["11923.111","13696.696"],["11895.582","13675.610"],["11874.631","13681.307"],["11917.816","13668.406"],["11884.079","13635.327"],["11871.648","13616.311"],["11917.571","13639.938"],["11927.545","13625.965"],["11902.591","13620.072"],["11839.898","13629.284"],["11838.960","13659.666"],["11880.105","13676.577"],["11860.900","13684.974"],["11868.606","13689.070"],["11873.943","13747.164"],["11849.993","13741.352"],["11846.641","13785.741"],["11837.849","13800.260"],["11873.770","13757.965"],["11923.633","13806.149"],["11891.423","13800.514"],["11903.113","13761.468"],["11908.742","13752.046"],["11895.330","13709.407"],["11747.904","13695.501"],["11768.237","13670.082"],["26830.188","16695.629"],["10811.357","14960.390"],["10879.640","14940.684"],["10736.571","14904.006"],["10699.439","14913.651"],["10763.764","14873.134"],["10761.235","14896.817"],["10843.706","14886.511"],["10844.133","14898.517"],["10673.218","14940.685"],["10817.179","14956.432"],["10858.184","15072.481"],["10675.684","15076.233"],["10705.727","14940.062"],["10743.360","15016.565"],["10871.276","15057.100"],["10734.823","15022.748"],["13085.780","16817.777"],["13070.162","16797.423"],["13106.455","16847.201"],["13123.729","16792.488"],["13128.288","16780.546"],["13098.107","16810.285"],["13185.688","16865.855"],["12995.014","16878.752"],["13198.509","16801.230"],["13002.464","16879.788"],["13054.032","16866.135"],["13095.566","16812.261"],["13105.987","16879.042"],["13102.590","16833.527"],["12989.141","16875.511"],["13031.154","16877.908"],["13120.769","16863.405"],["13176.576","16837.713"],["13160.038","16782.535"],["13017.628","16791.816"],["13013.672","16833.228"],["13094.131","16873.732"],["13047.907","16888.292"],["13173.894","16818.087"],["13015.066","16831.770"],["13014.400","16816.507"],["13168.895","16803.064"],["13094.016","16846.746"],["13061.207","16811.728"],["13088.115","16803.986"],["13141.759","16785.814"],["13083.217","16793.110"],["12992.924","16817.910"],["13068.670","16857.052"],["13018.763","16878.996"],["13140.098","16781.602"],["13019.324","16872.807"],["13047.355","16851.486"],["13047.868","16802.215"],["13195.104","16801.593"],["13010.983","16822.766"],["13154.139","16870.134"],["13079.016","16864.500"],["13078.674","16805.370"],["13120.835","16821.093"],["13097.607","16845.351"],["13084.990","16813.863"],["13052.282","16885.185"],["13149.650","16790.804"],["13146.708","16812.313"],["13162.736","16793.220"],["13069.542","16876.111"],["19509.449","6112.129"],["19504.959","6049.702"],["19500.962","6002.947"],["19506.373","6081.593"],["19483.873","6071.155"],["13711.110","12949.851"],["13760.465","12917.835"],["6528.241","19746.880"],["6598.150","19760.345"],["6605.271","19780.528"],["6520.638","19774.224"],["6530.808","19831.585"],["6547.996","19815.830"],["6523.476","19853.507"],["6474.364","19850.914"],["6470.275","19914.550"],["6663.387","19737.250"],["6639.183","19772.409"],["6660.452","19832.640"],["6623.611","19891.375"],["6570.049","19831.514"],["6611.793","19872.373"],["6660.259","19914.850"],["6661.870","19798.968"],["6645.867","19827.242"],["8797.126","14577.153"],["8806.106","14579.333"],["8798.754","14578.969"],["8791.932","14580.916"],["8790.929","14590.957"],["8793.083","14574.607"],["8808.383","14561.913"],["8813.958","14550.749"],["8793.613","14553.804"],["8886.524","14555.909"],["8888.580","14570.129"],["8867.840","14545.415"],["8873.794","14566.819"],["8866.146","14553.227"],["8788.921","14598.937"],["8802.736","14579.449"],["8952.528","14492.663"],["8947.957","14470.325"],["8976.332","14508.621"],["8955.887","14468.062"],["8943.800","14479.236"],["8935.005","14454.624"],["8906.098","14473.714"],["8899.041","14510.336"],["8975.521","14494.616"],["8940.925","14461.510"],["8929.033","14632.551"],["8957.570","14643.604"],["8826.367","14455.547"],["8835.947","14468.841"],["8838.027","14518.787"],["8796.125","14540.245"],["8837.118","14538.117"],["8860.055","14507.469"],["8847.877","14506.001"],["8799.727","14496.254"],["8807.511","14500.589"],["8793.760","14499.291"],["8787.251","14499.196"],["8813.356","14645.820"],["8927.579","14492.786"],["8903.330","14464.475"],["8229.730","12797.206"],["8221.457","12846.735"],["8180.975","12763.940"],["8286.236","12869.300"],["8182.789","12844.242"],["8215.520","12846.934"],["8330.148","12898.858"],["8196.523","12813.589"],["8263.917","12858.315"],["8155.769","12918.333"],["8159.014","12932.947"],["8168.867","12920.706"],["8341.785","12945.647"],["8269.706","12871.082"],["8180.232","12794.847"],["8257.765","12857.803"],["11482.246","17972.445"],["11379.573","17916.099"],["11474.242","17875.118"],["11446.398","17934.974"],["11470.332","17958.330"],["11474.342","17994.866"],["11433.864","18040.697"],["11483.111","17875.424"],["11490.402","17858.096"],["11351.112","17938.001"],["11497.476","17961.198"],["11511.357","17929.192"],["11394.557","17934.844"],["11446.824","17907.769"],["11438.010","17917.699"],["11456.516","17958.445"],["11459.622","18022.414"],["11403.737","17980.343"],["11490.875","17850.717"],["11473.593","17864.058"],["11418.609","17991.946"],["11435.011","18010.745"],["11441.415","17930.036"],["11395.774","17904.645"],["11356.514","17927.412"],["11404.801","17912.320"],["11476.117","17893.616"],["11422.568","17954.840"],["11456.135","18011.993"],["11436.758","18029.830"],["11503.868","17851.972"],["11457.885","17847.427"],["11469.357","17895.895"],["11435.592","17922.439"],["11440.397","17974.746"],["11452.805","17999.497"],["11420.446","17974.873"],["11428.205","17899.537"],["11481.628","17997.608"],["11442.762","18041.573"],["11483.046","17851.708"],["11455.846","17860.739"],["11473.288","17898.256"],["11453.471","17926.947"],["11457.280","18016.559"],["11475.965","18034.114"],["11396.431","17908.444"],["11382.846","17902.838"],["11414.887","17965.377"],["11444.411","17989.775"],["11459.556","18024.445"],["11508.638","17841.287"],["11468.642","17849.178"],["11393.592","17969.353"],["11441.069","17926.534"],["11485.930","17985.674"],["11372.156","17937.767"],["11449.587","17871.155"],["11408.979","17930.338"],["11428.258","17953.833"],["11439.328","17995.506"],["11470.576","18003.867"],["11488.292","17870.701"],["11464.744","17843.364"],["11435.982","17859.609"],["11440.132","17941.051"],["11508.678","17907.568"],["11441.960","17985.613"],["11498.676","17950.017"],["11456.604","17952.313"],["11379.327","17917.784"],["11447.581","17894.854"],["11413.008","17921.089"],["11435.808","17951.289"],["11484.408","18016.320"],["11446.347","18028.311"],["11487.799","17862.245"],["11494.925","17872.547"],["9009.343","11839.368"],["9028.594","11771.495"],["9049.482","11754.286"],["9058.062","11816.942"],["9051.631","11792.879"],["9098.277","11779.420"],["9099.492","11765.063"],["9097.409","11775.104"],["9158.755","11706.731"],["9153.099","11713.315"],["9134.726","11726.296"],["9110.008","11717.779"],["9082.347","11757.520"],["9118.448","11769.266"],["9095.914","11718.196"],["9035.140","11784.988"],["9045.338","11756.020"],["9054.887","11795.918"],["9056.335","11782.855"],["9093.990","11792.533"],["9104.356","11767.261"],["9091.780","11772.198"],["9159.941","11715.545"],["9124.940","11723.901"],["9117.376","11717.300"],["9078.515","11758.065"],["9116.349","11775.735"],["9097.404","11712.329"],["9132.801","11875.188"],["9045.223","11773.245"],["9086.055","11822.359"],["9102.888","11797.885"],["9079.274","11773.583"],["9155.876","11709.423"],["9155.731","11722.861"],["9131.634","11710.061"],["9077.742","11743.763"],["9096.061","11767.714"],["9087.749","11709.492"],["9044.313","11825.292"],["9080.887","11818.494"],["9062.312","11785.531"],["9117.134","11703.051"],["9123.683","11705.116"],["9027.934","11840.917"],["8996.503","11836.822"],["9126.354","11876.311"],["9029.850","11779.155"],["9017.778","11811.046"],["9033.543","11847.309"],["9022.507","11850.645"],["9158.607","11881.117"],["9041.184","11770.285"],["9043.623","11807.042"],["9059.664","11783.846"],["9190.641","11809.015"],["9032.984","11833.717"],["9025.878","11837.862"],["9019.464","11867.623"],["9026.886","11865.185"],["9023.942","11864.310"],["9194.726","11778.836"],["9162.348","11720.033"],["9186.368","11718.395"],["9083.054","11886.339"],["9037.535","11799.999"],["9015.952","11780.740"],["9190.394","11803.416"],["9021.355","11841.149"],["9022.807","11867.200"],["11955.784","4486.328"],["11972.471","4429.246"],["11995.629","4423.070"],["11949.411","4416.282"],["11970.981","4447.797"],["11967.908","4508.416"],["11958.375","4425.184"],["11961.286","4416.761"],["11943.518","4476.498"],["11962.708","4444.973"],["11941.740","4513.007"],["11985.737","4501.297"],["11854.481","9654.272"],["11856.570","9660.812"],["11834.116","9632.666"],["11821.740","9612.349"],["11923.971","9739.951"],["11788.742","9664.001"],["11826.887","9627.192"],["11792.786","9630.277"],["11932.508","9770.736"],["11827.929","9600.768"],["11805.508","9589.001"],["11899.797","9709.414"],["11774.117","9649.449"],["11871.750","9672.528"],["11901.808","9675.282"],["13398.199","16315.351"],["13396.458","16330.674"],["13266.261","16341.625"],["13279.252","16297.491"],["13383.918","16297.253"],["13297.652","16286.413"],["13305.898","16298.996"],["13297.249","16311.812"],["13292.037","16205.131"],["13282.885","16229.075"],["13215.049","16262.944"],["13233.223","16239.318"],["13216.571","16325.529"],["13284.495","16210.371"],["13274.753","16349.092"],["13279.062","16341.163"],["13292.817","16341.166"],["13208.980","16271.928"],["13242.837","16262.136"],["13252.377","16338.791"],["13214.939","16225.043"],["13215.098","16258.105"],["13251.045","16341.879"],["13206.167","16276.074"],["13235.943","16262.183"],["13203.759","16337.998"],["13299.905","16284.729"],["13212.203","16285.141"],["13236.881","16233.876"],["13201.654","16301.334"],["13207.368","16289.352"],["13223.526","16250.639"],["7137.675","18510.394"],["7124.741","18543.950"],["7262.949","18582.978"],["7133.678","18504.911"],["7146.567","18575.296"],["7261.764","18564.547"],["7141.326","18500.534"],["7134.478","18542.298"],["7266.896","18578.618"],["7190.863","18469.247"],["7133.130","18479.701"],["7130.919","18527.194"],["7178.663","18523.987"],["7151.308","18557.831"],["7115.992","18536.722"],["7101.436","18625.718"],["7098.982","18643.021"],["7203.934","18658.526"],["7286.724","18497.000"],["7298.632","18484.613"],["7302.406","18567.833"],["7286.327","18567.899"],["7244.226","18608.860"],["7151.732","18471.757"],["7139.784","18514.081"],["7143.939","18565.445"],["7134.249","18551.999"],["7199.049","18657.007"],["7205.847","18566.445"],["7236.719","18541.854"],["7169.992","18532.655"],["7111.317","18608.034"],["7099.870","18660.784"],["7154.689","18609.719"],["7293.796","18487.388"],["7136.600","18468.536"],["7135.261","18523.528"],["7130.318","18559.629"],["7181.965","18553.282"],["7129.673","18605.326"],["10672.563","17356.468"],["10816.963","17249.912"],["10764.619","17309.013"],["10727.613","17302.125"],["10711.568","17280.808"],["10694.869","17264.450"],["10700.481","17225.143"],["10677.319","17370.499"],["10855.627","17299.513"],["10793.539","17334.299"],["10684.373","17340.812"],["10823.777","17265.716"],["10816.502","17233.149"],["10759.052","17314.654"],["10774.387","17299.620"],["10685.676","17257.063"],["10715.135","17216.228"],["10713.475","17240.832"],["10878.642","17352.567"],["10869.772","17316.243"],["10792.737","17270.266"],["10781.337","17234.752"],["10702.577","17205.625"],["10683.544","17200.576"],["10691.304","17205.610"],["10724.002","17274.767"],["10695.250","17309.195"],["10672.437","17264.952"],["10806.497","17289.372"],["10818.083","17280.773"],["10808.777","17277.711"],["10800.187","17272.259"],["10715.707","17369.176"],["10708.556","17364.835"],["10699.198","17358.987"],["10679.027","17338.578"],["10677.387","17325.339"],["10673.580","17321.081"],["10679.982","17246.265"],["10750.909","17359.213"],["10731.979","17260.166"],["10684.897","17306.377"],["10692.471","17294.915"],["10738.276","17305.261"],["10722.283","17258.852"],["10728.176","17262.546"],["10761.230","17288.049"],["10758.045","17286.337"],["10837.282","17280.464"],["10813.601","17273.927"],["10799.964","17259.360"],["10817.675","17235.395"],["10821.206","17230.260"],["10779.707","17216.926"],["10677.884","17222.512"],["10677.348","17219.959"],["10685.262","17198.821"],["10878.211","17225.949"],["10791.793","17346.449"],["10686.445","17343.008"],["10782.296","17310.943"],["10753.518","17298.617"],["10779.557","17289.189"],["10714.833","17312.711"],["10695.593","17268.793"],["10749.781","17209.879"],["10704.840","17226.712"],["10726.615","17235.197"],["10864.279","17296.772"],["10870.087","17204.273"],["10844.571","17309.480"],["10674.175","17347.946"],["10835.598","17233.529"],["10777.167","17306.571"],["10750.031","17312.176"],["10751.796","17328.829"],["10718.452","17300.440"],["10699.364","17280.890"],["10698.372","17272.393"],["10722.471","17245.754"],["10748.194","17246.212"],["10675.935","17399.725"],["10755.487","17210.530"],["10877.458","17334.549"],["10836.016","17336.537"],["10859.916","17247.241"],["10861.258","17223.370"],["10790.905","17322.483"],["10815.175","17261.604"],["10831.782","17244.346"],["10760.816","17325.863"],["10751.910","17293.067"],["10768.485","17292.325"],["10771.185","17322.133"],["10735.804","17302.547"],["10690.840","17273.153"],["10730.228","17222.635"],["10710.054","17241.212"],["10673.238","17393.664"],["10749.353","17214.774"],["10879.915","17288.531"],["10875.254","17340.016"],["10876.658","17386.493"],["10841.772","17316.620"],["10848.149","17237.365"],["10864.926","17239.043"],["12039.612","6007.390"],["12017.665","6035.654"],["11998.096","6005.744"],["12004.319","6016.892"],["5435.932","16926.426"],["5436.585","16901.946"],["5520.444","16946.161"],["5426.600","16922.517"],["5449.912","16920.657"],["5444.341","16932.311"],["5435.503","16908.009"],["5431.372","16884.149"],["5440.481","16870.045"],["5433.186","16891.594"],["5448.103","16830.293"],["5438.655","16886.077"],["5454.098","16870.454"],["5448.388","16876.123"],["5446.061","16885.899"],["5429.965","16896.880"],["5439.052","16897.799"],["5464.131","16862.923"],["5445.303","16896.938"],["5467.486","16858.953"],["5441.297","16900.546"],["5438.530","16904.499"],["5441.958","16897.661"],["5434.472","16877.049"],["5440.333","16862.802"],["5435.142","16872.893"],["5454.877","16876.504"],["5449.326","16888.869"],["5467.559","16864.669"],["5453.625","16854.664"],["5451.033","16850.700"],["5427.733","16890.168"],["5425.554","16911.213"],["5432.594","16931.660"],["5463.190","16871.966"],["5473.136","16971.926"],["5617.269","16787.519"],["5610.017","16776.153"],["5440.436","16877.113"],["5452.266","16862.525"],["5464.902","16959.467"],["5449.715","16926.368"],["5614.907","16798.008"],["5434.875","16922.693"],["5436.906","16923.936"],["5440.623","16926.318"],["5431.880","16912.957"],["5430.778","16915.767"],["5449.764","16915.795"],["5582.572","16814.044"],["5441.603","16927.712"],["5610.559","16787.084"],["5616.329","16826.383"],["5603.591","16811.462"],["8789.115","18018.158"],["10898.971","16944.079"],["11031.738","16947.260"],["11039.171","16890.472"],["11062.441","16963.372"],["11070.836","16968.434"],["11031.208","16940.376"],["11013.709","16953.135"],["11007.904","16895.566"],["11009.897","16856.914"],["10892.422","16934.544"],["10965.618","16977.418"],["25259.812","6731.534"],["25311.189","6738.570"],["25255.220","6760.402"],["25295.778","6711.882"],["13296.568","18000.166"],["13213.391","17994.409"],["13280.842","17878.391"],["13245.721","17864.231"],["13218.290","17969.843"],["13207.514","18005.752"],["13198.794","17868.576"],["13393.302","17918.128"],["13359.271","17862.750"],["13370.863","17902.935"],["13217.503","18021.957"],["13265.003","17919.332"],["13217.136","17858.896"],["13254.688","17957.027"],["13208.139","17945.752"],["13388.434","17908.615"],["13370.109","17844.154"],["13330.666","17897.006"],["13258.374","18027.324"],["13302.618","17886.632"],["13302.997","17885.872"],["13367.675","17843.510"],["13331.570","17909.558"],["13280.005","18012.618"],["13260.496","18027.720"],["13239.668","17845.403"],["13242.942","17868.657"],["13251.760","17971.907"],["13245.741","17952.964"],["13388.878","17888.764"],["13209.484","17949.127"],["13407.725","17836.491"],["13342.936","17888.071"],["13336.058","18028.952"],["13200.315","18023.509"],["13199.274","17893.529"],["13233.652","17952.105"],["13225.741","17941.602"],["13198.962","17940.616"],["13353.547","17836.557"],["13323.890","17920.871"],["13299.298","18030.174"],["13263.111","17993.897"],["13241.001","17891.316"],["13245.409","17884.594"],["13261.645","17995.243"],["13221.102","17961.090"],["13281.944","17874.807"],["13345.899","17878.291"],["13283.887","18029.811"],["13234.537","17882.843"],["13200.096","17892.422"],["13220.691","17975.755"],["13271.431","17936.680"],["8646.115","17024.084"],["8624.429","17021.840"],["8622.843","17003.547"],["8666.150","17081.367"],["8675.684","17082.885"],["8641.741","17030.116"],["8641.874","17051.777"],["8631.708","17037.753"],["8651.336","17071.293"],["8659.714","17073.607"],["8657.616","17076.802"],["8635.703","17040.520"],["8615.325","16997.361"],["8660.557","17046.853"],["8613.512","17164.741"],["8655.657","17178.990"],["8634.280","17147.921"],["8591.218","17159.746"],["8030.553","10039.075"],["8049.878","10038.923"],["7945.092","10042.293"],["7951.344","10039.494"],["7981.315","10025.628"],["8003.511","10073.138"],["8021.134","10055.038"],["8033.562","10021.371"],["8051.703","10048.948"],["7951.777","10011.532"],["7988.338","10036.594"],["7997.393","10070.265"],["8027.153","10062.850"],["8033.809","10042.378"],["8050.420","10042.457"],["7942.616","10011.301"],["7957.610","10040.551"],["7969.423","10036.561"],["8004.399","10061.825"],["8000.148","10082.896"],["8016.035","10072.478"],["11907.332","4522.732"],["11851.048","4601.203"],["11891.541","4582.012"],["11880.554","4612.169"],["11874.441","4545.407"],["11838.466","4611.525"],["11855.653","4618.230"],["11879.979","4625.364"],["11871.311","4575.752"],["11870.853","4532.327"],["11892.813","4559.692"],["11885.174","4541.119"],["11869.817","4532.112"],["11853.443","4518.805"],["11888.570","4561.625"],["10106.582","19128.889"],["10084.542","19128.724"],["10084.216","19150.948"],["10107.851","19174.135"],["10086.568","19186.852"],["10108.469","19231.174"],["10075.278","19215.386"],["10137.203","19223.346"],["10172.465","19122.819"],["10246.103","19114.003"],["10238.011","19162.062"],["10182.082","19264.106"],["10228.382","19294.692"],["10226.178","19261.975"],["10176.871","19161.211"],["10144.865","19183.060"],["10159.832","19206.430"],["10145.154","19169.977"],["10108.312","19156.897"],["10077.256","19124.843"],["10089.258","19195.600"],["10202.040","19117.256"],["10193.267","19263.577"],["10147.842","19180.666"],["10114.628","19159.952"],["4201.027","18306.108"],["4203.206","18267.090"],["4289.302","18433.361"],["4209.942","18279.403"],["4154.136","18272.219"],["4221.775","18259.823"],["4210.683","18279.780"],["4191.423","18272.232"],["4270.763","18300.860"],["4247.227","18255.740"],["4286.962","18435.137"],["4198.840","18278.908"],["4184.037","18274.201"],["4162.748","18407.760"],["4223.577","18280.738"],["4210.467","18301.702"],["4224.086","18261.141"],["4163.725","18289.048"],["4175.446","18361.749"],["4175.551","18278.095"],["4287.098","18423.997"],["4294.347","18461.115"],["4288.330","18443.346"],["4303.774","18462.999"],["4253.128","18263.692"],["4232.190","18260.554"],["6779.994","15935.426"],["6807.618","16079.242"],["6850.570","15959.548"],["6683.593","15984.067"],["6680.163","16072.029"],["6681.684","16110.931"],["6692.366","16117.052"],["6720.754","15942.829"],["6713.660","16099.531"],["6775.781","16105.225"],["6869.115","16074.833"],["6849.534","15954.180"],["6757.902","16137.760"],["6825.525","16080.771"],["6802.067","16015.713"],["6803.547","15976.658"],["6730.103","15956.924"],["6757.560","15955.920"],["6674.781","16104.172"],["6695.456","15931.263"],["6707.474","16051.373"],["6708.626","16031.984"],["6730.654","16114.963"],["6707.266","16096.333"],["6702.132","16101.447"],["6679.799","15937.159"],["6692.803","16048.747"],["6741.460","16087.564"],["6687.326","16055.898"],["6726.197","16114.831"],["13832.019","13601.223"],["13894.892","13485.247"],["13833.331","13462.684"],["13940.282","13502.710"],["13853.077","13572.102"],["13965.365","13525.310"],["13910.082","13519.597"],["13940.419","13589.043"],["13912.638","13446.410"],["13927.538","13571.033"],["13946.763","13527.518"],["13923.409","13491.921"],["13919.797","13533.295"],["13846.711","13525.145"],["13869.879","13411.147"],["13836.331","13419.871"],["13919.153","13472.712"],["13832.215","13500.285"],["13890.993","13499.731"],["14022.005","13396.952"],["14023.901","13433.512"],["13994.688","13405.648"],["14034.880","13525.760"],["14038.304","13463.432"],["13985.005","13446.232"],["13955.398","13500.417"],["13945.546","13525.553"],["13856.284","13583.365"],["13895.189","13424.190"],["13884.006","13428.110"],["13855.804","13582.009"],["13873.598","13395.630"],["13967.939","13424.887"],["14039.127","13480.270"],["13976.298","13571.064"],["13735.097","16358.052"],["13652.931","16420.736"],["13621.446","16410.775"],["13626.696","16355.892"],["13627.154","16461.507"],["13628.639","16356.190"],["13627.298","16363.258"],["13732.531","16364.609"],["13653.984","16417.350"],["13735.558","16360.662"],["13661.122","16418.275"],["3096.246","18992.087"],["9110.355","13052.517"],["9103.234","13067.810"],["9129.290","13120.047"],["9100.082","13156.571"],["9088.134","13141.874"],["9016.164","13078.770"],["9119.365","13050.136"],["9080.235","13069.364"],["9074.057","13086.073"],["9135.776","13129.733"],["9168.304","13162.788"],["9096.135","13147.323"],["9076.720","13136.226"],["9028.763","13067.804"],["9102.017","13064.293"],["9158.320","13104.522"],["9134.082","13170.477"],["9134.441","13120.254"],["9044.039","13171.701"],["9091.408","13057.719"],["9092.132","13052.732"],["9081.869","13044.540"],["9093.908","13048.256"],["9180.579","13176.659"],["20357.753","7094.067"],["20395.674","7062.586"],["20413.542","7068.700"],["20426.069","7080.819"],["27483.919","7817.762"],["27347.109","7870.330"],["27384.817","7823.958"],["27322.876","7860.127"],["27307.103","7766.436"],["27476.149","7842.109"],["27447.070","7757.303"],["27433.308","7878.303"],["27409.373","7818.512"],["27375.282","7860.318"],["27423.505","7870.805"],["27387.942","7890.985"],["27333.230","7881.166"],["27502.373","7873.220"],["27514.036","7846.223"],["27346.478","7838.773"],["27372.481","7691.820"],["27340.261","7850.201"],["27427.794","7739.847"],["27472.323","7832.691"],["27510.876","7878.009"],["27459.274","7694.132"],["27468.600","7733.901"],["27456.856","7729.756"],["27358.830","7737.468"],["27374.093","7709.029"],["27462.514","7807.823"],["27505.097","7711.655"],["27347.284","7739.004"],["27369.981","7849.508"],["27393.748","7774.148"],["27414.636","7799.813"],["27440.463","7858.154"],["27481.186","7884.645"],["27413.653","7857.956"],["27481.219","7882.085"],["6563.666","8897.674"],["6620.341","8943.405"],["6556.364","8926.245"],["6610.608","8939.220"],["6601.859","8912.348"],["6648.339","8921.101"],["15738.051","16157.862"],["15747.955","16319.810"],["15820.373","16226.916"],["15777.779","16270.655"],["15883.176","16302.626"],["15737.386","16177.028"],["15734.742","16301.740"],["15776.976","16236.406"],["15799.944","16213.149"],["15803.437","16311.415"],["15824.985","16295.128"],["15746.177","16244.891"],["15839.889","16223.633"],["15761.133","16218.335"],["15755.653","16246.284"],["15783.458","16350.624"],["15821.452","16234.287"],["15766.673","16181.212"],["15869.344","16299.108"],["15814.067","16235.443"],["15816.703","16222.701"],["15856.684","16328.145"],["15832.535","16350.652"],["15823.783","16282.087"],["15813.043","16343.840"],["15098.334","11002.355"],["13636.043","14408.876"],["13678.097","14270.359"],["13792.334","14243.450"],["13828.543","14335.426"],["13646.705","14289.986"],["13782.676","14238.803"],["13673.969","14259.591"],["13797.720","14352.982"],["13657.428","14271.208"],["13816.026","14311.248"],["13750.018","14255.893"],["13721.432","14348.409"],["13729.096","14337.327"],["13667.320","14394.850"],["13676.370","14239.591"],["13764.719","14390.817"],["13658.629","14277.633"],["13766.670","14442.234"],["13670.281","14278.181"],["13698.229","14287.139"],["13645.882","14285.659"],["10727.550","15464.309"],["10740.766","15486.915"],["10694.372","15457.413"],["10717.401","15453.279"],["10709.325","15462.540"],["10879.300","15460.712"],["10871.093","15481.141"],["10735.688","15462.230"],["10743.806","15491.280"],["10703.711","15446.406"],["10700.609","15473.819"],["10719.357","15480.410"],["10870.390","15491.271"],["10742.326","15468.167"],["10738.582","15480.481"],["10685.626","15443.091"],["10702.696","15475.031"],["10754.462","15325.055"],["10807.374","15365.505"],["10812.755","15304.557"],["10856.458","15476.549"],["10880.801","15465.346"],["10728.692","15310.435"],["10702.202","15308.532"],["5002.707","15115.636"],["5013.007","15088.254"],["5175.759","15126.150"],["5153.507","15153.087"],["5177.723","15184.286"],["5173.676","15202.925"],["5046.953","15153.182"],["5116.437","15199.926"],["5061.003","15178.183"],["5016.437","15117.525"],["5117.807","15090.390"],["5186.599","15151.683"],["5177.964","15188.379"],["5144.405","15256.771"],["5059.185","15233.217"],["5082.179","15185.213"],["5040.048","15219.719"],["5039.876","15167.802"],["5114.787","15140.804"],["5106.202","15246.733"],["5065.638","15273.349"],["5185.950","15210.588"],["5175.278","15243.491"],["5131.496","15225.449"],["5091.050","15280.023"],["5160.279","15286.007"],["4994.639","15119.936"],["5099.469","15107.235"],["5194.716","15150.025"],["5170.583","15206.785"],["5125.977","15150.340"],["5053.686","15217.997"],["5042.399","15209.146"],["5168.374","15109.234"],["5195.722","15101.199"],["5145.074","15163.659"],["5170.127","15177.687"],["5152.700","15115.925"],["5155.171","15156.091"],["5113.310","15162.282"],["5157.383","15198.948"],["4993.891","15137.271"],["5005.785","15088.179"],["5058.724","15102.918"],["5186.533","15165.424"],["5126.851","15186.326"],["5150.007","15221.664"],["5158.592","15193.159"],["5197.650","15138.100"],["5030.895","15157.976"],["5043.149","15155.663"],["5031.633","15178.036"],["5101.692","15235.597"],["5093.648","15232.160"],["5065.693","15268.919"],["5145.817","15116.946"],["5059.632","15130.406"],["5081.854","15225.677"],["5079.733","15271.381"],["5133.808","15218.098"],["5002.278","15093.153"],["5062.174","15101.157"],["5082.965","15197.065"],["5150.930","15139.574"],["5149.728","15164.798"],["5161.682","15171.230"],["11284.871","13322.653"],["11285.362","13316.687"],["11279.268","13334.582"],["11264.975","13307.411"],["11301.792","13378.478"],["11289.491","13313.567"],["11280.428","13321.214"],["11243.395","13246.333"],["11256.456","13294.761"],["11112.759","13220.345"],["11132.297","13234.521"],["11154.677","13231.415"],["11177.471","13228.703"],["11209.468","13197.034"],["11232.046","13185.979"],["11253.784","13192.641"],["11281.251","13200.178"],["11277.430","13375.815"],["11212.330","13353.262"],["11164.682","13284.070"],["11097.946","13269.534"],["11263.053","13258.755"],["11095.526","13291.432"],["11118.007","13302.902"],["11114.590","13310.391"],["11115.077","13390.527"],["11095.054","13387.880"],["11160.372","13323.233"],["11232.685","13264.158"],["11239.513","13270.457"],["11249.908","13276.223"],["11276.082","13262.352"],["11288.015","13258.295"],["6910.948","9162.057"],["2677.152","17778.794"],["2693.352","17698.013"],["2695.277","17789.446"],["2678.780","17784.657"],["2706.625","17680.705"],["2675.342","17698.608"],["2694.224","17785.698"],["2727.300","17681.746"],["2680.803","17692.101"],["2700.227","17727.151"],["2677.119","17739.153"],["2792.959","17626.740"],["7159.054","15654.932"],["7212.036","15581.552"],["7232.473","15569.000"],["7222.813","15574.880"],["7150.175","15561.854"],["7131.406","15651.265"],["7140.076","15573.362"],["7116.608","15605.283"],["7241.777","15563.563"],["7169.255","15567.835"],["7276.033","15532.686"],["7282.341","15529.154"],["7287.885","15525.340"],["7294.056","15521.952"],["7294.552","15522.262"],["12995.863","17792.065"],["13002.235","17769.109"],["13006.906","17776.343"],["6440.303","18190.000"],["6413.927","18248.535"],["6408.730","18219.043"],["6370.584","18251.102"],["6331.245","18243.746"],["6394.525","18188.267"],["6453.588","18051.303"],["6410.704","18124.562"],["6423.240","18137.859"],["6436.297","18059.044"],["6324.607","18186.235"],["6455.369","18236.040"],["6408.435","18181.727"],["6457.770","18185.326"],["6437.672","18249.230"],["6407.760","18229.266"],["6330.045","18238.907"],["6397.140","18190.778"],["6407.579","18126.015"],["6440.970","18096.851"],["6275.561","18176.012"],["6415.245","18052.025"],["6284.607","18191.801"],["4552.100","17863.027"],["4413.014","17835.608"],["4563.951","17858.466"],["4511.653","17851.899"],["4470.463","17836.024"],["4424.996","17859.096"],["4399.305","17876.032"],["4480.459","17885.064"],["4408.792","17853.856"],["4450.517","17832.496"],["4550.477","17848.390"],["4564.248","17858.482"],["4540.728","17878.321"],["4534.182","17878.519"],["4515.650","17844.814"],["4468.851","17841.194"],["4404.305","17864.999"],["4416.871","17844.966"],["4537.274","17868.478"],["4533.528","17841.610"],["4502.986","17849.389"],["4461.318","17849.550"],["4446.046","17836.209"],["4429.944","17856.275"],["4431.937","17865.305"],["4442.283","17865.801"],["4396.723","17857.551"],["4409.667","17879.715"],["4547.373","17866.100"],["4502.805","17847.143"],["4482.172","17857.660"],["4473.477","17849.779"],["4480.418","17845.865"],["17127.277","17797.014"],["17146.701","17811.749"],["17143.236","17806.145"],["17138.267","17801.598"],["17147.511","17831.778"],["17020.308","17736.539"],["17016.344","17742.457"],["17009.296","17744.457"],["17035.924","17723.075"],["17038.070","17728.918"],["17064.353","17750.228"],["17064.906","17747.829"],["17072.234","17761.936"],["17065.998","17738.261"],["17071.725","17771.159"],["17083.811","17777.726"],["17167.724","17823.710"],["17135.229","17798.303"],["17100.623","17816.734"],["17179.856","17808.447"],["17053.852","17729.164"],["17062.158","17726.852"],["17085.174","17772.521"],["17101.769","17767.219"],["17047.158","17719.536"],["16994.285","17700.957"],["17066.204","17722.095"],["17106.598","17767.182"],["17056.151","17777.042"],["17074.103","17819.953"],["17109.785","17819.062"],["17152.131","17819.531"],["17093.003","17769.548"],["17093.759","17765.948"],["17063.835","17724.754"],["17090.174","17771.414"],["17046.927","17720.427"],["17105.667","17779.160"],["15086.721","15666.508"],["15015.127","15620.595"],["15003.427","15615.748"],["14993.176","15595.329"],["15046.188","15598.969"],["15086.512","15581.380"],["14947.217","15529.724"],["15075.525","15619.535"],["14885.656","15527.630"],["14888.807","15536.625"],["14909.442","15544.042"],["15076.032","15650.190"],["14892.647","15507.986"],["15008.451","15552.138"],["15022.633","15626.139"],["14967.582","15590.881"],["14918.824","15539.075"],["15012.564","15601.476"],["14951.371","15546.405"],["14909.348","15677.626"],["14958.945","15550.855"],["14893.269","15538.312"],["14996.885","15585.833"],["15015.403","15608.686"],["14897.907","15539.204"],["14902.644","15621.759"],["15073.468","15667.586"],["14892.247","15541.440"],["13447.614","16851.901"],["13435.304","16869.118"],["13451.329","16834.875"],["13462.983","16809.208"],["13485.691","16811.669"],["13474.959","16850.265"],["13509.892","16799.495"],["13533.343","16797.462"],["13523.454","16836.578"],["13551.745","16776.482"],["13502.873","16914.851"],["13542.048","16902.091"],["13435.817","16951.627"],["13486.653","16904.408"],["13449.557","16843.794"],["13428.298","16853.891"],["13449.750","16829.342"],["13444.167","16814.295"],["13483.520","16823.924"],["13504.750","16808.853"],["13480.239","16846.152"],["13529.464","16777.348"],["13532.291","16810.014"],["13508.174","16838.197"],["13545.035","16778.794"],["13510.702","16931.433"],["13523.183","16924.717"],["13443.498","16935.954"],["13520.494","16935.858"],["13464.698","16944.689"],["13495.830","16851.807"],["13492.671","16977.334"],["13576.773","16891.169"],["13426.874","16843.511"],["13455.972","16842.886"],["13426.604","16852.190"],["13438.270","16819.136"],["13458.476","16811.438"],["13487.846","16816.822"],["13483.615","16809.927"],["13475.732","16856.392"],["13524.217","16784.582"],["13526.534","16793.911"],["13519.523","16819.898"],["13542.304","16786.242"],["13512.503","16940.032"],["13534.285","16918.491"],["13472.426","16872.782"],["13437.149","16978.431"],["13493.347","16868.636"],["13575.433","16906.764"],["13479.707","16930.932"],["13446.754","16952.420"],["13502.722","16907.843"],["13487.435","16973.284"],["13566.535","16918.358"],["13575.885","16877.494"],["13426.150","16844.073"],["13426.801","16848.804"],["13448.254","16819.581"],["13462.522","16795.930"],["13487.089","16824.964"],["13506.592","16792.817"],["13467.887","16851.817"],["13520.599","16777.068"],["13524.314","16808.048"],["13523.717","16829.774"],["13510.041","16847.668"],["13557.107","16781.502"],["13419.156","16939.059"],["13415.992","16927.940"],["13492.821","16871.559"],["13417.558","16871.512"],["13434.701","16811.902"],["13461.930","16810.397"],["13470.626","16815.930"],["13490.276","16815.790"],["13477.015","16848.762"],["13512.046","16794.524"],["13530.103","16794.721"],["13507.516","16842.161"],["13468.101","16877.812"],["13552.206","16794.186"],["13410.439","16951.710"],["13484.844","16908.009"],["13506.997","16983.147"],["11113.837","18686.836"],["11133.426","18682.476"],["11126.123","18707.150"],["11237.962","18680.888"],["11261.597","18691.557"],["11112.143","18706.473"],["13257.192","15316.986"],["13401.464","15427.822"],["13371.628","15449.972"],["13318.997","15307.122"],["13262.136","15362.218"],["13292.081","15375.198"],["13315.017","15378.416"],["13301.158","15436.831"],["13309.706","15466.379"],["13348.332","15439.667"],["13323.026","15478.411"],["13357.760","15446.790"],["13397.454","15485.790"],["13358.320","15467.368"],["13380.385","15469.816"],["13375.765","15347.589"],["13375.801","15491.705"],["13276.003","15459.455"],["13234.836","15414.852"],["13246.073","15411.680"],["13204.587","15374.908"],["13208.854","15422.285"],["13228.982","15449.945"],["13250.079","15472.971"],["13302.185","15493.370"],["13328.894","15321.421"],["13203.556","15313.146"],["13299.256","15321.179"],["13277.575","15319.716"],["13284.169","15343.234"],["13311.103","15363.119"],["13286.853","15412.567"],["13291.966","15458.305"],["13350.432","15432.811"],["13372.163","15395.897"],["13333.016","15442.506"],["13221.294","15306.007"],["13261.426","15305.691"],["13340.370","15388.677"],["13371.417","15423.739"],["13359.576","15461.461"],["13276.961","15444.993"],["13243.343","15393.117"],["13234.577","15375.323"],["13230.598","15421.361"],["13237.930","15428.904"],["13226.789","15471.105"],["6981.186","17180.309"],["6963.798","17188.448"],["7045.398","17008.723"],["7044.756","17018.004"],["7085.253","16990.483"],["6887.976","17183.135"],["7048.084","17191.448"],["7037.642","17177.678"],["6985.275","17183.525"],["6966.645","17180.472"],["6955.494","17139.075"],["6926.154","17115.773"],["6927.522","17170.332"],["6898.944","17137.846"],["6943.592","17097.201"],["6886.052","17065.717"],["6979.104","17081.949"],["6957.707","17062.686"],["7072.288","17089.958"],["7005.951","17025.495"],["6906.486","17185.749"],["6906.368","17165.394"],["6882.999","17167.546"],["6889.687","17176.545"],["7064.827","17194.768"],["7030.734","17164.383"],["6981.279","17193.649"],["6967.138","17164.849"],["6972.814","17125.764"],["6927.552","17110.637"],["6927.999","17159.316"],["6914.882","17134.295"],["6941.586","17096.870"],["6908.848","17082.695"],["6998.627","17082.560"],["6955.141","17062.735"],["7046.215","17084.499"],["7059.574","17103.831"],["7024.016","17006.774"],["6905.841","17174.577"],["6890.137","17170.205"],["7045.715","17189.120"],["7033.679","17168.115"],["6973.984","17195.036"],["6975.888","17183.114"],["6971.366","17137.622"],["6938.375","17113.940"],["6924.891","17154.923"],["6905.326","17116.524"],["6944.316","17092.576"],["6888.667","17084.445"],["6885.222","17122.562"],["6980.321","17083.914"],["6958.694","17085.312"],["7064.870","17110.701"],["6681.961","18986.860"],["29243.773","11238.659"],["29250.234","11277.056"],["29246.371","11246.926"],["29242.165","11113.690"],["29266.299","11176.488"],["29276.717","11221.598"],["29225.779","11211.656"],["29238.390","11219.730"],["29268.380","11264.051"],["29283.526","11224.316"],["29229.418","11102.599"],["29260.898","11149.233"],["29205.146","11217.454"],["29277.983","11214.926"],["6746.159","7768.855"],["6786.886","7691.644"],["6692.470","7746.597"],["6802.692","7884.164"],["6882.435","7881.447"],["6805.525","7768.632"],["6766.734","7742.299"],["6747.693","7709.366"],["6722.717","7771.049"],["6834.859","7748.082"],["6742.129","7777.377"],["6772.731","7708.680"],["6846.166","7702.722"],["6691.746","7755.086"],["6847.369","7738.621"],["6767.605","7764.440"],["6878.186","7753.461"],["6737.517","7714.284"],["6821.399","7718.840"],["6881.180","7797.293"],["17187.673","4477.201"],["17185.931","4492.524"],["17055.734","4503.475"],["17035.076","4355.745"],["17022.697","4401.167"],["17149.514","4437.657"],["17068.157","4456.370"],["17174.738","4455.830"],["17087.126","4448.263"],["17128.430","4445.588"],["17086.723","4473.661"],["17081.511","4366.981"],["17072.359","4390.925"],["17021.491","4353.912"],["17010.536","4384.156"],["17068.647","4419.859"],["17089.606","4431.167"],["17079.888","4395.343"],["17042.580","4416.914"],["17089.344","4412.031"],["17087.798","4309.838"],["17197.964","4452.492"],["17073.968","4372.220"],["17064.227","4510.941"],["17068.535","4503.013"],["17082.291","4503.016"],["17064.974","4376.825"],["17183.375","4439.993"],["17105.298","4475.017"],["17074.129","4403.987"],["16990.288","4321.350"],["17049.139","4359.032"],["16988.906","4319.517"],["17009.764","4346.579"],["17038.053","4340.551"],["17099.180","4361.929"],["17109.491","4373.775"],["17089.379","4446.578"],["17026.355","4395.726"],["17027.444","4329.519"],["17119.533","4378.643"],["17119.052","4386.590"],["17106.606","4404.219"],["17118.928","4316.329"],["17097.351","4440.824"],["17045.981","4335.960"],["8684.567","10347.323"],["8731.881","10304.360"],["8709.103","10274.543"],["8776.679","10251.189"],["8753.731","10350.054"],["8651.690","10420.215"],["8730.831","10383.670"],["8746.097","10230.591"],["8773.797","10365.155"],["8668.867","10374.093"],["8734.661","10341.866"],["8694.283","10286.902"],["8715.682","10391.455"],["8628.763","10401.908"],["8703.852","10292.250"],["8754.043","10353.126"],["8683.653","10375.552"],["8579.068","10423.885"],["8727.588","10323.765"],["8749.052","10367.855"],["8756.035","10358.998"],["8722.089","10272.175"],["8761.778","10262.187"],["8678.034","10362.204"],["8731.931","10328.720"],["8712.363","10351.814"],["8592.085","10432.090"],["8672.558","10349.161"],["8753.301","10322.122"],["8759.135","10362.570"],["15037.350","17430.497"],["15072.279","17461.097"],["15072.019","17409.974"],["15085.565","17444.095"],["15029.180","17423.778"],["15076.719","17522.449"],["15062.447","17411.031"],["15111.694","17477.938"],["15020.578","17425.149"],["15026.828","17423.018"],["15021.894","17415.718"],["15021.400","17425.446"],["15060.012","17410.122"],["5773.216","15103.012"],["5721.348","15094.597"],["5696.494","15125.913"],["5677.452","15183.542"],["5621.095","15135.605"],["5794.000","15257.440"],["5828.102","15113.238"],["5778.453","15105.434"],["5637.000","15284.903"],["5689.284","15178.176"],["5786.545","15282.028"],["5631.683","15270.232"],["5655.453","15200.180"],["5707.834","15258.384"],["5731.810","15235.706"],["5724.886","15207.717"],["5823.118","15261.541"],["5766.698","15109.337"],["5673.006","15164.855"],["5804.132","15238.745"],["5789.315","15155.580"],["5787.816","15231.296"],["5680.325","15116.900"],["5750.954","15164.622"],["5731.876","15186.141"],["5620.492","15227.799"],["5726.410","15175.144"],["5669.949","15289.158"],["5784.823","15221.420"],["5684.301","15109.576"],["5650.012","15105.736"],["5647.496","15117.660"],["5644.841","15258.605"],["5673.053","15239.986"],["5647.345","15197.802"],["5694.001","15247.335"],["5759.091","15166.128"],["5697.693","15172.319"],["5787.685","15225.087"],["13914.906","16595.483"],["13845.882","16592.761"],["13902.225","16579.463"],["13935.813","16568.150"],["13841.128","16591.638"],["13862.411","16571.533"],["13906.468","16592.824"],["13928.510","16570.529"],["13846.424","16584.850"],["13895.629","16591.668"],["13852.313","16590.812"],["13918.393","16598.968"],["13855.043","16578.178"],["5534.497","8170.487"],["5457.776","8316.584"],["5441.549","8195.273"],["5540.188","8153.840"],["5539.810","8169.827"],["5442.304","8285.779"],["5414.360","8182.106"],["5445.825","8195.206"],["5414.562","8113.185"],["5614.379","8112.698"],["5414.402","8272.820"],["5534.563","8209.154"],["5538.827","8182.972"],["5418.071","8131.533"],["5426.257","8113.867"],["5493.665","8256.761"],["5506.109","8218.535"],["5572.313","8148.571"],["16290.655","14459.131"],["16308.783","14451.029"],["7694.111","13334.005"],["7676.156","13254.667"],["7612.763","13184.047"],["7608.032","13344.273"],["7682.581","13338.645"],["7681.781","13254.436"],["7598.591","13357.155"],["7675.318","13257.673"],["7616.316","13193.560"],["7614.414","13350.582"],["7638.216","13385.879"],["7613.626","13388.325"],["7619.421","13233.943"],["7621.773","13227.337"],["7655.680","13239.090"],["7667.094","13242.558"],["7607.579","13289.716"],["7599.720","13309.198"],["7667.550","13327.784"],["7675.264","13338.205"],["7715.333","13368.766"],["7711.564","13289.741"],["7683.356","13266.885"],["7607.626","13199.616"],["7535.836","13282.117"],["7529.528","13281.193"],["7551.293","13347.005"],["7556.684","13337.723"],["7582.260","13325.979"],["7644.470","13308.562"],["7666.709","13350.234"],["7687.655","13366.830"],["7709.089","13346.680"],["7704.064","13385.402"],["7558.591","13283.899"],["7583.882","13278.250"],["7613.205","13361.799"],["7628.743","13365.357"],["7626.852","13381.575"],["7580.458","13377.536"],["7603.741","13379.621"],["7605.040","13392.999"],["7616.658","13235.941"],["7625.326","13223.720"],["7652.374","13257.339"],["7660.795","13246.637"],["7621.121","13191.059"],["7608.632","13289.798"],["7612.069","13300.170"],["7667.550","13342.351"],["7675.577","13342.648"],["7702.668","13362.936"],["7618.931","13199.260"],["7609.948","13217.107"],["7707.551","13277.288"],["7697.567","13264.573"],["7615.767","13199.500"],["7528.040","13277.823"],["7520.877","13287.931"],["7550.224","13337.145"],["7551.635","13339.424"],["7574.579","13328.671"],["7588.833","13315.040"],["7649.157","13306.431"],["7677.219","13358.904"],["7676.043","13368.333"],["7709.221","13344.930"],["7700.182","13387.301"],["7564.413","13283.668"],["7607.383","13372.204"],["7627.658","13382.186"],["7587.711","13380.591"],["7596.163","13383.169"],["16780.871","16233.211"],["16904.021","16287.059"],["16955.472","16316.579"],["16889.346","16227.178"],["16862.885","16166.542"],["16905.843","16340.869"],["16925.286","16171.122"],["16944.715","16145.961"],["16855.380","16282.400"],["16884.471","16248.637"],["16944.435","16154.351"],["16863.244","16278.272"],["16905.740","16166.922"],["16836.224","16154.519"],["19235.844","18256.649"],["19278.821","18272.389"],["19253.246","18266.212"],["19237.933","18310.605"],["10431.950","16602.453"],["10383.865","16636.856"],["10376.016","16705.145"],["10273.597","16719.032"],["10285.600","16638.437"],["13477.009","18205.235"],["13488.915","18230.412"],["13593.813","18224.518"],["13587.612","18166.718"],["13504.641","18163.319"],["13431.415","18219.512"],["13596.708","18190.764"],["13516.894","18172.816"],["13505.068","18200.528"],["13456.580","18240.916"],["13466.218","18249.240"],["13553.155","18211.768"],["13566.675","18214.014"],["13613.994","18160.987"],["13582.727","18169.410"],["13433.777","18169.107"],["13479.904","18171.148"],["13495.940","18203.633"],["13584.450","18238.501"],["13457.419","18237.679"],["13444.853","18235.086"],["13534.553","18210.067"],["13554.158","18209.572"],["13577.102","18186.867"],["13612.037","18191.706"],["13416.738","18133.780"],["13490.989","18190.553"],["13482.124","18162.279"],["13593.677","18227.089"],["13488.553","18214.739"],["13551.625","18226.797"],["13557.415","18174.378"],["13610.984","18193.324"],["13580.408","18168.667"],["13426.327","18164.895"],["13509.476","18167.911"],["13526.154","18214.764"],["13585.881","18243.637"],["13442.567","18242.287"],["13547.102","18211.454"],["13551.593","18183.494"],["13599.602","18195.042"],["17514.833","14983.554"],["17504.876","15012.992"],["7680.297","16874.681"],["7686.569","16919.821"],["16224.978","18626.334"],["16348.958","18562.486"],["16153.502","18558.400"],["16187.269","18479.407"],["16271.261","18521.740"],["16256.360","18569.073"],["16208.005","18542.929"],["16257.494","18617.795"],["16290.554","18639.794"],["16186.558","18470.083"],["16232.034","18522.780"],["16288.596","18613.535"],["16221.212","18562.929"],["16146.907","18534.981"],["16196.475","18537.231"],["16234.633","18589.321"],["16263.679","18603.507"],["16229.896","18599.874"],["16184.571","18478.251"],["16170.229","18499.721"],["16284.501","18586.067"],["16202.413","18601.129"],["16206.146","18584.366"],["16281.409","18527.322"],["16213.399","18591.022"],["16206.360","18506.265"],["19425.419","18647.163"],["19377.453","18553.931"],["19394.953","18512.329"],["19380.799","18665.095"],["19355.540","18591.044"],["19344.109","18595.272"],["19333.683","18491.933"],["19379.657","18518.522"],["19380.233","18514.014"],["19367.361","18671.949"],["19339.372","18614.364"],["19330.886","18588.451"],["19447.788","18673.284"],["19403.983","18513.238"],["19347.859","18597.221"],["14199.876","16883.341"],["14176.595","16839.126"],["14226.328","16946.673"],["14172.657","16793.648"],["14204.795","16791.188"],["14205.040","16891.665"],["14168.536","16796.220"],["14181.447","16835.344"],["14181.102","16777.706"],["11247.990","15852.755"],["11184.022","15733.218"],["11170.815","15726.387"],["11174.641","15724.783"],["11187.603","15723.311"],["11183.863","15720.392"],["11095.396","15873.619"],["11101.809","15895.201"],["11185.497","15910.882"],["11209.248","15868.171"],["11180.837","15820.469"],["11204.630","15741.892"],["11100.360","15859.406"],["5994.641","17857.128"],["4061.259","20020.684"],["3980.207","20017.398"],["4083.572","20025.692"],["4086.184","20044.457"],["4132.497","20065.502"],["4029.039","19981.658"],["4073.299","20039.908"],["3996.826","19992.218"],["3946.218","19996.644"],["4029.452","20058.871"],["3994.960","20035.582"],["4000.947","19985.309"],["4101.960","20027.410"],["4057.865","20015.799"],["4112.697","20018.131"],["4090.263","20073.788"],["4131.055","20044.975"],["4079.050","20073.716"],["4032.871","19994.177"],["4074.828","19995.316"],["3969.244","19974.711"],["4011.786","20023.608"],["4015.454","20013.881"],["4057.964","20029.408"],["4109.477","20009.276"],["4124.391","20060.608"],["4138.865","20030.237"],["4120.860","20043.055"],["4140.547","20032.535"],["4122.530","20101.423"],["4117.464","20103.537"],["4029.022","20017.282"],["3983.734","19980.591"],["4014.467","19996.870"],["4117.174","20037.005"],["4095.526","20063.746"],["4114.865","20050.457"],["13852.563","18516.869"],["13900.325","18572.773"],["14020.757","18570.099"],["14010.913","18557.388"],["13948.458","18562.464"],["13940.909","18612.510"],["13861.017","18477.893"],["13911.033","18570.262"],["14009.564","18563.763"],["13980.432","18535.346"],["14037.211","18622.042"],["13909.477","18485.608"],["13886.494","18509.453"],["13912.332","18523.557"],["14027.155","18590.331"],["14035.255","18529.841"],["14020.913","18528.206"],["13944.659","18521.589"],["13944.511","18515.940"],["14003.064","18606.845"],["13974.248","18618.389"],["14035.090","18556.760"],["13936.632","18473.618"],["13884.373","18512.079"],["13928.319","18563.012"],["13951.962","18545.965"],["13947.833","18560.119"],["13830.399","18572.395"],["13855.196","18564.034"],["14018.363","18501.005"],["13996.841","18585.272"],["13850.425","18518.421"],["13927.957","18557.909"],["14012.508","18531.046"],["13986.254","18520.482"],["13966.435","18556.931"],["13884.702","18490.494"],["13892.218","18469.569"],["14031.505","18541.616"],["13898.681","18577.546"],["13937.003","18550.956"],["14031.628","18571.503"],["13940.712","18515.098"],["13979.807","18532.703"],["13970.416","18622.534"],["13972.373","18595.499"],["15034.517","18067.085"],["15048.849","18058.744"],["15005.002","18045.419"],["15029.211","18054.813"],["15019.139","18064.657"],["14991.893","18048.706"],["14935.089","18043.766"],["5417.081","7448.890"],["3575.200","18066.979"],["3674.873","18060.164"],["3517.508","18053.185"],["3699.215","18052.435"],["3549.674","18070.332"],["3541.664","18050.117"],["3722.027","18064.293"],["3578.931","18056.909"],["3522.181","18099.557"],["3532.428","18053.282"],["3529.101","18121.366"],["13457.894","16522.171"],["13486.454","16508.279"],["13488.213","16498.408"],["13474.491","16526.552"],["13614.885","16454.075"],["13601.141","16468.550"],["13617.177","16383.467"],["13599.176","16381.097"],["13432.887","16515.013"],["13565.274","16536.640"],["13500.438","16491.535"],["13454.371","16508.231"],["13469.820","16536.048"],["13460.101","16413.127"],["13467.475","16424.687"],["13461.527","16404.285"],["13440.576","16438.422"],["13497.508","16454.186"],["13576.853","16472.881"],["13598.279","16465.032"],["13609.792","16422.115"],["13611.035","16409.305"],["13618.270","16377.714"],["13615.614","16394.995"],["13600.755","16388.000"],["13569.402","16543.064"],["13414.705","16427.649"],["13435.148","16402.203"],["13440.630","16394.289"],["13434.496","16374.782"],["13445.334","16379.457"],["13428.804","16413.399"],["13467.460","16462.593"],["13443.675","16480.159"],["13445.887","16515.842"],["13505.352","16497.393"],["13483.767","16520.195"],["13486.085","16550.927"],["13432.508","16448.637"],["13473.244","16439.879"],["13478.404","16391.642"],["13577.728","16409.544"],["13585.000","16418.050"],["13587.833","16439.200"],["13587.020","16406.988"],["13481.210","16464.519"],["13469.212","16486.057"],["13458.899","16488.402"],["13617.714","16468.741"],["13573.975","16471.526"],["13607.260","16464.388"],["13597.728","16383.294"],["13418.758","16402.000"],["13596.222","16437.345"],["13467.822","16390.216"],["13467.235","16391.405"],["13504.917","16415.365"],["13528.884","16452.509"],["13574.689","16435.799"],["13478.432","16416.660"],["13539.419","16537.928"],["13443.723","16519.884"],["13473.529","16495.820"],["13481.826","16538.525"],["13608.487","16455.677"],["13561.787","16467.546"],["13609.308","16405.721"],["13618.384","16364.893"],["13606.198","16363.244"],["13591.946","16389.512"],["13602.087","16379.809"],["13557.330","16524.898"],["13451.947","16527.118"],["13498.334","16502.631"],["13468.788","16500.216"],["13487.501","16536.675"],["13609.605","16457.147"],["13605.269","16462.802"],["13606.436","16421.802"],["13604.331","16392.352"],["13601.034","16389.536"],["13571.096","16529.852"],["11050.789","18012.518"],["11090.025","18017.286"],["11029.720","18012.848"],["11016.990","17998.942"],["10989.268","17980.639"],["11018.380","17964.206"],["11042.763","18022.542"],["11074.301","17989.045"],["11056.801","17972.084"],["11065.822","18006.572"],["11034.769","18010.998"],["19956.309","6530.729"],["20010.881","6626.220"],["20077.094","6604.447"],["20109.578","6592.853"],["19999.039","6589.804"],["20029.747","6595.716"],["19965.701","6538.243"],["20006.013","6581.051"],["20035.849","6578.524"],["20102.735","6582.283"],["20052.735","6608.031"],["20079.808","6622.267"],["20132.522","6564.513"],["19939.904","6467.078"],["19947.635","6469.753"],["19984.960","6520.770"],["19980.997","6576.443"],["20040.717","6590.134"],["20006.342","6553.156"],["20120.153","6617.263"],["20077.489","6621.342"],["20121.239","6588.031"],["20076.582","6419.035"],["19961.335","6437.763"],["14076.323","18648.334"],["14140.257","18628.092"],["14134.139","18648.736"],["14147.273","18676.725"],["14149.007","18636.300"],["14176.458","18646.490"],["14181.549","18672.861"],["14048.675","18644.701"],["14087.376","18629.408"],["14137.444","18619.553"],["14155.241","18665.135"],["14073.182","18648.796"],["14048.774","18630.762"],["17306.082","18164.043"],["17259.174","18064.225"],["17403.894","18131.921"],["17294.256","18132.367"],["17206.261","18116.094"],["17226.494","18202.996"],["17400.983","18090.864"],["17202.316","18239.677"],["17244.869","18080.254"],["17221.494","18187.521"],["5923.933","16272.774"],["5877.571","16275.002"],["5876.411","16171.894"],["5843.356","16281.301"],["5910.805","16299.536"],["5836.273","16326.027"],["5835.082","16231.620"],["17977.725","15276.089"],["17866.024","15210.862"],["17841.391","15210.177"],["17873.532","15255.502"],["17842.324","15181.762"],["4303.100","12163.407"],["4307.031","12176.553"],["4315.655","12188.921"],["4318.676","12182.582"],["4289.317","12151.434"],["12404.181","15769.308"],["12520.594","15777.430"],["12531.378","15751.450"],["12494.673","15812.914"],["12376.266","15890.142"],["12528.396","15884.020"],["12559.078","15833.020"],["13052.421","11803.293"],["13042.498","11801.908"],["13120.168","11840.218"],["13138.706","11767.121"],["13178.959","11735.822"],["13125.853","11733.493"],["13166.498","11704.780"],["13178.640","11770.193"],["13052.273","11772.872"],["13015.673","11816.144"],["13151.459","11741.421"],["13121.756","11711.637"],["13163.738","11779.690"],["13046.401","11796.538"],["13046.375","11825.508"],["13127.339","11855.015"],["13188.943","11742.313"],["13175.498","11706.188"],["13122.200","11708.334"],["13132.798","11744.055"],["13176.206","11710.003"],["13123.655","11826.196"],["13136.321","11777.410"],["13034.838","11772.244"],["13015.442","11830.380"],["13145.406","11758.002"],["13084.371","11715.981"],["13097.750","11843.634"],["13124.795","11747.412"],["13067.382","11801.979"],["13088.518","11766.270"],["13045.794","11708.882"],["13121.725","11806.688"],["13055.718","11858.566"],["13041.626","11765.469"],["13140.662","11828.525"],["13141.321","11777.988"],["13048.210","11761.476"],["13010.804","11826.218"],["13195.620","11706.260"],["13142.529","11837.943"],["13136.056","11844.236"],["13022.928","11813.763"],["13058.078","11756.636"],["13067.567","11782.532"],["13085.920","11781.993"],["13044.672","11778.102"],["13055.852","11794.729"],["13146.934","11718.536"],["13088.108","11722.724"],["13161.047","11765.365"],["13154.072","11787.716"],["13068.656","11705.562"],["13123.518","11809.429"],["13189.859","11710.039"],["13053.169","11867.055"],["13030.277","11775.445"],["15166.028","12163.940"],["15131.106","12194.076"],["15095.712","12259.832"],["15110.120","12238.924"],["15126.944","12213.927"],["15204.498","12224.138"],["5302.743","18204.070"],["5297.441","18104.369"],["5243.328","18100.527"],["5318.258","18200.775"],["5317.861","18217.394"],["5202.421","18232.664"],["5265.256","18239.478"],["5382.542","18159.211"],["5326.617","18112.791"],["5387.595","18177.712"],["5333.669","18098.235"],["5342.436","18103.705"],["5300.747","18095.150"],["5407.738","18055.896"],["5363.672","18155.474"],["10106.397","17674.227"],["10176.564","17736.869"],["10196.425","17775.323"],["10222.073","17791.334"],["10183.912","17744.643"],["10209.085","17666.446"],["10216.739","17675.687"],["10233.527","17716.698"],["10227.106","17686.669"],["10245.585","17706.166"],["10100.530","17714.308"],["10081.846","17730.075"],["10132.037","17721.723"],["10193.490","17631.840"],["10225.711","17621.426"],["10227.282","17647.348"],["10110.426","17680.073"],["10171.366","17749.503"],["10208.004","17783.415"],["10213.224","17778.848"],["10194.388","17745.783"],["10214.085","17675.843"],["10224.354","17690.716"],["10246.727","17716.432"],["10244.333","17727.499"],["10228.652","17677.057"],["10248.924","17707.074"],["10096.994","17709.899"],["10080.991","17742.743"],["10196.286","17627.134"],["10230.440","17647.744"],["10154.511","17747.324"],["10101.676","17687.819"],["10172.748","17738.917"],["10200.043","17780.872"],["10211.316","17786.363"],["10195.425","17748.227"],["10207.260","17680.732"],["10211.739","17682.525"],["10242.540","17712.850"],["10229.129","17675.439"],["10250.157","17713.235"],["10099.198","17722.517"],["10080.103","17731.776"],["10127.037","17714.985"],["10189.280","17623.219"],["10225.078","17639.354"],["10153.573","17743.013"],["10148.441","17740.503"],["8312.921","18016.487"],["14384.761","9828.995"],["14382.810","9832.818"],["15937.437","12301.868"],["15954.547","12310.256"],["15951.367","12290.274"],["8483.537","15851.008"],["8433.429","15780.966"],["8566.162","15892.109"],["8554.020","15873.443"],["8563.092","15858.789"],["8548.992","15901.084"],["8534.394","15901.919"],["9636.875","12751.905"],["9701.558","12609.430"],["9721.756","12573.114"],["9664.227","12738.924"],["9792.517","12702.640"],["9730.325","12663.848"],["9659.404","12680.842"],["9798.894","12551.627"],["9742.759","12561.619"],["9753.429","12581.583"],["9760.665","12566.075"],["9802.100","12594.390"],["9785.554","12586.199"],["9770.836","12702.206"],["9769.619","12701.628"],["9796.514","12733.382"],["9782.073","12730.806"],["9800.651","12731.999"],["9801.803","12724.022"],["9703.505","12685.174"],["9685.364","12671.087"],["9737.571","12730.401"],["9726.634","12738.972"],["9740.829","12757.600"],["9733.296","12754.297"],["9829.419","12648.576"],["9723.678","12555.407"],["9776.356","12630.223"],["9680.571","12678.348"],["9725.538","12661.618"],["9804.289","12591.000"],["9741.735","12578.280"],["9738.807","12574.993"],["9789.731","12590.906"],["9797.034","12596.471"],["9823.866","12595.967"],["9759.521","12698.589"],["9758.123","12694.609"],["9791.810","12725.587"],["9790.034","12723.027"],["9799.303","12731.900"],["9787.806","12712.825"],["9702.765","12687.734"],["9710.594","12678.981"],["9743.361","12722.853"],["9732.423","12742.011"],["9740.336","12750.680"],["9829.485","12650.442"],["9679.211","12730.667"],["9647.402","12735.374"],["9709.650","12664.013"],["5381.441","15533.487"],["5377.637","15678.555"],["5359.031","15678.972"],["5372.164","15693.530"],["5404.710","15569.851"],["5296.633","15674.205"],["5308.987","15657.284"],["5270.929","15703.738"],["5370.323","15539.482"],["5397.783","15628.165"],["5398.086","15690.916"],["5386.077","15700.620"],["5388.745","15662.024"],["5353.157","15698.343"],["5355.203","15684.226"],["5288.524","15682.925"],["5303.659","15653.189"],["5402.423","15585.117"],["5378.908","15526.171"],["5401.894","15651.460"],["5389.757","15647.587"],["5385.471","15707.583"],["5357.719","15682.030"],["5378.501","15693.547"],["5299.232","15678.135"],["5305.155","15668.581"],["5375.092","15532.541"],["21054.943","6706.319"],["21135.651","6687.971"],["21127.838","6787.954"],["21148.249","6683.264"],["12776.549","7725.553"],["12752.799","7736.139"],["12770.035","7750.094"],["12759.953","7729.797"],["12758.292","7725.255"],["18651.002","9176.428"],["18659.193","9180.821"],["8007.862","15033.939"],["8131.896","14974.435"],["8012.081","15006.892"],["8049.462","14938.902"],["8135.753","14942.996"],["8130.331","14945.270"],["8133.127","14944.799"],["8145.935","14973.999"],["5571.060","19901.255"],["5565.039","19940.500"],["5409.350","19759.597"],["5545.303","19761.208"],["5552.754","19754.536"],["5593.834","19788.053"],["5583.248","19861.652"],["5598.330","19897.655"],["5576.897","19941.292"],["5556.848","19878.518"],["5411.307","19758.210"],["5523.576","19757.459"],["5602.650","19777.648"],["5611.768","19858.464"],["5604.315","19900.483"],["5561.601","19937.378"],["5572.900","19902.647"],["5596.852","19767.496"],["5572.045","19814.473"],["5549.890","19792.573"],["5470.124","19746.542"],["5536.996","19815.857"],["5522.292","19828.706"],["18448.216","13053.910"],["18401.938","13001.714"],["17375.535","18352.779"],["17349.176","18439.009"],["17241.229","18314.919"],["17246.245","18318.981"],["17221.180","18284.349"],["12017.951","16607.340"],["12104.764","16655.022"],["12141.183","16673.442"],["12023.641","16739.840"],["11968.293","16716.193"],["11998.279","16772.771"],["12143.230","16771.538"],["12023.131","16745.356"],["4424.986","18323.623"],["4388.614","18411.353"],["4537.264","18392.470"],["4499.116","18439.414"],["4516.567","18414.705"],["4505.068","18325.688"],["4460.226","18257.816"],["4409.871","18360.617"],["4386.105","18320.286"],["4398.696","18421.642"],["4384.847","18398.867"],["4547.725","18400.018"],["4524.353","18412.057"],["4525.810","18419.381"],["4519.955","18446.499"],["4516.254","18400.799"],["4497.307","18432.112"],["4484.858","18431.335"],["4474.003","18442.153"],["4363.969","18459.814"],["4527.239","18358.124"],["4499.722","18325.457"],["4480.569","18438.274"],["4460.191","18434.756"],["4404.568","18285.066"],["4430.216","18355.547"],["4381.170","18350.047"],["4398.351","18385.226"],["4518.267","18411.165"],["4508.169","18356.781"],["4404.085","18448.055"],["4408.460","18458.360"],["4474.969","18330.131"],["4496.569","18304.939"],["4496.536","18298.828"],["4497.296","18375.812"],["4497.448","18433.759"],["4482.165","18381.956"],["4493.665","18433.676"],["4534.825","18453.065"],["4439.251","18316.830"],["4460.041","18286.986"],["4520.034","18323.679"],["4516.333","18305.232"],["4559.242","18379.376"],["4565.048","18370.094"],["4547.295","18426.847"],["4541.982","18436.591"],["4415.825","18329.816"],["4419.518","18358.240"],["4489.870","18260.394"],["4503.526","18290.802"],["4486.686","18309.253"],["4471.685","18298.597"],["4559.653","18363.554"],["4524.820","18339.947"],["4512.432","18412.504"],["4480.752","18462.389"],["4498.201","18373.153"],["4424.742","18448.731"],["4566.974","18430.691"],["4565.707","18440.497"],["4558.931","18465.776"],["4538.430","18416.492"],["4538.896","18367.023"],["4469.218","18306.640"],["4484.826","18283.700"],["4491.750","18466.492"],["4516.991","18327.825"],["4502.264","18395.746"],["4499.603","18441.191"],["4554.868","18399.164"],["4528.262","18442.149"],["4538.808","18434.956"],["5033.771","15342.128"],["5001.625","15423.132"],["5027.795","15442.468"],["5175.273","15422.239"],["5173.751","15387.640"],["5178.959","15369.316"],["5170.940","15375.902"],["5163.561","15377.259"],["5143.084","15343.468"],["5134.751","15369.280"],["5143.153","15331.498"],["5131.091","15404.035"],["5147.319","15405.206"],["5152.453","15441.932"],["5177.925","15502.808"],["5138.518","15489.285"],["5197.869","15471.669"],["5159.900","15470.750"],["5129.806","15465.994"],["5103.260","15498.999"],["5077.633","15326.572"],["5058.908","15378.491"],["5041.735","15362.398"],["5192.948","15393.495"],["5169.237","15433.436"],["5182.051","15368.325"],["5155.387","15382.742"],["5145.453","15356.069"],["5134.537","15372.319"],["5154.419","15320.267"],["5148.442","15447.776"],["5139.028","15432.953"],["5133.656","15394.341"],["5148.437","15401.887"],["5151.285","15430.272"],["5189.924","15484.023"],["5161.479","15493.657"],["5151.942","15471.455"],["5105.316","15467.183"],["5095.580","15299.581"],["5169.047","15333.968"],["5032.377","15302.946"],["5015.634","15474.393"],["5048.091","15439.793"],["5019.029","15453.137"],["5034.208","15307.247"],["5041.111","15481.164"],["5011.835","15470.892"],["5051.812","15475.957"],["5023.223","15446.019"],["5035.279","15449.636"],["5034.518","15315.463"],["5036.459","15311.251"],["5028.976","15307.317"],["5080.807","15316.200"],["5052.532","15371.748"],["5034.666","15346.193"],["5193.754","15411.778"],["5032.065","15493.485"],["5047.239","15467.567"],["5020.229","15440.189"],["5012.293","15466.627"],["5023.975","15483.626"],["5032.264","15499.142"],["5035.179","15477.734"],["5034.487","15450.906"],["5029.831","15434.916"],["5017.362","15401.979"],["5014.890","15437.286"],["5004.440","15420.623"],["5003.518","15397.701"],["5022.154","15462.116"],["5042.598","15433.269"],["5038.795","15417.560"],["5167.889","15429.836"],["5179.748","15365.468"],["5149.828","15356.069"],["5133.880","15356.828"],["5138.959","15320.135"],["5161.238","15433.804"],["5149.495","15389.304"],["5141.052","15399.641"],["5145.710","15439.966"],["5139.554","15496.634"],["5189.957","15487.326"],["4990.946","15315.515"],["5169.998","15479.602"],["5128.375","15503.633"],["5073.127","15498.251"],["5044.997","15501.350"],["5034.060","15299.089"],["5186.927","15418.307"],["5195.861","15405.027"],["5439.490","16232.269"],["5430.620","16320.953"],["5559.150","16201.443"],["5500.130","16206.765"],["5481.174","16276.743"],["5425.482","16285.530"],["5433.496","16237.271"],["5485.999","16341.756"],["5512.280","16350.018"],["5523.077","16318.486"],["5462.661","16244.985"],["5569.224","16304.933"],["5574.197","16305.614"],["5563.119","16307.545"],["5573.641","16300.579"],["5567.409","16300.023"],["5586.759","16324.340"],["5583.744","16322.820"],["5587.581","16331.182"],["5583.604","16344.426"],["5589.160","16339.733"],["5606.139","16332.924"],["5609.313","16324.315"],["5614.182","16316.903"],["5617.693","16308.398"],["5580.371","16290.835"],["5582.843","16283.733"],["5585.127","16275.323"],["5592.436","16272.448"],["5597.952","16272.499"],["5601.030","16271.974"],["5606.642","16271.178"],["5610.451","16306.431"],["5603.152","16316.231"],["5596.394","16318.446"],["5593.264","16283.122"],["5599.510","16279.646"],["5606.650","16280.206"],["5446.264","16348.664"],["5411.903","16310.070"],["5573.772","16226.117"],["5533.485","16288.089"],["5505.146","16231.389"],["5479.224","16310.225"],["5508.600","16252.725"],["5432.028","16283.565"],["5561.735","16324.051"],["5566.766","16338.508"],["5471.311","16321.360"],["5521.885","16338.210"],["5523.094","16312.012"],["5473.220","16248.585"],["5414.424","16271.041"],["5435.028","16321.350"],["5567.670","16200.948"],["5486.549","16242.845"],["5503.222","16222.471"],["5484.634","16299.075"],["5420.860","16296.777"],["5435.503","16258.988"],["5478.696","16343.077"],["5526.358","16336.608"],["5524.327","16311.252"],["5478.483","16252.351"],["17455.812","4473.230"],["17445.367","4498.069"],["6877.453","18167.485"],["6851.527","18093.220"],["6865.458","18097.927"],["6827.069","18063.772"],["6783.529","18047.720"],["6710.014","18089.360"],["6680.178","18141.933"],["6690.112","18214.696"],["6702.480","18201.952"],["6721.510","18201.159"],["6680.749","18147.994"],["6711.137","18179.805"],["6695.028","18178.164"],["6684.606","18115.723"],["6712.303","18131.858"],["6771.202","18174.715"],["6791.759","18137.234"],["6762.976","18137.812"],["6776.902","18099.985"],["6764.205","18099.292"],["6809.313","18074.988"],["6818.557","18083.774"],["6834.155","18070.755"],["6846.836","18075.643"],["6805.387","18097.969"],["6844.433","18121.454"],["6775.507","18185.957"],["6828.967","18216.080"],["6761.926","18219.545"],["6737.452","18227.555"],["6868.971","18200.779"],["6877.062","18204.317"],["6878.041","18237.328"],["6798.858","18211.691"],["6805.938","18183.260"],["6830.315","18178.041"],["6848.536","18200.808"],["6720.847","18104.070"],["6844.501","18229.878"],["6877.420","18166.164"],["6761.250","18048.061"],["6704.163","18047.129"],["6695.903","18096.808"],["6678.893","18164.062"],["6720.013","18214.404"],["6693.002","18156.978"],["6683.268","18205.068"],["6682.533","18140.231"],["6735.823","18174.831"],["6795.937","18117.812"],["6757.494","18075.873"],["6824.708","18088.184"],["6842.609","18088.955"],["6809.268","18118.316"],["6787.316","18169.887"],["6801.187","18227.063"],["6775.100","18222.468"],["6876.453","18234.210"],["6860.031","18239.129"],["6870.652","18253.049"],["6786.492","18220.075"],["6809.122","18222.723"],["6787.500","18189.370"],["6830.397","18197.149"],["6880.644","18168.079"],["6868.759","18055.774"],["6710.787","18093.257"],["6682.842","18209.939"],["6700.244","18203.471"],["6695.785","18184.457"],["6712.369","18143.270"],["6738.504","18166.259"],["6763.930","18123.972"],["6778.679","18090.307"],["6794.675","18074.459"],["6861.737","18068.228"],["6828.396","18121.421"],["6776.378","18190.928"],["6761.663","18227.076"],["6870.682","18189.350"],["6881.206","18205.886"],["6803.381","18228.091"],["6802.533","18176.076"],["6829.082","18188.825"],["6460.501","17648.419"],["6448.231","17674.150"],["6402.295","17657.548"],["6432.180","17651.536"],["6389.917","17637.910"],["6411.084","17623.178"],["6451.817","17651.441"],["6402.197","17660.868"],["6386.473","17646.111"],["6387.219","17629.503"],["6451.093","17672.300"],["6393.792","17652.305"],["6375.344","17631.336"],["17969.303","16185.321"],["17903.851","16327.226"],["17952.671","16344.136"],["17883.686","16206.631"],["17926.647","16243.713"],["17927.506","16237.131"],["17911.273","16227.217"],["17943.850","16340.959"],["17857.687","16294.329"],["17839.057","16280.401"],["18015.819","16316.479"],["18019.118","16277.887"],["28369.599","8205.841"],["28363.558","8212.443"],["28362.360","8236.821"],["28544.892","8305.014"],["28397.212","8289.489"],["28389.959","8303.659"],["28411.357","8272.247"],["28412.590","8314.773"],["16635.856","15307.076"],["16627.385","15328.827"],["8267.645","10414.734"],["8252.344","10417.096"],["8224.700","10431.760"],["8282.678","10433.050"],["27091.499","7283.279"],["21031.681","8108.086"],["21026.043","8022.565"],["21097.171","8009.735"],["21192.240","7919.609"],["21080.477","8081.180"],["21025.451","8042.367"],["6445.406","19427.524"],["6408.552","19402.375"],["6333.138","19386.740"],["6264.718","19346.966"],["6453.495","19315.695"],["6450.571","19422.602"],["6401.446","19407.659"],["6283.599","19342.892"],["6293.089","19398.267"],["6275.870","19369.394"],["6253.435","19365.794"],["6430.624","19384.918"],["6421.019","19421.516"],["6295.836","19342.380"],["6440.262","19377.057"],["6267.383","19366.339"],["6286.057","19354.540"],["6334.314","19369.387"],["6257.142","19442.506"],["6262.344","19468.891"],["6305.124","19479.428"],["6448.563","19437.742"],["6433.612","19449.236"],["6372.160","19458.731"],["6408.480","19488.046"],["7294.739","17469.807"],["7117.526","17484.493"],["7274.418","17497.409"],["7131.769","17520.214"],["7103.992","17518.123"],["7102.023","17544.918"],["7160.605","17598.515"],["7132.832","17434.298"],["7170.953","17424.668"],["7143.402","17616.286"],["7139.296","17432.333"],["7142.969","17522.394"],["7124.558","17556.749"],["7106.020","17607.293"],["9973.550","13878.968"],["10001.945","13879.683"],["9948.867","13906.973"],["9926.663","13929.516"],["9953.584","13861.645"],["9840.174","14011.217"],["10036.777","13886.070"],["9901.757","13871.705"],["10025.240","13829.001"],["9987.942","13864.352"],["10004.609","13847.082"],["9999.987","13854.035"],["10012.750","13816.968"],["10010.628","13836.110"],["9925.824","13938.996"],["9939.393","13948.558"],["9940.080","13848.812"],["9919.505","13873.139"],["9840.486","14017.526"],["9893.754","13864.883"],["10024.977","13825.450"],["10010.283","13857.205"],["9993.868","13818.009"],["9857.137","14026.000"],["9933.620","13953.282"],["9923.041","13863.098"],["10035.767","13866.199"],["9888.975","13887.938"],["9852.319","13819.090"],["9848.801","13993.707"],["9850.380","13986.556"],["9873.860","13970.521"],["9855.603","13973.609"],["9908.932","13982.804"],["9902.122","13986.321"],["9892.897","13971.469"],["9910.924","13953.764"],["9895.195","13938.603"],["9914.126","13926.382"],["9918.053","13918.833"],["9916.408","13934.721"],["9942.104","13905.362"],["9936.791","13905.923"],["9855.740","13838.776"],["9832.584","13975.243"],["9833.423","13984.673"],["9869.304","13976.384"],["9861.064","13970.604"],["9905.626","13997.106"],["9910.922","13989.756"],["9905.628","13975.185"],["9908.292","13977.018"],["9897.547","13941.890"],["9895.360","13929.503"],["9918.316","13930.246"],["9951.495","13907.872"],["9932.219","13931.109"],["5192.136","19818.555"],["5197.142","19893.521"],["5116.066","19941.464"],["5049.956","19866.959"],["5171.438","19754.592"],["4988.719","19931.214"],["5012.765","19926.887"],["4998.234","19857.807"],["5017.691","19845.453"],["5120.573","19917.483"],["5063.138","19903.198"],["5067.423","19808.296"],["5066.075","19824.217"],["5084.469","19791.738"],["5172.573","19774.873"],["5197.321","19776.770"],["5180.791","19795.069"],["5184.981","19857.861"],["4989.238","19903.132"],["5063.566","19889.474"],["5120.309","19930.415"],["5093.377","19806.513"],["5101.223","19849.386"],["5034.074","19806.981"],["5188.178","19881.366"],["5013.152","19877.873"],["5065.634","19815.307"],["5190.219","19788.420"],["5065.375","19854.716"],["5113.266","19872.115"],["5082.657","19921.116"],["5008.251","19813.181"],["5088.307","19935.544"],["14126.534","15529.759"],["14111.779","15579.581"],["14198.196","15517.013"],["14192.580","15523.309"],["14106.338","15643.503"],["14109.638","15574.450"],["14106.312","15651.943"],["14152.226","15703.334"],["14103.714","15576.915"],["14094.578","15586.675"],["14152.168","15615.873"],["14195.385","15511.312"],["14125.393","15582.368"],["14120.440","15577.862"],["14215.899","15645.805"],["14213.212","15652.127"],["14123.144","15599.226"],["14157.097","15621.889"],["14043.723","15619.176"],["14049.013","15705.988"],["14244.502","15525.416"],["14067.790","15553.851"],["14226.336","15525.595"],["14097.539","15647.496"],["14243.534","15674.717"],["14243.718","15627.671"],["14209.416","15711.857"],["14192.342","15713.608"],["14130.673","15696.222"],["14063.708","15671.749"],["14074.620","15627.043"],["14130.932","15518.258"],["14226.006","15567.417"],["14242.728","15682.016"],["14042.476","15681.191"],["14200.829","15702.377"],["14135.968","15685.041"],["14049.353","15678.550"],["14221.089","15655.100"],["14221.274","15662.633"],["14224.804","15641.866"],["14043.374","15605.222"],["14055.379","15589.671"],["14146.082","15546.269"],["14204.820","15684.312"],["14177.485","15655.729"],["14093.417","15662.762"],["14095.473","15666.798"],["14086.129","15702.294"],["14073.196","15718.111"],["10261.301","9097.947"],["10274.738","9021.032"],["10280.824","9012.170"],["10296.307","9042.498"],["10261.925","9068.525"],["10281.449","9056.215"],["10317.922","9067.908"],["10316.566","9077.075"],["10281.849","9083.459"],["10283.245","9032.804"],["10265.077","9041.920"],["10309.024","9049.148"],["10258.144","9055.868"],["10266.327","9050.756"],["10324.063","9044.796"],["10282.573","9081.196"],["10308.277","9067.331"],["12347.987","10825.313"],["12355.027","10813.852"],["12355.615","10804.174"],["12340.718","10791.688"],["6668.757","13065.940"],["6644.617","13095.878"],["6645.127","13092.129"],["6647.194","13158.135"],["6597.799","13048.834"],["6646.656","13058.989"],["6646.553","13037.220"],["6670.587","13118.141"],["6662.656","13170.655"],["6664.315","13148.291"],["6603.078","13046.389"],["6604.830","13027.202"],["6664.366","13026.386"],["6645.900","13111.832"],["6644.809","13150.901"],["6618.473","13049.527"],["6646.869","13056.496"],["6506.817","13043.457"],["6572.375","13170.970"],["6464.350","13151.483"],["6530.387","13092.309"],["6573.007","13131.251"],["6561.905","13134.455"],["6575.382","13161.073"],["6579.511","13153.608"],["6492.475","13132.441"],["6537.837","13143.324"],["6565.852","13141.903"],["6560.293","13123.786"],["6562.307","13160.528"],["6562.126","13176.548"],["6491.883","13030.393"],["6513.133","13111.450"],["6475.681","13165.454"],["13378.061","13340.560"],["13395.309","13294.984"],["13375.206","13359.238"],["13371.095","13335.632"],["13397.121","13339.824"],["13391.617","13333.226"],["13345.831","13371.866"],["13298.102","13261.563"],["13242.207","13262.439"],["13242.305","13237.948"],["13371.633","13299.601"],["13338.925","13362.669"],["13391.174","13372.733"],["13374.236","13391.917"],["13321.852","13245.907"],["13233.078","13276.956"],["13235.463","13222.704"],["13222.429","13266.586"],["13238.178","13256.882"],["13402.291","13299.287"],["13355.385","13202.440"],["13337.246","13320.487"],["13326.161","13201.068"],["13268.424","13266.601"],["13228.753","13250.004"],["13225.822","13290.574"],["13375.219","13294.613"],["13342.081","13345.656"],["13381.754","13368.671"],["13359.120","13390.661"],["13342.296","13247.211"],["13248.194","13304.817"],["13232.437","13215.272"],["13226.574","13296.346"],["13096.517","16245.945"],["13106.813","16332.162"],["13124.349","16249.376"],["13186.758","16239.894"],["13198.486","16254.290"],["13132.165","16315.710"],["13152.891","16263.857"],["13187.657","16312.317"],["13116.115","16272.346"],["13088.671","16346.794"],["13088.101","16293.367"],["13114.365","16247.856"],["13194.735","16236.211"],["13162.625","16318.236"],["13163.640","16243.361"],["13179.167","16283.215"],["13090.233","16311.746"],["13044.882","16229.975"],["13005.319","16277.939"],["13034.197","16316.646"],["13080.294","16332.112"],["13113.129","16236.005"],["13118.529","16179.052"],["13117.493","16179.069"],["13071.568","16184.109"],["13069.397","16184.324"],["13088.488","16216.484"],["13122.249","16270.117"],["13064.596","16308.275"],["13133.843","16311.085"],["13188.995","16244.832"],["13179.841","16282.967"],["12985.528","16280.683"],["13092.212","16293.681"],["13093.875","16319.677"],["13060.038","16240.373"],["13108.105","16252.231"],["13087.711","16295.923"],["13051.979","16299.834"],["13108.603","16294.327"],["13037.477","16345.074"],["13061.716","16290.315"],["13137.178","16212.646"],["13103.184","16259.925"],["13178.789","16305.841"],["13141.707","16310.645"],["13076.235","16298.691"],["13089.843","16253.512"],["13018.217","16330.821"],["13124.190","16277.994"],["13174.620","16321.285"],["13172.054","16238.721"],["13089.575","16313.018"],["13040.038","16263.956"],["13194.525","16191.094"],["13183.884","16203.167"],["13123.198","16208.749"],["13029.789","16296.635"],["13092.102","16284.010"],["13169.085","16302.108"],["13003.430","16271.541"],["13106.871","16298.011"],["13114.710","16256.775"],["13178.238","16241.165"],["13040.405","16316.056"],["13059.495","16268.432"],["13125.731","16241.598"],["13195.173","16329.031"],["22540.394","6777.945"],["22613.243","6769.586"],["22622.916","6796.279"],["13831.543","16386.005"],["13847.043","16378.580"],["13865.179","16361.034"],["13928.425","16356.104"],["13949.430","16366.696"],["13940.592","16377.359"],["13878.393","16488.976"],["13922.535","16482.388"],["13967.082","16475.202"],["13866.528","16513.869"],["13878.530","16555.959"],["13947.293","16561.148"],["13939.006","16551.973"],["13916.190","16536.378"],["14038.635","16542.374"],["13846.320","16388.539"],["13963.707","16375.367"],["13932.993","16381.983"],["13867.933","16482.585"],["13920.644","16482.338"],["13882.181","16555.595"],["13950.486","16553.178"],["13918.838","16536.113"],["13861.627","16512.333"],["14024.539","16527.164"],["13861.314","16374.560"],["13837.277","16369.622"],["13965.121","16379.958"],["13926.612","16377.243"],["13917.699","16482.190"],["13855.081","16512.911"],["13945.338","16548.323"],["13923.986","16540.523"],["14035.905","16541.697"],["14026.464","16553.473"],["13854.801","16409.188"],["13865.760","16379.935"],["13862.350","16354.692"],["13837.606","16364.734"],["13914.346","16367.533"],["13943.180","16378.059"],["13923.602","16367.218"],["13873.032","16493.534"],["13910.150","16491.455"],["13970.438","16489.157"],["13886.803","16558.651"],["13934.941","16557.333"],["13952.525","16547.051"],["13925.335","16536.427"],["13854.373","16512.580"],["13848.436","16431.005"],["13846.994","16379.158"],["13848.748","16366.484"],["13838.083","16357.814"],["13904.872","16361.472"],["13957.786","16377.447"],["13941.283","16386.360"],["13893.279","16441.440"],["13882.949","16480.471"],["13899.854","16494.576"],["13961.836","16471.833"],["13866.392","16555.149"],["13942.474","16562.717"],["13946.193","16527.679"],["13933.328","16543.776"],["13863.206","16504.570"],["14034.309","16548.006"],["15791.203","13223.743"],["15810.716","13221.181"],["4237.295","15796.144"],["4199.481","15822.643"],["4245.190","15812.445"],["4232.476","15807.242"],["4168.771","15856.556"],["4147.589","15841.139"],["4178.050","15856.070"],["4189.415","15839.654"],["4181.482","15844.383"],["4236.605","15840.454"],["4230.947","15834.922"],["4159.346","15857.547"],["4148.807","15803.749"],["4150.254","15853.576"],["4193.609","15852.503"],["4149.760","15792.238"],["4146.422","15845.054"],["4234.137","15774.113"],["4187.854","15769.687"],["4171.137","15818.375"],["4188.605","15860.374"],["7474.273","17034.981"],["7428.657","16988.324"],["7492.620","17110.155"],["7320.787","17052.293"],["7333.767","16992.645"],["7470.966","17168.741"],["7320.435","17009.404"],["3261.000","18476.144"],["3251.329","18481.644"],["3283.454","18486.190"],["3158.853","18553.829"],["3201.781","18534.903"],["3142.577","18533.359"],["3132.021","18517.391"],["3192.384","18478.339"],["3129.258","18475.446"],["10424.171","17622.700"],["10254.917","17713.178"],["10251.790","17729.344"],["10271.318","17755.210"],["10274.472","17777.326"],["10329.870","17829.763"],["10336.515","17821.301"],["10413.233","17622.419"],["10454.672","17638.789"],["10257.727","17733.225"],["10282.140","17742.443"],["10288.666","17770.373"],["10328.555","17824.924"],["10337.304","17818.790"],["10432.592","17628.002"],["10457.353","17620.969"],["10259.602","17726.618"],["10274.755","17743.319"],["10287.745","17763.932"],["10331.465","17821.548"],["10415.240","17627.358"],["10457.912","17634.273"],["10451.777","17624.090"],["10459.228","17628.675"],["5786.541","18511.411"],["5752.018","18559.859"],["5708.935","18570.441"],["5709.207","18468.263"],["5780.959","18671.692"],["5804.678","18510.858"],["5759.185","18526.452"],["5699.245","18585.898"],["5714.469","18578.913"],["5737.192","18480.243"],["5756.062","18510.283"],["5696.736","18654.904"],["5724.127","18635.729"],["5710.227","18633.783"],["5704.281","18621.621"],["5700.826","18662.708"],["5726.847","18544.914"],["5731.268","18544.876"],["5721.111","18556.598"],["5718.282","18576.635"],["5705.731","18575.948"],["5687.594","18573.465"],["5654.172","18479.045"],["5639.116","18495.715"],["5688.160","18534.157"],["5662.626","18649.727"],["5735.044","18516.386"],["4908.698","15887.142"],["4895.031","15809.758"],["4864.624","15813.086"],["4926.709","15809.981"],["4922.335","15787.679"],["4926.065","15807.966"],["4955.189","15925.756"],["4987.245","15815.242"],["4988.061","15806.774"],["4956.448","15795.619"],["4984.893","15744.563"],["4949.997","15851.680"],["4883.551","15743.945"],["4923.706","15747.505"],["4916.994","15832.452"],["4976.293","15734.258"],["4985.413","15795.081"],["4979.512","15768.886"],["4970.100","15797.370"],["4980.582","15725.056"],["4959.350","15871.977"],["4980.161","15841.661"],["4982.206","15877.751"],["4941.791","15898.736"],["4939.832","15847.650"],["4883.172","15762.541"],["4936.743","15743.781"],["4958.931","15748.914"],["4968.928","15720.996"],["4906.258","15756.354"],["4907.359","15897.857"],["4922.218","15913.995"],["4924.653","15924.945"],["4892.021","15823.119"],["4877.350","15817.041"],["4880.595","15812.310"],["4851.880","15856.288"],["4861.978","15835.660"],["4898.673","15849.434"],["4916.374","15836.923"],["4914.342","15774.549"],["4907.269","15786.803"],["4888.024","15737.752"],["4941.631","15761.541"],["4901.378","15895.631"],["4868.469","15807.495"],["4873.798","15807.347"],["4871.351","15831.154"],["4850.628","15806.728"],["4863.064","15837.560"],["4898.164","15879.244"],["4927.285","15806.563"],["4883.403","15745.563"],["4929.802","15763.951"],["4841.516","15817.083"],["4918.594","15887.480"],["4916.131","15882.900"],["4916.568","15866.647"],["4887.923","15883.171"],["4864.667","15894.028"],["4861.569","15863.164"],["4887.420","15865.301"],["4888.072","15879.952"],["4895.177","15853.788"],["4886.027","15851.232"],["4910.168","15863.808"],["4897.220","15816.080"],["4884.499","15830.265"],["4869.548","15825.784"],["4939.280","15727.459"],["4892.893","15810.994"],["4829.975","15784.286"],["4814.590","15744.287"],["4921.472","15772.162"],["4916.028","15779.115"],["4835.193","15739.867"],["4794.895","15928.046"],["4850.033","15873.271"],["4797.174","15805.916"],["4813.012","15862.564"],["4956.916","15929.208"],["4987.686","15756.466"],["4966.629","15808.237"],["4955.156","15872.935"],["4961.404","15841.097"],["4968.796","15851.587"],["4974.542","15870.832"],["4924.143","15920.768"],["4925.309","15839.624"],["20088.736","15440.970"],["6235.966","15756.299"],["6244.046","15735.822"],["6138.554","15838.905"],["6167.055","15909.016"],["6210.271","15795.290"],["6079.174","15831.027"],["6065.313","15762.456"],["6230.390","15777.648"],["6165.522","15761.202"],["18569.566","14855.002"],["18472.384","14758.543"],["18531.473","14733.224"],["18522.396","14854.698"],["18466.883","14823.723"],["18670.474","14715.500"],["18523.179","14670.280"],["18522.431","14860.127"],["13044.201","14784.935"],["13001.312","14778.510"],["13178.240","14825.295"],["13188.898","14817.566"],["13088.322","14680.903"],["13155.028","14661.551"],["13036.833","14787.082"],["13043.549","14729.113"],["13169.358","14795.006"],["13168.581","14763.446"],["13107.939","14661.997"],["13013.204","14760.734"],["13148.379","14771.637"],["13124.687","14670.845"],["15450.350","15607.772"],["15498.908","15711.448"],["15411.648","15674.047"],["15405.694","15678.068"],["15413.224","15517.874"],["15449.610","15561.602"],["15334.435","15585.938"],["15312.109","15539.000"],["15473.797","15510.386"],["15389.043","15541.047"],["15374.908","15581.006"],["15388.748","15605.493"],["15325.702","15629.854"],["15338.580","15651.916"],["15424.639","15517.329"],["15343.435","15527.682"],["15359.525","15703.407"],["3491.419","15541.342"],["3415.576","15556.457"],["3375.987","15531.526"],["3502.015","15542.593"],["3453.590","15536.619"],["3469.544","15536.487"],["3431.484","15519.549"],["3357.538","15524.676"],["3323.920","15514.932"],["3383.093","15550.363"],["3327.813","15552.153"],["3339.227","15530.651"],["3477.126","15531.945"],["3432.274","15512.051"],["3440.958","15520.425"],["3309.446","15528.475"],["3318.476","15529.152"],["3415.839","15548.810"],["3334.178","15564.672"],["3312.583","15528.768"],["3444.676","15516.701"],["3311.288","15540.713"],["3372.616","15534.218"],["9916.624","16336.176"],["9934.691","16305.767"],["9934.091","16311.899"],["9932.027","16283.975"],["9831.127","16294.893"],["9903.548","16311.684"],["9930.482","16274.922"],["9830.530","16257.778"],["9969.830","16351.443"],["9903.910","16345.342"],["9850.167","16346.916"],["9934.516","16261.668"],["9995.809","16315.787"],["10005.826","16310.568"],["9994.958","16267.459"],["9987.721","16281.481"],["10034.479","16285.021"],["9939.954","16336.486"],["9897.035","16329.058"],["9903.261","16280.998"],["9994.937","16305.828"],["9983.408","16298.248"],["9996.800","16287.327"],["9998.971","16289.210"],["10016.716","16298.249"],["10022.830","16273.364"],["14024.790","18705.712"],["13992.503","18774.499"],["14010.453","18775.393"],["13938.602","18699.611"],["13937.292","18683.573"],["14023.753","18818.975"],["13873.986","18715.695"],["14024.181","18826.225"],["14038.183","18778.365"],["13970.461","18681.328"],["14007.817","18689.345"],["14007.455","18720.675"],["13830.491","18747.851"],["13873.871","18694.886"],["13898.608","18711.434"],["14017.225","18684.044"],["14010.613","18723.251"],["14034.779","18768.852"],["14030.305","18782.940"],["13846.248","18687.950"],["13877.802","18717.991"],["13862.684","18823.369"],["13926.327","18815.705"],["13936.031","18740.082"],["14023.868","18820.180"],["14008.951","18739.519"],["13847.942","18699.824"],["13842.185","18696.505"],["13895.023","18719.378"],["13887.309","18684.233"],["13996.961","18785.861"],["13997.684","18813.607"],["14036.555","18754.649"],["13965.954","18704.318"],["13928.674","18698.106"],["4274.049","15872.459"],["4292.656","15842.003"],["4246.565","15877.304"],["4173.686","15873.731"],["4341.669","15882.314"],["4344.251","15835.003"],["4350.714","15857.662"],["4277.980","15875.663"],["4272.980","15892.640"],["4326.982","15878.436"],["4291.982","15855.777"],["4160.878","15917.219"],["4237.535","15917.733"],["4195.266","15909.492"],["4253.468","15919.110"],["4241.935","15927.674"],["4344.728","15884.995"],["4272.371","15880.370"],["4331.845","15915.910"],["4268.380","15860.764"],["4264.498","15871.549"],["4146.437","15904.948"],["4223.621","15862.209"],["4214.674","15880.805"],["4301.330","15903.916"],["4291.051","15905.418"],["4355.781","15922.694"],["4303.637","15904.829"],["4177.899","15875.301"],["4353.602","15897.947"],["4277.956","15875.798"],["4318.894","15873.453"],["4274.236","15856.716"],["4289.466","15837.773"],["4241.765","15852.618"],["4227.291","15887.168"],["3875.485","17066.838"],["3933.546","17047.093"],["3748.519","17194.652"],["3742.634","16998.651"],["3765.255","17098.973"],["3773.644","17138.727"],["3742.728","17089.144"],["3861.964","17100.705"],["3919.869","17081.448"],["3762.986","17139.955"],["3931.976","16989.564"],["3873.175","17104.764"],["3916.109","17035.667"],["3878.594","17010.472"],["3903.084","17064.510"],["3904.681","17058.175"],["3725.677","17038.916"],["3733.179","16996.558"],["3750.799","17051.157"],["3739.664","17063.775"],["3739.894","17043.515"],["3739.203","17069.080"],["3772.439","17100.664"],["3774.413","17049.781"],["3755.486","17139.833"],["3787.559","17116.018"],["3786.955","17086.468"],["3752.284","17079.218"],["3913.247","17078.624"],["3902.392","17079.896"],["3917.977","17066.303"],["3934.577","17108.471"],["3827.196","17102.333"],["3803.611","17092.143"],["3895.924","16987.225"],["3905.199","17007.202"],["3876.269","17030.737"],["3856.958","17052.411"],["3859.852","17055.417"],["3920.451","17005.163"],["3892.359","17000.985"],["3930.880","17028.886"],["3894.581","17047.582"],["3892.230","17017.316"],["3895.931","17045.987"],["3748.371","17188.442"],["3726.913","17054.494"],["3750.881","17037.614"],["3785.798","17033.919"],["3766.325","17039.188"],["3734.281","17088.873"],["3790.137","17067.783"],["3805.881","17115.853"],["3761.078","17075.242"],["3786.790","17091.852"],["3734.553","17103.066"],["3899.415","17089.045"],["3861.799","17069.937"],["3929.951","17101.200"],["3931.448","17073.488"],["3906.798","17130.370"],["3770.025","17118.634"],["3805.239","17139.608"],["3907.733","17170.747"],["3907.897","17005.408"],["3878.407","17003.189"],["3877.913","17047.021"],["3864.885","17087.985"],["3883.422","17068.249"],["3886.849","17014.660"],["3881.849","17011.522"],["3746.091","17053.100"],["3874.607","17021.307"],["3921.211","16992.776"],["3739.416","17043.095"],["3725.017","16993.351"],["3787.623","17042.658"],["3760.518","16997.588"],["3738.541","17107.956"],["3726.987","17088.582"],["3898.743","17032.668"],["3847.131","17100.100"],["3791.044","17067.317"],["3817.261","17115.987"],["3823.132","17189.476"],["3881.742","17172.348"],["3850.575","17151.241"],["3906.209","17132.703"],["3856.180","16986.812"],["3798.582","17179.314"],["3846.237","16988.325"],["3831.136","17031.900"],["3807.994","17045.872"],["5278.650","10912.936"],["5371.528","10922.527"],["5376.706","10932.672"],["5373.780","10972.577"],["5381.789","10940.935"],["5374.787","10910.598"],["5362.966","10940.477"],["5218.054","10951.532"],["5268.288","10919.097"],["5374.815","10951.455"],["5332.615","10911.284"],["5372.358","10928.470"],["5281.611","10910.988"],["5336.858","10901.077"],["5334.858","10943.681"],["5358.254","10872.762"],["5289.906","10876.643"],["5362.231","10908.244"],["5208.109","11025.149"],["5344.254","10917.774"],["5406.190","10928.873"],["5250.589","10882.859"],["5203.344","10973.789"],["5404.728","10859.848"],["5237.445","11042.785"],["5247.587","10863.315"],["9944.545","16577.212"],["9893.433","16584.279"],["9971.305","16576.600"],["9954.221","16617.471"],["9973.166","16673.292"],["9897.062","16668.568"],["9863.213","16625.933"],["9930.158","16746.601"],["9864.406","16741.858"],["9965.081","16693.999"],["9839.808","16612.063"],["9961.063","16604.275"],["9969.607","16655.147"],["9856.963","16645.999"],["9964.648","16734.776"],["9848.633","16762.750"],["9854.709","16599.759"],["9917.522","16605.536"],["9985.992","16574.668"],["9992.650","16637.938"],["9960.504","16752.398"],["9845.557","16728.415"],["9997.499","16695.601"],["9835.687","16736.233"],["9846.817","16704.074"],["9841.911","16774.168"],["9919.726","16597.741"],["9977.050","16596.563"],["9964.229","16631.233"],["9888.312","16654.216"],["9852.490","16656.206"],["9927.576","16731.010"],["9880.672","16754.394"],["9994.226","16706.682"],["9858.920","16586.580"],["9952.708","16597.967"],["9995.940","16663.223"],["10015.275","16564.559"],["9889.053","16681.152"],["9936.046","16721.382"],["9852.531","16741.627"],["9860.663","16603.624"],["9931.912","16748.938"],["9008.384","17506.880"],["9142.978","17507.649"],["9021.478","17501.409"],["12003.336","14496.894"],["12036.427","14631.026"],["12024.484","14621.927"],["12028.761","14450.193"],["12071.424","14482.968"],["12060.344","14529.191"],["12054.594","14539.878"],["12063.703","14596.905"],["12115.995","14661.182"],["12455.074","12866.324"],["12446.768","12848.752"],["12362.849","12944.263"],["12428.634","12768.254"],["12449.049","12785.928"],["12360.716","12811.608"],["12486.824","12936.815"],["6753.549","9342.307"],["6684.053","9226.514"],["6702.662","9181.852"],["6759.535","9348.252"],["6713.691","9265.639"],["6713.359","9199.864"],["6754.391","9358.184"],["6695.994","9258.521"],["6697.020","9316.593"],["6699.382","9235.812"],["6785.111","9331.341"],["6693.517","9347.146"],["6681.570","9254.871"],["6716.888","9332.040"],["6708.173","9322.215"],["10473.805","18282.208"],["10649.381","18299.883"],["10645.861","18274.647"],["10467.917","18291.654"],["10638.443","18290.073"],["10475.483","18286.237"],["10670.993","18358.116"],["10664.003","18285.894"],["10570.233","18362.435"],["10615.562","18355.527"],["10620.284","18402.398"],["10643.952","18384.529"],["10602.229","18308.109"],["10602.854","18306.903"],["10505.515","18309.026"],["10551.947","18309.132"],["10519.545","18293.469"],["10574.966","18373.056"],["10518.147","18323.230"],["10663.558","18337.026"],["25883.737","6970.572"],["25945.463","7003.708"],["26028.977","6988.316"],["25928.771","6852.059"],["25981.382","6948.739"],["25967.356","6965.920"],["26027.809","6876.263"],["25839.365","6921.299"],["25904.806","6984.264"],["25985.523","6951.024"],["26000.317","6971.321"],["8424.718","18283.850"],["8473.204","18354.225"],["8466.115","18334.902"],["8500.548","18401.299"],["8503.624","18376.774"],["8449.318","18353.328"],["8415.015","18331.209"],["8399.555","18316.726"],["8382.391","18312.209"],["8393.491","18351.389"],["8365.605","18391.330"],["8408.217","18401.884"],["8401.408","18403.700"],["8416.569","18431.942"],["8408.211","18424.548"],["8540.017","18371.876"],["8536.415","18383.156"],["8535.411","18457.128"],["8523.174","18423.007"],["8500.735","18399.675"],["8493.757","18466.281"],["8394.193","18428.670"],["8401.429","18455.986"],["8441.550","18443.936"],["8440.153","18375.744"],["8370.974","18354.734"],["8479.266","18280.221"],["8463.211","18436.504"],["8430.762","18373.911"],["8497.095","18293.912"],["8440.234","18431.136"],["8442.045","18385.603"],["8364.708","18345.981"],["8454.903","18342.500"],["8380.032","18331.445"],["8489.447","18283.673"],["8514.104","18276.555"],["8454.245","18345.077"],["8380.098","18321.585"],["8474.989","18283.260"],["8527.889","18301.418"],["8437.617","18329.585"],["8403.831","18330.983"],["8558.096","18324.632"],["8509.698","18264.357"],["8433.439","18330.874"],["8388.569","18309.658"],["11611.563","18451.352"],["11646.381","18296.532"],["11591.825","18299.604"],["11563.189","18446.495"],["11537.434","18308.391"],["11561.019","18340.347"],["11559.292","18342.675"],["11548.781","18448.675"],["11533.635","18367.108"],["11519.884","18329.663"],["11530.213","18266.112"],["11596.316","18388.594"],["11581.348","18330.388"],["11652.746","18273.047"],["11540.196","18421.904"],["11526.807","18412.127"],["11533.553","18373.697"],["11527.533","18388.479"],["11606.150","18278.365"],["11564.324","18440.517"],["11568.617","18393.465"],["11521.545","18370.043"],["11529.194","18373.560"],["11551.694","18347.867"],["11613.387","18326.045"],["11538.832","18269.564"],["11617.664","18343.584"],["11542.139","18293.228"],["11560.228","18394.356"],["11582.679","18390.062"],["7451.201","9055.974"],["7405.398","9008.741"],["7362.070","9090.480"],["7457.616","9006.069"],["7513.491","8961.998"],["7387.273","9040.549"],["7314.751","9066.715"],["7487.690","9026.536"],["7374.806","9020.483"],["7331.774","9054.015"],["7473.266","9010.434"],["7463.901","8958.591"],["7388.046","9049.071"],["15223.697","16361.144"],["15271.490","16410.681"],["15236.705","16541.400"],["15206.436","16347.593"],["15281.917","16408.996"],["15241.163","16511.427"],["15223.370","16526.029"],["6208.354","12858.932"],["6207.357","12887.310"],["6209.042","12905.843"],["6191.150","12819.156"],["6181.616","12830.420"],["6178.362","12843.883"],["6177.375","12853.533"],["6183.016","12826.151"],["6250.506","12772.282"],["6227.202","12817.883"],["6219.176","12797.041"],["6203.488","12924.832"],["6199.360","12924.185"],["6232.961","12920.656"],["6202.680","12870.856"],["6209.849","12916.004"],["6191.384","12901.227"],["6195.608","12814.235"],["6201.084","12793.607"],["6189.447","12836.187"],["6175.994","12847.769"],["6183.105","12803.418"],["6250.837","12825.497"],["6217.284","12799.981"],["6194.820","12916.359"],["6215.446","12934.838"],["6237.755","12918.119"],["6191.726","12867.735"],["6212.735","12886.880"],["6196.463","12897.836"],["6195.131","12817.191"],["6200.394","12796.100"],["6200.615","12835.196"],["6174.891","12843.277"],["6186.510","12805.466"],["6236.791","12823.086"],["6199.703","12916.840"],["6221.505","12927.370"],["6232.793","12924.810"],["20223.253","8540.543"],["20269.509","8659.857"],["20200.893","8714.033"],["20247.855","8734.757"],["20289.328","8677.215"],["20173.953","8695.008"],["16284.958","14254.315"],["16332.425","14250.071"],["16160.146","14243.007"],["16254.394","14374.833"],["14482.964","13446.250"],["14545.674","13516.326"],["14570.066","13504.824"],["14541.538","13502.802"],["14632.512","13535.580"],["14566.925","13552.914"],["14630.248","13465.634"],["19758.724","8449.806"],["19811.882","8406.734"],["19783.954","8489.707"],["19925.920","8524.239"],["19914.341","8454.793"],["19796.487","8530.813"],["19743.066","8530.813"],["19801.240","8523.580"],["19906.051","8432.530"],["19767.704","8425.661"],["19761.059","8473.819"],["19743.642","8398.576"],["6037.023","20043.408"],["10957.903","18691.471"],["10953.183","18686.054"],["10916.018","18745.913"],["10900.952","18743.948"],["16868.366","18363.482"],["16951.196","18450.369"],["16962.264","18261.054"],["16919.715","18319.304"],["16927.495","18442.689"],["16930.472","18460.476"],["4268.292","19156.200"],["4181.868","19162.968"],["4178.112","19142.975"],["4348.084","19101.970"],["4286.137","19122.906"],["4267.995","19125.631"],["4210.125","19217.188"],["4204.533","19212.233"],["4170.645","19144.197"],["4163.227","19143.090"],["4242.788","19256.723"],["4233.759","19256.641"],["4280.084","19121.634"],["4265.051","19158.694"],["4231.194","19213.802"],["4207.839","19192.283"],["4166.994","19127.550"],["4352.195","19166.770"],["4192.308","19142.567"],["4202.440","19166.167"],["4181.740","19211.487"],["4252.342","19176.471"],["4239.299","19165.686"],["15359.887","13174.206"],["15436.760","13105.393"],["15409.556","13036.738"],["15337.163","13047.720"],["15408.265","13120.943"],["15316.006","13169.351"],["15466.579","13109.885"],["15431.643","13086.385"],["15354.943","13010.659"],["15374.268","13140.959"],["8429.933","18947.174"],["8546.913","18955.077"],["8534.841","18998.694"],["8421.080","18982.105"],["8454.387","19000.087"],["8545.482","18975.539"],["2773.304","18196.943"],["2783.813","18204.666"],["2720.315","18236.544"],["2837.381","18225.273"],["2709.479","18241.166"],["2807.761","18213.491"],["2746.166","18203.681"],["2815.392","18196.259"],["2771.247","18211.503"],["2681.137","18188.385"],["2691.170","18187.146"],["2800.226","18169.815"],["2697.012","18198.177"],["2689.742","18208.020"],["2747.153","18210.700"],["2783.172","18229.478"],["2769.027","18180.834"],["2768.418","18173.600"],["2706.482","18170.251"],["2708.834","18211.952"],["2839.930","18172.457"],["2831.871","18211.433"],["2696.255","18178.111"],["2783.600","18231.179"],["2787.842","18201.511"],["2735.397","18203.926"],["2805.983","18162.416"],["14504.194","16563.496"],["14522.993","16549.987"],["14491.579","16554.198"],["14495.970","16556.494"],["14638.312","16412.750"],["14658.446","16477.622"],["14633.939","16558.167"],["14664.729","16453.090"],["14642.441","16417.244"],["14582.803","16563.742"],["14512.977","16561.878"],["14530.641","16554.347"],["14485.888","16551.324"],["14835.906","13607.556"],["14804.586","13754.661"],["14760.724","13710.445"],["14865.457","13755.393"],["14839.070","13607.704"],["14707.739","13814.339"],["3682.970","20105.349"],["3558.775","19948.941"],["3576.475","19950.732"],["3514.985","20104.688"],["3675.141","20100.328"],["3680.355","20077.190"],["3664.405","19965.607"],["3680.721","19997.994"],["3571.851","19996.802"],["3607.887","19953.962"],["3576.688","19970.253"],["3531.787","19968.767"],["3693.973","20085.663"],["3691.983","20079.635"],["3661.708","19965.244"],["3618.841","19952.789"],["3600.601","19988.726"],["3520.017","19994.565"],["3676.572","20112.847"],["3668.007","19992.874"],["3581.308","19976.885"],["4099.103","19366.987"],["4125.493","19341.654"],["4123.980","19381.307"],["4129.539","19377.046"],["4102.754","19360.876"],["4143.083","19360.348"],["3984.983","19324.761"],["4022.709","19325.130"],["4015.341","19322.273"],["14862.866","8746.799"],["14852.925","8744.528"],["8555.971","18219.189"],["8368.202","18162.906"],["8421.683","18078.508"],["8472.448","18135.562"],["8413.286","18122.428"],["8379.915","18160.855"],["8453.182","18086.028"],["8429.653","18112.720"],["8528.492","18159.270"],["8376.214","18172.693"],["8485.624","18221.473"],["8372.314","18171.973"],["8514.611","18224.930"],["8485.291","18212.373"],["8431.391","18202.934"],["8364.699","18158.992"],["8558.164","18165.512"],["8522.451","18246.870"],["8414.646","18190.922"],["8476.936","18207.649"],["8475.867","18216.221"],["13427.997","13838.951"],["13413.457","13846.928"],["13498.328","13816.544"],["13473.461","13852.483"],["13460.682","13830.799"],["13437.207","13844.120"],["13429.432","13879.106"],["12727.449","18102.872"],["12707.088","18220.643"],["12765.582","18079.875"],["12763.061","18061.026"],["12721.282","18151.080"],["12677.680","18220.742"],["12583.150","18252.841"],["12755.566","18072.756"],["12734.941","18066.646"],["12760.084","18052.801"],["12740.015","18127.314"],["12721.973","18252.170"],["12732.249","18243.457"],["12721.832","18068.446"],["12734.793","18047.951"],["12769.752","18111.856"],["12725.822","18206.473"],["12714.720","18207.893"],["12746.949","18251.283"],["12743.576","18078.471"],["12712.581","18108.124"],["12683.322","18218.166"],["12666.693","18195.094"],["12587.607","18251.223"],["12732.210","18096.043"],["12710.648","18085.638"],["12762.305","18066.823"],["12760.476","18162.079"],["12744.851","18151.014"],["12717.861","18194.433"],["12675.904","18234.829"],["14609.491","8651.848"],["14577.799","8617.251"],["14619.376","8669.949"],["14468.930","8582.327"],["14559.000","8623.824"],["14648.043","8654.491"],["14508.818","8702.774"],["14671.727","8683.524"],["14505.858","8582.472"],["14593.878","8667.842"],["14491.895","8678.359"],["14469.209","8552.913"],["14564.164","8585.327"],["14664.573","8652.046"],["14530.151","8551.307"],["14615.325","8636.265"],["14498.983","8704.115"],["14490.611","8575.073"],["14610.111","8615.588"],["14466.141","8655.848"],["14468.836","8661.068"],["14486.215","8594.412"],["14579.289","8643.218"],["11294.886","18283.585"],["11284.015","18265.533"],["11297.637","18323.530"],["11209.600","18260.549"],["11293.591","18306.007"],["11295.697","18383.282"],["11163.777","18258.864"],["11145.085","18318.551"],["11197.897","18300.433"],["11273.255","18281.504"],["13593.858","18256.601"],["13617.760","18345.268"],["13588.644","18260.284"],["13601.723","18328.720"],["13617.806","18276.849"],["13483.044","18269.107"],["13482.451","18270.164"],["10712.386","18687.299"],["10772.929","18686.688"],["10718.194","18751.721"],["10712.142","18692.167"],["10727.454","18708.551"],["10680.437","18692.402"],["10815.596","18858.851"],["10808.523","18852.773"],["10813.490","18882.831"],["10757.169","18773.994"],["10780.475","18808.923"],["10765.902","18786.496"],["10727.043","18805.832"],["10680.843","18826.063"],["10740.810","18814.090"],["10736.233","18810.878"],["10725.948","18871.750"],["10747.362","18866.630"],["10716.556","18859.050"],["10871.915","18719.712"],["10832.573","18723.841"],["10851.487","18716.046"],["10875.574","18782.808"],["10819.547","18783.160"],["10790.995","18770.955"],["10790.024","18734.919"],["10826.896","18700.291"],["10816.370","18684.238"],["10703.622","18744.141"],["10695.194","18739.328"],["10681.578","18833.818"],["10764.763","18862.964"],["10873.814","18774.336"],["10816.143","18769.139"],["18019.813","17209.278"],["18029.753","17210.759"],["17963.745","17396.733"],["17849.225","17388.572"],["17869.618","17401.858"],["17967.397","17370.688"],["18015.361","17409.260"],["18014.848","17392.980"],["14665.002","15940.516"],["14845.936","16130.546"],["14774.613","16090.187"],["14703.991","16047.240"],["14836.452","16124.147"],["14861.098","16007.306"],["14735.455","15926.232"],["14778.679","16035.250"],["14711.855","16060.310"],["14841.070","15974.370"],["14866.978","16037.491"],["14707.074","15939.497"],["14877.774","16118.577"],["14862.305","16025.829"],["14851.057","16073.280"],["14720.686","16022.781"],["14877.595","16010.278"],["14721.855","15930.861"],["10063.905","12300.154"],["10087.227","12284.002"],["10153.228","12313.376"],["10134.313","12287.447"],["10210.656","12335.505"],["10210.129","12333.127"],["10229.425","12320.917"],["10225.774","12332.230"],["10237.518","12335.929"],["10167.364","12306.578"],["10168.757","12327.602"],["10148.740","12266.664"],["10147.096","12263.493"],["10064.509","12135.368"],["10201.789","12261.417"],["10088.635","12224.279"],["10031.006","12287.549"],["10141.583","12318.347"],["10136.386","12295.077"],["10238.340","12314.707"],["10232.024","12320.025"],["10218.324","12333.683"],["10155.587","12312.784"],["10146.339","12268.927"],["10161.355","12279.744"],["10049.478","12151.456"],["10191.238","12267.709"],["10238.797","12294.915"],["10204.125","12236.331"],["10176.668","12263.199"],["10100.428","12240.381"],["10060.728","12158.574"],["10051.234","12307.033"],["10143.902","12317.720"],["10212.366","12334.696"],["10238.537","12322.172"],["10214.428","12322.687"],["10173.656","12299.890"],["10170.301","12288.167"],["10153.863","12287.568"],["10164.559","12282.312"],["10173.706","12239.771"],["10101.464","12208.094"],["10109.271","12248.307"],["10112.179","12239.000"],["10058.641","12318.907"],["10246.833","12313.783"],["10230.920","12293.402"],["10221.984","12289.451"],["10223.286","12284.191"],["10102.147","12126.377"],["10165.734","12266.869"],["10077.847","12247.297"],["10068.540","12244.353"],["10065.933","12263.201"],["10055.403","12259.236"],["10059.865","12202.977"],["10074.928","12169.332"],["10080.509","12145.057"],["10087.606","12135.884"],["10038.848","12199.266"],["10111.911","12129.037"],["10199.950","12273.488"],["10241.573","12290.963"],["10047.434","12223.954"],["10182.282","12277.475"],["10195.449","12243.398"],["10196.185","12261.158"],["10242.966","12288.630"],["10092.218","12231.357"],["10071.203","12225.132"],["10063.046","12228.162"],["10119.060","12226.078"],["10113.924","12199.215"],["10101.374","12212.394"],["10091.714","12177.722"],["10148.900","12214.509"],["10147.086","12214.291"],["10238.928","12261.391"],["10214.487","12260.935"],["10187.798","12252.281"],["10153.969","12189.496"],["10169.440","12223.460"],["10169.070","12230.862"],["10187.966","12240.205"],["10229.471","12256.621"],["10103.688","12200.615"],["10115.529","12209.055"],["10196.166","12228.981"],["10239.924","12244.407"],["10174.799","12132.427"],["10174.576","12226.040"],["10197.735","12212.565"],["10181.497","12194.031"],["10165.700","12199.074"],["10107.856","12168.414"],["10150.649","12165.180"],["10137.400","12153.127"],["10194.288","12328.992"],["10189.564","12316.354"],["10173.543","12316.062"],["11234.879","18224.810"],["11123.200","18045.086"],["11173.403","18065.773"],["11133.698","18219.797"],["11243.580","18249.616"],["11208.101","18184.216"],["11232.920","18206.495"],["11275.202","18191.483"],["11224.788","18092.862"],["11113.584","18075.104"],["11103.428","18142.090"],["11159.698","18224.579"],["11189.828","18116.454"],["11186.867","18141.441"],["11107.860","18132.329"],["11206.166","18077.878"],["11227.532","18109.052"],["11302.885","18100.988"],["11179.748","18240.962"],["11119.685","18253.703"],["11139.959","18187.023"],["11230.420","18182.614"],["11273.228","18209.600"],["11243.834","18076.396"],["11102.087","18106.185"],["11302.454","18159.964"],["11167.147","18217.246"],["11110.874","18059.136"],["11103.461","18066.185"],["11288.477","18162.722"],["11233.470","18133.247"],["11177.412","18250.838"],["11120.885","18179.880"],["11153.117","18224.348"],["11119.653","18118.820"],["11200.824","18053.572"],["11165.058","18143.010"],["11254.510","18144.194"],["11114.012","18054.939"],["11227.847","18065.066"],["11179.976","18146.214"],["11303.083","18094.184"],["11185.570","18241.589"],["11124.898","18199.863"],["11289.723","18152.433"],["11194.745","18131.152"],["11161.588","18155.496"],["11271.352","18096.003"],["11192.601","18061.994"],["11108.008","18052.891"],["11278.247","18104.291"],["11190.147","18112.058"],["11125.277","18238.245"],["11155.359","18236.511"],["11145.255","18197.279"],["11253.749","18177.388"],["11211.696","18083.861"],["11180.963","18187.056"],["11288.181","18138.643"],["11192.614","18109.185"],["11197.593","18248.939"],["13570.286","12772.117"],["3760.290","16016.899"],["3749.813","16029.075"],["3743.833","15948.054"],["3765.882","16050.297"],["3757.846","15973.206"],["3751.935","16020.698"],["3777.477","16003.856"],["3789.837","15976.575"],["3735.340","16009.731"],["3766.119","15963.776"],["14348.857","18732.385"],["7673.174","16181.615"],["7693.297","16300.711"],["7667.506","16287.523"],["7626.745","16291.931"],["7617.910","16321.591"],["7632.553","16334.625"],["7606.967","16333.754"],["7655.378","16147.342"],["7659.752","16272.258"],["7664.950","16250.600"],["7659.011","16195.245"],["7635.569","16340.242"],["7651.518","16320.046"],["7591.911","16310.139"],["7624.565","16212.465"],["7616.457","16141.673"],["7606.429","16317.936"],["7673.164","16268.677"],["7661.922","16232.475"],["7657.462","16249.706"],["7616.484","16177.610"],["7591.582","16315.407"],["7618.677","16263.960"],["7597.007","16340.816"],["7642.879","16317.149"],["7665.291","16212.402"],["7670.184","16245.701"],["7622.306","16171.900"],["7608.676","16201.228"],["7619.351","16253.754"],["7613.743","16156.190"],["7657.975","16247.272"],["7596.730","16307.992"],["7626.687","16252.994"],["7599.368","16143.737"],["7660.150","16275.872"],["7579.838","16317.472"],["7614.615","16221.582"],["7716.986","16234.751"],["7698.818","16233.886"],["16400.927","16899.675"],["16564.673","16800.662"],["16533.674","16785.903"],["16545.124","16808.036"],["16387.599","16936.206"],["16541.314","16964.925"],["16536.314","16972.152"],["16419.564","16859.782"],["8817.773","16704.651"],["8845.809","16700.023"],["8782.499","16580.124"],["8909.290","16633.420"],["8949.511","16702.430"],["8908.491","16680.092"],["8794.394","16640.002"],["8815.066","16680.872"],["8782.306","16758.485"],["8819.903","16732.342"],["8929.872","16677.341"],["8905.330","16676.141"],["4544.111","16702.817"],["4477.158","16587.446"],["4425.774","16615.344"],["4389.898","16673.748"],["4383.801","16699.824"],["4485.378","16718.512"],["4509.275","16701.447"],["4565.871","16697.846"],["4512.721","16761.083"],["4464.148","16597.223"],["4455.034","16591.777"],["4438.960","16646.432"],["4421.723","16628.909"],["4391.136","16714.374"],["4386.745","16688.858"],["4496.974","16715.160"],["4480.757","16749.594"],["4525.887","16746.715"],["4527.696","16716.723"],["4449.195","16572.338"],["4488.537","16604.774"],["4413.335","16673.369"],["4413.450","16683.575"],["4428.390","16677.826"],["4399.623","16722.797"],["4490.296","16723.599"],["4485.789","16701.931"],["4440.028","16763.631"],["4375.139","16747.779"],["4413.231","16770.223"],["4450.958","16761.263"],["4427.093","16745.161"],["4477.605","16727.988"],["4507.081","16738.576"],["4512.130","16750.599"],["4417.138","16712.156"],["4369.748","16714.015"],["4386.227","16658.383"],["4367.338","16613.431"],["4463.393","16692.073"],["4423.837","16643.237"],["4433.187","16636.321"],["4441.020","16615.710"],["4467.089","16610.160"],["4485.023","16578.637"],["4370.790","16629.927"],["4415.593","16604.328"],["4363.244","16588.468"],["12020.199","13231.147"],["12047.682","13211.571"],["11988.577","13238.800"],["12088.825","13237.205"],["12087.834","13228.466"],["12135.038","13265.055"],["12014.198","13235.782"],["11969.890","13232.986"],["10454.048","16929.049"],["10459.284","16893.692"],["10433.718","16860.539"],["10409.637","16858.959"],["10386.061","16882.313"],["10333.129","16919.976"],["10304.101","16898.860"],["10415.682","16823.619"],["10338.340","16975.962"],["10421.060","16970.308"],["10444.856","16859.856"],["10407.193","16935.178"],["10397.798","16947.612"],["10385.264","16906.798"],["10348.408","16890.454"],["10319.305","16919.236"],["10333.628","16907.563"],["10394.236","16891.407"],["10415.778","16894.729"],["10345.986","16856.164"],["10301.141","16891.282"],["10308.586","16875.434"],["10362.643","16845.019"],["10342.002","16837.047"],["10297.922","16848.700"],["10434.573","16926.487"],["10415.920","16854.070"],["10451.337","16859.844"],["13065.190","13750.743"],["13022.048","13740.388"],["13111.757","13703.104"],["13105.441","13661.337"],["13032.229","13722.816"],["13045.107","13723.939"],["13191.261","13658.719"],["13143.416","13679.661"],["13089.602","13698.744"],["13112.859","13671.065"],["13024.934","13783.218"],["13050.436","13677.920"],["13041.517","13653.485"],["13180.121","13742.619"],["13166.255","13755.320"],["13033.249","13705.095"],["13107.316","13647.018"],["13058.595","13776.953"],["12999.622","13638.518"],["13012.801","13653.424"],["13170.705","13716.648"],["13143.781","13767.959"],["13174.489","13737.802"],["13059.243","13615.953"],["13106.331","13735.766"],["13193.979","13697.682"],["13168.864","13802.525"],["13021.858","13791.148"],["13142.283","13606.411"],["13168.370","13763.186"],["9028.078","12431.948"],["8990.315","12471.766"],["9047.582","12466.003"],["9082.467","12468.894"],["9138.264","12547.298"],["9172.832","12520.283"],["9102.685","12516.387"],["9022.790","12345.789"],["9052.905","12482.234"],["9021.433","12438.769"],["9029.854","12456.804"],["9059.539","12408.068"],["9091.052","12441.016"],["9140.393","12394.927"],["9130.563","12533.547"],["9005.046","12448.958"],["9043.773","12346.899"],["9002.182","12350.760"],["9016.022","12484.995"],["9084.901","12419.529"],["9000.605","12422.781"],["9017.445","12369.075"],["9164.902","12379.878"],["9030.362","12340.288"],["9004.942","12381.758"],["9006.608","12443.392"],["9154.312","12517.591"],["9092.175","12518.534"],["9000.093","12368.613"],["9006.638","12484.497"],["9107.579","12361.962"],["9058.642","12346.612"],["9129.171","12411.491"],["9164.921","12544.676"],["9119.412","12537.196"],["9016.836","12374.938"],["9060.108","12510.178"],["9086.047","12410.928"],["9006.391","12471.599"],["9107.528","12408.778"],["9008.481","12355.470"],["9012.806","12486.578"],["8988.807","12472.689"],["13395.581","14094.124"],["13389.101","14128.396"],["13321.798","14073.526"],["13324.785","14100.988"],["13406.989","14094.178"],["13393.021","14111.708"],["13375.136","14079.735"],["13313.370","14132.252"],["13379.348","14030.692"],["13332.403","14086.133"],["13334.399","14078.965"],["13349.803","14136.916"],["13341.380","14123.631"],["13394.053","14098.420"],["8121.715","12653.875"],["4895.137","18660.346"],["4797.258","18665.807"],["4787.447","18633.188"],["4782.490","18665.893"],["4782.125","18647.762"],["4939.480","18646.341"],["4837.713","18500.539"],["4839.209","18483.851"],["4816.201","18474.938"],["4809.219","18468.260"],["4806.749","18651.076"],["4785.506","18635.038"],["4783.622","18635.987"],["4951.717","18669.430"],["4846.499","18531.319"],["4836.106","18513.820"],["4983.170","18607.864"],["4803.765","18480.961"],["4942.097","18580.062"],["4853.190","18494.973"],["4853.865","18503.115"],["4814.522","18473.909"],["4828.462","18559.425"],["4836.546","18623.597"],["4788.581","18574.384"],["4796.674","18553.711"],["4819.316","18516.133"],["4879.032","18646.698"],["4884.973","18471.731"],["4834.106","18475.642"],["4860.509","18501.255"],["4873.220","18466.925"],["4878.626","18499.950"],["4807.138","18547.966"],["4799.824","18501.288"],["4800.433","18485.172"],["4946.176","18582.275"],["4879.012","18511.448"],["4844.325","18489.507"],["4839.802","18516.179"],["4843.058","18467.088"],["4956.053","18621.607"],["4952.259","18637.451"],["4986.701","18658.293"],["4964.739","18650.739"],["4934.728","18660.453"],["4915.569","18638.765"],["4869.780","18671.294"],["4801.804","18669.229"],["4793.727","18662.135"],["4788.360","18634.397"],["4796.247","18616.023"],["4803.454","18619.444"],["4782.591","18659.322"],["4816.706","18652.168"],["4781.958","18603.965"],["4787.381","18561.192"],["4897.327","18509.281"],["4818.178","18520.290"],["4795.499","18505.879"],["4805.209","18474.760"],["4791.100","18612.000"],["4819.441","18538.304"],["4836.160","18534.982"],["4786.805","18562.906"],["4816.882","18500.427"],["4874.313","18494.346"],["4854.635","18483.258"],["4885.628","18657.070"],["4848.364","18675.632"],["4981.570","18662.752"],["4888.197","18485.241"],["4852.548","18500.049"],["4950.318","18657.622"],["4985.400","18659.918"],["4891.956","18521.291"],["4839.193","18493.164"],["4832.051","18499.554"],["4866.139","18503.493"],["4843.838","18535.519"],["4830.657","18515.830"],["4828.986","18536.886"],["4794.233","18482.728"],["4832.993","18642.094"],["4895.847","18522.411"],["4781.032","18585.185"],["4793.779","18535.127"],["4799.874","18500.264"],["4788.384","18549.532"],["4813.174","18537.446"],["4826.653","18552.571"],["4798.132","18516.909"],["4871.987","18483.903"],["4884.608","18659.481"],["4843.364","18675.880"],["4874.675","18488.334"],["4851.973","18508.687"],["13207.124","13998.322"],["13406.836","13878.631"],["13272.058","13850.803"],["13391.159","13877.703"],["13334.453","13919.657"],["13236.640","13965.506"],["13330.490","13871.932"],["13249.473","13869.464"],["13374.119","13879.024"],["13235.697","14006.592"],["13390.234","13856.111"],["13289.979","13948.594"],["13256.954","13831.612"],["13368.530","13921.158"],["13223.306","13877.258"],["13341.438","13852.880"],["13232.684","13959.379"],["13370.787","13843.587"],["13249.762","13983.186"],["13293.073","13851.761"],["13239.547","13884.347"],["16279.547","5640.764"],["16294.070","5634.918"],["16268.439","5690.710"],["16262.730","5766.284"],["16281.411","5772.975"],["16302.718","5757.603"],["16282.562","5688.847"],["16266.503","5722.177"],["16321.128","5628.716"],["16270.266","5663.829"],["16328.968","5589.090"],["16277.393","5638.287"],["16257.847","5685.260"],["16308.133","5642.994"],["16275.911","5705.711"],["16242.385","5759.463"],["16287.974","5778.788"],["16289.067","5763.697"],["16299.006","5619.963"],["16292.964","5672.599"],["16342.056","5630.162"],["14214.507","15284.900"],["14245.171","15270.665"],["14225.901","15286.510"],["14228.987","15257.931"],["14226.224","15265.198"],["14159.803","15247.911"],["14224.260","15277.699"],["14079.192","15104.320"],["14207.161","15221.805"],["14151.225","15186.270"],["14247.774","15134.978"],["14214.978","15220.928"],["14140.187","15239.103"],["14119.168","15238.657"],["14173.010","15134.958"],["14178.504","15121.333"],["14110.687","15205.968"],["14230.054","15138.726"],["14145.786","15133.220"],["14149.898","15134.673"],["14107.345","15193.430"],["14085.280","15118.216"],["14164.677","15131.998"],["14200.864","15141.625"],["14204.702","15141.392"],["14203.171","15143.940"],["14171.320","15135.659"],["14157.678","15132.490"],["14076.891","15212.745"],["14082.964","15242.146"],["14128.653","15195.629"],["14130.133","15186.265"],["14206.794","15114.861"],["14125.751","15124.786"],["14121.656","15125.381"],["14246.656","15265.933"],["14203.646","15233.860"],["14225.001","15257.339"],["14111.903","15218.158"],["14117.908","15194.738"],["14144.497","15244.322"],["14177.352","15124.966"],["14179.902","15135.553"],["14126.948","15181.366"],["14066.536","15214.328"],["14134.141","15134.888"],["14141.428","15118.142"],["14226.696","15238.572"],["14091.887","15198.861"],["14089.341","15106.188"],["14212.599","15117.272"],["14123.209","15108.965"],["14160.143","15126.527"],["14146.620","15193.966"],["14148.577","15201.282"],["14083.618","15207.675"],["14092.931","15233.344"],["14088.688","15240.198"],["14105.359","15194.143"],["14110.791","15195.332"],["14119.854","15209.138"],["14201.267","15115.554"],["14122.988","15119.270"],["14216.738","15224.215"],["14224.051","15139.981"],["14138.477","15240.556"],["14112.168","15194.804"],["14177.385","15119.417"],["14144.092","15119.132"],["14081.974","15213.191"],["14068.309","15219.636"],["14120.479","15192.541"],["14107.248","15104.208"],["14086.497","15212.448"],["14108.105","15207.124"],["14210.143","15231.779"],["14183.158","15129.310"],["14155.556","15136.160"],["14141.669","15210.844"],["14091.418","15238.843"],["14117.633","15202.582"],["14114.337","15127.743"],["15261.051","18085.816"],["15262.975","18084.280"],["15262.304","18093.382"],["15254.735","18080.564"],["11485.602","16269.949"],["11430.945","16235.268"],["11340.153","16178.872"],["11330.482","16248.478"],["11388.636","16306.854"],["11429.861","16288.208"],["4239.752","18061.707"],["4187.515","18074.614"],["4325.105","18209.852"],["4262.507","18187.966"],["4220.173","18106.218"],["4245.894","18185.855"],["4228.939","18244.173"],["4234.349","18237.375"],["4259.850","18091.187"],["4147.824","18205.833"],["4164.850","18102.013"],["4195.512","18051.611"],["4271.404","18232.016"],["4297.375","18177.829"],["4281.569","18180.782"],["4235.369","18152.441"],["4249.613","18122.452"],["4255.074","18106.218"],["4274.611","18164.814"],["4274.463","18168.596"],["4213.288","18246.215"],["4244.670","18047.967"],["4268.831","18097.545"],["4148.186","18202.728"],["4194.850","18072.071"],["4239.838","18066.772"],["4151.240","18159.408"],["4264.579","18244.402"],["4306.404","18216.508"],["4264.776","18147.867"],["4231.783","18141.360"],["4271.768","18135.285"],["4262.936","18142.419"],["4234.858","18147.473"],["4266.799","18187.457"],["4249.884","18244.976"],["4230.295","18253.102"],["4191.900","18235.056"],["4283.239","18044.152"],["4314.250","18243.329"],["4158.011","18253.323"],["4196.176","18217.570"],["4280.845","18226.220"],["4248.012","18196.582"],["4253.521","18116.582"],["4225.988","18127.367"],["4218.509","18165.311"],["4229.776","18174.345"],["4186.414","18068.721"],["4165.080","18122.144"],["4196.889","18100.624"],["4207.981","18062.607"],["4199.083","18060.856"],["4249.920","18045.530"],["6109.231","17800.719"],["6125.741","17650.407"],["6176.944","17661.319"],["6190.521","17650.845"],["6177.064","17651.423"],["6238.806","17631.679"],["6223.129","17648.574"],["6222.280","17662.726"],["6195.170","17758.658"],["6242.299","17628.204"],["6218.614","17766.617"],["6128.049","17805.741"],["6121.333","17633.276"],["6154.043","17643.690"],["6113.415","17702.372"],["6110.315","17796.231"],["6079.131","17716.427"],["6116.709","17763.799"],["6104.386","17760.988"],["6175.788","17735.035"],["6052.097","17787.950"],["6172.617","17629.107"],["6250.292","17756.989"],["6120.560","17646.142"],["6139.421","17635.284"],["6161.647","17785.050"],["6096.146","17736.512"],["6188.683","17677.116"],["6062.525","17783.871"],["6127.667","17786.371"],["6102.190","17658.210"],["6191.216","17673.053"],["6043.051","17813.301"],["6044.687","17823.547"],["6156.380","17785.558"],["6125.496","17762.807"],["6080.670","17740.530"],["6085.031","17672.367"],["6118.197","17685.007"],["6068.290","17719.927"],["6068.303","17819.470"],["6137.975","17789.257"],["6125.315","17774.549"],["6104.897","17749.299"],["6069.488","17664.836"],["6127.819","17684.017"],["6086.004","17701.314"],["6042.535","17765.113"],["6058.848","17827.313"],["6085.803","17830.469"],["6146.084","17784.584"],["6130.118","17761.172"],["6102.183","17741.273"],["6062.399","17678.230"],["6130.517","17684.991"],["6091.777","17714.840"],["28242.093","8057.048"],["28218.492","8107.835"],["28233.853","8066.478"],["28227.932","8023.786"],["5839.159","8132.662"],["6033.170","8208.504"],["6025.523","8169.154"],["5872.308","8136.008"],["5955.977","8124.228"],["5850.457","8114.355"],["5931.687","8115.687"],["5919.675","8143.202"],["5876.377","8114.723"],["5849.262","8137.007"],["5934.079","8124.027"],["5918.777","8154.897"],["21462.061","7114.469"],["21559.224","7192.327"],["21452.907","7257.951"],["21531.140","7127.252"],["21516.000","7221.889"],["5899.093","13722.977"],["6033.075","13674.232"],["6013.469","13676.659"],["6022.271","13621.095"],["5999.331","13692.234"],["6003.920","13680.954"],["5997.696","13712.134"],["6032.649","13617.627"],["5996.255","13680.855"],["6008.015","13676.297"],["5885.998","13756.826"],["5888.126","13812.761"],["5929.189","13647.219"],["5889.882","13713.762"],["5883.780","13752.585"],["5843.470","13802.906"],["5886.194","13808.507"],["5886.607","13793.352"],["7353.378","13833.160"],["8131.119","17701.031"],["8130.951","17714.009"],["8118.990","17625.614"],["8107.699","17637.015"],["5839.455","20162.671"],["5880.308","20159.837"],["5858.420","20183.702"],["9691.789","14883.474"],["9682.299","14914.506"],["9680.998","14898.465"],["9677.597","14920.128"],["9676.400","14941.194"],["9740.413","14904.216"],["9702.242","14933.379"],["9720.753","14935.700"],["9626.567","14972.428"],["9630.959","15018.843"],["9706.328","14890.295"],["9695.473","14903.127"],["9672.182","14889.249"],["9675.968","14919.715"],["9670.769","14959.535"],["9721.186","14908.609"],["9709.424","14935.487"],["9622.403","15018.702"],["9628.748","15028.061"],["9704.371","14904.448"],["9687.989","14906.672"],["9667.803","14939.779"],["9666.186","14951.008"],["9717.808","14918.371"],["9734.607","14916.734"],["9710.926","14945.435"],["9720.608","14923.926"],["9696.418","15019.638"],["9701.574","15009.272"],["9690.602","15025.748"],["9749.544","15019.330"],["9756.956","15013.521"],["9741.036","14976.856"],["9756.543","14961.731"],["9756.294","14956.601"],["9811.214","15041.180"],["9808.100","15029.007"],["9797.244","15023.492"],["9801.708","15006.327"],["9807.443","15075.317"],["9783.500","15072.122"],["9786.474","15060.894"],["9773.445","14985.280"],["9711.517","15058.097"],["12784.722","18056.600"],["12793.758","18230.953"],["12868.537","18196.933"],["12962.713","18107.689"],["12982.191","18239.184"],["12945.940","18102.866"],["12908.322","18164.198"],["12945.491","18097.683"],["12862.040","18168.179"],["12960.263","18225.372"],["12902.927","18125.337"],["12916.165","18093.092"],["12812.453","18063.470"],["12777.877","18125.134"],["12873.833","18215.017"],["12917.386","18200.219"],["12924.358","18241.392"],["12971.759","18224.695"],["12897.170","18101.687"],["12950.641","18141.027"],["12893.704","18048.960"],["12891.330","18088.385"],["12901.395","18064.273"],["12780.476","18143.896"],["12910.840","18194.753"],["12870.576","18161.986"],["12962.812","18240.318"],["12972.598","18235.033"],["12902.154","18100.449"],["12898.305","18110.391"],["12938.501","18088.600"],["12778.157","18126.026"],["12794.350","18219.921"],["12804.465","18254.652"],["12864.474","18177.428"],["12890.527","18205.554"],["12987.452","18183.606"],["12909.675","18243.737"],["12914.210","18101.853"],["12928.486","18114.619"],["12898.309","18098.985"],["12938.846","18097.205"],["12952.415","18058.460"],["12812.901","18060.520"],["12811.669","18250.011"],["12914.392","18226.693"],["12873.784","18225.587"],["12903.387","18119.838"],["12954.654","18110.110"],["12971.864","18253.642"],["12917.892","18077.832"],["12615.086","13113.923"],["12626.967","13144.004"],["12633.020","13159.330"],["12637.835","13039.733"],["12641.787","13025.962"],["12645.959","13019.274"],["12673.359","13047.737"],["12648.621","13060.279"],["12677.687","13066.319"],["12650.195","12971.918"],["12722.815","13024.166"],["12696.321","13038.811"],["12743.475","13001.811"],["12632.996","13128.671"],["11315.489","17642.919"],["11327.944","17706.342"],["11308.743","17751.504"],["11319.355","17730.183"],["11339.861","17720.959"],["11368.896","17754.789"],["11346.052","17755.664"],["11388.929","17725.942"],["11360.169","17685.255"],["11346.507","17640.972"],["11342.310","17659.677"],["11321.531","17642.985"],["11363.777","17645.352"],["11391.966","17662.796"],["11380.082","17675.416"],["11370.998","17644.376"],["11408.030","17706.884"],["11346.717","17634.273"],["11397.533","17635.162"],["11316.848","17677.083"],["11346.133","17681.331"],["11452.983","17641.043"],["11442.170","17651.535"],["11414.190","17681.197"],["11464.010","17694.682"],["11464.385","17720.926"],["11451.238","17734.916"],["11443.830","17753.916"],["11409.411","17730.439"],["11479.860","17620.938"],["11487.640","17660.819"],["11513.423","17655.010"],["11513.971","17723.381"],["11508.183","17767.978"],["11310.601","17691.183"],["11320.395","17710.107"],["11308.858","17752.940"],["11314.964","17713.106"],["11338.068","17730.257"],["11370.360","17751.948"],["11338.223","17754.293"],["11394.652","17724.324"],["11357.406","17696.007"],["11360.175","17653.903"],["11347.639","17645.854"],["11331.087","17639.401"],["11395.305","17664.051"],["11402.533","17663.888"],["11395.208","17640.148"],["11409.247","17692.433"],["11336.898","17625.784"],["11376.608","17625.816"],["11404.079","17627.416"],["11334.397","17664.383"],["11329.193","17696.773"],["11420.725","17645.524"],["11436.117","17665.193"],["11433.220","17666.862"],["11474.109","17697.308"],["11437.422","17750.968"],["11454.899","17757.054"],["11422.601","17731.348"],["11457.611","17628.406"],["11464.029","17648.039"],["11490.995","17643.250"],["11499.350","17656.657"],["11509.081","17666.339"],["11511.358","17621.324"],["11513.577","17724.306"],["11508.956","17782.610"],["11511.434","17750.408"],["11335.359","17629.855"],["11315.585","17695.014"],["11321.990","17699.620"],["11319.224","17726.682"],["11341.144","17723.073"],["11376.215","17739.644"],["11335.871","17751.717"],["11394.948","17720.443"],["11352.406","17674.438"],["11368.876","17654.943"],["11327.814","17641.895"],["11360.849","17634.237"],["11402.615","17680.668"],["11396.360","17664.409"],["11414.083","17692.631"],["11345.056","17632.588"],["11375.589","17628.706"],["11382.089","17628.192"],["11317.572","17662.682"],["11334.818","17676.129"],["11446.203","17643.969"],["11442.835","17630.142"],["11442.499","17664.483"],["11427.874","17663.889"],["11465.704","17696.961"],["11463.793","17714.732"],["11450.531","17734.833"],["11436.034","17771.356"],["11409.838","17751.959"],["11460.986","17648.567"],["11488.232","17633.291"],["11491.077","17641.513"],["11513.735","17666.405"],["11500.649","17720.260"],["11509.214","17754.240"],["11425.803","17626.752"],["11333.534","17626.023"],["11314.058","17635.636"],["11353.594","17740.166"],["11375.261","17742.353"],["11329.456","17762.799"],["11391.330","17718.230"],["11370.350","17683.323"],["11346.537","17652.856"],["11331.877","17636.973"],["11385.510","17667.902"],["11373.712","17665.400"],["11392.241","17694.993"],["11347.589","17631.796"],["11374.191","17637.360"],["11387.336","17625.831"],["11340.006","17669.717"],["11339.522","17680.340"],["11460.611","17645.769"],["11413.258","17633.699"],["11459.703","17658.058"],["11410.868","17670.479"],["11464.619","17685.136"],["11461.704","17728.936"],["11441.396","17749.507"],["11410.118","17751.942"],["11471.439","17645.678"],["11498.579","17634.343"],["11499.827","17662.520"],["11509.038","17699.797"],["11505.435","17708.105"],["11506.275","17787.631"],["11509.493","17755.280"],["11438.879","17624.506"],["11322.446","17626.338"],["11319.664","17692.966"],["11310.289","17750.529"],["11320.243","17727.442"],["11352.558","17721.785"],["11361.462","17751.089"],["11344.736","17744.351"],["11390.063","17712.317"],["11356.863","17678.815"],["11369.747","17645.893"],["11346.800","17667.852"],["11317.814","17661.152"],["11396.802","17649.204"],["11379.786","17679.165"],["11381.935","17641.668"],["11400.119","17701.054"],["11347.095","17620.962"],["11373.714","17634.965"],["11326.881","17682.203"],["11336.249","17680.588"],["11445.220","17641.406"],["11457.111","17679.587"],["11437.188","17650.578"],["11438.354","17665.110"],["11426.937","17679.975"],["11455.129","17695.260"],["11475.322","17715.789"],["11458.376","17737.261"],["11444.768","17753.272"],["11417.026","17754.931"],["11476.060","17641.764"],["11500.454","17627.307"],["11497.886","17653.024"],["11513.275","17649.609"],["11493.478","17713.687"],["11505.995","17772.619"],["11495.200","17746.544"],["26471.058","7220.062"],["26517.456","7227.709"],["4832.530","17576.427"],["4815.543","17531.695"],["4794.800","17539.946"],["4831.420","17577.888"],["4836.494","17559.333"],["4818.668","17547.534"],["4820.094","17564.680"],["4782.460","17558.026"],["4797.514","17530.928"],["4783.435","17601.497"],["4788.100","17543.615"],["4789.942","17565.002"],["4795.995","17548.322"],["4791.473","17575.706"],["4782.665","17570.101"],["4784.905","17561.999"],["16581.009","16826.400"],["16596.467","16836.609"],["16686.780","16871.777"],["27604.088","7299.737"],["27588.184","7292.454"],["27593.216","7322.875"],["27546.407","7284.874"],["27537.774","7460.974"],["27515.110","7391.528"],["27577.528","7387.746"],["27560.472","7459.505"],["27566.522","7281.339"],["27631.029","7326.096"],["27607.279","7318.300"],["27564.927","7345.914"],["27581.226","7335.922"],["27600.059","7322.099"],["27548.118","7338.746"],["27589.730","7271.067"],["27581.919","7435.376"],["27570.702","7451.049"],["27568.251","7459.372"],["27559.321","7399.059"],["27545.768","7470.933"],["27525.094","7444.509"],["27524.452","7441.288"],["27619.072","7268.639"],["27626.473","7320.877"],["27593.595","7291.843"],["27636.638","7289.828"],["27609.483","7268.177"],["13207.528","16165.873"],["13215.012","16168.631"],["13204.736","16145.725"],["13318.064","16299.538"],["13362.766","16277.838"],["13387.433","16286.206"],["13210.776","16151.658"],["13200.055","16153.284"],["13257.333","16152.820"],["13249.464","16169.488"],["13249.361","16157.115"],["13262.774","16145.118"],["13207.008","16162.190"],["13300.419","16152.084"],["13309.706","16200.080"],["13320.204","16212.374"],["13223.126","16155.339"],["13240.182","16160.310"],["13326.557","16218.478"],["13335.250","16225.854"],["13320.173","16259.441"],["13333.322","16152.641"],["13307.882","16276.900"],["17425.626","15472.157"],["17420.362","15352.587"],["17577.440","15299.532"],["17433.232","15322.082"],["17438.197","15299.106"],["17490.833","15379.738"],["17467.302","15377.831"],["17431.530","15356.534"],["17427.934","15346.554"],["17487.497","15312.748"],["7691.753","12655.583"],["7706.034","12626.320"],["7599.334","12627.145"],["7617.011","12663.554"],["7634.694","12569.803"],["7586.914","12704.362"],["7580.370","12643.975"],["7634.183","12646.445"],["7625.188","12596.161"],["7575.269","12672.124"],["7588.939","12639.664"],["7645.235","12654.851"],["7642.145","12586.814"],["7681.899","12704.204"],["7687.902","12708.366"],["7687.737","12703.807"],["7716.034","12705.665"],["7722.073","12689.219"],["7671.551","12589.527"],["7664.504","12591.800"],["7717.361","12755.167"],["7668.227","12715.104"],["7641.073","12678.699"],["7663.669","12675.099"],["7650.969","12654.765"],["7659.141","12547.782"],["7682.951","12707.573"],["7719.328","12696.436"],["7724.800","12720.991"],["7718.250","12671.487"],["7683.821","12600.328"],["7668.484","12601.610"],["7657.651","12702.470"],["7641.205","12675.099"],["7651.071","12678.947"],["7650.919","12657.473"],["7651.899","12631.206"],["7671.948","12686.301"],["8356.736","16517.074"],["8382.510","16466.173"],["8371.769","16471.253"],["8363.726","16475.770"],["8378.225","16446.814"],["8381.592","16546.319"],["8371.887","16556.102"],["10037.028","13615.410"],["17110.579","17394.428"],["17070.976","17339.038"],["17056.535","17373.092"],["17123.777","17374.996"],["17153.457","17388.812"],["17093.251","17371.935"],["17055.565","17376.445"],["17046.108","17373.291"],["17067.045","17366.668"],["17167.348","17236.222"],["17036.330","17315.541"],["17006.697","17324.593"],["17007.785","17304.456"],["17045.483","17344.785"],["17039.923","17375.900"],["17143.171","17258.960"],["17154.379","17270.354"],["17557.274","17808.522"],["17462.603","17810.867"],["17486.204","17779.356"],["17472.553","17798.167"],["26544.315","7354.861"],["26475.778","7444.433"],["26495.416","7323.344"],["26511.815","7323.118"],["4761.115","17067.647"],["4763.907","17032.855"],["4739.352","16991.129"],["4716.210","17081.877"],["4717.180","17043.853"],["4711.659","17030.629"],["4721.088","17026.321"],["4639.959","17059.327"],["4671.500","17032.371"],["4674.056","17011.646"],["4661.025","16995.941"],["4605.645","17001.228"],["4629.958","16995.315"],["4721.189","17022.047"],["4705.459","16990.877"],["4753.284","17004.680"],["4754.632","17025.502"],["4640.578","17187.056"],["4651.705","17006.487"],["4653.085","17024.599"],["4574.654","17184.038"],["4651.642","17138.539"],["4758.582","17059.373"],["4712.773","17092.166"],["4737.543","17111.274"],["4718.693","17058.569"],["4681.247","17036.756"],["4681.001","17041.958"],["4700.299","17017.222"],["4694.789","17025.298"],["4651.390","17082.465"],["4658.248","17077.906"],["4646.385","17056.929"],["4654.560","17020.083"],["4664.517","17001.638"],["4682.083","17006.626"],["4640.842","17024.118"],["4618.276","17005.423"],["4626.290","17004.663"],["4771.909","17024.704"],["4764.996","17109.409"],["4774.372","17072.717"],["4770.836","17059.802"],["4750.667","17026.942"],["4731.606","16992.136"],["4727.789","17088.318"],["4712.033","17079.234"],["4712.213","17080.055"],["4709.746","17050.939"],["4694.443","17010.285"],["4713.045","17000.161"],["4649.679","17069.566"],["4653.479","17070.607"],["4670.135","17053.312"],["4641.336","17042.495"],["4681.014","17002.233"],["4672.494","17021.985"],["4661.666","16996.106"],["4666.666","16991.482"],["4637.569","17038.933"],["4615.579","17003.342"],["4642.195","16991.847"],["4767.678","17066.227"],["4712.016","17059.097"],["4609.707","17007.223"],["4623.313","16986.926"],["4574.388","17191.358"],["4641.879","17191.714"],["4646.572","17175.584"],["4638.780","17151.845"],["4634.510","16992.081"],["4650.919","17136.652"],["4730.448","17087.546"],["4770.471","17059.825"],["4773.626","17113.095"],["4748.605","17101.898"],["4721.372","17103.576"],["4698.168","17051.870"],["4610.896","17078.023"],["4605.435","17103.143"],["4709.193","17014.005"],["4690.213","16990.900"],["8654.194","17004.254"],["8743.592","16990.097"],["8739.859","17010.123"],["8759.586","17022.306"],["8764.897","17010.417"],["8747.507","17022.773"],["8725.116","16995.293"],["8711.717","17006.924"],["8710.430","17083.892"],["8732.887","17099.523"],["8724.813","17070.048"],["8686.081","17029.862"],["8651.119","17031.051"],["8669.757","17052.448"],["8676.190","17070.060"],["8662.037","17032.802"],["8665.438","17046.229"],["8772.603","17017.661"],["8763.516","17061.161"],["8701.744","17045.222"],["14126.853","18435.455"],["14081.822","18367.406"],["14063.353","18283.189"],["14184.880","18310.138"],["14232.435","18464.421"],["14140.527","18318.299"],["14194.365","18374.293"],["14103.582","18404.913"],["14082.202","18281.158"],["14142.912","18318.910"],["14152.835","18373.088"],["14115.307","18434.002"],["14063.697","18404.202"],["14045.013","18411.040"],["14070.607","18289.647"],["14076.873","18260.547"],["14190.899","18284.142"],["14194.830","18304.539"],["14120.593","18343.138"],["14115.247","18353.328"],["14164.776","18375.400"],["14198.872","18411.023"],["14094.306","18396.572"],["14101.065","18402.551"],["14056.923","18298.515"],["14176.689","18315.076"],["14149.765","18295.555"],["14154.961","18464.968"],["14125.932","18418.560"],["14217.880","18409.971"],["14107.484","18324.641"],["14146.547","18356.383"],["14200.451","18413.980"],["14191.914","18407.968"],["14092.496","18412.097"],["14051.871","18350.528"],["14093.913","18276.335"],["14087.284","18260.481"],["14147.758","18275.125"],["14154.436","18320.592"],["14120.488","18424.010"],["14190.478","18447.857"],["14230.330","18432.052"],["14082.862","18289.199"],["14121.777","18341.916"],["14204.645","18406.829"],["14167.622","18394.409"],["14084.783","18373.979"],["14097.315","18408.265"],["14074.603","18265.221"],["14081.265","18264.395"],["14155.291","18302.260"],["14168.103","18324.291"],["14153.711","18435.967"],["14108.037","18448.601"],["14212.551","18458.311"],["14207.633","18445.842"],["14124.869","18306.342"],["14095.609","18337.886"],["14177.523","18410.561"],["14209.891","18424.814"],["27972.723","7937.018"],["28018.745","7983.538"],["28033.350","8047.914"],["28100.472","8029.351"],["28031.245","7981.540"],["27946.832","7920.011"],["28054.973","7897.253"],["28001.733","7929.326"],["28131.468","8050.078"],["28017.904","7937.398"],["28036.980","7928.599"],["28133.721","7971.846"],["28119.988","8061.375"],["16491.049","17162.282"],["16395.726","17180.451"],["16519.602","17139.614"],["16400.533","16999.540"],["16441.488","17186.023"],["16418.738","17136.679"],["16430.692","17082.651"],["16378.963","17012.961"],["16521.079","17052.815"],["16526.699","17063.394"],["28769.301","8569.570"],["17795.013","15205.322"],["17823.952","15186.435"],["17802.143","15203.904"],["17796.333","15170.905"],["17806.864","15168.543"],["17752.601","15285.994"],["17730.924","15285.566"],["8708.236","9471.839"],["8677.081","9518.642"],["8641.332","9521.899"],["8756.009","9578.948"],["8607.079","9545.201"],["8595.311","9545.468"],["8625.173","9491.006"],["8701.277","9411.877"],["8678.233","9410.886"],["8694.662","9443.001"],["8659.910","9552.366"],["8619.007","9521.225"],["8771.077","9460.619"],["8580.023","9526.192"],["8579.554","9538.977"],["8627.098","9464.962"],["8694.665","9418.879"],["8666.079","9450.259"],["8708.285","9476.794"],["8671.752","9546.932"],["8631.688","9486.427"],["8771.882","9446.862"],["8601.898","9536.564"],["8578.288","9551.496"],["8659.598","9466.184"],["8699.057","9427.401"],["8660.799","9415.114"],["8658.932","9427.654"],["8772.937","9439.331"],["8705.262","9482.429"],["8651.062","9584.730"],["8658.603","9453.500"],["8759.480","9585.067"],["8757.328","9417.679"],["8697.679","9518.069"],["8620.339","9583.722"],["8762.344","9508.699"],["26872.552","7941.944"],["26847.503","7956.196"],["16128.381","7815.346"],["15953.207","7864.498"],["16042.302","7775.131"],["15999.768","7800.992"],["15998.439","7812.229"],["15971.256","7819.067"],["15952.481","7833.135"],["16046.138","7870.516"],["16046.309","7837.898"],["16031.096","7820.550"],["16027.158","7852.172"],["15991.570","7873.099"],["16111.368","7748.804"],["16120.980","7748.291"],["16135.060","7795.759"],["16116.045","7746.920"],["16132.493","7831.382"],["16139.232","7723.114"],["15959.291","7868.267"],["16039.934","7800.082"],["15997.071","7787.697"],["15999.656","7813.698"],["15974.134","7833.931"],["15963.370","7849.353"],["15952.946","7892.774"],["16021.582","7873.043"],["16042.970","7835.273"],["16004.839","7856.367"],["15999.119","7879.507"],["16144.139","7819.342"],["12489.455","13838.542"],["12518.707","13868.916"],["12538.131","13832.717"],["12522.509","13859.320"],["12562.545","13908.935"],["12502.507","13893.976"],["12513.467","13937.151"],["12481.058","13917.540"],["12473.149","13918.410"],["12463.666","13919.548"],["12423.023","13992.725"],["12383.086","14008.441"],["5562.166","17912.024"],["5599.479","17928.832"],["5610.690","17844.504"],["5590.944","18012.133"],["5564.933","17955.642"],["5560.696","17946.595"],["5546.605","17969.702"],["5587.452","17973.871"],["5566.420","17969.472"],["5618.156","17967.788"],["5436.322","17910.508"],["5469.693","17863.496"],["5422.843","17868.825"],["5419.190","17876.109"],["5472.785","17873.615"],["5446.214","17929.925"],["5568.233","17912.671"],["5604.787","17910.778"],["5598.308","18005.351"],["5569.177","17945.549"],["5530.126","17970.284"],["5543.156","17979.293"],["5527.165","17987.310"],["5437.038","17857.082"],["5428.683","17834.877"],["5457.940","17832.668"],["5492.642","17845.778"],["5475.815","17847.148"],["5477.415","17860.222"],["5472.755","17889.707"],["5582.334","17983.861"],["5533.065","17977.233"],["5617.017","18002.536"],["5522.335","18042.510"],["5602.972","18040.475"],["5555.874","18042.758"],["5561.787","18014.284"],["5503.406","18012.797"],["5517.848","17947.991"],["5488.163","18005.565"],["5473.079","18032.578"],["5595.991","17848.239"],["5540.582","18023.426"],["5609.718","17998.337"],["5614.814","18028.088"],["5558.177","18040.842"],["5560.602","18019.620"],["5490.314","18007.132"],["5526.433","17924.589"],["5532.178","18027.717"],["5608.663","18031.259"],["5560.442","18023.278"],["5561.145","17996.069"],["5504.590","18019.964"],["5527.075","17930.881"],["14894.406","8767.409"],["15055.434","8747.009"],["15035.582","8812.572"],["15029.360","8861.490"],["15018.638","8844.061"],["15065.126","8906.120"],["14977.706","8790.300"],["14944.781","8794.255"],["15014.831","8762.878"],["15017.146","8808.068"],["15052.849","8906.075"],["14970.539","8762.976"],["14985.977","8841.708"],["14921.462","8743.346"],["14953.432","8779.392"],["14998.082","8801.740"],["15072.628","8805.712"],["14910.397","8754.533"],["14976.987","8764.743"],["14980.006","8840.221"],["14979.421","8803.544"],["15064.942","8744.511"],["14979.730","8742.882"],["14996.865","8783.986"],["15057.557","8844.732"],["15038.803","8922.144"],["15069.410","8869.397"],["14972.217","8830.480"],["14895.722","8766.632"],["14979.729","8796.807"],["14928.021","8780.812"],["15035.862","8778.569"],["15048.230","8838.230"],["15039.806","8908.155"],["15081.309","8847.585"],["14965.951","8816.773"],["15040.860","8817.862"],["14938.014","8797.840"],["14940.562","8773.511"],["15021.757","8828.581"],["15079.363","8868.845"],["15078.608","8787.176"],["15033.884","8766.061"],["14876.456","14180.174"],["20358.582","16273.904"],["20401.846","16240.455"],["13771.920","16827.153"],["13641.781","16938.414"],["13772.710","16845.067"],["13776.093","16864.054"],["13756.349","16882.842"],["13683.964","16824.473"],["13738.474","16792.703"],["13652.559","16922.503"],["13673.646","16871.540"],["13775.423","16824.626"],["13651.477","16804.448"],["13760.871","16789.138"],["13827.748","16819.926"],["13792.096","16853.897"],["13768.717","16891.661"],["13737.860","16862.449"],["13702.652","16828.888"],["13658.924","16915.170"],["13704.385","16924.943"],["13674.961","16863.331"],["13775.604","16832.173"],["13656.625","16821.045"],["13697.418","16794.977"],["13774.177","16802.796"],["13644.581","16837.631"],["13770.600","16860.635"],["13751.563","16887.186"],["13741.857","16855.661"],["13752.964","16839.953"],["13769.572","16961.230"],["13691.753","16929.588"],["13623.152","16904.999"],["13622.801","16980.726"],["13664.602","16840.682"],["13628.433","16911.272"],["13706.254","16811.381"],["13668.891","16902.169"],["13730.822","16782.673"],["13625.893","16966.110"],["13657.810","16858.139"],["13748.392","16787.385"],["13741.826","16959.677"],["13757.002","16834.535"],["13687.204","16797.388"],["13654.701","16842.102"],["13759.638","16785.389"],["13628.344","16963.996"],["13785.353","16852.824"],["13760.116","16896.748"],["13744.604","16848.741"],["13619.814","16901.826"],["13741.303","16819.953"],["13749.819","16982.634"],["13677.197","16909.287"],["13760.308","16838.086"],["13672.267","16793.250"],["13638.771","16935.903"],["13769.613","16861.742"],["13773.092","16897.921"],["13744.670","16859.905"],["13718.523","16845.584"],["15732.618","14938.167"],["15757.619","14983.771"],["15808.607","14918.523"],["15845.494","14980.539"],["11082.503","16430.961"],["11086.144","16462.116"],["10970.490","16531.082"],["10965.002","16556.572"],["10935.858","16521.551"],["10934.141","16510.929"],["10951.334","16483.737"],["10943.468","16560.484"],["11031.210","16450.522"],["11032.669","16469.027"],["10961.621","16423.887"],["10964.057","16389.710"],["10966.083","16384.215"],["10967.836","16366.368"],["11003.045","16370.047"],["11017.164","16355.216"],["11001.519","16359.200"],["11069.768","16521.251"],["11014.973","16556.345"],["11030.810","16528.727"],["11034.761","16508.394"],["11064.617","16510.980"],["10992.130","16561.340"],["4773.743","18796.331"],["4724.953","18772.078"],["4745.154","18861.678"],["4695.581","18807.236"],["4774.450","18859.378"],["4630.209","18787.900"],["4618.782","18688.315"],["4711.005","18758.635"],["4758.900","18737.627"],["4756.486","18876.822"],["4706.058","18870.638"],["4738.805","18848.375"],["4753.068","18833.548"],["4756.144","18850.179"],["4657.907","18786.248"],["4612.495","18780.864"],["4613.913","18728.480"],["4732.687","18721.338"],["4775.796","18718.084"],["4739.114","18746.645"],["4711.745","18738.932"],["4689.150","18863.561"],["4727.243","18873.767"],["4700.844","18853.264"],["4718.854","18854.767"],["4762.953","18816.537"],["4719.615","18830.691"],["4622.971","18847.970"],["4653.218","18870.117"],["4668.729","18778.156"],["4658.186","18815.877"],["4621.216","18739.826"],["4757.967","18714.038"],["4765.861","18710.405"],["4755.626","18682.591"],["4766.709","18691.001"],["4774.184","18679.812"],["4774.791","18680.852"],["4635.160","18779.675"],["4616.193","18722.938"],["4768.835","18678.172"],["4722.536","18748.155"],["4674.311","18773.694"],["4764.058","18790.450"],["4744.437","18792.002"],["4728.220","18737.477"],["4709.750","18732.274"],["4716.608","18710.309"],["4758.252","18796.363"],["4714.766","18713.893"],["13257.875","16112.227"],["13221.856","16059.483"],["13402.829","15970.493"],["13399.513","15964.975"],["13213.187","16073.680"],["13224.412","16080.283"],["13224.981","16088.451"],["13239.428","16096.976"],["13239.834","16104.921"],["13281.232","16131.260"],["13307.955","16125.903"],["13320.350","16070.702"],["13303.203","16068.040"],["13298.062","16063.368"],["13300.724","16041.233"],["13321.336","16080.105"],["13305.661","16111.356"],["13206.999","16136.362"],["13204.383","16133.135"],["13199.434","16127.080"],["13266.263","16080.424"],["13405.986","16016.548"],["13382.649","16016.790"],["13391.317","16024.982"],["13308.138","16123.359"],["13379.930","16032.800"],["13395.258","16027.718"],["13264.405","16073.290"],["13258.351","15936.792"],["13310.096","16088.627"],["13267.826","16039.466"],["13305.688","16058.074"],["13212.250","16073.273"],["13204.520","15988.956"],["13220.223","15969.402"],["13233.553","15992.379"],["13240.945","15981.396"],["13256.731","15951.367"],["13273.432","15965.383"],["13291.936","15967.240"],["13296.733","15978.744"],["13346.552","15995.566"],["13252.959","15932.719"],["13289.992","16044.549"],["13293.337","16037.446"],["13293.159","16025.411"],["13216.458","16078.617"],["13211.126","16079.481"],["13354.532","15949.283"],["13387.107","15934.595"],["13406.015","15965.994"],["13294.602","16072.161"],["13226.780","16130.034"],["13216.846","16135.996"],["13250.783","16134.924"],["13234.746","16137.731"],["13212.300","16060.804"],["13289.783","16069.222"],["13331.247","16116.371"],["13394.799","16056.496"],["13261.214","16065.280"],["6458.259","15283.104"],["6441.462","15208.458"],["6411.110","15119.605"],["6447.900","15176.400"],["6428.013","15149.408"],["6424.019","15121.929"],["6452.472","15222.001"],["6460.920","15216.312"],["6394.854","15092.827"],["6292.574","15252.797"],["6276.201","15254.899"],["6258.048","15234.940"],["6307.500","15215.949"],["6320.310","15199.814"],["6293.617","15159.929"],["6276.822","15118.180"],["6270.529","15102.318"],["6319.573","15091.011"],["6255.279","15140.938"],["6331.986","15142.124"],["6344.943","15288.494"],["6341.069","15283.173"],["6353.363","15257.625"],["6355.877","15252.546"],["6371.888","15248.179"],["6336.544","15238.792"],["6337.112","15259.792"],["6313.981","15283.130"],["6310.293","15290.439"],["7393.300","12123.210"],["7419.237","12122.137"],["7424.040","12114.176"],["7446.838","12121.462"],["7484.434","12082.379"],["7459.776","12090.617"],["7508.427","12112.482"],["7370.109","12103.391"],["4617.938","8986.859"],["4603.592","9057.561"],["4605.605","9029.967"],["4587.071","9120.635"],["4576.061","8983.953"],["4588.225","9024.476"],["4577.542","8981.281"],["4596.706","9159.383"],["4613.505","9099.007"],["4609.760","8965.675"],["4599.693","9058.028"],["4599.031","9019.850"],["4625.555","9144.206"],["4572.665","9112.879"],["4611.969","8989.786"],["4602.369","9009.976"],["4632.923","9110.993"],["4569.793","9080.624"],["4599.858","9055.072"],["4591.212","9159.350"],["25410.721","6962.689"],["25491.239","6964.180"],["25564.278","6901.503"],["25430.500","7034.204"],["25461.592","6994.382"],["25515.499","6903.272"],["25598.653","6863.601"],["16555.658","16445.133"],["16432.504","16499.108"],["16407.101","16507.887"],["16495.766","16476.881"],["16550.687","16430.933"],["16397.504","16519.141"],["16477.164","16499.556"],["16085.715","17899.061"],["16052.607","17966.127"],["16000.526","17946.152"],["15972.179","17981.338"],["15991.119","17866.781"],["15943.045","17853.781"],["16102.261","17859.992"],["16009.723","17868.389"],["16069.616","17843.007"],["16065.941","17897.093"],["16100.060","17847.202"],["16019.391","17958.985"],["15411.382","18526.902"],["15458.159","18500.031"],["15494.143","18570.826"],["15473.864","18586.499"],["15511.495","18654.285"],["15400.215","18514.317"],["15449.061","18624.269"],["15404.244","18503.400"],["15492.071","18599.067"],["9465.068","16963.161"],["9417.186","16974.850"],["9510.440","16964.143"],["9440.922","16966.964"],["9471.587","16967.095"],["9574.111","16970.592"],["9456.324","16925.797"],["9442.120","16887.083"],["9547.066","16909.778"],["9614.387","16983.297"],["9583.606","16976.932"],["17021.129","17476.760"],["16995.214","17497.545"],["17073.014","17476.896"],["17015.113","17539.990"],["17004.527","17574.533"],["17089.888","17548.411"],["17115.908","17543.655"],["17019.543","17559.143"],["17067.636","17583.164"],["17097.011","17569.160"],["17009.057","17479.667"],["17010.504","17471.525"],["17008.451","17452.409"],["16994.158","17554.343"],["17004.494","17571.511"],["17097.351","17501.873"],["17084.407","17516.935"],["17097.779","17517.133"],["17115.448","17529.435"],["17091.780","17540.632"],["17043.309","17550.225"],["17052.799","17549.531"],["17097.751","17549.671"],["17095.893","17544.552"],["17077.965","17574.164"],["16991.476","17531.777"],["17194.910","17567.030"],["17012.717","17552.961"],["17057.850","17502.660"],["17027.410","17523.787"],["16998.380","17553.416"],["17102.203","17531.666"],["16990.727","17571.610"],["17080.235","17580.472"],["17080.399","17573.074"],["17176.137","17536.934"],["3579.698","19934.101"],["3528.629","19920.807"],["3530.802","19912.129"],["3532.511","19921.814"],["4149.617","17273.167"],["4151.326","17276.754"],["4157.359","17379.584"],["4208.838","17227.448"],["4155.035","17218.299"],["4172.101","17231.532"],["4167.347","17224.018"],["4201.951","17309.999"],["4254.003","17218.662"],["4148.488","17218.861"],["4199.370","17286.710"],["4160.851","17222.531"],["4190.866","17281.824"],["4172.461","17289.421"],["4200.710","17217.721"],["4162.370","17200.314"],["4182.594","17279.889"],["4215.795","17222.043"],["4212.611","17289.376"],["4184.794","17222.996"],["4206.602","17296.888"],["4154.990","17320.588"],["10024.841","14219.117"],["10026.233","14219.685"],["9998.260","14170.827"],["9917.447","14153.432"],["9885.205","14054.891"],["9900.995","14078.805"],["9848.058","14092.094"],["9969.257","14058.266"],["9966.099","14048.968"],["9851.418","14206.123"],["10033.826","14237.113"],["10040.001","14071.316"],["10035.724","14053.331"],["9959.477","14154.840"],["9923.154","14154.060"],["9924.717","14149.320"],["9911.998","14049.523"],["9883.445","14050.564"],["9834.341","14033.266"],["9835.377","14042.218"],["10012.941","14047.383"],["9972.908","14061.024"],["9835.662","14207.015"],["9841.338","14097.431"],["10039.447","14210.297"],["10007.038","14181.915"],["9945.069","14151.768"],["9908.927","14126.512"],["9917.064","14103.727"],["9990.737","14062.924"],["10038.142","14066.675"],["9865.608","14109.575"],["9836.442","14129.477"],["10037.022","14183.995"],["10036.015","14202.280"],["10018.855","14147.570"],["10033.362","14106.435"],["10006.798","14136.023"],["9852.120","14063.772"],["9879.236","14088.353"],["9893.316","14085.689"],["9903.398","14102.585"],["9941.533","14090.805"],["9935.298","14081.433"],["9961.108","14128.724"],["9955.464","14139.992"],["9990.487","14150.654"],["10010.070","14175.169"],["10036.573","14233.116"],["10035.790","14042.001"],["9979.705","14067.658"],["9992.682","14080.342"],["9977.156","14068.203"],["9974.524","14070.234"],["4287.288","16816.088"],["4282.074","16882.084"],["4303.710","16912.675"],["4318.136","16973.123"],["4264.555","16967.658"],["4202.698","16985.762"],["4246.715","16789.851"],["4202.890","16794.779"],["4320.890","16825.370"],["4309.229","16878.351"],["4281.827","16828.475"],["4308.282","16889.752"],["4298.677","16875.235"],["4333.946","16913.521"],["4347.680","16925.726"],["4338.169","16972.843"],["4264.539","16934.264"],["4256.562","16973.306"],["4352.330","16890.461"],["4263.768","16776.937"],["4169.551","16794.944"],["4187.051","16828.387"],["4272.321","16808.986"],["4320.659","16807.632"],["4297.419","16870.804"],["4268.225","16858.583"],["4299.763","16906.201"],["4344.516","16908.415"],["4340.081","16889.772"],["4340.098","16908.071"],["4347.034","16952.463"],["4275.858","16981.124"],["4256.546","16918.294"],["4269.276","16955.470"],["4197.649","16971.460"],["4349.896","16860.321"],["4353.819","16916.232"],["4349.181","16915.374"],["4315.706","16900.366"],["4315.903","16871.382"],["4329.821","16849.804"],["4320.363","16849.771"],["4281.817","16787.864"],["4263.680","16782.655"],["4352.367","16957.372"],["4281.059","16932.327"],["4309.628","16920.287"],["4267.560","16965.651"],["4277.313","16982.166"],["4260.484","16920.100"],["4221.024","16915.974"],["4196.104","16945.685"],["4202.453","16958.501"],["4262.663","16840.534"],["4188.218","16777.229"],["4199.172","16797.196"],["4190.986","16806.413"],["4157.407","16863.299"],["7893.992","12318.355"],["7775.139","12236.978"],["7743.756","12218.600"],["7826.707","12177.273"],["7810.990","12335.326"],["7840.809","12313.509"],["7883.782","12229.061"],["7860.543","12242.655"],["7728.378","12244.864"],["7746.808","12335.397"],["7791.159","12267.928"],["7810.123","12264.013"],["7752.391","12224.727"],["7777.582","12184.592"],["7810.957","12311.115"],["7831.253","12313.476"],["7880.821","12221.564"],["7879.162","12228.980"],["7728.148","12188.761"],["7922.528","12333.747"],["7812.425","12259.389"],["7775.896","12232.007"],["7742.588","12240.153"],["7896.113","12296.013"],["7839.938","12315.078"],["7883.683","12222.373"],["7869.047","12228.898"],["5566.880","9629.843"],["5569.889","9613.426"],["5618.641","9593.211"],["5577.110","9581.591"],["5567.479","9625.461"],["3694.011","18237.520"],["3615.808","18209.729"],["3514.686","18141.598"],["3574.220","18222.697"],["3684.028","18232.763"],["3656.873","18234.663"],["3644.278","18149.349"],["3593.522","18214.304"],["3555.832","18211.318"],["3577.822","18195.794"],["3549.829","18168.821"],["3526.655","18179.093"],["3636.133","18207.743"],["3615.249","18193.809"],["3601.367","18207.896"],["3543.502","18149.377"],["3524.752","18139.798"],["3584.467","18205.753"],["3578.085","18221.046"],["3555.010","18193.412"],["3544.928","18187.153"],["3662.630","18221.434"],["3678.507","18080.164"],["3611.647","18146.608"],["3591.983","18238.866"],["3705.991","18094.261"],["3557.273","18221.259"],["3522.356","18201.671"],["3592.093","18122.522"],["3589.182","18141.002"],["13414.524","16300.150"],["13453.642","16310.582"],["13576.794","16305.993"],["13593.719","16171.091"],["13588.641","16216.484"],["13436.036","16329.130"],["13501.629","16243.769"],["13471.979","16274.679"],["13601.099","16149.982"],["13591.250","16300.360"],["13599.405","16283.207"],["13605.089","16184.983"],["13420.056","16322.688"],["13609.286","16196.367"],["13561.209","16206.428"],["13569.828","16183.901"],["13544.395","16232.426"],["13535.623","16242.563"],["13549.122","16239.255"],["13527.344","16348.996"],["13526.152","16329.431"],["13561.492","16337.543"],["13560.761","16346.299"],["13552.240","16303.473"],["13558.246","16319.918"],["13565.773","16284.643"],["13541.290","16287.389"],["13551.730","16263.746"],["13533.105","16271.921"],["13599.560","16239.828"],["13579.170","16271.075"],["13598.210","16271.123"],["13600.792","16272.692"],["13615.881","16272.268"],["13607.937","16276.710"],["13564.892","16235.347"],["13580.125","16175.204"],["13548.564","16225.412"],["13528.145","16247.384"],["13550.794","16283.899"],["13563.115","16244.994"],["13581.435","16235.195"],["13577.891","16218.882"],["13556.494","16221.797"],["13589.887","16207.416"],["13560.867","16165.925"],["13536.237","16192.241"],["13520.505","16207.398"],["13449.734","16293.341"],["13446.035","16310.503"],["13411.543","16294.496"],["13583.422","16314.156"],["13505.298","16141.809"],["13573.856","16331.757"],["14857.779","12300.482"],["14846.927","12160.573"],["14768.613","12158.314"],["14831.322","12184.709"],["14832.127","12145.882"],["14766.201","12229.324"],["14873.700","12295.081"],["14839.686","12128.413"],["14686.307","12201.834"],["14853.553","12281.846"],["14761.772","12298.574"],["14866.706","12213.162"],["14758.530","12263.465"],["14836.154","12163.513"],["14809.282","12159.258"],["14811.518","12155.576"],["14798.559","12220.287"],["14774.007","12220.581"],["14739.968","12227.870"],["14797.892","12151.758"],["14708.659","12190.620"],["14759.643","12334.431"],["14873.734","12270.186"],["14835.012","12245.334"],["14772.330","12257.536"],["14782.942","12166.159"],["14741.228","12149.730"],["14781.705","12253.209"],["14798.190","12190.345"],["14742.116","12176.832"],["14692.064","12200.662"],["14787.576","12277.750"],["14766.376","12276.545"],["11026.962","15047.233"],["10994.604","14927.271"],["10926.465","14966.587"],["10999.730","14980.296"],["10998.194","15003.280"],["10987.964","15000.423"],["10978.110","15052.590"],["10961.647","15040.006"],["11023.337","14986.175"],["11028.452","14994.829"],["11068.508","14997.219"],["11061.061","14963.535"],["10925.353","14878.084"],["14964.960","17369.051"],["14915.494","17368.147"],["14922.146","17241.566"],["14921.431","17380.385"],["14896.837","17257.760"],["14907.469","17248.354"],["14972.766","17404.992"],["14874.406","17379.864"],["14892.607","17199.875"],["14962.538","17263.377"],["14902.692","17305.234"],["14929.207","17285.476"],["14900.293","17244.824"],["14906.621","17233.764"],["14948.363","17205.492"],["14937.551","17242.177"],["14896.291","17230.348"],["14900.968","17257.252"],["14938.119","17306.102"],["14923.970","17263.166"],["14900.852","17249.283"],["14902.012","17333.018"],["14903.797","17236.302"],["14887.557","17243.782"],["14915.773","17312.917"],["14914.821","17265.695"],["14914.640","17263.136"],["11065.953","16326.714"],["10896.740","16296.086"],["11024.734","16325.448"],["11000.846","16317.553"],["11044.103","16256.420"],["11011.283","16294.776"],["11041.095","16236.581"],["10978.365","16284.900"],["10922.405","16270.875"],["11045.006","16190.293"],["11020.437","16214.369"],["11026.225","16165.074"],["11010.939","16191.764"],["10928.097","16299.700"],["10956.604","16272.512"],["10887.198","16342.296"],["10968.660","16266.680"],["10910.963","16181.499"],["10957.182","16223.769"],["10923.685","16220.941"],["11041.830","16350.451"],["13555.172","17030.359"],["13595.113","17007.840"],["13597.039","17050.819"],["13612.662","17067.611"],["13606.927","17114.039"],["13584.864","17112.474"],["13562.628","17162.034"],["13536.827","17160.947"],["13557.888","17130.426"],["13615.914","17156.980"],["13610.317","17181.898"],["13603.400","17157.616"],["13539.641","17037.204"],["13565.264","17016.913"],["13561.866","17028.509"],["13612.811","17004.867"],["13604.489","17034.634"],["13618.682","17058.660"],["13580.950","17112.441"],["13594.406","17152.765"],["13573.713","17172.191"],["13529.409","17172.606"],["13544.927","17128.081"],["13615.761","17178.859"],["13596.344","17158.326"],["13549.888","17037.352"],["13567.764","17011.876"],["13564.793","17024.760"],["13603.881","17045.567"],["13614.063","17034.949"],["13615.815","17079.589"],["13606.149","17046.240"],["13617.815","17113.015"],["13587.085","17108.659"],["13587.218","17151.476"],["13569.733","17171.679"],["13538.258","17158.634"],["13542.329","17114.422"],["13610.289","17142.100"],["13601.196","17155.073"],["13523.789","17000.455"],["13549.197","17036.493"],["13558.816","17002.116"],["13577.721","17019.112"],["13590.048","16997.353"],["13580.805","17041.934"],["13611.511","17066.686"],["13570.325","17111.087"],["13573.600","17148.421"],["13573.450","17160.482"],["13543.406","17164.415"],["13564.269","17127.503"],["13609.269","17137.492"],["13604.469","17155.931"],["13551.662","17023.090"],["13560.106","17026.824"],["13600.920","17039.621"],["13618.833","17014.222"],["13613.616","17063.548"],["13614.772","17106.459"],["13584.733","17106.083"],["13569.834","17139.073"],["13553.439","17164.811"],["13552.361","17122.317"],["13540.544","17147.565"],["13598.923","17143.520"],["13597.949","17180.362"],["13595.209","17162.290"],["6080.346","18245.226"],["6173.784","18192.991"],["6168.295","18229.378"],["6094.021","18249.252"],["6102.755","18161.405"],["6167.178","18232.895"],["6242.515","18243.261"],["6110.389","18225.802"],["6213.523","18208.716"],["6198.297","18157.021"],["6106.711","18082.965"],["6129.544","18119.363"],["6083.212","18077.237"],["6107.695","18078.081"],["6132.884","18099.125"],["6174.244","18187.574"],["6172.094","18227.181"],["6093.874","18170.125"],["6067.905","18214.498"],["6182.194","18253.770"],["6084.912","18196.339"],["6209.165","18222.176"],["6196.175","18157.599"],["6111.633","18155.316"],["6066.409","18052.266"],["6132.148","18194.505"],["6243.573","18231.408"],["6186.290","18178.953"],["6073.487","18113.360"],["6097.883","18104.747"],["6042.074","18060.602"],["6055.155","18129.885"],["6081.231","18109.433"],["6083.983","18092.920"],["6127.801","18054.118"],["6045.302","18177.273"],["6070.957","18059.318"],["6049.760","18127.243"],["6078.304","18118.780"],["6079.657","18079.526"],["6133.508","18054.333"],["6050.561","18054.046"],["6061.537","18128.482"],["6065.179","18121.836"],["6075.628","18102.829"],["6130.499","18069.940"],["6052.013","18143.066"],["10482.353","17633.382"],["10505.112","17626.152"],["10566.675","17651.874"],["10667.227","17690.596"],["10666.216","17732.349"],["10477.451","17640.764"],["10492.134","17623.885"],["10508.928","17626.400"],["10663.140","17723.133"],["10487.348","17633.629"],["10660.350","17740.245"],["10660.608","17715.965"],["10507.776","17637.812"],["10547.346","17651.720"],["10555.442","17649.777"],["10485.802","17635.149"],["10507.779","17643.388"],["10666.503","17704.370"],["10661.562","17718.327"],["6449.540","12757.816"],["16610.726","6720.286"],["16576.110","6747.465"],["16639.687","6682.758"],["16693.121","6737.054"],["16662.318","6741.060"],["16681.558","6741.166"],["16628.637","6696.356"],["16645.082","6680.066"],["16708.089","6722.702"],["16638.324","6732.227"],["16662.400","6739.376"],["16701.133","6743.444"],["16645.940","6711.583"],["16579.514","6716.582"],["10034.144","18243.555"],["9972.856","18217.211"],["9999.945","18216.336"],["9988.384","18254.101"],["9962.297","18206.047"],["9895.466","18078.054"],["9903.410","18113.479"],["9964.578","18053.875"],["9898.624","18096.600"],["9892.769","18087.996"],["9919.134","18104.461"],["9931.519","18120.167"],["9881.042","18121.555"],["9970.784","18197.492"],["9909.496","18065.964"],["9931.683","18122.496"],["9942.144","18137.343"],["10019.442","18248.163"],["9989.896","18201.836"],["9868.114","18128.078"],["8071.392","15754.195"],["8098.403","15740.339"],["8139.682","15743.628"],["8118.330","15777.566"],["8097.331","15802.167"],["8092.296","15782.387"],["8089.020","15813.334"],["8113.676","15786.634"],["8131.251","15786.194"],["8138.922","15805.129"],["8138.997","15814.282"],["8078.682","15849.252"],["8096.106","15831.298"],["8053.178","15882.405"],["8076.823","15810.091"],["8066.652","15825.206"],["8056.169","15832.019"],["8102.864","15791.517"],["8115.458","15801.215"],["8075.542","15823.794"],["8076.672","15744.798"],["8109.226","15730.810"],["8039.559","15845.230"],["8078.880","15840.190"],["8100.734","15824.135"],["8085.797","15853.349"],["8082.851","15819.077"],["8073.739","15850.510"],["8070.077","15853.896"],["8049.066","15856.824"],["8049.066","15856.824"],["8126.062","15815.205"],["8035.251","15851.200"],["19731.735","8969.206"],["4613.380","14273.845"],["4592.925","14287.770"],["11031.007","11664.686"],["10957.641","11510.179"],["11069.728","11698.554"],["11028.852","11643.943"],["11002.043","11692.001"],["10951.293","11518.915"],["10997.505","11493.526"],["11021.072","11663.332"],["10974.270","11528.676"],["11010.219","11501.652"],["11029.987","11649.113"],["10941.079","11515.018"],["10982.456","11505.483"],["11029.066","11667.065"],["10894.730","11501.687"],["10979.796","11521.079"],["11696.072","4297.174"],["11699.411","4277.339"],["11712.353","4292.847"],["17026.758","16250.920"],["17163.242","16283.413"],["17004.510","16171.078"],["17146.331","16155.617"],["17038.869","16343.959"],["17051.793","16250.538"],["17185.480","16289.795"],["17081.863","16297.744"],["7463.712","17730.044"],["7401.983","17713.409"],["7617.291","17427.049"],["7635.383","17582.511"],["7601.745","17462.682"],["7525.428","17568.506"],["7553.872","17541.098"],["7548.774","17550.132"],["7704.213","17472.587"],["7529.013","17571.313"],["7556.126","17532.890"],["7531.307","17548.348"],["13616.566","15934.544"],["13611.200","15933.765"],["13604.152","15932.469"],["13558.458","15930.220"],["13587.203","15948.312"],["13576.453","15951.612"],["13567.621","15945.693"],["13560.053","15980.738"],["13563.753","15984.077"],["8486.557","17036.789"],["8499.305","17064.784"],["8462.904","17008.833"],["7743.886","17119.075"],["7930.827","17047.453"],["7876.951","17061.938"],["7779.020","17080.678"],["7754.484","17030.071"],["7813.714","18474.128"],["7753.464","18468.358"],["7857.944","18482.547"],["7846.072","18498.683"],["7750.005","18516.021"],["7735.981","18530.133"],["7728.230","18539.188"],["7832.394","18556.931"],["7832.311","18572.489"],["7793.104","18475.546"],["7914.836","18490.094"],["7856.685","18520.595"],["7734.201","18541.880"],["7822.772","18558.632"],["7785.999","18466.727"],["7848.391","18494.874"],["7879.934","18516.865"],["7842.618","18500.615"],["7752.486","18536.453"],["7725.582","18540.113"],["7800.930","18556.254"],["9493.228","12395.078"],["9496.830","12420.047"],["9505.896","12391.681"],["9481.484","12358.364"],["9560.145","12375.292"],["9550.277","12379.240"],["9577.105","12340.793"],["9554.565","12350.583"],["9491.090","12409.099"],["9548.418","12375.656"],["9554.729","12354.084"],["9583.868","12348.384"],["9501.764","12394.779"],["9464.363","12354.417"],["7565.140","13634.944"],["7567.903","13624.721"],["7544.292","13721.955"],["7532.730","13717.034"],["7633.410","13655.844"],["7641.436","13624.547"],["7559.251","13639.453"],["7578.593","13653.953"],["7553.026","13687.702"],["7550.016","13690.972"],["7640.745","13660.270"],["7646.173","13651.252"],["7585.485","13636.860"],["7549.111","13705.407"],["7627.522","13619.130"],["7698.303","13751.062"],["7525.075","13770.502"],["7524.447","13744.655"],["7682.101","13732.630"],["7672.987","13697.417"],["7657.722","13711.759"],["7663.969","13649.369"],["7589.550","13638.897"],["7598.870","13690.863"],["7563.265","13727.450"],["7651.461","13618.988"],["7635.354","13699.441"],["7609.643","13706.074"],["7526.224","13754.598"],["7661.165","13725.004"],["7683.351","13721.614"],["7669.517","13705.774"],["7645.008","13700.809"],["7658.493","13648.329"],["7602.659","13634.322"],["7588.953","13707.906"],["7562.903","13742.363"],["7646.089","13611.295"],["7652.069","13624.025"],["7617.996","13713.601"],["10582.442","8190.801"],["10635.544","8205.121"],["10606.135","8127.062"],["10508.081","8169.210"],["10614.563","8226.243"],["10503.301","8122.746"],["10484.841","8150.568"],["10511.552","8167.835"],["10470.020","8201.726"],["10665.281","8112.067"],["10572.569","8196.044"],["10490.727","8129.652"],["10506.317","8222.955"],["10661.364","8167.574"],["10576.142","8177.556"],["10657.170","8204.271"],["10507.845","8153.781"],["10529.868","8113.649"],["10537.664","8161.461"],["10644.544","8124.249"],["10583.535","8159.661"],["14945.865","13153.022"],["14932.598","13003.186"],["15023.561","13108.893"],["14948.340","13107.405"],["14904.545","13020.175"],["15026.634","13025.506"],["14942.440","12990.843"],["15051.193","13084.969"],["14967.029","13167.324"],["14917.172","13096.828"],["14927.341","13030.068"],["15012.852","13026.018"],["14949.359","13004.261"],["14958.608","13005.475"],["7270.480","16493.968"],["7295.156","16412.719"],["7200.485","16401.728"],["7240.890","16454.791"],["7234.305","16416.958"],["7191.197","16479.958"],["7281.170","16460.145"],["7299.268","16407.219"],["7204.152","16452.760"],["7238.292","16482.785"],["7238.516","16419.684"],["7285.852","16515.641"],["7238.975","16545.031"],["7300.035","16465.677"],["7262.475","16424.882"],["7243.620","16454.114"],["7228.466","16398.181"],["7279.635","16505.418"],["7145.203","16368.517"],["7120.005","16425.973"],["7099.906","16495.057"],["7293.239","16539.183"],["7266.793","16515.516"],["7298.306","16505.111"],["7236.807","16558.285"],["7228.074","16560.135"],["7295.220","16529.539"],["7095.514","16388.582"],["7127.439","16366.534"],["7125.778","16543.209"],["7122.548","16529.537"],["7128.156","16534.739"],["7177.312","16483.126"],["7169.549","16507.057"],["7180.361","16447.878"],["7189.489","16467.894"],["7160.765","16430.604"],["7151.275","16427.499"],["7159.303","16404.195"],["7151.622","16415.045"],["7101.992","16395.004"],["7109.476","16417.910"],["7102.232","16446.853"],["7286.481","16499.513"],["7097.557","16379.709"],["7101.617","16522.961"],["7118.995","16506.581"],["7165.536","16490.971"],["7176.265","16460.528"],["7149.334","16425.930"],["7160.981","16407.646"],["7109.509","16415.037"],["7282.566","16527.754"],["7226.495","16551.217"],["7295.253","16529.027"],["7099.857","16356.162"],["7123.114","16561.739"],["7141.742","16524.202"],["7143.019","16476.536"],["7195.838","16463.253"],["7174.515","16419.456"],["7132.329","16417.820"],["7107.436","16432.890"],["9970.886","19119.088"],["10001.757","19119.782"],["9904.018","19136.197"],["9993.046","19142.944"],["9957.857","19156.550"],["10923.583","15863.640"],["10888.701","15782.114"],["10917.254","15803.705"],["11044.222","15829.242"],["11071.483","15911.474"],["10946.084","15880.163"],["10897.118","15923.306"],["11045.199","15895.668"],["11063.321","15872.667"],["11080.460","15822.485"],["11052.587","15816.074"],["18213.153","17409.205"],["18227.657","17389.648"],["18083.058","17358.769"],["4661.822","10783.179"],["4667.834","10725.732"],["4719.212","10694.783"],["4676.521","10663.610"],["4692.985","10694.697"],["4618.240","10699.467"],["4613.790","10844.256"],["4689.950","10753.412"],["4725.034","10658.812"],["4671.913","10715.542"],["4641.312","10791.553"],["4684.350","10717.455"],["4595.549","10711.266"],["4608.822","10797.061"],["4638.077","10746.715"],["4610.357","10813.288"],["4635.697","10844.751"],["4659.686","10761.378"],["4705.509","10781.207"],["4712.583","10668.061"],["4700.573","10648.231"],["4647.940","10789.918"],["4653.623","10707.152"],["4674.235","10714.301"],["4629.823","10704.404"],["4619.365","10763.337"],["4600.557","10821.994"],["4673.305","10744.395"],["4640.045","10806.780"],["4699.540","10689.861"],["4660.416","10721.619"],["4645.599","10841.068"],["4662.479","10768.955"],["4687.088","10784.147"],["4706.865","10697.356"],["4699.224","10652.805"],["4652.447","10782.998"],["4662.044","10729.051"],["4686.315","10702.299"],["4687.459","10657.980"],["4630.637","10829.365"],["4666.019","10771.067"],["4611.940","10756.353"],["4624.012","10726.857"],["4709.943","10676.253"],["6292.498","18774.998"],["6304.962","18768.175"],["6294.749","18791.484"],["6310.964","18773.148"],["6295.621","18777.251"],["6300.130","18773.506"],["6296.963","18767.866"],["6300.306","18774.326"],["6301.181","18776.877"],["6306.851","18777.180"],["6302.366","18768.974"],["6289.715","18762.765"],["6398.114","18771.887"],["6395.348","18774.219"],["6387.241","18768.226"],["6392.863","18763.680"],["6395.559","18764.653"],["6431.971","18787.960"],["6443.479","18788.913"],["6448.571","18792.585"],["6450.389","18806.530"],["6430.538","18813.988"],["6434.973","18818.575"],["6441.130","18817.601"],["6422.364","18788.293"],["6450.750","18801.072"],["6283.676","18778.083"],["6304.306","18784.203"],["6302.197","18760.224"],["6286.953","18764.785"],["6399.340","18700.845"],["6329.779","18790.346"],["6315.241","18750.651"],["6366.143","18791.280"],["6289.712","18730.022"],["6261.272","18762.858"],["6367.067","18840.247"],["6326.235","18830.097"],["6301.956","18679.864"],["6440.983","18688.023"],["6442.246","18685.821"],["6257.979","18888.630"],["6257.979","18888.630"],["6445.592","18689.931"],["6257.743","18888.978"],["6287.720","18785.859"],["6296.355","18881.069"],["6302.345","18859.638"],["6323.545","18879.345"],["6379.976","18863.858"],["6455.795","18779.978"],["6441.423","18759.592"],["6281.648","18861.379"],["6342.210","18879.973"],["6378.418","18886.635"],["6391.718","18875.439"],["6262.191","18880.149"],["6426.463","18837.961"],["6259.951","18869.079"],["6329.581","18683.249"],["6322.703","18686.367"],["6322.454","18681.144"],["6320.298","18686.571"],["6310.011","18726.429"],["6338.541","18679.859"],["6432.587","18683.089"],["6383.176","18717.195"],["6408.997","18715.786"],["6363.761","18808.124"],["6331.841","18803.208"],["6327.565","18791.831"],["6333.286","18838.416"],["6262.494","18828.334"],["6257.824","18840.746"],["6260.607","18830.494"],["6254.498","18833.164"],["6256.867","18838.321"],["6397.024","18749.027"],["6277.512","18815.886"],["6302.013","18794.578"],["6284.643","18796.804"],["6428.429","18680.628"],["6431.194","18687.309"],["6379.899","18750.095"],["6327.341","18681.916"],["8905.489","12723.933"],["8937.808","12664.676"],["8961.364","12750.406"],["8900.969","12688.293"],["8983.698","12699.433"],["8795.545","12693.465"],["8904.979","12697.310"],["8936.970","12705.766"],["8965.245","12749.184"],["8977.566","12755.580"],["8920.788","12677.707"],["8957.183","12699.721"],["8982.040","12748.924"],["8967.186","12748.572"],["8896.759","12683.223"],["8975.129","12706.782"],["8779.969","12702.551"],["8788.834","12710.459"],["8790.216","12712.639"],["1953.703","10820.695"],["1969.851","10854.470"],["1905.197","10770.321"],["1889.882","10825.518"],["1978.298","10781.179"],["1988.448","10803.752"],["1942.218","10867.611"],["1918.076","10788.686"],["1872.756","10849.874"],["1937.380","10797.898"],["1841.162","10847.609"],["1909.293","10778.711"],["1977.768","10804.366"],["1932.045","10776.802"],["1929.591","10819.935"],["1978.990","10834.572"],["1970.341","10822.185"],["1960.471","10819.737"],["1957.135","10843.550"],["2000.225","10826.999"],["1967.926","10790.270"],["1995.873","10776.021"],["2008.507","10847.600"],["1905.205","10790.101"],["1856.286","10835.650"],["1912.195","10762.505"],["1874.453","10832.171"],["16585.182","18455.270"],["16575.791","18380.734"],["16593.192","18344.302"],["17825.870","16457.833"],["17812.480","16440.483"],["11414.757","18142.962"],["11458.787","18163.953"],["11478.900","18118.679"],["11507.719","18054.509"],["11427.666","18090.555"],["11487.831","18067.894"],["11471.590","18048.152"],["11423.918","18121.773"],["11472.479","18105.112"],["11508.696","18190.479"],["11443.847","18065.140"],["11401.992","18121.818"],["11473.406","18045.747"],["11411.599","18141.823"],["11473.564","18166.829"],["11448.425","18173.119"],["11399.969","18095.096"],["11501.005","18086.474"],["11471.416","18095.491"],["11476.137","18060.099"],["11438.425","18135.894"],["11405.742","18090.224"],["11471.985","18185.277"],["11425.459","18065.685"],["11494.437","18199.903"],["11459.165","18140.700"],["11436.030","18078.012"],["11506.714","18194.869"],["11426.758","18070.871"],["11507.814","18065.400"],["11393.177","18142.573"],["11461.630","18083.055"],["11485.061","18156.028"],["12952.541","16265.860"],["12959.658","16186.074"],["12930.177","16253.179"],["12863.563","16320.588"],["12924.502","16275.342"],["12926.427","16272.351"],["12965.501","16193.351"],["12902.078","16291.032"],["12889.860","16294.260"],["12874.806","16295.170"],["12945.943","16277.826"],["12911.418","16164.489"],["12880.703","16208.852"],["12835.536","16318.738"],["12913.176","16305.968"],["12936.011","16293.891"],["12961.290","16178.157"],["12892.792","16249.578"],["12906.251","16275.015"],["12958.112","16219.815"],["12955.517","16162.120"],["12936.180","16241.188"],["12969.048","16197.214"],["12900.020","16159.782"],["12985.518","16244.720"],["12971.751","16178.355"],["12874.815","16267.927"],["12939.608","16171.987"],["12786.018","16343.434"],["12795.966","16333.717"],["12831.878","16296.090"],["12858.420","16315.635"],["12854.764","16258.811"],["12853.498","16286.083"],["12860.940","16259.556"],["12834.594","16176.232"],["12847.228","16209.657"],["12932.358","16153.892"],["12874.585","16210.965"],["12973.280","16174.127"],["12950.338","16253.259"],["12791.557","16173.895"],["12792.485","16244.906"],["12953.280","16156.885"],["12909.157","16218.546"],["12961.072","16185.463"],["6706.946","5744.870"],["6724.016","5799.382"],["6738.210","5755.952"],["19397.864","14851.355"],["8920.434","14287.283"],["8939.693","14302.363"],["8921.337","14298.234"],["8925.696","14292.025"],["8896.270","14306.811"],["8911.516","14302.963"],["8904.592","14313.169"],["8939.265","14329.758"],["8934.627","14309.906"],["8893.022","14305.826"],["8931.624","14326.454"],["8907.315","14312.152"],["8869.017","14385.051"],["8810.805","14354.769"],["8912.136","14361.761"],["8964.658","14265.295"],["8922.143","14245.681"],["8784.808","14307.423"],["8820.455","14327.191"],["8795.809","14332.691"],["8849.882","14314.400"],["8877.673","14330.198"],["8858.853","14352.774"],["8848.422","14298.111"],["8834.661","14295.630"],["8862.683","14284.629"],["8816.048","14262.467"],["8837.745","14240.951"],["8960.711","14267.673"],["8780.097","14303.095"],["8792.373","14300.635"],["8808.570","14301.413"],["8821.179","14322.484"],["8812.157","14326.514"],["8840.050","14329.288"],["8854.553","14309.826"],["8868.676","14330.942"],["8853.737","14339.644"],["8840.593","14306.467"],["8828.395","14297.183"],["8863.391","14285.752"],["8834.223","14273.070"],["8854.819","14238.998"],["8832.136","14251.835"],["8984.721","14261.133"],["8838.490","14369.081"],["15100.301","14485.681"],["15289.347","14648.615"],["15265.449","14615.923"],["15168.988","14627.977"],["15246.286","14599.340"],["15264.825","14494.313"],["15224.800","14578.412"],["15242.749","14515.883"],["15184.103","14542.347"],["15139.561","14537.049"],["15254.265","14619.292"],["15213.227","14574.005"],["15288.114","14490.333"],["15219.622","14485.686"],["15298.949","14546.205"],["15144.785","14590.700"],["15124.779","14552.407"],["14656.012","12116.279"],["14664.466","12100.556"],["14618.175","12102.035"],["14601.712","12082.861"],["14515.114","12065.789"],["14550.216","12060.587"],["14625.659","12096.602"],["14630.987","12033.754"],["14470.670","12023.746"],["14541.925","11989.890"],["14622.628","11978.232"],["14654.492","11976.200"],["14573.306","12029.287"],["14598.358","12043.767"],["14663.962","12116.618"],["14622.773","12111.280"],["14598.258","12028.795"],["14479.058","12024.786"],["14493.384","12030.319"],["14537.978","11995.522"],["14570.017","11992.879"],["14609.470","11983.600"],["14599.141","12011.725"],["14654.409","11997.141"],["14663.669","11997.141"],["14619.155","12098.745"],["14655.060","12033.332"],["14581.976","12027.183"],["14610.527","12036.689"],["14664.525","11981.848"],["14665.840","11998.413"],["14473.515","12028.535"],["14472.249","12017.437"],["14552.452","11985.101"],["14546.679","11986.009"],["14609.339","11982.262"],["14590.375","11995.639"],["7599.795","14233.462"],["7588.870","14193.801"],["7579.816","14205.339"],["7689.060","14127.324"],["7541.899","14086.475"],["7595.501","14116.615"],["7687.563","14228.645"],["7667.728","14157.398"],["7602.146","14108.985"],["7650.583","14152.321"],["7723.372","14071.025"],["7691.807","14132.625"],["7659.323","14132.460"],["7619.054","14091.595"],["7695.855","14035.319"],["7685.872","14088.432"],["7551.192","14148.209"],["7614.119","14237.804"],["3153.930","17467.114"],["3249.300","17439.263"],["3260.112","17497.179"],["3124.548","17583.315"],["3227.056","17418.113"],["3168.584","17452.795"],["3213.025","17464.636"],["3232.245","17434.308"],["3298.665","17468.426"],["3297.152","17448.426"],["3115.715","17589.673"],["3100.676","17587.593"],["3231.809","17429.162"],["3201.479","17428.864"],["3158.206","17430.896"],["3232.590","17426.265"],["3265.178","17470.144"],["3126.324","17573.125"],["3115.781","17574.760"],["3104.673","17577.320"],["3296.115","17411.898"],["3215.345","17432.201"],["3201.907","17443.051"],["3224.777","17439.874"],["3098.127","17613.340"],["3293.531","17490.161"],["3609.198","12767.721"],["3609.148","12763.377"],["3626.053","12763.867"],["13000.920","12713.403"],["13051.545","12742.057"],["12996.650","12645.113"],["12996.515","12659.042"],["13014.258","12745.349"],["13094.293","12703.555"],["13125.623","12698.083"],["13174.292","12635.417"],["13074.442","12674.706"],["13054.063","12730.525"],["13015.261","12699.635"],["13098.487","12594.968"],["13009.997","12710.582"],["13060.954","12745.141"],["13122.630","12689.445"],["13012.447","12706.023"],["13033.238","12701.616"],["13074.803","12689.105"],["3890.419","14770.764"],["3853.714","14771.497"],["3875.282","14853.978"],["3924.317","14808.501"],["3922.935","14762.638"],["3875.621","14740.861"],["3822.480","14767.847"],["3930.963","14871.695"],["3914.164","14849.635"],["3861.850","14815.454"],["3864.498","14801.730"],["3815.687","14763.883"],["3863.111","14848.314"],["3874.164","14859.775"],["3857.661","14792.108"],["3891.165","14677.331"],["3910.690","14806.124"],["3912.439","14773.194"],["3860.510","14746.368"],["3842.797","14763.114"],["3827.138","14786.884"],["8831.474","9603.933"],["8791.819","9609.322"],["8831.339","9662.684"],["8794.352","9618.401"],["8812.393","9669.957"],["8817.016","9617.178"],["8798.019","9608.215"],["8786.429","9600.306"],["8827.992","9681.662"],["8805.287","9656.334"],["8801.322","9619.572"],["8822.441","9599.650"],["7137.253","17006.951"],["7195.829","16993.671"],["7109.277","17004.470"],["7193.033","16992.879"],["16956.556","18731.638"],["16811.471","18679.097"],["16947.312","18857.551"],["16793.247","18697.396"],["16904.549","18768.747"],["16924.121","18796.658"],["28291.584","7853.407"],["28302.341","7887.363"],["28181.272","7874.167"],["28217.423","7780.691"],["28182.226","7791.425"],["28201.584","7880.129"],["28180.877","7706.091"],["28348.953","7842.738"],["28184.742","7816.215"],["28188.837","7762.326"],["28169.035","7848.337"],["28199.758","7795.042"],["28313.492","7762.326"],["28296.864","7720.525"],["28290.466","7805.728"],["14637.079","14147.403"],["14572.341","14064.479"],["14465.326","14236.529"],["14476.897","14193.482"],["14497.251","14098.579"],["14513.399","14124.912"],["14465.887","14163.518"],["14497.646","14095.887"],["14503.183","14220.704"],["14481.260","14105.659"],["14508.586","14063.504"],["14638.995","14129.102"],["14654.491","14103.439"],["14656.548","14074.449"],["12985.430","12972.534"],["12964.777","13049.358"],["12983.456","13014.714"],["12926.126","13047.294"],["12974.384","12971.377"],["12964.400","12983.318"],["12907.234","13074.942"],["12911.510","13094.133"],["12907.563","13066.503"],["12927.039","13112.810"],["12914.622","13138.739"],["12898.947","13137.204"],["12912.943","13161.369"],["12893.124","13141.303"],["12925.953","13160.015"],["12871.616","13130.681"],["12896.583","13114.198"],["12886.764","13111.738"],["12846.488","13146.045"],["12840.518","13138.299"],["12854.630","13129.332"],["12862.639","13153.658"],["12934.782","13180.422"],["12927.480","13159.777"],["12955.254","13042.471"],["12902.566","13108.269"],["12912.367","13123.649"],["12877.471","13115.206"],["12847.343","13145.781"],["12945.386","13013.025"],["14584.437","9708.817"],["14595.273","9720.187"],["14576.221","9750.729"],["14527.698","9693.382"],["14643.920","9693.705"],["14491.785","9652.496"],["14549.302","9678.767"],["14532.841","9677.378"],["14532.591","9668.490"],["14612.605","9683.962"],["14467.768","9798.678"],["14472.441","9765.917"],["14566.856","9793.014"],["14669.992","9796.548"],["14482.106","9594.069"],["14495.752","9639.946"],["14629.356","9721.115"],["14599.605","9762.934"],["14534.799","9740.225"],["14480.719","9644.353"],["14593.740","9667.083"],["14462.737","9722.465"],["14565.813","9759.945"],["14614.296","9606.758"],["14525.561","9619.343"],["14629.868","9719.001"],["14565.937","9746.088"],["14537.329","9734.524"],["14469.990","9687.135"],["14520.039","9607.329"],["14528.643","9621.967"],["14605.451","9673.474"],["14482.474","9714.455"],["14510.123","9779.348"],["14653.528","9788.571"],["14595.446","9609.118"],["14488.059","9594.333"],["14517.304","9658.005"],["14628.218","9766.916"],["14597.542","9751.505"],["14514.113","9684.304"],["14466.101","9663.922"],["14534.480","9589.723"],["14561.176","9626.261"],["14582.145","9671.724"],["14581.593","9771.527"],["14514.350","9786.929"],["14609.625","9613.943"],["14490.559","9615.076"],["14521.827","9635.511"],["14637.648","9697.073"],["14615.948","9755.355"],["14501.093","9747.579"],["14523.748","9686.866"],["13645.144","13790.765"],["4448.349","19546.766"],["4483.824","19530.720"],["4516.539","19526.226"],["4555.494","19607.649"],["4481.474","19562.224"],["4495.208","19600.325"],["4459.449","19529.036"],["4510.551","19528.838"],["4547.495","19612.167"],["4529.697","19573.740"],["4528.513","19551.263"],["4538.767","19593.694"],["4558.845","19615.332"],["4554.717","19661.376"],["4443.727","19560.589"],["4453.201","19583.562"],["4538.761","19611.110"],["4532.133","19587.179"],["4532.049","19591.362"],["4511.737","19572.056"],["4510.938","19619.094"],["4551.230","19649.898"],["4524.814","19600.821"],["4519.770","19631.530"],["4537.505","19551.358"],["4485.475","19561.502"],["4462.587","19573.239"],["4415.604","19554.979"],["4432.857","19548.109"],["8881.791","12501.087"],["8887.317","12463.383"],["8921.347","12427.374"],["8936.282","12401.412"],["8888.672","12341.779"],["8891.764","12378.724"],["8840.353","12344.429"],["8859.202","12365.618"],["8979.865","12408.644"],["8983.577","12482.284"],["8957.465","12487.126"],["8911.606","12487.955"],["8779.382","12449.429"],["8892.827","12469.725"],["8903.814","12480.823"],["8917.581","12447.077"],["8911.528","12400.620"],["8898.047","12360.953"],["8899.412","12389.293"],["8849.350","12352.951"],["8873.889","12382.117"],["8906.277","12474.000"],["8785.668","12336.620"],["8801.470","12482.343"],["8910.903","12452.995"],["8950.788","12407.358"],["8891.402","12390.549"],["8854.514","12366.378"],["8792.416","12544.114"],["8933.267","12493.322"],["8916.182","12339.079"],["8794.711","12453.836"],["8780.837","12406.229"],["8796.265","12414.702"],["8961.554","12504.662"],["8930.918","12447.305"],["8838.494","12443.646"],["8820.146","12360.746"],["8975.342","12432.311"],["8971.438","12499.807"],["8932.497","12471.979"],["8942.218","12346.709"],["8952.003","12480.187"],["8790.813","12463.828"],["8811.487","12506.553"],["8818.995","12346.973"],["8972.135","12489.039"],["11286.686","10740.463"],["11303.841","10711.743"],["11279.448","10763.275"],["11293.331","10748.605"],["11293.790","10762.367"],["11289.038","10715.459"],["11294.054","10742.725"],["15835.707","11287.402"],["15877.580","11285.191"],["15874.728","11301.745"],["15831.613","11343.316"],["15821.448","11330.479"],["15749.188","11324.140"],["15765.124","11435.555"],["15818.398","11479.029"],["15852.107","11368.650"],["15864.140","11350.906"],["15880.106","11295.965"],["15802.245","11377.890"],["15794.524","11298.242"],["15734.944","11337.071"],["15737.657","11454.036"],["15865.768","11330.246"],["15838.700","11307.006"],["15856.735","11279.576"],["15916.286","11301.274"],["15825.614","11385.205"],["15789.491","11315.186"],["15760.734","11316.179"],["15747.196","11463.631"],["15831.112","11489.665"],["15857.338","11364.686"],["15891.324","11309.524"],["15832.923","11357.380"],["15931.780","11308.855"],["15875.189","11312.397"],["15828.887","11379.193"],["15802.665","11294.658"],["15762.921","11323.611"],["15761.999","11430.122"],["15859.091","11357.744"],["15818.460","11372.240"],["15827.901","11304.976"],["15726.869","11319.581"],["15767.493","11427.281"],["15892.475","11310.250"],["15880.676","11344.290"],["15869.650","11329.172"],["26753.259","7345.724"],["18650.493","16639.197"],["5477.410","7819.269"],["5502.529","7845.777"],["5535.155","7886.051"],["5596.774","7804.977"],["5516.448","7791.412"],["5489.262","7802.862"],["5501.838","7824.307"],["5576.062","7888.645"],["5598.196","7794.620"],["5610.294","7754.145"],["5455.467","7836.007"],["5450.333","7829.844"],["5490.693","7833.580"],["5535.720","7829.823"],["5517.935","7891.204"],["5564.518","7875.226"],["5607.343","7884.800"],["5588.222","7764.699"],["5615.647","7831.253"],["7403.343","15366.567"],["7404.572","15362.138"],["7410.164","15356.702"],["7407.370","15359.067"],["7453.751","15358.989"],["7449.928","15355.258"],["7447.707","15353.523"],["7442.630","15350.485"],["7431.156","15352.751"],["7427.315","15353.617"],["7423.939","15353.938"],["7421.827","15354.320"],["7444.747","15352.282"],["7452.009","15357.591"],["7451.291","15346.089"],["7449.396","15346.427"],["7447.452","15346.735"],["7445.342","15347.282"],["7455.110","15347.501"],["7455.537","15351.433"],["7455.893","15353.717"],["7456.644","15355.777"],["7456.626","15357.653"],["7399.250","15366.232"],["7398.638","15364.352"],["7398.277","15360.058"],["7397.535","15357.466"],["7399.235","15354.185"],["7401.440","15353.928"],["7405.891","15353.576"],["7408.423","15353.025"],["7505.326","15425.249"],["7501.908","15419.179"],["7455.408","15349.297"],["7443.083","15347.556"],["7452.801","15346.231"],["7429.588","15349.975"],["7427.220","15350.136"],["7424.392","15350.794"],["7422.194","15351.262"],["7403.594","15353.981"],["7398.398","15362.402"],["7498.238","15420.006"],["7497.637","15429.769"],["7388.677","15409.723"],["7395.392","15435.976"],["7417.049","15484.413"],["7496.035","15495.267"],["8419.227","14985.317"],["8404.062","14999.817"],["8452.288","14998.308"],["8452.074","14996.475"],["8423.303","14933.949"],["8438.468","14938.887"],["8400.877","14922.307"],["8406.464","14895.267"],["8403.877","14889.254"],["8472.524","14882.034"],["8471.041","14874.939"],["8377.002","14880.306"],["8380.069","14882.747"],["8376.219","14877.737"],["8562.238","14930.148"],["8451.990","15059.156"],["8410.214","14998.331"],["8448.735","14989.308"],["8431.486","14975.397"],["3914.416","16677.907"],["3832.399","16740.341"],["3811.465","16670.142"],["3764.650","16568.329"],["3811.051","16580.776"],["3865.766","16707.550"],["3919.412","16584.180"],["3898.528","16700.038"],["3929.531","16709.617"],["3866.807","16712.529"],["3840.245","16727.723"],["3854.952","16680.976"],["3850.116","16664.361"],["3837.679","16646.606"],["3835.656","16599.686"],["3865.141","16666.080"],["3827.476","16724.544"],["3867.575","16758.436"],["3926.571","16733.837"],["3912.212","16732.284"],["3820.685","16773.260"],["3810.840","16744.464"],["3935.155","16616.893"],["3903.984","16583.684"],["3898.100","16726.561"],["3924.465","16671.185"],["3819.570","16716.080"],["3797.221","16664.229"],["3799.886","16691.463"],["3780.127","16571.830"],["3829.406","16615.640"],["3866.906","16602.131"],["3850.568","16703.025"],["3842.279","16699.226"],["3894.416","16736.264"],["3794.014","16751.681"],["3807.715","16737.841"],["3924.362","16601.471"],["3926.409","16572.641"],["3930.781","16722.963"],["3932.837","16731.237"],["3912.598","16746.506"],["3823.732","16643.200"],["3814.160","16687.002"],["3877.913","16655.830"],["3872.173","16669.604"],["3778.736","16737.199"],["3830.962","16743.421"],["3792.316","16638.391"],["3848.467","16618.226"],["3827.940","16585.894"],["3800.884","16595.226"],["3727.458","16770.331"],["7190.291","13429.942"],["7185.324","13443.303"],["7102.828","13464.596"],["7118.812","13401.285"],["7113.154","13393.489"],["7108.310","13546.312"],["7120.546","13565.601"],["7157.714","13574.950"],["7165.527","13556.106"],["7206.821","13427.448"],["7182.890","13442.279"],["7124.095","13448.576"],["7130.230","13455.183"],["7111.106","13549.549"],["7137.619","13528.293"],["7152.533","13576.717"],["7165.905","13589.698"],["7204.584","13462.180"],["7110.004","13551.811"],["7277.325","13477.258"],["7251.553","13398.939"],["7222.733","13552.273"],["7206.137","13486.436"],["7292.647","13568.173"],["7100.715","13582.286"],["7104.364","13445.276"],["7128.772","13470.611"],["7274.843","13405.460"],["7207.946","13529.839"],["7293.996","13569.263"],["7149.317","13603.128"],["7268.361","13446.820"],["7254.493","13525.221"],["7184.788","13519.038"],["7123.988","13567.109"],["7246.762","13550.142"],["7247.222","13494.413"],["7268.404","13593.953"],["4986.663","16230.195"],["4978.973","16304.973"],["4976.377","16186.993"],["4987.729","16199.299"],["4985.540","16210.694"],["4982.445","16229.893"],["8954.456","17010.912"],["8954.081","17149.279"],["8985.475","16996.227"],["8962.688","17137.744"],["8966.834","17091.868"],["10165.825","17214.357"],["14847.137","12190.593"],["15965.571","5760.993"],["16088.345","5774.758"],["16095.134","5781.086"],["16044.395","5776.222"],["16018.731","5734.246"],["15993.150","5736.135"],["16109.938","5720.237"],["16037.051","5723.431"],["16031.727","5692.410"],["16067.309","5775.353"],["16054.839","5756.932"],["15986.374","5733.757"],["16107.043","5724.911"],["16061.163","5693.803"],["16032.922","5716.032"],["16026.168","5695.053"],["15953.334","5769.449"],["5817.282","13980.360"],["28780.278","11681.655"],["28804.958","11691.982"],["15520.592","15713.136"],["15536.198","15703.503"],["15720.574","15695.462"],["15521.189","15705.599"],["15660.344","15542.394"],["15571.489","15682.711"],["15591.972","15672.848"],["15652.607","15628.182"],["15635.459","15659.898"],["15661.112","15580.032"],["15544.036","15518.987"],["15550.832","15529.646"],["15616.100","15547.035"],["13304.185","16420.404"],["13266.682","16412.448"],["13354.776","16548.527"],["13246.078","16491.332"],["13237.770","16524.819"],["13369.503","16504.858"],["13408.039","16549.019"],["13345.374","16553.347"],["13275.799","16547.791"],["13336.967","16531.549"],["13259.780","16537.646"],["13261.018","16429.761"],["13396.399","16481.924"],["13381.000","16507.455"],["13244.351","16468.425"],["13211.849","16554.118"],["13281.786","16544.141"],["13286.589","16490.326"],["13231.852","16369.250"],["13227.443","16559.365"],["13297.233","16446.973"],["13294.761","16439.684"],["13268.615","16423.423"],["13274.957","16415.859"],["13263.193","16370.315"],["13267.616","16440.265"],["13264.277","16445.517"],["13321.789","16477.854"],["13317.677","16477.722"],["13346.859","16432.438"],["13365.710","16443.367"],["13382.087","16426.773"],["13391.625","16412.688"],["13405.085","16397.849"],["13297.954","16408.322"],["13313.652","16405.773"],["13338.704","16413.174"],["13276.020","16354.344"],["13278.889","16381.496"],["13271.175","16374.213"],["13284.146","16438.444"],["13322.488","16464.777"],["13400.127","16478.873"],["13392.713","16472.903"],["13403.778","16560.476"],["13214.563","16534.398"],["13209.845","16472.653"],["13236.825","16392.426"],["13248.765","16422.445"],["13394.672","16481.610"],["13322.148","16549.881"],["13293.473","16540.568"],["13205.613","16420.186"],["13263.499","16516.435"],["13354.868","16544.298"],["13332.740","16539.294"],["13226.260","16388.292"],["13286.828","16526.035"],["13233.836","16440.087"],["13328.899","16558.251"],["13220.058","16466.840"],["13260.900","16517.013"],["13331.308","16481.135"],["13305.553","16533.233"],["13200.597","16524.487"],["13224.876","16534.101"],["13233.129","16440.352"],["13251.852","16526.185"],["13302.190","16524.119"],["13398.669","16498.687"],["13393.004","16502.594"],["13364.171","16556.838"],["13323.154","16551.382"],["13341.719","16544.901"],["13252.627","16489.746"],["13340.208","16524.414"],["13244.385","16360.398"],["13220.021","16439.790"],["13213.726","16472.422"],["13306.382","16560.960"],["13303.588","16549.074"],["13255.657","16428.423"],["13385.390","16483.354"],["13242.446","16516.088"],["13304.548","16478.608"],["13347.411","16528.097"],["13205.652","16562.548"],["12810.785","12924.644"],["12845.880","12855.517"],["12811.591","12908.426"],["12821.114","12908.178"],["12815.559","12802.972"],["12833.890","12934.978"],["12810.803","12951.545"],["12859.755","12891.608"],["12800.666","12900.925"],["12810.832","12889.955"],["12784.685","12890.940"],["12781.600","12870.287"],["12795.218","12867.881"],["12788.036","12964.521"],["12792.818","12954.340"],["12871.225","12882.051"],["11387.670","15303.202"],["11383.953","15307.629"],["11407.492","15297.822"],["11365.042","15329.143"],["11378.328","15303.648"],["11352.283","15336.316"],["11459.795","15310.122"],["11400.248","15506.796"],["11348.524","15493.118"],["14656.727","9207.254"],["14617.505","9257.625"],["14582.220","9241.633"],["14652.501","9175.545"],["14643.295","9267.749"],["14668.520","9194.306"],["14600.505","9187.398"],["14643.130","9274.553"],["14665.977","9171.504"],["14612.365","9186.723"],["14626.553","9192.825"],["14655.352","9243.569"],["14619.168","9222.173"],["14635.023","9204.336"],["13992.700","15251.243"],["13983.496","15272.903"],["13843.059","15244.927"],["14015.085","15236.603"],["14006.137","15247.866"],["13927.743","15253.315"],["13923.993","15250.458"],["13988.077","15248.237"],["13964.360","15270.235"],["13963.492","15281.170"],["13961.977","15287.015"],["13922.611","15289.540"],["13906.441","15280.237"],["13833.107","15132.484"],["13874.103","15277.651"],["13894.766","15270.408"],["13979.854","15272.576"],["13928.420","15271.246"],["13944.918","15266.167"],["13830.474","15242.362"],["14006.039","15250.707"],["13997.486","15236.652"],["14024.301","15271.505"],["14003.220","15268.748"],["13932.184","15259.574"],["13925.917","15262.448"],["13978.932","15270.565"],["13952.785","15294.052"],["14039.095","15244.897"],["13834.127","15276.268"],["13987.124","15268.402"],["13975.880","15287.363"],["13888.225","15286.551"],["13855.739","15276.681"],["13833.667","15280.479"],["13840.810","15258.196"],["13873.381","15261.567"],["13870.996","15252.747"],["13892.907","15257.947"],["13893.269","15262.770"],["13847.702","15266.973"],["13852.547","15087.361"],["14036.232","15276.406"],["14036.080","15264.346"],["13971.126","15251.015"],["13865.075","15260.064"],["13898.220","15256.791"],["13900.127","15254.545"],["13983.445","15243.318"],["13887.644","15260.639"],["13877.039","15084.241"],["14026.870","15232.366"],["13968.741","15248.224"],["13871.720","15264.804"],["13895.259","15258.707"],["5191.242","10901.744"],["5181.549","10945.934"],["5080.745","11007.739"],["5058.829","11012.645"],["5079.563","11019.373"],["5080.091","11026.512"],["5187.420","10934.307"],["5052.818","11011.158"],["5044.832","11024.321"],["5129.237","11017.812"],["5083.447","11026.760"],["5181.313","10913.056"],["5195.412","10936.826"],["5193.247","10915.910"],["5052.538","11012.430"],["5091.854","10991.337"],["5114.751","11039.145"],["5141.861","10886.742"],["5136.874","10950.486"],["5171.723","10890.212"],["5191.881","10886.393"],["5168.475","11037.678"],["5097.176","11022.752"],["5182.886","11003.203"],["5195.885","10863.936"],["5180.227","10895.445"],["5153.442","11004.152"],["5133.278","11042.719"],["5170.748","11038.612"],["5168.898","11018.529"],["3682.859","18709.394"],["3674.237","18685.010"],["3649.374","18700.480"],["3657.110","18698.419"],["3673.497","18680.254"],["3649.094","18681.239"],["3646.200","18690.504"],["3650.232","18698.860"],["3696.123","18700.648"],["3716.872","18699.369"],["3675.161","18709.576"],["3688.185","18701.922"],["3647.033","18680.601"],["3642.417","18682.164"],["3630.397","18691.890"],["3664.709","18707.998"],["3711.485","18678.155"],["3659.747","18684.432"],["5839.595","9349.540"],["5901.040","9290.335"],["5853.378","9364.156"],["5831.618","9358.590"],["5856.416","9338.098"],["5836.099","9363.463"],["5891.226","9315.216"],["5859.541","9320.559"],["5882.788","9318.271"],["5895.014","9270.004"],["26905.550","16453.361"],["26889.470","16497.997"],["26918.771","16459.820"],["26929.803","16447.115"],["26919.080","16436.443"],["26912.043","16442.867"],["26920.408","16447.645"],["26929.769","16421.279"],["26897.001","16451.891"],["26901.700","16492.727"],["26963.806","16474.939"],["26962.319","16510.811"],["8283.155","12377.194"],["8304.504","12399.573"],["8189.634","12466.742"],["8173.845","12488.955"],["8252.332","12338.064"],["8304.224","12389.845"],["8316.264","12387.054"],["8221.131","12499.822"],["8195.013","12519.591"],["8160.492","12429.364"],["8164.620","12426.804"],["8312.875","12366.459"],["8333.714","12396.534"],["8211.756","12523.357"],["8216.328","12508.675"],["8147.054","12454.748"],["8322.252","12507.666"],["8253.157","12433.447"],["8220.736","12532.950"],["8151.630","12517.470"],["8350.887","12415.635"],["8289.059","12350.599"],["8207.844","12428.327"],["8300.640","12523.488"],["8155.884","12540.266"],["8351.742","12471.671"],["8332.719","12503.858"],["8180.048","12477.245"],["8194.160","12389.582"],["8320.279","12451.746"],["8221.381","12438.649"],["8340.120","12355.769"],["8337.291","12512.116"],["5669.910","19073.652"],["5721.841","19098.030"],["5687.113","19090.581"],["5695.814","19048.714"],["5798.237","19094.744"],["5809.652","19083.514"],["5725.327","19087.014"],["5668.725","19081.134"],["5674.449","19084.520"],["5827.859","19092.349"],["5732.663","19100.210"],["5629.073","19071.027"],["5635.027","18983.829"],["5687.247","18937.355"],["5668.120","19001.116"],["5693.745","19032.215"],["5719.419","19012.762"],["5731.163","18996.131"],["5673.166","19065.725"],["5754.686","19094.958"],["5651.063","19074.627"],["5773.485","19097.989"],["5691.068","18976.618"],["11865.945","18885.734"],["11855.418","18802.630"],["11909.508","18695.371"],["8630.872","18467.992"],["8646.818","18506.809"],["8651.110","18492.771"],["8616.707","18504.985"],["8603.272","18512.729"],["8661.801","18507.284"],["8670.288","18505.302"],["8705.130","18526.149"],["8702.811","18500.947"],["8672.736","18545.264"],["8719.969","18546.327"],["8718.999","18565.915"],["8647.979","18529.731"],["8663.242","18535.578"],["8611.445","18605.142"],["8677.253","18626.263"],["8650.596","18571.558"],["8660.695","18581.500"],["8720.688","18589.912"],["8714.256","18601.756"],["8704.945","18668.080"],["8710.031","18664.043"],["8686.781","18643.656"],["8672.670","18639.329"],["8635.468","18660.898"],["8642.836","18635.315"],["8602.730","18666.174"],["8632.203","18670.105"],["8605.367","18643.553"],["8594.989","18639.623"],["8586.535","18669.764"],["8590.371","18637.276"],["8586.210","18612.079"],["8590.914","18619.974"],["8568.380","18497.601"],["8582.393","18508.022"],["8579.055","18601.401"],["8571.453","18582.990"],["8580.072","18568.324"],["8622.523","18552.907"],["8601.277","18581.228"],["8596.513","18577.061"],["8721.229","18648.107"],["8745.876","18551.258"],["8741.567","18535.717"],["8765.189","18586.213"],["8699.619","18577.552"],["8679.948","18565.265"],["8769.901","18578.906"],["8690.803","18566.090"],["8744.242","18570.680"],["8761.050","18538.517"],["8688.895","18584.505"],["4428.645","10431.708"],["4512.572","10416.582"],["4433.149","10431.400"],["4467.691","10417.954"],["4554.817","10427.955"],["4506.602","10415.872"],["14581.822","17123.259"],["14641.493","17169.749"],["14532.202","17046.048"],["14517.400","17035.329"],["14529.628","17068.816"],["14509.266","17072.598"],["14530.590","17049.037"],["14508.008","17045.519"],["14668.812","17095.910"],["14534.021","16990.879"],["14628.320","17189.994"],["14634.611","17143.480"],["14512.715","17202.364"],["14556.565","17156.025"],["14545.585","17171.033"],["14594.784","17111.497"],["14599.834","17037.541"],["14654.395","17093.734"],["14592.502","17112.527"],["14555.449","17113.007"],["14551.582","17086.460"],["14596.839","17186.701"],["14686.626","17001.945"],["14603.186","17080.561"],["14589.969","17107.292"],["14628.934","17099.960"],["14587.330","17145.125"],["14632.956","17047.911"],["14622.156","17197.501"],["14512.771","17150.248"],["14523.836","17113.071"],["14556.222","17109.390"],["14565.911","17091.883"],["14526.839","17183.838"],["14615.174","17177.222"],["14603.106","17133.578"],["14521.676","17070.887"],["14475.808","16996.508"],["14522.153","17035.329"],["14479.455","17055.164"],["14483.203","17098.302"],["14594.188","17015.608"],["14507.672","17018.509"],["14550.945","16989.310"],["14533.392","17153.786"],["14549.807","17108.465"],["14541.542","17091.448"],["14629.492","17195.602"],["14582.000","16986.970"],["14641.451","17006.999"],["14479.126","17071.200"],["14522.975","17039.458"],["14560.695","17110.645"],["14557.258","17106.219"],["13521.261","13689.865"],["13602.142","13760.119"],["13530.329","13607.306"],["13530.283","13726.280"],["13560.546","13719.855"],["13468.923","13710.735"],["13441.609","13750.528"],["13548.823","13666.040"],["13442.717","13742.493"],["13549.009","13770.028"],["13495.280","13691.688"],["13552.007","13608.660"],["13491.440","13714.336"],["13583.378","13753.571"],["13531.020","13608.198"],["13465.080","13633.739"],["13562.096","13654.710"],["13412.584","13652.817"],["13473.902","13743.631"],["13576.509","13713.975"],["13572.077","13770.103"],["13491.925","13684.058"],["13440.881","13724.509"],["13611.635","13643.997"],["13547.507","13617.072"],["13595.801","13613.551"],["13560.555","13768.574"],["13484.277","13654.446"],["13451.250","13669.392"],["13536.964","13651.737"],["13587.155","13661.792"],["13552.594","13741.208"],["13415.885","13631.871"],["13492.312","13739.455"],["13591.368","13759.060"],["13830.793","12248.314"],["14026.293","12140.184"],["13911.808","12258.416"],["14001.828","12210.146"],["13970.638","12331.249"],["13954.185","12298.222"],["14035.479","12285.326"],["13955.845","12158.211"],["13997.196","12264.758"],["13936.701","12167.588"],["13946.760","12158.837"],["13985.206","12210.185"],["14035.875","12195.353"],["13887.569","12313.104"],["13887.158","12254.640"],["14024.253","12316.681"],["13899.338","12260.582"],["14014.953","12214.043"],["13930.523","12328.640"],["13917.597","12268.573"],["13930.230","12332.520"],["13959.810","12292.525"],["13965.600","12183.975"],["13966.174","12168.236"],["14015.962","12259.308"],["13949.810","12176.341"],["13940.115","12138.705"],["13951.356","12132.452"],["14020.184","12215.997"],["13849.444","12252.740"],["13883.392","12261.989"],["13921.857","12328.863"],["13896.759","12317.798"],["14020.586","12143.454"],["13982.032","12312.916"],["14020.289","12291.198"],["11966.288","17863.395"],["12029.082","17917.214"],["11969.345","17886.776"],["12039.356","17932.773"],["11964.833","18027.141"],["11946.140","17864.683"],["12051.779","17915.876"],["11987.799","17907.882"],["11952.020","17984.284"],["11974.718","18007.125"],["11954.258","17871.777"],["11937.324","17837.647"],["11981.138","17896.850"],["12038.435","17995.746"],["11977.070","18034.622"],["12038.805","17844.501"],["12035.151","17916.553"],["12078.283","17981.009"],["12040.655","17967.587"],["11979.520","17976.984"],["12123.491","17881.531"],["12093.782","17923.243"],["11951.864","17845.376"],["11964.101","17837.284"],["12040.030","18017.166"],["11968.172","17947.488"],["12133.336","17843.890"],["12089.719","17909.288"],["12052.264","17839.676"],["12053.457","17853.118"],["12006.905","17992.608"],["11984.208","17963.937"],["11953.755","18003.018"],["12140.218","17872.877"],["12041.946","17843.576"],["12018.990","18031.678"],["12008.210","17914.125"],["11982.980","17901.161"],["12028.024","17973.615"],["12034.405","17964.036"],["11944.034","18040.954"],["11316.536","18364.422"],["11477.763","18367.782"],["11420.065","18339.871"],["11509.161","18320.365"],["11473.749","18279.258"],["11504.669","18409.633"],["11423.122","18301.876"],["11396.519","18283.827"],["11424.736","18389.615"],["11326.748","18256.635"],["11510.363","18276.762"],["11468.240","18397.493"],["11510.953","18342.924"],["11485.294","18445.868"],["11435.954","18328.657"],["11336.026","18293.670"],["11477.304","18267.051"],["11409.062","18359.326"],["11511.809","18349.365"],["11453.190","18269.762"],["11366.256","18307.180"],["11370.762","18372.465"],["11401.398","18353.331"],["11364.224","18276.443"],["11365.697","18366.717"],["11330.828","18335.850"],["11355.350","18262.234"],["11417.670","18391.669"],["11483.766","18403.917"],["11492.220","18379.624"],["11445.511","18262.443"],["11473.059","18297.326"],["11472.384","18309.729"],["11305.351","18360.029"],["11404.029","18395.875"],["11336.699","18260.004"],["11343.723","18345.660"],["11404.819","18386.576"],["11353.312","18365.941"],["11512.565","18326.426"],["11390.022","18301.168"],["15173.604","9033.869"],["15226.870","9104.722"],["15200.596","9058.089"],["15212.082","9120.927"],["15235.742","8983.085"],["15230.752","9153.277"],["15232.751","9016.949"],["15201.177","9126.724"],["15238.219","9137.290"],["15188.360","9033.200"],["15196.408","9148.359"],["15148.246","8989.283"],["15095.304","8977.072"],["15146.841","9136.687"],["15124.483","9035.610"],["15232.929","8992.020"],["15200.416","9029.864"],["15134.772","9080.879"],["15190.281","8985.991"],["15170.701","9042.102"],["15199.387","9151.047"],["15227.998","9029.369"],["15122.949","8957.078"],["15156.796","9031.940"],["15099.653","9121.707"],["15114.993","9036.717"],["15146.551","8987.615"],["15153.589","9047.216"],["15130.199","9082.826"],["15100.921","9151.061"],["15125.816","9071.547"],["14481.662","16079.895"],["14578.118","16063.505"],["14483.153","15979.130"],["14569.775","15934.420"],["14517.549","16062.937"],["14493.663","15970.116"],["14657.173","16026.413"],["14473.150","15996.471"],["14470.659","16088.235"],["14637.793","15943.108"],["14604.290","15936.172"],["14468.207","16102.899"],["14526.061","16050.369"],["14468.793","16072.945"],["14541.336","16025.646"],["14634.125","15936.882"],["14472.182","15986.208"],["14618.406","15978.138"],["14537.764","15981.557"],["14897.943","18492.127"],["14954.289","18482.849"],["14908.812","18522.849"],["14987.003","18504.385"],["14943.655","18630.742"],["15033.228","18624.582"],["14989.396","18541.741"],["14946.188","18582.765"],["14928.590","18549.487"],["14975.317","18557.910"],["14955.298","18656.256"],["14892.811","18504.051"],["14955.095","18521.131"],["14970.605","18483.740"],["14911.345","18517.283"],["14966.658","18526.350"],["14989.947","18515.714"],["14978.409","18563.343"],["15023.491","18580.833"],["14990.942","18627.323"],["14987.455","18559.099"],["14990.942","18606.415"],["15011.155","18556.555"],["15025.251","18603.161"],["15034.988","18574.227"],["15033.919","18560.684"],["14987.899","18546.200"],["14982.356","18537.794"],["14939.905","18534.970"],["14986.104","18605.554"],["14949.805","18656.338"],["14944.509","18613.977"],["14970.216","18669.038"],["14926.400","18647.486"],["14941.894","18660.451"],["14893.585","18521.078"],["14883.815","18501.623"],["14966.378","18473.105"],["14929.437","18487.754"],["14997.093","18563.046"],["14992.274","18563.211"],["15004.445","18534.128"],["14994.938","18586.283"],["14914.558","18669.683"],["14988.604","18641.342"],["14887.992","18564.678"],["14900.492","18548.824"],["14980.704","18506.746"],["14905.128","18476.176"],["14996.806","18507.539"],["14978.549","18471.354"],["14930.391","18478.935"],["15022.833","18565.507"],["15001.057","18635.812"],["14988.442","18562.451"],["15021.419","18602.534"],["14964.873","18568.397"],["14941.435","18551.700"],["14994.165","18626.762"],["14999.229","18646.693"],["14997.042","18625.455"],["14998.127","18633.927"],["14991.614","18666.925"],["14960.347","18661.590"],["14901.049","18470.660"],["14924.256","18506.152"],["14961.000","18485.342"],["15024.593","18595.895"],["14974.215","18560.238"],["14938.425","18541.956"],["14977.998","18615.052"],["14907.009","18668.460"],["14915.232","18616.371"],["19084.091","18151.832"],["18905.872","18225.648"],["19071.890","18216.946"],["18902.058","18067.168"],["19492.706","5105.957"],["19500.913","5145.098"],["19506.604","4946.039"],["19490.617","5037.699"],["20627.809","6874.545"],["20768.507","7037.408"],["20737.460","6860.283"],["20662.734","6992.993"],["20721.155","7034.777"],["20639.955","7043.282"],["20768.458","6992.041"],["20766.682","6968.655"],["20645.704","6872.563"],["20638.879","6857.914"],["20569.109","6896.692"],["20656.066","6845.593"],["20774.823","7028.325"],["20715.141","6851.233"],["20686.917","6863.553"],["20727.751","7046.982"],["20693.919","6988.980"],["20763.771","6967.449"],["20718.397","6840.861"],["20682.340","7014.711"],["20726.797","7005.429"],["20690.563","6999.732"],["20723.425","6992.713"],["20630.925","7040.045"],["20649.428","7044.587"],["4381.353","10616.471"],["4436.148","10625.736"],["4452.868","10467.629"],["4412.350","10462.279"],["4402.782","10541.007"],["4542.505","10571.638"],["4557.506","10465.045"],["4534.190","10492.771"],["4413.939","10489.648"],["4444.726","10531.789"],["4538.253","10641.749"],["4481.340","10562.105"],["4373.079","10540.382"],["4398.014","10633.465"],["4453.007","10609.749"],["4416.117","10459.174"],["4369.846","10545.443"],["4440.940","10542.840"],["4565.965","10477.960"],["4553.047","10552.909"],["4555.746","10444.731"],["4524.289","10484.695"],["4413.624","10529.774"],["4514.290","10625.151"],["4461.702","10571.684"],["4472.250","10615.232"],["4433.100","10459.658"],["4392.531","10456.218"],["4503.098","10442.940"],["4359.649","10596.095"],["4443.605","10533.872"],["4528.235","10434.277"],["4531.666","10575.634"],["4550.802","10497.098"],["4427.520","10493.687"],["4445.400","10507.065"],["4553.648","10603.913"],["4486.604","10562.006"],["4464.713","10631.290"],["4477.835","10511.801"],["4456.881","10556.521"],["4375.752","10637.938"],["4395.841","10513.360"],["4530.886","10437.204"],["4540.580","10577.104"],["4557.320","10458.612"],["4543.664","10511.334"],["4411.025","10533.886"],["4540.967","10635.985"],["4456.242","10554.178"],["4458.808","10612.776"],["4500.730","10533.585"],["4358.835","10495.260"],["4441.147","10498.296"],["4548.450","10504.348"],["4516.607","10454.822"],["4553.508","10558.079"],["4559.595","10438.356"],["4429.792","10508.700"],["4536.428","10632.682"],["4480.765","10573.682"],["4493.348","10636.938"],["4519.823","10541.103"],["4419.578","10596.670"],["4376.073","10624.371"],["4543.855","10595.038"],["4450.541","10504.327"],["4387.700","10497.853"],["4419.331","10579.180"],["5707.660","16794.275"],["5620.229","16793.736"],["5639.054","16802.053"],["5630.306","16832.553"],["5640.416","16831.120"],["5625.687","16823.696"],["5693.682","16801.428"],["5634.159","16810.248"],["5622.228","16822.908"],["13556.383","16954.990"],["13604.354","16863.857"],["13594.339","16927.139"],["13558.837","16950.430"],["13583.481","16883.592"],["13608.022","16906.698"],["13601.992","16976.311"],["13586.239","16949.852"],["13585.688","16896.817"],["13582.929","16981.927"],["13585.967","16932.391"],["13559.541","16954.775"],["13541.010","16977.416"],["13590.084","16980.473"],["13607.283","16873.085"],["13570.067","16965.940"],["13587.554","16939.530"],["13606.181","16932.688"],["21373.818","6844.958"],["21350.380","6857.311"],["21226.552","6961.571"],["21296.976","6954.801"],["21296.976","6962.613"],["21382.323","7018.992"],["21360.324","6904.686"],["21317.058","6962.084"],["21296.466","6943.405"],["21370.004","7049.859"],["21364.271","6873.456"],["18595.457","18408.698"],["18638.565","18271.027"],["18511.618","18271.880"],["9718.290","17116.640"],["9709.076","17107.698"],["9726.267","17121.022"],["9679.302","17133.289"],["9660.022","17127.384"],["9659.641","17089.161"],["9703.905","17093.821"],["9678.734","17161.297"],["9739.475","17182.730"],["9736.137","17004.027"],["9723.248","17006.089"],["9719.245","17103.070"],["9740.666","17121.800"],["9731.851","17104.857"],["9698.904","17073.570"],["9680.226","17048.006"],["9673.298","17043.462"],["9662.656","17044.104"],["9714.057","17048.073"],["9682.488","17035.201"],["9666.654","17036.355"],["9639.578","17044.082"],["9622.941","17130.077"],["9649.842","17176.253"],["9682.926","17183.351"],["9754.203","17152.925"],["9771.182","17164.806"],["9771.497","17130.786"],["9651.988","17086.027"],["9731.554","17126.084"],["9683.388","17096.585"],["9654.743","17105.011"],["9641.567","17113.529"],["9632.972","17139.349"],["9638.434","17126.785"],["9660.002","17189.504"],["9695.381","17163.160"],["9671.405","17141.649"],["9677.880","17050.816"],["9653.013","17053.865"],["9621.980","17059.659"],["9760.621","17176.523"],["9764.921","17189.304"],["1636.046","13426.283"],["1750.467","13531.403"],["1800.996","13569.255"],["1647.751","13439.432"],["1772.668","13454.938"],["1631.252","13471.107"],["1753.559","13551.122"],["1733.643","13445.496"],["1696.772","13502.847"],["1806.704","13531.511"],["1794.318","13504.187"],["1731.552","13419.969"],["1775.310","13558.941"],["1749.106","13536.216"],["1679.510","13553.841"],["1685.105","13396.159"],["1720.832","13472.030"],["1638.173","13509.844"],["1687.881","13530.970"],["1674.364","13476.399"],["1683.181","13393.550"],["1707.147","13508.760"],["1644.685","13481.140"],["1627.573","13515.652"],["1692.250","13567.351"],["1685.492","13578.582"],["7538.968","16129.153"],["7531.594","16059.486"],["7558.749","16040.725"],["7534.798","16040.847"],["7524.391","16064.285"],["7525.543","16082.501"],["7517.467","16122.935"],["7549.757","15967.872"],["7591.785","16072.499"],["7583.265","16063.316"],["7558.299","15990.284"],["7582.360","16099.699"],["7570.107","16120.938"],["7552.921","15981.597"],["7550.477","16037.159"],["7549.079","16043.782"],["7533.784","16093.422"],["7529.265","16108.675"],["7526.091","16088.064"],["7597.033","16125.306"],["7568.446","16084.836"],["7532.533","16068.588"],["7540.495","16123.677"],["7573.894","16091.727"],["7518.622","16114.183"],["7529.326","16038.910"],["7520.051","16126.469"],["7587.496","16102.099"],["8750.879","18033.600"],["18372.762","14273.369"],["18365.036","14293.574"],["18361.831","14267.388"],["18397.437","14255.204"],["6594.946","19388.799"],["6559.255","19323.663"],["6468.568","19385.100"],["6647.737","19313.132"],["6645.405","19420.330"],["6630.470","19406.044"],["6592.216","19356.726"],["6598.499","19395.356"],["6573.795","19319.947"],["6550.949","19331.789"],["6479.156","19374.278"],["6665.977","19354.090"],["6653.905","19358.747"],["6636.835","19387.696"],["6583.877","19363.101"],["6588.729","19395.207"],["6571.689","19314.960"],["6544.469","19338.048"],["6660.464","19435.472"],["6576.064","19318.593"],["6476.442","19461.321"],["6546.598","19453.875"],["6533.128","19480.035"],["6561.023","19490.135"],["6475.804","19414.377"],["6499.768","19368.415"],["6641.772","19420.828"],["6629.305","19368.706"],["9029.599","14490.317"],["9016.607","14475.259"],["9007.909","14463.347"],["8991.592","14450.354"],["9003.707","14529.153"],["8999.387","14547.285"],["8988.227","14647.068"],["4695.059","14220.748"],["4756.941","14044.366"],["4756.399","14036.274"],["4743.520","14054.193"],["4717.407","14034.768"],["4702.325","14032.787"],["4700.269","14044.479"],["4680.028","14127.904"],["4665.472","14135.501"],["4685.916","14136.046"],["4675.737","14136.701"],["4643.977","14128.691"],["4616.599","14046.068"],["4635.563","14054.838"],["4626.648","14077.513"],["4575.840","14061.564"],["4596.086","14130.183"],["4608.306","14123.791"],["4586.581","14203.291"],["4594.081","14194.620"],["4641.351","14205.405"],["4765.685","14093.155"],["4747.231","14089.885"],["4775.181","14127.735"],["4654.718","14042.402"],["4684.586","14064.070"],["4710.417","14058.303"],["4667.036","14129.963"],["4602.140","14189.352"],["4760.142","14052.412"],["6940.700","7478.297"],["16487.035","16198.658"],["16501.847","16254.565"],["16508.302","16240.054"],["16494.053","16222.029"],["16502.138","16186.123"],["7336.225","17887.175"],["7352.671","17917.111"],["7450.878","17953.020"],["7401.914","17892.300"],["7438.804","17924.583"],["7404.446","17926.702"],["7385.409","17926.397"],["7380.426","17866.055"],["7404.437","17861.945"],["7305.702","17832.737"],["7305.371","17836.653"],["27784.850","7018.761"],["27817.514","6844.360"],["27772.498","6893.757"],["27746.166","6864.707"],["8203.671","15745.785"],["8214.204","15726.466"],["8163.845","15742.447"],["8176.301","15754.884"],["8184.517","15744.371"],["8159.787","15736.097"],["8155.465","15804.143"],["8164.536","15793.089"],["11355.672","10743.415"],["11317.507","10756.504"],["11326.338","10658.675"],["11353.928","10758.230"],["11316.946","10692.647"],["11337.218","10763.448"],["11330.943","10670.516"],["11327.168","10774.728"],["11315.665","10772.705"],["11312.769","10701.284"],["11319.323","10757.206"],["11317.787","10782.664"],["11337.327","10678.704"],["8591.144","14443.865"],["8640.055","14368.422"],["8573.345","14255.608"],["8690.661","14433.523"],["8707.553","14372.185"],["8652.225","14256.449"],["8768.862","14439.834"],["8694.227","14331.796"],["8635.250","14383.119"],["8638.913","14406.320"],["8719.247","14443.053"],["8732.858","14438.314"],["8621.667","14282.932"],["6187.128","15277.538"],["6146.460","15243.664"],["6097.602","15257.917"],["6117.192","15259.458"],["6073.546","15199.893"],["6197.325","15265.746"],["6156.405","15205.099"],["6108.483","15212.516"],["6144.327","15195.267"],["6042.523","15158.075"],["6067.597","15160.123"],["6077.834","15181.905"],["6098.664","15196.985"],["6120.620","15164.244"],["6162.354","15272.180"],["6180.898","15245.342"],["6143.250","15261.847"],["6153.089","15252.664"],["6128.154","15201.830"],["6126.737","15162.816"],["6169.303","15165.029"],["6132.652","15258.236"],["6095.651","15189.769"],["6080.649","15240.611"],["6163.494","15233.852"],["6133.565","15222.276"],["6133.250","15175.153"],["6091.352","15258.512"],["6117.159","15264.924"],["6096.754","15223.136"],["6095.207","15201.280"],["6167.435","15235.144"],["6144.700","15247.776"],["6152.135","15249.460"],["6134.516","15134.460"],["6097.454","15261.270"],["6101.896","15248.739"],["6085.159","15222.789"],["6074.928","15189.455"],["6055.374","15260.399"],["6080.879","15242.114"],["6163.691","15234.265"],["6098.796","15194.332"],["6162.332","15247.313"],["6133.826","15163.361"],["6168.151","15147.242"],["6093.852","15231.212"],["6102.850","15241.407"],["6094.863","15221.105"],["6076.539","15206.829"],["6049.009","15242.381"],["29014.028","11808.367"],["29024.017","11844.297"],["29009.398","11891.863"],["29127.780","11830.753"],["29167.704","11816.062"],["29121.044","11846.228"],["29090.888","11855.809"],["29131.571","11901.331"],["29047.790","11872.132"],["29189.938","11822.700"],["29164.897","11842.423"],["29008.090","11805.840"],["29060.596","11878.673"],["29048.779","11847.994"],["29035.465","11850.605"],["29006.470","11876.388"],["29139.998","11830.504"],["29176.863","11838.076"],["29173.598","11859.517"],["29005.613","11834.627"],["29023.945","11805.889"],["29041.131","11872.189"],["29040.432","11856.749"],["28999.546","11879.658"],["29106.079","11871.824"],["29150.514","11860.558"],["29148.386","11837.573"],["29130.107","11856.021"],["29098.503","11869.220"],["29161.203","11850.450"],["29169.897","11850.186"],["29004.899","11810.976"],["29075.580","11854.528"],["29046.147","11864.014"],["29028.623","11840.993"],["29020.746","11888.197"],["29126.488","11854.089"],["29139.455","11853.081"],["29146.852","11861.541"],["29130.678","11831.523"],["29080.981","11888.937"],["29126.762","11856.261"],["29056.096","11865.407"],["29055.060","11909.539"],["29168.919","11834.426"],["29173.335","11840.227"],["28997.391","11823.759"],["29021.018","11799.630"],["29067.553","11869.771"],["29035.909","11842.348"],["29003.477","11891.483"],["29120.090","11851.083"],["29110.623","11868.120"],["29131.194","11862.103"],["29153.764","11848.754"],["29196.211","11786.516"],["29089.519","11873.541"],["29190.333","11833.270"],["29155.528","11819.732"],["29165.456","11861.664"],["4789.863","14237.841"],["11020.611","17412.641"],["11016.571","17410.552"],["11012.305","17411.238"],["11088.316","17414.999"],["11084.942","17467.287"],["11080.631","17472.633"],["11070.192","17489.769"],["11073.163","17485.839"],["10889.786","17418.309"],["10937.213","17422.189"],["10943.284","17411.294"],["10935.107","17423.140"],["11006.696","17411.420"],["27791.596","7804.255"],["27765.971","7779.350"],["27735.116","7741.447"],["27801.662","7850.943"],["27893.264","7813.230"],["27904.366","7846.641"],["27854.629","7826.409"],["27889.826","7826.888"],["27897.770","7848.672"],["27927.392","7800.646"],["27888.017","7819.523"],["27832.765","7757.665"],["27820.627","7742.619"],["27858.588","7771.025"],["27909.492","7735.088"],["27782.994","7791.142"],["27830.642","7845.477"],["27808.291","7796.393"],["27813.685","7772.777"],["27730.281","7738.557"],["27734.360","7777.731"],["27914.628","7762.802"],["27933.872","7866.971"],["27894.070","7784.560"],["27888.527","7818.416"],["27871.685","7816.649"],["27925.895","7838.581"],["27928.461","7851.248"],["27925.221","7787.153"],["27896.170","7686.335"],["27869.163","7767.210"],["27866.581","7765.708"],["27833.341","7728.532"],["27850.298","7762.355"],["27835.035","7716.277"],["27897.557","7789.646"],["27906.652","7850.968"],["27730.955","7722.025"],["27877.836","7823.817"],["27918.001","7803.040"],["27931.586","7812.173"],["27915.418","7811.876"],["27836.926","7764.353"],["27911.976","7717.054"],["27851.926","7766.352"],["27813.176","7688.317"],["27812.420","7728.829"],["15446.877","18100.765"],["15427.626","18132.907"],["15454.514","18068.523"],["15429.694","18096.517"],["15401.734","18066.297"],["15388.530","18054.260"],["15415.524","18170.456"],["15395.278","18160.953"],["15383.018","18209.456"],["15353.955","18236.095"],["15405.791","18131.317"],["15444.080","18247.739"],["15478.922","18079.514"],["15467.310","18132.982"],["15420.801","18130.743"],["15430.286","18140.942"],["15439.327","18108.560"],["15463.775","18075.850"],["15387.540","18064.629"],["15426.339","18113.908"],["15400.327","18179.886"],["15317.212","18239.844"],["15393.461","18142.990"],["15377.222","18089.147"],["15423.940","18246.202"],["15434.607","18227.971"],["15353.083","18197.003"],["8690.739","13734.100"],["8704.111","13764.736"],["8714.280","13689.545"],["8717.800","13715.953"],["8675.612","13775.886"],["8656.018","13751.486"],["8581.528","13630.185"],["8677.976","13762.407"],["8667.187","13760.665"],["8694.362","13695.177"],["8731.414","13682.123"],["8575.771","13625.577"],["8697.400","13628.912"],["8722.833","13710.734"],["8586.612","13645.972"],["8704.328","13665.307"],["8711.712","13672.527"],["8699.863","13652.261"],["8720.016","13630.891"],["8604.702","13630.102"],["8681.551","13617.286"],["8676.577","13663.322"],["8666.728","13781.705"],["8755.859","13740.891"],["8744.987","13753.294"],["8708.709","13743.093"],["8745.666","13762.053"],["8759.561","13656.636"],["8750.269","13643.770"],["8742.572","13784.364"],["8586.955","13617.782"],["8746.075","13700.918"],["8751.441","13664.808"],["8764.668","13622.915"],["8573.562","13789.921"],["8572.179","13720.686"],["8583.618","13724.653"],["8616.428","13690.283"],["8602.676","13663.973"],["8601.610","13638.462"],["8613.131","13635.332"],["8642.944","13606.977"],["8601.955","13628.847"],["8760.305","13608.176"],["8731.468","13612.904"],["8582.510","13771.837"],["8588.511","13741.281"],["8568.881","13788.473"],["8574.430","13744.892"],["8584.474","13733.720"],["8574.055","13701.892"],["8605.326","13683.908"],["8611.640","13665.178"],["8596.182","13644.110"],["8613.049","13631.352"],["8615.769","13608.204"],["8752.142","13764.244"],["8744.745","13763.556"],["8762.533","13684.920"],["8573.130","13744.165"],["8587.089","13732.481"],["8576.934","13703.428"],["8607.546","13680.225"],["8614.847","13666.549"],["8603.123","13650.121"],["8617.802","13624.663"],["8616.230","13614.348"],["8637.680","13605.359"],["7350.556","12495.386"],["7306.543","12520.175"],["7383.870","12477.368"],["7339.206","12466.033"],["7358.187","12468.494"],["7393.277","12464.085"],["7348.385","12501.662"],["7333.878","12516.427"],["7369.444","12541.090"],["7372.019","12448.246"],["7374.228","12456.235"],["7511.351","12439.262"],["7377.044","12388.446"],["7343.253","12464.800"],["7348.425","12448.931"],["7409.348","12379.652"],["7436.690","12351.266"],["7356.608","12536.522"],["7330.436","12521.660"],["7310.835","12531.997"],["7348.759","12466.383"],["7319.121","12524.318"],["7366.078","12527.060"],["7337.509","12484.236"],["7321.193","12521.643"],["7384.094","12450.605"],["7735.657","12356.041"],["7799.075","12535.930"],["7745.504","12402.564"],["7759.599","12367.981"],["7772.510","12409.433"],["7778.711","12432.224"],["7820.047","12354.790"],["7822.283","12388.745"],["7849.847","12376.163"],["7850.127","12368.499"],["7885.084","12432.809"],["7852.784","12450.873"],["7901.331","12488.113"],["7891.381","12490.178"],["7931.278","12397.430"],["7743.382","12368.658"],["7737.428","12377.197"],["7753.448","12411.431"],["7776.408","12426.014"],["7812.175","12357.497"],["7827.931","12386.547"],["7853.630","12378.276"],["7849.023","12394.721"],["7871.632","12451.468"],["7892.398","12453.193"],["7907.762","12514.901"],["7929.929","12503.785"],["7918.772","12537.709"],["7911.285","12371.808"],["7738.563","12450.438"],["7772.954","12385.652"],["7769.944","12434.767"],["7843.958","12379.126"],["7868.603","12437.437"],["7930.686","12521.076"],["7742.627","12451.706"],["7750.094","12452.499"],["7727.413","12443.977"],["7839.928","12442.408"],["7842.393","12441.629"],["7930.180","12347.306"],["7808.622","12543.523"],["7822.900","12442.203"],["7846.883","12442.702"],["7766.944","12547.371"],["14156.532","8522.511"],["14065.681","8481.232"],["14191.088","8455.366"],["14129.183","8451.927"],["14142.597","8527.742"],["14064.102","8475.600"],["14152.725","8425.583"],["14129.989","8488.822"],["14204.624","8435.729"],["14094.892","8457.004"],["14139.320","8448.176"],["14200.906","8494.193"],["14081.366","8494.226"],["14134.364","8460.201"],["14230.742","8442.847"],["14080.910","8464.544"],["14227.568","8462.467"],["14212.961","8506.507"],["14216.931","8523.408"],["3567.023","18393.696"],["3649.296","18424.519"],["3671.467","18417.382"],["3683.935","18452.367"],["3533.892","18317.964"],["3524.117","18356.708"],["3529.734","18364.242"],["3562.499","18390.459"],["3590.378","18367.651"],["3650.842","18369.457"],["3627.849","18403.380"],["3639.197","18387.704"],["3692.503","18415.070"],["3692.388","18433.473"],["3712.767","18444.869"],["3652.103","18258.676"],["3527.020","18380.212"],["3522.201","18420.724"],["3584.884","18415.892"],["3600.542","18383.819"],["3593.951","18385.494"],["3603.244","18416.608"],["3651.023","18426.762"],["3674.970","18418.340"],["3685.958","18429.890"],["3723.342","18445.860"],["3522.942","18370.369"],["3541.230","18417.606"],["3539.964","18386.822"],["3587.191","18396.266"],["3547.586","18366.538"],["3644.545","18410.446"],["3612.391","18421.891"],["3688.573","18401.642"],["3690.201","18437.448"],["3555.850","18453.397"],["3551.179","18421.010"],["14843.069","13403.155"],["14817.728","13438.367"],["14809.135","13464.284"],["14877.230","13465.748"],["14817.613","13485.803"],["14849.661","13500.295"],["7987.901","14645.534"],["7961.088","14606.377"],["8136.889","14633.998"],["8144.556","14631.795"],["8139.862","14631.072"],["7946.505","14462.862"],["7942.694","14461.051"],["7938.972","14460.141"],["7936.439","14456.899"],["8097.338","14516.389"],["16654.615","15358.732"],["16733.400","15419.039"],["16689.121","15349.400"],["16755.562","15426.773"],["16776.236","15427.147"],["16639.837","15344.472"],["16703.549","15400.823"],["16732.402","15455.207"],["16653.263","15498.101"],["6650.892","12876.618"],["6651.979","12842.064"],["6643.624","12858.579"],["6620.899","12897.445"],["6603.711","12934.472"],["6627.578","12915.823"],["6601.220","12868.848"],["6626.108","12867.995"],["6523.940","12929.218"],["6528.381","12922.843"],["6666.303","12863.786"],["6665.579","12862.283"],["6634.643","12829.429"],["6661.584","12826.391"],["6595.537","12904.827"],["6645.669","12907.404"],["6634.585","12934.204"],["6596.845","12867.791"],["6636.404","12855.592"],["6535.552","12916.121"],["6530.749","12906.757"],["6657.981","12863.852"],["6658.179","12832.997"],["6593.662","12927.321"],["6669.645","12960.733"],["6620.604","12917.821"],["6600.348","12861.004"],["6642.342","12848.755"],["6537.953","12905.436"],["6650.404","12778.560"],["6670.552","12805.150"],["6631.733","12792.804"],["6625.302","12794.406"],["6670.322","12798.841"],["6643.427","12789.798"],["6630.614","12796.768"],["7591.826","17969.823"],["7639.885","17961.103"],["7572.155","17952.333"],["7634.129","17925.331"],["7705.303","17899.933"],["7650.991","17912.803"],["7712.323","17900.433"],["7643.228","17926.296"],["7685.876","17970.920"],["7690.428","17943.399"],["7709.754","17839.815"],["7685.366","17950.342"],["7704.314","17875.544"],["7534.638","17977.280"],["7602.992","17929.033"],["7648.030","18005.247"],["7685.083","17922.275"],["7722.027","17951.382"],["5639.579","8451.091"],["5664.107","8392.022"],["5621.452","8445.022"],["5624.922","8392.125"],["5637.551","8417.912"],["5661.368","8500.221"],["14679.873","16955.791"],["14726.402","16941.359"],["14849.343","16980.881"],["14708.193","16991.054"],["14851.405","16820.231"],["14854.771","16964.218"],["14843.294","16946.006"],["14800.180","16956.807"],["14848.531","16876.326"],["14771.224","16927.731"],["14847.618","16906.981"],["14790.428","16948.476"],["14675.540","16891.664"],["14693.454","16903.059"],["14787.575","16910.221"],["14806.293","16888.570"],["14697.130","16864.494"],["14861.486","16854.742"],["14867.215","16875.946"],["14773.059","16974.306"],["14860.469","16984.140"],["14681.083","16898.699"],["14819.341","16955.007"],["14844.064","16953.582"],["14802.066","16883.236"],["14803.002","16902.657"],["14860.217","16913.009"],["14850.909","16929.210"],["5991.719","7610.520"],["5957.786","7664.687"],["6012.153","7594.204"],["5937.743","7595.062"],["5848.216","7475.671"],["5853.871","7682.435"],["5978.547","7545.186"],["5951.979","7662.935"],["6040.765","7612.299"],["5939.324","7551.235"],["5963.692","7649.251"],["6004.804","7674.444"],["6005.244","7593.797"],["6007.597","7555.935"],["3839.330","18948.440"],["3879.023","19045.793"],["3725.758","18892.307"],["3741.337","19092.255"],["3857.718","18985.104"],["3853.507","18986.541"],["3867.346","19013.836"],["3877.214","19019.171"],["3907.793","18904.754"],["3925.474","18898.115"],["3761.485","19097.458"],["3776.913","19049.530"],["3884.280","18973.478"],["3839.363","18991.149"],["3868.826","19041.978"],["3847.576","19005.430"],["3778.377","19071.017"],["3776.206","19045.220"],["3839.165","18993.907"],["3868.201","19030.863"],["3745.778","19072.569"],["6228.038","18332.241"],["6140.138","18310.700"],["6137.422","18280.114"],["6074.046","18348.219"],["6214.157","18335.544"],["6243.172","18378.546"],["6136.174","18311.823"],["6137.290","18285.762"],["6076.875","18333.817"],["6102.345","18287.586"],["6109.811","18271.894"],["6112.188","18320.967"],["6139.131","18296.035"],["6129.641","18287.166"],["6089.769","18358.089"],["6096.331","18350.277"],["6058.303","18397.204"],["6058.303","18386.964"],["6115.311","18277.356"],["6096.300","18314.854"],["6063.208","18335.399"],["6201.059","18363.105"],["6176.488","18286.559"],["6104.063","18310.331"],["6150.989","18288.619"],["6100.427","18332.556"],["6139.328","18309.363"],["6098.305","18361.722"],["7473.639","7985.993"],["7440.723","7960.790"],["7467.057","7908.054"],["7440.576","8097.586"],["7458.939","7993.649"],["7456.133","8011.147"],["7499.313","8014.730"],["7507.456","8058.957"],["7430.462","7975.874"],["7477.350","7899.549"],["7419.961","7897.973"],["7430.273","8011.369"],["7443.487","7965.792"],["7447.419","7914.413"],["7470.131","8002.472"],["7478.545","8060.878"],["7452.950","7964.998"],["7459.267","7941.240"],["7421.627","7908.502"],["3717.030","16727.705"],["3651.660","16769.587"],["6599.509","16067.823"],["6613.848","16094.771"],["6625.031","15942.097"],["6600.459","16027.498"],["6630.651","16141.087"],["6648.803","15985.263"],["6600.946","16123.001"],["6651.824","15937.192"],["6611.693","16053.608"],["6650.113","16140.124"],["6664.437","15942.609"],["6649.346","15968.434"],["6608.915","16074.284"],["6632.186","16042.229"],["6652.038","16091.435"],["6614.483","16129.147"],["6651.961","15979.153"],["6624.593","16085.196"],["6668.047","15976.725"],["6665.103","16030.102"],["6648.836","16043.430"],["6656.181","15999.266"],["6666.169","16008.074"],["6635.169","15964.784"],["6645.826","16023.992"],["6671.839","15984.154"],["6662.553","16024.372"],["6655.145","15978.968"],["6227.097","17329.985"],["6231.899","17338.738"],["6233.653","17313.408"],["9351.157","16544.411"],["9222.207","16426.603"],["9233.267","16418.787"],["9369.085","16444.378"],["9396.087","16448.294"],["11475.403","13148.469"],["11481.834","13144.177"],["11334.161","12992.126"],["11335.348","12989.081"],["11332.070","12980.539"],["11309.053","12980.140"],["11341.061","13034.973"],["11334.064","13070.436"],["11495.899","12994.020"],["14110.383","17399.597"],["14112.653","17357.483"],["14113.722","17373.206"],["14133.278","17392.446"],["14120.627","17367.002"],["14129.015","17388.092"],["14149.410","17325.615"],["14181.433","17362.543"],["14136.567","17403.346"],["14108.985","17348.730"],["14117.176","17375.831"],["14084.972","17383.709"],["14145.153","17398.639"],["14155.942","17401.281"],["14071.913","17383.148"],["14066.008","17370.811"],["14162.815","17356.531"],["14184.591","17388.984"],["14139.525","17388.488"],["14120.973","17366.028"],["14156.071","17349.644"],["14181.450","17387.497"],["14188.111","17389.512"],["14128.259","17339.785"],["14219.706","17389.475"],["14226.959","17405.165"],["14102.258","17385.212"],["14190.512","17361.288"],["14192.502","17408.019"],["14194.361","17388.481"],["14094.774","17387.425"],["14094.643","17397.351"],["14176.483","17386.787"],["14127.636","17379.630"],["14142.140","17378.100"],["14161.318","17377.307"],["14147.683","17333.228"],["5233.291","8961.818"],["5254.357","8959.875"],["8461.343","12199.436"],["8515.191","12210.188"],["8565.509","12161.672"],["8517.697","12144.859"],["8512.823","12160.939"],["8458.201","12199.882"],["8550.180","12134.636"],["8523.629","12211.740"],["8501.261","12155.555"],["8463.939","12155.749"],["8561.007","12154.750"],["8494.461","12162.991"],["8408.394","12240.247"],["8392.377","12174.940"],["8477.109","12139.704"],["8474.116","12214.056"],["8390.624","12270.952"],["8395.283","12324.819"],["8467.274","12186.492"],["8481.968","12196.946"],["8397.375","12244.541"],["8474.137","12162.785"],["8378.166","12141.017"],["8539.428","12197.260"],["8476.353","12196.242"],["8372.079","12265.895"],["8413.493","12248.158"],["10156.803","9941.283"],["10200.067","9999.902"],["10112.786","9955.588"],["10116.613","9949.982"],["10129.718","9984.627"],["10154.951","9975.493"],["10249.455","9997.555"],["10147.767","9991.947"],["10232.665","10002.734"],["10176.284","17999.180"],["10194.590","17993.862"],["10191.670","18007.427"],["10164.211","17987.470"],["5245.887","16662.804"],["5271.647","16631.312"],["5233.243","16579.765"],["5233.375","16588.200"],["5244.377","16591.752"],["5200.655","16588.429"],["5229.090","16685.725"],["5215.733","16711.424"],["5224.803","16607.850"],["5251.497","16611.828"],["5244.376","16649.016"],["5231.899","16633.181"],["5222.665","16661.690"],["5202.926","16617.118"],["5280.117","16732.275"],["5291.168","16719.947"],["5288.488","16732.139"],["5274.841","16764.412"],["5273.738","16757.177"],["5201.492","16628.001"],["5212.508","16585.569"],["5257.915","16709.838"],["5232.848","16682.019"],["5239.480","16716.503"],["5215.889","16600.765"],["5246.711","16604.045"],["5246.744","16643.912"],["5222.221","16626.874"],["5211.500","16651.605"],["5293.451","16728.661"],["5270.834","16715.579"],["5276.075","16748.442"],["5292.291","16756.642"],["5202.820","16600.764"],["5231.714","16731.089"],["5303.354","16727.673"],["5338.742","16705.407"],["5327.152","16702.709"],["5338.058","16730.466"],["5334.094","16696.015"],["5347.968","16715.129"],["5320.085","16740.887"],["5331.123","16678.895"],["5299.330","16685.766"],["5384.805","16650.362"],["5339.703","16693.125"],["5352.935","16714.944"],["5336.123","16668.788"],["5224.149","16602.358"],["5248.208","16648.223"],["5228.110","16620.681"],["5228.981","16663.193"],["5214.837","16658.044"],["5202.952","16758.327"],["5292.074","16738.484"],["5279.715","16712.739"],["5244.473","16773.735"],["5345.831","16698.025"],["5331.637","16734.784"],["5323.244","16698.565"],["11156.316","17364.231"],["11200.312","17404.114"],["11119.702","17362.686"],["11169.331","17233.847"],["11102.939","17334.640"],["11097.734","17319.031"],["11294.748","17384.634"],["11215.741","17383.792"],["11210.195","17388.217"],["11154.346","17354.993"],["11222.079","17299.087"],["11223.093","17294.614"],["11289.179","17212.395"],["11292.138","17209.999"],["11303.360","17276.920"],["11298.076","17292.363"],["11297.300","17298.213"],["11302.128","17294.136"],["11283.641","17330.980"],["11273.835","17331.642"],["11254.231","17331.666"],["11286.350","17356.065"],["11255.528","17365.300"],["11225.278","17318.269"],["11244.863","17324.658"],["11151.155","17274.688"],["11155.950","17278.862"],["11151.653","17284.282"],["11147.978","17322.115"],["11126.317","17295.672"],["11121.919","17286.095"],["11181.336","17303.381"],["11216.052","17401.042"],["11146.863","17369.609"],["11119.805","17334.685"],["11114.870","17328.108"],["11295.227","17314.202"],["11269.157","17335.001"],["11289.407","17323.683"],["11278.030","17359.791"],["11270.055","17365.216"],["11242.250","17367.713"],["11247.694","17362.117"],["11257.288","17373.718"],["11233.136","17321.196"],["11220.265","17333.194"],["11237.867","17328.259"],["11211.812","17361.094"],["11202.262","17341.246"],["11201.732","17345.324"],["11204.209","17313.325"],["11190.834","17310.072"],["11187.947","17303.463"],["11195.846","17305.688"],["11261.543","17366.973"],["11151.880","17292.569"],["11145.475","17280.589"],["11170.685","17297.128"],["11163.801","17332.938"],["11129.534","17302.185"],["11132.522","17313.058"],["11138.184","17304.667"],["11126.644","17278.969"],["11178.303","17298.220"],["11183.607","17370.612"],["11179.344","17372.606"],["11199.318","17390.829"],["11180.273","17341.404"],["11198.700","17402.958"],["11147.944","17381.803"],["11144.730","17402.313"],["11113.116","17346.331"],["14165.300","14877.199"],["14059.558","15026.590"],["14076.627","15083.165"],["14055.185","14953.792"],["14061.977","15043.296"],["14082.614","15079.829"],["14071.956","15075.221"],["4307.478","11078.291"],["4266.084","11194.293"],["4341.204","11211.537"],["4263.940","11180.790"],["4314.900","11211.866"],["4284.029","11163.129"],["4310.724","11228.805"],["4315.448","11264.304"],["4314.859","11103.512"],["4272.762","11224.847"],["4285.089","11131.612"],["4259.219","11176.713"],["4293.552","11194.624"],["4316.322","11143.503"],["4327.122","11182.546"],["4309.334","11221.552"],["4321.174","11164.098"],["4258.692","11173.162"],["4292.293","11083.116"],["12212.713","14705.521"],["12263.926","14844.889"],["12288.004","14771.160"],["12334.479","14792.695"],["12186.515","14741.909"],["12340.195","14824.508"],["12332.348","14811.524"],["12180.983","14766.231"],["12150.944","14758.587"],["12314.206","14760.251"],["15537.346","17285.663"],["15604.387","17219.174"],["15519.166","17287.304"],["15520.013","17405.825"],["15610.012","17223.270"],["15682.508","17260.019"],["15611.451","17288.613"],["15632.632","17212.826"],["15578.601","17272.022"],["15642.096","17394.286"],["15628.224","17216.144"],["15517.548","17240.502"],["15667.973","17232.634"],["15579.256","17378.032"],["15592.784","17242.309"],["15601.889","17328.028"],["15664.858","17309.691"],["15664.502","17232.700"],["15577.647","17302.684"],["15697.236","17363.035"],["15548.896","17408.396"],["15539.677","17342.199"],["15654.234","17389.720"],["15673.179","17352.432"],["15524.229","17228.821"],["15593.759","17256.419"],["15599.215","17228.552"],["15620.074","17369.622"],["15620.014","17341.026"],["15595.382","17220.129"],["15693.365","17399.360"],["15584.297","17218.692"],["15587.257","17253.325"],["8391.996","13830.664"],["8382.331","13885.711"],["8398.742","14011.767"],["8423.735","13823.511"],["8468.273","13874.049"],["8397.407","13827.278"],["8364.909","13973.375"],["8362.710","13908.073"],["8398.034","14012.163"],["8565.561","13939.335"],["8376.469","13853.801"],["8370.160","13893.952"],["8372.524","13979.925"],["8517.356","13885.781"],["8437.681","13991.489"],["8391.864","13844.487"],["8373.561","13976.193"],["8364.939","13861.024"],["8486.152","14001.993"],["8433.628","13871.386"],["8453.973","13819.158"],["8402.654","13833.752"],["8367.266","13899.831"],["8402.376","13982.865"],["8387.011","13939.802"],["8562.517","13845.143"],["8432.494","13859.677"],["8439.269","13825.384"],["8437.757","13875.168"],["8446.703","13825.665"],["23048.636","6988.534"],["23078.458","6977.733"],["10393.095","12787.237"],["10374.608","12775.627"],["10384.065","12781.457"],["10385.299","12760.452"],["10324.398","12950.907"],["10353.054","12862.144"],["10365.926","12838.244"],["10368.568","12875.814"],["10365.645","12798.370"],["10357.304","12872.437"],["10418.590","12944.562"],["10427.117","12942.267"],["10428.578","12900.957"],["10423.099","12899.408"],["10418.545","12904.078"],["10418.692","12906.701"],["10428.619","12894.900"],["10413.164","12943.961"],["10407.165","12932.035"],["10420.415","12949.041"],["10439.845","12930.088"],["10407.767","12938.635"],["10410.784","12941.704"],["10405.763","12943.543"],["10340.451","12940.029"],["10353.663","12920.812"],["10329.455","12944.786"],["10424.555","12944.956"],["10321.049","12760.941"],["10339.680","12785.881"],["10390.315","12761.341"],["10367.947","12785.553"],["10367.980","12768.113"],["10346.458","12860.063"],["10363.558","12847.179"],["10364.308","12861.595"],["10369.461","12816.785"],["10387.906","12793.436"],["10355.040","12927.296"],["10346.935","12932.722"],["10379.608","12766.643"],["10381.368","12762.398"],["10391.878","12759.544"],["10406.811","12764.847"],["10347.986","12761.191"],["10342.807","12859.595"],["10252.684","12850.185"],["10296.417","12781.844"],["10347.240","12775.024"],["10262.822","12919.855"],["13356.988","13606.468"],["13306.056","13774.005"],["13367.695","13722.684"],["13361.826","13806.292"],["13272.180","13799.440"],["13245.447","13736.596"],["13360.726","13746.142"],["13329.671","13620.956"],["13329.579","13687.230"],["13230.119","13783.093"],["13199.922","13776.107"],["13245.989","13728.636"],["13369.008","13780.532"],["13300.408","13704.685"],["13296.402","13754.253"],["13332.450","13660.246"],["13217.301","13736.179"],["13338.326","13752.205"],["13236.418","13804.596"],["13289.009","13622.987"],["13320.500","13719.303"],["13385.968","13705.491"],["13244.887","13729.296"],["13357.766","13733.722"],["13241.136","13814.580"],["13403.169","13745.635"],["13382.027","13610.988"],["13369.981","13608.879"],["13321.155","13758.249"],["13351.468","13689.142"],["13406.288","13661.005"],["13246.220","13714.449"],["13368.712","13748.690"],["13208.737","13760.616"],["15390.631","12317.691"],["15351.870","12262.752"],["15326.360","12308.152"],["15395.055","12310.259"],["15367.939","12263.231"],["5037.215","19757.997"],["5045.505","19772.927"],["5067.464","19768.518"],["5059.107","19775.272"],["5079.931","19741.813"],["5107.283","19746.883"],["5049.515","19776.133"],["13493.323","16288.987"],["13485.901","16324.360"],["13450.799","16331.972"],["13476.229","16288.288"],["13442.020","16329.517"],["13414.784","16324.388"],["13470.542","16321.039"],["13597.318","16320.182"],["13471.702","16348.457"],["13606.810","16311.826"],["13504.670","16347.419"],["13489.826","16351.180"],["6460.029","19144.536"],["6321.501","19196.306"],["6422.185","19262.892"],["6432.349","19281.406"],["6336.569","19269.661"],["26157.197","6836.989"],["26120.706","6778.053"],["26089.416","6709.896"],["26086.015","6796.791"],["26105.936","6786.046"],["26094.482","6696.040"],["4383.495","19110.089"],["4551.012","19129.704"],["4444.624","19307.745"],["4379.646","19125.614"],["4393.445","19152.203"],["4559.860","19122.008"],["4566.160","19130.216"],["4414.509","19303.864"],["4396.499","19285.234"],["4408.363","19177.703"],["4359.876","19125.052"],["4534.548","19137.764"],["4367.578","19113.385"],["4451.532","19297.984"],["4523.627","19101.281"],["4362.364","19123.542"],["4415.446","19286.820"],["4453.005","19105.726"],["7028.901","18192.129"],["7028.236","18184.996"],["6984.437","18174.696"],["6935.196","18151.376"],["6968.384","18119.139"],["6941.504","18132.670"],["6940.550","18089.732"],["6953.435","18050.446"],["6901.173","18232.789"],["6898.344","18192.544"],["6894.101","18182.106"],["6906.374","18148.911"],["6909.031","18116.131"],["6937.840","18071.365"],["6974.915","18207.244"],["6948.722","18238.409"],["6885.821","18050.764"],["6920.180","18075.254"],["6913.815","18098.672"],["6903.969","18048.145"],["6947.705","18175.971"],["6887.982","18141.459"],["6982.002","18169.560"],["6938.337","18163.598"],["6896.361","18193.613"],["6963.153","18139.370"],["6886.308","18074.929"],["6900.005","18184.303"],["6896.571","18131.570"],["6958.014","18233.818"],["6912.763","18107.046"],["6910.943","18062.166"],["7032.367","18232.229"],["7038.119","18211.065"],["7022.124","18199.981"],["7081.628","18188.017"],["7079.468","18204.835"],["7087.269","18189.537"],["7087.660","18126.900"],["6966.731","18249.347"],["6956.733","18076.772"],["6975.621","18172.582"],["6929.834","18162.987"],["6922.035","18189.319"],["6966.180","18131.145"],["6943.724","18076.454"],["6927.620","18182.354"],["6897.295","18122.487"],["6940.784","18081.902"],["6987.926","18210.491"],["6962.406","18219.912"],["6922.894","18080.208"],["6898.114","18070.655"],["6992.334","18232.213"],["4196.431","11901.044"],["4154.097","11786.690"],["4255.799","11780.859"],["4175.426","11792.045"],["4292.124","11887.519"],["4149.804","11805.188"],["4207.529","11814.352"],["4195.889","11764.950"],["4219.147","11783.206"],["4196.478","11809.372"],["4251.101","11897.429"],["4205.214","11803.662"],["4236.206","11798.598"],["4172.646","11810.049"],["4160.556","11777.571"],["4240.976","11781.181"],["4287.521","11888.402"],["4167.941","11806.374"],["4239.446","11795.797"],["4269.050","11899.055"],["6515.397","19197.864"],["6466.807","19271.810"],["6655.539","19267.250"],["6489.958","19297.677"],["6498.201","19254.158"],["6520.849","19247.833"],["6516.773","19202.604"],["6489.339","19197.401"],["6655.260","19258.563"],["6638.428","19298.037"],["6522.806","19262.399"],["6498.308","19222.489"],["6544.903","19217.963"],["6462.596","19259.953"],["6472.294","19299.758"],["6527.719","19229.624"],["6485.597","19211.011"],["6488.103","19245.810"],["6479.797","19267.544"],["6633.913","19265.815"],["6476.713","19261.648"],["5264.542","17677.956"],["5265.711","17695.310"],["5281.228","17698.884"],["5250.011","17683.301"],["5244.594","17694.903"],["5251.718","17738.242"],["5240.651","17725.060"],["5276.530","17732.771"],["5286.941","17767.520"],["5232.527","17831.565"],["5250.378","17770.477"],["5262.682","17781.502"],["5263.393","17748.876"],["5249.554","17663.469"],["5247.764","17818.775"],["5205.611","17621.100"],["5218.931","17743.124"],["5400.827","17699.709"],["5203.722","17771.806"],["5359.864","17675.480"],["5376.706","17661.343"],["5368.107","17670.915"],["5364.472","17671.262"],["5343.963","17652.756"],["5340.378","17671.171"],["5314.297","17737.562"],["8194.898","13397.138"],["8184.120","13421.192"],["8196.366","13446.518"],["8152.065","13421.023"],["8202.957","13402.572"],["8353.634","13534.060"],["8270.335","13592.908"],["8196.022","13594.042"],["8159.757","13395.918"],["8159.340","13399.288"],["8152.787","13394.951"],["8197.451","13403.901"],["8331.107","13465.348"],["8302.341","13409.774"],["8307.883","13441.417"],["8278.849","13554.001"],["8267.500","13532.102"],["8304.112","13524.522"],["8159.784","13410.254"],["8188.603","13422.547"],["8274.173","13413.050"],["8245.439","13495.036"],["21824.239","6776.694"],["21643.538","6829.261"],["21759.513","6710.775"],["21713.926","6837.839"],["21794.979","6703.795"],["21668.703","6721.053"],["4822.137","16237.210"],["4801.770","16307.144"],["4779.697","16276.935"],["4977.557","16162.165"],["4963.554","16148.957"],["4947.979","16189.285"],["4939.081","16189.360"],["4907.251","16190.231"],["4929.587","16240.451"],["4962.013","16296.487"],["4927.579","16312.080"],["4892.963","16290.955"],["4897.706","16241.074"],["4875.339","16285.418"],["4854.636","16316.336"],["4978.234","16252.387"],["4885.162","16345.603"],["4933.959","16300.373"],["4847.171","16146.479"],["4809.242","16249.629"],["4842.416","16230.425"],["4821.029","16351.753"],["4972.266","16206.056"],["4974.202","16175.840"],["4952.238","16149.915"],["4956.432","16171.763"],["4922.255","16195.240"],["4903.813","16190.842"],["4945.919","16243.374"],["4968.838","16296.553"],["4914.844","16298.864"],["4909.377","16311.203"],["4910.239","16234.881"],["4878.562","16291.049"],["4840.491","16292.158"],["4950.060","16235.129"],["4954.994","16339.911"],["4941.607","16298.556"],["4838.571","16254.879"],["4791.605","16280.621"],["4780.387","16320.830"],["4791.703","16292.955"],["4834.855","16144.767"],["4856.626","16239.865"],["4850.622","16243.415"],["4843.269","16215.758"],["4822.354","16255.077"],["4793.118","16280.736"],["4845.458","16244.357"],["4821.894","16256.762"],["4870.723","16162.457"],["4873.617","16150.450"],["4859.956","16160.846"],["4847.253","16192.049"],["4860.304","16210.687"],["4845.134","16201.258"],["4828.896","16182.225"],["4849.177","16160.503"],["4858.840","16144.895"],["4840.771","16331.219"],["4778.583","16327.022"],["4823.086","16270.379"],["4799.419","16287.984"],["4798.925","16153.845"],["4986.175","16164.345"],["4950.790","16145.720"],["4944.525","16185.619"],["4928.588","16177.849"],["4886.593","16191.420"],["4932.761","16250.443"],["4979.579","16289.468"],["4921.834","16295.148"],["4891.663","16299.411"],["4900.551","16244.642"],["4869.911","16300.925"],["4839.405","16312.455"],["4904.730","16349.756"],["4924.765","16299.068"],["9110.819","12574.122"],["9092.809","12589.184"],["9119.760","12552.847"],["9120.410","12617.120"],["9096.015","12609.704"],["9156.310","12665.130"],["9124.160","12694.701"],["9134.391","12671.497"],["9119.375","12701.912"],["9120.461","12704.587"],["9131.844","12725.918"],["9103.029","12742.120"],["9000.348","12740.778"],["9016.479","12754.012"],["9002.758","12730.667"],["9032.496","12697.269"],["9188.301","12598.940"],["9105.655","12573.263"],["9132.414","12578.251"],["9122.178","12557.075"],["9141.109","12556.678"],["9115.854","12605.460"],["9105.131","12597.598"],["9142.361","12649.301"],["9174.435","12656.642"],["9110.312","12684.131"],["9124.769","12677.723"],["9114.951","12695.983"],["9123.207","12720.525"],["9126.154","12746.215"],["9132.864","12757.512"],["8989.224","12713.108"],["9189.420","12615.026"],["9158.407","12550.556"],["9128.310","12547.997"],["9127.036","12581.851"],["9113.930","12609.869"],["9147.777","12678.058"],["9126.776","12720.277"],["9180.785","12628.932"],["9139.197","12547.666"],["9178.268","12610.798"],["9181.311","12622.705"],["6544.064","17838.636"],["6621.885","17895.666"],["6659.693","17920.721"],["6589.760","17916.141"],["6658.660","17887.264"],["6633.000","17863.585"],["6507.940","17866.637"],["6476.030","17949.249"],["6558.221","18034.950"],["6530.396","18000.147"],["6505.403","17922.291"],["6616.149","17861.559"],["6488.706","17841.511"],["6481.059","18001.209"],["6600.071","17977.955"],["6525.922","17847.323"],["6555.152","17931.608"],["6632.727","17843.830"],["6643.398","17915.104"],["6540.366","18011.271"],["6646.595","17974.200"],["6664.134","17923.017"],["6646.982","17898.330"],["6605.182","17847.797"],["6610.533","17855.063"],["6497.398","17879.799"],["6543.632","18031.746"],["6575.297","17990.188"],["6498.164","17915.146"],["6512.738","17918.971"],["6572.120","17852.922"],["6500.970","17841.554"],["6485.565","17856.523"],["6467.407","17954.784"],["6599.989","17944.858"],["6564.366","17846.224"],["6553.307","17963.747"],["6539.677","17929.068"],["6536.951","17868.879"],["6569.274","17866.035"],["6592.506","17972.373"],["6649.600","17856.568"],["6646.591","17969.921"],["6628.022","17981.250"],["6663.965","17990.408"],["6644.011","17962.650"],["6663.188","17970.346"],["6665.155","18026.032"],["6664.695","18040.120"],["6576.883","17836.456"],["6653.219","17976.543"],["6663.373","17998.220"],["6668.521","17981.985"],["6644.126","17968.347"],["18676.963","17085.989"],["10901.981","12883.627"],["10910.375","12893.097"],["10926.291","12936.445"],["10988.340","12927.435"],["10994.782","12922.930"],["10987.330","12967.816"],["10972.202","12954.144"],["25219.198","14384.798"],["25221.566","14329.178"],["25198.920","14403.105"],["25275.661","14435.024"],["25247.433","14340.076"],["25314.000","14405.792"],["25204.561","14417.325"],["25304.621","14369.820"],["15520.926","12953.217"],["15634.669","12802.923"],["15535.490","12792.930"],["15556.523","12904.031"],["15569.514","12948.148"],["15637.360","12967.142"],["15574.067","12921.582"],["15559.755","12826.534"],["15565.389","12888.111"],["5120.094","19367.879"],["5093.829","19390.812"],["5146.299","19411.158"],["4991.349","19314.681"],["5044.728","19312.900"],["5031.987","19417.241"],["4999.572","19459.759"],["5133.201","19488.202"],["5183.970","19518.772"],["5134.472","19394.756"],["5087.826","19424.289"],["5074.027","19434.743"],["5186.207","19475.071"],["5158.707","19464.534"],["5151.069","19366.022"],["5126.431","19394.659"],["5111.181","19316.784"],["5051.244","19332.899"],["5013.382","19368.209"],["5036.658","19450.569"],["5034.832","19439.966"],["5026.984","19459.443"],["5131.935","19494.676"],["5147.527","19461.265"],["5084.672","19500.874"],["5176.028","19515.012"],["5191.209","19520.710"],["5176.275","19474.661"],["5078.138","19409.144"],["5097.563","19406.386"],["5183.246","19421.380"],["5131.931","19446.202"],["5188.997","19399.779"],["5181.266","19365.741"],["5076.279","19332.605"],["5111.921","19326.329"],["5058.069","19345.880"],["5039.418","19339.258"],["5188.963","19410.341"],["5047.711","19438.843"],["5021.428","19463.748"],["5146.178","19518.590"],["5131.639","19475.023"],["5092.731","19502.443"],["5181.637","19505.747"],["5182.963","19501.237"],["5034.550","19357.738"],["5159.122","19509.886"],["5128.602","19510.073"],["5190.089","19522.322"],["5171.219","19514.136"],["5172.311","19491.110"],["5051.051","19312.296"],["5035.656","19345.524"],["5108.132","19319.979"],["5057.978","19359.857"],["5182.970","19365.963"],["5179.663","19417.578"],["5176.150","19476.076"],["5103.881","19460.674"],["5123.075","19489.146"],["5064.805","19428.092"],["5036.384","19440.280"],["5055.518","19498.804"],["5019.252","19464.642"],["5011.916","19497.359"],["5012.641","19423.902"],["4994.018","19371.564"],["9096.503","13033.654"],["9002.090","13035.554"],["9044.470","13022.891"],["9059.043","13015.805"],["9070.212","12974.464"],["9109.115","12994.322"],["9097.529","12973.125"],["9131.142","12986.288"],["8999.623","12945.163"],["9009.722","12956.115"],["9122.260","13039.071"],["9032.798","12995.009"],["9081.164","13033.774"],["9126.887","13020.986"],["9066.954","13018.085"],["9079.372","13007.333"],["9050.523","13015.492"],["9067.743","13033.576"],["9038.551","12976.331"],["9062.482","12998.395"],["9072.926","12993.787"],["9117.073","12970.990"],["9099.897","13033.142"],["9143.696","13019.913"],["9120.308","13011.275"],["9134.996","12974.446"],["5800.085","15444.249"],["5814.641","15458.284"],["5649.193","15312.095"],["5717.549","15328.762"],["5724.885","15358.979"],["5687.226","15397.583"],["5754.282","15428.558"],["5709.566","15424.619"],["5658.468","15447.122"],["5827.698","15475.378"],["5788.969","15475.061"],["5756.385","15478.676"],["5624.329","15384.869"],["5736.324","15341.908"],["5786.886","15420.807"],["5790.035","15491.990"],["5730.959","15489.997"],["5769.922","15368.386"],["5780.773","15418.559"],["5645.131","15338.239"],["5631.882","15383.528"],["5714.356","15373.521"],["5693.427","15400.044"],["5739.941","15413.023"],["5765.280","15392.525"],["5728.991","15429.673"],["5704.608","15481.983"],["5684.024","15439.250"],["5644.666","15469.193"],["5661.688","15428.349"],["5639.619","15439.127"],["5672.934","15504.393"],["5816.818","15325.154"],["5793.098","15337.227"],["5816.666","15477.479"],["5782.286","15326.762"],["5794.425","15321.088"],["5774.269","15350.519"],["5808.011","15373.175"],["5823.029","15379.921"],["5639.158","15298.441"],["5657.004","15328.671"],["5716.610","15322.943"],["5683.868","15335.106"],["5798.087","15345.495"],["5820.211","15344.527"],["5820.174","15321.735"],["5777.536","15302.431"],["5619.838","15411.947"],["5738.001","15313.386"],["5770.257","15411.658"],["5724.512","15487.586"],["5714.296","15372.016"],["5746.274","15334.691"],["5758.662","15391.327"],["5773.752","15483.584"],["5722.867","15482.251"],["5654.687","15498.990"],["5633.535","15345.737"],["5623.700","15328.297"],["5621.440","15357.024"],["5725.049","15312.961"],["5718.598","15389.220"],["5686.749","15391.258"],["5688.937","15389.012"],["5757.349","15458.674"],["5735.323","15437.303"],["5725.208","15404.817"],["5665.128","15455.688"],["5665.687","15461.369"],["5629.601","15484.007"],["5736.225","15314.245"],["5788.761","15422.657"],["5735.416","15503.226"],["5633.530","15484.865"],["5820.357","15500.682"],["5625.442","15316.698"],["5630.875","15345.145"],["5731.587","15321.875"],["5790.389","15398.478"],["5769.903","15494.034"],["5730.351","15490.624"],["12219.064","14203.246"],["12229.752","14188.005"],["12215.810","14190.225"],["12223.011","14186.430"],["12224.708","14199.457"],["12353.318","14083.359"],["12310.855","14076.190"],["12321.548","14102.394"],["12232.405","14180.184"],["9608.828","15229.278"],["9611.434","15222.296"],["19526.702","5981.229"],["13104.414","14186.879"],["13014.758","14209.856"],["13011.029","14073.903"],["13076.677","14074.295"],["13128.173","14047.177"],["13190.766","14055.632"],["13044.121","14080.047"],["13115.183","14135.395"],["13143.908","14153.214"],["13148.438","14059.120"],["13078.740","14048.579"],["13053.102","14108.715"],["12997.493","14032.177"],["13058.278","14175.953"],["13045.458","14195.964"],["13099.652","14158.298"],["13141.327","14059.109"],["13144.324","14094.671"],["13159.351","14186.178"],["13175.249","14096.180"],["13049.699","14065.873"],["13194.392","14222.361"],["13174.013","14173.150"],["13027.944","14206.404"],["13035.991","14231.687"],["12998.562","14069.576"],["13125.084","14159.854"],["13143.974","14139.655"],["13122.007","14057.766"],["13085.126","14231.737"],["13059.621","14186.868"],["13066.281","14162.261"],["12998.074","14147.055"],["13138.186","14059.902"],["13147.991","14079.377"],["13183.063","14032.311"],["13170.676","14138.284"],["13177.739","14164.113"],["13066.578","14129.330"],["13101.947","14180.999"],["13011.773","14200.668"],["14238.216","8585.573"],["14220.560","8575.282"],["14177.388","8547.525"],["14074.019","8550.856"],["14145.289","8649.491"],["14222.493","8683.112"],["14191.361","8737.349"],["14242.923","8702.831"],["14224.707","8590.090"],["14055.121","8537.528"],["14134.392","8541.608"],["14214.760","8688.273"],["14073.262","8725.058"],["14207.116","8727.784"],["14182.207","8573.828"],["14180.338","8541.805"],["14063.262","8585.158"],["14129.857","8604.731"],["14134.951","8550.559"],["14184.967","8603.762"],["14207.643","8631.383"],["14135.361","8733.265"],["14077.818","8573.779"],["14117.764","8542.417"],["14190.373","8626.858"],["14048.492","8742.201"],["14229.518","8713.681"],["4648.796","17740.218"],["4571.553","17773.609"],["4682.963","17801.543"],["4709.960","17797.428"],["4768.958","17720.424"],["4739.508","17781.067"],["4694.700","17805.345"],["4621.464","17821.765"],["4681.876","17816.368"],["4598.106","17757.918"],["4652.882","17699.167"],["4584.287","17721.829"],["4606.178","17654.881"],["4572.617","17763.388"],["4612.370","17640.383"],["4665.701","17656.355"],["4768.479","17755.103"],["4757.329","17755.637"],["4759.538","17684.869"],["4729.491","17639.755"],["4683.510","17698.176"],["4647.720","17700.003"],["4633.707","17755.294"],["4640.769","17733.876"],["4579.167","17753.092"],["4624.048","17823.671"],["4657.630","17820.095"],["4693.472","17802.236"],["4720.503","17809.137"],["4716.903","17763.587"],["4755.445","17745.082"],["4694.230","17686.930"],["4695.084","17737.539"],["4770.157","17710.624"],["4692.247","17626.798"],["4762.006","17764.285"],["4745.380","17767.474"],["4689.022","17724.558"],["4686.910","17673.345"],["4687.739","17714.363"],["4719.083","17678.250"],["4760.165","17792.132"],["4743.274","17810.381"],["4719.059","17816.989"],["4700.885","17807.509"],["4653.357","17797.666"],["4660.456","17780.941"],["4609.126","17750.750"],["4633.764","17755.639"],["4623.654","17719.172"],["4639.807","17708.052"],["4633.047","17684.386"],["4614.600","17702.969"],["4605.274","17683.398"],["4620.051","17647.881"],["4640.750","17630.013"],["4629.138","17633.283"],["4741.744","17812.809"],["4746.794","17786.153"],["4735.210","17803.892"],["4724.075","17825.428"],["4725.894","17825.200"],["4624.030","17819.469"],["4619.737","17799.337"],["4652.486","17807.130"],["4631.708","17764.260"],["4629.077","17767.893"],["4624.330","17689.043"],["4665.415","17673.535"],["4599.024","17694.496"],["4606.606","17719.781"],["4586.595","17813.559"],["4580.247","17814.517"],["4622.486","17634.404"],["4628.250","17666.396"],["4653.424","17653.929"],["4697.445","17681.991"],["4747.649","17776.294"],["4696.898","17814.515"],["4631.910","17797.237"],["4624.955","17688.135"],["4605.159","17695.718"],["4609.731","17657.804"],["4595.364","17728.938"],["4606.959","17652.902"],["4742.711","17811.843"],["4718.205","17814.763"],["4716.168","17795.928"],["4679.985","17803.595"],["4638.763","17816.286"],["4625.175","17792.349"],["4615.937","17831.044"],["4617.403","17767.150"],["4587.801","17756.489"],["4613.861","17731.543"],["4663.867","17670.322"],["4632.908","17654.572"],["4632.823","17628.999"],["4673.558","17628.635"],["23539.064","6293.025"],["3009.684","18356.512"],["2949.117","18300.271"],["2886.581","18332.097"],["2885.635","18363.945"],["2938.998","18328.408"],["2994.004","18303.908"],["3085.458","18464.203"],["3062.609","18425.569"],["3015.352","18365.962"],["2983.685","18334.910"],["2943.377","18465.688"],["3068.122","18361.863"],["3027.119","18327.098"],["2945.449","18322.979"],["2952.094","18329.850"],["2894.887","18305.045"],["2926.547","18315.757"],["2941.718","18326.814"],["2945.517","18341.959"],["3059.944","18431.036"],["3025.948","18455.578"],["3050.417","18417.803"],["3018.937","18399.323"],["3027.221","18392.995"],["2976.383","18361.566"],["2959.726","18465.357"],["3062.591","18351.283"],["3030.408","18307.742"],["3027.628","18309.625"],["2979.791","18320.882"],["3002.637","18330.774"],["2902.280","18376.629"],["2916.596","18335.328"],["2914.738","18314.585"],["2944.645","18288.532"],["2966.603","18320.572"],["3027.014","18457.944"],["3038.760","18440.367"],["3039.858","18417.870"],["3023.608","18423.072"],["3030.823","18389.824"],["2990.692","18338.792"],["2887.165","18370.981"],["2889.738","18368.226"],["3055.544","18346.914"],["3075.001","18355.237"],["3061.161","18395.910"],["3063.266","18385.109"],["3037.360","18432.288"],["3087.459","18447.482"],["3093.219","18306.384"],["3025.365","18346.934"],["2994.444","18359.717"],["3092.204","18284.509"],["3027.030","18265.527"],["2962.178","18298.853"],["2933.112","18329.398"],["2901.812","18348.209"],["2910.736","18278.521"],["27738.282","8134.260"],["27932.319","8142.771"],["27925.817","8159.607"],["27842.630","8139.192"],["27852.827","8148.656"],["27836.560","8157.590"],["27792.745","8139.737"],["27837.301","8145.006"],["27850.903","8161.025"],["27926.327","8207.667"],["27784.587","8143.222"],["27837.333","8153.131"],["13412.841","12707.869"],["13409.897","12728.233"],["13498.514","12739.561"],["18016.684","17281.979"],["18009.169","17273.007"],["7117.580","13056.351"],["7095.302","13086.019"],["7098.806","13079.776"],["7104.315","13093.632"],["8103.662","15705.318"],["8072.165","15694.236"],["8112.297","15680.126"],["8018.389","15514.002"],["15851.905","16371.367"],["15896.079","16353.336"],["15864.995","16360.945"],["15842.139","16387.550"],["15831.870","16414.452"],["15861.965","16473.819"],["15918.462","16487.309"],["15843.201","16523.984"],["15801.086","16471.905"],["15880.746","16480.266"],["15918.080","16418.196"],["15795.858","16424.158"],["15777.698","16558.557"],["15925.370","16485.305"],["15785.595","16546.678"],["15727.678","16497.754"],["15848.599","16558.019"],["15846.971","16444.614"],["15831.812","16448.036"],["15836.948","16445.391"],["15876.992","16544.038"],["15823.754","16464.201"],["15730.628","16524.978"],["15806.596","16518.869"],["15815.987","16504.247"],["15780.540","16534.519"],["15769.304","16533.138"],["15761.239","16557.098"],["15924.444","16374.925"],["15769.098","16438.297"],["15856.887","16528.962"],["15930.832","16513.807"],["11698.406","9656.767"],["10411.576","15623.395"],["10369.177","15687.357"],["5244.049","15326.876"],["5295.880","15324.851"],["5285.813","15368.464"],["5207.320","15387.739"],["5210.753","15368.571"],["5385.774","15384.755"],["5397.838","15317.558"],["5242.221","15420.154"],["5245.295","15447.182"],["5369.544","15499.688"],["5231.455","15316.812"],["5304.169","15377.502"],["5291.769","15385.061"],["5276.182","15308.450"],["5291.775","15395.702"],["5354.899","15364.462"],["5255.741","15408.345"],["5325.399","15458.565"],["5274.630","15426.391"],["5292.450","15436.830"],["5295.581","15454.264"],["5398.755","15462.975"],["5380.553","15498.437"],["5352.572","15305.888"],["5238.649","15306.725"],["5206.977","15310.416"],["5294.620","15298.570"],["5226.594","15372.539"],["5314.090","15373.608"],["5296.183","15398.690"],["5310.019","15412.152"],["5334.166","15451.355"],["5215.567","15298.296"],["5361.376","15308.553"],["5349.419","15303.830"],["5222.223","15322.748"],["5290.215","15333.530"],["5209.051","15396.646"],["5246.493","15384.558"],["5371.347","15363.686"],["5378.735","15393.046"],["5374.442","15399.124"],["5261.185","15430.542"],["5238.471","15439.873"],["5396.201","15486.826"],["5299.232","15453.874"],["5230.394","15325.188"],["5242.954","15379.135"],["5211.841","15387.386"],["5285.290","15348.372"],["5310.792","15429.889"],["5352.566","15358.766"],["5380.484","15372.394"],["5385.496","15408.267"],["5255.245","15441.388"],["5348.476","15450.991"],["26123.019","7101.172"],["26052.911","7097.706"],["26073.677","7068.025"],["13841.152","9580.731"],["13835.346","9567.139"],["13845.401","9380.099"],["14000.464","9557.128"],["13932.580","9501.527"],["13866.368","9512.746"],["13906.177","9487.307"],["13913.335","9547.835"],["13884.426","9532.586"],["13921.275","9562.693"],["13991.589","9508.199"],["13833.622","9492.992"],["14011.826","9380.591"],["13898.491","9442.746"],["13910.037","9451.417"],["14014.784","9574.992"],["13998.047","9487.342"],["13958.788","9470.149"],["13887.687","9432.807"],["13881.134","9465.210"],["13877.074","9383.899"],["13968.095","9563.503"],["13867.715","9522.625"],["13918.699","9516.110"],["13894.457","9561.555"],["13866.336","9502.325"],["13913.956","9494.888"],["13935.588","9558.124"],["13865.446","9557.078"],["13906.325","9567.020"],["13964.977","9509.504"],["13848.805","9540.253"],["13882.116","9558.088"],["13839.853","9557.411"],["14030.324","9444.780"],["14022.727","9435.110"],["14034.630","9471.948"],["13990.286","9537.010"],["14012.125","9488.746"],["13938.426","9499.959"],["13905.088","9421.709"],["13860.263","9436.275"],["13883.670","9394.700"],["14017.663","9402.591"],["13984.460","9582.793"],["13938.370","9509.405"],["13847.635","9498.229"],["13894.466","9456.077"],["13930.802","9547.009"],["13864.887","9559.109"],["13902.756","9570.124"],["13965.750","9516.126"],["13874.130","9525.746"],["13848.458","9395.028"],["13861.845","9486.916"],["13917.657","9482.766"],["13916.756","9559.346"],["13850.544","9548.523"],["13913.562","9564.443"],["13983.086","9506.993"],["13845.022","9549.419"],["13872.988","9559.640"],["13857.622","9585.714"],["13658.435","16217.037"],["13650.409","16197.549"],["13623.395","16152.257"],["13625.313","16158.887"],["13663.071","16194.298"],["13640.293","16215.296"],["13626.458","16267.384"],["13621.335","16269.469"],["13622.585","16274.060"],["13654.043","16204.253"],["13651.115","16206.879"],["13630.955","16254.928"],["13626.062","16185.178"],["15948.177","7899.941"],["15951.492","7906.165"],["15951.885","7935.839"],["15954.816","7976.441"],["15979.477","7956.824"],["15979.269","7930.531"],["16006.513","7932.922"],["16010.617","7909.573"],["15964.716","7910.509"],["15956.769","7942.054"],["15963.730","7973.964"],["15983.260","7950.862"],["15987.986","7906.270"],["16004.589","7923.525"],["16010.518","7904.602"],["10736.865","19068.485"],["10719.349","19052.581"],["10733.526","19073.324"],["13401.374","12990.448"],["13288.702","13064.528"],["13271.842","13051.950"],["13273.400","13092.726"],["13291.501","13084.852"],["13282.588","12998.279"],["13268.126","13076.903"],["13299.806","13090.690"],["13350.517","13142.060"],["13402.373","13094.708"],["13367.097","13061.244"],["13349.221","13040.319"],["13400.008","13013.294"],["13352.955","13172.348"],["13308.932","13145.229"],["13347.143","13126.285"],["13366.094","13033.928"],["13317.872","13012.821"],["13385.267","12998.569"],["13319.625","13168.606"],["13394.034","13107.276"],["13371.028","13083.672"],["13315.964","13005.884"],["13322.240","13177.852"],["13341.300","13159.416"],["13390.991","13112.297"],["13314.614","13064.878"],["13364.270","13025.918"],["21903.922","7297.950"],["20726.877","16431.155"],["29194.977","11024.003"],["29130.084","10982.389"],["29166.867","11027.234"],["12581.147","16692.033"],["12663.960","16595.280"],["12594.492","16711.926"],["12579.514","16611.009"],["12583.253","16697.359"],["12650.250","16577.151"],["12668.056","16613.366"],["12607.543","16573.471"],["12716.312","16572.964"],["12713.186","16589.512"],["12688.623","16582.038"],["12613.993","16618.980"],["12583.844","16695.864"],["12590.779","16596.703"],["12616.375","16587.295"],["12595.387","16706.411"],["12640.654","16625.454"],["12607.096","16626.484"],["12582.068","16695.072"],["12586.144","16703.256"],["12643.417","16637.774"],["12586.997","16624.882"],["12647.677","16619.459"],["12587.030","16619.895"],["12355.499","13744.018"],["12347.519","13761.499"],["12347.614","13795.194"],["12267.922","13730.127"],["12248.072","13764.738"],["12199.129","13761.938"],["12152.494","13740.484"],["12221.376","13613.782"],["12191.786","13608.511"],["12263.694","13617.511"],["12272.617","13617.675"],["12259.169","13615.066"],["12292.070","13629.260"],["12285.097","13624.018"],["12256.944","13667.303"],["12266.320","13690.142"],["12335.663","13663.644"],["12234.442","13710.069"],["12243.872","13661.502"],["12199.906","13649.681"],["14140.455","9367.947"],["14083.207","9278.434"],["14086.969","9214.351"],["14113.442","9345.327"],["14101.464","9243.844"],["14087.110","9297.367"],["14093.744","9212.537"],["14093.387","9204.611"],["14047.530","9346.550"],["14131.914","9299.233"],["14122.696","9353.175"],["14146.777","9368.645"],["14172.410","9366.605"],["14154.587","9277.687"],["14170.869","9369.320"],["14138.799","9275.968"],["14097.626","9240.091"],["14047.086","9368.450"],["14138.734","9301.443"],["14187.771","9327.481"],["14097.733","9244.966"],["7829.727","13643.936"],["7838.214","13636.306"],["7835.994","13635.778"],["7756.609","13652.862"],["7842.348","13714.068"],["7827.570","13651.558"],["7820.159","13716.970"],["7785.646","13665.920"],["7761.006","13636.503"],["7765.889","13613.721"],["7810.537","13646.409"],["7794.093","13620.481"],["7824.745","13724.065"],["7809.442","13720.418"],["7801.002","13748.390"],["7806.202","13748.991"],["7819.607","13724.466"],["7812.929","13732.584"],["7819.401","13735.935"],["7792.595","13718.779"],["7755.906","13686.341"],["7739.584","13655.163"],["7752.620","13670.614"],["7738.306","13621.013"],["7752.442","13605.672"],["7797.832","13638.454"],["7828.070","13641.735"],["7782.958","13617.558"],["7797.995","13732.490"],["7823.463","13728.822"],["7799.903","13734.607"],["7806.005","13747.736"],["7828.612","13738.710"],["7808.335","13701.817"],["7743.127","13691.064"],["7733.936","13681.878"],["7751.876","13621.657"],["7750.748","13614.062"],["7919.996","13654.407"],["13597.076","19016.962"],["13614.000","19059.736"],["13582.783","19073.593"],["13603.539","19055.343"],["13593.983","19046.722"],["13410.321","18953.084"],["13616.191","18935.931"],["13494.762","18919.592"],["13569.166","19056.013"],["13617.224","19050.306"],["13595.085","19044.691"],["13615.842","19055.029"],["13590.053","19046.854"],["15219.417","13465.198"],["15262.209","13419.700"],["15223.091","13560.054"],["15253.753","13507.550"],["15252.168","13529.065"],["15216.402","13536.851"],["15176.535","13561.532"],["15253.779","13490.490"],["15166.496","13598.436"],["15102.106","13442.360"],["10696.685","8186.987"],["10718.465","8179.518"],["10707.631","8208.373"],["10713.685","8204.079"],["12235.991","13886.405"],["12206.961","13883.333"],["12202.948","13884.918"],["12219.311","13872.556"],["2939.772","16836.818"],["2945.878","16903.481"],["2966.749","16834.406"],["3046.159","16832.129"],["3083.606","16796.081"],["3074.923","16829.750"],["2911.203","16794.803"],["2940.331","16806.034"],["2886.519","16877.932"],["2885.993","16886.718"],["2991.633","16812.259"],["2976.420","16788.725"],["3028.034","16828.859"],["3059.201","16830.444"],["3085.021","16850.152"],["3073.836","16797.650"],["3087.735","16881.360"],["3089.956","16884.383"],["2897.420","16811.566"],["2906.959","16800.386"],["2919.102","16891.970"],["2919.250","16885.909"],["2946.929","16838.931"],["2969.101","16779.773"],["3055.764","16831.237"],["3059.497","16779.841"],["3085.481","16783.546"],["3082.735","16836.885"],["3089.709","16832.426"],["2897.486","16837.892"],["2915.812","16932.598"],["2997.012","16789.072"],["3051.899","16804.994"],["3089.660","16861.955"],["3089.601","16982.344"],["3066.345","16965.383"],["2979.342","16958.285"],["3030.200","16929.478"],["3027.043","16975.671"],["18406.941","12045.221"],["11045.931","14284.240"],["11035.532","14300.793"],["11038.846","14290.770"],["11017.901","14313.472"],["10954.394","14278.041"],["10902.987","14239.595"],["11002.115","14354.711"],["11013.121","14342.213"],["11024.577","14287.616"],["11026.069","14263.636"],["10928.830","14324.218"],["10911.969","14344.904"],["10937.368","14372.240"],["10962.872","14362.435"],["10962.459","14279.854"],["10990.482","14257.309"],["10920.680","14245.680"],["11081.911","14287.789"],["11092.444","14300.671"],["10943.720","14329.601"],["10891.490","14315.482"],["10995.615","14253.041"],["27498.783","16706.923"],["11925.719","15658.692"],["9912.375","13373.708"],["9940.620","13272.885"],["9939.193","13244.718"],["9881.518","13188.473"],["10039.204","13340.129"],["9951.947","13256.357"],["9984.579","13229.272"],["9891.289","13203.799"],["9939.086","13368.258"],["9953.087","13283.290"],["9947.006","13237.121"],["10039.713","13353.391"],["9952.276","13356.307"],["9900.911","13298.735"],["9912.391","13274.903"],["9970.928","13213.764"],["9849.118","13243.244"],["9881.881","13277.622"],["8783.534","18290.678"],["8777.873","18382.791"],["8793.175","18353.800"],["8789.754","18356.212"],["8785.806","18360.126"],["8786.283","18360.654"],["5789.274","16104.310"],["5808.758","16089.033"],["5817.743","15943.818"],["10458.783","14412.299"],["10444.323","14379.190"],["10454.724","14423.066"],["10451.433","14280.956"],["10453.301","14440.551"],["10438.573","14402.058"],["10451.412","14285.530"],["10450.408","14445.643"],["10445.364","14321.964"],["12380.757","17790.038"],["12501.099","17634.900"],["12564.417","17626.336"],["12379.047","17789.345"],["12523.895","17670.259"],["12520.947","17652.942"],["12378.767","17806.389"],["12527.806","17637.121"],["13096.066","10435.271"],["13018.879","10480.464"],["13030.388","10522.847"],["13032.625","10532.607"],["13032.224","10478.889"],["13001.753","10507.900"],["13016.883","10501.828"],["13032.707","10537.578"],["13083.460","10471.589"],["13141.643","10464.123"],["13063.984","10451.294"],["13080.342","10440.638"],["13095.911","10477.532"],["13121.882","10476.252"],["13047.308","10510.559"],["13143.340","10458.240"],["13098.867","10472.889"],["13002.674","10538.487"],["13076.469","10473.703"],["13059.268","10455.193"],["13032.849","10545.103"],["13056.118","10529.440"],["13015.783","10558.551"],["13040.927","10504.399"],["13104.772","10468.710"],["13114.119","10485.451"],["13109.003","10486.177"],["13023.659","10472.743"],["13132.548","10471.307"],["13033.067","10538.467"],["13022.393","10513.063"],["13148.916","10467.043"],["18382.422","18628.143"],["18383.794","18595.251"],["18368.645","18616.228"],["18385.098","18617.628"],["3920.150","14919.969"],["3931.127","14880.398"],["3924.097","14911.926"],["3921.861","14888.293"],["3868.024","14976.027"],["3933.183","14907.880"],["3916.795","14918.681"],["3901.038","14896.534"],["3874.848","15012.029"],["3878.056","15082.596"],["3901.148","14875.394"],["3932.965","14876.440"],["3930.539","14916.090"],["3934.404","14955.693"],["3871.125","15026.995"],["3850.121","15050.579"],["20384.250","6998.956"],["20392.687","6998.328"],["20390.625","7014.824"],["20421.826","7038.276"],["13077.174","13122.684"],["13088.730","13076.468"],["13049.418","13071.248"],["13047.006","12984.634"],["13130.074","13031.875"],["13158.103","13089.010"],["13187.747","13040.118"],["13038.834","13169.008"],["13104.264","13112.563"],["13042.824","13140.467"],["13110.531","13093.620"],["13092.776","13058.582"],["13030.861","13042.186"],["13060.197","12976.855"],["13112.335","13002.043"],["13127.952","13066.954"],["13164.501","13105.013"],["13172.187","13041.704"],["13036.285","13135.519"],["13024.876","13140.778"],["13022.931","13132.911"],["13067.091","13163.948"],["13056.426","13127.205"],["13088.172","13119.277"],["13098.615","13080.943"],["13051.683","13060.997"],["13067.023","12999.811"],["13079.725","12978.612"],["13143.087","13080.108"],["13185.427","13058.335"],["13181.099","12979.991"],["13041.663","13027.315"],["13085.537","13099.830"],["13056.625","13095.467"],["13030.861","13048.214"],["13061.891","12988.548"],["13139.564","13032.519"],["13169.797","13075.418"],["13195.066","13055.659"],["13013.423","12990.090"],["20231.902","7837.240"],["20185.866","7786.092"],["20212.840","7858.297"],["20159.172","7849.147"],["20273.314","7717.105"],["20249.465","7712.695"],["20237.409","7789.821"],["20164.452","7853.375"],["20210.290","7857.653"],["20225.422","7851.294"],["20218.741","7725.164"],["20301.488","7703.364"],["20194.172","7886.621"],["20181.359","7846.555"],["20159.057","7853.458"],["20209.991","7781.217"],["20303.958","7827.043"],["20220.567","7826.766"],["16497.584","15312.751"],["15443.750","18331.967"],["15485.411","18389.770"],["15442.461","18378.038"],["15386.475","18346.477"],["15421.621","18276.574"],["15435.848","18262.718"],["15509.621","18397.856"],["15501.546","18335.930"],["15380.619","18376.486"],["15461.370","18269.512"],["15432.525","18283.808"],["15492.089","18338.606"],["15380.044","18357.427"],["7302.839","18117.368"],["7215.815","18182.215"],["7286.622","18147.277"],["7237.180","18203.734"],["7214.367","18178.416"],["7117.273","18232.257"],["7232.828","18118.120"],["7178.009","18099.276"],["7226.819","18130.784"],["7221.897","18222.653"],["7224.679","18246.407"],["7241.529","18044.357"],["7231.026","18073.540"],["7261.289","18061.996"],["7271.265","18080.732"],["7256.068","18075.216"],["7215.701","18135.953"],["7253.843","18154.020"],["7243.481","18131.394"],["7300.273","18072.561"],["7214.222","18080.813"],["7176.245","18087.622"],["7216.687","18147.200"],["7248.824","18232.782"],["7259.497","18252.990"],["7236.503","18079.436"],["7262.433","18093.251"],["7232.724","18114.649"],["7244.797","18144.210"],["7125.423","18118.196"],["7117.851","18107.922"],["7234.268","18242.344"],["7254.118","18050.270"],["7251.529","18081.657"],["7230.126","18158.925"],["7283.579","18051.372"],["7121.333","18120.232"],["7102.624","18175.260"],["14001.792","16620.465"],["14016.200","16625.684"],["14013.042","16627.880"],["14026.677","16618.500"],["14021.463","16655.378"],["13833.432","16639.281"],["13857.775","16661.918"],["13844.984","16692.446"],["13878.340","16769.862"],["13981.101","16610.655"],["14000.542","16686.047"],["13955.098","16696.270"],["13899.919","16769.862"],["14004.572","16599.177"],["13964.013","16652.703"],["14010.065","16655.114"],["13947.532","16667.748"],["13949.687","16628.789"],["13994.983","16646.361"],["14019.211","16591.739"],["13841.878","16619.253"],["13835.734","16645.293"],["13859.901","16718.358"],["13890.231","16774.701"],["14026.167","16698.830"],["13993.996","16643.471"],["13983.667","16685.535"],["13969.342","16618.549"],["14029.934","16580.426"],["13884.872","16683.283"],["14012.434","16659.408"],["14027.335","16688.723"],["14035.411","16671.563"],["13979.259","16694.272"],["13873.793","16697.052"],["19869.191","6819.397"],["19856.527","6808.976"],["19931.687","6653.041"],["19931.145","6640.522"],["19861.428","6807.225"],["19863.254","6819.661"],["19875.934","6831.288"],["19907.546","6813.287"],["19881.132","6839.298"],["12830.493","18921.838"],["12882.014","19075.963"],["12977.211","19100.240"],["12875.028","18962.971"],["5452.364","14888.519"],["5526.061","14878.226"],["5500.124","14880.736"],["5437.051","14874.779"],["5499.762","14877.318"],["5614.964","14973.341"],["5501.390","14895.584"],["5457.791","14884.919"],["5462.416","14940.791"],["5499.285","14941.831"],["5480.763","14877.147"],["5582.690","14942.600"],["5584.482","14961.311"],["5556.786","14881.995"],["5593.085","14880.079"],["5556.292","14891.111"],["5517.638","14884.335"],["5473.181","14915.763"],["5465.089","14915.565"],["5462.005","14919.667"],["5502.213","14946.423"],["5563.940","14874.761"],["5467.622","14920.206"],["11941.266","16977.566"],["12105.997","16915.675"],["12124.484","16861.884"],["11950.535","16881.659"],["11958.780","16778.576"],["11945.067","16811.617"],["12043.937","16805.932"],["12019.266","16780.187"],["12136.082","16796.829"],["12120.351","16785.214"],["8342.532","16487.129"],["8345.015","16531.361"],["8339.167","16439.120"],["8299.796","16521.933"],["8352.675","16473.278"],["8353.603","16494.368"],["8353.226","16439.707"],["8191.090","16473.523"],["8174.570","16528.810"],["8179.229","16520.922"],["8199.778","16546.492"],["8253.350","16538.070"],["8200.941","16483.298"],["8190.723","16490.871"],["6017.319","20447.369"],["5980.910","20435.563"],["5981.354","20487.688"],["5927.922","20400.291"],["5878.900","20543.228"],["6040.508","20392.391"],["6030.691","20408.971"],["6038.476","20472.260"],["6038.706","20427.636"],["5998.196","20523.741"],["5995.976","20495.500"],["5916.113","20369.556"],["5840.897","20544.059"],["5879.180","20522.733"],["5860.676","20520.156"],["5997.072","20413.084"],["6031.585","20446.926"],["6008.986","20450.658"],["5956.963","20536.557"],["5942.571","20512.478"],["5923.876","20396.344"],["5847.607","20529.757"],["5871.745","20545.293"],["5889.196","20558.042"],["5830.848","20530.948"],["6011.678","20389.302"],["6003.164","20422.417"],["5976.305","20503.725"],["5945.274","20379.383"],["5858.012","20551.932"],["11725.414","18058.658"],["11790.271","18057.218"],["11760.337","18096.310"],["11736.965","18107.639"],["11779.926","18082.668"],["11906.090","18050.962"],["11800.962","18101.975"],["11728.511","18122.123"],["7382.923","12814.574"],["7353.456","12934.593"],["7403.670","12879.993"],["7366.979","12915.137"],["7401.519","12932.544"],["7376.894","12959.215"],["7388.308","12935.086"],["7406.968","12850.069"],["7412.510","12789.474"],["7362.968","12826.688"],["7329.444","12953.481"],["7364.229","12940.340"],["7364.298","12930.975"],["7401.387","12900.984"],["7378.078","12907.869"],["7362.551","12928.959"],["7425.997","12809.788"],["7426.151","12760.384"],["7366.620","12807.679"],["7347.388","12965.785"],["7487.319","12928.195"],["7475.976","12934.184"],["7477.417","12969.197"],["7383.926","12816.622"],["7402.716","12883.148"],["7399.361","12919.612"],["7324.757","12950.360"],["7396.261","12958.385"],["7347.505","12825.316"],["7333.546","12970.070"],["7327.020","12840.000"],["7306.976","12930.218"],["7479.498","12948.953"],["7362.344","12903.410"],["7318.638","12930.549"],["7304.805","12926.255"],["7311.056","12841.400"],["7335.733","12958.030"],["7310.117","12925.610"],["5304.309","11105.840"],["5288.859","11141.737"],["5280.181","11127.984"],["5238.833","11165.833"],["5269.617","11138.204"],["5264.483","11122.633"],["5267.369","11157.955"],["5269.504","11118.819"],["5240.738","11181.926"],["5234.274","11084.306"],["5229.488","11151.226"],["5243.945","11127.494"],["28238.451","9361.829"],["28237.881","9183.029"],["28158.539","9226.266"],["28193.671","9210.560"],["28232.585","9277.150"],["7460.538","13419.519"],["7467.565","13534.584"],["7470.427","13500.695"],["7457.966","13571.192"],["7455.171","13582.523"],["7495.751","13583.977"],["7500.570","13584.671"],["7456.788","13432.880"],["7463.318","13424.061"],["7459.736","13521.141"],["7457.976","13525.616"],["7414.751","13591.973"],["7421.469","13579.499"],["7465.257","13565.100"],["7470.324","13574.069"],["7470.377","13521.256"],["7428.739","13584.751"],["7492.001","13579.105"],["7393.592","13554.393"],["7450.960","13501.968"],["7377.391","13563.592"],["7340.285","13587.084"],["7332.986","13528.377"],["7344.976","13519.211"],["7425.435","13541.270"],["7357.659","13448.253"],["7414.282","13515.857"],["7489.771","13595.072"],["7472.999","13473.496"],["7471.986","13489.262"],["7330.351","13579.107"],["7343.150","13517.840"],["7361.667","13527.126"],["7305.690","13575.043"],["7359.271","13437.022"],["7371.886","13448.682"],["7442.045","13515.147"],["7506.133","13482.018"],["7497.384","13600.924"],["7482.292","13465.238"],["7479.666","13492.086"],["7441.124","13523.917"],["7331.914","13477.225"],["7403.542","13414.330"],["6156.219","13288.581"],["6181.120","13297.087"],["6146.958","13345.469"],["6131.333","13361.637"],["6163.106","13226.440"],["6122.662","13220.742"],["6150.956","13297.566"],["6158.719","13300.621"],["6111.235","13335.741"],["6111.152","13337.525"],["6123.156","13231.725"],["6165.298","13290.877"],["6115.774","13356.484"],["6122.449","13216.035"],["6233.505","13199.797"],["6229.804","13200.606"],["6219.482","13248.071"],["6239.186","13224.289"],["6219.841","13202.593"],["6222.687","13218.233"],["6212.751","13345.079"],["6241.778","13326.549"],["6223.822","13320.743"],["6228.707","13309.430"],["6229.048","13205.875"],["6231.482","13199.681"],["6218.570","13243.926"],["6215.608","13238.778"],["6203.937","13205.533"],["6226.946","13203.617"],["6237.534","13325.904"],["6212.501","13337.655"],["6230.928","13302.725"],["6228.082","13299.752"],["7537.387","16373.986"],["7561.796","16352.976"],["7543.818","16398.709"],["7550.250","16353.455"],["7538.341","16400.162"],["7527.617","16385.018"],["7543.127","16375.406"],["7546.788","16364.900"],["10188.608","17604.115"],["10241.975","17615.014"],["10194.200","17601.721"],["10240.922","17611.711"],["10233.161","17619.213"],["10183.213","17604.148"],["10237.649","17608.821"],["10236.582","17618.206"],["10122.153","17454.715"],["10147.926","17487.382"],["10168.678","17540.958"],["10163.381","17535.178"],["10185.448","17487.998"],["10194.330","17478.353"],["10238.282","17585.235"],["10171.955","17550.543"],["10162.038","17562.484"],["10099.437","17567.555"],["10114.651","17589.801"],["10104.742","17520.146"],["10128.363","17476.416"],["10124.778","17475.756"],["10215.382","17532.603"],["10221.714","17534.552"],["10143.995","17467.993"],["10136.445","17475.078"],["10165.306","17512.701"],["10136.798","17556.236"],["10209.692","17486.297"],["10200.366","17457.659"],["10244.252","17605.186"],["10183.699","17540.750"],["10196.100","17554.028"],["10086.444","17578.901"],["10098.796","17584.401"],["10104.281","17532.631"],["10106.617","17513.176"],["10130.649","17506.986"],["10137.376","17481.569"],["10236.697","17527.979"],["5846.849","18535.749"],["6013.840","18483.063"],["5961.725","18509.882"],["5905.341","18529.284"],["5923.941","18599.424"],["5974.049","18616.886"],["5970.506","18614.502"],["5969.370","18614.927"],["5964.797","18613.595"],["5967.638","18617.581"],["5970.105","18620.142"],["5972.715","18618.726"],["5968.881","18618.881"],["5969.521","18619.221"],["5973.079","18619.308"],["5974.196","18622.331"],["6035.716","18624.983"],["6034.604","18628.827"],["6038.050","18627.269"],["6036.813","18624.959"],["6030.936","18620.685"],["6038.250","18625.809"],["6033.667","18625.967"],["6035.494","18625.040"],["6036.961","18629.189"],["6038.512","18626.942"],["5972.996","18616.190"],["6034.132","18624.973"],["6034.132","18628.789"],["6036.279","18628.779"],["5968.540","18613.353"],["5972.084","18620.209"],["6032.909","18629.642"],["6006.025","18633.840"],["5841.484","18520.504"],["5978.489","18510.956"],["6018.737","18529.685"],["6010.398","18508.311"],["5921.123","18610.013"],["5935.150","18595.678"],["6022.006","18530.177"],["6017.415","18519.251"],["5989.025","18551.391"],["5979.855","18550.819"],["5978.485","18536.431"],["5960.218","18540.404"],["5944.553","18545.851"],["5944.553","18545.851"],["5939.862","18545.346"],["5850.293","18515.797"],["6019.998","18555.662"],["6032.702","18543.125"],["6038.230","18523.340"],["5845.200","18519.153"],["5966.689","18529.197"],["6028.056","18555.253"],["5908.812","18487.700"],["5916.845","18526.310"],["6015.300","18666.784"],["5999.395","18629.014"],["5848.921","18513.621"],["5853.407","18527.165"],["5869.539","18532.943"],["5999.340","18552.000"],["5993.388","18508.973"],["5981.260","18517.766"],["6654.639","9323.587"],["6516.666","9168.082"],["6615.517","9210.111"],["6625.990","9176.775"],["6518.325","9315.953"],["6552.714","9191.803"],["6634.155","9225.722"],["6601.110","9326.526"],["6652.437","9278.636"],["6615.891","9192.729"],["6511.173","9185.886"],["6619.201","9209.847"],["6645.806","9352.224"],["6619.460","9295.052"],["6581.837","9281.295"],["6499.822","9343.451"],["6500.071","9175.415"],["6566.596","9183.067"],["6607.194","9207.667"],["6570.410","9325.231"],["6657.535","9279.016"],["6668.260","9172.466"],["6511.321","9336.103"],["6541.902","9309.209"],["6576.272","9321.615"],["6625.996","9299.185"],["6639.992","9308.140"],["6614.489","9165.769"],["6553.915","9214.109"],["6668.716","9347.587"],["6625.419","9363.101"],["6555.845","9366.456"],["6520.390","9167.626"],["6498.328","9326.244"],["6580.516","9296.364"],["6661.176","9288.174"],["6612.153","9211.946"],["6569.804","9201.145"],["6655.838","9309.453"],["6618.544","9365.149"],["6569.480","9358.149"],["6496.881","9348.292"],["6543.530","9293.602"],["6563.920","9316.661"],["6660.683","9282.525"],["6627.038","9197.842"],["6649.144","9333.218"],["6534.057","9187.197"],["6524.282","9317.293"],["6566.338","9307.098"],["6630.222","9282.178"],["6634.028","9196.339"],["6665.525","9328.941"],["6612.952","9373.489"],["18901.257","17415.452"],["18891.514","17456.500"],["19063.968","17562.318"],["19060.078","17581.724"],["18907.737","17435.022"],["19073.656","17559.907"],["18926.630","17472.650"],["18937.880","17481.832"],["18957.961","17479.833"],["18955.576","17470.782"],["18998.422","17499.049"],["18990.231","17486.002"],["19089.423","17564.327"],["19056.229","17567.818"],["19066.880","17538.487"],["18941.317","17461.518"],["18923.850","17456.663"],["18954.079","17478.330"],["18947.533","17466.422"],["18998.471","17483.244"],["18980.362","17483.095"],["19090.361","17578.066"],["18931.416","17475.375"],["18964.227","17473.408"],["18984.458","17495.284"],["18922.732","17459.520"],["18958.618","17463.284"],["18985.806","17492.955"],["15249.626","12571.852"],["15200.686","12688.577"],["15108.367","12610.031"],["15137.372","12662.541"],["15247.586","12755.858"],["15170.473","12696.488"],["15283.089","12688.206"],["15122.032","12557.375"],["15301.050","12711.983"],["15227.663","12646.072"],["15269.945","12642.405"],["15301.774","12722.239"],["15298.860","12661.612"],["15292.297","12672.314"],["15107.463","12594.491"],["5190.678","15738.959"],["5143.531","15732.039"],["5165.024","15768.435"],["5161.190","15812.738"],["5132.621","15767.252"],["5070.200","15781.496"],["5078.260","15727.263"],["5048.617","15770.371"],["5111.900","15808.587"],["5058.493","15845.083"],["5038.352","15831.393"],["5044.186","15797.899"],["4993.479","15778.546"],["4999.245","15855.687"],["5107.533","15797.611"],["5108.969","15838.314"],["5043.196","15917.081"],["5066.709","15896.174"],["5190.748","15835.600"],["5197.988","15784.767"],["5191.040","15744.260"],["5130.734","15731.213"],["5136.349","15816.604"],["5151.882","15778.889"],["5154.529","15805.488"],["5139.019","15770.935"],["5085.299","15769.010"],["5103.556","15730.434"],["5016.018","15725.398"],["5028.123","15767.183"],["5061.585","15858.081"],["5038.500","15824.258"],["5039.565","15805.348"],["5006.110","15826.093"],["4990.765","15787.597"],["5073.509","15826.459"],["5099.507","15784.366"],["5095.257","15853.378"],["5043.755","15914.141"],["5053.116","15907.343"],["5022.427","15905.881"],["5002.039","15718.525"],["5193.232","15843.032"],["5185.678","15736.316"],["5161.537","15786.436"],["5163.279","15807.998"],["5155.236","15755.047"],["5127.920","15812.045"],["5079.033","15748.449"],["5092.882","15738.213"],["5025.804","15772.732"],["5109.712","15827.365"],["5059.578","15840.063"],["5028.582","15843.367"],["5049.071","15809.989"],["4994.481","15830.882"],["4995.873","15800.003"],["4989.248","15730.370"],["5079.841","15815.674"],["5088.289","15799.609"],["5097.691","15862.197"],["5064.801","15890.543"],["6885.134","13126.467"],["7024.372","13071.154"],["7079.246","13087.164"],["7068.966","13105.991"],["7091.215","13036.285"],["6909.137","13153.214"],["6887.747","13099.566"],["7033.684","13091.241"],["6984.337","13088.252"],["7050.789","12994.893"],["6978.421","13135.474"],["6886.680","13107.408"],["7065.056","12984.734"],["7046.819","13012.761"],["7046.852","13061.300"],["7016.346","13123.771"],["7065.332","13097.073"],["7045.578","13129.113"],["6885.831","13143.420"],["6903.241","13090.416"],["7018.717","13094.363"],["6986.920","13076.279"],["7043.240","12996.082"],["6957.861","13134.038"],["7008.138","13121.542"],["7046.532","13132.498"],["7071.428","13038.300"],["6885.567","13147.863"],["6897.961","13094.545"],["7033.322","13083.446"],["7000.834","13089.144"],["7055.839","12984.175"],["6979.325","13131.280"],["6931.626","13047.713"],["6891.288","13172.595"],["6902.546","13139.660"],["6906.461","13158.983"],["6901.577","13112.309"],["6905.640","13120.814"],["6885.917","13011.329"],["6893.274","13036.175"],["6902.296","12987.292"],["6891.836","13002.849"],["6951.684","12988.291"],["6961.717","12991.165"],["6961.847","12972.019"],["6962.587","12981.581"],["6926.535","12990.839"],["6926.272","12994.621"],["6968.859","13008.930"],["6982.346","13014.264"],["6986.533","13174.080"],["6926.725","13039.686"],["6907.036","13138.256"],["6902.910","13120.880"],["6900.849","13003.080"],["6950.844","12980.243"],["6913.245","12979.559"],["6964.945","13004.983"],["6982.668","13164.832"],["6936.774","13044.905"],["6902.768","13168.863"],["6910.013","13134.821"],["6889.645","13112.246"],["6901.232","13126.743"],["6888.339","13020.766"],["6908.020","13008.365"],["6966.173","12980.078"],["6913.360","12979.014"],["6983.531","13026.155"],["6969.050","13175.055"],["6924.159","13018.283"],["18066.627","17753.423"],["18157.125","17744.411"],["18041.585","17775.665"],["18178.324","17818.220"],["18075.690","17769.575"],["18063.811","17737.942"],["18061.887","17726.530"],["18161.631","17753.990"],["18066.689","17731.369"],["18050.949","17733.879"],["18049.699","17725.869"],["6547.128","16816.160"],["6488.808","16847.082"],["6480.911","16917.705"],["6470.843","16890.782"],["6471.703","16941.352"],["6469.719","16820.156"],["6613.175","16952.636"],["6573.594","16880.054"],["6536.945","16980.932"],["6536.515","16900.313"],["6544.915","16946.415"],["6478.597","16801.479"],["6482.885","16879.902"],["6504.691","16957.573"],["6625.099","16909.680"],["6624.778","16906.049"],["6527.916","16970.858"],["6530.791","16885.994"],["6550.260","16940.750"],["6494.617","16787.392"],["6522.561","16786.883"],["6613.553","16958.036"],["6593.413","16894.917"],["6479.046","16976.024"],["6513.538","16906.572"],["6556.181","16978.537"],["6649.092","16960.105"],["6534.258","16785.285"],["6502.681","16823.671"],["6547.032","16849.693"],["6531.596","16877.846"],["6565.063","16784.926"],["6596.696","16799.470"],["6615.036","16881.025"],["6651.002","16862.916"],["6647.659","16921.173"],["6638.552","16982.295"],["6489.572","16822.846"],["6555.049","16822.697"],["6590.323","16822.801"],["6661.295","16890.918"],["6536.572","16865.730"],["6514.327","16880.257"],["6549.046","16825.284"],["6565.803","16782.102"],["6604.278","16796.778"],["6597.944","16829.249"],["6603.589","16881.041"],["6656.052","16867.243"],["6656.903","16915.806"],["6564.588","16823.870"],["6589.928","16804.007"],["6545.157","16866.423"],["6515.807","16870.463"],["6557.513","16788.048"],["6593.653","16788.702"],["6606.151","16836.086"],["6610.908","16866.921"],["6651.249","16870.992"],["6664.205","16910.769"],["6567.286","16827.421"],["6566.129","16824.403"],["2569.169","17872.596"],["2671.400","17841.963"],["2487.720","17978.031"],["2471.694","18015.936"],["2554.893","17869.260"],["2666.267","17855.527"],["2662.864","17837.520"],["2502.218","18031.939"],["2517.564","18010.783"],["2480.812","18006.619"],["2590.798","17852.810"],["2631.992","17862.557"],["2645.265","17890.964"],["2514.505","18034.813"],["2542.005","18037.752"],["2482.500","17959.586"],["2480.740","18004.491"],["2577.854","17869.012"],["2650.709","17881.269"],["2502.564","18018.677"],["2471.519","17980.822"],["2480.049","17986.589"],["14484.050","8815.132"],["14522.533","8936.503"],["14653.267","8922.444"],["14612.879","8830.257"],["14608.155","8828.393"],["14593.160","8919.754"],["14579.588","8897.940"],["14571.755","8895.834"],["14554.956","8893.384"],["14619.349","8887.210"],["14609.770","8887.932"],["14611.329","8910.406"],["14492.280","8879.063"],["14512.883","8874.316"],["14522.505","8810.635"],["14523.142","8882.928"],["14623.694","8788.334"],["14486.797","8808.509"],["14649.714","8896.020"],["14545.582","8806.315"],["14570.288","8754.109"],["14474.659","8818.121"],["14644.748","8789.044"],["14538.957","8766.305"],["17061.451","7470.242"],["17058.819","7455.659"],["17012.068","7341.953"],["17000.527","7360.288"],["17018.025","7367.993"],["16992.210","7326.538"],["17016.770","7311.965"],["17044.434","7272.950"],["17079.298","7291.656"],["17068.408","7264.430"],["17100.926","7295.963"],["17116.086","7264.034"],["17176.009","7396.392"],["17148.593","7367.940"],["17191.356","7379.858"],["17035.393","7325.054"],["17044.575","7310.168"],["17136.499","7280.619"],["17175.567","7282.194"],["17174.431","7354.131"],["17006.793","7449.723"],["17009.258","7360.908"],["17031.216","7314.402"],["17014.075","7352.094"],["17024.188","7312.874"],["16993.394","7334.383"],["17041.910","7312.629"],["17073.493","7297.964"],["17100.927","7263.981"],["17099.396","7294.378"],["17108.947","7276.272"],["17180.055","7395.764"],["17193.379","7361.906"],["17138.045","7272.460"],["17187.589","7355.519"],["17007.953","7464.991"],["17000.560","7468.881"],["7083.767","12192.733"],["7079.754","12199.834"],["7083.393","12152.754"],["7051.205","12160.830"],["7063.485","12213.505"],["7044.741","12133.382"],["7051.156","12153.035"],["7090.081","12142.344"],["7080.235","12160.384"],["7044.664","12125.118"],["7043.725","12127.165"],["7042.723","12127.281"],["7033.643","12124.819"],["9674.725","16822.678"],["9622.457","16834.611"],["9659.411","16910.734"],["9825.949","16857.570"],["9813.029","16843.110"],["9813.504","16797.240"],["9793.438","16823.977"],["9765.743","16853.913"],["9781.356","16884.418"],["9737.241","16885.440"],["9743.712","16921.538"],["9687.039","16937.974"],["9670.719","16936.145"],["9622.420","16807.276"],["9780.587","16920.008"],["9818.746","16796.352"],["9630.088","16859.181"],["9696.145","16833.560"],["7207.392","13001.505"],["7216.454","13006.938"],["7204.897","13120.539"],["7216.301","13100.820"],["7256.631","13175.851"],["7230.994","13008.590"],["7215.155","12994.007"],["7196.548","13091.473"],["7205.127","13082.091"],["7256.319","13165.909"],["7122.596","13017.375"],["7231.668","13006.707"],["7213.784","13102.422"],["7138.438","13009.811"],["7232.460","13118.410"],["7244.868","13136.979"],["7259.013","13123.982"],["7265.004","13172.918"],["7212.242","13148.690"],["7240.251","13083.804"],["7242.197","13119.566"],["7249.128","13128.969"],["7227.258","13154.751"],["7242.817","13082.780"],["7229.006","13028.831"],["7267.888","13043.910"],["7240.296","13145.006"],["7231.568","13161.753"],["7251.205","13095.481"],["15119.173","5802.289"],["15116.257","5819.888"],["15108.484","5814.331"],["15115.982","5814.097"],["15104.004","5823.290"],["6671.163","15566.894"],["6603.666","15580.217"],["6605.183","15554.339"],["6628.166","15687.821"],["6569.773","15645.722"],["6645.412","15553.141"],["6652.180","15522.482"],["6542.009","15530.627"],["6588.786","15570.395"],["6592.619","15712.490"],["6658.490","15669.368"],["6621.998","15692.528"],["6545.480","15641.395"],["6622.146","15714.493"],["6575.595","15631.353"],["6497.453","15551.922"],["6484.953","15551.790"],["6487.897","15573.573"],["6481.992","15560.807"],["27715.713","7255.499"],["27675.253","7207.274"],["27711.684","7199.975"],["27691.429","7193.361"],["27715.253","7221.114"],["27682.736","7218.670"],["27712.309","7167.753"],["27719.907","7185.094"],["27699.365","7198.356"],["5742.046","14816.293"],["5724.878","14813.317"],["5714.778","14667.716"],["5675.074","14708.900"],["5650.572","14751.150"],["5658.635","14803.140"],["5669.482","14727.471"],["5821.537","14679.055"],["5716.044","14665.585"],["5668.314","14702.260"],["5663.232","14755.174"],["5629.651","14761.191"],["5656.777","14804.742"],["5669.959","14741.542"],["5728.298","14672.125"],["5653.685","14797.575"],["5663.742","14758.708"],["5634.339","14749.862"],["5693.348","14734.771"],["5786.950","14747.758"],["5769.807","14775.217"],["5744.007","14792.313"],["5746.975","14840.782"],["5795.495","14823.654"],["5808.767","14793.920"],["5802.888","14699.686"],["5796.898","14727.116"],["5708.956","14726.183"],["5692.898","14672.030"],["5757.126","14765.770"],["5759.073","14768.812"],["5667.838","14731.864"],["5741.834","14747.065"],["5795.739","14752.896"],["5771.808","14760.427"],["5781.512","14756.645"],["5795.967","14715.382"],["5621.095","14853.067"],["5687.871","14709.262"],["5716.752","14679.736"],["5812.579","14740.056"],["5823.549","14739.065"],["5626.301","14806.852"],["5657.765","14809.114"],["5656.400","14796.513"],["5769.703","14757.422"],["5759.264","14762.814"],["5745.224","14779.993"],["5748.126","14871.253"],["5773.248","14796.311"],["5772.659","14826.583"],["5792.140","14823.159"],["5776.356","14855.630"],["5733.808","14667.759"],["5675.009","14697.853"],["5625.446","14828.569"],["7474.126","16688.885"],["7471.392","16745.164"],["7495.429","16572.108"],["7431.782","16647.150"],["7428.668","16621.076"],["7423.983","16750.814"],["7443.520","16616.617"],["7474.036","16576.922"],["7436.723","16658.948"],["7451.668","16575.039"],["6109.238","19512.988"],["6135.330","19522.632"],["6210.579","19449.829"],["6235.602","19414.650"],["6201.083","19510.509"],["6063.775","19522.598"],["6056.182","19506.501"],["6054.405","19485.378"],["6133.202","19504.367"],["6175.609","19502.643"],["6235.020","19465.106"],["6227.010","19469.879"],["6210.240","19433.048"],["6210.569","19410.373"],["6165.540","19464.035"],["6184.866","19514.027"],["6174.587","19518.178"],["6233.945","19386.008"],["6248.600","19383.746"],["6051.231","19468.136"],["6125.620","19520.057"],["6162.140","19521.707"],["6160.461","19517.045"],["6226.533","19451.662"],["6205.200","19433.198"],["6219.977","19432.024"],["6248.233","19401.719"],["6141.330","19486.463"],["6194.405","19479.890"],["6184.904","19456.039"],["6063.100","19316.885"],["6238.902","19389.112"],["6134.363","19481.160"],["6144.363","19498.716"],["6185.808","19370.665"],["6166.779","19392.217"],["6168.089","19393.520"],["5493.982","18459.016"],["5449.445","18464.652"],["5540.911","18458.407"],["5616.120","18452.891"],["4516.442","11276.525"],["4361.089","11203.444"],["4420.833","11218.249"],["4369.861","11184.022"],["4543.772","11112.747"],["4537.622","11117.239"],["4547.790","11172.240"],["4546.226","11210.074"],["4515.380","11215.594"],["4457.575","11141.965"],["4423.359","11181.842"],["4470.273","11263.610"],["4537.495","11278.623"],["4362.313","11226.705"],["4387.608","11183.494"],["4441.312","11086.169"],["4532.935","11110.534"],["4553.975","11172.703"],["4519.761","11209.516"],["4466.252","11228.740"],["4371.950","11267.438"],["4427.344","11122.906"],["4414.856","11150.165"],["4427.575","11232.890"],["4364.271","11243.600"],["4375.388","11152.759"],["4469.314","11094.974"],["4499.448","11107.396"],["4557.330","11178.979"],["4544.581","11223.583"],["4509.705","11208.856"],["4443.594","11109.067"],["4436.860","11146.686"],["4386.122","11259.507"],["4467.180","11126.077"],["4453.803","11179.397"],["4374.938","11251.794"],["4360.064","11266.435"],["4427.887","11102.560"],["4449.313","11161.941"],["4373.819","11252.455"],["4542.976","11149.966"],["4456.622","11261.052"],["27149.862","16742.761"],["12847.439","17690.886"],["12922.175","17776.091"],["12868.287","17812.071"],["12803.901","17792.362"],["12888.423","17676.519"],["12943.478","17813.601"],["12876.560","17769.759"],["12805.578","17769.340"],["12850.175","17696.294"],["12942.076","17723.060"],["12954.547","17787.787"],["12933.521","17725.867"],["12827.930","17765.360"],["12850.277","17780.362"],["12941.139","17769.865"],["12873.377","17687.996"],["12835.085","17715.666"],["12898.357","17714.884"],["12892.909","17777.438"],["12944.264","17722.499"],["12796.841","17725.861"],["12938.149","17808.696"],["12788.076","17817.254"],["12847.305","17707.507"],["12846.335","17765.701"],["12816.516","17762.437"],["12901.873","17790.320"],["12935.432","17731.731"],["12784.357","17731.839"],["12948.527","17825.029"],["12966.981","17767.870"],["12860.924","17720.604"],["12810.109","17704.700"],["12809.180","17783.890"],["12928.324","17711.548"],["12830.562","17748.938"],["12880.195","17783.235"],["12824.074","17827.583"],["12915.925","17772.259"],["12806.726","17764.853"],["12969.498","17814.096"],["12963.314","17767.259"],["12827.554","17697.360"],["12827.626","17716.905"],["12815.579","17738.946"],["12907.465","17811.063"],["12923.524","17761.310"],["12928.406","17707.486"],["12947.623","17772.147"],["12798.304","17896.352"],["12800.656","17922.281"],["12809.896","17842.447"],["12780.560","17890.816"],["12838.008","17939.093"],["12803.173","17903.172"],["12839.288","17846.180"],["12841.248","17956.185"],["12790.475","17926.608"],["12811.051","17940.679"],["12894.750","17912.553"],["12786.679","17922.856"],["12844.193","17888.177"],["12809.291","17952.140"],["12899.240","17907.880"],["12854.074","17835.478"],["12850.031","17893.676"],["12848.765","17902.495"],["12892.069","17897.260"],["8826.272","15034.503"],["8800.202","15074.188"],["8964.147","14873.543"],["8965.554","14893.084"],["8975.981","14887.204"],["8984.296","14900.964"],["8981.997","14957.924"],["8975.139","14959.113"],["8981.939","14974.577"],["8947.638","14993.302"],["8941.141","14986.680"],["8937.638","14976.936"],["8927.182","14961.558"],["8921.853","14970.823"],["8922.413","14975.613"],["8936.373","14949.922"],["8917.952","14943.860"],["8934.482","14944.571"],["8939.281","14955.001"],["8943.837","14967.520"],["8961.353","14957.875"],["8886.471","14969.836"],["8889.975","14967.606"],["8879.547","14963.725"],["8850.036","14978.228"],["8857.372","14982.307"],["8847.109","14998.030"],["8850.230","14979.196"],["8861.398","14976.718"],["8851.052","14959.741"],["8882.338","14952.658"],["8865.496","14960.619"],["8876.911","14967.093"],["8851.878","14954.943"],["8870.250","14951.938"],["8866.713","14932.400"],["8867.873","14945.725"],["8885.702","14949.425"],["8861.738","14950.713"],["8892.963","14959.655"],["8893.802","14946.129"],["8889.674","14944.626"],["8882.962","14939.921"],["8887.074","14953.794"],["8902.699","14955.891"],["8883.118","15007.343"],["8896.605","15004.634"],["8899.122","14998.045"],["8890.069","15003.494"],["8890.250","15001.562"],["8909.395","14997.334"],["8803.904","14892.245"],["8824.746","14903.840"],["8859.132","14897.318"],["8845.183","14879.793"],["8875.986","14902.402"],["8922.482","14893.783"],["8936.768","14900.734"],["8953.097","14909.993"],["8899.915","14904.515"],["8838.056","14892.143"],["8876.026","14858.257"],["8918.251","14901.851"],["8928.899","14907.113"],["4995.028","19120.785"],["11449.505","16989.761"],["11441.895","17095.025"],["11446.305","17130.748"],["11481.866","17177.092"],["15983.939","12569.153"],["15996.311","12572.930"],["15961.302","12650.613"],["15935.819","12643.550"],["15988.325","12662.240"],["16112.152","12588.468"],["16133.587","12559.589"],["7038.496","12122.294"],["7027.623","12117.222"],["7058.216","12113.359"],["7022.722","12124.423"],["6675.019","7478.912"],["6686.269","7474.948"],["24045.171","6194.853"],["23940.065","6155.709"],["24071.519","6192.773"],["23943.601","6157.294"],["10365.237","7909.012"],["10259.529","7903.208"],["10378.691","7909.937"],["10252.128","7901.953"],["10358.445","7930.878"],["10303.279","7904.996"],["10336.338","7911.768"],["23584.388","6646.544"],["23556.017","6634.141"],["4993.231","17494.542"],["5187.311","17577.373"],["5136.701","17589.158"],["5085.419","17566.974"],["5031.726","17591.576"],["5135.389","17483.368"],["5193.992","17467.610"],["5188.952","17509.910"],["5192.895","17567.196"],["5169.454","17604.146"],["5006.065","17480.632"],["5134.869","17491.444"],["5125.321","17498.334"],["5126.052","17476.994"],["5126.437","17505.177"],["6980.146","15669.025"],["6929.828","15659.152"],["7088.442","15685.934"],["7060.179","15681.681"],["6976.659","15562.263"],["6956.261","15561.258"],["7079.881","15577.091"],["7073.877","15597.527"],["6949.484","15669.841"],["6944.180","15580.036"],["6953.126","15517.081"],["6917.403","15536.645"],["6895.874","15548.915"],["7073.591","15514.851"],["7063.630","15553.170"],["7024.848","15577.201"],["7055.747","15581.005"],["7074.288","15608.509"],["20109.413","6666.214"],["20050.548","6712.159"],["20071.008","6686.181"],["20084.364","6652.638"],["20035.372","6688.218"],["20111.255","6656.305"],["12659.316","16040.125"],["12665.616","15986.053"],["12663.589","16010.581"],["12627.842","16059.831"],["12579.992","16111.432"],["12591.801","16127.022"],["12729.294","16051.622"],["12737.725","16115.988"],["12663.328","16062.763"],["12627.941","16024.314"],["12612.868","16073.626"],["12612.837","16112.687"],["12578.380","16137.344"],["12682.820","15944.581"],["12691.288","16098.001"],["12614.712","16105.503"],["12584.694","16002.324"],["12695.916","16036.168"],["12634.880","16009.258"],["12623.285","16026.368"],["12687.172","16025.624"],["12815.432","16644.777"],["12882.518","16691.087"],["12792.896","16656.344"],["12805.434","16753.769"],["12984.621","16649.744"],["12905.312","16708.550"],["12939.235","16708.113"],["12867.603","16751.130"],["12784.818","16671.604"],["12891.598","16569.476"],["12936.202","16674.141"],["12889.807","16612.010"],["12978.195","16575.310"],["12811.449","16651.935"],["12816.087","16718.139"],["12977.861","16686.358"],["12902.262","16650.839"],["12933.413","16695.677"],["12953.338","16609.574"],["12939.396","16619.795"],["12833.979","16594.156"],["12922.287","16680.912"],["12832.537","16701.320"],["12853.442","16666.015"],["12952.701","16565.219"],["12821.633","16654.009"],["12812.231","16697.187"],["12815.205","16636.771"],["12791.695","16742.765"],["12845.349","16598.618"],["12837.309","16611.959"],["12914.124","16571.048"],["12925.594","16573.409"],["12900.723","16574.061"],["12860.180","16674.306"],["12839.769","16763.480"],["12903.795","16679.643"],["12899.687","16616.912"],["12870.475","16601.359"],["12910.196","16751.422"],["12938.392","16755.901"],["12940.205","16706.098"],["12983.541","16598.193"],["12964.783","16636.872"],["12871.863","16715.986"],["12944.310","16648.955"],["12905.809","16613.122"],["12795.070","16601.064"],["12816.592","16592.972"],["12987.195","16631.220"],["12936.641","16590.001"],["12865.344","16572.222"],["12967.809","16765.194"],["12953.646","16771.604"],["12876.962","16638.831"],["12927.126","16582.742"],["12781.307","16617.944"],["12926.004","16672.142"],["12793.826","16701.349"],["12892.720","16682.581"],["12818.686","16703.424"],["12984.391","16700.396"],["12952.775","16705.246"],["12863.688","16752.435"],["12878.573","16658.963"],["12791.934","16725.098"],["12956.383","16687.386"],["12803.126","16700.407"],["12829.224","16703.721"],["12875.155","16688.939"],["12880.920","16770.713"],["12939.371","16715.535"],["12975.329","16690.289"],["12877.617","16689.766"],["12892.027","16732.798"],["12981.689","16744.932"],["12875.893","16611.481"],["12967.583","16683.307"],["12922.130","16715.165"],["12830.284","16713.244"],["12910.354","16613.795"],["12911.617","16605.036"],["12899.507","16611.321"],["12905.163","16587.820"],["12887.536","16603.277"],["12883.738","16574.697"],["12803.241","16589.715"],["12823.559","16573.008"],["12845.464","16611.210"],["12811.870","16611.105"],["12817.726","16623.392"],["12834.149","16642.979"],["12835.859","16651.691"],["12824.438","16580.743"],["12975.111","16709.722"],["12899.988","16615.973"],["12965.300","16566.128"],["12955.626","16686.147"],["12806.201","16744.390"],["12833.102","16750.918"],["12902.153","16730.481"],["12903.026","16770.978"],["12984.506","16674.054"],["12825.441","16744.018"],["12970.769","16705.957"],["12926.505","16715.990"],["12963.748","16602.367"],["12860.086","16762.856"],["12843.080","16665.932"],["12941.386","16566.524"],["10694.507","18601.629"],["10699.096","18601.167"],["10744.189","18623.667"],["10674.195","18608.302"],["14463.635","18094.476"],["14501.201","18153.436"],["14472.583","18102.304"],["14487.911","18064.947"],["14491.612","18129.224"],["14657.578","18104.104"],["14652.627","18097.861"],["14516.703","18213.578"],["14517.180","18250.969"],["14478.816","18127.176"],["14521.349","18121.247"],["14473.224","18141.858"],["14493.684","18059.778"],["14467.763","18064.270"],["14518.750","18117.779"],["14467.911","18084.055"],["14663.088","18094.591"],["14670.111","18142.056"],["14516.701","18189.594"],["14516.455","18183.170"],["14670.592","18209.127"],["14663.799","18234.841"],["14512.476","18217.542"],["14531.769","18236.848"],["14491.448","18105.211"],["14512.698","18073.403"],["14487.056","18110.760"],["14655.703","18085.970"],["14658.384","18108.943"],["14514.663","18210.126"],["14512.632","18065.971"],["14483.898","18154.724"],["14472.747","18073.964"],["14471.777","18065.905"],["14468.684","18054.195"],["14489.227","18088.580"],["14663.598","18061.858"],["14655.111","18111.404"],["14664.914","18122.403"],["14670.308","18112.626"],["14516.997","18155.622"],["14515.946","18237.723"],["14494.984","18133.188"],["13613.976","14887.843"],["6143.299","7579.761"],["6208.169","7537.023"],["6226.278","7605.607"],["6220.170","7602.208"],["6096.147","7563.880"],["6167.241","7570.883"],["6198.271","7620.432"],["6147.489","7663.322"],["6129.508","7640.626"],["6191.206","7537.974"],["6246.100","7548.629"],["6055.313","7635.780"],["6233.370","7573.761"],["6090.998","7555.456"],["6151.733","7523.248"],["6164.641","7682.256"],["6146.503","7631.104"],["6247.202","7552.329"],["6197.636","7533.037"],["6184.070","7645.641"],["6053.094","7608.717"],["6238.337","7570.590"],["6064.792","7599.621"],["6184.862","7528.335"],["6155.654","7547.859"],["6067.193","7674.521"],["6070.759","7665.666"],["6217.955","7494.793"],["6158.729","7555.076"],["6226.022","7489.189"],["6111.146","7616.844"],["6122.735","7644.077"],["6154.792","7521.931"],["6054.729","7665.602"],["12830.198","12359.830"],["12942.516","12476.621"],["12983.322","12396.773"],["12817.072","12475.614"],["12904.783","12403.358"],["12863.593","12352.691"],["12924.060","12438.080"],["12929.778","12347.215"],["12922.080","12477.683"],["12832.617","12340.825"],["12914.417","12373.929"],["12984.408","12356.014"],["12859.736","12472.707"],["12891.628","12491.567"],["12931.494","12443.249"],["12928.972","12366.439"],["12985.625","12355.485"],["12870.144","12397.922"],["12911.010","12453.366"],["12837.793","12526.080"],["12827.807","12401.153"],["12847.668","12379.238"],["12886.303","12537.882"],["12930.912","12474.082"],["12864.477","12384.837"],["12902.306","12508.155"],["12812.152","12497.557"],["12831.839","12528.491"],["12895.062","12540.270"],["12790.455","12359.947"],["12842.748","12337.187"],["12871.665","12393.656"],["12899.605","12425.490"],["12849.743","12502.747"],["12827.478","12389.543"],["12844.294","12495.333"],["12897.027","12490.533"],["12868.309","12421.485"],["12930.098","12347.059"],["12815.655","12517.425"],["12851.207","12517.148"],["12832.889","12412.301"],["12945.086","12532.548"],["11879.003","14343.692"],["11842.285","14302.016"],["11759.930","14247.153"],["11768.191","14340.421"],["11737.781","14284.527"],["11894.760","14311.690"],["11903.439","14260.220"],["11834.949","14304.477"],["11782.709","14252.173"],["11732.023","14297.002"],["11833.826","14271.856"],["11876.931","14330.546"],["11923.658","14301.038"],["11909.328","14279.279"],["11793.403","14312.916"],["11782.677","14280.167"],["11766.678","14325.029"],["11857.083","14289.924"],["11873.115","14338.028"],["11898.576","14314.250"],["11843.666","14304.130"],["11767.578","14252.223"],["11745.740","14319.909"],["11853.333","14294.994"],["11754.864","14247.339"],["11828.058","14322.346"],["11751.595","14320.024"],["11933.592","14289.940"],["11894.656","14291.434"],["11837.087","14322.115"],["11781.575","14254.370"],["11729.228","14275.444"],["11816.803","14297.901"],["11808.201","14245.877"],["11771.120","14318.559"],["11877.984","14319.023"],["11887.568","14270.311"],["11825.739","14307.598"],["11739.376","14263.107"],["11858.974","14280.807"],["11780.520","14248.586"],["18135.298","17721.985"],["18206.630","17739.756"],["18245.573","17722.805"],["18224.060","17735.835"],["18251.268","17817.196"],["18232.518","17801.093"],["18147.965","17657.130"],["18046.670","17712.782"],["18222.775","17711.508"],["18213.178","17675.443"],["18227.104","17624.322"],["18238.049","17676.254"],["18134.987","17731.579"],["18050.091","17708.835"],["18241.610","17634.578"],["18206.262","17704.307"],["18123.590","17674.668"],["18127.389","17688.640"],["18093.367","17660.363"],["18091.163","17674.649"],["18054.995","17679.870"],["18078.410","17701.916"],["18080.400","17701.635"],["18211.112","17632.595"],["18216.918","17633.487"],["18235.063","17648.191"],["18235.902","17643.583"],["18047.940","17672.983"],["18045.604","17663.751"],["18162.315","17723.531"],["18090.256","17690.800"],["18209.806","17684.064"],["18239.094","17637.782"],["18123.376","17676.105"],["18128.606","17676.650"],["18097.676","17673.658"],["18087.364","17664.954"],["18044.156","17676.435"],["18052.955","17677.938"],["18068.262","17690.553"],["18085.927","17691.544"],["18215.635","17632.942"],["18222.806","17634.213"],["18236.198","17643.814"],["18214.817","17661.419"],["18064.174","17669.828"],["18054.766","17665.716"],["18134.132","17686.526"],["18084.173","17674.038"],["18069.183","17705.598"],["18056.015","17720.502"],["18226.754","17643.065"],["18230.770","17646.589"],["18068.861","17675.063"],["18145.662","17680.845"],["18083.252","17667.498"],["18212.909","17651.659"],["18042.298","17691.266"],["18084.183","17701.040"],["18215.389","17644.056"],["18050.900","17665.749"],["5295.299","19980.369"],["5343.316","20146.345"],["5382.406","20132.020"],["5404.692","20136.502"],["5220.487","20036.986"],["5402.444","20127.616"],["5226.634","20156.521"],["5202.066","20048.151"],["5207.345","20072.247"],["5216.605","20074.113"],["5226.467","20095.173"],["5214.774","20132.416"],["5258.769","20136.052"],["5243.933","20143.831"],["5294.091","20135.809"],["5395.081","20155.370"],["17439.440","16586.253"],["17525.459","16733.631"],["17470.921","16643.849"],["17486.773","16570.071"],["17454.358","16604.059"],["9783.201","18559.100"],["9813.711","18564.072"],["9785.037","18645.811"],["9766.253","18641.633"],["9815.471","18515.963"],["13326.278","18893.706"],["13329.597","18991.663"],["4362.649","14544.447"],["4361.589","14551.862"],["4317.846","17847.626"],["4351.172","17869.564"],["4195.597","17840.959"],["4224.327","17842.966"],["4155.511","17856.493"],["4330.889","17853.076"],["4348.146","17870.175"],["4324.824","17871.645"],["4196.732","17867.598"],["4167.818","17865.666"],["4170.002","17839.299"],["4220.067","17833.932"],["4182.387","17930.425"],["4302.385","17859.467"],["4320.778","17856.336"],["4295.350","17854.882"],["4203.476","17867.961"],["4181.942","17847.871"],["4210.199","17935.479"],["4157.837","17879.373"],["4224.444","17934.096"],["4232.997","17920.025"],["4211.879","17895.186"],["4146.086","17883.751"],["4178.651","17874.090"],["4188.953","17949.077"],["4326.672","17858.583"],["7482.460","18698.308"],["7431.805","18699.224"],["7438.876","18755.066"],["7403.166","18884.990"],["7391.260","18842.520"],["7443.558","18782.096"],["7376.318","18765.455"],["7327.531","18747.588"],["7364.817","18834.774"],["7342.474","18680.592"],["7488.826","18694.311"],["7462.052","18693.328"],["7434.238","18742.960"],["7390.551","18871.662"],["7399.829","18842.635"],["7449.429","18798.298"],["7333.080","18739.637"],["7368.864","18754.310"],["7378.452","18837.730"],["7509.237","18681.578"],["7432.578","18690.471"],["7455.406","18742.316"],["7480.980","18862.346"],["7394.202","18881.208"],["7410.405","18834.774"],["7455.646","18789.099"],["7331.715","18762.543"],["7335.360","18761.494"],["7355.278","18870.133"],["7428.416","18730.892"],["7401.440","18743.212"],["7412.278","18742.007"],["7327.003","18723.964"],["7341.691","18725.699"],["7378.663","18770.537"],["7374.058","18747.911"],["7398.085","18811.234"],["7401.358","18782.382"],["7383.643","18844.820"],["7381.521","18840.179"],["7408.112","18887.914"],["7386.862","18881.011"],["7504.808","18879.742"],["7510.696","18868.033"],["7310.712","18867.313"],["7435.768","18698.423"],["7395.305","18751.586"],["7380.651","18801.275"],["7385.020","18870.821"],["7493.837","18872.294"],["7328.807","18762.445"],["7325.715","18750.471"],["7308.791","18728.093"],["7336.594","18888.146"],["7310.419","18811.012"],["7401.788","18703.741"],["7371.936","18761.834"],["7380.026","18790.904"],["7384.329","18863.455"],["7335.975","18873.539"],["7310.426","18885.603"],["5514.149","14665.754"],["5614.756","14730.606"],["5473.028","14692.496"],["5472.567","14738.809"],["5416.766","14697.895"],["5410.904","14720.025"],["5456.546","14798.628"],["5423.251","14786.672"],["5575.284","14872.644"],["5525.772","14837.933"],["5619.641","14721.638"],["5460.314","14700.638"],["5473.422","14746.654"],["5440.993","14681.908"],["5437.121","14748.184"],["5450.953","14776.547"],["5413.662","14814.599"],["5564.889","14862.388"],["5528.963","14829.841"],["5451.377","14857.817"],["5616.977","14736.419"],["5463.242","14687.542"],["5451.169","14733.541"],["5409.308","14713.221"],["5454.769","14787.331"],["5411.573","14822.395"],["5591.304","14862.999"],["5520.936","14847.842"],["5542.784","14730.941"],["5511.287","14765.838"],["5477.551","14665.246"],["5467.994","14729.709"],["5431.677","14706.582"],["5429.391","14805.762"],["5420.586","14821.123"],["5581.666","14857.566"],["5530.690","14853.507"],["5439.962","14869.659"],["5543.803","14661.592"],["5529.132","14719.728"],["5539.774","14778.373"],["5537.241","14692.131"],["5460.561","14684.404"],["5457.715","14743.153"],["5432.243","14683.989"],["5435.936","14732.841"],["5451.217","14798.297"],["5409.287","14824.013"],["5567.307","14872.215"],["5523.683","14828.618"],["5535.727","14695.498"],["5550.990","14662.187"],["5517.076","14727.027"],["5506.731","14766.499"],["5516.435","14790.363"],["5418.032","14681.938"],["5438.579","14667.468"],["5458.958","14668.261"],["5460.389","14715.825"],["5534.025","14701.565"],["5606.416","14738.614"],["5583.439","14721.950"],["5588.784","14725.600"],["5469.315","14850.739"],["5484.562","14871.383"],["5545.678","14703.013"],["5533.639","14797.878"],["5498.442","14752.296"],["5424.710","14705.985"],["5487.757","14685.024"],["5550.801","14714.249"],["5572.123","14741.900"],["5514.365","14848.873"],["8647.502","10494.073"],["8575.704","10441.419"],["8590.661","10457.233"],["8611.605","10501.877"],["8609.354","10439.373"],["8661.351","10469.913"],["8631.095","10463.512"],["8626.164","10444.873"],["8637.502","10504.929"],["8600.174","10513.801"],["19935.031","8362.423"],["13908.727","18184.357"],["13980.430","18157.657"],["14025.341","18068.698"],["13957.985","18054.844"],["13838.971","18128.874"],["13947.360","18083.695"],["13979.903","18184.246"],["13995.259","18070.168"],["13916.916","18094.628"],["13861.918","18199.733"],["13878.612","18248.139"],["13932.677","18225.192"],["13974.733","18237.992"],["13976.449","18210.572"],["13999.377","18150.704"],["13985.505","18052.546"],["13864.214","18065.544"],["13857.918","18151.153"],["13837.162","18141.144"],["13944.169","18055.206"],["13962.015","18065.181"],["13854.385","18210.831"],["13848.023","18209.126"],["13998.176","18183.107"],["13977.222","18192.240"],["14016.657","18049.887"],["13992.048","18056.545"],["13847.672","18097.429"],["13941.965","18118.063"],["13912.015","18104.257"],["14007.659","18140.508"],["13876.770","18199.997"],["13894.155","18248.486"],["13931.871","18234.606"],["13836.181","18238.837"],["13990.824","18207.500"],["13948.292","18184.874"],["14033.252","18094.610"],["13849.148","18061.895"],["13861.993","18073.389"],["13858.247","18156.206"],["13931.637","18080.524"],["13920.995","18082.291"],["13917.858","18241.212"],["13896.852","18196.166"],["13910.948","18196.926"],["13851.527","18215.203"],["13840.047","18240.752"],["13945.709","18196.038"],["13939.459","18148.573"],["14007.166","18051.489"],["13869.691","18071.985"],["13855.747","18146.925"],["13963.051","18111.589"],["13935.567","18120.838"],["6452.244","17218.400"],["6354.104","17227.578"],["6261.609","17327.677"],["6449.422","17268.181"],["6385.997","17279.560"],["6440.273","17219.330"],["6422.277","17222.000"],["6362.278","17228.057"],["6258.944","17319.667"],["6440.442","17266.463"],["6395.010","17285.209"],["6433.699","17263.425"],["6372.789","17281.047"],["6439.648","17225.490"],["6384.808","17296.045"],["6330.745","17286.186"],["6373.598","17285.432"],["6444.765","17198.402"],["6418.326","17228.643"],["6386.388","17236.834"],["6354.462","17240.785"],["6280.391","17328.647"],["6422.217","17208.156"],["6435.998","17212.753"],["6407.718","17210.476"],["6385.451","17213.234"],["6370.514","17243.378"],["6270.720","17360.934"],["6388.279","17281.759"],["6369.898","17282.625"],["6439.929","17208.707"],["6405.415","17208.841"],["6382.523","17226.133"],["6355.334","17246.648"],["13154.174","4089.682"],["13160.869","4071.597"],["13053.073","4082.613"],["13013.968","3995.743"],["12999.436","4023.476"],["13018.771","3991.119"],["13015.335","4029.823"],["13026.317","4089.551"],["11820.207","14796.998"],["11798.541","14776.848"],["11789.091","14757.065"],["11756.677","14769.707"],["11877.082","14826.388"],["27954.537","11718.895"],["27975.692","11738.601"],["27985.186","11739.137"],["28022.086","11736.369"],["27944.884","11715.076"],["27970.661","11740.994"],["28097.338","11708.380"],["28089.632","11713.621"],["5186.692","16386.696"],["5195.323","16406.227"],["5161.989","16488.640"],["5194.634","16416.233"],["5189.256","16409.314"],["5170.647","16365.966"],["5174.661","16439.845"],["5137.288","16364.461"],["5073.649","16432.239"],["5101.962","16429.679"],["5111.219","16454.888"],["5151.587","16401.921"],["5124.183","16446.754"],["5040.013","16445.658"],["5016.390","16455.065"],["5047.789","16407.251"],["5110.694","16401.001"],["5035.673","16506.303"],["5001.786","16505.226"],["5047.222","16498.643"],["5051.041","16525.297"],["5089.463","16530.679"],["5078.705","16498.785"],["5084.450","16466.012"],["5078.995","16450.470"],["5058.746","16454.165"],["5061.692","16521.873"],["5057.536","16544.656"],["5029.234","16542.077"],["5169.484","16554.742"],["5152.540","16547.351"],["5193.906","16559.392"],["5182.948","16439.376"],["5161.594","16489.251"],["5146.569","16383.964"],["5039.142","16356.363"],["5033.385","16370.916"],["5126.277","16377.238"],["5075.769","16361.562"],["5074.505","16426.327"],["5093.212","16438.894"],["5101.223","16406.957"],["5079.683","16397.039"],["5124.419","16394.565"],["5140.247","16399.430"],["5099.864","16456.852"],["5145.025","16415.613"],["5100.901","16446.047"],["5016.961","16459.819"],["5039.797","16473.889"],["5062.204","16385.016"],["5058.104","16363.895"],["5128.918","16423.429"],["5062.167","16536.760"],["5026.249","16507.393"],["5012.164","16497.134"],["5091.470","16534.511"],["5092.110","16507.737"],["5074.422","16452.006"],["5049.898","16455.784"],["5084.873","16538.383"],["5059.559","16561.353"],["5062.609","16469.344"],["5170.998","16562.174"],["5148.901","16358.735"],["5081.873","16416.814"],["5099.215","16435.310"],["5109.624","16449.290"],["5148.248","16413.102"],["5133.708","16442.330"],["5030.981","16434.162"],["5031.606","16474.169"],["5021.357","16458.863"],["5125.760","16408.962"],["5032.729","16515.749"],["5002.691","16509.603"],["5096.174","16522.554"],["5082.932","16497.431"],["5087.838","16452.750"],["5071.281","16455.771"],["5061.921","16451.126"],["5068.771","16531.873"],["5055.217","16562.146"],["5043.263","16551.409"],["5037.817","16561.475"],["5174.287","16540.440"],["10060.172","14847.064"],["10059.284","14851.986"],["10048.295","14827.408"],["10062.872","14823.192"],["10093.423","14829.159"],["10076.284","14791.968"],["10087.719","14798.810"],["10079.848","14799.625"],["10056.866","14839.104"],["10057.820","14840.095"],["10076.386","14808.875"],["10054.112","14846.787"],["10176.325","7653.270"],["10169.252","7647.225"],["10233.033","7650.705"],["10225.042","7623.938"],["10214.828","7633.815"],["10147.293","7676.200"],["10164.792","7651.546"],["10204.861","7626.961"],["10159.751","7640.847"],["14020.086","15917.594"],["13963.068","15732.735"],["13934.516","15764.242"],["13986.712","15753.615"],["14016.790","15851.725"],["14022.087","15911.684"],["13986.570","15843.106"],["13837.854","15927.667"],["13990.055","15728.280"],["13946.753","15750.551"],["14009.909","15908.437"],["13839.372","15849.908"],["13910.627","15876.006"],["13896.234","15840.579"],["14037.644","15815.556"],["14036.280","15759.087"],["14024.373","15906.944"],["13978.248","15835.658"],["13966.539","15726.228"],["13950.437","15749.048"],["13987.135","15926.756"],["14039.633","15872.830"],["13993.296","15758.303"],["14006.215","15861.948"],["13938.555","15878.516"],["13905.674","15851.413"],["14030.062","15819.713"],["13991.058","15740.522"],["13990.611","15749.493"],["10661.280","16536.992"],["10667.557","16544.012"],["10620.121","16560.034"],["10594.681","16530.545"],["10586.713","16376.780"],["10583.214","16436.428"],["10602.985","16362.345"],["10525.386","16357.174"],["10576.859","16366.943"],["10579.400","16468.470"],["10535.195","16459.248"],["10545.063","16516.822"],["10614.476","16391.719"],["10557.214","16479.392"],["10550.122","16502.017"],["10565.872","16482.103"],["10545.295","16442.879"],["10543.266","16446.573"],["10547.717","16452.790"],["10576.035","16496.539"],["10608.733","16485.350"],["10649.680","16561.823"],["10557.502","16379.336"],["10563.532","16387.503"],["10543.160","16352.829"],["10616.503","16520.268"],["10614.430","16559.852"],["10592.066","16534.179"],["10614.770","16456.437"],["10623.953","16452.072"],["10648.185","16479.867"],["10637.285","16481.658"],["10617.825","16479.801"],["10601.922","16441.771"],["10604.106","16463.277"],["10592.058","16430.366"],["10592.427","16451.535"],["10583.607","16414.506"],["14129.982","9401.961"],["14160.593","9430.158"],["14178.283","9437.119"],["14118.813","9381.736"],["14117.806","9386.962"],["14188.913","9385.671"],["14214.629","9404.660"],["14132.685","9516.429"],["14118.853","9496.351"],["14125.365","9398.120"],["14193.691","9451.736"],["14203.411","9396.191"],["14225.823","9394.958"],["14093.925","9512.564"],["14207.410","9394.855"],["14218.864","9401.372"],["14209.390","9460.243"],["14096.385","9534.015"],["14214.743","9509.940"],["14051.938","9535.157"],["14048.462","9414.574"],["14120.386","9528.712"],["14075.532","9522.246"],["14045.074","9461.651"],["14056.618","9534.236"],["14043.846","9530.005"],["14051.511","9530.830"],["14111.886","9479.573"],["14162.452","9386.220"],["14120.011","9386.779"],["4392.132","14450.514"],["4357.895","14465.905"],["4744.404","16950.588"],["4746.016","16941.560"],["4716.943","16979.092"],["4643.737","16950.908"],["4606.131","16944.704"],["4608.247","16927.772"],["4649.119","16911.353"],["4661.045","16930.425"],["4671.199","16919.236"],["4693.214","16813.264"],["4722.550","16797.457"],["4601.523","16782.908"],["4756.684","16778.116"],["4749.010","16946.409"],["4690.155","16920.322"],["4638.754","16958.769"],["4647.313","16949.127"],["4666.777","16965.981"],["4669.776","16929.582"],["4634.509","16936.890"],["4711.495","16788.664"],["4712.454","16804.400"],["4669.865","16809.660"],["4695.611","16824.056"],["4746.293","16981.121"],["4646.420","16979.442"],["4673.797","16959.809"],["4709.999","16945.071"],["4628.708","16986.331"],["4625.769","16974.943"],["4633.625","16938.540"],["4611.010","16919.845"],["4639.415","16917.612"],["4636.849","16933.582"],["4671.078","16943.456"],["4675.409","16939.814"],["4676.708","16923.315"],["4678.184","16902.036"],["4670.043","16821.247"],["4693.115","16809.780"],["4705.658","16801.850"],["4736.234","16794.138"],["4655.101","16806.668"],["4771.325","16795.622"],["4771.576","16981.548"],["4704.406","16960.651"],["4683.682","16954.094"],["4715.641","16940.249"],["4628.066","16979.362"],["4628.549","16970.980"],["4621.789","16963.779"],["4620.023","16927.987"],["4599.941","16922.223"],["4654.662","16911.138"],["4660.798","16938.518"],["4669.866","16910.301"],["4694.126","16938.229"],["4679.270","16904.464"],["4683.546","16917.378"],["4691.295","16830.812"],["4665.783","16803.262"],["4661.194","16804.980"],["4681.125","16808.987"],["4674.365","16811.398"],["4698.429","16791.928"],["4720.099","16790.901"],["4714.852","16787.879"],["4649.278","16812.200"],["4607.764","16834.151"],["4606.514","16816.248"],["4760.819","16978.955"],["4581.343","16776.549"],["4747.609","16974.597"],["4682.472","16971.069"],["4701.809","16954.732"],["4606.147","16963.845"],["4768.911","16985.677"],["4700.584","16972.803"],["4706.578","16957.795"],["4606.162","16794.931"],["4727.653","16811.220"],["4708.771","16791.947"],["4756.175","16783.417"],["4765.320","16780.411"],["4640.471","16964.108"],["4654.045","16934.038"],["4716.579","16930.590"],["4687.451","16929.996"],["4685.514","16784.588"],["4654.182","16846.949"],["4732.095","16910.188"],["10474.728","18886.113"],["10490.370","18886.856"],["10481.744","18835.792"],["10501.827","18868.592"],["10466.333","18850.260"],["10462.002","18785.392"],["10600.941","18679.364"],["10530.810","18710.896"],["10536.155","18703.612"],["10550.876","18723.497"],["10488.542","18681.464"],["10653.282","18714.913"],["10663.500","18761.293"],["10666.757","18762.400"],["10660.671","18757.577"],["10650.093","18787.698"],["10603.428","18809.543"],["10584.509","18774.026"],["10574.542","18732.506"],["10543.621","18716.321"],["10600.022","18863.287"],["10612.719","18844.361"],["10627.515","18874.508"],["10488.482","18792.625"],["10631.978","18681.429"],["10556.632","18709.228"],["10631.226","18732.089"],["10536.252","18742.349"],["10644.364","18843.271"],["16863.975","18123.693"],["16890.028","18053.338"],["16984.912","18220.360"],["16923.778","18053.570"],["16966.096","18239.155"],["16974.579","18072.799"],["10473.130","19109.572"],["10510.252","19108.416"],["10488.278","19138.490"],["10553.644","19125.034"],["10581.773","19143.648"],["10583.977","19158.479"],["10628.450","19158.231"],["10655.205","19102.126"],["10593.972","19122.721"],["10548.429","19132.597"],["10555.529","19198.733"],["10585.808","19188.989"],["10557.054","19239.378"],["10578.748","19233.994"],["10536.445","19205.770"],["10536.666","19121.190"],["10498.870","19100.902"],["10594.832","19144.491"],["10536.713","19203.968"],["10596.001","19267.883"],["10355.925","7758.479"],["10423.402","7832.504"],["10352.048","7771.746"],["10361.846","7794.204"],["10309.110","7746.315"],["10362.840","7727.648"],["10403.798","7687.575"],["10416.445","7868.226"],["10361.668","7883.116"],["10316.129","7771.983"],["10441.285","7804.090"],["10408.895","7882.611"],["10377.009","7807.927"],["10389.197","7778.579"],["10381.159","7750.805"],["10269.195","7727.056"],["10285.958","7764.094"],["10397.177","7717.432"],["10329.964","7715.118"],["10314.479","7876.012"],["10420.143","7826.151"],["10335.320","7702.165"],["10337.826","7719.445"],["10431.811","7800.754"],["10422.477","7890.118"],["10444.222","7820.503"],["10291.346","7799.015"],["10375.027","7879.251"],["10393.943","7840.503"],["4986.391","18209.363"],["4966.708","18181.046"],["4947.294","18185.112"],["4892.417","18150.273"],["4862.322","18166.460"],["4843.864","18066.195"],["4869.338","18082.908"],["4958.640","18094.515"],["4941.221","18176.533"],["4858.003","18056.932"],["4839.760","18066.970"],["4808.824","18067.690"],["4891.168","18254.884"],["4929.780","18057.149"],["4975.893","18172.176"],["4985.053","18173.208"],["4964.899","18154.869"],["4952.476","18197.241"],["4948.986","18175.658"],["4968.794","18163.029"],["4928.991","18148.961"],["4874.654","18154.484"],["4859.131","18153.412"],["4880.134","18191.530"],["4869.382","18252.791"],["4885.895","18253.583"],["4822.775","18252.612"],["4839.580","18192.589"],["4840.690","18064.346"],["4873.664","18060.711"],["4854.075","18061.702"],["4969.745","18077.930"],["4953.824","18083.462"],["4967.420","18062.251"],["4985.655","18164.349"],["4960.442","18191.021"],["4971.771","18153.532"],["4902.639","18144.621"],["4896.233","18164.344"],["4949.762","18105.291"],["4966.045","18117.942"],["4860.216","18193.396"],["4858.868","18170.440"],["4827.676","18248.565"],["4834.204","18220.548"],["4838.790","18182.234"],["4807.619","18078.755"],["4837.236","18068.673"],["4822.598","18048.392"],["4878.680","18080.711"],["4875.226","18076.615"],["4959.350","18064.420"],["4964.284","18061.959"],["4913.830","18145.756"],["4854.912","18247.818"],["4924.274","18238.147"],["4969.455","18175.811"],["4963.761","18172.079"],["4863.374","18173.082"],["4856.750","18245.507"],["4825.832","18249.036"],["4835.459","18088.739"],["4874.667","18056.995"],["4961.873","18091.444"],["4978.859","18206.311"],["4969.118","18180.433"],["4927.700","18210.576"],["4918.088","18235.261"],["4913.848","18204.202"],["4927.685","18197.842"],["4930.538","18199.320"],["4899.309","18244.048"],["4903.412","18229.148"],["4879.480","18209.446"],["4918.946","18162.964"],["4937.929","18167.074"],["4939.199","18159.221"],["4901.939","18158.778"],["4885.361","18165.737"],["4868.766","18171.106"],["4957.572","18137.366"],["4974.436","18091.478"],["4964.152","18070.918"],["4960.544","18068.744"],["4957.275","18089.705"],["4973.937","18080.190"],["4872.480","18079.335"],["4826.978","18068.044"],["11008.783","13671.475"],["11034.993","13629.684"],["10935.386","13655.859"],["3456.298","17784.157"],["3375.122","17784.786"],["3354.111","17800.353"],["3316.728","17807.587"],["3391.813","17816.529"],["3472.038","17780.392"],["3411.849","17801.103"],["3401.651","17781.797"],["3338.025","17762.319"],["3330.756","17794.160"],["3345.371","17820.862"],["3318.850","17829.321"],["3405.563","17825.463"],["3436.610","17782.341"],["3441.462","17832.167"],["3391.240","17815.918"],["3380.500","17815.174"],["3365.492","17754.556"],["3328.223","17799.858"],["3342.542","17800.235"],["3309.778","17795.148"],["3313.060","17828.132"],["3421.879","17827.065"],["3420.582","17771.558"],["3368.371","17789.899"],["13660.760","18145.573"],["13756.952","18145.949"],["13822.711","18248.333"],["13628.381","18250.590"],["13684.510","18104.896"],["13782.659","18154.999"],["13800.721","18253.585"],["13762.705","18045.365"],["13806.076","18097.379"],["13629.681","18243.274"],["13672.866","18105.193"],["13673.425","18108.727"],["13729.978","18131.134"],["13759.699","18135.990"],["13823.764","18225.905"],["13806.954","18248.795"],["13816.685","18063.218"],["13714.330","18122.980"],["13687.964","18093.385"],["13794.024","18167.270"],["13749.074","18143.091"],["13810.902","18214.691"],["13768.675","18046.802"],["13822.030","18156.454"],["13663.507","18092.625"],["13716.681","18146.878"],["13727.116","18144.991"],["13747.511","18143.257"],["13820.649","18138.419"],["13633.122","18126.735"],["13679.922","18145.870"],["13668.902","18133.203"],["13773.942","18127.551"],["13750.422","18171.019"],["13812.935","18096.834"],["2854.414","16975.170"],["2860.691","16912.670"],["2847.543","16852.316"],["2773.251","16837.541"],["2792.086","16935.100"],["2820.061","16776.889"],["2697.525","16942.823"],["2769.653","16984.710"],["2852.473","16926.153"],["2870.368","16942.652"],["2822.714","16960.597"],["2845.724","16963.240"],["2813.991","16865.611"],["2803.431","16861.449"],["2768.087","16855.576"],["2799.452","16832.422"],["2809.569","16963.308"],["2816.016","16818.252"],["2788.187","16811.712"],["2841.344","16798.260"],["2691.077","16948.818"],["2722.432","16971.036"],["2799.922","16982.601"],["2868.016","16938.787"],["2846.059","16942.503"],["2818.207","16927.880"],["2864.868","16925.535"],["2812.329","16890.285"],["2866.556","16855.173"],["2814.946","16870.357"],["2817.791","16812.141"],["2777.448","16939.824"],["2811.329","16950.707"],["2795.160","16795.180"],["2814.618","16794.206"],["2710.467","16983.128"],["2713.528","16969.578"],["2761.528","16984.182"],["2736.018","16952.555"],["2808.771","16962.188"],["2822.704","16980.868"],["2855.214","16935.444"],["2850.537","16827.395"],["2804.238","16838.565"],["2786.823","16943.375"],["2759.650","16777.641"],["2839.682","16784.718"],["2705.863","16971.923"],["2724.521","16981.028"],["2791.501","16972.675"],["2839.760","16975.490"],["8280.192","19376.207"],["8266.827","19431.071"],["8304.929","19360.815"],["8281.350","19424.151"],["8283.580","19373.812"],["8275.281","19397.859"],["8331.596","19362.529"],["8344.733","19336.932"],["8192.853","19433.876"],["8174.810","19434.091"],["8206.245","19472.411"],["8180.591","19482.560"],["8174.012","19470.339"],["8207.871","19510.545"],["8197.032","19521.098"],["8263.393","19486.979"],["8283.146","19453.337"],["8280.446","19461.369"],["8263.374","19421.127"],["8304.151","19415.700"],["8270.155","19364.684"],["8254.810","19355.032"],["8227.700","19343.157"],["8181.319","19326.823"],["8207.769","19334.569"],["8160.927","19385.155"],["8328.564","19315.899"],["8351.838","19336.073"],["8197.195","19424.710"],["8153.963","19464.057"],["8228.219","19456.012"],["8157.088","19463.105"],["8204.614","19522.386"],["8257.143","19460.422"],["8319.756","19430.260"],["8160.911","19359.160"],["8327.696","19339.633"],["8168.593","19418.864"],["8199.383","19457.156"],["8215.094","19469.323"],["8169.703","19482.759"],["8219.778","19478.472"],["8293.900","19429.038"],["8234.728","19354.636"],["8159.797","19402.659"],["8160.220","19387.880"],["8338.982","19492.995"],["8332.643","19390.702"],["8318.818","19465.283"],["8301.915","19365.692"],["8339.607","19497.719"],["8304.678","19365.427"],["4485.981","9422.444"],["4551.515","9481.718"],["4514.937","9536.496"],["4451.174","9552.785"],["4526.063","9413.517"],["4553.954","9404.104"],["4525.513","9527.694"],["4534.402","9417.101"],["4523.069","9378.509"],["4464.123","9418.315"],["4502.147","9530.306"],["4469.603","9486.458"],["4558.452","9528.055"],["4484.115","9580.195"],["4513.593","9556.977"],["4529.229","9504.746"],["4450.516","9443.282"],["4422.572","9497.866"],["4502.295","9534.798"],["4446.621","9579.764"],["4450.886","9461.190"],["4565.410","9535.949"],["4549.164","9577.346"],["4496.237","9561.863"],["4509.432","9498.075"],["4556.120","9464.317"],["4554.751","9381.117"],["4459.694","9426.470"],["4439.297","9514.154"],["4562.833","9378.779"],["4556.762","9392.992"],["4462.662","9450.340"],["4427.400","9473.405"],["4538.584","9568.435"],["4544.475","9583.468"],["4515.897","9516.219"],["4434.570","9472.503"],["4426.726","9487.063"],["14265.556","12705.308"],["14297.716","12750.118"],["14399.373","12722.335"],["14312.794","12672.831"],["14326.091","12698.091"],["14352.719","12740.262"],["14379.515","12716.666"],["14263.423","12656.159"],["14373.970","12616.004"],["14317.407","12693.419"],["14298.987","12671.708"],["14290.276","12697.893"],["14315.743","12742.587"],["14431.166","12730.940"],["14293.863","12671.757"],["14360.532","12697.562"],["14340.877","12729.742"],["14392.081","12726.542"],["14259.854","12641.675"],["14350.445","12603.705"],["14331.883","12758.808"],["14268.911","12731.518"],["14273.153","12755.951"],["14432.137","12738.025"],["14324.011","12662.080"],["14344.562","12695.663"],["14320.647","12728.751"],["14387.558","12714.288"],["14289.064","12670.461"],["14302.604","12699.662"],["14310.484","12694.929"],["14380.205","12758.791"],["14282.217","12721.030"],["14263.845","12718.058"],["14311.154","12726.997"],["14274.230","12730.399"],["14302.634","12723.776"],["14272.560","12756.661"],["14428.025","12744.647"],["14435.739","12729.866"],["14420.508","12730.098"],["14447.940","12709.759"],["14435.588","12725.101"],["14439.782","12718.825"],["14290.705","12643.599"],["14312.662","12663.318"],["14314.537","12673.062"],["14335.664","12683.937"],["14336.075","12695.547"],["14336.815","12669.717"],["14316.568","12736.398"],["14344.002","12747.199"],["14340.252","12725.630"],["14395.354","12724.528"],["14374.581","12709.251"],["14374.861","12722.942"],["14284.147","12659.082"],["14263.406","12661.939"],["14263.439","12647.340"],["14387.942","13404.544"],["14402.706","13397.492"],["14410.388","13470.936"],["14315.126","13595.274"],["14344.752","13596.575"],["14414.598","13437.122"],["14389.778","13403.827"],["14362.021","13505.761"],["14364.533","13456.210"],["14350.052","13568.831"],["20904.185","8934.831"],["7170.220","16929.411"],["7138.603","16875.036"],["7266.217","16845.156"],["7120.067","16984.272"],["7105.691","16897.381"],["7274.017","16784.544"],["7289.971","16807.236"],["7222.501","16800.647"],["7225.856","16801.836"],["7126.506","16953.622"],["7159.036","16914.732"],["7125.050","16897.595"],["7127.431","16840.717"],["7206.602","16982.127"],["7205.631","16963.805"],["7193.252","16961.168"],["7198.582","16906.104"],["7243.322","16866.164"],["7172.417","16954.796"],["7121.975","16974.908"],["7267.800","16782.777"],["7226.152","16785.156"],["7139.960","16947.115"],["7148.642","16922.478"],["7130.703","16884.970"],["7132.562","16851.419"],["7187.519","16948.539"],["7221.716","16966.249"],["7194.502","16979.203"],["7236.661","16886.808"],["7144.473","16978.363"],["7093.839","16959.302"],["7116.338","16919.800"],["7290.284","16806.229"],["7241.563","16780.564"],["7139.549","16959.287"],["7149.119","16913.378"],["7112.611","16898.826"],["7149.898","16843.046"],["7214.923","16944.862"],["7197.874","16963.497"],["7997.677","16849.549"],["8026.663","16851.928"],["7986.165","16906.333"],["8131.023","16784.763"],["10795.596","16014.891"],["10673.993","15998.277"],["10675.343","15989.927"],["10677.004","16005.299"],["10674.714","16000.579"],["10788.146","15923.941"],["10847.496","15937.590"],["10848.327","16106.680"],["10789.397","16065.589"],["10810.688","16134.024"],["10784.566","15972.636"],["10840.146","16023.865"],["10792.324","15992.560"],["10684.518","16001.258"],["10672.039","15995.111"],["10811.380","15931.783"],["10785.769","16125.261"],["10764.745","16123.826"],["10825.104","16052.056"],["10695.782","15987.186"],["10799.598","15924.150"],["10835.126","15940.729"],["17873.445","17016.912"],["17926.998","17058.973"],["18032.722","17161.002"],["17931.281","17001.838"],["17954.385","17019.693"],["17882.737","17031.991"],["17941.488","17064.192"],["18021.981","17135.172"],["18037.248","17095.142"],["10715.526","12756.077"],["10738.017","12750.662"],["10691.410","12743.574"],["10717.599","12753.111"],["10777.950","12749.249"],["10758.148","12757.674"],["17257.991","7349.089"],["17228.351","7367.429"],["17254.221","7281.799"],["17287.439","7299.712"],["17299.215","7313.420"],["17286.260","7319.426"],["17275.004","7351.139"],["17205.715","7357.808"],["17211.199","7263.563"],["17249.224","7361.740"],["17223.631","7354.234"],["17228.372","7269.229"],["17263.201","7284.590"],["17289.018","7283.758"],["17288.639","7312.000"],["17272.576","7316.387"],["17269.313","7347.241"],["17215.995","7361.243"],["11708.256","17512.987"],["11709.684","17495.241"],["11703.765","17541.526"],["11553.283","17583.259"],["11570.256","17614.170"],["11604.327","17559.773"],["11709.770","17516.312"],["11681.109","17538.474"],["11703.323","17518.176"],["11720.476","17508.693"],["11705.934","17504.820"],["11690.114","17541.262"],["11527.618","17604.210"],["11554.755","17612.612"],["11547.773","17581.046"],["11580.288","17601.932"],["11596.580","17582.697"],["11620.615","17602.899"],["11671.220","17607.900"],["11722.003","17520.515"],["11708.487","17531.522"],["11688.280","17536.955"],["11719.637","17509.469"],["11699.245","17535.473"],["11571.827","17618.623"],["11550.914","17576.059"],["11558.874","17601.139"],["11611.087","17583.671"],["11630.615","17602.999"],["11671.335","17615.596"],["11721.904","17515.626"],["11694.260","17529.128"],["11669.974","17527.376"],["11682.974","17547.045"],["11696.104","17541.402"],["11714.759","17539.934"],["11530.480","17618.793"],["11563.275","17615.964"],["11574.851","17619.213"],["11546.769","17578.751"],["11567.229","17608.158"],["11599.196","17576.900"],["11623.691","17606.731"],["11712.270","17522.852"],["11685.221","17536.030"],["11696.169","17520.389"],["11669.355","17515.568"],["11672.093","17507.598"],["11709.538","17541.030"],["11535.529","17610.156"],["11553.998","17611.869"],["11584.703","17619.395"],["11549.434","17581.823"],["11570.502","17595.078"],["11585.807","17585.025"],["11613.724","17609.076"],["11699.865","17620.034"],["11720.621","17526.014"],["11695.050","17529.128"],["11681.126","17536.856"],["11687.007","17508.332"],["14911.066","13768.746"],["10149.487","16341.129"],["10069.344","16189.532"],["10132.224","16332.409"],["10078.476","16233.496"],["10067.028","16237.839"],["10118.926","16300.901"],["10246.061","16325.647"],["10080.914","16290.896"],["10063.032","16238.549"],["10072.966","16233.050"],["10095.125","16273.382"],["12714.451","16978.480"],["12755.359","16899.253"],["12664.822","16867.733"],["12746.717","16843.494"],["12641.394","16954.542"],["12611.829","16944.177"],["12652.280","16800.016"],["12609.383","16882.176"],["12598.370","16886.454"],["12610.654","16908.644"],["12607.472","16805.775"],["12590.745","16794.266"],["12582.300","16870.867"],["12726.922","16799.486"],["12590.173","16960.369"],["12762.280","16918.636"],["12683.543","16879.202"],["12727.372","16837.328"],["12696.350","16921.083"],["12740.622","16881.746"],["12753.431","16964.836"],["12751.257","16850.232"],["12582.795","16923.718"],["12597.176","16852.993"],["12579.874","16810.732"],["12700.039","16798.240"],["12759.151","16785.659"],["12747.644","16953.785"],["12647.403","16980.937"],["12716.737","16959.660"],["12709.181","16973.166"],["12693.916","16889.341"],["12669.388","16974.988"],["12630.114","16868.370"],["12748.184","16984.439"],["12591.215","16878.679"],["12615.827","16826.535"],["12735.574","16831.328"],["12652.821","16964.382"],["12720.389","16907.950"],["12702.093","16863.467"],["12660.107","16913.478"],["12770.935","16916.082"],["12728.523","16816.535"],["12588.770","16951.757"],["12651.975","16776.156"],["12618.146","16801.019"],["12648.728","16784.863"],["12640.614","16827.842"],["12714.619","16802.274"],["12619.195","16972.498"],["12753.563","16958.857"],["12736.558","16967.806"],["12746.462","16821.947"],["12639.614","16956.356"],["12707.658","16920.122"],["12775.290","16956.512"],["12774.329","16944.619"],["12707.043","16840.829"],["12710.481","16858.017"],["12738.066","16834.097"],["12610.153","16825.065"],["12765.428","16837.486"],["12727.547","16818.595"],["12640.701","16819.095"],["12612.003","16894.011"],["12617.137","16861.235"],["12656.275","16917.491"],["12702.618","16966.378"],["12582.421","16968.190"],["12629.087","16879.617"],["12602.933","16782.986"],["12761.803","16841.823"],["12594.274","16905.632"],["12572.625","16794.369"],["12715.142","16929.073"],["12743.819","16966.874"],["12701.369","16818.319"],["12650.913","16892.817"],["12775.411","16980.980"],["12762.251","16931.028"],["12583.432","16951.822"],["12729.113","16817.130"],["12578.128","16931.014"],["12614.841","16780.872"],["12597.587","16809.012"],["12671.163","16957.948"],["12569.549","16781.900"],["12592.021","16894.649"],["12744.061","16786.984"],["12747.823","16945.770"],["12665.826","16841.226"],["12667.607","16884.130"],["12684.905","16970.458"],["12730.758","16891.868"],["12673.911","16973.366"],["12613.294","16844.438"],["12636.013","16858.748"],["12749.998","16799.751"],["12646.959","16977.733"],["12697.364","16970.103"],["12634.018","16805.266"],["12747.872","16916.324"],["4862.233","16083.957"],["4934.821","16101.073"],["4872.664","16082.033"],["4876.039","16037.682"],["4864.440","16052.042"],["4898.729","16020.546"],["4926.048","15943.177"],["4937.778","15931.321"],["4948.011","15952.529"],["4981.261","15987.391"],["4967.483","16066.315"],["4956.356","16018.666"],["4948.137","15982.870"],["4912.164","16129.390"],["4971.153","16093.444"],["4931.149","16102.503"],["4917.267","16062.980"],["4901.130","16117.587"],["4869.719","16107.417"],["4877.527","16034.457"],["4942.304","15929.870"],["4978.777","15999.200"],["4973.371","16062.434"],["4951.373","16030.392"],["4953.121","15987.676"],["4966.636","15937.218"],["4907.839","16133.437"],["4961.186","16105.285"],["4859.338","16121.815"],["4856.410","16110.469"],["4854.634","16074.444"],["4865.785","16088.366"],["4876.353","16090.358"],["4945.209","16082.159"],["4895.658","16085.072"],["4899.049","16046.980"],["4849.604","16075.411"],["4862.022","16066.675"],["4892.463","15997.276"],["4875.900","16038.333"],["4887.589","15972.112"],["4884.728","15953.698"],["4897.375","15933.777"],["4917.726","15945.687"],["4830.727","16129.044"],["4841.197","16128.008"],["4851.476","16101.963"],["4855.604","16114.097"],["4909.610","16100.201"],["4912.271","16101.287"],["4918.236","16067.890"],["4901.598","16041.629"],["4891.795","16043.875"],["4861.858","16061.819"],["4877.828","16048.013"],["4901.197","16013.064"],["4865.736","16014.105"],["4894.826","15963.970"],["4891.126","15966.662"],["4902.246","15972.662"],["4904.377","15953.838"],["4920.160","15946.926"],["4929.157","15945.191"],["4845.078","16124.556"],["4912.084","16062.159"],["4913.358","16022.785"],["4844.884","16040.994"],["4902.414","16022.858"],["4897.770","15964.300"],["4913.209","15954.218"],["4934.814","15934.952"],["4874.813","16128.244"],["4878.324","16117.818"],["4909.131","16105.033"],["4923.546","16104.327"],["4912.654","16085.631"],["4875.975","16059.705"],["4869.229","16096.846"],["4880.469","16067.732"],["4895.831","16067.739"],["4892.930","16017.352"],["4893.622","15953.663"],["4918.844","15962.603"],["4912.300","15937.259"],["4872.276","16025.446"],["4819.826","15977.148"],["4837.054","15939.568"],["4830.722","15938.627"],["4778.546","16120.980"],["4822.895","16084.612"],["4812.961","16092.820"],["4962.090","15961.943"],["4956.836","15987.870"],["4965.696","16078.249"],["4966.611","16053.747"],["4958.248","16027.865"],["4959.897","15968.518"],["4913.135","16136.756"],["4968.341","16094.501"],["3912.877","18211.325"],["3822.474","18091.180"],["3848.173","18253.378"],["3794.308","18198.352"],["3776.463","18228.773"],["3811.323","18132.039"],["3830.057","18088.669"],["3820.917","18046.642"],["3836.166","18251.247"],["3813.650","18214.256"],["3915.607","18173.588"],["3822.524","18119.140"],["3795.287","18097.406"],["3725.530","18070.106"],["3783.829","18117.023"],["3926.993","18055.397"],["3864.750","18170.627"],["3874.487","18146.663"],["3920.298","18213.277"],["3920.610","18221.997"],["3860.213","18079.025"],["3877.762","18101.601"],["3850.539","18069.645"],["3832.908","18081.949"],["3831.918","18118.828"],["3824.600","18207.980"],["3845.866","18249.417"],["3768.646","18198.708"],["3752.149","18185.413"],["3773.765","18167.607"],["3762.384","18175.798"],["21886.060","7701.051"],["21959.678","7789.937"],["21872.821","7771.216"],["10569.218","7530.015"],["10654.784","7668.222"],["10639.471","7495.194"],["10562.957","7493.103"],["10522.925","7585.409"],["10465.823","7515.486"],["10607.257","7547.975"],["10637.665","7601.361"],["10601.735","7510.957"],["10651.267","7532.662"],["10466.205","7536.143"],["10577.408","7682.654"],["10655.721","7663.201"],["10657.171","7508.153"],["10536.292","7521.672"],["10511.823","7614.592"],["10468.178","7503.041"],["10467.057","7512.877"],["10635.321","7556.914"],["10551.488","7545.143"],["10638.635","7552.133"],["10662.968","7640.448"],["10515.079","7612.626"],["10490.357","7523.260"],["10477.073","7543.199"],["10529.096","7513.484"],["10605.143","7510.851"],["10662.352","7549.392"],["10562.152","7476.374"],["10543.761","7484.595"],["10535.310","7610.562"],["10544.056","7586.601"],["10485.946","17354.782"],["10477.675","17325.924"],["10553.272","17366.505"],["10593.566","17352.282"],["10550.485","17405.920"],["10665.520","17334.428"],["10655.609","17359.377"],["10633.656","17286.216"],["10621.542","17229.991"],["10633.350","17386.994"],["10644.290","17377.664"],["10578.040","17340.426"],["10592.781","17371.293"],["10493.933","17391.727"],["10490.284","17228.554"],["10500.729","17236.012"],["10512.773","17282.373"],["10514.783","17294.021"],["10517.951","17302.449"],["10566.941","17235.216"],["10562.853","17290.529"],["10603.031","17269.439"],["10600.652","17279.981"],["10593.692","17297.930"],["10527.633","17354.682"],["10521.430","17332.128"],["10594.778","17212.996"],["10634.426","17304.164"],["10467.192","17322.669"],["10492.161","17346.616"],["10489.566","17238.688"],["10489.107","17220.333"],["10472.609","17220.521"],["10466.824","17243.332"],["10480.765","17363.535"],["10487.001","17330.515"],["10560.262","17354.053"],["10585.671","17367.757"],["10542.804","17402.865"],["10650.882","17342.504"],["10603.175","17311.778"],["10669.093","17398.503"],["10643.618","17387.908"],["10657.974","17373.354"],["10580.112","17348.221"],["10608.160","17359.402"],["10484.065","17392.520"],["10471.402","17370.524"],["10494.659","17227.332"],["10504.216","17251.867"],["10507.986","17275.849"],["10517.507","17303.456"],["10569.210","17232.888"],["10566.152","17267.919"],["10587.176","17274.526"],["10617.396","17293.391"],["10589.286","17308.322"],["10601.258","17298.839"],["10533.554","17344.393"],["10515.591","17332.442"],["10615.156","17209.544"],["10632.814","17318.698"],["10647.906","17341.425"],["10647.779","17316.342"],["10625.122","17327.527"],["10607.842","17308.693"],["10597.938","17199.850"],["10652.559","17318.200"],["10649.044","17310.694"],["10629.610","17284.809"],["10618.512","17275.893"],["10609.461","17309.171"],["10602.019","17249.977"],["10600.636","17246.052"],["10555.033","17271.337"],["10654.228","17248.467"],["10619.891","17205.448"],["10471.158","17309.377"],["10484.778","17349.629"],["10493.613","17326.915"],["10591.872","17364.338"],["10533.675","17393.038"],["10615.997","17406.311"],["10663.431","17338.788"],["10650.839","17356.652"],["10622.636","17298.619"],["10644.195","17262.454"],["10626.982","17214.954"],["10643.898","17373.721"],["10654.092","17382.487"],["10567.382","17354.695"],["10595.479","17374.795"],["10502.108","17370.225"],["10468.359","17368.195"],["10502.621","17253.882"],["10530.486","17273.207"],["10516.559","17287.861"],["10540.676","17314.895"],["10530.763","17303.093"],["10559.918","17234.473"],["10573.412","17292.114"],["10586.004","17266.218"],["10588.969","17280.686"],["10615.241","17290.964"],["10586.260","17312.038"],["10592.738","17306.568"],["10532.583","17343.897"],["10523.190","17356.439"],["10633.604","17314.684"],["10668.749","17280.068"],["10663.116","17255.597"],["10485.667","17354.303"],["10476.228","17326.006"],["10544.703","17350.832"],["10538.034","17399.363"],["10672.313","17323.049"],["10662.945","17360.780"],["10623.327","17296.291"],["10653.691","17244.741"],["10636.961","17227.189"],["10666.579","17384.324"],["10645.540","17385.245"],["10578.698","17356.248"],["10611.285","17382.738"],["10494.131","17368.490"],["10479.494","17371.961"],["10504.774","17226.028"],["10515.581","17257.399"],["10530.813","17315.017"],["10570.643","17279.694"],["10597.291","17277.829"],["10622.593","17279.981"],["10602.080","17286.155"],["10523.949","17340.049"],["10516.989","17352.327"],["10602.755","17207.645"],["10630.150","17296.914"],["10465.749","17349.976"],["10482.330","17311.077"],["10551.167","17354.267"],["10582.875","17374.281"],["10549.514","17396.027"],["10667.806","17319.019"],["10669.702","17358.813"],["10620.596","17306.349"],["10599.408","17315.428"],["10637.457","17235.327"],["10649.570","17229.246"],["10636.903","17365.326"],["10648.336","17385.922"],["10562.908","17336.561"],["10607.074","17366.884"],["10481.203","17375.163"],["10477.405","17387.238"],["10490.153","17210.454"],["10514.117","17239.332"],["10505.305","17274.016"],["10553.011","17313.821"],["10525.615","17299.443"],["10568.470","17238.206"],["10583.494","17291.371"],["10567.534","17285.145"],["10620.570","17304.192"],["10581.490","17305.201"],["10587.623","17287.096"],["10526.481","17361.337"],["10516.364","17353.119"],["10637.979","17314.172"],["7957.047","12939.690"],["7939.114","12933.151"],["7963.142","12967.862"],["7945.731","12967.493"],["7953.017","12936.106"],["19142.778","17498.444"],["19210.854","17500.150"],["19268.805","17504.726"],["19106.331","17513.804"],["19166.759","17488.325"],["19277.325","17491.728"],["19194.686","17488.027"],["19278.969","17529.730"],["19126.512","17557.254"],["5154.386","15828.939"],["5154.149","15890.603"],["5109.261","15928.235"],["5111.062","15908.928"],["5107.279","15861.505"],["5082.942","15899.868"],["5156.507","15847.023"],["5143.698","15908.071"],["5163.208","15904.211"],["5105.832","15906.946"],["5103.710","15876.798"],["5170.271","15850.334"],["5072.247","15903.150"],["5164.266","15915.775"],["5163.798","15927.769"],["5117.213","15915.237"],["5073.336","15896.136"],["6974.440","14634.348"],["7013.875","14584.380"],["7025.043","14568.781"],["11621.827","15078.675"],["11642.594","14886.146"],["11628.622","14895.041"],["11710.287","14887.339"],["11587.749","14887.934"],["11615.472","14875.408"],["11669.226","14895.208"],["11626.721","15076.030"],["11549.649","14940.436"],["11697.381","14940.786"],["11716.333","14913.336"],["11720.097","14909.990"],["11706.476","14926.498"],["18733.921","6469.606"],["18765.721","6427.471"],["18803.407","6465.377"],["18801.324","6502.832"],["18813.879","6433.161"],["18832.655","6353.939"],["18832.633","6435.979"],["18712.753","6487.211"],["18748.763","6444.812"],["18765.467","6475.226"],["18799.186","6503.113"],["18858.091","6455.098"],["18740.204","6468.665"],["18745.984","6461.526"],["18783.044","6509.816"],["18775.485","6472.394"],["18803.369","6432.401"],["18868.160","6463.809"],["10318.057","13843.038"],["10340.540","13878.860"],["10313.196","13930.131"],["10300.844","13921.499"],["10274.398","13933.202"],["10369.894","13900.559"],["10422.538","13866.600"],["10421.207","14006.655"],["10415.760","13937.944"],["10454.083","13978.737"],["10357.629","13881.189"],["10354.011","13893.278"],["10349.890","13891.375"],["10335.778","13850.368"],["10252.671","13914.159"],["10303.364","13935.588"],["10402.731","13948.731"],["10408.647","13888.561"],["10429.486","13908.776"],["10391.962","13858.293"],["10418.236","14016.467"],["10458.910","13963.552"],["10399.001","14027.145"],["10390.412","13903.099"],["10448.212","13917.566"],["10454.749","13932.470"],["10451.372","13992.782"],["10417.767","13968.184"],["10407.210","14009.859"],["10416.023","13965.872"],["10436.698","13963.626"],["10424.411","13968.101"],["10411.484","13985.343"],["10281.444","13820.015"],["10301.970","13884.143"],["17475.648","17383.897"],["17507.117","17388.248"],["17463.997","17360.337"],["17203.998","4461.999"],["17243.116","4472.432"],["17366.267","4467.843"],["17383.192","4332.941"],["17378.115","4378.334"],["17229.826","4478.202"],["17291.102","4405.619"],["17261.453","4436.529"],["17396.075","4307.775"],["17388.879","4445.057"],["17394.562","4346.832"],["17260.016","4482.889"],["17207.992","4475.494"],["17231.494","4491.367"],["17240.273","4493.821"],["17270.676","4445.519"],["17285.688","4438.793"],["17286.108","4456.466"],["17280.683","4474.305"],["17278.195","4483.038"],["17256.511","4474.346"],["17250.618","4448.460"],["17263.303","4443.392"],["17254.520","4467.864"],["17270.725","4475.224"],["17211.752","4480.211"],["17398.760","4358.216"],["17350.683","4368.278"],["17359.301","4345.750"],["17333.868","4394.275"],["17325.097","4404.413"],["17338.596","4401.104"],["17386.792","4482.031"],["17261.176","4510.307"],["17316.817","4510.845"],["17315.626","4491.281"],["17350.965","4499.393"],["17350.234","4508.148"],["17341.714","4465.322"],["17347.719","4481.767"],["17355.247","4446.493"],["17330.764","4449.239"],["17341.204","4425.596"],["17322.579","4433.771"],["17389.034","4401.678"],["17368.644","4432.924"],["17354.366","4397.197"],["17369.598","4337.053"],["17338.038","4387.262"],["17317.618","4409.233"],["17340.268","4445.748"],["17352.589","4406.844"],["17370.909","4397.045"],["17367.364","4380.732"],["17345.968","4383.647"],["17379.361","4369.265"],["17396.284","4473.676"],["17294.144","4509.268"],["17279.299","4513.031"],["17343.401","4322.276"],["17325.710","4354.091"],["17309.979","4369.248"],["17239.208","4455.190"],["17235.509","4472.353"],["17206.718","4455.734"],["17372.896","4476.005"],["17285.034","4288.791"],["17363.330","4493.607"],["6312.097","15876.057"],["6457.746","15902.023"],["6449.715","15928.625"],["6321.555","15841.286"],["6356.110","15913.326"],["8132.789","11926.848"],["8053.532","11962.870"],["8035.637","11921.983"],["8051.738","11990.891"],["8066.693","12012.426"],["8040.634","12032.229"],["8033.967","12012.986"],["7997.993","11991.456"],["7941.613","11998.070"],["7969.233","11991.960"],["7991.862","12036.932"],["8062.110","12102.938"],["8055.695","12110.979"],["8081.206","12091.454"],["8035.700","12061.818"],["8104.955","12010.235"],["8115.839","12028.991"],["8085.280","12022.462"],["8125.629","11939.897"],["7997.784","12118.432"],["7975.300","12088.242"],["8027.116","11939.174"],["8136.341","11934.115"],["8069.053","11916.360"],["8052.167","11960.409"],["8036.849","11932.109"],["8053.646","11978.934"],["8053.221","11998.398"],["8050.551","12040.883"],["8006.291","12007.764"],["8003.141","12008.583"],["7940.318","12001.738"],["7957.231","11996.961"],["8005.892","12048.179"],["8047.044","12097.603"],["8084.084","12082.717"],["8042.278","12064.692"],["8116.518","12000.888"],["8127.336","12020.452"],["8095.019","12018.044"],["8107.948","11958.840"],["7938.351","12120.840"],["7949.532","12123.504"],["7985.119","12108.820"],["7991.155","12115.080"],["8035.164","11958.851"],["8143.972","12058.785"],["8123.792","11934.049"],["8045.407","11962.606"],["8044.009","11932.503"],["8036.194","11971.455"],["8072.980","12014.084"],["8024.992","12020.585"],["8004.613","12011.562"],["7992.183","11989.419"],["7964.216","11981.880"],["7981.590","12002.190"],["7995.514","12038.732"],["8051.073","12104.540"],["8068.622","12112.020"],["8072.522","12084.072"],["8029.877","12050.555"],["8119.330","12006.635"],["8119.178","12024.020"],["8098.061","12031.431"],["8114.692","11946.702"],["7999.050","12090.835"],["8032.319","11927.563"],["7973.091","12113.507"],["7979.871","12082.586"],["7963.111","12096.657"],["8117.187","12106.374"],["7965.162","12055.113"],["7970.299","12060.042"],["7995.454","12099.781"],["7939.197","12082.685"],["7962.486","12112.957"],["17718.674","15806.742"],["17748.398","15846.338"],["17660.577","15739.764"],["17680.550","15827.066"],["17660.191","15877.238"],["17649.336","15788.898"],["17645.332","15732.673"],["17620.995","15748.190"],["17769.140","15897.250"],["17828.240","15919.867"],["17689.171","15864.191"],["17674.951","15788.886"],["17754.277","15749.128"],["17690.158","15747.654"],["9522.904","13621.261"],["9526.902","13576.031"],["9518.545","13605.021"],["9618.261","13800.950"],["9590.393","13797.042"],["9560.254","13782.339"],["9532.117","13775.198"],["9471.797","13722.171"],["9456.761","13718.387"],["9410.048","13724.758"],["9418.803","13707.123"],["9462.799","13747.098"],["9409.646","13676.747"],["9435.122","13679.500"],["8139.826","14147.235"],["8118.185","14233.314"],["8115.613","14169.965"],["8140.881","14184.472"],["8020.126","14198.874"],["7995.873","14045.440"],["8084.064","14040.270"],["8094.534","14221.902"],["8050.356","14210.484"],["8021.903","14197.404"],["7971.727","14085.543"],["8111.080","14217.714"],["8022.231","14202.606"],["8077.583","14039.907"],["7947.369","14161.360"],["8033.399","14210.121"],["8032.205","14120.270"],["6024.256","17611.647"],["6037.995","17583.688"],["6039.564","17569.832"],["6031.027","17478.811"],["6020.220","17511.881"],["6019.751","17521.769"],["6018.348","17527.802"],["6036.013","17619.282"],["6016.779","17489.926"],["5968.145","17423.784"],["5983.068","17414.318"],["20381.366","7639.008"],["20429.277","7606.904"],["20367.485","7629.134"],["20445.396","7604.193"],["20400.215","7609.478"],["20402.205","7610.568"],["20427.090","7635.143"],["20415.692","7606.805"],["20404.935","7656.646"],["20438.373","7620.857"],["12159.396","5780.548"],["12179.133","5768.749"],["28093.477","7739.731"],["28030.664","7809.524"],["27985.822","7688.679"],["28102.127","7790.302"],["27939.892","7843.552"],["28056.042","7865.461"],["27961.371","7834.281"],["28029.940","7841.250"],["27990.648","7713.983"],["28060.992","7772.218"],["28132.061","7807.478"],["28119.874","7862.012"],["27957.951","7819.704"],["28070.581","7825.827"],["27960.861","7824.916"],["28127.505","7815.009"],["27956.536","7867.212"],["27977.572","7783.298"],["28077.210","7711.011"],["27956.159","7816.467"],["27951.915","7829.201"],["27944.086","7843.684"],["17911.097","15122.401"],["17844.133","15162.224"],["17885.159","15114.755"],["17867.906","15171.534"],["17879.255","15134.259"],["15833.175","14022.196"],["15737.041","13995.561"],["15922.680","13995.111"],["15807.022","13986.300"],["15857.053","14000.646"],["15799.822","13980.341"],["15866.564","14020.938"],["14842.792","14725.748"],["14865.431","14683.727"],["14681.456","14871.333"],["14817.744","14800.875"],["14864.066","14806.499"],["14676.953","14700.970"],["14829.765","14728.985"],["14874.082","14721.354"],["14827.668","14670.597"],["14832.816","14790.384"],["14823.873","14783.899"],["14835.382","14789.921"],["14806.439","14783.371"],["10899.523","15136.779"],["11017.966","15223.522"],["10995.568","15194.991"],["10899.175","15133.473"],["10925.011","15164.943"],["8205.359","13137.247"],["8227.822","13172.082"],["8178.212","13149.470"],["8188.876","13160.985"],["8146.064","13063.671"],["8226.412","13148.576"],["8228.447","13167.838"],["8165.712","13132.658"],["8184.188","13159.597"],["3917.752","14589.250"],["3925.269","14606.426"],["3909.874","14614.420"],["3840.397","14596.118"],["3870.414","14652.369"],["3890.154","14525.090"],["3922.473","14556.090"],["15064.971","11202.453"],["15010.852","11155.175"],["15063.770","11199.051"],["15007.576","11123.587"],["15009.948","11140.592"],["15060.744","11182.404"],["15071.254","11202.635"],["15007.777","11161.071"],["15065.990","11200.868"],["15017.280","11124.412"],["15004.537","11143.201"],["3277.918","15900.458"],["3228.759","15926.215"],["3187.439","15905.436"],["3174.261","15800.795"],["3224.832","15784.378"],["3140.296","15728.335"],["3097.373","15857.256"],["3302.338","15881.710"],["3290.632","15896.593"],["3243.329","15914.347"],["3195.285","15865.254"],["3193.476","15903.355"],["3171.712","15824.148"],["3173.110","15788.888"],["3208.138","15816.352"],["3209.553","15792.041"],["3151.579","15742.901"],["3160.115","15731.175"],["3113.803","15900.113"],["3124.905","15881.682"],["3230.056","15850.565"],["3267.540","15846.502"],["3210.745","15870.209"],["3191.189","15912.355"],["3116.004","15828.706"],["3111.119","15766.130"],["3251.921","15807.598"],["3263.253","15802.016"],["3156.563","15730.647"],["3160.888","15733.768"],["3290.972","15858.126"],["3273.790","15882.770"],["3210.120","15888.986"],["3166.415","15804.115"],["3207.826","15795.030"],["3095.415","15885.085"],["3151.290","15737.654"],["14668.284","17489.769"],["14656.495","17454.379"],["14661.298","17465.526"],["14655.664","17414.494"],["8668.609","19311.979"],["8764.129","19157.905"],["8750.330","19145.336"],["8771.021","19163.090"],["8660.347","19118.044"],["8676.959","19170.089"],["8716.367","19183.813"],["8677.452","19184.276"],["8643.889","19261.582"],["8632.771","19244.274"],["8650.830","19272.301"],["8583.362","19288.397"],["8571.372","19275.119"],["8686.738","19124.389"],["8746.119","19133.115"],["8651.745","19104.469"],["8653.768","19153.970"],["8621.587","19211.772"],["16330.847","16644.849"],["16306.578","16583.785"],["3416.433","17844.488"],["3384.954","17848.040"],["3473.396","18029.181"],["3441.596","17875.381"],["3317.035","17943.331"],["3367.453","17871.724"],["3505.075","17903.917"],["3454.640","17857.799"],["3429.722","17851.127"],["3372.471","17876.562"],["3430.426","17846.618"],["3463.242","18037.979"],["3503.561","18015.778"],["3512.649","17978.451"],["3427.327","17991.626"],["3480.748","17999.718"],["3480.527","17880.071"],["3492.978","17910.245"],["3305.187","18038.107"],["3310.308","17968.220"],["3341.970","17929.987"],["3314.089","17886.682"],["3355.158","17868.863"],["3329.098","17839.205"],["3337.914","17844.457"],["3325.708","17854.639"],["3500.256","17888.393"],["3456.959","17850.153"],["3415.676","17879.897"],["3404.362","17833.969"],["3444.476","18039.515"],["3513.166","18025.291"],["3484.071","18009.073"],["3481.356","18034.879"],["3465.929","18013.855"],["3447.287","17912.937"],["3459.689","17896.339"],["3317.358","18022.500"],["3325.160","17930.631"],["3307.924","17933.158"],["3305.553","17917.302"],["3330.553","17900.109"],["3380.874","17849.263"],["3348.637","17873.706"],["3320.922","17836.538"],["3414.229","17852.729"],["3464.045","17836.247"],["3355.628","17842.541"],["3337.781","17865.688"],["3457.053","17896.527"],["3445.490","17955.751"],["3497.065","17985.677"],["3486.950","18014.050"],["3498.309","17965.594"],["3490.908","17931.672"],["3417.382","17994.762"],["3391.000","18027.496"],["10687.408","9008.352"],["10780.162","9060.307"],["10764.755","9056.014"],["10685.132","8965.975"],["10846.563","8972.537"],["10804.352","9004.521"],["10778.156","9069.754"],["10849.116","9054.073"],["10827.477","9011.233"],["10762.770","9028.179"],["10789.674","9044.909"],["10815.780","9092.464"],["10694.145","9014.155"],["10698.462","8986.835"],["10748.472","9027.355"],["10756.492","8988.370"],["10775.081","8968.622"],["10847.374","8989.980"],["10834.186","8988.505"],["10823.254","9003.856"],["10768.965","9047.328"],["10759.540","9051.721"],["10831.342","8966.777"],["10831.979","9045.081"],["10809.498","9061.259"],["10806.375","8996.329"],["10777.926","9065.988"],["10860.876","9049.002"],["18092.094","17550.466"],["18172.374","17528.931"],["18183.360","17515.167"],["18066.542","17564.370"],["18147.086","17553.820"],["18226.447","17465.136"],["18065.045","17577.786"],["18169.369","17534.496"],["18106.321","17542.933"],["18241.730","17471.566"],["18122.939","17489.400"],["18063.090","17536.141"],["18178.892","17495.376"],["18173.221","17498.657"],["18056.621","17581.089"],["18131.033","17454.468"],["18075.425","17562.894"],["18102.924","17449.645"],["18126.684","17526.400"],["18127.626","17497.377"],["18056.078","17593.195"],["18059.084","17593.808"],["6172.053","19763.354"],["6163.075","19824.766"],["6150.443","19809.126"],["6170.162","19758.482"],["6140.425","19750.010"],["6207.515","19780.881"],["6137.006","19805.708"],["6174.477","19745.472"],["6181.823","19783.503"],["6186.397","19792.892"],["6207.466","19751.236"],["6127.400","19815.683"],["6133.650","19801.315"],["6152.976","19812.066"],["6180.321","19752.158"],["6156.456","19777.526"],["6356.123","20142.775"],["12688.896","17203.327"],["12666.500","17225.248"],["12673.767","17211.785"],["12671.368","17253.801"],["12666.117","17235.478"],["12665.651","17271.742"],["12659.330","17269.093"],["12670.911","17292.853"],["12691.888","17272.960"],["12700.013","17200.080"],["12583.499","17387.821"],["12579.454","17292.674"],["12629.529","17295.666"],["12608.041","17291.483"],["12645.024","17314.620"],["12639.830","17402.821"],["12650.413","17399.294"],["12614.730","17371.253"],["12683.820","17371.271"],["12704.662","17317.329"],["12737.248","17320.770"],["12738.556","17206.049"],["12711.365","17211.498"],["12748.613","17379.546"],["12690.412","17203.858"],["12674.735","17236.551"],["12663.908","17258.662"],["12656.566","17270.513"],["12677.244","17293.794"],["12686.839","17289.871"],["12585.358","17377.036"],["12584.437","17298.917"],["12640.647","17289.918"],["12605.031","17293.994"],["12637.574","17305.305"],["12672.207","17390.815"],["12662.587","17364.410"],["12679.823","17377.811"],["12709.467","17371.487"],["12710.944","17345.357"],["12725.438","17312.562"],["12746.134","17245.297"],["12767.070","17233.628"],["12732.027","17212.635"],["12770.117","17207.568"],["12655.908","17228.369"],["12674.639","17225.526"],["12695.512","17260.044"],["12659.949","17230.457"],["12664.237","17268.125"],["12649.198","17284.716"],["12663.165","17292.060"],["12691.082","17274.380"],["12713.138","17203.400"],["12579.683","17375.566"],["12579.520","17367.329"],["12587.217","17312.559"],["12637.094","17298.424"],["12616.890","17303.853"],["12636.472","17296.916"],["12683.851","17394.069"],["12727.730","17404.412"],["12626.736","17352.769"],["12728.825","17370.198"],["12763.927","17271.089"],["12742.621","17260.095"],["12739.412","17286.970"],["12760.688","17230.061"],["12757.389","17205.491"],["12740.958","17205.219"],["12718.898","17214.124"],["12638.129","17332.208"],["12655.924","17227.675"],["12667.320","17221.413"],["12680.447","17241.679"],["12673.107","17237.014"],["12656.178","17262.956"],["12648.178","17278.259"],["12667.030","17284.678"],["12702.102","17290.499"],["12694.108","17207.859"],["12582.759","17363.857"],["12580.161","17306.927"],["12636.157","17298.539"],["12616.363","17297.363"],["12655.304","17303.918"],["12633.136","17404.522"],["12648.384","17378.074"],["12655.021","17375.772"],["12693.700","17346.609"],["12676.435","17371.056"],["12727.641","17348.431"],["12735.850","17319.267"],["12757.193","17272.252"],["12741.106","17297.887"],["12750.902","17233.496"],["12737.685","17224.063"],["12707.368","17218.764"],["12744.246","17374.282"],["12666.862","17216.263"],["12686.909","17224.056"],["12655.722","17229.895"],["12678.231","17282.613"],["12709.043","17295.222"],["12585.341","17373.221"],["12570.375","17294.920"],["12631.782","17307.490"],["12659.037","17290.342"],["12660.523","17389.469"],["12672.883","17353.179"],["12689.786","17350.358"],["12682.373","17368.018"],["12732.016","17359.678"],["12716.504","17308.824"],["12739.712","17335.853"],["12761.773","17268.133"],["12759.966","17243.579"],["12750.573","17231.745"],["12751.320","17203.948"],["12726.644","17218.021"],["12777.090","17202.002"],["12748.745","17376.045"],["7910.553","13124.391"],["7882.094","13109.307"],["7856.476","13096.127"],["7850.354","13133.752"],["7849.187","13131.027"],["7847.591","13128.550"],["7864.548","13131.522"],["7854.406","12974.448"],["7927.345","12976.220"],["7811.304","13009.422"],["7891.132","13057.504"],["7908.546","13074.239"],["7931.382","13104.621"],["7744.406","13014.857"],["7725.739","13017.668"],["7745.156","13066.770"],["7771.835","13029.099"],["7768.506","13039.195"],["7770.066","13028.258"],["7770.932","13036.971"],["7795.061","13044.204"],["7789.140","13042.883"],["7929.458","13063.413"],["7903.957","13124.193"],["7860.818","13095.912"],["7846.354","13125.911"],["7869.104","13115.585"],["7848.765","13099.883"],["7849.779","13135.816"],["7846.292","13128.104"],["7845.437","13113.620"],["7855.623","12971.062"],["7934.318","12976.814"],["7828.541","13013.039"],["7863.322","13015.633"],["7890.688","13056.232"],["7929.615","13072.158"],["7757.580","13016.773"],["7735.706","13012.912"],["7734.695","13033.696"],["7746.176","13029.576"],["7750.174","13045.102"],["7752.731","13020.132"],["7770.571","13041.132"],["7794.913","13043.511"],["7794.534","13047.573"],["7791.393","13052.693"],["7770.768","13030.001"],["7785.817","13032.066"],["7831.304","13003.063"],["7850.706","13024.634"],["7895.753","13059.007"],["7915.881","13050.903"],["7931.217","13093.804"],["7933.477","13141.589"],["7739.241","13001.992"],["7743.149","13040.682"],["7745.715","13077.010"],["7928.800","13050.118"],["9575.316","9298.285"],["9607.299","9274.853"],["9585.309","9286.561"],["9579.210","9285.029"],["16695.257","18640.173"],["16731.383","18537.605"],["16776.724","18548.729"],["16687.263","18573.156"],["16723.973","18471.521"],["16724.656","18524.740"],["16750.221","18618.965"],["16728.693","18590.959"],["16632.741","18596.143"],["16664.015","18472.529"],["16749.022","18495.485"],["16679.549","18496.211"],["16753.825","18529.770"],["16650.503","18497.978"],["16617.411","18573.552"],["16707.575","18492.016"],["16711.966","18569.919"],["3700.468","17866.858"],["3720.644","17854.550"],["3637.773","17861.319"],["3663.710","17978.417"],["3696.117","18018.103"],["3596.823","18024.386"],["3594.491","17953.967"],["3557.135","17901.754"],["3533.118","17919.326"],["3577.795","17858.516"],["3563.743","17956.351"],["3575.222","17995.705"],["3556.547","18002.613"],["3687.359","17888.625"],["3686.635","17897.345"],["3711.910","17849.860"],["3681.351","17869.563"],["3644.483","17886.439"],["3635.108","17876.579"],["3649.795","17970.407"],["3654.680","17970.572"],["3682.992","18017.261"],["3687.498","17995.676"],["3613.434","18035.054"],["3611.066","18034.724"],["3634.540","18015.272"],["3594.195","17991.985"],["3543.517","17941.770"],["3529.767","17905.651"],["3541.177","17877.295"],["3579.150","17835.621"],["3591.627","17857.591"],["3543.332","17982.726"],["3537.263","17956.136"],["3523.708","17973.789"],["3573.873","17978.265"],["3568.029","18028.020"],["3576.434","18017.747"],["3676.271","18028.867"],["3515.584","17999.213"],["3547.600","17963.274"],["3723.709","17944.954"],["3721.837","17900.918"],["3708.367","17925.130"],["3689.514","17853.316"],["3712.930","17873.378"],["3620.092","17853.012"],["3618.941","17908.107"],["3697.295","17960.828"],["3703.661","17980.382"],["3669.505","18002.282"],["3676.939","17992.075"],["3645.359","18016.739"],["3637.316","18009.737"],["3636.448","17969.442"],["3645.741","17994.991"],["3583.040","17909.186"],["3576.050","17942.200"],["3528.216","17917.014"],["3555.338","17923.171"],["3559.318","17974.699"],["3579.498","18017.192"],["3523.001","18013.459"],["3559.524","17978.567"],["3535.116","17959.971"],["3516.839","17883.752"],["3529.286","17880.449"],["3524.495","17852.813"],["3699.654","17920.543"],["3719.194","17923.218"],["3652.129","17840.971"],["3661.093","17833.721"],["3675.846","17978.757"],["3625.313","17934.943"],["3660.178","17912.298"],["3662.892","17905.229"],["3644.713","17994.636"],["3710.057","18008.695"],["3655.665","17994.822"],["3597.324","17886.403"],["3586.090","17853.802"],["3554.460","17907.465"],["3556.298","18006.539"],["3522.631","18009.990"],["22284.995","6454.320"],["15627.174","15829.794"],["15723.145","15791.221"],["15699.554","15804.647"],["15710.215","15796.680"],["15662.646","15758.207"],["15516.437","15747.947"],["15522.165","15763.824"],["15522.814","15721.217"],["15678.339","15890.358"],["15718.797","15896.576"],["15650.759","15860.694"],["15715.499","15848.164"],["15656.268","15881.179"],["15646.861","15853.246"],["15708.154","15846.267"],["15558.135","15905.009"],["15582.507","15870.203"],["15536.353","15831.716"],["15545.905","15815.735"],["18193.662","14996.333"],["18227.459","14995.202"],["18229.204","15028.478"],["18069.058","14970.935"],["18198.219","15081.279"],["18232.120","14991.988"],["18195.339","14902.576"],["18199.966","15008.256"],["18070.576","14962.176"],["18191.128","14913.063"],["6719.753","17731.849"],["6761.622","17765.461"],["6731.846","17758.338"],["6695.630","17750.010"],["6706.764","17754.211"],["6772.662","17748.144"],["6701.151","17727.059"],["6754.796","17755.799"],["6712.718","17740.964"],["6719.350","17744.257"],["6716.189","17746.063"],["6707.603","17759.446"],["6770.195","17758.698"],["6715.805","17735.548"],["6771.391","17767.641"],["6739.363","17761.239"],["6722.981","17742.220"],["6693.245","17746.922"],["6702.455","17749.851"],["6758.419","17744.594"],["6866.893","17682.786"],["6854.790","17739.284"],["6876.010","17791.731"],["6871.039","17737.124"],["6863.415","17706.286"],["6842.708","17704.866"],["6817.404","17718.328"],["6813.078","17704.571"],["6853.499","17667.332"],["6857.292","17622.488"],["6819.650","17678.964"],["6799.996","17698.138"],["6817.522","17642.605"],["6812.686","17644.190"],["6732.900","17665.138"],["6719.261","17657.135"],["6688.118","17634.805"],["6718.566","17649.739"],["6712.267","17625.016"],["6713.603","17744.108"],["6708.718","17725.066"],["6755.025","17733.938"],["6758.579","17762.154"],["6758.467","17706.943"],["6762.023","17684.895"],["6740.614","17687.341"],["6803.416","17733.040"],["6849.555","17737.956"],["6833.846","17749.128"],["6792.469","17733.583"],["6882.836","17775.480"],["6882.634","17735.373"],["6879.182","17704.767"],["6862.938","17704.536"],["6836.154","17715.570"],["6840.424","17691.350"],["6814.495","17638.162"],["6691.712","17680.488"],["6684.237","17637.976"],["6699.010","17627.856"],["6754.449","17743.467"],["6761.161","17753.897"],["6756.723","17707.802"],["6757.681","17688.115"],["6738.344","17685.590"],["6677.543","17704.332"],["6672.699","17672.423"],["6813.728","17743.693"],["6864.851","17745.718"],["6846.280","17745.891"],["6788.440","17735.300"],["6839.494","17734.974"],["6864.561","17696.559"],["6858.777","17704.420"],["6809.378","17715.471"],["6795.482","17654.380"],["6722.069","17625.445"],["6709.458","17749.326"],["6739.465","17731.180"],["6775.569","17745.144"],["6773.039","17712.443"],["6757.730","17695.613"],["6734.989","17678.406"],["6672.535","17678.963"],["6851.479","17748.955"],["6826.346","17745.428"],["6787.025","17734.408"],["12369.601","19031.521"],["13790.356","15714.601"],["13730.591","15717.731"],["13733.651","15712.711"],["13640.166","15669.622"],["13644.031","15679.680"],["13656.708","15670.768"],["13656.773","15669.100"],["13654.321","15698.827"],["13654.477","15669.205"],["13637.888","15690.636"],["13628.056","15716.283"],["13780.998","15714.188"],["13745.195","15542.454"],["13753.945","15560.736"],["13709.894","15583.473"],["13719.137","15582.069"],["10005.538","7910.512"],["10030.692","8001.987"],["10021.232","7922.418"],["9994.399","7917.577"],["9992.975","7901.761"],["9982.190","7899.724"],["10030.775","7992.396"],["10020.867","7986.566"],["9985.594","7912.144"],["10029.722","8007.804"],["10546.345","17569.488"],["10529.272","17583.500"],["10515.930","17560.090"],["10519.726","17599.708"],["10546.169","17594.214"],["10593.214","17478.527"],["10646.280","17485.130"],["10619.855","17491.540"],["10625.707","17506.159"],["10660.970","17417.275"],["10520.769","17587.943"],["10506.259","17555.895"],["10507.694","17569.328"],["10508.977","17591.881"],["10627.543","17430.902"],["10623.416","17447.213"],["10626.409","17429.467"],["10591.799","17468.981"],["10610.033","17481.488"],["10668.246","17489.449"],["10622.289","17502.160"],["10614.617","17535.128"],["10534.585","17568.769"],["10522.229","17563.608"],["10504.668","17576.661"],["10499.355","17587.686"],["10641.573","17422.484"],["10595.779","17472.482"],["10611.019","17457.806"],["10642.695","17486.039"],["10666.503","17486.096"],["10633.325","17489.443"],["10616.003","17524.623"],["10662.516","17417.275"],["10669.757","17564.625"],["10526.045","17566.977"],["10499.339","17580.327"],["10483.492","17612.825"],["10470.116","17618.294"],["10492.167","17586.447"],["10511.585","17612.045"],["10641.112","17438.586"],["10656.998","17456.244"],["10625.455","17428.642"],["10589.102","17460.723"],["10617.516","17479.028"],["10625.661","17500.789"],["10649.605","17494.642"],["10647.615","17517.845"],["10619.687","17511.989"],["10640.904","17426.441"],["10668.805","17485.754"],["10651.424","17537.015"],["10651.594","17547.170"],["10663.149","17572.796"],["10534.716","17584.904"],["10493.105","17606.001"],["10505.187","17605.604"],["10657.426","17445.575"],["10622.166","17427.568"],["10582.654","17474.447"],["10617.384","17456.881"],["10661.256","17470.803"],["10635.200","17485.694"],["10629.112","17511.989"],["10661.249","17422.544"],["10671.617","17472.063"],["10659.927","17560.037"],["10649.259","17545.387"],["18709.349","9138.561"],["18793.651","9037.806"],["18675.733","8996.680"],["18731.784","9129.891"],["18765.270","9032.911"],["18799.908","8986.766"],["18725.650","9001.014"],["18681.241","9152.797"],["18754.909","9036.925"],["18781.603","9003.745"],["18709.207","8994.786"],["18774.488","18063.194"],["18735.803","18076.572"],["18855.806","18244.855"],["18864.260","18253.179"],["18745.178","18100.915"],["18779.159","18079.495"],["18768.583","18104.466"],["27864.721","7609.490"],["27884.539","7533.843"],["27871.563","7482.167"],["27877.681","7524.017"],["27815.923","7682.338"],["27846.002","7641.213"],["27796.545","7636.836"],["27827.203","7618.835"],["27778.552","7659.512"],["27830.065","7571.271"],["27766.561","7644.532"],["27797.729","7595.928"],["27835.871","7579.974"],["27872.287","7663.330"],["27900.641","7496.635"],["27775.016","7530.722"],["27835.658","7509.219"],["27767.862","7503.604"],["27879.984","7534.223"],["27872.946","7673.817"],["27844.048","7665.889"],["27881.318","7684.040"],["27757.006","7645.969"],["27848.173","7623.905"],["27741.561","7597.067"],["27740.772","7592.889"],["27812.104","7569.256"],["27816.890","7590.577"],["27822.894","7603.327"],["27725.444","7602.658"],["27840.709","7668.416"],["27879.737","7587.964"],["27819.178","7491.069"],["27829.457","7527.336"],["27787.451","7517.956"],["27795.196","7597.117"],["27811.315","7623.360"],["27771.726","7661.873"],["27807.515","7646.349"],["27818.321","7660.172"],["27790.394","7604.417"],["27826.233","7572.080"],["19902.588","6247.658"],["19841.302","6402.305"],["19752.360","6216.110"],["19772.473","6237.700"],["19897.289","6272.098"],["19793.592","6242.142"],["19762.720","6227.047"],["19826.157","6237.881"],["19839.872","6221.314"],["11925.092","5940.347"],["11918.781","5969.390"],["11923.868","5927.457"],["8111.156","10616.823"],["8141.911","10569.416"],["8102.377","10642.718"],["8074.677","10627.623"],["8060.452","10639.095"],["8134.049","10610.653"],["8130.485","10582.598"],["8112.208","10617.666"],["8139.115","10588.193"],["8107.147","10631.999"],["8078.987","10614.014"],["8066.175","10636.056"],["8128.141","10562.533"],["8127.175","10565.865"],["8094.299","10622.619"],["8128.062","10628.440"],["8051.653","10635.516"],["8093.509","10607.385"],["8080.137","10625.403"],["8093.476","10604.726"],["8096.716","10642.728"],["18106.986","18357.817"],["18132.775","18377.355"],["18127.791","18458.511"],["18070.999","18429.048"],["18147.800","18256.585"],["18243.761","18365.237"],["18247.133","18368.920"],["18115.620","18377.619"],["18047.025","18291.487"],["11901.187","12522.163"],["11852.948","12433.866"],["11887.314","12495.019"],["11871.410","12447.765"],["11883.992","12492.267"],["11887.331","12478.377"],["11891.001","12509.312"],["11865.882","12441.190"],["10213.871","13215.540"],["10183.176","13293.107"],["10043.525","13283.371"],["10224.098","13383.631"],["10129.984","13385.518"],["10213.032","13202.261"],["10213.078","13290.101"],["10124.574","13378.089"],["10041.798","13276.451"],["10223.210","13357.256"],["10152.839","13312.483"],["10216.785","13315.111"],["10118.422","13321.785"],["10123.756","13196.766"],["10175.699","13331.296"],["10122.640","13366.788"],["10140.324","13254.610"],["10129.282","13218.083"],["12047.274","19108.056"],["12043.786","19109.919"],["12062.059","19114.989"],["13875.993","16309.004"],["13907.781","16294.176"],["13889.825","16262.222"],["13881.177","16286.274"],["13875.223","16266.522"],["13963.456","16264.775"],["14015.242","16276.120"],["13943.698","16259.421"],["13941.533","16330.081"],["13923.863","16332.302"],["13839.219","16347.558"],["13854.054","16336.942"],["13862.029","16308.872"],["13908.143","16304.399"],["13869.722","16296.607"],["13895.080","16290.475"],["13883.827","16285.837"],["13874.809","16285.260"],["13887.246","16285.514"],["13963.983","16257.426"],["14015.340","16260.332"],["13943.040","16256.019"],["13938.473","16333.053"],["13904.044","16330.519"],["13882.243","16304.875"],["13894.039","16283.450"],["13880.602","16282.343"],["13963.588","16257.921"],["14019.107","16274.601"],["13936.724","16262.097"],["13940.941","16343.821"],["13919.159","16312.088"],["13919.790","16352.190"],["13856.702","16341.550"],["13862.687","16307.072"],["13911.646","16294.094"],["13868.937","16263.725"],["13871.901","16263.202"],["13877.723","16282.641"],["13984.492","16265.469"],["14015.324","16275.063"],["13956.099","16252.700"],["13932.256","16339.957"],["13904.636","16329.577"],["13833.331","16352.199"],["13875.779","16317.575"],["13891.383","16310.592"],["13890.281","16301.793"],["13890.261","16302.201"],["13871.917","16283.070"],["14022.878","16257.743"],["13964.361","16251.662"],["14025.258","16276.765"],["13939.125","16248.125"],["13935.661","16343.243"],["13914.981","16329.115"],["6279.007","13151.820"],["7678.430","17674.269"],["7719.747","17623.190"],["7656.342","17699.061"],["9501.703","16168.312"],["9466.884","16167.940"],["9434.083","16183.503"],["9416.148","16165.828"],["13617.889","8964.764"],["6983.228","14353.099"],["6969.271","14430.926"],["6938.304","14433.181"],["6912.235","14431.255"],["7032.179","14397.066"],["7057.496","14435.676"],["6988.725","14419.394"],["6892.651","14441.024"],["6953.926","14387.555"],["6966.166","14376.154"],["6893.997","14247.227"],["6907.238","14318.049"],["6992.920","14424.564"],["14222.958","18746.169"],["14145.282","18711.457"],["14222.776","18878.540"],["14098.355","18885.341"],["14188.316","18760.441"],["14160.092","18865.488"],["14241.609","18800.768"],["14178.210","18705.462"],["14064.236","18774.732"],["14073.047","18700.212"],["14182.724","18789.905"],["14120.871","18883.194"],["14226.625","18748.696"],["14183.490","18727.097"],["14244.421","18878.523"],["14200.342","18865.856"],["14160.175","18760.028"],["14191.787","18786.816"],["14177.576","18861.442"],["14150.207","18860.468"],["14218.599","18747.688"],["14239.767","18739.249"],["14173.852","18709.591"],["14243.056","18833.106"],["14155.455","18775.322"],["14165.800","18786.552"],["14138.711","18881.244"],["14214.109","18756.326"],["14249.125","18766.879"],["14157.042","18715.503"],["14184.805","18689.376"],["14217.217","18849.440"],["14235.112","18827.574"],["14040.958","18701.187"],["14195.718","18773.257"],["14177.708","18804.025"],["14164.385","18862.202"],["14182.526","18847.784"],["14215.935","18784.451"],["14224.093","18784.616"],["14176.352","18692.762"],["14122.207","18721.564"],["14042.953","18794.269"],["14068.886","18684.605"],["14042.471","18744.952"],["14193.695","18818.129"],["14190.767","18796.824"],["13830.323","14705.748"],["13852.257","14810.347"],["13939.976","14868.836"],["13903.593","14866.922"],["13936.455","14871.877"],["13892.142","14828.266"],["6987.253","13812.250"],["7052.186","13605.238"],["7030.949","13613.416"],["7011.041","13630.714"],["6942.545","13611.967"],["7087.197","13645.932"],["7037.101","13618.783"],["7002.639","13617.406"],["6936.443","13621.397"],["6888.296","13605.320"],["7026.953","13610.740"],["6992.943","13624.467"],["6948.088","13606.979"],["7080.995","13682.187"],["7056.702","13640.932"],["7045.827","13612.171"],["7042.631","13801.629"],["7060.324","13776.669"],["6958.958","13813.084"],["6948.004","13807.155"],["6897.250","13695.856"],["6905.411","13698.891"],["6914.167","13704.268"],["6892.959","13662.003"],["6888.835","13632.451"],["6884.356","13625.355"],["6885.886","13622.679"],["7027.853","13664.829"],["7051.485","13618.893"],["7031.130","13780.484"],["6953.415","13812.341"],["6885.937","13718.632"],["6907.128","13714.821"],["6884.373","13630.458"],["6904.131","13605.129"],["7030.077","13805.636"],["6955.669","13802.944"],["6915.599","13694.785"],["6907.949","13707.615"],["6892.285","13666.925"],["6890.475","13615.759"],["5135.351","7694.584"],["5097.391","7697.534"],["5188.919","7767.455"],["5181.062","7837.530"],["5192.552","7785.988"],["5124.414","7692.923"],["5191.486","7859.888"],["5154.506","7691.408"],["4755.617","16347.609"],["4656.055","16301.792"],["4640.988","16241.246"],["4663.762","16318.826"],["4640.664","16230.558"],["4652.074","16244.797"],["4617.968","16185.002"],["4656.041","16279.942"],["4660.830","16257.485"],["4653.678","16327.363"],["4592.573","16192.236"],["4767.760","16342.708"],["4769.158","16339.983"],["4767.410","16328.311"],["4760.934","16300.085"],["4766.638","16269.619"],["4758.809","16349.037"],["4749.811","16345.066"],["4725.807","16157.176"],["4726.942","16151.974"],["4608.691","16202.343"],["4654.969","16264.478"],["4762.969","16322.613"],["4770.305","16274.590"],["4753.792","16267.042"],["4728.775","16346.800"],["4738.380","16352.135"],["4675.824","16179.934"],["4730.955","16185.516"],["4665.982","16338.743"],["4602.244","16179.420"],["4760.360","16333.876"],["4705.912","16201.057"],["4705.977","16312.374"],["4674.003","16305.421"],["4685.990","16228.592"],["4700.185","16189.451"],["4759.612","16173.379"],["4715.106","16219.589"],["4395.750","18656.147"],["4371.769","18655.847"],["4371.522","18628.383"],["4383.512","18635.930"],["4428.482","18579.745"],["4406.845","18591.314"],["4363.950","18541.356"],["4547.322","18650.628"],["4537.421","18639.067"],["4395.808","18668.309"],["4366.360","18567.507"],["4386.590","18573.716"],["4409.805","18593.659"],["4419.114","18571.050"],["4555.480","18649.703"],["4525.217","18672.048"],["4410.401","18554.152"],["4459.753","18633.314"],["4508.207","18650.094"],["4383.445","18570.199"],["4389.054","18562.883"],["4483.216","18673.215"],["4467.082","18661.588"],["4527.487","18582.614"],["4520.518","18587.888"],["10127.969","16344.880"],["10102.412","16349.716"],["10119.315","16351.638"],["10058.813","16337.930"],["10041.807","16328.764"],["10071.243","16304.141"],["10065.042","16290.269"],["10046.889","16317.715"],["10044.043","16324.387"],["10089.665","16344.720"],["10071.934","16290.764"],["4320.555","19090.197"],["4155.744","19080.855"],["4207.332","19095.049"],["4210.943","18894.196"],["4232.582","18901.018"],["4185.379","18951.747"],["4251.287","18923.636"],["4221.830","19061.268"],["4160.152","19071.871"],["4256.115","19031.746"],["4207.612","19071.779"],["4149.622","18946.092"],["4175.795","18901.034"],["4192.768","18903.511"],["4208.652","18974.092"],["4177.007","18970.228"],["4232.504","18946.559"],["4212.636","18937.245"],["4169.200","18895.045"],["4289.715","19022.878"],["4310.568","19099.955"],["4354.663","19100.566"],["4320.900","19056.357"],["4146.138","19099.408"],["4182.998","19064.092"],["4183.228","19096.925"],["4200.819","19091.399"],["4212.678","19040.334"],["4176.025","18930.414"],["4190.893","18956.855"],["4206.037","18991.400"],["4206.382","18956.569"],["4214.560","18908.921"],["4221.007","18932.703"],["4304.156","19019.410"],["4319.797","19052.672"],["4330.584","19099.195"],["4346.144","19033.877"],["4196.239","18951.571"],["4318.578","19045.735"],["4245.852","18920.583"],["4245.391","18937.132"],["4179.542","18927.924"],["4222.193","18986.384"],["4238.673","18960.802"],["4179.221","19021.932"],["4160.882","19003.501"],["4151.479","18930.934"],["4252.955","19037.545"],["4240.011","19045.175"],["4211.181","19076.814"],["5646.781","9659.051"],["5660.079","9626.044"],["5769.182","9731.193"],["5703.705","9798.845"],["5749.684","9624.146"],["5739.613","9685.270"],["5777.161","9679.984"],["5805.949","9621.279"],["5721.402","9782.429"],["5797.803","9663.403"],["5774.394","9561.722"],["5759.500","9792.906"],["5695.925","9766.162"],["5816.516","9818.729"],["5672.090","9724.164"],["5617.378","9693.325"],["5769.541","9618.165"],["5811.046","9625.738"],["5680.840","9687.600"],["5688.551","9633.350"],["5732.981","9637.822"],["5760.041","9743.614"],["5744.155","9612.165"],["5665.627","9702.876"],["5727.701","9613.016"],["5745.410","9721.382"],["5747.149","9707.351"],["5751.975","9603.896"],["5647.868","9640.991"],["5791.516","9660.168"],["5673.357","9707.335"],["5735.842","9620.563"],["5704.883","9669.700"],["5751.768","9744.126"],["5762.815","9714.614"],["5788.011","9603.318"],["5622.342","9599.569"],["5619.847","9600.358"],["5662.983","9690.686"],["5804.329","9650.572"],["5814.287","9606.910"],["14558.574","12569.911"],["14505.712","12588.127"],["14617.399","12745.469"],["14641.680","12668.037"],["14632.059","12687.475"],["14463.495","12673.146"],["14506.943","12623.914"],["14550.186","12593.148"],["14629.110","12728.541"],["14663.786","12682.190"],["14592.963","12697.104"],["14463.725","12685.202"],["14496.730","12628.935"],["14553.558","12568.837"],["14661.248","12753.248"],["14613.337","12689.143"],["14634.197","12675.799"],["14515.628","12639.026"],["14470.291","12565.353"],["14554.011","12590.927"],["14626.570","12615.527"],["14612.624","12657.583"],["14513.659","12642.155"],["14608.187","12622.877"],["14658.010","12692.794"],["14634.329","12697.889"],["14477.192","12550.918"],["14495.137","12653.533"],["13870.377","11296.663"],["14466.301","12605.830"],["14606.854","12561.450"],["14628.017","12601.786"],["14619.943","12636.939"],["14567.827","12593.652"],["14526.230","12600.794"],["14491.093","12611.568"],["14592.825","12625.817"],["14656.468","12702.749"],["14605.859","12690.063"],["14487.406","12571.330"],["14490.384","12639.561"],["14541.535","12570.192"],["14628.715","12756.435"],["14669.800","12728.508"],["14594.962","12593.721"],["14668.046","12689.275"],["14645.332","12672.165"],["14615.529","12617.863"],["14467.558","12660.658"],["14462.475","12684.277"],["14466.126","12674.484"],["14515.052","12643.386"],["14520.973","12644.509"],["14519.887","12627.993"],["14645.846","12625.816"],["14486.662","12571.239"],["14572.413","12571.111"],["14590.883","12565.546"],["14647.195","12625.535"],["14659.185","12592.967"],["12349.586","17615.271"],["12339.882","17616.312"],["6111.597","19923.853"],["6125.447","19752.953"],["6150.443","19834.741"],["6194.144","19848.267"],["6222.022","19737.694"],["6124.604","19821.612"],["6103.669","19943.358"],["6138.143","19941.805"],["6225.466","19738.871"],["6128.731","19738.069"],["6175.887","19837.334"],["6215.229","19757.495"],["6096.679","19906.446"],["6070.028","19743.714"],["6213.642","19766.980"],["6192.939","19918.080"],["6194.860","19926.541"],["6202.294","19916.780"],["6142.106","19942.123"],["6172.665","19935.005"],["6097.769","19887.886"],["6065.564","19772.236"],["6089.691","19836.985"],["6071.061","19858.134"],["6067.361","19865.830"],["6291.773","8263.765"],["6380.995","8186.125"],["6446.125","8242.380"],["6293.208","8111.544"],["6377.974","8180.549"],["6276.859","8315.101"],["6374.964","8131.390"],["6270.040","8291.107"],["6453.297","8210.662"],["6317.571","8267.374"],["6404.613","8197.091"],["6254.456","8139.997"],["6290.499","8219.186"],["6423.699","8297.018"],["6365.655","8172.175"],["6270.839","8311.352"],["6430.206","8258.915"],["6304.898","8263.402"],["6264.957","8295.005"],["6295.515","8200.779"],["6252.081","8149.481"],["6292.344","8246.175"],["6255.107","8267.171"],["6368.352","8185.501"],["6440.808","8233.236"],["6344.490","8144.139"],["6372.308","8116.922"],["6328.210","8129.875"],["6273.380","8227.877"],["6284.679","8265.536"],["6452.710","8286.588"],["6310.305","8243.120"],["6443.145","8240.902"],["6954.779","18017.846"],["7028.075","17876.293"],["7050.583","17922.780"],["6948.093","17833.807"],["6956.695","17833.840"],["6918.647","17840.706"],["6971.862","17884.113"],["6969.201","17932.617"],["6953.822","17969.810"],["6922.685","17935.998"],["6926.255","17919.310"],["6919.020","17899.224"],["6929.451","17906.699"],["6912.770","17884.403"],["6904.949","17926.228"],["6915.411","18007.316"],["6938.645","18027.223"],["6964.335","18030.239"],["6979.385","18042.443"],["7044.511","17993.317"],["7042.718","17953.103"],["7054.414","17959.215"],["7056.388","17961.114"],["7082.557","17962.871"],["7089.415","17996.133"],["7087.538","17938.179"],["7050.103","17944.769"],["7053.061","17902.698"],["7044.886","17916.538"],["6998.000","17859.762"],["7014.546","17852.165"],["7041.530","17861.544"],["7062.270","17877.101"],["6899.282","18030.870"],["7013.090","18036.183"],["7044.421","17845.077"],["7080.902","17859.377"],["6907.315","17843.514"],["6976.072","17901.305"],["6967.721","17918.497"],["6962.177","17969.644"],["6944.992","17955.746"],["6924.675","17938.871"],["6901.057","17934.388"],["6915.285","17905.009"],["6928.593","17911.928"],["6909.119","17898.805"],["6897.745","17910.423"],["6918.783","17986.490"],["6987.987","18038.150"],["7024.149","17979.626"],["7052.950","17958.620"],["7090.057","17971.674"],["7074.758","17939.566"],["7027.386","17909.817"],["7012.572","17867.062"],["7075.510","17872.923"],["6942.300","18033.964"],["7090.843","17911.750"],["7081.889","17863.142"],["6970.760","17890.719"],["6959.497","17930.322"],["6935.683","17970.313"],["6935.646","17937.236"],["6936.323","17899.574"],["6892.326","17891.422"],["6911.083","17913.445"],["6929.720","17990.355"],["6993.085","18025.747"],["7018.376","17981.724"],["7041.437","17986.019"],["7076.208","17965.349"],["7086.271","17921.119"],["7035.972","17916.423"],["6999.447","17873.024"],["7077.649","17881.296"],["11119.280","13055.046"],["11194.324","13160.931"],["11138.222","12996.595"],["11144.990","12995.182"],["11159.324","13000.125"],["11177.411","13000.134"],["11189.795","13006.724"],["11189.235","12999.475"],["11209.478","13009.988"],["11217.485","13016.109"],["11163.293","13042.389"],["11188.865","13061.355"],["11191.910","13057.803"],["11200.778","13084.315"],["11176.924","13066.184"],["11241.416","12971.810"],["11247.848","12970.282"],["11272.998","13041.234"],["11223.888","13107.317"],["11253.779","13068.272"],["11252.448","13059.560"],["11216.075","13046.273"],["11274.912","13073.541"],["11278.329","13079.545"],["11290.125","13070.539"],["11264.473","13071.083"],["11113.766","12988.985"],["3290.916","16030.572"],["3240.270","16119.857"],["3205.517","16137.559"],["3225.443","16134.582"],["3224.400","15944.993"],["3205.946","15936.586"],["3240.307","16011.067"],["3237.199","15986.030"],["3255.823","16040.022"],["3201.503","16135.976"],["3236.125","16118.701"],["3237.112","16130.936"],["3260.451","16132.918"],["3180.344","16068.736"],["3170.706","16089.330"],["3102.688","16121.703"],["3180.893","16123.133"],["3206.933","15959.691"],["3215.288","15958.799"],["3267.462","16036.071"],["3259.863","15979.308"],["3248.044","16067.124"],["3291.958","16036.686"],["3249.908","16111.269"],["3211.438","16101.211"],["3248.082","16086.956"],["3213.247","16095.230"],["3198.156","16133.773"],["3180.541","16132.468"],["3197.492","15951.648"],["3299.024","16039.391"],["3279.442","16001.046"],["3208.724","16130.228"],["3203.165","16096.089"],["3173.798","16076.547"],["3146.732","16127.856"],["3183.888","15957.197"],["11872.256","13603.357"],["11861.476","13575.406"],["11842.685","13554.334"],["11894.776","13584.640"],["11776.073","13417.343"],["11868.658","13561.504"],["11839.516","13562.938"],["11824.572","13592.996"],["11935.231","13597.298"],["11934.145","13457.886"],["11749.479","13491.158"],["11783.575","13522.482"],["11789.005","13524.977"],["11845.555","13482.375"],["11751.959","13549.561"],["11892.046","13500.747"],["11903.855","13520.157"],["11902.458","13537.246"],["11912.877","13492.190"],["8808.049","15187.010"],["8862.944","15176.911"],["8930.521","15233.869"],["8945.300","15219.900"],["8791.295","15195.891"],["8808.326","15236.324"],["8876.714","15194.170"],["8880.492","15237.870"],["13620.593","17022.414"],["13634.153","17034.346"],["13633.948","17044.931"],["13664.526","17029.641"],["13649.635","17053.785"],["13633.068","17059.407"],["13660.050","17071.057"],["13671.554","17076.300"],["13672.498","17034.634"],["13677.084","17079.967"],["13642.675","17094.234"],["13636.919","17176.318"],["13796.265","17043.430"],["13780.710","17047.933"],["13715.260","17181.174"],["13781.966","17162.312"],["13713.593","17081.240"],["13691.397","17132.432"],["13745.126","17193.584"],["13629.392","17018.087"],["13634.528","17001.802"],["13639.630","17024.090"],["13661.286","16991.634"],["13647.069","17041.118"],["13636.341","17067.219"],["13641.596","17085.887"],["13665.205","17060.974"],["13675.015","17041.406"],["13705.040","17058.531"],["13642.741","17099.618"],["13630.446","17107.615"],["13632.659","17171.826"],["13644.002","16990.569"],["13749.901","16995.235"],["13798.157","17058.343"],["13799.247","17068.973"],["13755.880","17108.506"],["13680.492","17097.189"],["13630.712","17000.415"],["13650.041","17021.645"],["13641.530","17041.380"],["13641.576","17061.019"],["13647.780","17084.335"],["13672.080","17073.493"],["13665.442","17052.785"],["13678.351","17085.764"],["13633.350","17098.742"],["13629.221","17170.852"],["13664.479","16991.444"],["13746.019","17035.288"],["13748.353","17144.824"],["13781.867","17156.119"],["13732.146","17101.521"],["13693.272","17158.213"],["13788.339","17015.631"],["13751.117","17020.639"],["13799.279","17081.442"],["13697.974","17173.676"],["13752.952","17077.243"],["13719.262","17149.499"],["13654.028","17093.192"],["13802.741","17186.251"],["13729.867","17007.360"],["13762.273","17073.366"],["13737.525","17105.665"],["13734.103","17082.330"],["13679.226","17096.842"],["13650.468","17013.206"],["13679.822","17025.512"],["13636.444","17058.261"],["13654.162","17091.453"],["13669.268","17075.392"],["13673.403","17057.607"],["13657.002","17082.511"],["13693.511","17058.267"],["13633.925","17093.259"],["13624.459","17108.969"],["13643.695","17166.442"],["13765.032","17028.351"],["13747.141","17047.338"],["13750.518","17112.701"],["13709.246","17132.422"],["13666.956","17152.911"],["13742.873","17189.835"],["13634.655","17061.016"],["13651.615","16999.793"],["13676.549","17031.375"],["13651.658","17055.173"],["13619.960","17073.429"],["13643.619","17069.273"],["13679.498","17062.361"],["13706.861","17136.088"],["13675.821","17047.335"],["13671.953","17085.996"],["13645.504","17097.999"],["13624.402","17175.806"],["13762.023","16999.991"],["13741.298","17015.783"],["13783.704","17101.838"],["13772.624","17124.773"],["13724.859","17062.743"],["13682.844","17134.695"],["20327.731","7653.791"],["20345.675","7571.380"],["20332.485","7539.456"],["20354.113","7535.245"],["20356.448","7622.016"],["20337.008","7521.487"],["20338.422","7598.696"],["20352.189","7528.705"],["20343.833","7573.511"],["18458.298","17710.267"],["18270.803","17744.605"],["18280.357","17643.036"],["18393.948","17683.804"],["18459.268","17744.570"],["18297.117","17635.187"],["18302.627","17670.121"],["18326.404","17660.824"],["18402.807","17657.881"],["18380.840","17649.683"],["18309.561","17627.209"],["18306.436","17629.686"],["18264.123","17642.158"],["18270.718","17644.684"],["18290.036","17622.885"],["18359.047","17623.408"],["18442.198","17703.925"],["18319.413","17632.098"],["18328.278","17635.070"],["18281.524","17638.805"],["18271.491","17650.267"],["18302.867","17630.743"],["18284.649","17647.608"],["18303.295","17629.488"],["18259.994","17651.885"],["3673.596","17349.852"],["3604.447","17327.388"],["3660.374","17309.552"],["3611.504","17277.707"],["3662.219","17220.387"],["3559.792","17303.612"],["3536.196","17200.685"],["3704.333","17237.416"],["3707.543","17368.383"],["3683.366","17367.920"],["3579.760","17290.080"],["3597.984","17331.732"],["3543.795","17282.046"],["3518.493","17328.708"],["3518.181","17326.974"],["3612.980","17393.450"],["3700.259","17334.276"],["3690.341","17326.794"],["3619.810","17281.803"],["3640.550","17310.771"],["3665.048","17210.791"],["3664.012","17213.202"],["3514.626","17227.035"],["3533.047","17229.661"],["3534.447","17301.284"],["3551.289","17283.282"],["3547.172","17200.514"],["3532.156","17198.557"],["3592.675","17203.399"],["3571.294","17202.458"],["3705.287","17204.616"],["3684.517","17404.766"],["3563.872","17323.342"],["3624.299","17288.809"],["3534.272","17309.973"],["3527.325","17347.998"],["3527.325","17374.009"],["3615.792","17392.327"],["3689.535","17343.954"],["3666.048","17285.258"],["3652.689","17277.328"],["3646.093","17246.824"],["3631.858","17207.868"],["3535.681","17282.555"],["3560.236","17270.433"],["3693.199","17227.391"],["3568.230","17304.531"],["3631.488","17258.616"],["3582.675","17216.578"],["3687.336","17244.716"],["3684.737","17263.098"],["3609.810","17200.662"],["3692.976","17320.937"],["3606.092","17341.738"],["3580.056","17328.609"],["3657.293","17282.797"],["3654.924","17281.129"],["3719.565","17397.496"],["3691.292","17363.442"],["3666.299","17388.240"],["3622.007","17349.990"],["3546.708","17236.267"],["3528.583","17235.342"],["3521.463","17277.213"],["3630.095","17331.917"],["3591.036","17258.428"],["3617.648","17258.411"],["3518.543","17340.858"],["9578.797","12755.165"],["9599.554","12756.635"],["9582.286","12624.691"],["9556.528","12597.792"],["16000.611","15713.695"],["16062.550","15590.646"],["16017.363","15715.465"],["16127.581","15688.195"],["15948.000","15577.678"],["16004.013","15535.000"],["16059.034","15548.016"],["16058.739","15570.473"],["16042.295","15683.903"],["15963.236","15654.596"],["15940.815","15676.277"],["16141.742","15700.344"],["16008.649","15654.133"],["15965.742","15704.223"],["16041.581","15647.720"],["16051.871","15617.277"],["16001.877","15667.983"],["10113.106","16720.044"],["10246.565","16639.546"],["13060.210","17397.097"],["13060.475","17337.365"],["13113.186","17351.434"],["13123.582","17368.344"],["13194.964","17382.737"],["12998.074","17393.152"],["13000.626","17303.757"],["13114.659","17290.437"],["13189.428","17320.826"],["12995.731","17198.878"],["13081.920","17362.697"],["13153.253","17337.097"],["13176.312","17380.062"],["13157.273","17403.952"],["13019.156","17406.279"],["12995.492","17372.921"],["12992.205","17358.770"],["13113.761","17303.472"],["13090.383","17286.474"],["13165.959","17224.674"],["13171.188","17283.469"],["13125.523","17340.169"],["13154.684","17408.732"],["13013.798","17379.362"],["13123.212","17266.573"],["13125.597","17256.366"],["13177.651","17327.201"],["13184.892","17214.176"],["13051.181","17349.269"],["13085.851","17376.141"],["13137.184","17384.083"],["13013.076","17344.005"],["13069.709","17258.976"],["13190.135","17318.944"],["13161.091","17225.235"],["13184.037","17198.751"],["13079.817","17325.722"],["13081.278","17366.578"],["13145.473","17344.182"],["13105.168","17397.693"],["12989.091","17401.341"],["13012.827","17384.300"],["13093.426","17262.494"],["13126.485","17203.006"],["13166.105","17316.978"],["13081.868","17405.560"],["13090.358","17384.199"],["13060.458","17374.145"],["13119.535","17321.261"],["13124.865","17360.780"],["13093.638","17407.618"],["13008.208","17296.441"],["13132.856","17316.668"],["13096.715","17253.608"],["13153.574","17259.075"],["13194.313","17263.337"],["13066.642","17353.286"],["13119.536","17342.465"],["13155.917","17398.774"],["13018.354","17366.860"],["13019.392","17311.519"],["13150.677","17274.835"],["13071.633","17249.595"],["13134.676","17203.319"],["18271.817","17486.549"],["18303.773","17480.999"],["18403.650","17602.862"],["18316.178","17458.872"],["18289.233","17415.405"],["18339.439","17459.318"],["18285.403","17485.027"],["18313.161","17467.080"],["18341.929","17430.040"],["18317.507","17476.439"],["18428.734","17614.531"],["18282.245","17435.273"],["18262.744","17501.473"],["18413.159","17597.690"],["18443.474","17584.944"],["18271.539","17508.786"],["18457.668","17577.281"],["18299.108","17449.107"],["18339.079","17608.430"],["18419.327","17594.056"],["18447.322","17583.958"],["18282.452","17427.593"],["18292.545","17606.728"],["18290.259","17607.373"],["18319.474","17449.242"],["18446.335","17588.087"],["18268.819","17616.791"],["18335.922","17613.219"],["18279.971","17610.317"],["18303.588","17466.189"],["18356.516","17419.093"],["18254.218","17482.826"],["18449.247","17588.450"],["18292.413","17602.187"],["18376.463","17613.927"],["18288.027","17451.428"],["18301.087","17436.280"],["18446.434","17580.143"],["18312.051","17446.999"],["18341.958","17605.424"],["18259.978","17505.973"],["18334.014","17618.669"],["18300.285","17460.281"],["18427.452","17598.631"],["18445.546","17577.595"],["18285.497","17618.046"],["18290.082","17495.508"],["18291.640","17595.448"],["18416.992","17598.466"],["18281.566","17618.063"],["18339.951","17597.728"],["18459.329","17583.045"],["18288.499","17608.793"],["18461.615","17583.016"],["18343.175","17617.860"],["18289.913","17591.155"],["18443.309","17585.345"],["18281.500","17610.895"],["12790.267","15972.260"],["12832.448","16140.540"],["12881.713","16107.625"],["12884.403","16120.685"],["12895.674","16078.590"],["12852.653","16055.290"],["12858.546","16029.811"],["12946.573","16056.275"],["12966.087","16039.534"],["12953.353","16041.762"],["12946.099","15992.537"],["10626.345","18993.158"],["10664.696","18958.110"],["10665.223","18943.015"],["10631.505","18984.534"],["10523.641","18942.875"],["10513.196","18978.994"],["10492.473","18959.803"],["10490.952","18946.816"],["10488.264","18913.215"],["10604.226","18895.020"],["10615.568","18937.412"],["10563.142","18955.847"],["10524.820","18960.786"],["10524.080","18951.950"],["10499.432","18943.240"],["10608.693","18955.199"],["10598.793","18981.344"],["10551.777","18973.882"],["5045.329","18214.492"],["4994.215","18173.026"],["5018.138","18216.102"],["5045.576","18218.274"],["5034.567","18241.344"],["5026.820","18229.635"],["5011.769","18221.584"],["5020.634","18222.262"],["5009.308","18054.838"],["5004.286","18236.498"],["5024.795","18222.823"],["5021.031","18051.388"],["5071.540","18181.632"],["4991.884","18151.013"],["5001.078","18116.926"],["5004.920","18099.264"],["5021.315","18104.467"],["4989.516","18233.360"],["5012.422","18237.802"],["5016.327","18217.443"],["5010.730","18203.347"],["5040.251","18210.023"],["5026.033","18213.586"],["5043.378","18219.270"],["5053.227","18221.153"],["5009.013","18211.980"],["21619.423","6951.132"],["21495.025","6975.770"],["21555.279","6983.073"],["21506.512","7021.549"],["9397.099","18614.013"],["9381.425","18611.222"],["9383.234","18612.263"],["9376.343","18632.791"],["20407.673","7396.120"],["20390.123","7402.825"],["20368.561","7399.671"],["20434.465","7310.571"],["20372.985","7454.881"],["20370.271","7409.646"],["20365.748","7459.902"],["20564.473","7466.466"],["20492.450","7411.453"],["20521.740","7360.564"],["20466.263","7389.977"],["20402.870","7393.940"],["20358.544","7357.326"],["20413.035","7407.549"],["20398.742","7349.993"],["20377.360","7320.298"],["20440.246","7351.850"],["20490.425","7358.466"],["20511.477","7328.557"],["20463.155","7411.084"],["20529.142","7376.187"],["20452.629","7327.566"],["20508.517","7404.131"],["20526.855","7368.887"],["20443.610","7297.524"],["20464.917","7402.188"],["20495.556","7373.512"],["20449.210","7366.152"],["20458.418","7276.666"],["20464.652","7338.978"],["13762.538","8899.050"],["13809.505","8919.497"],["13827.210","8875.466"],["13774.998","8938.537"],["13781.071","8927.122"],["13770.632","8832.134"],["13801.414","8844.031"],["13775.467","8853.274"],["13792.582","8810.389"],["13768.886","8869.042"],["13810.315","8935.313"],["13804.546","8850.549"],["13799.654","8803.783"],["13794.462","8861.363"],["13797.739","8810.565"],["13803.288","8886.207"],["13827.768","8892.480"],["13792.669","8888.662"],["13807.706","8827.740"],["13795.952","8894.300"],["13829.593","8918.326"],["13807.110","8905.758"],["12727.506","4218.467"],["12726.559","4249.858"],["12727.876","4233.679"],["12741.845","4213.396"],["12711.701","4235.443"],["12711.207","4244.214"],["12719.585","4252.495"],["12747.685","4223.584"],["12727.768","4227.696"],["12743.398","4288.230"],["10441.094","14047.959"],["10458.795","14112.352"],["10446.434","14036.999"],["10406.092","14027.993"],["10448.282","14051.807"],["10458.947","14088.474"],["10420.378","14054.502"],["10449.779","14186.963"],["10450.049","14046.690"],["10445.171","14027.266"],["16321.779","15219.409"],["15222.809","14311.221"],["15222.964","14446.663"],["15096.376","14296.406"],["15177.299","14316.969"],["15241.035","14359.258"],["18306.122","16873.175"],["18315.102","16844.206"],["18287.731","16956.414"],["18260.151","16943.460"],["18269.304","16968.224"],["18280.926","16846.146"],["5192.052","15327.035"],["5197.685","15366.824"],["9979.917","14418.065"],["10030.301","14448.027"],["10032.851","14240.900"],["9862.179","14263.399"],["9985.729","14447.086"],["9977.487","14434.908"],["9866.907","14332.071"],["9847.988","14358.085"],["9839.666","14348.110"],["9859.031","14246.917"],["10011.579","14419.961"],["10005.176","14442.742"],["9995.692","14447.858"],["10033.698","14241.729"],["9854.501","14369.101"],["18367.461","17281.837"],["18360.276","17208.418"],["18364.622","17241.502"],["18348.311","17265.018"],["18355.992","17266.042"],["18354.434","17394.493"],["18394.717","17294.628"],["18391.262","17272.031"],["18259.061","17367.279"],["18303.232","17211.684"],["18361.437","17407.435"],["18351.272","17279.634"],["18379.252","17264.831"],["18340.818","17279.349"],["18375.339","17253.910"],["18355.712","17278.808"],["18371.264","17286.557"],["18383.466","17283.998"],["18351.173","17264.225"],["18355.466","17271.673"],["16078.758","14542.543"],["16129.820","14563.502"],["16127.880","14577.910"],["6244.209","9470.049"],["6113.836","9516.199"],["6198.838","9441.084"],["6080.530","9401.214"],["6168.755","9403.053"],["6058.604","9497.422"],["6094.856","9528.007"],["6227.527","9481.620"],["6070.304","9474.470"],["6194.414","9385.482"],["5820.286","9287.625"],["6100.394","9401.711"],["6169.213","9424.797"],["6222.243","9398.248"],["6188.608","9436.427"],["6049.790","9416.127"],["6098.401","9366.826"],["6194.209","9491.095"],["6162.963","9510.366"],["6207.980","9401.990"],["6196.782","9388.488"],["6229.183","9428.037"],["6062.175","9411.470"],["6132.242","9386.686"],["6161.404","9506.201"],["6199.168","9498.723"],["6222.374","9449.689"],["6218.506","9386.168"],["6142.193","9430.617"],["6167.704","9494.624"],["6158.148","9513.616"],["6174.943","9511.796"],["9236.146","18161.603"],["9231.714","18157.768"],["9234.018","18168.297"],["9232.669","18167.504"],["25640.755","5939.584"],["11420.119","14125.292"],["11433.955","14107.490"],["11427.119","14143.426"],["11447.466","14114.777"],["11511.092","14073.809"],["11462.813","14055.083"],["11312.599","14189.889"],["11496.094","14036.176"],["11341.933","14110.234"],["10849.369","14555.024"],["10868.751","14541.445"],["10828.000","14580.321"],["10778.843","14584.390"],["10803.861","14638.474"],["10780.334","14654.829"],["10815.559","14659.038"],["10856.367","14612.879"],["10837.699","14648.344"],["10793.979","14520.651"],["10781.364","14550.959"],["10799.161","14560.262"],["10875.245","14538.875"],["10816.714","14592.047"],["10773.408","14621.416"],["10829.897","14562.998"],["10804.137","14605.510"],["10801.091","14624.581"],["10794.461","14612.444"],["10792.201","14603.736"],["10809.609","14614.694"],["10818.668","14649.525"],["10847.173","14601.616"],["10879.588","14518.382"],["10814.001","14519.409"],["10809.643","14542.851"],["10812.911","14583.966"],["10760.109","14648.893"],["10782.498","14577.688"],["10820.181","14603.057"],["10850.052","14616.843"],["10837.155","14637.440"],["10830.101","14650.904"],["11829.471","11726.179"],["11845.839","11718.962"],["11839.392","11708.772"],["11854.422","11719.540"],["11827.879","11719.606"],["11822.169","11741.571"],["11842.287","11711.382"],["7312.605","14046.217"],["7310.975","14172.766"],["7472.808","14126.647"],["7446.077","14114.840"],["7485.200","14090.567"],["7454.245","14119.194"],["7337.430","14052.385"],["7474.624","14033.209"],["7453.820","14095.634"],["7498.048","14193.281"],["7504.070","14150.785"],["7476.221","14185.219"],["7461.989","14065.500"],["7492.853","14169.349"],["7433.733","14097.061"],["9417.533","19155.218"],["9453.877","19156.458"],["9469.107","19135.501"],["9421.594","19110.422"],["9411.254","19118.112"],["9413.196","19118.868"],["9618.516","19152.058"],["9419.145","19156.011"],["9466.114","19155.500"],["9468.877","19139.233"],["9414.111","19107.515"],["9414.494","19112.232"],["9409.380","19111.800"],["9615.375","19157.244"],["9421.135","19151.849"],["9456.623","19147.754"],["9466.509","19143.164"],["9412.055","19105.946"],["9425.036","19126.551"],["9409.364","19120.338"],["9614.920","19182.930"],["9600.293","19143.817"],["9429.444","19113.295"],["9453.935","19128.485"],["9461.863","19112.763"],["9473.477","19117.355"],["9490.418","19120.147"],["9555.370","19126.204"],["9499.898","19126.134"],["9511.904","19151.336"],["9507.217","19155.399"],["9598.720","19144.133"],["9607.865","19127.007"],["9606.231","19106.044"],["9545.182","19184.394"],["9603.987","19120.758"],["9466.781","19103.134"],["9535.391","19180.899"],["9559.164","19127.552"],["9550.347","19167.697"],["9425.628","19104.410"],["3384.524","8081.844"],["3258.027","8029.457"],["3351.898","7993.649"],["3383.113","8000.458"],["3325.320","8012.160"],["3387.775","8059.800"],["3322.181","7988.038"],["3461.912","8013.549"],["3459.840","7976.889"],["3482.333","7962.849"],["3234.393","8049.139"],["3355.338","7968.900"],["3419.628","7970.744"],["3469.076","7947.682"],["3425.446","7940.035"],["3370.550","7986.716"],["3477.787","8011.191"],["3451.214","7945.261"],["3401.336","7977.935"],["3377.537","8070.197"],["3419.064","7930.576"],["3392.524","7939.347"],["3423.636","7951.964"],["3415.780","7922.633"],["8585.453","13461.340"],["8600.587","13455.213"],["8726.353","13536.685"],["8744.653","13556.671"],["8643.876","13567.176"],["8615.532","13545.143"],["8675.092","13585.334"],["8632.972","13551.134"],["8657.257","13542.803"],["8606.429","13512.251"],["8740.766","13547.007"],["8750.300","13569.048"],["8718.840","13574.290"],["8634.140","13590.727"],["8617.719","13575.068"],["8567.146","13502.231"],["8738.884","13572.385"],["8659.781","13590.842"],["8623.147","13549.156"],["8636.919","13579.034"],["8595.219","13566.530"],["8758.826","13421.634"],["8764.148","13467.061"],["8760.523","13533.032"],["8729.359","13493.175"],["8722.692","13494.277"],["8693.962","13410.453"],["8670.505","13474.358"],["8682.219","13473.919"],["8756.510","13584.895"],["8657.699","13445.770"],["8669.607","13446.843"],["8701.429","13431.123"],["8697.630","13442.057"],["8722.287","13478.087"],["8723.389","13473.017"],["8759.306","13531.224"],["8751.115","13528.070"],["8764.696","13599.043"],["8776.110","13592.569"],["8611.884","13594.532"],["8634.551","13590.892"],["8607.539","13581.972"],["8579.776","13510.538"],["8660.479","13454.721"],["8703.995","13443.692"],["8702.745","13434.096"],["8720.856","13480.284"],["8731.925","13493.347"],["8760.490","13526.897"],["8766.604","13587.961"],["8748.237","13591.260"],["8740.509","13600.142"],["8613.693","13600.791"],["8650.526","13594.591"],["8703.662","13497.866"],["8768.751","13457.692"],["8752.326","13588.172"],["8613.348","13592.946"],["9155.992","15837.972"],["16851.362","16719.567"],["16790.412","16691.703"],["18620.623","16473.693"],["18501.150","16409.448"],["18578.847","16478.565"],["18542.038","16384.757"],["18580.637","16560.980"],["18626.453","16504.361"],["18624.677","16488.953"],["18599.377","16524.509"],["18613.324","16538.464"],["18622.503","16437.583"],["18607.997","16430.960"],["18589.338","16544.680"],["18588.814","16474.734"],["18558.519","16413.196"],["18616.075","16498.515"],["18614.710","16495.955"],["18611.137","16534.352"],["18603.785","16527.036"],["18616.533","16439.053"],["18618.802","16444.189"],["18526.257","16376.363"],["18630.581","16508.242"],["18599.607","16525.137"],["18610.875","16440.589"],["18626.634","16491.991"],["18601.745","16537.424"],["18606.319","16435.056"],["10808.053","17404.293"],["10795.309","17378.481"],["10792.023","17378.211"],["10768.560","17405.043"],["10792.245","17374.340"],["10716.544","17377.518"],["10744.137","17371.932"],["10781.956","17376.235"],["10822.184","17368.175"],["10812.237","17378.668"],["10759.021","17409.387"],["10790.197","17362.670"],["10799.646","17371.086"],["10802.441","17383.270"],["10793.227","17355.158"],["10694.939","17407.928"],["10741.348","17396.554"],["10786.542","17385.475"],["10794.059","17365.728"],["10802.010","17363.448"],["14594.251","15113.221"],["14607.573","15143.416"],["14529.620","15156.929"],["14512.424","15097.819"],["14612.030","15131.789"],["14582.651","15162.955"],["14539.313","15149.605"],["14577.886","15107.870"],["14646.224","15147.363"],["14474.112","15109.439"],["14662.793","15223.916"],["14643.065","15192.940"],["14612.823","15168.451"],["14498.159","15122.055"],["14646.376","15148.716"],["14538.600","15130.216"],["14539.844","15216.792"],["14559.275","15253.012"],["14590.156","15255.125"],["14587.193","15247.798"],["14586.653","15254.767"],["14671.932","15283.995"],["14576.801","15254.601"],["14645.056","15271.998"],["14560.017","15256.088"],["14566.447","15244.639"],["14572.078","15249.161"],["14568.313","15255.891"],["14559.981","15241.866"],["14506.987","15293.388"],["14503.937","15288.031"],["14495.685","15288.791"],["14622.069","15247.771"],["14500.560","15126.498"],["14644.792","15287.650"],["14616.969","15123.464"],["14561.265","15152.198"],["14636.163","15287.618"],["14466.426","15182.331"],["14477.852","15181.610"],["14567.106","15186.151"],["14612.485","15245.959"],["14517.159","15216.837"],["14550.409","15203.525"],["14595.462","15225.223"],["14555.417","15226.568"],["14665.303","15290.875"],["5683.291","19133.756"],["5806.675","19109.872"],["5762.937","19130.537"],["5818.933","19183.897"],["5657.987","19103.099"],["5687.238","19146.010"],["5773.266","19138.035"],["5778.678","19155.782"],["5758.316","19165.972"],["5748.880","19114.347"],["5658.218","19111.307"],["5662.658","19111.324"],["5687.341","19143.537"],["5673.340","19116.580"],["5817.082","19173.824"],["5829.615","19177.474"],["5770.027","19153.965"],["5750.179","19113.604"],["5671.679","19133.392"],["5767.527","19159.630"],["8195.441","16742.963"],["8219.816","16754.160"],["10467.505","18212.650"],["10558.527","18125.448"],["10545.073","18054.348"],["10549.629","18132.831"],["10530.879","18149.032"],["10469.150","18201.007"],["10469.631","18045.667"],["10535.319","18147.050"],["10533.658","18133.970"],["11893.106","15883.433"],["11787.571","15843.168"],["11807.291","15798.298"],["11741.510","15853.304"],["4151.880","20005.631"],["4202.286","19982.004"],["4153.128","20011.862"],["4200.445","20058.177"],["4174.478","20008.819"],["4165.186","20031.279"],["4185.280","20002.582"],["4159.803","20022.120"],["4194.394","20030.127"],["4149.684","20113.330"],["4156.132","20071.167"],["4161.360","20054.165"],["4237.748","20030.498"],["4246.235","20046.204"],["4178.849","19977.429"],["4214.523","20009.981"],["4198.851","20010.359"],["4180.792","20026.213"],["4207.254","20003.941"],["4199.491","20005.510"],["4156.057","19979.686"],["4179.178","19966.744"],["4166.302","20047.584"],["4184.024","20060.854"],["4235.182","20028.037"],["4849.617","17550.442"],["4979.858","17503.070"],["4941.638","17505.702"],["4899.958","17496.408"],["4879.181","17530.242"],["4849.896","17538.187"],["4973.016","17491.360"],["4930.470","17491.862"],["4899.317","17496.969"],["4871.681","17523.817"],["4978.031","17616.508"],["4893.271","17606.983"],["4827.914","17451.559"],["4783.514","17490.842"],["4821.257","17470.879"],["4852.852","17499.797"],["4851.575","17563.839"],["4859.306","17583.839"],["12245.359","12097.500"],["12349.866","12059.069"],["12332.382","12091.076"],["12345.378","12019.704"],["12343.541","12056.609"],["12220.507","12098.359"],["12257.431","12114.511"],["12292.382","12066.501"],["12338.241","12106.738"],["12328.418","12074.098"],["12314.553","12039.432"],["12305.462","12071.709"],["12223.089","12100.440"],["12330.902","12042.207"],["12253.484","12118.904"],["12345.429","12109.727"],["12319.490","12121.207"],["12343.273","12087.978"],["12222.333","12104.948"],["12213.833","12112.783"],["12239.586","13239.136"],["12241.710","13205.920"],["12249.474","13249.376"],["12159.068","13244.422"],["12257.297","13358.460"],["12250.189","13354.205"],["12265.057","13367.144"],["12265.998","13292.477"],["12256.195","13288.352"],["12356.039","13242.003"],["12341.433","13241.734"],["12237.441","13336.573"],["12237.857","13329.416"],["12227.647","13305.542"],["12210.960","13297.759"],["12220.054","13303.996"],["12232.106","13308.337"],["12236.883","13340.713"],["12250.088","13345.481"],["12237.857","13329.416"],["12241.120","13316.477"],["12245.963","13324.339"],["12337.175","13250.930"],["1671.686","13387.015"],["1655.880","13385.958"],["1691.841","13321.790"],["1632.176","13326.449"],["1642.788","13332.005"],["16698.698","17605.815"],["16572.596","17605.402"],["16733.685","17531.022"],["16764.698","17553.339"],["16732.481","17515.384"],["16727.811","17517.537"],["16700.834","17556.869"],["16620.228","17611.595"],["16569.186","17508.436"],["16675.553","17509.307"],["16729.166","17543.528"],["16711.903","17571.468"],["16628.948","17481.959"],["16621.640","17464.971"],["16762.523","17562.664"],["16751.618","17573.795"],["16572.024","17517.189"],["16572.698","17498.708"],["16592.156","17499.865"],["16684.659","17528.583"],["16611.458","17481.445"],["16642.964","17479.236"],["16601.813","17498.248"],["16594.277","17513.093"],["16656.382","17521.333"],["16755.911","17567.090"],["16648.063","17487.808"],["16761.147","17600.816"],["16756.634","17572.920"],["16585.758","17512.779"],["16612.494","17472.923"],["16640.563","17476.346"],["16751.766","17563.556"],["16580.856","17508.865"],["14239.879","4738.069"],["14242.094","4771.872"],["14242.412","4732.288"],["14227.165","4731.991"],["14227.428","4727.301"],["14243.415","4749.217"],["10734.487","13043.002"],["10747.776","13164.842"],["10677.788","12992.592"],["10690.490","13099.030"],["10677.616","13088.832"],["7730.558","16813.343"],["7732.985","16818.512"],["7783.266","16800.998"],["7794.538","16800.205"],["7753.374","16810.626"],["7785.248","16791.809"],["7934.079","16802.044"],["7933.694","16923.746"],["7897.437","16980.357"],["7807.661","16977.483"],["7768.859","16920.686"],["7805.841","16844.852"],["7872.743","16814.334"],["7839.062","13369.953"],["7856.410","13276.080"],["7897.699","13282.777"],["7911.476","13268.951"],["7904.731","13338.121"],["7861.630","13389.344"],["7801.145","13337.422"],["7746.111","13361.719"],["7899.270","13341.524"],["7793.053","13334.317"],["7752.196","13352.157"],["7841.350","13327.760"],["7929.013","13261.007"],["7906.441","13343.208"],["7796.573","13331.476"],["7748.397","13350.753"],["7841.465","13330.088"],["7863.213","13379.091"],["7860.532","13373.955"],["7885.316","13283.460"],["7879.444","13294.872"],["7866.398","13261.147"],["7907.572","13327.476"],["7819.263","13388.482"],["7825.003","13375.633"],["7743.894","13300.259"],["7756.690","13298.310"],["7750.428","13293.868"],["7763.745","13292.263"],["7763.087","13314.013"],["7864.868","13319.246"],["7873.613","13349.007"],["7873.488","13341.627"],["7868.072","13343.855"],["7794.168","13378.868"],["7777.580","13371.418"],["7785.266","13372.259"],["7823.873","13331.759"],["7806.226","13361.853"],["7807.838","13369.880"],["7855.022","13386.341"],["7862.703","13374.087"],["7878.671","13283.989"],["7885.708","13253.749"],["7869.161","13253.237"],["7894.134","13317.187"],["7897.358","13332.712"],["7811.500","13384.882"],["7746.328","13304.305"],["7738.138","13315.321"],["7774.403","13310.611"],["7766.311","13311.008"],["7900.923","13387.950"],["7876.308","13251.145"],["7861.315","13315.943"],["7885.572","13359.930"],["7877.412","13357.314"],["7848.401","13340.394"],["7847.924","13348.314"],["7794.760","13378.224"],["7798.753","13366.825"],["7910.185","13379.525"],["7790.747","13375.020"],["7619.757","19595.181"],["7552.779","19558.809"],["7551.310","19524.059"],["7612.081","19609.203"],["7581.587","19598.104"],["7545.102","19618.057"],["7545.480","19637.793"],["7718.684","19618.511"],["7707.972","19563.773"],["7706.570","19559.800"],["7680.406","19613.621"],["7665.174","19583.228"],["7670.771","19637.677"],["7695.995","19649.809"],["7649.312","19608.636"],["7610.585","19568.379"],["7612.447","19537.715"],["7574.898","19552.828"],["7578.859","19534.463"],["7517.637","19611.343"],["7520.278","19575.994"],["7567.154","19560.382"],["7576.589","19617.560"],["7531.553","19634.218"],["7526.887","19703.285"],["7623.013","19583.141"],["7594.029","19569.709"],["7555.250","19614.853"],["7702.885","19542.426"],["7664.748","19611.738"],["7643.019","19589.834"],["7679.104","19668.488"],["7641.894","19606.407"],["7604.746","19560.237"],["7611.806","19543.858"],["7563.286","19536.825"],["7589.221","19539.071"],["7521.255","19607.215"],["7522.170","19583.343"],["7570.016","19576.138"],["7587.000","19605.835"],["7540.089","19638.165"],["7530.686","19697.851"],["7581.500","19621.723"],["7703.027","19531.879"],["7724.441","19630.683"],["7715.242","19569.355"],["7697.014","19542.129"],["7658.547","19608.072"],["7643.825","19577.563"],["7682.235","19636.785"],["7685.568","19643.930"],["7630.545","19600.049"],["7611.243","19568.842"],["7620.605","19559.399"],["7561.690","19539.005"],["7600.026","19541.317"],["7527.647","19577.167"],["7578.470","19578.252"],["7571.392","19621.475"],["7535.928","19628.206"],["7532.446","19703.483"],["12186.299","11010.299"],["12185.789","10994.329"],["12322.164","10873.327"],["12163.668","11031.373"],["12333.956","10874.136"],["4984.545","8195.975"],["4966.846","8197.151"],["4949.679","8216.770"],["4978.295","8213.072"],["4962.199","8176.748"],["3708.899","17645.175"],["3700.266","17786.334"],["3642.577","17705.092"],["3679.359","17711.801"],["3560.022","17804.407"],["3658.718","17672.640"],["3711.645","17692.343"],["3680.249","17788.035"],["3686.976","17804.220"],["3682.610","17716.488"],["3679.057","17738.602"],["3626.546","17675.500"],["3672.796","17660.851"],["3571.666","17826.306"],["3546.183","17815.708"],["3695.889","17660.006"],["3703.570","17683.309"],["3675.989","17822.486"],["3698.045","17823.907"],["3670.834","17763.424"],["3649.024","17766.893"],["3621.891","17702.486"],["3638.289","17668.167"],["3549.479","17828.552"],["3529.676","17822.293"],["3597.219","17822.545"],["3550.475","17798.730"],["3639.913","17716.455"],["3554.785","17822.050"],["3721.304","17649.519"],["3689.480","17638.995"],["3659.284","17686.887"],["3640.189","17658.167"],["3643.434","17756.470"],["3666.132","17773.993"],["3717.230","17802.760"],["16117.980","13462.994"],["15999.340","13432.901"],["15971.012","13452.760"],["15937.262","13457.754"],["7113.839","17827.184"],["7097.176","17781.163"],["15333.300","17035.519"],["15312.415","17057.080"],["15387.172","17149.297"],["15424.549","17123.693"],["15449.934","17164.082"],["15495.222","17155.936"],["15461.761","17117.110"],["15363.573","17027.673"],["15437.664","17169.499"],["15495.106","17167.068"],["15456.465","17112.618"],["15308.758","16991.718"],["15306.510","17124.529"],["15357.468","17188.489"],["15503.391","17193.245"],["15349.014","17137.946"],["15378.136","17100.243"],["15396.795","17102.184"],["15440.269","17133.352"],["15401.669","17042.940"],["15329.833","17170.062"],["15358.537","17180.645"],["15311.297","17189.467"],["15357.328","17156.122"],["15395.471","17135.949"],["15386.762","17112.077"],["15460.749","17148.001"],["15402.376","17014.898"],["12418.088","16779.119"],["12380.865","16799.503"],["12429.115","16787.028"],["12383.581","16791.396"],["12403.402","16783.640"],["12402.575","16801.138"],["12408.703","16793.514"],["12367.958","16810.874"],["12405.026","16785.234"],["6899.515","13527.617"],["6884.009","13523.223"],["6893.639","13545.912"],["6911.633","13525.219"],["6907.455","13508.637"],["6894.561","13524.377"],["28164.938","12010.147"],["6248.568","13087.853"],["8967.238","14419.020"],["8971.005","14421.795"],["8959.182","14336.945"],["8967.101","14364.419"],["8945.605","14431.002"],["8987.172","14385.861"],["8930.216","14394.564"],["8873.429","14427.264"],["8834.886","14409.445"],["8973.138","14353.202"],["27487.248","7450.900"],["27489.222","7376.945"],["27493.153","7394.451"],["16143.100","15911.131"],["16136.533","15853.297"],["16035.711","15915.893"],["16086.113","15825.963"],["15969.395","15812.788"],["16107.191","15842.298"],["15991.450","15719.129"],["16062.840","15847.433"],["15962.027","15767.883"],["16001.137","15743.703"],["16074.074","15900.567"],["16039.596","15882.355"],["16049.994","15839.092"],["15950.544","15754.214"],["16121.780","15880.167"],["15956.074","15767.567"],["15983.767","15902.184"],["16049.896","15733.977"],["16024.271","15759.791"],["16030.420","15737.445"],["16107.462","15741.782"],["16126.220","15766.649"],["16129.267","15801.779"],["16096.359","15832.382"],["16114.314","15857.423"],["16032.917","15839.872"],["16014.155","15862.368"],["15980.535","15831.642"],["15971.359","15827.619"],["15953.845","15798.687"],["16091.746","15767.098"],["6883.180","12643.125"],["6976.543","12578.107"],["7004.973","12600.344"],["7005.924","12675.472"],["7045.694","12595.748"],["7057.750","12591.619"],["7076.985","12591.455"],["7030.664","12569.037"],["7000.332","12587.434"],["6966.040","12591.961"],["7085.040","12564.709"],["7057.096","12558.491"],["6884.103","12600.274"],["6973.009","12730.542"],["7013.183","12728.900"],["7048.315","12755.484"],["6936.099","12720.365"],["6897.093","12605.159"],["6962.218","12608.892"],["7047.536","12590.628"],["7088.802","12583.031"],["7035.006","12572.902"],["7013.670","12588.276"],["6909.114","12585.622"],["7059.316","12557.368"],["6964.407","12729.518"],["7008.265","12722.889"],["7059.219","12735.303"],["6935.836","12741.009"],["7052.816","12613.667"],["7080.825","12604.115"],["7024.907","12558.055"],["7000.299","12570.704"],["6921.219","12583.970"],["6904.106","12584.035"],["6973.355","12710.624"],["7019.005","12728.504"],["7057.657","12730.513"],["6930.409","12732.884"],["6987.769","12671.616"],["6942.161","12698.784"],["6977.424","12696.835"],["7019.973","12752.970"],["7041.504","12733.726"],["7014.759","12730.609"],["9826.970","15315.752"],["9746.240","15495.802"],["9761.762","15470.840"],["9760.432","15465.789"],["9829.114","15453.349"],["12813.228","7685.451"],["12827.240","7710.123"],["12932.132","7863.795"],["12968.225","7796.903"],["12974.300","7725.150"],["12809.707","7713.509"],["12944.303","7868.370"],["12942.469","7796.440"],["12805.909","7686.029"],["12818.605","7726.374"],["12943.415","7860.475"],["12948.867","7773.253"],["12983.083","7748.850"],["12835.135","7747.877"],["12971.606","7827.659"],["12968.307","7770.495"],["12966.570","7738.280"],["12976.515","7687.734"],["12806.780","7719.190"],["12955.800","7843.679"],["12936.252","7780.041"],["18934.719","18674.205"],["18921.310","18623.381"],["18962.202","18670.951"],["19014.171","18639.071"],["18985.370","18642.962"],["11767.207","12098.161"],["11920.661","12034.313"],["11823.671","12045.692"],["11914.945","12077.900"],["11886.894","12025.296"],["11773.243","12124.123"],["11831.713","12067.476"],["11896.985","12068.598"],["11819.888","12089.557"],["11866.845","12083.958"],["11851.385","12038.706"],["11731.944","12116.080"],["6770.550","14784.228"],["6790.603","14754.582"],["6843.591","14808.066"],["6795.500","14749.291"],["6784.422","14744.806"],["6773.748","14666.494"],["6811.052","14774.951"],["6810.001","14761.808"],["6845.470","14772.810"],["6774.663","14683.271"],["6785.530","14713.818"],["6788.589","14706.687"],["6836.005","14723.947"],["6725.930","14687.546"],["6719.068","14754.565"],["6718.729","14663.953"],["6754.196","14790.049"],["6702.183","14708.561"],["6753.937","14844.929"],["6672.808","14744.184"],["6721.138","14845.694"],["6731.703","14692.500"],["11827.414","15189.698"],["11779.330","15231.577"],["11811.479","15193.696"],["11807.200","15188.317"],["11887.485","15230.396"],["11910.937","15229.696"],["11846.192","15220.228"],["11850.235","15212.512"],["11801.057","15201.089"],["11784.940","15193.391"],["11815.886","15179.741"],["11804.009","15198.474"],["11890.892","15208.994"],["11765.629","15087.946"],["11783.968","15231.808"],["11812.761","15200.550"],["11799.051","15192.884"],["11900.364","15218.475"],["11746.994","15096.599"],["11732.604","15180.309"],["11728.986","15185.296"],["11915.360","15290.465"],["11827.915","15244.429"],["12321.052","16205.721"],["12087.928","13980.254"],["12084.030","14010.741"],["12025.350","13978.571"],["12010.531","13975.929"],["12100.395","13976.687"],["12091.612","14019.164"],["12133.204","13989.312"],["12127.401","14011.097"],["12097.237","13968.809"],["11954.195","14026.510"],["11944.656","13884.203"],["12030.371","13971.902"],["12020.222","13966.175"],["12004.533","13977.569"],["12015.292","13979.971"],["11985.354","13971.413"],["11970.243","13962.603"],["11963.606","13970.472"],["11960.599","13973.583"],["12101.207","13952.347"],["12130.326","13933.228"],["12145.934","13916.388"],["11979.194","14001.216"],["11944.582","14006.832"],["11974.285","13991.970"],["13200.773","17105.571"],["13342.419","17007.950"],["13331.651","17072.579"],["13253.582","17080.198"],["13391.098","17068.206"],["13217.348","17083.574"],["13288.130","17077.442"],["13317.049","17141.312"],["13405.726","17186.663"],["13361.657","16995.112"],["13281.478","17001.025"],["13223.071","17013.248"],["13199.379","16990.582"],["13245.951","17065.053"],["13338.242","17000.468"],["13333.986","17074.528"],["13305.254","17091.283"],["13202.144","17022.719"],["13252.986","17075.017"],["13223.055","17076.687"],["13289.644","17078.797"],["13351.440","17125.524"],["13262.832","17151.761"],["13201.480","17087.652"],["13348.242","17007.504"],["13244.107","16994.784"],["13244.750","17072.138"],["13392.550","17054.367"],["13240.009","17061.524"],["13275.294","17013.642"],["13219.519","17086.663"],["13314.051","17068.888"],["13316.319","17189.316"],["13319.339","17118.997"],["13355.667","17107.819"],["13379.183","17137.956"],["13392.895","17134.787"],["13358.866","17065.713"],["13356.334","16995.464"],["13264.651","17051.230"],["13327.719","17087.649"],["13303.507","17167.120"],["13334.454","17179.278"],["13361.769","17140.982"],["13375.729","17173.315"],["13332.386","17001.129"],["13224.847","17012.538"],["13292.268","17015.244"],["13331.288","17019.920"],["13289.905","17161.356"],["13388.475","17138.402"],["13404.114","17185.227"],["13355.511","17038.156"],["13255.442","17000.743"],["13237.315","17047.881"],["13208.191","17103.077"],["13395.439","17000.109"],["13307.228","17089.367"],["13257.163","17083.656"],["13292.547","16989.183"],["13225.982","17096.423"],["13267.867","17022.595"],["13331.933","17169.355"],["13286.747","17170.869"],["13254.143","17015.805"],["13365.643","16998.371"],["13248.155","17015.672"],["13338.230","17081.761"],["13217.611","17093.004"],["13309.644","17022.793"],["13227.293","17194.540"],["13323.183","17148.976"],["13374.742","17153.018"],["10890.355","11432.023"],["10885.109","11474.783"],["10999.803","11438.039"],["10997.357","11471.990"],["11008.000","11449.475"],["11026.717","11372.507"],["10983.388","11317.969"],["10921.371","11292.822"],["10901.918","11488.128"],["10986.958","11438.287"],["11049.037","11432.827"],["10941.266","11344.608"],["10926.437","11327.207"],["10891.045","11426.969"],["10908.299","11480.646"],["10978.180","11436.653"],["11014.514","11415.536"],["11036.685","11403.721"],["10951.496","11341.949"],["10951.643","11288.744"],["10920.055","11300.568"],["10912.492","11459.935"],["10989.326","11450.128"],["11013.905","11450.565"],["11015.451","11384.877"],["10975.699","11325.544"],["10918.591","11284.911"],["10972.813","11444.628"],["10999.380","11477.473"],["11019.678","11440.342"],["11016.273","11376.949"],["10981.414","11338.712"],["10926.231","11279.727"],["10923.394","11286.629"],["5996.293","17752.008"],["6020.482","17676.669"],["6034.161","17767.698"],["5996.596","17773.602"],["6007.147","17758.924"],["6012.110","17712.028"],["6024.853","17714.914"],["6012.537","17674.693"],["6003.756","17826.962"],["6008.130","17696.586"],["6036.927","17773.123"],["6020.767","17771.085"],["6011.879","17759.030"],["6025.734","17761.308"],["6002.257","17780.170"],["6029.608","17768.730"],["6032.773","17759.491"],["6002.438","17759.063"],["6466.759","7564.776"],["4973.761","16362.186"],["4965.438","16377.407"],["4933.415","16362.207"],["4922.246","16363.563"],["4865.264","16355.849"],["4922.884","16379.610"],["4911.249","16412.918"],["4885.732","16397.018"],["4859.494","16417.558"],["4972.459","16468.502"],["4955.864","16479.290"],["4948.472","16429.529"],["4970.628","16431.206"],["4933.661","16458.571"],["4968.371","16509.044"],["4977.769","16562.873"],["4971.012","16525.938"],["4947.285","16508.753"],["4939.697","16502.498"],["4923.045","16515.306"],["4915.512","16523.827"],["4930.535","16560.382"],["4852.359","16477.856"],["4986.393","16475.649"],["4978.415","16361.707"],["4968.859","16395.161"],["4922.312","16369.063"],["4875.343","16357.328"],["4847.962","16363.066"],["4919.398","16381.707"],["4900.296","16402.992"],["4874.252","16402.071"],["4862.817","16427.550"],["4962.953","16475.653"],["4953.216","16460.132"],["4953.884","16443.963"],["4972.437","16439.035"],["4936.687","16459.710"],["4970.115","16513.256"],["4966.279","16561.447"],["4973.578","16543.378"],["4962.127","16560.123"],["4957.204","16554.062"],["4931.341","16509.451"],["4926.680","16496.495"],["4909.213","16503.480"],["4928.068","16558.962"],["4793.565","16392.519"],["4848.011","16476.554"],["4914.493","16557.834"],["4784.299","16434.108"],["4780.634","16493.062"],["4847.377","16469.790"],["4837.367","16430.270"],["4781.041","16384.776"],["4830.632","16485.363"],["4801.155","16461.557"],["4838.041","16383.813"],["4968.744","16373.730"],["4965.093","16375.293"],["4945.521","16360.390"],["4880.837","16362.745"],["4853.159","16378.392"],["4902.671","16378.569"],["4914.753","16394.999"],["4892.295","16412.839"],["4870.925","16420.844"],["4966.785","16471.474"],["4948.282","16474.814"],["4958.440","16453.575"],["4962.503","16427.854"],["4932.839","16470.297"],["4987.107","16510.090"],["4975.444","16517.137"],["4974.989","16558.827"],["4925.774","16563.000"],["4968.002","16527.259"],["4938.330","16544.623"],["4940.305","16516.189"],["4920.792","16499.600"],["4909.213","16507.790"],["2708.138","18258.633"],["2752.250","18354.956"],["2800.482","18350.524"],["2735.131","18353.799"],["2755.786","18317.378"],["2726.691","18317.494"],["2732.628","18370.018"],["2753.451","18363.511"],["2816.781","18370.358"],["2820.696","18358.633"],["2854.402","18352.731"],["2856.671","18317.521"],["2811.709","18367.810"],["2737.647","18301.644"],["2722.252","18308.795"],["2742.908","18266.676"],["2718.632","18300.764"],["2749.388","18360.571"],["2731.510","18320.918"],["2851.798","18328.509"],["2806.469","18330.441"],["2825.098","18362.327"],["2743.584","18318.027"],["2756.167","18331.586"],["2709.290","18300.004"],["2743.599","18373.123"],["2825.745","18349.913"],["2720.459","18352.147"],["2870.966","18262.733"],["2839.742","18354.709"],["2827.620","18296.823"],["11396.530","16520.637"],["11495.080","16385.644"],["11421.713","16353.420"],["11455.163","16363.173"],["11477.714","16519.262"],["11351.444","16488.520"],["11512.014","16442.789"],["16454.901","6833.008"],["16431.996","6849.456"],["16462.745","6845.553"],["16410.138","6848.846"],["7920.096","19412.905"],["7924.369","19361.021"],["7912.021","19320.416"],["7799.509","19359.341"],["7923.454","19409.930"],["7926.873","19439.889"],["7931.298","19464.728"],["7844.636","19448.762"],["7857.317","19444.468"],["7812.954","19497.016"],["7788.332","19479.163"],["7761.873","19447.367"],["7763.045","19402.103"],["7756.753","19392.938"],["7767.099","19376.109"],["7819.100","19393.328"],["7825.433","19385.401"],["7743.345","19435.620"],["7737.040","19500.648"],["7919.536","19519.966"],["7860.924","19463.634"],["7903.530","19361.781"],["7799.130","19343.784"],["7927.763","19401.260"],["7913.239","19445.620"],["7800.141","19489.089"],["7768.172","19436.401"],["7788.053","19382.384"],["7823.936","19361.702"],["7758.635","19436.344"],["7730.330","19491.334"],["7886.351","19486.458"],["7733.693","19407.238"],["7736.430","19351.629"],["7869.919","19340.608"],["7849.870","19387.830"],["7928.421","19404.612"],["7922.992","19449.369"],["7878.172","19441.380"],["7817.658","19492.606"],["7757.609","19359.990"],["7837.176","19385.946"],["7738.438","19468.037"],["7832.514","19522.024"],["7862.453","19498.316"],["7741.891","19349.102"],["6427.020","17185.547"],["6461.148","17096.467"],["6414.961","17102.267"],["6428.288","17102.869"],["6454.076","17172.087"],["6447.299","17114.188"],["6413.135","17102.730"],["6459.710","17145.548"],["6447.809","17126.129"],["6412.971","17168.807"],["6407.278","17109.249"],["6457.243","17136.349"],["6432.045","17136.369"],["6429.630","17156.798"],["6434.848","17190.386"],["6444.825","17149.148"],["6433.777","17122.202"],["6422.160","17129.681"],["6433.594","17155.064"],["6413.033","17166.798"],["6432.654","17135.808"],["6431.834","17167.897"],["6407.638","17155.980"],["6427.019","17194.895"],["9665.793","13151.290"],["9621.095","13116.813"],["9626.548","13065.957"],["9676.039","12994.692"],["9658.063","13126.814"],["9645.955","12987.535"],["9641.234","12985.884"],["9627.701","13174.114"],["9650.774","12978.914"],["9650.297","12980.549"],["9664.362","13151.951"],["9646.813","13160.027"],["9719.446","19179.046"],["9696.237","19245.446"],["9625.035","19245.130"],["9623.539","19216.423"],["9696.911","19209.889"],["9620.018","19253.156"],["9693.969","19187.948"],["9682.010","19247.726"],["9629.410","19231.736"],["9622.757","19309.404"],["9675.464","19223.347"],["9755.286","19227.898"],["9711.388","19236.569"],["9763.148","19267.998"],["9653.035","19202.100"],["9700.710","19192.876"],["9735.286","19227.667"],["22388.122","8069.596"],["20537.360","6310.042"],["20533.840","6386.244"],["20559.252","6387.862"],["20551.127","6380.612"],["20533.002","6245.402"],["20467.325","6218.930"],["20396.365","6334.739"],["20397.138","6404.682"],["20504.046","6347.357"],["20542.640","6402.379"],["20558.183","6349.563"],["20511.390","6276.070"],["20533.676","6361.108"],["20540.683","6353.279"],["20419.003","6223.191"],["20487.451","6401.874"],["20439.375","6412.642"],["20448.372","6295.037"],["20368.117","6235.922"],["20528.296","6232.142"],["20561.275","6377.342"],["20566.044","6287.020"],["20530.650","6351.628"],["20459.984","6288.249"],["20432.599","6372.923"],["20429.885","6369.999"],["20378.289","6273.170"],["14529.210","14524.987"],["14618.952","14660.632"],["14667.879","14596.847"],["14562.532","14529.380"],["12617.179","18294.294"],["12631.147","18308.091"],["12678.830","18369.306"],["12686.701","18357.382"],["12689.329","18465.257"],["12606.827","18416.316"],["12606.662","18442.533"],["12707.511","18294.003"],["12698.808","18339.015"],["12673.501","18396.639"],["12639.117","18274.640"],["12686.586","18405.045"],["12679.033","18449.716"],["12624.952","18442.741"],["12725.768","18275.770"],["12666.374","18301.426"],["12579.252","18308.977"],["12624.735","18358.109"],["12673.090","18369.025"],["12725.357","18330.667"],["12683.026","18255.226"],["12756.114","18286.281"],["12695.992","18332.113"],["12693.708","18397.844"],["12736.948","18388.364"],["12678.144","18406.875"],["12684.756","18449.320"],["12663.061","18399.636"],["12658.258","18423.831"],["12596.694","18465.125"],["12748.942","18310.815"],["12630.078","18281.567"],["12697.377","18337.000"],["12645.140","18321.641"],["12578.873","18297.730"],["12583.183","18290.050"],["12674.850","18405.062"],["12593.981","18441.112"],["12685.735","18269.659"],["12747.540","18361.577"],["12760.014","18419.788"],["12685.283","18464.778"],["12669.164","18458.419"],["12639.245","18398.711"],["12639.410","18395.969"],["12746.719","18259.078"],["12692.973","18337.703"],["12687.821","18349.651"],["12660.815","18334.275"],["12581.324","18277.730"],["12671.462","18391.998"],["12715.858","18406.545"],["12691.269","18459.394"],["12766.820","18365.070"],["12583.060","18461.822"],["12674.923","18272.113"],["12748.268","18266.587"],["12694.355","18295.292"],["12707.162","18379.843"],["12694.234","18348.398"],["12644.327","18441.486"],["12613.999","18439.157"],["12689.746","18320.749"],["12667.640","18340.848"],["12597.179","18289.356"],["12773.843","18325.929"],["12602.139","18437.743"],["12699.452","18288.965"],["12638.295","18284.037"],["12718.580","18315.043"],["12732.820","18382.650"],["12743.050","18397.134"],["12658.028","18403.121"],["12634.097","18419.785"],["12671.670","18284.894"],["12638.775","18297.033"],["15519.766","14375.243"],["15667.348","14301.141"],["15717.596","14279.580"],["15620.526","14369.032"],["15610.273","14324.586"],["15708.353","14303.791"],["15528.115","14394.290"],["23085.433","7594.978"],["23080.626","7624.417"],["7302.164","8946.206"],["2742.699","11108.738"],["2720.749","11094.215"],["2697.922","11174.222"],["2780.153","11083.161"],["2775.865","11142.689"],["2775.829","11110.494"],["2801.556","11117.452"],["2685.686","11125.742"],["2691.492","11130.168"],["4598.223","18989.178"],["4596.381","19008.187"],["4595.608","18983.365"],["4570.035","19018.860"],["4595.792","19013.906"],["4601.545","19003.332"],["4579.624","19036.350"],["4570.660","19019.571"],["12155.991","16252.312"],["2786.583","17347.900"],["2845.481","17294.304"],["2811.141","17198.885"],["2834.315","17206.956"],["2828.135","17338.261"],["2830.931","17393.758"],["2776.468","17207.787"],["2750.492","17273.857"],["2792.499","17308.491"],["2790.529","17315.377"],["2810.284","17341.128"],["2812.126","17318.998"],["2823.129","17250.736"],["2822.307","17270.869"],["2855.648","17234.112"],["2831.157","17211.750"],["2840.619","17364.289"],["2850.619","17352.200"],["2872.113","17403.757"],["2754.904","17394.511"],["2871.428","17363.392"],["2753.557","17242.585"],["2755.119","17260.702"],["2769.752","17240.645"],["2739.752","17249.051"],["2799.621","17279.821"],["2786.890","17311.464"],["2774.164","17322.760"],["2817.158","17339.556"],["2819.856","17369.089"],["2817.027","17364.217"],["2809.576","17277.590"],["2829.708","17296.715"],["2869.134","17217.977"],["2831.273","17211.288"],["2867.523","17209.087"],["2846.129","17365.164"],["2844.944","17369.277"],["2857.921","17404.922"],["2765.348","17369.309"],["2744.279","17363.644"],["2686.959","17245.404"],["2738.310","17243.163"],["2735.021","17204.699"],["2753.288","17287.713"],["2737.055","17229.546"],["2809.045","17318.681"],["2782.203","17311.613"],["2774.707","17344.791"],["2762.585","17348.672"],["2802.866","17319.708"],["2826.073","17308.672"],["2836.404","17213.815"],["2878.888","17230.738"],["2875.142","17380.524"],["2861.326","17387.185"],["2773.260","17403.215"],["2758.458","17253.749"],["2769.983","17228.341"],["2793.354","17294.932"],["2767.075","17304.378"],["2816.111","17303.167"],["2794.685","17380.668"],["7694.801","18245.464"],["7659.637","18236.959"],["7708.071","18216.356"],["7575.736","18217.527"],["7548.696","18211.631"],["7569.604","18254.328"],["7572.943","18252.677"],["7527.352","18228.476"],["7534.622","18227.980"],["7610.196","18191.041"],["7622.302","18207.028"],["7599.193","18250.870"],["7593.700","18250.540"],["7612.949","18246.350"],["7667.411","18227.552"],["7672.822","18236.107"],["7558.504","18253.249"],["7533.529","18209.039"],["7604.029","18207.986"],["7607.450","18220.598"],["7690.042","18240.450"],["7574.020","18244.939"],["7575.374","18225.290"],["7561.415","18238.336"],["7590.706","18215.583"],["7603.618","18246.213"],["7652.855","18207.799"],["17533.304","18020.213"],["17557.735","17975.458"],["3564.245","19351.445"],["3596.449","19404.959"],["3579.266","19401.021"],["3542.489","19394.014"],["3690.612","19354.882"],["3691.360","19464.508"],["3561.120","19331.709"],["3600.298","19313.328"],["3647.634","19416.222"],["3645.693","19391.978"],["3569.266","19419.667"],["3574.068","19373.771"],["3527.900","19357.961"],["3540.219","19341.611"],["3702.306","19359.672"],["3672.981","19352.289"],["3707.495","19399.153"],["3705.225","19482.014"],["3688.498","19484.161"],["3595.636","19493.897"],["3636.260","19514.656"],["3518.983","19319.259"],["3624.147","19316.086"],["3568.867","19314.038"],["3628.440","19381.920"],["3604.657","19388.675"],["3590.927","19371.211"],["3547.769","19379.238"],["3527.226","19381.446"],["3701.484","19358.450"],["3677.997","19340.002"],["3703.811","19399.549"],["3703.214","19450.362"],["3720.204","19480.832"],["3713.334","19459.108"],["3661.459","19459.174"],["3605.142","19520.221"],["3518.961","19513.873"],["3669.523","19519.120"],["3555.612","19315.163"],["3627.683","19352.733"],["3592.519","19397.494"],["3567.275","19428.338"],["3514.528","19352.445"],["3694.896","19370.697"],["3688.728","19441.601"],["3610.077","19497.167"],["3524.865","19511.875"],["3515.924","19497.112"],["6273.213","7455.719"],["6394.075","7442.650"],["6336.198","7451.469"],["6260.827","7451.421"],["6423.807","7407.575"],["6383.829","7432.245"],["6378.188","7437.878"],["6285.335","7470.933"],["6374.980","7432.080"],["6336.558","7445.720"],["6436.357","7444.180"],["6323.310","7461.235"],["6420.258","7454.448"],["6451.147","7298.701"],["7283.199","12845.831"],["7283.248","12830.092"],["7268.186","12837.071"],["7290.850","12807.889"],["7242.009","12808.012"],["7223.567","12791.147"],["7175.006","12835.443"],["7159.480","12835.922"],["7100.380","12801.601"],["7128.356","12864.177"],["7160.017","12885.466"],["7162.830","12903.100"],["7157.913","12914.661"],["7174.269","12962.296"],["7119.850","12937.239"],["7128.353","12948.172"],["7285.962","12879.472"],["7280.011","12821.283"],["7283.482","12810.383"],["7284.862","12805.283"],["7221.412","12764.772"],["7230.935","12764.838"],["7150.269","12842.726"],["7149.496","12806.756"],["7128.224","12890.982"],["7132.649","12874.995"],["7155.791","12914.462"],["7152.880","12924.190"],["7164.384","12961.189"],["7111.610","12939.238"],["7117.151","12961.656"],["7296.324","12879.770"],["7295.158","12815.060"],["7253.419","12759.669"],["7171.552","12839.555"],["7143.619","12869.000"],["7145.610","12909.624"],["7166.029","12946.094"],["7107.350","12934.415"],["7301.698","12885.149"],["7158.955","12831.249"],["7119.218","12876.633"],["7131.537","12960.143"],["7236.589","12954.678"],["7244.590","12964.050"],["7138.454","12871.182"],["7180.116","12851.314"],["7127.254","12851.165"],["7201.523","12965.578"],["7259.919","12965.354"],["7248.570","12966.461"],["15268.568","8396.499"],["15253.601","8469.915"],["15267.051","8518.351"],["15193.194","8464.106"],["15168.252","8444.803"],["15195.509","8420.330"],["15219.106","8382.397"],["15292.121","8444.860"],["15240.871","8442.676"],["15246.759","8467.751"],["15261.426","8503.801"],["15180.497","8472.132"],["15155.801","8439.551"],["15209.966","8423.501"],["15219.041","8384.957"],["15285.115","8412.490"],["15191.182","8406.469"],["15287.631","8412.734"],["15232.713","8503.523"],["15235.488","8494.668"],["15179.313","8489.060"],["15176.887","8409.345"],["15209.160","8431.941"],["15218.218","8387.253"],["15278.820","8440.659"],["15151.725","8460.458"],["15247.384","8434.534"],["15260.558","8471.599"],["15190.212","8440.838"],["15242.450","8390.719"],["15279.357","8481.789"],["9641.317","19116.083"],["9722.374","19166.759"],["9638.144","19184.731"],["9659.771","19119.585"],["9636.210","19189.138"],["9716.515","19149.485"],["9703.605","19179.317"],["9691.440","19183.091"],["9693.726","19183.966"],["9715.422","19114.650"],["9710.406","19103.518"],["9642.506","19178.182"],["9624.052","19144.689"],["9647.048","19195.018"],["9705.190","19171.349"],["9675.061","19105.368"],["9636.980","19167.117"],["15549.934","12581.720"],["15532.909","12630.792"],["15650.453","12701.309"],["15662.930","12746.189"],["15661.716","12757.815"],["15575.279","12636.731"],["15541.098","12753.904"],["15584.735","12750.933"],["15652.071","12632.921"],["15564.851","12596.681"],["15558.667","12610.802"],["7727.682","9026.216"],["7776.347","9005.717"],["7789.895","9023.827"],["7866.965","8970.852"],["7804.626","8986.051"],["7762.761","9046.343"],["7752.015","8999.746"],["7766.670","8980.869"],["7794.809","8971.879"],["7788.454","8993.938"],["7774.548","8983.049"],["7800.302","8978.468"],["7751.045","9023.412"],["19071.557","17484.775"],["19058.794","17458.351"],["18958.033","17435.865"],["28176.313","11363.303"],["28174.998","11371.570"],["28149.051","11373.506"],["28149.958","11365.898"],["14697.776","16437.542"],["12903.874","14080.459"],["12936.868","14155.877"],["12795.266","14064.842"],["12851.449","14038.987"],["12840.014","14030.623"],["12946.835","14118.173"],["12918.368","14028.939"],["12793.025","14131.850"],["12788.342","14121.786"],["12873.709","14066.949"],["12785.973","14087.286"],["12925.141","14176.637"],["12978.617","14199.011"],["12862.558","14059.204"],["12913.463","14077.205"],["16181.146","7807.310"],["16181.378","7695.093"],["16169.705","7713.940"],["16149.774","7734.212"],["16209.403","7772.078"],["16236.597","7690.735"],["16236.673","7721.341"],["16240.216","7716.255"],["16167.638","7754.441"],["16218.757","7843.017"],["16173.631","7698.314"],["16159.573","7716.318"],["16202.907","7774.126"],["16234.558","7698.282"],["16208.369","7690.205"],["16243.586","7727.143"],["16228.726","7767.121"],["16176.191","7753.218"],["16222.474","7842.489"],["15503.617","16276.047"],["15463.178","16292.588"],["15444.730","16327.307"],["15506.058","16269.638"],["15307.022","16228.622"],["15464.027","16309.812"],["15463.736","16306.121"],["15465.269","16258.355"],["15460.088","16337.180"],["15457.998","16277.701"],["15463.387","16311.880"],["14123.387","8983.689"],["14113.136","9110.846"],["14107.318","9088.386"],["14147.951","9067.769"],["14200.846","9110.087"],["14243.550","8981.207"],["14124.308","8961.955"],["14114.995","9114.794"],["14104.094","9057.849"],["14153.889","9102.022"],["14135.040","9153.173"],["14188.560","9136.528"],["14223.791","8967.731"],["14086.143","8959.096"],["14135.657","8959.907"],["14105.455","9107.709"],["14159.365","9092.410"],["14155.073","9164.502"],["14222.178","9120.525"],["14104.801","9089.245"],["14142.614","8965.258"],["14116.015","9101.763"],["14096.841","9071.673"],["14101.834","8978.452"],["14138.289","8973.301"],["14108.317","9115.818"],["14244.735","8956.137"],["14096.669","8970.756"],["7446.201","8115.951"],["7465.851","8123.185"],["14996.014","13968.512"],["15028.327","13827.762"],["15042.697","13869.025"],["14987.357","13962.900"],["15038.559","13982.371"],["15075.082","13866.151"],["15023.843","13938.586"],["12605.272","15609.295"],["12651.508","15701.706"],["12671.732","15596.738"],["12670.796","15657.669"],["12590.230","15563.653"],["12748.441","15666.990"],["12737.639","15686.550"],["12774.067","15596.612"],["19133.874","16497.275"],["4527.374","8994.900"],["4476.655","9070.178"],["4416.759","9046.181"],["4503.718","9020.958"],["4565.630","9163.010"],["4527.942","9164.555"],["4423.029","9161.753"],["4555.415","8955.934"],["4436.523","9072.675"],["4404.355","9135.136"],["4469.975","9152.396"],["4529.467","9103.476"],["4429.693","9118.576"],["4475.722","9088.820"],["4544.148","9138.454"],["4550.155","9004.694"],["4532.828","9018.837"],["4431.802","9079.625"],["4452.738","9129.522"],["4494.994","9102.883"],["4560.732","8953.912"],["4560.618","9017.780"],["4562.248","9160.428"],["4458.068","9102.366"],["4397.922","9158.991"],["4547.686","9033.559"],["4510.740","9140.413"],["4515.373","9067.639"],["5480.725","7257.184"],["5485.462","7261.379"],["5430.497","7246.547"],["14689.940","17175.715"],["14874.481","17091.565"],["14868.854","16988.369"],["14788.460","16999.558"],["14682.959","17061.596"],["14692.198","17102.041"],["14749.221","17157.110"],["14763.009","17101.796"],["14764.149","17165.886"],["14834.061","17155.243"],["14707.360","17103.009"],["14720.095","17031.565"],["14711.976","17050.204"],["14765.535","17018.173"],["14768.563","17167.428"],["14882.035","17016.011"],["14715.833","17146.821"],["14725.337","17020.822"],["14677.729","17073.917"],["14878.597","17037.988"],["14702.322","17076.562"],["14760.859","17166.282"],["14783.258","17114.372"],["14774.799","17125.982"],["14685.685","17103.924"],["14763.354","17107.329"],["14916.987","17064.400"],["14800.245","17167.068"],["14803.006","17016.516"],["14731.658","17031.532"],["14705.255","17105.023"],["14800.824","17046.720"],["14897.412","17078.559"],["2226.762","11579.200"],["2243.213","11564.305"],["2228.239","11548.779"],["3638.867","18675.144"],["3716.565","18625.487"],["3694.894","18578.145"],["3703.824","18595.002"],["3645.334","18641.491"],["3713.539","18645.734"],["3707.328","18588.203"],["3685.123","18566.926"],["3714.860","18588.776"],["3717.653","18664.018"],["3696.682","18651.978"],["3702.278","18577.931"],["3666.999","18579.533"],["3704.268","18551.418"],["3703.758","18552.409"],["3638.028","18651.940"],["3644.182","18658.336"],["3686.456","18569.789"],["3769.361","16374.446"],["3768.980","16387.939"],["3849.542","16436.234"],["3793.844","16478.490"],["3784.575","16524.697"],["3775.274","16520.006"],["3849.190","16355.613"],["3779.640","16412.926"],["3806.614","16366.799"],["3779.688","16418.790"],["3764.901","16415.322"],["3889.015","16422.922"],["3850.594","16441.436"],["3799.567","16424.551"],["3788.745","16459.547"],["3823.153","16537.677"],["3778.778","16563.506"],["3764.444","16530.593"],["3772.026","16546.464"],["3781.705","16557.083"],["3798.629","16563.144"],["3763.209","16364.751"],["3794.887","16384.867"],["3790.543","16406.222"],["3785.345","16417.039"],["3933.555","16540.455"],["3847.140","16399.603"],["3835.841","16399.702"],["3852.166","16469.142"],["3793.992","16460.472"],["3759.749","16546.545"],["3766.286","16530.296"],["3768.325","16540.899"],["3761.540","16550.312"],["3794.468","16555.993"],["3826.499","16401.898"],["3934.337","16460.822"],["3821.663","16539.989"],["3810.023","16514.328"],["3768.263","16548.680"],["3748.468","16452.476"],["3778.452","16435.597"],["3747.370","16395.839"],["3793.521","16392.553"],["3794.926","16353.902"],["3734.387","16361.051"],["20592.811","7426.235"],["20589.292","7455.549"],["20636.413","7275.381"],["20693.104","7385.481"],["20707.397","7447.496"],["20726.943","7405.169"],["20594.454","7307.137"],["20586.181","7316.270"],["20605.739","7286.876"],["20576.496","7428.068"],["20610.131","7407.308"],["20608.617","7407.556"],["20680.259","7437.438"],["20699.782","7447.661"],["20694.805","7367.300"],["20743.818","7381.470"],["20708.647","7416.579"],["20705.358","7393.111"],["20574.506","7449.818"],["20623.155","7309.763"],["20615.096","7411.662"],["20628.023","7367.120"],["20622.826","7328.458"],["20614.471","7324.280"],["20757.469","7418.117"],["20754.097","7421.404"],["12636.353","13819.759"],["12630.747","13847.140"],["12581.559","13881.942"],["17327.039","15427.303"],["17348.093","15444.114"],["17378.948","15378.830"],["17363.191","15428.110"],["17364.095","15395.872"],["17395.162","15501.710"],["17307.359","15501.274"],["17327.419","15427.071"],["17365.264","15487.054"],["17358.191","15408.490"],["17310.299","15411.036"],["17389.069","15312.979"],["17331.833","15462.562"],["17328.955","15467.434"],["17330.166","15404.654"],["17321.595","15439.673"],["17377.616","15449.515"],["17387.764","15339.127"],["17335.477","15404.906"],["17377.467","15479.168"],["11805.466","17431.713"],["11772.928","17471.641"],["11799.871","17433.262"],["11832.771","17425.956"],["11790.509","17457.446"],["11785.411","17419.918"],["11788.985","17413.277"],["11820.395","17416.074"],["11815.648","17420.221"],["11795.010","17449.163"],["11773.010","17468.156"],["11834.547","17434.246"],["11777.236","17478.223"],["11791.841","17426.970"],["11800.071","17421.171"],["11735.556","17418.039"],["11736.057","17445.744"],["11792.839","17447.263"],["11798.959","17469.087"],["11823.083","17419.102"],["11781.989","17457.265"],["11795.663","17416.085"],["11733.714","17434.620"],["11730.612","17419.576"],["11814.824","17434.422"],["11801.178","17450.599"],["11807.199","17454.554"],["11817.442","17425.047"],["11777.186","17480.303"],["11806.085","17425.004"],["11801.037","17417.345"],["11726.378","17447.948"],["11813.362","17424.019"],["11804.944","17459.105"],["11798.087","17476.288"],["11783.158","17483.829"],["11838.017","17425.130"],["11783.272","17466.348"],["11790.920","17436.004"],["11800.367","17423.401"],["7724.048","13050.260"],["7612.730","13178.283"],["7624.591","13177.104"],["7545.268","13157.780"],["7529.997","13174.108"],["7637.978","13052.539"],["7642.151","13066.797"],["7618.468","13075.141"],["7595.946","13064.111"],["7579.603","13100.073"],["7617.182","13126.259"],["7649.067","13125.754"],["7667.627","13097.990"],["7717.198","12997.083"],["7675.587","12973.432"],["7619.500","13049.892"],["7626.466","13175.205"],["7559.347","13170.776"],["7549.405","13161.226"],["7545.638","13160.995"],["7539.438","13166.312"],["7634.886","13049.071"],["7643.828","13074.344"],["7614.044","13075.306"],["7583.824","13073.690"],["7581.593","13105.391"],["7599.419","13124.955"],["7661.008","13116.126"],["7669.749","13111.714"],["7724.728","13062.906"],["7717.148","13000.353"],["7684.600","12991.335"],["7619.895","13062.939"],["7612.136","13095.455"],["7602.837","13064.623"],["7575.474","13107.587"],["7605.998","13121.486"],["7646.748","13103.574"],["7655.851","13093.267"],["7710.800","12996.489"],["7678.219","12994.308"],["10963.929","11272.146"],["10933.106","11260.090"],["10945.310","11270.644"],["5613.086","19103.083"],["19164.389","18086.865"],["6671.842","8089.189"],["6666.891","8101.790"],["6606.812","8093.025"],["6619.704","8093.696"],["6585.877","8099.561"],["6701.332","17824.884"],["6711.000","17792.619"],["6707.787","17810.110"],["6756.958","17806.222"],["6724.750","17781.653"],["6700.518","17815.593"],["6741.942","17804.455"],["6708.582","17789.828"],["6696.981","17805.585"],["6738.307","17814.182"],["6721.436","17819.301"],["6739.197","17826.723"],["6686.015","17823.042"],["6678.235","17823.257"],["10953.300","15528.265"],["10937.147","15534.154"],["10930.009","15519.340"],["10949.402","15518.307"],["10996.751","15515.397"],["11047.884","15641.264"],["11048.769","15601.561"],["11054.579","15580.755"],["11086.473","15687.076"],["11009.984","15636.721"],["10897.235","15692.973"],["10960.192","15676.740"],["10991.583","15702.055"],["10882.930","15709.967"],["6880.653","12443.575"],["6705.753","12484.570"],["6733.734","12464.411"],["6754.804","12521.287"],["6751.451","12496.602"],["6857.722","12443.598"],["6873.103","12420.448"],["6847.474","12447.931"],["6866.546","12457.427"],["6868.398","12465.521"],["6878.506","12477.588"],["6707.711","12485.891"],["6737.181","12474.251"],["6744.352","12523.852"],["6713.924","12521.875"],["6757.767","12495.528"],["6851.240","12444.687"],["6856.407","12421.081"],["6848.553","12439.900"],["6863.920","12463.363"],["6867.148","12471.566"],["6873.553","12469.390"],["6699.224","12464.950"],["6722.994","12458.713"],["6704.331","12520.403"],["6761.994","12502.734"],["6862.147","12426.202"],["6859.039","12421.213"],["6851.554","12447.403"],["6859.923","12462.471"],["6863.917","12472.537"],["6881.243","12466.863"],["6863.960","12412.914"],["6737.198","12444.601"],["8774.960","13290.570"],["8756.217","13306.465"],["8766.112","13277.265"],["8648.990","13190.736"],["8679.006","13225.055"],["8677.176","13205.957"],["8658.396","13217.401"],["8734.335","13205.955"],["8748.787","13225.687"],["8771.706","13202.682"],["8745.024","13265.755"],["8740.451","13312.028"],["8777.062","13315.523"],["8697.267","13365.232"],["8691.468","13356.767"],["8655.434","13345.434"],["8763.628","13188.523"],["8637.489","13186.519"],["8695.336","13279.271"],["8687.605","13266.818"],["8665.343","13347.262"],["8655.590","13329.607"],["8671.439","13380.370"],["8672.310","13375.283"],["8747.849","13346.263"],["8759.148","13361.738"],["8723.518","13214.107"],["8723.486","13222.960"],["8644.643","13214.254"],["8735.970","13202.389"],["8633.529","13198.796"],["8639.085","13188.352"],["8680.977","13261.880"],["8694.546","13282.194"],["8668.468","13342.935"],["8661.922","13333.654"],["8681.258","13377.232"],["8676.455","13373.285"],["8751.056","13347.617"],["8721.693","13230.012"],["8709.209","13223.323"],["8762.658","13326.764"],["8655.257","13388.012"],["8677.866","13260.174"],["7954.505","8972.271"],["7960.998","9110.222"],["7973.448","9144.673"],["27080.331","16590.720"],["27050.252","16627.936"],["26979.021","16670.128"],["27030.376","16710.214"],["11515.834","17196.033"],["11642.857","17138.313"],["11677.353","17117.111"],["11618.504","17184.494"],["11689.715","17124.141"],["11695.207","17066.405"],["11579.806","17154.823"],["11670.095","17169.443"],["11579.164","17126.456"],["11631.936","17141.385"],["11686.967","17077.866"],["11689.870","17165.451"],["11659.206","17092.122"],["11622.068","17169.794"],["11700.404","17081.434"],["11587.713","17129.675"],["11667.153","17196.353"],["11654.880","17144.358"],["11674.798","17142.440"],["11718.111","17186.709"],["11619.162","17188.755"],["11685.413","17179.605"],["11688.054","17151.870"],["11661.366","17108.605"],["11638.513","17071.632"],["11629.341","17023.651"],["11546.061","17076.581"],["11609.596","17032.171"],["11576.402","17067.337"],["11587.968","17082.202"],["11520.539","17173.709"],["11525.522","17165.914"],["11546.653","17162.911"],["11556.829","17119.489"],["11702.255","17115.377"],["11722.429","17166.684"],["11697.509","17056.413"],["11591.088","17132.177"],["11707.313","17045.555"],["11672.485","17061.624"],["11554.533","17026.688"],["11566.184","17078.479"],["11685.462","17112.090"],["11532.133","17188.120"],["11711.459","17142.093"],["11693.069","17074.745"],["11626.153","17192.701"],["11576.406","17135.153"],["10276.549","9959.867"],["4611.106","10549.284"],["4576.886","10512.512"],["4698.828","10576.962"],["4647.039","10503.897"],["4665.722","10517.192"],["4698.578","10560.844"],["4668.265","10544.988"],["4692.616","10556.977"],["4643.803","10601.546"],["4587.802","10445.403"],["4604.008","10527.822"],["4718.861","10581.702"],["4701.523","10576.041"],["4648.003","10532.357"],["4702.977","10561.672"],["4662.541","10549.298"],["4677.402","10558.678"],["4629.444","10597.153"],["4594.973","10453.760"],["4589.518","10534.907"],["4677.459","10562.576"],["4690.867","10516.343"],["4620.513","10595.254"],["4569.842","10447.538"],["4657.248","10592.151"],["4623.384","10442.541"],["4655.058","10516.909"],["4596.150","10493.394"],["4621.254","10577.417"],["4598.300","10628.881"],["4633.145","10597.747"],["4618.427","10448.954"],["4598.281","10577.834"],["4612.482","10463.220"],["4644.238","10600.425"],["4591.340","10576.678"],["4613.403","10520.925"],["18037.713","15825.182"],["18029.275","15818.080"],["17949.851","15848.881"],["18002.713","15839.451"],["17197.010","16650.172"],["17000.791","16657.539"],["17173.556","16680.598"],["17119.828","16684.141"],["17129.258","16728.653"],["17136.932","16759.744"],["16298.969","17525.061"],["16194.326","17452.880"],["16180.345","17530.430"],["16215.181","17455.897"],["16217.908","17436.700"],["16247.135","17543.823"],["16224.859","17429.691"],["16216.796","17450.677"],["16216.069","17550.794"],["16234.136","17446.957"],["16253.253","17545.507"],["16346.532","17506.431"],["16300.841","17557.661"],["16257.339","17472.789"],["16279.893","17496.920"],["16258.124","17443.669"],["16161.023","17455.595"],["16223.136","17427.796"],["16348.861","17505.399"],["6203.564","11590.156"],["6226.410","11516.887"],["6177.590","11517.858"],["6215.881","11577.908"],["6227.365","11550.417"],["6245.208","11558.204"],["6234.179","11654.155"],["6248.279","11649.100"],["6243.481","11660.146"],["6196.047","11577.885"],["6162.983","11560.060"],["6212.491","11540.903"],["6185.820","11556.717"],["6188.544","11522.036"],["6228.497","11586.645"],["6233.467","11569.740"],["6240.483","11634.682"],["6207.380","11574.350"],["6194.102","11564.981"],["6209.020","11561.887"],["6190.452","11546.413"],["6233.628","11582.252"],["6235.638","11564.075"],["6244.189","11515.830"],["6244.930","11566.276"],["6235.664","11628.043"],["6199.620","11553.744"],["6201.064","11589.809"],["6215.125","11602.120"],["6214.416","11546.436"],["6179.235","11544.117"],["6217.365","11561.201"],["6232.527","11530.623"],["6251.098","11552.320"],["6237.007","11680.743"],["6214.928","11571.113"],["6227.000","11569.139"],["6217.195","11535.981"],["6185.582","11563.627"],["6173.061","11595.534"],["6168.675","11544.431"],["6242.675","11522.878"],["6248.192","11651.826"],["7275.470","14852.494"],["5247.664","7766.347"],["5329.122","7858.647"],["5366.994","7847.947"],["5218.299","7834.970"],["5228.792","7813.998"],["5349.919","7792.725"],["5376.457","7827.229"],["5401.858","7893.403"],["5266.807","7820.546"],["5384.142","7799.488"],["5218.820","7735.250"],["5263.046","7794.471"],["5342.905","7846.734"],["5382.695","7787.646"],["5320.176","7777.692"],["5333.267","7855.770"],["5397.412","7859.100"],["5375.041","7860.893"],["5212.521","7793.232"],["5235.732","7760.092"],["5280.525","7868.758"],["5357.080","7863.123"],["5260.906","7888.795"],["5339.718","7884.452"],["5214.492","7881.797"],["5306.185","7863.262"],["19103.440","17542.354"],["19094.506","17583.665"],["19113.552","17587.959"],["19104.292","17561.387"],["19267.345","17606.427"],["19257.361","17603.438"],["19228.541","17605.977"],["19212.012","17588.587"],["19140.391","17571.697"],["19165.720","17588.097"],["19116.019","17554.248"],["19104.752","17564.190"],["19242.547","17597.298"],["19101.183","17580.544"],["19094.061","17567.167"],["19100.460","17557.423"],["19249.335","17607.369"],["19260.848","17610.820"],["19207.439","17570.090"],["19237.390","17606.010"],["19147.102","17588.394"],["19145.161","17578.634"],["19119.670","17558.906"],["19114.407","17553.951"],["19114.111","17591.113"],["19103.091","17557.225"],["19244.187","17609.598"],["19242.226","17601.287"],["19126.608","17563.076"],["19103.486","17578.909"],["19098.272","17557.522"],["19246.736","17604.099"],["19231.568","17590.288"],["19125.391","17577.544"],["19114.884","17544.504"],["7302.502","17873.420"],["7293.427","17873.283"],["7278.251","17839.541"],["7201.330","17902.528"],["7157.673","17862.238"],["7136.015","17867.854"],["7115.548","17849.457"],["7117.253","17861.013"],["5836.578","18687.787"],["5836.578","18689.834"],["5837.728","18688.015"],["5836.871","18686.609"],["5834.586","18687.559"],["6020.703","18678.789"],["5979.771","18701.601"],["5971.569","18689.838"],["6023.704","18775.920"],["5971.759","18699.250"],["5864.420","18782.562"],["5844.963","18724.461"],["5867.907","18817.128"],["5911.694","18684.764"],["5890.888","18700.602"],["5946.760","18697.927"],["5911.826","18773.055"],["5892.681","18705.953"],["6032.404","18838.995"],["6016.623","18860.075"],["5857.297","18817.879"],["9735.631","13205.896"],["9829.710","13302.616"],["9803.838","13232.106"],["14793.703","12112.481"],["14682.350","12116.123"],["14766.631","12106.701"],["14695.268","12045.765"],["14699.482","11991.687"],["14832.236","11969.229"],["14683.379","12024.068"],["14680.996","12046.749"],["14702.936","11971.505"],["14705.140","11955.981"],["14845.426","11954.481"],["14846.298","11970.105"],["14810.442","12123.219"],["14694.482","11978.112"],["14724.959","11972.298"],["14837.104","11970.039"],["14836.495","11959.007"],["7564.599","13193.221"],["7566.707","13208.263"],["7568.037","13197.003"],["22471.560","7016.290"],["22498.976","6897.157"],["22563.114","6855.040"],["22536.637","6929.217"],["22572.104","6970.587"],["22629.846","7015.044"],["22497.756","6906.385"],["7521.950","8956.693"],["7578.730","9010.962"],["7611.248","8989.666"],["8216.398","17054.576"],["8249.756","17049.335"],["8252.326","17097.437"],["8242.900","17047.020"],["8260.909","17060.301"],["8228.060","17044.853"],["8270.071","17101.340"],["18521.662","12928.117"],["18495.368","12903.552"],["18538.616","12898.385"],["18668.598","12791.914"],["18653.093","12850.275"],["18662.826","12833.505"],["18640.645","12770.948"],["18633.891","12880.846"],["18548.465","12899.790"],["18534.864","12943.352"],["18592.347","12901.447"],["18584.145","12938.003"],["18581.754","12930.687"],["18659.416","12852.863"],["18611.231","12778.358"],["18646.246","12774.561"],["18554.455","12889.566"],["18628.428","12874.307"],["18632.215","12791.203"],["12995.498","12558.540"],["13097.295","12558.178"],["13188.367","12559.295"],["13193.896","12605.618"],["13029.462","12587.326"],["13139.978","12685.615"],["13117.650","12670.674"],["13109.518","12583.098"],["13049.720","12576.171"],["13175.665","12713.619"],["13048.783","12640.352"],["13129.484","12672.997"],["13023.503","12589.878"],["13172.359","12691.224"],["13090.015","12653.691"],["13116.133","12675.853"],["13078.325","12662.565"],["13193.273","12592.609"],["13162.905","12684.971"],["13182.672","12733.817"],["13171.491","12683.319"],["13074.591","12662.449"],["13069.934","12608.032"],["12999.375","12625.535"],["13183.083","12733.933"],["8938.232","11638.505"],["8886.902","11685.236"],["8834.801","11573.749"],["8923.676","11654.271"],["8898.051","11683.817"],["8920.540","11695.898"],["8923.484","11700.406"],["8942.428","11672.944"],["8924.323","11684.836"],["8936.245","11623.420"],["8940.612","11609.310"],["8954.470","11608.600"],["8924.888","11591.697"],["8837.921","11658.822"],["8836.146","11618.572"],["8822.634","11626.782"],["8851.416","11593.021"],["8816.174","11572.141"],["8824.702","11588.557"],["8839.943","11559.498"],["8820.123","11633.537"],["8809.492","11624.092"],["8826.961","11680.920"],["8880.492","11677.074"],["8868.495","11637.221"],["8898.279","11647.846"],["8917.689","11677.640"],["8935.077","11669.538"],["8932.220","11688.151"],["8930.603","11614.683"],["8941.763","11598.377"],["8955.243","11613.522"],["8935.367","11608.565"],["8914.230","11604.513"],["8848.283","11640.457"],["8843.860","11627.507"],["8823.390","11637.137"],["8828.593","11611.048"],["8820.088","11584.115"],["8850.466","11603.328"],["8825.535","11551.703"],["8820.407","11644.185"],["8803.340","11622.275"],["8834.692","11680.655"],["8919.789","11610.633"],["8893.181","11673.644"],["8913.153","11695.556"],["8935.552","11678.296"],["8934.647","11659.634"],["8938.037","11621.471"],["8938.786","11596.345"],["8936.657","11606.899"],["8937.489","11608.730"],["8930.513","11581.920"],["8849.483","11656.890"],["8840.768","11622.222"],["8830.611","11618.904"],["8851.502","11588.832"],["8818.147","11592.224"],["8829.610","11592.533"],["8818.134","11571.984"],["8780.025","11694.481"],["8778.685","11696.385"],["8810.831","11632.761"],["8810.742","11614.100"],["8838.277","11681.845"],["8823.003","11564.896"],["8829.748","11562.764"],["8830.207","11600.164"],["8829.572","11605.655"],["8832.876","11604.819"],["8859.986","11641.116"],["8858.194","11631.196"],["8854.724","11590.005"],["8860.307","11585.705"],["8860.590","11593.176"],["8867.860","11567.367"],["8887.560","11580.453"],["8880.079","11639.501"],["8866.036","11555.067"],["8830.909","11567.756"],["8822.660","11623.627"],["8856.307","11593.152"],["8810.627","11667.241"],["8974.572","11676.291"],["8978.374","11642.090"],["8983.831","11639.908"],["8804.874","11644.400"],["7712.424","12020.563"],["7515.923","12095.323"],["7578.067","12126.087"],["7649.923","12014.341"],["7609.896","12075.452"],["7714.480","12027.166"],["7720.536","11997.893"],["7600.903","12118.858"],["7674.525","12046.848"],["7613.105","12052.102"],["7714.030","11939.753"],["7722.036","11950.253"],["7647.337","12034.832"],["7686.025","12059.751"],["7724.017","11971.378"],["7699.336","11956.160"],["7700.109","11983.642"],["7686.353","11940.003"],["7682.203","11994.520"],["7700.224","11941.990"],["5054.271","8358.818"],["5041.727","8358.569"],["5016.999","8482.465"],["5041.109","8449.282"],["5074.714","8436.117"],["5126.662","8501.740"],["5116.457","8370.670"],["5119.934","8414.713"],["5052.955","8343.624"],["5057.072","8362.978"],["5005.520","8440.470"],["5015.813","8495.892"],["5051.609","8477.570"],["5089.418","8450.683"],["5159.624","8456.131"],["5135.987","8525.670"],["5173.159","8503.733"],["5154.024","8400.780"],["5038.367","8351.865"],["5048.388","8389.684"],["5079.665","8425.349"],["5186.717","8497.586"],["5135.069","8432.284"],["5187.794","8421.392"],["5187.263","8460.690"],["5161.376","8391.895"],["5129.485","8359.313"],["5112.832","8425.945"],["5115.205","8374.239"],["5178.959","8478.476"],["4999.194","8394.282"],["5025.704","8472.560"],["5159.379","8332.739"],["5085.523","8404.133"],["5088.226","8357.344"],["5150.798","8512.288"],["5025.202","8414.615"],["4993.133","8421.577"],["5021.975","8343.368"],["5006.263","8438.274"],["5149.958","8490.465"],["5127.422","8422.697"],["5156.410","8428.062"],["5146.534","8322.847"],["18595.654","15212.248"],["18647.912","15228.712"],["7808.088","19737.409"],["18951.269","17791.838"],["18886.055","17815.356"],["18885.008","17793.421"],["18950.414","17816.958"],["18979.529","17817.015"],["18968.821","17812.506"],["18917.993","17796.094"],["18917.122","17794.029"],["18957.223","17827.544"],["18915.578","17822.854"],["18973.180","17807.222"],["18999.463","17812.490"],["18888.980","17791.717"],["18920.559","17788.893"],["19001.831","17825.207"],["18920.526","17793.121"],["19003.229","17825.719"],["18886.891","17792.015"],["8880.519","15555.823"],["8888.991","15555.748"],["28380.751","7437.673"],["7354.091","8008.944"],["7343.615","8072.838"],["7404.185","8043.078"],["7399.130","8065.741"],["7320.752","7939.733"],["7380.152","8088.786"],["7331.395","8052.443"],["7348.453","8010.617"],["7367.103","8057.842"],["7369.509","8038.882"],["7424.118","8073.113"],["7381.301","8024.351"],["7423.334","8102.986"],["7396.421","8054.076"],["7406.591","8084.551"],["8407.393","13740.628"],["8515.218","13621.261"],["8499.609","13670.639"],["8455.618","13608.393"],["8421.851","13705.250"],["8404.001","13605.953"],["8464.105","13684.506"],["8449.723","13697.099"],["8421.031","13659.782"],["8423.922","13743.023"],["8516.682","13611.120"],["8492.225","13658.682"],["8431.193","13714.846"],["8430.465","13805.693"],["8468.078","13811.780"],["8381.841","13767.362"],["8419.120","13773.261"],["8543.040","13669.854"],["8498.768","13765.088"],["8461.289","13723.147"],["8522.570","13624.747"],["8438.075","13651.289"],["8423.001","13736.350"],["8507.505","13618.684"],["8492.208","13664.148"],["8452.016","13610.226"],["8421.243","13709.842"],["8372.523","13663.630"],["8386.238","13667.158"],["8367.819","13649.813"],["8359.013","13632.644"],["8392.167","13655.102"],["8380.655","13788.735"],["8447.766","13728.282"],["8426.417","13702.179"],["8424.204","13707.472"],["8387.310","13672.921"],["8444.055","13809.237"],["8437.977","13770.585"],["8554.292","13786.095"],["8564.940","13745.503"],["8564.976","13702.057"],["8562.298","13685.966"],["8536.039","13688.714"],["8365.748","13636.936"],["8370.026","13639.584"],["8359.709","13642.734"],["8444.664","13806.413"],["8446.333","13778.958"],["8562.331","13678.765"],["8532.091","13698.326"],["8513.047","13812.635"],["8377.985","13662.171"],["8448.660","13801.987"],["8442.501","13763.087"],["8557.450","13784.725"],["8555.752","13681.854"],["8547.272","13693.289"],["8142.056","15383.271"],["8139.539","15373.345"],["7943.024","15420.250"],["8098.531","15302.759"],["8126.110","15352.490"],["8118.956","15365.256"],["8123.711","15462.304"],["8107.818","15477.405"],["8001.569","15312.312"],["7959.761","15406.511"],["7939.569","15415.637"],["7943.461","15437.513"],["8129.400","15364.579"],["8152.865","15492.071"],["4170.971","16985.894"],["4174.310","16983.186"],["20788.200","6635.647"],["20792.723","6669.652"],["20783.513","6797.410"],["20907.213","6678.573"],["20795.272","6825.535"],["20939.976","6634.296"],["21660.391","7074.131"],["21792.864","7152.232"],["21759.453","7103.196"],["21695.923","7205.526"],["17671.025","15571.655"],["17700.821","15542.500"],["17782.673","15667.642"],["17666.065","15606.557"],["17697.121","15581.046"],["17714.020","15563.370"],["17803.716","15621.601"],["17800.603","15714.145"],["9140.024","13660.802"],["10476.829","12602.710"],["10484.526","12593.676"],["10471.109","12598.622"],["10490.402","12596.459"],["10626.797","12727.972"],["10623.902","12708.220"],["10628.672","12721.416"],["10577.727","12685.582"],["10570.556","12670.223"],["10608.385","12684.987"],["10573.790","12704.998"],["10579.135","12718.194"],["10573.839","12709.458"],["10606.867","12708.266"],["10614.464","12699.293"],["10491.306","12629.441"],["10513.636","12698.672"],["10555.835","12652.209"],["10652.935","12732.146"],["10469.346","12609.674"],["10481.026","12632.676"],["10474.971","12600.629"],["10479.033","12599.274"],["10467.359","12584.733"],["10491.620","12611.480"],["10615.083","12726.425"],["10626.567","12729.740"],["10626.501","12699.682"],["10603.960","12680.380"],["10568.467","12688.224"],["10572.161","12709.210"],["10561.388","12707.608"],["10555.467","12718.277"],["10615.858","12715.801"],["10565.327","12657.622"],["10515.171","12617.979"],["10540.067","12690.381"],["10539.618","12678.925"],["10664.200","12729.781"],["10474.921","12637.299"],["10476.862","12639.221"],["10484.299","12616.491"],["10468.050","12600.637"],["10489.581","12608.920"],["10641.382","12727.518"],["10631.189","12711.474"],["10610.891","12721.411"],["10604.043","12693.460"],["10573.270","12691.428"],["10594.023","12703.618"],["10555.878","12702.884"],["10578.855","12705.610"],["10555.977","12707.228"],["10599.878","12708.400"],["10524.019","12714.155"],["10515.956","12605.378"],["10497.530","12632.269"],["10629.504","12707.289"],["10539.059","12649.521"],["10495.019","12621.528"],["10527.632","12680.312"],["10523.076","12672.252"],["10507.377","12723.768"],["10502.529","12712.137"],["10498.884","12617.961"],["10506.204","12615.242"],["10533.898","12687.975"],["10523.569","12672.550"],["10507.109","12701.121"],["10503.918","12714.620"],["9451.969","18822.213"],["9418.959","18839.521"],["9455.423","18840.627"],["9573.191","18796.397"],["9570.905","18789.312"],["9555.477","18793.391"],["9460.505","18804.954"],["9540.247","18770.220"],["5408.277","14615.756"],["5338.936","14603.113"],["5403.944","14511.966"],["5373.457","14502.703"],["5348.281","14540.712"],["5266.838","14550.600"],["5248.898","14630.747"],["5210.838","14579.437"],["5203.030","14510.872"],["5359.116","14591.982"],["5394.438","14509.357"],["5365.118","14513.174"],["5374.992","14532.025"],["5233.680","14550.914"],["5229.013","14633.026"],["5220.706","14562.294"],["5363.901","14515.404"],["5333.968","14599.133"],["5398.023","14522.520"],["5371.028","14522.727"],["5343.352","14478.861"],["5259.420","14547.314"],["5214.671","14618.591"],["5228.256","14589.478"],["5225.994","14540.062"],["5366.472","14546.741"],["5375.490","14469.596"],["5265.654","14545.514"],["5243.601","14618.509"],["5202.417","14583.367"],["5353.557","14641.973"],["5398.031","14638.390"],["5367.985","14522.397"],["5240.193","14579.717"],["5243.421","14631.259"],["5343.044","14557.332"],["5324.281","14638.373"],["5346.422","14554.183"],["5350.714","14656.181"],["5259.111","14459.306"],["5256.499","14457.447"],["5373.767","14455.830"],["5345.942","14569.604"],["5382.834","14642.981"],["5408.541","14648.150"],["5238.567","14524.237"],["5384.477","14571.298"],["13686.742","16131.453"],["13797.861","16129.076"],["13683.963","15980.311"],["13663.940","16099.824"],["13705.571","16134.951"],["13679.581","15946.399"],["13672.004","15941.517"],["13665.152","15934.005"],["13691.319","15968.906"],["13685.648","15964.692"],["13715.641","15985.155"],["13712.508","15994.975"],["13719.675","16001.987"],["13715.009","15977.891"],["13728.513","15979.742"],["13732.591","15990.361"],["13756.666","15989.161"],["13683.963","16140.603"],["13800.855","16120.554"],["13637.589","16080.793"],["13645.709","16114.861"],["13621.836","16046.309"],["13628.156","16079.273"],["13707.123","16053.042"],["13692.352","15942.895"],["13700.716","15933.118"],["13815.899","16062.051"],["13701.410","16116.718"],["13673.568","15975.274"],["13789.906","16019.245"],["13684.678","15936.810"],["13679.968","15934.206"],["13683.833","15931.366"],["13769.461","15958.907"],["13769.034","15947.793"],["13763.126","15966.657"],["13767.189","15954.584"],["13751.965","15967.618"],["13758.297","15971.912"],["13766.817","15978.497"],["13762.409","15978.992"],["13765.862","15989.123"],["13743.162","15990.524"],["13743.705","15986.280"],["13775.396","15981.096"],["13778.557","15975.813"],["13694.917","16130.925"],["13799.868","16125.410"],["13715.132","16017.535"],["13695.428","15963.275"],["13715.765","15948.411"],["13791.617","16043.240"],["13812.476","15959.905"],["13765.189","16010.100"],["13700.964","16082.586"],["13692.581","16075.776"],["13696.379","16047.194"],["13707.890","16058.948"],["13702.449","16039.257"],["13698.101","16018.321"],["13678.302","16104.011"],["13700.215","16075.204"],["13658.437","16039.708"],["13701.885","16112.573"],["13725.241","16005.687"],["13725.854","15992.419"],["13740.132","15979.573"],["13691.834","15961.123"],["13693.995","15974.073"],["13677.750","15930.932"],["13674.951","15954.173"],["13666.846","15965.892"],["13663.395","15974.568"],["13709.538","16135.466"],["13791.578","16125.872"],["13685.130","16134.195"],["13808.585","16110.876"],["11820.579","16005.259"],["11883.942","15994.077"],["11853.230","15945.430"],["11885.958","16110.912"],["11873.425","16093.986"],["11851.163","16053.087"],["11926.449","16107.662"],["12401.349","11098.487"],["12393.520","11099.147"],["12390.364","11128.579"],["12462.366","11081.874"],["12399.507","11102.450"],["12418.863","11114.241"],["12406.496","11081.372"],["12418.288","11116.933"],["12445.313","11075.973"],["26258.729","7687.997"],["6673.951","18083.719"],["6682.891","18054.294"],["6675.950","18051.652"],["8667.547","14153.191"],["13241.227","18152.322"],["13352.815","18220.983"],["13245.958","18203.325"],["13296.542","18137.890"],["13372.823","18175.696"],["13358.522","18207.424"],["13293.080","18175.794"],["13261.523","18134.601"],["13242.164","18142.231"],["13309.717","18177.791"],["13334.569","18175.099"],["13365.085","18218.390"],["13378.383","18169.899"],["13380.480","18244.798"],["13244.461","18149.717"],["13255.366","18138.255"],["13234.977","18146.839"],["13237.312","18152.768"],["13398.785","18220.537"],["13395.397","18239.662"],["13305.589","18152.440"],["13295.629","18182.896"],["13250.185","18137.809"],["13237.460","18117.359"],["13226.803","18106.063"],["13393.128","18245.855"],["13366.664","18223.576"],["13378.267","18135.349"],["13281.090","18159.890"],["13267.932","18167.107"],["13233.053","18153.875"],["13350.200","18238.258"],["13334.585","18141.143"],["13326.608","18115.380"],["13257.060","18202.813"],["13281.945","18167.223"],["12094.672","13701.145"],["12073.879","13712.571"],["12096.330","13676.581"],["12018.673","13693.920"],["12046.352","13667.553"],["12090.021","13683.440"],["11942.478","13691.346"],["11959.673","13689.190"],["11963.758","13717.815"],["11984.040","13720.300"],["11949.969","13706.159"],["11963.159","13654.639"],["12034.114","13678.637"],["12043.879","13683.433"],["12053.960","13656.055"],["12034.547","13686.013"],["12101.695","13653.891"],["12135.494","13631.361"],["12143.264","13616.035"],["12110.710","13738.440"],["12077.326","13758.832"],["11994.119","13802.190"],["11976.346","13778.712"],["7346.669","12815.590"],["7308.119","12813.838"],["7346.147","12779.149"],["7355.123","12789.380"],["7305.027","12808.371"],["7313.475","12810.964"],["7326.763","12828.980"],["7316.862","12833.819"],["7312.505","12786.043"],["7313.290","12819.658"],["15724.768","11502.298"],["15688.239","11495.411"],["15700.443","11497.905"],["15690.722","11522.529"],["11263.480","13847.086"],["11298.702","13904.939"],["11184.708","13985.695"],["11285.886","13884.645"],["11203.997","13942.134"],["11285.189","13826.753"],["11219.917","13856.656"],["11242.058","13928.562"],["11202.116","13911.534"],["11176.203","13836.474"],["11113.992","13883.091"],["11239.622","13951.726"],["11270.106","13994.984"],["11279.787","13969.549"],["11261.062","13993.454"],["11269.589","14002.976"],["11231.527","14025.764"],["11172.682","14009.256"],["11212.899","14026.238"],["11271.601","13947.961"],["11253.031","13934.381"],["11175.262","13994.913"],["9830.034","17723.873"],["9827.750","17714.764"],["9750.795","17787.440"],["9826.855","17799.922"],["9797.468","17725.049"],["9749.443","17756.602"],["9829.383","17646.992"],["9674.389","17772.242"],["9673.705","17677.099"],["9641.123","17686.893"],["9720.194","17753.212"],["9642.422","17658.404"],["9639.067","17672.590"],["15528.969","14618.659"],["15614.001","14460.758"],["15560.338","14470.688"],["15542.769","14484.362"],["15608.919","14481.303"],["15684.979","14500.940"],["15590.940","14512.800"],["15567.728","14543.707"],["15541.371","14600.487"],["15568.288","14596.423"],["15592.555","14633.108"],["15632.280","14619.032"],["15669.803","14653.751"],["15661.949","14609.912"],["15625.787","14577.443"],["15676.674","14518.903"],["15715.291","14545.842"],["15675.361","14628.214"],["8521.001","17438.116"],["8488.377","17431.735"],["16500.328","18204.168"],["16530.394","18196.786"],["16359.261","18241.424"],["16523.045","18106.241"],["16520.545","18144.970"],["16441.570","18125.544"],["16541.800","18099.123"],["16450.394","18239.858"],["16467.713","18232.211"],["16386.909","18250.342"],["16471.882","18068.071"],["16462.187","18227.537"],["16422.732","18243.984"],["16504.065","18175.275"],["16399.279","18170.420"],["16497.009","18128.652"],["16381.384","18173.607"],["16471.253","18159.470"],["16455.874","18245.713"],["16404.591","18106.489"],["16484.114","18246.522"],["16472.470","18180.444"],["14527.418","18519.048"],["14541.398","18528.066"],["14562.023","18512.360"],["14582.944","18546.431"],["14553.520","18533.763"],["14616.242","18608.478"],["14559.417","18566.760"],["14581.884","18643.688"],["14571.999","18651.748"],["14608.874","18630.558"],["14546.374","18649.089"],["14621.941","18540.021"],["14640.444","18521.953"],["14618.179","18655.028"],["14578.914","18496.076"],["14515.296","18489.469"],["14565.280","18490.477"],["14552.829","18546.034"],["14524.836","18509.536"],["14574.391","18520.815"],["14548.405","18522.731"],["14543.536","18531.137"],["14521.497","18525.027"],["14586.776","18546.943"],["14492.401","18477.083"],["14583.035","18575.480"],["14526.176","18662.499"],["14600.173","18613.184"],["14630.387","18633.663"],["14605.042","18617.858"],["14592.361","18576.553"],["14618.808","18611.434"],["14555.996","18607.668"],["14626.851","18619.989"],["14617.163","18624.910"],["14599.680","18633.085"],["14524.121","18642.367"],["14654.622","18470.327"],["14602.664","18529.930"],["14608.355","18528.708"],["14611.941","18492.804"],["14621.053","18468.015"],["14655.564","18677.076"],["14668.639","18643.054"],["14638.113","18672.352"],["14565.707","18490.246"],["14514.605","18504.977"],["14562.788","18600.484"],["14611.867","18621.475"],["14579.417","18591.896"],["14540.042","18579.807"],["14645.674","18537.296"],["14630.773","18515.942"],["14657.829","18527.767"],["14654.572","18480.054"],["14635.695","18666.555"],["14509.737","18480.683"],["14534.424","18516.208"],["14505.658","18534.721"],["14554.227","18553.879"],["14513.750","18516.703"],["14584.095","18547.488"],["14585.107","18635.430"],["14554.581","18629.568"],["14590.354","18646.397"],["14581.111","18624.910"],["14635.124","18662.416"],["14558.430","18568.940"],["14629.943","18562.813"],["14628.717","18484.348"],["14642.928","18500.087"],["14624.967","18487.321"],["14640.317","18663.649"],["14592.648","18533.763"],["14570.592","18517.975"],["14588.487","18487.686"],["14549.614","18606.463"],["14626.999","18611.533"],["14601.505","18616.438"],["14590.403","18581.260"],["14635.526","18481.194"],["4854.569","11256.934"],["4837.497","11254.325"],["4826.436","11208.491"],["4847.102","11245.076"],["4830.184","11277.353"],["4857.974","11261.327"],["4855.359","11243.507"],["10328.281","17867.908"],["10322.875","17852.666"],["10362.866","17867.231"],["10354.828","17882.668"],["10359.450","17874.402"],["10459.516","18043.355"],["10329.108","17852.732"],["10372.997","17870.765"],["10356.834","17880.637"],["10347.607","17879.737"],["10427.395","18018.929"],["10315.057","17872.401"],["10326.252","17833.082"],["10370.464","17865.299"],["10358.496","17883.312"],["10354.170","17866.177"],["10455.733","17990.175"],["10459.812","18006.195"],["24270.238","16515.764"],["24331.209","16431.090"],["24148.733","16401.383"],["5510.850","18893.640"],["5543.536","19034.750"],["5456.718","19087.890"],["5418.217","19076.217"],["5411.235","18902.316"],["5455.008","19082.028"],["5549.819","19045.981"],["5570.625","19064.379"],["5529.831","19079.967"],["5507.353","19067.159"],["5465.478","19062.023"],["5591.382","19019.953"],["5546.003","19026.162"],["5513.137","19072.023"],["5494.409","19072.840"],["5494.454","18993.290"],["5536.296","18931.357"],["5505.717","18911.223"],["5446.523","18982.057"],["5453.872","18936.101"],["5431.718","18954.945"],["5619.005","19005.254"],["5587.632","19017.640"],["5498.861","19062.857"],["12439.042","16451.116"],["12558.066","16441.109"],["12513.258","16563.641"],["12560.967","16477.154"],["12381.771","16496.324"],["12428.086","16525.443"],["12454.885","16548.577"],["8016.909","13803.116"],["8144.638","13753.990"],["8102.789","13775.845"],["8034.595","13778.063"],["7999.346","13737.783"],["7978.016","13737.456"],["8013.099","13803.776"],["7953.370","13805.053"],["8088.729","13745.839"],["8022.973","13719.597"],["8015.335","13699.198"],["8109.371","13714.972"],["9928.018","14876.808"],["9868.393","15030.410"],["9945.042","14904.409"],["9976.728","14909.355"],["14066.535","13753.869"],["14064.181","13743.344"],["14042.230","13784.257"],["14058.534","13806.097"],["14154.956","13678.110"],["14128.645","13631.637"],["14061.865","13739.161"],["14062.079","13777.417"],["14109.296","13697.861"],["14107.684","13681.890"],["14239.177","13724.906"],["14123.086","13651.543"],["14233.002","13744.608"],["14249.104","13730.606"],["14077.102","13742.768"],["12730.504","16508.876"],["12758.185","16480.783"],["12761.332","16524.217"],["12774.061","16470.188"],["12777.466","16469.973"],["12751.376","16504.136"],["12765.665","16456.556"],["12759.498","16458.654"],["12743.021","16489.041"],["12775.123","16459.414"],["26775.300","7034.895"],["8211.597","19724.260"],["8215.440","19706.677"],["8181.762","19660.699"],["8189.624","19667.503"],["8211.421","19622.580"],["8179.332","19620.836"],["8302.273","19695.924"],["8283.006","19703.554"],["8232.642","19610.275"],["8202.116","19606.411"],["8264.748","19607.075"],["8287.084","19657.606"],["8263.647","19642.429"],["8319.454","19653.778"],["8316.345","19605.999"],["8306.493","19624.876"],["8192.924","19719.294"],["8172.222","19677.924"],["8210.714","19624.265"],["8274.805","19734.338"],["8233.826","19617.773"],["8286.378","19631.978"],["8305.556","19595.892"],["8230.950","19694.026"],["8177.189","19662.449"],["8179.842","19622.752"],["8328.029","19686.395"],["8276.756","19697.955"],["8244.436","19638.437"],["8285.308","19671.446"],["8298.862","19663.885"],["8292.316","19642.465"],["28620.632","8311.703"],["14897.101","15946.133"],["15049.510","15937.061"],["14946.168","16075.130"],["14903.377","16106.015"],["14964.016","15990.147"],["14984.013","16064.774"],["15020.699","16102.787"],["14886.094","16001.788"],["15018.963","15983.184"],["14936.349","16074.799"],["15055.318","16076.692"],["15015.657","16018.784"],["14915.193","16139.974"],["15015.033","16054.968"],["14895.256","16131.659"],["14960.177","16165.691"],["14986.270","15970.428"],["14951.822","16026.290"],["15027.441","16129.324"],["15036.853","16031.080"],["14909.364","16074.265"],["14950.447","15996.241"],["14905.954","16058.548"],["14892.839","16066.592"],["22925.796","7188.993"],["10704.996","18928.660"],["10722.969","18959.550"],["10733.380","18954.233"],["10765.880","18962.540"],["10800.167","18942.219"],["10750.956","18929.123"],["10770.397","19005.329"],["10729.804","18992.761"],["10748.489","18981.117"],["10672.525","18944.798"],["10689.880","18926.034"],["10792.486","19028.620"],["10767.058","19004.239"],["15370.663","12719.132"],["15338.837","12695.499"],["15311.771","12676.113"],["15310.277","12711.339"],["15397.596","12720.227"],["15425.589","12669.080"],["15310.899","12668.615"],["15413.063","12748.404"],["15334.356","12731.331"],["15468.748","12616.737"],["15454.875","12565.319"],["15312.860","12713.420"],["15325.968","12714.824"],["4231.976","15190.069"],["4183.778","15217.896"],["4195.692","15249.999"],["4260.050","15259.841"],["4263.729","15291.083"],["4258.390","15110.953"],["4254.278","15127.683"],["4186.104","15145.808"],["4207.486","15149.045"],["4151.533","15205.611"],["4166.147","15237.037"],["4219.787","15254.376"],["4234.771","15283.327"],["4269.704","15218.107"],["4292.287","15205.952"],["4267.644","15262.280"],["4256.476","15265.270"],["4267.354","15135.082"],["4252.551","15110.276"],["4213.341","15195.915"],["4202.732","15181.051"],["4180.661","15215.701"],["4158.720","15176.313"],["4154.387","15224.172"],["4197.682","15267.158"],["4300.050","15199.940"],["4258.372","15209.734"],["4272.068","15276.995"],["4257.790","15292.771"],["4262.469","15098.913"],["4178.078","15197.303"],["4178.992","15239.944"],["4204.195","15273.715"],["4248.454","15230.857"],["4265.572","15276.715"],["4167.022","15194.089"],["3197.385","17370.070"],["3158.196","17391.339"],["3151.538","17345.433"],["3180.535","17292.056"],["3298.238","17246.597"],["3289.214","17217.385"],["3255.938","17199.027"],["3241.595","17368.600"],["3179.676","17388.993"],["3177.883","17383.097"],["3154.088","17299.719"],["3149.696","17302.246"],["3140.765","17302.427"],["3156.325","17332.502"],["3248.396","17406.827"],["3302.185","17273.814"],["3299.784","17246.712"],["3265.990","17234.413"],["3285.291","17358.645"],["3293.040","17393.632"],["3208.355","17390.962"],["3213.031","17365.641"],["3200.860","17368.911"],["3164.153","17349.760"],["3151.505","17331.180"],["3148.183","17334.748"],["3135.387","17313.757"],["3244.416","17390.791"],["3263.863","17284.532"],["3285.415","17225.527"],["3296.944","17218.426"],["3188.788","17382.552"],["3196.653","17314.995"],["3161.769","17325.895"],["3253.024","17268.199"],["3260.201","17213.257"],["15000.518","13401.111"],["15046.968","13429.545"],["15061.316","13459.618"],["14968.696","13419.836"],["15086.977","13604.049"],["15021.202","13560.580"],["15080.724","13506.757"],["14933.284","13403.334"],["15059.369","13425.103"],["15090.022","13399.456"],["14967.265","13406.954"],["15088.325","13594.404"],["15011.120","13543.354"],["15076.481","13500.712"],["26115.823","6982.391"],["26134.929","6896.470"],["26162.181","7030.295"],["26149.197","6920.552"],["26116.531","6943.299"],["26181.442","6867.931"],["26112.740","6844.965"],["26172.609","7003.738"],["26152.454","6895.283"],["26047.974","6877.486"],["26240.868","7683.587"],["13737.619","13290.669"],["13711.149","13265.632"],["13807.709","13267.829"],["13820.139","13220.543"],["13708.372","13286.804"],["13821.519","13248.129"],["13763.439","13315.804"],["14086.713","15937.576"],["14078.259","16104.544"],["14042.737","16097.305"],["14078.103","16066.095"],["14082.172","16033.057"],["14066.583","16042.149"],["14090.038","16036.151"],["14111.081","16060.604"],["14099.111","16030.357"],["14125.164","16062.911"],["14106.142","16075.775"],["14087.268","16071.641"],["14097.042","16120.487"],["14058.221","16124.672"],["14139.904","16138.802"],["14161.458","16107.204"],["14112.209","16131.439"],["14143.919","16091.334"],["14137.387","16102.980"],["14152.016","16126.439"],["14120.691","16083.300"],["14151.275","16099.554"],["14184.799","16084.710"],["14172.269","16102.877"],["14225.798","16090.248"],["14191.794","16123.408"],["14203.403","16002.871"],["14207.797","16017.713"],["14186.831","16018.507"],["14151.383","16032.522"],["14217.715","15931.330"],["14182.105","15935.653"],["14180.643","15960.809"],["14150.345","16017.960"],["14158.151","16012.735"],["14158.454","16006.256"],["14157.191","15976.974"],["14158.804","15984.844"],["14110.157","16027.346"],["14053.843","16023.213"],["14214.927","15994.555"],["14239.651","15930.848"],["14244.445","15937.958"],["14199.449","15953.637"],["14129.329","15957.029"],["14076.361","16114.786"],["14040.838","16087.051"],["14071.458","16059.736"],["14043.194","16049.878"],["14096.814","16034.928"],["14128.809","16046.120"],["14141.089","16050.839"],["14097.236","16047.269"],["14098.181","16067.584"],["14073.452","16073.739"],["14102.239","16117.332"],["14144.641","16138.255"],["14154.879","16122.811"],["14115.269","16116.509"],["14148.571","16101.840"],["14134.138","16123.599"],["14110.724","16092.070"],["14145.025","16073.480"],["14191.282","16100.185"],["14160.349","16084.360"],["14209.564","16102.139"],["14190.330","16114.985"],["14180.266","16039.885"],["14189.176","16008.734"],["14197.385","16012.197"],["14145.396","16026.956"],["14214.919","15933.329"],["14213.849","15939.588"],["14191.513","15948.964"],["14189.196","15951.181"],["14169.927","16001.339"],["14170.957","15975.207"],["14160.729","15989.551"],["14114.318","16011.525"],["14044.988","15998.740"],["14048.268","16021.082"],["14236.111","15991.946"],["14228.853","15947.487"],["14227.590","15984.463"],["14203.906","15968.980"],["14165.898","15931.729"],["14110.757","15971.320"],["14103.445","15974.562"],["14109.261","16000.015"],["14127.032","15992.856"],["14119.678","15998.737"],["14127.679","16003.777"],["14084.775","15982.653"],["14062.480","15943.883"],["14047.452","15942.077"],["14068.980","15948.495"],["14072.479","16129.997"],["14068.440","16093.412"],["14078.745","16061.520"],["14051.254","16056.484"],["14090.729","16045.845"],["14110.010","16056.294"],["14134.510","16049.815"],["14116.463","16043.338"],["14132.285","16064.629"],["14096.010","16056.304"],["14069.900","16077.653"],["14099.871","16118.984"],["14045.691","16114.862"],["14067.761","16134.400"],["14165.990","16138.800"],["14132.324","16129.953"],["14138.538","16096.803"],["14134.006","16118.611"],["14115.379","16096.959"],["14146.325","16072.109"],["14153.726","16101.354"],["14179.938","16084.129"],["14218.002","16087.424"],["14200.889","16125.802"],["14167.305","16041.272"],["14185.492","16012.681"],["14190.905","16008.861"],["14176.782","15993.999"],["14148.834","16035.759"],["14196.513","15935.108"],["14185.150","15956.235"],["14150.338","16018.499"],["14164.606","16003.003"],["14152.026","15979.088"],["14153.278","15984.729"],["14120.042","16027.313"],["14059.847","16020.620"],["14235.470","15975.133"],["14245.227","15943.614"],["14227.751","15935.332"],["14214.339","15982.614"],["14220.106","15969.376"],["14160.088","15936.924"],["14215.056","16037.350"],["14215.025","15995.022"],["14073.631","16130.691"],["14081.417","16106.525"],["14040.846","16093.275"],["14061.014","16076.978"],["14073.849","16039.944"],["14045.185","16038.796"],["14091.469","16055.044"],["14099.012","16041.620"],["14124.292","16065.025"],["14091.791","16094.350"],["14088.276","16111.139"],["14051.247","16123.846"],["14136.831","16134.858"],["14131.367","16108.331"],["14137.920","16109.858"],["14114.129","16099.634"],["14184.440","16087.006"],["14162.240","16081.685"],["14221.143","16083.080"],["14195.610","16105.621"],["14208.274","16010.562"],["14168.312","15996.327"],["14147.814","16023.702"],["14179.985","15954.137"],["14167.434","16015.747"],["14144.265","15990.905"],["14130.141","16013.705"],["14053.097","16003.100"],["14045.225","16024.864"],["14212.230","15990.856"],["14225.596","15951.451"],["14203.087","15981.957"],["14199.980","15971.615"],["14217.902","15962.935"],["14229.398","16094.678"],["14089.634","16131.021"],["14057.124","16100.927"],["14074.139","16065.269"],["14049.905","16042.413"],["14116.476","16064.981"],["14115.338","16053.387"],["14128.523","16046.380"],["14110.541","16052.851"],["14134.901","16072.638"],["14100.467","16065.106"],["14086.413","16072.814"],["14102.322","16104.582"],["14058.287","16133.012"],["14163.013","16126.298"],["14164.205","16125.140"],["14126.288","16127.921"],["14139.805","16095.036"],["14140.453","16134.102"],["14126.958","16101.302"],["14181.862","16089.265"],["14228.397","16091.189"],["14187.403","16115.447"],["14172.980","16030.190"],["14193.617","16008.338"],["14212.089","16017.994"],["14183.838","15999.829"],["14144.985","16026.675"],["14180.855","15944.885"],["14189.130","15956.103"],["14169.063","16025.607"],["14158.471","16010.897"],["14160.677","15974.117"],["14146.847","15988.164"],["14110.980","16020.080"],["14046.738","16031.504"],["14235.223","15974.605"],["14248.319","15939.386"],["14223.935","15935.266"],["14229.383","15990.921"],["14199.487","15978.402"],["14202.804","15950.698"],["9345.046","14425.305"],["9207.470","14418.459"],["9313.267","14250.854"],["9313.789","14258.886"],["9283.620","14266.507"],["9241.565","14298.186"],["9217.154","14304.399"],["9223.171","14342.352"],["9217.608","14258.320"],["9232.571","14361.912"],["9289.806","14351.283"],["9308.759","14321.057"],["9315.291","14314.993"],["9312.612","14305.451"],["9351.201","14285.367"],["9322.332","14297.134"],["9399.533","14288.926"],["9407.517","14251.922"],["9389.531","14253.053"],["9301.773","14356.102"],["9363.994","14374.368"],["9377.894","14405.496"],["9375.032","14385.909"],["9328.505","14297.738"],["9332.233","14293.695"],["9339.315","14414.414"],["9381.901","14441.249"],["9364.519","14274.972"],["9377.228","14258.043"],["9363.471","14241.230"],["9396.152","14373.281"],["9383.573","14376.239"],["9382.477","14354.200"],["9371.328","14354.708"],["9365.412","14387.634"],["9368.204","14408.733"],["9333.641","14444.984"],["9333.286","14445.909"],["9333.833","14445.316"],["9338.350","14432.358"],["9335.207","14432.916"],["9336.884","14434.527"],["9328.877","14416.491"],["9300.339","14442.517"],["9345.426","14270.674"],["9327.290","14247.899"],["9401.483","14280.071"],["9383.974","14302.302"],["9364.634","14325.478"],["9379.244","14331.846"],["9398.208","14317.932"],["9380.624","14283.119"],["9207.258","14277.201"],["9203.356","14305.570"],["9235.416","14294.887"],["9206.536","14371.116"],["9263.711","14409.148"],["9335.867","14427.728"],["9285.986","14375.852"],["9224.994","14327.890"],["9260.586","14258.183"],["9381.611","14251.098"],["9409.043","14283.864"],["9350.819","14364.013"],["20210.341","5945.084"],["20343.421","5992.413"],["20283.605","5915.040"],["20318.638","5963.413"],["20294.033","5874.363"],["20288.901","5982.306"],["20295.809","5912.067"],["20300.661","5848.681"],["20312.997","5919.763"],["20276.552","5828.762"],["20343.525","5810.563"],["20290.252","5820.967"],["20286.124","5787.606"],["20230.861","5811.339"],["20348.885","5952.612"],["20316.812","5888.202"],["20288.720","5980.903"],["20353.835","5941.993"],["20327.848","5915.387"],["20293.227","5960.044"],["17120.059","18745.660"],["17130.540","18867.444"],["17189.479","18823.377"],["17006.118","18743.037"],["17172.253","18697.422"],["17177.905","18865.445"],["17089.720","18679.156"],["17167.785","18854.244"],["7150.428","14413.111"],["7111.860","14339.145"],["7102.119","14345.259"],["7125.533","14326.698"],["7136.284","14380.344"],["7115.742","14333.584"],["18771.318","17982.940"],["18780.726","17943.287"],["18367.057","12530.018"],["18409.703","12487.313"],["18279.007","12544.504"],["18436.769","12499.323"],["18379.152","12528.438"],["6664.179","17758.188"],["6666.309","17663.509"],["6644.001","17651.328"],["6608.573","17637.437"],["6558.318","17668.294"],["6558.055","17649.962"],["6593.244","17632.332"],["6559.074","17639.670"],["6463.502","17631.276"],["6665.224","17696.339"],["6667.338","17674.884"],["6606.648","17666.097"],["6635.971","17659.245"],["6623.952","17645.151"],["6565.481","17670.499"],["6471.693","17645.298"],["6592.306","17652.323"],["6619.458","17652.523"],["6663.908","17635.383"],["6622.570","17624.573"],["6621.620","17639.935"],["6563.162","17651.027"],["6567.577","17636.581"],["6528.610","17628.131"],["6669.122","17693.631"],["6615.316","17656.584"],["6625.001","17650.409"],["11052.765","17359.014"],["10997.009","17407.324"],["11076.788","17339.708"],["10911.770","17346.242"],["11005.215","17386.128"],["11041.983","17210.421"],["11066.556","17298.737"],["10984.105","17265.098"],["11022.275","17280.271"],["11011.820","17275.594"],["11015.439","17267.411"],["10943.328","17225.186"],["11052.164","17224.419"],["11025.737","17278.989"],["10966.070","17349.519"],["11022.277","17239.204"],["10926.603","17263.078"],["10946.889","17262.640"],["11088.178","17295.607"],["11072.930","17387.621"],["11002.852","17293.885"],["10952.630","17367.186"],["10960.428","17360.875"],["10962.019","17358.809"],["10958.228","17335.712"],["10984.901","17369.443"],["10948.265","17391.762"],["10972.133","17380.864"],["10908.118","17244.639"],["11065.782","17336.361"],["10895.441","17198.891"],["11010.315","17400.751"],["10997.732","17269.001"],["10978.060","17277.562"],["11058.574","17244.793"],["10989.889","17203.693"],["11049.921","17243.128"],["11013.405","17285.762"],["11030.508","17280.719"],["10996.905","17276.840"],["11027.767","17249.878"],["11018.637","17244.676"],["11058.197","17267.025"],["11077.381","17284.497"],["10886.762","17295.913"],["11017.632","17272.521"],["11019.048","17388.332"],["11045.159","17375.830"],["11036.089","17383.831"],["10946.471","17202.249"],["10903.076","17275.573"],["10901.933","17299.074"],["10924.529","17363.015"],["10922.048","17336.702"],["10905.865","17336.283"],["11070.335","17379.560"],["10924.562","17404.164"],["10956.618","17395.362"],["10941.606","17308.014"],["10931.689","17290.563"],["10970.093","17241.736"],["10992.504","17305.978"],["10982.870","17353.598"],["11010.406","17329.850"],["10973.721","17222.108"],["11004.498","17343.171"],["10969.139","17239.242"],["11080.263","17356.212"],["10959.140","17221.581"],["10885.215","17277.337"],["10912.116","17305.375"],["10916.440","17275.721"],["11057.325","17363.804"],["11047.882","17390.371"],["11060.505","17381.908"],["10925.045","17357.621"],["10929.282","17396.038"],["10931.157","17408.772"],["10946.788","17401.220"],["10958.368","17297.005"],["10942.181","17309.071"],["10934.699","17277.152"],["10993.639","17311.031"],["11010.710","17337.257"],["11000.110","17333.137"],["10998.415","17353.640"],["3157.758","11767.974"],["3235.324","11849.408"],["3298.436","11887.078"],["3268.556","11883.534"],["3154.178","11821.586"],["3254.983","11908.963"],["3236.684","11739.310"],["3264.112","11898.091"],["3190.285","11848.417"],["3229.820","11886.891"],["3250.422","11874.449"],["3240.647","11749.497"],["3208.997","11856.202"],["3198.016","11747.586"],["3158.112","11791.708"],["3153.009","11727.141"],["3200.674","11787.135"],["3280.151","11730.252"],["3303.413","11771.363"],["3281.934","11846.479"],["3233.846","11777.813"],["3215.375","11767.777"],["3285.192","11712.570"],["3286.286","11871.065"],["3260.379","11893.616"],["3300.426","11891.735"],["3178.656","11837.336"],["3168.241","11830.042"],["3234.288","11861.200"],["3302.670","11843.052"],["3151.853","11770.021"],["3158.325","11807.579"],["3232.320","11875.627"],["3236.041","11737.688"],["3188.372","11861.074"],["3183.131","11729.370"],["3257.297","11850.518"],["3227.391","11740.829"],["3156.553","11730.752"],["3198.437","11768.489"],["3287.061","11732.277"],["3288.874","11844.415"],["3230.605","11772.842"],["3211.987","11762.938"],["3266.714","11875.359"],["3263.948","11895.664"],["3301.548","11912.950"],["3174.129","11821.024"],["3297.522","11859.897"],["3150.998","11789.311"],["3169.676","11840.341"],["3149.658","11798.974"],["3227.972","11855.915"],["3202.341","11728.544"],["3252.955","11857.587"],["3247.439","11746.111"],["3234.195","11758.548"],["3206.876","11867.383"],["3225.220","11728.905"],["3167.878","11740.055"],["3186.381","11767.002"],["3214.491","11880.863"],["3295.887","11746.306"],["3298.339","11780.744"],["3284.795","11845.686"],["3241.806","11783.858"],["3208.056","11778.578"],["3847.748","18339.652"],["3824.357","18278.943"],["3779.900","18255.165"],["3777.566","18346.516"],["3885.232","18314.962"],["3863.357","18338.744"],["3799.357","18285.566"],["3863.883","18312.171"],["3875.906","18284.475"],["3826.742","18297.903"],["3817.450","18256.833"],["3894.329","18298.765"],["3932.947","18326.560"],["3905.716","18268.428"],["16117.543","12892.269"],["15981.971","12915.078"],["16145.684","12868.603"],["16035.257","12824.446"],["15965.190","12789.656"],["15999.849","12925.945"],["4022.780","18083.206"],["3986.140","18229.113"],["4094.534","18187.964"],["4137.087","18047.316"],["4126.827","18093.238"],["4116.026","18132.587"],["3954.110","18194.959"],["3955.163","18229.046"],["3962.944","18054.420"],["3980.576","18055.444"],["3966.929","18226.784"],["4011.321","18229.162"],["4144.781","18194.950"],["4145.311","18062.228"],["4144.261","18073.700"],["4115.725","18058.308"],["4123.839","18172.884"],["4110.763","18151.695"],["3942.268","18241.102"],["3965.230","18052.653"],["4004.671","18067.269"],["3970.367","18161.416"],["4003.114","18201.020"],["4097.610","18208.856"],["4139.702","18088.735"],["4130.887","18057.506"],["4125.298","18058.374"],["4132.178","18163.487"],["4136.630","18094.212"],["4070.599","18220.197"],["4130.698","18239.405"],["4140.411","18180.286"],["4108.759","18123.860"],["4074.400","18110.219"],["4112.369","18083.661"],["4080.856","18078.260"],["4146.019","18068.743"],["4130.575","18056.967"],["4100.979","18133.860"],["4086.456","18200.296"],["4084.088","18195.259"],["4022.994","18185.842"],["4052.658","18238.743"],["4038.990","18197.422"],["3976.077","18224.757"],["4037.722","18208.358"],["3948.191","18187.290"],["3961.300","18188.215"],["3978.376","18130.628"],["3973.294","18121.115"],["3957.114","18099.256"],["3945.249","18057.478"],["4052.631","18122.904"],["4028.469","18130.303"],["3999.527","18079.647"],["15522.793","16830.314"],["15591.616","16951.902"],["15646.840","16969.725"],["15676.243","16898.863"],["15521.461","16825.838"],["15568.209","16860.427"],["15659.643","16944.866"],["15688.258","16919.868"],["15714.391","16931.038"],["15576.557","16815.151"],["15635.343","16847.751"],["15637.702","16814.503"],["15597.461","16964.005"],["15642.058","16982.439"],["15558.033","16869.415"],["15543.774","16815.401"],["15571.185","16978.598"],["15715.766","16941.501"],["15515.677","16881.003"],["15556.614","16889.813"],["15539.087","16857.901"],["2226.901","11011.660"],["2229.041","11001.028"],["2216.468","11046.374"],["2263.752","10991.251"],["2209.396","11054.120"],["14829.872","8804.914"],["14781.410","8765.831"],["14861.787","8803.488"],["14829.065","8746.059"],["14829.820","8919.792"],["14776.798","8923.562"],["14850.812","8892.311"],["14833.342","8862.542"],["14755.406","8848.008"],["14721.417","8894.779"],["14788.008","8936.158"],["14854.890","8774.463"],["14821.830","8786.737"],["14708.407","8924.404"],["14745.660","8837.798"],["14834.919","8926.778"],["14882.243","8930.808"],["14817.437","8881.568"],["14759.123","8807.760"],["14749.575","8877.966"],["14797.959","8943.623"],["14855.630","8754.479"],["14797.995","8763.723"],["14806.159","8773.130"],["14769.460","8878.112"],["14838.044","8927.356"],["14756.633","8942.736"],["14867.374","8924.301"],["14843.145","8880.544"],["14774.846","8815.010"],["14733.917","8896.562"],["14805.261","8939.229"],["14834.166","8797.581"],["14680.345","8946.598"],["14696.174","8852.503"],["14841.109","8949.673"],["14834.117","8786.618"],["14858.120","8827.864"],["14739.224","8885.170"],["14742.765","8926.717"],["14796.282","8895.056"],["14875.515","8952.475"],["14673.481","8856.565"],["14869.168","8922.588"],["14775.017","8803.884"],["14865.077","8793.331"],["14738.435","8867.168"],["14695.562","8902.257"],["14817.466","8919.234"],["14826.634","8810.666"],["14714.983","8917.598"],["14698.477","8882.280"],["14856.635","8911.919"],["14680.915","8850.917"],["14806.436","8790.073"],["14757.276","8863.898"],["14827.770","8911.176"],["13630.514","17418.707"],["13799.357","17532.010"],["13766.840","17487.683"],["13791.298","17444.298"],["13730.442","17510.243"],["13824.283","17612.780"],["13823.543","17536.447"],["13791.339","17557.537"],["13805.583","17575.538"],["13766.081","17579.111"],["13785.719","17563.207"],["13802.613","17463.191"],["13774.521","17488.724"],["13817.400","17486.263"],["13772.153","17494.570"],["13771.692","17476.255"],["13735.475","17528.327"],["13793.518","17527.435"],["13743.238","17486.973"],["13781.528","17458.666"],["13793.814","17475.743"],["13786.093","17542.805"],["13724.382","17584.655"],["13815.007","17544.473"],["13799.201","17525.844"],["13745.599","17536.843"],["13801.722","17589.334"],["13763.959","17581.506"],["13773.384","17599.028"],["13792.166","17608.607"],["13733.943","17572.307"],["13668.470","17425.373"],["13782.959","17495.627"],["13815.360","17483.769"],["13775.689","17446.709"],["13764.431","17524.919"],["13734.497","17545.662"],["13793.038","17605.189"],["13778.087","17609.912"],["13746.689","17591.795"],["13767.479","17606.394"],["13680.427","17424.035"],["13656.764","17424.620"],["13779.883","17518.583"],["13805.623","17507.733"],["13816.363","17451.184"],["13741.446","17482.018"],["13774.900","17466.263"],["13805.640","17459.855"],["13784.744","17534.663"],["13741.274","17523.086"],["13779.464","17521.153"],["13778.987","17520.196"],["13810.275","17601.671"],["13758.400","17593.281"],["13747.101","17563.174"],["13744.556","17615.775"],["13635.695","17413.587"],["13821.051","17518.468"],["13727.876","17504.116"],["13785.393","17512.770"],["13722.787","17581.401"],["13756.685","17541.352"],["13802.014","17567.380"],["13804.782","17566.923"],["13742.068","17576.254"],["12016.911","17403.192"],["12117.122","17392.310"],["12123.264","17391.206"],["12114.030","17399.552"],["11951.200","17392.124"],["12051.892","17379.824"],["11953.091","17392.487"],["12006.741","17403.789"],["12039.167","17390.043"],["11945.558","17394.948"],["11956.463","17406.046"],["11952.696","17406.112"],["12009.314","17401.266"],["12026.516","17395.496"],["12133.113","17401.675"],["12118.080","17406.242"],["12122.462","17393.096"],["12085.213","17354.307"],["12051.760","17383.160"],["12030.302","17394.915"],["12092.928","17404.639"],["12145.738","17406.481"],["12138.150","17399.225"],["12136.078","17403.522"],["12138.084","17377.762"],["12013.591","17409.292"],["12018.555","17407.635"],["12115.544","17378.387"],["12098.125","17407.232"],["12141.012","17389.554"],["12132.887","17382.965"],["20795.525","16421.640"],["5243.380","18442.970"],["5229.686","18403.638"],["5294.777","18442.045"],["5389.940","18417.474"],["5381.350","18388.347"],["5360.721","18410.839"],["5271.743","18457.953"],["5227.811","18397.115"],["5338.145","18450.722"],["5294.415","18429.691"],["5383.773","18428.061"],["5369.919","18382.534"],["5361.576","18418.998"],["5314.191","18461.404"],["5324.536","18453.031"],["5302.892","18446.210"],["5340.335","18459.427"],["5345.858","18454.432"],["5342.713","18465.381"],["5361.208","18369.116"],["5347.802","18374.438"],["5217.497","18332.052"],["5206.499","18424.112"],["5212.166","18397.435"],["5198.981","18377.102"],["3987.232","16906.996"],["3983.727","16901.858"],["4048.600","16891.566"],["4018.847","16900.880"],["3982.873","16893.024"],["4004.123","16892.363"],["3968.300","16907.024"],["3977.708","16904.596"],["3957.460","16890.876"],["4038.568","16893.217"],["4029.039","16881.504"],["4095.843","16986.158"],["3950.636","16893.255"],["3937.462","16910.827"],["3961.935","16901.656"],["3968.234","16916.091"],["3991.671","16875.632"],["3993.497","16903.708"],["3988.332","16871.633"],["3988.083","16916.343"],["3971.125","16986.691"],["3947.079","16957.823"],["4014.116","16952.477"],["4067.108","16963.222"],["4084.493","16934.534"],["4122.418","16974.226"],["14178.848","16771.001"],["14096.431","16585.859"],["14234.902","16572.127"],["14224.727","16598.433"],["14245.560","16576.735"],["14218.804","16645.599"],["14216.414","16758.350"],["14087.615","16584.274"],["14092.188","16588.964"],["14105.905","16565.562"],["14210.494","16570.195"],["14140.366","16640.694"],["14190.855","16753.247"],["14195.493","16740.712"],["14215.034","16591.045"],["14183.832","16770.456"],["14230.642","16609.782"],["14147.340","16638.613"],["14177.159","16658.365"],["14170.021","16642.081"],["14212.620","16610.239"],["14208.573","16637.093"],["14182.208","16642.989"],["14236.152","16605.488"],["8365.788","19368.321"],["8362.069","19355.925"],["8357.036","19364.628"],["8363.022","19350.921"],["8372.151","19348.807"],["8159.985","14799.202"],["8159.451","14802.705"],["8215.453","14854.066"],["8203.238","14836.953"],["8200.100","14833.031"],["8162.746","14806.377"],["8163.400","14819.590"],["8199.995","14767.237"],["8194.585","14772.057"],["8205.200","14762.646"],["8209.532","14757.738"],["8227.061","14722.714"],["8227.229","14727.655"],["8220.327","14742.149"],["8176.825","14771.279"],["8190.112","14779.336"],["8241.509","14685.367"],["8242.236","14673.764"],["8238.617","14667.398"],["8278.669","14697.116"],["8264.630","14724.989"],["8159.222","14806.810"],["8223.674","14778.855"],["8240.293","14768.995"],["8250.153","14755.899"],["8226.583","14781.250"],["8218.826","14784.310"],["8215.317","14806.990"],["8222.630","14809.891"],["8240.530","14774.269"],["8237.331","14828.438"],["8238.946","14776.931"],["8207.024","14760.026"],["8228.728","14724.531"],["8199.043","14771.979"],["8218.396","14743.673"],["8225.303","14728.754"],["8234.049","14715.063"],["8237.592","14706.744"],["8236.280","14711.473"],["8221.902","14737.241"],["8225.246","14734.153"],["8230.893","14720.494"],["8239.095","14699.786"],["8195.502","14774.494"],["8175.382","14767.880"],["8178.803","14772.111"],["8238.283","14696.165"],["8242.181","14681.549"],["8242.922","14676.894"],["8238.895","14670.971"],["8237.467","14676.079"],["16749.554","16199.200"],["16745.513","16179.141"],["16637.862","16313.700"],["16767.469","16247.169"],["16682.818","16303.478"],["16652.571","16278.804"],["16759.384","16222.591"],["4787.703","20200.331"],["4837.651","20239.161"],["4806.412","20222.322"],["4808.795","20166.293"],["4908.937","20223.123"],["4790.190","20196.071"],["4856.706","20231.611"],["4839.075","20226.359"],["4917.177","20183.833"],["4908.229","20235.245"],["4980.043","20209.468"],["4793.155","20232.189"],["4778.051","20193.165"],["4801.493","20223.238"],["4795.062","20178.151"],["4919.068","20225.435"],["4926.256","20192.586"],["4984.960","20199.080"],["4979.483","20188.890"],["4834.650","20189.547"],["4913.344","20231.909"],["4861.704","20197.454"],["4879.560","20166.092"],["4958.275","20174.381"],["7772.419","18231.367"],["7742.743","18247.022"],["7734.469","18213.680"],["7895.140","18181.478"],["7923.018","18163.757"],["7901.242","18197.102"],["7900.630","18222.672"],["7857.883","18157.346"],["7774.073","18128.272"],["7851.571","18075.365"],["7823.200","18048.202"],["7905.943","18213.605"],["7904.081","18189.639"],["7863.886","18171.203"],["7806.869","18129.609"],["7861.291","18079.263"],["7821.423","18071.456"],["7892.324","18217.222"],["7900.133","18213.735"],["7877.044","18164.398"],["7799.188","18134.101"],["7860.206","18078.668"],["7823.676","18056.691"],["7919.249","18236.710"],["7879.574","18185.824"],["7859.840","18175.216"],["7770.060","18120.278"],["7852.591","18092.607"],["7799.301","18070.168"],["12284.645","8635.595"],["12280.949","8575.372"],["12241.127","8575.570"],["12293.625","8630.062"],["12305.275","8565.100"],["12222.131","8566.090"],["12271.240","8625.653"],["12291.147","8567.726"],["12244.943","8543.778"],["12266.273","8608.048"],["12303.597","8575.719"],["12287.309","8617.445"],["12320.670","8589.311"],["12235.733","8555.173"],["6872.633","13750.503"],["6856.529","13797.635"],["6859.165","13783.041"],["6874.534","13721.985"],["6879.917","13658.007"],["6866.895","13652.550"],["6882.649","13729.815"],["6872.337","13745.598"],["6849.445","13758.913"],["6874.478","13743.328"],["6875.840","13751.609"],["6848.799","13777.850"],["6870.657","13773.611"],["6877.422","13724.219"],["16754.270","16554.572"],["16573.274","16410.178"],["16668.037","16459.696"],["16650.086","16417.112"],["6875.308","13517.690"],["6797.965","13542.680"],["6686.861","13592.448"],["6876.608","13523.652"],["6793.442","13527.816"],["6867.437","13464.720"],["6804.511","13544.364"],["6739.957","13574.037"],["6765.070","13599.690"],["6795.118","13587.275"],["6864.062","13556.893"],["6859.193","13535.873"],["6864.423","13540.844"],["6875.759","13503.524"],["6849.049","13515.597"],["6846.771","13501.179"],["6770.565","13583.352"],["6822.092","13590.449"],["6829.369","13598.363"],["6790.553","13597.240"],["6847.713","13578.082"],["6851.709","13544.131"],["6868.012","13529.916"],["6752.983","13585.961"],["6698.190","13600.145"],["6839.905","13587.509"],["6849.147","13532.228"],["6845.373","13495.514"],["6762.440","13567.002"],["6673.980","13602.804"],["27638.816","7197.454"],["27567.516","7175.588"],["27589.589","7184.077"],["27567.171","7203.334"],["27562.493","7251.893"],["27534.505","7163.501"],["27516.347","7143.699"],["27586.612","7209.741"],["27566.595","7207.941"],["27588.372","7208.569"],["27617.697","7221.698"],["27586.414","7183.928"],["27644.340","7165.483"],["27605.970","7188.387"],["27588.907","7260.018"],["27567.855","7247.912"],["27558.973","7246.096"],["27675.409","7113.377"],["27573.207","7166.851"],["27618.783","7202.921"],["27563.898","7157.966"],["10442.428","13735.337"],["10410.970","13684.890"],["10418.053","13805.089"],["10366.526","13810.674"],["10377.101","13766.887"],["10409.530","13781.887"],["10307.122","13717.901"],["10339.798","13681.347"],["10308.850","13632.750"],["10359.625","13618.925"],["10398.529","13686.454"],["10305.650","13619.259"],["10291.335","13612.972"],["10297.951","13637.270"],["10362.974","13810.195"],["10376.328","13755.062"],["10363.656","13753.184"],["10311.661","13723.549"],["10327.035","13687.738"],["10275.640","13615.912"],["10396.938","13769.033"],["10351.091","13628.955"],["10347.325","13702.784"],["10353.299","13698.617"],["10357.024","13704.659"],["10358.689","13701.987"],["10370.817","13715.544"],["10371.549","13720.657"],["10384.263","13740.019"],["10373.121","13743.445"],["10425.857","13799.993"],["10256.274","13655.875"],["10461.255","13691.644"],["10396.829","13627.990"],["10422.301","13668.253"],["10405.477","13670.733"],["10309.934","13725.287"],["10342.928","13725.832"],["10310.789","13741.009"],["10329.638","13754.948"],["10433.497","13624.385"],["10447.626","13615.769"],["10337.138","13779.226"],["10297.944","13742.396"],["10304.819","13724.411"],["7075.200","15896.180"],["7036.446","15920.378"],["6949.180","15890.708"],["6920.140","15900.648"],["6937.973","15817.804"],["6948.532","15830.735"],["7016.770","15808.887"],["6993.809","15815.476"],["7052.308","15825.163"],["7066.025","15810.448"],["7028.556","15842.879"],["7051.467","15838.205"],["7006.641","15904.532"],["7016.711","15884.126"],["6996.481","15890.385"],["6933.375","15859.008"],["6959.033","15862.278"],["6947.749","15899.841"],["6911.000","15839.005"],["6933.614","15828.060"],["6979.796","15807.351"],["7056.288","15826.518"],["7082.257","15896.965"],["7036.237","15861.244"],["7004.227","15877.784"],["6950.513","15867.332"],["6918.440","15875.498"],["6946.608","15829.447"],["7013.826","15801.075"],["7058.410","15820.638"],["7080.431","15891.482"],["7044.378","15846.199"],["6976.941","15884.770"],["6954.609","15881.023"],["13979.014","14098.153"],["13925.234","14086.429"],["13958.853","14168.121"],["14000.868","14158.724"],["13881.331","14039.622"],["13970.408","14174.761"],["13983.580","14110.166"],["13909.458","14111.655"],["13896.255","14081.606"],["13838.156","14087.385"],["13904.989","14189.107"],["13867.308","14109.302"],["13848.295","14197.712"],["13885.163","14145.034"],["13998.623","14118.151"],["13985.429","14141.586"],["13976.777","14115.312"],["13873.278","14134.901"],["13906.961","14063.093"],["13895.927","14159.083"],["13986.686","14065.828"],["13851.485","14068.757"],["13835.788","14147.197"],["13896.930","14209.471"],["15635.846","16193.817"],["15701.466","16223.866"],["15672.767","16188.818"],["15691.712","16239.038"],["15592.251","16225.028"],["15697.867","16288.178"],["15663.066","16298.496"],["15641.527","16208.750"],["15699.827","16294.302"],["15641.998","16184.012"],["15659.700","16263.772"],["15529.812","16278.453"],["15671.343","16178.969"],["15529.518","16251.969"],["15621.257","16175.519"],["15677.154","16142.205"],["15523.975","16229.723"],["15580.755","16237.546"],["15636.619","16193.851"],["15708.257","16178.134"],["15714.890","16331.838"],["15747.185","14182.498"],["15751.572","14092.328"],["15740.132","14068.096"],["15838.839","14164.901"],["15767.487","14202.784"],["15785.057","14049.155"],["15815.299","14109.162"],["15777.431","14032.594"],["15754.655","14097.651"],["15867.297","14059.885"],["15850.548","14075.745"],["15908.460","14071.228"],["15926.809","14116.187"],["15839.536","14127.245"],["15881.741","14184.687"],["15865.554","14039.879"],["15933.074","14032.468"],["15751.608","14186.006"],["15755.352","14062.379"],["15846.766","14116.082"],["15884.754","14037.357"],["15886.281","14217.551"],["4563.229","11896.663"],["4520.246","11814.021"],["4510.825","11805.606"],["4484.564","11783.428"],["4538.157","11763.607"],["4562.245","11789.975"],["4480.562","11803.756"],["4469.827","11752.858"],["4546.594","11778.174"],["4566.035","11732.650"],["4549.773","11838.616"],["4516.775","11808.538"],["4475.929","11757.994"],["4546.989","11785.358"],["4560.936","11748.142"],["4518.273","11773.154"],["4566.426","11721.503"],["4556.810","11910.908"],["4519.934","11773.534"],["4544.277","11908.959"],["11362.219","12968.982"],["14696.040","8653.747"],["14724.178","8576.827"],["14847.227","8583.555"],["14851.638","8683.523"],["14804.856","8658.072"],["14754.278","8588.247"],["14782.300","8605.724"],["14841.713","8671.489"],["14858.538","8695.265"],["14852.749","8713.027"],["14743.093","8589.412"],["14845.946","8600.747"],["14829.648","8668.016"],["14857.342","8698.020"],["14727.879","8600.824"],["14794.282","8622.746"],["14842.160","8679.904"],["14784.149","8646.578"],["14751.465","8622.459"],["14788.016","8627.899"],["14850.771","8639.630"],["14856.757","8677.698"],["14843.205","8649.408"],["14720.569","8591.777"],["14853.658","8720.844"],["14842.349","8646.468"],["14740.964","8616.319"],["3827.882","12329.479"],["3862.255","12335.667"],["3887.761","12334.383"],["3855.871","12292.640"],["3809.762","12335.574"],["3827.303","12296.927"],["3829.873","12312.749"],["3869.126","12332.632"],["3837.483","12302.796"],["3793.512","12330.471"],["3833.898","12294.400"],["3837.965","12328.835"],["3880.146","12326.836"],["3844.686","12296.405"],["3824.605","12281.023"],["3814.251","12320.038"],["3816.875","12274.153"],["3820.418","12317.279"],["3809.934","12281.518"],["12158.646","11891.108"],["12314.783","11899.711"],["12163.071","11891.984"],["12328.977","11895.599"],["12355.292","11909.451"],["12251.658","11873.223"],["12255.803","11858.970"],["12189.882","11875.749"],["12176.625","11893.569"],["12321.760","11907.483"],["17226.036","15756.294"],["17276.374","15740.425"],["17213.930","15764.882"],["17200.406","15784.078"],["17233.981","15763.438"],["17267.920","15742.869"],["17203.629","15732.750"],["17217.796","15764.981"],["17253.528","15764.636"],["17277.361","15739.368"],["17248.107","15737.762"],["17246.135","15760.135"],["17257.690","15744.025"],["17229.622","15763.719"],["17258.255","15745.541"],["17248.562","15920.343"],["14026.514","16997.819"],["14018.819","17024.588"],["14029.444","17018.378"],["14040.445","16987.134"],["14010.612","17008.535"],["14031.251","16991.791"],["14010.513","17002.821"],["14028.044","16995.160"],["14010.678","17002.953"],["14698.004","17545.755"],["14731.310","17582.320"],["14728.317","17552.774"],["14692.429","17584.401"],["14756.968","17590.297"],["14675.044","17569.257"],["14678.909","17531.651"],["14699.041","17590.859"],["14672.708","17556.589"],["14733.416","17569.735"],["14736.426","17566.581"],["14770.469","17577.040"],["14673.564","17609.994"],["14673.333","17521.726"],["14752.610","17571.238"],["16236.411","18230.292"],["16242.942","18223.787"],["16310.710","18213.564"],["16161.759","18190.200"],["16156.381","18100.291"],["16323.582","18223.851"],["16160.705","18220.632"],["16353.770","18147.305"],["16332.931","18150.327"],["16260.723","18223.396"],["16323.631","18232.621"],["16205.393","18250.476"],["16348.079","18132.606"],["16255.081","18228.780"],["16169.933","18130.150"],["16282.203","18193.173"],["16191.315","18159.151"],["16267.614","18252.595"],["16153.617","18249.721"],["16279.242","18216.360"],["16230.821","18245.790"],["16184.538","18197.467"],["4035.484","17416.636"],["3976.708","17410.758"],["4030.921","17414.631"],["4030.649","17419.840"],["4019.718","17421.698"],["4037.993","17418.635"],["4026.699","17416.647"],["3966.024","17410.839"],["12585.612","17260.735"],["12629.852","17202.072"],["12569.641","17250.067"],["21377.938","7211.641"],["21406.311","7132.607"],["21344.001","7125.432"],["21349.938","7151.659"],["6282.273","13506.855"],["6277.898","13513.131"],["6288.296","13398.771"],["6284.214","13505.551"],["6300.743","13515.179"],["6289.809","13401.397"],["6315.977","13404.436"],["6277.848","13493.941"],["6312.375","13393.057"],["6376.267","13395.857"],["6380.649","13459.974"],["6381.027","13477.199"],["6323.736","13479.705"],["6319.492","13462.727"],["6327.727","13461.559"],["6327.151","13446.167"],["6323.883","13554.175"],["6281.043","13601.704"],["6394.899","13400.313"],["6385.887","13408.117"],["6393.142","13394.965"],["6383.017","13468.281"],["6379.185","13481.147"],["6314.525","13476.154"],["6316.384","13477.509"],["6315.457","13446.844"],["6324.996","13453.896"],["6334.787","13564.794"],["6316.810","13557.411"],["6270.730","13591.299"],["6285.648","13594.107"],["19812.407","5398.365"],["19805.877","5452.750"],["19731.831","5503.072"],["19783.673","5433.097"],["19884.024","5553.387"],["19908.218","5461.248"],["19835.389","5549.192"],["19838.185","5446.434"],["19847.774","5503.577"],["19838.202","5434.477"],["19854.106","5464.204"],["19922.089","5367.006"],["19772.122","5401.159"],["19928.289","5400.631"],["19728.657","5380.396"],["19838.706","5416.515"],["19807.407","5408.687"],["19772.506","5511.511"],["19787.933","5480.462"],["19783.920","5426.854"],["19920.948","5547.375"],["19836.721","5511.900"],["19816.557","5516.194"],["19826.327","5542.140"],["19813.613","5512.148"],["19839.336","5513.040"],["19916.491","5544.634"],["19835.142","5511.900"],["19919.945","5567.375"],["19890.888","5379.970"],["19806.135","5407.253"],["19915.658","5404.545"],["19905.724","5420.449"],["19907.319","5399.293"],["19730.170","5472.981"],["19751.996","5411.230"],["19878.498","5476.723"],["19870.438","5433.354"],["19738.789","5474.765"],["19872.692","5516.392"],["19805.554","5522.189"],["19733.542","5365.929"],["19907.544","5487.887"],["19877.198","5483.494"],["19881.984","5537.202"],["19911.612","5400.928"],["14378.636","12318.138"],["14452.962","12142.424"],["14422.716","12189.377"],["14382.173","12164.208"],["14422.069","12305.679"],["14421.098","12313.673"],["14399.832","12328.586"],["14460.679","12292.150"],["14437.620","12262.819"],["14359.606","12126.419"],["14363.867","12322.053"],["14371.235","12315.248"],["14343.062","12162.178"],["14398.023","12278.858"],["14439.413","12280.804"],["14384.936","12289.600"],["14345.758","12315.826"],["14309.378","12139.700"],["14424.887","12162.787"],["14402.387","12180.442"],["14429.067","12252.150"],["14355.298","12306.038"],["14401.432","12307.491"],["14373.521","12324.249"],["14373.900","12326.594"],["14272.008","12206.131"],["14350.217","12131.393"],["14398.834","12181.961"],["14458.110","12137.717"],["14430.506","12301.567"],["14428.352","12317.653"],["14284.764","12314.950"],["14367.748","12276.376"],["14349.130","12270.497"],["6285.874","13612.989"],["6259.146","13605.097"],["6262.918","13608.690"],["6272.683","13614.921"],["6285.265","13611.437"],["6254.392","13620.983"],["6252.403","13606.154"],["5648.229","9023.227"],["5660.811","9040.535"],["5670.449","9055.266"],["5634.008","9164.300"],["5726.269","9064.058"],["5648.722","9001.542"],["5652.148","9161.817"],["5677.933","9013.004"],["5637.560","9098.861"],["5628.831","9125.655"],["4552.693","16607.408"],["4541.122","16572.865"],["4565.884","16622.238"],["4559.107","16594.493"],["4561.657","16607.209"],["4542.331","16597.432"],["20498.594","7870.627"],["5393.705","7408.500"],["5344.208","7432.685"],["5343.450","7450.576"],["5366.599","7376.852"],["5297.915","7342.583"],["5400.326","7389.652"],["5313.417","7471.270"],["5372.981","7392.278"],["5300.399","7355.828"],["5297.862","7438.322"],["5407.291","7340.785"],["5408.073","7410.166"],["5366.134","7425.959"],["5342.710","7434.111"],["5353.688","7399.164"],["5327.882","7347.439"],["5265.555","7443.901"],["5374.264","7370.136"],["5319.682","7367.852"],["5354.869","7403.022"],["5391.090","7344.207"],["5296.412","7408.335"],["5307.386","7473.174"],["18906.797","15110.460"],["16917.789","15210.817"],["16830.580","15103.835"],["16847.513","15120.215"],["16884.038","15190.535"],["16850.798","15135.714"],["12774.952","17921.419"],["12722.993","17961.612"],["12753.570","17911.312"],["12732.549","17937.021"],["12744.524","17873.360"],["12686.379","17854.202"],["12725.091","17853.239"],["12720.180","17905.642"],["12769.901","17940.885"],["12755.675","17898.661"],["12727.830","17920.924"],["12706.167","17934.444"],["12740.314","17870.007"],["12657.152","17876.464"],["12715.049","17945.328"],["12751.087","17925.003"],["12754.524","17885.911"],["16782.160","17273.193"],["16823.673","17284.452"],["16792.284","17272.166"],["16833.078","17200.324"],["16845.957","17333.793"],["16943.675","17318.500"],["16895.531","17314.117"],["16982.959","17340.485"],["16821.347","17220.353"],["16872.292","17316.476"],["16801.368","17229.301"],["16933.564","17297.612"],["16815.474","17268.917"],["16826.055","17269.553"],["16813.160","17302.583"],["16829.353","17286.319"],["16786.821","17278.032"],["16836.713","17284.198"],["16851.867","17281.176"],["16821.146","17339.764"],["16969.234","17334.464"],["16954.286","17342.983"],["16888.875","17317.741"],["16899.857","17298.824"],["16962.952","17308.271"],["16986.698","17340.236"],["16955.984","17302.282"],["16979.565","17296.057"],["16827.512","17251.042"],["16789.161","17228.106"],["16853.184","17218.591"],["16885.141","17206.008"],["16941.967","17270.789"],["16804.435","17285.834"],["16803.495","17266.974"],["16857.886","17310.611"],["16989.611","17348.120"],["16784.199","17293.061"],["16949.840","17304.278"],["16877.143","17335.455"],["16952.591","17290.225"],["16934.676","17270.048"],["9543.529","18067.852"],["9442.216","18116.965"],["9499.269","18050.230"],["9441.778","18097.464"],["7678.306","8708.353"],["7697.069","8667.036"],["7701.642","8692.816"],["7684.646","8734.948"],["5121.701","8828.106"],["5148.890","8892.009"],["5163.609","8859.326"],["5125.124","8926.320"],["5086.782","8833.104"],["5160.286","8839.987"],["5101.664","8844.982"],["5172.706","8931.001"],["5176.717","8850.970"],["5148.770","8930.387"],["5019.896","8926.743"],["5128.806","8853.075"],["5019.035","8845.814"],["5168.481","8817.983"],["5036.340","8840.554"],["5128.068","8879.895"],["5145.217","8937.389"],["5008.726","8885.482"],["5163.283","8830.403"],["5127.619","8843.071"],["5181.440","8894.031"],["5106.811","8851.807"],["5163.510","8927.942"],["5050.041","8853.717"],["5090.473","8905.039"],["5067.725","8917.426"],["5048.350","8923.126"],["5060.541","8922.873"],["5176.787","8827.843"],["5073.990","8877.303"],["5034.071","8842.999"],["5094.828","8902.884"],["5015.241","8910.178"],["5068.199","8842.107"],["5125.665","8917.207"],["5164.023","8838.479"],["5085.421","8871.639"],["5068.215","8876.673"],["5121.851","8884.486"],["15029.990","11889.676"],["15089.130","11892.521"],["15030.154","11885.002"],["15039.381","11908.916"],["14953.686","11905.562"],["15029.233","11881.253"],["15049.299","11875.241"],["9856.074","11814.574"],["9838.451","11768.066"],["9900.481","11763.220"],["9880.235","11734.341"],["9923.764","11846.215"],["9865.992","11793.451"],["9870.959","11820.222"],["9913.363","11794.647"],["9833.714","11772.673"],["9894.702","11793.270"],["9847.916","11729.370"],["9908.518","11829.544"],["9930.786","11881.152"],["9921.699","11769.241"],["9876.518","11708.528"],["9869.593","11727.339"],["9882.007","11859.682"],["9899.264","11771.508"],["9858.886","11723.226"],["9899.014","11836.975"],["9846.266","11848.729"],["9961.521","11903.171"],["9928.813","11900.052"],["9964.637","11857.815"],["9976.480","11830.797"],["9948.113","11731.280"],["9975.303","11798.290"],["9894.873","11766.719"],["9942.036","11907.812"],["9939.691","11856.767"],["9962.594","11888.568"],["9974.796","11885.419"],["9971.309","11858.152"],["9963.649","11876.453"],["9952.047","11869.036"],["9960.569","11886.395"],["9955.024","11879.294"],["9956.893","11831.308"],["9945.333","11809.716"],["9964.345","11796.094"],["9894.937","11711.157"],["9937.067","11839.621"],["9998.715","11844.078"],["9849.178","11733.760"],["9841.211","11718.940"],["9945.372","11763.081"],["9939.892","11766.210"],["9905.506","11735.196"],["9911.647","11734.921"],["9946.680","11752.810"],["9951.021","11776.303"],["9892.301","11732.634"],["9913.138","11743.764"],["9949.261","11811.575"],["9936.730","11818.183"],["9999.718","11830.779"],["9991.556","11823.231"],["9844.822","11706.138"],["9929.570","11890.401"],["9945.100","11882.784"],["9963.500","11762.335"],["9956.060","11863.525"],["9961.024","11851.000"],["9907.352","11705.855"],["9948.440","11848.453"],["9986.779","11816.152"],["9990.619","11800.820"],["9936.796","11832.637"],["9922.121","11832.773"],["9893.450","11859.972"],["10021.220","11905.246"],["10015.427","11893.703"],["10005.845","11889.349"],["10003.721","11878.136"],["9881.254","11782.937"],["9838.952","11780.327"],["17564.514","17187.908"],["17618.428","17080.480"],["17600.175","17056.982"],["17607.472","17074.920"],["17581.193","17036.759"],["17472.211","17075.930"],["17580.835","17076.750"],["17614.061","17107.103"],["17559.441","17154.948"],["17606.747","17121.596"],["17541.962","17151.748"],["6943.745","13930.593"],["7001.046","13897.851"],["7000.410","13858.809"],["6980.843","13860.693"],["6945.851","13920.766"],["7016.869","13886.241"],["6995.246","13849.049"],["6970.745","13877.109"],["6963.618","13836.683"],["6963.762","13909.569"],["6995.866","13889.428"],["6997.203","13842.525"],["6970.482","13878.992"],["7045.777","13981.847"],["7018.885","13919.535"],["7083.053","13956.314"],["6955.069","13893.788"],["7037.290","13935.142"],["6979.773","13921.467"],["6922.717","13980.757"],["6993.030","13851.525"],["7027.405","13946.455"],["7006.221","13956.298"],["6972.356","13953.111"],["10143.504","11068.207"],["11081.407","16853.218"],["11064.063","16799.289"],["11037.267","16779.004"],["11039.658","16789.915"],["11060.457","16790.039"],["10891.744","16834.624"],["11023.745","16818.194"],["11008.039","16800.620"],["16541.997","16075.962"],["16509.970","16124.809"],["16468.988","16107.928"],["16484.698","16128.310"],["25518.419","6821.430"],["25499.011","6720.749"],["25431.628","6712.306"],["25583.010","6716.777"],["25610.994","6801.089"],["25496.051","6827.606"],["25464.883","6771.649"],["25488.388","6689.465"],["25562.500","6730.584"],["18174.791","18012.478"],["18045.088","17956.706"],["18045.944","17993.733"],["18172.620","18011.982"],["18059.233","17966.549"],["18058.806","18021.000"],["21432.403","6582.992"],["21530.214","6502.082"],["21575.576","6600.926"],["21494.380","6494.864"],["21538.719","6520.779"],["21596.811","6555.627"],["21416.781","6421.189"],["21574.753","6486.310"],["21529.112","6549.465"],["6077.636","16255.176"],["6232.434","16202.634"],["6249.151","16226.102"],["6098.130","16214.966"],["6246.443","16348.388"],["6157.628","16299.657"],["6220.930","16254.615"],["6215.751","16231.988"],["6117.563","16207.425"],["3623.816","19079.448"],["3599.474","19074.180"],["3622.878","19093.239"],["3602.533","19063.957"],["3581.799","19096.851"],["3563.141","19085.146"],["18009.501","15339.921"],["9683.491","16925.945"],["17036.541","18427.545"],["17099.836","18268.156"],["17070.523","18338.012"],["17132.038","18361.024"],["17094.190","18289.490"],["17095.739","18353.212"],["17058.944","18300.721"],["17122.466","18322.395"],["17012.713","18277.937"],["1814.182","10899.290"],["1815.160","10960.370"],["13325.731","16840.252"],["13305.047","16830.299"],["13316.587","16830.420"],["13316.647","16805.220"],["13276.438","16798.328"],["13263.017","16806.329"],["13275.027","16784.312"],["13406.103","16836.194"],["13341.027","16799.852"],["13327.368","16793.797"],["13320.385","16845.240"],["13308.571","16812.371"],["13272.375","16814.563"],["13199.266","16784.355"],["13285.603","16787.912"],["13369.514","16824.328"],["13245.462","16789.170"],["13320.731","16844.001"],["13316.593","16838.375"],["13318.002","16822.112"],["13295.742","16824.724"],["13279.990","16819.121"],["13198.690","16789.587"],["13346.115","16856.801"],["13337.869","16852.668"],["13262.239","16782.313"],["13261.203","16777.147"],["13407.305","16824.837"],["13200.287","16781.770"],["13358.790","16827.482"],["13391.271","16777.992"],["13332.220","16800.205"],["13393.231","16809.249"],["13202.177","16796.147"],["13335.353","16826.280"],["13304.285","16830.849"],["13313.341","16814.997"],["13268.313","16805.446"],["13258.215","16805.818"],["13370.057","16825.500"],["13264.097","16793.167"],["13338.165","16834.422"],["13316.528","16837.368"],["13324.924","16844.689"],["13401.271","16777.447"],["13296.959","16805.798"],["13407.863","16818.176"],["13297.187","16850.360"],["13396.521","16826.557"],["3003.898","13395.217"],["3076.191","13402.379"],["3006.135","13396.522"],["3032.399","13401.252"],["3090.196","13413.897"],["3017.440","13414.284"],["14654.217","16778.609"],["14655.560","16783.035"],["6187.577","8929.371"],["6180.313","8933.289"],["6148.451","8933.659"],["6185.619","8920.998"],["17452.232","16027.198"],["17450.679","16103.574"],["17413.889","15981.540"],["17455.430","16047.922"],["17481.778","16058.923"],["17444.206","16040.551"],["17415.787","16010.724"],["17472.542","16078.599"],["17421.660","16080.087"],["16845.936","16135.561"],["16793.185","16061.223"],["16890.930","16080.904"],["16797.596","16054.478"],["13768.495","16746.936"],["13795.800","16709.152"],["13756.589","16678.472"],["13761.637","16725.284"],["13707.303","16727.056"],["13787.214","16702.055"],["13816.184","16712.842"],["13813.662","16651.976"],["13722.632","16711.036"],["13802.363","16725.045"],["13809.375","16716.608"],["13823.925","16698.070"],["13734.060","16724.873"],["13823.713","16656.600"],["13792.839","16668.480"],["13797.331","16635.594"],["13797.807","16670.263"],["13717.993","16716.073"],["13817.856","16663.850"],["13764.451","16669.240"],["13808.497","16697.822"],["13768.711","16664.913"],["5936.299","17278.409"],["5833.565","17401.275"],["5908.719","17293.779"],["5882.598","17222.988"],["5891.934","17207.736"],["5855.469","17375.187"],["5837.670","17350.413"],["5967.357","17316.559"],["5959.186","17302.424"],["5948.869","17279.362"],["5977.087","17403.267"],["5980.200","17347.988"],["5935.382","17220.547"],["5866.033","17234.657"],["5988.481","17351.300"],["6011.552","17282.388"],["5949.367","17237.628"],["6010.965","17260.017"],["6003.288","17234.416"],["5872.050","17226.297"],["5974.899","17378.803"],["5841.503","17200.139"],["5872.050","17226.297"],["5851.541","17364.187"],["5865.721","17276.030"],["5965.179","17309.183"],["5856.872","17240.850"],["5985.069","17386.269"],["5971.972","17246.542"],["6000.513","17278.029"],["6018.859","17270.421"],["5960.689","17231.543"],["6034.442","17350.812"],["6034.727","17338.696"],["5861.726","17290.565"],["5978.748","17241.323"],["6039.280","17277.402"],["5867.674","17289.002"],["18249.022","12601.892"],["8909.630","18228.089"],["8870.138","18218.951"],["8883.594","18201.912"],["8875.108","18255.044"],["8882.147","18207.296"],["8870.925","18232.297"],["8897.805","18208.964"],["9164.868","15657.627"],["9041.085","15565.457"],["9158.721","15606.269"],["9184.981","15648.732"],["9150.370","15607.132"],["10493.927","13982.054"],["10465.729","13879.878"],["10487.331","13933.940"],["10501.730","13986.686"],["10581.921","13941.971"],["10583.381","13965.116"],["10590.664","13913.342"],["10511.219","13921.571"],["10477.337","13869.870"],["10536.591","13972.354"],["10480.332","13971.399"],["10481.535","13850.867"],["10532.590","14018.721"],["10501.852","13903.359"],["10472.429","13968.250"],["10475.976","13948.466"],["10515.240","13994.211"],["10473.621","13995.075"],["10573.508","13942.216"],["10572.131","13976.016"],["10527.566","13916.617"],["10490.288","13878.671"],["10536.451","13961.187"],["10499.940","13848.208"],["10547.359","14008.151"],["10549.783","13826.522"],["10525.731","13821.423"],["10563.596","13838.565"],["10556.653","13842.464"],["10558.762","13854.972"],["10555.226","13855.949"],["10548.519","13855.923"],["10540.998","13834.914"],["10602.685","13891.872"],["10600.373","13935.213"],["10609.575","14003.675"],["10604.444","13855.053"],["10617.943","13911.542"],["10654.167","13870.139"],["10628.149","13829.123"],["10601.275","13827.747"],["10625.878","13830.319"],["10610.777","13906.835"],["4136.462","18030.503"],["4111.465","18043.180"],["4132.394","17977.639"],["4095.913","17988.654"],["4099.505","18018.288"],["4005.439","18037.851"],["4011.969","18043.714"],["4067.020","17983.907"],["13895.333","16832.705"],["13876.619","16841.247"],["13896.725","16798.098"],["13830.972","16818.522"],["13876.563","16786.526"],["13920.105","16831.751"],["13958.499","16841.454"],["14026.771","16915.236"],["14029.649","16915.253"],["13971.840","16829.573"],["13976.001","16830.019"],["13963.057","16810.894"],["13914.017","16824.547"],["13863.708","16835.632"],["13902.054","16807.429"],["13932.589","16819.514"],["13964.091","16828.588"],["14026.985","16982.751"],["14033.366","16936.244"],["14033.761","16954.757"],["13965.606","16898.425"],["13969.110","16848.384"],["13972.432","16849.160"],["13996.906","16867.855"],["14014.586","16888.103"],["14003.073","16871.307"],["14002.794","16877.599"],["13893.557","16829.105"],["13870.007","16823.246"],["13877.893","16811.756"],["13830.741","16820.256"],["13937.836","16833.106"],["13958.120","16823.436"],["13989.110","16836.212"],["13956.330","16823.677"],["13906.435","16840.401"],["13878.329","16835.830"],["13883.551","16796.744"],["13842.024","16834.905"],["13929.727","16829.208"],["13967.251","16815.799"],["13948.879","16810.498"],["13952.235","16846.749"],["14008.320","16830.514"],["13893.836","16839.939"],["13865.961","16835.748"],["13883.518","16814.894"],["13837.731","16839.018"],["13900.182","16779.292"],["13917.392","16816.128"],["13998.616","16846.104"],["14027.169","16887.607"],["13957.860","16814.081"],["9395.303","12412.224"],["9204.408","12352.303"],["9249.710","12373.844"],["9396.092","12374.626"],["9337.298","12346.311"],["9407.473","12381.666"],["7669.738","17355.002"],["7678.216","17314.088"],["7671.900","17337.870"],["7722.242","17327.605"],["7703.404","17394.923"],["7664.331","17360.332"],["12382.678","10248.695"],["12443.784","10243.989"],["12410.824","10251.141"],["12387.727","10234.211"],["12425.116","10244.105"],["12439.047","10232.319"],["12439.245","10268.102"],["12368.562","10224.404"],["12404.356","10243.971"],["12426.728","10254.675"],["17599.676","15499.823"],["7928.029","18020.423"],["7901.337","17970.516"],["7920.650","17880.874"],["7925.562","17892.900"],["3280.516","18155.832"],["3255.575","18136.644"],["3278.558","18059.263"],["3271.218","18241.882"],["3290.035","18213.250"],["3237.730","18152.418"],["3132.539","18144.851"],["3231.289","18161.299"],["3257.835","18171.654"],["3257.088","18174.117"],["3270.871","18138.246"],["3221.973","18250.927"],["3245.132","18232.766"],["3295.642","18234.599"],["3265.561","18211.185"],["3189.769","18148.603"],["3205.773","18141.089"],["3149.858","18138.228"],["3121.025","18107.147"],["3106.361","18158.106"],["3264.743","18122.950"],["3283.575","18178.441"],["3252.911","18155.373"],["3228.240","18114.250"],["3245.920","18250.548"],["3237.943","18250.993"],["3214.292","18217.633"],["3252.846","18199.504"],["3238.274","18221.205"],["3284.278","18194.984"],["3294.623","18237.693"],["3228.273","18114.862"],["3194.440","18133.211"],["3158.986","18142.456"],["3134.808","18121.697"],["3115.933","18127.900"],["3270.598","18131.208"],["3254.473","18139.105"],["3227.302","18098.248"],["3135.006","18161.300"],["3144.027","18227.718"],["3252.124","18242.476"],["3185.786","18233.488"],["3175.046","18210.879"],["3303.740","18134.369"],["8116.208","13197.917"],["8109.408","13240.708"],["8131.323","13211.054"],["8120.600","13189.460"],["8113.027","13241.517"],["8109.005","13183.266"],["11315.331","18026.013"],["11335.528","18033.478"],["11350.915","17970.360"],["11411.574","17885.951"],["11407.470","17886.328"],["11376.342","18018.645"],["11393.786","17995.867"],["11327.370","18026.459"],["11423.107","17896.036"],["11342.527","18022.515"],["11310.717","17934.783"],["11425.735","17873.482"],["11393.819","17895.907"],["11368.711","18031.214"],["11381.030","17952.193"],["11365.990","17895.296"],["11380.858","17968.039"],["11375.635","18035.029"],["11375.363","17898.857"],["11318.579","17928.226"],["11423.844","17871.962"],["11370.020","17891.101"],["11379.904","17971.177"],["11355.298","17970.455"],["11384.303","18020.958"],["11316.540","17947.913"],["11443.761","17884.894"],["11391.418","17888.838"],["11368.210","17988.518"],["11323.653","17989.266"],["11370.454","18020.396"],["11355.964","18003.093"],["11348.258","18036.731"],["11434.107","17881.095"],["11366.697","17872.736"],["11379.740","17998.757"],["11371.606","18032.469"],["11346.705","17981.953"],["11349.665","17958.039"],["11383.474","17882.017"],["11393.490","17989.261"],["7465.147","16522.293"],["7443.246","16498.348"],["7481.706","16474.213"],["7480.528","16441.783"],["7437.629","16447.412"],["7448.737","16431.062"],["7431.784","16426.596"],["7489.906","16381.185"],["7505.562","16374.617"],["7307.496","16514.436"],["7338.838","16390.520"],["7361.816","16363.298"],["7366.084","16535.078"],["7345.145","16507.535"],["7367.266","16494.687"],["7370.192","16499.189"],["7355.007","16352.860"],["7370.426","16548.620"],["7318.319","16506.015"],["7505.808","16430.505"],["7308.244","16353.271"],["7463.321","16371.366"],["7458.611","16405.304"],["7472.578","16404.936"],["7464.512","16430.298"],["7469.294","16442.973"],["7473.463","16373.751"],["7427.267","16398.505"],["7452.021","16486.033"],["7424.921","16466.983"],["7429.460","16494.396"],["7421.316","16448.635"],["7360.943","16383.353"],["7371.610","16530.982"],["7321.642","16501.457"],["7498.137","16422.622"],["7497.627","16418.064"],["7431.787","16385.816"],["7427.412","16373.380"],["7396.277","16404.258"],["7393.481","16399.981"],["7355.522","16384.358"],["7330.095","16411.476"],["7347.353","16492.631"],["7378.154","16508.262"],["7383.729","16507.964"],["7385.923","16549.699"],["7311.668","16542.619"],["7348.105","16548.597"],["7437.507","16542.074"],["7489.128","16448.124"],["7420.743","16450.232"],["7365.835","16465.663"],["7340.756","16478.635"],["7330.882","16480.163"],["7345.941","16468.213"],["7461.344","16541.507"],["7433.309","16452.302"],["7465.585","16385.814"],["7451.523","16429.613"],["7488.466","16429.575"],["7456.322","16356.207"],["7459.123","16353.285"],["7397.593","16402.937"],["7370.118","16374.431"],["7321.213","16414.482"],["7328.362","16450.453"],["7352.320","16505.694"],["7379.568","16525.124"],["7318.839","16557.185"],["7485.772","16474.333"],["7406.796","16450.958"],["7355.766","16487.929"],["7354.769","16464.085"],["7327.050","16479.618"],["7346.089","16443.870"],["7500.456","16411.078"],["7474.809","16354.605"],["7425.159","16368.773"],["7399.484","16412.318"],["7331.739","16381.815"],["7350.692","16504.390"],["7369.305","16524.529"],["7378.341","16551.119"],["7399.543","16461.726"],["7353.332","16494.073"],["7352.891","16475.242"],["7347.322","16445.075"],["18573.633","11793.578"],["18580.158","11757.546"],["18578.267","11878.391"],["18588.711","11764.565"],["15303.540","18544.474"],["15298.951","18591.758"],["15200.538","18564.124"],["15257.307","18655.094"],["15241.517","18668.950"],["15280.925","18578.958"],["9637.408","17978.577"],["9671.112","17870.648"],["9646.932","17879.391"],["9679.780","17872.332"],["9753.964","18033.766"],["28379.956","8367.833"],["28461.899","8385.774"],["28536.586","8530.663"],["28394.860","8326.516"],["28530.139","8505.659"],["28544.529","8365.823"],["28545.172","8523.033"],["3716.397","12619.470"],["3713.187","12636.786"],["3704.712","12649.002"],["3722.990","12675.526"],["3698.416","12584.980"],["3712.388","12594.330"],["3717.581","12552.229"],["3676.006","12559.886"],["3646.685","12602.529"],["3646.308","12622.779"],["3652.835","12650.034"],["3653.794","12664.298"],["3624.933","12705.890"],["3677.613","12716.297"],["3680.201","12747.442"],["3653.913","12733.853"],["3632.356","12735.896"],["3623.487","12736.997"],["3716.183","12633.475"],["3716.098","12636.192"],["3724.799","12657.888"],["3682.162","12613.033"],["3692.182","12585.624"],["3713.666","12550.494"],["3654.237","12581.120"],["3664.082","12566.360"],["3649.827","12607.995"],["3634.416","12647.882"],["3665.450","12639.414"],["3655.949","12666.825"],["3636.361","12676.708"],["3629.767","12705.670"],["3606.282","12704.420"],["3650.353","12703.045"],["3669.866","12711.904"],["3652.515","12723.531"],["3622.813","12748.954"],["3694.025","12642.782"],["3724.733","12665.700"],["3677.425","12627.203"],["3695.860","12587.716"],["3713.983","12593.026"],["3711.709","12560.750"],["3668.234","12597.271"],["3670.973","12578.862"],["3646.488","12613.000"],["3637.607","12646.330"],["3665.581","12657.317"],["3665.603","12673.249"],["3656.246","12681.266"],["3627.004","12700.302"],["3618.584","12690.069"],["3659.777","12708.875"],["3659.795","12752.354"],["3661.100","12726.141"],["3646.958","12742.365"],["3716.531","12564.926"],["3686.684","12595.750"],["3717.341","12651.509"],["3622.765","12708.351"],["3680.774","12728.192"],["3665.315","12642.879"],["3649.637","12651.246"],["3705.485","12655.116"],["3691.290","12577.087"],["3624.920","12666.710"],["3635.048","12636.845"],["3618.293","12733.831"],["3620.379","12741.275"],["3450.697","8184.753"],["10275.222","18343.352"],["10267.656","18336.399"],["10267.804","18369.876"],["10319.018","18367.104"],["10302.899","18412.422"],["10265.106","18377.853"],["10321.501","18391.531"],["28445.504","8174.148"],["28434.385","8184.470"],["28454.892","8248.912"],["28433.382","8206.237"],["28397.247","8119.284"],["28427.971","8226.006"],["7233.086","18658.359"],["7260.109","18627.294"],["7290.667","18614.898"],["7236.590","18667.112"],["7271.746","18661.141"],["7245.190","18663.480"],["7285.079","18633.601"],["7253.113","18642.672"],["7265.201","18589.658"],["7287.948","18640.591"],["12070.908","12149.175"],["12065.020","12145.475"],["12111.058","12313.270"],["12072.865","12192.341"],["12103.404","12165.879"],["12069.417","12136.524"],["13684.896","17960.026"],["13758.431","17868.973"],["13701.376","17976.393"],["13649.057","17846.615"],["13750.059","17886.066"],["13750.963","17904.629"],["13629.848","17905.517"],["13739.767","17912.015"],["13658.942","17833.882"],["13745.783","17885.571"],["13722.904","17842.499"],["13673.004","17860.852"],["13731.605","17906.611"],["13740.338","17884.712"],["13721.687","17908.808"],["13724.812","17889.666"],["12705.933","17176.303"],["12724.756","17170.293"],["12771.029","17168.506"],["12749.906","17163.288"],["12751.067","17114.696"],["12769.253","17074.153"],["12672.876","17194.904"],["12702.513","17196.876"],["12722.906","17176.848"],["12753.113","17163.866"],["12746.508","17147.299"],["12759.783","17127.316"],["12769.993","17100.429"],["12707.080","17178.770"],["12689.849","17192.955"],["12726.294","17180.052"],["12718.539","17172.655"],["12774.483","17174.353"],["12771.221","17169.002"],["12749.554","17107.891"],["12689.405","17197.448"],["12723.860","17189.103"],["12720.644","17181.210"],["12771.407","17177.276"],["12756.534","17157.920"],["12751.233","17098.103"],["12751.363","17122.953"],["12759.602","17093.935"],["12754.585","17058.974"],["12693.791","17192.990"],["12696.970","17197.206"],["12710.644","17176.602"],["12773.671","17186.844"],["12755.481","17169.861"],["12727.174","17185.318"],["12772.546","17148.307"],["12746.561","17037.438"],["12747.992","17113.572"],["12755.440","17062.409"],["11115.700","16770.348"],["11098.036","16771.200"],["11099.804","16749.592"],["11116.379","16712.792"],["11120.120","16693.576"],["11169.146","16742.380"],["11176.893","16736.557"],["11190.510","16755.682"],["11262.685","16729.448"],["11288.461","16674.556"],["11273.811","16626.718"],["11227.199","16586.584"],["11174.356","16719.553"],["11178.714","16754.513"],["11108.133","16576.345"],["11234.449","16575.055"],["6782.342","19041.799"],["6839.361","19048.135"],["6751.867","18942.529"],["6869.850","19059.053"],["6769.057","19033.137"],["6748.133","18929.796"],["6817.667","19062.569"],["6870.310","19076.758"],["6749.649","19033.534"],["6834.147","19068.399"],["6780.354","18944.280"],["6777.598","19031.112"],["6815.857","19080.505"],["6784.021","18915.593"],["6747.857","19034.756"],["6824.657","19041.099"],["6767.229","18908.855"],["6795.170","19007.604"],["6834.704","19066.485"],["6882.301","19089.427"],["6718.633","19005.172"],["12282.994","14906.094"],["12236.524","14935.342"],["12278.994","15069.036"],["12324.396","14966.567"],["12334.216","14951.263"],["12257.459","15065.500"],["12264.752","15057.740"],["12270.039","15047.879"],["12273.844","15036.711"],["12211.901","15080.404"],["12263.875","14966.189"],["12265.219","14966.414"],["12286.426","14965.391"],["12296.871","14904.609"],["12209.426","14968.567"],["14521.690","12666.740"],["14475.570","12699.998"],["14509.508","12672.703"],["14515.907","12754.695"],["14521.690","12692.173"],["14484.769","12711.068"],["14493.949","12666.807"],["14552.968","12753.968"],["14592.892","12758.655"],["14498.946","12727.025"],["14521.686","12706.185"],["14522.761","12731.560"],["14544.447","12745.831"],["14507.348","12696.318"],["14494.519","12700.728"],["14490.733","12690.468"],["14472.682","12676.716"],["14484.344","12664.974"],["14506.580","12673.033"],["14568.050","12756.858"],["14576.718","12749.575"],["9455.810","13120.313"],["9477.757","13110.696"],["9409.926","13086.710"],["9530.887","13066.883"],["9473.931","13066.193"],["9539.895","13112.861"],["9415.897","13131.853"],["9459.297","13115.160"],["9485.553","13113.537"],["9418.643","13072.854"],["9417.361","13164.008"],["9462.373","13124.079"],["9496.869","13096.774"],["9431.374","13077.313"],["9525.262","13052.812"],["9466.250","13040.793"],["9567.032","13142.956"],["9564.221","13147.923"],["9535.077","12979.838"],["9529.518","12980.037"],["9525.271","13008.513"],["9540.304","13023.939"],["9570.356","13037.343"],["9568.464","13031.100"],["9570.309","12992.400"],["9577.530","12999.320"],["9592.771","13020.309"],["9589.794","13029.673"],["9582.394","13007.548"],["9592.624","13005.252"],["9597.871","13111.858"],["9525.307","13118.559"],["9542.841","12987.964"],["9546.146","12972.043"],["9524.646","13007.952"],["9531.028","13008.860"],["9562.741","13031.116"],["9551.409","13028.193"],["9568.911","12996.760"],["9577.513","13011.591"],["9599.613","13019.698"],["9597.064","13019.301"],["9586.851","13011.214"],["9580.124","12999.587"],["9600.733","13131.742"],["9507.724","13146.206"],["9578.019","13121.800"],["9519.320","13177.436"],["5661.557","7903.572"],["5794.332","7964.998"],["5637.092","8106.324"],["5679.404","7911.940"],["5737.543","8015.383"],["5761.327","7930.855"],["5779.040","7939.664"],["5683.892","8104.689"],["5715.995","8080.597"],["5725.360","8049.084"],["5776.127","7909.099"],["5773.411","7956.625"],["5750.622","7943.588"],["5820.973","8013.186"],["5786.282","8021.700"],["5764.746","8103.349"],["5783.775","8034.445"],["5731.114","8083.895"],["5695.032","8084.561"],["5786.137","8028.709"],["5684.473","8086.328"],["5740.681","7948.415"],["5717.027","7903.879"],["5692.689","7903.196"],["6562.813","17366.780"],["6523.182","17326.284"],["6494.389","17307.191"],["6487.097","17275.058"],["6518.488","17249.118"],["6488.515","17198.358"],["6481.438","17286.789"],["6468.184","17313.215"],["6548.833","17352.494"],["6540.123","17336.424"],["6498.362","17369.235"],["6488.495","17259.352"],["6510.840","17265.584"],["6472.132","17250.808"],["6492.409","17303.304"],["6501.309","17323.487"],["6561.810","17351.635"],["6518.741","17338.076"],["6506.207","17358.979"],["6489.383","17272.878"],["6502.106","17261.983"],["6477.675","17225.407"],["6512.018","17199.366"],["6516.630","17321.975"],["6594.975","17199.679"],["6533.308","17370.364"],["6516.840","17299.154"],["6462.461","17245.242"],["6541.187","17354.162"],["6493.880","17293.506"],["6524.427","17361.825"],["6500.574","17296.776"],["18300.304","17264.256"],["18297.841","17246.665"],["18307.574","17230.594"],["18262.055","17333.472"],["18290.856","17324.550"],["18253.490","17204.082"],["29435.263","9493.484"],["29471.667","9545.813"],["5636.403","10874.839"],["5653.917","10859.275"],["5643.904","10878.865"],["26981.696","16316.777"],["27008.686","16352.434"],["14484.217","12833.111"],["14470.730","12780.460"],["14480.471","12834.253"],["14549.226","12950.516"],["14493.632","12959.661"],["14582.020","12929.560"],["14493.331","12820.247"],["14484.350","12903.766"],["14509.044","12779.645"],["14632.437","12957.575"],["14561.406","12766.701"],["14469.800","12940.938"],["14463.758","12883.635"],["14504.630","12863.752"],["14531.094","12880.094"],["14541.873","12848.430"],["14497.433","12910.141"],["14568.025","12908.760"],["14667.169","12865.378"],["14528.370","12795.450"],["14558.482","12858.541"],["14615.759","12934.503"],["14554.320","12868.952"],["14525.360","12856.657"],["14470.417","12831.839"],["14471.881","12772.285"],["14579.286","12949.474"],["14628.588","12941.985"],["14493.267","12850.431"],["14604.603","12772.264"],["14502.379","12760.766"],["14566.504","12772.663"],["14461.946","12908.334"],["14484.659","12967.783"],["14500.478","12915.989"],["14647.097","12813.651"],["14593.625","12812.770"],["14648.721","12938.790"],["14652.854","12923.582"],["14608.425","12840.049"],["14509.151","12939.848"],["14656.622","12810.077"],["14643.413","12827.557"],["14624.398","12803.520"],["14575.256","12875.797"],["14644.466","12891.641"],["14623.886","12828.521"],["14500.191","12965.635"],["14471.750","12812.814"],["14537.416","12927.085"],["14501.364","12903.221"],["14521.989","12902.610"],["14513.059","12950.302"],["14654.274","12846.270"],["14656.149","12824.173"],["14491.001","12801.247"],["14509.126","12778.208"],["14547.541","12785.446"],["9620.652","10665.075"],["9629.372","10645.018"],["9638.835","10663.493"],["9633.768","10678.141"],["9626.112","10670.971"],["9632.701","10668.894"],["5760.975","9431.498"],["5689.089","9436.478"],["5649.167","9444.770"],["5788.673","9454.612"],["5804.386","9530.507"],["5821.574","9510.936"],["5747.915","9383.839"],["5748.376","9414.322"],["5689.122","9471.094"],["5640.960","9466.752"],["5784.563","9548.282"],["5788.648","9446.003"],["5796.206","9451.177"],["5808.975","9502.183"],["5751.796","9386.233"],["5742.915","9434.421"],["5684.763","9463.563"],["5665.039","9456.033"],["5806.471","9565.442"],["5825.293","9519.958"],["5769.018","9469.856"],["5821.015","9529.945"],["5714.912","9459.186"],["5811.566","9458.379"],["5791.196","9487.501"],["5747.921","9423.719"],["5755.707","9400.890"],["5806.362","9440.470"],["5770.054","9449.707"],["5786.543","9409.296"],["5767.934","9391.816"],["5642.490","9558.264"],["5728.316","9417.327"],["5796.346","9380.939"],["5757.621","9383.691"],["12048.188","12046.037"],["12021.541","12121.475"],["12060.801","12014.378"],["11945.637","12008.780"],["12050.589","12033.469"],["11961.262","11998.259"],["12108.597","12048.761"],["11961.072","12116.031"],["11939.263","12015.287"],["12020.900","12097.087"],["12145.390","12050.216"],["12049.683","12024.882"],["12039.090","12023.759"],["11956.590","12077.500"],["12107.067","11923.313"],["12097.314","11938.672"],["14413.292","18102.299"],["14404.213","18132.010"],["14375.516","18057.087"],["14375.927","18048.945"],["14366.124","18098.673"],["14321.681","18084.353"],["14413.012","18138.617"],["14450.150","18142.432"],["14410.364","18116.916"],["14448.769","18137.345"],["14454.690","18050.062"],["14388.048","18065.939"],["14368.937","18110.052"],["14410.104","18068.912"],["14400.121","18066.649"],["14372.275","18083.000"],["14359.118","18047.261"],["14321.716","18059.862"],["14383.476","18077.170"],["14449.507","18148.894"],["14325.466","18068.516"],["14381.025","18085.692"],["14405.844","18097.764"],["14444.311","18095.908"],["14405.084","18116.354"],["14429.114","18140.978"],["14359.858","18076.344"],["14381.486","18059.102"],["14350.335","18098.474"],["14378.493","18050.927"],["14344.216","18045.444"],["14392.210","18065.526"],["14423.604","18051.664"],["14392.423","18066.402"],["14395.121","18067.541"],["14383.509","18091.703"],["14453.717","18060.141"],["17483.726","16191.047"],["17516.269","16152.005"],["17597.344","16239.413"],["17566.945","16198.314"],["17571.078","16215.295"],["17601.071","16210.184"],["17544.307","16319.614"],["17587.973","16230.793"],["17517.972","16158.952"],["17509.621","16347.077"],["5800.259","14294.586"],["5753.269","14402.592"],["5768.380","14392.305"],["5722.110","14282.061"],["5761.551","14436.738"],["5748.469","14402.544"],["5762.143","14364.345"],["5729.661","14272.123"],["5762.243","14418.801"],["5757.779","14372.874"],["5690.746","14253.029"],["5803.135","14269.274"],["5743.191","14402.748"],["5711.541","14264.271"],["5827.458","14391.032"],["5800.599","14411.742"],["5732.543","14255.764"],["5811.127","14359.467"],["5800.914","14318.769"],["5748.101","14386.662"],["5767.924","14364.719"],["5827.112","14366.589"],["5759.006","14277.878"],["5807.788","14372.118"],["5802.674","14315.515"],["5802.803","14415.524"],["5811.571","14357.618"],["5781.262","14317.744"],["13893.931","14537.318"],["13897.921","14638.184"],["13847.966","14647.337"],["13876.995","14649.814"],["13895.060","14645.732"],["13839.561","14593.778"],["13904.713","14540.458"],["13878.607","14604.116"],["13932.115","14552.828"],["6193.671","9805.744"],["6192.433","9916.486"],["6176.035","9920.599"],["6194.834","9946.032"],["6181.446","9942.614"],["13426.477","14104.498"],["13532.582","14089.211"],["13527.330","14091.740"],["13458.287","14045.798"],["13417.272","14052.663"],["13478.369","14063.386"],["13491.689","14091.822"],["13477.020","14053.741"],["13417.779","14057.428"],["13498.023","14033.527"],["13420.460","14119.368"],["10249.770","9068.409"],["5823.048","20135.098"],["5825.251","20113.330"],["5685.616","20099.528"],["5685.303","20089.277"],["5739.149","20068.484"],["5807.778","20012.733"],["5795.795","20109.482"],["5826.649","20148.475"],["5821.205","20123.240"],["5637.244","20134.557"],["5632.342","20048.799"],["5646.207","20099.781"],["5769.231","20075.585"],["5763.869","20068.153"],["5820.989","20120.551"],["5767.367","20005.317"],["5776.232","20043.104"],["5818.567","20114.249"],["5800.399","20107.814"],["5674.793","20048.947"],["5644.530","20067.064"],["5751.600","20066.056"],["5765.459","20015.309"],["5819.571","20062.361"],["5671.240","20067.527"],["5772.646","20052.914"],["5628.009","20105.500"],["5629.298","20116.180"],["5803.941","20114.859"],["5773.029","20061.363"],["5815.990","20052.758"],["20356.598","5860.804"],["20392.536","5835.849"],["20389.033","5985.494"],["20388.918","5922.884"],["20362.503","5884.602"],["20433.852","5963.429"],["20489.857","5990.781"],["20500.022","5951.194"],["20472.686","5885.249"],["20564.137","5844.509"],["20482.442","5806.342"],["20440.189","5836.202"],["20509.942","5858.349"],["20515.132","5798.475"],["20425.365","5887.344"],["20439.411","5959.400"],["20388.901","5944.288"],["20357.174","5920.985"],["20429.526","5878.574"],["20414.411","5853.504"],["20564.808","5986.306"],["20488.492","5931.987"],["20491.913","5884.968"],["20471.439","5856.780"],["20455.831","5796.053"],["20522.393","5875.855"],["20554.482","5832.585"],["20456.817","5868.291"],["20496.406","5844.806"],["20438.885","5952.133"],["20381.220","5830.927"],["20444.921","5894.495"],["20375.809","5931.951"],["20490.597","5976.892"],["20472.456","5907.214"],["20560.466","5899.617"],["20468.525","5965.975"],["20556.749","5886.207"],["20505.551","5813.708"],["20454.975","5869.695"],["20424.679","5804.162"],["12120.530","17146.833"],["12030.251","17190.070"],["12072.572","17086.441"],["12101.160","17144.595"],["12017.151","17154.983"],["11940.656","17199.560"],["11970.915","17148.737"],["12041.691","16996.465"],["11972.071","17198.892"],["12038.467","17043.564"],["12136.500","17144.507"],["12110.363","17080.414"],["11982.780","17080.447"],["11976.612","17191.376"],["12079.691","17150.004"],["12111.177","17150.838"],["12069.959","17026.280"],["11947.978","17089.132"],["11979.533","17120.595"],["12106.139","17007.850"],["11949.279","17011.104"],["12022.348","17149.566"],["12049.745","17097.040"],["12000.675","17086.177"],["11964.670","17017.731"],["12093.682","17017.720"],["11994.891","17193.284"],["12018.285","17155.958"],["12066.900","17095.479"],["11953.020","17139.852"],["12032.739","17096.148"],["12014.312","16998.195"],["12036.808","17053.472"],["12090.626","17065.467"],["12135.185","17151.741"],["12007.007","17107.310"],["12120.763","17126.761"],["12077.732","17131.266"],["11988.833","17040.843"],["11971.885","17140.166"],["12073.808","17115.842"],["11979.510","17001.531"],["11957.980","17050.972"],["11946.860","17055.177"],["12125.395","17069.778"],["12013.809","17123.695"],["12049.539","16989.817"],["12031.505","17069.410"],["12104.353","17122.222"],["12010.448","17096.474"],["12010.264","17037.854"],["11962.713","17010.299"],["12046.214","17016.894"],["12121.895","17144.950"],["12017.010","17160.392"],["12042.510","17134.215"],["12070.075","17138.831"],["12115.060","17079.057"],["12104.320","17128.729"],["12085.252","17084.572"],["11985.012","17163.742"],["11943.464","17167.152"],["12108.257","17029.844"],["12046.735","17085.430"],["12049.102","17062.131"],["11953.554","17067.547"],["11950.644","17091.581"],["11977.912","17037.061"],["12079.186","17117.939"],["11943.236","17195.534"],["12027.218","16995.507"],["11989.921","16998.921"],["12062.945","17060.579"],["12088.091","16994.370"],["12034.823","17175.074"],["12138.044","17165.444"],["12142.737","17113.383"],["11944.229","17180.812"],["11964.569","17066.931"],["11951.759","17000.654"],["12001.316","17056.533"],["12128.099","17101.740"],["11976.565","17020.716"],["11939.895","17106.045"],["12093.418","17010.916"],["12065.675","17081.950"],["12098.519","16995.696"],["12030.695","17174.562"],["12099.865","17007.437"],["12120.777","17153.343"],["12068.135","17143.117"],["12041.933","17112.085"],["11947.400","17035.006"],["12003.915","17071.297"],["11527.311","17699.301"],["11541.962","17673.316"],["11530.585","17629.417"],["11551.795","17629.399"],["11593.562","17677.245"],["11579.791","17672.515"],["11571.871","17647.995"],["11551.022","17656.752"],["11554.127","17687.407"],["11527.035","17743.849"],["11516.056","17750.408"],["11554.530","17830.455"],["11601.817","17741.502"],["11642.734","17745.886"],["11646.742","17729.081"],["11651.374","17713.663"],["11615.452","17686.722"],["11602.981","17671.972"],["11597.235","17653.603"],["11685.638","17665.009"],["11707.450","17676.955"],["11709.340","17659.204"],["11608.000","17626.302"],["11700.836","17627.565"],["11687.546","17650.843"],["11669.328","17624.250"],["11596.403","17804.130"],["11602.500","17796.982"],["11628.872","17798.686"],["11572.362","17808.533"],["11593.195","17780.307"],["11533.251","17785.626"],["11670.844","17787.518"],["11723.928","17760.560"],["11532.705","17704.041"],["11598.365","17675.676"],["11573.088","17651.595"],["11543.538","17644.366"],["11560.673","17698.290"],["11546.953","17746.095"],["11612.829","17721.573"],["11594.548","17735.903"],["11643.639","17736.852"],["11664.127","17737.008"],["11663.094","17690.255"],["11668.956","17692.838"],["11621.044","17702.874"],["11603.409","17679.833"],["11616.248","17655.602"],["11672.770","17652.488"],["11696.987","17665.967"],["11708.634","17686.484"],["11720.163","17640.443"],["11691.378","17629.762"],["11689.158","17664.105"],["11578.804","17806.194"],["11615.954","17808.262"],["11655.616","17782.732"],["11661.425","17813.802"],["11598.047","17799.184"],["11538.185","17787.723"],["11710.605","17777.175"],["11526.554","17688.583"],["11542.617","17623.024"],["11588.420","17634.853"],["11597.674","17656.468"],["11568.066","17663.273"],["11577.406","17671.343"],["11565.867","17648.722"],["11543.472","17652.012"],["11548.108","17696.127"],["11531.640","17738.068"],["11516.456","17781.570"],["11615.790","17718.732"],["11596.308","17743.946"],["11629.757","17737.843"],["11656.561","17739.667"],["11644.146","17688.224"],["11647.147","17703.820"],["11614.300","17699.934"],["11621.452","17659.899"],["11611.610","17630.532"],["11710.509","17683.577"],["11709.784","17657.883"],["11663.100","17638.262"],["11684.684","17621.801"],["11695.128","17656.244"],["11707.175","17812.554"],["11543.752","17769.753"],["11611.003","17780.665"],["11625.073","17790.049"],["11632.642","17816.643"],["11680.496","17831.949"],["11520.321","17800.416"],["11575.553","17816.411"],["11575.152","17798.077"],["11524.912","17818.062"],["11670.548","17796.535"],["11563.836","17777.119"],["11607.011","17791.892"],["11617.401","17813.448"],["11631.750","17785.110"],["11648.761","17818.426"],["11685.496","17825.524"],["11544.317","17827.399"],["11561.885","17792.050"],["11673.459","17801.011"],["11723.944","17790.222"],["11588.360","17822.693"],["11624.523","17773.018"],["11663.181","17779.049"],["11664.007","17818.327"],["11644.147","17825.326"],["11524.624","17800.745"],["11567.948","17789.819"],["11551.702","17828.030"],["11566.573","17796.295"],["11681.354","17807.452"],["11521.860","17648.916"],["11545.857","17635.344"],["11568.936","17691.888"],["11576.772","17636.269"],["11534.459","17651.319"],["11549.851","17675.796"],["11540.621","17745.632"],["11521.194","17784.361"],["11604.359","17723.191"],["11606.324","17736.448"],["11645.843","17745.754"],["11666.611","17743.945"],["11643.143","17691.494"],["11651.950","17697.478"],["11615.666","17695.062"],["11616.846","17675.110"],["11604.094","17636.824"],["11710.213","17695.947"],["11708.304","17661.186"],["11665.386","17636.973"],["11696.987","17645.245"],["11674.098","17633.069"],["11595.745","17802.709"],["11581.320","17788.861"],["11597.089","17773.514"],["11641.093","17771.832"],["11534.383","17827.848"],["11571.817","17811.165"],["11542.518","17769.027"],["11525.800","17782.670"],["11680.515","17796.139"],["11702.826","17761.237"],["11526.834","17707.609"],["11537.226","17670.211"],["11536.532","17636.500"],["11574.742","17688.601"],["11572.052","17656.137"],["11534.032","17667.058"],["11553.091","17673.947"],["11545.275","17737.276"],["11550.737","17763.440"],["11600.000","17701.523"],["11594.646","17751.147"],["11633.771","17734.507"],["11650.986","17747.760"],["11650.140","17692.293"],["11620.123","17691.478"],["11602.702","17679.106"],["11594.291","17655.536"],["11670.500","17654.519"],["11678.121","17659.179"],["11705.591","17688.565"],["11688.483","17642.255"],["11671.072","17629.073"],["11599.988","17806.012"],["11614.474","17787.205"],["11642.047","17792.856"],["11638.037","17822.902"],["11588.474","17765.525"],["11534.196","17824.378"],["11562.576","17823.579"],["11550.866","17820.622"],["11665.597","17796.981"],["11707.563","17789.363"],["4121.007","15813.402"],["4139.349","15811.247"],["4061.498","15723.853"],["4085.994","15834.781"],["4052.748","15732.424"],["4057.057","15720.089"],["4134.081","15836.539"],["4133.738","15821.990"],["4088.839","15812.039"],["4072.666","15765.422"],["4081.613","15750.574"],["4118.867","15836.423"],["4125.331","15860.453"],["4092.894","15845.370"],["4063.832","15795.015"],["12923.302","15852.310"],["12793.184","15724.643"],["12814.114","15825.784"],["12818.123","15902.337"],["12931.897","15819.393"],["12954.026","15754.135"],["12858.497","15727.063"],["12947.935","15864.158"],["12970.655","15896.591"],["12940.232","15899.218"],["9158.974","19014.909"],["9185.734","18982.539"],["9130.293","19092.155"],["9116.247","19090.008"],["9100.967","19090.603"],["9072.251","19068.683"],["9116.692","19018.196"],["9064.652","19075.256"],["9028.343","18970.970"],["9062.931","18966.098"],["9030.348","18910.149"],["9017.355","18943.278"],["8999.346","19022.554"],["9019.997","19091.156"],["9013.845","19092.263"],["9179.977","19009.558"],["9115.507","19087.201"],["9076.724","19044.389"],["9024.180","18914.294"],["9021.353","19045.989"],["14083.501","9031.928"],["14086.531","9005.011"],["14087.250","9047.407"],["14081.369","9010.567"],["14081.049","9004.043"],["14086.500","9069.162"],["14051.345","9006.337"],["14056.227","9072.867"],["14051.362","9011.952"],["9985.833","18303.050"],["9980.688","18396.741"],["9926.771","18377.046"],["9976.308","18323.337"],["10022.092","18269.619"],["9977.880","18383.336"],["9952.802","18329.113"],["9954.879","18312.221"],["9982.695","18300.504"],["9963.524","18273.083"],["9961.113","18292.937"],["9955.932","18370.398"],["9979.484","18371.146"],["9903.144","18432.255"],["9930.500","18374.677"],["9921.159","18382.595"],["9929.612","18322.545"],["9922.277","18378.747"],["9907.866","18292.676"],["9906.370","18323.659"],["9868.343","18318.523"],["10003.192","18349.930"],["9999.804","18329.468"],["10037.025","18318.138"],["10020.144","18381.256"],["9940.830","18448.423"],["9928.774","18350.985"],["9894.215","18312.561"],["10022.633","18344.133"],["10006.164","18414.502"],["10054.638","12767.087"],["10070.363","12849.057"],["10044.689","12827.472"],["10057.400","12880.201"],["10041.692","12846.708"],["10063.371","12762.019"],["10126.533","12761.930"],["10254.432","12959.238"],["10101.233","12817.157"],["10196.669","12773.423"],["10182.623","12793.077"],["10239.059","12839.574"],["10235.226","12853.529"],["10224.008","12868.860"],["10219.206","12852.675"],["10164.535","12862.127"],["10145.193","12865.496"],["10175.389","12944.008"],["10169.007","12926.948"],["10056.804","12949.978"],["10048.152","12965.354"],["10059.600","12881.506"],["10066.788","12892.505"],["10145.689","12837.117"],["10131.857","12847.720"],["10141.614","12925.938"],["10068.782","12803.895"],["10172.762","12771.822"],["5917.824","18404.284"],["5916.308","18403.883"],["5913.914","18403.063"],["5912.914","18402.648"],["5914.705","18400.188"],["5913.473","18399.237"],["5917.585","18400.504"],["5891.989","18390.051"],["5957.291","18447.898"],["5836.844","18402.998"],["5893.594","18351.339"],["5873.002","18380.059"],["5940.082","18405.286"],["5904.786","18369.812"],["5897.098","18416.981"],["5899.285","18407.914"],["5856.098","18464.364"],["5951.458","18466.191"],["5938.481","18456.033"],["10844.036","18149.174"],["10757.700","18231.277"],["10843.198","18193.600"],["10846.043","18155.532"],["10840.977","18151.899"],["10782.058","18238.412"],["10745.595","18221.765"],["10851.109","18238.992"],["10857.063","18225.351"],["10852.523","18178.059"],["12405.622","14651.184"],["12425.520","14568.016"],["12406.848","14542.012"],["12377.333","14637.947"],["5872.810","16118.796"],["5859.864","15934.453"],["5947.735","16031.495"],["5985.023","16124.229"],["5926.646","16017.329"],["5873.550","16040.920"],["5946.183","16007.849"],["9443.308","17714.827"],["9430.751","17713.930"],["28329.501","7310.836"],["28226.903","7313.561"],["28227.923","7277.524"],["28318.531","7280.547"],["12987.942","11670.562"],["12357.638","10798.992"],["12394.739","10854.209"],["4581.020","11297.255"],["4571.695","11296.991"],["13718.489","12321.367"],["13809.538","12286.664"],["13723.631","12318.451"],["13741.955","12311.487"],["13762.169","12310.562"],["13789.784","12292.461"],["4040.201","20325.575"],["4020.046","20331.139"],["4001.233","20292.667"],["3969.349","20362.174"],["4130.193","20283.994"],["4119.732","20285.051"],["4065.613","20292.974"],["4103.573","20315.831"],["4021.131","20282.039"],["4043.467","20280.321"],["3979.259","20305.615"],["3993.979","20321.519"],["3946.383","20296.301"],["4018.716","20353.481"],["4145.896","20188.703"],["4095.785","20321.021"],["4058.195","20298.688"],["4069.165","20348.052"],["4062.957","20275.135"],["4055.194","20272.922"],["3979.983","20299.042"],["3986.825","20318.332"],["3941.136","20289.827"],["3942.260","20334.213"],["4037.778","20356.916"],["4000.558","20350.739"],["4095.916","20312.813"],["4062.373","20336.425"],["4059.947","20340.602"],["3989.341","20321.850"],["15553.576","13744.413"],["15575.602","13660.433"],["15630.421","13768.945"],["15708.174","13702.158"],["15628.525","13653.573"],["15625.214","13616.212"],["15662.638","13623.029"],["15698.483","13737.210"],["15563.387","13712.256"],["15521.290","13733.513"],["15514.510","13620.750"],["21795.510","6321.042"],["21712.023","6405.022"],["4530.799","19302.393"],["19542.019","14960.749"],["19537.865","14939.789"],["19542.976","14985.289"],["19559.160","14919.294"],["19517.945","14970.674"],["19539.568","15031.797"],["19534.709","15040.845"],["19532.786","15048.575"],["19533.242","15035.761"],["19543.749","15020.664"],["19528.204","15042.036"],["19523.549","15065.127"],["6756.711","18035.410"],["6758.980","18037.128"],["6828.481","18019.564"],["6793.119","18002.388"],["6748.937","17969.135"],["6735.812","17973.727"],["6800.097","18036.729"],["6785.722","18039.900"],["6759.780","18000.889"],["6854.204","18011.654"],["6834.024","18029.291"],["6759.167","17975.213"],["6805.738","18030.784"],["6821.623","18021.595"],["6736.454","17980.646"],["6772.333","18004.095"],["8952.072","14515.740"],["8902.034","14572.160"],["8958.952","14600.259"],["8954.836","14538.053"],["8966.703","14543.724"],["8968.207","14542.785"],["8961.105","14521.440"],["8918.920","14619.843"],["8985.486","14619.601"],["8967.490","14623.878"],["8905.013","14576.750"],["8924.158","14541.209"],["27962.810","17234.229"],["7760.709","17430.835"],["6248.694","18813.495"],["6198.966","18777.628"],["6170.655","18801.810"],["6159.266","18773.230"],["6222.134","18706.821"],["6231.939","18699.360"],["6236.795","18697.759"],["6122.238","18804.494"],["6108.798","18800.603"],["6103.488","18793.492"],["6117.516","18773.320"],["6104.662","18779.860"],["6085.107","18799.225"],["6056.834","18790.145"],["6057.654","18766.648"],["6099.852","18823.392"],["6095.074","18859.005"],["6241.928","18697.935"],["6242.969","18698.716"],["6220.064","18715.065"],["6220.064","18714.057"],["6102.250","18872.120"],["6107.635","18681.136"],["6048.769","18819.308"],["6106.302","18824.527"],["6171.589","18694.357"],["6220.306","18743.506"],["6106.448","18770.430"],["6196.761","18834.559"],["6145.099","18758.120"],["6206.142","18831.463"],["6250.719","18835.146"],["6189.865","18806.373"],["6180.949","18802.412"],["6186.216","18815.644"],["6186.008","18812.317"],["6250.660","18775.284"],["6240.744","18778.372"],["6247.772","18773.055"],["6183.282","18804.231"],["6235.459","18770.502"],["6240.777","18767.661"],["14658.798","12977.891"],["14655.885","13058.709"],["14523.891","12988.835"],["14495.006","13030.362"],["14531.922","12975.885"],["14608.146","13117.574"],["14624.683","13171.437"],["14627.908","13045.941"],["14628.573","12991.926"],["14540.362","13004.497"],["14511.054","13043.575"],["14660.055","12989.605"],["14662.316","13084.044"],["14515.223","12999.851"],["14662.594","13111.624"],["14602.982","13138.943"],["14628.252","13126.248"],["14655.093","12995.037"],["14500.214","13110.887"],["14483.591","13042.472"],["14632.926","12973.732"],["14654.870","13068.316"],["14500.996","13009.000"],["14630.332","12967.875"],["14663.635","13062.344"],["14632.723","13116.872"],["14642.354","13156.377"],["14503.291","13095.989"],["14508.475","13022.184"],["14660.999","13036.270"],["14480.713","12985.702"],["14496.281","13111.561"],["14514.375","13047.675"],["14476.002","13023.973"],["14488.996","13007.850"],["14664.946","13050.770"],["14468.245","12988.611"],["14668.813","13152.198"],["14619.706","13149.571"],["14493.243","13082.243"],["14486.473","13104.765"],["10771.454","13530.954"],["10809.328","13590.226"],["10818.830","13565.070"],["10747.697","13482.087"],["10699.849","13524.621"],["10796.760","13549.015"],["14256.555","14004.298"],["14274.960","13996.007"],["14359.100","13966.402"],["14277.562","14023.384"],["14309.130","13849.682"],["14416.671","13888.875"],["14357.294","14007.053"],["14419.752","13903.045"],["14257.595","13991.588"],["14353.845","13894.498"],["14448.674","14012.027"],["14252.122","13834.584"],["13412.638","12454.727"],["13486.743","12365.543"],["13441.005","12485.455"],["13425.117","12441.822"],["13508.011","12484.257"],["13454.530","12508.199"],["13480.191","12370.693"],["13575.015","12453.952"],["13483.733","12356.839"],["13501.772","12366.982"],["13572.551","12486.620"],["13506.488","12526.054"],["13541.413","12535.687"],["13419.447","12489.558"],["13420.263","12437.500"],["13471.733","12533.119"],["13502.101","12353.142"],["13583.000","12532.946"],["13581.051","12459.155"],["13530.069","12537.129"],["13450.456","12530.443"],["13420.911","12482.176"],["13417.518","12452.259"],["13532.440","12503.544"],["13498.005","12350.516"],["13577.024","12478.858"],["13561.843","12450.171"],["13613.431","12517.175"],["14508.692","17746.032"],["14496.356","17770.375"],["14462.968","17747.089"],["14468.905","17738.551"],["14474.300","17771.053"],["14540.353","17772.027"],["14489.317","17741.738"],["14495.649","17721.391"],["14498.412","17781.821"],["14518.067","17761.920"],["14471.225","17761.325"],["14501.603","17752.357"],["14477.853","17706.131"],["14521.800","17744.958"],["14496.636","17733.546"],["14467.787","17726.957"],["14500.978","17725.223"],["14492.705","17734.356"],["14524.382","17746.197"],["14505.665","17725.041"],["14510.748","17760.615"],["28575.279","11584.090"],["28644.643","11652.695"],["28646.481","11627.998"],["28594.994","11547.067"],["28606.006","11669.983"],["28610.809","11603.737"],["28635.379","11623.604"],["28577.796","11624.427"],["4902.296","20035.303"],["4876.695","20081.311"],["4885.082","20051.542"],["4856.556","20124.516"],["4914.491","20060.849"],["4867.171","20090.468"],["4875.954","20095.191"],["4815.273","20146.184"],["4837.559","20149.553"],["4891.688","20028.697"],["4923.504","20052.459"],["4918.027","20084.978"],["4865.461","20068.354"],["4829.622","20088.883"],["4802.905","20101.923"],["4804.928","20101.923"],["4785.502","20156.914"],["4870.067","20040.601"],["4867.944","20070.534"],["4797.460","20151.634"],["4876.178","20143.597"],["4882.027","20139.287"],["14259.482","17470.940"],["14301.505","17606.298"],["14263.602","17572.947"],["14269.597","17491.518"],["14275.041","17525.456"],["14266.949","17620.930"],["14330.255","17616.174"],["14324.202","17613.317"],["14254.830","17601.947"],["14302.561","17617.306"],["14269.929","17609.461"],["14251.620","17479.660"],["14274.317","17523.541"],["14271.957","17521.750"],["19554.403","5905.511"],["19615.455","5981.944"],["19611.179","5937.782"],["19646.637","5981.064"],["19595.258","5942.175"],["19565.439","5912.943"],["19529.518","5891.209"],["19610.159","5962.802"],["19541.541","5930.449"],["19589.337","5910.515"],["19576.936","5899.020"],["19636.607","5895.172"],["19640.686","5893.273"],["19615.390","5869.524"],["19540.225","5866.386"],["19556.492","5929.161"],["19615.554","5904.305"],["19595.324","5895.304"],["19578.893","5899.731"],["19724.355","5990.201"],["15578.481","13193.417"],["15578.621","13181.953"],["15573.829","13182.037"],["15639.897","13188.795"],["9385.679","17276.902"],["9397.617","17275.684"],["9371.823","17218.671"],["9336.145","17241.784"],["9318.250","17254.456"],["9304.840","17241.523"],["9317.326","17236.298"],["9307.766","17232.560"],["9329.611","17240.276"],["9301.493","17219.581"],["9329.499","17260.246"],["9297.580","17260.174"],["9275.649","17245.313"],["9261.655","17226.847"],["9279.460","17209.973"],["9202.670","17332.674"],["9397.196","17458.953"],["9374.155","17458.888"],["13001.642","13825.499"],["12994.257","13840.759"],["13033.747","13919.696"],["13041.477","13917.284"],["13017.954","14024.787"],["13166.305","13900.498"],["12989.375","13949.765"],["13021.181","13859.554"],["12998.303","13963.527"],["13006.296","13916.426"],["13077.771","13946.707"],["13051.237","13985.438"],["13126.423","14017.614"],["13014.535","13910.272"],["13154.181","14026.580"],["13133.022","13933.006"],["13041.296","13853.608"],["13007.415","13943.081"],["13110.228","13865.073"],["12994.211","13959.492"],["13130.782","14011.273"],["13010.026","14015.529"],["13002.594","13900.577"],["13189.037","13826.923"],["13173.027","13857.836"],["13186.274","13822.001"],["13188.342","13965.688"],["13185.149","13894.004"],["12989.070","13902.327"],["13010.682","13851.080"],["13181.417","13995.927"],["13046.150","13914.181"],["13152.202","13869.854"],["13112.564","13853.306"],["13167.254","13844.475"],["11350.547","15904.251"],["11355.980","15920.152"],["11456.243","15843.403"],["11468.867","15831.477"],["11483.336","15761.701"],["11420.637","15768.052"],["11389.407","15857.663"],["11400.596","15853.079"],["11424.366","15860.498"],["11435.183","15857.142"],["11445.243","15853.007"],["11453.309","15846.011"],["11462.090","15841.036"],["11474.907","15829.306"],["11478.350","15822.587"],["11483.417","15808.576"],["11482.426","15786.409"],["11465.571","15775.847"],["11456.986","15759.183"],["11398.344","15795.881"],["11382.810","15825.175"],["11412.416","15857.548"],["11441.658","15856.688"],["11477.265","15779.486"],["4405.112","20254.987"],["4445.517","20340.937"],["4376.246","20320.440"],["4382.118","20308.549"],["4461.139","20313.289"],["4546.634","20327.087"],["4529.233","20301.504"],["4473.757","20332.415"],["4365.555","20326.794"],["4357.134","20317.384"],["4408.269","20344.502"],["4500.039","20337.343"],["4533.115","20283.206"],["4443.527","20343.728"],["4432.310","20335.487"],["4360.048","20365.496"],["4516.059","20320.233"],["4427.902","20335.586"],["8962.791","13819.597"],["8919.441","13832.304"],["8900.115","13833.576"],["8844.952","13882.959"],["8862.716","13895.115"],["8873.734","13967.931"],["8879.771","13960.483"],["8867.302","14009.699"],["8867.871","14020.117"],["8862.672","14024.959"],["8906.365","13822.758"],["8829.311","13885.883"],["8858.785","13897.906"],["8879.178","13966.940"],["8868.405","13942.514"],["8903.618","13825.005"],["8848.258","13902.530"],["8858.784","13979.095"],["8805.260","14004.685"],["8799.306","14018.436"],["8853.271","13969.990"],["8829.307","13973.954"],["8819.767","13995.253"],["8806.807","13985.674"],["8791.225","13964.557"],["8802.606","13975.738"],["8805.680","13880.045"],["8797.506","13882.307"],["8846.032","13852.604"],["8851.607","13850.110"],["8845.394","13831.531"],["8879.886","13819.432"],["8840.029","13848.411"],["8855.211","13856.798"],["8811.344","13903.745"],["8826.555","13935.236"],["8874.632","13816.295"],["8823.935","13925.018"],["8798.139","13957.728"],["8843.329","13947.831"],["8950.872","13936.439"],["8974.674","13969.417"],["8846.450","14018.042"],["8847.250","13970.945"],["8837.514","14024.999"],["8836.936","13846.486"],["8834.054","13930.596"],["8848.599","13972.728"],["8786.246","13999.757"],["8831.445","14009.990"],["8803.188","13968.300"],["8810.401","13895.404"],["8830.259","13858.087"],["8264.377","12065.307"],["8296.644","12051.289"],["8296.499","11928.755"],["8261.124","11943.735"],["8171.109","12032.377"],["8159.250","12018.521"],["8183.122","11953.280"],["8172.502","11963.742"],["8185.387","12009.588"],["8239.127","11925.693"],["8203.063","11960.918"],["8197.006","12009.090"],["8205.857","12010.327"],["8324.088","11943.314"],["8317.728","11943.976"],["8352.472","12020.448"],["8337.081","12021.702"],["8323.333","12050.113"],["8297.501","12108.982"],["8305.905","12110.328"],["8340.406","12121.564"],["8251.663","12074.506"],["8292.338","12065.869"],["8292.321","11922.182"],["8270.525","11962.204"],["8172.801","12024.929"],["8160.218","12010.379"],["8176.017","11937.277"],["8165.676","11973.139"],["8152.256","11918.141"],["8190.315","11988.713"],["8318.496","11920.291"],["8325.557","11931.589"],["8351.749","12017.227"],["8317.560","12039.510"],["8290.230","12093.560"],["8327.725","12104.735"],["8310.932","12123.645"],["8281.137","12035.249"],["8277.535","12067.321"],["8309.212","11923.255"],["8277.966","11949.714"],["8180.408","11942.182"],["8167.600","11985.856"],["8256.940","11917.699"],["8321.407","11928.985"],["8312.169","11937.832"],["8351.058","12026.658"],["8347.377","12015.063"],["8319.270","12045.307"],["8298.947","12091.471"],["8247.018","11914.964"],["8343.246","11993.268"],["8259.778","11993.071"],["8283.331","11987.786"],["8369.371","11936.745"],["8354.007","11952.023"],["8228.012","12121.022"],["8345.544","11996.397"],["8346.732","11990.262"],["8275.765","11976.324"],["8269.203","11978.289"],["8346.228","11934.352"],["8339.747","11954.170"],["8352.326","11972.654"],["8232.537","12084.054"],["11247.426","15951.513"],["11142.777","16051.048"],["11181.915","16053.837"],["11214.388","15935.963"],["11149.583","16073.341"],["11163.549","16104.611"],["11183.854","16076.497"],["11160.144","16046.610"],["11234.974","16013.819"],["11186.404","16025.218"],["11206.282","16041.576"],["11173.051","15976.510"],["11148.726","15983.185"],["11155.488","15960.286"],["11228.388","15965.726"],["11102.997","15968.211"],["16124.725","14247.481"],["16101.510","14267.736"],["13608.347","18683.002"],["13616.275","18707.031"],["13602.886","18722.093"],["13606.571","18709.195"],["13596.339","18869.655"],["10926.362","13498.174"],["10962.787","13477.743"],["10962.917","13453.944"],["10965.103","13485.241"],["11046.581","13453.135"],["11026.514","13450.521"],["11084.659","13573.714"],["11014.279","13439.235"],["10973.548","13423.674"],["10988.502","13406.316"],["11003.630","13435.821"],["10964.132","13581.954"],["11068.927","13539.597"],["5223.750","18759.057"],["5255.464","18748.332"],["5327.203","18713.301"],["5305.105","18726.401"],["5290.076","18717.466"],["5321.923","18723.227"],["5304.744","18747.343"],["5344.003","18740.406"],["5375.799","18679.893"],["5316.322","18732.875"],["5344.826","18737.879"],["5337.046","18736.822"],["5346.324","18741.862"],["5352.846","18749.794"],["5319.694","18735.118"],["5294.936","18779.676"],["5287.840","18755.018"],["5304.415","18734.199"],["5279.575","18690.391"],["15303.340","17972.873"],["15303.307","17967.737"],["18608.954","16840.755"],["18583.481","16935.537"],["18603.499","16861.832"],["18571.524","16962.061"],["18548.197","16964.117"],["18553.707","16981.045"],["18594.102","16809.848"],["18589.086","16813.300"],["18563.559","16969.419"],["18564.776","16981.805"],["18592.967","16808.626"],["18585.730","16828.345"],["18555.286","16963.143"],["18592.424","16804.894"],["18549.562","16978.931"],["18592.375","16811.103"],["27918.442","11352.033"],["27879.305","11404.694"],["27855.344","11489.813"],["27812.612","11476.406"],["27817.807","11476.812"],["27851.841","11396.897"],["27874.610","11408.088"],["27914.803","11417.641"],["27907.053","11416.002"],["5959.832","15081.592"],["7402.733","19281.773"],["7384.987","19242.103"],["7421.319","19264.518"],["7420.181","19177.977"],["7360.841","19176.661"],["7368.505","19182.755"],["7509.930","19112.606"],["7336.567","19240.838"],["7332.726","19239.339"],["7354.558","19310.115"],["7337.141","19292.246"],["7317.430","19146.181"],["7345.194","19125.974"],["7388.665","19154.711"],["7453.915","19101.447"],["7508.029","19113.927"],["7510.878","19296.512"],["7480.894","19289.637"],["7446.189","19285.163"],["7440.691","19205.310"],["7402.568","19198.098"],["7483.559","19187.889"],["7343.160","19146.450"],["7509.628","19293.804"],["7507.050","19191.070"],["7483.612","19176.404"],["7485.249","19168.467"],["7370.722","19164.509"],["7336.001","19129.926"],["7380.047","19162.659"],["7337.181","19285.929"],["7342.746","19215.686"],["7346.627","19277.552"],["7398.701","19233.601"],["7401.367","19222.127"],["7507.654","19269.229"],["7406.966","19308.319"],["7348.436","19234.893"],["7318.575","19135.799"],["6253.712","17996.198"],["6297.315","18030.562"],["6262.719","18040.274"],["6384.986","18027.649"],["6327.037","18000.191"],["6368.731","17989.412"],["6383.700","18038.821"],["6313.442","18000.187"],["6350.545","18004.010"],["6279.845","18036.560"],["6301.437","18039.200"],["6383.459","18020.432"],["6386.762","18000.300"],["6277.820","18003.941"],["6296.217","18002.587"],["6298.725","18008.712"],["17398.373","4265.808"],["17222.202","4126.853"],["17366.828","4119.469"],["17309.823","4160.595"],["17299.885","4168.248"],["17286.593","4172.801"],["17313.280","4178.934"],["17379.880","4193.745"],["17371.756","4188.627"],["17376.677","4206.253"],["17365.110","4219.542"],["17362.021","4226.804"],["17351.767","4221.387"],["17335.417","4236.189"],["17345.503","4191.153"],["17305.213","4222.223"],["17313.692","4227.057"],["17282.564","4211.828"],["17339.382","4180.075"],["17346.918","4259.763"],["17354.273","4262.826"],["17275.244","4209.071"],["17268.795","4192.607"],["17401.933","4232.768"],["17401.223","4223.053"],["17395.658","4218.321"],["17391.144","4237.552"],["17396.110","4227.241"],["17382.709","4254.958"],["17397.927","4274.189"],["17370.630","4272.400"],["17365.550","4268.806"],["17205.525","4111.807"],["17377.963","4126.125"],["17224.694","4176.743"],["17235.453","4170.059"],["17212.287","4189.689"],["17203.285","4187.551"],["17238.705","4174.359"],["17246.090","4176.209"],["17223.041","4140.313"],["17375.084","4125.464"],["17213.321","4114.731"],["17296.215","4108.193"],["17402.025","4122.789"],["17293.567","4103.007"],["17234.143","4139.801"],["17377.617","4146.009"],["17238.086","4176.887"],["17227.918","4167.977"],["17220.884","4186.665"],["17269.249","4199.350"],["17308.805","4224.441"],["17331.353","4245.867"],["17390.357","4258.172"],["17395.257","4242.870"],["17222.198","4227.071"],["17231.602","4227.860"],["17290.976","4244.719"],["17327.480","4272.626"],["17292.477","4267.374"],["17349.527","4142.588"],["17292.136","4094.303"],["17357.094","4107.542"],["17365.926","4113.461"],["17225.130","4112.633"],["17383.489","4141.171"],["17244.915","4227.309"],["17284.819","4249.874"],["17200.421","4214.177"],["17353.226","4145.927"],["17199.735","4136.002"],["17392.667","4146.852"],["5279.045","7502.754"],["5342.471","7496.542"],["5232.640","7507.092"],["5251.842","7582.831"],["5305.794","7497.456"],["5339.433","7483.620"],["5229.844","7503.987"],["5221.266","7564.383"],["5226.280","7604.283"],["5209.592","7626.772"],["5254.794","7486.215"],["5311.156","7504.435"],["5246.661","7567.967"],["5202.497","7633.323"],["5357.250","7484.883"],["5308.702","7481.432"],["5236.105","7545.505"],["5211.320","7586.471"],["5218.012","7526.595"],["5223.585","7621.039"],["10721.075","16866.526"],["10710.010","16867.852"],["10726.805","16880.904"],["10747.704","16918.313"],["10719.196","16836.105"],["10706.358","16860.299"],["10724.366","16809.160"],["10733.645","16840.751"],["10698.699","16847.117"],["10788.494","16800.407"],["10798.141","16830.277"],["10829.464","16853.371"],["10824.089","16898.979"],["10860.449","16911.733"],["10788.549","16890.336"],["10799.280","16905.252"],["10776.549","16921.441"],["10758.787","16918.744"],["10753.244","16882.369"],["10753.654","16818.728"],["10827.565","16892.942"],["10777.198","16909.313"],["10783.386","16904.816"],["10783.053","16901.560"],["10743.496","16909.802"],["10701.530","16907.391"],["10795.330","16785.247"],["10791.894","16782.365"],["10762.560","16809.050"],["10689.036","16879.674"],["10683.024","16888.882"],["14740.949","12862.101"],["14815.827","12937.241"],["14763.183","12831.730"],["14753.722","12888.705"],["14829.297","12886.357"],["14760.235","12885.980"],["14776.955","12788.621"],["14868.048","12956.158"],["14863.147","12825.380"],["14820.635","12857.053"],["14780.357","12908.903"],["14822.088","12923.120"],["14836.638","12830.562"],["14880.203","12954.969"],["14844.440","12773.398"],["14752.137","12899.966"],["14810.094","12914.799"],["14797.747","12960.707"],["14820.246","12909.264"],["14731.243","12829.098"],["14745.048","12820.479"],["14855.162","12763.408"],["14774.518","12864.974"],["14747.610","12862.646"],["14776.968","12823.736"],["14757.851","12882.380"],["14758.953","12905.402"],["14743.081","12893.363"],["14841.797","12909.413"],["6504.310","12646.030"],["6504.014","12661.059"],["6535.575","12636.717"],["6504.510","12614.499"],["6548.794","12598.525"],["6555.833","12584.784"],["6608.504","12601.096"],["6529.224","12616.297"],["6502.365","12641.764"],["6469.425","12660.960"],["6504.655","12676.303"],["6528.898","12614.702"],["6498.749","12623.950"],["6556.540","12606.684"],["6592.441","12608.620"],["6597.303","12603.771"],["6530.918","12635.207"],["6496.411","12618.874"],["6490.510","12680.828"],["6504.374","12641.589"],["6564.084","12584.650"],["15107.370","8867.595"],["15103.982","8855.225"],["15115.166","8906.488"],["15127.341","8948.688"],["15100.489","8912.050"],["15117.989","8928.648"],["27007.218","16797.365"],["26931.654","16848.032"],["26934.615","16850.856"],["15180.439","12007.423"],["15110.116","12050.922"],["15274.299","12015.254"],["15269.554","12034.190"],["15227.700","12012.056"],["15279.862","12054.647"],["15293.933","12085.238"],["15125.308","11975.832"],["15196.334","11962.289"],["15261.353","11957.834"],["15125.194","12040.004"],["15096.686","11935.972"],["15160.669","12015.912"],["15106.958","12067.074"],["15259.052","11992.100"],["15248.501","12040.581"],["15225.316","12015.408"],["15295.158","12041.402"],["15204.583","11958.433"],["15147.265","11973.800"],["15191.416","11957.929"],["15245.366","11950.468"],["15117.776","12040.185"],["15134.650","11945.196"],["15202.551","11932.529"],["15265.169","11941.104"],["15111.295","12005.718"],["15146.098","11944.040"],["15184.952","11947.343"],["15283.261","11946.571"],["15137.101","12019.013"],["15130.226","11978.045"],["15170.824","11938.937"],["15247.570","11930.782"],["15128.417","12038.435"],["15096.444","11927.035"],["8782.576","12299.709"],["8791.852","12316.406"],["8828.727","12320.155"],["8896.840","12305.652"],["8854.850","12294.257"],["8854.586","12298.452"],["8945.902","12300.863"],["10219.145","14427.587"],["10215.559","14434.309"],["10250.001","14443.593"],["10158.930","14249.361"],["10132.229","14346.818"],["10055.162","14434.139"],["10055.524","14444.279"],["10144.277","14426.029"],["10116.988","14262.033"],["10054.999","14314.566"],["10061.354","14306.371"],["10052.341","14279.171"],["10055.744","14385.036"],["10048.268","14344.583"],["10049.238","14344.319"],["10054.106","14263.488"],["10118.201","14314.090"],["10151.321","14290.968"],["10154.643","14293.957"],["10168.051","14365.537"],["10154.679","14349.237"],["10239.461","14394.216"],["10229.329","14400.178"],["10199.639","14296.076"],["10214.935","14303.227"],["10244.143","14309.867"],["10223.880","14318.256"],["10146.215","14310.257"],["10151.922","14322.231"],["10048.891","14425.295"],["10066.687","14405.221"],["10202.053","14356.958"],["10189.951","14429.420"],["10240.230","14365.143"],["10158.724","14429.929"],["10250.791","14285.008"],["10217.485","14282.068"],["10107.755","14358.263"],["10065.469","14360.719"],["10046.708","14440.134"],["10046.412","14446.377"],["10107.384","14435.587"],["10130.394","14442.837"],["10062.434","14329.321"],["10050.976","14278.223"],["10079.380","14253.869"],["10048.178","14401.881"],["10058.820","14435.391"],["10050.273","14440.605"],["10068.496","14416.353"],["10206.808","14251.227"],["10120.863","14363.119"],["10127.812","14444.109"],["10054.099","14375.391"],["10046.738","14327.044"],["10065.241","14249.483"],["10163.689","14272.058"],["10176.785","14359.707"],["10237.388","14374.910"],["10200.067","14279.148"],["10209.571","14338.917"],["10156.709","14304.114"],["10051.178","14433.669"],["10057.658","14419.078"],["10043.004","14329.109"],["10063.465","14340.207"],["10052.001","14324.666"],["10052.281","14356.904"],["10056.819","14251.547"],["10074.599","14255.015"],["10070.438","14249.516"],["10142.453","14277.515"],["10182.423","14288.755"],["10144.972","14256.550"],["10145.120","14276.335"],["10150.449","14277.112"],["10166.406","14353.613"],["10141.670","14356.702"],["10175.765","14368.015"],["10153.298","14349.237"],["10218.375","14398.345"],["10226.434","14369.113"],["10210.266","14396.677"],["10234.938","14378.609"],["10195.659","14287.571"],["10217.041","14273.335"],["10194.393","14280.271"],["10227.943","14326.844"],["10217.104","14316.704"],["10209.505","14321.625"],["10223.156","14320.701"],["10121.544","14316.814"],["10119.455","14303.420"],["10141.380","14335.443"],["10159.751","14297.887"],["10184.037","14246.368"],["10217.046","14243.725"],["5424.556","12980.497"],["5409.805","12984.900"],["9279.447","11804.653"],["9299.365","11795.817"],["9231.259","11832.644"],["9228.249","11819.035"],["9344.739","11798.031"],["9336.614","11775.504"],["9339.744","11792.586"],["9343.230","11777.855"],["9364.102","11778.123"],["9372.474","11768.610"],["9345.712","11793.011"],["9364.989","11807.247"],["9219.168","11819.541"],["9265.034","11821.534"],["9313.299","11811.113"],["9280.160","11903.209"],["9409.108","11727.303"],["9329.642","11733.057"],["9286.851","11739.167"],["9382.992","11748.573"],["9388.012","11736.096"],["9271.829","11759.622"],["9327.079","11805.297"],["9307.046","11842.423"],["9254.959","11837.268"],["9217.558","11831.289"],["9337.568","11794.497"],["9354.887","11779.534"],["9332.934","11797.277"],["9349.382","11796.385"],["9377.868","11777.463"],["9353.510","11771.302"],["9355.301","11802.293"],["9354.709","11793.110"],["9212.030","11810.524"],["9266.169","11824.639"],["9303.052","11822.211"],["9214.219","11899.047"],["9276.936","11893.465"],["9370.347","11901.420"],["9398.220","11743.835"],["9345.464","11761.430"],["9346.961","11758.094"],["9316.638","11724.369"],["9310.618","11737.961"],["9384.933","11745.716"],["9356.575","11742.532"],["9398.933","11711.819"],["9368.226","11731.885"],["9273.605","11768.887"],["9275.447","11737.194"],["9318.543","11796.428"],["9236.917","11827.062"],["9339.657","11797.915"],["9333.144","11781.648"],["9334.941","11777.277"],["9343.970","11790.373"],["9361.355","11773.747"],["9376.668","11770.262"],["9355.137","11797.421"],["9347.966","11792.202"],["9209.020","11808.856"],["9267.419","11815.886"],["9304.154","11824.144"],["9213.874","11893.762"],["9289.337","11877.643"],["9342.783","11763.098"],["9342.734","11734.065"],["9284.466","11758.358"],["9285.124","11751.851"],["9288.957","11737.928"],["9406.499","11726.699"],["9407.140","11712.876"],["9392.206","11733.784"],["9259.905","11744.857"],["9246.319","11773.808"],["9247.207","11739.523"],["9342.422","11880.355"],["9288.269","11878.001"],["9355.769","11854.545"],["9281.015","11876.652"],["9372.205","11912.799"],["9347.908","11728.230"],["9342.981","11746.765"],["9321.769","11751.190"],["9360.287","11715.724"],["9386.301","11712.281"],["9273.211","11766.674"],["9265.708","11864.185"],["9293.519","11843.420"],["9342.266","11801.102"],["9238.129","11871.209"],["9392.455","11901.823"],["9359.848","11818.145"],["9293.449","11775.373"],["9290.087","11765.498"],["9335.442","11708.242"],["9202.306","11764.316"],["9381.142","11740.497"],["9404.713","11821.422"],["9227.298","11749.356"],["9329.872","11751.769"],["9316.045","11763.907"],["9393.982","11708.202"],["9369.069","11712.735"],["9355.595","11722.894"],["9333.852","11711.574"],["9315.412","11717.496"],["9317.562","11731.469"],["9331.683","11737.342"],["9269.859","11735.278"],["9256.467","11777.111"],["9234.612","11736.528"],["9246.497","11719.776"],["9268.193","11719.926"],["9203.194","11709.668"],["9216.641","11705.157"],["9324.684","11772.185"],["9240.467","11759.442"],["9297.123","11870.329"],["9243.655","11838.707"],["9377.644","11854.760"],["9352.167","11796.742"],["15965.944","9531.605"],["15982.329","9467.569"],["15964.293","9407.986"],["15975.007","9570.316"],["15979.730","9448.279"],["15953.914","9417.367"],["15970.007","9563.496"],["15983.513","9456.025"],["15956.546","9411.174"],["15977.523","9541.745"],["15977.461","9453.812"],["15946.842","9430.992"],["15970.846","9556.278"],["15964.747","9452.094"],["4573.067","11815.904"],["4599.677","11891.829"],["4568.568","11774.087"],["4577.117","11786.539"],["4575.430","11875.363"],["4606.314","11907.196"],["4596.700","11833.265"],["4582.958","11849.819"],["4581.094","11831.398"],["4574.164","11844.710"],["4601.476","11773.260"],["4592.621","11883.423"],["4574.673","11880.780"],["4579.968","11878.052"],["4578.831","11842.875"],["4588.495","11812.205"],["4602.468","11778.910"],["4618.377","11833.153"],["4586.355","11881.722"],["4608.999","11894.270"],["4572.281","11891.541"],["4602.926","11872.124"],["4587.448","11838.088"],["4596.750","11786.146"],["4576.991","11831.256"],["4584.469","11755.062"],["4593.049","11806.807"],["27823.291","7875.650"],["27865.791","7878.689"],["27852.063","7874.469"],["27822.221","7869.886"],["6396.826","14853.446"],["6461.532","14763.506"],["6430.482","14855.346"],["6304.941","14700.896"],["6296.653","14703.457"],["6307.980","14716.262"],["6375.961","14847.948"],["6252.755","14843.895"],["6264.510","14758.476"],["6287.652","14767.411"],["6310.468","14801.085"],["6309.658","14835.668"],["6304.132","14805.875"],["6267.405","14758.972"],["6322.655","14749.474"],["6363.214","14795.734"],["6277.065","14740.229"],["6318.112","14823.794"],["6455.928","14729.441"],["6315.714","14778.541"],["6315.731","14741.828"],["6272.915","14796.280"],["6326.191","14747.575"],["6315.106","14757.451"],["6375.550","14810.366"],["19946.675","6825.293"],["19981.983","6639.564"],["20048.352","6835.712"],["20009.635","6794.094"],["19954.714","6654.379"],["19942.362","6653.784"],["19969.763","6654.478"],["19987.164","6679.515"],["19967.691","6683.429"],["20139.898","6804.581"],["20007.563","6837.017"],["20090.277","6784.168"],["18628.315","14591.485"],["18483.003","14601.196"],["18470.690","14642.163"],["10525.870","17629.927"],["10548.119","17662.125"],["10507.993","17655.230"],["10518.084","17677.830"],["10535.090","17699.264"],["10558.814","17701.165"],["10561.770","17666.524"],["10577.648","17670.711"],["10633.243","17703.613"],["10568.999","17749.129"],["10540.111","17776.834"],["10605.123","17785.497"],["10586.826","17737.354"],["10620.764","17643.270"],["10670.154","17623.533"],["10500.449","17820.163"],["10637.962","17805.524"],["10529.636","17622.941"],["10532.083","17641.184"],["10511.012","17684.799"],["10543.231","17696.968"],["10548.913","17688.795"],["10559.220","17668.589"],["10576.067","17645.928"],["10598.010","17671.438"],["10620.262","17735.935"],["10638.046","17707.147"],["10527.644","17762.879"],["10595.485","17779.849"],["10586.135","17743.811"],["10622.458","17637.952"],["10488.854","17827.561"],["10524.375","17647.401"],["10509.614","17670.695"],["10544.662","17682.682"],["10554.686","17702.833"],["10554.023","17676.731"],["10564.669","17640.578"],["10587.221","17659.547"],["10614.654","17724.077"],["10627.585","17713.489"],["10548.703","17767.560"],["10542.709","17758.552"],["10604.416","17773.623"],["10599.375","17736.544"],["10622.343","17640.330"],["10518.837","17829.593"],["10623.110","17827.737"],["10615.758","17803.162"],["10606.777","17830.313"],["10512.894","17652.472"],["10521.752","17681.942"],["10526.060","17694.887"],["10544.801","17695.087"],["10553.085","17680.513"],["10590.971","17668.944"],["10658.225","17751.709"],["10635.776","17709.575"],["10557.124","17759.897"],["10523.943","17765.422"],["10591.982","17764.440"],["10589.836","17755.851"],["10614.942","17629.909"],["10526.905","17633.716"],["10537.099","17663.066"],["10512.953","17660.373"],["10550.419","17685.358"],["10552.021","17701.313"],["10564.533","17676.087"],["10569.175","17640.594"],["10598.109","17660.389"],["10618.539","17723.448"],["10549.541","17764.208"],["10549.091","17759.823"],["10586.867","17784.952"],["10593.471","17759.484"],["10637.294","17642.510"],["10650.164","17626.652"],["9275.077","13351.143"],["9223.062","13383.076"],["9225.687","13307.274"],["9204.753","13325.327"],["9219.600","13222.243"],["9269.450","13361.868"],["9277.345","13381.273"],["9251.970","13338.289"],["9206.211","13243.495"],["9247.223","13361.458"],["9236.746","13377.643"],["9240.965","13307.923"],["9230.595","13360.731"],["9227.190","13368.906"],["12314.837","18397.948"],["12296.853","18287.599"],["12177.604","18319.588"],["12288.695","18279.506"],["12195.795","18308.655"],["12343.719","18342.936"],["12261.211","18450.833"],["12287.281","18281.884"],["12260.686","18266.343"],["12211.206","18312.206"],["12207.374","18291.694"],["12351.876","18387.907"],["12314.557","18407.907"],["12262.839","18461.783"],["12286.212","18262.231"],["12281.968","18259.935"],["12176.091","18298.845"],["12170.565","18317.012"],["12323.340","18384.290"],["12313.965","18387.081"],["12274.090","18308.044"],["12257.462","18318.746"],["12176.535","18292.223"],["12210.038","18331.000"],["12317.781","18398.526"],["12293.251","18305.732"],["12302.166","18322.000"],["12197.538","18314.964"],["12199.808","18297.673"],["13025.683","12818.074"],["13194.028","12813.837"],["13172.971","12769.629"],["12999.400","12875.243"],["13105.399","12809.067"],["13187.802","12956.165"],["13138.472","12829.688"],["12988.568","12764.526"],["13082.192","12964.905"],["13050.930","12769.286"],["13197.037","12852.681"],["13158.542","12965.232"],["13151.071","12800.027"],["13050.535","12810.723"],["13086.177","12897.801"],["13032.550","12836.102"],["12990.371","12967.926"],["13003.058","12775.558"],["12999.756","12962.495"],["13008.519","12968.136"],["13013.471","12791.792"],["13055.782","12795.248"],["13085.059","12837.140"],["13149.426","12809.506"],["13181.315","12958.417"],["13038.200","12964.342"],["12998.512","12969.577"],["13129.153","12894.269"],["12990.443","12895.469"],["13096.402","12961.767"],["13093.118","12888.024"],["13040.510","12847.976"],["13043.413","12812.655"],["13129.344","12799.680"],["13896.435","13139.490"],["13911.065","13150.751"],["13836.910","13166.676"],["13888.621","13128.625"],["13926.153","12973.752"],["13941.280","12982.368"],["15509.478","15722.468"],["15510.418","15780.653"],["15510.097","15815.742"],["15492.333","15896.702"],["13655.304","15030.240"],["13646.681","15013.210"],["13716.240","14936.176"],["13698.680","14985.215"],["13634.382","14952.054"],["13706.470","14918.942"],["13815.300","15079.080"],["13760.254","15010.751"],["13700.581","15077.038"],["13722.874","14914.590"],["13769.132","14879.018"],["13719.629","14981.873"],["13734.364","15046.947"],["13802.721","14982.873"],["13739.853","14939.756"],["13703.285","14989.228"],["13789.691","14919.745"],["13660.856","14989.426"],["13829.320","15009.151"],["13784.793","14961.783"],["13699.167","15079.300"],["13643.153","14939.351"],["13710.633","14935.237"],["13677.282","14960.822"],["13767.178","14950.313"],["13776.446","14879.027"],["13808.501","15053.158"],["13817.836","14988.902"],["13692.172","15027.031"],["13824.748","15032.636"],["13681.338","14892.666"],["13660.103","15073.505"],["13702.111","15073.008"],["13746.476","14888.133"],["13768.534","14877.309"],["13803.724","14982.692"],["13669.622","15001.895"],["13797.290","14896.095"],["4109.728","17407.593"],["4087.944","17408.850"],["7791.501","17504.225"],["4027.100","20110.894"],["3938.449","20062.600"],["4053.490","20101.643"],["3981.590","20095.783"],["3936.245","20052.229"],["3939.038","20053.029"],["4059.461","20120.619"],["4041.919","20111.456"],["4043.120","20087.145"],["3942.067","20037.084"],["4067.767","20099.959"],["4051.056","20105.029"],["4026.097","20106.072"],["4072.027","20139.975"],["15397.717","17636.804"],["15306.812","17650.413"],["15444.913","17634.511"],["15457.152","17724.191"],["15442.646","17707.086"],["15370.057","17638.314"],["15412.351","17702.164"],["15423.096","17656.494"],["15330.077","17657.406"],["15326.054","17624.401"],["15305.274","17741.355"],["15499.681","17689.688"],["15305.635","17806.493"],["15391.212","17664.822"],["15472.655","17764.106"],["15429.297","17661.780"],["15345.061","17794.559"],["15466.613","17810.511"],["15307.117","17740.711"],["15482.317","17674.406"],["15427.060","17686.090"],["15510.418","17763.276"],["15460.655","17788.885"],["15453.633","17682.082"],["15384.712","17784.884"],["15386.824","17675.247"],["15425.760","17647.840"],["15334.781","17666.985"],["15453.633","17733.852"],["15492.625","17701.777"],["15316.729","17785.278"],["15323.677","17762.746"],["15307.595","13782.252"],["15329.163","13774.901"],["15321.826","13614.328"],["15477.821","13724.419"],["15427.310","13651.640"],["15360.067","13723.300"],["15369.033","13753.306"],["15451.195","13746.664"],["15431.019","13769.650"],["15391.046","13753.164"],["15419.080","13684.615"],["15402.632","13683.829"],["15407.044","13635.101"],["15325.687","13768.924"],["15351.893","13792.325"],["15403.985","13801.989"],["15320.987","13605.922"],["15480.173","13752.545"],["2284.649","11566.840"],["2246.834","11514.248"],["2263.773","11568.021"],["2296.588","11505.813"],["5826.851","9304.674"],["5825.519","9337.920"],["5809.515","9318.382"],["5788.542","9370.660"],["5770.241","9360.653"],["5630.051","9314.373"],["5803.237","9347.525"],["5790.932","9362.965"],["5646.926","9330.195"],["5796.497","9360.411"],["5781.782","9369.322"],["5829.339","9344.602"],["5825.627","9301.467"],["5823.686","9305.745"],["8206.335","17494.996"],["8193.639","17477.226"],["8191.423","17458.620"],["8228.391","17522.863"],["8215.310","17533.754"],["8214.877","17515.665"],["8241.602","17547.084"],["8255.895","17562.078"],["8248.833","17577.667"],["8265.287","17559.618"],["9407.465","18976.212"],["9403.826","18947.771"],["9395.409","18968.780"],["9408.184","18946.417"],["9397.377","18972.372"],["9388.613","19011.322"],["9381.379","19007.160"],["9363.390","18998.275"],["9388.061","19037.862"],["9376.712","19082.440"],["9371.992","19066.040"],["9387.912","18932.967"],["9375.215","18935.824"],["9339.679","19063.542"],["9369.449","19086.267"],["9315.333","19048.297"],["9301.649","19030.312"],["9292.982","19031.272"],["9264.392","18975.547"],["9249.508","18975.597"],["9254.343","18954.077"],["9235.175","18963.522"],["9207.116","19033.868"],["9271.484","19072.312"],["9223.244","19058.770"],["9277.037","19098.409"],["9330.686","18899.184"],["9305.456","18912.413"],["9353.489","19031.933"],["9406.136","19071.936"],["9362.715","18950.770"],["9342.751","18937.408"],["9321.681","18923.749"],["9332.668","18947.300"],["9314.337","19028.524"],["9300.340","19002.711"],["9329.123","19020.464"],["9403.982","18959.889"],["9404.629","18990.113"],["9399.399","18999.015"],["9370.345","18970.398"],["9356.144","18963.265"],["9363.249","18965.148"],["9359.220","18955.355"],["9326.825","18977.306"],["9326.381","18983.136"],["9290.312","18946.703"],["9315.748","19050.957"],["9198.892","18960.516"],["9226.615","19071.618"],["9274.765","18889.985"],["9382.603","18999.608"],["9357.288","19024.699"],["9404.593","19032.173"],["9369.705","19057.568"],["9377.665","18937.178"],["9336.073","18924.823"],["9328.070","19019.209"],["9404.920","18957.824"],["9405.024","18982.665"],["9377.483","18952.182"],["9343.693","18948.352"],["9294.687","18950.551"],["8059.578","12502.157"],["8045.038","12516.987"],["7940.434","12391.035"],["7939.611","12395.742"],["7956.855","12439.522"],["7968.340","12445.445"],["8015.897","12508.878"],["7988.282","12490.513"],["8065.708","12542.513"],["8055.680","12481.992"],["8020.663","12470.216"],["7962.276","12383.339"],["7939.036","12402.893"],["7966.432","12452.018"],["7983.357","12445.346"],["8006.078","12486.500"],["8062.867","12527.887"],["8015.348","12377.460"],["7956.338","12402.860"],["7977.367","12438.664"],["8039.225","12529.412"],["8039.064","12539.634"],["7955.740","12387.308"],["8000.759","12360.220"],["15180.858","13104.593"],["15115.731","13142.488"],["15217.793","13175.427"],["15139.744","13077.580"],["15143.147","13017.557"],["15229.161","13110.525"],["15203.960","13036.328"],["15226.647","13126.310"],["15152.672","13122.025"],["15182.612","13162.958"],["15139.169","13113.517"],["15108.345","13020.678"],["8242.358","11688.815"],["8211.154","11683.964"],["8269.430","11681.933"],["8276.732","11695.122"],["8280.827","11682.454"],["8277.077","11677.838"],["8246.980","11700.838"],["8216.039","11694.847"],["8273.616","11682.580"],["8312.420","11697.559"],["8276.519","11675.174"],["8275.525","11676.992"],["8201.213","11684.201"],["8217.487","11689.926"],["8270.729","11683.849"],["8276.502","11692.860"],["8296.780","11695.020"],["8301.242","11700.109"],["8302.125","11674.533"],["14680.362","13113.707"],["14718.216","13160.657"],["14738.887","13120.402"],["14755.725","13144.685"],["14727.759","13150.581"],["14753.846","13106.655"],["14672.843","13127.750"],["14715.383","13079.037"],["14682.817","13081.554"],["14690.757","13123.418"],["14732.798","13134.760"],["14709.927","13141.053"],["14751.749","13105.918"],["14711.041","13092.728"],["14724.535","13133.207"],["14690.134","13090.665"],["14752.107","13143.364"],["14695.852","13108.094"],["14751.536","13116.735"],["14708.430","13147.412"],["14734.784","13128.984"],["14713.212","13083.826"],["14723.812","13140.507"],["14837.108","13020.512"],["14761.987","13100.388"],["14730.445","13144.000"],["14719.160","13110.824"],["14735.791","13083.639"],["14795.718","13133.816"],["14786.402","13068.109"],["14722.962","13026.762"],["14794.079","13105.607"],["14797.733","13075.444"],["14764.339","13106.020"],["14714.590","13144.264"],["14707.976","13125.275"],["14733.670","13074.489"],["14774.714","13154.460"],["14780.218","13051.941"],["14684.582","13013.910"],["14683.693","13037.871"],["17732.603","15981.905"],["17747.439","15956.026"],["17779.453","15952.278"],["17795.263","15938.816"],["17773.836","15961.335"],["17719.033","15982.887"],["18191.899","15107.755"],["4262.893","16157.810"],["4311.181","16253.773"],["4232.464","16264.254"],["4257.685","16179.704"],["4268.966","16183.378"],["4167.309","16181.609"],["4180.173","16150.270"],["4337.399","16271.257"],["4327.227","16339.572"],["4349.947","16350.321"],["4263.895","16295.408"],["4285.112","16309.100"],["4241.806","16289.721"],["4292.365","16295.798"],["4283.277","16155.344"],["4255.842","16213.924"],["4204.245","16193.997"],["4206.038","16207.325"],["4197.638","16193.087"],["4199.414","16234.194"],["4343.896","16305.179"],["4332.457","16300.876"],["4292.118","16351.912"],["4283.467","16323.076"],["4231.351","16336.547"],["4241.795","16324.491"],["4322.383","16149.189"],["4270.359","16262.048"],["4301.181","16282.741"],["4288.204","16304.502"],["4239.865","16281.810"],["4234.510","16162.247"],["4250.629","16196.137"],["4214.788","16174.294"],["4253.193","16188.217"],["4194.710","16224.152"],["4189.611","16178.009"],["4230.633","16167.132"],["4336.667","16306.508"],["4332.227","16323.502"],["4254.158","16330.591"],["4249.707","16315.292"],["4248.933","16332.930"],["4279.886","16144.552"],["4269.459","16164.437"],["4334.281","16152.029"],["4336.568","16187.451"],["4326.354","16174.569"],["4298.093","16251.989"],["4262.692","16190.456"],["4250.422","16210.374"],["4295.071","16295.523"],["4291.683","16263.930"],["4353.591","16298.099"],["4278.717","16294.802"],["4318.684","16309.088"],["4275.831","16327.754"],["4259.235","16336.309"],["4219.781","16319.689"],["4222.445","16296.369"],["4247.005","16236.619"],["4220.015","16256.520"],["4194.991","16174.289"],["4153.096","16268.169"],["4190.473","16346.777"],["8060.960","16389.170"],["8067.624","16372.593"],["8131.715","16467.224"],["8136.628","16430.329"],["8060.304","16410.746"],["13963.209","15557.659"],["14031.276","15552.853"],["13878.619","15547.820"],["13883.691","15575.411"],["13891.372","15602.823"],["13890.549","15659.748"],["13925.146","15683.294"],["13945.687","15673.671"],["13921.642","15712.985"],["14007.546","15529.146"],["13997.635","15532.257"],["13973.831","15513.775"],["13970.252","15508.403"],["13989.869","15529.969"],["13946.086","15576.140"],["13943.642","15585.008"],["14009.746","15551.866"],["14010.594","15560.990"],["14030.780","15577.918"],["14013.524","15651.343"],["13938.248","15650.305"],["13933.119","15644.540"],["13923.977","15634.895"],["14025.222","15548.250"],["14005.374","15657.815"],["13973.254","15640.722"],["14025.211","15656.437"],["13857.254","15547.256"],["13881.750","15575.791"],["13870.741","15583.318"],["13899.266","15639.831"],["13905.442","15665.540"],["13943.716","15690.688"],["13928.402","15699.459"],["14019.331","15676.391"],["14026.440","15693.296"],["13950.353","15594.880"],["13961.722","15614.893"],["14024.278","15566.500"],["13988.188","15657.418"],["14009.643","15681.609"],["13865.925","15551.018"],["13879.201","15564.891"],["13881.900","15590.337"],["13889.842","15653.687"],["13929.751","15675.003"],["13952.959","15703.817"],["13921.034","15693.431"],["14001.262","15637.997"],["14019.306","15668.972"],["14038.101","15607.405"],["13965.764","15622.004"],["14014.912","15520.656"],["9259.013","17842.410"],["19514.436","5940.672"],["19502.380","5919.813"],["19509.811","5973.500"],["19488.067","5987.026"],["19478.808","5982.485"],["10685.808","7576.914"],["10685.055","7597.713"],["10756.895","7629.173"],["10776.486","7606.217"],["10731.730","7677.117"],["10715.512","7612.174"],["10757.569","7655.085"],["10744.266","7591.617"],["10747.193","7593.864"],["10704.147","7582.397"],["10681.897","7583.790"],["10712.219","7673.953"],["10768.852","7642.104"],["10724.397","7610.280"],["10788.984","7641.097"],["10688.690","7584.913"],["10725.072","7558.802"],["10672.678","7649.428"],["10691.339","7582.793"],["10679.677","7575.186"],["10774.852","7642.062"],["16384.437","16141.898"],["7005.382","19312.570"],["6995.666","19429.102"],["7070.414","19413.762"],["6964.219","19376.682"],["6975.666","19412.091"],["7040.094","19358.443"],["7067.931","19407.668"],["7072.299","19399.543"],["6887.709","19338.407"],["6974.827","19381.340"],["6959.169","19408.904"],["7031.591","19402.687"],["7039.683","19423.596"],["7071.944","19397.214"],["7072.612","19343.787"],["6979.087","19404.296"],["7038.967","19358.271"],["7071.444","19375.414"],["6353.755","13250.258"],["6461.670","13249.742"],["6452.591","13249.610"],["6366.114","13246.051"],["6381.246","13242.963"],["6417.538","13221.373"],["6319.149","13206.724"],["6433.018","13188.312"],["6412.546","13337.753"],["6456.686","13258.908"],["6379.190","13234.078"],["6387.134","13236.869"],["6348.508","13190.341"],["6399.051","13202.232"],["18649.760","16499.002"],["18639.928","16466.600"],["18664.990","16502.536"],["20166.266","5516.997"],["20241.106","5450.989"],["20227.997","5457.843"],["20300.313","5503.769"],["20231.862","5493.697"],["20180.958","5435.943"],["20270.992","5401.279"],["20272.220","5475.362"],["20184.428","5413.664"],["20222.944","5547.451"],["20245.020","5360.023"],["20215.842","5519.164"],["20226.056","5362.071"],["20240.036","5378.817"],["20281.568","5478.124"],["5686.052","8127.781"],["5642.566","8214.949"],["5672.902","8291.020"],["5720.014","8190.678"],["5726.412","8174.157"],["5777.207","8196.651"],["5796.761","8128.191"],["5646.142","8206.070"],["5688.034","8298.865"],["5712.449","8214.278"],["5744.366","8157.920"],["5628.146","8242.742"],["5684.580","8271.681"],["5700.409","8194.262"],["5691.714","8317.220"],["5807.992","8223.619"],["5778.778","8246.420"],["5735.767","8283.996"],["5729.533","8254.222"],["5743.071","8204.400"],["5708.915","8246.073"],["5700.658","8177.387"],["5623.550","8153.614"],["5650.121","8122.755"],["5651.391","8204.193"],["5737.828","8163.240"],["5698.425","8260.837"],["5698.306","8210.054"],["5652.283","8158.387"],["4506.961","18520.295"],["4435.796","18474.110"],["4426.058","18495.652"],["4507.558","18541.824"],["4507.296","18474.955"],["4417.873","18542.585"],["4409.328","18542.198"],["4501.632","18538.511"],["4512.800","18493.127"],["4365.812","18474.710"],["4487.213","18495.152"],["4508.545","18491.420"],["4551.273","18586.959"],["4378.563","18469.524"],["4390.011","18530.777"],["4485.892","18519.733"],["4532.241","18540.245"],["4488.016","18469.271"],["4507.755","18500.883"],["4521.884","18488.959"],["4494.961","18498.604"],["4460.504","18469.257"],["4533.905","18587.834"],["4360.675","18518.924"],["4492.103","18565.498"],["4491.358","18566.865"],["4523.970","18555.812"],["4551.238","18514.677"],["4544.989","18561.971"],["4531.056","18582.729"],["4515.977","18471.843"],["4489.036","18467.235"],["4505.037","18534.680"],["4567.046","18580.056"],["4369.517","18494.545"],["4387.890","18532.065"],["4519.809","18553.054"],["4475.305","18569.805"],["4459.004","18470.882"],["4419.150","18476.675"],["4426.569","18551.377"],["4553.141","18499.748"],["4546.715","18522.770"],["4542.127","18576.719"],["4506.634","18471.496"],["4510.467","18574.475"],["4495.918","18579.767"],["4472.411","18560.424"],["4516.537","18581.711"],["4530.855","18485.264"],["4561.386","18522.390"],["4565.647","18572.541"],["11834.751","11634.909"],["11847.619","11668.127"],["11840.099","11701.720"],["11833.780","11646.321"],["11848.918","11658.019"],["11824.888","11680.943"],["11824.710","11629.448"],["11850.628","11661.603"],["11843.869","11651.677"],["14610.850","13916.291"],["14602.960","13965.084"],["14604.340","13852.843"],["14657.365","13932.604"],["14559.568","13840.598"],["14603.875","13911.254"],["14530.624","13997.552"],["14662.128","9044.246"],["14668.481","9083.388"],["14600.994","9133.203"],["14663.228","9052.714"],["14599.466","9150.679"],["14605.534","9113.385"],["14587.396","9163.847"],["14633.114","9088.246"],["14659.730","9122.554"],["14618.511","9092.113"],["14665.254","9031.592"],["14597.096","9120.536"],["14650.554","9092.636"],["7787.927","20000.764"],["7891.311","20069.039"],["7827.610","20075.828"],["7794.260","20004.298"],["7906.574","20062.515"],["7824.271","20071.650"],["7730.213","20121.042"],["4555.648","8927.611"],["12213.310","18689.761"],["12151.887","18724.113"],["12198.557","18714.881"],["12154.518","18731.396"],["12161.583","18720.463"],["12215.235","18693.559"],["12156.459","18703.122"],["12199.396","18711.495"],["12175.754","18818.987"],["12335.874","18680.905"],["12152.660","18728.605"],["12172.817","18683.419"],["12203.458","18688.340"],["12194.426","18886.783"],["12193.935","18709.942"],["12229.429","18729.166"],["11425.119","15186.935"],["11421.586","15193.514"],["11313.438","15265.963"],["11313.648","15277.798"],["11410.037","15279.186"],["11431.118","15269.717"],["11372.048","15290.770"],["11427.815","15289.007"],["11513.194","15240.677"],["11442.077","15180.052"],["11443.445","15195.149"],["11321.448","15278.531"],["11327.681","15275.492"],["11408.036","15289.829"],["11436.085","15269.271"],["11416.811","15192.851"],["11446.539","15177.857"],["11345.913","15258.896"],["11398.606","15293.762"],["11442.862","15269.601"],["11451.341","15269.599"],["6355.081","17029.899"],["6354.172","17002.258"],["6311.157","17037.064"],["6350.066","17172.850"],["6324.340","17136.056"],["6279.375","17127.342"],["6253.516","17196.788"],["6454.803","17064.926"],["6357.393","17085.500"],["6307.111","17079.765"],["6415.861","16999.204"],["6321.265","17037.282"],["6367.840","17006.205"],["6428.771","17094.545"],["6379.918","17166.475"],["6258.865","17113.866"],["6263.086","17174.935"],["6270.210","17198.076"],["6405.905","17036.668"],["6315.220","17063.019"],["6405.985","17053.191"],["6435.921","17058.386"],["6307.786","17099.881"],["6310.633","17184.635"],["6418.765","17085.296"],["6329.715","17175.715"],["6378.832","17111.139"],["6312.714","17162.428"],["6405.845","17159.894"],["6290.898","17082.103"],["6282.401","17059.768"],["6324.360","17052.261"],["6392.234","17020.170"],["6387.599","17052.860"],["6375.970","17104.698"],["6315.231","17156.169"],["6254.293","17147.646"],["6286.276","17073.845"],["6292.434","17056.515"],["6337.139","17049.371"],["6392.991","17021.475"],["6383.175","17044.173"],["6251.579","17159.293"],["6285.372","17092.061"],["6283.503","17045.631"],["6316.909","17040.453"],["6399.014","17048.962"],["4938.830","15494.163"],["4940.874","15497.220"],["4908.706","15459.829"],["4917.047","15440.572"],["4889.813","15491.583"],["4861.931","15404.102"],["4864.960","15394.989"],["4922.144","15412.144"],["4789.834","15329.709"],["4871.348","15348.275"],["4809.238","15322.267"],["4883.646","15339.160"],["4981.999","15298.950"],["4968.556","15298.905"],["4980.183","15480.160"],["4986.246","15506.450"],["4984.404","15489.324"],["4987.160","15429.690"],["4981.091","15431.672"],["4906.798","15431.472"],["4902.045","15447.326"],["4941.110","15459.251"],["4934.300","15471.968"],["4892.214","15498.635"],["4873.119","15472.492"],["4832.112","15402.169"],["4860.796","15427.074"],["4864.022","15394.807"],["4884.351","15399.464"],["4951.667","15400.567"],["4938.542","15417.115"],["4810.163","15297.867"],["4882.236","15350.009"],["4848.371","15347.994"],["4884.402","15361.241"],["4939.715","15343.157"],["4929.093","15496.938"],["4967.029","15437.650"],["4959.282","15436.808"],["4922.097","15441.415"],["4956.192","15477.368"],["4874.336","15497.066"],["4894.089","15477.859"],["4854.184","15401.377"],["4861.717","15418.437"],["4877.493","15372.660"],["4892.772","15362.470"],["4919.035","15418.833"],["4936.157","15404.630"],["4789.686","15314.614"],["4805.623","15310.848"],["4875.674","15355.657"],["4788.399","15361.953"],["4925.274","15337.839"],["4910.373","15334.685"],["4941.943","15488.236"],["4955.647","15429.624"],["4949.629","15475.122"],["4888.629","15488.528"],["4823.987","15433.829"],["4976.817","15491.390"],["4956.577","15496.371"],["4973.188","15478.121"],["4981.777","15500.572"],["4955.622","15474.210"],["4961.279","15447.959"],["4968.324","15432.683"],["4959.531","15419.295"],["4969.018","15462.778"],["4809.090","15297.791"],["4903.038","15385.254"],["4891.883","15386.388"],["4891.373","15346.569"],["4825.950","15359.401"],["4916.896","15299.046"],["4924.698","15318.988"],["4936.639","15307.526"],["4835.853","15308.624"],["4981.895","15310.515"],["19912.669","16977.544"],["4136.814","14530.905"],["4137.774","14481.791"],["4039.065","14474.862"],["4077.956","14490.200"],["3991.956","14484.778"],["4013.425","14489.209"],["4035.526","14548.746"],["4092.646","14550.675"],["4013.999","14661.296"],["4145.482","14530.459"],["4145.192","14463.756"],["4130.965","14467.356"],["4042.403","14470.981"],["4051.515","14492.699"],["4098.104","14462.190"],["4100.127","14452.429"],["4000.838","14492.805"],["4011.512","14489.089"],["4002.800","14477.780"],["4000.629","14493.734"],["4056.957","14566.136"],["4035.690","14553.139"],["4116.791","14598.982"],["4080.508","14560.154"],["4030.710","14632.378"],["4007.733","14623.113"],["3981.057","14657.274"],["3972.588","14604.296"],["4113.689","14474.819"],["4118.163","14485.554"],["4108.630","14480.569"],["4135.357","14464.235"],["4064.443","14473.541"],["4051.838","14457.912"],["4086.575","14473.371"],["4000.015","14457.429"],["4020.311","14453.432"],["3999.379","14479.432"],["3946.682","14523.032"],["4033.519","14569.423"],["4032.187","14582.784"],["4099.209","14554.837"],["4097.137","14578.074"],["4005.595","14650.198"],["3973.624","14585.733"],["4103.843","14462.144"],["4124.408","14496.486"],["4121.826","14465.454"],["4000.821","14483.967"],["3973.075","14489.996"],["3989.569","14541.287"],["4076.008","14527.579"],["4077.899","14498.198"],["3957.557","14545.782"],["3974.126","14648.582"],["3985.096","14607.112"],["3997.608","14640.739"],["4039.417","14635.586"],["4055.612","14612.862"],["4049.756","14588.602"],["4131.145","14602.446"],["4057.752","14648.138"],["4130.572","14652.850"],["13038.848","18486.869"],["13020.920","18473.508"],["13004.538","18490.238"],["12995.461","18545.242"],["13026.890","18492.881"],["13028.436","18471.262"],["14719.532","13356.724"],["14720.045","13364.844"],["14774.669","13316.590"],["14730.531","13355.758"],["14802.976","13204.550"],["14755.936","13238.017"],["14772.071","13323.863"],["14739.407","13231.188"],["14720.361","13289.150"],["14777.207","13303.063"],["14792.581","13198.919"],["14757.524","13266.899"],["14766.483","13296.476"],["14732.170","13234.425"],["14687.572","13195.087"],["14688.419","13289.005"],["14758.057","13287.351"],["5905.586","19262.285"],["5982.010","19258.962"],["5995.861","19255.809"],["5863.766","19215.785"],["5832.430","19294.638"],["5882.922","19278.123"],["5870.225","19224.085"],["5990.398","19236.914"],["5949.856","19281.010"],["6024.200","19243.422"],["5997.934","19247.584"],["5842.956","19266.677"],["5915.932","19216.538"],["5877.313","19276.918"],["5930.398","19245.320"],["5945.990","19259.078"],["6023.559","19233.199"],["6012.210","19233.051"],["5968.454","19211.470"],["5978.833","19235.797"],["5874.934","19214.480"],["5864.205","19233.549"],["5888.848","19188.931"],["5883.477","19299.507"],["5902.765","19294.581"],["5936.959","19275.159"],["5863.920","19274.510"],["5853.904","19310.827"],["10822.527","16258.393"],["10808.754","16275.120"],["10851.572","16332.390"],["10822.017","16227.300"],["10797.398","16179.766"],["10822.079","16316.834"],["10876.801","16217.247"],["10878.937","16189.624"],["10861.673","16229.997"],["10881.223","16236.868"],["10847.250","16308.713"],["10850.844","16281.117"],["10858.503","16152.534"],["10837.252","16176.535"],["10842.448","16199.455"],["10813.887","16167.675"],["10794.224","16197.764"],["10767.624","16159.607"],["10768.246","16348.986"],["10877.762","16284.902"],["10048.087","13124.436"],["10176.571","13150.773"],["10111.463","13039.617"],["10057.142","13036.510"],["10209.408","12988.697"],["10049.962","13107.590"],["10183.610","13168.411"],["10123.239","13056.347"],["10076.106","13005.858"],["10187.533","12971.290"],["10140.198","13089.945"],["10220.741","13086.808"],["10217.144","12991.859"],["10221.058","12998.960"],["10240.229","13051.588"],["10235.311","13041.729"],["10185.467","13074.638"],["10184.958","13088.494"],["10174.794","13108.722"],["10192.656","13124.015"],["10142.158","13069.789"],["10126.615","13086.734"],["10185.675","12989.400"],["5168.841","19083.037"],["5179.154","19099.998"],["5135.917","19066.024"],["5140.813","19058.191"],["17435.904","18130.774"],["17483.372","18230.922"],["17509.119","18232.202"],["5109.064","8961.309"],["5090.577","8961.425"],["5090.561","8965.279"],["5125.495","8967.459"],["5112.847","8968.136"],["5147.271","8972.480"],["11101.596","18673.117"],["11120.905","18654.388"],["11285.215","18639.038"],["11129.655","18637.791"],["11244.738","18654.777"],["6117.514","20172.409"],["6223.535","20177.090"],["6214.571","20191.679"],["6084.043","20164.517"],["6114.340","20187.834"],["6172.242","20216.354"],["6249.012","20194.537"],["6109.494","20161.103"],["6094.701","20158.159"],["6078.846","20182.780"],["6134.462","20197.494"],["6110.071","20185.900"],["6216.265","20182.893"],["6113.766","20204.720"],["6145.044","20201.524"],["6182.034","20170.062"],["6779.874","7463.162"],["6823.600","7471.631"],["8259.829","18692.084"],["8327.394","18701.250"],["8285.126","18726.741"],["8280.718","18753.660"],["8346.319","18829.481"],["8351.279","18841.693"],["8325.621","18833.370"],["8201.465","18869.331"],["8162.205","18839.752"],["8320.794","18813.168"],["8276.402","18776.999"],["8336.290","18773.989"],["8317.764","18863.807"],["8270.628","18862.306"],["8215.250","18872.397"],["8220.862","18839.570"],["8242.103","18788.991"],["8251.693","18722.635"],["8295.537","18848.701"],["8207.731","18830.292"],["8262.300","18838.008"],["8303.250","18698.657"],["8290.537","18750.126"],["8283.639","18790.575"],["8333.510","18785.418"],["8282.090","18865.029"],["8209.952","18797.087"],["8259.027","18821.641"],["8212.916","18881.532"],["6234.445","7459.051"],["6248.413","7470.205"],["16188.848","13148.165"],["16147.539","13014.860"],["16199.913","13137.967"],["16224.882","13163.592"],["16239.042","13136.544"],["16232.170","13156.882"],["16237.130","13166.391"],["16287.984","13164.982"],["16280.796","13161.232"],["16258.914","13158.045"],["16254.449","13165.959"],["16266.476","13167.792"],["16277.542","13140.676"],["16291.633","13142.784"],["16353.900","13094.989"],["16356.515","13102.124"],["16346.630","13099.960"],["16291.493","13126.430"],["16286.328","13129.304"],["16288.121","13121.294"],["16310.139","13075.985"],["16314.876","13080.262"],["16310.221","13074.201"],["16261.865","13069.728"],["16264.003","13065.814"],["16257.309","13067.961"],["16261.423","13078.511"],["16256.308","13076.380"],["16267.196","13077.569"],["16261.711","13032.197"],["16265.691","13039.596"],["16265.925","13029.935"],["16239.481","13035.416"],["16242.327","13039.280"],["16239.843","13035.102"],["16265.695","12991.676"],["16261.353","12986.738"],["16267.620","12990.123"],["16277.545","12984.663"],["16271.229","12991.203"],["16274.042","12987.174"],["16276.608","12995.560"],["16280.078","12996.386"],["16275.851","12997.294"],["16184.325","13094.705"],["16200.715","13058.211"],["16283.432","13130.601"],["6252.106","8921.321"],["12829.620","14234.254"],["12845.903","14196.707"],["12935.906","14199.985"],["12853.765","14238.458"],["12852.236","14218.871"],["12879.538","14218.887"],["12828.014","14146.837"],["12946.614","14220.843"],["12820.426","14230.844"],["12829.176","14230.984"],["12818.408","14156.690"],["12853.831","14206.831"],["6645.508","16613.659"],["6553.296","16592.523"],["6556.859","16629.775"],["6562.347","16751.870"],["6536.608","16609.613"],["6500.931","16718.954"],["6490.673","16628.017"],["6629.686","16611.578"],["6660.870","16583.612"],["6567.342","16595.380"],["6559.868","16635.110"],["6475.290","16585.158"],["6488.565","16663.084"],["6522.802","16629.982"],["6499.956","16731.623"],["6465.229","16585.688"],["6552.697","16635.572"],["6517.067","16737.882"],["6530.469","16573.641"],["6538.867","16628.869"],["6540.023","16695.184"],["6518.551","16620.734"],["6550.121","16582.333"],["6509.395","16581.551"],["6553.766","16640.213"],["6522.688","16653.380"],["6594.071","16745.045"],["6563.674","16577.659"],["6507.947","16599.090"],["6558.964","16608.619"],["6524.456","16762.345"],["6499.859","16661.902"],["6589.828","16745.640"],["6579.170","16748.481"],["8115.594","17040.099"],["8143.003","17040.113"],["8108.630","17118.788"],["8135.022","17131.588"],["8122.708","17139.313"],["13488.862","18454.386"],["13552.354","18444.734"],["13431.706","18403.557"],["13454.438","18430.323"],["13412.380","18459.817"],["13425.275","18369.800"],["13611.482","18421.174"],["13461.689","18461.023"],["13583.834","18454.842"],["13555.282","18448.268"],["13448.564","18350.494"],["13417.693","18398.140"],["13481.592","18449.514"],["13602.288","18382.974"],["13440.609","18276.900"],["13455.507","18443.485"],["13591.565","18405.980"],["13561.598","18460.424"],["13411.360","18393.764"],["13425.735","18355.845"],["13429.568","18454.664"],["13596.400","18390.802"],["13591.713","18406.740"],["13599.690","18451.010"],["13545.084","18457.550"],["13433.219","18390.973"],["14250.437","14010.441"],["14062.811","13826.093"],["14086.887","13893.926"],["14156.189","13901.242"],["14141.513","13933.134"],["14067.024","13925.596"],["14061.980","13904.255"],["14078.633","13867.410"],["14050.005","13939.419"],["14160.253","14010.046"],["14235.994","13900.545"],["14217.294","13833.476"],["14115.281","13851.856"],["16998.633","14696.782"],["10464.594","14706.916"],["10468.631","14694.548"],["10569.461","14693.026"],["10564.153","14712.743"],["10606.041","14797.193"],["10607.459","14767.064"],["10608.126","14723.765"],["10551.757","14796.732"],["10590.166","14850.082"],["10555.491","14832.158"],["10602.741","14729.013"],["10476.596","14679.988"],["10485.472","14681.434"],["10625.857","14680.475"],["10565.974","14696.246"],["10569.170","14708.630"],["10592.716","14812.256"],["10601.145","14778.302"],["10620.600","14761.966"],["10621.741","14710.701"],["10625.769","14697.234"],["10545.773","14792.411"],["10586.186","14843.591"],["10551.580","14800.471"],["10602.844","14752.835"],["10632.222","14725.740"],["10652.287","14700.702"],["10660.271","14685.165"],["10650.008","14694.674"],["10587.653","14780.131"],["10569.065","14717.243"],["10585.870","14674.104"],["10479.597","14663.506"],["10467.573","14800.437"],["10667.241","14800.310"],["10597.820","14863.637"],["14924.175","18891.655"],["14983.533","18935.946"],["14986.148","18896.161"],["14947.875","18968.712"],["14963.698","18974.955"],["15001.576","18966.830"],["15039.083","19019.199"],["15072.521","19055.698"],["15079.017","19053.220"],["14900.472","19014.827"],["14895.194","18900.177"],["14888.599","18903.942"],["14966.428","18902.802"],["14913.599","18900.028"],["14956.642","18906.006"],["14968.500","18914.146"],["14894.421","18948.712"],["14939.898","18937.647"],["14932.201","18950.331"],["14953.714","18926.863"],["14920.902","18930.182"],["14995.112","18918.390"],["14947.004","18937.763"],["14967.579","18968.531"],["14981.000","18966.697"],["14898.615","18917.069"],["14987.047","18950.765"],["15026.833","18928.338"],["15009.054","18930.980"],["15021.455","18933.078"],["15079.284","18942.029"],["15020.172","18918.462"],["15005.646","19027.787"],["14893.500","18902.489"],["14896.757","18925.062"],["14921.362","18926.433"],["14892.563","18953.518"],["14921.576","18945.806"],["15079.366","18905.910"],["15057.195","18908.982"],["15012.669","19035.615"],["15031.945","18996.424"],["15024.248","19029.108"],["15013.951","19015.764"],["15075.103","19032.097"],["14893.251","19008.105"],["15028.590","19049.422"],["15075.300","19075.582"],["15089.280","19039.744"],["15041.205","18991.866"],["15033.113","19042.139"],["15027.340","19027.952"],["14892.462","19044.389"],["14911.129","19023.778"],["14899.468","19051.045"],["14885.934","18908.484"],["14885.721","18903.017"],["14896.230","18896.805"],["14929.306","18911.999"],["14919.010","18945.921"],["14951.872","18970.892"],["14902.579","18977.003"],["14941.691","18903.081"],["14893.632","18922.503"],["14994.547","18902.805"],["15073.100","18921.038"],["15060.435","18897.751"],["15091.324","18905.266"],["15035.649","18891.624"],["14928.270","18966.499"],["14978.138","18914.030"],["14928.517","18920.967"],["14954.520","18889.439"],["15004.728","18919.007"],["15081.192","18940.097"],["15049.827","18915.357"],["15077.590","18941.401"],["4757.204","9331.997"],["4647.341","9365.211"],["4602.236","9238.826"],["4570.791","9362.999"],["4607.651","9344.016"],["4758.515","9370.212"],["4624.855","9350.873"],["4641.098","9361.924"],["4705.826","9313.277"],["4677.684","9307.693"],["4569.891","9200.849"],["4577.566","9314.813"],["4574.921","9266.936"],["4599.639","9297.835"],["4573.947","9351.939"],["4662.805","9372.673"],["4570.529","9287.580"],["7745.639","15871.789"],["7757.966","15885.193"],["7787.038","15923.258"],["7779.213","15921.569"],["15849.202","14259.142"],["15912.237","14328.249"],["15847.829","14298.554"],["15840.937","14296.167"],["15816.866","14256.698"],["15903.816","14323.245"],["15834.128","14351.129"],["4948.086","20036.756"],["4912.921","20020.869"],["4915.067","20045.903"],["4937.938","20012.380"],["4918.563","19988.697"],["4883.601","19948.047"],["4975.787","19960.087"],["12802.049","13585.195"],["12794.720","13538.745"],["12972.841","13544.796"],["12792.427","13590.051"],["12825.418","13506.644"],["12977.207","13536.136"],["12815.174","13585.145"],["12818.645","13403.527"],["12812.765","13422.900"],["12786.792","13590.487"],["12902.121","13581.602"],["12819.426","13419.052"],["12977.878","13554.451"],["20842.942","15185.466"],["21572.320","7418.428"],["21440.804","7403.857"],["21451.242","7324.450"],["21420.586","7272.087"],["21612.517","7422.408"],["21430.625","7373.460"],["21422.342","7413.054"],["21460.064","7347.672"],["15866.390","11273.482"],["15899.767","11252.192"],["15834.161","11273.992"],["15853.807","11277.511"],["15929.313","11266.741"],["15896.855","11271.350"],["15888.796","11273.431"],["15911.017","11269.946"],["15831.924","11277.213"],["15899.405","11275.859"],["17056.155","4574.298"],["17144.250","4710.377"],["17035.552","4653.181"],["17158.977","4666.708"],["17134.848","4715.197"],["17126.441","4693.398"],["17050.492","4591.610"],["17185.873","4643.774"],["17170.473","4669.305"],["17033.825","4630.275"],["17021.325","4531.100"],["17076.063","4652.176"],["17086.706","4608.823"],["17084.234","4601.534"],["17058.089","4585.273"],["17064.431","4577.709"],["17052.667","4532.165"],["17057.090","4602.114"],["17053.751","4607.366"],["17111.262","4639.704"],["17107.150","4639.572"],["17073.619","4600.293"],["17111.961","4626.627"],["17189.601","4640.723"],["17182.186","4634.752"],["16999.318","4634.502"],["17026.298","4554.275"],["17038.239","4584.294"],["17184.146","4643.460"],["17111.622","4711.730"],["17082.947","4702.418"],["16995.086","4582.037"],["17052.973","4678.284"],["17015.733","4550.142"],["17144.342","4706.148"],["17122.214","4701.144"],["17076.302","4687.885"],["17023.310","4601.937"],["17009.532","4628.689"],["17050.374","4678.863"],["17120.782","4642.985"],["17095.027","4695.083"],["17022.603","4602.202"],["17091.664","4685.969"],["17188.142","4660.537"],["17182.477","4664.444"],["17153.645","4718.687"],["17033.858","4522.248"],["17112.627","4713.232"],["17131.193","4706.751"],["17042.101","4651.596"],["17129.681","4686.263"],["17009.494","4601.640"],["17003.200","4634.271"],["17093.062","4710.924"],["17045.131","4590.273"],["17174.864","4645.203"],["17031.920","4677.938"],["17094.022","4640.458"],["17136.885","4689.946"],["7258.428","8087.190"],["7298.428","8085.241"],["7293.092","7987.319"],["21460.885","7556.815"],["21567.247","7579.177"],["21535.969","7510.600"],["21549.311","7500.413"],["21490.721","7510.870"],["21417.773","7475.414"],["21562.050","7550.853"],["21483.803","7650.916"],["7540.242","15009.621"],["7713.574","15078.507"],["7709.951","15075.964"],["11351.718","18122.425"],["11382.799","18199.468"],["11486.498","18235.623"],["11479.970","18207.933"],["11442.223","18250.195"],["11306.830","18201.227"],["11308.392","18068.967"],["11468.589","18212.887"],["11437.454","18211.401"],["11342.060","18209.484"],["11305.332","18082.245"],["11406.548","18062.082"],["11350.964","18048.758"],["11395.415","18147.042"],["11389.115","18148.535"],["11453.589","18188.098"],["11374.856","18220.979"],["11383.596","18050.454"],["11393.702","18050.736"],["11330.069","18132.796"],["11343.771","18222.317"],["11341.583","18189.005"],["11397.551","18089.316"],["11429.231","18202.236"],["11306.418","18139.617"],["11453.556","18199.031"],["11439.618","18178.087"],["11346.208","18118.924"],["11504.146","18231.362"],["11450.825","18240.055"],["11331.534","18174.819"],["11363.458","18189.550"],["11316.830","18229.534"],["17330.449","18552.079"],["17254.456","18530.124"],["17298.739","18533.293"],["17356.314","18473.691"],["17242.201","18489.325"],["18675.690","14686.276"],["18692.172","14734.540"],["18699.572","14780.602"],["9973.265","12209.924"],["10000.008","12217.802"],["10022.340","12147.938"],["10031.567","12141.662"],["9853.232","12149.324"],["9976.284","12303.746"],["10013.183","12205.003"],["10010.847","12238.859"],["10021.255","12161.613"],["9841.916","12146.318"],["9994.992","12203.748"],["9845.716","12145.377"],["10038.459","12126.303"],["10025.712","12129.193"],["9954.817","12148.944"],["9932.837","12331.910"],["9991.439","12273.611"],["9887.274","12293.584"],["9856.933","12180.340"],["10004.294","12314.745"],["9918.783","12131.483"],["9940.426","12170.612"],["9948.989","12290.011"],["9832.065","12163.263"],["9894.297","12316.078"],["9980.340","12134.741"],["9980.866","12138.259"],["9877.229","12326.201"],["9876.900","12310.492"],["9864.022","12327.734"],["9858.820","12281.702"],["9839.215","12284.476"],["9897.926","12222.982"],["9966.258","12270.308"],["9904.485","12144.548"],["9874.363","12299.909"],["9968.037","12132.181"],["9972.873","12137.103"],["9870.371","12332.592"],["9870.519","12306.990"],["9868.298","12309.798"],["9847.816","12267.746"],["9849.955","12280.529"],["9831.972","12185.009"],["10035.465","12227.390"],["10033.895","12243.822"],["10037.252","12252.338"],["10025.629","12276.618"],["10012.963","12284.900"],["10020.835","12160.902"],["9951.824","12160.010"],["9910.699","12318.433"],["9833.590","12282.089"],["9880.711","12324.137"],["18330.539","12445.442"],["18343.277","12453.438"],["18296.131","12500.174"],["18289.764","12537.450"],["9291.205","12278.408"],["9332.205","12273.197"],["9314.005","12306.709"],["9316.394","12313.602"],["9340.048","12301.323"],["9380.258","12315.040"],["9281.543","12324.315"],["9304.661","12270.076"],["9246.572","12289.641"],["9356.735","12329.578"],["9299.692","12315.939"],["9349.161","12312.072"],["9345.908","12305.189"],["9310.147","12281.592"],["9228.395","12280.787"],["6960.171","16429.518"],["6888.016","16519.625"],["6937.259","16502.400"],["7015.334","16452.200"],["7051.536","16396.846"],["7003.640","16365.825"],["7027.752","16484.421"],["7035.959","16404.801"],["6888.448","16532.995"],["6934.299","16480.599"],["7055.705","16435.488"],["7046.517","16405.029"],["7037.647","16398.974"],["7071.171","16406.197"],["6905.076","16365.677"],["6920.685","16375.933"],["6984.110","16414.648"],["6966.922","16414.632"],["6918.829","16426.317"],["6922.352","16430.969"],["6960.543","16463.408"],["6885.645","16533.654"],["6937.421","16521.575"],["6939.707","16508.181"],["7041.748","16485.038"],["7035.186","16462.957"],["7030.693","16505.422"],["7036.104","16523.803"],["6996.414","16552.350"],["7092.094","16540.104"],["7086.541","16446.093"],["6912.059","16553.645"],["7017.976","16387.908"],["7061.316","16364.968"],["6934.944","16371.837"],["6943.452","16403.368"],["6943.561","16453.121"],["6968.896","16463.741"],["6915.283","16524.340"],["6941.796","16532.277"],["6941.578","16545.970"],["7067.455","16470.834"],["7015.199","16504.431"],["7090.374","16447.811"],["7031.726","16403.961"],["6913.086","16374.959"],["6947.942","16387.811"],["6940.683","16449.851"],["6948.568","16476.574"],["6889.280","16506.916"],["6919.362","16498.503"],["6911.282","16534.178"],["7056.485","16460.892"],["7018.259","16513.134"],["7063.087","16413.591"],["4970.271","17330.005"],["4972.160","17331.279"],["4975.184","17334.565"],["4980.022","17334.236"],["4965.762","17332.356"],["4980.693","17327.359"],["4968.960","17328.807"],["4967.524","17319.957"],["4974.910","17308.865"],["4906.269","17209.084"],["4944.169","17205.321"],["4828.280","17255.242"],["4818.393","17334.614"],["4796.031","17276.125"],["4793.248","17317.325"],["4777.736","17332.218"],["4883.428","17202.936"],["4843.683","17275.129"],["4813.416","17305.910"],["4795.334","17344.672"],["4976.455","17306.923"],["4787.694","17314.147"],["4785.041","17326.392"],["4798.049","17351.805"],["4828.943","17222.080"],["4779.906","17345.431"],["4777.875","17292.628"],["4796.263","17280.918"],["4794.597","17324.873"],["4783.337","17369.126"],["4911.278","17205.451"],["4838.243","17387.918"],["4879.732","17347.677"],["4952.347","17357.633"],["4888.486","17270.617"],["4893.017","17218.969"],["4981.234","17204.794"],["4800.128","17309.060"],["11660.001","15200.825"],["11711.219","15182.534"],["11610.625","15107.568"],["11670.928","15100.399"],["11679.964","15095.561"],["11582.228","15112.366"],["11570.266","15121.997"],["11561.429","15215.520"],["11572.365","15223.639"],["11590.219","15225.366"],["11589.295","15214.528"],["11649.793","15183.762"],["11712.469","15189.190"],["11616.481","15102.231"],["11685.023","15099.870"],["11582.514","15117.170"],["11542.620","15212.756"],["11598.572","15198.984"],["11596.031","15223.712"],["11630.045","15192.980"],["11543.925","15227.463"],["11656.182","15200.837"],["11706.388","15188.087"],["11684.475","15089.768"],["11704.602","15099.899"],["11564.128","15120.102"],["11549.823","15216.492"],["11604.716","15197.537"],["11574.344","15291.758"],["11567.458","15290.667"],["11640.767","15095.815"],["11527.756","15226.379"],["11556.633","15099.854"],["11716.985","15264.249"],["11656.051","15222.828"],["14631.073","18678.628"],["14624.116","18690.486"],["14614.560","18724.838"],["14626.748","18692.005"],["14655.564","18703.913"],["14615.300","18685.482"],["14666.090","18712.963"],["14641.633","18684.540"],["14647.998","18721.815"],["14633.689","18681.485"],["14629.018","18683.748"],["14643.935","18721.782"],["14633.656","18722.806"],["18685.717","16889.580"],["18683.398","16885.319"],["13766.619","15310.510"],["13661.957","15462.131"],["13663.483","15435.239"],["13792.298","15444.035"],["13791.503","15378.646"],["13700.821","15489.713"],["13747.280","15388.711"],["13769.251","15312.360"],["13777.246","15343.907"],["13806.759","15341.839"],["13762.397","15338.637"],["13774.623","15329.086"],["13807.550","15380.986"],["13821.309","15333.218"],["13815.099","15348.542"],["13825.876","15360.434"],["13817.216","15384.191"],["13816.677","15403.694"],["13761.018","15401.524"],["13740.508","15461.854"],["13717.285","15425.465"],["13694.274","15465.765"],["13663.513","15417.743"],["13712.789","15416.508"],["13643.391","15406.124"],["13641.185","15391.104"],["13648.389","15402.485"],["13654.277","15397.778"],["13677.046","15387.204"],["13673.674","15387.518"],["13660.527","15389.643"],["13658.011","15394.069"],["13680.453","15393.082"],["13668.397","15385.204"],["13685.443","15350.440"],["13743.946","15317.921"],["13674.205","15369.503"],["13699.891","15351.231"],["13643.563","15357.880"],["13646.030","15370.497"],["13731.113","15327.662"],["13820.793","15308.427"],["13682.678","15446.823"],["13678.955","15411.662"],["13638.029","15338.285"],["13809.823","15313.597"],["16946.293","4258.787"],["16952.376","4272.683"],["16957.515","4251.285"],["16971.175","4275.210"],["16966.429","4263.557"],["16961.998","4280.115"],["16954.169","4284.871"],["14265.340","18356.674"],["14324.747","18465.559"],["14254.851","18427.700"],["14266.031","18304.535"],["14253.174","18433.761"],["14264.106","18327.574"],["14307.988","18344.816"],["14301.957","18435.049"],["14283.930","18424.909"],["14306.573","18323.891"],["14279.156","18347.525"],["14286.638","18455.798"],["14256.019","18395.644"],["14255.855","18389.236"],["14317.082","18456.574"],["14306.047","18333.222"],["14258.580","18355.584"],["14254.144","18428.839"],["14267.944","18414.867"],["14256.590","18323.643"],["14313.892","18309.969"],["14278.009","18408.542"],["14310.032","18416.007"],["6266.827","9206.114"],["6371.104","9165.938"],["6395.730","9373.786"],["6430.563","9315.985"],["6327.379","9363.099"],["6361.388","9334.114"],["6308.040","9345.435"],["6269.952","9192.886"],["6251.629","9215.449"],["6395.578","9175.880"],["6341.643","9368.208"],["6314.080","9308.856"],["6423.704","9313.012"],["6346.169","9317.483"],["6268.493","9184.586"],["6265.628","9239.650"],["6364.564","9365.669"],["6419.494","9322.029"],["6358.826","9362.059"],["6291.490","9371.463"],["6263.770","9177.850"],["6397.323","9292.219"],["6298.069","9314.726"],["6262.508","9222.018"],["6254.220","9342.677"],["6378.742","9362.399"],["6259.005","9225.107"],["15125.456","17951.105"],["15208.799","17852.397"],["15093.155","17846.524"],["15180.415","17928.761"],["15169.670","17861.424"],["15157.083","17904.172"],["15123.730","17857.306"],["15106.977","18030.085"],["15130.649","17880.275"],["15174.255","17975.919"],["15254.126","17860.447"],["15172.694","17837.832"],["15187.780","17843.082"],["15183.227","17890.972"],["15160.899","17889.011"],["15140.342","17872.088"],["15097.716","17853.337"],["15107.108","17928.778"],["15122.832","18024.552"],["15137.096","17873.702"],["15116.098","17947.637"],["15114.331","17838.937"],["15173.597","17952.087"],["8799.720","12100.380"],["8852.911","12034.023"],["8851.628","12055.360"],["8979.854","11975.603"],["8791.578","12090.735"],["8816.530","11929.821"],["8892.779","12055.972"],["8830.394","12049.398"],["8977.568","11966.882"],["8985.311","12018.025"],["8782.830","12092.165"],["8879.868","12039.671"],["8965.183","11970.863"],["8983.929","12013.433"],["8791.549","11994.854"],["8822.534","12083.146"],["8916.579","11965.476"],["8878.229","11946.237"],["8881.084","11954.336"],["8883.039","11939.968"],["8965.920","12036.224"],["8806.190","12013.884"],["8801.663","12076.639"],["8902.342","12004.731"],["8945.955","11941.157"],["8880.063","11952.753"],["8837.385","11953.536"],["8956.462","12029.684"],["8815.137","11986.551"],["8802.798","12010.974"],["8879.215","11938.227"],["8849.425","11945.080"],["8779.958","11920.581"],["8813.706","11975.354"],["8970.546","11925.478"],["8957.726","11936.175"],["8884.790","12033.681"],["8782.205","12020.041"],["8898.888","11993.715"],["8926.604","11966.261"],["8883.417","11939.291"],["8864.176","11915.285"],["24992.762","6429.326"],["7689.452","14767.642"],["7705.839","14734.775"],["7621.628","14708.606"],["7575.504","14722.566"],["7576.963","14727.718"],["7517.892","14793.722"],["7521.062","14780.247"],["7551.431","14787.796"],["7685.133","14772.152"],["7667.391","14787.306"],["7617.040","14735.285"],["7632.731","14732.576"],["7592.020","14826.827"],["7597.907","14841.424"],["7629.430","14714.281"],["7603.676","14750.024"],["7534.596","14690.644"],["7534.636","14871.767"],["7626.777","14739.760"],["7605.474","14821.394"],["14255.775","12429.759"],["14268.949","12439.189"],["14353.813","12457.444"],["14299.142","12461.771"],["14272.727","12411.185"],["14305.789","12528.354"],["14286.249","12369.730"],["14376.362","12402.408"],["14424.121","12432.118"],["14251.729","12432.633"],["14355.244","12446.676"],["14358.484","12443.191"],["14295.658","12507.016"],["14401.986","12536.466"],["14351.486","12345.720"],["14414.203","12442.159"],["14359.043","12460.483"],["14327.598","12502.755"],["14415.062","12527.399"],["14383.744","12385.482"],["14446.712","12348.855"],["14432.354","12452.007"],["14343.353","12532.048"],["14415.562","12471.299"],["14302.811","12498.361"],["14448.381","12504.035"],["14377.305","12483.721"],["14450.659","12374.007"],["14451.482","12452.965"],["14374.110","12532.808"],["14382.601","12468.474"],["14264.406","12518.146"],["14316.926","12496.140"],["14436.021","12508.611"],["14343.564","12545.556"],["14389.707","12458.631"],["14262.617","12426.275"],["14288.435","12433.877"],["14284.929","12446.405"],["14347.678","12424.859"],["14316.776","12495.538"],["14329.210","12523.796"],["14427.759","12544.228"],["14273.004","12350.326"],["14307.857","12342.788"],["14292.725","12369.014"],["14348.640","12355.233"],["14344.660","12361.443"],["14333.574","12351.401"],["14353.546","12422.209"],["14352.529","12392.714"],["14379.240","12381.797"],["14355.621","12394.051"],["14400.505","12442.309"],["14461.394","12527.551"],["14439.064","12341.192"],["14293.815","12487.639"],["14417.361","12484.448"],["14420.677","12446.905"],["14392.404","12461.059"],["14346.248","12534.096"],["14349.373","12527.341"],["14458.028","12435.888"],["14433.094","12447.069"],["14393.934","12481.854"],["14449.519","12513.315"],["14399.957","12366.666"],["14459.736","12370.292"],["14376.944","12480.434"],["14274.751","12489.327"],["14286.347","12497.370"],["14439.450","12515.662"],["14453.250","12502.912"],["6253.489","8320.477"],["16296.603","5560.777"],["16276.833","5563.552"],["16341.034","5561.455"],["16287.456","5540.263"],["16299.862","5377.618"],["16331.258","5382.711"],["16305.039","5414.979"],["16294.481","5422.712"],["16243.379","5419.412"],["16239.574","5407.094"],["16214.557","5416.652"],["16183.269","5404.498"],["16170.426","5388.982"],["16148.314","5454.564"],["16293.987","5566.409"],["16324.505","5540.167"],["16268.972","5557.293"],["16311.435","5392.213"],["16302.263","5364.207"],["16314.677","5400.066"],["16290.041","5426.593"],["16250.780","5414.391"],["16210.363","5412.374"],["16168.913","5388.982"],["29185.697","11462.597"],["29191.221","11395.549"],["29132.893","11428.032"],["29130.113","11348.761"],["29054.801","11347.140"],["29127.290","11422.234"],["29190.222","11317.779"],["29070.023","11459.116"],["29187.389","11373.650"],["29110.146","11332.689"],["29171.404","11457.675"],["28999.513","11405.281"],["29122.985","11319.100"],["29117.305","11417.315"],["29188.475","11482.150"],["29154.585","11306.741"],["29080.179","11344.151"],["29183.302","11382.779"],["29132.307","11463.770"],["29172.490","11463.522"],["29156.752","11332.164"],["29112.037","11348.263"],["29127.761","11453.680"],["29125.705","11318.803"],["29166.137","11417.622"],["29069.949","11335.992"],["29181.357","11292.857"],["29185.746","11474.356"],["8994.858","16894.040"],["9011.002","16918.642"],["9067.210","16944.470"],["9135.056","16823.841"],["9103.763","16893.256"],["9077.239","16930.934"],["9002.379","16962.281"],["9120.969","16906.908"],["9052.639","16944.736"],["9088.673","16883.592"],["9096.083","16872.735"],["9176.921","16845.004"],["9059.292","16900.297"],["9066.027","16911.937"],["9170.226","16812.534"],["9114.136","16881.207"],["9056.711","16986.111"],["9190.752","16789.183"],["9133.823","16783.101"],["9138.904","16806.316"],["9131.785","16880.406"],["9101.055","16838.111"],["8999.350","16840.958"],["9028.402","16783.669"],["8997.417","16870.381"],["9094.425","16862.364"],["14454.640","10074.182"],["14441.419","10094.478"],["14441.447","10083.363"],["17601.012","18635.681"],["17572.220","18616.464"],["17443.506","15633.704"],["17465.740","15613.471"],["17483.450","15629.240"],["17611.035","15535.658"],["17608.705","15585.398"],["17470.148","15590.839"],["17432.755","15668.253"],["17563.963","15698.315"],["17556.099","15531.147"],["17606.004","15547.997"],["17600.677","15675.606"],["17457.434","15689.786"],["17568.976","15561.067"],["17608.619","15518.100"],["10084.639","17134.043"],["10129.242","17143.127"],["10132.617","17150.723"],["10169.791","17132.863"],["10136.386","17156.929"],["10152.458","17147.908"],["10082.271","17134.440"],["10096.330","17163.226"],["10171.876","17123.224"],["10179.482","17187.627"],["10124.122","17018.171"],["10141.606","17015.694"],["3548.917","16905.345"],["3614.782","16958.596"],["3696.748","16881.835"],["3583.285","16909.198"],["3583.482","16870.519"],["3563.164","16975.173"],["3521.071","16915.750"],["3547.650","16916.658"],["3627.710","16962.296"],["3579.914","16984.244"],["3724.248","16870.390"],["3620.324","16901.353"],["3560.604","16879.140"],["3589.584","16864.227"],["3575.999","16890.833"],["3557.259","16977.750"],["3540.611","16909.540"],["3539.953","16875.584"],["3604.667","16963.287"],["3620.473","16983.914"],["3614.880","16912.386"],["3556.903","16913.393"],["3563.926","16879.058"],["3591.443","16890.387"],["3714.232","16920.594"],["3716.446","16917.116"],["3582.691","16790.199"],["3604.907","16834.206"],["3593.690","16792.736"],["3602.325","16933.887"],["3572.341","16937.982"],["3566.284","16917.772"],["3592.682","16884.824"],["3556.488","16861.840"],["3551.406","16844.416"],["3518.079","16899.314"],["3703.224","16983.921"],["3681.542","16970.267"],["3594.243","16960.113"],["3618.322","16985.927"],["21005.187","7097.837"],["21000.430","7240.794"],["21014.019","7079.852"],["21014.529","7061.982"],["21080.746","7088.722"],["21165.138","7080.960"],["20235.989","6911.957"],["20308.575","7014.761"],["20323.493","6979.154"],["20313.164","7001.565"],["20303.871","6972.895"],["20174.504","6898.289"],["20256.318","6932.320"],["20195.117","6912.683"],["20208.341","6934.781"],["20316.881","7043.811"],["20353.493","7018.345"],["20183.023","6887.768"],["20328.904","7027.048"],["20349.776","7019.121"],["20311.717","7029.823"],["13599.414","16558.812"],["13579.809","16549.663"],["13577.511","16538.308"],["13576.969","16554.503"],["13577.790","16515.203"],["13615.270","16557.755"],["7297.929","14012.793"],["7247.905","13861.553"],["7277.267","13835.968"],["7202.494","13938.577"],["7265.224","13839.372"],["7185.537","13961.566"],["7241.344","14018.198"],["7207.757","13906.870"],["7246.211","13845.301"],["7196.968","13933.377"],["7232.658","13885.646"],["7266.163","14022.178"],["15036.361","15499.062"],["14990.024","15390.857"],["15084.917","15369.494"],["14885.794","15434.918"],["14972.996","15361.312"],["14947.246","15465.132"],["15008.140","15451.264"],["14927.640","15480.543"],["15025.682","15343.062"],["15041.547","15475.902"],["15016.034","15458.729"],["8237.264","15291.540"],["8240.488","15281.813"],["8264.945","15230.148"],["8275.570","15239.413"],["8193.551","15244.043"],["8207.262","15221.804"],["8201.836","15230.463"],["8222.360","15240.427"],["8229.813","15293.720"],["8273.662","15224.301"],["14510.218","12269.689"],["14466.433","12194.018"],["14507.455","12286.072"],["14541.498","12156.635"],["14463.903","12273.702"],["14545.445","12162.646"],["14581.052","12256.659"],["14617.015","12143.122"],["14597.167","12272.988"],["14563.240","12259.582"],["14645.026","12160.562"],["14579.125","12321.130"],["14470.514","12261.877"],["14505.613","12270.845"],["14463.179","12262.835"],["14564.967","12214.132"],["14604.670","12312.196"],["14529.890","12135.668"],["14597.300","12156.960"],["14668.380","12196.681"],["14569.404","12322.616"],["14565.444","12208.368"],["14547.858","12313.120"],["3927.753","18681.048"],["3784.912","18685.294"],["3729.100","18692.672"],["3764.363","18679.938"],["3796.968","18729.076"],["3769.566","18725.410"],["3797.856","18771.012"],["3787.428","18780.343"],["3755.284","18692.738"],["3891.799","18706.547"],["3778.941","18684.617"],["3757.231","18693.172"],["10894.074","17144.554"],["11008.002","17169.320"],["10949.032","17138.335"],["10930.881","17162.814"],["10998.167","17170.196"],["10961.723","17147.097"],["10923.875","17151.777"],["11074.422","17192.807"],["11051.217","17182.039"],["10978.799","17129.485"],["10982.616","17120.719"],["10988.323","17112.135"],["10998.847","17112.137"],["11016.056","17105.437"],["11023.656","17108.564"],["11059.237","17110.325"],["11070.141","17108.345"],["11081.543","17191.934"],["10926.191","17115.721"],["10918.787","17114.853"],["10925.087","17110.616"],["10933.458","17107.318"],["10933.326","17099.887"],["10936.434","17092.608"],["10942.908","17090.439"],["10935.065","17080.531"],["10942.653","17077.869"],["10951.895","17067.207"],["10948.737","17059.154"],["10963.229","17063.448"],["10966.792","17056.692"],["11087.003","17111.457"],["10961.162","17101.109"],["10966.652","17095.962"],["10993.846","17075.688"],["11003.412","17075.824"],["11015.772","17073.849"],["11005.597","17063.564"],["11003.836","17056.797"],["11006.402","17048.152"],["10981.410","17052.488"],["10976.436","17050.157"],["11018.147","17071.273"],["11026.646","17092.410"],["11035.206","17096.778"],["11036.027","17108.612"],["11090.898","17095.965"],["11078.271","17084.992"],["11077.958","17154.456"],["11064.541","17174.845"],["11037.404","17167.689"],["11038.804","17192.221"],["10990.831","17155.877"],["10971.693","17157.208"],["10910.799","17163.854"],["10899.193","17189.498"],["11111.775","17195.768"],["10932.502","17184.796"],["10888.796","17159.956"],["11089.661","17007.956"],["11077.908","17018.599"],["11069.237","17022.802"],["11020.937","17009.339"],["11029.154","17006.310"],["11029.327","16999.189"],["11024.873","16996.952"],["11032.523","17022.437"],["11046.556","17009.429"],["11000.036","17004.826"],["10993.977","17030.161"],["11004.032","17036.532"],["11010.403","17032.928"],["10989.960","17171.748"],["10968.189","17130.785"],["10915.750","17166.464"],["10937.473","17000.411"],["10935.565","16998.066"],["10942.319","16995.490"],["10944.501","17017.600"],["11009.071","17177.859"],["10962.975","17140.232"],["10912.000","17168.346"],["8291.195","18134.613"],["8215.841","18189.956"],["8291.317","18191.514"],["8319.657","18117.158"],["8175.163","18139.462"],["8346.582","18054.323"],["8334.679","18053.090"],["8350.088","18102.163"],["8252.478","18156.677"],["8285.045","18179.305"],["8260.052","18114.589"],["8255.464","18104.713"],["8245.834","18092.424"],["8242.347","18095.859"],["8231.088","18098.564"],["8227.150","18096.981"],["8216.055","18108.314"],["8212.897","18113.104"],["8222.157","18123.459"],["8229.844","18133.464"],["8296.992","18186.658"],["8343.267","18170.628"],["8240.952","18202.497"],["8294.475","18182.843"],["8325.246","18184.036"],["8252.572","18207.038"],["7545.165","16153.560"],["7553.437","16170.897"],["7532.608","16202.093"],["7538.376","16147.337"],["7546.782","16300.290"],["7517.598","16153.987"],["7561.784","16207.043"],["7571.983","16208.648"],["7570.484","16221.592"],["7571.136","16244.367"],["7526.930","16315.038"],["7584.148","16286.456"],["7553.950","16342.704"],["7545.797","16179.962"],["7548.544","16195.023"],["7515.930","16267.122"],["7523.216","16248.609"],["7561.645","16291.074"],["7545.313","16260.604"],["7529.061","16202.946"],["7557.869","16171.572"],["7517.746","16296.571"],["7522.626","16348.963"],["7549.639","16291.834"],["7521.857","16197.710"],["7553.609","16182.604"],["7522.147","16277.114"],["7536.514","16268.052"],["7528.363","12942.760"],["29215.027","11794.278"],["29217.627","11778.826"],["29210.471","11790.249"],["29203.826","11786.566"],["7234.497","12584.900"],["7201.273","12571.490"],["7275.381","12669.360"],["7288.983","12677.965"],["7250.251","12609.827"],["7248.574","12583.733"],["7247.109","12667.411"],["7243.786","12652.349"],["7289.799","12702.453"],["7280.983","12702.618"],["7258.927","12673.211"],["7268.582","12660.593"],["7187.786","12567.047"],["7245.549","12548.286"],["7237.947","12658.130"],["7287.325","12680.374"],["7270.087","12588.258"],["7257.324","12576.235"],["7180.205","12563.660"],["7279.601","12709.753"],["7268.072","12665.300"],["7266.164","12675.110"],["7182.392","12579.533"],["7247.996","12637.139"],["7254.051","12599.984"],["7162.359","12552.578"],["7267.240","12669.376"],["7268.335","12709.274"],["7289.062","12682.111"],["7183.294","12559.845"],["7291.269","12623.444"],["7300.274","12605.996"],["7203.264","12565.753"],["7197.722","12547.537"],["7281.639","12659.293"],["7293.629","12575.972"],["7240.254","12584.878"],["7210.781","12585.456"],["7267.199","12654.596"],["7270.488","12623.498"],["7217.619","12557.054"],["7254.989","12558.219"],["7299.846","12584.527"],["7223.478","12570.130"],["7189.531","12564.415"],["7295.424","12676.202"],["7211.336","12576.493"],["7291.869","12598.020"],["7228.215","12582.367"],["7251.652","12555.332"],["7287.335","12650.788"],["6132.963","9203.989"],["6082.123","9258.673"],["6247.172","9211.816"],["6202.138","9247.890"],["6137.509","9229.277"],["6095.074","9374.676"],["6178.070","9250.434"],["6101.415","9236.774"],["6238.850","9223.195"],["6231.135","9221.565"],["6121.933","9211.193"],["6043.280","9348.837"],["6068.836","9370.842"],["6198.777","9266.536"],["6105.961","9325.351"],["6083.060","9253.702"],["6112.699","9198.803"],["6146.834","9242.011"],["6217.964","9348.414"],["6216.869","9295.868"],["6120.126","9216.965"],["6135.483","9257.300"],["6229.548","9235.313"],["6173.909","9294.728"],["6084.527","9245.885"],["6229.825","9171.472"],["6149.123","9175.858"],["6111.963","9224.963"],["6152.342","9244.195"],["6063.196","9209.499"],["6088.260","9192.143"],["6127.482","9235.926"],["6089.728","9358.772"],["6214.172","9284.158"],["6099.905","9261.079"],["6150.965","9189.533"],["6124.446","9243.180"],["6195.105","9269.233"],["6085.727","9167.948"],["6241.127","9235.858"],["6095.070","9239.790"],["6070.661","9171.796"],["6063.328","9204.049"],["6140.112","9216.210"],["8073.637","18471.405"],["8088.209","18474.621"],["8002.931","18472.816"],["8093.995","18522.795"],["7995.790","18499.725"],["8003.027","18488.858"],["8020.460","18531.409"],["8145.834","18618.486"],["8059.943","18553.259"],["8014.953","18529.565"],["8053.405","18485.522"],["8123.547","18576.158"],["7950.578","18496.732"],["8066.676","18515.132"],["8007.503","18553.016"],["7220.374","8159.985"],["7198.449","8150.670"],["7222.874","8162.297"],["7227.798","8111.558"],["17275.927","4670.129"],["17277.687","4660.258"],["17289.912","4653.386"],["17243.845","4670.081"],["17249.575","4574.977"],["17256.949","4586.537"],["17251.000","4566.135"],["17230.049","4600.271"],["17286.982","4616.035"],["17324.655","4580.079"],["17351.451","4559.364"],["17345.524","4555.299"],["17342.987","4538.831"],["17320.678","4533.672"],["17337.987","4542.508"],["17314.877","4522.159"],["17309.306","4532.098"],["17306.413","4544.411"],["17325.791","4602.777"],["17343.051","4600.572"],["17315.306","4588.660"],["17315.767","4581.261"],["17343.011","4520.522"],["17204.179","4589.498"],["17224.621","4564.052"],["17230.103","4556.139"],["17223.970","4536.632"],["17234.808","4541.307"],["17218.278","4575.248"],["17256.934","4624.443"],["17294.826","4659.242"],["17221.982","4610.487"],["17262.718","4601.729"],["17267.878","4553.491"],["17367.202","4571.395"],["17374.474","4579.900"],["17377.307","4601.049"],["17376.494","4568.838"],["17270.684","4626.369"],["17258.685","4647.907"],["17248.373","4650.252"],["17208.232","4563.849"],["17385.695","4599.195"],["17257.296","4552.065"],["17256.708","4553.255"],["17294.391","4577.215"],["17318.357","4614.358"],["17364.162","4597.649"],["17267.906","4578.509"],["17402.229","4606.154"],["17263.003","4657.669"],["17287.807","4664.481"],["17258.262","4662.065"],["24355.355","6245.780"],["10501.605","14130.943"],["10465.158","14159.548"],["10504.917","14091.135"],["10491.834","14137.733"],["10514.976","14036.035"],["10600.504","14227.601"],["10615.105","14193.448"],["10631.427","14162.507"],["10541.699","14188.675"],["10620.059","14133.122"],["10601.393","14089.746"],["10606.661","14107.456"],["10565.092","14053.531"],["10558.426","14041.923"],["10563.202","14031.335"],["10550.260","14133.224"],["10533.876","14109.324"],["10557.962","14148.762"],["10485.548","14175.521"],["10478.608","14147.643"],["10500.289","14148.036"],["10527.743","14138.975"],["10480.966","14075.556"],["10598.038","14238.372"],["10608.760","14232.043"],["10608.580","14175.698"],["10621.788","14171.640"],["10557.456","14183.225"],["10610.519","14139.596"],["10606.969","14097.839"],["10592.533","14114.426"],["10558.336","14065.436"],["10553.689","14047.852"],["10557.119","14121.383"],["10528.317","14117.186"],["10556.168","14160.654"],["10546.894","14225.459"],["10473.238","14211.773"],["10467.522","14168.816"],["10476.413","14144.421"],["10517.246","14109.264"],["10520.427","14108.394"],["10515.095","14176.150"],["10633.804","14076.477"],["10615.347","14046.220"],["10671.061","14049.097"],["10637.408","14127.116"],["10645.833","14208.576"],["6998.625","14802.738"],["7085.067","14729.334"],["6298.863","14073.961"],["6294.838","14216.706"],["6291.889","14072.607"],["6271.380","14184.134"],["6323.638","14137.465"],["6340.886","14084.366"],["6365.081","14118.243"],["6294.077","14070.675"],["6345.327","14051.913"],["6274.345","14172.841"],["7774.583","19575.219"],["7772.445","19587.523"],["7777.968","19629.899"],["7887.962","19626.062"],["7899.386","19610.071"],["7819.208","19524.072"],["7843.266","19533.929"],["7856.621","19585.424"],["7873.302","19560.842"],["7738.914","19590.772"],["7772.331","19604.183"],["7748.238","19544.929"],["7783.941","19608.481"],["7808.873","19621.823"],["7844.159","19526.219"],["7838.150","19547.455"],["7734.688","19625.761"],["7725.834","19558.687"],["7750.016","19597.395"],["7767.331","19608.692"],["7744.373","19537.167"],["7761.705","19568.332"],["7905.932","19598.262"],["7906.180","19558.645"],["7739.374","19584.777"],["7758.664","19609.716"],["4465.538","12959.357"],["4519.097","12942.781"],["4516.399","12910.346"],["4502.141","12893.235"],["4528.068","12927.606"],["4524.260","12957.337"],["4470.418","12860.055"],["4491.351","12917.791"],["4451.494","12917.577"],["4461.180","12898.350"],["4470.817","12962.809"],["4515.792","12947.521"],["4519.655","12909.272"],["4514.559","12894.969"],["4524.434","12929.456"],["4522.977","12954.414"],["4492.457","12861.079"],["4488.224","12909.049"],["4460.244","12934.720"],["4469.715","12898.477"],["4462.873","12967.929"],["4513.308","12935.515"],["4523.319","12895.279"],["4494.230","12872.360"],["4523.943","12901.836"],["4553.629","12944.833"],["4478.674","12850.096"],["4501.877","12916.998"],["4451.017","12914.902"],["4455.851","12893.792"],["4483.943","12859.691"],["4473.275","12843.663"],["4551.661","12947.063"],["4427.116","12941.878"],["4528.654","12914.999"],["4537.073","12958.496"],["4497.660","12838.419"],["4522.334","12889.484"],["4489.015","12846.339"],["4557.566","12933.157"],["4426.523","12925.049"],["4548.391","12914.586"],["4539.540","12956.250"],["8263.359","15743.849"],["8207.991","15749.572"],["8217.741","15744.262"],["8147.438","15836.757"],["8248.698","15877.585"],["8313.597","15846.369"],["8329.084","15815.659"],["8324.999","15784.694"],["8170.623","15891.927"],["8258.610","15735.058"],["12879.056","14293.358"],["12906.588","14354.397"],["12917.921","14436.742"],["12988.130","14397.577"],["12940.444","14253.238"],["12830.071","14320.601"],["12832.105","14374.482"],["12890.709","14275.459"],["12797.214","14404.454"],["12912.773","14338.608"],["12879.269","14408.220"],["12950.939","14389.849"],["12972.501","14405.332"],["12964.151","14368.652"],["12836.034","14426.134"],["12895.778","14411.416"],["12961.167","14290.071"],["12958.719","14290.989"],["12813.907","14396.058"],["12783.150","14408.732"],["12976.835","14421.200"],["12965.736","14443.812"],["12977.952","14448.676"],["12981.191","14433.419"],["12858.612","14284.027"],["12803.574","14337.661"],["12932.288","14269.877"],["12959.474","14259.134"],["12935.338","14366.321"],["12957.427","14430.883"],["12934.903","14401.178"],["12981.449","14376.529"],["12958.378","14352.764"],["12874.688","14428.859"],["12902.620","14421.160"],["12962.154","14291.227"],["12942.617","14283.028"],["12905.824","14322.959"],["12794.692","14331.583"],["12983.882","14266.517"],["12893.164","14393.872"],["12860.268","14297.479"],["12896.003","14333.788"],["12959.161","14262.173"],["12826.962","14316.604"],["12827.740","14283.977"],["12946.152","14246.830"],["12939.423","14278.845"],["12844.314","14346.563"],["12874.951","14332.632"],["12984.933","14267.202"],["12793.048","14440.248"],["12927.615","14276.591"],["12859.951","14394.267"],["12935.495","14264.922"],["19957.741","5577.499"],["20036.170","5592.225"],["20060.315","5594.224"],["19972.435","5674.919"],["19978.077","5770.857"],["19964.820","5721.443"],["20052.452","5672.294"],["19991.662","5698.735"],["20060.873","5663.970"],["19991.021","5645.853"],["19939.047","5775.448"],["20047.436","5601.491"],["20043.982","5622.019"],["20030.742","5593.695"],["20097.928","5610.094"],["20010.788","5756.391"],["20069.194","5664.148"],["19981.975","5736.571"],["20017.715","5766.810"],["19936.169","5647.108"],["19987.879","5628.132"],["20031.054","5702.021"],["20057.320","5729.106"],["19979.294","5685.093"],["19968.455","5660.171"],["19950.981","5601.809"],["20018.157","5751.899"],["20066.397","5777.151"],["20000.791","5618.784"],["20052.698","5664.416"],["19971.728","5780.716"],["20059.195","5722.467"],["20007.682","5703.788"],["19954.475","5640.848"],["14875.516","13588.362"],["14720.419","13400.051"],["14687.411","13525.380"],["14820.058","13561.084"],["14725.984","13500.236"],["14725.567","13437.715"],["14777.446","13499.140"],["14735.253","13591.330"],["14711.253","13586.982"],["14872.473","13580.914"],["14828.548","13602.682"],["14694.263","13559.924"],["14712.717","13588.336"],["28114.572","7506.713"],["28028.224","7557.052"],["28135.905","7566.780"],["28059.260","7655.483"],["28085.411","7535.384"],["27962.944","7556.486"],["27994.727","7644.504"],["28054.638","7480.454"],["28145.214","7594.641"],["28000.016","7597.828"],["28096.349","7540.173"],["28022.993","7543.455"],["27976.332","7513.530"],["27975.000","7572.489"],["27962.500","7511.399"],["27994.605","7593.567"],["28110.444","7578.406"],["28099.293","7522.799"],["27988.569","7585.987"],["28022.385","7525.475"],["28026.645","7663.410"],["28045.773","7497.795"],["28132.199","7493.528"],["19526.850","5152.414"],["8761.661","9647.117"],["8671.986","9656.007"],["8712.814","9617.615"],["8615.673","9643.927"],["8672.359","9663.612"],["8673.112","9618.683"],["8591.567","9638.994"],["8743.424","9660.741"],["8767.076","9675.447"],["8679.930","9643.010"],["8702.764","9626.070"],["8587.877","9655.768"],["8644.497","9659.467"],["8654.165","9618.419"],["8570.770","9597.759"],["8594.297","9639.786"],["8740.472","9675.119"],["8691.870","9654.108"],["8692.205","9647.507"],["8602.796","9649.845"],["8655.944","9643.794"],["8676.040","9608.922"],["8570.984","9588.874"],["8572.949","9635.839"],["8613.933","9603.385"],["8709.925","9623.900"],["8759.232","9636.817"],["8621.581","9613.541"],["11308.198","14401.140"],["11504.540","14340.680"],["11403.116","14409.893"],["11401.739","14323.475"],["11396.398","14361.051"],["11441.444","14427.444"],["11486.923","14318.581"],["11514.100","14326.153"],["11462.040","14280.510"],["11381.090","14334.650"],["11501.711","14379.260"],["11400.846","14433.724"],["11375.507","14429.854"],["11403.303","14391.968"],["11411.661","14349.655"],["11463.681","14403.298"],["11504.544","14329.027"],["11358.245","14320.695"],["11353.462","14439.305"],["11494.113","14353.347"],["11436.882","14437.209"],["11395.112","14403.727"],["11407.599","14366.567"],["11469.701","14426.387"],["11462.020","14320.357"],["11510.367","14330.497"],["11360.235","14340.067"],["11512.988","14314.112"],["11490.020","14304.961"],["11492.514","14427.218"],["11398.872","14394.649"],["11343.007","14424.041"],["11420.115","14330.019"],["11491.198","14381.085"],["11369.471","14316.893"],["11333.911","14408.318"],["11425.828","14344.884"],["11397.665","14358.507"],["11451.510","14443.844"],["11455.609","14306.472"],["11354.593","14335.063"],["11480.215","14240.379"],["11456.135","14246.850"],["11422.084","14269.260"],["11426.963","14250.468"],["11440.826","14269.282"],["11457.712","14251.383"],["11475.356","14254.626"],["11395.851","14278.051"],["11371.235","14269.805"],["11376.425","14269.206"],["11359.716","14289.669"],["11337.871","14278.161"],["11334.277","14278.669"],["11332.124","14271.613"],["11320.565","14298.635"],["11328.522","14308.204"],["11374.078","14260.246"],["11356.124","14239.518"],["11360.464","14242.534"],["11409.316","14429.034"],["11343.517","14422.687"],["11405.162","14391.819"],["11437.768","14344.983"],["11409.573","14373.057"],["11474.602","14440.227"],["11458.553","14273.425"],["11389.741","14314.056"],["11461.201","14281.237"],["11509.656","14346.807"],["11355.803","14417.666"],["11433.813","14388.070"],["11420.926","14345.545"],["11373.865","14358.045"],["11475.573","14385.677"],["17899.397","18608.836"],["17943.239","18467.528"],["17907.022","18477.536"],["17967.400","18519.138"],["18034.821","18532.904"],["17902.471","18672.033"],["17896.710","18475.736"],["17939.933","18644.955"],["29734.256","10059.946"],["29760.366","10104.698"],["9785.752","9584.150"],["9706.436","9380.823"],["9781.870","9558.948"],["9718.887","9407.512"],["9801.790","9581.638"],["9817.616","9475.738"],["9800.600","9479.005"],["9777.710","9579.231"],["9737.787","9551.229"],["9697.211","9531.766"],["9651.304","9482.246"],["9700.021","9483.799"],["9804.375","9533.400"],["9712.682","9436.311"],["9799.699","9549.881"],["9741.493","9460.784"],["9709.827","9555.407"],["9717.352","9533.825"],["9652.833","9473.576"],["9630.795","9418.676"],["9691.458","9378.966"],["9780.636","9408.230"],["9734.346","9405.186"],["9812.632","9490.040"],["9799.941","9491.746"],["9698.344","9403.664"],["9721.979","9414.201"],["9764.576","9543.569"],["9775.998","9564.002"],["9690.127","9537.913"],["9757.310","9579.685"],["9725.780","9558.875"],["9707.129","9544.763"],["9659.594","9522.256"],["9677.192","9530.243"],["9694.488","9499.622"],["9719.775","9428.982"],["9674.626","9512.812"],["9711.995","9467.597"],["9694.100","9478.927"],["9694.708","9481.387"],["9674.955","9405.129"],["9648.163","9386.471"],["9625.104","9376.942"],["9642.966","9411.079"],["9765.066","9430.445"],["9717.870","9381.674"],["9803.669","9468.933"],["5655.079","17694.428"],["5623.919","17646.181"],["5642.327","17821.022"],["5734.422","17793.025"],["5783.835","17622.342"],["5795.612","17621.980"],["5704.143","17816.568"],["5749.556","17822.398"],["5734.788","17800.291"],["5630.433","17622.669"],["5669.565","17638.899"],["5673.677","17628.378"],["5667.313","17624.496"],["5683.636","17627.301"],["5659.253","17633.968"],["5663.630","17680.669"],["5625.088","17682.187"],["5673.352","17676.007"],["5772.551","17643.799"],["5767.200","17637.508"],["5783.420","17636.482"],["5698.577","17644.248"],["5691.230","17632.203"],["5724.452","17706.922"],["5725.177","17719.608"],["5740.406","17706.446"],["5677.938","17804.716"],["5696.688","17783.239"],["5706.406","17778.891"],["5736.100","17707.431"],["5687.315","17695.720"],["5714.214","17691.501"],["5731.575","17712.917"],["5638.672","17724.620"],["5628.566","17727.206"],["5656.639","17701.178"],["5647.443","17703.875"],["5666.053","17700.370"],["5638.943","17817.200"],["5750.710","17830.654"],["5728.377","17653.308"],["5730.504","17660.010"],["5691.690","17699.935"],["5659.995","17655.462"],["5693.983","17741.970"],["5820.778","17658.952"],["5785.649","17703.885"],["5683.406","17796.237"],["5772.151","17827.703"],["13595.419","15403.556"],["13580.978","15450.232"],["13418.665","15474.931"],["13420.658","15465.638"],["13467.120","15347.754"],["13456.640","15345.353"],["13446.734","15354.512"],["13461.464","15364.555"],["13563.722","15479.019"],["13440.526","15494.063"],["13430.921","15496.706"],["13440.106","15471.812"],["13433.461","15469.054"],["13436.439","15463.858"],["13441.407","15451.703"],["13460.770","15434.421"],["13445.366","15438.421"],["13454.720","15458.622"],["13447.297","15489.521"],["13452.445","15485.640"],["13467.061","15468.928"],["13486.369","15466.161"],["13493.302","15471.376"],["13514.611","15353.505"],["13520.433","15344.025"],["13499.321","15367.991"],["13491.685","15389.095"],["13498.408","15380.301"],["13531.943","15366.101"],["13521.022","15374.821"],["13539.816","15384.197"],["13545.589","15375.543"],["13549.750","15387.064"],["13553.862","15385.710"],["13546.428","15399.592"],["13563.486","15418.181"],["13575.428","15434.209"],["13535.095","15328.744"],["13560.460","15341.840"],["13557.894","15340.585"],["13612.373","15373.769"],["13435.181","15387.457"],["13437.319","15392.445"],["13428.874","15404.358"],["13430.536","15402.971"],["13428.676","15419.620"],["13440.148","15414.415"],["13423.385","15424.020"],["13439.945","15431.344"],["13426.208","15448.340"],["13442.735","15367.134"],["13442.110","15368.306"],["13563.252","15370.749"],["13549.955","15454.490"],["13537.546","15320.767"],["13581.175","15345.219"],["13582.096","15358.976"],["13593.234","15350.683"],["13601.819","15360.820"],["13583.357","15391.965"],["13567.327","15402.798"],["13582.403","15403.739"],["13543.871","15468.930"],["13578.999","15412.341"],["13530.976","15459.236"],["13618.400","15338.271"],["17245.519","7261.760"],["15009.771","16995.560"],["15070.949","17073.897"],["15030.563","17108.530"],["15055.751","17070.264"],["15073.854","17093.072"],["15081.893","16996.766"],["15024.696","17072.346"],["15003.265","17121.925"],["15076.830","17049.421"],["15075.150","17191.732"],["15046.151","17125.016"],["15020.112","17052.911"],["15058.140","17158.720"],["15060.509","17100.590"],["15012.239","17009.117"],["15081.147","17007.806"],["14993.573","17154.182"],["15057.617","16988.497"],["14983.016","17113.897"],["15065.890","17179.709"],["15026.642","17066.222"],["15080.747","17146.183"],["15021.628","17187.396"],["15045.360","17159.859"],["15079.621","17116.477"],["15066.164","17006.429"],["15031.959","16994.947"],["11666.525","15669.731"],["11698.974","15608.079"],["11651.052","15586.902"],["6847.495","15629.389"],["6781.178","15616.013"],["6803.174","15542.265"],["6728.300","15516.972"],["6831.316","15562.944"],["6842.489","15641.973"],["6712.677","15520.646"],["6725.710","15528.420"],["6677.494","15515.929"],["6716.090","15575.294"],["6858.014","15649.583"],["6757.787","15529.472"],["6754.924","15508.373"],["6805.767","15560.685"],["6718.347","15521.000"],["6879.957","15670.076"],["6831.608","15513.435"],["7670.577","15556.150"],["7684.914","15535.589"],["7720.827","15619.549"],["7714.041","15619.134"],["7724.209","15609.890"],["7687.334","15538.409"],["7687.823","15542.088"],["7724.822","15611.386"],["7717.685","15617.591"],["7721.678","15615.621"],["7712.613","15617.469"],["7707.635","15616.171"],["19876.059","17040.344"],["19892.307","17105.044"],["19929.258","17022.353"],["19835.557","17032.522"],["19875.374","17088.118"],["4559.675","16223.951"],["4561.836","16292.802"],["4533.852","16259.315"],["4549.066","16275.698"],["4543.415","16299.721"],["4564.037","16318.718"],["4552.729","16251.888"],["4561.825","16251.988"],["4548.737","16282.122"],["4557.038","16247.281"],["4544.954","16262.717"],["4553.342","16302.049"],["4529.551","16256.272"],["12940.066","15676.005"],["12964.382","15572.971"],["12915.794","15646.598"],["12924.544","15598.590"],["12968.323","15682.894"],["12824.569","15662.726"],["9799.625","15744.968"],["9665.566","15782.900"],["9639.341","15750.026"],["9629.821","15843.442"],["9687.500","15760.042"],["9664.745","15730.081"],["9816.615","15735.009"],["7035.592","12527.298"],["7076.883","12530.252"],["7020.197","12542.278"],["7054.712","12521.450"],["7024.243","12530.453"],["7056.127","12529.113"],["7062.096","12545.213"],["11398.560","17615.295"],["11452.045","17588.934"],["11469.922","17590.934"],["11423.007","17609.246"],["11486.955","17592.643"],["11333.254","17615.338"],["11444.743","17617.591"],["11391.567","17575.103"],["11440.269","17580.495"],["11450.563","17595.674"],["11437.760","17608.403"],["11487.021","17585.541"],["11363.721","17610.042"],["11457.430","17613.212"],["11511.927","17617.257"],["11398.310","17569.454"],["11462.275","17575.161"],["11471.961","17608.572"],["11494.274","17580.752"],["11455.335","17617.938"],["11388.787","17574.409"],["11437.703","17576.482"],["11456.928","17598.614"],["11476.758","17586.004"],["11334.619","17610.119"],["11401.652","17610.737"],["11405.938","17618.927"],["11459.996","17611.048"],["11392.685","17582.369"],["11446.321","17580.099"],["11455.333","17603.255"],["11424.833","17603.531"],["11496.067","17583.527"],["10944.929","14817.940"],["10977.369","14815.361"],["10987.441","14795.974"],["11034.402","14704.660"],["11016.277","14720.599"],["11002.451","14788.266"],["11010.850","14807.307"],["11009.939","14704.447"],["10950.253","14757.432"],["10969.123","14697.169"],["10899.193","14740.069"],["11029.386","14685.568"],["10963.362","14743.295"],["10886.526","14764.660"],["10929.442","14667.898"],["10900.317","14713.628"],["11093.020","14703.413"],["10956.306","14747.160"],["11054.024","14706.427"],["10917.546","14748.227"],["10933.258","14673.579"],["10894.955","14689.615"],["10974.945","14678.144"],["10902.981","14704.776"],["11056.129","14689.152"],["11053.399","14864.227"],["11061.411","14710.964"],["11052.365","14712.896"],["10992.051","14692.129"],["10996.804","14687.373"],["11017.211","14683.224"],["11036.129","14695.081"],["11015.185","14788.834"],["11021.221","14778.991"],["11038.073","14802.275"],["11046.788","14798.891"],["11086.734","14837.500"],["10985.336","14778.257"],["11008.489","14798.183"],["10968.313","14810.552"],["10958.560","14824.343"],["10965.433","14784.219"],["10969.279","14773.796"],["10975.628","14766.976"],["10955.109","14781.915"],["11079.464","14672.823"],["10970.537","14691.637"],["10902.135","14739.969"],["10948.817","14678.633"],["11092.533","14779.863"],["11051.852","14842.336"],["10888.303","14747.913"],["10982.375","14713.882"],["10928.653","14667.832"],["10956.952","14676.790"],["10897.071","14728.905"],["11029.929","14681.506"],["10900.300","14716.006"],["4181.889","14894.868"],["4196.512","14960.717"],["4283.906","14882.795"],["4283.390","15069.054"],["4191.231","14904.017"],["4230.184","14893.972"],["4168.123","14922.402"],["4181.495","14938.587"],["4275.123","14876.734"],["4196.533","14877.869"],["4180.640","14945.821"],["4206.610","14951.832"],["4315.518","14906.841"],["4171.527","14910.210"],["4239.378","14878.249"],["4161.281","14956.357"],["4311.817","14911.994"],["4334.085","14872.982"],["6459.280","17554.338"],["6459.725","17564.990"],["6360.122","17444.425"],["6359.366","17452.766"],["6368.393","17428.449"],["6390.630","17446.038"],["6353.924","17470.399"],["6349.170","17478.706"],["6338.163","17436.456"],["6314.084","17440.535"],["6314.893","17455.703"],["6298.889","17466.703"],["6296.267","17478.053"],["6302.174","17510.722"],["6311.198","17569.931"],["6345.027","17546.155"],["6354.172","17534.396"],["6329.717","17498.352"],["6326.082","17480.697"],["6393.111","17508.247"],["6379.262","17512.128"],["6410.739","17475.821"],["6392.943","17464.921"],["6425.201","17545.684"],["6327.667","17418.763"],["6399.841","17450.200"],["6331.929","17459.693"],["6299.586","17549.898"],["6351.442","17547.559"],["6339.207","17490.755"],["6374.739","17517.281"],["6425.295","17482.179"],["6452.387","17590.579"],["6444.264","17555.494"],["6344.300","17430.123"],["6385.054","17439.035"],["6324.745","17476.546"],["6283.767","17506.674"],["6333.794","17570.449"],["6331.033","17503.868"],["6406.943","17538.751"],["6426.413","17499.883"],["14663.505","9385.058"],["14642.126","9385.118"],["14655.096","9440.615"],["14583.367","9504.581"],["14484.891","9471.414"],["14653.336","9411.829"],["14533.161","9384.121"],["14494.994","9455.029"],["14591.361","9443.458"],["14485.714","9445.749"],["14566.913","9377.562"],["14591.133","9381.559"],["14641.255","9386.621"],["14487.790","9424.789"],["14594.946","9473.566"],["14474.205","9430.124"],["14547.644","9497.992"],["14464.727","9448.177"],["24012.945","5924.136"],["24098.356","5942.253"],["23947.633","5916.522"],["24062.369","5952.113"],["24053.800","5897.051"],["23983.751","5871.436"],["23993.159","5984.549"],["24034.968","5894.227"],["23963.965","5943.426"],["6029.440","15795.728"],["6018.958","15821.374"],["5330.148","10977.321"],["5317.780","10966.982"],["5316.053","10944.769"],["5293.880","11050.780"],["5324.583","10984.684"],["5267.840","10987.326"],["5022.553","19962.066"],["5014.503","20007.409"],["5026.566","19969.201"],["4997.875","20007.095"],["5019.247","19995.708"],["5065.161","20022.883"],["4989.033","20015.642"],["5023.299","19960.975"],["5032.055","19961.530"],["5110.742","19960.978"],["18819.308","17411.807"],["18775.150","17468.872"],["18795.240","17430.966"],["18830.739","17415.474"],["18760.124","17432.750"],["18769.170","17440.494"],["18766.193","17461.303"],["18757.567","17427.663"],["18878.010","17447.747"],["18776.917","17453.987"],["18759.466","17450.700"],["18768.496","17447.777"],["18781.835","17441.584"],["6245.368","9133.194"],["6250.696","9142.955"],["6078.674","9025.809"],["6099.204","9088.246"],["6145.323","9100.508"],["6168.983","9061.799"],["6079.148","9156.668"],["6090.737","9000.346"],["6085.783","9127.652"],["6157.420","9055.490"],["6121.470","9011.259"],["6126.589","9114.539"],["6146.113","9126.206"],["6206.171","9082.311"],["6244.644","9129.243"],["6114.250","9020.904"],["6101.622","9137.313"],["6205.685","9126.602"],["6177.388","9082.410"],["16644.637","18322.862"],["16739.768","18273.817"],["16772.452","18459.835"],["16645.947","18460.225"],["16615.018","18388.959"],["16743.469","18270.597"],["16665.141","18422.487"],["16733.397","18462.586"],["16734.154","18460.191"],["16899.947","15306.030"],["16795.841","15453.538"],["16859.889","15467.317"],["16912.555","15443.266"],["16900.948","15383.199"],["16809.857","15326.417"],["16811.878","15315.522"],["16780.873","15492.895"],["16938.705","15486.703"],["16975.091","15373.848"],["16778.063","15501.453"],["16900.972","15361.093"],["16826.353","15444.939"],["16864.381","15434.778"],["16890.372","15344.207"],["16917.751","15316.334"],["16986.174","15407.893"],["16978.447","15346.581"],["5306.717","18656.423"],["5280.967","18621.154"],["5267.630","18637.436"],["5255.233","18611.820"],["5374.664","18658.506"],["5351.822","18656.081"],["5287.759","18637.848"],["5292.643","18662.993"],["5247.400","18641.624"],["5314.102","18666.662"],["5333.243","18661.195"],["5327.240","18617.577"],["5368.398","18653.931"],["5329.931","18637.584"],["5290.176","18673.992"],["5291.442","18674.768"],["5241.677","18627.916"],["5220.032","18658.882"],["5315.621","18659.285"],["5332.266","18622.572"],["5315.308","18626.865"],["5321.476","18625.263"],["5282.495","18640.334"],["5299.074","18665.668"],["5243.552","18632.425"],["5241.282","18639.692"],["5376.655","18653.980"],["5294.469","18638.492"],["5285.949","18675.033"],["5256.167","18656.554"],["5335.713","18654.213"],["5324.844","18649.879"],["5320.738","18644.389"],["5298.953","18674.723"],["5311.503","18668.844"],["5280.066","18668.639"],["5260.248","18667.343"],["5228.355","18669.201"],["5201.675","18661.896"],["5232.994","18665.615"],["5251.129","18664.102"],["5220.312","18667.712"],["5214.337","18635.110"],["5212.412","18633.439"],["5217.750","18619.276"],["5219.254","18605.429"],["5229.745","18627.157"],["5254.977","18634.029"],["5289.772","18644.759"],["5283.547","18627.141"],["5328.499","18635.223"],["5198.825","18651.418"],["9409.426","14299.356"],["9468.015","14299.530"],["9450.421","14286.167"],["9447.834","14248.339"],["9418.721","14258.168"],["9564.784","14317.597"],["9575.471","14404.471"],["9459.945","14404.999"],["9595.371","14337.532"],["9584.276","14363.983"],["9590.256","14293.089"],["9556.605","14333.502"],["9452.559","14448.978"],["9575.945","14414.754"],["9582.311","14425.838"],["9541.893","14442.362"],["9577.392","14441.539"],["9414.254","14382.235"],["9432.510","14377.688"],["9432.768","14369.930"],["9430.969","14363.723"],["9476.890","14393.193"],["9468.273","14391.796"],["9480.289","14361.692"],["9481.188","14355.455"],["9466.393","14349.720"],["9482.757","14346.938"],["9473.653","14405.063"],["9419.444","14334.411"],["9427.818","14336.829"],["9458.106","14318.632"],["9470.236","14316.845"],["9505.952","14286.800"],["9558.453","14251.164"],["9520.399","14300.806"],["9519.014","14367.461"],["9533.152","14360.206"],["9525.426","14388.348"],["9530.425","14409.938"],["9528.754","14393.518"],["9524.863","14418.031"],["9522.370","14399.310"],["9517.825","14275.817"],["9535.662","14283.086"],["9540.968","14306.420"],["9476.239","14258.776"],["9575.536","14339.927"],["9553.134","14313.469"],["9432.904","14447.723"],["9431.834","14317.221"],["9485.527","14287.915"],["9456.683","14300.973"],["9447.330","14405.478"],["9577.357","14360.946"],["9559.401","14384.254"],["14975.012","14223.062"],["14913.163","14195.485"],["14900.738","14218.138"],["15084.113","14049.154"],["15027.993","14029.577"],["15021.252","14158.803"],["15001.091","14098.935"],["15073.908","14186.643"],["14963.482","14220.238"],["14917.522","14198.987"],["14895.261","14193.943"],["15079.492","14046.791"],["14922.864","14044.933"],["14916.708","14083.556"],["15026.365","14048.609"],["15016.102","14070.665"],["15053.366","14209.070"],["15545.485","17897.533"],["15585.774","17843.252"],["15525.979","17924.656"],["15597.583","17869.289"],["15544.191","17968.749"],["15566.754","17951.079"],["15546.144","17871.232"],["15597.522","17901.966"],["15544.955","17843.144"],["15536.454","17869.022"],["15638.642","17874.090"],["15522.316","17845.695"],["15584.005","17934.048"],["15586.704","17962.095"],["15539.482","17931.840"],["15555.468","17926.139"],["15618.366","17866.130"],["15593.685","17888.546"],["15575.764","17899.069"],["15606.272","17909.514"],["15543.286","17964.868"],["7970.401","16416.012"],["13326.839","12400.150"],["13265.822","12537.768"],["13349.020","12475.586"],["13242.011","12471.381"],["13298.981","12441.987"],["13325.773","12405.918"],["13293.539","12431.266"],["13349.497","12447.428"],["13368.477","12458.361"],["13285.717","12498.416"],["13296.478","12448.459"],["13250.143","12501.039"],["13364.119","12464.141"],["13283.873","12476.100"],["13378.677","12536.618"],["13378.924","12538.799"],["13404.943","12483.853"],["13243.218","12540.748"],["13395.072","12521.003"],["13326.613","12507.710"],["13334.741","12532.009"],["13400.736","12533.029"],["28096.175","11506.953"],["28005.628","11530.814"],["27988.866","11520.688"],["27995.922","11517.344"],["27994.890","11540.216"],["28007.116","11572.522"],["28053.076","11510.970"],["28090.807","11515.523"],["28080.712","11666.147"],["28094.886","11694.581"],["28061.306","11678.112"],["28080.450","11534.839"],["28059.404","11687.706"],["28084.670","11520.501"],["28013.757","11581.915"],["28007.295","11565.460"],["28031.915","11558.044"],["28083.233","11659.783"],["28064.866","11679.614"],["4100.989","19170.136"],["3941.168","19275.672"],["3938.513","19301.832"],["4129.252","19222.696"],["4079.904","19160.904"],["4070.134","19176.363"],["3947.024","19275.556"],["3960.477","19263.979"],["4137.903","19239.360"],["4138.577","19233.993"],["4091.795","19187.345"],["4092.683","19185.793"],["4095.600","19256.635"],["4065.825","19204.917"],["4130.983","19179.365"],["3997.058","19230.569"],["3961.792","19289.963"],["4063.584","19254.141"],["4097.614","19306.709"],["5788.028","7761.099"],["5770.462","7751.954"],["5761.987","7866.815"],["5807.896","7760.439"],["5742.998","7773.895"],["5828.768","7715.173"],["5671.091","7821.432"],["5798.913","7806.732"],["5767.648","7894.092"],["5674.169","7837.262"],["5779.079","7765.359"],["5783.190","7895.116"],["5809.223","7746.310"],["9143.028","18063.753"],["9166.842","18084.354"],["8996.009","18243.079"],["5275.811","11071.004"],["5259.101","11072.077"],["8681.758","12927.516"],["8622.120","12883.607"],["8620.213","12855.364"],["8613.977","12870.804"],["8674.984","12783.280"],["8647.697","12912.030"],["8628.301","12870.526"],["8624.825","12812.351"],["8772.416","12792.739"],["8735.048","12897.634"],["8759.357","12952.018"],["8742.993","12952.255"],["8774.341","12957.733"],["8735.130","12928.055"],["8606.956","12792.098"],["8568.965","12908.185"],["8571.255","12813.544"],["8767.266","12872.008"],["8767.063","12888.672"],["8774.086","12909.481"],["8710.120","12821.311"],["8691.781","12825.588"],["8713.948","12801.696"],["8712.254","12792.034"],["8699.590","12770.642"],["8670.346","12761.009"],["8766.118","12960.017"],["8636.315","12849.657"],["8697.318","12956.197"],["8588.292","12961.203"],["8774.355","12881.669"],["8774.289","12870.422"],["8772.194","12903.569"],["8763.379","12910.192"],["8706.551","12831.484"],["8688.426","12807.091"],["8694.524","12807.988"],["8708.800","12811.341"],["8707.123","12774.870"],["8705.314","12765.291"],["8689.573","12764.857"],["8573.234","12812.233"],["17092.621","7254.452"],["17193.057","7255.751"],["17069.362","7261.639"],["17175.501","7259.750"],["8852.803","16226.965"],["8913.457","16266.260"],["8910.723","16261.479"],["8900.808","16258.930"],["8895.806","16258.208"],["8832.226","16215.269"],["8859.519","16216.220"],["8827.789","16180.640"],["8836.545","16177.304"],["8832.246","16168.233"],["8875.931","16234.754"],["8882.921","16226.196"],["8894.306","16237.879"],["8984.941","16288.656"],["8964.316","16283.286"],["8827.388","16209.550"],["8915.758","16249.411"],["8919.921","16265.807"],["8971.796","16261.047"],["8943.027","16255.721"],["8865.892","16227.993"],["8942.238","16180.444"],["14712.228","14087.004"],["14816.225","14185.007"],["14767.138","14125.672"],["14795.436","14186.114"],["14674.229","14055.869"],["14684.969","14057.554"],["14792.135","14125.740"],["14807.936","14097.418"],["14806.209","14122.208"],["6687.250","19263.617"],["10708.560","13265.012"],["10718.494","13282.763"],["10829.037","13310.814"],["10822.531","13346.806"],["10808.754","13363.528"],["10870.955","13327.631"],["10834.543","13388.048"],["10862.892","13289.625"],["10882.841","13285.772"],["3932.270","19274.995"],["3916.925","19259.058"],["3922.937","19250.502"],["3916.358","19284.386"],["3916.497","19274.120"],["9017.562","17241.415"],["8999.980","17269.223"],["9025.294","17252.149"],["9028.690","17262.817"],["9053.531","17234.305"],["9045.549","17291.868"],["9003.142","17200.804"],["9048.810","17222.598"],["8997.717","17274.896"],["9000.797","17288.377"],["9068.527","17325.475"],["9039.398","17316.008"],["9059.850","17265.741"],["12243.916","12158.084"],["12192.200","12151.809"],["12194.432","12171.825"],["12355.248","12263.369"],["12260.347","12153.146"],["12283.949","12173.526"],["12153.526","12149.589"],["12295.953","12208.970"],["12276.933","12221.291"],["12258.060","12160.462"],["12277.320","12257.803"],["12305.246","12225.613"],["12236.514","12163.418"],["12217.929","12186.226"],["12298.208","12192.188"],["12350.593","12203.319"],["12325.675","12174.601"],["12268.655","12218.735"],["12225.741","12214.814"],["12232.008","12210.966"],["12329.687","12155.322"],["12341.530","12124.741"],["12785.971","15298.798"],["12896.603","15311.987"],["12912.929","15299.175"],["12795.216","15314.128"],["12931.981","15295.587"],["12892.343","15298.032"],["12791.596","15306.379"],["12913.050","15316.017"],["12952.191","15303.117"],["12857.749","15348.604"],["12820.878","15320.967"],["12848.288","15363.396"],["12794.800","15361.451"],["12811.711","15350.661"],["12890.765","15433.304"],["12963.241","15394.541"],["12922.127","15335.169"],["12964.372","15350.697"],["12929.885","15427.791"],["5146.526","14497.285"],["5159.805","14561.883"],["5191.023","14523.952"],["5130.605","14525.195"],["5188.209","14561.537"],["5125.230","14477.866"],["5173.293","14507.074"],["5163.801","14557.259"],["5117.105","14508.815"],["5146.520","14537.857"],["5194.987","14493.696"],["5126.625","14530.233"],["5157.453","14574.154"],["5115.526","14508.502"],["5189.785","14574.168"],["5182.224","14508.775"],["5156.986","14543.926"],["5177.500","14541.643"],["5148.773","14541.213"],["5080.434","14486.458"],["5164.821","14565.286"],["5091.201","14481.367"],["5191.665","14598.491"],["5194.243","14513.237"],["5141.359","14574.256"],["5107.876","14557.312"],["5193.269","14533.991"],["5169.166","14517.498"],["5160.253","14553.563"],["4998.479","14633.222"],["3348.508","16201.333"],["3481.880","16253.201"],["3344.462","16245.858"],["3514.117","16257.280"],["3487.653","16248.775"],["3405.139","16351.244"],["3412.047","16348.403"],["3335.186","16202.060"],["3471.156","16271.731"],["3479.199","16287.850"],["3450.271","16322.045"],["3477.077","16288.791"],["17427.124","18597.782"],["17429.266","18512.522"],["17428.029","18590.284"],["17456.499","18599.450"],["14675.328","18279.730"],["14767.503","18267.419"],["14827.378","18362.250"],["14871.753","18420.103"],["14813.759","18364.364"],["14790.141","18437.923"],["14875.568","18396.321"],["14850.453","18363.159"],["14727.092","18369.202"],["14723.211","18324.412"],["14720.875","18357.790"],["14794.477","18339.870"],["14709.477","18372.191"],["14791.155","18417.575"],["14675.914","18379.383"],["14706.332","18448.593"],["14707.878","18457.527"],["14697.944","18464.150"],["14769.508","18421.830"],["14791.219","18453.325"],["14761.416","18461.913"],["14719.722","18434.134"],["14821.759","18464.778"],["14683.766","18280.588"],["14781.171","18282.927"],["14758.260","18261.309"],["14786.961","18258.105"],["14716.697","18262.035"],["14865.936","18328.416"],["14875.640","18339.415"],["14847.180","18442.515"],["14805.486","18400.566"],["14842.509","18387.866"],["14850.207","18397.048"],["14840.272","18446.132"],["14817.394","18344.810"],["14818.891","18444.645"],["14832.411","18381.392"],["14810.388","18405.768"],["14815.568","18436.107"],["14810.963","18408.757"],["14763.868","18338.681"],["14727.651","18327.203"],["14784.493","18391.382"],["14794.230","18323.702"],["14730.628","18373.892"],["14730.151","18330.275"],["14755.250","18365.585"],["14786.467","18343.785"],["14778.309","18395.808"],["14776.961","18348.657"],["14749.000","18366.741"],["14773.079","18420.647"],["14820.479","18440.955"],["14713.636","18441.269"],["14785.627","18439.089"],["14759.196","18435.505"],["14714.574","18443.713"],["14852.170","18457.445"],["14857.120","18297.846"],["14861.940","18337.896"],["14824.697","18408.510"],["14834.450","18355.942"],["14830.848","18435.975"],["14808.957","18445.487"],["14804.477","18379.045"],["14797.438","18381.572"],["14793.951","18340.118"],["14713.326","18384.528"],["14761.400","18428.370"],["14798.488","18440.079"],["14819.707","18272.192"],["14767.734","18270.953"],["14761.188","18274.917"],["14860.821","18337.499"],["14815.207","18388.592"],["14856.572","18374.472"],["14879.401","18438.782"],["14848.249","18436.371"],["14802.361","18423.076"],["14792.674","18443.274"],["14745.086","18408.425"],["14746.747","18428.128"],["14750.612","18376.320"],["14792.602","18365.651"],["14741.401","18418.632"],["14774.609","18426.295"],["14740.908","18424.809"],["14813.554","18463.994"],["14775.511","18466.504"],["14768.258","18424.274"],["14781.367","18448.420"],["14780.595","18274.323"],["14861.216","18331.273"],["14807.822","18352.886"],["14862.838","18360.962"],["14716.681","18408.591"],["14700.842","18414.239"],["14800.678","18421.968"],["14747.174","18368.425"],["14674.598","18354.990"],["14769.261","18456.760"],["14733.982","18425.645"],["7887.553","10035.925"],["7892.688","10038.383"],["7912.003","10039.047"],["7913.701","10024.002"],["7926.275","10014.373"],["7782.897","10017.816"],["7804.708","10025.828"],["7836.989","10037.999"],["7814.639","10088.688"],["7848.297","10078.890"],["7855.862","10057.301"],["7852.243","10062.954"],["7767.894","10038.684"],["7737.458","10049.820"],["7794.614","10149.691"],["7797.419","10156.863"],["7782.135","10148.969"],["7788.626","10085.423"],["7758.643","10092.056"],["7765.579","10133.879"],["7762.395","10031.396"],["7760.972","10065.813"],["7799.363","10187.292"],["7748.014","10091.664"],["7725.431","10017.591"],["7890.546","10019.988"],["7889.217","10040.662"],["7927.184","10051.450"],["7927.937","10025.167"],["7897.747","10020.171"],["7851.973","10035.385"],["7856.163","10024.702"],["7811.813","10026.027"],["7834.095","10042.342"],["7827.349","10067.320"],["7846.027","10066.851"],["7860.615","10044.997"],["7862.518","10076.589"],["7762.812","10034.440"],["7795.733","10144.852"],["7803.604","10161.504"],["7778.023","10152.355"],["7774.103","10079.841"],["7764.564","10102.296"],["7768.194","10120.980"],["7746.484","10071.951"],["7746.539","10047.564"],["7755.134","10048.159"],["7796.896","10195.071"],["7741.024","10093.134"],["7728.556","10020.365"],["7926.128","10039.931"],["7891.244","10056.825"],["7919.832","10048.576"],["7905.296","10016.422"],["7857.648","10032.115"],["7932.262","10013.944"],["7857.133","10020.094"],["7826.710","10022.743"],["7807.290","10026.786"],["7841.299","10057.437"],["7815.955","10086.458"],["7839.515","10089.314"],["7860.599","10041.860"],["7859.282","10085.184"],["7760.740","10022.482"],["7752.981","10069.969"],["7742.359","10064.469"],["7811.062","10150.847"],["7780.084","10164.592"],["7777.908","10143.899"],["7773.511","10105.241"],["7783.507","10124.663"],["7755.470","10041.866"],["7765.759","10066.524"],["7803.903","10194.955"],["7757.257","10105.009"],["7805.914","10145.662"],["7792.502","10167.466"],["7773.500","10144.378"],["7774.597","10102.582"],["7748.627","10109.942"],["7774.148","10132.789"],["7801.144","10144.357"],["7793.275","10170.983"],["7763.730","10142.958"],["7794.136","10103.986"],["7764.828","10114.121"],["7768.375","10116.009"],["14682.761","12869.887"],["14702.185","12825.725"],["14719.630","12895.174"],["14689.690","12937.710"],["14687.202","12818.970"],["14693.477","12797.371"],["14681.429","12849.309"],["14700.576","12949.937"],["14690.210","12853.029"],["14672.576","12845.635"],["14773.081","12952.164"],["14695.809","12894.827"],["14729.927","12907.640"],["14693.868","12936.348"],["14717.099","12961.144"],["14681.871","12860.081"],["14677.780","12936.198"],["14709.141","12931.599"],["14696.509","12929.305"],["14701.079","12968.265"],["14679.060","12792.546"],["12245.238","17731.043"],["12324.315","17788.726"],["12203.965","17793.375"],["12297.260","17798.740"],["12349.973","17766.579"],["12228.192","17766.703"],["12303.707","17819.599"],["12156.195","17761.716"],["12148.681","17685.242"],["12336.880","17772.491"],["12220.001","17787.264"],["12326.158","17817.336"],["12196.944","17762.774"],["12174.893","17697.559"],["12335.877","17748.071"],["12322.982","17760.997"],["12217.780","17789.890"],["12164.822","17762.708"],["12211.439","17710.243"],["12156.228","17781.402"],["12344.825","17771.698"],["12240.149","17778.280"],["12329.249","17774.324"],["12235.643","17752.734"],["12229.351","17729.318"],["12152.891","17712.278"],["12246.734","17751.142"],["12209.294","17774.911"],["12290.796","17805.495"],["12182.190","17793.393"],["12149.224","17809.076"],["12349.627","17781.459"],["12262.715","17769.332"],["12178.183","17755.131"],["12147.067","17780.956"],["12248.149","17726.765"],["12203.932","17802.871"],["12313.576","17805.776"],["10975.036","14879.335"],["20036.752","7853.677"],["20087.706","7737.922"],["20035.403","7781.819"],["20029.269","7788.739"],["20036.982","7790.704"],["20011.160","7763.487"],["20009.713","7868.871"],["20116.061","7827.418"],["20048.512","7878.136"],["20095.255","7756.303"],["20014.252","7798.582"],["20000.469","7795.543"],["20051.127","7764.891"],["20132.311","7846.922"],["20118.496","7843.273"],["20000.782","7849.218"],["20004.976","7806.328"],["20038.331","7779.821"],["20002.229","7740.052"],["6644.080","15768.255"],["6560.346","15899.439"],["6653.381","15818.328"],["6609.579","15900.184"],["6628.340","15786.653"],["6532.764","15888.720"],["6602.376","15916.084"],["6464.958","15819.940"],["6625.568","15727.449"],["6658.340","15731.889"],["6657.161","15754.495"],["15312.328","5693.587"],["15325.010","5638.549"],["15335.575","5607.781"],["15349.389","5604.154"],["15386.246","5583.391"],["15315.612","5577.791"],["15326.077","5659.289"],["15315.629","5620.252"],["15307.581","5729.847"],["15495.162","5578.175"],["15305.223","5678.558"],["15336.858","5599.044"],["15360.441","5605.871"],["15304.247","5584.909"],["15317.376","5650.816"],["15335.700","5648.573"],["15323.737","5610.326"],["15304.276","5738.270"],["15467.612","5609.719"],["4711.670","19294.855"],["4712.258","19306.227"],["4637.884","19110.800"],["4670.850","19119.262"],["4663.395","19161.058"],["4586.071","19266.363"],["4699.598","19294.476"],["4646.452","19279.456"],["4670.860","19283.733"],["4596.468","19308.895"],["4641.124","19108.753"],["4637.325","19154.087"],["4630.118","19148.673"],["4630.867","19103.094"],["4673.428","19166.525"],["4692.852","19190.554"],["4635.167","19256.404"],["4586.614","19258.568"],["4716.292","19299.893"],["4706.962","19295.674"],["4640.812","19126.639"],["4654.808","19121.056"],["4617.191","19133.363"],["4644.707","19112.835"],["4634.666","19124.729"],["4665.270","19210.521"],["4671.865","19146.062"],["4636.351","19287.816"],["4620.347","19269.699"],["4586.732","19290.596"],["4672.171","19117.360"],["4640.208","19143.402"],["4616.774","19304.671"],["4652.843","19306.835"],["4651.593","19305.820"],["15161.128","16246.899"],["15143.244","16136.999"],["15181.802","16165.562"],["15144.645","16211.380"],["15149.183","16241.352"],["15186.454","16132.570"],["15071.780","16294.977"],["15121.590","16261.992"],["15150.120","16321.732"],["15110.893","16207.714"],["15104.900","16168.033"],["27988.108","10946.266"],["27991.768","10966.938"],["7112.431","15042.132"],["7120.868","15020.481"],["7202.926","15007.531"],["7227.596","15059.015"],["7275.179","14909.509"],["7107.102","15008.656"],["7179.747","15037.467"],["7208.287","15012.701"],["17703.567","18126.745"],["17777.366","18170.874"],["17707.951","18055.289"],["17819.027","18244.169"],["17735.944","18075.686"],["17683.033","18068.353"],["17700.344","18147.487"],["17691.602","18056.528"],["6265.169","19261.921"],["6263.234","19205.383"],["6448.462","19293.829"],["6315.878","19290.999"],["6262.340","19222.268"],["6289.304","19186.325"],["6295.911","19274.170"],["6311.799","19246.986"],["6259.379","19264.911"],["6256.771","19223.501"],["6262.922","19231.560"],["6443.363","19305.142"],["6444.520","19232.190"],["6318.987","19269.381"],["6307.981","19205.687"],["6459.289","19202.273"],["6277.408","19290.273"],["6254.155","19238.407"],["15203.344","15854.869"],["15132.255","15786.721"],["15164.977","15832.099"],["15166.384","15720.094"],["15279.059","15728.822"],["15263.865","15736.489"],["15257.543","15737.965"],["15257.750","15735.020"],["15234.073","15914.130"],["15206.280","15924.034"],["15183.005","15855.197"],["15173.289","15839.376"],["15193.247","15854.601"],["15236.524","15922.685"],["15180.839","15876.155"],["15142.526","15870.873"],["15229.451","15910.480"],["15229.698","15916.690"],["10199.863","14146.503"],["10041.536","14225.128"],["10151.228","14165.438"],["10101.402","14186.058"],["10101.008","14177.767"],["10241.806","14201.492"],["10248.927","14226.711"],["10185.780","14214.394"],["10186.339","14222.305"],["10233.218","14184.906"],["10208.333","14181.851"],["10174.337","14142.963"],["10191.755","14155.498"],["10204.969","14123.164"],["10215.150","14150.612"],["10119.294","14064.456"],["10128.915","14088.271"],["10121.000","14108.375"],["10118.368","14085.154"],["10095.315","14090.149"],["10093.473","14074.476"],["10156.176","14030.013"],["10187.230","14032.382"],["10185.881","14028.055"],["10227.954","14031.574"],["10115.366","14223.568"],["10216.080","14149.161"],["10199.994","14129.062"],["10142.906","14190.458"],["10133.277","14161.334"],["10106.468","14174.216"],["10099.815","14095.148"],["10096.180","14115.528"],["10049.076","14083.864"],["10077.218","14070.965"],["10120.469","14210.683"],["10120.454","14221.503"],["10242.149","14141.119"],["10129.205","14189.451"],["10106.386","14168.915"],["10059.575","14116.873"],["10059.010","14084.260"],["10207.030","14219.894"],["10202.099","14198.564"],["10189.814","14173.632"],["10231.679","14148.614"],["10129.754","14078.924"],["10085.260","14102.545"],["10097.996","14081.132"],["10125.173","14211.790"],["10125.781","14231.540"],["10241.214","14204.762"],["10243.006","14208.181"],["10214.037","14212.445"],["10196.865","14206.731"],["10198.464","14203.453"],["10199.073","14167.334"],["10194.961","14205.286"],["10213.415","14185.501"],["10183.466","14169.685"],["10160.472","14169.899"],["10173.844","14144.334"],["10170.259","14171.039"],["10213.834","14114.394"],["10196.597","14130.447"],["10230.314","14150.298"],["10217.074","14134.592"],["10142.073","14077.487"],["10107.172","14062.821"],["10120.840","14072.086"],["10128.997","14087.611"],["10091.773","14110.918"],["10122.332","14081.752"],["10091.855","14113.115"],["10070.184","14067.969"],["10089.411","14067.210"],["10094.082","14080.851"],["10066.269","14076.161"],["10042.731","14035.577"],["10055.017","14050.573"],["10056.300","14052.967"],["10126.982","14033.019"],["10192.526","14044.141"],["10238.629","14028.585"],["10238.497","14032.532"],["5418.196","19309.566"],["5580.665","19245.426"],["5581.438","19293.661"],["10565.738","15366.975"],["10579.233","15376.044"],["10503.287","15311.746"],["10608.220","15330.197"],["10588.954","15395.825"],["10612.664","15368.511"],["10607.477","15367.481"],["10610.900","15361.981"],["10616.569","15389.408"],["10610.853","15387.699"],["10640.693","15417.061"],["10644.795","15302.570"],["10669.739","15502.825"],["10570.673","15357.148"],["10533.219","15303.715"],["10503.221","15307.221"],["10608.793","15338.690"],["10619.813","15305.450"],["10578.075","15400.255"],["10645.034","15422.134"],["10669.422","15493.942"],["10651.214","15424.549"],["10631.822","15502.077"],["10654.062","15495.649"],["10642.496","15464.684"],["10527.960","15329.683"],["4739.878","15368.483"],["4719.630","15414.986"],["4654.588","15501.717"],["4631.934","15439.295"],["4593.571","15427.508"],["4567.137","15415.665"],["4758.103","15301.111"],["4748.712","15308.295"],["4752.526","15362.091"],["4735.881","15383.379"],["4680.880","15408.743"],["4725.238","15363.739"],["4651.841","15500.313"],["4679.555","15477.555"],["4633.628","15469.187"],["4644.928","15452.953"],["4575.890","15436.840"],["4620.462","15460.853"],["4570.377","15428.976"],["4743.909","15338.089"],["4717.921","15380.770"],["4727.970","15342.157"],["4684.975","15404.813"],["4680.156","15375.102"],["4657.614","15492.055"],["4647.362","15433.184"],["4635.503","15406.248"],["4610.528","15433.883"],["4583.439","15421.134"],["4684.087","15361.443"],["4654.796","15414.026"],["4581.104","15419.284"],["4630.728","15345.922"],["4705.112","15319.733"],["4759.602","15373.804"],["4735.987","15445.312"],["4692.419","15486.469"],["4652.074","15477.964"],["4749.354","15330.179"],["11065.540","16716.123"],["11050.803","16711.084"],["11044.950","16694.734"],["11033.540","16701.355"],["11065.384","16673.592"],["11046.536","16656.243"],["11053.563","16616.209"],["10937.289","16711.761"],["10909.728","16675.289"],["10934.172","16770.989"],["10904.166","16668.661"],["10950.895","16717.255"],["10988.300","16712.470"],["10929.538","16667.583"],["10997.745","16567.581"],["11045.130","16630.069"],["11060.523","16580.598"],["11074.479","16682.141"],["10962.916","16589.159"],["10978.592","16586.373"],["10953.587","16599.075"],["10892.582","16717.674"],["11059.962","16602.404"],["11063.512","16599.934"],["11083.730","16625.367"],["11088.385","16586.554"],["11078.736","16571.542"],["11056.934","16761.823"],["11089.958","16752.602"],["11014.757","16568.664"],["5406.050","8184.304"],["5390.395","8227.685"],["5392.637","8110.460"],["5290.418","8293.011"],["5247.106","8260.898"],["5223.544","8222.570"],["5223.484","8195.287"],["5238.653","8154.719"],["5237.111","8119.631"],["5402.457","8170.962"],["5391.295","8182.727"],["5407.135","8262.170"],["5396.272","8115.002"],["5317.661","8284.654"],["5203.865","8274.569"],["5236.775","8290.777"],["5255.005","8207.285"],["5235.133","8177.042"],["5266.277","8169.845"],["5227.662","8116.853"],["5386.567","8261.335"],["5322.310","8273.622"],["5247.105","8245.511"],["5231.028","8199.135"],["5229.333","8260.217"],["5304.256","8243.268"],["5292.480","8218.172"],["5353.182","8227.819"],["5400.677","8314.374"],["5388.799","8210.921"],["5369.888","8188.635"],["5376.504","8298.262"],["5349.204","8315.822"],["5210.297","8307.112"],["5239.991","8224.197"],["5269.781","8235.232"],["5320.107","8204.746"],["5381.685","8198.011"],["5405.629","8156.348"],["5298.771","8299.837"],["5371.481","8292.502"],["8370.353","16816.684"],["10373.072","19074.121"],["10332.431","19100.628"],["10361.181","19099.885"],["10412.108","19061.142"],["10410.480","19074.206"],["10438.560","19062.906"],["10432.157","19068.277"],["4300.427","15557.805"],["4177.362","15508.112"],["4224.142","15548.064"],["4250.548","15586.266"],["4250.153","15603.277"],["4313.597","15637.556"],["4334.012","15643.023"],["4269.670","15531.744"],["4306.512","15564.956"],["4211.790","15516.173"],["4194.405","15514.555"],["4236.272","15599.561"],["4246.156","15613.451"],["4286.929","15594.821"],["4289.726","15611.138"],["4302.462","15655.442"],["4285.670","15642.461"],["4337.054","15657.111"],["4282.614","15513.610"],["4262.959","15510.126"],["4190.359","15527.519"],["4278.591","15566.712"],["4294.002","15621.576"],["4243.048","15627.802"],["4257.275","15572.047"],["4321.426","15670.983"],["4334.189","15617.788"],["4340.031","15636.731"],["4351.283","15621.000"],["4355.182","15698.256"],["4354.957","15580.424"],["4350.368","15625.960"],["4348.756","15651.327"],["4191.071","15508.739"],["4149.854","15537.971"],["4250.557","15514.171"],["4255.326","15526.904"],["4229.839","15580.843"],["4235.168","15562.544"],["4273.514","15513.458"],["4264.188","15544.919"],["4334.199","15526.345"],["4305.142","15609.118"],["4277.691","15605.864"],["3767.560","12554.113"],["3772.214","12561.060"],["3802.888","12560.188"],["3832.434","12554.602"],["3828.525","12555.155"],["3807.763","12578.082"],["3747.930","12648.743"],["3725.069","12563.079"],["3752.921","12567.407"],["3783.349","12566.278"],["3842.171","12559.673"],["3792.312","12551.716"],["3830.383","12555.964"],["3810.509","12570.733"],["3740.084","12647.488"],["3729.658","12564.698"],["3728.062","12578.261"],["3755.816","12561.660"],["3767.247","12549.400"],["3798.628","12548.925"],["3826.781","12554.973"],["3808.355","12568.338"],["3732.811","12624.342"],["3760.463","12652.261"],["3729.395","12574.108"],["3729.787","12552.143"],["3742.735","12653.822"],["2323.148","11346.423"],["2280.179","11327.330"],["2367.589","11454.116"],["2254.989","11447.086"],["2278.253","11391.174"],["2318.701","11299.755"],["2385.964","11312.662"],["2297.712","11357.940"],["2276.008","11314.818"],["2322.169","11475.264"],["2380.390","11337.123"],["2354.717","11400.851"],["2271.741","11343.052"],["2432.235","11368.553"],["2359.810","11481.960"],["2333.673","11292.460"],["2363.999","11314.483"],["2331.675","11368.727"],["2420.003","11359.774"],["2351.304","11452.811"],["2443.095","11334.241"],["2380.630","11471.276"],["2266.985","11291.954"],["2376.729","11388.343"],["2389.032","11391.514"],["13608.899","16103.959"],["13520.349","15998.745"],["13510.411","16006.399"],["13497.119","16010.952"],["13523.807","16017.084"],["13509.526","15949.495"],["13510.226","15940.230"],["13497.682","15938.068"],["13508.736","15955.135"],["13489.759","15950.633"],["13489.470","15977.085"],["13476.840","15971.435"],["13467.619","15957.807"],["13590.407","16031.895"],["13582.283","16026.777"],["13587.203","16044.403"],["13575.636","16057.692"],["13572.548","16064.954"],["13562.293","16059.538"],["13545.944","16074.339"],["13556.030","16029.304"],["13515.740","16060.374"],["13524.218","16065.208"],["13493.090","16049.979"],["13549.909","16018.226"],["13557.444","16097.913"],["13564.799","16100.976"],["13485.770","16047.221"],["13479.322","16030.758"],["13506.810","15978.094"],["13464.161","15969.057"],["13454.286","15970.649"],["13444.103","15964.782"],["13443.978","15960.330"],["13441.980","15958.161"],["13419.170","15956.351"],["13417.682","15947.421"],["13410.548","15954.425"],["13424.431","15933.187"],["13612.459","16070.919"],["13611.749","16061.204"],["13606.185","16056.471"],["13601.670","16075.702"],["13606.637","16065.391"],["13593.235","16093.108"],["13608.453","16112.338"],["13581.156","16110.550"],["13576.077","16106.956"],["13435.220","16014.893"],["13445.979","16008.209"],["13422.814","16027.839"],["13413.812","16025.701"],["13449.231","16012.510"],["13456.616","16014.359"],["13443.074","15977.583"],["13456.448","15955.411"],["13470.715","15966.278"],["13489.398","15979.144"],["13448.612","16015.037"],["13438.445","16006.127"],["13431.410","16024.815"],["13479.775","16037.500"],["13519.331","16062.591"],["13541.879","16084.017"],["13600.883","16096.323"],["13605.783","16081.019"],["13432.724","16065.220"],["13442.128","16066.011"],["13501.502","16082.869"],["13538.007","16110.776"],["13503.003","16105.525"],["13455.441","16065.459"],["13495.345","16088.024"],["13410.948","16052.328"],["9060.655","19115.483"],["9048.928","19115.681"],["19110.039","14559.334"],["19162.304","14529.180"],["9004.174","14408.277"],["8995.589","14417.839"],["9102.794","14314.231"],["9079.342","14309.765"],["9043.133","14395.841"],["9030.019","14419.436"],["9016.188","14362.585"],["9062.112","14350.998"],["9020.401","14436.711"],["9038.801","14333.379"],["9059.533","14328.366"],["8990.362","14345.360"],["9073.118","14300.308"],["9053.755","14347.017"],["9090.907","14332.586"],["9031.388","14297.631"],["8990.704","14415.874"],["8988.469","14426.228"],["8991.721","14408.278"],["4925.850","19370.609"],["4881.268","19357.455"],["4970.356","19500.400"],["4921.674","19415.777"],["4970.954","19496.242"],["4947.166","19313.763"],["4932.413","19367.752"],["4860.182","19336.448"],["4841.432","19336.712"],["4797.234","19369.267"],["4788.714","19369.135"],["4977.872","19488.856"],["4936.348","19459.280"],["4949.934","19397.662"],["4960.720","19472.210"],["4932.184","19437.363"],["4949.079","19523.476"],["4938.696","19352.872"],["4934.304","19341.063"],["4876.252","19343.582"],["4865.265","19357.455"],["4797.974","19407.318"],["4975.537","19467.915"],["4980.964","19448.245"],["4987.516","19418.685"],["4987.434","19397.364"],["4944.799","19411.335"],["4897.118","19431.203"],["4952.106","19514.310"],["4952.574","19509.370"],["4921.607","19354.474"],["4824.736","19344.893"],["4932.313","19476.733"],["4962.028","19348.426"],["4968.523","19386.731"],["4934.231","19401.776"],["4947.110","19448.765"],["4904.709","19419.318"],["4911.779","19428.828"],["4856.886","19383.235"],["4878.185","19432.401"],["4815.920","19373.188"],["4831.808","19405.608"],["4793.214","19412.471"],["4905.252","19492.304"],["14547.196","8372.478"],["14537.422","8508.821"],["14618.403","8468.786"],["14531.144","8370.909"],["14538.162","8493.247"],["14642.614","8481.552"],["14464.101","8488.661"],["14492.640","8411.586"],["14616.430","8500.379"],["14511.061","8409.868"],["14528.573","8487.731"],["14651.035","8475.524"],["14512.783","8432.717"],["14480.042","8389.868"],["14527.406","8481.653"],["14603.190","8470.933"],["14540.825","8415.580"],["14577.667","8461.773"],["14546.006","8434.457"],["8715.900","15830.836"],["8703.428","15829.901"],["8668.024","15805.959"],["8663.877","15926.562"],["8650.112","15900.402"],["8661.477","15858.235"],["8763.166","15889.522"],["8628.657","15893.283"],["8577.829","15872.904"],["8737.374","15907.033"],["8760.328","15899.449"],["8758.195","15914.181"],["8582.825","15899.457"],["15878.307","17918.415"],["15852.913","17956.324"],["15808.011","17933.237"],["15815.762","17996.930"],["15869.337","17875.782"],["15755.851","17995.975"],["15769.331","17964.643"],["15784.502","17996.388"],["15836.596","17925.078"],["15799.216","17990.126"],["15765.703","17997.049"],["15928.078","17853.583"],["15926.825","17992.277"],["8919.717","15407.367"],["8926.221","15435.829"],["8894.532","15435.690"],["8879.330","15399.845"],["8882.177","15447.899"],["8939.558","15415.353"],["8937.442","15413.669"],["14974.427","9260.232"],["14968.932","9312.509"],["14954.082","9204.456"],["14904.009","9291.419"],["14947.174","9262.115"],["14944.114","9216.446"],["14941.180","9317.051"],["14962.799","9231.508"],["14975.076","9369.239"],["14944.370","9300.255"],["14953.817","9271.534"],["14995.578","9195.868"],["14947.150","9329.735"],["9880.596","14456.206"],["9884.622","14464.335"],["9894.046","14458.604"],["16114.308","18470.869"],["16041.049","18489.257"],["16130.739","18517.062"],["16091.101","18537.657"],["16077.302","18561.026"],["16137.877","18487.549"],["16106.611","18496.286"],["28483.828","8987.722"],["28494.930","8964.766"],["5621.676","19571.986"],["5641.477","19588.945"],["5645.703","19704.887"],["5704.918","19729.508"],["5655.535","19641.922"],["5700.297","19579.584"],["5757.646","19626.852"],["5777.764","19704.270"],["5637.630","19530.219"],["5662.579","19602.371"],["5663.023","19625.063"],["5624.601","19716.993"],["5641.525","19669.941"],["5639.973","19733.248"],["5669.430","19712.620"],["5678.910","19734.418"],["5712.368","19684.591"],["5670.197","19730.289"],["5681.670","19595.349"],["5683.857","19611.071"],["5714.326","19523.515"],["5723.306","19526.108"],["5766.396","19592.417"],["5760.870","19603.384"],["5752.353","19708.118"],["5763.850","19689.786"],["5633.156","19562.506"],["5646.018","19537.634"],["5655.211","19630.563"],["5658.400","19726.605"],["5637.166","19690.635"],["5652.604","19729.003"],["5713.696","19721.585"],["5677.434","19700.545"],["5695.601","19614.870"],["5660.700","19655.233"],["5717.616","19578.032"],["5729.244","19540.790"],["5770.549","19533.511"],["5755.640","19631.014"],["5766.248","19619.486"],["5788.077","19714.641"],["5756.777","19730.347"],["5682.571","19708.382"],["5725.006","19734.000"],["5673.032","19657.739"],["5723.536","19667.237"],["5725.625","19671.465"],["5772.597","19712.589"],["5755.048","19689.815"],["5744.071","19628.264"],["5709.005","19599.610"],["5735.894","19557.838"],["5755.006","19550.967"],["5637.391","19622.084"],["5635.121","19641.968"],["5624.789","19689.021"],["5713.406","19733.123"],["5632.340","19694.301"],["5649.840","19714.483"],["5703.669","19571.480"],["5667.025","19556.071"],["5808.885","19731.462"]] \ No newline at end of file diff --git a/src/gathering/10236.json b/src/gathering/10236.json new file mode 100644 index 0000000..4f953ef --- /dev/null +++ b/src/gathering/10236.json @@ -0,0 +1 @@ +[["11993.209","17450.535"],["11997.718","17442.038"],["11989.669","17427.340"],["12015.387","17432.538"],["12071.242","17440.233"],["12071.656","17461.666"],["12083.510","17438.922"],["12110.163","17420.271"],["12133.113","17422.600"],["12137.977","17460.848"],["12126.765","17418.431"],["12111.809","17413.359"],["12141.035","17409.834"],["12022.319","17433.325"],["11968.494","17445.173"],["11981.899","17479.438"],["11977.876","17435.851"],["12084.945","17451.460"],["12084.859","17416.213"],["12119.890","17414.979"],["12046.495","17412.103"],["11963.098","17473.240"],["12010.778","17441.840"],["11999.652","17421.559"],["12085.455","17443.169"],["12087.162","17419.236"],["12143.683","17413.797"],["12143.206","17410.428"],["12025.658","17435.340"],["12030.673","17415.455"],["25383.286","17429.588"],["25342.819","17418.457"],["13985.102","14585.336"],["13967.500","14553.220"],["13996.552","14612.402"],["14002.384","14640.176"],["13977.891","14659.384"],["13871.905","14457.116"],["13841.977","14456.662"],["13839.704","14465.572"],["13966.361","14643.331"],["13959.517","14607.478"],["9496.595","19023.291"],["9502.784","19005.469"],["9549.623","18974.599"],["9576.075","19044.991"],["9509.104","19096.020"],["9434.243","18953.237"],["9419.689","18962.630"],["9409.843","18994.803"],["9532.055","19018.964"],["9615.935","19072.270"],["9546.123","18974.520"],["9556.761","18928.984"],["9506.226","19072.618"],["9448.593","19063.279"],["9432.089","18941.445"],["9412.420","18960.467"],["9420.369","18974.886"],["9470.098","19038.964"],["9543.031","18965.172"],["9575.988","18971.511"],["9572.391","19067.716"],["9548.072","19096.573"],["9510.354","19081.751"],["9448.922","19083.081"],["9417.566","18951.123"],["9426.252","18966.544"],["9409.744","18989.766"],["9472.878","19036.817"],["9550.528","18946.985"],["9602.034","19008.641"],["9568.262","19031.134"],["9521.510","19060.305"],["9438.215","19083.989"],["9413.982","18964.232"],["19634.524","15848.814"],["19590.437","15742.676"],["19526.399","15883.557"],["21426.804","15968.079"],["21443.479","15997.887"],["21584.649","15982.577"],["21589.778","16049.315"],["21583.458","16003.794"],["21533.870","16016.188"],["21487.428","16084.748"],["21438.157","16062.899"],["7234.397","19171.852"],["7235.807","19101.455"],["7265.006","19158.343"],["7249.606","19114.701"],["7245.231","19135.295"],["21418.149","12681.172"],["21636.433","6585.304"],["21639.706","6580.317"],["21772.763","6429.349"],["21793.240","6545.765"],["21669.918","6541.537"],["13824.317","13457.145"],["13636.389","13432.809"],["13716.346","13488.103"],["13649.237","13496.658"],["13739.328","13445.435"],["13767.627","13393.029"],["13771.296","13413.076"],["13821.290","13497.657"],["13822.869","13451.083"],["13828.474","13448.378"],["13828.506","13447.618"],["13818.309","13443.010"],["13787.608","13458.623"],["13710.299","13589.355"],["13824.259","13490.538"],["13721.024","18622.238"],["13784.718","18614.213"],["13643.797","18553.176"],["13623.973","18631.469"],["13649.676","18516.219"],["13791.955","18628.069"],["13650.376","18603.944"],["13726.416","18664.969"],["13626.930","18483.518"],["13786.429","18593.123"],["13667.152","18578.147"],["13665.688","18586.818"],["13704.738","18659.272"],["13633.969","18507.730"],["13633.130","18496.450"],["13766.106","18582.568"],["13674.905","18640.768"],["13819.751","18589.506"],["13797.975","18590.645"],["13647.728","18572.086"],["13658.961","18543.796"],["13746.662","18664.722"],["13753.587","18662.327"],["13696.454","18677.707"],["13628.940","18669.388"],["13662.440","18498.927"],["10457.804","16373.532"],["7708.027","17143.892"],["7700.290","17192.011"],["7696.796","17077.511"],["7707.571","17083.244"],["7721.021","17168.153"],["7724.327","17165.444"],["7535.564","17177.031"],["7712.975","17113.722"],["7711.646","17163.611"],["7706.119","17144.817"],["7703.629","17175.661"],["7660.170","17079.312"],["7603.763","17004.100"],["7614.741","17038.932"],["7723.625","17120.325"],["16610.420","18819.526"],["16582.673","18849.369"],["14461.048","15982.912"],["14394.090","15928.698"],["14458.451","16061.451"],["14448.611","16119.649"],["14395.907","16112.574"],["14374.254","16097.224"],["14431.464","15978.686"],["14346.265","15954.037"],["14392.537","15986.647"],["14321.497","15941.837"],["14437.509","16126.437"],["14393.851","16115.547"],["14367.182","16106.571"],["14429.983","15981.179"],["14354.823","15944.723"],["14391.744","15947.080"],["14389.312","16130.361"],["14376.507","16097.290"],["14432.467","15976.175"],["16948.302","7371.189"],["16966.455","7442.807"],["16952.730","7338.710"],["16904.829","7345.485"],["16832.378","7395.565"],["16779.474","7430.790"],["16780.267","7411.488"],["16930.018","7471.167"],["16797.780","7271.275"],["12762.686","13429.191"],["21800.755","16672.687"],["21815.505","16659.996"],["10958.950","17622.032"],["10927.211","17637.050"],["11063.156","17622.534"],["11067.296","17657.474"],["11089.366","17640.905"],["11062.599","17677.914"],["11078.353","17695.288"],["11059.076","17694.461"],["11069.920","17714.042"],["11059.626","17731.891"],["11069.565","17758.700"],["11037.900","17740.707"],["10992.229","17737.348"],["10964.830","17739.221"],["10984.428","17722.247"],["10976.670","17693.241"],["10912.724","17631.550"],["10973.795","17631.108"],["10962.048","17623.414"],["10946.717","17636.819"],["11052.514","17634.375"],["11085.074","17637.321"],["11064.408","17663.711"],["11082.120","17705.990"],["11062.102","17678.210"],["11082.140","17712.605"],["11042.784","17717.787"],["11064.351","17740.434"],["11048.558","17751.541"],["11004.334","17748.644"],["10952.198","17751.575"],["10981.928","17722.560"],["10957.723","17708.336"],["10919.418","17630.096"],["10945.533","17634.771"],["11064.258","17627.125"],["11052.073","17671.629"],["11089.406","17703.645"],["11055.984","17699.416"],["11085.841","17720.186"],["11063.129","17738.844"],["11070.206","17746.511"],["11040.548","17747.659"],["11001.160","17750.593"],["10967.905","17731.624"],["10980.448","17722.379"],["10966.736","17699.435"],["12335.117","18615.373"],["12218.253","18632.406"],["12270.734","18468.323"],["12173.884","18502.192"],["12336.816","18571.854"],["12324.804","18674.616"],["12193.631","18626.097"],["12269.221","18474.615"],["12177.174","18513.720"],["12308.922","18571.936"],["12343.702","18677.010"],["12355.364","18624.225"],["12151.278","18673.263"],["12191.033","18625.041"],["12180.605","18660.879"],["12221.614","18504.868"],["12203.884","18503.546"],["12342.606","18562.803"],["12290.363","18655.061"],["12225.792","18482.522"],["12173.451","18632.291"],["12201.181","18634.884"],["12257.263","18509.149"],["12248.217","18515.821"],["12218.292","18523.117"],["12307.441","18535.784"],["12340.599","18565.925"],["16980.500","4576.605"],["16935.902","4551.415"],["16967.723","4521.670"],["16947.826","4560.961"],["16974.045","4540.779"],["7740.001","17213.345"],["7754.347","17201.108"],["7770.528","17207.733"],["7745.807","17223.948"],["7729.096","17205.797"],["21898.038","6579.373"],["22028.778","6514.402"],["21928.005","6560.744"],["31662.136","13864.737"],["31519.235","13998.139"],["31533.618","13935.903"],["31569.671","13882.599"],["31622.753","13848.686"],["31666.622","13896.532"],["31626.359","13916.991"],["31627.897","13946.886"],["31528.968","13954.504"],["31577.907","13991.884"],["8823.234","14163.378"],["8829.884","14238.138"],["8828.749","14124.546"],["8904.273","14036.081"],["8942.329","14203.768"],["12381.066","17272.090"],["12506.621","17202.346"],["12376.545","17322.243"],["12391.664","17325.336"],["12496.922","17303.992"],["12489.334","17317.016"],["12524.055","17301.893"],["12523.617","17316.645"],["12527.617","17333.476"],["12423.228","17342.445"],["12443.149","17346.876"],["12419.824","17298.813"],["12453.825","17316.837"],["12492.581","17236.026"],["12450.392","17248.621"],["12378.178","17219.150"],["12407.414","17303.424"],["12460.223","17293.171"],["12463.656","17319.958"],["12498.298","17307.933"],["12522.229","17291.472"],["12510.558","17316.695"],["12546.224","17318.123"],["12542.502","17321.288"],["12518.388","17333.968"],["12427.932","17335.343"],["12543.776","17208.060"],["12393.960","17300.083"],["12557.289","17208.630"],["12522.877","17246.051"],["12428.418","17261.057"],["12499.072","17320.751"],["12403.671","17315.031"],["12524.910","17207.565"],["12562.865","17217.201"],["12469.594","17314.640"],["12499.926","17317.115"],["12526.538","17301.893"],["12503.190","17323.681"],["12534.135","17305.885"],["12534.278","17334.186"],["12432.175","17321.008"],["12445.638","17282.247"],["15953.931","15084.641"],["16066.021","15253.110"],["21097.602","15607.562"],["21072.575","15519.819"],["21031.961","15570.558"],["21094.162","15613.131"],["21105.786","15622.477"],["21089.227","15595.679"],["21087.642","15559.227"],["21191.932","15527.435"],["21191.370","15529.810"],["21166.417","15553.960"],["21053.495","15670.934"],["7975.375","14670.647"],["14923.447","19309.494"],["14938.004","19112.185"],["7585.618","12362.627"],["7602.374","12340.407"],["7697.676","12348.173"],["7579.644","12350.380"],["7623.343","12441.075"],["7716.446","12348.642"],["7572.949","12340.903"],["7630.861","12396.022"],["7601.796","12424.353"],["7644.132","12404.155"],["7673.361","12408.070"],["7700.160","12426.834"],["7697.413","12423.647"],["13624.056","18436.334"],["13645.380","18419.060"],["13668.366","18441.189"],["13645.808","18386.475"],["13639.114","18385.352"],["13651.979","18456.764"],["8781.205","18427.666"],["8859.919","18410.813"],["8797.092","18444.741"],["8900.993","18459.481"],["8778.737","18427.864"],["8875.660","18413.866"],["8807.975","18440.120"],["8844.542","18466.190"],["8903.707","18305.259"],["8794.527","18395.676"],["8825.915","18459.094"],["8824.087","18361.078"],["8815.189","18355.711"],["8809.597","18347.923"],["8807.320","18339.700"],["8821.894","18359.275"],["10633.749","15522.996"],["5512.653","17446.467"],["5409.803","17514.438"],["27762.412","16551.549"],["27809.287","16388.009"],["27748.885","16464.162"],["27805.040","16487.540"],["27766.366","16374.528"],["27758.848","16363.474"],["27779.075","16409.413"],["18686.621","13832.857"],["18765.305","13879.942"],["11127.384","17689.075"],["11154.152","17669.938"],["11176.787","17669.519"],["11196.415","17689.649"],["11193.883","17722.464"],["11189.437","17706.210"],["11161.192","17760.956"],["11172.277","17767.215"],["11160.684","17731.282"],["11140.191","17714.222"],["11228.916","17632.797"],["11192.727","17645.347"],["11292.858","17663.253"],["11271.334","17684.405"],["11301.868","17693.238"],["11302.628","17723.296"],["11115.584","17623.278"],["11110.756","17696.177"],["11138.492","17689.380"],["11136.548","17670.416"],["11159.415","17672.085"],["11186.014","17684.383"],["11189.260","17681.458"],["11179.075","17711.627"],["11195.737","17774.704"],["11183.050","17761.121"],["11169.632","17731.943"],["11160.618","17706.641"],["11232.008","17627.875"],["11197.839","17632.240"],["11290.687","17662.345"],["11289.598","17702.982"],["11296.806","17718.771"],["11108.512","17621.593"],["11094.322","17626.360"],["11094.580","17645.216"],["11108.486","17713.254"],["11135.235","17672.782"],["11139.903","17666.618"],["11159.695","17687.213"],["11181.442","17668.528"],["11196.941","17679.757"],["11196.005","17717.526"],["11182.002","17697.622"],["11166.719","17746.026"],["11179.794","17757.190"],["11170.207","17736.303"],["11150.980","17728.871"],["11189.964","17630.103"],["11272.403","17674.480"],["11296.983","17702.503"],["11299.372","17728.135"],["17435.346","17032.613"],["17564.026","17064.908"],["17512.001","17011.859"],["17522.897","17029.280"],["14906.230","9426.217"],["14925.655","9416.391"],["17451.924","4148.322"],["17449.255","4232.453"],["17502.731","4188.171"],["17480.608","4301.676"],["17506.531","4176.296"],["17471.809","4162.607"],["17498.771","4234.246"],["17499.738","4193.770"],["17511.575","4284.628"],["17449.548","4184.214"],["17476.693","4297.333"],["14077.435","16996.029"],["14101.391","17004.939"],["14146.661","17012.539"],["14174.868","17000.152"],["14237.183","17046.440"],["14244.676","17085.271"],["14229.205","17116.102"],["14250.664","17186.965"],["14092.550","17007.871"],["14103.201","16995.029"],["14202.121","17018.553"],["14229.239","17062.856"],["14156.054","17194.217"],["14183.094","17023.489"],["14237.413","17061.651"],["14245.728","17079.788"],["14263.467","17115.108"],["14206.851","17146.419"],["10241.487","13563.129"],["10132.567","13449.146"],["10087.926","13486.283"],["10105.254","13485.923"],["10096.901","13428.202"],["10153.257","13399.028"],["10239.636","13446.762"],["10127.266","13601.059"],["10093.094","13439.883"],["9809.680","12106.586"],["9815.815","12106.917"],["9701.205","11931.108"],["9741.322","11966.890"],["9827.043","12097.676"],["9810.247","12096.869"],["9625.358","11973.074"],["9691.698","11940.092"],["9744.447","11957.377"],["9794.124","12081.567"],["9662.846","12114.320"],["9706.657","11990.519"],["9750.867","12027.876"],["9793.976","12096.571"],["9784.777","11957.068"],["9666.190","12078.867"],["9761.098","11975.771"],["9760.983","12021.667"],["6458.305","7603.191"],["6300.971","7564.914"],["6287.094","7562.416"],["6273.217","7567.841"],["6254.086","7585.826"],["17428.383","17476.381"],["17569.817","17473.594"],["17599.973","17524.482"],["17481.642","17610.279"],["17611.922","17502.350"],["17445.118","17432.515"],["17588.465","17540.024"],["17562.046","17511.129"],["17424.905","17556.685"],["17518.834","17461.082"],["17567.592","17516.872"],["17601.891","17494.747"],["10226.543","16060.604"],["10202.050","16090.681"],["6496.262","14735.209"],["6640.966","14685.671"],["27395.057","10135.310"],["27380.945","10148.803"],["27401.570","10140.380"],["27486.177","10197.172"],["27419.239","10117.849"],["27368.569","10103.233"],["27313.549","10060.173"],["27309.870","10100.860"],["21458.214","15180.037"],["21431.957","15111.491"],["28169.779","16571.761"],["28169.385","16577.298"],["28209.930","16596.067"],["26986.272","15501.379"],["27035.392","15417.493"],["26901.228","15434.709"],["26960.472","15324.816"],["26934.785","15367.634"],["27088.091","15369.385"],["26971.381","15309.797"],["27025.678","15351.084"],["27060.136","15358.781"],["14895.205","12904.467"],["14935.792","12817.887"],["15016.604","12905.628"],["15018.782","12859.084"],["15072.067","12867.244"],["15045.141","12891.015"],["15080.463","12922.752"],["15056.176","12813.971"],["15004.527","12885.763"],["12253.591","16976.904"],["12339.539","16943.057"],["12326.040","16942.695"],["12236.124","16904.142"],["12286.893","16939.439"],["12196.913","16940.756"],["12233.621","16924.903"],["12251.502","16978.539"],["12280.224","16959.305"],["12341.994","16902.254"],["12228.788","16908.799"],["12323.710","16948.190"],["12219.271","16969.687"],["12170.584","16959.064"],["12154.974","16983.779"],["14310.897","16096.422"],["14281.330","16102.623"],["14307.840","16109.513"],["14295.466","16122.982"],["14287.783","16135.636"],["14258.013","16064.222"],["14256.241","16110.471"],["14320.617","16112.511"],["14294.949","16092.582"],["14254.548","16090.682"],["14278.641","16130.810"],["14251.554","16107.383"],["14317.113","16093.816"],["14316.259","16088.264"],["14287.564","16083.994"],["14271.291","16098.411"],["14304.287","16111.627"],["14292.308","16117.086"],["14287.422","16131.739"],["14263.004","16137.278"],["14266.780","16074.792"],["4296.657","11302.624"],["4280.720","11329.643"],["4316.897","11390.540"],["4355.499","11352.439"],["4286.306","11290.398"],["10481.146","12493.271"],["10496.183","12495.570"],["10462.267","12534.276"],["10463.086","12491.101"],["10478.090","12529.926"],["10462.946","12476.327"],["10488.287","12528.033"],["10467.795","12504.567"],["22442.874","14612.095"],["17754.679","17725.621"],["17644.974","17747.129"],["16662.341","14238.186"],["9687.645","18432.857"],["9736.984","18458.992"],["20783.811","7713.080"],["20954.925","7827.233"],["20952.425","7818.166"],["20863.589","7746.458"],["20917.635","7734.749"],["20963.330","7812.716"],["20883.231","7857.918"],["20875.867","7806.738"],["20876.109","7845.366"],["20854.008","7807.729"],["14149.553","15778.381"],["14159.487","15807.828"],["14218.768","15822.458"],["14222.392","15846.102"],["14182.668","15767.281"],["14190.695","15754.305"],["14218.356","15912.635"],["14232.227","15870.066"],["14227.020","15886.244"],["14137.356","15735.107"],["14238.423","15732.855"],["14217.457","15870.911"],["14233.350","15811.091"],["14045.111","15859.132"],["14134.655","15731.619"],["14207.458","15783.271"],["14149.271","15808.809"],["14200.583","15849.801"],["14118.949","15745.300"],["14232.172","15918.812"],["14247.481","15896.897"],["14052.083","15848.675"],["14137.619","15737.138"],["14164.949","15737.904"],["14224.316","15845.891"],["14238.821","15852.210"],["14044.650","15812.484"],["14095.221","15792.326"],["14229.031","15923.205"],["14248.430","15917.819"],["14241.642","15876.946"],["14140.856","15728.547"],["14146.797","15743.480"],["14249.640","15728.314"],["14234.809","15858.558"],["14247.011","15857.694"],["14220.665","15765.649"],["14143.606","15796.878"],["14097.572","15816.948"],["14152.655","15738.466"],["6639.688","18800.202"],["6620.886","18807.117"],["6349.064","11711.917"],["6325.560","11702.586"],["6334.924","11731.384"],["6374.493","11706.089"],["6326.931","11708.692"],["20382.388","15123.880"],["20382.562","15160.229"],["20477.971","15184.649"],["20440.261","15101.837"],["20373.722","15212.018"],["20375.000","15244.846"],["20366.788","15193.229"],["23920.095","16621.456"],["23766.793","16609.697"],["23832.121","16701.332"],["23773.374","16710.714"],["23813.283","16612.753"],["23919.822","16623.674"],["26256.683","17373.608"],["26264.960","17321.358"],["26317.556","17348.933"],["26372.887","17301.001"],["26401.556","17314.960"],["26429.176","17247.770"],["26443.535","17304.472"],["26288.575","17201.967"],["26313.693","17231.187"],["26343.182","17251.418"],["14702.126","8658.470"],["14801.995","8669.831"],["14769.180","8712.888"],["14689.872","8667.603"],["14757.354","8673.318"],["14754.329","8672.633"],["14737.381","8717.171"],["14770.842","8654.466"],["14700.647","8664.887"],["8235.640","10543.493"],["8259.442","10550.676"],["8261.719","10462.842"],["8194.029","10615.720"],["8215.123","10581.145"],["8235.592","10551.182"],["8205.272","10521.807"],["8250.644","10452.605"],["8214.047","10483.362"],["8223.830","10549.472"],["8250.692","10539.512"],["8261.834","10487.218"],["8205.479","10526.131"],["8212.852","10466.890"],["8273.396","10519.215"],["8206.032","10489.522"],["8202.811","10494.926"],["8214.552","10468.639"],["8244.370","10484.062"],["8242.881","10575.135"],["8219.811","10542.299"],["8206.477","10562.240"],["8188.942","10620.409"],["8162.605","10625.913"],["8180.876","10634.598"],["8201.511","10618.519"],["8245.924","10566.570"],["8211.979","10581.339"],["8239.992","10586.373"],["8282.733","10594.422"],["8261.685","10632.883"],["8229.272","10634.267"],["8297.340","10615.919"],["8312.602","10603.553"],["8297.855","10540.666"],["8300.769","10501.510"],["8281.938","10475.793"],["8205.173","10443.491"],["8150.224","10570.088"],["8156.182","10584.002"],["8146.253","10616.813"],["8203.604","10508.080"],["8215.995","10434.424"],["8250.346","10490.962"],["8253.307","10516.395"],["8218.729","10471.463"],["8222.907","10493.635"],["8252.512","10476.514"],["8206.440","10555.693"],["8179.668","10569.925"],["8220.859","10557.536"],["8193.177","10585.302"],["8174.583","10604.175"],["8166.240","10611.792"],["8170.940","10643.058"],["8210.474","10619.361"],["8279.344","10610.805"],["8230.936","10609.161"],["8222.998","10599.192"],["8250.913","10591.608"],["8261.898","10595.158"],["8243.856","10619.985"],["8225.786","10622.977"],["8320.512","10604.262"],["8303.326","10599.341"],["8294.467","10533.812"],["8282.331","10492.741"],["8283.954","10513.056"],["8270.565","10509.882"],["8264.816","10486.627"],["8196.667","10460.829"],["8179.091","10455.941"],["8173.238","10599.080"],["18726.990","17284.013"],["9182.976","14468.580"],["8758.343","18404.215"],["8763.547","18391.445"],["8771.628","18388.140"],["8769.043","18389.218"],["8740.269","18397.859"],["8753.949","18393.505"],["8745.486","18396.014"],["19816.470","6144.042"],["19772.835","6168.303"],["19835.450","6181.862"],["19829.924","6120.458"],["19772.177","6177.551"],["2235.178","11078.325"],["23587.972","17871.126"],["14705.208","12559.182"],["14731.981","12653.479"],["14763.390","12704.352"],["14721.379","12607.486"],["14766.005","12754.240"],["14709.929","12557.497"],["14771.561","12744.059"],["14707.218","12611.580"],["14729.919","12669.457"],["14729.218","12650.672"],["14752.880","12699.877"],["14694.131","12695.815"],["14707.264","12556.242"],["14767.416","12743.547"],["14760.988","12707.242"],["14739.350","12635.214"],["14733.221","12611.698"],["14874.169","12680.531"],["14761.575","12616.991"],["14774.356","12608.395"],["14874.628","12750.038"],["14804.602","12639.151"],["14797.889","12747.476"],["14683.443","12739.739"],["14690.592","12696.180"],["14714.187","12715.348"],["14752.068","12661.860"],["14682.766","12622.735"],["15727.091","17141.372"],["15731.232","17093.778"],["30439.850","14587.473"],["25809.192","17562.127"],["25780.318","17531.934"],["25777.705","17493.253"],["25776.558","17469.106"],["25818.875","17536.153"],["25778.284","17567.831"],["25655.072","17522.563"],["25666.065","17589.866"],["25681.431","17587.047"],["25717.985","17552.739"],["25624.627","17564.561"],["23919.228","5934.491"],["19786.427","5898.888"],["19781.411","5910.729"],["19746.000","5928.533"],["19815.638","5933.834"],["16007.710","9615.105"],["15966.125","9679.768"],["10322.071","18995.275"],["10357.866","18906.651"],["10290.564","18936.408"],["10344.262","19054.081"],["10445.746","19038.129"],["10324.340","19021.616"],["10267.644","18900.648"],["10287.143","18930.628"],["10268.190","18933.798"],["10346.022","19025.708"],["10361.330","18993.062"],["10340.448","18920.012"],["10322.455","18949.472"],["10360.561","19037.516"],["10302.630","18969.626"],["10358.639","18923.381"],["10280.196","18941.544"],["10351.959","19036.013"],["9759.190","12499.215"],["9764.338","12516.136"],["9771.441","12403.097"],["9773.398","12440.868"],["9808.967","12476.960"],["13191.026","16414.756"],["13173.346","16434.815"],["13049.841","16394.061"],["13052.970","16386.534"],["13054.957","16364.394"],["13018.030","16469.301"],["13111.489","16489.357"],["13146.428","16389.565"],["13047.830","16475.535"],["13057.915","16503.250"],["13126.573","16418.477"],["13103.056","16374.865"],["13083.761","16428.595"],["13014.256","16416.530"],["13106.332","16524.827"],["13076.286","16457.386"],["13053.493","16359.439"],["13078.458","16362.086"],["13110.659","16425.082"],["13033.918","16468.657"],["13077.322","16523.796"],["13092.967","16374.878"],["13041.414","16546.706"],["13053.654","16500.871"],["13125.280","16508.944"],["13138.002","16541.974"],["13123.287","16365.701"],["13178.250","16359.820"],["13102.961","16518.473"],["13179.629","16517.900"],["13006.530","16561.373"],["13009.020","16431.645"],["13021.100","16389.426"],["13002.696","16467.792"],["13018.892","16352.638"],["13035.757","16360.333"],["13031.372","16366.629"],["13061.635","16379.241"],["13083.225","16379.598"],["13065.283","16415.676"],["13184.571","16378.929"],["13052.190","16522.523"],["13048.687","16563.317"],["13158.353","16399.111"],["13726.527","16574.478"],["13633.510","16648.668"],["13738.083","16584.317"],["13725.925","16608.889"],["13722.144","16610.364"],["13760.686","16637.790"],["13794.853","16597.416"],["13798.165","16577.818"],["13746.247","16583.445"],["13705.115","16702.762"],["13651.508","16731.066"],["13658.036","16718.998"],["13697.011","16665.603"],["13773.784","16627.144"],["13733.665","16593.289"],["13628.446","16696.647"],["13674.177","16566.694"],["13658.299","16720.914"],["13642.524","16653.392"],["13696.749","16632.742"],["13782.189","16599.828"],["14777.809","12434.002"],["14790.164","12443.520"],["14689.179","12536.066"],["14757.159","12518.071"],["14685.330","12520.806"],["14772.549","12417.228"],["14762.579","12459.155"],["14697.386","12530.830"],["14777.406","12524.380"],["14860.060","12482.824"],["14786.348","12446.854"],["14810.828","12497.595"],["14723.688","12350.607"],["14866.249","12417.661"],["14791.058","12342.060"],["14690.580","12371.001"],["14760.731","12532.806"],["14863.784","12503.233"],["11031.153","15467.696"],["11037.834","15483.510"],["11001.638","15487.728"],["11076.308","15475.279"],["10916.189","15475.462"],["10912.944","15468.569"],["11017.946","15427.200"],["10947.905","15506.460"],["11070.272","15464.560"],["10912.697","15479.172"],["10964.808","15502.169"],["11037.370","15468.406"],["10961.749","15494.960"],["11071.308","15471.777"],["10996.964","15498.931"],["20254.033","15206.666"],["20209.382","15176.658"],["20246.898","15213.424"],["6330.186","17772.186"],["6424.177","17721.986"],["6337.936","17657.809"],["6352.067","17693.086"],["6284.853","17692.342"],["6316.557","17687.415"],["6314.092","17710.466"],["6423.122","17714.651"],["6411.349","17756.337"],["6437.888","17822.001"],["6313.724","17797.915"],["6397.012","17777.512"],["6259.526","17793.492"],["6342.772","17662.979"],["6295.635","17750.293"],["6405.838","17715.925"],["6341.225","17668.593"],["6322.645","17718.157"],["6338.284","17679.328"],["6295.576","17651.741"],["6259.008","17726.771"],["6255.341","17752.084"],["6290.363","17672.193"],["6305.077","17674.566"],["6302.793","17705.164"],["6384.067","17768.740"],["6443.832","17754.884"],["6304.267","17781.136"],["6338.410","17778.189"],["6256.253","17819.521"],["6766.922","18807.338"],["6784.272","18808.886"],["6772.029","18776.567"],["6681.054","18822.418"],["6755.215","18771.747"],["6703.150","18770.009"],["22360.235","16564.487"],["22387.987","16567.795"],["22353.526","16642.707"],["22348.856","16612.078"],["22413.904","16623.079"],["22268.951","16629.854"],["22297.480","16597.267"],["22292.423","16643.301"],["22323.767","16702.771"],["7460.576","12615.836"],["7348.426","12624.157"],["7383.855","12698.771"],["7471.878","12563.720"],["7419.031","12560.056"],["7383.244","12576.366"],["7374.088","12710.746"],["7426.102","12752.110"],["7457.336","12617.884"],["16967.598","4438.428"],["16916.684","4408.920"],["16949.656","4368.928"],["16896.287","4386.665"],["16913.326","4460.515"],["16941.322","4412.190"],["16960.067","4399.184"],["16972.706","4330.483"],["16935.004","4426.064"],["16894.946","4424.887"],["16952.846","4366.632"],["16986.242","4355.157"],["16901.419","4373.684"],["16903.343","4447.022"],["15470.437","14781.294"],["15483.386","14744.829"],["15314.964","14805.737"],["15355.280","14853.155"],["15454.486","14753.756"],["15358.071","14705.126"],["15490.319","14663.088"],["15422.459","14688.440"],["15344.466","14837.787"],["17763.294","17110.587"],["17665.010","17039.172"],["17687.244","17197.015"],["17621.587","17027.881"],["17808.974","17072.129"],["17668.065","17117.293"],["17636.818","17016.567"],["17684.218","17151.532"],["17710.329","17007.112"],["17634.254","16990.203"],["17785.306","17072.499"],["14930.921","17441.563"],["14937.500","17426.154"],["14899.408","17472.743"],["14923.579","17508.729"],["14905.373","17522.235"],["14908.855","17565.987"],["15005.711","17444.148"],["14976.211","17461.727"],["14952.114","17530.968"],["14939.431","17473.844"],["14996.473","17430.685"],["15035.810","17561.225"],["15086.759","17607.713"],["14976.706","17571.786"],["14955.013","17613.801"],["14916.708","17519.848"],["13218.435","17469.111"],["13266.906","17575.440"],["13285.917","17598.713"],["13233.746","17460.383"],["13220.429","17506.253"],["13292.926","17565.812"],["13319.848","17598.333"],["13225.211","17478.987"],["13213.981","17484.436"],["13403.505","17614.970"],["13259.439","17604.821"],["13295.012","17587.119"],["13375.775","17582.633"],["13267.959","17577.901"],["13309.684","17585.798"],["13343.565","17591.578"],["20331.735","7302.660"],["10668.612","10039.907"],["14578.931","18029.499"],["14592.911","18039.986"],["14589.967","18040.168"],["14586.661","18000.399"],["7438.511","13625.522"],["7418.889","13621.393"],["7439.967","13672.600"],["7441.842","13674.202"],["7339.702","13809.708"],["7433.792","13608.631"],["7431.466","13681.511"],["7335.606","13777.338"],["7405.594","13666.023"],["7424.703","13659.883"],["7378.502","13662.843"],["7494.541","13717.108"],["7319.404","13706.926"],["7362.398","13704.557"],["9875.593","18770.071"],["9910.971","18734.346"],["9928.613","18764.027"],["10014.530","18720.534"],["9932.023","18740.028"],["9871.235","18740.013"],["9910.181","18732.893"],["9973.811","18706.698"],["9966.960","18753.483"],["10017.910","18708.630"],["9875.478","18747.511"],["9887.862","18709.095"],["9999.513","18680.468"],["10017.055","18683.279"],["32338.906","12727.475"],["32336.573","12600.593"],["32279.250","12618.083"],["32291.069","12753.278"],["32244.807","12687.709"],["32158.016","12612.219"],["6564.818","15931.769"],["6611.244","15989.894"],["6516.825","15987.401"],["6574.429","15970.148"],["6609.319","15954.971"],["6560.880","16000.973"],["6487.146","16031.733"],["6592.194","16028.589"],["14388.016","15456.022"],["14366.504","15448.728"],["14291.636","15392.981"],["14311.485","15478.314"],["14323.258","15412.430"],["14295.512","15487.431"],["14261.537","15319.462"],["14303.890","15383.864"],["14349.383","15481.320"],["14320.955","15405.147"],["14451.971","15409.514"],["14382.915","15364.399"],["14361.122","15418.057"],["14344.212","15483.903"],["14287.200","15370.796"],["14367.917","15456.401"],["14299.243","15489.990"],["14317.998","15453.789"],["14324.574","15420.935"],["14440.026","15503.536"],["14445.930","15446.392"],["14390.863","15410.755"],["14421.145","15445.565"],["14406.455","15506.360"],["3230.970","8221.515"],["3203.057","8181.437"],["3253.449","8172.661"],["3301.133","8270.643"],["3240.536","8306.881"],["3169.856","8314.491"],["9994.470","15338.479"],["10035.376","15296.633"],["10008.230","15402.963"],["9967.445","15373.806"],["19560.479","15631.173"],["20760.323","6207.550"],["20729.129","6270.301"],["20720.445","6258.707"],["20693.488","6304.174"],["20572.327","6314.155"],["20607.442","6285.996"],["20578.594","6363.667"],["20671.308","6377.061"],["20617.903","6385.319"],["27599.068","16407.692"],["27603.731","16439.261"],["27575.538","16440.630"],["27565.565","16449.628"],["27543.177","16438.460"],["27541.507","16470.418"],["27581.370","16470.825"],["27680.247","16432.469"],["27638.075","16455.549"],["27641.248","16400.204"],["27625.988","16427.856"],["27688.054","16494.951"],["27632.698","16512.103"],["27716.538","16441.790"],["6645.966","7444.640"],["6563.067","7466.840"],["6603.598","7438.166"],["6481.434","7431.717"],["6660.673","7384.375"],["6491.718","7461.836"],["6585.951","7414.917"],["6560.373","7442.238"],["6554.449","7449.381"],["11944.946","17641.300"],["11936.254","17679.367"],["11969.817","17719.888"],["12014.482","17735.911"],["12121.510","17694.639"],["11975.507","17710.596"],["12097.909","17788.944"],["12002.094","17811.487"],["12052.611","17744.270"],["12025.199","17685.431"],["12131.919","17788.157"],["12087.463","17722.667"],["11941.689","17626.288"],["11946.583","17660.573"],["11982.054","17727.386"],["12025.765","17757.777"],["12085.607","17767.722"],["11981.790","17685.708"],["12040.572","17726.302"],["12136.066","17695.333"],["12136.096","17753.475"],["12100.111","17716.606"],["11938.679","17628.881"],["11936.139","17671.588"],["11972.416","17722.910"],["12025.041","17735.828"],["11997.102","17702.520"],["12127.579","17686.960"],["12080.854","17761.496"],["11952.226","17815.732"],["12044.179","17684.374"],["12138.531","17779.800"],["12075.490","17723.476"],["7350.861","12586.196"],["7304.362","12641.565"],["7352.087","12720.858"],["7333.814","12737.176"],["7368.556","12550.949"],["7362.339","12547.943"],["7364.615","12704.454"],["7344.911","12706.204"],["7333.426","12650.780"],["7336.651","12560.763"],["7342.268","12746.622"],["7345.614","12625.082"],["7320.700","12610.090"],["7332.399","12698.662"],["7346.029","12683.991"],["7340.565","12620.711"],["7311.442","12560.596"],["14762.499","13850.508"],["14832.483","13826.594"],["14826.156","13890.658"],["14728.245","13988.202"],["14762.998","13911.769"],["14709.468","13902.505"],["14780.176","13961.301"],["14847.605","13955.585"],["14854.534","13843.331"],["11564.259","16050.851"],["11632.396","16122.363"],["11674.743","16087.742"],["11652.773","16057.409"],["11578.520","16110.323"],["11571.105","16072.928"],["11629.948","16028.195"],["11665.566","15966.497"],["11694.862","15972.953"],["11681.798","16040.060"],["12838.793","16373.668"],["12781.373","16417.779"],["12835.421","16365.063"],["9260.589","19112.909"],["9289.734","19107.112"],["9237.743","19144.654"],["9202.628","19123.993"],["9231.921","19146.949"],["5391.789","16405.145"],["14933.465","19484.095"],["10205.267","7923.243"],["10121.880","7907.462"],["9878.716","18808.829"],["10007.460","18865.715"],["9934.713","18885.728"],["9864.483","18798.615"],["9881.163","18869.262"],["9974.197","18756.192"],["9907.368","18829.424"],["10031.390","18864.542"],["9944.299","18880.584"],["9976.639","18788.354"],["9831.328","18864.836"],["9906.118","18817.021"],["9998.282","18870.950"],["9929.515","18872.565"],["9955.619","18760.261"],["9860.078","18858.742"],["9915.361","18834.362"],["9962.079","18882.103"],["9970.899","18803.878"],["9861.278","18875.538"],["14313.003","13232.221"],["14376.967","13195.662"],["14405.128","13194.279"],["14370.043","13194.209"],["14265.146","13246.668"],["23812.323","16130.067"],["13600.955","12740.942"],["13425.265","12630.459"],["13615.970","12709.869"],["13554.221","12710.180"],["13551.343","12664.168"],["13574.034","12603.068"],["13546.507","12699.561"],["13612.845","12553.863"],["13529.491","12613.596"],["13557.940","12572.858"],["13463.720","12558.901"],["13409.437","12618.046"],["13574.207","12628.477"],["13472.206","12631.665"],["13579.007","12689.206"],["13598.432","12702.699"],["16301.648","12815.263"],["10023.601","12091.443"],["9989.575","12121.015"],["10031.397","12112.136"],["10018.390","12096.292"],["9854.016","12094.224"],["9921.144","12122.723"],["10001.346","12019.426"],["10034.489","12095.539"],["9990.516","12110.577"],["9914.391","12070.655"],["9904.506","12039.475"],["9909.986","11933.133"],["9899.443","11960.087"],["9849.897","12106.315"],["9951.793","12050.622"],["9983.783","12030.193"],["9889.114","11930.491"],["9861.746","11939.739"],["9918.961","11918.251"],["9960.188","11970.132"],["9974.913","12004.858"],["9988.870","12050.093"],["9966.570","12014.319"],["9951.330","12032.442"],["9993.657","12103.366"],["9947.222","12070.636"],["5164.129","15974.890"],["5187.607","15977.718"],["5137.565","16038.656"],["5152.651","16090.303"],["5187.665","15972.363"],["5143.953","16052.642"],["5137.865","16079.898"],["4556.716","13069.596"],["4518.544","13147.280"],["4493.343","13089.506"],["4454.951","13167.868"],["4438.843","13048.449"],["4544.206","13035.511"],["4561.683","13048.952"],["4517.097","13141.813"],["4511.123","13083.792"],["4449.057","13042.223"],["4533.744","13045.057"],["4498.221","13066.442"],["4523.853","13032.541"],["4471.118","13026.607"],["4459.133","13056.230"],["4431.521","13023.921"],["4441.431","13004.775"],["4496.361","12993.720"],["4543.744","12982.081"],["4504.027","12971.916"],["4433.576","12988.133"],["4482.536","13014.650"],["4467.228","13096.069"],["4463.731","13106.953"],["4515.647","13123.888"],["4497.442","13102.472"],["4537.642","13135.486"],["4446.683","13146.080"],["4476.422","13123.586"],["4541.385","13072.748"],["4545.708","13118.654"],["4457.524","13145.254"],["4520.825","13081.910"],["4546.227","13053.100"],["4523.561","13054.746"],["4516.506","13022.378"],["4439.664","12974.574"],["4462.615","13022.742"],["4466.864","13066.717"],["4428.100","13038.570"],["4516.790","12986.433"],["4438.604","13012.775"],["4491.147","12989.244"],["4534.777","12979.094"],["4477.092","13015.658"],["4461.225","13089.562"],["4457.366","13110.933"],["4514.512","13111.601"],["4507.492","13101.233"],["4499.319","13145.374"],["4565.343","13080.564"],["4455.368","13151.365"],["4565.360","13119.155"],["4534.031","13017.708"],["13464.387","17729.881"],["13565.128","17756.018"],["13472.838","17691.765"],["13435.554","17747.106"],["13592.299","17754.482"],["13449.631","17682.120"],["13416.778","17633.236"],["13458.624","17714.351"],["13503.588","17757.331"],["13425.059","17700.104"],["13619.403","17758.226"],["13480.675","17778.515"],["13525.314","17799.506"],["13461.212","17761.375"],["13479.354","17741.953"],["13551.082","17707.975"],["13556.032","17718.611"],["13507.233","17829.510"],["13457.460","17679.626"],["13507.509","17675.249"],["13478.350","17752.738"],["13521.613","17778.581"],["13492.528","17702.614"],["13480.939","17759.126"],["13558.434","17728.867"],["13591.246","17761.732"],["13511.144","17686.942"],["13452.279","17689.485"],["13417.995","17621.973"],["11940.879","15911.330"],["12039.235","15886.485"],["12012.207","15884.411"],["11949.448","15920.253"],["12068.506","15871.152"],["12059.269","15878.056"],["12044.880","15884.977"],["12023.207","15896.103"],["13785.219","12231.401"],["13654.836","12325.991"],["13683.899","12292.802"],["6232.194","13919.551"],["12292.614","16044.638"],["12345.288","16077.644"],["12209.779","16004.230"],["12281.668","16118.694"],["12311.061","16107.496"],["12278.922","15956.437"],["12192.484","15996.598"],["27721.559","16566.236"],["27694.377","16632.983"],["27598.347","16615.557"],["27588.256","16651.571"],["27543.156","16642.404"],["27526.174","16614.289"],["20327.360","6163.767"],["20201.344","6029.857"],["20158.400","6082.475"],["20201.328","6059.238"],["20346.171","5996.625"],["15409.554","14039.252"],["15366.067","14053.799"],["15435.047","14153.102"],["15459.613","14051.750"],["15491.723","14190.769"],["15337.806","14115.864"],["15438.662","14087.978"],["15459.242","14151.796"],["15508.886","14123.789"],["15509.142","14084.427"],["23003.571","16000.022"],["23016.570","15933.311"],["10684.827","8067.967"],["11018.204","18084.613"],["10888.083","18213.468"],["10931.229","18231.970"],["10976.572","18212.464"],["10957.870","18063.807"],["11090.200","18211.923"],["10959.965","18167.040"],["10944.306","18085.075"],["11039.218","18100.785"],["10985.555","18253.225"],["10998.529","18199.714"],["10944.061","18163.771"],["10997.453","18202.443"],["11018.780","18093.102"],["11078.313","18191.180"],["11087.400","18242.419"],["16011.817","11308.016"],["16054.289","11489.605"],["16067.436","11467.775"],["16063.192","11450.291"],["15987.057","11459.310"],["15969.075","11471.675"],["16015.518","11281.129"],["16037.617","11477.981"],["16038.584","11375.587"],["16032.879","11413.809"],["16006.547","11439.195"],["6776.859","12973.979"],["6768.151","12995.442"],["6746.753","12982.048"],["6683.839","12974.804"],["6734.041","13103.800"],["6752.429","13107.186"],["6812.243","13172.258"],["6802.901","13181.242"],["6822.654","13111.013"],["6806.124","13094.068"],["6773.537","12971.353"],["6751.819","13005.648"],["6693.856","12982.946"],["6686.130","13127.885"],["6735.110","13102.331"],["6825.812","13180.614"],["6785.335","13079.287"],["6784.079","12976.241"],["6745.849","12984.047"],["6758.021","13103.255"],["6821.157","13161.341"],["6823.591","13106.752"],["6680.057","13060.721"],["9070.180","19527.494"],["9055.608","19540.508"],["27551.715","10360.123"],["9151.763","14000.963"],["9167.082","13988.169"],["8999.197","13947.600"],["7575.150","12134.867"],["7532.169","12152.812"],["7551.428","12169.346"],["13752.434","14822.418"],["13642.466","14727.319"],["13757.018","14805.287"],["13691.130","14697.033"],["13752.427","14869.324"],["13622.873","14716.454"],["13676.389","14746.705"],["13658.497","14783.345"],["13700.870","14790.970"],["13714.665","14808.415"],["13755.130","14778.880"],["13725.599","14761.734"],["13754.732","14687.916"],["13633.701","14842.270"],["13655.586","14826.314"],["14558.298","13371.398"],["14493.814","13343.110"],["14571.491","13311.861"],["14492.368","13235.309"],["14487.698","13228.813"],["14595.627","13193.165"],["14592.553","13320.625"],["14626.198","13322.514"],["20631.133","6580.450"],["20673.731","6509.533"],["20601.380","6467.783"],["20623.616","6575.842"],["20644.883","6458.402"],["20654.208","6551.746"],["20622.185","6482.878"],["20633.287","6577.824"],["20777.526","6564.747"],["20772.246","6620.998"],["20748.151","6602.781"],["7542.667","16421.818"],["15264.493","13910.099"],["15296.581","13864.425"],["15159.479","14019.048"],["15142.895","13959.317"],["15280.983","13887.266"],["11890.760","18460.855"],["11728.592","18326.529"],["11828.165","18419.956"],["11744.250","18358.519"],["11813.600","18447.038"],["11742.360","18458.174"],["7777.850","17941.721"],["19330.892","15649.865"],["12205.667","17396.195"],["12215.242","17397.444"],["12221.562","17403.095"],["12151.867","17391.635"],["12349.354","17398.914"],["12173.127","17405.958"],["12213.176","17406.000"],["12214.239","17406.098"],["12142.446","17392.745"],["12343.635","17404.763"],["12307.500","17404.656"],["5014.171","14013.321"],["4997.233","14008.476"],["5010.388","14004.948"],["5017.444","13990.051"],["5343.464","18031.826"],["5338.013","17983.961"],["5330.091","17955.738"],["5350.172","17970.326"],["5319.316","18009.917"],["5349.639","17987.289"],["5341.771","18002.360"],["5362.019","18032.913"],["5327.120","18036.123"],["5322.093","18022.958"],["15068.865","14465.791"],["14893.049","14604.433"],["14895.684","14532.320"],["14923.682","14547.106"],["14967.432","14648.562"],["14899.607","14492.258"],["14951.165","14615.987"],["22476.323","15696.320"],["22477.687","15537.576"],["22467.376","15547.688"],["22635.767","15518.439"],["22665.512","15545.084"],["22510.595","15619.067"],["22480.063","15614.300"],["9607.120","18340.807"],["9587.926","18419.436"],["9578.387","18382.326"],["9611.396","18328.437"],["10927.713","14106.901"],["10945.466","14091.716"],["10916.078","14103.004"],["10940.480","14095.553"],["10914.393","14096.520"],["10936.526","14103.543"],["10945.181","14075.915"],["10918.788","14111.444"],["10610.895","13798.421"],["10550.395","13780.464"],["10617.144","13799.336"],["30497.718","15654.498"],["30498.380","15627.502"],["30523.684","15582.611"],["30549.735","15513.960"],["13108.420","18966.319"],["13128.074","19012.545"],["13128.288","18948.812"],["13005.044","18902.310"],["4456.125","11366.917"],["4357.778","11288.384"],["4501.091","11334.609"],["4447.671","11358.214"],["4376.758","11319.020"],["4531.979","11341.909"],["4479.555","11302.734"],["4396.440","11361.926"],["4520.916","11289.572"],["4440.131","11308.250"],["4371.786","11363.767"],["29821.972","15460.881"],["6245.372","17197.301"],["6226.671","17174.691"],["6224.730","17172.528"],["6206.592","17197.237"],["6231.761","17130.029"],["6204.475","17088.915"],["6197.058","17128.577"],["6220.379","17032.186"],["6193.899","17003.826"],["6194.364","16987.809"],["6227.425","17013.288"],["6233.986","17069.672"],["6138.349","17076.542"],["6102.778","17098.500"],["6137.609","17052.570"],["6081.568","17159.073"],["6244.370","17013.193"],["6215.013","17004.345"],["6071.173","17175.869"],["14439.364","17244.124"],["14439.430","17264.834"],["14439.282","17257.418"],["14446.437","17232.117"],["18717.419","13406.258"],["18814.313","13572.251"],["18696.167","13405.335"],["18711.375","13506.143"],["18722.355","13573.758"],["18723.777","13494.054"],["18700.348","13601.174"],["13534.134","18651.688"],["13446.449","18615.340"],["13460.882","18616.368"],["13581.416","18524.714"],["13574.958","18589.288"],["13509.032","18562.532"],["13451.347","18545.890"],["13604.870","18537.497"],["13436.022","18647.115"],["13468.316","18603.833"],["13547.359","18601.510"],["13592.913","18504.850"],["13540.677","18580.831"],["13437.627","18495.655"],["13473.798","18519.350"],["13525.298","18574.720"],["13580.824","18586.036"],["13548.130","18655.701"],["13579.853","18541.626"],["13428.176","18624.638"],["13593.924","18658.834"],["13484.172","18600.100"],["13497.050","18625.170"],["13543.313","18600.354"],["13588.988","18585.407"],["13411.158","18541.367"],["13590.232","18501.563"],["13548.506","18588.775"],["13443.778","18491.642"],["13434.009","18476.564"],["13443.074","18543.776"],["13471.857","18548.615"],["13412.852","18553.555"],["13531.910","18534.654"],["13533.325","18521.557"],["13609.508","18549.173"],["13450.742","18640.427"],["13601.827","18543.839"],["13618.019","18632.971"],["13505.142","18617.986"],["13488.037","18604.675"],["13556.109","18628.330"],["13537.129","18599.445"],["13598.308","18499.829"],["13449.749","18494.169"],["13414.818","18533.718"],["13425.459","18506.468"],["18588.892","16945.413"],["18625.949","16814.006"],["18628.592","16816.924"],["14071.534","16269.011"],["14108.809","16287.960"],["14111.444","16312.118"],["14152.973","16300.587"],["14250.092","16263.158"],["14241.356","16271.113"],["14241.567","16239.052"],["14194.226","16253.710"],["14221.669","16256.437"],["14193.559","16286.760"],["14204.749","16326.196"],["14220.374","16348.492"],["14073.771","16266.270"],["14099.647","16286.539"],["14115.342","16286.850"],["14163.795","16295.005"],["14239.076","16313.628"],["14250.729","16222.474"],["14244.168","16251.658"],["14248.377","16243.462"],["14215.148","16247.104"],["14197.277","16260.780"],["14189.793","16283.193"],["14204.535","16346.543"],["14230.538","16350.259"],["14084.254","16279.788"],["14100.042","16291.527"],["14128.089","16288.865"],["14245.338","16163.303"],["14148.467","16295.913"],["14229.043","16313.133"],["14245.319","16297.375"],["14243.497","16270.457"],["14233.642","16252.318"],["14226.041","16225.922"],["14201.734","16270.855"],["14170.204","16280.336"],["14211.098","16324.198"],["27758.007","16780.301"],["27760.176","16974.555"],["27778.108","16844.796"],["27784.333","16797.113"],["27794.833","16791.694"],["27863.710","16879.740"],["27860.110","16929.139"],["27901.247","16919.486"],["15169.799","15556.352"],["15261.629","15637.385"],["15194.113","15662.558"],["15168.271","15669.026"],["15107.829","15639.763"],["15265.711","15675.018"],["28634.531","8585.639"],["28688.199","8562.848"],["28701.669","8599.562"],["21391.370","16102.734"],["10867.786","16718.873"],["10876.124","16671.041"],["10795.012","16681.423"],["10808.785","16740.968"],["10798.676","16762.413"],["10771.271","16769.125"],["10760.248","16713.224"],["10752.904","16720.800"],["10771.982","16734.633"],["10774.021","16692.356"],["10805.237","16697.736"],["10845.003","16667.561"],["10776.515","16609.413"],["10842.048","16573.561"],["10793.572","16576.294"],["10770.419","16570.540"],["10739.643","16601.020"],["10739.984","16648.211"],["10758.225","16666.682"],["10750.138","16696.454"],["10796.287","16622.551"],["10740.143","16569.189"],["10879.417","16613.115"],["4781.625","17896.400"],["4785.695","17882.009"],["4843.941","17859.961"],["4861.582","17859.374"],["4860.823","17862.971"],["4878.080","17837.129"],["4953.545","17866.874"],["4884.969","17862.210"],["4943.804","17903.791"],["4963.031","18019.562"],["4933.094","17948.165"],["4893.290","17907.365"],["4906.412","17903.016"],["4868.380","18030.979"],["4930.794","18004.780"],["4980.874","17975.750"],["4821.496","17905.183"],["4790.605","17893.345"],["4787.998","17859.664"],["4870.840","17869.907"],["4878.360","17840.069"],["4962.986","17862.597"],["4885.807","17861.566"],["4938.558","17915.186"],["4942.042","17939.065"],["4832.330","17918.623"],["4893.405","17915.622"],["4904.455","17903.297"],["4866.242","18033.688"],["4861.633","17997.381"],["4925.432","18005.870"],["5654.649","7939.790"],["5624.843","7963.121"],["5664.437","8025.102"],["5659.413","7981.189"],["5673.446","7927.640"],["5636.518","7939.935"],["5647.940","8030.552"],["25191.862","6785.475"],["25182.059","6766.664"],["25162.651","6820.239"],["11775.980","16578.513"],["11807.594","16590.710"],["11891.428","16572.296"],["11843.871","16620.448"],["16128.051","16180.811"],["12267.613","16828.730"],["12182.076","16903.009"],["12273.564","16816.903"],["12309.356","16859.664"],["12217.948","16886.543"],["12257.416","16857.698"],["12203.677","16890.869"],["12209.516","16870.337"],["12250.206","16865.408"],["12279.668","16829.366"],["12158.125","16905.439"],["12146.460","16846.464"],["12153.660","16865.978"],["8739.196","19089.699"],["8715.611","19094.769"],["8700.512","19087.420"],["6569.195","17138.172"],["6549.351","17046.470"],["6566.629","17148.692"],["6525.321","17039.914"],["6533.183","17073.886"],["6560.222","17070.019"],["6584.629","17097.314"],["6601.829","17122.879"],["6493.973","17162.569"],["6530.323","17019.636"],["6500.686","17061.655"],["6526.069","17105.185"],["6506.793","17007.684"],["6500.551","17165.591"],["6500.970","17012.636"],["6470.424","17089.217"],["6486.925","17108.461"],["6544.226","17074.929"],["25732.925","6979.943"],["25732.168","7022.454"],["25793.303","7013.486"],["7535.618","8952.448"],["7684.293","8921.194"],["7602.965","8939.016"],["7626.379","8934.085"],["7717.072","8945.006"],["7683.728","8901.146"],["19393.461","17188.299"],["5461.512","14430.621"],["5501.308","14398.029"],["5516.789","14423.652"],["5445.623","14372.536"],["5511.670","14399.681"],["5472.584","14371.254"],["5508.253","14434.156"],["5498.730","14433.165"],["5505.574","14423.536"],["5471.104","14361.147"],["5533.874","14364.404"],["5425.204","14389.046"],["5445.015","14415.311"],["5490.610","14374.954"],["5544.203","14363.099"],["5417.424","14389.640"],["18616.220","16014.954"],["10930.380","14837.388"],["6893.257","15990.176"],["6929.907","16028.152"],["7007.363","15970.881"],["7083.842","15986.378"],["7065.459","16060.741"],["7049.175","15952.781"],["6929.822","16025.585"],["6917.519","15952.350"],["6984.945","16001.368"],["7007.320","16053.438"],["7025.053","16054.582"],["7065.871","16052.285"],["12038.733","18504.842"],["12104.786","18654.356"],["11977.241","18476.099"],["12053.487","18503.405"],["12073.388","18628.609"],["12015.840","18662.819"],["12045.427","18472.142"],["12043.684","18510.589"],["12077.483","18673.415"],["12097.056","18610.111"],["12061.677","18522.101"],["12075.033","18521.523"],["12052.138","18611.862"],["12067.746","18669.385"],["18189.549","17212.498"],["18140.610","17223.761"],["18238.449","17208.636"],["7970.049","19014.669"],["7945.134","19007.287"],["8023.091","19097.189"],["7994.441","18996.039"],["8031.781","19092.998"],["8079.509","19080.562"],["13043.970","7795.062"],["13080.439","7713.318"],["13032.489","7778.217"],["13065.439","7704.333"],["7945.562","8528.679"],["7946.584","8505.258"],["7948.257","8464.938"],["7955.113","8530.471"],["7978.403","8505.488"],["25294.604","17896.387"],["25282.637","17922.971"],["25276.802","17946.315"],["25327.508","17968.202"],["25343.270","17919.924"],["25354.249","17878.834"],["25362.134","17864.925"],["17237.386","16311.272"],["17256.306","16281.862"],["17199.052","16293.368"],["17331.665","16162.762"],["17313.740","16331.684"],["17404.483","16158.884"],["17394.914","16225.684"],["17231.679","16205.712"],["27346.478","16525.555"],["27334.816","16544.873"],["27364.507","16558.660"],["8250.205","11865.457"],["8255.690","11854.263"],["8319.456","11910.552"],["8324.042","11899.924"],["8350.808","11802.115"],["8270.063","11722.686"],["8291.933","11727.282"],["8309.600","11727.142"],["8271.339","11763.201"],["8260.164","11764.715"],["8219.238","11912.273"],["8179.628","11736.839"],["8174.046","11811.663"],["8179.965","11837.635"],["8198.157","11878.765"],["8153.260","11876.555"],["9809.460","14259.570"],["9786.105","14264.971"],["9794.975","14248.211"],["9702.684","14429.863"],["9705.453","14420.615"],["9703.209","14425.674"],["9672.325","14263.432"],["26872.796","16303.052"],["26844.861","16271.503"],["26806.444","16273.058"],["26816.795","16308.323"],["26776.907","16199.299"],["26722.888","16194.074"],["26817.160","16180.369"],["26810.326","16158.290"],["26838.206","16147.145"],["26763.060","16205.585"],["4780.518","17244.735"],["4785.001","17223.459"],["4582.707","11122.068"],["4631.983","11073.222"],["4618.941","11129.698"],["4633.809","11076.492"],["4595.741","11278.989"],["5868.405","11448.687"],["5857.932","11452.844"],["5865.806","11434.863"],["5834.450","11381.242"],["5849.894","11390.075"],["5875.647","11385.407"],["5913.822","11379.751"],["5902.460","11379.197"],["5912.186","11329.714"],["5878.396","11408.979"],["5886.147","11424.828"],["5832.604","11348.649"],["5846.600","11415.861"],["5863.005","11352.714"],["5849.360","11286.264"],["5879.162","11310.273"],["5910.206","11339.617"],["5910.492","11397.563"],["5832.948","11467.464"],["5855.663","11380.308"],["5862.074","11326.941"],["5888.036","11380.733"],["5910.285","11367.975"],["5839.785","11443.047"],["5901.600","11419.043"],["5845.815","11399.439"],["5859.420","11456.323"],["5836.085","11308.931"],["5840.791","11316.900"],["5867.418","11311.379"],["5914.160","11399.743"],["5022.296","16809.553"],["5013.833","16776.652"],["5068.085","16776.755"],["5016.629","16785.438"],["23754.884","6412.069"],["23838.203","6367.969"],["23866.557","6245.810"],["23867.320","6303.408"],["23761.906","6393.887"],["23801.512","6393.605"],["23813.910","6396.062"],["23849.090","6303.878"],["23841.855","6208.266"],["23871.744","6297.347"],["23871.213","6365.773"],["23832.594","6267.231"],["23901.235","6290.196"],["14270.099","16515.859"],["14289.458","16515.909"],["14304.590","16561.706"],["14265.955","16513.993"],["14278.696","16366.559"],["14354.373","16543.487"],["14385.360","16470.753"],["14344.913","16481.609"],["14340.679","16428.748"],["14428.558","16370.238"],["14261.991","16562.680"],["14276.810","16546.958"],["14397.284","16579.708"],["14369.587","16548.028"],["14268.078","16435.298"],["14252.689","16433.503"],["14322.412","16416.375"],["14270.808","16476.288"],["7118.166","15696.996"],["10277.846","14016.074"],["10258.329","13969.931"],["10360.862","13985.622"],["10279.450","13953.458"],["10373.215","13969.464"],["10328.734","13991.297"],["10252.073","13938.964"],["10340.108","13952.467"],["14028.166","13693.529"],["14032.099","13687.924"],["13900.766","13610.264"],["14003.261","13667.978"],["14005.382","13624.864"],["13959.190","13612.955"],["13927.131","13629.058"],["13899.366","13610.856"],["14029.500","13800.475"],["13903.885","13649.758"],["13899.565","13640.437"],["14032.526","13757.849"],["13901.652","13608.907"],["14040.158","13738.807"],["13948.107","13638.066"],["13972.872","13645.330"],["13837.796","13683.586"],["13999.489","13808.661"],["13976.650","13794.655"],["14026.647","13717.830"],["14013.722","13717.898"],["13988.758","13747.147"],["13955.036","13648.774"],["13968.342","13631.676"],["31082.934","14253.841"],["31023.090","14273.505"],["26601.297","15881.429"],["26516.074","15916.956"],["26585.757","15836.293"],["26575.592","15849.935"],["26626.102","15867.044"],["26574.474","15849.835"],["26551.624","15927.418"],["26510.785","15828.227"],["26590.424","15835.725"],["26589.354","15902.298"],["26547.799","15827.594"],["26488.260","15811.575"],["26644.589","15828.703"],["26659.967","15834.352"],["27900.832","16117.147"],["27904.410","16137.490"],["27839.473","16135.242"],["22245.379","14456.053"],["5644.189","7368.134"],["5703.791","7391.157"],["5687.840","7418.230"],["5721.110","7461.870"],["5813.944","7463.050"],["5754.942","7473.091"],["5691.669","7368.894"],["5680.439","7446.372"],["5645.182","7460.735"],["5804.992","7428.508"],["5664.745","7301.272"],["5772.605","7396.983"],["5704.849","7419.046"],["5770.667","7411.867"],["5697.661","7380.939"],["5733.075","7325.294"],["17759.564","17460.717"],["17693.219","17493.970"],["17653.664","17547.493"],["17752.788","17457.129"],["17776.472","17477.314"],["17680.851","17510.518"],["17641.925","17532.600"],["12916.225","17672.438"],["12864.676","17630.506"],["12938.923","17648.045"],["12884.133","17625.784"],["12840.285","17670.721"],["12807.083","17656.195"],["15672.851","16074.906"],["15721.809","16136.772"],["15531.262","16120.382"],["15520.791","16088.947"],["15638.500","16074.011"],["15519.190","16130.778"],["15528.076","16098.184"],["15568.399","16024.607"],["23069.115","9873.848"],["31538.331","13173.521"],["31675.826","13169.850"],["31627.449","13169.807"],["31538.310","13180.209"],["31720.553","13180.055"],["9858.886","15938.311"],["9919.380","15951.042"],["9939.140","16076.904"],["9981.786","16054.655"],["13205.116","14217.423"],["13200.741","14218.315"],["13198.877","14238.567"],["13224.277","14186.293"],["13210.451","14104.234"],["13910.174","17274.857"],["13919.040","17293.073"],["13897.707","17356.822"],["13970.898","17285.245"],["13950.882","17346.533"],["13903.332","17315.550"],["13987.407","17388.567"],["13905.434","17382.985"],["13885.467","17406.635"],["13902.095","17393.356"],["13872.586","17287.155"],["13843.902","17320.367"],["13845.596","17322.745"],["13831.122","17266.990"],["13844.116","17334.289"],["13848.867","17364.395"],["13901.096","17312.957"],["13961.079","17338.870"],["13911.359","17258.242"],["13989.698","17280.505"],["13909.977","17323.808"],["13905.582","17397.815"],["13961.651","17394.578"],["13934.661","17383.909"],["13895.350","17258.319"],["13835.777","17311.432"],["13903.507","17289.021"],["13874.330","17300.483"],["13840.810","17291.135"],["13882.784","17242.382"],["13924.056","17342.569"],["13895.503","17329.638"],["13943.793","17286.715"],["13879.895","17361.958"],["13914.891","17361.102"],["13985.582","17369.871"],["13885.434","17394.991"],["13831.534","17313.298"],["13836.811","17390.604"],["12263.698","19078.803"],["12334.568","18945.659"],["12231.443","19099.855"],["12339.584","18959.449"],["12236.278","19087.056"],["12309.247","18983.941"],["12227.651","19033.273"],["12239.963","19096.536"],["12201.657","19092.638"],["12352.907","18963.198"],["12299.905","18973.272"],["12312.948","18970.382"],["12198.449","19097.048"],["12226.278","19071.697"],["12535.206","14178.956"],["12548.991","14232.915"],["12531.966","14182.589"],["12472.240","14049.039"],["12441.667","14039.208"],["12475.600","14071.165"],["12425.218","14101.309"],["12437.828","14063.519"],["12445.874","14060.049"],["12542.063","14003.982"],["12431.582","14144.485"],["12472.097","14099.842"],["12409.333","14136.965"],["13275.542","14381.543"],["13252.814","14380.678"],["13217.644","14320.113"],["13368.570","14419.930"],["13283.864","14388.446"],["13257.239","14389.977"],["13202.191","14290.440"],["13341.267","14414.183"],["13306.677","14391.700"],["13407.641","14406.437"],["13213.390","14401.190"],["13326.251","14429.839"],["13820.823","9568.592"],["13825.053","9530.019"],["13680.419","9559.297"],["13748.345","9455.492"],["13827.884","9379.125"],["13827.203","9427.952"],["13827.550","9554.026"],["13817.734","9504.024"],["13744.388","9484.825"],["13631.040","9501.244"],["13656.077","9519.793"],["13736.569","9452.305"],["13726.920","9410.767"],["28292.247","10049.767"],["28282.861","10101.582"],["14738.873","13011.491"],["14725.479","13019.165"],["2772.295","11009.128"],["2691.623","11064.629"],["2678.253","10989.782"],["2731.788","11084.133"],["2727.961","10935.067"],["2701.086","11006.701"],["2714.717","11051.671"],["2805.124","11029.825"],["11201.788","14791.816"],["11227.042","14665.554"],["11191.887","14700.129"],["11212.309","14706.929"],["11098.220","14827.770"],["7027.168","15701.232"],["7048.184","15705.163"],["7003.905","15681.871"],["6969.142","15679.009"],["16000.402","14014.088"],["15430.480","12118.360"],["15393.002","11979.883"],["15459.607","12096.113"],["15415.884","11960.736"],["15322.520","12010.503"],["15493.669","12034.413"],["15456.037","12098.589"],["15406.024","12016.540"],["15356.016","12115.233"],["15376.057","12021.214"],["15496.778","12078.624"],["15497.451","12027.047"],["15450.520","12094.956"],["15378.468","11985.334"],["15389.893","11987.199"],["15347.628","12106.100"],["16431.960","17244.193"],["16555.093","17286.992"],["16464.197","17242.387"],["16492.320","17335.004"],["16514.661","17356.757"],["9579.707","12007.302"],["9562.305","12018.103"],["9460.435","12098.762"],["9482.464","12085.346"],["9472.384","12057.093"],["9453.654","12038.397"],["9588.160","12036.824"],["9603.440","12019.829"],["9558.372","11916.484"],["9418.377","11956.203"],["9604.026","11985.807"],["9581.680","12011.992"],["9466.949","12091.281"],["9490.887","12036.201"],["9597.387","12021.795"],["9556.842","12106.691"],["9415.497","12103.176"],["9444.993","11924.730"],["9585.847","11972.145"],["9497.886","12089.530"],["9478.947","12056.036"],["9604.410","12028.830"],["9546.266","12116.616"],["9428.408","12107.156"],["9543.849","11987.686"],["9554.984","11985.886"],["9503.596","12107.754"],["9609.315","12011.931"],["9581.316","11983.590"],["9507.708","12115.186"],["9498.695","12122.271"],["9438.585","12110.695"],["9456.539","11969.769"],["9476.278","11976.593"],["8000.310","13280.604"],["7963.098","13310.344"],["8036.901","13283.450"],["8106.107","13304.328"],["8133.703","13283.888"],["13486.182","15745.388"],["2493.832","11055.862"],["2507.985","11049.186"],["2487.681","10988.120"],["2593.814","11033.434"],["2469.871","10988.716"],["10508.780","14469.880"],["10519.635","14480.202"],["10470.444","14489.921"],["10468.780","14497.831"],["10489.474","14468.154"],["10527.892","14451.152"],["10470.014","14455.238"],["10577.936","14559.859"],["10658.871","14607.121"],["10669.232","14614.770"],["10658.150","14644.348"],["19601.153","5194.615"],["19583.265","5155.767"],["7748.864","16569.891"],["30270.282","15264.750"],["30405.722","15246.160"],["30409.899","15160.231"],["30445.563","15152.256"],["30385.317","15164.565"],["30427.952","15172.503"],["16643.315","17299.986"],["16700.830","17242.562"],["16653.804","17305.712"],["16756.222","17285.811"],["16762.021","17272.627"],["16739.336","17257.176"],["16601.708","17295.136"],["16709.659","17209.926"],["16587.803","17345.623"],["14227.011","12903.765"],["14133.039","12841.673"],["14081.558","12871.024"],["14229.824","12867.959"],["14168.369","12776.823"],["14134.861","12864.020"],["14122.205","12761.351"],["14065.386","12886.034"],["14215.276","12770.898"],["14066.007","12767.790"],["14188.582","12843.697"],["14149.508","12771.309"],["14228.983","12808.353"],["14223.275","12792.432"],["14090.529","12771.271"],["14207.939","12820.108"],["14227.725","12904.997"],["14021.277","15446.885"],["13982.409","15423.124"],["13980.352","15385.959"],["13981.420","15357.502"],["13998.485","15453.564"],["13957.456","15296.612"],["13981.916","15433.347"],["13953.515","15359.174"],["14002.037","15441.938"],["14025.700","15448.558"],["13976.290","15347.792"],["14007.745","15451.186"],["13988.230","15467.133"],["14015.136","15435.173"],["25184.184","7460.574"],["21865.936","11039.144"],["21879.302","10960.429"],["21964.709","10944.952"],["6407.089","19093.352"],["6456.803","19018.960"],["6419.868","19003.161"],["13736.866","16275.953"],["13748.248","16213.770"],["13789.416","16237.152"],["13760.761","16335.753"],["13709.426","16228.014"],["13684.976","16227.015"],["13715.859","16196.983"],["13724.090","16177.461"],["13702.335","16194.812"],["13677.791","16196.197"],["13719.059","16161.220"],["13777.030","16240.991"],["13790.226","16251.455"],["13734.546","16281.136"],["13715.177","16299.638"],["13762.191","16278.863"],["13761.448","16300.893"],["13769.516","16257.663"],["13756.824","16350.653"],["13697.512","16147.205"],["13644.487","16340.094"],["13745.024","16253.757"],["13755.420","16253.774"],["13803.974","16188.975"],["13794.566","16170.899"],["13678.086","16241.978"],["13727.899","16205.538"],["13727.922","16183.638"],["13692.401","16195.638"],["13703.698","16177.917"],["13772.751","16251.194"],["13782.841","16258.805"],["13739.612","16303.646"],["13713.236","16307.615"],["13765.941","16284.528"],["13767.862","16301.983"],["13779.976","16273.748"],["13719.025","16150.475"],["13740.994","16262.725"],["13774.742","16230.146"],["13765.914","16239.109"],["13745.271","16216.215"],["13776.817","16238.754"],["13774.057","16320.135"],["13700.989","16220.087"],["13690.273","16238.493"],["13728.902","16199.345"],["13697.795","16176.794"],["13675.160","16192.283"],["13717.639","16154.276"],["13698.336","16166.141"],["13791.245","16247.244"],["13706.964","16296.957"],["13722.595","16298.614"],["13767.816","16283.686"],["13769.984","16300.216"],["13780.799","16254.855"],["13756.939","16346.079"],["30633.283","14672.337"],["30591.904","14776.414"],["5885.403","16579.899"],["4118.688","11804.870"],["4117.240","11809.742"],["4115.212","11793.084"],["26477.717","15666.306"],["26645.106","15645.544"],["26487.293","15596.791"],["26643.034","15701.977"],["26529.152","15576.048"],["26560.650","15552.111"],["26654.252","15543.060"],["26559.285","15533.448"],["26599.449","15573.861"],["3023.649","13114.236"],["3053.074","13072.805"],["3045.080","13040.914"],["3073.798","13062.014"],["3017.319","13045.583"],["3049.112","13039.464"],["3067.237","13053.396"],["3073.126","13030.362"],["3046.455","13060.008"],["3018.599","13024.118"],["3048.696","13022.507"],["15368.317","5236.840"],["15321.910","5189.958"],["15392.561","5208.285"],["15306.844","5190.024"],["10794.118","17686.464"],["10801.588","17654.098"],["10778.041","17714.502"],["10813.349","17684.834"],["10854.354","17658.684"],["10841.764","17680.454"],["10862.840","17693.722"],["10758.495","17638.696"],["10734.089","17638.898"],["10752.683","17639.757"],["10717.352","17674.972"],["10714.834","17686.567"],["10703.850","17704.708"],["10680.478","17670.508"],["10679.793","17704.155"],["10700.689","17730.745"],["10731.128","17736.611"],["10709.927","17743.496"],["10835.972","17788.205"],["10764.367","17775.905"],["10760.828","17788.594"],["10785.072","17812.270"],["10707.521","17772.433"],["10705.274","17756.898"],["10686.076","17731.746"],["10675.761","17747.479"],["10701.134","17670.810"],["10785.749","17659.416"],["10778.617","17706.872"],["10812.066","17686.948"],["10830.663","17684.380"],["10832.214","17660.461"],["10838.820","17683.477"],["10872.708","17703.681"],["10737.400","17631.084"],["10771.308","17646.871"],["10732.017","17649.253"],["10738.554","17637.273"],["10736.564","17650.789"],["10731.645","17672.280"],["10729.604","17685.609"],["10697.206","17693.692"],["10694.721","17672.688"],["10675.960","17691.340"],["10695.755","17743.247"],["10746.540","17739.584"],["10713.809","17758.640"],["10763.841","17775.773"],["10778.689","17778.024"],["10778.944","17801.443"],["10724.034","17789.328"],["10694.435","17758.252"],["10683.362","17745.701"],["10694.176","17646.830"],["10785.993","17682.186"],["10797.526","17664.469"],["10782.663","17691.662"],["10812.412","17695.206"],["10835.668","17678.892"],["10850.094","17655.563"],["10835.218","17673.171"],["10869.172","17694.399"],["10729.473","17635.972"],["10750.979","17631.214"],["10758.636","17642.063"],["10747.173","17637.511"],["10736.102","17683.692"],["10726.639","17705.244"],["10709.113","17704.708"],["10696.054","17672.770"],["10706.544","17732.479"],["10713.612","17741.976"],["10843.393","17803.923"],["10765.650","17777.011"],["10783.032","17776.158"],["10814.574","17787.632"],["10708.557","17766.223"],["10697.988","17770.028"],["10684.217","17733.447"],["10679.853","17764.294"],["10697.997","17645.361"],["10685.097","17669.604"],["16819.909","14373.371"],["16824.171","14331.411"],["16781.852","14275.493"],["16797.674","14325.682"],["16811.965","14377.895"],["16841.632","14338.072"],["16862.678","14425.518"],["16878.991","14386.150"],["16906.055","14383.194"],["16903.368","14412.375"],["23231.081","17108.068"],["23275.016","17061.308"],["23296.600","16997.971"],["23255.041","17053.946"],["23240.338","17081.562"],["23300.348","17032.303"],["8459.289","14205.521"],["4538.124","17147.573"],["4509.238","17176.275"],["4531.228","17154.904"],["15823.796","15904.041"],["7922.137","15604.689"],["7904.967","15615.329"],["7933.422","15596.024"],["6215.399","14599.829"],["13152.560","17677.254"],["13082.657","17689.569"],["13024.523","17734.543"],["13172.000","17781.178"],["13021.119","17716.828"],["13014.867","17766.219"],["13003.741","17766.152"],["13100.989","17797.538"],["12992.129","17663.901"],["13035.740","17733.849"],["13173.843","17657.106"],["13168.496","17801.360"],["13112.640","17713.153"],["13091.547","17788.199"],["13023.027","17651.670"],["13056.399","17667.134"],["13191.765","17698.843"],["13040.264","17722.344"],["13152.346","17679.170"],["13074.877","17663.243"],["13103.175","17764.582"],["13094.032","17643.704"],["13069.434","17624.224"],["13175.693","17724.278"],["13060.727","17823.103"],["13193.525","17674.499"],["13007.303","17826.955"],["13039.669","17755.451"],["13013.370","17803.527"],["13157.132","17829.452"],["12988.207","17829.399"],["13008.880","17763.230"],["13051.758","17758.457"],["12767.252","14455.329"],["12652.125","14463.257"],["12710.132","14537.261"],["12644.955","14644.376"],["12637.641","14454.228"],["12655.580","14454.882"],["12640.999","14457.747"],["7311.870","18451.038"],["7382.857","18457.974"],["7381.451","18395.725"],["7352.743","18365.684"],["7365.253","18257.320"],["7425.845","18431.331"],["7402.367","18328.752"],["7338.969","18290.822"],["25801.773","17299.080"],["25750.489","17302.033"],["25780.314","17356.403"],["25721.240","17302.094"],["25725.538","17266.569"],["25743.154","17235.824"],["13948.281","12388.743"],["13983.546","12545.280"],["13941.822","12455.381"],["13966.929","12420.340"],["14011.788","12441.451"],["13992.450","12363.846"],["13990.696","12379.790"],["13971.006","12463.517"],["13955.891","12459.107"],["13921.567","12342.385"],["13995.910","12541.277"],["13973.013","12457.670"],["13988.233","12356.566"],["14010.910","12385.125"],["6476.211","7818.332"],["6495.090","7746.526"],["6486.217","7893.939"],["6504.138","7789.699"],["6493.231","7774.701"],["11969.214","18885.318"],["12122.316","18807.740"],["12098.225","18857.476"],["12124.146","18863.851"],["12099.952","18845.320"],["12082.616","18822.695"],["11971.928","18842.395"],["12118.801","18826.708"],["12083.208","18839.425"],["11951.422","18750.050"],["13409.495","16798.751"],["13414.442","16823.841"],["12246.295","15472.941"],["12163.574","15465.785"],["12185.082","15428.036"],["12221.289","15417.101"],["12221.905","15472.064"],["9758.080","12976.832"],["9827.214","13008.857"],["9775.949","13150.580"],["13233.410","12824.196"],["13225.104","12836.038"],["13382.951","12929.147"],["13310.887","12792.049"],["12540.670","13346.019"],["4768.220","17309.088"],["4742.477","17378.827"],["4759.453","17343.168"],["4727.559","17399.180"],["4767.396","17312.024"],["4754.277","17370.494"],["14074.900","14200.525"],["14059.099","14043.928"],["14091.799","14048.746"],["14060.221","14109.675"],["14104.228","14115.295"],["14086.806","14056.163"],["14094.330","14119.691"],["14048.285","14086.085"],["14130.625","14223.841"],["14104.116","14051.463"],["14154.639","14142.578"],["14221.251","14190.882"],["14210.997","14040.919"],["14122.893","14077.583"],["14212.271","14188.966"],["12328.707","17949.762"],["12312.238","18003.094"],["12318.976","18032.620"],["12352.008","17975.497"],["12327.507","17960.332"],["12330.155","17959.456"],["12318.138","18032.141"],["12309.672","18024.151"],["12293.784","18026.513"],["12319.574","18022.946"],["12308.274","18003.986"],["6226.990","16970.388"],["6226.280","16941.900"],["6107.753","16794.662"],["6186.612","16950.252"],["15201.659","9256.281"],["15196.396","9217.300"],["15188.781","9193.261"],["15163.570","9266.578"],["15197.465","9244.128"],["15105.507","9325.325"],["15166.559","9261.274"],["15115.556","9318.124"],["15151.757","9262.645"],["27078.389","7228.021"],["26935.860","7134.378"],["26922.232","7107.812"],["27062.172","7255.800"],["26940.153","7131.917"],["26907.101","7126.279"],["27040.379","7245.527"],["14982.963","17061.913"],["14925.725","17043.165"],["14970.233","17044.836"],["14964.786","17005.790"],["14893.351","17000.784"],["14928.913","17005.725"],["14903.526","17129.655"],["14936.372","17120.435"],["14967.457","17125.640"],["15008.295","17043.943"],["14956.373","17189.208"],["14931.632","17183.578"],["14927.071","17139.138"],["14982.849","17149.244"],["14805.626","9113.273"],["14879.347","9009.238"],["14780.019","9002.740"],["14819.704","9115.337"],["14874.544","9003.127"],["14774.690","8987.893"],["14840.089","9132.878"],["14789.707","9022.769"],["14798.135","9004.133"],["14714.534","8976.566"],["14843.806","9002.459"],["14876.096","9129.388"],["14763.122","9048.956"],["14818.395","9140.145"],["14795.948","9000.714"],["14712.988","8962.313"],["14876.503","9120.482"],["14770.605","9022.218"],["28469.618","9019.597"],["18901.216","14177.649"],["18905.196","14202.570"],["13361.145","15159.864"],["13367.566","15156.865"],["16241.405","14982.277"],["16256.715","15024.450"],["16150.763","15059.933"],["16337.473","15070.936"],["16322.654","15043.620"],["16254.967","15046.318"],["16243.497","15069.852"],["10041.445","13771.195"],["16006.742","7578.479"],["15974.751","7639.052"],["16117.626","7484.509"],["15993.831","7565.795"],["16136.162","7480.958"],["7286.742","15844.618"],["7286.890","15840.472"],["12758.235","12137.124"],["12654.929","12144.160"],["12776.703","12225.422"],["12748.834","12220.083"],["12747.800","12188.660"],["12705.307","12211.111"],["12616.763","12157.106"],["12701.863","12163.594"],["12673.461","12200.274"],["12653.356","12183.954"],["12591.678","12155.930"],["12607.594","12221.137"],["12683.399","12140.427"],["12616.409","12178.445"],["12646.590","12131.971"],["12635.151","12170.748"],["12767.624","12228.543"],["12758.521","12216.087"],["12746.205","12184.168"],["12673.083","12190.167"],["12657.582","12156.837"],["12598.635","12155.401"],["12612.347","12233.028"],["5562.653","8859.285"],["7120.773","13689.504"],["7105.921","13684.285"],["7102.147","13610.457"],["7133.867","13787.566"],["7126.926","13787.781"],["7218.632","13753.938"],["7184.306","13749.000"],["7216.678","13637.543"],["7221.604","13625.776"],["7096.966","13621.175"],["7126.580","13794.618"],["7221.263","13744.789"],["7216.692","13607.876"],["7142.714","13673.005"],["7111.818","13631.993"],["7163.192","13758.615"],["7195.622","13726.870"],["7216.546","13641.671"],["7291.256","13618.861"],["7216.474","13794.864"],["7183.303","13764.258"],["11431.887","17381.249"],["11494.220","17400.520"],["11487.315","17263.966"],["11343.563","17371.308"],["11480.946","17247.597"],["11461.196","17377.302"],["11334.204","17381.745"],["11495.173","17207.085"],["11380.893","17394.083"],["11446.163","17396.096"],["11339.254","17375.981"],["11498.693","17250.124"],["11481.790","17228.444"],["11504.837","17201.805"],["11325.971","17213.307"],["11382.898","17244.686"],["11502.836","17367.542"],["16525.069","15168.116"],["16380.451","15278.313"],["16496.517","15155.466"],["16488.998","15253.501"],["16492.194","15105.045"],["12368.676","16263.432"],["12448.639","16083.512"],["12474.173","16112.287"],["12514.862","16121.790"],["12567.829","14769.596"],["12646.284","14674.748"],["13382.476","15817.116"],["13379.509","15758.445"],["13279.473","15826.329"],["13224.371","15910.731"],["13294.654","15729.889"],["13385.040","15754.769"],["13339.591","15735.175"],["13279.095","15837.427"],["13287.072","15754.084"],["13379.247","15773.480"],["13291.736","15808.442"],["13226.459","15912.845"],["13318.420","15746.483"],["13260.243","15920.274"],["13298.288","15886.040"],["13329.631","15920.685"],["13394.837","15898.942"],["13400.674","15875.148"],["13382.553","15928.935"],["13325.256","15860.381"],["13312.709","15827.240"],["13308.588","15844.815"],["13285.442","15871.992"],["13352.174","15727.044"],["13269.102","15751.141"],["15235.732","16318.038"],["15235.735","16278.959"],["15211.179","16263.676"],["15192.257","16277.422"],["15214.766","16229.686"],["15275.643","16146.069"],["15223.724","16297.344"],["15262.218","16347.117"],["15220.318","16337.370"],["15225.210","16233.104"],["15248.637","16185.755"],["15197.997","16279.156"],["15200.159","16274.625"],["8356.429","13618.986"],["8344.882","13788.652"],["15243.631","18273.129"],["15228.522","18285.948"],["15250.209","18340.441"],["15176.394","18329.557"],["15152.857","18355.238"],["15192.035","18424.933"],["15147.973","18452.299"],["17212.088","12294.267"],["14694.715","14438.807"],["14735.201","14422.818"],["14747.600","14429.350"],["14817.119","14371.129"],["28181.165","9545.793"],["28218.023","9532.085"],["6405.024","16433.126"],["6450.113","16499.968"],["6326.120","16561.928"],["6276.299","16521.204"],["6308.510","16398.738"],["6376.078","16358.640"],["6402.660","16407.403"],["6327.248","16373.256"],["6428.632","16522.195"],["6408.672","16390.451"],["6375.318","16390.098"],["6418.834","16423.854"],["6450.046","16441.397"],["6452.683","16487.891"],["6439.144","16488.260"],["6458.420","16356.298"],["16421.021","18345.702"],["16357.288","18333.778"],["16409.442","18321.358"],["16374.167","18321.842"],["16377.638","18349.291"],["16409.776","18360.901"],["16378.032","18375.435"],["8233.478","14250.108"],["20577.419","7491.952"],["20733.047","7584.350"],["20590.807","7488.187"],["20625.610","7477.815"],["20728.230","7666.789"],["20634.886","7569.756"],["20725.119","7663.706"],["20644.069","7659.027"],["20663.674","7657.607"],["20460.740","7148.135"],["20438.750","7081.067"],["20491.561","7151.401"],["5205.354","15107.886"],["5228.783","15086.858"],["5264.403","15218.211"],["5317.018","15157.195"],["5234.771","15219.083"],["5201.820","15204.071"],["11049.095","14396.882"],["11039.954","14376.965"],["11032.240","14402.029"],["24282.748","17088.992"],["24324.266","17041.762"],["5298.596","8698.819"],["5276.080","8594.521"],["5220.637","8579.067"],["5312.116","8722.271"],["5278.934","8662.477"],["5302.067","8571.069"],["5244.616","8655.004"],["5276.183","8694.674"],["5290.288","8659.745"],["5325.081","8619.322"],["5289.817","8554.060"],["5228.527","8724.953"],["5202.609","8697.705"],["5315.300","8682.067"],["5267.787","8664.850"],["5287.280","8605.983"],["5237.719","8563.527"],["10491.648","16985.607"],["10496.306","16933.988"],["10494.842","16930.437"],["10482.264","16885.491"],["10473.975","16886.366"],["10484.948","16885.471"],["10490.244","16879.328"],["10528.318","16911.827"],["10512.940","16918.367"],["10576.121","16939.740"],["10574.871","16930.987"],["10533.486","16905.021"],["10542.154","16886.574"],["10539.044","16932.536"],["10519.307","16936.285"],["10529.643","16966.240"],["10527.902","16979.690"],["10499.316","16915.821"],["10481.059","16925.400"],["10475.603","16884.797"],["10468.778","16865.243"],["10507.168","16862.466"],["10499.405","16860.583"],["10518.614","16907.418"],["10518.631","16915.510"],["10576.861","16936.437"],["10589.098","16941.029"],["10541.167","16880.694"],["10531.249","16902.164"],["10519.636","16942.396"],["10532.958","16952.520"],["10463.579","16979.229"],["10535.481","16966.752"],["10526.583","16955.670"],["10664.205","16865.457"],["10626.080","16878.147"],["10549.247","16890.494"],["10494.904","16981.592"],["10501.372","16923.699"],["10485.730","16928.026"],["10490.324","16886.564"],["10476.754","16860.949"],["10481.560","16882.449"],["10485.244","16868.741"],["10519.190","16907.220"],["10531.114","16904.247"],["10580.693","16936.768"],["10533.799","16904.724"],["10553.848","16881.256"],["10530.277","16936.682"],["10536.501","16788.592"],["9809.915","9617.575"],["9774.979","9608.100"],["9777.749","9602.170"],["5955.345","14088.704"],["23058.159","16479.970"],["23035.650","16438.628"],["22982.324","16420.562"],["22917.830","16504.529"],["14412.500","9704.076"],["14384.595","9692.748"],["14399.899","9714.993"],["14397.432","9735.125"],["8936.061","19026.644"],["8914.047","19075.187"],["8837.845","19038.325"],["8917.163","19038.122"],["8888.981","19091.818"],["8811.414","19069.456"],["8983.705","19062.934"],["8976.044","19040.979"],["8785.723","19046.648"],["8963.380","19086.561"],["8802.055","19072.231"],["10174.486","17254.254"],["10068.919","17199.486"],["10053.952","17213.557"],["10171.588","17240.203"],["10160.269","17280.236"],["10041.863","17206.225"],["10083.477","17225.594"],["10122.301","17214.216"],["10069.347","17251.692"],["10108.584","17229.625"],["23090.521","17210.878"],["23074.801","17245.742"],["23043.748","17255.127"],["22985.940","17249.560"],["22962.783","17273.109"],["22998.482","17299.018"],["22971.089","17299.456"],["23060.278","17346.680"],["23063.578","17341.641"],["23082.560","17379.555"],["23051.588","17377.541"],["22969.884","17359.629"],["22949.256","17369.073"],["22924.289","17342.961"],["22968.649","17392.445"],["22945.458","17209.917"],["22951.453","17234.003"],["22978.467","17199.149"],["6614.103","14899.993"],["6538.436","14989.361"],["11531.648","18839.013"],["5004.883","17873.500"],["5044.046","17895.088"],["5019.148","17925.575"],["5007.200","17913.230"],["5059.906","17944.039"],["5034.490","17950.297"],["5025.751","17992.968"],["5007.883","17934.838"],["5042.990","17950.311"],["5000.048","17869.685"],["5045.148","17894.691"],["5032.404","17917.334"],["4996.690","17925.253"],["5062.834","17945.922"],["5034.951","17964.533"],["5026.310","17991.085"],["5035.964","17928.670"],["4995.104","17935.961"],["5001.164","18008.284"],["5047.234","17958.651"],["16554.311","14229.062"],["16552.193","14171.270"],["16542.421","14179.134"],["16479.090","14165.374"],["16512.519","14131.856"],["16359.807","14169.853"],["16422.752","14225.991"],["16393.004","14226.930"],["16427.108","14211.023"],["14228.746","17904.562"],["14238.779","17880.483"],["14238.302","17908.493"],["14229.206","17946.841"],["20839.618","7487.199"],["20814.198","7583.573"],["20812.405","7586.844"],["20932.448","7556.099"],["20781.336","7597.314"],["12778.933","17216.387"],["12943.387","17220.073"],["12939.307","17390.648"],["12944.456","17392.571"],["12783.467","17225.969"],["12928.288","17218.355"],["12920.509","17367.039"],["12884.718","17358.675"],["12811.767","17202.733"],["12941.989","17220.602"],["12979.738","17335.186"],["12959.670","17363.570"],["5700.783","11391.516"],["5667.741","11284.171"],["5707.824","11372.332"],["5824.379","11450.532"],["5792.993","11369.101"],["5780.097","11393.668"],["5779.970","11351.684"],["5781.895","11327.916"],["5791.351","11313.033"],["5812.369","11288.331"],["5829.837","11338.270"],["5784.749","11425.606"],["5735.896","11361.305"],["5738.989","11335.745"],["5753.162","11288.165"],["5816.982","11398.154"],["5812.456","11456.859"],["5792.773","11438.574"],["5822.154","11351.265"],["5746.364","11403.393"],["5764.088","11393.444"],["5758.330","11369.193"],["5804.953","11327.550"],["5830.222","11316.630"],["5803.494","11386.485"],["5772.630","11419.715"],["5759.709","11433.558"],["5746.729","11377.541"],["5740.945","11338.022"],["5707.464","11330.624"],["22984.007","17409.829"],["22984.929","17419.033"],["23001.734","17421.786"],["23068.473","17428.368"],["23033.803","17448.082"],["23061.559","17430.841"],["23079.168","17503.242"],["23038.373","17461.078"],["23084.932","17493.077"],["23037.298","17462.887"],["23070.339","17500.792"],["23055.966","17521.433"],["23068.022","17523.676"],["23081.464","17529.044"],["14466.366","16672.601"],["14488.223","16565.461"],["14504.473","16586.684"],["14599.036","16626.302"],["14575.813","16575.418"],["14587.753","16586.814"],["14586.536","16643.462"],["14559.375","16647.856"],["14526.562","16576.873"],["14553.964","16606.981"],["14547.450","16581.646"],["14533.783","16568.484"],["14495.658","16609.161"],["14522.971","16769.620"],["14583.691","16601.347"],["14589.711","16643.164"],["14578.863","16666.744"],["14521.085","16615.883"],["14549.146","16619.647"],["14611.536","16606.352"],["15499.026","12821.187"],["15433.178","12775.720"],["15491.611","12871.479"],["15379.603","12783.470"],["15456.586","12911.680"],["15423.432","12792.850"],["15449.951","12939.529"],["15342.543","12788.561"],["23529.448","17698.730"],["23539.339","17728.974"],["23524.762","17773.855"],["23541.474","17788.178"],["23550.087","17782.709"],["23710.793","17655.530"],["20174.600","13839.441"],["20168.608","13867.274"],["6159.106","9293.159"],["6079.152","9284.195"],["6111.784","9316.598"],["6053.909","9237.770"],["6051.760","9259.466"],["6120.978","9274.539"],["6238.701","9248.171"],["6064.302","9261.712"],["6119.118","9284.616"],["6082.583","9278.657"],["6048.282","9245.858"],["6110.104","9295.697"],["4576.037","9449.367"],["4593.644","9586.324"],["4594.203","9453.623"],["4612.742","9536.765"],["4655.596","9520.431"],["4728.663","9468.321"],["4771.722","9388.098"],["4677.620","9413.689"],["4702.297","9445.039"],["4683.693","9423.603"],["4587.630","9497.430"],["4595.700","9455.043"],["4592.462","9522.099"],["4631.352","9537.558"],["4705.880","9504.405"],["4748.236","9462.474"],["4764.238","9378.156"],["4699.649","9437.145"],["4732.154","9509.476"],["4577.584","9420.747"],["4775.079","9526.281"],["15993.054","17753.630"],["15991.734","17774.697"],["15970.833","17755.843"],["15973.049","17790.502"],["15991.053","17647.741"],["10220.795","15110.581"],["10171.109","15263.148"],["10128.985","15116.224"],["10067.208","15161.955"],["10213.693","15104.912"],["12721.366","13440.190"],["12729.447","13427.530"],["20213.647","16339.341"],["10173.254","18722.771"],["10217.538","18786.871"],["10213.672","18812.513"],["10158.133","18754.260"],["10076.021","18742.799"],["10066.584","18873.809"],["10140.618","18860.781"],["10119.892","18795.034"],["10243.284","18700.836"],["10212.563","18733.568"],["10223.525","18784.873"],["10195.645","18832.761"],["10128.034","18743.327"],["10071.041","18870.820"],["10121.325","18878.915"],["10162.435","18887.904"],["10099.464","18794.852"],["10241.590","18679.944"],["10206.971","18733.353"],["10217.629","18690.979"],["10211.995","18759.704"],["10207.307","18781.993"],["10131.735","18783.162"],["10069.726","18866.328"],["10148.331","18851.797"],["10108.362","18774.753"],["10169.438","18722.374"],["10216.270","18787.459"],["10156.652","18763.690"],["10092.624","18882.251"],["10125.056","18786.396"],["6242.935","9478.268"],["6178.201","9563.872"],["6229.106","9534.136"],["6147.642","9557.635"],["6092.301","9568.537"],["6180.841","9566.788"],["6082.670","9567.969"],["6113.038","9555.589"],["6205.565","9507.565"],["6247.272","9495.647"],["6238.012","9461.208"],["6233.830","9514.794"],["12783.669","17615.582"],["12854.749","17525.476"],["12844.330","17469.245"],["12783.070","17495.756"],["12867.752","17468.642"],["12941.674","17460.783"],["12840.464","17502.887"],["12798.230","17560.625"],["12856.876","17461.349"],["12874.940","17471.813"],["12801.011","17604.925"],["12824.650","17504.997"],["12786.645","17604.343"],["12865.746","17500.319"],["12805.908","17472.218"],["12813.662","17503.981"],["12796.322","17553.755"],["12936.233","17427.470"],["12969.818","17423.043"],["12839.277","17457.682"],["12893.567","17420.244"],["9929.700","17669.963"],["9925.172","17677.491"],["9932.101","17658.733"],["9943.532","17661.177"],["9921.422","17668.259"],["9902.425","17683.635"],["9929.881","17674.802"],["9940.473","17669.831"],["9920.271","17678.301"],["9918.544","17667.533"],["9881.642","17650.926"],["10015.315","17640.645"],["9913.896","17766.015"],["10027.524","17763.682"],["9849.446","17824.438"],["9842.250","17711.241"],["9984.212","17652.236"],["9922.328","17738.350"],["9900.672","17710.794"],["9975.074","17759.134"],["7723.952","9835.851"],["7706.844","9902.489"],["7723.952","9831.392"],["7694.196","9915.817"],["7709.008","9884.338"],["7721.902","9893.731"],["13296.802","10868.309"],["12884.577","17620.582"],["12978.430","17600.036"],["12873.614","17547.325"],["12978.446","17578.417"],["12810.543","17608.818"],["12983.712","17450.210"],["12901.982","17611.877"],["5429.029","17309.954"],["5440.257","17340.997"],["5418.694","17285.604"],["5414.189","17341.108"],["5419.887","17247.311"],["9007.981","16353.459"],["20127.365","6876.191"],["20038.122","6890.213"],["20071.411","6878.536"],["19968.714","6849.224"],["19959.372","6881.561"],["26709.160","7646.871"],["26709.390","7630.504"],["26758.305","7574.286"],["26788.184","7646.142"],["5093.993","14232.198"],["5076.577","14155.142"],["5003.288","14176.341"],["5011.718","14067.595"],["5040.155","14087.227"],["5107.029","14219.112"],["5033.962","14171.195"],["4994.598","14140.630"],["5052.459","14218.436"],["4994.768","14190.626"],["4988.692","14109.460"],["5046.833","14056.249"],["5058.050","14089.968"],["5142.950","14209.517"],["5026.736","14237.941"],["5037.606","14087.050"],["5042.211","14070.051"],["5122.819","14230.706"],["4999.815","14029.863"],["5042.663","14154.630"],["5026.557","14172.270"],["5010.502","14162.447"],["5026.050","14085.496"],["5010.107","14227.206"],["5059.176","14165.563"],["5036.922","14079.468"],["12752.287","13852.736"],["12770.908","13866.250"],["12762.088","13942.292"],["12775.332","13861.319"],["12648.912","14012.847"],["12613.385","14004.768"],["12592.631","13991.747"],["12739.850","13922.897"],["12765.683","13911.181"],["12762.623","13968.970"],["12767.387","13825.103"],["12661.841","13904.031"],["12622.038","13964.928"],["12660.636","13931.166"],["12679.498","13953.868"],["12654.458","13999.590"],["12682.579","14011.002"],["12635.668","13986.190"],["12692.737","13931.134"],["12690.876","13925.267"],["21249.490","14466.179"],["28037.167","15892.530"],["27992.610","15885.375"],["9656.679","12140.348"],["9643.060","12130.620"],["9642.929","12138.019"],["9671.662","12156.631"],["9680.132","12160.347"],["9772.546","12143.955"],["9820.777","12282.139"],["9763.107","12273.232"],["9680.806","12230.917"],["9767.480","12182.716"],["9770.440","12174.310"],["9805.671","12231.802"],["9824.332","12199.250"],["9817.202","12177.164"],["9678.311","12259.393"],["9649.718","12300.309"],["9646.275","12295.160"],["13311.896","14538.484"],["13358.140","14585.285"],["13352.778","14574.385"],["13404.313","14521.555"],["13340.669","14554.290"],["13257.233","14617.239"],["13234.047","14635.077"],["13311.269","14629.951"],["13250.549","14503.098"],["13382.005","14626.788"],["13407.504","14502.447"],["13311.962","14538.285"],["13333.696","14551.202"],["13367.047","14504.080"],["13269.173","14607.032"],["13298.276","14621.908"],["13250.845","14486.269"],["13296.716","14537.509"],["13380.969","14585.946"],["13362.298","14549.038"],["13248.762","14609.559"],["13244.409","14635.325"],["13326.154","14614.262"],["25135.108","7088.668"],["25119.789","7076.918"],["25189.923","7073.956"],["25194.989","7118.680"],["13715.551","12733.922"],["13748.195","12683.978"],["13744.001","12756.926"],["13708.199","12691.412"],["13798.606","12728.751"],["20329.819","5615.643"],["20276.897","5744.799"],["20308.739","5738.424"],["20254.298","5774.394"],["20319.479","5731.570"],["20183.799","5685.090"],["6317.046","9582.081"],["6304.880","9556.174"],["6380.100","9527.373"],["6436.940","9511.217"],["6458.644","9492.888"],["6399.031","9428.514"],["6262.201","9521.466"],["6292.611","9514.195"],["6453.282","9509.801"],["6442.779","9399.499"],["6403.366","9405.341"],["28797.649","11773.901"],["28978.320","11855.526"],["6267.096","9107.998"],["6354.575","9075.611"],["6289.046","9128.887"],["6356.483","9130.736"],["6370.369","9147.360"],["6403.507","9122.258"],["6346.109","9126.270"],["6406.714","9130.796"],["10474.225","16699.364"],["10628.584","16721.122"],["10615.515","16718.913"],["10628.218","16744.823"],["16253.963","16315.193"],["16314.486","16239.509"],["16258.075","16229.416"],["16228.890","16325.597"],["16230.881","16344.702"],["27288.779","17162.707"],["27202.836","17163.016"],["26077.107","15919.632"],["26073.916","15886.529"],["11540.918","17499.365"],["11587.757","17440.093"],["11591.417","17440.658"],["11578.856","17452.781"],["11525.486","17442.261"],["11721.260","17456.869"],["11698.101","17470.242"],["11669.355","17448.774"],["11674.239","17500.386"],["11697.578","17495.720"],["11674.528","17498.631"],["11674.467","17507.049"],["11613.305","17488.777"],["11684.113","17456.157"],["11675.737","17437.692"],["11530.611","17477.013"],["11590.722","17444.903"],["11604.238","17443.660"],["11588.341","17441.616"],["11600.336","17449.098"],["11720.882","17468.314"],["11685.618","17475.064"],["11674.174","17447.800"],["11678.825","17495.306"],["11611.413","17490.693"],["11685.298","17468.741"],["11606.153","17442.395"],["11538.242","17469.845"],["11587.387","17444.572"],["11583.543","17453.739"],["11675.083","17497.370"],["11616.101","17474.475"],["11694.656","17466.941"],["11711.346","17464.232"],["11623.768","17417.886"],["20182.158","15460.937"],["20176.492","15424.483"],["20173.074","15388.425"],["20236.722","15404.722"],["20329.426","15381.747"],["18472.616","17597.272"],["7002.862","6141.044"],["6992.388","6035.596"],["6939.816","6050.819"],["6893.002","6051.847"],["6871.519","6099.238"],["6973.699","6123.552"],["7007.630","5997.200"],["16171.136","12569.911"],["7327.596","16070.374"],["7342.276","16012.538"],["7350.484","16117.641"],["7382.514","16113.529"],["7330.615","15983.818"],["6687.046","7457.363"],["6700.271","7413.806"],["6680.688","7438.776"],["6862.349","7385.248"],["6806.084","7388.157"],["6708.477","7473.680"],["6675.047","7420.180"],["6860.262","7373.326"],["6711.844","7473.445"],["6726.777","7441.310"],["6689.696","7447.706"],["6725.758","7439.278"],["6690.371","7421.579"],["6712.856","7400.893"],["11731.668","13982.995"],["11834.214","14009.319"],["11775.451","13920.493"],["11887.270","13925.267"],["11824.125","14018.281"],["11752.921","13937.020"],["11766.287","13937.067"],["11798.882","13970.878"],["11930.414","13963.855"],["11924.708","13952.259"],["8574.221","11663.408"],["8576.118","11700.942"],["18549.787","12022.807"],["11704.016","12089.309"],["11720.628","12095.469"],["13859.445","17810.929"],["13857.511","17721.884"],["13918.629","17828.622"],["13894.125","17681.126"],["13903.951","17751.014"],["13991.862","17807.513"],["13977.092","17807.365"],["14003.227","17811.279"],["13919.313","17813.558"],["14000.760","17733.194"],["13855.679","17816.627"],["13902.988","17738.300"],["13911.938","17719.854"],["13956.854","17646.880"],["13970.241","17681.131"],["13901.467","17754.499"],["13982.833","17715.672"],["13910.398","17738.083"],["13904.905","17780.709"],["13970.382","17743.814"],["13993.079","17781.056"],["13928.063","17812.402"],["13914.214","17799.668"],["13915.069","17801.700"],["13949.411","17801.303"],["13903.178","17786.341"],["13855.366","17755.603"],["13861.188","17752.118"],["13895.537","17737.722"],["13898.991","17758.746"],["13924.994","17826.557"],["13916.524","17821.074"],["13916.296","17698.880"],["13906.362","17708.326"],["13907.107","17639.895"],["13966.146","17653.767"],["13962.742","17639.217"],["13964.221","17688.001"],["13967.725","17724.880"],["13853.508","17802.473"],["13859.083","17761.994"],["13867.067","17699.125"],["13914.534","17717.788"],["14025.110","17727.913"],["13917.330","17831.941"],["13899.994","17796.136"],["13908.500","17685.122"],["13929.175","17721.588"],["13896.745","17627.971"],["14001.673","17656.244"],["13976.836","17674.987"],["13999.402","17708.364"],["13789.459","9823.712"],["20589.204","8638.136"],["20629.550","8623.801"],["20733.953","8644.255"],["20587.971","8643.057"],["20652.594","8697.797"],["20657.281","8697.615"],["20728.465","8637.487"],["20684.205","8675.831"],["20720.735","8635.175"],["22481.584","15920.439"],["22569.121","15758.034"],["22636.008","15792.412"],["22508.840","15754.724"],["22656.068","15864.333"],["22589.615","15835.837"],["22657.721","15756.651"],["22533.627","7175.227"],["22563.758","7188.065"],["22625.158","7140.500"],["22534.743","7167.367"],["22595.789","7119.017"],["22655.915","7106.060"],["22503.871","7103.850"],["22561.069","7070.412"],["22660.882","7090.287"],["22609.352","7164.332"],["22629.254","7114.301"],["9198.285","17904.850"],["16125.887","18124.618"],["16138.585","18188.515"],["15965.369","18147.839"],["16019.909","18193.470"],["16013.198","18214.197"],["15994.267","18205.989"],["28398.957","15997.557"],["28377.266","15944.264"],["28470.021","15961.810"],["28391.643","15994.658"],["28432.347","16037.515"],["28408.617","16036.329"],["28380.609","16102.053"],["28369.555","16136.733"],["25910.201","6845.800"],["14058.077","12303.129"],["14159.123","12327.291"],["14213.041","12163.675"],["14191.301","12193.762"],["14089.509","12216.630"],["14122.941","12155.088"],["14085.102","12131.212"],["14130.246","12335.789"],["14117.347","12323.112"],["14081.856","12152.178"],["14192.703","12295.423"],["14155.361","12241.996"],["14085.174","12236.862"],["14115.256","12191.858"],["14093.931","12321.115"],["14129.836","12299.414"],["14112.119","12186.679"],["14095.129","12131.485"],["14237.814","12254.487"],["14241.301","12244.083"],["14150.003","12245.170"],["14146.276","12182.196"],["14120.855","12254.308"],["14098.914","12317.316"],["14102.531","12137.364"],["14086.297","12153.103"],["14071.293","12128.739"],["14053.315","12326.756"],["12660.446","14392.668"],["12684.034","14418.034"],["12625.449","14422.146"],["12663.391","14295.412"],["12612.947","14226.622"],["12712.502","14337.911"],["12679.185","14272.435"],["12654.642","14381.888"],["12692.289","14341.555"],["12661.531","14268.164"],["12622.488","14429.050"],["12631.865","14269.022"],["12701.626","14347.634"],["12661.414","14283.997"],["16788.128","16500.663"],["16802.429","16550.782"],["16821.783","16432.746"],["16884.448","16379.302"],["16906.173","16436.393"],["16860.861","16400.254"],["16803.059","16394.241"],["16870.878","16556.989"],["11645.121","14449.761"],["8976.539","16469.997"],["8978.772","16376.213"],["8951.097","16458.504"],["26285.789","16201.608"],["26333.714","16197.197"],["13537.136","17996.593"],["13506.495","17991.126"],["19846.492","17349.010"],["19934.823","17289.155"],["19746.684","17380.541"],["19878.449","17335.682"],["12194.323","19130.595"],["12221.428","19171.420"],["12150.640","19153.921"],["12168.600","19156.184"],["3374.685","11774.124"],["3365.323","11794.947"],["3356.067","11779.756"],["3313.199","11766.937"],["3305.597","11804.216"],["3319.324","11886.153"],["3304.101","11858.543"],["3318.491","11833.968"],["3325.140","11865.492"],["3331.806","11743.330"],["3336.434","11818.967"],["3307.137","11730.600"],["3327.740","11726.269"],["3316.682","11815.711"],["3304.242","11878.375"],["3311.271","11838.857"],["3346.768","11856.855"],["3337.075","11822.022"],["14443.556","8502.441"],["14309.335","8431.632"],["14379.162","8402.017"],["14415.776","8487.131"],["14368.157","8515.008"],["14339.662","8422.010"],["14375.067","8394.172"],["14365.952","8521.994"],["14436.314","8517.130"],["14432.210","8476.902"],["14265.086","8481.420"],["14333.292","8392.118"],["14376.445","8517.287"],["14458.074","8525.917"],["14279.852","8473.811"],["14324.838","8376.362"],["12461.114","15609.867"],["12383.035","15538.188"],["12468.341","15600.488"],["12484.957","15517.037"],["5719.685","17535.192"],["5807.209","17584.991"],["5756.913","17612.869"],["5777.167","17570.032"],["5733.371","17564.023"],["5752.385","17594.388"],["5742.862","17599.392"],["5806.271","17598.451"],["5768.178","17611.720"],["5758.113","17606.213"],["5773.806","17578.525"],["14383.208","14677.583"],["14348.291","14785.431"],["14410.503","14808.375"],["15548.623","17108.019"],["15529.725","17196.053"],["15515.348","17178.728"],["30661.953","14649.432"],["7372.402","13221.758"],["7369.442","13216.969"],["7347.747","13270.316"],["7335.987","13252.777"],["7397.493","13338.607"],["7432.497","13378.736"],["7429.257","13354.756"],["7332.583","13349.431"],["7310.732","13381.069"],["7358.041","13386.665"],["7348.600","13365.376"],["7379.508","13215.928"],["7342.796","13265.279"],["7373.562","13303.479"],["7426.593","13370.016"],["7329.307","13381.363"],["7379.475","13211.172"],["7357.747","13288.466"],["7399.763","13325.742"],["7439.142","13357.068"],["7369.505","13373.601"],["7374.852","13391.814"],["7370.003","13311.833"],["6249.534","17990.220"],["6192.420","17977.912"],["8650.031","19341.727"],["8654.752","19329.605"],["14384.905","15272.871"],["14403.296","15284.676"],["14423.329","15295.188"],["14438.189","16477.541"],["30485.574","15224.268"],["30466.626","15248.046"],["30481.445","15155.998"],["30509.827","15171.598"],["30543.289","15145.000"],["30583.326","15102.213"],["18328.754","13626.400"],["18333.794","13621.090"],["18416.952","13740.315"],["18368.779","13813.942"],["13344.127","11778.342"],["9770.727","13713.432"],["9757.685","13713.729"],["9662.647","13740.417"],["9790.427","13780.640"],["9788.241","13711.076"],["9757.320","13717.583"],["9712.465","13733.262"],["9711.659","13698.596"],["9623.561","13616.128"],["9620.381","13665.955"],["9620.800","13720.694"],["9636.770","13716.780"],["9766.566","13687.585"],["9659.160","13744.629"],["9780.511","13713.322"],["9734.850","13720.677"],["9619.986","13649.423"],["9638.185","13713.955"],["9758.030","13705.620"],["9661.315","13755.430"],["9781.399","13730.366"],["9727.103","13738.629"],["9627.338","13672.115"],["9636.655","13686.094"],["20910.558","15728.787"],["26086.347","17394.831"],["17210.529","4744.488"],["17257.728","4774.227"],["17306.003","4745.324"],["17265.614","4779.836"],["17287.648","4732.839"],["17375.210","4749.918"],["17225.578","4734.315"],["17246.222","4744.642"],["17288.026","4751.121"],["17339.174","4739.970"],["17360.095","4745.492"],["17364.351","4760.238"],["25191.546","7534.055"],["20055.576","17328.583"],["20012.732","17226.988"],["19952.768","17376.553"],["19960.391","17293.854"],["7481.734","7884.656"],["7476.030","7867.869"],["7465.220","7885.664"],["4572.837","13047.162"],["8923.719","14824.181"],["8777.788","14810.617"],["29938.489","16056.203"],["29948.662","15971.800"],["29928.760","16013.227"],["29894.243","16038.525"],["29853.637","16032.681"],["30010.718","16140.364"],["30007.829","16105.258"],["30021.046","16092.026"],["25685.865","17002.885"],["25663.845","17014.586"],["25639.081","17142.363"],["27401.126","16990.394"],["27345.649","17020.042"],["27362.760","16986.906"],["27344.277","17012.028"],["27369.029","17023.568"],["16256.256","16820.110"],["16226.488","16936.518"],["16309.728","16856.834"],["16248.036","16915.779"],["7471.706","19335.474"],["7457.401","19459.747"],["7403.283","19324.145"],["7379.156","19367.670"],["7440.822","19448.153"],["7312.609","19313.064"],["7495.093","19396.649"],["7454.326","19444.867"],["7384.912","19328.704"],["7483.865","19464.388"],["7400.701","19340.908"],["14111.935","15292.963"],["14211.564","15092.112"],["9274.823","9203.071"],["9290.625","9249.626"],["9307.117","9226.109"],["6757.854","6003.442"],["16369.237","14264.296"],["16400.470","14322.514"],["16371.910","14427.148"],["16426.097","14409.127"],["16541.623","14310.046"],["16415.385","14314.131"],["16517.397","14410.345"],["16499.771","14410.989"],["16439.798","14432.858"],["5186.188","14381.810"],["5157.918","14338.353"],["5160.520","14266.504"],["5048.882","14432.737"],["5171.769","14307.617"],["5115.894","14247.996"],["5018.775","14244.085"],["5198.050","14342.118"],["5151.408","14288.816"],["5063.454","14421.936"],["5179.219","14294.917"],["5097.917","14262.463"],["5082.435","14429.648"],["5172.196","14295.495"],["5109.036","14262.992"],["5109.766","14239.399"],["5180.909","14385.146"],["5117.937","14303.481"],["5023.136","14240.737"],["5134.700","14266.087"],["5151.271","14381.315"],["5191.076","14319.145"],["5162.789","14251.954"],["5082.647","14436.257"],["5080.892","14411.279"],["5008.108","14378.404"],["13794.548","9593.223"],["10767.726","17843.443"],["10755.472","17836.764"],["10696.867","17836.697"],["10714.908","17858.973"],["10679.995","17903.204"],["10728.657","17901.714"],["10724.329","17961.529"],["10723.449","17984.472"],["10711.308","17988.352"],["10701.209","17838.612"],["10711.043","17902.801"],["10738.081","17920.161"],["10703.698","17948.611"],["10725.686","17966.866"],["10699.236","18000.623"],["10778.137","17836.193"],["10729.453","17873.762"],["10685.206","17843.055"],["10715.287","17902.256"],["10741.782","17899.154"],["10678.786","17876.581"],["10730.423","17968.914"],["10693.791","17981.796"],["8116.046","18294.740"],["8145.383","18336.100"],["8133.341","18363.246"],["8107.361","18326.268"],["8140.167","18343.725"],["17513.234","17544.334"],["17500.320","17565.515"],["11521.628","16457.349"],["11564.182","16419.498"],["17226.545","16618.670"],["14021.952","14865.677"],["13981.618","14867.294"],["13970.068","14794.173"],["13866.073","14789.141"],["7922.538","8476.240"],["7928.192","8528.523"],["7831.562","8528.216"],["7844.551","8522.774"],["7896.206","8420.217"],["7905.638","8396.252"],["7857.286","8507.747"],["7873.399","8512.183"],["20754.149","7085.545"],["20594.363","7102.985"],["13321.957","18499.962"],["13382.277","18552.548"],["13363.823","18565.611"],["13344.490","18470.515"],["13396.208","18583.200"],["13284.128","18467.459"],["13394.826","18582.738"],["13406.064","18518.397"],["14927.734","16355.015"],["14943.238","16433.747"],["14969.601","16472.873"],["14909.673","16485.628"],["14922.135","16542.415"],["14916.701","16438.483"],["14891.690","16540.498"],["14939.695","16386.738"],["15035.704","16371.213"],["15065.609","16388.797"],["14962.039","16398.317"],["15019.441","16483.519"],["14980.291","16361.238"],["14914.966","16413.203"],["14929.567","16519.468"],["14937.867","16371.296"],["14939.958","16391.132"],["15055.774","16386.353"],["14999.391","16553.115"],["14957.040","16451.266"],["14964.058","16461.609"],["14964.602","16377.899"],["14895.624","16354.271"],["14896.632","16490.894"],["14883.440","16418.754"],["15035.704","16357.340"],["14913.025","16397.200"],["14920.714","16440.399"],["14928.965","16553.841"],["14925.422","16522.738"],["14928.782","16463.121"],["15003.130","16421.114"],["15043.615","16534.576"],["14999.053","16465.776"],["14972.022","16382.240"],["15035.195","16353.358"],["15054.021","16412.411"],["15047.514","16468.502"],["14990.102","16423.749"],["14990.840","16553.264"],["14901.247","16384.354"],["14934.776","16504.524"],["23279.698","16231.637"],["23183.046","16222.199"],["23247.132","16275.381"],["10096.874","7654.924"],["6150.717","15356.975"],["6121.347","15457.121"],["6172.945","15407.621"],["6187.612","15414.076"],["6136.951","15455.075"],["6145.573","15419.954"],["6188.913","15422.307"],["6189.735","15444.537"],["6147.861","15479.619"],["6083.267","15499.992"],["6157.559","15351.294"],["6138.685","15394.739"],["6160.292","15428.874"],["6152.987","15437.701"],["6140.326","15423.241"],["6221.656","15426.272"],["6129.836","15342.968"],["6184.856","15443.798"],["6169.343","15453.353"],["6144.820","15398.951"],["6170.654","15437.644"],["6126.888","15409.318"],["17771.061","17374.900"],["17638.753","17261.630"],["17756.552","17276.668"],["17624.950","17332.429"],["17713.310","17242.054"],["17776.789","17295.428"],["17674.662","17320.767"],["17765.519","17367.815"],["17702.669","17240.749"],["17687.210","17403.166"],["11440.909","19154.849"],["11484.675","19106.509"],["5205.305","14680.087"],["13272.803","12689.410"],["13238.449","12722.705"],["13330.214","12705.605"],["13325.604","12596.648"],["13357.991","12595.544"],["13377.996","12611.268"],["13296.697","12742.111"],["13338.372","12688.875"],["13396.483","12627.123"],["13272.479","12709.446"],["13335.827","12636.264"],["13336.896","12659.139"],["13398.950","12628.477"],["13275.497","12756.132"],["13321.102","12683.607"],["25930.124","17586.918"],["25853.998","17576.694"],["26002.365","17614.423"],["25906.975","17546.310"],["25981.199","17540.163"],["25970.168","17533.266"],["26039.332","17585.605"],["25870.566","17418.088"],["16014.651","15985.536"],["16089.818","16001.532"],["15948.608","16036.652"],["15976.791","15961.026"],["15976.658","15968.643"],["15978.196","16001.182"],["16039.555","16046.215"],["15938.860","16024.289"],["15999.878","15972.479"],["16060.048","16065.363"],["16103.499","16124.651"],["15965.343","15961.363"],["15988.999","15944.543"],["12130.540","15282.825"],["12124.487","15283.518"],["11992.747","15264.092"],["12024.474","15242.540"],["12001.338","15231.858"],["12123.764","15290.339"],["12006.941","15263.184"],["13432.367","16758.748"],["13502.255","16600.655"],["13535.267","16570.194"],["13440.554","16620.757"],["13425.248","16587.744"],["13416.461","16586.554"],["13435.114","16754.900"],["13411.351","16680.683"],["13486.064","16615.987"],["13511.696","16592.546"],["13464.935","16592.846"],["13530.843","16586.461"],["13449.205","16604.985"],["13416.773","16592.203"],["13445.895","16740.378"],["13416.657","16749.919"],["13502.798","16593.488"],["13468.587","16615.141"],["13529.396","16576.172"],["13449.830","16598.726"],["13456.224","16579.412"],["13420.457","16569.577"],["13880.550","12353.548"],["13874.114","12439.819"],["13852.757","12514.303"],["13897.404","12359.398"],["13850.052","12514.947"],["13845.192","12506.805"],["13834.081","12452.505"],["13886.084","12401.381"],["13884.996","12444.369"],["13837.226","12448.196"],["13877.100","12517.524"],["13844.781","12526.211"],["13529.182","12419.408"],["13609.919","12387.130"],["13470.431","12414.905"],["13513.351","12402.903"],["13528.416","12398.460"],["13615.659","12413.408"],["13424.161","12374.973"],["13448.503","12409.093"],["13481.772","12386.421"],["13535.702","12362.870"],["9711.220","17483.727"],["9701.129","17467.680"],["9631.301","17465.118"],["9808.391","17498.804"],["9814.932","17452.827"],["9807.053","17551.969"],["9767.692","17554.385"],["9746.724","17526.178"],["9704.543","17469.194"],["9719.230","17476.510"],["9685.850","17464.691"],["9696.573","17462.676"],["9636.844","17465.284"],["9620.429","17462.311"],["9787.108","17519.463"],["9795.915","17529.324"],["9737.243","17506.381"],["9829.600","17490.421"],["9830.044","17518.331"],["9737.168","17543.684"],["9693.359","17483.777"],["9711.023","17483.017"],["9701.738","17461.520"],["9704.633","17447.515"],["9634.574","17462.393"],["9632.239","17482.129"],["9804.961","17490.241"],["9796.658","17471.467"],["9796.833","17537.093"],["9799.037","17531.907"],["22941.759","16968.811"],["22906.593","16912.931"],["22890.617","16888.303"],["22937.727","16918.722"],["22945.729","16903.662"],["22972.694","16909.354"],["23013.431","16944.549"],["22966.068","16940.488"],["22963.261","16943.930"],["23054.900","16925.859"],["23061.580","16911.843"],["23078.991","16888.199"],["22990.765","16923.768"],["23021.391","16915.442"],["12588.462","16211.757"],["12569.708","16257.642"],["12588.404","16145.285"],["12744.636","16169.955"],["12767.157","16148.345"],["12725.852","16331.482"],["12645.892","16313.328"],["7123.669","7594.456"],["7097.730","7663.746"],["7174.429","7684.949"],["7148.814","7631.227"],["7128.453","7669.378"],["7117.500","7646.325"],["7135.202","7609.281"],["7135.728","7678.029"],["7134.232","7594.235"],["16613.579","14894.041"],["16673.394","15052.507"],["16696.795","14897.209"],["16696.795","14888.918"],["16601.711","15036.512"],["16599.688","15007.461"],["16709.611","15043.770"],["16687.032","15002.349"],["16763.707","15005.470"],["13822.014","9184.738"],["13772.879","9321.292"],["13727.976","9344.057"],["13823.117","9166.073"],["13782.165","9364.855"],["13767.950","9214.282"],["13791.669","9227.529"],["13779.228","9326.560"],["13753.322","9369.870"],["13821.259","9181.548"],["13793.958","9332.717"],["13779.573","9255.528"],["13736.863","9329.087"],["13713.363","9373.458"],["13767.862","9267.552"],["13740.893","9346.048"],["13698.396","9372.401"],["13719.140","9371.461"],["9749.230","12820.854"],["9800.075","12785.958"],["9674.263","12816.833"],["9785.206","12784.555"],["9636.678","12778.412"],["9799.622","12845.299"],["9656.582","12854.742"],["9779.140","12924.268"],["9794.305","12939.403"],["9688.209","12834.564"],["9645.068","12823.781"],["9626.315","12826.342"],["11278.103","16838.670"],["11254.410","16819.959"],["11251.823","16830.105"],["11294.604","16835.548"],["11187.693","16812.593"],["11189.121","16820.267"],["11150.024","16781.498"],["11288.163","16908.571"],["11111.841","16834.881"],["11094.835","16809.749"],["11141.455","16838.238"],["11094.229","16859.421"],["9727.964","18887.171"],["9786.951","18808.137"],["9639.827","18770.448"],["9659.534","18724.433"],["9757.027","18871.300"],["9625.633","18778.623"],["9706.178","18731.204"],["9621.488","18744.949"],["9694.221","18725.077"],["9746.566","18880.796"],["9814.978","18820.821"],["9675.271","18756.229"],["9685.685","18714.392"],["17255.445","4688.451"],["17321.504","4706.226"],["17386.901","4705.202"],["17248.966","4687.308"],["17241.618","4678.761"],["17253.422","4692.381"],["17359.662","4704.955"],["17403.298","4705.078"],["17273.110","4690.746"],["17208.025","4677.657"],["4319.304","11036.837"],["4302.202","10977.706"],["4279.222","10883.122"],["4339.715","11050.050"],["4321.051","10992.553"],["4346.531","10929.483"],["4332.391","10951.348"],["9300.042","16881.944"],["9001.931","16377.184"],["9000.793","16421.594"],["8988.362","16360.650"],["9020.884","16382.884"],["15149.369","15099.865"],["15255.733","15132.794"],["15281.205","15103.550"],["15276.527","15260.548"],["19942.926","8401.878"],["19945.295","8482.340"],["19958.836","8361.696"],["19973.556","8480.375"],["19954.823","8490.202"],["19964.823","8371.573"],["19949.576","8476.742"],["9444.593","12384.805"],["9448.754","12377.900"],["7400.743","16259.030"],["7425.088","16292.442"],["7423.005","16212.463"],["7378.592","16196.720"],["7361.832","16310.862"],["7340.007","16164.743"],["7452.709","16216.064"],["7369.990","16191.699"],["7369.268","16327.684"],["7335.122","16289.122"],["26919.493","7942.902"],["13738.632","14017.862"],["13807.727","13952.720"],["13818.846","13838.867"],["13758.051","13842.475"],["13752.975","13837.404"],["13771.608","13869.846"],["10387.326","14376.771"],["10351.322","14316.191"],["10364.323","14311.023"],["10432.457","14370.939"],["10411.486","14302.285"],["10430.034","14315.517"],["10417.919","14270.568"],["10367.714","14428.076"],["10326.529","14438.480"],["10300.870","14336.511"],["10266.067","14345.183"],["10270.453","14362.113"],["10309.713","14382.328"],["10260.510","14398.173"],["10296.431","14433.021"],["10316.210","14420.384"],["10412.687","14272.449"],["10418.542","14290.764"],["10355.818","14258.681"],["10380.473","14239.656"],["10339.987","14242.664"],["10251.863","14258.718"],["10384.282","14425.126"],["10425.599","14262.401"],["10410.450","14290.773"],["10290.099","14413.625"],["10326.295","14366.226"],["10272.284","14290.104"],["10270.963","14384.045"],["10362.059","14263.044"],["10289.328","14241.688"],["10319.193","14342.621"],["10316.368","14306.731"],["10316.446","14276.033"],["10298.532","14289.598"],["15055.420","5752.959"],["15086.291","5776.510"],["17445.716","4572.127"],["17436.665","4511.737"],["17484.515","4533.212"],["17436.337","4500.616"],["17465.237","4537.650"],["7097.366","16647.425"],["7101.178","16664.404"],["7127.539","16586.833"],["7104.476","16595.021"],["7164.072","16593.718"],["7178.318","16594.728"],["7171.781","16619.406"],["7155.836","16653.313"],["7148.856","16663.772"],["7132.601","16605.073"],["7226.899","16594.935"],["7227.814","16573.083"],["7248.975","16636.508"],["7220.903","16751.020"],["7247.468","16719.827"],["7220.156","16712.281"],["7206.189","16687.218"],["7173.718","16714.425"],["7172.245","16757.817"],["7223.074","16770.420"],["7280.922","16703.590"],["7253.684","16748.944"],["7221.530","16668.172"],["7168.733","16648.151"],["7166.845","16692.413"],["7276.031","16565.510"],["7251.967","16640.742"],["7278.613","16640.551"],["7263.941","16618.876"],["7299.501","16639.709"],["12978.241","16335.869"],["12962.206","16271.132"],["13097.027","17932.324"],["13167.745","17959.443"],["13153.086","17858.419"],["13070.274","17919.223"],["12993.372","17849.928"],["13116.608","18035.706"],["13061.596","18014.059"],["13167.399","17950.410"],["13160.093","17889.220"],["13065.201","17853.342"],["13056.935","17882.642"],["13182.074","17981.635"],["13006.295","17918.705"],["13147.873","17882.416"],["13106.196","18041.998"],["13133.548","18030.553"],["13012.434","18015.034"],["13031.119","18010.872"],["13074.429","17907.138"],["13146.264","17973.597"],["13167.416","17938.106"],["13159.452","17872.903"],["13012.742","17939.416"],["13059.296","17837.719"],["13052.609","17858.827"],["13055.274","17915.177"],["13002.538","17886.365"],["13010.592","17834.403"],["13094.667","18037.688"],["13115.670","18030.652"],["13020.181","18025.091"],["13063.668","18026.660"],["13176.359","17845.125"],["13096.550","17910.904"],["13084.314","17891.036"],["13171.939","17940.121"],["13157.202","17937.462"],["12989.486","17948.581"],["13033.086","17894.830"],["13012.895","17848.706"],["12852.829","18636.588"],["12780.176","18619.400"],["12842.394","18501.725"],["12799.939","18526.837"],["12860.132","18599.610"],["12784.347","18548.076"],["12926.466","18482.030"],["12927.813","18550.196"],["12828.249","18496.225"],["12821.473","18507.753"],["12782.522","18526.870"],["12784.676","18541.040"],["12897.766","18476.035"],["12849.359","18539.924"],["12895.905","18527.438"],["12778.778","18623.925"],["12787.561","18621.117"],["12958.259","18483.549"],["12829.153","18489.470"],["12830.436","18536.588"],["12797.735","18512.700"],["12914.789","18483.682"],["14455.172","17878.666"],["14313.225","17855.009"],["14326.202","17835.207"],["14305.982","17923.918"],["14279.749","17947.518"],["14256.953","17931.251"],["14297.167","17971.895"],["14361.532","17978.129"],["14337.502","17885.429"],["14406.614","17888.154"],["14381.778","17876.989"],["14422.288","17901.085"],["14408.111","17946.882"],["14421.746","17936.583"],["14455.726","17954.238"],["14425.578","18023.024"],["14455.578","17956.715"],["14434.690","18039.855"],["14329.923","18016.608"],["14373.493","18008.119"],["14376.223","18017.731"],["14396.502","18041.365"],["14342.966","18039.432"],["14404.741","17850.218"],["14290.005","18023.414"],["14451.998","17872.787"],["14305.100","17836.578"],["14363.653","17856.248"],["14374.278","17865.612"],["14269.798","17889.649"],["14288.762","17928.377"],["14346.515","17908.302"],["14412.535","17908.302"],["14373.785","17970.466"],["14418.917","17946.601"],["14377.502","17955.784"],["14334.443","17976.725"],["14417.305","18000.844"],["14459.147","17948.177"],["14434.707","18004.973"],["14392.423","18042.405"],["14336.782","18007.492"],["14448.297","17900.780"],["14333.916","17885.133"],["14319.179","17911.805"],["14259.124","17886.197"],["14280.193","17901.721"],["14262.430","17897.295"],["14340.495","17947.212"],["14409.838","17987.179"],["14327.190","17909.756"],["14352.157","17962.340"],["14369.229","17952.464"],["14458.440","17992.207"],["14450.628","17958.994"],["14362.243","18022.983"],["14383.853","17872.992"],["14391.518","17886.304"],["14260.772","17961.880"],["14255.213","17961.286"],["14292.990","17960.708"],["14356.370","17856.956"],["14396.945","17870.267"],["14282.250","17966.902"],["14306.675","17947.347"],["14321.913","18009.409"],["9595.825","13659.927"],["9610.691","13682.040"],["9613.841","13614.047"],["4717.917","14025.982"],["7099.743","12625.656"],["7104.841","12629.752"],["7238.096","12672.795"],["7260.358","12717.664"],["7152.161","12646.404"],["7277.397","12726.896"],["7138.358","12640.680"],["7157.932","12692.697"],["7166.298","12654.819"],["26463.518","17291.404"],["26515.346","17250.271"],["26627.915","17232.167"],["26569.387","17216.569"],["26577.192","17273.612"],["26521.307","17315.541"],["26653.724","17289.758"],["26642.468","17290.343"],["6397.126","12006.981"],["6437.485","12003.549"],["6350.779","12028.058"],["6422.672","12011.846"],["6363.378","12034.185"],["6420.866","12052.592"],["6435.248","11993.690"],["6391.616","11998.922"],["12126.167","15715.670"],["5161.901","11102.018"],["5126.934","11118.698"],["5075.074","11126.530"],["5089.438","11216.294"],["5076.729","11195.766"],["5070.093","11232.667"],["5041.126","11228.995"],["5067.800","11097.396"],["5077.185","11231.206"],["5069.848","11207.731"],["5028.394","11182.248"],["5057.473","11229.944"],["31312.695","14141.641"],["31417.514","14237.105"],["31468.594","14180.013"],["31466.813","14073.548"],["31370.578","14216.604"],["31398.076","14189.067"],["31396.881","14115.767"],["4695.781","14845.549"],["4747.478","14828.235"],["21887.961","6325.749"],["21965.077","6393.890"],["21899.880","6410.868"],["18359.447","14474.966"],["18391.181","14656.029"],["18350.475","14569.102"],["10368.997","14470.344"],["10319.849","14509.315"],["10298.731","14593.758"],["10299.838","14558.731"],["10297.256","14607.617"],["10261.696","14574.883"],["10269.915","14555.000"],["10326.362","14467.618"],["10289.782","14550.255"],["10359.700","14564.260"],["10408.120","14579.450"],["10399.551","14543.132"],["10251.991","14525.228"],["10270.232","14522.635"],["10279.588","14502.220"],["10295.519","14493.398"],["10276.860","14646.024"],["10363.997","14521.756"],["10301.741","14516.764"],["10315.507","14503.935"],["10339.568","14577.819"],["10421.574","14584.206"],["10278.044","14530.166"],["10278.332","14515.612"],["10394.113","14478.337"],["10342.580","14591.049"],["10295.907","14602.662"],["10313.176","14588.178"],["10360.259","14534.532"],["10301.349","14457.374"],["10259.639","14461.661"],["10256.825","14539.231"],["10287.871","14518.650"],["25011.622","16740.543"],["25170.595","16767.789"],["25133.181","16742.998"],["25113.740","16738.288"],["25097.495","16619.410"],["25029.116","16647.529"],["25056.277","16681.792"],["24789.417","16542.765"],["24792.398","16416.747"],["24917.512","16376.673"],["24805.839","16456.476"],["24948.080","16452.727"],["24979.147","16494.632"],["13417.813","17007.992"],["13428.913","17054.979"],["13464.557","17022.367"],["13520.561","17062.109"],["13509.092","17155.199"],["13467.565","17178.684"],["13476.577","17144.383"],["13520.388","17032.171"],["13433.617","17036.019"],["13423.636","17021.129"],["13524.200","17045.006"],["13522.140","17066.568"],["13514.158","17140.401"],["13495.976","17147.762"],["13466.446","17155.117"],["13476.824","17130.262"],["13459.605","17154.432"],["13493.809","17001.502"],["13448.602","17165.307"],["13427.400","17040.825"],["13530.923","17074.495"],["13537.915","17036.047"],["13511.691","17143.770"],["13487.030","17134.934"],["13486.848","17170.503"],["13472.170","17144.267"],["13475.157","16997.538"],["13488.444","17026.946"],["13418.093","17122.103"],["20173.989","14738.047"],["20171.725","14722.515"],["20733.937","7727.318"],["20733.032","7720.398"],["20725.867","7694.979"],["20712.491","7826.853"],["20731.097","7781.073"],["10590.688","15928.810"],["10659.781","15923.507"],["10634.256","15912.265"],["5702.724","18251.318"],["12533.386","12196.216"],["12468.573","12126.299"],["12457.582","12158.598"],["12560.272","12251.497"],["12485.864","12139.834"],["12484.863","12126.446"],["12561.933","12128.511"],["12490.642","12150.984"],["12511.419","12191.135"],["12449.441","12147.632"],["12541.123","12230.307"],["12485.261","12256.701"],["12466.497","12160.101"],["12466.168","12151.595"],["9622.701","14600.321"],["9787.311","14501.998"],["9754.200","14507.712"],["9665.809","14484.329"],["9631.813","14591.915"],["9778.676","14531.874"],["9804.051","14572.243"],["9819.949","14595.192"],["9686.220","14646.515"],["9777.558","14517.753"],["9806.666","14561.608"],["9674.237","14530.641"],["9676.352","14584.384"],["9797.903","14480.594"],["9645.869","14469.606"],["16203.614","15719.872"],["16216.944","15850.435"],["16219.823","15813.078"],["16249.551","15791.916"],["16164.492","15911.311"],["16232.100","15786.548"],["16347.877","15897.459"],["16250.373","15781.727"],["16284.714","15882.931"],["16182.896","15891.955"],["16177.164","15870.453"],["16154.118","15842.127"],["16179.884","15822.020"],["16205.699","15855.224"],["16168.553","15721.608"],["16248.568","15731.561"],["16288.312","15805.689"],["16273.597","15718.559"],["16350.660","15911.415"],["16354.395","15869.868"],["16305.447","15807.810"],["16340.838","15739.673"],["20235.335","14552.455"],["20276.581","14542.475"],["6585.315","5973.851"],["6637.235","5837.663"],["6611.146","5795.943"],["6618.417","5966.265"],["28492.327","9416.736"],["28537.854","9459.626"],["10687.694","13632.479"],["10833.888","13650.413"],["10838.788","13775.154"],["10741.010","13604.426"],["12859.294","12708.107"],["12781.883","12578.504"],["12827.079","12609.230"],["12811.374","12651.044"],["12839.924","12671.898"],["12878.406","12675.969"],["12869.080","12640.164"],["8337.349","13997.544"],["11078.295","18599.685"],["10993.024","18677.771"],["10925.502","18672.594"],["11033.213","18612.914"],["11020.442","18636.582"],["10924.762","18663.445"],["10910.137","18659.039"],["11048.526","18612.864"],["10970.475","18672.205"],["11031.429","18623.931"],["10889.627","18652.449"],["5395.150","17292.602"],["5394.386","17252.815"],["5395.550","17262.003"],["5356.879","17204.451"],["13827.502","13352.375"],["13648.186","13201.302"],["13619.797","13223.070"],["13787.075","13248.213"],["13757.740","13221.575"],["13676.626","13247.425"],["13794.941","13214.152"],["13763.201","13199.956"],["13791.707","13268.512"],["13775.096","13279.081"],["13782.094","13243.767"],["13625.330","13245.589"],["13629.664","13392.798"],["13632.559","13334.730"],["13647.412","13273.171"],["13820.780","13387.761"],["13803.454","13325.272"],["13780.885","13341.149"],["13786.138","13342.068"],["13768.714","13366.631"],["14368.092","8549.393"],["14373.194","8563.612"],["14368.078","8553.217"],["14383.390","8563.176"],["6431.838","13554.054"],["6377.240","13548.510"],["6384.435","13556.319"],["6438.285","13592.238"],["6392.923","13539.056"],["6452.463","13582.791"],["6370.085","13551.004"],["6421.242","13479.845"],["6347.378","13562.252"],["16906.447","13663.000"],["16902.760","13658.491"],["16893.038","13695.152"],["16899.514","13729.788"],["16799.550","13691.363"],["16910.144","13743.586"],["16899.443","13752.632"],["16907.354","13767.460"],["16905.177","13756.341"],["16897.636","13726.645"],["16897.653","13722.682"],["16903.343","13730.741"],["16879.242","13757.554"],["16877.501","13751.869"],["16883.435","13755.777"],["16880.153","13762.400"],["16881.210","13748.495"],["16841.690","13750.726"],["16838.644","13740.552"],["16829.124","13723.324"],["16822.200","13721.425"],["16816.032","13711.251"],["16791.122","13698.545"],["16818.214","13685.539"],["16790.649","13697.098"],["16791.494","13660.536"],["16796.986","13682.041"],["16793.704","13677.726"],["16794.411","13677.091"],["16791.235","13722.412"],["6153.986","16087.172"],["6143.380","15943.371"],["6171.492","15983.605"],["6187.420","15955.337"],["6196.585","16011.008"],["6220.301","16028.449"],["6239.681","16093.051"],["6229.747","16047.807"],["6206.606","16100.415"],["6087.111","16078.205"],["6041.954","16038.295"],["6116.335","16049.689"],["6082.485","16053.443"],["13205.636","18317.866"],["13388.614","18376.687"],["13402.213","18412.864"],["13234.261","18385.605"],["13264.467","18433.485"],["13335.325","18346.360"],["13215.077","18260.509"],["13370.881","18401.353"],["13367.057","18401.115"],["13307.237","18449.161"],["13233.504","18344.978"],["13293.135","18386.054"],["13386.312","18316.087"],["13225.948","18278.065"],["13219.797","18292.598"],["13400.341","18337.397"],["13393.383","18391.551"],["13398.890","18456.696"],["13350.395","18460.044"],["13253.563","18380.290"],["13248.941","18364.534"],["13358.483","18372.520"],["13379.240","18356.087"],["13235.932","18289.890"],["13232.017","18300.195"],["13400.291","18355.349"],["13372.558","18459.685"],["13340.478","18397.317"],["13313.982","18390.331"],["13291.793","18460.721"],["13270.565","18362.595"],["13257.588","18349.928"],["13222.189","18379.181"],["13234.689","18341.129"],["13260.076","18378.242"],["13274.270","18378.060"],["13374.042","18378.647"],["13336.805","18343.618"],["13676.869","12402.424"],["13720.351","12382.607"],["13715.268","12473.708"],["13757.273","12340.507"],["13665.939","12461.442"],["13659.721","12428.313"],["13755.632","12383.402"],["13737.014","12390.867"],["13652.403","12427.941"],["13712.682","12469.072"],["13709.392","12466.545"],["13727.645","12424.308"],["23819.254","17223.407"],["23842.333","17259.135"],["23773.919","17198.255"],["14770.504","14645.488"],["14822.481","14484.073"],["14689.326","14637.375"],["13031.154","13596.742"],["13067.306","13567.676"],["13037.926","13574.282"],["13013.408","13515.938"],["13197.641","13600.207"],["13108.850","13441.892"],["12990.069","13541.140"],["13089.592","13546.157"],["13113.651","13596.986"],["13173.610","13599.252"],["26653.037","7631.762"],["26620.194","7570.231"],["26587.872","7661.077"],["26623.336","7555.928"],["26586.885","7640.152"],["12540.758","15353.006"],["12545.116","15383.641"],["12541.958","15351.338"],["12561.105","15446.831"],["12461.695","15504.763"],["12427.858","15503.323"],["16704.630","18849.072"],["16699.778","18772.639"],["16623.282","18707.503"],["16792.885","7476.433"],["16812.037","7518.359"],["16910.884","7657.377"],["16940.093","7655.969"],["16920.994","7593.593"],["16901.094","7519.142"],["4804.166","18037.849"],["8234.865","10646.105"],["8228.582","10664.057"],["27378.027","16961.576"],["27481.475","16890.300"],["27459.124","16859.890"],["27353.449","16943.383"],["27424.440","16960.864"],["27420.502","16970.026"],["27315.589","16981.797"],["27315.451","16971.314"],["27323.905","16960.241"],["27389.493","16976.134"],["14073.443","13548.869"],["14151.722","13448.196"],["14059.660","13549.965"],["14119.232","13411.864"],["14204.671","13496.490"],["8488.245","13536.381"],["8540.106","13460.097"],["8426.031","13535.165"],["8529.855","13483.834"],["8372.607","13574.117"],["8475.481","13523.698"],["8559.725","13522.950"],["8432.313","13545.933"],["8526.407","13438.710"],["8506.966","13413.920"],["5379.344","9493.916"],["5384.748","9472.961"],["26380.591","7119.145"],["26456.387","7172.911"],["26451.969","7260.107"],["26382.302","7117.048"],["26346.035","7073.315"],["12828.711","4306.214"],["8843.637","13492.984"],["8845.857","13496.305"],["8918.725","13491.994"],["8951.586","13451.064"],["8963.995","13544.066"],["8783.232","13491.834"],["20192.937","6284.190"],["20152.592","6312.910"],["20185.306","6249.326"],["20213.332","6246.618"],["20201.720","6244.917"],["20274.516","6246.354"],["20288.668","6382.815"],["20251.398","6393.897"],["5228.624","18795.172"],["5397.833","18808.536"],["5344.548","18803.749"],["5315.943","18824.095"],["5315.226","18846.621"],["5362.397","18841.810"],["5404.066","18817.438"],["5372.501","18792.960"],["5342.969","18792.386"],["5404.495","18704.016"],["5315.712","18833.789"],["5309.436","18849.973"],["5350.801","18844.089"],["17070.296","15978.316"],["17062.923","16018.241"],["17165.527","16089.009"],["17096.756","16060.383"],["17137.868","15968.075"],["8448.562","19268.455"],["8454.417","19259.702"],["8537.375","19186.204"],["8437.362","19211.468"],["8515.237","19203.131"],["8381.798","19240.387"],["8414.488","19209.666"],["8419.533","19220.882"],["8524.398","19207.524"],["10370.263","17479.978"],["10401.842","17420.914"],["10387.442","17552.046"],["10386.595","17537.435"],["10390.846","17574.613"],["10456.638","17464.702"],["10350.356","17473.242"],["10366.792","17466.997"],["10407.615","17428.973"],["10377.228","17558.438"],["10392.204","17520.557"],["10385.681","17577.338"],["10456.621","17465.066"],["10354.352","17498.841"],["10374.802","17464.091"],["10401.414","17425.918"],["10378.725","17544.829"],["10380.707","17542.192"],["10386.750","17568.949"],["10454.995","17609.878"],["10434.302","17613.832"],["10302.388","17528.615"],["10257.826","17562.177"],["10311.359","17461.435"],["10380.527","17443.346"],["23593.108","17006.453"],["23572.601","17070.519"],["23575.218","17034.203"],["23592.994","17043.760"],["23521.913","17037.258"],["23523.496","17089.016"],["23569.860","17092.902"],["23537.086","17128.918"],["8485.042","19273.162"],["8548.846","19308.883"],["8546.717","19304.582"],["8531.297","19304.671"],["8517.230","19265.367"],["8551.454","19293.682"],["6644.346","14094.612"],["27538.228","17272.391"],["27569.693","17330.389"],["17419.122","16957.460"],["17469.622","16976.804"],["17493.062","16899.721"],["17508.994","16966.858"],["17458.772","16821.354"],["5533.337","7935.621"],["5614.363","7935.906"],["5524.943","7954.385"],["5611.027","7959.604"],["18660.800","17660.318"],["18502.251","17649.076"],["18542.038","17656.830"],["18467.580","17667.705"],["18546.496","17652.090"],["14136.237","12101.857"],["14178.659","12103.456"],["14181.702","12096.439"],["14182.541","12111.617"],["14219.629","12036.908"],["14079.534","12120.465"],["20204.906","15985.290"],["20176.334","15944.161"],["7930.788","12604.218"],["7921.979","12558.204"],["7838.135","12599.579"],["7792.569","12576.455"],["7928.147","12576.916"],["7811.928","12553.152"],["7774.428","12556.290"],["7851.771","12598.772"],["21463.508","15690.546"],["21449.650","15594.933"],["24158.543","16733.151"],["24220.824","16696.585"],["22568.699","16284.278"],["22556.522","16264.619"],["22507.591","16222.363"],["22470.380","16272.331"],["22501.163","16337.531"],["22547.539","16144.630"],["11858.527","17170.595"],["11918.521","17054.830"],["11914.678","17130.024"],["11864.877","17081.616"],["11815.170","17106.708"],["11762.855","17079.668"],["11929.535","17196.360"],["11793.971","17176.325"],["11764.081","17050.210"],["11813.294","17036.457"],["11737.469","17130.960"],["11797.430","17145.717"],["11919.467","17160.034"],["11935.396","17092.749"],["11869.314","17190.325"],["11919.605","17190.564"],["11891.007","17079.987"],["11793.050","17175.532"],["11740.814","17068.833"],["11736.669","17060.429"],["11754.862","17067.222"],["11799.216","17099.920"],["11886.719","17074.034"],["11875.802","17054.202"],["11732.897","17194.173"],["11868.397","17133.623"],["11905.939","17167.517"],["11811.504","17186.896"],["11879.237","17173.878"],["11902.906","17101.225"],["11895.747","17138.067"],["11916.744","17095.986"],["11809.543","17061.622"],["11736.110","17049.777"],["11755.405","17066.396"],["11834.874","17121.919"],["11808.657","17039.674"],["11862.775","17042.691"],["11758.407","17147.567"],["16737.975","14488.462"],["14854.859","15284.270"],["14728.917","15280.044"],["14770.609","15141.691"],["14800.434","15151.670"],["14769.431","15187.294"],["14871.303","15122.757"],["14741.033","15279.044"],["14735.601","15220.519"],["14683.775","15148.180"],["14779.919","15199.520"],["14673.297","15098.434"],["5976.840","15951.225"],["21594.045","6771.462"],["21603.190","6822.296"],["21547.838","6738.159"],["21529.489","6829.397"],["23115.721","15221.955"],["9750.305","18637.666"],["9699.856","18630.434"],["9721.343","18478.034"],["9665.531","18617.337"],["9727.033","18504.508"],["9694.907","18597.974"],["9789.196","18532.305"],["9751.657","18616.622"],["9751.483","18668.371"],["9652.981","18625.380"],["9765.956","18556.599"],["9737.520","18606.158"],["9761.746","18631.344"],["9657.948","18625.331"],["9743.327","18570.830"],["8570.242","11844.288"],["8736.309","11745.143"],["8757.230","11760.535"],["8629.136","11834.995"],["8748.038","11873.016"],["8754.022","11752.757"],["8655.649","11830.322"],["8753.762","11869.449"],["8729.549","11749.289"],["8677.385","11841.026"],["8625.518","11828.158"],["8729.549","11749.289"],["8705.250","11895.797"],["8578.497","11796.896"],["8641.285","11732.018"],["8613.719","11708.753"],["22709.801","16790.213"],["22732.099","16855.337"],["22738.312","16910.362"],["22737.915","16884.794"],["22765.393","16912.998"],["22776.122","16934.482"],["22823.449","16939.818"],["22803.796","16949.786"],["22791.397","16923.321"],["22804.526","16879.111"],["22797.359","16843.590"],["22721.809","16792.310"],["22747.918","16780.006"],["22853.906","17024.812"],["22881.788","17013.327"],["22876.403","17058.684"],["22824.726","17189.958"],["22822.381","17154.169"],["22857.335","17151.534"],["22862.697","17123.591"],["22867.677","17093.179"],["22855.412","17100.444"],["22830.897","17083.524"],["22853.634","17060.527"],["22829.949","17051.948"],["22818.874","17028.785"],["13758.285","12610.129"],["13779.266","12623.328"],["13645.065","12553.557"],["13627.405","12605.105"],["13776.807","12608.207"],["13653.434","12653.526"],["13638.369","12646.573"],["10680.675","17517.360"],["10752.837","17434.219"],["10757.361","17425.858"],["10803.729","17437.766"],["10785.783","17476.315"],["10825.072","17450.641"],["10813.405","17492.880"],["10807.506","17501.461"],["10824.191","17492.659"],["10859.609","17508.048"],["10835.593","17419.361"],["10810.323","17428.075"],["10699.344","17423.081"],["10804.476","17584.421"],["10805.875","17576.876"],["10778.585","17434.385"],["10864.340","17466.900"],["10865.297","17446.836"],["10840.569","17421.904"],["10839.951","17494.195"],["10788.332","17508.900"],["10803.710","17460.670"],["10716.143","17441.007"],["10727.631","17450.578"],["10725.434","17447.742"],["10721.723","17554.274"],["10723.060","17558.439"],["10731.444","17589.649"],["10704.435","17528.656"],["10686.188","17567.796"],["10677.347","17574.754"],["10751.397","17566.621"],["10780.111","17595.355"],["10734.933","17615.311"],["10682.567","17501.835"],["10739.778","17427.200"],["10772.558","17411.539"],["10809.897","17442.638"],["10789.714","17477.999"],["10821.388","17459.510"],["10817.205","17503.978"],["10803.953","17504.418"],["10827.217","17479.166"],["10880.793","17511.500"],["10807.461","17421.420"],["10680.909","17412.817"],["10807.420","17592.415"],["10795.354","17603.406"],["10796.056","17595.588"],["10787.742","17606.352"],["10795.271","17413.474"],["10783.716","17420.710"],["10877.350","17450.269"],["10865.774","17447.530"],["10841.391","17419.047"],["10866.574","17493.729"],["10842.911","17489.075"],["10778.447","17490.948"],["10788.907","17470.414"],["10721.077","17429.447"],["10700.081","17456.367"],["10705.253","17463.564"],["10745.671","17586.395"],["10701.162","17535.741"],["10686.352","17563.288"],["10683.071","17584.647"],["10750.015","17567.777"],["10760.982","17592.927"],["10704.958","17471.605"],["10676.251","17518.549"],["10758.577","17436.531"],["10812.463","17442.869"],["10824.826","17459.559"],["10811.185","17478.694"],["10817.172","17495.192"],["10812.095","17489.934"],["10841.083","17490.265"],["10862.158","17511.566"],["10823.612","17429.512"],["10695.364","17421.380"],["10688.441","17443.469"],["10677.588","17474.689"],["10807.919","17606.098"],["10802.668","17587.611"],["10788.992","17606.848"],["10784.323","17413.620"],["10779.999","17420.694"],["10873.255","17446.619"],["10869.968","17444.887"],["10853.595","17432.490"],["10846.891","17503.510"],["10798.645","17490.018"],["10781.145","17499.801"],["10794.105","17465.872"],["10740.535","17442.180"],["10734.489","17455.301"],["10718.230","17450.963"],["10673.586","17539.014"],["10717.216","17557.197"],["10741.448","17570.941"],["10740.835","17582.200"],["10700.866","17535.047"],["10685.925","17569.943"],["10688.170","17591.782"],["10748.288","17572.517"],["10769.831","17605.264"],["21861.610","16586.516"],["15928.611","13448.027"],["14505.716","15501.253"],["14520.192","15477.531"],["14498.619","15501.029"],["14478.566","15466.874"],["14533.076","15502.598"],["14465.949","15435.153"],["14469.523","15407.726"],["14494.551","15506.574"],["14477.603","15456.476"],["19595.038","14768.959"],["19595.263","14684.814"],["10315.560","13403.027"],["10308.666","13498.739"],["10290.799","13449.928"],["10280.810","13475.481"],["8691.040","17392.398"],["8680.560","17379.080"],["10701.431","7814.718"],["10716.924","7700.559"],["10814.047","7821.452"],["10832.077","7785.069"],["10727.911","7721.914"],["10844.938","7742.344"],["10841.925","7827.034"],["23642.032","17816.312"],["16657.999","15142.017"],["16660.213","15174.070"],["16585.565","15123.722"],["6214.422","16501.832"],["6220.301","16528.599"],["6044.730","16480.704"],["6238.814","16414.985"],["13619.014","13767.573"],["13578.705","13791.445"],["13577.718","13784.987"],["27582.410","7577.198"],["27547.284","7656.230"],["27586.324","7580.551"],["27537.163","7631.500"],["27598.709","7608.973"],["27581.393","7524.112"],["27588.232","7627.107"],["27566.538","7633.598"],["18308.978","17098.912"],["18300.368","17019.323"],["18294.790","17133.820"],["18254.429","17137.976"],["18294.899","17151.252"],["22463.477","16115.198"],["22536.832","16119.972"],["25100.405","16790.291"],["25006.093","16858.179"],["6286.826","18257.189"],["6278.545","18327.893"],["6293.350","18295.342"],["6289.280","18382.806"],["6436.816","18274.092"],["6264.819","18255.141"],["6292.361","18334.846"],["6302.051","18305.862"],["6299.576","18371.905"],["10246.454","14008.544"],["10164.195","13977.828"],["10084.804","13971.453"],["10132.718","14004.935"],["10058.179","13929.031"],["10045.668","13816.020"],["10180.158","14013.092"],["10118.532","13901.444"],["10141.854","13969.242"],["10137.524","13925.174"],["10137.260","13983.136"],["10146.604","13926.142"],["10071.603","13895.586"],["10248.077","13983.308"],["10131.698","13959.601"],["10054.994","13834.534"],["10211.536","13930.443"],["10059.741","13946.042"],["10064.303","13836.515"],["10130.880","14011.664"],["10169.220","14013.092"],["10232.527","14009.642"],["10152.085","13886.432"],["10142.540","13907.916"],["10096.783","13980.939"],["10133.133","13928.669"],["10085.566","13900.326"],["14426.056","12645.396"],["14409.687","12564.331"],["14453.507","12649.277"],["14438.338","12565.553"],["14411.650","12547.576"],["14425.254","12655.662"],["14391.987","12668.665"],["14410.760","12680.869"],["14461.389","12661.899"],["14424.477","12667.576"],["14415.707","12601.077"],["7357.808","17771.713"],["7304.519","17699.723"],["7859.727","15097.442"],["7851.175","15127.894"],["7866.569","15109.682"],["7861.119","15092.285"],["21914.891","6996.037"],["21909.031","6900.499"],["21956.914","7016.384"],["22013.095","6957.041"],["21931.914","7032.932"],["21985.058","6879.971"],["21908.093","6910.260"],["21846.935","7014.461"],["6005.384","15748.480"],["6025.516","15749.470"],["6002.917","15766.845"],["5841.247","15746.540"],["5977.145","15765.313"],["5851.443","15754.791"],["5870.263","15773.190"],["4719.449","18537.769"],["4607.842","18479.069"],["4608.195","18505.177"],["4647.123","18593.954"],["4666.172","18562.836"],["4757.158","18653.746"],["4631.656","18516.679"],["4622.122","18564.615"],["4676.847","18554.213"],["4691.890","18604.958"],["4635.178","18495.637"],["4717.262","18527.282"],["4667.241","18570.334"],["4639.031","18608.868"],["4662.440","18523.566"],["4621.705","18504.573"],["4745.562","18653.796"],["4652.264","18513.714"],["4617.977","18553.649"],["4668.443","18553.256"],["4716.594","18590.160"],["4627.382","18509.031"],["4697.919","18533.707"],["4702.992","18606.758"],["4664.561","18570.582"],["4613.005","18488.421"],["4649.623","18608.703"],["4768.556","18670.839"],["4611.684","18514.319"],["4634.688","18573.649"],["4633.928","18503.433"],["4727.459","18520.346"],["4667.143","18541.447"],["4667.209","18571.275"],["4624.080","18624.673"],["4660.681","18535.044"],["4738.194","18668.180"],["4628.372","18547.158"],["4695.146","18590.210"],["4635.192","18511.972"],["4630.819","18505.282"],["20258.171","8520.345"],["12928.044","12850.172"],["12864.261","12774.235"],["12947.986","12902.840"],["12960.816","12815.761"],["12888.702","12780.015"],["12948.068","12899.091"],["12870.265","12798.463"],["12553.741","17003.236"],["12462.025","17070.341"],["12438.422","17029.712"],["12493.144","17058.603"],["12564.325","17035.726"],["12482.182","17077.497"],["12490.675","17187.834"],["12449.985","17064.792"],["12435.806","17045.071"],["12528.078","17073.483"],["12479.928","16991.616"],["12512.774","17042.419"],["12465.759","17017.047"],["12557.199","16993.234"],["12553.974","17088.445"],["12431.662","17070.224"],["12561.702","17023.484"],["12495.611","17044.070"],["12394.641","17091.279"],["12366.076","17055.268"],["12385.408","17079.137"],["12375.714","17077.540"],["12376.155","17065.002"],["12365.619","17072.322"],["19026.282","15329.324"],["18996.938","15309.482"],["6701.356","16307.809"],["6683.100","16291.393"],["6680.582","16203.088"],["6704.498","16305.711"],["6693.527","16284.258"],["6717.221","16348.048"],["6673.073","16279.853"],["6709.054","16247.232"],["6753.398","16275.921"],["6701.700","16304.532"],["6715.017","16321.821"],["6686.186","16281.807"],["6680.573","16269.943"],["6724.514","16195.869"],["6744.566","16251.363"],["6821.457","16255.280"],["6823.470","16189.516"],["26021.451","15926.855"],["25968.125","15760.116"],["26034.070","15862.917"],["25952.515","15817.161"],["25952.351","15780.348"],["25925.821","15760.249"],["26038.786","15923.320"],["6242.382","12051.822"],["6240.849","12063.177"],["19478.067","14507.534"],["19412.860","14559.878"],["5637.565","18282.933"],["5690.107","18255.547"],["5719.710","18260.041"],["5711.808","18264.929"],["5763.436","18303.665"],["5700.675","18332.937"],["5668.574","18316.092"],["5782.576","18310.784"],["5780.578","18338.404"],["5778.886","18335.144"],["5754.277","18334.241"],["5784.936","18372.787"],["5793.057","18370.680"],["5804.618","18351.125"],["5782.449","18387.871"],["5827.775","18357.330"],["5641.100","18285.206"],["5820.228","18291.942"],["5751.404","18282.476"],["5777.131","18412.787"],["5789.718","18438.069"],["5785.734","18434.448"],["5779.022","18460.692"],["5771.377","18464.842"],["5686.834","18439.291"],["12856.556","12975.443"],["12855.043","13007.330"],["26863.022","15504.663"],["26678.648","15498.496"],["26766.565","15491.579"],["26727.899","15480.246"],["29202.549","11511.396"],["29351.963","11585.602"],["29328.791","11514.037"],["29290.403","11630.978"],["27137.528","17281.507"],["27120.066","17338.546"],["27157.232","17272.662"],["27134.269","17365.793"],["23592.439","16315.629"],["23653.613","16157.557"],["23624.465","16197.960"],["23539.003","16250.913"],["25486.578","17848.264"],["25475.700","17852.049"],["25465.584","17867.128"],["13521.704","13136.496"],["13412.806","12992.590"],["13413.824","12978.426"],["13524.131","13167.177"],["8337.685","18368.326"],["8209.026","18407.090"],["8343.129","18378.384"],["8217.085","18414.374"],["8155.284","18319.420"],["25398.222","16841.566"],["25339.287","16932.221"],["25320.813","16830.358"],["25284.920","16810.754"],["25375.321","16827.430"],["11587.152","14613.633"],["11595.531","14605.088"],["6240.429","13607.756"],["6160.431","13663.474"],["6104.948","13673.978"],["6212.448","13631.645"],["6130.327","13619.684"],["6066.632","13622.025"],["15905.930","12328.202"],["15918.670","12246.443"],["15827.440","12287.131"],["15808.924","12267.667"],["15914.522","12228.690"],["15821.798","12316.644"],["15813.606","12272.609"],["15798.924","12229.550"],["15870.255","12238.286"],["15867.872","12224.644"],["15929.505","12225.156"],["15909.657","12279.209"],["15908.687","12289.812"],["10781.050","16515.012"],["10739.681","16513.295"],["10743.894","16526.352"],["10778.079","16536.179"],["10759.424","16551.043"],["10772.307","16406.092"],["10771.438","16385.732"],["10753.567","16427.861"],["10818.707","16411.911"],["10850.057","16411.150"],["10801.386","16386.465"],["10827.516","16357.244"],["10837.087","16362.705"],["10787.852","16368.767"],["10785.188","16389.558"],["10826.179","16524.738"],["10853.194","16489.374"],["10872.856","16438.391"],["10736.847","16427.570"],["10748.172","16469.849"],["3520.124","8257.386"],["3492.175","8113.254"],["3582.025","8189.090"],["3634.553","8264.581"],["3605.012","8181.695"],["3604.176","8144.354"],["3548.560","8134.840"],["3669.241","8244.026"],["3670.987","8141.850"],["3707.162","8311.279"],["3669.366","8209.221"],["3634.688","8161.060"],["3707.135","8132.870"],["9860.722","18479.175"],["9861.018","18492.800"],["9895.623","18468.935"],["15111.304","12445.458"],["15158.170","12483.887"],["15176.130","12507.389"],["15115.794","12434.690"],["15178.392","12505.003"],["15098.243","12358.846"],["15124.802","12500.259"],["27648.542","7983.844"],["27573.624","7902.654"],["27661.881","8065.149"],["27605.796","8023.795"],["27583.426","7950.895"],["27608.772","7921.167"],["27597.753","7975.405"],["27687.786","8030.170"],["27558.279","7982.391"],["27632.967","8008.353"],["27578.558","7924.850"],["15552.745","18482.539"],["15624.977","18475.783"],["15693.988","18577.764"],["15710.602","18512.066"],["5173.633","7590.072"],["5185.218","7627.247"],["5190.801","7622.948"],["5166.541","7577.166"],["5100.958","7675.502"],["5186.285","7587.652"],["5144.782","7593.979"],["25991.201","15740.529"],["26035.938","15748.291"],["19074.326","13694.658"],["18890.622","13704.285"],["11963.775","13081.021"],["6608.676","12621.131"],["6580.601","12626.746"],["6627.623","12618.077"],["6638.495","12617.647"],["6626.839","12676.163"],["6627.727","12650.564"],["6553.078","12747.643"],["6569.097","12723.035"],["6581.715","12656.537"],["6610.449","12697.710"],["6609.285","12610.214"],["6629.498","12624.039"],["6674.848","12681.575"],["6589.805","12741.383"],["6620.399","12672.970"],["6644.832","12683.991"],["6589.640","12736.181"],["6619.380","12700.484"],["6638.842","12665.237"],["6643.159","12727.885"],["6661.690","12721.089"],["7785.443","13815.626"],["13339.002","13522.347"],["13330.943","13413.657"],["13358.936","13416.150"],["13300.137","13460.284"],["30501.702","14696.826"],["30463.764","14681.094"],["30563.002","14673.221"],["30608.555","14702.610"],["30474.912","14810.550"],["30542.035","14757.217"],["14461.729","16719.254"],["14432.314","16728.700"],["14445.117","16759.238"],["14349.530","16636.467"],["14388.235","16596.435"],["14304.681","16654.491"],["14318.956","16711.871"],["14457.567","16723.499"],["14319.562","16625.799"],["14357.770","16685.596"],["14305.077","16662.192"],["14323.479","16770.501"],["14456.975","16718.296"],["14380.240","16644.310"],["5380.253","14405.132"],["5239.408","14400.145"],["5221.587","14358.814"],["5276.955","14418.743"],["5401.898","14406.948"],["5255.923","14442.881"],["5235.708","14409.278"],["5229.268","14355.990"],["5283.995","14391.790"],["5233.849","14405.248"],["5209.942","14380.961"],["5292.794","14417.967"],["5266.285","14438.415"],["5201.010","14311.664"],["5266.549","14410.421"],["13244.792","14766.049"],["13226.321","14760.764"],["13219.940","14730.042"],["13216.699","14713.577"],["13238.229","14687.218"],["13255.742","14662.806"],["13233.251","14784.354"],["13210.049","14830.448"],["10554.322","18632.750"],["10596.237","18639.711"],["10507.571","18633.107"],["10603.352","18641.008"],["10488.262","18632.694"],["10669.903","18653.443"],["10612.168","18611.710"],["10562.086","18630.190"],["10633.474","18646.053"],["10479.035","18659.911"],["22035.726","7147.378"],["21886.734","7259.585"],["21844.159","7213.500"],["22010.578","7197.353"],["21852.662","7110.709"],["21990.940","7123.816"],["21851.652","7223.003"],["21869.274","7186.118"],["26880.997","15674.141"],["26853.393","15628.326"],["26834.384","15674.322"],["26866.775","15576.190"],["26854.276","15555.738"],["26745.888","15516.148"],["26677.645","15527.744"],["26787.403","15538.862"],["26878.705","15539.139"],["19612.588","16649.727"],["19641.048","16694.005"],["12261.756","16481.490"],["12325.536","16477.077"],["12159.006","16362.893"],["12164.742","16424.045"],["12233.792","16394.814"],["12213.551","16380.526"],["12223.883","16476.582"],["12310.996","16470.648"],["12318.208","16537.347"],["6090.322","16769.919"],["6109.355","16761.189"],["11633.455","19225.137"],["11591.207","19240.937"],["27293.419","7856.940"],["6964.299","12450.549"],["6958.477","12449.542"],["6930.347","12454.475"],["6917.354","12447.902"],["6975.796","12447.081"],["6911.696","12430.891"],["6971.882","12446.982"],["6910.528","12457.349"],["6933.223","12453.601"],["7037.893","12420.334"],["7075.800","12467.661"],["7050.583","12453.417"],["7051.684","12388.333"],["5429.132","12588.223"],["5459.822","12654.743"],["5427.965","12602.591"],["5444.592","12638.459"],["5188.683","14662.151"],["5181.792","14692.522"],["5049.865","14844.685"],["5033.306","14748.974"],["5067.360","14767.809"],["5097.359","14777.394"],["5108.681","14862.200"],["5027.779","14799.345"],["5054.816","14842.670"],["5116.093","14781.869"],["5155.715","14770.988"],["5110.689","14750.766"],["5021.921","14836.584"],["5112.599","14714.543"],["5127.112","14665.422"],["9288.733","16698.051"],["9255.180","16680.190"],["9236.623","16683.131"],["9016.879","13787.577"],["8988.820","13764.604"],["9015.021","13758.824"],["26634.250","16833.503"],["26567.166","16807.079"],["28542.302","11714.191"],["28492.466","11724.938"],["18223.145","16925.886"],["18140.784","16795.008"],["18215.710","16830.833"],["18148.744","16823.464"],["18104.568","16969.406"],["18126.902","16828.154"],["18062.145","16784.168"],["18127.024","16797.851"],["18162.786","16884.586"],["18111.319","16893.055"],["18142.250","16932.039"],["18150.498","16972.091"],["18147.300","16930.619"],["18102.387","16804.069"],["21410.146","8343.660"],["27643.578","7314.205"],["27639.447","7339.730"],["27709.233","7341.216"],["27724.414","7375.766"],["27660.697","7342.867"],["17561.306","16906.461"],["17601.171","16958.458"],["17563.676","16802.097"],["17552.585","16957.847"],["17604.227","16814.512"],["17569.277","16918.020"],["17554.651","16866.613"],["30484.671","15495.044"],["30511.299","15306.328"],["30520.125","15368.394"],["30534.245","15438.139"],["30505.105","15468.995"],["30506.614","15343.999"],["30503.816","15427.189"],["22577.826","15435.168"],["22566.143","15401.692"],["22516.299","15451.695"],["22478.212","15421.362"],["22504.905","15468.096"],["20286.148","16147.616"],["7832.182","14861.276"],["7831.024","14864.560"],["9154.481","13333.771"],["9171.224","13334.084"],["9180.290","13283.115"],["9144.595","13258.693"],["9153.484","13373.489"],["9178.187","13330.130"],["9172.075","13231.935"],["9147.464","13311.432"],["9035.292","13223.289"],["9151.154","13253.967"],["9153.040","13364.521"],["9126.533","13222.307"],["9136.888","13295.446"],["9128.839","13260.333"],["9060.818","13230.919"],["9112.996","13242.852"],["8792.524","16950.081"],["22828.311","7231.565"],["22806.140","7248.130"],["22685.504","7108.328"],["22767.456","7205.471"],["22829.560","7172.289"],["22876.207","7254.872"],["14544.210","12774.581"],["14641.017","12769.812"],["14684.396","17765.681"],["14678.113","17736.251"],["14760.316","17809.219"],["14726.056","17784.776"],["14722.454","17825.883"],["14710.793","17811.597"],["14701.347","17726.993"],["14719.587","17717.133"],["14806.051","17740.733"],["14766.084","17717.463"],["14773.501","17785.143"],["14736.446","17715.382"],["14701.107","17709.628"],["14801.368","17821.357"],["14782.860","17711.386"],["14759.801","17778.256"],["14756.725","17756.555"],["14734.094","17782.748"],["14803.370","17768.363"],["14770.130","17717.067"],["14702.274","17777.060"],["14693.524","17743.006"],["14677.422","17746.259"],["14730.957","17793.347"],["14760.837","17736.390"],["14791.544","17758.124"],["14803.419","17781.576"],["14709.373","17693.335"],["14706.659","17734.870"],["12661.284","15008.569"],["6992.385","15445.596"],["6968.910","15465.768"],["6982.609","15439.484"],["7077.216","15450.881"],["7050.572","15449.565"],["17079.954","7494.189"],["17065.760","7483.966"],["16997.453","7602.373"],["17042.049","7576.830"],["16988.344","7545.199"],["17034.475","7609.122"],["17050.084","7510.860"],["22684.966","15845.912"],["27682.350","17743.912"],["14075.307","12537.941"],["14136.708","12509.950"],["14168.872","12486.519"],["14178.115","12521.592"],["14214.640","12519.447"],["14216.588","12476.612"],["14106.816","12357.129"],["14190.828","12393.305"],["14152.718","12387.702"],["14120.281","12377.361"],["14066.403","12436.425"],["14062.769","12473.931"],["14176.031","12372.269"],["14161.726","12457.233"],["14197.940","12439.158"],["14103.734","12339.315"],["14223.982","12377.753"],["14245.589","12499.007"],["14233.472","12498.095"],["14236.147","12505.063"],["14246.356","12510.824"],["14230.902","12465.648"],["14240.696","12467.193"],["14250.979","12454.859"],["14083.531","12546.545"],["14156.305","12536.530"],["14143.088","12500.016"],["14180.907","12483.528"],["14196.108","12523.987"],["14201.433","12513.997"],["14225.355","12458.973"],["14207.230","12456.265"],["14049.935","12414.618"],["14083.794","12541.475"],["14149.371","12489.281"],["14190.796","12532.013"],["14205.824","12520.256"],["14194.557","12385.928"],["14087.966","12402.796"],["21105.861","7360.845"],["21095.408","7344.968"],["21035.770","7306.190"],["21086.938","7331.607"],["20994.832","7463.184"],["21078.698","7332.383"],["21265.208","8425.403"],["21226.434","8490.861"],["21232.164","8422.758"],["21213.606","8497.300"],["21209.831","8441.027"],["21219.760","8498.234"],["15096.647","17620.670"],["15112.681","17614.918"],["10374.281","16340.355"],["10257.557","16194.616"],["10381.690","16198.752"],["10254.614","16152.486"],["10411.190","16213.537"],["10430.609","16196.265"],["10454.926","16268.507"],["10263.257","16147.245"],["14468.766","16323.609"],["14461.957","16149.899"],["14471.036","16238.797"],["14635.898","16262.495"],["14501.628","16262.662"],["14474.906","16331.460"],["12570.283","17441.875"],["12619.348","17427.891"],["12661.748","17419.787"],["12622.260","17595.196"],["12664.897","17516.528"],["12718.016","17604.525"],["12717.418","17559.517"],["12746.514","17459.600"],["12763.738","17586.128"],["12776.799","17535.737"],["12672.945","17529.842"],["12601.832","17425.051"],["12637.735","17414.122"],["12725.895","17420.779"],["12622.158","17613.058"],["12691.591","17512.217"],["12757.915","17530.941"],["12629.672","17563.220"],["12689.759","17587.415"],["12727.254","17486.404"],["12751.274","17615.065"],["12731.382","17541.780"],["12754.024","17510.042"],["12663.406","17542.047"],["12575.829","17552.074"],["12571.534","17425.864"],["12610.631","17421.285"],["12652.093","17423.916"],["12697.315","17552.349"],["12637.931","17597.401"],["12655.231","17542.394"],["12767.073","17614.410"],["12695.039","17590.718"],["12728.915","17497.998"],["12750.793","17554.244"],["12612.556","17600.894"],["6571.650","16144.006"],["6566.588","16173.959"],["6538.076","16223.311"],["15032.468","17267.551"],["15025.105","17302.587"],["15032.574","17328.111"],["14991.773","17331.641"],["15008.256","17358.056"],["15079.332","17395.942"],["15043.060","17379.386"],["5845.368","9604.683"],["5871.548","9787.089"],["5848.738","9709.425"],["5947.792","9726.832"],["6016.353","9725.940"],["5878.545","9668.207"],["5878.175","9615.881"],["6017.647","9618.510"],["15726.563","13708.599"],["13602.220","17204.847"],["13546.767","17232.095"],["13617.796","17198.208"],["13523.876","17272.632"],["13553.757","17259.378"],["13613.635","17203.939"],["17204.665","12076.242"],["15680.334","17596.550"],["15717.978","17565.235"],["15697.896","17601.325"],["15618.777","17548.775"],["15715.100","17564.756"],["15681.027","17619.492"],["15598.405","17581.048"],["15658.641","17598.233"],["15666.517","17538.035"],["15558.386","17605.839"],["23441.161","6488.322"],["23454.117","6560.054"],["23324.006","6515.098"],["23375.897","6513.408"],["23332.515","6485.099"],["23462.028","6564.414"],["23411.605","6519.767"],["23316.052","6455.949"],["23454.216","6569.633"],["16742.338","7435.037"],["9655.870","14096.647"],["9676.758","14086.391"],["9810.417","14096.886"],["9753.002","14028.647"],["9829.308","14052.061"],["9658.847","14083.302"],["9765.725","14037.545"],["9690.540","14060.175"],["9799.450","14180.568"],["9815.877","14150.346"],["9688.764","14073.443"],["9803.726","14048.304"],["9804.206","14176.319"],["9781.025","14104.104"],["25265.958","17109.925"],["25318.763","17174.321"],["9330.426","11963.224"],["9318.666","11930.260"],["9375.813","12094.901"],["9341.799","12091.697"],["9417.957","12048.822"],["9395.356","12041.474"],["9402.956","12111.441"],["9404.181","12114.439"],["9245.222","11914.786"],["9303.058","11938.963"],["9352.326","12095.231"],["9231.489","11922.998"],["9344.689","11916.713"],["9406.551","11955.839"],["9329.736","11934.157"],["9235.783","11982.003"],["9343.724","12079.872"],["9375.321","12061.698"],["9249.872","11933.488"],["9290.297","12122.486"],["9348.557","12027.600"],["9375.876","12011.828"],["9382.158","11962.585"],["9254.115","11919.054"],["9295.231","12098.968"],["9369.116","12098.946"],["9239.359","11942.975"],["9229.830","12122.901"],["9252.939","12057.816"],["9239.317","12049.041"],["9286.277","12107.766"],["9408.513","12009.229"],["9297.940","12040.692"],["9304.133","12023.788"],["9305.643","12080.444"],["9276.375","12084.860"],["9272.303","11984.154"],["9232.390","12044.366"],["9206.387","12029.022"],["9842.745","10874.196"],["10029.154","10858.181"],["9975.702","10873.782"],["12116.976","13894.364"],["6913.585","16974.080"],["6901.639","16961.283"],["6916.390","16953.032"],["6967.213","16980.909"],["6936.741","16869.481"],["6911.454","16849.332"],["6893.882","16889.770"],["9362.725","13110.695"],["9356.754","13085.014"],["9338.722","13115.056"],["9364.528","13141.696"],["9205.126","13114.471"],["9226.145","13135.886"],["9317.454","13128.771"],["9225.147","13023.802"],["9274.689","13172.382"],["9266.563","12974.967"],["9365.274","13074.279"],["9350.367","13108.434"],["9245.139","13064.281"],["9349.099","13133.808"],["9255.328","13024.248"],["9237.046","13098.304"],["9398.926","13055.716"],["9370.943","13169.540"],["9347.931","13132.933"],["9232.647","13026.494"],["9284.031","13148.105"],["9265.224","13019.281"],["9315.316","13140.843"],["9239.687","13024.049"],["9285.231","13152.366"],["9341.122","13107.879"],["9274.228","13171.391"],["9220.114","13039.508"],["9259.889","13103.688"],["9280.248","13093.512"],["13768.026","9565.107"],["13770.049","9586.858"],["15818.718","18652.816"],["18002.656","17715.439"],["17910.948","17723.311"],["23745.282","17172.137"],["23839.241","17136.413"],["23885.219","17078.734"],["23817.717","17049.001"],["23812.982","17065.094"],["23906.522","17082.737"],["23921.817","17097.116"],["23851.431","17108.282"],["23879.782","17104.988"],["23857.269","17076.506"],["18084.632","17046.666"],["18145.012","16989.750"],["18244.213","17109.025"],["18044.261","17090.893"],["18052.101","16988.511"],["18089.632","17046.302"],["18072.327","17067.237"],["18166.592","17016.284"],["18042.472","17168.765"],["18042.472","17168.765"],["18074.254","17085.613"],["23948.109","17035.955"],["23984.841","17031.982"],["23938.206","17087.936"],["23957.565","17069.718"],["6437.087","16822.683"],["6451.380","16788.183"],["6454.818","16805.458"],["6446.923","16799.628"],["6385.935","16804.793"],["6437.636","16894.514"],["6438.528","16946.670"],["6418.067","16977.534"],["6399.400","16897.574"],["6399.834","16845.450"],["6361.848","16874.545"],["6361.504","16910.742"],["6374.084","16932.779"],["6409.079","16951.853"],["6397.839","16908.328"],["6341.603","16799.227"],["6302.582","16866.216"],["6456.235","16835.761"],["6449.801","16776.717"],["6399.126","16809.038"],["6459.939","16903.317"],["6446.538","16972.893"],["6410.133","16807.784"],["5077.695","8306.212"],["5039.679","8195.519"],["5087.107","8236.461"],["5197.418","8295.733"],["5173.207","8286.787"],["5043.063","8315.512"],["5098.947","8165.454"],["5117.773","8217.833"],["5124.728","8167.225"],["5065.879","8220.872"],["5192.471","8309.139"],["5074.224","8291.613"],["5055.501","8181.002"],["5111.926","8261.928"],["5121.234","8221.820"],["5054.514","8182.408"],["5166.994","8316.505"],["5163.775","8180.740"],["5050.166","8198.629"],["5071.991","8173.176"],["5010.803","8230.359"],["5155.803","8247.850"],["5124.356","8311.047"],["5149.071","8188.354"],["5108.538","8178.041"],["5068.148","8233.509"],["5063.652","8174.283"],["5028.313","8221.457"],["5120.804","8236.783"],["5108.343","8302.024"],["6372.168","13753.536"],["6307.274","13749.568"],["6386.515","13726.256"],["6305.843","13774.098"],["6282.617","13629.752"],["30458.991","15006.257"],["28323.646","7248.573"],["21417.495","7773.102"],["21412.835","7890.725"],["14043.333","13275.504"],["14153.937","13377.482"],["14174.492","13252.063"],["14083.911","13314.442"],["14247.066","13236.960"],["14246.075","13353.413"],["14233.269","13232.751"],["15076.956","12174.628"],["15045.308","12180.549"],["14900.523","12291.380"],["14931.035","12305.957"],["27620.996","16822.327"],["27552.772","16844.156"],["10360.242","8057.202"],["10283.795","7984.557"],["10434.977","7909.507"],["10339.936","7972.782"],["10373.910","8074.758"],["10268.105","8037.951"],["10443.112","8085.393"],["10337.059","7984.729"],["10457.687","7982.852"],["4908.102","14386.655"],["4820.842","14277.529"],["4870.476","14384.984"],["4864.422","14345.644"],["4851.203","14446.659"],["5519.611","9406.558"],["5568.918","9448.704"],["5531.242","9415.357"],["5569.276","9408.727"],["6133.078","14708.175"],["15400.152","18647.150"],["15395.284","18653.541"],["15343.129","18628.933"],["15374.198","18544.078"],["15389.035","18663.641"],["15374.167","18667.638"],["9746.082","19359.006"],["9700.227","19350.451"],["9733.829","19326.966"],["9751.509","19321.516"],["15856.013","16568.874"],["7671.612","8957.809"],["7541.572","8977.182"],["7715.864","9040.443"],["5473.261","15769.746"],["5470.028","15879.877"],["6722.391","9168.489"],["21423.444","8311.882"],["21466.214","8250.709"],["21429.057","8223.748"],["8529.776","12325.009"],["5368.149","14909.184"],["5316.521","14879.735"],["4516.843","10725.001"],["7692.357","19145.701"],["7698.146","19176.105"],["7573.111","19107.196"],["4868.742","13901.176"],["4895.560","14010.681"],["4876.981","13995.747"],["4959.108","13957.525"],["4920.273","13915.950"],["4807.371","13987.077"],["4798.515","14013.457"],["4802.805","13922.695"],["4855.649","13996.028"],["4954.569","13973.462"],["4894.402","13920.970"],["4836.614","13994.575"],["4846.653","13933.909"],["4884.234","13984.484"],["4905.609","13981.581"],["4927.480","13972.273"],["4920.997","13980.128"],["4836.088","13989.241"],["4829.515","13890.061"],["4984.733","14023.340"],["4892.853","14018.968"],["4954.388","13987.236"],["4881.787","13951.210"],["4792.799","13985.376"],["12453.019","18219.116"],["12471.815","18084.198"],["12424.273","18126.168"],["12420.980","18188.134"],["12521.404","18096.668"],["12449.059","18154.789"],["12499.475","18239.981"],["12445.010","18201.841"],["12431.638","18197.878"],["12486.947","18089.533"],["12477.983","18067.122"],["12478.253","18093.980"],["12464.948","18133.567"],["12398.217","18234.277"],["12435.569","18231.239"],["12473.345","18087.568"],["12479.216","18108.327"],["12442.711","18104.765"],["12449.734","18134.492"],["12463.324","18252.153"],["12440.760","18252.390"],["12405.694","18238.467"],["25203.819","7149.851"],["13743.007","16496.110"],["13790.268","16396.720"],["13746.184","16508.758"],["13739.738","16538.116"],["13716.525","16522.812"],["13728.911","16511.856"],["13702.801","16525.337"],["13819.828","16362.306"],["13826.454","16377.318"],["13772.566","16354.400"],["13787.114","16370.726"],["13774.317","16495.591"],["13819.653","16392.128"],["13664.028","16483.194"],["13776.863","16392.805"],["13733.470","16501.706"],["13735.840","16533.178"],["13726.444","16504.672"],["13692.751","16526.972"],["13674.703","16558.750"],["13815.058","16360.192"],["13817.020","16377.367"],["13787.385","16357.637"],["13766.374","16378.736"],["13808.659","16524.245"],["13824.450","16424.010"],["13690.673","16453.235"],["13727.349","16491.271"],["13775.564","16419.098"],["13726.069","16490.434"],["13726.366","16544.359"],["13720.373","16514.422"],["13725.408","16490.997"],["13693.705","16531.316"],["13824.565","16355.205"],["13826.176","16536.549"],["13789.852","16361.684"],["13787.936","16383.542"],["13825.838","16551.373"],["13654.012","16492.294"],["10290.844","15418.171"],["10258.279","15420.433"],["10326.535","15370.260"],["10439.030","15318.768"],["10034.461","17209.065"],["10040.744","17209.164"],["9840.815","17394.358"],["9846.410","17405.724"],["9835.160","17404.469"],["9857.611","17409.506"],["9957.975","17200.245"],["17013.767","15809.338"],["17100.774","15888.461"],["17010.182","15833.252"],["17054.207","15852.738"],["8046.894","12360.053"],["8129.049","12399.706"],["8082.936","12483.520"],["8083.200","12502.347"],["8098.378","12546.369"],["8134.817","12446.754"],["8093.430","12511.563"],["8077.538","12485.873"],["8132.602","12376.766"],["8092.130","12509.895"],["17819.545","16723.534"],["17776.005","16749.057"],["17799.528","16695.371"],["17827.310","16641.314"],["17782.719","16717.683"],["17828.034","16660.637"],["17774.943","16677.926"],["17805.059","16692.350"],["6248.477","18573.266"],["6200.783","18589.775"],["7486.250","19089.084"],["23810.683","17185.921"],["23894.220","17037.207"],["10874.223","15147.412"],["28800.985","16158.907"],["28850.264","16147.182"],["28897.880","16327.664"],["28899.100","16183.643"],["28894.584","16198.950"],["28882.920","16216.939"],["28937.942","16206.900"],["28938.876","16200.536"],["28970.559","16178.078"],["28913.780","16193.223"],["28982.658","16272.725"],["28954.400","16252.136"],["28968.303","16295.917"],["28955.481","16345.863"],["28934.332","16349.142"],["28855.038","16163.896"],["5194.763","18641.129"],["5118.098","18622.338"],["5013.839","18675.568"],["5143.592","18637.400"],["5022.014","18671.934"],["5177.674","18647.916"],["5113.115","18636.095"],["5145.565","18630.926"],["16315.879","13248.227"],["16338.675","13271.480"],["16352.763","13184.050"],["16300.417","13240.609"],["16329.637","13253.407"],["16243.770","13241.512"],["16178.929","13207.509"],["16182.773","13255.628"],["16260.568","13284.029"],["16209.587","13288.827"],["15072.881","16840.024"],["15029.407","16935.066"],["15007.585","16848.386"],["15042.697","16921.566"],["15022.088","16806.773"],["14975.410","16856.445"],["15008.656","16940.067"],["15015.881","16906.176"],["14962.286","16905.087"],["15037.499","16809.300"],["14975.246","16859.055"],["15021.299","16947.353"],["15023.130","16912.495"],["15038.212","16871.063"],["15046.672","16901.281"],["15064.937","16808.383"],["14991.412","16840.848"],["14883.032","16848.453"],["14987.178","16932.784"],["14904.054","16883.161"],["14917.220","16810.651"],["14972.893","16986.115"],["14930.700","16893.953"],["14891.433","16976.234"],["14887.656","16967.030"],["14920.114","16939.390"],["15057.171","16849.714"],["15022.876","16871.307"],["13980.409","15221.253"],["13943.928","15248.396"],["13877.052","15243.671"],["13854.842","15241.631"],["13893.151","15236.303"],["13839.988","15238.064"],["28763.966","9010.145"],["28583.697","9090.068"],["28697.775","9049.869"],["28716.905","9024.444"],["17035.462","4286.419"],["17029.537","4212.693"],["17073.243","4244.472"],["17099.719","4168.712"],["17139.515","4155.716"],["17173.540","4120.807"],["17014.492","4262.654"],["17057.251","4205.228"],["17077.421","4260.541"],["17105.646","4166.893"],["17155.288","4166.798"],["17027.830","4256.807"],["17038.255","4203.230"],["17078.046","4256.759"],["17137.294","4153.883"],["17182.240","4126.208"],["17152.514","4188.824"],["10321.149","14678.390"],["10312.258","14720.112"],["10336.938","14703.493"],["10260.478","14668.551"],["10331.864","14718.543"],["13756.129","9642.241"],["13779.778","9622.834"],["13783.962","9708.516"],["13736.565","9797.833"],["13626.212","9628.067"],["13747.313","9630.648"],["13729.751","9692.133"],["13807.405","9787.237"],["19418.134","15457.948"],["19355.071","15424.480"],["19382.125","15380.959"],["9836.644","12766.459"],["10039.604","12869.284"],["9976.228","12786.817"],["9900.383","12952.414"],["9966.316","12877.367"],["10025.640","12875.692"],["9978.366","12764.670"],["9927.324","12831.596"],["9907.718","12901.241"],["9959.999","12949.406"],["9950.892","12780.611"],["9929.443","12788.227"],["9984.504","12796.551"],["10040.555","12952.815"],["10034.205","12942.216"],["10027.216","12832.483"],["9894.035","12865.652"],["9870.794","12967.959"],["9852.778","12834.984"],["9836.686","12828.601"],["9848.821","12901.149"],["9878.529","12908.518"],["9843.783","12965.829"],["5958.091","15644.949"],["5980.459","15633.262"],["6018.467","15590.851"],["5918.555","15692.507"],["6028.904","15710.445"],["5891.701","15704.197"],["5933.046","15656.165"],["5943.190","15648.813"],["5982.515","15609.282"],["6025.325","15588.622"],["6030.768","15577.289"],["5952.509","15695.618"],["5932.158","15666.267"],["5926.532","15703.920"],["5952.894","15655.337"],["5990.969","15609.100"],["6020.687","15590.339"],["6037.282","15582.243"],["5928.276","15683.606"],["5898.061","15707.665"],["5877.066","15627.862"],["5948.021","15710.479"],["5901.110","15567.688"],["5977.932","15546.372"],["5979.642","15526.509"],["5976.811","15550.410"],["6626.403","6028.225"],["6576.751","6018.218"],["6233.856","13553.601"],["6225.337","13528.993"],["6224.580","13565.195"],["6217.310","13543.394"],["6179.142","13595.872"],["6188.831","13593.291"],["21751.146","6866.658"],["21715.467","6978.553"],["21744.305","7015.684"],["21826.491","7000.919"],["21721.360","6875.048"],["21767.671","6992.822"],["21712.364","7036.130"],["21704.085","6989.304"],["21729.733","7039.400"],["5417.255","7906.220"],["5454.070","8047.842"],["5473.267","7954.639"],["5446.290","7977.471"],["5458.939","7939.848"],["5444.458","7909.752"],["5414.707","8076.637"],["5439.449","8102.476"],["5454.160","8025.482"],["5416.935","7992.143"],["5480.579","7960.801"],["5469.859","7986.765"],["5426.989","8050.090"],["3264.439","8359.645"],["3289.546","8408.460"],["3277.681","8358.946"],["3236.907","8354.669"],["3261.915","8441.780"],["3247.958","8403.802"],["3287.130","8341.418"],["3267.285","8405.427"],["3104.641","8384.230"],["16935.027","15834.556"],["16797.000","15775.755"],["16840.642","15725.811"],["16913.875","15792.200"],["16959.685","15740.160"],["16852.890","15846.701"],["16929.116","15815.715"],["16970.036","15829.421"],["16782.432","15917.974"],["16787.601","15885.516"],["18687.168","15648.473"],["9032.465","17177.295"],["22066.859","7088.219"],["22054.488","7063.115"],["22081.359","7167.105"],["22089.112","7111.671"],["22074.735","7065.229"],["22053.555","7223.579"],["22041.168","7106.650"],["22047.350","7058.490"],["19824.649","8832.656"],["19811.569","8883.246"],["19871.014","8866.264"],["19906.277","8768.874"],["11984.075","14809.197"],["12003.371","14759.353"],["12143.527","14788.208"],["12013.691","14749.693"],["11958.438","14750.046"],["12145.122","14772.331"],["16784.818","15070.720"],["16886.375","15030.599"],["16868.097","14878.245"],["16809.541","14907.411"],["16804.124","14964.744"],["16857.856","15040.974"],["16877.197","15008.931"],["16850.778","15007.397"],["16864.969","14990.145"],["16795.292","15048.005"],["16778.644","14999.861"],["16798.539","14925.888"],["13617.504","17413.009"],["13447.763","17441.321"],["13605.827","17413.835"],["7715.658","11013.112"],["7686.760","10984.725"],["7644.386","10975.045"],["7571.061","10927.755"],["7563.751","11036.686"],["7590.741","11048.865"],["7576.067","11059.245"],["7724.083","10956.620"],["7679.810","11002.045"],["7684.178","10971.332"],["7666.047","10965.962"],["7579.491","10966.592"],["7548.873","10942.074"],["7532.731","11001.723"],["7578.685","11049.691"],["7555.475","11056.124"],["7724.097","11050.539"],["7674.655","10975.295"],["7638.070","10991.131"],["7541.427","10960.280"],["7607.612","10927.695"],["7573.004","11015.284"],["7534.524","11002.186"],["7586.893","11056.694"],["7540.656","11067.189"],["7722.939","10957.714"],["7689.533","10973.177"],["7643.654","10997.595"],["7664.821","10957.246"],["7525.000","10973.031"],["7554.443","11003.300"],["7546.091","11044.765"],["7668.938","11063.187"],["7688.518","11054.812"],["7596.865","11002.367"],["7608.707","11002.706"],["7571.699","10954.547"],["7682.409","11023.796"],["7698.826","11050.387"],["7635.905","10966.413"],["7699.395","10918.045"],["7687.440","10972.919"],["7630.382","10977.112"],["7578.215","10938.227"],["7609.497","11031.929"],["7627.248","11043.892"],["7622.957","11044.020"],["7564.231","10989.530"],["7554.588","11037.360"],["7528.004","11018.428"],["7545.097","10968.603"],["7583.956","10974.434"],["7587.066","10911.653"],["7685.483","10948.675"],["7705.422","10940.945"],["7562.222","10967.666"],["7581.340","10962.675"],["7603.315","10918.802"],["7532.182","11006.950"],["7553.124","11031.332"],["7520.440","10952.338"],["7621.964","10994.069"],["7600.829","10979.345"],["7684.498","11038.990"],["7678.107","11053.772"],["7708.628","11047.299"],["7630.790","10954.968"],["7589.251","10952.794"],["7708.039","10901.684"],["7635.432","10980.250"],["7713.998","11057.250"],["7644.937","11059.850"],["7627.623","11032.133"],["7531.269","11047.425"],["7588.602","10959.533"],["6759.269","9122.227"],["6847.066","9156.825"],["6798.028","9162.245"],["6875.454","9155.934"],["6685.034","9095.489"],["6703.779","9096.804"],["6675.247","8977.917"],["6683.549","9046.204"],["6697.326","9121.980"],["15211.198","17053.967"],["15102.683","17035.023"],["15185.736","17037.026"],["15263.037","17073.738"],["15196.872","17052.118"],["15103.716","17099.708"],["15235.716","17074.106"],["15249.323","16987.999"],["15110.183","17056.025"],["15189.753","17005.520"],["15294.981","17136.898"],["15217.110","17084.115"],["15125.504","17016.856"],["15259.649","17150.970"],["15264.491","17177.439"],["13699.522","12855.012"],["13685.336","12834.781"],["13669.914","12913.370"],["13644.710","12879.197"],["13705.946","12771.709"],["13735.708","12812.153"],["18957.163","13824.330"],["11898.291","19238.801"],["11834.409","19250.857"],["14608.552","15484.943"],["24408.333","16332.621"],["24562.311","16325.943"],["24514.542","16312.040"],["24449.733","16280.861"],["10611.200","7795.786"],["10529.293","7843.092"],["10608.749","7840.212"],["10532.599","7835.082"],["2321.696","11086.914"],["2390.452","11068.280"],["2344.838","11092.925"],["2335.159","11110.214"],["2446.532","11091.711"],["2444.747","11196.778"],["2299.456","11244.008"],["2297.296","11113.604"],["2301.523","11098.410"],["2383.498","11127.819"],["2454.706","11094.006"],["2440.809","11174.380"],["2311.409","11148.946"],["2364.153","11116.076"],["2268.683","11089.906"],["2298.751","11123.130"],["2345.008","11127.009"],["6750.807","15881.930"],["6774.831","15832.298"],["6740.315","15904.144"],["6754.557","15884.870"],["6745.768","15851.043"],["6787.810","15878.631"],["6771.589","15756.280"],["6732.740","15765.402"],["6732.386","15804.239"],["6787.947","15836.479"],["6876.260","15726.308"],["6875.291","15759.323"],["6797.074","15925.857"],["6809.882","15866.509"],["6763.424","15845.843"],["12401.319","8395.367"],["12427.947","8364.137"],["13858.742","14283.667"],["13953.263","14264.280"],["13919.295","14322.373"],["13955.843","14290.849"],["14008.280","14315.067"],["13941.630","14322.918"],["13909.689","14376.873"],["13832.402","14285.717"],["13898.028","14353.141"],["13965.117","14381.200"],["14006.533","14284.689"],["21752.200","15673.696"],["21709.180","15608.496"],["21644.475","15616.389"],["21681.958","15635.000"],["21668.490","15706.788"],["21666.165","15658.117"],["25238.838","16764.227"],["31557.537","13800.518"],["31531.217","13616.372"],["31517.864","13610.579"],["30454.712","15687.840"],["30444.077","15703.532"],["30307.963","15694.314"],["30261.472","15613.657"],["30329.165","15598.634"],["30348.240","15593.733"],["30390.693","15547.959"],["30355.547","15647.088"],["30337.336","15680.517"],["30252.486","15576.229"],["20904.645","8959.967"],["27594.787","17388.674"],["27606.750","17369.590"],["27613.175","17323.816"],["27603.625","17313.300"],["27598.377","17313.769"],["27618.655","17295.911"],["27648.203","17259.240"],["27655.373","17240.770"],["27602.558","17207.069"],["10862.449","15069.706"],["13039.875","16813.611"],["13032.333","16791.940"],["13162.299","16859.805"],["13014.340","16828.397"],["13050.841","16875.830"],["13109.536","16878.368"],["13149.487","16808.911"],["13097.113","16851.099"],["13018.092","16835.254"],["13004.466","16843.493"],["12996.855","16881.093"],["13171.429","16873.980"],["13067.124","16881.594"],["12997.341","16892.826"],["13064.866","16790.486"],["13090.189","16851.875"],["13018.412","16814.055"],["13128.746","16835.082"],["12989.029","16890.494"],["13017.097","16814.740"],["13144.403","16777.294"],["13183.089","16854.608"],["13045.714","16818.057"],["13056.894","16864.930"],["5048.508","6443.853"],["19505.074","6182.831"],["13769.811","12969.199"],["8850.182","14517.978"],["8870.534","14494.544"],["8905.958","14543.598"],["8928.204","14514.239"],["8181.934","12823.779"],["8192.280","12821.946"],["8197.855","12811.112"],["8290.733","12926.423"],["8245.265","12823.666"],["11426.306","17993.664"],["11451.203","17960.989"],["11482.779","18009.895"],["11470.180","17888.116"],["11478.973","17946.500"],["11362.731","17906.075"],["11443.140","17907.233"],["11479.135","17859.682"],["11413.316","18024.266"],["11444.342","17932.034"],["11479.061","17898.669"],["11472.006","18014.833"],["11382.764","17913.705"],["11429.932","17896.515"],["11454.936","17945.856"],["11467.289","17979.948"],["11484.690","17853.211"],["11480.649","17852.018"],["11407.178","17938.932"],["11386.251","17926.157"],["11471.068","17886.795"],["11412.696","17915.078"],["11467.582","18018.054"],["11434.115","17976.282"],["11432.665","17916.477"],["11440.426","18042.597"],["11457.441","17852.729"],["9028.742","11890.727"],["9036.456","11755.524"],["9058.051","11782.461"],["9084.756","11781.203"],["9045.611","11790.353"],["9046.982","11774.021"],["9066.187","11783.003"],["9028.011","11836.642"],["9029.450","11750.950"],["9059.460","11821.748"],["9167.138","11838.561"],["9189.506","11856.397"],["9048.441","11765.132"],["9025.952","11776.595"],["9017.901","11882.090"],["9128.773","11716.902"],["9110.417","11794.697"],["9176.359","11801.710"],["9103.797","11823.130"],["26217.994","15796.225"],["26223.344","15878.172"],["26215.623","15850.087"],["26196.956","15884.707"],["26147.499","15812.353"],["26239.678","15787.362"],["26179.529","15777.574"],["26120.657","15743.434"],["26153.552","15777.179"],["26240.594","15831.073"],["26070.620","15815.215"],["26095.855","15826.957"],["26228.020","15896.373"],["26186.684","15776.277"],["26119.052","15727.417"],["26073.322","15824.988"],["26241.272","15860.988"],["26058.435","15849.190"],["26824.224","15788.575"],["26864.305","15782.753"],["26882.486","15748.708"],["26754.185","15911.772"],["26710.395","15781.387"],["26763.964","15859.818"],["26838.709","15828.479"],["11943.779","4504.089"],["11889.882","9770.797"],["11865.682","9666.609"],["11873.730","9701.722"],["11871.069","9605.301"],["11928.941","9661.530"],["11853.129","9639.256"],["11929.465","9778.201"],["11804.234","9643.159"],["11834.639","9602.337"],["11928.659","9723.535"],["11902.182","9699.356"],["11772.386","9631.003"],["11933.892","9716.578"],["11808.761","9606.040"],["11914.505","9674.588"],["13238.453","16289.104"],["13213.932","16244.269"],["13216.144","16341.202"],["13224.388","16234.120"],["13205.683","16326.933"],["7714.987","17087.414"],["7635.547","17014.721"],["7622.726","17002.658"],["7232.771","18557.510"],["7246.900","18494.554"],["7122.189","18673.765"],["7169.975","18515.809"],["7230.732","18526.346"],["7205.300","18621.730"],["7119.149","18553.875"],["7266.962","18567.718"],["7132.954","18491.533"],["7261.715","18549.039"],["7245.915","18625.940"],["10789.312","17353.209"],["10684.159","17341.621"],["10821.584","17254.652"],["10749.551","17309.284"],["10770.383","17300.685"],["10729.389","17291.027"],["10693.328","17284.210"],["10705.414","17267.888"],["10737.511","17214.019"],["10710.235","17244.086"],["10680.524","17390.344"],["10677.780","17392.447"],["10836.642","17320.357"],["10687.152","17347.731"],["10827.527","17260.976"],["10774.426","17304.130"],["10714.470","17289.425"],["10735.803","17312.001"],["10719.877","17212.613"],["10698.771","17222.418"],["10733.211","17226.559"],["10675.609","17386.898"],["10859.805","17321.759"],["10823.020","17259.457"],["10836.519","17233.215"],["10749.022","17307.115"],["10714.586","17300.738"],["10697.111","17281.600"],["10707.895","17275.730"],["10700.629","17232.723"],["10760.728","17242.024"],["10730.168","17241.902"],["10677.251","17393.399"],["10758.267","17233.040"],["10838.516","17340.088"],["10852.926","17225.540"],["10866.834","17234.055"],["11993.825","6014.481"],["5460.832","16905.400"],["5480.405","16883.742"],["5484.217","16906.297"],["5440.781","16903.057"],["5495.465","16965.988"],["5434.953","16973.903"],["5431.317","16981.686"],["5482.751","16966.065"],["5452.013","16983.969"],["5437.320","16969.499"],["5598.699","16850.646"],["5602.296","16844.771"],["8783.696","17965.575"],["8815.850","17959.300"],["8816.311","17962.471"],["8815.094","17973.354"],["8789.485","17983.462"],["11043.066","16968.756"],["11005.741","16873.607"],["10978.696","16886.132"],["10977.874","16912.757"],["10968.120","16919.133"],["10943.176","16940.057"],["10957.631","16946.413"],["10956.032","16926.234"],["10955.194","16960.446"],["11036.836","16950.177"],["11093.202","16881.499"],["11021.139","16845.486"],["11006.597","16843.182"],["10904.694","16930.921"],["25226.157","6728.477"],["25268.776","6669.668"],["25343.179","6721.395"],["25273.526","6744.795"],["25267.805","6674.259"],["25323.015","6744.962"],["25240.977","6727.487"],["25339.528","6729.140"],["13279.904","17871.636"],["13370.488","17872.329"],["13373.347","17911.804"],["13309.430","17976.384"],["13214.488","17882.695"],["13275.066","17960.627"],["13378.335","17897.930"],["13270.908","17905.129"],["13309.890","17968.456"],["13250.741","17990.817"],["13379.914","17881.398"],["13234.000","17858.308"],["13361.425","17857.234"],["13359.679","17907.609"],["13273.377","18019.786"],["13253.489","17988.843"],["13268.306","17967.200"],["13212.879","17956.911"],["13230.754","17863.917"],["13212.103","17889.235"],["13240.445","17940.413"],["13209.885","17941.569"],["13379.026","17875.155"],["8644.495","17168.658"],["8627.719","17208.303"],["8030.602","10029.876"],["7963.208","10011.565"],["7966.584","10030.021"],["7983.105","10049.734"],["8011.258","10061.429"],["8003.566","10076.468"],["8008.798","10059.266"],["8022.724","10021.156"],["8049.763","10025.149"],["7937.016","10037.537"],["7949.337","10042.616"],["7980.459","10031.986"],["11857.627","4589.890"],["11808.613","4519.490"],["11873.630","4600.658"],["11890.310","4528.429"],["11848.048","4531.208"],["11882.813","4541.625"],["31507.695","13598.897"],["31453.855","13585.413"],["31408.867","13519.793"],["31500.000","13526.119"],["31479.143","13445.193"],["31437.940","13466.333"],["31455.691","13398.215"],["10106.732","19160.972"],["10085.887","19235.088"],["10201.925","19165.134"],["10215.355","19307.078"],["10136.690","19187.784"],["10124.167","19150.654"],["10082.947","19122.614"],["10071.890","19241.992"],["10200.412","19146.323"],["10185.323","19303.841"],["10177.759","19226.248"],["10165.730","19131.793"],["10080.861","19148.933"],["10097.729","19249.357"],["10219.023","19259.646"],["10152.875","19224.976"],["10108.592","19135.675"],["10089.397","19148.834"],["10088.716","19214.708"],["10235.560","19176.546"],["10143.598","19179.212"],["10128.197","19152.091"],["21692.806","16197.102"],["21706.579","16152.823"],["21699.791","16171.336"],["6700.027","16130.613"],["6679.961","16122.504"],["6676.179","16099.746"],["6704.304","16105.972"],["6691.805","15963.121"],["6717.047","16089.304"],["6810.965","16017.414"],["6783.472","15936.872"],["6798.975","15954.065"],["6731.813","15957.816"],["6866.533","16098.482"],["6846.063","16007.095"],["6674.126","16133.931"],["13950.801","13425.746"],["13852.205","13433.114"],["13958.975","13420.065"],["13956.948","13547.542"],["13953.363","13503.536"],["14006.257","13522.241"],["13909.006","13545.218"],["13834.628","13584.445"],["13852.514","13589.490"],["13837.302","13517.501"],["14012.759","13474.771"],["13966.295","13409.638"],["13950.884","13402.289"],["13942.421","13486.659"],["13834.385","13598.166"],["13905.646","13512.990"],["13898.753","13503.986"],["13936.960","13580.417"],["13957.492","13584.189"],["19497.795","14445.079"],["13655.612","16399.976"],["13654.850","16429.059"],["13619.956","16414.849"],["13649.498","16355.668"],["13752.252","16357.524"],["13664.313","16412.891"],["13644.406","16448.217"],["13625.855","16457.213"],["13632.957","16352.876"],["13664.082","16414.097"],["13643.879","16439.448"],["13621.904","16368.724"],["9115.651","13046.704"],["9107.803","13050.103"],["9091.227","13075.110"],["20358.016","7100.376"],["20362.490","7092.565"],["20359.315","7080.409"],["20420.855","7091.306"],["27481.764","7890.759"],["27504.231","7885.689"],["27503.797","7763.150"],["27505.762","7882.637"],["27381.840","7840.325"],["27390.689","7813.306"],["27492.169","7723.249"],["6620.137","8904.868"],["6566.561","8922.513"],["15847.653","16233.164"],["15844.804","16305.236"],["15742.122","16323.232"],["15809.538","16232.384"],["15732.417","16168.200"],["15799.983","16298.880"],["15833.514","16233.654"],["15774.342","16245.736"],["15757.851","16340.122"],["15844.048","16292.667"],["15837.012","16215.249"],["15093.787","10935.328"],["13638.649","14305.096"],["13716.979","14263.687"],["13823.164","14297.392"],["13629.752","14264.453"],["13725.377","14245.824"],["13656.202","14395.196"],["10869.366","15480.563"],["10711.455","15456.927"],["10877.327","15460.827"],["10710.039","15446.423"],["10771.333","15475.439"],["10777.339","15470.502"],["10745.563","15452.754"],["10679.430","15422.277"],["5144.072","15280.404"],["5078.316","15105.333"],["5163.914","15229.593"],["5032.803","15168.347"],["6894.369","9158.423"],["7147.574","15648.425"],["7134.237","15583.635"],["7169.834","15616.176"],["7192.796","15716.678"],["7174.800","15697.713"],["7115.177","15571.740"],["7106.887","15582.217"],["23531.591","16449.783"],["23646.721","16379.818"],["13009.423","17777.400"],["6427.475","18111.909"],["6461.536","18189.340"],["6403.500","18234.039"],["6360.469","18233.613"],["6362.067","18245.258"],["6341.492","18233.870"],["6288.698","18180.731"],["6400.117","18199.943"],["6423.220","18130.755"],["6419.918","18127.768"],["6450.502","18094.504"],["6423.528","18113.577"],["6451.059","18193.105"],["6408.877","18254.546"],["6372.377","18254.620"],["6352.248","18250.443"],["6330.768","18224.836"],["6401.137","18206.417"],["6412.266","18141.490"],["6297.617","18186.962"],["6459.744","18222.333"],["4398.891","17861.089"],["4409.576","17839.472"],["4459.391","17884.915"],["4425.757","17839.682"],["4409.993","17842.130"],["4447.112","17836.757"],["17137.215","17822.430"],["17110.623","17797.989"],["17043.898","17753.953"],["17114.839","17766.488"],["17074.975","17815.098"],["17038.454","17742.029"],["17009.581","17711.923"],["17108.523","17772.913"],["17105.452","17800.085"],["14907.611","15623.774"],["15007.074","15598.745"],["14971.600","15530.671"],["15031.823","15545.515"],["15057.368","15610.876"],["14945.572","15519.088"],["15075.246","15604.076"],["13436.068","16845.675"],["13465.527","16825.228"],["13501.131","16808.308"],["13460.880","16843.857"],["13506.701","16776.110"],["13532.932","16798.866"],["13515.362","16818.808"],["13541.193","16908.070"],["13510.765","16855.176"],["13434.569","16826.138"],["13448.739","16807.672"],["13489.096","16828.597"],["13487.266","16810.736"],["13459.893","16835.649"],["13520.237","16785.457"],["13528.573","16809.832"],["13507.533","16836.793"],["13474.400","16904.451"],["13539.525","16788.967"],["13471.812","16944.970"],["13518.363","16872.055"],["13436.578","16865.675"],["13421.044","16871.991"],["13452.012","16802.982"],["13476.481","16832.033"],["13505.572","16806.013"],["13459.581","16843.939"],["13510.073","16791.898"],["13528.754","16794.456"],["13506.085","16837.999"],["13485.896","16853.888"],["13460.034","16984.250"],["11151.403","18714.796"],["11139.725","18701.303"],["11235.988","18678.543"],["11167.932","18720.676"],["13322.113","15504.063"],["13374.454","15459.127"],["13362.086","15462.843"],["13372.325","15430.460"],["13397.215","15433.874"],["13401.328","15417.294"],["13351.974","15478.310"],["13392.560","15441.045"],["13387.661","15424.697"],["13398.640","15423.196"],["6913.347","17006.710"],["6947.738","16996.983"],["6979.439","16997.294"],["6969.783","17022.232"],["6951.368","17045.140"],["6987.195","17055.547"],["7005.448","17034.820"],["6999.059","17009.962"],["7062.582","17029.558"],["7048.816","17063.126"],["7036.315","17075.665"],["7069.177","17034.343"],["29216.743","11167.421"],["29245.547","11263.612"],["29264.957","11255.117"],["29244.944","11116.861"],["29257.664","11172.375"],["29221.373","11195.614"],["6741.662","7765.002"],["6824.051","7691.337"],["6831.662","7767.126"],["6789.031","7735.886"],["6788.652","7723.778"],["6861.443","7738.036"],["6796.479","7877.653"],["6881.333","7862.372"],["6751.027","7771.118"],["6699.183","7721.617"],["6832.861","7780.787"],["6771.323","7760.977"],["17099.659","4445.521"],["17003.405","4406.118"],["16990.189","4343.877"],["17023.629","4340.469"],["17027.624","4404.775"],["17044.402","4334.837"],["17021.359","4341.360"],["8773.954","10340.611"],["8703.396","10346.349"],["8765.397","10380.972"],["8629.979","10411.016"],["8714.911","10285.002"],["8737.514","10366.470"],["8655.954","10410.780"],["8694.588","10340.779"],["8763.772","10273.693"],["8657.391","10430.352"],["8585.417","10425.580"],["8738.692","10231.558"],["8731.978","10246.648"],["8643.221","10409.588"],["8743.648","10327.445"],["8722.220","10301.839"],["15054.751","17466.088"],["15072.027","17486.691"],["15092.031","17562.272"],["15072.854","17541.475"],["5648.258","15265.800"],["5634.423","15254.543"],["5784.905","15221.998"],["5656.096","15287.528"],["5783.096","15238.282"],["5644.396","15256.628"],["5798.474","15256.548"],["5780.244","15285.734"],["13916.567","16594.178"],["13942.786","16578.357"],["13836.984","16578.145"],["13908.541","16590.083"],["13945.253","16577.085"],["13849.451","16571.291"],["13866.161","16573.613"],["13918.919","16597.762"],["13838.069","16582.851"],["5435.954","8227.342"],["5419.296","8203.026"],["5485.074","8273.474"],["5585.879","8167.495"],["5431.382","8228.130"],["5495.090","8272.120"],["5558.511","8139.544"],["5518.448","8191.838"],["5431.821","8221.522"],["5434.447","8233.629"],["5613.721","8123.121"],["16317.846","14469.906"],["16281.626","14450.064"],["7574.746","13392.073"],["7624.405","13233.084"],["7649.298","13248.586"],["7620.490","13291.532"],["7681.136","13337.693"],["7711.731","13363.878"],["16922.671","16249.089"],["16860.798","16333.137"],["16780.144","16143.026"],["16984.634","16300.735"],["16791.975","16173.223"],["16869.173","16270.420"],["16956.519","16346.856"],["16800.305","16229.689"],["16836.273","16329.872"],["16961.984","16160.495"],["16986.583","16149.955"],["16925.138","16154.673"],["16844.415","16327.496"],["16954.148","16165.709"],["16949.856","16209.065"],["16897.001","16224.529"],["10253.494","16740.877"],["10417.180","16601.881"],["10254.092","16733.136"],["10432.481","16718.208"],["23059.245","15329.456"],["13428.629","18141.394"],["13520.348","18188.918"],["13613.940","18208.492"],["13468.175","18245.094"],["13530.491","18218.176"],["13588.928","18128.584"],["13476.549","18161.420"],["13577.510","18235.842"],["13588.994","18179.055"],["13429.846","18136.472"],["13488.983","18199.042"],["13467.322","18192.353"],["13410.595","18231.536"],["13619.171","18227.006"],["13590.552","18248.971"],["13470.017","18251.337"],["13547.168","18217.185"],["13542.941","18213.585"],["13576.362","18173.787"],["13592.267","18157.948"],["13410.241","18140.535"],["13413.210","18217.994"],["13466.910","18195.491"],["13490.282","18181.701"],["13586.342","18250.689"],["13604.450","18226.213"],["13486.942","18210.544"],["13571.889","18195.154"],["13587.612","18168.386"],["13615.310","18157.040"],["7704.805","16859.678"],["7720.686","16836.983"],["7698.297","16844.566"],["7683.854","16844.945"],["7687.963","16888.019"],["7690.749","16816.418"],["16174.275","18507.764"],["16207.478","18599.659"],["16195.225","18550.080"],["16283.317","18534.886"],["16217.561","18589.007"],["16274.156","18539.593"],["14182.911","16816.616"],["14219.276","16781.983"],["13891.611","18567.750"],["13897.004","18478.818"],["13898.862","18574.507"],["13941.830","18501.473"],["13966.206","18604.301"],["13850.802","18561.254"],["13890.953","18519.525"],["13930.760","18486.253"],["13849.077","18485.226"],["13926.921","18533.632"],["13947.554","18525.404"],["13947.504","18483.693"],["13882.498","18478.405"],["13863.846","18478.091"],["13938.714","18569.222"],["13923.089","18550.213"],["13945.958","18549.549"],["13963.409","18548.888"],["13964.824","18620.140"],["13968.113","18616.093"],["13949.198","18471.752"],["14021.932","18510.435"],["13931.279","18574.094"],["13940.662","18547.617"],["13952.718","18553.975"],["15034.589","18047.926"],["15028.579","18066.491"],["13452.062","16484.017"],["13465.971","16526.601"],["13606.201","16465.339"],["13561.409","16466.886"],["13581.207","16465.214"],["13618.894","16358.056"],["13615.104","16389.660"],["13611.890","16375.185"],["13578.201","16496.590"],["13459.492","16525.458"],["13452.144","16516.911"],["13490.269","16474.722"],["13463.301","16505.483"],["13463.948","16530.532"],["13575.208","16465.069"],["13593.214","16466.172"],["13613.591","16421.191"],["13601.019","16404.053"],["13616.232","16387.455"],["13475.881","16507.748"],["13483.636","16528.897"],["13618.931","16465.900"],["13601.667","16456.279"],["13603.782","16395.746"],["13600.097","16364.334"],["13418.551","16515.807"],["13558.646","16517.218"],["23293.965","9264.793"],["23207.474","9219.606"],["11058.881","18005.069"],["11052.022","18032.683"],["11028.923","17975.470"],["19956.885","6524.849"],["20138.015","6581.193"],["20082.916","6584.546"],["14051.669","18647.376"],["14184.747","18661.353"],["14078.593","18643.512"],["14170.586","18654.533"],["14152.921","18642.823"],["14186.500","18672.118"],["14160.677","18669.971"],["14062.787","18634.742"],["17206.958","18044.267"],["17221.031","18096.474"],["5916.009","16279.492"],["5834.789","16298.874"],["5901.237","16200.033"],["6011.941","16240.078"],["6034.914","16239.641"],["5977.940","16272.656"],["5843.972","16349.949"],["5881.511","16196.917"],["5849.244","16290.139"],["4280.100","12182.200"],["10456.204","14036.767"],["10456.204","14036.767"],["13067.634","11788.528"],["13022.071","11819.249"],["13176.810","11753.752"],["13072.167","11726.253"],["13068.457","11786.216"],["13154.462","11773.265"],["13025.508","11813.980"],["13171.936","11739.456"],["13129.650","11716.014"],["15135.941","12234.967"],["15131.851","12148.243"],["15268.873","12214.494"],["15226.337","12306.483"],["15143.363","12230.067"],["15165.206","12169.489"],["15130.513","12261.144"],["15115.777","12215.770"],["5348.738","18082.849"],["5354.188","18050.108"],["5333.506","18086.354"],["5356.035","18122.035"],["5350.236","18090.082"],["5407.988","18117.571"],["5333.420","18056.100"],["5340.264","18070.860"],["30015.656","15863.252"],["30039.184","15777.990"],["30013.859","15746.482"],["8193.810","18027.190"],["8155.060","18039.824"],["8147.672","17990.150"],["8186.360","18035.002"],["8307.238","18031.098"],["15954.951","12319.938"],["15950.693","12241.290"],["15940.512","12247.499"],["21108.926","16247.614"],["21066.017","16300.863"],["9787.976","12744.296"],["9712.561","12656.565"],["9825.731","12621.552"],["9775.503","12615.670"],["9718.565","12603.286"],["9711.345","12568.770"],["9811.723","12587.300"],["9758.182","12551.577"],["9749.679","12574.481"],["9810.652","12595.183"],["9827.188","12592.829"],["9761.544","12698.589"],["9781.711","12724.910"],["9806.490","12713.453"],["9696.844","12689.006"],["9732.061","12728.237"],["9729.349","12751.720"],["12751.384","7742.811"],["12751.565","7732.258"],["12082.676","5784.783"],["18156.379","14366.301"],["18141.049","14351.792"],["18338.028","12977.831"],["17235.209","18308.114"],["11939.023","16636.888"],["11940.438","16715.345"],["11990.368","16752.045"],["4566.250","18431.583"],["4550.329","18415.993"],["4556.168","18465.154"],["4544.260","18431.319"],["5113.547","15308.186"],["5075.714","15370.593"],["5568.804","16262.286"],["5514.426","16216.471"],["5427.121","16229.428"],["17458.887","4450.336"],["26234.673","15972.760"],["26224.022","16014.042"],["26159.437","15942.881"],["26138.702","16115.622"],["20350.241","15801.963"],["20264.934","15768.433"],["20286.346","15753.301"],["20161.644","15852.284"],["20185.291","15881.808"],["20197.318","15762.507"],["6452.356","17681.263"],["6442.695","17679.638"],["17889.723","16302.258"],["17891.910","16203.807"],["17938.053","16234.586"],["17858.374","16208.538"],["17875.138","16227.416"],["28444.073","8254.429"],["28408.972","8237.333"],["28368.890","8286.086"],["28520.862","8291.389"],["28499.991","8305.130"],["8303.629","10391.785"],["8241.098","10423.915"],["27087.058","7284.237"],["24627.866","16811.304"],["24703.495","16850.303"],["24717.315","16860.987"],["24667.477","16845.255"],["24743.933","16806.371"],["21157.437","7942.169"],["21118.043","8043.410"],["21050.336","7997.776"],["15941.118","15039.819"],["7188.616","17443.938"],["7278.401","17466.337"],["7292.462","17576.732"],["7297.370","17508.100"],["7294.076","17476.123"],["7261.675","17447.544"],["7285.844","17547.591"],["10028.481","13838.728"],["9979.570","13874.971"],["9992.290","13851.343"],["9999.050","13867.874"],["9982.059","13852.196"],["10011.598","13828.694"],["9921.465","13953.744"],["9901.939","13933.740"],["9959.126","13840.324"],["9949.883","13836.542"],["9859.490","13834.944"],["9992.257","13847.495"],["9981.681","13843.905"],["9941.597","13959.888"],["9975.179","13872.727"],["10019.198","13859.138"],["9983.802","13846.234"],["9937.255","13896.750"],["9932.465","13859.201"],["9848.910","13838.324"],["9861.365","13837.108"],["9834.993","13973.734"],["9843.176","13985.532"],["9875.702","13971.528"],["9895.543","13981.862"],["9888.374","13965.606"],["9905.310","13941.097"],["9945.508","13915.205"],["9863.865","13843.152"],["14119.559","15602.956"],["14116.494","15540.077"],["14077.906","15621.774"],["14068.821","15548.176"],["14195.666","15718.183"],["14195.845","15709.149"],["14145.845","15696.777"],["14122.884","15702.896"],["14050.142","15666.659"],["14168.449","15620.990"],["14246.910","15713.037"],["14229.209","15652.041"],["14211.423","15709.380"],["14053.252","15716.359"],["14185.829","15703.682"],["14138.567","15705.767"],["14067.807","15663.769"],["14051.211","15615.519"],["14195.117","15543.743"],["14235.059","15599.288"],["14215.633","15697.951"],["14044.120","15715.225"],["14192.802","15703.748"],["14140.845","15696.067"],["14136.626","15686.576"],["14055.405","15670.920"],["14053.895","15609.231"],["14198.307","15681.427"],["14090.259","15668.642"],["10321.649","9074.745"],["10306.842","9042.334"],["10258.668","9067.650"],["10270.712","9036.752"],["10275.857","9068.205"],["10265.307","9044.811"],["10302.376","9070.560"],["10319.625","9079.734"],["12342.773","10827.774"],["12351.918","10815.982"],["12345.928","10811.079"],["6646.060","12978.083"],["6660.862","13049.375"],["6648.301","13117.579"],["6666.706","13102.732"],["6659.201","13058.739"],["6666.323","12980.634"],["6670.555","13107.621"],["6570.605","13140.285"],["6565.794","13174.252"],["13395.714","13357.710"],["12994.726","16267.592"],["12996.637","16256.033"],["13082.158","16322.996"],["13150.440","16247.293"],["13053.689","16304.673"],["13106.021","16293.980"],["13010.109","16331.003"],["13041.633","16250.381"],["13178.124","16276.578"],["13097.176","16261.397"],["13177.926","16226.136"],["13113.527","16257.840"],["13055.120","16306.935"],["13106.180","16274.807"],["13077.190","16319.277"],["13197.351","16292.160"],["13030.345","16310.919"],["13117.310","16223.910"],["13054.956","16248.647"],["13084.707","16308.509"],["13198.174","16289.930"],["13184.690","16202.688"],["22540.769","16609.334"],["22620.917","16654.215"],["22619.712","16681.148"],["22636.327","16690.363"],["22652.758","16704.017"],["22657.310","16736.855"],["22555.098","6776.260"],["22592.729","6766.880"],["22608.737","6707.851"],["22548.918","6752.790"],["22559.791","6784.718"],["25186.189","14419.142"],["13853.507","16391.941"],["13852.334","16359.036"],["13944.562","16376.192"],["13916.069","16385.633"],["13875.746","16448.228"],["13873.887","16491.553"],["13915.019","16487.392"],["13970.651","16470.214"],["13880.619","16559.542"],["13950.470","16538.777"],["13910.927","16552.315"],["13876.627","16518.443"],["14033.520","16537.651"],["13866.369","16385.038"],["13866.989","16367.706"],["13831.175","16373.058"],["13941.239","16384.120"],["13933.881","16386.178"],["13878.789","16453.843"],["13886.617","16481.297"],["13912.206","16492.446"],["13877.313","16551.879"],["13963.529","16535.276"],["13917.440","16548.863"],["13857.482","16503.695"],["13834.596","16512.236"],["13853.293","16380.265"],["13854.012","16359.267"],["13834.070","16355.766"],["13918.885","16358.598"],["13950.121","16366.366"],["13938.832","16382.115"],["13873.032","16454.702"],["13874.150","16482.023"],["13918.538","16486.566"],["13959.780","16471.040"],["13936.569","16561.164"],["13950.831","16530.222"],["13934.200","16533.570"],["13855.854","16497.634"],["15848.144","13231.241"],["29667.847","16274.962"],["29700.142","16189.558"],["29648.676","16166.254"],["29789.712","16175.893"],["29769.336","16162.275"],["29703.736","16173.024"],["29644.145","16206.670"],["29753.125","16146.717"],["29761.657","16260.005"],["29797.436","16267.526"],["29802.644","16247.178"],["29824.784","16236.434"],["29769.737","16230.143"],["29694.167","16295.613"],["31538.156","14260.517"],["31529.720","14258.346"],["10444.469","17628.970"],["10431.210","17626.466"],["10432.000","17621.627"],["5719.131","18619.561"],["4907.315","15811.030"],["18822.159","15736.826"],["6175.917","15790.675"],["6169.979","15866.666"],["6154.946","15900.662"],["6161.800","15899.166"],["6052.494","15829.329"],["6203.460","15863.193"],["6090.333","15754.514"],["6164.490","15743.805"],["6164.814","15778.215"],["6222.626","15749.035"],["6194.165","15750.168"],["6206.242","15771.675"],["6159.238","15852.097"],["6136.898","15813.565"],["6147.458","15868.110"],["6105.175","15839.760"],["6106.383","15737.536"],["6204.449","15826.558"],["6127.338","15772.816"],["6109.812","15777.221"],["6183.022","15767.257"],["6145.414","15928.968"],["18488.090","14761.335"],["18573.365","14854.257"],["18518.301","14859.917"],["18506.406","14775.283"],["18638.225","14802.221"],["18469.272","14859.397"],["13034.631","14728.169"],["12988.277","14749.069"],["13197.014","14812.068"],["13183.263","14787.842"],["13130.488","14662.509"],["13033.560","14788.238"],["13156.770","14781.563"],["13036.986","14747.792"],["15462.311","15669.344"],["15489.544","15663.369"],["15372.233","15711.559"],["15394.947","15695.094"],["15437.407","15633.838"],["15449.944","15608.513"],["15473.390","15699.178"],["15495.069","15663.209"],["15500.519","15665.320"],["15375.723","15714.458"],["15397.559","15697.370"],["15453.290","15609.913"],["15463.882","15675.952"],["15507.394","15668.713"],["15434.499","15641.341"],["15457.425","15612.154"],["15311.335","15624.166"],["15317.199","15616.491"],["15445.580","15544.361"],["15355.155","15545.564"],["15375.825","15692.535"],["15320.645","15522.204"],["15412.612","15556.984"],["15394.563","15572.649"],["15390.590","15627.211"],["15316.310","15626.270"],["15311.453","15671.071"],["9988.556","16301.798"],["9982.524","16265.758"],["13970.439","18776.646"],["13840.458","18699.725"],["13899.184","18692.194"],["13975.768","18830.007"],["14018.786","18826.208"],["13834.011","18703.771"],["13999.395","18790.221"],["14028.266","18795.921"],["14019.297","18731.971"],["13957.155","18691.353"],["13937.051","18832.947"],["14020.645","18831.113"],["14005.941","18787.876"],["14017.986","18748.423"],["14018.129","18721.748"],["14026.978","18721.401"],["13972.451","18690.379"],["13965.181","18694.590"],["13889.085","18717.528"],["13938.822","18699.526"],["27450.419","17234.397"],["27509.076","17228.034"],["27508.390","17255.121"],["27503.858","17347.810"],["27475.427","17384.620"],["27331.884","17239.021"],["27347.217","17224.698"],["27387.576","17243.466"],["27408.139","17306.245"],["27368.567","17346.053"],["27421.590","17259.420"],["27437.310","17306.960"],["27358.151","17278.050"],["27376.816","17325.968"],["27304.215","17297.741"],["27327.226","17326.044"],["27362.363","17255.405"],["5349.780","10902.877"],["5200.156","11012.733"],["5361.491","10919.227"],["5205.998","10954.670"],["5263.848","10943.853"],["5353.963","10901.788"],["5391.197","10963.924"],["5345.039","10928.553"],["5200.286","10885.170"],["5282.861","10921.012"],["5372.712","10951.363"],["5379.897","10928.334"],["5343.180","10928.867"],["9834.556","16690.109"],["12460.650","12832.237"],["12358.375","12954.965"],["6773.252","9330.994"],["6707.507","9265.342"],["6704.004","9270.759"],["6690.671","9258.399"],["10521.754","18311.324"],["10634.703","18398.555"],["10587.755","18294.170"],["10568.344","18305.046"],["10462.272","18324.703"],["10642.851","18278.132"],["10635.013","18387.340"],["10561.949","18336.449"],["10512.916","18280.191"],["10586.726","18367.589"],["10659.511","18336.767"],["10601.912","18346.857"],["10520.268","18302.305"],["10475.266","18353.588"],["27431.833","16153.088"],["27456.573","16210.848"],["27470.788","16233.754"],["27445.524","16196.040"],["25835.023","6929.176"],["25890.316","7009.647"],["25980.284","7026.495"],["25975.576","6902.595"],["26006.642","6952.577"],["25998.310","7006.614"],["25832.062","6902.289"],["25857.388","6971.068"],["25926.104","6951.272"],["26011.945","7039.377"],["26005.066","6923.487"],["25965.498","6986.482"],["26021.543","6852.812"],["25840.549","6902.256"],["25863.260","6948.194"],["25952.305","6953.881"],["26038.964","6911.233"],["26027.941","6985.674"],["26000.596","6976.325"],["8453.195","18418.684"],["8461.156","18397.445"],["8460.169","18447.883"],["8436.913","18394.274"],["11626.035","18301.090"],["11635.131","18278.778"],["11568.666","18432.920"],["11530.213","18273.792"],["11571.760","18379.990"],["11632.927","18325.929"],["11524.949","18411.780"],["7435.135","9026.379"],["7421.253","9045.041"],["7335.416","8992.257"],["7348.011","8994.694"],["7320.096","9031.306"],["7451.039","8967.129"],["7344.233","9002.682"],["7433.092","8976.219"],["7392.917","9037.331"],["7503.966","9025.435"],["7465.774","9055.363"],["15263.813","16353.822"],["15261.539","16398.773"],["15221.575","16368.741"],["15278.957","16418.608"],["15216.427","16361.343"],["15243.913","16485.956"],["15252.759","16503.097"],["15253.631","16531.189"],["15268.387","16451.059"],["15236.295","16524.005"],["15258.338","16476.146"],["15244.933","16463.462"],["15264.058","16505.987"],["15260.854","16460.110"],["15269.489","16483.776"],["15266.710","16489.589"],["15235.851","16507.060"],["15235.950","16499.397"],["15259.009","16529.769"],["15262.022","16486.336"],["15258.305","16479.482"],["15234.979","16521.197"],["6214.702","12808.272"],["6228.205","12800.988"],["6233.814","12791.211"],["6222.761","12807.297"],["6195.034","12956.727"],["20207.135","8545.465"],["20247.743","8536.101"],["20238.944","8566.043"],["20228.851","8669.997"],["20185.959","8675.569"],["20285.660","8637.479"],["20216.354","8708.914"],["20239.476","8677.248"],["20191.272","8685.412"],["16305.534","14260.079"],["16300.249","14239.729"],["16224.445","14415.877"],["16227.008","14428.603"],["14648.904","13453.642"],["19912.087","8459.631"],["19766.701","8490.665"],["19797.589","8428.865"],["10921.824","18773.692"],["10900.623","18745.252"],["10910.633","18681.315"],["10918.896","18765.880"],["10919.021","18705.163"],["10898.156","18790.967"],["15328.226","13179.112"],["15445.592","13124.303"],["15456.281","13052.182"],["15309.351","12998.091"],["15368.034","13154.518"],["22063.374","15723.367"],["22052.747","15720.086"],["22056.581","15854.285"],["22099.376","15859.677"],["22110.065","15916.000"],["22159.501","15865.086"],["22072.433","15891.619"],["22852.308","14771.781"],["22779.305","14754.538"],["14501.414","16555.503"],["14644.931","16399.830"],["14618.248","16541.635"],["14654.417","16450.943"],["14734.908","13756.797"],["14713.730","13799.246"],["14776.442","13626.197"],["14726.608","13609.650"],["14846.546","13805.074"],["14839.671","13767.865"],["14877.700","13788.062"],["14817.454","13605.559"],["14713.550","13776.949"],["13415.859","13830.958"],["12769.036","18098.603"],["12761.610","18141.782"],["12713.667","18210.436"],["12721.158","18101.526"],["12745.805","18149.016"],["12674.802","18216.233"],["12744.124","18228.626"],["12718.049","18045.556"],["12729.974","18046.150"],["12752.203","18154.267"],["12730.426","18159.222"],["12730.230","18192.270"],["12674.457","18197.587"],["12710.138","18047.257"],["12759.097","18043.850"],["12738.864","18119.338"],["12768.930","18141.699"],["12672.565","18212.418"],["14471.249","8544.408"],["14592.306","8619.018"],["14648.109","8659.032"],["14482.778","8579.272"],["14605.677","8612.809"],["14612.616","8638.157"],["11103.457","18282.613"],["11303.354","18294.882"],["11144.772","18350.128"],["11093.831","18341.511"],["11165.101","18338.930"],["11271.347","18325.600"],["13573.027","18279.592"],["13459.030","18256.936"],["13605.227","18349.992"],["13523.323","18281.441"],["13458.521","18266.333"],["13605.210","18363.716"],["10714.461","18703.629"],["10776.017","18837.825"],["10736.484","18790.473"],["10754.500","18886.168"],["10855.484","18697.202"],["10823.083","18789.717"],["10833.672","18701.430"],["10714.214","18716.527"],["10676.829","18769.465"],["10756.211","18881.445"],["10863.576","18695.732"],["10776.587","18789.535"],["10738.161","18706.123"],["10675.652","18807.681"],["10727.816","18791.744"],["10717.549","18838.343"],["10751.342","18883.212"],["10877.063","18693.436"],["10805.024","18755.547"],["10709.987","18722.820"],["10677.299","18760.963"],["10754.537","18784.993"],["10702.175","18796.121"],["10684.670","18877.088"],["10762.625","18871.089"],["10874.217","18679.993"],["10783.659","18754.556"],["10770.317","18699.052"],["17994.235","17364.083"],["17978.069","17273.298"],["17830.853","17218.802"],["17984.238","17342.160"],["17929.784","17248.282"],["17992.272","17402.618"],["18004.007","17307.798"],["17856.593","17277.250"],["18003.349","17387.694"],["17962.958","17299.581"],["18001.048","17208.050"],["17980.382","17396.272"],["14738.272","15912.958"],["14851.380","16062.873"],["14855.113","16053.393"],["14716.582","15959.260"],["14815.742","16070.866"],["14821.771","15972.594"],["10058.214","12272.607"],["10059.368","12293.085"],["10133.754","12299.024"],["10128.211","12306.737"],["10081.224","12298.767"],["10140.185","12273.671"],["10063.922","12302.351"],["11139.647","18146.759"],["11137.235","18096.475"],["11253.119","18175.264"],["11178.650","18107.483"],["11213.265","18141.689"],["11162.361","18125.620"],["11240.150","18059.187"],["11262.737","18108.090"],["11106.166","18072.494"],["11162.076","18080.151"],["11235.382","18045.480"],["11134.185","18142.543"],["13569.332","12767.939"],["14384.493","18799.513"],["7574.246","16340.672"],["7622.805","16265.232"],["7622.345","16142.367"],["7569.904","16335.635"],["7614.828","16236.561"],["7606.461","16314.983"],["16523.189","16782.699"],["16385.165","16971.120"],["16565.794","16864.420"],["16367.469","16911.364"],["16495.268","16860.051"],["16391.005","16887.545"],["16525.278","16848.179"],["16391.273","16880.704"],["16437.165","16957.593"],["16410.365","16808.137"],["16456.603","16836.692"],["16501.765","16917.579"],["16543.863","16953.504"],["10452.941","16966.901"],["10425.901","16912.199"],["10450.358","16914.891"],["10378.612","16912.145"],["10356.079","16908.975"],["10338.636","16953.521"],["10341.560","16964.201"],["10375.874","16967.426"],["10368.259","16972.777"],["10368.115","16818.967"],["10351.191","16830.577"],["10387.358","16846.578"],["10394.611","16827.024"],["10301.027","16855.219"],["10294.744","16843.658"],["10308.045","16876.334"],["10313.177","16858.151"],["10424.237","16882.497"],["10424.040","16870.359"],["10340.256","16915.574"],["10277.084","16916.070"],["10415.210","16936.638"],["10459.721","16964.858"],["10355.684","16919.775"],["10358.612","16917.166"],["10370.574","16958.731"],["10365.989","16974.594"],["10387.601","16958.574"],["10354.858","16842.501"],["10345.401","16833.368"],["10407.900","16837.825"],["10392.687","16832.854"],["10284.547","16833.716"],["10296.998","16837.135"],["10307.930","16857.606"],["10318.950","16854.270"],["10428.941","16884.644"],["10422.132","16881.903"],["10307.771","16886.320"],["10288.250","16905.813"],["10415.842","16957.196"],["10401.903","16979.300"],["10458.368","16953.524"],["10454.914","16965.976"],["10447.167","16909.341"],["10431.509","16924.800"],["10370.536","16917.975"],["10364.023","16902.748"],["10346.778","16958.905"],["10340.420","16947.690"],["10382.305","16962.835"],["10387.239","16968.962"],["10353.707","16820.949"],["10367.737","16824.615"],["10390.516","16827.106"],["10401.749","16833.960"],["10280.123","16851.454"],["10297.836","16854.955"],["10319.707","16859.835"],["10302.864","16878.498"],["10414.369","16870.986"],["10427.971","16875.495"],["10311.885","16942.031"],["10329.500","16878.431"],["13098.584","13810.316"],["13088.251","13613.781"],["13075.683","13739.860"],["13056.148","13663.071"],["13072.694","13645.367"],["13037.944","13769.890"],["13020.241","13633.236"],["13018.733","13695.799"],["13155.446","13615.517"],["13193.495","13724.679"],["13174.603","13704.972"],["13177.439","13757.210"],["13198.140","13693.306"],["13047.854","13747.688"],["13190.793","13793.954"],["13115.129","13648.241"],["13017.220","13749.395"],["13012.958","13694.467"],["13037.569","13679.193"],["13177.810","13701.306"],["13157.838","13694.104"],["13160.555","13783.228"],["13011.233","13769.942"],["13045.420","13705.078"],["13171.031","13654.112"],["13062.267","13681.965"],["13033.421","13775.274"],["13004.477","13635.960"],["13169.676","13765.716"],["9046.668","12383.084"],["9001.252","12477.629"],["9064.128","12434.294"],["9050.723","12437.250"],["9004.174","12449.982"],["9103.293","12528.641"],["9007.297","12353.221"],["9030.372","12493.894"],["8992.902","12362.270"],["8992.568","12474.739"],["9069.901","12422.040"],["9136.368","12528.376"],["9129.955","12545.322"],["9035.504","12338.918"],["9000.898","12482.961"],["8997.815","12484.500"],["9051.315","12421.396"],["9012.280","12472.045"],["9096.359","12370.300"],["9026.557","12371.258"],["9023.332","12501.458"],["8999.616","12355.767"],["9048.201","12489.187"],["13321.429","14147.132"],["13408.601","14036.300"],["8129.478","12635.643"],["4949.759","18651.627"],["4943.756","18658.745"],["4807.213","18471.150"],["4904.002","18671.659"],["4817.753","18667.295"],["4814.380","18649.358"],["4797.118","18634.064"],["4788.905","18652.367"],["4796.352","18641.470"],["4955.599","18671.544"],["4956.653","18627.674"],["4844.887","18535.184"],["4834.444","18517.007"],["4815.789","18477.283"],["4808.722","18659.201"],["4791.987","18633.073"],["4786.026","18654.068"],["4790.267","18625.301"],["4951.520","18667.035"],["4848.884","18533.863"],["4830.333","18506.504"],["4965.453","18606.435"],["13245.817","13875.889"],["13265.814","13904.494"],["13334.351","13861.864"],["13243.238","13915.571"],["13228.879","13972.730"],["13262.958","13980.558"],["13280.754","13931.822"],["13204.424","13964.807"],["13380.750","13893.772"],["16276.097","5646.111"],["16276.744","5704.410"],["16249.636","5762.148"],["16306.856","5777.830"],["11465.010","16209.450"],["6217.660","17764.222"],["6124.260","17643.846"],["6158.681","17633.516"],["6150.397","17761.433"],["6125.019","17691.373"],["6177.597","17700.749"],["6063.314","17803.540"],["6209.838","17797.981"],["6238.647","17627.940"],["6067.159","17657.001"],["6138.822","17801.827"],["6114.573","17630.188"],["6138.730","17640.189"],["6129.427","17740.954"],["6082.894","17730.999"],["6194.094","17684.531"],["6043.824","17789.254"],["18966.176","14403.710"],["19008.676","14269.389"],["18920.687","14372.464"],["19039.169","14283.410"],["18987.887","14395.158"],["18938.288","14253.032"],["15727.417","5121.674"],["28209.823","8048.939"],["28228.836","8090.888"],["5870.712","8108.868"],["5926.190","8154.048"],["6027.365","8147.971"],["6031.426","8224.029"],["5917.423","8112.435"],["5944.554","8109.330"],["5897.673","8149.347"],["18975.155","15712.913"],["21512.735","7080.745"],["21502.892","7170.906"],["21417.873","7151.749"],["21474.791","7060.200"],["21569.865","7164.432"],["21483.508","7150.423"],["21536.115","7183.210"],["21475.900","7257.835"],["21415.192","7175.481"],["5996.381","13705.941"],["6021.267","13616.702"],["6014.709","13678.411"],["7358.790","13835.704"],["9630.042","14955.415"],["9689.782","14884.250"],["9693.378","15011.697"],["9807.260","15037.919"],["9812.977","15051.332"],["27927.168","16237.810"],["27804.044","16178.291"],["27811.683","16228.715"],["27840.924","16258.135"],["27840.576","16207.758"],["27814.373","16303.245"],["27746.440","16325.874"],["27750.896","16307.241"],["12815.282","18063.305"],["12807.064","18241.622"],["12881.810","18166.627"],["12919.029","18131.052"],["12985.776","18248.267"],["12966.385","18245.740"],["12794.449","18241.258"],["12885.132","18187.750"],["12847.592","18249.076"],["12946.331","18128.888"],["12986.858","18145.822"],["12921.321","18250.652"],["12921.152","18224.480"],["12870.741","18224.018"],["12908.688","18243.803"],["12972.174","18253.354"],["12907.285","18133.364"],["12986.973","18138.754"],["12950.959","18245.169"],["12924.446","18245.334"],["12900.180","18149.103"],["12918.599","18066.833"],["12951.362","18062.539"],["12924.046","18252.919"],["12796.192","18248.872"],["12905.083","18217.180"],["12861.317","18159.575"],["12972.452","18191.368"],["12980.871","18134.212"],["12964.769","18141.528"],["12959.775","18253.691"],["12940.871","18128.921"],["12933.075","18113.199"],["12940.129","18097.287"],["26657.897","16612.850"],["26660.224","16702.478"],["12630.915","13140.701"],["11328.973","17701.009"],["11326.941","17697.225"],["11312.279","17739.794"],["11339.861","17718.119"],["11367.564","17743.476"],["11344.999","17756.077"],["11385.162","17733.044"],["11362.554","17672.770"],["11368.711","17651.261"],["11344.021","17663.410"],["11325.643","17658.361"],["11397.352","17680.850"],["11393.070","17641.684"],["11403.984","17703.168"],["11361.066","17625.519"],["11327.506","17677.149"],["11334.982","17676.277"],["11459.098","17642.664"],["11441.009","17631.678"],["11458.032","17679.059"],["11422.452","17646.729"],["11445.969","17662.732"],["11432.480","17670.000"],["11457.497","17698.464"],["11469.763","17724.212"],["11440.926","17729.961"],["11440.853","17770.349"],["11425.710","17750.621"],["11470.485","17633.011"],["11506.589","17641.031"],["11495.402","17729.674"],["11499.005","17778.861"],["11490.447","17735.924"],["11316.245","17624.686"],["11322.270","17708.918"],["11317.148","17741.661"],["11352.920","17733.098"],["11361.939","17756.655"],["11345.443","17751.023"],["11375.672","17729.592"],["11361.041","17680.714"],["11340.666","17655.565"],["11316.877","17658.344"],["11360.339","17645.302"],["11387.418","17671.485"],["11386.294","17664.294"],["11392.504","17702.293"],["11339.151","17630.904"],["11364.750","17622.579"],["11317.621","17662.137"],["11349.423","17677.037"],["11455.713","17637.409"],["11436.026","17678.316"],["11437.452","17639.991"],["11435.213","17656.076"],["11420.144","17664.665"],["11478.533","17692.601"],["11467.872","17710.042"],["11453.343","17743.817"],["11438.978","17753.652"],["11410.332","17742.991"],["11456.430","17634.414"],["11483.133","17637.916"],["11510.370","17647.161"],["11511.340","17716.560"],["11500.716","17783.783"],["11508.194","17736.073"],["11425.951","17622.012"],["11308.531","17639.567"],["11306.312","17673.245"],["11316.250","17703.451"],["11304.631","17755.269"],["11353.446","17717.986"],["11372.630","17742.931"],["11333.436","17746.085"],["11395.754","17719.501"],["11369.050","17675.792"],["11369.912","17653.457"],["11352.343","17657.365"],["11333.192","17636.924"],["11350.652","17637.656"],["11377.657","17667.553"],["11387.977","17678.868"],["11392.988","17665.367"],["11402.751","17685.513"],["11385.905","17631.908"],["11332.983","17665.886"],["11330.492","17695.964"],["11449.891","17630.803"],["11445.631","17676.912"],["11416.892","17627.473"],["11457.713","17669.206"],["11421.279","17685.243"],["11469.537","17684.062"],["11453.464","17712.288"],["11461.156","17734.272"],["11444.209","17754.841"],["11407.799","17740.233"],["11454.338","17627.712"],["11474.095","17647.907"],["11475.600","17629.972"],["11511.375","17642.733"],["11504.630","17662.140"],["11512.787","17707.840"],["11511.867","17782.330"],["11495.135","17752.819"],["15587.167","16046.296"],["15592.752","16054.933"],["15574.368","16074.187"],["15577.267","16090.692"],["15571.310","16108.889"],["15549.542","16102.864"],["26522.955","7261.973"],["26480.828","7159.897"],["26522.522","7157.931"],["4844.331","17576.781"],["4838.599","17568.962"],["4813.717","17540.382"],["4825.407","17559.560"],["4790.010","17560.900"],["4784.767","17532.597"],["4840.301","17582.594"],["4849.915","17566.749"],["4823.980","17542.348"],["4781.070","17521.187"],["4782.395","17556.556"],["4786.708","17534.777"],["20981.728","15524.455"],["20949.228","15667.626"],["20899.229","15669.776"],["16712.643","16805.038"],["16706.676","16881.395"],["16775.702","16812.434"],["16611.159","16970.857"],["16726.320","16960.447"],["16704.755","16842.399"],["16727.398","16860.663"],["16619.876","16937.215"],["16695.824","16895.405"],["16570.418","16889.172"],["16686.239","16912.064"],["16759.268","16936.960"],["16595.100","16793.523"],["16568.081","16985.472"],["16674.789","16935.168"],["16602.232","16857.602"],["27550.190","7327.945"],["27586.228","7441.866"],["27563.827","7451.627"],["27519.600","7471.841"],["27545.291","7402.675"],["27613.743","7310.786"],["27600.799","7273.594"],["27623.003","7299.589"],["25932.882","16908.191"],["25854.304","16839.677"],["13310.185","16283.672"],["13208.968","16153.090"],["13220.642","16156.908"],["7642.858","12547.452"],["7696.866","12717.399"],["7705.933","12572.456"],["7553.444","12688.078"],["7592.936","12616.774"],["7619.248","12655.132"],["7648.526","12587.524"],["7561.240","12709.895"],["7613.840","12636.411"],["7615.433","12678.187"],["7628.395","12582.024"],["17121.661","17285.091"],["17108.186","17362.673"],["17099.528","17377.044"],["17041.590","17357.503"],["17087.323","17365.834"],["17134.378","17327.622"],["17171.003","17229.970"],["17134.519","17293.843"],["17146.839","17252.321"],["17154.538","17297.351"],["17446.862","17819.224"],["17582.147","17774.465"],["26467.719","7354.854"],["26553.821","7381.908"],["26556.980","7301.929"],["26602.687","7365.447"],["26474.848","7459.424"],["26510.433","7366.598"],["26480.965","7286.267"],["26562.621","7365.678"],["4719.741","17025.218"],["4721.709","17003.412"],["4743.613","17013.103"],["4753.596","17016.254"],["4768.334","17055.481"],["4664.534","17008.849"],["4644.270","17027.473"],["4701.285","16991.974"],["4707.583","17012.646"],["4722.828","17008.136"],["4745.915","17011.464"],["4765.505","17052.228"],["4650.636","17007.231"],["4642.806","17022.023"],["14232.676","18390.988"],["14088.417","18400.338"],["14092.465","18274.799"],["14213.455","18446.354"],["14132.961","18311.957"],["14178.658","18427.605"],["14056.077","18327.515"],["14043.227","18430.133"],["14094.519","18408.496"],["14058.896","18274.205"],["14185.587","18304.588"],["14095.373","18445.331"],["14221.021","18410.202"],["14148.504","18353.774"],["14193.181","18436.275"],["14192.360","18272.767"],["14074.125","18361.031"],["14095.309","18395.169"],["14114.291","18280.431"],["14088.748","18296.170"],["14203.909","18286.075"],["14163.679","18327.016"],["14124.353","18448.271"],["14100.422","18416.463"],["14193.472","18463.315"],["14203.373","18440.507"],["14104.737","18316.383"],["14088.158","18342.527"],["14191.997","18427.341"],["14156.618","18392.526"],["14061.176","18346.920"],["14236.476","18409.353"],["14052.973","18358.984"],["14105.654","18360.222"],["14106.314","18286.212"],["14066.791","18290.208"],["14199.156","18315.687"],["14166.524","18283.185"],["14220.234","18391.900"],["14231.876","18420.986"],["14133.060","18300.413"],["14130.494","18351.231"],["14181.487","18405.590"],["14152.441","18424.071"],["28118.054","8077.939"],["28128.745","8026.065"],["28107.142","8011.317"],["28011.289","7924.999"],["28026.602","7900.028"],["16505.853","17189.501"],["16433.550","17144.467"],["16438.277","17151.292"],["16449.540","17125.977"],["16519.301","17077.568"],["16449.954","17094.247"],["16459.207","17074.706"],["16533.755","17054.786"],["25438.916","16965.207"],["21850.221","16043.932"],["21841.290","16015.164"],["8636.251","9430.907"],["8740.091","9502.314"],["8774.779","9405.342"],["8653.645","9518.470"],["8667.285","9496.516"],["8658.702","9415.267"],["8651.819","9580.815"],["8760.171","9574.629"],["8769.512","9458.187"],["8701.265","9473.742"],["8692.973","9466.604"],["8660.486","9521.846"],["8632.195","9521.461"],["8773.065","9572.110"],["8574.677","9508.323"],["8633.101","9463.624"],["8705.044","9426.443"],["8676.901","9413.463"],["8716.048","9475.489"],["8658.035","9522.539"],["8643.000","9539.629"],["8763.659","9426.696"],["8774.134","9558.224"],["8582.497","9579.675"],["8588.974","9530.005"],["8573.979","9559.109"],["8648.364","9455.911"],["8669.468","9441.257"],["8642.181","9422.711"],["26848.589","7900.243"],["12427.882","13937.843"],["12432.591","13914.296"],["12372.872","13890.057"],["5432.969","17931.185"],["14964.468","8806.146"],["15054.478","8753.200"],["15063.363","8806.614"],["15051.237","8914.861"],["14933.364","8755.057"],["14943.218","8787.269"],["15033.001","8864.071"],["14986.503","8817.100"],["14970.589","8760.746"],["14981.207","8847.439"],["4775.996","14236.609"],["29879.227","16195.540"],["29862.502","16182.829"],["29961.612","16187.167"],["29921.242","16228.280"],["30020.623","16163.382"],["29948.191","16230.173"],["29926.600","16183.058"],["29868.799","16228.006"],["20473.569","16349.045"],["20444.054","16351.759"],["13674.072","16954.939"],["13637.149","16911.771"],["13769.946","16836.665"],["13725.003","16847.642"],["13695.115","16836.248"],["13762.582","16789.188"],["13674.479","16965.730"],["13786.932","16864.582"],["13774.556","16891.447"],["13751.594","16840.087"],["13699.708","16802.232"],["13639.254","16852.547"],["13768.959","16845.419"],["13628.459","16979.404"],["13830.133","16835.186"],["13776.800","16847.720"],["13764.474","16879.506"],["13689.158","16799.443"],["13676.753","16979.992"],["13756.615","16835.097"],["13705.125","16925.472"],["13758.532","16844.758"],["13633.919","16935.408"],["13789.596","16849.306"],["13750.362","16888.408"],["13739.933","16856.140"],["13683.958","16866.321"],["13745.826","16848.376"],["13786.826","16953.765"],["15803.787","15022.087"],["15751.024","14897.467"],["15879.714","14929.096"],["15861.902","14920.376"],["15785.766","15079.576"],["15817.393","15072.362"],["15752.439","14890.894"],["15842.882","14922.682"],["15918.740","15079.504"],["15772.537","14969.171"],["15824.182","14911.487"],["15818.306","14980.952"],["10986.688","16558.539"],["10937.159","16507.185"],["10940.195","16482.557"],["10933.420","16417.794"],["4746.246","18779.220"],["4727.940","18708.476"],["4773.565","18787.461"],["4694.667","18731.994"],["4725.309","18734.620"],["4774.667","18801.746"],["4697.891","18730.788"],["13293.566","16107.686"],["13209.964","16071.754"],["13307.480","16078.074"],["13247.250","16034.066"],["13250.621","15941.499"],["13263.402","16091.270"],["13215.145","16049.376"],["13295.092","16029.911"],["13346.990","15980.754"],["13363.041","16026.975"],["13200.902","16134.296"],["13238.184","16114.874"],["7403.727","12111.385"],["7512.338","12091.919"],["7465.920","12064.054"],["7379.870","12093.850"],["7453.560","12092.506"],["4572.287","9104.789"],["4573.881","9026.544"],["4606.947","8985.692"],["4580.028","9110.865"],["4579.226","9022.630"],["4608.987","8987.310"],["4612.035","9009.363"],["4639.050","9081.861"],["25424.031","17386.557"],["25604.625","17275.643"],["25540.860","17345.381"],["25548.625","17313.339"],["25489.841","6923.883"],["25616.417","6918.283"],["25427.530","6960.790"],["25496.535","6898.548"],["25605.611","6922.858"],["25521.116","6849.274"],["25432.556","7020.018"],["25442.365","6961.979"],["25530.499","6966.657"],["25565.463","6901.371"],["24340.828","6521.532"],["24318.147","6515.999"],["16519.282","16422.555"],["16536.289","16404.031"],["16418.653","16397.682"],["16518.969","16415.683"],["16363.520","16418.255"],["16421.416","16389.722"],["16520.309","16365.459"],["16547.294","16442.654"],["16440.897","16467.115"],["16493.743","16487.285"],["15971.901","17869.044"],["16058.905","17870.173"],["15943.473","17864.268"],["16012.253","17931.173"],["16039.983","17860.634"],["15449.458","18541.088"],["15436.199","18615.302"],["9425.002","16979.976"],["9431.693","16912.785"],["9423.644","16922.158"],["9475.815","16967.865"],["9413.713","16909.071"],["9420.448","16887.773"],["9488.134","16970.710"],["9459.462","16959.386"],["9497.440","16977.631"],["17004.452","17464.490"],["17036.580","17469.804"],["17020.634","17530.625"],["17054.050","17508.705"],["17110.887","17517.661"],["17106.138","17566.033"],["17090.449","17574.296"],["17091.189","17543.198"],["27155.407","15759.033"],["27215.858","15807.850"],["27221.495","15836.909"],["27202.960","15834.470"],["27278.398","15840.728"],["27220.479","15781.108"],["27275.748","15767.003"],["27174.113","15725.791"],["9970.882","14150.107"],["9963.909","14147.035"],["9903.615","14147.569"],["9925.654","14137.710"],["9923.742","14073.570"],["9906.307","14075.073"],["9873.502","14053.035"],["9850.114","14080.847"],["10013.106","14071.049"],["9967.250","14047.284"],["9840.004","14207.940"],["9837.423","14110.578"],["9915.934","14143.391"],["9988.895","14060.479"],["9967.346","14152.535"],["9873.022","14138.172"],["9925.057","14100.242"],["9851.446","14039.113"],["9990.852","14053.444"],["9977.912","14068.104"],["7727.227","12192.510"],["7883.893","12318.438"],["7891.344","12307.504"],["7781.356","12284.030"],["7786.965","12270.487"],["7753.641","12203.538"],["7768.221","12180.775"],["7853.555","12202.304"],["7817.240","12320.661"],["7785.978","12262.725"],["7812.251","12166.113"],["7891.854","12320.634"],["7751.768","12262.048"],["7809.799","12154.561"],["7829.329","12321.437"],["5553.516","9611.511"],["14855.361","12269.202"],["14877.953","12134.795"],["14844.855","12148.583"],["14761.540","12155.919"],["14769.871","12126.156"],["14844.003","12167.830"],["14787.341","12218.966"],["14763.422","12240.934"],["14866.348","12296.551"],["14771.878","12326.906"],["14850.395","12297.403"],["14780.475","12202.914"],["14764.108","12259.614"],["14855.604","12245.515"],["14704.521","12162.779"],["14742.761","12146.594"],["22795.968","16561.328"],["10994.253","15078.899"],["10976.483","14948.160"],["10908.667","15044.129"],["10918.420","14874.737"],["10980.212","14913.744"],["10993.540","14990.596"],["10960.281","15052.442"],["11034.982","14988.422"],["11068.339","14958.984"],["11084.413","14982.633"],["14923.487","17383.358"],["14933.983","17398.144"],["14910.593","17380.005"],["14914.340","17252.309"],["14926.548","17238.792"],["14952.596","17299.187"],["10899.077","16312.693"],["10939.055","16320.922"],["10943.487","16302.778"],["10909.912","16278.171"],["10960.883","16258.184"],["10917.099","16158.630"],["10938.205","16182.864"],["10965.041","16197.308"],["10984.718","16196.209"],["10964.089","16163.928"],["11001.535","16187.659"],["11008.160","16151.573"],["10981.955","16160.418"],["10916.833","16350.909"],["13569.030","17010.076"],["13553.954","17026.114"],["13526.618","17003.989"],["13612.844","17000.953"],["13591.446","17031.397"],["13617.410","17076.616"],["13611.182","17044.655"],["13606.795","17099.539"],["13575.473","17109.815"],["13591.018","17153.078"],["13558.417","17174.949"],["13549.277","17156.091"],["13557.921","17127.816"],["13544.689","17153.792"],["13610.597","17179.999"],["13601.180","17157.765"],["13558.900","16998.178"],["13556.274","17021.424"],["13547.359","17036.574"],["13611.281","16993.786"],["13602.598","17047.532"],["13614.176","17063.251"],["13612.338","17100.530"],["13582.578","17107.817"],["13576.986","17170.077"],["13540.823","17170.575"],["13565.223","17115.826"],["13616.604","17151.134"],["13610.301","17162.873"],["13599.074","17166.666"],["13558.527","17020.780"],["13608.337","17000.606"],["13588.585","17026.624"],["13611.424","17079.903"],["13611.199","17062.078"],["13581.065","17101.326"],["13573.041","17140.494"],["13550.215","17148.725"],["13544.450","17120.054"],["13610.075","17151.167"],["13591.953","17175.964"],["6180.971","18182.768"],["6159.035","18235.670"],["6178.457","18145.703"],["6092.773","18210.310"],["6188.786","18210.219"],["6169.218","18131.241"],["6085.933","18128.132"],["6121.978","18156.159"],["6122.975","18053.738"],["6180.774","18190.382"],["6159.200","18241.401"],["6179.875","18235.719"],["6102.264","18208.081"],["6186.336","18202.969"],["6209.218","18145.213"],["6069.129","18115.012"],["6131.896","18112.707"],["6052.643","18092.778"],["10468.652","17646.594"],["10495.769","17630.392"],["10516.049","17632.675"],["10658.617","17729.954"],["10470.691","17632.936"],["10557.707","17656.681"],["10466.103","17620.985"],["10474.359","17645.471"],["10504.207","17637.498"],["10671.914","17700.572"],["10666.019","17716.576"],["16614.252","6704.935"],["16567.948","6738.362"],["16626.013","6730.847"],["16605.959","6726.750"],["16761.960","6794.100"],["9947.275","18102.083"],["9969.479","18083.619"],["9958.756","18078.186"],["9885.631","18051.547"],["22622.954","15959.427"],["22579.342","15951.538"],["8104.193","15761.363"],["8090.788","15758.192"],["27628.911","16135.401"],["27619.877","16065.514"],["27592.089","16033.385"],["27548.885","16103.988"],["27596.965","16067.487"],["27649.703","16075.035"],["16875.964","7250.475"],["16923.195","7261.310"],["11072.181","11684.895"],["11031.582","11646.536"],["10961.901","11501.261"],["10996.354","11507.052"],["11075.470","11688.595"],["11024.082","11642.242"],["10951.506","11518.701"],["17177.955","16223.897"],["17016.424","16273.200"],["17044.125","16172.799"],["17122.767","16151.649"],["17051.550","16236.664"],["7397.808","17730.639"],["13571.896","15937.140"],["13541.194","15933.836"],["24552.441","16951.194"],["24431.503","16985.024"],["7743.426","17116.746"],["9489.033","12411.839"],["9467.850","12374.037"],["9555.902","12372.600"],["9550.733","12350.384"],["7579.580","13633.127"],["7570.189","13625.745"],["7527.253","13712.046"],["7544.687","13685.555"],["7637.949","13638.470"],["7648.837","13620.204"],["7573.297","13644.490"],["7538.930","13724.961"],["7633.048","13618.073"],["7563.462","13634.564"],["7526.694","13714.061"],["7620.301","13650.146"],["10464.008","8125.634"],["10634.643","8126.726"],["10478.311","8121.746"],["10526.183","8154.343"],["10484.571","8187.618"],["15019.704","13121.277"],["14929.477","13094.617"],["14916.012","12979.153"],["14971.615","12988.661"],["15058.065","13016.753"],["14963.887","12981.429"],["7172.507","16549.492"],["7303.253","16480.910"],["7300.781","16385.947"],["7205.222","16435.204"],["7206.943","16459.449"],["7212.792","16410.468"],["7280.337","16434.519"],["7197.557","16410.993"],["7226.104","16488.516"],["7248.812","16410.088"],["7278.564","16544.651"],["9973.501","19122.077"],["9976.993","19139.756"],["9916.041","19140.871"],["9953.188","19120.574"],["9990.228","19113.242"],["9970.003","19145.041"],["9883.245","19135.124"],["11074.521","15753.525"],["11048.528","15770.936"],["10935.015","15728.417"],["10914.296","15768.110"],["10935.069","15768.399"],["10915.756","15813.150"],["10930.464","15815.956"],["10911.938","15816.360"],["10948.663","15824.474"],["10939.345","15870.425"],["10957.296","15873.767"],["11005.367","15784.362"],["29385.193","9570.294"],["18105.516","17370.044"],["18071.418","17341.124"],["4698.142","10673.098"],["4667.982","10723.601"],["4650.917","10771.982"],["4624.216","10815.154"],["4648.098","10813.794"],["4691.331","10762.941"],["4725.906","10692.537"],["4726.658","10650.460"],["4673.113","10710.917"],["4642.956","10772.048"],["4683.988","10648.533"],["4606.648","10835.602"],["4627.588","10823.874"],["4624.908","10852.431"],["4695.377","10781.455"],["4717.985","10667.508"],["4714.679","10715.358"],["4623.822","10780.827"],["4686.801","10688.933"],["4574.414","10725.304"],["4580.894","10786.341"],["6373.805","18711.772"],["8919.354","12715.014"],["8938.516","12666.393"],["8939.815","12680.828"],["8922.282","12683.768"],["8783.144","12679.345"],["8779.640","12707.041"],["1954.866","10781.303"],["1937.699","10827.433"],["1905.205","10841.215"],["1934.063","10859.260"],["1954.865","10802.366"],["2003.901","10791.946"],["1881.116","10835.331"],["1985.772","10852.998"],["18387.710","13841.969"],["18455.588","13882.417"],["17790.233","16376.815"],["17786.855","16497.461"],["17706.171","16381.643"],["17748.026","16450.000"],["17776.404","16353.751"],["17789.615","16428.895"],["17804.427","16444.918"],["11404.130","18093.841"],["11413.293","18111.204"],["11477.709","18114.146"],["11420.952","18048.030"],["11491.740","18192.752"],["11490.406","18102.023"],["11416.331","18056.932"],["11417.140","18084.758"],["11511.574","18111.421"],["11508.845","18196.815"],["12897.470","16157.536"],["12887.036","16217.786"],["12860.174","16343.280"],["12974.515","16224.985"],["12913.680","16258.150"],["12945.217","16185.893"],["12886.657","16241.288"],["12969.201","16188.099"],["12958.627","16211.260"],["12826.788","16314.395"],["12814.324","16316.312"],["12885.700","16239.724"],["12889.402","16180.558"],["12919.092","16182.105"],["12802.572","16237.227"],["6689.971","5791.713"],["18058.299","17480.014"],["19359.194","14788.601"],["8951.484","14257.648"],["8918.097","14251.809"],["15141.326","14623.648"],["15108.928","14621.127"],["15260.999","14649.065"],["15188.370","14624.251"],["15171.008","14619.694"],["15214.816","14540.212"],["15277.008","14514.875"],["15137.118","14589.140"],["15185.451","14565.832"],["15145.470","14561.540"],["14589.927","12022.663"],["14620.001","12053.947"],["14469.699","12034.398"],["14532.468","11987.396"],["14592.628","11993.212"],["14658.636","11991.031"],["14506.755","12013.969"],["14530.017","12012.021"],["14618.516","12004.508"],["14669.537","12120.863"],["14516.716","12077.561"],["14584.851","12037.889"],["14500.743","12063.496"],["14494.897","12010.269"],["14554.425","11984.622"],["14600.523","12009.050"],["14486.921","12073.546"],["14532.838","12068.805"],["14651.564","11984.903"],["14492.183","12002.722"],["14534.968","12000.774"],["14594.075","11990.487"],["14648.900","12036.950"],["14490.941","12083.766"],["14633.307","12045.128"],["14584.707","12049.721"],["14659.837","11970.601"],["14476.640","12028.750"],["14531.646","11993.969"],["14604.108","12014.797"],["14554.409","12121.259"],["7529.863","14099.711"],["7570.254","14100.579"],["3645.932","12778.196"],["13169.487","12648.635"],["13153.461","12645.165"],["13002.943","12705.492"],["13118.637","12728.210"],["13066.852","12738.832"],["13025.969","12735.500"],["8824.119","9655.410"],["8799.398","9605.529"],["8815.319","9619.407"],["8815.988","9674.206"],["8823.013","9593.724"],["8816.835","9604.681"],["8825.994","9660.157"],["8805.949","9658.012"],["7126.274","17066.201"],["7099.737","17055.914"],["7146.244","17064.251"],["28338.870","7791.525"],["28209.462","7851.475"],["28168.541","7706.273"],["28236.337","7803.449"],["14558.001","14031.516"],["14563.473","14061.944"],["14476.619","14212.747"],["14482.939","14152.164"],["14489.340","14097.109"],["14462.460","14114.561"],["12901.670","13050.023"],["12959.877","12982.476"],["12907.657","13062.657"],["13620.283","13800.165"],["8793.469","12348.162"],["8780.259","12419.913"],["8781.257","12509.429"],["8792.244","12499.222"],["8914.900","12435.450"],["8959.242","12421.660"],["8988.062","12448.876"],["8891.287","12393.290"],["8896.501","12394.446"],["8841.751","12361.704"],["8992.026","12509.341"],["8968.369","12469.981"],["8821.750","12439.501"],["8792.071","12358.550"],["8789.552","12393.554"],["8816.322","12503.632"],["8933.469","12419.843"],["8905.086","12351.341"],["8832.031","12367.154"],["8974.667","12434.871"],["8975.484","12504.827"],["8956.622","12497.360"],["8796.215","12412.951"],["8808.148","12449.792"],["8926.182","12513.358"],["8925.574","12437.746"],["8896.566","12376.775"],["8828.363","12376.469"],["8813.839","12514.150"],["8797.663","12379.921"],["8973.593","12498.799"],["8918.813","12482.285"],["11295.666","10744.063"],["15827.598","11280.433"],["15858.203","11298.527"],["15890.316","11297.558"],["15826.063","11475.991"],["15815.878","11378.103"],["15797.287","11327.408"],["15756.721","11342.719"],["15776.292","11444.589"],["15898.889","11306.683"],["15839.683","11354.441"],["15868.620","11363.827"],["15817.708","11467.964"],["15875.616","11313.322"],["15802.682","11325.971"],["15731.096","11331.671"],["15736.111","11427.710"],["15858.663","11327.834"],["26685.479","7333.469"],["5492.139","7877.960"],["5615.600","7862.596"],["5590.989","7783.465"],["5503.002","7794.414"],["5488.752","7808.130"],["5533.943","7839.369"],["5577.740","7864.155"],["5601.472","7818.462"],["5591.899","7786.246"],["5429.474","7819.201"],["5492.420","7842.152"],["5536.836","7857.033"],["5594.539","7859.967"],["5590.606","7759.926"],["5420.784","7808.929"],["8387.245","14888.913"],["8476.293","14936.037"],["8446.043","15083.765"],["8413.996","14998.644"],["8406.102","14999.074"],["8454.673","14991.075"],["8468.225","14993.403"],["8425.117","14939.215"],["8443.570","14946.122"],["8527.653","14909.514"],["7201.114","13460.660"],["7186.706","13436.333"],["7129.736","13436.008"],["7112.549","13441.079"],["7109.872","13559.243"],["7100.300","13557.014"],["7175.642","13588.575"],["7159.260","13570.078"],["7177.923","13453.922"],["7103.042","13444.249"],["7101.977","13554.024"],["7171.596","13559.144"],["7196.755","13434.599"],["7100.328","13432.573"],["7119.914","13414.051"],["7120.234","13536.089"],["7181.053","13587.815"],["22425.263","16504.667"],["22456.435","16511.449"],["16003.268","5772.256"],["15971.699","5690.922"],["25269.230","14451.440"],["28782.182","11691.135"],["15529.468","15674.811"],["15561.230","15588.800"],["15575.891","15520.184"],["15668.600","15559.917"],["15586.840","15655.061"],["15641.785","15624.830"],["15661.613","15633.728"],["15626.775","15640.691"],["15636.688","15589.479"],["15541.552","15508.203"],["15572.756","15537.276"],["22865.010","15627.897"],["20971.005","15007.607"],["20818.316","14952.522"],["20885.409","14969.436"],["20878.493","14996.843"],["20921.792","14880.117"],["20985.635","14984.859"],["31415.508","14019.693"],["31433.581","13983.065"],["31468.232","13841.360"],["31406.371","13928.082"],["31469.268","13850.154"],["31495.134","13948.173"],["13286.861","16557.695"],["13257.614","16429.067"],["13391.136","16488.978"],["13393.746","16497.000"],["13383.790","16543.632"],["13216.703","16463.966"],["13264.042","16516.749"],["13330.175","16531.648"],["13199.083","16512.926"],["13208.711","16557.907"],["13210.300","16391.952"],["13407.160","16496.720"],["13376.667","16545.044"],["13218.611","16499.920"],["13345.275","16554.091"],["13291.143","16518.519"],["13320.767","16511.928"],["13232.094","16406.848"],["13200.937","16400.981"],["13256.188","16445.273"],["13319.665","16504.992"],["13221.555","16507.979"],["13250.591","16427.251"],["13402.101","16511.273"],["13355.296","16484.430"],["13241.489","16364.604"],["12836.345","12912.456"],["12819.552","12914.537"],["11368.158","15325.987"],["11373.133","15299.060"],["11321.616","15471.884"],["11418.335","15436.331"],["11472.341","15436.318"],["11496.875","15437.027"],["14653.668","9190.425"],["14618.969","9237.080"],["14666.662","9202.002"],["14637.028","9231.944"],["14584.748","9166.737"],["14611.315","9226.026"],["14608.979","9242.029"],["13949.652","15252.343"],["14018.621","15246.627"],["14006.170","15244.893"],["13922.990","15254.901"],["13925.523","15281.300"],["13968.455","15257.617"],["13987.123","15252.432"],["13946.288","15272.302"],["14035.888","15229.026"],["14029.769","15227.754"],["13844.547","15243.892"],["5187.562","10890.674"],["5184.175","10907.964"],["5166.732","11036.820"],["5105.975","11004.619"],["5185.482","11039.167"],["5157.371","10997.713"],["5167.694","10934.388"],["5168.598","10884.663"],["5110.794","11039.400"],["5166.236","10929.567"],["5056.150","11019.062"],["5093.911","11047.184"],["5151.787","10897.339"],["5191.335","10961.822"],["5164.863","10913.320"],["5070.981","11033.662"],["5083.578","11044.942"],["6014.839","9373.419"],["6021.369","9369.455"],["5844.954","9331.430"],["5854.940","9325.989"],["26980.134","16486.261"],["27004.196","16358.181"],["27057.500","16449.810"],["27087.558","16462.926"],["26922.378","16362.899"],["8354.413","12393.980"],["8322.668","12500.924"],["8267.324","12520.341"],["8229.848","12495.611"],["8171.493","12471.515"],["8148.013","12371.877"],["8153.238","12445.318"],["8151.347","12439.207"],["8279.700","12345.017"],["8353.524","12393.583"],["8338.518","12424.619"],["8287.159","12527.525"],["8331.461","12358.813"],["8342.497","12393.346"],["8222.052","12463.968"],["8192.217","12508.130"],["8148.161","12364.611"],["8322.322","12475.590"],["8287.760","12395.295"],["8333.402","12383.553"],["8226.986","12524.447"],["8168.088","12485.454"],["8146.248","12426.424"],["8330.136","12397.272"],["8323.469","12427.873"],["8289.873","12546.501"],["8170.542","12465.338"],["8221.381","12457.609"],["8331.347","12428.897"],["8302.499","12467.856"],["8352.817","12518.739"],["25218.540","16877.549"],["25245.976","16971.654"],["11847.886","18829.847"],["11829.432","18706.318"],["11915.495","18685.099"],["11919.889","18848.671"],["11776.076","18714.752"],["11814.547","18788.294"],["11908.560","18706.285"],["11873.916","18701.994"],["11843.247","18823.868"],["11857.886","18834.438"],["11832.754","18722.932"],["28263.549","9997.914"],["4560.622","10416.230"],["4541.200","10429.133"],["4531.404","10419.175"],["14576.437","17037.047"],["14504.061","17051.019"],["14467.740","17008.403"],["14534.834","17040.135"],["14511.808","17156.116"],["14581.353","16997.683"],["14477.803","17008.719"],["14541.725","17057.377"],["14535.254","17010.483"],["14530.146","17071.200"],["14623.490","17093.469"],["14616.150","17039.258"],["14602.535","17105.376"],["14611.377","17090.701"],["14554.786","17139.268"],["14591.721","17142.615"],["14586.444","17188.666"],["14652.364","17056.366"],["14662.055","17079.763"],["14543.866","17195.095"],["14613.501","17178.252"],["14593.551","17122.348"],["13563.532","13744.611"],["13552.797","13605.885"],["13434.129","13659.417"],["13582.158","13774.818"],["13596.665","13725.272"],["13570.892","13770.953"],["14004.377","12202.037"],["13909.209","12256.286"],["13970.605","12318.152"],["13975.693","12167.765"],["13990.963","12228.673"],["14014.449","12291.282"],["13916.266","12159.961"],["13974.860","12179.879"],["14003.190","12224.366"],["13946.422","12299.411"],["13844.362","12236.588"],["14002.920","12332.140"],["14027.920","12333.973"],["13907.553","12306.316"],["13871.862","12243.310"],["11966.911","17905.851"],["11980.458","17994.986"],["11987.651","17856.140"],["11956.362","17972.310"],["11995.820","17993.103"],["11347.732","18280.298"],["11482.434","18285.831"],["11441.019","18345.866"],["11378.542","18376.445"],["11513.304","18413.811"],["11355.121","18335.768"],["11468.157","18331.578"],["11336.059","18345.479"],["11431.447","18336.073"],["11337.317","18270.571"],["15230.488","9061.441"],["15227.117","9137.901"],["15213.195","9056.999"],["15236.655","9092.391"],["15227.742","9117.967"],["15211.666","9048.807"],["15199.746","9130.390"],["15199.072","9117.773"],["14543.998","16027.443"],["14578.990","16056.370"],["14492.939","15976.160"],["14614.676","15984.007"],["14473.086","16046.980"],["14475.294","16011.362"],["14484.322","15963.687"],["14597.593","15940.246"],["14502.518","16067.707"],["14462.364","15980.170"],["14990.112","18490.545"],["14896.592","18495.235"],["14978.319","18504.830"],["14930.704","18490.148"],["14997.340","18581.956"],["15035.284","18615.829"],["15010.021","18575.779"],["15003.524","18595.317"],["15016.912","18641.394"],["14992.718","18555.928"],["14903.571","18640.451"],["14932.124","18625.587"],["14977.058","18604.067"],["14955.561","18613.332"],["14951.630","18635.034"],["14903.996","18519.988"],["14901.874","18511.813"],["14951.214","18489.735"],["14942.751","18603.888"],["15034.741","18625.639"],["14947.389","18590.065"],["15019.873","18641.147"],["15016.254","18562.484"],["14998.655","18613.384"],["14987.519","18656.636"],["14900.739","18507.866"],["14901.710","18515.265"],["14932.480","18472.229"],["14922.973","18519.166"],["14977.241","18537.629"],["14963.836","18602.914"],["14940.070","18629.454"],["15026.123","18582.765"],["14935.284","18559.561"],["14990.676","18643.605"],["14910.726","18642.647"],["19500.238","5107.096"],["20771.534","6961.207"],["20719.379","7027.808"],["20719.861","6843.834"],["20666.057","7034.909"],["20641.353","6985.743"],["20632.109","7012.713"],["20718.491","6979.335"],["4541.016","10503.077"],["4430.134","10544.607"],["4561.666","10561.481"],["4545.615","10464.070"],["4434.056","10498.636"],["4411.831","10537.140"],["4538.451","10637.026"],["4472.656","10572.047"],["4446.607","10497.256"],["4532.233","10505.026"],["4556.814","10550.118"],["4543.592","10457.365"],["4415.927","10534.431"],["4545.688","10635.093"],["4450.650","10591.287"],["4453.229","10635.617"],["4462.278","10453.003"],["4441.998","10446.561"],["4441.190","10465.499"],["4456.128","10457.112"],["4401.183","10470.388"],["4515.861","10452.817"],["4556.795","10518.877"],["4416.559","10622.730"],["4442.724","10440.134"],["4418.074","10443.039"],["4559.493","10556.119"],["17519.535","12088.106"],["13590.679","16958.160"],["13587.316","16897.940"],["13588.225","16978.079"],["13558.969","16964.914"],["13574.550","16942.799"],["13571.400","16974.247"],["21364.815","6849.475"],["21257.210","6971.877"],["21345.251","7029.132"],["28780.172","16139.073"],["28819.869","16115.810"],["9813.541","17099.263"],["9771.597","17041.713"],["9757.051","17040.184"],["9822.077","17044.206"],["9829.162","17131.247"],["9803.203","17108.319"],["9796.842","17102.641"],["9817.997","17061.648"],["9787.015","17045.835"],["9735.423","17054.701"],["9747.413","17040.267"],["9827.307","17051.638"],["9808.070","17098.817"],["9811.953","17122.093"],["9802.205","17065.479"],["9774.886","17043.051"],["9748.433","17060.630"],["9744.765","17040.514"],["1777.547","13557.471"],["1664.165","13551.136"],["1653.276","13495.325"],["1638.471","13437.877"],["1636.885","13398.256"],["1796.035","13516.227"],["1662.871","13405.033"],["1683.290","13407.172"],["1737.936","13497.742"],["1716.467","13401.488"],["1670.355","13434.744"],["1671.111","13459.616"],["1755.445","13508.534"],["1734.271","13397.595"],["1639.222","13564.879"],["7545.453","16101.004"],["7558.150","16013.913"],["7549.466","16078.081"],["7556.693","15991.501"],["7548.416","16073.226"],["7578.140","15983.310"],["7585.011","16067.562"],["8754.938","17935.306"],["8728.485","17938.680"],["8665.530","17942.610"],["8645.570","17947.680"],["8614.812","17954.916"],["8585.548","17923.482"],["8593.062","17995.749"],["8742.981","17915.603"],["8729.017","17930.912"],["8699.175","17912.107"],["8727.679","17928.755"],["8644.432","17929.051"],["8680.288","17927.531"],["8612.189","17936.485"],["8637.797","17969.350"],["8589.532","17934.156"],["8614.384","17966.840"],["8576.108","17937.834"],["8606.585","17943.564"],["8607.207","18003.841"],["8586.714","17971.554"],["8772.711","18017.862"],["8742.438","17931.837"],["8768.540","17933.852"],["8729.554","17917.755"],["8719.767","17900.117"],["8673.857","17968.093"],["8681.899","17968.291"],["8630.922","17958.368"],["8619.674","17941.901"],["8602.345","17962.942"],["8618.151","17948.244"],["8585.302","17917.685"],["8611.354","17946.157"],["8571.105","18003.313"],["8571.401","18002.487"],["8755.586","17990.431"],["8734.282","18006.091"],["18260.369","14275.647"],["18449.473","14300.487"],["18280.353","14267.224"],["18460.707","14339.513"],["4580.972","14190.673"],["4688.625","14046.280"],["4699.140","14147.013"],["4623.500","14121.391"],["4621.829","14098.257"],["4577.846","14132.264"],["4589.311","14201.639"],["4713.674","14035.297"],["4670.209","14142.041"],["4646.461","14079.112"],["4589.395","14035.218"],["4742.198","14088.861"],["4601.778","14198.220"],["4584.804","14046.552"],["4678.992","14140.456"],["4646.707","14103.356"],["4591.994","14052.328"],["4569.754","14148.267"],["4593.637","14164.050"],["4717.698","14115.580"],["4578.110","14059.781"],["4689.134","14036.833"],["4623.385","14107.386"],["4746.425","14058.803"],["7090.474","7685.283"],["7091.546","7638.712"],["19491.607","5857.897"],["16548.692","16224.310"],["16516.032","16268.914"],["16549.295","16246.346"],["16566.916","16235.883"],["27750.195","6958.662"],["27792.547","6950.851"],["11337.719","10697.899"],["11311.554","10712.684"],["11338.188","10755.670"],["11334.446","10690.070"],["8646.403","14374.259"],["8733.927","14429.958"],["6185.697","15272.748"],["6150.589","15259.898"],["6140.284","15229.978"],["6073.266","15196.854"],["6189.315","15277.835"],["6163.237","15233.870"],["6146.506","15179.513"],["6092.855","15270.682"],["6078.577","15259.934"],["6184.940","15280.114"],["6156.625","15236.430"],["6126.362","15197.718"],["6179.763","15159.976"],["6091.319","15256.084"],["6139.955","15241.671"],["6096.869","15205.680"],["6082.296","15190.826"],["6043.999","15224.296"],["6050.682","15220.363"],["6169.234","15231.853"],["6164.293","15204.178"],["6163.586","15226.044"],["6131.378","15211.740"],["6165.076","15168.861"],["6145.224","15145.046"],["6129.428","15253.826"],["6072.888","15194.277"],["6050.148","15226.111"],["24892.726","17289.749"],["24841.027","17202.726"],["24884.759","17293.866"],["24840.163","17250.472"],["24824.591","17226.513"],["29106.353","11855.002"],["29061.375","11892.991"],["7124.774","12121.590"],["25162.668","7119.198"],["30286.073","15509.391"],["11092.785","17462.858"],["10882.977","17420.324"],["10927.278","17426.941"],["10946.541","17409.626"],["23308.717","16490.014"],["23513.248","16492.404"],["23465.309","16452.788"],["23407.507","16511.837"],["23380.586","16515.887"],["23360.619","16524.223"],["23444.501","16561.136"],["23347.556","16486.543"],["23443.209","16479.677"],["23406.224","16439.067"],["27911.668","7784.692"],["27734.491","7741.612"],["27899.432","7830.043"],["27797.419","7778.210"],["27918.741","7843.850"],["27871.685","7779.787"],["27903.292","7732.694"],["27923.806","7775.668"],["27918.374","7730.414"],["27921.236","7757.879"],["27840.726","7752.826"],["27816.269","7709.952"],["15333.001","18237.846"],["15488.774","18065.922"],["15421.619","18139.539"],["15447.683","18121.657"],["15392.441","18069.006"],["15433.494","18108.920"],["15401.775","18158.442"],["15423.912","18166.525"],["15401.175","18121.768"],["15367.633","18077.265"],["15326.694","18049.838"],["15439.311","18235.716"],["15469.122","18233.465"],["8693.190","13738.460"],["8666.337","13738.878"],["8708.655","13691.296"],["8692.405","13712.733"],["8604.192","13607.014"],["8670.591","13751.111"],["8727.372","13702.345"],["8693.009","13733.142"],["8712.257","13682.906"],["8752.586","13748.769"],["8737.553","13725.796"],["8714.433","13751.582"],["8730.535","13749.749"],["8766.831","13676.140"],["8769.661","13656.594"],["8578.701","13805.423"],["8606.621","13755.982"],["8581.044","13711.537"],["8700.095","13671.470"],["16112.931","14981.345"],["16137.382","15076.739"],["16013.498","14917.690"],["16088.852","14937.184"],["7348.122","12503.578"],["7326.214","12484.255"],["7391.189","12441.166"],["7369.947","12452.953"],["7346.805","12445.059"],["7381.464","12484.824"],["7364.832","12515.370"],["7397.982","12439.548"],["7358.499","12442.317"],["7352.217","12514.511"],["7366.928","12546.424"],["7391.864","12470.630"],["7358.861","12471.104"],["7367.139","12386.531"],["7335.555","12426.034"],["7735.344","12350.525"],["7741.096","12382.300"],["7772.231","12378.650"],["7787.296","12421.687"],["7771.310","12402.100"],["7816.296","12395.021"],["7875.290","12367.011"],["7879.494","12453.070"],["7917.368","12489.402"],["7901.660","12504.612"],["7801.418","12541.178"],["7817.520","12344.806"],["7748.892","12402.399"],["7762.823","12409.449"],["7827.027","12378.554"],["7897.401","12504.430"],["7741.852","12380.318"],["7770.389","12412.719"],["7857.907","12365.956"],["7866.674","12429.817"],["7905.180","12510.211"],["7734.239","12450.500"],["7737.232","12452.482"],["7827.050","12440.113"],["14090.877","8446.741"],["14214.574","8455.102"],["14119.644","8466.840"],["14243.258","8442.864"],["14172.300","8486.721"],["14079.563","8483.808"],["14143.300","8430.752"],["14185.496","8465.986"],["14213.499","8486.979"],["14247.331","8469.393"],["14099.135","8483.462"],["14151.606","8447.928"],["14216.121","8446.514"],["14859.611","13580.386"],["14855.058","13492.306"],["14818.139","13422.793"],["14854.138","13442.544"],["14849.570","13472.211"],["12151.788","16059.366"],["16575.204","15482.118"],["16597.490","15493.745"],["16708.110","15457.540"],["16755.739","15297.743"],["16721.892","15476.616"],["16748.308","15438.119"],["16688.532","15422.739"],["22457.593","15921.701"],["6468.010","12796.131"],["6655.875","12855.363"],["6651.188","12861.870"],["6632.818","12858.116"],["6639.906","12861.320"],["6644.748","12905.950"],["6604.106","12895.662"],["6540.437","12898.384"],["6524.138","12905.551"],["6649.099","12874.422"],["6660.285","12837.208"],["6608.794","12918.667"],["6507.526","12914.949"],["6641.666","12838.810"],["6588.761","12902.978"],["6522.263","12904.577"],["6671.226","12806.669"],["6635.993","12796.421"],["7653.149","17921.208"],["7569.685","17978.621"],["7568.421","17943.481"],["7673.031","17922.051"],["7653.031","17993.513"],["5640.882","8474.981"],["5666.482","8401.414"],["5649.497","8448.877"],["5649.072","8373.456"],["5663.650","8418.157"],["13882.269","8974.487"],["13866.841","8966.834"],["14874.495","16983.828"],["14695.300","16841.411"],["14838.307","16969.188"],["14733.381","16959.287"],["14826.057","16985.672"],["14860.071","16981.928"],["14705.994","16955.378"],["14837.205","16970.724"],["14876.212","16893.056"],["14827.288","16971.633"],["14775.670","16836.069"],["14707.907","16856.409"],["14672.928","16908.724"],["14789.789","16960.238"],["14818.645","16882.394"],["14791.176","16907.876"],["14867.076","16899.351"],["14839.873","16942.372"],["14686.209","16849.766"],["6033.471","7603.012"],["5937.476","7659.603"],["5920.361","7589.248"],["6038.994","7621.533"],["5924.497","7588.222"],["6208.811","18331.283"],["6243.682","18372.402"],["6148.197","18309.758"],["6092.937","18301.806"],["6096.554","18271.036"],["6222.989","18339.904"],["6250.245","18375.441"],["6168.724","18313.045"],["6052.451","18356.922"],["6087.099","18304.779"],["6080.478","18257.035"],["6107.426","18259.673"],["7446.139","7993.026"],["7509.768","7982.637"],["7461.632","8027.625"],["7475.672","8016.889"],["7456.902","7939.050"],["7414.066","7927.021"],["7457.419","7923.017"],["7456.579","8075.371"],["7417.627","7943.973"],["6637.753","16133.850"],["6645.352","16128.962"],["6628.688","15976.857"],["6663.006","15950.404"],["6660.826","15954.958"],["6595.176","16140.033"],["6597.652","16070.775"],["6602.448","16026.654"],["6644.914","16023.435"],["6669.933","15967.613"],["6602.712","16033.608"],["6630.536","16107.627"],["6619.625","16058.081"],["6641.906","16068.528"],["6629.088","16121.203"],["6226.751","17334.229"],["6235.370","17335.353"],["6095.860","17432.832"],["6066.711","17423.127"],["14105.646","17393.470"],["14135.808","17323.319"],["14137.223","17321.156"],["14199.213","17389.397"],["14177.552","17345.846"],["14128.884","17376.531"],["14133.506","17343.550"],["14172.223","17394.146"],["14071.797","17360.191"],["14109.561","17397.384"],["14116.436","17376.129"],["14200.200","17361.156"],["14144.624","17368.786"],["14157.979","17375.507"],["14219.278","17386.981"],["14076.781","17354.395"],["14157.077","17389.787"],["14115.153","17395.600"],["14135.594","17378.992"],["14155.479","17333.443"],["14185.956","17356.449"],["14181.910","17358.876"],["14144.164","17384.237"],["8467.718","12144.659"],["8489.698","12173.953"],["8483.497","12158.181"],["8540.312","12137.494"],["8492.685","12153.296"],["8410.023","12244.194"],["8497.395","12170.518"],["8469.198","12204.081"],["8378.230","12293.707"],["8465.800","12216.496"],["8499.609","12220.183"],["8535.744","12176.946"],["8375.434","12257.786"],["8414.759","12233.310"],["8432.116","12227.040"],["8517.208","12188.837"],["8358.837","12318.346"],["8390.883","12261.890"],["5276.334","16611.896"],["5205.010","16569.004"],["5255.063","16673.002"],["15637.583","5184.408"],["15559.321","5340.267"],["15612.202","5291.974"],["15665.432","5178.937"],["15639.836","5276.068"],["15633.120","5242.379"],["15516.889","5345.949"],["15553.871","5170.479"],["11102.115","17324.385"],["11210.641","17405.782"],["11156.259","17370.740"],["11123.242","17339.753"],["11303.022","17397.438"],["28956.389","11041.868"],["28966.064","11045.433"],["28959.952","11040.302"],["28919.860","11029.455"],["28914.966","11025.474"],["28984.942","11054.287"],["28919.775","11023.308"],["28955.885","11048.490"],["14186.146","14878.817"],["14063.056","15061.309"],["14186.524","14877.116"],["4313.979","11222.683"],["4298.321","11162.782"],["4250.815","11185.827"],["4329.302","11147.160"],["4252.973","11203.897"],["4275.601","11180.262"],["4237.019","11220.472"],["4279.767","11242.441"],["30055.896","15155.204"],["30119.963","15127.752"],["30123.020","15202.229"],["30163.281","15213.673"],["30226.634","15195.552"],["27293.634","17298.499"],["27295.519","17360.912"],["27252.551","17327.194"],["27263.063","17387.203"],["27273.879","17309.095"],["27281.986","17200.162"],["27243.624","17217.819"],["27204.625","17231.555"],["27260.625","17328.315"],["12178.562","14773.812"],["12333.820","14824.614"],["12174.756","14835.205"],["12296.197","14805.018"],["12267.562","14830.441"],["12296.832","14767.118"],["12215.417","14706.811"],["15521.016","17389.673"],["15601.324","17294.213"],["15549.488","17240.313"],["15640.412","17205.097"],["15620.505","17209.017"],["15668.070","17265.472"],["15554.056","17312.481"],["15521.312","17405.230"],["15628.382","17328.035"],["15543.341","17215.985"],["15559.257","17295.132"],["15599.535","17202.906"],["15628.257","17206.517"],["15642.533","17208.943"],["15647.395","17261.662"],["15691.604","17379.090"],["15661.041","17343.167"],["15518.801","17210.787"],["15537.134","17246.215"],["15610.601","17243.207"],["15675.610","17226.653"],["15617.185","17338.367"],["8564.607","13960.128"],["8392.835","13825.726"],["8382.973","13866.289"],["8392.459","13986.928"],["8396.371","13852.067"],["8364.947","13901.021"],["8386.867","13991.436"],["8511.300","13986.601"],["23069.281","6994.690"],["22985.947","7048.124"],["10299.042","12770.272"],["10316.062","12775.477"],["10295.223","12952.075"],["22930.635","14617.734"],["13322.288","13733.325"],["13284.838","13753.392"],["13387.676","13778.451"],["13390.828","13647.184"],["13322.875","13610.398"],["13234.467","13731.098"],["13366.387","13621.410"],["15393.690","12266.543"],["15482.898","12213.225"],["15318.853","12282.590"],["15433.230","12267.286"],["15313.169","12260.423"],["13590.971","16317.492"],["13611.476","16348.444"],["26127.082","6801.167"],["26128.091","6787.648"],["26085.123","6712.027"],["26072.990","6837.172"],["26046.130","6817.303"],["26123.463","6803.975"],["26132.499","6779.985"],["26089.087","6701.358"],["26118.315","6800.837"],["26091.973","6741.207"],["26083.035","6705.388"],["30342.813","15346.617"],["30285.014","15455.724"],["30369.640","15372.366"],["30307.677","15379.648"],["30334.264","15433.325"],["30406.071","15411.570"],["30288.096","15384.220"],["30402.019","15298.755"],["30405.592","15455.651"],["30330.107","15502.985"],["7073.437","18198.257"],["7090.931","18116.773"],["7003.014","18218.583"],["7057.927","18164.036"],["7089.732","18096.826"],["7034.258","18217.038"],["7088.236","18121.285"],["6996.560","18219.881"],["7058.294","18145.678"],["4162.349","11802.278"],["4234.716","11781.069"],["4277.915","11876.809"],["4175.013","11804.623"],["4217.752","11777.730"],["4308.113","11895.388"],["4298.135","11888.714"],["4203.221","11768.868"],["4249.993","11796.433"],["4198.320","11805.573"],["4241.402","11905.936"],["4225.905","11907.518"],["4287.206","11912.738"],["4155.594","11807.202"],["4221.619","11767.242"],["4188.353","11774.227"],["22649.123","16517.220"],["22579.773","16525.034"],["22568.147","16474.867"],["22559.516","16535.769"],["22549.612","16466.809"],["22519.551","16442.297"],["22471.906","16407.983"],["22556.151","16490.165"],["22607.446","16484.119"],["22653.225","16432.268"],["22643.951","16400.873"],["22503.574","16374.076"],["30405.249","15862.805"],["30306.053","15908.346"],["30381.445","15905.467"],["30399.916","15836.681"],["30437.461","15847.405"],["30412.251","15920.833"],["30350.424","15843.306"],["30435.475","15826.124"],["30428.353","15802.611"],["30453.764","15753.866"],["30424.716","15842.298"],["8255.696","13469.427"],["8236.414","13498.659"],["8319.638","13468.371"],["8314.284","13538.042"],["8294.985","13516.763"],["8299.227","13529.403"],["8317.464","13546.805"],["8298.064","13454.200"],["8244.901","13523.531"],["8344.366","13570.528"],["8243.020","13428.857"],["8273.861","13532.828"],["21784.809","6806.481"],["21829.437","6715.373"],["21754.233","6756.126"],["21824.502","6789.064"],["21660.857","6777.321"],["21750.368","6809.123"],["21720.061","6827.996"],["21762.496","6777.206"],["21676.844","6818.328"],["4831.216","16251.975"],["4822.951","16270.969"],["4842.202","16242.514"],["4828.619","16184.727"],["4816.577","16241.042"],["4818.855","16260.300"],["4840.031","16245.025"],["9132.710","12595.295"],["9102.760","12572.636"],["9110.977","12570.502"],["9127.762","12607.871"],["9099.880","12612.016"],["9207.354","12682.803"],["9128.876","12663.528"],["9136.195","12642.537"],["9117.664","12694.816"],["9109.308","12695.146"],["9120.954","12713.275"],["9113.292","12744.382"],["9118.983","12726.958"],["9165.341","12617.041"],["9141.335","12555.593"],["9102.842","12558.598"],["9123.502","12611.719"],["9122.170","12672.636"],["9140.000","12699.782"],["9131.203","12733.796"],["9181.920","12629.262"],["9133.401","12567.103"],["9116.389","12563.499"],["9095.328","12604.238"],["9157.034","12654.660"],["9127.499","12681.554"],["9111.727","12737.816"],["9112.733","12746.001"],["6525.610","17854.408"],["6628.993","17839.206"],["6644.796","17875.715"],["6656.766","17933.091"],["6641.587","17890.270"],["6620.336","17867.995"],["6546.119","17996.761"],["6511.009","17928.952"],["6513.396","17899.021"],["6591.347","17849.949"],["6491.303","17864.598"],["6477.884","17988.905"],["6631.585","17935.362"],["6473.143","17938.612"],["6540.804","17854.950"],["6652.426","17846.267"],["6631.112","17877.862"],["6533.340","17934.446"],["6659.956","17925.478"],["6652.377","17902.211"],["6595.149","17847.582"],["6624.875","17866.607"],["6671.806","17862.882"],["6510.560","17975.787"],["6520.238","17912.745"],["6573.863","17907.720"],["6640.861","17976.766"],["18674.644","17068.070"],["25239.049","14327.295"],["25300.891","14411.573"],["25215.613","14342.668"],["25278.585","14334.709"],["25229.068","14447.697"],["25304.839","14448.897"],["25240.555","14325.073"],["25292.960","14341.926"],["25207.437","14332.894"],["25227.341","14429.183"],["25238.129","14361.512"],["25280.213","14388.218"],["15582.787","12958.767"],["15514.660","12934.967"],["15598.491","12933.242"],["15577.074","12819.350"],["15564.895","12896.566"],["9004.442","12997.948"],["9015.709","12995.521"],["9066.872","13025.979"],["9067.795","12997.222"],["9094.436","12971.853"],["9185.553","13020.194"],["9071.469","12982.907"],["9007.057","12994.150"],["9081.256","12992.552"],["9013.077","13030.665"],["9047.414","13016.367"],["9072.202","12976.033"],["9107.973","12977.997"],["9197.404","13160.738"],["5652.658","15316.199"],["5648.974","15321.897"],["5763.774","15335.484"],["5784.863","15407.958"],["5797.240","15496.785"],["5631.651","15497.013"],["5661.655","15312.747"],["5753.643","15332.329"],["5752.807","15390.369"],["5785.101","15488.621"],["5640.849","15499.134"],["5769.383","15350.414"],["5773.695","15387.281"],["5649.829","15504.485"],["5769.001","15371.821"],["19647.755","5992.740"],["13048.315","14074.448"],["13118.288","14106.071"],["13151.306","14225.402"],["13121.992","14168.260"],["13145.355","14164.477"],["13147.830","14056.312"],["13105.681","14036.754"],["12994.582","14048.510"],["13189.516","14126.893"],["13098.327","14212.369"],["13140.200","14200.036"],["13140.672","14088.494"],["13198.587","14112.123"],["13170.338","14174.237"],["13172.387","14099.004"],["12990.940","14103.074"],["13191.221","14223.552"],["13174.835","14178.501"],["13140.943","14117.432"],["12996.144","14062.838"],["13140.056","14236.286"],["13130.882","14133.874"],["13108.296","14063.343"],["13058.003","14123.909"],["13030.206","14060.912"],["13184.631","14139.874"],["13071.255","14213.856"],["13080.663","14190.707"],["13063.156","14144.904"],["13010.837","14161.308"],["13157.169","14067.949"],["13163.063","14037.364"],["13193.061","14111.430"],["13187.223","14116.362"],["13057.901","14103.681"],["12992.799","14118.879"],["13175.082","14175.561"],["13031.720","14071.096"],["13138.345","14219.341"],["13141.499","14167.253"],["13146.852","14161.851"],["13074.118","14055.350"],["13028.183","14066.163"],["13055.103","14202.393"],["12991.610","14151.679"],["13129.658","14198.087"],["13169.274","14066.380"],["13145.530","14061.493"],["13194.804","14114.303"],["13162.657","14169.993"],["12990.529","14102.298"],["13185.394","14181.953"],["13001.196","14223.887"],["13000.127","14230.019"],["4634.552","17628.274"],["4661.947","17691.976"],["4625.122","17768.259"],["4647.908","17741.110"],["4582.637","17746.287"],["4614.213","17825.339"],["4660.550","17803.377"],["4684.344","17800.684"],["4719.319","17794.984"],["4637.727","17624.790"],["4624.094","17660.664"],["4645.138","17699.359"],["4625.270","17763.684"],["4639.519","17733.265"],["4602.660","17700.462"],["4582.409","17774.518"],["4608.999","17826.792"],["4681.203","17795.283"],["4725.832","17801.094"],["4688.574","17744.816"],["4671.634","17733.368"],["4693.805","17666.335"],["23550.083","6270.812"],["27767.855","8142.105"],["27888.414","8120.932"],["27769.208","8154.865"],["27792.366","8127.334"],["13419.774","12718.196"],["8071.359","15696.069"],["8111.870","15680.655"],["7938.515","15570.981"],["8089.155","15693.955"],["8115.899","15682.075"],["15889.823","16409.501"],["15796.647","16417.007"],["15934.717","16466.746"],["15832.593","16469.853"],["15904.976","16451.203"],["15852.726","16514.552"],["15841.382","16527.555"],["15767.419","16402.394"],["15740.637","16407.662"],["15738.774","16382.948"],["15730.227","16369.193"],["15894.477","16363.076"],["15905.436","16396.914"],["15864.411","16376.555"],["15880.397","16393.623"],["15888.342","16550.928"],["15914.034","16559.372"],["15751.528","16439.416"],["15910.066","16559.996"],["15865.645","16434.639"],["15877.213","16410.489"],["15921.912","16420.789"],["15908.425","16523.625"],["31615.183","14172.643"],["31590.738","14234.988"],["31552.196","14085.276"],["31537.179","14036.026"],["31545.175","14191.407"],["31584.007","14173.098"],["31605.076","14196.187"],["31606.871","14059.205"],["31571.170","14073.586"],["26067.460","7120.313"],["26201.408","7056.224"],["26066.177","7098.083"],["26070.618","7076.118"],["13999.936","9454.804"],["14035.425","9526.768"],["13968.327","9452.825"],["13887.720","9413.996"],["13863.801","9383.850"],["14019.999","9410.948"],["13875.680","9389.777"],["13664.436","16205.661"],["20926.086","14279.717"],["27515.566","16188.566"],["27708.274","16210.087"],["27645.807","16186.320"],["27598.964","16225.811"],["27627.734","16172.108"],["27583.525","16259.999"],["27589.407","16290.043"],["10713.148","19092.564"],["10677.161","19077.149"],["10679.999","19033.166"],["10776.631","19059.487"],["10759.497","19074.496"],["13303.590","13005.388"],["13327.578","13007.428"],["13318.910","13046.712"],["13231.080","12986.699"],["13201.359","13019.416"],["13202.077","13005.398"],["13347.708","13061.954"],["13343.728","13039.097"],["21889.925","7274.234"],["25519.803","17620.782"],["25614.096","17590.580"],["25600.185","17596.995"],["25570.569","17581.605"],["25619.673","17557.288"],["20724.476","16398.191"],["20761.212","16404.105"],["20748.374","16410.296"],["29169.951","11046.541"],["29170.619","10984.309"],["12633.088","16620.714"],["12570.125","16647.955"],["12588.513","16569.888"],["12660.292","16612.159"],["12607.230","16577.980"],["12591.707","16701.611"],["12759.612","16577.850"],["12582.036","16572.903"],["12736.990","16574.321"],["12755.602","16577.324"],["13568.031","19100.637"],["13583.015","19069.754"],["13594.247","19036.219"],["13555.829","18948.598"],["13542.373","19067.755"],["13603.605","19018.844"],["13414.877","18917.080"],["13492.377","18890.988"],["13433.985","19091.554"],["13579.478","19085.708"],["13601.105","19071.033"],["15226.715","13468.915"],["15242.438","13542.036"],["15188.031","13553.654"],["12234.193","13872.816"],["18440.677","11984.561"],["27385.918","16617.242"],["27360.618","16571.879"],["27366.745","16590.615"],["30235.802","15503.970"],["9949.115","13195.728"],["10032.522","13287.583"],["9921.240","13365.946"],["9923.005","13257.245"],["9961.874","13209.541"],["10030.141","13326.636"],["9899.151","13319.990"],["9832.029","13221.256"],["8781.883","18376.335"],["8793.874","18337.148"],["8791.020","18329.521"],["8789.751","18329.184"],["8796.515","18319.877"],["8798.965","18351.343"],["8814.987","18336.250"],["8813.848","18335.766"],["5782.617","16112.495"],["5807.337","16117.363"],["5782.254","16072.488"],["10446.620","14345.346"],["10448.206","14352.160"],["10435.020","14415.271"],["12369.294","17794.943"],["12492.069","17651.333"],["12529.105","17642.851"],["13006.390","10474.429"],["13011.869","10520.039"],["13093.599","10446.369"],["13005.189","10499.466"],["13008.020","10546.529"],["25314.897","7561.495"],["25270.997","7577.730"],["25341.198","7633.159"],["25262.173","7540.794"],["20398.026","7029.159"],["13048.843","13131.120"],["13084.438","13116.222"],["13089.388","13071.001"],["13050.263","12993.750"],["13159.551","13102.007"],["13189.753","13057.790"],["13189.896","12980.264"],["13091.106","13002.309"],["13068.375","13003.827"],["13021.560","12988.697"],["13039.521","13108.194"],["13043.567","13031.703"],["13063.633","12982.405"],["12996.527","13064.403"],["13039.426","13064.171"],["13042.827","13003.594"],["13019.784","13011.323"],["13097.197","13098.925"],["13097.832","13074.087"],["13116.249","13058.865"],["13116.348","13022.135"],["13145.962","13087.186"],["13085.929","13119.893"],["13156.628","13032.688"],["13013.691","13105.185"],["13094.919","12989.075"],["13009.588","13121.653"],["13096.551","12978.483"],["20224.136","7720.672"],["16420.519","15470.031"],["16444.762","15333.268"],["16461.287","15416.933"],["16398.676","15470.659"],["16549.092","15460.217"],["15445.559","18341.166"],["15419.090","18365.932"],["15452.932","18257.407"],["15442.048","18288.086"],["7133.029","18049.776"],["7135.266","18057.819"],["7128.243","18046.077"],["7179.390","18089.945"],["7207.953","18205.105"],["7303.745","18175.139"],["7291.720","18145.692"],["7217.444","18199.725"],["25662.546","17747.082"],["25624.579","17764.205"],["13946.891","16670.655"],["13995.740","16603.240"],["13985.855","16602.397"],["13983.634","16617.756"],["14013.223","16612.422"],["14025.164","16615.752"],["13887.503","16662.788"],["13841.608","16651.101"],["14011.726","16602.876"],["14008.486","16675.246"],["13986.036","16647.269"],["14022.697","16654.470"],["14031.365","16625.816"],["13834.881","16654.519"],["13850.872","16693.156"],["13892.830","16765.172"],["14009.292","16641.918"],["13994.161","16645.337"],["14030.888","16614.926"],["13853.466","16658.615"],["13832.862","16713.866"],["19884.434","6655.518"],["19919.895","6678.986"],["12805.229","19034.357"],["12883.432","18974.994"],["12779.308","18955.480"],["12840.307","18914.548"],["12954.732","18941.947"],["12805.229","18909.980"],["12980.090","18993.716"],["27071.795","15481.946"],["5489.892","14948.480"],["5525.519","14904.882"],["5467.836","14921.395"],["5520.124","14901.744"],["5497.065","14881.496"],["5444.765","14892.797"],["5500.155","14896.787"],["5617.184","14919.551"],["5464.513","14949.868"],["12001.782","16790.228"],["12129.264","16929.166"],["12140.910","16857.976"],["12086.860","16908.637"],["12064.211","16901.231"],["12068.965","16900.106"],["7383.236","12833.864"],["7316.166","12870.031"],["7368.670","12915.501"],["7352.456","12933.222"],["7417.522","12912.726"],["7425.134","12938.802"],["7381.597","12951.503"],["7412.494","12846.633"],["7409.852","12759.129"],["7363.083","12812.766"],["7370.123","12808.719"],["7363.013","12961.491"],["7364.954","12967.701"],["7470.263","12953.897"],["7401.466","12892.182"],["7368.756","12927.491"],["7389.739","12943.030"],["7363.560","12819.157"],["7335.744","12968.477"],["7510.729","12919.510"],["7344.305","12836.044"],["7352.568","12905.790"],["7351.650","12921.364"],["7417.519","12921.428"],["7409.681","12784.619"],["7497.703","12958.651"],["5311.707","11094.724"],["5250.388","11166.813"],["5289.873","11113.959"],["5238.823","11156.556"],["5260.716","11134.260"],["21066.461","15983.571"],["21150.560","16116.991"],["21026.509","15992.635"],["21033.555","15969.303"],["28285.365","9217.364"],["28171.812","9181.179"],["7465.196","13525.005"],["7454.719","13525.963"],["7437.391","13585.527"],["7418.081","13572.662"],["7475.093","13567.627"],["7473.497","13592.896"],["7458.680","13431.691"],["7445.344","13525.517"],["7433.871","13578.921"],["7472.905","13584.093"],["7317.144","13593.503"],["7454.798","13438.264"],["7459.473","13507.945"],["7459.035","13550.548"],["7480.701","13584.720"],["7325.499","13557.026"],["7369.466","13505.239"],["7427.968","13524.061"],["7386.694","13577.487"],["7377.560","13447.658"],["28022.409","16757.864"],["27986.995","16720.943"],["28068.912","16583.501"],["28098.371","16611.415"],["28002.306","16624.150"],["27983.855","16650.017"],["28104.953","16611.162"],["27969.990","16565.228"],["6162.288","13287.607"],["6181.532","13272.149"],["6122.057","13355.791"],["6143.587","13351.546"],["6150.919","13219.652"],["6145.228","13231.807"],["6183.607","13182.553"],["6178.917","13303.924"],["6125.363","13319.986"],["6122.185","13224.673"],["6167.584","13285.245"],["6133.175","13354.965"],["6154.850","13218.925"],["6198.163","13186.252"],["6227.057","13208.088"],["6237.097","13234.479"],["6218.739","13201.222"],["6221.136","13336.557"],["6237.885","13315.095"],["18916.459","15773.150"],["19035.823","15792.240"],["7545.018","16396.314"],["7519.509","16408.160"],["31338.972","14336.706"],["31428.279","14276.049"],["31352.410","14278.419"],["31486.748","14259.253"],["31396.692","14280.875"],["10151.539","17550.075"],["10210.399","17460.401"],["10229.729","17619.290"],["10191.298","17575.382"],["10093.059","17491.688"],["10096.740","17570.710"],["10086.814","17526.801"],["10106.965","17494.980"],["10235.513","17516.154"],["23142.916","17200.759"],["23102.908","17239.594"],["23158.590","17338.450"],["23098.344","17336.084"],["23159.021","17267.091"],["23165.236","17307.229"],["23168.273","17278.668"],["23147.473","17307.709"],["23181.974","17268.774"],["23192.172","17306.572"],["23194.601","17317.588"],["23225.912","17335.529"],["23222.015","17355.038"],["23200.627","17349.812"],["23184.353","17312.358"],["23097.866","17347.288"],["6608.162","9186.327"],["6551.542","9269.987"],["6563.249","9315.927"],["6507.786","9333.458"],["6626.380","9337.989"],["6616.918","9226.317"],["6531.408","9306.795"],["6495.644","9325.251"],["6636.713","9306.216"],["6648.755","9181.839"],["6658.796","9237.887"],["6637.526","9212.576"],["6513.788","9198.404"],["19073.294","17561.344"],["19088.357","17572.511"],["15229.116","12730.980"],["15204.552","12688.395"],["15196.052","12649.689"],["6994.980","13120.270"],["6979.207","13118.998"],["7057.618","13109.691"],["7017.601","13110.401"],["7062.793","13030.092"],["7084.767","13057.012"],["6938.583","13035.425"],["7068.444","12991.736"],["7039.065","13078.757"],["7069.192","13016.252"],["7048.991","13014.462"],["18046.874","17754.480"],["6529.341","16790.454"],["6490.757","16827.850"],["6493.914","16831.698"],["6539.686","16779.438"],["6488.092","16843.704"],["6537.548","16776.333"],["6485.839","16821.706"],["6496.834","16783.710"],["6510.891","16972.073"],["6660.650","16983.085"],["6665.551","16967.800"],["6579.770","16926.327"],["6597.574","16901.424"],["6499.294","16891.642"],["6610.836","16949.999"],["6518.186","16838.358"],["6543.790","16814.608"],["6472.492","16944.242"],["6607.788","16895.314"],["6510.765","16885.616"],["6547.173","16911.543"],["6546.806","16928.116"],["6470.751","16815.501"],["6463.323","16787.067"],["17169.277","7314.079"],["17079.925","7309.909"],["17084.123","7268.498"],["17017.467","7317.864"],["17017.674","7458.913"],["17015.578","7326.819"],["17015.133","7351.516"],["17170.220","7364.516"],["17093.372","7462.309"],["7065.335","12207.988"],["7083.224","12209.033"],["7092.285","12169.908"],["7084.824","12144.910"],["7068.943","12125.994"],["7076.974","12226.589"],["7084.242","12157.390"],["7071.633","12135.133"],["7083.487","12200.957"],["7067.505","12164.943"],["9775.653","16913.146"],["9750.354","16975.757"],["9793.349","16944.756"],["9748.660","16961.868"],["9749.597","16959.258"],["9804.297","16976.039"],["9809.643","16949.988"],["9757.212","16977.739"],["9752.771","16979.671"],["9811.123","16950.054"],["9789.692","16952.333"],["7225.204","12979.424"],["7242.095","12998.912"],["7207.627","13091.406"],["7197.074","13101.151"],["7263.885","13166.189"],["7110.467","12994.346"],["7203.855","12998.070"],["7202.666","13112.001"],["7252.108","13148.650"],["7204.826","12977.376"],["7223.581","13106.137"],["7265.414","13155.240"],["7122.399","13039.208"],["15095.824","5993.057"],["6586.612","15510.847"],["6629.463","15520.254"],["6579.220","15593.021"],["6629.465","15704.039"],["6546.352","15663.690"],["6617.788","15562.030"],["6650.858","15578.679"],["6619.774","15587.827"],["6596.500","15592.463"],["6650.058","15695.715"],["6576.385","15656.357"],["27672.276","7224.186"],["27692.292","7169.141"],["27699.990","7223.179"],["5822.562","14747.636"],["5717.657","14693.361"],["5636.827","14802.541"],["5669.778","14731.798"],["5805.276","14718.206"],["5659.936","14791.641"],["5691.144","14731.980"],["5678.808","14746.480"],["5696.555","14692.287"],["5788.549","14713.400"],["5654.442","14840.609"],["5758.512","14780.508"],["5824.256","14721.377"],["5644.755","14821.683"],["5492.815","18460.932"],["27445.527","16126.048"],["27450.752","16134.970"],["4438.019","11133.988"],["4432.537","11152.940"],["4462.278","11106.441"],["4453.999","11157.159"],["4561.442","11273.107"],["4433.002","11237.068"],["4384.066","11180.290"],["4359.583","11234.682"],["4524.481","11117.718"],["4532.330","11145.832"],["4540.831","11205.615"],["4481.154","11228.719"],["4398.161","11193.172"],["4424.795","11205.309"],["4400.734","11262.493"],["4357.723","11159.679"],["4459.676","11082.621"],["4477.258","11084.076"],["4502.145","11116.017"],["4565.521","11185.700"],["4533.183","11235.309"],["4491.798","11218.250"],["27242.774","16599.526"],["12815.389","17699.994"],["12850.195","17808.124"],["12921.761","17700.599"],["12802.445","17698.259"],["12908.073","17799.024"],["12925.300","17784.084"],["12813.190","17735.357"],["12878.077","17724.381"],["12966.833","17795.781"],["12907.267","17791.741"],["12947.307","17773.828"],["12863.903","17693.016"],["12885.709","17699.707"],["12942.491","17781.264"],["12966.932","17770.776"],["12967.968","17820.818"],["12955.435","17808.993"],["12823.617","17927.433"],["12807.515","17917.706"],["12823.123","17909.415"],["12800.064","17936.153"],["12797.383","17917.871"],["12810.936","17894.188"],["16117.370","12566.113"],["16135.758","12577.492"],["16127.337","12591.051"],["15968.232","12576.767"],["16077.643","12613.062"],["7047.246","12122.475"],["7025.748","12119.832"],["6676.667","7548.625"],["6693.620","7484.081"],["23970.105","6177.341"],["24056.306","6166.563"],["10253.326","7910.922"],["10300.910","7920.818"],["23572.250","6637.295"],["18678.132","14061.729"],["18809.838","14171.064"],["18724.135","14054.445"],["17031.646","15526.020"],["17041.441","15524.135"],["17035.659","15532.147"],["17039.697","15526.860"],["17046.218","15531.585"],["17053.776","15516.406"],["7034.954","15687.035"],["7087.677","15569.775"],["7080.785","15607.964"],["6921.497","15668.161"],["20061.650","6671.069"],["20089.249","6670.145"],["20025.306","6630.993"],["20026.030","6690.283"],["20043.431","6628.532"],["12597.426","16130.457"],["12614.038","16098.352"],["12613.594","16107.270"],["12582.311","16123.009"],["12721.253","15937.227"],["12744.702","16011.283"],["12576.870","16095.985"],["12739.028","15984.894"],["12675.077","16035.012"],["12604.222","16004.799"],["12812.966","16725.506"],["12902.191","16754.434"],["12801.136","16756.215"],["12894.910","16657.792"],["12925.238","16705.173"],["12963.553","16612.890"],["12873.919","16727.200"],["12922.254","16693.563"],["12908.180","16583.236"],["12976.477","16764.021"],["12806.145","16712.497"],["12899.116","16641.423"],["12778.128","16757.082"],["12912.959","16749.259"],["12904.753","16730.928"],["12825.359","16696.916"],["12862.929","16683.820"],["12813.311","16721.840"],["12929.580","16705.850"],["12888.277","16617.807"],["12878.836","16730.205"],["12981.273","16745.273"],["12973.450","16729.507"],["12905.535","16632.507"],["12917.106","16655.660"],["12876.468","16614.751"],["12829.175","16701.854"],["12928.660","16609.600"],["12924.054","16700.648"],["12896.830","16609.136"],["12844.955","16728.224"],["12794.702","16772.071"],["12952.731","16666.758"],["12978.014","16572.800"],["12781.225","16582.145"],["10724.879","18593.180"],["10703.109","18635.733"],["10675.231","18628.384"],["18857.930","14436.710"],["18716.671","14325.471"],["18712.878","14372.982"],["18815.624","14314.428"],["18839.290","14341.006"],["18795.082","14416.463"],["18710.583","14395.111"],["18866.022","14357.687"],["18819.071","14364.125"],["18865.485","14434.075"],["18878.233","14439.029"],["14489.326","18070.001"],["14462.517","18131.008"],["14502.286","18093.502"],["14509.013","18128.233"],["14486.809","18076.689"],["14657.710","18094.855"],["14647.583","18050.308"],["14511.069","18136.276"],["14494.490","18095.384"],["14494.359","18087.920"],["14509.096","18143.560"],["14667.414","18139.777"],["14659.371","18104.963"],["14519.746","18241.654"],["14468.931","18139.943"],["14494.178","18064.831"],["14495.905","18127.325"],["14670.608","18193.834"],["14512.723","18143.933"],["6069.780","7617.570"],["6170.713","7556.977"],["6073.876","7575.704"],["6130.086","7599.021"],["6134.815","7575.555"],["6108.747","7675.022"],["6114.377","7550.534"],["6157.687","7519.190"],["6244.936","7492.231"],["6229.607","7478.041"],["6107.334","7572.209"],["6171.916","7618.835"],["6180.538","7502.704"],["6235.426","7517.787"],["6225.196","7560.301"],["6150.316","7496.468"],["6147.969","7648.797"],["6044.400","7570.993"],["6193.815","7487.548"],["6187.112","7593.935"],["6223.499","7519.902"],["6053.536","7630.974"],["6153.238","7635.855"],["6211.956","7562.184"],["12927.080","12531.531"],["12839.268","12388.327"],["12807.972","12495.794"],["12951.320","12425.422"],["12933.364","12398.270"],["12933.939","12354.630"],["12914.662","12501.167"],["12822.241","12495.622"],["12957.849","12495.589"],["12950.954","12342.339"],["12909.621","12417.133"],["12911.661","12361.708"],["12920.037","12521.518"],["12817.138","12486.844"],["12856.884","12370.969"],["12959.297","12433.234"],["12902.118","12361.925"],["12945.764","12352.219"],["12840.271","12530.391"],["12906.299","12520.403"],["12907.648","12516.043"],["18186.768","17672.459"],["18136.681","17724.774"],["18183.647","17732.681"],["18138.326","17693.960"],["18247.594","17669.741"],["18058.266","17701.403"],["18181.369","17681.950"],["17524.715","16763.738"],["17524.715","16763.738"],["17487.386","16683.035"],["17571.895","16722.720"],["17571.178","16737.253"],["17546.905","16671.889"],["17447.469","16565.687"],["17447.469","16565.687"],["9801.408","18540.521"],["9744.304","18595.660"],["9782.545","18596.946"],["9781.599","18592.087"],["9769.690","18669.759"],["13397.295","18945.454"],["13222.449","19028.978"],["13377.574","18938.303"],["13402.163","19059.178"],["13407.426","19056.948"],["7502.186","18689.756"],["7405.991","18684.470"],["7320.320","18707.432"],["7319.366","18758.349"],["7470.152","18680.671"],["7349.613","18697.754"],["7489.023","18681.792"],["7462.166","18774.290"],["7489.829","18851.909"],["7394.615","18851.851"],["7450.564","18795.672"],["7400.003","18758.585"],["7353.705","18774.847"],["7327.120","18745.540"],["7349.603","18865.113"],["7507.658","18705.640"],["7464.929","18737.081"],["7503.233","18846.409"],["7413.003","18853.800"],["7431.370","18795.507"],["7335.613","18774.137"],["7335.459","18756.507"],["7356.692","18846.054"],["5453.168","14689.087"],["5607.732","14758.383"],["5468.378","14821.358"],["5476.992","14681.580"],["5472.386","14743.334"],["5442.736","14706.880"],["5438.421","14812.897"],["5576.929","14843.627"],["5533.831","14848.602"],["5455.111","14861.847"],["5443.810","14683.851"],["5568.636","14701.256"],["5473.000","14859.409"],["5474.722","14684.371"],["5475.511","14744.143"],["5432.423","14702.057"],["5438.108","14790.915"],["5421.968","14797.060"],["5581.978","14865.427"],["5531.496","14848.519"],["5433.466","14859.370"],["5467.633","14696.741"],["5458.554","14735.688"],["5445.433","14686.417"],["5440.163","14729.835"],["5455.723","14796.398"],["5423.333","14815.623"],["5585.482","14867.359"],["5517.285","14813.342"],["5464.023","14692.505"],["5572.830","14695.426"],["5554.640","14750.637"],["5512.671","14852.605"],["8609.808","10509.138"],["8633.349","10454.835"],["8636.784","10434.294"],["8598.596","10491.011"],["8653.907","10453.330"],["8632.064","10482.209"],["13912.872","18204.853"],["13977.913","18199.292"],["14040.012","18093.107"],["13964.202","18082.820"],["13990.406","18102.127"],["13867.724","18238.395"],["13983.867","18193.165"],["13980.633","18050.467"],["13933.479","18118.889"],["13870.323","18216.876"],["13915.569","18221.170"],["13947.118","18245.952"],["13960.341","18240.997"],["13959.690","18176.749"],["13995.232","18196.187"],["14017.298","18086.171"],["13985.407","18089.144"],["13981.571","18046.520"],["13860.645","18065.198"],["13865.484","18109.765"],["13916.242","18084.075"],["13899.104","18064.554"],["13938.581","18231.732"],["13962.973","18239.610"],["13940.068","18177.773"],["13972.897","18196.534"],["13840.813","18108.560"],["13839.530","18101.425"],["13959.285","18116.247"],["13919.778","18121.053"],["6330.871","17274.974"],["6447.987","17244.086"],["6452.510","17256.836"],["6432.787","17236.930"],["6363.660","17230.105"],["6259.471","17330.616"],["6422.573","17200.068"],["6267.217","17324.506"],["6458.461","17316.764"],["32507.167","12761.960"],["32497.675","12804.999"],["32482.229","12845.238"],["32434.003","12826.914"],["32384.336","12879.485"],["32460.868","12936.467"],["32404.001","12968.507"],["32430.156","12773.514"],["13150.112","4085.355"],["13045.803","4080.614"],["13042.399","4089.499"],["13160.672","4073.380"],["12990.211","4043.881"],["13158.056","4089.748"],["13039.734","4091.316"],["11872.006","14845.982"],["11879.739","14812.017"],["11843.620","14827.786"],["5196.780","16440.416"],["5167.203","16484.082"],["5162.893","16383.346"],["5178.411","16428.995"],["5198.310","16432.208"],["5176.364","16472.703"],["5187.891","16405.053"],["5138.417","16388.800"],["10057.095","14827.590"],["10066.405","14855.785"],["10068.043","14790.558"],["10078.317","14824.384"],["10203.288","7641.970"],["10206.511","7656.273"],["13960.575","15916.448"],["13999.503","15921.372"],["13976.685","15854.931"],["13927.549","15847.004"],["13846.494","15864.920"],["14016.461","15870.387"],["14035.338","15827.553"],["13992.743","15892.833"],["13993.708","15871.331"],["13934.756","15876.848"],["13894.803","15858.020"],["13835.655","15860.296"],["14011.412","15856.399"],["14033.928","15769.414"],["14037.976","15885.954"],["13974.684","15907.895"],["13969.119","15849.679"],["13930.265","15857.030"],["13925.049","15847.995"],["13858.106","15855.606"],["14018.172","15864.557"],["10577.191","16416.538"],["10558.676","16409.467"],["10520.124","16465.161"],["10531.129","16425.488"],["10587.444","16474.437"],["10591.763","16487.258"],["10522.539","16360.908"],["14102.511","9472.498"],["4381.457","14455.723"],["4693.625","16917.349"],["4645.655","16978.486"],["4640.974","16956.573"],["4671.836","16945.874"],["4653.817","16966.542"],["4670.549","16938.054"],["4704.636","16781.398"],["4699.905","16800.007"],["4686.313","16822.922"],["4649.887","16807.017"],["4700.578","16820.654"],["4685.878","16924.649"],["4679.499","16942.858"],["4644.997","16976.900"],["4645.250","16970.016"],["4650.939","16959.870"],["4654.283","16942.398"],["4644.295","16926.684"],["4716.034","16793.966"],["4709.510","16810.031"],["4696.022","16816.112"],["10527.998","18687.295"],["10655.322","18715.507"],["10616.771","18792.619"],["10560.693","18775.760"],["10481.147","18780.090"],["10569.116","18678.493"],["10629.548","18722.246"],["10636.115","18732.424"],["10616.705","18776.220"],["10570.019","18776.040"],["10637.440","18862.973"],["10474.771","18833.695"],["10468.957","18760.142"],["10470.210","18738.493"],["10604.116","18704.005"],["10539.132","18681.664"],["10469.019","18685.493"],["10619.943","18716.862"],["10653.648","18768.064"],["10668.050","18841.335"],["10553.144","18745.652"],["10515.103","18698.823"],["10630.009","18714.748"],["10621.504","18826.158"],["10539.509","18741.870"],["10589.644","18845.318"],["10595.739","18887.902"],["25892.241","17345.661"],["26019.335","17309.866"],["26007.193","17396.945"],["25894.655","17327.254"],["22554.061","14838.777"],["22589.441","14768.714"],["22629.722","14755.455"],["10479.610","19102.916"],["10628.796","19141.815"],["10646.636","19107.543"],["10535.370","19190.318"],["10547.404","19182.333"],["10599.044","19228.874"],["10489.018","19164.328"],["10513.706","19136.723"],["10584.355","19131.377"],["10611.274","19130.879"],["10550.414","19186.958"],["10546.544","19201.476"],["10514.314","19152.899"],["10491.370","19107.012"],["10581.592","19158.727"],["10597.705","19120.623"],["10602.157","19197.131"],["10552.284","19213.383"],["10565.502","19128.750"],["10594.750","19121.881"],["10565.299","19199.377"],["10573.501","19209.023"],["28363.979","17283.860"],["10394.052","7708.811"],["10329.602","7779.957"],["10339.183","7892.313"],["10389.272","7877.530"],["10390.417","7725.491"],["10258.303","7763.838"],["10430.604","7860.024"],["4859.878","18071.631"],["4842.326","18063.353"],["4905.024","18179.949"],["4863.632","18171.523"],["4868.545","18067.221"],["4832.096","18072.899"],["4819.334","18068.417"],["4899.636","18167.350"],["4910.368","18121.006"],["4968.886","18185.537"],["4985.432","18169.277"],["21226.737","15876.183"],["13717.783","18116.968"],["13785.439","18145.486"],["13806.570","18152.408"],["13709.066","18132.625"],["13767.692","18140.267"],["13823.468","18246.500"],["13800.879","18069.626"],["13823.790","18115.579"],["13686.846","18096.803"],["13678.573","18141.114"],["13766.261","18137.988"],["13755.866","18165.717"],["13803.764","18232.809"],["13811.231","18214.460"],["13769.004","18058.412"],["13819.662","18165.174"],["13723.162","18123.360"],["13702.455","18124.103"],["13728.564","18154.107"],["13768.169","18184.495"],["13827.711","18231.801"],["13816.340","18072.136"],["13800.485","18048.866"],["8275.734","19365.357"],["8275.330","19435.200"],["8267.429","19367.669"],["8267.123","19429.386"],["4440.993","9512.399"],["4495.316","9580.938"],["4518.347","9565.284"],["4526.745","9503.358"],["4452.144","9447.444"],["4442.354","9525.328"],["4442.177","9511.276"],["4484.181","9572.284"],["4513.949","9511.665"],["4546.002","9455.747"],["4443.888","9450.467"],["4423.262","9537.728"],["4496.317","9517.265"],["4532.955","9576.025"],["4469.172","9422.213"],["14304.101","12702.469"],["14301.085","12699.751"],["14309.497","12682.856"],["14305.447","12736.840"],["14253.613","12749.196"],["14414.900","12731.633"],["14436.378","12724.160"],["14313.468","12665.911"],["14364.660","12680.287"],["14341.058","12722.161"],["14370.009","12743.718"],["14284.311","12663.888"],["14302.604","12704.697"],["14251.329","12716.026"],["14295.562","12753.289"],["14260.669","12753.110"],["14396.939","12753.797"],["14439.322","12714.366"],["14328.813","12649.577"],["14358.608","12698.355"],["14339.101","12737.867"],["14398.594","12725.717"],["14255.725","12644.433"],["14280.112","12712.558"],["14315.101","12741.464"],["14414.077","12744.367"],["14293.008","12634.449"],["14334.085","12657.661"],["14322.209","12726.852"],["14357.098","12715.163"],["14277.387","12678.900"],["20880.637","8924.565"],["20852.119","8929.518"],["7204.818","16811.851"],["7232.715","16800.274"],["7261.407","16775.751"],["28608.407","16276.975"],["28605.857","16216.050"],["28645.405","16221.883"],["28679.698","16221.031"],["28671.852","16248.970"],["28716.646","16189.588"],["28739.183","16155.221"],["10859.205","15944.065"],["10851.526","16063.081"],["10798.380","15973.945"],["10835.721","16013.704"],["10820.228","16004.814"],["10765.165","15967.261"],["10777.816","15971.065"],["10707.455","15932.876"],["10729.605","15938.158"],["10794.204","16128.430"],["10752.972","16068.099"],["10744.929","16021.800"],["10772.832","16045.304"],["10809.672","16093.443"],["10838.841","16087.505"],["10891.808","15936.228"],["17868.983","17052.349"],["17899.899","17166.950"],["17841.961","17107.049"],["18007.920","17164.940"],["17958.504","17047.125"],["17863.442","17140.249"],["17839.072","17170.376"],["17941.381","17087.827"],["18022.992","17133.353"],["17904.709","17011.633"],["18009.352","17037.398"],["17989.591","17013.079"],["18038.418","17029.787"],["17872.178","17020.876"],["17918.939","17052.053"],["18027.031","17139.384"],["17232.929","7264.076"],["17306.553","7285.794"],["17267.055","7367.012"],["17270.718","7343.720"],["11707.384","17512.360"],["11685.392","17545.608"],["11698.535","17541.179"],["11680.101","17544.994"],["11528.013","17619.124"],["11544.476","17619.357"],["11573.900","17617.649"],["11595.130","17620.006"],["11561.473","17585.836"],["11570.453","17595.557"],["11591.893","17570.211"],["11608.494","17618.853"],["11692.941","17617.243"],["11666.927","17612.177"],["11701.070","17518.013"],["11684.662","17531.307"],["11692.007","17512.081"],["11710.095","17508.619"],["11707.417","17543.293"],["11676.696","17519.561"],["11558.604","17612.992"],["11595.311","17620.733"],["11570.617","17594.450"],["11605.067","17573.085"],["11623.181","17608.432"],["11665.249","17616.537"],["11713.520","17538.541"],["11684.859","17527.277"],["11695.182","17523.642"],["11672.496","17518.788"],["11672.307","17512.533"],["11671.737","17508.403"],["11689.426","17541.385"],["11692.650","17534.408"],["11534.460","17614.466"],["11554.582","17569.816"],["11576.358","17594.847"],["11598.390","17561.408"],["11622.112","17619.084"],["11668.358","17610.311"],["11694.441","17533.471"],["11690.089","17543.677"],["11679.475","17522.734"],["14942.847","13785.736"],["15003.999","13815.585"],["18460.883","14158.360"],["18418.562","14075.657"],["18348.579","14227.758"],["18376.176","14228.863"],["18345.617","14219.764"],["10074.430","16243.818"],["12692.997","16838.055"],["12662.542","16886.046"],["12692.026","16968.145"],["12568.136","16961.899"],["12731.467","16849.941"],["12591.233","16925.650"],["12583.096","16982.079"],["12590.498","16825.115"],["12628.814","16858.774"],["12774.307","16828.256"],["12634.163","16973.852"],["12711.547","16903.940"],["12713.744","16925.027"],["12581.451","16982.311"],["12581.362","16924.053"],["12713.276","16833.513"],["12603.837","16800.920"],["12769.270","16986.074"],["12776.593","16900.987"],["12595.131","16922.182"],["12628.615","16953.287"],["12583.640","16776.694"],["12685.549","16897.848"],["12758.222","16802.245"],["12656.695","16983.382"],["12628.282","16962.120"],["12762.001","16915.465"],["12724.263","16827.469"],["12749.286","16950.715"],["12719.273","16776.628"],["12730.493","16821.644"],["12603.829","16885.364"],["12756.059","16780.127"],["12611.797","16867.311"],["12723.333","16927.785"],["4906.110","16007.007"],["4893.942","16113.111"],["4838.109","16140.368"],["4852.410","16139.674"],["4876.972","16096.335"],["4906.356","16021.406"],["4893.053","16029.056"],["4924.899","16103.346"],["4908.413","16011.697"],["4905.768","16100.312"],["4881.693","16097.178"],["4908.395","16045.221"],["4885.931","16027.042"],["21942.570","7759.687"],["21856.752","7694.932"],["21864.597","7731.480"],["21931.554","7733.940"],["21914.581","7747.616"],["21921.586","7723.661"],["10479.278","7540.451"],["27032.367","17198.349"],["26953.112","17296.553"],["27016.297","17239.694"],["27013.496","17302.047"],["26979.292","17359.054"],["26949.648","17372.263"],["26919.327","17366.290"],["27004.584","17360.844"],["26987.603","17398.361"],["27025.417","17376.159"],["27088.339","17394.080"],["26950.745","17398.597"],["26904.995","17394.331"],["27093.099","17341.880"],["10483.265","17357.688"],["10475.224","17333.983"],["10541.496","17365.333"],["10583.829","17362.357"],["10546.620","17408.942"],["10572.582","17402.734"],["10652.049","17320.423"],["10655.050","17355.991"],["10629.067","17296.538"],["10582.977","17314.272"],["10643.428","17234.138"],["10635.324","17368.331"],["10664.503","17386.764"],["10561.757","17339.666"],["10607.041","17382.755"],["10481.483","17369.878"],["10494.051","17222.460"],["10518.410","17233.155"],["10510.388","17259.714"],["10544.755","17310.337"],["10570.493","17241.112"],["10575.297","17279.876"],["10620.537","17292.863"],["10588.577","17287.410"],["10522.995","17356.218"],["10516.265","17341.790"],["10606.521","17205.498"],["10643.784","17299.738"],["10470.963","17363.948"],["10495.488","17322.736"],["10538.215","17386.878"],["10583.355","17402.305"],["10669.171","17329.011"],["10637.731","17362.663"],["10657.640","17239.131"],["10637.867","17217.391"],["10660.309","17390.034"],["10572.925","17348.601"],["10614.772","17383.118"],["10489.657","17392.652"],["10472.290","17375.148"],["10517.325","17240.124"],["10522.509","17261.630"],["10527.711","17289.050"],["10542.156","17316.662"],["10534.925","17316.090"],["10572.878","17235.349"],["10569.323","17297.912"],["10573.741","17294.493"],["10564.968","17285.789"],["10584.610","17268.118"],["10607.853","17291.853"],["10532.518","17348.092"],["10501.512","17333.070"],["10640.248","17316.270"],["10465.025","17360.083"],["10477.182","17316.180"],["10555.427","17363.599"],["10596.806","17351.489"],["10541.669","17392.295"],["10657.346","17334.114"],["10665.063","17356.600"],["10650.280","17355.132"],["10598.915","17316.683"],["10654.126","17220.491"],["10635.291","17368.497"],["10662.187","17392.747"],["10666.987","17386.203"],["10566.247","17352.433"],["10614.920","17369.394"],["10495.331","17389.316"],["10488.760","17201.373"],["10498.524","17203.848"],["10499.578","17248.844"],["10528.726","17271.159"],["10533.977","17290.388"],["10550.133","17333.689"],["10526.142","17305.801"],["10570.970","17239.312"],["10577.827","17301.727"],["10579.097","17285.904"],["10593.870","17274.361"],["10613.086","17294.068"],["10608.807","17287.493"],["10518.126","17357.440"],["10497.795","17347.801"],["10643.521","17302.926"],["19100.541","17513.721"],["19190.377","17497.970"],["19253.986","17527.484"],["11523.777","15023.249"],["11648.019","14957.521"],["18744.069","6471.423"],["18768.615","6424.911"],["18768.556","6482.752"],["18806.291","6497.018"],["18816.148","6436.744"],["18805.966","6299.057"],["10393.007","13860.346"],["10323.698","13883.022"],["10326.371","13853.572"],["10314.425","13920.352"],["10377.797","13933.272"],["10446.979","13923.049"],["10448.688","13970.959"],["10337.366","13830.289"],["10290.433","13940.574"],["10286.289","13931.963"],["10402.435","13972.447"],["10437.644","13940.271"],["10413.262","13895.766"],["10442.512","13994.518"],["10418.375","13969.411"],["10324.060","13862.576"],["10274.249","13911.408"],["10384.804","13942.174"],["10452.390","13935.254"],["10461.158","14009.529"],["10443.046","13952.775"],["10273.253","13839.915"],["17524.742","17247.762"],["17458.729","17241.901"],["17469.917","17219.809"],["17616.955","17401.774"],["17470.967","17393.831"],["17486.766","17247.573"],["17437.278","17240.911"],["17478.812","17396.721"],["17521.717","17208.547"],["17456.593","17255.178"],["17420.144","17357.254"],["17596.288","17398.567"],["17464.068","17353.257"],["17555.652","17213.879"],["17492.639","17373.408"],["17543.517","17326.331"],["17543.639","17396.245"],["17566.595","17408.186"],["17380.445","4479.341"],["6447.657","15750.137"],["6293.473","15847.311"],["6261.735","15739.365"],["6441.181","15728.236"],["6335.444","15857.015"],["6373.565","15918.872"],["8000.964","12094.595"],["7976.764","12113.197"],["8007.290","12102.644"],["7956.500","12072.577"],["7991.567","12103.304"],["7941.582","12094.939"],["8006.287","12093.692"],["7999.846","12093.009"],["8068.884","12026.542"],["8030.312","11946.076"],["8090.245","11932.945"],["8095.441","11941.434"],["8050.670","11954.088"],["7972.872","11999.134"],["7989.687","12006.307"],["5972.953","17418.100"],["20366.399","7624.295"],["20416.629","7631.609"],["20374.606","7633.477"],["20432.485","7642.740"],["28001.092","7894.115"],["28019.167","7819.615"],["28050.450","7702.241"],["28001.421","7824.470"],["27948.510","7815.542"],["27949.760","7813.990"],["15789.982","13994.905"],["15824.970","14009.342"],["15753.159","13973.512"],["15908.239","13994.896"],["15860.027","14009.474"],["15875.495","13989.807"],["15907.811","14021.056"],["14677.973","14679.005"],["14809.815","14725.087"],["14877.470","14708.621"],["14830.217","14676.956"],["14707.747","14668.478"],["14684.717","14805.578"],["14688.909","14855.462"],["14823.615","14834.385"],["14849.806","14804.600"],["11081.822","15148.424"],["10912.502","15153.187"],["25499.434","17415.082"],["15084.790","11205.690"],["15011.642","11158.610"],["15079.724","11184.237"],["27832.864","17243.763"],["14661.488","17433.485"],["8681.252","19117.516"],["8682.765","19125.878"],["8612.541","19253.952"],["8666.729","19125.658"],["8699.344","19166.258"],["8646.916","19233.424"],["8647.482","19308.366"],["8570.599","19286.861"],["8728.274","19152.900"],["8703.604","19132.330"],["8648.050","19269.824"],["8581.569","19281.890"],["8754.491","19169.994"],["8638.489","19151.653"],["8651.795","19133.822"],["8614.416","19245.430"],["8651.989","19308.878"],["16152.834","16685.354"],["16286.647","16666.972"],["16266.943","16651.019"],["16240.619","16626.974"],["16354.716","16712.451"],["16252.436","16667.930"],["16226.700","16737.395"],["16342.782","16620.026"],["16354.065","16677.897"],["10746.993","9010.116"],["10836.132","9078.339"],["10804.649","9065.525"],["10826.073","8997.959"],["10823.924","8974.308"],["10797.773","9010.416"],["10775.985","9079.481"],["10823.873","9049.187"],["10846.698","9056.236"],["18233.453","17508.892"],["18249.789","17485.587"],["18042.893","17517.330"],["12660.776","17220.326"],["12671.991","17204.056"],["12695.512","17247.360"],["12656.725","17252.488"],["12644.691","17282.734"],["12658.461","17285.454"],["12696.411","17280.937"],["12588.993","17300.585"],["12641.716","17289.935"],["12661.768","17298.121"],["12624.386","17402.540"],["12710.133","17406.843"],["12743.888","17402.232"],["12606.538","17347.147"],["12658.087","17336.558"],["12760.359","17345.436"],["12719.908","17316.157"],["12726.090","17297.871"],["12769.208","17220.052"],["12731.896","17219.967"],["12718.684","17211.366"],["12735.128","17387.248"],["12667.261","17206.443"],["12682.942","17198.224"],["12651.730","17224.571"],["12677.731","17229.126"],["12656.512","17235.924"],["12662.148","17267.861"],["12665.843","17272.941"],["12682.967","17291.498"],["12699.799","17296.940"],["12587.480","17307.241"],["12635.236","17306.516"],["12625.459","17289.518"],["12647.245","17294.405"],["12625.422","17402.210"],["12685.513","17389.510"],["12666.663","17333.918"],["12717.614","17367.618"],["12721.280","17305.052"],["12751.384","17288.431"],["12739.725","17280.166"],["12748.714","17234.520"],["12764.889","17200.337"],["12769.514","17403.733"],["12672.557","17206.773"],["12684.935","17208.135"],["12681.943","17259.862"],["12662.712","17231.233"],["12668.596","17268.059"],["12652.882","17278.903"],["12673.888","17283.489"],["12700.424","17282.935"],["12687.924","17200.988"],["12579.979","17373.353"],["12575.935","17363.910"],["12582.793","17311.188"],["12639.463","17294.163"],["12609.718","17291.236"],["12655.666","17309.302"],["12632.182","17409.245"],["12686.302","17401.682"],["12654.536","17374.292"],["12608.896","17342.148"],["12755.270","17335.507"],["12771.690","17279.264"],["12759.274","17219.854"],["12734.379","17222.693"],["12709.457","17212.869"],["16662.871","18473.569"],["16627.065","18592.545"],["16671.210","18519.234"],["15692.108","15805.725"],["15545.183","15886.532"],["15587.927","15922.033"],["15634.444","15873.692"],["15581.199","15817.580"],["15630.606","15778.587"],["15514.521","15754.250"],["15662.758","15880.606"],["15539.072","15900.038"],["15521.271","15851.551"],["15556.020","15804.438"],["18231.364","15020.791"],["18196.852","14900.842"],["12551.357","18916.480"],["12404.124","19032.810"],["12403.943","18892.298"],["10025.380","7987.986"],["10538.582","17568.299"],["10537.463","17578.414"],["10521.144","17559.149"],["10490.260","17582.160"],["10480.153","17618.077"],["10501.657","17600.749"],["10519.611","17600.335"],["10625.521","17445.016"],["10606.240","17475.339"],["10623.651","17459.672"],["10612.667","17495.834"],["10646.348","17494.774"],["10614.983","17526.423"],["10534.650","17568.158"],["10519.022","17570.528"],["10496.608","17583.597"],["10479.429","17610.050"],["10498.713","17603.656"],["10507.818","17620.286"],["10639.780","17424.416"],["10621.360","17424.942"],["10585.023","17454.943"],["10618.190","17459.176"],["10637.300","17484.073"],["10623.671","17499.121"],["10644.934","17487.871"],["10611.299","17517.142"],["10663.395","17581.912"],["10529.519","17588.273"],["10472.143","17595.583"],["10504.338","17597.678"],["10510.795","17604.662"],["10538.027","17599.631"],["10645.273","17438.983"],["10653.709","17444.799"],["10589.529","17463.911"],["10609.786","17467.335"],["10645.442","17471.836"],["10650.845","17465.667"],["10611.582","17506.388"],["10662.977","17502.404"],["10656.282","17518.968"],["10633.996","17511.989"],["10655.723","17423.766"],["10612.857","17534.104"],["10658.305","17545.370"],["18679.147","9125.906"],["18745.682","9048.783"],["18751.356","8983.250"],["18703.135","8973.526"],["27883.816","7554.174"],["27824.967","7498.303"],["27825.328","7582.418"],["27778.108","7568.562"],["27891.036","7537.774"],["27836.529","7611.287"],["27893.898","7497.725"],["27835.528","7679.168"],["27830.690","7625.143"],["27830.739","7622.485"],["27766.973","7644.153"],["27760.772","7676.638"],["27826.660","7654.425"],["27829.900","7623.178"],["19854.250","6243.018"],["19827.539","6254.116"],["11865.692","5988.494"],["11870.037","5975.050"],["8128.236","10614.358"],["8094.068","10625.387"],["8132.824","10572.154"],["8088.066","10615.484"],["8129.424","10564.052"],["8119.411","10588.819"],["8103.792","10634.741"],["8085.714","10627.639"],["8061.882","10637.774"],["8129.164","10632.915"],["8137.772","10520.985"],["11849.301","12442.397"],["11902.909","12495.415"],["10222.045","13218.347"],["10182.617","13286.435"],["10087.929","13379.014"],["10068.870","13390.193"],["10215.595","13378.379"],["10116.275","13374.682"],["10066.637","13346.854"],["10076.798","13198.999"],["10162.342","13204.528"],["11990.527","19137.064"],["12011.826","19140.153"],["13854.498","16323.003"],["13863.806","16320.631"],["13900.544","16308.049"],["13873.551","16298.336"],["13869.450","16282.492"],["13894.648","16273.458"],["13983.029","16263.553"],["14007.001","16274.353"],["13940.573","16263.864"],["13939.904","16324.185"],["13908.715","16334.350"],["13925.267","16348.639"],["13859.975","16345.646"],["13868.954","16306.708"],["13895.199","16298.767"],["13872.844","16293.167"],["13889.220","16279.850"],["13992.155","16245.452"],["13964.624","16254.321"],["14025.801","16278.433"],["13936.543","16264.194"],["13956.664","16326.645"],["13914.718","16319.189"],["13881.174","16324.759"],["13898.209","16297.545"],["13876.495","16298.683"],["13889.863","16286.150"],["13876.144","16272.864"],["13976.515","16265.436"],["14026.031","16274.832"],["13948.714","16243.121"],["13935.036","16337.166"],["13912.909","16329.544"],["6279.352","13151.738"],["6050.365","15991.304"],["6959.101","14384.185"],["14111.940","18839.733"],["14242.070","18800.751"],["14123.819","18684.042"],["14043.463","18799.653"],["14054.626","18734.729"],["14143.218","18782.902"],["14181.424","18879.510"],["14112.378","18735.418"],["14055.711","18695.159"],["14209.635","18777.069"],["14146.302","18684.867"],["14241.839","18874.576"],["14154.402","18813.587"],["14204.993","18680.504"],["14235.918","18766.037"],["14043.869","18707.595"],["14240.950","18879.052"],["14227.381","18835.121"],["14050.256","18787.349"],["14189.238","18796.907"],["14159.764","18783.695"],["14199.813","18807.989"],["14214.927","18728.299"],["14243.780","18751.371"],["14151.055","18718.080"],["14122.404","18728.517"],["14248.927","18861.744"],["14209.339","18870.414"],["14137.313","18779.236"],["14167.823","18867.966"],["13859.037","14854.642"],["13897.477","14675.525"],["13896.861","14834.483"],["13838.086","14713.874"],["13835.087","14853.665"],["13857.362","14682.908"],["13871.129","14697.342"],["22253.548","14921.380"],["7085.059","13643.108"],["5133.552","7711.375"],["5116.931","7690.151"],["5165.444","7712.174"],["5191.438","7730.728"],["5184.795","7835.565"],["5131.585","7709.580"],["5180.964","7804.474"],["18217.591","14202.847"],["10051.708","16336.477"],["10061.720","16287.296"],["5812.247","9606.828"],["5762.240","9746.982"],["5810.080","9771.707"],["5685.508","9649.117"],["5647.664","9618.745"],["5678.948","9616.857"],["5739.001","9749.541"],["5793.668","9766.172"],["14549.018","12552.008"],["14639.233","12714.533"],["14630.118","12621.777"],["14464.629","12682.576"],["14500.595","12641.222"],["14494.183","12557.112"],["14568.689","12551.761"],["14598.550","12717.822"],["14627.190","12663.726"],["14477.644","12643.410"],["14513.654","12649.612"],["14586.112","12711.471"],["14575.261","12677.774"],["14575.094","12708.306"],["14563.106","12608.351"],["14594.164","12594.011"],["14489.991","12605.871"],["14588.384","12628.129"],["14665.860","12718.339"],["14603.573","12683.771"],["14480.103","12554.584"],["14496.387","12654.673"],["14492.374","12581.984"],["14599.603","12743.008"],["14628.621","12614.065"],["14469.187","12671.409"],["14490.364","12634.715"],["5401.856","7252.051"],["6430.618","8212.921"],["6427.414","8272.863"],["6276.440","8236.977"],["6285.765","8239.668"],["6361.992","8222.780"],["6345.697","8146.096"],["6368.832","8116.276"],["6274.679","8265.618"],["6459.289","8276.695"],["6278.987","8217.867"],["6281.670","8232.220"],["6338.289","8124.354"],["6381.839","8200.645"],["6272.146","8292.010"],["6406.256","8210.704"],["6367.497","8175.528"],["6288.846","8260.628"],["6419.294","8262.950"],["6269.063","8308.379"],["6432.693","8209.608"],["6288.263","8263.328"],["6309.980","8272.601"],["6390.968","8171.151"],["6376.538","8188.536"],["6255.958","8237.499"],["11785.745","13425.292"],["13623.964","17020.614"],["13642.127","16996.583"],["13636.932","17019.052"],["13661.362","17061.283"],["13644.606","17081.874"],["13669.235","17074.153"],["13666.429","17050.654"],["13712.376","17089.118"],["13672.298","17083.436"],["13638.860","17102.475"],["13636.771","17184.873"],["13731.775","17038.211"],["13715.940","17161.786"],["13698.978","17177.409"],["13686.791","17116.644"],["13747.807","17196.012"],["13621.859","17021.902"],["13632.015","17021.794"],["13629.984","17036.838"],["13661.303","17022.820"],["13655.277","17064.983"],["13636.128","17057.888"],["13648.520","17073.831"],["13685.402","17083.022"],["13651.495","17042.991"],["13658.499","17082.313"],["13634.073","17095.918"],["13623.498","17188.606"],["13777.352","16992.510"],["13803.654","17085.174"],["13709.241","17179.407"],["13703.149","17097.227"],["13683.518","17110.550"],["13788.465","17192.064"],["13626.020","17029.383"],["13644.695","17018.028"],["13634.852","17051.884"],["13665.546","17025.578"],["13637.662","17058.872"],["13658.273","17069.653"],["13671.413","17048.160"],["13655.998","17093.903"],["13628.440","17102.660"],["13628.481","17173.494"],["13772.022","17037.154"],["13723.571","17155.097"],["13794.312","17048.791"],["13767.245","17127.647"],["13731.001","17179.490"],["13720.304","17060.662"],["13652.499","17120.674"],["13764.847","17184.946"],["20330.462","7643.436"],["20335.593","7547.747"],["20339.820","7542.363"],["20220.912","7665.131"],["20351.192","7371.149"],["18373.493","17688.355"],["18267.605","17686.048"],["18351.646","17654.952"],["18279.238","17627.078"],["18411.919","17689.706"],["9551.183","12598.601"],["16093.998","15602.241"],["16029.853","15628.401"],["16099.428","15661.716"],["16014.822","15686.643"],["16137.706","15597.874"],["16047.797","15582.603"],["15936.221","15596.976"],["15940.319","15555.680"],["15986.924","15562.498"],["16046.272","15577.938"],["16054.401","15691.203"],["16122.943","15665.619"],["15972.776","15642.639"],["15978.077","15677.319"],["16058.878","15631.480"],["16018.028","15661.674"],["10244.347","16667.256"],["10208.342","16634.642"],["10185.286","16728.306"],["13082.842","17389.847"],["13084.965","17326.184"],["13142.990","17378.220"],["13176.148","17393.324"],["13031.248","17390.658"],["12999.705","17322.040"],["13191.716","17249.175"],["13112.077","17288.819"],["13151.977","17331.016"],["13117.028","17255.276"],["13159.289","17402.258"],["13089.702","17382.221"],["13126.706","17325.522"],["13128.779","17389.847"],["13000.192","17393.744"],["13023.026","17372.422"],["12995.938","17317.911"],["13073.656","17296.763"],["13172.686","17230.999"],["13166.440","17272.033"],["13118.517","17378.241"],["13125.620","17322.004"],["13144.602","17397.444"],["13024.521","17391.600"],["13080.877","17298.266"],["13173.457","17313.659"],["13153.097","17227.101"],["13169.088","17206.864"],["18254.850","17619.120"],["18286.145","17421.013"],["18355.733","17429.024"],["18267.538","17486.527"],["18335.953","17447.512"],["12859.297","16063.925"],["12975.406","15993.739"],["12979.304","16028.703"],["12986.546","16049.892"],["12921.048","16091.183"],["10641.884","18993.716"],["10465.090","18906.411"],["10655.384","18894.171"],["10647.269","18913.698"],["10608.873","18922.911"],["10660.328","18985.272"],["10513.178","18986.998"],["10650.815","18965.756"],["10477.687","18974.122"],["10491.899","18908.888"],["10595.887","18907.175"],["10598.100","18922.730"],["10590.076","18997.017"],["10539.754","18943.015"],["10649.236","18954.724"],["10509.218","18910.193"],["10656.854","18922.731"],["10615.008","18933.613"],["10611.062","18986.893"],["10545.264","18995.682"],["10634.285","18977.944"],["10470.327","18939.731"],["10463.972","18905.618"],["10637.212","18968.543"],["10614.467","18979.362"],["5041.053","18213.485"],["4995.399","18169.938"],["5005.638","18217.093"],["5027.977","18254.609"],["5048.520","18215.054"],["21604.867","7005.253"],["21422.528","6920.557"],["21560.706","7013.692"],["21472.410","6952.351"],["21422.561","6924.207"],["21536.249","6937.441"],["21527.828","6972.829"],["21441.653","6971.493"],["21440.176","6918.873"],["27971.153","16103.775"],["28003.680","15935.116"],["20421.965","7313.494"],["20443.281","7353.411"],["20405.321","7393.164"],["20449.045","7396.969"],["20436.265","7448.068"],["20456.578","7399.992"],["20456.298","7421.693"],["20562.842","7360.679"],["20516.132","7355.526"],["20484.569","7326.476"],["20562.349","7404.180"],["20506.000","7401.885"],["13792.953","8946.437"],["13796.353","8861.098"],["13801.522","8804.883"],["13797.937","8920.343"],["13823.035","8852.398"],["13829.975","8930.727"],["13807.630","8910.595"],["13817.670","8872.443"],["13808.949","8945.206"],["13811.635","8843.678"],["13810.575","8833.857"],["13821.075","8870.329"],["13809.065","8932.687"],["13799.908","8857.782"],["13812.417","8839.324"],["12745.733","4243.366"],["12758.627","4283.924"],["12690.074","4154.333"],["10449.046","14111.117"],["10422.384","14058.549"],["10453.075","14215.651"],["10454.234","14029.246"],["10454.208","14210.551"],["10451.993","14226.005"],["16242.801","15111.714"],["16254.176","15198.476"],["16354.810","15220.146"],["16165.468","15144.953"],["16217.294","15250.071"],["16251.951","15129.671"],["16263.248","15204.004"],["16341.291","15129.801"],["16326.227","15137.598"],["16299.760","15189.595"],["16332.326","15174.510"],["15108.745","14274.969"],["15217.776","14287.902"],["15206.595","14366.013"],["15235.316","14416.027"],["18264.438","16986.392"],["18269.834","16869.695"],["18253.659","16852.886"],["18653.193","8343.127"],["18656.245","8372.002"],["9974.822","14439.053"],["9867.960","14354.846"],["9968.145","14437.286"],["10040.580","14401.072"],["9945.288","14440.910"],["18341.375","17267.188"],["18298.346","17409.277"],["16061.965","14553.641"],["16099.902","14547.961"],["6187.259","9465.213"],["6104.169","9385.939"],["6238.963","9444.731"],["6207.571","9431.770"],["6061.048","9475.971"],["6196.202","9504.733"],["6062.156","9502.476"],["6054.959","9510.755"],["6142.640","9488.167"],["9382.712","18111.003"],["9396.491","18150.053"],["25624.521","5930.385"],["25637.465","5908.205"],["11850.261","11738.037"],["9542.365","19156.406"],["9608.030","19126.181"],["9507.809","19117.910"],["9450.172","19105.277"],["9498.911","19165.457"],["9614.036","19154.119"],["9575.402","19120.159"],["9521.658","19132.624"],["9558.802","19189.385"],["9522.896","19186.953"],["9609.628","19132.385"],["9504.141","19183.458"],["9584.312","19169.633"],["9607.144","19133.937"],["3447.217","7950.579"],["3382.905","7949.124"],["3398.202","8072.522"],["3504.043","8107.853"],["3421.443","7998.462"],["3334.174","8086.493"],["3346.844","7951.424"],["3473.297","8036.872"],["3485.576","7940.956"],["3463.877","8077.121"],["3501.527","8087.533"],["3364.581","8116.190"],["19935.349","15278.130"],["19903.586","15285.631"],["19901.462","15239.456"],["8651.261","13589.752"],["8581.552","13582.930"],["8592.718","13553.586"],["8580.080","13593.835"],["8627.659","13578.291"],["8609.660","13560.056"],["8675.413","13462.814"],["8688.008","13452.626"],["8722.879","13489.417"],["8770.765","13594.798"],["8688.930","13572.060"],["16900.635","16706.821"],["16871.679","16760.144"],["16984.080","16733.295"],["16944.514","16693.977"],["16808.742","16595.809"],["16839.424","16710.508"],["16841.479","16653.123"],["16866.630","16682.573"],["16947.259","16734.540"],["18502.088","16407.647"],["18565.492","16465.700"],["18575.259","16509.040"],["18603.567","16508.099"],["18600.372","16491.786"],["24547.881","16595.675"],["24547.311","16754.692"],["24493.950","16639.943"],["10769.235","17403.590"],["10815.385","17377.985"],["10759.621","17408.527"],["10810.555","17388.463"],["10782.529","17363.988"],["10808.598","17359.083"],["10681.824","17404.349"],["10753.618","17399.774"],["10784.881","17379.918"],["10796.827","17386.651"],["10811.063","17371.250"],["10735.098","17401.112"],["14602.820","15105.860"],["14593.353","15122.561"],["14498.674","15100.388"],["14583.659","15100.801"],["14612.009","15140.593"],["14575.179","15168.226"],["14496.807","15135.209"],["14651.257","15141.633"],["14594.478","15135.515"],["14486.528","15112.005"],["14657.250","15222.925"],["14581.096","15164.719"],["14619.260","15173.851"],["14488.751","15097.513"],["14628.005","15126.024"],["14549.127","15145.047"],["11868.784","15845.754"],["11839.339","15820.106"],["11827.765","15808.257"],["11823.606","15804.788"],["11747.189","15806.049"],["11768.569","15828.749"],["11851.733","15896.275"],["11877.098","15917.118"],["11796.748","15848.044"],["11773.955","15826.091"],["11735.708","15793.418"],["11763.763","15757.702"],["11779.895","15779.440"],["11800.170","15794.685"],["22444.641","15225.749"],["22430.512","15193.562"],["4861.094","17536.698"],["4959.480","17508.305"],["4939.516","17508.774"],["4906.093","17490.132"],["4871.089","17529.779"],["4859.024","17549.600"],["4983.429","17498.919"],["4958.904","17492.880"],["4931.917","17503.208"],["4907.985","17496.953"],["4860.596","17525.717"],["12316.165","12111.951"],["12276.116","12079.168"],["12335.343","12116.922"],["12256.346","12097.698"],["12324.475","12123.534"],["12349.306","12006.897"],["12313.270","12029.936"],["12321.843","12089.133"],["12337.271","12082.328"],["12355.906","12054.071"],["12319.541","12057.655"],["30818.828","14082.062"],["30879.550","14086.459"],["1698.381","13379.138"],["16648.323","17529.409"],["16596.863","17477.538"],["16685.744","17523.612"],["16665.806","17514.809"],["16598.047","17479.454"],["16671.550","17533.174"],["10725.883","13038.706"],["10739.325","13002.707"],["7808.951","16778.805"],["20145.905","14731.352"],["7822.821","13368.542"],["7862.555","13382.823"],["7882.832","13295.004"],["7875.115","13255.516"],["7907.276","13310.779"],["7834.839","13377.086"],["7745.259","13303.827"],["7768.827","13296.375"],["23498.749","16848.997"],["12321.729","10865.143"],["4978.279","8225.888"],["4965.104","8172.362"],["4949.399","8230.725"],["19342.250","15773.707"],["17048.754","15481.679"],["17058.587","15475.472"],["17067.303","15463.633"],["17073.850","15477.669"],["17108.938","15459.689"],["17047.356","15426.970"],["17002.341","15496.917"],["17077.221","15475.142"],["17071.699","15458.090"],["16122.225","13403.137"],["16108.342","13440.501"],["16110.252","13418.681"],["16011.149","13441.472"],["15346.173","17023.523"],["15359.069","17041.107"],["15480.701","17178.097"],["15499.364","17163.407"],["15494.070","17161.766"],["15462.221","17103.584"],["15320.505","17074.187"],["15375.764","17039.641"],["15314.589","17032.029"],["15472.889","17179.088"],["15505.434","17157.148"],["15471.307","17162.790"],["15436.088","17112.825"],["15361.810","17186.689"],["15314.619","17190.921"],["15372.426","17170.920"],["15389.419","17133.654"],["15427.848","17097.147"],["15426.716","17147.770"],["15474.976","17161.659"],["8981.296","14406.047"],["8975.174","14411.618"],["8982.279","14419.017"],["8956.649","14366.623"],["8945.038","14340.512"],["27482.265","7377.886"],["15988.036","15778.271"],["16112.915","15870.952"],["16121.649","15759.718"],["16060.492","15755.025"],["16065.327","15783.365"],["15980.285","15889.775"],["16107.840","15841.421"],["16063.810","15815.971"],["16126.475","15892.306"],["16101.313","15733.170"],["16123.780","15905.515"],["16103.671","15904.807"],["15973.757","15917.035"],["16086.959","15905.088"],["15986.072","15742.746"],["15945.941","15797.594"],["15993.821","15787.865"],["16049.436","15720.963"],["16019.156","15755.183"],["16090.118","15744.753"],["16093.794","15742.826"],["16103.226","15765.163"],["16135.336","15798.939"],["16111.079","15812.729"],["16135.515","15824.294"],["16036.897","15822.102"],["15958.793","15824.778"],["6891.141","12635.776"],["6986.297","12600.750"],["7027.191","12667.247"],["7043.095","12661.764"],["7075.160","12598.084"],["7078.918","12572.808"],["6975.573","12597.034"],["7029.871","12600.587"],["7087.579","12713.191"],["12824.082","7745.499"],["12940.109","7868.122"],["12948.571","7765.590"],["12974.218","7757.817"],["12844.725","7689.051"],["12803.490","7715.639"],["12964.254","7836.247"],["12931.087","7779.909"],["12976.537","7749.213"],["11772.190","12085.263"],["11883.786","12020.671"],["11817.355","12048.417"],["11815.233","12090.151"],["11899.911","12124.101"],["11905.493","12124.334"],["11740.365","12100.589"],["11848.605","12043.710"],["11826.385","12078.805"],["11754.921","12071.109"],["6677.239","14662.193"],["11874.206","15226.847"],["11842.479","15213.661"],["11788.689","15230.734"],["11786.353","15232.072"],["11882.508","15216.583"],["11854.289","15221.242"],["11902.307","15228.482"],["11831.756","15190.573"],["11781.316","15192.417"],["11886.155","15224.287"],["12306.052","16181.930"],["12276.871","16189.430"],["12087.401","13964.449"],["12105.625","13969.255"],["12065.482","13989.092"],["12107.007","13979.313"],["12054.725","14017.481"],["12048.525","13981.395"],["11972.637","13975.653"],["11956.183","13934.893"],["11984.499","13932.911"],["13202.911","17088.131"],["13249.043","17034.120"],["13380.165","16988.361"],["13367.377","17064.212"],["13330.335","17074.346"],["13243.628","17054.737"],["13223.548","17090.246"],["13332.588","17058.334"],["13315.924","17155.823"],["13299.421","17121.293"],["13334.614","17153.583"],["13394.984","17163.143"],["13361.074","17178.650"],["13368.160","17185.392"],["13344.936","17013.449"],["13204.589","17105.720"],["13263.913","17014.830"],["13335.450","17087.360"],["13297.327","17093.645"],["13236.180","17083.673"],["13296.436","17030.506"],["13302.240","17171.117"],["13383.574","17143.968"],["13248.222","17027.184"],["13391.909","17062.228"],["13326.699","17042.876"],["13321.486","17086.022"],["13248.813","17079.768"],["13374.163","17035.877"],["13241.769","17074.885"],["13218.400","17090.742"],["13357.822","17116.325"],["13261.566","17171.249"],["13392.357","17162.200"],["10904.434","11467.285"],["10995.971","11423.737"],["11010.402","11445.181"],["11042.606","11402.201"],["10967.239","11342.065"],["10956.972","11291.056"],["10953.098","11308.347"],["10901.012","11418.266"],["10991.530","11434.670"],["10999.561","11472.667"],["11040.468","11447.031"],["11026.323","11410.178"],["10953.157","11341.998"],["10945.129","11284.302"],["10950.993","11307.306"],["6006.144","17766.488"],["6011.041","17692.986"],["5999.649","17702.318"],["6020.584","17760.114"],["6019.725","17702.449"],["5978.320","17731.133"],["21840.750","16114.305"],["21941.133","16107.388"],["21949.565","16021.624"],["21905.806","15959.318"],["21861.148","15950.623"],["21921.889","15967.374"],["22005.385","16025.894"],["21948.660","15938.674"],["21892.217","16112.300"],["21973.757","16136.761"],["22017.670","16097.859"],["22025.395","16110.843"],["22039.123","16119.596"],["22033.319","16083.867"],["22004.211","15963.643"],["21968.531","15946.425"],["4836.126","16507.483"],["4828.896","16494.683"],["4814.170","16508.179"],["4844.169","16491.661"],["4816.199","16500.397"],["11474.367","16378.618"],["11490.510","16382.446"],["16430.136","6851.168"],["7729.878","19406.974"],["7751.539","19358.105"],["6446.914","17144.739"],["6452.391","17131.675"],["6433.608","17116.465"],["6453.821","17110.816"],["6453.944","17167.512"],["6459.322","17134.452"],["6441.082","17177.702"],["6426.507","17159.212"],["9643.688","13161.431"],["9675.809","13162.636"],["9629.664","13109.381"],["9622.059","13154.626"],["9630.256","13107.151"],["9622.799","13162.950"],["9640.395","12975.182"],["9628.605","13167.376"],["9733.506","19205.461"],["9718.542","19214.752"],["9640.239","19227.008"],["9725.660","19153.317"],["9681.993","19230.696"],["9717.259","19236.453"],["9721.138","19201.679"],["9732.786","19273.613"],["9628.020","19246.498"],["9732.704","19221.870"],["22395.046","8042.990"],["22422.760","8057.705"],["22460.638","8081.024"],["20540.929","6283.222"],["20364.285","6207.169"],["20512.623","6260.166"],["20525.387","6255.971"],["20362.771","6206.178"],["20394.250","6222.530"],["20536.421","6208.525"],["20357.352","6403.344"],["20397.434","6316.639"],["20441.530","6408.992"],["20426.151","6359.512"],["20530.510","6234.376"],["14524.539","14547.579"],["14517.011","14557.790"],["12568.758","18311.883"],["12661.083","18354.822"],["12769.534","18337.688"],["12718.712","18288.883"],["12694.157","18278.892"],["12748.889","18397.431"],["12667.354","18378.166"],["12689.005","18324.581"],["12568.396","18290.067"],["12676.796","18408.163"],["12586.793","18450.295"],["12771.212","18310.834"],["12695.867","18295.803"],["12736.504","18342.997"],["12660.446","18387.448"],["12679.137","18341.575"],["12577.771","18261.380"],["12587.870","18313.849"],["12716.944","18456.322"],["12673.041","18393.980"],["12775.850","18343.039"],["12691.262","18279.701"],["12703.663","18311.971"],["12695.028","18297.702"],["12750.303","18359.050"],["12700.007","18401.857"],["12768.271","18448.243"],["12609.887","18409.595"],["12627.650","18412.947"],["12776.653","18279.739"],["12639.466","18306.496"],["12659.236","18318.817"],["12611.357","18287.887"],["12770.755","18419.210"],["12675.743","18452.722"],["12669.685","18369.554"],["12678.172","18378.290"],["12683.618","18260.164"],["12590.592","18449.816"],["12604.573","18435.530"],["12743.054","18269.560"],["12692.610","18274.465"],["12633.805","18332.922"],["12703.938","18398.257"],["12697.672","18366.878"],["12645.117","18421.353"],["12619.163","18434.235"],["12680.983","18276.728"],["12646.604","18300.055"],["12683.726","18301.410"],["15583.736","14431.469"],["15541.066","14378.344"],["15639.283","14345.056"],["15623.665","14416.336"],["2680.916","11124.883"],["2764.673","11239.323"],["2727.088","11154.362"],["2741.698","11128.529"],["2778.795","11197.178"],["12327.579","16333.098"],["12160.489","16327.858"],["12335.620","16328.491"],["12300.048","16175.166"],["12237.445","16164.900"],["12269.353","16153.704"],["6375.321","7471.658"],["6346.961","7456.429"],["6420.684","7429.638"],["6315.777","7454.661"],["6378.675","7420.747"],["6391.079","7416.964"],["6394.799","7411.502"],["6278.361","7465.037"],["6396.279","7420.338"],["7282.528","12835.783"],["7279.288","12805.263"],["7292.050","12804.854"],["7288.218","12800.411"],["7244.176","12767.414"],["7225.426","12765.647"],["7161.750","12837.144"],["7153.838","12838.531"],["7099.147","12806.407"],["7093.719","12783.831"],["7147.698","12898.298"],["7144.836","12897.092"],["7141.120","12911.737"],["7138.390","12908.451"],["7122.103","12950.683"],["7104.516","12924.500"],["7288.694","12811.741"],["7225.672","12786.820"],["7151.388","12837.358"],["7154.392","12874.863"],["7165.034","12932.712"],["7120.613","12967.602"],["7298.314","12887.614"],["7285.587","12834.610"],["7283.678","12818.033"],["7258.287","12767.051"],["7171.602","12826.227"],["7096.745","12796.531"],["7162.337","12928.583"],["7129.718","12949.841"],["7288.540","12896.627"],["7145.879","12760.266"],["7166.596","12962.759"],["18783.863","14470.148"],["18736.729","14581.859"],["18853.176","14450.417"],["18751.960","14557.518"],["18702.551","14544.600"],["18801.049","14488.702"],["18859.474","14494.062"],["18792.320","14468.675"],["18703.916","14649.197"],["18691.165","14661.111"],["18713.116","14654.085"],["18711.500","14624.308"],["18720.301","14610.199"],["18770.298","14633.221"],["21659.946","7473.795"],["21628.356","7426.025"],["15153.666","8454.777"],["15248.289","8431.974"],["15287.861","8465.373"],["15205.787","8469.574"],["15248.108","8437.441"],["15234.045","8502.367"],["15256.245","8509.631"],["15169.708","8484.585"],["15169.436","8412.152"],["15216.265","8402.015"],["15214.912","8403.752"],["15272.582","8442.267"],["15245.702","8484.709"],["15184.362","8460.505"],["15148.679","8425.777"],["15196.710","8406.672"],["15230.587","8404.230"],["15281.661","8425.554"],["9661.033","19114.203"],["9682.996","19136.306"],["9670.026","19138.698"],["9627.589","19150.899"],["9706.654","19164.693"],["9686.844","19118.734"],["9691.473","19133.512"],["9625.096","19119.785"],["9716.631","19145.803"],["9673.299","19187.550"],["9707.643","19114.187"],["15653.516","12731.707"],["15625.769","12694.911"],["15693.152","12659.125"],["15553.799","12613.808"],["15592.581","12622.065"],["15646.807","12736.911"],["15640.130","12746.837"],["7781.523","9001.215"],["7751.287","8981.670"],["7850.799","8969.622"],["7759.417","9032.912"],["7861.028","8979.175"],["18932.671","17419.498"],["19051.409","17471.414"],["28246.482","11310.127"],["28295.164","11311.469"],["14685.687","16448.524"],["14722.812","16410.525"],["12936.618","14071.553"],["12897.431","14070.788"],["12957.521","14135.455"],["12963.259","14166.092"],["12986.166","14174.966"],["12973.718","14180.440"],["12987.252","14119.209"],["12911.395","14070.871"],["12968.012","14140.609"],["12844.344","14032.893"],["12976.449","14183.792"],["12894.985","14039.130"],["12974.464","14124.831"],["12950.267","14135.670"],["12967.387","14143.500"],["12974.886","14194.461"],["16149.029","7762.474"],["16231.358","7828.598"],["16159.083","7754.660"],["16242.335","7740.512"],["16238.090","7693.570"],["16302.448","7726.816"],["15510.013","16265.318"],["26908.912","16989.202"],["26926.810","16990.330"],["27049.468","17081.237"],["27092.862","17095.414"],["27078.296","17127.049"],["27057.548","17179.136"],["26894.133","17068.178"],["26901.468","17045.780"],["21777.232","15591.323"],["21794.776","15623.935"],["21757.044","15717.821"],["21823.634","15654.928"],["21788.482","15714.686"],["19696.700","15971.806"],["14132.104","8960.815"],["14122.380","9139.401"],["14130.049","8972.706"],["14118.317","9105.892"],["14112.680","9078.196"],["14166.421","9082.749"],["14217.852","9148.221"],["14249.672","8975.893"],["14150.171","9076.357"],["14191.882","9119.286"],["7462.001","8140.735"],["7428.203","8127.078"],["15079.010","13918.440"],["15029.184","13929.913"],["15000.964","13970.643"],["12698.736","15580.340"],["12669.615","15521.802"],["12633.386","15547.683"],["12592.553","15560.199"],["12737.400","15674.781"],["19183.373","16510.554"],["19133.567","16536.972"],["19253.218","16554.293"],["19779.527","14190.978"],["19780.675","14139.683"],["19823.589","14178.548"],["4443.765","9127.746"],["4429.814","9099.360"],["4540.505","9063.976"],["4558.301","9156.489"],["4524.833","9019.590"],["4425.651","9067.410"],["4385.085","9146.737"],["4438.835","9160.712"],["4468.788","9088.615"],["4420.026","9081.134"],["4386.566","9138.809"],["5463.786","7259.495"],["5473.061","7251.684"],["14881.779","17189.639"],["14880.539","17155.143"],["14870.118","17179.862"],["14722.429","17149.827"],["14749.795","17024.894"],["14778.546","17162.077"],["14685.691","17019.889"],["14731.258","17104.990"],["14791.987","17128.212"],["14690.060","17084.172"],["14849.664","17042.200"],["14783.222","17149.296"],["14833.420","17153.575"],["14840.294","17007.363"],["14700.718","17196.597"],["14789.247","16989.928"],["27293.567","7680.176"],["20689.733","7399.684"],["20584.045","7460.107"],["20711.696","7414.352"],["20616.315","7293.020"],["20609.290","7371.051"],["20594.734","7370.473"],["26214.202","16173.402"],["26117.934","16163.982"],["26181.365","16149.290"],["26151.684","16182.086"],["32530.547","12432.476"],["32435.039","12452.628"],["32470.201","12405.457"],["32384.315","12536.335"],["32457.936","12487.926"],["32402.924","12522.688"],["32464.178","12496.033"],["32445.674","12385.129"],["32374.772","12495.131"],["11813.262","17437.791"],["11772.237","17479.304"],["11837.195","17425.344"],["11779.472","17464.416"],["11787.631","17412.899"],["11742.925","17439.905"],["11808.015","17440.120"],["11800.454","17442.689"],["11795.522","17453.745"],["11816.702","17421.893"],["11791.265","17469.635"],["11807.960","17419.554"],["11743.195","17428.568"],["11814.429","17417.230"],["11811.967","17437.800"],["11799.568","17458.749"],["11830.304","17430.002"],["11794.226","17466.381"],["11790.082","17426.805"],["11789.939","17415.721"],["11814.244","17409.814"],["7632.914","13171.902"],["6638.920","8091.468"],["6661.332","8075.431"],["6643.191","8093.978"],["6639.782","8072.720"],["6672.969","17826.861"],["6790.606","17830.077"],["6728.421","17831.738"],["6773.896","17826.394"],["6716.332","17818.410"],["10933.019","15523.518"],["10932.772","15529.266"],["10952.229","15523.072"],["11007.505","15697.112"],["10983.672","15694.735"],["11033.158","15638.754"],["11043.859","15704.622"],["10901.381","15580.622"],["10945.759","15563.297"],["11002.718","15630.252"],["10969.301","15647.043"],["10888.580","15704.222"],["10924.574","15711.023"],["10983.603","15704.658"],["8683.576","13263.779"],["8661.791","13327.890"],["8676.521","13371.072"],["8758.967","13363.472"],["8716.660","13225.453"],["23742.292","17985.885"],["23728.667","17984.311"],["23738.846","17941.177"],["23795.868","17946.302"],["23821.241","17968.742"],["23830.813","17991.251"],["23809.752","18007.483"],["23839.314","18005.081"],["23924.624","17853.410"],["23913.706","17853.819"],["23926.494","17854.943"],["23913.368","17884.171"],["23932.029","17908.329"],["7968.938","9117.474"],["27038.549","16656.209"],["26931.693","16727.626"],["26998.705","16767.347"],["26935.931","16594.268"],["11635.275","17138.990"],["11690.511","17160.298"],["11714.608","17196.238"],["11685.125","17076.198"],["11625.719","17148.305"],["11661.186","17124.925"],["11705.207","17060.327"],["11704.723","17089.672"],["11709.376","17118.085"],["11688.391","17147.548"],["11596.409","17167.301"],["11694.417","17075.967"],["11658.373","17158.350"],["11712.518","17042.412"],["11647.920","17087.587"],["11660.562","17080.291"],["11648.796","17076.969"],["11652.946","17067.194"],["11611.589","17081.919"],["11613.801","17084.451"],["11618.653","17074.125"],["11639.236","17019.175"],["11658.412","17028.292"],["11605.574","17023.143"],["11581.461","17026.420"],["11584.219","17030.113"],["11560.696","17025.286"],["11521.503","17183.979"],["4632.273","10571.538"],["4571.990","10433.604"],["4616.961","10574.510"],["4599.233","10457.492"],["4590.801","10536.905"],["4655.765","10553.196"],["4669.358","10624.208"],["4718.710","10562.317"],["4703.948","10525.949"],["4703.644","10575.773"],["4643.717","10533.559"],["4682.889","10514.610"],["4596.969","10539.366"],["4716.389","10612.198"],["4682.956","10581.438"],["4660.015","10496.135"],["4655.781","10548.390"],["4666.028","10568.887"],["4673.687","10528.740"],["20541.056","8693.139"],["27812.066","17695.091"],["27822.915","17747.741"],["27862.206","17704.362"],["27846.877","17735.020"],["27841.859","17634.613"],["27828.950","17705.634"],["27879.901","17693.333"],["27883.485","17675.021"],["27827.200","17633.530"],["17169.999","16692.968"],["17144.462","16666.159"],["16335.035","17543.045"],["16247.870","17474.503"],["16317.173","17558.156"],["16231.317","17439.179"],["16248.259","17433.838"],["16187.503","17455.991"],["16224.590","17455.333"],["16316.808","17532.866"],["16207.758","17435.872"],["16173.161","17459.624"],["6176.651","11576.740"],["6207.153","11555.098"],["6180.189","11517.181"],["6246.605","11610.274"],["6222.592","11593.978"],["6238.004","11545.619"],["6210.373","11604.194"],["6209.547","11559.377"],["6240.125","11596.108"],["6182.508","11545.273"],["6222.760","11555.553"],["6249.205","11528.992"],["6227.968","11522.753"],["6224.105","11574.655"],["6187.572","11562.372"],["6195.274","11583.533"],["6190.804","11555.726"],["6182.360","11551.582"],["6246.081","11536.878"],["6229.969","11653.032"],["6251.211","11698.329"],["6246.194","11668.519"],["5375.438","7864.275"],["5362.162","7820.712"],["5251.801","7767.920"],["5292.938","7876.983"],["5211.868","7865.454"],["5397.245","7845.699"],["5329.221","7844.514"],["5218.273","7840.616"],["5245.857","7786.887"],["5331.393","7810.969"],["5258.123","7824.354"],["5396.724","7810.173"],["5209.474","7728.605"],["5324.095","7867.315"],["19291.478","17605.589"],["7131.635","17878.753"],["9828.230","13292.129"],["9782.992","13184.858"],["9819.308","13188.706"],["9744.299","13301.933"],["14853.738","12120.547"],["14703.660","12041.282"],["14722.147","11971.489"],["14819.818","11962.244"],["14707.920","11985.742"],["14697.679","12109.418"],["14716.445","12039.819"],["14713.726","11975.420"],["14818.091","11961.500"],["14688.050","12041.171"],["14703.331","11967.773"],["14821.084","11949.576"],["14720.666","11959.152"],["14813.239","11976.529"],["19471.345","17389.816"],["19452.238","17204.973"],["19336.211","17242.994"],["19456.876","17272.009"],["19449.322","17395.629"],["19505.586","17390.364"],["28224.126","15890.974"],["28249.961","15883.440"],["28162.908","15902.838"],["28337.379","15807.645"],["28299.886","15917.199"],["28303.891","15865.164"],["28329.017","15825.379"],["18117.832","13781.207"],["22648.493","6905.713"],["22616.864","6854.594"],["22584.266","6901.502"],["22479.322","6929.676"],["22562.992","6993.295"],["22527.130","6924.923"],["22533.351","6924.787"],["26043.130","16105.254"],["7550.312","9008.506"],["22432.115","15964.094"],["22396.646","16066.943"],["22416.428","16108.750"],["22392.300","15942.657"],["22420.281","15935.342"],["22319.168","15969.052"],["22337.019","15973.325"],["17007.409","17197.322"],["16988.420","17086.482"],["17031.001","17103.578"],["17038.667","17118.984"],["16993.382","17063.012"],["13057.986","12549.697"],["13117.936","12547.988"],["13058.755","12648.234"],["13127.610","12654.253"],["13059.516","12550.704"],["13197.512","12561.937"],["13112.657","12549.227"],["13022.192","12598.375"],["8921.801","11658.400"],["8887.755","11691.232"],["8910.320","11679.490"],["8916.850","11675.344"],["7721.533","12022.543"],["7695.964","11981.429"],["7719.856","11993.360"],["7695.306","11990.446"],["7687.296","11950.165"],["7720.283","11978.463"],["7698.415","11976.920"],["7686.488","12055.179"],["7705.843","12092.388"],["7658.555","12044.652"],["7620.102","12054.592"],["7616.586","12117.282"],["7520.363","12115.269"],["7536.405","12097.728"],["7663.229","12046.129"],["5056.494","8421.379"],["5157.277","8464.057"],["5073.249","8391.988"],["5027.600","8354.317"],["5194.255","8457.622"],["5059.989","8423.755"],["5157.735","8390.096"],["5178.167","8509.762"],["5158.433","8409.714"],["5013.303","8438.885"],["5180.899","8494.633"],["5115.929","8383.008"],["5082.969","8383.962"],["5071.186","8444.160"],["5061.040","8335.496"],["5169.317","8499.747"],["5185.219","8422.770"],["5026.628","8398.734"],["5006.684","8472.056"],["5098.868","8419.419"],["5110.855","8381.518"],["5040.850","8335.382"],["5041.891","8387.074"],["5041.771","8505.538"],["5024.491","8464.607"],["5069.287","8458.132"],["5158.539","8447.991"],["5100.510","8412.649"],["18503.661","15139.582"],["18629.179","15170.447"],["18600.454","15288.128"],["25363.759","17750.383"],["25378.802","17791.186"],["25203.653","17638.374"],["19001.861","17778.527"],["18900.551","17766.815"],["19069.874","17824.696"],["7334.238","8079.700"],["7345.270","8032.176"],["7310.719","8041.896"],["7337.819","8058.072"],["7426.894","8103.489"],["7307.974","8016.494"],["8440.057","13664.203"],["8365.737","13814.267"],["8423.589","13611.726"],["8416.081","13608.976"],["8450.024","13674.393"],["8127.229","15480.772"],["8077.906","15304.295"],["8124.433","15358.088"],["8115.814","15366.412"],["8144.016","15484.828"],["20793.710","6778.582"],["21750.134","7183.842"],["21817.231","7053.008"],["21812.447","7086.351"],["21718.818","7188.318"],["21794.618","7110.760"],["21798.423","7224.420"],["10479.774","12602.192"],["10469.922","12604.851"],["10492.654","12621.379"],["10472.701","12602.792"],["10481.829","12608.870"],["10486.339","12585.344"],["10489.860","12621.092"],["10486.289","12620.454"],["10481.734","12587.293"],["10492.295","12624.692"],["10476.256","12629.257"],["10493.112","12600.876"],["10483.660","12619.077"],["10554.437","12646.472"],["10550.755","12654.193"],["10571.288","12668.836"],["10478.025","12653.790"],["10490.138","12631.522"],["10528.904","12709.894"],["10513.594","12608.928"],["10545.436","12649.433"],["10488.394","12632.881"],["10507.307","12699.412"],["10517.462","12614.499"],["9453.400","18833.773"],["9575.477","18764.340"],["9462.956","18821.436"],["9576.300","18760.707"],["9456.837","18837.819"],["9521.135","18798.263"],["9478.680","18850.800"],["9536.908","18768.387"],["5287.074","14460.123"],["5354.104","14527.847"],["5357.777","14469.827"],["5228.845","14559.122"],["5232.187","14639.714"],["5339.301","14527.930"],["5373.253","14475.888"],["5243.088","14571.212"],["5216.694","14609.970"],["5210.032","14573.706"],["5371.637","14514.899"],["5345.573","14467.878"],["5266.262","14555.208"],["5218.322","14622.522"],["5235.887","14457.539"],["5218.305","14454.137"],["5398.392","14537.276"],["5304.114","14455.432"],["13662.450","15986.472"],["13691.134","16139.826"],["13802.499","16119.811"],["13713.257","16026.321"],["13702.147","15946.743"],["13769.265","16020.299"],["13801.223","16026.456"],["13802.798","16055.154"],["13659.781","16070.603"],["13828.561","15958.617"],["13682.335","16000.757"],["13810.312","16115.748"],["13717.057","16014.446"],["13703.825","15948.725"],["13762.206","16024.411"],["13813.249","15960.020"],["13810.775","16038.160"],["13709.297","16072.397"],["13660.075","16022.365"],["13687.219","16135.483"],["13808.338","16106.599"],["13710.264","16031.919"],["13722.101","16122.779"],["13699.885","15937.825"],["13714.055","15942.664"],["13798.396","16047.891"],["13775.830","16019.746"],["11899.317","16060.948"],["11912.612","16009.044"],["11917.619","15966.095"],["11915.161","15957.643"],["11901.310","15944.928"],["11917.223","15983.394"],["11910.700","16024.557"],["12421.892","11115.630"],["12478.882","11068.161"],["12402.007","11112.095"],["12539.013","11106.888"],["12526.423","11109.233"],["26257.002","7692.555"],["8568.999","14190.776"],["8625.925","14219.109"],["13262.493","18111.150"],["13339.256","18172.622"],["13269.905","18182.797"],["13286.983","18131.001"],["13372.338","18238.919"],["13386.721","18130.031"],["13275.728","18141.112"],["13270.141","18110.258"],["13347.042","18238.060"],["13333.944","18175.660"],["13348.154","18177.427"],["13367.906","18144.169"],["13265.333","18169.898"],["13242.504","18163.177"],["13381.631","18192.940"],["13344.306","18165.371"],["13315.325","18178.782"],["13287.603","18198.569"],["13265.004","18191.203"],["7340.045","12826.416"],["7304.205","12802.686"],["7364.366","12806.341"],["7310.991","12788.817"],["15690.278","11521.522"],["15705.081","11503.652"],["22716.836","16674.268"],["22867.390","16640.880"],["22763.898","16587.655"],["16093.221","15112.792"],["16116.899","15140.462"],["16088.324","15150.798"],["8560.772","17931.064"],["8551.386","17897.611"],["8518.801","17899.390"],["8474.110","17875.486"],["8549.407","17947.134"],["8519.415","17973.762"],["8544.132","17921.971"],["8527.784","17894.473"],["8514.558","17877.838"],["8495.051","17893.016"],["8472.531","17888.633"],["8463.156","17868.467"],["8557.186","17926.374"],["8524.489","17943.433"],["8545.053","17885.654"],["8520.596","17919.708"],["8510.298","17873.808"],["8518.522","17892.140"],["8461.248","17887.988"],["8483.287","17874.710"],["9718.624","17737.641"],["9719.272","17676.649"],["9648.708","17731.584"],["9752.657","17829.419"],["9809.069","17729.361"],["9769.925","17803.951"],["15668.963","14652.293"],["15518.721","14651.395"],["15576.062","14456.567"],["15609.777","14505.559"],["15715.720","14516.960"],["15537.432","14514.744"],["15543.114","14586.250"],["15551.085","14598.504"],["15581.914","14603.860"],["15628.613","14619.197"],["15666.916","14610.110"],["15614.225","14546.510"],["15697.825","14494.559"],["15712.429","14548.534"],["15712.423","14537.242"],["8534.361","17418.048"],["8492.960","17452.226"],["16401.565","18127.331"],["16409.410","18120.213"],["16477.338","18250.915"],["16542.420","18144.144"],["16449.312","18171.807"],["14589.046","18549.800"],["14493.289","18483.607"],["14574.638","18489.998"],["14564.556","18492.624"],["14597.295","18653.399"],["14620.403","18560.633"],["14567.788","18572.738"],["14616.275","18605.703"],["14526.966","18561.558"],["14580.486","18617.396"],["14601.563","18512.887"],["14626.464","18510.211"],["14612.500","18551.797"],["14621.332","18477.759"],["14626.929","18656.217"],["14499.194","18511.732"],["14516.398","18499.709"],["14527.451","18510.526"],["14510.493","18466.926"],["14542.887","18593.019"],["14624.318","18613.828"],["14543.364","18568.808"],["14577.048","18553.680"],["14603.364","18606.017"],["14544.482","18625.802"],["14622.138","18503.787"],["14631.250","18477.032"],["14639.457","18532.457"],["14667.352","18482.201"],["14611.053","18524.546"],["14666.863","18663.682"],["14624.675","18638.661"],["14576.678","18524.564"],["14561.530","18468.957"],["14492.368","18539.544"],["14567.303","18549.816"],["14614.976","18649.815"],["14595.913","18616.636"],["14598.298","18609.749"],["14620.305","18634.060"],["14631.390","18644.514"],["14644.868","18543.968"],["14628.322","18532.474"],["14662.780","18466.578"],["14623.228","18646.423"],["4839.594","11164.934"],["24207.082","16379.290"],["24306.669","16416.705"],["24212.647","16417.749"],["24310.107","16459.631"],["24339.597","16555.203"],["12565.599","16555.840"],["12562.104","16540.249"],["12548.830","16466.258"],["14094.411","13639.942"],["14087.334","13779.647"],["14113.492","13704.008"],["14144.001","13815.457"],["14099.806","13658.356"],["14081.761","13814.642"],["14150.823","13806.864"],["14044.909","13677.130"],["14152.642","13732.257"],["14112.284","13620.418"],["14052.501","13734.660"],["14067.292","13801.453"],["12738.037","16487.719"],["12737.428","16486.431"],["26782.586","7014.664"],["26832.619","7050.584"],["26864.264","7010.138"],["14920.015","15999.305"],["14888.686","16137.408"],["15012.688","15935.437"],["14922.778","15983.946"],["15035.036","16002.940"],["14934.293","16121.141"],["15013.568","16020.056"],["15051.502","15984.113"],["14948.246","16078.068"],["15091.469","16093.361"],["14959.378","15984.069"],["14977.056","16066.888"],["15052.462","16113.375"],["14984.128","15997.818"],["14913.182","15975.800"],["14946.009","16067.449"],["14943.835","15938.867"],["14909.755","16085.359"],["15087.166","16054.135"],["14893.875","16127.381"],["22925.796","7207.407"],["10723.380","18936.743"],["10796.943","18931.352"],["10787.619","18893.599"],["10727.897","18977.930"],["10701.607","18910.890"],["10798.127","18912.971"],["10739.941","19050.186"],["10733.900","19027.823"],["10759.196","18922.665"],["10780.232","19028.929"],["10692.614","18991.994"],["10696.953","18899.445"],["10768.209","18904.829"],["10821.911","18898.685"],["10796.302","19019.487"],["10776.926","18998.012"],["15351.929","12709.867"],["15339.479","12706.069"],["15403.730","12659.765"],["15346.921","12708.454"],["15512.827","12640.767"],["15021.653","13401.358"],["14918.069","13437.044"],["15061.760","13452.087"],["14977.660","13425.203"],["15033.225","13554.667"],["15085.691","13503.999"],["14988.251","13501.222"],["14899.119","13512.260"],["22398.679","15808.119"],["22366.586","15826.220"],["22285.545","15834.038"],["22383.115","15858.993"],["22384.767","15811.466"],["22367.087","15782.449"],["22408.574","15743.054"],["22408.820","15761.841"],["22386.352","15830.636"],["26109.343","6928.535"],["26157.511","6873.893"],["26135.891","6956.737"],["26078.899","6965.017"],["26051.757","6972.973"],["26198.776","6884.195"],["26174.682","6877.081"],["26191.852","7030.476"],["26162.437","6913.549"],["26072.912","6973.357"],["26192.657","6892.503"],["26166.821","6864.529"],["26189.237","7010.014"],["26182.635","6946.646"],["26247.833","7611.431"],["26235.391","7681.886"],["13719.196","13309.834"],["13753.449","13278.076"],["13744.167","13346.459"],["14061.499","16107.516"],["14058.688","16042.347"],["14090.778","16042.641"],["14121.295","16070.579"],["14124.500","16045.625"],["14145.086","16052.391"],["14099.801","16049.333"],["14125.920","16079.476"],["14106.948","16067.468"],["14077.186","16085.679"],["14092.223","16121.758"],["14051.744","16119.469"],["14060.392","16136.448"],["14158.490","16132.789"],["14157.017","16105.702"],["14137.686","16136.757"],["14131.271","16080.384"],["14142.354","16093.698"],["14135.980","16128.305"],["14122.731","16098.874"],["14188.190","16087.897"],["14160.151","16081.074"],["14210.633","16089.340"],["14201.893","16107.784"],["14189.180","16032.568"],["14185.936","16019.932"],["14196.662","16025.046"],["14179.479","15997.995"],["14166.729","16045.255"],["14183.340","15962.444"],["14148.997","16023.278"],["14165.552","16003.420"],["14171.385","15971.029"],["14160.301","15998.337"],["14131.440","16024.258"],["14208.796","15974.686"],["14218.478","15967.609"],["14241.191","16093.984"],["14062.469","16113.264"],["14055.583","16089.509"],["14066.771","16057.457"],["14060.135","16048.012"],["14084.446","16033.178"],["14114.796","16057.929"],["14142.306","16046.016"],["14112.844","16034.948"],["14127.187","16076.173"],["14103.198","16061.440"],["14074.373","16069.114"],["14086.845","16121.857"],["14048.270","16122.905"],["14164.846","16117.180"],["14116.667","16125.196"],["14137.669","16082.614"],["14136.137","16093.104"],["14151.950","16132.979"],["14129.408","16089.477"],["14158.430","16078.695"],["14193.946","16090.655"],["14216.916","16087.705"],["14191.695","16106.331"],["14191.088","16028.572"],["14204.178","16020.141"],["14188.706","16009.259"],["14145.807","16041.621"],["14182.944","15944.042"],["14182.452","15968.192"],["14149.977","16015.641"],["14155.645","15982.209"],["14159.298","15986.562"],["14133.085","16020.608"],["14053.574","16003.678"],["14055.192","16031.091"],["14225.388","15989.584"],["14227.027","15938.007"],["14220.797","15989.501"],["14210.012","15987.737"],["14210.781","15949.839"],["14072.404","16110.027"],["14055.583","16086.223"],["14042.647","16084.789"],["14064.527","16045.270"],["14141.879","16058.997"],["14109.538","16042.710"],["14110.517","16056.568"],["14077.235","16093.722"],["14105.282","16120.454"],["14066.889","16133.772"],["14162.050","16109.417"],["14125.778","16125.114"],["14129.906","16081.870"],["14140.495","16102.088"],["14132.789","16132.269"],["14126.398","16098.395"],["14166.226","16102.824"],["14210.880","16086.532"],["14194.787","16126.050"],["14210.675","16020.438"],["14169.792","15992.925"],["14162.798","16038.830"],["14182.286","15935.785"],["14172.979","15973.361"],["14172.944","16028.018"],["14153.776","16010.935"],["14155.365","15977.569"],["14159.462","15984.861"],["14112.016","16035.208"],["14055.685","16018.820"],["14239.511","15958.833"],["14227.936","15986.858"],["14211.294","15981.825"],["14215.106","15947.378"],["14236.997","16097.073"],["9323.040","14361.843"],["9353.412","14301.410"],["9281.049","14244.683"],["9324.841","14387.154"],["9362.342","14365.714"],["9268.420","14361.583"],["9265.318","14361.032"],["9400.137","14305.845"],["9380.371","14438.392"],["20206.953","5936.315"],["20217.676","5952.417"],["20332.818","5828.250"],["20267.012","5787.210"],["20263.673","5827.342"],["20185.690","5873.287"],["20244.671","5994.164"],["20321.944","5871.737"],["20321.747","5836.989"],["20288.079","5872.315"],["7099.529","14388.150"],["7172.746","14259.854"],["18382.981","12442.455"],["10997.387","17397.266"],["11088.280","17328.276"],["11079.608","17326.887"],["11013.703","17408.546"],["11087.704","17322.215"],["11032.443","17290.829"],["11050.561","17362.928"],["11066.372","17342.045"],["11089.194","17306.438"],["10962.593","17247.301"],["11018.588","17404.930"],["10886.494","17287.259"],["10987.456","17221.072"],["10897.746","17274.722"],["11051.811","17405.996"],["10895.665","17349.859"],["10933.860","17345.501"],["10895.388","17312.099"],["10914.220","17356.448"],["11058.953","17365.456"],["10927.983","17406.079"],["10957.751","17387.769"],["10936.585","17397.211"],["10968.335","17319.152"],["10946.079","17311.515"],["10928.433","17286.847"],["10982.783","17309.066"],["11003.112","17350.267"],["10986.320","17364.031"],["21794.717","16039.007"],["21782.707","16028.951"],["21728.743","16060.468"],["21735.379","16085.589"],["3172.653","11838.690"],["3165.543","11828.176"],["3286.187","11868.158"],["3156.228","11786.405"],["3262.089","11886.828"],["3153.457","11809.907"],["3233.038","11854.891"],["3263.481","11870.568"],["3223.997","11771.892"],["3193.147","11738.420"],["3245.548","11729.612"],["3219.792","11738.616"],["3164.627","11721.623"],["3193.421","11771.148"],["3230.971","11881.011"],["3292.959","11746.471"],["3280.408","11817.569"],["3233.681","11787.029"],["3201.313","11761.220"],["3265.496","11864.277"],["3167.552","11793.310"],["3191.814","11839.681"],["3296.371","11854.332"],["3148.515","11789.328"],["3264.968","11884.615"],["3181.075","11744.647"],["3196.283","11850.339"],["3235.900","11844.487"],["3226.876","11884.793"],["3167.994","11825.566"],["3237.670","11747.994"],["3249.501","11871.410"],["3233.690","11739.392"],["3199.095","11773.988"],["3161.036","11741.459"],["3293.808","11787.118"],["3289.538","11817.832"],["3228.944","11779.712"],["3210.359","11768.668"],["3224.852","11746.921"],["26656.118","16194.162"],["26644.416","16247.450"],["26648.291","16272.063"],["26526.884","16241.975"],["26554.673","16239.293"],["26530.802","16249.533"],["27234.095","17412.493"],["16072.218","12895.835"],["15978.873","12882.145"],["15978.792","12775.321"],["15979.027","12930.850"],["15653.304","16960.245"],["15518.007","16844.566"],["15649.965","16965.381"],["15607.214","16957.598"],["15579.935","16961.587"],["15557.130","16839.470"],["15710.750","16949.049"],["15565.913","16982.570"],["15567.995","16887.963"],["15645.479","16970.314"],["30443.764","14977.111"],["30424.560","14999.262"],["30443.329","15042.003"],["30406.108","15048.353"],["14839.101","8778.691"],["14773.787","8758.611"],["14873.021","8838.071"],["14765.359","8847.317"],["14727.387","8896.576"],["14815.097","8913.140"],["14853.541","8769.954"],["14780.383","8742.773"],["14875.274","8806.378"],["14732.579","8852.222"],["14728.917","8918.063"],["14794.341","8907.806"],["14828.719","8768.139"],["14716.450","8863.942"],["14805.165","8902.732"],["14814.510","8858.199"],["14770.406","8828.751"],["14729.328","8872.698"],["14806.265","8929.750"],["14839.147","8767.215"],["14715.085","8836.213"],["14794.146","8931.766"],["14775.581","8941.349"],["14852.621","8913.831"],["14828.260","8861.436"],["14750.685","8816.150"],["14717.420","8897.801"],["14807.761","8935.679"],["27475.884","17605.563"],["27427.691","17589.354"],["27386.164","17597.573"],["27449.417","17438.624"],["27497.656","17546.981"],["27444.691","17516.611"],["27355.306","17489.661"],["27332.013","17560.730"],["27315.462","17491.179"],["27372.235","17465.171"],["27348.966","17524.711"],["13664.013","17435.133"],["13829.209","17474.042"],["13743.271","17531.597"],["13748.748","17475.082"],["13785.574","17487.931"],["13806.051","17488.096"],["13797.350","17454.289"],["13740.418","17546.686"],["13727.655","17579.981"],["13811.410","17600.003"],["13738.153","17600.416"],["13641.139","17439.979"],["13819.686","17492.968"],["13746.709","17508.988"],["13731.067","17484.265"],["13754.735","17474.999"],["13793.050","17529.543"],["13754.875","17535.274"],["13793.412","17560.262"],["13790.242","17587.600"],["13725.752","17601.836"],["13772.548","17443.934"],["13803.650","17481.473"],["13827.909","17490.309"],["13779.011","17436.040"],["13764.735","17497.196"],["13733.412","17573.887"],["13742.803","17519.931"],["13802.479","17588.426"],["13767.643","17583.983"],["12121.234","17390.377"],["12075.378","17358.948"],["12031.349","17401.888"],["12040.746","17383.635"],["12029.505","17409.279"],["11992.942","17408.132"],["12051.929","17401.109"],["12114.044","17379.041"],["12041.793","17382.615"],["12106.842","17406.456"],["12133.939","17396.399"],["12136.998","17387.275"],["12116.419","17404.227"],["12100.755","17397.667"],["12145.765","17387.193"],["12140.074","17376.656"],["20796.134","16418.700"],["20847.666","16369.605"],["20780.335","16440.761"],["20820.267","16412.755"],["20814.773","16385.037"],["20787.623","16408.608"],["5232.207","18454.955"],["5228.641","18399.360"],["5216.084","18411.450"],["5313.971","18440.079"],["5395.121","18428.127"],["5381.284","18380.668"],["5361.642","18416.322"],["5228.938","18464.781"],["5208.756","18390.925"],["5228.222","18394.902"],["5331.730","18451.184"],["5294.514","18444.076"],["5382.506","18434.353"],["5359.788","18395.168"],["5342.584","18406.664"],["14228.759","16764.076"],["14062.319","16576.165"],["14097.122","16564.505"],["14224.672","16576.074"],["14197.488","16612.634"],["14068.997","16565.628"],["14094.194","16575.570"],["14234.277","16586.198"],["14131.452","16662.775"],["14206.287","16606.672"],["14135.251","16622.263"],["14189.621","16761.901"],["14078.882","16579.831"],["14134.560","16649.843"],["14149.215","16647.498"],["16615.640","16268.143"],["16649.296","16178.701"],["16646.387","16159.696"],["16595.504","16291.266"],["16598.664","16309.177"],["16702.275","16173.121"],["16648.607","16297.714"],["7921.620","18177.614"],["7907.146","18168.712"],["12300.908","8539.646"],["12298.658","8603.539"],["12290.916","8587.527"],["12293.428","8615.744"],["12304.206","8567.544"],["16581.916","16390.143"],["16624.091","16402.200"],["16641.708","16373.112"],["16584.479","16420.109"],["16617.431","16354.225"],["6765.269","13567.316"],["6693.930","13597.750"],["27553.776","7261.736"],["27632.608","7255.080"],["27610.733","7251.381"],["27556.528","7189.182"],["27536.824","7176.614"],["27557.928","7192.665"],["27595.000","7178.478"],["27569.589","7200.295"],["10338.322","13787.268"],["6973.605","15779.034"],["7026.905","15798.080"],["6980.344","15852.581"],["7050.301","15866.977"],["6905.455","15776.083"],["6900.935","15840.841"],["6972.104","15905.902"],["6939.585","15896.195"],["7085.035","15862.324"],["7056.798","15909.111"],["7069.647","15922.821"],["6951.327","15756.060"],["7083.844","15736.428"],["13955.454","14229.701"],["13886.304","14124.463"],["13899.874","14177.497"],["14014.481","14103.619"],["14036.315","14095.555"],["13962.710","14235.831"],["14030.408","14206.136"],["13982.590","14061.633"],["13999.672","14129.185"],["13965.492","14224.169"],["13883.458","14085.538"],["13933.096","14115.661"],["14009.836","14224.917"],["13996.734","14175.088"],["13963.987","14214.693"],["13975.964","14204.370"],["14038.399","14133.446"],["13963.484","14150.029"],["13992.065","14137.779"],["13973.783","14189.739"],["14028.929","14051.795"],["13904.905","14055.216"],["13935.234","14102.400"],["14003.857","14053.871"],["13867.148","14215.784"],["13965.886","14177.295"],["15674.220","16246.986"],["15578.551","16207.010"],["15701.381","16323.016"],["15675.166","16243.959"],["15698.319","16186.059"],["15521.715","16254.204"],["15616.306","16193.256"],["15557.337","16289.154"],["15556.953","16165.061"],["15674.739","16258.427"],["15568.989","16273.211"],["15609.490","16276.413"],["15764.763","14065.574"],["15812.967","14163.613"],["15815.160","14065.494"],["15741.117","14035.136"],["15781.201","14075.769"],["15831.767","14112.015"],["15860.653","14067.614"],["15853.487","14061.314"],["15896.750","14083.614"],["15920.237","14156.258"],["15866.886","14121.126"],["4513.618","11805.095"],["4539.277","11883.712"],["4566.691","11849.846"],["4561.738","11753.543"],["4527.072","11802.304"],["4545.050","11907.242"],["4530.277","11848.279"],["4499.267","11807.388"],["4513.359","11818.431"],["4466.398","11752.399"],["4557.236","11773.285"],["4558.782","11732.601"],["4557.025","11865.189"],["4543.098","11898.199"],["4497.223","11797.563"],["4508.758","11752.759"],["4553.157","11772.113"],["4563.173","11758.365"],["14743.619","8638.115"],["14790.721","8584.417"],["14872.209","8631.960"],["14881.674","8677.711"],["14776.592","8572.647"],["14795.483","8587.882"],["14821.815","8633.380"],["14835.240","8679.345"],["14842.030","8663.768"],["14872.589","8625.407"],["3806.398","12284.640"],["3805.395","12269.545"],["3812.737","12329.881"],["3880.579","12330.830"],["3810.501","12325.554"],["3864.148","12333.291"],["3824.873","12328.075"],["3855.183","12334.478"],["3879.521","12313.805"],["3846.989","12308.114"],["3874.998","12325.118"],["3837.252","12284.432"],["12309.536","11899.348"],["12354.075","11909.203"],["12288.270","11902.934"],["12309.355","11900.504"],["12354.683","11903.687"],["12216.806","11866.996"],["14036.481","16989.182"],["14016.533","17025.992"],["14021.813","17013.160"],["14026.105","17017.470"],["14745.472","17558.720"],["14683.087","17539.380"],["14696.442","17593.765"],["14697.511","17535.384"],["14674.156","17588.645"],["14673.103","17510.446"],["14694.468","17563.328"],["14693.416","17563.757"],["16237.203","18106.484"],["16240.624","18114.544"],["12570.233","17263.048"],["12613.187","17219.795"],["12574.157","17209.440"],["12588.376","17253.202"],["21224.085","7250.729"],["21363.787","7158.942"],["21355.300","7052.468"],["21397.594","7126.348"],["21338.380","7080.719"],["21350.201","7142.939"],["21366.550","7073.046"],["21297.405","7200.247"],["6268.621","13510.902"],["6273.473","13513.676"],["6298.210","13505.105"],["6322.753","13408.300"],["6273.490","13518.268"],["6390.887","13412.130"],["6390.066","13399.111"],["6388.560","13463.541"],["6311.499","13461.026"],["6337.348","13459.742"],["6317.550","13571.152"],["6275.369","13598.153"],["19925.965","5491.339"],["19725.729","5405.467"],["19747.062","5369.232"],["19783.575","5382.064"],["19758.986","5363.931"],["19830.652","5466.384"],["19918.547","5509.506"],["19742.243","5414.418"],["19888.382","5562.767"],["19810.636","5494.130"],["19911.771","5529.241"],["19747.966","5406.705"],["19744.677","5383.105"],["19772.220","5395.660"],["19896.694","5427.600"],["19860.230","5381.192"],["26491.160","17063.380"],["26487.651","17066.560"],["26482.460","17046.280"],["26596.399","17090.458"],["26514.352","17069.341"],["26581.397","17107.958"],["26638.944","17098.145"],["26543.300","17086.041"],["26609.083","17182.795"],["14362.123","12314.422"],["14317.717","12155.704"],["14381.827","12180.310"],["14407.332","12287.975"],["14415.482","12287.344"],["14335.610","12314.885"],["14334.080","12302.697"],["14339.296","12135.241"],["14458.522","12193.307"],["14449.733","12311.410"],["14415.514","12283.975"],["14376.515","12310.294"],["14339.541","12306.974"],["14298.062","12157.438"],["14316.927","12159.172"],["14421.608","12318.082"],["14434.848","12313.111"],["14435.745","12235.783"],["5673.130","9002.649"],["5630.268","9047.702"],["5644.122","9116.219"],["5641.370","9037.910"],["5718.383","9026.518"],["5408.556","7328.318"],["5303.662","7359.743"],["5340.629","7472.978"],["5294.985","7454.528"],["5399.296","7318.293"],["5365.843","7374.479"],["5327.379","7356.423"],["5369.672","7435.392"],["5342.339","7456.562"],["5405.353","7428.241"],["5349.313","7389.668"],["5325.382","7348.429"],["5310.197","7416.059"],["5387.801","7439.086"],["5368.203","7454.760"],["5358.688","7405.671"],["5295.136","7358.454"],["5307.862","7411.286"],["16887.081","15098.656"],["16877.928","15110.808"],["16858.523","15294.614"],["16870.067","15158.947"],["16901.885","15230.689"],["16821.123","15117.312"],["16878.418","15123.749"],["12723.439","17892.633"],["12744.902","17877.670"],["12743.488","17918.909"],["12752.271","17914.103"],["12710.328","17903.676"],["12706.134","17912.215"],["12735.116","17887.167"],["12739.392","17928.025"],["16871.744","17208.039"],["16811.408","17332.749"],["16805.552","17296.880"],["16940.428","17341.477"],["16969.546","17344.753"],["16908.459","17321.847"],["16959.813","17212.387"],["16788.245","17262.676"],["16825.926","17322.843"],["16950.053","17218.798"],["16845.747","17278.234"],["9576.138","18053.879"],["7680.933","8682.045"],["7718.111","8681.809"],["7695.957","8717.068"],["7686.418","8666.295"],["7677.484","8701.235"],["7714.510","8665.832"],["5151.911","8928.504"],["5078.400","8939.470"],["5139.806","8942.872"],["5068.548","8933.607"],["5089.935","8936.718"],["5169.072","8927.274"],["5188.343","8882.995"],["5100.429","8951.433"],["15046.141","11884.738"],["15047.572","11883.235"],["15040.615","11894.696"],["15049.743","11889.411"],["19981.532","17110.941"],["9838.299","11793.471"],["9874.761","11810.089"],["9844.335","11795.057"],["9872.836","11778.628"],["9850.307","11781.206"],["9905.477","11780.959"],["9838.949","11788.614"],["9875.054","11824.770"],["9853.919","11777.041"],["9944.437","11907.003"],["17508.077","17065.568"],["17612.185","17051.362"],["17505.621","17110.623"],["17518.831","17122.930"],["17554.144","17169.013"],["17571.088","17172.238"],["17590.198","17150.253"],["17554.874","17136.102"],["6969.806","13958.660"],["11085.074","16776.127"],["11075.510","16848.627"],["11075.258","16801.696"],["16490.446","16095.842"],["16523.407","15999.340"],["16491.320","16125.567"],["25515.722","6797.697"],["25487.072","6687.814"],["25581.513","6706.785"],["25500.426","6767.075"],["25456.645","6680.266"],["25590.444","6674.580"],["25531.725","6834.675"],["25469.406","6754.474"],["25461.990","6653.462"],["25567.993","6715.043"],["25609.810","6743.731"],["30590.740","15060.234"],["30565.208","15041.026"],["30572.247","15003.300"],["30474.521","14947.835"],["30509.420","15031.133"],["30570.524","14927.998"],["30538.705","14920.362"],["30499.069","14932.556"],["30488.900","14897.552"],["30560.853","15016.727"],["21496.288","6533.196"],["21582.911","6609.845"],["25975.615","17634.180"],["6068.170","16280.921"],["6167.955","16244.359"],["6188.560","16301.304"],["6041.580","16257.465"],["6041.712","16174.666"],["31519.404","13575.030"],["17989.255","14337.434"],["17949.057","14305.840"],["17940.834","14333.272"],["17100.589","18300.770"],["17106.119","18280.725"],["17109.505","18369.397"],["17018.996","18267.928"],["17110.232","18256.431"],["1803.095","10957.539"],["13328.116","16828.626"],["13395.548","16847.144"],["13306.121","16818.432"],["13293.181","16817.255"],["13269.497","16807.783"],["13281.721","16806.425"],["13240.028","16805.693"],["13397.718","16780.023"],["13371.208","16798.762"],["13339.201","16846.578"],["13294.554","16837.269"],["13297.305","16822.990"],["13274.497","16804.984"],["13266.044","16803.935"],["13405.402","16813.840"],["13322.918","16833.745"],["13299.159","16828.169"],["13297.700","16826.029"],["13268.625","16820.805"],["13370.188","16830.835"],["13254.053","16805.140"],["13286.211","16778.597"],["13318.915","16796.876"],["13235.945","16803.257"],["24728.893","16456.283"],["24639.669","16553.850"],["24708.360","16354.426"],["24718.978","16542.235"],["24661.971","16513.669"],["3046.433","13406.341"],["13132.630","18860.439"],["13182.610","18870.882"],["14637.024","16780.509"],["6672.333","15915.366"],["17424.529","16117.968"],["17421.439","15989.215"],["17420.423","16026.942"],["16864.493","16058.014"],["16843.680","16084.790"],["16916.178","16086.918"],["16847.518","16089.463"],["16862.283","16083.631"],["16817.380","16078.502"],["13725.641","16723.208"],["13775.488","16694.921"],["13762.604","16728.050"],["13826.589","16634.591"],["13748.448","16718.719"],["13752.005","16735.938"],["13738.602","16693.067"],["13799.633","16638.880"],["13785.043","16684.450"],["6037.129","17206.749"],["6019.730","17213.298"],["5859.092","17232.758"],["6026.659","17210.968"],["6004.099","17253.636"],["6020.380","17289.903"],["5964.197","17379.037"],["5922.575","17266.148"],["5867.431","17231.420"],["5968.920","17304.535"],["5980.212","17266.294"],["6014.757","17282.835"],["6009.604","17215.077"],["6020.627","17309.507"],["9487.272","13576.665"],["8789.856","18062.448"],["8804.461","18074.174"],["8820.991","18068.757"],["8783.770","18056.882"],["8798.672","18045.701"],["8880.417","18204.401"],["8969.858","18199.396"],["10494.897","13952.079"],["10462.357","13881.893"],["10489.075","14004.593"],["10482.723","13977.587"],["10466.673","13924.697"],["10513.940","13979.029"],["13900.448","16836.223"],["13855.287","16835.186"],["13901.478","16801.054"],["13840.560","16821.363"],["13889.557","16785.965"],["13921.602","16841.347"],["13953.219","16844.575"],["14026.245","16948.151"],["14038.876","16929.291"],["14039.850","16900.654"],["14025.277","16860.275"],["13990.228","16854.280"],["13982.054","16904.800"],["13893.688","16828.576"],["13872.343","16821.297"],["13896.955","16811.674"],["13899.622","16780.118"],["13920.796","16831.223"],["13955.259","16826.904"],["14020.577","16984.690"],["14030.159","16945.343"],["14032.626","16967.342"],["14034.830","16912.412"],["14032.646","16849.688"],["13968.846","16866.897"],["14028.649","16896.080"],["14010.211","16838.524"],["13943.616","16824.073"],["13978.929","16872.380"],["13899.067","16821.673"],["13875.780","16832.841"],["13881.856","16790.633"],["13837.731","16838.522"],["13937.309","16838.424"],["14029.573","16983.187"],["14030.343","16905.180"],["14029.290","16858.309"],["12437.419","10272.165"],["12413.176","10258.556"],["17612.605","15492.447"],["11309.262","17979.803"],["11367.790","18036.944"],["11304.287","17953.825"],["11414.781","17885.455"],["11404.625","17871.596"],["11385.036","17966.965"],["11426.623","17885.373"],["11412.945","17901.739"],["11377.454","17900.861"],["11366.418","17994.331"],["11341.244","17964.200"],["11373.004","18033.988"],["11370.217","17880.069"],["11318.727","17946.806"],["11418.548","17874.456"],["11394.592","17982.853"],["7394.757","16480.824"],["7403.095","16457.063"],["7380.015","16424.240"],["7381.184","16400.228"],["7404.324","16405.815"],["7419.877","16420.800"],["7415.503","16461.328"],["7351.495","16418.241"],["7370.681","16426.687"],["7313.937","16363.865"],["7353.122","16481.391"],["7384.120","16512.846"],["7311.806","16508.854"],["7335.318","16395.310"],["7382.104","16529.793"],["7311.280","16504.562"],["18590.664","11798.698"],["18540.407","11801.458"],["15293.014","18568.554"],["9670.831","17939.936"],["9667.773","17871.259"],["9651.677","17907.814"],["9718.758","17868.157"],["9675.504","17873.455"],["9628.559","17998.098"],["28386.735","8319.711"],["28501.323","8491.736"],["28522.589","8504.453"],["3644.359","12751.415"],["3645.099","12737.393"],["3689.826","12584.090"],["3710.283","12566.461"],["3681.169","12740.694"],["3625.808","12658.007"],["3706.059","12617.351"],["3706.154","12551.416"],["3666.775","12629.446"],["3649.114","12683.556"],["3706.756","12636.473"],["3710.671","12660.778"],["3696.076","12618.813"],["3705.669","12598.358"],["3709.873","12586.792"],["3703.929","12547.604"],["3680.488","12556.566"],["3669.460","12577.557"],["3656.916","12598.896"],["3635.387","12634.191"],["3653.279","12639.117"],["3659.799","12692.183"],["3631.297","12691.467"],["3615.459","12689.837"],["3667.646","12731.607"],["3702.919","12655.426"],["3717.825","12661.571"],["3681.372","12609.152"],["3690.373","12604.931"],["3712.832","12588.649"],["3718.814","12555.399"],["3656.319","12571.430"],["3668.596","12591.739"],["3679.174","12549.808"],["3648.708","12617.954"],["3623.084","12646.974"],["3665.702","12660.797"],["3649.535","12677.617"],["3619.588","12685.163"],["3639.011","12682.763"],["3673.463","12734.566"],["3642.984","12709.635"],["3673.189","12713.903"],["3660.064","12731.872"],["3436.304","8185.687"],["10257.524","18388.208"],["10330.071","18404.376"],["10317.392","18412.888"],["10295.876","18394.421"],["10358.329","18397.182"],["10283.379","18391.478"],["10338.327","18409.681"],["7282.636","18645.562"],["7292.076","18626.388"],["7287.060","18619.204"],["7295.322","18580.579"],["7245.521","18657.484"],["7300.286","18628.729"],["12072.849","12148.101"],["12089.362","12159.893"],["11975.217","12138.491"],["13648.761","17842.999"],["13738.250","17857.296"],["13630.950","17934.848"],["13725.996","17857.412"],["13720.486","17889.435"],["12718.054","17187.749"],["12770.004","17154.617"],["12751.105","17100.425"],["12743.041","17119.056"],["12751.016","17051.427"],["12759.154","17043.996"],["12689.536","17196.529"],["12713.860","17180.416"],["12719.197","17178.468"],["12768.710","17194.022"],["12754.363","17163.701"],["12773.538","17193.431"],["12754.954","17117.568"],["12755.460","17097.145"],["12766.801","17023.966"],["12772.822","17099.884"],["12707.985","17177.614"],["12721.755","17184.297"],["12714.180","17177.626"],["12766.271","17167.565"],["12746.643","17105.579"],["12744.683","17068.520"],["26318.052","15499.905"],["26330.059","15472.669"],["26446.701","15418.751"],["11203.362","16753.929"],["11122.189","16703.138"],["11101.705","16703.543"],["11096.391","16762.922"],["11238.747","16589.272"],["11269.945","16640.215"],["11281.740","16680.076"],["11293.928","16722.061"],["11235.860","16602.824"],["11229.749","16585.444"],["6703.089","18973.829"],["6693.411","18981.437"],["12342.671","14873.880"],["12302.233","14894.220"],["12321.893","14918.484"],["14523.927","12690.257"],["14480.429","12676.765"],["14487.720","12750.188"],["14594.965","12746.047"],["14525.802","12676.038"],["14506.382","12708.749"],["14494.409","12666.757"],["14553.840","12758.113"],["14535.434","12701.288"],["14502.233","12696.368"],["14498.094","12664.759"],["14581.554","12748.683"],["14611.253","12757.522"],["9419.351","13132.629"],["9519.818","13053.473"],["9588.529","13117.787"],["9538.136","13170.285"],["9521.326","13142.275"],["9500.438","13155.140"],["9538.020","13161.746"],["9578.924","13130.751"],["9535.077","12985.321"],["9541.949","13003.724"],["9553.695","13044.874"],["9575.128","12993.177"],["9585.156","13026.667"],["9585.503","13014.187"],["9518.349","13119.121"],["9589.779","13116.631"],["5805.246","8081.192"],["5813.153","8042.206"],["5793.134","7931.437"],["5829.238","8049.110"],["5785.598","7951.720"],["5691.044","8090.539"],["5691.968","8010.963"],["5765.406","7955.512"],["5819.274","8001.432"],["5705.205","8096.171"],["5809.419","7957.912"],["5690.521","8040.736"],["6472.231","17242.946"],["6510.324","17203.082"],["6466.010","17286.227"],["6484.563","17315.478"],["6508.498","17207.739"],["6492.088","17326.934"],["18287.101","17290.579"],["18287.512","17365.374"],["18292.632","17336.413"],["5663.939","10878.803"],["5631.253","10871.018"],["27079.002","16328.681"],["27057.201","16276.762"],["27078.608","16312.775"],["27055.145","16262.448"],["26979.119","16270.691"],["26947.754","16296.130"],["26911.577","16253.441"],["26925.877","16293.892"],["26884.465","16350.287"],["26920.919","16347.972"],["26946.714","16148.771"],["26983.403","16173.016"],["27050.101","16273.908"],["14462.889","12848.539"],["14498.929","12769.802"],["14474.040","12837.688"],["14488.929","12882.742"],["14473.086","12941.915"],["14645.853","12789.078"],["14650.755","12813.008"],["14514.899","12778.340"],["14510.823","12913.016"],["14637.146","12844.402"],["14648.775","12937.311"],["14626.320","12806.539"],["14535.040","12783.987"],["14576.819","12802.530"],["14539.219","12767.533"],["14587.735","12830.291"],["14464.429","12966.412"],["14524.332","12949.262"],["14475.027","12828.605"],["14519.900","12932.651"],["14544.077","12916.301"],["14491.694","12956.279"],["14655.508","12798.079"],["14649.110","12785.147"],["14510.458","12796.028"],["14530.628","12824.960"],["14596.722","12969.655"],["14505.402","12831.952"],["26898.725","15920.056"],["27091.971","15741.362"],["5778.942","9516.419"],["5779.643","9467.296"],["5780.061","9534.933"],["5802.078","9465.942"],["5729.346","9395.135"],["5731.961","9405.949"],["5678.414","9471.374"],["5656.733","9440.575"],["5812.362","9545.202"],["5724.477","9403.608"],["5732.850","9428.707"],["5672.247","9442.902"],["5671.865","9448.502"],["5798.510","9551.767"],["12085.587","12009.027"],["12068.221","12033.981"],["12011.788","12117.858"],["12129.750","11916.559"],["11963.531","11995.766"],["11993.811","11967.855"],["12046.428","12034.641"],["12065.259","12116.803"],["14426.186","18122.894"],["14432.354","18102.564"],["14373.196","18076.327"],["14454.737","18123.741"],["14434.986","18134.356"],["14410.956","18135.710"],["14451.647","18141.193"],["14413.706","18101.910"],["14332.983","18109.424"],["14324.973","18060.836"],["14386.535","18106.204"],["14430.430","18045.718"],["14459.130","18046.032"],["14400.331","18130.689"],["14407.259","18097.814"],["14359.364","18087.194"],["14399.430","18045.609"],["14347.999","18056.542"],["14455.987","18095.384"],["17539.964","16337.731"],["17409.420","16269.419"],["17473.895","16261.661"],["17409.321","16265.439"],["17520.721","16188.862"],["17418.453","16170.027"],["17454.060","16234.967"],["17602.991","16225.399"],["17587.840","16219.790"],["13938.750","14587.111"],["13899.173","14559.064"],["13833.821","14631.664"],["13840.170","14603.109"],["13860.828","14653.001"],["11836.701","18338.469"],["11907.915","18317.304"],["11810.122","18314.291"],["6175.619","9932.701"],["13424.235","14031.738"],["13454.235","14057.287"],["20385.184","5949.937"],["20469.857","5956.281"],["20460.743","5908.813"],["20405.776","5821.563"],["20485.893","5988.800"],["20408.572","5965.428"],["20553.393","5907.478"],["20504.709","5917.899"],["20563.212","5887.131"],["20517.163","5878.944"],["20551.949","5864.162"],["20446.012","5857.143"],["20502.426","5823.485"],["11982.769","17194.919"],["11946.030","17160.182"],["12084.862","17098.496"],["11963.278","17062.251"],["11988.181","17174.873"],["11961.891","17180.283"],["11969.690","16989.668"],["11979.510","17006.948"],["12127.421","17159.024"],["12059.628","17106.127"],["11978.208","17066.293"],["12037.438","17192.844"],["12063.826","17135.140"],["12140.356","17068.438"],["12088.554","17116.584"],["12087.514","17016.481"],["11981.081","17182.090"],["12130.875","17157.951"],["12055.025","17108.006"],["12107.655","17118.503"],["11974.871","17010.807"],["12011.119","17040.199"],["12096.367","17131.762"],["11949.286","17132.470"],["12137.412","17065.300"],["12014.829","17122.324"],["11942.401","17169.168"],["12022.270","17038.542"],["12122.238","17065.864"],["12066.670","17120.334"],["12098.225","16989.528"],["12044.177","16987.290"],["12122.109","17151.427"],["12050.551","17071.788"],["12023.372","17088.754"],["12145.737","17014.907"],["12126.313","16999.526"],["11520.469","17711.903"],["11530.038","17676.917"],["11523.884","17655.225"],["11527.740","17632.026"],["11588.694","17679.276"],["11579.711","17671.596"],["11578.180","17694.316"],["11572.611","17653.412"],["11536.466","17659.329"],["11563.272","17696.738"],["11528.351","17753.824"],["11603.553","17712.176"],["11596.488","17736.019"],["11642.126","17721.509"],["11666.496","17743.135"],["11658.225","17686.358"],["11669.976","17715.216"],["11613.314","17706.144"],["11616.040","17671.229"],["11608.995","17636.477"],["11677.211","17656.204"],["11694.569","17674.373"],["11717.762","17679.036"],["11706.049","17661.331"],["11606.732","17798.382"],["11595.839","17806.891"],["11623.165","17779.380"],["11644.550","17826.899"],["11579.099","17770.018"],["11525.718","17804.007"],["11701.173","17804.710"],["11715.786","17770.502"],["11520.584","17711.391"],["11531.074","17667.635"],["11527.354","17657.025"],["11517.033","17631.811"],["11521.960","17628.141"],["11549.887","17632.817"],["11593.069","17673.809"],["11569.810","17664.082"],["11570.038","17685.530"],["11569.716","17659.589"],["11545.462","17652.293"],["11556.775","17676.639"],["11541.114","17756.021"],["11618.898","17716.585"],["11585.798","17756.283"],["11638.047","17737.678"],["11665.196","17741.203"],["11652.419","17677.010"],["11662.640","17695.744"],["11632.573","17698.860"],["11598.771","17678.281"],["11602.531","17652.381"],["11684.184","17649.779"],["11682.792","17651.797"],["11695.130","17677.698"],["11716.018","17650.071"],["11660.995","17635.256"],["11694.816","17633.164"],["11697.974","17650.051"],["11539.404","17830.544"],["11621.842","17802.399"],["11631.635","17769.338"],["11635.076","17825.181"],["11563.162","17776.128"],["11558.053","17815.569"],["11556.195","17791.158"],["11685.597","17787.122"],["11529.120","17711.077"],["11521.041","17668.461"],["11523.094","17658.511"],["11528.743","17633.430"],["11536.910","17639.919"],["11565.396","17630.118"],["11585.574","17627.273"],["11584.681","17678.136"],["11586.257","17668.161"],["11581.272","17679.617"],["11588.236","17645.666"],["11547.255","17660.732"],["11558.930","17686.284"],["11528.252","17734.567"],["11525.405","17790.025"],["11614.326","17718.187"],["11594.613","17749.628"],["11624.955","17739.891"],["11655.969","17735.225"],["11664.919","17679.256"],["11664.581","17712.293"],["11627.080","17697.556"],["11614.297","17664.144"],["11600.969","17640.292"],["11668.510","17663.124"],["11680.391","17674.191"],["11703.946","17678.309"],["11719.176","17655.769"],["11701.839","17621.950"],["11684.635","17659.398"],["11573.770","17787.425"],["11603.557","17796.334"],["11616.497","17801.689"],["11640.714","17807.076"],["11660.167","17825.012"],["11539.890","17823.895"],["11569.549","17819.169"],["11524.616","17789.144"],["11703.031","17787.204"],["9192.264","19004.438"],["9150.194","19075.970"],["9083.386","19010.979"],["9023.918","18965.090"],["9021.532","18893.650"],["9014.478","19049.886"],["9030.753","19093.485"],["9194.863","18971.581"],["9196.836","18992.630"],["9102.876","19027.973"],["9053.359","19013.959"],["9020.595","18930.644"],["9007.053","19085.723"],["9168.744","19038.658"],["9122.842","19090.091"],["9113.550","19007.659"],["9039.345","18928.960"],["9189.977","19029.310"],["9157.842","19059.306"],["9064.011","19034.496"],["9044.494","18991.069"],["9003.161","18917.993"],["8998.656","19001.794"],["9009.832","19065.359"],["14088.518","9076.495"],["14062.492","8959.211"],["9923.559","18414.743"],["9927.817","18263.130"],["10000.194","18389.019"],["9922.162","18451.495"],["9974.279","18426.572"],["9921.699","18278.060"],["10024.426","18362.812"],["10039.081","18408.648"],["9880.698","18385.221"],["9879.182","18304.006"],["10030.051","18331.829"],["9980.161","18428.688"],["10027.782","18385.989"],["9961.044","18454.435"],["9921.849","18360.498"],["9890.038","18301.694"],["10001.021","18367.255"],["10060.692","12851.733"],["10175.806","12962.206"],["10057.863","12825.407"],["10182.254","12949.500"],["10249.394","12872.530"],["10128.568","12782.789"],["10150.279","12766.653"],["10190.748","12790.319"],["10240.391","12843.603"],["10229.041","12846.680"],["10157.611","12864.357"],["10174.978","12921.102"],["10071.508","12894.884"],["10122.087","12838.851"],["5833.533","18322.829"],["10873.247","18164.318"],["10768.720","18249.543"],["5911.288","16011.135"],["5923.708","15994.815"],["5890.338","15955.611"],["5862.584","15951.300"],["5912.228","15955.351"],["5893.920","15985.831"],["5906.482","16076.788"],["5996.343","16059.224"],["6029.333","16015.559"],["5966.618","16037.615"],["6003.536","16037.302"],["5953.331","15996.275"],["5856.186","16091.684"],["5836.081","15966.379"],["20469.472","14537.591"],["4607.649","11291.739"],["13708.506","12326.784"],["13828.358","12269.499"],["13825.094","12302.858"],["13773.276","12325.034"],["13720.144","12326.328"],["13752.334","12334.245"],["13795.097","12304.650"],["13823.288","12308.334"],["15561.035","13730.538"],["15644.940","13688.403"],["15643.569","13610.398"],["15548.135","13666.477"],["15631.375","13765.791"],["15690.071","13732.061"],["15658.329","13641.691"],["15702.874","13739.522"],["21748.355","6291.893"],["21712.303","6367.978"],["19537.894","14967.821"],["19535.560","14925.958"],["6766.177","17946.599"],["18391.086","14009.986"],["27957.414","17390.901"],["27968.208","17359.276"],["27984.160","17311.975"],["28019.895","17270.715"],["28139.470","17335.041"],["28067.879","17273.677"],["28107.840","17300.949"],["28106.009","17306.844"],["28033.373","17240.823"],["14472.696","13045.835"],["14484.127","13025.030"],["14510.333","13012.688"],["14666.246","13041.835"],["14484.873","12979.528"],["14572.327","12971.253"],["14583.807","13137.296"],["14553.831","12996.709"],["14498.165","13072.744"],["14598.978","13019.186"],["14612.951","12994.689"],["14553.242","13021.169"],["14520.188","13064.194"],["10706.774","13515.636"],["14292.596","14013.506"],["14298.501","14006.256"],["14255.853","14016.030"],["14395.646","13964.552"],["13530.076","12360.750"],["13563.123","12454.729"],["13567.484","12511.135"],["13569.274","12533.597"],["13616.687","12533.608"],["13547.835","12481.662"],["13503.943","12365.909"],["13616.810","12483.251"],["13519.435","12461.677"],["13415.954","12444.552"],["13610.199","12480.922"],["13474.297","12543.391"],["13595.488","12529.060"],["13525.845","12484.552"],["13532.934","12493.635"],["13554.409","12465.365"],["14506.044","17792.225"],["14513.593","17770.772"],["14475.698","17771.432"],["14514.925","17769.401"],["14530.320","17757.262"],["14497.113","17747.568"],["14517.113","17784.942"],["14494.695","17789.996"],["19447.335","16809.093"],["19417.991","16789.251"],["28593.082","11515.705"],["28628.469","11660.275"],["28570.081","11588.797"],["28619.216","11684.403"],["28673.130","11649.673"],["28659.466","11612.931"],["28600.328","11632.660"],["14259.556","17584.458"],["14277.590","17608.197"],["14288.396","17609.039"],["14259.811","17523.855"],["14265.551","17497.182"],["14269.843","17607.883"],["14262.072","17544.624"],["14263.503","17539.504"],["14270.970","17528.108"],["27393.375","17415.989"],["19572.857","5955.205"],["19573.959","5857.121"],["19556.031","5873.124"],["19627.347","5975.916"],["19639.041","5892.827"],["19556.113","5949.854"],["19619.465","5948.694"],["15679.402","13245.992"],["15630.969","13195.847"],["15582.780","13227.377"],["24090.905","16707.176"],["23996.007","16571.420"],["23946.395","16656.570"],["23946.294","16673.563"],["24090.695","16749.654"],["9349.005","17361.372"],["9302.669","17327.760"],["9394.120","17387.508"],["9345.241","17401.097"],["9313.250","17389.892"],["9375.309","17392.423"],["9402.408","17405.192"],["9344.416","17349.597"],["9349.647","17363.883"],["9301.715","17331.740"],["9310.432","17319.816"],["9397.969","17368.251"],["9389.696","17362.603"],["9348.232","17355.361"],["9331.012","17352.338"],["9303.672","17319.602"],["9310.563","17325.564"],["9398.495","17363.214"],["9394.022","17373.470"],["9373.923","17259.692"],["9407.037","17298.836"],["9396.075","17228.232"],["9379.882","17424.988"],["12997.217","13852.386"],["13028.007","13837.225"],["13032.382","13960.686"],["13009.931","13957.895"],["13031.539","14016.579"],["13164.611","13892.323"],["13163.624","13859.309"],["12992.911","13938.023"],["13189.499","14017.564"],["13060.392","13943.910"],["13092.783","13971.879"],["13129.005","14026.202"],["13009.634","13886.391"],["13186.188","14024.284"],["13094.558","13992.524"],["13131.267","13897.421"],["13198.239","13889.012"],["12992.398","13871.131"],["13026.379","13926.137"],["13027.411","14013.878"],["12991.278","13902.922"],["13133.828","13916.061"],["13062.683","13985.193"],["13121.168","13883.066"],["13010.260","13929.852"],["13161.503","13921.440"],["13048.316","13974.595"],["13020.651","14018.139"],["13026.607","13890.272"],["13180.008","13970.681"],["13065.676","13984.780"],["13081.417","13974.440"],["13086.664","13894.870"],["13168.092","13919.605"],["13184.836","13956.797"],["13191.349","13951.297"],["13145.559","13916.632"],["13118.470","13937.920"],["13132.352","13947.185"],["8918.881","13829.926"],["8829.212","13900.267"],["8868.620","13874.735"],["8885.560","13946.461"],["8886.497","13970.920"],["8910.608","13818.613"],["8837.633","13890.358"],["8867.320","13961.672"],["8862.551","13889.186"],["8798.796","13986.562"],["8831.133","14003.450"],["8832.761","13989.710"],["8820.129","13977.169"],["8814.718","13985.212"],["8792.804","13991.180"],["8815.253","13866.155"],["8806.766","13895.536"],["8824.765","13859.507"],["8849.025","13846.345"],["8811.447","13817.377"],["8813.930","13816.370"],["8942.188","13936.340"],["8320.850","12103.843"],["8273.485","12082.190"],["8156.959","12029.213"],["8168.658","12032.195"],["8194.785","12012.872"],["8201.441","12007.504"],["8265.578","12041.293"],["8175.928","12031.948"],["8214.160","11994.392"],["8272.502","12071.434"],["8171.372","12015.697"],["8209.276","11983.756"],["8296.947","11919.751"],["8298.348","11942.816"],["8334.446","11992.475"],["8267.722","11989.900"],["8347.757","11941.139"],["8243.972","11939.531"],["11158.510","15990.525"],["11169.870","15979.996"],["11186.341","16033.737"],["11247.150","16114.438"],["11168.138","15945.141"],["11233.802","15972.876"],["16111.789","14293.021"],["16144.719","14269.547"],["27504.338","16590.158"],["27412.773","16587.918"],["27408.044","16582.178"],["13608.413","18722.457"],["5302.017","18722.883"],["5317.647","18714.606"],["5283.250","18722.404"],["5331.446","18723.755"],["5323.130","18733.039"],["15296.441","17940.278"],["18615.045","16867.167"],["7454.571","19295.689"],["7509.586","19242.087"],["7497.056","19130.885"],["7459.325","19110.359"],["7473.995","19304.574"],["7342.006","19264.340"],["7463.403","19275.937"],["7508.102","19194.967"],["7408.501","19126.457"],["7357.384","19269.873"],["7445.196","19281.337"],["7493.111","19157.930"],["7459.918","19117.805"],["7435.557","19137.440"],["6391.165","17984.722"],["6359.114","18033.110"],["6287.842","18037.895"],["6254.476","18017.976"],["6256.327","17984.753"],["6263.604","18027.241"],["17273.451","4095.624"],["17361.370","4098.989"],["17200.212","4120.098"],["17395.380","4145.927"],["17286.955","4100.051"],["17213.074","4126.787"],["17372.601","4137.818"],["17365.479","4146.043"],["17282.974","4106.046"],["17216.084","4121.915"],["22317.362","15638.108"],["22446.720","15647.928"],["22420.363","15663.750"],["22366.797","15663.030"],["22339.876","15632.814"],["22422.856","15544.337"],["22430.134","15601.145"],["22431.439","15571.145"],["22289.876","15514.791"],["22413.053","15619.260"],["5199.939","7566.025"],["5293.899","7502.769"],["5231.565","7511.830"],["5199.845","7544.093"],["5267.065","7531.136"],["5211.045","7524.763"],["5243.684","7578.586"],["5209.495","7593.922"],["5362.326","7476.228"],["5288.072","7509.702"],["5230.453","7509.437"],["5241.907","7585.506"],["5222.053","7637.224"],["10760.876","16804.000"],["10802.241","16829.865"],["10760.875","16844.503"],["10793.854","16887.027"],["10828.426","16900.314"],["10832.944","16856.940"],["10871.657","16859.232"],["10825.169","16843.649"],["10839.451","16823.503"],["14816.770","12863.184"],["14788.040","12826.723"],["14777.109","12819.512"],["14776.634","12787.700"],["14741.431","12808.334"],["14772.703","12879.358"],["14818.958","12855.108"],["14788.649","12840.381"],["14777.126","12815.598"],["14773.443","12797.691"],["14741.781","12881.009"],["14830.635","12870.748"],["14785.826","12816.539"],["14806.346","12831.413"],["14771.519","12780.136"],["14867.502","12928.237"],["14879.331","12813.852"],["14802.596","12767.796"],["14837.845","12942.063"],["14732.197","12843.020"],["14771.643","12849.596"],["14762.939","12842.249"],["14747.193","12901.785"],["14814.955","12943.153"],["6490.691","12659.094"],["6500.905","12652.570"],["6532.713","12604.826"],["6517.861","12607.699"],["6545.981","12612.150"],["6538.500","12640.228"],["6526.444","12609.047"],["6468.652","12671.018"],["6554.599","12595.925"],["6528.632","12645.827"],["6467.484","12669.284"],["6535.411","12602.348"],["6559.583","12596.569"],["6577.823","12589.234"],["6510.753","12648.139"],["15103.143","8900.477"],["15121.350","8851.938"],["27056.701","16895.872"],["15168.070","12006.961"],["15122.402","12063.424"],["15284.545","12069.588"],["15179.911","12086.954"],["15271.947","12015.205"],["15250.902","12043.521"],["15221.122","12010.322"],["15301.474","12040.610"],["15296.943","12081.984"],["15216.984","11935.048"],["15131.361","11979.531"],["15269.083","11936.232"],["15126.230","12028.030"],["15146.755","11955.700"],["15184.048","11958.392"],["15247.422","11963.086"],["15132.249","12036.222"],["15111.295","11978.111"],["15173.143","11923.445"],["15274.330","11968.651"],["15111.230","12023.967"],["15164.623","11954.114"],["15116.690","11954.477"],["15140.144","12034.587"],["15255.728","11959.882"],["15101.581","11914.288"],["15185.758","11952.826"],["15123.795","11946.121"],["15109.634","12005.140"],["15283.310","11936.050"],["10640.394","18418.852"],["8828.892","12300.568"],["8869.300","12333.116"],["8818.727","12292.723"],["8852.596","12322.382"],["8953.336","12324.116"],["10245.492","14359.467"],["10189.077","14423.383"],["10249.640","14293.133"],["10246.087","14304.810"],["10127.755","14339.238"],["10112.220","14444.489"],["10048.756","14322.137"],["10052.762","14312.535"],["10065.415","14408.124"],["10061.024","14392.914"],["10048.629","14332.015"],["10067.461","14268.624"],["10146.617","14285.188"],["10149.729","14336.206"],["10220.036","14388.518"],["10218.751","14302.798"],["10226.133","14329.900"],["10134.636","14295.559"],["10230.230","14408.628"],["10169.345","14429.882"],["10161.841","14257.850"],["10116.094","14359.485"],["10058.887","14367.907"],["10121.118","14423.861"],["10069.785","14254.516"],["10071.157","14263.745"],["10221.785","14300.858"],["10236.628","14444.945"],["10246.962","14240.073"],["10124.186","14346.422"],["10104.950","14445.810"],["10117.492","14265.339"],["10056.353","14404.524"],["10043.755","14437.457"],["10067.873","14346.532"],["10057.329","14255.098"],["10158.015","14290.274"],["10164.137","14364.414"],["10227.898","14372.399"],["10210.758","14272.195"],["10212.696","14334.970"],["10159.653","14296.781"],["9264.003","11805.412"],["9305.089","11810.499"],["9238.068","11837.648"],["9247.130","11815.567"],["9266.854","11880.038"],["9351.104","11905.251"],["9309.349","11796.445"],["9238.808","11810.992"],["9260.818","11883.655"],["9269.464","11799.616"],["9217.821","11807.095"],["9273.535","11881.210"],["9326.295","11792.778"],["9285.839","11850.770"],["9284.048","11845.803"],["9394.510","11907.306"],["9353.911","11800.441"],["9249.374","11868.106"],["9333.680","11875.860"],["28158.957","15707.683"],["28256.372","15713.440"],["28344.923","15637.284"],["28296.354","15693.586"],["28306.787","15647.671"],["15960.115","9426.318"],["15978.148","9549.837"],["15948.957","9476.487"],["15957.714","9410.150"],["15991.010","9559.053"],["16011.065","9574.774"],["15979.286","9451.302"],["20570.029","15073.225"],["20726.847","14889.334"],["20714.040","14876.947"],["20658.975","15013.731"],["20705.732","14976.197"],["20679.779","14952.843"],["4610.253","11796.633"],["4602.158","11731.606"],["4579.590","11797.847"],["4569.635","11840.102"],["4621.789","11777.295"],["4604.842","11889.676"],["4608.476","11853.361"],["4586.423","11833.049"],["4588.581","11805.696"],["4579.544","11871.413"],["4613.296","11902.085"],["4585.803","11870.290"],["27873.560","7858.135"],["27877.080","7863.717"],["27853.659","7878.267"],["6286.028","14807.693"],["6324.316","14777.071"],["19952.740","6694.164"],["20120.161","6815.811"],["20004.783","6814.622"],["20138.813","6769.502"],["20018.780","6775.118"],["18526.358","14572.860"],["18560.585","14642.743"],["18549.286","14513.903"],["18499.351","14515.472"],["18482.566","14533.444"],["10548.041","17625.286"],["10541.639","17646.997"],["10522.500","17640.531"],["10507.690","17670.629"],["10538.840","17694.078"],["10568.271","17702.568"],["10573.891","17670.389"],["10561.428","17649.727"],["10589.951","17658.721"],["10662.172","17750.190"],["10624.427","17725.446"],["10553.571","17767.907"],["10536.542","17752.523"],["10603.051","17775.307"],["10588.553","17756.198"],["10625.534","17632.353"],["10642.450","17633.737"],["10538.399","17661.464"],["10525.592","17663.289"],["10509.268","17666.071"],["10547.096","17682.385"],["10569.274","17709.241"],["10555.080","17640.891"],["10589.194","17659.332"],["10622.565","17747.050"],["10635.579","17711.672"],["10564.262","17758.857"],["10533.351","17772.160"],["10583.364","17785.530"],["10598.388","17756.974"],["10631.405","17642.808"],["10653.459","17627.282"],["10546.310","17643.083"],["10527.722","17673.371"],["10531.372","17676.687"],["10562.251","17701.231"],["10566.227","17663.040"],["10564.652","17638.876"],["10579.310","17662.651"],["10657.291","17750.616"],["10629.806","17711.078"],["10567.765","17753.704"],["10536.196","17770.178"],["10584.811","17784.341"],["10600.329","17750.979"],["10618.149","17649.116"],["10657.226","17632.451"],["9225.128","13314.738"],["9206.507","13276.261"],["9216.870","13239.981"],["9221.911","13389.930"],["9228.500","13290.692"],["9201.668","13315.670"],["9252.170","13377.573"],["9200.128","13294.242"],["9274.007","13326.023"],["9242.963","13364.959"],["9264.649","13311.341"],["9229.822","13389.897"],["9276.063","13327.939"],["9230.315","13385.620"],["12329.376","18399.121"],["12267.676","18320.514"],["12161.403","18293.825"],["12336.054","18360.211"],["12264.978","18315.262"],["12175.499","18329.151"],["12337.238","18348.634"],["12233.579","18452.287"],["12213.267","18449.496"],["12283.367","18262.594"],["12268.383","18260.051"],["12211.683","18288.094"],["12184.890","18277.144"],["12355.215","18359.798"],["12280.258","18262.380"],["12243.251","18299.159"],["12213.048","18331.843"],["12184.676","18311.199"],["13061.478","12875.340"],["13010.162","12886.472"],["13129.220","12826.180"],["13096.057","12964.971"],["12988.282","12921.552"],["13124.782","12852.241"],["13090.343","12925.285"],["13026.215","12942.329"],["12999.636","12903.568"],["13037.761","12898.580"],["13085.919","12906.342"],["13069.998","12929.232"],["13066.725","12956.169"],["13023.847","12870.917"],["25171.877","17586.945"],["25116.787","17551.640"],["25103.076","17612.298"],["25142.107","17605.231"],["25153.841","17519.982"],["25047.743","17617.742"],["13891.120","13167.861"],["13912.306","13038.148"],["13902.430","13012.261"],["13897.081","13077.459"],["13843.426","13150.566"],["13892.477","13100.096"],["13912.549","12987.767"],["13952.077","12984.057"],["13909.956","13055.549"],["13888.148","13070.023"],["13834.536","13010.956"],["15502.881","15779.512"],["15470.312","15860.828"],["15438.797","15874.004"],["15508.099","15731.132"],["15466.697","15863.615"],["15513.205","15897.362"],["13717.067","14925.006"],["13660.020","15040.857"],["15438.781","17701.141"],["15332.116","17685.697"],["15475.491","17679.344"],["15304.443","17621.032"],["15336.426","17712.140"],["15421.521","17757.809"],["15489.353","17746.401"],["15340.934","17814.779"],["15503.412","17771.518"],["15512.110","17734.336"],["15465.857","17779.958"],["15498.254","17819.320"],["15438.367","17632.711"],["15321.785","17625.412"],["15449.817","17717.486"],["15475.799","17703.825"],["15324.960","17762.349"],["15459.645","13618.327"],["15513.329","13762.217"],["15433.610","13718.821"],["15409.902","13683.591"],["15444.483","13651.577"],["15410.445","13674.597"],["15413.892","13703.355"],["15357.816","13732.001"],["15443.679","13743.807"],["15341.345","13811.757"],["15437.796","13802.284"],["15383.628","13765.269"],["15391.122","13704.563"],["15367.697","13687.559"],["15429.810","13665.331"],["15386.162","13671.375"],["15387.587","13651.880"],["5785.646","9364.103"],["5815.700","9330.488"],["5808.265","9337.358"],["8210.913","17445.473"],["9339.186","19071.089"],["9304.988","19030.281"],["9250.939","18955.398"],["9241.869","18994.174"],["9245.448","19060.884"],["9314.905","18920.083"],["9308.514","18993.743"],["9362.269","18969.688"],["9348.661","18963.728"],["9297.023","18966.488"],["9353.413","19048.067"],["9288.096","19053.879"],["9282.603","19015.005"],["9236.448","19006.513"],["9220.333","19059.628"],["9338.655","18945.550"],["9295.406","19011.480"],["9366.513","18964.965"],["9339.105","18962.638"],["9289.276","18949.180"],["9337.081","19083.790"],["9270.198","18994.391"],["9228.333","18962.531"],["9249.872","19096.887"],["9309.617","18929.886"],["9321.616","18914.550"],["9325.291","19000.481"],["9369.556","18957.583"],["9347.263","18955.900"],["9314.375","18968.487"],["9370.962","19094.838"],["9250.215","18997.232"],["9279.362","19081.974"],["9293.564","18912.314"],["9338.754","18924.724"],["9302.577","19006.922"],["9400.517","18989.832"],["9368.667","18970.828"],["9337.838","18957.386"],["9309.441","18974.118"],["8036.206","12475.914"],["8045.236","12513.238"],["8014.295","12414.404"],["7943.592","12388.574"],["7976.289","12402.117"],["7951.023","12451.561"],["7996.317","12439.764"],["8004.072","12474.576"],["8042.136","12538.858"],["8036.139","12543.258"],["8022.486","12403.158"],["7952.638","12389.681"],["7968.373","12468.880"],["8020.453","12514.939"],["8036.631","12387.385"],["7967.309","12400.548"],["7979.130","12473.967"],["7997.180","12512.346"],["7991.235","12505.117"],["15165.090","13088.235"],["15172.563","13159.341"],["15143.147","12994.716"],["15265.324","13092.596"],["15186.526","13045.115"],["22828.975","16087.048"],["22756.952","16020.688"],["22785.746","15981.365"],["22742.686","16030.630"],["22797.619","16138.800"],["22774.510","16051.661"],["22757.302","16070.245"],["8238.228","11691.689"],["8251.860","11695.024"],["8246.199","11647.199"],["8288.448","11657.037"],["8341.773","11676.719"],["23988.274","16840.819"],["24033.682","16790.877"],["24007.541","16828.809"],["24139.121","16856.180"],["24003.991","16779.773"],["14757.792","13094.839"],["14723.455","13130.787"],["14726.430","13104.499"],["14717.617","13073.152"],["14794.024","13132.462"],["14789.396","13065.830"],["14685.852","13059.900"],["26672.230","16059.482"],["26724.840","15944.290"],["26675.697","15968.155"],["26672.582","16126.826"],["26680.307","16054.635"],["26816.273","15942.090"],["26871.725","16043.602"],["26835.557","15946.137"],["26800.305","16017.228"],["26789.405","16023.059"],["26844.033","16083.746"],["26734.082","16089.973"],["26737.262","16126.736"],["26788.365","15943.828"],["26809.796","16092.205"],["26876.571","15983.689"],["18203.980","15090.741"],["14029.241","15671.532"],["14005.177","15638.707"],["13977.250","15638.261"],["13938.724","15667.362"],["14040.075","15681.059"],["14019.692","15677.315"],["14037.295","15614.159"],["14017.678","15656.866"],["14011.246","15640.045"],["13973.994","15652.976"],["14028.002","15690.373"],["14018.640","15685.441"],["14019.537","15661.788"],["13989.584","15660.078"],["13990.343","15637.435"],["13939.777","15656.049"],["14029.696","15682.529"],["14016.655","15698.659"],["14017.330","15535.173"],["19494.074","5959.532"],["19912.650","15880.801"],["19823.049","15920.948"],["16384.915","16150.979"],["16436.391","16311.464"],["16414.570","16276.612"],["16391.422","16162.901"],["16427.510","16306.228"],["16374.070","16216.994"],["6420.630","13217.921"],["6454.630","13245.531"],["6366.723","13246.299"],["18637.675","16460.539"],["20185.428","5556.750"],["20167.323","5507.240"],["20173.717","5553.645"],["20262.423","5426.217"],["20306.897","5424.252"],["5704.589","8184.456"],["5737.761","8112.823"],["5682.879","8249.607"],["5729.256","8242.956"],["5747.655","8186.284"],["5758.860","8123.178"],["5620.770","8198.948"],["5724.523","8173.423"],["5666.450","8134.179"],["5707.715","8274.033"],["5701.179","8130.602"],["5654.222","8156.529"],["5620.539","8193.871"],["5620.740","8201.324"],["5675.961","8260.269"],["5740.899","8242.086"],["5755.767","8149.313"],["5683.344","8148.316"],["5622.496","8204.012"],["5632.371","8235.676"],["5696.323","8297.907"],["5699.624","8227.671"],["5791.236","8206.640"],["8703.493","17638.918"],["8683.838","17664.979"],["8694.233","17624.005"],["8761.403","17700.768"],["8675.450","17634.377"],["8673.443","17632.031"],["8768.508","17702.849"],["4541.793","18486.370"],["4553.569","18486.486"],["4552.434","18472.861"],["4564.145","18471.843"],["4527.632","18489.772"],["11841.072","11673.676"],["11821.250","11688.822"],["11832.678","11652.630"],["11848.602","11698.533"],["11851.264","11654.050"],["14542.607","13982.563"],["14594.578","13868.121"],["14598.574","13959.531"],["14567.183","13876.255"],["14590.928","13990.622"],["14650.145","13939.457"],["14660.603","9085.815"],["14614.713","9132.016"],["14620.254","9153.220"],["14662.932","9060.162"],["14615.765","9155.386"],["14597.573","9107.985"],["14617.174","9093.910"],["14591.556","9107.449"],["14627.535","9098.914"],["14630.577","9084.691"],["21771.197","15427.576"],["21787.760","15391.793"],["4559.544","8940.245"],["12147.265","18702.495"],["12207.422","18736.978"],["12163.974","18743.754"],["12191.813","18684.839"],["12279.788","18678.166"],["12164.001","18744.410"],["12219.823","18685.285"],["12194.542","18879.186"],["12235.490","18887.525"],["12298.209","18681.288"],["12342.502","18681.453"],["12157.199","18709.315"],["12206.123","18694.302"],["12221.962","18682.775"],["12206.663","18886.023"],["11315.642","15271.049"],["11431.884","15292.311"],["11332.452","15261.337"],["11310.116","15273.692"],["11448.331","15277.609"],["11322.224","15259.887"],["11500.358","15122.074"],["6362.976","17083.030"],["6376.101","17074.739"],["6296.793","17196.037"],["6311.563","17160.132"],["6389.851","17107.753"],["6312.797","17158.778"],["6380.592","17074.293"],["6299.704","17157.308"],["6434.216","17002.128"],["6343.486","17045.952"],["6382.890","16990.037"],["6317.259","17048.294"],["6334.632","17109.746"],["6370.329","17170.769"],["6350.282","17147.797"],["6253.006","17185.541"],["6288.040","17027.165"],["6461.628","17023.073"],["6418.092","17047.073"],["6292.771","17196.014"],["6406.577","17080.986"],["6336.381","17033.780"],["6350.324","16996.494"],["6388.849","17169.200"],["6315.557","17130.738"],["6313.279","17082.540"],["6317.113","17187.344"],["6391.199","17087.691"],["19839.186","16937.717"],["19776.124","16904.249"],["19743.731","16963.710"],["19824.984","16915.394"],["19808.614","16899.769"],["19803.178","16860.728"],["13009.226","18476.696"],["13015.657","18484.590"],["14794.917","13196.029"],["14719.966","13246.415"],["14762.827","13230.731"],["14724.933","13378.304"],["14711.865","13320.616"],["14763.321","13288.292"],["14774.653","13329.195"],["10844.086","16216.346"],["10878.732","16159.679"],["10811.001","16349.765"],["10851.483","16308.996"],["10877.515","16308.109"],["10856.794","16282.283"],["10835.817","16197.083"],["10788.191","16173.285"],["10073.071","13145.905"],["10169.400","13138.965"],["10098.881","13055.934"],["10080.596","13005.148"],["10077.567","12979.755"],["10058.068","13160.245"],["10205.996","12977.376"],["10219.907","13006.111"],["10184.185","13081.541"],["10189.449","13103.503"],["10131.319","13078.344"],["11293.126","18677.040"],["11124.791","18659.916"],["11271.268","18674.083"],["11250.840","18673.192"],["26704.874","17427.264"],["6801.435","7463.724"],["26374.008","15690.915"],["26311.010","15642.812"],["26269.151","15700.183"],["26263.280","15626.895"],["6226.038","7461.163"],["6246.147","7450.189"],["6206.918","7466.237"],["16339.368","13079.547"],["16347.559","13088.928"],["16338.759","13079.547"],["16203.600","12973.267"],["16225.288","13070.482"],["16199.830","13167.496"],["16284.395","13128.280"],["16277.479","13171.738"],["12806.625","14213.302"],["12817.034","14215.102"],["6538.329","16575.810"],["6500.562","16589.578"],["6520.858","16579.008"],["6538.388","16606.918"],["6528.355","16617.224"],["6526.281","16752.766"],["6507.013","16634.866"],["6495.188","16653.248"],["6535.730","16588.147"],["6537.352","16636.249"],["6522.309","16641.126"],["6564.480","16582.118"],["6552.697","16619.420"],["6518.658","16644.858"],["6619.110","16635.162"],["6555.429","16679.319"],["6566.115","16685.897"],["6516.146","16757.832"],["6535.248","16732.314"],["6473.540","16658.938"],["6633.416","16579.360"],["6473.629","16716.478"],["6625.146","16605.765"],["6556.046","16732.373"],["6470.006","16667.912"],["6553.894","16686.144"],["6529.271","16744.158"],["6506.580","16712.694"],["6509.299","16694.507"],["6576.033","16582.514"],["13536.859","18383.456"],["13581.663","18438.690"],["13440.785","18459.123"],["13482.842","18455.575"],["13595.315","18420.100"],["13449.156","18381.575"],["13598.127","18373.379"],["13489.606","18400.120"],["13430.560","18264.599"],["13581.811","18453.438"],["13587.107","18404.774"],["13606.680","18462.240"],["13493.665","18445.121"],["13429.515","18410.057"],["13413.466","18383.772"],["14085.800","13976.722"],["14115.411","13891.990"],["14088.212","13942.546"],["14093.386","13961.639"],["14072.631","13991.938"],["14142.492","13893.603"],["14111.660","14008.735"],["14059.670","13987.617"],["14122.357","14019.442"],["14148.051","13907.215"],["14115.023","13912.708"],["14134.293","13964.749"],["14174.895","14005.488"],["14204.286","14018.451"],["14047.336","14010.820"],["10533.671","14794.675"],["10545.192","14676.085"],["14935.063","18894.380"],["14924.158","18968.250"],["14911.411","18929.703"],["14918.846","18976.821"],["14936.444","18914.030"],["14908.352","18978.143"],["14960.309","18966.598"],["15032.442","18926.290"],["15017.360","18924.605"],["14917.332","18907.179"],["14937.957","18975.484"],["14938.747","18907.622"],["14901.000","18981.347"],["14973.171","18991.239"],["14960.161","18898.588"],["14908.040","18972.775"],["15067.804","18931.608"],["15048.347","18924.935"],["15060.074","18932.863"],["14988.396","18919.618"],["14939.454","18915.748"],["14999.931","18981.545"],["14990.326","18944.319"],["14956.592","18922.156"],["14963.171","18988.250"],["15026.307","18892.566"],["15083.248","18926.042"],["15072.524","18944.589"],["15061.517","19013.765"],["15024.955","19052.791"],["15070.448","18991.437"],["15020.465","19083.988"],["15089.215","18991.585"],["14924.370","19030.533"],["14958.185","19085.793"],["14924.353","19079.798"],["4626.678","9372.694"],["4594.515","9338.325"],["4711.977","9300.477"],["4693.117","9363.748"],["4675.229","9335.862"],["4753.813","9335.552"],["4673.243","9304.875"],["4612.387","9198.075"],["15840.995","14250.703"],["15874.129","14293.963"],["15873.025","14268.065"],["15812.023","14333.276"],["15761.840","14274.592"],["12808.444","13520.302"],["12824.968","13528.750"],["12825.232","13512.991"],["12985.298","13456.179"],["12940.348","13592.038"],["12987.191","13500.281"],["12978.391","13551.446"],["12932.496","13455.814"],["12863.736","13445.757"],["12877.906","13482.432"],["12819.114","13432.942"],["12833.646","13549.682"],["12805.416","13425.166"],["12814.217","13526.297"],["12784.849","13446.263"],["12837.342","13456.021"],["12799.010","13441.581"],["12833.398","13432.937"],["26973.513","16981.865"],["20845.497","15147.140"],["20822.317","15161.552"],["21049.640","12803.060"],["21451.801","7339.198"],["21483.450","7268.917"],["21540.726","7448.952"],["21568.718","7360.344"],["21537.383","7369.918"],["21481.937","7280.693"],["21619.096","7385.496"],["21521.412","7374.509"],["21506.061","7306.531"],["21445.082","7351.710"],["21472.597","7372.511"],["15913.385","11275.116"],["15880.250","11248.392"],["15900.408","11278.386"],["17047.088","4590.917"],["17180.610","4650.828"],["17183.220","4658.849"],["17173.263","4705.482"],["17006.177","4625.815"],["16999.773","4553.802"],["17053.516","4678.598"],["17119.648","4693.497"],["17196.634","4658.570"],["17166.141","4706.894"],["17134.749","4715.940"],["17080.616","4680.370"],["17110.241","4673.778"],["17021.568","4568.698"],["16990.410","4562.830"],["17045.662","4607.123"],["17109.139","4666.841"],["17040.065","4589.100"],["17191.574","4673.122"],["17030.963","4526.454"],["17144.769","4646.280"],["7272.869","8052.442"],["21462.020","7528.524"],["21448.712","7636.662"],["21579.830","7527.817"],["21518.152","7590.341"],["21472.438","7620.495"],["21601.750","7675.747"],["21530.002","7495.492"],["21440.472","7662.889"],["21595.750","7561.852"],["21575.399","7650.883"],["21616.671","7541.809"],["21483.879","7524.759"],["21607.939","7564.398"],["21533.366","7555.329"],["21467.998","7639.554"],["11306.730","18151.508"],["11369.692","18220.203"],["11317.211","18102.177"],["11352.288","18094.419"],["11325.859","18069.198"],["11422.931","18205.126"],["11357.801","18236.503"],["11369.944","18046.044"],["11321.797","18246.858"],["11346.972","18215.509"],["11346.865","18069.584"],["18811.561","14742.726"],["18879.206","14721.711"],["18742.130","14870.302"],["18742.231","14667.226"],["9995.601","12231.675"],["9992.393","12231.427"],["10019.246","12132.774"],["9852.591","12156.574"],["9930.263","12142.681"],["9986.481","12295.207"],["10013.216","12227.216"],["9844.778","12162.024"],["9923.059","12160.137"],["10011.900","12221.931"],["9907.134","12143.950"],["9851.583","12294.129"],["9960.064","12197.516"],["9912.942","12228.069"],["9923.117","12321.257"],["9866.961","12274.575"],["9844.215","12331.949"],["9973.629","12138.606"],["9860.173","12329.718"],["9872.229","12317.197"],["9846.517","12279.637"],["9834.085","12210.785"],["24568.675","6278.644"],["18342.693","12446.813"],["24301.804","16791.791"],["24345.465","16815.985"],["24297.459","16797.164"],["24189.280","16877.526"],["9304.617","12267.836"],["9312.709","12309.968"],["9338.173","12291.860"],["10189.171","19315.815"],["16163.511","15269.063"],["6887.268","16535.086"],["4830.763","17268.103"],["4802.199","17296.232"],["4875.650","17213.388"],["4887.736","17207.168"],["4844.984","17200.948"],["4812.364","17264.175"],["4826.064","17301.962"],["11570.232","15092.943"],["14622.455","18682.905"],["14633.442","18682.889"],["14622.932","18701.171"],["14614.462","18718.017"],["14618.837","18726.473"],["18673.990","16912.421"],["30874.332","13981.586"],["13758.593","15307.124"],["13754.679","15310.014"],["13809.834","15300.893"],["13822.614","15300.992"],["13789.088","15308.898"],["16954.708","4261.943"],["16937.442","4268.504"],["16975.912","4281.816"],["14297.461","18313.008"],["14252.993","18444.033"],["14267.790","18303.528"],["14299.917","18395.825"],["14291.672","18308.631"],["14306.080","18358.491"],["14298.947","18440.829"],["14269.983","18428.080"],["14289.714","18463.296"],["14336.295","18379.593"],["14288.661","18459.283"],["14260.422","18310.646"],["14256.475","18323.131"],["14273.865","18391.168"],["14276.940","18410.540"],["6410.135","9337.917"],["6326.474","9335.007"],["6410.069","9293.540"],["6307.461","9305.791"],["6298.168","9367.516"],["6400.270","9374.693"],["6353.770","9316.951"],["6382.600","9340.260"],["6359.134","9351.995"],["6273.817","9212.291"],["6391.844","9181.759"],["6365.302","9367.758"],["6318.905","9327.782"],["6367.156","9308.368"],["6401.055","9166.978"],["6385.829","9371.474"],["6319.694","9307.732"],["6387.504","9293.201"],["29667.775","16122.934"],["29787.190","15997.633"],["29808.546","16054.675"],["29761.700","16069.962"],["29806.470","16092.899"],["29808.306","16125.139"],["15170.589","17838.839"],["15172.944","17842.917"],["15174.768","17856.156"],["15170.448","17923.988"],["15109.756","18019.465"],["15117.112","17881.811"],["15133.910","17929.817"],["15235.540","17844.725"],["15154.272","17943.466"],["22686.593","14624.856"],["22815.896","14633.791"],["29987.835","15624.648"],["29984.581","15571.412"],["29998.694","15552.961"],["29943.771","15536.607"],["29934.692","15513.258"],["8895.794","11938.096"],["8799.424","12105.979"],["8788.815","12066.607"],["8831.059","11929.658"],["8861.891","12040.910"],["8889.671","12020.744"],["8960.085","11984.257"],["8959.640","12004.835"],["8870.071","11968.913"],["8965.743","11924.569"],["8974.100","11998.542"],["8780.805","12100.925"],["8789.776","11914.959"],["8801.863","12004.598"],["8974.637","12039.049"],["8839.397","11965.626"],["8809.851","12100.628"],["8835.384","11921.004"],["8882.862","12051.298"],["8934.743","12005.805"],["8914.515","11962.512"],["7695.235","14772.272"],["7691.794","14772.278"],["7667.474","14763.590"],["7669.870","14816.745"],["7611.102","14721.940"],["7607.545","14838.600"],["21731.322","15821.987"],["21718.880","15788.564"],["21714.493","15773.583"],["21825.418","15903.673"],["21780.266","15813.151"],["21810.900","15855.325"],["26049.688","17556.245"],["14391.476","12521.717"],["14415.108","12425.429"],["14291.971","12434.042"],["14388.005","12526.837"],["14298.355","12513.622"],["14416.493","12534.914"],["14269.634","12465.525"],["14348.718","12460.684"],["14253.923","12508.797"],["14267.769","12508.563"],["14263.103","12499.898"],["14281.228","12492.810"],["14258.170","12453.248"],["14457.413","12508.766"],["14268.752","12431.262"],["14303.287","12448.922"],["14354.010","12458.583"],["14346.070","12468.743"],["14311.612","12517.371"],["14306.929","12383.579"],["14312.814","12390.010"],["14371.954","12379.121"],["14259.259","12337.516"],["14445.094","12505.611"],["14386.986","12517.440"],["14436.088","12427.267"],["14271.696","12438.232"],["14261.412","12457.163"],["14258.994","12426.907"],["14313.585","12535.967"],["14413.828","12543.254"],["14252.972","12338.782"],["14301.327","12366.372"],["14324.594","12381.228"],["14374.455","12442.302"],["14378.730","12390.979"],["14403.745","12450.963"],["16290.759","5462.928"],["29148.649","11317.118"],["29113.551","11466.992"],["14448.438","10078.732"],["27698.155","17038.515"],["27683.359","17041.498"],["27645.077","17033.957"],["27630.743","17003.267"],["27658.848","17191.209"],["27630.493","17178.170"],["27592.388","17147.690"],["27587.663","17120.685"],["27547.477","17124.987"],["27656.400","17109.997"],["27617.788","17110.643"],["27589.361","17066.814"],["27520.743","17131.161"],["27544.713","17161.972"],["10129.497","17137.970"],["10148.690","17146.935"],["10140.564","17159.623"],["21111.799","7092.405"],["21083.493","7094.899"],["21157.440","7061.092"],["31548.475","13364.470"],["31529.108","13271.964"],["20203.834","6915.953"],["20204.114","6906.457"],["20193.834","6901.040"],["20335.006","7003.233"],["20337.440","7009.212"],["13599.283","16537.805"],["13585.291","16507.005"],["13580.142","16543.312"],["13600.023","16535.806"],["16371.484","5762.517"],["15045.308","15472.637"],["14907.437","15369.933"],["15002.071","15426.458"],["14909.564","15499.023"],["8239.353","15281.614"],["8271.951","15222.369"],["8264.780","15220.123"],["8186.457","15249.966"],["14645.387","12137.303"],["14555.659","12144.810"],["14477.899","12290.218"],["14534.244","12127.650"],["14541.463","12296.242"],["14645.568","12161.812"],["14587.238","12141.639"],["11002.904","17164.547"],["10954.076","17135.888"],["10924.308","17170.711"],["11007.723","17153.548"],["10973.189","17149.860"],["10915.618","17164.845"],["11006.555","17154.176"],["10953.299","17162.081"],["10955.420","17182.464"],["10977.566","17189.659"],["8157.215","18045.505"],["7585.200","16291.278"],["7592.141","16284.590"],["7561.322","16309.522"],["7211.536","12571.622"],["7217.013","12599.170"],["7268.358","12632.052"],["7259.133","12606.738"],["7244.018","12603.733"],["7157.589","12559.878"],["7179.497","12550.794"],["7228.819","12637.568"],["7266.953","12714.229"],["7275.407","12711.917"],["7277.200","12666.126"],["7286.904","12674.433"],["7231.931","12605.644"],["7299.263","12698.609"],["7240.334","12597.705"],["7263.540","12678.212"],["7270.194","12679.982"],["7235.369","12570.185"],["7278.227","12654.992"],["7259.577","12604.344"],["7169.497","12564.551"],["7234.823","12663.265"],["7263.286","12671.064"],["7260.039","12561.819"],["7263.127","12711.405"],["7279.854","12631.322"],["7300.767","12589.712"],["7223.166","12558.404"],["7269.337","12626.223"],["7284.682","12630.864"],["26106.520","17413.521"],["6043.609","9345.996"],["6156.337","9372.268"],["6109.580","9367.723"],["6238.128","9340.900"],["6198.465","9249.228"],["6181.652","9245.050"],["6171.927","9218.279"],["6155.749","9179.006"],["6190.600","9171.115"],["6132.222","9209.208"],["6096.843","9250.201"],["6219.787","9210.164"],["6118.561","9236.775"],["6117.519","9196.904"],["6241.070","9189.305"],["6212.368","9237.007"],["7218.944","8126.335"],["7225.663","8148.700"],["7189.479","8119.506"],["17241.535","4645.867"],["17279.743","4636.572"],["17252.775","4667.333"],["17265.355","4669.597"],["17406.406","4575.815"],["10531.914","14214.613"],["10534.697","14185.295"],["10515.174","14126.187"],["10502.509","14049.164"],["10515.489","14152.798"],["10461.887","14081.815"],["10521.239","14164.126"],["10538.579","14186.187"],["10476.789","14133.706"],["6318.074","14072.243"],["4437.000","12919.582"],["4474.551","12859.460"],["4517.696","12880.598"],["4490.923","12832.879"],["4532.959","12920.309"],["4556.168","12939.713"],["4432.309","12906.109"],["4537.536","12908.179"],["4533.339","12952.418"],["4432.856","12921.597"],["4519.111","12892.622"],["4478.127","12840.129"],["4527.301","12921.680"],["4530.414","12912.439"],["4449.546","12917.207"],["4551.102","12960.511"],["4533.246","12947.613"],["4504.869","12909.057"],["4497.487","12882.781"],["4536.128","12919.068"],["4531.656","12952.396"],["4482.805","12863.089"],["4503.620","12925.454"],["4463.057","12920.054"],["4467.462","12947.764"],["4511.581","12935.663"],["4514.211","12906.283"],["4509.411","12876.802"],["4531.316","12964.901"],["4489.546","12861.723"],["4494.081","12908.212"],["4446.116","12926.380"],["4440.915","12894.219"],["12919.253","14377.105"],["12809.997","14417.215"],["12933.487","14421.077"],["12954.097","14389.923"],["12977.737","14373.805"],["12875.708","14428.875"],["12893.492","14419.310"],["12978.634","14276.975"],["12957.798","14278.322"],["12962.057","14415.505"],["12942.622","14379.337"],["12855.182","14413.202"],["12890.531","14431.168"],["12971.990","14279.683"],["12939.015","14270.625"],["12812.077","14404.816"],["12796.287","14388.412"],["12915.179","14332.107"],["12919.039","14427.758"],["12936.893","14411.732"],["12977.041","14375.786"],["12941.503","14361.072"],["12864.310","14428.974"],["12890.367","14415.694"],["12969.819","14290.484"],["12941.104","14283.474"],["19959.468","5604.799"],["20020.180","5745.045"],["20032.894","5757.696"],["19984.459","5599.756"],["20099.671","5652.885"],["20011.613","5726.249"],["20047.583","5646.464"],["20017.041","5754.391"],["20009.606","5661.410"],["19971.218","5700.287"],["20001.235","5780.799"],["20112.467","5617.509"],["14763.881","13571.940"],["14708.477","13542.595"],["14686.410","13591.617"],["14676.822","13538.282"],["14727.442","13446.237"],["14768.360","13488.415"],["14735.974","13570.615"],["14771.445","13476.277"],["14763.413","13425.002"],["28030.428","7600.867"],["28032.467","7602.634"],["27966.036","7560.697"],["8610.429","9639.041"],["8713.592","9609.334"],["8730.816","9654.892"],["8637.781","9602.559"],["8749.592","9662.392"],["8762.335","9661.485"],["8672.857","9657.246"],["8705.297","9634.857"],["8664.610","9659.075"],["8676.984","9623.544"],["8593.682","9598.486"],["8589.922","9612.652"],["8750.019","9646.554"],["8685.818","9661.457"],["8726.021","9647.160"],["8608.996","9656.858"],["8643.412","9628.385"],["8645.974","9604.034"],["8581.139","9618.977"],["11344.087","14437.323"],["11346.472","14449.082"],["11353.265","14435.919"],["11361.189","14265.263"],["11487.300","14241.176"],["11469.059","14242.169"],["11339.525","14265.339"],["9813.317","9546.710"],["9789.376","9484.838"],["9701.858","9551.133"],["9711.303","9512.731"],["9805.030","9559.061"],["9741.948","9541.964"],["9686.636","9512.327"],["9679.103","9436.905"],["9632.078","9428.998"],["9795.393","9454.353"],["9760.183","9431.414"],["9790.692","9480.444"],["9775.116","9432.856"],["5797.736","17636.215"],["13413.409","15415.371"],["15080.383","17101.842"],["15059.748","17081.775"],["15058.992","17079.050"],["15092.880","17087.348"],["15028.967","17124.418"],["15092.126","17058.273"],["15042.860","17173.253"],["15076.158","17165.142"],["15082.699","17190.576"],["15009.931","16994.289"],["15090.498","16987.598"],["15068.497","16986.647"],["14999.200","17107.911"],["14995.578","17183.385"],["15066.907","17117.518"],["11569.339","15615.446"],["11526.868","15584.618"],["6878.455","15524.438"],["6707.791","15557.321"],["6714.823","15596.877"],["6752.864","15620.250"],["6748.869","15576.495"],["6768.123","15601.882"],["6677.866","15654.159"],["6781.837","15540.184"],["6678.331","15554.894"],["6814.555","15542.496"],["6858.162","15550.515"],["7684.145","15538.532"],["16239.691","15470.904"],["16191.369","15470.440"],["11337.169","17610.102"],["11338.724","17613.563"],["11395.905","17619.406"],["11466.756","17619.818"],["11388.491","17573.253"],["11448.772","17576.696"],["11460.168","17610.637"],["11428.155","17618.362"],["11479.126","17588.299"],["11387.096","17616.749"],["11398.241","17616.566"],["11456.361","17620.148"],["11498.727","17618.604"],["11407.290","17582.138"],["11457.259","17576.515"],["11453.392","17591.677"],["11483.419","17582.090"],["11325.787","17617.716"],["11364.773","17614.039"],["11354.085","17618.352"],["11375.506","17619.028"],["11406.767","17612.075"],["11410.728","17576.771"],["11454.940","17575.887"],["11452.257","17611.198"],["11439.750","17610.567"],["11499.735","17575.665"],["10058.591","16975.958"],["10962.660","14865.642"],["10923.800","14736.343"],["10909.985","14761.115"],["10989.111","14761.308"],["11077.160","14736.323"],["11070.591","14772.972"],["10977.465","14842.043"],["10960.820","14868.129"],["10891.042","14785.945"],["10977.334","14763.753"],["11051.165","14713.012"],["10985.982","14690.428"],["11006.158","14672.307"],["11031.420","14712.660"],["11020.695","14790.238"],["11046.544","14811.458"],["11003.950","14807.939"],["10977.195","14806.258"],["14583.123","9377.992"],["14672.043","9381.723"],["24026.679","5930.115"],["23994.475","5935.086"],["24035.017","5924.747"],["6032.450","15783.073"],["6003.155","15842.917"],["5265.976","11051.648"],["5254.068","11033.448"],["5319.498","10944.356"],["18860.823","17440.777"],["18753.184","17422.147"],["6233.022","9151.993"],["6220.217","9144.429"],["16674.532","18458.375"],["16707.328","18458.589"],["16927.479","15405.253"],["16819.817","15356.892"],["16827.070","15308.618"],["16865.636","15340.761"],["16935.795","15306.473"],["16927.722","15335.275"],["16860.231","15497.408"],["16950.726","15471.730"],["16783.998","15464.637"],["16864.903","15344.660"],["16783.982","15408.319"],["16872.012","15468.733"],["16866.408","15385.792"],["16824.789","15327.793"],["16932.011","15455.043"],["16941.075","15431.262"],["16944.993","15359.017"],["5199.088","18634.357"],["5199.878","18634.357"],["5300.286","18665.903"],["5319.707","18640.765"],["5312.013","18660.205"],["5324.230","18662.582"],["9441.897","14244.052"],["9469.856","14295.342"],["9410.942","14255.546"],["9570.717","14377.961"],["14931.163","14223.244"],["14907.366","14186.825"],["15075.312","14147.879"],["15015.937","14059.600"],["15090.191","14192.307"],["14919.624","14061.712"],["15569.837","17846.308"],["15567.972","17910.227"],["15557.872","17939.122"],["15520.831","17948.669"],["15610.001","17879.975"],["15603.821","17918.961"],["15531.592","17957.486"],["13202.873","12531.651"],["13373.345","12450.500"],["13378.970","12442.572"],["13380.089","12472.729"],["13383.017","12520.491"],["13284.482","12492.916"],["5719.048","7891.306"],["5666.685","7895.996"],["5666.885","7886.652"],["5741.336","7784.018"],["5808.556","7786.359"],["5760.596","7735.991"],["5702.962","7852.032"],["5681.324","7869.745"],["5689.547","7852.294"],["5747.596","7742.824"],["5756.001","7744.789"],["5796.942","7792.115"],["5827.149","7748.803"],["8575.265","12919.564"],["8776.444","12895.410"],["8696.419","12822.566"],["8699.063","12802.455"],["8690.001","12775.878"],["19480.033","14226.602"],["19397.944","14222.820"],["25318.448","7357.812"],["25327.526","7389.813"],["17115.271","7254.588"],["17186.900","7256.744"],["8982.518","16340.700"],["14767.921","14052.308"],["14877.505","14059.133"],["14751.241","14099.126"],["14818.430","14179.612"],["14691.761","14121.022"],["14738.488","14079.404"],["12351.383","12275.062"],["12341.383","12210.735"],["12245.692","12162.394"],["12225.215","12126.226"],["12314.277","12269.232"],["12218.175","12170.735"],["12337.518","12181.205"],["12296.876","12185.285"],["12353.833","12175.920"],["30434.653","14838.554"],["12895.847","15326.768"],["12932.113","15310.616"],["12898.281","15315.951"],["12896.768","15298.213"],["12957.046","15346.836"],["12920.537","15399.002"],["5188.946","14580.048"],["5191.385","14490.443"],["5140.556","14523.346"],["5107.829","14507.626"],["5190.694","14527.900"],["5133.335","14496.492"],["5103.553","14481.086"],["5197.861","14583.367"],["5186.681","14509.502"],["5141.098","14534.593"],["5190.463","14596.054"],["5052.725","14450.586"],["14812.487","18283.621"],["14764.790","18257.807"],["14777.306","18285.883"],["14868.847","18338.408"],["14861.101","18338.127"],["14790.223","18451.945"],["14881.062","18355.611"],["14843.299","18445.388"],["14872.443","18367.866"],["14871.654","18440.946"],["14764.214","18353.215"],["14715.941","18379.937"],["14748.622","18381.572"],["14758.342","18404.990"],["14762.059","18321.885"],["14784.543","18390.457"],["14737.205","18431.822"],["14788.011","18441.648"],["14767.354","18456.479"],["14688.124","18275.469"],["14775.086","18270.821"],["14791.368","18256.172"],["14869.407","18301.496"],["14870.690","18338.837"],["14840.601","18435.083"],["14823.990","18422.234"],["14822.707","18427.833"],["14813.463","18352.738"],["14818.101","18403.489"],["14741.813","18375.312"],["14746.533","18359.292"],["14734.082","18393.760"],["14720.069","18341.951"],["14719.016","18370.506"],["14768.951","18412.306"],["14754.377","18453.985"],["14731.712","18462.524"],["14782.633","18447.396"],["14763.918","18258.633"],["14798.391","18274.290"],["14714.165","18271.713"],["14858.157","18298.111"],["14838.957","18359.839"],["14834.647","18365.900"],["14822.411","18372.374"],["14880.914","18402.581"],["14822.624","18394.108"],["14702.059","18410.308"],["14750.398","18399.623"],["14726.993","18431.332"],["14801.549","18413.578"],["14743.704","18370.738"],["14760.890","18420.691"],["7788.874","10155.092"],["7794.294","10167.631"],["7768.862","10131.562"],["7781.093","10097.149"],["7768.594","10110.289"],["7784.066","10122.516"],["7803.216","10154.762"],["7798.028","10174.947"],["7752.393","10107.481"],["7762.760","10154.073"],["7769.300","10088.131"],["7780.119","10122.516"],["7932.345","10029.411"],["7889.313","10035.495"],["7888.947","10063.152"],["7918.056","10041.805"],["7853.010","10028.036"],["7926.604","10017.114"],["7866.788","10021.547"],["7842.313","10025.755"],["7829.670","10018.265"],["7807.425","10011.287"],["7797.076","10016.266"],["7813.467","10078.105"],["7820.988","10078.729"],["7896.302","10046.126"],["7853.740","10081.369"],["7771.270","10056.278"],["7737.853","10062.455"],["7742.970","10051.296"],["7747.338","10054.451"],["7800.054","10198.374"],["7750.662","10094.026"],["7728.459","10053.349"],["7895.053","10030.954"],["7885.517","10060.200"],["7875.859","10012.515"],["7860.176","10021.267"],["7845.487","10029.520"],["7847.368","10017.472"],["7822.023","10027.747"],["7815.728","10033.706"],["7835.065","10045.843"],["7821.169","10081.900"],["7855.336","10055.353"],["7847.014","10084.423"],["7850.434","10065.795"],["7738.955","10053.470"],["7815.992","10172.742"],["7770.481","10053.850"],["7741.457","10039.092"],["7766.367","10057.539"],["7755.711","10105.603"],["7725.891","10014.007"],["14711.984","12793.478"],["14681.378","12864.639"],["14682.625","12809.532"],["14760.765","12930.731"],["14728.184","12907.475"],["14721.147","12937.697"],["12342.966","17793.845"],["12256.734","17757.781"],["12216.234","17781.385"],["12324.940","17782.433"],["12263.790","17754.593"],["12216.991","17792.599"],["12294.546","17822.621"],["12337.275","17786.050"],["12270.896","17754.296"],["12207.813","17766.653"],["12311.865","17812.497"],["10973.126","14891.352"],["10974.869","14875.009"],["20103.841","7817.608"],["20015.420","7801.076"],["19998.315","7831.580"],["20116.555","7824.825"],["20038.068","7757.261"],["20091.801","7735.989"],["20060.815","7775.692"],["20106.686","7775.197"],["20140.124","7845.667"],["22949.781","16719.731"],["22926.181","16733.003"],["22937.690","16759.873"],["23034.203","16758.989"],["23085.348","16765.585"],["23089.370","16752.619"],["23083.020","16765.872"],["6481.042","15797.085"],["6658.077","15756.975"],["6559.233","15890.770"],["6516.613","15929.447"],["6619.721","15891.506"],["6631.564","15722.575"],["6640.278","15925.213"],["6467.090","15769.346"],["6505.114","15803.696"],["6615.379","15740.410"],["6529.031","15912.436"],["6579.881","15773.377"],["6650.642","15721.749"],["15493.134","5594.109"],["15408.803","5747.403"],["15464.247","5658.058"],["15449.991","5720.488"],["15460.632","5755.722"],["15161.173","16157.720"],["15176.654","16172.185"],["15182.059","16190.083"],["15162.080","16220.728"],["15122.231","16253.239"],["15102.201","16184.560"],["15116.609","16195.295"],["15129.622","16154.685"],["15164.709","16151.989"],["15175.760","16191.470"],["15157.710","16185.363"],["15165.735","16283.097"],["15141.986","16276.357"],["28011.275","10959.441"],["7292.407","15024.786"],["7298.938","15050.780"],["7295.424","15034.532"],["7303.565","15013.390"],["27129.217","15483.245"],["27100.229","15366.924"],["27095.925","15395.626"],["27115.761","15360.003"],["23036.644","15886.615"],["23055.532","15754.309"],["23045.758","15838.140"],["21715.385","16217.337"],["21754.984","16278.972"],["21773.254","16301.229"],["21811.805","16223.308"],["15142.344","15873.305"],["15187.750","15843.077"],["10238.873","14219.425"],["10244.863","14161.647"],["10145.323","14159.839"],["10133.481","14183.852"],["10103.705","14168.105"],["10117.340","14184.356"],["10116.509","14115.759"],["10052.596","14084.326"],["10242.677","14234.424"],["10198.099","14209.985"],["10201.737","14186.343"],["10180.522","14144.202"],["10196.844","14111.636"],["10087.020","14113.478"],["10092.930","14066.120"],["10048.208","14075.478"],["10120.090","14044.612"],["10205.405","14040.013"],["10173.353","14032.521"],["10221.374","14118.216"],["10149.912","14176.420"],["10115.596","14154.596"],["10106.838","14116.585"],["10060.852","14079.801"],["10063.560","14230.396"],["10161.511","14029.780"],["10132.659","14182.003"],["10091.633","14169.212"],["10193.033","14228.251"],["10236.869","14190.885"],["10176.229","14173.929"],["10198.275","14123.065"],["10088.154","14101.769"],["10097.881","14088.415"],["10043.208","14041.737"],["22717.301","16765.870"],["22756.231","16758.197"],["22862.618","16729.809"],["22875.879","16734.797"],["10538.423","15361.099"],["10626.439","15306.540"],["10543.052","15361.275"],["10616.809","15491.971"],["10532.853","15304.080"],["10659.440","15480.831"],["19673.050","14564.124"],["19575.699","14635.667"],["11079.856","16738.302"],["11032.179","16687.865"],["11003.886","16693.393"],["11050.317","16650.194"],["11077.418","16669.706"],["11061.794","16666.868"],["11045.196","16635.952"],["11067.973","16611.716"],["10972.231","16589.781"],["10970.484","16688.282"],["10931.468","16673.136"],["10924.628","16709.250"],["10918.019","16566.752"],["21974.533","14015.880"],["5207.080","8235.014"],["5283.484","8190.773"],["5336.490","8223.321"],["5363.478","8193.715"],["5286.534","8303.933"],["5284.569","8126.099"],["5393.011","8253.658"],["5215.181","8274.908"],["5246.487","8227.236"],["5300.079","8248.701"],["5295.096","8199.493"],["5326.720","8224.873"],["5400.311","8231.563"],["5398.803","8199.783"],["5296.000","8136.735"],["5401.777","8300.941"],["5343.503","8114.140"],["5402.984","8205.022"],["5380.921","8252.326"],["5233.449","8298.589"],["5217.881","8182.282"],["5335.813","8121.413"],["5277.485","8125.507"],["5312.220","8270.038"],["5266.186","8297.565"],["5206.500","8225.852"],["30498.865","14447.147"],["30574.091","14438.121"],["30485.837","14345.610"],["30580.021","14375.765"],["30528.092","14340.496"],["30621.264","14362.257"],["30639.280","14292.144"],["30579.554","14327.510"],["10395.546","19082.975"],["10368.878","19075.789"],["10395.391","19055.541"],["10426.516","19087.038"],["10453.263","19090.944"],["10366.576","19073.130"],["31772.636","13242.307"],["31825.230","13225.726"],["31846.094","13198.581"],["31857.060","13247.210"],["31903.666","13223.835"],["3731.860","12548.114"],["3726.781","12635.242"],["3742.682","12552.556"],["3737.341","12648.933"],["3761.343","12575.120"],["3811.661","12585.894"],["3729.209","12631.361"],["3744.920","12653.450"],["3734.082","12571.985"],["3767.987","12571.355"],["3810.932","12553.587"],["3799.845","12554.705"],["3817.423","12556.559"],["3799.802","12571.658"],["3757.190","12652.492"],["3732.306","12558.620"],["2341.062","11428.509"],["2329.958","11462.778"],["2325.952","11399.968"],["2433.194","11385.818"],["2306.885","11344.253"],["2455.562","11335.727"],["2269.898","11368.728"],["2408.435","11371.544"],["2347.152","11355.976"],["13457.740","15962.997"],["27144.948","15660.567"],["9038.829","19104.666"],["19123.153","14610.324"],["19235.694","14638.042"],["19143.990","14539.917"],["28401.842","16146.682"],["28423.315","16155.566"],["28453.716","16151.045"],["28413.962","16211.086"],["28378.164","16220.348"],["28369.654","16256.112"],["28414.343","16282.988"],["28465.041","16239.758"],["28468.730","16219.826"],["28542.277","16273.673"],["28539.403","16225.456"],["28510.198","16284.043"],["8990.424","14423.553"],["14507.410","8396.607"],["14560.448","8506.624"],["14616.166","8457.869"],["14523.512","8423.081"],["14565.909","8524.642"],["14623.732","8499.355"],["14465.647","8478.652"],["8746.884","15922.455"],["15928.125","17991.616"],["15805.001","17916.953"],["15778.278","17943.173"],["15792.084","18041.095"],["14940.510","9173.627"],["9876.813","14467.321"],["16094.193","18502.859"],["14488.248","9211.289"],["14604.675","9367.742"],["14536.637","9203.643"],["14606.955","9373.235"],["14557.092","9340.359"],["14621.710","9347.976"],["14595.434","9318.262"],["14563.485","9235.256"],["14586.545","9341.453"],["14592.424","9306.470"],["14565.801","9167.414"],["14546.660","9238.163"],["25467.807","16994.045"],["25598.689","17013.192"],["25618.859","17087.372"],["25587.198","17196.157"],["25493.402","17175.511"],["25438.639","17166.549"],["25457.857","17095.988"],["25466.715","17058.784"],["14679.309","18230.085"],["14702.516","18218.392"],["14734.938","18192.968"],["14810.793","18253.381"],["14806.355","18248.351"],["14816.339","18203.925"],["14878.000","18151.241"],["14867.040","18077.064"],["14815.872","18095.445"],["14873.537","18075.759"],["14834.244","18106.461"],["14837.320","18126.461"],["14694.095","18189.688"],["14682.319","18250.976"],["14727.240","18196.602"],["14757.931","18235.908"],["14736.270","18232.555"],["14776.730","18215.743"],["14881.520","18229.920"],["14821.849","18156.031"],["14840.237","18220.771"],["14814.842","18178.855"],["14863.965","18085.867"],["14809.080","18099.145"],["14868.422","18083.852"],["14881.925","18083.885"],["14862.468","18143.604"],["14692.269","18186.253"],["14698.305","18246.237"],["14786.204","18237.427"],["14727.306","18185.371"],["14813.033","18169.524"],["14856.536","18194.214"],["14803.362","18249.672"],["14833.954","18183.017"],["14869.283","18185.428"],["14830.231","18140.400"],["14799.343","18121.077"],["14853.751","18142.002"],["14810.757","18114.355"],["14808.488","18103.604"],["7663.654","15807.875"],["7520.437","15892.210"],["7678.203","15826.636"],["24451.003","16848.183"],["19915.618","6578.111"],["19929.895","6526.418"],["19835.595","6423.874"],["11190.534","14461.937"],["11186.975","14479.318"],["11211.127","14505.810"],["16663.974","15211.786"],["16681.392","15217.484"],["16760.963","15232.822"],["16690.823","15282.138"],["16746.355","15231.390"],["16688.052","15178.940"],["16752.044","15179.582"],["16735.833","15129.992"],["16600.179","15250.383"],["16622.371","15263.874"],["13964.311","9358.373"],["13998.039","9300.490"],["13890.381","9297.566"],["13972.065","9333.992"],["13956.887","9306.652"],["14021.723","9203.512"],["14009.479","9329.868"],["9697.637","9301.027"],["9746.650","9371.426"],["9681.633","9290.259"],["9697.813","9331.732"],["9715.124","9369.922"],["9664.953","9362.488"],["17991.974","14481.421"],["17971.498","14455.818"],["18030.839","14504.909"],["17940.922","14476.165"],["15751.221","17434.062"],["15739.863","17511.487"],["15727.539","17551.293"],["15733.746","17585.196"],["15797.337","17474.683"],["8337.047","13960.443"],["8337.261","13978.329"],["32118.267","12781.948"],["32092.109","12960.896"],["32121.049","12879.387"],["15485.055","5552.576"],["15448.382","5563.847"],["15304.852","5498.320"],["15477.209","5367.864"],["15328.456","5505.033"],["15317.704","5469.520"],["15276.637","11858.230"],["15128.111","11887.913"],["15244.236","11869.840"],["15279.384","11860.707"],["15286.888","11904.187"],["15177.236","11897.386"],["15114.476","11876.038"],["15257.410","11885.364"],["15166.414","11862.358"],["15153.175","11863.979"],["15261.144","11862.788"],["21848.756","6697.277"],["21872.332","6810.030"],["21881.470","6779.077"],["21869.869","6838.451"],["22038.300","6767.046"],["21863.237","6811.352"],["21899.118","6793.644"],["22026.194","6789.788"],["11976.219","4585.503"],["22868.605","14886.268"],["15535.050","14786.943"],["15654.362","14703.680"],["15675.560","14857.845"],["15606.723","14872.698"],["15598.291","14794.563"],["15633.993","14837.642"],["15677.648","14662.933"],["15666.412","14721.139"],["22710.758","16152.289"],["22834.853","16153.736"],["22697.609","16145.510"],["11443.173","15065.898"],["11499.007","14946.868"],["11502.875","14904.409"],["14425.603","17260.878"],["14373.442","17305.661"],["14260.841","17341.251"],["14276.499","17380.904"],["14323.977","17288.369"],["14270.528","17408.501"],["14269.130","17380.491"],["14378.879","17226.512"],["14387.712","17296.797"],["14416.079","17189.988"],["14319.657","17369.706"],["14297.220","17297.334"],["14267.897","17389.756"],["14260.134","17356.494"],["14350.610","17259.392"],["14405.351","17256.940"],["14374.001","17310.682"],["14363.434","17265.945"],["14342.290","17296.471"],["14308.193","17402.258"],["14295.232","17405.990"],["14328.357","17309.393"],["14256.771","17269.945"],["11330.725","17526.363"],["11353.105","17522.150"],["11433.742","17517.850"],["11351.810","17496.213"],["11358.468","17420.301"],["11480.089","17495.736"],["11383.492","17525.461"],["11412.413","17437.302"],["11368.726","17447.113"],["11312.517","17515.678"],["11360.490","17536.700"],["11328.486","17430.417"],["11351.070","17516.412"],["11426.505","17497.322"],["11479.974","17483.564"],["11493.990","17491.403"],["11370.877","17532.298"],["11451.692","17531.404"],["11494.993","17471.493"],["11500.571","17431.839"],["11386.999","17432.067"],["11324.968","17520.913"],["11359.733","17517.790"],["11402.514","17518.169"],["11382.122","17503.662"],["11498.513","17413.815"],["11456.766","17470.781"],["11389.989","17525.510"],["11455.985","17515.945"],["11348.167","17476.840"],["7750.812","12854.463"],["7727.111","12902.953"],["7735.285","12846.998"],["5145.560","16345.087"],["5069.230","16261.422"],["5065.537","16186.519"],["5126.791","16342.365"],["24855.189","16874.341"],["24964.817","16810.973"],["24961.134","16812.786"],["24798.344","16822.825"],["24873.074","16861.425"],["24956.390","16799.531"],["12623.954","14090.765"],["12703.964","14194.844"],["12621.990","14034.667"],["12608.967","14060.618"],["12689.473","14169.101"],["12731.729","14062.565"],["12701.546","14158.907"],["12675.788","14230.862"],["12633.714","14037.083"],["12603.046","14072.756"],["12704.966","14176.846"],["12697.419","14133.187"],["12718.027","14215.994"],["12603.241","14047.569"],["12709.703","14155.096"],["12676.635","13977.241"],["12674.936","14039.812"],["12575.124","14115.405"],["12603.583","14082.263"],["12600.185","14108.169"],["12728.084","14138.653"],["16193.812","14578.462"],["16148.340","14581.560"],["16201.829","14584.614"],["16291.344","14604.194"],["16244.896","14583.910"],["16314.824","14601.188"],["16311.934","14569.580"],["16290.914","14629.634"],["16327.011","14630.382"],["7730.503","11965.938"],["7838.357","11970.162"],["7828.280","11941.114"],["7846.032","11938.894"],["7809.269","11945.795"],["7764.510","12008.092"],["7733.924","11957.019"],["7810.306","11918.134"],["7815.594","11955.001"],["7833.609","11952.041"],["7814.805","11937.908"],["7836.193","11964.077"],["7755.316","12001.122"],["7934.937","12105.443"],["7733.474","12008.092"],["7926.196","12062.384"],["7917.157","12099.976"],["7876.107","11929.635"],["7855.076","11913.546"],["7903.841","11996.095"],["7832.691","12034.971"],["7767.017","12085.718"],["7735.839","12094.751"],["7800.479","12082.993"],["7819.977","12074.822"],["20055.186","13840.397"],["20071.017","13827.133"],["20096.228","13836.696"],["20141.683","13833.843"],["20133.402","13843.830"],["4616.750","10427.698"],["4575.338","10403.868"],["4594.405","10424.471"],["5389.640","15908.722"],["13247.116","10705.384"],["13215.052","10746.312"],["13340.152","10779.764"],["13348.650","10808.535"],["13324.253","10717.507"],["13295.774","10678.396"],["13268.498","10721.569"],["13235.923","10716.320"],["13301.303","10775.933"],["13322.021","10806.322"],["13342.752","10842.330"],["13310.700","10715.822"],["6254.583","15404.076"],["6253.563","15428.997"],["6251.820","15419.534"],["6434.199","15461.879"],["6313.098","15354.584"],["6313.537","15473.160"],["6318.333","15483.437"],["6279.517","15464.663"],["6420.548","15441.235"],["9490.719","18035.638"],["9545.827","17995.735"],["9563.564","17948.449"],["9575.869","17931.983"],["9509.536","18017.946"],["9594.836","17927.160"],["9604.022","17901.790"],["23574.234","17870.388"],["23686.358","18009.400"],["12355.432","12844.423"],["12293.557","12955.174"],["12229.873","12909.445"],["12333.224","12800.112"],["10766.021","8914.571"],["6477.966","17819.215"],["6478.279","17823.245"],["9974.653","16971.132"],["9916.890","16954.482"],["9914.853","16979.889"],["10005.936","16968.935"],["9927.269","16966.455"],["9921.677","16975.687"],["9912.846","16983.869"],["9853.607","16977.324"],["9944.150","16974.974"],["10028.221","16951.369"],["9971.676","16985.516"],["9922.729","16959.122"],["9916.117","16953.755"],["9839.758","16975.524"],["9841.518","16984.360"],["9950.255","16975.197"],["9883.166","16907.842"],["12364.619","11922.785"],["12513.084","12083.141"],["12543.845","12041.134"],["12552.603","12091.969"],["12382.197","11954.850"],["12544.447","12036.362"],["12491.488","12081.380"],["12509.473","12035.968"],["12463.910","12006.296"],["12473.617","11997.593"],["12409.697","11952.122"],["12438.509","12041.918"],["12509.723","12006.283"],["12510.461","12077.656"],["12479.638","12073.065"],["12558.355","12114.221"],["12560.979","12108.626"],["12420.397","11996.798"],["12521.044","12073.132"],["12471.759","12059.466"],["12563.516","12057.237"],["12549.724","12099.897"],["12366.950","11961.505"],["12527.325","12045.545"],["12493.084","12068.795"],["12495.224","12023.682"],["12453.893","11999.244"],["12390.489","11956.173"],["12427.698","12058.664"],["12436.105","12071.491"],["16648.789","15799.493"],["16601.585","15719.499"],["16659.874","15768.997"],["16630.622","15724.091"],["16662.105","15916.080"],["16651.655","15875.297"],["16833.828","6803.960"],["10115.730","11049.338"],["10171.387","10950.299"],["10099.776","11051.319"],["10170.876","10980.020"],["14974.758","6209.961"],["14892.181","6280.934"],["9729.994","13500.701"],["9718.086","13492.592"],["9708.069","13546.492"],["9719.484","13539.919"],["9649.139","13560.852"],["9658.579","13543.015"],["9688.703","13497.746"],["9663.095","13477.779"],["9655.654","13449.781"],["9656.114","13459.525"],["9712.596","13442.936"],["9689.767","13467.511"],["9788.196","13410.564"],["9772.127","13409.160"],["9767.065","13497.543"],["9766.720","13480.152"],["9820.944","13481.786"],["9640.816","13580.996"],["9625.849","13578.436"],["9639.597","13599.580"],["9625.239","13564.754"],["9719.616","13503.872"],["9695.273","13551.215"],["9655.849","13559.018"],["9667.289","13494.525"],["9672.611","13429.071"],["9712.514","13462.160"],["9788.641","13417.798"],["9741.407","13494.471"],["9644.253","13575.331"],["9720.931","13497.084"],["9688.596","13538.053"],["9665.849","13574.444"],["9685.891","13504.121"],["9648.252","13430.095"],["9700.047","13474.728"],["9781.141","13402.521"],["9761.095","13505.949"],["9621.703","13593.006"],["9627.246","13537.124"],["10312.784","18705.673"],["10307.792","18847.618"],["10439.853","18871.515"],["10429.584","18772.956"],["10438.655","18680.204"],["10430.934","18724.042"],["10283.952","18695.235"],["10362.948","18885.544"],["10416.171","18706.893"],["10436.444","18758.195"],["10261.550","18718.786"],["10260.079","18875.694"],["10434.913","18820.569"],["10396.303","18725.621"],["10261.386","18710.247"],["10269.890","18768.440"],["10437.501","18873.381"],["10439.584","18837.448"],["10387.471","18685.324"],["10421.690","18717.667"],["17721.614","16868.953"],["17629.896","16895.602"],["17757.698","16869.895"],["17755.873","16886.360"],["17680.539","16882.463"],["17675.552","16937.774"],["17629.225","16976.177"],["17754.464","16964.987"],["15007.818","13790.992"],["15009.463","13734.378"],["14991.409","13681.155"],["15059.047","13623.291"],["15083.420","13772.521"],["15065.103","13658.325"],["15008.957","13632.388"],["7430.756","12530.025"],["7398.932","12507.125"],["7470.422","12429.231"],["7499.789","12457.099"],["7467.372","12368.645"],["7488.853","12359.463"],["7466.277","12425.515"],["7418.176","12536.109"],["7436.146","12493.938"],["7495.004","12374.657"],["7434.999","12468.557"],["23691.593","6383.069"],["23694.074","6307.383"],["23594.590","6319.169"],["23693.133","6270.084"],["23714.978","6319.968"],["23690.321","6275.930"],["23697.462","6305.170"],["23590.725","6327.063"],["23692.689","6221.347"],["4458.951","14291.256"],["4440.694","14269.076"],["4431.270","14277.680"],["4443.867","14312.566"],["4420.119","14300.174"],["26016.645","7062.149"],["26033.421","7052.339"],["25997.484","7112.620"],["18243.235","13140.329"],["5402.888","11470.897"],["16442.218","13338.598"],["16432.382","13339.721"],["16442.876","13338.763"],["16498.002","13296.274"],["16488.692","13289.849"],["16496.735","13298.057"],["16421.832","13190.673"],["16414.907","13185.719"],["16427.095","13185.619"],["16361.825","13193.447"],["16363.124","13190.310"],["16508.922","13234.504"],["16499.514","13231.515"],["16522.965","13243.548"],["8633.658","14904.569"],["8636.401","14908.565"],["8725.066","15010.125"],["8768.341","14958.334"],["8750.151","14958.070"],["8632.766","15044.488"],["8637.832","15048.188"],["11021.554","11795.791"],["11013.842","11710.162"],["11022.179","11785.452"],["8768.966","12696.339"],["8771.745","12713.861"],["8597.795","12755.814"],["8571.983","12605.804"],["8675.494","12751.182"],["8689.582","12711.217"],["8653.956","12705.145"],["8667.342","12678.177"],["8644.556","12624.446"],["8628.913","12630.987"],["8619.178","12644.454"],["8576.391","12605.308"],["8631.666","12606.836"],["8589.303","12655.029"],["30178.298","15711.090"],["30246.330","15712.808"],["30061.162","15712.794"],["30178.113","15535.747"],["30229.979","15644.711"],["30238.213","15546.539"],["30238.598","15691.336"],["30235.602","15714.626"],["11754.633","16248.865"],["11841.308","16216.557"],["11730.187","16295.204"],["11731.548","16251.773"],["11795.170","16265.012"],["11832.772","16304.914"],["11909.127","16299.155"],["11902.885","16238.336"],["11900.604","16209.982"],["11890.815","16172.196"],["11795.552","16240.564"],["11818.240","16223.984"],["3245.072","11933.533"],["3274.880","11938.117"],["3296.831","12041.050"],["3287.909","11986.761"],["3261.496","11920.358"],["3301.759","11965.229"],["3245.140","11959.448"],["3291.337","12048.288"],["3295.857","11922.777"],["3297.878","11950.365"],["3292.380","11938.034"],["3293.090","11989.651"],["3254.776","11924.598"],["3260.042","11951.042"],["3302.930","11932.075"],["3301.271","12052.020"],["3290.284","12003.716"],["26234.692","7611.579"],["26240.975","7614.602"],["6733.341","15906.523"],["6702.401","15830.362"],["6727.596","15808.296"],["6692.297","15751.831"],["6712.078","15797.104"],["6713.358","15876.938"],["6738.689","15865.702"],["6708.717","15797.719"],["6692.247","15750.836"],["5748.161","18143.434"],["5780.119","18135.986"],["5633.540","10799.129"],["20527.360","15025.570"],["20504.060","15038.299"],["20460.820","15079.971"],["20533.298","15035.446"],["20476.780","15072.626"],["20547.939","15083.378"],["20429.260","14931.639"],["20404.738","15008.801"],["25574.093","15836.181"],["25538.731","15837.304"],["25494.291","15819.534"],["30484.998","15024.448"],["7153.080","7851.767"],["7113.576","7726.930"],["7243.195","7745.176"],["7170.926","7717.121"],["7137.620","7868.431"],["7171.745","7820.229"],["7219.057","7751.745"],["7200.375","7769.784"],["7219.050","7704.223"],["7144.576","7857.369"],["7231.586","7751.560"],["7195.185","7732.992"],["7180.618","7833.680"],["7268.405","7756.216"],["7195.925","7722.505"],["7145.343","7722.526"],["15377.235","14297.538"],["15468.556","14302.898"],["9957.173","14269.951"],["9958.522","14265.756"],["10004.223","14360.171"],["9968.762","14320.650"],["9873.050","14244.753"],["9878.683","14331.774"],["9971.413","14409.791"],["9949.979","14364.713"],["9879.884","14385.762"],["9964.473","14412.945"],["10021.398","14331.371"],["9979.321","14337.132"],["9912.680","14343.219"],["8447.058","13347.690"],["8462.977","13377.887"],["8452.420","13327.921"],["8465.626","13375.972"],["12991.118","16670.008"],["13084.293","16741.791"],["13099.222","16716.984"],["13196.438","16758.802"],["13188.647","16743.028"],["13004.413","16595.373"],["13045.159","16644.616"],["13144.822","16620.731"],["13191.340","16568.672"],["13020.975","16668.401"],["13053.381","16594.614"],["13132.236","16757.309"],["13084.739","16571.594"],["13133.449","16590.023"],["13173.762","16711.641"],["13012.977","16628.734"],["13100.191","16611.196"],["13010.539","16774.475"],["13008.814","16734.349"],["13080.372","16604.920"],["13179.897","16736.587"],["13048.830","16624.213"],["13151.275","16592.329"],["13008.597","16617.848"],["12999.898","16763.757"],["15614.827","12481.276"],["15562.524","12456.305"],["15679.580","12436.804"],["15677.569","12408.518"],["15704.638","12442.913"],["23508.347","17203.546"],["9395.678","16912.868"],["9306.516","16903.177"],["9322.343","16891.655"],["9357.545","16904.868"],["9340.838","16896.995"],["7313.722","19027.234"],["7357.154","19065.156"],["7359.215","19048.225"],["7363.557","18978.084"],["7410.328","19077.576"],["7346.551","18980.017"],["7454.517","18921.144"],["7406.139","18969.185"],["7375.175","18983.326"],["7377.378","18907.663"],["7400.387","18896.600"],["7330.709","18972.138"],["7351.441","19031.830"],["7459.353","18917.214"],["7390.892","18958.648"],["7401.653","18895.345"],["7356.381","18903.337"],["7323.932","18946.275"],["7369.451","19040.748"],["23020.229","16324.348"],["23033.833","16346.058"],["18505.026","14362.553"],["18519.709","14423.117"],["18524.561","14406.649"],["18531.824","14392.527"],["6641.348","13414.814"],["6492.748","13519.369"],["6502.041","13529.394"],["6462.710","13571.280"],["6492.650","13543.267"],["6660.509","13420.264"],["6493.982","13533.292"],["6503.758","13519.374"],["6487.186","13397.998"],["6574.565","13399.937"],["10445.183","18348.881"],["10361.257","18362.632"],["10339.416","18338.034"],["10286.965","18311.791"],["10346.995","18352.521"],["10338.905","18293.393"],["10455.200","18295.652"],["10310.205","18296.432"],["10331.291","18350.470"],["10352.754","18314.334"],["7125.393","8066.941"],["7173.149","8072.729"],["7145.292","8001.557"],["7156.994","7901.350"],["7121.018","8061.854"],["7217.968","8077.914"],["7166.840","8050.846"],["7160.604","7961.805"],["7196.426","7901.238"],["7214.461","8062.178"],["7174.339","7987.145"],["7197.959","7931.674"],["7180.690","8069.674"],["7187.879","8012.897"],["23932.743","16386.083"],["23872.727","16378.789"],["23904.224","16468.844"],["31174.151","14258.681"],["31297.673","14323.497"],["31154.229","14248.046"],["31258.448","14256.342"],["16226.038","5855.151"],["16173.554","5829.706"],["16173.074","5887.311"],["16566.604","15658.733"],["16545.606","15625.828"],["16442.247","15549.998"],["16408.546","15534.986"],["7080.125","17483.917"],["7083.342","17525.091"],["15151.538","16834.203"],["15154.322","16841.262"],["15146.423","16835.045"],["15226.926","16939.092"],["15139.356","16913.631"],["15123.714","16985.824"],["15139.270","16927.630"],["15279.884","16901.371"],["15295.408","16888.761"],["9845.530","17458.594"],["9843.136","17425.790"],["9850.007","17553.136"],["9867.255","17522.246"],["9889.634","17496.779"],["9935.099","17586.383"],["9972.964","17486.543"],["10019.601","17468.860"],["10029.825","17440.502"],["9983.788","17578.085"],["9975.268","17585.293"],["9831.338","17461.264"],["9865.261","17489.306"],["9850.965","17425.394"],["9865.620","17432.826"],["9836.016","17411.868"],["9879.248","17506.518"],["9895.310","17517.326"],["9856.382","17563.946"],["9890.001","17530.664"],["9881.662","17519.920"],["9902.907","17507.316"],["9898.483","17501.304"],["9942.319","17578.093"],["9940.395","17586.895"],["9968.162","17497.179"],["9983.917","17478.864"],["10019.732","17457.085"],["10015.456","17461.098"],["10023.230","17437.629"],["10031.091","17444.235"],["9986.154","17569.779"],["9993.459","17577.969"],["9996.488","17566.897"],["9994.977","17551.271"],["9865.447","17460.061"],["9863.281","17446.333"],["9840.867","17439.927"],["9841.771","17422.273"],["9848.335","17564.699"],["9842.346","17554.663"],["9867.336","17549.038"],["9871.838","17544.833"],["9883.371","17527.274"],["9860.982","17537.884"],["9896.575","17502.444"],["9887.134","17499.141"],["9932.451","17563.757"],["9941.546","17580.108"],["9956.895","17497.856"],["9964.231","17487.996"],["10017.314","17458.076"],["10016.755","17453.996"],["10011.075","17449.784"],["10011.716","17448.066"],["9994.577","17581.256"],["9986.337","17575.789"],["9994.895","17555.879"],["9996.276","17562.551"],["9902.877","17607.196"],["9882.434","17600.630"],["13608.126","13249.982"],["13591.130","13255.462"],["13537.721","13238.767"],["13521.680","13209.615"],["13588.620","13193.843"],["13506.033","13308.373"],["13575.573","13343.417"],["13589.259","13320.787"],["13428.782","13349.625"],["13445.981","13367.399"],["13494.532","13358.192"],["29241.083","11317.097"],["29263.956","11372.263"],["29359.122","11416.111"],["29237.490","11436.667"],["29293.647","11337.528"],["29378.986","11470.518"],["13927.286","18663.558"],["13972.538","18630.924"],["13905.352","18655.530"],["13877.694","18661.518"],["13924.513","18671.533"],["13926.651","18659.609"],["13834.948","18598.490"],["13858.697","18632.501"],["13969.544","18654.723"],["14039.876","18633.107"],["13989.002","18644.896"],["16154.917","18409.399"],["16169.226","18396.732"],["16212.713","18452.752"],["16301.564","18285.751"],["16274.574","18341.127"],["16323.213","18413.387"],["8062.827","19281.395"],["9534.512","17390.594"],["9486.556","17315.750"],["9455.180","17392.571"],["9524.150","17402.485"],["9542.143","17407.440"],["9475.470","17301.547"],["9484.500","17317.352"],["9463.359","17404.391"],["9527.604","17405.210"],["9543.755","17405.805"],["9487.526","17305.345"],["9472.526","17306.187"],["9463.785","17389.987"],["9467.382","17381.655"],["9436.260","17254.748"],["6593.422","18539.650"],["6633.239","18529.062"],["6579.167","18521.097"],["6602.883","18530.115"],["4785.019","9524.188"],["4827.349","9470.686"],["4839.201","9383.670"],["4782.222","9513.965"],["4839.355","9481.091"],["4833.199","9433.376"],["4835.898","9526.617"],["4807.593","9423.713"],["18939.784","15992.679"],["19054.056","15969.391"],["18950.928","15945.213"],["5377.753","9216.498"],["5388.441","9228.265"],["10226.729","14557.179"],["10173.683","14512.483"],["10203.733","14456.291"],["10049.353","14537.257"],["10137.343","14569.762"],["10244.772","14563.620"],["10248.258","14526.840"],["10107.464","14478.117"],["10161.199","14509.956"],["10223.206","14530.164"],["10237.695","14482.994"],["10175.021","14452.653"],["10149.094","14507.265"],["10138.478","14594.585"],["10140.157","14636.050"],["10063.436","14621.983"],["10075.412","14629.593"],["10097.018","14631.850"],["10132.841","14628.847"],["10091.010","14581.987"],["21380.221","16154.895"],["10800.287","14748.964"],["10825.482","14752.265"],["10865.739","14825.180"],["27599.323","17413.584"],["16556.972","15762.785"],["16439.742","15865.112"],["16414.699","15792.492"],["16414.834","15779.365"],["16388.578","15914.075"],["16387.321","15813.709"],["16427.889","15898.648"],["16361.744","15753.965"],["16388.351","15762.074"],["16363.410","15757.012"],["16421.301","15769.011"],["22916.617","14824.352"],["22955.655","14789.569"],["22988.596","14695.813"],["13073.242","11633.931"],["13171.748","11678.376"],["13089.575","11642.304"],["13003.801","11670.219"],["16836.630","7775.447"],["16811.998","7710.776"],["16883.350","7762.213"],["16844.366","7685.977"],["16902.166","7728.283"],["16867.358","7700.745"],["27466.602","16544.849"],["27434.273","16434.528"],["27446.071","16466.232"],["27443.320","16369.444"],["27447.985","16359.101"],["27447.586","16488.884"],["27381.932","16465.715"],["27399.074","16469.633"],["27396.799","16430.560"],["27398.205","16553.160"],["27132.118","16262.461"],["27257.474","16342.100"],["27285.880","16307.198"],["27285.187","16259.337"],["27272.500","16145.119"],["7788.684","8812.861"],["7783.682","8931.006"],["7729.759","8892.823"],["7818.519","8784.608"],["7731.380","8949.437"],["7759.775","8814.599"],["7798.152","8800.812"],["7780.308","8828.574"],["7785.220","8892.693"],["7763.793","8910.599"],["7799.823","8918.882"],["23669.582","16861.656"],["23564.466","16984.598"],["23546.284","16969.456"],["23586.338","16972.665"],["23624.239","16961.522"],["23559.441","16847.825"],["21634.280","14659.127"],["19424.745","15397.734"],["2478.797","11275.549"],["2663.954","11143.067"],["2547.692","11117.408"],["2557.110","11173.141"],["2671.294","11133.868"],["2514.488","11260.388"],["2556.923","11070.737"],["2462.741","11192.897"],["2625.779","11125.710"],["2564.978","11107.697"],["2618.672","11207.223"],["2616.038","11233.728"],["2458.921","11236.042"],["2471.943","11212.403"],["20794.196","7384.690"],["20962.403","7350.984"],["5297.725","7938.785"],["5280.720","7924.995"],["5224.861","8007.346"],["5268.831","8099.230"],["5380.660","8089.089"],["5317.215","7978.355"],["5205.462","7903.151"],["5250.906","7996.780"],["5225.692","7898.110"],["5255.015","8086.199"],["5391.759","7901.330"],["5310.765","8015.835"],["5226.720","7944.730"],["5342.415","7988.518"],["5364.933","7904.699"],["5329.036","8078.798"],["5407.097","7962.052"],["5368.562","7965.942"],["5343.364","7932.914"],["6827.438","17513.720"],["6867.533","17524.235"],["6794.308","17492.998"],["6796.982","17496.219"],["6764.523","17551.288"],["6756.907","17552.874"],["6732.437","17506.165"],["6722.782","17500.816"],["6700.277","17548.433"],["6724.854","17546.668"],["6697.516","17503.011"],["6728.499","17545.068"],["6793.890","17532.882"],["6744.835","17553.749"],["6718.035","17531.951"],["6695.687","17544.315"],["6704.581","17484.194"],["6831.237","17498.913"],["6818.141","17486.875"],["6721.313","17490.560"],["6725.293","17560.787"],["6691.698","17519.424"],["21628.046","15949.372"],["21668.577","15990.929"],["21641.225","16013.647"],["21650.592","16044.487"],["21638.099","16075.892"],["12363.997","14754.656"],["12985.609","17976.491"],["12941.099","18037.238"],["12980.555","17937.797"],["12931.329","17926.410"],["12987.681","18001.578"],["12905.491","18032.465"],["12965.226","17948.813"],["12938.286","17895.526"],["12983.832","17881.670"],["12808.275","18023.189"],["12794.097","18035.047"],["12943.405","17982.767"],["12942.056","17968.019"],["12932.135","17922.760"],["12920.934","17917.211"],["12951.102","18005.426"],["12928.734","17984.336"],["12954.734","18031.176"],["12985.472","17921.249"],["12934.322","17887.384"],["12926.559","17899.325"],["11928.517","14157.628"],["11922.532","14108.626"],["11925.312","14115.397"],["6164.093","18023.748"],["6173.968","17837.243"],["6103.622","17895.385"],["6046.961","17968.964"],["6173.623","17995.069"],["6077.110","18030.598"],["6084.737","17882.630"],["6209.220","17894.715"],["6090.305","17860.958"],["6184.817","17998.463"],["6172.926","18030.697"],["6201.782","17957.445"],["6183.803","17873.725"],["6157.109","17924.188"],["6051.040","17963.894"],["6174.001","18027.324"],["6096.859","18031.751"],["6121.116","18025.827"],["6093.783","17882.349"],["6244.286","17895.426"],["6062.411","17850.801"],["10819.286","18449.877"],["10872.606","18289.001"],["10694.430","18371.311"],["10697.001","18339.628"],["10865.769","18343.103"],["10806.407","18446.607"],["10697.572","18275.060"],["10784.410","18274.911"],["10763.843","18348.959"],["10831.373","18265.219"],["10803.292","18303.928"],["10749.780","18379.397"],["10844.602","18338.677"],["10814.434","18393.296"],["10877.069","18315.556"],["10802.378","18438.234"],["4717.725","14805.394"],["3287.293","11700.409"],["3283.367","11690.853"],["15504.624","17489.018"],["15307.234","17468.520"],["15359.140","17429.089"],["15402.439","17496.180"],["15415.086","17620.837"],["15504.669","17519.336"],["15339.155","17481.941"],["15359.470","17514.351"],["15342.255","17554.072"],["15305.845","17576.748"],["15459.911","17579.425"],["15496.640","17467.753"],["15403.794","17592.970"],["15451.589","17551.669"],["15414.812","17519.282"],["15381.747","17520.487"],["15369.141","17567.235"],["15338.013","17453.318"],["24408.263","17140.070"],["24498.898","17185.762"],["24516.868","17165.553"],["24511.136","17176.326"],["24361.398","17185.602"],["24455.277","17156.543"],["24405.414","17126.675"],["24441.023","17135.471"],["24434.792","17120.037"],["24538.994","17161.003"],["7189.527","15900.051"],["7184.648","15924.544"],["7133.440","15854.520"],["7126.621","15813.475"],["7158.780","15732.824"],["7117.254","15915.526"],["5466.121","9091.116"],["5526.834","9048.349"],["5585.865","9000.303"],["5613.324","8971.627"],["5532.863","9009.180"],["5516.976","9114.518"],["5494.713","9074.543"],["5605.191","8989.536"],["5611.663","8974.550"],["5548.932","9009.114"],["5555.023","9119.129"],["5517.021","9149.845"],["5498.760","9109.420"],["5507.371","9065.616"],["5538.428","9010.968"],["5617.733","8983.652"],["5604.555","8997.656"],["5545.303","9028.689"],["5619.410","8987.087"],["5599.029","9029.662"],["21755.703","15311.400"],["21674.827","15391.379"],["21718.394","15318.132"],["21679.184","15340.869"],["21669.936","15381.563"],["21709.199","15504.534"],["7692.073","8820.422"],["7558.007","8926.491"],["7628.056","8906.558"],["7520.163","8883.028"],["6665.601","17504.706"],["10621.515","7462.390"],["10608.824","7463.824"],["10593.429","7416.095"],["16822.310","13396.350"],["16848.098","13396.889"],["16841.252","13398.528"],["16893.408","13443.060"],["16879.654","13436.700"],["16887.107","13528.843"],["16883.828","13515.724"],["16903.046","13555.112"],["24690.544","17111.172"],["24711.200","17118.096"],["24688.112","17095.484"],["24638.716","17104.101"],["24661.994","17120.947"],["10477.688","17588.808"],["10556.169","17615.634"],["10490.099","17472.850"],["10482.284","17445.603"],["10489.768","17439.327"],["10625.881","17413.214"],["10634.451","17419.792"],["10573.830","17415.050"],["10608.992","17420.979"],["10547.302","17433.969"],["10524.212","17453.033"],["10514.840","17471.120"],["10530.697","17483.294"],["10564.880","17501.220"],["10539.983","17517.948"],["10578.746","17544.635"],["10617.133","17551.742"],["10665.912","17590.649"],["10663.936","17619.998"],["10650.871","17604.851"],["10573.045","17611.862"],["10620.200","17614.199"],["10585.983","17563.652"],["10604.430","17573.848"],["10629.793","17582.900"],["10578.185","17520.719"],["10530.292","17554.641"],["10483.346","17578.420"],["10546.478","17619.869"],["10556.958","17613.306"],["10482.024","17466.855"],["10508.370","17424.529"],["10584.969","17417.345"],["10579.142","17416.157"],["10543.372","17445.943"],["10520.876","17458.568"],["10544.290","17495.550"],["10528.230","17489.355"],["10551.644","17518.823"],["10596.953","17535.749"],["10646.019","17619.898"],["10653.239","17594.479"],["10668.456","17617.959"],["10579.690","17618.039"],["10620.529","17614.678"],["10577.299","17557.095"],["10606.782","17595.631"],["10639.464","17577.913"],["10559.666","17509.488"],["10528.943","17552.263"],["10495.145","17566.355"],["10486.092","17583.920"],["10523.781","17611.479"],["10496.103","17465.518"],["10471.769","17457.535"],["10465.622","17448.179"],["10510.920","17445.900"],["10583.519","17412.346"],["10619.664","17413.809"],["10578.123","17412.820"],["10616.492","17422.250"],["10547.977","17433.474"],["10537.452","17453.281"],["10519.511","17459.642"],["10540.039","17485.210"],["10537.023","17507.378"],["10594.880","17539.713"],["10651.224","17590.863"],["10635.213","17619.980"],["10643.815","17607.576"],["10671.926","17613.599"],["10573.473","17620.318"],["10621.680","17610.664"],["10594.042","17569.085"],["10618.394","17582.898"],["10637.260","17585.312"],["10562.593","17514.245"],["7818.130","15877.959"],["7825.747","15922.512"],["7767.294","15811.918"],["7777.900","15859.523"],["7778.183","15749.083"],["7807.966","15857.001"],["7772.755","15831.594"],["7786.805","15887.494"],["7732.709","15797.653"],["7769.268","15764.546"],["7888.229","15886.138"],["7761.537","15792.943"],["14763.771","16792.955"],["14681.572","16820.912"],["14701.678","16779.424"],["14712.493","16813.356"],["14675.556","16816.040"],["14753.164","16817.591"],["12043.397","16981.361"],["12009.435","16912.408"],["12007.821","16936.737"],["11988.040","16971.470"],["12058.514","16975.976"],["12099.801","16985.220"],["11955.454","16967.315"],["12066.236","16845.178"],["12122.670","16959.117"],["12034.903","16838.700"],["12038.305","16910.153"],["12074.748","16921.864"],["11994.428","16842.943"],["15567.998","13048.606"],["15525.377","13029.397"],["15624.863","13125.114"],["15712.539","13117.211"],["14135.148","16770.241"],["14131.760","16771.116"],["14050.131","16615.940"],["14071.382","16615.587"],["14060.576","16609.426"],["14045.378","16654.090"],["14044.753","16597.965"],["14077.664","16594.563"],["14052.828","16654.321"],["21817.488","15285.016"],["9716.434","12927.822"],["13408.284","18158.652"],["15377.513","5330.538"],["15481.023","5334.376"],["15363.703","5338.099"],["15483.516","5337.101"],["14270.608","15093.449"],["14837.553","15023.704"],["14756.531","15084.053"],["14706.374","14977.043"],["14862.461","14936.810"],["14816.318","14898.976"],["14805.361","14921.406"],["14737.167","14939.041"],["14699.344","14941.993"],["14265.465","8905.119"],["14409.842","8903.639"],["14301.682","8915.524"],["14400.978","8918.364"],["14305.483","8870.778"],["14367.480","8922.742"],["14379.938","8926.577"],["14399.876","8941.108"],["14307.851","8922.292"],["14362.138","8943.102"],["16255.408","15297.478"],["16203.895","15309.898"],["16338.894","15474.371"],["16299.519","15479.475"],["16257.149","15364.458"],["16275.004","15401.352"],["16276.681","15442.942"],["8417.583","18755.180"],["8420.144","18702.242"],["8411.963","18745.183"],["8414.766","18688.468"],["8430.795","18737.619"],["8402.266","18685.909"],["27541.248","6934.649"],["14994.555","5970.439"],["14928.529","5988.540"],["15001.071","5836.819"],["4479.260","12031.262"],["4450.849","12007.352"],["4507.632","12042.393"],["4419.155","12009.053"],["4550.869","12084.050"],["4546.248","12009.616"],["4437.607","12032.251"],["4465.297","12065.836"],["4463.360","12024.443"],["4500.827","12026.618"],["4427.713","12013.149"],["4415.056","11962.768"],["4367.203","11960.198"],["4544.542","12095.175"],["4558.236","12043.720"],["4493.888","12057.601"],["4524.803","12040.532"],["4493.330","12032.630"],["4468.810","12033.429"],["4512.126","12017.848"],["4422.290","11985.016"],["4406.586","11993.469"],["4380.147","11978.744"],["12366.551","12065.445"],["12365.248","12095.722"],["12415.050","12113.296"],["12393.977","12112.578"],["12377.402","12081.569"],["12363.143","12058.266"],["6671.787","13384.604"],["6642.499","13390.421"],["6655.603","13387.081"],["6662.696","13390.041"],["6594.480","13217.560"],["6613.026","13309.407"],["6566.505","13314.672"],["6650.004","13326.257"],["6576.802","13218.583"],["6520.097","13275.352"],["15076.344","10997.583"],["15074.189","11030.266"],["15078.178","10936.368"],["27827.377","15760.648"],["27798.556","15733.839"],["27774.709","15820.978"],["27808.754","15820.594"],["27842.424","15828.210"],["5242.673","15973.813"],["5233.617","16096.783"],["5253.577","15973.169"],["5262.359","15953.032"],["5207.442","15979.303"],["23082.020","6573.816"],["23088.171","6531.438"],["4519.928","17773.016"],["4510.686","17765.146"],["4457.172","17742.128"],["4560.895","17775.112"],["4436.224","17826.368"],["4406.743","17824.692"],["4405.046","17823.124"],["4534.345","17766.155"],["4423.984","17823.816"],["4403.105","17812.191"],["22286.081","7018.355"],["22449.811","6961.578"],["22307.140","6974.210"],["22327.635","7013.923"],["22416.980","7035.111"],["22423.003","6847.458"],["22285.549","7034.614"],["22446.462","7002.847"],["22327.569","6961.702"],["22409.269","6928.845"],["22294.443","6852.780"],["22323.384","7014.754"],["22318.505","6935.845"],["22263.069","6941.714"],["22417.223","6954.534"],["22288.522","6880.146"],["7203.975","13236.101"],["7206.541","13213.476"],["7269.708","13280.416"],["7096.312","13389.327"],["7122.775","13390.120"],["7190.817","13202.245"],["7270.070","13254.305"],["7290.798","13363.745"],["7215.587","13227.414"],["7290.518","13348.287"],["7116.485","13343.790"],["7264.428","13283.969"],["6483.730","9501.436"],["13882.469","11265.361"],["13856.465","11276.854"],["13911.367","11244.386"],["13840.659","11262.799"],["28167.942","16963.106"],["28206.626","16978.172"],["27624.521","15885.855"],["27666.555","15907.816"],["27531.425","15879.875"],["27533.289","15875.756"],["27690.754","15786.110"],["27547.163","15795.084"],["27617.138","15802.264"],["27677.220","15748.853"],["27522.595","15877.737"],["14254.515","18669.544"],["14327.099","18496.095"],["14273.414","18477.648"],["14274.714","18479.415"],["14308.118","18500.984"],["14252.944","18628.559"],["26859.271","15294.643"],["26803.623","15411.311"],["26818.902","15416.827"],["26816.607","15393.222"],["19343.779","17886.282"],["9329.074","18883.775"],["9232.023","18726.464"],["9350.608","18798.527"],["9401.252","18841.594"],["9314.223","18856.006"],["9297.494","18817.145"],["30433.464","15277.441"],["30426.248","15273.329"],["11376.067","16741.913"],["11373.011","16742.835"],["11383.539","16707.127"],["11384.298","16717.264"],["11319.801","16725.646"],["11335.078","16639.070"],["11321.562","16636.239"],["11313.367","16595.872"],["11357.963","16567.920"],["11408.125","16579.528"],["11425.137","16586.454"],["11419.829","16589.269"],["11416.799","16597.774"],["11400.244","16604.780"],["11459.240","16756.698"],["11407.970","16730.401"],["11425.041","16663.777"],["11386.242","16668.772"],["4747.323","17947.582"],["4657.393","18001.405"],["4765.530","17968.492"],["4629.358","18018.183"],["4746.286","17951.331"],["4645.879","17998.432"],["4678.727","17994.453"],["4647.499","18012.452"],["4660.341","18025.975"],["4678.522","18038.183"],["6398.770","8877.843"],["6277.195","8863.946"],["6293.362","8895.143"],["6254.583","8832.546"],["16383.508","13174.686"],["16380.334","13166.049"],["16390.597","13171.532"],["16453.597","13075.443"],["16445.390","13082.363"],["16449.979","13075.575"],["16512.486","13001.374"],["16509.328","12995.792"],["16515.315","12992.885"],["16509.926","13176.637"],["16539.484","13158.884"],["16518.134","13179.659"],["16505.918","13167.469"],["16520.823","13164.280"],["16497.777","13170.920"],["18594.963","14184.479"],["12758.510","15236.235"],["8334.397","12829.882"],["8298.164","12813.697"],["6986.530","5978.630"],["26800.634","7701.964"],["26700.251","7766.842"],["26839.815","7772.810"],["26791.095","7688.504"],["26721.961","7731.499"],["26820.802","7755.106"],["26719.757","7692.507"],["26859.223","7806.782"],["10234.251","8111.636"],["15255.160","5483.236"],["15186.535","5568.977"],["15260.024","5489.846"],["15240.882","5512.446"],["15292.127","5509.476"],["3368.935","7885.103"],["3350.303","7893.073"],["4970.033","16730.934"],["4887.345","16724.715"],["4817.197","16756.513"],["4953.207","16704.922"],["4897.197","16743.674"],["4827.839","16761.187"],["13300.507","11664.370"],["13234.887","11683.894"],["13245.425","11688.796"],["13218.983","11692.465"],["13179.765","14324.382"],["13031.321","14370.344"],["13032.390","14448.907"],["13092.221","14324.023"],["13007.885","14369.416"],["13057.100","14361.227"],["13069.596","14298.049"],["13036.958","14394.217"],["13175.703","14260.879"],["13107.979","14279.946"],["13048.424","14396.367"],["13078.277","14396.066"],["13092.138","14285.873"],["13017.143","14427.866"],["13085.247","14316.740"],["12998.736","14373.212"],["13042.675","14345.091"],["13065.978","14313.061"],["13063.521","14381.351"],["13104.841","14239.556"],["13063.071","14424.332"],["13090.526","14288.813"],["13180.425","14384.825"],["13030.301","14387.057"],["13021.990","14355.428"],["13025.406","14345.835"],["13036.651","14278.294"],["13041.521","14293.276"],["13092.942","14337.021"],["13093.443","14263.767"],["13155.653","14271.812"],["13125.627","14287.147"],["13049.214","14421.932"],["11030.044","11281.067"],["8945.188","18587.334"],["8929.612","18538.172"],["8928.909","18574.206"],["8834.675","18482.866"],["8964.495","18532.834"],["8889.113","18531.133"],["8900.454","18533.965"],["8896.432","18514.344"],["8898.174","18505.476"],["8907.849","18523.277"],["8963.278","18569.562"],["8925.797","18522.909"],["8930.570","18589.791"],["22341.673","6281.735"],["21263.064","6491.874"],["21293.292","6603.356"],["21218.525","6496.829"],["8894.740","16295.051"],["8945.491","16314.906"],["8873.134","16293.200"],["8845.219","16275.041"],["8942.364","16307.958"],["7140.711","7802.636"],["7118.916","7832.369"],["7093.649","7799.727"],["7115.517","7834.376"],["7112.465","7734.153"],["6178.390","18093.189"],["6244.177","18071.110"],["6164.905","18047.022"],["6222.137","18068.963"],["6167.030","18089.017"],["7085.067","18640.239"],["7067.551","18636.440"],["7083.916","18594.343"],["7091.262","18550.190"],["7072.214","18508.592"],["7032.083","18540.230"],["7030.344","18550.724"],["7043.654","18544.670"],["7050.622","18570.885"],["7006.335","18597.606"],["7029.119","18608.976"],["26949.665","15538.513"],["13039.785","12520.793"],["13153.257","12536.280"],["13001.210","12511.681"],["13014.634","12399.422"],["13058.459","12490.584"],["13094.315","12422.223"],["13129.589","12527.527"],["13063.281","12514.716"],["13041.344","12496.761"],["13058.059","12352.826"],["13092.309","12450.216"],["7556.320","13845.045"],["7608.158","13862.826"],["13234.158","17412.908"],["13301.433","17440.548"],["13201.279","17420.730"],["13372.020","17427.868"],["13364.481","17481.005"],["13274.302","17486.479"],["13332.573","17482.557"],["13279.351","17458.271"],["13328.889","17486.670"],["13322.058","17436.716"],["13261.295","17414.009"],["13364.192","17412.046"],["13293.101","17466.463"],["13389.013","17439.488"],["11296.756","14288.112"],["11227.329","14328.048"],["11236.783","14338.550"],["11246.563","14313.678"],["23117.465","7626.726"],["23113.466","7597.771"],["23100.521","7620.105"],["6775.967","13510.528"],["28199.731","15737.577"],["28245.676","15728.440"],["28222.069","15771.134"],["28269.387","15821.771"],["28267.531","15730.784"],["11418.787","16561.542"],["11319.233","16521.799"],["11338.414","16538.372"],["11504.553","16529.477"],["13127.175","16004.742"],["13171.021","15983.561"],["13175.777","16085.701"],["13045.316","16000.145"],["13112.328","16041.595"],["13125.828","16034.769"],["13154.381","15955.713"],["12999.426","15987.727"],["13032.980","15998.856"],["13019.040","15998.974"],["13150.843","15955.252"],["13040.730","16128.907"],["13060.007","16107.189"],["9551.671","14911.770"],["9610.412","14884.431"],["9551.083","14909.407"],["9612.479","14890.292"],["9584.469","14941.126"],["11099.274","14913.547"],["11177.441","14953.755"],["11167.119","14885.421"],["11195.194","14873.890"],["19166.463","17284.151"],["19108.617","17297.594"],["19241.809","17220.606"],["14643.221","19231.182"],["8981.353","13768.931"],["8958.336","13753.407"],["8966.297","13756.925"],["8929.683","13794.246"],["8958.169","13793.569"],["8907.894","13798.085"],["8948.391","13632.170"],["8942.761","13735.009"],["8969.880","13785.295"],["8966.642","13742.045"],["8955.966","13796.112"],["8904.737","13801.123"],["8844.855","13716.505"],["8844.855","13737.760"],["8843.655","13700.977"],["8826.467","13702.084"],["8852.849","13726.237"],["8881.665","13704.123"],["8956.545","13713.399"],["8929.522","13693.598"],["8947.296","13721.485"],["8969.516","13730.651"],["8906.076","13739.529"],["8901.240","13760.272"],["8939.258","13716.445"],["8922.005","13680.937"],["8853.389","13785.738"],["8833.011","13814.491"],["10599.369","16105.604"],["10657.206","16008.882"],["10558.927","16109.260"],["10539.328","16098.255"],["10589.431","16086.666"],["10569.427","16069.296"],["10636.499","16141.161"],["10565.168","16048.608"],["25515.613","7525.825"],["25454.848","7571.211"],["25506.180","7600.864"],["25458.910","7603.069"],["25519.963","7602.648"],["25586.995","7488.570"],["25475.876","7528.401"],["25496.016","7566.851"],["25548.039","7625.984"],["25580.153","7531.593"],["19546.546","5567.102"],["19523.076","5532.139"],["12120.540","5933.868"],["12130.041","5831.604"],["12106.669","5921.219"],["12094.684","5941.438"],["11980.904","5935.114"],["12127.272","5798.118"],["11981.820","5943.869"],["12072.636","5813.916"],["12047.981","5801.608"],["12123.531","5812.375"],["3498.746","8276.184"],["3412.720","8180.015"],["3336.924","8253.820"],["3494.028","8294.992"],["3445.310","8138.325"],["3317.828","8288.395"],["3355.578","8130.760"],["3363.356","8221.056"],["3485.346","8122.934"],["3350.334","8179.310"],["5442.471","14530.934"],["5502.208","14508.582"],["5505.397","14550.346"],["5432.063","14513.868"],["5444.263","14549.828"],["5459.745","14569.368"],["5485.136","14472.117"],["5511.137","14557.068"],["5433.461","14487.031"],["5502.553","14506.832"],["5509.130","14537.547"],["5457.244","14495.404"],["5422.536","14566.260"],["5458.396","14570.062"],["5462.916","14541.759"],["5515.402","14612.787"],["10235.649","13645.140"],["10165.713","13682.018"],["10169.257","13681.323"],["10115.461","13696.963"],["8885.270","11794.729"],["8907.276","11793.012"],["8878.042","11794.460"],["8795.927","11909.064"],["8904.765","11851.160"],["8943.078","11909.326"],["8893.799","11790.083"],["8838.959","11825.033"],["8904.226","11809.092"],["8784.834","11862.687"],["8917.617","11821.201"],["8917.852","11796.846"],["8868.923","11900.185"],["8945.486","11708.595"],["8918.676","11748.019"],["8967.135","11719.184"],["9544.356","13402.663"],["9609.302","13545.464"],["9480.809","13410.510"],["9451.617","13413.511"],["9476.650","13443.090"],["9511.436","13479.276"],["9508.343","13510.358"],["9492.565","13465.400"],["9474.472","13457.688"],["9527.360","13426.051"],["9563.282","13409.883"],["9526.680","13557.524"],["9494.016","13541.455"],["9600.321","13557.735"],["9489.559","13397.347"],["9435.449","13413.180"],["9516.123","13496.518"],["9481.512","13462.956"],["9527.920","13423.376"],["9526.368","13538.432"],["9495.457","13415.894"],["9452.670","13424.989"],["9528.228","13493.397"],["9506.446","13454.203"],["9551.176","13419.907"],["9571.787","13588.837"],["9512.450","13577.187"],["9494.685","13515.968"],["9566.794","13492.422"],["9556.656","13495.345"],["6860.623","16733.513"],["6874.589","16711.759"],["6860.939","16591.895"],["25793.571","16940.423"],["15714.011","15106.770"],["15677.617","15094.286"],["15570.786","15275.362"],["15605.808","15285.341"],["15713.449","15129.979"],["15553.294","15235.282"],["15684.519","15216.176"],["15524.712","15286.077"],["10324.415","7582.726"],["10303.790","7567.449"],["5126.681","6170.673"],["26666.230","15488.355"],["26621.861","15409.036"],["26661.269","15476.980"],["22258.573","16236.850"],["22337.568","16326.213"],["22299.122","16344.096"],["22376.731","16153.796"],["13476.342","15872.207"],["13551.516","15911.987"],["13519.675","15906.496"],["13475.904","15890.968"],["13414.958","15766.280"],["13531.310","15887.746"],["13511.359","15878.830"],["13410.454","15785.620"],["20892.192","6994.435"],["20828.557","7033.544"],["20778.590","6953.461"],["20953.249","6879.730"],["20979.957","6949.051"],["20913.773","6997.870"],["20938.806","6969.877"],["14976.811","18700.318"],["15022.284","18759.611"],["15016.462","18782.584"],["14916.775","18743.112"],["14957.103","18737.943"],["14965.393","18722.319"],["15007.416","18736.869"],["14945.457","18821.498"],["14931.971","18833.669"],["14923.550","18885.296"],["15015.797","18847.380"],["15029.547","18843.036"],["15083.988","18889.097"],["15036.175","18888.156"],["14972.074","18700.418"],["14908.933","18706.710"],["14997.519","18703.820"],["14917.650","18678.171"],["14921.811","18715.083"],["14995.426","18799.611"],["14972.975","18746.299"],["14924.834","18747.109"],["14989.751","18710.841"],["14946.232","18734.095"],["14953.041","18802.187"],["14942.036","18816.791"],["14964.948","18840.953"],["14925.885","18850.614"],["14949.109","18871.060"],["15087.097","18867.743"],["15028.527","18850.039"],["14959.969","18701.342"],["14910.545","18713.035"],["14966.219","18692.408"],["14956.281","18738.669"],["14970.952","18779.545"],["14934.192","18757.365"],["14924.751","18749.470"],["14967.926","18723.492"],["14959.207","18886.320"],["14904.586","18808.797"],["14960.754","18815.404"],["14913.138","18844.173"],["14945.704","18870.647"],["15033.873","18876.116"],["15059.465","18861.748"],["8155.161","15314.554"],["8156.609","15314.719"],["8228.284","15304.802"],["15480.928","15417.454"],["15366.270","15453.964"],["15369.135","15311.720"],["15400.952","15361.939"],["15385.609","15405.238"],["15332.667","15398.469"],["15482.415","15488.685"],["15442.923","15465.256"],["15435.062","15443.786"],["14572.432","16405.139"],["14600.133","16407.711"],["6450.774","14559.665"],["27337.470","16219.666"],["27306.008","16177.316"],["27308.006","16254.389"],["27357.768","16270.694"],["27317.787","16195.951"],["9230.269","13936.510"],["9356.017","13921.477"],["9293.299","13931.031"],["9364.088","13934.749"],["16851.694","17501.279"],["16882.924","17432.249"],["16951.372","17535.221"],["16928.996","17440.040"],["16919.563","17554.473"],["16894.103","17524.082"],["16971.659","17578.297"],["16801.405","17591.380"],["16846.681","17607.923"],["16821.495","17619.394"],["19966.985","16526.286"],["12277.049","8300.122"],["12340.998","8205.962"],["12322.413","8319.047"],["12305.849","8303.029"],["12339.025","8198.034"],["15032.370","16983.766"],["15067.305","16928.166"],["9892.077","18994.348"],["9956.985","18984.269"],["9922.394","18911.789"],["9843.122","18998.296"],["9888.016","19051.576"],["9891.588","19035.129"],["9934.666","19026.862"],["10028.726","18971.189"],["9860.722","18949.657"],["9831.675","19005.348"],["9833.331","19085.911"],["9898.164","19071.708"],["9894.499","19005.896"],["9946.524","18985.788"],["10000.664","18899.940"],["10003.265","18934.723"],["9830.800","18976.540"],["10017.756","18917.441"],["9931.686","18898.527"],["9858.550","19017.933"],["9852.326","19077.009"],["9969.866","19099.782"],["9938.662","18998.274"],["10029.997","19029.613"],["9832.383","18920.904"],["14377.438","15344.217"],["14383.507","15307.140"],["14299.119","15298.372"],["14451.500","15365.472"],["14267.672","15297.794"],["14450.360","15373.112"],["14407.457","15321.435"],["14449.367","15337.170"],["10383.733","10818.078"],["10330.404","10837.029"],["10377.426","10794.967"],["10367.471","10846.186"],["10357.194","10761.764"],["14406.202","14515.591"],["14317.408","14612.843"],["14364.779","14642.385"],["14007.929","12956.480"],["14015.327","12884.754"],["14035.528","12955.043"],["13995.295","12780.677"],["14024.666","12773.092"],["26365.985","15951.381"],["26320.031","16140.163"],["26380.470","15956.202"],["26430.631","16116.824"],["26435.013","15938.087"],["26389.228","15973.557"],["26314.003","16037.224"],["26293.174","15998.855"],["26272.513","16001.089"],["26377.693","16020.112"],["26438.581","15941.753"],["26424.108","16049.617"],["26394.654","16091.599"],["26368.991","16014.540"],["26315.774","15990.410"],["26451.339","16073.550"],["28274.668","17227.079"],["28203.311","17199.963"],["28243.267","17352.509"],["28182.067","17322.055"],["28168.979","17358.658"],["28221.033","17276.495"],["28238.436","17269.748"],["28310.898","17281.241"],["28187.310","17314.729"],["28363.356","17257.044"],["28332.021","17291.505"],["28263.700","17225.241"],["5176.519","10734.429"],["5196.009","10702.191"],["5181.632","10747.444"],["5188.713","10710.838"],["5169.922","10759.500"],["5187.562","10696.652"],["2987.005","13200.255"],["2992.251","13184.483"],["2957.216","13225.881"],["2949.104","13305.615"],["2971.157","13292.032"],["2976.237","13294.773"],["2997.934","13266.056"],["3070.143","13249.865"],["3092.300","13266.521"],["3080.565","13313.477"],["3080.143","13346.567"],["3045.906","13368.887"],["3003.871","13345.108"],["3029.163","13357.003"],["3047.510","13340.314"],["3020.750","13351.435"],["3052.076","13351.054"],["3015.530","13388.203"],["2995.876","13349.533"],["2982.413","13347.928"],["2900.582","13288.982"],["2918.627","13289.826"],["2999.847","13242.341"],["3048.172","13258.219"],["3073.806","13259.384"],["3052.864","13323.615"],["2979.380","13233.106"],["2938.135","13294.730"],["2937.985","13315.029"],["2937.029","13273.303"],["2967.835","13302.387"],["2973.679","13345.071"],["2941.312","13295.857"],["2976.072","13297.564"],["2982.950","13252.216"],["3017.135","13247.042"],["3090.359","13282.871"],["3079.624","13332.126"],["3081.804","13357.414"],["3019.574","13358.668"],["3018.346","13338.443"],["3015.475","13331.903"],["3039.311","13350.282"],["3068.820","13336.735"],["3058.986","13265.115"],["3036.425","13337.242"],["3022.237","13382.203"],["2985.626","13376.199"],["3008.713","13371.029"],["2976.727","13330.476"],["2934.268","13271.346"],["3009.600","13232.101"],["3017.579","13228.879"],["3043.859","13310.603"],["3093.410","13374.910"],["14108.665","12583.311"],["14136.130","12564.907"],["14163.197","12549.759"],["14055.196","12563.918"],["14135.431","12623.256"],["14152.625","12651.303"],["14216.938","12554.738"],["14140.571","12578.301"],["14103.336","12597.629"],["14059.768","12569.269"],["14103.238","12576.275"],["14153.246","12553.788"],["14124.946","12588.161"],["10218.347","18311.292"],["10149.354","18364.602"],["10135.730","18315.781"],["10207.388","18339.251"],["10075.559","18317.850"],["10053.472","18330.558"],["10060.660","18398.739"],["10193.009","18400.197"],["10105.686","18379.779"],["10137.802","18291.900"],["10186.500","18316.509"],["10213.059","18395.804"],["10106.454","18321.842"],["10203.178","18296.096"],["10158.930","18433.806"],["10110.171","18342.090"],["10174.609","18335.882"],["10064.903","18378.029"],["28344.352","16181.828"],["28308.636","16173.054"],["28314.975","16214.583"],["28266.847","16191.289"],["28241.298","16151.089"],["9265.938","14548.064"],["9262.773","14601.676"],["9201.413","14471.664"],["9275.990","14512.392"],["9267.117","14527.936"],["9384.639","14599.655"],["9313.733","14611.762"],["9391.931","14646.043"],["9321.810","14600.312"],["9380.343","14608.267"],["9242.942","14589.037"],["9391.739","14584.285"],["20276.710","14599.864"],["20338.664","14619.584"],["20352.913","14606.674"],["17941.722","16844.227"],["17839.875","16889.653"],["17850.853","16840.144"],["17906.707","16796.118"],["17968.090","16850.497"],["17832.391","16922.270"],["17935.222","16945.364"],["18029.071","16869.955"],["17846.454","16897.530"],["17857.465","16843.199"],["17873.371","16784.177"],["17938.400","16827.632"],["17834.952","16802.509"],["17983.592","16947.777"],["17934.526","16979.934"],["18027.606","16822.601"],["5648.421","8938.615"],["5702.948","8929.495"],["5651.153","8905.399"],["13719.711","13692.635"],["13678.769","13698.292"],["13762.892","13720.724"],["13643.757","13614.286"],["13809.111","13739.136"],["13805.736","13697.191"],["19100.455","15915.732"],["19114.304","15878.704"],["19227.501","15840.772"],["19136.900","15923.583"],["19211.077","15777.844"],["5017.090","17870.765"],["5109.946","17915.079"],["5110.773","17871.991"],["5113.381","17856.034"],["5068.025","17907.294"],["5103.515","17918.184"],["5096.743","17863.222"],["5117.576","17849.857"],["5033.373","17877.140"],["5137.076","17843.099"],["5082.179","17931.316"],["8726.400","19053.795"],["8770.472","19037.222"],["8703.351","18961.445"],["8744.666","19019.402"],["19191.536","15169.958"],["19220.205","15216.493"],["17132.768","12182.069"],["17155.904","12234.545"],["17177.252","12163.011"],["17185.838","12277.851"],["17173.641","12157.710"],["17123.568","12206.651"],["17112.464","12138.830"],["17150.269","12291.385"],["17122.132","12166.958"],["17120.887","12213.323"],["17177.449","12130.329"],["7328.988","18480.593"],["15602.938","12215.063"],["15559.321","12221.518"],["15658.518","12139.315"],["15612.902","12305.493"],["15616.316","12296.387"],["15680.979","12139.686"],["15665.805","12153.981"],["15674.005","12158.646"],["7823.084","16761.917"],["7868.297","16704.340"],["7803.874","16685.933"],["7883.956","16682.153"],["7802.799","16754.640"],["7852.557","16736.210"],["7881.613","16745.850"],["7745.096","16663.369"],["30391.423","15935.523"],["30376.869","15944.429"],["30308.487","15946.853"],["14347.914","18937.663"],["14293.738","18932.110"],["14355.843","18919.113"],["14315.070","18947.750"],["14289.955","18952.721"],["14376.730","18950.941"],["14327.603","18911.384"],["14336.879","18946.925"],["12177.864","17414.893"],["12162.976","17443.631"],["12192.892","17436.347"],["12193.640","17433.596"],["12229.131","17423.623"],["12333.795","17429.966"],["12335.116","17419.742"],["12315.855","17412.847"],["12341.360","17444.947"],["12347.318","17438.576"],["12355.869","17465.276"],["12294.652","17416.292"],["12243.814","17420.591"],["12164.246","17413.440"],["12188.150","17413.272"],["12150.855","17420.676"],["12151.958","17460.370"],["12180.097","17439.122"],["12192.300","17444.423"],["12192.291","17418.402"],["12240.464","17413.746"],["12355.970","17424.434"],["12348.137","17428.579"],["12325.938","17425.539"],["12308.141","17412.583"],["12307.282","17434.420"],["12330.308","17446.615"],["12341.496","17438.609"],["12354.092","17470.891"],["12290.211","17410.380"],["12152.073","17453.516"],["12164.604","17441.054"],["12193.221","17442.078"],["12199.972","17419.442"],["12231.268","17418.537"],["12222.565","17415.349"],["12332.775","17427.374"],["12350.373","17415.396"],["12323.993","17454.767"],["12354.374","17444.059"],["12355.655","17469.884"],["12274.275","17414.381"],["18708.009","16626.299"],["8758.626","16883.889"],["10044.104","18957.283"],["10053.045","19046.253"],["10143.939","19054.018"],["10141.646","18903.808"],["10193.330","18937.432"],["10218.084","18978.571"],["10152.975","19060.491"],["10232.828","18979.099"],["10041.115","18991.644"],["10115.331","18992.578"],["10104.021","19086.338"],["10159.645","18941.627"],["10203.035","18965.343"],["10056.675","18999.093"],["10083.390","19041.348"],["10086.472","19086.867"],["10154.655","18907.045"],["10223.248","18950.760"],["10240.361","18941.544"],["10052.476","18952.279"],["10076.236","19018.276"],["10076.554","19085.909"],["10148.767","18916.062"],["10163.198","18967.044"],["10212.903","19002.651"],["10107.596","19097.485"],["5743.375","17359.041"],["5690.059","17345.037"],["5733.450","17393.853"],["5761.005","17361.236"],["7744.946","18950.980"],["7821.653","18975.802"],["7849.421","19021.966"],["7878.543","19064.194"],["7897.562","18977.772"],["7730.286","19067.971"],["7795.326","18967.850"],["7794.939","18978.400"],["7773.834","18961.647"],["7763.975","18922.838"],["7829.068","19001.389"],["7868.270","19041.074"],["7891.688","19050.723"],["7925.841","19014.240"],["7889.979","19007.301"],["7728.460","19071.769"],["7611.358","16024.851"],["11468.229","17197.740"],["11505.073","17189.277"],["11465.051","17160.233"],["13969.274","13051.900"],["13986.305","13014.211"],["32011.805","13201.260"],["32047.015","13228.242"],["32107.194","13209.547"],["20984.226","8123.674"],["20983.288","8125.821"],["17022.778","4453.360"],["17005.617","4503.052"],["16995.157","4488.783"],["23881.450","17713.394"],["23846.635","17719.749"],["23885.534","17771.121"],["6299.019","18102.933"],["6293.752","18136.359"],["6380.412","18050.469"],["6336.958","18103.701"],["6398.997","18115.926"],["6264.644","18093.783"],["6379.656","18053.491"],["19276.947","16766.132"],["19180.337","16662.176"],["19253.763","16603.711"],["19248.510","16742.941"],["19301.686","16710.245"],["19211.051","16642.947"],["19169.949","16659.479"],["19278.077","16569.780"],["28256.255","8111.386"],["28226.977","8259.232"],["28287.160","8136.902"],["28207.339","8272.642"],["28291.834","8278.324"],["28260.650","8264.303"],["28198.770","8257.267"],["28198.606","8123.406"],["28255.893","8117.497"],["28214.479","8118.323"],["28220.564","8231.667"],["28294.824","8172.641"],["12995.221","17179.637"],["13027.705","17002.118"],["13014.433","17037.142"],["13168.460","17054.280"],["13040.179","17108.040"],["13027.472","17134.470"],["13078.910","17099.259"],["13090.466","17091.150"],["13063.188","17118.909"],["13145.161","17122.493"],["13092.512","17062.634"],["13141.130","17086.369"],["13193.496","17128.717"],["13011.107","17174.788"],["13092.819","17041.415"],["13174.611","17028.681"],["13050.193","17057.382"],["13005.548","17023.556"],["13140.085","17079.942"],["13198.236","17003.769"],["13042.482","17108.188"],["13072.923","17093.760"],["13095.351","17084.626"],["13070.392","17108.868"],["13095.507","17122.464"],["13125.293","17110.552"],["13180.972","17135.298"],["12988.929","17173.666"],["13033.939","17026.560"],["13025.169","17020.853"],["13162.950","17037.698"],["13111.598","17051.024"],["13089.420","17069.108"],["13089.286","17173.397"],["12998.130","17145.882"],["13075.456","17093.330"],["13105.367","17080.943"],["13072.432","17115.243"],["13132.694","17121.238"],["13194.737","17109.006"],["13172.394","17128.305"],["14287.651","14086.102"],["14303.446","14180.980"],["14276.079","14236.903"],["14378.940","14133.979"],["14398.791","14194.518"],["14266.933","14162.896"],["14460.373","14117.867"],["14326.982","14057.825"],["14970.947","17775.937"],["15049.516","17812.254"],["15006.802","17809.513"],["15009.286","17767.547"],["15031.128","17825.598"],["14967.312","17775.326"],["14947.559","17814.616"],["14998.447","17768.885"],["14958.184","17771.726"],["15009.598","17814.863"],["15048.940","17827.811"],["15017.098","17792.188"],["15052.694","17660.896"],["14973.902","17642.432"],["15014.086","17623.514"],["15008.232","17795.877"],["14963.291","17752.591"],["14963.103","17727.202"],["28041.217","7465.789"],["28083.602","7418.192"],["28142.330","7470.836"],["28133.416","7326.905"],["28104.452","7281.207"],["28040.231","7345.751"],["27730.417","7942.424"],["27918.203","8013.259"],["27918.894","8059.188"],["27884.141","8032.962"],["27772.235","8095.212"],["27740.976","7957.985"],["27755.778","8046.689"],["27789.643","7964.046"],["27888.470","7993.980"],["27836.584","8045.846"],["27867.730","7999.447"],["27912.924","8034.729"],["27895.243","8094.300"],["27744.183","7997.688"],["12817.600","13850.658"],["12841.671","13875.546"],["12939.585","14020.945"],["12820.573","13956.713"],["12829.619","13970.883"],["12804.769","13927.511"],["12811.853","13932.664"],["12783.401","13926.563"],["12877.936","13941.409"],["12904.827","13926.248"],["12974.359","13953.349"],["12877.902","13894.950"],["12944.915","13993.182"],["12895.944","13948.173"],["12835.277","14016.205"],["12907.292","13843.030"],["12854.259","13885.857"],["12805.864","13829.065"],["12809.335","13870.717"],["12837.147","13954.842"],["12799.520","13974.484"],["12871.941","13877.226"],["12817.638","13890.304"],["12845.798","13915.166"],["12975.510","13903.192"],["12859.067","13922.945"],["12950.146","14008.971"],["12893.888","13973.045"],["12831.873","14025.090"],["12900.911","13843.856"],["12850.213","13882.141"],["12805.801","13836.712"],["12801.740","13831.401"],["12830.301","13841.151"],["12874.532","13969.987"],["12838.429","13822.691"],["12859.593","13828.984"],["12873.838","13821.115"],["12947.529","14025.338"],["12830.138","13967.733"],["12874.252","13927.866"],["12893.607","13910.261"],["12944.175","13994.041"],["12899.003","13956.894"],["12829.208","14026.907"],["12914.299","13833.682"],["12780.888","13829.794"],["12814.515","13865.135"],["12857.937","13947.724"],["13006.002","18428.339"],["13049.026","18341.605"],["13190.734","18273.524"],["13076.300","18321.535"],["13105.191","18348.000"],["13103.078","18290.217"],["13079.456","18431.629"],["13127.813","18390.386"],["12997.488","18351.621"],["13097.098","18361.328"],["13053.076","18334.929"],["13095.578","18302.108"],["13038.041","18410.622"],["13098.093","18383.152"],["13095.595","18280.093"],["13115.621","18256.495"],["12990.827","18346.815"],["13193.850","18355.349"],["13181.448","18358.256"],["13188.694","18299.304"],["13135.142","18298.908"],["13091.457","18359.743"],["13077.658","18359.396"],["13062.729","18463.930"],["13048.454","18280.428"],["13032.779","18450.750"],["13123.609","18255.874"],["13066.466","18280.473"],["13064.933","18437.162"],["13049.078","18409.267"],["13105.790","18413.193"],["13118.734","18359.485"],["13002.011","18343.264"],["13077.963","18305.956"],["13123.374","18258.392"],["13145.602","18282.376"],["13170.224","18272.698"],["13123.776","18308.182"],["13102.214","18348.463"],["13005.743","18274.890"],["12994.773","18291.422"],["13022.944","18325.829"],["13033.756","18261.055"],["13028.273","18302.294"],["13032.597","18382.017"],["13023.025","18418.037"],["13120.494","18371.938"],["13115.445","18376.546"],["12567.076","12336.436"],["12555.409","12380.509"],["6613.228","18225.649"],["6481.362","18174.624"],["6583.724","18075.820"],["6567.182","18140.712"],["6528.064","18052.195"],["6630.759","18100.781"],["6541.553","18214.362"],["6597.850","18249.795"],["6479.569","18147.774"],["6483.615","18192.196"],["6566.459","18131.332"],["6494.197","18134.556"],["6488.693","18128.525"],["6554.610","18064.053"],["6615.381","18110.839"],["6848.867","8030.596"],["6794.930","8079.758"],["6829.083","8031.654"],["6801.474","8034.309"],["9926.713","19197.319"],["10021.714","19180.813"],["9942.380","19158.384"],["9920.808","19200.688"],["9869.610","19171.391"],["9944.098","19238.261"],["10030.085","19174.009"],["9962.018","19171.431"],["9954.427","19190.102"],["9870.843","19151.606"],["15375.623","15283.328"],["15394.635","15213.997"],["15507.711","15161.791"],["15396.426","15191.170"],["15461.288","15114.907"],["15386.197","15099.120"],["15304.577","15152.032"],["15334.245","15171.791"],["15368.072","15188.065"],["15390.369","15167.789"],["15367.207","15128.747"],["15321.149","15242.628"],["19467.155","5520.462"],["19336.760","5504.476"],["19328.701","5543.716"],["19393.289","5564.178"],["9201.290","12267.026"],["9269.301","12156.383"],["9322.280","12217.564"],["9334.740","12216.834"],["9327.863","12261.009"],["9397.753","12199.766"],["9392.420","12234.705"],["7307.236","19270.913"],["8357.575","12804.458"],["8461.046","12824.620"],["8562.389","12820.332"],["19038.009","10136.508"],["19055.699","10064.029"],["19005.917","10024.564"],["14988.030","18293.625"],["14992.192","18313.394"],["14947.636","18285.945"],["14973.623","18313.856"],["14923.129","18265.896"],["14953.157","18304.535"],["14893.913","18350.035"],["14895.328","18362.718"],["14923.305","18399.812"],["14884.434","18341.441"],["14942.809","18429.438"],["14927.661","18464.847"],["14989.807","18312.915"],["14946.879","18260.859"],["15021.879","18273.823"],["15000.201","18258.101"],["14984.725","18277.903"],["14959.160","18376.624"],["14908.354","18336.294"],["14933.025","18299.151"],["14886.193","18402.135"],["14913.319","18425.475"],["14907.200","18428.761"],["14971.049","18451.635"],["14951.822","18440.867"],["14904.799","18433.732"],["14997.225","18284.277"],["14973.869","18267.993"],["14965.136","18290.867"],["15003.771","18288.786"],["14889.127","18319.894"],["14904.916","18355.286"],["14890.640","18365.774"],["14973.697","18435.351"],["14979.010","18420.784"],["14984.174","18434.426"],["5191.988","16577.901"],["5133.688","16751.508"],["5177.908","16576.126"],["5183.710","16576.363"],["7823.453","8801.272"],["7827.883","8872.573"],["7828.386","8807.188"],["7826.505","8787.138"],["7879.958","8837.932"],["7746.576","8765.378"],["7797.886","8751.716"],["7874.531","8853.376"],["7916.178","8768.549"],["7877.225","8882.223"],["14075.291","17760.530"],["14091.162","17705.369"],["14077.544","17653.715"],["14148.333","17670.891"],["14144.156","17679.231"],["14168.113","17656.225"],["14241.863","17708.546"],["14239.482","17658.354"],["14163.180","17707.867"],["14199.874","17769.568"],["14150.220","17695.117"],["14123.756","17780.798"],["14183.591","17680.997"],["14147.424","17705.472"],["14083.037","17732.388"],["14101.639","17761.999"],["14103.218","17631.056"],["14122.132","17658.653"],["14120.669","17630.693"],["14102.988","17664.698"],["14145.438","17633.600"],["14098.892","17662.369"],["14187.471","17638.703"],["14179.182","17659.578"],["14169.396","17650.660"],["14233.376","17694.227"],["14197.652","17627.109"],["14199.480","17726.050"],["14136.190","17683.540"],["14170.532","17782.417"],["14112.802","17782.483"],["14204.118","17787.388"],["14135.582","17768.610"],["14142.544","17667.258"],["14077.774","17657.398"],["14099.863","17636.605"],["14169.550","17621.064"],["14161.435","17640.404"],["14220.432","17696.688"],["14220.103","17682.138"],["14246.390","17691.417"],["14228.413","17625.389"],["14113.805","17688.214"],["14156.716","17781.244"],["14176.963","17760.815"],["14122.226","17770.278"],["14191.618","17781.855"],["14076.064","17724.098"],["14090.307","17741.802"],["14241.755","17649.841"],["14166.659","17781.225"],["14179.290","17747.187"],["14093.711","17731.661"],["14112.412","17718.828"],["14191.272","17701.722"],["14168.542","17702.663"],["14230.964","17758.164"],["14069.534","17730.935"],["14248.005","17631.113"],["14154.652","17793.925"],["14155.573","17763.801"],["14121.721","17741.504"],["14154.040","17747.945"],["14172.522","17649.137"],["14148.805","17668.939"],["14226.951","17762.524"],["20952.726","15360.050"],["18121.299","17106.908"],["18223.538","17188.005"],["18189.427","17159.342"],["18179.137","17105.299"],["18168.017","17148.574"],["18167.915","17070.614"],["18236.726","17184.443"],["15793.345","12926.459"],["15869.426","12822.741"],["15810.922","12796.012"],["15774.068","12768.787"],["15926.177","12818.636"],["15752.712","12875.092"],["15622.537","16314.019"],["18570.510","8280.155"],["18531.392","8281.209"],["15101.430","16718.444"],["15101.607","16585.086"],["15173.347","16759.067"],["21629.043","16515.182"],["21661.079","16531.493"],["17173.284","17855.840"],["17154.133","17878.463"],["17144.724","17927.936"],["17149.353","17976.022"],["17118.504","17991.090"],["17173.926","17851.728"],["17174.939","17902.658"],["17115.859","17935.550"],["17114.047","17983.477"],["17143.333","17959.639"],["20697.625","15284.281"],["20724.562","15252.669"],["20731.618","15285.997"],["14617.275","15030.059"],["14579.525","15052.174"],["14651.479","14898.343"],["14666.818","15027.372"],["14643.739","15042.143"],["14585.462","15030.480"],["14648.030","14943.534"],["14509.689","15027.290"],["6460.304","18377.839"],["6419.255","18465.205"],["19922.875","6921.874"],["19922.086","6890.628"],["19862.448","6891.817"],["19845.260","6867.457"],["4947.434","14060.674"],["4968.466","14038.930"],["4876.543","14131.294"],["4871.845","14053.747"],["4963.644","14155.296"],["4985.063","14080.145"],["4799.035","14130.474"],["4787.988","14092.461"],["4891.330","14062.532"],["4902.767","14167.475"],["4948.652","14177.898"],["4978.725","14109.064"],["4943.577","14126.483"],["4824.447","14090.677"],["4876.379","14045.554"],["4845.968","14143.037"],["4932.697","14052.730"],["4826.828","14085.357"],["4896.193","14109.331"],["4879.915","14090.929"],["4788.022","14062.805"],["4859.543","14140.555"],["4920.806","14184.554"],["4927.919","14141.611"],["4982.811","14163.244"],["4986.439","14109.840"],["4926.218","14175.636"],["4911.258","14126.269"],["4908.388","14040.724"],["4827.371","14071.402"],["4952.263","14098.002"],["4792.423","14139.161"],["4911.626","14067.445"],["4788.711","14103.279"],["4900.990","14165.064"],["4938.240","14050.682"],["4865.211","14130.700"],["4825.364","14060.915"],["4922.945","14177.581"],["4966.045","14152.306"],["4919.615","14098.927"],["4810.877","14121.556"],["4916.182","14089.476"],["4874.800","14031.070"],["4899.099","14154.180"],["13779.586","12534.375"],["13743.945","12522.749"],["13756.330","12504.615"],["13636.243","12538.810"],["13703.319","12356.413"],["13620.125","12522.608"],["13761.247","12474.392"],["20529.623","7654.978"],["20525.955","7657.406"],["20444.886","7542.082"],["20537.271","7529.178"],["6821.952","9229.278"],["6821.647","9171.494"],["6799.963","9287.146"],["8995.475","12009.288"],["9149.610","12028.930"],["9157.423","12029.140"],["9152.229","12005.387"],["9099.143","11933.755"],["9148.837","11973.166"],["9153.574","11926.484"],["9186.176","11983.477"],["9098.515","12005.268"],["9187.360","11921.508"],["9002.585","11967.791"],["9165.943","11990.367"],["9142.917","12043.428"],["9077.301","11929.956"],["9144.018","11950.837"],["9162.621","11931.158"],["9086.146","12013.823"],["9014.377","11965.974"],["9123.253","12019.369"],["9077.441","11971.645"],["9158.672","11925.271"],["9108.728","12015.835"],["9009.901","12048.337"],["9126.188","11960.994"],["9064.410","11964.420"],["9194.054","12037.226"],["7337.883","13122.022"],["7329.166","13107.390"],["7314.544","13134.293"],["7355.661","12988.543"],["7341.090","13128.513"],["7442.919","13035.731"],["7477.648","12979.172"],["7471.890","13079.173"],["7317.202","13034.753"],["7461.225","13039.183"],["16779.462","17165.603"],["16967.260","17170.171"],["16806.450","17001.667"],["16797.965","17180.219"],["16899.570","17128.367"],["6981.041","9262.911"],["6955.350","9255.364"],["6934.145","9360.547"],["6926.057","9352.766"],["6968.440","9355.848"],["5604.378","10819.414"],["5484.368","10848.040"],["5482.624","10849.543"],["5550.553","10852.883"],["5580.934","10824.881"],["5410.731","10820.382"],["5465.708","10759.107"],["5438.996","10750.499"],["5488.668","10851.409"],["5600.140","10838.828"],["5576.937","10817.367"],["5418.245","10666.363"],["5425.855","10760.375"],["7315.903","13781.946"],["7320.713","13785.529"],["7317.247","13784.022"],["24534.586","16989.988"],["24416.206","16991.277"],["24383.429","17004.362"],["24407.311","17096.165"],["24433.433","17084.551"],["24516.049","17035.789"],["24525.301","17010.176"],["24542.384","16999.038"],["24497.202","17056.862"],["24473.615","17037.914"],["24498.967","17043.691"],["24519.784","17066.965"],["24518.197","17093.909"],["24553.704","17131.608"],["8351.389","19219.905"],["8159.895","19263.861"],["8348.947","19195.242"],["8353.066","19213.497"],["8155.011","19283.828"],["5530.820","8645.026"],["5541.612","8610.642"],["5518.013","8582.648"],["5600.308","8543.440"],["5505.418","8595.650"],["5588.324","8579.965"],["5530.952","8666.182"],["5489.380","8628.735"],["5538.458","8591.602"],["5547.959","8609.715"],["5602.146","8536.290"],["5566.223","8622.763"],["9191.428","19162.721"],["9123.428","19186.052"],["9109.075","19120.961"],["9018.284","19204.576"],["9076.497","19211.838"],["9145.878","19199.777"],["9123.828","19166.411"],["9023.151","19264.424"],["9058.701","19228.767"],["9168.592","19144.929"],["9093.203","19152.208"],["9003.467","19212.847"],["9011.919","19234.342"],["9055.865","19291.707"],["9058.257","19239.617"],["9142.046","19180.322"],["9125.604","19157.955"],["9054.524","19245.100"],["11614.099","14762.307"],["11606.826","14731.833"],["15987.480","12386.240"],["15973.400","12421.935"],["16001.106","12438.811"],["16098.832","12479.676"],["15954.552","12373.788"],["15955.538","12460.035"],["16011.324","12437.074"],["16000.708","12430.158"],["16036.517","12489.910"],["16073.601","12524.020"],["16079.868","12498.487"],["15944.845","12351.604"],["16091.167","12515.382"],["16063.404","12484.333"],["12710.998","12113.127"],["12584.811","12026.372"],["12599.529","12079.337"],["12585.189","12061.044"],["12605.710","12042.835"],["12698.498","12110.947"],["12598.224","12066.921"],["12598.577","12031.029"],["12587.950","12074.680"],["12570.863","12046.015"],["12616.220","12053.769"],["12698.235","12121.864"],["20564.635","6772.612"],["20520.885","6810.052"],["20483.928","6815.254"],["20444.921","6788.183"],["20444.395","6804.897"],["20442.931","6779.529"],["20421.074","6640.359"],["20495.628","6820.900"],["7606.561","15662.354"],["4618.209","8933.734"],["26838.400","7102.250"],["26877.955","7166.276"],["26838.943","7151.251"],["16737.494","7574.603"],["16777.420","7493.121"],["16713.514","7565.420"],["16727.343","7554.579"],["16773.704","7605.430"],["16706.798","7603.299"],["16755.872","7502.021"],["9989.935","13764.257"],["9992.731","13785.430"],["9993.511","13770.113"],["9966.719","13755.480"],["9941.753","13663.984"],["9902.970","13640.549"],["9896.535","13680.122"],["9899.018","13674.094"],["9937.151","13763.662"],["9947.842","13763.794"],["9934.773","13710.921"],["9961.697","13731.895"],["9944.498","13694.932"],["9963.923","13694.602"],["9966.522","13663.809"],["9954.400","13652.413"],["10021.676","13800.758"],["10031.231","13775.589"],["9830.883","13637.709"],["9844.787","13633.502"],["9855.825","13619.946"],["9864.395","13807.534"],["9851.474","13782.677"],["9988.389","13771.260"],["9967.196","13739.064"],["9912.773","13678.584"],["9870.597","13681.806"],["9928.598","13753.984"],["9942.881","13742.845"],["9937.163","13701.505"],["9961.851","13672.545"],["9850.511","13669.720"],["9863.243","13629.260"],["9871.187","13790.259"],["9989.688","13785.529"],["9997.113","13750.592"],["9939.220","13664.777"],["9883.525","13672.855"],["9927.414","13767.741"],["9958.523","13745.372"],["9952.541","13692.372"],["9997.015","13669.325"],["10032.514","13798.396"],["9831.383","13646.978"],["9875.858","13784.264"],["12376.062","11027.365"],["12394.581","10988.422"],["12488.380","11001.498"],["12444.316","10983.789"],["12425.279","10929.674"],["12468.874","11005.957"],["12416.016","10999.533"],["12451.964","10994.095"],["12478.940","11032.544"],["12466.711","11065.486"],["12429.927","10955.807"],["11778.471","19096.719"],["11824.509","19062.125"],["11907.585","18966.518"],["11838.902","18943.832"],["11741.218","19049.815"],["11848.819","19020.044"],["11877.586","18913.989"],["11793.128","19053.950"],["9841.072","13595.371"],["9832.008","13593.436"],["9844.936","13590.480"],["9850.235","13527.431"],["9834.857","13540.874"],["9835.483","13450.754"],["9842.896","13594.724"],["9846.764","13541.502"],["9832.226","13468.491"],["9841.350","13572.065"],["9836.419","13535.721"],["9852.736","13472.455"],["11466.711","18923.874"],["11460.214","18980.670"],["11465.165","18967.210"],["12751.694","15862.973"],["12734.319","15844.599"],["12630.795","15900.017"],["12621.472","15795.299"],["12746.410","15889.373"],["21406.009","8302.446"],["21404.342","8249.819"],["25627.834","7499.025"],["25705.508","7565.503"],["25640.871","7589.048"],["25728.880","7606.527"],["25639.045","7622.508"],["25731.544","7566.807"],["25646.989","7599.205"],["9143.066","14902.745"],["9063.200","15061.854"],["8374.438","12495.445"],["8386.231","12541.688"],["8422.267","12487.947"],["8397.788","12424.368"],["8442.908","12484.793"],["12504.272","16755.754"],["12553.497","16757.160"],["12448.496","16768.220"],["12534.691","16745.848"],["12468.194","16765.805"],["12488.483","16771.444"],["12557.980","16738.779"],["12558.168","16744.575"],["9160.794","13403.708"],["9157.013","13490.767"],["9144.972","13426.351"],["9178.756","13478.545"],["30427.385","15497.464"],["15030.014","16642.206"],["15002.582","16687.592"],["14925.033","16612.107"],["14944.939","16693.724"],["14916.071","16566.574"],["15079.235","16760.882"],["15065.044","16737.754"],["14907.099","16609.456"],["14997.516","16691.209"],["15033.269","16667.906"],["14929.750","16774.596"],["15012.057","16617.980"],["14945.165","16583.352"],["14976.601","16611.460"],["14907.747","16638.757"],["14991.707","16689.501"],["14893.550","16663.726"],["24132.466","17671.286"],["24141.054","17622.878"],["24066.954","17654.625"],["24117.906","17679.002"],["23956.993","17700.241"],["23974.265","17693.295"],["24008.626","17731.986"],["23982.179","17716.333"],["23977.884","17760.074"],["23993.215","17769.710"],["23993.656","17761.320"],["24001.818","17822.858"],["24041.439","17656.132"],["24058.585","17637.285"],["28046.590","8170.838"],["27983.301","8179.723"],["28117.947","8168.051"],["27974.918","8131.227"],["27946.414","8139.287"],["27968.882","8149.080"],["27938.306","8132.515"],["28037.944","8147.363"],["12016.487","19260.831"],["12133.304","19184.062"],["12093.687","19128.433"],["12067.113","19199.925"],["12070.846","19268.495"],["12141.216","19138.397"],["12102.223","19106.814"],["12063.116","19196.440"],["12052.836","19267.834"],["12058.931","19160.434"],["12096.960","19137.978"],["12027.425","19244.632"],["12073.198","19199.595"],["12072.276","19203.276"],["12113.089","19159.182"],["12111.693","19160.792"],["12120.426","19189.958"],["12073.095","19140.043"],["12016.619","19199.132"],["12058.313","19254.706"],["21442.182","11148.117"],["18553.127","9005.429"],["18575.549","9105.054"],["18617.614","9125.940"],["18631.208","9062.473"],["18528.181","8974.677"],["18584.763","8977.248"],["18554.557","9073.997"],["22171.769","16579.486"],["22139.929","16603.374"],["22074.077","16605.200"],["22076.962","16590.128"],["22103.709","16579.069"],["22050.345","16609.208"],["22067.201","16674.199"],["22096.929","16653.662"],["22111.191","16627.603"],["22119.131","16667.247"],["22120.698","16688.946"],["22085.110","16704.216"],["22174.600","16673.539"],["22086.821","16731.764"],["22143.527","16712.006"],["22158.481","16707.632"],["22092.562","16732.878"],["26025.509","15938.571"],["25991.631","16009.576"],["26035.947","15971.525"],["26040.174","16086.024"],["26022.064","16104.325"],["26031.329","16054.266"],["25990.661","15935.431"],["25888.046","15936.917"],["26003.227","15942.599"],["25850.628","15959.692"],["9887.884","12741.511"],["9958.299","12707.701"],["10022.039","12665.953"],["10034.108","12677.668"],["9891.996","12726.268"],["9993.694","12725.075"],["9935.839","12757.811"],["9848.114","12556.458"],["10012.676","12723.408"],["9948.605","12701.605"],["9972.673","12618.366"],["9951.302","12642.754"],["9947.571","12572.281"],["9860.822","12565.652"],["9836.969","12658.881"],["9855.579","12727.558"],["9872.158","12727.495"],["9992.515","12667.348"],["10006.095","12567.091"],["11591.860","16609.485"],["11575.545","16585.218"],["6976.688","7455.619"],["6965.281","7422.427"],["6957.132","7453.571"],["22175.527","16311.928"],["22201.043","16317.191"],["21860.734","16494.286"],["21883.578","16466.645"],["21841.614","16450.715"],["21831.221","16411.296"],["16055.227","13295.921"],["16120.617","13333.803"],["16101.332","13307.074"],["16109.222","13375.778"],["15937.942","13391.092"],["17409.487","17799.583"],["17422.804","17650.837"],["17566.022","17724.057"],["5765.564","11275.108"],["5828.553","11205.547"],["5789.816","11257.080"],["5823.651","11181.724"],["5807.961","11221.578"],["5809.719","11189.026"],["5772.356","11264.928"],["5757.004","11228.043"],["5823.586","11226.240"],["5799.668","11264.594"],["5786.693","11206.581"],["14217.747","13020.298"],["14242.638","13050.373"],["14223.208","12988.886"],["14179.208","13122.574"],["14192.226","13172.231"],["14043.641","13000.768"],["14197.663","13014.435"],["14164.455","13040.843"],["27822.550","17021.841"],["27249.152","10166.618"],["27270.139","10172.614"],["27272.803","10150.615"],["27234.513","10120.171"],["27193.961","10189.516"],["27178.176","10212.726"],["15687.755","18161.949"],["15551.198","18239.533"],["15524.171","18186.395"],["13982.459","18031.821"],["13867.609","17974.380"],["14029.862","17885.725"],["14017.994","17928.412"],["13919.797","17929.461"],["13924.533","17976.742"],["13965.925","17921.728"],["14013.152","17867.261"],["13920.981","17885.332"],["13993.676","18017.618"],["13843.010","17964.025"],["13847.778","17858.157"],["13897.296","17957.898"],["13916.589","17981.713"],["13982.504","17916.592"],["14017.889","17885.940"],["14023.145","17857.679"],["13999.681","17868.863"],["14015.380","17974.388"],["14039.459","17977.956"],["14009.655","17911.022"],["14028.899","17966.910"],["13866.360","17876.067"],["13874.106","17902.508"],["14033.614","18040.473"],["13929.285","18014.464"],["13832.270","17956.229"],["14014.836","17936.670"],["13872.888","17984.686"],["14030.191","17894.329"],["14001.343","17908.417"],["13918.761","17881.286"],["13891.639","17914.730"],["15666.082","15451.736"],["15570.896","15297.611"],["15646.289","15457.224"],["15613.074","15505.888"],["15575.731","15494.898"],["15600.762","15471.907"],["6287.733","16336.329"],["6297.327","16338.886"],["6300.288","16326.616"],["6310.619","16351.177"],["6306.976","16337.080"],["6303.371","16296.288"],["6413.494","16283.396"],["6346.408","16241.264"],["6309.151","16334.678"],["6334.149","16278.175"],["8020.555","18253.711"],["7971.337","18200.454"],["8051.361","18229.335"],["7968.804","18188.481"],["11535.056","15417.580"],["11584.895","15488.058"],["25155.470","6996.534"],["25165.957","6977.938"],["25130.447","7027.422"],["25090.875","7030.444"],["25194.697","7006.922"],["25168.704","6983.966"],["6324.974","14366.739"],["21995.482","16597.498"],["22006.657","16629.177"],["21988.557","16661.430"],["22029.826","16676.100"],["22038.385","16711.222"],["22019.270","16703.226"],["21983.178","16696.850"],["21966.594","16670.685"],["21941.039","16662.915"],["21922.856","16699.792"],["21945.279","16640.524"],["21925.544","16618.055"],["21948.351","16606.264"],["21968.655","16577.378"],["21948.201","16581.709"],["21929.688","16566.793"],["21875.062","16578.398"],["21848.067","16631.565"],["21857.937","16671.594"],["21842.571","16684.792"],["15198.421","16450.995"],["12573.652","15355.004"],["12718.613","15357.663"],["12630.718","15457.869"],["12622.430","15461.172"],["12583.638","15455.336"],["12602.042","15481.665"],["12754.940","15378.972"],["13361.077","17937.980"],["22540.139","15847.979"],["22522.986","15832.906"],["22544.392","15789.616"],["5848.317","18041.468"],["5844.116","17964.558"],["6035.935","17857.788"],["5969.091","17963.777"],["5990.922","17990.526"],["5887.619","17926.332"],["5985.970","17904.223"],["5965.784","17902.052"],["5947.762","17893.647"],["5974.864","17886.403"],["5985.964","18013.166"],["5852.044","17951.231"],["5863.859","17893.542"],["6011.396","17873.709"],["5950.104","18038.712"],["6004.771","17934.490"],["5887.948","17907.736"],["7737.972","19257.137"],["7876.153","19266.996"],["4979.123","14956.477"],["4937.275","15009.031"],["4971.556","14875.048"],["4904.349","14876.455"],["4841.403","14911.682"],["4812.399","14909.780"],["4876.302","14896.543"],["4874.498","14887.464"],["4866.938","14902.604"],["4864.422","14887.373"],["4895.483","15029.868"],["4805.283","14951.203"],["4810.506","15062.852"],["4983.828","14935.887"],["14079.316","19034.265"],["14231.052","19087.536"],["14170.657","18957.727"],["14100.279","18932.013"],["14126.990","18989.831"],["14213.913","18958.834"],["14154.763","18901.525"],["14068.493","18986.123"],["14216.878","18899.727"],["14184.012","18974.639"],["14170.163","18996.175"],["14120.197","18931.749"],["14172.362","18911.582"],["14166.178","18895.117"],["14072.424","19085.380"],["14236.529","18961.177"],["14173.173","19007.504"],["14183.157","18955.200"],["14096.891","18931.237"],["14107.417","18914.705"],["14134.369","18913.828"],["1520.613","13392.390"],["1597.606","13417.250"],["19575.049","14379.094"],["8601.185","11985.653"],["8682.864","11969.554"],["8696.811","11970.660"],["8705.598","11967.423"],["8726.618","12000.767"],["8670.721","11915.766"],["8726.577","11932.496"],["8596.584","11965.017"],["8639.256","12094.265"],["8659.387","12091.077"],["8568.243","11948.974"],["8712.568","11951.238"],["8714.743","11984.334"],["8715.993","11933.231"],["8592.932","11995.455"],["8603.828","12104.157"],["8714.212","11952.510"],["8720.877","11967.126"],["8614.248","11988.419"],["8651.756","12112.283"],["8586.116","11975.557"],["8575.226","12029.284"],["26754.736","17337.622"],["26721.963","17398.750"],["26743.711","17289.545"],["26809.216","17232.581"],["26785.757","17271.897"],["26828.277","17284.165"],["26837.186","17312.206"],["26866.958","17402.566"],["26873.873","17352.720"],["4474.394","17412.116"],["4504.209","17423.618"],["4475.759","17426.583"],["12327.545","18055.989"],["12311.111","18226.429"],["12276.983","18212.606"],["12308.694","18222.812"],["12281.309","18225.306"],["12355.802","18069.796"],["12336.032","18059.672"],["12320.174","18206.313"],["12296.753","18174.885"],["21073.493","6957.143"],["21078.559","7016.879"],["21016.009","7045.401"],["20996.832","6977.639"],["21020.549","6947.449"],["21141.898","6970.588"],["21133.940","6928.185"],["10011.910","13393.326"],["14477.016","17263.429"],["14485.947","17288.284"],["14506.773","17270.080"],["14518.617","17210.451"],["14497.761","17309.551"],["14507.168","17212.014"],["14662.626","17380.078"],["14600.187","17254.836"],["14648.713","17294.443"],["14555.639","17210.847"],["14575.478","17306.319"],["14567.837","17289.838"],["14671.807","17344.910"],["14613.886","17226.498"],["14576.782","17239.778"],["14592.724","17221.426"],["14581.430","17343.612"],["14650.658","17260.006"],["2354.301","11058.304"],["2458.751","11015.624"],["2358.246","11037.738"],["2382.046","11011.743"],["2358.109","11055.758"],["2350.797","11041.533"],["2356.665","10981.076"],["2374.736","10968.070"],["2493.371","11031.719"],["2355.040","11035.620"],["2380.279","10981.370"],["2395.172","10985.347"],["4790.234","17070.434"],["4828.602","17191.997"],["4860.823","17013.831"],["4862.425","17050.514"],["4850.547","17082.682"],["4821.594","17163.757"],["4798.639","17076.742"],["4850.577","17024.483"],["4862.475","17039.928"],["4840.761","17083.491"],["20128.053","6258.575"],["19952.026","6344.848"],["20116.072","6244.567"],["19946.039","6316.194"],["20062.240","6246.863"],["20037.931","6289.687"],["20022.454","6257.681"],["8509.085","12761.298"],["9277.398","19158.657"],["9271.642","19139.268"],["9255.664","19306.486"],["17417.985","4599.465"],["17486.929","4567.076"],["17452.777","4584.606"],["17438.988","4585.246"],["17433.113","4519.693"],["5263.240","8744.332"],["15446.347","12352.171"],["15420.083","12530.461"],["15376.969","12349.379"],["15350.308","12401.567"],["15453.904","12520.909"],["15513.545","12378.666"],["15353.602","12493.847"],["15455.549","12448.867"],["15426.955","12359.190"],["15404.728","12447.735"],["15501.998","12529.237"],["15388.099","12458.436"],["15477.896","12486.358"],["15411.467","12496.537"],["15326.685","13405.784"],["15328.691","13407.964"],["15360.226","13534.669"],["15338.041","13601.602"],["15359.053","13422.493"],["15433.182","13478.324"],["15305.745","13461.302"],["15379.140","13498.124"],["15309.370","13603.706"],["15436.577","13446.667"],["15493.210","13565.979"],["15455.098","13570.101"],["18577.166","12526.889"],["18558.017","12524.081"],["18497.474","12525.372"],["1993.604","10921.071"],["1843.720","10998.808"],["1954.347","10980.938"],["1967.798","10941.286"],["2010.604","10874.314"],["1852.573","10928.931"],["2054.137","10913.047"],["2031.091","10918.627"],["2020.462","11008.070"],["14203.567","18627.525"],["14193.444","18518.543"],["14096.195","18482.474"],["14192.954","18599.206"],["14050.945","18561.038"],["14172.112","18525.859"],["14041.669","18522.838"],["14237.944","18593.646"],["14228.550","18592.496"],["14173.066","18495.140"],["14203.033","18483.877"],["14082.096","18617.450"],["14080.773","18548.943"],["14068.125","18563.477"],["14046.357","18528.965"],["14077.031","18517.173"],["14174.899","18614.660"],["14107.333","18595.717"],["14119.560","18547.937"],["14054.263","18481.677"],["14221.010","18492.283"],["14182.622","18520.838"],["14047.540","18619.779"],["14075.526","18595.731"],["14046.661","18573.270"],["14112.379","18482.788"],["14136.754","18475.241"],["14169.698","18605.581"],["14186.063","18609.974"],["14054.728","18530.881"],["13669.060","17323.755"],["13655.687","17321.271"],["13687.662","17303.474"],["13636.290","17296.859"],["13622.250","17328.075"],["12229.689","14036.304"],["12211.664","14153.336"],["12216.483","14151.883"],["12171.003","14150.920"],["12220.742","14034.752"],["12171.776","14154.619"],["5111.795","8678.547"],["5152.344","8576.031"],["5115.767","8733.432"],["5097.001","8588.222"],["5124.389","8633.261"],["5181.372","8709.205"],["5196.291","8668.322"],["5158.431","8671.087"],["5062.244","8564.059"],["5078.471","8570.826"],["5035.972","8542.930"],["5109.612","8657.954"],["5121.769","8722.250"],["5188.368","8740.658"],["5133.866","8539.510"],["5095.498","8557.923"],["5084.264","8548.677"],["5087.439","8620.853"],["5116.536","8670.586"],["5079.537","8708.959"],["5165.908","8724.077"],["5174.805","8584.267"],["11581.917","16423.334"],["11555.554","16494.948"],["11573.514","16545.061"],["11721.570","16371.786"],["14284.971","18086.368"],["14281.862","18101.315"],["14310.053","18120.505"],["14285.678","18128.961"],["14315.760","18076.525"],["14269.050","18090.381"],["14305.777","18060.043"],["14316.270","18124.981"],["14279.823","18093.470"],["14251.649","18106.401"],["14269.650","18066.458"],["14274.387","18058.696"],["14263.367","18056.004"],["14257.676","18058.118"],["29145.598","16167.237"],["29024.523","16227.462"],["29061.034","16257.705"],["29066.659","16299.316"],["29098.355","16341.280"],["29114.854","16351.678"],["29142.062","16328.432"],["29083.736","16247.388"],["29133.890","16281.033"],["14714.812","19277.983"],["14271.606","17742.805"],["14296.545","17790.240"],["14322.212","17657.858"],["14260.567","17629.337"],["14291.587","17671.500"],["14342.753","17759.330"],["14374.530","17678.999"],["14408.378","17679.313"],["14400.089","17781.922"],["14362.046","17719.709"],["14323.559","17723.326"],["14284.155","17737.569"],["14279.258","17785.418"],["14285.485","17671.368"],["14313.495","17694.341"],["14256.291","17684.035"],["14307.311","17626.793"],["14327.755","17637.479"],["14373.757","17683.343"],["14324.332","17681.989"],["14350.747","17739.016"],["14432.260","17769.189"],["14360.599","17742.930"],["14334.316","17707.637"],["14451.011","17762.151"],["14276.669","17709.039"],["14270.781","17622.549"],["14327.688","17735.812"],["14385.944","17692.608"],["14414.776","17727.389"],["14338.099","17724.020"],["14330.484","17751.749"],["14455.090","17741.044"],["14284.814","17663.846"],["14295.794","17761.347"],["14311.331","17769.893"],["14310.591","17790.059"],["14285.344","17797.094"],["14304.913","17629.131"],["14331.830","17763.560"],["14285.043","17754.679"],["14327.710","14334.312"],["14345.241","14421.665"],["14383.935","14331.073"],["22170.181","15925.687"],["22228.865","15898.067"],["22158.888","15897.588"],["22227.308","15867.905"],["22230.842","15907.824"],["22213.942","15890.776"],["12315.630","13928.984"],["12275.021","13949.743"],["12242.403","13993.348"],["12174.879","13980.445"],["12212.544","13986.358"],["12322.192","13915.111"],["12260.824","13987.056"],["12219.024","13979.752"],["12317.949","13938.596"],["12214.271","13996.267"],["12159.788","13928.914"],["12242.327","13898.065"],["12170.064","14028.938"],["12294.193","13967.932"],["12282.919","14001.119"],["12274.425","14096.255"],["25381.593","17364.467"],["25264.300","17378.707"],["25284.759","17332.078"],["25273.858","17217.441"],["25224.827","17297.553"],["25271.861","17293.330"],["25259.710","17205.443"],["25246.163","17273.629"],["7319.181","15039.552"],["7347.424","15016.933"],["7304.121","15073.196"],["14822.008","9744.831"],["14762.138","9719.936"],["14773.711","9713.508"],["14818.443","9588.852"],["14806.037","9769.818"],["14818.289","9661.720"],["14769.756","9647.208"],["14776.804","9671.534"],["14820.686","9695.941"],["7716.697","18474.313"],["7676.355","18478.318"],["7703.032","18471.034"],["7599.037","18636.423"],["12238.249","17653.234"],["12292.270","17644.005"],["12279.495","17708.566"],["12328.351","17729.129"],["12348.654","17694.235"],["12251.292","17674.291"],["12314.704","17635.813"],["12316.568","17724.371"],["12346.904","17696.841"],["12234.894","17680.369"],["12326.825","17633.154"],["12269.890","17731.787"],["12355.703","17729.013"],["5635.222","7844.148"],["5635.595","7799.716"],["5619.794","7868.118"],["5621.079","7881.219"],["5734.832","7696.526"],["5636.924","7773.454"],["5672.845","7769.575"],["5721.617","7707.980"],["5624.520","7738.186"],["5635.063","7805.157"],["9623.678","11793.018"],["9631.934","11806.611"],["9705.765","11858.330"],["9737.672","11836.615"],["9690.584","11829.924"],["9734.004","11843.866"],["9628.436","11864.448"],["9641.178","11777.081"],["9805.860","11821.979"],["9651.148","11884.421"],["9649.866","11854.264"],["9701.274","11910.478"],["9812.488","11862.359"],["9678.829","11822.935"],["9700.227","11888.352"],["8937.818","16092.221"],["8979.774","16116.461"],["8925.250","16046.134"],["27392.798","7945.718"],["27428.851","7926.561"],["27507.785","7913.884"],["27393.724","7989.670"],["27430.298","7897.329"],["27445.961","8036.325"],["27432.688","8032.147"],["27417.409","8044.038"],["27470.167","7899.377"],["27478.839","8009.719"],["27386.652","8001.577"],["14309.727","18817.350"],["14251.444","18872.727"],["14337.227","18802.817"],["14272.442","18714.003"],["14286.174","18807.540"],["14316.289","18831.273"],["14308.166","18735.193"],["14264.531","18706.439"],["14315.417","18836.277"],["14326.042","18786.946"],["6321.348","17271.308"],["6258.770","17256.396"],["6312.615","17249.607"],["6307.499","17257.567"],["6263.208","17265.734"],["6270.511","17273.629"],["6328.853","17200.884"],["6273.368","17215.631"],["6330.321","17219.188"],["19513.771","15809.386"],["19452.994","15849.059"],["14696.690","16411.160"],["14785.112","16452.002"],["14838.868","16451.256"],["14881.085","16361.736"],["14801.746","16454.725"],["14853.096","16560.273"],["14849.178","16482.462"],["14881.532","16487.569"],["14757.057","16541.681"],["14881.943","16420.059"],["14803.555","16423.180"],["14801.302","16442.751"],["14766.217","16493.276"],["14718.763","16464.570"],["14872.397","16563.768"],["14758.883","16533.225"],["14742.083","16507.197"],["14852.818","16520.909"],["14837.653","16452.775"],["14832.694","16399.832"],["14835.508","16446.220"],["14774.438","16458.178"],["14836.312","16480.161"],["14737.413","16534.328"],["14793.044","16527.942"],["14764.506","16544.350"],["14771.679","16432.772"],["14845.784","16409.250"],["14674.877","16374.308"],["14854.077","16477.652"],["14811.069","16532.749"],["14825.102","16547.092"],["10334.098","18554.918"],["10268.350","18660.638"],["10361.978","18541.058"],["17969.065","17443.642"],["17885.467","17544.838"],["17935.314","17593.757"],["17973.340","17557.626"],["17988.034","17441.140"],["17961.105","17455.137"],["17899.367","17551.302"],["7717.522","12886.091"],["7687.910","12790.920"],["7691.228","12823.103"],["7691.725","12774.603"],["7683.569","12840.984"],["7687.084","12806.621"],["15753.763","16038.815"],["15793.910","16085.048"],["15736.016","16036.852"],["15800.417","16115.903"],["15784.354","16097.996"],["15735.920","16095.300"],["11848.019","4337.459"],["11854.140","4401.107"],["11765.887","4406.079"],["11741.946","4344.206"],["11750.233","4331.856"],["11813.315","4348.953"],["11868.628","4378.590"],["11901.081","4448.142"],["11923.185","4461.919"],["11759.870","4436.564"],["11802.750","4455.114"],["11764.572","4410.473"],["11780.148","4458.060"],["13587.177","14958.945"],["13571.228","14968.647"],["12811.212","16922.636"],["12912.657","16901.850"],["12911.905","16891.565"],["12903.044","16893.020"],["12920.504","16881.880"],["12879.046","16872.595"],["12922.341","16883.410"],["12874.647","16945.798"],["12969.370","16885.733"],["12948.999","16815.926"],["12866.891","16823.686"],["12832.586","16902.156"],["12801.201","16822.821"],["12797.676","16940.736"],["12927.312","16916.169"],["12922.152","16891.780"],["12915.076","16889.510"],["12862.253","16855.139"],["12820.895","16851.283"],["12779.345","16865.083"],["12951.321","16860.438"],["12931.452","16875.760"],["12980.179","16886.448"],["12805.027","16794.077"],["12978.712","16885.130"],["12941.732","16830.816"],["12894.779","16803.017"],["12885.329","16820.581"],["12791.599","16906.171"],["12850.596","16949.225"],["12918.884","16918.291"],["12908.792","16903.551"],["12928.270","16885.933"],["12903.093","16889.552"],["12902.543","16886.868"],["12876.503","16864.129"],["12905.625","16859.276"],["12936.666","16856.986"],["12941.370","16836.381"],["12979.526","16893.133"],["12843.918","16909.621"],["13443.659","13896.364"],["13498.951","13861.466"],["13577.863","13880.459"],["13478.870","13928.921"],["13414.306","13942.285"],["13448.407","13906.855"],["13481.061","14016.709"],["13440.749","14014.843"],["13462.410","13995.884"],["13456.269","13899.671"],["13486.653","14024.108"],["13554.558","14021.002"],["13440.375","13916.422"],["13478.922","13989.633"],["13448.709","13981.433"],["13415.852","13944.349"],["13519.996","13951.257"],["13485.934","13926.765"],["13595.498","13888.550"],["13542.288","13842.034"],["13558.398","13840.286"],["13484.552","13943.445"],["13552.019","13992.859"],["13590.481","13872.717"],["13518.235","13910.075"],["13517.084","13860.083"],["13492.331","13900.843"],["22217.549","14401.227"],["9586.703","10558.472"],["9589.376","10508.154"],["9491.721","10533.577"],["9536.721","10616.449"],["9574.433","10511.718"],["9534.047","10563.352"],["9543.335","10581.837"],["9566.669","10562.762"],["9463.075","11803.383"],["9433.675","11854.868"],["9417.260","11839.674"],["9465.286","11837.796"],["9453.592","11830.017"],["9597.399","11809.281"],["9594.390","11886.149"],["9603.946","11854.275"],["9580.619","11768.313"],["9563.899","11826.528"],["9592.435","11809.699"],["9571.678","11888.111"],["9470.180","11860.179"],["9417.819","11827.750"],["9476.454","11825.955"],["9605.886","11850.460"],["9615.733","11788.658"],["9564.540","11819.757"],["9567.550","11884.527"],["9493.174","11799.981"],["9449.678","11825.768"],["9456.816","11828.680"],["9610.787","11788.918"],["9514.287","11811.302"],["9578.290","11808.411"],["9563.455","11912.454"],["9416.083","11898.728"],["9513.893","11833.348"],["9577.676","11806.428"],["9480.810","11901.509"],["9512.988","11838.368"],["9544.872","11912.900"],["15427.093","13935.266"],["15338.066","13951.866"],["15345.528","13832.193"],["15407.599","14005.182"],["15344.556","13976.069"],["15467.504","13913.766"],["15395.093","13841.433"],["15329.314","13915.465"],["15392.062","13933.386"],["15457.298","13880.971"],["15326.876","13857.012"],["15354.210","13886.928"],["15337.839","13844.944"],["15425.116","13835.136"],["11629.817","18183.222"],["11560.429","18064.690"],["11579.979","18231.871"],["11579.027","18156.483"],["11559.920","18123.452"],["11577.249","18203.084"],["11613.338","18056.503"],["11522.717","18236.553"],["11623.830","18184.873"],["11522.551","18071.197"],["11574.604","18059.476"],["11526.510","18064.528"],["11545.852","18082.760"],["10249.870","18588.339"],["10071.496","18652.627"],["10109.607","18657.050"],["10160.765","18622.353"],["10233.431","18649.425"],["10230.922","18583.037"],["10100.166","18621.014"],["10186.801","18612.329"],["10165.859","18671.453"],["10217.616","18612.368"],["10183.955","18637.481"],["10230.470","18639.318"],["10240.215","18598.264"],["10144.261","18662.285"],["10178.248","18643.196"],["7419.535","16676.322"],["7380.752","16704.811"],["7401.328","16679.064"],["7417.414","16668.742"],["7313.373","16571.801"],["7322.421","16608.229"],["7314.468","16622.221"],["7326.294","16638.403"],["7395.361","16594.919"],["7308.062","16716.959"],["7346.232","16572.683"],["7310.507","16567.482"],["6673.855","17086.929"],["6721.042","17074.427"],["6731.280","17048.247"],["6724.750","17024.874"],["6679.245","17139.932"],["6694.463","17140.418"],["6741.809","17070.609"],["6758.348","17074.858"],["6746.744","17144.677"],["6755.397","17162.441"],["6773.743","17158.437"],["6784.351","17146.747"],["6854.877","17187.017"],["6742.693","17010.978"],["6708.839","17005.384"],["6814.910","17031.588"],["6860.429","17005.306"],["6694.203","16988.685"],["4989.510","6252.088"],["5054.102","6200.415"],["5080.370","6237.085"],["5055.498","6365.294"],["5038.944","6417.828"],["4978.611","6354.409"],["4976.295","6255.516"],["5119.337","6238.039"],["21005.596","15898.177"],["21007.769","15865.857"],["21129.930","15745.878"],["21031.162","15849.548"],["21051.591","15836.748"],["21141.939","15721.139"],["13936.252","16077.564"],["13904.802","16091.034"],["13894.019","16100.176"],["13949.677","16093.257"],["13926.910","16100.352"],["13941.030","16129.078"],["13981.450","16121.642"],["13956.219","16108.606"],["13961.174","16074.292"],["13989.661","16095.094"],["14018.387","16133.349"],["14035.183","16140.301"],["14020.706","16087.316"],["14004.670","16078.460"],["14004.658","16099.075"],["14037.899","15999.697"],["14038.317","16008.481"],["13890.990","16051.386"],["13926.362","15964.879"],["13835.893","15997.109"],["13866.839","15984.064"],["13872.052","16101.650"],["13910.103","16129.736"],["13892.017","16080.129"],["13931.219","16061.610"],["13924.802","16080.002"],["13891.963","16101.167"],["13927.156","16095.183"],["13943.168","16135.850"],["13962.859","16139.480"],["13967.403","16114.948"],["13965.549","16053.268"],["14003.882","16125.880"],["13974.234","16102.790"],["14018.173","16140.220"],["14036.512","16092.138"],["14011.183","16082.176"],["14034.968","16115.192"],["14002.570","16107.035"],["13877.906","16049.666"],["13924.355","15953.896"],["13973.816","15941.039"],["13836.567","15970.090"],["13866.938","15981.636"],["13906.781","16134.245"],["13918.324","16064.055"],["13910.065","16068.986"],["13883.230","16090.498"],["13952.539","16098.195"],["13933.604","16091.219"],["13961.280","16129.934"],["13964.360","16099.193"],["13976.075","16058.041"],["13982.178","16113.260"],["14017.071","16129.402"],["14007.433","16064.735"],["14012.290","16102.791"],["14040.498","15995.304"],["13863.194","16022.914"],["13932.349","15953.896"],["13941.677","15931.328"],["13836.325","15946.395"],["13844.840","15960.875"],["13873.977","15982.742"],["13863.608","16070.037"],["15632.219","17451.660"],["15520.183","17483.006"],["15584.321","17454.374"],["15612.632","17465.783"],["15630.656","17430.685"],["15593.054","17452.706"],["15604.376","17432.235"],["15576.074","17420.942"],["15608.192","17487.517"],["15543.314","17517.639"],["15527.792","17544.384"],["15536.317","17459.321"],["15580.167","17504.893"],["15529.873","17419.287"],["15574.647","17483.846"],["13958.197","17481.746"],["13971.454","17459.351"],["13955.878","17489.954"],["13978.296","17449.475"],["13968.296","17416.263"],["13921.618","17423.893"],["13847.173","17420.613"],["13952.744","17495.579"],["13934.224","17491.764"],["13921.931","17433.687"],["13948.098","17442.010"],["13919.727","17414.843"],["13834.870","17414.188"],["13844.459","17432.586"],["13982.391","17452.250"],["13983.230","17472.266"],["13945.960","17451.473"],["13942.391","17490.251"],["13943.838","17453.257"],["13915.006","17432.960"],["13944.537","17482.780"],["13925.442","17490.641"],["18468.927","13866.975"],["18645.058","13821.928"],["19647.965","5652.881"],["19574.198","5687.629"],["19539.182","5727.101"],["19603.684","5621.222"],["19563.355","5663.964"],["19650.324","5773.924"],["8849.012","19392.992"],["8909.714","19375.136"],["8882.943","19381.795"],["8910.043","19414.161"],["8868.453","19375.189"],["8893.102","19376.341"],["26954.386","7583.537"],["7608.524","13739.562"],["13012.221","18056.388"],["13087.835","18240.428"],["13158.271","18093.168"],["13016.667","18128.386"],["13107.134","18197.385"],["13182.900","18162.324"],["13077.070","18127.977"],["13140.062","18062.048"],["13120.878","18253.743"],["13030.001","18202.004"],["13068.329","18252.154"],["13109.075","18247.494"],["13192.219","18077.891"],["13048.838","18166.669"],["13163.180","18130.334"],["13101.906","18135.260"],["13140.138","18207.352"],["13000.675","18144.151"],["13013.718","18163.556"],["13069.513","18254.020"],["13092.268","18112.766"],["13144.324","18086.892"],["13050.302","18159.121"],["13074.217","18145.711"],["13072.644","18190.993"],["13177.621","18173.538"],["13173.328","18127.939"],["13120.665","18251.200"],["13008.373","18198.800"],["13163.805","18115.982"],["13195.245","18086.281"],["13163.271","18090.394"],["13158.344","18161.779"],["13039.085","18143.514"],["13061.783","18212.401"],["13077.973","18203.710"],["13122.430","18165.774"],["13056.511","18127.795"],["13044.307","18093.609"],["13138.609","18202.744"],["13172.934","18219.243"],["13986.118","12757.663"],["13842.483","12672.060"],["13838.752","12714.424"],["8855.247","19105.741"],["14966.385","6056.144"],["14970.219","6103.507"],["14919.349","6102.524"],["14905.254","6177.144"],["5755.259","15602.705"],["5789.365","15630.257"],["5768.542","15681.505"],["5738.457","15631.385"],["5791.015","15652.629"],["5754.675","15673.009"],["5731.246","15574.434"],["5680.408","15546.392"],["5699.890","15519.014"],["5774.765","15595.157"],["5750.035","15621.789"],["5785.407","15656.659"],["5726.336","15667.708"],["5746.411","15573.972"],["5708.911","15549.331"],["5700.301","15516.388"],["5757.775","15610.682"],["5735.529","15615.893"],["5765.495","15513.179"],["5795.259","15652.299"],["5729.856","15693.141"],["5725.967","15594.351"],["5686.806","15555.343"],["5738.031","15512.606"],["5647.072","15641.114"],["5659.850","15638.709"],["5733.909","15693.133"],["5665.136","15699.000"],["5727.231","15684.562"],["5673.911","15699.097"],["5720.624","15717.135"],["5774.088","15706.541"],["5812.094","15679.951"],["5787.148","15700.374"],["5824.469","15682.617"],["5802.064","15691.972"],["5632.350","15640.801"],["9053.954","19409.835"],["9093.230","19399.051"],["9195.508","19374.760"],["9198.666","19460.342"],["9108.052","19464.329"],["9044.628","19375.186"],["9111.618","19368.035"],["9033.338","19325.365"],["9175.903","19324.818"],["9187.422","19394.356"],["9143.365","19466.443"],["9080.796","19422.453"],["9079.299","19390.562"],["9017.499","19332.665"],["9197.614","19443.166"],["9123.973","19480.844"],["9049.555","19493.555"],["9067.079","19404.303"],["9093.312","19385.855"],["9025.426","19331.988"],["9177.498","19323.216"],["9175.629","19426.082"],["9137.477","19514.998"],["9055.394","19496.000"],["9431.656","14667.193"],["9412.549","14676.904"],["9613.540","14749.358"],["9616.254","14702.008"],["4601.374","9602.063"],["4763.283","9604.983"],["4661.565","9605.547"],["4683.616","9621.563"],["20925.829","7096.780"],["20911.802","7109.102"],["20845.930","7226.972"],["20884.664","7097.723"],["20886.111","7100.713"],["20942.805","7194.255"],["20915.207","7094.899"],["20980.088","7076.532"],["23132.165","16372.140"],["23190.318","16395.520"],["23222.120","16382.384"],["23290.449","16513.506"],["5595.575","9368.546"],["5597.160","9316.929"],["23760.065","6421.598"],["7294.703","19272.135"],["7035.957","13423.611"],["7069.674","13415.519"],["7072.330","13511.206"],["7033.136","13499.068"],["7056.755","13484.154"],["7070.562","13410.960"],["7065.817","13512.858"],["13074.214","9880.901"],["13091.520","9876.147"],["4813.611","18797.033"],["4952.407","18679.571"],["4815.025","18804.085"],["4816.769","18788.395"],["4782.019","18775.388"],["4843.364","18783.986"],["4978.723","18692.420"],["4826.013","18705.788"],["4846.239","18684.480"],["4789.272","18690.738"],["4799.925","18694.617"],["4873.744","18756.500"],["4906.865","18754.621"],["4895.235","18681.882"],["4829.105","18713.270"],["4831.058","18694.521"],["4820.615","18688.302"],["4804.387","18705.734"],["4796.175","18704.757"],["4866.672","18761.867"],["4913.921","18758.320"],["16986.825","4454.009"],["16987.648","4451.780"],["14106.015","18183.035"],["14139.386","18161.543"],["14250.349","18088.383"],["14249.395","18068.036"],["14250.103","18087.111"],["14173.530","18209.982"],["14240.760","18104.766"],["14248.688","18132.049"],["14222.389","18053.784"],["14222.734","18064.172"],["14103.136","18094.381"],["14183.316","18192.592"],["14141.277","18156.341"],["14066.459","18173.176"],["14147.100","18157.172"],["14049.962","18055.436"],["14191.261","18209.222"],["14145.191","18222.996"],["10091.167","12757.758"],["10128.687","12616.039"],["10045.523","12727.627"],["10106.039","12717.917"],["10168.786","12664.589"],["10096.415","12728.414"],["10227.803","12605.110"],["10225.989","12672.468"],["10129.792","12662.038"],["10045.715","12689.214"],["10079.656","12652.307"],["10091.048","12596.616"],["10153.699","12574.477"],["10180.869","12594.637"],["10139.028","12698.554"],["8564.656","9554.244"],["19101.864","14428.970"],["19093.803","14432.251"],["19116.796","14386.818"],["11160.056","15452.394"],["12508.119","14012.028"],["12516.108","14044.632"],["12462.444","14015.862"],["12543.374","14027.044"],["12574.705","13981.614"],["12397.073","13898.126"],["12314.283","17838.922"],["7795.976","15038.912"],["7795.141","15031.372"],["7780.409","15027.075"],["7845.219","14998.004"],["7835.795","15006.080"],["7792.147","14957.080"],["7800.265","14970.611"],["7799.870","14930.962"],["7800.237","14935.607"],["7833.351","14930.405"],["7806.555","15044.378"],["7788.080","15026.630"],["18792.982","6306.503"],["18806.903","6361.030"],["18817.559","6305.336"],["7881.312","14516.627"],["28454.705","11483.269"],["28479.748","11426.077"],["11861.982","17501.029"],["11859.345","17518.848"],["11865.288","17542.666"],["11891.070","17541.355"],["11863.601","17561.957"],["11844.638","17572.129"],["11875.518","17578.140"],["11883.561","17592.811"],["11893.513","17599.632"],["11842.453","17600.586"],["11899.443","17614.833"],["11815.387","17525.003"],["11783.434","17547.154"],["11783.715","17512.974"],["11728.845","17533.231"],["11871.146","17442.169"],["11864.947","17451.825"],["11850.231","17445.298"],["11901.419","17504.011"],["11835.347","17461.874"],["11784.223","17502.710"],["11765.896","17545.628"],["11731.261","17507.821"],["11854.745","17501.921"],["11835.374","17508.340"],["11861.285","17520.103"],["11881.588","17536.241"],["11892.863","17535.046"],["11867.894","17551.057"],["11844.257","17581.705"],["11874.958","17563.260"],["11886.061","17575.057"],["11883.069","17608.748"],["11826.861","17582.650"],["11924.739","17620.762"],["11787.828","17526.141"],["11768.961","17545.634"],["11771.116","17520.917"],["11729.601","17516.386"],["11861.787","17439.114"],["11848.451","17448.125"],["11849.556","17429.261"],["11919.598","17501.912"],["11912.324","17501.286"],["11838.160","17452.081"],["11771.504","17555.306"],["11857.607","17501.590"],["11840.127","17514.797"],["11807.371","17539.164"],["11860.578","17517.444"],["11871.785","17543.161"],["11890.988","17526.145"],["11858.832","17566.150"],["11826.626","17595.528"],["11877.080","17585.588"],["11885.454","17613.802"],["11834.756","17587.605"],["11904.788","17611.976"],["11806.177","17511.873"],["11799.176","17534.151"],["11778.533","17540.003"],["11774.537","17520.191"],["11855.685","17440.287"],["11854.174","17457.985"],["11846.398","17442.325"],["11904.906","17490.815"],["5597.432","7397.098"],["5477.360","7270.486"],["5614.307","7345.373"],["5594.226","7411.606"],["5448.513","7315.628"],["5434.817","7330.434"],["5482.880","7271.734"],["5618.239","7395.159"],["15599.188","17080.102"],["15699.313","17189.222"],["15532.456","17083.213"],["15603.756","17106.072"],["15648.098","17078.860"],["15609.915","17000.701"],["15676.849","17022.571"],["15631.120","17111.246"],["15630.977","17071.511"],["15516.497","17054.690"],["15591.304","17036.452"],["15638.123","17008.112"],["15664.135","17019.367"],["15717.286","17194.916"],["15538.246","17012.024"],["15656.406","17088.214"],["15550.639","17036.204"],["15718.791","17018.030"],["15711.912","17025.340"],["15584.452","17011.590"],["15700.810","17077.358"],["15704.624","17028.786"],["13848.583","18265.575"],["13973.170","18257.859"],["13872.878","18315.913"],["13844.239","18338.215"],["13951.584","18379.089"],["14023.887","18352.775"],["13926.533","18464.832"],["13968.828","18258.140"],["13875.986","18339.811"],["13917.226","18337.190"],["14010.778","18397.218"],["13845.575","18331.355"],["13863.387","18352.726"],["13921.436","18365.199"],["13926.749","18341.170"],["14017.933","18402.140"],["14000.597","18359.381"],["13904.329","18426.732"],["13938.295","18328.106"],["13856.677","18310.794"],["13853.486","18342.156"],["13852.249","18283.235"],["13939.413","18333.028"],["14027.439","18416.557"],["14029.758","18367.507"],["13931.944","18445.344"],["13882.843","18452.145"],["13848.221","18455.564"],["6238.962","15277.843"],["6206.826","15223.121"],["6183.365","15120.537"],["6225.557","15284.235"],["6179.217","15214.712"],["6238.457","15288.397"],["6242.662","15258.339"],["6218.633","15268.331"],["6203.652","15179.438"],["6135.076","15129.191"],["6235.660","15294.227"],["6201.865","15282.311"],["6212.383","15288.727"],["6226.116","15281.014"],["6224.561","15218.650"],["8110.090","12227.538"],["8097.361","12181.714"],["8048.694","12237.850"],["8077.871","12236.545"],["8055.020","12291.897"],["8072.504","12289.007"],["7940.919","12243.880"],["8118.348","12177.817"],["8074.730","12230.814"],["7936.429","12242.228"],["8128.463","12186.636"],["8079.253","12221.913"],["7952.627","12229.230"],["8109.818","12152.351"],["8032.384","12167.198"],["8127.057","12329.770"],["8159.103","18003.231"],["8154.383","17997.318"],["8340.841","18040.091"],["5479.114","18095.237"],["5475.060","18097.246"],["5493.877","18117.361"],["5489.045","18136.951"],["5463.849","18181.649"],["5488.443","18211.657"],["5485.795","18177.908"],["5476.393","18199.282"],["5499.346","18181.387"],["5493.139","18197.040"],["5483.789","18191.884"],["5509.524","18130.755"],["5508.030","18201.818"],["5516.173","18204.059"],["5516.105","18194.867"],["5520.341","18202.587"],["5607.425","18214.557"],["5601.100","18218.701"],["5607.690","18220.474"],["5589.123","18230.731"],["5424.878","18158.338"],["17996.009","16400.062"],["17937.379","16451.625"],["17842.611","16511.218"],["17893.403","16515.521"],["17966.661","16514.814"],["17895.148","16480.940"],["17913.044","16371.330"],["11244.257","17567.074"],["11112.706","17601.081"],["11103.062","17603.725"],["11262.855","17557.058"],["11250.870","17542.680"],["11245.907","17522.906"],["11189.089","17618.846"],["11229.438","17561.690"],["11101.927","17595.368"],["11250.532","17574.213"],["11271.638","17577.785"],["11252.942","17527.783"],["11231.466","17533.228"],["11182.990","17620.161"],["11105.271","17512.497"],["11110.191","17510.927"],["11231.017","17547.454"],["11103.802","17611.487"],["11223.010","17528.864"],["11269.500","17572.120"],["11259.176","17535.265"],["11230.710","17525.020"],["11231.301","17619.717"],["22237.107","16498.225"],["22188.430","16467.626"],["22164.823","16516.284"],["22207.895","16414.617"],["22198.704","16493.120"],["22122.149","16552.515"],["21734.739","7636.323"],["21750.176","7605.488"],["21639.184","7631.469"],["21770.002","7586.265"],["21695.833","7609.323"],["21677.992","7584.760"],["21773.801","7585.258"],["21671.634","7601.213"],["6464.884","15412.380"],["6597.098","15490.323"],["6538.766","15455.139"],["6469.275","15453.569"],["6658.344","15497.812"],["6572.825","15464.417"],["6557.703","15464.334"],["6540.674","15428.668"],["5860.432","7360.883"],["5836.378","7457.220"],["5879.889","7371.056"],["5847.413","7460.350"],["5832.477","7379.284"],["15323.420","16465.052"],["6882.325","12632.242"],["6836.089","12724.211"],["6823.984","12728.340"],["6745.036","12706.369"],["6759.526","12719.317"],["6747.496","12684.726"],["6750.785","12709.532"],["6703.600","12704.749"],["6701.150","12719.597"],["6802.191","12730.603"],["6802.059","12754.197"],["6762.512","12698.929"],["6692.449","12688.168"],["6799.839","12718.927"],["6782.174","12708.120"],["6774.799","12715.791"],["6709.176","12698.408"],["6870.236","12700.815"],["6733.030","12751.203"],["6853.052","12722.722"],["5796.149","18678.146"],["15901.973","9508.606"],["15885.537","9467.920"],["15882.681","9526.708"],["15908.503","9484.807"],["15897.428","9430.150"],["15888.400","9554.149"],["28397.908","15778.228"],["28440.634","15738.692"],["28407.457","15719.747"],["28454.734","15739.779"],["28512.063","15779.188"],["28484.277","15890.568"],["28457.974","15835.952"],["28415.712","15836.886"],["28368.380","15865.390"],["28308.844","7450.736"],["28228.992","7421.554"],["28339.189","7355.146"],["28262.314","7363.899"],["28313.169","7407.978"],["28261.080","7472.107"],["12683.289","16444.010"],["12736.734","16445.524"],["12572.892","16470.365"],["12649.524","16416.968"],["12684.160","16392.638"],["12695.888","16445.530"],["12715.126","16458.025"],["12702.893","16421.490"],["12669.862","16395.105"],["12761.602","16561.820"],["12708.764","16369.675"],["12580.550","16413.087"],["12750.165","16561.622"],["8205.517","12291.077"],["8183.955","12241.895"],["8313.629","12142.637"],["8170.938","12134.941"],["8176.234","12134.198"],["8296.835","12175.096"],["8282.171","12206.825"],["8314.631","12263.308"],["8306.950","12247.702"],["8297.864","12333.266"],["8300.052","12307.865"],["8201.800","12249.343"],["8345.011","12135.585"],["8179.458","12140.688"],["8289.786","12201.243"],["8297.229","12245.340"],["8303.242","12301.111"],["8317.225","12331.888"],["8194.004","12243.811"],["8345.438","12141.316"],["8278.848","12181.590"],["8312.048","12269.469"],["8298.308","12328.047"],["8171.107","12195.405"],["8226.403","12299.072"],["8220.328","12134.235"],["8184.703","12134.186"],["8222.960","12248.385"],["8256.227","12267.100"],["8148.349","12297.475"],["22246.997","14943.772"],["22209.277","14918.905"],["22474.480","14498.583"],["22558.307","14559.280"],["22544.836","14625.159"],["16513.769","14930.360"],["16436.659","14923.284"],["16533.227","14957.203"],["31140.156","14147.860"],["31271.254","14199.209"],["31211.123","14205.079"],["31202.699","14186.711"],["16519.579","15010.235"],["16428.067","14991.838"],["16469.956","15013.227"],["16399.553","14975.687"],["21223.407","14972.607"],["21280.332","14912.707"],["21364.100","15064.481"],["21223.110","14898.980"],["21243.802","15027.288"],["21242.071","15056.082"],["21221.555","15021.608"],["21381.380","15025.097"],["21388.063","15078.281"],["16001.278","14108.158"],["16103.389","14160.790"],["16138.733","14130.202"],["15951.949","14117.412"],["16123.786","14132.983"],["16030.706","14202.297"],["16093.305","14101.858"],["16138.937","14042.474"],["16044.296","14103.888"],["16025.268","14103.454"],["15955.544","14112.556"],["16061.869","14181.546"],["15997.036","14180.975"],["16079.042","14119.303"],["16082.676","14049.471"],["16040.235","14147.334"],["16064.953","14157.647"],["15989.286","14055.131"],["16094.770","14031.805"],["16028.951","14067.075"],["11698.232","14012.049"],["11709.924","14019.980"],["11718.841","13994.744"],["13179.421","17426.734"],["16181.704","16992.057"],["16347.231","17058.807"],["27072.542","15948.798"],["27032.129","16025.710"],["27001.846","16055.808"],["26958.769","16021.817"],["26920.862","16028.868"],["26891.716","16053.259"],["26890.765","15943.838"],["20301.325","8762.387"],["20302.197","8769.324"],["20252.016","8765.476"],["7218.215","18796.846"],["7269.876","18701.338"],["7229.860","18792.073"],["7300.591","18871.185"],["7224.975","18764.525"],["7249.571","18854.538"],["7288.870","18834.206"],["7263.393","18833.480"],["10356.253","15173.915"],["10415.379","15255.944"],["10341.397","15096.053"],["10400.529","15195.736"],["10362.224","15142.519"],["10460.612","15144.897"],["10447.438","15154.493"],["10402.862","15231.633"],["12567.108","16724.857"],["12628.689","16769.972"],["12617.321","16645.263"],["12684.478","16733.420"],["12650.459","16684.394"],["12774.472","16657.186"],["12664.091","16668.459"],["12604.516","16724.379"],["12770.023","16746.303"],["12753.864","16691.439"],["12725.128","16774.085"],["12703.974","16636.675"],["12688.779","16764.237"],["12611.391","16733.083"],["12597.239","16755.956"],["12758.521","16701.150"],["12739.916","16724.590"],["12614.969","16747.698"],["12686.586","16618.382"],["12697.379","16600.242"],["12628.699","16674.485"],["12653.733","16662.769"],["12672.291","16722.338"],["12722.827","16637.764"],["12640.550","16768.278"],["12759.224","16591.064"],["14664.755","16955.364"],["14653.559","16874.928"],["14613.620","16809.656"],["14649.589","16894.916"],["14614.300","16927.592"],["14545.813","16908.270"],["14482.261","16943.067"],["14617.836","16952.217"],["14627.835","16874.053"],["14546.155","16965.611"],["14465.849","16822.931"],["14554.317","16922.919"],["14617.839","16850.796"],["14624.480","16792.614"],["14616.713","16824.095"],["14643.627","16808.744"],["14662.054","16869.269"],["15093.802","14987.562"],["15224.414","15002.344"],["15178.470","14939.382"],["15097.678","15037.442"],["15231.007","15067.270"],["15194.085","14910.773"],["15268.351","14898.966"],["11637.599","19152.602"],["11550.711","19152.455"],["6488.915","14379.419"],["8490.061","11990.938"],["8472.493","12103.519"],["8467.724","12112.338"],["8544.695","11918.732"],["8513.684","11931.369"],["8382.690","12038.897"],["8404.532","12022.563"],["8454.360","11971.808"],["8449.090","11960.040"],["8543.593","11913.459"],["8485.684","12108.969"],["8373.052","12048.922"],["8420.321","11980.612"],["8460.092","12085.402"],["8377.608","12040.614"],["8443.209","11972.254"],["8540.747","11913.508"],["8475.218","12112.636"],["8388.794","11992.527"],["8367.433","11932.735"],["8380.536","11925.414"],["8463.486","11916.710"],["12988.637","9049.084"],["12999.737","9022.156"],["13014.868","8995.715"],["6865.978","15688.535"],["22457.392","16405.994"],["22461.675","16372.387"],["22428.958","16382.894"],["22393.566","16439.926"],["22420.851","16460.482"],["22379.066","16442.309"],["22351.163","16479.297"],["22288.382","16366.641"],["22312.383","16559.646"],["22297.677","16463.409"],["22343.987","16512.083"],["22283.861","16541.635"],["22378.126","16393.562"],["22389.961","16388.478"],["22295.100","16370.020"],["22277.403","16406.772"],["22269.310","16422.235"],["22423.642","16422.914"],["22308.780","16549.044"],["23496.651","16348.044"],["23455.437","16309.323"],["23489.185","16273.523"],["23356.898","16245.588"],["23350.849","16204.034"],["14313.303","9083.399"],["14403.731","8974.516"],["14430.771","8997.993"],["14431.113","9135.664"],["14338.353","9033.187"],["14348.501","8960.958"],["14272.859","8990.834"],["14298.023","9068.948"],["14358.409","9156.179"],["14374.249","8987.288"],["14441.459","9115.151"],["14362.070","9062.898"],["14310.556","8961.056"],["14251.801","9105.921"],["14360.456","9021.491"],["14353.580","9153.241"],["14339.490","9130.262"],["14356.648","9075.374"],["14274.306","9035.006"],["14312.259","9033.796"],["14323.476","8955.702"],["14284.054","9073.386"],["14391.439","9028.089"],["14373.597","9163.712"],["14327.680","9154.457"],["14363.896","9078.129"],["14266.905","9036.393"],["14330.926","9029.023"],["14261.959","9010.625"],["14388.217","8995.259"],["9527.001","12722.856"],["9544.670","12579.427"],["9544.879","12691.296"],["9429.900","12731.063"],["9448.256","12732.054"],["9445.992","12694.806"],["9535.624","12723.995"],["9433.913","12742.839"],["9461.206","12607.919"],["9515.285","12684.384"],["9531.440","12751.429"],["9498.390","12733.897"],["9455.253","12752.672"],["9437.500","12745.704"],["6046.392","8090.272"],["6082.809","8098.578"],["6101.386","8025.455"],["6068.599","7921.017"],["6077.112","7932.499"],["6128.613","7970.075"],["6046.284","8062.108"],["6147.119","8103.030"],["6101.550","8048.246"],["6073.670","8080.667"],["6107.609","8090.880"],["6041.528","7910.614"],["6181.466","8069.877"],["6134.601","7913.378"],["6194.111","8104.811"],["4766.761","6297.943"],["4784.230","6246.836"],["21146.178","14890.432"],["21132.938","14980.276"],["21123.964","15012.637"],["21178.926","14995.034"],["21141.942","15052.259"],["17496.391","16412.075"],["17449.970","16427.124"],["17458.585","16454.040"],["17508.998","16396.302"],["17502.830","16452.041"],["8075.909","12625.287"],["8106.419","12665.915"],["7988.706","12621.444"],["8017.358","12604.384"],["7966.989","12631.650"],["8007.703","12688.373"],["7995.022","12681.008"],["8020.720","12735.205"],["7953.509","12557.527"],["7939.752","12658.875"],["7940.640","12650.931"],["7985.351","12612.658"],["7979.506","12603.426"],["7970.301","12673.741"],["7940.236","12567.667"],["7950.311","12633.293"],["8084.380","12660.448"],["8018.131","12608.232"],["7936.627","12617.976"],["7978.212","12717.622"],["7942.301","12657.273"],["8071.892","12553.231"],["8050.144","12615.279"],["8036.531","12581.203"],["14900.204","8896.521"],["14899.333","8905.984"],["14885.779","8900.668"],["7948.655","15670.408"],["7945.810","15665.338"],["5952.474","14239.927"],["5837.540","14360.082"],["5984.848","14447.211"],["7832.418","14142.290"],["5580.442","7602.232"],["5599.274","7642.579"],["5586.284","7642.096"],["5566.902","7558.512"],["5601.844","7558.035"],["5582.323","7530.459"],["5576.886","7563.699"],["5596.049","7517.218"],["5610.688","7575.579"],["9976.628","10831.178"],["9943.649","10831.999"],["9876.719","10846.998"],["9957.284","10841.083"],["9901.411","10852.824"],["9866.999","10853.323"],["10008.233","10855.914"],["20174.772","15516.339"],["20160.675","15684.068"],["6754.466","12592.712"],["6789.662","12621.966"],["11985.859","18354.909"],["7172.590","18720.594"],["7120.346","18867.180"],["10455.405","16995.844"],["10412.403","17056.355"],["10387.584","17056.173"],["10397.192","17040.955"],["10394.034","17051.046"],["10358.905","17171.359"],["10343.948","17197.104"],["10411.423","17004.061"],["10448.982","17103.364"],["10400.601","17177.104"],["10452.132","16992.309"],["10415.364","17036.140"],["10415.249","17032.177"],["10421.896","17053.986"],["10391.682","17041.286"],["10352.820","17175.950"],["10454.834","17164.845"],["10394.269","17175.519"],["10334.070","17160.244"],["10338.273","17178.458"],["10437.654","17138.304"],["10454.611","17146.708"],["10451.639","16992.161"],["10447.165","16990.493"],["10382.617","17056.454"],["10387.206","17057.594"],["10386.731","17040.509"],["20940.512","14849.624"],["20970.119","14743.286"],["28206.272","16010.199"],["28288.521","15941.049"],["28275.798","15947.322"],["28341.994","15931.775"],["28354.220","15951.135"],["10698.476","16931.819"],["9604.044","12781.061"],["9588.699","12796.156"],["9614.629","12797.775"],["9606.517","12914.183"],["9566.380","12853.750"],["9600.439","12885.366"],["12523.832","17345.578"],["12463.562","17405.907"],["12547.796","17368.088"],["12527.126","17382.032"],["12558.780","17373.109"],["12460.945","17340.105"],["12372.342","17405.769"],["12445.815","17396.724"],["12547.175","17370.620"],["12565.836","17359.699"],["12561.059","17321.788"],["12504.720","17344.422"],["12449.037","17364.184"],["12556.743","17376.131"],["12530.728","17364.328"],["23101.540","15964.299"],["23115.484","16014.639"],["9952.044","13166.041"],["10002.294","13093.571"],["9941.108","13107.421"],["9868.952","13168.523"],["10017.690","13100.510"],["9989.127","13004.451"],["10025.816","13089.658"],["10010.906","13049.191"],["9978.365","13072.698"],["9979.844","13064.491"],["9990.912","12988.234"],["9887.417","13127.059"],["10003.322","13134.128"],["25358.272","17098.629"],["25394.025","17068.258"],["25357.240","16988.909"],["25319.584","17063.809"],["14878.931","9532.828"],["14846.321","9569.595"],["14871.335","9542.500"],["14802.280","9491.081"],["14721.286","9510.342"],["14825.398","9559.065"],["14872.609","9496.779"],["14747.207","9528.245"],["14879.825","9528.234"],["14807.589","9583.071"],["14813.823","9576.680"],["15513.733","18052.081"],["15502.458","18208.879"],["15467.760","18171.908"],["15489.126","18199.215"],["13981.575","12073.421"],["14037.436","12063.353"],["13986.984","12053.182"],["13933.878","12057.665"],["13995.095","12065.774"],["13982.776","12074.858"],["5878.152","8919.366"],["6633.986","8150.808"],["6493.836","8227.292"],["6525.232","8233.100"],["6490.216","8181.055"],["6477.356","8236.740"],["6638.040","8151.270"],["6483.021","8186.453"],["6515.462","8212.572"],["6463.037","8216.522"],["6595.802","8123.528"],["6524.416","8182.476"],["6523.115","8253.121"],["15829.680","15607.081"],["15807.896","15565.691"],["15844.507","15607.732"],["15846.000","15566.144"],["17394.968","16997.820"],["26298.957","15765.668"],["26274.831","15731.269"],["26358.806","15744.587"],["26323.938","15826.980"],["26316.436","15847.925"],["26364.557","15834.521"],["26370.363","15872.996"],["26390.310","15825.576"],["26272.979","15815.858"],["26262.595","15915.507"],["26455.414","15879.403"],["26392.028","15925.366"],["26452.618","15764.539"],["26267.391","15761.372"],["26332.078","15880.360"],["26348.804","15905.397"],["26308.360","15922.408"],["26436.661","15826.664"],["26456.135","15816.358"],["26413.536","15852.659"],["26415.921","15846.449"],["26370.155","15776.227"],["26416.932","15788.910"],["26422.080","15763.543"],["26406.882","15751.900"],["7151.084","17814.299"],["7150.402","17757.514"],["7212.897","17707.262"],["7183.794","17763.760"],["7201.717","17706.205"],["7154.400","17805.157"],["7164.067","17762.442"],["7210.972","17699.367"],["7119.694","17827.795"],["7137.401","17755.375"],["7180.989","17683.925"],["7284.814","17632.349"],["7265.846","17635.150"],["7215.270","17703.358"],["7255.243","17684.341"],["7232.176","17718.757"],["7158.990","17728.972"],["4717.246","14337.210"],["4722.694","14314.077"],["13398.938","15761.854"],["13400.638","15805.989"],["13408.420","15807.671"],["26815.271","16483.481"],["30013.758","15636.898"],["30013.417","15684.066"],["12048.953","16348.912"],["11937.291","16248.558"],["12048.854","16256.351"],["12101.228","16312.918"],["9079.887","18662.831"],["7060.137","13356.790"],["7090.045","13386.801"],["7070.019","13389.177"],["7066.534","13337.571"],["14928.517","14434.588"],["14963.747","14338.001"],["14942.236","14354.093"],["15009.103","14239.186"],["15026.584","14295.665"],["14893.037","14275.693"],["14898.410","14391.475"],["15064.938","14398.413"],["14998.798","14443.728"],["6695.971","13269.710"],["6681.464","13253.079"],["6729.085","13342.116"],["6732.835","13344.444"],["6675.817","13385.132"],["6773.514","13312.951"],["6796.340","13322.971"],["6789.547","13302.709"],["6696.777","13253.525"],["6710.236","13353.263"],["6699.014","13258.447"],["6732.687","13355.922"],["6676.705","13376.445"],["6673.214","13262.273"],["5318.311","15066.839"],["5325.251","15082.777"],["5367.984","14944.411"],["5366.833","14943.272"],["5229.309","15081.936"],["5349.347","15067.170"],["5291.614","15000.964"],["5328.311","15058.400"],["5201.782","14886.342"],["6283.131","16409.041"],["6256.329","16385.562"],["6282.950","16394.227"],["6269.775","16386.949"],["6265.277","16355.416"],["26882.898","7874.941"],["6659.272","18990.973"],["32364.287","12573.600"],["32464.137","12571.003"],["32526.079","12594.664"],["32444.163","12598.698"],["32500.545","12589.619"],["32362.521","12743.643"],["32512.730","12718.658"],["32407.243","12690.388"],["32449.981","12579.220"],["14009.436","11334.937"],["13960.212","11308.516"],["13907.912","11311.652"],["13901.802","11363.649"],["13844.289","11337.913"],["13926.561","11332.430"],["13971.722","11343.012"],["13890.313","11327.259"],["13873.907","11345.730"],["16147.738","15953.691"],["16259.467","15937.645"],["16149.514","15945.862"],["16254.138","15957.843"],["16354.530","16029.804"],["11593.252","17216.225"],["11568.163","17272.345"],["11563.727","17402.347"],["11592.897","17292.768"],["11562.566","17288.685"],["11580.828","17339.811"],["11615.539","17333.543"],["11641.294","17355.357"],["11632.122","17363.355"],["11652.073","17339.262"],["11658.788","17380.033"],["11689.350","17312.122"],["11610.066","17202.314"],["11719.055","17266.609"],["11669.143","17212.274"],["11594.744","17298.597"],["11665.063","17315.201"],["11692.560","17369.032"],["11651.844","17406.557"],["11571.228","17235.750"],["11576.633","17288.365"],["11698.320","17212.786"],["11552.707","17390.985"],["11550.887","17392.902"],["11592.127","17309.956"],["11553.217","17285.323"],["11585.763","17329.934"],["11609.296","17310.123"],["11611.793","17367.500"],["11650.533","17263.205"],["11698.372","17287.692"],["11711.557","17267.530"],["11673.698","17307.753"],["11711.228","17368.569"],["11543.991","17249.920"],["11683.958","17336.166"],["11553.009","17408.162"],["11584.413","17315.307"],["11656.232","17226.576"],["11551.490","17292.655"],["11579.101","17337.300"],["11601.082","17334.881"],["11627.001","17341.814"],["11609.128","17375.626"],["11689.844","17306.837"],["11699.129","17299.494"],["11697.889","17257.885"],["11716.814","17376.665"],["11670.491","17311.766"],["11535.225","17214.098"],["11573.660","17201.048"],["11523.993","17225.585"],["11537.749","17198.620"],["11525.037","17397.180"],["11551.672","17372.381"],["11546.585","17375.086"],["12506.392","16075.952"],["9881.099","14661.985"],["9848.492","14664.732"],["9830.959","14669.340"],["9973.320","14869.635"],["9922.705","14860.062"],["9935.676","14840.908"],["9959.881","14828.488"],["9954.017","14749.300"],["9905.394","14738.806"],["13408.996","13985.296"],["13360.898","13930.948"],["12562.878","18854.669"],["12371.329","18688.801"],["12565.888","18866.279"],["12375.589","18680.378"],["12542.565","18860.020"],["12381.148","18685.548"],["12373.188","18692.121"],["12565.706","18756.973"],["12563.530","18785.262"],["12372.119","18690.981"],["12357.102","18693.987"],["3403.263","8369.833"],["3493.429","8321.778"],["3457.538","8353.993"],["3362.128","8425.547"],["10211.515","12363.110"],["10191.828","12352.077"],["10115.409","12442.450"],["10177.021","12445.105"],["10192.383","12452.454"],["10251.311","12495.835"],["10241.470","12440.644"],["10087.331","12406.418"],["10148.351","12366.132"],["10054.890","12475.633"],["10177.611","12368.594"],["10183.320","12417.855"],["10180.693","12361.475"],["10170.754","12438.185"],["10107.352","12345.090"],["10141.860","12426.487"],["10043.041","12379.958"],["10105.224","12378.026"],["10128.614","12381.318"],["10126.553","12494.453"],["10107.961","12476.884"],["10221.605","12533.676"],["10244.827","12494.954"],["18046.506","16458.253"],["18135.102","16492.453"],["18127.705","16460.147"],["18108.709","16451.013"],["18041.606","16370.962"],["18962.775","17895.196"],["19069.326","17877.483"],["19079.528","17859.632"],["19046.732","17842.367"],["13392.279","17674.720"],["13316.702","17758.094"],["13254.029","17660.416"],["13258.577","17756.366"],["13221.006","17753.345"],["13295.724","17683.084"],["13233.426","17677.224"],["13390.111","17773.402"],["13309.219","17744.607"],["13218.193","17737.259"],["13403.498","17832.313"],["13346.373","17799.052"],["13353.418","17627.132"],["13305.313","17689.607"],["13390.407","17799.099"],["13232.253","17651.515"],["13275.403","17703.550"],["13315.444","17819.061"],["13359.399","17796.607"],["13273.503","17714.909"],["13319.832","17625.616"],["13347.925","17633.540"],["13337.018","17676.600"],["13347.742","17708.276"],["13290.247","17687.906"],["13224.446","17667.381"],["13303.174","17675.189"],["13267.500","17717.105"],["13316.708","17637.091"],["13324.339","17643.697"],["13370.159","17687.169"],["13369.584","17704.494"],["13244.726","17711.213"],["13254.380","17698.034"],["4530.103","17927.790"],["4475.821","17899.251"],["4462.681","17894.015"],["4557.265","17875.380"],["4531.221","17937.551"],["4480.377","17907.145"],["4444.365","17896.981"],["4563.284","17875.925"],["4511.166","18016.568"],["16367.851","6782.906"],["16417.393","6751.002"],["16420.559","6731.257"],["16510.933","6728.157"],["16522.335","6800.878"],["16420.584","6821.121"],["7808.239","15332.324"],["7803.966","15330.172"],["7749.755","15393.264"],["7811.226","15406.081"],["7876.809","15428.873"],["7873.900","15427.802"],["7853.893","15438.655"],["7880.768","15452.445"],["27579.316","16954.770"],["27529.442","16920.805"],["27529.913","16930.542"],["27533.306","16882.443"],["21980.502","15670.008"],["21939.919","15624.763"],["22008.512","15647.775"],["14801.169","18898.447"],["14764.640","18905.069"],["14770.314","18929.132"],["14789.508","18931.015"],["14818.307","18891.593"],["14767.255","18894.153"],["14789.113","18901.783"],["5791.274","16142.344"],["5809.083","16264.840"],["5794.186","16231.286"],["5799.712","16276.479"],["5824.350","16321.653"],["5429.108","16373.700"],["5436.166","16367.623"],["5433.501","16358.936"],["14915.222","17970.062"],["14932.709","17987.366"],["5406.522","7503.092"],["11468.951","19221.654"],["9915.862","15898.761"],["9842.308","15916.257"],["10896.884","13893.606"],["10898.136","13849.218"],["25754.644","16934.805"],["25679.124","16958.649"],["9971.555","10614.545"],["13116.913","17561.666"],["13042.624","17583.844"],["13178.490","17545.669"],["13101.251","17475.571"],["13077.694","17425.853"],["13103.951","17449.914"],["13166.555","17490.515"],["13030.900","17448.625"],["13088.965","17429.246"],["13134.544","17591.344"],["13035.963","17585.958"],["13025.734","17475.399"],["13170.086","17502.319"],["13100.875","17450.327"],["13146.736","17491.159"],["13015.272","17602.843"],["13160.219","17602.013"],["13048.711","17489.024"],["13142.503","17492.509"],["13117.405","17429.914"],["13171.786","17461.300"],["8429.975","15114.969"],["8429.596","15119.808"],["8391.158","15087.233"],["8445.050","15114.581"],["8435.658","15093.507"],["8453.018","15198.992"],["8476.159","15163.088"],["8395.163","15134.402"],["8393.979","15104.823"],["8430.013","15174.833"],["8426.987","15180.845"],["8408.946","15193.588"],["8372.301","15187.742"],["8424.765","15187.781"],["8390.538","15187.566"],["8403.536","15287.032"],["8387.368","15284.720"],["8365.611","15290.891"],["8378.769","15289.916"],["14888.792","9039.036"],["14933.825","9026.468"],["14901.470","8975.952"],["14913.347","9138.261"],["8016.045","8946.565"],["8026.394","8924.707"],["7937.576","8796.037"],["8027.936","8951.278"],["7992.025","8942.478"],["18354.377","13396.088"],["18380.962","13425.280"],["20463.970","6932.565"],["20411.569","6977.552"],["20411.924","7005.328"],["20483.569","7004.898"],["20555.345","7038.639"],["20486.576","6931.787"],["20501.082","6961.316"],["20507.826","6867.906"],["13625.796","18835.749"],["13740.149","18690.403"],["13783.649","18797.632"],["13700.500","18725.915"],["13766.679","18831.715"],["13678.152","18765.604"],["13727.814","18877.866"],["13670.142","18766.347"],["13798.222","18816.773"],["13630.551","18733.324"],["13660.196","18779.404"],["13771.712","18804.300"],["13683.439","18835.802"],["13819.406","18749.981"],["13814.159","18743.705"],["13797.926","18811.025"],["13723.498","18767.190"],["13669.646","18697.601"],["13766.531","18842.285"],["13647.442","18737.353"],["13723.280","18692.273"],["13717.425","18712.273"],["13755.215","18804.547"],["13721.071","18829.278"],["13722.946","18850.401"],["13648.493","18847.029"],["13818.616","18728.974"],["13828.205","18733.268"],["13657.811","18819.652"],["13696.475","18795.563"],["13706.705","18794.473"],["13788.123","18769.424"],["13802.827","18808.499"],["13654.087","18686.685"],["13635.880","18700.640"],["13683.543","18729.383"],["13755.215","18818.866"],["13711.729","18863.151"],["13741.943","18817.684"],["27152.191","17128.479"],["27168.535","17088.244"],["27186.096","17030.982"],["27097.882","17104.084"],["24728.906","17234.082"],["24687.777","17224.740"],["24652.059","17206.761"],["24644.471","17206.578"],["24585.815","17210.461"],["19540.613","5682.443"],["19564.095","5594.913"],["15768.195","14775.896"],["15806.320","14773.221"],["21223.046","7915.170"],["25399.972","6904.590"],["25312.099","6943.076"],["25404.487","6958.477"],["25204.697","7045.270"],["25202.700","6932.207"],["25399.758","6930.040"],["25349.912","6981.095"],["25391.980","7044.064"],["25381.156","6951.691"],["25340.356","6994.389"],["3131.871","13273.620"],["3135.175","13346.476"],["3101.012","13324.046"],["3098.275","13365.311"],["3101.484","13279.326"],["3106.207","13316.189"],["3126.911","13299.820"],["3108.759","13285.890"],["3111.235","13356.127"],["3123.739","13262.316"],["3135.219","13332.254"],["3113.248","13333.889"],["3119.888","13286.989"],["3121.812","13315.129"],["3100.700","13291.439"],["3125.138","13362.287"],["4777.714","6315.476"],["4844.771","6340.718"],["4816.469","6308.169"],["4958.874","6245.428"],["4880.902","6206.595"],["4916.811","6236.270"],["4904.128","6278.731"],["4779.183","6258.679"],["4815.643","6275.883"],["4811.033","6255.750"],["4910.677","6427.792"],["4853.940","6227.911"],["14825.026","6249.620"],["14794.847","6267.548"],["7968.523","8551.289"],["7941.205","8623.672"],["8028.246","8539.627"],["7987.462","8697.764"],["17387.792","17398.509"],["17289.657","17393.585"],["17328.553","17300.389"],["17247.380","17376.955"],["17310.887","17316.834"],["17275.773","17376.762"],["17232.592","17257.023"],["17206.224","17312.025"],["17268.273","17319.586"],["17329.541","17346.852"],["17229.042","17366.270"],["17203.811","17261.259"],["17198.075","17324.008"],["5401.475","17135.810"],["5360.812","17197.249"],["5370.806","17111.171"],["5406.150","17032.749"],["5405.377","17079.346"],["5354.322","17130.841"],["9559.062","12125.915"],["9572.467","12135.526"],["9616.303","12241.707"],["9600.951","12275.946"],["9594.619","12276.623"],["9506.597","12174.533"],["9521.416","12189.397"],["9618.639","12208.016"],["9582.137","12276.913"],["9514.034","12147.170"],["9588.451","12240.454"],["9524.560","12139.804"],["9496.195","12149.406"],["9449.737","12275.828"],["9593.241","12223.105"],["9469.707","12237.430"],["9429.519","12209.373"],["9412.775","12141.489"],["9591.424","12327.042"],["9526.945","12215.227"],["9561.591","12178.253"],["9590.235","12156.838"],["9549.756","12309.774"],["9545.286","12284.662"],["20281.250","6523.691"],["20214.298","6541.986"],["20186.814","6601.969"],["20156.370","6584.744"],["20215.959","6539.806"],["20248.931","6511.767"],["19286.491","15401.057"],["6478.209","9381.583"],["6986.477","9388.792"],["6919.989","9440.191"],["6977.365","9388.280"],["6924.133","9420.802"],["15664.500","16596.505"],["15648.858","16607.016"],["6270.877","9649.081"],["8589.275","16320.466"],["8609.876","16302.162"],["19724.298","5368.225"],["19667.144","5492.023"],["19680.088","5379.769"],["11098.884","15618.061"],["10011.348","14198.380"],["9880.912","14226.421"],["10019.440","14215.143"],["9986.500","14190.216"],["9888.971","14210.732"],["9961.989","14238.215"],["9864.547","14220.079"],["16405.450","14793.932"],["16388.312","14840.240"],["16492.497","14768.092"],["16490.425","14704.351"],["16412.483","14665.051"],["16526.713","14749.090"],["16367.921","14729.296"],["16396.286","14819.883"],["16400.491","14857.247"],["11390.563","16078.713"],["11355.123","16102.538"],["11473.702","16127.270"],["11351.623","16073.770"],["27292.464","16046.466"],["27274.213","16093.119"],["27240.543","16136.899"],["12925.490","14458.893"],["12946.416","14475.983"],["12862.507","14604.055"],["12889.359","14506.147"],["12909.507","14510.963"],["12951.706","14527.056"],["12900.024","14645.297"],["12945.543","14497.288"],["12944.831","14537.890"],["12863.806","14620.884"],["12836.800","14493.614"],["12920.576","14507.263"],["12936.492","14543.357"],["12818.349","14578.787"],["12782.498","14655.956"],["17406.296","16838.526"],["29391.219","16125.510"],["29222.699","16079.215"],["29240.588","16102.080"],["24961.176","17123.360"],["24923.082","17100.594"],["24941.766","17169.827"],["24982.750","17182.735"],["24890.829","17136.068"],["24863.669","17093.608"],["24825.892","17055.188"],["24797.647","17103.371"],["24849.559","17054.266"],["24809.338","17125.789"],["24793.763","17134.162"],["24841.231","17134.413"],["24792.199","17179.473"],["24781.759","17183.049"],["11561.595","16988.749"],["10637.598","16689.882"],["14997.012","12570.340"],["15036.376","12580.696"],["15022.941","12571.952"],["14986.990","12751.768"],["15088.458","12634.415"],["15017.637","12591.140"],["14914.746","12551.997"],["14946.958","12643.840"],["14891.120","12632.879"],["14905.095","12590.237"],["16122.628","16558.100"],["16092.647","16479.571"],["16140.569","16429.738"],["15955.953","16562.887"],["15945.159","16562.510"],["16069.421","16445.746"],["16130.671","16354.098"],["16115.553","16424.883"],["16033.845","16399.317"],["15999.580","16548.263"],["15980.125","16534.306"],["16067.511","16472.375"],["21895.724","15723.803"],["21902.194","15793.621"],["21893.654","15788.309"],["21861.007","15720.363"],["21894.644","15833.537"],["21926.129","15847.740"],["21995.694","15827.606"],["6453.731","16290.895"],["6328.529","16310.330"],["6359.271","16340.721"],["27843.031","17508.360"],["27791.581","17410.715"],["9282.824","12844.490"],["9291.650","12860.919"],["9246.037","12890.707"],["9212.189","12906.991"],["9206.846","12830.367"],["9281.333","12962.828"],["9274.425","12939.921"],["9408.110","12822.066"],["9265.113","12800.040"],["9235.774","12902.962"],["9228.129","12846.387"],["9247.136","12830.808"],["9288.087","12874.515"],["9229.343","12890.080"],["9202.192","12839.120"],["9302.912","12962.465"],["9222.301","12795.399"],["9329.445","12807.815"],["9307.768","12796.486"],["9278.107","12807.901"],["9400.972","12823.420"],["9355.448","12793.067"],["9360.268","12791.003"],["9245.632","12774.648"],["9404.442","12828.771"],["9243.798","12819.032"],["29885.705","15434.370"],["29879.690","15483.337"],["29953.686","15428.607"],["29856.961","15376.922"],["29907.615","15346.703"],["29964.130","15322.973"],["29976.708","15321.658"],["29875.611","15303.566"],["10230.506","15012.770"],["24583.689","17196.057"],["24626.006","17176.275"],["24611.150","17160.850"],["24610.593","17160.374"],["7213.439","19092.372"],["7162.501","18935.404"],["7149.080","18946.205"],["6667.128","18325.776"],["6626.184","18272.738"],["6577.906","18260.912"],["6556.055","18296.059"],["6582.002","18269.358"],["6639.300","18336.833"],["6612.328","18297.452"],["6626.628","18283.390"],["6544.876","18265.179"],["6660.814","18255.740"],["5142.043","17825.692"],["16128.692","16590.199"],["25587.158","17773.591"],["5432.682","11442.232"],["24901.880","16952.424"],["26331.942","16191.072"],["21186.841","12660.116"],["9756.124","7209.336"],["9715.563","7222.111"],["16410.727","15658.667"],["16452.175","15656.410"],["16525.555","15552.418"],["16395.913","15693.407"],["16423.476","15667.638"],["16435.553","15674.075"],["16368.745","15648.950"],["16496.700","15691.032"],["16245.444","7558.870"],["16251.230","7658.722"],["16277.276","7533.549"],["16240.760","7616.509"],["14128.526","12725.266"],["14202.314","12677.104"],["14184.322","12745.351"],["14115.834","12746.623"],["14235.255","12731.641"],["14137.185","12741.959"],["14226.587","12711.955"],["14124.224","12725.002"],["14226.357","12719.370"],["16140.739","18267.145"],["13945.795","14924.820"],["13856.683","15040.047"],["13929.207","15048.262"],["13860.788","14920.274"],["13887.937","15028.527"],["13853.624","15079.205"],["13935.762","14889.771"],["13990.434","14925.064"],["10434.352","7892.496"],["6042.488","7703.505"],["6084.531","7739.092"],["6058.317","7786.185"],["6057.267","7730.741"],["6081.816","7748.254"],["6047.938","7831.885"],["6068.742","7802.628"],["6175.038","7690.712"],["9522.864","16434.206"],["9538.229","16464.848"],["6956.017","8008.460"],["6887.466","8034.781"],["6975.231","7948.419"],["6947.909","7994.340"],["6924.740","8035.767"],["6884.850","8022.113"],["6987.634","7964.711"],["6947.118","7965.467"],["6997.008","7988.711"],["6909.769","7996.307"],["6943.581","7976.648"],["7001.027","8012.627"],["6892.066","8008.055"],["20826.596","15873.442"],["20791.148","15899.131"],["20813.371","15805.955"],["20819.796","15888.558"],["5568.241","8374.975"],["5576.996","8333.241"],["5548.826","8363.786"],["5586.421","8337.435"],["5569.622","8370.718"],["5591.181","8361.048"],["5531.566","8366.351"],["5570.510","8329.482"],["11941.746","14888.408"],["12034.436","14939.602"],["12122.840","14970.464"],["12074.491","15053.491"],["12000.275","15022.577"],["12018.832","14950.131"],["11969.633","14982.206"],["8992.079","18345.920"],["21390.806","15157.813"],["21256.323","15097.086"],["21260.136","15198.911"],["30737.463","14277.422"],["20487.022","14849.204"],["20457.579","14805.223"],["20560.970","14670.711"],["14839.819","15892.415"],["14751.855","15767.235"],["14830.536","15746.463"],["14798.036","15718.652"],["14737.771","15872.719"],["14703.993","15816.005"],["14748.321","15741.810"],["14696.775","15796.542"],["14760.440","15762.693"],["14683.288","15829.070"],["26257.853","17071.059"],["26270.345","17117.770"],["26278.097","17141.719"],["15489.761","14883.288"],["15314.110","14967.411"],["15379.128","14994.449"],["15313.977","14907.782"],["15441.517","14975.490"],["15435.747","16841.625"],["15419.267","16832.690"],["15471.663","16893.038"],["15508.424","16859.863"],["12202.868","14327.390"],["12166.281","14393.362"],["12173.484","14374.737"],["14780.858","18753.028"],["14769.723","18767.232"],["14747.338","18833.871"],["14849.443","18814.284"],["14815.496","18728.569"],["14844.032","18794.564"],["14744.283","18714.710"],["14771.750","18717.964"],["14784.004","18725.164"],["14754.431","18685.049"],["14872.398","18887.674"],["14867.530","18829.656"],["14744.475","18838.331"],["14712.419","18837.555"],["14807.485","18839.603"],["14744.969","18837.670"],["14689.034","18685.680"],["14707.225","18698.430"],["14791.894","18808.916"],["14751.104","18741.435"],["14809.739","18836.183"],["14824.312","18827.463"],["14754.706","18793.904"],["14842.881","18771.559"],["14747.852","18712.514"],["14775.221","18714.644"],["14750.583","18699.979"],["14782.589","18689.574"],["14878.336","18812.117"],["14780.215","18835.854"],["14775.840","18838.380"],["14740.824","18845.135"],["14805.363","18863.071"],["14711.797","18713.426"],["14697.833","18734.433"],["14683.442","18741.056"],["14756.154","18789.329"],["14814.772","18734.911"],["14752.881","18833.689"],["14817.765","18788.454"],["14833.489","18749.924"],["14762.918","18701.564"],["14822.584","18888.323"],["14770.544","18842.922"],["7430.415","18584.949"],["7443.063","18657.930"],["7444.210","18543.342"],["7455.786","18675.789"],["7337.334","18632.962"],["7332.147","18591.787"],["7370.818","18509.919"],["7321.750","18636.276"],["7454.226","18543.573"],["7460.638","18666.210"],["7334.440","18630.270"],["7358.627","18565.066"],["7309.993","18613.081"],["7361.624","18497.433"],["7480.010","18592.409"],["7128.792","15475.081"],["7108.627","15497.088"],["15973.461","15488.483"],["15987.352","15366.674"],["16089.050","15443.041"],["16039.089","15413.155"],["16117.811","15382.247"],["14202.024","14891.049"],["14156.320","14899.148"],["14204.507","14896.904"],["14197.307","14929.591"],["14155.629","14903.227"],["14217.892","14908.433"],["14183.370","14940.072"],["14162.783","14921.928"],["14195.640","14892.371"],["14193.212","14933.587"],["14137.677","14949.520"],["14156.254","14912.080"],["14140.974","14926.250"],["14201.348","15084.057"],["14218.938","15072.743"],["14227.394","15064.639"],["27305.341","15799.547"],["27337.188","15830.462"],["27327.000","15896.410"],["27327.034","15741.976"],["27402.879","15860.192"],["27442.061","15780.795"],["27443.114","15837.837"],["27484.672","15826.360"],["27481.387","15820.447"],["27390.572","15786.445"],["27415.650","15782.641"],["27360.630","15912.035"],["27374.250","15889.133"],["27412.035","15862.182"],["27394.989","15823.051"],["27390.866","15776.922"],["27500.739","15823.297"],["27488.288","15793.880"],["10332.519","14923.177"],["12811.015","12192.549"],["12887.024","12240.837"],["12836.704","12140.795"],["12828.340","12314.846"],["12787.022","12247.867"],["12812.313","12272.099"],["12840.532","12272.102"],["12907.936","12301.895"],["12976.430","12284.851"],["12971.450","12318.808"],["12927.408","12264.028"],["12913.246","12221.935"],["12885.646","12215.643"],["12879.108","12154.705"],["12873.260","12135.870"],["12894.190","12216.619"],["12801.970","12127.424"],["12892.435","12300.358"],["12832.008","12332.084"],["12899.837","12295.998"],["12852.139","12277.650"],["12791.360","12194.812"],["12804.568","12219.091"],["12800.427","12267.438"],["12913.545","12323.877"],["12898.751","12191.787"],["12853.136","12131.096"],["12780.110","12145.629"],["12895.988","12334.677"],["12877.528","12235.291"],["4731.207","16763.004"],["19345.168","15235.035"],["19358.288","15207.436"],["19473.262","15107.754"],["19413.278","15103.736"],["19315.857","15103.781"],["19387.544","15194.680"],["10702.254","18645.246"],["10772.841","18648.671"],["10832.285","18629.293"],["10698.159","18661.899"],["10803.861","18613.527"],["10782.258","18635.402"],["10803.979","18647.559"],["10766.328","18632.519"],["10875.630","18631.557"],["10798.820","18658.936"],["10870.493","18644.636"],["10784.962","18649.993"],["10837.647","18643.943"],["23719.807","6100.564"],["4604.695","10860.530"],["4643.181","10883.851"],["14235.188","16112.168"],["14236.685","16107.284"],["6779.127","5982.801"],["6820.787","5910.603"],["6741.291","5872.319"],["6775.621","5897.602"],["6759.609","5877.593"],["6845.806","5959.943"],["6801.807","5958.676"],["6795.357","5883.232"],["6869.288","5969.618"],["6777.856","5934.702"],["6850.702","5935.468"],["6776.686","5864.477"],["6763.082","5846.783"],["32175.911","13064.699"],["32153.491","13135.673"],["32179.546","12972.895"],["32227.436","13026.883"],["32184.416","13011.180"],["32171.743","13160.736"],["12688.096","12360.763"],["12642.150","12425.889"],["12747.463","12484.088"],["12774.876","12533.553"],["12683.958","12463.111"],["12679.572","12441.785"],["12579.186","12381.312"],["12594.632","12374.512"],["12583.649","12388.871"],["12697.444","12518.541"],["12695.286","12507.260"],["12720.228","12450.582"],["12757.336","12431.965"],["12681.857","12512.140"],["12672.397","12457.372"],["12700.692","12403.612"],["12697.260","12371.242"],["12707.688","12365.660"],["12649.330","12344.099"],["16708.510","13455.967"],["16710.530","13465.523"],["16706.070","13451.698"],["16734.091","13445.931"],["16738.401","13420.528"],["16743.624","13603.580"],["16726.863","13443.875"],["16711.697","13479.344"],["16704.586","13484.109"],["16700.943","13469.065"],["16734.246","13574.739"],["16740.028","13547.632"],["16727.246","13545.822"],["16719.669","13441.873"],["16715.656","13443.558"],["19935.808","15370.268"],["19983.652","15310.699"],["19942.422","15383.674"],["19996.537","15343.237"],["13463.619","15316.906"],["13446.084","15311.547"],["13437.027","15303.714"],["13410.926","15313.959"],["18007.038","17484.651"],["19498.980","5645.764"],["16532.282","14477.178"],["16418.916","14527.496"],["16471.115","14452.965"],["16469.703","14473.138"],["14450.616","16203.339"],["14449.872","16192.001"],["14361.804","16142.061"],["14450.986","16313.584"],["14439.646","16205.073"],["14380.505","16148.155"],["14459.572","16302.172"],["14437.425","16212.719"],["14363.580","16145.133"],["12565.048","13144.406"],["12745.180","17964.271"],["12766.745","18023.107"],["12771.515","18019.209"],["7521.187","18991.377"],["7665.307","19011.148"],["7530.332","19081.799"],["7638.810","19019.637"],["7527.535","19058.595"],["7541.730","19073.640"],["7685.307","19068.258"],["7549.180","18897.254"],["7625.413","18899.229"],["7673.551","19047.939"],["7663.527","19074.364"],["7630.274","19082.338"],["7573.053","19031.115"],["7532.728","18952.278"],["7528.262","18932.665"],["7530.694","18894.859"],["7708.545","18918.161"],["7686.972","19026.106"],["7688.346","19090.351"],["7619.616","19072.743"],["7578.037","19034.881"],["7583.381","19006.366"],["7564.981","18943.723"],["7515.893","18926.703"],["16594.192","14863.462"],["16694.691","14806.392"],["16601.566","14803.138"],["16661.702","14821.356"],["16773.636","14722.152"],["16662.689","14789.493"],["16767.543","14768.473"],["16585.031","14744.102"],["16639.522","14717.352"],["16669.563","14704.276"],["16735.541","14728.508"],["16775.754","14774.464"],["16767.480","14830.337"],["16762.250","14828.896"],["16712.361","14850.150"],["6229.025","17593.258"],["6130.265","17532.574"],["6151.834","17609.733"],["6098.270","17524.105"],["6119.163","17524.663"],["6157.130","17606.760"],["6175.357","17417.212"],["6088.485","17615.438"],["6084.109","17531.140"],["9821.531","18763.135"],["9821.933","18751.646"],["9823.479","18776.567"],["9809.039","18762.728"],["13857.750","18905.417"],["13924.356","19015.535"],["13980.031","19037.753"],["13844.559","18927.861"],["13949.908","19100.095"],["13912.248","18955.081"],["14023.351","19000.797"],["13970.852","18961.943"],["13998.139","19066.044"],["13837.750","18917.770"],["13841.533","18996.211"],["13874.929","18982.182"],["13880.636","18970.506"],["13868.408","19035.600"],["13976.510","18997.731"],["13966.922","18987.739"],["13997.630","19068.372"],["13943.353","19034.202"],["13921.633","19092.650"],["13831.907","18931.936"],["13921.541","18978.615"],["13847.290","19021.364"],["13871.771","18975.262"],["13999.568","19000.533"],["13928.846","18984.486"],["13977.712","19013.277"],["13957.235","19071.279"],["13867.504","19093.872"],["27976.154","15778.146"],["28009.890","15727.044"],["27999.954","15812.086"],["28024.657","15760.758"],["28082.785","15770.230"],["28057.891","15732.885"],["6233.604","17297.042"],["6206.416","17304.886"],["6246.994","17235.405"],["6172.495","17353.598"],["6166.376","17321.624"],["6229.360","17305.266"],["6230.258","17234.004"],["6164.518","17321.145"],["6233.488","17304.886"],["6176.097","17352.194"],["6198.772","17249.523"],["6224.129","17249.104"],["6247.440","17252.821"],["6197.505","17292.631"],["6087.440","17350.853"],["6052.634","17293.481"],["6041.984","17215.293"],["6057.506","17341.999"],["6185.219","17318.752"],["6061.572","17220.771"],["6151.348","17365.806"],["6115.351","17355.907"],["6087.042","17272.159"],["6051.047","17236.135"],["6085.450","17361.586"],["6174.183","17317.992"],["4668.835","18048.356"],["4612.163","18115.321"],["4596.055","18148.264"],["4596.346","18104.461"],["4772.864","18254.504"],["4739.066","18241.829"],["4700.234","18186.173"],["4674.357","18167.283"],["4696.880","18202.783"],["4695.874","18215.851"],["4700.520","18234.227"],["4656.511","18047.856"],["4590.321","18121.035"],["4615.183","18136.158"],["4604.980","18114.337"],["4748.720","18242.572"],["4690.432","18175.273"],["4675.558","18177.935"],["4701.072","18222.920"],["4705.289","18239.826"],["6708.294","17871.199"],["6764.036","17917.264"],["6678.796","17844.781"],["6794.003","17916.058"],["9425.886","15643.664"],["9445.902","15614.835"],["7543.649","7961.215"],["7553.682","7960.406"],["7540.710","8002.525"],["7561.225","7984.132"],["7517.371","8007.945"],["7554.720","8053.310"],["7540.985","7961.948"],["7529.488","8055.707"],["13439.441","13417.301"],["13440.685","13455.865"],["17770.318","17596.302"],["17669.683","17443.450"],["17652.660","17462.043"],["17825.228","17482.227"],["17647.177","17463.193"],["17641.710","17481.276"],["17709.965","17561.647"],["29406.038","16153.595"],["29382.420","16220.700"],["29243.995","16177.268"],["29348.394","16179.552"],["29301.887","16240.551"],["29295.049","16243.976"],["29237.940","16240.533"],["29218.072","16196.465"],["29356.626","16224.874"],["29213.869","16283.470"],["29225.304","16345.008"],["29210.691","16342.494"],["29205.946","16153.573"],["29235.115","16295.176"],["15922.425","15475.155"],["15909.714","15370.749"],["15921.279","15403.880"],["15738.047","15381.547"],["15845.851","15432.413"],["7173.430","16209.923"],["7254.362","16257.284"],["7291.240","16283.936"],["7303.062","16301.519"],["7298.635","16337.005"],["7135.182","16225.286"],["13600.942","9506.644"],["5263.713","18533.373"],["5407.877","18522.726"],["5395.581","18486.351"],["5285.325","18619.965"],["5246.450","18468.266"],["5281.266","18469.365"],["5394.341","18516.269"],["5393.081","18470.117"],["5386.713","18519.515"],["5394.951","18582.247"],["5260.364","18610.812"],["20564.968","6188.739"],["20411.105","5996.229"],["20382.566","6121.249"],["20496.157","6133.480"],["20495.746","6142.662"],["20418.263","6204.660"],["20460.450","6077.476"],["20533.970","6118.120"],["20508.361","6140.532"],["20474.562","6154.338"],["20426.914","6090.821"],["20464.610","6063.036"],["20513.097","6007.676"],["20377.928","6124.189"],["14738.720","9073.457"],["14700.355","9136.331"],["14795.952","9157.798"],["14737.365","9094.196"],["14747.958","9109.913"],["14729.293","9156.782"],["14701.060","9023.813"],["14750.040","9085.847"],["14690.117","9101.598"],["14772.352","9075.941"],["14716.394","9116.284"],["14703.659","9043.516"],["14675.251","9042.507"],["27701.564","7842.025"],["27717.978","7749.176"],["27710.264","7857.120"],["28237.230","17023.791"],["28220.714","16999.957"],["28179.096","17035.452"],["28213.319","17079.941"],["28214.240","17038.531"],["28153.608","17013.661"],["28281.294","17135.312"],["28228.519","17197.913"],["28221.611","17123.781"],["28237.742","17153.025"],["23903.278","16214.433"],["9278.036","16648.246"],["9354.118","12678.167"],["9390.633","12653.955"],["9218.909","12750.391"],["9243.512","12650.819"],["9261.419","12689.417"],["9324.394","12660.181"],["9380.000","12612.065"],["9370.820","12697.883"],["9249.941","12752.121"],["9365.665","12716.514"],["9263.923","12679.638"],["9309.944","12665.256"],["9365.411","12632.742"],["9369.734","12676.975"],["9205.684","12638.632"],["9355.796","12689.116"],["9223.646","12723.125"],["9266.012","12659.754"],["9376.941","12672.919"],["9393.339","12659.889"],["9287.319","12643.212"],["9253.174","12597.497"],["9358.038","12670.581"],["9299.782","12580.556"],["9224.020","12754.896"],["9371.875","12636.536"],["9395.773","12687.023"],["9251.908","12613.550"],["9305.575","12659.402"],["9340.505","12585.886"],["9321.344","12651.044"],["11121.625","17078.640"],["11117.499","17089.216"],["11163.487","17063.717"],["11217.876","17010.927"],["11268.095","17006.614"],["10865.417","11513.625"],["13819.405","12997.248"],["13726.663","13005.411"],["13804.842","13035.021"],["13745.045","13011.405"],["13770.111","13028.549"],["13917.400","13279.680"],["13905.025","13191.930"],["13834.997","13195.908"],["13867.873","13366.598"],["13896.121","13281.539"],["13961.356","13286.228"],["6727.611","8000.348"],["6752.766","7978.159"],["6769.236","7971.111"],["6822.313","7919.271"],["6793.335","7914.556"],["20921.755","16023.211"],["20833.937","15931.068"],["6378.163","8099.401"],["6267.098","8100.482"],["6261.029","8101.506"],["17381.392","17511.887"],["17199.917","17575.912"],["17355.426","17577.185"],["17380.255","17491.883"],["17334.002","17564.010"],["17325.706","17442.058"],["17268.020","17544.147"],["17332.632","17534.852"],["17334.279","17470.590"],["6492.035","8017.631"],["6579.291","8018.482"],["6498.866","8049.256"],["6546.083","8042.661"],["6543.249","7988.370"],["6524.051","7979.185"],["6592.946","8033.031"],["6569.591","8062.554"],["6527.357","8011.967"],["6565.002","8028.341"],["21466.690","15067.752"],["21411.997","15032.560"],["7284.420","18445.901"],["7284.683","18366.116"],["7295.633","18344.656"],["7204.627","18276.311"],["7293.643","18369.802"],["7188.166","18442.552"],["7167.908","18276.132"],["7180.275","18374.179"],["7163.778","18368.577"],["7131.427","18466.158"],["7102.157","18451.527"],["7179.191","18290.781"],["7189.387","18354.790"],["7144.601","18362.962"],["7137.200","18445.200"],["8840.500","13377.835"],["8821.503","13314.251"],["8866.477","13189.490"],["8885.169","13217.674"],["8896.676","13240.871"],["8910.783","13250.363"],["8924.754","13226.157"],["8882.973","13259.310"],["8892.523","13285.226"],["8933.380","13361.086"],["19982.892","8575.045"],["19962.793","8587.118"],["19970.244","8544.475"],["14556.618","17908.038"],["14586.569","17907.493"],["14665.446","17950.341"],["14657.337","17955.560"],["14657.304","17976.352"],["14462.080","17901.391"],["14509.136","17914.290"],["14481.192","17866.214"],["14552.146","17899.393"],["14478.396","17920.318"],["14463.621","17960.563"],["14499.394","17946.823"],["14610.313","17989.813"],["14591.661","17977.624"],["14630.888","17957.608"],["14601.250","17973.991"],["14619.885","18009.664"],["14602.046","17842.307"],["14609.085","17865.577"],["14592.375","17835.222"],["14623.098","17874.512"],["14667.124","17928.755"],["14630.281","17920.746"],["14480.699","17898.914"],["14543.840","17939.905"],["14535.353","17940.119"],["14520.830","17928.757"],["14465.364","18019.259"],["14564.885","17972.075"],["14601.596","17999.524"],["14619.891","17878.624"],["14621.355","17884.240"],["14655.758","17938.665"],["14482.360","17905.900"],["14518.857","17954.108"],["14543.643","17900.912"],["14522.228","17864.925"],["14503.062","18009.267"],["14509.180","17953.346"],["14469.526","18032.653"],["14565.691","17970.292"],["14627.418","17981.786"],["14629.671","17995.114"],["7521.858","13018.363"],["14337.815","12023.701"],["14385.398","12033.238"],["14333.769","12046.179"],["14424.168","12029.292"],["14344.740","12114.482"],["14351.384","12045.089"],["14406.134","12058.576"],["14255.891","12041.896"],["14344.361","12043.123"],["14413.954","12045.833"],["14445.388","12044.353"],["14336.894","12027.252"],["30745.450","14235.071"],["30738.540","14209.696"],["30688.947","14163.222"],["18635.343","17176.949"],["18658.626","17196.249"],["18588.749","17080.495"],["18577.197","17021.474"],["27819.308","15637.647"],["27783.444","15684.719"],["27812.268","15663.725"],["5877.094","18129.866"],["5843.071","18169.866"],["5922.638","18122.806"],["6035.847","18204.669"],["5939.956","18051.511"],["5836.866","18061.547"],["5948.764","18112.618"],["6004.353","18089.491"],["5957.144","18217.054"],["5894.117","18149.172"],["5861.215","18148.405"],["5919.052","18114.565"],["6020.007","18194.795"],["5842.664","18093.327"],["5986.347","18137.986"],["6007.697","18112.751"],["5945.138","18237.467"],["15868.829","18109.649"],["15758.833","18076.301"],["15902.236","18073.690"],["15921.159","18231.076"],["12923.140","13226.572"],["12789.024","13390.643"],["12844.319","13369.753"],["12849.921","13295.864"],["12833.073","13212.462"],["12825.480","13359.128"],["12976.610","13270.821"],["12893.585","13252.206"],["12818.228","13202.539"],["12808.474","13209.222"],["12833.852","13296.776"],["12955.974","13216.127"],["12909.174","13365.473"],["12898.011","13388.960"],["12962.983","13238.261"],["12959.676","13380.933"],["12824.917","13188.923"],["21544.656","16365.708"],["21579.565","16377.842"],["21568.408","16365.858"],["10894.356","18360.636"],["10939.053","18364.576"],["10974.325","18358.885"],["11012.660","18281.185"],["10909.225","18344.600"],["10938.872","18398.432"],["10897.178","18279.719"],["10920.813","18364.378"],["10972.960","18299.199"],["10956.856","18362.089"],["10915.435","18395.724"],["11008.634","18268.084"],["25172.540","16866.569"],["25109.769","16960.018"],["25119.089","16929.122"],["19252.306","17940.289"],["19221.988","17903.692"],["5022.737","18685.675"],["11735.765","18483.674"],["11813.304","18513.396"],["11844.800","18539.656"],["11875.676","18660.012"],["11882.518","18597.848"],["8108.530","19232.322"],["7990.941","19296.366"],["8131.474","19240.299"],["8081.380","19254.425"],["7997.603","19278.447"],["8221.738","19038.255"],["8278.933","19079.316"],["8196.137","19000.009"],["8168.873","19083.687"],["8225.221","19070.971"],["8176.530","18975.419"],["28667.031","9399.990"],["28395.485","15586.202"],["15027.291","12542.842"],["15081.012","12439.952"],["15086.686","12412.536"],["15018.026","12467.560"],["14974.198","12492.655"],["15017.882","12377.104"],["14958.603","12378.130"],["15269.697","17564.529"],["15301.908","17490.508"],["15229.651","17540.139"],["15286.040","17443.485"],["15215.289","17469.601"],["15246.773","17474.324"],["15196.915","17569.474"],["15166.950","17536.632"],["15154.288","17609.321"],["15145.347","17578.187"],["15153.097","17582.438"],["15241.134","17550.509"],["15289.032","17474.735"],["15227.422","17588.308"],["12480.329","16850.751"],["12433.523","16793.576"],["12372.055","16878.457"],["12560.365","16932.170"],["12500.826","16807.113"],["12537.180","16886.738"],["12476.407","16974.176"],["12469.136","16970.195"],["12493.071","16960.993"],["12439.287","16943.462"],["12419.657","16872.885"],["12451.433","16835.282"],["12376.539","16830.387"],["12475.518","16784.153"],["12515.185","16780.110"],["12393.875","16818.908"],["12411.590","16922.273"],["12557.445","16947.696"],["12477.999","16922.702"],["12471.771","16911.300"],["12490.813","16979.575"],["12452.608","16974.771"],["12438.641","16975.398"],["12496.361","16969.102"],["12416.856","16840.684"],["12559.563","16836.152"],["12550.569","16778.051"],["12548.186","16948.753"],["12502.357","16955.837"],["12492.769","16919.614"],["12359.786","16843.974"],["12495.004","16894.480"],["12552.761","16918.629"],["12495.331","16883.533"],["12464.180","16981.336"],["12484.354","16968.458"],["12357.876","16941.510"],["12440.634","16935.910"],["12434.767","16825.919"],["12548.446","16917.077"],["12560.106","16864.393"],["12419.080","16809.080"],["28473.225","15718.480"],["23759.102","17201.822"],["14146.203","17410.182"],["14060.090","17446.012"],["14077.343","17456.565"],["14047.590","17462.957"],["14140.800","17516.809"],["14150.093","17470.980"],["14166.327","17533.705"],["14146.869","17531.591"],["14165.356","17470.616"],["14084.706","17556.571"],["14077.387","17504.382"],["14060.397","17542.153"],["14108.415","17614.855"],["14072.396","17587.126"],["14081.359","17587.902"],["14172.130","17512.822"],["14171.603","17483.128"],["14197.607","17458.157"],["14211.718","17539.313"],["14182.640","17479.544"],["14192.820","17539.940"],["14111.570","17432.172"],["14098.840","17443.320"],["14094.876","17422.412"],["14119.810","17419.043"],["14160.011","17493.374"],["14124.484","17522.606"],["14116.853","17482.507"],["14062.485","17545.720"],["14078.999","17562.665"],["14085.100","17571.913"],["14186.242","17503.805"],["14196.340","17542.368"],["14212.376","17514.061"],["14174.992","17527.603"],["14234.613","17613.647"],["14085.221","17481.305"],["14091.109","17497.556"],["14047.886","17437.507"],["14066.340","17442.181"],["14176.902","17444.605"],["14166.738","17539.171"],["14157.708","17529.378"],["14078.900","17528.990"],["14072.666","17530.229"],["14071.400","17476.719"],["14045.347","17514.506"],["14120.093","17614.475"],["14233.297","17476.802"],["14165.830","17493.665"],["14184.597","17471.220"],["14213.330","17462.451"],["14226.686","17480.601"],["14117.193","17552.291"],["14153.723","17559.574"],["14102.775","17481.861"],["14113.845","17429.491"],["14158.177","17410.381"],["14241.908","17567.200"],["14173.279","17553.910"],["14144.052","17585.025"],["14083.220","17471.225"],["14089.470","17484.173"],["14152.881","17428.713"],["14182.387","17429.836"],["10494.230","7688.480"],["6348.553","15936.628"],["6419.677","16094.337"],["6432.176","16113.557"],["6437.824","16102.524"],["6421.203","15994.410"],["6296.567","16019.367"],["6308.129","16047.238"],["6460.127","15964.601"],["6442.784","16067.041"],["27566.133","7704.488"],["27686.794","7877.401"],["27617.259","7864.934"],["27542.456","7861.316"],["27602.735","7887.509"],["27532.801","7873.653"],["13724.234","8903.747"],["13730.007","8758.795"],["13789.202","8757.226"],["13668.987","8802.201"],["13627.560","8933.236"],["13713.954","8909.313"],["13753.278","8854.988"],["13716.981","8819.076"],["13802.030","8780.777"],["13632.356","8894.320"],["13653.218","8943.888"],["13740.574","8920.470"],["13712.710","8890.433"],["13739.492","8807.018"],["13768.600","8931.766"],["13741.361","8871.837"],["13740.282","8787.431"],["16058.845","11495.319"],["24946.535","16681.819"],["24943.313","16722.382"],["24851.799","16652.971"],["24898.424","16644.008"],["24852.116","16623.617"],["24793.597","16606.104"],["18572.298","15517.924"],["18671.310","15582.101"],["18654.500","15649.022"],["18613.445","15541.291"],["9959.617","17167.302"],["9970.327","17089.098"],["9982.169","17087.694"],["10017.162","17085.403"],["10000.188","17086.972"],["10028.925","17086.818"],["10024.797","17056.066"],["9992.691","17029.208"],["10001.274","17034.568"],["9998.145","17040.831"],["9989.236","17006.903"],["9993.716","17001.635"],["9941.555","17166.465"],["9939.055","17169.322"],["9897.783","17102.211"],["9832.857","17082.082"],["9854.557","17101.800"],["9889.157","17126.828"],["9951.001","17138.371"],["9981.773","17141.226"],["9944.178","17001.622"],["9838.442","16992.964"],["10033.468","17133.941"],["10025.376","17134.272"],["9967.315","17164.048"],["9956.904","17156.682"],["9981.659","17095.770"],["9945.590","17065.531"],["9988.576","17082.249"],["9998.560","17087.286"],["10028.645","17079.023"],["10034.632","17084.918"],["10025.442","17029.759"],["9986.441","17026.268"],["10024.482","16994.095"],["10020.460","17002.479"],["10024.450","17010.794"],["9919.616","17159.391"],["9954.615","17167.918"],["9960.009","17151.948"],["9877.240","17094.053"],["9872.947","17099.206"],["9859.963","17092.866"],["9845.078","17082.709"],["9839.639","17133.345"],["9855.366","17062.026"],["9918.785","17148.563"],["9917.107","17151.618"],["9913.624","17135.016"],["9922.761","17122.792"],["9933.023","17120.212"],["9945.180","17108.065"],["9969.964","17121.705"],["9968.089","17121.275"],["9923.997","17001.805"],["9949.490","17006.775"],["9910.595","17028.389"],["9856.944","16999.607"],["10037.800","17180.742"],["10014.800","17131.547"],["10014.438","17131.778"],["9954.387","17164.725"],["9978.334","17152.438"],["9960.475","17090.469"],["9963.780","17073.227"],["9986.208","17104.066"],["10007.145","17081.853"],["10034.106","17065.992"],["10015.142","17092.780"],["9992.656","17044.597"],["10027.450","17025.901"],["10000.815","16996.796"],["10003.447","17006.292"],["9971.364","16996.664"],["9962.213","17161.246"],["9952.690","17167.687"],["9893.720","17092.864"],["9876.105","17076.497"],["9849.223","17084.691"],["9843.779","17104.625"],["9850.396","17111.231"],["9836.596","17139.257"],["9838.639","17063.810"],["9855.169","17054.066"],["9912.009","17135.218"],["9921.042","17137.378"],["9939.915","17154.127"],["9982.415","17136.403"],["9981.543","17128.245"],["9915.905","16998.221"],["9921.136","16991.334"],["9962.928","17007.534"],["10015.555","17196.810"],["10007.216","17141.121"],["10035.439","17148.437"],["14608.294","14729.652"],["14653.701","14785.803"],["14636.441","14830.346"],["14606.648","14765.321"],["14613.754","14862.141"],["10778.362","15908.373"],["10689.525","15871.443"],["10695.145","15887.807"],["10709.105","15892.317"],["10850.003","15847.204"],["10847.207","15805.446"],["10800.432","15824.493"],["10770.412","15856.751"],["10744.663","15736.862"],["10874.070","15912.390"],["10810.295","15882.850"],["10832.218","15932.956"],["14635.357","17589.796"],["14658.597","17506.284"],["14572.462","17594.172"],["14649.601","17618.532"],["14635.143","17593.743"],["14606.706","17618.516"],["13519.358","16767.135"],["13558.999","16770.470"],["13557.559","16643.479"],["13530.385","16682.860"],["13522.335","16712.519"],["13543.925","16731.865"],["13511.023","16725.846"],["13546.703","16740.125"],["13581.339","16621.473"],["13580.025","16725.278"],["13595.476","16672.624"],["13573.356","16594.955"],["13607.508","16712.486"],["13570.833","16765.009"],["13574.636","16757.163"],["13532.829","16674.981"],["13514.128","16746.508"],["13544.566","16649.078"],["13508.194","16745.499"],["13544.170","16751.620"],["13573.338","16625.473"],["13559.421","16688.923"],["13619.186","16679.059"],["13559.551","16756.537"],["13594.115","16733.727"],["13581.511","16756.189"],["13528.125","16653.643"],["13578.444","16569.795"],["13532.533","16769.761"],["13538.012","16773.575"],["13540.026","16668.979"],["13535.287","16678.533"],["13520.082","16706.739"],["13537.395","16748.265"],["13511.073","16729.579"],["13553.775","16745.360"],["13568.017","16623.075"],["13582.154","16647.323"],["13574.715","16768.956"],["13582.482","16740.763"],["13516.661","16661.521"],["13532.854","16726.253"],["27222.075","15703.350"],["27196.634","15507.094"],["27182.346","15573.882"],["27179.149","15592.829"],["27256.478","15599.102"],["6760.925","12952.893"],["6685.530","12864.182"],["6681.917","12796.829"],["6772.550","12773.699"],["6784.249","12778.668"],["6827.774","12781.105"],["6857.519","12821.010"],["6828.159","12830.424"],["6781.882","12924.141"],["5934.023","15247.866"],["5866.415","15268.949"],["5976.559","15096.885"],["6039.016","15226.723"],["6007.303","15257.137"],["6036.706","15254.107"],["5959.500","15244.249"],["5875.116","15272.186"],["5952.036","15090.230"],["6021.168","15266.055"],["6024.141","15230.193"],["5928.201","15227.156"],["5879.968","15254.944"],["5963.763","15095.548"],["7440.680","17845.645"],["7489.693","17835.686"],["15290.208","15298.722"],["15184.057","15320.758"],["15303.116","15368.510"],["15301.297","15473.908"],["15112.335","15369.576"],["15174.696","15328.502"],["15291.597","15455.594"],["15216.103","15454.015"],["10346.391","10917.685"],["13748.814","17421.237"],["13694.078","17439.923"],["13779.557","17420.646"],["13797.403","17428.028"],["13754.261","17413.825"],["13809.011","17439.739"],["13812.354","17429.498"],["27280.964","10393.235"],["27196.515","10298.890"],["27233.711","10393.351"],["27152.683","10300.558"],["27268.069","10365.754"],["27180.775","10287.329"],["27212.333","10304.104"],["27201.426","10365.226"],["29946.750","15287.429"],["29962.798","15248.586"],["29985.171","15285.472"],["30031.908","15164.889"],["30007.500","15182.441"],["30022.599","15218.385"],["27800.062","16742.330"],["27772.997","16699.662"],["27738.493","16630.684"],["27758.778","16623.303"],["27796.190","16652.621"],["27802.627","16620.191"],["27868.466","16596.791"],["27932.562","16641.123"],["27923.468","16595.246"],["27822.029","16603.290"],["13861.624","8651.017"],["14008.287","8546.699"],["13848.663","8684.708"],["14010.556","8538.491"],["13984.057","8531.560"],["13852.011","8658.081"],["13833.294","8651.789"],["15431.018","14450.751"],["15350.099","14605.932"],["15450.518","14499.427"],["15471.346","14573.949"],["15356.711","14460.495"],["15458.257","14610.288"],["15439.402","14627.558"],["15372.247","14644.084"],["15356.144","14647.830"],["15509.586","14639.177"],["24144.189","17570.447"],["24133.010","17550.724"],["24120.500","17499.933"],["24108.226","17532.030"],["24125.508","17540.761"],["24043.328","17557.840"],["23982.567","17573.290"],["8908.486","19334.132"],["8941.901","19401.494"],["8924.362","19352.395"],["8977.175","19326.780"],["8918.047","19361.974"],["8941.106","19343.774"],["15266.833","16052.094"],["15244.892","16048.709"],["17832.441","17769.846"],["18030.990","17740.779"],["19952.181","6628.235"],["15555.580","14914.474"],["15698.532","14886.226"],["15671.306","14873.039"],["15549.365","14929.485"],["15648.057","15009.212"],["15585.142","15042.878"],["15706.549","14930.835"],["15654.286","14919.634"],["15627.515","14892.196"],["4550.993","10941.993"],["4531.004","10858.133"],["4430.410","11028.581"],["4464.221","11011.635"],["4383.192","10999.145"],["4425.219","10983.052"],["4401.394","11038.742"],["4475.028","10971.766"],["4528.537","10860.181"],["4500.580","11010.919"],["4427.302","11021.743"],["4442.260","10972.273"],["4399.771","11005.702"],["4508.154","10944.867"],["4486.245","10969.751"],["4358.761","10973.096"],["4404.920","10932.900"],["4550.786","10908.364"],["4453.100","10882.014"],["4493.031","11047.790"],["4386.865","10977.955"],["4372.486","10908.969"],["4358.115","10863.208"],["4561.641","10923.195"],["4511.503","10895.920"],["4490.787","10887.445"],["16613.928","16340.379"],["16572.508","16348.493"],["19933.880","6163.717"],["19741.806","6006.237"],["19727.184","6004.107"],["19828.444","6086.585"],["19924.837","5656.934"],["19931.629","5725.720"],["19914.064","5658.206"],["19898.767","5757.364"],["19921.656","5586.863"],["19815.801","5673.412"],["19815.883","5715.031"],["19809.534","5620.481"],["19893.432","5577.565"],["7235.733","15985.066"],["7210.297","15931.139"],["7152.798","16063.196"],["7212.375","16056.091"],["7170.599","15977.526"],["7182.578","16134.510"],["7219.696","16014.214"],["7222.405","15980.606"],["7195.752","16130.415"],["7169.116","15995.965"],["7163.685","15969.723"],["7107.569","15996.005"],["16756.155","17070.292"],["16694.394","17167.854"],["16611.742","17150.422"],["16756.108","17101.253"],["16706.518","17169.480"],["16583.709","17107.652"],["16652.024","17112.597"],["16738.715","17136.808"],["16657.243","16996.279"],["16592.143","17015.914"],["13983.172","14000.627"],["14002.885","13857.371"],["13975.962","13930.577"],["14035.401","13922.768"],["13914.493","13889.745"],["25215.581","7124.212"],["23194.011","16900.445"],["23231.241","16922.632"],["23104.642","16890.162"],["23173.834","16849.500"],["23188.263","16844.041"],["23135.049","16915.619"],["23156.582","16926.548"],["23176.664","16921.257"],["23128.268","16838.254"],["23198.661","16934.545"],["23194.243","16927.190"],["23225.759","16951.629"],["23253.779","16945.276"],["23261.238","16982.874"],["15918.333","15270.954"],["15903.462","15108.315"],["15842.053","15190.664"],["15837.050","15281.689"],["15815.633","15232.477"],["7150.363","12229.776"],["7167.386","12236.663"],["7130.967","12191.129"],["7134.240","12186.852"],["7163.649","12182.475"],["7186.231","12187.744"],["7126.709","12131.560"],["7104.386","12252.387"],["7137.186","12252.612"],["7139.778","12306.968"],["7175.140","12297.257"],["7170.972","12237.109"],["7118.944","12185.398"],["7161.938","12207.281"],["7137.656","12302.608"],["7174.097","12259.503"],["7108.878","12204.028"],["7151.083","12192.929"],["7105.657","12168.141"],["7140.673","12250.135"],["7152.212","12301.386"],["7140.460","12164.792"],["7167.583","12137.380"],["7286.378","12279.313"],["7266.602","12186.446"],["7280.046","12204.909"],["7209.431","12250.601"],["13570.016","15254.530"],["13568.108","15246.917"],["13546.479","15267.644"],["13562.301","15266.504"],["13558.577","15243.563"],["13552.606","15227.362"],["13610.390","15101.393"],["13604.436","15109.749"],["6186.352","9755.224"],["6181.807","9647.039"],["6207.103","9679.376"],["6055.550","9712.182"],["6156.613","9639.238"],["6163.688","9684.658"],["6109.174","9711.253"],["6165.760","9758.248"],["6084.246","9713.986"],["6154.401","9757.659"],["6240.755","9587.171"],["6056.798","9653.589"],["6136.725","9716.885"],["6072.614","9607.004"],["11937.522","9637.200"],["12005.720","9740.568"],["11981.121","9686.823"],["27756.453","7275.211"],["27879.441","7419.822"],["27868.273","7345.734"],["27856.743","7428.559"],["27858.618","7419.029"],["27898.521","7319.162"],["27875.856","7265.867"],["12339.772","17016.271"],["12186.581","17176.996"],["12220.487","17178.943"],["12219.124","17161.255"],["12162.124","17139.182"],["12154.990","17085.241"],["12172.936","17186.353"],["12247.088","17156.911"],["12148.045","17128.166"],["12171.571","17174.314"],["12207.263","17173.443"],["12233.345","17153.029"],["12158.258","17140.900"],["12159.727","17098.668"],["12245.613","17033.736"],["12232.068","17031.749"],["12272.199","17158.299"],["12263.545","17141.216"],["12227.652","17110.000"],["12204.945","17106.751"],["12268.067","17127.763"],["12260.397","17077.169"],["12210.443","17088.989"],["12245.988","17058.115"],["12281.899","17047.079"],["12265.885","17024.982"],["12251.790","17011.579"],["12298.182","17157.141"],["12286.361","17158.625"],["12280.178","17163.841"],["12191.796","17172.607"],["12196.950","17140.624"],["12189.768","17117.068"],["12195.204","17069.607"],["12191.700","17056.250"],["12162.604","17044.881"],["12176.198","17042.850"],["12220.066","17003.248"],["12278.375","17059.527"],["12267.357","17074.112"],["12299.959","17071.272"],["12277.782","17039.116"],["12198.941","17054.356"],["12213.685","17017.524"],["12180.847","17007.414"],["12334.915","17074.607"],["12355.660","17063.595"],["14822.247","14426.502"],["14828.203","14386.515"],["8718.819","14577.338"],["8671.599","14518.626"],["8777.309","14588.466"],["8771.009","14604.106"],["8678.280","14519.689"],["8701.652","14508.492"],["8738.944","14456.663"],["8573.006","14621.420"],["8688.656","14528.075"],["8702.341","14547.183"],["29592.829","16222.576"],["29582.617","16193.404"],["29582.130","16162.918"],["29610.475","16146.769"],["29617.979","16169.653"],["29548.760","16174.261"],["29512.379","16173.013"],["29460.773","16212.003"],["29438.678","16159.099"],["29447.656","16157.226"],["29453.240","16192.665"],["29467.025","16156.486"],["6650.729","13658.339"],["8533.436","12743.213"],["8539.648","12620.667"],["8539.827","12673.152"],["7059.333","14236.765"],["7074.451","14211.436"],["16264.011","14195.530"],["16254.348","14119.630"],["16194.881","14211.154"],["16209.410","14161.353"],["16321.258","14234.150"],["31569.023","13290.805"],["31610.621","13301.524"],["31644.443","13237.270"],["31660.292","13270.453"],["31670.491","13218.187"],["31539.400","13223.014"],["23013.218","15525.933"],["22959.331","15667.363"],["5741.382","17945.718"],["15115.172","13066.762"],["24517.046","17234.140"],["24503.814","17223.744"],["24476.990","17246.309"],["24453.048","17257.981"],["24418.307","17302.553"],["24407.967","17318.198"],["24369.772","17222.368"],["24358.716","17214.625"],["24423.298","17255.044"],["24386.860","17274.019"],["19802.816","16703.004"],["19774.477","16682.447"],["19811.894","16679.643"],["30117.393","15792.575"],["30235.590","15892.924"],["30228.304","15841.942"],["30046.704","15827.882"],["30210.405","15727.635"],["30250.767","15756.875"],["30229.965","15768.232"],["30153.065","15749.472"],["30109.620","15820.018"],["30088.717","15771.697"],["14763.431","15717.541"],["14771.870","15668.022"],["14716.398","15632.534"],["14719.386","15684.801"],["14770.454","15711.794"],["14710.143","15618.803"],["14718.564","15688.649"],["14680.630","15575.563"],["7963.488","15892.327"],["7969.637","15832.694"],["8016.146","15815.016"],["7970.527","15761.572"],["7973.532","15908.888"],["8001.562","15849.704"],["7953.684","15748.740"],["7996.740","15909.421"],["7542.868","17811.227"],["7423.667","12172.501"],["7432.755","12185.147"],["7365.941","12198.921"],["7373.194","12196.757"],["7341.865","12159.338"],["7338.888","12158.645"],["7417.247","12136.109"],["7450.391","12137.300"],["7452.562","12137.977"],["7383.237","12199.377"],["7400.079","12188.824"],["7425.865","12151.065"],["7422.115","12144.227"],["7430.857","12163.675"],["7349.510","12185.659"],["7363.855","12156.250"],["7407.313","12135.382"],["7406.181","12188.972"],["7418.513","12163.154"],["7436.597","12195.715"],["7345.859","12187.740"],["7364.612","12181.337"],["7424.171","12137.942"],["7419.299","12221.583"],["7416.720","12148.340"],["7379.833","12319.637"],["7335.966","12287.590"],["7311.576","12284.324"],["7386.118","12303.202"],["7479.047","12212.281"],["7467.012","12254.238"],["12990.034","7662.119"],["10230.027","14674.752"],["10184.597","14678.779"],["10105.504","14695.594"],["4716.202","14647.658"],["8640.452","15111.406"],["8672.360","15133.008"],["8626.546","15085.165"],["8641.694","15106.090"],["5926.972","16432.110"],["5889.209","16493.582"],["5877.072","16398.694"],["5883.621","16445.180"],["5918.540","16455.613"],["5897.188","16430.794"],["5876.100","16483.859"],["6013.726","16386.813"],["5911.212","16542.937"],["8336.554","16056.691"],["8308.495","16080.489"],["18606.064","15491.125"],["18639.023","15498.446"],["18659.632","15319.259"],["15853.427","15853.610"],["15914.181","15783.853"],["15817.699","15721.910"],["15773.866","15755.491"],["15915.132","15781.580"],["15779.231","15727.163"],["15827.376","15874.552"],["15900.657","15748.098"],["15909.364","15833.775"],["15759.981","15896.909"],["15732.181","15910.527"],["15781.979","15891.471"],["9030.829","14163.996"],["9037.901","14100.511"],["9089.892","14235.706"],["9067.179","14164.133"],["9089.182","14157.595"],["13677.100","18027.227"],["13770.984","17929.125"],["13812.796","17952.332"],["13753.066","18020.180"],["13790.238","18030.369"],["13677.462","18012.462"],["13760.326","17906.581"],["13766.885","17845.455"],["13820.049","17945.693"],["13798.929","17854.028"],["13644.797","17973.585"],["13657.807","18018.044"],["13748.566","17945.673"],["13773.846","17944.566"],["13775.190","17862.862"],["13815.461","17985.792"],["13786.603","17995.522"],["13721.997","17990.221"],["13810.172","18031.971"],["13810.195","17834.194"],["13654.518","17986.104"],["13651.705","17974.791"],["13751.642","17944.187"],["13767.378","17866.462"],["13814.359","17944.850"],["13750.106","18032.533"],["13759.695","18014.366"],["13795.985","17860.932"],["7741.104","11072.074"],["7732.504","11107.802"],["7734.757","11106.464"],["6442.295","18467.164"],["6319.799","18516.820"],["6363.783","18516.995"],["11938.861","16093.968"],["11956.569","16016.002"],["11829.062","17005.792"],["11837.464","17003.465"],["11901.644","17018.276"],["11817.746","17007.047"],["11841.329","17012.581"],["11924.785","17024.997"],["11847.496","17005.083"],["11913.848","16998.408"],["11903.740","16996.694"],["11896.573","17015.331"],["11816.823","16991.105"],["11779.419","16989.899"],["27502.748","17205.396"],["23133.448","16732.939"],["23108.494","16687.697"],["23161.338","16695.388"],["23123.864","16669.325"],["23139.900","16700.691"],["23158.495","16705.159"],["19980.402","14031.805"],["15100.316","13626.642"],["15184.041","13656.102"],["15287.177","13760.648"],["15186.343","13667.248"],["28048.998","7232.060"],["28018.883","7182.250"],["28049.310","7103.984"],["14477.468","14283.328"],["14482.416","14322.360"],["14467.843","14255.472"],["13310.354","15711.456"],["13336.794","15596.607"],["13367.067","15598.439"],["13267.678","15692.341"],["13340.700","15691.836"],["13317.517","15596.938"],["13371.113","15585.805"],["13330.040","15521.850"],["13265.803","15693.101"],["13318.380","15702.670"],["13332.846","15583.742"],["13363.925","15593.567"],["13303.675","15522.808"],["15002.115","8734.328"],["14975.841","8710.057"],["14890.078","8656.730"],["14908.966","8721.866"],["14886.305","8626.188"],["14925.420","8644.068"],["14988.199","8681.714"],["14974.289","8741.473"],["14905.101","8739.686"],["14932.821","8642.499"],["14948.561","8666.964"],["13589.946","17678.721"],["13598.761","17739.415"],["13594.288","17717.565"],["13606.475","17671.999"],["13588.712","17704.386"],["13601.607","17678.473"],["13600.998","17669.423"],["13595.867","17680.901"],["9683.069","7582.320"],["9713.497","7539.000"],["9653.037","13370.237"],["9681.170","13277.352"],["9643.616","13242.645"],["9634.797","13392.368"],["9673.720","13298.326"],["9670.277","13250.473"],["9683.588","13292.876"],["9668.978","13217.674"],["9654.575","13317.517"],["9623.007","13228.491"],["9634.356","13212.686"],["9689.246","13270.267"],["14681.890","9236.598"],["14755.883","9219.597"],["14696.758","9242.874"],["14757.199","9202.669"],["14719.569","9185.602"],["14728.970","9230.047"],["14740.385","9208.792"],["27156.304","16888.141"],["27196.197","16914.643"],["27144.193","16946.480"],["27110.223","16900.706"],["9147.007","14755.117"],["5874.748","8906.170"],["5934.455","8836.861"],["6011.315","8832.238"],["12151.741","15647.873"],["12185.479","15667.197"],["10904.232","18610.021"],["11063.838","18585.482"],["13533.562","17390.195"],["13466.804","17352.998"],["13603.363","17311.624"],["13616.312","17355.012"],["13600.580","17327.674"],["13589.682","17281.170"],["13422.323","17273.349"],["13442.323","17212.081"],["13456.138","17321.125"],["13468.025","17339.631"],["13503.381","17376.289"],["13441.360","17370.306"],["13595.103","17378.921"],["13484.938","17213.832"],["13578.428","17243.672"],["13501.769","17364.349"],["13465.788","17346.320"],["13466.607","17401.503"],["13589.613","17274.943"],["13589.379","17382.769"],["13583.119","17257.834"],["13471.846","17276.206"],["13472.356","17249.604"],["13716.798","13180.646"],["13736.546","13179.516"],["13737.698","13157.745"],["13638.208","13069.205"],["13719.085","13068.723"],["13699.400","13051.479"],["13813.227","13120.331"],["13807.230","13181.152"],["13776.523","13072.909"],["13743.853","13043.425"],["13802.672","13152.766"],["22819.077","16993.630"],["4780.263","17779.353"],["4818.956","17749.745"],["4823.506","17723.676"],["4790.336","17698.523"],["4903.562","17760.085"],["4798.799","17784.373"],["4804.207","17739.022"],["4804.486","17708.431"],["4902.495","17741.040"],["4836.620","17745.821"],["26221.931","16193.042"],["12779.445","17184.234"],["12787.573","17149.304"],["12798.541","17171.396"],["12783.076","17181.714"],["12798.658","17189.273"],["12804.365","17082.321"],["12817.274","17078.592"],["12846.450","17136.334"],["12830.867","17011.914"],["12906.256","17181.022"],["12925.686","17177.160"],["12917.738","17064.788"],["12952.328","17174.772"],["12973.293","17193.511"],["12948.002","17192.177"],["12883.953","17100.492"],["12939.232","16993.784"],["12939.744","17036.675"],["12957.895","16997.173"],["12780.106","17151.351"],["12827.193","17169.025"],["12780.395","17173.060"],["12791.010","17188.728"],["12810.434","17082.189"],["12841.386","17105.380"],["12917.911","17001.170"],["12807.976","17004.642"],["12869.077","17134.969"],["12805.817","17069.487"],["12887.677","17184.955"],["12908.921","17165.531"],["12929.314","17155.777"],["12822.962","17186.304"],["12977.802","17078.786"],["12956.061","17180.272"],["12959.740","17185.154"],["12926.222","17134.976"],["12962.871","17001.107"],["12986.058","17041.374"],["12871.420","17034.540"],["12907.360","17071.113"],["12900.385","17147.777"],["12925.994","17037.269"],["12791.356","17154.308"],["12806.255","17171.925"],["12830.976","17164.764"],["12801.365","17184.406"],["12783.933","17194.257"],["12831.637","16994.700"],["12792.841","17039.941"],["12839.729","17137.350"],["12894.394","17025.250"],["12783.381","17087.167"],["12872.235","17135.481"],["12825.941","17120.706"],["12871.510","17170.388"],["12908.361","17171.707"],["12949.518","17170.868"],["12938.855","17047.459"],["12985.403","17168.946"],["12976.467","17186.591"],["12940.189","17196.190"],["12866.009","17103.002"],["12962.509","16999.207"],["12916.383","16994.307"],["12782.655","17136.474"],["12970.144","17115.895"],["9589.057","13936.275"],["9576.425","13930.804"],["9536.288","13889.442"],["9472.757","14007.114"],["9569.369","13920.978"],["9507.440","13882.736"],["9521.112","14011.590"],["9434.972","13998.766"],["14759.126","19203.370"],["14734.751","19186.904"],["14716.922","19205.682"],["14814.814","19118.725"],["22879.922","16260.337"],["6789.685","15489.281"],["19707.989","9076.695"],["19621.446","9052.399"],["19696.867","8990.148"],["19629.242","9025.166"],["19712.173","9007.911"],["19707.992","8955.029"],["13478.390","17894.121"],["13594.453","17939.456"],["13528.549","17850.173"],["13485.342","17883.977"],["13466.844","17912.585"],["13516.495","17957.353"],["13549.848","17896.267"],["13498.269","17873.688"],["13484.212","17880.628"],["13554.745","17969.797"],["13595.621","17943.898"],["13432.151","17872.430"],["13413.088","17873.933"],["13498.518","17978.261"],["13563.614","17851.115"],["13570.522","17881.734"],["13508.368","17884.291"],["13443.565","17894.610"],["13488.617","17981.399"],["13505.738","17944.851"],["13531.049","17886.738"],["13530.374","17840.264"],["13471.625","17849.295"],["13473.171","17876.925"],["26261.016","7657.328"],["15169.073","17747.858"],["15165.899","17778.065"],["15209.098","17781.154"],["15157.659","17731.360"],["15194.961","17725.877"],["15186.063","17787.247"],["15198.547","17797.635"],["15168.662","17814.745"],["15094.139","17716.446"],["15180.307","17787.264"],["15147.407","17693.617"],["15123.380","17764.465"],["15160.436","17702.649"],["15219.876","17800.936"],["15155.918","17715.754"],["15101.657","17777.640"],["15113.857","17768.111"],["15193.326","17788.947"],["15102.792","17710.241"],["15107.071","17791.917"],["15121.074","17818.954"],["10630.388","16172.980"],["10616.735","16178.238"],["10597.102","16163.877"],["10595.440","16199.614"],["10576.548","16258.777"],["10506.750","16302.219"],["10499.016","16281.879"],["10539.622","16352.541"],["10538.924","16293.625"],["10642.676","16242.680"],["15600.478","17628.153"],["15552.470","17642.068"],["15604.222","17656.204"],["15694.945","17731.493"],["15717.243","17648.941"],["15590.905","17623.727"],["15576.713","17638.958"],["15613.399","17642.909"],["15713.871","17642.731"],["15553.539","17642.745"],["15557.735","17622.411"],["15631.468","17663.043"],["15678.759","17702.000"],["15520.073","17621.517"],["15702.898","17659.726"],["6072.530","15035.453"],["6044.071","15064.900"],["6058.106","15058.921"],["6061.752","15052.216"],["6062.651","14993.098"],["6219.226","15048.844"],["6069.866","15039.631"],["6068.035","15060.689"],["7291.651","12545.981"],["7142.744","12458.548"],["7128.615","12455.262"],["7123.336","12444.692"],["7120.013","12450.225"],["7280.539","12522.088"],["7216.846","12537.318"],["7182.018","12500.047"],["7207.186","12455.527"],["7265.463","12443.721"],["7137.205","12446.515"],["7124.370","12442.542"],["7153.964","12512.051"],["7117.187","12379.762"],["7164.498","12365.582"],["7198.637","12400.886"],["10461.121","7476.698"],["10258.411","7523.866"],["7762.474","16531.398"],["11743.990","17701.686"],["11763.231","17673.756"],["11780.381","17676.727"],["11889.017","17628.748"],["11892.381","17634.608"],["11853.699","17779.392"],["11846.888","17692.120"],["11835.715","17651.151"],["11856.025","17662.833"],["11879.211","17638.677"],["11895.460","17729.221"],["11914.830","17729.246"],["11919.151","17767.729"],["11891.494","17818.705"],["11786.034","17779.020"],["11809.281","17775.924"],["11849.250","17757.702"],["11866.969","17790.089"],["11758.003","17702.181"],["11756.356","17685.102"],["11798.753","17686.438"],["11883.770","17627.675"],["11914.569","17646.251"],["11918.195","17623.868"],["11864.143","17781.853"],["11870.374","17667.997"],["11863.993","17677.669"],["11841.438","17650.688"],["11833.459","17677.713"],["11882.517","17641.848"],["11871.710","17710.427"],["11919.896","17719.502"],["11920.253","17773.229"],["11743.442","17816.798"],["11813.524","17784.280"],["11738.352","17771.394"],["11794.110","17783.628"],["11777.139","17826.843"],["11842.934","17749.411"],["11890.094","17779.519"],["11737.526","17711.496"],["11758.856","17680.594"],["11777.032","17660.771"],["11784.345","17672.797"],["11877.734","17621.333"],["11896.427","17635.533"],["11870.705","17800.366"],["11855.276","17654.603"],["11842.546","17689.114"],["11852.211","17655.181"],["11833.410","17671.949"],["11887.254","17647.083"],["11892.137","17723.920"],["11923.103","17738.313"],["11925.105","17774.616"],["11901.114","17806.703"],["11840.056","17813.244"],["11843.886","17810.226"],["11728.237","17755.853"],["11789.126","17777.352"],["11791.580","17831.253"],["11862.375","17774.465"],["22829.953","17341.246"],["22869.232","17292.913"],["22828.641","17322.977"],["22866.443","17317.394"],["22882.648","17270.081"],["22863.922","17253.242"],["22842.882","17226.690"],["22846.913","17247.065"],["22817.972","17198.732"],["16474.331","15943.266"],["16381.954","15947.566"],["16403.702","16110.926"],["16403.031","16057.478"],["16413.694","16082.950"],["16391.533","15964.944"],["23839.734","6179.563"],["23920.756","6152.984"],["23781.185","6126.041"],["23853.682","6082.317"],["23735.695","6106.162"],["23916.792","6120.382"],["23814.129","6108.981"],["23865.393","6101.838"],["23731.007","6104.280"],["23856.757","6160.950"],["23905.788","6122.496"],["23763.192","6099.038"],["23910.771","6081.987"],["14212.973","16946.359"],["14222.808","16953.692"],["14207.825","16962.198"],["14220.209","16960.629"],["14200.341","16931.727"],["14172.787","16886.991"],["14150.000","16818.631"],["14163.421","16829.333"],["14126.069","16813.082"],["14073.843","16873.601"],["14054.172","16894.245"],["14112.462","16922.255"],["14207.890","16927.284"],["14152.376","16901.557"],["14153.905","16932.953"],["14124.769","16808.375"],["14132.582","16803.354"],["14143.306","16775.757"],["14122.450","16822.627"],["14115.510","16826.162"],["14075.258","16950.694"],["14047.248","16888.993"],["14053.366","16975.038"],["14172.446","16944.559"],["14222.101","16950.967"],["14159.753","16803.767"],["14153.996","16851.348"],["14094.995","16892.742"],["14042.692","16943.196"],["14058.037","16979.745"],["14094.205","16918.324"],["14049.501","16926.648"],["6991.852","7841.880"],["6933.028","7839.908"],["6932.846","7786.374"],["6949.182","7806.132"],["7005.898","7783.652"],["6984.171","7846.571"],["6941.038","7856.175"],["6991.126","7888.816"],["7028.168","7805.436"],["6923.676","7884.647"],["6924.746","7837.280"],["6935.716","7840.269"],["6884.814","7803.796"],["6951.425","7782.462"],["22241.786","6973.765"],["22072.950","6922.209"],["22092.954","6839.796"],["22109.045","6850.890"],["22057.492","6869.599"],["22052.064","6940.780"],["22139.332","6989.855"],["22116.726","6871.071"],["12068.232","17211.749"],["11983.252","17238.497"],["11949.016","17297.528"],["11989.815","17286.050"],["11961.867","17200.262"],["12067.314","17263.061"],["12083.616","17278.096"],["12054.460","17257.787"],["12043.936","17301.420"],["12085.321","17295.891"],["12134.974","17303.043"],["12022.911","17218.305"],["12120.162","17365.349"],["12142.491","17369.208"],["12139.863","17370.817"],["12144.696","17368.877"],["12138.906","17370.314"],["12015.785","17201.309"],["11941.264","17204.475"],["11957.641","17211.630"],["11984.798","17248.555"],["11965.068","17293.482"],["11988.533","17278.734"],["11999.628","17200.385"],["12065.663","17288.225"],["12102.130","17292.786"],["12014.507","17217.909"],["11966.679","17205.230"],["12077.713","17349.980"],["12124.613","17374.846"],["12134.154","17377.061"],["12142.048","17372.279"],["12011.345","17205.058"],["12076.388","17205.763"],["11946.551","17216.118"],["11968.646","17237.424"],["11944.937","17288.032"],["11982.283","17278.833"],["11976.272","17206.859"],["12090.639","17277.518"],["12071.956","17272.525"],["12056.501","17297.605"],["12091.160","17297.097"],["12016.891","17222.979"],["11973.620","17202.686"],["12110.655","17366.241"],["12123.807","17377.895"],["12066.644","17338.667"],["12133.906","17369.125"],["12773.651","17655.540"],["15792.176","12657.446"],["15842.834","12659.378"],["15807.091","12589.035"],["15781.088","12608.011"],["15821.829","12719.828"],["15923.039","12638.695"],["22168.935","15515.285"],["22164.041","15531.764"],["22142.275","15554.809"],["22099.527","15592.587"],["22047.721","15639.236"],["22093.536","15612.946"],["22088.308","15656.867"],["22181.876","15717.058"],["22153.687","15676.203"],["15732.942","14552.170"],["15726.835","14580.762"],["15747.397","14575.110"],["15785.823","14571.038"],["15791.138","14550.084"],["15769.002","14563.508"],["15734.238","14483.444"],["24611.174","16901.418"],["15247.342","14719.945"],["15275.216","14843.950"],["15231.444","14851.445"],["10397.121","18649.421"],["10420.218","18588.853"],["10310.134","18588.163"],["10348.535","18627.736"],["10405.575","18657.579"],["10371.303","18604.081"],["10340.887","18658.686"],["10403.503","18645.771"],["10371.632","18601.124"],["10333.601","18638.372"],["10379.473","18611.766"],["13792.270","11287.805"],["13786.897","11279.326"],["13815.276","11310.993"],["13783.495","11295.369"],["23413.330","7606.962"],["23362.448","7661.032"],["23423.774","7619.266"],["23346.346","7619.925"],["23405.830","7645.624"],["23354.504","7653.517"],["13603.614","9596.853"],["6291.043","9455.562"],["6275.579","9401.395"],["6299.500","9404.874"],["6258.345","9457.478"],["13114.981","14489.350"],["13164.457","14633.438"],["13118.334","14614.367"],["13124.354","14640.560"],["13050.348","14543.347"],["13016.318","14557.847"],["13067.856","14611.340"],["13164.635","14502.281"],["12988.597","14458.386"],["13082.500","14477.484"],["13129.831","14636.266"],["13084.197","14556.427"],["8592.963","14748.655"],["8567.850","14853.834"],["8743.758","14833.623"],["8753.756","14848.299"],["8751.536","14833.204"],["10409.419","8148.954"],["10455.990","8132.560"],["10449.238","8139.879"],["22683.845","16497.858"],["20350.067","16445.739"],["19606.357","6144.070"],["19652.377","6182.716"],["19623.676","6095.697"],["19548.709","6154.706"],["19580.074","6186.415"],["19696.127","6110.808"],["19557.985","6003.756"],["28048.399","8097.625"],["27939.556","7944.220"],["27946.196","7989.781"],["28069.978","8071.796"],["28087.117","8105.834"],["27944.683","8003.763"],["27975.720","8044.853"],["28003.898","8062.441"],["27956.431","8075.141"],["27993.207","8107.660"],["8626.271","18149.192"],["8606.512","18151.016"],["23198.706","16991.824"],["23177.191","17015.285"],["23164.216","17026.501"],["23256.197","16993.779"],["23184.610","17119.596"],["23207.528","17169.249"],["23230.823","17151.598"],["23242.526","17162.084"],["23134.187","17191.691"],["7644.658","17213.913"],["7551.913","17207.205"],["7567.412","17249.241"],["7594.643","17286.755"],["7631.828","17216.711"],["7632.199","17203.188"],["7721.037","17216.962"],["7536.025","17205.372"],["7555.619","17267.391"],["7543.843","17227.144"],["7596.008","17283.981"],["7576.978","17283.518"],["7638.041","17223.585"],["7652.025","17205.551"],["7531.469","17212.159"],["7545.992","17211.367"],["7539.468","17260.719"],["7547.313","17242.701"],["7582.899","17269.381"],["7594.149","17261.447"],["16388.984","17508.540"],["16554.565","17519.122"],["12747.401","17787.427"],["12641.124","17748.563"],["12714.054","17756.791"],["12749.193","17730.650"],["12591.693","17650.909"],["12609.215","17699.746"],["12650.382","17645.766"],["12757.747","17803.678"],["12584.116","17751.951"],["12679.076","17718.989"],["12678.098","17795.334"],["12653.007","17740.261"],["12677.194","17634.806"],["12749.457","17782.902"],["12743.643","17692.827"],["12649.726","17788.464"],["12739.682","17736.697"],["12602.487","17628.970"],["12590.925","17735.337"],["15425.834","14222.812"],["5702.328","14649.381"],["5714.137","14649.744"],["20142.578","5999.007"],["20114.666","6079.073"],["19969.143","6171.876"],["19981.922","6173.891"],["19943.468","6068.441"],["20145.028","6026.554"],["9399.213","15642.582"],["9368.503","15704.056"],["22186.262","15947.529"],["22159.996","16005.416"],["22072.435","16090.484"],["22048.404","16018.642"],["22068.617","16023.474"],["5450.446","7882.239"],["5436.061","7831.564"],["14402.851","16995.787"],["14438.302","17197.990"],["14394.973","17008.174"],["14420.504","17061.788"],["14423.300","17067.734"],["23911.781","17828.079"],["15382.860","14353.851"],["15326.094","14354.847"],["5816.182","14168.889"],["15285.050","12811.301"],["15296.476","12827.698"],["15269.064","12880.526"],["15254.629","12964.047"],["15145.532","12938.319"],["15220.629","12770.143"],["15152.673","12781.878"],["15121.465","12907.733"],["12693.531","19061.836"],["12664.685","19097.480"],["12635.153","18976.348"],["16730.523","7685.959"],["16727.237","7758.078"],["6027.260","15004.591"],["5955.690","15032.814"],["5955.517","14997.192"],["6015.550","15024.260"],["5950.460","15055.902"],["5960.089","15018.480"],["5901.756","14911.630"],["6013.974","15048.164"],["6010.818","15068.656"],["5989.974","14999.157"],["5944.917","15050.617"],["5964.201","15011.544"],["28294.545","8111.584"],["6318.707","13386.236"],["6308.082","13382.223"],["6322.852","13375.501"],["6266.452","13328.689"],["6284.995","13366.124"],["6396.230","13342.592"],["6394.257","13349.213"],["6369.923","13339.563"],["4648.273","17839.341"],["4724.632","17840.366"],["4741.682","17894.898"],["4765.816","17908.310"],["4758.993","17868.938"],["4733.244","17894.997"],["4646.118","17834.452"],["4717.165","17848.409"],["4728.771","17885.914"],["4770.684","17898.054"],["4756.460","17882.860"],["4721.566","17910.720"],["8785.728","17700.322"],["8835.613","17778.060"],["8787.784","17709.026"],["8824.166","17809.522"],["8845.942","17806.219"],["8779.774","17716.425"],["8847.505","17791.553"],["8827.949","17780.307"],["17406.411","16901.990"],["17358.614","16880.935"],["7498.958","8979.751"],["16810.436","15639.687"],["16914.166","15716.883"],["16884.696","15639.753"],["16985.376","15675.139"],["16893.195","15515.916"],["18697.764","17698.201"],["18685.110","17724.842"],["18701.031","17818.187"],["7001.699","7911.353"],["7019.911","7897.225"],["25581.179","7434.603"],["25580.849","7400.798"],["25580.741","7392.360"],["25565.126","7441.754"],["25559.714","7381.888"],["25572.238","7364.449"],["25555.620","7466.824"],["25576.162","7397.793"],["25543.093","7404.003"],["13064.652","10416.493"],["25136.751","17822.780"],["25131.836","17756.670"],["25090.665","17742.296"],["25053.025","17641.381"],["25092.379","17699.498"],["11861.574","16912.342"],["11892.955","16894.799"],["11859.312","16928.544"],["11850.217","16982.879"],["11871.865","16966.851"],["11912.175","16950.253"],["11903.469","16968.956"],["11853.155","16865.370"],["11816.165","16908.801"],["11799.826","16914.985"],["11779.139","16932.043"],["11747.930","16921.782"],["10375.583","17331.006"],["10377.391","17344.686"],["10378.293","17345.290"],["10389.403","17369.299"],["10375.874","17360.506"],["10379.898","17313.560"],["10414.780","17311.436"],["10347.590","17356.545"],["10335.345","17360.672"],["10341.191","17362.462"],["10453.555","17352.018"],["10458.178","17377.213"],["10421.339","17307.931"],["10435.906","17377.100"],["10362.187","17214.862"],["10375.975","17237.728"],["10380.484","17332.575"],["10405.173","17362.938"],["10394.394","17354.312"],["10388.878","17324.245"],["10414.369","17304.813"],["10345.468","17356.611"],["10326.463","17371.192"],["10326.618","17379.984"],["10439.657","17343.661"],["10434.579","17302.481"],["10432.682","17370.824"],["10353.964","17203.148"],["10369.736","17215.275"],["10373.688","17239.264"],["10384.042","17373.179"],["10371.412","17371.183"],["10398.193","17369.297"],["10377.626","17344.560"],["10383.161","17347.805"],["10378.780","17316.252"],["10390.323","17306.729"],["10327.492","17345.711"],["10329.078","17357.105"],["10335.154","17368.638"],["10431.138","17356.857"],["10455.086","17373.134"],["10420.944","17293.100"],["10448.142","17393.549"],["10370.443","17201.435"],["10375.777","17249.503"],["10317.235","17408.830"],["10708.042","14643.013"],["10727.924","14647.535"],["30663.549","14490.859"],["30503.923","14591.431"],["30485.025","14631.522"],["30617.037","14583.099"],["30604.910","14518.107"],["30595.006","14642.402"],["30572.944","14617.624"],["30471.234","14496.105"],["30544.934","14484.441"],["30577.484","14475.137"],["30647.467","14486.946"],["7204.536","15102.327"],["7270.917","15177.373"],["5627.360","9578.666"],["23036.110","10392.141"],["24033.284","16462.821"],["6792.331","9388.219"],["5024.462","16713.839"],["5048.194","16690.758"],["5067.536","16725.653"],["5060.892","16720.594"],["5070.092","16772.494"],["5135.429","16706.634"],["5030.614","16716.002"],["5064.296","16700.965"],["5108.767","16711.539"],["27433.446","10364.539"],["27489.399","10262.659"],["27448.353","10270.576"],["27437.941","10264.028"],["12471.057","18497.686"],["12481.291","18600.381"],["12547.034","18474.758"],["12534.125","18556.652"],["12558.399","18513.932"],["12362.717","18508.836"],["12470.810","18524.853"],["12460.337","18644.857"],["12559.042","18518.055"],["12374.230","18501.586"],["12390.283","18531.644"],["12528.120","18518.441"],["12503.959","18496.360"],["12371.224","18542.308"],["12418.590","18559.469"],["12481.797","18510.303"],["12468.807","18635.905"],["12496.472","18644.873"],["12415.378","18467.916"],["12420.050","18486.529"],["12374.789","18544.509"],["12371.681","18516.714"],["12505.324","18466.698"],["12467.176","18513.226"],["12418.754","18555.456"],["12478.347","18649.151"],["12473.001","18617.441"],["17271.367","16139.413"],["17297.567","16130.301"],["17373.065","16040.867"],["17218.336","15976.861"],["17219.296","16140.480"],["17349.577","15999.759"],["17392.310","16034.037"],["17402.569","16063.484"],["17249.840","16137.652"],["17216.228","16075.340"],["17229.253","15952.828"],["17241.642","16040.116"],["17239.467","16048.672"],["17285.423","15961.391"],["17343.685","15979.982"],["17249.840","16137.652"],["17308.679","16061.498"],["12258.774","17291.749"],["12175.769","17226.534"],["12233.103","17276.802"],["12259.012","17228.366"],["12206.935","17351.081"],["12319.840","17262.816"],["12188.962","17254.854"],["12149.439","17282.288"],["12326.782","17286.364"],["12325.234","17328.586"],["12194.750","17206.670"],["12234.749","17241.448"],["12301.784","17298.504"],["12157.486","17247.980"],["12229.320","17297.330"],["12321.002","17272.468"],["12172.321","17207.912"],["12215.965","17354.120"],["12173.435","17287.276"],["12336.026","17313.548"],["12296.373","17362.860"],["12280.761","17373.392"],["12257.778","17370.153"],["12282.363","17308.891"],["12221.032","17232.579"],["12285.715","17258.702"],["12168.435","17329.522"],["12321.599","17271.619"],["12289.670","17224.600"],["12173.127","17209.729"],["12212.445","17369.463"],["12147.268","17263.409"],["13131.539","16930.686"],["13077.017","16911.257"],["13095.378","16892.881"],["13084.129","16978.278"],["12991.710","16954.528"],["13000.817","16920.700"],["13178.162","16984.884"],["13087.063","16920.594"],["13150.578","16892.520"],["13159.011","16873.534"],["13162.961","16892.041"],["13158.488","16910.498"],["13163.500","16918.169"],["13091.507","16934.960"],["13127.563","16875.660"],["13046.423","16893.030"],["13094.885","16883.534"],["13065.988","16967.212"],["13007.268","16946.599"],["13014.049","16892.821"],["12988.729","16918.520"],["13152.116","16871.191"],["13111.229","16920.754"],["13011.347","16926.723"],["13078.908","16928.374"],["13186.755","16883.995"],["13168.306","16900.695"],["13140.071","16975.355"],["13065.484","16911.527"],["13121.655","16957.404"],["13061.595","16905.075"],["13083.152","16913.916"],["13096.826","16899.570"],["13072.501","16980.953"],["12999.946","16915.085"],["13149.254","16871.521"],["13041.630","16958.526"],["13149.787","16910.118"],["13184.436","16886.225"],["13149.423","16882.799"],["13166.991","16900.167"],["13161.477","16905.683"],["13119.169","16915.311"],["27959.212","16259.891"],["27955.220","16305.851"],["27987.132","16325.444"],["27996.860","16279.887"],["27944.855","16151.473"],["6593.306","9062.036"],["6631.905","9043.403"],["6603.613","9092.905"],["6665.718","9076.080"],["6611.323","8975.399"],["6568.170","9098.975"],["6634.359","9093.274"],["6575.665","9094.888"],["6549.425","9015.475"],["6554.886","9024.559"],["20450.348","8614.887"],["20370.537","8598.874"],["20452.816","8600.552"],["20404.484","8615.505"],["20499.822","8644.898"],["20480.464","8619.314"],["20380.389","8634.630"],["20479.822","8698.573"],["6066.619","8198.962"],["6145.224","8115.438"],["6191.104","8210.486"],["6164.340","8122.319"],["6066.285","8185.068"],["6071.898","8239.862"],["6196.862","8159.444"],["6169.662","8232.623"],["6244.276","8225.233"],["6222.164","8289.348"],["6221.245","8200.360"],["6057.130","8132.505"],["6199.114","8227.926"],["6109.750","8146.107"],["6095.874","8203.119"],["6104.053","8204.041"],["6163.659","8232.970"],["6149.645","8201.174"],["6220.921","8252.335"],["6236.298","8269.714"],["6240.355","8299.528"],["6223.778","8150.170"],["6061.292","8199.042"],["6052.326","8178.730"],["6239.677","8209.267"],["6162.308","8142.705"],["6223.156","8153.094"],["6246.019","8314.299"],["6223.633","8115.174"],["6076.629","8245.805"],["6047.089","8227.219"],["6063.063","8142.102"],["11937.500","14132.639"],["16689.989","16013.684"],["16609.589","16111.616"],["16726.012","16020.689"],["16668.441","16115.388"],["16749.779","16034.068"],["4019.972","12763.967"],["4024.178","12883.049"],["4002.724","12810.852"],["4031.125","12838.434"],["4046.900","12777.827"],["4062.411","12840.356"],["3994.826","12887.568"],["4015.454","12802.137"],["3991.186","12823.335"],["4040.561","12888.911"],["4046.688","12800.243"],["4092.432","12770.838"],["4073.951","12855.520"],["4095.408","12882.182"],["4035.989","12879.861"],["3995.270","12882.365"],["4009.343","12896.262"],["4038.296","12803.168"],["4051.144","12830.711"],["4023.313","12847.550"],["3987.773","12813.247"],["4037.229","12791.997"],["4021.095","12808.264"],["4002.304","12829.859"],["4052.510","12803.430"],["4058.575","12773.643"],["4086.905","12768.955"],["4095.851","12836.324"],["4082.307","12849.326"],["4091.612","12887.066"],["3985.695","12766.043"],["14253.353","17018.289"],["14252.078","17092.638"],["14334.484","17170.704"],["14304.680","17184.784"],["14323.891","17192.738"],["14280.299","17185.754"],["14254.949","17066.759"],["14292.604","17106.201"],["14301.258","17184.124"],["14333.231","17181.486"],["14340.143","17168.010"],["14314.176","17080.015"],["14299.562","17137.414"],["14300.864","17188.401"],["13769.437","15279.953"],["11564.872","18793.348"],["11620.152","18797.262"],["11678.968","18854.587"],["12519.494","14264.766"],["12571.633","14326.723"],["12553.391","14294.287"],["12484.403","14249.640"],["12506.507","14274.185"],["12398.389","12196.284"],["12428.015","12261.567"],["12412.389","12309.087"],["12432.570","12278.038"],["12406.735","12129.007"],["12539.527","12310.524"],["12481.270","12316.387"],["12477.251","12272.886"],["12435.840","12250.124"],["12425.547","12330.986"],["12409.393","12125.813"],["12460.136","12234.306"],["12439.346","12276.568"],["12426.283","12164.576"],["14185.933","14488.234"],["14094.106","14509.365"],["14184.514","14548.411"],["14206.283","14557.984"],["14232.842","14573.813"],["14231.562","14610.987"],["5506.444","18678.119"],["5506.716","18688.201"],["5449.922","18789.187"],["5498.297","18777.841"],["5462.478","18756.293"],["5492.438","18736.860"],["5515.760","18710.007"],["5434.179","18762.922"],["5451.310","18770.426"],["5431.678","18811.350"],["5419.240","18791.314"],["5419.714","18702.367"],["5416.469","18707.468"],["5462.636","18791.400"],["5492.968","18772.886"],["5467.281","18750.463"],["5495.267","18721.583"],["5512.997","18705.251"],["5434.459","18766.622"],["5451.968","18781.953"],["5419.195","18818.005"],["5430.934","18800.463"],["5419.336","18713.218"],["5411.974","18688.342"],["11219.774","17992.919"],["11218.112","18015.456"],["11269.725","17984.662"],["11096.067","17982.931"],["11277.078","17951.702"],["11241.781","17994.471"],["11226.797","18033.375"],["11288.415","17937.178"],["11295.516","17956.475"],["11252.127","17974.208"],["11211.122","18013.953"],["11208.626","17946.590"],["11244.100","17990.524"],["11265.306","18034.912"],["11251.370","17958.717"],["11117.701","18020.151"],["16611.417","16047.275"],["14427.072","8605.002"],["20581.792","15152.673"],["6327.142","11607.768"],["6326.187","11594.035"],["6343.538","11512.357"],["6262.829","11677.391"],["6397.501","11623.150"],["6261.663","11669.234"],["6332.811","11549.416"],["6259.618","11569.993"],["6294.408","11520.043"],["6320.287","11520.568"],["6381.174","11517.508"],["6271.965","11523.968"],["6274.721","11582.494"],["6314.399","11541.183"],["6329.640","11591.780"],["6319.503","11545.010"],["6313.213","11557.780"],["6284.420","11556.036"],["6367.749","11674.234"],["6336.079","11635.957"],["6297.236","11679.898"],["6272.466","11661.763"],["6380.216","11646.077"],["6364.010","11649.851"],["6336.818","11620.903"],["6340.436","11541.662"],["6313.214","11528.149"],["6305.560","11630.389"],["6255.347","11667.846"],["6290.008","11535.016"],["6368.685","11594.843"],["6368.199","11591.318"],["6359.675","11566.445"],["6306.907","11669.815"],["6325.398","11628.247"],["6341.745","11501.225"],["6392.671","11663.223"],["6290.148","11508.334"],["6287.320","11574.385"],["6260.523","11576.765"],["6302.667","11531.684"],["6376.881","11541.950"],["6314.153","11534.346"],["6367.255","11686.488"],["6321.685","11547.013"],["6292.650","11589.567"],["6318.756","11534.064"],["6269.075","11533.063"],["6318.628","11648.508"],["6296.447","11682.161"],["6355.786","11640.321"],["6345.338","11597.435"],["6351.543","11635.273"],["6402.314","11646.809"],["6331.697","11568.288"],["6371.667","11528.457"],["6343.117","11533.289"],["6319.527","11610.080"],["6274.592","11656.852"],["6258.692","11526.164"],["6325.620","11546.918"],["6295.450","11570.959"],["6321.590","11498.478"],["6335.687","11503.377"],["6331.680","11511.316"],["6302.788","11513.636"],["6378.061","11688.701"],["6301.621","11631.419"],["6334.113","11684.617"],["6343.085","11666.460"],["6283.430","11694.338"],["6343.463","11615.024"],["6260.236","11651.775"],["6391.837","11677.612"],["6256.786","11610.664"],["8085.694","11855.681"],["8110.277","11773.663"],["7945.745","11878.862"],["8032.107","11864.529"],["8117.741","11868.171"],["7974.426","11823.891"],["7999.932","11816.145"],["8071.798","11910.925"],["7740.975","19158.930"],["7826.107","19244.708"],["7730.364","19154.745"],["7872.896","19290.217"],["7808.643","19261.355"],["7817.817","19240.860"],["7772.706","19184.006"],["7745.397","19144.836"],["12542.797","14710.589"],["12439.192","14729.186"],["12460.890","14687.295"],["12533.026","14684.141"],["7686.914","12185.376"],["7621.365","12269.088"],["7599.178","12265.190"],["7641.771","12252.011"],["7718.120","12334.086"],["7716.330","12212.095"],["7656.661","12223.952"],["7690.993","12184.913"],["7610.181","12255.991"],["7635.866","12264.083"],["7627.160","12326.766"],["7698.728","12313.062"],["7715.278","12236.538"],["7719.628","12226.874"],["7703.119","12241.112"],["7582.059","12218.978"],["6225.529","15321.675"],["6216.934","15378.273"],["6237.675","15409.493"],["6210.610","15304.931"],["6231.516","15308.001"],["6199.809","15386.053"],["6241.506","15366.581"],["6221.844","15322.041"],["6197.918","15390.941"],["6210.007","15382.486"],["6233.249","15372.807"],["6244.960","15379.198"],["6161.628","15351.060"],["6241.943","15300.371"],["6228.085","15381.081"],["6218.167","15366.184"],["6245.257","15420.905"],["6215.117","15307.111"],["6186.190","15300.048"],["6169.006","15359.469"],["11870.973","12246.402"],["11889.472","12127.302"],["11862.470","12242.670"],["11878.595","12136.367"],["10449.069","12555.078"],["10427.211","12570.338"],["10443.556","12654.029"],["10456.089","12629.917"],["10371.044","12707.610"],["10375.567","12705.579"],["10385.289","12714.922"],["10412.910","12715.183"],["10411.269","12711.550"],["10427.980","12714.671"],["10433.070","12701.109"],["10433.301","12718.384"],["10399.939","12706.277"],["10401.032","12693.195"],["10395.201","12640.638"],["10404.666","12582.114"],["10397.820","12628.646"],["10316.507","12551.670"],["10426.898","12567.580"],["10438.490","12659.942"],["10377.755","12721.268"],["10411.545","12686.661"],["10411.631","12692.739"],["10407.297","12714.685"],["10412.463","12718.860"],["10441.615","12663.740"],["10421.150","12717.231"],["10429.526","12681.426"],["10420.554","12704.033"],["10369.625","12712.018"],["10445.597","12623.667"],["10295.353","12558.677"],["10376.835","12584.739"],["10377.952","12602.928"],["10264.368","12684.064"],["22864.809","7271.767"],["4355.257","10589.423"],["4340.356","10596.227"],["4331.089","10547.467"],["4309.592","10520.679"],["4305.039","10632.298"],["7620.731","19226.504"],["7710.899","19230.200"],["7719.824","19205.090"],["7631.817","19304.825"],["7634.948","19298.577"],["7610.714","19191.707"],["7544.159","19217.281"],["7723.547","19282.108"],["7571.277","19177.015"],["7585.561","19152.348"],["7625.994","19272.037"],["7593.846","19271.897"],["7631.833","19249.130"],["7695.488","19232.413"],["7576.787","19173.233"],["13069.199","13206.226"],["12999.922","13267.788"],["13196.971","13352.298"],["13148.590","13390.168"],["13072.448","13315.874"],["13080.870","13310.060"],["8198.870","12743.643"],["8165.893","12743.081"],["8172.554","12731.537"],["8186.170","12747.762"],["14886.701","18180.226"],["14893.197","18214.875"],["14887.194","18232.529"],["14988.557","18247.465"],["14898.488","18068.129"],["14888.921","18217.005"],["14906.355","18242.389"],["14966.928","18218.497"],["14895.116","18140.169"],["14943.528","18058.398"],["8804.729","9476.990"],["8796.390","9468.865"],["8781.614","9481.189"],["8812.496","9566.256"],["8800.426","9586.565"],["8785.912","9583.312"],["8793.796","9451.608"],["8794.373","9574.244"],["9695.803","15108.408"],["9720.144","15087.131"],["9753.606","15154.391"],["9762.018","15105.076"],["13017.133","15410.514"],["7336.303","13855.079"],["7354.119","13849.791"],["7326.947","13842.590"],["7509.425","13833.068"],["26218.825","17055.966"],["26247.604","17168.398"],["26203.457","17170.772"],["21124.640","15362.604"],["21098.681","15404.126"],["21063.498","15372.924"],["21079.877","15471.533"],["18690.878","16552.875"],["13605.024","14695.042"],["13604.070","14732.548"],["5887.413","8082.327"],["5959.058","8060.764"],["5896.768","8015.360"],["5871.776","8080.591"],["6035.723","7983.828"],["5915.401","8024.409"],["5990.676","8031.219"],["5920.066","7918.261"],["5959.127","7967.936"],["5836.369","7913.537"],["5877.903","8030.409"],["5903.955","8080.455"],["5946.289","8037.126"],["5987.485","8047.370"],["5887.505","7932.609"],["5941.515","8076.152"],["6026.291","8084.128"],["5922.098","8013.705"],["5900.485","8103.197"],["5952.282","8036.753"],["5926.111","8022.260"],["28358.430","17182.914"],["27821.725","6967.002"],["13219.001","17337.526"],["13238.823","17222.583"],["13353.374","17198.592"],["13282.704","17216.890"],["13297.483","17252.718"],["13403.289","17404.360"],["13404.506","17318.604"],["13342.872","17362.691"],["13253.330","17361.637"],["13407.757","17260.698"],["13213.770","17319.753"],["13215.037","17339.971"],["13292.033","17376.299"],["13224.941","17240.634"],["13310.920","17252.107"],["13266.957","17391.967"],["13262.952","17345.336"],["13409.011","17344.155"],["13305.766","17322.378"],["13293.868","17383.801"],["13243.911","17387.656"],["13384.542","17239.942"],["13226.336","17301.407"],["13221.833","17204.333"],["13320.533","17229.095"],["13266.381","17392.545"],["13252.714","17311.075"],["13332.852","17279.698"],["13352.541","17321.275"],["13384.670","17292.097"],["13370.853","17391.752"],["13294.942","17339.572"],["13367.396","17270.062"],["13397.864","17230.264"],["11642.209","15920.481"],["16417.732","18614.573"],["16425.972","18635.134"],["18879.426","17848.155"],["16744.579","14426.433"],["16760.296","14431.784"],["16663.385","14361.104"],["16760.851","14257.569"],["16697.995","14284.888"],["16711.867","14320.842"],["16724.097","14308.564"],["16771.737","14328.030"],["16756.714","14356.951"],["16769.473","14438.359"],["16726.390","14392.329"],["16678.146","14431.741"],["16651.790","14403.950"],["16639.518","14368.746"],["16694.231","14323.963"],["16615.372","14270.269"],["22386.873","14408.845"],["4470.479","18079.241"],["6047.756","15727.591"],["14258.628","12799.886"],["14441.042","12788.899"],["14358.297","12807.577"],["14377.119","12853.475"],["14334.883","12870.864"],["14306.504","12803.426"],["14402.624","12878.316"],["14403.903","12802.385"],["14401.803","12939.105"],["14446.651","12811.294"],["14361.175","12786.784"],["14363.708","12789.509"],["14352.843","12867.381"],["14285.386","12814.293"],["14400.634","12890.620"],["14429.895","12772.017"],["14301.932","12809.685"],["14449.431","12796.992"],["14345.074","12805.843"],["14360.995","12802.507"],["14452.264","12868.786"],["14275.126","12778.940"],["14346.625","12838.099"],["14316.692","12906.355"],["14417.673","12866.590"],["14402.900","12795.531"],["5974.810","7726.348"],["6020.020","7872.884"],["5903.767","7886.516"],["5849.384","7763.344"],["6024.467","7808.082"],["5909.554","7871.914"],["5882.379","7839.799"],["5851.718","7785.008"],["5835.996","7726.589"],["6028.037","7691.838"],["5917.829","7738.433"],["5973.798","7887.082"],["5999.470","7785.180"],["5980.972","7838.719"],["5846.167","7711.728"],["5960.795","7718.732"],["14993.016","9518.087"],["15015.174","9486.415"],["15000.697","9509.301"],["15009.154","9443.624"],["14920.560","9510.615"],["14971.478","9490.333"],["15005.182","9456.107"],["14977.812","9453.467"],["14955.294","9495.750"],["15012.994","9444.398"],["14980.624","9455.316"],["14886.009","9543.362"],["7845.064","12623.335"],["10690.674","14742.977"],["10699.534","14731.714"],["10693.013","14714.187"],["10692.698","14678.533"],["10699.866","14688.878"],["10673.127","17606.348"],["10878.566","17413.835"],["28674.509","8929.550"],["16703.747","16742.686"],["16713.221","16616.830"],["16632.527","16765.797"],["16638.400","16584.883"],["16717.603","16702.604"],["16741.952","16607.304"],["16704.781","16577.370"],["16712.135","16652.952"],["16676.139","16740.902"],["16758.555","16758.817"],["16706.720","16590.264"],["16581.704","16673.740"],["16673.699","16607.234"],["21223.611","6674.577"],["21332.042","6763.240"],["14067.403","17978.418"],["14048.079","17873.088"],["14117.344","17946.036"],["14196.611","17975.276"],["14165.263","17949.810"],["14197.072","17988.769"],["14190.032","17979.818"],["14224.588","17934.930"],["14171.661","17926.573"],["14062.798","17961.374"],["14058.438","17941.856"],["14180.908","17875.795"],["14099.400","17928.431"],["14213.320","18013.077"],["14212.545","17910.029"],["14197.220","18009.347"],["14130.970","18003.980"],["14121.217","17912.436"],["14136.628","17995.623"],["14208.157","17916.234"],["14145.575","17973.096"],["14218.482","17919.591"],["14190.575","17988.670"],["14174.358","17950.223"],["14190.180","17999.917"],["14144.523","17926.226"],["14171.792","17925.235"],["14085.003","17857.299"],["14143.627","17960.900"],["14197.800","17917.793"],["14145.974","17876.356"],["14161.538","17921.379"],["14182.744","18033.077"],["14185.491","18039.584"],["14057.780","17952.657"],["14161.407","17952.427"],["14107.953","17932.774"],["14245.131","17995.902"],["14158.524","17902.682"],["14176.797","17872.607"],["14155.918","17994.530"],["14194.734","18016.000"],["10106.662","15432.141"],["10124.565","15428.539"],["10103.050","15438.310"],["10134.147","15373.311"],["10054.917","15350.285"],["10125.148","15377.796"],["10060.343","15333.429"],["15256.151","13370.697"],["15141.568","13212.514"],["15273.097","13200.973"],["15297.826","13286.176"],["15241.949","13330.590"],["15179.985","13320.278"],["15115.197","13318.982"],["15224.061","13294.944"],["6628.676","16485.823"],["6624.729","16453.107"],["6529.891","16560.285"],["6493.605","16532.760"],["6466.993","16553.899"],["6472.651","16560.571"],["6612.436","16474.991"],["6555.882","16371.835"],["6594.055","16546.139"],["6479.533","16558.684"],["6624.399","16386.717"],["6641.367","16515.985"],["6492.379","16503.423"],["6653.026","16388.800"],["6576.880","16399.544"],["6573.742","16551.787"],["6558.813","16357.849"],["6645.649","16406.503"],["6604.400","16443.410"],["6612.434","16502.124"],["6616.427","16503.576"],["6517.204","16390.976"],["6466.375","16487.197"],["6480.257","16522.227"],["6634.196","16551.220"],["6464.806","16414.880"],["22361.828","6837.388"],["22252.429","6822.368"],["22310.835","6809.689"],["22401.075","6735.741"],["22298.843","6720.172"],["22264.815","6789.524"],["22364.875","6730.836"],["22260.602","6740.601"],["22434.138","6826.715"],["22445.993","6750.291"],["22297.444","6738.950"],["13597.378","11142.067"],["13602.378","11151.348"],["28574.234","8497.583"],["28570.270","8493.140"],["28646.964","8479.317"],["7894.877","8548.868"],["7934.922","8611.169"],["7903.104","8604.705"],["7760.457","8710.388"],["7788.324","8738.687"],["7896.949","8581.485"],["7849.272","8608.867"],["7857.805","8695.780"],["7864.688","8567.212"],["7918.220","8722.115"],["7828.917","8604.028"],["7755.408","8733.700"],["7927.986","8556.831"],["7736.641","8736.802"],["7779.163","8553.953"],["7767.208","8729.629"],["7882.076","8670.610"],["7787.042","8556.067"],["7790.526","8583.290"],["7827.757","8586.689"],["7790.414","8737.156"],["7863.859","8549.838"],["14911.543","13841.758"],["14882.948","13871.005"],["14999.280","13843.880"],["14913.816","13846.144"],["14925.867","14005.735"],["14989.260","13910.776"],["14938.475","13984.023"],["14910.866","13902.597"],["14921.114","13844.510"],["12939.215","16552.618"],["12923.099","16413.067"],["12883.562","16538.155"],["12878.677","16519.006"],["12948.698","16384.576"],["12824.353","16465.665"],["12840.784","16471.401"],["12899.679","16444.323"],["12987.173","16429.437"],["12975.445","16386.769"],["12826.059","16451.157"],["12828.064","16475.458"],["12900.400","16532.589"],["12965.231","16436.094"],["12832.033","16539.411"],["12829.452","16460.496"],["12857.083","16495.992"],["12803.674","16435.104"],["12880.056","16537.926"],["12979.297","16560.694"],["12977.326","16391.249"],["12890.516","16365.338"],["12952.780","16369.362"],["12902.143","16525.074"],["12949.694","16392.964"],["12895.247","16536.336"],["12828.941","16542.070"],["12941.569","16372.968"],["12839.271","16458.051"],["12899.257","16546.760"],["12923.255","16474.548"],["12962.066","16447.853"],["12933.068","16447.432"],["12986.391","16514.515"],["12850.598","16454.162"],["12956.716","16464.711"],["12905.186","16498.451"],["12961.305","13631.240"],["12878.272","13707.217"],["12915.871","13626.573"],["12986.263","13806.374"],["16324.740","14826.980"],["6799.611","18492.904"],["6804.776","18488.874"],["6727.743","18504.076"],["6696.593","18516.880"],["6675.597","18525.198"],["6675.617","18496.297"],["6699.537","18525.064"],["28700.683","11716.896"],["28754.458","11710.315"],["28729.879","11759.777"],["28643.377","11746.285"],["9203.458","19392.159"],["9264.635","19433.121"],["9226.750","19366.800"],["9214.275","19463.282"],["9313.764","19429.736"],["9265.960","19332.647"],["9208.600","19344.471"],["9206.895","19414.818"],["9293.829","19379.166"],["9262.605","19344.323"],["9220.640","19472.844"],["9293.747","19431.916"],["5706.247","16762.770"],["5719.206","16735.500"],["5727.093","16679.194"],["5710.458","16690.025"],["5690.903","16728.264"],["5748.694","16638.821"],["18687.247","17368.826"],["18803.254","17361.089"],["18711.046","17234.616"],["18728.445","17351.809"],["13128.453","15548.631"],["15039.379","14897.750"],["15071.006","14940.904"],["15061.056","15055.981"],["14937.923","14960.981"],["14944.948","15013.279"],["15023.871","15076.592"],["14904.643","15070.253"],["14972.855","15012.047"],["14912.724","15044.518"],["12852.807","18706.831"],["12831.767","18729.617"],["12878.826","18832.430"],["12800.845","18821.661"],["12826.471","18708.362"],["12824.188","18780.720"],["12806.520","18838.374"],["12853.527","18764.959"],["12804.629","18770.145"],["12925.669","18861.005"],["12790.664","18854.989"],["12790.286","18823.263"],["12825.303","18721.491"],["12810.830","18748.213"],["19565.929","16848.504"],["19707.544","16880.826"],["19704.439","16969.606"],["14747.793","14491.630"],["14767.260","14469.300"],["14691.522","14473.339"],["14733.472","14475.176"],["14751.007","14476.999"],["8528.987","16596.077"],["8555.008","16599.040"],["8505.630","16584.953"],["8468.812","16587.691"],["6747.514","16458.268"],["6817.164","16436.732"],["6732.444","16396.398"],["6709.715","16436.539"],["6736.981","16454.087"],["6750.833","16427.364"],["12463.209","18294.300"],["12479.431","18441.581"],["12441.253","18289.318"],["12556.087","18407.650"],["12472.471","18332.980"],["12440.707","18451.368"],["12450.615","18391.804"],["12509.231","18343.072"],["12424.411","18268.641"],["12542.616","18419.393"],["12446.945","18304.772"],["12416.530","18439.642"],["12474.360","18285.547"],["12505.298","18263.779"],["12555.329","18449.089"],["12444.132","18356.680"],["12448.329","18405.528"],["12452.063","18411.358"],["12484.922","18352.337"],["12495.366","18396.713"],["12449.971","18261.671"],["12424.543","18280.796"],["12365.018","18380.772"],["12505.314","18373.579"],["12549.047","18353.067"],["12425.859","18362.080"],["12423.652","18429.403"],["12460.247","18448.973"],["12515.364","18264.093"],["12566.669","18264.617"],["12419.365","18387.246"],["12361.679","18367.890"],["12504.231","18365.565"],["12497.816","18389.595"],["12424.839","18295.425"],["12458.030","18301.635"],["12545.215","18384.380"],["12565.906","18400.103"],["12506.015","18451.554"],["18809.164","16036.186"],["8548.215","12479.613"],["8538.506","12408.488"],["8522.014","12477.763"],["8511.256","12359.064"],["15203.758","17342.238"],["15279.500","17387.515"],["15235.539","17282.698"],["15270.817","17352.805"],["15300.706","17313.602"],["15220.494","17221.713"],["15254.409","17317.078"],["15101.093","17318.237"],["15124.256","17250.643"],["15158.059","17319.377"],["15206.878","17324.986"],["15248.845","17207.141"],["7677.333","14242.188"],["15669.052","17331.326"],["21606.216","16294.452"],["21612.534","16337.128"],["21519.882","16284.671"],["21502.181","16326.593"],["21541.003","16304.418"],["21565.419","16161.705"],["21592.423","16230.460"],["21512.500","16224.506"],["21547.458","16269.637"],["21597.453","16285.818"],["27803.064","7238.398"],["27772.242","7244.063"],["27849.277","7244.529"],["27757.472","7257.291"],["27863.356","7070.607"],["27809.002","7223.270"],["27740.285","7236.284"],["27915.807","7131.697"],["27861.728","7119.988"],["27733.444","7162.733"],["27922.383","7070.173"],["15044.296","12031.566"],["15010.019","12052.840"],["14975.643","12115.422"],["14963.599","12076.081"],["14995.507","11982.495"],["15018.728","11964.028"],["15048.763","12010.267"],["14931.482","11920.938"],["14982.053","11981.653"],["15002.297","11950.716"],["15065.366","12004.000"],["15077.884","11937.879"],["14944.399","11949.521"],["14914.525","11935.025"],["14969.520","11967.763"],["15009.501","11969.263"],["15057.413","12054.949"],["14928.114","11956.171"],["14918.982","11939.484"],["14983.830","11965.864"],["14995.932","11948.371"],["15042.823","12022.824"],["15057.124","11976.761"],["14915.660","11936.611"],["15091.847","11935.544"],["14981.067","11951.545"],["15002.610","11955.506"],["15057.041","12008.143"],["15044.270","11968.403"],["14932.639","11949.848"],["14922.782","11924.175"],["18713.498","12223.611"],["10116.314","19119.500"],["10146.577","19114.083"],["14445.519","16793.351"],["5407.505","12646.494"],["5408.919","12611.234"],["20825.518","16187.106"],["7757.916","13410.145"],["7811.072","13426.710"],["7801.465","13474.160"],["7843.938","13478.170"],["10121.302","16876.079"],["10214.805","16824.681"],["7252.055","18942.314"],["7259.341","18894.059"],["7298.914","19014.221"],["7262.383","18915.528"],["7254.967","18952.371"],["7232.171","19030.158"],["7259.451","18995.911"],["7252.280","19003.145"],["17192.817","15107.479"],["8473.201","12674.892"],["8422.680","12601.539"],["8397.615","12708.723"],["8215.200","12607.015"],["8179.197","12602.193"],["8264.676","12547.492"],["8191.913","12736.872"],["8209.789","12593.324"],["8337.127","12610.828"],["8165.719","12645.815"],["8125.201","10653.478"],["8080.157","10667.176"],["8097.903","10646.896"],["8063.675","10649.186"],["8073.563","10652.211"],["8068.257","10687.954"],["8087.497","10690.353"],["8081.244","10672.210"],["8039.024","10678.427"],["8086.672","10657.017"],["8087.428","10672.573"],["8054.451","10682.159"],["5137.463","16921.193"],["5096.108","16941.469"],["5007.710","16929.691"],["5030.564","16902.635"],["5057.094","16856.287"],["5169.119","16854.637"],["5082.391","16944.656"],["5138.400","16917.032"],["5022.052","16928.172"],["5028.624","16879.761"],["5093.130","16859.260"],["5120.135","16850.209"],["5014.319","16842.683"],["21383.542","7870.692"],["21374.118","7818.602"],["21382.873","7784.977"],["20416.384","13770.844"],["15160.998","9423.249"],["15123.009","9514.923"],["15166.114","9411.160"],["15115.773","9492.396"],["11280.660","17466.509"],["11136.686","17436.013"],["11255.001","17453.871"],["11205.361","17418.383"],["11110.909","17467.068"],["11252.337","17453.144"],["11213.124","17418.284"],["11174.213","17418.826"],["11259.805","17471.662"],["11128.938","17430.317"],["11099.521","17457.786"],["11133.528","17439.580"],["11177.246","17478.833"],["11175.895","17479.600"],["11165.554","17484.316"],["11097.202","17482.916"],["11265.880","17528.620"],["11282.716","17457.475"],["11183.729","17411.287"],["11252.600","17453.573"],["11159.903","17454.373"],["12247.027","18940.357"],["12206.548","18945.288"],["12203.999","18904.966"],["12197.865","19020.025"],["12255.053","18952.149"],["12215.479","18906.981"],["12189.592","19042.156"],["12253.441","18951.571"],["12157.354","18939.966"],["12185.857","18944.974"],["12162.008","18923.042"],["12226.762","18903.761"],["12173.128","19012.265"],["12208.325","19029.654"],["12186.582","18990.826"],["12146.203","18976.928"],["12216.615","18986.716"],["12174.558","18938.252"],["12206.186","18937.460"],["12168.341","18919.318"],["12193.556","18976.757"],["12235.134","19016.689"],["12176.532","19037.895"],["30574.727","14130.094"],["30582.276","14098.343"],["30521.850","14237.791"],["30527.679","14146.548"],["30627.116","14104.237"],["30567.732","14195.145"],["5073.868","18552.476"],["5092.971","18599.880"],["5123.699","18518.626"],["5092.550","18498.276"],["5080.986","18481.888"],["5103.460","18520.774"],["5105.990","18559.429"],["5165.905","18584.637"],["5193.221","18511.307"],["5146.393","18539.992"],["5056.432","18516.167"],["5076.335","18559.198"],["5083.235","18590.722"],["5089.106","18603.067"],["5123.535","18527.396"],["5089.145","18498.029"],["5083.719","18492.986"],["5102.802","18533.937"],["5071.678","18525.666"],["5093.277","18559.842"],["5152.073","18568.502"],["5198.632","18508.837"],["5180.277","18523.991"],["5129.584","18538.043"],["11771.426","17901.002"],["11817.185","17845.903"],["11800.281","17846.199"],["11847.869","17884.921"],["11764.748","17854.544"],["11916.370","17991.920"],["11827.097","17933.503"],["11907.620","17930.017"],["11815.820","17929.405"],["11895.425","17851.636"],["11873.623","18015.207"],["11830.853","17896.671"],["11907.793","17833.981"],["6354.005","12863.484"],["6402.086","12827.365"],["6417.859","12862.807"],["6442.813","12763.662"],["6457.568","12897.998"],["6439.690","12900.227"],["6341.735","12873.922"],["6417.234","12820.742"],["6450.528","12880.723"],["6373.982","12850.966"],["6425.889","12797.700"],["6444.920","12891.953"],["6365.145","12890.948"],["6387.546","12874.437"],["6416.699","12852.433"],["6389.238","12854.252"],["8019.025","12293.930"],["8012.479","12299.462"],["7950.933","12328.016"],["8042.043","12315.481"],["8020.802","12291.750"],["8043.836","12313.350"],["7987.299","12306.052"],["9686.878","7350.970"],["9695.546","7352.390"],["9744.388","7373.192"],["6440.890","17941.800"],["6309.999","17853.490"],["6376.999","17884.246"],["6258.104","17859.499"],["6386.630","17977.558"],["6253.704","17971.607"],["6376.478","17839.090"],["6452.592","17866.460"],["6392.411","17857.855"],["6361.160","17893.230"],["6430.105","17964.660"],["6434.690","18034.585"],["6274.411","17969.394"],["27104.180","7278.341"],["27113.604","7277.763"],["6601.540","7501.395"],["6648.707","7555.875"],["6512.748","7559.066"],["6547.724","7489.066"],["6487.026","7478.868"],["6628.579","7484.665"],["6542.913","7556.127"],["6569.358","7547.716"],["6602.049","7544.910"],["6463.880","7485.316"],["6532.229","7553.703"],["6493.189","7481.137"],["6539.709","7573.419"],["6628.198","7481.808"],["6564.773","7544.513"],["6629.995","13652.013"],["6574.985","13688.334"],["6487.581","13709.990"],["6617.984","13661.595"],["6646.133","13616.383"],["11955.600","16445.965"],["12050.163","16430.334"],["12023.961","16388.639"],["25096.768","17867.753"],["3577.246","8087.567"],["3592.944","7960.663"],["3535.934","8012.399"],["3568.186","8001.746"],["3612.239","8043.998"],["3587.295","8089.714"],["3546.147","8005.132"],["3579.599","8062.516"],["3589.197","8084.710"],["3694.298","8107.201"],["3635.633","7991.868"],["14153.625","14424.835"],["14136.084","14369.479"],["14147.073","14349.004"],["14105.876","14429.284"],["14049.724","14290.771"],["14084.240","14291.378"],["14092.683","14269.629"],["14228.709","14250.535"],["14167.377","14259.602"],["14234.348","14333.031"],["14202.951","14239.856"],["14223.380","14265.349"],["14209.285","14298.462"],["15063.527","16331.252"],["15082.947","16300.175"],["14883.377","16329.191"],["15081.795","16272.236"],["15006.174","16291.092"],["14923.575","16288.960"],["15024.784","16218.053"],["14971.875","16252.169"],["14897.134","16266.551"],["14933.033","16196.045"],["14998.241","16141.464"],["15066.142","16328.115"],["15046.872","16313.809"],["15086.483","16277.884"],["14909.428","16346.113"],["14898.094","16287.460"],["15007.335","16320.018"],["14998.302","16268.872"],["14964.353","16251.497"],["14984.254","16319.579"],["15043.643","16173.286"],["15009.878","16189.529"],["19426.503","16694.443"],["9410.694","15297.876"],["9409.312","15328.613"],["9410.804","15393.497"],["9419.081","15478.794"],["9475.049","15443.204"],["6141.498","16422.372"],["6154.988","16459.459"],["6086.047","16456.787"],["6192.150","16417.309"],["6156.096","16479.691"],["6068.041","16500.805"],["6186.865","16388.122"],["6199.615","16387.724"],["6223.104","16358.818"],["6089.793","16387.327"],["6172.387","16425.155"],["6079.127","16426.218"],["6185.266","16558.957"],["6057.415","16422.361"],["4858.434","18375.296"],["4899.101","18379.003"],["4882.161","18367.554"],["10886.830","17517.147"],["10887.267","17450.046"],["10903.035","17472.741"],["10908.615","17615.619"],["10945.379","17549.670"],["10968.639","17598.341"],["10932.981","17617.764"],["10966.538","17615.883"],["10922.331","17527.877"],["10912.550","17500.352"],["10909.866","17520.851"],["10991.310","17465.035"],["10978.114","17472.448"],["10975.583","17494.123"],["10994.506","17478.122"],["11003.663","17482.469"],["11019.489","17482.013"],["11052.809","17472.372"],["11043.588","17468.239"],["11085.507","17611.248"],["11071.689","17618.067"],["10916.949","17458.950"],["10913.379","17593.505"],["10914.372","17620.226"],["10915.851","17581.424"],["10939.902","17562.734"],["10950.020","17592.858"],["10954.725","17610.976"],["10957.552","17613.890"],["10941.936","17526.655"],["10927.139","17524.794"],["10919.520","17511.784"],["11001.441","17462.961"],["10982.852","17488.310"],["11022.685","17461.552"],["11013.255","17479.126"],["11030.049","17495.720"],["11049.453","17484.511"],["11036.888","17464.940"],["11066.163","17613.922"],["10904.264","17501.689"],["10896.850","17469.553"],["10925.188","17610.764"],["10917.545","17577.279"],["10933.093","17560.983"],["10952.504","17580.356"],["10956.172","17605.097"],["10987.180","17619.929"],["10930.867","17504.756"],["10907.744","17512.197"],["10991.109","17497.408"],["10987.688","17511.787"],["10975.747","17488.310"],["11000.913","17527.070"],["11012.537","17527.033"],["11036.805","17487.649"],["11030.078","17482.314"],["11061.048","17611.180"],["13300.572","15671.532"],["13285.954","15685.449"],["18794.074","13469.614"],["11114.987","16932.848"],["11101.568","16939.126"],["11106.203","16916.313"],["11129.839","16895.596"],["11148.964","16906.813"],["11146.241","16913.334"],["6045.790","15573.678"],["6052.237","15571.184"],["6096.463","15582.437"],["6074.929","15530.942"],["6055.165","15555.841"],["6092.630","15566.932"],["6051.634","15619.081"],["6073.451","15662.864"],["15027.295","17864.277"],["14940.996","17832.419"],["14968.611","17865.219"],["14985.272","17852.105"],["14979.286","17834.038"],["15079.650","17868.234"],["15084.131","17844.006"],["15048.331","17864.733"],["14993.887","17854.550"],["15060.121","18014.365"],["15013.606","18001.569"],["15083.375","17982.687"],["15050.231","17884.385"],["14994.305","17874.353"],["14965.003","17893.684"],["14980.551","17900.389"],["14979.072","17922.900"],["15019.511","17942.445"],["14995.651","17996.879"],["15012.734","18015.276"],["14971.688","17840.102"],["14932.337","17864.893"],["15089.772","17923.730"],["14985.390","17975.707"],["14992.381","17990.958"],["14987.156","18033.528"],["14946.635","18041.718"],["6688.932","14347.079"],["12253.270","11928.962"],["12285.792","11919.511"],["12246.183","11990.384"],["12330.730","11939.839"],["12304.595","11943.779"],["12228.413","11993.925"],["12281.908","11962.291"],["12229.471","11941.596"],["12304.809","11953.837"],["12278.588","11929.370"],["12253.206","11969.113"],["12276.792","11957.997"],["12327.046","11921.722"],["12225.589","11957.698"],["12164.304","11986.154"],["12218.244","11914.493"],["14694.581","16310.187"],["14780.223","16333.388"],["14819.548","16254.175"],["14723.705","16180.613"],["14676.255","16302.531"],["14772.953","16333.933"],["14674.763","16277.854"],["14808.496","16330.200"],["14834.746","16317.285"],["14747.089","16243.280"],["14779.594","16154.868"],["14862.007","16313.683"],["14788.498","16308.679"],["14745.416","16148.359"],["14839.817","16210.153"],["14850.829","16245.551"],["14857.289","16352.066"],["14812.991","16275.065"],["14737.332","16233.832"],["14731.398","16240.440"],["14785.894","16321.628"],["14837.296","16320.965"],["14784.345","16204.961"],["14751.188","16325.597"],["14874.989","16151.392"],["14679.454","16334.850"],["14862.951","16189.304"],["13621.164","18328.390"],["13710.069","18347.495"],["13717.951","18329.184"],["13789.716","18306.836"],["13650.375","18360.165"],["13764.070","18323.321"],["13807.529","18304.457"],["13794.914","18328.983"],["13647.414","18380.793"],["13758.609","18331.496"],["13742.885","18311.348"],["13635.638","18350.586"],["13739.530","18293.016"],["13736.471","18299.490"],["13802.234","18273.998"],["15008.489","13305.376"],["14892.261","13325.211"],["14906.404","13205.540"],["14957.586","13292.873"],["14946.389","13226.981"],["15077.687","13386.475"],["15061.828","13253.614"],["14913.515","13297.005"],["14966.711","13261.598"],["12197.261","14605.468"],["12241.870","14642.271"],["9195.203","16331.306"],["9181.344","16339.175"],["32156.548","12956.059"],["32234.889","12792.056"],["32273.803","12890.557"],["32228.141","12849.460"],["32292.418","12861.824"],["32183.413","12803.386"],["8449.527","13054.791"],["8472.044","13033.503"],["8498.572","12987.064"],["8454.746","13104.382"],["8472.165","13076.475"],["8501.772","13111.201"],["8528.069","13104.310"],["8549.562","13124.669"],["7695.592","18818.424"],["7716.798","18798.243"],["4333.951","10649.257"],["4318.536","10712.080"],["4352.422","10675.379"],["4258.646","10833.775"],["4289.297","10660.422"],["4340.724","10713.798"],["4258.433","10763.305"],["4307.792","10765.997"],["20102.117","5981.203"],["20075.439","5933.788"],["20061.298","5865.045"],["20054.933","5824.897"],["20079.127","5845.376"],["20042.088","5874.244"],["20011.200","5870.380"],["15236.446","5587.421"],["15302.758","5650.033"],["7328.728","15190.546"],["21886.012","16141.657"],["21840.508","16348.404"],["21849.420","16307.865"],["21866.748","16246.693"],["21833.140","16262.722"],["21841.215","16221.033"],["21854.541","16145.142"],["22005.065","16163.315"],["22003.244","16204.569"],["21947.063","16196.701"],["21922.473","16170.586"],["4879.444","14329.048"],["4890.556","14364.145"],["4929.487","14394.268"],["28234.016","8723.838"],["7849.839","16323.520"],["21838.206","15434.967"],["21835.644","15377.975"],["21873.182","15481.979"],["21922.282","15459.943"],["21941.950","15449.905"],["21953.097","15401.889"],["22000.861","15447.374"],["26279.464","6920.660"],["26339.974","6943.970"],["26268.297","6881.766"],["26273.839","6917.439"],["4594.589","18448.589"],["4575.609","18421.261"],["4591.316","18459.654"],["4764.786","18264.588"],["4712.249","18264.686"],["4691.878","18276.593"],["4713.782","18294.381"],["4733.429","18336.801"],["4679.033","18345.959"],["4726.088","18312.743"],["4693.117","18364.885"],["4718.074","18347.346"],["4734.924","18352.008"],["4741.629","18346.857"],["4725.203","18292.348"],["4747.582","18381.037"],["4732.869","18415.740"],["4745.562","18413.657"],["4774.530","18392.515"],["4759.063","18266.042"],["4707.018","18265.512"],["4679.230","18286.568"],["4720.311","18288.667"],["4734.235","18328.874"],["4684.575","18356.810"],["4711.801","18329.230"],["4725.381","18323.775"],["4702.854","18352.383"],["4716.545","18333.324"],["4743.948","18345.586"],["4735.877","18297.551"],["4755.905","18377.932"],["4740.895","18405.996"],["4736.055","18411.279"],["4777.605","18380.459"],["20941.701","8049.700"],["20960.714","8044.662"],["18230.151","12830.143"],["18216.760","12870.786"],["13844.745","8926.070"],["13859.333","8840.074"],["13880.699","8883.839"],["13856.199","8947.643"],["13882.207","8878.663"],["13857.372","8828.294"],["13890.052","8863.354"],["13834.905","8827.039"],["8825.042","13089.709"],["8818.928","13093.744"],["8892.688","13062.123"],["8871.446","13101.399"],["8872.823","13112.711"],["8854.939","13178.475"],["8859.102","13002.514"],["8845.517","12988.822"],["8878.107","13051.232"],["8847.646","13017.031"],["17173.003","12072.903"],["17228.031","18026.209"],["17266.333","17961.917"],["17285.297","17922.567"],["18202.835","16624.258"],["18154.399","16702.390"],["18206.963","16668.235"],["18152.191","16755.206"],["18167.703","16655.923"],["18140.344","16736.571"],["18079.034","16673.460"],["18117.841","16657.511"],["18142.092","16684.249"],["13980.410","12714.301"],["14005.532","12561.822"],["13954.216","12604.134"],["13898.923","12727.228"],["13971.331","12711.062"],["13963.347","12679.122"],["14022.094","12583.804"],["13916.343","12558.531"],["14037.844","12558.716"],["13838.715","12592.530"],["13869.520","12563.322"],["13954.620","12610.126"],["13940.079","12608.146"],["13979.978","12644.428"],["13982.818","12573.564"],["6273.125","17615.920"],["7437.029","15874.996"],["7437.358","15810.679"],["9813.274","17364.129"],["9797.639","17371.671"],["9822.517","17349.348"],["9812.139","17358.877"],["9793.774","17376.230"],["9809.119","17365.577"],["9755.623","17338.851"],["9741.853","17343.920"],["9783.072","17340.775"],["9744.794","17333.710"],["9808.849","17358.778"],["9801.645","17357.936"],["9787.770","17358.112"],["9799.662","17376.114"],["18281.616","12957.086"],["18339.261","12868.389"],["9022.696","12156.502"],["8994.710","12219.931"],["9177.854","12274.164"],["9123.469","12228.819"],["9000.966","12136.267"],["9040.940","12254.617"],["9182.241","12192.720"],["6028.179","9240.696"],["5916.341","9278.236"],["5936.217","9262.073"],["5910.137","9255.408"],["5924.724","9278.312"],["5916.928","9277.916"],["27653.011","7647.261"],["27722.780","7551.279"],["27605.452","7637.875"],["27663.931","7598.149"],["27722.105","7574.136"],["27642.533","7626.060"],["27615.493","7645.532"],["21124.590","14869.479"],["20992.457","14767.166"],["21117.247","14809.726"],["21161.611","14776.431"],["7106.683","17854.296"],["7103.980","17964.658"],["7140.318","17888.334"],["7226.726","17956.402"],["10527.172","14315.038"],["10536.466","14309.990"],["10507.025","14239.420"],["10518.912","14238.759"],["10479.521","14284.804"],["10519.791","14333.398"],["10528.048","14383.059"],["10499.150","14435.301"],["10495.606","14446.370"],["10467.355","14413.546"],["10526.037","14341.016"],["10494.438","14285.299"],["10482.949","14293.761"],["10538.073","14403.142"],["10481.656","14433.202"],["10483.685","14334.344"],["10489.048","14275.407"],["10535.953","14327.164"],["10484.312","14423.802"],["15315.157","17858.453"],["15509.145","17905.759"],["15505.617","17961.703"],["15398.826","18035.763"],["15437.580","17903.433"],["15489.514","17919.716"],["15461.576","17992.804"],["15503.987","17862.127"],["15463.956","18036.873"],["15455.987","18025.595"],["15456.936","17923.307"],["15421.759","17916.725"],["15463.834","17847.640"],["15392.651","17911.171"],["15377.783","17893.848"],["15307.862","18019.816"],["15316.119","17978.273"],["15373.665","17949.482"],["15366.355","17949.161"],["15309.745","17890.973"],["15333.927","17916.039"],["15430.304","17858.320"],["7484.480","8920.345"],["7477.914","8942.687"],["7436.059","8902.492"],["7482.723","8932.680"],["7415.484","8937.889"],["7396.308","8899.135"],["7414.808","8914.864"],["7403.156","8917.146"],["7382.944","8835.765"],["7394.302","8938.725"],["7403.089","8857.397"],["7492.588","8863.098"],["27108.150","16442.198"],["27106.943","16409.306"],["27124.394","16396.741"],["27136.519","16473.256"],["27245.120","16372.457"],["27184.382","16440.744"],["24810.556","16322.690"],["24806.630","16270.942"],["24821.032","16239.517"],["24797.585","16225.832"],["28673.425","16099.710"],["28690.545","16114.729"],["28691.821","16076.999"],["28752.373","16068.975"],["28775.043","16115.189"],["28770.080","16099.292"],["28736.886","16060.226"],["28691.858","16060.398"],["15152.504","16110.698"],["15100.784","16069.973"],["15106.105","15954.930"],["14695.160","17207.326"],["14806.169","17265.691"],["14827.155","17239.863"],["14823.199","17361.641"],["14852.258","17333.953"],["14881.372","17380.102"],["14861.632","17302.811"],["14830.013","17384.861"],["14685.552","17288.253"],["14680.713","17261.168"],["14737.167","17319.940"],["14715.819","17339.059"],["14769.730","17336.676"],["14688.706","17205.696"],["14792.892","17383.743"],["14697.571","17254.131"],["4549.278","14096.164"],["4479.211","14211.650"],["4419.668","14085.562"],["4556.531","14038.360"],["4460.921","14204.169"],["4463.763","14110.285"],["4559.425","14143.956"],["4473.651","14214.689"],["4430.178","14108.271"],["4436.773","14095.702"],["4476.201","14179.611"],["4555.560","14138.176"],["5752.091","9029.343"],["5805.771","9061.938"],["5766.625","9026.695"],["5828.889","9004.149"],["5735.216","9062.142"],["5796.888","9054.061"],["5803.473","9034.325"],["5723.631","9052.838"],["5730.457","9071.249"],["5785.598","9046.469"],["5744.883","9014.336"],["5811.125","9122.766"],["5804.250","9142.980"],["5177.930","14587.366"],["5197.729","14655.099"],["5159.755","14594.947"],["5088.076","14503.217"],["5013.346","14474.053"],["5062.213","14483.080"],["5000.223","14455.489"],["6389.422","7485.770"],["6425.023","7484.682"],["6260.427","7549.687"],["6456.566","7523.573"],["6360.125","7493.791"],["6412.330","7504.796"],["6375.509","7496.363"],["20356.735","7285.583"],["20319.915","14736.625"],["25929.500","6767.011"],["25900.530","6829.186"],["25965.290","6786.647"],["25883.754","6812.868"],["26035.869","6838.757"],["14262.532","15076.190"],["14437.723","14905.430"],["14315.994","14923.476"],["14398.435","14997.335"],["15397.068","13253.945"],["15413.532","13384.699"],["15390.527","13381.976"],["15456.544","13300.221"],["15494.380","13376.781"],["23568.319","6614.983"],["23520.609","6623.489"],["23714.669","6454.845"],["11660.197","18024.761"],["11668.116","17931.834"],["11689.378","18013.374"],["11576.721","17984.939"],["11595.115","17879.547"],["11572.560","17942.712"],["11521.121","17878.876"],["11542.845","17861.940"],["11558.450","17858.224"],["11574.623","17868.919"],["11672.436","17863.774"],["11597.398","17900.053"],["11673.945","17956.947"],["11536.548","17838.565"],["11674.991","17960.951"],["11623.114","17965.027"],["11578.201","18020.397"],["11594.424","17884.287"],["11550.619","17993.414"],["11523.759","17923.329"],["11545.674","17876.209"],["11548.208","17869.068"],["11663.736","17843.856"],["11605.095","17898.104"],["11696.758","17950.688"],["11611.173","18006.150"],["11603.032","17977.562"],["11625.888","17908.994"],["11698.590","17895.295"],["11517.443","18002.718"],["11520.414","17870.304"],["11530.871","17855.433"],["11538.746","17854.557"],["11584.277","17861.818"],["11642.330","17838.195"],["11608.286","17876.304"],["11693.962","17943.818"],["27480.674","10524.506"],["27486.168","10525.101"],["27491.217","10513.243"],["10058.933","8014.031"],["10144.650","8075.395"],["10156.064","8094.636"],["10240.978","8094.658"],["10060.933","7912.136"],["14581.194","9088.878"],["14600.121","9031.036"],["14669.052","9014.981"],["14519.661","9011.871"],["14492.729","9146.801"],["14596.655","9075.534"],["14643.789","9027.813"],["14540.385","8999.963"],["14551.199","9140.872"],["14584.378","9130.407"],["14581.687","9115.757"],["7609.282","12497.254"],["7638.313","12483.419"],["7655.226","12542.993"],["7709.387","12543.984"],["22235.608","6743.898"],["22179.654","6743.749"],["22228.281","6834.809"],["22226.792","6714.533"],["5791.979","7631.573"],["5646.902","7573.717"],["5705.282","7681.287"],["5699.061","7607.611"],["5629.476","7665.070"],["5689.887","7673.459"],["5684.538","7636.794"],["5681.724","7650.651"],["5667.213","7677.005"],["5626.904","7628.387"],["5731.169","7621.002"],["5719.619","7591.074"],["5743.171","7661.910"],["5622.508","7680.678"],["5643.834","7602.778"],["5722.418","7621.041"],["5658.145","7601.369"],["5752.803","7595.968"],["12270.103","8484.368"],["12296.442","8421.360"],["12344.189","8331.516"],["12285.365","8506.831"],["12255.711","8495.664"],["12269.369","8411.319"],["10070.887","7730.366"],["10060.471","7838.417"],["15408.951","16903.618"],["15459.722","16964.669"],["15396.139","16907.367"],["15394.610","16898.083"],["15465.182","16963.794"],["17648.041","16212.073"],["17687.851","16285.190"],["17666.119","16232.443"],["17652.979","16261.302"],["17817.272","16341.172"],["17785.532","16326.666"],["17622.005","16324.340"],["17804.892","16325.818"],["17693.599","16313.334"],["17811.519","16260.991"],["16796.834","14842.737"],["16844.850","14662.208"],["16911.026","14662.977"],["16897.129","14681.896"],["16859.911","14670.161"],["16916.521","14849.088"],["16894.849","14784.905"],["16929.268","14743.274"],["16917.838","14692.544"],["16978.239","14716.088"],["16819.454","14863.076"],["16816.898","14830.675"],["16832.131","14834.941"],["9564.604","9414.079"],["9570.555","9410.630"],["9072.120","11018.869"],["14329.380","9170.135"],["14439.482","9221.056"],["14354.110","9220.370"],["14428.036","9259.870"],["14358.982","9213.428"],["14377.740","9283.190"],["20940.174","14037.429"],["20792.905","14096.414"],["20947.419","14165.423"],["20794.772","14195.425"],["13980.425","15031.797"],["13919.150","15064.803"],["14016.229","14885.918"],["14008.659","14880.663"],["13964.199","15054.068"],["14021.321","15044.424"],["13986.601","15035.241"],["14003.565","14946.741"],["10479.092","18572.090"],["10562.826","18544.797"],["10463.467","18585.649"],["10558.287","18527.638"],["10564.849","18595.120"],["10467.414","18595.740"],["10514.751","18583.014"],["10567.908","18583.312"],["10472.957","18571.661"],["10489.085","18551.649"],["10566.428","18563.476"],["10564.273","18607.308"],["10670.132","18625.907"],["21063.402","14364.138"],["21155.575","14416.633"],["22388.705","7091.556"],["22318.560","7084.023"],["22386.271","7143.529"],["22318.657","7061.980"],["22318.527","7154.874"],["22382.257","7140.408"],["22430.319","7057.209"],["22443.592","7103.684"],["11075.600","15999.851"],["11083.441","15961.397"],["11074.929","16058.711"],["11019.981","16114.989"],["11013.835","16127.231"],["10990.919","16129.643"],["11003.804","16034.133"],["11047.223","16019.081"],["11018.038","16023.906"],["10961.563","16019.084"],["10913.487","16070.918"],["10920.952","16085.907"],["10948.981","16084.836"],["10925.452","16119.858"],["14484.563","12487.482"],["14606.796","12459.250"],["14575.156","12446.853"],["14469.962","12508.964"],["14540.155","12451.100"],["14625.036","12457.301"],["14584.350","12453.095"],["14668.759","12491.313"],["14532.211","12447.780"],["14497.228","12482.660"],["14670.387","12482.907"],["14574.909","12453.789"],["14607.454","12459.266"],["14530.549","12449.614"],["14651.203","12385.721"],["14601.160","12376.914"],["14574.101","12473.128"],["14554.419","12521.548"],["14565.904","12343.922"],["14496.699","12543.635"],["15524.372","17712.313"],["15518.722","17772.898"],["15556.704","17795.028"],["15521.939","17782.510"],["12612.858","17089.858"],["12742.609","16996.149"],["12680.906","17072.294"],["12576.130","17016.834"],["12575.539","17187.722"],["12624.398","17051.440"],["12672.940","17158.688"],["12657.363","17178.706"],["12671.833","17188.590"],["12620.998","17180.523"],["12678.860","17159.080"],["12735.442","17017.735"],["12773.043","16994.027"],["12622.213","17148.794"],["12613.466","17113.590"],["12674.132","17118.343"],["12663.202","17173.702"],["12626.590","17185.229"],["12722.429","17056.733"],["12614.656","17129.304"],["12743.370","17024.275"],["12614.964","17024.481"],["12672.748","17071.766"],["12651.133","17094.916"],["12697.064","17013.941"],["12632.626","17034.252"],["12630.091","17129.323"],["12607.397","17086.753"],["12619.123","17168.312"],["12716.428","17085.104"],["12627.467","17193.996"],["12671.740","17150.232"],["12660.455","17190.713"],["12677.909","17187.786"],["12717.359","17031.362"],["12735.412","17035.111"],["12663.505","17004.818"],["12646.033","17023.291"],["12707.831","17054.375"],["12634.992","17158.274"],["6897.900","18389.746"],["6976.059","18278.289"],["6905.336","18361.414"],["6936.908","18336.214"],["14850.148","9405.075"],["14790.905","9392.552"],["14714.478","9384.461"],["14709.027","9409.154"],["14780.412","9378.282"],["14756.534","9405.336"],["14715.474","9431.020"],["14684.773","9384.943"],["13411.384","18252.428"],["14870.310","13378.568"],["14877.607","13381.559"],["14823.826","13346.800"],["14809.061","13308.719"],["14823.257","13298.887"],["14460.813","17807.849"],["14448.708","17806.115"],["14310.923","17831.574"],["14332.021","17822.379"],["9404.378","15417.411"],["9371.205","15375.095"],["9363.516","15321.347"],["9391.979","15296.249"],["9382.114","15482.217"],["4395.025","9729.459"],["4465.883","9763.359"],["4541.994","9723.448"],["4494.259","9675.408"],["4562.174","9588.576"],["4393.881","9644.991"],["4539.086","9604.400"],["4537.273","9722.292"],["4557.457","9619.627"],["4391.736","9740.244"],["4431.437","9730.992"],["4484.764","9748.450"],["4468.909","9762.500"],["4509.686","9676.465"],["4390.888","9641.936"],["4409.434","9726.770"],["4489.245","9624.083"],["19762.250","14279.404"],["19831.189","14288.447"],["19842.650","14339.146"],["15774.663","18537.021"],["15823.720","18618.806"],["15859.036","18607.872"],["15783.233","18536.096"],["15748.053","18505.873"],["31476.739","13679.581"],["31463.333","13776.981"],["31453.571","13814.805"],["31508.707","13679.202"],["12741.820","12581.883"],["12762.512","12642.748"],["12775.607","12708.274"],["12727.836","12692.528"],["12742.352","12698.156"],["12707.839","12680.020"],["12644.350","12558.395"],["12716.613","12546.848"],["12719.999","12645.652"],["12653.153","12570.643"],["12705.085","12589.299"],["12696.145","12561.224"],["12652.278","13220.127"],["13862.274","9776.238"],["22473.262","14878.110"],["22464.495","14964.980"],["22111.705","6621.108"],["22129.551","6613.610"],["7713.786","10020.712"],["7712.703","10039.195"],["15554.489","18398.913"],["15626.432","18442.311"],["15542.469","18458.543"],["15569.690","18435.488"],["15590.512","18400.079"],["15559.492","18461.318"],["15592.601","18391.789"],["7607.399","18855.858"],["7617.893","18865.106"],["7670.508","18839.755"],["7601.676","18678.955"],["7598.616","18829.764"],["7607.745","18706.734"],["7541.744","18793.441"],["7657.760","18853.289"],["7532.944","18788.487"],["7703.602","18835.369"],["7647.086","18854.131"],["16461.720","14266.405"],["16514.759","14253.677"],["16564.901","14238.851"],["16488.086","14272.895"],["16475.748","14250.869"],["25090.485","17204.974"],["25124.798","17239.505"],["25161.520","17261.785"],["25196.391","17291.437"],["25145.672","17275.781"],["25127.872","17247.205"],["25127.099","17218.467"],["25198.599","17273.451"],["8675.674","13860.039"],["8673.815","13880.402"],["8635.117","14020.776"],["8706.400","13893.378"],["8613.042","13876.740"],["8674.720","13878.453"],["8575.873","13951.474"],["8641.635","13993.429"],["8699.953","13888.027"],["8677.138","13861.723"],["8761.987","14005.009"],["8767.343","13974.648"],["8725.338","13848.994"],["8752.794","13851.769"],["8657.148","14031.119"],["8720.690","14196.527"],["8738.650","14197.667"],["8757.196","14182.887"],["8755.486","14184.555"],["8714.189","14137.756"],["8694.123","14145.072"],["12403.281","8268.458"],["12463.953","8210.173"],["12449.684","8166.929"],["12411.094","8246.790"],["12438.114","8174.930"],["12476.033","8170.381"],["9116.224","17326.323"],["9149.350","17265.294"],["23364.482","16584.427"],["6348.252","15694.698"],["6347.439","15675.824"],["6412.424","15662.034"],["6453.706","15521.651"],["6283.225","15562.042"],["6310.867","15553.690"],["6445.601","15682.506"],["6338.523","15691.693"],["6453.328","15537.886"],["6302.072","15626.656"],["6359.167","15661.302"],["6313.731","15555.295"],["6326.134","15530.127"],["6328.091","15509.065"],["6381.220","15673.741"],["8674.751","18128.521"],["8726.264","18167.637"],["8717.063","18162.501"],["6604.883","16282.393"],["6587.383","16289.726"],["6566.093","16338.704"],["6654.098","16184.163"],["6637.799","16193.660"],["6587.679","16280.031"],["6636.828","16165.286"],["6573.041","16290.832"],["6662.963","16181.174"],["6585.886","16251.250"],["6601.132","16253.219"],["6580.308","16276.696"],["6501.833","16304.922"],["6635.653","16325.937"],["6664.287","16249.462"],["6603.845","16185.872"],["6632.136","16171.470"],["6598.430","16189.381"],["6595.285","16197.287"],["6487.614","16293.967"],["6581.510","16325.573"],["6615.947","16309.470"],["6621.757","16271.914"],["6588.121","16299.057"],["6534.464","16250.042"],["6645.949","16343.658"],["6609.435","16248.966"],["6608.862","16186.202"],["6465.489","16327.688"],["22211.437","8132.592"],["22198.493","8174.889"],["22156.149","8150.492"],["8124.754","18048.341"],["8132.442","18050.497"],["21097.017","7620.638"],["21089.710","7506.179"],["21039.822","7648.027"],["21086.540","7637.368"],["21150.236","7502.166"],["21022.519","7616.897"],["21092.280","7617.748"],["21107.013","7492.224"],["21087.148","7584.899"],["21082.856","7643.743"],["21001.148","7548.188"],["21095.224","7622.719"],["16116.164","16111.340"],["16128.117","16140.166"],["21356.942","11137.214"],["20458.894","16353.406"],["20372.860","16423.205"],["12738.487","7631.672"],["12726.267","7637.122"],["26393.295","7438.373"],["14263.838","13018.911"],["14368.528","13059.554"],["14348.889","13126.193"],["14379.358","13108.404"],["14359.195","13083.848"],["14429.327","13080.854"],["14401.030","13100.501"],["14424.440","13090.716"],["14447.915","13053.682"],["14337.789","12990.847"],["14342.937","12990.286"],["14315.347","12991.385"],["14372.504","13076.803"],["14450.034","13077.089"],["14361.244","13103.606"],["14254.206","13156.546"],["11827.508","13360.496"],["11931.664","13314.801"],["18623.881","12454.161"],["11567.796","18964.155"],["11611.350","18985.191"],["11616.745","19040.963"],["11709.214","18922.960"],["6424.506","13968.045"],["18203.935","12623.632"],["29013.697","11027.897"],["28992.780","10976.763"],["16853.469","15152.458"],["16824.859","15132.868"],["16795.175","15223.839"],["16841.615","15266.604"],["16802.816","15214.593"],["16854.991","15177.869"],["16784.973","15139.837"],["14644.731","14556.140"],["14589.280","14544.842"],["14462.348","14622.118"],["13107.957","4135.198"],["13184.245","4244.849"],["13196.693","4239.376"],["13168.047","4199.865"],["13173.785","4230.502"],["13054.870","4097.302"],["13186.975","4248.202"],["13197.778","4183.619"],["13121.921","4135.281"],["13178.539","4205.019"],["13105.512","4103.539"],["13186.634","4187.556"],["13177.914","4207.909"],["13160.794","4200.079"],["13185.412","4258.871"],["27490.919","7599.929"],["27391.856","7631.606"],["22251.275","15578.482"],["6580.462","17013.964"],["6575.571","17060.911"],["6609.395","17082.475"],["6628.913","17070.131"],["6658.699","17012.875"],["6651.153","17054.797"],["6625.095","17115.750"],["6657.935","17103.120"],["6564.232","17006.398"],["6490.477","16989.137"],["7030.200","13142.787"],["18855.895","15286.363"],["18857.025","15090.011"],["18783.551","15158.086"],["14026.947","8480.555"],["14034.842","8499.944"],["13971.853","8526.044"],["16127.300","16319.531"],["15962.871","16311.024"],["15982.440","16244.301"],["16002.970","16307.457"],["16006.566","16214.039"],["16022.328","16232.174"],["16029.315","16230.929"],["16022.937","16225.318"],["4833.647","16656.442"],["4825.159","16673.075"],["4815.616","16679.692"],["4854.801","16721.055"],["4811.502","16618.252"],["4838.483","16664.386"],["4828.286","16717.490"],["4855.858","16658.996"],["4813.319","16686.257"],["4865.788","16684.259"],["13429.492","17582.633"],["13428.209","17613.583"],["5992.348","17409.465"],["5934.997","9585.715"],["6039.486","9562.750"],["6002.468","9549.327"],["6023.250","9573.249"],["5481.920","17052.770"],["5491.352","17064.367"],["5438.456","17053.697"],["5453.670","17038.338"],["5415.844","17056.631"],["5421.400","17034.769"],["5416.264","17006.270"],["5416.725","17015.857"],["5448.582","17004.686"],["5449.140","17053.392"],["5465.712","17038.173"],["5478.722","17082.918"],["5470.954","17128.672"],["5511.926","17121.936"],["5509.476","17031.374"],["5416.279","17122.777"],["5470.236","16998.349"],["5472.614","17007.423"],["5418.831","16989.213"],["5481.257","16996.784"],["5338.606","10816.892"],["5261.561","10853.567"],["5370.777","10819.154"],["5286.364","10841.792"],["5228.457","10745.448"],["5231.995","10694.618"],["5274.984","10708.913"],["5287.311","10758.880"],["5260.775","10796.452"],["5351.388","10665.736"],["5333.593","10672.468"],["5391.739","10725.907"],["5334.038","10707.013"],["5351.010","10816.102"],["5249.081","10773.975"],["5256.203","10731.939"],["5226.897","10658.648"],["5264.869","10686.584"],["5291.892","10732.181"],["5390.949","10724.239"],["5394.768","10672.070"],["5345.016","10699.893"],["5373.083","10828.604"],["5388.626","10842.480"],["13775.267","9000.086"],["13774.666","8976.477"],["13657.482","9028.322"],["13744.151","9098.162"],["13712.404","9130.794"],["13822.712","9084.383"],["13816.501","8990.474"],["13775.653","9001.894"],["13703.206","8994.268"],["13752.588","9048.616"],["13741.927","9133.750"],["13805.031","9045.985"],["13703.558","9098.270"],["13711.715","9124.612"],["12118.205","15299.720"],["12036.259","15499.713"],["12123.602","15392.476"],["12139.691","15408.993"],["12137.595","15439.597"],["12121.615","15430.147"],["12067.581","15423.962"],["12046.471","15458.819"],["12066.430","15481.401"],["12115.189","15363.145"],["2385.274","11195.919"],["2345.572","11182.389"],["2334.177","11180.919"],["2389.528","11175.525"],["2394.486","11280.800"],["2358.235","11261.705"],["2327.167","11243.363"],["4979.919","6463.337"],["23135.576","6882.742"],["13713.687","14131.128"],["13804.165","14126.087"],["13628.966","14186.402"],["13750.555","14206.450"],["13645.206","14183.143"],["13804.753","14190.979"],["13636.346","14200.930"],["13672.860","14200.484"],["13626.799","14151.453"],["9094.374","12301.408"],["9128.402","12301.899"],["9116.397","12296.734"],["9182.375","12295.767"],["9144.469","12291.027"],["11786.013","16411.107"],["11793.067","16462.709"],["11780.209","16514.942"],["11739.115","16402.809"],["11741.663","16443.289"],["11781.563","16472.257"],["11824.355","16548.239"],["11840.202","16526.795"],["11884.476","16499.710"],["6198.788","13162.949"],["6188.459","13157.697"],["6248.962","13105.690"],["23188.958","6623.423"],["23218.811","6605.084"],["23235.435","6471.450"],["23173.810","6617.494"],["23224.600","6589.411"],["23259.382","6501.706"],["23187.543","6617.164"],["23237.446","6592.549"],["23102.283","6528.283"],["23214.135","6462.812"],["6528.872","9110.434"],["6671.778","9134.317"],["6548.799","9074.084"],["6634.378","9154.727"],["10840.829","11483.055"],["10862.575","11425.169"],["14434.798","14991.873"],["8559.831","11820.423"],["8521.530","11909.453"],["8563.351","11834.808"],["8519.352","11873.353"],["8522.430","11814.676"],["8369.136","11851.620"],["8387.649","11854.145"],["8558.770","11853.996"],["8564.505","11771.561"],["8520.871","11774.955"],["8515.696","11795.404"],["8514.459","11708.312"],["8469.866","11756.821"],["8465.873","11841.284"],["8416.583","11796.917"],["8455.481","11870.162"],["8366.089","11723.019"],["6752.289","16986.066"],["6853.688","16981.158"],["6864.339","16874.188"],["6831.161","16786.041"],["6871.731","16816.267"],["14130.289","8931.418"],["14214.965","8950.373"],["14080.896","8930.937"],["14108.716","8918.307"],["14202.333","8931.612"],["14113.831","8883.625"],["19431.706","15083.864"],["19492.910","14944.067"],["19479.668","14970.714"],["19370.520","14935.194"],["19450.912","14987.261"],["19353.510","14896.919"],["19502.975","14946.634"],["19319.850","15081.732"],["19358.675","14928.465"],["10441.893","14932.993"],["10288.330","15040.975"],["10456.832","14920.880"],["10272.640","15016.175"],["10417.651","14983.623"],["10366.927","15027.835"],["7701.155","11076.010"],["7669.222","11132.657"],["7610.636","11090.115"],["7687.033","11086.018"],["7692.572","11081.834"],["7713.063","11089.508"],["7677.612","11086.000"],["7720.906","11070.347"],["7578.912","11083.995"],["7638.978","11078.154"],["7588.321","11072.505"],["7677.579","11084.249"],["7703.886","11092.827"],["7589.226","11088.607"],["7622.476","11068.888"],["27974.121","17188.138"],["28030.825","17147.724"],["28048.279","17167.184"],["27988.494","17084.559"],["28024.928","17112.304"],["28138.348","17002.160"],["10325.116","19158.549"],["10290.168","19226.868"],["10399.505","19232.329"],["10428.298","19206.504"],["10357.184","19101.652"],["10379.963","19180.817"],["10351.889","19134.225"],["10333.998","19155.312"],["10272.372","19226.901"],["10437.789","19160.972"],["10373.713","19164.483"],["10406.269","19102.562"],["10311.215","19146.133"],["10355.774","19197.806"],["10267.619","19190.485"],["10351.479","19214.377"],["10408.693","19175.571"],["10396.230","19156.341"],["10251.662","19132.731"],["10332.645","19142.830"],["10307.846","19177.789"],["10317.833","19232.533"],["10389.078","19201.082"],["10410.437","19211.228"],["10382.759","19123.278"],["10404.197","19125.172"],["18712.514","15057.203"],["6207.129","13792.934"],["6229.254","13648.171"],["31031.879","14149.838"],["31022.722","14215.143"],["31021.400","14092.141"],["31048.699","14117.983"],["8761.603","14363.682"],["8753.856","14340.379"],["8774.527","14359.623"],["8749.099","14367.880"],["13927.980","12785.271"],["13857.922","12805.765"],["13963.938","12759.156"],["13869.687","12783.197"],["13847.843","12857.160"],["13928.509","12914.910"],["13900.283","12896.183"],["13944.315","12929.295"],["13912.819","12937.009"],["13954.102","12771.064"],["3313.137","11931.013"],["3321.248","11983.203"],["3359.419","11993.202"],["3358.924","12022.203"],["3333.066","12013.827"],["3315.856","12007.148"],["3313.287","11965.951"],["3327.729","11971.166"],["3343.654","12035.524"],["3325.295","12032.275"],["3320.930","12010.900"],["3332.315","11928.139"],["3350.060","12002.880"],["3319.195","12011.640"],["3349.040","11973.214"],["3357.147","12011.088"],["3307.317","11990.360"],["3332.186","11980.511"],["3318.518","11960.959"],["3342.022","12054.109"],["3309.154","12013.031"],["3323.467","12062.273"],["3336.269","12019.587"],["3306.732","12045.972"],["10469.164","14970.081"],["6282.556","7923.153"],["6265.155","7905.085"],["6397.421","8103.069"],["6446.196","7911.897"],["6391.638","7923.165"],["6411.934","7939.350"],["26884.516","17425.204"],["27048.174","17434.393"],["12105.644","19090.332"],["12113.073","19085.656"],["12140.000","19081.226"],["17844.167","16575.558"],["17943.202","16674.393"],["17946.167","16641.087"],["17843.001","16657.978"],["17974.944","16569.144"],["17908.981","16651.688"],["17956.520","16676.420"],["17882.564","16765.307"],["17937.367","16643.189"],["17956.793","16702.109"],["17925.601","16629.249"],["17979.100","16715.023"],["17839.821","16708.197"],["17857.534","16657.138"],["17832.958","16766.560"],["17843.637","16771.089"],["17854.785","16729.805"],["4567.890","17425.893"],["4626.014","17447.847"],["4601.212","17433.778"],["4719.279","17568.294"],["4607.901","17599.375"],["4747.867","17564.835"],["4744.797","17580.751"],["4629.206","17531.808"],["4726.662","17536.381"],["4702.476","17504.891"],["4592.495","17434.405"],["4711.933","17506.732"],["4714.118","17595.611"],["4753.467","17524.849"],["4752.176","17557.585"],["4748.087","17588.645"],["4740.786","17579.231"],["4639.150","17588.760"],["4743.692","17503.201"],["4643.161","17543.752"],["2560.522","17593.148"],["4692.234","17462.433"],["15928.043","12985.402"],["15789.318","13180.157"],["15873.210","13148.871"],["16348.201","16381.572"],["16342.584","16556.013"],["16197.771","16454.980"],["16225.886","16501.682"],["16220.860","16492.104"],["16345.652","16375.428"],["16233.108","16515.780"],["16222.413","16387.176"],["14715.627","17907.996"],["14681.071","17910.556"],["14712.766","17844.925"],["14709.214","17884.512"],["14719.870","17973.297"],["14679.443","17969.218"],["14775.135","17869.037"],["14726.632","17852.555"],["14799.016","17846.378"],["14701.845","17871.861"],["14688.374","17892.686"],["14690.972","17973.727"],["14695.874","17874.503"],["14785.579","17873.116"],["14724.313","17872.720"],["14710.020","17884.413"],["14752.569","17843.124"],["13518.933","14478.259"],["13532.367","14616.719"],["13422.309","14450.723"],["13497.185","14499.315"],["13597.355","14648.680"],["13588.625","14452.394"],["13512.252","14589.535"],["13505.107","14512.235"],["13561.203","14452.726"],["13535.180","14610.708"],["13516.818","14498.180"],["21226.782","7264.008"],["21254.398","7393.826"],["21263.904","7401.605"],["21385.938","7403.271"],["21363.908","7404.335"],["21341.092","7324.202"],["21353.553","7336.830"],["21373.218","7288.784"],["21369.780","7419.480"],["5572.358","10865.307"],["5472.110","10965.527"],["5440.686","10970.387"],["5489.440","10926.428"],["5589.694","10877.694"],["5457.670","10980.325"],["5487.796","10915.875"],["5446.899","10975.073"],["5530.533","10930.049"],["5491.974","10858.759"],["5546.297","10899.329"],["5618.472","10898.604"],["5561.774","10856.650"],["5454.399","10973.950"],["5464.016","10914.051"],["5527.067","10919.091"],["5560.878","10893.478"],["5597.044","10898.984"],["15943.096","13043.332"],["16006.477","13166.680"],["16052.064","13069.249"],["16113.092","13049.156"],["12394.310","17786.636"],["12511.374","17795.897"],["12357.777","17625.511"],["12524.467","17740.388"],["12381.533","17747.591"],["12465.811","17688.452"],["12434.136","17735.472"],["12399.218","17656.743"],["12516.572","17778.754"],["12370.458","17628.368"],["12525.158","17715.533"],["12443.003","17656.899"],["12384.313","17738.029"],["12401.220","17654.747"],["12453.097","17678.609"],["12453.643","17761.930"],["12434.464","17656.083"],["12505.322","17780.604"],["12405.017","17824.225"],["12368.895","17628.616"],["12508.974","17733.122"],["12382.438","17741.497"],["12381.450","17685.201"],["12430.877","17692.581"],["12428.643","17748.916"],["12401.257","17628.155"],["12552.957","17685.007"],["15795.664","16156.597"],["24708.991","16707.076"],["24709.050","16651.460"],["24686.583","16601.600"],["24620.522","16669.505"],["24647.689","16710.467"],["24603.353","16770.527"],["24742.866","16720.216"],["24616.239","16597.063"],["20760.272","6798.318"],["20690.963","6812.670"],["20580.671","6747.079"],["20603.533","6770.746"],["20752.805","6818.318"],["20730.634","6668.050"],["20760.799","6652.112"],["20762.657","6651.452"],["20727.295","6629.107"],["20700.091","6752.207"],["18594.850","16759.864"],["7061.780","17482.683"],["7025.261","17526.353"],["7042.036","17537.860"],["6974.865","17516.088"],["6883.890","17525.014"],["6978.840","17504.813"],["6924.309","17562.236"],["7009.142","17510.874"],["16838.694","17621.512"],["16917.115","17681.754"],["16890.344","17673.323"],["16892.745","17639.510"],["16946.085","17710.637"],["16938.118","17680.532"],["16887.006","17654.396"],["16865.180","17643.819"],["7817.567","9043.341"],["7865.906","9001.271"],["7812.830","9071.896"],["7903.119","8977.485"],["7786.984","9041.055"],["7848.021","9114.964"],["7843.921","8997.534"],["7863.031","9118.407"],["7895.750","8972.627"],["7913.574","9125.453"],["6298.338","13046.499"],["6314.605","13053.600"],["6314.047","13150.685"],["6307.747","13168.935"],["6286.990","13023.311"],["6309.524","13155.343"],["6302.434","13041.231"],["6321.727","13152.238"],["6441.521","13113.647"],["6277.317","13093.205"],["6309.801","13116.258"],["6343.025","13161.887"],["4821.755","14493.802"],["4788.133","14612.014"],["4778.164","14548.892"],["11113.067","14872.164"],["12109.822","11000.659"],["5892.399","17123.698"],["5897.939","17134.140"],["5924.717","17114.955"],["5920.139","17102.363"],["5966.977","17185.805"],["5975.114","17197.884"],["5922.600","17166.314"],["6031.004","17157.771"],["5928.174","17127.911"],["5932.816","17196.798"],["5922.454","17154.872"],["5941.449","17162.234"],["14653.778","15642.816"],["14591.089","15542.890"],["14651.574","15580.284"],["14552.908","15584.810"],["14658.793","15509.008"],["14465.182","15555.772"],["14484.054","15695.664"],["14611.288","15570.854"],["14665.424","15565.158"],["14546.707","15602.811"],["14643.062","15515.008"],["14472.088","15652.929"],["14563.062","15528.046"],["14668.646","15579.887"],["14553.056","15612.803"],["14512.244","15617.754"],["14501.109","17702.085"],["14615.136","17776.433"],["14660.613","17816.020"],["14608.738","17733.311"],["14615.449","17802.180"],["14596.963","17826.651"],["14627.424","17809.607"],["14612.479","17623.041"],["14598.729","17676.699"],["14643.762","17639.639"],["14626.147","17620.960"],["14532.853","17802.878"],["14661.271","17758.679"],["14670.860","17799.637"],["14638.557","17792.865"],["14665.120","17753.856"],["14623.163","17722.213"],["14577.868","17802.538"],["14556.355","17826.502"],["14579.091","17678.565"],["14600.785","17696.567"],["14649.880","17673.693"],["14612.035","17621.142"],["14637.068","17648.343"],["14534.728","17714.851"],["14553.050","17788.113"],["14518.215","17702.266"],["14660.843","17813.460"],["14645.005","17708.423"],["14573.361","17829.590"],["14643.756","17818.690"],["14633.087","17652.290"],["14671.558","17637.624"],["7756.035","11713.342"],["7804.557","11761.919"],["7816.432","11763.752"],["7805.161","11811.370"],["7810.440","11803.823"],["7780.149","11894.427"],["7777.764","11892.924"],["7812.526","11904.509"],["7784.434","11894.468"],["7753.765","11722.558"],["7804.409","11750.788"],["7818.977","11823.922"],["7768.540","11859.627"],["7734.061","11714.069"],["7791.432","11755.495"],["7786.263","11829.521"],["7787.405","11851.799"],["7789.533","11896.053"],["7744.405","11820.215"],["7929.818","11902.127"],["7835.391","11880.474"],["7865.570","11812.530"],["7930.261","12260.197"],["7926.854","12238.611"],["7929.584","12223.318"],["7926.098","12223.962"],["7925.952","12237.141"],["10024.978","14843.514"],["22050.210","15378.263"],["22107.977","15327.107"],["22094.831","15390.307"],["22122.065","15356.294"],["22176.245","15355.816"],["22198.295","15374.739"],["22183.485","15340.202"],["22180.001","15340.206"],["22071.097","15354.488"],["22123.657","15479.998"],["22050.068","15458.693"],["10043.747","17155.742"],["10044.849","17153.033"],["10194.299","17183.914"],["10204.829","17169.011"],["10204.121","17172.975"],["10111.392","17016.388"],["10107.490","17006.440"],["3107.048","13398.006"],["12629.531","18889.114"],["12710.764","18829.992"],["12776.092","18847.788"],["12730.563","18733.534"],["12590.339","18788.565"],["12641.704","18692.472"],["12698.329","18830.339"],["12570.607","18774.809"],["12684.872","18715.235"],["12607.921","18785.890"],["12627.378","18690.507"],["12676.718","18834.979"],["12709.662","18825.615"],["12578.930","18748.913"],["12569.670","18767.873"],["12576.759","18858.963"],["12769.266","18850.546"],["12724.905","18757.217"],["12720.448","18764.946"],["12574.303","18796.674"],["12606.096","18790.002"],["12648.069","18740.780"],["12593.069","18696.188"],["12773.547","18757.715"],["12653.839","18835.640"],["12659.037","18840.859"],["12569.687","18827.451"],["12691.813","18751.470"],["12699.083","18732.362"],["12625.701","18776.146"],["12612.477","18708.525"],["12629.303","18737.460"],["8088.153","15289.943"],["8096.122","15253.510"],["8095.234","15259.059"],["8040.825","15247.992"],["8056.417","15249.727"],["25815.443","15907.780"],["25650.014","15816.990"],["25653.748","15896.759"],["25698.255","15852.829"],["25671.840","15802.573"],["25658.468","15802.407"],["12885.174","16944.650"],["12910.067","16961.492"],["12959.017","16944.380"],["12877.582","16954.316"],["12980.236","16947.859"],["12837.424","16967.126"],["12919.344","16961.673"],["12968.293","16940.516"],["12950.116","16966.752"],["12903.941","16932.181"],["12886.352","16946.947"],["12879.802","16952.169"],["12969.115","16938.683"],["12974.737","16969.444"],["12305.590","15859.078"],["12290.009","15894.649"],["12310.612","15899.767"],["27963.877","16895.471"],["27944.595","16882.789"],["27951.154","16867.076"],["27967.488","16854.098"],["27990.121","16809.304"],["28049.220","16829.877"],["27996.622","16805.846"],["28023.936","16885.693"],["28061.739","16834.216"],["28091.186","16902.451"],["27987.175","16915.080"],["28124.516","16981.156"],["28076.494","16889.060"],["28025.038","16793.958"],["28144.365","16884.327"],["28130.370","16867.051"],["28106.762","16837.792"],["25975.778","6673.210"],["25973.163","6686.505"],["25976.255","6694.564"],["25957.675","6773.419"],["14261.849","16286.145"],["14278.836","16164.243"],["14285.985","16159.861"],["14257.213","16163.286"],["14257.392","16255.995"],["14252.399","16304.726"],["14272.750","16227.505"],["14416.732","16340.891"],["14378.231","16253.870"],["14365.160","16309.249"],["14346.782","16312.100"],["14361.326","16345.945"],["14282.750","16176.217"],["14285.048","16147.541"],["14258.463","16174.253"],["14260.500","16288.622"],["14283.868","16230.940"],["14371.421","16248.932"],["14422.924","16284.580"],["14373.187","16300.942"],["14292.301","16305.050"],["14261.717","16245.376"],["14307.992","16162.751"],["14273.803","16228.133"],["14373.823","16240.113"],["14380.884","16309.893"],["14341.355","16298.012"],["14359.698","16349.826"],["14326.495","16317.168"],["14285.015","16310.963"],["18620.803","12706.162"],["14782.490","16649.905"],["14778.817","16567.527"],["14782.419","16570.648"],["14736.618","16625.412"],["14839.101","16658.679"],["14754.890","16646.688"],["14814.434","16761.273"],["14828.391","16591.742"],["14707.878","16572.977"],["14681.782","16589.971"],["14861.252","16605.793"],["14820.873","16662.364"],["14695.928","16657.614"],["14768.702","16609.997"],["14875.940","16626.586"],["14826.799","16618.552"],["14774.187","16629.015"],["14869.705","16661.375"],["14763.037","16689.117"],["14782.667","16726.834"],["14710.839","16734.023"],["14686.407","16683.299"],["14786.469","16743.219"],["14702.598","16769.666"],["14733.955","16670.839"],["14694.964","16632.845"],["14686.564","16609.410"],["14688.530","16589.477"],["14719.352","16565.975"],["9947.939","18657.400"],["9935.258","18670.166"],["10019.447","18661.178"],["9957.446","18663.742"],["9874.373","18515.707"],["5713.939","16648.817"],["5718.904","16653.725"],["7272.485","9085.330"],["7205.343","9026.399"],["7219.389","9024.978"],["7263.214","9029.393"],["7238.597","9063.043"],["7225.416","9068.456"],["8574.184","12323.919"],["8777.346","12272.244"],["8681.952","12276.401"],["8774.714","12309.304"],["8703.558","12275.844"],["8705.904","12263.576"],["8674.495","12321.475"],["8697.302","12257.928"],["8742.728","12320.548"],["8729.539","12260.867"],["21492.454","15771.232"],["21525.197","15827.020"],["21564.965","15917.871"],["21589.875","15920.600"],["6082.046","14427.875"],["6106.993","14419.941"],["20628.317","14787.044"],["20631.204","14687.740"],["20681.849","14678.011"],["20730.252","14819.700"],["6248.673","14125.756"],["7993.403","10009.328"],["8012.819","9980.156"],["7938.027","10001.359"],["7952.749","9934.490"],["7978.115","9870.702"],["7970.264","9896.600"],["8017.112","9972.250"],["7980.327","9970.195"],["8011.977","9990.908"],["7947.303","9991.185"],["7942.566","9991.499"],["7943.768","9973.282"],["7948.035","9963.987"],["7935.909","9857.668"],["7984.814","9896.374"],["7976.280","9890.308"],["15505.350","17308.109"],["15462.484","17333.262"],["15375.430","17205.680"],["15361.891","17221.251"],["15373.035","17261.284"],["15476.991","17326.226"],["15379.787","17186.388"],["15312.276","17394.700"],["15522.006","17235.435"],["15375.299","17364.994"],["15435.530","17352.367"],["15366.268","17302.289"],["15340.579","17278.396"],["15332.754","17270.931"],["15337.749","17207.089"],["15440.133","17400.702"],["15311.674","17387.719"],["15339.492","17407.360"],["15345.928","17336.049"],["15334.376","17369.319"],["15429.914","17232.535"],["15427.150","17256.490"],["15409.564","17271.789"],["15443.152","17285.906"],["15486.816","17283.685"],["10555.810","19036.924"],["10560.280","19008.085"],["10613.425","19027.233"],["10494.579","19079.797"],["10580.070","19026.209"],["10509.130","19065.165"],["10584.330","19021.882"],["10522.091","19051.441"],["10539.856","19035.916"],["10498.838","19084.223"],["10501.683","19080.092"],["10527.501","18991.636"],["10669.423","19024.413"],["10591.106","19051.890"],["10617.672","19083.117"],["6446.346","7847.562"],["6428.980","7865.244"],["6377.502","7856.436"],["6425.527","7823.297"],["6403.040","7813.085"],["6450.925","7745.334"],["6288.841","7824.500"],["6274.749","7883.276"],["6345.363","7733.006"],["6297.885","7785.921"],["6374.722","7834.917"],["6393.108","7880.504"],["6442.027","7766.111"],["6391.439","7720.732"],["6280.522","7877.462"],["6306.567","7824.796"],["6337.337","7739.745"],["6289.830","7788.384"],["6332.824","7893.491"],["6336.888","7876.414"],["6330.444","7791.072"],["6403.694","7728.364"],["6458.922","7744.374"],["6373.581","7877.052"],["6312.784","7841.228"],["6316.836","7856.048"],["6308.567","7755.443"],["6345.302","7713.714"],["6392.278","7713.933"],["6402.201","7760.188"],["6368.393","7871.056"],["6381.015","7886.663"],["18705.874","8342.414"],["10668.126","10006.414"],["11549.705","13795.179"],["11642.079","13728.923"],["11566.628","13722.161"],["11638.222","13792.901"],["15138.887","14203.629"],["15232.747","14198.543"],["15253.264","14152.509"],["15278.508","14106.715"],["15124.589","14032.306"],["15273.108","14043.626"],["15303.525","14084.865"],["15223.318","14063.992"],["15188.667","14030.624"],["14887.012","15229.646"],["15075.020","15255.541"],["18680.158","13697.794"],["5441.589","9431.302"],["5613.414","9573.214"],["5427.160","9397.294"],["5421.678","9502.156"],["5462.525","9510.942"],["5513.267","9440.008"],["5511.068","9447.662"],["5562.178","9565.367"],["5503.785","9508.770"],["5431.164","9454.582"],["5458.793","9420.615"],["5781.827","15724.246"],["5722.302","15737.543"],["5705.800","15739.851"],["5799.029","15718.809"],["5825.128","15734.537"],["11711.864","16948.476"],["11693.042","16928.998"],["11662.291","16930.097"],["11666.813","16967.421"],["11604.174","16979.700"],["11602.974","16930.983"],["11560.779","16848.868"],["11553.806","16884.002"],["11605.057","16887.570"],["11633.265","16839.847"],["11533.869","16972.750"],["11579.898","16986.640"],["11525.947","16901.390"],["11702.183","16931.891"],["11706.564","16944.208"],["11533.664","16866.013"],["11620.891","16781.843"],["11523.808","16782.045"],["11573.059","16788.270"],["13632.520","15021.468"],["5440.560","18311.870"],["5617.500","18314.012"],["5600.955","18298.047"],["5599.725","18276.046"],["17327.064","17652.107"],["17354.620","17805.101"],["17372.548","17805.351"],["17269.755","17629.983"],["17355.205","17810.466"],["9318.392","14673.917"],["9223.154","14695.253"],["9376.086","14689.296"],["9349.523","14747.272"],["9534.535","12825.553"],["9533.483","12821.705"],["9450.603","12792.284"],["9506.036","12784.394"],["9542.581","12794.196"],["9508.779","12836.321"],["9470.455","12775.917"],["9516.481","12769.233"],["9526.394","12809.500"],["9472.691","12795.785"],["9446.068","12809.838"],["9447.023","12833.261"],["9455.734","12822.829"],["9449.783","12889.496"],["9454.138","12877.478"],["9480.468","12914.873"],["9538.268","12923.050"],["18830.704","11884.848"],["18834.774","11872.706"],["10223.924","18678.278"],["10209.981","18691.371"],["10168.287","18694.579"],["10057.532","18689.026"],["11130.207","15170.601"],["11143.542","15109.446"],["12302.773","10180.263"],["12290.996","10203.455"],["12258.930","10171.255"],["12263.881","10195.929"],["31783.028","13166.690"],["31913.094","13176.243"],["31884.533","13066.803"],["31920.043","13129.161"],["16784.253","14464.331"],["16869.093","14461.273"],["16890.025","14543.826"],["16893.910","14592.267"],["16935.083","14572.914"],["16960.268","14555.429"],["16908.016","14615.919"],["16841.203","14627.697"],["16871.450","14574.217"],["16811.085","14560.759"],["10775.533","13927.493"],["10723.074","14005.144"],["10711.588","13893.629"],["10831.639","13958.658"],["10753.279","14014.764"],["10814.974","13855.146"],["14631.438","16628.003"],["14624.941","16602.784"],["14606.240","16656.294"],["14639.250","16596.789"],["14627.507","16666.649"],["14639.080","16664.528"],["9528.518","14064.415"],["9593.126","14062.663"],["9477.703","14161.419"],["9587.616","14127.355"],["7410.939","8135.206"],["13606.871","12872.220"],["13543.205","12867.087"],["13533.303","12839.546"],["13473.446","12865.310"],["13447.996","12822.728"],["13434.620","12783.717"],["13563.390","12805.362"],["13556.646","12800.688"],["13415.691","12856.718"],["13416.723","12768.547"],["13419.846","12844.660"],["13504.444","12947.160"],["13604.734","12939.728"],["13580.540","12910.994"],["13448.459","12873.691"],["13537.143","12823.798"],["9595.215","10675.730"],["22716.486","7005.155"],["22689.326","6892.986"],["22680.532","7003.256"],["22685.049","6973.548"],["22687.161","7049.168"],["22718.388","6935.563"],["32057.975","13073.033"],["32018.746","13022.242"],["31950.051","13139.192"],["32116.330","13172.570"],["32082.196","13032.529"],["32133.886","13164.586"],["24350.715","17288.173"],["24250.281","17392.799"],["24334.128","17379.698"],["24299.060","17396.023"],["24295.663","17337.011"],["24295.843","17383.973"],["24338.138","17366.373"],["9573.390","14827.258"],["9687.618","18907.648"],["9729.505","19038.909"],["9796.752","19060.494"],["9637.577","19050.210"],["9662.873","19038.488"],["9716.031","19099.934"],["9829.336","18954.326"],["9693.145","18906.145"],["9744.736","19014.830"],["9746.090","19099.610"],["9786.226","19077.901"],["9627.001","18993.843"],["9679.090","19044.433"],["9705.028","19091.611"],["9781.836","18952.113"],["9663.062","18916.715"],["9763.540","18914.752"],["9722.417","18993.855"],["9634.090","19040.995"],["9658.070","19062.237"],["9706.952","19091.429"],["9649.526","18963.585"],["9751.035","19020.676"],["9760.596","19089.915"],["9802.920","19091.460"],["9697.314","19040.123"],["9789.024","18978.274"],["11828.069","9481.386"],["11790.021","9568.514"],["11791.347","9568.412"],["11787.696","9578.184"],["4018.178","12730.794"],["4039.978","12746.630"],["4077.051","12746.108"],["4067.642","12730.129"],["4077.496","12674.181"],["4032.787","12666.680"],["4033.156","12714.735"],["3981.846","12752.707"],["4047.232","12746.349"],["4091.574","12750.699"],["4092.214","12729.650"],["4044.740","12688.146"],["4070.260","12672.084"],["4052.746","12667.496"],["4038.764","12732.142"],["5446.576","9191.735"],["5538.489","9286.372"],["5423.599","9204.319"],["5536.022","9260.295"],["5462.722","9171.095"],["5459.795","9319.138"],["5477.934","9292.902"],["5593.418","9247.704"],["5540.286","9276.689"],["5555.276","9213.369"],["5483.781","9210.036"],["5499.711","9215.637"],["5427.618","9376.444"],["10418.158","14491.159"],["10431.266","14507.559"],["10452.068","14452.772"],["10387.249","14504.564"],["10423.389","14537.743"],["10443.943","14471.616"],["12582.677","18503.538"],["12579.540","18487.553"],["12683.433","18555.291"],["12618.150","18625.242"],["12710.431","18467.106"],["12700.975","18549.572"],["12699.979","18598.578"],["12592.607","18668.050"],["12762.791","18595.585"],["12669.955","18549.886"],["12580.111","18557.593"],["12657.446","18594.961"],["12601.143","18623.128"],["12625.420","18635.118"],["12770.028","18587.327"],["12735.620","18634.941"],["12668.424","18468.741"],["12709.988","18523.214"],["12725.136","18496.294"],["12583.335","18543.571"],["12573.829","18515.925"],["12685.110","18593.524"],["12661.969","18575.357"],["12573.035","18602.963"],["12584.581","18614.210"],["12691.450","18468.791"],["12700.498","18536.228"],["12701.978","18538.308"],["12767.341","18545.764"],["28149.512","7933.308"],["28182.505","7974.002"],["28212.982","7950.930"],["28237.505","7931.673"],["28202.160","7916.215"],["28300.882","8074.990"],["28280.849","8037.352"],["28289.451","7993.058"],["8552.842","14619.867"],["8500.447","14590.771"],["8490.957","14597.063"],["8450.400","14578.698"],["8454.810","14574.024"],["8455.241","14600.057"],["8453.580","14603.905"],["8440.842","14618.229"],["8445.756","14642.776"],["19953.399","5541.710"],["19971.809","5379.607"],["20007.880","5545.520"],["20119.063","5538.335"],["20015.084","5494.917"],["20090.134","5518.270"],["20016.614","5568.146"],["20034.428","5474.292"],["20096.846","5360.832"],["20099.017","5417.133"],["20141.352","5483.392"],["25038.846","17183.881"],["25001.668","17119.695"],["25081.817","17186.263"],["25006.571","17181.984"],["25070.199","17076.207"],["25104.072","17062.287"],["25117.098","17156.036"],["25025.023","17145.115"],["25118.157","17116.551"],["13168.324","4342.731"],["13104.018","4483.720"],["13189.161","4341.384"],["13014.926","4455.294"],["13065.708","4477.611"],["13182.516","4344.093"],["13125.706","4396.517"],["13180.345","4354.894"],["13100.893","4480.103"],["13151.630","4347.884"],["28365.948","8092.067"],["28395.241","7969.705"],["9819.627","14666.036"],["9633.343","14717.268"],["9673.610","14838.969"],["9687.739","14825.806"],["9671.085","14859.505"],["9674.241","14780.321"],["9621.501","14749.423"],["9685.349","14863.680"],["9692.344","14833.056"],["9798.673","14695.962"],["9685.305","14833.436"],["9722.028","14713.129"],["9621.560","14728.667"],["9724.622","14681.138"],["9792.086","14025.793"],["9649.471","14015.980"],["9650.770","14008.862"],["9715.970","13847.904"],["9806.954","13922.362"],["9766.768","14017.086"],["8015.967","12775.436"],["8046.918","12844.562"],["8023.710","12828.707"],["8025.933","12810.634"],["7958.137","12832.037"],["8026.296","12771.670"],["8026.309","12790.243"],["8002.002","12770.254"],["8035.457","12775.171"],["8003.941","12824.611"],["7959.140","12810.056"],["8008.111","12837.134"],["8126.992","12773.783"],["8107.641","12744.279"],["7719.715","19056.747"],["7718.364","18913.867"],["26841.964","17033.189"],["26809.009","17195.920"],["11418.558","15513.470"],["8527.756","14852.903"],["8539.904","14742.429"],["8547.865","14769.233"],["8385.515","14838.640"],["8358.549","14820.162"],["8548.824","14690.174"],["8540.550","14686.591"],["8499.540","14739.529"],["8494.968","14745.342"],["8560.019","14751.050"],["15685.902","18382.042"],["15649.056","18326.240"],["15683.741","18419.922"],["15720.805","18441.145"],["15708.908","18438.193"],["7781.494","11039.983"],["7780.859","11001.416"],["7738.348","10962.974"],["7727.043","10921.376"],["7769.059","11056.416"],["7740.116","11027.910"],["7743.458","11014.479"],["7727.032","10962.594"],["7780.244","11045.813"],["7746.704","10982.529"],["7753.014","11003.199"],["7730.857","11053.098"],["7728.145","10942.285"],["7731.553","11046.567"],["7752.885","10996.377"],["7747.598","11048.354"],["7773.961","11007.234"],["7756.734","10946.567"],["7758.745","10971.866"],["7761.580","10913.344"],["7744.134","10999.362"],["7768.517","11011.726"],["7757.166","10976.920"],["7757.631","11065.563"],["7778.492","11038.919"],["7739.660","10982.433"],["7752.947","10938.806"],["7738.883","10924.706"],["13469.534","14427.909"],["13556.784","14266.592"],["13574.124","14387.860"],["13612.330","14254.412"],["13533.507","14437.442"],["13422.562","14377.935"],["13420.651","14401.383"],["13564.752","14309.546"],["13498.629","14424.490"],["13431.627","14434.548"],["13603.083","14432.444"],["13477.116","14411.526"],["13515.103","14417.624"],["13441.632","14396.578"],["14639.915","19009.993"],["10480.242","17014.021"],["10482.133","17019.950"],["10518.282","17011.817"],["10541.504","16990.191"],["10549.075","16988.395"],["10623.466","17115.575"],["10567.810","17132.093"],["10570.052","17120.533"],["10569.322","17088.949"],["10517.062","17144.169"],["10530.216","17125.584"],["10552.849","17038.766"],["10522.190","17030.286"],["10498.880","17069.975"],["10487.358","16993.364"],["10476.890","17152.178"],["10486.722","17009.298"],["10480.061","17002.015"],["10532.953","17005.872"],["10607.420","17129.105"],["10558.287","17116.651"],["10562.454","17118.088"],["10578.615","17109.164"],["10536.000","17169.578"],["10555.670","17145.023"],["10525.763","17122.769"],["10568.671","17014.109"],["10531.828","17021.653"],["10529.164","17029.146"],["10514.028","17067.035"],["10583.342","17171.003"],["10487.302","16986.870"],["10471.696","17137.782"],["10476.085","17110.759"],["10480.695","17133.441"],["10473.488","17167.034"],["10474.379","17178.591"],["10617.507","17086.764"],["10620.851","17125.121"],["10581.116","17133.596"],["10582.158","17109.765"],["10581.855","17108.222"],["10549.540","17156.453"],["10543.692","17121.394"],["10524.361","17114.503"],["10567.948","17014.836"],["10520.644","17037.421"],["10498.633","17059.141"],["10609.778","17196.580"],["10638.554","16990.377"],["10476.163","17020.974"],["10478.153","17012.733"],["10537.460","17007.936"],["10522.820","16997.078"],["11682.410","18549.933"],["11716.143","18560.503"],["11645.222","18504.384"],["13652.754","14480.289"],["13634.695","14479.991"],["13626.976","14471.594"],["13797.407","14588.328"],["13715.272","14525.791"],["13665.915","14572.761"],["13686.903","14619.490"],["13682.001","14563.572"],["13778.180","14619.145"],["13737.953","14563.281"],["16412.998","16623.058"],["16376.081","16761.551"],["16503.009","16585.912"],["16452.305","16701.031"],["16510.606","16753.748"],["16513.754","16724.465"],["16534.028","16759.000"],["16378.657","16729.531"],["16397.708","16765.393"],["16554.399","16668.930"],["16359.390","16738.607"],["16397.171","16591.232"],["4796.868","18118.943"],["4789.837","18217.734"],["4799.368","18117.935"],["4778.242","18247.353"],["4782.682","18207.297"],["9411.874","14469.658"],["19714.332","8885.756"],["19715.829","8846.169"],["12376.699","17437.379"],["12366.651","17417.181"],["12373.440","17459.706"],["12395.717","17435.530"],["12443.730","17425.308"],["12427.330","17425.150"],["12397.971","17427.459"],["12448.169","17438.685"],["12453.030","17450.889"],["12419.236","17458.791"],["12424.262","17440.266"],["12497.149","17423.277"],["12522.004","17441.995"],["12494.358","17462.835"],["12532.016","17458.865"],["12551.830","17432.140"],["12468.788","17597.321"],["12510.519","17612.678"],["12367.107","17463.092"],["12382.099","17448.643"],["12433.037","17424.424"],["12433.876","17434.060"],["12447.060","17464.151"],["12430.930","17453.209"],["12409.541","17431.183"],["12497.544","17414.887"],["12513.862","17439.187"],["12488.297","17470.743"],["12509.654","17446.981"],["12531.441","17453.828"],["12565.776","17436.921"],["12566.451","17416.352"],["12462.094","17597.189"],["12561.101","17598.242"],["12511.934","17603.958"],["12387.768","17416.405"],["12358.559","17416.305"],["12361.349","17424.550"],["12357.124","17444.281"],["12402.033","17451.781"],["12456.621","17414.115"],["12447.494","17410.865"],["12398.909","17439.284"],["12459.790","17454.390"],["12431.407","17451.046"],["12410.890","17426.872"],["12510.076","17422.369"],["12482.597","17458.307"],["12506.940","17462.373"],["12544.023","17438.568"],["12548.753","17445.922"],["12459.462","17595.290"],["14260.946","15890.309"],["14366.239","15846.006"],["14281.510","15857.931"],["14332.893","15881.372"],["14347.126","15922.138"],["14354.162","15719.445"],["14394.879","15881.143"],["14260.975","15860.187"],["14261.602","15825.226"],["14294.021","15732.725"],["14413.503","15818.081"],["14299.446","15867.988"],["14269.806","15867.056"],["14257.065","15908.092"],["14277.089","15905.106"],["14455.767","15921.930"],["14378.513","15753.799"],["14395.011","15870.590"],["14268.378","15813.384"],["14294.021","15738.290"],["14455.122","15753.693"],["14442.176","15859.334"],["14295.061","15852.808"],["14381.157","15910.502"],["14257.238","15922.497"],["14260.675","15744.305"],["14402.811","15911.800"],["14333.600","15882.825"],["14375.537","15883.670"],["14277.161","15818.586"],["14310.419","15721.114"],["14336.952","15728.520"],["14345.739","15768.125"],["14388.355","15732.445"],["14422.025","15783.487"],["14401.808","15813.674"],["14364.579","15823.977"],["15557.838","13472.119"],["15592.008","13530.775"],["15605.004","13586.484"],["15613.286","13537.546"],["7676.919","13485.653"],["7665.011","13475.132"],["7587.481","13429.810"],["7572.399","13454.285"],["7568.757","13524.078"],["7559.382","13542.328"],["7654.978","13472.754"],["7565.278","13434.302"],["7565.040","13530.007"],["7668.284","13455.595"],["7564.827","13536.977"],["7683.914","13446.696"],["7623.083","13404.081"],["7592.639","13436.513"],["13367.550","16620.085"],["13301.452","16602.754"],["13267.977","16621.343"],["13366.366","16614.059"],["13389.053","16734.978"],["13233.692","16622.264"],["13208.555","16759.459"],["13329.070","16576.174"],["13250.657","16597.419"],["13254.885","16606.892"],["13409.026","16757.814"],["13246.265","16627.419"],["13240.444","16598.447"],["13281.704","16768.358"],["13239.969","16773.002"],["13199.512","16745.145"],["13375.118","16628.644"],["13347.649","16588.689"],["13356.612","16769.041"],["13259.980","16564.192"],["13405.731","16696.745"],["13342.635","16627.906"],["13329.550","16641.477"],["13356.374","16722.766"],["13264.451","16748.127"],["13255.362","16630.949"],["13272.278","16713.524"],["13243.309","16730.929"],["13261.680","16760.364"],["13216.943","16730.277"],["4964.100","18487.260"],["4932.870","18487.305"],["4917.894","18487.149"],["4945.669","18520.671"],["4950.422","18549.852"],["4942.230","18519.321"],["4843.254","18607.373"],["4961.682","18483.709"],["4934.975","18484.233"],["4921.332","18490.915"],["4938.169","18526.716"],["4940.126","18546.450"],["4946.588","18518.016"],["4838.858","18573.923"],["13527.380","14094.712"],["13421.248","14194.683"],["13421.666","14174.877"],["13515.761","14230.658"],["13463.584","14234.360"],["13591.275","14142.578"],["13513.422","14166.697"],["13423.106","14172.239"],["13434.100","14153.671"],["13421.429","14172.024"],["13445.087","14167.908"],["13614.628","14125.937"],["13343.169","18857.801"],["13231.804","18828.470"],["13290.932","18804.424"],["13354.778","18851.764"],["7591.596","17861.532"],["5597.076","15272.304"],["5601.110","15259.665"],["5584.319","15252.753"],["12384.895","10189.894"],["12371.506","10207.872"],["12382.427","10213.372"],["20564.274","15231.814"],["20556.443","15220.983"],["7729.771","17192.519"],["7729.648","17165.735"],["7728.579","17168.361"],["7733.168","17192.292"],["7742.585","17129.697"],["7733.065","17163.313"],["8469.454","18492.893"],["8475.025","18486.583"],["31457.915","13342.130"],["31500.695","13323.904"],["4489.474","9271.902"],["4480.867","9312.398"],["4417.256","9184.610"],["4563.764","9374.065"],["4494.507","9306.838"],["4514.906","9278.423"],["4512.215","9275.217"],["4503.487","9345.749"],["18663.181","8947.657"],["14376.502","13809.894"],["14434.635","13610.499"],["11847.817","15047.588"],["11844.067","15075.747"],["11836.156","15045.144"],["11870.005","15082.799"],["16721.015","13243.653"],["16720.242","13241.027"],["16712.068","13247.864"],["16720.097","13223.460"],["16724.949","13228.150"],["16715.360","13221.643"],["16676.629","13235.922"],["16666.958","13228.738"],["16673.274","13228.787"],["16652.506","13314.721"],["16638.143","13297.368"],["16628.218","13309.597"],["16636.785","13367.608"],["16723.900","13207.355"],["16731.016","13284.210"],["16705.920","13264.256"],["16666.254","13367.609"],["16655.009","13375.824"],["16633.247","13376.436"],["11638.097","16237.258"],["11551.228","16159.597"],["11516.495","16216.041"],["27996.021","16394.356"],["28019.636","16516.111"],["28021.030","16561.224"],["28090.709","16554.601"],["5285.986","8525.327"],["5219.698","8374.037"],["5312.534","8446.746"],["5265.219","8425.189"],["5349.013","8446.858"],["5394.169","8357.389"],["5272.324","8406.804"],["5290.481","8350.787"],["5300.883","8490.634"],["5243.136","8363.451"],["5360.641","8413.563"],["5360.908","8363.619"],["5269.315","8450.854"],["5315.914","8356.604"],["5277.373","8364.227"],["5199.504","8515.630"],["5281.700","8485.649"],["5235.159","8406.891"],["5307.505","8427.464"],["5341.629","8436.989"],["5273.373","8339.329"],["5210.485","8349.219"],["5337.686","8486.367"],["5215.413","8455.820"],["5263.620","8505.886"],["5203.941","8522.045"],["5277.760","8479.836"],["5241.622","8435.422"],["5281.070","8439.832"],["5348.793","8410.244"],["5219.630","8343.207"],["5239.540","8368.551"],["5347.336","8472.461"],["5338.850","8526.557"],["5352.345","8518.314"],["5381.804","8489.288"],["14471.315","15784.192"],["14520.065","15766.912"],["14663.141","15872.055"],["14503.382","15926.026"],["14545.148","15822.376"],["14617.301","15920.990"],["14586.774","15910.328"],["14652.234","15809.840"],["14485.608","15797.767"],["14607.890","15721.655"],["14573.527","15891.949"],["14667.631","15866.225"],["14613.090","15904.310"],["14554.537","15906.546"],["14649.767","15780.938"],["14569.279","15727.129"],["14660.790","15792.097"],["14651.114","15896.202"],["14470.215","15842.928"],["14660.937","15875.854"],["14627.259","15906.666"],["14642.365","15790.616"],["14616.471","15780.407"],["14568.923","15861.544"],["14629.264","15839.109"],["14587.280","15888.745"],["14637.777","15910.804"],["14477.223","15778.148"],["4762.546","14879.500"],["23959.052","6229.298"],["24034.266","6208.825"],["23976.585","6210.190"],["24069.792","6209.536"],["28260.329","7589.802"],["28179.457","7546.416"],["28187.220","7555.450"],["28204.671","7670.595"],["28183.405","7577.217"],["19752.901","8551.705"],["19790.188","8562.572"],["19909.571","8615.750"],["19883.271","8618.806"],["15513.822","5118.299"],["15429.132","5135.400"],["11501.991","16898.108"],["11498.571","16901.014"],["11493.216","16967.148"],["11465.192","16907.425"],["11422.769","16938.333"],["11433.487","16940.403"],["11450.397","16936.387"],["11433.383","16890.316"],["11421.208","16901.333"],["11398.642","16894.193"],["11385.973","16939.818"],["11321.831","16952.057"],["11341.163","16877.270"],["11337.176","16873.766"],["11308.439","16830.232"],["11354.644","16834.899"],["11339.123","16841.006"],["11415.186","16837.343"],["11406.461","16787.151"],["11371.801","16875.210"],["11427.902","16882.483"],["13574.955","8907.698"],["13591.438","8797.429"],["13552.819","8791.830"],["13608.477","8760.021"],["9284.228","13560.747"],["9272.254","13567.947"],["9224.040","13573.126"],["9222.411","13506.140"],["9264.604","13438.452"],["9264.968","13537.890"],["9227.757","13557.205"],["9241.063","13504.951"],["9240.526","13472.209"],["13812.432","15821.925"],["13801.458","15782.816"],["13789.616","15744.395"],["13788.351","15753.195"],["13827.711","15819.398"],["13791.787","15752.758"],["13784.156","15736.022"],["13768.285","15738.794"],["13827.086","15798.639"],["13797.477","15769.967"],["13812.610","15729.283"],["13770.077","15758.728"],["13899.322","16226.480"],["13905.152","16183.723"],["13874.243","16184.711"],["13886.831","16157.736"],["13853.095","16146.153"],["13906.156","16143.097"],["13912.236","16151.012"],["14000.397","16141.877"],["14019.519","16142.107"],["14032.110","16151.387"],["14001.841","16176.367"],["14022.994","16186.267"],["14025.189","16214.764"],["14017.819","16222.327"],["14038.015","16228.307"],["13904.865","16224.829"],["13870.637","16220.710"],["13895.053","16183.459"],["13886.472","16188.410"],["13893.065","16141.534"],["13861.647","16145.938"],["13934.194","16145.925"],["13996.038","16141.546"],["14004.634","16155.451"],["14028.294","16163.245"],["13998.074","16168.836"],["14012.467","16177.447"],["14010.994","16225.580"],["14028.955","16219.618"],["14037.782","16186.447"],["14039.243","16246.000"],["13895.112","16225.622"],["13905.613","16187.455"],["13899.874","16143.863"],["13859.230","16160.356"],["13922.499","16148.204"],["14005.095","16161.364"],["14040.070","16152.196"],["14026.711","16168.380"],["14012.804","16201.337"],["14022.260","16210.105"],["14037.075","16175.283"],["14033.541","16231.065"],["14028.404","16237.478"],["8701.126","12471.815"],["8626.156","12349.320"],["8749.815","12426.469"],["8585.738","12432.993"],["8639.944","12417.735"],["8724.827","12487.439"],["8601.363","12445.247"],["8736.476","12373.703"],["8597.333","12450.582"],["8662.804","12439.677"],["8688.396","12450.824"],["8761.125","12465.545"],["8777.136","12364.330"],["8716.420","12351.665"],["8575.861","12387.833"],["8594.340","12423.232"],["8650.093","12407.793"],["8692.442","12467.934"],["8666.883","12441.873"],["8613.955","12375.946"],["8751.988","12394.140"],["8635.466","12358.420"],["8723.821","12357.082"],["8610.343","12397.551"],["14841.221","6125.692"],["14820.009","6065.519"],["5926.987","9546.392"],["6036.258","9502.992"],["5913.970","9398.900"],["6029.860","9427.237"],["5834.158","9531.354"],["6011.768","9397.212"],["6015.169","9383.939"],["5919.233","9428.908"],["5901.110","9446.926"],["5843.710","9465.298"],["5925.852","9523.742"],["5856.664","9463.552"],["5862.688","9554.179"],["5952.264","9521.736"],["5935.843","9487.011"],["5987.240","9464.152"],["5975.720","9452.073"],["5888.357","9557.722"],["5490.171","18483.509"],["5503.489","18468.149"],["5586.864","18484.824"],["5554.685","18477.679"],["5533.219","18511.288"],["5553.773","18500.673"],["5540.154","18533.370"],["5535.724","18511.585"],["5532.052","18612.376"],["5543.732","18575.140"],["5510.691","18602.526"],["5521.484","18557.249"],["5469.120","18671.577"],["5421.764","18670.966"],["5444.243","18669.358"],["5441.329","18613.728"],["5428.670","18612.356"],["5516.827","18639.210"],["5491.273","18492.840"],["5410.614","18522.505"],["5591.519","18475.393"],["5543.962","18476.011"],["5532.117","18510.000"],["5565.961","18512.862"],["5548.263","18528.861"],["5526.530","18507.060"],["5522.052","18602.946"],["5540.771","18571.325"],["5508.553","18604.326"],["5528.803","18565.160"],["5419.381","18644.919"],["5413.743","18637.708"],["5436.053","18659.053"],["5438.977","18610.211"],["5430.792","18609.829"],["5519.076","18669.118"],["5516.481","18634.850"],["8958.547","12777.456"],["8965.967","12803.953"],["8968.414","12793.745"],["8964.503","12851.995"],["8943.156","12809.186"],["8931.279","12829.585"],["8795.328","12961.316"],["8818.120","12929.909"],["8829.408","12947.844"],["8828.236","12960.279"],["8785.319","12901.323"],["8804.541","12893.888"],["8982.891","12835.630"],["8840.270","12830.344"],["8835.948","12842.140"],["9649.643","10469.308"],["9627.785","10464.304"],["9620.257","10586.197"],["21363.142","15309.935"],["15739.379","17637.358"],["6469.570","18406.239"],["6594.135","18426.730"],["8802.272","12218.304"],["8985.278","12176.040"],["8986.686","12248.525"],["8853.180","12216.161"],["8829.262","12167.833"],["8857.358","12237.482"],["8946.077","12187.039"],["8986.916","12236.568"],["8798.078","12202.119"],["8792.534","12150.280"],["8923.835","12172.715"],["8961.631","12227.083"],["5033.174","18257.763"],["5097.015","18420.677"],["5103.918","18345.898"],["5077.207","18396.902"],["5072.015","18453.805"],["5003.403","18437.814"],["5054.486","18420.479"],["5071.368","18305.804"],["4990.942","18429.272"],["5109.485","18399.564"],["5076.281","18390.345"],["5092.163","18464.852"],["5072.947","18452.563"],["5093.488","18454.653"],["5140.358","18355.940"],["5092.865","18351.711"],["5067.245","18462.443"],["5085.451","18333.409"],["5072.750","18302.418"],["5104.011","18412.105"],["5094.120","18453.275"],["5083.950","18451.952"],["5127.424","18367.470"],["5627.820","9235.390"],["5670.627","9222.877"],["10159.454","16431.922"],["4756.941","17305.867"],["4769.857","17260.365"],["4683.274","17281.444"],["4680.804","17294.278"],["4701.544","17361.129"],["4631.677","17287.203"],["4748.033","17285.856"],["4763.103","17323.320"],["4580.388","17283.747"],["4595.062","17265.737"],["4685.491","17350.422"],["4756.881","17326.735"],["4754.270","17274.102"],["4659.589","17370.373"],["4771.681","17271.959"],["4755.559","17306.098"],["4768.591","17267.748"],["4700.984","17338.319"],["4638.009","17299.507"],["4743.987","17270.117"],["4575.964","17267.066"],["4591.855","17278.008"],["4675.813","17361.667"],["4735.154","17312.532"],["4769.007","17274.317"],["4664.836","17368.639"],["4631.876","17388.606"],["7074.838","12808.901"],["22016.737","15925.112"],["22028.236","15917.612"],["25492.900","17885.197"],["25585.397","17873.633"],["25545.240","17865.683"],["25528.526","17911.781"],["24397.339","16482.944"],["24431.357","16487.209"],["24517.279","16483.150"],["24471.357","16471.864"],["24536.400","16517.242"],["24553.206","16419.459"],["24376.022","16416.931"],["24379.652","16439.562"],["9337.982","13296.598"],["9327.112","13244.764"],["9397.328","13183.034"],["9252.083","13301.250"],["9389.342","13353.112"],["9307.200","13214.041"],["9363.772","13284.508"],["9242.222","13193.686"],["9400.716","13186.106"],["9238.153","13219.419"],["9255.192","13284.207"],["9290.818","13236.932"],["9278.406","13183.084"],["9377.390","13271.032"],["9382.838","13193.059"],["9397.516","13359.371"],["9299.733","13204.743"],["9408.355","13374.648"],["9285.736","13205.734"],["9335.992","13279.553"],["9406.184","13352.963"],["9298.203","13201.457"],["8648.223","12194.080"],["8571.546","12183.241"],["8722.582","12225.756"],["8572.944","12169.748"],["8579.078","12183.835"],["8693.750","12176.441"],["8668.125","12208.910"],["30056.556","15636.314"],["30048.479","15602.452"],["14699.375","18502.763"],["14791.696","18477.321"],["14783.242","18528.733"],["14720.824","18508.106"],["14865.558","18493.960"],["14830.377","18486.528"],["14837.186","18489.352"],["14841.923","18552.606"],["14836.265","18539.096"],["14800.986","18497.478"],["14717.422","18668.768"],["14841.027","18647.757"],["14833.461","18669.970"],["14699.243","18490.343"],["14714.130","18517.586"],["14787.057","18469.807"],["14789.755","18481.681"],["14839.029","18553.729"],["14865.624","18564.827"],["14838.108","18551.004"],["14826.315","18494.736"],["14695.909","18669.033"],["14808.362","18657.121"],["14834.810","18626.568"],["14686.645","18496.454"],["14746.926","18506.322"],["14785.610","18481.269"],["14777.896","18471.128"],["14802.600","18493.358"],["14799.292","18549.154"],["14804.736","18496.057"],["14877.811","18554.621"],["14711.616","18641.601"],["14819.283","18666.436"],["14760.237","18659.731"],["14752.063","18655.486"],["14775.073","18671.325"],["16685.450","15641.742"],["16606.914","15717.914"],["16639.345","15614.006"],["16704.529","15582.154"],["16633.618","15656.768"],["16749.391","15683.263"],["16582.096","15711.723"],["16618.948","15707.510"],["16673.773","15672.561"],["16628.824","15693.897"],["16656.719","15656.292"],["16723.662","15646.257"],["16714.385","15596.849"],["16726.450","15581.800"],["16748.228","15518.926"],["16745.129","15714.979"],["14136.120","15480.795"],["14139.160","15431.543"],["14111.228","15390.412"],["14171.691","15345.852"],["14137.988","15311.810"],["14240.797","15370.470"],["14225.136","15348.277"],["14247.539","15464.862"],["14076.205","15415.565"],["14085.938","15374.657"],["14134.481","15504.444"],["14125.541","15304.536"],["14239.737","15350.574"],["14222.867","15352.704"],["14069.330","15397.662"],["14108.866","15371.221"],["14150.072","15476.302"],["14102.226","15408.844"],["14113.749","15324.744"],["14211.008","15328.839"],["14248.480","15505.721"],["14234.071","15494.978"],["14074.083","15392.278"],["14084.655","15375.202"],["14090.469","15396.072"],["14152.486","15319.932"],["14185.321","15403.981"],["14189.753","15426.368"],["14196.102","15452.377"],["8955.632","19237.218"],["8911.915","19221.384"],["8792.135","19246.602"],["8782.484","19184.511"],["8827.248","19154.334"],["8966.904","19202.905"],["8970.800","19149.779"],["8934.563","19266.136"],["8890.764","19211.078"],["8848.007","19222.358"],["8783.241","19182.397"],["8830.883","19166.044"],["8970.126","19147.136"],["8937.178","19202.866"],["8930.731","19229.261"],["8796.115","19231.293"],["8828.251","19149.049"],["8879.227","19110.877"],["8958.465","19168.011"],["8970.900","19254.986"],["8899.020","19201.037"],["8813.023","19249.509"],["8823.679","19144.309"],["11760.083","19129.584"],["15957.341","17569.651"],["16020.777","17503.710"],["16004.318","17580.193"],["16112.524","17467.879"],["15953.849","17573.576"],["16099.087","17469.448"],["5151.678","8084.325"],["5161.530","8060.328"],["5193.338","8070.913"],["5156.254","8088.495"],["6585.528","13935.563"],["15252.120","18046.460"],["15252.649","18100.665"],["15232.970","18110.142"],["15241.842","18062.789"],["6116.291","15623.759"],["6127.616","15568.579"],["6113.679","15531.453"],["6130.411","15569.059"],["6132.113","15586.385"],["6104.120","15610.051"],["6121.069","15588.167"],["6186.387","15648.445"],["6153.396","15657.780"],["6130.477","15670.760"],["6126.537","15709.918"],["6082.964","15716.532"],["6231.369","15587.728"],["6191.671","15592.294"],["6236.928","15570.309"],["6130.177","15656.661"],["6230.005","15640.306"],["6208.320","15709.230"],["6070.608","15708.640"],["17645.387","17369.306"],["17644.005","17397.547"],["17663.380","17362.701"],["17650.848","17348.486"],["27406.003","15693.196"],["27349.118","15696.511"],["27312.395","15709.267"],["15578.270","5410.730"],["15569.351","5376.366"],["15581.132","5374.560"],["15597.764","5453.375"],["15582.779","5449.414"],["15604.307","5413.647"],["15614.441","5439.942"],["15629.125","5415.214"],["15623.420","5427.382"],["23126.875","6660.920"],["23147.813","6684.371"],["23145.888","6684.157"],["7549.699","19313.655"],["7521.721","19389.928"],["7713.667","19332.323"],["7515.242","19315.025"],["7528.086","19393.066"],["7563.359","19382.541"],["7585.762","19425.307"],["7713.350","19460.671"],["7664.506","19324.610"],["7563.482","19316.148"],["7551.237","19415.027"],["7684.450","19438.204"],["7595.908","19467.000"],["7608.607","19424.366"],["7626.673","19404.552"],["7684.960","19442.234"],["16580.468","15846.379"],["9874.248","12489.118"],["10033.515","12481.019"],["10026.026","12545.330"],["10009.100","12438.174"],["9927.788","12355.097"],["9880.662","12482.463"],["10025.426","12364.648"],["9908.152","12527.090"],["9929.206","12468.549"],["9931.805","12426.270"],["9876.772","12425.252"],["9889.354","12400.810"],["9887.417","12377.778"],["9908.569","12376.209"],["9904.833","12352.101"],["8766.193","13143.090"],["8609.220","13169.696"],["8774.161","13102.594"],["8733.207","13004.790"],["8768.469","12983.199"],["8590.317","12974.880"],["8581.523","13140.340"],["8591.722","13123.056"],["8622.315","13140.007"],["8628.295","13167.047"],["8661.573","13153.550"],["8733.935","13070.193"],["13819.110","17821.444"],["13797.874","17647.848"],["13792.265","17660.680"],["13759.864","17624.776"],["13742.615","17671.299"],["13743.141","17713.083"],["13652.023","17652.273"],["13725.822","17660.201"],["13717.664","17634.784"],["13699.005","17710.599"],["13646.719","17772.069"],["13685.815","17721.070"],["13731.999","17756.991"],["13799.486","17668.062"],["13796.558","17661.902"],["13714.621","17627.451"],["13730.608","17673.743"],["13690.773","17645.221"],["13620.274","17743.775"],["13659.008","17676.343"],["13674.680","17715.934"],["13722.821","17745.744"],["13665.354","17755.901"],["13686.966","17765.992"],["13630.354","17757.486"],["13767.561","17647.237"],["13784.206","17643.834"],["13709.983","17640.960"],["13677.171","17628.326"],["13731.792","17645.238"],["13708.470","17640.977"],["13683.569","17657.063"],["13654.057","17660.340"],["13639.055","17768.403"],["13673.561","17760.657"],["13636.390","17755.059"],["13683.018","17704.951"],["13767.064","17755.934"],["13737.277","17790.154"],["13701.258","17744.621"],["13801.396","17827.042"],["6842.801","7658.208"],["6795.047","7652.815"],["6761.730","7639.581"],["6744.718","7615.243"],["6763.251","7668.823"],["6822.221","7627.447"],["6874.431","7622.972"],["6783.745","7680.891"],["12884.302","12097.773"],["12848.786","12097.027"],["12828.043","12069.122"],["12803.110","12078.434"],["26354.974","6903.029"],["26354.333","6884.515"],["8187.552","13318.859"],["8183.063","13390.864"],["8305.046","13328.232"],["8323.151","13303.187"],["8308.665","13253.791"],["8292.939","13236.115"],["8228.716","13247.279"],["8275.523","13280.310"],["8252.011","13301.033"],["8244.009","13340.585"],["20161.777","6646.586"],["20151.568","6681.837"],["20277.913","6821.668"],["22472.234","6328.324"],["3554.832","8354.636"],["3610.134","8341.727"],["3660.090","8347.250"],["14251.874","17997.504"],["14295.597","18037.039"],["14268.163","18017.171"],["14309.545","18035.635"],["14314.791","18039.978"],["5961.941","16530.404"],["5967.591","16505.542"],["7723.387","15764.429"],["7712.647","15754.998"],["7519.171","15921.740"],["8664.072","17330.132"],["8665.850","17286.945"],["11512.476","14174.104"],["11456.959","14210.614"],["11414.428","14237.244"],["11490.210","14169.073"],["11451.768","14229.975"],["11491.194","14104.426"],["11474.441","14211.237"],["10075.220","14925.322"],["10046.087","14993.871"],["15678.151","12049.473"],["15688.807","12067.608"],["15538.513","11974.608"],["15697.836","12072.496"],["15538.874","11983.213"],["4297.466","11948.120"],["4241.128","12001.167"],["4226.189","11929.729"],["4219.556","11914.478"],["4227.468","12033.749"],["4282.042","12046.625"],["4342.148","12015.514"],["4325.893","12008.804"],["4276.857","11963.876"],["4223.184","11990.185"],["4210.919","11945.483"],["4204.178","11922.273"],["4217.090","12019.761"],["4287.995","12064.412"],["4318.908","11945.182"],["4310.088","12005.612"],["4253.142","12031.288"],["4188.230","11993.987"],["4210.348","11956.648"],["4227.618","11954.540"],["4269.317","11934.453"],["4341.848","12002.417"],["4309.093","11976.125"],["4335.980","11971.155"],["4317.809","12045.537"],["4248.614","12014.511"],["4224.442","11985.228"],["4203.720","11918.139"],["4277.607","11917.839"],["4338.891","11945.364"],["4291.511","11992.343"],["14914.444","15925.655"],["14904.333","15912.893"],["15057.595","15908.010"],["15051.673","15882.943"],["15145.291","17639.938"],["15282.144","17637.914"],["15292.837","17763.486"],["15297.564","17727.822"],["15237.738","17700.927"],["15257.757","17668.940"],["15196.775","17678.941"],["15203.056","17645.359"],["15223.735","17671.877"],["15290.319","17789.294"],["15267.493","17750.007"],["15299.559","17798.794"],["9198.195","12866.667"],["9130.753","12781.732"],["9159.163","12768.897"],["9130.471","12820.446"],["9116.885","12823.253"],["9196.668","12832.121"],["9189.974","12812.451"],["8994.911","12788.361"],["9097.431","12897.178"],["9149.358","12916.556"],["9106.984","12799.141"],["9193.707","12827.546"],["9040.326","12850.720"],["9166.573","12925.444"],["9149.959","12798.201"],["9184.990","12825.564"],["9000.602","12781.375"],["9083.027","12961.480"],["9080.753","12818.697"],["9169.441","12909.986"],["9066.675","12912.702"],["9166.398","12934.891"],["9035.277","12840.349"],["9158.273","12903.545"],["15051.333","12744.003"],["9109.040","16128.565"],["8998.991","16136.681"],["9070.199","16132.562"],["14639.769","18265.592"],["14621.062","18342.736"],["14591.917","18341.926"],["14666.654","18374.412"],["14671.341","18345.147"],["14603.824","18445.170"],["14605.600","18450.768"],["14602.376","18375.359"],["14518.199","18396.565"],["14552.590","18429.893"],["14560.830","18344.179"],["14573.882","18465.754"],["14648.586","18456.487"],["14652.263","18400.605"],["14654.203","18353.454"],["14636.555","18382.570"],["14641.884","18379.234"],["14669.351","18389.639"],["14571.208","18424.030"],["14572.327","18363.204"],["14533.906","18373.741"],["14548.626","18403.832"],["14576.800","18431.280"],["14544.975","18451.165"],["14625.190","18341.068"],["14634.434","18434.280"],["14587.771","18434.369"],["14506.307","18393.080"],["14581.340","18425.682"],["14513.593","18370.223"],["14543.330","18355.904"],["14627.500","18447.899"],["13675.185","13855.276"],["13678.425","13863.732"],["13675.563","13864.162"],["13649.033","13847.828"],["13633.536","13895.037"],["13698.987","13961.196"],["13708.286","13949.664"],["13651.026","13996.107"],["19521.507","17395.501"],["19543.788","17290.920"],["19683.336","17306.633"],["19535.356","17358.473"],["19558.031","17277.725"],["19644.652","17333.867"],["23333.267","17577.931"],["26561.664","16004.869"],["26522.011","15952.451"],["26496.128","15982.996"],["26523.182","15997.765"],["26588.593","15941.200"],["26648.576","15976.220"],["26670.988","15940.997"],["26613.799","15985.693"],["26465.755","16069.558"],["4863.534","17188.337"],["4937.294","17194.751"],["4949.037","17080.261"],["4947.048","17023.908"],["4897.088","17149.758"],["4948.931","17164.337"],["4890.555","17184.815"],["4932.755","17194.966"],["4947.688","17120.591"],["4958.166","17012.512"],["5930.100","8989.878"],["5969.410","9017.573"],["5846.964","9029.401"],["5971.482","9008.539"],["5833.512","9023.781"],["5923.232","9104.998"],["5948.870","9097.278"],["5931.444","8978.118"],["5976.777","9005.178"],["5876.010","9134.759"],["5910.157","9097.550"],["5954.873","9066.311"],["5977.797","9000.917"],["5913.040","8991.545"],["5855.327","8978.949"],["5892.523","9097.088"],["11627.129","14232.106"],["11569.275","14203.530"],["11556.479","14144.598"],["11711.184","14084.171"],["11590.451","14160.895"],["11660.758","14067.001"],["11549.658","14128.297"],["11560.175","14120.082"],["11553.972","14162.248"],["11514.994","14196.450"],["11646.383","14077.878"],["11660.826","14094.357"],["11705.523","14064.091"],["11713.107","14046.606"],["11571.366","14221.802"],["11627.057","14068.111"],["11605.374","14083.918"],["11523.572","14185.270"],["11543.018","14153.171"],["11686.703","14166.209"],["11611.869","14160.112"],["11656.492","14112.907"],["4893.921","14806.334"],["4912.389","14704.181"],["4890.655","14762.777"],["4890.277","14738.116"],["4874.497","14715.647"],["4834.913","14736.872"],["4821.697","14792.423"],["4822.723","14699.507"],["4871.774","14679.314"],["4947.170","14710.332"],["4980.952","14669.088"],["4856.314","14727.046"],["4846.045","14690.529"],["4787.690","14868.766"],["4899.356","14795.231"],["8778.359","15913.536"],["22915.054","16994.758"],["22918.442","16989.219"],["22964.150","17107.952"],["22939.200","17155.412"],["22937.691","17186.110"],["22918.486","17186.460"],["22890.101","17172.565"],["22947.110","17141.525"],["22951.517","17123.176"],["22934.617","17103.973"],["12102.749","18947.563"],["12005.845","19014.004"],["12028.870","19084.506"],["12080.549","19084.654"],["12124.097","18976.284"],["11999.743","19034.434"],["12059.398","19029.394"],["12046.919","18976.109"],["12091.877","18935.309"],["12023.181","19034.285"],["12050.566","18996.977"],["12021.814","19081.764"],["12041.964","19079.865"],["12091.733","19047.297"],["11938.342","19003.875"],["12127.107","18919.801"],["12082.980","19094.114"],["12058.592","18977.819"],["12028.129","19086.553"],["11995.352","19039.454"],["12035.615","19032.615"],["12079.677","19068.552"],["13397.267","13467.778"],["13383.988","13458.276"],["13393.706","13430.185"],["13418.097","13461.903"],["10030.251","15184.911"],["10013.712","15246.872"],["4805.797","9363.732"],["4787.434","9333.392"],["4852.079","9366.874"],["4808.840","9355.772"],["8760.536","18387.834"],["8773.162","18380.738"],["8745.932","18385.516"],["10751.957","19126.723"],["10749.079","19162.297"],["10724.375","19168.111"],["10755.829","19118.691"],["10715.740","19118.135"],["7564.045","18669.723"],["7547.338","18673.647"],["7582.244","18655.663"],["7516.894","18677.446"],["10662.788","17905.602"],["10650.060","17847.840"],["10593.285","18008.897"],["10577.746","17970.624"],["10556.961","17970.551"],["10644.648","17926.771"],["10643.626","17901.837"],["10573.959","17992.827"],["10574.653","17967.288"],["10542.208","17957.785"],["10630.120","17960.704"],["10649.685","17984.768"],["10578.844","17987.790"],["10591.940","17968.923"],["10549.428","17971.889"],["10251.984","12349.085"],["10254.089","12350.142"],["10296.823","12461.333"],["10299.998","12464.108"],["10385.967","12477.832"],["10383.912","12473.472"],["10415.144","12443.546"],["10386.345","12463.513"],["10453.958","12462.233"],["10460.927","12482.501"],["10457.284","12536.350"],["10450.594","12467.260"],["10456.893","12492.743"],["10278.508","12408.982"],["10269.660","12414.689"],["10255.521","12497.850"],["10286.359","12382.363"],["10303.024","12464.471"],["10384.076","12449.442"],["10390.358","12463.249"],["10283.410","12429.404"],["10261.212","12513.160"],["10256.490","12368.887"],["10324.471","12458.146"],["10398.846","12454.925"],["10396.526","12475.850"],["10444.004","12545.268"],["10254.643","12423.246"],["10261.886","12499.072"],["10299.126","12422.843"],["10323.188","12476.485"],["10393.065","12541.686"],["10254.090","12365.362"],["10296.217","12512.613"],["10335.217","12400.754"],["10335.577","12428.426"],["10338.249","12520.696"],["6884.879","16689.214"],["6888.171","16729.127"],["6924.085","16676.696"],["7018.717","16703.907"],["7043.124","16707.873"],["7039.200","16718.982"],["6995.537","16763.805"],["6974.607","16732.226"],["6957.730","16756.734"],["6955.652","16702.998"],["7016.053","16674.518"],["7078.260","16671.080"],["7064.040","16669.450"],["7074.804","16686.030"],["7091.588","16621.940"],["6996.614","16689.305"],["6989.331","16720.858"],["6968.979","16682.611"],["6991.410","16672.640"],["6972.726","16708.523"],["12751.557","18976.848"],["12654.462","18930.485"],["12762.708","18908.265"],["12691.864","18967.562"],["12575.337","18895.605"],["12689.216","18946.191"],["12666.798","18947.215"],["12722.363","18926.317"],["12743.305","18938.634"],["12759.633","19019.738"],["12684.189","18973.809"],["12628.281","18952.583"],["12629.334","18915.770"],["12667.374","18949.511"],["15691.762","5146.959"],["13862.239","17619.879"],["13889.868","17603.599"],["13957.133","17616.425"],["14022.902","17476.549"],["14016.554","17450.389"],["13991.745","17578.718"],["14006.153","17517.908"],["13968.846","17565.538"],["13965.392","17577.330"],["13948.122","17558.469"],["13917.991","17583.325"],["13858.933","17612.414"],["13836.478","17470.243"],["14032.074","17492.607"],["14024.377","17533.912"],["14000.100","17481.492"],["14000.401","17487.394"],["13965.392","17544.861"],["13906.872","17556.339"],["13914.948","17503.457"],["13912.004","17524.151"],["13919.356","17530.575"],["13921.905","17533.465"],["13953.994","17558.420"],["13924.307","17528.131"],["13990.540","17524.646"],["13891.170","17602.472"],["13928.783","17591.047"],["13903.010","17584.689"],["13861.367","17608.648"],["13912.845","17600.494"],["13916.233","17562.360"],["13950.620","17600.819"],["6346.580","16614.271"],["6350.568","16643.549"],["6354.943","16775.052"],["6422.882","16707.084"],["6435.405","16705.775"],["6457.778","16599.330"],["6332.588","16686.236"],["6396.589","16612.930"],["6432.948","16662.856"],["6443.448","16744.999"],["6458.074","16642.963"],["6382.976","16566.032"],["7578.277","18379.851"],["7536.049","18362.069"],["7657.406","18415.058"],["7661.046","18466.061"],["7564.856","18383.071"],["7559.187","18323.040"],["7618.409","18414.365"],["7551.029","18321.801"],["7687.746","18462.804"],["7570.185","18353.773"],["7546.878","18357.693"],["7514.978","18370.686"],["9136.903","18716.194"],["9159.393","18770.733"],["9113.042","18742.178"],["9587.054","19234.905"],["9541.141","19266.780"],["9568.251","19289.206"],["9487.946","19183.601"],["9503.230","19231.883"],["9618.300","19298.191"],["9614.340","19244.220"],["9573.613","19269.603"],["9612.942","19227.308"],["9495.955","19209.100"],["9535.006","19282.898"],["12387.399","16261.227"],["12373.228","16148.012"],["12398.864","16350.422"],["12545.881","16151.491"],["12493.494","16208.965"],["12395.763","16197.641"],["12434.649","16171.906"],["12447.328","16240.868"],["12530.479","16297.443"],["22284.636","15454.372"],["22272.235","15366.823"],["22358.861","15397.017"],["22321.433","15494.832"],["22381.805","15484.958"],["12934.255","8963.012"],["12959.140","8973.989"],["12870.273","9059.169"],["12928.186","8961.872"],["12976.476","8978.663"],["12987.979","9048.010"],["12878.102","9052.530"],["4937.851","16878.736"],["4947.434","16924.024"],["4892.464","16943.561"],["4914.197","16872.004"],["4867.267","16935.955"],["4791.726","16911.320"],["4879.675","16789.551"],["4938.892","16790.014"],["4793.485","16793.758"],["4932.193","16867.687"],["4913.454","16962.967"],["4880.326","16932.512"],["4892.470","16856.298"],["4823.239","16907.059"],["4920.904","16786.257"],["4977.066","16814.985"],["5126.036","15046.310"],["5146.758","14934.998"],["5023.128","14975.351"],["5142.125","14875.917"],["5076.125","14963.887"],["5054.205","14976.754"],["5111.785","14984.780"],["5128.616","14996.511"],["5107.989","15041.853"],["6284.464","12848.709"],["6301.603","12858.420"],["6321.982","12853.377"],["6323.724","12869.948"],["6317.162","12863.127"],["6322.702","12833.573"],["6348.994","12926.104"],["6361.479","12928.600"],["6304.671","12874.700"],["14213.599","14842.802"],["14226.970","14804.235"],["18281.603","16746.785"],["7306.662","17560.424"],["7308.022","17474.449"],["14625.207","8564.863"],["14662.190","8550.698"],["9540.476","13390.062"],["9519.356","13352.480"],["9540.009","13353.729"],["9577.049","13348.213"],["9613.432","13384.771"],["9612.669","13354.333"],["9614.791","13341.930"],["9499.098","13390.675"],["9536.587","13290.624"],["9572.562","13238.655"],["9529.462","13230.155"],["9442.907","13344.383"],["9511.248","13371.125"],["9553.003","13365.092"],["9591.880","13364.176"],["9570.934","13253.931"],["9516.222","13242.211"],["9442.759","13352.212"],["9424.556","13358.314"],["9512.594","13291.990"],["9542.345","13368.291"],["9509.308","13358.518"],["9575.536","13368.544"],["9614.649","13392.302"],["9605.514","13369.692"],["9539.186","13279.394"],["9567.283","13254.163"],["9509.133","13279.783"],["9447.743","13361.873"],["9499.364","13280.956"],["9521.340","13276.817"],["9572.529","13234.097"],["9467.052","13353.186"],["9503.541","13249.940"],["9530.172","13308.692"],["9582.381","13239.629"],["9521.066","13289.922"],["9485.789","13199.495"],["11802.617","14865.649"],["11741.131","14858.066"],["4554.304","17407.429"],["4499.910","17237.465"],["4516.148","17230.944"],["4545.247","17365.558"],["4535.307","17341.054"],["4445.122","17362.023"],["4476.529","17381.706"],["4489.696","17225.012"],["4540.819","17215.485"],["4534.507","17346.549"],["4538.465","17339.073"],["4492.799","17395.066"],["4431.333","17407.118"],["12512.047","16689.730"],["12546.308","16594.422"],["12538.957","16663.150"],["12552.523","16628.004"],["12523.877","16731.372"],["12528.117","16597.295"],["12482.343","16713.760"],["12524.617","16728.003"],["12526.160","16598.402"],["12472.651","16744.876"],["12523.741","16715.659"],["12363.038","16768.721"],["12398.726","16757.103"],["12481.605","16686.086"],["12533.565","16623.651"],["12538.158","16601.028"],["12535.967","16636.709"],["12479.706","16692.851"],["12450.831","16710.714"],["12442.568","16749.542"],["12415.167","16750.225"],["16244.915","12517.728"],["16200.540","12535.102"],["16214.717","12537.679"],["16157.764","12535.386"],["16198.665","12541.874"],["14048.363","16202.541"],["14041.154","16192.261"],["14059.231","16150.362"],["14081.580","16153.086"],["14103.429","16164.801"],["14075.742","16195.215"],["14077.211","16224.502"],["14096.855","16194.058"],["14049.238","16244.978"],["14041.101","16249.485"],["14145.480","16162.667"],["14087.479","16244.871"],["14096.080","16235.671"],["14102.807","16220.615"],["14045.528","16151.531"],["14073.672","16152.030"],["14077.567","16159.361"],["14101.587","16142.555"],["14073.028","16190.937"],["14056.092","16202.917"],["14094.667","16192.242"],["14062.264","16235.994"],["14096.541","16245.118"],["14087.659","16213.645"],["14049.958","16218.000"],["14060.876","16155.416"],["14103.742","16154.909"],["14079.037","16178.691"],["14068.850","16200.731"],["14061.948","16228.350"],["14074.659","16259.911"],["14083.500","16215.132"],["14056.162","16239.429"],["14143.457","16159.612"],["14152.980","16142.202"],["14096.673","16225.140"],["13639.680","17788.634"],["13654.581","17790.054"],["13628.448","17811.124"],["13712.047","17802.607"],["13690.765","17794.332"],["13668.413","17774.381"],["13668.876","17804.815"],["13657.429","17806.351"],["13644.468","17825.443"],["13661.080","17822.949"],["13700.649","17778.874"],["14299.602","15525.469"],["14415.408","15524.625"],["14271.993","15571.862"],["14276.908","15645.855"],["14285.886","15548.011"],["14265.409","15698.053"],["14307.857","15541.319"],["14335.039","15538.941"],["14379.438","15548.129"],["14317.613","15599.773"],["14376.410","15621.780"],["14334.258","15683.018"],["14302.877","15694.077"],["14351.929","15512.236"],["14272.082","15528.744"],["14295.332","15571.697"],["14392.277","15512.576"],["14336.059","15524.127"],["14405.112","15565.073"],["14314.028","15602.482"],["14302.498","15701.459"],["14283.255","15706.343"],["14271.876","15631.800"],["14315.226","15554.779"],["14320.697","15511.542"],["14382.991","15568.756"],["14352.136","15586.462"],["14368.842","15674.793"],["14317.630","15710.080"],["14376.616","15652.002"],["14373.697","15718.200"],["14364.435","15671.660"],["18466.149","15058.539"],["18465.313","15032.591"],["18581.391","14893.993"],["18544.580","12137.697"],["18630.224","12268.982"],["13769.290","11232.539"],["13762.961","11272.352"],["13807.771","11274.627"],["13799.549","11164.162"],["13765.425","11194.180"],["13755.117","11218.051"],["13807.656","11268.499"],["13798.118","11195.194"],["13795.688","11196.294"],["1600.472","13508.905"],["1467.889","13557.249"],["1519.985","13531.816"],["1552.517","13402.050"],["1609.187","13413.344"],["1438.513","13525.173"],["1532.129","13422.157"],["1470.078","13488.220"],["1562.031","13459.033"],["1573.900","13531.789"],["1550.443","13545.401"],["1455.440","13564.171"],["1480.427","13551.595"],["14127.804","9177.731"],["23441.552","17418.701"],["26246.191","15591.618"],["26215.731","15587.787"],["26201.076","15674.690"],["14698.472","15463.376"],["14698.355","15482.751"],["14779.750","15317.308"],["14844.672","15378.544"],["14877.196","15463.440"],["2519.123","11342.886"],["2505.629","11334.240"],["2474.374","11361.174"],["10624.812","8042.899"],["10520.137","7926.205"],["10514.855","8093.363"],["10490.826","7938.793"],["10607.209","8067.024"],["10661.082","7953.872"],["10566.103","8069.908"],["10658.922","8077.463"],["10471.106","7937.207"],["10624.105","7966.168"],["10538.378","7933.504"],["10624.549","7967.275"],["10476.275","7943.059"],["18231.915","13102.675"],["13102.239","15879.464"],["13192.917","15906.063"],["13252.012","16909.097"],["13239.245","16918.227"],["13239.980","16881.812"],["13304.320","16899.033"],["13337.448","16865.372"],["13298.321","16853.416"],["13308.334","16873.182"],["13235.623","16952.065"],["13227.418","16940.145"],["13386.777","16881.638"],["13401.453","16925.182"],["13300.624","16978.064"],["13383.926","16936.245"],["13384.047","16940.671"],["13398.449","16923.204"],["13257.360","16898.711"],["13230.445","16893.498"],["13237.044","16892.658"],["13247.999","16901.797"],["13235.791","16929.556"],["13252.036","16877.716"],["13291.134","16865.472"],["13303.350","16857.443"],["13236.100","16927.986"],["13232.320","16932.697"],["13395.313","16892.159"],["13403.311","16948.435"],["13339.585","16979.935"],["13381.985","16947.128"],["13304.399","16978.204"],["13237.977","16895.299"],["13234.790","16892.246"],["13234.331","16902.193"],["13247.435","16912.843"],["13243.697","16889.161"],["13300.718","16897.580"],["13330.425","16872.672"],["13296.200","16865.653"],["13321.245","16874.850"],["13241.001","16939.183"],["13228.899","16932.664"],["13379.902","16903.670"],["13401.190","16930.417"],["13365.325","16965.748"],["13397.347","16952.899"],["27373.540","15992.659"],["27332.056","16094.705"],["27344.905","16060.084"],["27329.499","16014.260"],["27351.899","16017.849"],["27414.456","15935.167"],["20566.478","6569.699"],["20531.140","6501.052"],["20474.874","6605.594"],["20538.887","6490.664"],["20432.319","6494.360"],["20443.114","6553.852"],["20476.321","6504.372"],["20501.387","6599.830"],["17010.446","18185.520"],["17186.148","18219.379"],["17071.113","18056.383"],["17005.927","18100.890"],["17017.572","18052.534"],["17048.625","18216.739"],["17019.415","18202.086"],["10437.127","14133.721"],["10442.186","14171.160"],["10396.890","14132.563"],["10416.125","14069.274"],["10425.302","14096.260"],["10410.896","14184.309"],["10378.089","14134.403"],["10328.699","14218.015"],["10364.263","14202.912"],["10275.605","14139.453"],["10298.652","14108.397"],["10324.441","14101.791"],["10264.484","14151.621"],["10362.420","14036.290"],["10276.551","14195.255"],["10299.125","14095.040"],["10313.245","14039.301"],["10405.133","14102.801"],["10416.043","14155.616"],["10361.077","14224.243"],["10440.408","14150.258"],["10441.114","14160.423"],["10311.364","14228.766"],["10353.828","14181.324"],["10273.853","14189.437"],["10292.952","14185.536"],["10265.342","14178.340"],["10260.572","14151.426"],["10298.598","14081.994"],["10367.273","14043.537"],["10418.789","14233.499"],["10387.679","14209.013"],["10426.470","14074.146"],["10382.722","14232.319"],["10403.846","14121.241"],["10393.506","14236.553"],["10283.879","14104.847"],["10271.592","14170.634"],["10308.059","14058.768"],["10342.200","14076.907"],["10275.523","14208.115"],["10292.752","14213.587"],["10280.605","14063.116"],["10326.107","14066.948"],["10403.126","14082.801"],["14150.193","17309.711"],["14139.733","17297.127"],["14183.894","17256.086"],["14126.937","17222.147"],["14141.394","17232.800"],["14188.910","17269.034"],["14158.110","17199.667"],["14099.709","17300.753"],["14089.561","17321.083"],["14234.706","17377.568"],["14188.861","17307.548"],["14148.565","17308.902"],["14188.532","17281.091"],["14107.627","17272.767"],["14181.822","17269.133"],["14128.433","17263.485"],["14164.804","17200.642"],["14164.952","17226.389"],["14124.084","17314.824"],["14067.340","17338.953"],["14126.433","17282.526"],["14210.117","17371.527"],["14160.085","17299.421"],["14226.992","17349.095"],["14139.091","17286.408"],["14140.275","17278.977"],["14131.295","17219.373"],["14154.097","17205.084"],["14056.913","17340.770"],["14179.739","17331.197"],["14235.019","17305.181"],["14248.209","17357.749"],["14243.918","17220.961"],["6159.665","8906.877"],["6149.475","8872.833"],["6083.121","8831.449"],["6157.386","8890.653"],["6174.336","8892.988"],["6181.316","8778.270"],["6080.870","8782.455"],["6137.225","8780.455"],["6107.574","8885.834"],["6214.261","8919.703"],["6057.939","8837.900"],["6247.922","8843.149"],["6229.721","8910.206"],["6233.307","8883.620"],["22186.360","6357.540"],["22245.373","6299.126"],["10219.677","7461.702"],["23335.527","17052.629"],["23404.705","17101.182"],["23432.855","17105.885"],["23327.931","17038.263"],["23367.061","17096.323"],["23331.729","17091.743"],["23312.321","17020.022"],["9143.115","17193.026"],["28499.860","8656.011"],["28502.048","8637.762"],["10088.678","16354.249"],["10090.232","16366.309"],["27140.686","17420.238"],["27163.506","17451.395"],["27184.648","17522.244"],["27196.360","17551.279"],["27247.953","17543.159"],["27263.361","17490.179"],["24146.821","17603.374"],["24150.884","17472.969"],["24225.858","17581.279"],["24147.616","17460.173"],["24184.890","17581.985"],["24208.440","17568.797"],["24224.888","17536.179"],["24254.278","17544.479"],["24247.509","17506.820"],["24294.575","17424.991"],["24225.454","17473.346"],["24205.995","17456.679"],["24182.332","17474.056"],["24162.755","17593.962"],["24240.049","17471.444"],["24278.629","17420.927"],["19845.798","16877.503"],["19797.410","16780.742"],["6748.285","14639.535"],["6813.694","14507.667"],["9971.312","14453.973"],["9856.292","14575.515"],["9876.012","14571.106"],["9974.945","14596.234"],["9896.369","14509.196"],["9892.964","14510.798"],["9981.929","14479.984"],["9836.897","14538.222"],["9889.518","14559.220"],["9962.059","14513.533"],["9976.557","14530.622"],["9921.710","14473.567"],["9946.423","14488.095"],["9860.716","14623.889"],["10037.642","14588.785"],["9985.581","14464.162"],["9857.629","14629.202"],["9975.471","14496.935"],["9921.607","14559.071"],["9958.687","14531.122"],["10004.797","14556.452"],["9895.641","14466.234"],["9855.005","14565.076"],["10040.327","14577.158"],["9987.441","14559.337"],["14676.458","17493.897"],["14691.179","17497.118"],["14687.149","17483.691"],["14756.491","17528.348"],["14712.067","17500.768"],["14755.472","17510.214"],["14755.702","17542.931"],["14756.722","17509.257"],["14725.510","17493.206"],["14704.608","17439.302"],["14736.561","17514.870"],["14880.047","17425.747"],["14678.358","17428.506"],["14796.906","17523.906"],["14840.854","17538.532"],["14715.741","17411.853"],["14829.344","17455.012"],["14840.216","17488.615"],["14805.758","17422.362"],["14779.293","17430.357"],["25636.471","6808.141"],["25749.066","6710.850"],["25765.764","6825.630"],["25636.274","6752.617"],["25733.868","6713.674"],["25742.869","6767.975"],["25756.056","6740.924"],["25787.030","6819.139"],["8804.690","10383.481"],["8781.222","10296.574"],["8780.029","10338.882"],["8779.693","10409.095"],["8804.726","10412.541"],["8817.329","10362.889"],["8782.170","10355.629"],["8825.730","10321.493"],["13798.169","16308.690"],["13774.119","16344.912"],["15830.168","18452.096"],["15769.634","18423.823"],["15767.280","18431.389"],["21517.876","16345.926"],["9036.106","11665.081"],["9046.715","11649.474"],["9119.983","11668.068"],["9130.871","11653.782"],["9061.156","11654.874"],["9134.177","11680.983"],["9041.945","11655.419"],["9094.983","11663.675"],["9043.177","11659.289"],["9071.255","11664.533"],["9129.176","11669.256"],["9118.631","11640.836"],["9082.807","11618.206"],["9127.704","11606.899"],["9094.261","11596.638"],["28542.025","8790.806"],["28533.324","8804.464"],["12912.534","12680.709"],["12983.814","12700.108"],["12944.982","12692.263"],["8540.990","11676.050"],["8536.069","11670.933"],["8524.320","11672.145"],["27147.685","15838.048"],["27123.381","15753.558"],["27101.670","15813.707"],["27136.457","15823.268"],["27125.513","15846.637"],["27120.160","15904.830"],["28767.255","11347.880"],["10254.275","13027.228"],["9355.482","14190.442"],["9258.481","14187.608"],["9400.910","14101.055"],["7925.641","9992.302"],["7918.920","9975.231"],["7877.781","9959.011"],["7881.348","9982.868"],["7883.359","10002.986"],["7921.292","9832.518"],["7852.021","9950.655"],["7825.122","9946.192"],["7819.131","9940.915"],["7796.864","9930.666"],["7840.636","9926.151"],["7824.872","9996.861"],["7795.134","10000.954"],["7835.666","9833.153"],["7831.033","9976.953"],["7815.853","9989.601"],["7759.336","9975.527"],["7759.557","9947.360"],["7747.843","9936.112"],["7849.165","9900.295"],["7798.480","9864.211"],["7769.578","9863.860"],["7735.399","9861.046"],["7760.781","9861.823"],["7786.879","9826.896"],["7734.255","9891.555"],["7736.984","9908.100"],["7917.920","9866.912"],["7744.881","9956.589"],["7931.908","9978.831"],["7899.149","10001.858"],["7869.198","9948.774"],["7871.052","9974.066"],["7862.837","9986.060"],["7865.920","9963.736"],["7841.537","9949.264"],["7831.582","9935.481"],["7812.950","9941.434"],["7847.495","9935.333"],["7783.177","9994.182"],["7808.428","10009.850"],["7816.039","9966.392"],["7764.549","9978.302"],["7762.304","9950.431"],["7746.428","9924.634"],["7784.655","9874.999"],["7786.315","9853.083"],["7765.976","9858.360"],["7736.879","9849.552"],["7791.550","9835.005"],["7727.612","9958.951"],["13737.903","19045.931"],["13689.585","18977.378"],["13635.381","19046.871"],["13827.882","19033.618"],["13769.061","18979.633"],["13700.835","18975.545"],["13815.333","19039.151"],["13776.117","18950.120"],["13750.337","19093.099"],["13671.325","18915.526"],["13692.098","18901.868"],["13725.654","18939.327"],["13703.647","18979.955"],["13624.444","19020.281"],["13825.278","18968.898"],["13811.808","18978.278"],["13731.307","19075.824"],["13647.981","19030.762"],["13756.768","19047.467"],["13699.124","18970.409"],["13732.019","18954.422"],["13636.500","19054.963"],["13819.838","19096.807"],["13818.523","19001.182"],["13784.061","18931.738"],["15825.849","12536.704"],["15789.732","12404.810"],["15781.516","12474.732"],["15780.309","12361.958"],["15808.765","12395.256"],["15921.042","12374.903"],["15916.292","12336.938"],["15888.611","12350.679"],["15881.558","12432.365"],["30461.053","14259.906"],["5370.402","16332.459"],["5358.659","16180.027"],["5395.377","16215.307"],["25457.723","17817.787"],["25607.013","17710.024"],["25609.475","17735.193"],["25516.728","17809.326"],["25498.865","17730.167"],["25474.335","17645.442"],["25572.709","17718.089"],["25527.025","17723.893"],["13746.952","17267.720"],["13728.606","17344.525"],["13732.835","17297.246"],["13811.797","17273.398"],["13789.179","17339.572"],["13813.044","17398.102"],["13821.202","17346.789"],["13732.956","17271.601"],["13727.191","17286.391"],["13725.812","17354.893"],["13822.551","17380.596"],["13702.384","17395.496"],["13763.559","17329.493"],["13726.954","17294.308"],["13801.007","17285.123"],["13828.030","17277.526"],["13797.471","17288.625"],["13824.872","17231.994"],["13786.811","17367.268"],["13768.554","17391.116"],["13770.577","17386.030"],["16917.064","15942.281"],["16898.639","15943.786"],["16847.802","16135.527"],["5771.978","7569.194"],["5692.419","7500.316"],["5761.686","7493.699"],["5739.494","7539.037"],["5709.048","7493.413"],["5642.922","7512.159"],["5807.800","7581.532"],["5758.476","7528.022"],["5811.619","7494.388"],["5744.295","7525.704"],["5634.161","7527.962"],["5827.525","7553.405"],["5657.404","7526.382"],["5756.038","7501.527"],["5000.205","17317.857"],["5000.853","17312.859"],["5012.481","17330.486"],["12905.380","7588.148"],["12812.077","7685.038"],["12797.935","7613.659"],["12971.202","7681.805"],["12929.426","7597.529"],["12788.840","7610.604"],["23012.245","16849.640"],["23022.674","16877.303"],["22991.764","16871.016"],["22992.866","16818.722"],["12442.908","18003.536"],["12479.536","18026.393"],["12357.496","18029.053"],["12459.471","17975.922"],["12482.398","18027.367"],["12474.882","17997.359"],["12458.418","18023.486"],["12368.938","17957.458"],["18425.486","12645.513"],["18453.701","12618.319"],["18380.137","12644.280"],["18275.526","12613.797"],["18330.432","12643.049"],["18331.306","12611.508"],["10452.621","14859.275"],["10446.672","14843.949"],["10441.336","14838.805"],["14165.866","14827.467"],["14189.663","14849.396"],["14172.939","14871.401"],["14969.497","14678.054"],["14984.728","14851.896"],["14967.424","14747.370"],["15092.523","14679.896"],["14921.262","14855.293"],["15012.566","14678.180"],["14908.750","14851.362"],["14923.296","14720.059"],["9581.425","10383.126"],["9608.121","10410.522"],["17026.289","15888.864"],["15976.097","5845.761"],["15980.858","5949.732"],["16051.015","5792.686"],["16105.567","5792.851"],["16091.432","5833.284"],["16022.728","5791.477"],["7337.220","18176.206"],["7320.980","18134.280"],["7346.349","18231.220"],["19911.227","15944.822"],["17498.900","4389.864"],["17474.450","4388.865"],["17505.333","4358.833"],["17513.564","4339.310"],["17491.808","4356.662"],["17467.265","4358.047"],["17508.533","4323.070"],["17486.986","4309.055"],["17453.909","4367.510"],["17467.560","4403.827"],["17517.373","4367.387"],["17517.396","4345.487"],["17481.874","4357.488"],["17493.171","4339.767"],["17508.499","4312.325"],["17454.255","4464.825"],["17490.462","4381.936"],["17479.746","4400.343"],["17518.376","4361.194"],["17487.269","4338.644"],["17464.633","4354.133"],["17507.112","4316.125"],["17487.809","4327.991"],["17455.289","4456.803"],["15555.733","13920.469"],["15601.352","13987.355"],["15534.776","13969.919"],["15582.094","13923.231"],["15723.589","13988.750"],["15628.871","14002.035"],["15654.535","13995.549"],["15662.882","13850.781"],["15647.502","13817.073"],["15605.420","13858.135"],["11745.348","4273.342"],["11780.284","4282.817"],["11777.515","4288.747"],["14613.976","18064.698"],["14574.333","18101.848"],["14619.152","18141.898"],["14597.524","18122.360"],["14619.103","18103.797"],["14624.325","18173.371"],["14618.289","18243.495"],["14624.276","18220.175"],["14528.545","18212.818"],["14607.130","18153.479"],["14606.818","18200.333"],["14559.071","18186.526"],["14551.785","18213.793"],["14563.364","18246.113"],["14578.849","18050.093"],["14552.418","18049.598"],["14549.671","18083.097"],["14599.733","18079.116"],["14635.456","18159.496"],["14561.767","18112.815"],["14586.339","18113.211"],["14650.361","18171.488"],["14635.592","18178.128"],["14609.170","18218.913"],["14541.818","18200.069"],["14565.403","18156.898"],["14598.413","18241.786"],["14539.894","18163.553"],["14542.237","18072.924"],["14639.174","18076.688"],["14585.895","18128.785"],["14551.175","18107.695"],["14612.351","18242.752"],["14590.486","18214.800"],["14584.746","18156.551"],["14542.542","18145.469"],["14526.440","18177.922"],["20221.219","6848.455"],["20170.331","6849.793"],["20269.739","6900.792"],["20302.917","6943.745"],["20345.121","6965.909"],["20306.125","6932.020"],["3761.281","12494.647"],["3816.335","12495.127"],["3835.768","12545.157"],["3864.212","12466.665"],["3818.670","12402.212"],["3859.675","12443.134"],["3779.865","12396.635"],["3872.646","12411.461"],["3782.421","12494.945"],["3814.041","12534.901"],["3833.933","12389.611"],["3862.718","12439.699"],["3785.951","12433.943"],["3873.090","12412.964"],["3863.514","12352.004"],["3869.473","12398.740"],["3853.757","12431.035"],["3823.253","12443.078"],["3834.738","12414.620"],["3858.238","12371.788"],["3818.267","12389.673"],["3823.823","12358.923"],["3848.377","12380.819"],["3800.132","12434.665"],["3859.317","12449.265"],["3881.011","12451.312"],["3893.120","12408.674"],["3802.706","12338.432"],["3788.047","12365.489"],["3798.290","12391.235"],["3741.886","12481.449"],["3858.867","12524.282"],["3735.978","12510.882"],["3838.178","12520.858"],["3784.060","12468.748"],["3813.448","12486.180"],["3794.816","12499.269"],["3785.618","12545.060"],["3730.019","12539.093"],["3881.014","12365.299"],["3865.016","12400.441"],["3868.066","12420.911"],["3831.921","12432.690"],["3823.702","12412.110"],["3854.439","12360.541"],["3827.230","12398.606"],["3804.971","12371.120"],["3809.958","12361.400"],["3836.963","12400.290"],["3783.076","12423.748"],["3862.656","12466.473"],["3884.304","12398.302"],["3812.180","12338.415"],["3783.142","12390.376"],["3829.478","12529.430"],["3784.983","12502.097"],["3764.370","12492.877"],["3842.403","12524.695"],["3732.080","12508.669"],["3827.730","12544.181"],["3816.376","12476.073"],["3806.247","12509.344"],["3727.190","12531.596"],["19281.574","17175.147"],["19123.681","17154.428"],["19296.327","17179.655"],["19116.000","17122.158"],["28509.813","11516.546"],["28542.326","11597.937"],["28426.209","11575.070"],["28450.003","11689.417"],["28419.295","11653.149"],["28512.138","11661.237"],["28498.433","11599.047"],["28545.601","11624.218"],["28489.401","11676.300"],["28542.437","11533.638"],["16278.795","15680.516"],["16177.896","15708.966"],["16171.885","15683.717"],["16249.113","15554.794"],["16332.987","15631.070"],["16314.500","15639.245"],["16281.940","15658.327"],["16318.181","15645.299"],["16343.636","15710.895"],["15797.465","17224.328"],["15771.794","17382.073"],["15778.663","17337.922"],["15828.366","17386.601"],["15756.524","17408.507"],["15764.612","17404.162"],["15796.738","17347.931"],["15747.645","17242.705"],["15789.759","17269.906"],["24007.937","17835.576"],["24007.499","17849.064"],["23979.875","17866.291"],["23971.222","17877.136"],["23952.316","17883.015"],["6828.074","18416.109"],["6862.823","18370.361"],["6862.750","18439.117"],["6848.061","18444.944"],["6873.077","18370.276"],["6815.086","18427.985"],["6702.100","18266.272"],["6711.297","18373.268"],["6762.590","18319.952"],["6769.317","18297.921"],["4399.749","10786.814"],["4362.653","10673.744"],["4386.432","10794.642"],["4385.178","10798.843"],["4372.534","10815.783"],["4417.464","10647.850"],["4547.797","10760.318"],["4464.845","10801.506"],["4520.489","10806.592"],["4502.065","10816.112"],["4513.457","10755.807"],["4481.949","10789.331"],["4534.064","10684.265"],["4503.372","10652.813"],["4369.036","10787.219"],["4369.179","10800.688"],["4390.975","10660.600"],["4429.249","10671.736"],["4550.160","10767.186"],["4526.878","10800.931"],["4498.177","10750.165"],["4499.992","10800.338"],["4517.766","10763.289"],["4492.393","10793.839"],["4489.721","10704.126"],["4507.416","10690.141"],["4510.179","10663.178"],["23095.347","17469.038"],["23226.090","17555.110"],["23257.877","17592.051"],["23217.591","17600.405"],["23255.634","17596.274"],["23220.385","17567.488"],["24123.782","16296.742"],["16827.317","16791.621"],["16820.406","16978.058"],["16849.186","16779.332"],["16811.662","16803.709"],["17719.842","17776.816"],["17806.396","17778.693"],["5420.418","8342.989"],["5491.168","8415.864"],["5516.879","8420.562"],["5477.996","8470.842"],["5490.576","8514.246"],["5555.653","8517.561"],["5508.593","8424.493"],["5514.274","8444.387"],["5472.934","8498.748"],["5459.820","8346.633"],["5484.814","8483.247"],["5457.005","8445.551"],["5537.023","8448.672"],["5444.823","8350.908"],["5410.896","8387.962"],["5507.463","8511.393"],["5451.377","8412.190"],["5456.606","8426.525"],["5573.223","8454.263"],["5345.571","14762.063"],["5390.500","14682.335"],["5340.326","14849.572"],["5372.472","14731.977"],["5332.563","14758.460"],["5408.124","14735.698"],["5384.961","14814.203"],["5279.607","14748.147"],["5262.150","14780.505"],["5323.252","14762.079"],["5372.439","14742.481"],["5361.082","14813.470"],["5321.067","14740.079"],["5398.881","14714.806"],["5279.656","14741.442"],["5273.291","14762.945"],["5304.897","14785.063"],["5363.813","14826.484"],["5279.899","14717.321"],["5269.899","14748.733"],["5358.303","14792.198"],["5399.348","14701.972"],["5265.933","14824.386"],["5396.943","17486.042"],["10826.938","15554.305"],["10816.007","15554.346"],["10813.667","15584.473"],["10842.039","15547.796"],["10734.882","15682.600"],["10748.254","15691.453"],["10748.328","15636.104"],["10785.607","15617.954"],["10859.795","15578.994"],["9977.437","7895.662"],["10005.588","7886.940"],["6388.033","12714.241"],["6372.902","12731.939"],["6414.396","12691.920"],["6435.714","12689.601"],["6398.545","12731.372"],["6351.241","12754.714"],["6442.375","12702.532"],["6387.772","12733.320"],["6437.523","12691.649"],["9603.111","17478.277"],["9583.774","17459.908"],["9481.684","17421.102"],["9600.495","17469.309"],["9608.390","17469.524"],["9564.284","17457.645"],["9575.041","17452.245"],["9482.358","17424.587"],["9457.307","17451.066"],["9455.635","17416.135"],["9600.792","17471.159"],["9591.548","17461.728"],["9560.501","17437.893"],["9577.047","17457.315"],["9478.691","17419.385"],["9478.625","17427.295"],["9435.848","17471.352"],["18731.835","13761.807"],["16777.574","13654.900"],["16771.823","13661.313"],["16749.216","13645.677"],["16756.551","13637.469"],["16751.453","13635.437"],["16747.200","13608.008"],["16748.174","13618.677"],["16665.153","13692.902"],["16659.323","13681.119"],["16688.862","13690.142"],["16681.378","13679.027"],["16687.184","13682.512"],["16659.355","13715.542"],["16671.394","13702.495"],["16649.898","13716.318"],["16710.712","13667.707"],["16703.936","13675.453"],["16715.519","13666.678"],["16654.696","13656.559"],["16666.130","13652.150"],["16659.877","13652.084"],["16763.578","13661.014"],["16665.329","13668.270"],["16679.842","13681.645"],["16676.832","13664.964"],["16732.469","13629.225"],["16751.345","13621.244"],["15989.126","11252.304"],["15978.715","11257.028"],["12965.100","18435.453"],["12937.364","18384.829"],["12801.380","18461.637"],["12835.454","18399.981"],["12922.256","18442.707"],["12878.464","18274.411"],["12824.752","18447.979"],["12948.821","18280.429"],["12914.284","18347.136"],["12845.894","18380.700"],["12937.779","18318.691"],["12907.573","18370.472"],["12863.617","18450.803"],["12831.998","18296.695"],["12844.019","18319.131"],["12931.447","18331.325"],["12834.358","18448.706"],["12798.320","18416.452"],["12793.136","18329.001"],["12917.519","18417.901"],["12836.902","18403.928"],["12812.410","18273.678"],["12848.338","18409.019"],["12819.399","18299.403"],["12913.807","18315.344"],["12909.401","18259.861"],["12870.520","18263.494"],["12957.150","18391.517"],["12826.651","18318.570"],["12817.062","18356.736"],["12948.535","18358.146"],["12960.476","18318.493"],["12795.455","18335.045"],["12911.274","18375.360"],["12954.344","18428.385"],["12798.485","18438.235"],["12843.020","18279.960"],["12844.456","18451.001"],["12908.299","18301.595"],["12815.734","18399.006"],["12811.324","18272.373"],["12957.374","18306.408"],["12823.091","18411.844"],["12787.873","18306.391"],["12846.865","18322.814"],["12815.138","18329.883"],["12950.065","18358.625"],["12983.651","18364.719"],["14695.334","9356.332"],["14835.426","9310.434"],["14838.870","9369.527"],["14697.324","9363.664"],["14795.738","9284.604"],["14813.091","9212.778"],["14832.648","9373.679"],["14841.534","9357.405"],["14790.827","9308.151"],["14854.526","9228.493"],["14793.130","9312.792"],["14836.138","9206.330"],["13471.177","13578.711"],["13422.885","13599.245"],["13558.767","13588.544"],["13591.927","13470.145"],["13492.758","13556.658"],["13485.953","13569.937"],["13543.619","13604.267"],["13516.852","13549.858"],["13472.295","13584.871"],["13452.335","13404.413"],["13451.761","13453.832"],["13597.869","13451.508"],["13512.274","13545.572"],["13477.168","13465.136"],["13464.104","13418.848"],["13583.932","13486.536"],["13600.631","13437.987"],["13448.741","13485.605"],["14212.742","16394.801"],["14241.196","16379.392"],["14215.067","16524.167"],["14231.723","16354.701"],["14231.907","16443.949"],["14240.393","16431.334"],["14098.487","16545.083"],["14047.845","16560.706"],["14224.096","16523.225"],["14246.196","16380.317"],["14092.648","16560.805"],["14205.050","16553.845"],["14239.113","16511.483"],["28504.618","9198.523"],["28511.854","9193.453"],["28448.709","9237.446"],["11822.321","17382.448"],["11794.254","17381.602"],["11807.424","17329.414"],["11853.925","17231.336"],["11871.479","17262.001"],["11801.892","17394.059"],["11837.789","17218.251"],["11764.704","17255.511"],["11838.172","17307.644"],["11872.459","17300.839"],["11892.358","17220.813"],["11848.777","17345.418"],["11895.446","17338.792"],["11889.220","17323.656"],["11901.039","17266.023"],["11860.224","17256.177"],["11732.373","17328.144"],["11790.710","17314.587"],["11827.535","17380.648"],["11752.500","17272.753"],["11909.022","17290.336"],["11919.960","17269.751"],["11891.108","17281.079"],["11863.331","17258.450"],["11904.411","17265.973"],["11845.289","17307.174"],["11809.359","17401.573"],["11826.308","17216.054"],["11840.080","17291.030"],["11882.015","17319.749"],["11934.735","17202.527"],["11855.767","17345.286"],["11872.045","17331.553"],["11723.858","17256.473"],["11891.983","17316.654"],["11888.213","17249.335"],["11736.419","17348.639"],["11794.625","17304.578"],["11814.187","17239.556"],["11825.808","17386.726"],["11811.162","17387.828"],["11851.044","17311.821"],["11923.205","17238.084"],["11860.142","17345.467"],["11875.350","17326.383"],["11795.902","17254.817"],["11895.091","17322.368"],["11914.197","17255.470"],["11907.785","17244.562"],["11875.138","17289.435"],["11861.408","17257.168"],["11817.339","17292.456"],["15637.606","14165.133"],["15590.900","14031.946"],["15665.025","14173.031"],["15535.329","14141.053"],["15714.326","14045.256"]] \ No newline at end of file diff --git a/src/gathering/10247.json b/src/gathering/10247.json new file mode 100644 index 0000000..d267552 --- /dev/null +++ b/src/gathering/10247.json @@ -0,0 +1 @@ +[["7863.903","15187.073"],["7864.300","15190.384"],["7861.768","15192.991"],["7864.291","15182.733"],["8136.274","14963.502"],["8132.984","14964.656"],["8125.067","14967.566"],["7449.592","15501.015"],["7451.217","15503.853"],["7452.680","15506.436"],["8071.173","14571.319"],["8074.276","14575.676"],["8072.588","14580.761"],["8074.472","14585.867"],["8076.299","14590.804"],["8069.525","14599.704"],["8075.442","14600.352"],["8082.378","14591.960"],["8080.472","14588.294"],["8083.258","14584.799"],["8068.823","14596.179"],["8049.454","14606.799"],["8029.713","14618.013"],["8024.272","14622.115"],["8020.314","14623.377"],["8016.356","14625.913"],["8010.632","14625.424"],["8015.418","14628.789"],["8009.203","14620.603"],["8012.255","14616.086"],["8010.529","14610.129"],["8008.244","14605.951"],["8030.725","14636.404"],["8056.077","14623.925"],["8009.554","14656.049"],["8071.144","14589.258"],["8063.718","14597.538"],["8068.433","14577.894"],["8064.140","14539.460"],["8061.810","14533.690"],["8058.499","14528.655"],["8057.842","14516.692"],["8098.382","14577.687"],["8090.998","14621.423"],["28931.144","11011.834"],["28916.848","10984.868"],["28926.304","10991.759"],["28908.393","11003.151"],["28973.339","11008.944"],["28934.829","11031.679"],["28937.809","11024.473"],["28962.979","11023.557"],["28976.398","11028.919"],["28946.514","11037.834"],["28970.058","10979.525"],["28943.012","11049.728"],["28966.389","10987.410"],["28970.444","11006.298"],["28980.676","11031.260"],["28983.713","11011.352"],["28951.136","11028.364"],["28980.150","11050.665"],["28919.780","10975.751"],["28978.904","11063.040"],["28982.264","11041.058"],["28979.739","10974.626"],["28930.273","11044.101"],["28965.120","10999.818"],["28980.403","11058.817"],["28928.548","10955.786"],["28948.274","10961.029"],["28917.879","11006.722"],["28950.066","10991.066"],["28959.494","10966.549"],["28936.272","10994.801"],["28902.539","11018.401"],["8351.457","14705.434"],["8343.607","14699.205"],["8325.159","14687.972"],["8317.772","14685.817"],["8313.060","14683.086"],["8308.586","14681.631"],["8305.299","14676.921"],["20420.625","9845.304"],["7259.012","15468.343"],["7263.430","15485.754"],["7261.119","15489.232"],["7263.350","15487.544"],["7264.523","15484.059"],["7258.062","15489.624"],["7256.612","15491.918"],["7258.628","15492.568"],["7268.427","15485.790"],["7272.742","15483.427"],["7272.497","15480.561"],["7275.427","15481.605"],["7277.564","15478.664"],["7278.919","15479.821"],["7279.658","15476.998"],["7281.499","15478.107"],["7284.726","15476.548"],["7284.258","15474.700"],["7285.406","15476.462"],["28992.447","11010.804"],["28997.833","10997.598"],["28999.733","10993.622"],["7642.939","15101.731"],["7639.529","15105.421"],["7635.407","15103.503"],["7645.239","15107.632"],["7645.223","15103.871"],["8412.192","14655.383"],["8410.681","14650.543"],["8412.387","14639.825"],["8434.610","14646.950"],["8436.530","14651.528"],["8358.320","14711.153"],["8362.616","14711.297"],["8367.181","14713.302"],["8370.114","14711.096"],["8373.298","14707.836"],["8380.951","14700.141"],["8366.641","14716.650"],["8398.858","14681.825"],["8403.886","14673.059"],["8403.650","14668.264"],["8426.602","14676.382"],["8428.582","14663.336"],["8390.686","14714.062"],["8397.054","14712.026"],["8409.294","14708.431"],["7912.966","15274.933"],["8004.958","15069.360"],["8006.199","15066.107"],["8001.147","15075.446"],["7999.178","15066.117"],["8005.879","15056.964"],["7994.801","15052.253"],["7943.520","15295.891"],["7896.311","15822.638"],["7897.197","15819.642"],["7900.586","15821.955"],["7901.265","15817.205"],["7897.274","15815.253"],["7901.931","15811.444"],["7907.516","15813.899"],["7906.912","15816.826"],["7908.414","15821.990"],["7905.047","15823.670"],["7911.180","15826.088"],["7915.741","15826.632"],["7916.196","15823.452"],["7913.907","15819.970"],["7913.556","15816.892"],["7914.914","15813.826"],["7921.210","15816.149"],["7918.643","15818.317"],["7911.530","15812.937"],["7906.371","15810.284"],["7919.592","15830.250"],["7921.646","15825.773"],["7921.288","15821.664"],["7923.837","15817.813"],["7895.863","15810.256"],["7894.861","15807.694"],["7892.860","15814.089"],["7892.922","15817.917"],["7890.989","15821.728"],["7895.459","15808.923"],["7896.461","15811.486"],["7893.458","15815.319"],["7893.520","15819.147"],["7891.587","15822.958"],["7896.909","15823.868"],["7905.645","15824.900"],["7911.778","15827.318"],["7916.339","15827.862"],["7920.190","15831.479"],["7922.244","15827.003"],["7924.435","15819.042"],["7921.808","15817.379"],["7915.512","15815.056"],["7912.128","15814.167"],["7902.529","15812.674"],["7897.872","15816.483"],["7897.795","15820.872"],["7901.184","15823.185"],["7909.012","15823.220"],["7916.794","15824.681"],["7921.886","15822.893"],["7919.241","15819.546"],["7901.863","15818.435"],["7914.505","15821.200"],["7907.510","15818.055"],["7914.154","15818.122"],["7908.114","15815.129"],["7906.969","15811.514"],["7850.684","15765.979"],["7853.632","15764.504"],["7854.465","15764.128"],["7852.066","15762.657"],["7854.029","15766.484"],["7851.900","15764.978"],["7850.375","15763.494"],["7852.402","15766.918"],["7836.237","15762.547"],["7837.864","15762.113"],["7837.466","15760.133"],["7838.300","15759.757"],["7835.901","15758.286"],["7835.735","15760.607"],["7834.518","15761.608"],["7834.209","15759.123"],["7840.275","15747.936"],["7841.902","15747.502"],["7841.504","15745.522"],["7842.338","15745.146"],["7839.939","15743.675"],["7839.773","15745.996"],["7838.557","15746.997"],["7838.248","15744.512"],["7856.748","15751.998"],["7858.375","15751.564"],["7857.977","15749.584"],["7858.811","15749.208"],["7856.412","15747.737"],["7856.246","15750.058"],["7855.030","15751.059"],["7854.721","15748.574"],["7990.244","15096.586"],["7987.673","15103.388"],["7983.223","15109.102"],["7977.739","15130.446"],["7975.788","15158.041"],["7998.152","15133.939"],["7996.174","15156.319"],["7992.504","15161.365"],["7959.995","15262.464"],["7952.872","15260.111"],["7967.183","15259.925"],["7966.572","15264.922"],["7974.035","15232.840"],["8094.333","15283.609"],["8090.213","15281.335"],["8077.918","15283.600"],["8079.124","15279.352"],["8075.034","15277.590"],["8067.971","15278.249"],["8064.333","15280.373"],["8052.826","15276.040"],["8040.233","15279.836"],["8012.097","15280.048"],["8005.835","15281.181"],["7992.904","15287.358"],["7989.219","15284.983"],["7978.472","15287.038"],["7971.911","15291.733"],["7973.834","15284.582"],["8067.656","15259.520"],["8045.030","15258.402"],["8413.459","14632.116"],["8413.612","14624.673"],["8411.106","14621.235"],["8412.557","14643.873"],["8407.294","14660.637"],["8430.838","14642.884"],["8435.843","14632.827"],["8434.829","14625.829"],["7855.550","15173.953"],["7851.656","15173.264"],["7860.263","15177.027"],["7866.299","15178.561"],["7848.696","15174.922"],["7271.755","15509.066"],["7275.343","15508.171"],["7267.237","15508.287"],["7268.542","15511.989"],["7264.988","15513.762"],["7265.062","15508.224"],["7261.792","15510.407"],["7456.052","15434.789"],["7455.941","15433.744"],["7457.325","15441.865"],["7457.136","15440.413"],["7458.413","15447.489"],["7458.576","15448.967"],["8289.079","14671.327"],["8293.383","14672.965"],["8297.387","14672.984"],["8284.214","14666.352"],["8245.004","14696.762"],["8245.834","14693.340"],["8241.956","14699.670"],["8241.780","14705.486"],["7301.957","15492.542"],["7297.242","15492.560"],["7299.589","15489.804"],["7303.222","15490.529"],["7290.624","15494.126"],["7287.820","15497.542"],["7286.702","15495.833"],["7281.559","15498.792"],["7282.636","15501.535"],["7278.421","15503.276"],["7279.009","15500.383"],["7276.387","15505.717"],["7273.995","15503.749"],["7269.964","15506.033"],["7241.103","15473.767"],["7243.983","15476.352"],["7245.551","15471.385"],["7247.693","15473.230"],["7249.085","15469.268"],["7249.913","15472.876"],["7253.946","15469.118"],["7254.381","15470.904"],["7257.142","15466.551"],["7259.233","15467.851"],["7260.238","15463.526"],["7264.793","15462.167"],["7268.478","15462.351"],["7265.060","15464.641"],["7261.621","15466.931"],["7269.648","15458.386"],["7271.918","15460.353"],["7275.469","15455.051"],["7277.153","15456.797"],["7278.893","15452.820"],["7280.321","15454.833"],["8412.581","14537.156"],["8411.474","14533.765"],["8404.488","14531.667"],["8400.471","14529.769"],["8406.003","14528.837"],["8413.144","14558.807"],["8414.879","14563.310"],["8410.922","14566.441"],["8367.584","14533.794"],["8363.166","14536.183"],["8358.178","14534.901"],["8413.739","14601.118"],["8271.000","14658.168"],["8268.487","14654.905"],["8269.055","14639.567"],["8268.599","14635.637"],["8274.054","14633.545"],["8293.316","14611.202"],["8298.397","14608.559"],["8301.275","14602.460"],["8349.977","14517.555"],["8344.892","14515.390"],["8339.734","14515.249"],["8336.168","14517.945"]] \ No newline at end of file diff --git a/src/gathering/10250.json b/src/gathering/10250.json new file mode 100644 index 0000000..4e5260f --- /dev/null +++ b/src/gathering/10250.json @@ -0,0 +1 @@ +[["7435.447","15383.575"],["7434.032","15383.729"],["7432.322","15383.988"],["7430.795","15384.242"],["7429.531","15384.377"],["7428.277","15384.625"],["7426.752","15384.819"],["7426.785","15385.382"],["7428.108","15385.710"],["7429.567","15385.782"],["7431.516","15385.758"],["7432.864","15385.591"],["7434.377","15385.447"],["7435.544","15385.291"],["7433.148","15384.356"],["7426.488","15385.324"],["8302.718","14666.721"],["8298.863","14664.691"],["8294.323","14661.979"],["8305.284","14663.596"],["8319.555","14661.683"],["7647.244","15105.152"],["7645.278","15100.775"],["7641.858","15099.332"],["7646.607","15102.999"],["8404.283","14558.986"],["8404.604","14553.698"],["8404.319","14543.581"],["8404.540","14539.576"],["8400.860","14537.954"],["8400.506","14542.752"],["8397.241","14537.809"],["8396.212","14542.424"],["8392.858","14538.853"],["8388.930","14537.975"],["8399.162","14552.223"],["8400.386","14556.550"],["8396.715","14556.649"],["8394.763","14552.257"],["8392.685","14555.892"],["8391.384","14550.025"],["8378.524","14540.408"],["8377.147","14545.078"],["8372.295","14547.028"],["8372.598","14541.345"],["8369.269","14542.281"],["8366.416","14544.099"],["8362.315","14541.840"],["8390.823","14542.690"],["8376.328","14549.938"],["8289.958","14659.631"],["8285.815","14656.424"],["8281.923","14652.770"],["8279.166","14649.261"],["8281.932","14646.612"],["8283.900","14650.171"],["8286.860","14653.115"],["8293.448","14656.821"],["8298.337","14658.640"],["8302.293","14661.377"],["8291.422","14652.507"],["8288.200","14648.794"],["8286.402","14644.799"],["8282.766","14641.157"],["8284.071","14636.151"],["8276.970","14645.899"],["8280.586","14637.819"],["8286.950","14639.393"],["8288.719","14635.639"],["8296.347","14653.467"],["8294.598","14649.177"],["8291.679","14646.468"],["8290.159","14642.176"],["8294.063","14641.912"],["8292.512","14632.877"],["8294.337","14637.506"],["8290.308","14630.022"],["8292.173","14627.349"],["8284.055","14631.797"],["8287.568","14628.561"],["8293.104","14623.418"],["8301.562","14656.775"],["8299.528","14652.553"],["8298.761","14648.932"],["8296.915","14644.789"],["8299.566","14641.978"],["8299.101","14638.200"],["8297.689","14634.089"],["8295.667","14628.998"],["8300.051","14628.876"],["8297.601","14625.009"],["8302.016","14622.844"],["8297.138","14620.412"],["8298.566","14616.360"],["8302.384","14617.980"],["8303.332","14613.349"],["8301.848","14645.582"],["8304.631","14640.958"],["8304.111","14635.311"],["8304.713","14629.893"],["8304.592","14625.374"],["8306.302","14621.165"],["8307.077","14617.679"],["8308.035","14612.848"],["8311.041","14609.665"],["8314.691","14660.627"],["8324.334","14661.255"],["8321.712","14657.691"],["8324.255","14657.435"],["8315.075","14655.584"],["8318.346","14656.284"],["8312.902","14652.066"],["8319.179","14652.237"],["8324.771","14653.281"],["8323.126","14648.424"],["8316.777","14645.939"],["8311.857","14648.172"],["8312.724","14643.623"],["8316.878","14641.271"],["8320.709","14642.785"],["8323.264","14639.729"],["8325.644","14644.041"],["8314.555","14638.328"],["8316.047","14634.458"],["8319.801","14636.339"],["8320.441","14632.025"],["8316.330","14630.149"],["8317.595","14625.476"],["8319.249","14621.596"],["8320.256","14616.795"],["8322.315","14627.648"],["8322.828","14623.156"],["8325.056","14617.624"],["8329.074","14659.679"],["8334.437","14659.291"],["8328.595","14655.354"],["8327.931","14650.507"],["8328.892","14646.167"],["8332.051","14650.658"],["8333.327","14654.315"],["8337.827","14657.789"],["8328.265","14637.965"],["8330.465","14641.245"],["8327.215","14630.537"],["8326.666","14626.694"],["8327.089","14622.245"],["8329.535","14618.399"],["8330.929","14635.058"],["8330.791","14631.074"],["8331.086","14626.832"],["8332.492","14622.368"],["8322.491","14612.816"],["8327.212","14612.216"],["8331.812","14613.706"],["8334.550","14610.189"],["8329.965","14608.467"],["8324.715","14608.396"],["8328.126","14604.133"],["8331.995","14603.958"],["8316.432","14618.877"],["8317.885","14613.490"],["8320.243","14608.860"],["8322.803","14603.859"],["8313.906","14628.355"],["8312.783","14632.618"],["8305.479","14658.156"],["8312.579","14604.500"],["8315.311","14600.867"],["8310.679","14601.446"],["8306.799","14608.586"],["8355.808","14541.893"],["7486.997","15371.661"],["7488.240","15371.446"],["7489.159","15371.287"],["7490.130","15371.119"],["7491.257","15370.923"],["7492.805","15370.655"],["7493.730","15370.649"],["7494.861","15370.453"],["7495.224","15370.390"],["7491.321","15347.364"],["7491.684","15347.302"],["7490.190","15347.560"],["7489.265","15347.567"],["7487.717","15347.835"],["7486.590","15348.030"],["7485.619","15348.198"],["7484.700","15348.357"],["7483.457","15348.573"],["8354.391","14693.613"],["8352.158","14695.658"],["8352.942","14690.423"],["8356.327","14675.785"],["8348.702","14692.415"],["8347.808","14687.876"],["8342.493","14688.278"],["8339.736","14684.890"],["8336.482","14685.093"],["8343.649","14684.657"],["8354.172","14680.739"],["8348.767","14677.944"],["8348.563","14673.481"],["8344.469","14676.633"],["8339.982","14675.413"],["8336.213","14675.017"],["8345.251","14672.727"],["8340.705","14671.031"],["8335.839","14670.549"],["8332.659","14667.969"],["8329.783","14671.426"],["8332.162","14676.165"],["8326.803","14676.409"],["8325.278","14673.311"],["8320.940","14674.962"],["8318.340","14672.807"],["8321.498","14670.254"],["8325.740","14669.129"],["8329.242","14667.428"],["8314.353","14672.070"],["8317.348","14668.915"],["8311.289","14669.754"],["7882.397","15056.224"],["7890.061","15051.473"],["7886.417","15054.276"],["7891.889","15048.761"],["7893.946","15045.573"],["7895.590","15041.627"],["7896.928","15037.328"],["7897.310","15032.443"],["7897.980","15028.852"],["7897.439","15025.257"],["7896.370","15021.295"],["7894.575","15018.773"],["7892.937","15015.421"],["7890.883","15012.315"],["7886.141","15010.436"],["7881.918","15008.973"],["7877.737","15007.540"],["7874.597","15008.427"],["7870.435","15008.784"],["7863.580","15011.759"],["7860.480","15013.907"],["7857.527","15016.953"],["7854.926","15020.608"],["7853.808","15023.731"],["7852.743","15027.725"],["7852.715","15030.966"],["7852.669","15036.687"],["7853.303","15041.166"],["7855.312","15045.365"],["7857.857","15048.505"],["7860.727","15051.436"],["7863.875","15053.181"],["7867.337","15054.649"],["7871.563","15056.186"],["7883.564","15052.175"],["7886.161","15050.400"],["7888.511","15048.291"],["7889.875","15044.987"],["7891.478","15042.833"],["7893.203","15039.379"],["7893.949","15034.789"],["7894.324","15030.763"],["7893.968","15026.590"],["7892.315","15021.807"],["7890.303","15018.723"],["7888.155","15016.109"],["7884.120","15014.057"],["7879.975","15012.485"],["7875.025","15011.760"],["7870.866","15012.447"],["7864.391","15015.830"],["7861.534","15018.927"],["7859.153","15021.226"],["7857.464","15024.789"],["7856.210","15028.654"],["7856.518","15033.866"],["7856.646","15038.264"],["7858.319","15044.191"],["7860.939","15047.930"],["7864.562","15049.972"],["7869.002","15052.110"],["7872.602","15053.381"],["8388.154","14659.486"],["8393.012","14661.312"],["8392.213","14655.639"],["8397.309","14656.024"],["8395.958","14650.976"],["8401.072","14651.029"],["8401.865","14658.096"],["8404.672","14654.213"],["8401.359","14646.336"],["8403.808","14643.189"],["8405.195","14647.374"],["8357.985","14597.548"],["8356.682","14593.432"],["8360.278","14595.047"],["8361.574","14591.303"],["8357.542","14589.296"],["8366.392","14588.969"],["8362.471","14587.525"],["8359.118","14585.381"],["8369.814","14580.811"],["8365.739","14579.066"],["8360.984","14577.854"],["8371.493","14575.975"],["8366.295","14574.221"],["8361.337","14572.876"],["8357.032","14571.372"],["8374.382","14572.338"],["8371.018","14570.444"],["8365.408","14570.225"],["8361.570","14568.370"],["8357.521","14566.497"],["8379.118","14564.255"],["8375.242","14563.197"],["8370.482","14560.695"],["8365.578","14559.757"],["8360.645","14557.683"],["8380.718","14560.239"],["8377.217","14558.876"],["8374.390","14557.582"],["8370.076","14555.910"],["8366.036","14554.723"],["8361.806","14552.315"],["8357.774","14550.611"],["8363.866","14673.939"],["8369.251","14673.083"],["8373.997","14672.042"],["8378.005","14670.614"],["8381.947","14667.497"],["8384.487","14663.649"],["8364.124","14678.921"],["8368.607","14678.418"],["8372.882","14676.859"],["8378.605","14675.347"],["8382.228","14672.460"],["8385.888","14668.412"],["8389.651","14665.445"],["8361.576","14683.388"],["8366.926","14683.490"],["8372.165","14682.128"],["8377.679","14679.410"],["8383.104","14677.062"],["8387.151","14674.333"],["8390.722","14670.047"],["8394.643","14665.965"],["8398.911","14662.464"],["8357.886","14691.149"],["8362.085","14691.507"],["8366.833","14691.090"],["8371.915","14690.439"],["8376.393","14688.473"],["8357.853","14696.256"],["8360.907","14696.080"],["8365.283","14696.108"],["8368.463","14695.631"],["8372.577","14694.622"],["8378.835","14692.121"],["8381.722","14690.584"],["8384.150","14685.516"],["8359.936","14700.395"],["8363.989","14701.035"],["8369.040","14700.492"],["8372.165","14698.465"],["8362.519","14705.086"],["8358.574","14680.683"],["8173.658","14568.562"],["8173.820","14572.868"],["8176.086","14570.230"],["8320.102","14589.432"],["8324.262","14590.561"],["8328.564","14591.277"],["8333.498","14593.323"],["8337.609","14594.823"],["8342.841","14597.376"],["8345.347","14597.826"],["8348.407","14600.141"],["8354.134","14600.498"],["8322.655","14585.690"],["8326.853","14586.867"],["8332.422","14588.782"],["8336.931","14589.838"],["8340.723","14592.096"],["8344.832","14594.019"],["8349.329","14596.202"],["8352.988","14596.344"],["8324.780","14582.317"],["8330.962","14584.089"],["8334.981","14585.585"],["8339.513","14587.715"],["8343.696","14589.994"],["8348.359","14592.202"],["8351.760","14591.979"],["8354.010","14587.907"],["8345.531","14586.353"],["8351.075","14586.475"],["8341.927","14585.161"],["8338.477","14582.522"],["8334.980","14581.042"],["8330.566","14579.799"],["8326.031","14578.959"],["8355.713","14584.604"],["8352.803","14582.713"],["8348.883","14582.632"],["8344.965","14581.811"],["8341.188","14580.470"],["8337.270","14578.176"],["8333.583","14576.815"],["8330.196","14575.023"],["8328.636","14570.604"],["8356.433","14574.875"],["8351.920","14573.004"],["8347.191","14571.400"],["8344.036","14569.692"],["8340.372","14567.703"],["8336.920","14564.754"],["8332.709","14561.216"],["8333.341","14572.113"],["8352.380","14569.113"],["8348.880","14567.042"],["8345.397","14565.025"],["8342.088","14563.419"],["8335.896","14558.965"],["8333.632","14555.737"],["8353.593","14565.415"],["8349.274","14562.579"],["8345.532","14560.593"],["8339.889","14557.040"],["8336.788","14554.482"],["8333.689","14551.061"],["8355.595","14555.208"],["8352.264","14553.058"],["8348.116","14551.215"],["8344.995","14549.263"],["8338.744","14545.009"],["8353.752","14548.160"],["8349.680","14546.655"],["8344.040","14544.573"],["7486.378","15369.797"],["7486.244","15368.289"],["7486.195","15367.440"],["7485.937","15366.144"],["7485.834","15365.630"],["7485.685","15364.880"],["7485.520","15364.049"],["7484.359","15357.200"],["7484.913","15359.280"],["7484.674","15358.780"],["7485.034","15360.591"],["7485.083","15361.439"],["7485.218","15362.948"],["7484.525","15358.031"],["7483.252","15350.308"],["7483.670","15352.403"],["7483.567","15351.889"],["7483.928","15353.699"],["7483.976","15354.548"],["7484.111","15356.057"],["7483.418","15351.140"],["7495.519","15368.646"],["7495.384","15367.137"],["7494.975","15364.478"],["7494.358","15361.796"],["7494.175","15359.439"],["7494.053","15358.128"],["7493.499","15356.048"],["7493.251","15354.905"],["7493.117","15353.396"],["7493.068","15352.547"],["7492.810","15351.251"],["7492.707","15350.737"],["7492.558","15349.988"],["7492.393","15349.157"],["7493.665","15356.879"],["7494.223","15360.288"],["7494.660","15362.897"],["7494.826","15363.729"],["7495.077","15364.992"],["7495.335","15366.288"],["7450.530","15379.774"],["7450.632","15380.719"],["7451.515","15380.732"],["7451.626","15379.085"],["7451.911","15379.730"],["7452.701","15380.999"],["7450.684","15381.441"],["7453.904","15381.068"],["7454.962","15380.883"],["7456.269","15380.539"],["7457.296","15380.332"],["7457.296","15379.887"],["7457.110","15378.828"],["7456.890","15378.098"],["7456.766","15376.997"],["7455.815","15376.084"],["7454.816","15375.612"],["7455.237","15375.074"],["7456.509","15375.170"],["7456.371","15374.230"],["7455.387","15373.948"],["7455.576","15373.142"],["7453.799","15375.936"],["7454.700","15373.568"],["7456.461","15373.067"],["8352.730","14663.784"],["8347.981","14662.076"],["7865.926","15029.759"],["7867.897","15026.178"],["7870.579","15024.064"],["7874.458","15022.602"],["7878.835","15023.411"],["7881.924","15026.430"],["7883.642","15029.688"],["7884.474","15033.319"],["7883.960","15037.013"],["7882.010","15040.183"],["7879.125","15042.248"],["7874.813","15043.758"],["7869.221","15041.828"],["7866.814","15039.550"],["7869.332","15030.935"],["7871.501","15028.355"],["7875.675","15027.482"],["7879.408","15029.558"],["7881.428","15033.624"],["7880.733","15037.354"],["7876.769","15039.331"],["7873.065","15040.485"],["7869.643","15038.472"],["8362.102","14663.199"],["8375.308","14657.513"],["8379.012","14655.295"],["8382.225","14651.825"],["8385.748","14647.987"],["8387.963","14643.531"],["8392.106","14640.726"],["8395.895","14637.873"],["8399.088","14633.156"],["8401.843","14628.498"],["8363.174","14659.117"],["8368.165","14657.428"],["8372.435","14654.820"],["8375.840","14651.804"],["8379.365","14647.976"],["8384.108","14644.987"],["8385.109","14640.360"],["8389.013","14638.081"],["8392.266","14636.104"],["8394.755","14632.395"],["8398.247","14628.266"],["8400.563","14624.116"],["8359.927","14655.063"],["8365.965","14652.446"],["8370.337","14650.472"],["8374.072","14647.222"],["8376.695","14643.802"],["8382.743","14638.025"],["8385.259","14635.617"],["8388.732","14633.315"],["8390.816","14629.710"],["8396.263","14624.475"],["8398.774","14620.049"],["8357.903","14658.909"],["8358.770","14645.146"],["8362.646","14643.300"],["8368.762","14640.268"],["8372.867","14635.991"],["8376.510","14632.517"],["8381.511","14628.263"],["8385.507","14624.082"],["8389.000","14620.242"],["8391.936","14615.515"],["8359.283","14639.572"],["8366.239","14636.432"],["8369.951","14633.371"],["8372.732","14629.373"],["8376.258","14627.325"],["8379.506","14624.513"],["8382.231","14621.413"],["8384.142","14618.929"],["8386.837","14615.541"],["8390.154","14611.347"],["8394.335","14610.418"],["8393.520","14605.966"],["8398.704","14607.451"],["8402.409","14602.954"],["8397.995","14602.977"],["8400.506","14598.564"],["8361.110","14634.699"],["8363.792","14631.873"],["8368.082","14629.241"],["8372.356","14625.775"],["8378.624","14619.357"],["8382.031","14614.594"],["8386.019","14610.920"],["8389.305","14607.135"],["8394.386","14601.417"],["8396.848","14597.584"],["8398.932","14593.625"],["8401.757","14590.356"],["8403.393","14594.910"],["8403.543","14621.357"],["8405.561","14624.225"],["8402.684","14617.192"],["8357.462","14624.446"],["8361.227","14622.394"],["8367.397","14618.675"],["8369.440","14615.035"],["8372.811","14612.417"],["8376.891","14608.339"],["8378.869","14604.112"],["8382.530","14600.960"],["8385.637","14597.525"],["8388.580","14592.737"],["8392.653","14587.062"],["8397.349","14580.947"],["8399.501","14576.288"],["8393.784","14582.586"],["8395.695","14575.059"],["8399.008","14569.700"],["8401.219","14573.097"],["8394.353","14571.018"],["8394.850","14567.139"],["8391.263","14574.007"],["8387.805","14575.764"],["8390.445","14578.576"],["8386.827","14580.761"],["8389.317","14584.532"],["8383.366","14584.484"],["8386.364","14588.713"],["8380.410","14588.082"],["8382.340","14591.906"],["8380.537","14597.467"],["8377.930","14592.501"],["8374.946","14596.188"],["8376.757","14599.766"],["8373.054","14600.976"],["8374.870","14604.259"],["8371.752","14607.020"],["8369.620","14602.880"],["8367.814","14607.061"],["8368.597","14610.717"],["8363.576","14609.759"],["8364.671","14614.022"],["8362.842","14618.177"],["8360.646","14614.024"],["8358.473","14618.664"],["8357.215","14615.220"],["8357.085","14644.179"],["8362.500","14639.087"],["8370.951","14637.811"],["8376.228","14623.062"],["8378.717","14630.570"],["8372.961","14632.210"],["8383.306","14625.577"],["8367.177","14662.101"],["8371.418","14660.107"],["8357.701","14663.277"],["8354.950","14656.143"],["8352.811","14659.362"],["8348.967","14647.924"],["8354.427","14646.288"],["8351.965","14641.846"],["8355.675","14641.294"],["8344.392","14650.337"],["8345.345","14644.384"],["8341.219","14647.088"],["8343.956","14640.566"],["8348.518","14639.601"],["8352.678","14638.928"],["8356.440","14636.883"],["8338.367","14632.190"],["8343.818","14630.037"],["8348.273","14629.349"],["8352.302","14627.156"],["8355.191","14620.963"],["8353.276","14617.760"],["8351.279","14622.959"],["8349.711","14619.035"],["8347.816","14625.213"],["8346.867","14620.563"],["8344.963","14626.379"],["8339.737","14627.843"],["8349.462","14644.304"],["8342.075","14643.914"]] \ No newline at end of file diff --git a/src/gathering/10253.json b/src/gathering/10253.json new file mode 100644 index 0000000..750e0d2 --- /dev/null +++ b/src/gathering/10253.json @@ -0,0 +1 @@ +[["7936.550","15101.882"],["7936.988","15103.101"],["7928.563","15099.653"],["7929.068","15099.956"],["7937.121","15099.202"],["7948.811","15115.612"],["7920.694","15106.178"],["7920.189","15105.875"],["7925.801","15104.998"],["7923.777","15105.693"],["7926.799","15103.407"],["7926.447","15109.349"],["7932.453","15117.495"],["7931.949","15117.192"],["7926.585","15088.496"],["7928.360","15089.041"],["7924.805","15089.755"],["7925.375","15090.802"],["7927.149","15091.346"],["7957.829","15078.079"],["7972.805","15071.723"],["7976.565","15071.633"],["7976.996","15071.886"],["7976.649","15070.396"],["7989.252","15066.360"],["7990.784","15070.325"],["7994.790","15071.261"],["7993.685","15068.132"],["7991.056","15067.275"],["7991.576","15072.575"],["7980.927","15070.307"],["7981.719","15072.557"],["7984.932","15071.243"],["7956.344","15079.194"],["7956.260","15080.432"],["7956.690","15080.684"],["7958.648","15081.979"],["7961.216","15078.746"],["7956.296","15085.026"],["7956.449","15053.133"],["7960.111","15047.730"],["7975.630","15052.293"],["7974.736","15046.448"],["7953.357","15062.946"],["7978.065","15043.216"],["8027.656","14576.119"],["8019.794","14571.668"],["8029.827","14573.634"],["8022.557","14570.909"],["8019.070","14568.184"],["8027.310","14577.638"],["8025.534","14574.327"],["8016.446","14595.946"],["8023.058","14598.457"],["8025.459","14590.463"],["8026.874","14589.786"],["8021.397","14591.851"],["8013.206","14585.129"],["8015.038","14598.244"],["8039.387","14545.272"],["8045.423","14533.018"],["8037.907","14544.149"],["8038.005","14542.117"],["8045.045","14532.522"],["8035.670","14543.125"],["8044.469","14531.845"],["8024.914","14525.721"],["8023.763","14532.823"],["8025.358","14527.538"],["8031.509","14529.305"],["8022.233","14531.105"],["8025.391","14518.008"],["8035.588","14530.329"],["8017.203","14593.612"],["8015.525","14593.067"],["8022.850","14587.802"],["8024.264","14587.125"],["8031.340","14590.152"],["8029.663","14589.607"],["8033.725","14588.220"],["8035.140","14587.543"],["8060.344","14591.290"],["8063.133","14591.111"],["8058.929","14591.967"],["8065.524","14567.417"],["8063.139","14569.349"],["8061.461","14568.804"],["8019.278","14588.460"],["8020.692","14587.782"],["8019.930","14581.920"],["8021.344","14581.243"],["8015.867","14583.308"],["8017.545","14583.853"],["8015.215","14589.847"],["8016.893","14590.392"],["8026.743","14583.726"],["8051.293","14573.203"],["8058.122","14575.089"],["8055.512","14572.428"],["8055.202","14569.207"],["8053.788","14569.885"],["8049.915","14570.515"],["8064.626","14582.667"],["8052.577","14566.465"],["8048.416","14561.620"],["8049.690","14565.922"],["8021.622","14548.366"],["8023.037","14547.689"],["8020.427","14545.027"],["8020.117","14541.807"],["8018.702","14542.484"],["8013.708","14541.755"],["8016.318","14544.416"],["8014.950","14547.092"],["8016.628","14547.637"],["8022.906","14541.628"],["8017.507","14539.146"],["8016.093","14539.823"],["8014.640","14543.871"],["8019.012","14545.704"],["8041.699","14518.600"],["8043.113","14517.923"],["8040.504","14515.261"],["8040.194","14512.041"],["8038.779","14512.718"],["8033.785","14511.989"],["8036.394","14514.650"],["8035.027","14517.326"],["8036.704","14517.871"],["8042.983","14511.862"],["8037.584","14509.380"],["8036.170","14510.057"],["8034.717","14514.105"],["8039.089","14515.938"],["8032.036","14549.508"],["8031.726","14546.288"],["8030.311","14546.965"],["8025.317","14546.236"],["8027.926","14548.897"],["8026.559","14551.573"],["8028.236","14552.118"],["8034.515","14546.109"],["8029.116","14543.627"],["8027.701","14544.304"],["8026.249","14548.352"],["8030.621","14550.185"],["8020.137","14559.436"],["8021.552","14558.759"],["8018.942","14556.097"],["8018.632","14552.877"],["8017.218","14553.554"],["8012.223","14552.825"],["8014.833","14555.487"],["8013.465","14558.162"],["8015.143","14558.707"],["8021.421","14552.698"],["8016.022","14550.216"],["8014.608","14550.893"],["8013.155","14554.942"],["8017.528","14556.775"],["8021.623","14569.292"],["8023.037","14568.615"],["8020.428","14565.954"],["8020.118","14562.733"],["8018.703","14563.410"],["8013.709","14562.681"],["8013.944","14572.207"],["8013.252","14578.721"],["8016.628","14568.563"],["8022.907","14562.554"],["8017.508","14560.072"],["8016.093","14560.749"],["8012.266","14571.662"],["8019.013","14566.631"],["8050.975","14554.699"],["8052.389","14554.022"],["8049.779","14551.361"],["8049.469","14548.140"],["8048.055","14548.817"],["8043.060","14548.088"],["8045.670","14550.750"],["8044.302","14553.425"],["8045.980","14553.970"],["8052.258","14547.961"],["8046.860","14545.479"],["8045.445","14546.156"],["8043.992","14550.205"],["8048.365","14552.038"],["8058.060","14565.096"],["8059.475","14564.419"],["8056.865","14561.757"],["8056.555","14558.537"],["8055.141","14559.214"],["8050.146","14558.485"],["8052.756","14561.146"],["8051.388","14563.822"],["8053.066","14564.367"],["8059.344","14558.358"],["8053.945","14555.876"],["8052.531","14556.553"],["8051.078","14560.601"],["8055.451","14562.434"],["8058.509","14585.049"],["8059.924","14584.372"],["8057.314","14581.711"],["8057.004","14578.491"],["8055.590","14579.168"],["8053.205","14581.100"],["8059.793","14578.312"],["8054.394","14575.829"],["8052.980","14576.506"],["8055.899","14582.388"],["8027.444","14601.503"],["8029.122","14602.048"],["8028.812","14598.828"],["8027.135","14598.283"],["8026.202","14596.166"],["8028.587","14594.234"],["8030.002","14593.557"],["8034.495","14599.476"],["8035.909","14598.799"],["8034.598","14608.538"],["8035.175","14606.827"],["8027.939","14607.354"],["8029.353","14606.677"],["8030.054","14604.165"],["8019.284","14609.273"],["8020.961","14609.818"],["8020.651","14606.598"],["8018.974","14606.053"],["8018.041","14603.936"],["8020.426","14602.004"],["8021.841","14601.327"],["8023.036","14604.665"],["8024.451","14603.988"],["8023.346","14607.886"],["8024.760","14607.208"],["8025.956","14610.547"],["8027.370","14609.870"],["8021.893","14611.934"],["8038.739","14605.662"],["8037.325","14606.339"],["8036.116","14602.939"],["8034.033","14604.104"],["8034.383","14600.984"],["8032.234","14601.472"],["8031.657","14603.184"],["8031.091","14598.749"],["8035.798","14600.307"],["8019.841","14597.863"],["8018.427","14598.540"],["8021.058","14594.993"],["8040.793","14600.524"],["8039.378","14601.201"],["8038.169","14597.802"],["8043.246","14605.329"],["8041.831","14606.006"],["8040.622","14602.606"],["8041.248","14594.590"],["8038.625","14591.867"],["8041.078","14596.672"],["8039.834","14595.267"],["8043.702","14599.394"],["8047.480","14599.258"],["8044.856","14596.536"],["8047.310","14601.340"],["8046.065","14599.935"],["8045.738","14604.044"],["8062.054","14574.959"],["8060.640","14575.636"],["8066.478","14582.571"],["8060.380","14597.094"],["8058.966","14597.771"],["7939.466","15110.045"],["7939.962","15107.088"],["7934.989","15107.345"],["7939.186","15104.954"],["7935.494","15107.648"],["7937.938","15107.784"],["7940.960","15105.498"],["7938.616","15103.906"],["7938.713","15110.482"],["7939.704","15101.329"],["7934.535","15097.806"],["7933.537","15099.396"],["7933.041","15102.353"],["7931.513","15100.092"],["7932.287","15102.790"],["7932.191","15096.214"],["7932.760","15097.262"],["7930.562","15095.409"],["7933.279","15093.637"],["7930.124","15094.190"],["7941.068","15099.950"],["7940.631","15098.731"],["7942.697","15100.755"],["7945.041","15102.347"],["7944.043","15103.937"],["7943.266","15101.803"],["7949.718","15092.661"],["7948.792","15095.259"],["7946.209","15093.132"],["7948.273","15098.884"],["7945.638","15095.812"],["7948.960","15105.700"],["7948.554","15103.975"],["7949.050","15101.018"],["7947.704","15097.836"],["7950.048","15099.428"],["7953.131","15097.867"],["7951.785","15094.685"],["7942.723","15084.527"],["7940.352","15090.518"],["7939.782","15089.471"],["7937.716","15087.447"],["7938.154","15088.666"],["7937.048","15095.804"],["7938.046","15094.214"],["7941.128","15092.653"],["7944.112","15090.429"],["7944.806","15081.275"],["7945.376","15082.322"],["7946.153","15084.457"],["7949.136","15082.233"],["7943.070","15086.017"],["7938.624","15083.844"],["7943.483","15079.252"],["7951.523","15083.781"],["7949.566","15082.486"],["7949.220","15080.995"],["7946.848","15086.987"],["7950.608","15086.898"],["7951.690","15092.350"],["7947.625","15089.121"],["7959.371","15101.902"],["7958.373","15103.493"],["7957.877","15106.450"],["7957.596","15101.358"],["7953.197","15104.570"],["7954.364","15104.822"],["7951.082","15110.136"],["7953.806","15107.179"],["7952.570","15114.334"],["7951.559","15107.938"],["7952.784","15118.009"],["7952.030","15118.445"],["7951.256","15115.747"],["7949.867","15109.845"],["7951.934","15111.870"],["7954.278","15113.461"],["7949.128","15114.580"],["7942.611","15112.715"],["7947.142","15115.214"],["7945.433","15112.085"],["7943.939","15116.632"],["7944.435","15113.675"],["7960.625","15111.723"],["7961.960","15106.095"],["7958.215","15108.999"],["7957.951","15107.424"],["7955.712","15111.138"],["7953.911","15114.730"],["7956.193","15118.863"],["7956.427","15116.032"],["7954.442","15116.666"],["7957.161","15122.189"],["7961.992","15116.227"],["7957.414","15116.446"],["7957.487","15117.421"],["7959.232","15112.916"],["7957.247","15113.549"],["7928.747","15105.424"],["7929.956","15108.878"],["7928.614","15109.323"],["7935.673","15120.329"],["7934.898","15117.631"],["7936.145","15114.801"],["7935.576","15113.753"],["7933.510","15111.729"],["7970.343","15105.026"],["7966.766","15113.192"],["7966.479","15109.899"],["7969.008","15110.653"],["7966.598","15107.930"],["7964.095","15110.068"],["7969.236","15096.384"],["7965.446","15102.232"],["7965.372","15101.257"],["7968.120","15106.530"],["7965.711","15103.807"],["7962.988","15101.427"],["7962.691","15089.835"],["7958.682","15091.164"],["7958.609","15090.189"],["7961.357","15095.462"],["7958.947","15092.739"],["7955.252","15093.802"],["7967.327","15092.825"],["7963.317","15094.154"],["7960.266","15093.505"],["7965.019","15101.896"],["7963.582","15095.729"],["7961.079","15097.867"],["7975.416","15109.490"],["7976.770","15102.828"],["7975.249","15104.227"],["7975.129","15106.197"],["7972.745","15106.366"],["7977.658","15106.950"],["7978.993","15101.323"],["7974.022","15097.555"],["7974.096","15098.530"],["7962.675","15086.234"],["7962.601","15085.260"],["7966.684","15084.905"],["7965.349","15090.533"],["7967.310","15089.224"],["7967.575","15090.799"],["7971.319","15087.895"],["7973.582","15073.857"],["7978.037","15076.298"],["7974.277","15076.387"],["7970.500","15075.418"],["7966.425","15076.976"],["7966.352","15076.001"],["7966.442","15080.576"],["7970.434","15075.647"],["7969.100","15081.274"],["7971.060","15079.965"],["7971.325","15081.540"],["7975.069","15078.637"],["7982.604","15067.203"],["7982.869","15068.778"],["7982.621","15070.803"],["7978.283","15077.323"],["7988.106","15069.652"],["7985.756","15074.319"],["7951.039","15079.168"]] \ No newline at end of file diff --git a/src/gathering/10258.json b/src/gathering/10258.json new file mode 100644 index 0000000..e8bfe35 --- /dev/null +++ b/src/gathering/10258.json @@ -0,0 +1 @@ +[["16707.691","14143.823"],["16748.750","14167.293"],["15240.161","18301.949"],["15173.078","18298.880"],["6991.873","6044.915"],["6912.715","6091.948"],["6968.635","6121.343"],["6976.224","6103.239"],["6967.359","6133.866"],["17983.031","17851.884"],["17927.258","17834.015"],["6687.818","6010.006"],["6753.384","6039.629"],["6779.996","6077.552"],["6779.201","6109.634"],["6821.258","6038.285"],["18656.539","17969.273"],["18649.976","17940.091"],["19720.266","18254.287"],["19719.016","18194.832"],["19722.075","18221.670"],["19690.414","18205.220"],["19593.877","18158.296"],["19604.814","18196.612"],["19552.199","18146.108"],["19557.874","18176.447"],["19624.798","18127.727"],["19645.834","18118.181"],["19592.972","18214.597"],["19597.939","18203.383"],["19598.087","18198.082"],["19611.640","18169.362"],["19522.931","18173.086"],["6661.568","5858.019"],["6662.822","5960.390"],["13192.756","13563.208"],["13187.979","13565.100"],["13193.365","13574.366"],["13189.481","13573.652"],["13196.214","13603.145"],["13116.685","13406.022"],["13149.126","13422.605"],["13112.486","13421.378"],["13122.811","13418.998"],["13131.786","13452.806"],["13134.511","13425.558"],["18640.151","17813.578"],["18617.914","17787.996"],["18636.236","17761.225"],["13766.148","12636.568"],["13752.694","12639.045"],["15551.972","18496.213"],["15616.013","18480.952"],["15587.094","18670.023"],["13234.180","13563.809"],["13225.444","13569.189"],["13231.043","13575.205"],["13232.951","13578.994"],["13225.402","13550.347"],["13239.790","13539.104"],["13238.751","13543.551"],["13243.479","13549.022"],["13249.796","13549.539"],["13214.720","13553.203"],["13207.361","13539.177"],["13206.615","13534.500"],["13217.283","13534.608"],["13217.405","13577.047"],["13214.687","13562.433"],["13248.104","13524.289"],["13241.933","13526.486"],["13210.366","13580.762"],["13214.357","13586.993"],["13222.746","13582.762"],["13307.553","13563.534"],["13308.935","13557.423"],["13295.228","13549.201"],["13294.455","13547.104"],["13300.582","13577.523"],["13294.316","13570.603"],["5843.807","9595.016"],["5853.889","9596.601"],["15729.137","18570.795"],["15761.105","18631.540"],["19831.133","18433.647"],["19895.554","18463.855"],["19867.025","18417.979"],["19859.805","18399.251"],["19871.861","18372.066"],["19827.913","18384.189"],["19884.229","18381.084"],["19846.186","18410.316"],["19849.854","18385.064"],["19844.196","18381.431"],["19868.045","18328.565"],["19856.269","18407.541"],["19774.246","18285.121"],["15493.522","18676.340"],["17002.903","17744.003"],["17011.900","17766.051"],["17009.169","17816.423"],["17021.705","17809.821"],["17069.321","17800.457"],["17039.090","17828.714"],["17021.064","17818.855"],["17049.436","17820.985"],["17287.639","18099.270"],["17252.145","18117.255"],["17320.073","18090.765"],["17260.714","18076.562"],["17317.672","18108.089"],["17253.708","18062.672"],["17330.451","18103.449"],["17337.129","18087.726"],["17312.244","18081.169"],["17288.856","18143.267"],["13431.374","13832.819"],["13412.509","13829.004"],["13176.940","13608.418"],["13177.828","13613.158"],["13195.604","13656.663"],["13148.086","13633.642"],["13155.109","13621.685"],["13139.313","13620.472"],["13140.875","13620.653"],["17538.334","17814.929"],["15400.494","18492.781"],["15479.834","18617.151"],["13499.888","13629.430"],["13504.709","13622.516"],["13413.809","13635.039"],["13469.795","13640.646"],["13473.414","13647.384"],["13440.426","13651.881"],["13443.206","13663.557"],["19092.620","18101.957"],["15328.001","18202.288"],["13354.271","13643.602"],["13240.283","13669.971"],["13252.783","13664.092"],["13218.977","13654.480"],["13203.039","13640.228"],["13206.476","13667.233"],["13293.602","13623.117"],["13281.052","13615.124"],["13258.837","13624.286"],["13255.597","13632.362"],["13240.799","13629.543"],["13244.780","13630.270"],["13280.458","13650.453"],["13277.136","13651.625"],["13401.753","13636.360"],["13362.890","13629.316"],["13261.282","13720.113"],["13260.854","13724.853"],["13342.559","13695.403"],["13347.362","13691.472"],["13387.453","13630.217"],["13380.233","13639.994"],["15451.760","18387.871"],["15510.871","18397.410"],["15414.896","18385.173"],["18200.806","17824.375"],["18166.119","17783.120"],["18186.744","17730.419"],["18217.122","17757.339"],["18237.862","17814.730"],["18229.935","17750.403"],["18184.112","17771.361"],["18215.691","17785.564"],["18188.208","17779.618"],["18217.764","17766.142"],["18350.595","17789.282"],["18398.687","17770.471"],["18408.243","17741.206"],["18414.329","17773.724"],["18365.332","17784.756"],["18398.967","17789.166"],["18375.546","17796.317"],["18399.806","17754.484"],["18368.753","17770.570"],["18412.668","17773.609"],["17601.936","17864.458"],["17604.995","17842.047"],["17612.265","17842.807"],["17597.989","17863.434"],["17530.933","17843.286"],["17566.525","17876.498"],["17594.420","17887.580"],["17513.416","17870.024"],["17560.045","17874.863"],["19271.016","18054.677"],["19262.331","18074.429"],["19254.831","18061.184"],["19108.245","18078.373"],["19121.403","18132.691"],["19122.587","18124.269"],["19124.791","18123.393"],["19158.426","18154.971"],["19166.831","18065.672"],["19156.337","18143.030"],["19129.216","18057.464"],["19149.150","18083.476"],["16150.437","17538.038"],["16150.997","17525.998"],["16328.131","17475.938"],["16338.263","17553.510"],["18697.904","17908.282"],["18700.897","17938.819"],["18703.463","17939.298"],["18733.052","17961.759"],["18720.272","17946.334"],["18675.042","17977.234"],["18805.235","18029.123"],["18828.343","18011.188"],["18827.965","18020.635"],["18860.005","18038.752"],["18830.153","18025.556"],["12957.862","13561.024"],["12977.063","13561.791"],["15828.002","17931.072"],["15814.071","17944.945"],["15822.262","17946.200"],["15776.358","17962.583"],["15815.239","17944.697"],["15798.183","18000.651"],["15795.272","17992.674"],["15800.272","17989.536"],["15824.252","17983.508"],["15805.884","18017.956"],["19323.318","18019.284"],["15224.863","5498.730"],["15234.074","5495.378"],["17023.103","17841.580"],["17048.564","17848.467"],["17073.235","17849.755"],["17032.462","17853.190"],["17056.015","17844.619"],["13674.006","12524.274"],["13747.123","12506.887"],["15702.863","18195.328"],["15719.392","18098.912"],["15690.478","18178.152"],["15721.235","18184.362"],["15706.794","18124.461"],["6397.850","18975.184"],["19695.266","18268.639"],["19721.318","18264.708"],["19640.480","18268.295"],["19600.858","18274.372"],["19567.980","18289.500"],["19573.917","18309.930"],["19659.065","18262.366"],["19651.483","18353.382"],["19640.808","18276.239"],["19732.881","18207.698"],["19728.868","18187.070"],["19778.720","18189.729"],["14884.924","6074.080"],["18983.647","17914.396"],["18974.437","17889.376"],["18978.351","17918.442"],["18983.976","17959.945"],["18980.095","17924.933"],["18972.677","17940.540"],["18998.220","17964.850"],["19080.687","17966.254"],["19036.229","17886.271"],["18980.835","17980.936"],["18899.015","17935.947"],["18887.074","17878.936"],["18897.403","17946.005"],["18888.820","18036.671"],["17827.032","17848.847"],["17779.351","17850.581"],["17772.706","17838.327"],["17814.367","17835.305"],["17745.864","17856.015"],["6686.187","5944.062"],["6695.256","5833.146"],["6682.940","5897.518"],["15743.866","18101.901"],["15782.402","18170.539"],["15742.550","18139.061"],["15727.172","18124.246"],["15741.185","18201.868"],["15878.189","18185.583"],["15902.646","18125.566"],["15866.808","18162.577"],["15874.801","18163.370"],["15866.594","18177.804"],["15908.304","18178.415"],["15830.508","18133.064"],["15856.413","18100.034"],["15933.485","18132.206"],["15908.288","18148.952"],["15822.282","18096.304"],["15743.532","18070.028"],["15751.887","18094.587"],["15749.568","18060.912"],["15751.788","18074.636"],["15794.371","18087.518"],["15833.038","18124.182"],["15754.683","18088.757"],["15794.338","18082.382"],["19258.499","18027.493"],["19238.072","18031.572"],["19281.049","18018.310"],["19242.512","17983.793"],["19251.706","17981.712"],["19292.693","18004.520"],["18025.942","17741.265"],["18008.311","17789.489"],["17980.531","17753.387"],["18009.791","17824.254"],["17947.291","17802.751"],["18008.245","17781.331"],["16366.322","17573.262"],["16361.667","17566.111"],["16405.713","17535.129"],["18695.776","17829.614"],["13115.384","13311.405"],["13130.123","13310.227"],["13108.229","13339.629"],["13123.315","13382.868"],["13125.360","13366.721"],["13104.780","13293.502"],["13097.306","13302.274"],["13066.229","13247.537"],["13072.160","13251.215"],["13068.426","13263.387"],["18818.559","17924.808"],["18805.842","17921.239"],["18867.288","17898.061"],["18876.811","17891.224"],["18834.607","17936.707"],["18695.200","17856.204"],["18697.535","17837.178"],["18685.996","17883.311"],["18818.738","17972.047"],["18876.847","17991.964"],["18882.439","17968.430"],["18868.261","17960.981"],["17365.910","17910.733"],["17333.114","17982.178"],["17392.703","17875.572"],["17342.818","17974.532"],["17390.252","17970.849"],["17334.446","17919.288"],["17336.749","17985.630"],["17402.308","17903.268"],["17352.341","17935.556"],["17399.281","17976.299"],["15831.583","18491.253"],["15771.620","18480.225"],["15872.901","18635.502"],["15666.860","18422.443"],["13882.566","12826.069"],["16947.856","17711.427"],["16942.100","17782.723"],["16908.975","17710.766"],["16843.909","17675.985"],["16900.011","17782.971"],["16871.162","17686.588"],["16929.320","17758.991"],["16948.843","17768.950"],["16903.185","17747.397"],["16865.669","17704.623"],["16919.383","17772.492"],["16922.722","17754.111"],["16939.268","17821.972"],["16951.686","17742.368"],["16924.433","17736.439"],["16955.929","17760.073"],["16968.742","17754.193"],["16812.435","17684.548"],["16792.715","17695.035"],["16798.619","17685.324"],["16797.501","17733.863"],["16782.567","17693.896"],["16832.731","17638.421"],["16802.846","17731.699"],["16818.307","17707.504"],["16816.432","17721.063"],["16826.267","17701.278"],["19478.671","18159.280"],["19510.941","18105.076"],["19466.270","18117.479"],["19481.895","18168.363"],["19457.175","18145.588"],["19441.352","18099.891"],["15701.379","18381.695"],["15616.161","18347.826"],["16145.618","17563.736"],["16141.013","17525.106"],["16136.391","17566.328"],["15264.719","18065.155"],["15759.687","18417.809"],["15784.403","18402.419"],["17745.650","17809.838"],["17777.525","17815.107"],["17779.696","17818.740"],["17754.811","17821.564"],["18665.677","17840.366"],["18592.124","17847.682"],["18629.904","17851.332"],["18638.308","17854.453"],["18647.230","17932.064"],["12058.854","16119.707"],["12056.552","16119.079"],["12073.993","16119.657"],["12060.697","16118.878"],["12069.723","16091.517"],["12086.218","16042.753"],["12082.945","16107.047"],["12090.588","16045.207"],["12109.404","16045.257"],["12133.351","16099.741"],["12121.678","16037.398"],["11804.067","15444.459"],["11820.378","15471.246"],["11791.858","15458.182"],["11789.555","15495.639"],["11758.129","15491.906"],["11774.214","15506.324"],["12230.532","16981.229"],["11017.905","15501.762"],["10990.907","15502.135"],["11633.406","15994.224"],["11656.126","15949.187"],["11658.626","15951.235"],["11611.001","15962.121"],["11629.867","15936.687"],["11613.567","15980.628"],["11613.123","15970.472"],["11590.458","15962.627"],["11593.685","16057.316"],["11571.218","16057.151"],["11595.918","16038.906"],["11601.461","16035.008"],["11519.994","16051.591"],["11555.583","16060.003"],["11563.544","16072.604"],["11569.474","16054.507"],["11590.313","16050.758"],["11579.638","16050.956"],["11605.100","15956.324"],["11582.985","15986.560"],["11598.988","15974.669"],["11590.041","15991.531"],["11609.154","15945.047"],["11591.638","15937.681"],["11574.939","16041.832"],["11566.749","16034.417"],["11569.199","16035.953"],["11588.277","16035.333"],["11596.780","16036.158"],["11595.497","16039.940"],["11595.567","16073.601"],["11710.880","16062.047"],["11526.144","16093.757"],["11542.473","16077.964"],["11572.341","16084.504"],["11569.595","16089.623"],["11644.016","16129.999"],["11623.341","16098.571"],["11618.835","16100.354"],["11666.319","16028.754"],["11642.635","16047.680"],["11679.264","16038.382"],["11639.617","16010.902"],["11645.406","16017.195"],["11692.251","15968.006"],["11665.500","16077.272"],["11651.553","16084.621"],["11694.612","16072.499"],["11718.170","16131.880"],["12778.692","16438.830"],["12849.154","16353.006"],["12857.971","16373.740"],["12864.648","16363.666"],["12851.556","16362.394"],["12804.226","16361.208"],["12788.670","16382.482"],["12787.008","16400.798"],["12786.630","16399.328"],["12782.623","16376.933"],["12781.817","16379.955"],["12028.849","15867.337"],["12145.021","15807.613"],["12138.241","15813.331"],["12138.998","15810.143"],["12135.758","15824.908"],["12125.413","15811.947"],["12103.186","15861.630"],["12091.509","15860.755"],["12072.517","15877.529"],["12076.711","15879.048"],["12078.388","15880.617"],["12045.094","15879.972"],["12053.482","15890.129"],["12059.634","15881.541"],["12048.757","15897.336"],["12034.234","15903.117"],["12038.543","15892.398"],["11996.772","15886.311"],["12017.035","15882.562"],["12005.062","15893.280"],["12011.505","15872.968"],["12011.751","15860.069"],["11975.653","15893.580"],["12102.191","15846.558"],["12128.047","15826.509"],["12109.313","15828.391"],["12145.265","15779.790"],["12120.869","15739.124"],["11943.821","15779.220"],["12036.611","15722.863"],["11966.620","15915.071"],["11965.187","15872.919"],["12024.201","15747.462"],["12027.803","15725.315"],["12042.949","15759.598"],["12065.482","15796.642"],["12056.929","15753.206"],["12118.489","15744.102"],["11954.447","15834.492"],["11940.779","15835.433"],["11939.546","15843.080"],["12054.967","15834.003"],["12072.928","15823.037"],["12070.609","15803.829"],["12074.237","15775.975"],["12107.823","15787.140"],["12113.678","15769.089"],["12005.619","15742.240"],["11991.626","15797.713"],["11998.237","15781.082"],["11991.658","15774.790"],["12298.733","15948.183"],["12302.088","15952.742"],["12306.691","15940.618"],["12289.108","15943.508"],["12180.853","16071.082"],["12156.901","15968.795"],["12240.430","15946.435"],["12234.309","16020.590"],["12246.069","16036.161"],["12233.322","16040.571"],["12234.539","16042.833"],["12218.349","16070.930"],["12232.055","16084.762"],["12227.960","16093.118"],["12227.269","16085.885"],["12238.638","16062.279"],["12248.473","16057.325"],["12237.519","16051.709"],["12257.598","16124.528"],["12256.848","16110.240"],["12249.052","16126.640"],["12254.217","16125.351"],["12254.250","16088.694"],["12262.770","16100.618"],["12319.366","16113.616"],["12313.889","16122.386"],["12308.691","16137.035"],["12296.103","16105.870"],["12288.718","16112.625"],["12293.899","16109.850"],["12267.753","16129.988"],["12266.323","16114.596"],["12281.783","16135.389"],["12215.715","16110.542"],["12230.747","16130.740"],["12343.438","16070.714"],["12348.766","16077.304"],["12321.476","16067.796"],["12293.346","16134.853"],["12287.277","16136.356"],["12324.030","15938.126"],["12208.836","16120.143"],["12191.226","16061.580"],["12180.096","15962.721"],["12181.083","15932.366"],["12217.630","15930.237"],["12209.340","15937.008"],["12309.491","15986.730"],["12334.912","15947.214"],["12147.312","15997.178"],["12147.098","16015.279"],["12223.084","15953.243"],["12242.394","15968.437"],["12183.337","16033.472"],["12174.702","16030.285"],["12223.583","16041.482"],["12165.888","16015.567"],["12167.045","16080.932"],["12186.058","16078.769"],["12171.042","16118.240"],["12332.915","16025.030"],["12303.868","16027.771"],["5249.533","17960.830"],["5245.914","17953.448"],["5246.151","17961.336"],["5242.928","17968.124"],["5271.242","17962.587"],["5269.532","17961.118"],["5279.755","17986.842"],["5278.324","17986.297"],["5281.806","17990.732"],["5275.539","17992.367"],["5279.380","18004.323"],["5285.038","18003.993"],["5272.972","18009.803"],["5276.607","18008.812"],["5285.126","18020.178"],["5282.807","18019.435"],["10859.303","16580.031"],["10858.415","16573.672"],["10869.673","16617.666"],["10861.071","16634.694"],["10860.150","16638.013"],["10868.316","16596.307"],["10861.276","16586.464"],["10872.082","16584.581"],["10837.451","16606.568"],["10875.380","16655.742"],["10879.492","16645.172"],["10868.637","16645.651"],["10881.738","16668.145"],["10874.271","16663.074"],["10849.255","16671.048"],["10853.367","16668.703"],["10841.919","16663.781"],["10817.180","16693.579"],["10810.683","16683.389"],["10801.225","16695.387"],["10810.107","16704.900"],["10770.693","16696.013"],["10788.851","16717.285"],["10775.940","16702.867"],["10779.027","16662.209"],["10775.293","16674.595"],["10788.536","16664.953"],["10816.072","16651.571"],["10832.848","16660.307"],["10807.799","16653.090"],["10829.602","16612.544"],["10822.118","16615.005"],["10838.565","16633.122"],["10802.701","16617.756"],["10784.396","16625.300"],["10785.629","16623.401"],["10806.089","16604.370"],["10807.389","16597.846"],["10803.277","16602.785"],["10796.924","16571.207"],["10799.539","16569.473"],["10806.414","16573.189"],["10765.518","16584.157"],["10777.442","16598.112"],["10784.103","16593.752"],["10762.422","16604.108"],["10769.363","16612.497"],["10726.452","16607.573"],["10722.538","16615.368"],["10726.436","16605.558"],["10752.699","16650.112"],["10763.611","16667.752"],["10767.805","16669.469"],["10753.825","16670.708"],["10781.550","16619.627"],["10781.040","16623.772"],["10747.775","16564.381"],["10749.979","16569.022"],["11895.098","16763.711"],["11874.219","16723.417"],["11894.413","16686.725"],["11881.518","16705.205"],["11888.689","16696.551"],["11909.291","16666.496"],["11911.808","16671.451"],["11895.755","16665.010"],["11731.496","16622.499"],["11729.145","16640.022"],["11729.358","16632.111"],["11751.624","16655.805"],["11765.156","16602.704"],["11787.409","16603.497"],["11774.268","16610.367"],["11801.110","16591.624"],["11789.318","16605.167"],["11815.467","16611.150"],["11820.105","16611.480"],["11817.326","16595.824"],["11748.129","16622.462"],["11755.738","16630.575"],["11757.991","16644.514"],["11744.077","16647.718"],["11934.663","16649.485"],["11847.774","16639.056"],["11776.472","16599.507"],["11774.778","16583.620"],["11782.047","16580.928"],["11888.227","16716.012"],["11894.000","16735.136"],["11832.660","16772.921"],["11832.347","16752.079"],["11856.392","16724.357"],["11861.309","16745.233"],["11861.276","16740.691"],["11860.280","16693.975"],["11866.431","16692.604"],["11856.826","16696.303"],["11894.882","16641.499"],["11881.954","16636.908"],["11877.645","16651.953"],["11858.064","16645.318"],["11867.866","16636.614"],["11866.254","16650.537"],["11760.661","16672.043"],["11751.565","16697.030"],["11772.766","16696.931"],["11775.048","16617.800"],["11766.429","16670.583"],["11767.778","16624.125"],["11912.959","16693.808"],["11930.838","16717.508"],["11860.151","16572.856"],["11900.332","16565.903"],["12238.682","16801.277"],["12201.437","16798.289"],["12195.253","16804.350"],["12151.699","16814.244"],["12166.502","16801.808"],["12171.682","16814.574"],["12157.125","16844.060"],["12154.477","16850.468"],["12192.123","16784.711"],["11949.213","15727.153"],["11946.943","15718.830"],["11964.484","15731.588"],["15461.509","5152.288"],["13612.261","14440.087"],["5590.326","8829.145"],["5572.160","8837.984"],["5582.724","8867.839"],["5603.912","8881.632"],["5603.450","8908.268"],["11514.397","17381.227"],["11482.126","17387.533"],["11498.639","17372.471"],["11487.383","17342.341"],["11496.248","17354.282"],["12358.735","16282.727"],["12361.901","16055.718"],["12358.792","16060.408"],["12370.091","16062.862"],["12396.145","16059.047"],["12369.496","16081.722"],["12440.406","16109.846"],["12454.814","16117.013"],["12449.978","16110.291"],["12359.852","16082.143"],["12500.321","16032.043"],["12434.251","16004.427"],["12504.821","16139.647"],["12515.199","16128.813"],["12385.443","15990.571"],["12496.807","16032.072"],["12406.726","15970.415"],["12557.821","15978.530"],["12440.600","15973.623"],["12364.693","15932.895"],["12558.505","15944.256"],["12564.903","15953.769"],["12436.472","16079.062"],["12383.939","16079.822"],["12421.818","16098.055"],["12476.772","16114.255"],["12463.219","16126.262"],["12564.550","15935.549"],["12454.626","15949.960"],["12442.405","15960.777"],["12397.061","15958.241"],["12365.003","16051.719"],["12388.539","16041.392"],["12423.588","16026.181"],["12371.121","16033.745"],["12460.379","16013.186"],["12478.175","16075.023"],["12442.369","16095.287"],["12464.622","16091.158"],["12539.409","16113.530"],["12532.698","16101.474"],["13200.856","15799.135"],["13203.957","15831.041"],["13231.520","15799.523"],["13217.687","15807.417"],["13227.408","15808.953"],["6240.434","9524.586"],["6224.474","9493.408"],["6124.419","9445.812"],["6117.584","9410.741"],["6155.326","9418.050"],["6161.681","9420.351"],["6200.375","9460.478"],["6133.961","9464.538"],["6198.668","9557.418"],["6213.394","9560.266"],["6180.254","9553.875"],["6212.182","9514.416"],["6187.962","9544.317"],["6318.306","9585.722"],["6284.514","9563.549"],["6329.819","9564.846"],["6270.305","9541.636"],["11523.615","17414.577"],["11525.523","17426.385"],["11517.152","17432.397"],["12557.312","15539.746"],["12542.460","15528.086"],["12539.500","15524.948"],["12560.404","15552.982"],["12511.853","15523.180"],["12513.596","15519.018"],["12523.991","15518.060"],["12501.485","15523.338"],["12467.165","15509.523"],["12461.951","15511.505"],["12443.543","15509.119"],["12445.714","15511.579"],["12426.480","15547.478"],["12467.319","15560.088"],["12493.954","15576.336"],["12414.693","15553.194"],["12397.554","15542.984"],["12408.590","15532.596"],["12454.542","15614.679"],["12468.950","15624.853"],["12459.377","15634.696"],["12481.973","15619.530"],["12482.450","15639.959"],["12497.644","15589.951"],["12494.388","15606.483"],["12523.191","15586.376"],["12506.497","15595.509"],["12408.174","15520.954"],["12430.410","15509.327"],["12386.287","15529.531"],["12402.126","15526.872"],["12399.149","15515.840"],["12360.899","15520.159"],["12362.281","15533.668"],["12365.340","15521.562"],["12396.598","15560.305"],["12405.381","15574.475"],["12386.581","15571.023"],["12374.682","15587.236"],["12371.928","15601.192"],["12385.086","15594.586"],["12385.728","15615.312"],["12439.405","15549.720"],["12561.311","15543.756"],["12554.452","15557.232"],["12547.479","15561.873"],["12466.938","15571.772"],["12444.558","15585.296"],["12416.285","15549.706"],["12410.989","15584.570"],["12490.427","15592.812"],["12462.631","15619.468"],["12459.736","15616.231"],["12517.164","15603.647"],["12498.496","15598.362"],["12526.095","15624.324"],["12375.359","15691.249"],["11550.478","16410.223"],["11528.274","16416.119"],["11518.250","16436.460"],["11525.571","16493.215"],["11545.113","16415.346"],["11534.620","16417.526"],["11549.382","16500.150"],["11515.740","16479.878"],["11541.847","16495.776"],["11538.837","16478.484"],["12639.054","16154.268"],["12762.677","16299.615"],["12748.888","16300.940"],["12615.332","16317.232"],["12684.892","16316.166"],["12726.444","16298.475"],["12712.250","16295.717"],["12711.312","16304.123"],["12762.208","16296.241"],["12743.655","16295.283"],["12762.734","16294.028"],["12770.623","16273.593"],["12773.879","16272.768"],["12755.665","16200.017"],["12749.826","16185.896"],["12744.571","16182.600"],["12712.327","16163.905"],["12713.034","16147.902"],["12728.016","16162.953"],["12752.556","16165.331"],["12728.904","16153.721"],["12761.747","16191.141"],["12765.695","16207.111"],["12579.896","16227.781"],["12571.872","16238.343"],["12624.275","16155.699"],["12625.410","16152.825"],["12616.281","16151.785"],["12595.926","16341.162"],["12665.463","16318.846"],["12688.555","16341.191"],["12676.927","16312.372"],["12719.198","16342.854"],["12719.477","16332.548"],["12644.317","16213.245"],["12641.225","16241.783"],["12691.603","16248.852"],["12767.221","16183.029"],["11225.431","16784.837"],["11230.875","16787.017"],["11243.934","16802.657"],["11296.645","16804.297"],["11287.093","16786.672"],["11253.394","16779.925"],["11253.833","16784.705"],["11276.120","16781.699"],["11257.699","16778.495"],["11234.678","16810.002"],["11248.395","16813.834"],["11247.228","16829.903"],["11263.577","16829.280"],["11260.896","16831.873"],["11257.508","16841.964"],["11287.094","16811.917"],["11271.666","16797.069"],["11262.604","16816.954"],["11277.677","16830.510"],["11287.693","16838.784"],["11289.818","16853.034"],["11300.213","16857.064"],["11291.422","16845.072"],["11288.938","16840.299"],["11208.757","16780.295"],["11202.853","16775.505"],["11955.781","15631.329"],["11963.626","15630.338"],["11949.047","15638.015"],["11954.950","15615.735"],["11942.795","15633.720"],["11970.152","15627.381"],["11956.591","15541.640"],["11949.173","15541.887"],["11937.321","15521.426"],["11949.539","15521.448"],["11938.536","15524.751"],["11956.052","15523.017"],["11959.151","15525.259"],["11958.805","15514.375"],["11974.134","15522.782"],["12119.315","15567.567"],["12138.310","15575.160"],["12025.796","15531.574"],["12008.397","15549.350"],["11993.479","15545.139"],["11999.877","15539.656"],["12007.920","15589.323"],["11953.538","15637.577"],["12013.491","15579.912"],["11994.743","15590.514"],["11986.502","15617.004"],["12132.375","15620.091"],["12132.227","15630.579"],["12117.622","15598.803"],["12100.993","15570.046"],["11980.648","15606.471"],["11985.457","15680.964"],["12012.655","15708.734"],["12062.075","15699.957"],["12054.877","15556.165"],["12037.163","15572.449"],["12137.058","15708.436"],["12123.883","15706.322"],["12143.930","15686.400"],["12082.856","15587.668"],["12088.201","15583.275"],["12012.775","15653.181"],["12039.880","15665.072"],["12019.633","15679.127"],["11983.017","15643.866"],["8212.772","13866.413"],["8214.762","13878.238"],["8227.295","13871.169"],["8228.815","13863.048"],["13174.523","13600.078"],["13172.845","13603.315"],["13044.913","13582.206"],["13047.941","13592.513"],["13044.691","13595.882"],["13034.610","13594.826"],["13025.309","13604.375"],["13025.826","13580.378"],["13014.156","13575.358"],["13026.254","13600.169"],["13028.382","13599.424"],["13119.772","13418.121"],["13130.666","13399.841"],["13135.099","13414.071"],["13130.507","13396.990"],["13106.631","13413.385"],["13121.747","13438.447"],["13124.427","13447.871"],["12547.338","15469.119"],["12546.056","15462.133"],["12548.684","15493.264"],["12556.858","15499.375"],["12539.996","15500.326"],["12481.485","15504.082"],["12496.765","15503.702"],["12457.198","15504.305"],["12430.813","15504.148"],["12431.364","15505.330"],["12566.779","15461.398"],["16822.110","7522.491"],["16909.987","7512.731"],["16920.841","7477.270"],["16917.120","7533.344"],["16903.755","7522.284"],["5400.195","9490.715"],["5403.784","9476.200"],["5371.983","9491.905"],["5364.322","9484.384"],["5370.709","9501.258"],["5371.129","9531.962"],["5398.679","9545.767"],["11926.935","17044.229"],["12366.694","17074.039"],["12370.017","17066.343"],["12360.132","17066.921"],["12386.534","17047.890"],["12370.449","17029.492"],["12367.899","17039.285"],["12376.065","17072.312"],["12386.937","17086.301"],["12384.387","17075.632"],["12425.948","17013.179"],["12414.500","17017.308"],["12405.800","17036.053"],["12380.034","17017.011"],["12402.337","17027.647"],["12393.373","17014.584"],["12463.173","17062.113"],["12462.811","17049.214"],["12485.988","17052.914"],["12488.521","17066.605"],["12492.913","17041.535"],["12505.005","17053.718"],["12523.326","17072.724"],["12516.303","17070.742"],["12517.997","17054.590"],["12532.987","17081.377"],["12556.326","17064.333"],["12540.487","17069.486"],["12565.729","17076.371"],["12560.910","17085.437"],["12527.032","17077.784"],["12538.052","17092.400"],["12523.891","17097.157"],["12546.872","17113.488"],["12554.932","17112.579"],["12561.905","17098.195"],["12512.667","17083.666"],["12499.509","17092.122"],["12498.802","17101.321"],["5726.882","18366.379"],["5724.234","18365.554"],["5735.136","18402.069"],["5723.641","18352.044"],["5724.184","18352.110"],["5735.382","18401.375"],["5715.946","18360.772"],["5715.617","18361.515"],["5731.824","18348.602"],["5736.478","18345.795"],["5743.807","18391.684"],["5748.168","18351.793"],["5747.099","18347.978"],["5763.699","18345.822"],["5765.344","18347.275"],["5769.837","18355.313"],["5769.508","18358.847"],["5765.140","18368.957"],["5770.180","18390.021"],["5772.779","18387.527"],["5760.677","18374.025"],["5768.522","18373.513"],["5659.791","18337.596"],["5662.357","18340.140"],["5665.650","18346.718"],["5662.920","18341.202"],["5676.160","18341.004"],["5672.985","18344.472"],["5669.570","18353.495"],["5671.478","18349.911"],["5690.669","18345.319"],["5696.886","18354.023"],["5641.974","18346.543"],["5642.023","18346.527"],["5722.276","18344.813"],["5720.368","18345.886"],["5743.404","18376.639"],["5743.338","18373.633"],["5739.080","18363.810"],["5739.590","18363.892"],["5730.661","18383.633"],["5733.161","18393.097"],["10869.716","16497.683"],["10868.767","16432.718"],["10867.451","16438.350"],["10848.746","16457.065"],["10851.625","16451.862"],["10860.934","16460.566"],["10846.664","16480.698"],["10838.029","16469.517"],["10858.457","16471.549"],["10807.367","16485.890"],["10818.782","16479.647"],["10827.663","16483.991"],["10834.118","16518.633"],["10827.259","16509.318"],["10846.708","16522.745"],["10836.334","16506.491"],["10846.811","16502.197"],["10844.360","16493.048"],["10870.211","16524.815"],["10857.201","16520.208"],["10859.800","16540.868"],["10843.081","16549.765"],["10833.163","16560.038"],["10851.946","16544.993"],["10879.217","16549.912"],["10800.007","16557.072"],["10803.263","16557.022"],["10822.539","16541.237"],["10815.203","16550.172"],["10819.003","16555.291"],["10780.710","16484.930"],["10761.171","16488.332"],["10774.773","16500.636"],["10778.468","16505.605"],["10779.439","16501.295"],["10785.491","16522.352"],["10806.144","16487.884"],["10797.427","16492.971"],["10786.621","16498.487"],["10720.281","16553.329"],["10719.237","16547.946"],["10719.699","16501.818"],["10733.712","16499.093"],["10728.827","16497.887"],["10740.702","16556.041"],["10761.508","16530.189"],["10764.271","16531.724"],["10752.380","16552.253"],["10791.299","16539.355"],["10791.167","16554.037"],["10770.164","16550.371"],["10768.535","16505.945"],["10767.416","16497.571"],["10766.874","16518.612"],["10743.862","16492.179"],["10749.882","16497.844"],["10743.961","16495.036"],["10737.736","16463.595"],["10757.504","16469.479"],["10794.174","16446.832"],["10769.257","16462.819"],["10776.145","16486.490"],["10779.944","16485.813"],["10778.316","16481.156"],["10764.487","16429.646"],["10776.822","16441.620"],["10772.184","16428.127"],["10798.320","16403.199"],["10803.715","16387.840"],["10815.590","16392.498"],["10825.033","16370.035"],["10825.329","16372.760"],["10839.558","16423.431"],["10833.785","16426.833"],["10828.308","16423.976"],["10787.462","16414.283"],["10795.685","16408.420"],["10803.350","16410.336"],["10757.477","16407.782"],["10755.027","16400.119"],["10763.809","16396.766"],["10796.079","16354.209"],["10809.368","16374.242"],["10851.068","16370.734"],["10826.282","16407.464"],["10854.719","16390.238"],["10873.203","16422.631"],["10880.999","16404.233"],["10878.072","16380.485"],["10826.715","16364.156"],["10815.959","16367.905"],["10878.842","16354.636"],["10765.497","16464.888"],["10753.836","16456.168"],["10767.109","16456.713"],["10723.387","16510.793"],["10736.150","16524.286"],["10730.953","16508.464"],["10734.568","16466.197"],["10734.781","16476.254"],["10716.015","16472.885"],["13279.800","13543.735"],["13235.410","13575.899"],["13226.332","13571.506"],["13235.574","13556.783"],["13259.906","13577.986"],["13270.976","13570.045"],["13270.047","13566.570"],["13258.098","13561.059"],["13255.023","13559.214"],["13244.792","13556.103"],["13248.245","13553.731"],["13240.481","13541.420"],["13242.214","13533.916"],["13278.007","13530.390"],["13299.445","13556.531"],["13289.694","13568.192"],["13291.832","13576.317"],["12348.481","16470.156"],["12347.955","16480.957"],["12351.762","16457.629"],["12343.211","16399.739"],["12333.557","16381.374"],["12348.293","16395.147"],["12230.952","16395.604"],["12259.782","16431.764"],["12302.822","16426.076"],["12301.966","16429.594"],["12304.911","16429.875"],["12300.669","16450.079"],["12282.018","16457.874"],["12305.076","16452.158"],["12329.566","16450.440"],["12224.397","16385.235"],["12224.611","16372.799"],["12227.423","16386.721"],["12183.747","16378.659"],["12200.902","16381.368"],["12180.244","16381.037"],["12148.439","16358.985"],["12336.103","16386.573"],["12315.174","16429.862"],["12333.019","16437.508"],["12334.675","16487.098"],["12330.300","16477.981"],["12337.027","16473.671"],["12268.290","16425.189"],["12261.432","16430.507"],["12247.291","16381.067"],["12346.021","16412.527"],["12348.685","16419.414"],["12344.376","16407.044"],["12317.680","16542.455"],["12315.559","16547.079"],["12291.560","16540.934"],["12292.096","16502.685"],["12280.846","16511.818"],["12269.676","16475.798"],["12264.322","16514.765"],["12237.437","16477.106"],["12251.187","16479.897"],["12255.677","16458.989"],["12213.050","16459.134"],["12230.912","16452.875"],["12214.182","16436.552"],["12180.733","16473.483"],["12198.200","16484.962"],["12189.574","16511.409"],["12198.110","16499.849"],["12197.732","16503.680"],["12226.855","16561.138"],["12240.029","16555.324"],["12269.113","16561.766"],["12271.481","16562.212"],["12244.519","16525.830"],["12245.391","16517.308"],["12247.299","16520.396"],["12165.048","16537.351"],["12172.334","16533.619"],["12152.393","16456.926"],["12161.324","16505.737"],["12167.344","16510.460"],["12148.347","16520.617"],["12150.794","16474.445"],["12164.817","16537.690"],["12166.642","16534.865"],["12178.715","16535.906"],["12194.451","16547.160"],["12201.457","16563.592"],["12190.964","16545.359"],["12209.258","16523.832"],["12208.381","16535.666"],["12182.970","16518.093"],["12200.618","16528.333"],["12196.828","16477.343"],["12238.679","16490.240"],["12245.570","16512.453"],["12247.626","16502.478"],["12262.139","16518.300"],["12258.439","16523.403"],["12158.263","16442.884"],["12162.023","16405.372"],["12178.160","16434.418"],["12167.815","16430.851"],["12177.074","16414.897"],["12188.410","16426.214"],["12200.910","16425.322"],["12195.598","16435.578"],["12216.783","16474.287"],["12225.664","16474.931"],["12223.428","16481.009"],["12223.963","16497.869"],["12220.640","16502.510"],["12214.900","16494.880"],["12165.687","16547.501"],["12268.268","16513.275"],["12281.365","16553.242"],["12292.128","16546.286"],["12350.821","16362.678"],["12164.123","16510.965"],["12176.278","16515.242"],["12175.587","16522.261"],["12183.440","16497.556"],["12176.910","16504.063"],["12187.420","16498.893"],["12192.082","16481.722"],["12179.286","16475.611"],["12186.737","16485.636"],["12210.669","16521.686"],["12217.774","16519.522"],["12224.567","16509.398"],["12277.520","16500.438"],["12270.891","16493.171"],["12267.141","16500.553"],["12255.824","16504.004"],["12250.742","16498.884"],["12264.903","16495.251"],["12269.762","16484.663"],["12258.495","16489.469"],["12272.821","16485.555"],["12281.492","16516.027"],["12292.298","16513.103"],["12285.225","16518.851"],["12230.114","16469.085"],["12234.850","16462.478"],["12232.745","16461.141"],["12148.954","16461.596"],["12319.602","16412.562"],["12235.256","16385.966"],["12239.286","16397.444"],["12278.972","16427.795"],["12266.006","16546.039"],["12264.213","16543.562"],["12267.782","16536.890"],["12296.673","16539.951"],["12300.465","16513.374"],["12303.656","16513.192"],["12159.249","16401.652"],["12155.318","16405.186"],["12147.539","16403.221"],["12288.144","16366.321"],["12328.679","16398.256"],["12314.321","16405.374"],["12312.840","16397.364"],["12283.900","16409.647"],["12287.485","16408.723"],["12288.500","16374.878"],["12270.322","16402.975"],["12261.045","16400.085"],["12256.391","16396.765"],["12300.918","16400.440"],["12282.924","16403.578"],["12294.882","16406.948"],["12270.305","16390.807"],["12283.561","16390.229"],["12282.492","16371.534"],["11099.910","16392.826"],["11132.108","16449.809"],["11125.726","16451.427"],["11180.377","16445.066"],["11242.787","16478.344"],["11237.113","16500.887"],["11229.465","16498.575"],["11220.311","16532.319"],["11297.025","16550.869"],["11303.029","16540.878"],["11100.637","16544.815"],["11096.316","16516.311"],["11104.277","16537.302"],["11099.183","16376.822"],["11121.103","16356.522"],["11106.340","16386.074"],["11100.928","16388.749"],["11154.137","16428.342"],["11154.877","16444.041"],["11139.761","16427.509"],["11124.884","16440.493"],["11126.891","16444.787"],["11165.353","16386.655"],["11142.981","16379.092"],["11196.837","16403.705"],["11195.472","16406.050"],["11183.679","16415.001"],["11219.336","16408.065"],["11208.596","16398.156"],["11233.566","16394.271"],["11222.118","16402.612"],["11238.662","16398.796"],["11218.503","16413.654"],["11213.196","16421.250"],["11213.969","16438.856"],["11237.730","16438.744"],["11214.753","16425.069"],["11239.889","16426.832"],["11240.728","16420.507"],["11223.030","16416.625"],["11249.801","16435.720"],["11260.360","16440.163"],["11268.981","16427.358"],["11258.520","16435.285"],["11282.706","16413.835"],["11275.600","16412.398"],["11268.775","16402.192"],["11289.383","16370.808"],["11295.419","16380.602"],["11281.997","16390.404"],["11269.711","16369.182"],["11276.093","16391.197"],["11103.926","16559.743"],["11158.828","16544.530"],["11162.364","16554.902"],["11136.411","16548.794"],["11145.095","16552.246"],["11123.311","16513.693"],["11127.982","16513.016"],["11131.272","16496.583"],["11119.022","16528.043"],["11103.775","16519.257"],["11102.098","16533.097"],["11133.046","16531.822"],["11143.227","16527.726"],["11150.809","16540.410"],["11177.393","16538.833"],["11168.267","16522.643"],["11145.225","16484.733"],["11226.125","16488.038"],["11220.862","16477.419"],["11226.701","16471.605"],["11244.318","16563.933"],["11255.058","16551.778"],["11237.887","16560.448"],["11283.219","16538.080"],["11295.752","16549.393"],["11271.470","16488.378"],["11270.861","16490.475"],["11239.418","16500.435"],["11239.435","16479.361"],["11277.870","16484.513"],["11284.695","16461.739"],["11281.225","16465.273"],["11302.240","16514.328"],["11288.043","16514.426"],["11291.809","16504.368"],["11256.029","16519.822"],["11254.138","16512.126"],["11255.174","16515.792"],["11198.138","16519.481"],["11217.365","16522.074"],["11228.385","16559.971"],["11229.882","16562.333"],["11297.034","16563.172"],["11273.127","16559.163"],["11259.404","16521.288"],["11251.691","16509.034"],["11263.089","16521.205"],["11180.431","16483.411"],["11170.053","16491.239"],["11118.936","16468.098"],["11114.874","16470.806"],["11122.371","16555.850"],["11110.759","16563.232"],["11125.364","16550.813"],["11162.793","16559.836"],["11181.763","16554.946"],["11182.503","16560.396"],["11171.615","16561.056"],["11207.426","16558.157"],["11203.939","16545.589"],["11213.067","16560.387"],["11202.551","16538.104"],["11194.952","16521.242"],["11195.593","16524.875"],["11167.750","16493.929"],["11153.976","16524.690"],["11161.575","16526.639"],["11147.002","16523.336"],["11096.051","16443.633"],["11103.666","16451.477"],["11099.183","16422.134"],["11105.581","16441.507"],["11112.004","16412.704"],["11126.823","16424.001"],["11113.418","16407.733"],["11136.250","16375.201"],["11130.658","16388.611"],["11133.372","16381.510"],["11214.244","16429.892"],["11202.978","16429.578"],["11209.211","16441.965"],["11188.814","16437.165"],["11190.985","16432.012"],["11170.393","16420.699"],["11154.310","16428.131"],["11153.982","16421.442"],["11163.274","16439.956"],["11157.608","16423.584"],["11153.759","16406.573"],["11171.012","16418.894"],["11160.642","16394.925"],["11155.987","16384.438"],["11155.625","16392.993"],["17090.114","7482.015"],["17067.589","7651.409"],["5836.356","9596.321"],["5874.350","9788.772"],["5894.328","9663.088"],["5902.021","9618.374"],["5874.071","9690.191"],["5840.233","9656.488"],["5848.864","9616.790"],["5577.516","9383.304"],["5575.971","9392.443"],["5546.492","9392.539"],["6073.221","18593.624"],["6068.895","18590.833"],["11174.830","15910.669"],["11177.034","15902.494"],["11163.778","15917.225"],["11163.627","15869.343"],["11152.377","15854.678"],["11203.115","15823.082"],["11185.517","15835.634"],["11182.013","15812.463"],["11192.589","15721.547"],["11178.247","15720.110"],["11182.902","15740.292"],["11203.698","15720.510"],["11211.296","15719.486"],["11195.164","15752.518"],["11197.236","15748.373"],["11200.904","15735.210"],["11180.072","15732.718"],["11172.556","15749.216"],["11163.970","15740.430"],["11212.937","15826.556"],["11207.559","15844.987"],["11223.397","15841.288"],["11178.025","15844.610"],["11164.654","15852.356"],["11175.558","15838.103"],["11193.657","15887.298"],["11198.312","15882.542"],["11176.028","15876.937"],["11163.265","15892.511"],["11169.614","15878.424"],["11190.181","15908.182"],["11201.777","15903.046"],["11201.448","15918.884"],["11218.866","15909.809"],["11216.481","15915.209"],["11232.004","15926.047"],["11227.580","15929.284"],["11219.597","15870.610"],["11235.732","15871.254"],["11220.863","15883.905"],["11217.583","15855.137"],["11219.392","15859.596"],["11218.323","15844.815"],["11097.809","15901.253"],["11099.479","15890.802"],["11102.573","15863.839"],["11107.557","15871.683"],["11111.948","15877.249"],["11115.429","15854.283"],["11106.811","15857.751"],["11123.093","15841.120"],["11097.481","15924.635"],["11098.605","15719.815"],["11105.990","15731.161"],["11109.838","15719.584"],["11098.451","15733.111"],["12517.930","15815.323"],["12554.090","15816.172"],["12547.626","15798.252"],["12541.212","15799.656"],["12560.412","15777.739"],["12566.532","15765.390"],["12551.311","15746.182"],["12545.538","15756.587"],["12556.146","15746.463"],["12522.669","15796.877"],["12529.494","15797.025"],["12517.554","15808.471"],["12493.757","15816.140"],["12369.881","15751.276"],["12426.575","15798.604"],["12471.427","15817.475"],["12509.066","15873.921"],["12532.855","15866.548"],["12523.168","15854.509"],["12516.553","15859.349"],["12510.961","15849.935"],["12564.382","15782.201"],["12466.900","15830.175"],["12383.133","15813.891"],["12410.666","15822.033"],["12450.528","15806.512"],["12453.242","15833.960"],["12426.844","15829.881"],["12508.254","15846.648"],["12497.218","15851.503"],["12376.094","15820.891"],["12357.680","15751.940"],["12379.779","15783.638"],["12384.236","15784.414"],["12367.873","15895.240"],["12373.876","15906.685"],["12361.074","15926.635"],["12428.868","15899.598"],["12525.125","15874.922"],["12517.428","15916.920"],["12479.856","15922.181"],["12430.169","15920.586"],["12404.347","15927.721"],["12437.780","15851.434"],["12474.013","15859.923"],["12451.974","15856.323"],["12417.039","15841.154"],["12380.970","15857.703"],["12368.848","15890.039"],["12363.931","15764.021"],["12375.708","15796.655"],["5298.771","18058.362"],["5292.176","18050.369"],["5317.865","18079.735"],["5324.181","18075.837"],["5313.632","18095.365"],["5314.997","18099.774"],["12584.277","16059.978"],["12133.398","16650.754"],["12074.894","16645.754"],["12090.486","16646.811"],["12083.035","16641.477"],["12053.216","16642.719"],["12025.108","16635.384"],["12017.116","16644.472"],["12017.067","16639.088"],["12038.390","16646.319"],["12038.824","16648.073"],["12027.870","16659.469"],["12037.887","16657.223"],["12041.504","16665.250"],["12055.092","16662.783"],["12046.524","16663.509"],["12008.511","16664.737"],["12014.744","16644.258"],["12110.726","16668.311"],["12106.812","16669.781"],["12142.594","16670.031"],["12135.604","16668.380"],["11991.258","16652.806"],["11988.314","16653.318"],["11994.054","16659.990"],["11940.377","16764.515"],["12123.835","16773.155"],["12008.013","16774.769"],["11992.933","16765.831"],["11995.334","16771.000"],["11993.295","16758.432"],["11955.647","16769.038"],["12069.930","16754.939"],["12070.621","16760.950"],["12098.719","16689.167"],["12116.978","16700.109"],["12017.344","16757.479"],["11971.233","16753.948"],["11971.364","16757.598"],["11964.522","16768.977"],["12028.932","16635.775"],["12010.889","16631.102"],["12029.491","16632.076"],["12093.095","16632.948"],["12096.006","16621.652"],["12102.026","16637.606"],["11936.134","16750.324"],["11977.981","16754.095"],["11986.271","16742.088"],["12126.504","16762.950"],["12117.639","16761.926"],["12110.621","16758.392"],["12089.339","16719.210"],["12067.300","16716.452"],["12046.962","16698.435"],["12044.593","16686.065"],["11969.955","16696.140"],["12007.028","16711.763"],["11977.488","16686.346"],["11938.833","16620.395"],["11960.248","16602.113"],["11985.445","16659.718"],["5668.098","18599.791"],["5668.736","18588.990"],["5690.547","18573.996"],["5709.067","18517.281"],["5727.145","18518.585"],["5731.302","18516.559"],["5721.856","18538.811"],["5682.790","18567.660"],["13428.348","13841.490"],["13428.348","13835.230"],["13176.132","13618.042"],["13147.000","13612.850"],["13125.842","13643.824"],["13125.415","13632.875"],["13030.549","13617.827"],["13051.639","13630.294"],["13061.221","13619.274"],["13066.881","13619.127"],["13071.984","13620.434"],["13070.642","13611.622"],["13066.436","13608.251"],["13192.775","13662.576"],["13187.382","13617.464"],["13159.862","13629.959"],["16354.187","5766.903"],["16340.612","5759.021"],["11464.784","16200.795"],["11439.086","16277.033"],["11443.559","16280.369"],["11428.510","16291.599"],["11502.901","16298.803"],["11503.098","16313.172"],["11493.230","16290.513"],["11509.976","16333.153"],["11349.175","16203.414"],["11340.771","16199.698"],["11452.792","16281.035"],["11473.186","16278.673"],["11476.394","16273.025"],["11468.288","16278.334"],["11406.460","16260.205"],["11423.418","16277.544"],["11419.108","16271.764"],["11409.240","16285.736"],["11309.671","16347.268"],["11308.451","16326.301"],["11306.083","16345.790"],["11314.287","16292.706"],["11317.194","16299.479"],["11314.645","16300.734"],["11307.493","16234.444"],["11309.944","16229.985"],["11343.524","16252.511"],["11339.778","16280.664"],["11341.390","16264.496"],["11398.018","16294.951"],["11386.751","16304.150"],["11364.282","16277.536"],["11386.054","16288.083"],["11388.751","16288.264"],["11372.008","16288.000"],["11357.139","16258.848"],["11360.865","16254.192"],["11328.805","16345.216"],["11321.371","16352.186"],["11472.249","16337.100"],["11442.525","16335.318"],["11441.769","16336.920"],["11424.353","16325.783"],["11412.017","16333.925"],["11393.581","16345.812"],["11472.203","16308.785"],["11461.158","16291.270"],["11464.036","16300.816"],["11421.159","16324.497"],["11308.361","16266.152"],["11326.217","16243.603"],["11324.819","16253.067"],["11313.987","16268.366"],["11376.626","16330.750"],["11362.926","16290.849"],["11341.248","16298.512"],["11424.725","16245.968"],["11427.389","16261.674"],["11417.998","16244.118"],["11395.242","16150.813"],["11460.343","16155.400"],["11435.442","16151.816"],["11486.204","16238.022"],["11493.276","16218.583"],["11378.689","16208.313"],["11364.528","16243.722"],["11380.729","16255.547"],["11454.906","16218.449"],["11427.011","16162.892"],["11450.810","16222.809"],["15730.226","5120.544"],["16011.955","7858.536"],["16038.140","7893.392"],["16026.670","7802.894"],["5438.546","17951.573"],["5436.898","17945.387"],["5433.840","17953.607"],["5426.272","17964.483"],["5415.537","17964.638"],["5421.427","17955.439"],["5422.248","17959.248"],["5421.771","17965.094"],["11060.696","16363.120"],["11069.393","16420.169"],["11073.718","16435.991"],["11071.456","16528.641"],["11074.466","16525.553"],["11072.180","16526.577"],["11077.412","16518.436"],["11082.906","16501.740"],["11087.363","16508.742"],["11088.608","16529.556"],["11092.490","16543.379"],["11080.927","16535.765"],["11041.276","16463.911"],["11058.315","16472.466"],["11044.101","16446.045"],["11037.484","16435.156"],["11042.007","16436.411"],["10996.928","16407.373"],["11009.527","16411.749"],["11003.376","16412.856"],["10998.340","16367.754"],["11004.494","16377.281"],["11025.383","16381.426"],["11016.123","16377.149"],["11026.967","16372.563"],["11024.055","16353.306"],["11055.897","16422.555"],["11081.511","16417.354"],["11071.642","16401.186"],["11073.764","16412.614"],["11033.339","16379.269"],["11033.619","16360.508"],["11043.948","16375.982"],["11059.818","16417.352"],["11035.920","16409.705"],["11036.249","16412.645"],["11092.351","16453.035"],["11071.759","16447.436"],["11070.897","16555.958"],["11075.650","16545.173"],["11084.931","16478.573"],["11078.730","16466.253"],["11075.984","16464.320"],["11011.163","16550.329"],["10971.837","16529.310"],["11015.214","16546.821"],["11023.437","16545.120"],["11018.388","16540.364"],["10976.318","16554.858"],["10995.331","16547.063"],["10982.157","16537.632"],["10956.699","16558.986"],["11001.241","16552.419"],["11015.747","16552.667"],["11039.904","16562.513"],["11026.729","16530.542"],["11036.170","16530.509"],["11011.005","16533.036"],["10996.000","16528.032"],["10997.019","16523.721"],["10998.138","16511.715"],["10950.182","16493.622"],["10969.507","16484.770"],["10956.037","16488.998"],["10938.135","16464.058"],["10940.947","16465.478"],["10932.576","16450.515"],["10917.755","16500.888"],["10917.673","16491.392"],["10904.388","16518.371"],["10898.220","16537.826"],["10894.914","16539.478"],["10884.670","16509.881"],["10909.868","16514.092"],["10900.601","16456.551"],["10902.460","16461.257"],["10894.137","16454.618"],["10889.641","16459.840"],["10903.787","16441.194"],["10914.824","16452.622"],["10888.197","16541.275"],["10886.684","16533.347"],["10900.457","16352.876"],["10910.408","16387.768"],["10901.025","16435.627"],["10898.499","16366.249"],["10900.769","16370.560"],["10899.864","16372.624"],["10917.594","16418.992"],["10899.008","16411.180"],["10935.407","16431.495"],["10941.016","16424.459"],["10948.029","16446.964"],["10940.068","16457.022"],["10953.917","16440.275"],["10956.250","16469.754"],["10955.740","16478.887"],["10965.411","16459.317"],["10963.163","16507.984"],["10980.893","16500.304"],["10962.867","16498.966"],["10947.266","16501.605"],["10897.856","16514.088"],["10894.188","16513.064"],["10897.806","16501.718"],["10929.972","16532.321"],["10915.581","16544.113"],["10926.272","16541.173"],["10934.152","16549.574"],["10929.777","16557.270"],["10931.932","16560.011"],["10949.084","16524.245"],["10937.192","16520.033"],["10950.136","16514.187"],["10949.495","16539.861"],["10959.626","16534.609"],["10960.876","16530.315"],["10889.852","16492.767"],["10908.635","16488.936"],["10903.602","16488.622"],["11013.940","16501.101"],["11012.081","16486.980"],["11028.578","16490.283"],["10917.198","16354.781"],["10918.325","16383.239"],["11029.185","16453.775"],["11035.221","16445.088"],["11029.366","16439.159"],["10974.043","16428.714"],["10968.105","16430.399"],["10972.579","16432.050"],["10968.084","16356.563"],["10963.939","16370.634"],["10954.104","16355.225"],["10952.940","16376.543"],["10929.345","16397.470"],["10941.467","16401.747"],["10944.855","16383.514"],["11090.273","16359.034"],["11086.046","16369.967"],["11079.621","16367.195"],["11072.039","16352.645"],["11076.726","16388.345"],["11066.018","16376.718"],["11068.831","16390.261"],["5575.763","9629.013"],["11001.613","16294.434"],["11011.077","16289.068"],["11017.985","16276.466"],["11017.031","16282.610"],["11065.847","16228.199"],["11083.494","16333.861"],["11079.201","16335.149"],["10903.513","16275.803"],["10909.845","16271.063"],["10950.254","16270.995"],["10943.478","16346.377"],["10895.970","16276.518"],["10985.930","16271.383"],["10995.880","16272.258"],["10972.755","16250.970"],["10968.669","16284.103"],["10958.521","16288.150"],["10966.169","16297.365"],["10963.258","16313.204"],["10969.886","16327.688"],["10888.325","16220.796"],["10924.887","16229.863"],["10901.429","16214.068"],["10908.699","16206.604"],["10921.873","16219.089"],["10909.917","16194.351"],["10966.366","16219.911"],["10969.327","16222.107"],["10946.745","16226.203"],["10927.414","16154.150"],["10979.412","16151.921"],["10982.915","16147.749"],["10995.953","16171.732"],["11014.029","16182.236"],["11017.813","16165.509"],["11010.149","16157.037"],["11026.596","16159.564"],["11012.714","16142.775"],["11009.835","16154.913"],["11014.473","16153.592"],["11021.115","16179.452"],["11037.546","16199.683"],["11035.902","16201.582"],["11078.305","16341.580"],["10895.040","16193.070"],["10924.215","16193.776"],["10961.370","16204.510"],["10958.031","16195.526"],["10956.716","16290.350"],["10934.133","16297.089"],["10916.351","16329.905"],["10911.910","16338.510"],["10902.255","16348.171"],["11028.743","16336.766"],["11027.115","16350.308"],["11022.461","16350.440"],["11081.475","16262.138"],["11029.008","16277.646"],["11019.633","16291.865"],["11092.978","16232.128"],["11085.527","16206.480"],["16595.563","6814.259"],["16616.328","6810.149"],["16668.197","6792.618"],["16640.689","6808.031"],["16757.363","6796.121"],["10973.471","15928.615"],["10990.133","15911.938"],["10992.156","15912.285"],["11009.672","15919.106"],["11027.616","15900.444"],["11019.052","15923.223"],["10921.806","15899.855"],["10923.549","15912.043"],["10967.917","15871.729"],["10973.970","15880.118"],["10970.434","15876.535"],["10998.529","15878.205"],["10953.778","15900.897"],["10945.505","15883.473"],["10938.416","15895.381"],["10887.625","15749.060"],["10883.891","15752.049"],["10896.784","15784.377"],["10904.334","15792.056"],["10893.741","15789.562"],["10914.502","15808.428"],["10895.636","15818.820"],["10896.126","15817.610"],["11084.535","15734.482"],["11065.999","15742.080"],["10923.128","15747.249"],["10909.657","15739.768"],["10923.818","15742.906"],["10991.985","15748.862"],["10979.074","15766.814"],["11082.748","15837.237"],["11075.692","15831.771"],["11067.093","15786.388"],["11069.955","15788.965"],["11059.666","15828.198"],["11042.794","15850.108"],["11053.649","15848.324"],["11060.771","15828.935"],["11046.071","15808.848"],["11035.150","15826.569"],["10981.857","15862.510"],["10971.676","15871.758"],["10920.647","15797.032"],["10925.632","15778.458"],["10896.629","15764.463"],["10888.307","15753.266"],["10901.020","15774.752"],["10887.982","15784.312"],["10883.476","15794.122"],["11021.063","15794.881"],["11005.126","15799.638"],["11067.885","15781.333"],["11075.714","15774.628"],["11073.296","15765.214"],["11070.975","15818.084"],["11075.712","15818.331"],["11077.767","15802.923"],["11017.130","15833.639"],["10980.601","15792.933"],["10995.174","15801.488"],["10999.565","15783.998"],["10957.729","15788.417"],["10958.337","15775.255"],["10973.091","15776.873"],["10933.278","15801.676"],["10952.505","15787.869"],["10938.524","15788.381"],["10988.261","15867.862"],["11001.908","15862.177"],["11000.576","15854.696"],["11012.402","15865.794"],["10937.632","15869.377"],["11036.030","15851.154"],["11035.191","15859.924"],["11030.520","15851.303"],["10919.506","15738.119"],["10902.013","15874.682"],["10921.190","15886.804"],["10956.991","15852.886"],["10983.587","15834.917"],["10977.781","15838.517"],["10964.715","15750.775"],["10989.699","15757.794"],["11040.786","15728.481"],["11030.185","15753.734"],["11038.096","15739.911"],["10995.103","15793.140"],["11089.805","15914.046"],["11084.048","15915.367"],["11043.127","15893.633"],["11051.002","15923.846"],["12827.294","16171.965"],["12802.543","16259.614"],["12793.875","16261.942"],["12813.875","16267.657"],["12830.942","16255.881"],["12842.152","16212.979"],["12847.242","16193.329"],["12850.054","16192.850"],["12837.818","16170.472"],["12794.343","16252.759"],["12850.116","16305.085"],["12865.478","16319.469"],["12840.630","16344.941"],["12844.840","16347.352"],["12843.327","16340.597"],["12828.738","16350.457"],["12800.029","16334.978"],["12824.387","16349.924"],["12809.207","16331.790"],["12821.336","16343.073"],["12840.349","16331.578"],["12831.402","16345.782"],["12840.119","16321.867"],["12882.949","16281.841"],["12867.324","16279.677"],["12893.064","16277.646"],["12872.423","16288.777"],["12845.141","16337.713"],["12788.683","16352.521"],["12966.653","16233.064"],["12973.380","16233.378"],["12977.772","16228.952"],["12883.168","16222.464"],["12799.008","16273.751"],["12805.818","16282.124"],["12789.452","16287.046"],["12926.905","16154.521"],["12884.931","16161.325"],["12927.653","16233.469"],["12934.485","16210.325"],["12947.413","16161.556"],["12950.489","16201.176"],["12820.263","16143.739"],["12825.050","16147.306"],["12821.414","16251.319"],["12794.687","16241.525"],["12833.766","16217.611"],["15995.558","5668.406"],["15957.614","5680.133"],["11349.130","15479.911"],["11410.441","15479.282"],["11361.718","15460.515"],["11350.665","15463.554"],["11369.892","15453.083"],["11383.664","15465.048"],["11310.924","15474.628"],["11313.061","15463.784"],["11324.448","15455.750"],["11342.260","15450.333"],["11327.770","15465.560"],["11501.989","15473.513"],["11501.956","15488.624"],["11511.989","15493.240"],["11444.420","15454.752"],["11451.969","15448.080"],["11455.210","15454.471"],["11471.325","15449.245"],["11475.647","15472.812"],["11487.703","15482.589"],["11484.102","15462.021"],["11480.977","15464.482"],["11493.937","15464.730"],["11481.662","15438.919"],["11502.287","15438.523"],["11478.306","15448.184"],["11510.785","15452.343"],["11483.175","15366.788"],["11493.800","15365.665"],["11495.346","15371.627"],["11491.148","15383.387"],["11502.694","15326.355"],["11512.408","15358.814"],["11503.773","15344.594"],["11498.214","15344.941"],["11508.580","15305.808"],["11497.741","15307.906"],["11495.981","15325.544"],["11475.966","15334.336"],["11479.765","15327.961"],["11480.802","15346.342"],["11450.782","15383.083"],["11466.605","15361.217"],["11460.371","15373.719"],["11417.542","15377.160"],["11421.424","15369.810"],["11380.550","15397.271"],["11376.553","15400.360"],["11362.915","15409.178"],["11370.843","15410.020"],["11355.777","15396.345"],["11375.993","15422.522"],["11399.579","15415.156"],["11379.595","15428.170"],["11431.901","15438.146"],["11408.957","15434.744"],["11416.177","15447.461"],["11466.558","15421.555"],["11419.408","15385.101"],["11412.451","15395.935"],["11439.555","15391.930"],["11445.049","15397.529"],["11473.520","15387.158"],["11467.484","15384.532"],["11499.871","15396.888"],["11492.174","15393.998"],["11500.802","15423.681"],["11497.365","15416.959"],["11503.730","15420.378"],["11449.351","15403.012"],["11465.683","15418.223"],["11455.963","15409.024"],["11443.331","15418.508"],["11463.117","15429.805"],["11453.972","15430.482"],["11425.672","15405.913"],["11424.504","15419.373"],["11411.806","15414.947"],["11447.993","15372.324"],["11452.565","15353.745"],["11464.259","15370.739"],["11421.237","15349.180"],["11433.260","15355.572"],["11419.773","15352.665"],["11403.891","15386.954"],["11380.223","15395.294"],["11397.690","15387.103"],["11512.483","15388.492"],["11387.329","15488.938"],["11362.362","15506.361"],["11371.688","15473.711"],["13466.391","13636.352"],["13481.517","13620.842"],["13453.250","13655.346"],["13443.272","13664.119"],["13501.994","13624.426"],["13410.157","13646.633"],["13479.976","13645.732"],["15707.912","5152.005"],["13230.792","13656.627"],["13237.207","13671.425"],["13210.687","13644.340"],["13204.092","13638.923"],["13204.929","13661.222"],["13293.881","13622.737"],["13293.569","13613.356"],["13257.620","13629.109"],["13242.954","13631.954"],["13236.721","13624.274"],["13285.047","13659.602"],["13281.544","13650.734"],["13367.380","13645.055"],["13408.052","13625.411"],["13357.150","13638.350"],["13258.453","13730.848"],["13259.128","13721.880"],["13349.697","13695.585"],["13346.029","13704.255"],["13386.960","13624.404"],["13386.894","13635.717"],["5244.098","17797.368"],["5238.177","17801.629"],["5248.960","17791.010"],["5241.805","17791.373"],["5226.111","17818.029"],["5224.894","17818.937"],["5236.837","17809.821"],["5228.745","17802.323"],["12576.648","16611.525"],["12571.467","16615.951"],["12627.746","16588.052"],["12614.782","16619.228"],["12620.341","16615.429"],["11929.964","15687.350"],["11913.838","15646.020"],["11930.465","15704.871"],["11922.720","15646.095"],["11934.859","15641.785"],["11983.274","16794.551"],["11985.560","16780.909"],["11966.021","16777.392"],["11952.809","16858.636"],["11964.552","16858.702"],["11954.656","16871.209"],["11973.110","16883.546"],["11956.843","16873.207"],["12029.277","16858.152"],["12036.169","16859.655"],["12077.587","16842.496"],["12095.943","16847.368"],["12133.559","16858.017"],["12140.368","16875.837"],["12124.678","16873.805"],["12094.174","16781.119"],["12092.365","16786.239"],["12087.578","16791.475"],["12124.538","16777.006"],["12108.041","16778.740"],["12092.448","16833.112"],["12081.971","16830.354"],["12087.300","16808.818"],["12074.623","16843.075"],["12067.043","16857.410"],["11977.820","16870.325"],["12040.322","16800.123"],["12020.848","16795.630"],["12034.175","16780.291"],["12041.429","16780.605"],["12007.256","16777.891"],["12008.599","16798.681"],["12012.743","16804.594"],["12018.303","16788.855"],["11956.570","16822.687"],["11975.254","16830.845"],["11939.964","16806.148"],["11944.980","16840.618"],["11949.997","16855.960"],["11936.806","16847.670"],["11936.474","16883.670"],["12122.326","16864.975"],["12100.040","16851.944"],["12115.912","16863.125"],["12108.943","16827.692"],["12124.025","16833.126"],["12110.489","16832.102"],["12108.063","16811.118"],["12111.319","16806.824"],["12109.477","16802.844"],["12134.994","16828.257"],["12143.464","16813.212"],["12128.843","16810.867"],["12138.600","16780.544"],["12131.840","16780.792"],["12128.156","16785.400"],["12140.514","16845.282"],["12079.074","16778.665"],["12082.742","16783.587"],["12029.860","16779.891"],["12025.107","16777.347"],["11978.886","16818.759"],["11980.761","16802.987"],["11958.667","16807.733"],["11956.134","16795.726"],["11949.423","16814.042"],["11943.211","16982.209"],["5894.707","18602.424"],["5895.973","18610.302"],["5892.855","18595.666"],["5894.121","18598.589"],["6009.606","18632.372"],["6007.714","18631.794"],["6002.311","18654.319"],["6003.874","18656.466"],["6032.446","18676.792"],["6013.616","18671.303"],["6008.238","18672.541"],["6039.922","18522.443"],["6038.311","18521.403"],["6012.631","18608.650"],["6015.016","18610.632"],["6008.450","18604.408"],["6008.318","18599.073"],["6007.009","18616.200"],["6013.012","18620.990"],["6020.112","18630.977"],["6026.872","18632.133"],["6002.346","18597.846"],["6003.382","18593.585"],["6015.766","18588.652"],["6011.522","18587.942"],["5870.219","18578.125"],["5955.390","18589.930"],["5948.679","18589.946"],["5945.635","18592.809"],["5943.810","18591.818"],["5971.782","18579.571"],["5966.634","18579.472"],["5877.654","18582.700"],["5886.031","18573.386"],["5883.695","18579.265"],["17174.503","7311.256"],["17141.988","7346.867"],["17094.680","7349.073"],["17082.351","7376.789"],["17120.808","7376.505"],["17150.760","7383.882"],["17169.964","7411.153"],["12751.400","16013.370"],["12747.617","16010.298"],["12739.936","16000.406"],["12759.874","15994.032"],["12740.236","15974.957"],["12764.562","15991.869"],["12765.024","15954.454"],["12762.195","15965.106"],["12758.626","15947.732"],["12710.006","16067.615"],["12658.563","16090.091"],["12670.744","16089.223"],["12687.428","16110.916"],["12685.422","16116.300"],["12684.001","16106.224"],["12672.620","16127.562"],["12663.853","16117.190"],["12659.801","16114.278"],["12621.952","16134.228"],["12600.917","16134.759"],["12589.969","16138.928"],["12731.337","16092.394"],["12759.016","16074.168"],["12765.678","16066.983"],["12752.470","16056.744"],["12767.003","16105.210"],["12742.838","16111.253"],["12721.579","16096.953"],["12734.391","16098.555"],["12736.365","16101.560"],["12712.495","16114.868"],["12719.041","16106.461"],["12763.764","16028.847"],["12766.347","16040.721"],["12776.471","16019.736"],["12747.378","16086.687"],["12749.385","16067.562"],["12753.661","16077.224"],["12710.969","16060.445"],["12713.091","16042.212"],["12766.276","16049.115"],["12763.825","16044.920"],["12770.930","16048.289"],["12771.512","16052.266"],["12764.744","16055.290"],["12771.768","16056.777"],["12768.560","16055.687"],["12774.492","16040.341"],["12771.513","16035.185"],["12732.942","16001.822"],["12715.106","16036.303"],["12690.669","16059.974"],["12752.734","16119.542"],["12720.824","16121.077"],["12714.130","16131.233"],["12723.093","16130.705"],["12733.375","15985.373"],["12662.623","16067.126"],["12671.241","16076.044"],["12655.503","16133.387"],["12652.428","16112.875"],["12654.188","16120.059"],["12578.254","16075.976"],["12607.543","16129.286"],["12605.608","16118.423"],["12596.611","16093.898"],["12608.014","15995.158"],["12588.902","16028.470"],["12605.448","16007.495"],["12683.064","15958.080"],["12654.643","15940.904"],["12575.659","16092.143"],["12634.707","16050.961"],["12655.628","16081.168"],["12613.670","16082.522"],["12643.412","16053.201"],["12650.254","15999.245"],["12664.708","16005.819"],["12722.241","15992.739"],["12720.135","15987.636"],["12712.789","15960.785"],["12733.793","15956.887"],["12723.677","15960.504"],["12768.249","16059.553"],["12806.609","16709.363"],["12805.770","16721.204"],["12810.129","16715.093"],["12813.774","16657.584"],["12778.154","16654.920"],["12780.062","16656.621"],["12797.612","16659.852"],["12811.132","16664.972"],["12811.082","16640.232"],["12819.502","16703.789"],["12829.223","16694.243"],["12826.410","16680.585"],["12887.119","16761.860"],["12870.136","16748.628"],["12853.482","16759.913"],["12849.962","16753.670"],["12850.719","16745.049"],["10848.625","16115.868"],["10860.780","16109.245"],["10860.192","16083.255"],["10852.857","16092.190"],["10858.070","16089.580"],["10844.678","16116.632"],["10827.770","16104.560"],["10843.938","16114.617"],["10824.483","16094.669"],["10832.756","16078.071"],["10848.707","16070.259"],["10854.875","16062.315"],["10849.497","16073.628"],["10825.737","16073.526"],["10801.871","16077.159"],["10819.651","16077.787"],["10799.700","16085.637"],["10810.375","16112.015"],["10817.628","16115.037"],["10811.164","16121.792"],["10779.131","16089.796"],["10774.740","16086.923"],["10776.861","16087.666"],["10769.285","16050.269"],["10765.370","16066.024"],["10762.821","16069.608"],["10827.884","16000.894"],["10848.321","15999.941"],["10842.071","16008.364"],["10816.019","16014.425"],["10825.032","16009.372"],["10823.239","16012.923"],["10810.384","15993.902"],["10800.582","15993.093"],["10803.608","15995.339"],["10794.529","15986.909"],["10779.742","15990.476"],["10783.213","15971.054"],["10762.362","15975.344"],["10780.668","15963.766"],["10758.810","15963.139"],["10873.079","16026.974"],["10820.396","15944.437"],["10825.264","15933.636"],["10831.383","15949.821"],["10872.011","15987.460"],["10791.751","16054.224"],["10793.626","16061.854"],["10801.060","16078.782"],["10782.889","16127.025"],["10788.316","16117.744"],["10777.971","16133.450"],["10853.483","16137.516"],["17199.936","7383.714"],["12719.692","16784.762"],["5807.265","9791.396"],["5784.702","9783.445"],["5790.101","9730.763"],["5651.827","9593.171"],["10199.604","16758.980"],["10198.618","16748.658"],["10205.114","16751.466"],["10189.998","16733.750"],["10187.383","16739.481"],["10192.925","16736.062"],["10223.812","16698.107"],["10227.595","16703.359"],["10223.252","16705.175"],["10211.488","16668.094"],["10211.669","16680.480"],["10219.415","16680.926"],["10234.099","16640.307"],["10237.257","16640.125"],["10242.060","16643.280"],["10222.711","16612.571"],["10218.139","16623.554"],["10215.771","16618.797"],["12783.337","16027.955"],["12797.672","15999.422"],["12840.246","16128.976"],["12837.258","16133.827"],["12862.630","16065.503"],["12870.002","15980.331"],["12858.621","15988.225"],["12849.010","15986.686"],["12855.243","15953.917"],["12863.697","15953.835"],["12858.335","15968.632"],["12804.204","15981.353"],["12815.290","15980.742"],["12835.533","15977.113"],["12831.322","15978.699"],["12955.446","15930.593"],["12948.066","15936.901"],["12910.407","15964.422"],["12899.979","15965.760"],["12893.745","15968.171"],["12892.793","15960.862"],["12885.375","15950.309"],["12922.374","15952.914"],["12928.245","15938.876"],["12953.763","15945.184"],["12942.924","15956.745"],["12939.684","15953.854"],["12970.763","15931.090"],["12959.677","15949.289"],["12966.701","15944.186"],["12978.961","15990.558"],["12941.985","15966.388"],["12945.480","15985.664"],["12929.986","15992.923"],["12941.368","15975.854"],["12955.569","15993.901"],["12971.128","15983.034"],["12967.592","15990.334"],["12977.955","16035.673"],["12963.630","16023.435"],["12980.274","16025.566"],["12949.060","16013.889"],["12953.426","16017.322"],["12933.202","16011.644"],["12925.562","16026.594"],["12905.838","16012.144"],["12888.996","16020.501"],["12895.427","16026.942"],["12899.975","16041.739"],["12888.315","16035.798"],["12887.787","16055.876"],["12885.507","16066.362"],["12900.786","16065.652"],["12906.658","16066.825"],["12881.230","16083.069"],["12885.720","16081.813"],["12879.354","16108.719"],["12867.627","16115.755"],["12879.584","16116.713"],["12867.160","16010.255"],["12864.874","16022.113"],["12780.018","16046.518"],["12779.720","16029.124"],["12777.730","16029.586"],["12793.090","15989.108"],["12799.817","15993.072"],["12799.308","15987.308"],["12871.212","15974.665"],["12808.657","15972.366"],["12827.399","16006.791"],["12834.718","15998.005"],["12799.439","16023.620"],["12806.948","16032.605"],["12809.794","16030.804"],["12813.397","16091.147"],["12817.048","16112.005"],["11773.272","15881.611"],["11796.645","15877.730"],["11727.446","15815.581"],["11728.828","15806.712"],["11738.240","15781.202"],["11732.418","15774.546"],["11787.014","15756.654"],["11924.531","15726.791"],["11902.326","15893.191"],["11905.912","15895.156"],["11889.389","15881.603"],["11894.093","15870.835"],["11843.075","15842.939"],["11863.733","15849.594"],["11872.929","15869.183"],["11886.186","15868.275"],["11871.992","15865.550"],["11828.901","15828.865"],["11830.398","15824.934"],["11802.424","15810.595"],["11754.884","15753.276"],["11845.693","15833.567"],["11758.348","15733.936"],["11749.443","15736.729"],["11732.075","15728.769"],["11731.614","15731.296"],["11768.543","15743.715"],["11737.451","15801.127"],["11751.547","15798.270"],["11735.165","15787.585"],["11766.638","15808.895"],["11788.292","15830.568"],["11805.801","15846.129"],["11798.356","15869.042"],["11810.477","15870.941"],["11819.639","15856.523"],["11794.553","15875.286"],["11825.118","15897.116"],["11821.549","15893.186"],["11847.926","15882.081"],["11824.406","15887.977"],["11888.326","15917.188"],["11884.626","15915.421"],["11882.680","15915.880"],["11880.344","15912.792"],["11841.586","15886.864"],["11845.418","15891.092"],["11843.774","15887.838"],["11786.868","15790.546"],["11773.973","15784.419"],["11782.016","15787.193"],["11787.235","15788.544"],["11818.755","15787.837"],["11865.183","15835.117"],["11856.641","15820.856"],["11795.486","15877.990"],["11775.663","15837.962"],["11738.527","15835.070"],["11771.586","15839.034"],["11738.247","15830.297"],["11752.260","15835.702"],["11734.596","15856.180"],["11756.405","15856.527"],["11759.931","15876.939"],["11812.234","15911.011"],["11796.592","15909.723"],["11837.325","15909.478"],["11918.136","15769.651"],["11932.440","15723.321"],["11783.720","15893.718"],["11728.558","15908.419"],["11873.223","15720.288"],["11906.561","15760.172"],["11853.944","15796.338"],["11880.508","15778.888"],["11932.229","15903.709"],["11801.746","15726.776"],["11793.802","15748.989"],["11783.555","15736.916"],["11815.153","15747.763"],["11805.088","15744.064"],["11855.153","15779.109"],["11873.792","15850.702"],["11892.411","15853.493"],["11884.549","15845.549"],["10737.885","13026.324"],["10763.365","13025.454"],["10762.176","13024.518"],["10733.717","13010.780"],["10791.408","13059.428"],["10779.136","13055.210"],["10775.274","13026.978"],["10737.368","13012.002"],["12375.764","16811.545"],["12378.845","16799.087"],["12386.411","16808.930"],["12402.260","16803.571"],["11906.993","15291.255"],["11909.312","15291.370"],["11902.306","15291.304"],["11916.530","15277.298"],["12349.433","16233.156"],["12350.758","16304.428"],["12331.813","16326.223"],["12307.973","16187.566"],["12300.604","16186.938"],["12291.377","16204.841"],["12231.216","16179.747"],["12222.893","16185.569"],["12189.766","16260.366"],["11505.780","16444.014"],["11505.845","16504.914"],["11507.507","16503.791"],["11507.507","16494.923"],["11491.605","16393.288"],["11504.006","16379.696"],["11489.187","16369.457"],["11501.289","16366.480"],["16437.951","6846.981"],["12229.332","16144.175"],["12221.273","16145.282"],["12201.610","16159.474"],["12170.084","16174.722"],["12183.308","16176.142"],["12163.733","16192.351"],["12188.999","16202.416"],["12188.933","16204.431"],["12195.183","16205.570"],["12161.839","16333.425"],["12151.054","16344.616"],["12349.379","16314.365"],["12323.208","16336.336"],["12333.603","16337.872"],["12276.158","16152.376"],["12260.500","16165.523"],["12314.304","16169.248"],["12291.241","16148.627"],["12274.350","16180.846"],["12236.791","16167.938"],["12352.160","16181.112"],["12350.203","16172.244"],["12338.065","16163.127"],["12353.248","16338.005"],["12159.620","16149.222"],["12150.901","16225.006"],["16237.643","7722.973"],["12760.934","15672.948"],["12681.111","15537.405"],["12684.606","15553.819"],["12590.905","15527.161"],["12658.987","15534.320"],["12651.330","15630.114"],["12713.470","15582.750"],["12704.868","15588.448"],["12673.007","15539.635"],["12674.323","15537.554"],["12647.618","15630.564"],["12640.907","15634.560"],["12652.384","15653.244"],["12655.180","15652.468"],["12642.845","15655.821"],["12647.729","15667.184"],["12654.177","15682.361"],["12649.999","15661.073"],["12675.445","15677.062"],["12686.316","15685.997"],["12592.677","15507.503"],["12663.197","15534.056"],["12661.108","15535.889"],["12669.217","15526.293"],["12580.486","15530.620"],["12583.644","15533.328"],["12587.956","15547.354"],["12616.569","15609.875"],["12610.632","15600.544"],["12600.220","15609.660"],["12600.439","15612.211"],["12614.583","15605.308"],["12623.557","15636.292"],["12624.594","15632.857"],["12634.824","15635.483"],["12727.695","15611.313"],["12695.947","15718.017"],["12757.452","15667.898"],["12741.727","15631.088"],["12737.879","15626.515"],["12716.123","15615.714"],["12729.544","15625.243"],["12697.576","15591.610"],["12711.408","15593.410"],["12694.912","15587.006"],["12700.159","15569.879"],["12682.990","15565.208"],["12668.378","15616.330"],["12602.539","15596.343"],["12594.408","15583.837"],["12589.375","15585.620"],["12597.692","15575.271"],["12593.909","15578.178"],["12596.605","15558.805"],["12604.154","15564.932"],["12635.282","15535.446"],["12611.886","15541.045"],["12601.771","15540.830"],["12609.760","15543.423"],["12617.852","15529.930"],["12642.980","15525.950"],["12610.137","15517.034"],["12622.917","15526.580"],["12620.753","15564.955"],["12624.075","15559.852"],["12654.809","15555.560"],["12685.125","15594.134"],["12686.737","15588.601"],["12658.848","15624.398"],["12618.563","15591.154"],["12652.198","15585.192"],["12623.053","15589.585"],["12668.643","15653.034"],["12666.818","15634.933"],["12689.170","15621.308"],["12699.730","15683.983"],["12757.013","15684.744"],["10883.049","15638.574"],["10897.853","15635.381"],["10919.677","15629.224"],["10922.177","15615.054"],["10913.690","15616.953"],["10934.179","15602.380"],["10921.564","15603.371"],["10930.511","15598.069"],["10975.516","15591.248"],["10991.233","15590.570"],["11006.276","15619.897"],["11048.207","15553.446"],["11045.543","15549.912"],["11042.354","15531.934"],["11081.998","15513.928"],["11077.235","15594.730"],["11071.561","15596.414"],["11050.783","15625.921"],["11060.750","15619.496"],["11076.248","15610.603"],["11069.606","15614.799"],["10921.299","15656.733"],["10948.856","15660.634"],["10936.784","15640.584"],["10913.733","15646.369"],["10916.382","15669.146"],["10939.722","15665.003"],["10954.435","15677.344"],["11007.445","15627.181"],["11090.628","15658.691"],["11037.888","15510.582"],["11016.786","15511.705"],["11010.529","15517.824"],["10993.012","15510.458"],["10960.661","15533.900"],["10981.138","15530.911"],["10972.010","15515.717"],["11081.579","15656.388"],["11064.098","15563.590"],["11034.782","15592.804"],["11024.782","15567.155"],["11063.450","15601.458"],["10952.501","15621.677"],["10972.895","15627.210"],["10917.072","15676.467"],["10943.914","15681.537"],["10980.603","15715.961"],["10965.335","15661.737"],["11024.431","15692.703"],["10970.862","15667.220"],["11047.952","15645.319"],["7937.863","9152.134"],["5850.016","18797.887"],["5851.194","18789.468"],["5850.470","18780.980"],["5844.717","18780.196"],["5842.809","18780.295"],["5844.644","18795.003"],["6024.501","18679.517"],["5982.955","18704.902"],["5984.271","18697.669"],["5951.363","18692.427"],["5956.478","18695.812"],["5954.766","18682.066"],["5954.371","18684.742"],["5973.679","18740.338"],["5981.836","18742.403"],["5972.791","18769.132"],["5970.702","18773.608"],["5974.648","18764.648"],["5978.234","18764.087"],["5985.131","18736.464"],["5989.292","18745.036"],["5968.865","18733.990"],["5972.845","18735.245"],["5980.620","18718.854"],["5978.680","18723.065"],["5847.391","18797.117"],["5849.274","18810.467"],["5849.817","18807.874"],["5856.210","18804.543"],["5856.382","18796.499"],["5858.205","18801.466"],["5863.632","18805.363"],["5856.866","18820.669"],["5851.488","18823.163"],["5859.295","18825.722"],["5866.992","18820.883"],["5863.630","18832.121"],["5863.712","18834.036"],["11844.227","16129.535"],["11829.018","15971.975"],["11818.788","15983.007"],["11824.248","15985.418"],["11819.917","15984.578"],["11834.495","15963.970"],["11916.876","16015.973"],["11895.760","16017.069"],["11934.380","16047.800"],["11823.976","15937.603"],["11826.805","15974.812"],["11798.898","15947.267"],["11809.520","15932.712"],["11821.800","15936.343"],["11831.684","15948.322"],["11834.759","15931.857"],["11817.100","16123.886"],["11829.449","16066.340"],["11840.373","15964.734"],["11888.518","15935.231"],["11914.112","15952.292"],["11934.649","15981.719"],["11930.056","16000.118"],["11906.421","16008.954"],["11931.694","16076.967"],["11822.102","16047.490"],["11812.365","16102.139"],["11862.317","16032.970"],["11851.020","16025.302"],["11881.398","16003.716"],["11868.697","15947.213"],["11842.085","15937.452"],["11877.019","15957.980"],["11904.737","16086.248"],["11879.507","16052.359"],["11868.214","16079.084"],["11830.599","16121.776"],["11862.605","16118.588"],["11738.287","15989.508"],["11783.892","15996.660"],["11772.650","15953.597"],["11739.525","15961.045"],["11739.311","15949.435"],["11784.952","16090.470"],["11791.318","16023.187"],["11759.443","16071.131"],["11736.774","16010.750"],["11744.028","16031.873"],["11758.485","16047.447"],["11732.117","16122.515"],["12361.590","16462.510"],["12367.010","16447.688"],["12365.629","16445.128"],["12367.731","16417.571"],["12371.431","16424.970"],["12367.369","16430.784"],["12381.389","16547.434"],["12372.067","16513.902"],["12380.192","16528.089"],["12362.231","16535.900"],["12455.657","16521.683"],["12391.383","16494.998"],["12377.419","16480.382"],["12381.103","16494.420"],["12412.945","16478.551"],["12398.537","16485.817"],["12393.685","16474.587"],["12427.254","16453.822"],["12422.813","16442.724"],["12434.869","16447.959"],["12452.646","16433.313"],["12443.682","16425.650"],["12431.955","16437.541"],["12430.716","16361.318"],["12414.764","16367.192"],["12526.995","16537.530"],["12519.988","16514.883"],["12357.483","16361.423"],["12411.727","16400.949"],["12412.385","16404.302"],["12375.984","16437.563"],["12408.369","16421.592"],["12399.224","16414.392"],["12381.367","16365.007"],["12387.913","16361.225"],["12389.300","16514.633"],["12415.451","16530.488"],["12491.836","16501.439"],["12510.126","16545.320"],["12508.861","16469.641"],["12551.476","16499.534"],["12539.222","16503.250"],["12559.071","16421.404"],["12547.163","16433.840"],["5626.608","9107.029"],["5631.369","9101.353"],["5651.869","9133.063"],["5660.080","9156.048"],["5687.547","9012.818"],["5675.205","9046.465"],["5633.036","9039.642"],["5713.220","9042.989"],["5714.558","9020.691"],["11121.648","16607.281"],["11113.432","16622.005"],["11110.060","16636.786"],["11106.573","16683.701"],["11106.359","16681.686"],["11126.672","16679.341"],["11159.072","16735.209"],["11136.556","16735.044"],["11156.836","16709.776"],["11186.492","16751.848"],["11197.528","16746.992"],["11238.901","16739.015"],["11235.315","16726.859"],["11211.153","16683.688"],["11204.113","16689.039"],["11295.167","16747.929"],["11300.035","16742.710"],["11254.147","16747.226"],["11242.864","16745.789"],["11254.229","16751.057"],["11288.562","16764.075"],["11249.480","16762.287"],["11292.354","16706.568"],["11287.074","16693.554"],["11296.624","16679.910"],["11299.530","16667.477"],["11246.436","16621.653"],["11242.258","16625.468"],["11233.854","16623.255"],["11235.505","16611.439"],["11246.640","16590.911"],["11252.775","16576.413"],["11262.298","16586.702"],["11275.551","16638.237"],["11277.820","16652.061"],["11294.103","16651.103"],["11271.326","16643.221"],["11270.684","16645.203"],["11227.938","16667.208"],["11234.841","16693.876"],["11250.647","16704.264"],["11254.170","16716.120"],["11245.782","16730.290"],["11285.032","16720.527"],["11261.337","16689.453"],["11274.034","16679.891"],["11279.988","16688.297"],["11273.616","16735.719"],["11254.570","16733.473"],["11259.431","16757.453"],["11267.408","16761.631"],["11281.257","16746.338"],["11225.677","16762.762"],["11225.348","16757.725"],["11210.079","16748.789"],["11214.948","16740.316"],["11217.958","16757.410"],["11191.319","16703.546"],["11188.557","16702.757"],["11190.416","16712.898"],["11226.570","16694.845"],["11226.290","16719.420"],["11234.234","16712.318"],["11209.530","16768.668"],["11208.209","16703.678"],["11210.577","16720.722"],["11217.304","16724.636"],["11180.919","16723.700"],["11183.015","16747.018"],["11153.383","16686.055"],["11135.225","16674.725"],["11134.748","16696.294"],["11211.288","16636.698"],["11189.101","16621.009"],["11195.532","16627.450"],["11198.328","16637.178"],["11190.745","16619.437"],["11186.749","16618.231"],["11157.296","16633.969"],["11166.079","16624.555"],["11150.325","16639.822"],["11157.940","16639.112"],["11099.823","16662.419"],["11125.023","16713.669"],["11105.741","16694.077"],["11117.402","16707.190"],["11096.794","16689.701"],["11129.177","16609.470"],["11107.413","16567.274"],["11109.501","16569.504"],["11105.016","16605.553"],["11112.861","16619.740"],["11102.993","16603.737"],["11161.293","16581.825"],["11157.757","16582.816"],["11151.441","16586.565"],["11178.469","16592.296"],["11159.977","16607.052"],["11170.306","16612.024"],["11158.233","16598.184"],["11192.952","16569.599"],["11190.781","16575.379"],["11188.430","16601.289"],["11190.222","16593.312"],["11211.839","16572.952"],["11274.663","16602.805"],["11266.472","16584.391"],["11276.916","16592.136"],["11274.903","16566.842"],["11260.331","16579.113"],["11257.348","16667.086"],["11253.401","16676.847"],["11240.062","16681.719"],["11163.406","16736.423"],["11174.311","16746.514"],["11182.304","16741.856"],["11269.248","16618.050"],["11265.679","16625.201"],["11259.670","16630.136"],["11259.078","16638.509"],["11245.542","16634.694"],["11286.875","16654.795"],["11284.803","16669.245"],["11298.717","16678.378"],["11242.840","16655.945"],["11237.034","16651.420"],["11245.866","16661.891"],["11221.517","16659.247"],["11225.267","16657.942"],["11207.915","16642.847"],["11189.120","16649.098"],["11173.232","16654.845"],["11200.032","16683.764"],["11193.996","16682.542"],["11197.516","16690.800"],["11167.801","16659.446"],["11149.067","16647.588"],["11149.133","16662.270"],["11128.165","16647.614"],["11129.283","16655.459"],["11123.822","16645.034"],["11119.415","16642.838"],["11113.049","16631.789"],["11137.362","16591.906"],["11141.589","16586.027"],["11106.194","16573.763"],["11125.713","16573.633"],["11123.246","16590.726"],["11123.509","16574.079"],["11154.175","16567.929"],["11147.662","16572.570"],["5633.853","9564.352"],["5637.188","9555.542"],["5619.841","9554.954"],["12138.317","17014.729"],["12143.251","17029.213"],["12131.926","17045.945"],["12130.133","17033.872"],["12130.923","17041.354"],["12144.704","17190.045"],["12126.073","17123.191"],["12107.159","17103.653"],["12113.080","17108.096"],["12140.766","17106.129"],["12132.378","17101.736"],["12134.976","17099.523"],["12114.525","17056.919"],["12132.979","17068.943"],["12128.654","17075.433"],["12119.941","17175.820"],["12116.981","17161.402"],["12115.879","17154.383"],["12074.912","17040.173"],["12067.297","17052.691"],["12070.784","17049.157"],["12094.622","17027.602"],["12103.784","17033.845"],["12098.734","17014.836"],["12124.792","17019.267"],["12127.062","17008.416"],["12120.664","17011.439"],["12125.120","16997.343"],["11981.154","17012.717"],["11990.875","16991.594"],["11959.461","16999.881"],["11963.530","17058.779"],["11952.247","17027.367"],["11960.375","17034.794"],["11959.832","17049.113"],["11974.774","17058.907"],["11985.893","17061.186"],["11973.376","17066.256"],["11936.129","17031.513"],["11952.133","17045.914"],["11952.488","16988.193"],["11988.740","17027.746"],["12000.944","17037.903"],["12001.717","17029.233"],["12795.421","15907.230"],["12788.365","15906.041"],["12818.906","15908.904"],["12787.981","15808.766"],["12792.384","15804.024"],["12798.702","15742.900"],["12793.044","15749.027"],["12800.952","15757.971"],["12811.067","15767.781"],["12788.024","15770.688"],["12800.925","15777.979"],["12799.625","15784.470"],["12793.392","15793.388"],["12847.995","15909.945"],["12838.965","15920.168"],["12812.191","15892.307"],["12807.947","15887.782"],["12807.709","15877.377"],["12823.384","15861.539"],["12824.930","15878.186"],["12822.188","15819.658"],["12791.824","15720.728"],["12930.363","15925.590"],["12938.916","15920.999"],["12943.253","15912.032"],["12960.309","15904.402"],["12963.714","15899.926"],["12975.133","15923.178"],["12962.403","15911.518"],["12916.418","15903.833"],["12928.210","15919.308"],["12927.470","15911.793"],["12866.761","15826.041"],["12879.902","15813.589"],["12884.606","15826.388"],["12921.696","15800.633"],["12924.949","15850.308"],["12916.906","15853.247"],["12909.792","15847.860"],["12904.958","15836.572"],["12912.574","15823.525"],["12799.381","15875.432"],["12780.894","15858.900"],["12818.559","15912.300"],["12800.072","15925.909"],["5944.150","18452.585"],["5948.624","18451.743"],["11440.981","15778.073"],["11381.467","15834.290"],["11384.066","15819.657"],["11375.579","15839.442"],["11397.158","15838.067"],["11392.191","15856.350"],["11451.310","15845.571"],["11446.294","15850.460"],["11497.107","15802.175"],["11491.268","15784.339"],["11483.657","15784.172"],["11447.563","15762.870"],["11442.184","15755.042"],["11417.386","15775.204"],["11415.281","15777.566"],["11408.406","15776.988"],["11391.501","15803.653"],["11433.459","15848.461"],["11426.667","15855.612"],["11421.815","15864.332"],["11484.583","15793.636"],["11488.547","15839.879"],["11472.560","15827.245"],["11155.630","15929.780"],["11131.732","15938.038"],["11164.994","15984.306"],["11175.455","15985.379"],["11244.968","15995.967"],["11160.283","15937.929"],["11176.643","15964.331"],["11160.788","15946.726"],["11210.062","15943.309"],["11189.506","15975.480"],["11176.776","15966.347"],["11191.496","15971.814"],["11261.748","15991.131"],["11266.337","15976.647"],["11266.781","15972.915"],["11277.406","15977.201"],["11287.159","15980.008"],["11282.965","15986.515"],["11242.396","16016.466"],["11198.830","15991.825"],["11191.050","15992.915"],["11299.798","16117.171"],["11299.765","16104.620"],["11298.221","16015.655"],["11296.115","16004.540"],["11300.924","15961.692"],["11302.963","15961.180"],["11236.488","15939.984"],["11242.376","15932.899"],["11239.416","15945.467"],["11114.795","16116.760"],["11132.097","16135.356"],["11139.452","15970.180"],["11161.425","15976.241"],["11160.521","15966.266"],["11145.718","16026.131"],["11142.051","16022.860"],["11160.389","16031.003"],["11149.936","16056.172"],["11145.907","16016.661"],["11178.110","16003.890"],["11171.399","16014.394"],["11172.584","15991.041"],["11234.065","15991.017"],["11238.111","15992.206"],["11215.405","15959.869"],["11202.774","15968.028"],["11204.205","15961.983"],["11235.695","15960.074"],["11236.534","15978.456"],["11230.300","15983.724"],["11273.513","16111.214"],["11223.375","16130.092"],["11244.938","16123.205"],["11222.043","16127.417"],["11098.869","16008.276"],["11106.451","16013.660"],["11104.598","15980.733"],["11102.091","16047.983"],["11098.588","16036.984"],["11155.458","15989.853"],["11149.586","16001.133"],["11099.222","15940.614"],["11096.926","15961.546"],["11133.841","16129.200"],["11192.314","16112.911"],["11271.882","16096.785"],["11266.207","16088.610"],["11283.165","16068.920"],["11280.452","16071.364"],["11292.155","16033.519"],["11277.320","16052.627"],["11273.751","16041.463"],["11266.366","16008.652"],["11283.047","16023.935"],["11284.873","16036.090"],["11264.132","16029.748"],["11253.719","16043.998"],["11254.722","16034.122"],["11245.125","16023.127"],["11176.419","16129.175"],["11229.636","16081.681"],["11210.557","16096.858"],["11226.850","16008.171"],["11219.938","16078.017"],["11192.734","16043.104"],["11198.293","16036.894"],["11192.299","16121.999"],["11149.427","16104.215"],["11143.194","16077.048"],["11180.924","16094.158"],["11264.574","16050.909"],["11230.594","16069.910"],["11224.706","16075.707"],["11266.417","16078.581"],["10788.476","16881.229"],["10790.022","16868.842"],["10808.953","16890.494"],["5621.503","9316.109"],["5668.753","9316.251"],["11513.285","15286.358"],["11500.950","15290.470"],["10802.756","16351.435"],["10860.939","16310.518"],["10829.441","16335.893"],["10839.573","16328.659"],["10844.836","16313.515"],["10820.021","16347.525"],["10878.306","16274.751"],["10869.129","16224.055"],["10846.681","16212.001"],["10851.879","16221.630"],["10831.117","16208.701"],["10826.578","16188.024"],["10806.374","16155.241"],["10806.489","16146.289"],["10803.693","16159.221"],["10853.381","16150.615"],["10839.434","16147.445"],["10834.779","16153.407"],["10791.393","16176.294"],["10789.502","16159.234"],["10798.488","16191.960"],["10807.699","16184.380"],["10801.876","16186.989"],["10877.622","16219.874"],["10845.171","16212.029"],["12944.382","13553.107"],["11627.078","15281.954"],["11630.121","15278.568"],["11619.718","15248.784"],["11632.958","15252.301"],["11618.567","15252.566"],["11655.606","15276.431"],["11650.853","15266.720"],["11652.679","15279.123"],["11526.289","15290.623"],["11516.147","15282.444"],["11602.628","15275.683"],["11597.727","15283.114"],["11587.596","15286.962"],["11614.778","15273.686"],["11615.551","15265.511"],["11592.442","15265.643"],["11548.531","15291.388"],["11553.367","15292.032"],["11557.349","15271.186"],["11536.575","15285.835"],["11577.604","15285.937"],["11574.117","15294.789"],["16276.897","5474.635"],["11030.442","17079.109"],["11028.814","17064.543"],["11038.929","17060.596"],["11047.791","17119.490"],["11040.340","17120.960"],["11036.607","17100.630"],["11009.692","17110.163"],["11011.699","17106.777"],["11012.784","17108.792"],["10982.100","17108.294"],["10988.268","17120.862"],["10998.696","17124.182"],["10960.422","17113.735"],["10964.501","17108.565"],["10951.968","17091.274"],["10955.630","17130.847"],["10953.689","17131.161"],["10948.969","17123.762"],["10934.815","17163.146"],["10927.019","17168.926"],["10921.073","17142.546"],["10917.915","17147.617"],["10921.681","17140.218"],["10900.790","17121.857"],["10901.185","17142.914"],["10904.261","17141.428"],["10887.539","17050.371"],["10910.302","17041.436"],["10883.779","17080.214"],["10885.445","17073.495"],["10905.511","17068.887"],["10890.511","17079.457"],["11668.846","15706.832"],["11666.115","15694.644"],["11670.063","15703.992"],["11650.605","15700.225"],["11641.888","15690.746"],["11638.006","15706.088"],["11530.777","15567.102"],["11540.547","15567.895"],["11541.024","15572.305"],["11600.497","15594.762"],["11563.815","15594.283"],["11560.953","15596.083"],["11617.838","15616.897"],["11581.809","15677.973"],["11556.046","15693.501"],["11562.971","15690.181"],["11588.104","15690.587"],["11592.824","15684.608"],["11589.717","15693.129"],["11577.283","15695.854"],["11566.822","15687.960"],["11535.256","15603.686"],["11640.057","15554.158"],["11654.728","15563.968"],["11646.751","15549.071"],["11633.987","15547.245"],["11622.728","15545.617"],["11566.258","15526.543"],["11572.689","15517.922"],["11562.031","15513.678"],["11597.239","15532.957"],["11587.321","15546.797"],["11550.525","15530.041"],["11556.314","15527.943"],["11539.982","15517.010"],["11602.146","15571.442"],["11595.945","15569.956"],["11611.915","15571.046"],["11642.764","15581.836"],["11628.882","15567.055"],["11635.412","15570.094"],["11720.641","15508.893"],["11710.460","15514.178"],["11560.469","15507.046"],["11591.431","15518.446"],["11722.299","15651.958"],["11668.168","15607.369"],["11671.540","15604.760"],["11664.912","15602.233"],["11685.847","15625.318"],["11698.084","15621.189"],["11654.611","15639.634"],["11654.200","15646.487"],["11676.757","15666.570"],["11702.551","15711.905"],["11682.798","15700.873"],["11655.159","15675.578"],["11544.413","15697.773"],["11563.450","15706.290"],["11628.680","15634.055"],["11637.167","15627.895"],["11631.953","15648.110"],["11582.048","15600.749"],["11588.100","15624.532"],["11571.472","15630.131"],["11515.305","15700.718"],["11517.772","15653.422"],["11530.338","15658.690"],["11551.061","15666.254"],["11694.837","15519.648"],["11653.546","15519.945"],["11709.509","15600.457"],["11681.318","15605.676"],["11694.147","15582.191"],["11724.507","15618.558"],["12790.848","15712.865"],["12792.153","15710.968"],["15461.668","5603.988"],["15405.531","5687.364"],["15395.139","5673.925"],["15424.282","5718.568"],["15459.375","5678.809"],["15463.542","5736.364"],["15445.249","5760.046"],["15469.142","5692.082"],["15462.126","5649.866"],["11086.134","16581.198"],["11084.654","16569.010"],["11070.246","16588.646"],["11091.618","16628.369"],["11078.115","16620.161"],["11070.521","16617.245"],["11073.234","16596.436"],["11077.906","16604.248"],["11055.944","16636.730"],["11039.694","16650.273"],["11060.518","16674.553"],["11056.538","16667.435"],["11055.699","16660.713"],["11093.056","16687.488"],["11080.225","16639.372"],["11092.067","16643.567"],["11086.656","16643.600"],["11089.428","16675.367"],["11077.948","16666.201"],["11037.556","16616.456"],["11033.378","16638.818"],["11044.233","16640.503"],["11055.802","16620.119"],["11047.298","16599.128"],["11047.743","16602.365"],["11066.620","16564.347"],["10970.761","16585.864"],["10996.304","16586.261"],["10990.794","16574.815"],["10957.555","16568.962"],["10949.890","16580.142"],["10995.517","16566.639"],["11035.216","16574.585"],["10910.566","16574.905"],["10889.431","16573.171"],["10898.707","16567.555"],["10939.770","16569.271"],["10926.514","16586.876"],["10920.313","16579.478"],["10933.090","16608.050"],["10927.153","16607.803"],["10942.525","16621.512"],["10919.104","16640.042"],["10924.203","16642.337"],["10899.501","16657.856"],["10911.129","16648.326"],["10887.240","16598.881"],["10882.964","16590.937"],["10893.129","16580.120"],["10899.941","16619.685"],["10912.984","16612.682"],["10891.964","16606.060"],["10917.596","16642.417"],["10901.955","16622.483"],["10916.297","16635.860"],["10892.988","16678.318"],["10943.117","16605.155"],["10935.749","16599.011"],["10957.624","16583.965"],["10934.915","16644.678"],["10954.619","16651.284"],["10935.672","16653.117"],["10922.647","16681.609"],["10915.640","16657.430"],["10924.193","16657.876"],["11024.647","16569.204"],["11022.887","16573.267"],["11028.133","16580.418"],["8238.338","13846.565"],["8240.871","13860.702"],["8238.825","13891.164"],["8246.556","13895.094"],["8248.579","13906.688"],["15503.003","5564.567"],["15500.821","5367.082"],["15454.630","5410.832"],["15324.388","5521.440"],["15335.943","5481.729"],["15349.751","5475.827"],["15342.000","5461.882"],["16800.377","6797.077"],["16823.921","6793.031"],["14912.294","6327.629"],["14976.602","6266.612"],["14937.280","6232.261"],["11933.495","16285.342"],["11878.571","16283.561"],["11832.563","16300.617"],["11737.537","16267.521"],["11731.435","16266.299"],["11727.714","16255.363"],["11728.833","16251.630"],["11725.923","16300.212"],["11832.401","16273.270"],["11817.730","16274.525"],["11808.832","16251.008"],["11814.952","16273.865"],["11813.390","16267.870"],["11809.443","16268.893"],["11807.443","16231.684"],["11791.062","16235.268"],["11800.723","16258.928"],["11797.894","16247.401"],["11796.595","16249.581"],["11913.412","16232.208"],["11899.122","16253.430"],["11908.908","16243.356"],["11744.969","16269.282"],["11749.903","16268.176"],["11732.001","16273.563"],["11737.001","16271.135"],["11732.478","16270.557"],["11742.546","16281.286"],["11745.737","16284.986"],["11746.592","16282.888"],["11825.794","16141.422"],["11807.044","16156.310"],["11891.205","16201.471"],["11896.090","16206.871"],["11867.075","16194.078"],["11862.595","16176.252"],["11773.854","16332.785"],["11787.209","16325.716"],["11924.532","16157.112"],["11904.195","16165.942"],["11734.914","16156.031"],["11932.562","16154.827"],["11892.611","16149.707"],["11800.186","16153.162"],["11809.019","16162.179"],["11841.489","16257.093"],["11816.160","16244.195"],["11928.886","16191.927"],["11848.127","16322.250"],["11807.719","16326.310"],["11738.893","16199.927"],["11751.015","16168.829"],["11774.157","16142.284"],["11875.931","16331.343"],["11866.885","16339.501"],["11868.743","16280.822"],["11932.516","16305.255"],["11930.164","16312.076"],["7957.752","9172.355"],["6536.573","18480.329"],["6529.862","18478.793"],["6496.194","18485.894"],["6499.747","18492.996"],["6484.659","18488.792"],["6478.129","18485.637"],["5371.006","9202.428"],["5384.666","9224.734"],["5367.024","9217.576"],["5386.568","9244.600"],["5392.939","9257.440"],["5401.630","9210.810"],["5363.521","9187.110"],["5370.683","9176.454"],["16875.030","7726.273"],["16876.088","7757.352"],["7793.633","8799.512"],["5489.474","9162.618"],["5506.393","9135.644"],["5515.226","9101.858"],["5492.356","9118.421"],["5529.569","9100.438"],["5598.976","9161.781"],["5556.389","9160.588"],["5519.096","9153.501"],["5577.146","9139.895"],["5559.746","9114.891"],["5511.589","9048.832"],["5477.085","9070.632"],["5496.148","9089.277"],["5705.433","18838.008"],["5704.266","18831.336"],["5683.191","18813.369"],["5689.935","18817.630"],["5693.317","18787.862"],["5691.459","18791.264"],["12040.412","16843.074"],["12071.646","16827.353"],["12047.783","16853.694"],["12056.977","16854.602"],["12018.842","16839.730"],["12012.000","16852.728"],["12000.980","16842.009"],["11981.636","16852.075"],["11992.655","16848.723"],["11981.502","16835.119"],["11987.669","16822.650"],["11999.281","16841.560"],["12008.739","16826.743"],["12023.197","16830.541"],["12003.871","16820.830"],["12038.431","16805.556"],["12049.373","16791.340"],["12120.762","16985.947"],["12115.597","16979.011"],["11954.182","16970.307"],["11955.629","16979.027"],["15448.970","5347.520"],["15369.277","5354.486"],["15003.039","5954.697"],["14942.929","5986.077"],["14996.768","5979.172"],["14986.643","5924.569"],["14945.777","5878.381"],["14974.665","5844.133"],["14995.930","5836.722"],["11307.832","16736.649"],["11336.388","16680.966"],["11319.632","16686.610"],["11317.191","16763.318"],["11335.069","16741.898"],["11335.990","16746.984"],["11320.797","16723.223"],["11329.563","16738.169"],["11314.410","16723.084"],["11321.482","16707.213"],["11308.637","16723.860"],["11310.013","16697.301"],["11304.355","16689.621"],["11306.635","16656.213"],["11332.817","16664.013"],["11330.251","16654.285"],["11348.491","16663.088"],["11338.506","16622.472"],["11315.594","16623.578"],["11332.321","16639.598"],["11325.037","16573.610"],["11312.208","16571.447"],["11315.427","16606.439"],["11325.674","16586.637"],["11320.460","16597.223"],["11371.256","16766.827"],["11373.608","16769.238"],["11382.450","16745.141"],["11373.602","16738.321"],["11364.490","16743.341"],["11371.079","16681.423"],["11373.085","16672.323"],["11444.995","16635.794"],["11444.583","16631.203"],["11438.975","16629.634"],["11423.732","16581.508"],["11477.505","16587.737"],["11500.745","16588.711"],["11425.436","16766.267"],["11414.839","16759.224"],["11408.210","16753.675"],["11417.816","16762.428"],["11434.448","16771.456"],["11372.412","16707.588"],["11377.626","16692.444"],["11436.770","16741.190"],["11470.295","16620.191"],["11463.300","16624.648"],["11444.237","16639.496"],["11466.918","16630.693"],["11445.598","16615.380"],["11460.401","16620.748"],["11448.674","16622.928"],["11477.209","16659.251"],["11463.771","16660.870"],["11485.959","16646.138"],["11494.361","16677.814"],["11505.973","16661.695"],["11512.250","16656.358"],["11468.781","16769.814"],["11434.883","16747.584"],["11436.297","16768.972"],["11508.484","16630.967"],["11434.287","16578.653"],["11442.626","16569.471"],["11389.690","16606.725"],["11409.016","16576.717"],["11403.905","16638.308"],["11387.786","16688.316"],["11428.835","16737.301"],["11392.569","16729.324"],["11412.322","16730.183"],["15262.792","5454.357"],["15263.599","5509.525"],["15232.931","5510.417"],["15248.634","5525.454"],["15217.145","5492.173"],["15222.521","5524.901"],["15180.660","5564.157"],["15260.157","5554.985"],["12244.602","16564.837"],["12166.608","16564.016"],["12212.398","16638.656"],["12189.652","16651.686"],["12163.359","16649.517"],["12175.579","16644.414"],["12155.374","16666.976"],["12167.421","16651.717"],["12178.457","16654.211"],["12187.360","16653.231"],["12187.689","16673.858"],["12188.877","16652.790"],["12193.771","16664.333"],["12188.031","16666.183"],["12207.604","16651.138"],["12287.965","16752.688"],["12246.700","16697.674"],["12307.287","16735.794"],["12316.974","16738.882"],["12307.221","16733.234"],["12298.449","16745.230"],["12245.253","16741.565"],["12311.473","16615.606"],["12320.700","16636.680"],["12284.204","16641.719"],["12272.000","16649.019"],["12278.727","16629.597"],["12262.865","16638.467"],["12239.181","16648.459"],["12242.569","16660.135"],["12214.160","16649.571"],["12237.417","16649.983"],["12224.012","16648.150"],["12275.822","16570.401"],["12287.121","16573.423"],["12322.635","16659.531"],["12315.875","16678.193"],["12317.947","16666.633"],["12319.249","16734.357"],["12339.347","16728.593"],["12337.061","16739.130"],["12205.490","16579.684"],["12190.128","16581.104"],["12203.286","16576.728"],["12157.033","16689.780"],["12168.855","16696.505"],["12229.507","16768.914"],["12225.692","16766.973"],["12228.998","16765.107"],["12239.945","16765.789"],["12254.140","16751.933"],["12231.228","16765.640"],["12157.644","16693.354"],["12166.758","16711.283"],["12190.146","16741.308"],["12168.863","16699.128"],["12192.616","16703.965"],["12254.802","16720.298"],["12244.983","16730.092"],["12246.512","16686.970"],["12260.936","16671.100"],["12258.733","16675.542"],["12268.881","16707.318"],["12327.758","16613.313"],["12353.004","16608.392"],["12292.527","16610.308"],["5842.378","9800.861"],["5830.845","9814.398"],["6884.367","18483.738"],["11308.868","16538.087"],["11325.210","16497.374"],["11320.325","16499.703"],["11322.956","16498.068"],["11313.671","16532.049"],["11322.306","16506.566"],["11304.419","16557.408"],["11339.237","16554.934"],["11328.168","16563.175"],["11492.964","16557.581"],["11488.112","16543.146"],["11503.946","16552.013"],["11509.703","16548.429"],["11477.183","16353.120"],["11500.625","16520.224"],["11429.499","16560.372"],["11370.858","16556.502"],["12997.576","15994.743"],["12993.266","15975.073"],["13003.859","15966.680"],["12996.968","15953.583"],["12994.188","15948.414"],["13003.655","15971.907"],["11197.566","16172.579"],["11242.337","16160.102"],["11262.222","16161.341"],["11238.604","16171.927"],["11288.201","16186.262"],["11101.186","16163.716"],["11112.272","16163.105"],["11131.830","16172.755"],["11119.886","16346.167"],["11116.037","16348.694"],["11291.694","16342.693"],["11292.300","16341.413"],["11298.395","16313.203"],["11294.831","16278.195"],["11300.588","16262.060"],["11297.545","16279.467"],["11284.459","16239.254"],["11291.103","16251.128"],["11291.761","16245.001"],["11299.673","16222.945"],["11303.127","16214.952"],["11265.985","16211.205"],["11252.857","16200.975"],["11251.970","16189.618"],["11303.540","16185.838"],["11290.661","16187.357"],["11299.582","16235.237"],["11238.109","16161.865"],["11223.701","16159.437"],["11229.260","16157.786"],["11275.054","16158.923"],["11285.761","16158.444"],["11288.919","16163.713"],["11147.148","16231.610"],["11204.810","16287.222"],["11199.925","16292.045"],["11192.343","16302.664"],["11231.036","16284.935"],["11231.036","16272.070"],["11223.174","16272.070"],["11220.912","16242.213"],["11222.145","16239.388"],["11160.678","16219.171"],["11134.247","16239.867"],["11134.099","16245.878"],["11274.643","16206.356"],["11290.482","16219.569"],["11291.432","16205.625"],["11288.044","16203.048"],["11290.445","16196.393"],["11255.123","16174.572"],["11252.672","16171.203"],["11241.225","16166.281"],["11101.613","16185.654"],["11175.975","16145.111"],["11144.445","16156.375"],["11203.326","16259.519"],["11164.904","16281.435"],["11193.737","16234.961"],["5621.827","8872.904"],["5641.653","8898.039"],["5653.903","8936.278"],["5653.856","8909.956"],["5692.292","8893.523"],["5720.531","8903.884"],["5695.694","8911.518"],["11938.051","15716.832"],["11939.075","15689.976"],["11951.033","15695.294"],["12075.402","15665.613"],["12071.734","15661.204"],["12072.498","15668.262"],["11971.914","15718.019"],["11973.842","15714.214"],["7922.851","8770.055"],["7841.147","8768.977"],["7836.709","8785.071"],["7866.298","8802.873"],["7876.456","8824.034"],["7856.455","8822.479"],["7847.596","8777.614"],["7826.823","8815.214"],["7893.623","8820.857"],["7889.447","8883.901"],["7929.525","8892.431"],["16777.206","7562.311"],["16737.787","7542.238"],["16737.623","7525.872"],["16704.955","7552.365"],["16705.779","7578.164"],["16731.687","7494.366"],["12600.808","15793.532"],["12634.178","15820.698"],["12648.441","15823.142"],["12670.752","15817.765"],["12661.196","15818.095"],["12758.066","15901.737"],["12750.681","15899.937"],["12710.494","15818.269"],["12726.744","15815.098"],["12772.137","15799.235"],["12777.104","15798.888"],["12769.296","15810.559"],["12773.384","15795.206"],["12696.232","15731.389"],["12711.628","15760.640"],["12728.816","15750.649"],["12726.711","15768.700"],["12762.768","15761.334"],["12772.745","15774.132"],["12768.962","15768.418"],["12768.518","15780.326"],["12627.748","15786.072"],["12619.376","15789.309"],["12617.123","15798.145"],["12617.529","15781.243"],["12606.707","15790.293"],["12585.166","15760.076"],["12595.708","15764.635"],["12769.096","15748.592"],["12742.844","15782.597"],["12739.390","15782.745"],["12750.278","15780.879"],["12687.737","15818.776"],["12686.191","15821.072"],["12567.951","15774.571"],["12592.101","15774.423"],["12583.516","15770.905"],["12580.243","15774.473"],["12713.862","15730.333"],["12715.898","15728.719"],["12573.119","15890.427"],["12742.821","15914.067"],["12707.034","15830.356"],["12701.918","15832.503"],["12593.313","15890.720"],["12614.590","15928.946"],["12655.690","15846.618"],["12605.196","15822.638"],["12617.795","15838.195"],["12621.183","15852.745"],["12730.692","15859.748"],["12721.004","15920.921"],["12709.837","15921.367"],["12656.425","15902.944"],["12633.842","15865.504"],["12672.839","15895.099"],["12592.165","15866.415"],["12610.668","15857.761"],["12608.958","15823.641"],["12733.904","15719.393"],["12725.565","15719.625"],["12777.440","15874.226"],["12532.662","16768.994"],["12523.028","16762.279"],["12520.199","16753.459"],["12523.012","16764.475"],["12558.875","16692.146"],["12554.879","16689.223"],["12461.892","16770.425"],["12463.372","16762.729"],["12469.014","16758.254"],["11573.605","16577.082"],["11569.690","16585.026"],["11569.427","16588.163"],["11552.839","16616.202"],["11551.622","16629.233"],["11555.731","16601.101"],["11558.431","16599.823"],["11536.309","16581.920"],["11543.743","16592.771"],["11530.394","16588.616"],["11530.789","16583.480"],["11722.459","16663.896"],["11604.262","16654.817"],["11609.245","16656.749"],["11619.780","16675.544"],["11620.932","16665.139"],["11605.619","16684.000"],["11633.110","16772.397"],["11600.927","16762.025"],["11615.187","16771.521"],["11522.601","16747.996"],["11535.874","16761.027"],["11529.492","16750.622"],["11546.897","16726.942"],["11530.499","16739.444"],["11545.154","16725.207"],["11716.560","16685.188"],["11713.781","16682.480"],["11530.096","16654.402"],["11536.905","16604.295"],["11576.042","16646.598"],["11661.926","16654.095"],["11604.624","16619.907"],["11608.308","16583.904"],["11645.352","16640.214"],["11668.658","16627.068"],["11646.700","16635.523"],["10953.172","13029.995"],["10893.087","13125.513"],["11007.757","13024.497"],["10969.717","13057.541"],["10896.785","13141.148"],["11666.674","15317.103"],["11664.915","15298.590"],["11610.527","15311.574"],["11634.399","15319.861"],["11639.580","15308.334"],["11652.573","15313.354"],["11657.112","15355.458"],["11655.125","15321.202"],["11637.806","15333.060"],["11638.612","15328.882"],["11522.433","15481.811"],["11520.654","15434.374"],["11519.272","15478.411"],["11518.006","15481.086"],["11520.637","15466.239"],["11548.470","15480.247"],["11564.930","15363.703"],["11564.766","15386.395"],["11578.747","15392.905"],["11570.803","15394.011"],["11560.581","15337.101"],["11532.939","15359.010"],["11516.395","15302.992"],["11532.974","15318.087"],["11531.132","15302.827"],["11536.586","15309.774"],["11534.531","15310.748"],["11553.313","15312.499"],["11562.349","15319.095"],["11538.092","15322.231"],["11542.895","15318.977"],["11549.145","15314.568"],["11613.028","15300.490"],["11636.959","15311.373"],["11610.857","15303.908"],["11549.979","15298.060"],["11567.982","15300.156"],["11535.361","15345.573"],["11528.239","15328.298"],["11533.618","15343.195"],["11515.191","15368.143"],["11551.853","15366.796"],["11545.538","15363.889"],["11560.965","15358.637"],["11549.898","15355.927"],["11554.092","15348.462"],["11557.645","15338.537"],["11520.035","15406.269"],["11525.561","15404.337"],["11515.542","15385.090"],["11518.437","15372.704"],["11575.894","15370.251"],["11573.114","15371.705"],["11638.384","15435.847"],["11642.463","15425.723"],["11635.851","15434.774"],["11633.769","15438.372"],["11640.019","15450.214"],["11670.509","15457.652"],["11664.834","15445.612"],["11666.479","15461.351"],["11675.495","15406.746"],["11681.926","15409.570"],["11647.973","15440.888"],["11652.463","15437.668"],["11662.924","15433.357"],["11657.370","15462.356"],["11578.842","15481.571"],["11575.240","15483.553"],["11581.950","15482.678"],["11681.219","15490.477"],["11553.150","15491.686"],["11561.012","15488.416"],["11585.694","15501.591"],["11576.253","15501.442"],["11586.911","15497.429"],["11640.791","15364.288"],["11644.393","15368.665"],["11534.146","15423.393"],["11532.172","15397.167"],["11648.990","15412.220"],["11616.441","15332.402"],["11602.987","15340.313"],["11590.866","15330.123"],["11626.882","15381.174"],["11638.609","15434.007"],["11647.573","15386.806"],["11593.085","15484.599"],["11618.085","15476.622"],["11669.837","15471.457"],["11566.166","15418.458"],["11592.745","15451.324"],["11600.442","15414.594"],["11674.812","15506.369"],["11668.431","15494.775"],["12586.361","15492.523"],["12626.540","15461.108"],["12618.300","15459.341"],["12603.679","15462.777"],["12591.064","15446.493"],["12595.685","15455.824"],["12656.633","15483.563"],["12663.557","15497.122"],["12659.873","15484.422"],["12569.345","15471.464"],["12572.108","15449.821"],["12572.207","15453.124"],["12580.774","15440.434"],["12580.034","15435.199"],["12575.593","15449.715"],["12631.288","15424.910"],["12644.020","15420.425"],["12650.730","15420.508"],["12643.740","15439.996"],["12665.380","15449.856"],["12633.197","15464.451"],["12643.345","15482.353"],["12628.460","15460.867"],["12585.743","15491.870"],["12593.210","15505.182"],["12639.654","15497.754"],["12621.063","15484.680"],["12599.959","15480.881"],["12615.863","15481.277"],["12607.180","15489.929"],["12595.766","15500.813"],["12630.976","15504.069"],["11714.543","16386.477"],["11709.301","16448.135"],["11702.887","16451.074"],["11716.269","16454.850"],["11723.638","16479.544"],["11699.842","16436.091"],["11681.737","16411.463"],["11698.877","16414.105"],["11697.521","16430.363"],["11686.748","16431.338"],["11632.025","16548.386"],["11619.541","16548.469"],["11642.360","16513.667"],["11646.357","16512.098"],["11625.370","16508.547"],["11619.305","16512.104"],["11582.596","16532.189"],["11556.887","16542.202"],["11561.525","16535.166"],["11636.275","16457.306"],["11638.446","16454.300"],["11630.881","16457.504"],["11632.199","16405.829"],["11636.130","16414.483"],["11618.436","16390.741"],["11645.303","16380.541"],["11612.137","16382.599"],["11598.140","16375.085"],["11617.976","16390.675"],["11549.952","16362.924"],["11545.199","16353.775"],["11569.952","16357.937"],["11544.279","16553.863"],["11566.715","16376.675"],["11563.804","16392.347"],["11569.448","16404.895"],["11521.957","16533.304"],["11535.296","16525.608"],["11706.465","16395.719"],["11720.527","16391.805"],["11722.731","16421.268"],["11578.809","16433.844"],["11598.051","16409.856"],["11613.199","16435.405"],["11581.453","16453.183"],["11561.780","16469.098"],["11558.672","16515.076"],["11598.984","16475.869"],["11623.538","16561.757"],["12883.320","16782.851"],["14920.146","6172.499"],["14945.363","6189.352"],["14933.881","6090.051"],["14989.458","6089.048"],["15020.632","6125.700"],["15070.330","6097.405"],["15056.502","6002.375"],["15083.063","6028.207"],["15068.178","6001.636"],["14931.431","6199.803"],["14888.516","6074.869"],["14886.791","6081.183"],["5613.811","9292.470"],["5525.334","9371.167"],["5580.185","9362.560"],["5608.874","9308.412"],["5601.843","9333.984"],["11287.877","15503.512"],["11258.740","15482.362"],["11267.868","15501.866"],["11269.102","15488.951"],["11296.878","15467.279"],["11298.112","15470.648"],["11281.534","15471.650"],["11280.548","15481.741"],["11282.077","15469.272"],["11297.420","15442.017"],["11302.634","15463.652"],["11181.572","15490.384"],["11189.056","15498.708"],["11187.049","15493.588"],["11164.611","15500.552"],["11218.475","15478.978"],["11206.387","15482.826"],["11223.064","15470.175"],["11223.321","15469.274"],["11241.183","15459.910"],["11224.127","15471.504"],["5826.041","18789.961"],["5822.949","18793.842"],["5791.754","18855.296"],["5789.501","18848.690"],["5765.085","18868.687"],["5764.378","18865.862"],["5739.319","18752.733"],["5737.017","18749.264"],["5741.609","18741.543"],["5739.635","18733.682"],["5745.458","18773.460"],["5755.706","18772.238"],["5760.920","18771.841"],["5777.461","18764.090"],["5772.148","18765.461"],["5786.741","18791.302"],["5786.774","18783.243"],["5772.395","18790.523"],["5769.286","18797.410"],["5727.182","18806.975"],["5733.515","18807.421"],["5717.624","18809.316"],["5723.561","18808.143"],["5736.542","18796.389"],["5729.650","18800.023"],["5709.663","18785.401"],["5709.055","18785.500"],["12582.021","16443.227"],["12766.538","16390.277"],["12766.362","16363.186"],["12759.914","16360.857"],["12730.977","16391.549"],["12748.691","16391.747"],["12732.704","16392.656"],["12705.765","16459.291"],["12692.541","16444.923"],["12697.541","16457.210"],["12686.707","16458.096"],["12693.401","16459.252"],["12687.217","16475.569"],["12667.585","16425.915"],["12651.105","16437.905"],["12627.879","16384.075"],["12630.740","16402.639"],["12617.632","16403.084"],["12658.287","16399.983"],["12658.040","16414.863"],["12654.257","16425.136"],["12749.984","16448.714"],["12748.586","16432.958"],["12751.991","16433.685"],["12770.765","16438.665"],["12597.772","16502.902"],["12582.834","16475.279"],["12594.594","16465.172"],["12572.557","16394.715"],["12582.636","16390.790"],["12744.823","16364.869"],["12698.560","16696.808"],["12695.550","16705.099"],["12685.238","16709.657"],["12680.569","16686.588"],["12669.648","16702.112"],["12677.296","16704.325"],["12653.669","16680.430"],["12656.251","16659.769"],["12653.817","16658.630"],["12663.963","16653.549"],["12661.841","16648.132"],["12626.789","16639.580"],["12729.101","16742.633"],["12730.088","16730.973"],["12736.848","16729.867"],["12723.557","16764.035"],["12739.938","16765.340"],["12772.184","16671.253"],["12723.634","16604.985"],["12704.493","16596.453"],["12713.917","16605.140"],["12744.221","16622.146"],["12722.625","16616.745"],["12740.816","16618.925"],["12145.569","16273.717"],["12143.320","16350.782"],["12040.141","16305.208"],["12051.687","16319.890"],["12021.355","16299.630"],["12032.242","16310.939"],["12073.604","16316.762"],["12096.571","16311.934"],["11944.315","16254.730"],["11936.338","16234.780"],["12119.338","16223.160"],["11957.525","16250.824"],["11953.792","16262.599"],["11960.321","16247.637"],["11971.365","16286.051"],["11972.220","16271.270"],["11973.963","16244.630"],["12069.160","16270.533"],["12076.019","16275.339"],["12043.786","16250.847"],["12030.332","16256.990"],["11989.378","16255.966"],["12022.440","16155.702"],["12013.704","16149.323"],["11943.204","16230.483"],["11958.933","16173.758"],["12002.798","16152.668"],["11966.135","16292.604"],["12013.024","16297.970"],["11964.192","16346.162"],["12002.597","16315.939"],["12007.761","16332.090"],["12131.738","16268.227"],["12093.399","16281.472"],["12092.577","16276.947"],["12033.768","16142.716"],["12070.342","16144.155"],["12002.126","16238.150"],["11972.427","16157.434"],["11968.282","16145.642"],["11989.415","16173.780"],["11994.909","16202.616"],["11959.202","16229.833"],["12068.809","16173.457"],["12082.230","16200.641"],["12088.957","16195.042"],["12126.174","16202.842"],["12111.980","16207.401"],["12095.632","16173.759"],["12130.424","16208.260"],["11573.081","17333.472"],["11554.049","17353.973"],["11555.184","17342.148"],["11548.029","17350.059"],["11532.407","17372.210"],["11523.755","17395.595"],["11544.525","17307.453"],["11565.710","17363.567"],["11573.177","17362.741"],["11570.908","17348.339"],["12561.472","16026.011"],["12542.235","16074.653"],["12502.588","16076.334"],["12507.094","16073.692"],["12491.058","16050.669"],["12501.196","16061.605"],["16531.693","6829.357"],["16507.516","6815.831"],["16486.040","6832.757"],["16502.345","6834.303"],["16531.422","6801.006"],["16553.817","6813.945"],["7967.201","8890.843"],["7980.900","8874.608"],["8037.636","8908.677"],["7997.677","8951.508"],["7976.601","8901.924"],["7999.557","8890.664"],["14859.827","6209.083"],["14839.634","6235.820"],["14748.682","6308.060"],["7988.436","8700.896"],["7937.956","8691.408"],["7970.663","8669.973"],["7971.005","8610.557"],["7972.514","8611.859"],["7993.957","8589.897"],["7959.546","8587.162"],["7957.900","8584.762"],["7942.416","8734.232"],["6301.292","9593.170"],["6253.304","9627.379"],["6261.638","9652.661"],["6266.436","9630.668"],["6272.743","9605.228"],["11159.413","15689.206"],["11167.423","15693.500"],["11165.400","15698.653"],["11214.626","15645.898"],["11199.017","15657.822"],["11202.767","15666.641"],["11208.538","15563.365"],["11287.342","15511.558"],["11276.305","15507.544"],["11297.339","15581.858"],["11303.243","15586.648"],["11217.428","15555.610"],["11210.580","15574.186"],["11206.604","15604.096"],["11207.017","15601.375"],["11198.020","15599.608"],["11202.161","15609.109"],["11194.513","15609.587"],["11190.876","15629.718"],["11189.896","15652.712"],["11186.276","15643.009"],["11186.326","15658.393"],["11296.158","15615.397"],["11279.294","15602.559"],["11302.116","15670.559"],["11282.430","15656.318"],["11279.190","15664.857"],["11277.322","15633.052"],["11293.605","15618.551"],["11275.941","15628.444"],["11269.505","15697.640"],["11244.648","15707.877"],["11235.421","15696.300"],["11237.017","15698.364"],["11215.085","15688.784"],["11224.279","15706.224"],["11207.815","15694.565"],["11213.977","15705.117"],["11197.298","15709.005"],["11186.443","15715.561"],["11175.686","15704.628"],["11185.790","15518.572"],["11187.030","15523.190"],["11176.963","15512.393"],["11173.960","15573.220"],["11172.414","15577.729"],["11139.539","15643.143"],["11144.851","15641.260"],["11125.809","15687.804"],["11120.381","15673.188"],["11119.526","15682.602"],["11143.216","15615.839"],["11146.949","15615.641"],["11098.112","15667.047"],["11253.185","15683.019"],["11280.505","15662.030"],["11268.663","15677.439"],["11260.472","15670.189"],["11302.996","15679.781"],["11236.284","15534.173"],["11286.136","15527.682"],["11208.541","15643.895"],["11143.487","15612.358"],["11102.122","15648.940"],["11141.185","15572.327"],["11121.300","15561.361"],["11179.049","15531.744"],["11155.019","15562.017"],["11164.082","15525.716"],["11094.493","15556.901"],["11114.970","15526.926"],["11094.603","15709.659"],["11268.522","15585.688"],["11254.311","15557.414"],["11217.572","15606.541"],["11212.391","15616.615"],["11243.888","15641.784"],["11512.085","16049.833"],["11505.358","16052.938"],["11479.995","16083.248"],["11435.888","16058.552"],["11475.725","16042.129"],["11481.136","16063.451"],["11420.847","16075.935"],["11438.593","16059.189"],["11430.090","16075.589"],["11419.159","16062.975"],["11419.768","16057.475"],["11331.216","16050.772"],["11340.986","16054.703"],["11339.419","16050.588"],["11343.350","16055.559"],["11415.414","16096.472"],["11347.681","16075.823"],["11338.516","16083.852"],["11337.274","16110.342"],["11327.149","16068.135"],["11320.981","16072.165"],["11318.876","16066.269"],["11392.049","15995.191"],["11309.052","15985.778"],["11318.696","16122.142"],["11326.838","16028.864"],["11313.911","16042.274"],["11313.088","16049.954"],["11305.293","16012.583"],["11308.069","15937.062"],["11315.058","16097.808"],["11311.423","16091.400"],["11323.956","16102.399"],["11472.755","16067.302"],["11337.312","15995.578"],["11376.363","15987.021"],["11315.935","16017.244"],["11358.519","16137.638"],["11315.608","16136.664"],["11341.418","15937.611"],["11348.819","15983.243"],["11376.812","15938.784"],["11385.600","16040.266"],["11397.903","16012.735"],["11383.396","16005.783"],["11384.689","16113.914"],["11369.525","16104.748"],["11410.150","16114.955"],["11488.729","16127.163"],["11499.370","16119.913"],["11503.545","16084.376"],["16211.738","7670.890"],["16217.027","7570.042"],["16215.419","7529.097"],["12535.482","16815.004"],["12541.288","16828.613"],["12538.920","16807.506"],["12531.649","16813.773"],["12521.089","16812.766"],["12526.369","16807.580"],["12524.952","16794.018"],["12504.310","16797.553"],["12535.014","16790.992"],["12520.721","16791.207"],["12450.741","16815.515"],["12449.606","16806.762"],["12438.406","16821.031"],["12418.618","16801.567"],["12437.006","16796.959"],["12399.138","16841.461"],["12418.414","16827.456"],["12410.684","16834.177"],["12381.356","16833.609"],["12376.652","16817.474"],["12398.417","16814.909"],["12410.435","16804.958"],["12415.155","16801.094"],["10800.847","15928.663"],["10831.224","15926.423"],["10823.396","15918.562"],["10882.691","15892.119"],["10820.673","15878.162"],["10823.913","15867.757"],["10847.067","15881.748"],["10842.495","15863.895"],["10855.274","15884.027"],["10817.483","15827.258"],["10866.543","15845.624"],["10800.753","15846.059"],["10815.046","15843.318"],["10826.839","15835.864"],["10819.142","15851.091"],["10796.124","15848.880"],["10795.104","15864.983"],["10796.946","15866.717"],["10758.634","15847.991"],["10769.934","15859.502"],["10771.973","15848.916"],["10787.044","15852.618"],["10794.412","15840.562"],["10737.005","15820.260"],["10698.765","15834.332"],["10709.193","15823.696"],["10709.325","15830.121"],["10722.666","15803.749"],["10713.226","15792.304"],["10734.906","15768.786"],["10742.916","15772.007"],["10745.333","15758.580"],["10743.342","15782.000"],["10748.309","15769.927"],["10741.617","15808.530"],["10746.995","15806.449"],["10748.737","15751.705"],["10751.154","15724.847"],["10762.963","15720.355"],["10822.908","15746.139"],["10818.460","15774.914"],["10823.953","15769.480"],["10827.736","15768.968"],["10881.326","15768.928"],["10874.771","15751.119"],["10870.988","15752.325"],["10869.696","15723.566"],["10852.202","15720.813"],["10834.322","15734.118"],["10863.598","15773.779"],["10850.391","15761.872"],["10869.634","15749.585"],["10880.908","15724.269"],["10852.801","15749.657"],["10836.864","15738.394"],["10858.179","15746.239"],["10786.755","15926.485"],["10774.321","15912.232"],["10774.107","15928.913"],["10770.858","15719.373"],["10770.874","15756.730"],["10783.637","15782.182"],["10791.268","15780.183"],["10752.387","15803.618"],["10825.792","15816.690"],["10831.993","15790.811"],["10821.960","15794.857"],["10874.036","15838.513"],["15415.870","5403.311"],["15383.471","5420.025"],["15377.331","5409.454"],["15336.804","5403.769"],["6199.931","9780.699"],["6172.628","9787.998"],["6201.625","9727.264"],["6215.911","9682.480"],["6205.926","9648.222"],["6192.837","9627.237"],["6212.447","9632.403"],["6111.979","9716.253"],["6075.203","9691.047"],["6086.922","9736.204"],["6172.598","9747.518"],["6187.254","9769.908"],["6151.375","9693.287"],["6137.952","9670.945"],["12151.787","17040.757"],["12161.703","17063.254"],["12166.457","17039.967"],["12160.914","17050.636"],["12172.282","17067.031"],["12238.365","17011.133"],["12222.148","17031.529"],["12218.085","17031.034"],["12214.157","16995.744"],["12198.416","17006.677"],["12189.716","17014.187"],["12198.186","17009.034"],["12240.466","16996.787"],["12230.433","17003.360"],["12255.621","17005.129"],["12252.742","16989.902"],["12272.364","16997.647"],["12298.589","17013.140"],["12301.089","17015.039"],["12297.722","17029.394"],["12302.968","17019.220"],["12240.992","17034.659"],["12245.252","17042.389"],["12230.548","17036.096"],["12293.918","17099.270"],["12275.974","17104.621"],["12301.190","17064.171"],["12294.298","17063.031"],["12299.759","17067.986"],["12296.532","17056.005"],["12278.539","17043.173"],["12299.986","17053.511"],["12319.816","17046.693"],["12336.379","17067.156"],["12334.010","17065.636"],["12323.084","17080.180"],["12336.028","17091.642"],["12336.078","17085.960"],["12337.552","17048.505"],["12349.394","17051.693"],["12345.907","17059.637"],["12302.498","17157.726"],["12293.469","17148.510"],["12294.291","17136.536"],["12253.056","17143.713"],["12264.174","17139.138"],["12270.063","17133.556"],["12246.068","17175.814"],["12225.854","17157.647"],["12226.743","17172.230"],["12194.413","17121.521"],["12208.690","17133.082"],["12199.298","17127.566"],["12174.413","17127.943"],["12187.308","17134.516"],["12168.114","17122.295"],["12209.327","17158.644"],["12216.268","17176.695"],["12148.564","17152.114"],["12147.758","17143.675"],["12166.310","17143.361"],["12164.095","17192.423"],["12165.150","17191.053"],["12165.676","17187.767"],["12175.068","17173.927"],["12186.200","17172.558"],["12185.972","17009.593"],["12170.495","17010.105"],["12172.831","16989.874"],["12174.179","17043.082"],["12192.255","17058.391"],["12199.081","17037.863"],["12207.504","17077.718"],["12197.701","17094.811"],["12170.264","17079.109"],["12171.234","17086.971"],["12175.921","17093.626"],["12211.469","17099.023"],["12224.035","17091.409"],["12209.495","17098.329"],["12277.395","17071.648"],["12263.118","17093.679"],["12270.909","17076.171"],["12260.712","17079.342"],["12267.537","17089.152"],["12259.211","17012.691"],["12247.188","17021.345"],["12251.826","17031.122"],["12272.246","17021.719"],["12289.960","17013.098"],["12285.585","17010.422"],["12308.965","17043.467"],["12320.494","17031.973"],["12324.507","17037.357"],["13640.548","14437.852"],["13628.041","14416.797"],["6366.391","18537.892"],["6366.687","18532.591"],["6380.890","18527.601"],["6380.923","18522.481"],["6294.534","18585.093"],["6334.846","18564.798"],["6332.362","18565.739"],["6451.260","18551.187"],["6451.062","18552.789"],["6296.738","18586.530"],["6344.352","18576.212"],["6339.681","18573.504"],["6461.385","18494.650"],["6460.530","18491.495"],["6454.938","18495.996"],["6449.659","18490.463"],["6429.854","18494.008"],["6427.107","18492.141"],["6443.431","18509.040"],["6442.888","18510.180"],["6433.549","18561.959"],["6432.694","18554.164"],["6437.236","18561.853"],["6445.657","18561.737"],["11996.849","15979.176"],["12065.591","15982.698"],["12068.535","15993.300"],["12082.039","15975.530"],["12096.966","15974.442"],["12092.443","15966.449"],["12105.996","15979.067"],["12135.662","15995.329"],["12141.654","15952.748"],["11968.975","16021.426"],["11991.551","16003.556"],["11949.945","16014.259"],["11946.327","16027.603"],["11944.485","16018.487"],["11955.685","15990.073"],["11953.218","15998.512"],["11959.385","16010.865"],["12011.813","15950.016"],["11999.954","15945.706"],["12006.385","15965.772"],["11938.577","16077.444"],["11940.582","16049.844"],["12068.633","16019.099"],["11977.424","16030.669"],["12033.981","16094.279"],["11967.305","16102.691"],["12003.755","16095.432"],["11992.866","16036.984"],["12009.189","16101.313"],["12079.667","16131.257"],["12122.940","16122.487"],["12079.984","16022.633"],["12095.905","15989.603"],["12019.651","15977.822"],["12024.780","16005.755"],["11997.280","16034.640"],["11991.376","16054.162"],["11992.544","16041.511"],["11973.712","16037.481"],["11994.664","16133.420"],["11910.822","16988.458"],["11921.595","16989.631"],["11921.772","17019.715"],["11920.045","17011.639"],["11898.992","17030.136"],["12271.881","15703.032"],["12252.967","15710.233"],["12267.260","15695.616"],["12244.606","15671.301"],["12251.744","15675.694"],["12251.579","15661.821"],["12283.252","15682.102"],["12272.676","15677.131"],["12311.883","15655.887"],["12286.998","15651.560"],["12292.902","15671.857"],["12353.761","15706.830"],["12347.809","15670.787"],["12347.480","15689.763"],["12203.763","15637.894"],["12188.138","15627.919"],["12167.552","15598.924"],["12192.333","15713.250"],["12194.504","15698.865"],["12187.771","15681.033"],["12166.956","15643.955"],["12159.555","15676.788"],["12292.053","15688.234"],["12313.846","15689.340"],["12341.938","15676.508"],["12131.575","17249.035"],["12135.012","17252.784"],["12122.183","17247.515"],["12098.037","17231.829"],["11752.268","16951.113"],["11733.946","16950.254"],["11795.039","16925.568"],["11812.711","16920.185"],["11803.007","16920.151"],["11808.734","16859.976"],["11801.957","16861.595"],["11755.646","16920.734"],["11886.343","16787.888"],["11899.999","16776.379"],["11893.206","16777.287"],["11901.514","16811.977"],["11900.462","16801.754"],["11896.876","16798.914"],["11880.358","16820.790"],["11864.091","16844.357"],["11862.825","16833.193"],["11853.867","16853.035"],["11855.726","16844.942"],["11841.235","16849.005"],["11868.694","16808.571"],["11871.605","16818.067"],["11865.931","16813.641"],["11835.759","16837.600"],["11812.392","16834.702"],["11810.040","16830.953"],["11819.251","16849.846"],["11834.968","16871.741"],["11846.761","16870.568"],["11840.560","16868.735"],["11827.415","16891.331"],["11832.727","16894.551"],["11802.417","16908.669"],["11802.236","16887.447"],["11808.075","16893.194"],["11769.952","16864.641"],["11786.169","16860.083"],["11737.338","16857.441"],["11727.421","16852.833"],["11736.730","16865.715"],["11740.396","16896.415"],["11785.599","16949.037"],["11787.786","16931.151"],["11776.915","16925.487"],["11771.715","16935.069"],["11773.475","16933.236"],["11756.830","16943.161"],["11728.484","16932.644"],["11731.872","16948.284"],["11737.530","16927.442"],["11734.539","16906.437"],["11731.956","16921.615"],["11759.674","16904.707"],["11752.651","16896.234"],["11761.286","16910.173"],["11851.357","16836.976"],["11849.416","16833.508"],["11843.758","16830.882"],["11761.787","16873.531"],["11760.702","16878.519"],["11747.992","16881.360"],["11742.959","16859.957"],["11735.755","16874.143"],["11934.215","16820.479"],["11927.488","16824.195"],["11932.488","16835.194"],["11882.176","16902.061"],["11912.853","16911.336"],["11913.544","16895.300"],["11903.379","16896.175"],["11933.920","16792.887"],["11918.644","16850.220"],["11925.339","16878.138"],["11932.395","16882.960"],["11880.843","16919.091"],["11882.521","16911.742"],["11878.639","16899.372"],["11850.417","16915.974"],["11853.542","16917.345"],["11840.516","16918.930"],["11731.816","16832.556"],["11726.289","16804.428"],["11759.359","16816.075"],["11749.244","16832.656"],["11763.652","16819.675"],["11769.769","16839.632"],["11769.885","16848.385"],["11768.437","16849.904"],["11844.560","16803.988"],["11861.041","16802.353"],["11851.353","16793.749"],["11845.874","16790.152"],["11841.926","16780.077"],["11845.785","16777.314"],["11695.221","16132.488"],["5622.800","9576.148"],["11741.834","15670.270"],["11739.005","15671.872"],["11725.279","15689.140"],["11732.944","15687.935"],["11741.020","15705.664"],["11748.158","15699.157"],["11749.918","15701.188"],["11898.877","15657.131"],["11894.441","15641.250"],["11867.729","15522.125"],["11853.502","15524.238"],["11902.558","15549.601"],["11900.115","15571.517"],["11897.846","15570.955"],["11768.582","15716.859"],["11758.593","15697.348"],["11753.955","15682.699"],["11912.863","15616.814"],["11921.382","15602.644"],["11871.176","15529.102"],["11864.268","15529.019"],["11890.359","15566.333"],["11741.928","15509.594"],["11845.183","15673.730"],["11900.083","15596.548"],["11896.834","15653.055"],["11904.843","15618.125"],["11907.014","15619.711"],["11863.264","15673.696"],["11879.236","15708.864"],["11852.624","15683.711"],["11873.989","15701.828"],["11859.508","15645.471"],["11888.653","15648.989"],["11875.248","15645.389"],["11912.744","15679.062"],["11879.093","15704.661"],["11904.685","15705.586"],["11861.957","15711.672"],["11891.022","15614.830"],["11850.808","15606.985"],["11848.144","15642.064"],["11817.946","15568.535"],["11862.930","15558.164"],["11851.598","15600.872"],["11807.068","15592.568"],["11800.193","15591.362"],["11793.621","15621.826"],["11737.792","15583.911"],["11752.151","15590.583"],["11746.970","15575.389"],["11783.043","15622.621"],["11775.148","15607.129"],["11776.958","15656.559"],["11827.402","15672.018"],["13110.311","13364.871"],["13119.563","13323.340"],["13117.606","13314.058"],["13106.403","13340.372"],["13122.888","13334.573"],["13108.781","13360.693"],["13089.451","13294.460"],["13086.376","13300.257"],["13063.696","13235.696"],["13071.756","13259.326"],["13068.130","13261.223"],["11693.980","15834.949"],["11721.361","15851.414"],["11715.067","15836.858"],["11720.347","15840.540"],["11707.018","15815.234"],["11707.044","15825.885"],["11704.182","15828.099"],["11705.777","15833.202"],["11690.868","15772.359"],["11694.996","15783.755"],["11688.546","15792.115"],["11688.628","15814.014"],["11689.434","15798.159"],["11667.973","15806.612"],["11652.134","15813.350"],["11646.937","15806.216"],["11640.190","15829.249"],["11626.095","15831.412"],["11634.236","15829.001"],["11618.196","15860.285"],["11631.617","15868.410"],["11634.298","15868.377"],["11631.911","15898.510"],["11642.290","15909.988"],["11724.654","15840.336"],["11661.929","15778.609"],["11682.686","15798.493"],["11671.485","15799.749"],["11701.207","15758.356"],["11681.635","15742.633"],["11691.076","15725.207"],["11704.338","15742.576"],["11713.055","15746.292"],["11708.367","15732.485"],["11708.258","15758.473"],["11721.366","15755.781"],["11715.560","15777.581"],["11630.815","15921.025"],["11619.137","15914.436"],["11634.647","15928.275"],["11665.355","15855.860"],["11673.776","15848.510"],["11682.065","15837.131"],["11650.822","15864.489"],["11574.322","15721.749"],["11585.588","15724.226"],["11679.743","15753.919"],["11660.993","15733.786"],["11658.411","15749.063"],["11593.151","15928.086"],["11689.550","15906.659"],["11717.609","15867.815"],["11683.271","15920.228"],["11698.863","15918.229"],["11462.166","16350.296"],["11446.111","16346.878"],["7919.147","8686.347"],["7903.360","8643.309"],["7910.435","8621.129"],["7931.860","8617.164"],["7927.068","8599.934"],["7930.927","8725.614"],["7921.594","8725.428"],["12785.189","16435.262"],["6863.146","18467.525"],["6865.186","18477.758"],["10158.366","16888.763"],["10147.494","16875.385"],["10156.984","16889.357"],["10181.093","16858.241"],["10180.336","16855.962"],["10181.981","16853.650"],["10180.110","16896.257"],["10192.215","16894.986"],["10186.326","16911.979"],["10184.665","16908.792"],["10183.151","16901.013"],["10176.220","16924.501"],["10176.203","16922.635"],["10175.759","16920.852"],["10148.173","16925.611"],["10153.058","16918.047"],["10153.140","16918.773"],["10143.197","16950.667"],["10143.674","16958.164"],["10155.747","16943.598"],["10170.734","16948.749"],["10164.303","16954.562"],["10173.563","16953.489"],["10169.603","16803.945"],["10166.741","16808.206"],["10181.683","16781.895"],["10193.979","16794.236"],["10202.680","16782.626"],["10195.673","16791.329"],["10190.884","16820.186"],["10187.446","16815.364"],["12136.475","16541.506"],["12145.603","16537.774"],["12143.662","16522.695"],["12078.588","16403.869"],["12092.716","16395.760"],["12087.223","16403.572"],["12133.972","16465.654"],["12119.729","16473.978"],["12111.143","16464.251"],["12052.403","16473.222"],["12061.366","16479.481"],["12135.620","16496.622"],["12140.785","16501.197"],["12142.791","16502.485"],["12138.129","16481.035"],["12133.216","16436.229"],["12119.220","16429.358"],["12104.316","16388.814"],["12138.632","16389.572"],["12113.199","16370.261"],["12109.762","16382.383"],["12103.862","16543.525"],["12086.167","16543.693"],["12143.549","16549.350"],["11940.611","16508.785"],["11970.403","16513.958"],["11979.332","16505.115"],["11973.543","16504.553"],["11948.077","16431.123"],["11941.482","16432.874"],["11938.143","16435.632"],["11961.174","16362.438"],["11966.503","16352.794"],["11949.085","16357.021"],["12022.275","16451.167"],["12063.105","16536.050"],["11996.853","16363.348"],["12113.419","16425.830"],["12113.337","16421.271"],["12108.650","16432.568"],["12136.960","16397.695"],["12134.163","16404.294"],["12125.150","16405.599"],["12111.602","16388.147"],["12119.250","16386.413"],["12119.596","16380.732"],["12131.604","16482.215"],["12127.508","16486.641"],["12123.232","16480.877"],["12137.196","16440.166"],["12143.379","16451.819"],["12145.122","16455.932"],["12138.322","16391.793"],["12120.525","16414.136"],["12139.143","16417.208"],["12124.374","16431.378"],["11947.482","16500.641"],["11960.980","16479.376"],["11957.049","16490.143"],["11971.934","16440.713"],["11994.033","16403.311"],["12085.077","16413.805"],["12124.330","16538.797"],["12120.498","16503.041"],["12110.975","16522.100"],["12006.962","16396.927"],["12031.481","16450.838"],["12037.797","16443.208"],["12027.748","16426.048"],["12067.303","16380.203"],["12090.806","16386.198"],["12083.816","16360.055"],["15233.318","5590.530"],["5758.012","9033.585"],["5758.828","9070.181"],["5731.290","9066.035"],["5786.507","9061.963"],["5813.155","9063.032"],["5825.779","9046.399"],["5791.392","9023.789"],["5781.699","9046.576"],["5745.358","9011.616"],["5753.516","9002.389"],["10993.573","16130.441"],["10998.836","16131.217"],["10978.221","16117.828"],["10961.972","16089.681"],["10944.918","16085.224"],["10926.768","16089.057"],["10918.580","16120.922"],["10885.695","16037.263"],["10905.023","16064.229"],["10901.470","16065.021"],["10898.428","16054.848"],["10979.185","16042.202"],["10990.600","16050.576"],["11015.609","16077.148"],["10931.979","16035.035"],["10931.272","16014.556"],["10925.779","16034.258"],["10894.232","15992.018"],["10897.884","16000.143"],["10885.088","16000.424"],["10908.072","15932.274"],["10891.345","15931.184"],["10898.566","15940.961"],["10925.985","15981.023"],["10914.916","15957.902"],["10892.766","15984.356"],["10912.174","15967.990"],["10923.739","16002.632"],["10928.427","16004.630"],["10930.170","15998.899"],["10903.928","16007.395"],["10899.521","15998.461"],["10904.702","16000.360"],["10920.955","16008.239"],["10924.656","16003.152"],["10904.459","16008.850"],["10945.066","16017.010"],["10946.941","16024.640"],["10962.868","16030.622"],["10977.341","16038.235"],["10970.741","16031.360"],["10960.001","16033.177"],["10959.800","16051.072"],["10959.850","16043.145"],["10967.909","16048.347"],["10985.897","16047.840"],["10977.081","16055.354"],["10983.989","16045.148"],["11003.439","16059.671"],["10996.449","16068.854"],["11004.088","16040.647"],["10990.190","16033.083"],["10993.775","16022.266"],["10992.204","16021.122"],["10982.615","16016.200"],["10935.937","15945.323"],["10941.941","15952.342"],["10933.421","15950.674"],["10921.362","15974.606"],["10915.556","15959.710"],["10929.520","15969.024"],["10982.248","15930.350"],["11079.739","15999.410"],["11083.494","15982.208"],["11081.114","16008.506"],["11092.915","16008.524"],["11089.566","15985.192"],["11091.210","15981.642"],["11076.431","16052.796"],["11075.132","16055.752"],["11051.672","16064.945"],["11047.001","16063.525"],["11045.356","16061.378"],["11068.445","16065.820"],["11069.316","16070.857"],["11071.800","16072.195"],["11012.717","16067.444"],["11024.312","16064.999"],["11036.220","16060.161"],["11081.501","16025.059"],["10945.555","15947.767"],["11011.965","16115.738"],["11016.800","16120.164"],["11016.817","16105.185"],["10979.761","16111.305"],["10983.297","16115.731"],["11003.495","16117.151"],["10963.620","16105.340"],["11062.384","15955.093"],["11003.510","15941.318"],["11026.717","15972.664"],["11011.964","15967.214"],["11076.107","16051.020"],["11045.564","16029.848"],["11064.101","16040.715"],["10989.909","15971.200"],["10980.682","16013.479"],["10994.892","16017.625"],["10917.035","16122.041"],["10883.746","16139.333"],["12615.078","17085.935"],["12627.150","17086.199"],["12631.690","17078.272"],["12579.991","17051.468"],["12588.429","17076.010"],["12597.722","17069.222"],["12578.163","17065.768"],["12583.946","17090.344"],["12576.051","17113.779"],["12601.857","17108.693"],["12599.616","17025.512"],["12612.762","17047.339"],["12601.151","17047.884"],["12611.348","17055.960"],["12613.189","17093.557"],["12621.330","17105.663"],["12624.685","17110.502"],["12588.435","17128.548"],["12599.143","17137.483"],["12579.570","17137.054"],["5839.420","9587.193"],["12000.479","15499.706"],["12030.995","15486.961"],["12069.685","15506.701"],["12061.764","15471.785"],["12052.854","15444.540"],["12073.808","15438.182"],["12068.035","15438.843"],["12062.211","15418.752"],["12076.689","15412.011"],["12076.590","15408.807"],["12069.837","15391.980"],["12066.761","15396.637"],["12066.998","15358.890"],["12065.633","15367.577"],["12060.995","15379.419"],["12077.748","15369.276"],["12089.196","15365.660"],["12072.929","15376.064"],["12019.855","15347.328"],["12043.572","15346.683"],["12031.385","15321.349"],["12009.719","15334.636"],["12027.811","15322.894"],["12021.955","15334.620"],["12005.186","15335.177"],["11986.551","15316.845"],["11995.253","15363.002"],["12008.986","15348.848"],["12007.736","15344.240"],["12002.239","15386.012"],["12000.891","15391.413"],["11970.915","15391.972"],["11985.388","15375.143"],["11962.378","15387.397"],["11975.085","15335.373"],["11989.148","15356.001"],["11986.615","15345.051"],["11971.858","15329.452"],["11957.927","15331.566"],["11962.499","15321.641"],["12042.389","15407.749"],["12044.149","15418.814"],["12031.546","15408.515"],["12017.862","15424.700"],["12054.992","15391.196"],["12045.929","15382.592"],["12051.225","15385.581"],["12048.609","15438.246"],["12033.971","15433.473"],["12032.626","15441.449"],["12018.809","15486.702"],["12014.894","15493.474"],["12037.702","15472.469"],["12040.712","15465.004"],["12029.215","15475.492"],["12097.768","15493.017"],["12063.816","15474.248"],["12051.349","15493.687"],["12059.786","15502.159"],["12040.236","15506.256"],["11980.812","15506.431"],["11797.182","16535.729"],["11811.428","16458.766"],["11734.905","16374.041"],["11800.962","16548.834"],["11798.199","16537.224"],["11807.229","16555.357"],["11797.266","16532.907"],["11884.284","16472.687"],["11886.520","16471.597"],["11881.808","16474.875"],["11876.952","16482.972"],["11740.594","16485.785"],["11754.127","16503.717"],["11753.765","16498.713"],["11853.094","16352.621"],["11835.778","16378.316"],["11781.253","16359.688"],["11745.365","16366.393"],["11745.776","16378.746"],["11819.179","16438.282"],["11838.948","16422.329"],["11929.846","16520.131"],["11922.396","16511.130"],["11924.929","16507.695"],["11925.706","16452.515"],["11896.812","16552.278"],["11833.120","16526.826"],["11854.386","16514.737"],["11805.871","16528.845"],["11788.683","16456.014"],["11765.278","16481.282"],["11781.493","16435.137"],["11782.118","16392.032"],["11778.187","16404.253"],["7934.052","9101.241"],["12281.451","15733.496"],["12244.785","15732.875"],["12327.110","15921.373"],["12327.572","15845.263"],["12241.154","15928.136"],["12223.165","15893.488"],["12240.747","15893.505"],["12227.951","15890.334"],["12192.927","15881.940"],["12167.767","15849.578"],["12173.440","15841.459"],["12178.835","15834.837"],["12177.174","15831.022"],["12170.203","15895.121"],["12209.779","15778.294"],["12221.598","15792.220"],["12220.742","15800.709"],["12228.571","15793.244"],["12287.164","15845.899"],["12185.860","15741.681"],["12149.709","15801.469"],["12146.617","15809.644"],["12347.372","15853.030"],["12345.562","15849.297"],["12276.206","15732.706"],["12269.329","15728.941"],["12234.877","15789.921"],["12241.373","15797.716"],["12250.748","15788.104"],["12311.235","15864.489"],["12333.949","15863.730"],["12313.326","15888.340"],["12304.741","15880.280"],["12294.017","15890.800"],["12321.867","15900.030"],["12286.933","15916.413"],["12289.795","15897.933"],["12168.554","15781.656"],["12175.580","15756.809"],["12192.164","15891.160"],["12192.535","15909.061"],["12190.459","15910.485"],["12262.015","15802.181"],["12283.051","15755.558"],["12170.528","15721.219"],["12339.819","15798.257"],["5575.307","9582.936"],["5547.915","9585.802"],["5539.933","9583.472"],["5481.009","9523.941"],["5487.708","9496.734"],["5459.828","9492.522"],["5444.730","9497.488"],["5431.577","9534.363"],["5449.221","9499.972"],["5453.368","9517.310"],["5460.509","9531.271"],["5414.452","9517.087"],["5448.248","9388.313"],["11568.221","16896.857"],["11574.027","16905.725"],["11569.536","16906.369"],["11576.092","16868.125"],["11578.740","16876.746"],["11699.481","16946.433"],["11706.734","16940.075"],["11515.161","16892.945"],["11586.439","16799.975"],["11593.396","16800.686"],["11632.031","16821.159"],["11651.867","16816.155"],["11648.413","16814.421"],["11712.949","16860.222"],["11705.663","16853.698"],["11683.758","16891.607"],["11687.442","16879.237"],["11719.031","16914.873"],["11713.948","16901.859"],["11713.735","16909.918"],["11686.557","16923.752"],["11665.959","16929.332"],["11662.884","16921.718"],["11679.446","16937.821"],["11678.836","16895.148"],["11665.678","16899.822"],["11675.037","16897.955"],["11697.991","16905.073"],["11686.873","16898.401"],["11706.741","16890.589"],["11707.181","16875.836"],["11705.767","16869.725"],["11708.283","16859.981"],["11679.345","16848.478"],["11673.983","16852.425"],["11693.884","16844.910"],["11647.832","16867.792"],["11632.972","16928.937"],["11593.507","16925.015"],["11599.050","16916.064"],["11614.806","16929.689"],["11595.897","16902.032"],["11555.409","16841.937"],["11595.233","16835.917"],["11596.417","16840.822"],["11552.805","16859.536"],["11526.194","16907.215"],["11519.499","16928.840"],["11515.190","16924.860"],["11532.899","16912.654"],["11540.629","16913.397"],["11553.195","16921.804"],["11553.538","16832.299"],["11523.663","16805.472"],["11517.199","16802.615"],["11519.187","16792.222"],["11543.104","16788.500"],["11538.121","16802.290"],["11532.841","16784.784"],["11555.502","16802.265"],["11614.820","16782.588"],["11601.695","16799.962"],["11646.534","16782.104"],["11638.606","16783.640"],["11624.610","16785.160"],["11655.561","16804.824"],["11651.449","16792.916"],["11646.992","16798.482"],["11686.184","16836.599"],["11677.466","16822.132"],["11681.989","16825.765"],["11649.362","16851.528"],["11646.023","16847.416"],["11657.381","16890.024"],["11646.674","16892.667"],["11656.490","16866.894"],["11661.276","16868.612"],["11656.918","16874.706"],["11533.429","16868.065"],["11527.442","16871.962"],["11625.233","16839.624"],["11634.493","16842.068"],["11614.197","16838.534"],["11637.337","16775.816"],["11623.801","16779.862"],["11603.772","16785.823"],["11718.197","16829.071"],["11717.358","16838.320"],["11714.908","16805.699"],["11712.802","16806.112"],["11589.609","16804.073"],["11593.829","16812.004"],["11585.803","16825.365"],["11641.997","16854.911"],["11629.513","16877.009"],["11628.905","16865.052"],["11645.030","16889.809"],["11634.537","16885.482"],["11634.383","16924.561"],["11657.985","16925.189"],["11648.314","16901.787"],["11613.607","16908.937"],["11627.373","16898.268"],["11631.436","16904.462"],["11604.097","16897.428"],["11608.126","16900.847"],["11613.509","16881.325"],["11613.114","16879.409"],["11627.456","16877.988"],["11584.504","16847.158"],["11585.343","16825.721"],["11546.796","16819.391"],["11548.293","16827.781"],["11566.126","16836.350"],["11573.971","16831.296"],["11581.329","16801.557"],["11562.940","16824.810"],["11582.973","16820.318"],["11543.699","16822.278"],["11546.873","16810.189"],["11529.711","16828.389"],["11535.024","16821.023"],["11523.636","16842.836"],["11525.774","16856.643"],["11537.501","16851.177"],["5471.133","9356.158"],["5451.532","9363.831"],["5446.911","9333.517"],["5479.511","9321.045"],["5486.121","9314.546"],["5442.251","9299.521"],["5443.710","9318.618"],["5459.019","9283.941"],["5472.110","9243.067"],["5470.834","9232.962"],["5445.555","9238.439"],["5422.009","9220.635"],["5494.581","9205.869"],["5505.662","9241.488"],["5523.480","9250.722"],["5523.648","9223.459"],["5502.207","9186.188"],["5464.482","9192.455"],["5462.106","9219.997"],["5551.061","9182.705"],["5532.674","9171.986"],["5517.224","9182.589"],["5579.579","9300.915"],["11477.558","15507.443"],["11306.900","15607.186"],["11313.430","15594.321"],["11446.784","15566.735"],["11443.889","15558.923"],["11356.605","15655.972"],["11351.012","15664.461"],["11325.258","15664.102"],["11316.047","15670.460"],["11322.272","15685.578"],["11323.588","15683.117"],["11384.280","15672.234"],["11362.898","15674.778"],["11374.362","15670.550"],["11446.110","15571.988"],["11380.324","15540.097"],["11325.202","15642.948"],["11316.995","15610.017"],["11321.325","15545.514"],["11487.508","15681.049"],["11483.857","15705.871"],["11464.372","15552.905"],["11474.668","15544.086"],["11471.000","15556.539"],["11470.276","15547.594"],["11438.204","15532.102"],["11450.803","15522.722"],["11333.089","15510.546"],["11355.309","15513.585"],["11336.427","15527.276"],["11351.186","15581.402"],["11367.173","15582.789"],["11425.401","15570.589"],["11433.625","15623.537"],["11377.421","15618.869"],["11391.385","15597.762"],["11397.372","15649.158"],["11500.823","15600.584"],["11511.942","15600.105"],["11497.336","15611.980"],["11677.982","16317.442"],["11668.936","16325.435"],["11665.672","16247.508"],["11693.375","16316.449"],["11688.589","16312.007"],["11675.119","16327.415"],["11721.548","16319.006"],["11719.393","16296.463"],["11609.026","16326.848"],["11628.549","16341.563"],["11604.026","16328.268"],["11593.903","16260.437"],["11594.281","16267.885"],["11597.883","16277.794"],["11578.084","16247.327"],["11582.788","16247.790"],["11577.475","16258.343"],["11565.512","16228.764"],["11518.561","16328.826"],["11524.548","16324.978"],["11610.848","16289.555"],["11602.000","16299.018"],["11603.783","16274.749"],["11606.743","16275.344"],["11596.990","16294.336"],["11546.634","16232.498"],["11557.473","16229.806"],["11566.453","16250.401"],["11611.845","16274.251"],["11612.587","16190.905"],["11597.757","16153.077"],["11630.783","16171.310"],["11604.829","16171.442"],["11590.040","16151.361"],["11528.827","16215.505"],["11541.985","16228.155"],["11553.645","16149.476"],["11541.835","16144.505"],["11533.400","16167.626"],["11621.863","16285.416"],["11629.018","16312.848"],["11629.215","16221.466"],["11595.449","16244.917"],["11615.350","16230.599"],["11656.680","16302.165"],["11679.690","16275.592"],["11680.808","16255.707"],["11657.031","16153.543"],["11657.163","16162.990"],["11715.310","16159.375"],["11712.859","16146.658"],["11706.352","16225.979"],["11689.329","16171.083"],["11647.996","16186.491"],["15414.666","5138.844"],["15471.362","5118.028"],["11304.050","16788.291"],["11315.815","16803.867"],["11307.838","16824.841"],["11305.947","16820.910"],["11329.911","16796.612"],["11308.858","16799.452"],["11349.138","16817.721"],["11365.767","16811.627"],["11372.740","16819.621"],["11376.470","16777.463"],["11495.204","16787.186"],["11488.510","16785.535"],["11499.464","16789.366"],["11446.116","16817.708"],["11444.060","16807.287"],["11434.373","16817.625"],["11392.702","16829.486"],["11380.317","16822.830"],["11395.350","16804.201"],["11483.624","16907.177"],["11490.055","16919.217"],["11434.054","16868.001"],["11430.501","16863.278"],["11429.432","16873.534"],["11372.620","16868.769"],["11334.284","16873.401"],["11338.807","16866.811"],["11335.566","16887.076"],["11459.622","16903.085"],["11475.346","16910.269"],["11478.438","16908.568"],["11477.106","16887.753"],["11510.635","16831.134"],["11499.039","16908.015"],["11510.256","16788.936"],["11511.555","16797.012"],["11494.369","16844.221"],["11480.404","16835.293"],["11495.223","16839.934"],["11459.449","16825.570"],["11495.373","16813.293"],["11477.676","16813.871"],["11489.995","16821.551"],["11441.011","16782.356"],["11426.109","16778.938"],["11413.944","16778.985"],["11425.555","16798.985"],["11412.973","16801.776"],["11464.259","16859.092"],["11462.055","16862.246"],["11425.306","16874.875"],["11422.724","16885.147"],["11422.987","16878.723"],["11386.259","16869.882"],["11384.615","16871.517"],["11373.511","16879.671"],["11373.643","16877.475"],["11365.550","16875.757"],["11368.891","16859.547"],["11363.537","16840.157"],["11367.402","16833.981"],["11357.764","16832.197"],["11397.824","16859.130"],["11393.877","16856.059"],["11399.140","16869.535"],["11511.537","16814.863"],["11502.881","16840.092"],["11497.999","16858.922"],["11500.992","16861.416"],["11509.578","16871.854"],["11505.846","16882.585"],["11488.067","16873.468"],["11497.837","16877.729"],["11458.476","16846.580"],["11442.723","16853.075"],["11445.717","16858.261"],["11434.976","16838.558"],["11406.862","16844.673"],["11411.664","16846.043"],["11426.927","16827.018"],["10864.697","17133.396"],["10881.325","17128.507"],["10856.605","17141.092"],["10824.417","17156.177"],["10814.170","17161.990"],["10827.986","17154.872"],["10858.175","17071.431"],["10875.247","17070.357"],["10865.264","17085.452"],["5641.112","9241.583"],["5654.220","9244.366"],["5639.108","9177.455"],["15580.531","5383.126"],["15559.790","5401.591"],["15668.588","5138.906"],["15688.899","5123.178"],["12419.798","16297.073"],["12429.014","16162.647"],["12442.633","16160.202"],["12502.027","16197.259"],["12424.137","16346.552"],["12542.640","16254.935"],["12367.189","16302.414"],["12553.482","16172.946"],["12563.728","16249.565"],["12556.771","16248.607"],["12518.352","16168.482"],["12497.519","16143.561"],["12455.262","16159.307"],["12458.206","16158.762"],["12494.910","16178.911"],["12469.039","16195.889"],["12492.173","16235.956"],["12487.829","16205.378"],["12565.227","16228.797"],["12401.109","16320.170"],["12390.440","16336.584"],["12384.947","16325.420"],["12400.753","16336.072"],["12371.734","16332.010"],["12380.238","16324.760"],["12467.743","16209.252"],["12406.695","16250.916"],["12433.377","16310.006"],["12438.739","16307.958"],["12441.255","16302.558"],["12495.499","16311.225"],["12474.969","16287.888"],["12496.765","16276.609"],["12443.350","16243.907"],["12435.537","16243.214"],["12435.307","16230.546"],["12389.963","16202.020"],["12378.549","16216.570"],["12398.763","16174.044"],["12517.155","16161.522"],["12525.296","16161.670"],["12492.455","16587.148"],["12494.001","16588.799"],["12379.874","16570.437"],["12457.937","16631.516"],["12452.707","16625.223"],["12467.921","16633.217"],["12375.953","16595.276"],["12403.875","16678.090"],["12399.220","16682.004"],["12409.368","16682.516"],["12412.716","16635.593"],["12418.999","16650.754"],["12415.808","16646.262"],["12400.686","16624.930"],["12392.281","16639.810"],["12388.120","16628.712"],["12519.259","16725.079"],["12519.802","16737.548"],["12505.065","16728.415"],["12501.419","16717.645"],["12506.090","16724.878"],["12499.034","16719.428"],["12537.872","16679.958"],["12549.650","16651.955"],["12543.630","16656.166"],["12542.768","16641.663"],["12553.360","16628.484"],["12550.268","16628.649"],["12559.625","16624.060"],["12538.231","16620.261"],["12553.494","16610.550"],["12544.465","16612.779"],["12433.967","16614.401"],["12447.536","16606.887"],["12427.041","16603.647"],["12422.086","16581.800"],["12417.465","16589.397"],["12398.955","16580.893"],["12469.352","16591.561"],["12490.684","16594.815"],["12455.223","16580.512"],["13154.863","15788.891"],["13161.836","15787.289"],["13177.781","15788.648"],["13180.741","15789.028"],["13197.296","15821.165"],["15974.581","5904.146"],["15978.324","5878.283"],["16006.520","5922.449"],["16002.734","5953.111"],["15974.648","5936.007"],["15975.665","5829.672"],["15982.253","5805.044"],["6880.057","18459.760"],["6878.202","18457.516"],["10758.523","15699.122"],["10760.506","15675.401"],["10758.006","15677.598"],["10755.047","15655.059"],["10753.402","15659.815"],["10770.672","15656.958"],["10762.506","15638.564"],["10748.691","15642.330"],["10787.367","15634.282"],["10775.624","15636.677"],["10778.974","15656.744"],["10833.246","15637.608"],["10835.960","15626.741"],["10807.729","15647.034"],["10812.821","15631.750"],["10812.640","15636.028"],["10808.940","15628.464"],["10854.715","15638.272"],["10873.530","15640.254"],["10852.221","15640.644"],["10881.649","15712.989"],["10844.924","15714.245"],["10830.976","15712.676"],["10866.534","15655.637"],["10850.235","15708.287"],["10818.162","15644.340"],["10825.563","15666.768"],["10809.499","15692.312"],["10777.706","15708.464"],["10816.012","15705.343"],["10816.055","15717.407"],["10202.617","13567.198"],["10197.069","13585.611"],["9820.565","12044.698"],["9768.008","11995.023"],["9698.038","12053.747"],["9646.548","11969.531"],["9693.978","11923.077"],["9730.643","11931.306"],["9731.716","12011.680"],["9741.847","11982.740"],["9727.185","11976.096"],["9757.984","12004.069"],["9710.824","12338.087"],["9923.566","12076.098"],["5247.839","17957.725"],["5242.872","17958.402"],["5244.714","17954.075"],["5248.010","17961.881"],["5244.836","17966.324"],["5243.125","17963.912"],["5267.821","17970.647"],["5268.973","17969.441"],["5264.844","17970.548"],["5276.137","17980.715"],["5279.048","17979.856"],["5281.219","17985.256"],["5275.506","17990.732"],["5280.589","17995.109"],["5277.792","17991.988"],["5287.735","18006.041"],["5282.159","18007.907"],["5283.952","18004.257"],["5275.884","18010.249"],["5276.821","18009.242"],["5277.413","18006.830"],["5287.380","18018.493"],["5279.830","18025.727"],["5283.202","18020.062"],["9595.688","11952.768"],["9434.450","12019.930"],["9494.578","11944.469"],["9561.284","11945.353"],["9540.516","11997.733"],["9516.814","11979.482"],["9486.733","11962.718"],["9472.820","12024.644"],["15508.272","5353.308"],["9806.646","13007.214"],["9777.330","13026.294"],["5606.554","8840.621"],["5576.815","8830.453"],["5595.951","8888.007"],["6246.322","9520.243"],["6226.448","9503.582"],["6189.173","9482.182"],["6110.801","9450.486"],["6129.360","9417.826"],["6149.207","9410.024"],["6159.131","9435.166"],["6186.658","9446.258"],["6124.849","9458.097"],["6211.279","9505.511"],["6210.444","9559.846"],["6206.557","9520.972"],["6209.313","9536.531"],["6206.004","9534.375"],["9676.883","12316.351"],["9777.425","12313.602"],["6313.586","9580.899"],["6284.728","9557.818"],["6331.546","9567.059"],["6270.634","9542.957"],["9820.482","12931.404"],["9805.528","12958.749"],["9739.871","12841.204"],["9727.994","12802.515"],["9728.173","12767.112"],["9701.373","12763.870"],["9677.644","12800.398"],["8204.943","13871.896"],["8226.374","13879.295"],["8212.838","13874.671"],["8220.706","13844.716"],["13186.907","13597.254"],["13186.050","13600.916"],["13118.399","13410.625"],["13136.017","13400.822"],["13120.250","13424.491"],["13107.898","13424.821"],["16780.216","7567.298"],["16802.916","7528.172"],["16899.658","7513.937"],["16901.516","7480.788"],["16918.041","7540.182"],["16905.910","7536.355"],["5388.505","9467.150"],["5370.273","9487.265"],["5349.650","9478.967"],["5374.377","9494.553"],["5386.359","9539.344"],["7932.266","12639.228"],["8769.030","11903.915"],["8739.112","11902.601"],["8685.519","11852.265"],["8601.602","11906.404"],["8593.758","11857.726"],["8589.345","11799.395"],["8576.154","11764.940"],["8731.230","11855.094"],["8620.349","11888.737"],["8590.733","11787.258"],["8586.523","11761.062"],["10259.494","13416.627"],["10271.980","13427.350"],["10260.047","13479.068"],["10334.967","13459.771"],["10254.579","13569.254"],["10253.167","13243.882"],["10277.223","13307.982"],["5722.540","18360.665"],["5727.573","18366.478"],["5720.945","18364.645"],["5739.280","18397.098"],["5739.708","18397.527"],["5720.631","18356.734"],["5721.141","18353.844"],["5723.378","18347.073"],["5712.328","18358.262"],["5716.341","18362.803"],["5713.496","18360.574"],["5739.231","18403.555"],["5737.416","18353.326"],["5733.699","18345.464"],["5736.067","18352.005"],["5746.310","18352.090"],["5748.037","18344.642"],["5744.007","18346.937"],["5767.959","18345.640"],["5766.890","18347.886"],["5765.525","18348.382"],["5742.425","18396.077"],["5739.613","18394.211"],["5743.116","18391.915"],["5773.208","18355.990"],["5769.738","18360.714"],["5768.866","18364.297"],["5770.371","18370.906"],["5762.525","18373.086"],["5771.381","18385.314"],["5767.401","18388.617"],["5771.036","18383.051"],["5760.792","18382.002"],["5769.953","18380.928"],["5765.660","18378.864"],["5661.518","18334.822"],["5660.137","18334.690"],["5666.074","18334.954"],["5669.762","18338.593"],["5670.403","18347.032"],["5678.610","18345.760"],["5670.699","18343.382"],["5675.337","18337.882"],["5669.685","18349.746"],["5668.287","18349.894"],["5668.353","18354.932"],["5695.801","18351.099"],["5695.998","18346.558"],["5689.255","18347.152"],["5642.385","18344.793"],["5641.497","18345.106"],["5641.727","18340.548"],["5716.322","18338.256"],["5718.345","18341.625"],["5721.536","18346.646"],["5743.239","18378.307"],["5745.969","18374.789"],["5741.726","18376.903"],["5735.165","18371.473"],["5735.527","18364.619"],["5734.212","18364.636"],["5732.996","18388.390"],["5737.931","18387.151"],["5732.421","18385.698"],["13236.969","13535.204"],["13241.076","13538.324"],["13229.608","13541.763"],["13224.729","13535.660"],["13230.333","13538.219"],["13217.812","13545.603"],["13206.514","13537.454"],["13201.922","13536.036"],["13208.263","13528.214"],["13206.300","13525.467"],["13217.222","13512.921"],["13219.492","13518.087"],["13222.447","13511.911"],["13275.474","13536.220"],["13291.099","13535.114"],["13306.188","13580.858"],["13292.457","13567.283"],["13293.888","13566.392"],["17080.065","7477.985"],["17058.394","7675.078"],["17063.970","7656.942"],["5833.354","9620.655"],["5871.291","9777.360"],["5837.986","9798.714"],["5874.394","9670.949"],["5906.889","9639.381"],["5864.597","9682.446"],["5837.799","9668.379"],["5855.950","9596.822"],["9353.827","11952.406"],["9406.861","11927.041"],["9216.467","12107.705"],["9383.025","12070.832"],["5565.954","9389.239"],["5538.597","9379.855"],["8542.132","12325.175"],["8520.329","12326.514"],["6076.017","18593.046"],["6070.161","18593.509"],["6071.625","18589.215"],["6041.123","18526.737"],["6043.146","18522.807"],["10007.194","12869.119"],["10028.227","12919.214"],["10020.173","12937.064"],["10021.390","12966.780"],["9835.969","12950.536"],["8212.769","12769.818"],["8227.779","12763.759"],["8190.117","12789.669"],["8201.346","12798.185"],["8189.565","12784.005"],["8174.812","12808.959"],["8279.211","12838.911"],["8280.788","12846.892"],["8261.678","12847.519"],["8279.147","12876.632"],["8281.797","12891.636"],["8310.506","12934.304"],["9163.789","11866.872"],["9110.681","11902.471"],["5291.238","18051.095"],["5293.557","18054.927"],["5296.880","18059.287"],["5319.312","18081.535"],["5317.783","18082.245"],["5321.746","18079.784"],["5316.724","18095.018"],["5310.524","18092.342"],["5319.800","18092.623"],["9791.340","12646.969"],["9810.841","12652.806"],["9639.329","12721.467"],["9811.054","12558.421"],["5697.627","18549.635"],["5698.745","18561.820"],["5704.241","18561.674"],["5693.788","18581.689"],["5672.626","18597.253"],["13421.835","13836.254"],["13415.371","13829.120"],["13162.017","13609.381"],["13161.540","13630.075"],["13195.291","13666.473"],["13184.407","13610.565"],["13139.691","13620.339"],["13141.319","13636.277"],["8994.257","12401.227"],["9013.434","12365.014"],["9097.109","12528.592"],["9108.938","12525.108"],["9088.080","12543.182"],["9028.272","12348.852"],["8995.114","12427.516"],["9008.218","12444.228"],["9083.684","12443.945"],["9069.922","12440.970"],["9068.067","12449.469"],["9076.893","12411.584"],["9051.530","12376.995"],["9117.179","12513.757"],["9074.792","12522.164"],["16341.204","5764.372"],["15744.025","5133.773"],["16038.435","7861.599"],["16026.708","7860.534"],["16039.440","7882.558"],["16023.479","7821.457"],["5427.045","17959.248"],["5438.414","17950.747"],["5438.653","17964.660"],["5431.520","17948.128"],["5440.206","17953.106"],["5437.327","17958.953"],["5434.613","17950.485"],["5429.120","17955.423"],["5415.950","17960.311"],["5422.281","17956.919"],["5417.626","17960.420"],["5417.446","17957.266"],["7864.628","12315.996"],["7765.362","12275.145"],["7744.727","12271.599"],["7744.960","12320.152"],["7727.536","12335.577"],["5560.711","9597.643"],["5569.595","9620.755"],["5580.505","9609.196"],["16573.589","6807.207"],["16608.664","6813.006"],["16670.302","6802.643"],["16635.031","6812.127"],["16758.679","6797.888"],["8779.671","12422.918"],["8891.055","12486.706"],["8849.759","12366.561"],["8931.263","12430.184"],["8954.902","12430.036"],["8874.090","12349.935"],["8817.855","12518.816"],["8984.836","12421.101"],["8801.185","12502.508"],["8927.572","12413.908"],["15984.012","5670.273"],["15972.680","5661.388"],["8301.229","12546.052"],["8274.193","12535.517"],["8252.097","12529.969"],["8234.424","12517.506"],["8288.078","12502.015"],["8290.743","12488.224"],["8263.111","12474.653"],["8283.493","12452.358"],["8296.465","12437.668"],["8335.428","12446.207"],["8317.506","12392.563"],["8333.018","12395.299"],["8324.740","12368.632"],["8300.327","12374.605"],["8316.693","12342.757"],["8341.978","12350.349"],["8340.400","12368.630"],["8246.922","12396.402"],["8219.655","12391.121"],["8212.907","12421.118"],["8187.291","12428.641"],["8207.513","12349.933"],["15098.935","6023.004"],["13464.187","13647.450"],["13472.970","13625.501"],["13438.239","13657.447"],["13499.954","13637.291"],["13503.408","13626.688"],["13423.513","13640.902"],["13426.095","13648.730"],["13430.953","13652.360"],["7789.694","12450.092"],["7890.391","12377.067"],["7865.142","12380.320"],["7927.106","12407.402"],["7897.362","12433.603"],["7908.052","12454.458"],["7926.175","12493.304"],["7916.160","12473.988"],["7924.690","12493.561"],["7858.706","12436.663"],["7843.694","12411.286"],["7858.038","12383.593"],["7804.941","12456.451"],["7810.872","12460.237"],["8443.855","12211.333"],["8443.406","12200.322"],["8394.842","12297.209"],["8413.799","12282.074"],["8400.695","12304.646"],["8535.742","12142.497"],["8536.341","12185.076"],["8480.904","12193.162"],["8430.523","12190.118"],["8406.807","12192.555"],["8518.215","12266.616"],["8558.117","12243.586"],["8559.063","12131.987"],["8393.716","12237.178"],["15666.648","5163.580"],["10296.651","12768.279"],["13280.655","13652.170"],["13360.883","13635.493"],["13348.858","13693.785"],["13386.450","13638.987"],["13347.608","13692.909"],["13235.694","13655.075"],["13244.213","13656.231"],["13201.773","13638.906"],["13206.278","13667.943"],["13277.861","13619.533"],["13280.016","13613.109"],["13255.795","13635.384"],["13248.283","13622.094"],["13239.895","13633.110"],["13271.346","13652.369"],["13359.814","13637.888"],["13254.736","13733.325"],["13265.328","13732.533"],["13379.509","13632.348"],["5239.740","17795.138"],["5239.131","17797.913"],["5241.862","17801.183"],["5243.581","17789.953"],["5248.433","17788.268"],["5241.986","17794.247"],["5232.361","17819.763"],["5227.788","17820.572"],["5226.489","17818.210"],["5232.297","17809.970"],["5234.567","17809.210"],["5235.126","17808.186"],["9095.293","12574.424"],["9097.501","12565.017"],["9109.687","12589.632"],["9136.269","12601.054"],["9153.214","12673.692"],["9180.599","12636.486"],["9166.636","12701.123"],["9163.211","12699.979"],["9132.955","12696.921"],["9198.139","12677.002"],["9179.818","12674.476"],["9151.504","12584.946"],["9131.089","12587.022"],["9153.481","12595.013"],["9126.933","12555.509"],["9183.648","12655.675"],["9130.252","12571.401"],["9053.072","12982.940"],["9095.833","12976.483"],["5892.651","18610.798"],["5896.171","18604.307"],["5898.194","18605.612"],["5887.789","18593.371"],["5886.736","18592.578"],["5886.621","18595.898"],["6007.895","18629.267"],["6010.461","18633.264"],["6007.089","18635.725"],["5998.117","18654.600"],["5999.548","18656.483"],["6000.996","18661.371"],["6026.705","18677.254"],["6026.047","18677.865"],["6010.985","18676.356"],["6012.794","18677.760"],["6038.343","18521.188"],["6008.147","18607.205"],["6005.614","18608.625"],["6008.262","18608.526"],["6014.570","18613.307"],["6009.356","18612.035"],["6011.940","18610.549"],["6010.855","18609.971"],["6013.269","18598.908"],["6012.085","18598.743"],["6008.187","18600.394"],["6012.453","18617.753"],["6007.075","18616.911"],["6009.789","18620.164"],["6018.171","18638.756"],["6025.277","18634.082"],["6023.846","18631.654"],["5997.790","18588.911"],["6001.606","18588.217"],["5998.613","18596.772"],["6012.394","18592.897"],["6012.197","18587.826"],["6010.042","18589.561"],["5956.360","18588.377"],["5950.735","18589.649"],["5954.797","18586.676"],["5942.313","18598.689"],["5942.872","18594.593"],["5942.477","18598.804"],["5969.250","18580.529"],["5966.733","18588.126"],["5971.371","18579.620"],["5870.795","18581.164"],["5869.660","18584.087"],["5872.111","18581.197"],["5888.415","18582.321"],["5881.294","18579.992"],["5886.557","18582.321"],["17151.460","7311.404"],["17144.372","7333.968"],["17108.676","7354.902"],["17069.292","7378.259"],["17119.295","7390.213"],["17141.106","7382.032"],["17172.678","7410.558"],["17180.265","7381.121"],["12630.814","16052.041"],["8143.573","12079.583"],["10211.273","13238.562"],["10232.984","13228.434"],["10249.347","13298.964"],["10239.322","13281.494"],["10201.081","13318.877"],["10172.580","13306.735"],["10200.580","13369.334"],["5809.140","9793.378"],["5777.465","9766.732"],["5777.815","9730.812"],["5632.008","9601.974"],["9597.742","12747.132"],["9602.325","12590.674"],["9557.456","12590.808"],["16441.142","6840.210"],["9679.337","13131.790"],["9670.650","13120.016"],["9651.678","13123.806"],["9680.718","13098.297"],["9655.707","13081.205"],["16234.946","7721.701"],["7940.236","9102.298"],["7946.041","9160.695"],["5853.480","18790.311"],["5846.296","18781.501"],["5854.901","18796.169"],["5845.865","18782.730"],["5847.921","18785.620"],["5843.846","18775.885"],["5843.961","18774.300"],["5855.444","18796.334"],["5843.674","18799.000"],["5856.365","18791.594"],["5978.844","18715.319"],["5845.730","18797.761"],["5848.871","18802.534"],["5975.160","18718.309"],["6031.524","18681.235"],["6005.376","18678.090"],["5982.791","18698.990"],["5985.620","18700.988"],["5989.863","18699.568"],["5947.975","18695.713"],["5948.518","18698.108"],["5955.705","18696.456"],["5954.766","18678.020"],["5953.960","18682.380"],["5951.493","18686.145"],["5977.544","18736.837"],["5976.327","18740.223"],["5975.767","18738.571"],["5967.709","18772.930"],["5967.906","18772.765"],["5973.844","18770.156"],["5976.491","18759.413"],["5980.504","18763.509"],["5973.958","18763.608"],["5987.384","18739.668"],["5987.582","18739.834"],["5991.513","18736.398"],["5968.832","18727.103"],["5973.586","18729.861"],["5970.855","18735.476"],["5981.393","18716.509"],["5853.320","18804.142"],["5855.129","18803.250"],["5861.770","18805.633"],["5863.431","18809.563"],["5857.543","18811.760"],["5860.491","18797.948"],["5861.790","18801.152"],["5862.991","18796.429"],["5854.547","18823.791"],["5852.919","18823.147"],["5857.113","18821.693"],["5860.611","18829.190"],["5868.078","18823.013"],["5861.252","18826.613"],["5856.837","18838.545"],["5856.672","18836.613"],["5860.044","18832.352"],["5639.988","9095.738"],["5659.040","9132.006"],["5620.243","9163.119"],["5644.965","9146.733"],["5650.925","9011.824"],["5682.597","9005.948"],["5671.570","9045.441"],["5638.562","9042.136"],["5695.358","9024.442"],["5726.175","9067.902"],["5647.817","9549.769"],["5636.431","9561.240"],["6179.177","9805.119"],["10250.324","12823.978"],["10212.599","12776.479"],["10200.803","12781.618"],["10156.502","12779.501"],["10144.978","12818.185"],["10104.738","12818.517"],["10071.768","12780.175"],["10068.630","12818.937"],["5954.812","18462.339"],["5955.519","18457.963"],["5954.680","18459.581"],["5943.656","18451.363"],["5942.900","18454.386"],["5946.716","18445.401"],["8182.704","12117.426"],["8202.986","12105.962"],["8232.851","12060.624"],["8219.385","12043.077"],["8214.831","12041.015"],["8276.888","12037.700"],["8288.781","12028.998"],["8312.153","12010.775"],["8270.705","12050.619"],["8228.618","12001.838"],["8230.295","11974.318"],["8156.122","12048.315"],["8824.049","12317.329"],["8942.876","12315.079"],["8826.332","12293.328"],["8834.946","12312.181"],["8825.601","12319.208"],["9389.014","11818.138"],["9363.350","11801.830"],["9345.908","11870.845"],["9297.768","11856.179"],["9393.660","11887.830"],["9240.650","11879.914"],["5623.445","9286.517"],["5631.296","9332.124"],["5627.507","9323.838"],["5649.642","9313.314"],["5677.059","9296.135"],["7953.677","12470.641"],["7969.371","12495.887"],["7975.890","12506.090"],["8003.571","12518.965"],["8015.731","12337.165"],["7999.708","12338.547"],["7962.505","12374.253"],["7949.735","12361.862"],["7946.988","12435.899"],["10047.339","13051.253"],["10052.347","13012.860"],["10041.710","13023.336"],["10064.674","13038.466"],["10095.200","13052.235"],["10114.003","13041.998"],["10133.231","13010.232"],["10189.420","13040.797"],["10214.427","13063.466"],["10223.888","13103.015"],["10187.056","13135.051"],["10210.540","13174.677"],["9841.791","12325.509"],["9859.022","12297.387"],["9950.735","12262.166"],["9920.837","12243.336"],["9853.939","12208.451"],["9869.109","12193.859"],["9998.803","12303.191"],["9867.152","12297.016"],["9954.389","12276.253"],["9980.331","12165.763"],["8802.252","12080.270"],["8781.109","11961.365"],["8777.910","11929.350"],["8955.744","11986.537"],["8789.636","11957.048"],["8855.046","11969.462"],["8793.909","12047.295"],["8823.268","12099.162"],["8984.046","11961.124"],["8866.248","12016.904"],["16289.940","5477.261"],["16361.342","5778.547"],["8758.884","12885.552"],["8735.028","12893.789"],["8695.997","12881.970"],["8690.383","12878.153"],["8694.896","12846.669"],["8699.582","12823.911"],["8678.201","12800.558"],["8687.977","12794.476"],["8670.663","12791.841"],["15475.205","5616.672"],["15400.235","5691.889"],["15397.097","5667.567"],["15418.937","5733.812"],["15441.627","5726.358"],["15465.214","5682.773"],["15475.647","5746.124"],["15453.581","5741.432"],["15447.814","5752.615"],["15458.435","5699.217"],["15448.211","5672.839"],["8244.374","13866.004"],["8244.325","13856.755"],["8249.319","13889.430"],["8238.283","13903.302"],["8234.746","13892.022"],["15514.006","5570.909"],["15482.288","5563.869"],["15453.084","5402.624"],["15419.554","5419.232"],["15311.164","5524.413"],["15347.835","5490.515"],["15347.744","5488.411"],["15319.237","5466.655"],["16785.459","6780.710"],["16826.454","6787.234"],["14924.910","6324.111"],["14982.606","6263.771"],["14942.675","6210.279"],["14916.957","6210.439"],["9827.935","13500.773"],["9811.872","13524.355"],["9818.107","13566.992"],["9814.828","13578.939"],["9740.343","13487.740"],["9721.206","13468.313"],["9724.894","13452.037"],["9713.396","13440.027"],["9692.940","13433.483"],["9675.990","13450.980"],["9682.386","13455.496"],["9668.904","13451.955"],["9659.407","13463.244"],["9652.770","13440.289"],["9659.964","13473.431"],["9653.713","13489.676"],["9652.812","13400.912"],["8636.922","12751.158"],["8635.403","12728.844"],["8664.356","12750.542"],["8594.623","12747.554"],["8616.763","12683.931"],["8635.346","12654.050"],["8601.125","12622.598"],["8616.686","12592.157"],["8582.391","12589.664"],["8582.168","12598.042"],["5827.424","9808.568"],["6532.264","18476.448"],["6531.951","18476.150"],["6535.356","18477.984"],["6500.191","18494.069"],["6499.500","18489.379"],["6499.616","18494.218"],["6476.912","18489.716"],["6476.205","18488.725"],["6476.090","18490.228"],["6464.609","18488.539"],["6464.839","18493.576"],["5378.214","9189.251"],["5369.392","9219.624"],["5400.282","9203.015"],["5389.479","9234.360"],["5365.939","9194.410"],["5350.848","9180.153"],["16873.977","7721.368"],["16887.124","7749.442"],["7800.310","8815.845"],["5522.289","9141.588"],["5512.249","9113.039"],["5505.563","9116.770"],["5530.852","9114.113"],["5560.994","9157.037"],["5524.047","9158.604"],["5577.640","9136.774"],["5605.177","9132.232"],["5553.594","9095.403"],["5522.362","9080.921"],["5514.829","9061.516"],["5479.667","9068.667"],["5476.707","9086.585"],["5702.275","18831.716"],["5701.321","18838.057"],["5704.052","18834.886"],["5680.593","18814.525"],["5688.520","18814.228"],["5689.096","18816.953"],["5694.271","18786.145"],["5693.860","18788.622"],["5692.577","18791.083"],["5703.051","18786.920"],["5704.778","18790.570"],["9720.584","12930.139"],["9701.219","12928.274"],["9704.865","12945.459"],["9671.983","12935.712"],["9703.033","12916.417"],["15454.101","5344.150"],["14999.223","5940.081"],["14965.774","5989.743"],["15014.926","5964.193"],["14984.801","5910.944"],["14948.392","5871.544"],["14962.049","5836.702"],["14997.821","5847.176"],["8289.463","12770.875"],["8344.227","12785.443"],["8355.525","12818.637"],["15241.130","5494.536"],["15265.737","5475.678"],["15263.139","5510.929"],["15239.687","5514.752"],["15224.875","5490.158"],["15217.718","5501.796"],["15195.380","5569.623"],["15268.923","5565.736"],["6889.190","18473.440"],["6885.725","18477.220"],["6884.990","18480.992"],["6905.070","18468.333"],["6907.806","18471.215"],["6900.093","18474.616"],["6886.191","18490.071"],["6886.324","18492.734"],["10234.294","13617.844"],["10187.000","13666.443"],["10197.798","13649.438"],["10176.995","13665.962"],["10128.296","13610.337"],["10077.395","13604.605"],["10065.921","13606.076"],["8797.628","11856.800"],["8805.670","11866.419"],["8957.648","11906.599"],["8885.429","11882.143"],["8881.218","11810.888"],["8824.760","11860.044"],["5621.679","8886.034"],["5625.683","8884.595"],["5665.646","8932.992"],["5653.396","8927.710"],["5726.057","8905.023"],["5711.434","8917.200"],["8383.455","12819.993"],["8368.013","12809.294"],["8387.717","12813.540"],["8386.172","12834.137"],["8419.239","12779.340"],["8432.238","12771.581"],["8456.755","12764.045"],["8459.481","12766.003"],["8470.494","12782.094"],["7923.607","8776.645"],["7923.732","8748.715"],["7842.383","8801.008"],["7864.653","8812.749"],["7878.019","8810.607"],["7860.238","8824.858"],["7837.022","8817.700"],["7868.928","8769.736"],["7833.369","8822.926"],["7898.836","8827.925"],["7894.744","8875.066"],["7906.996","8870.794"],["7920.215","8886.271"],["8995.048","11913.265"],["9010.957","11970.493"],["16745.501","7536.639"],["16720.633","7535.649"],["16702.159","7562.538"],["16712.683","7584.435"],["16706.387","7578.676"],["16740.700","7509.065"],["9837.773","13631.924"],["9831.758","13606.857"],["9944.437","13560.034"],["9926.545","13540.204"],["9916.329","13538.275"],["9878.181","13540.210"],["9870.437","13534.889"],["9881.569","13559.310"],["9889.324","13566.249"],["9870.928","13511.510"],["9877.013","13468.933"],["9866.091","13483.104"],["9874.918","13449.857"],["9875.663","13432.266"],["9869.855","13438.392"],["9865.488","13477.922"],["8397.868","12524.272"],["8416.581","12502.266"],["8441.068","12491.832"],["8429.072","12458.946"],["8407.488","12448.873"],["8435.438","12405.649"],["8438.734","12388.660"],["8376.918","12452.232"],["9852.806","12617.343"],["9872.062","12611.681"],["9857.587","12549.613"],["9955.487","12560.264"],["8663.165","12085.241"],["8673.125","12050.517"],["8657.448","12059.121"],["8642.225","12057.182"],["8597.929","12064.710"],["8760.254","11963.578"],["8745.270","12052.815"],["8705.576","12011.734"],["8721.301","12066.103"],["8657.110","12046.029"],["8588.335","12073.198"],["8674.011","11917.714"],["8599.600","12090.510"],["8622.754","12096.476"],["8575.983","12069.669"],["10035.518","13569.567"],["10023.110","13563.225"],["9990.847","13554.170"],["9984.655","13570.490"],["9944.018","13543.952"],["9895.659","13457.537"],["8391.830","12953.038"],["8397.494","12959.088"],["9715.409","11841.703"],["9690.952","11845.629"],["9657.335","11833.678"],["9783.164","11895.942"],["9544.198","11811.538"],["9484.968","11829.923"],["9472.810","11856.185"],["14933.649","6164.869"],["14932.419","6173.580"],["14931.069","6074.939"],["15017.211","6116.022"],["15062.846","6077.620"],["15078.244","5996.153"],["5524.511","9372.109"],["5573.191","9365.286"],["5600.149","9345.280"],["5578.839","9312.178"],["8093.273","12147.999"],["8096.745","12173.693"],["8069.065","12197.151"],["8023.388","12172.532"],["8014.377","12202.622"],["7969.174","12194.183"],["5822.620","18795.659"],["5709.729","18792.470"],["5791.688","18849.069"],["5792.856","18854.932"],["5792.429","18855.874"],["5757.964","18867.464"],["5761.335","18867.630"],["5765.085","18862.031"],["5737.329","18746.903"],["5735.125","18751.642"],["5738.546","18747.547"],["5742.119","18739.545"],["5745.063","18739.347"],["5745.474","18739.628"],["5753.418","18782.461"],["5744.405","18773.246"],["5825.416","18792.356"],["5822.094","18794.701"],["5757.383","18768.736"],["5754.028","18771.445"],["5758.880","18763.303"],["5770.602","18764.321"],["5770.931","18770.482"],["5772.214","18765.015"],["5783.550","18790.328"],["5784.488","18783.887"],["5787.168","18790.146"],["5769.862","18791.101"],["5774.286","18792.835"],["5769.944","18794.272"],["5726.705","18813.581"],["5733.219","18804.927"],["5732.265","18805.554"],["5720.864","18807.499"],["5719.121","18812.487"],["5723.676","18808.292"],["5734.831","18798.685"],["5735.604","18801.096"],["5733.483","18794.606"],["8237.760","12316.051"],["8212.159","12303.705"],["8250.513","12296.766"],["8283.505","12251.576"],["8259.319","12256.549"],["8279.147","12219.366"],["8270.086","12204.862"],["8254.118","12174.586"],["8242.457","12170.465"],["8268.580","12204.396"],["8225.299","12194.008"],["8564.943","12061.704"],["8542.319","12089.840"],["8566.178","12043.908"],["8510.098","11952.799"],["8493.785","12012.612"],["8508.558","12027.585"],["8441.342","12019.098"],["8383.590","12092.969"],["8484.297","12094.497"],["8530.364","12077.614"],["8486.843","12019.653"],["8548.975","12044.061"],["8506.942","12105.280"],["8421.890","12069.949"],["8525.352","12088.080"],["8553.886","12084.941"],["9557.792","12717.358"],["9547.963","12752.138"],["9525.734","12697.796"],["9544.503","12721.952"],["9533.993","12590.850"],["9423.689","12715.259"],["9409.592","12692.447"],["8021.635","12758.245"],["8006.230","12579.083"],["8011.403","12586.619"],["8066.440","12593.459"],["8090.545","12612.718"],["8067.908","12625.351"],["8077.058","12630.080"],["8109.349","12657.954"],["7944.153","12560.659"],["7944.827","12624.421"],["7977.804","12694.705"],["7999.358","12697.469"],["7995.480","12727.474"],["8017.444","12734.781"],["8026.376","12736.017"],["8059.398","12726.382"],["8032.685","12735.439"],["9566.293","12840.614"],["10005.868","12977.394"],["10023.504","12970.648"],["10016.628","12982.398"],["10023.954","12988.923"],["10049.427","12496.937"],["10091.626","12513.189"],["10138.475","12517.945"],["10144.341","12512.530"],["10158.277","12483.127"],["10174.269","12469.849"],["10211.143","12488.250"],["10226.487","12435.794"],["10208.335","12414.549"],["10062.791","12391.351"],["10042.380","12383.530"],["16539.077","6821.430"],["16471.879","6824.318"],["16514.697","6834.485"],["16511.430","6806.021"],["16535.962","6809.181"],["16551.136","6808.296"],["8011.082","8941.136"],["7999.453","8887.440"],["8023.968","8919.577"],["8013.844","8937.990"],["7979.676","8907.391"],["7986.070","8907.642"],["14836.131","6229.842"],["14732.679","6304.014"],["7986.923","8704.909"],["7937.058","8674.588"],["7940.862","8673.916"],["7952.686","8687.199"],["7936.827","8610.393"],["7972.021","8605.368"],["7992.657","8568.394"],["7941.913","8582.021"],["6290.519","9589.107"],["6254.730","9637.747"],["6258.113","9633.343"],["6282.102","9605.278"],["9400.632","12942.073"],["9392.895","12935.982"],["9389.435","12913.546"],["9381.290","12921.341"],["9385.684","12953.111"],["9358.211","12961.885"],["9309.719","12860.064"],["9292.351","12850.303"],["9265.837","12869.084"],["9257.616","12896.423"],["9284.017","12766.068"],["9274.868","12810.699"],["9309.588","12807.820"],["9318.406","12843.140"],["9217.920","12798.096"],["16232.018","7672.244"],["16230.859","7580.100"],["16232.459","7544.423"],["9207.719","12696.908"],["9246.265","12712.537"],["9257.398","12731.076"],["9253.946","12730.486"],["9246.242","12755.163"],["9397.408","12730.212"],["9377.273","12715.623"],["9290.009","12630.703"],["9348.696","12722.247"],["9333.534","12691.359"],["9318.138","12659.284"],["9246.045","12661.038"],["9378.106","12688.926"],["9221.715","12664.634"],["15380.395","5418.505"],["15392.216","5403.162"],["15331.113","5403.934"],["15350.611","5377.512"],["15363.110","5360.233"],["6250.081","9638.361"],["6159.159","9763.791"],["6193.878","9795.530"],["6179.191","9795.710"],["6190.901","9731.690"],["6219.415","9686.080"],["6196.387","9655.703"],["6200.633","9628.575"],["6213.927","9628.341"],["6092.078","9733.412"],["6054.660","9708.966"],["6079.208","9737.062"],["6170.295","9757.707"],["6197.616","9789.380"],["6163.906","9672.069"],["8519.745","12596.508"],["8564.008","12611.871"],["8518.897","12573.480"],["8526.699","12559.160"],["8437.771","12556.008"],["8416.850","12550.231"],["13622.680","14448.312"],["6336.671","18564.170"],["6331.260","18569.620"],["6371.424","18531.418"],["6371.178","18529.899"],["6367.164","18538.586"],["6302.363","18590.296"],["6378.587","18523.786"],["6378.521","18525.735"],["6379.607","18520.681"],["6332.132","18570.611"],["6348.037","18573.966"],["6452.756","18549.519"],["6449.023","18555.432"],["6297.971","18590.560"],["6449.089","18556.076"],["6296.014","18587.290"],["6340.718","18580.424"],["6339.616","18578.260"],["6460.464","18496.598"],["6450.448","18494.559"],["6448.425","18495.220"],["6454.955","18493.585"],["6425.479","18500.399"],["6422.403","18496.336"],["6426.384","18491.068"],["6437.674","18514.870"],["6439.582","18508.264"],["6436.112","18508.924"],["6427.743","18558.904"],["6433.746","18558.094"],["6428.993","18560.770"],["6441.644","18562.745"],["6440.624","18561.357"],["6437.401","18566.824"],["9636.850","13383.527"],["9625.502","13388.672"],["9652.423","13333.737"],["9636.110","13296.862"],["9634.126","13300.429"],["9677.333","13294.150"],["9735.911","13255.105"],["9710.972","13248.755"],["9704.435","13233.055"],["9706.584","13204.953"],["9682.719","13188.335"],["9658.624","13199.279"],["10370.886","12585.887"],["10379.314","12685.943"],["10341.638","12737.134"],["13067.888","13247.243"],["13124.653","13384.904"],["13126.495","13379.438"],["13099.108","13273.711"],["13118.264","13317.939"],["13109.487","13303.199"],["13111.836","13348.713"],["13109.911","13336.981"],["13090.011","13295.864"],["13102.116","13290.562"],["13089.035","13249.597"],["13073.573","13261.843"],["8221.748","12750.415"],["28847.888","10852.502"],["7898.344","8642.550"],["7906.011","8624.300"],["7932.512","8592.766"],["7932.062","8739.173"],["7921.692","8734.115"],["6881.522","18483.882"],["6878.228","18485.327"],["6871.572","18486.898"],["6869.027","18484.047"],["6876.645","18488.119"],["6879.907","18491.477"],["6879.093","18491.428"],["6872.772","18491.106"],["6866.056","18489.115"],["6863.690","18487.022"],["6860.007","18487.134"],["6858.564","18467.554"],["6873.501","18481.715"],["6880.385","18486.624"],["8558.053","12337.890"],["8540.379","12344.355"],["8527.511","12347.930"],["8477.627","12520.812"],["8496.472","12530.114"],["8522.983","12606.806"],["8408.925","12736.415"],["8424.632","12733.403"],["8431.629","12709.637"],["8451.927","12695.465"],["8467.118","12674.762"],["8465.034","12731.387"],["8468.346","12744.557"],["8511.905","12624.600"],["8425.813","12615.743"],["8400.763","12603.683"],["8381.918","12599.517"],["8359.458","12597.927"],["8365.360","12571.765"],["8497.532","12591.158"],["8147.559","12678.885"],["8157.338","12696.363"],["8161.316","12664.919"],["8187.481","12672.816"],["8200.047","12671.910"],["8172.163","12686.721"],["8180.231","12705.690"],["8182.078","12651.098"],["8220.543","12695.547"],["8241.126","12704.700"],["8256.669","12731.942"],["8249.543","12736.191"],["8289.195","12684.048"],["8313.786","12719.917"],["8312.091","12756.098"],["7995.137","12278.744"],["7969.307","12291.380"],["7992.750","12319.505"],["8465.399","13037.450"],["8379.129","12993.174"],["8373.536","13006.363"],["8422.197","13020.766"],["8423.603","13041.912"],["8447.256","13027.892"],["8465.294","13079.564"],["8472.557","13099.116"],["8477.462","13110.077"],["8462.615","13108.517"],["8405.224","13106.668"],["15217.578","5594.361"],["8806.089","12990.810"],["8848.761","12984.011"],["8833.072","13003.914"],["8840.505","13015.875"],["8851.021","13028.701"],["8847.909","13000.499"],["8887.820","13018.839"],["8905.528","13024.510"],["8901.526","13003.115"],["8883.815","13031.035"],["9166.611","12154.296"],["9170.000","12137.619"],["9017.746","12157.594"],["9052.892","12286.934"],["8994.913","12245.512"],["5740.627","9044.749"],["5758.450","9054.607"],["5766.310","9057.636"],["5794.126","9072.049"],["5813.295","9032.972"],["5811.556","9016.538"],["5795.038","9033.017"],["5742.118","9019.229"],["5746.756","9009.623"],["5728.144","9026.223"],["6900.876","18470.725"],["6911.017","18444.429"],["6902.575","18447.824"],["6892.424","18453.549"],["6903.058","18450.558"],["6928.892","18450.916"],["6914.021","18462.496"],["6925.339","18454.887"],["6926.684","18450.607"],["6920.580","18462.903"],["6930.470","18454.894"],["6933.178","18452.400"],["6937.141","18451.245"],["6936.588","18443.156"],["6941.385","18435.811"],["6935.146","18440.477"],["6903.214","18439.879"],["6900.951","18444.612"],["6890.973","18458.099"],["6888.117","18413.254"],["6883.038","18426.927"],["6887.416","18425.960"],["6896.343","18414.246"],["6891.947","18424.518"],["6906.901","18411.913"],["6909.543","18402.338"],["6898.274","18414.486"],["6899.612","18416.662"],["8542.003","11885.830"],["8540.201","11792.089"],["8554.962","11813.127"],["8505.930","11801.413"],["8506.814","11871.160"],["8565.607","11862.970"],["8556.735","11795.338"],["8545.410","11781.112"],["7920.034","9142.258"],["8646.295","12300.165"],["8616.021","12299.069"],["8683.282","12293.583"],["8572.910","12329.404"],["8600.824","12324.573"],["8569.525","12317.007"],["8589.749","12314.729"],["5573.004","9587.841"],["5526.594","9582.167"],["5480.763","9521.150"],["5465.356","9502.713"],["5430.782","9495.820"],["5417.109","9513.563"],["5437.527","9499.543"],["5451.706","9512.784"],["5472.154","9530.842"],["5417.818","9497.918"],["5413.304","9492.432"],["5409.896","9529.523"],["5611.058","9558.736"],["9454.488","12774.316"],["9541.751","12796.653"],["9494.829","12849.840"],["9500.688","12847.875"],["9506.844","12873.706"],["9490.830","12895.186"],["9477.606","12840.918"],["9511.533","12887.718"],["9525.799","12888.552"],["9524.130","12918.363"],["9514.594","12928.442"],["9513.054","12949.277"],["9492.124","12944.590"],["9471.478","12945.359"],["9475.868","12966.082"],["9490.610","12954.529"],["9445.718","12966.456"],["9445.674","12904.903"],["9454.194","12916.631"],["9476.735","12842.751"],["9467.299","12814.871"],["9447.906","12836.339"],["9487.927","12775.352"],["9482.589","12761.475"],["9529.365","12776.508"],["9552.133","12785.610"],["9550.408","12776.539"],["5441.275","9375.464"],["5436.532","9362.542"],["5463.441","9324.714"],["5473.968","9306.594"],["5497.075","9310.038"],["5443.858","9321.756"],["5452.514","9324.310"],["5469.266","9266.402"],["5468.146","9243.727"],["5433.186","9219.496"],["5410.736","9260.809"],["5515.430","9204.420"],["5502.389","9236.765"],["5512.756","9252.605"],["5539.223","9220.272"],["5479.384","9192.207"],["5465.132","9214.300"],["5551.044","9190.005"],["5534.993","9187.379"],["5514.724","9166.751"],["5589.943","9294.457"],["15411.574","5142.543"],["15463.664","5136.830"],["15454.733","5107.607"],["8764.694","12398.120"],["8610.957","12433.571"],["8765.145","12434.133"],["8583.007","12418.993"],["8592.397","12412.424"],["8619.590","12392.614"],["8631.180","12410.847"],["8635.525","12428.061"],["8631.234","12460.141"],["8660.767","12408.290"],["8692.792","12415.794"],["8690.659","12444.941"],["8655.378","12399.816"],["8674.420","12446.700"],["8772.250","12383.983"],["14846.981","6199.240"],["14882.875","6080.663"],["8982.899","12148.277"],["8964.855","12192.038"],["8979.184","12232.478"],["8977.561","12240.553"],["8849.980","12218.755"],["8835.546","12269.908"],["8943.527","12216.762"],["8940.114","12152.927"],["8825.635","12198.581"],["8839.602","12242.266"],["5656.750","9279.199"],["5635.701","9256.199"],["5657.756","9261.922"],["5649.552","9170.436"],["8767.549","12206.358"],["8710.997","12200.673"],["8680.223","12202.603"],["8568.467","12259.818"],["8580.785","12240.326"],["8607.277","12221.671"],["8672.902","12195.345"],["8699.250","12195.188"],["15588.624","5368.229"],["15552.750","5401.789"],["9900.404","12484.307"],["9924.921","12546.127"],["10006.514","12540.595"],["9990.534","12506.380"],["9843.332","12357.905"],["9928.193","12337.810"],["9919.864","12353.361"],["10000.609","12411.112"],["9860.626","12367.758"],["9863.032","12346.459"],["9892.088","12397.536"],["9938.440","12424.616"],["8597.746","12978.113"],["8642.554","12995.333"],["8632.540","12989.273"],["8661.605","12980.938"],["8666.464","12986.826"],["8665.034","13040.999"],["8659.957","13032.870"],["8703.912","13039.177"],["8687.709","13062.235"],["8723.841","13065.442"],["8735.959","13053.546"],["8683.919","13105.951"],["8722.721","13114.347"],["9145.094","12823.488"],["9160.636","12793.426"],["9164.315","12781.995"],["9113.100","12856.820"],["9069.608","12881.886"],["9078.653","12897.770"],["9076.746","12965.124"],["10256.530","12476.747"],["10343.085","12543.817"],["15709.935","5142.022"],["15969.022","5899.356"],["15971.499","5873.692"],["16012.013","5927.288"],["15995.447","5953.359"],["15982.904","5930.987"],["15973.922","5826.534"],["15978.848","5808.810"],["6876.869","18454.810"],["6874.838","18458.480"],["6874.184","18452.165"],["6871.522","18462.923"],["6867.885","18463.531"],["6864.462","18459.962"],["6861.026","18459.084"],["6858.561","18463.199"],["6857.749","18460.276"],["6862.274","18463.761"],["6881.481","18442.910"],["6875.917","18441.721"],["6874.419","18448.248"],["6878.667","18445.404"],["6870.463","18448.477"],["6872.697","18452.598"],["6879.788","18425.553"],["6876.791","18435.664"],["13976.086","14460.935"],["13918.749","14469.913"],["13898.988","14455.972"],["14030.042","14602.863"],["13963.036","14539.411"],["13924.394","14517.579"],["17428.459","17983.648"],["17429.709","17937.868"],["19537.858","15779.118"],["19530.444","15826.969"],["19546.268","15805.286"],["19524.914","15766.748"],["19538.615","15762.388"],["19525.296","15837.969"],["19516.971","15780.431"],["19528.648","15799.027"],["19524.931","15802.842"],["13780.622","13415.422"],["13641.375","13465.891"],["13807.442","13445.633"],["13829.609","13455.678"],["13690.273","13404.491"],["13716.506","13404.801"],["16617.048","18846.512"],["16594.252","18819.427"],["16612.344","18841.805"],["16586.144","18764.877"],["16579.959","18873.068"],["16607.739","18839.030"],["16572.123","18697.066"],["16586.367","18691.732"],["14426.024","15986.366"],["14364.741","15975.714"],["14362.126","15960.569"],["14352.241","15965.739"],["14340.843","15944.649"],["14262.550","15944.017"],["14303.553","15951.845"],["14418.736","16035.570"],["14366.861","16041.069"],["14435.151","16012.845"],["14395.217","16037.733"],["14419.493","16051.160"],["14357.190","16035.603"],["14409.296","16029.971"],["14412.651","16049.360"],["31535.666","10628.824"],["31698.123","10443.569"],["31702.794","10465.171"],["31707.580","10558.664"],["31662.572","10592.727"],["31642.868","10571.688"],["31650.171","10586.288"],["31701.766","10504.068"],["31681.733","10519.708"],["31691.289","10544.266"],["31603.226","10630.166"],["31636.400","10611.240"],["31569.040","10559.122"],["31588.711","10544.753"],["31572.247","10581.335"],["31699.883","10618.711"],["31649.488","10631.940"],["19717.613","10759.606"],["19724.866","10746.327"],["16082.242","15236.978"],["16143.777","15226.407"],["16140.405","15223.484"],["16143.810","15244.293"],["16066.173","15243.915"],["16143.865","15274.619"],["16068.097","15246.788"],["16112.911","15248.575"],["16116.168","15234.718"],["16076.469","15250.637"],["16072.472","15231.578"],["15928.450","15286.935"],["15938.105","15134.229"],["15975.785","15110.385"],["15987.216","15132.267"],["15970.621","15089.889"],["15968.679","15262.124"],["15969.041","15289.028"],["16022.817","15292.451"],["16081.542","15204.806"],["16062.677","15217.605"],["16041.871","15225.450"],["16041.871","15215.854"],["16063.023","15202.031"],["16087.392","15270.800"],["16073.774","15266.423"],["16013.178","15173.593"],["16010.662","15171.281"],["16010.909","15180.661"],["16028.307","15084.237"],["15992.731","15112.082"],["16044.392","15096.045"],["15987.337","15092.197"],["13751.442","14514.222"],["23909.745","7591.695"],["23914.801","7609.085"],["23906.982","7597.013"],["23929.736","7603.607"],["23852.147","7471.515"],["23879.341","7474.507"],["23867.746","7475.647"],["23874.700","7480.989"],["23900.428","7544.122"],["23896.371","7545.314"],["23890.016","7543.693"],["23931.173","7517.727"],["23920.452","7641.182"],["23852.185","7525.685"],["23857.646","7522.339"],["23877.633","7503.550"],["23850.294","7519.112"],["23934.925","7543.730"],["23915.162","7570.557"],["14891.771","19118.163"],["14883.942","19103.415"],["14913.021","19115.802"],["15874.927","14236.664"],["18773.025","13853.752"],["18674.344","13888.149"],["18738.895","13872.498"],["18734.027","13865.826"],["18754.728","13830.099"],["18770.205","13849.042"],["18715.962","13845.544"],["18708.808","13844.207"],["18817.254","13893.037"],["18821.974","13885.374"],["18837.860","13907.694"],["18835.920","13916.662"],["17462.603","4162.197"],["17485.510","4286.788"],["14218.266","17151.211"],["14208.991","17093.547"],["14240.234","17087.733"],["10204.788","13565.133"],["10207.053","13588.418"],["10082.033","13602.921"],["10073.092","13592.500"],["9800.811","12037.547"],["9766.906","11975.403"],["9718.614","12043.986"],["9638.292","11968.210"],["9707.087","11931.318"],["9736.778","11939.431"],["9744.479","12011.466"],["9736.593","11962.190"],["9761.323","11999.594"],["21485.817","15152.811"],["21530.166","15213.313"],["15064.889","12902.981"],["15061.900","12854.483"],["15048.545","12876.416"],["15050.256","12903.039"],["15065.601","12885.103"],["15075.515","12793.130"],["15058.874","12894.599"],["15047.607","12818.133"],["15074.556","12885.399"],["15072.220","12922.545"],["15063.947","12931.563"],["15060.263","12968.507"],["15056.826","12855.902"],["15077.583","12867.381"],["15051.078","12828.851"],["15087.328","12825.498"],["15011.067","12824.793"],["15031.100","12812.770"],["15006.791","12826.841"],["14935.570","12881.217"],["14984.483","12796.325"],["15000.223","12792.279"],["15067.657","12836.068"],["15049.527","12915.086"],["15004.137","12808.316"],["14985.791","12851.798"],["15007.164","12930.206"],["15005.010","12941.056"],["14958.564","12862.472"],["15012.317","12871.674"],["14962.741","12894.314"],["14966.903","12884.867"],["14957.314","12892.728"],["14924.545","12879.668"],["14927.407","12889.478"],["14940.078","12897.250"],["14919.157","12897.646"],["14905.242","12807.804"],["14923.728","12843.525"],["14889.978","12865.209"],["14887.297","12869.156"],["14935.751","12839.875"],["14927.423","12891.608"],["15017.446","12902.670"],["15023.008","12812.142"],["15050.090","12810.238"],["14985.826","12831.514"],["14961.961","12812.092"],["14965.086","12810.292"],["14978.852","12808.228"],["14903.596","12775.830"],["14910.520","12803.460"],["14899.829","12784.402"],["14963.780","12767.122"],["14977.152","12768.558"],["15078.940","12796.216"],["15073.068","12825.679"],["15041.990","12793.525"],["15081.062","12822.195"],["15051.466","12778.164"],["15067.545","12768.206"],["15071.124","12790.604"],["15078.163","12768.572"],["15068.854","12806.144"],["15063.231","12801.006"],["15074.044","12938.527"],["15090.886","12957.866"],["15087.251","12962.969"],["15070.541","12939.369"],["14925.048","12944.819"],["14931.907","12948.948"],["14917.449","12957.965"],["14927.449","12932.234"],["14984.181","12885.268"],["14978.228","12897.852"],["14992.570","12915.573"],["14977.224","12899.966"],["14933.279","12967.408"],["16714.223","14229.409"],["16722.216","14237.864"],["16717.134","14225.924"],["16662.080","14209.535"],["16669.435","14211.041"],["16659.235","14210.096"],["16668.547","14209.291"],["16674.090","14215.302"],["16745.343","14209.579"],["16681.299","14198.777"],["16708.202","14171.625"],["16681.578","14193.228"],["16770.047","14196.148"],["16740.249","14182.961"],["16756.291","14213.038"],["16700.374","14195.163"],["16710.587","14169.102"],["16701.624","14197.624"],["16627.176","14144.928"],["16640.745","14136.539"],["16637.192","14145.011"],["16574.770","14112.118"],["16576.760","14096.231"],["16580.832","14176.253"],["16623.446","14159.685"],["16616.292","14176.663"],["16640.354","14174.714"],["16584.778","14217.171"],["16577.098","14209.112"],["16598.019","14218.780"],["16606.161","14213.066"],["16606.292","14189.465"],["6642.462","18783.525"],["20371.733","15238.145"],["20396.133","15284.303"],["20525.797","15143.899"],["19695.016","10477.261"],["2240.210","11095.695"],["2207.009","11221.435"],["2217.136","11227.752"],["2231.835","11244.096"],["2237.179","11227.654"],["2239.190","11196.199"],["14869.120","12682.200"],["14770.245","12620.005"],["14767.613","12606.793"],["14796.544","12587.288"],["14747.144","12660.218"],["14786.393","12630.910"],["14815.818","12627.970"],["14813.564","12662.091"],["14772.214","12723.017"],["14801.738","12749.293"],["14800.636","12748.566"],["14811.834","12706.041"],["14793.281","12672.482"],["14790.617","12675.174"],["14807.722","12708.022"],["14801.538","12700.607"],["14762.870","12573.932"],["14751.340","12561.925"],["14781.718","12576.426"],["14769.120","12557.995"],["14830.729","12658.897"],["14822.291","12632.902"],["14817.784","12620.929"],["14808.705","12555.475"],["14785.432","12565.120"],["14797.573","12570.948"],["14819.744","12572.319"],["14801.471","12572.154"],["14804.004","12571.873"],["14803.921","12571.526"],["14746.510","12549.284"],["14869.854","12740.195"],["14805.436","12590.660"],["14803.347","12577.465"],["14854.729","12552.591"],["14867.312","12550.626"],["14869.647","12563.260"],["14872.394","12570.230"],["14876.571","12549.470"],["14844.145","12585.102"],["14854.721","12603.054"],["14843.290","12594.367"],["14853.454","12593.228"],["14859.540","12599.421"],["14879.939","12670.499"],["14868.690","12714.216"],["14794.484","12722.026"],["15751.192","17016.065"],["15725.771","17111.086"],["15728.857","17019.418"],["9694.771","12352.571"],["14738.867","12434.917"],["14781.242","12456.883"],["14789.646","12434.092"],["14792.996","12407.893"],["14848.623","12362.705"],["14767.710","12499.140"],["14791.121","12431.097"],["14784.416","12467.238"],["14758.072","12493.392"],["14798.830","12342.887"],["14764.988","12431.801"],["14780.449","12528.390"],["14847.702","12348.568"],["14757.678","12504.986"],["14744.868","12476.295"],["14770.309","12506.819"],["14735.809","12504.309"],["14707.769","12365.296"],["14752.733","12497.637"],["14760.534","12473.348"],["14753.915","12473.996"],["14738.820","12433.056"],["14744.675","12464.700"],["14751.600","12444.254"],["14747.355","12505.647"],["14741.483","12489.099"],["14751.648","12485.201"],["14872.483","12392.674"],["14852.878","12408.809"],["14849.473","12403.376"],["14830.332","12391.730"],["14834.279","12402.778"],["14840.858","12393.943"],["14848.670","12428.962"],["14831.038","12435.089"],["14833.358","12425.074"],["14777.143","12542.015"],["14861.487","12465.635"],["14754.067","12464.832"],["14856.257","12498.285"],["14871.356","12491.184"],["14719.018","12338.686"],["14797.552","12433.772"],["14839.839","12400.598"],["14756.928","12349.071"],["14734.050","12340.186"],["14819.365","12416.120"],["14815.829","12411.842"],["14771.510","12543.751"],["14694.101","12366.600"],["14842.357","12348.915"],["14762.711","12539.997"],["14757.300","12535.224"],["14738.221","12521.169"],["14746.214","12526.570"],["14867.498","12345.497"],["14791.751","12469.434"],["14709.246","12409.182"],["14708.571","12410.999"],["14735.002","12393.245"],["14730.265","12387.398"],["14819.998","12339.683"],["14716.450","12403.897"],["14778.661","12505.497"],["14813.526","12438.448"],["14785.372","12497.487"],["14775.980","12511.063"],["14859.728","12544.366"],["14744.659","12372.721"],["14769.466","12343.879"],["14866.922","12354.977"],["14767.575","12351.129"],["14782.542","12354.069"],["14681.012","12420.612"],["14676.045","12416.665"],["14687.870","12419.572"],["14704.071","12412.718"],["14690.502","12437.540"],["14681.221","12366.629"],["14772.341","12373.530"],["14801.166","12349.064"],["14809.011","12369.493"],["14673.260","12388.165"],["14859.524","12525.941"],["14834.359","12533.835"],["14866.810","12515.124"],["20350.273","15211.853"],["20165.316","15106.037"],["20148.813","15281.992"],["6705.980","18753.992"],["6723.996","18881.770"],["6731.792","18878.004"],["28142.973","11886.132"],["15346.494","14793.514"],["15427.247","14728.450"],["15437.830","14673.221"],["15461.869","14691.984"],["15399.369","14661.756"],["15344.813","14712.838"],["15302.564","14729.163"],["15385.110","14831.569"],["15384.995","14837.597"],["15378.778","14849.257"],["15355.613","14826.027"],["15360.883","14831.949"],["15370.571","14831.619"],["15314.083","14840.987"],["15313.606","14838.840"],["15354.856","14822.014"],["15317.208","14826.849"],["15409.561","14858.792"],["15362.669","14832.121"],["15324.925","14831.023"],["15359.955","14827.216"],["15311.254","14845.099"],["15427.329","14696.047"],["15316.046","14810.109"],["15327.760","14746.440"],["15422.412","14704.123"],["15367.148","14730.795"],["15329.142","14774.054"],["15314.569","14775.705"],["15304.935","14863.052"],["15316.375","14796.798"],["15305.955","14866.950"],["15328.156","14769.633"],["15460.186","14757.490"],["15464.117","14743.386"],["15516.439","14802.257"],["15482.102","14716.980"],["15476.436","14777.325"],["17805.854","17051.549"],["14899.372","17424.100"],["14902.349","17426.032"],["14953.067","17418.123"],["14952.870","17421.641"],["14989.877","17414.483"],["14982.032","17431.956"],["14991.259","17416.795"],["14926.391","17507.259"],["14912.958","17520.212"],["14924.187","17516.392"],["14917.641","17503.691"],["14884.636","17434.649"],["14890.278","17427.745"],["14895.866","17494.489"],["14916.096","17522.879"],["14892.889","17503.424"],["14907.412","17522.301"],["14946.701","17470.656"],["14903.151","17516.524"],["14905.494","17468.647"],["14896.119","17481.876"],["14903.395","17549.307"],["14909.595","17542.948"],["14891.148","17518.280"],["15017.103","17459.366"],["15020.459","17463.809"],["14943.148","17469.583"],["14968.519","17423.777"],["14979.983","17424.289"],["14973.371","17452.646"],["14954.144","17450.268"],["15008.425","17461.175"],["14982.504","17467.220"],["14996.928","17443.966"],["14887.300","17423.224"],["14899.076","17418.930"],["14984.217","17489.673"],["14902.578","17452.032"],["14949.196","17452.275"],["14974.188","17469.307"],["14954.994","17481.760"],["14897.434","17481.859"],["14896.015","17454.047"],["14889.370","17447.672"],["14990.930","17526.393"],["14965.091","17523.768"],["14990.798","17523.966"],["14950.747","17473.679"],["15080.732","17585.080"],["15076.466","17606.269"],["15056.435","17568.525"],["15043.655","17571.746"],["15031.484","17571.729"],["15067.997","17547.980"],["15049.950","17593.477"],["15046.101","17598.729"],["14981.571","17411.989"],["15054.019","17519.224"],["15036.025","17504.625"],["15057.144","17525.516"],["14945.222","17565.549"],["14964.305","17586.171"],["14976.739","17565.940"],["14983.614","17587.839"],["15000.506","17595.387"],["14974.783","17603.082"],["15029.498","17614.166"],["15036.323","17609.938"],["15020.304","17607.956"],["14903.750","17481.331"],["15026.241","17523.830"],["15024.383","17532.534"],["15027.771","17515.556"],["14904.175","17512.697"],["14901.000","17501.797"],["14394.931","15505.137"],["14393.369","15441.124"],["14401.592","15467.466"],["14439.064","15496.235"],["14345.003","15447.206"],["14296.681","15408.709"],["14319.082","15381.393"],["14288.128","15387.487"],["14291.681","15424.168"],["14343.227","15381.723"],["14327.213","15346.458"],["14328.217","15342.659"],["14266.807","15313.763"],["14274.143","15304.878"],["14276.626","15308.115"],["14295.278","15323.261"],["14284.258","15318.868"],["14291.923","15312.939"],["14268.654","15328.901"],["14265.217","15337.538"],["14261.072","15331.494"],["14261.312","15360.879"],["14278.203","15372.192"],["14258.467","15366.180"],["14327.279","15356.747"],["3291.111","8167.827"],["3291.243","8167.034"],["3287.618","8260.686"],["3276.022","8285.129"],["3258.546","8290.252"],["3299.747","8312.168"],["3238.883","8214.934"],["3298.556","8286.300"],["6477.474","7451.638"],["6594.364","7470.035"],["6653.199","7425.402"],["6639.285","7403.321"],["6604.896","7436.633"],["6597.412","7441.555"],["6665.251","7441.311"],["6602.932","7473.323"],["6645.695","7465.874"],["14742.102","13969.422"],["14810.581","13946.063"],["14812.100","13825.242"],["14768.287","13982.370"],["14735.491","13839.486"],["14828.843","13830.890"],["14859.440","13825.387"],["14853.552","13829.119"],["14861.414","13830.226"],["14742.875","13833.557"],["14786.188","13848.569"],["14810.415","13874.713"],["14800.481","13857.008"],["14835.365","13840.626"],["14845.595","13875.820"],["14847.453","13878.264"],["14737.512","13926.971"],["14740.225","13908.788"],["14737.446","13904.692"],["14755.571","13921.158"],["14758.186","13931.827"],["14814.891","14002.717"],["14749.422","13964.120"],["14738.648","13961.032"],["14755.222","13978.993"],["14740.320","14014.385"],["14769.087","13985.005"],["14729.185","13989.282"],["14765.587","14006.682"],["14773.087","14026.534"],["14819.322","14009.701"],["14816.641","14017.380"],["14852.002","14020.419"],["14857.282","14008.743"],["14827.522","13914.040"],["14825.351","13914.684"],["14784.532","13974.144"],["14779.466","13986.811"],["14770.338","13958.901"],["14775.075","13968.331"],["14794.733","13947.052"],["14795.917","13948.076"],["14797.365","13947.266"],["14798.385","13948.621"],["14779.898","13944.839"],["14807.949","13925.683"],["14838.574","13920.728"],["14827.562","14016.439"],["14829.072","13954.305"],["14865.125","13938.864"],["14842.608","13942.084"],["14846.737","13958.946"],["14867.915","13988.027"],["14875.481","13977.738"],["14876.287","13999.440"],["14872.783","13970.719"],["14874.475","13914.421"],["14869.262","13926.098"],["14872.144","13907.950"],["14880.269","13907.619"],["14869.233","13902.450"],["14882.769","13902.417"],["14881.306","13874.853"],["14865.499","13867.432"],["14867.473","13854.979"],["14850.187","13883.600"],["14836.483","13876.481"],["14820.003","13844.276"],["14821.830","13880.064"],["14784.017","13856.876"],["14776.597","13864.175"],["14765.511","13860.773"],["14778.373","13837.966"],["14774.226","13821.223"],["14771.956","13822.560"],["14793.905","13817.119"],["14816.508","13980.375"],["14821.607","13984.851"],["14836.377","14008.963"],["14849.650","13972.382"],["14840.291","13979.417"],["11589.780","15956.226"],["11594.797","15952.295"],["11613.777","15932.328"],["11596.572","16068.158"],["11573.348","16067.085"],["11592.986","16058.216"],["11535.185","16029.903"],["11528.178","16019.515"],["11557.899","16034.528"],["11608.762","15946.630"],["11598.317","15977.579"],["11601.015","15969.520"],["18672.889","9212.193"],["18695.257","9170.422"],["18689.123","9197.986"],["24368.131","7846.005"],["24491.969","7746.633"],["24381.865","7853.651"],["24398.736","7880.736"],["24359.628","7844.287"],["24369.486","7847.294"],["24494.754","7840.968"],["24525.544","7813.768"],["24498.258","7817.863"],["24521.514","7840.209"],["24544.929","7819.624"],["24384.147","7888.449"],["24480.058","7723.073"],["24530.518","7769.122"],["24387.946","7876.756"],["24407.305","7889.027"],["24364.615","7878.195"],["24498.429","7767.767"],["24518.215","7751.847"],["24503.336","7744.640"],["24477.182","7718.656"],["24490.301","7742.866"],["24490.844","7809.839"],["24489.349","7809.552"],["24519.557","7863.043"],["24494.129","7871.565"],["24527.698","7858.287"],["24521.515","7878.619"],["24516.680","7891.468"],["24484.591","7882.616"],["24447.479","7886.859"],["24447.397","7878.651"],["24439.371","7881.888"],["24452.149","7873.578"],["24462.791","7864.313"],["24481.662","7874.421"],["24470.017","7867.237"],["24412.055","7872.407"],["24416.495","7868.797"],["24409.932","7875.915"],["24449.500","7852.929"],["24452.823","7849.362"],["24434.020","7840.674"],["24428.790","7837.255"],["24453.086","7844.291"],["24454.807","7825.235"],["24440.350","7814.286"],["24464.550","7839.717"],["24406.901","7782.031"],["15062.511","19509.776"],["15012.149","19493.145"],["14946.755","19520.874"],["14996.212","19510.437"],["14946.574","19515.210"],["14946.837","19469.958"],["14931.376","19463.963"],["14983.153","19437.835"],["14923.381","19379.684"],["14912.822","19333.854"],["14961.079","19374.151"],["14360.640","13186.679"],["14256.173","13327.088"],["14278.670","13375.337"],["14295.045","13264.785"],["14273.991","13272.997"],["14268.983","13381.233"],["14303.290","13294.914"],["14274.836","13285.731"],["19579.820","11042.825"],["19572.632","11021.455"],["19578.701","11012.685"],["19566.695","11014.700"],["19544.809","10989.478"],["19550.329","10980.002"],["19568.043","10972.190"],["19550.297","11013.214"],["19656.890","11043.728"],["19647.631","11063.315"],["19672.335","11062.935"],["13569.676","12609.229"],["13440.710","12626.495"],["13416.022","12623.044"],["13587.629","12673.344"],["13612.398","12633.939"],["13526.458","12743.871"],["13499.263","12606.136"],["13612.024","12742.561"],["13548.164","12560.093"],["13550.664","12559.234"],["13613.898","12549.172"],["13604.770","12556.984"],["13611.974","12563.821"],["13536.777","12632.985"],["13500.478","12621.077"],["13505.050","12630.640"],["13443.605","12590.610"],["13461.336","12595.928"],["13512.997","12570.374"],["13546.731","12560.961"],["13421.542","12592.860"],["13443.187","12601.316"],["13432.365","12604.372"],["13434.691","12553.159"],["13426.352","12553.472"],["16163.206","12968.890"],["16212.633","12967.119"],["16155.014","12913.277"],["16164.014","12761.133"],["16169.270","12811.418"],["16157.362","12814.523"],["16163.349","12816.555"],["16175.026","12781.658"],["16184.042","12810.210"],["16209.470","12798.616"],["16202.595","12802.728"],["16209.569","12822.992"],["16188.352","12822.398"],["16190.639","12831.929"],["16209.619","12837.775"],["16208.978","12840.038"],["16233.974","12960.267"],["16228.414","12963.355"],["16173.805","12903.599"],["16233.510","12765.354"],["16258.592","12821.862"],["16256.988","12831.708"],["16255.672","12845.217"],["16270.935","12817.273"],["16243.649","12843.219"],["16263.430","12762.836"],["16225.584","12793.521"],["16257.969","12783.563"],["16249.581","12778.245"],["16262.739","12773.670"],["16215.050","12966.706"],["16189.948","12928.440"],["16196.543","12945.203"],["16174.734","12916.383"],["16178.715","12946.871"],["16170.737","12939.749"],["16164.635","12948.122"],["16159.701","12963.828"],["16156.510","12941.879"],["16166.603","12959.032"],["16188.247","12965.886"],["16204.218","12968.364"],["16190.435","12963.013"],["16349.839","12783.712"],["16353.654","12833.003"],["16341.747","12816.075"],["16327.372","12829.337"],["16331.429","12887.055"],["16302.975","12871.861"],["16331.462","12856.667"],["16258.866","12886.461"],["16259.145","12930.293"],["16210.905","12926.101"],["16220.822","12865.655"],["16216.414","12873.203"],["9920.441","12076.329"],["10027.160","12052.100"],["11998.842","15887.539"],["13817.491","12169.467"],["13811.580","12164.282"],["27601.477","16625.853"],["27538.603","16586.756"],["27515.955","16600.100"],["27658.413","16622.060"],["27662.554","16696.405"],["27615.965","16621.967"],["27630.143","16606.955"],["27672.223","16700.850"],["27714.922","16736.388"],["27708.359","16749.072"],["27627.682","16687.819"],["27661.028","16633.076"],["27582.934","16704.034"],["27561.026","16686.478"],["27677.372","16707.489"],["27681.379","16717.539"],["27700.013","16738.960"],["27587.057","16618.350"],["27590.971","16641.521"],["15358.984","14037.612"],["15348.617","14063.101"],["15353.469","14055.091"],["15472.085","14171.464"],["15368.951","14034.705"],["15329.983","14056.495"],["15362.943","14069.922"],["15506.294","14195.578"],["15356.331","14086.602"],["15374.400","14050.020"],["15374.186","14074.941"],["15429.725","14106.483"],["15506.994","14070.215"],["15404.351","14079.780"],["15403.002","14066.370"],["15370.699","14085.709"],["15429.635","14187.599"],["15477.918","14033.579"],["15309.000","14081.002"],["10750.837","8098.721"],["20465.326","14432.424"],["27683.434","10423.221"],["27713.769","10304.480"],["27714.335","10323.835"],["27681.888","10322.420"],["27674.369","10354.817"],["13779.205","14855.972"],["14666.501","13194.177"],["15240.656","13870.776"],["15184.679","14025.962"],["15158.195","13853.812"],["15111.102","13938.493"],["15173.346","13885.977"],["15148.393","13852.078"],["15129.261","13977.817"],["15301.104","13867.904"],["15236.922","13888.712"],["15226.577","13912.171"],["15246.183","13918.496"],["15121.761","13962.062"],["15132.416","13842.522"],["15295.906","13892.561"],["15189.564","14026.573"],["15152.614","14015.825"],["15131.642","14000.187"],["15298.901","13894.313"],["15298.921","13848.354"],["15253.901","13949.502"],["15146.731","13853.779"],["15100.692","13980.278"],["15253.999","13952.491"],["15254.970","13951.483"],["15114.759","14017.936"],["15120.730","14017.094"],["15170.540","13912.578"],["15235.480","13931.582"],["15184.455","13932.297"],["15207.006","13976.262"],["15213.059","13981.977"],["15233.964","13978.773"],["15203.766","13993.058"],["15123.743","13919.938"],["15200.162","13857.465"],["15185.028","13836.641"],["15132.819","13864.209"],["15148.660","13909.120"],["15127.920","13914.884"],["15138.764","13825.406"],["15156.248","13832.062"],["15140.853","13819.081"],["15151.675","13845.935"],["15165.294","13933.272"],["15201.138","13946.791"],["15185.314","13952.870"],["15193.455","13936.619"],["15180.721","13909.440"],["15153.237","13967.141"],["15151.760","13926.405"],["15122.111","14016.797"],["15123.207","13945.397"],["15117.008","13981.566"],["15163.721","13968.022"],["15168.524","13942.407"],["15172.800","13958.724"],["15188.488","14008.401"],["15194.359","13981.300"],["15169.540","13983.959"],["15197.731","13991.027"],["15185.428","13991.572"],["15160.030","13972.129"],["15156.855","13960.172"],["15155.046","13940.287"],["15153.335","13969.850"],["15139.898","13972.904"],["15131.954","13998.172"],["15096.959","13963.928"],["15104.819","13945.562"],["15146.735","13992.192"],["15123.348","13900.136"],["15134.285","13900.004"],["15152.638","13844.473"],["15119.250","13882.359"],["15209.305","13919.373"],["15221.295","13927.846"],["15235.555","13897.147"],["15247.877","13890.486"],["15215.558","13925.945"],["15200.736","13865.867"],["15211.295","13883.439"],["15219.486","13897.692"],["15232.989","13863.555"],["15106.094","13901.735"],["15122.926","13859.075"],["5354.185","18018.376"],["5319.408","18003.964"],["5296.762","17977.973"],["5225.442","17889.500"],["5212.613","17887.386"],["5243.454","17932.590"],["5226.793","17920.798"],["5266.249","17947.519"],["5265.509","17959.112"],["5266.176","17863.058"],["5282.673","17866.097"],["23891.388","7950.775"],["23928.523","7956.706"],["23929.937","7954.790"],["23865.963","7951.000"],["23887.657","7931.809"],["23887.740","7948.292"],["23870.355","7939.720"],["23904.275","7918.132"],["23884.884","7909.346"],["23890.410","7915.242"],["23893.338","7912.418"],["23850.457","7907.913"],["23847.300","7909.647"],["23864.907","7933.615"],["23863.131","7921.790"],["23856.865","7936.868"],["15076.580","14591.580"],["15079.113","14595.609"],["15084.202","14610.106"],["15083.620","14590.341"],["15078.347","14625.085"],["15062.084","14660.475"],["15071.541","14657.618"],["15092.179","14606.605"],["15086.284","14605.634"],["14918.182","14593.623"],["14886.376","14517.089"],["14886.899","14621.104"],["14894.991","14621.946"],["14991.503","14567.355"],["14934.454","14622.358"],["14941.559","14621.846"],["14928.204","14615.290"],["14948.549","14614.844"],["14921.181","14630.517"],["15075.697","14545.545"],["15018.559","14540.326"],["15076.700","14564.125"],["15048.904","14559.286"],["15013.147","14533.489"],["15066.146","14505.914"],["15014.490","14460.527"],["14988.092","14497.851"],["15004.786","14488.372"],["14975.313","14451.510"],["14990.559","14463.417"],["14986.733","14528.858"],["15000.401","14571.517"],["14977.852","14525.407"],["14979.595","14577.446"],["14951.891","14560.214"],["14965.345","14543.270"],["14940.838","14528.522"],["14907.187","14545.053"],["14916.341","14643.685"],["14905.551","14643.157"],["14906.949","14639.259"],["14901.851","14653.776"],["22530.599","15507.852"],["22508.529","15677.177"],["6235.227","16997.505"],["18856.570","13525.822"],["18859.514","13540.785"],["18818.823","13524.887"],["18798.475","13432.277"],["18870.569","13574.049"],["18879.503","13554.532"],["27747.389","10819.938"],["27738.296","10811.297"],["27730.460","10832.820"],["27735.470","10854.795"],["32213.292","11680.269"],["32221.894","11674.968"],["32177.619","11525.132"],["32232.027","11506.238"],["32180.744","11557.089"],["32240.884","11566.536"],["32265.045","11598.377"],["32245.999","11593.340"],["27812.836","16964.182"],["15117.726","15570.411"],["15120.786","15552.030"],["15132.085","15559.148"],["15141.444","15553.648"],["15151.378","15565.490"],["15142.338","15619.239"],["15138.144","15588.736"],["15155.101","15584.755"],["15144.640","15612.369"],["15167.025","15589.661"],["15095.891","15595.367"],["15188.812","15615.126"],["15204.059","15627.050"],["15186.526","15625.069"],["15178.664","15627.331"],["15178.681","15606.142"],["15233.999","15624.995"],["15254.180","15666.547"],["15225.332","15647.836"],["15226.417","15658.554"],["15247.815","15636.044"],["15275.480","15606.758"],["15279.542","15618.501"],["15264.394","15594.504"],["15278.950","15619.360"],["15277.272","15625.718"],["15298.156","15607.835"],["15290.941","15549.155"],["15130.870","15658.602"],["15284.066","15545.637"],["15206.638","15549.491"],["15218.201","15560.094"],["15230.520","15548.021"],["15224.286","15548.269"],["15288.885","15548.032"],["15188.680","15548.170"],["15182.315","15576.180"],["15208.615","15562.489"],["15208.088","15567.394"],["15187.266","15546.386"],["15136.742","15625.010"],["15237.389","15522.659"],["15135.344","15663.062"],["15146.709","15645.985"],["15125.015","15652.954"],["15188.529","15675.144"],["15174.664","15638.332"],["15160.009","15641.866"],["15180.091","15656.152"],["15185.618","15671.296"],["15100.759","15620.878"],["15097.469","15614.074"],["15180.496","15525.181"],["15110.162","15660.204"],["15107.958","15649.089"],["15153.694","15678.420"],["15199.086","15678.600"],["15188.659","15673.761"],["15238.440","15703.521"],["15246.417","15714.041"],["15256.809","15710.499"],["15278.310","15666.137"],["15278.359","15661.315"],["15287.714","15676.516"],["15290.017","15677.523"],["15273.670","15715.393"],["15275.298","15704.575"],["15271.005","15694.881"],["15272.781","15711.561"],["15142.550","15674.285"],["15135.494","15676.069"],["15151.892","15690.702"],["15128.586","15684.062"],["5627.532","7897.739"],["5628.181","7985.717"],["5643.205","7983.010"],["5663.636","7981.201"],["5623.389","8019.556"],["5672.845","8026.402"],["5653.585","8025.527"],["5675.923","8002.504"],["11842.906","16769.033"],["11879.631","16704.076"],["11848.578","16706.075"],["11882.857","16625.528"],["11869.337","16635.322"],["11728.732","16673.610"],["11740.542","16646.591"],["11743.601","16644.873"],["11925.264","16582.483"],["11773.459","16696.512"],["11819.119","16658.642"],["11797.858","16661.209"],["11925.924","16634.351"],["11781.476","16710.275"],["11835.922","16652.713"],["11766.047","16773.252"],["11897.265","16632.662"],["11889.396","16636.966"],["11852.985","16772.820"],["11805.748","16774.544"],["27931.590","11633.442"],["27798.799","11550.582"],["27741.332","11533.359"],["27743.591","11544.340"],["16129.728","14798.233"],["17259.158","16225.309"],["17237.932","16313.811"],["17318.499","16199.557"],["17328.548","16198.808"],["17239.967","16142.759"],["17221.971","16205.771"],["17281.072","16159.452"],["17247.185","16161.952"],["17230.761","16226.812"],["17222.786","16157.529"],["17203.359","16185.779"],["17316.383","16209.491"],["17215.407","16317.498"],["17240.810","16322.647"],["17257.080","16144.429"],["17280.711","16177.989"],["17313.413","16185.383"],["17317.370","16182.837"],["17197.054","16328.842"],["17250.928","16147.005"],["17359.475","16204.287"],["17333.648","16184.991"],["17307.626","16182.038"],["23913.434","8074.816"],["23918.785","8069.966"],["23924.394","8062.617"],["23914.179","8094.616"],["23933.869","8065.679"],["23934.889","8073.639"],["23920.928","8096.532"],["23922.474","8098.646"],["23928.539","7938.638"],["23930.184","7934.889"],["23922.717","7919.659"],["23925.710","7907.752"],["23921.779","7915.316"],["23924.954","7912.459"],["23898.039","8020.639"],["5290.349","18914.699"],["5301.829","18911.841"],["27341.271","16517.927"],["27335.525","16502.770"],["27339.736","16515.454"],["27343.337","16532.774"],["26823.118","16349.079"],["26830.470","16334.925"],["26807.225","16325.337"],["26808.277","16320.828"],["26792.087","16348.635"],["26763.108","16326.395"],["26750.443","16339.145"],["26730.720","16325.028"],["26724.914","16317.299"],["26825.263","16263.979"],["26777.332","16291.864"],["26789.734","16307.042"],["26712.872","16336.615"],["26725.077","16207.798"],["26691.607","16223.074"],["26803.336","16154.457"],["29463.771","11064.376"],["23979.591","7322.795"],["23955.598","7371.621"],["24096.700","7468.891"],["24082.573","7418.076"],["24101.224","7431.024"],["23988.779","7343.827"],["23982.281","7326.558"],["24114.501","7444.574"],["23962.529","7368.765"],["23950.752","7367.329"],["24145.581","7423.178"],["24135.255","7452.352"],["23960.348","7366.354"],["23983.447","7325.074"],["24110.539","7408.695"],["23944.371","7314.829"],["24101.993","7402.489"],["24082.191","7396.560"],["24109.944","7407.263"],["23937.477","7370.565"],["24072.289","7385.724"],["24080.941","7386.368"],["24075.450","7383.693"],["23941.310","7410.267"],["23953.826","7371.390"],["24045.639","7381.469"],["23996.759","7338.673"],["24048.050","7424.079"],["24057.589","7382.572"],["24044.481","7431.941"],["24042.044","7457.432"],["24081.587","7462.642"],["24077.215","7448.120"],["23992.620","7395.227"],["24009.862","7397.244"],["23994.923","7389.876"],["19903.515","10719.432"],["19913.793","10764.590"],["19918.666","10761.312"],["19918.889","10706.889"],["19923.564","10752.693"],["19926.772","10752.019"],["19900.540","10813.277"],["19922.645","10833.376"],["19864.177","10787.549"],["19875.591","10806.426"],["19888.239","10785.402"],["19863.601","10782.297"],["19752.083","10792.931"],["19739.668","10800.976"],["19768.086","10766.308"],["19751.873","10801.531"],["19732.810","10720.101"],["19725.573","10746.410"],["19915.308","10676.783"],["13390.670","12721.495"],["13382.150","12713.864"],["14422.817","16352.881"],["14308.225","16468.278"],["14287.436","16439.267"],["14272.345","16472.067"],["14307.341","16499.801"],["14287.651","16508.397"],["13890.106","13610.212"],["14038.066","13702.583"],["13923.614","13675.770"],["14011.309","13768.468"],["5656.060","7413.272"],["5660.172","7398.111"],["5655.073","7420.209"],["5733.883","7437.726"],["5733.011","7409.039"],["5729.014","7438.568"],["5692.003","7342.958"],["5717.974","7349.052"],["5728.385","7336.914"],["5673.730","7333.825"],["5699.355","7360.349"],["5760.945","7473.581"],["5764.152","7445.307"],["5790.122","7435.514"],["5826.920","7381.284"],["5806.674","7431.176"],["5793.113","7472.888"],["5691.407","7473.596"],["5819.949","7473.685"],["5800.467","7365.396"],["5819.133","7372.387"],["5703.012","7319.974"],["5697.064","7307.528"],["5724.761","7391.015"],["5652.690","7378.921"],["5670.872","7396.125"],["13231.092","14027.798"],["13257.280","14182.776"],["13308.756","14373.354"],["13299.299","14370.497"],["13311.733","14415.881"],["13329.792","14398.886"],["13361.980","14422.156"],["13338.197","14400.951"],["13394.513","14410.447"],["13326.322","14439.200"],["13361.717","14436.607"],["13362.408","14411.091"],["13406.472","14320.946"],["13390.149","14386.133"],["13300.159","14267.625"],["13370.717","14239.240"],["14876.241","13149.315"],["14870.252","13178.859"],["31507.442","10630.608"],["2705.160","11062.076"],["2718.335","11029.444"],["2699.979","11042.639"],["2747.702","10947.976"],["2698.972","11022.024"],["15942.983","13862.403"],["16003.926","13906.565"],["15940.335","13866.136"],["15958.523","13896.359"],["15973.602","13880.499"],["16010.042","13930.064"],["16058.728","13915.224"],["16075.751","13924.687"],["15985.395","13883.719"],["16031.440","13933.978"],["16005.470","13922.219"],["15995.921","13867.518"],["16082.198","13914.893"],["15951.246","13876.590"],["16047.649","14027.051"],["16019.443","14020.279"],["16040.085","14026.307"],["15937.935","14003.334"],["15935.847","13983.318"],["15947.886","14002.971"],["15432.328","11996.177"],["15314.102","12066.879"],["15326.286","12102.213"],["15338.079","12110.520"],["15363.589","12112.205"],["15328.951","12099.852"],["15362.997","12122.882"],["15385.562","12123.807"],["15375.941","12103.989"],["15400.529","12118.192"],["15312.137","12038.659"],["15313.596","12020.143"],["15401.715","11988.696"],["15401.023","11974.959"],["15409.736","11968.759"],["15390.391","11952.908"],["15430.612","11950.629"],["15407.075","12009.128"],["15410.931","12032.809"],["15511.928","12018.233"],["15503.091","11973.718"],["15485.613","11995.393"],["15505.371","12032.487"],["15483.523","12089.623"],["15451.142","12098.103"],["15482.571","12064.593"],["15402.431","12048.418"],["15396.628","12051.165"],["15380.667","12041.248"],["15430.863","12074.857"],["15436.172","12089.723"],["16394.191","17245.596"],["16393.418","17246.026"],["16403.879","17240.344"],["16396.082","17257.834"],["9583.303","11964.444"],["9412.536","11930.972"],["9501.270","11918.479"],["9482.341","11940.951"],["9578.028","11956.649"],["9535.003","11989.450"],["9552.045","12011.556"],["9517.011","11973.668"],["9470.862","11970.249"],["9473.988","12030.985"],["9437.903","12007.428"],["2543.998","11046.381"],["2480.810","10991.440"],["2463.358","10986.304"],["2507.791","11019.584"],["2526.130","11037.685"],["2608.756","11061.199"],["2634.134","11025.457"],["2505.647","11005.729"],["2535.796","10970.668"],["2526.068","10978.276"],["2506.174","10981.136"],["2549.269","10937.415"],["2573.432","10939.088"],["2561.949","10985.822"],["2666.004","10989.920"],["2631.189","11027.617"],["2646.870","10993.108"],["2641.371","11004.803"],["2633.442","10938.339"],["14091.977","12771.667"],["14092.848","12759.396"],["14113.373","12786.272"],["14134.710","12931.800"],["14136.827","12781.615"],["14131.713","12946.321"],["14150.063","12912.410"],["14238.637","12823.497"],["14215.660","12843.398"],["14237.265","12912.330"],["14211.048","12842.206"],["14219.880","12841.215"],["13830.807","15328.636"],["13833.315","15464.378"],["13842.971","15450.232"],["13848.750","15385.943"],["13864.832","15382.776"],["13870.502","15351.299"],["13879.041","15318.964"],["13878.089","15318.981"],["13884.778","15299.420"],["27865.638","10225.962"],["27796.354","10249.569"],["27777.725","10304.513"],["27754.774","10308.054"],["27746.998","10380.302"],["27907.674","10228.211"],["5882.783","16600.184"],["16779.412","14439.769"],["16801.123","14423.204"],["16781.731","14411.148"],["16827.860","14394.082"],["16852.021","14408.236"],["16843.238","14369.507"],["16863.308","14363.690"],["16850.745","14294.864"],["16867.094","14314.368"],["16870.499","14300.198"],["16826.156","14306.981"],["16826.814","14285.148"],["16821.205","14278.905"],["16800.432","14276.362"],["16817.669","14278.657"],["16783.508","14283.482"],["16787.455","14261.104"],["16826.308","14333.383"],["16866.497","14410.652"],["16898.800","14419.834"],["16880.297","14406.143"],["16870.428","14416.614"],["16898.460","14391.700"],["16903.937","14384.648"],["16879.710","14385.375"],["16876.245","14401.910"],["16835.341","14401.828"],["16868.959","14365.907"],["16849.521","14333.555"],["16847.202","14321.251"],["16828.847","14354.265"],["16894.706","14314.271"],["16871.581","14337.475"],["16908.308","14325.006"],["16819.722","14313.290"],["16799.213","14340.557"],["16785.397","14331.374"],["7797.488","15670.786"],["7749.449","15688.729"],["7815.001","15631.035"],["7801.324","15676.156"],["7788.133","15672.374"],["7794.728","15692.839"],["7832.214","15681.405"],["20765.787","11526.765"],["20735.942","11556.990"],["20688.328","11517.642"],["20684.421","11601.770"],["20719.640","11600.598"],["20769.076","11639.794"],["20715.553","11650.028"],["13976.417","12448.075"],["13967.273","12469.082"],["14035.875","12489.512"],["14019.088","12342.115"],["13991.522","12382.693"],["14036.914","12433.283"],["14022.111","12413.613"],["6615.425","7840.031"],["6650.170","7858.621"],["6519.191","7838.593"],["6542.346","7816.141"],["6564.053","7835.484"],["6603.236","7874.328"],["6601.178","7814.644"],["9807.551","13002.689"],["9788.185","13020.051"],["13239.750","12952.087"],["13287.381","12816.976"],["13345.551","12777.613"],["13335.444","12795.703"],["13364.901","12797.437"],["13354.312","12784.301"],["13301.320","12938.384"],["14209.823","14179.007"],["14076.908","14219.681"],["14079.590","14159.572"],["14095.626","14096.649"],["14198.924","14081.606"],["14239.902","14202.575"],["14195.252","14028.416"],["24217.245","8180.268"],["24208.232","8173.233"],["24219.268","8175.661"],["24226.094","8174.125"],["24233.725","8171.168"],["31811.980","10874.784"],["31824.916","10972.017"],["31815.689","10928.169"],["31828.452","10916.625"],["31757.492","10921.035"],["31731.199","11003.362"],["31783.843","10991.986"],["31806.408","11040.541"],["31763.612","11006.998"],["31805.405","10896.964"],["31780.915","10912.984"],["31778.481","10885.651"],["31897.146","10970.683"],["31862.673","10952.649"],["31857.130","10927.017"],["13618.298","14438.228"],["13614.358","14423.665"],["13618.516","14405.016"],["14965.739","17007.079"],["14935.722","17022.603"],["14921.972","17005.561"],["14896.311","17003.426"],["14889.371","17015.780"],["14921.031","17081.253"],["14943.267","17084.837"],["14923.938","17115.514"],["14921.671","17052.097"],["14939.858","17043.665"],["14958.021","17076.530"],["14942.873","17075.242"],["14928.230","17052.815"],["14926.355","17034.153"],["14894.099","17124.922"],["14909.145","17092.217"],["14901.333","17063.150"],["14910.757","17094.463"],["14888.860","17045.635"],["14883.705","17117.936"],["14894.984","17082.720"],["14981.878","17180.775"],["14907.523","17129.440"],["14909.974","17129.374"],["14914.332","17110.365"],["14950.418","17115.051"],["14908.601","17011.061"],["14904.423","17012.795"],["14975.029","16995.363"],["14991.378","16998.484"],["14987.760","17007.303"],["14930.566","17108.528"],["14951.981","17121.971"],["14952.440","17069.648"],["14948.444","17061.308"],["14953.774","17184.898"],["14972.129","17185.757"],["14886.489","17195.465"],["14927.603","17152.876"],["14945.119","17186.832"],["14944.478","17187.971"],["14954.264","17174.710"],["14924.078","17114.778"],["14930.361","17155.835"],["14916.561","17124.985"],["14946.446","17149.394"],["14952.849","17160.969"],["14965.793","17127.427"],["14981.501","17138.443"],["14986.928","17157.799"],["14893.425","17097.460"],["7372.655","15662.279"],["7364.076","15639.262"],["7359.864","15631.472"],["7306.543","15663.908"],["7324.504","15682.405"],["7327.656","15672.269"],["7312.607","15644.573"],["16256.776","14891.658"],["16282.829","14906.340"],["16305.013","15072.629"],["16330.325","15068.632"],["16324.207","15060.077"],["16333.138","15065.247"],["16177.352","14918.567"],["16182.467","14910.590"],["16185.049","14946.627"],["16282.119","15020.884"],["16256.839","15006.730"],["16297.744","14988.365"],["16294.980","15013.568"],["16291.625","15017.762"],["16261.914","15073.482"],["16237.325","15080.881"],["16254.315","15082.978"],["16237.983","15082.433"],["16233.211","15048.975"],["16223.819","15061.874"],["16236.665","15066.944"],["16216.944","15073.550"],["16216.204","15064.715"],["16274.647","14946.239"],["16265.930","14977.551"],["16227.558","14963.348"],["16222.772","14944.339"],["16239.482","14969.195"],["12586.534","12215.313"],["12610.982","12190.766"],["12703.350","12177.008"],["12690.094","12148.965"],["12587.873","12148.685"],["12719.452","12124.787"],["12606.837","12228.932"],["12691.146","12140.923"],["12593.054","12199.337"],["12751.311","12179.585"],["12709.238","12179.981"],["12686.064","12207.017"],["12595.505","12180.856"],["12599.156","12223.598"],["12585.099","12138.515"],["16487.932","15177.230"],["16491.567","15171.004"],["16552.087","15135.565"],["16493.475","15179.510"],["16489.429","15176.586"],["16561.775","15136.556"],["16498.733","15162.307"],["16509.128","15153.670"],["16524.844","15165.034"],["16519.515","15155.290"],["16505.732","15167.677"],["16492.368","15165.198"],["16509.926","15176.331"],["16520.321","15159.931"],["16391.155","15186.841"],["16373.935","15192.985"],["16415.037","15212.258"],["16370.166","15260.155"],["16359.672","15250.395"],["16391.234","15277.383"],["16399.639","15270.562"],["16432.468","15272.577"],["16449.935","15266.500"],["16561.597","15289.973"],["16511.472","15260.305"],["16498.659","15243.311"],["16519.810","15233.038"],["16534.136","15219.529"],["16522.031","15233.269"],["16551.700","15103.275"],["16493.771","15177.445"],["16554.496","15108.939"],["16522.580","15133.489"],["16537.382","15156.033"],["16499.586","15198.114"],["16538.698","15136.545"],["16559.841","15121.342"],["16442.523","15105.503"],["16397.304","15116.957"],["16367.600","15163.315"],["16359.162","15183.514"],["16406.541","15186.313"],["16426.969","15190.492"],["16419.107","15162.432"],["16396.722","15185.702"],["16391.903","15184.332"],["16366.351","15228.294"],["16373.522","15209.764"],["16360.495","15233.959"],["16380.626","15248.132"],["16372.682","15257.183"],["16364.361","15232.275"],["16371.384","15217.477"],["16381.863","15265.088"],["16383.722","15271.793"],["16362.304","15263.673"],["16402.303","15255.727"],["16397.797","15260.533"],["16384.096","15265.900"],["16385.675","15260.632"],["16390.132","15248.328"],["16373.319","15106.724"],["16381.017","15105.353"],["16381.855","15109.961"],["16376.658","15114.370"],["16371.773","15112.008"],["15295.323","16172.281"],["15270.007","16190.286"],["15282.573","16189.609"],["15268.955","16169.151"],["15275.715","16166.707"],["15248.006","18301.899"],["15234.821","18329.582"],["15147.348","18334.842"],["15203.647","18401.035"],["15142.693","18323.992"],["15200.834","18371.374"],["15127.364","18376.626"],["15135.522","18444.289"],["15146.361","18358.063"],["15140.785","18436.494"],["15143.598","18376.758"],["14711.101","14380.070"],["14796.964","14432.724"],["14697.075","14307.689"],["14707.299","14268.541"],["14684.569","14280.961"],["14705.901","14279.887"],["14804.728","14394.524"],["14680.822","14398.848"],["14701.200","14391.713"],["14738.745","14285.546"],["14763.202","14279.270"],["14694.148","14296.641"],["14809.956","14261.127"],["14807.159","14311.664"],["14830.004","14314.478"],["14807.455","14305.625"],["14818.085","14343.751"],["14699.374","14392.902"],["14684.391","14389.599"],["14704.937","14288.565"],["14677.086","14401.046"],["14709.899","14426.463"],["14697.793","14443.226"],["14762.988","14286.025"],["14675.977","14261.287"],["14728.843","14278.775"],["14700.621","14282.282"],["14767.939","14292.565"],["14789.285","14268.068"],["14775.090","14238.819"],["14771.505","14245.194"],["14779.120","14257.415"],["14805.008","14265.508"],["14767.313","14317.870"],["14784.616","14310.768"],["14779.452","14315.624"],["14800.438","14344.179"],["14791.984","14318.019"],["14690.473","14255.544"],["14781.530","14407.262"],["14798.915","14396.675"],["14775.543","14416.031"],["14782.122","14397.171"],["14797.369","14398.459"],["16422.502","18342.778"],["16383.291","18408.906"],["16414.886","18326.395"],["16407.534","18420.053"],["16393.636","18301.986"],["16398.670","18259.817"],["16434.328","18261.815"],["16449.772","18271.956"],["16376.009","18432.297"],["16406.157","18438.226"],["16453.855","18408.465"],["16447.490","18385.691"],["16401.092","18366.120"],["16357.095","18397.004"],["16428.000","18353.436"],["16442.424","18426.368"],["16376.486","18357.598"],["16438.082","18447.854"],["16423.575","18342.602"],["16460.483","18344.221"],["16418.855","18375.583"],["16421.700","18311.223"],["31977.081","11539.033"],["31998.939","11531.370"],["32001.127","11530.660"],["32046.939","11516.153"],["32021.741","11500.249"],["32083.935","11555.510"],["32050.234","11605.056"],["32082.784","11558.896"],["32046.388","11646.838"],["31987.588","11611.792"],["32034.990","11589.397"],["32069.215","11599.699"],["32123.162","11638.659"],["32103.853","11625.628"],["5199.865","8619.952"],["5226.510","8627.648"],["5209.458","8592.152"],["5217.320","8578.444"],["5248.442","8556.933"],["5221.665","8575.942"],["5250.011","8708.851"],["5224.748","8674.945"],["5290.326","8659.203"],["5304.059","8681.680"],["5281.396","8696.497"],["5287.992","8699.139"],["5299.517","8592.183"],["5293.794","8559.714"],["5279.188","8619.252"],["5321.211","8597.947"],["5261.442","8591.110"],["16419.617","14233.143"],["16415.287","14195.108"],["16406.126","14226.817"],["16429.135","14218.394"],["16400.550","14208.733"],["16393.708","14189.856"],["16427.216","14237.997"],["16454.667","14226.023"],["16481.620","14227.713"],["16452.459","14233.857"],["16482.590","14234.369"],["16366.215","14204.174"],["16375.820","14205.017"],["16385.918","14211.590"],["16371.182","14189.823"],["16370.246","14183.880"],["16369.440","14150.833"],["16434.550","14165.619"],["16434.336","14172.060"],["16442.593","14133.926"],["16453.284","14159.178"],["16462.823","14145.057"],["16503.192","14163.581"],["16490.791","14147.924"],["16484.442","14154.431"],["16479.640","14148.040"],["16511.794","14161.764"],["16551.254","14151.755"],["16542.553","14185.347"],["16534.050","14191.243"],["16543.573","14182.209"],["16512.652","14170.483"],["16543.781","14233.705"],["16561.364","14236.463"],["16528.594","14076.104"],["16529.202","14074.800"],["16546.587","14071.100"],["16560.855","14113.324"],["16515.246","14131.957"],["16537.565","14109.546"],["16505.888","14146.804"],["16564.121","14179.754"],["16566.670","14202.958"],["14504.684","16735.528"],["14612.039","16570.541"],["14601.207","16584.966"],["14554.169","16577.154"],["14475.656","16752.019"],["14508.336","16763.328"],["15365.073","12785.057"],["15508.623","12919.064"],["15384.876","12795.825"],["15382.104","12847.890"],["15310.925","12845.310"],["15381.619","12783.207"],["15373.683","12866.140"],["15356.486","12888.417"],["15374.349","12797.443"],["15366.258","12893.938"],["15381.167","12879.881"],["15314.625","12883.100"],["15334.036","12886.254"],["15510.729","12946.578"],["15352.657","12904.243"],["15344.712","12857.360"],["15337.098","12843.682"],["15343.413","12847.071"],["15389.870","12859.831"],["15329.882","12899.980"],["15367.081","12890.436"],["15350.584","12909.082"],["15326.242","12850.041"],["15340.681","12887.558"],["15323.709","12842.576"],["15404.707","12884.890"],["15378.009","12875.768"],["15308.425","12838.324"],["15372.910","12849.955"],["15363.471","12939.968"],["15376.169","12913.401"],["15441.936","12924.073"],["15379.803","12908.034"],["15370.001","12921.477"],["15420.275","12897.988"],["15375.050","12934.717"],["15383.011","12934.452"],["15411.912","12774.597"],["15370.361","12952.528"],["15410.426","12945.410"],["15401.183","12948.829"],["15398.029","12887.730"],["15413.588","12887.482"],["15438.409","12910.616"],["15458.803","12926.536"],["15410.521","12951.481"],["15362.863","12925.072"],["15482.203","12854.154"],["15411.152","12927.951"],["15459.901","12859.373"],["15392.896","12928.001"],["15442.775","12930.118"],["15423.984","12967.788"],["15398.951","12779.766"],["15428.112","12964.765"],["15412.126","12965.162"],["15393.675","12777.369"],["15446.842","12966.829"],["15453.873","12764.819"],["15439.268","12760.376"],["15435.707","12948.199"],["15468.898","12959.991"],["15495.181","12886.779"],["15504.902","12860.338"],["15496.579","12891.288"],["15493.520","12883.426"],["15458.339","12957.151"],["15460.798","12827.327"],["15434.252","12831.488"],["15431.291","12844.833"],["15449.828","12826.088"],["15437.788","12848.664"],["15386.389","12807.526"],["15326.254","12760.637"],["15423.832","12821.303"],["15425.345","12792.896"],["15397.622","12790.614"],["15453.544","12761.879"],["15487.725","12806.365"],["15489.781","12804.234"],["15510.867","12786.216"],["15486.262","12794.490"],["15508.827","12783.821"],["15497.167","12759.634"],["15464.523","12871.561"],["15498.190","12851.297"],["15334.649","12767.140"],["15331.162","12769.898"],["15847.865","12119.489"],["15867.507","12118.048"],["13383.655","13336.531"],["5551.578","17403.140"],["5584.950","17394.817"],["12759.837","13857.644"],["12761.679","13989.155"],["12774.114","13948.114"],["12766.762","13950.179"],["12764.212","13986.149"],["9678.166","12302.428"],["9765.748","12297.335"],["13230.935","14489.812"],["13294.200","14511.554"],["13359.661","14551.933"],["13295.977","14507.128"],["13388.773","14505.592"],["13260.615","14532.313"],["13274.677","14499.762"],["13237.598","14613.818"],["13250.806","14537.781"],["13245.329","14594.726"],["13245.826","14498.263"],["13718.627","12731.841"],["13782.816","12754.234"],["13803.869","12733.392"],["13769.793","12710.619"],["13771.448","12686.440"],["6933.583","6064.422"],["6952.265","6073.501"],["6979.698","6049.431"],["6993.128","6165.420"],["6983.308","6134.584"],["6958.990","6096.796"],["6901.305","6092.813"],["6948.427","6057.310"],["6957.653","6045.181"],["6923.554","6113.506"],["16159.705","12740.455"],["16220.649","12735.165"],["16202.080","12750.738"],["16197.803","12744.727"],["16205.698","12758.038"],["16205.588","12567.210"],["16209.740","12557.794"],["16293.943","12558.034"],["16281.163","12552.650"],["16158.287","12709.620"],["16311.419","12641.144"],["16303.985","12618.303"],["16291.502","12621.571"],["16288.262","12623.503"],["16231.621","12629.432"],["16258.332","12596.253"],["16229.647","12621.505"],["16167.391","12620.085"],["16162.687","12585.882"],["16169.973","12588.541"],["16283.099","12727.296"],["16298.543","12723.811"],["16280.994","12713.241"],["16327.884","12671.099"],["16333.065","12665.137"],["16299.726","12653.015"],["16317.751","12712.688"],["16341.189","12691.383"],["16306.919","12575.672"],["16337.626","12601.981"],["6684.477","7415.949"],["6710.398","7448.930"],["18528.850","12115.382"],["18527.437","12099.068"],["18595.392","12118.913"],["18594.897","12103.272"],["18562.890","12093.973"],["16135.180","18244.254"],["16145.756","18110.596"],["16136.446","18159.696"],["16121.759","18253.255"],["16022.853","18192.760"],["15993.790","18132.678"],["15974.827","18182.768"],["15967.491","18231.290"],["16008.889","18157.104"],["15941.027","18158.788"],["15935.665","18134.180"],["15967.343","18195.485"],["15940.863","18140.258"],["16011.619","18143.792"],["15950.600","18211.340"],["15984.498","18226.815"],["15948.248","18207.062"],["15967.030","18163.049"],["14114.795","12196.548"],["14080.009","12237.341"],["14090.395","12284.368"],["14129.803","12298.241"],["14130.186","12157.207"],["14143.036","12169.919"],["14193.486","12180.243"],["14078.123","12151.468"],["14074.915","12139.164"],["14066.688","12143.454"],["14229.047","12247.336"],["14162.779","12245.216"],["14210.847","12136.495"],["14227.077","12150.363"],["14205.196","12167.454"],["16809.916","16461.934"],["16840.571","16426.415"],["16816.339","16471.898"],["16819.859","16474.309"],["16821.319","16479.165"],["16964.962","16386.855"],["16888.143","16418.676"],["16902.964","16556.660"],["16915.207","16373.129"],["16897.861","16554.665"],["16900.805","16432.930"],["16972.026","16354.430"],["16928.772","16362.603"],["16882.837","16426.795"],["16887.265","16398.849"],["16834.109","16409.708"],["16805.834","16541.760"],["16802.171","16534.982"],["16799.488","16469.020"],["16804.985","16447.116"],["16814.486","16406.427"],["16827.269","16378.197"],["16848.526","16401.557"],["16791.403","16497.384"],["16791.181","16481.721"],["14918.985","14033.787"],["14892.356","14088.387"],["26254.162","16171.118"],["26311.248","16209.978"],["26313.880","16202.976"],["18606.787","13380.741"],["18490.781","13320.344"],["18559.160","13390.782"],["18503.441","13377.774"],["18536.352","13347.073"],["19929.243","17322.923"],["19921.447","17323.997"],["19924.621","17304.955"],["19923.237","17286.541"],["19929.010","17259.555"],["12550.105","15531.218"],["12537.950","15548.328"],["12555.220","15523.406"],["12432.344","15541.768"],["12427.558","15546.574"],["12444.136","15538.052"],["12423.210","15628.383"],["12423.851","15600.488"],["12432.207","15623.593"],["12503.876","15627.604"],["12514.550","15613.979"],["12497.330","15621.048"],["12403.546","15595.715"],["12405.766","15579.199"],["12399.138","15612.081"],["12365.294","15677.030"],["12364.949","15716.518"],["12410.344","15714.199"],["12431.364","15696.164"],["12422.516","15697.667"],["12500.642","15652.958"],["12492.501","15659.085"],["12477.698","15683.148"],["5642.213","17429.815"],["14297.448","14774.046"],["14300.918","14785.144"],["14256.986","14710.650"],["14365.645","14697.218"],["14275.929","14812.098"],["14426.915","14688.285"],["14408.708","14682.356"],["14406.597","14828.448"],["14357.551","14810.727"],["14379.377","14817.383"],["14398.571","14813.237"],["14408.374","14800.289"],["14461.550","14835.601"],["14421.040","14868.450"],["14431.780","14863.165"],["14449.494","14863.380"],["15603.436","17155.116"],["15598.521","17154.455"],["28142.980","11281.182"],["28063.155","11282.727"],["28144.093","11304.480"],["14413.309","15282.681"],["14428.095","15283.094"],["14394.181","15281.393"],["14394.210","15240.361"],["14449.411","15106.511"],["14374.206","15249.740"],["14364.173","15250.532"],["14356.986","15251.573"],["14255.723","15246.001"],["14273.281","15247.941"],["14265.831","15235.686"],["14273.002","15250.187"],["14305.475","15254.253"],["14313.107","15246.490"],["14308.436","15238.662"],["14263.433","15295.231"],["14345.859","15263.414"],["14343.129","15259.054"],["14326.780","15241.515"],["14336.337","15227.723"],["14403.601","15256.810"],["14402.302","15264.176"],["14340.433","15283.707"],["14325.154","15271.915"],["14338.756","15276.671"],["14370.815","15231.725"],["14370.733","15230.850"],["14330.811","15227.756"],["14329.840","15228.896"],["14304.663","15235.192"],["14380.978","15253.927"],["14313.117","15227.099"],["14392.033","15285.902"],["14390.208","15285.192"],["14382.247","15263.375"],["14350.913","15234.435"],["14340.025","15242.148"],["14280.891","15140.767"],["14266.418","15128.281"],["14374.474","15274.211"],["14279.781","15230.739"],["14291.162","15234.141"],["14311.858","15141.249"],["14327.433","15130.795"],["14311.003","15138.029"],["14272.115","15232.022"],["14348.347","15230.868"],["14350.112","15125.590"],["14368.171","15135.846"],["14351.757","15131.073"],["14416.008","15244.265"],["14435.667","15257.521"],["14424.742","15241.936"],["14438.891","15258.248"],["14431.107","15246.478"],["14447.538","15172.556"],["14461.173","15166.974"],["14394.848","15144.731"],["14398.894","15164.450"],["14440.075","15249.809"],["14444.659","15173.262"],["14436.189","15165.037"],["14443.525","15177.044"],["14252.544","15292.539"],["14415.220","15159.404"],["14416.371","15156.018"],["14419.250","15158.347"],["14386.430","15140.955"],["14375.608","15147.511"],["14373.535","15144.819"],["14304.943","15230.749"],["14355.411","15275.796"],["14349.375","15271.701"],["18438.744","13740.520"],["18343.938","13723.872"],["18382.213","13681.259"],["18401.177","13695.694"],["18404.245","13726.427"],["18399.525","13755.956"],["18287.818","13706.125"],["18426.505","13696.889"],["18434.959","13724.436"],["18433.705","13734.246"],["18255.197","13664.026"],["18381.623","13756.479"],["18380.208","13765.662"],["18334.052","13795.766"],["18308.357","13809.013"],["18326.301","13792.943"],["18351.474","13627.916"],["18312.566","13639.804"],["18328.454","13652.719"],["18318.625","13732.173"],["18318.855","13769.431"],["9816.156","13610.999"],["9827.777","13605.437"],["9704.188","13727.908"],["9672.424","13743.327"],["9681.418","13734.486"],["9638.390","13692.663"],["9628.798","13685.052"],["9628.790","13613.392"],["9787.201","13772.152"],["9723.120","13712.030"],["9631.568","13680.922"],["19958.911","17258.886"],["19951.496","17306.738"],["19967.321","17285.055"],["19945.967","17246.516"],["19959.667","17242.156"],["19946.348","17317.737"],["19938.023","17260.199"],["19949.701","17278.795"],["19945.984","17282.610"],["8965.622","14810.743"],["8945.968","14804.963"],["8941.591","14791.131"],["8971.915","14800.473"],["8953.698","14816.558"],["8529.948","17212.303"],["8562.301","17255.797"],["14155.246","15254.648"],["14077.837","15252.404"],["14053.007","15232.316"],["14059.224","15239.269"],["14070.332","15265.532"],["14075.660","15269.561"],["14069.262","15284.722"],["14044.485","15266.113"],["14053.305","15267.735"],["14055.673","15268.743"],["14042.051","15252.455"],["14102.788","15270.362"],["14097.804","15276.010"],["14083.331","15275.878"],["14132.688","15279.096"],["14126.701","15258.155"],["14130.138","15267.552"],["18470.402","12993.246"],["18472.984","12989.265"],["18474.607","12988.679"],["18485.985","12978.064"],["18481.298","12985.876"],["6758.442","6085.910"],["6796.445","6022.375"],["6757.734","6012.493"],["6703.906","6016.407"],["6778.557","6020.487"],["6830.081","6063.246"],["6821.309","6032.615"],["6748.141","6073.812"],["6690.847","6081.630"],["6727.838","6056.481"],["6735.676","6060.232"],["6705.098","6073.487"],["6698.027","6045.763"],["6696.904","6037.009"],["6720.593","6072.472"],["6803.031","6149.152"],["6769.226","6123.048"],["6730.269","6004.796"],["6744.053","6031.964"],["6766.817","6037.206"],["6781.700","6067.383"],["6795.509","6027.652"],["16377.546","14406.597"],["16398.450","14395.350"],["16416.197","14402.749"],["16375.539","14428.612"],["16402.710","14407.175"],["16453.482","14422.637"],["16447.857","14430.019"],["16448.877","14441.877"],["16428.532","14438.293"],["24378.852","8057.039"],["24468.325","8028.402"],["24466.127","8030.971"],["24378.786","8081.333"],["24384.115","8050.895"],["24386.681","8074.826"],["24469.904","8011.821"],["24456.319","8009.773"],["24520.434","8028.776"],["24481.433","8034.016"],["24482.897","8008.698"],["24482.634","8010.003"],["24427.134","8023.853"],["24384.575","8051.308"],["22149.188","17136.160"],["22181.304","17162.357"],["17236.087","16707.614"],["14006.246","14679.946"],["14021.506","14716.597"],["14036.224","14805.716"],["14891.380","16490.435"],["14938.334","16475.542"],["14919.419","16474.469"],["15048.955","16410.000"],["15034.192","16375.158"],["15022.925","16358.362"],["15074.597","16427.985"],["15058.149","16397.168"],["14954.629","16440.515"],["15062.327","16390.909"],["14923.036","16429.118"],["14964.900","16434.759"],["14977.104","16427.525"],["14961.216","16455.932"],["15000.532","16408.282"],["15035.877","16392.708"],["15015.088","16425.738"],["15009.528","16417.894"],["15021.691","16533.998"],["15054.191","16528.465"],["15034.388","16519.465"],["15056.313","16556.624"],["15006.092","16493.208"],["14939.891","16537.291"],["14927.720","16503.533"],["14933.510","16521.023"],["14920.867","16486.905"],["15008.264","16481.416"],["14975.822","16368.003"],["14965.558","16372.231"],["15020.606","16456.891"],["15054.849","16468.452"],["15055.129","16441.862"],["15057.547","16461.268"],["14958.178","16402.494"],["14996.105","16391.264"],["14982.701","16412.503"],["14961.582","16388.506"],["15008.307","16561.621"],["14992.699","16560.498"],["14895.030","16383.859"],["14926.807","16425.527"],["14896.872","16413.553"],["14893.724","16542.217"],["14905.418","16531.647"],["13332.632","12693.004"],["13392.930","12601.326"],["13312.484","12675.085"],["13916.495","12353.157"],["13925.021","12358.468"],["13860.693","12444.971"],["13890.471","12505.418"],["13901.771","12513.940"],["13429.424","12382.421"],["13554.173","12376.445"],["13560.834","12359.715"],["19696.878","18249.944"],["19695.529","18242.149"],["19634.074","18158.627"],["19558.745","18166.323"],["19586.739","18133.325"],["9677.277","17583.883"],["9649.297","17597.451"],["12762.690","16290.878"],["12739.548","16280.523"],["12761.851","16281.596"],["12621.781","16287.353"],["12647.127","16305.338"],["12637.817","16321.639"],["12583.366","16264.369"],["12584.699","16287.557"],["12599.830","16247.969"],["12627.420","16171.737"],["12632.732","16165.082"],["12641.499","16190.053"],["12679.982","16225.897"],["12677.203","16226.392"],["12700.295","16225.220"],["12766.537","16244.202"],["12576.158","16289.089"],["13583.665","15513.056"],["13557.898","15548.649"],["13569.889","15564.926"],["13570.888","15555.311"],["13613.633","15545.185"],["13597.912","15550.805"],["13493.402","15683.976"],["13509.423","15697.130"],["13490.767","15713.436"],["13561.465","15709.759"],["13589.056","15533.271"],["13591.523","15516.954"],["13491.469","15567.298"],["13500.761","15564.193"],["13479.754","15555.621"],["13481.152","15551.278"],["13471.896","15526.224"],["13483.097","15516.463"],["13459.336","15536.088"],["13450.586","15529.664"],["13477.844","15525.633"],["13477.038","15528.853"],["16573.879","15013.066"],["16586.017","15024.478"],["16613.969","14998.694"],["16621.107","14961.799"],["16631.758","14884.166"],["16574.841","14961.419"],["16776.634","14915.293"],["16640.739","14902.382"],["16575.370","15060.138"],["16654.801","14876.222"],["16613.041","14915.231"],["16777.588","14924.657"],["16647.663","14918.187"],["16759.885","15075.156"],["9808.936","12923.675"],["9808.719","12957.873"],["9730.743","12847.645"],["9725.560","12813.184"],["9703.248","12768.131"],["9673.894","12801.537"],["11303.017","16934.520"],["11280.923","16925.260"],["27975.657","11085.743"],["28040.042","11238.062"],["28108.299","11259.633"],["28007.147","11090.269"],["27986.654","11102.365"],["27968.316","11093.034"],["15129.812","15100.354"],["15103.447","15095.598"],["15132.641","15105.011"],["15124.088","15091.370"],["15177.439","15187.874"],["15143.420","15117.166"],["15262.377","15100.001"],["15147.615","15205.933"],["15180.932","15196.494"],["15207.168","15124.653"],["15108.052","15086.035"],["15158.157","15153.044"],["15188.749","15161.764"],["15148.470","15175.198"],["15154.243","15170.293"],["15262.927","15086.378"],["15131.596","15143.731"],["15237.669","15158.841"],["15215.098","15203.399"],["15294.047","15184.579"],["15219.332","15147.957"],["15264.795","15103.254"],["15149.080","15161.517"],["15277.419","15170.838"],["15228.187","15100.557"],["15183.403","15177.933"],["15242.457","15139.039"],["15246.338","15134.118"],["15268.935","15119.353"],["15155.196","15124.564"],["15158.633","15138.487"],["15236.470","15146.537"],["15128.304","15137.793"],["15267.130","15115.558"],["15196.940","15169.704"],["15251.966","15115.542"],["15267.476","15119.621"],["15273.317","15144.186"],["15274.912","15146.118"],["15234.772","15123.514"],["15234.723","15122.209"],["15240.003","15124.373"],["15246.878","15108.700"],["15247.190","15126.421"],["15292.499","15279.054"],["15268.124","15272.233"],["15272.401","15249.608"],["15291.752","15255.620"],["15208.368","15173.980"],["15207.682","15217.816"],["15239.356","15265.355"],["15244.964","15292.754"],["15120.630","15279.869"],["15150.811","15263.239"],["15121.206","15282.248"],["15158.722","15244.262"],["15143.081","15263.734"],["15114.237","15294.892"],["15099.530","15283.018"],["15252.877","15230.112"],["15267.515","15216.222"],["15243.798","15232.226"],["15237.631","15240.979"],["15239.193","15205.900"],["15170.654","15165.700"],["15207.608","15258.168"],["15218.003","15284.444"],["15207.674","15275.410"],["15226.704","15252.635"],["15196.687","15263.007"],["15189.200","15117.001"],["15180.288","15094.985"],["13821.712","13842.527"],["13771.242","13855.192"],["13780.896","13861.484"],["13786.133","13827.313"],["13773.699","13824.027"],["13726.247","13964.148"],["13693.895","14014.454"],["13762.903","13971.572"],["13713.561","13990.565"],["13731.180","13932.445"],["13830.095","13993.444"],["13822.910","13993.983"],["13801.607","13994.401"],["13807.461","13983.931"],["13795.027","13981.120"],["13751.028","13956.434"],["13760.442","13959.898"],["13770.509","13971.296"],["13753.205","13968.911"],["13737.829","13883.110"],["9584.160","13647.407"],["9600.299","13646.866"],["7209.129","12687.297"],["20993.628","11690.148"],["20233.405","14676.527"],["10583.541","15821.728"],["10574.362","15814.730"],["10582.696","15791.287"],["10609.460","15776.842"],["10592.999","15894.642"],["10578.479","15862.875"],["12514.621","12268.548"],["12485.467","12242.104"],["12515.070","12245.899"],["16152.464","15774.023"],["16156.575","15729.572"],["16275.891","15840.040"],["16267.505","15860.460"],["16155.995","15771.291"],["16202.184","15769.700"],["16176.045","15791.640"],["16163.873","15797.168"],["16161.982","15787.441"],["16169.202","15792.627"],["16146.505","15768.729"],["16201.575","15741.970"],["16220.806","15738.094"],["16239.622","15734.180"],["16233.504","15748.152"],["16232.764","15737.450"],["16223.553","15728.201"],["16189.480","15741.932"],["16214.796","15776.529"],["16272.966","15775.132"],["16270.547","15748.942"],["16244.506","15793.161"],["16247.833","15823.144"],["16231.541","15831.368"],["16264.658","15838.415"],["16253.180","15838.934"],["16340.062","15718.649"],["6657.216","5992.549"],["6644.717","5903.486"],["6646.516","5977.083"],["6645.686","5942.284"],["6581.409","5967.076"],["6594.720","5965.464"],["6625.589","5987.824"],["6595.740","5929.185"],["6613.145","5875.968"],["6603.573","5846.882"],["6638.495","5843.112"],["6561.932","5846.860"],["6575.439","5832.031"],["6627.294","5783.386"],["6588.066","5807.268"],["6630.129","5784.020"],["6624.359","5819.863"],["6648.077","5812.974"],["6670.429","5956.232"],["6654.819","5963.687"],["6628.399","5960.281"],["6670.763","5941.433"],["6647.552","5917.506"],["6642.425","5901.917"],["6664.775","5874.232"],["6667.956","5849.300"],["6664.862","5820.528"],["6504.931","5893.483"],["6508.727","5930.149"],["6531.199","5918.784"],["6524.176","5929.674"],["6541.749","5952.741"],["6567.203","5989.781"],["6558.516","5986.568"],["22390.238","17604.395"],["22316.474","17549.677"],["12896.449","12669.363"],["12889.097","12684.259"],["12883.538","12726.109"],["12886.761","12711.245"],["12801.916","12583.475"],["12789.070","12588.149"],["12778.235","12622.880"],["12795.829","12608.041"],["12806.914","12600.378"],["12799.250","12597.322"],["12815.895","12616.959"],["12814.170","12675.338"],["12823.677","12660.078"],["12800.930","12656.610"],["12806.539","12682.010"],["12789.110","12709.033"],["12806.922","12694.368"],["12808.238","12703.286"],["12782.778","12695.772"],["12852.079","12653.731"],["12846.125","12660.618"],["12846.421","12693.896"],["12847.769","12675.168"],["27695.767","11319.477"],["5355.029","17212.169"],["5357.259","17237.283"],["5375.955","17330.605"],["5354.917","17343.534"],["5374.559","17358.169"],["5344.978","17372.934"],["5246.963","17285.348"],["5228.114","17263.812"],["5217.783","17299.632"],["5220.447","17294.000"],["5344.256","17271.291"],["5360.999","17253.818"],["5300.282","17296.476"],["5284.922","17284.473"],["5298.668","17345.359"],["5342.459","17350.817"],["13627.880","13240.601"],["13784.314","13391.089"],["6116.278","16105.219"],["6130.982","16104.906"],["6146.800","16111.558"],["6140.313","16117.382"],["6128.227","16123.175"],["6150.795","16126.866"],["6165.380","16122.334"],["6169.457","16126.832"],["6163.734","16130.546"],["6065.418","16080.043"],["6060.783","16086.375"],["6046.422","16070.348"],["6042.297","16086.557"],["6075.608","16090.120"],["6107.831","16087.924"],["6096.036","16106.817"],["6249.740","15957.026"],["6241.980","15945.129"],["6235.418","15941.909"],["6244.415","15949.489"],["6248.749","15932.563"],["6231.432","15944.490"],["6228.422","15946.984"],["6213.709","15935.426"],["6225.798","15945.798"],["6216.473","15941.801"],["6232.975","16010.463"],["6231.067","16000.917"],["6226.064","16001.429"],["6221.426","15999.662"],["6218.103","16001.974"],["6222.580","15987.656"],["6218.847","15986.302"],["6228.583","15993.651"],["13684.590","12387.907"],["13668.159","12403.712"],["13673.060","12378.212"],["13664.639","12488.725"],["13665.100","12455.596"],["13755.057","12405.979"],["13828.769","12442.445"],["14850.398","14648.484"],["14871.401","14631.821"],["14842.372","14637.816"],["14850.414","14638.427"],["14880.257","14511.771"],["14839.270","14557.981"],["14851.425","14526.618"],["14848.777","14524.521"],["14815.990","14491.994"],["14841.303","14508.773"],["14848.720","14518.517"],["14843.178","14497.526"],["14853.951","14503.340"],["14706.880","14624.418"],["14717.324","14648.150"],["14700.647","14656.887"],["14738.015","14628.249"],["14866.431","14460.681"],["13033.585","13575.739"],["13113.910","13486.424"],["13170.916","13418.067"],["13158.877","13566.573"],["13126.048","13451.478"],["13096.344","13575.012"],["13166.294","13400.825"],["13188.792","13544.154"],["13183.651","13597.898"],["13117.952","13406.104"],["13119.355","13412.213"],["13131.905","13396.924"],["13114.838","13417.431"],["13108.983","13414.326"],["13119.231","13425.333"],["13129.576","13443.517"],["16695.716","18866.710"],["16613.726","18784.992"],["16736.012","18755.166"],["16712.558","18859.443"],["16696.999","18874.224"],["16750.239","18765.124"],["16722.328","18723.258"],["16739.565","18842.432"],["16707.690","18818.981"],["16626.933","18775.265"],["16616.390","18812.854"],["19965.566","10619.772"],["19939.644","10584.256"],["19951.634","10592.696"],["19977.002","10552.534"],["20003.078","10444.291"],["19965.918","10545.841"],["19953.529","10557.076"],["19949.852","10613.165"],["14108.374","13528.295"],["14203.546","13442.131"],["14242.025","13426.035"],["14178.111","13454.983"],["14144.558","13430.490"],["15522.440","18043.494"],["15574.551","18041.629"],["5363.001","18851.567"],["5355.924","18878.296"],["17106.652","16122.017"],["17107.047","16126.113"],["17157.525","16133.867"],["17178.633","16127.454"],["17184.236","16128.653"],["17184.334","16133.393"],["17133.949","16136.878"],["15039.826","15833.955"],["14948.605","15734.164"],["14945.924","15753.041"],["14951.648","15728.136"],["14928.504","15726.268"],["14925.226","15722.068"],["5564.923","7924.721"],["5566.420","7920.724"],["5584.892","7937.886"],["5567.346","7976.031"],["5571.261","7987.873"],["5604.606","8000.516"],["5576.136","7960.813"],["5498.133","7942.137"],["5501.472","7904.796"],["5512.475","7905.011"],["5488.758","7907.092"],["5538.427","7905.653"],["28250.176","10446.528"],["14112.981","12103.401"],["14185.359","12102.413"],["14235.943","12022.817"],["14234.311","12038.989"],["14210.881","12045.325"],["14126.141","12124.466"],["21506.251","15595.186"],["21614.383","15621.562"],["21471.868","15703.591"],["21596.027","15713.243"],["13074.123","12767.531"],["16748.119","14451.648"],["16734.994","14451.995"],["14849.343","15279.844"],["14857.437","15240.435"],["14849.968","15281.231"],["14826.317","15269.538"],["14861.845","15171.011"],["14676.435","15128.278"],["14859.987","15183.397"],["14846.911","15149.277"],["14860.184","15129.491"],["14839.132","15137.749"],["14703.902","15136.323"],["14705.119","15136.521"],["14689.411","15123.490"],["14683.769","15133.463"],["14683.078","15141.786"],["14681.795","15171.894"],["14761.020","15089.071"],["14765.379","15099.954"],["14819.339","15123.319"],["14847.645","15114.351"],["14821.921","15092.964"],["14850.084","15289.384"],["14790.039","15231.561"],["14782.556","15246.309"],["14869.909","15210.192"],["14829.904","15190.516"],["14855.381","15209.806"],["14860.216","15191.656"],["14853.111","15205.396"],["14788.164","15255.178"],["14779.579","15229.134"],["14882.276","15295.461"],["14818.656","15136.384"],["14845.430","15215.983"],["14872.289","15264.151"],["14871.418","15251.649"],["14768.628","15187.344"],["14781.408","15205.197"],["14811.159","15260.572"],["14793.281","15228.995"],["14814.268","15240.555"],["14867.816","15259.412"],["14863.921","15286.229"],["14854.214","15274.011"],["14775.125","15206.304"],["14762.099","15203.133"],["14732.572","15256.066"],["14734.710","15251.112"],["14730.088","15235.785"],["14745.949","15185.314"],["14734.502","15200.904"],["14750.176","15188.352"],["14732.166","15196.544"],["14728.334","15186.635"],["14741.866","15094.361"],["14688.346","15123.246"],["14698.214","15086.219"],["14822.788","15168.108"],["14826.505","15174.285"],["14836.160","15141.386"],["14834.219","15169.033"],["14813.133","15151.163"],["14673.735","15199.985"],["14679.623","15203.833"],["14683.981","15204.675"],["14681.148","15222.668"],["14686.823","15219.249"],["14685.622","15233.882"],["14685.309","15213.138"],["14691.522","15264.715"],["14709.795","15278.522"],["14679.516","15271.388"],["14709.828","15273.353"],["14674.631","15281.792"],["14673.305","15293.221"],["8777.583","11905.650"],["8703.611","11865.642"],["8595.763","11888.931"],["8607.047","11850.823"],["8592.190","11802.302"],["8570.315","11789.482"],["8714.849","11865.961"],["8628.902","11883.667"],["8608.578","11776.473"],["8667.679","11899.052"],["8593.185","11764.167"],["8770.407","11744.372"],["8765.270","11709.851"],["8738.543","11752.774"],["13822.564","12601.366"],["13781.667","12636.276"],["13785.911","12610.562"],["13650.277","12639.834"],["13766.576","12562.930"],["13791.280","12573.731"],["13763.493","12623.675"],["13755.697","12649.654"],["13823.123","12587.526"],["13744.799","12558.340"],["13753.041","12576.613"],["13681.480","12553.111"],["13637.586","12592.058"],["13639.494","12602.546"],["13640.086","12624.957"],["13632.126","12630.077"],["13748.995","12608.323"],["13769.093","12609.115"],["13761.939","12576.085"],["13692.717","12609.596"],["13703.177","12597.969"],["13694.542","12611.677"],["13709.460","12601.173"],["10688.320","17423.149"],["15775.310","13598.233"],["15767.802","13560.260"],["15911.385","13398.986"],["15874.689","13444.263"],["15853.127","13417.224"],["15839.788","13403.632"],["15857.847","13399.041"],["15803.328","13457.972"],["15799.003","13437.031"],["15806.157","13468.542"],["15749.860","13461.506"],["15746.105","13481.252"],["15749.887","13470.715"],["15745.463","13465.921"],["15758.145","13560.816"],["15756.771","13563.657"],["15729.872","13556.762"],["15731.257","13588.693"],["15728.971","13566.827"],["14517.152","15504.014"],["14494.931","15447.350"],["14486.053","15491.500"],["14484.754","15495.447"],["14547.954","15506.644"],["14597.405","15501.169"],["14599.954","15493.324"],["14584.395","15495.141"],["10264.428","13410.929"],["10261.848","13429.067"],["10266.149","13479.861"],["10339.408","13464.312"],["10255.583","13573.317"],["16575.114","15135.433"],["16571.314","15143.757"],["16585.569","15108.315"],["16580.866","15110.280"],["16581.754","15117.795"],["16569.139","15128.199"],["16774.408","15086.237"],["16655.686","15140.191"],["16653.285","15148.317"],["16652.380","15160.670"],["16661.295","15142.388"],["16643.696","15144.237"],["16668.859","15170.921"],["16672.116","15173.101"],["16645.356","15172.126"],["13599.083","13789.285"],["10255.535","13233.180"],["10274.805","13318.733"],["10075.958","13939.562"],["10087.306","13985.801"],["10115.544","14001.506"],["10069.169","14020.520"],["10049.645","13891.688"],["10072.298","13870.939"],["10065.477","13879.122"],["10068.470","13907.116"],["14417.766","12644.240"],["14434.247","12641.102"],["14414.276","12564.777"],["14414.486","12557.919"],["14457.402","12604.765"],["14433.133","12668.133"],["14413.709","12683.294"],["14358.452","12551.107"],["11703.062","12125.791"],["12905.618","12953.871"],["12954.358","12783.638"],["12970.659","12794.602"],["31624.112","10721.673"],["31647.105","10709.535"],["31611.316","10684.332"],["31598.884","10852.611"],["31587.321","10836.806"],["31672.963","10781.435"],["31701.532","10765.085"],["31671.120","10799.387"],["31705.806","10730.008"],["31644.352","10679.616"],["31595.625","10763.551"],["31640.082","10763.749"],["31657.763","10765.037"],["31552.239","10841.541"],["31708.929","10789.644"],["31713.386","10785.416"],["31538.405","10791.678"],["31539.613","10671.731"],["31634.899","10661.271"],["29439.492","11364.818"],["29447.981","11340.732"],["29500.278","11345.472"],["29480.259","11434.847"],["29473.452","11484.473"],["29473.627","11354.675"],["29426.735","11330.108"],["29484.309","11442.439"],["29511.550","11293.559"],["29356.791","11691.355"],["29373.076","11685.713"],["29385.210","11583.591"],["29379.235","11632.647"],["29402.790","11539.474"],["29355.977","11627.291"],["29344.957","11662.882"],["29398.388","11586.966"],["29364.626","11655.720"],["29403.127","11625.574"],["13420.192","13006.975"],["13573.695","13153.381"],["13503.473","13057.900"],["13533.260","13178.919"],["13522.256","13168.547"],["13535.924","13180.438"],["13489.181","13178.721"],["13558.137","13064.123"],["15765.500","12302.057"],["15753.954","12299.828"],["15762.854","12334.426"],["15917.483","12316.177"],["15906.677","12306.829"],["15931.628","12297.713"],["15917.026","12277.436"],["15906.614","12245.380"],["15904.813","12234.728"],["15923.530","12201.417"],["15927.247","12201.152"],["15853.566","12239.627"],["15877.661","12269.322"],["15888.484","12263.624"],["15919.266","12272.866"],["15785.790","12282.101"],["15779.968","12266.197"],["15759.244","12249.814"],["15775.001","12258.451"],["15768.280","12282.982"],["15838.373","12229.258"],["15859.449","12261.395"],["15881.488","12304.797"],["15838.742","12276.374"],["15851.488","12317.530"],["15862.097","12317.283"],["15827.286","12311.564"],["15829.802","12314.900"],["15835.066","12314.503"],["15835.312","12287.732"],["15798.964","12286.791"],["15795.572","12283.394"],["15817.071","12230.831"],["15803.831","12236.232"],["15794.078","12233.325"],["15811.841","12239.287"],["15756.837","12247.240"],["15774.262","12202.161"],["15765.420","12209.197"],["15760.698","12213.887"],["15819.253","12157.205"],["15819.671","12145.750"],["15820.712","12142.459"],["15839.446","12138.244"],["15826.896","12130.138"],["15735.366","12259.570"],["15733.687","12280.355"],["15793.706","12319.206"],["15760.528","12146.229"],["15757.430","12150.080"],["3517.682","8183.562"],["3669.888","8110.210"],["3613.265","8157.398"],["3590.517","8207.131"],["3596.240","8180.806"],["3545.829","8145.791"],["3561.190","8149.012"],["3665.732","8278.138"],["3646.917","8290.954"],["3634.557","8233.250"],["3641.745","8253.267"],["3578.327","8174.906"],["3522.646","8293.089"],["3582.533","8108.268"],["3672.222","8116.273"],["3701.470","8125.065"],["15284.176","12368.023"],["15257.003","12405.225"],["15248.157","12347.280"],["15230.476","12351.078"],["15229.215","12503.666"],["15117.311","12530.984"],["15116.583","12534.595"],["15274.092","12420.914"],["15204.807","12338.362"],["15120.488","12529.284"],["15203.929","12499.710"],["15182.597","12465.325"],["15259.059","12428.363"],["15216.238","12406.386"],["15214.351","12422.115"],["15229.274","12458.703"],["15161.548","12395.770"],["15164.902","12466.377"],["15162.583","12452.983"],["15152.741","12499.242"],["15151.064","12500.167"],["15143.794","12520.795"],["15137.264","12522.430"],["15230.350","12336.134"],["15093.949","12392.748"],["15161.432","12393.689"],["15147.208","12451.439"],["15118.013","12444.139"],["15093.540","12452.859"],["15136.204","12468.830"],["15143.998","12361.536"],["15121.596","12384.409"],["15189.886","12385.002"],["15198.439","12378.924"],["15093.660","12508.908"],["15223.771","12505.119"],["15113.907","12429.649"],["15116.522","12418.567"],["15166.538","12429.385"],["15156.111","12402.746"],["15130.206","12385.917"],["15211.024","12375.189"],["15117.070","12348.203"],["15131.478","12352.695"],["15120.639","12368.814"],["15133.896","12364.784"],["15135.656","12368.632"],["15285.436","12513.894"],["15143.497","12336.763"],["15163.843","12350.653"],["15160.997","12348.753"],["15153.053","12350.190"],["15294.937","12480.520"],["15254.729","12484.481"],["15282.864","12501.924"],["15273.594","12454.076"],["15214.034","12389.739"],["15122.845","12494.396"],["15116.512","12497.236"],["15108.075","12497.154"],["15562.597","18472.497"],["15514.949","18640.974"],["15622.782","18483.118"],["15565.002","18480.525"],["15543.341","18479.964"],["15668.398","18507.640"],["15675.947","18520.819"],["15667.773","18481.909"],["15683.332","18533.932"],["15693.135","18490.662"],["15653.809","18553.602"],["15701.267","18617.721"],["5188.532","7580.610"],["5165.045","7587.034"],["5181.772","7600.461"],["5146.370","7655.390"],["18885.934","13732.278"],["18915.179","13698.599"],["18924.981","13680.798"],["18911.621","13640.431"],["18992.537","13640.580"],["18954.587","13675.254"],["18952.663","13679.911"],["18909.630","13634.751"],["18901.063","13801.400"],["18939.125","13750.956"],["18927.411","13734.214"],["18918.101","13761.009"],["18917.126","13771.161"],["18914.715","13754.532"],["18908.940","13776.528"],["18909.747","13763.148"],["18920.081","13617.850"],["18911.402","13618.407"],["18958.922","13717.786"],["18948.903","13702.192"],["18980.558","13733.575"],["18972.216","13747.498"],["18952.703","13752.865"],["18941.587","13729.224"],["13368.114","13426.192"],["13343.212","13416.283"],["13308.411","13508.228"],["13235.170","13524.726"],["13381.001","13504.354"],["13381.889","13453.933"],["13331.700","13552.706"],["13262.818","13538.038"],["13263.463","13521.066"],["13229.724","13568.204"],["13309.313","13562.295"],["13288.353","13532.636"],["13270.951","13552.290"],["13295.188","13575.690"],["13299.793","13574.765"],["13367.254","13598.149"],["14403.734","16570.176"],["14411.401","16571.407"],["14392.220","16767.215"],["13214.820","14763.212"],["12146.135","16559.236"],["12179.096","16552.431"],["12295.931","16539.943"],["12285.931","16553.568"],["12202.592","16558.111"],["11121.800","16354.039"],["26658.479","16908.569"],["26667.344","16931.575"],["28555.544","11710.834"],["28546.960","11726.988"],["28496.868","11715.033"],["28369.387","11753.025"],["28364.337","11792.400"],["28387.980","11751.935"],["28411.722","11772.571"],["28450.326","11746.866"],["28418.028","11759.017"],["28432.509","11787.290"],["28458.838","11795.185"],["28473.598","11776.187"],["28469.321","11761.942"],["28456.925","11761.257"],["28485.889","11771.336"],["28502.872","11755.383"],["28496.094","11770.588"],["28422.084","11764.207"],["28388.786","11765.240"],["28411.449","11709.207"],["9120.489","13384.056"],["9105.911","13258.344"],["9163.168","13300.303"],["9141.536","13288.816"],["9076.123","13222.763"],["9101.614","13276.182"],["9135.436","13203.495"],["9076.324","13254.183"],["9177.580","13328.991"],["8779.638","16874.524"],["8786.378","16880.494"],["8785.138","16885.050"],["8788.329","16893.914"],["8795.609","16896.270"],["8798.872","16899.156"],["8808.844","16899.125"],["27711.165","10839.227"],["14468.889","14667.024"],["14462.537","14827.773"],["14107.500","12340.636"],["14181.401","12336.880"],["14083.167","12340.100"],["14084.496","12401.277"],["14154.181","12450.217"],["14147.323","12454.940"],["13972.989","13388.895"],["15106.730","17591.983"],["20692.927","15416.181"],["20620.093","15408.249"],["20571.911","15429.052"],["27282.706","15966.133"],["27125.421","15964.453"],["19817.461","10893.715"],["19810.142","10884.301"],["19843.892","10871.997"],["19843.497","10882.270"],["14483.042","16193.677"],["14476.595","16241.043"],["14463.700","16253.512"],["14469.079","16246.708"],["14492.077","16294.334"],["14474.808","16293.360"],["14670.635","16277.358"],["14669.631","16253.097"],["14664.500","16268.077"],["14640.490","16303.025"],["14646.312","16319.358"],["14670.753","16317.129"],["14655.621","16337.129"],["27629.490","11093.169"],["27642.220","11250.258"],["27648.982","11265.446"],["27595.415","11084.139"],["27581.370","11102.273"],["27566.705","11107.885"],["27537.882","11143.865"],["27541.803","11154.823"],["27527.031","11196.916"],["15081.010","17341.408"],["15071.394","17406.357"],["15064.058","17409.429"],["14997.628","17328.668"],["15088.175","17375.490"],["15086.054","17371.411"],["15076.345","17321.934"],["15004.534","17264.234"],["15078.927","17315.658"],["14982.236","17220.068"],["14984.868","17214.089"],["15001.733","17291.736"],["15019.989","17303.049"],["15010.960","17309.391"],["15007.144","17296.179"],["15026.900","17332.289"],["15018.578","17310.952"],["15024.696","17331.051"],["15023.643","17348.309"],["15018.452","17395.220"],["15009.932","17373.205"],["15032.926","17373.552"],["15032.005","17374.576"],["15074.661","17378.403"],["15078.428","17405.307"],["15078.642","17401.492"],["15081.586","17382.945"],["15084.728","17340.879"],["15091.504","17315.380"],["15088.545","17229.329"],["15077.064","17219.866"],["15083.479","17224.655"],["15057.408","17303.681"],["15055.681","17301.336"],["15017.457","17292.533"],["15028.214","17326.340"],["15034.656","17366.355"],["15019.672","17396.908"],["15038.784","17403.234"],["15047.337","17369.873"],["15045.892","17214.731"],["5854.350","9596.833"],["5859.712","9589.236"],["15891.138","13799.605"],["15753.773","13610.467"],["15763.949","13669.508"],["15810.988","13650.202"],["15739.547","13706.256"],["15770.475","13783.742"],["15812.316","13766.708"],["15814.950","13812.687"],["15814.243","13812.984"],["15795.063","13716.207"],["15765.254","13742.131"],["15750.156","13770.388"],["15756.620","13770.306"],["15830.646","13793.863"],["15874.938","13813.731"],["15821.703","13688.740"],["15826.851","13660.598"],["15758.518","13659.885"],["15782.103","13607.812"],["15803.586","13669.465"],["15789.310","13670.374"],["15763.325","13673.155"],["15741.602","13690.732"],["15774.151","13671.971"],["15774.003","13671.376"],["15774.612","13698.023"],["15777.704","13690.129"],["15782.095","13701.871"],["15830.725","13755.095"],["15839.541","13721.189"],["15799.757","13749.450"],["15806.731","13758.814"],["15791.205","13718.533"],["15677.968","17606.710"],["15538.006","17569.900"],["15589.441","17603.542"],["15590.954","17602.237"],["15607.204","17604.285"],["15721.459","17517.267"],["15572.999","17615.392"],["15713.482","17612.744"],["15709.798","17582.438"],["15662.983","17612.171"],["15633.773","17584.707"],["15625.763","17616.317"],["15627.720","17584.261"],["15650.086","17554.749"],["15668.096","17555.509"],["15669.165","17534.732"],["15636.369","17564.526"],["15701.767","17609.831"],["15700.483","17574.002"],["15713.328","17554.398"],["15554.176","17585.459"],["15575.985","17608.432"],["15569.620","17579.414"],["15572.548","17593.783"],["16757.254","17660.981"],["9367.758","11953.777"],["9233.836","12116.524"],["9363.815","12063.416"],["9395.774","13130.824"],["9354.736","13152.315"],["9348.017","13145.059"],["9367.938","13166.266"],["9392.900","13164.260"],["9393.205","13120.255"],["9398.776","13099.592"],["9369.222","13003.982"],["9337.394","13013.457"],["9355.483","13069.208"],["9235.432","12992.848"],["9344.089","13041.117"],["9248.457","13017.387"],["9268.754","13008.543"],["9204.608","13040.336"],["9357.773","13136.262"],["9375.681","13077.431"],["9227.775","12983.955"],["31855.432","10356.313"],["31808.228","10315.570"],["31830.757","10350.783"],["31854.918","10348.966"],["31801.260","10348.475"],["31764.764","10362.579"],["31787.214","10371.712"],["31767.673","10387.544"],["31811.908","10384.204"],["31829.095","10389.869"],["31843.553","10382.371"],["31733.738","10381.056"],["15743.544","18566.468"],["15782.797","18664.344"],["15780.067","18631.908"],["15740.593","18587.927"],["5182.833","8228.858"],["5094.348","8225.629"],["5074.496","8248.040"],["5147.691","8169.800"],["5150.174","8157.116"],["5044.041","8169.894"],["5062.528","8208.061"],["5053.285","8218.598"],["5067.956","8191.067"],["5042.117","8173.214"],["5005.346","8228.748"],["5117.062","8194.902"],["5126.552","8174.109"],["5090.738","8262.675"],["5088.484","8247.382"],["5092.728","8295.392"],["5103.221","8289.777"],["5118.863","8251.511"],["5166.866","8317.293"],["5196.964","8310.472"],["28600.196","10651.807"],["28636.878","10674.552"],["14221.007","13327.397"],["14145.687","13355.213"],["14243.279","13328.987"],["14142.055","13188.969"],["14247.675","13272.187"],["14145.300","13369.011"],["14093.663","13304.967"],["14084.103","13289.998"],["14089.562","13296.777"],["14221.586","13304.839"],["14230.270","13287.349"],["14887.888","12319.952"],["14885.487","12299.473"],["14885.569","12301.686"],["14938.442","12327.229"],["14914.018","12334.429"],["14892.702","12335.338"],["14951.059","12315.324"],["14951.109","12314.994"],["14961.717","12287.595"],["14987.266","12319.966"],["14993.845","12330.652"],["15054.441","12214.909"],["15075.708","12203.794"],["15059.013","12204.075"],["15044.490","12229.541"],["15077.550","12218.724"],["14894.966","12308.451"],["14897.926","12322.819"],["14899.045","12312.679"],["15067.010","12180.403"],["15055.496","12184.310"],["27518.945","16787.145"],["27632.713","16897.399"],["27565.900","16861.927"],["27578.649","16856.334"],["27579.965","16856.555"],["27578.294","16859.302"],["27576.100","16861.314"],["27518.415","16820.964"],["27571.980","16791.439"],["27560.812","16787.888"],["27536.704","16809.000"],["27547.215","16853.260"],["27563.926","16841.039"],["27632.266","16778.767"],["27622.068","16778.288"],["10269.502","8088.613"],["19889.172","18456.060"],["19825.413","18315.122"],["19838.440","18377.764"],["15152.326","15876.255"],["15093.631","15912.040"],["14650.621","15512.269"],["15490.664","18666.499"],["15345.810","18558.397"],["15378.836","18632.947"],["15338.014","18628.025"],["15394.412","18591.246"],["15356.468","18667.629"],["15380.448","18615.160"],["15309.182","18625.548"],["15309.067","18639.239"],["15396.106","18535.407"],["15343.540","18667.497"],["15394.364","18652.378"],["15394.298","18659.710"],["15415.466","18659.182"],["15372.407","18658.224"],["15460.844","18675.615"],["15833.883","16748.361"],["15836.728","16739.939"],["15729.956","16568.180"],["15933.789","16583.370"],["15901.321","16646.791"],["15836.810","16749.897"],["15783.039","16567.358"],["15788.269","16572.842"],["15804.075","16725.073"],["15794.875","16735.501"],["15787.556","16714.543"],["15789.003","16716.921"],["15832.620","16648.059"],["15828.721","16643.815"],["15830.728","16647.135"],["15825.794","16642.279"],["15787.398","16684.959"],["15769.404","16680.038"],["15768.894","16690.343"],["15763.434","16685.108"],["15816.714","16766.937"],["15782.751","16739.539"],["15778.903","16724.956"],["15788.972","16658.393"],["15788.610","16678.443"],["15793.084","16667.741"],["15802.393","16668.600"],["8512.575","12326.205"],["8533.201","12328.957"],["8524.754","12323.674"],["8562.055","12319.363"],["23999.731","7454.528"],["23939.225","7469.606"],["23936.741","7467.657"],["23982.559","7446.019"],["23996.243","7444.598"],["23999.927","7451.502"],["23974.361","7457.927"],["23981.861","7452.064"],["23979.821","7447.969"],["23976.877","7461.874"],["23967.315","7458.177"],["23951.633","7473.257"],["23964.334","7455.600"],["23965.814","7460.522"],["23991.905","7468.114"],["23957.191","7471.564"],["23954.098","7464.033"],["23465.995","7997.291"],["17131.595","15873.807"],["17096.506","15853.832"],["17103.124","15864.180"],["17184.531","15887.408"],["17159.925","15887.437"],["17091.463","15811.534"],["6066.339","18583.564"],["6098.321","18521.173"],["6247.948","18565.971"],["6249.621","18581.094"],["6220.532","18572.617"],["6230.441","18580.724"],["6240.095","18566.797"],["6235.456","18581.892"],["6223.600","18537.706"],["6223.114","18556.379"],["16151.645","13218.194"],["16166.925","13222.372"],["16157.056","13216.839"],["16151.086","13219.564"],["16177.352","13216.922"],["16311.614","13195.915"],["16334.196","13200.209"],["14975.511","16807.187"],["15011.358","16812.897"],["14885.664","16823.462"],["14921.082","16862.111"],["14905.123","16891.204"],["14899.695","16909.734"],["14899.021","16868.760"],["14948.585","16837.757"],["14975.654","16984.116"],["14966.910","16858.667"],["14948.667","16847.864"],["14954.736","16972.143"],["14961.430","16962.118"],["14933.022","16846.108"],["14899.925","16869.321"],["14959.900","16956.966"],["15000.154","16979.583"],["14920.535","16882.871"],["14987.539","16953.555"],["14979.266","16952.267"],["14943.782","16811.279"],["14914.045","16813.971"],["14956.587","16944.392"],["14992.262","16936.531"],["14981.456","16935.655"],["14993.479","16928.174"],["14966.972","16975.198"],["14939.598","16880.361"],["14907.519","16958.332"],["14954.433","16873.524"],["14884.838","16960.792"],["14948.595","16898.148"],["14904.789","16972.634"],["14963.964","16844.693"],["14917.338","16964.343"],["15036.802","16954.987"],["15012.986","16969.669"],["14922.351","16799.834"],["14955.514","16840.628"],["15090.592","16881.242"],["14957.274","16839.406"],["14938.305","16948.077"],["14916.134","16926.657"],["14944.472","16928.259"],["14924.522","16914.039"],["14997.681","16818.773"],["15016.267","16816.031"],["14998.191","16822.852"],["15071.088","16905.077"],["14890.008","16825.964"],["15055.905","16795.215"],["15052.666","16818.680"],["15051.433","16819.473"],["14987.862","16818.525"],["14978.767","16821.630"],["14016.765","15117.751"],["14008.821","15095.076"],["14019.219","15143.275"],["13983.418","15139.168"],["13988.879","15136.906"],["13981.922","15134.362"],["14024.021","15143.820"],["14019.877","15137.313"],["9992.787","12869.234"],["10031.801","12945.107"],["10006.785","12961.016"],["9834.801","12942.279"],["6672.257","6063.816"],["6658.267","6054.770"],["6659.625","6040.398"],["6601.406","6103.310"],["6586.496","6061.625"],["6593.048","6078.165"],["5459.940","8004.415"],["5441.519","8018.486"],["5430.571","8070.944"],["5416.574","8044.371"],["5459.791","7960.324"],["5456.568","7960.209"],["3247.910","8334.844"],["3231.817","8368.548"],["3259.947","8384.167"],["3276.940","8419.282"],["3298.190","8425.178"],["3161.694","8352.069"],["3222.698","8373.215"],["3200.595","8381.346"],["3195.007","8385.684"],["3169.712","8428.094"],["3185.012","8404.931"],["12739.181","13635.992"],["21101.515","11873.634"],["21053.208","11792.912"],["21015.372","11770.061"],["21048.017","11738.718"],["21063.624","11865.907"],["21061.283","11825.665"],["16228.684","14442.340"],["16889.855","15059.255"],["16889.443","15078.198"],["16869.528","14873.198"],["16805.622","14879.257"],["16810.178","14890.620"],["16824.602","14882.114"],["16791.717","14927.349"],["16787.769","14916.812"],["16790.088","14907.465"],["16814.455","14992.798"],["16825.089","14985.463"],["16822.458","14966.454"],["16828.034","14978.725"],["16818.461","14953.473"],["16830.727","14987.543"],["16833.309","14950.103"],["16848.770","14956.973"],["16837.618","14961.499"],["16864.526","14983.101"],["16893.469","15005.104"],["16918.760","15011.078"],["16908.666","15004.047"],["16897.137","15016.516"],["16880.003","15077.802"],["16868.424","15057.736"],["16821.345","15047.830"],["16826.065","15072.190"],["16823.878","15080.761"],["16822.464","15057.425"],["16855.276","15045.072"],["16811.583","15083.586"],["16804.313","15081.670"],["15103.148","17177.908"],["15107.178","17173.499"],["15121.582","17039.212"],["15118.506","17054.786"],["15110.249","17042.020"],["15137.370","17047.626"],["15151.860","17055.636"],["15211.546","16987.403"],["15226.973","16996.734"],["15211.670","17066.178"],["15276.725","17012.607"],["15246.412","17000.501"],["15188.166","17012.620"],["15135.793","17193.684"],["15157.536","17185.922"],["15289.014","17183.649"],["15297.859","17126.081"],["15278.455","17171.197"],["15284.060","17154.570"],["15110.266","17051.351"],["15130.751","17038.326"],["15212.784","17093.546"],["15224.083","17091.894"],["15151.334","17029.658"],["15132.551","17054.166"],["15221.320","17027.500"],["15211.435","17084.545"],["15212.833","17023.916"],["15136.113","17028.417"],["15131.723","16998.186"],["15146.361","17002.282"],["15233.660","17074.040"],["15132.447","17007.277"],["15167.048","17003.239"],["15219.906","17007.087"],["15258.893","17136.271"],["15237.643","17130.805"],["15259.172","17147.750"],["15127.676","17063.492"],["15245.620","17151.168"],["15121.574","17038.458"],["15224.462","17003.619"],["15245.868","17178.190"],["15292.320","17173.195"],["15269.212","17194.929"],["13780.752","12799.935"],["13704.124","12775.228"],["18904.798","13856.478"],["18904.869","13820.227"],["18889.084","13818.902"],["18907.950","13818.462"],["18909.354","13823.344"],["18905.877","13852.534"],["18896.638","13845.089"],["18907.018","13935.616"],["18902.117","13939.315"],["18933.519","13927.587"],["18951.324","13955.989"],["18955.731","13968.821"],["14518.681","15455.377"],["14487.563","15402.875"],["14550.490","15404.790"],["14475.326","15414.369"],["14470.474","15414.320"],["14539.536","15400.100"],["14463.385","15422.875"],["14653.646","15425.089"],["14625.817","15460.729"],["14600.735","15476.419"],["14584.779","15422.388"],["14639.359","15403.516"],["14565.668","15463.935"],["14663.590","15457.643"],["14653.602","15452.994"],["14649.359","15442.755"],["14645.971","15436.116"],["14659.326","15445.629"],["14629.733","15458.066"],["14634.305","15458.562"],["14635.012","15454.813"],["14620.158","15484.908"],["14613.085","15492.422"],["14620.059","15493.859"],["14516.735","15456.338"],["14531.226","15467.833"],["14517.854","15456.008"],["14652.047","15318.619"],["14650.304","15310.378"],["14495.291","15296.602"],["14607.391","15425.328"],["14507.627","15303.242"],["14510.242","15303.655"],["14671.512","15298.638"],["14637.505","15423.308"],["14640.877","15418.403"],["14534.568","15339.174"],["14531.196","15346.358"],["14645.729","15420.302"],["14635.416","15298.349"],["14521.060","15360.968"],["14521.356","15350.679"],["14528.412","15354.923"],["14662.024","15326.174"],["14604.644","15438.838"],["14537.083","15376.640"],["14555.932","15365.525"],["14546.836","15360.289"],["14554.517","15365.838"],["14651.158","15424.858"],["14653.658","15424.924"],["14628.159","15402.360"],["14660.474","15473.716"],["2385.724","11143.880"],["2409.862","11163.398"],["2421.211","11158.228"],["2417.954","11205.066"],["2307.236","11246.581"],["2294.111","11229.256"],["2361.395","11276.258"],["2304.942","11138.261"],["2287.558","11130.053"],["2282.167","11099.036"],["2303.400","11108.516"],["2328.717","11104.460"],["2346.661","11077.953"],["2337.061","11118.203"],["2362.554","11096.287"],["2378.614","11105.518"],["2384.881","11079.738"],["2449.249","11084.068"],["2433.519","11128.760"],["2426.627","11116.918"],["2435.526","11158.392"],["2454.951","11174.147"],["2269.193","11070.227"],["2396.421","11155.172"],["2409.096","11173.997"],["2441.674","11210.932"],["2256.364","11098.497"],["21273.223","15979.196"],["29417.704","11594.056"],["29451.223","11541.169"],["29430.563","11539.667"],["29446.546","11525.916"],["29418.729","11507.836"],["29442.011","11492.107"],["29457.500","11526.716"],["13988.987","14375.300"],["13981.497","14332.051"],["13969.936","14353.273"],["13882.370","14392.810"],["13935.956","14351.489"],["14030.858","14285.515"],["14037.881","14420.655"],["31942.169","11419.653"],["31979.410","11459.059"],["31961.597","11484.096"],["32049.702","11476.418"],["26801.176","16771.807"],["26704.490","16567.902"],["26818.138","16685.565"],["26791.362","16689.496"],["26867.910","16689.030"],["26829.235","16666.439"],["26827.854","16679.816"],["26833.266","16774.630"],["26849.318","16756.612"],["26749.958","16758.581"],["26834.374","16680.310"],["26865.328","16673.902"],["26859.439","16623.220"],["26867.432","16611.049"],["26727.469","16614.607"],["26740.778","16732.455"],["26717.843","16706.170"],["26818.645","16569.864"],["26785.663","16571.271"],["4991.733","6444.759"],["5048.970","6425.404"],["13753.788","12972.403"],["13753.593","12965.409"],["8228.075","12759.349"],["8208.599","12798.581"],["8193.512","12773.105"],["8179.352","12813.782"],["8280.888","12835.162"],["8276.529","12851.698"],["8266.662","12846.478"],["8271.154","12869.481"],["8286.682","12895.633"],["8315.342","12941.075"],["9183.723","11883.949"],["9114.184","11904.585"],["9000.903","11894.190"],["5502.954","16895.933"],["5552.676","16864.148"],["5509.080","16894.353"],["5414.300","16975.244"],["5429.022","16986.322"],["5560.954","16864.616"],["10892.343","16923.282"],["10892.029","16939.690"],["8582.189","17111.015"],["8637.353","17153.169"],["8606.459","17108.989"],["8599.648","17150.780"],["13996.772","13413.849"],["13895.143","13417.680"],["13849.837","13569.542"],["13835.850","13549.955"],["13943.177","13503.340"],["13954.921","13505.041"],["13960.233","13500.879"],["9119.860","13041.246"],["13630.040","14410.412"],["13629.399","14418.488"],["13657.326","14444.863"],["13645.698","14412.989"],["13626.405","14441.412"],["13621.257","14401.511"],["13744.557","14244.002"],["13768.209","14291.946"],["13724.538","14295.833"],["13674.719","14262.389"],["13674.802","14262.802"],["13655.462","14305.139"],["13796.047","14357.896"],["7275.061","15669.041"],["4417.229","17843.140"],["4449.030","17835.780"],["4500.061","17838.594"],["17013.446","17758.818"],["17004.696","17737.034"],["17008.100","17760.023"],["17079.617","17818.673"],["17082.330","17815.948"],["17039.534","17817.699"],["15033.341","15638.955"],["15066.599","15554.154"],["15051.056","15557.457"],["15040.168","15532.833"],["15038.967","15547.333"],["15040.316","15543.815"],["15084.845","15511.904"],["15092.421","15596.655"],["15069.066","15566.713"],["15069.049","15573.005"],["15065.813","15598.150"],["15053.247","15597.110"],["15086.981","15588.472"],["15053.182","15587.548"],["15089.168","15585.483"],["14983.674","15525.865"],["14964.233","15534.354"],["14972.342","15523.801"],["14934.272","15696.164"],["14888.379","15680.340"],["15067.504","15633.738"],["14963.202","15581.657"],["14929.872","15703.991"],["14897.688","15676.409"],["14977.626","15579.692"],["14962.232","15592.739"],["14897.792","15670.579"],["15043.373","15642.930"],["15053.192","15651.634"],["15078.032","15628.109"],["15080.302","15641.800"],["15060.094","15621.995"],["15068.104","15628.403"],["14912.931","15699.862"],["14937.126","15536.515"],["14937.570","15525.830"],["14948.755","15551.660"],["15033.423","15639.285"],["14975.644","15549.653"],["14977.568","15540.734"],["14988.120","15563.267"],["14984.995","15561.400"],["14991.278","15573.126"],["15080.399","15641.566"],["14999.472","15621.361"],["14986.289","15596.440"],["14993.081","15586.333"],["15002.604","15592.890"],["15055.941","15655.406"],["15013.380","15614.664"],["23530.078","7994.991"],["23552.414","7997.171"],["23552.447","8010.152"],["23570.071","7913.469"],["23568.607","7931.124"],["23559.742","7927.342"],["23547.635","8008.002"],["23544.107","7945.213"],["23544.057","7943.413"],["23516.054","7941.803"],["23524.623","7955.180"],["23549.029","7973.121"],["23545.295","7969.604"],["23856.955","7380.724"],["23845.757","7468.607"],["23930.407","7346.670"],["23861.358","7474.447"],["23852.745","7411.575"],["23851.991","7432.903"],["23862.598","7391.038"],["29356.287","11169.145"],["29333.211","11100.825"],["29366.552","11162.139"],["29362.761","11271.331"],["29364.988","11208.590"],["29378.534","11090.121"],["29373.863","11220.934"],["29352.708","11199.450"],["29397.973","11273.617"],["29356.513","11232.669"],["29387.348","11160.287"],["29380.841","11245.433"],["29394.622","11211.657"],["29353.785","11130.215"],["29287.204","11208.593"],["29263.721","11195.547"],["29240.925","11158.332"],["29230.530","11102.972"],["29220.267","11149.986"],["29254.038","11232.053"],["29269.599","11244.554"],["29265.699","11260.812"],["6717.354","7733.138"],["6794.622","7896.408"],["6727.893","7750.691"],["6788.470","7747.731"],["6806.803","7728.289"],["6807.100","7702.025"],["6726.569","7877.094"],["6778.630","7893.213"],["15092.489","17465.127"],["15025.344","17455.947"],["15029.044","17439.779"],["15046.533","17478.384"],["15042.339","17476.864"],["15064.280","17455.262"],["15060.728","17483.652"],["15058.147","17516.912"],["15081.209","17519.575"],["15093.200","17526.759"],["15078.956","17502.598"],["15068.463","17537.147"],["15027.420","17412.184"],["15021.466","17414.381"],["5432.234","8312.206"],["5420.293","8315.658"],["5417.135","8274.435"],["5421.297","8198.070"],["5422.267","8170.935"],["5429.043","8191.381"],["5584.016","8149.352"],["5605.644","8166.594"],["5576.468","8178.603"],["5568.508","8174.358"],["5540.984","8219.991"],["5512.069","8189.306"],["5481.847","8250.462"],["5474.627","8271.156"],["5458.958","8303.136"],["5441.113","8299.849"],["16266.165","14469.143"],["16277.678","14474.841"],["16289.372","14466.105"],["16266.165","14470.613"],["16340.216","14484.427"],["16311.515","14452.998"],["16325.413","14464.873"],["16335.430","14477.821"],["16337.617","14458.415"],["16313.318","14490.308"],["16327.529","14527.021"],["16317.233","14512.934"],["16315.752","14497.294"],["16336.246","14525.172"],["16300.491","14519.345"],["16276.149","14521.888"],["16298.024","14522.235"],["16836.786","16188.102"],["16985.759","16182.836"],["16800.886","16193.108"],["16970.342","16311.189"],["16955.640","16242.449"],["16961.710","16267.948"],["16828.624","16225.490"],["16818.767","16224.668"],["16875.492","16308.902"],["16875.228","16308.650"],["16914.415","16246.411"],["16923.987","16247.485"],["16925.375","16215.670"],["16974.213","16230.522"],["16947.430","16257.308"],["16982.210","16309.748"],["16863.454","16333.963"],["16883.805","16300.900"],["16808.229","16216.873"],["16972.771","16304.962"],["16958.407","16242.876"],["16948.788","16322.793"],["16985.363","16349.479"],["16834.101","16223.343"],["16945.373","16221.259"],["16894.446","16289.586"],["16944.041","16226.208"],["16918.452","16270.772"],["16906.293","16285.434"],["18925.338","13587.417"],["18889.277","13574.731"],["18914.488","13557.902"],["18899.484","13592.631"],["18916.231","13564.306"],["18910.197","13575.765"],["18920.361","13599.113"],["18893.891","13604.260"],["18886.944","13599.745"],["18915.085","13587.906"],["16146.742","18518.581"],["16165.690","18493.313"],["16209.538","18494.585"],["16169.407","18490.159"],["16216.475","18506.612"],["16259.222","18497.908"],["16278.416","18608.792"],["16202.018","18605.142"],["16261.771","18500.402"],["16214.765","18567.273"],["16274.337","18603.755"],["16256.376","18570.014"],["16243.268","18551.170"],["16204.156","18575.382"],["16230.916","18604.861"],["16250.949","18573.482"],["16261.097","18531.864"],["16289.666","18600.022"],["16287.923","18530.923"],["16246.705","18596.587"],["16219.567","18599.874"],["11225.819","15837.148"],["11241.313","15849.947"],["11224.092","15867.024"],["15042.533","18045.597"],["15053.652","18065.069"],["15047.945","18045.597"],["15025.389","18078.679"],["15015.043","18060.595"],["15012.889","18059.026"],["15033.629","18054.600"],["14992.732","18052.141"],["15004.442","18050.902"],["14947.211","18046.689"],["14944.875","18047.085"],["14946.800","18045.582"],["17270.764","18097.107"],["17305.649","18094.134"],["17323.330","18114.217"],["5907.215","16223.769"],["5924.205","16241.005"],["5913.169","16241.566"],["5912.630","16293.649"],["5907.301","16143.202"],["5893.388","16143.284"],["5893.355","16164.420"],["5879.013","16155.660"],["5868.313","16145.054"],["5923.814","16186.201"],["5914.716","16184.303"],["5916.153","16198.111"],["5904.713","16210.305"],["5938.631","16206.352"],["5930.656","16215.643"],["5950.292","16212.656"],["5927.577","16188.165"],["5939.949","16183.591"],["5935.247","16193.064"],["5914.362","16205.998"],["5929.105","16219.175"],["5915.249","16227.097"],["5918.496","16248.512"],["5938.543","16255.790"],["5971.448","16289.596"],["5957.646","16286.985"],["5942.205","16272.021"],["5922.816","16242.103"],["5930.556","16248.288"],["5952.711","16144.733"],["5948.992","16160.524"],["5974.192","16164.911"],["5971.469","16200.959"],["5969.115","16200.433"],["5956.841","16190.951"],["5954.876","16171.930"],["5940.427","16157.561"],["5929.301","16164.192"],["5932.889","16156.696"],["5925.275","16182.032"],["5900.243","16178.752"],["5906.589","16335.110"],["5906.557","16342.376"],["5910.122","16328.986"],["5954.671","16317.547"],["5952.821","16302.154"],["5952.499","16296.357"],["5932.924","16309.551"],["5945.148","16263.333"],["5970.646","16259.769"],["5967.067","16276.162"],["5940.327","16236.475"],["5967.005","16211.704"],["5965.620","16229.431"],["5958.343","16246.061"],["5945.481","16291.261"],["5952.399","16352.249"],["5965.060","16349.126"],["5984.444","16340.817"],["5967.075","16338.849"],["5937.744","16335.393"],["5939.388","16348.903"],["5946.337","16337.273"],["6037.259","16318.153"],["6036.207","16310.853"],["6037.161","16324.148"],["6025.023","16315.623"],["6026.371","16317.588"],["6021.306","16317.225"],["6020.117","16322.128"],["6007.485","16325.464"],["6012.995","16325.926"],["5993.258","16327.567"],["6003.899","16329.433"],["5999.343","16333.347"],["5960.496","16328.870"],["5955.102","16331.545"],["5962.010","16330.620"],["5987.363","16348.167"],["5990.225","16339.249"],["5993.367","16344.154"],["12410.776","15761.612"],["12377.569","15755.122"],["12379.592","15773.355"],["12546.334","15807.339"],["12525.807","15797.595"],["12515.906","15787.273"],["12527.710","15749.831"],["12548.499","15740.467"],["12530.210","15735.463"],["12483.506","15793.789"],["12497.535","15815.424"],["12482.009","15809.842"],["15152.247","12330.653"],["15184.113","12293.767"],["15179.853","12298.937"],["15206.221","12319.172"],["15192.356","12310.650"],["15181.287","12325.976"],["15209.971","12313.589"],["15236.449","12275.156"],["15182.472","12278.871"],["15173.278","12239.482"],["15199.101","12244.932"],["15166.305","12256.245"],["15264.575","12253.623"],["15273.918","12244.721"],["15254.385","12237.819"],["15289.181","12218.445"],["15283.998","12258.495"],["15242.434","12188.808"],["15282.287","12162.950"],["15266.695","12177.070"],["15273.467","12330.056"],["15275.128","12304.045"],["15268.171","12291.840"],["15262.102","12292.963"],["15297.406","12287.813"],["15275.608","12207.305"],["15251.069","12206.083"],["15282.779","12190.146"],["15279.079","12204.977"],["15269.662","12166.450"],["15242.951","12151.900"],["15237.951","12174.773"],["15251.389","12138.291"],["15238.132","12170.909"],["15198.295","12165.928"],["15176.864","12191.907"],["15206.354","12190.916"],["15179.084","12204.409"],["15173.805","12195.639"],["15137.963","12261.898"],["15115.858","12262.856"],["15126.615","12280.610"],["15120.019","12264.870"],["15127.634","12255.440"],["15158.273","12198.628"],["15154.342","12232.187"],["15162.598","12234.268"],["15146.957","12216.019"],["15159.259","12198.777"],["15207.305","12246.006"],["15207.683","12291.171"],["15196.104","12274.160"],["15219.870","12274.639"],["15228.242","12282.665"],["15203.604","12297.050"],["15145.038","12173.045"],["15145.252","12164.986"],["15292.863","12149.254"],["15279.902","12129.056"],["15270.330","12147.883"],["5372.095","18066.605"],["5355.266","18097.025"],["28676.107","10625.975"],["28646.016","10631.589"],["28627.952","10644.849"],["28713.065","10627.370"],["28746.779","10518.424"],["28729.012","10522.795"],["28767.270","10532.887"],["28774.131","10505.015"],["28763.722","10502.713"],["28742.418","10487.121"],["28734.269","10508.888"],["15990.021","12321.190"],["15958.294","12293.874"],["15967.554","12298.515"],["15945.829","12270.934"],["15949.579","12277.111"],["21050.114","16163.822"],["21072.029","16159.925"],["21028.752","16144.298"],["9789.892","12648.207"],["9728.913","12758.210"],["9641.944","12716.496"],["9816.284","12551.385"],["18629.470","13443.599"],["18556.300","9188.841"],["18563.537","9167.256"],["18592.695","9183.938"],["18568.287","9187.637"],["18576.363","9190.957"],["18593.797","9202.996"],["18671.984","9183.023"],["18619.579","9179.575"],["18652.067","9212.573"],["18669.899","9187.159"],["18671.626","9187.704"],["18637.698","9175.598"],["18358.177","13007.664"],["27631.773","11042.583"],["27662.129","10938.186"],["11989.201","16648.380"],["11999.695","16649.635"],["11994.497","16625.275"],["12097.297","16659.002"],["12065.915","16649.027"],["12091.886","16657.945"],["12131.593","16626.987"],["12016.142","16637.394"],["12047.637","16638.662"],["12123.793","16626.280"],["12088.446","16611.018"],["12084.860","16636.943"],["12028.337","16637.905"],["12011.249","16604.627"],["11986.539","16600.712"],["11990.178","16600.382"],["11948.728","16605.757"],["12037.751","16638.578"],["12138.099","16615.224"],["12104.804","16628.476"],["12116.674","16590.972"],["26202.795","16136.439"],["26202.943","16140.353"],["20200.251","15916.076"],["17849.734","16215.602"],["17852.250","16197.898"],["17912.858","16210.299"],["17938.236","16224.238"],["17929.058","16212.413"],["17910.308","16218.276"],["17934.716","16205.278"],["17863.735","16232.233"],["17870.413","16199.334"],["17890.051","16228.170"],["17888.982","16195.982"],["17891.679","16208.566"],["17832.661","16212.018"],["17860.194","16218.525"],["17841.905","16219.285"],["16572.220","15387.729"],["16568.618","15418.018"],["16599.264","15393.378"],["16640.674","15342.664"],["16635.509","15328.758"],["16684.305","15332.152"],["16682.710","15333.903"],["16717.775","15324.671"],["16719.716","15328.635"],["16721.840","15320.191"],["15970.408","15032.547"],["15970.408","15054.860"],["15964.865","15063.662"],["15948.664","14924.668"],["15939.026","14932.215"],["16004.592","14973.206"],["15975.628","15008.780"],["16005.102","15009.804"],["15968.154","14977.998"],["15972.990","14953.291"],["15955.243","14978.179"],["7203.857","17528.295"],["9992.119","13883.585"],["9984.123","13892.453"],["9965.690","13876.932"],["9908.478","13864.816"],["9880.789","13885.606"],["13355.047","13368.447"],["13396.746","13375.714"],["13326.620","13228.660"],["13343.122","13224.874"],["15874.701","13211.489"],["15726.119","13348.303"],["15860.211","13209.523"],["15925.261","13284.908"],["15890.704","13209.375"],["15782.313","13276.109"],["15768.810","13275.366"],["15888.427","13279.861"],["15734.282","13282.891"],["15760.022","13262.032"],["15726.514","13348.667"],["15932.876","13302.266"],["15779.813","13262.434"],["15762.807","13264.911"],["15774.386","13282.979"],["15743.838","13281.487"],["15868.056","13205.361"],["15873.106","13221.877"],["15888.657","13278.077"],["15746.766","13278.630"],["15752.835","13264.377"],["15883.411","13306.252"],["15783.004","13343.991"],["15794.945","13353.916"],["15795.093","13342.224"],["15739.120","13376.238"],["15786.538","13374.967"],["15773.841","13390.111"],["15876.976","13366.616"],["15882.058","13362.223"],["15887.370","13348.317"],["15899.034","13310.902"],["15914.955","13336.963"],["15934.954","13363.329"],["15746.205","13212.627"],["15740.547","13212.379"],["15824.501","13245.748"],["15733.393","13186.665"],["15921.620","13191.122"],["15902.870","13191.799"],["15789.966","13190.390"],["15790.427","13197.393"],["15777.779","13216.138"],["15773.617","13210.126"],["15800.854","13229.565"],["15917.195","13214.043"],["15895.073","13222.978"],["15904.218","13215.942"],["15836.162","13225.979"],["15811.069","13231.999"],["15826.414","13239.976"],["15822.549","13224.699"],["15822.928","13250.529"],["15920.715","13216.438"],["15833.053","13215.492"],["15827.774","13220.463"],["15841.968","13245.930"],["15870.382","13225.537"],["15852.553","13197.593"],["15889.613","13230.426"],["15841.518","13191.813"],["15839.511","13207.519"],["15837.225","13198.617"],["15812.390","13206.561"],["15882.153","13282.061"],["15874.538","13287.065"],["15871.561","13310.550"],["15886.709","13305.199"],["15867.301","13286.421"],["5811.475","18654.973"],["5807.133","18642.058"],["5764.825","18582.819"],["5762.473","18575.123"],["5777.885","18540.943"],["5776.789","18552.297"],["20116.213","15454.907"],["20086.081","15494.421"],["20108.544","15379.300"],["6202.149","15871.576"],["6201.138","15874.278"],["6240.965","15767.407"],["6212.126","15829.237"],["6209.768","15839.556"],["6220.397","15853.451"],["6209.874","15842.759"],["6213.444","15820.959"],["6216.292","15821.822"],["6218.121","15816.529"],["6223.152","15811.364"],["6226.604","15834.445"],["6244.194","15791.216"],["6248.156","15792.248"],["6238.588","15806.433"],["6243.853","15807.356"],["6245.613","15798.339"],["6245.235","15800.354"],["6223.839","15859.154"],["6219.036","15857.833"],["6225.418","15853.621"],["6233.406","15838.924"],["6227.189","15839.072"],["6233.669","15831.343"],["6245.895","15894.818"],["6243.362","15891.020"],["6227.621","15896.075"],["6232.884","15899.609"],["6239.019","15891.946"],["6197.484","15893.000"],["6194.063","15895.395"],["6207.122","15901.456"],["6180.765","15911.823"],["6194.318","15900.394"],["6194.659","15918.585"],["6194.215","15919.955"],["6195.514","15905.934"],["6245.311","15929.640"],["13151.924","14720.374"],["13168.700","14680.077"],["13165.427","14677.055"],["13180.246","14723.942"],["13167.697","14694.776"],["13180.214","14711.588"],["15513.894","15543.125"],["15484.086","15507.308"],["15496.867","15558.478"],["15482.409","15516.276"],["15496.405","15526.928"],["15430.322","15510.737"],["15406.177","15537.822"],["15424.236","15534.436"],["15412.591","15507.566"],["15418.299","15524.543"],["15342.540","15515.401"],["15341.767","15516.310"],["15319.029","15556.186"],["15337.549","15570.026"],["15321.003","15573.444"],["15320.953","15566.871"],["15321.562","15556.896"],["15332.860","15607.917"],["15329.538","15612.657"],["15338.222","15596.571"],["15309.472","15595.333"],["15311.473","15693.002"],["15317.964","15661.845"],["15345.908","15674.859"],["15355.793","15661.201"],["15343.589","15658.839"],["15337.767","15663.562"],["15307.049","15681.838"],["15401.970","15600.895"],["15400.210","15597.246"],["15382.627","15621.919"],["15376.032","15593.084"],["15383.483","15617.807"],["15405.033","15564.747"],["15405.855","15575.119"],["15405.658","15568.975"],["15384.967","15569.223"],["15379.079","15592.708"],["15426.384","15567.391"],["15425.824","15582.040"],["15513.824","15628.703"],["15323.445","15673.031"],["15314.202","15685.500"],["16254.897","14239.492"],["16153.036","14277.049"],["16157.421","14295.244"],["16158.499","14246.244"],["16183.605","14306.689"],["16176.862","14321.999"],["16195.825","14318.200"],["16161.500","14320.661"],["16149.433","14267.113"],["16163.347","14270.400"],["16165.140","14260.986"],["16170.318","14245.484"],["16194.660","14239.654"],["16205.844","14277.326"],["16209.281","14272.932"],["16179.380","14260.959"],["16202.253","14424.058"],["16227.763","14428.121"],["16203.355","14419.153"],["16237.056","14430.020"],["15485.534","12973.409"],["15483.402","12978.154"],["15474.229","12977.678"],["15483.818","12982.289"],["15501.763","12998.700"],["15488.424","12995.050"],["15488.424","13029.865"],["15481.352","13009.600"],["15490.019","13003.324"],["15490.206","13029.538"],["15514.256","13026.365"],["15494.322","13034.441"],["15503.187","13013.120"],["15351.820","13173.759"],["15349.172","13158.713"],["15352.412","13173.313"],["15342.543","13151.562"],["15476.926","13140.436"],["15451.383","13116.440"],["15477.090","13131.997"],["15478.192","13119.611"],["15462.435","13131.601"],["15393.452","13125.815"],["15405.261","13121.174"],["15459.162","13094.100"],["15451.580","13095.207"],["15439.310","13108.336"],["15434.096","13071.425"],["15444.306","13122.969"],["15432.250","13111.507"],["15439.277","13079.798"],["15333.565","13007.656"],["15351.888","13021.561"],["15314.717","12996.805"],["15337.447","13000.587"],["15346.888","13011.817"],["15409.909","13162.287"],["15418.100","13134.376"],["15408.494","13138.984"],["15429.070","13166.350"],["15394.876","13163.575"],["15399.776","13091.397"],["15407.095","13113.875"],["15417.243","13083.668"],["15425.582","13090.340"],["15416.239","13093.842"],["14635.742","16430.270"],["14618.084","16547.531"],["14621.373","16555.888"],["14640.765","16546.276"],["14632.952","16550.817"],["14653.397","16444.849"],["14647.081","16469.027"],["14648.759","16480.109"],["14672.048","16458.292"],["14653.560","16436.352"],["14580.026","16537.981"],["14598.251","16506.651"],["14598.250","16511.043"],["14561.663","16551.096"],["14629.465","16407.495"],["14809.665","13672.120"],["14796.589","13662.690"],["14835.635","13669.445"],["14833.481","13643.103"],["14856.006","13687.042"],["14835.628","13701.378"],["14852.335","13733.107"],["14864.950","13748.929"],["14798.448","13640.642"],["14869.194","13747.294"],["14866.464","13735.452"],["14791.652","13770.964"],["14790.741","13661.709"],["14759.672","13656.573"],["14756.686","13701.419"],["14778.356","13656.606"],["14763.564","13718.177"],["14831.925","13795.139"],["14838.570","13794.412"],["14876.695","13635.432"],["14764.486","13718.574"],["14763.434","13713.114"],["14774.157","13698.970"],["14759.859","13781.842"],["14813.899","13782.076"],["14794.288","13694.858"],["14879.129","13646.382"],["14790.977","13795.137"],["14778.954","13794.311"],["14880.842","13623.123"],["14788.247","13792.941"],["14852.026","13715.482"],["14856.203","13685.308"],["14823.720","13685.077"],["14772.939","13698.541"],["14843.712","13815.283"],["14755.688","13810.716"],["14742.218","13813.491"],["14752.300","13814.432"],["14798.354","13812.222"],["14821.376","13809.982"],["14810.833","13796.258"],["14796.660","13795.029"],["14804.069","13777.653"],["14805.369","13775.209"],["14771.994","13749.769"],["14786.221","13722.568"],["14807.441","13767.793"],["14863.516","13809.581"],["14877.003","13805.139"],["14852.102","13814.916"],["14879.273","13786.229"],["14876.871","13812.488"],["14851.169","13773.058"],["14857.829","13748.103"],["14764.997","13735.888"],["14746.752","13714.268"],["14745.227","13739.439"],["14756.324","13683.433"],["14763.780","13741.058"],["14777.332","13746.409"],["14796.816","13746.984"],["13427.048","13845.833"],["13409.877","13835.825"],["14847.817","16112.388"],["14848.754","16037.508"],["14835.054","16097.590"],["14880.317","16022.677"],["14821.337","16094.766"],["14816.764","16065.270"],["14857.200","16130.930"],["14870.407","15999.197"],["14858.384","15990.113"],["14844.519","16021.294"],["14876.822","15935.134"],["14874.799","16136.281"],["14877.608","16119.900"],["14746.667","16072.574"],["14763.482","16096.473"],["14779.781","16069.454"],["14796.863","16091.675"],["14868.203","16126.240"],["10197.513","12252.086"],["10090.132","12241.504"],["13607.452","12765.814"],["13564.858","12761.597"],["8805.314","16743.195"],["8802.702","16740.747"],["8800.048","16745.195"],["8799.766","16746.315"],["8831.629","16735.763"],["8830.335","16731.433"],["8835.592","16730.716"],["8841.926","16732.109"],["8843.290","16731.308"],["8841.421","16735.700"],["8840.628","16739.380"],["8842.256","16739.098"],["8847.491","16739.644"],["13003.272","13636.069"],["13051.973","13687.085"],["13053.848","13749.298"],["13176.442","13640.495"],["13189.933","13695.948"],["13192.548","13729.144"],["13154.670","13696.229"],["13187.268","13748.632"],["13188.354","13743.776"],["13125.475","13758.558"],["13038.239","13736.559"],["13073.716","13712.662"],["13185.821","13721.514"],["13176.430","13611.655"],["13198.202","13670.255"],["13183.188","13615.648"],["13165.257","13624.030"],["13159.451","13626.012"],["13140.300","13631.140"],["13139.708","13637.548"],["9109.280","12523.555"],["9042.039","12354.352"],["9000.444","12414.197"],["9009.305","12361.000"],["8988.732","12423.370"],["9026.623","12438.447"],["9081.995","12439.087"],["9076.406","12448.412"],["9071.663","12410.328"],["9048.092","12377.342"],["9121.060","12534.885"],["9121.209","12523.518"],["9072.045","12519.174"],["9009.845","12491.656"],["9026.760","12514.151"],["9041.302","12502.572"],["8090.594","12608.754"],["8136.786","12679.446"],["23987.046","8108.249"],["23981.742","8133.909"],["23986.282","8136.105"],["23956.663","8123.483"],["23962.419","8129.285"],["23973.110","8131.052"],["13200.870","13891.968"],["13268.181","13975.643"],["13269.974","14002.001"],["13252.983","14009.136"],["13381.554","13872.040"],["14052.439","15099.667"],["14114.234","15181.895"],["14169.871","15237.958"],["14204.441","15232.004"],["14094.827","15243.800"],["14126.767","15180.210"],["14085.814","15236.318"],["14118.416","15230.511"],["14108.795","15212.295"],["14116.854","15224.400"],["14229.854","15233.915"],["14120.319","15194.576"],["14120.533","15202.751"],["14131.471","15217.912"],["14227.847","15228.052"],["14158.932","15210.218"],["14154.211","15214.661"],["14157.649","15224.719"],["14238.240","15234.210"],["14231.069","15232.112"],["14075.967","15238.790"],["14149.111","15246.160"],["14225.577","15230.248"],["14053.855","15223.329"],["14124.415","15179.384"],["14104.272","15206.441"],["14091.772","15197.639"],["14096.048","15195.327"],["14070.920","15092.249"],["14077.154","15088.995"],["14087.285","15100.407"],["14170.061","15122.794"],["14200.757","15116.935"],["14114.294","15106.653"],["14117.551","15118.214"],["14136.005","15116.166"],["14243.564","15254.636"],["14155.834","15122.035"],["14158.005","15115.792"],["14197.649","15112.674"],["14240.958","15144.974"],["14203.816","15122.203"],["15257.863","18096.305"],["15265.626","18113.382"],["5872.604","8139.950"],["5940.609","8110.431"],["6022.755","8145.766"],["26649.683","16674.674"],["26655.243","16683.228"],["26648.051","16621.430"],["26631.077","16594.692"],["4820.134","17603.816"],["4822.502","17601.306"],["4795.334","17595.207"],["17582.561","17806.622"],["16395.676","17177.660"],["16402.025","17175.794"],["16401.120","17183.424"],["16394.936","17172.590"],["22326.403","17221.108"],["22329.785","17301.265"],["22382.975","17299.089"],["22315.787","17295.759"],["22388.799","17232.470"],["22330.838","17261.128"],["22296.126","17259.819"],["22426.206","17247.862"],["22456.290","17246.061"],["14860.151","14210.587"],["14843.027","14200.673"],["14872.577","14127.909"],["14857.528","14113.821"],["14870.176","14120.246"],["14861.952","14130.535"],["14852.725","14111.344"],["14824.814","14124.614"],["14831.089","14099.306"],["14862.184","14173.433"],["14861.362","14173.615"],["14859.471","14200.749"],["14858.599","14184.218"],["14871.905","14182.467"],["15934.519","14960.343"],["15902.033","14884.322"],["15897.564","15061.484"],["15906.939","15026.620"],["15737.202","14952.497"],["15817.502","15068.861"],["15741.545","14931.275"],["15734.298","14889.953"],["15880.065","14942.810"],["15799.553","15021.666"],["15793.615","14992.930"],["15924.619","14889.844"],["15826.153","15049.455"],["15784.947","15021.286"],["15911.759","14953.891"],["15904.307","15047.595"],["15734.972","14900.803"],["15862.845","14893.512"],["15912.137","14942.314"],["15818.225","15082.486"],["15810.391","15023.235"],["15930.786","15051.722"],["15910.503","14902.456"],["15773.434","15047.034"],["15750.236","14905.163"],["15876.364","14957.756"],["15920.327","15027.743"],["15750.715","15060.646"],["16483.659","16550.250"],["15429.721","18515.655"],["15449.522","18632.874"],["15405.876","18531.692"],["15405.876","18579.107"],["16381.129","12703.803"],["16387.938","12702.911"],["16381.491","12703.241"],["16407.534","12747.785"],["7867.030","12322.982"],["7772.533","12272.899"],["7745.779","12263.193"],["7739.532","12321.936"],["7732.306","12331.911"],["24407.622","7995.826"],["24436.934","7916.540"],["24454.072","7936.804"],["24403.507","7984.510"],["24466.512","7929.899"],["24489.779","7923.491"],["24501.473","7924.251"],["24496.177","7917.282"],["24425.363","7943.865"],["24414.414","7925.776"],["24409.809","7933.431"],["24386.502","7933.238"],["24394.627","7973.877"],["24376.379","7986.221"],["24395.408","7970.170"],["24362.475","7941.291"],["24447.514","7898.002"],["24447.481","7913.509"],["24443.962","7902.378"],["24452.185","7919.752"],["24439.786","7911.865"],["24442.270","7900.304"],["24423.569","7909.966"],["24421.974","7908.199"],["14706.659","12148.972"],["14717.284","12133.315"],["14733.271","12167.667"],["14831.485","12331.326"],["14788.946","12329.179"],["14843.789","12264.379"],["14852.769","12272.901"],["14789.880","12299.579"],["14777.166","12298.010"],["14860.812","12262.381"],["14847.868","12282.794"],["14869.874","12279.986"],["14805.796","12246.146"],["14796.619","12245.865"],["14817.441","12264.726"],["14822.079","12244.346"],["14805.109","12175.496"],["14820.224","12135.579"],["14810.142","12174.852"],["14828.547","12156.900"],["14824.250","12225.140"],["14806.635","12223.059"],["14787.507","12226.412"],["14809.119","12230.541"],["14788.444","12209.781"],["14842.540","12188.556"],["14841.142","12209.613"],["14819.284","12210.852"],["14857.705","12180.051"],["14846.899","12216.136"],["14872.072","12245.945"],["14838.174","12239.075"],["14835.740","12232.452"],["14834.654","12237.473"],["14870.148","12235.425"],["14823.939","12298.214"],["14809.400","12301.021"],["14805.863","12265.414"],["14792.163","12304.919"],["14821.554","12299.221"],["14854.648","12285.105"],["14872.460","12312.900"],["14817.129","12144.445"],["14835.320","12139.606"],["14741.641","12260.510"],["14710.029","12273.177"],["14704.914","12253.293"],["14726.049","12255.423"],["14706.295","12257.323"],["14786.254","12223.253"],["14772.948","12233.690"],["14786.287","12238.430"],["14716.452","12303.128"],["14725.202","12304.251"],["14770.932","12256.825"],["14762.297","12276.049"],["14898.890","17220.800"],["14910.880","17203.855"],["14903.924","17226.690"],["14961.554","17199.349"],["14920.046","17274.726"],["14918.879","17263.380"],["14920.737","17276.394"],["14914.092","17287.113"],["14941.499","17247.958"],["14910.331","17209.675"],["14946.762","17240.774"],["14915.134","17228.850"],["14958.119","17304.434"],["14935.734","17286.564"],["14956.113","17311.205"],["14892.398","17244.047"],["14954.416","17398.717"],["14957.212","17404.250"],["14910.510","17308.751"],["14905.641","17306.785"],["14912.354","17269.577"],["14919.838","17261.121"],["11086.078","16223.451"],["11077.526","16256.019"],["11077.904","16261.700"],["11066.365","16296.276"],["11072.631","16318.556"],["11052.253","16314.790"],["17138.333","16252.668"],["17180.276","16235.738"],["17099.446","16190.146"],["17086.040","16246.716"],["17079.990","16302.724"],["17001.073","16145.499"],["17015.198","16157.170"],["17142.089","16198.041"],["17047.214","16220.896"],["17058.212","16207.268"],["17008.786","16152.039"],["17048.841","16240.552"],["17007.439","16193.409"],["17090.461","16266.158"],["17160.879","16247.289"],["17037.240","16145.468"],["17048.035","16251.350"],["16993.678","16213.054"],["17028.331","16264.364"],["17035.126","16161.670"],["17041.433","16347.213"],["16989.324","16324.858"],["17030.028","16330.902"],["17047.419","16340.592"],["17035.740","16342.829"],["17045.695","16332.081"],["17104.763","16206.332"],["17101.003","16225.369"],["17176.621","16243.083"],["17058.436","16143.449"],["17071.455","16196.912"],["17195.814","16243.893"],["17139.786","16197.232"],["17075.139","16204.525"],["17038.017","16268.544"],["17039.418","16216.205"],["17106.321","16184.432"],["17115.260","16182.546"],["17120.786","16195.378"],["17052.584","16308.034"],["17025.088","16305.722"],["17046.087","16256.739"],["17051.195","16150.590"],["17045.754","16163.810"],["17101.858","16224.295"],["17098.801","16151.945"],["17046.012","16238.306"],["17197.145","16240.044"],["17059.643","16202.148"],["17009.097","16180.926"],["17002.880","16169.911"],["17078.338","16265.875"],["17090.905","16254.994"],["16997.440","16161.432"],["17109.417","16200.617"],["17093.282","16271.178"],["17078.216","16274.117"],["17071.869","16231.823"],["17092.736","16294.532"],["17161.833","16249.651"],["17172.845","16151.628"],["17073.794","16231.608"],["17130.471","16249.877"],["13542.294","15951.209"],["8556.892","17075.677"],["10660.394","8134.391"],["10664.572","8157.167"],["10619.924","8161.654"],["10658.947","8196.065"],["10641.317","8204.556"],["10592.506","8240.722"],["10612.249","8192.406"],["10571.892","8175.919"],["10632.782","8176.729"],["10463.430","8228.086"],["10485.895","8227.015"],["14892.027","13052.452"],["14928.194","13044.492"],["14957.724","13149.616"],["14900.480","13106.825"],["14943.091","13035.058"],["14930.859","13039.405"],["14956.331","13015.371"],["14939.536","13136.719"],["14901.657","13123.603"],["14916.665","13028.653"],["14935.275","13163.012"],["14936.378","13119.411"],["14961.084","13037.634"],["14937.610","13157.133"],["14939.143","13030.813"],["14910.452","13150.965"],["14945.017","13117.942"],["14907.157","13092.936"],["14950.099","13178.791"],["14889.930","13104.380"],["14901.472","13134.401"],["14898.175","13138.406"],["14958.685","13180.839"],["14886.192","13161.932"],["14975.870","13012.415"],["14954.402","13157.196"],["14933.984","13028.455"],["15030.788","13141.054"],["15019.966","13178.197"],["15047.926","13157.553"],["15029.507","13118.567"],["15036.711","13111.746"],["15038.208","13103.670"],["15013.159","13117.724"],["14995.083","13089.120"],["15055.129","13033.617"],["15023.386","13025.775"],["15052.186","13029.226"],["15019.143","13016.460"],["15093.297","13021.769"],["15092.951","13007.912"],["14970.054","13052.486"],["14965.679","13071.743"],["14940.531","13065.616"],["14933.064","13064.130"],["14946.766","12990.628"],["14975.466","12976.210"],["14951.568","12988.844"],["18207.999","17383.817"],["6381.161","18735.191"],["6372.229","18799.557"],["6302.880","18722.162"],["6298.588","18728.042"],["6391.577","18847.534"],["6335.833","18860.382"],["6329.301","18867.774"],["6301.482","18849.806"],["6345.286","18793.976"],["6368.000","18703.956"],["6376.892","18694.560"],["6342.523","18693.922"],["6338.552","18783.685"],["6341.811","18805.581"],["6344.718","18803.474"],["6358.460","18808.426"],["6330.345","18765.683"],["6329.271","18764.426"],["6314.957","18753.009"],["6337.674","18701.251"],["6355.589","18718.169"],["6318.879","18736.687"],["8781.734","12702.556"],["1955.916","10837.895"],["18414.078","13860.435"],["18458.496","13847.716"],["18412.779","13850.460"],["18455.707","13879.053"],["18405.048","13867.462"],["18390.360","13883.156"],["17824.589","16488.242"],["17803.795","16535.515"],["6729.637","5753.869"],["15096.919","14496.963"],["15094.508","14600.498"],["15094.349","14661.036"],["15108.165","14658.096"],["15120.950","14610.207"],["15096.475","14492.619"],["15124.666","14640.140"],["15293.776","14596.750"],["15093.432","14491.529"],["15099.464","14661.251"],["15122.726","14608.307"],["15190.402","14479.281"],["15202.572","14476.025"],["15224.041","14614.915"],["15187.455","14583.905"],["15199.940","14600.737"],["15197.490","14617.517"],["15163.367","14567.599"],["15258.414","14471.555"],["15170.111","14590.444"],["15224.219","14546.022"],["15228.890","14539.631"],["15266.884","14493.322"],["15302.788","14533.553"],["15262.295","14560.358"],["15207.390","14543.038"],["15220.893","14574.632"],["15222.983","14603.148"],["15206.485","14589.603"],["15296.196","14658.658"],["15197.424","14607.029"],["15213.838","14602.306"],["15181.337","14560.503"],["15280.390","14650.070"],["15280.571","14647.014"],["15189.365","14621.090"],["15200.236","14629.314"],["15174.710","14605.103"],["15275.446","14622.725"],["15271.877","14626.672"],["15275.034","14628.026"],["15281.564","14639.653"],["15274.080","14627.911"],["15197.325","14573.819"],["15196.256","14584.372"],["15213.937","14580.524"],["15201.404","14559.169"],["15212.325","14560.243"],["14481.795","12100.921"],["14648.940","12100.127"],["14624.705","12091.416"],["14479.212","12090.626"],["14527.848","12077.222"],["14547.419","12048.544"],["14570.572","12032.593"],["14633.139","12044.155"],["14636.874","12037.232"],["14653.792","12035.618"],["14494.189","12023.252"],["14510.386","12020.218"],["14500.674","12008.602"],["14513.229","12008.879"],["14572.103","12003.919"],["14582.198","11999.148"],["14607.273","11999.525"],["14609.932","11994.141"],["14620.721","12017.459"],["14669.700","11992.291"],["31485.267","11046.591"],["31469.017","11067.367"],["31499.116","11052.041"],["31384.486","10894.239"],["31390.572","10891.630"],["31387.331","10890.011"],["31319.856","10888.433"],["31320.234","10881.051"],["31317.109","10904.056"],["13093.787","12712.327"],["13081.018","12707.735"],["14465.125","14067.972"],["14639.935","14033.335"],["14575.692","14071.997"],["14669.228","14125.721"],["14671.465","14111.063"],["12913.298","13062.245"],["12977.476","13034.169"],["12987.789","12990.717"],["12971.900","12985.614"],["12980.585","13034.978"],["12925.601","13049.809"],["12930.753","13066.847"],["12951.608","13066.137"],["12917.217","13088.352"],["12932.464","13095.008"],["12897.237","13130.515"],["12905.938","13135.007"],["12905.624","13159.834"],["12903.091","13155.440"],["12888.557","13108.154"],["12892.027","13104.900"],["12837.179","13141.123"],["12837.376","13144.294"],["12837.919","13161.008"],["12918.039","13161.346"],["12934.437","13178.621"],["8936.247","12433.619"],["8794.172","12385.743"],["8866.651","12366.330"],["8870.505","12343.346"],["8973.876","12350.782"],["8987.866","12355.906"],["8826.583","12347.582"],["8979.798","12428.263"],["8799.039","12515.744"],["8944.497","12405.915"],["8983.484","12396.454"],["8969.829","12511.687"],["8933.867","12482.219"],["8908.424","12485.720"],["5532.820","7884.647"],["5547.852","7890.294"],["5532.383","7824.626"],["5528.485","7852.206"],["5527.426","7790.309"],["5518.100","7801.225"],["7359.596","15400.615"],["7378.988","15409.246"],["7468.482","15492.412"],["7468.039","15491.562"],["7470.920","15497.035"],["7470.448","15496.096"],["15551.059","15562.096"],["15565.681","15571.603"],["15565.878","15562.817"],["15549.907","15579.387"],["15717.123","15598.941"],["15676.425","15653.349"],["15595.286","15584.881"],["15587.276","15553.574"],["15638.484","15510.147"],["15522.562","15520.747"],["15533.828","15553.992"],["15529.568","15514.224"],["15533.347","15513.028"],["15645.778","15572.745"],["15641.568","15589.789"],["15672.810","15534.889"],["15676.738","15668.593"],["15640.482","15561.019"],["15658.772","15561.878"],["15563.740","15593.552"],["15574.842","15583.973"],["15586.604","15510.170"],["15716.096","15667.668"],["15688.037","15658.832"],["15529.535","15516.519"],["15646.387","15587.493"],["15531.686","15635.078"],["15623.013","15663.080"],["15638.424","15636.078"],["15619.657","15632.081"],["15612.930","15629.637"],["15616.648","15635.038"],["15558.953","15627.800"],["15550.338","15631.402"],["15542.522","15652.986"],["15560.417","15630.839"],["15545.040","15646.544"],["15522.574","15642.758"],["20978.260","14879.413"],["20847.742","14943.565"],["20798.110","14880.278"],["20983.906","15010.346"],["20911.034","14972.147"],["12890.215","12762.938"],["11438.997","15498.227"],["11382.496","15492.126"],["11356.569","15473.903"],["11377.245","15472.452"],["14040.011","15248.475"],["13862.435","15295.302"],["13860.389","15283.605"],["13903.717","15290.867"],["13857.884","15274.873"],["27051.846","16559.043"],["27047.373","16556.186"],["27044.986","16531.244"],["27068.136","16558.538"],["26990.556","16358.807"],["26978.467","16380.690"],["26924.634","16415.271"],["26952.821","16459.686"],["26964.071","16447.927"],["26926.520","16475.780"],["26968.833","16522.355"],["26984.689","16529.110"],["27003.883","16563.092"],["27021.185","16533.628"],["26982.434","16492.570"],["26985.281","16493.859"],["26954.804","16425.688"],["26948.702","16446.976"],["26909.134","16434.507"],["26887.545","16422.580"],["26973.953","16502.513"],["26973.064","16521.225"],["26950.172","16489.165"],["26922.212","16471.908"],["26919.186","16473.395"],["26909.213","16469.011"],["26924.452","16451.071"],["26935.242","16459.015"],["26970.811","16492.369"],["26958.163","16477.819"],["26888.202","16491.913"],["26892.234","16509.146"],["26888.566","16512.086"],["26918.618","16374.957"],["26933.438","16395.502"],["27069.564","16358.211"],["27003.972","16369.313"],["26990.156","16397.604"],["27054.816","16354.178"],["26923.334","16493.183"],["26910.653","16516.404"],["26915.956","16448.995"],["26909.410","16443.887"],["26918.810","16479.476"],["26903.538","16482.509"],["26905.512","16482.014"],["26899.329","16441.021"],["26887.964","16441.566"],["26887.947","16479.153"],["26886.631","16480.210"],["26894.584","16466.895"],["26894.353","16453.353"],["26913.185","16455.684"],["26906.227","16449.342"],["26885.893","16465.947"],["8280.217","12546.690"],["8278.864","12538.490"],["8254.728","12532.495"],["8233.766","12502.015"],["8288.440","12503.699"],["8288.325","12476.168"],["8267.749","12479.112"],["8277.868","12450.591"],["8296.482","12440.987"],["8342.599","12444.886"],["8313.805","12392.827"],["8316.188","12371.621"],["8349.418","12370.515"],["8297.827","12371.797"],["8334.437","12380.838"],["8245.738","12410.589"],["8226.382","12394.143"],["8200.604","12417.039"],["8194.807","12427.749"],["8209.569","12344.400"],["8338.031","12356.193"],["24015.718","7713.359"],["23993.201","7708.041"],["23989.435","7717.473"],["23965.685","7746.589"],["23949.899","7755.828"],["23946.962","7739.974"],["23946.511","7731.188"],["14661.967","17008.736"],["14641.763","17115.451"],["14661.505","17022.549"],["14630.563","17094.031"],["14611.137","17139.364"],["14624.730","17003.816"],["14583.255","17049.960"],["14606.236","17138.374"],["14655.733","17029.580"],["14632.756","17012.519"],["14651.237","17119.927"],["14519.363","17117.547"],["14591.808","17033.527"],["14608.506","17138.572"],["14539.428","17123.013"],["14582.874","17101.469"],["14594.387","17066.589"],["14644.434","17011.165"],["14600.374","17066.077"],["14594.239","17099.818"],["14612.400","17035.443"],["14592.367","17060.233"],["14574.784","17191.838"],["14560.080","17193.341"],["14572.728","17190.054"],["14539.453","17076.600"],["14572.922","17143.490"],["14493.567","17194.722"],["14532.150","17083.917"],["14635.968","16991.852"],["14629.504","16989.638"],["14644.123","17174.975"],["14558.294","17159.868"],["14544.955","17158.729"],["14543.425","17147.003"],["14548.393","17144.014"],["14588.286","17191.919"],["14587.793","17196.246"],["14618.466","17061.503"],["14656.031","17024.145"],["14641.870","17027.613"],["14641.821","17032.667"],["14653.634","17089.689"],["14575.866","17161.409"],["14575.537","17161.871"],["14570.899","17153.250"],["14562.270","17118.624"],["14541.579","17135.106"],["14568.059","17114.974"],["14611.515","17195.717"],["14521.190","17142.426"],["14519.233","17158.545"],["14563.146","17111.289"],["14550.597","17106.268"],["14540.963","17172.371"],["14527.986","17173.163"],["14542.180","17169.547"],["14530.700","17190.257"],["14523.567","17194.538"],["14531.543","17196.454"],["14635.730","17155.371"],["14636.601","17152.183"],["14633.016","17143.744"],["14629.833","17181.043"],["14628.271","17183.685"],["14618.057","17191.811"],["14620.475","17176.303"],["14590.442","17116.419"],["14604.488","17134.999"],["14602.383","17118.731"],["14590.557","17113.066"],["14483.358","17106.581"],["13546.484","13788.113"],["13612.561","13611.107"],["13491.467","13644.508"],["13481.895","13640.346"],["13410.091","13642.421"],["13465.091","13633.296"],["13437.285","13654.144"],["13444.884","13646.018"],["13887.372","12240.189"],["14008.711","12134.238"],["14668.222","15938.114"],["14592.153","15952.697"],["14600.700","15994.735"],["14478.455","16032.182"],["14470.018","16007.377"],["14543.801","16065.180"],["14614.549","16009.962"],["14577.287","15981.772"],["14561.119","15936.718"],["14612.353","15977.494"],["14592.320","15983.011"],["14465.734","15997.355"],["14534.566","15978.941"],["14519.254","15946.488"],["14529.320","16000.526"],["14529.698","15985.580"],["14624.870","16005.091"],["14610.070","16006.961"],["14602.912","15984.662"],["14641.926","16004.183"],["14541.908","15984.332"],["19091.946","18061.032"],["28144.082","10507.537"],["28123.741","10518.768"],["1704.013","13442.955"],["1697.029","13456.080"],["32287.165","11431.272"],["32264.681","11453.056"],["32283.349","11459.992"],["32352.683","11478.462"],["32329.196","11484.507"],["27799.696","10629.428"],["27752.994","10615.362"],["27807.096","10587.106"],["15484.632","18254.621"],["15491.833","18235.931"],["15457.787","18136.764"],["15473.182","18109.645"],["15433.674","18155.492"],["15397.309","18144.312"],["15396.092","18179.572"],["15436.820","18125.178"],["15441.245","18135.533"],["15453.810","18130.628"],["15425.763","18160.711"],["15399.275","18152.563"],["15403.353","18163.579"],["15465.479","18095.232"],["15434.096","18085.905"],["15441.186","18093.217"],["15467.789","18074.693"],["15445.568","18048.484"],["15461.506","18075.090"],["15428.987","18061.244"],["15406.306","18054.291"],["15389.415","18059.130"],["15413.132","18077.726"],["15460.981","18248.824"],["15460.435","18058.185"],["15454.350","18053.940"],["15466.208","18043.998"],["15452.787","18054.237"],["15432.671","18115.708"],["15418.790","18111.893"],["15432.622","18108.524"],["15408.905","18108.491"],["15393.173","18162.142"],["15410.985","18188.887"],["15411.330","18166.988"],["15400.656","18185.964"],["15413.419","18188.722"],["15348.824","18214.873"],["15413.083","18141.553"],["15406.092","18133.081"],["15401.997","18131.000"],["15400.319","18135.691"],["15475.931","18234.456"],["15361.581","18089.048"],["15366.383","18082.921"],["15353.752","18093.969"],["15355.117","18093.028"],["15310.740","18043.760"],["15429.137","18254.262"],["15430.946","18246.962"],["15444.705","18232.133"],["15428.752","18228.351"],["15444.146","18238.144"],["15476.194","18230.690"],["16097.332","15075.844"],["16142.999","15003.180"],["16145.466","15006.268"],["16130.499","15003.774"],["16121.585","14997.928"],["16121.864","15018.968"],["16134.819","14885.272"],["16140.066","14904.694"],["16041.053","14899.139"],["15983.767","14882.310"],["16023.063","14877.432"],["15983.326","14891.239"],["15939.701","14878.019"],["15979.963","14931.059"],["16011.928","15013.933"],["16009.641","15020.473"],["16033.077","15079.035"],["16064.035","15068.408"],["16139.802","15058.809"],["16095.230","15048.008"],["16108.717","15030.981"],["16118.421","15033.921"],["16097.274","14979.550"],["16093.869","14960.656"],["16106.303","14965.049"],["16076.463","14899.423"],["16099.686","14933.279"],["16071.660","14927.251"],["16087.729","14915.096"],["16090.262","14938.234"],["15949.416","14913.806"],["15981.883","14906.176"],["15960.820","14891.166"],["15951.412","14890.489"],["15959.224","14885.385"],["15973.089","14901.125"],["15967.168","14882.892"],["16048.406","14936.768"],["16050.067","14940.930"],["16054.673","14923.258"],["16060.479","14930.029"],["16049.163","14917.511"],["16081.222","14953.453"],["16060.762","14960.455"],["16058.377","14943.643"],["16072.653","14966.170"],["16066.666","14958.837"],["16136.684","14984.664"],["16122.392","14979.247"],["16133.345","14961.989"],["16139.645","14986.266"],["16122.145","14982.468"],["16144.791","14997.613"],["16143.837","14988.381"],["7892.957","12366.052"],["7874.089","12376.191"],["7923.109","12402.414"],["7897.477","12439.846"],["7911.753","12450.412"],["7925.534","12503.345"],["7913.084","12474.533"],["7922.799","12500.332"],["7855.417","12434.879"],["7838.546","12411.964"],["7855.949","12379.216"],["7808.264","12454.667"],["7815.346","12458.635"],["7790.846","12437.226"],["18470.273","13754.261"],["18604.479","13770.242"],["18658.202","13713.749"],["14873.500","13452.292"],["14876.954","13438.336"],["14834.774","13543.224"],["14874.497","13591.059"],["14867.591","13502.956"],["14882.167","13572.963"],["14845.256","13539.659"],["14872.809","13524.951"],["14876.376","13539.865"],["14870.027","13538.214"],["14847.141","13560.163"],["14880.555","13594.135"],["14834.826","13581.146"],["14829.015","13558.233"],["14872.355","13474.397"],["14872.289","13496.032"],["14807.062","13461.110"],["14784.348","13441.622"],["14789.907","13439.293"],["14840.110","13417.623"],["14844.501","13421.356"],["14845.455","13420.530"],["14864.155","13453.771"],["14857.724","13454.464"],["14800.867","13482.379"],["14806.393","13486.210"],["14811.788","13467.581"],["14790.433","13460.614"],["14805.828","13449.516"],["14787.818","13465.896"],["14838.618","13478.156"],["14826.497","13484.713"],["14828.832","13495.134"],["14856.908","13489.701"],["14829.013","13474.738"],["14864.139","13471.756"],["14827.041","13438.728"],["14828.998","13434.120"],["14814.491","13448.505"],["14817.633","13462.362"],["14820.527","13437.473"],["16613.740","15424.913"],["16593.141","15436.020"],["16600.056","15446.251"],["16622.783","15404.363"],["16599.299","15441.941"],["16590.796","15453.353"],["16585.483","15456.821"],["16767.727","15351.574"],["16763.155","15336.397"],["16756.148","15373.011"],["16770.725","15326.688"],["16767.025","15343.204"],["16746.839","15346.950"],["16642.664","15362.152"],["16766.527","15344.588"],["16667.812","15351.814"],["16769.506","15411.991"],["16638.190","15348.659"],["16737.613","15318.424"],["16747.816","15411.335"],["16741.286","15374.324"],["16731.911","15392.788"],["16748.770","15407.437"],["16729.395","15412.260"],["16762.186","15395.410"],["16720.535","15441.292"],["16724.169","15425.916"],["16739.021","15453.035"],["16715.715","15434.703"],["16748.742","15444.975"],["16619.779","15405.272"],["5648.466","8408.710"],["5652.825","8404.499"],["5627.766","8417.829"],["5627.317","8454.621"],["5632.416","8441.590"],["14676.734","16924.557"],["14728.559","16883.689"],["14822.521","16853.737"],["14857.511","16884.583"],["14788.619","16954.009"],["14876.870","16881.644"],["14698.890","16867.487"],["14841.169","16966.612"],["14858.120","16859.711"],["14850.192","16887.061"],["14680.781","16871.566"],["14691.094","16858.503"],["14676.801","16871.186"],["14826.992","16940.865"],["14829.278","16963.045"],["14793.471","16939.843"],["14791.810","16934.971"],["14787.994","16928.447"],["14854.891","16830.399"],["14844.792","16856.179"],["14800.659","16923.361"],["14795.379","16947.353"],["14678.299","16822.365"],["14685.897","16835.445"],["14755.296","16972.374"],["14853.000","16823.727"],["14706.834","16941.920"],["14701.611","16916.861"],["14859.317","16968.071"],["14852.673","16962.224"],["14808.585","16932.827"],["14808.437","16938.987"],["14812.236","16958.360"],["14794.943","16905.729"],["14785.453","16938.313"],["14821.358","16885.433"],["14808.349","16870.371"],["14809.928","16874.417"],["14804.928","16891.626"],["14795.716","16917.240"],["14797.426","16906.687"],["14783.907","16914.697"],["14863.359","16925.032"],["14867.454","16910.779"],["14858.770","16918.261"],["14851.763","16902.918"],["14852.439","16929.804"],["14853.870","16947.211"],["14862.291","16935.783"],["14849.445","16928.499"],["14793.228","16979.457"],["14792.783","16982.380"],["14781.254","16975.279"],["14787.109","16981.290"],["6032.424","7618.010"],["5964.528","7650.086"],["5949.141","7609.699"],["6030.694","7620.493"],["6000.686","7615.591"],["5976.903","7629.546"],["5992.051","7660.050"],["6015.240","7680.896"],["8396.660","12235.378"],["8390.512","12248.247"],["8445.741","12201.825"],["8413.338","12287.211"],["8446.240","12216.139"],["8536.416","12157.162"],["8533.628","12173.664"],["8465.641","12203.418"],["8447.036","12191.340"],["8409.439","12197.972"],["8430.431","12224.202"],["8514.169","12267.078"],["8546.259","12243.965"],["8565.971","12124.902"],["8396.616","12315.067"],["8390.253","12303.171"],["14047.234","15041.029"],["14042.291","15078.940"],["15689.751","17372.397"],["15610.409","17321.637"],["15634.091","17238.266"],["15622.204","17221.825"],["15637.562","17250.801"],["15650.828","17331.838"],["15647.835","17326.371"],["15599.422","17326.080"],["15595.606","17337.112"],["15526.927","17246.969"],["15523.654","17252.436"],["15660.997","17235.501"],["15640.685","17258.342"],["15535.637","17340.704"],["15668.313","17381.991"],["15658.050","17401.413"],["15671.010","17375.947"],["15689.039","17394.614"],["15685.930","17383.302"],["15517.486","17205.301"],["15515.805","17243.128"],["15518.390","17220.679"],["15516.548","17240.663"],["15550.692","17238.797"],["15569.222","17246.199"],["15553.252","17256.587"],["15541.443","17246.777"],["15649.282","17336.065"],["15610.404","17261.985"],["15573.381","17245.123"],["15608.962","17332.934"],["15578.162","17214.894"],["15586.106","17221.649"],["15635.541","17396.119"],["15624.324","17390.570"],["15620.179","17399.125"],["15629.061","17394.088"],["10303.296","12785.025"],["13207.202","13679.185"],["13254.143","13674.330"],["13239.587","13686.452"],["13250.755","13692.067"],["13231.355","13763.785"],["13315.137","13640.022"],["13399.289","13701.202"],["13361.032","13683.679"],["13253.654","13659.055"],["13237.667","13670.401"],["13207.003","13638.427"],["13214.256","13650.946"],["13199.041","13663.418"],["13278.306","13617.584"],["13281.842","13613.257"],["13246.354","13634.625"],["13240.355","13620.806"],["13236.737","13628.816"],["13279.142","13649.743"],["13283.764","13651.064"],["13406.111","13650.151"],["13263.930","13730.964"],["13253.634","13723.466"],["13354.039","13696.889"],["13350.355","13698.392"],["13386.367","13626.749"],["13390.512","13637.055"],["13366.196","13644.461"],["13365.011","13630.637"],["15319.328","12216.852"],["15311.415","12207.111"],["15340.551","12334.576"],["15416.353","12267.096"],["15432.301","12295.504"],["15459.390","12296.049"],["15443.584","12314.777"],["15319.826","12226.874"],["15354.776","12232.077"],["15323.263","12257.857"],["15328.625","12196.139"],["15399.314","12261.432"],["15397.817","12246.023"],["15340.986","12262.791"],["15365.723","12289.397"],["15308.343","12321.008"],["15372.626","12259.788"],["15397.100","12287.153"],["15377.149","12239.094"],["15405.821","12191.939"],["15326.092","12294.518"],["15343.000","12304.675"],["15328.312","12302.545"],["15345.895","12285.765"],["15352.441","12308.243"],["15392.388","12138.853"],["15443.549","12133.508"],["15444.585","12141.320"],["15381.865","12195.369"],["15378.838","12171.818"],["15409.217","12171.951"],["15421.496","12200.807"],["15436.117","12209.759"],["15446.690","12222.179"],["15411.213","12243.665"],["15408.713","12225.482"],["15447.041","12209.036"],["15408.417","12239.834"],["15459.850","12245.389"],["15434.521","12276.817"],["15476.370","12191.720"],["15479.001","12202.306"],["15477.060","12203.826"],["15501.606","12241.173"],["15494.041","12210.950"],["15448.669","12152.980"],["15511.467","12286.709"],["15482.391","12290.431"],["15468.210","12269.521"],["26875.505","16132.502"],["5289.711","17646.347"],["5292.029","17632.031"],["5290.641","17652.200"],["5289.313","17688.275"],["5280.033","17669.788"],["5244.530","17660.360"],["5242.746","17643.184"],["5271.402","17683.374"],["5271.482","17703.619"],["5251.089","17809.414"],["5273.046","17782.378"],["9110.509","12574.587"],["9149.219","12625.682"],["9146.466","12605.546"],["9194.611","12678.939"],["9132.593","12699.217"],["9178.549","12686.399"],["9184.652","12686.036"],["9155.040","12575.657"],["9159.454","12656.897"],["9174.727","12651.449"],["9151.586","12672.239"],["9154.994","12608.159"],["9141.765","12575.216"],["15671.070","12920.232"],["15544.117","12931.846"],["15666.728","12925.550"],["15696.070","12898.052"],["15686.596","12895.013"],["15699.212","12928.804"],["15722.102","12842.682"],["15551.833","12969.254"],["15591.241","12965.489"],["15527.867","12946.776"],["15616.014","12894.440"],["15620.965","12921.938"],["15621.491","12928.692"],["15628.728","12927.206"],["15635.932","12902.367"],["15604.050","12964.837"],["15533.097","12912.308"],["15696.497","12969.190"],["15661.332","12969.158"],["15632.237","12963.758"],["15692.859","12945.173"],["15721.214","12945.371"],["15636.739","12788.129"],["15635.604","12761.209"],["15647.544","12764.760"],["15688.697","12799.746"],["15682.447","12790.811"],["15676.855","12808.169"],["15677.727","12808.615"],["15693.319","12793.999"],["15657.424","12810.731"],["15692.724","12859.873"],["15699.023","12847.453"],["15664.369","12860.682"],["15669.632","12839.196"],["15675.421","12838.832"],["15588.620","12785.956"],["15551.383","12786.204"],["15628.561","12832.342"],["15630.946","12826.776"],["15631.308","12831.995"],["15633.068","12850.690"],["15570.758","12779.168"],["15561.054","12787.740"],["15563.390","12785.989"],["15618.020","12760.866"],["15581.128","12846.412"],["15549.939","12766.195"],["15527.867","12768.425"],["15531.814","12773.247"],["15549.347","12768.805"],["15548.340","12842.244"],["15541.103","12826.422"],["15547.994","12829.527"],["15547.830","12817.685"],["15551.547","12853.623"],["15605.308","12826.896"],["15621.575","12823.296"],["15621.657","12821.843"],["15596.443","12809.241"],["15595.357","12841.446"],["15539.714","12843.419"],["15527.346","12861.405"],["15531.984","12863.717"],["15545.405","12862.214"],["15534.615","12833.130"],["15562.428","12918.284"],["15563.267","12882.396"],["15562.132","12916.352"],["15565.109","12900.695"],["9047.336","12986.026"],["9038.861","12980.066"],["9086.771","12992.354"],["9082.115","13003.831"],["9111.007","12989.336"],["9123.878","13032.296"],["9159.761","12971.842"],["9027.660","12992.138"],["9023.164","13014.245"],["9039.877","13034.079"],["13136.190","14037.531"],["13056.618","14044.798"],["13152.687","14214.971"],["13146.223","14111.041"],["13101.733","14083.229"],["13121.239","14107.556"],["13080.466","14085.987"],["13132.539","14220.851"],["13104.907","14037.300"],["12992.745","14150.191"],["12997.285","14222.644"],["15815.012","16557.185"],["15815.719","16563.675"],["15827.791","16559.546"],["15815.620","16561.380"],["15729.406","16559.516"],["15731.429","16556.527"],["15729.537","16554.363"],["15763.145","16551.583"],["15748.797","16536.899"],["15760.650","16538.717"],["15772.255","16559.004"],["15765.004","16532.727"],["15780.538","16525.753"],["15785.836","16523.439"],["15787.667","16500.306"],["13338.086","13023.754"],["24252.691","7591.570"],["24243.420","7601.895"],["24173.533","7672.207"],["24186.396","7674.342"],["29127.397","10935.882"],["15284.620","13436.477"],["15270.705","13474.600"],["15274.274","13498.201"],["15281.512","13456.212"],["15287.877","13415.519"],["15269.241","13492.536"],["15264.234","13468.108"],["15218.890","13492.047"],["15270.846","13469.330"],["15248.741","13493.194"],["15232.837","13514.309"],["15231.447","13574.272"],["15285.030","13476.500"],["15231.332","13556.172"],["15189.655","13580.152"],["15253.960","13542.334"],["15238.763","13534.786"],["15257.908","13538.997"],["15277.250","13535.909"],["15108.714","13446.125"],["15243.565","13536.487"],["15279.981","13507.846"],["15224.696","13490.957"],["15247.344","13476.787"],["15232.658","13602.098"],["15144.940","13538.758"],["15192.976","13588.524"],["15193.749","13604.346"],["15264.169","13554.843"],["15175.913","13491.309"],["15219.588","13583.834"],["15251.151","13458.748"],["15193.306","13548.409"],["15214.342","13578.550"],["15233.020","13595.195"],["15224.999","13594.783"],["15226.776","13582.611"],["15178.738","13538.088"],["15176.781","13514.636"],["15178.656","13541.374"],["15190.761","13508.740"],["15177.604","13513.100"],["15206.507","13465.764"],["15208.793","13480.132"],["15187.214","13465.780"],["15218.168","13454.831"],["15212.526","13471.511"],["15245.375","13408.483"],["10730.716","8118.543"],["27433.529","16735.449"],["27459.594","16752.928"],["27416.104","16734.976"],["27405.824","16738.857"],["27391.178","16716.798"],["27409.994","16710.407"],["27334.607","16592.800"],["27448.670","16695.905"],["27492.309","16694.561"],["27501.322","16686.150"],["27388.456","16613.495"],["27432.331","16656.915"],["27435.398","16662.500"],["27464.715","16696.630"],["27500.854","16705.219"],["27505.344","16699.042"],["27370.160","16640.028"],["27376.674","16643.893"],["27327.407","16636.215"],["27337.473","16639.535"],["27426.052","16655.007"],["27474.963","16661.249"],["27387.006","16654.776"],["27445.307","16660.740"],["27425.956","16696.417"],["27474.110","16742.806"],["27492.964","16712.072"],["27463.060","16744.011"],["27450.610","16752.583"],["27395.115","16734.430"],["27396.118","16722.456"],["27352.271","16704.244"],["27341.235","16691.593"],["27321.597","16702.465"],["27319.607","16692.804"],["27341.335","16690.176"],["27325.694","16700.068"],["27331.414","16572.196"],["13014.696","12974.102"],["12991.127","12978.595"],["13021.703","12971.212"],["12990.256","12974.003"],["12994.834","13136.944"],["12988.831","13147.134"],["13179.461","12975.938"],["13090.767","13085.172"],["13088.743","13119.989"],["16505.456","15437.206"],["16462.991","15485.057"],["16395.063","15330.116"],["16456.017","15478.797"],["16500.473","15421.335"],["16505.879","15374.073"],["16373.994","15327.176"],["16558.996","15432.188"],["16459.307","15475.214"],["16387.991","15317.201"],["16525.550","15389.928"],["16523.708","15382.579"],["16549.344","15333.342"],["16400.573","15341.413"],["16523.050","15413.115"],["16531.972","15440.034"],["16502.639","15358.598"],["16447.185","15496.353"],["16482.002","15433.506"],["16390.397","15479.635"],["16561.611","15385.549"],["16556.104","15310.551"],["16454.915","15482.332"],["16369.149","15458.298"],["16357.521","15480.957"],["16372.028","15470.750"],["16547.781","15320.014"],["16541.087","15353.722"],["16391.955","15341.925"],["16364.791","15472.385"],["16380.177","15366.304"],["16361.197","15378.674"],["16387.973","15365.726"],["16384.914","15355.206"],["15454.671","18382.569"],["15402.116","18391.316"],["15452.751","18261.816"],["15463.936","18283.071"],["15468.985","18283.517"],["15429.927","18295.385"],["15443.266","18278.375"],["15444.203","18294.295"],["15441.720","18271.752"],["15431.012","18266.235"],["15429.170","18261.083"],["12127.585","16783.378"],["12125.839","16796.962"],["8214.829","16473.949"],["8254.654","16529.995"],["8250.898","16521.690"],["8244.188","16515.434"],["8190.586","16476.744"],["8199.668","16517.806"],["21056.374","16115.093"],["21079.272","15950.436"],["20067.821","15013.036"],["19997.934","14976.095"],["20091.283","14914.944"],["20041.408","14935.682"],["28043.175","10237.413"],["28061.044","10229.315"],["28085.107","10252.977"],["28115.637","10246.698"],["28133.187","10249.552"],["15222.093","12747.512"],["15254.371","12750.607"],["15096.239","12648.222"],["15115.038","12629.180"],["15122.275","12646.720"],["15159.126","12701.723"],["15197.303","12704.716"],["15174.244","12685.525"],["15205.214","12685.261"],["15192.862","12707.094"],["15205.280","12703.642"],["15160.080","12679.840"],["15231.007","12732.169"],["15183.289","12716.584"],["15197.943","12710.374"],["15198.749","12712.901"],["15106.453","12636.381"],["15239.313","12725.365"],["15113.614","12592.773"],["15157.476","12559.308"],["15104.255","12590.065"],["15295.179","12701.496"],["15242.324","12550.867"],["15186.677","12731.778"],["15222.439","12556.267"],["15292.566","12682.549"],["15273.553","12701.839"],["15287.813","12691.302"],["15281.217","12689.287"],["15222.986","12554.955"],["15266.807","12649.703"],["15258.946","12636.589"],["15271.232","12633.798"],["15263.419","12665.475"],["15240.853","12662.122"],["15202.164","12565.954"],["15302.110","12575.020"],["15290.383","12582.997"],["15289.758","12566.284"],["15245.700","12604.995"],["15267.180","12586.036"],["15221.638","12580.240"],["15239.039","12577.432"],["15250.535","12584.665"],["15239.259","12633.637"],["15235.262","12639.517"],["15224.095","12641.796"],["15215.575","12629.773"],["15237.713","12630.995"],["15186.144","12609.269"],["15200.585","12572.506"],["15191.868","12597.989"],["15200.996","12576.106"],["15160.308","12571.758"],["15153.351","12561.816"],["15163.433","12553.244"],["15179.042","12582.856"],["15283.333","12662.009"],["15193.124","12672.100"],["15218.683","12679.647"],["15203.979","12676.443"],["18180.017","17827.959"],["27268.475","16672.146"],["27263.854","16661.886"],["27270.499","16663.042"],["27217.265","16636.694"],["27213.235","16627.742"],["27198.537","16631.230"],["27196.399","16617.093"],["27175.965","16616.641"],["27171.837","16609.969"],["27096.561","16594.702"],["27111.971","16582.702"],["27093.763","16569.589"],["27119.097","16619.279"],["27121.877","16620.881"],["27143.285","16618.564"],["27145.522","16627.862"],["27160.385","16575.273"],["27158.774","16595.355"],["27199.608","16574.322"],["27203.894","16574.424"],["27163.335","16747.593"],["27234.734","16586.879"],["27240.079","16599.959"],["27194.002","16610.295"],["27190.120","16600.006"],["27262.850","16629.642"],["27272.957","16576.665"],["27252.369","16627.671"],["27233.225","16625.887"],["27238.183","16643.448"],["27229.992","16645.810"],["27297.517","16669.265"],["27284.475","16670.124"],["27255.194","16590.359"],["27304.417","16687.166"],["27301.110","16662.974"],["27245.671","16627.337"],["27288.612","16636.942"],["27285.750","16638.412"],["16132.682","12736.657"],["16135.149","12755.897"],["16133.652","12738.573"],["15987.257","12741.073"],["16008.951","12747.927"],["15995.053","12748.588"],["16018.622","12732.584"],["15935.564","12695.076"],["15941.661","12725.027"],["16028.038","12730.319"],["16014.140","12709.196"],["16018.515","12716.710"],["16028.054","12729.691"],["15996.391","12677.475"],["15987.460","12701.637"],["15983.217","12685.716"],["16011.852","12682.677"],["15988.398","12703.899"],["16036.889","12550.922"],["16125.990","12602.737"],["16131.303","12607.510"],["16140.403","12579.288"],["16059.620","12649.062"],["16022.426","12548.489"],["16106.901","12622.888"],["16113.578","12590.039"],["16060.771","12548.788"],["16064.686","12549.399"],["16051.593","12584.085"],["16036.762","12613.283"],["16081.625","12633.972"],["16066.395","12638.745"],["16065.886","12565.885"],["16074.997","12590.526"],["16069.603","12592.425"],["15969.610","12570.446"],["15974.972","12575.615"],["15989.889","12552.427"],["15999.138","12582.856"],["16017.740","12592.963"],["15982.641","12598.628"],["16020.010","12615.374"],["16020.898","12616.217"],["15967.762","12566.017"],["15938.892","12576.067"],["15977.250","12616.561"],["15962.678","12590.137"],["15946.110","12623.799"],["15949.811","12621.371"],["15990.249","12631.008"],["15953.265","12660.489"],["15976.274","12647.211"],["15960.024","12659.267"],["15984.070","12649.870"],["15972.212","12637.351"],["15955.428","12674.883"],["15955.115","12697.080"],["15972.368","12693.496"],["15966.628","12675.362"],["15956.924","12679.078"],["16116.478","12693.402"],["16108.715","12687.423"],["12728.882","16065.396"],["12742.451","16067.345"],["12738.257","16046.007"],["12720.373","16109.927"],["12743.482","16096.467"],["12744.090","16116.153"],["12661.233","16038.039"],["12652.987","16012.460"],["12657.296","16011.948"],["12680.633","15948.727"],["12685.139","15969.222"],["12699.202","15966.927"],["12698.953","16066.573"],["12702.917","16066.242"],["12671.831","16079.322"],["6051.421","7597.382"],["6108.118","7644.924"],["6112.460","7649.532"],["6143.894","7589.528"],["6161.624","7576.894"],["6117.338","7573.249"],["6106.943","7573.563"],["6202.576","7530.468"],["6204.845","7496.034"],["12825.182","12344.454"],["12814.103","12530.077"],["12783.067","12539.663"],["12779.317","12531.191"],["12861.233","12388.479"],["12926.480","12373.004"],["12875.740","12403.954"],["18239.704","17753.937"],["18234.951","17751.344"],["17483.581","16595.300"],["20172.304","14928.953"],["13164.887","4076.108"],["13165.466","4076.540"],["13171.453","4066.680"],["28018.869","11773.866"],["27997.569","11739.391"],["28000.993","11713.070"],["28005.871","11758.955"],["28050.061","11795.340"],["20965.210","11667.023"],["20874.867","11698.078"],["20847.491","11695.149"],["20798.785","11698.556"],["31992.952","10429.798"],["21256.137","15771.374"],["21211.750","15916.009"],["14252.052","12711.501"],["14268.516","12697.678"],["14312.667","12721.530"],["14272.018","12742.557"],["14403.156","12753.599"],["14410.870","12755.531"],["14438.746","12723.582"],["14445.078","12712.451"],["14314.356","12670.122"],["14310.853","12661.105"],["14325.368","12681.873"],["14349.743","12693.417"],["14332.653","12744.853"],["14341.601","12738.379"],["14386.522","12709.135"],["14383.479","12717.178"],["14291.515","12667.158"],["14294.558","12680.453"],["14420.765","13414.810"],["14423.545","13422.341"],["14382.136","13521.649"],["14387.037","13458.676"],["10827.474","15942.875"],["10850.840","15947.734"],["10848.300","15947.089"],["10860.576","15948.633"],["10869.894","15933.428"],["14896.547","13660.238"],["14889.211","13643.971"],["14944.555","13741.731"],["14959.440","13752.020"],["14934.456","13735.967"],["14910.573","13760.931"],["14925.540","13741.509"],["14910.836","13766.794"],["14944.125","13761.311"],["14946.247","13758.239"],["14975.431","13785.395"],["14948.474","13798.839"],["14959.954","13770.845"],["14953.194","13773.108"],["14949.444","13809.392"],["14905.556","13656.941"],["14884.000","13624.791"],["14899.822","13625.171"],["14899.131","13614.849"],["15299.891","14250.778"],["6438.539","15839.650"],["6430.721","15845.931"],["6428.131","15837.802"],["6444.769","15896.448"],["6453.905","15896.333"],["6433.572","15896.980"],["6428.091","15888.565"],["6428.385","15865.518"],["6418.232","15862.257"],["6423.176","15842.504"],["6272.116","15748.186"],["6267.542","15737.692"],["6318.462","15719.846"],["6341.793","15721.257"],["6325.776","15750.262"],["6421.521","15863.616"],["6425.197","15870.499"],["6421.460","15876.499"],["6433.380","15875.471"],["6438.569","15868.241"],["6406.220","15833.702"],["6452.857","15815.021"],["6436.917","15817.257"],["6446.101","15804.316"],["6458.334","15792.871"],["6267.963","15752.468"],["6303.392","15723.784"],["6277.245","15728.849"],["6313.395","15757.954"],["6319.098","15758.911"],["6338.563","15750.361"],["6357.240","15751.569"],["6338.022","15758.964"],["6334.584","15741.434"],["6334.014","15737.216"],["6431.147","15909.150"],["6416.568","15908.900"],["6415.212","15895.567"],["6395.678","15853.231"],["6438.101","15800.436"],["6448.270","15756.460"],["6439.811","15790.311"],["6438.116","15809.617"],["6427.506","15793.885"],["6416.035","15812.249"],["6420.574","15811.410"],["6444.114","15807.472"],["6275.531","15767.323"],["6285.713","15769.382"],["6276.002","15773.006"],["6271.965","15747.140"],["6281.611","15743.098"],["6285.368","15738.837"],["6287.979","15739.178"],["6281.530","15746.223"],["6308.708","15750.030"],["6292.188","15750.205"],["6255.352","15772.972"],["6353.777","15740.593"],["6357.280","15735.639"],["6345.866","15738.743"],["6350.046","15768.368"],["6360.954","15753.739"],["6352.941","15757.749"],["6330.588","15780.302"],["6315.516","15785.684"],["6320.446","15771.252"],["6304.966","15791.180"],["6301.676","15773.008"],["6300.278","15766.551"],["6282.642","15780.822"],["6291.655","15777.420"],["6292.116","15783.184"],["6258.499","15797.574"],["6276.558","15794.717"],["6260.604","15778.334"],["6350.683","15721.416"],["6360.436","15729.938"],["6431.134","15726.566"],["6434.900","15740.538"],["6427.696","15729.621"],["6413.470","15726.604"],["6391.126","15736.157"],["6376.356","15734.027"],["6376.956","15737.196"],["6372.170","15738.649"],["6367.343","15789.859"],["6373.284","15776.330"],["6362.723","15785.493"],["6362.492","15781.447"],["6366.785","15774.229"],["6376.775","15776.781"],["6375.015","15781.389"],["6389.769","15779.803"],["6392.013","15764.836"],["6383.954","15758.692"],["6390.517","15769.196"],["6392.211","15748.349"],["6378.197","15751.107"],["6381.767","15749.852"],["6385.578","15727.951"],["6395.857","15733.864"],["6384.542","15733.154"],["6324.665","15801.366"],["6336.688","15813.059"],["6331.819","15802.440"],["6319.095","15810.888"],["6313.470","15805.256"],["6325.115","15814.653"],["6307.228","15813.427"],["6314.893","15811.924"],["6314.037","15815.789"],["6300.630","15823.429"],["6301.962","15813.933"],["6305.218","15818.631"],["6278.162","15823.784"],["6282.603","15820.019"],["6272.915","15812.405"],["6263.614","15832.448"],["6270.785","15832.184"],["6259.930","15838.130"],["6272.977","15859.195"],["6263.816","15858.237"],["6273.602","15859.129"],["6256.903","15866.817"],["6259.469","15877.338"],["6264.880","15866.058"],["6254.020","15898.551"],["6283.753","15874.428"],["6273.720","15874.444"],["6273.045","15886.979"],["6297.246","15882.917"],["6288.052","15885.526"],["6297.756","15885.889"],["6312.000","15895.127"],["6319.151","15900.407"],["6315.977","15897.038"],["6329.009","15883.058"],["6321.821","15889.598"],["6363.391","15870.848"],["6360.496","15866.950"],["6353.062","15867.545"],["6370.237","15853.272"],["6376.175","15853.388"],["6362.655","15860.522"],["6349.791","15829.363"],["6352.785","15832.236"],["6352.900","15840.164"],["6339.663","15828.151"],["6344.169","15825.640"],["6351.133","15822.223"],["6342.745","15823.445"],["6356.035","15819.646"],["6361.465","15811.998"],["6359.064","15802.105"],["6366.432","15808.364"],["6407.357","15867.572"],["6403.804","15876.507"],["6406.354","15866.152"],["6404.795","15809.718"],["6410.503","15820.205"],["6431.884","15748.891"],["6434.565","15754.457"],["6427.460","15756.868"],["6395.413","15834.711"],["6384.772","15825.330"],["6388.555","15820.805"],["6378.036","15837.822"],["6379.582","15837.178"],["6384.237","15835.824"],["6381.665","15869.177"],["6376.040","15866.502"],["6382.520","15866.336"],["6348.523","15874.951"],["6358.934","15880.566"],["6364.691","15884.463"],["6337.595","15893.984"],["6342.447","15897.304"],["6336.558","15893.538"],["6324.689","15908.486"],["6332.271","15910.286"],["6322.600","15901.005"],["6349.915","15895.466"],["6338.846","15881.742"],["6350.442","15886.746"],["6308.708","15902.134"],["6304.892","15900.912"],["6296.753","15902.708"],["6296.424","15906.622"],["6291.177","15900.957"],["6304.497","15923.635"],["6292.063","15926.128"],["6405.632","15926.013"],["6411.866","15928.160"],["6406.076","15915.528"],["6403.181","15915.214"],["6395.270","15914.471"],["6317.412","15906.291"],["6303.925","15920.412"],["6309.468","15917.439"],["6262.606","15901.641"],["6263.987","15901.129"],["6266.241","15900.353"],["6265.137","15894.690"],["6259.364","15880.983"],["6261.108","15890.760"],["31734.963","11310.628"],["31741.723","11297.729"],["31831.515","11330.180"],["31813.505","11388.148"],["31824.821","11385.027"],["31743.789","11463.480"],["31756.404","11467.278"],["31727.642","11379.158"],["31737.593","11427.284"],["31736.690","11458.968"],["31866.030","11461.124"],["31812.264","11444.708"],["31818.875","11438.283"],["31926.708","11422.477"],["31925.031","11426.259"],["31750.411","11438.423"],["31795.938","11410.529"],["31776.497","11394.790"],["8044.683","11938.951"],["8141.616","12070.565"],["8097.964","11944.049"],["8099.426","11965.088"],["8079.999","11930.433"],["8067.245","11920.063"],["8052.053","11953.237"],["15787.032","13848.314"],["15786.388","13924.069"],["15756.390","13816.638"],["15875.931","13882.509"],["15760.171","13901.129"],["15874.418","13861.452"],["15930.114","13865.594"],["15754.480","13911.385"],["15848.037","13892.764"],["15795.950","14008.534"],["15802.019","14016.313"],["15765.206","13822.914"],["15857.774","13873.701"],["15766.848","13909.123"],["15761.602","13925.390"],["15737.556","13840.303"],["15908.445","13832.908"],["15924.931","13880.355"],["15917.562","13905.541"],["15925.649","13828.763"],["15857.906","13866.533"],["15844.765","13878.507"],["15894.208","13912.042"],["15889.471","13873.545"],["15919.316","13819.217"],["15871.353","13818.619"],["15741.267","13914.945"],["15730.000","13891.114"],["15758.999","13878.403"],["15771.713","13884.811"],["15929.449","13979.585"],["15921.208","14008.355"],["15900.939","13981.427"],["15896.679","13986.563"],["15883.585","13972.563"],["15877.351","13961.134"],["15851.381","14000.011"],["15861.562","13965.081"],["15868.075","13970.878"],["15912.154","14024.875"],["15913.667","14009.318"],["15901.941","14024.842"],["15877.452","14003.942"],["15808.951","13958.921"],["15808.852","13950.622"],["15803.013","13978.005"],["15789.493","13996.452"],["15799.773","13956.089"],["15796.796","13980.036"],["15791.977","13988.013"],["15735.141","13949.037"],["15741.227","13947.237"],["15755.503","13979.706"],["15754.615","13952.324"],["15730.750","13973.827"],["15832.391","13950.241"],["15832.892","13937.857"],["15843.384","13952.516"],["15836.000","13946.917"],["15783.723","13955.300"],["15788.664","13957.144"],["15818.781","13951.276"],["15847.063","13941.193"],["14750.843","14862.399"],["14858.005","14870.686"],["14678.093","14772.632"],["14814.017","14725.217"],["14840.086","14764.193"],["14838.277","14747.859"],["14839.411","14732.434"],["14866.385","14678.840"],["14694.680","14827.192"],["14689.006","14793.732"],["14872.516","14748.391"],["14860.000","14764.444"],["14866.480","14758.465"],["14872.220","14783.502"],["14748.444","14795.273"],["14724.572","14817.528"],["14692.930","14815.900"],["14738.367","14837.479"],["14717.386","14836.591"],["14842.882","14794.229"],["14861.145","14804.552"],["14868.117","14831.118"],["14869.616","14857.186"],["27914.426","17268.887"],["27824.429","17261.363"],["27856.240","17245.662"],["27854.134","17249.857"],["14659.225","17445.081"],["14655.755","17475.865"],["14659.940","17410.828"],["14653.805","17413.850"],["14660.945","17447.919"],["14663.967","17432.536"],["14666.467","17428.258"],["14663.769","17417.920"],["16662.805","18515.154"],["16716.539","18568.449"],["16755.404","18563.230"],["16643.480","18511.818"],["16646.522","18527.722"],["16621.243","18546.682"],["16735.157","18565.212"],["16707.180","18515.204"],["16698.677","18488.020"],["16638.874","18576.343"],["16683.957","18551.306"],["16771.391","18536.393"],["16739.615","18545.889"],["15516.903","15800.723"],["15515.905","15786.151"],["15516.201","15731.029"],["26717.863","16935.305"],["26748.678","16790.973"],["26711.046","16823.294"],["26865.976","16817.101"],["26847.374","16809.685"],["26821.258","16788.124"],["26791.902","16954.639"],["26700.269","16868.623"],["26680.549","16881.207"],["18203.289","15077.537"],["18207.140","14994.320"],["18234.565","15017.289"],["18071.614","14963.606"],["18074.671","14976.415"],["18204.958","14993.907"],["18228.900","15029.774"],["18213.257","14987.133"],["18207.716","15002.689"],["18118.162","14903.026"],["18123.292","14896.006"],["18214.694","14982.295"],["18127.160","14895.093"],["18200.864","14900.971"],["18194.682","14913.346"],["18191.877","14907.599"],["18075.069","14979.150"],["13788.692","15622.765"],["13723.334","15511.148"],["13729.614","15508.974"],["13779.512","15513.239"],["13776.247","15537.177"],["13761.358","15551.993"],["13730.309","15543.930"],["13709.178","15569.907"],["13794.351","15526.506"],["13727.819","15664.717"],["13792.367","15688.925"],["13758.557","15669.022"],["13788.069","15630.219"],["13769.325","15635.410"],["13789.461","15593.587"],["13769.570","15654.793"],["13797.136","15655.592"],["13824.306","15637.344"],["13819.385","15625.231"],["13799.593","15631.656"],["13796.740","15673.156"],["13763.912","15633.441"],["13815.209","15532.050"],["10022.114","7909.554"],["18689.458","8980.539"],["18701.679","8990.745"],["18716.626","9143.881"],["18681.629","8973.487"],["18747.120","9052.451"],["18700.812","8968.502"],["18676.044","9146.036"],["18681.850","9135.928"],["18800.136","9069.881"],["18776.567","9061.640"],["18800.300","9056.074"],["18783.935","9063.572"],["18773.825","8994.245"],["18751.094","9003.279"],["18764.071","8989.291"],["18771.752","9013.420"],["18723.837","8997.054"],["18729.462","9004.024"],["18713.936","8989.721"],["18708.343","9006.336"],["18773.411","8973.295"],["18790.149","8982.483"],["18806.974","8964.878"],["18808.915","8972.425"],["18688.806","8954.051"],["18750.370","9068.004"],["18734.843","9097.170"],["18779.328","9078.171"],["18759.821","9075.793"],["18757.601","9077.511"],["18743.440","9101.359"],["18858.903","18051.221"],["11844.527","12432.074"],["11865.994","12449.495"],["11871.311","12458.362"],["11876.883","12482.847"],["11886.078","12500.913"],["11900.405","12525.430"],["10213.543","13246.737"],["10243.708","13221.002"],["10244.512","13292.226"],["10247.545","13276.837"],["10198.071","13313.757"],["10168.616","13310.270"],["10211.238","13367.385"],["31772.196","10483.395"],["31800.962","10501.975"],["31746.330","10450.654"],["31730.646","10437.307"],["31766.116","10501.620"],["31758.857","10531.402"],["31751.225","10521.856"],["31758.988","10622.942"],["31734.827","10600.151"],["31735.962","10619.920"],["31792.541","10533.338"],["31798.742","10563.033"],["31805.896","10559.862"],["31819.772","10594.936"],["31919.819","10504.267"],["31910.674","10443.062"],["13832.165","14691.958"],["13865.454","14692.437"],["13933.639","14870.694"],["13844.478","14776.903"],["13963.930","14737.073"],["13994.804","14768.855"],["13886.046","14706.624"],["5111.913","7690.187"],["5193.476","7798.415"],["14479.787","12571.800"],["14484.848","12547.600"],["14542.752","12585.303"],["14666.675","12705.750"],["14644.175","12734.453"],["14570.127","12586.586"],["14573.021","12602.325"],["14671.171","12599.779"],["14652.042","12646.220"],["14463.149","12647.581"],["14462.623","12659.637"],["14484.493","12624.988"],["14506.088","12639.505"],["14647.376","12616.237"],["14640.550","12609.862"],["5393.891","7249.223"],["5389.894","7241.923"],["5377.049","7242.650"],["6277.696","8239.882"],["6282.943","8243.417"],["6280.608","8304.483"],["6334.720","8137.182"],["6295.125","8142.576"],["6321.786","8133.790"],["6367.858","8179.243"],["6358.356","8213.596"],["6366.678","8217.642"],["6413.368","8213.517"],["6388.894","8244.549"],["6442.015","8235.797"],["6428.807","8274.983"],["6442.294","8271.284"],["6254.409","8302.419"],["6270.248","8302.667"],["6266.673","8278.925"],["6300.191","8227.330"],["6355.501","8152.640"],["6387.346","8196.625"],["18404.970","17728.604"],["18420.052","17804.657"],["18336.681","17743.931"],["9611.213","12755.406"],["9604.529","12584.431"],["9568.327","12588.925"],["9548.171","12589.248"],["16100.422","15588.883"],["16065.680","15560.097"],["16116.506","15547.681"],["16034.450","15562.935"],["16067.736","15539.370"],["16044.022","15581.564"],["16037.884","15593.930"],["16064.811","15591.506"],["16025.311","15714.580"],["15958.285","15554.993"],["15942.315","15541.153"],["15962.709","15559.584"],["15965.719","15539.915"],["15956.723","15574.002"],["16006.405","15689.679"],["15950.796","15636.670"],["15937.918","15634.721"],["15950.615","15613.152"],["15945.928","15605.919"],["16124.437","15530.118"],["16051.922","15552.294"],["16018.017","15603.856"],["16032.326","15633.880"],["16029.810","15617.035"],["16099.939","15623.343"],["16042.343","15617.795"],["16096.362","15640.032"],["16133.350","15598.495"],["16111.425","15585.662"],["16142.548","15708.437"],["16094.830","15587.314"],["16129.698","15583.449"],["16050.661","15626.248"],["16051.702","15648.212"],["16061.480","15604.547"],["16057.384","15699.980"],["16057.433","15708.898"],["15981.092","15675.245"],["16008.576","15682.413"],["15961.215","15690.741"],["15983.583","15709.585"],["15971.725","15716.175"],["15961.889","15710.246"],["15990.771","15705.935"],["16026.134","15689.757"],["16020.756","15700.723"],["16039.316","15622.766"],["16136.089","15705.187"],["16127.290","15682.281"],["16114.017","15701.455"],["16137.191","15698.201"],["16127.717","15668.573"],["12787.339","15957.182"],["12783.885","15983.837"],["12811.550","15977.297"],["19551.649","10274.511"],["19597.822","10337.178"],["19600.773","10237.767"],["19525.569","10312.680"],["19584.019","10293.676"],["27836.740","10780.418"],["27850.007","10822.384"],["27898.724","10844.393"],["27797.430","10829.206"],["27811.795","10804.449"],["27808.713","10763.899"],["27726.733","10744.350"],["27771.884","10764.706"],["27742.131","10729.757"],["27768.996","10751.970"],["27768.368","10746.660"],["27787.282","10755.707"],["27786.493","10743.700"],["27786.134","10739.225"],["16246.277","15191.694"],["16245.554","15155.591"],["16243.465","15190.290"],["16213.559","15137.353"],["16222.856","15182.379"],["16235.817","15154.303"],["16158.690","15085.644"],["16170.620","15217.653"],["16177.512","15234.334"],["16203.000","15099.219"],["16210.171","15118.707"],["16161.689","15232.368"],["16159.928","15239.570"],["16169.365","15107.857"],["16171.295","15217.373"],["16158.564","15223.582"],["16257.093","15229.364"],["16288.952","15222.345"],["16307.949","15170.074"],["16288.738","15167.052"],["16279.478","15211.280"],["16268.189","15290.545"],["16263.403","15272.394"],["16243.617","15251.684"],["16228.831","15267.836"],["16183.017","15233.931"],["16193.297","15256.359"],["16170.895","15251.553"],["16335.802","15087.938"],["16323.690","15104.895"],["16335.696","15133.020"],["16330.844","15094.490"],["16339.825","15104.333"],["16352.210","15112.657"],["16287.753","15129.495"],["16269.842","15130.057"],["16213.736","15132.760"],["16259.015","15137.087"],["16267.605","15111.692"],["16268.378","15115.672"],["16288.657","15113.574"],["16248.575","15090.344"],["16177.144","15192.197"],["16196.601","15210.678"],["16202.522","15182.057"],["16183.641","15190.182"],["16201.157","15212.610"],["16255.132","15202.565"],["16262.669","15215.219"],["16255.498","15217.267"],["16251.320","15214.145"],["16262.977","15196.966"],["16264.539","15188.362"],["16253.454","15167.486"],["16227.516","15202.532"],["15119.445","14251.667"],["15099.711","14248.563"],["15098.957","14411.993"],["15127.824","14443.849"],["15258.666","14275.398"],["15290.323","14328.094"],["15303.119","14303.354"],["15201.670","14446.567"],["15177.098","14434.544"],["15238.922","14260.490"],["15162.276","14387.216"],["15219.004","14264.520"],["15167.605","14364.012"],["15166.256","14426.720"],["15175.697","14348.719"],["15241.540","14442.662"],["15272.823","14364.281"],["15298.694","14416.023"],["15184.526","14415.139"],["15185.101","14424.190"],["15201.466","14418.971"],["15195.792","14423.744"],["15185.460","14402.256"],["15169.901","14414.378"],["15178.602","14411.670"],["15190.181","14399.151"],["15180.542","14402.339"],["15210.691","14397.029"],["15206.991","14395.014"],["15208.290","14399.556"],["15196.004","14392.488"],["15195.280","14404.924"],["15230.846","14265.726"],["15247.869","14242.274"],["15229.991","14265.164"],["15245.396","14303.279"],["15235.051","14312.710"],["15228.949","14294.212"],["15243.584","14294.754"],["15236.166","14295.382"],["15258.913","14287.801"],["15241.298","14273.631"],["15265.062","14324.758"],["15254.009","14325.551"],["15237.529","14318.763"],["15269.387","14330.671"],["15263.779","14345.518"],["15206.464","14310.495"],["15222.845","14305.656"],["15214.753","14309.670"],["15209.112","14308.332"],["15219.572","14300.124"],["15286.782","14242.520"],["16087.641","14542.560"],["16099.055","14566.110"],["16061.186","14591.724"],["15943.740","14538.490"],["16068.385","14638.101"],["16057.382","14650.801"],["16080.897","14534.401"],["15954.113","14568.004"],["16131.236","14651.055"],["16073.068","14549.397"],["16025.682","14654.099"],["16101.285","14622.913"],["15954.075","14523.786"],["16065.194","14645.269"],["15940.276","14499.541"],["16081.045","14548.389"],["16070.211","14652.932"],["15964.514","14538.812"],["15963.236","14524.529"],["15998.625","14534.640"],["15937.892","14501.583"],["16096.367","14639.857"],["15939.289","14527.650"],["16101.400","14635.481"],["15969.141","14531.845"],["16000.342","14658.350"],["16002.787","14567.604"],["16000.550","14548.165"],["15991.570","14551.386"],["16126.942","14576.001"],["16018.263","14518.257"],["16059.047","14545.937"],["16063.866","14532.659"],["16067.007","14536.755"],["16039.215","14514.037"],["16058.179","14521.172"],["16042.603","14528.059"],["16070.464","14612.988"],["16057.618","14631.188"],["16062.914","14607.934"],["16094.987","14598.388"],["16074.279","14627.918"],["16142.028","14608.599"],["16089.870","14554.879"],["16139.360","14570.551"],["16116.383","14576.315"],["16069.311","14556.844"],["28793.009","10525.075"],["28967.063","10632.788"],["28939.894","10600.531"],["28950.926","10622.152"],["28917.974","10634.358"],["28947.894","10594.005"],["28940.375","10608.569"],["28918.136","10591.863"],["28922.085","10576.408"],["28909.844","10570.960"],["28866.274","10543.915"],["28836.554","10538.334"],["28887.769","10514.558"],["28801.571","10514.486"],["24147.639","7623.302"],["24219.422","7595.708"],["24301.762","7585.140"],["24188.830","7578.796"],["24191.807","7592.487"],["24326.069","7612.608"],["24341.793","7616.456"],["24340.247","7607.868"],["24320.547","7661.958"],["24311.289","7637.541"],["24282.009","7584.777"],["24306.618","7638.053"],["24306.946","7648.144"],["24270.742","7606.940"],["24317.855","7662.939"],["24326.306","7621.174"],["24254.275","7608.303"],["24240.149","7602.704"],["24335.852","7661.144"],["24352.871","7659.433"],["24332.295","7635.057"],["24354.154","7665.280"],["24147.165","7523.879"],["24158.836","7548.404"],["24175.737","7492.888"],["24163.112","7506.089"],["24149.042","7595.328"],["24152.767","7603.813"],["24160.892","7611.972"],["24146.323","7614.928"],["3338.735","7965.422"],["3333.800","8015.513"],["3372.337","8003.903"],["3460.019","7951.426"],["3366.564","8041.897"],["3353.093","7967.474"],["3332.404","8099.071"],["3393.799","8071.134"],["3370.117","8078.036"],["3337.962","8073.346"],["3359.226","8051.717"],["3476.209","7944.191"],["3448.200","7955.652"],["3440.609","7958.344"],["3461.378","7998.626"],["3456.855","8012.730"],["3417.424","7994.670"],["3419.003","7979.310"],["3392.829","7963.190"],["3372.393","8067.526"],["3346.756","7990.456"],["16916.529","16680.217"],["16971.974","16696.892"],["16902.640","16625.292"],["16913.874","16669.668"],["16951.637","16668.090"],["16908.058","16611.332"],["16947.207","16677.049"],["16798.104","16602.975"],["16803.071","16594.569"],["16974.964","16767.629"],["16979.742","16757.872"],["16927.182","16755.680"],["16950.932","16736.468"],["16891.469","16726.275"],["16868.323","16711.341"],["16853.632","16724.255"],["16811.256","16656.488"],["16801.353","16629.975"],["16791.416","16693.607"],["16795.519","16695.066"],["16828.748","16730.614"],["16814.889","16706.289"],["16858.011","16689.977"],["16851.835","16676.920"],["16837.862","16648.209"],["16945.116","16727.748"],["16897.675","16569.340"],["16901.466","16580.854"],["16874.624","16593.088"],["16869.878","16750.198"],["16893.239","16613.230"],["16875.157","16755.367"],["16968.012","16668.284"],["16928.351","16661.854"],["10797.970","17377.643"],["10792.078","17360.732"],["10813.205","17364.909"],["10802.373","17371.114"],["14571.187","15190.825"],["14489.107","15278.070"],["14591.555","15088.202"],["14652.455","15115.099"],["14650.810","15091.367"],["14664.509","15156.799"],["14671.236","15147.699"],["14597.669","15136.703"],["14587.094","15167.652"],["14584.100","15134.259"],["14586.255","15175.084"],["14592.439","15147.471"],["14647.012","15287.567"],["14610.336","15237.103"],["14495.545","15288.026"],["14635.418","15231.702"],["14617.063","15212.198"],["14646.909","15195.096"],["14662.912","15177.309"],["14671.921","15229.043"],["14611.051","15198.770"],["14604.801","15185.458"],["14598.222","15186.334"],["14595.113","15212.626"],["14587.498","15177.680"],["14620.353","15169.465"],["14625.880","15162.165"],["14612.261","15152.008"],["14620.765","15135.807"],["14641.949","15146.724"],["14468.196","15169.303"],["14553.687","15196.176"],["14465.878","15181.065"],["14466.684","15185.474"],["14474.858","15187.853"],["14640.499","15288.275"],["14645.828","15286.623"],["14489.030","15191.227"],["14476.333","15197.800"],["14479.902","15197.123"],["14525.334","15205.722"],["14516.419","15206.647"],["14527.472","15210.743"],["14603.175","15243.885"],["14497.314","15290.376"],["14560.651","15217.288"],["14559.118","15234.908"],["14603.246","15264.566"],["14561.194","15207.577"],["14557.592","15208.453"],["14602.994","15241.342"],["14559.282","15222.670"],["14562.884","15231.968"],["14668.847","15294.790"],["14496.400","15288.241"],["14573.901","15182.881"],["12267.875","12097.450"],["12340.343","12109.688"],["12321.510","12058.607"],["12217.612","12096.641"],["12246.839","12115.353"],["12296.954","12090.498"],["12201.560","12109.275"],["12335.030","12003.099"],["12315.474","12077.632"],["12325.408","12050.663"],["12342.567","12098.596"],["12294.590","12105.202"],["12299.919","12079.653"],["12330.938","12026.013"],["12336.168","12020.613"],["12341.711","12044.229"],["12327.089","11980.051"],["20120.006","14854.129"],["20082.100","14702.934"],["24124.947","7513.237"],["24130.906","7516.715"],["24004.714","7679.790"],["24070.685","7492.419"],["24101.618","7493.846"],["24071.618","7497.248"],["23998.201","7685.025"],["23941.311","7533.971"],["24038.859","7675.722"],["24049.566","7675.342"],["24042.551","7673.671"],["24040.800","7677.027"],["24141.027","7622.079"],["24111.652","7623.764"],["24079.584","7635.514"],["24080.291","7635.151"],["24114.252","7594.197"],["24144.037","7588.683"],["24118.060","7648.224"],["24115.856","7647.712"],["24103.504","7662.411"],["24066.442","7633.595"],["24049.830","7632.472"],["24070.357","7630.325"],["23997.033","7581.124"],["23985.860","7603.883"],["23983.711","7578.515"],["24039.952","7590.226"],["24031.333","7605.057"],["24019.672","7590.342"],["24009.228","7599.012"],["24056.085","7564.925"],["24068.897","7563.653"],["24057.581","7579.458"],["24053.371","7578.186"],["24117.941","7588.107"],["24106.604","7536.385"],["24093.714","7563.318"],["24097.152","7568.619"],["15993.221","13419.842"],["15990.195","13403.938"],["15959.389","13417.877"],["15965.438","13464.139"],["15936.211","13465.939"],["15968.727","13429.275"],["16053.585","13447.445"],["16030.098","13402.705"],["16065.593","13436.821"],["16057.863","13431.041"],["15373.471","17182.214"],["15485.397","17187.118"],["15406.455","17011.396"],["15401.488","17014.650"],["15509.920","17186.639"],["15513.226","17191.495"],["15349.228","17175.277"],["15348.044","17181.685"],["15324.306","17173.943"],["15328.237","17191.482"],["15332.201","17179.195"],["15321.543","17182.002"],["15310.014","17136.403"],["15360.551","17162.563"],["15381.308","17164.215"],["15363.512","17148.294"],["15353.627","17138.781"],["15401.047","17122.919"],["15373.070","17106.420"],["15394.336","17124.669"],["15380.109","17113.505"],["15388.637","17089.847"],["15419.114","17121.573"],["15409.345","17115.892"],["15408.325","17118.353"],["15425.269","17150.759"],["15444.463","17131.502"],["15435.614","17148.199"],["15445.878","17128.827"],["15463.957","17151.304"],["15473.151","17143.113"],["15488.447","17172.411"],["15454.960","17150.033"],["27595.871","11182.512"],["27637.464","11168.623"],["27644.656","11149.889"],["27644.275","11100.876"],["27655.106","11101.301"],["27691.285","11153.250"],["27678.337","11181.039"],["27674.490","11216.051"],["27603.453","11247.029"],["27571.478","11214.807"],["27588.549","11243.754"],["28163.465","11921.016"],["28179.149","11924.972"],["28187.223","11916.329"],["16128.627","15773.585"],["16125.906","15795.930"],["16107.254","15801.397"],["16105.067","15818.887"],["16100.034","15813.783"],["16127.501","15807.194"],["11868.144","12031.258"],["11853.605","12095.370"],["11847.963","12118.541"],["11829.954","12119.647"],["11841.664","12106.716"],["11886.977","12115.271"],["11835.019","12061.101"],["11828.490","12024.982"],["11881.730","12116.526"],["11753.408","12064.916"],["11925.554","12013.784"],["11895.308","12048.218"],["11931.903","12074.857"],["11474.938","16407.689"],["9672.939","13141.006"],["9667.180","13114.616"],["9665.230","13119.925"],["9686.918","13101.963"],["9647.796","13087.447"],["14660.752","14595.189"],["14668.482","14645.445"],["14625.258","14618.872"],["14670.818","14643.737"],["14641.488","14629.880"],["14587.669","14571.734"],["14496.866","14567.677"],["14529.942","14560.708"],["14524.711","14572.615"],["14532.982","14586.379"],["14496.485","14606.462"],["14508.442","14644.546"],["15524.224","14385.507"],["15685.000","14406.122"],["15614.836","14367.890"],["15682.961","14392.712"],["15616.645","14311.705"],["15545.739","14360.847"],["15639.474","14308.154"],["15715.031","14362.827"],["15630.767","14427.552"],["15684.275","14285.387"],["15630.011","14438.699"],["15546.050","14376.754"],["15723.999","14360.071"],["2684.813","11144.671"],["2730.710","11128.508"],["2734.914","11069.508"],["2687.910","11161.625"],["2732.809","11110.171"],["2762.094","11101.869"],["2742.157","11092.350"],["2791.013","11191.406"],["2775.513","11190.209"],["2760.433","11190.768"],["2766.915","11211.919"],["2707.896","11186.111"],["2687.361","11195.800"],["17579.946","17910.734"],["17572.035","17900.478"],["6274.478","7457.607"],["6332.742","7473.639"],["6341.130","7453.276"],["6457.869","7449.144"],["6392.217","7464.584"],["6396.644","7437.410"],["6349.187","7466.145"],["6382.904","7454.155"],["15561.386","12586.679"],["15571.698","12557.430"],["15656.748","12741.516"],["15665.218","12745.529"],["15658.689","12744.225"],["15670.514","12754.051"],["15659.823","12754.035"],["15642.018","12751.746"],["15619.452","12758.088"],["15596.145","12721.345"],["15600.750","12722.171"],["15584.385","12757.299"],["15616.194","12756.820"],["15561.166","12752.647"],["15553.321","12723.349"],["15563.699","12741.169"],["15557.219","12757.718"],["15519.627","12754.536"],["15514.588","12596.716"],["15527.861","12620.366"],["15532.450","12619.656"],["15521.545","12612.736"],["15518.305","12595.296"],["15563.353","12617.736"],["15575.656","12636.828"],["15574.044","12609.363"],["15568.419","12634.945"],["15586.298","12614.120"],["15539.633","12663.231"],["15557.018","12641.514"],["15551.360","12637.913"],["15566.426","12653.553"],["15556.261","12673.471"],["15567.853","12681.059"],["15585.418","12704.213"],["15575.945","12677.987"],["15569.941","12703.189"],["15567.080","12683.850"],["15635.940","12644.525"],["15597.322","12658.563"],["15605.694","12649.892"],["15597.832","12659.686"],["15631.203","12665.103"],["15640.702","12714.970"],["15634.632","12704.103"],["15645.998","12703.310"],["15642.396","12677.645"],["15620.521","12689.619"],["15690.274","12665.521"],["15688.843","12653.481"],["15694.764","12660.236"],["15665.819","12611.792"],["15695.292","12636.961"],["15688.664","12625.929"],["15672.069","12628.340"],["15664.299","12609.842"],["15708.536","12620.591"],["15705.214","12623.068"],["15721.184","12630.450"],["15667.232","12564.398"],["15688.186","12583.787"],["15706.294","12590.410"],["15665.110","12563.440"],["15680.423","12576.867"],["15641.012","12601.911"],["15664.663","12575.371"],["15645.025","12607.575"],["15663.298","12583.958"],["15656.818","12585.313"],["15610.704","12588.427"],["15604.421","12589.104"],["15605.457","12590.293"],["15721.565","12552.990"],["28211.594","11287.685"],["28340.330","11489.487"],["28325.517","11318.573"],["28297.968","11288.034"],["28283.641","11308.609"],["28258.112","11295.019"],["28173.705","11284.371"],["28270.912","11476.654"],["28307.537","11479.466"],["28244.999","11450.693"],["28294.480","11392.181"],["28260.696","11363.251"],["28266.755","11397.318"],["28248.236","11404.956"],["28193.030","11319.749"],["28185.960","11325.147"],["28153.699","11292.191"],["14699.668","16457.872"],["14704.964","16456.831"],["14694.769","16432.837"],["14680.056","16434.139"],["14672.375","16430.786"],["12848.242","14029.072"],["12870.840","14029.650"],["12927.637","14054.575"],["12937.663","14169.200"],["12978.716","14195.708"],["15304.566","16169.969"],["15305.798","16188.462"],["15307.607","16185.241"],["15454.033","16309.054"],["15469.082","16282.758"],["15471.467","16294.500"],["15473.819","16288.621"],["15475.151","16291.874"],["15448.941","16327.819"],["15456.063","16317.959"],["15448.875","16334.260"],["15444.813","16325.903"],["15504.857","16257.813"],["15500.926","16265.807"],["15499.084","16253.602"],["15501.749","16259.993"],["15506.101","16288.268"],["15507.252","16276.476"],["15493.568","16282.025"],["15507.927","16275.353"],["15449.082","16311.977"],["15045.768","13921.699"],["15001.796","13950.764"],["15018.360","13962.741"],["15033.160","13874.663"],["15029.405","13915.870"],["15006.123","13991.560"],["15021.954","13913.509"],["15027.072","13836.815"],["15036.504","13846.970"],["15083.291","14006.647"],["15009.394","13888.371"],["15052.365","13918.976"],["15032.716","13890.386"],["15014.330","13968.736"],["15000.432","13972.282"],["15026.099","13853.784"],["15087.144","13964.406"],["15012.932","13977.902"],["15010.185","13965.928"],["15056.586","13868.948"],["15031.981","13847.565"],["15054.288","13942.690"],["15092.670","14004.472"],["15074.070","13824.941"],["15036.093","13847.435"],["15038.282","13876.503"],["14983.173","13989.989"],["15043.249","13879.476"],["15036.455","13827.072"],["15044.449","13871.581"],["15085.958","13854.614"],["15084.013","13880.718"],["15076.590","13936.216"],["15048.515","13966.502"],["15054.455","13991.791"],["15050.197","14018.353"],["12610.041","15595.373"],["12614.663","15631.904"],["12607.147","15612.449"],["12634.370","15716.394"],["12668.648","15713.396"],["5413.611","7260.982"],["14701.194","17003.517"],["14683.151","16991.262"],["14722.856","17156.367"],["14695.940","17065.233"],["14718.250","17190.982"],["14741.952","17156.499"],["14691.183","17073.983"],["14680.328","17079.334"],["14711.850","17104.578"],["14683.946","17081.662"],["14691.976","17047.495"],["14715.816","17192.485"],["14712.053","17034.241"],["14793.448","17157.156"],["14777.165","17194.761"],["14786.688","17193.143"],["14684.945","17090.695"],["14787.414","17105.966"],["14775.210","17125.553"],["14711.937","17042.234"],["14711.115","17042.416"],["14703.662","17097.813"],["14793.190","17010.719"],["14780.065","17003.502"],["14702.182","17103.874"],["14745.805","17093.770"],["14752.203","17092.713"],["14715.206","17111.019"],["14740.788","17095.174"],["14788.415","17166.305"],["14729.511","17173.020"],["14752.011","17195.646"],["14744.083","17184.730"],["14715.321","17100.994"],["14735.777","17195.035"],["14782.285","17145.613"],["14792.959","17158.709"],["14808.716","17176.267"],["14802.416","17147.811"],["14786.709","17157.603"],["14814.555","17153.195"],["14806.134","17163.583"],["14751.166","17105.644"],["14816.314","17014.019"],["14810.146","17025.563"],["14779.240","17126.478"],["14776.658","17117.890"],["14720.633","17115.032"],["14703.065","17006.976"],["14690.562","17039.452"],["14693.610","17020.270"],["14683.060","17123.680"],["14718.859","17133.526"],["14691.731","17151.230"],["14725.998","17146.672"],["14700.060","17103.230"],["2228.011","11569.839"],["2234.956","11564.545"],["2248.317","11577.836"],["26210.200","16165.852"],["26165.628","16176.025"],["26138.297","16183.266"],["26131.076","16162.011"],["19179.923","18128.860"],["19162.851","18152.130"],["29233.900","10810.874"],["29267.113","10803.582"],["29272.656","10813.993"],["29268.477","10775.247"],["23573.485","7891.190"],["23717.641","7840.825"],["23716.638","7817.274"],["23691.997","7833.605"],["23584.312","7870.642"],["23688.270","7841.228"],["23699.471","7832.673"],["23691.461","7839.114"],["23699.175","7843.953"],["23580.858","7862.516"],["23580.184","7856.323"],["23670.647","7846.649"],["23680.762","7856.459"],["23646.969","7879.040"],["23664.518","7860.592"],["23655.669","7819.470"],["23680.225","7800.659"],["23690.219","7784.263"],["23686.502","7785.089"],["23694.941","7784.874"],["23659.556","7865.879"],["23632.697","7864.584"],["23629.885","7881.083"],["23630.461","7857.846"],["23606.208","7875.567"],["23614.876","7858.606"],["23624.333","7883.313"],["23614.349","7864.056"],["23618.007","7830.916"],["23624.306","7845.565"],["23618.977","7821.964"],["23586.286","7877.801"],["23587.947","7873.408"],["23593.744","7824.757"],["23584.238","7831.398"],["23554.285","7823.491"],["23572.196","7828.463"],["23575.880","7829.338"],["23569.712","7834.821"],["6635.181","8103.535"],["27035.208","16606.911"],["27037.560","16615.845"],["27032.201","16632.155"],["27038.566","16657.638"],["27082.723","16634.092"],["27074.088","16650.542"],["27081.561","16587.584"],["27078.383","16574.293"],["27027.150","16698.999"],["27021.328","16694.837"],["27036.152","16727.359"],["27041.267","16734.163"],["27084.435","16774.534"],["27081.940","16698.324"],["27091.710","16713.601"],["26901.104","16632.433"],["26922.680","16619.397"],["27091.405","16736.254"],["27052.277","16725.057"],["26940.975","16673.255"],["26947.965","16662.784"],["17036.050","16670.269"],["17007.967","16697.903"],["16999.070","16686.047"],["17183.015","16735.708"],["17141.851","16747.495"],["17064.303","16741.575"],["17165.715","16734.932"],["17040.462","16735.919"],["17055.026","16757.235"],["17116.756","16748.837"],["16178.332","17554.107"],["16356.059","17524.707"],["16174.566","17558.715"],["5210.131","7749.228"],["5216.069","7741.532"],["5233.344","7823.881"],["5205.515","7844.773"],["5211.436","7854.781"],["5297.977","7847.616"],["5238.586","7881.935"],["5268.882","7848.937"],["5264.638","7882.067"],["5283.334","7886.598"],["5273.959","7885.078"],["5308.103","7888.068"],["5364.717","7870.183"],["5364.240","7893.106"],["5361.756","7861.975"],["5347.118","7817.985"],["5386.361","7827.613"],["5356.476","7794.962"],["5367.412","7801.173"],["5388.234","7794.138"],["14689.022","12103.331"],["14857.984","12108.029"],["14853.412","12119.656"],["14836.570","12115.015"],["14876.593","12013.600"],["14840.360","12051.310"],["14862.515","12050.930"],["14874.091","12015.808"],["14851.278","12040.366"],["14840.526","12085.724"],["14862.726","12087.848"],["14849.408","12076.823"],["14679.585","12028.689"],["14694.858","12043.605"],["14843.243","11982.428"],["14830.649","11964.893"],["14855.867","11992.519"],["14847.868","12013.048"],["14687.714","11981.519"],["14706.022","11974.014"],["14730.449","11960.782"],["14732.810","11974.380"],["14794.309","11969.136"],["14813.068","11963.837"],["14839.596","11980.968"],["18165.782","13741.950"],["18199.210","13714.627"],["18250.482","13613.904"],["18232.220","13716.809"],["18251.190","13730.866"],["18177.547","13634.370"],["22348.356","17074.955"],["22456.488","17101.331"],["22438.132","17193.011"],["22398.480","17178.906"],["22313.973","17183.360"],["22332.821","17135.624"],["22278.163","17101.848"],["32205.857","11770.114"],["32211.367","11751.534"],["32220.874","11731.351"],["13008.962","12738.638"],["12990.536","12755.067"],["13066.524","12726.210"],["5173.149","8521.599"],["5139.629","8486.224"],["5192.352","8486.795"],["5182.632","8504.219"],["5132.495","8361.694"],["5161.426","8366.186"],["5151.183","8424.547"],["5165.262","8425.770"],["5134.933","8406.166"],["5149.472","8436.488"],["5139.982","8430.063"],["5021.450","8474.861"],["5053.358","8480.228"],["5049.707","8475.240"],["5051.253","8419.089"],["5010.927","8426.943"],["5020.483","8429.586"],["5027.901","8440.354"],["5016.914","8429.586"],["5033.164","8452.112"],["5030.372","8381.572"],["5059.418","8392.934"],["5049.401","8358.648"],["5035.783","8391.993"],["5049.697","8337.922"],["5194.711","8331.083"],["5175.402","8352.090"],["5147.688","8364.097"],["18010.513","12621.180"],["18009.529","12597.506"],["8137.073","15472.115"],["8129.024","15474.466"],["8143.833","15476.192"],["13696.037","16124.939"],["13671.755","15978.182"],["13673.129","16000.347"],["16092.857","15166.325"],["16077.117","15157.539"],["16082.758","15147.151"],["16068.246","15085.601"],["16075.071","15093.891"],["16129.800","15120.600"],["16060.598","15089.201"],["16106.338","15138.119"],["16068.458","15151.892"],["16117.546","15129.006"],["16093.994","15090.823"],["16134.553","15137.297"],["16099.808","15140.861"],["16044.511","15150.703"],["16129.249","15153.528"],["15669.331","14610.327"],["15528.117","14520.873"],["15575.777","14570.197"],["15586.576","14542.592"],["15683.164","14546.227"],["15608.851","14515.792"],["15588.209","14523.868"],["15620.083","14658.949"],["15515.475","14533.067"],["15517.794","14555.594"],["15715.631","14539.125"],["15629.778","14518.891"],["15548.084","14496.281"],["15593.665","14545.334"],["15606.692","14558.777"],["15702.337","14566.351"],["15612.074","14530.028"],["15612.173","14523.587"],["15520.382","14651.734"],["15629.714","14466.957"],["15593.073","14555.722"],["15570.021","14657.270"],["15599.751","14625.786"],["15612.630","14614.952"],["15614.488","14638.800"],["15722.855","14455.754"],["15625.804","14626.463"],["15587.636","14645.874"],["15604.242","14636.174"],["15604.882","14551.428"],["15519.675","14608.894"],["15672.768","14612.936"],["15713.805","14526.425"],["15714.728","14573.905"],["15720.129","14539.848"],["16426.236","18225.729"],["16531.006","18124.028"],["16498.818","18229.346"],["16374.970","18247.513"],["16519.986","18202.278"],["16487.404","18253.789"],["16408.144","18191.691"],["16456.746","18149.842"],["16476.762","18132.979"],["16437.091","18143.780"],["16492.157","18198.793"],["16535.085","18125.696"],["16509.822","18215.820"],["16395.397","18242.922"],["5441.669","18904.036"],["5436.423","18909.272"],["12468.364","16480.415"],["12445.699","16494.965"],["12462.229","16521.439"],["12519.793","16451.778"],["12521.075","16447.963"],["12529.316","16439.904"],["12529.145","16387.748"],["12495.023","16384.206"],["12419.259","16503.826"],["14104.472","13720.979"],["14070.868","13617.625"],["15070.217","15930.950"],["15078.770","15996.896"],["15078.309","15997.490"],["15031.500","15992.073"],["15037.224","15944.113"],["14973.457","15949.602"],["14919.641","15990.015"],["14994.904","15955.564"],["14933.342","15977.199"],["14935.842","15991.732"],["14919.970","16005.473"],["14981.763","15963.392"],["14994.194","16027.384"],["14911.974","16081.703"],["14948.306","16041.818"],["14935.099","16051.050"],["14934.161","16087.433"],["15010.000","16095.080"],["14905.806","16040.563"],["14947.813","16082.330"],["14991.168","16098.466"],["14931.135","16066.310"],["15049.945","16118.957"],["15078.350","16132.351"],["15089.567","16127.100"],["15041.820","16041.137"],["15087.133","16100.989"],["15045.472","16088.933"],["14892.269","16097.709"],["14900.832","16126.110"],["14902.542","16128.603"],["14900.021","16082.644"],["14905.950","16013.036"],["14929.387","16125.275"],["14940.012","16129.817"],["14946.624","16125.853"],["14997.131","15996.808"],["15007.603","16004.517"],["15006.041","16020.512"],["14970.168","16010.083"],["14956.805","16038.931"],["14898.764","16062.698"],["15018.873","16117.211"],["15319.347","12580.041"],["15325.195","12705.955"],["15304.216","12553.765"],["15329.830","12749.089"],["15427.685","12743.102"],["15359.073","12749.089"],["15437.997","12748.916"],["15458.676","12750.698"],["15451.143","12739.815"],["15468.500","12737.405"],["15506.690","12743.912"],["15497.809","12751.145"],["15498.862","12753.259"],["15428.735","12633.935"],["15448.890","12692.696"],["15457.097","12695.735"],["15443.824","12687.312"],["15452.969","12678.592"],["15406.647","12626.057"],["15429.199","12733.872"],["15390.769","12612.862"],["15410.466","12679.521"],["15410.137","12678.860"],["15310.472","12654.412"],["15346.296","12703.935"],["15351.675","12707.387"],["15349.471","12696.801"],["15354.684","12704.233"],["15413.187","12609.740"],["15377.741","12725.043"],["15395.866","12754.011"],["15382.133","12747.768"],["15356.442","12737.876"],["15310.751","12745.503"],["15314.271","12732.043"],["15315.698","12654.168"],["15412.736","12699.983"],["15428.706","12726.771"],["15331.461","12687.060"],["15433.788","12736.911"],["15335.458","12686.086"],["15334.175","12678.423"],["15426.025","12711.725"],["15359.003","12693.670"],["15356.585","12694.958"],["15357.358","12692.266"],["15333.720","12663.333"],["15334.394","12671.442"],["15355.698","12560.561"],["15364.794","12570.718"],["15431.367","12627.693"],["15433.850","12635.768"],["15445.732","12664.497"],["15440.469","12647.932"],["15434.959","12665.636"],["15425.502","12677.280"],["15435.238","12670.574"],["15473.548","12637.694"],["15492.989","12635.233"],["15507.611","12650.972"],["15495.555","12655.200"],["15499.453","12635.976"],["15341.322","12693.488"],["15372.128","12670.185"],["15369.570","12647.888"],["15366.149","12640.638"],["15342.958","12653.999"],["15349.077","12659.597"],["15357.580","12639.597"],["15461.237","12577.818"],["15436.154","12558.182"],["15482.240","12585.729"],["15485.707","12617.465"],["15476.891","12593.056"],["15475.707","12628.811"],["15451.151","12620.884"],["15449.095","12620.174"],["15369.679","12564.112"],["15381.940","12588.050"],["15365.460","12582.368"],["15378.140","12585.110"],["15393.387","12578.652"],["15391.150","12590.081"],["15424.947","12611.557"],["15417.875","12584.141"],["15410.095","12591.887"],["15085.465","13427.396"],["15065.745","13445.497"],["15087.175","13444.407"],["15059.495","13424.853"],["15077.784","13446.835"],["15047.056","13496.761"],["15057.731","13482.162"],["15033.800","13481.600"],["15062.632","13502.525"],["15030.905","13510.304"],["15050.936","13438.980"],["14954.599","13453.284"],["14960.454","13435.679"],["15061.735","13394.659"],["15019.533","13420.123"],["15026.704","13424.599"],["14980.511","13448.586"],["14999.853","13432.269"],["14969.809","13422.914"],["14976.619","13418.025"],["14991.665","13402.431"],["15016.523","13411.356"],["15016.030","13397.484"],["14915.503","13423.036"],["14902.263","13412.186"],["14927.976","13450.895"],["14938.732","13440.028"],["14890.876","13460.663"],["14945.973","13476.661"],["14926.071","13474.663"],["14954.953","13456.628"],["14949.739","13451.657"],["14927.700","13490.765"],["15046.578","13432.043"],["15016.104","13484.920"],["15087.217","13449.180"],["15051.463","13454.124"],["15056.413","13456.007"],["15040.887","13463.307"],["15015.107","13456.361"],["15032.113","13466.765"],["14922.843","13591.494"],["15021.182","13600.561"],["15025.252","13569.191"],["14995.830","13555.450"],["15001.386","13568.117"],["15057.366","13569.463"],["15082.843","13581.288"],["15083.057","13571.230"],["15063.961","13558.893"],["14985.005","13589.306"],["14998.212","13594.575"],["15067.568","13524.540"],["15069.542","13521.898"],["15090.611","13590.601"],["15088.390","13592.319"],["15072.035","13599.813"],["15049.652","13574.269"],["15040.211","13599.421"],["15033.396","13585.789"],["15018.888","13535.211"],["15002.259","13544.509"],["15014.876","13512.393"],["15012.722","13519.907"],["15082.750","13532.345"],["15089.394","13518.967"],["15085.099","13505.869"],["15082.682","13514.771"],["15088.485","13577.128"],["14946.029","13600.694"],["14965.155","13582.131"],["14907.261","13579.224"],["14988.903","13587.011"],["14934.846","13574.248"],["14933.974","13560.854"],["14943.037","13582.720"],["14979.542","13506.031"],["15002.207","13496.783"],["14991.680","13505.536"],["14998.852","13511.250"],["14977.602","13528.723"],["14890.694","13504.785"],["14897.453","13484.636"],["14904.444","13468.270"],["13786.980","13350.153"],["13756.077","13336.562"],["13708.066","13392.473"],["13706.523","13352.484"],["13675.432","13337.696"],["14209.332","16044.303"],["14201.190","16027.936"],["14213.213","16041.446"],["14220.979","16006.533"],["14226.390","15993.073"],["14222.459","16006.963"],["18706.539","17973.683"],["18704.138","17947.539"],["18306.187","12528.918"],["18278.105","12546.345"],["26661.262","16245.456"],["26651.131","16237.562"],["31801.674","11854.051"],["31813.433","11897.751"],["31812.233","11871.343"],["31928.386","11711.357"],["31929.167","11770.593"],["31907.903","11835.700"],["31909.383","11853.453"],["31830.676","11787.538"],["31874.525","11778.306"],["31869.574","11769.652"],["31893.797","11793.104"],["31909.093","11803.707"],["31873.139","11812.444"],["31922.597","11756.349"],["16008.868","12875.268"],["16022.387","12903.244"],["16002.782","12890.429"],["16000.447","12910.396"],["16027.601","12907.307"],["15958.912","12915.372"],["15962.300","12933.076"],["15955.540","12947.577"],["15953.188","12929.212"],["15966.100","12926.553"],["15961.319","12960.036"],["15980.329","12860.188"],["15988.766","12860.832"],["16010.609","12858.536"],["16001.168","12859.181"],["15943.446","12892.142"],["15945.371","12915.181"],["16016.040","12928.759"],["15993.474","12962.995"],["16021.138","12955.299"],["15944.744","12879.196"],["15949.398","12879.444"],["15966.111","12850.081"],["15964.829","12836.902"],["15944.121","12832.377"],["15983.711","12877.543"],["15966.358","12824.879"],["15990.323","12889.566"],["15969.813","12904.959"],["15989.254","12890.376"],["15977.971","12905.223"],["15978.993","12864.510"],["16136.757","12932.121"],["16118.994","12919.735"],["16143.090","12921.485"],["16050.561","12944.973"],["16046.269","12953.677"],["16046.894","12914.090"],["16054.607","12927.434"],["16067.535","12941.786"],["16087.784","12882.139"],["16049.232","12873.336"],["16068.837","12879.628"],["16073.705","12884.187"],["16071.320","12905.475"],["16084.038","12816.187"],["16086.488","12824.329"],["16056.173","12872.204"],["16068.575","12836.201"],["16059.068","12832.270"],["15963.886","12776.032"],["16121.990","12832.156"],["16113.536","12846.012"],["16112.171","12852.338"],["15946.008","12759.748"],["15987.771","12792.908"],["15989.218","12772.082"],["15986.702","12790.546"],["15966.834","12789.208"],["15978.843","12805.744"],["16010.652","12827.825"],["15999.599","12804.919"],["16024.444","12954.737"],["16007.504","12938.057"],["16060.070","12967.726"],["15990.378","12869.024"],["15946.214","12845.264"],["15956.428","12877.370"],["15939.537","12841.747"],["16011.435","12762.725"],["16044.215","12775.779"],["16071.090","12772.129"],["16058.031","12764.961"],["16041.880","12773.136"],["16058.574","12780.254"],["16013.163","12792.550"],["16005.581","12780.643"],["16003.919","12799.900"],["15977.245","12791.058"],["15948.737","12798.524"],["15958.425","12813.140"],["15944.773","12831.686"],["15936.698","12762.258"],["15942.883","12782.655"],["16083.066","12875.586"],["16075.566","12877.783"],["16070.484","12845.594"],["15937.702","12766.684"],["16062.118","12816.920"],["16040.210","12827.887"],["16067.710","12811.338"],["16033.006","12832.478"],["16104.517","12810.930"],["16125.932","12811.987"],["16105.142","12828.618"],["16092.922","12798.841"],["16145.087","12784.341"],["16115.728","12801.451"],["16124.380","12804.142"],["16133.097","12783.201"],["16110.778","12776.859"],["15652.094","16829.152"],["15642.209","16817.624"],["15656.880","16839.474"],["15577.090","16964.345"],["15604.541","16986.690"],["15671.754","16883.037"],["15597.241","16826.391"],["15640.808","16983.959"],["15622.321","16982.852"],["15620.414","16985.544"],["15623.012","16970.119"],["15633.416","16817.626"],["15548.522","16867.385"],["15522.683","16874.661"],["15529.591","16879.995"],["15526.910","16886.386"],["15705.256","16966.324"],["15719.714","16975.704"],["15548.012","16868.921"],["15704.122","16957.141"],["15618.844","16815.777"],["15626.870","16819.096"],["15683.341","16980.636"],["15554.794","16857.356"],["15577.274","16820.082"],["15723.318","16938.328"],["15567.128","16802.641"],["15569.966","16803.196"],["15571.824","16808.695"],["15572.071","16806.102"],["15618.868","16852.310"],["15623.194","16862.913"],["15629.263","16859.940"],["15662.111","16905.651"],["15665.894","16895.874"],["15671.914","16909.350"],["15673.180","16907.897"],["15694.310","16912.222"],["15696.350","16913.179"],["15699.228","16911.412"],["2212.294","11052.834"],["2245.809","10991.574"],["2230.752","11001.273"],["16771.271","16545.117"],["13996.497","14113.545"],["13977.714","14108.392"],["14036.037","14110.051"],["14040.038","14048.311"],["13902.520","14088.626"],["14009.992","14039.288"],["13894.977","14178.097"],["13901.918","14176.841"],["13976.209","14067.595"],["13976.675","14143.852"],["13968.188","14155.842"],["15800.613","14038.546"],["15920.626","14166.041"],["15747.448","14061.882"],["15889.379","14068.759"],["15877.652","14088.924"],["15927.308","14141.664"],["15863.817","14041.019"],["15923.148","14090.057"],["15729.010","14054.500"],["15909.364","14109.823"],["15843.075","14175.979"],["15832.422","14161.522"],["15728.172","14075.656"],["15856.744","14032.398"],["15746.254","14164.859"],["15900.695","14067.008"],["15874.412","14098.552"],["15908.105","14117.754"],["15808.063","14108.987"],["15874.080","14045.726"],["15755.580","14142.282"],["15825.596","14135.742"],["15775.120","14035.177"],["15777.275","14034.780"],["15771.592","14029.657"],["15927.213","14111.313"],["15872.041","14032.745"],["15849.522","14118.638"],["15751.960","14041.423"],["15768.170","14029.740"],["15911.716","14229.144"],["15838.853","14058.185"],["15801.937","14031.936"],["15877.571","14059.732"],["15907.204","14028.607"],["15879.868","14035.445"],["12223.500","11862.306"],["17213.954","15918.235"],["31798.742","11634.058"],["31764.663","11657.840"],["31795.370","11630.969"],["31803.812","11655.301"],["31819.963","11680.354"],["31793.746","11689.900"],["31789.159","11573.400"],["31754.587","11594.242"],["31888.927","11662.035"],["31852.887","11663.974"],["31877.311","11683.314"],["31852.459","11654.428"],["31860.446","11505.215"],["31878.012","11542.391"],["31890.742","11512.267"],["31914.920","11677.716"],["31918.111","11694.678"],["31925.528","11697.155"],["31882.761","11645.931"],["31862.268","11645.765"],["31839.274","11629.151"],["16151.923","18169.638"],["16166.529","18158.722"],["16254.769","18135.914"],["16266.792","18150.250"],["16271.183","18171.075"],["16273.190","18206.335"],["16155.476","18157.814"],["16270.920","18156.129"],["16265.163","18216.063"],["16333.011","18246.148"],["16289.475","18248.096"],["27942.687","12388.890"],["14364.886","12287.387"],["14374.854","12294.356"],["14266.597","12221.572"],["14349.773","12132.582"],["14393.554","12186.833"],["14263.120","12315.115"],["5409.022","7265.705"],["5379.671","7280.012"],["5402.467","7279.616"],["5379.589","7303.909"],["5335.161","7429.127"],["5346.576","7426.055"],["5327.992","7406.222"],["5352.565","7376.131"],["5346.775","7346.288"],["5311.315","7360.706"],["5312.302","7366.305"],["5340.466","7437.152"],["5335.153","7447.077"],["5336.074","7454.658"],["5348.295","7470.347"],["16908.965","15279.921"],["16943.532","15165.277"],["16913.384","15132.577"],["16878.802","15086.803"],["16842.511","15115.155"],["16837.379","15139.747"],["16917.832","15148.628"],["16911.154","15163.756"],["16926.664","15182.451"],["16917.371","15155.317"],["16937.749","15162.914"],["16882.102","15152.662"],["16865.737","15148.995"],["16870.260","15147.459"],["16903.977","15143.892"],["16888.069","15217.943"],["16926.887","15131.735"],["16935.687","15154.228"],["16889.356","15220.572"],["16939.239","15294.717"],["16918.011","15280.614"],["16939.402","15199.624"],["16908.744","15192.308"],["16911.252","15278.533"],["16924.484","15196.833"],["16917.362","15237.091"],["16916.539","15217.603"],["16919.089","15216.447"],["16915.421","15198.131"],["16907.280","15231.145"],["16820.053","15084.296"],["16928.279","15265.834"],["16926.667","15284.232"],["16938.345","15274.058"],["16922.325","15245.867"],["16903.773","15262.283"],["16890.384","15094.901"],["16888.229","15100.707"],["16903.502","15103.248"],["16867.292","15123.763"],["16890.154","15112.219"],["16859.262","17205.856"],["15025.651","11904.174"],["15008.432","11908.554"],["15043.677","11884.912"],["9857.587","11721.905"],["9912.876","11878.634"],["27708.892","10936.603"],["27710.014","10944.916"],["27711.027","10923.604"],["27716.795","10993.005"],["27712.469","11013.797"],["27708.880","11006.091"],["27711.740","10927.635"],["29409.885","11113.616"],["29415.824","11100.103"],["29500.919","11244.722"],["6115.049","16197.356"],["6077.239","16340.756"],["6085.047","16345.012"],["6204.275","16332.327"],["6221.277","16332.746"],["6242.101","16299.083"],["6220.224","16319.296"],["6227.399","16305.071"],["6210.322","16309.136"],["6210.693","16309.644"],["6204.778","16315.155"],["6097.119","16317.402"],["6105.080","16309.475"],["6111.231","16320.986"],["6113.849","16299.714"],["6123.306","16300.491"],["6109.852","16301.234"],["6141.527","16298.319"],["6136.988","16302.861"],["6139.636","16292.423"],["6076.879","16308.911"],["6079.592","16310.596"],["6079.905","16323.791"],["6073.759","16312.542"],["6065.190","16316.043"],["6060.403","16312.476"],["6055.769","16306.527"],["6054.848","16307.551"],["6047.775","16314.058"],["6055.250","16303.887"],["6053.129","16290.725"],["6058.803","16296.918"],["6241.132","16270.433"],["6241.905","16270.235"],["6247.480","16260.738"],["6233.215","16275.681"],["6237.327","16272.081"],["6233.347","16274.756"],["1828.247","11013.929"],["1794.716","11003.871"],["1825.915","10942.939"],["14647.122","16781.334"],["14640.132","16779.286"],["14650.034","16776.116"],["15288.228","18614.879"],["15297.866","18610.090"],["15239.725","18614.202"],["15290.086","18508.521"],["15282.521","18558.958"],["15215.555","18555.684"],["15148.154","18510.680"],["15203.729","18541.118"],["15235.637","18575.717"],["15204.288","18545.775"],["20571.827","16176.354"],["20588.589","16252.512"],["20710.983","16181.946"],["20598.876","16244.774"],["20707.976","16335.523"],["20635.734","16283.610"],["20605.938","16293.528"],["11959.740","12176.460"],["14502.509","12670.220"],["14476.062","12669.989"],["14490.084","12666.377"],["14510.215","12668.772"],["9420.973","13146.789"],["9416.331","13084.361"],["9416.748","13065.000"],["5804.539","7923.254"],["5801.685","7901.315"],["5792.606","7957.962"],["5672.395","7902.714"],["5708.850","7996.905"],["5766.428","8099.886"],["5765.555","8106.107"],["5790.777","8031.849"],["5809.342","8065.945"],["5827.945","8035.987"],["26959.843","16340.133"],["26937.343","16331.297"],["26996.761","16326.645"],["27006.712","16314.275"],["26950.324","16148.171"],["27055.342","16348.398"],["26927.486","16314.759"],["26971.959","16316.658"],["26889.095","16280.824"],["26920.786","16344.265"],["26914.142","16352.010"],["26911.160","16217.149"],["14470.006","12841.137"],["14466.425","12837.044"],["14493.436","12879.389"],["14511.035","12874.005"],["14547.350","12926.904"],["14659.685","12824.685"],["14663.156","12850.283"],["14549.070","12765.528"],["14561.965","12773.076"],["20141.689","15509.991"],["19973.938","15528.907"],["12129.520","12006.501"],["11939.559","12122.373"],["12025.308","12093.932"],["5716.994","14359.398"],["18888.062","14811.946"],["13902.351","14556.651"],["13862.752","14593.282"],["13855.022","14587.171"],["13838.558","14604.512"],["13522.214","14035.353"],["12835.488","15792.589"],["12831.782","15790.605"],["12826.323","15760.171"],["12823.230","15746.508"],["12876.323","15780.599"],["12901.165","15777.168"],["12895.688","15813.888"],["10237.281","12833.425"],["10230.839","12765.166"],["10183.139","12780.710"],["10153.403","12799.947"],["10164.002","12767.544"],["10137.675","12809.201"],["10109.244","12796.866"],["10080.337","12771.587"],["10057.989","12816.080"],["6040.162","16072.879"],["6025.198","16069.538"],["6020.716","16072.222"],["6007.553","16079.067"],["6009.373","16074.912"],["6014.813","16077.886"],["6003.464","16084.011"],["6005.408","16092.681"],["5997.542","16109.157"],["5977.795","16107.375"],["5972.582","16104.902"],["5982.735","16084.681"],["5976.873","16073.509"],["5997.030","16091.475"],["5995.716","16084.818"],["6012.138","16090.285"],["5995.506","16088.963"],["5984.133","16073.388"],["5951.621","16110.221"],["5946.599","16098.777"],["5946.018","16108.905"],["5939.707","16122.514"],["5954.850","16111.932"],["5943.975","16127.745"],["5937.759","16122.019"],["5925.713","16079.240"],["5928.856","16090.490"],["5952.965","16066.061"],["5975.121","16063.981"],["5965.249","16051.595"],["5963.852","16088.700"],["5959.855","16069.867"],["5899.737","16060.146"],["5913.047","16064.322"],["5933.797","16051.689"],["5891.786","16068.769"],["5894.525","16069.045"],["5898.624","16076.129"],["5907.109","16073.513"],["5892.823","16100.502"],["5907.454","16100.639"],["5903.293","16110.711"],["5906.488","16113.142"],["5914.633","16107.817"],["5921.234","16107.348"],["5930.540","16108.277"],["5934.489","16121.558"],["5920.534","16117.502"],["5910.652","16139.832"],["5915.750","16133.648"],["5932.101","16123.919"],["5913.020","16138.003"],["5891.961","16121.942"],["5872.619","16124.927"],["5893.240","16133.465"],["5918.884","16035.723"],["5955.373","16044.982"],["5891.821","16094.340"],["5888.489","16086.746"],["5867.170","16097.014"],["5888.680","16140.844"],["5870.942","16138.250"],["5871.975","16088.917"],["5882.730","16064.778"],["5874.468","16070.161"],["5913.919","16028.298"],["5904.428","16029.800"],["5888.152","16044.665"],["5919.644","16030.719"],["5934.825","16027.389"],["5945.789","16048.233"],["5975.880","16070.154"],["5957.001","16048.528"],["5887.975","16062.468"],["5884.617","16073.229"],["5886.554","16070.940"],["5893.988","16076.527"],["5902.988","16065.594"],["5906.348","16061.788"],["5910.474","16068.936"],["5916.450","16058.766"],["5921.065","16064.947"],["5917.515","16072.323"],["5909.440","16087.326"],["5902.910","16085.473"],["5898.142","16087.389"],["5899.810","16091.151"],["5903.917","16088.252"],["5900.579","16093.816"],["5901.508","16099.683"],["5913.462","16101.006"],["5913.402","16089.000"],["5904.260","16107.622"],["5904.205","16113.810"],["5886.670","16112.756"],["5888.149","16116.125"],["5888.110","16123.506"],["5904.319","16119.042"],["5910.779","16118.138"],["5918.369","16111.523"],["5917.787","16106.582"],["19783.790","10462.450"],["19851.559","10600.024"],["19845.243","10601.626"],["19792.205","10603.941"],["19807.912","10604.899"],["19812.271","10606.880"],["19807.600","10604.568"],["19880.321","10617.872"],["19853.676","10622.777"],["19878.134","10620.465"],["19883.101","10597.013"],["19815.063","10483.861"],["19795.654","10488.978"],["19761.455","10492.422"],["19742.842","10463.839"],["19855.913","10451.201"],["19868.986","10498.371"],["19813.458","10488.115"],["19749.264","10453.734"],["19883.822","10496.988"],["20467.533","14602.227"],["20458.554","14563.580"],["15572.254","13785.490"],["15651.409","13647.842"],["15525.928","13617.010"],["15628.629","13622.640"],["15629.304","13733.625"],["15635.838","13694.177"],["15541.309","13704.545"],["15525.125","13707.997"],["15525.287","13641.007"],["15568.600","13767.335"],["15522.893","13801.576"],["15558.532","13791.054"],["15568.553","13806.002"],["15516.149","13794.970"],["15637.511","13744.674"],["15545.338","13683.760"],["15611.205","13608.718"],["15623.497","13612.185"],["15539.186","13664.173"],["15514.894","13804.519"],["15615.520","13646.455"],["15547.227","13626.920"],["15555.308","13803.275"],["15656.249","13666.217"],["15515.920","13732.239"],["15619.642","13605.035"],["15557.375","13609.909"],["15617.774","13645.051"],["15671.528","13789.702"],["15550.765","13690.333"],["15516.637","13670.762"],["15535.977","13638.827"],["15676.904","13741.139"],["15565.670","13780.748"],["15517.810","13799.297"],["15572.942","13756.353"],["15688.138","13626.383"],["15711.117","13641.380"],["15716.775","13642.668"],["15689.992","13761.941"],["15723.874","13724.402"],["15699.424","13784.503"],["15708.050","13681.169"],["15652.199","13728.538"],["15670.795","13675.160"],["15663.147","13666.209"],["15689.578","13638.760"],["15675.812","13642.674"],["15668.789","13638.298"],["15629.539","13692.790"],["15626.936","13751.296"],["15624.699","13714.021"],["15648.420","13692.047"],["15627.779","13697.034"],["15665.367","13794.925"],["15662.275","13800.095"],["19532.877","14911.070"],["19541.644","14925.867"],["19550.229","14946.445"],["19530.196","14930.062"],["19552.762","14983.406"],["19538.157","14984.876"],["19538.124","14980.764"],["19537.779","14927.965"],["19532.483","14923.373"],["19528.322","14946.864"],["27954.341","17271.328"],["27948.042","17268.570"],["27966.169","17270.691"],["27970.627","17245.706"],["27965.824","17257.366"],["28058.335","17203.271"],["14472.140","13062.621"],["14342.662","13862.329"],["13436.171","12538.146"],["13474.480","12538.557"],["13599.079","12541.228"],["13512.693","12368.997"],["13605.281","12483.565"],["13601.712","12479.122"],["19958.364","10283.137"],["19958.697","10309.553"],["19976.002","10432.635"],["19985.208","10348.597"],["19948.245","10295.076"],["19940.771","10243.308"],["28592.162","11534.058"],["28575.139","11642.685"],["15613.365","13221.278"],["15649.372","13306.483"],["15650.491","13282.453"],["15578.620","13223.927"],["15664.800","13290.810"],["15580.183","13217.816"],["15552.600","13220.987"],["15591.813","13267.426"],["15627.218","13299.232"],["15603.710","13191.930"],["15607.345","13198.999"],["15531.851","13255.547"],["15647.744","13300.141"],["15520.634","13256.703"],["15717.538","13185.030"],["15527.362","13375.422"],["15516.655","13352.004"],["15548.562","13382.540"],["15590.584","13378.788"],["15598.625","13307.686"],["15602.081","13383.527"],["15557.905","13296.221"],["15538.612","13319.392"],["15567.856","13333.298"],["15578.970","13353.704"],["15576.240","13349.327"],["15603.063","13304.436"],["15691.076","13270.552"],["15640.506","13244.517"],["15642.364","13255.913"],["15645.407","13265.029"],["15642.299","13264.765"],["15669.699","13326.434"],["15631.682","13310.467"],["15716.421","13260.638"],["15688.345","13282.934"],["15690.944","13291.340"],["15676.256","13276.872"],["15604.691","13274.395"],["15673.432","13326.467"],["15665.602","13342.955"],["15687.131","13321.650"],["15720.346","13308.931"],["15706.020","13344.141"],["15696.744","13314.810"],["15631.714","13306.583"],["15615.990","13301.001"],["15672.839","13340.891"],["15667.856","13306.979"],["15709.918","13367.359"],["15663.717","13384.733"],["15627.635","13381.131"],["15667.264","13323.527"],["15569.886","13385.618"],["15566.975","13391.035"],["15580.042","13371.736"],["15583.430","13358.127"],["15547.542","13263.488"],["15543.233","13287.832"],["15559.170","13293.529"],["15541.523","13329.302"],["15545.602","13350.098"],["15579.698","13351.717"],["15514.964","13389.489"],["15661.928","13236.174"],["15688.260","13264.300"],["15654.346","13235.794"],["15580.716","13291.504"],["15579.401","13288.449"],["15670.925","13257.644"],["15672.471","13250.675"],["15620.618","13366.171"],["15657.658","13338.673"],["15655.783","13345.824"],["15622.181","13373.454"],["15605.093","13251.353"],["15591.195","13269.470"],["15577.424","13313.219"],["15574.908","13320.469"],["15551.292","13284.017"],["15532.889","13314.983"],["15633.974","13340.176"],["15608.872","13322.120"],["12991.685","13825.630"],["12999.135","13845.118"],["12988.741","13846.307"],["13149.752","13880.672"],["13162.054","13898.491"],["13167.120","13924.206"],["13093.847","13821.051"],["13148.600","13931.522"],["13162.449","13904.850"],["13187.555","14024.897"],["13077.588","13993.386"],["11455.990","15719.752"],["11348.080","15922.798"],["11344.050","15901.378"],["11318.853","15903.062"],["11355.898","15893.661"],["11382.115","15916.370"],["11449.252","15855.509"],["11429.713","15865.550"],["11424.417","15859.291"],["11463.768","15810.651"],["11469.689","15810.635"],["11497.123","15832.617"],["11401.596","15774.905"],["11415.083","15783.394"],["11427.386","15790.281"],["11371.768","15824.141"],["11376.785","15822.671"],["11362.410","15835.041"],["11467.168","15768.786"],["11475.589","15770.668"],["11488.369","15764.029"],["11404.046","15925.674"],["11403.983","15842.122"],["11426.171","15865.739"],["11414.098","15879.710"],["11443.997","15759.635"],["11440.379","15776.398"],["11453.125","15757.323"],["11375.097","15847.737"],["11387.877","15846.432"],["11375.690","15855.103"],["11477.031","15811.159"],["11483.182","15813.305"],["11484.070","15792.546"],["8193.560","12115.361"],["8200.815","12106.325"],["8240.482","12058.857"],["8225.635","12053.713"],["8209.700","12044.433"],["8264.190","12033.158"],["8280.228","12026.025"],["8301.528","12011.073"],["8268.600","12048.538"],["8234.144","11995.678"],["8237.992","11967.596"],["8162.603","12046.878"],["8162.396","11943.470"],["8174.610","11962.886"],["8179.488","11993.240"],["8176.476","12001.674"],["11257.771","15938.053"],["11246.439","15956.302"],["11265.534","15959.275"],["11277.847","15953.929"],["11299.394","15936.423"],["11279.032","15951.947"],["15941.208","14310.802"],["15938.839","14333.825"],["15956.378","14312.127"],["15941.329","14294.505"],["15956.625","14330.575"],["16138.824","14256.576"],["16127.575","14301.954"],["16138.907","14267.817"],["16133.332","14276.917"],["16140.782","14298.255"],["27510.379","16616.525"],["27509.080","16618.606"],["15303.389","17885.105"],["15302.516","18022.888"],["15303.175","17979.033"],["15300.093","17948.998"],["27825.855","11428.550"],["27741.338","11445.074"],["27755.725","11440.821"],["27725.510","11415.094"],["27739.178","11290.466"],["27825.632","11436.622"],["5303.011","7505.040"],["5272.879","7515.032"],["5281.432","7503.240"],["5237.550","7507.220"],["5239.508","7481.622"],["5249.098","7563.874"],["5217.964","7556.773"],["5239.575","7529.935"],["5246.121","7560.489"],["5230.102","7541.893"],["5204.601","7587.447"],["5224.519","7628.190"],["14766.606","12827.534"],["14760.373","12851.548"],["14770.729","12899.358"],["14755.696","12886.773"],["14836.024","12881.072"],["14789.544","12881.403"],["14859.551","12852.544"],["14876.805","12836.656"],["14881.424","12809.009"],["14872.642","12772.577"],["14823.658","12788.908"],["14846.750","12773.334"],["14824.908","12770.708"],["14833.050","12759.230"],["14834.908","12784.548"],["14865.255","12949.617"],["14861.993","12910.599"],["14873.556","12888.667"],["14875.053","12919.881"],["14854.049","12906.305"],["14841.467","12888.403"],["14812.728","12944.383"],["14832.070","12915.366"],["14845.573","12918.669"],["14851.840","12920.155"],["14783.945","12781.867"],["14817.020","12783.898"],["14817.678","12790.025"],["14847.066","12822.354"],["27002.332","16784.505"],["26930.256","16790.543"],["26893.167","16813.615"],["27057.439","16817.620"],["27074.199","16817.653"],["26935.577","16775.880"],["26906.185","16776.244"],["26899.288","16840.094"],["26890.768","16827.262"],["26899.312","16865.558"],["26923.309","16870.480"],["27018.980","16824.527"],["15160.208","12105.331"],["15187.066","12075.670"],["15180.701","12098.114"],["15160.800","12092.267"],["15164.677","12044.963"],["15155.565","12046.317"],["15143.559","12055.565"],["15167.786","12080.173"],["15245.651","12088.795"],["15222.148","12070.133"],["15204.302","12089.720"],["15238.118","12091.768"],["15255.476","12034.026"],["15225.591","12049.104"],["15230.065","12066.726"],["15234.193","12035.859"],["15244.571","12038.303"],["15291.651","12069.885"],["15275.451","12088.778"],["15295.467","12057.944"],["15281.520","12058.869"],["15280.988","12121.657"],["15274.376","12116.438"],["15298.533","12031.023"],["15256.719","11992.122"],["15243.002","11982.679"],["15218.800","11997.158"],["15198.794","11998.525"],["15174.610","11997.745"],["15153.535","12012.186"],["15133.258","12024.093"],["15125.104","12034.067"],["15129.568","12049.990"],["15175.117","12053.874"],["15286.383","11939.972"],["15123.622","11964.060"],["8801.225","12318.777"],["8810.148","12287.961"],["8839.215","12306.986"],["8933.156","12334.468"],["8852.117","12319.729"],["8825.288","12322.677"],["9380.774","11824.298"],["9361.015","11799.006"],["9324.099","11865.791"],["9296.041","11865.460"],["9387.755","11885.947"],["9252.064","11879.716"],["9354.724","11759.515"],["9366.767","11712.718"],["9293.973","11764.749"],["9393.041","11751.397"],["9357.217","11747.305"],["9367.272","11717.450"],["20731.571","14882.489"],["9239.270","13337.509"],["9251.506","13353.545"],["9276.117","13360.403"],["13096.390","12878.579"],["13084.499","12911.378"],["13020.897","12801.205"],["13178.447","12954.005"],["13694.880","14887.044"],["13764.534","14918.284"],["13715.784","14880.927"],["13793.788","14955.736"],["13793.426","14965.365"],["15436.117","17688.094"],["15375.373","17663.947"],["15386.229","17669.843"],["15317.297","17669.528"],["15353.169","17683.087"],["15343.514","17665.532"],["15337.528","17659.900"],["15372.528","17678.530"],["15471.412","17683.126"],["15483.682","17692.424"],["15437.597","17690.142"],["15445.442","17684.427"],["15483.481","17742.933"],["15378.291","17699.370"],["15371.722","17688.670"],["15411.225","17777.615"],["15338.383","17735.277"],["15347.051","17737.523"],["15430.699","17727.348"],["15417.689","17723.880"],["15429.942","17721.551"],["15433.265","17736.845"],["15484.452","17748.861"],["15406.567","17658.047"],["15434.741","17655.917"],["15410.465","17685.132"],["15352.394","17759.215"],["15483.531","17758.094"],["15488.994","17815.654"],["15353.383","17805.145"],["15337.478","17811.471"],["15382.977","17712.452"],["15390.033","17724.971"],["15391.135","17730.190"],["15376.891","17723.831"],["15469.570","17692.771"],["15481.807","17684.414"],["15494.662","17775.613"],["15506.323","17746.513"],["15480.692","17795.251"],["15474.163","17776.539"],["15484.015","17789.008"],["15498.225","17805.391"],["15496.658","17821.153"],["15500.014","17825.101"],["15440.952","17700.348"],["15402.751","17646.072"],["15402.619","17648.665"],["15408.968","17644.768"],["15403.096","17631.787"],["15440.045","17627.178"],["15460.637","17634.742"],["15338.446","17629.227"],["15325.551","17629.887"],["15394.333","17634.218"],["15444.258","17711.474"],["15451.198","17713.241"],["15445.162","17719.401"],["15459.489","17728.413"],["15374.064","17704.473"],["15481.836","17692.809"],["15496.573","17699.267"],["15487.181","17688.284"],["15485.997","17688.251"],["15318.966","17806.153"],["15319.196","17808.135"],["15313.966","17793.668"],["15316.638","17761.623"],["15323.381","17775.793"],["15306.062","17754.075"],["15317.016","17765.008"],["15432.966","13712.463"],["15422.818","13701.613"],["15444.425","13808.010"],["15467.253","13752.852"],["15453.548","13633.348"],["15309.411","13787.140"],["15374.182","13711.280"],["15341.135","13790.209"],["15466.143","13802.207"],["15461.960","13734.213"],["15366.638","13652.013"],["15422.089","13815.295"],["15392.237","13616.350"],["15446.579","13612.304"],["15405.017","13614.352"],["15463.174","13765.156"],["15473.765","13737.540"],["15506.167","13789.894"],["15364.955","13710.982"],["15349.984","13792.174"],["15410.334","13694.270"],["15359.702","13606.066"],["15374.011","13616.090"],["15345.631","13622.940"],["15331.997","13652.767"],["15309.694","13621.256"],["15307.514","13663.613"],["15311.182","13670.665"],["15367.291","13790.140"],["15359.183","13798.745"],["15372.653","13796.020"],["15384.544","13777.275"],["15366.436","13798.002"],["15344.083","13706.754"],["15385.096","13646.908"],["15389.636","13634.934"],["15360.540","13626.231"],["15375.256","13734.309"],["15383.858","13737.414"],["15403.463","13724.334"],["15409.713","13712.740"],["15375.881","13714.111"],["15327.581","13745.877"],["15320.558","13720.410"],["15354.571","13728.370"],["15335.986","13718.907"],["15328.798","13720.080"],["15477.791","13642.184"],["15463.433","13631.928"],["15470.587","13635.264"],["15365.347","13692.155"],["15366.729","13700.017"],["15358.999","13662.692"],["15352.140","13702.940"],["15340.216","13698.233"],["15414.119","13691.969"],["15414.892","13705.148"],["15439.362","13746.418"],["15444.773","13766.154"],["15510.930","13809.556"],["15502.756","13811.059"],["15499.341","13755.709"],["15483.052","13810.118"],["15474.210","13785.012"],["15486.019","13764.880"],["15490.608","13769.785"],["15488.601","13791.387"],["15493.996","13770.280"],["15423.065","13713.619"],["15500.587","13606.569"],["15514.104","13682.439"],["15510.837","13771.337"],["15508.731","13776.093"],["15468.313","13670.676"],["15455.352","13688.215"],["15449.678","13707.323"],["15466.931","13684.631"],["15453.017","13684.070"],["7953.332","12457.461"],["7970.325","12485.053"],["7984.443","12501.037"],["7992.699","12518.932"],["8013.806","12350.972"],["7996.615","12339.934"],["7952.094","12382.065"],["7958.074","12356.148"],["7954.619","12427.790"],["15102.773","13152.689"],["15104.228","13176.578"],["15203.507","13159.992"],["15145.694","13158.253"],["15181.188","13113.150"],["15168.013","13132.307"],["15174.823","13169.962"],["15122.369","13142.110"],["15131.580","13132.977"],["15158.554","13149.790"],["15108.471","13129.291"],["15121.300","13116.227"],["15102.024","13099.828"],["15112.676","12979.077"],["15099.415","13009.630"],["15093.691","13031.942"],["15128.261","13040.464"],["15130.563","13046.360"],["15133.688","13045.518"],["15150.876","13011.711"],["15111.600","13036.864"],["15140.021","13027.517"],["15118.277","13022.050"],["15121.041","12993.033"],["15118.031","13028.656"],["15124.873","13003.206"],["15175.371","12986.673"],["15233.412","13008.454"],["15160.206","12973.940"],["15255.445","13001.130"],["15240.807","12991.518"],["15229.810","13024.094"],["15232.606","13011.014"],["15233.100","13008.305"],["15231.629","12985.587"],["15206.827","13013.993"],["15231.416","12981.277"],["15208.406","13004.101"],["15220.116","13009.716"],["15280.040","13091.382"],["15277.886","13102.282"],["15264.234","13121.770"],["15256.586","13120.432"],["15264.465","13111.117"],["15284.410","13098.830"],["15295.098","13149.122"],["15268.141","13126.496"],["15296.694","13134.440"],["15295.460","13143.325"],["15280.838","13134.390"],["15218.317","12982.469"],["15227.890","12982.485"],["15209.173","12981.676"],["15252.337","13027.434"],["15244.047","13032.718"],["15264.212","13037.706"],["15258.406","13018.069"],["15267.172","13040.728"],["15174.713","13177.115"],["15173.512","13174.291"],["18196.928","15095.303"],["18204.916","15087.072"],["18202.975","15090.488"],["18192.866","15100.965"],["18201.831","15098.864"],["13834.173","15514.508"],["13859.973","15559.450"],["13848.050","15664.570"],["13869.490","15696.668"],["13872.183","15687.157"],["13903.421","15671.466"],["5658.558","8190.131"],["5634.200","8209.453"],["5643.808","8172.128"],["5657.542","8166.480"],["5768.269","8117.288"],["5733.343","8113.478"],["5717.340","8126.509"],["5814.724","8128.050"],["5820.975","8126.765"],["5718.118","8178.756"],["5711.490","8193.537"],["5744.343","8182.071"],["5740.297","8185.374"],["5714.722","8262.659"],["5680.726","8248.820"],["24315.259","8016.086"],["24273.561","8031.393"],["24217.641","8082.314"],["24224.631","8060.877"],["24179.772","8064.516"],["24190.305","8070.783"],["24170.084","8084.450"],["24166.565","8089.464"],["24324.930","8064.656"],["24352.266","8069.677"],["24319.387","8094.615"],["24344.519","8087.959"],["24348.598","8092.501"],["14547.005","13982.623"],["14520.097","14025.331"],["14562.945","14015.069"],["6264.993","17142.411"],["14686.633","13195.069"],["14774.910","13274.906"],["14813.993","13241.432"],["14798.187","13222.341"],["14801.410","13205.772"],["14797.512","13215.384"],["14767.974","13212.365"],["14760.437","13193.808"],["14740.930","13203.750"],["14774.506","13252.450"],["14723.057","13201.428"],["14706.576","13196.258"],["10045.563","13044.977"],["10058.597","13016.510"],["10052.993","13022.890"],["10070.480","13033.808"],["10100.578","13051.905"],["10115.927","13037.192"],["10134.695","13008.514"],["10204.025","13041.854"],["10216.368","13071.443"],["10217.227","13092.313"],["10188.010","13134.324"],["10211.922","13181.365"],["6240.087","7457.268"],["6224.692","7471.058"],["16221.212","13138.183"],["16222.738","13157.423"],["16214.629","13147.068"],["16220.024","13143.732"],["16200.189","13155.838"],["16205.025","13111.938"],["16195.370","13134.646"],["16186.985","13154.916"],["16187.577","13153.892"],["16195.781","13105.856"],["16267.510","13093.680"],["16222.760","13161.984"],["16238.878","13162.248"],["16239.635","13157.673"],["16258.023","13150.671"],["16286.310","13134.725"],["16300.076","13144.601"],["16304.007","13128.119"],["16281.852","13142.652"],["16272.461","13152.892"],["16297.091","13158.888"],["16315.512","13175.222"],["16331.433","13172.365"],["16207.525","13125.926"],["16185.699","13125.926"],["16168.594","13120.043"],["16178.873","13118.759"],["16255.456","13134.169"],["16194.597","13092.842"],["16150.244","13149.186"],["16152.119","13157.097"],["16182.760","13143.505"],["16155.934","13156.783"],["16153.270","13154.009"],["16206.748","13045.030"],["16208.343","13051.389"],["16205.534","12992.162"],["16243.941","12971.547"],["16187.321","13031.605"],["16205.150","13033.636"],["16202.897","13012.860"],["16204.229","13031.688"],["16198.245","13069.556"],["16191.732","13043.759"],["16184.922","13065.625"],["16180.291","13040.951"],["16156.558","13042.388"],["16160.160","13035.534"],["16168.532","13043.660"],["16167.890","13018.325"],["16239.403","13134.335"],["16251.097","13129.479"],["16261.061","13101.975"],["16238.200","13092.462"],["16253.397","13109.688"],["16258.265","13124.337"],["16259.844","13110.035"],["16183.939","12977.201"],["16195.106","13000.306"],["16177.804","12982.238"],["16166.143","13013.336"],["16155.320","12984.996"],["16238.653","13092.221"],["16246.647","13061.766"],["16235.599","13070.872"],["12815.031","14166.294"],["14240.256","14004.199"],["14068.011","13842.107"],["14209.755","14013.813"],["14177.973","14016.207"],["15092.607","18957.966"],["15073.853","19051.288"],["15028.030","19038.819"],["15032.438","19047.275"],["15089.560","19079.447"],["15027.948","19079.942"],["15017.521","19082.089"],["15037.274","19038.159"],["15002.932","19023.328"],["15039.725","19010.479"],["15005.267","19038.720"],["15034.938","19023.311"],["15015.366","18999.777"],["15062.899","19028.728"],["15035.234","19024.236"],["15000.728","19079.414"],["15088.984","18999.876"],["15062.751","19068.927"],["14963.712","19065.050"],["14891.031","19019.716"],["14909.090","19016.660"],["14962.955","19034.464"],["15790.192","14438.535"],["15725.290","14449.065"],["15776.969","14405.157"],["15876.158","14441.663"],["15915.270","14339.704"],["15921.915","14328.342"],["15916.997","14301.488"],["15875.634","14287.382"],["15853.167","14247.399"],["15832.081","14376.582"],["15834.285","14356.648"],["15864.187","14279.538"],["15904.670","14355.095"],["15862.789","14342.527"],["15908.173","14383.121"],["15874.809","14427.906"],["15879.664","14332.156"],["15919.206","14436.742"],["15908.222","14398.728"],["15919.173","14442.077"],["15877.869","14441.729"],["15929.260","14263.201"],["15824.993","14244.360"],["15827.848","14331.981"],["15828.342","14319.925"],["15824.559","14302.485"],["15765.640","14284.511"],["15764.423","14308.822"],["15789.135","14347.824"],["15801.948","14361.829"],["15796.586","14349.475"],["15785.139","14358.740"],["15841.122","14419.398"],["15832.734","14416.640"],["15842.487","14430.530"],["15836.796","14428.664"],["15862.947","14418.044"],["15782.248","14405.075"],["15782.018","14421.425"],["15760.357","14420.853"],["15763.877","14399.384"],["15749.683","14415.453"],["15766.903","14403.793"],["15746.854","14436.890"],["15747.354","14358.964"],["15743.654","14329.848"],["15728.127","14329.104"],["15730.414","14331.615"],["15838.294","14385.402"],["15859.627","14367.533"],["15873.031","14386.756"],["15841.370","14381.884"],["15868.870","14363.619"],["15771.055","14353.277"],["12813.724","13553.415"],["12982.995","13509.275"],["12847.338","13462.289"],["12987.009","13433.767"],["12946.614","13398.507"],["12858.818","13510.184"],["12974.114","13423.165"],["12919.805","13450.629"],["12915.561","13400.918"],["12868.242","13453.784"],["12853.324","13519.944"],["12822.483","13554.484"],["12893.371","13515.359"],["12809.868","13552.997"],["12814.177","13588.901"],["12832.763","13562.840"],["12842.795","13558.001"],["12790.559","13601.536"],["12841.414","13546.358"],["12878.453","13568.323"],["12818.108","13587.266"],["12963.467","13570.834"],["12971.705","13576.071"],["12960.199","13583.052"],["12959.337","13580.221"],["12958.940","13584.726"],["12958.278","13559.890"],["12956.732","13562.253"],["12942.444","13549.297"],["12948.908","13541.773"],["12932.027","13571.173"],["12929.580","13570.247"],["12939.197","13569.512"],["12940.886","13569.735"],["12946.047","13586.101"],["12949.500","13588.819"],["12942.741","13588.528"],["12814.087","13516.617"],["31491.254","11106.856"],["31508.244","11121.637"],["31478.935","11095.658"],["18740.461","14868.368"],["18807.020","14863.845"],["18803.961","14869.790"],["18842.693","14863.486"],["18847.364","14867.978"],["18869.262","14851.330"],["18870.693","14869.993"],["18869.192","14817.588"],["18868.106","14834.301"],["18881.664","14814.556"],["9836.725","12320.686"],["9874.153","12279.006"],["9937.659","12270.573"],["9920.886","12236.218"],["9861.505","12208.434"],["9878.846","12194.767"],["9986.073","12318.979"],["9882.382","12288.676"],["9968.172","12289.977"],["9979.048","12174.846"],["16156.570","15273.650"],["16156.678","15275.544"],["16159.375","15259.921"],["16148.612","15238.909"],["4793.586","17376.495"],["13828.875","15486.523"],["13779.709","15386.850"],["13800.755","15363.620"],["13801.738","15329.844"],["13781.621","15366.565"],["13754.450","15390.348"],["13762.783","15401.531"],["13765.844","15416.533"],["13796.488","15433.589"],["13740.327","15447.856"],["13736.214","15470.944"],["13763.832","15495.866"],["13828.425","15395.889"],["13636.432","15503.764"],["13626.399","15490.568"],["13640.140","15460.628"],["13627.680","15442.640"],["13628.091","15451.574"],["15166.329","17843.265"],["15144.964","17836.874"],["15172.974","17857.898"],["15211.727","17852.925"],["15183.388","17846.798"],["15188.189","17858.236"],["15183.962","17878.600"],["15187.482","17862.547"],["15195.920","17872.687"],["15183.573","17900.173"],["15186.698","17910.115"],["15171.007","17902.221"],["15156.047","17873.702"],["15151.836","17876.559"],["15169.040","17894.973"],["15155.965","17892.612"],["15141.888","17870.750"],["15111.115","17858.248"],["15100.200","18009.540"],["15100.841","17934.146"],["15109.789","18008.152"],["15095.792","17922.656"],["15100.242","17887.227"],["15096.837","17904.320"],["15097.552","18030.894"],["15115.661","18014.180"],["15123.807","17889.259"],["15101.307","17892.579"],["15134.201","17892.629"],["15137.573","17908.054"],["15122.496","17946.596"],["15118.186","17926.315"],["15114.387","17937.414"],["15123.334","17935.019"],["15126.584","17836.592"],["15120.729","17836.295"],["15267.383","17866.343"],["15247.267","17867.978"],["15259.323","17867.483"],["15166.229","17982.079"],["15159.782","17947.760"],["15149.716","17984.705"],["15151.854","17966.224"],["8804.131","11977.506"],["8780.985","12065.125"],["8782.935","11958.921"],["8778.123","11919.309"],["8942.915","11985.331"],["8804.653","11949.286"],["8866.937","11970.271"],["8799.600","12062.555"],["8831.903","12088.295"],["8980.559","11964.410"],["8849.275","12028.019"],["20297.268","14943.831"],["20226.919","15016.133"],["20162.749","15007.208"],["7578.995","14675.599"],["21758.660","15913.231"],["14386.154","12457.690"],["14260.314","12416.118"],["14256.811","12393.244"],["14319.471","12432.886"],["14361.806","12460.285"],["14395.216","12471.084"],["14325.725","12498.848"],["14322.154","12509.213"],["14332.286","12500.905"],["14430.128","12526.573"],["14273.975","12347.799"],["14315.785","12346.537"],["14352.653","12357.561"],["14365.720","12378.659"],["14367.136","12541.495"],["14424.656","12469.695"],["14440.314","12439.042"],["14447.183","12526.477"],["14265.327","12494.645"],["14268.419","12506.305"],["14433.940","12502.516"],["14899.414","15316.089"],["14885.451","15297.873"],["14903.344","15315.496"],["14955.177","15298.069"],["14906.633","15313.828"],["15008.143","15356.189"],["15006.186","15361.144"],["15023.785","15306.280"],["15011.860","15315.595"],["14984.541","15343.687"],["14966.312","15299.820"],["15006.951","15300.760"],["15074.261","15398.542"],["15050.708","15398.476"],["15065.149","15398.046"],["15067.814","15390.185"],["15066.037","15383.992"],["15010.471","15452.494"],["15003.432","15432.906"],["15026.096","15433.749"],["15035.044","15425.425"],["15028.086","15437.052"],["15049.647","15503.146"],["15021.884","15496.457"],["15052.723","15498.703"],["15059.071","15500.504"],["15047.361","15502.304"],["15068.447","15502.259"],["15068.858","15482.606"],["14976.487","15501.010"],["14906.362","15503.620"],["14910.243","15506.361"],["14907.067","15432.423"],["14911.574","15418.583"],["14924.156","15407.650"],["14930.719","15405.503"],["14898.959","15427.221"],["14912.655","15366.952"],["14914.580","15360.329"],["14920.928","15380.940"],["14930.139","15353.723"],["14954.553","15390.819"],["14979.438","15369.018"],["14947.086","15396.186"],["14978.879","15394.997"],["14954.849","15399.208"],["15038.354","15347.155"],["15016.742","15352.060"],["15018.436","15324.629"],["15026.364","15360.219"],["15054.292","15347.188"],["15078.271","15347.136"],["15083.205","15362.644"],["15093.238","15375.955"],["15082.800","15430.542"],["15082.274","15426.100"],["15084.066","15403.358"],["15077.635","15431.979"],["15057.866","15400.782"],["8221.551","15252.187"],["14495.399","12271.093"],["14467.587","12258.855"],["14500.005","12275.519"],["14630.535","12157.980"],["14654.328","12301.054"],["14640.101","12299.782"],["14660.397","12310.632"],["14664.739","12318.642"],["14588.225","12172.242"],["14601.383","12142.266"],["14575.241","12299.979"],["14568.009","12322.787"],["14552.219","12328.930"],["14547.268","12335.536"],["14576.886","12296.048"],["14574.764","12314.760"],["14566.820","12280.606"],["14621.258","12314.115"],["14621.932","12304.040"],["14607.327","12318.210"],["14667.173","12281.235"],["20459.921","14683.778"],["20401.612","14677.946"],["20410.977","14684.726"],["29279.028","11889.946"],["29274.223","11874.118"],["29252.847","11906.117"],["29235.039","11883.913"],["29224.233","11873.476"],["29210.502","11868.082"],["29231.104","11850.717"],["29227.527","11831.526"],["29253.407","11844.039"],["29253.144","11819.257"],["29232.979","11797.972"],["29338.485","11703.053"],["29346.147","11719.238"],["29276.256","11727.202"],["29260.500","11703.062"],["29337.601","11795.181"],["29352.210","11817.179"],["29390.282","11837.691"],["29324.669","11909.378"],["23876.543","7525.100"],["23905.754","7513.440"],["23866.724","7505.331"],["23895.704","7495.191"],["12962.712","14378.499"],["12925.015","14407.235"],["12982.992","14383.404"],["12933.502","14368.342"],["12982.350","14398.697"],["12949.554","14387.252"],["12985.114","14241.884"],["12956.594","14382.413"],["12935.673","14388.309"],["12913.995","14406.046"],["14782.163","13598.673"],["14777.575","13600.672"],["14869.497","13589.061"],["14795.886","13608.853"],["14823.882","13589.764"],["14753.106","13517.667"],["14764.389","13534.446"],["14780.483","13462.527"],["14757.827","13520.078"],["14761.093","13511.944"],["14771.389","13506.031"],["14750.863","13472.902"],["13569.847","15503.241"],["13510.060","15464.141"],["13490.280","15472.875"],["13488.493","15487.670"],["13461.315","15467.460"],["13451.091","15465.954"],["13447.022","15424.652"],["13443.304","15420.068"],["13481.081","15366.232"],["13517.511","15326.362"],["13530.784","15381.642"],["13559.154","15337.897"],["13573.709","15380.955"],["13563.441","15331.617"],["13545.585","15322.492"],["13549.894","15314.201"],["13544.162","15333.836"],["13543.225","15337.932"],["13525.001","15329.682"],["13523.668","15330.623"],["13532.514","15343.633"],["13541.358","15349.830"],["13530.207","15351.795"],["13562.637","15366.769"],["13590.642","15380.978"],["13582.966","15367.389"],["13587.029","15369.635"],["13571.381","15394.762"],["13565.444","15388.469"],["13564.362","15375.445"],["13549.066","15379.145"],["13557.668","15373.389"],["13544.230","15370.895"],["13478.982","15385.639"],["13468.505","15392.460"],["13452.753","15389.156"],["13463.065","15390.428"],["13503.569","15370.390"],["13502.450","15374.536"],["13512.963","15382.909"],["13518.227","15378.053"],["13615.644","15501.017"],["13584.355","15498.588"],["13610.509","15471.059"],["13612.894","15466.071"],["13560.184","15485.626"],["13536.237","15474.016"],["15069.536","17011.532"],["15062.924","17030.574"],["15062.069","17017.230"],["15065.361","17127.510"],["15081.315","17113.141"],["15029.357","17156.721"],["14994.804","17105.503"],["15041.710","17131.507"],["15015.342","17056.148"],["15009.553","17064.274"],["15011.395","17057.056"],["15057.976","17103.100"],["15093.148","17169.354"],["15073.850","17176.934"],["15073.763","16999.972"],["15052.023","17184.775"],["15033.585","17111.672"],["15050.200","16990.049"],["14994.562","17112.470"],["15029.825","17126.359"],["14989.480","17108.688"],["14997.243","17122.841"],["15015.578","17152.518"],["14995.118","17164.987"],["15014.690","17143.583"],["15090.921","17135.866"],["15034.377","17000.892"],["15025.380","17187.223"],["11553.295","15699.552"],["11567.456","15685.118"],["11560.482","15691.641"],["11569.342","15593.215"],["16234.358","15365.797"],["16220.980","15379.949"],["16176.533","15371.139"],["16169.181","15394.937"],["16184.204","15392.748"],["16217.247","15408.917"],["16190.602","15371.196"],["16147.005","15431.039"],["16182.256","15303.215"],["16172.865","15329.656"],["16164.806","15319.235"],["16149.888","15310.217"],["16171.615","15330.184"],["21484.338","15397.272"],["16629.927","18416.343"],["16692.871","18438.325"],["28180.494","11135.453"],["28177.725","11215.960"],["28171.835","11109.210"],["28165.752","11131.623"],["28242.645","11208.139"],["28183.543","11231.767"],["28160.111","11214.766"],["28159.092","11199.451"],["28197.640","11227.546"],["28190.885","11167.811"],["28178.487","11116.505"],["28151.639","11275.608"],["16791.315","15421.025"],["16786.940","15429.051"],["16779.130","15331.610"],["16798.686","15310.751"],["16785.131","15426.458"],["16891.354","15442.032"],["16903.044","15306.874"],["16971.726","15297.372"],["16977.335","15328.355"],["16984.391","15330.205"],["16931.986","15307.318"],["16936.311","15298.037"],["16948.828","15306.757"],["16969.995","15308.706"],["16868.488","15339.332"],["16875.774","15313.436"],["16878.159","15329.951"],["16893.258","15301.545"],["16885.149","15333.915"],["16881.582","15468.774"],["16860.266","15441.210"],["16862.503","15466.033"],["16877.240","15458.502"],["16887.752","15438.201"],["16895.482","15427.994"],["16927.735","15457.177"],["16920.105","15417.093"],["16935.516","15414.368"],["16930.845","15426.061"],["16917.243","15415.722"],["16790.840","15317.473"],["16830.135","15429.002"],["16840.481","15427.747"],["16819.806","15456.318"],["16835.283","15423.469"],["16822.964","15436.417"],["16875.628","15449.418"],["16920.416","15433.296"],["16964.032","15455.681"],["16940.002","15448.860"],["16943.522","15430.974"],["16962.321","15457.184"],["16968.357","15421.098"],["15026.862","14226.456"],["15076.018","14210.253"],["15015.497","14181.980"],["15052.059","14212.649"],["15046.829","14205.168"],["15082.548","14207.775"],["15024.181","14213.144"],["15060.360","14181.646"],["15063.172","14207.080"],["15079.653","14212.976"],["15049.581","14229.818"],["15070.634","14234.739"],["15073.167","14237.382"],["15092.630","14165.444"],["15007.001","14058.141"],["15002.939","14039.049"],["15007.297","14079.412"],["15068.748","14150.520"],["15072.043","14096.510"],["15077.728","14161.487"],["14987.108","14076.790"],["14997.634","14070.481"],["15047.980","14095.172"],["14930.152","14178.930"],["14928.637","14033.157"],["15054.658","14116.394"],["14950.415","14165.982"],["14953.408","14157.955"],["14914.346","14197.014"],["14898.649","14105.809"],["14910.705","14134.628"],["14892.284","14122.969"],["14894.636","14114.794"],["14884.822","14174.733"],["14895.743","14211.281"],["14899.427","14190.604"],["14928.227","14188.624"],["14936.471","14139.647"],["14933.708","14113.883"],["14883.956","14237.625"],["15052.372","14118.954"],["15030.270","14047.240"],["15058.839","14052.822"],["15058.046","14099.896"],["15086.511","14161.008"],["15073.238","14148.919"],["15076.807","14157.804"],["15052.460","14088.208"],["15049.286","14093.328"],["15040.339","14097.424"],["15580.001","17838.281"],["15593.801","17846.489"],["15602.287","17843.864"],["15530.121","17852.188"],["15552.144","17837.390"],["15543.806","17836.251"],["15547.786","17838.134"],["15545.171","17860.792"],["15561.553","17864.491"],["15552.869","17847.794"],["15568.625","17858.612"],["15552.817","17886.055"],["15555.942","17907.178"],["15578.245","17878.144"],["15610.961","17880.349"],["15633.674","17865.403"],["15627.063","17880.085"],["15540.515","18013.073"],["15578.397","17911.868"],["15588.612","17948.816"],["15566.869","17978.379"],["15578.694","17941.880"],["15586.885","17937.999"],["15536.628","17893.025"],["15519.268","17954.354"],["15518.082","17856.991"],["15526.043","17864.538"],["15558.362","17924.455"],["15564.563","17922.209"],["15563.296","17916.123"],["15568.494","17929.822"],["15622.133","17855.213"],["15622.692","17859.128"],["15607.369","17867.407"],["15599.244","17878.208"],["15602.994","17880.619"],["15600.050","17865.028"],["15558.050","17894.544"],["15561.800","17894.296"],["15573.642","17885.081"],["15559.399","17895.882"],["15583.509","17902.544"],["15598.755","17910.571"],["15585.153","17900.513"],["15592.719","17912.866"],["15546.214","17964.703"],["15525.556","17967.511"],["15546.313","17957.337"],["15533.434","17974.166"],["13207.937","12459.775"],["13394.480","12487.015"],["13403.543","12512.349"],["13388.941","12539.591"],["13404.023","12524.579"],["28021.053","11587.414"],["28086.075","11518.571"],["27967.657","11577.962"],["27964.745","11606.595"],["5756.263","7892.817"],["5753.056","7868.605"],["5675.388","7870.592"],["5662.825","7865.655"],["5773.762","7761.869"],["5752.891","7773.595"],["5730.392","7764.097"],["5753.550","7747.780"],["5735.030","7842.990"],["5725.426","7879.114"],["5718.129","7896.394"],["5662.306","7877.205"],["8759.608","12890.854"],["8739.732","12888.603"],["8704.171","12887.717"],["8692.554","12875.758"],["8695.373","12840.327"],["8699.236","12815.984"],["8677.691","12809.377"],["8691.859","12787.936"],["8664.544","12799.042"],["19974.023","10710.763"],["19956.015","10760.571"],["19942.331","10732.630"],["19960.572","10751.689"],["19955.687","10753.902"],["19965.104","10709.394"],["19967.404","10731.844"],["19980.846","10673.575"],["19942.601","10661.017"],["19956.500","10659.850"],["19957.801","10650.497"],["8963.062","16243.026"],["8943.332","16215.005"],["8937.968","16215.552"],["8876.779","16154.805"],["14698.176","14075.506"],["14800.028","14136.109"],["14807.426","14105.148"],["14763.639","14215.238"],["14812.906","14145.341"],["14761.493","14151.812"],["14763.286","14141.539"],["14803.522","14045.476"],["14801.860","14045.856"],["14777.085","14140.978"],["14827.304","14187.989"],["14807.501","14213.654"],["14811.821","14149.652"],["14802.462","14135.878"],["14773.367","14032.743"],["14832.348","14036.076"],["14785.375","14033.747"],["14735.049","14121.399"],["14714.424","14101.515"],["14748.700","14097.584"],["14724.687","14126.634"],["14719.523","14108.897"],["14819.266","14237.491"],["14819.360","14071.075"],["14820.347","14058.078"],["14812.239","14054.131"],["14772.084","14113.938"],["14781.920","14120.809"],["14787.413","14141.799"],["14788.277","14209.474"],["14817.362","14173.902"],["14786.704","14175.471"],["14805.224","14165.826"],["14867.224","14089.513"],["14845.234","14086.722"],["14844.264","14070.917"],["14867.603","14079.670"],["14850.215","14067.575"],["14875.265","14037.930"],["14853.587","14047.625"],["14864.804","14076.295"],["14743.928","14163.092"],["14772.990","14157.163"],["14805.417","14216.054"],["14815.236","14234.105"],["14809.579","14218.382"],["12346.827","12254.104"],["12293.356","12173.575"],["12355.264","12188.703"],["12345.906","12269.958"],["12344.245","12183.881"],["12310.314","12182.923"],["12355.100","12195.144"],["12238.389","12135.706"],["12244.425","12131.379"],["12294.425","12246.837"],["12343.036","12267.057"],["6666.837","5763.518"],["31702.915","10427.976"],["14685.491","12818.343"],["6465.942","15811.197"],["15112.270","16185.320"],["15106.003","16176.716"],["15111.941","16183.471"],["15111.563","16141.357"],["28141.733","10955.918"],["28128.667","10921.975"],["28078.326","10969.500"],["28056.816","10986.883"],["28002.323","10979.444"],["28053.273","10964.921"],["28060.848","10926.294"],["28098.552","10977.915"],["28065.500","10974.272"],["28093.619","10957.768"],["28004.481","10967.700"],["28007.087","10950.717"],["28003.873","10944.863"],["15207.663","15909.207"],["15187.259","15845.539"],["15192.954","15887.322"],["15198.016","15852.888"],["15208.470","15887.309"],["15193.954","15849.800"],["15212.499","15894.113"],["15208.305","15900.191"],["15190.001","15879.492"],["15203.060","15887.865"],["15252.005","15904.020"],["10108.793","14054.839"],["10137.981","14051.659"],["5306.349","8278.354"],["5304.770","8278.883"],["5307.402","8305.819"],["5382.546","8304.724"],["5384.142","8221.076"],["5298.101","8163.172"],["5308.380","8179.803"],["5347.163","8162.264"],["5332.048","8210.819"],["5290.091","8216.929"],["5239.602","8200.751"],["5237.809","8223.361"],["5258.730","8214.211"],["5251.115","8166.978"],["5261.642","8183.922"],["5211.665","8238.619"],["5248.063","8237.397"],["5208.244","8296.257"],["5200.333","8250.196"],["5256.672","8143.608"],["5266.919","8117.729"],["5381.739","8265.796"],["5340.209","8258.298"],["5330.143","8269.463"],["5373.433","8250.767"],["5329.403","8224.211"],["5349.717","8167.154"],["5380.523","8192.571"],["5387.661","8203.835"],["5348.006","8210.606"],["5388.789","8108.987"],["5393.115","8122.546"],["5407.935","8177.405"],["5393.510","8158.643"],["27737.298","10887.366"],["27726.927","10998.930"],["27741.206","10964.790"],["27735.750","10940.888"],["2432.526","11359.368"],["2428.858","11358.625"],["2304.958","11377.181"],["2282.787","11361.046"],["2348.638","11347.109"],["2334.049","11341.576"],["2316.968","11322.667"],["2311.534","11340.947"],["2304.684","11421.974"],["2348.058","11280.596"],["2359.591","11327.738"],["2402.863","11387.325"],["2391.229","11373.908"],["2351.411","11390.852"],["8766.444","15911.397"],["15816.966","18008.859"],["15834.762","17956.621"],["15818.907","18003.310"],["15832.857","18037.725"],["16056.726","18512.999"],["16060.015","18513.544"],["16114.736","18491.381"],["16069.374","18478.119"],["16060.098","18482.463"],["16121.529","18496.963"],["29423.982","11772.905"],["20069.470","15945.911"],["18190.183","13287.673"],["18169.509","13211.585"],["18220.145","13300.606"],["18214.208","13256.841"],["18181.814","13378.072"],["18250.924","13228.328"],["18242.566","13251.029"],["18082.066","13342.291"],["18105.964","13345.925"],["18089.817","13312.545"],["18084.554","13332.330"],["18125.628","13320.124"],["18131.096","13319.594"],["18157.642","13323.260"],["18159.972","13329.583"],["18206.266","13192.817"],["18191.776","13193.114"],["16601.429","15221.911"],["16768.948","15092.365"],["16620.475","15231.209"],["16732.879","15094.247"],["16764.783","15156.617"],["16743.568","15201.614"],["16715.854","15217.881"],["16727.646","15212.167"],["16752.268","15217.204"],["16649.566","15192.952"],["16678.069","15190.326"],["16757.054","15200.260"],["16757.595","15166.114"],["16737.957","15163.752"],["16740.194","15156.353"],["16763.084","15155.010"],["16740.591","15102.710"],["16753.683","15110.621"],["16768.749","15105.831"],["16739.604","15110.373"],["16757.022","15095.922"],["16702.074","15128.167"],["16706.713","15126.796"],["16707.222","15110.148"],["16693.604","15137.118"],["16685.446","15135.780"],["16590.327","15255.107"],["16606.166","15249.012"],["16608.978","15219.351"],["16614.674","15264.363"],["16649.872","15271.035"],["16629.658","15270.110"],["16652.618","15267.633"],["16622.043","15274.189"],["16706.824","15295.072"],["16700.245","15284.981"],["16700.705","15282.520"],["15752.337","17428.731"],["15832.287","17456.822"],["15794.000","17524.795"],["15779.280","17532.491"],["15791.401","17525.670"],["15730.028","17543.163"],["15825.478","17433.188"],["15824.458","17451.735"],["15754.625","17440.220"],["15763.153","17409.597"],["15757.462","17530.380"],["15757.594","17512.478"],["15740.029","17580.126"],["15755.988","17433.371"],["15777.622","17423.980"],["15771.471","17429.661"],["15762.326","17428.835"],["15764.839","17469.145"],["15758.605","17480.706"],["15812.041","17478.432"],["15800.232","17478.316"],["15788.817","17468.407"],["15791.038","17459.654"],["15772.026","17474.727"],["12477.192","12359.657"],["12503.129","12338.335"],["14431.652","14668.731"],["14428.116","14666.667"],["14409.135","14672.067"],["15142.314","11906.877"],["15253.161","11893.175"],["15266.287","11888.578"],["15281.447","11887.354"],["15097.691","11900.948"],["15121.182","11876.566"],["15169.134","11883.141"],["15171.310","11865.415"],["15194.253","11868.057"],["15289.507","11892.245"],["15285.044","11896.745"],["15269.373","11871.980"],["15249.087","11855.706"],["15684.457","14832.780"],["15657.730","14866.422"],["15639.588","14811.806"],["15641.001","14860.726"],["15591.873","14851.362"],["15623.983","14699.858"],["15558.983","14670.774"],["15667.072","14814.778"],["15553.796","14780.134"],["15567.990","14783.421"],["15656.132","14708.348"],["15678.418","14717.118"],["15675.079","14684.269"],["15667.760","14677.464"],["15663.993","14690.445"],["15588.609","14718.323"],["15581.142","14715.532"],["15592.655","14734.425"],["15563.757","14724.896"],["15566.257","14715.235"],["15573.310","14663.843"],["15584.725","14671.374"],["15563.491","14664.999"],["15712.435","14780.415"],["15722.764","14774.783"],["15715.116","14720.216"],["14307.640","17293.648"],["14330.400","17299.542"],["14301.342","17270.714"],["14339.387","17218.881"],["14277.984","17198.424"],["14324.353","17205.679"],["16149.396","14585.990"],["16299.044","14542.169"],["16291.264","14527.321"],["16222.767","14596.690"],["16235.180","14639.281"],["16236.809","14646.977"],["16231.421","14609.560"],["16213.834","14581.605"],["16212.469","14586.626"],["16179.590","14575.082"],["16237.664","14647.209"],["16239.790","14589.688"],["16256.980","14572.835"],["16257.671","14588.954"],["16260.911","14582.942"],["16265.204","14590.655"],["16276.610","14589.250"],["16271.331","14598.747"],["16331.223","14656.361"],["16327.671","14650.745"],["16304.060","14617.935"],["16281.988","14611.775"],["16276.692","14608.306"],["16332.506","14639.713"],["16261.100","14654.150"],["16193.465","14620.913"],["16180.390","14628.229"],["31719.710","11514.561"],["12412.221","12050.225"],["12482.336","12061.092"],["16689.846","15793.437"],["16683.727","15791.026"],["16572.960","15765.009"],["16695.293","15857.437"],["16683.961","15827.181"],["16698.533","15845.414"],["16683.727","15819.515"],["16682.576","15812.644"],["16647.215","15788.363"],["16658.416","15810.560"],["16648.449","15801.592"],["16682.281","15809.057"],["16648.663","15819.709"],["16628.507","15788.188"],["16621.386","15783.531"],["16620.530","15822.375"],["16579.983","15765.703"],["16568.534","15728.064"],["16705.058","15770.245"],["16671.294","15818.618"],["16673.086","15860.071"],["16698.512","15743.804"],["16737.460","15808.134"],["16744.730","15836.721"],["16733.513","15828.150"],["16743.315","15804.599"],["16709.417","15806.614"],["16588.142","15728.775"],["9817.985","13496.644"],["9812.447","13528.434"],["9827.038","13557.479"],["9815.321","13568.749"],["9757.834","13479.875"],["9752.251","13486.617"],["9719.529","13477.231"],["9727.502","13466.917"],["9720.420","13452.566"],["9713.972","13444.849"],["9689.272","13440.551"],["9685.857","13457.164"],["9662.654","13449.180"],["9668.108","13473.153"],["9656.866","13440.256"],["9652.497","13482.548"],["9652.150","13495.325"],["9655.904","13398.500"],["9648.047","13596.024"],["9643.378","13576.836"],["9654.265","13578.143"],["9670.492","13571.261"],["9724.895","13551.712"],["9633.691","13440.646"],["15041.790","13617.472"],["15007.728","13616.696"],["15005.211","13622.787"],["15004.669","13657.518"],["15027.415","13647.262"],["15015.261","13656.725"],["15005.360","13653.802"],["15077.512","13630.087"],["15087.443","13667.694"],["15048.017","13814.982"],["15050.555","13618.261"],["15038.264","13815.494"],["15062.253","13661.505"],["15066.795","13692.825"],["15049.805","13689.720"],["15082.526","13812.525"],["15078.381","13815.415"],["15081.569","13804.841"],["15072.819","13795.790"],["15066.271","13783.328"],["15072.833","13773.567"],["15049.438","13752.608"],["15044.224","13762.583"],["15049.798","13715.045"],["15022.376","13665.777"],["15027.955","13808.324"],["15045.881","13785.269"],["15034.335","13794.402"],["15054.856","13801.727"],["15092.699","13663.693"],["15085.331","13651.075"],["15067.389","13664.450"],["15073.727","13678.906"],["15030.745","13694.744"],["15009.528","13687.989"],["15021.714","13667.331"],["15021.385","13666.374"],["14947.981","13681.949"],["14964.198","13666.193"],["14978.079","13682.378"],["14970.365","13681.998"],["14983.507","13668.456"],["14921.987","13629.592"],["14956.608","13711.351"],["14947.578","13712.292"],["14908.910","13625.437"],["14903.293","13608.028"],["14910.609","13677.976"],["14977.721","13701.846"],["14983.297","13706.305"],["14962.335","13736.397"],["14917.037","13646.339"],["14954.190","13715.414"],["14970.637","13699.807"],["14908.237","13657.998"],["14910.951","13646.273"],["14970.945","13696.462"],["14975.978","13712.911"],["15005.073","13716.644"],["14932.921","13680.628"],["14956.458","13694.485"],["14950.208","13701.553"],["14950.371","13609.909"],["14938.956","13626.573"],["14967.525","13612.156"],["14945.568","13608.638"],["18651.473","13688.276"],["16383.948","13191.685"],["16366.859","13190.595"],["16357.188","13228.844"],["16376.497","13209.075"],["16363.931","13192.494"],["16420.769","13207.178"],["16425.769","13234.082"],["16433.319","13206.088"],["16433.894","13226.650"],["16413.714","13243.925"],["16450.284","13302.616"],["16428.688","13307.654"],["16447.866","13311.601"],["16437.899","13274.491"],["16432.142","13299.478"],["16412.345","13299.251"],["16412.740","13285.956"],["16412.295","13307.327"],["16417.443","13292.232"],["16392.049","13287.905"],["8636.955","12754.907"],["8643.413","12734.112"],["8677.547","12742.533"],["8591.991","12750.658"],["8603.310","12674.666"],["8642.649","12651.391"],["8609.464","12626.182"],["8625.255","12601.686"],["8596.914","12592.686"],["8584.635","12602.600"],["8572.182","12617.222"],["8770.357","12716.340"],["11890.260","16306.945"],["11893.023","16310.429"],["11890.227","16325.723"],["11886.511","16331.893"],["11838.281","16345.770"],["11912.501","16338.430"],["11863.514","16342.203"],["20359.363","14891.842"],["20427.379","14936.125"],["20451.666","14935.027"],["15489.619","14428.347"],["15476.249","14327.338"],["15482.968","14432.329"],["15385.429","14260.854"],["15455.544","14274.859"],["15483.603","14257.253"],["15618.956","12477.703"],["15542.628","12514.151"],["15516.163","12533.428"],["15553.270","12529.725"],["15564.079","12433.773"],["15628.183","12514.730"],["15623.594","12502.707"],["15626.966","12478.975"],["15537.869","12490.820"],["15516.866","12494.701"],["15570.000","12425.995"],["15541.102","12410.124"],["15594.129","12379.934"],["15611.433","12468.331"],["15585.512","12506.614"],["15605.841","12510.924"],["15617.926","12537.755"],["15575.383","12524.416"],["15562.258","12529.205"],["15595.397","12486.812"],["15618.150","12526.357"],["15552.946","12485.705"],["15559.288","12432.619"],["15553.482","12427.681"],["15558.498","12459.721"],["15560.949","12423.998"],["15712.881","12396.286"],["15708.482","12388.395"],["15673.580","12347.256"],["15683.865","12352.404"],["15692.924","12362.067"],["15706.677","12389.075"],["15719.524","12464.113"],["15701.749","12490.786"],["15694.532","12484.440"],["15717.084","12504.133"],["15667.427","12449.670"],["15711.052","12465.655"],["15687.432","12432.529"],["15688.198","12421.524"],["15673.408","12414.404"],["15663.278","12394.797"],["15646.092","12416.695"],["15634.064","12406.085"],["15620.894","12352.445"],["15618.250","12361.946"],["15637.981","12367.731"],["15642.223","12355.073"],["15637.274","12343.510"],["15138.995","16916.042"],["15105.326","16980.110"],["15294.176","16965.656"],["15296.362","16950.536"],["15179.189","16918.774"],["15231.284","16964.344"],["15256.350","16976.565"],["15142.136","16914.424"],["15105.043","16825.975"],["15112.971","16813.522"],["15139.258","16907.504"],["15095.626","16789.580"],["15101.229","16965.245"],["15128.024","16906.827"],["15129.155","16929.546"],["15143.908","16942.295"],["15144.402","16926.738"],["15127.543","16920.644"],["15247.980","16919.139"],["15249.981","16986.678"],["15283.728","16899.011"],["15201.744","16978.394"],["15157.586","16898.376"],["15154.741","16887.872"],["13479.367","13386.396"],["13581.517","13210.860"],["13599.870","13223.970"],["13492.058","13264.559"],["13483.128","13318.455"],["13580.245","13238.016"],["13556.119","13253.094"],["13447.415","13392.953"],["13413.168","13323.625"],["13463.409","13382.973"],["13487.784","13350.269"],["29407.035","11320.025"],["29395.781","11296.973"],["29223.341","11395.838"],["29221.663","11377.838"],["16158.190","18264.469"],["16225.427","18256.360"],["16252.861","18262.058"],["16195.196","18397.921"],["16176.052","18420.679"],["16206.035","18406.806"],["16158.025","18431.364"],["16182.548","18423.123"],["16276.712","18282.068"],["16302.863","18290.970"],["16334.722","18284.364"],["16262.699","18282.250"],["16295.314","18310.375"],["16280.972","18327.766"],["16312.584","18346.329"],["16262.682","18320.136"],["16284.705","18369.484"],["16303.735","18298.815"],["16315.072","18351.190"],["16340.352","18410.579"],["16324.118","18325.790"],["27715.707","17511.699"],["27724.892","17515.169"],["27659.049","17520.423"],["27597.640","17541.453"],["27596.373","17550.025"],["27617.064","17553.502"],["27611.110","17552.461"],["27636.632","17572.059"],["27639.313","17551.398"],["27638.281","17584.677"],["27648.610","17578.253"],["27652.104","17601.212"],["27653.239","17606.646"],["27702.021","17606.502"],["27706.231","17600.243"],["27721.871","17580.110"],["27715.711","17543.917"],["16468.006","15748.879"],["16559.193","15751.286"],["16427.662","15745.871"],["16441.004","15752.374"],["16480.502","15722.875"],["16552.068","15747.936"],["16537.834","15738.351"],["16468.230","15739.372"],["27467.386","16555.085"],["27453.536","16482.466"],["27475.584","16463.019"],["27468.223","16510.583"],["27443.454","16462.037"],["27471.035","16518.329"],["27447.435","16548.446"],["27303.802","16323.934"],["27300.151","16325.949"],["2667.444","11084.589"],["2659.764","11143.433"],["2635.191","11126.273"],["2637.625","11082.376"],["2584.028","11195.639"],["2637.745","11153.806"],["2579.225","11172.088"],["2525.614","11184.379"],["2532.456","11138.747"],["2495.235","11166.922"],["2550.301","11144.973"],["2534.874","11198.582"],["2495.884","11228.018"],["2511.542","11241.693"],["2520.396","11261.089"],["2483.550","11259.126"],["2586.001","11268.506"],["2604.176","11264.922"],["2619.654","11214.512"],["2618.502","11199.450"],["2663.303","11229.819"],["2518.366","11101.769"],["2520.405","11075.229"],["5299.780","8077.578"],["5309.796","8086.860"],["5257.380","8085.045"],["5288.942","8085.970"],["5243.350","8088.513"],["5248.600","8014.073"],["5234.571","8024.246"],["5224.818","8002.859"],["5330.327","8034.075"],["5331.166","8056.948"],["5294.291","8052.985"],["5283.485","8060.070"],["5326.515","8003.957"],["5271.252","8001.562"],["5281.663","8008.251"],["5329.370","7914.492"],["5318.547","7897.547"],["5280.859","7957.825"],["5299.691","7950.575"],["5302.010","7954.588"],["5292.668","7997.743"],["5296.599","7966.628"],["5345.704","7897.895"],["5352.546","7897.350"],["5403.806","7998.370"],["15372.972","17426.596"],["15304.572","17494.720"],["15369.863","17417.727"],["15311.039","17484.159"],["15351.886","17427.504"],["15305.464","17486.240"],["15405.834","17446.857"],["15424.535","17446.675"],["15420.423","17434.834"],["15397.890","17436.981"],["15365.304","17610.287"],["15394.942","17619.239"],["15408.656","17474.165"],["15388.607","17490.532"],["15453.669","17490.726"],["15352.213","17620.424"],["15453.200","17508.151"],["15434.581","17492.957"],["15412.789","17494.608"],["15321.647","17415.469"],["15330.199","17421.117"],["15379.657","17411.660"],["15342.091","17410.134"],["15324.196","17417.484"],["15422.182","17612.045"],["15324.015","17612.576"],["15312.288","17614.558"],["15326.252","17600.338"],["15408.548","17590.294"],["15391.376","17609.221"],["15398.038","17579.725"],["15512.447","17551.981"],["15497.597","17531.243"],["15474.601","17614.990"],["15512.843","17507.131"],["15500.820","17510.252"],["15498.435","17531.012"],["15444.206","17609.259"],["15318.372","17496.619"],["15306.250","17514.456"],["15308.454","17508.312"],["15348.480","17471.569"],["15354.500","17480.157"],["15339.072","17497.020"],["15367.389","17479.562"],["15358.417","17513.162"],["15349.026","17517.258"],["15351.394","17532.666"],["15397.653","17467.361"],["15389.479","17498.971"],["15335.792","17544.411"],["15349.130","17541.719"],["15348.226","17561.190"],["15340.824","17548.837"],["15328.082","17580.877"],["15317.688","17566.079"],["15312.967","17580.877"],["15327.720","17574.551"],["15431.951","17565.139"],["15432.987","17585.371"],["15437.740","17575.098"],["15513.581","17485.854"],["15505.827","17433.804"],["15511.995","17431.872"],["15432.099","17552.891"],["15421.441","17544.930"],["15429.188","17555.418"],["15437.378","17524.765"],["15443.404","17467.368"],["15424.933","17450.589"],["15423.502","17461.142"],["15436.249","17471.167"],["15389.691","17530.660"],["15385.004","17520.107"],["15392.981","17546.317"],["15389.625","17512.411"],["15360.999","17581.505"],["15360.752","17562.859"],["15371.065","17574.188"],["15363.302","17587.269"],["15372.462","17418.371"],["15347.761","17415.094"],["15336.697","17445.886"],["15350.447","17430.279"],["15343.983","17420.684"],["5679.064","18701.161"],["7932.393","15758.881"],["7887.381","15785.320"],["7890.933","15779.376"],["7895.209","15787.220"],["14688.726","16819.657"],["14679.417","16815.957"],["14724.079","16780.695"],["14711.661","16778.251"],["14728.381","16806.139"],["14720.651","16810.318"],["14712.157","16827.485"],["14678.862","16806.527"],["14686.263","16802.778"],["14704.010","16834.290"],["14762.555","16799.920"],["14775.976","16793.908"],["14746.486","16819.276"],["14747.637","16815.923"],["14813.149","16778.918"],["14809.218","16779.199"],["15534.716","13029.705"],["15628.957","13179.048"],["15612.071","13189.371"],["15627.485","13160.167"],["15629.952","13171.331"],["15677.122","13172.645"],["15637.402","13171.027"],["15675.231","13165.164"],["15645.395","13155.552"],["15625.355","13132.639"],["15640.527","13161.663"],["15542.117","13048.664"],["15634.039","13138.039"],["15518.055","13040.816"],["15556.871","13069.702"],["15568.088","13072.939"],["15640.026","13135.446"],["15582.447","13081.692"],["15553.350","13036.592"],["15565.110","13042.141"],["15555.850","13029.787"],["15621.206","12978.850"],["15613.459","12993.747"],["15607.012","12981.492"],["15552.952","12981.497"],["15627.745","13000.019"],["15622.153","13011.894"],["15612.745","13035.890"],["15613.502","13013.066"],["15596.002","13007.385"],["15642.885","13019.532"],["15629.160","13039.007"],["15621.643","13028.635"],["15638.125","13081.352"],["15620.132","13053.590"],["15623.800","13071.971"],["15648.767","13059.601"],["15626.201","13044.771"],["15682.175","13001.259"],["15688.820","12986.560"],["15663.474","12987.915"],["15706.022","13107.959"],["15700.084","13131.724"],["15716.449","13111.130"],["15684.015","13127.595"],["15684.359","13113.145"],["15702.434","13102.113"],["15660.859","12990.359"],["15670.530","12995.512"],["15675.165","12970.247"],["15632.813","12977.102"],["15633.898","12988.151"],["15674.681","13115.596"],["15683.201","13090.410"],["15653.908","13113.317"],["15672.856","13093.895"],["15643.218","13102.136"],["15585.369","12986.728"],["15552.359","12984.316"],["9718.907","12921.914"],["9714.163","12935.871"],["9701.000","12940.620"],["9682.740","12933.879"],["9696.536","12910.190"],["28982.410","10647.590"],["14272.600","15098.753"],["18153.174","13446.886"],["18242.897","13519.769"],["18126.515","13415.646"],["18137.810","13586.789"],["18238.933","13577.078"],["18182.733","13554.105"],["18189.298","13411.153"],["14864.469","14932.971"],["14680.981","14961.826"],["14871.441","14879.312"],["14742.145","15080.290"],["14698.795","14939.729"],["14679.387","14956.937"],["14680.144","14923.626"],["14687.989","14927.210"],["14831.726","14947.473"],["14695.830","15063.362"],["14803.963","15004.963"],["14733.907","14960.801"],["14728.759","14993.832"],["14791.814","15020.277"],["14794.232","15014.761"],["14789.248","15045.727"],["14775.695","15038.708"],["14837.538","15045.173"],["14813.294","15077.874"],["14835.169","15054.818"],["14848.903","15047.155"],["14824.988","15042.432"],["14773.981","15064.793"],["14780.658","15076.866"],["14793.076","15066.015"],["14880.771","15008.750"],["14882.038","15008.189"],["14777.585","15020.431"],["14860.727","14954.522"],["14858.211","14952.326"],["14854.343","15017.074"],["14874.178","15002.920"],["14839.244","15014.597"],["14858.191","15022.475"],["14853.290","15024.027"],["14835.410","14951.057"],["14822.071","14959.347"],["14777.899","14904.315"],["14719.824","14882.118"],["14729.445","14902.415"],["14776.006","14996.500"],["14743.752","14959.490"],["14822.427","14901.317"],["14800.496","14879.687"],["14814.016","14906.475"],["14793.480","14955.431"],["14822.458","14934.916"],["14830.879","14923.950"],["14851.093","14935.956"],["14830.600","14919.127"],["14847.968","14945.205"],["14762.608","14949.634"],["14815.724","15004.406"],["14745.896","14961.070"],["14746.680","15022.236"],["14718.375","15058.107"],["14715.266","15056.935"],["14726.927","15035.960"],["14710.077","14981.528"],["14725.356","14991.256"],["14703.185","15019.794"],["14832.588","14880.838"],["14854.529","14878.378"],["14854.611","14881.334"],["14813.279","14887.924"],["14785.775","15022.991"],["14798.966","14985.468"],["16259.276","15364.360"],["16243.157","15356.317"],["16256.167","15338.084"],["16354.206","15365.875"],["16246.184","15355.921"],["16272.214","15331.943"],["16252.252","15296.358"],["16263.168","15323.635"],["16271.572","15320.431"],["16269.582","15333.792"],["16268.411","15342.132"],["12378.879","12099.185"],["12365.622","12058.772"],["12374.935","12069.678"],["12364.985","12073.493"],["12399.294","12094.104"],["12412.041","12116.119"],["12389.425","12096.847"],["12395.461","12107.334"],["12398.865","12107.632"],["12362.369","12053.412"],["12357.632","12087.351"],["12408.898","12101.438"],["12371.777","12091.777"],["24158.789","7455.234"],["24167.640","7434.331"],["24164.661","7473.467"],["24157.012","7402.930"],["4435.921","17717.870"],["4543.032","17809.896"],["4461.420","17744.115"],["4475.668","17830.245"],["4491.753","17665.810"],["4510.538","17669.695"],["4518.651","17742.890"],["4541.342","17739.089"],["4491.345","17759.870"],["4488.929","17738.789"],["4476.652","17747.515"],["4468.380","17745.576"],["4465.683","17771.866"],["4507.469","17813.974"],["4479.967","17640.102"],["4543.338","17622.024"],["21013.232","15087.764"],["11413.124","16726.577"],["11426.249","16748.146"],["11461.858","16631.505"],["11437.697","16641.034"],["11447.450","16654.990"],["11400.355","16681.350"],["11422.361","16679.038"],["11428.644","16700.194"],["11468.767","16736.603"],["11492.902","16682.471"],["11497.392","16638.625"],["11504.863","16638.898"],["11511.610","16641.711"],["11487.606","16758.113"],["16521.617","13014.428"],["16534.260","13040.490"],["8323.966","12768.319"],["8289.759","12775.136"],["8335.164","12780.405"],["6932.677","5951.568"],["15232.923","5487.748"],["15232.577","5488.970"],["12183.670","16652.683"],["12199.245","16637.489"],["12186.894","16659.587"],["12160.278","16646.440"],["12163.831","16657.604"],["12159.094","16660.610"],["12297.296","16577.582"],["12214.434","16568.334"],["12213.415","16581.116"],["12275.325","16580.134"],["12203.206","16575.507"],["12157.681","16576.493"],["12272.915","16611.591"],["12175.870","16595.237"],["13005.804","14363.552"],["13045.525","14272.751"],["13031.758","14345.881"],["12989.982","14379.192"],["13034.456","14303.916"],["13042.152","14268.161"],["13183.122","14261.290"],["13188.320","14278.697"],["13054.438","14274.552"],["13150.705","14396.319"],["13074.701","14417.426"],["13132.859","14393.165"],["13057.810","14317.277"],["13178.468","14280.531"],["13084.142","14285.733"],["7250.638","7784.124"],["16384.771","12769.701"],["16401.235","12766.365"],["16374.099","12795.322"],["16368.013","12786.437"],["13143.846","12446.008"],["13160.808","12532.206"],["13035.855","12375.799"],["13062.434","12489.094"],["13039.654","12460.308"],["13169.081","12526.145"],["31754.221","11112.737"],["31746.639","11158.534"],["31795.125","11157.477"],["14631.511","19118.828"],["14639.866","19166.822"],["14653.073","19207.697"],["14627.382","19138.102"],["27782.833","11066.173"],["27864.200","10860.500"],["27887.143","10862.987"],["27861.952","10885.024"],["27889.951","10906.792"],["27908.099","10933.004"],["27920.963","10951.167"],["27795.281","11017.574"],["27805.661","10984.823"],["27809.422","10928.682"],["27796.819","10873.532"],["27791.834","10911.764"],["27801.199","10901.093"],["3330.126","8123.441"],["3329.682","8142.365"],["3512.088","8192.348"],["3501.370","8159.456"],["3500.838","8130.319"],["3510.262","8115.769"],["3429.813","8199.708"],["3433.090","8156.758"],["3429.620","8154.082"],["3461.932","8294.726"],["3362.835","8278.220"],["3363.625","8267.469"],["3356.794","8229.141"],["3460.463","8143.838"],["3509.117","8298.687"],["3513.087","8254.927"],["3462.300","8177.428"],["3494.995","8173.939"],["3373.342","8307.853"],["3355.144","8317.112"],["3374.164","8263.579"],["19976.308","15860.248"],["20024.916","15746.247"],["19950.446","15874.549"],["10242.945","13623.789"],["10206.186","13654.492"],["10185.975","13648.052"],["10185.602","13664.643"],["10181.765","13656.961"],["10114.760","13612.567"],["8818.894","11841.993"],["8942.632","11890.778"],["8899.442","11874.397"],["8857.912","11819.211"],["8828.115","11856.608"],["8792.661","11859.277"],["9618.605","13586.542"],["9531.428","13420.224"],["9549.142","13503.762"],["9527.963","13509.526"],["9518.561","13520.910"],["9496.873","13521.106"],["9500.757","13481.469"],["9528.837","13557.773"],["9527.802","13588.012"],["9586.082","13440.593"],["9578.800","13447.275"],["15521.558","15180.876"],["15517.940","15169.412"],["15551.245","15137.276"],["15578.067","15203.195"],["15655.313","15294.965"],["15643.816","15282.232"],["15640.329","15289.102"],["15618.148","15238.064"],["15724.910","15275.056"],["15676.795","15254.491"],["15701.745","15233.346"],["15684.722","15250.181"],["15624.282","15223.943"],["15574.200","15181.448"],["15608.822","15227.379"],["15572.138","15189.306"],["15586.025","15169.391"],["15581.891","15162.584"],["15651.343","15250.803"],["15661.754","15226.146"],["15632.725","15248.507"],["15636.919","15220.910"],["15601.081","15148.344"],["15596.419","15084.588"],["15557.307","15096.892"],["15549.366","15243.617"],["15533.576","15279.256"],["15559.399","15255.871"],["15563.022","15140.183"],["15565.821","15286.559"],["15586.199","15293.496"],["15544.601","15154.551"],["15576.611","15280.779"],["15549.472","15289.912"],["15667.092","15111.426"],["15584.019","15176.113"],["15582.289","15149.313"],["15590.611","15131.146"],["15670.266","15120.064"],["15717.212","15132.980"],["15719.465","15147.646"],["15695.670","15274.991"],["15695.654","15278.294"],["15708.088","15275.701"],["15714.019","15125.310"],["15665.071","15091.272"],["15573.575","15174.924"],["15591.970","15148.459"],["15613.779","15159.574"],["15611.805","15156.998"],["15611.996","15245.595"],["15617.095","15232.730"],["15663.305","15260.650"],["15668.700","15253.763"],["15663.470","15254.556"],["15655.773","15251.335"],["15663.224","15276.402"],["15712.972","15104.466"],["15699.759","15144.740"],["15655.381","15121.616"],["15638.884","15114.696"],["15623.339","15148.154"],["15600.593","15132.300"],["15600.231","15139.633"],["15605.856","15137.172"],["15612.336","15113.307"],["15693.769","15236.903"],["15684.213","15249.421"],["15680.134","15252.047"],["15693.564","15271.196"],["15708.728","15248.025"],["15699.518","15265.581"],["15716.245","15254.218"],["15696.097","15271.807"],["15611.295","15144.446"],["15590.439","15182.621"],["15607.380","15170.069"],["15613.531","15172.018"],["15605.587","15192.002"],["15595.160","15192.844"],["15677.437","15199.637"],["15709.468","15137.879"],["15712.264","15226.042"],["15695.689","15196.097"],["5129.106","6191.301"],["5119.303","6183.218"],["8181.778","15446.007"],["3807.528","8152.539"],["3817.410","8132.652"],["3816.085","8139.863"],["15441.319","15423.937"],["15444.252","15488.129"],["15478.133","15502.959"],["15450.274","15397.670"],["15504.333","15314.681"],["15462.840","15389.677"],["15446.138","15433.120"],["15445.550","15319.595"],["15481.904","15310.550"],["15488.565","15305.050"],["15474.866","15379.424"],["15476.297","15377.227"],["15464.504","15363.453"],["15456.045","15493.397"],["15468.172","15356.368"],["15505.254","15319.916"],["15448.665","15384.172"],["15511.264","15408.235"],["15482.477","15323.783"],["15478.619","15452.128"],["15477.977","15409.056"],["15460.139","15310.858"],["15511.149","15417.913"],["15505.998","15305.504"],["15478.626","15501.874"],["15470.546","15403.392"],["15481.921","15307.990"],["15433.689","15297.509"],["15464.304","15386.869"],["15468.083","15325.292"],["15473.912","15378.235"],["15473.056","15298.725"],["15434.756","15413.103"],["15497.718","15422.480"],["15363.807","15375.438"],["15402.655","15365.793"],["15374.974","15375.124"],["15397.063","15377.849"],["15363.083","15382.589"],["15340.566","15501.758"],["15330.779","15503.468"],["15313.756","15505.615"],["15328.164","15506.854"],["15346.788","15462.405"],["15329.699","15463.561"],["15339.518","15467.674"],["15338.219","15477.220"],["15335.110","15473.537"],["15344.697","15494.669"],["15363.562","15495.594"],["15352.014","15504.171"],["15342.688","15506.037"],["15344.760","15500.802"],["15318.070","15389.846"],["15314.843","15374.754"],["15309.534","15357.525"],["15323.569","15368.772"],["15331.266","15365.403"],["15320.767","15340.875"],["15331.343","15346.193"],["15332.675","15339.108"],["15323.284","15334.830"],["15386.557","15412.176"],["15368.432","15416.354"],["15363.218","15425.801"],["15379.813","15418.402"],["15367.971","15411.664"],["15445.733","15463.849"],["15434.714","15453.478"],["15353.402","15365.764"],["15456.079","15444.229"],["15456.655","15454.815"],["15442.822","15436.318"],["15313.419","15485.738"],["15305.688","15467.324"],["15306.034","15461.576"],["15361.316","15368.144"],["15354.902","15346.030"],["15383.438","15499.258"],["15402.517","15495.625"],["15387.649","15492.504"],["15381.135","15502.099"],["15404.441","15472.718"],["15446.341","15495.032"],["15470.798","15480.994"],["15388.066","15322.304"],["15364.612","15327.093"],["15358.066","15319.199"],["15361.043","15318.803"],["15391.833","15298.373"],["15315.287","15392.128"],["15312.980","15365.509"],["15313.671","15370.281"],["15313.983","15388.019"],["14467.916","16365.333"],["14584.969","16419.683"],["14670.796","16402.842"],["14625.631","16383.205"],["14613.484","16390.702"],["14588.142","16415.496"],["19953.930","16390.838"],["19962.696","16405.636"],["15069.673","16800.374"],["15081.039","16796.377"],["15030.150","16981.140"],["15039.755","16979.868"],["15026.860","16974.848"],["15073.999","16923.062"],["14909.062","16785.515"],["15090.013","16975.502"],["15081.118","16842.183"],["15077.138","16861.952"],["15074.145","16845.536"],["15045.856","16789.005"],["15089.639","16795.327"],["15057.692","16961.309"],["15065.463","16963.608"],["15076.499","16972.791"],["15077.808","16947.772"],["15067.596","16779.116"],["14388.084","15308.718"],["14387.854","15305.712"],["14388.578","15308.371"],["14370.941","15338.007"],["14387.257","15320.187"],["14391.023","15382.846"],["14453.619","15332.590"],["14370.595","15356.769"],["14431.138","15367.504"],["14348.885","15353.152"],["14292.556","14494.804"],["14276.717","14462.946"],["14287.266","14556.443"],["14317.062","14609.523"],["14351.440","14652.525"],["14457.787","14629.947"],["14454.908","14614.687"],["14461.271","14521.928"],["14422.455","14510.516"],["14445.711","14525.858"],["14420.448","14500.507"],["14037.024","12762.719"],["13970.098","12843.840"],["14016.139","12773.259"],["14016.706","12764.751"],["26422.008","16001.963"],["26430.166","15983.499"],["28215.079","17218.673"],["28197.431","17236.014"],["28257.417","17238.245"],["28254.160","17238.708"],["28265.887","17231.189"],["28266.561","17230.892"],["11197.868","16249.011"],["11183.049","16243.413"],["11204.924","16253.438"],["11144.547","16340.232"],["11122.327","16349.316"],["11183.341","16313.651"],["11178.144","16310.414"],["11206.680","16294.427"],["11200.390","16281.963"],["11216.903","16268.156"],["11214.650","16270.732"],["13625.533","13628.803"],["13805.873","13812.090"],["13802.920","13628.730"],["13734.382","13686.227"],["13712.655","13697.308"],["13675.579","13670.364"],["13656.862","13678.969"],["13637.178","13624.493"],["13794.109","13733.061"],["13751.543","13792.363"],["13747.086","13794.873"],["15648.085","12201.474"],["15662.575","12229.402"],["15653.973","12230.789"],["15665.585","12210.260"],["15531.360","12245.352"],["15632.925","12205.930"],["15597.941","12201.367"],["15595.688","12186.074"],["15602.678","12194.695"],["15566.710","12158.799"],["15576.299","12163.803"],["15586.562","12178.485"],["15555.495","12264.686"],["15564.261","12261.647"],["15637.963","12269.548"],["15625.183","12270.175"],["15647.749","12286.955"],["15650.199","12268.755"],["15572.521","12227.863"],["15601.364","12301.422"],["15583.072","12305.666"],["15607.220","12284.114"],["15561.940","12298.202"],["15599.308","12290.142"],["15571.125","12269.536"],["15583.853","12138.622"],["15591.649","12157.416"],["15598.639","12173.485"],["15603.589","12144.253"],["15603.491","12161.644"],["15692.186","12176.691"],["15684.029","12175.355"],["15705.922","12174.959"],["15653.169","12133.636"],["15677.037","12327.280"],["15611.741","12212.488"],["15575.537","12179.073"],["15536.263","12147.020"],["15549.642","12164.411"],["15720.248","12329.919"],["15658.998","12265.024"],["15645.854","12300.967"],["15661.503","12276.744"],["15609.459","12268.135"],["15629.473","12140.230"],["15547.796","12249.256"],["15535.689","12230.600"],["24859.137","17981.207"],["24804.479","17947.430"],["8770.403","16850.912"],["8768.480","16844.860"],["14015.730","13099.826"],["14397.831","14047.667"],["14359.130","14052.671"],["14294.032","14110.495"],["14255.940","14047.473"],["14286.843","14140.411"],["14371.948","14169.472"],["14303.891","14194.011"],["14295.766","14206.959"],["14390.832","14107.559"],["14379.105","14097.138"],["15077.190","17622.025"],["15084.147","17626.385"],["15087.385","17641.508"],["14958.138","17629.672"],["14984.248","17660.262"],["14964.659","17654.366"],["15015.393","17668.922"],["15023.091","17649.764"],["15033.403","17657.527"],["14987.093","17627.436"],["15082.765","17831.570"],["15024.745","17829.259"],["14961.630","17640.007"],["14966.696","17644.367"],["15066.104","17656.211"],["15066.992","17673.849"],["15067.699","17669.886"],["15024.377","17683.245"],["15037.699","17675.417"],["14967.526","17819.970"],["14964.928","17827.319"],["15007.343","17784.812"],["14991.455","17789.618"],["15009.597","17771.781"],["14977.508","17779.015"],["15083.663","17776.782"],["14932.041","17749.074"],["14946.860","17761.675"],["14968.768","17747.158"],["14940.693","17759.627"],["14969.879","17699.093"],["14929.041","17721.405"],["14932.988","17698.763"],["14938.728","17705.980"],["15091.215","17812.363"],["12984.810","13946.126"],["12786.992","13895.365"],["12954.360","14011.698"],["12887.551","13973.895"],["12880.873","13941.475"],["12829.854","13866.925"],["12892.123","13950.608"],["12783.554","13893.664"],["12815.627","13858.387"],["12853.850","13960.567"],["12892.419","13979.708"],["12975.692","13923.507"],["12820.512","13928.841"],["12843.061","13889.188"],["12839.541","13900.138"],["12842.633","13959.626"],["12960.927","14002.271"],["12954.940","14012.131"],["12876.552","13878.208"],["12554.564","12398.933"],["12549.811","12387.257"],["12551.176","12400.139"],["6850.675","7943.999"],["6786.894","8025.741"],["6813.646","8053.348"],["15323.499","15124.035"],["15324.584","15121.327"],["15327.117","15111.335"],["15332.998","15158.843"],["15331.961","15155.870"],["15312.512","15108.247"],["15436.380","15248.333"],["15467.423","15243.089"],["15427.317","15248.614"],["15441.856","15230.447"],["15423.468","15230.530"],["15333.524","15158.166"],["15465.318","15222.412"],["15304.782","15115.464"],["15444.028","15230.249"],["15473.427","15237.622"],["15463.328","15230.950"],["15474.611","15238.068"],["15347.553","15150.189"],["15352.718","15160.230"],["15306.251","15196.304"],["15372.486","15089.993"],["15350.905","15131.899"],["15309.737","15132.279"],["15305.214","15092.956"],["15311.153","15180.664"],["15419.864","15106.091"],["15329.934","15207.115"],["15338.635","15211.821"],["15467.422","15250.044"],["15457.834","15256.915"],["15436.452","15290.391"],["15378.632","15179.287"],["15447.983","15236.273"],["15428.657","15256.520"],["15505.128","15137.868"],["15481.658","15159.321"],["15306.129","15123.723"],["15472.660","15097.933"],["15420.061","15105.117"],["15389.644","15251.384"],["15420.063","15140.247"],["15504.448","15265.103"],["15449.958","15290.594"],["15410.049","15227.261"],["15451.113","15133.546"],["15438.037","15135.858"],["15460.734","15143.769"],["15479.371","15283.778"],["15474.462","15280.366"],["15472.096","15168.074"],["15499.447","15283.343"],["15359.933","15215.023"],["15477.133","15107.859"],["15307.083","15121.543"],["15383.155","15166.323"],["15476.159","15183.532"],["15450.452","15209.617"],["15456.965","15189.385"],["15442.897","15173.972"],["15473.527","15167.644"],["15457.672","15191.466"],["15483.609","15168.123"],["15485.139","15185.894"],["15423.144","15176.086"],["15374.668","15199.320"],["15415.886","15184.496"],["15416.350","15160.737"],["15304.337","15120.668"],["15390.873","15147.805"],["15359.273","15165.596"],["15359.355","15165.893"],["15436.388","15192.350"],["15441.437","15204.605"],["15432.802","15195.158"],["15438.411","15207.627"],["15360.579","15146.658"],["15339.944","15130.394"],["15346.392","15127.174"],["15352.405","15140.630"],["15352.609","15128.809"],["15374.615","15120.803"],["15378.118","15121.942"],["15371.243","15104.089"],["15379.303","15114.477"],["15342.208","15121.055"],["15347.718","15124.210"],["15358.836","15104.573"],["15357.060","15093.805"],["15335.530","15087.992"],["15408.291","15182.686"],["15414.988","15206.042"],["15421.008","15194.448"],["15411.912","15217.107"],["15387.027","15215.439"],["15387.323","15212.235"],["15327.974","15282.293"],["15327.809","15291.211"],["15322.760","15287.495"],["15305.157","15236.842"],["15316.637","15249.658"],["15324.532","15261.549"],["15324.811","15237.701"],["31778.343","10733.563"],["31844.410","10645.407"],["31829.696","10720.332"],["31877.140","10663.293"],["31891.867","10665.786"],["31922.738","10682.995"],["31906.324","10700.253"],["31781.733","10681.214"],["31772.588","10697.828"],["31769.776","10687.291"],["31761.797","10754.113"],["31772.373","10751.041"],["31754.276","10755.888"],["31731.020","10751.577"],["31737.317","10781.056"],["8359.893","12795.976"],["8363.342","12801.499"],["8357.038","12814.491"],["8378.044","12811.372"],["8387.700","12820.394"],["8399.166","12824.855"],["8424.304","12789.464"],["8426.349","12779.525"],["8455.801","12760.924"],["8472.254","12775.918"],["21043.025","10431.953"],["21017.598","10421.086"],["20968.334","15318.202"],["20805.806","15313.579"],["20927.856","15304.529"],["20793.093","15328.603"],["20798.323","15351.903"],["15815.146","12877.318"],["15871.133","12775.598"],["15840.929","12788.303"],["15753.485","12824.142"],["15760.656","12858.857"],["15830.080","12863.016"],["15768.699","12851.557"],["15768.485","12860.806"],["15768.518","12857.074"],["15738.993","12928.546"],["15725.936","12934.203"],["15736.775","12909.826"],["15729.949","12924.624"],["15796.642","12941.194"],["15813.435","12946.148"],["15794.471","12921.062"],["15790.902","12925.835"],["15788.862","12920.731"],["15819.825","12940.187"],["15819.332","12921.839"],["15828.164","12933.020"],["15818.032","12951.880"],["15832.648","12933.205"],["15836.907","12953.427"],["15822.565","12941.635"],["15825.476","12938.778"],["15825.657","12944.789"],["15773.034","12968.682"],["15771.323","12967.725"],["15769.695","12960.293"],["15881.195","12952.303"],["15891.902","12954.665"],["15935.124","12891.729"],["15932.540","12887.305"],["15848.417","12813.834"],["15916.463","12879.105"],["15880.874","12869.518"],["15884.475","12849.881"],["15890.874","12880.963"],["15873.077","12859.080"],["15867.387","12878.799"],["15824.801","12875.220"],["15836.840","12859.630"],["15848.715","12861.463"],["15819.562","12887.016"],["15738.698","12842.368"],["15733.188","12843.425"],["15726.033","12843.854"],["15733.237","12865.274"],["15773.454","12878.585"],["15774.145","12865.224"],["15914.701","12862.820"],["15924.389","12863.712"],["15911.927","12773.518"],["15922.749","12792.307"],["15913.505","12788.360"],["15892.502","12828.856"],["15918.653","12810.325"],["15906.022","12802.068"],["15863.905","12854.153"],["15862.277","12819.273"],["15842.211","12843.170"],["15867.293","12824.739"],["15894.602","12808.820"],["15808.383","12831.597"],["15784.485","12821.094"],["15819.699","12840.351"],["15790.538","12844.380"],["15784.880","12842.233"],["15864.251","12839.801"],["15871.965","12811.250"],["15861.834","12787.947"],["15857.492","12803.125"],["15882.541","12789.566"],["15884.285","12804.430"],["15898.731","12762.610"],["15762.047","12769.844"],["15918.473","12784.500"],["15927.273","12813.437"],["15929.691","12806.550"],["15806.443","12771.010"],["15785.941","12766.180"],["15798.605","12761.704"],["14588.958","14964.473"],["14622.247","14945.460"],["14614.858","14936.956"],["14625.227","15031.748"],["14625.063","15033.482"],["14602.234","15030.063"],["14621.740","15049.204"],["14607.986","15048.268"],["14604.187","15070.547"],["14598.365","15080.126"],["14617.246","15064.503"],["14638.854","14998.790"],["14651.963","14995.916"],["14596.830","14970.351"],["14598.063","15006.189"],["14586.566","15010.368"],["14599.445","14969.377"],["14628.310","15001.796"],["14659.742","15015.801"],["14642.111","15042.869"],["14671.305","15039.203"],["14655.763","14914.351"],["14661.553","14900.924"],["14652.720","14920.643"],["14652.079","14977.568"],["14603.247","14966.222"],["14513.266","14884.944"],["14555.207","14912.525"],["14558.414","14911.319"],["14666.860","14881.804"],["14647.061","14907.833"],["14588.993","14889.198"],["13626.162","12504.898"],["13797.793","12539.462"],["13716.942","12449.155"],["13644.023","12512.022"],["13648.299","12511.973"],["13746.871","12545.590"],["13655.888","12541.006"],["13646.431","12547.182"],["13666.414","12528.504"],["16952.898","17110.490"],["16976.039","17118.270"],["5606.161","8546.354"],["5606.013","8538.129"],["5563.700","8611.466"],["5534.309","8608.774"],["5514.929","8602.494"],["5507.281","8608.687"],["5556.709","8660.975"],["5557.548","8670.141"],["5557.710","8565.736"],["5556.246","8551.517"],["15955.776","12533.574"],["15960.028","12465.443"],["15965.291","12488.366"],["15945.472","12489.753"],["16055.999","12450.277"],["16048.926","12477.032"],["16046.854","12446.131"],["16133.118","12515.126"],["15959.152","12351.610"],["16002.049","12460.395"],["15980.553","12470.453"],["15955.810","12424.684"],["15998.476","12363.113"],["15988.755","12395.037"],["16005.383","12372.411"],["16105.935","12525.774"],["16082.070","12466.732"],["16113.024","12466.765"],["15973.802","12519.123"],["15946.233","12507.204"],["15956.779","12520.940"],["15955.348","12499.784"],["15945.822","12408.744"],["15936.760","12397.200"],["15999.613","12504.030"],["15996.527","12524.240"],["16021.905","12510.714"],["16016.823","12512.035"],["16018.616","12544.323"],["15981.501","12543.443"],["15938.947","12414.937"],["12693.942","12100.064"],["12685.571","12074.927"],["12633.399","12061.104"],["12704.880","12108.338"],["12698.301","12070.832"],["12577.484","12064.527"],["12576.464","12032.239"],["31717.738","10929.078"],["31722.804","10871.654"],["31530.824","10867.982"],["31529.377","10869.502"],["31681.211","10917.273"],["31622.794","11056.542"],["31649.778","10970.340"],["31654.926","10967.912"],["31668.331","10957.937"],["31720.508","10974.675"],["31699.537","10957.582"],["31647.307","10883.604"],["31703.310","10871.614"],["31660.498","10860.994"],["31681.390","11034.340"],["31673.528","11058.238"],["31673.380","11037.461"],["31551.850","11062.559"],["31556.686","11043.302"],["9837.000","13633.806"],["9881.337","13782.324"],["9872.940","13791.742"],["9874.178","13791.609"],["15939.718","14863.552"],["16076.976","14855.640"],["15992.651","14831.470"],["15949.323","14856.962"],["15988.342","14871.569"],["15952.366","14859.324"],["9939.520","13557.557"],["9937.719","13553.002"],["9929.374","13543.194"],["9912.628","13534.592"],["9879.201","13541.646"],["9870.601","13544.583"],["9885.624","13555.613"],["9864.465","13513.459"],["9874.293","13451.773"],["9880.857","13452.054"],["9876.485","13438.921"],["9868.375","13442.323"],["9871.747","13481.280"],["9876.076","13475.786"],["9866.130","13477.624"],["12596.068","15751.993"],["12593.058","15747.848"],["12613.239","15759.491"],["12663.729","15722.637"],["12653.482","15729.425"],["12727.676","15833.303"],["12725.653","15845.277"],["12707.265","15804.996"],["12743.499","15822.194"],["12751.098","15834.266"],["12756.262","15797.685"],["12670.375","15726.492"],["12668.204","15754.139"],["13835.508","12274.972"],["13845.119","12289.586"],["28293.843","11491.882"],["28269.111","11503.028"],["28241.788","11525.782"],["8395.944","12533.372"],["8405.035","12505.586"],["8439.998","12489.272"],["8432.937","12471.068"],["8404.807","12439.310"],["8438.218","12411.578"],["8431.036","12379.593"],["8382.806","12455.287"],["9160.473","13418.092"],["9147.379","13402.311"],["15009.278","16573.842"],["14961.974","16616.515"],["14940.593","16589.414"],["15076.330","16773.881"],["14917.614","16608.572"],["14952.945","16619.521"],["14901.858","16611.545"],["15020.856","16592.051"],["14995.642","16577.897"],["15016.975","16586.138"],["15024.787","16596.956"],["14960.268","16587.232"],["14954.857","16603.499"],["14974.923","16573.177"],["14934.306","16678.262"],["14956.781","16592.285"],["14903.749","16614.336"],["14977.425","16628.183"],["14926.579","16668.914"],["14910.411","16640.028"],["14907.188","16647.444"],["14987.497","16680.980"],["15065.489","16626.895"],["14982.530","16689.782"],["14983.149","16627.737"],["14899.488","16646.104"],["14889.800","16682.801"],["14886.412","16669.176"],["15055.420","16667.047"],["14909.255","16708.004"],["14934.534","16700.061"],["14928.251","16697.336"],["14921.574","16707.113"],["14975.787","16721.716"],["14978.969","16702.641"],["14953.863","16703.549"],["14910.062","16764.923"],["14914.273","16764.378"],["15067.318","16725.839"],["18616.345","9026.177"],["18588.819","9053.586"],["18601.780","9052.298"],["18585.119","9065.378"],["18598.540","9061.993"],["18582.991","9036.963"],["18554.439","9026.013"],["18566.083","9018.102"],["18597.995","9066.207"],["18610.167","9068.899"],["18594.722","9079.419"],["18626.565","9064.027"],["18656.906","8960.536"],["18662.251","8954.177"],["18671.481","8965.180"],["18651.375","9008.625"],["18643.382","9004.165"],["18657.428","9024.876"],["18655.421","9000.928"],["18612.752","9025.376"],["18590.959","9024.038"],["18605.860","8995.153"],["18598.360","9006.482"],["18565.629","9076.151"],["18571.500","9066.820"],["18564.346","9067.299"],["18542.043","9071.775"],["18551.311","9091.199"],["18551.097","9097.557"],["18544.173","9098.119"],["18588.896","9116.470"],["18573.518","9149.682"],["18547.662","9151.994"],["18558.830","9141.507"],["18622.123","9155.482"],["18618.307","9137.134"],["18621.843","9157.150"],["18659.263","9151.451"],["18663.802","9150.873"],["18668.873","9137.927"],["18670.090","9116.391"],["9831.120","12644.879"],["9842.904","12607.615"],["9892.407","12609.567"],["9874.067","12552.685"],["9958.858","12554.830"],["11521.520","16624.257"],["11523.691","16612.234"],["11601.032","16604.245"],["11570.802","16619.555"],["11573.055","16628.704"],["11602.881","16661.571"],["11629.114","16666.972"],["11642.568","16676.402"],["11702.374","16641.832"],["11702.407","16647.579"],["11712.867","16665.961"],["11563.629","16770.798"],["11590.454","16759.568"],["11571.589","16771.079"],["11545.457","16742.614"],["11568.033","16640.303"],["11663.268","16649.643"],["11639.942","16673.220"],["11641.209","16759.826"],["11545.650","16764.409"],["11590.239","16644.862"],["11608.999","16676.487"],["11621.801","16706.214"],["11622.242","16757.600"],["11666.850","16753.040"],["11696.430","16740.336"],["11672.111","16685.134"],["11641.590","16654.555"],["11569.557","16629.606"],["11542.616","16641.085"],["11633.000","16704.145"],["11518.689","16719.643"],["11565.784","16741.517"],["15814.839","16783.089"],["15852.642","16808.115"],["15857.691","16808.544"],["15730.834","16941.334"],["15811.023","16783.106"],["15729.105","16970.948"],["15825.198","16796.641"],["15830.757","16794.411"],["15911.546","16812.192"],["15831.859","16801.117"],["15827.122","16789.209"],["15848.892","16808.049"],["15846.129","16800.848"],["16067.484","13231.349"],["15990.382","13272.352"],["15965.980","13261.111"],["15971.145","13299.658"],["16070.227","13262.981"],["16070.971","13231.498"],["16070.539","13260.966"],["15998.152","13289.956"],["16060.569","13268.413"],["16064.993","13267.406"],["15993.770","13293.607"],["15985.645","13279.767"],["15954.739","13311.232"],["16019.484","13291.692"],["16110.039","13238.462"],["16110.681","13218.132"],["16119.003","13215.688"],["15947.189","13321.124"],["16042.741","13279.916"],["16040.391","13229.356"],["16099.441","13199.937"],["15954.049","13392.281"],["16066.427","13384.329"],["16043.862","13388.689"],["16058.154","13353.610"],["15946.724","13293.083"],["15960.129","13272.555"],["15982.940","13185.578"],["15962.003","13207.477"],["15986.049","13181.779"],["15974.388","13196.032"],["15976.674","13191.028"],["15951.757","13301.143"],["15998.579","13199.449"],["15993.990","13194.264"],["16040.731","13193.672"],["16094.754","13239.376"],["16076.102","13223.174"],["16008.061","13284.017"],["16007.173","13262.316"],["16021.363","13263.049"],["16029.439","13246.352"],["16038.189","13258.144"],["16048.156","13261.348"],["16032.449","13245.708"],["15975.746","13184.779"],["14156.232","12974.931"],["14237.893","12984.790"],["27831.080","16993.247"],["27924.705","17118.482"],["27767.585","17018.676"],["27768.140","17019.462"],["27766.661","17015.480"],["27782.644","17015.249"],["27783.389","17014.984"],["27774.243","17009.034"],["27773.747","17018.266"],["27756.515","17007.113"],["27760.759","16995.743"],["27762.694","16992.402"],["27739.239","16998.713"],["27782.303","17081.353"],["27799.237","17077.487"],["27924.543","17177.159"],["27888.670","17135.627"],["27885.240","17160.955"],["27895.552","17149.956"],["27882.393","17160.728"],["27877.459","17176.797"],["27850.808","17158.207"],["27834.560","17112.639"],["27767.969","17096.822"],["27767.393","17103.495"],["27863.386","17002.906"],["27860.491","17004.194"],["27891.044","17017.796"],["27899.131","17032.956"],["27879.189","17039.190"],["27912.254","17062.009"],["27925.511","17069.474"],["27923.798","17090.924"],["15716.777","18165.105"],["15686.087","18204.048"],["15547.265","18060.539"],["15563.087","18050.580"],["15529.068","18051.933"],["15526.746","18198.875"],["15525.298","18199.932"],["15528.670","18219.073"],["15531.598","18223.466"],["15527.296","18177.361"],["15514.549","18126.643"],["15545.914","18175.502"],["15523.675","18195.995"],["15514.697","18185.338"],["15517.091","18126.016"],["15605.288","15444.688"],["15648.065","15409.533"],["15646.256","15428.493"],["15617.081","15443.086"],["15654.973","15414.983"],["15625.058","15459.832"],["15657.456","15422.002"],["15625.617","15457.405"],["15666.042","15418.864"],["15680.843","15451.917"],["15606.834","15448.602"],["15541.574","15316.949"],["15722.169","15350.426"],["15535.291","15332.209"],["15694.981","15322.796"],["15636.243","15467.081"],["15720.738","15299.642"],["15569.713","15492.729"],["15574.259","15390.100"],["15553.672","15411.365"],["15528.294","15388.326"],["15517.784","15414.156"],["15535.267","15392.042"],["15684.508","15434.339"],["15709.164","15417.837"],["15685.610","15419.310"],["15683.834","15427.172"],["15596.275","15474.232"],["15635.930","15482.143"],["15653.800","15467.440"],["15578.747","15416.863"],["15601.576","15444.658"],["15605.013","15420.364"],["15575.655","15449.365"],["15601.428","15428.638"],["15712.200","15302.489"],["15712.529","15316.956"],["15677.617","15452.595"],["15664.607","15437.907"],["15670.333","15395.875"],["15690.217","15353.728"],["15638.425","15383.357"],["15644.954","15364.381"],["15706.099","15375.919"],["15641.069","15299.078"],["15554.522","15297.360"],["15532.769","15359.124"],["15524.578","15346.457"],["15519.167","15378.447"],["15521.683","15383.269"],["15537.160","15363.566"],["15641.311","15425.540"],["15641.492","15429.438"],["15629.255","15414.607"],["15625.357","15411.486"],["15650.308","15437.018"],["6375.032","16146.256"],["6396.927","16148.325"],["6368.357","16165.587"],["6359.862","16154.851"],["6363.230","16151.078"],["6347.137","16174.507"],["6356.956","16176.495"],["6352.758","16186.105"],["6328.843","16207.232"],["6338.265","16205.530"],["6351.418","16213.955"],["6339.780","16231.734"],["6328.222","16232.103"],["6323.506","16247.443"],["6324.732","16252.224"],["6310.986","16258.427"],["6313.329","16270.288"],["6296.762","16281.180"],["6295.642","16270.030"],["6290.953","16312.919"],["6287.488","16332.993"],["6283.795","16334.786"],["6271.180","16330.002"],["6281.239","16322.440"],["6282.552","16309.860"],["6295.593","16282.262"],["6290.560","16300.156"],["6278.795","16302.003"],["6358.120","16151.387"],["6340.248","16150.110"],["6343.083","16161.277"],["6325.550","16199.744"],["6330.298","16178.307"],["6264.566","16261.862"],["6264.845","16246.850"],["6270.553","16252.085"],["6283.035","16241.907"],["6277.623","16235.499"],["6281.028","16235.648"],["6301.367","16234.427"],["6298.127","16234.246"],["6287.962","16236.773"],["6276.271","16231.945"],["6274.494","16218.254"],["6276.632","16222.350"],["6314.410","16217.126"],["6313.160","16212.832"],["6308.276","16206.275"],["12615.980","15398.241"],["1514.107","13386.287"],["1574.745","13350.977"],["1551.764","13361.551"],["8663.921","12087.470"],["8656.461","12072.664"],["8632.833","12076.851"],["8604.590","12046.874"],["8763.837","11960.150"],["8738.411","12062.311"],["8709.704","12008.662"],["8714.475","12052.824"],["8658.772","12039.241"],["8592.266","12074.007"],["8757.549","11923.625"],["8597.741","12087.042"],["8618.396","12085.642"],["8580.819","12071.502"],["4475.181","17603.288"],["4536.546","17603.759"],["4495.527","17614.461"],["4529.899","17607.222"],["4468.193","17544.326"],["4518.566","17517.302"],["4475.191","17517.123"],["4439.524","17619.582"],["4491.497","17519.192"],["4466.017","17506.534"],["4452.406","17527.033"],["4482.130","17527.723"],["4424.108","17444.064"],["4486.284","17607.449"],["4566.726","17489.317"],["4536.450","17540.390"],["4557.159","17438.229"],["4547.653","17539.963"],["4554.686","17612.115"],["10031.669","13570.624"],["10028.077","13556.140"],["9993.429","13562.675"],["9974.160","13545.125"],["9980.543","13570.787"],["14610.991","17230.247"],["14652.693","17290.397"],["14525.869","17209.220"],["14526.560","17212.837"],["14662.287","17235.134"],["14558.863","17198.262"],["14664.463","17394.758"],["14576.991","17299.730"],["14664.042","17300.868"],["14548.636","17241.712"],["14552.337","17256.163"],["14569.178","17316.724"],["14594.637","17251.612"],["14603.190","17265.419"],["14634.163","17317.420"],["14580.889","17300.060"],["14570.534","17294.628"],["14656.741","17334.158"],["14607.702","17228.744"],["14597.151","17199.731"],["14591.033","17200.739"],["14661.361","17284.550"],["14649.014","17239.098"],["14633.296","17276.718"],["14651.235","17207.575"],["14621.318","17320.955"],["14658.008","17348.824"],["14643.143","17356.015"],["14615.966","17329.692"],["14605.079","17365.204"],["14560.509","17326.832"],["14570.131","17346.849"],["14572.351","17342.472"],["14613.459","17236.671"],["14598.113","17224.401"],["14582.650","17339.491"],["14661.020","17236.406"],["14561.373","17295.734"],["14564.465","17284.950"],["14550.205","17281.779"],["14556.909","17310.547"],["14601.171","17332.312"],["14669.747","17239.856"],["14592.870","17363.591"],["14659.647","17277.551"],["14512.333","17218.223"],["14499.948","17207.538"],["14658.450","17289.571"],["14575.238","17371.568"],["14548.265","17233.110"],["14526.637","17221.202"],["14530.913","17223.498"],["14534.795","17216.528"],["14544.771","17246.700"],["14546.235","17249.408"],["14559.907","17242.866"],["14571.503","17253.783"],["14578.345","17257.945"],["14569.036","17253.915"],["14588.053","17221.988"],["14591.408","17224.349"],["14573.826","17221.773"],["14571.063","17231.831"],["14665.231","17246.893"],["14647.191","17386.077"],["2343.131","11036.119"],["2364.381","11027.200"],["2448.198","11061.488"],["2390.435","11011.179"],["2461.774","10966.054"],["2447.244","10963.957"],["2446.500","10981.745"],["2261.013","10996.059"],["2430.762","10993.155"],["2413.621","10981.848"],["2394.001","10958.581"],["2447.792","11028.436"],["8397.176","12955.136"],["8398.480","12965.166"],["5250.689","8880.687"],["5225.172","8882.290"],["5231.266","8890.020"],["5259.269","8851.240"],["5274.098","8842.818"],["5294.846","8841.929"],["15487.905","12510.760"],["15502.131","12500.917"],["15479.155","12524.782"],["15508.149","12361.685"],["15493.116","12364.559"],["15479.021","12362.544"],["15463.626","12372.982"],["15492.162","12377.689"],["15443.531","12482.753"],["15443.860","12491.061"],["15400.834","12462.952"],["15444.173","12488.468"],["15424.074","12462.737"],["15428.293","12525.184"],["15464.806","12529.676"],["15334.317","12540.247"],["15379.943","12365.773"],["15341.061","12350.050"],["15354.564","12519.386"],["15369.909","12514.266"],["15369.942","12483.284"],["15355.189","12505.662"],["15363.791","12345.856"],["15343.101","12371.388"],["15371.633","12442.078"],["15359.380","12457.024"],["15364.166","12476.248"],["15365.202","12452.945"],["15348.212","12437.866"],["15398.872","12484.574"],["15409.414","12488.009"],["15386.076","12511.560"],["15396.914","12515.672"],["15382.112","12502.939"],["15305.120","12339.803"],["15346.163","12410.118"],["15384.371","12425.758"],["15386.772","12367.591"],["15391.936","12395.684"],["15448.674","12361.277"],["15392.836","12356.901"],["15435.369","12355.002"],["15410.155","12376.818"],["15424.793","12362.021"],["15331.022","12492.032"],["15321.351","12457.349"],["15510.719","12420.514"],["15467.775","13527.140"],["15450.916","13544.646"],["15317.186","13548.328"],["15497.145","13556.824"],["15508.326","13395.939"],["15375.439","13572.917"],["15318.140","13551.003"],["15449.123","13536.058"],["15459.206","13531.500"],["15456.212","13549.535"],["15347.233","13519.337"],["15358.333","13561.026"],["15504.190","13588.673"],["15308.305","13414.445"],["15495.966","13596.947"],["15504.905","13408.936"],["15488.894","13588.326"],["15501.493","13596.237"],["15507.671","13551.390"],["15353.333","13576.467"],["15497.852","13559.301"],["15318.995","13441.547"],["15319.719","13545.091"],["15363.564","13565.584"],["15508.000","13563.644"],["15500.878","13554.710"],["15509.601","13559.870"],["15369.945","13585.237"],["15357.813","13421.066"],["15347.714","13420.604"],["15375.609","13427.639"],["15377.039","13397.614"],["15375.954","13420.389"],["15447.748","13435.087"],["15461.679","13425.954"],["15457.994","13423.691"],["15428.899","13449.537"],["15458.159","13438.670"],["15460.336","13474.506"],["15494.645","13499.708"],["15500.895","13474.341"],["15483.823","13473.432"],["15465.714","13495.414"],["1832.363","10952.012"],["1843.390","10981.678"],["1859.880","10910.857"],["1953.606","10954.093"],["1940.444","10983.920"],["1917.517","10992.380"],["1978.829","11008.825"],["1994.219","10989.362"],["1999.689","11031.734"],["1983.704","10923.908"],["1901.010","10947.506"],["1876.971","10977.597"],["1841.234","10932.447"],["1876.324","10925.177"],["2007.885","10852.990"],["2007.968","10862.899"],["1878.932","11018.694"],["1884.518","11028.721"],["18754.039","8944.623"],["18802.451","8953.201"],["18775.736","8930.854"],["18792.989","8924.776"],["18766.756","8943.372"],["18791.262","8928.442"],["18742.130","8918.771"],["18717.511","8900.773"],["18717.396","8913.688"],["18695.652","8910.104"],["18699.271","8889.856"],["18696.651","8937.866"],["18696.733","8948.502"],["5135.744","8681.737"],["5116.994","8643.652"],["5151.863","8683.289"],["5118.014","8683.685"],["5173.951","8636.898"],["5152.284","8699.504"],["5125.785","8717.398"],["5122.216","8713.996"],["5124.528","8618.171"],["5061.248","8576.604"],["5060.985","8544.911"],["5091.799","8588.090"],["5078.032","8598.065"],["5146.173","8574.574"],["5138.969","8586.200"],["32134.420","10477.671"],["32126.032","10531.412"],["32065.409","10525.383"],["32075.606","10523.021"],["32071.972","10509.429"],["32053.838","10519.647"],["32062.917","10534.511"],["32007.023","10630.932"],["32016.602","10575.735"],["31961.782","10584.521"],["31972.418","10623.434"],["32014.219","10444.497"],["31993.446","10447.387"],["32000.894","10524.394"],["32017.325","10527.730"],["31938.734","10509.618"],["32123.912","10461.405"],["32092.531","10465.534"],["32126.922","10470.009"],["31936.509","10523.818"],["31991.789","10516.551"],["31965.358","10519.524"],["14752.493","19257.058"],["14778.167","19273.969"],["14364.747","14417.140"],["14357.330","14384.291"],["14432.616","14302.684"],["20133.761","15125.661"],["20118.956","15210.966"],["19949.065","15142.338"],["20111.848","15105.099"],["20068.348","15247.373"],["16526.873","15476.533"],["6379.121","18903.390"],["16738.635","15077.418"],["5658.612","7846.464"],["5647.099","7834.441"],["5629.433","7797.478"],["5636.883","7804.183"],["5705.572","7708.285"],["5700.457","7695.135"],["8256.042","16264.613"],["8248.768","16275.395"],["8241.398","16280.857"],["8286.355","16248.425"],["8326.574","16259.067"],["8303.968","16175.126"],["8237.419","16198.622"],["8289.121","16197.425"],["8201.890","16232.266"],["8175.161","16249.080"],["9644.489","11746.249"],["9669.938","11782.593"],["9680.014","11754.293"],["9785.861","11735.858"],["9633.211","11770.810"],["9686.720","11912.558"],["9723.205","11824.626"],["9701.906","11835.340"],["9651.233","11851.200"],["9796.832","11901.342"],["9752.107","11752.633"],["9749.589","11715.173"],["9762.504","11751.988"],["9621.909","11778.071"],["8855.176","16086.012"],["8890.640","16099.507"],["8851.968","16113.348"],["8843.740","16126.550"],["8821.284","16138.982"],["8835.165","16111.870"],["8846.974","16092.183"],["19508.190","15843.154"],["19500.394","15844.228"],["19503.569","15825.186"],["19502.184","15806.772"],["19507.957","15779.786"],["14873.821","16464.137"],["14875.181","16389.009"],["14787.707","16439.742"],["14847.374","16468.795"],["14679.130","16408.255"],["14777.461","16438.850"],["14868.046","16359.036"],["14843.022","16407.396"],["14815.374","16417.289"],["14824.585","16412.202"],["14814.686","16425.873"],["14836.183","16450.167"],["14819.061","16449.011"],["14804.818","16431.174"],["14862.324","16463.047"],["14796.336","16504.609"],["14806.912","16506.013"],["14776.172","16472.223"],["14839.075","16480.111"],["14819.207","16500.491"],["14806.065","16495.454"],["14821.082","16467.411"],["14732.540","16528.601"],["14758.231","16522.308"],["14749.530","16509.294"],["14738.543","16520.904"],["14782.008","16538.512"],["14815.659","16505.696"],["14791.810","16537.389"],["14749.160","16562.963"],["14741.562","16554.177"],["14875.669","16429.151"],["14860.833","16427.714"],["14841.738","16439.109"],["14837.379","16432.652"],["14776.753","16433.862"],["14692.220","16399.344"],["14725.214","16423.523"],["14681.854","16389.085"],["14681.114","16387.401"],["14687.874","16382.364"],["14715.835","16477.244"],["14710.293","16441.984"],["14775.421","16456.240"],["14679.565","16370.378"],["14679.812","16371.980"],["14854.406","16491.856"],["14859.916","16503.895"],["14843.586","16507.910"],["14837.467","16516.465"],["14832.599","16516.729"],["14798.809","16551.198"],["8350.103","15524.673"],["13413.395","13993.661"],["13413.937","13967.567"],["13456.355","13956.072"],["13416.092","13950.275"],["13577.036","13925.109"],["13520.490","13964.316"],["13475.852","13927.800"],["13510.210","13972.474"],["13501.806","13986.628"],["13592.464","13939.708"],["13579.848","13887.355"],["13564.865","13964.514"],["13555.342","13889.601"],["13508.168","13910.984"],["13559.427","13833.064"],["13536.336","13827.601"],["13587.039","13925.111"],["9574.874","11750.911"],["9492.618","11815.095"],["9516.575","11813.776"],["9537.932","11828.582"],["9501.021","11846.059"],["9484.603","11836.301"],["9470.707","11741.663"],["9560.361","11762.381"],["9581.577","11730.936"],["9451.194","11738.080"],["9418.614","11736.617"],["9490.987","11714.631"],["8408.504","16218.725"],["8426.970","16229.046"],["8436.399","16236.984"],["8534.343","16224.335"],["8566.353","16220.621"],["15432.255","13892.109"],["15322.748","13874.064"],["15437.518","13953.225"],["15331.076","13838.264"],["15433.932","13959.914"],["15455.509","13886.959"],["15332.326","13841.715"],["15418.455","13933.407"],["15434.081","13884.875"],["15426.482","13958.229"],["15332.392","13836.926"],["15396.007","13996.852"],["15468.592","14007.237"],["15429.212","13876.568"],["15446.778","13889.252"],["15306.734","13854.069"],["15423.587","13933.853"],["15465.737","13929.369"],["15406.850","13833.803"],["15410.304","13855.587"],["15468.724","13993.100"],["15508.199","13897.286"],["15448.420","13913.961"],["15431.356","13853.506"],["15479.531","13839.301"],["15430.658","13823.355"],["15313.622","13931.340"],["15323.521","13893.354"],["15337.750","13892.348"],["15357.355","13931.208"],["15459.996","13980.022"],["15400.621","13923.787"],["15503.237","13924.910"],["15434.010","13961.078"],["15332.699","13876.244"],["15385.209","13896.068"],["15339.946","13827.711"],["15353.732","14021.117"],["15335.952","14019.879"],["15317.400","13954.214"],["15309.225","13951.687"],["15437.285","13920.716"],["15415.337","13844.092"],["15461.486","13882.456"],["15452.390","13842.489"],["15462.374","13864.157"],["15504.664","13834.725"],["15418.702","13894.025"],["19709.591","18289.283"],["19663.687","18345.851"],["19619.970","18286.990"],["29400.674","11064.301"],["29298.415","11048.268"],["29270.356","10959.520"],["29261.762","10935.132"],["29279.112","10930.139"],["29245.644","10911.126"],["29214.873","10923.886"],["29323.086","10861.845"],["29364.169","10909.341"],["29388.481","10944.395"],["29403.880","10983.162"],["4991.752","6361.937"],["5010.825","6345.466"],["5037.256","6383.385"],["4990.501","6399.633"],["5005.598","6376.730"],["5126.744","6233.216"],["21022.353","15865.303"],["21030.304","15833.003"],["15525.514","17441.715"],["15578.298","17475.721"],["15544.544","17456.199"],["15574.318","17494.812"],["15538.544","17495.459"],["15519.893","17503.420"],["15530.106","17521.719"],["15515.521","17484.186"],["15577.180","17469.049"],["15529.995","17471.915"],["15540.346","17545.827"],["15521.822","17562.865"],["15546.367","17485.355"],["15558.226","17474.207"],["15549.410","17479.806"],["15545.201","17455.053"],["15550.909","17462.221"],["15537.192","17466.168"],["15558.615","17434.624"],["15584.520","17418.951"],["15546.577","17411.286"],["15647.669","17463.189"],["15653.261","17465.138"],["15680.734","17420.995"],["15676.408","17413.167"],["15528.904","17424.343"],["15529.529","17419.355"],["15534.919","17460.675"],["15517.616","17465.200"],["15518.208","17454.630"],["18493.687","13834.723"],["18509.904","13842.832"],["18534.538","13817.086"],["18536.248","13819.068"],["18540.165","13849.620"],["18491.634","13864.016"],["18494.562","13860.845"],["18472.171","13881.167"],["18558.995","13837.497"],["18565.969","13831.816"],["18586.892","13857.514"],["18607.205","13859.414"],["18626.354","13830.494"],["18621.305","13832.591"],["18660.330","13867.389"],["22137.830","17286.350"],["22245.962","17312.727"],["22187.953","17390.302"],["22103.447","17394.756"],["22122.294","17347.020"],["22067.637","17313.243"],["22227.606","17404.407"],["13837.896","12714.358"],["13843.801","12713.070"],["20392.410","15855.431"],["20555.244","15839.420"],["20434.414","15718.935"],["11253.402","15297.202"],["28482.506","11461.550"],["28456.781","11458.725"],["28467.313","11470.019"],["28480.420","11436.870"],["28367.566","11438.856"],["28364.851","11464.513"],["5441.171","7296.880"],["5413.569","7292.563"],["5430.280","7291.275"],["5612.504","7293.119"],["5577.255","7263.252"],["5596.817","7436.303"],["5617.580","7394.180"],["15545.617","17004.618"],["15705.662","17070.884"],["15632.935","17130.499"],["15587.414","17096.870"],["15619.026","17148.560"],["15615.074","17060.765"],["15654.548","17084.630"],["15634.630","17052.342"],["15648.577","17060.782"],["15548.315","16999.746"],["15620.105","17095.487"],["15626.568","17106.519"],["15709.346","17081.883"],["15549.356","17037.624"],["15552.531","17027.038"],["15722.343","17042.456"],["15666.680","16996.193"],["15678.423","17001.231"],["15668.111","16993.502"],["15690.580","16997.083"],["15691.221","17020.832"],["15713.906","17018.014"],["15575.834","16993.770"],["15588.038","16987.065"],["15693.573","17000.914"],["15583.860","17010.566"],["15568.136","17019.947"],["15647.125","17023.786"],["15693.737","17085.830"],["15681.928","17056.367"],["15609.912","17069.020"],["15538.995","17022.479"],["15718.077","17056.945"],["15708.719","17057.523"],["15719.127","17086.626"],["15638.846","17149.293"],["8089.967","12148.907"],["8084.213","12173.693"],["8076.022","12189.405"],["8017.583","12173.259"],["8020.956","12200.905"],["7966.345","12189.146"],["3210.789","8534.810"],["17864.687","16490.229"],["17842.700","16515.719"],["23903.922","8119.174"],["23902.902","8117.721"],["19682.881","10186.411"],["19686.258","10155.712"],["19702.917","10077.996"],["19676.886","10194.567"],["19718.256","10174.156"],["19675.032","10040.723"],["28297.439","10388.293"],["28169.954","10313.395"],["28158.395","10234.094"],["28160.561","10261.533"],["28163.522","10420.565"],["28264.081","10411.384"],["28270.602","10243.876"],["28287.557","10419.433"],["6553.552","15419.323"],["6548.082","15412.106"],["5834.256","7401.135"],["5855.243","7418.525"],["5870.046","7355.950"],["5834.310","7462.027"],["5841.442","7405.992"],["5838.927","7358.409"],["5877.061","7326.862"],["15318.288","16470.965"],["15316.018","16455.969"],["15474.650","16507.615"],["15473.893","16490.868"],["15477.956","16492.536"],["15486.630","16389.855"],["15499.443","16378.294"],["15508.505","16387.559"],["15509.542","16379.005"],["15469.674","16399.036"],["15479.312","16405.196"],["15479.558","16410.184"],["15467.667","16410.399"],["15487.745","16548.000"],["15454.940","16445.848"],["15453.361","16439.804"],["15479.981","16546.118"],["15490.968","16546.977"],["8312.318","12334.185"],["8231.329","12309.048"],["8212.093","12303.440"],["8257.766","12310.325"],["8278.094","12259.751"],["8263.957","12255.360"],["8290.199","12211.406"],["8260.333","12213.747"],["8256.272","12172.142"],["8242.934","12156.097"],["8260.290","12194.107"],["8241.039","12191.448"],["16514.011","14903.417"],["16561.998","15071.632"],["16547.360","15061.459"],["16562.804","15045.538"],["16547.821","15057.231"],["16517.618","15074.254"],["16545.129","15015.973"],["16517.612","15039.705"],["16564.495","14972.336"],["16565.170","14992.352"],["16510.558","14913.865"],["16421.214","14877.495"],["16424.733","14883.210"],["16510.624","14952.792"],["16512.548","14915.781"],["16449.289","14879.923"],["16496.298","14919.051"],["16561.160","14898.993"],["16543.200","14919.769"],["16514.696","14960.760"],["16446.329","14883.870"],["16447.709","14919.494"],["16488.729","14899.989"],["16448.382","14901.917"],["16413.777","14875.971"],["16447.938","14894.914"],["16507.252","14921.132"],["16551.168","14952.871"],["16557.056","14958.883"],["16547.204","14949.981"],["16546.234","14949.750"],["16542.023","14951.286"],["16518.570","14881.706"],["16448.832","15082.950"],["16390.326","15030.582"],["16419.931","15008.435"],["16415.786","15015.470"],["16387.382","15025.908"],["16413.122","15009.343"],["21268.599","15015.866"],["15953.874","14141.652"],["15954.992","14114.600"],["15952.739","14116.069"],["15952.309","14101.849"],["15959.562","14102.807"],["15952.967","14103.533"],["15965.971","14233.952"],["15941.832","14088.769"],["16014.286","14131.742"],["16041.013","14215.689"],["16040.870","14133.257"],["16030.062","14168.805"],["16095.606","14143.266"],["16094.340","14137.254"],["16118.624","14160.385"],["16109.134","14103.787"],["16027.259","14186.495"],["15957.936","14113.741"],["15988.030","14182.803"],["15955.185","14208.551"],["15970.925","14191.375"],["15984.165","14202.390"],["15989.231","14174.232"],["15994.048","14160.844"],["15998.406","14152.867"],["16008.061","14187.219"],["15999.903","14173.346"],["16007.205","14190.704"],["16026.610","14119.434"],["16047.975","14132.249"],["16085.606","14164.092"],["16085.343","14157.436"],["16039.322","14179.540"],["16035.308","14163.669"],["16048.121","14168.772"],["16064.354","14139.078"],["16062.921","14139.187"],["16066.786","14144.224"],["16046.424","14136.379"],["15986.978","14127.482"],["15997.143","14129.051"],["15996.304","14129.662"],["15988.360","14145.401"],["15990.070","14148.126"],["16037.054","14115.866"],["16024.521","14100.193"],["16143.856","14133.291"],["16105.858","14122.420"],["16117.454","14131.701"],["16127.935","14136.264"],["16136.878","14168.636"],["16125.177","14176.711"],["16119.298","14173.383"],["16138.277","14194.630"],["16119.334","14177.715"],["16142.294","14180.853"],["16126.916","14201.596"],["16131.889","14112.016"],["16139.767","14107.342"],["16133.990","14065.004"],["16132.428","14055.739"],["16131.901","14078.481"],["16089.991","14076.840"],["16084.432","14099.961"],["16094.991","14092.447"],["16111.619","14064.206"],["16103.594","14046.858"],["16096.144","14049.369"],["16096.999","14028.824"],["16094.301","14040.335"],["16096.801","14062.597"],["16066.218","14035.705"],["16048.554","14055.490"],["16034.606","14053.938"],["16048.932","14049.826"],["16024.674","14035.903"],["16008.243","14037.984"],["16009.756","14037.042"],["16058.094","14094.654"],["16052.650","14089.485"],["16041.811","14082.598"],["16033.078","14102.829"],["16045.347","14080.468"],["16003.448","14063.660"],["16008.530","14080.572"],["15997.329","14086.567"],["15987.888","14070.084"],["15978.793","14064.601"],["16145.248","14168.064"],["16112.350","14201.162"],["16317.484","17056.828"],["16318.289","17044.127"],["16282.505","17047.237"],["16332.072","17044.441"],["16274.182","17049.846"],["16278.031","17041.886"],["16312.714","17053.690"],["27001.965","16138.094"],["27030.355","15939.276"],["27009.450","15934.883"],["12608.500","16740.010"],["14582.606","16967.298"],["14600.558","16894.981"],["14662.317","16848.070"],["14582.186","16891.083"],["14671.988","16888.427"],["14642.448","16891.697"],["14587.137","16895.460"],["14638.395","16802.440"],["14636.059","16798.526"],["14556.047","16832.000"],["14637.772","16961.873"],["14623.118","16964.251"],["14657.789","16981.394"],["14637.999","16826.557"],["14627.308","16814.864"],["14649.071","16817.827"],["14645.453","16813.121"],["14652.394","16813.814"],["14653.644","16807.737"],["14629.598","16978.636"],["14618.635","16870.130"],["14648.191","16844.613"],["14623.267","16867.047"],["14470.992","16956.266"],["14541.649","16963.265"],["14491.803","16962.129"],["14574.228","16825.681"],["14524.988","16802.564"],["14620.394","16848.498"],["14503.488","16788.933"],["14528.622","16840.286"],["14491.721","16896.553"],["14493.479","16873.295"],["14479.505","16857.210"],["15098.355","15027.969"],["15094.142","14922.716"],["15094.224","14950.015"],["15109.696","15022.214"],["15108.099","14963.280"],["15100.963","14955.796"],["15100.733","14958.108"],["15201.423","15026.685"],["15280.575","15070.755"],["15266.102","15068.921"],["15227.050","15081.468"],["15226.162","15065.052"],["15269.139","15041.534"],["15241.688","15042.162"],["15252.921","15030.056"],["15252.566","15019.424"],["15262.517","15023.520"],["15199.145","14970.291"],["15219.014","14984.858"],["15293.019","15022.485"],["15291.654","15015.697"],["15271.581","14987.376"],["15204.181","15010.254"],["15139.625","15005.415"],["15175.924","14995.159"],["15166.271","14931.484"],["15123.431","14903.489"],["15179.511","14940.418"],["15143.661","14887.568"],["15131.901","14893.712"],["15168.426","14936.124"],["15174.648","14896.239"],["15164.149","14936.818"],["15139.895","14895.347"],["15248.665","14986.684"],["15238.205","14968.980"],["15252.629","14946.651"],["15247.793","14941.647"],["15246.790","14966.552"],["15300.334","14916.256"],["15285.091","14940.219"],["15270.059","14902.184"],["15284.072","14921.887"],["15189.233","14944.219"],["15159.184","14935.895"],["15144.019","14971.651"],["15163.345","14925.260"],["15303.833","14875.009"],["15296.366","14882.540"],["15299.310","14889.725"],["15119.350","15043.624"],["15096.061","15068.827"],["15104.646","15042.617"],["15094.893","15070.098"],["15217.673","15046.955"],["15220.848","15052.091"],["15215.881","15035.890"],["15233.578","15048.623"],["15221.473","15050.407"],["15149.896","15016.098"],["15177.856","15017.140"],["15175.849","15025.580"],["15188.267","15022.244"],["15192.560","15016.298"],["15148.135","14988.319"],["15148.366","14991.639"],["15154.698","14980.970"],["15159.007","14991.771"],["15145.208","14983.810"],["15178.689","14936.273"],["15173.410","14891.267"],["15162.752","14891.350"],["15169.923","14906.313"],["15162.358","14892.803"],["15160.762","14912.919"],["15124.086","14875.620"],["15199.639","15042.603"],["15180.223","15038.774"],["8526.316","11964.277"],["8500.759","12012.431"],["8498.492","12045.900"],["8433.332","12034.292"],["8443.468","12045.087"],["8390.909","12077.362"],["8487.340","12100.409"],["8492.501","12017.093"],["8498.406","12089.227"],["8422.219","12062.055"],["8565.076","12041.645"],["8524.102","12092.357"],["8553.458","12097.145"],["5977.623","16764.667"],["5986.559","16761.942"],["9559.897","12709.661"],["9554.805","12750.998"],["9529.600","12695.550"],["9469.546","12752.920"],["9536.839","12727.534"],["9422.340","12720.940"],["9415.957","12706.402"],["6118.102","8089.674"],["6043.185","8093.993"],["6061.058","7923.883"],["6067.374","7916.566"],["6111.615","8080.015"],["6102.125","8071.295"],["6158.204","8096.822"],["6144.092","8093.470"],["6101.709","8044.816"],["6109.144","8062.355"],["6113.037","7955.488"],["6112.990","7939.193"],["6099.010","7905.056"],["6092.169","8058.508"],["6086.314","8028.038"],["6077.432","8048.467"],["6086.018","8072.282"],["6050.113","8044.140"],["6060.263","8101.797"],["20990.045","15065.041"],["7999.585","12579.711"],["8013.163","12588.816"],["8074.615","12591.197"],["8057.760","12621.965"],["8076.844","12643.887"],["8120.155","12660.415"],["7940.189","12568.091"],["7944.136","12632.613"],["7943.384","12639.938"],["7972.773","12702.294"],["7984.366","12692.690"],["7992.697","12689.459"],["7995.611","12716.244"],["8016.243","12735.441"],["8022.955","12731.740"],["8063.280","12729.090"],["8042.192","12742.078"],["8022.079","12755.305"],["5604.738","7605.626"],["5611.038","7635.585"],["5574.409","7638.326"],["5599.284","7537.050"],["5599.004","7552.245"],["5573.727","7614.317"],["5561.589","7583.268"],["5598.942","7664.778"],["5423.716","7580.557"],["20217.276","15592.617"],["20789.938","14741.185"],["20799.201","14820.684"],["9561.968","12846.460"],["10016.898","12989.551"],["15512.773","18172.588"],["15505.756","18058.571"],["15510.987","18053.732"],["15512.450","18060.239"],["15485.954","18043.972"],["15493.280","18096.020"],["15493.791","18095.616"],["15493.922","18094.064"],["15497.754","18072.214"],["15502.937","18191.432"],["15478.253","18189.481"],["15478.269","18191.396"],["15462.743","18174.567"],["15456.822","18174.138"],["15474.948","18217.381"],["15481.576","18207.224"],["15481.445","18214.293"],["15483.402","18208.942"],["15514.286","18108.939"],["15509.565","18129.616"],["15503.891","18128.196"],["14019.353","12100.399"],["13994.865","12083.858"],["13926.394","12056.856"],["13921.789","12045.394"],["6521.572","8232.327"],["6464.062","8227.783"],["6514.293","8179.550"],["6507.970","8220.381"],["6529.869","8210.207"],["6637.432","8139.212"],["6625.595","8121.410"],["15892.667","15583.781"],["15902.552","15575.804"],["15902.058","15568.768"],["15812.154","15570.039"],["15909.842","15509.135"],["15915.167","15571.972"],["15912.140","15576.910"],["15789.456","15561.930"],["15815.377","15574.861"],["15929.514","15604.498"],["15799.341","15566.703"],["15805.005","15515.760"],["26879.601","16407.023"],["26869.012","16491.833"],["26700.489","16441.669"],["26845.985","16505.072"],["26845.755","16486.509"],["26848.561","16466.353"],["26834.905","16460.567"],["26788.640","16503.191"],["26774.183","16500.037"],["26783.035","16443.355"],["26785.403","16454.883"],["26792.823","16431.125"],["26832.847","16363.862"],["26713.693","16415.610"],["26728.210","16404.009"],["26753.424","16369.637"],["26737.125","16375.962"],["26700.779","16404.227"],["26708.723","16401.733"],["26687.360","16495.157"],["26682.755","16474.496"],["26726.400","16484.008"],["26733.831","16469.505"],["26744.785","16473.270"],["26695.000","16539.512"],["26850.460","16542.980"],["26718.629","16371.726"],["26680.669","16419.201"],["26782.958","16386.442"],["26776.552","16404.666"],["26779.743","16395.071"],["26739.438","16419.024"],["26765.704","16412.600"],["26757.057","16507.855"],["26766.909","16497.747"],["26815.051","16486.450"],["26819.509","16489.555"],["26863.568","16474.842"],["26873.601","16467.245"],["26878.795","16484.751"],["26882.492","16461.092"],["26874.153","16450.556"],["26874.775","16469.845"],["26872.302","16377.438"],["26858.568","16355.753"],["26841.889","16555.771"],["26835.323","16555.215"],["26879.838","16539.858"],["26859.805","16537.480"],["26783.591","16541.494"],["26833.884","16549.995"],["26818.555","16529.218"],["11999.624","16318.969"],["11970.990","16346.418"],["12001.236","16325.394"],["11973.300","16347.214"],["11941.543","16345.400"],["14884.410","14307.294"],["15092.723","14368.723"],["15077.920","14412.737"],["15058.397","14372.192"],["15061.605","14372.373"],["15078.277","14299.010"],["15044.592","14363.618"],["15084.231","14312.553"],["15059.132","14335.889"],["15042.569","14367.961"],["15065.469","14256.688"],["15072.624","14259.991"],["14899.217","14440.963"],["14911.471","14388.841"],["14935.649","14319.069"],["14931.356","14287.525"],["14883.527","14341.233"],["14921.487","14304.321"],["14941.586","14280.110"],["14902.558","14279.442"],["15011.238","14389.277"],["14988.738","14385.859"],["14962.553","14387.081"],["15020.662","14383.200"],["14981.320","14383.034"],["14946.203","14407.857"],["14953.868","14441.978"],["14944.657","14416.990"],["14960.726","14382.358"],["14962.700","14405.595"],["15091.603","14242.288"],["15092.754","14247.143"],["15087.984","14265.789"],["15092.359","14266.648"],["29043.016","10717.272"],["29027.044","10652.696"],["29061.727","10739.516"],["29059.227","10744.682"],["29063.137","10755.767"],["29068.396","10774.306"],["29071.898","10723.962"],["29039.694","10734.751"],["29180.084","10769.483"],["29185.851","10812.156"],["29188.553","10836.583"],["13406.816","13927.881"],["3469.481","8321.514"],["3464.376","8350.912"],["3467.139","8344.306"],["3418.064","8378.923"],["3308.694","8338.443"],["3510.357","8346.968"],["3440.994","8333.537"],["3423.225","8325.797"],["3350.907","8425.424"],["3304.998","8357.075"],["10058.062","12504.353"],["10094.751","12512.627"],["10137.735","12534.940"],["10124.226","12502.538"],["10158.491","12479.807"],["10176.062","12460.980"],["10233.018","12493.881"],["10223.789","12431.830"],["10205.918","12408.505"],["10058.778","12387.040"],["19045.374","17916.213"],["19035.391","17939.384"],["19012.331","17948.814"],["18886.666","18032.080"],["27656.298","16899.645"],["27674.497","16920.726"],["27667.002","16923.477"],["6226.518","7938.076"],["14745.914","19097.008"],["14741.280","19098.977"],["14684.208","19067.004"],["14761.198","19095.344"],["14823.218","19024.158"],["14853.876","19014.282"],["14878.613","19098.378"],["14875.965","19077.486"],["22115.877","17432.503"],["22119.259","17512.661"],["22172.449","17510.484"],["22105.261","17507.154"],["22178.273","17443.866"],["22120.311","17472.524"],["22085.599","17471.215"],["22215.679","17459.257"],["22245.764","17457.457"],["14943.675","18006.077"],["14932.265","17991.363"],["14914.568","17981.602"],["14928.696","17994.500"],["14933.363","17977.874"],["14916.850","17971.664"],["14922.722","17967.320"],["5372.363","7643.223"],["5388.158","7632.617"],["18278.940","13513.566"],["18292.173","13437.883"],["18300.369","13446.752"],["18407.342","13408.314"],["18395.237","13412.789"],["18349.078","13440.413"],["18388.092","13423.336"],["18337.380","13555.095"],["18272.166","13530.834"],["18349.270","13574.340"],["18337.864","13478.160"],["18313.966","13503.429"],["15781.609","14860.905"],["15767.637","14862.802"],["15780.539","14870.550"],["15746.300","14780.117"],["15793.039","14849.030"],["15737.073","14779.919"],["15819.902","14821.152"],["15825.083","14811.606"],["15817.172","14826.998"],["15808.372","14786.420"],["15732.024","14675.992"],["15745.421","14675.147"],["27909.171","11179.179"],["27868.357","11159.978"],["27847.410","11173.813"],["27729.708","11101.662"],["27901.866","11195.962"],["27910.320","11173.828"],["27863.841","11177.930"],["27735.923","11252.651"],["27759.717","11275.526"],["27764.791","11167.399"],["27757.342","11136.447"],["27795.175","11108.250"],["27805.129","11250.065"],["4955.415","6363.084"],["4957.010","6389.772"],["4983.129","6364.289"],["4961.000","6342.315"],["4922.791","6206.174"],["4897.223","6251.446"],["4957.227","6320.060"],["4915.028","6373.843"],["4926.900","6264.026"],["4798.398","6278.985"],["4808.826","6270.463"],["4871.348","6273.989"],["4849.161","6292.140"],["4948.006","6256.206"],["4926.427","6271.317"],["4972.606","6391.969"],["4905.097","6299.214"],["4931.089","6326.939"],["4952.580","6386.540"],["4821.531","6358.502"],["4829.224","6342.978"],["4832.619","6352.251"],["4867.905","6208.538"],["4910.378","6394.291"],["4903.337","6398.058"],["4956.060","6319.548"],["4980.734","6301.494"],["4869.892","6233.643"],["4874.667","6223.869"],["4843.468","6266.177"],["4845.331","6256.738"],["22600.765","17393.000"],["22527.000","17338.281"],["5391.551","17044.286"],["5394.337","17099.722"],["5400.284","17097.672"],["5397.693","17102.422"],["5374.981","17107.289"],["5397.839","17129.010"],["5360.410","17137.725"],["5388.684","17162.816"],["5362.513","17195.908"],["5272.726","17182.088"],["5261.114","17181.956"],["5327.115","17163.149"],["5323.990","17163.314"],["5290.075","17152.319"],["5269.175","17180.200"],["5253.780","17183.668"],["15557.906","16606.243"],["15561.495","16607.992"],["15530.998","16600.782"],["15526.146","16606.248"],["15531.409","16594.605"],["15702.316","16565.321"],["15686.099","16578.450"],["15709.133","16578.733"],["8627.001","16209.990"],["8657.244","16219.149"],["8654.118","16181.074"],["8643.086","16266.834"],["8648.335","16289.521"],["8626.226","16265.697"],["8624.635","16259.639"],["8601.988","16299.807"],["8585.475","16302.889"],["8591.491","16329.643"],["8601.635","16335.309"],["11285.084","15694.762"],["11267.650","15689.114"],["11298.160","15707.760"],["23748.383","7801.951"],["23739.649","7800.052"],["23838.653","7870.956"],["23811.434","7868.649"],["23733.951","7835.203"],["23746.665","7830.595"],["23730.201","7835.996"],["23739.050","7827.292"],["23758.186","7800.548"],["23782.219","7795.049"],["23930.623","7726.613"],["23834.943","7826.229"],["23823.233","7803.273"],["23830.832","7806.906"],["23839.779","7797.938"],["16522.335","14821.573"],["16514.983","14841.457"],["16513.963","14845.718"],["16361.279","14790.897"],["16375.613","14754.682"],["16413.080","14738.645"],["16473.053","14841.783"],["16366.135","14753.346"],["16464.845","14808.339"],["16412.076","14771.593"],["16429.401","14823.021"],["16413.919","14737.423"],["16466.375","14809.842"],["16365.736","14801.269"],["16387.866","14746.853"],["16360.095","14815.687"],["16490.723","14852.093"],["16446.608","14864.035"],["16487.121","14852.820"],["16499.905","14729.843"],["16479.445","14751.643"],["16470.119","14748.026"],["16502.411","14783.947"],["16520.520","14748.604"],["16495.865","14756.135"],["16556.067","14765.579"],["16538.747","14750.402"],["16534.997","14767.000"],["16551.330","14782.309"],["16525.491","14776.562"],["16419.921","14791.006"],["16447.602","14803.508"],["16440.809","14800.981"],["16442.799","14795.399"],["16434.641","14786.250"],["16369.337","14703.475"],["16415.393","14700.022"],["16378.276","14700.918"],["11358.201","15932.357"],["11465.714","16029.834"],["11483.559","16006.745"],["11488.740","16007.125"],["11403.823","16037.688"],["11429.662","16051.891"],["11425.813","16025.103"],["11412.845","15941.561"],["11372.631","15955.137"],["11360.496","15964.419"],["11355.068","15938.869"],["11367.782","15952.742"],["11437.440","16039.071"],["11429.101","16047.807"],["11432.653","16037.452"],["20608.237","16096.843"],["28527.461","11784.732"],["14892.409","12677.740"],["15000.558","12737.688"],["14996.496","12752.007"],["14888.264","12552.795"],["15009.604","12741.251"],["15006.874","12741.829"],["14925.993","12618.874"],["14924.144","12612.165"],["14923.509","12655.138"],["14913.240","12598.391"],["14977.430","12655.893"],["14905.187","12618.660"],["14947.714","12601.548"],["14935.938","12606.982"],["14931.974","12613.307"],["14936.481","12621.350"],["14948.027","12608.567"],["14888.344","12628.614"],["14964.453","12664.910"],["14957.759","12666.033"],["14954.518","12666.925"],["14900.993","12635.802"],["14919.858","12624.308"],["14929.300","12658.029"],["14942.425","12655.948"],["14951.965","12670.382"],["14909.841","12609.692"],["14882.899","12642.523"],["14897.291","12669.822"],["14898.491","12643.646"],["14905.476","12692.748"],["14898.082","12730.467"],["14902.144","12732.680"],["14908.390","12740.674"],["14885.380","12751.459"],["14891.910","12737.322"],["14896.038","12756.611"],["14970.394","12747.485"],["14973.552","12747.733"],["14976.624","12722.065"],["14975.587","12733.592"],["14988.877","12729.777"],["14979.354","12714.005"],["14915.799","12556.157"],["15072.062","12571.467"],["15062.983","12579.130"],["15063.937","12572.986"],["15043.641","12565.851"],["15018.895","12559.157"],["15036.659","12576.977"],["15027.053","12570.189"],["15039.307","12555.160"],["15035.113","12567.960"],["14984.677","12557.810"],["14985.680","12555.234"],["14980.170","12551.931"],["14898.122","12557.718"],["14899.125","12555.670"],["14915.030","12561.731"],["18408.310","12128.137"],["18436.000","12163.341"],["18449.878","12146.180"],["18398.417","12296.077"],["18348.072","12214.318"],["18362.118","12188.389"],["18342.555","12221.970"],["18341.075","12224.035"],["18407.859","12303.138"],["18368.963","12325.355"],["18365.920","12309.632"],["27815.217","17510.311"],["27797.092","17511.599"],["27781.492","17527.854"],["27749.804","17527.043"],["27749.202","17511.117"],["27740.041","17501.175"],["27734.124","17595.800"],["27754.921","17589.078"],["27771.368","17588.847"],["27766.335","17567.437"],["27772.906","17537.999"],["27743.171","17551.086"],["27750.457","17540.236"],["27739.330","17545.453"],["27743.790","17513.071"],["27802.156","17520.483"],["27808.627","17488.309"],["27817.689","17490.159"],["27836.578","17473.268"],["27825.542","17469.981"],["9396.020","12935.107"],["9386.803","12913.827"],["9378.494","12914.289"],["9385.585","12958.545"],["9308.092","12851.145"],["9262.910","12853.312"],["9281.747","12770.840"],["9270.543","12791.128"],["9312.219","12818.109"],["9323.866","12824.857"],["9201.999","12792.531"],["9388.777","12815.960"],["9308.717","12944.704"],["9367.259","12922.405"],["9372.690","12949.408"],["9206.876","12947.087"],["9280.684","12938.844"],["9246.618","12945.813"],["9249.725","12766.893"],["9302.227","12857.082"],["16097.782","16682.025"],["15940.285","16585.501"],["16110.611","16692.099"],["16053.221","16633.812"],["16060.918","16641.079"],["16112.305","16692.248"],["16020.442","16640.969"],["16111.927","16691.406"],["16068.113","16670.012"],["16064.511","16667.882"],["15982.833","16738.976"],["15971.599","16731.032"],["15977.471","16745.054"],["15977.323","16741.899"],["16007.887","16742.755"],["16005.551","16742.375"],["16092.293","16770.802"],["15993.867","16766.840"],["15991.022","16769.400"],["15967.935","16624.269"],["15973.395","16632.643"],["21212.307","10555.440"],["21215.728","10550.287"],["21214.626","10553.095"],["21221.221","10546.505"],["24347.637","7938.588"],["24146.166","8075.562"],["24348.512","7992.685"],["24334.729","7979.309"],["24343.446","7998.417"],["24309.044","8008.811"],["24301.038","8014.413"],["24326.586","7991.668"],["24283.055","8020.211"],["24290.640","8054.099"],["24265.965","8037.365"],["24265.893","8069.258"],["24268.071","8066.134"],["24277.678","8049.706"],["24268.693","8063.032"],["24252.646","8072.121"],["16421.438","15661.178"],["16454.552","15705.430"],["16499.290","15710.446"],["16536.113","15697.678"],["16503.964","15680.422"],["16473.178","15694.295"],["16484.191","15715.927"],["16437.140","15708.482"],["16383.536","15681.181"],["16426.643","15707.450"],["16564.686","15714.725"],["16540.718","15546.600"],["16561.096","15573.487"],["16542.971","15569.540"],["16545.569","15564.932"],["16554.336","15547.145"],["16417.870","15683.197"],["16384.608","15689.730"],["16387.291","15689.006"],["16368.137","15672.057"],["16363.978","15667.760"],["14217.716","12756.495"],["14130.474","12742.967"],["14126.363","12726.038"],["14153.418","12695.044"],["14154.109","12684.507"],["14249.235","12734.647"],["16139.654","18260.852"],["16054.752","18400.299"],["16098.897","18453.577"],["13961.996","14916.939"],["13925.828","14922.306"],["2249.372","11333.055"],["2228.559","11285.005"],["2228.557","11393.464"],["2237.889","11407.343"],["6073.101","7707.154"],["6042.056","7751.470"],["6054.753","7730.941"],["6054.984","7736.672"],["6042.815","7787.117"],["32049.274","10685.980"],["32020.130","10704.245"],["32032.895","10656.844"],["20880.053","15917.006"],["5521.942","8391.073"],["5514.985","8372.956"],["5562.403","8363.062"],["5574.062","8364.258"],["5593.552","8369.031"],["20571.396","15924.976"],["21261.410","15092.226"],["20382.220","14846.183"],["14881.024","15828.380"],["14784.615","15737.539"],["14820.076","15759.190"],["14787.082","15726.705"],["14836.915","15741.126"],["14697.811","15812.397"],["14685.459","15747.326"],["14774.785","15719.234"],["14688.913","15782.752"],["14742.021","15792.182"],["14756.676","15721.860"],["14673.683","15734.131"],["14711.577","15768.235"],["14718.568","15791.472"],["14756.462","15736.690"],["14679.554","15863.895"],["14676.084","15879.402"],["14721.423","15862.133"],["14719.877","15869.895"],["14716.077","15891.216"],["14698.939","15889.697"],["14678.528","15850.192"],["14743.873","15855.973"],["15341.013","15081.400"],["15334.279","14942.982"],["15334.450","15061.714"],["15347.203","14935.398"],["15351.134","14944.333"],["15465.181","15027.031"],["15508.813","15049.743"],["15508.385","15023.830"],["15507.464","15050.271"],["15364.768","14951.220"],["15488.619","15032.069"],["15357.992","14959.445"],["15472.615","15021.135"],["15491.678","15039.699"],["15469.786","15028.551"],["15449.182","14996.214"],["15439.166","14981.829"],["15436.797","14976.296"],["15455.399","15017.320"],["15413.541","14963.315"],["15342.219","14940.865"],["15459.255","15046.868"],["15450.188","14918.532"],["15448.165","14919.869"],["15422.589","14921.389"],["15449.432","14944.213"],["15441.257","14898.268"],["15390.439","14920.832"],["15465.454","14998.350"],["15489.994","15017.822"],["15479.977","14986.624"],["15477.658","14989.993"],["15361.444","14922.795"],["15382.035","14872.831"],["15458.135","14980.415"],["15382.716","14993.370"],["15348.644","15023.327"],["15330.289","15014.508"],["15346.111","15016.457"],["15374.107","14878.562"],["15385.127","14909.693"],["15367.676","14891.774"],["15382.693","14879.025"],["15373.434","14915.495"],["15387.315","14949.434"],["15393.763","14943.357"],["15376.214","14914.983"],["15305.926","14899.642"],["15313.278","14917.759"],["15325.203","14892.111"],["15307.768","14927.354"],["15505.480","16855.371"],["15486.525","16797.672"],["15500.924","16852.349"],["14411.733","14607.475"],["32335.051","11494.333"],["17751.571","17833.917"],["16119.464","15305.366"],["16108.880","15429.652"],["16075.859","15378.488"],["16108.946","15430.395"],["16027.208","15409.289"],["16134.872","15398.356"],["16137.618","15412.923"],["16037.093","15422.451"],["16081.007","15412.988"],["15951.326","15421.501"],["15952.921","15436.926"],["15940.631","15373.710"],["15937.144","15414.916"],["15973.153","15300.902"],["16014.692","15308.322"],["16007.438","15339.271"],["15996.402","15344.722"],["16019.659","15310.370"],["16125.783","15391.482"],["16015.527","15418.125"],["16011.564","15427.721"],["16016.777","15428.910"],["16124.928","15389.236"],["16054.636","15433.081"],["16044.833","15437.689"],["16041.133","15424.543"],["16089.028","15415.839"],["16049.192","15428.721"],["16140.188","15484.818"],["16058.050","15484.416"],["16069.541","15418.571"],["16074.640","15353.341"],["16088.481","15386.678"],["16104.924","15407.218"],["16103.242","15414.050"],["16085.972","15379.114"],["16050.685","15375.239"],["16028.576","15371.289"],["16018.576","15403.626"],["16034.584","15334.444"],["16018.233","15343.791"],["16033.705","15349.807"],["14158.484","15078.039"],["14099.075","15003.438"],["14160.038","14935.536"],["14201.485","14962.985"],["14189.166","14943.100"],["14237.810","14964.885"],["14235.755","14954.002"],["14199.650","15025.261"],["14199.546","15007.683"],["14196.307","15072.172"],["14186.070","15065.253"],["14160.880","15059.548"],["14143.096","15035.025"],["14112.322","15033.987"],["14106.008","15005.064"],["14117.612","15006.778"],["14110.400","14993.334"],["14118.665","14958.144"],["14131.251","14963.208"],["14138.460","14945.164"],["14156.821","14950.027"],["14189.270","14952.161"],["14173.979","14967.685"],["14185.913","14967.489"],["14205.563","14992.659"],["14153.571","14980.553"],["14156.453","14989.449"],["14143.679","14990.521"],["14135.001","15004.549"],["14131.652","14993.638"],["12892.748","12295.420"],["12927.912","12317.650"],["12818.439","12319.037"],["12929.014","12246.915"],["12860.445","12302.274"],["12898.060","12208.633"],["12883.175","12246.684"],["12816.695","12314.363"],["12822.386","12327.344"],["12818.383","12228.932"],["12851.804","12171.690"],["12813.564","12187.496"],["12844.501","12204.655"],["12828.416","12153.342"],["12850.751","12127.975"],["12877.330","12256.777"],["12894.482","12327.187"],["19461.633","15115.070"],["19436.239","15109.901"],["19433.962","15125.791"],["19487.883","15117.118"],["19447.785","15088.695"],["19489.972","15101.131"],["19477.472","15111.585"],["19468.229","15116.507"],["19427.472","15101.511"],["5819.950","16422.104"],["5799.397","16400.677"],["6674.464","5993.439"],["6683.237","5937.820"],["6677.544","5816.396"],["6707.919","5990.847"],["6736.143","5784.653"],["6763.228","5803.786"],["6841.603","5921.585"],["6838.184","5920.265"],["6826.838","5924.446"],["6816.811","5922.909"],["6801.113","5925.083"],["6781.144","5935.426"],["6794.300","5964.063"],["6769.047","5981.982"],["6772.933","5834.469"],["6768.829","5834.572"],["6683.675","5820.071"],["6720.423","5790.873"],["6709.646","5812.700"],["6700.875","5951.258"],["6693.967","5969.956"],["12676.040","12367.022"],["12670.942","12369.136"],["12743.998","12424.339"],["12720.791","12408.038"],["12682.304","12383.116"],["12615.379","12382.801"],["12629.261","12402.355"],["12610.576","12393.767"],["12612.057","12382.735"],["12640.538","12442.454"],["12650.686","12449.506"],["12642.808","12440.488"],["12655.127","12414.278"],["12679.027","12459.033"],["12658.205","12469.553"],["12662.317","12464.648"],["12745.506","12510.480"],["12777.594","12523.775"],["12770.127","12514.212"],["12772.660","12497.945"],["12777.458","12532.578"],["12683.584","12477.215"],["12691.364","12515.844"],["12706.215","12485.588"],["12736.692","12454.308"],["12570.008","12387.571"],["12695.965","12349.972"],["12711.418","12375.242"],["12753.928","12492.048"],["12746.235","12468.828"],["19993.982","15444.999"],["19951.192","15419.839"],["13589.485","15308.362"],["13589.074","15327.800"],["13580.067","15312.620"],["13578.669","15310.787"],["13588.619","15297.901"],["16434.370","14452.744"],["16460.600","14468.424"],["16470.107","14478.234"],["16472.475","14492.322"],["16460.156","14498.168"],["16474.827","14481.785"],["16434.744","14519.469"],["16444.069","14505.992"],["16441.882","14503.548"],["14441.250","16191.167"],["14453.339","16253.578"],["14453.075","16232.158"],["14442.648","16164.478"],["14443.689","16318.727"],["14456.452","16286.093"],["16617.619","14787.548"],["16662.586","14797.408"],["16615.793","14799.043"],["16626.550","14811.496"],["16655.591","14767.715"],["16637.898","14825.765"],["16693.716","14783.718"],["16676.693","14808.441"],["16691.133","14773.710"],["16708.058","14764.957"],["13415.823","13528.627"],["15829.754","15361.456"],["15890.220","15393.308"],["15832.304","15349.945"],["15875.204","15388.915"],["15885.220","15391.458"],["15815.692","15357.592"],["15818.866","15358.764"],["15899.431","15391.326"],["15740.376","15385.850"],["15742.004","15384.859"],["15758.024","15393.893"],["15762.623","15359.424"],["15830.939","15360.796"],["15778.187","15404.477"],["15774.059","15394.370"],["15749.284","15362.264"],["15754.986","15432.207"],["15890.813","15385.529"],["15852.256","15455.276"],["15783.589","15385.602"],["15812.619","15360.895"],["15769.136","15365.171"],["15850.480","15461.849"],["15868.303","15494.905"],["15848.517","15498.423"],["15858.681","15491.998"],["15833.522","15453.344"],["15830.357","15484.699"],["15876.355","15471.843"],["15872.671","15468.342"],["15825.941","15395.933"],["15830.299","15391.771"],["15900.654","15362.496"],["15800.354","15468.433"],["15930.368","15430.506"],["15822.388","15374.381"],["15922.842","15388.739"],["15924.174","15371.910"],["15838.901","15393.373"],["15862.499","15369.232"],["15859.867","15338.877"],["15839.866","15429.754"],["15864.866","15439.993"],["15844.537","15427.309"],["15812.645","15412.462"],["15865.523","15444.766"],["15886.885","15355.620"],["15871.178","15347.610"],["15825.447","15380.293"],["15887.822","15359.815"],["15926.161","15360.558"],["15798.869","15402.795"],["15795.912","15414.187"],["15800.859","15406.973"],["15818.854","15454.889"],["15816.469","15440.966"],["15920.412","15297.775"],["15891.185","15332.870"],["15768.088","15392.818"],["15774.190","15387.318"],["15725.030","15360.609"],["15734.635","15386.604"],["15897.332","15371.464"],["15928.764","15395.074"],["15902.794","15419.467"],["15898.287","15404.752"],["15911.675","15399.963"],["15895.738","15396.528"],["15873.109","15453.962"],["15889.285","15469.430"],["15892.831","15460.600"],["28283.010","17151.223"],["28148.898","17177.220"],["28259.854","17129.847"],["28202.832","17196.663"],["28151.213","17197.435"],["28202.642","17141.958"],["28188.281","17166.751"],["28252.488","17170.910"],["28235.223","17168.465"],["28219.363","17143.308"],["28186.330","17185.270"],["28236.476","17191.583"],["28241.164","17197.776"],["9261.494","12733.685"],["9288.204","12683.407"],["9406.865","12729.453"],["9303.430","12637.523"],["9348.128","12725.365"],["9349.436","12723.370"],["9324.866","12687.924"],["9249.253","12679.717"],["9364.241","12687.175"],["9225.745","12666.302"],["9289.174","12657.888"],["13734.333","12979.001"],["14000.073","13202.380"],["13818.544","13375.765"],["13918.541","13189.818"],["13839.577","13347.594"],["13908.461","13306.674"],["6714.524","7925.684"],["6801.126","7952.065"],["6781.525","7968.861"],["6790.962","8006.359"],["6768.996","8045.110"],["20969.037","16120.318"],["6350.789","8107.636"],["6333.960","8100.985"],["28130.420","10205.440"],["27955.965","10201.306"],["27994.913","10209.588"],["28080.599","10210.282"],["10733.517","17012.250"],["6508.325","8104.615"],["6503.371","8021.251"],["6550.183","8041.849"],["6497.735","7988.756"],["6484.894","8062.122"],["24136.948","8060.977"],["24128.468","8043.840"],["24111.199","8046.318"],["24086.640","8043.589"],["24082.246","8046.333"],["24128.929","8062.932"],["24117.498","8030.810"],["23940.382","8072.070"],["23972.682","8098.895"],["23965.478","8107.483"],["24024.909","8063.514"],["24023.182","8059.121"],["24031.553","8071.706"],["24009.912","8083.388"],["24021.523","8081.505"],["24019.204","8072.009"],["24008.908","8089.482"],["23990.366","8026.643"],["24003.494","8033.043"],["23992.293","8045.710"],["24143.735","8071.365"],["24088.808","8062.392"],["24122.813","8082.266"],["24106.570","8071.977"],["24087.220","8030.736"],["24099.920","8066.011"],["23965.592","8044.991"],["23947.788","8034.816"],["23967.015","8045.485"],["23960.781","8032.173"],["24011.667","8062.420"],["23976.638","8024.572"],["24116.384","7909.980"],["24121.877","7905.967"],["3300.785","8097.604"],["3296.493","8102.311"],["14305.759","12110.495"],["14329.107","12108.156"],["14361.719","12108.628"],["14460.187","12028.747"],["14395.229","12064.263"],["14378.040","12053.611"],["14362.805","12035.386"],["14340.906","12032.765"],["14328.080","12043.391"],["14328.304","12022.062"],["14305.067","12042.555"],["14291.425","12032.181"],["14253.035","12041.746"],["15774.162","18208.111"],["15870.278","18142.445"],["15885.722","18091.727"],["15901.051","18113.196"],["15746.887","18045.222"],["15772.890","18126.593"],["15931.340","18181.447"],["15922.787","18230.415"],["15931.405","18199.399"],["12829.970","13348.303"],["12829.000","13352.482"],["12921.248","13230.453"],["12936.479","13211.774"],["12972.285","13229.859"],["12980.146","13236.415"],["12949.966","13202.575"],["12973.831","13235.474"],["12967.038","13250.866"],["12950.199","13361.282"],["12940.364","13368.251"],["12943.489","13277.434"],["12903.242","13344.502"],["12963.440","13300.918"],["12943.949","13379.944"],["12849.251","13182.990"],["19289.618","17997.237"],["19262.085","18018.360"],["19242.792","18004.536"],["27531.541","16774.124"],["27523.976","16652.523"],["27563.185","16765.390"],["27558.908","16769.982"],["27599.566","16756.067"],["27592.757","16738.296"],["8139.863","16332.198"],["8118.926","16322.700"],["8125.055","16294.724"],["8103.398","16287.930"],["8135.189","16321.565"],["8144.876","16320.192"],["14889.284","12500.944"],["14883.724","12476.997"],["14952.113","12461.928"],["14906.655","12481.248"],["14956.257","12447.131"],["14974.743","12533.087"],["14941.109","12463.960"],["14947.014","12471.045"],["15048.506","12546.004"],["14921.250","12523.471"],["14976.201","12527.766"],["14989.277","12495.280"],["14977.172","12496.767"],["14919.389","12435.991"],["14907.875","12435.116"],["14925.951","12414.026"],["14944.273","12419.311"],["15052.963","12544.468"],["15049.016","12530.232"],["14997.233","12518.086"],["15083.166","12496.191"],["15050.675","12471.878"],["14916.457","12544.134"],["15002.118","12516.929"],["14906.941","12515.164"],["14975.116","12530.045"],["14903.766","12422.950"],["14934.306","12413.728"],["14921.644","12540.531"],["14965.477","12525.635"],["14911.644","12507.946"],["14936.539","12541.772"],["14910.723","12510.605"],["15046.993","12410.157"],["15032.437","12428.307"],["15027.601","12428.076"],["15025.907","12426.870"],["15032.668","12432.433"],["15074.984","12454.001"],["15071.909","12479.830"],["15046.349","12472.712"],["15056.053","12486.123"],["15071.926","12413.805"],["15062.913","12404.639"],["15063.012","12378.809"],["15090.610","12412.418"],["15051.727","12455.759"],["15008.379","12419.087"],["14976.569","12411.094"],["14974.431","12389.723"],["14973.165","12387.593"],["14976.849","12391.738"],["14963.463","12347.806"],["14940.569","12368.020"],["14958.398","12341.282"],["14955.519","12367.129"],["14957.904","12339.565"],["14994.947","12343.500"],["14989.717","12356.647"],["15009.766","12355.722"],["15080.252","12350.831"],["15047.505","12354.168"],["15074.215","12348.965"],["15081.880","12359.865"],["15052.209","12347.727"],["15162.474","17423.468"],["15163.926","17410.282"],["15296.564","17605.094"],["15120.547","17530.236"],["15219.950","17567.289"],["15212.894","17575.860"],["15154.831","17616.092"],["15170.950","17611.170"],["15214.391","17562.120"],["15113.143","17582.051"],["15154.590","17594.636"],["15119.228","17594.735"],["15194.744","17567.905"],["15195.007","17572.744"],["15292.197","17561.821"],["15302.256","17522.010"],["15261.276","17545.900"],["15280.381","17499.235"],["15292.477","17540.483"],["15229.045","17570.724"],["15218.989","17466.265"],["15266.467","17420.843"],["15289.592","17438.118"],["15213.496","17466.909"],["15268.737","17450.554"],["15207.904","17475.084"],["15291.023","17421.156"],["15246.954","17485.423"],["15266.233","17439.377"],["15240.606","17458.635"],["15254.537","17471.484"],["15247.467","17442.399"],["15152.551","17595.495"],["15171.536","17572.182"],["15236.575","17526.068"],["15256.575","17516.885"],["15257.496","17519.313"],["15257.924","17538.553"],["15160.110","17480.412"],["15177.030","17563.594"],["15175.312","17509.146"],["15165.209","17515.077"],["15181.381","17485.282"],["15181.127","17523.519"],["15176.769","17514.964"],["15177.657","17518.845"],["15096.270","17520.574"],["15195.164","17475.604"],["15257.674","17541.226"],["15094.808","17466.812"],["15204.996","17436.338"],["15115.945","17577.730"],["15112.278","17579.382"],["15115.370","17562.999"],["15209.075","17445.603"],["15185.827","17598.524"],["15162.275","17605.642"],["15177.817","17591.818"],["15265.035","17479.012"],["15275.019","17492.241"],["15279.361","17478.781"],["15292.190","17472.902"],["15274.131","17522.538"],["15301.269","17503.744"],["15279.947","17587.131"],["15294.569","17584.208"],["15268.220","17574.910"],["15209.642","17587.862"],["15215.941","17599.985"],["15208.622","17585.996"],["15209.971","17588.490"],["15158.469","17436.166"],["6412.159","16125.127"],["6393.026","16117.126"],["6385.191","16130.009"],["6394.483","16092.469"],["6380.031","16120.710"],["6367.689","16129.433"],["6305.961","15931.017"],["6312.603","15935.175"],["6307.044","15942.046"],["6305.794","15949.230"],["6324.301","15944.050"],["6325.535","15953.051"],["6313.117","15952.357"],["6329.733","15958.188"],["6340.605","15964.051"],["6332.776","15965.521"],["6413.549","15949.379"],["6406.510","15942.459"],["6417.250","15956.068"],["6404.603","15947.887"],["6395.393","15943.560"],["6405.212","15949.902"],["6389.413","15969.922"],["6393.706","15954.860"],["6393.081","15968.964"],["6380.257","15963.576"],["6371.787","15972.180"],["6373.942","15967.671"],["6368.140","15996.092"],["6367.943","15983.953"],["6369.061","15987.042"],["6369.096","16012.933"],["6370.314","16003.751"],["6361.732","16026.420"],["6361.205","16036.082"],["6364.906","16039.170"],["6355.479","16014.295"],["6350.133","16006.797"],["6342.304","16010.331"],["6357.872","15993.877"],["6357.313","16002.432"],["6349.435","15991.581"],["6352.635","15980.508"],["6354.247","15976.214"],["6344.828","15976.938"],["6347.640","15970.762"],["6351.374","15969.441"],["6417.606","15939.358"],["6261.013","15947.241"],["6262.214","15952.327"],["6265.224","15958.290"],["6253.276","15960.478"],["6255.316","15955.870"],["6254.347","15943.956"],["6255.926","15949.918"],["6252.548","15931.126"],["14662.495","14674.885"],["14642.594","14693.762"],["14630.291","14669.385"],["14621.212","14692.226"],["14520.141","14862.335"],["14595.875","14844.689"],["14582.900","14843.373"],["14616.847","14814.240"],["14584.775","14859.855"],["14607.719","14808.674"],["14648.769","14851.298"],["14630.535","14801.477"],["14636.638","14777.202"],["14659.116","14802.519"],["14637.809","14802.976"],["14657.408","14842.498"],["14658.935","14811.388"],["14611.009","14858.860"],["14600.170","14842.692"],["14601.042","14829.447"],["14647.768","14822.833"],["14667.835","14824.798"],["14647.175","14794.641"],["14635.648","14803.274"],["14670.806","14761.352"],["14642.945","14763.218"],["14645.839","14757.140"],["14664.458","14768.965"],["14644.994","14844.361"],["14592.612","14864.703"],["14570.592","14864.833"],["14541.169","14856.586"],["10803.182","15912.642"],["15294.579","15496.614"],["15295.894","15499.554"],["15094.549","15497.189"],["15141.831","15476.622"],["15128.657","15465.424"],["15131.815","15463.261"],["15093.974","15484.654"],["15124.808","15460.057"],["15265.118","15436.830"],["15265.168","15468.870"],["15248.029","15456.368"],["15275.020","15436.913"],["15292.898","15364.518"],["15203.745","15437.851"],["15293.835","15373.205"],["15223.574","15437.804"],["15224.462","15443.931"],["15196.795","15503.133"],["15206.483","15492.811"],["15214.140","15433.920"],["15213.903","15408.901"],["15208.344","15401.023"],["15193.657","15383.137"],["15197.785","15380.924"],["15204.446","15380.180"],["15231.814","15399.385"],["15237.949","15408.370"],["15235.366","15388.882"],["15243.952","15416.512"],["15278.827","15421.391"],["15292.610","15414.785"],["15218.977","15297.048"],["15224.208","15299.674"],["15205.331","15498.856"],["15204.673","15503.695"],["15147.956","15354.519"],["15156.229","15353.462"],["15118.966","15472.102"],["15108.466","15408.843"],["15106.220","15388.627"],["15104.049","15414.638"],["15095.249","15406.744"],["15114.493","15496.941"],["15138.341","15497.866"],["15117.148","15314.116"],["15113.234","15308.913"],["15117.378","15322.423"],["15108.020","15303.414"],["15283.534","15477.084"],["15294.915","15476.870"],["15237.126","15503.138"],["15243.244","15506.193"],["15184.304","15490.867"],["15196.377","15479.488"],["15105.968","15354.799"],["15103.139","15385.105"],["15133.045","15475.290"],["15127.651","15493.027"],["15161.145","15388.888"],["15190.339","15383.834"],["15192.412","15402.100"],["15160.784","15406.923"],["15187.576","15367.930"],["15171.829","15330.532"],["15181.763","15308.732"],["15172.257","15316.495"],["15176.977","15319.302"],["15168.244","15330.632"],["15288.905","15404.283"],["15286.880","15389.622"],["15291.050","15312.980"],["15277.809","15331.642"],["15292.086","15321.237"],["15272.719","15388.400"],["15293.569","15361.695"],["15258.363","15371.670"],["15294.144","15353.289"],["15280.649","15400.716"],["15251.225","15375.138"],["15272.669","15381.084"],["15264.742","15391.257"],["15281.200","15360.291"],["15267.669","15378.871"],["15287.992","15377.976"],["15288.041","15385.177"],["15281.578","15371.489"],["15282.861","15367.046"],["15200.883","15441.947"],["15207.725","15446.505"],["15190.811","15426.108"],["15205.696","15417.619"],["15205.120","15416.100"],["15189.002","15413.705"],["15192.554","15428.437"],["15341.853","14555.318"],["15341.097","14504.748"],["15379.245","14600.257"],["15439.120","14486.664"],["15328.570","14611.950"],["15338.349","14653.911"],["15511.106","14608.712"],["15507.719","14469.668"],["15445.021","14618.704"],["15328.350","14594.674"],["15451.439","14463.015"],["15347.577","14584.038"],["15428.922","14450.314"],["15496.906","14561.523"],["15482.948","14603.559"],["15338.941","14641.839"],["15411.597","14622.586"],["15297.800","16050.272"],["15268.964","16066.954"],["15238.972","16071.654"],["15290.481","16045.119"],["15261.546","16064.692"],["15275.830","16105.382"],["15266.866","16115.886"],["15268.416","16090.835"],["15257.396","16081.240"],["15288.206","16067.110"],["15288.848","16062.799"],["15248.149","16058.657"],["15289.089","16018.252"],["15296.671","16021.175"],["17935.778","17788.779"],["17967.801","17830.778"],["17961.995","17757.863"],["17843.002","17780.474"],["15610.531","15054.515"],["15592.800","15070.006"],["15584.889","15082.078"],["15628.107","14887.389"],["15597.449","14904.591"],["15643.518","14904.862"],["15563.327","15064.671"],["15619.225","14898.794"],["15583.656","15066.522"],["15574.116","15064.276"],["15679.061","14940.337"],["15704.324","14943.992"],["15586.254","15038.347"],["15680.739","14893.219"],["15707.374","15075.699"],["15670.384","15078.341"],["15515.277","15011.725"],["15722.735","15041.543"],["13834.996","13968.228"],["13838.987","14008.001"],["14002.425","13921.808"],["13955.518","13987.406"],["13938.934","13928.754"],["13903.917","13921.207"],["14033.783","14019.110"],["14035.445","14007.087"],["13918.428","14021.824"],["15802.304","15095.483"],["15726.936","15087.686"],["15832.255","15104.677"],["15814.738","15102.205"],["15729.074","15087.207"],["15922.858","15179.580"],["15890.572","15164.783"],["15912.513","15131.802"],["15836.120","15124.000"],["15902.159","15250.728"],["15860.390","15200.132"],["15837.749","15228.880"],["15902.804","15196.245"],["15830.480","15198.377"],["15846.022","15213.207"],["15877.100","15230.173"],["15747.245","15116.911"],["15761.603","15113.674"],["15757.311","15122.972"],["15811.588","15215.826"],["15855.059","15205.652"],["15750.551","15280.572"],["15748.051","15288.929"],["15825.907","15220.094"],["15824.361","15225.924"],["15836.529","15239.032"],["15838.502","15245.060"],["15837.285","15244.168"],["15869.177","15260.700"],["15855.756","15230.246"],["15863.341","15193.699"],["15842.432","15144.111"],["15836.169","15129.395"],["15802.238","15151.439"],["15752.111","15104.099"],["15733.480","15085.363"],["15727.278","15120.579"],["13607.853","15288.867"],["14817.028","14295.826"],["14814.561","14290.970"],["14819.318","14325.998"],["14844.401","14382.711"],["14824.170","14378.202"],["14812.998","14291.984"],["14840.547","14315.865"],["14882.688","14387.321"],["14882.211","14416.124"],["14876.176","14253.612"],["14826.797","14300.258"],["14823.412","14396.159"],["14847.403","14275.584"],["14850.792","14277.351"],["14851.236","14291.522"],["14866.992","14304.156"],["14837.440","14249.993"],["14855.477","14440.895"],["14862.845","14422.976"],["14840.329","14424.248"],["14854.293","14449.962"],["8516.479","12566.378"],["8526.387","12562.033"],["8437.491","12559.674"],["8425.863","12551.734"],["13629.379","14412.905"],["13630.458","14432.122"],["16256.012","14186.149"],["16227.775","14215.578"],["16227.611","14216.833"],["16226.097","14202.581"],["16210.748","14134.684"],["16223.857","14142.000"],["16244.087","14154.502"],["16229.959","14144.114"],["16230.237","14095.894"],["16242.836","14087.256"],["16217.639","14107.157"],["16257.870","14184.398"],["16250.666","14175.430"],["16228.987","14093.070"],["16238.280","14100.270"],["16255.887","14144.610"],["16244.801","14133.478"],["16248.979","14157.491"],["16249.686","14131.364"],["16276.378","14084.012"],["16280.753","14122.476"],["16303.006","14113.987"],["16282.661","14080.874"],["16282.809","14115.110"],["16225.710","14154.901"],["16204.082","14171.449"],["16200.644","14183.356"],["16231.614","14185.867"],["16222.568","14150.441"],["16190.115","14211.262"],["16207.401","14237.306"],["16219.753","14221.766"],["16198.914","14218.330"],["16197.171","14216.183"],["16153.231","14131.475"],["16163.330","14169.600"],["16150.817","14177.963"],["16164.387","14156.203"],["16165.870","14186.221"],["16162.021","14187.228"],["16156.741","14113.502"],["16161.889","14112.148"],["16154.631","14055.393"],["16153.710","14087.845"],["16352.911","14146.787"],["16348.898","14146.688"],["16353.700","14180.627"],["16155.426","14160.279"],["16152.028","14156.519"],["16147.613","14197.413"],["16156.448","14172.848"],["16159.223","14152.932"],["15105.768","13088.328"],["15106.278","13077.693"],["15115.061","13061.970"],["15114.749","13063.225"],["15096.476","13083.258"],["19742.259","10420.735"],["19810.397","10401.512"],["19789.683","10408.116"],["19772.923","10353.254"],["19806.322","10391.265"],["19858.820","10379.812"],["19861.186","10343.190"],["19923.739","10352.335"],["19845.661","10432.091"],["19899.154","10417.552"],["19882.277","10375.580"],["19793.630","10368.158"],["19912.143","16604.748"],["14683.416","15698.599"],["14735.183","15593.436"],["14748.127","15606.004"],["14716.402","15702.375"],["14722.931","15632.450"],["14697.865","15680.856"],["14711.418","15607.363"],["14768.046","15697.619"],["14704.510","15674.547"],["14742.650","15603.015"],["14780.899","15640.551"],["14855.351","15675.387"],["14703.439","15555.907"],["14689.360","15569.731"],["14702.896","15577.972"],["14708.713","15575.427"],["14701.673","15602.049"],["14707.216","15575.741"],["14695.423","15592.570"],["14682.068","15608.800"],["14677.808","15616.364"],["14685.506","15620.890"],["14787.120","15668.762"],["14788.074","15652.082"],["14818.044","15681.264"],["14729.762","15582.289"],["14723.660","15578.887"],["14783.172","15657.846"],["14855.137","15677.683"],["14688.907","15641.841"],["7972.230","15800.302"],["7954.794","15765.206"],["7940.920","15730.468"],["5920.666","16356.845"],["5978.624","16385.918"],["5965.676","16379.871"],["5948.385","16403.615"],["5918.029","16407.735"],["5911.935","16408.809"],["5919.145","16394.487"],["5914.984","16389.764"],["5892.479","16424.869"],["5907.378","16419.309"],["5891.506","16406.755"],["5901.810","16403.133"],["5975.887","16402.574"],["5994.944","16380.657"],["6000.355","16382.627"],["6004.727","16360.094"],["5985.874","16372.438"],["5977.779","16364.262"],["6031.494","16366.595"],["6039.279","16377.660"],["6033.666","16368.567"],["5945.114","16363.833"],["5930.108","16371.474"],["5940.021","16352.920"],["5919.335","16382.093"],["5910.426","16385.947"],["5869.613","16436.419"],["5860.368","16454.857"],["8310.878","16046.490"],["8311.431","16082.248"],["8301.984","16074.216"],["8295.152","16056.409"],["8319.013","16103.463"],["8315.942","16066.889"],["6415.570","18661.512"],["6403.923","18657.034"],["6389.730","18661.577"],["6387.705","18661.832"],["6372.376","18667.576"],["6415.007","18666.016"],["6251.598","18570.730"],["15100.028","13615.025"],["15251.551","13717.996"],["15099.827","13725.817"],["15107.328","13684.044"],["15256.929","13718.425"],["15107.508","13751.417"],["15102.985","13767.717"],["15265.745","13753.867"],["15110.419","13714.306"],["15271.699","13739.912"],["15243.459","13747.063"],["15244.490","13783.740"],["15172.367","13809.789"],["15177.894","13797.695"],["15184.440","13792.608"],["15191.567","13721.831"],["15194.001","13734.449"],["15180.062","13788.521"],["15206.525","13763.600"],["15175.761","13718.941"],["15234.336","13612.949"],["15182.826","13641.040"],["15161.954","13726.275"],["15168.961","13644.376"],["15229.491","13645.175"],["15232.611","13612.096"],["15187.424","13621.615"],["15185.022","13617.800"],["15194.782","13764.393"],["15245.590","13715.323"],["15192.850","13747.331"],["15184.634","13787.729"],["15196.970","13787.217"],["15187.364","13767.365"],["15211.856","13749.493"],["15211.511","13750.831"],["15288.472","13735.673"],["15298.644","13728.319"],["15261.433","13772.735"],["15230.891","13747.648"],["15228.407","13743.338"],["15229.246","13737.888"],["15225.045","13632.938"],["15191.641","13624.829"],["15281.010","13656.367"],["15283.921","13640.926"],["15290.771","13677.783"],["15298.583","13685.678"],["15293.287","13667.643"],["15269.909","13702.215"],["15293.956","13701.218"],["15283.068","13701.350"],["15284.870","13729.926"],["15290.644","13734.517"],["14671.138","14309.704"],["14667.964","14313.684"],["14633.872","14254.698"],["14634.464","14275.804"],["14642.967","14245.235"],["14653.510","14265.003"],["9635.715","13374.559"],["9622.213","13386.261"],["9647.571","13333.803"],["9631.587","13310.966"],["9625.179","13297.952"],["9678.007","13293.523"],["9734.019","13256.261"],["9707.156","13262.826"],["9703.925","13231.883"],["9718.705","13196.019"],["9677.144","13194.066"],["9658.393","13186.678"],["27096.604","16820.862"],["27229.047","16826.104"],["27159.857","16817.825"],["12346.264","15703.107"],["13676.634","13144.189"],["13675.118","13180.079"],["13731.086","13160.850"],["13716.550","13159.296"],["13693.861","13167.416"],["13668.780","13155.583"],["4844.126","17706.773"],["4881.834","17696.885"],["4885.676","17702.223"],["4807.470","17728.199"],["4825.151","17729.916"],["26251.267","16191.597"],["26097.863","16163.337"],["26098.011","16151.595"],["14875.174","19272.533"],["14824.779","19261.236"],["14809.352","19220.675"],["14836.704","19248.189"],["14737.037","19218.515"],["14752.004","19216.219"],["14725.803","19181.471"],["14765.030","19179.357"],["14684.340","19164.857"],["14823.731","19231.314"],["14672.991","19104.097"],["14826.968","19124.389"],["14845.455","19186.487"],["14868.778","19135.719"],["14854.534","19161.268"],["14828.399","19144.555"],["14876.475","19110.451"],["15157.325","17702.634"],["15138.493","17696.639"],["15150.022","17687.077"],["15145.105","17702.007"],["15104.161","17654.489"],["15110.756","17636.570"],["15261.840","17827.400"],["15119.639","17709.852"],["15126.531","17730.727"],["15102.452","17718.621"],["15124.804","17728.018"],["15130.732","17809.931"],["15117.936","17750.839"],["15113.676","17754.027"],["15165.633","17698.190"],["15130.633","17727.884"],["15121.110","17730.179"],["15161.239","17753.740"],["15198.708","17774.462"],["15147.969","17777.775"],["15128.331","17783.688"],["15149.100","17751.172"],["15139.363","17755.747"],["15147.669","17771.816"],["15211.356","17789.541"],["15210.394","17759.833"],["15213.264","17800.953"],["15100.295","17792.762"],["15111.134","17799.566"],["15142.151","17726.836"],["15159.224","17744.953"],["15174.668","17711.889"],["15143.418","17712.864"],["15201.005","17757.233"],["15173.768","17756.457"],["15150.190","17808.973"],["15095.374","17761.736"],["15102.052","17757.062"],["15179.010","17819.285"],["15118.166","17804.346"],["15095.489","17776.534"],["15194.391","17832.298"],["15147.873","17820.688"],["15139.041","17813.653"],["15187.355","17770.962"],["15163.836","17759.649"],["15195.415","17781.928"],["15194.477","17776.461"],["15110.490","17677.822"],["15108.008","17814.724"],["15096.182","17801.793"],["15098.863","17804.188"],["15123.689","17816.394"],["15119.150","17830.250"],["10643.758","16232.092"],["15679.760","17625.801"],["15671.490","17698.515"],["15621.462","17632.037"],["15617.251","17635.009"],["15677.937","17699.886"],["15675.799","17670.704"],["15676.917","17691.860"],["15665.799","17686.126"],["15665.881","17654.020"],["15628.710","17659.685"],["15628.398","17675.507"],["15692.710","17743.873"],["15689.964","17767.259"],["15686.115","17755.665"],["15612.994","17726.757"],["15640.478","17710.308"],["15614.787","17729.647"],["15608.323","17698.532"],["15622.350","17631.690"],["15564.574","17663.102"],["15581.449","17627.297"],["15525.632","17648.338"],["15517.244","17646.852"],["15544.333","17631.327"],["15518.889","17636.529"],["6137.401","15045.526"],["6152.516","15049.985"],["6189.901","15036.029"],["6146.250","15035.699"],["15808.379","12721.941"],["15833.359","12720.400"],["15812.810","12708.718"],["15926.008","12720.676"],["15896.762","12723.130"],["15869.573","12695.060"],["15775.947","12665.883"],["15874.422","12748.869"],["15907.645","12750.355"],["15866.478","12752.073"],["15903.534","12757.672"],["15913.917","12751.387"],["15925.841","12757.614"],["15917.157","12756.375"],["15907.949","12669.494"],["15909.248","12701.930"],["15924.577","12665.877"],["15776.269","12630.049"],["15804.855","12612.559"],["15794.526","12629.834"],["15888.753","12653.241"],["15880.381","12650.880"],["15882.963","12644.207"],["15787.782","12617.563"],["15809.887","12617.695"],["15837.437","12643.471"],["15835.793","12655.990"],["15840.299","12626.824"],["15851.664","12641.473"],["15866.191","12608.514"],["15840.731","12594.542"],["15860.369","12626.450"],["15841.932","12601.066"],["15854.704","12595.069"],["15813.900","12615.026"],["15830.808","12630.254"],["15866.190","12648.788"],["15846.305","12671.745"],["15877.851","12675.196"],["15853.558","12679.193"],["15857.637","12687.913"],["15797.464","12706.746"],["15805.801","12676.949"],["15783.912","12704.302"],["15785.425","12711.569"],["15755.471","12663.837"],["15749.567","12678.305"],["15745.077","12659.989"],["15761.738","12693.912"],["15741.376","12659.098"],["15796.477","12729.372"],["15770.649","12711.596"],["15764.432","12717.458"],["15769.777","12715.295"],["15762.261","12717.690"],["15765.179","12577.321"],["15757.442","12752.784"],["15766.586","12754.204"],["15772.327","12751.347"],["15765.813","12743.717"],["15887.378","12548.675"],["15898.784","12548.262"],["15908.810","12597.850"],["15909.040","12582.673"],["15933.053","12581.484"],["15927.113","12621.900"],["15915.732","12594.154"],["15930.090","12625.599"],["15930.345","12740.584"],["15935.066","12714.688"],["15931.842","12741.427"],["15927.780","12732.756"],["15741.382","12631.838"],["15729.676","12627.477"],["15794.974","12556.000"],["15788.938","12548.602"],["15810.522","12657.947"],["15792.487","12675.586"],["15755.196","12593.283"],["15854.299","12733.709"],["15904.203","12684.887"],["15873.791","14491.777"],["15862.393","14479.473"],["15877.179","14515.575"],["15888.035","14507.582"],["15892.919","14514.568"],["15739.512","14551.972"],["15737.933","14550.882"],["15743.443","14574.251"],["15731.124","14585.894"],["15741.420","14565.266"],["15745.640","14578.745"],["15782.226","14551.514"],["15795.696","14563.223"],["15784.907","14561.010"],["15783.937","14545.833"],["15807.663","14522.343"],["15805.673","14520.080"],["15809.670","14517.388"],["15780.689","14507.116"],["15784.801","14493.342"],["15818.741","14571.051"],["15846.258","14560.910"],["15810.995","14545.832"],["15797.162","14633.754"],["15814.974","14636.049"],["15827.639","14603.680"],["15810.237","14612.400"],["15796.685","14640.707"],["15810.498","14595.111"],["15779.856","14602.576"],["15820.103","14595.640"],["15807.784","14588.125"],["15780.448","14568.736"],["15755.154","14481.902"],["15741.585","14479.127"],["15749.151","14456.617"],["15756.585","14463.916"],["15744.315","14462.744"],["15851.255","14545.077"],["15827.604","14558.537"],["15825.054","14550.808"],["15831.419","14555.283"],["15819.224","14519.779"],["15818.517","14545.064"],["15858.961","14523.263"],["15823.467","14509.407"],["15893.903","14538.526"],["15874.610","14536.395"],["15881.699","14544.653"],["15858.607","14557.717"],["15877.044","14548.485"],["15902.497","14629.568"],["15895.112","14619.526"],["15898.813","14641.987"],["15900.014","14624.993"],["15887.218","14629.204"],["15879.373","14593.940"],["15880.096","14594.667"],["15908.649","14580.167"],["15906.626","14601.769"],["15895.672","14585.716"],["15915.008","14530.349"],["15916.899","14561.596"],["15919.482","14542.240"],["15924.666","14466.850"],["15908.466","14460.475"],["15892.528","14470.301"],["15912.486","14488.217"],["15906.071","14514.592"],["15904.640","14515.880"],["15905.282","14483.709"],["15918.994","14472.500"],["15919.865","14494.069"],["15923.385","14500.972"],["15769.268","14580.660"],["15264.869","14771.641"],["15241.753","14680.251"],["15287.692","14663.232"],["15193.709","14747.968"],["15270.576","14768.107"],["15273.767","14768.024"],["15272.583","14769.114"],["15126.655","14695.292"],["15150.044","14678.703"],["15287.840","14663.133"],["15272.265","14848.129"],["15234.822","14825.558"],["15229.937","14820.950"],["15247.470","14817.135"],["15248.539","14816.524"],["15236.351","14838.754"],["15269.419","14844.793"],["15265.521","14844.446"],["15258.696","14852.357"],["15270.723","14854.353"],["15297.043","14840.739"],["15299.336","14805.155"],["15303.629","14796.369"],["15300.866","14810.820"],["15235.054","14792.302"],["15227.816","14787.018"],["15221.699","14821.121"],["15270.275","14842.877"],["15206.933","14778.432"],["15148.979","14737.210"],["15210.987","14717.639"],["15166.857","14716.253"],["15129.949","14738.020"],["15292.565","14736.484"],["15122.885","14862.639"],["15297.285","14753.032"],["15289.785","14764.412"],["15225.825","14783.203"],["15146.079","14774.934"],["15195.207","14816.486"],["15206.178","14799.063"],["15235.513","14788.966"],["15230.661","14786.621"],["15224.756","14782.707"],["15124.218","14872.565"],["15132.293","14864.142"],["15136.389","14865.298"],["15184.424","14795.751"],["15205.937","14793.703"],["15183.700","14773.967"],["15152.921","14767.261"],["15169.138","14782.736"],["15159.861","14764.057"],["15202.475","14755.070"],["16995.789","16366.153"],["17013.174","16353.651"],["13045.376","14504.676"],["13049.029","14577.913"],["13105.000","14629.838"],["13017.467","14597.517"],["13080.542","14638.690"],["13104.556","14477.682"],["13160.691","14636.196"],["13022.417","14539.879"],["13018.750","14542.488"],["13017.763","14630.861"],["13192.664","14498.805"],["13045.855","14558.128"],["13023.273","14586.997"],["13142.072","14504.784"],["13176.973","14529.722"],["13050.939","14632.188"],["13064.704","14600.094"],["13176.579","14518.211"],["13174.769","14531.539"],["10349.326","8200.999"],["10361.288","8217.656"],["10358.581","8191.943"],["10432.598","8210.645"],["9610.969","11698.617"],["24351.119","7878.430"],["24160.846","7773.740"],["24164.662","7792.831"],["24203.053","7790.128"],["24208.037","7792.291"],["24209.895","7788.476"],["24173.662","7813.282"],["24218.836","7781.254"],["24223.244","7759.899"],["24203.761","7735.015"],["24220.932","7741.258"],["24218.087","7741.786"],["24210.801","7743.091"],["24169.819","7728.138"],["24171.217","7743.729"],["24171.628","7734.034"],["24149.435","7720.557"],["24162.032","7844.356"],["24291.615","7869.417"],["24328.520","7887.015"],["24241.473","7862.444"],["24329.366","7885.875"],["24296.915","7890.426"],["24319.984","7866.735"],["24314.340","7867.005"],["24336.875","7895.917"],["24329.278","7856.204"],["24298.316","7869.559"],["24280.461","7871.082"],["24269.348","7884.230"],["24264.488","7887.145"],["24296.118","7886.173"],["24320.990","7863.977"],["24315.914","7887.167"],["15456.744","14236.394"],["5424.542","7896.152"],["5453.564","7854.587"],["5454.683","7874.257"],["5427.308","7834.432"],["5414.529","7834.911"],["14452.410","17086.020"],["15312.395","14379.574"],["15512.630","14245.224"],["15364.438","14330.686"],["15327.130","14365.625"],["15404.671","14384.936"],["15368.172","14338.448"],["15311.178","14405.239"],["15408.988","14410.034"],["15385.727","14384.685"],["10500.432","12974.084"],["15268.669","12860.367"],["15236.012","12879.499"],["15254.696","12846.485"],["15293.277","12837.069"],["15227.673","12851.110"],["15237.475","12876.510"],["15247.442","12879.648"],["15259.639","12814.269"],["15268.295","12837.417"],["15278.114","12840.835"],["15233.930","12821.349"],["15249.216","12839.809"],["15263.640","12842.699"],["15292.038","12860.244"],["15294.949","12850.615"],["15279.014","12826.721"],["15280.985","12816.254"],["15295.525","12801.373"],["15281.561","12814.272"],["15286.692","12803.256"],["15217.002","12954.905"],["15095.790","12860.411"],["15232.223","12904.288"],["15121.990","12940.283"],["15216.910","12902.471"],["15108.334","12864.739"],["15098.666","12775.191"],["15096.577","12787.726"],["15107.591","12792.781"],["15250.815","12788.222"],["15255.503","12808.833"],["15225.916","12963.261"],["15239.919","12807.200"],["15247.329","12793.422"],["15266.703","12769.345"],["15263.447","12773.276"],["15264.881","12780.880"],["15263.927","12774.488"],["15162.274","12855.750"],["15147.751","12898.112"],["15156.747","12884.091"],["15149.266","12870.138"],["15158.641","12855.439"],["15233.193","12889.523"],["15226.236","12885.923"],["15216.548","12891.967"],["15125.017","12862.332"],["15130.198","12890.210"],["15142.073","12868.377"],["15124.655","12867.964"],["15131.544","12946.605"],["15155.985","12933.029"],["15150.294","12944.705"],["15130.755","12915.226"],["15135.409","12931.989"],["15177.607","12926.659"],["15174.860","12930.177"],["15174.416","12922.184"],["15197.002","12899.894"],["15166.015","12886.533"],["15171.673","12911.471"],["15174.255","12899.365"],["15167.726","12890.431"],["15194.285","12856.277"],["15173.134","12853.833"],["15178.101","12867.590"],["15187.361","12864.617"],["15170.289","12873.899"],["15106.413","12969.163"],["15156.111","12966.640"],["15159.746","12949.977"],["15170.831","12952.569"],["15257.400","12948.393"],["15240.541","12933.793"],["15262.515","12934.635"],["15251.907","12957.691"],["15110.972","12907.337"],["15095.709","12906.329"],["15121.679","12899.872"],["16051.847","16810.560"],["16048.491","16806.943"],["16045.070","16801.939"],["16037.876","16828.488"],["16048.303","16808.521"],["16046.215","16818.777"],["16047.086","16825.268"],["16131.898","16793.315"],["16022.792","16796.111"],["16041.022","16884.368"],["16138.444","16789.483"],["15963.126","16890.389"],["15964.754","16898.184"],["15957.007","16895.640"],["16002.828","16907.122"],["16022.631","16901.078"],["16052.935","16842.077"],["16872.102","15625.712"],["16874.273","15626.076"],["16899.487","15610.667"],["16888.533","15615.687"],["16867.957","15622.294"],["18682.190","17829.697"],["18691.105","17820.779"],["11784.954","16855.876"],["11762.421","16849.666"],["11765.463","16859.080"],["11729.549","16863.513"],["11732.460","16839.153"],["11731.029","16851.655"],["11742.607","16811.180"],["11730.946","16806.507"],["11749.976","16827.200"],["11770.215","16822.365"],["11808.296","16822.404"],["11783.008","16792.812"],["17243.882","16105.531"],["17215.537","16118.265"],["17244.507","16140.513"],["17228.189","16093.896"],["17241.518","16109.138"],["17209.566","16135.837"],["17208.205","16096.208"],["17220.112","15936.661"],["6238.738","8227.995"],["6075.617","8111.641"],["6116.292","8137.603"],["6090.535","8110.997"],["6108.298","8118.776"],["6181.855","8124.585"],["6193.329","8140.966"],["6227.144","8143.691"],["6198.411","8132.213"],["6197.210","8171.883"],["6178.871","8131.453"],["6216.949","8222.605"],["6175.962","8240.029"],["6156.850","8259.021"],["6178.018","8248.567"],["6168.708","8262.060"],["6248.601","8216.365"],["6234.308","8284.549"],["6227.959","8302.898"],["6211.437","8152.164"],["6247.588","8155.451"],["6104.656","8146.877"],["6137.782","8173.044"],["6110.151","8158.957"],["6069.301","8136.205"],["6080.846","8168.045"],["6061.884","8234.549"],["6085.280","8129.219"],["6130.981","8145.543"],["6143.711","8126.292"],["6157.893","8156.918"],["6159.704","8176.691"],["6241.913","8190.448"],["6246.631","8248.619"],["14261.371","17096.702"],["14277.711","17089.119"],["14282.266","17113.692"],["14321.093","17143.530"],["13742.853","15283.585"],["13639.981","15293.288"],["13672.511","15271.240"],["13704.438","15285.257"],["13695.474","15277.280"],["13717.881","15263.901"],["13731.943","15274.718"],["13690.883","15276.690"],["13682.068","15275.194"],["13657.030","15291.021"],["13674.185","15272.161"],["12368.159","12185.648"],["12439.820","12286.771"],["12403.817","12135.128"],["12416.155","12190.441"],["12500.465","12319.145"],["12439.132","12175.924"],["12431.270","12315.164"],["12414.067","12201.490"],["12443.524","12253.562"],["12423.898","12169.052"],["12480.411","12167.714"],["12379.013","12180.315"],["12392.029","12307.590"],["12380.108","12276.646"],["12395.369","12300.258"],["14190.720","14574.249"],["14221.576","14554.810"],["14071.746","14502.389"],["14187.390","14622.707"],["14159.084","14604.243"],["14203.006","14591.918"],["14208.039","14606.815"],["5520.626","18883.705"],["5449.984","18867.076"],["5464.375","18865.656"],["5595.236","18795.017"],["5424.117","18863.533"],["16331.296","14878.790"],["16292.352","14874.779"],["20616.645","15199.001"],["8137.985","11903.179"],["8093.498","11900.370"],["11897.125","12183.314"],["11872.585","12147.162"],["11780.496","12134.332"],["10384.110","12578.175"],["10373.721","12673.705"],["10336.869","12737.959"],["13018.324","13389.919"],["13117.487","13217.213"],["13038.786","13273.645"],["13116.714","13213.266"],["13052.421","13264.331"],["13066.046","13262.321"],["13113.790","13312.209"],["13124.975","13298.683"],["13111.929","13359.497"],["13105.196","13379.438"],["13111.281","13370.206"],["13102.231","13283.857"],["13104.386","13293.403"],["13066.722","13241.840"],["13085.949","13241.278"],["13067.822","13246.565"],["13074.742","13260.199"],["13075.499","13259.919"],["13120.647","13325.168"],["8197.801","12754.344"],["14945.205","18061.965"],["14939.745","18073.674"],["14928.626","18070.437"],["14947.557","18065.598"],["29184.988","11219.893"],["29194.924","11155.013"],["21156.643","15330.996"],["6036.080","8093.971"],["5952.824","8061.904"],["5938.387","8065.996"],["5908.284","8102.227"],["6039.017","8104.750"],["5936.884","7905.396"],["5917.219","7912.171"],["5834.531","7897.698"],["5864.766","8070.447"],["5844.656","8107.117"],["5833.340","8097.885"],["5895.549","8040.821"],["5831.016","8072.608"],["5853.252","8080.337"],["5894.215","8077.543"],["5927.530","8051.378"],["5947.472","8056.704"],["5930.350","8070.444"],["6007.177","8060.851"],["5950.012","8082.426"],["6006.774","8094.384"],["6005.590","8104.987"],["5950.943","7944.869"],["5925.480","7954.762"],["5906.551","7950.055"],["5949.433","7950.497"],["6036.449","7988.711"],["6015.331","8011.197"],["5959.551","8024.685"],["5942.884","7976.595"],["5955.932","7982.439"],["5912.709","8026.915"],["5850.633","8007.020"],["5846.379","8005.435"],["28331.398","11809.636"],["28343.513","11793.693"],["28351.303","11814.955"],["28347.863","11776.508"],["28335.646","11755.454"],["11621.128","15874.865"],["11604.615","15882.148"],["11615.651","15879.787"],["16415.330","18671.996"],["16435.692","18623.161"],["16526.729","18653.763"],["16436.893","18619.395"],["18880.150","17924.618"],["18869.525","17915.584"],["18836.778","17934.362"],["18674.845","17903.080"],["18868.491","17959.677"],["16567.860","14247.875"],["16577.367","14251.211"],["16591.502","14271.136"],["16682.714","14359.175"],["16569.653","14251.128"],["16600.927","14282.697"],["16570.170","14297.809"],["16597.440","14273.250"],["16581.206","14278.601"],["16625.494","14241.905"],["16603.241","14244.233"],["16609.195","14275.282"],["16621.267","14277.693"],["16622.556","14273.285"],["16621.914","14281.526"],["16699.618","14250.053"],["16653.269","14267.998"],["16644.338","14287.404"],["16662.611","14288.395"],["16678.960","14253.415"],["16710.076","14302.238"],["16693.514","14274.112"],["16690.701","14273.914"],["16744.047","14265.619"],["16753.488","14267.700"],["16720.133","14279.987"],["16735.330","14267.535"],["16731.350","14267.386"],["16649.864","14248.114"],["16692.525","14316.905"],["16684.992","14323.065"],["16667.262","14318.755"],["16688.051","14285.212"],["16699.959","14295.237"],["16663.701","14367.366"],["16665.313","14353.691"],["16677.665","14349.265"],["16674.441","14358.266"],["16647.081","14344.673"],["16654.104","14349.463"],["16763.771","14270.501"],["16769.577","14267.479"],["16765.399","14241.385"],["16764.678","14317.002"],["16758.576","14343.162"],["16758.329","14328.216"],["16766.994","14410.190"],["16773.606","14439.786"],["16741.935","14443.242"],["16737.099","14414.192"],["16726.540","14438.502"],["16763.833","14394.851"],["16764.754","14380.268"],["16737.830","14382.464"],["16740.182","14369.236"],["16730.116","14396.618"],["16571.255","14290.481"],["16569.578","14289.738"],["16568.360","14294.379"],["16693.453","14387.310"],["16684.819","14415.006"],["16677.532","14419.614"],["16653.799","14403.644"],["16690.411","14405.708"],["16623.495","14309.149"],["16625.156","14308.918"],["16644.202","14311.032"],["16648.067","14316.201"],["14307.179","12777.068"],["14339.449","12776.231"],["14355.123","12800.129"],["14346.965","12802.441"],["14257.001","12770.699"],["14384.010","12863.021"],["14368.797","12845.647"],["14310.968","12865.530"],["14328.485","12871.574"],["14409.121","12896.582"],["14413.907","12889.117"],["14339.592","12939.140"],["14286.291","12789.817"],["14406.239","12790.989"],["14419.808","12770.362"],["6039.102","7869.074"],["5980.794","7816.022"],["5986.024","7823.834"],["5993.500","7882.048"],["5979.635","7871.098"],["5906.324","7859.931"],["5851.084","7779.223"],["5872.581","7800.759"],["5857.560","7730.566"],["5895.850","7731.937"],["5907.445","7745.793"],["5852.527","7736.627"],["5946.475","7692.802"],["5916.754","7704.842"],["6038.569","7703.526"],["6033.306","7698.671"],["6008.621","7763.467"],["6028.950","7742.773"],["6034.427","7803.169"],["6035.957","7737.918"],["5958.841","7716.337"],["5956.209","7744.859"],["5939.400","7761.820"],["5941.160","7772.869"],["5972.086","7714.288"],["6009.718","7698.863"],["6010.968","7734.817"],["6015.738","7714.899"],["5922.976","7847.504"],["5883.059","7802.516"],["5901.825","7811.946"],["5945.493","7823.424"],["5906.430","7821.476"],["5971.290","7717.232"],["28814.961","10841.261"],["28815.631","10838.317"],["15207.460","13249.501"],["15249.812","13261.921"],["15220.700","13243.077"],["15210.848","13246.149"],["15237.582","13366.585"],["15221.842","13390.086"],["15257.247","13374.376"],["15226.013","13251.417"],["15302.015","13370.326"],["15292.655","13338.997"],["15292.375","13354.224"],["15287.572","13345.008"],["15293.510","13360.946"],["15190.220","13338.734"],["15276.788","13346.280"],["15284.634","13339.046"],["15262.627","13314.009"],["15206.388","13336.521"],["15250.539","13336.585"],["15281.706","13326.659"],["15269.102","13290.597"],["15303.806","13280.093"],["15272.178","13296.212"],["15288.321","13307.951"],["15285.459","13325.176"],["15221.498","13214.776"],["15226.386","13286.380"],["15239.182","13283.804"],["15259.409","13248.285"],["15200.848","13275.487"],["15202.624","13275.454"],["15226.100","13337.288"],["15205.864","13305.743"],["15200.305","13297.815"],["15182.886","13303.020"],["15164.169","13305.761"],["15156.619","13311.773"],["15158.979","13315.089"],["15101.621","13339.722"],["15105.272","13351.332"],["15186.136","13329.125"],["15188.406","13350.908"],["15212.490","13347.999"],["15173.542","13273.559"],["15167.950","13281.932"],["15169.677","13274.814"],["15185.467","13272.403"],["15158.921","13279.983"],["15112.509","13327.088"],["15127.361","13327.104"],["15144.259","13330.121"],["15125.180","13346.306"],["15155.097","13358.309"],["15175.278","13373.503"],["15156.478","13358.755"],["15135.014","13334.742"],["15165.047","13336.773"],["15110.799","13182.664"],["15110.289","13202.069"],["15268.153","13195.959"],["15266.853","13222.366"],["15272.840","13191.962"],["15271.590","13203.143"],["15294.764","13224.844"],["15237.534","13223.925"],["15254.113","13250.036"],["15243.422","13215.569"],["15204.137","13183.440"],["15174.088","13182.763"],["15169.696","13204.051"],["15222.236","13316.777"],["15262.877","13324.671"],["15248.995","13287.975"],["15250.936","13285.084"],["20543.552","15518.663"],["20364.394","15535.730"],["20389.088","15544.323"],["20481.497","15518.857"],["20440.559","15686.834"],["20506.439","15511.002"],["14962.103","13969.345"],["14988.703","13913.539"],["14951.927","13988.291"],["14944.398","14019.807"],["14956.413","13974.977"],["14978.452","13969.659"],["14978.304","13984.638"],["14953.390","13943.506"],["14955.117","13964.431"],["14981.598","13935.496"],["15005.282","13872.037"],["14996.812","13884.044"],["14961.616","13838.189"],["14987.751","13825.159"],["14988.228","13824.432"],["14962.915","13859.015"],["14921.056","13858.770"],["14910.991","13848.267"],["14930.267","13828.812"],["14934.527","13842.371"],["14942.570","13851.504"],["14887.403","13907.534"],["14896.733","13982.958"],["14923.329","13959.787"],["14884.480","13964.098"],["14931.352","13997.011"],["14928.687","13955.211"],["14930.743","13972.437"],["14924.674","13986.987"],["14962.689","13916.238"],["14967.113","13939.656"],["14946.110","13925.635"],["14964.449","13926.989"],["14943.808","13916.155"],["14889.591","13926.577"],["14909.983","13909.645"],["14910.970","13890.570"],["14942.500","13926.127"],["14887.792","13959.392"],["14903.302","13943.967"],["14884.766","13936.799"],["14899.848","13945.041"],["14894.487","13934.570"],["12970.246","13657.820"],["12942.105","13634.698"],["12917.401","13623.154"],["12787.450","13751.973"],["12881.874","13676.631"],["12913.996","13629.892"],["12983.042","13667.333"],["12835.345","13710.966"],["12898.322","13623.055"],["12960.805","13640.413"],["12866.693","13701.404"],["12945.114","13689.843"],["12800.550","13805.415"],["12917.211","13789.296"],["12806.159","13769.164"],["12884.892","13740.428"],["16281.971","14818.723"],["16337.941","14834.232"],["16256.264","14817.203"],["16256.182","14841.712"],["16297.234","14824.949"],["16253.561","14727.750"],["16265.705","14828.879"],["16297.194","14712.484"],["16263.141","14843.235"],["16302.974","14843.877"],["16256.546","14859.850"],["16273.509","14749.660"],["16273.032","14748.784"],["16313.434","14871.391"],["16303.444","14695.506"],["16194.408","14864.850"],["16149.589","14860.589"],["16253.528","14770.607"],["16268.627","14722.069"],["16225.992","14747.356"],["16163.088","14665.002"],["16168.910","14689.279"],["16152.989","14663.763"],["16164.979","14664.308"],["16160.012","14667.562"],["16351.793","14778.597"],["16251.893","14712.987"],["16214.640","14716.884"],["16233.636","14689.040"],["16225.923","14690.311"],["16265.840","14681.690"],["16282.564","14665.991"],["16353.765","14694.984"],["6857.988","18526.255"],["6859.912","18538.031"],["6781.808","18478.483"],["6761.413","18470.506"],["15024.927","15070.914"],["15086.094","15029.240"],["14907.261","14873.552"],["15014.022","15080.823"],["15066.993","15058.648"],["14900.261","14977.768"],["14900.870","15001.120"],["15044.608","15043.983"],["15040.021","14899.457"],["14929.882","14986.419"],["14919.931","14974.082"],["14979.853","15008.523"],["14989.606","15011.364"],["14924.010","14989.293"],["14972.990","14989.243"],["14999.814","15038.489"],["15028.861","15053.534"],["14988.819","15061.261"],["15076.329","14947.356"],["15064.224","14918.091"],["15088.397","15003.452"],["14883.258","15077.660"],["14903.055","14881.669"],["15050.352","14970.481"],["15032.247","14872.967"],["14964.313","14912.920"],["14998.951","14886.049"],["14982.361","14918.980"],["14970.963","14928.047"],["14970.996","14923.902"],["14990.009","14931.284"],["14917.456","15080.502"],["14941.347","14904.384"],["15054.678","14970.233"],["14980.069","14910.327"],["14904.190","14934.540"],["14909.716","14950.940"],["15056.269","14939.344"],["15040.374","14909.783"],["15044.453","14899.032"],["14886.936","14937.859"],["14907.380","14929.404"],["15072.321","14915.335"],["15063.209","14907.127"],["15069.771","14905.607"],["15089.828","14968.199"],["15069.302","14981.097"],["15090.766","14973.401"],["15077.270","15056.210"],["15078.944","14934.937"],["14997.978","15027.450"],["15002.780","15032.470"],["14963.062","14992.940"],["14963.917","14999.843"],["14961.171","15014.872"],["14951.138","15011.586"],["14956.615","15016.491"],["15065.002","14903.576"],["15014.979","15036.375"],["15007.643","15035.450"],["15023.433","15035.516"],["15019.657","14958.614"],["15045.776","14947.483"],["15033.670","14945.782"],["15036.582","14949.035"],["15039.410","14985.137"],["14777.260","14450.081"],["14702.859","14451.385"],["14768.689","14499.936"],["14741.962","14508.424"],["14770.778","14505.336"],["14781.617","14539.192"],["14761.584","14517.805"],["14785.303","14593.942"],["14765.682","14636.898"],["14725.912","14608.971"],["14748.560","14580.333"],["14716.962","14611.404"],["14689.469","14603.810"],["14673.051","14586.395"],["8437.761","16703.164"],["8447.476","16692.876"],["8445.439","16672.448"],["8506.150","16687.445"],["8511.415","16652.697"],["8482.020","16618.834"],["8528.816","12341.993"],["8500.716","12353.819"],["8524.633","12342.315"],["8481.873","12542.799"],["8484.387","12506.989"],["8490.715","12524.647"],["15182.080","17348.811"],["15194.630","17349.356"],["15213.093","17243.415"],["15148.839","17262.144"],["15190.791","17234.463"],["15175.336","17257.900"],["15262.741","17387.532"],["15277.527","17392.503"],["15291.194","17365.996"],["15299.753","17408.459"],["15167.084","17305.483"],["15260.027","17358.250"],["15164.601","17295.326"],["15109.482","17216.810"],["15283.225","17281.869"],["15174.415","17363.654"],["15163.362","17342.266"],["15223.455","17351.133"],["15185.172","17353.403"],["15209.679","17332.280"],["15257.090","17331.414"],["15287.166","17338.255"],["15158.688","17208.498"],["15292.051","17360.138"],["15244.947","17291.401"],["15212.280","17371.738"],["15244.979","17276.471"],["15210.092","17368.022"],["15291.722","17353.449"],["15264.193","17288.961"],["15261.101","17323.495"],["15278.420","17294.065"],["15258.238","17313.634"],["15174.037","17242.557"],["15172.063","17245.613"],["15258.948","17315.196"],["15246.134","17326.076"],["15226.580","17255.471"],["15295.985","17225.692"],["15139.423","17204.485"],["15297.582","17402.200"],["15280.484","17379.251"],["15106.906","17344.817"],["15111.971","17300.369"],["15106.856","17318.469"],["15107.942","17288.775"],["15128.583","17321.673"],["15107.496","17278.620"],["15104.124","17271.238"],["15108.434","17260.321"],["15117.167","17253.335"],["15138.949","17336.095"],["15156.548","17309.341"],["15149.804","17323.544"],["15216.911","17320.378"],["15210.020","17308.355"],["15200.529","17301.716"],["15195.677","17306.142"],["15297.863","17369.885"],["15293.159","17360.901"],["15285.747","17379.911"],["15224.477","17213.352"],["15237.339","17366.575"],["15253.820","17395.147"],["15171.739","17402.041"],["15097.629","17371.855"],["15104.373","17370.434"],["15721.790","17247.858"],["15706.703","17210.506"],["15713.222","17385.491"],["15718.008","17377.747"],["15701.347","17345.609"],["15710.771","17359.168"],["15675.646","17328.121"],["15680.054","17337.964"],["15682.209","17346.238"],["15695.577","17225.067"],["15679.459","17205.579"],["15681.827","17206.422"],["15675.166","17206.653"],["14901.643","12012.097"],["14884.932","12031.916"],["14960.325","11948.882"],["14981.480","11964.541"],["14993.067","11970.126"],["15018.439","11947.333"],["15031.344","11971.488"],["15052.826","11981.531"],["15089.837","11983.421"],["15002.723","11920.065"],["14944.623","11957.169"],["14936.895","11978.141"],["14931.684","12003.375"],["14936.252","11939.678"],["14946.816","11929.157"],["14460.596","16843.190"],["8408.042","12744.890"],["8398.843","12736.828"],["8425.800","12736.854"],["8425.872","12718.588"],["8447.338","12690.196"],["8467.578","12672.466"],["8461.580","12738.093"],["8473.198","12731.790"],["8515.557","12632.065"],["8520.977","12608.672"],["8512.015","12604.138"],["8434.694","12614.026"],["8396.125","12604.575"],["8360.148","12604.236"],["8357.580","12576.835"],["8506.595","12592.116"],["21128.532","10534.790"],["21107.200","10522.520"],["21127.183","10528.300"],["21107.397","10540.174"],["21193.476","10534.329"],["21191.239","10524.354"],["21157.900","10552.281"],["21153.767","10539.793"],["21045.821","10451.557"],["21022.779","10440.690"],["8164.377","12698.808"],["8155.856","12665.200"],["8158.479","12656.319"],["8187.695","12665.384"],["8188.797","12666.576"],["8180.600","12687.712"],["8169.902","12707.655"],["8178.607","12655.755"],["8216.299","12700.568"],["8236.405","12701.992"],["8252.590","12728.837"],["8250.563","12740.485"],["8219.445","12745.956"],["8282.879","12673.264"],["8321.812","12715.062"],["7991.716","12287.068"],["7984.225","12290.356"],["8000.185","12313.741"],["6464.270","7506.269"],["6526.657","7519.494"],["6554.808","7504.739"],["6566.535","7516.399"],["6628.503","7552.340"],["6572.150","7576.224"],["6571.936","7568.759"],["6617.039","7560.218"],["6547.117","7527.206"],["6583.602","7474.265"],["6646.291","7562.540"],["6585.114","7601.813"],["6579.637","7579.369"],["6603.113","7561.746"],["6634.824","7553.389"],["6584.478","7523.976"],["6638.788","7529.508"],["6592.143","7557.683"],["11938.438","16545.093"],["12043.055","16451.065"],["12043.236","16462.741"],["12061.625","16450.173"],["12078.728","16518.216"],["12103.136","16544.425"],["12089.896","16519.603"],["12082.316","16548.906"],["11978.958","16486.795"],["11977.757","16475.251"],["11978.300","16504.599"],["11964.824","16521.079"],["11962.390","16502.598"],["12066.928","16547.981"],["12050.602","16516.129"],["12009.317","16458.922"],["11988.755","16395.832"],["11957.069","16415.760"],["12137.137","16560.937"],["11981.585","16531.060"],["12003.877","16510.864"],["11941.006","16423.020"],["11987.221","16534.945"],["12064.652","16521.263"],["12030.937","16485.365"],["11988.644","16523.199"],["11998.555","16546.730"],["26652.149","16415.337"],["26628.293","16530.257"],["26622.273","16545.219"],["15294.131","16679.923"],["15297.823","16597.350"],["15303.029","16686.793"],["15283.580","16592.329"],["3556.685","7956.016"],["3547.277","7917.998"],["3574.335","7937.883"],["3568.776","7966.520"],["3540.947","7926.143"],["3598.019","7980.596"],["3609.365","7951.971"],["3565.593","7997.374"],["3566.152","8001.420"],["3590.184","7990.380"],["3589.948","8062.659"],["3567.539","8051.517"],["3579.364","8066.926"],["3581.932","8079.029"],["3546.616","8000.599"],["3587.516","8095.958"],["3558.781","7941.135"],["3594.605","8100.781"],["3661.346","8106.807"],["31684.141","11469.901"],["31720.785","11294.377"],["31712.562","11461.346"],["31628.660","11332.113"],["31645.327","11284.731"],["31642.843","11288.645"],["31536.739","11289.673"],["31537.299","11296.064"],["31572.019","11280.193"],["31569.067","11434.213"],["31570.021","11420.439"],["31586.024","11397.400"],["31572.627","11349.266"],["31523.697","11316.401"],["31527.627","11340.596"],["31715.520","11430.080"],["31706.392","11365.142"],["31635.500","11472.891"],["31600.845","11448.012"],["31640.111","11382.892"],["31637.364","11346.245"],["31641.789","11373.214"],["31622.155","11403.609"],["31665.822","11431.305"],["31666.530","11395.319"],["14192.114","14289.775"],["14176.933","14259.255"],["14239.445","14324.383"],["14229.873","14327.521"],["14196.603","14321.977"],["14978.737","16293.527"],["15012.282","16241.969"],["14987.438","16284.906"],["15031.657","16232.687"],["14993.680","16271.696"],["15052.544","16153.641"],["15010.464","16283.453"],["15015.366","16291.463"],["15061.577","16345.034"],["15021.558","16249.202"],["14974.574","16190.694"],["14960.204","16161.083"],["14991.092","16152.164"],["15038.527","16177.565"],["15017.014","16196.855"],["14993.017","16210.546"],["14983.214","16143.989"],["14988.971","16148.812"],["14999.859","16203.923"],["15054.951","16216.468"],["14900.957","16242.771"],["14894.554","16290.392"],["14904.208","16294.570"],["14889.477","16340.472"],["14897.227","16200.419"],["14943.913","16151.010"],["14995.521","16280.960"],["14972.182","16274.750"],["14960.159","16278.334"],["15026.528","16329.216"],["15022.433","16345.153"],["14978.941","16349.720"],["14960.800","16330.727"],["14953.349","16316.689"],["14981.688","16333.089"],["15018.834","16160.161"],["6157.594","16358.763"],["6115.736","16417.721"],["6101.204","16364.188"],["6092.635","16361.909"],["6086.599","16381.859"],["6075.573","16380.784"],["6080.655","16372.973"],["6088.205","16358.373"],["6143.731","16393.986"],["6211.402","16373.948"],["6188.005","16371.270"],["6169.151","16366.718"],["6156.144","16369.017"],["6139.065","16359.252"],["6105.941","16379.994"],["6203.089","16356.356"],["6131.421","16430.338"],["6121.271","16423.551"],["6126.926","16440.903"],["6120.319","16447.966"],["6137.908","16388.520"],["6115.786","16368.856"],["6115.530","16389.392"],["6130.241","16369.313"],["6118.783","16366.487"],["6108.558","16380.262"],["6126.412","16416.045"],["6119.891","16395.557"],["6131.797","16390.473"],["6046.227","16378.193"],["6058.038","16366.087"],["6056.054","16353.725"],["6072.158","16357.126"],["18856.093","13500.395"],["18690.845","13449.601"],["18707.375","13460.930"],["15089.419","17864.981"],["15075.538","17904.518"],["15089.344","17841.611"],["15083.506","17844.386"],["15081.269","17862.321"],["15042.936","17869.308"],["15027.706","17846.517"],["15025.910","17861.519"],["15018.541","17866.012"],["15023.360","17857.638"],["14984.479","17855.723"],["15051.239","17993.572"],["15046.700","18006.702"],["15049.891","17999.072"],["15063.493","18011.310"],["15033.919","18009.761"],["15016.896","18012.040"],["15023.195","18004.344"],["15028.491","18017.787"],["15085.743","17980.110"],["15080.957","18003.612"],["15078.029","17986.139"],["15081.450","17995.998"],["15048.619","17883.064"],["15058.273","17902.915"],["15043.471","17894.030"],["15047.846","17887.225"],["15012.595","17890.241"],["15014.272","17873.676"],["14998.631","17890.241"],["15007.743","17876.054"],["14971.928","17871.389"],["14982.684","17873.998"],["14973.441","17881.463"],["14971.599","17887.276"],["14991.374","17897.598"],["14984.926","17903.279"],["14991.292","17905.509"],["14990.239","17895.963"],["14991.934","17917.516"],["14974.894","17908.928"],["14986.917","17917.664"],["14978.841","17928.531"],["15020.794","17960.926"],["15011.369","17947.020"],["15007.669","17967.086"],["15009.132","17954.600"],["14997.263","17986.193"],["14999.022","17984.443"],["15010.503","17996.317"],["14997.443","17991.198"],["14994.822","18019.999"],["15004.790","18022.146"],["14997.947","18016.944"],["15007.799","17999.438"],["14973.102","17836.518"],["14974.237","17836.865"],["14940.084","17847.106"],["14930.363","17855.050"],["14921.745","17862.283"],["14930.577","17837.692"],["15091.252","17933.078"],["15081.088","17937.520"],["15087.288","17935.472"],["14988.675","17931.342"],["14986.487","17932.729"],["14974.448","17930.169"],["14997.162","17941.532"],["14965.629","17935.484"],["14983.919","17950.612"],["14965.333","17946.550"],["14993.351","17956.252"],["14991.245","17970.471"],["14992.101","17974.782"],["14976.097","17968.357"],["14990.802","17992.444"],["14989.190","17993.452"],["14988.417","18006.152"],["14973.401","18000.735"],["14997.074","18034.849"],["14987.979","18043.619"],["14945.089","18018.167"],["14934.941","18028.241"],["14947.310","18005.499"],["12174.882","12034.725"],["12234.323","11923.330"],["12261.856","11968.978"],["12281.625","11914.147"],["12167.857","12044.056"],["12316.842","11951.744"],["14850.444","16341.016"],["14834.408","16333.452"],["14738.348","16276.698"],["14675.700","16262.891"],["14772.537","16152.620"],["14707.751","16203.999"],["14727.587","16200.498"],["14770.695","16200.415"],["14731.797","16194.800"],["14791.483","16201.426"],["14881.939","16286.940"],["14790.743","16193.070"],["14862.646","16188.025"],["14802.572","16317.516"],["14860.513","16267.470"],["14790.039","16313.172"],["14876.339","16218.499"],["14861.635","16257.194"],["14836.849","16236.665"],["14844.036","16245.584"],["14780.746","16316.954"],["14816.634","16330.233"],["14869.393","16273.801"],["14856.334","16312.149"],["14873.819","16337.780"],["14873.654","16343.313"],["14857.529","16145.397"],["14755.760","16289.821"],["14758.770","16283.908"],["14743.013","16279.862"],["14759.227","16254.453"],["14800.225","16285.322"],["14714.124","16271.122"],["14704.551","16260.783"],["14732.282","16273.864"],["14728.437","16228.153"],["14703.947","16228.946"],["14697.812","16225.874"],["14708.733","16232.827"],["14786.796","16253.181"],["14773.852","16285.171"],["14804.148","16279.573"],["14834.878","16320.023"],["14826.605","16321.609"],["14846.803","16321.493"],["14812.987","16309.239"],["14781.960","16203.540"],["14768.945","16304.130"],["14764.718","16319.159"],["14765.491","16298.482"],["14790.545","16207.801"],["14673.167","16342.979"],["14695.782","16342.236"],["14867.918","16194.291"],["14851.554","16281.043"],["14879.758","15523.589"],["14880.788","15513.783"],["14882.011","15524.729"],["14916.020","13247.394"],["14940.748","13213.343"],["14954.244","13243.893"],["14978.482","13303.932"],["14944.121","13348.640"],["14960.674","13269.404"],["14959.276","13278.174"],["14917.253","13238.162"],["14973.221","13336.018"],["14948.375","13308.128"],["15005.040","13272.484"],["14956.850","13213.227"],["14950.629","13380.110"],["14984.436","13300.927"],["14943.937","13333.559"],["14977.386","13241.449"],["14938.989","13382.238"],["14970.195","13333.392"],["14892.086","13239.102"],["14971.849","13193.531"],["14963.033","13205.636"],["14959.806","13304.016"],["14924.736","13213.179"],["14916.101","13213.427"],["14962.929","13332.922"],["15056.996","13294.950"],["15088.347","13197.848"],["15047.630","13182.474"],["15049.416","13242.572"],["14950.264","13337.117"],["15056.916","13225.759"],["15073.166","13220.739"],["15073.364","13238.014"],["14921.429","13385.465"],["14926.149","13375.556"],["15060.342","13256.182"],["15011.824","13202.656"],["15082.670","13283.687"],["15084.232","13282.597"],["15055.532","13296.552"],["15072.390","13256.569"],["14941.879","13280.163"],["14923.458","13281.187"],["14915.521","13295.488"],["14914.403","13289.246"],["14951.009","13206.732"],["14931.467","13202.345"],["14947.980","13203.633"],["14974.702","13312.674"],["15010.080","13309.866"],["14927.180","13344.346"],["15013.762","13359.102"],["15014.371","13376.988"],["15017.125","13313.530"],["15015.365","13331.696"],["15014.835","13356.466"],["14979.854","13373.701"],["15074.380","13376.027"],["15063.804","13369.932"],["14979.544","13368.867"],["14968.831","13365.820"],["14897.397","13312.399"],["14907.035","13330.401"],["14927.581","13326.664"],["14913.699","13310.479"],["14917.814","13298.834"],["14917.666","13314.590"],["15000.757","13257.684"],["14984.211","13258.708"],["14964.392","13277.865"],["19942.019","15600.749"],["20119.972","15691.751"],["20104.487","15590.445"],["20120.076","15519.898"],["20040.913","15515.953"],["19513.206","10338.256"],["19504.082","10392.851"],["19509.836","10406.734"],["8386.037","12996.510"],["8381.217","13009.467"],["8417.230","13020.386"],["8412.616","13041.499"],["8463.227","13026.174"],["8459.587","13088.433"],["8474.547","13099.594"],["8483.021","13117.558"],["8456.793","13113.505"],["8412.099","13106.932"],["15528.992","16563.276"],["15528.400","16552.260"],["15723.139","16552.959"],["16623.906","14326.507"],["16570.137","14311.224"],["16585.910","14320.522"],["8792.043","12991.091"],["8839.699","12979.931"],["8827.134","13012.634"],["8837.200","13020.086"],["8850.067","13029.741"],["8854.455","13004.710"],["8902.584","13018.994"],["8893.467","13005.840"],["8894.851","13030.308"],["17385.219","17974.548"],["18080.559","16682.252"],["18073.271","16664.779"],["18041.349","16692.566"],["18068.093","16696.953"],["13998.049","12621.994"],["13902.311","12701.800"],["13970.926","12569.981"],["13980.449","12594.308"],["13970.828","12638.146"],["13970.279","12756.209"],["13961.398","12732.229"],["13970.970","12728.612"],["13974.737","12746.697"],["13851.693","12647.699"],["13847.763","12668.360"],["13862.861","12672.803"],["13864.161","12652.390"],["13840.886","12569.755"],["13844.011","12588.930"],["13842.153","12585.874"],["13845.901","12579.242"],["13855.803","12556.848"],["13880.326","12594.536"],["13867.776","12568.408"],["13935.178","12602.300"],["13900.688","12635.066"],["13918.517","12600.781"],["13983.591","12602.539"],["13843.851","12647.627"],["13865.380","12629.519"],["18253.051","12956.574"],["18315.024","12952.285"],["18288.790","12951.641"],["18264.017","12963.876"],["18316.911","12944.650"],["18384.865","12964.495"],["18384.370","12948.854"],["18373.117","12953.106"],["18275.793","12764.452"],["9168.980","12148.073"],["8989.199","12153.265"],["9007.319","12172.094"],["9000.483","12219.976"],["9005.209","12242.110"],["15503.101","17936.597"],["15504.153","17912.583"],["15501.760","17904.603"],["15500.888","17897.798"],["15513.035","17950.159"],["15407.165","18031.618"],["15400.306","18015.317"],["15494.412","17970.701"],["15444.636","17897.042"],["15461.873","17882.855"],["15436.117","17892.351"],["15440.804","17894.185"],["15469.865","17982.829"],["15466.230","17975.513"],["15461.247","17971.698"],["15471.411","17971.054"],["15474.294","17855.088"],["15499.113","17879.629"],["15475.429","17865.261"],["15485.034","17865.889"],["15503.204","17847.760"],["15355.894","18008.280"],["15460.025","18041.068"],["15448.471","18022.870"],["15450.757","18016.709"],["15472.303","18035.041"],["15454.486","17946.511"],["15490.456","17955.611"],["15467.857","17952.357"],["15484.025","17927.535"],["15451.844","17860.898"],["15440.298","17851.748"],["15453.554","17850.856"],["15439.196","17857.363"],["15398.924","17910.159"],["15380.303","17891.682"],["15390.188","17891.814"],["15381.339","17888.313"],["15429.605","17897.418"],["15421.217","17899.218"],["15434.065","17881.267"],["15426.598","17885.858"],["15441.302","17874.050"],["15444.197","17875.470"],["15419.904","17839.304"],["15423.424","17847.132"],["15418.490","17846.356"],["15429.477","17839.387"],["15505.260","17988.188"],["15514.323","17980.277"],["15511.527","17996.891"],["15501.116","17982.341"],["15311.423","17899.000"],["15331.432","17886.691"],["15328.143","17874.354"],["15323.669","17892.719"],["15404.006","17916.715"],["15397.213","17902.908"],["15419.001","17904.919"],["15384.576","17902.442"],["15327.147","17867.058"],["15371.260","17847.440"],["15387.760","17862.200"],["15382.381","17859.294"],["15384.898","17856.090"],["15393.154","17851.135"],["15369.345","17882.072"],["15368.375","17891.304"],["15384.559","17891.717"],["15370.036","17879.430"],["15344.858","18013.648"],["15320.032","18038.096"],["15304.226","18034.462"],["15314.523","18043.116"],["15320.707","18018.462"],["15316.825","18012.500"],["15314.149","18012.866"],["15316.678","17977.877"],["15304.606","17971.221"],["15324.672","17983.013"],["15370.224","17962.897"],["15370.931","17970.081"],["15391.639","17968.199"],["15377.399","17944.246"],["15356.461","17934.172"],["15379.537","17936.170"],["15362.523","17950.549"],["15353.855","17966.255"],["15359.744","17958.047"],["15356.076","17963.943"],["15306.194","17924.308"],["15312.245","17904.450"],["15340.555","17893.892"],["15317.907","17915.345"],["15335.588","17901.191"],["15333.824","17869.882"],["27303.322","16521.649"],["27160.694","16431.248"],["27192.673","16447.582"],["27214.752","16418.757"],["27218.643","16466.624"],["27286.698","16563.304"],["27272.501","16504.366"],["27276.761","16516.950"],["27269.729","16527.525"],["27133.245","16554.742"],["27123.492","16561.893"],["27119.502","16536.313"],["27111.674","16545.661"],["27105.707","16520.267"],["27136.572","16527.784"],["27180.203","16561.703"],["27188.245","16547.846"],["27196.615","16562.464"],["27205.303","16523.156"],["27204.760","16522.792"],["27274.591","16461.775"],["27269.716","16492.833"],["27256.772","16479.208"],["27199.961","16430.452"],["27186.950","16408.055"],["27190.519","16420.888"],["27226.363","16519.752"],["27201.708","16560.082"],["27241.680","16542.730"],["27231.384","16544.745"],["15094.362","15993.972"],["15100.151","15986.210"],["15101.188","16001.668"],["15097.544","16086.340"],["15125.685","16131.443"],["15113.646","16094.152"],["14685.022","17270.995"],["14699.157","17327.003"],["14697.653","17265.743"],["14681.042","17277.188"],["14726.378","17321.047"],["14720.828","17230.695"],["14812.320","17260.175"],["14815.001","17236.476"],["14822.582","17233.868"],["14842.977","17222.456"],["14821.932","17350.451"],["14847.895","17228.666"],["14806.125","17335.241"],["14847.237","17230.450"],["14824.630","17359.056"],["14827.031","17322.920"],["14800.418","17314.515"],["14812.967","17326.637"],["14836.291","17325.265"],["14815.139","17350.518"],["14869.593","17340.262"],["14876.205","17336.331"],["14854.231","17350.187"],["14866.668","17391.399"],["14870.365","17319.905"],["14866.840","17404.640"],["14870.155","17367.352"],["14693.577","17401.675"],["14828.154","17395.035"],["14806.263","17386.265"],["14823.763","17394.176"],["14826.657","17398.123"],["14677.115","17297.931"],["14877.737","17377.691"],["14728.400","17394.064"],["14729.930","17298.074"],["14681.790","17330.756"],["14745.670","17321.344"],["14691.789","17326.772"],["14695.424","17344.873"],["14680.240","17233.828"],["14721.871","17344.294"],["14746.161","17333.769"],["14771.079","17311.606"],["14761.622","17318.856"],["14759.833","17357.831"],["14758.912","17370.101"],["14701.897","17217.582"],["14713.361","17232.099"],["14695.737","17198.636"],["14792.432","17347.211"],["14869.576","17308.509"],["14857.224","17319.343"],["14707.045","17248.796"],["14860.958","17294.224"],["14679.890","17260.062"],["14678.821","17213.442"],["14682.604","17211.394"],["14688.229","17214.251"],["14691.387","17205.647"],["14743.554","17263.738"],["14700.123","17398.703"],["6296.336","7487.714"],["6412.911","7489.544"],["6396.957","7491.377"],["6427.428","7485.030"],["20248.877","14780.811"],["20278.066","14802.107"],["20344.445","14715.167"],["20257.136","14698.966"],["20288.462","14756.749"],["20305.808","14811.930"],["20294.651","14680.645"],["9716.404","11668.177"],["9790.607","11687.228"],["9799.910","11689.195"],["9718.335","11699.929"],["9681.834","11679.820"],["14257.629","14900.726"],["14255.787","14890.024"],["14357.966","14893.808"],["14309.908","15033.588"],["14277.782","15053.973"],["14271.614","15061.289"],["14307.248","14941.075"],["14314.774","14959.469"],["14343.166","14952.050"],["14383.626","14973.175"],["14331.723","15002.674"],["14270.508","14989.922"],["14292.211","14979.080"],["14286.474","14989.292"],["14323.560","14961.972"],["15500.669","13300.154"],["15477.659","13295.695"],["15484.290","13284.163"],["15503.268","13291.219"],["15501.162","13293.168"],["15355.231","13206.019"],["15353.629","13192.652"],["15437.863","13312.091"],["15482.196","13354.464"],["15485.618","13373.094"],["15501.588","13379.749"],["15499.993","13376.744"],["15489.071","13373.275"],["15455.479","13295.610"],["15329.787","13191.188"],["15348.142","13197.530"],["15512.151","13374.344"],["15506.226","13233.697"],["15502.328","13225.175"],["15456.005","13318.945"],["15421.181","13256.550"],["15440.737","13255.064"],["15406.527","13252.372"],["15390.630","13283.302"],["15397.239","13317.444"],["15502.677","13389.472"],["15370.925","13330.974"],["15357.110","13336.530"],["15346.649","13362.233"],["15333.464","13351.973"],["15373.326","13334.046"],["15315.639","13373.802"],["15330.172","13347.188"],["15321.718","13365.173"],["15313.643","13335.825"],["15310.023","13359.955"],["15312.367","13306.564"],["15306.413","13300.437"],["15326.693","13303.145"],["15354.787","13202.583"],["15420.223","13368.069"],["15392.624","13361.661"],["15432.920","13389.241"],["15414.318","13367.722"],["15428.051","13386.054"],["10133.577","8016.031"],["10238.258","8014.038"],["10224.714","8027.452"],["10152.406","8033.667"],["10145.547","8036.844"],["5711.570","7631.515"],["5701.027","7619.327"],["5650.402","7646.472"],["5663.906","7607.381"],["5645.797","7625.283"],["5687.722","7625.531"],["5652.952","7647.612"],["5629.566","7582.386"],["5662.806","7579.397"],["5787.145","7625.241"],["5757.096","7592.855"],["5721.971","7676.633"],["5682.883","7588.089"],["5623.665","7592.563"],["15308.472","16959.502"],["16850.367","14849.762"],["16864.446","14850.456"],["16855.778","14863.933"],["16859.874","14851.596"],["16826.033","14864.327"],["16834.142","14852.453"],["16977.057","14705.730"],["29280.699","11968.073"],["29283.446","11938.545"],["29265.368","11932.485"],["29295.798","11923.133"],["28234.664","11776.900"],["28217.189","11788.001"],["28232.182","11810.674"],["28209.844","11802.857"],["28228.675","11822.268"],["28264.899","11872.507"],["28202.493","11830.084"],["28176.469","11831.698"],["28160.624","11828.181"],["28156.057","11819.896"],["28158.031","11848.475"],["28168.352","11888.203"],["28147.046","11911.088"],["28304.390","11809.961"],["28203.956","11905.409"],["28216.408","11889.580"],["28244.446","11874.755"],["28239.753","11853.879"],["28289.417","11872.651"],["28303.638","11856.969"],["14002.316","15001.078"],["13923.484","15033.481"],["13935.293","15016.982"],["13947.242","15003.697"],["14031.272","15080.840"],["13886.798","15077.091"],["13969.397","15010.319"],["14018.772","15054.135"],["14010.614","15082.805"],["14030.805","14937.631"],["20764.428","11454.180"],["10887.975","15939.943"],["11089.580","16108.194"],["14593.223","12343.955"],["14550.219","12483.239"],["14487.900","12533.263"],["14658.194","12363.128"],["14670.135","12352.145"],["14654.000","12383.309"],["14607.909","12391.377"],["14615.064","12415.853"],["14600.508","12409.726"],["14592.432","12397.570"],["14632.908","12370.901"],["14611.757","12376.020"],["14595.639","12384.969"],["14658.112","12390.982"],["14648.046","12403.764"],["14622.602","12420.973"],["14639.543","12397.769"],["14655.530","12402.489"],["14531.219","12381.785"],["14514.130","12407.417"],["14533.522","12388.193"],["14508.834","12411.166"],["14528.933","12401.191"],["14544.653","12350.648"],["14529.851","12341.036"],["15529.026","17704.650"],["15547.300","17739.396"],["15542.974","17727.340"],["15517.111","17769.875"],["15522.851","17769.974"],["15572.415","17721.626"],["15539.914","17694.592"],["15530.153","17715.112"],["15535.021","17738.613"],["15533.952","17716.119"],["15529.363","17734.286"],["15591.407","17748.896"],["15558.085","17737.715"],["15563.299","17757.665"],["15569.154","17762.339"],["15582.287","17822.790"],["15573.497","17798.380"],["15554.040","17805.944"],["15556.671","17813.195"],["15548.793","17804.442"],["15547.350","17769.232"],["15522.399","17784.855"],["15527.185","17792.403"],["15532.465","17781.833"],["14807.510","13287.525"],["14811.309","13291.043"],["14786.999","13276.079"],["14840.095","13288.822"],["14848.911","13283.537"],["14875.194","13232.529"],["14862.972","13181.952"],["14858.959","13191.184"],["15804.115","18474.656"],["15795.660","18576.098"],["15886.239","18623.958"],["15817.131","18478.358"],["15798.858","18527.541"],["15818.760","18488.383"],["15728.151","18469.143"],["15771.474","18518.111"],["15871.465","18623.386"],["15869.162","18630.322"],["15858.093","18663.980"],["12771.307","12562.240"],["12730.224","12569.117"],["12755.537","12598.217"],["12738.859","12597.408"],["12764.912","12564.228"],["12774.502","12612.772"],["12765.472","12620.188"],["12772.923","12633.648"],["12706.147","12737.962"],["12768.499","12693.074"],["12706.837","12675.353"],["12705.077","12682.206"],["15532.417","18388.459"],["15636.934","18464.982"],["15664.754","18432.781"],["15674.547","18465.388"],["15631.433","18458.808"],["15628.917","18387.247"],["15552.338","18414.381"],["15620.446","18401.087"],["15587.338","18436.165"],["15553.933","18420.955"],["15547.157","18389.146"],["15592.700","18379.898"],["15558.966","18437.024"],["15616.039","18390.087"],["15638.654","18443.861"],["15565.200","18451.838"],["15542.289","18391.524"],["15656.671","18443.131"],["22126.391","17029.042"],["22151.615","17029.082"],["22115.917","17088.436"],["16448.927","14242.770"],["16380.002","14254.431"],["16378.620","14243.283"],["16405.117","14249.856"],["16380.512","14245.662"],["16474.416","14249.480"],["16460.781","14249.629"],["6306.219","15707.822"],["6334.843","15707.819"],["6352.000","15713.915"],["6350.978","15720.848"],["6357.245","15715.933"],["6413.601","15714.020"],["6418.536","15712.038"],["6388.215","15689.640"],["6372.969","15693.983"],["6384.350","15713.636"],["6391.590","15693.596"],["6383.371","15706.572"],["6384.407","15702.939"],["6382.253","15695.871"],["12507.723","14147.469"],["14308.702","12975.035"],["14315.577","12992.904"],["14372.099","13008.519"],["14328.381","13012.994"],["14344.368","13011.508"],["14367.749","13066.054"],["14357.897","13090.100"],["14436.268","13068.303"],["14380.824","13074.859"],["14352.461","13157.710"],["14367.230","13168.775"],["18066.616","12622.868"],["18222.660","12627.066"],["18204.248","12655.183"],["18181.633","12667.372"],["18175.922","12642.515"],["18133.392","12657.074"],["18134.934","12646.799"],["18136.806","12643.551"],["18041.226","12657.348"],["18075.860","12624.320"],["18106.891","12650.142"],["18083.198","12656.781"],["18063.906","12629.746"],["15037.454","12759.314"],["16801.205","15085.733"],["16791.665","15095.956"],["16866.895","15197.116"],["16836.171","15206.827"],["16781.028","15162.689"],["16877.382","15219.151"],["16794.055","15161.236"],["16865.661","15187.257"],["16860.941","15186.299"],["16832.948","15217.926"],["16799.910","15179.997"],["16850.827","15251.042"],["16854.067","15259.861"],["16819.692","15259.762"],["16837.570","15278.573"],["16824.133","15265.922"],["16814.937","15145.556"],["16821.285","15131.022"],["16808.605","15122.401"],["16794.526","15121.542"],["16799.526","15131.650"],["14664.718","14450.873"],["14633.544","14579.739"],["14655.913","14586.131"],["14656.735","14580.747"],["14560.350","14548.745"],["14564.100","14549.752"],["14595.745","14558.670"],["14614.182","14578.654"],["14556.027","14517.025"],["14515.764","14520.592"],["14464.127","14593.928"],["14481.158","14616.917"],["14486.569","14644.811"],["14475.432","14630.838"],["14492.982","14641.326"],["14467.817","14500.722"],["13058.768","4093.482"],["13138.164","4118.984"],["24648.610","18192.602"],["24593.953","18158.825"],["23922.866","7461.481"],["23931.961","7457.237"],["23923.886","7465.858"],["23910.869","7460.578"],["23910.178","7472.105"],["23910.721","7461.073"],["23915.194","7466.903"],["20642.754","15659.883"],["15919.204","14880.623"],["2348.292","11249.264"],["2396.548","11240.742"],["2399.459","11233.327"],["2401.104","11252.121"],["2371.642","11195.519"],["2376.148","11205.660"],["2332.670","11205.147"],["2334.397","11213.421"],["4954.446","6434.431"],["4970.295","6451.580"],["4981.601","6421.869"],["4973.930","6447.999"],["4947.994","6468.914"],["4935.506","6417.591"],["4902.654","6421.353"],["13665.768","14033.158"],["13803.257","14182.044"],["13637.185","14217.379"],["13794.984","14102.540"],["13619.825","14144.748"],["13629.858","14125.309"],["9065.310","12300.856"],["11833.765","16360.081"],["11791.430","16395.325"],["11804.061","16368.620"],["11827.793","16485.383"],["11832.941","16505.945"],["11793.862","16494.715"],["11851.378","16504.465"],["11851.329","16500.385"],["11857.382","16499.824"],["11923.800","16562.302"],["11861.089","16397.015"],["11858.209","16376.722"],["11831.893","16468.734"],["11875.075","16475.962"],["11926.672","16444.482"],["11831.978","16461.191"],["11910.080","16499.148"],["11878.970","16536.292"],["11929.821","16514.479"],["11875.235","16451.704"],["8550.638","11892.304"],["8504.022","11795.203"],["8511.929","11865.231"],["8547.778","11875.835"],["8549.778","11799.516"],["8554.979","11804.655"],["8545.607","11765.671"],["19508.453","14988.675"],["19491.082","14987.304"],["19457.450","14936.090"],["19511.841","14909.451"],["19462.598","14930.161"],["19497.121","15005.504"],["19504.308","14932.820"],["19493.190","14950.095"],["19456.864","15034.327"],["19465.499","15033.931"],["19453.262","15047.985"],["19455.351","15028.332"],["19432.096","15010.267"],["19359.497","14967.261"],["19455.978","14958.326"],["19362.244","14882.290"],["19456.224","14943.892"],["19449.185","15028.202"],["27942.928","17159.023"],["27944.737","17176.695"],["28064.160","17141.887"],["27962.060","17195.993"],["27936.319","17168.918"],["27959.412","17197.248"],["8505.173","16242.034"],["8487.902","16229.462"],["18698.118","14900.912"],["18703.841","14894.322"],["18736.575","14933.203"],["18738.401","14935.630"],["18771.334","14949.090"],["18768.986","14927.540"],["18771.650","14947.590"],["18799.101","14898.399"],["18738.280","15071.160"],["31962.309","11862.421"],["32082.350","11752.376"],["32133.172","11717.512"],["32123.109","11775.694"],["32136.990","11780.434"],["32106.776","11786.131"],["32145.282","11729.272"],["32066.443","11838.518"],["32078.828","11843.241"],["32095.966","11821.623"],["31939.811","11875.006"],["31956.593","11770.255"],["31952.005","11766.308"],["13863.362","12881.448"],["6410.179","7945.686"],["6272.661","7906.985"],["6286.033","7911.329"],["6262.965","7915.797"],["6419.198","7905.278"],["6439.675","8058.981"],["27338.868","11932.585"],["17964.822","16710.995"],["17991.977","16702.160"],["17992.335","16744.043"],["17963.521","16731.114"],["17998.315","16756.487"],["17988.463","16706.670"],["18003.170","16689.827"],["17974.610","16712.444"],["17968.570","16687.098"],["17992.576","16688.373"],["17975.163","16709.337"],["17991.753","16764.609"],["18022.671","16712.956"],["18037.912","16703.906"],["18023.112","16719.007"],["18022.597","16737.723"],["17994.840","16764.588"],["18006.647","16745.105"],["17962.968","16721.389"],["17960.629","16709.999"],["18011.493","16713.901"],["18009.612","16715.027"],["4570.279","17522.013"],["4643.144","17489.029"],["15925.686","13063.540"],["15747.757","13138.525"],["15783.297","12992.514"],["15773.955","12986.288"],["15826.750","12985.740"],["15855.615","13007.838"],["15854.645","12998.209"],["15838.987","13010.249"],["15828.444","12989.093"],["15918.928","12993.571"],["15883.577","13039.993"],["15889.065","12978.258"],["15873.465","12971.279"],["15725.282","13124.259"],["15750.646","13181.232"],["15805.811","13181.342"],["15934.247","13162.062"],["15888.698","13075.154"],["15921.966","13177.084"],["15934.290","13002.010"],["15890.417","12976.944"],["15928.813","12986.668"],["15910.869","13074.526"],["15903.208","13034.439"],["15929.507","13011.004"],["15912.353","13020.946"],["15934.651","13105.545"],["15932.764","13089.839"],["15922.366","13080.521"],["15930.823","13000.253"],["15920.412","13003.952"],["15905.760","13122.405"],["15908.869","13116.856"],["15923.293","13102.488"],["15918.951","13110.597"],["15925.793","13107.739"],["15871.287","13119.794"],["15859.544","13122.569"],["15890.629","13118.225"],["15877.932","13135.302"],["15838.643","13148.107"],["15851.027","13141.815"],["15853.856","13157.752"],["15817.689","13130.585"],["15821.225","13141.237"],["15920.606","13092.594"],["15905.804","13085.624"],["15932.300","13023.051"],["13492.062","14509.060"],["13452.375","14550.695"],["13612.387","14519.679"],["13554.147","14464.320"],["13612.256","14626.863"],["13547.535","14571.025"],["13531.220","14487.111"],["13535.447","14574.312"],["13598.111","14641.562"],["13574.843","14454.838"],["13500.893","14490.431"],["15988.288","13148.645"],["15997.006","13144.780"],["15980.316","13062.027"],["15937.612","13106.750"],["16009.072","13177.567"],["16001.655","13176.675"],["15958.256","13116.985"],["15952.452","13099.257"],["15960.560","13113.906"],["15954.228","13115.508"],["15941.015","13047.669"],["15967.285","13141.840"],["15979.649","13088.877"],["16004.929","13087.490"],["15968.169","13098.638"],["15989.271","13106.929"],["16006.014","13089.934"],["16051.274","13153.688"],["16055.008","13157.388"],["16024.335","13176.130"],["15949.412","13128.800"],["16030.898","13176.626"],["16031.379","13126.883"],["16033.122","13115.207"],["16010.747","13169.463"],["15950.571","13054.027"],["15938.154","13073.036"],["15943.055","13051.946"],["15992.595","13123.414"],["16025.359","13119.203"],["16020.108","13178.447"],["15997.464","13132.729"],["16012.349","13130.153"],["15997.266","13127.213"],["16029.451","13160.738"],["16036.883","13155.868"],["15978.457","13056.973"],["15957.421","13088.649"],["15967.930","13064.160"],["15951.305","13168.313"],["15953.838","13177.909"],["15971.354","13178.454"],["15970.219","13151.815"],["16050.173","13030.115"],["16087.081","13022.650"],["16065.913","13030.759"],["16095.362","13075.106"],["16064.063","13095.849"],["16070.757","13085.494"],["16061.070","13090.052"],["16116.608","13046.102"],["16112.480","13029.190"],["16062.031","13000.338"],["16029.009","13056.091"],["16079.383","13032.212"],["16044.601","13056.801"],["16040.275","13058.749"],["16097.348","13053.368"],["16091.049","13027.142"],["16102.381","13024.962"],["16032.212","13016.981"],["16014.202","13014.306"],["16012.508","13015.016"],["16024.844","13017.708"],["16010.863","12980.459"],["16024.564","12988.585"],["16091.055","13054.846"],["16067.683","13057.010"],["16059.443","13046.456"],["16088.506","13055.655"],["16067.470","13038.777"],["16010.891","13045.225"],["16030.595","13050.296"],["16009.526","13060.271"],["15996.927","13020.271"],["15965.118","12987.881"],["15971.648","12975.362"],["15997.059","12970.292"],["15984.806","12981.687"],["16134.842","13026.746"],["16138.954","13012.295"],["16138.946","12983.771"],["16141.052","12971.830"],["16143.091","12986.562"],["15989.828","12988.291"],["16006.538","12989.761"],["15970.354","13000.001"],["15998.364","13009.464"],["15977.377","13007.978"],["16038.244","12982.259"],["16061.238","12971.624"],["16041.583","12988.519"],["16039.330","12993.837"],["19867.728","10146.519"],["19778.638","10086.215"],["19812.034","10141.528"],["19812.309","10097.622"],["19848.904","10096.549"],["19914.579","10197.611"],["19768.826","10142.616"],["19825.930","10161.884"],["19849.280","10102.943"],["19802.398","10129.625"],["19828.851","10084.798"],["16950.373","17683.434"],["16854.978","17727.513"],["16925.126","17763.946"],["16778.850","17713.565"],["16855.791","17658.900"],["13823.626","15294.173"],["5981.847","17146.810"],["14481.456","15642.362"],["14538.667","15653.358"],["14548.496","15593.046"],["14535.404","15588.058"],["14547.641","15589.924"],["14518.019","15623.384"],["14590.985","15575.380"],["14559.686","15566.446"],["14526.247","15567.697"],["14473.965","15556.483"],["14579.982","15576.239"],["14614.738","15621.822"],["14582.534","15547.685"],["14519.951","15590.657"],["14513.224","15640.269"],["14522.419","15603.159"],["14545.609","15575.463"],["14504.935","15640.649"],["14603.636","15528.940"],["14508.701","15523.473"],["14606.136","15634.935"],["14520.726","15701.315"],["14563.469","15567.470"],["14541.654","15603.533"],["14593.781","15568.114"],["14564.246","15703.958"],["14591.536","15574.898"],["14594.989","15540.530"],["14632.232","15717.493"],["14600.480","15513.142"],["14577.567","15525.989"],["14562.320","15524.239"],["14580.099","15534.924"],["14563.356","15531.357"],["14556.693","15540.224"],["14543.387","15534.576"],["14555.821","15528.614"],["14542.351","15528.927"],["14534.520","15547.397"],["14517.563","15562.063"],["14509.734","15561.832"],["14524.602","15552.517"],["14496.280","15560.013"],["14492.892","15574.480"],["14484.800","15568.022"],["14498.155","15564.538"],["14475.843","15567.073"],["14476.929","15583.109"],["14484.018","15582.399"],["14469.988","15576.057"],["14665.363","15580.317"],["14667.627","15615.258"],["14671.136","15667.205"],["14671.206","15677.319"],["15136.377","18518.525"],["15146.377","18522.984"],["5716.733","15870.888"],["16565.088","15120.038"],["16564.357","15135.301"],["16563.081","15114.389"],["14398.996","16245.998"],["14424.441","16262.761"],["14411.699","16308.752"],["14739.344","16737.315"],["14881.560","16646.435"],["14802.172","16671.530"],["14794.310","16664.016"],["14690.517","16671.173"],["14878.473","16643.563"],["14736.531","16616.933"],["14689.314","16657.892"],["14694.415","16678.852"],["14743.619","16592.870"],["14804.146","16662.447"],["14810.939","16683.818"],["14750.725","16605.025"],["14870.825","16645.149"],["14725.954","16761.240"],["14736.184","16753.858"],["14762.878","16573.252"],["14765.180","16564.994"],["14735.972","16740.139"],["14872.573","16578.384"],["14864.760","16577.740"],["14850.649","16577.873"],["14849.316","16608.048"],["14833.312","16635.975"],["14850.467","16599.559"],["14827.589","16624.596"],["14792.806","16616.149"],["14778.645","16633.507"],["14770.997","16650.138"],["14772.822","16614.696"],["14862.386","16673.794"],["14840.775","16667.337"],["14858.324","16656.866"],["14839.870","16684.232"],["14766.359","16665.935"],["14772.936","16684.253"],["14769.695","16696.094"],["14790.732","16668.679"],["14778.555","16730.797"],["14741.581","16714.943"],["14783.588","16709.245"],["14777.486","16726.487"],["14755.050","16620.401"],["14705.839","16729.910"],["14710.543","16719.754"],["14710.296","16721.108"],["14710.016","16715.129"],["14689.828","16683.414"],["14698.430","16685.528"],["14697.394","16700.161"],["14683.184","16699.335"],["14726.055","16623.904"],["14697.321","16632.343"],["14767.028","16774.945"],["14791.913","16761.700"],["14797.637","16755.374"],["14765.926","16763.467"],["14681.743","16739.674"],["14700.148","16768.675"],["14715.172","16667.520"],["14734.366","16677.759"],["14736.685","16673.135"],["14720.929","16682.549"],["14707.497","16632.581"],["14712.135","16646.288"],["14708.221","16637.221"],["14695.758","16623.019"],["14690.216","16619.254"],["14681.943","16610.434"],["14694.048","16603.515"],["14692.444","16595.720"],["14692.395","16593.458"],["14689.796","16582.739"],["14690.487","16590.468"],["14710.602","16572.053"],["14715.059","16570.897"],["14725.207","16566.950"],["14716.211","16574.893"],["19468.737","18108.148"],["19475.826","18169.981"],["19491.813","18135.811"],["8631.657","12298.877"],["8621.473","12311.830"],["8614.475","12293.668"],["8690.403","12300.536"],["8603.785","12322.856"],["8583.401","12317.669"],["8568.450","12261.338"],["21540.870","15819.320"],["21614.185","15766.292"],["20645.039","14778.123"],["15327.342","17264.853"],["15343.885","17282.823"],["15345.528","17311.174"],["15366.202","17304.849"],["15382.107","17322.619"],["15367.092","17287.166"],["15362.438","17297.009"],["15333.527","17263.185"],["15341.290","17252.616"],["15511.039","17263.930"],["15461.276","17362.277"],["15462.411","17352.781"],["15461.309","17325.514"],["15451.013","17343.070"],["15305.725","17265.535"],["15315.892","17386.814"],["15314.708","17393.107"],["15383.589","17378.801"],["15503.815","17218.785"],["15497.844","17211.914"],["15508.617","17241.708"],["15325.136","17381.150"],["15315.662","17383.280"],["15427.487","17358.692"],["15406.796","17337.338"],["15422.964","17338.709"],["15407.339","17367.297"],["15364.492","17314.741"],["15399.493","17366.828"],["15322.106","17317.971"],["15310.395","17320.068"],["15374.345","17365.209"],["15373.901","17363.277"],["15323.017","17240.692"],["15325.299","17236.404"],["15337.470","17207.089"],["15332.766","17229.798"],["15348.175","17203.105"],["15449.212","17406.152"],["15461.021","17383.856"],["15442.698","17391.337"],["15445.593","17387.985"],["15467.913","17286.921"],["15411.744","17313.394"],["15380.773","17295.937"],["15315.813","17362.227"],["15321.849","17354.994"],["15314.441","17395.990"],["15306.118","17396.800"],["15330.599","17339.930"],["15351.076","17339.402"],["15329.941","17342.721"],["15337.720","17340.244"],["15348.866","17363.143"],["15385.874","17405.747"],["15370.348","17405.582"],["15382.453","17406.573"],["15423.549","17233.674"],["15424.947","17217.440"],["15407.414","17228.108"],["15419.832","17237.241"],["15426.558","17263.228"],["15425.341","17264.170"],["15422.150","17268.596"],["15400.025","17264.274"],["15401.094","17264.291"],["15405.502","17262.573"],["15396.916","17276.248"],["15440.307","17279.234"],["15430.718","17260.803"],["15433.859","17262.570"],["15445.570","17263.181"],["24442.457","7676.439"],["24371.694","7664.127"],["24441.125","7672.833"],["24373.224","7647.397"],["24387.122","7666.126"],["24428.564","7667.381"],["24437.692","7662.493"],["24439.238","7673.211"],["6444.675","7878.056"],["6298.748","7811.485"],["6275.113","7799.759"],["6303.179","7857.543"],["6289.232","7869.088"],["6266.182","7872.415"],["6253.517","7855.652"],["6389.045","7890.546"],["15119.162","14159.787"],["15100.689","14117.845"],["15116.051","14194.000"],["15119.422","14111.619"],["15138.238","14101.165"],["15102.416","14154.709"],["15111.857","14203.663"],["15109.653","14174.594"],["15098.237","14228.071"],["15112.744","14224.041"],["15107.137","14145.649"],["15112.713","14124.791"],["15107.647","14145.996"],["15123.651","14122.594"],["15207.243","14077.740"],["15121.693","14126.607"],["15192.704","14069.796"],["15122.191","14232.608"],["15120.448","14233.715"],["15115.629","14226.563"],["15105.316","14230.758"],["15128.018","14109.704"],["15136.555","14107.805"],["15128.939","14094.081"],["15112.936","14089.638"],["15114.778","14100.059"],["15122.616","14173.065"],["15129.787","14169.696"],["15120.857","14177.937"],["15229.283","14088.475"],["15230.385","14061.836"],["15205.878","14099.623"],["15107.038","14170.069"],["15110.377","14175.717"],["15094.127","14192.284"],["15106.495","14197.585"],["15217.407","14236.421"],["15214.019","14204.051"],["15207.851","14048.381"],["15211.492","14159.093"],["15218.236","14127.449"],["15290.102","14062.984"],["15182.344","14035.954"],["15248.638","14157.472"],["15287.866","14074.784"],["15195.765","14051.462"],["15243.573","14078.599"],["15264.001","14055.230"],["15216.090","14046.675"],["15289.470","14097.763"],["15260.292","14095.913"],["15240.053","14153.145"],["15263.154","14120.703"],["15279.141","14121.363"],["15289.486","14117.185"],["15277.708","14155.291"],["15276.606","14148.635"],["15268.859","14155.621"],["15282.790","14146.620"],["15271.359","14152.334"],["15268.266","14203.625"],["15266.851","14198.456"],["15279.072","14219.018"],["15266.638","14230.033"],["15257.575","14229.736"],["15155.226","14164.447"],["15125.209","14167.255"],["15141.838","14146.594"],["15144.223","14137.461"],["15132.973","14164.232"],["15144.275","14030.623"],["15145.952","14029.269"],["15174.390","14031.449"],["15143.617","14044.331"],["15149.184","14034.270"],["15127.121","14041.941"],["15153.076","14095.937"],["15165.396","14125.010"],["15182.487","14094.705"],["15109.385","14034.499"],["15120.499","14069.354"],["15163.555","14116.588"],["15203.553","14108.878"],["14915.673","15139.350"],["14997.427","15096.430"],["15065.564","15155.177"],["14934.357","15107.955"],["15028.973","15096.149"],["14943.791","15124.936"],["14934.794","15131.476"],["14960.616","15133.111"],["14942.162","15129.378"],["14971.307","15142.128"],["14886.291","15194.403"],["14899.350","15200.712"],["15008.605","15119.544"],["14905.005","15089.701"],["14914.183","15087.405"],["14946.241","15177.541"],["14926.225","15183.735"],["14905.896","15214.552"],["14895.924","15230.961"],["14883.457","15220.391"],["14891.615","15233.554"],["14889.052","15293.529"],["14895.778","15257.461"],["14994.437","15266.410"],["15023.722","15232.487"],["14993.936","15192.454"],["14985.712","15254.750"],["15029.094","15149.378"],["15062.055","15182.475"],["15052.203","15183.185"],["15023.864","15155.555"],["15016.167","15156.794"],["14906.488","15173.775"],["14929.777","15165.832"],["14913.725","15193.726"],["14935.057","15192.603"],["14967.952","15122.876"],["14947.409","15105.072"],["14948.873","15098.615"],["15045.702","15264.367"],["15025.916","15276.836"],["15033.646","15258.603"],["15038.038","15260.916"],["15016.392","15285.070"],["15021.606","15268.159"],["15016.622","15270.438"],["15007.083","15288.588"],["14932.485","15286.887"],["14932.978","15271.528"],["14924.935","15254.484"],["14940.297","15276.730"],["14922.880","15258.877"],["15089.202","15258.906"],["15067.244","15244.670"],["15073.823","15245.330"],["15072.096","15269.624"],["15090.436","15176.733"],["15072.459","15183.966"],["15078.363","15201.605"],["15063.791","15207.616"],["15087.294","15185.122"],["18705.632","13711.482"],["18823.816","13636.418"],["18695.406","13698.307"],["18696.986","13727.057"],["18691.767","13715.760"],["18717.479","13743.672"],["18719.484","13637.561"],["18698.175","13649.907"],["18708.908","13663.605"],["18697.278","13689.762"],["18728.192","13668.835"],["18726.481","13641.996"],["18833.336","13681.410"],["18845.935","13694.854"],["18828.697","13693.847"],["18818.812","13703.294"],["11666.343","16832.066"],["11671.754","16820.803"],["11679.155","16812.298"],["11648.803","16794.125"],["11669.395","16793.398"],["11643.490","16786.247"],["11696.125","16816.769"],["11687.296","16803.589"],["11705.454","16983.967"],["13660.784","14980.299"],["4909.554","6204.316"],["4954.658","6184.597"],["4927.432","6189.134"],["4907.216","6198.401"],["4944.213","6201.274"],["9508.303","12854.184"],["9503.620","12867.826"],["9487.557","12889.356"],["9487.836","12853.470"],["9511.780","12900.980"],["9517.411","12885.876"],["9522.057","12919.751"],["9515.351","12940.234"],["9508.728","12955.553"],["9486.532","12936.052"],["9472.629","12936.110"],["9486.526","12968.278"],["9480.117","12957.369"],["9445.850","12968.438"],["9438.152","12893.021"],["9432.714","12911.460"],["9445.723","12911.775"],["9470.551","12846.897"],["9479.816","12818.406"],["9457.610","12832.210"],["9490.082","12768.399"],["9454.800","12767.181"],["9530.171","12783.147"],["9549.617","12782.158"],["9550.079","12773.633"],["15114.469","18366.634"],["14647.947","16656.047"],["14666.126","16687.799"],["14633.441","16653.207"],["14635.036","16659.614"],["14654.691","16663.000"],["14670.599","16684.678"],["14671.325","16715.734"],["27689.632","10810.336"],["27682.301","10818.417"],["27682.435","10807.748"],["27718.646","10746.491"],["13570.794","12788.205"],["13530.441","12802.284"],["13495.981","12763.723"],["13572.457","12775.173"],["13420.323","12837.806"],["13509.905","12965.030"],["13606.148","12934.906"],["13578.978","12925.809"],["13488.837","12844.855"],["13540.729","12820.165"],["13488.097","12891.048"],["13582.086","12966.318"],["7667.093","15149.945"],["7668.779","15149.958"],["31643.172","11097.137"],["31712.664","11088.711"],["31533.281","11078.512"],["31535.115","11218.945"],["31549.235","11226.950"],["31547.179","11190.269"],["31592.377","11173.292"],["31702.841","11220.077"],["31714.552","11228.748"],["31705.387","11195.736"],["31706.324","11162.111"],["31665.619","11197.513"],["31687.444","11178.272"],["31694.204","11234.259"],["11490.338","15661.722"],["11477.196","15667.998"],["11503.035","15694.225"],["11477.552","15698.629"],["11450.990","15711.048"],["11391.858","15614.997"],["11419.194","15611.462"],["11422.384","15639.968"],["11388.934","15670.933"],["11368.507","15680.677"],["11361.531","15698.976"],["11470.218","15616.350"],["11451.336","15578.612"],["11462.784","15592.915"],["11373.277","15643.971"],["11372.060","15660.899"],["11378.113","15649.768"],["11462.546","15535.234"],["15711.609","18359.978"],["15649.911","18371.030"],["15708.881","18382.235"],["15648.473","18382.590"],["15716.293","18466.137"],["15698.562","18442.239"],["15687.756","18428.449"],["13523.674","14402.057"],["13440.944","14390.150"],["13538.687","14438.094"],["13614.810","14405.722"],["13589.859","14433.286"],["13612.375","14396.044"],["13613.362","14438.340"],["13579.837","14285.612"],["13522.469","14291.185"],["13512.496","14344.421"],["13507.845","14363.024"],["14637.234","19099.786"],["14654.833","19064.212"],["14669.060","19027.136"],["13636.466","14633.089"],["13621.137","14636.029"],["13637.174","14463.329"],["13641.910","14638.655"],["13649.674","14500.108"],["13630.961","14455.631"],["13624.859","14455.020"],["13643.461","14465.805"],["13690.699","14459.003"],["13696.028","14461.299"],["13656.030","14612.678"],["13632.724","14598.260"],["14395.230","15824.505"],["14455.164","15841.450"],["14385.197","15841.632"],["14429.835","15840.129"],["14315.416","15814.214"],["14346.058","15855.552"],["14338.656","15853.206"],["14364.281","15854.709"],["14322.587","15828.202"],["14330.433","15856.047"],["14367.308","15835.436"],["14430.761","15901.990"],["14342.142","15918.092"],["14346.468","15905.672"],["14348.853","15903.806"],["14420.218","15905.227"],["14254.392","15920.185"],["14294.491","15877.922"],["14307.419","15929.103"],["14262.106","15891.696"],["14322.846","15851.647"],["14325.099","15878.286"],["14278.488","15870.953"],["14310.790","15849.813"],["14324.162","15908.129"],["15517.121","13586.401"],["15531.475","13582.044"],["15678.383","13570.819"],["15672.972","13561.818"],["15723.314","13480.631"],["15586.845","13402.452"],["15607.076","13404.467"],["15683.870","13438.695"],["15710.574","13467.352"],["15691.610","13486.428"],["15683.386","13494.091"],["15595.305","13393.123"],["15677.783","13554.895"],["15672.783","13505.564"],["15691.138","13554.548"],["15710.578","13452.445"],["15706.565","13428.564"],["15722.096","13576.604"],["15586.225","13433.352"],["15574.679","13452.476"],["15637.440","13425.737"],["15575.732","13442.865"],["15597.701","13418.538"],["15589.491","13475.148"],["15601.431","13473.942"],["15579.178","13461.903"],["15575.428","13487.535"],["15601.742","13501.493"],["15612.745","13493.219"],["15589.242","13498.653"],["15581.128","13559.463"],["15669.912","13431.454"],["15678.234","13470.512"],["15679.237","13447.738"],["15657.264","13486.797"],["15668.218","13442.998"],["15618.471","13518.200"],["15627.863","13555.475"],["15616.629","13539.092"],["15614.672","13555.987"],["15647.715","13582.775"],["15660.494","13595.506"],["15652.172","13601.617"],["15607.115","13567.357"],["15579.533","13566.895"],["15586.375","13542.501"],["15617.389","13592.996"],["15611.830","13575.522"],["15605.448","13579.156"],["15571.706","13497.026"],["15554.552","13508.091"],["15561.410","13495.457"],["15560.572","13482.497"],["15566.595","13543.489"],["15579.901","13536.536"],["15555.723","13543.836"],["15570.741","13403.735"],["15565.739","13544.034"],["15537.102","13466.262"],["15517.207","13412.735"],["15573.023","13465.156"],["15543.385","13468.360"],["15574.816","13463.207"],["15554.901","13540.665"],["15544.630","13436.981"],["15521.274","13419.772"],["15522.195","13432.489"],["15552.936","13427.468"],["15538.396","13422.464"],["13596.898","14142.832"],["13662.742","15300.359"],["13687.770","15315.492"],["13677.551","15300.139"],["13664.749","15298.811"],["12761.537","13733.343"],["12771.964","13739.173"],["18626.464","8938.850"],["18621.991","8949.189"],["18644.162","8952.806"],["18617.517","8936.307"],["14405.743","13627.344"],["5230.956","8471.012"],["5223.571","8475.901"],["5244.960","8473.773"],["5251.703","8485.582"],["5251.270","8423.104"],["5336.516","8423.814"],["5307.947","8440.395"],["5373.520","8402.295"],["5368.388","8407.910"],["5342.928","8414.764"],["5342.368","8418.117"],["5275.589","8353.274"],["5296.033","8321.812"],["5338.076","8321.261"],["5288.520","8322.714"],["5400.507","8321.141"],["5209.573","8373.816"],["5239.378","8336.238"],["5238.933","8331.300"],["5226.549","8389.252"],["5249.527","8415.950"],["5249.856","8393.737"],["5275.958","8411.193"],["5313.902","8368.369"],["5275.629","8383.794"],["5388.354","8350.188"],["5367.384","8351.311"],["5376.150","8375.605"],["5392.334","8387.380"],["5348.239","8371.972"],["14464.199","15835.915"],["14483.733","15815.471"],["14463.832","15734.778"],["14463.947","15749.823"],["14668.814","15758.590"],["14633.614","15743.158"],["14629.995","15736.502"],["14537.503","15777.253"],["14494.378","15739.284"],["14574.345","15724.123"],["14502.618","15750.283"],["14514.937","15735.205"],["14491.285","15739.730"],["14615.724","15810.809"],["14612.352","15831.932"],["14637.879","15743.740"],["14646.152","15817.151"],["14627.861","15923.621"],["14593.617","15868.634"],["14575.837","15880.971"],["14632.071","15859.039"],["14581.742","15916.198"],["14621.887","15906.055"],["14667.482","15862.656"],["14509.475","15876.809"],["14487.066","15904.655"],["14539.566","15892.351"],["14538.329","15838.847"],["14564.201","15856.254"],["14584.579","15873.413"],["14481.388","15825.486"],["14536.783","15900.449"],["14530.335","15852.505"],["14572.622","15859.441"],["14476.108","15899.937"],["14518.987","15819.788"],["14554.201","15806.592"],["11314.018","16914.686"],["8759.151","12400.712"],["8764.142","12424.191"],["8591.581","12336.132"],["8567.990","12402.379"],["8587.643","12416.288"],["8608.847","12394.049"],["8630.511","12382.737"],["8625.457","12403.216"],["8631.760","12454.014"],["8671.737","12425.037"],["8672.776","12418.106"],["8651.183","12381.897"],["8657.614","12416.484"],["8673.088","12450.069"],["8628.473","12428.666"],["8774.734","12374.602"],["8641.249","12506.429"],["21245.473","15335.678"],["15730.168","17647.125"],["8964.066","12216.547"],["8985.505","12248.233"],["8845.670","12224.172"],["8842.388","12263.302"],["8946.471","12221.486"],["8946.529","12163.959"],["8781.973","12205.152"],["8807.379","12209.812"],["8854.043","12242.530"],["10161.040","16390.264"],["10153.020","16416.950"],["10174.908","16522.193"],["10160.081","16497.187"],["4572.898","17375.360"],["4576.324","17392.714"],["9337.269","13342.930"],["9321.328","13279.597"],["9395.430","13187.357"],["9246.287","13295.140"],["9281.169","13246.097"],["9256.109","13269.193"],["9298.367","13307.909"],["9280.572","13302.641"],["9366.893","13268.650"],["8717.494","12197.882"],["8678.940","12220.092"],["8574.321","12243.530"],["8607.079","12221.390"],["8662.787","12188.590"],["8708.477","12193.504"],["16572.316","15706.542"],["16742.265","15645.878"],["16741.706","15654.136"],["16770.670","15667.744"],["16721.922","15681.968"],["16700.968","15583.146"],["16689.653","15594.409"],["16677.461","15559.531"],["16666.941","15594.108"],["16713.551","15614.360"],["16719.425","15587.888"],["16668.919","15550.171"],["16670.975","15524.268"],["20556.558","15440.187"],["20510.572","15389.933"],["20447.574","15435.179"],["20400.503","15445.640"],["20531.680","15372.097"],["20520.098","15381.030"],["20419.135","15413.991"],["15220.212","18101.010"],["15243.126","18105.074"],["15256.054","18110.673"],["15241.506","18098.384"],["15227.295","18102.628"],["15230.075","18102.628"],["15240.815","18091.992"],["15245.247","18056.348"],["15239.819","18058.594"],["15244.688","18046.175"],["15256.152","18065.828"],["9892.756","12484.720"],["9921.006","12547.118"],["10007.550","12538.630"],["9978.823","12511.302"],["9841.736","12361.720"],["9909.476","12342.269"],["10024.568","12374.249"],["9942.216","12370.934"],["9994.787","12409.377"],["9869.162","12364.802"],["9854.628","12353.198"],["9884.243","12393.622"],["9940.633","12434.131"],["9947.157","12422.866"],["24059.228","7738.997"],["24053.504","7740.665"],["24067.455","7760.564"],["24090.393","7685.535"],["24030.300","7740.968"],["24025.892","7746.253"],["24133.482","7827.814"],["24121.919","7829.432"],["24139.928","7713.142"],["24132.313","7705.495"],["24134.485","7690.468"],["24126.459","7700.674"],["24094.543","7732.166"],["24101.927","7719.268"],["24086.023","7717.567"],["24097.000","7770.109"],["24106.441","7776.814"],["24093.678","7760.167"],["24097.525","7786.017"],["24108.479","7789.089"],["24124.449","7801.393"],["24101.604","7792.045"],["24127.659","7818.569"],["24137.530","7884.649"],["24124.781","7817.413"],["24139.478","7883.902"],["24106.439","7856.411"],["24104.104","7895.832"],["24124.245","7859.178"],["8606.661","12979.253"],["8647.686","12989.999"],["8634.448","12988.662"],["8660.290","12976.198"],["8674.605","12994.490"],["8668.488","13036.259"],["8668.806","13033.514"],["8707.333","13043.191"],["8696.328","13072.921"],["8719.861","13068.663"],["8738.064","13063.257"],["8684.560","13104.266"],["8719.777","13109.260"],["27512.296","16817.727"],["27510.122","16818.693"],["27502.178","16812.352"],["27503.370","16783.957"],["27465.882","16799.783"],["27470.471","16790.898"],["3637.282","8346.660"],["3547.800","8342.220"],["8575.746","17245.628"],["21049.100","11995.028"],["21075.104","11967.446"],["21100.037","11960.065"],["21101.326","11923.452"],["15307.741","16604.435"],["15305.241","16590.480"],["15395.928","16737.255"],["15398.461","16752.383"],["15395.155","16744.075"],["15365.585","16712.479"],["15365.338","16691.637"],["15397.789","16759.785"],["15397.805","16753.195"],["15375.535","16715.286"],["15361.078","16702.999"],["15613.493","12124.227"],["15631.864","12088.664"],["15636.694","12073.414"],["15645.004","12058.063"],["15652.396","12045.457"],["15659.126","12055.288"],["15666.662","12066.938"],["15667.392","12048.135"],["15674.330","12033.002"],["15687.391","12023.533"],["15697.735","12022.287"],["15701.975","12035.913"],["15703.399","12052.975"],["15639.185","12010.247"],["15603.601","12008.892"],["15627.491","12018.410"],["15515.960","11999.763"],["15544.037","11967.035"],["15514.838","11975.613"],["15526.672","12042.800"],["15530.879","12024.955"],["15523.587","12009.529"],["15618.901","12090.734"],["15588.008","12055.710"],["15711.153","12058.245"],["15563.503","12116.435"],["15056.213","15912.386"],["15017.339","15914.969"],["15012.832","15912.459"],["14949.839","15926.646"],["14902.249","15921.079"],["14917.907","15916.653"],["14906.147","15913.747"],["14899.839","15916.258"],["15050.162","15886.826"],["15033.468","15889.931"],["15035.227","15887.057"],["15040.933","15873.999"],["15087.652","15872.809"],["15061.426","15868.878"],["15059.321","15878.738"],["15260.459","17761.381"],["15147.578","17634.985"],["15172.463","17627.570"],["15298.103","17747.697"],["15244.910","17717.438"],["15160.413","17669.262"],["15165.167","17660.591"],["15269.646","17725.748"],["15277.407","17637.551"],["15284.134","17633.058"],["15274.686","17769.127"],["15277.673","17716.086"],["15272.811","17768.929"],["15267.459","17714.815"],["15277.771","17786.673"],["15275.557","17735.172"],["15227.903","17711.921"],["15255.551","17732.139"],["15226.225","17728.057"],["15239.777","17694.982"],["15221.751","17707.913"],["15255.965","17657.412"],["15258.333","17674.638"],["15245.290","17666.710"],["15260.257","17660.649"],["15184.933","17681.253"],["15183.551","17688.057"],["15178.124","17681.286"],["15185.426","17666.901"],["15201.625","17639.893"],["15207.070","17637.861"],["15206.132","17640.421"],["15208.023","17639.166"],["15214.820","17679.887"],["15204.524","17659.309"],["15218.834","17671.696"],["15218.455","17673.248"],["15278.197","17787.329"],["15288.543","17780.590"],["15300.155","17778.757"],["15270.273","17740.197"],["15258.792","17747.745"],["15258.332","17736.729"],["15251.391","17746.159"],["15302.009","17796.244"],["15257.502","17716.581"],["15257.995","17714.665"],["9115.170","12858.171"],["9149.814","12819.904"],["9173.411","12766.372"],["9050.199","12968.153"],["9171.333","12784.437"],["9095.258","12902.864"],["15014.933","12755.624"],["15013.667","12727.317"],["14961.479","12743.687"],["14938.875","12737.649"],["14958.811","12710.537"],["15060.546","12744.847"],["15037.092","12735.747"],["15052.043","12755.846"],["13626.605","13949.656"],["13647.220","13918.753"],["13643.569","13876.193"],["13651.717","14004.051"],["13697.981","13975.699"],["13682.144","13978.431"],["13700.683","13963.124"],["26511.188","15988.711"],["26538.550","16130.584"],["13361.021","13414.357"],["13346.866","13441.532"],["13397.647","13546.736"],["13362.186","13530.393"],["13371.705","13520.720"],["13377.181","13498.307"],["13391.297","13542.324"],["10270.148","12477.177"],["10342.443","12545.089"],["18253.787","13374.752"],["18289.084","13297.775"],["18330.531","13311.863"],["18433.093","13237.198"],["18457.452","13257.858"],["18437.954","13315.654"],["18283.512","13224.216"],["18281.245","13207.544"],["18347.641","13389.268"],["18351.622","13391.515"],["18343.945","13367.244"],["18344.307","13353.635"],["18324.444","13338.043"],["18301.615","13358.275"],["18306.532","13332.318"],["18293.818","13321.962"],["18382.441","13264.698"],["18350.456","13263.851"],["18349.957","13258.161"],["18351.191","13265.653"],["18352.634","13290.330"],["18360.913","13271.894"],["18331.322","13249.135"],["18333.029","13245.779"],["18337.989","13276.319"],["18356.017","13281.341"],["18406.437","13253.568"],["18390.815","13269.843"],["18351.269","13327.332"],["18340.841","13321.840"],["18354.616","13316.797"],["18371.286","13330.917"],["18398.130","13331.197"],["18400.844","13351.351"],["18411.451","13364.638"],["18310.703","13304.504"],["18302.016","13307.948"],["18315.385","13320.065"],["18275.573","13262.890"],["18308.802","13272.207"],["18321.445","13282.293"],["18312.871","13272.475"],["18328.208","13253.643"],["18308.722","13229.754"],["18313.552","13258.506"],["18314.681","13247.053"],["18303.207","13235.988"],["18289.403","13231.461"],["18267.682","13245.338"],["18298.431","13252.732"],["18291.861","13261.049"],["18280.568","13302.265"],["18290.585","13321.770"],["12464.845","16313.035"],["12486.835","16348.691"],["12520.421","16310.326"],["31454.821","10796.719"],["31461.844","10795.711"],["31419.842","10770.839"],["31430.894","10773.382"],["31425.697","10756.157"],["31488.388","10811.248"],["31494.112","10794.370"],["31451.694","10837.912"],["31431.694","10821.793"],["31418.322","10851.092"],["31442.502","10751.954"],["31472.272","10715.290"],["31443.801","10752.136"],["31498.176","10675.289"],["31499.377","10664.075"],["31450.742","10671.837"],["6308.233","12929.935"],["14208.450","14671.700"],["14210.917","14697.266"],["14192.167","14685.771"],["14226.987","14740.239"],["14250.341","14704.374"],["9419.221","13189.007"],["4481.043","17401.162"],["4557.582","17381.059"],["4394.494","17377.670"],["4476.186","17346.349"],["4409.980","17294.034"],["4376.997","17329.720"],["4373.694","17311.179"],["4402.731","17290.086"],["4400.261","17281.229"],["4450.512","17367.539"],["4380.526","17308.096"],["4453.223","17396.154"],["4479.998","17408.462"],["12420.909","16635.104"],["12431.711","16655.754"],["16165.157","12529.494"],["16211.418","12499.495"],["16268.079","12526.052"],["16316.804","12544.310"],["19019.459","13830.724"],["18922.453","13828.379"],["18994.100","13840.808"],["18961.528","13876.328"],["19012.606","13889.861"],["18981.128","13876.302"],["18982.740","13870.817"],["14460.178","15515.492"],["14364.021","15539.861"],["14372.228","15534.593"],["14361.745","15594.765"],["14389.734","15634.983"],["14376.260","15630.447"],["14342.469","15571.264"],["14452.321","15523.254"],["14358.390","15631.165"],["14307.189","15649.662"],["14377.386","15515.723"],["14361.301","15545.616"],["14457.354","15575.789"],["14341.054","15598.118"],["14427.939","15662.873"],["14401.071","15559.934"],["14393.965","15665.368"],["14406.317","15537.391"],["14364.859","15542.322"],["14447.752","15626.329"],["14381.224","15553.140"],["14389.464","15554.825"],["14384.596","15563.528"],["14438.810","15670.402"],["14361.925","15566.124"],["14361.826","15569.443"],["14355.132","15563.613"],["18553.632","12141.647"],["18571.132","12159.318"],["18626.286","12176.639"],["28229.685","11009.752"],["28156.255","10935.727"],["28185.918","11046.687"],["28192.320","11003.426"],["28182.870","11015.106"],["28233.962","10982.734"],["28157.390","10917.943"],["1549.115","13425.975"],["1534.979","13420.274"],["1529.471","13393.872"],["1472.589","13419.786"],["1493.431","13411.804"],["1543.373","13479.738"],["1564.774","13584.469"],["1576.068","13557.403"],["1583.319","13538.367"],["1593.092","13547.642"],["1416.333","13537.284"],["19588.638","11078.929"],["19564.477","11078.137"],["19578.754","11089.235"],["19591.928","11084.412"],["19678.502","11077.485"],["14678.598","15486.967"],["14697.620","15484.678"],["14697.949","15448.972"],["14685.104","15469.336"],["14689.758","15447.651"],["14679.851","15467.547"],["14703.913","15473.525"],["14684.390","15467.134"],["14683.716","15498.430"],["14676.709","15471.279"],["14772.912","15302.936"],["14786.810","15320.673"],["14826.366","15299.612"],["14749.639","15302.952"],["14840.765","15437.336"],["14837.459","15425.362"],["14839.630","15446.816"],["14861.745","15439.667"],["14869.186","15415.222"],["14848.871","15389.988"],["14864.726","15397.767"],["14870.238","15350.307"],["14844.482","15386.310"],["14846.110","15352.074"],["14867.689","15348.474"],["14863.725","15388.077"],["14853.696","15462.777"],["14853.449","15462.975"],["14828.764","15450.249"],["14825.519","15430.015"],["14824.681","15428.330"],["14805.981","15397.516"],["14803.596","15387.838"],["14675.116","15336.562"],["14873.172","15479.632"],["14857.909","15488.104"],["14877.366","15502.687"],["14682.762","15350.450"],["14691.200","15348.254"],["14685.443","15351.507"],["14721.553","15339.887"],["14727.474","15327.946"],["14734.997","15360.998"],["14755.704","15348.975"],["14733.648","15351.898"],["14713.672","15349.625"],["14708.063","15359.700"],["14718.919","15359.386"],["14792.826","15423.147"],["14792.925","15422.503"],["14797.086","15420.703"],["14789.319","15405.771"],["14774.500","15406.828"],["14783.875","15407.769"],["14699.444","15447.641"],["14788.567","15429.390"],["14707.174","15424.867"],["14808.687","15406.349"],["14849.327","15473.988"],["14779.987","15396.927"],["14788.654","15415.978"],["14780.052","15392.584"],["14782.158","15392.947"],["14839.846","15465.221"],["14706.197","15424.923"],["14803.967","15409.206"],["14836.984","15454.783"],["14852.814","15493.278"],["14808.156","15428.481"],["14751.217","15382.743"],["14741.463","15379.258"],["14753.898","15382.363"],["2491.284","11279.091"],["2481.181","11282.049"],["2500.757","11345.265"],["2513.438","11381.417"],["2548.348","11363.036"],["2527.740","11345.695"],["2598.398","11323.757"],["18197.783","12973.719"],["18238.898","12994.275"],["18190.630","13100.514"],["18187.891","13141.659"],["18137.546","13059.901"],["18151.592","13033.972"],["18132.029","13067.552"],["18130.548","13069.617"],["18197.333","13148.720"],["18158.436","13170.937"],["18155.394","13155.214"],["18167.302","13132.363"],["18186.427","13135.251"],["18145.823","13086.855"],["18195.414","13106.846"],["27383.261","16052.562"],["14785.376","17518.076"],["14807.465","17551.552"],["14723.304","17454.693"],["14859.783","17425.617"],["14717.565","17441.691"],["14872.942","17414.814"],["14711.479","17444.846"],["14812.136","17523.278"],["14736.233","17516.521"],["14739.160","17506.497"],["14737.894","17515.184"],["14830.831","17532.078"],["14848.167","17539.559"],["14745.657","17496.720"],["14717.267","17436.693"],["14696.642","17462.125"],["14702.498","17468.434"],["14731.629","17488.449"],["14726.563","17488.251"],["14853.101","17553.762"],["14866.470","17499.046"],["14859.437","17521.682"],["14797.683","17426.508"],["14717.318","17439.164"],["14856.785","17550.212"],["14824.510","17508.911"],["14809.788","17418.547"],["14677.700","17419.802"],["14750.896","17544.141"],["14751.209","17555.686"],["14687.310","17418.471"],["14734.935","17428.319"],["14736.498","17422.340"],["14720.166","17430.350"],["14804.192","17530.198"],["14744.359","17517.747"],["14768.523","17481.252"],["14776.911","17471.772"],["14738.295","17478.570"],["14737.094","17469.223"],["14745.565","17460.420"],["14774.189","17486.185"],["14761.261","17486.797"],["14762.380","17517.020"],["14760.554","17482.982"],["14818.681","17522.497"],["14788.500","17513.943"],["14672.844","17476.261"],["14689.587","17452.314"],["14675.287","17441.825"],["14809.130","17429.778"],["14830.034","17451.164"],["14821.235","17452.171"],["14823.834","17463.005"],["14834.377","17458.364"],["14794.460","17471.002"],["14812.502","17465.271"],["14794.957","17474.572"],["14833.045","17479.184"],["14837.009","17477.054"],["14838.719","17492.727"],["14841.745","17493.156"],["14796.614","17429.067"],["14777.138","17440.333"],["14761.447","17440.167"],["14771.398","17446.212"],["4332.986","17394.071"],["4350.851","17375.049"],["4333.991","17394.001"],["15786.706","18357.349"],["15828.776","18462.916"],["15768.924","18422.124"],["15737.646","12539.505"],["15932.689","12343.402"],["15739.813","12470.191"],["15727.175","12452.343"],["15932.062","12452.993"],["15905.253","12433.472"],["15891.818","12370.182"],["15891.144","12366.301"],["15864.022","12366.664"],["15918.904","12429.343"],["15878.490","12380.618"],["15868.775","12361.891"],["15854.088","12344.484"],["15869.487","12436.175"],["15901.439","12407.678"],["15896.949","12388.620"],["15862.579","12431.105"],["15933.773","12534.175"],["15933.597","12486.252"],["15858.221","12439.644"],["15756.295","12443.210"],["15842.061","12503.491"],["15929.458","12510.975"],["15930.297","12512.527"],["15930.856","12511.107"],["15921.909","12516.937"],["15884.952","12499.142"],["15873.471","12487.086"],["15905.823","12505.880"],["15884.590","12527.697"],["15725.930","12527.280"],["15725.867","12492.152"],["15868.832","12457.446"],["15849.342","12478.800"],["15844.865","12447.158"],["15928.980","12409.437"],["15923.700","12386.977"],["15726.889","12434.648"],["15742.465","12405.846"],["15736.016","12522.656"],["15809.505","12409.142"],["15821.873","12371.174"],["15799.291","12400.835"],["15793.600","12376.376"],["15728.534","12447.464"],["15747.365","12497.157"],["15779.776","12544.721"],["15741.230","12528.569"],["15755.852","12506.604"],["15762.788","12353.485"],["15768.133","12379.298"],["15739.518","12361.649"],["15751.962","12380.618"],["15784.802","12421.574"],["15737.243","12505.433"],["5656.129","7566.729"],["5642.527","7524.649"],["5709.785","7492.564"],["5706.199","7514.050"],["5753.099","7485.836"],["5789.608","7569.207"],["5799.526","7562.303"],["5757.589","7522.893"],["5730.205","7539.838"],["5828.077","7490.549"],["5803.190","7540.406"],["5784.264","7486.759"],["5679.154","7494.314"],["5671.894","7533.270"],["5681.373","7535.273"],["5656.469","7556.183"],["5181.981","17308.619"],["5159.103","17331.311"],["18304.670","12558.641"],["18311.714","12553.576"],["18323.281","12689.653"],["18325.108","12688.191"],["18302.292","12640.078"],["18298.608","12648.897"],["18299.809","12737.702"],["18293.361","12748.041"],["18270.118","12750.497"],["18258.156","12651.351"],["18255.958","12675.589"],["14052.095","14741.653"],["14052.046","14769.861"],["14941.565","14831.310"],["15004.561","14767.943"],["14901.800","14797.469"],["14970.442","14759.052"],["15084.957","14665.495"],["15057.133","14664.653"],["14966.330","14758.507"],["15002.209","14761.931"],["14954.634","14862.131"],["14988.476","14752.930"],["15090.549","14665.726"],["14956.213","14865.979"],["14996.403","14765.317"],["14957.350","14757.351"],["14990.548","14762.030"],["14931.048","14796.403"],["14897.245","14670.605"],["14904.169","14790.995"],["15093.212","14687.368"],["15073.827","14672.399"],["15060.324","14664.240"],["14964.585","14869.282"],["15083.688","14682.424"],["14922.808","14781.886"],["14887.500","14775.162"],["15016.358","14757.303"],["15027.108","14735.138"],["15024.147","14729.473"],["14965.031","14749.572"],["15018.052","14745.775"],["14966.840","14771.537"],["14883.479","14838.354"],["14938.204","14828.283"],["14983.379","14847.050"],["14968.203","14844.374"],["14945.689","14846.015"],["8331.450","14983.800"],["8322.757","15000.611"],["8329.306","15016.528"],["15649.479","13818.195"],["15594.710","13871.155"],["15541.147","13867.389"],["15706.676","13866.193"],["15570.779","13883.624"],["15669.187","14020.760"],["15697.509","14026.821"],["15697.153","13964.574"],["15601.861","13998.960"],["15612.790","13913.445"],["15720.559","13896.333"],["15659.875","14026.970"],["15528.794","13960.194"],["15588.647","13996.294"],["15538.837","13991.293"],["15690.228","13889.315"],["15524.133","13980.641"],["15554.354","13885.836"],["15668.278","13816.610"],["15617.873","13910.951"],["15618.728","13923.635"],["15615.800","13929.415"],["15651.805","13936.602"],["15636.936","13949.831"],["15568.776","13982.541"],["15653.107","13915.386"],["15660.357","13958.567"],["15625.031","13926.815"],["15571.440","13984.060"],["15667.249","13947.684"],["15564.615","13983.862"],["15658.910","13955.727"],["15583.550","13841.706"],["15564.619","13841.260"],["15571.922","13865.075"],["15599.767","13868.230"],["15590.042","13959.800"],["15561.509","13817.214"],["15709.425","13901.188"],["15720.839","13911.163"],["15601.532","14000.579"],["15643.617","13915.618"],["15676.873","13965.759"],["15639.637","13933.735"],["15698.477","13836.439"],["15647.248","13899.159"],["15579.057","13926.281"],["15681.363","13945.742"],["15691.034","13883.320"],["15610.653","13867.046"],["15645.449","13825.495"],["15565.829","13889.189"],["15715.458","13955.589"],["15684.423","13834.310"],["15612.996","13986.954"],["15607.330","13889.259"],["15579.254","13915.546"],["15596.376","13868.913"],["15538.328","13989.031"],["15700.047","13945.300"],["15539.380","13979.931"],["15542.439","14001.434"],["15692.663","13878.018"],["15530.455","13959.055"],["15672.958","13946.915"],["15526.656","13934.166"],["15601.327","13920.979"],["15693.365","14018.745"],["15704.258","13974.813"],["15575.503","13969.610"],["15604.739","13976.632"],["15589.497","13866.183"],["15585.730","13891.188"],["15610.381","13983.634"],["15538.154","13876.191"],["15700.369","13901.740"],["15721.381","13832.463"],["15698.454","13830.911"],["15675.113","13883.634"],["15601.738","13902.620"],["28493.456","11632.215"],["28444.042","11692.558"],["28476.980","11493.705"],["28499.863","11599.258"],["28499.780","11504.724"],["28557.938","11609.795"],["28370.952","11493.346"],["28535.095","11690.525"],["28485.773","11585.711"],["28475.486","11618.375"],["28530.477","11611.774"],["28490.320","11679.205"],["28415.344","11659.268"],["28525.663","11615.429"],["28529.239","11633.342"],["28541.800","11665.474"],["28377.630","11662.278"],["28368.238","11514.194"],["16156.131","15706.450"],["16185.210","15710.711"],["16163.039","15710.810"],["16195.095","15700.521"],["15764.648","17376.509"],["15759.764","17400.184"],["15788.646","17338.615"],["15821.009","17275.140"],["15753.928","17272.796"],["15815.401","17262.572"],["15818.970","17277.138"],["15779.780","17367.244"],["15823.662","17362.340"],["15820.762","17288.254"],["15766.079","17339.862"],["15813.744","17382.059"],["15790.343","17390.141"],["15803.493","17293.638"],["15806.804","17351.919"],["15802.297","17353.091"],["15824.183","17287.429"],["15794.102","17245.066"],["15802.265","17340.995"],["15779.189","17387.517"],["15768.383","17324.478"],["15773.811","17308.624"],["15731.825","17265.158"],["15861.261","17374.812"],["15788.127","17385.013"],["15786.054","17384.154"],["15832.709","17347.502"],["15765.126","17403.668"],["15732.021","17359.578"],["15748.254","17258.427"],["15750.375","17220.806"],["15743.961","17250.649"],["15857.161","17334.529"],["15835.815","17330.646"],["15834.801","17297.507"],["6750.575","18427.835"],["6756.315","18455.779"],["6744.650","18393.976"],["6747.002","18406.759"],["16832.783","16786.627"],["5433.534","8454.761"],["5439.537","8451.012"],["5469.660","8432.721"],["5469.660","8422.284"],["5540.114","8440.069"],["5542.877","8424.710"],["5527.838","8478.780"],["5539.005","8449.565"],["5340.520","17422.774"],["5352.628","17473.948"],["5324.106","17494.580"],["5356.063","17527.447"],["5361.461","17557.112"],["5317.814","17534.915"],["5350.365","17569.548"],["5285.217","17586.599"],["5307.307","17616.738"],["5273.633","17611.907"],["5266.751","17619.713"],["9957.309","7885.679"],["9971.740","7875.427"],["10017.832","7849.702"],["10000.965","7844.423"],["27699.068","10629.223"],["27709.196","10611.080"],["27716.831","10600.579"],["27663.745","10436.441"],["18677.763","13765.460"],["18723.398","13789.458"],["18726.786","13766.848"],["18786.464","13794.497"],["18820.998","13799.603"],["18863.919","13645.327"],["18865.175","13666.673"],["18835.527","13631.229"],["18827.108","13728.201"],["18840.151","13740.290"],["18869.878","13750.384"],["18847.570","13770.654"],["13417.468","13486.895"],["13488.767","13421.825"],["13423.603","13438.539"],["13430.132","13439.464"],["13447.645","13481.585"],["13460.288","13410.756"],["13555.106","13432.813"],["13501.386","13543.822"],["13528.721","13549.718"],["13496.734","13582.108"],["13471.905","13493.228"],["13556.618","13423.961"],["13571.207","13550.127"],["13539.448","13558.516"],["13572.419","13515.306"],["13568.159","13499.121"],["13604.973","13437.012"],["13603.000","13445.485"],["13604.616","13599.133"],["13414.474","13407.501"],["13426.710","13398.220"],["24010.572","7480.711"],["24007.660","7495.922"],["24017.381","7495.344"],["23984.767","7483.440"],["23932.197","7503.219"],["23960.309","7508.477"],["24000.819","7479.625"],["23975.995","7480.508"],["23985.120","7524.256"],["23989.561","7515.304"],["23983.591","7521.861"],["23984.002","7520.986"],["23967.816","7478.451"],["23988.977","7483.374"],["23951.140","7480.326"],["23959.216","7480.408"],["23970.052","7500.460"],["23950.875","7490.518"],["23961.302","7493.260"],["23969.822","7498.016"],["24089.486","7628.397"],["24065.177","7636.423"],["23974.952","7539.419"],["23973.422","7547.412"],["23983.998","7553.457"],["23968.060","7549.724"],["24034.197","7513.308"],["24112.281","7685.199"],["16780.634","18550.167"],["16778.693","18569.737"],["18630.068","17836.617"],["15681.835","14041.140"],["15699.022","14035.409"],["15533.320","14141.244"],["15536.878","14045.217"],["15540.035","14031.757"],["15581.262","14090.564"],["15516.501","14103.461"],["15517.817","14051.421"],["15541.544","14176.619"],["15570.245","14165.752"],["15647.523","14067.383"],["15668.130","14163.966"],["15698.525","14159.193"],["15607.834","14121.687"],["15681.815","14123.273"],["15638.917","14179.520"],["15562.125","14141.600"],["15585.381","14232.946"],["15694.970","14124.990"],["15677.964","14078.715"],["15675.052","14083.917"],["15698.441","14098.351"],["15716.329","14064.491"],["15716.790","14080.396"],["15678.392","14055.473"],["15693.079","14065.960"],["15660.530","14063.499"],["15685.612","14050.634"],["14015.332","14457.914"],["13944.976","14599.758"],["14021.720","14596.951"],["13857.855","14479.382"],["13914.674","14509.206"],["17418.311","17895.803"],["19548.039","15773.684"],["19517.220","15828.505"],["19544.113","15807.285"],["19550.314","15826.244"],["19528.221","15817.028"],["19516.082","15810.109"],["13807.155","13425.812"],["13816.892","13435.589"],["13734.159","13536.393"],["13738.459","13574.056"],["13762.258","13507.086"],["13800.347","13457.690"],["13806.422","13440.332"],["13831.791","13520.641"],["13828.441","13452.639"],["13827.273","13499.130"],["13625.385","13456.055"],["13773.653","13416.560"],["13806.977","13445.207"],["13817.174","13436.949"],["13695.059","13412.596"],["13718.348","13475.239"],["13726.588","13409.244"],["14461.558","15979.873"],["14411.698","15970.198"],["14362.718","15968.976"],["14364.083","15982.832"],["14435.975","15965.392"],["14361.369","15939.677"],["14358.244","15947.704"],["14405.646","15973.501"],["14320.313","15947.171"],["14326.514","15940.780"],["14269.590","15939.524"],["14361.269","16040.690"],["14373.490","16016.974"],["14405.842","16010.318"],["14429.164","16091.094"],["14438.391","16092.399"],["14427.470","16037.453"],["14418.539","16061.036"],["14416.072","16014.562"],["14404.378","16045.974"],["14429.723","16054.463"],["14385.661","16016.164"],["14389.406","15930.604"],["14388.008","15930.191"],["14452.629","16041.467"],["14450.507","16045.910"],["14440.601","16131.028"],["14447.871","16135.851"],["14400.841","16137.991"],["14385.677","16135.497"],["14409.443","16129.304"],["14381.113","16133.423"],["14376.261","16114.251"],["14384.024","16094.548"],["14378.037","16113.392"],["14433.980","15983.673"],["14442.960","15970.378"],["14434.835","15973.285"],["14357.784","15999.144"],["14351.600","16010.374"],["14351.798","15987.055"],["14336.146","15958.382"],["14356.015","15976.466"],["14353.252","15964.460"],["14372.543","15955.655"],["14370.389","15968.933"],["14358.283","15949.907"],["31716.077","10600.927"],["31568.594","10643.308"],["31651.503","10558.525"],["31649.842","10541.317"],["31690.763","10539.080"],["31662.983","10526.661"],["31722.407","10497.247"],["31611.318","10597.565"],["31629.032","10622.338"],["31561.951","10546.686"],["31598.086","10581.995"],["31562.264","10526.190"],["31674.653","10626.787"],["19724.142","10750.638"],["15983.992","15273.418"],["16051.862","15210.572"],["16119.441","15271.224"],["16105.345","15212.703"],["16117.674","15235.691"],["15951.690","15091.144"],["15974.453","15085.942"],["16117.201","15201.729"],["16042.193","15105.617"],["16073.017","15273.444"],["15992.879","15088.812"],["16029.012","15197.341"],["15959.230","15115.760"],["13816.017","14500.542"],["13748.890","14513.978"],["13747.034","14505.865"],["23873.025","7474.656"],["23929.906","7515.828"],["23868.863","7514.686"],["23844.833","7505.225"],["23917.130","7600.019"],["23926.900","7642.784"],["23912.679","7563.338"],["23931.837","7556.130"],["23899.855","7537.807"],["14973.498","19115.273"],["14883.991","19173.258"],["15892.131","14217.919"],["15888.167","14225.070"],["15888.167","14234.880"],["17478.276","4266.844"],["17497.189","4185.017"],["17518.636","4187.345"],["17465.990","4252.806"],["17470.148","4177.521"],["17449.605","4147.562"],["17519.212","4193.819"],["17481.711","4279.372"],["17518.894","4299.030"],["17510.424","4298.567"],["14228.705","17178.699"],["14235.618","17138.147"],["14192.956","17103.916"],["15090.749","12831.328"],["15045.979","12856.530"],["15066.900","12823.912"],["15043.009","12854.972"],["15052.328","12866.969"],["15015.311","12829.588"],["15061.949","12841.601"],["15084.770","12871.377"],["15078.515","12901.386"],["15005.820","12811.960"],["15005.771","12831.382"],["14997.410","12804.401"],["15039.083","12909.603"],["14976.391","12874.071"],["14976.992","12858.966"],["14988.715","12861.616"],["14943.268","12882.869"],["15004.434","12923.088"],["14951.754","12887.460"],["14968.597","12874.363"],["14910.719","12819.563"],["14905.176","12809.059"],["14943.943","12897.150"],["15019.403","12893.108"],["14967.504","12808.261"],["14980.004","12841.390"],["14893.563","12810.099"],["14897.773","12785.558"],["14907.370","12770.484"],["15081.276","12794.251"],["15088.809","12825.085"],["15083.841","12806.555"],["15055.957","12791.294"],["15075.351","12781.487"],["15077.571","12782.115"],["15052.113","12800.164"],["15074.538","12947.082"],["15087.844","12968.271"],["14910.492","12955.125"],["14914.407","12956.760"],["14904.160","12930.996"],["14885.880","12940.550"],["14899.630","12915.001"],["14972.849","12899.075"],["16570.044","14225.264"],["16712.481","14226.692"],["16753.693","14168.934"],["16773.780","14175.426"],["16688.185","14209.059"],["16681.031","14196.524"],["16683.157","14171.312"],["16762.508","14213.038"],["16759.810","14191.205"],["16698.729","14172.140"],["16665.860","14127.934"],["16640.112","14118.702"],["16652.241","14125.407"],["16579.391","14109.856"],["16577.878","14098.906"],["16571.332","14111.639"],["16610.387","14155.441"],["16627.213","14175.028"],["16603.184","14194.172"],["16609.680","14215.906"],["16625.124","14193.561"],["14240.905","15913.480"],["14244.213","15735.680"],["14248.160","15735.746"],["14238.341","15728.743"],["14154.588","15740.117"],["14161.742","15738.763"],["14153.683","15739.522"],["14235.862","15855.734"],["14245.942","15862.879"],["14246.255","15861.938"],["14248.350","15809.555"],["14240.176","15817.234"],["14247.281","15814.823"],["14048.630","15871.419"],["14041.229","15868.694"],["14048.318","15862.253"],["14040.586","15819.761"],["14674.159","12723.471"],["14683.687","12620.357"],["14678.638","12657.764"],["14793.600","12589.997"],["14791.264","12609.138"],["14774.883","12603.869"],["14750.927","12644.083"],["14799.584","12655.600"],["14794.305","12629.655"],["14807.413","12654.395"],["14800.718","12734.677"],["14878.133","12695.692"],["14751.246","12548.128"],["14812.211","12756.075"],["14803.215","12697.403"],["14818.643","12692.927"],["14805.945","12692.234"],["14769.284","12564.849"],["14772.245","12563.626"],["14758.824","12594.791"],["14834.953","12623.098"],["14743.681","12550.434"],["14805.336","12577.241"],["14777.924","12551.464"],["14805.090","12578.918"],["14806.883","12586.598"],["14802.393","12590.545"],["14838.085","12584.317"],["14849.680","12547.951"],["14864.704","12574.615"],["14848.997","12598.149"],["14863.964","12588.455"],["14870.416","12652.415"],["14869.955","12643.150"],["14880.163","12673.953"],["14880.466","12722.292"],["15766.922","17143.851"],["15731.858","17188.095"],["15769.076","17157.311"],["15795.006","17153.880"],["24103.807","8520.162"],["14730.709","12445.965"],["14723.158","12487.145"],["14785.337","12451.069"],["14785.865","12504.738"],["14769.197","12419.866"],["14795.317","12527.795"],["14736.678","12484.189"],["14875.007","12531.269"],["14752.437","12486.621"],["14739.822","12492.848"],["14732.421","12502.410"],["14869.761","12540.584"],["14877.648","12400.964"],["14857.335","12410.428"],["14841.549","12407.039"],["14827.091","12438.310"],["14879.695","12489.053"],["14760.671","12496.249"],["14870.409","12356.281"],["14784.070","12471.383"],["14859.691","12388.493"],["14830.495","12429.557"],["14738.047","12357.444"],["14734.264","12374.191"],["14759.445","12349.913"],["14741.050","12528.684"],["14705.183","12411.131"],["14862.827","12358.280"],["14730.874","12398.827"],["14714.098","12410.800"],["14777.598","12420.201"],["14837.538","12361.978"],["14780.038","12541.073"],["14843.919","12337.156"],["14771.567","12530.061"],["14852.441","12468.855"],["14800.509","12425.040"],["14772.460","12369.197"],["14786.742","12368.073"],["14765.244","12461.318"],["14741.033","12465.232"],["14812.334","12353.440"],["14775.942","12531.366"],["14698.939","12436.169"],["14749.644","12381.045"],["14755.269","12382.614"],["14729.380","12375.387"],["14856.695","12506.057"],["14862.863","12516.329"],["14851.629","12532.547"],["15304.665","14678.255"],["15438.669","14691.933"],["15396.606","14722.438"],["15491.748","14854.656"],["15473.818","14776.411"],["15314.609","14841.218"],["15306.310","14806.509"],["15314.994","14795.857"],["15323.813","14781.651"],["15340.169","14822.790"],["15346.189","14845.597"],["15350.284","14821.683"],["15304.264","14831.011"],["15315.306","14798.119"],["15321.037","14865.117"],["15317.797","14867.115"],["15348.152","14711.087"],["15496.025","14735.945"],["15429.566","14727.126"],["15444.282","14782.701"],["15377.972","14838.690"],["15412.451","14814.475"],["14954.235","17409.931"],["14950.434","17487.469"],["14999.285","17427.365"],["14905.536","17565.763"],["14938.243","17415.799"],["14888.356","17462.866"],["14914.549","17505.723"],["14967.713","17445.709"],["14890.935","17417.906"],["14977.290","17450.919"],["15020.023","17491.589"],["14907.890","17444.963"],["15078.276","17598.672"],["15031.977","17570.045"],["15084.210","17611.892"],["15033.887","17531.247"],["15055.436","17535.479"],["15089.901","17619.394"],["14984.979","17582.538"],["14931.102","17437.302"],["6551.865","15945.010"],["14383.188","15485.451"],["14460.211","15447.862"],["14388.862","15499.588"],["14453.961","15506.491"],["14313.145","15451.088"],["14347.832","15452.491"],["14328.605","15435.431"],["14381.056","15386.348"],["14261.281","15309.750"],["14267.251","15307.421"],["14281.692","15311.519"],["14293.946","15313.302"],["14264.378","15350.503"],["14274.756","15333.129"],["14267.200","15367.914"],["14268.565","15373.942"],["14339.549","15350.570"],["14339.335","15359.026"],["3296.292","8143.335"],["3291.410","8121.171"],["3239.254","8297.750"],["3260.816","8311.078"],["3246.827","8206.958"],["3230.988","8222.796"],["6475.747","7431.340"],["6470.007","7460.159"],["6614.200","7459.185"],["6646.130","7435.512"],["6637.113","7401.223"],["6648.840","7410.802"],["6608.119","7460.581"],["6617.461","7433.165"],["6628.063","7443.623"],["6644.280","7445.357"],["14682.205","14021.716"],["14808.204","14023.607"],["14808.869","13844.358"],["14763.636","13844.985"],["14822.865","13876.084"],["14870.493","13844.032"],["14855.131","13839.210"],["14786.945","13862.425"],["14783.672","13860.989"],["14748.994","13831.393"],["14751.428","13829.923"],["14772.429","13904.890"],["14745.686","13936.187"],["14737.577","13921.918"],["14743.912","13974.723"],["14761.537","13992.387"],["14745.814","13990.488"],["14754.054","14008.192"],["14760.489","14020.208"],["14779.206","14013.156"],["14843.466","14026.398"],["14829.502","14011.484"],["14809.398","13996.689"],["14789.861","13984.334"],["14793.562","13982.385"],["14785.190","13975.581"],["14799.190","13951.362"],["14782.957","13932.617"],["14811.584","13929.614"],["14812.440","13925.567"],["14831.704","13961.324"],["14859.839","13988.176"],["14852.191","13974.749"],["14859.724","14000.018"],["14876.202","13916.486"],["14860.548","13843.583"],["14864.611","13858.761"],["14851.615","13864.408"],["14835.365","13879.569"],["14771.465","13857.057"],["14832.808","13994.529"],["14848.071","13982.307"],["14821.015","13968.533"],["18688.679","9187.119"],["24375.019","7889.836"],["24514.524","7840.820"],["24527.381","7820.104"],["24523.975","7817.477"],["24494.087","7720.922"],["24508.496","7777.508"],["24506.132","7777.249"],["24481.945","7729.570"],["24501.351","7880.320"],["24471.771","7860.894"],["24469.524","7867.121"],["24474.837","7864.842"],["24410.481","7874.527"],["24456.803","7842.590"],["24452.757","7854.283"],["24450.004","7832.172"],["24418.184","7790.074"],["15051.689","19493.426"],["14938.942","19499.008"],["14940.618","19383.647"],["14925.963","19358.676"],["14964.171","19370.848"],["14348.057","13182.005"],["14303.170","13253.934"],["14260.844","13349.549"],["14312.479","13262.489"],["14440.773","13283.928"],["14274.509","13378.359"],["14264.657","13380.490"],["14295.724","13282.940"],["14259.937","13374.643"],["14304.261","13286.425"],["14283.456","13380.176"],["14256.672","13242.939"],["19569.589","11019.076"],["19565.691","11025.303"],["19533.306","11007.780"],["19543.043","11005.320"],["19651.150","11046.056"],["13532.513","12648.907"],["13523.697","12650.938"],["13443.275","12642.779"],["13457.535","12608.494"],["13464.542","12630.492"],["13462.387","12646.677"],["13595.573","12659.157"],["13596.724","12645.995"],["13615.984","12665.780"],["13541.228","12664.251"],["13541.951","12753.516"],["13549.336","12719.941"],["13557.412","12716.076"],["13561.918","12738.421"],["13482.078","12549.820"],["13543.493","12561.678"],["13533.855","12561.298"],["13604.064","12749.381"],["13582.056","12558.916"],["13533.241","12620.318"],["13448.819","12560.371"],["13436.427","12601.052"],["16150.379","12763.511"],["16162.493","12807.471"],["16154.993","12777.413"],["16170.536","12804.961"],["16181.296","12813.298"],["16186.675","12833.085"],["16228.928","12860.930"],["16252.987","12936.848"],["16206.175","12758.880"],["16222.688","12759.624"],["16292.806","12955.230"],["16271.889","12837.983"],["16249.307","12848.339"],["16234.537","12846.307"],["16256.950","12768.038"],["16254.219","12778.872"],["16264.910","12778.889"],["16178.418","12913.791"],["16184.455","12929.265"],["16166.033","12938.097"],["16171.471","12956.109"],["16334.904","12836.323"],["16318.716","12867.617"],["16321.216","12866.196"],["16287.632","12903.357"],["16311.020","12922.861"],["16206.431","12902.649"],["16189.885","12923.161"],["16222.418","12880.717"],["11997.542","15877.217"],["13632.040","12333.621"],["13659.672","12327.775"],["13695.868","12290.606"],["13713.753","12239.332"],["13709.009","12277.658"],["13763.732","12253.320"],["13808.494","12165.817"],["13819.919","12182.944"],["15514.379","14137.449"],["15342.219","14048.700"],["15363.848","14086.668"],["15373.379","14042.975"],["15393.874","14090.499"],["15414.462","14130.924"],["15391.176","14077.055"],["15326.134","14068.782"],["15308.920","14036.342"],["15396.571","14059.087"],["13655.989","14680.769"],["13640.332","14672.858"],["13677.478","14780.134"],["13672.709","14783.090"],["13725.669","14812.141"],["13757.643","14767.256"],["13779.567","14756.009"],["13684.140","14736.950"],["13688.317","14746.645"],["13784.419","14804.019"],["14666.978","13198.074"],["15199.634","13880.995"],["15294.179","13870.067"],["15199.263","13964.033"],["15170.843","13958.840"],["15169.396","13975.570"],["15246.216","13922.724"],["15225.985","13916.779"],["15175.004","13862.763"],["15244.095","13979.334"],["15231.001","13860.173"],["15208.766","13986.403"],["15230.887","13850.020"],["15302.161","13824.358"],["15284.938","13900.506"],["15238.374","13946.347"],["15133.916","13948.684"],["15245.348","13934.142"],["15182.284","13940.390"],["15116.124","14016.367"],["15123.188","13988.692"],["15294.497","13841.963"],["15234.065","13955.216"],["15175.031","13847.884"],["15156.741","13938.078"],["15187.518","13950.294"],["15116.256","14004.736"],["15098.653","13961.533"],["15196.185","13980.457"],["15193.471","14001.481"],["15180.231","14009.557"],["15112.769","14023.419"],["15145.457","13980.519"],["15108.192","13972.285"],["15142.859","13951.435"],["15125.721","13988.692"],["15134.118","13879.634"],["15119.052","13851.277"],["15154.324","13920.117"],["15215.130","13905.149"],["15271.000","13967.155"],["15160.014","13837.581"],["23871.240","7953.913"],["23930.250","7946.202"],["23881.413","7912.864"],["23875.236","7938.090"],["23874.463","7934.193"],["23732.466","8097.872"],["23732.119","8015.875"],["14920.402","14581.104"],["14896.537","14602.772"],["15069.863","14651.524"],["15078.159","14592.306"],["14896.883","14605.827"],["14984.546","14537.050"],["14977.612","14600.525"],["14923.730","14602.920"],["14963.566","14621.020"],["15018.657","14554.480"],["15029.052","14566.751"],["15062.177","14520.178"],["14990.164","14484.540"],["15004.984","14469.544"],["14949.210","14528.786"],["14971.183","14530.718"],["14920.337","14652.009"],["14908.035","14638.582"],["32208.275","11699.394"],["32207.636","11539.302"],["32191.155","11530.962"],["32172.899","11554.744"],["32269.025","11566.783"],["32288.828","11564.884"],["32242.200","11581.152"],["15152.365","15531.584"],["15117.348","15555.019"],["15156.772","15568.496"],["15166.647","15608.422"],["15130.496","15598.298"],["15134.887","15616.101"],["15100.727","15586.432"],["15184.454","15635.126"],["15208.417","15606.604"],["15191.559","15598.429"],["15233.407","15629.933"],["15224.361","15652.410"],["15217.437","15642.353"],["15264.213","15618.369"],["15259.443","15619.459"],["15268.588","15625.536"],["15279.921","15565.472"],["15203.990","15539.632"],["15225.421","15561.531"],["15182.957","15552.100"],["15206.049","15539.119"],["15189.684","15564.536"],["15216.616","15507.597"],["15226.599","15518.018"],["15148.288","15641.625"],["15127.844","15658.768"],["15152.872","15671.748"],["15153.332","15677.016"],["15156.934","15651.693"],["15160.453","15667.465"],["15098.045","15625.436"],["15100.907","15618.169"],["15200.249","15514.298"],["15177.321","15510.516"],["15206.762","15512.068"],["15161.555","15686.543"],["15117.662","15658.800"],["15109.718","15653.119"],["15192.836","15676.321"],["15200.698","15680.416"],["15241.384","15708.624"],["15247.601","15716.419"],["15247.583","15710.582"],["15285.020","15664.387"],["15277.076","15666.600"],["15302.181","15679.823"],["15291.793","15673.213"],["15278.175","15679.587"],["15275.166","15717.854"],["15270.084","15697.556"],["15267.880","15702.808"],["15258.554","15698.911"],["15150.905","15682.526"],["15129.063","15681.750"],["15128.274","15671.742"],["15127.139","15690.338"],["5623.142","8030.869"],["5622.320","7994.370"],["5682.073","7976.759"],["5668.059","8003.182"],["5672.269","8027.492"],["23472.300","8648.428"],["23475.162","8617.501"],["23456.426","8587.592"],["23439.129","8540.974"],["23513.649","8581.212"],["23488.919","8567.138"],["23385.060","8544.086"],["16077.208","14700.130"],["16038.755","14694.616"],["16137.468","14754.009"],["16127.406","14816.619"],["16087.115","14820.600"],["16128.841","14842.426"],["16112.139","14845.383"],["7014.778","15984.025"],["18092.313","17343.496"],["17214.666","16316.854"],["17253.017","16142.992"],["17242.794","16160.399"],["17207.023","16323.147"],["17243.409","16326.743"],["17243.803","16221.957"],["17232.163","16230.003"],["17209.924","16158.552"],["23923.999","8060.916"],["23904.476","8057.663"],["23934.477","7943.989"],["23925.431","7909.255"],["23909.973","8011.509"],["23915.697","8032.500"],["23961.588","7342.349"],["24062.502","7476.236"],["23963.203","7370.754"],["23982.674","7329.318"],["24108.369","7428.392"],["24107.403","7404.023"],["24085.891","7396.624"],["24023.239","7403.373"],["24023.330","7408.423"],["24043.362","7419.686"],["24073.719","7436.042"],["24037.767","7435.137"],["23986.713","7345.475"],["23948.272","7315.592"],["19902.331","10711.125"],["19911.742","10751.271"],["19913.856","10764.065"],["19916.228","10718.408"],["19928.368","10748.287"],["19934.552","10748.501"],["19861.150","10782.809"],["19862.844","10795.658"],["19750.488","10797.687"],["19758.448","10763.567"],["19744.685","10734.024"],["13384.979","12729.323"],["13352.792","12743.130"],["13371.279","12747.457"],["13388.252","12738.175"],["14305.758","16469.302"],["14290.019","16439.069"],["14272.937","16476.642"],["14323.706","16503.434"],["14283.276","16501.180"],["13999.653","13634.885"],["13918.727","13613.815"],["13916.144","13615.136"],["13940.776","13630.336"],["13890.123","13607.487"],["13896.669","13608.246"],["13841.111","13630.811"],["13857.360","13681.724"],["13892.196","13702.368"],["13841.456","13738.470"],["13943.413","13798.175"],["14033.581","13711.988"],["13942.710","13686.323"],["14032.834","13648.673"],["13985.618","13787.114"],["13945.390","13741.386"],["13930.587","13730.254"],["5702.254","7446.529"],["5720.610","7434.307"],["5704.754","7446.776"],["5705.786","7341.208"],["5700.671","7331.166"],["5801.718","7444.547"],["5768.675","7461.360"],["5810.572","7422.341"],["5805.778","7469.800"],["5793.540","7473.563"],["5627.399","7390.447"],["5798.148","7365.049"],["5813.081","7371.363"],["5706.663","7311.172"],["5694.629","7313.606"],["5729.925","7407.811"],["5655.437","7392.266"],["5695.806","7385.109"],["13291.409","14233.719"],["13248.385","14397.227"],["13223.830","14272.851"],["13199.668","14294.156"],["13302.260","14391.422"],["13306.651","14423.659"],["13321.684","14390.728"],["13320.648","14396.409"],["13266.832","14387.458"],["13353.181","14400.323"],["13331.339","14430.001"],["13373.049","14410.051"],["13369.579","14419.564"],["13390.269","14409.836"],["13384.064","14341.442"],["13336.802","14268.125"],["14873.640","13177.505"],["2718.252","11046.471"],["2695.045","11031.954"],["15963.358","13901.726"],["15984.838","13917.548"],["16022.624","13936.587"],["16005.552","13930.922"],["16062.297","13906.256"],["16066.754","13944.538"],["16011.868","13940.832"],["15977.336","13888.575"],["16069.484","13944.439"],["15976.036","13885.007"],["15987.369","13872.026"],["16050.955","14022.542"],["16023.308","14020.263"],["15941.175","13992.434"],["15309.776","12056.656"],["15305.724","12117.991"],["15343.441","12098.101"],["15334.724","12118.035"],["15404.444","12118.440"],["15372.388","12107.969"],["15394.954","12115.632"],["15440.982","12120.794"],["15421.818","11983.593"],["15484.033","12090.333"],["15461.092","12089.928"],["15489.133","12077.360"],["15399.375","12045.335"],["15410.951","12059.583"],["15386.851","12038.722"],["15436.452","12088.749"],["16413.188","17244.060"],["16405.754","17240.675"],["16411.313","17247.826"],["16407.415","17247.314"],["2498.063","10994.363"],["2528.383","11041.566"],["2499.830","11041.648"],["2628.888","11062.621"],["2603.986","11035.138"],["14097.470","12776.011"],["14094.164","12788.777"],["14133.505","12777.057"],["14188.072","12821.897"],["14179.076","12818.974"],["14209.520","12832.648"],["14201.658","12837.421"],["14199.614","12839.476"],["14148.209","12762.309"],["14156.696","12944.953"],["14189.340","12903.888"],["14200.656","12883.062"],["14185.524","12930.312"],["14218.407","12826.718"],["14233.440","12762.159"],["14229.854","12828.369"],["14247.140","12814.761"],["14219.065","12822.787"],["14247.429","12784.753"],["14212.166","12881.909"],["14237.725","12913.634"],["14227.758","12913.023"],["14211.393","12822.999"],["14210.669","12874.212"],["14209.337","12848.267"],["13857.970","15457.821"],["13838.025","15417.499"],["13839.676","15417.244"],["13838.885","15389.035"],["13886.653","15353.446"],["13887.610","15327.486"],["13838.135","15494.054"],["13703.252","16145.256"],["16861.699","14314.665"],["16820.054","14280.127"],["16816.814","14275.354"],["16816.139","14286.420"],["16801.008","14261.319"],["16791.340","14342.863"],["16895.001","14420.065"],["16885.560","14413.327"],["16881.470","14396.473"],["16901.980","14393.798"],["16844.453","14398.723"],["16846.624","14371.456"],["16847.347","14365.329"],["16828.682","14337.882"],["16847.136","14316.098"],["16834.356","14346.140"],["16901.614","14339.605"],["16873.226","14318.697"],["16892.963","14322.545"],["16800.676","14303.381"],["16813.440","14332.332"],["16788.472","14332.266"],["11845.980","12724.855"],["13981.088","12446.440"],["14011.006","12491.972"],["13952.141","12495.655"],["13979.986","12492.121"],["13981.286","12493.261"],["13968.901","12451.956"],["14008.381","12355.245"],["13979.499","12372.222"],["14026.453","12459.642"],["14037.029","12446.925"],["6640.992","7854.972"],["6608.944","7834.515"],["6517.974","7840.228"],["6548.352","7819.029"],["6542.247","7822.532"],["6574.201","7841.876"],["6609.337","7874.460"],["6599.853","7816.058"],["13331.295","12764.930"],["13293.615","12811.955"],["13292.365","12917.306"],["13296.099","12838.479"],["13320.349","12785.430"],["13232.258","12804.044"],["13361.427","12764.748"],["13324.247","12781.153"],["13300.755","12804.650"],["13395.955","12853.460"],["13368.390","12834.038"],["13403.547","12840.993"],["13329.539","12792.714"],["13341.718","12812.163"],["13345.874","12792.344"],["13310.300","12936.699"],["14139.971","14217.174"],["14169.626","14186.885"],["14162.290","14177.752"],["14130.397","14226.838"],["14078.323","14124.634"],["14123.850","14057.772"],["14091.235","14085.815"],["14134.294","14071.100"],["14250.634","14067.700"],["14217.715","14129.776"],["24243.215","8168.790"],["24219.021","8174.191"],["24240.485","8143.637"],["31739.751","11011.075"],["31787.827","10952.859"],["31792.958","10917.170"],["31738.232","10901.299"],["31737.607","10906.089"],["31778.102","10988.567"],["31797.395","10986.040"],["31802.921","10998.212"],["31742.675","10874.801"],["31780.750","10858.682"],["31900.058","10984.292"],["31905.255","10929.775"],["31855.567","10974.911"],["6210.638","16962.097"],["14943.070","17068.107"],["14929.472","17007.739"],["14969.147","17059.849"],["14928.460","17049.793"],["14976.342","17080.588"],["14908.136","17052.670"],["14980.447","17055.753"],["14915.774","17066.734"],["15003.890","17070.331"],["14933.214","17102.153"],["14979.975","17193.849"],["14952.701","17153.372"],["14944.785","17120.988"],["14986.435","17138.145"],["14886.307","17004.134"],["14958.734","17007.871"],["14948.931","17007.871"],["7435.904","15509.878"],["7435.403","15508.846"],["16242.286","14880.230"],["16250.181","14896.844"],["16317.628","15077.930"],["16328.105","15050.102"],["16338.648","15051.935"],["16183.520","14935.545"],["16172.418","14926.527"],["16163.750","14894.934"],["16300.852","15016.491"],["16294.405","15025.013"],["16313.911","15011.041"],["16258.345","15071.500"],["16250.319","15078.255"],["16225.365","15072.559"],["16214.461","15042.287"],["16246.917","14999.731"],["16237.328","14988.352"],["16266.275","15006.040"],["16326.063","14916.337"],["16293.039","14972.248"],["16262.071","14955.346"],["16234.863","14924.618"],["16191.660","14905.302"],["16163.867","14943.186"],["16190.952","15006.301"],["16166.311","15066.703"],["16238.308","15045.733"],["16252.985","15017.808"],["16251.918","14990.929"],["16306.714","14979.733"],["12580.004","12139.194"],["12579.642","12207.501"],["12682.626","12130.254"],["12684.271","12213.061"],["12657.923","12125.811"],["12701.459","12153.408"],["12577.278","12128.395"],["12766.539","12233.498"],["12762.377","12234.670"],["12740.512","12221.636"],["12738.357","12208.490"],["12727.915","12184.895"],["12728.837","12185.787"],["12639.458","12177.844"],["12721.541","12207.428"],["12721.228","12209.922"],["12679.583","12164.377"],["12716.271","12170.547"],["12711.781","12171.241"],["12671.603","12191.918"],["12666.093","12185.080"],["12686.195","12167.862"],["12592.599","12145.393"],["12620.075","12134.775"],["12609.737","12158.688"],["16498.966","15091.920"],["16366.099","15122.017"],["16498.361","15128.165"],["16380.852","15121.951"],["16374.471","15118.136"],["16365.711","15187.915"],["16391.846","15207.634"],["16368.027","15258.388"],["16372.485","15253.368"],["16426.920","15168.163"],["16417.797","15266.946"],["16437.533","15254.047"],["16439.458","15219.662"],["16487.919","15220.107"],["16550.696","15104.926"],["16505.836","15190.186"],["16546.527","15182.325"],["16430.427","15091.043"],["16554.637","15144.037"],["16356.996","15101.757"],["16410.412","15138.146"],["16385.872","15249.980"],["16414.502","15174.885"],["16416.048","15188.857"],["16372.963","15231.911"],["16373.604","15234.075"],["16368.884","15212.258"],["16358.192","15258.025"],["16390.856","15266.099"],["16396.514","15252.391"],["16511.787","15180.685"],["16528.761","15157.056"],["16512.455","15240.211"],["16507.057","15261.157"],["13384.481","15784.414"],["13387.587","15834.714"],["13384.512","15833.211"],["13372.404","15761.021"],["13372.552","15755.538"],["13353.297","15771.323"],["13285.862","15838.118"],["13279.062","15841.804"],["13310.493","15815.660"],["13237.594","15915.784"],["13341.555","15718.921"],["13332.081","15731.539"],["13295.385","15724.583"],["13319.473","15743.861"],["15230.308","16282.741"],["15231.327","16282.543"],["15248.018","16305.453"],["15234.068","16329.757"],["15227.900","16341.169"],["15302.525","16186.612"],["15296.308","16185.373"],["15211.978","16299.520"],["15295.026","16171.753"],["15299.829","16171.191"],["15274.695","16188.668"],["15268.248","16201.434"],["15194.971","16296.283"],["15234.306","16222.419"],["15222.990","16242.303"],["15272.705","16164.444"],["15267.393","16171.645"],["15251.572","16318.279"],["15241.424","16332.152"],["15201.129","16262.255"],["15215.636","16261.231"],["15254.108","18280.231"],["15224.476","18322.431"],["15183.680","18415.354"],["15179.667","18423.199"],["15201.854","18368.682"],["15189.700","18412.761"],["15131.755","18408.533"],["15206.788","18356.378"],["14801.504","14428.050"],["14729.041","14292.301"],["14795.287","14441.196"],["14685.776","14309.853"],["14698.325","14310.414"],["14686.394","14277.129"],["14675.743","14311.587"],["14813.804","14260.054"],["14811.024","14301.315"],["14812.373","14322.851"],["14805.777","14296.179"],["14810.979","14251.470"],["14772.590","14271.800"],["14698.864","14386.544"],["14683.930","14396.915"],["14700.822","14370.276"],["14692.826","14426.612"],["14695.227","14274.553"],["14684.487","14255.709"],["14743.235","14291.078"],["14740.258","14280.443"],["14808.103","14336.103"],["14809.304","14307.944"],["14796.359","14326.293"],["14769.704","14399.202"],["14791.152","14430.697"],["14801.135","14394.181"],["16390.923","18419.244"],["16426.087","18415.082"],["16419.393","18274.290"],["16380.594","18304.248"],["16431.203","18279.652"],["16513.078","18268.504"],["16363.049","18356.310"],["16388.806","18367.276"],["31976.653","11563.492"],["31976.686","11540.057"],["31994.087","11544.549"],["32035.985","11515.807"],["32100.037","11568.161"],["32055.086","11568.293"],["32021.075","11601.355"],["32002.457","11612.634"],["32042.177","11585.549"],["32117.126","11651.475"],["32084.807","11649.262"],["32117.800","11626.669"],["5226.378","8612.355"],["5205.461","8570.814"],["5221.123","8568.609"],["5241.123","8555.645"],["5232.955","8704.342"],["5213.481","8686.076"],["5304.586","8654.298"],["5299.553","8671.457"],["5298.600","8720.180"],["5281.380","8705.729"],["5299.715","8575.172"],["5302.017","8602.951"],["5256.343","8556.395"],["16588.448","15668.531"],["16608.812","15659.669"],["16568.450","15659.469"],["16387.777","14128.973"],["16386.981","14225.760"],["16370.803","14205.975"],["16371.626","14201.482"],["16397.913","14233.903"],["16525.779","14189.847"],["16486.021","14118.113"],["16444.254","14159.508"],["16446.458","14160.020"],["16445.767","14171.217"],["16390.912","14215.422"],["16426.899","14201.648"],["16439.371","14230.202"],["16444.470","14214.908"],["16486.308","14220.529"],["16390.263","14172.154"],["16370.690","14183.699"],["16480.923","14149.146"],["16498.357","14161.219"],["16505.166","14161.665"],["16540.974","14170.516"],["16520.990","14189.724"],["16514.527","14168.022"],["16548.725","14095.378"],["16528.923","14099.622"],["16533.873","14108.937"],["16510.888","14143.765"],["16516.957","14143.468"],["16525.674","14143.716"],["16563.430","14191.744"],["16564.154","14197.871"],["16564.466","14201.736"],["14571.883","16597.435"],["14612.012","16598.707"],["14497.282","16738.170"],["14531.775","16704.256"],["14517.563","16770.116"],["15446.003","12956.176"],["15389.360","12880.888"],["15482.097","12969.099"],["15492.376","12966.869"],["15353.576","12803.835"],["15371.874","12857.701"],["15310.267","12878.988"],["15313.132","12817.801"],["15307.899","12838.010"],["15348.742","12861.670"],["15355.582","12887.608"],["15335.105","12884.454"],["15364.705","12934.667"],["15501.846","12928.527"],["15323.051","12860.561"],["15345.878","12876.212"],["15313.214","12802.442"],["15324.116","12806.862"],["15408.255","12944.634"],["15398.572","12885.253"],["15337.180","12915.721"],["15406.220","12885.468"],["15335.288","12896.019"],["15407.224","12763.829"],["15372.902","12773.199"],["15455.226","12925.527"],["15446.114","12903.736"],["15412.479","12910.276"],["15378.636","12931.463"],["15376.481","12901.642"],["15403.091","12932.297"],["15390.147","12938.606"],["15388.471","12919.363"],["15371.794","12903.657"],["15430.843","12938.176"],["15419.774","12936.376"],["15422.701","12947.408"],["15470.798","12760.343"],["15469.054","12771.772"],["15453.479","12769.559"],["15459.482","12834.032"],["15445.189","12842.207"],["15449.614","12822.669"],["15321.122","12766.153"],["15426.349","12812.203"],["15506.638","12827.945"],["15492.841","12811.369"],["15505.472","12817.182"],["15489.222","12815.646"],["15505.240","12849.695"],["15488.746","12760.311"],["15503.862","12758.875"],["15479.671","12857.705"],["15386.224","12803.529"],["15364.353","12769.073"],["7206.593","17346.015"],["13364.760","14579.547"],["13239.704","14596.411"],["13247.763","14646.683"],["13242.352","14637.104"],["13261.381","14531.357"],["13256.254","14492.367"],["13713.166","12754.533"],["13702.788","12704.129"],["13725.419","12715.772"],["13805.366","12687.496"],["13755.267","12758.644"],["13769.060","12708.162"],["13774.902","12683.368"],["6965.862","6133.384"],["6931.093","6101.501"],["16156.717","12585.073"],["16175.171","12611.233"],["16171.799","12611.497"],["16203.264","12728.426"],["16153.907","12553.408"],["16184.914","12550.563"],["16218.194","12560.552"],["16259.000","12547.554"],["16319.939","12643.786"],["16307.093","12631.648"],["16317.439","12617.742"],["16262.078","12625.699"],["16261.963","12597.161"],["16297.933","12625.171"],["16245.124","12618.680"],["16260.272","12629.647"],["16261.111","12620.299"],["16283.099","12738.906"],["16282.063","12720.293"],["16311.405","12736.710"],["16305.516","12686.739"],["16320.877","12657.838"],["16297.999","12687.169"],["16351.781","12714.637"],["16342.834","12714.703"],["16334.988","12713.695"],["16353.449","12577.324"],["16352.890","12581.354"],["6697.388","7444.768"],["6678.770","7427.146"],["11713.046","12032.744"],["11713.276","12085.098"],["11713.013","12094.594"],["16142.729","18188.433"],["15951.669","18190.233"],["15940.780","18211.852"],["15989.366","18232.380"],["15984.711","18205.345"],["16017.359","18187.062"],["16001.438","18160.175"],["14087.789","12243.385"],["14076.490","12254.963"],["14055.305","12255.458"],["14085.091","12283.303"],["14064.615","12257.275"],["14084.943","12248.769"],["14119.276","12269.571"],["14125.806","12304.468"],["14109.293","12314.558"],["14097.484","12303.047"],["14103.289","12334.311"],["14128.278","12161.022"],["14132.476","12184.981"],["14065.771","12133.797"],["14073.961","12144.812"],["14092.909","12159.808"],["14183.358","12305.270"],["14170.858","12318.763"],["14179.870","12298.765"],["14202.995","12228.707"],["14227.057","12274.504"],["14229.787","12279.524"],["14191.693","12187.097"],["14216.423","12138.543"],["14226.386","12154.690"],["16811.142","16469.189"],["16786.821","16552.852"],["16906.648","16555.355"],["16903.935","16557.750"],["16943.346","16374.775"],["16912.991","16371.245"],["16891.120","16407.429"],["16905.410","16434.020"],["16903.963","16436.051"],["16880.150","16404.258"],["16924.281","16363.165"],["16925.729","16373.768"],["16892.541","16430.230"],["16800.123","16524.357"],["16812.804","16534.068"],["16810.912","16558.421"],["14908.771","14034.811"],["19927.269","17308.472"],["19935.444","17304.096"],["19929.175","17274.435"],["14291.675","14768.728"],["14263.780","14750.941"],["14279.963","14673.309"],["14288.910","14721.270"],["14317.586","14670.001"],["14318.342","14679.778"],["14314.970","14698.242"],["14308.863","14826.704"],["14419.262","14798.126"],["14414.821","14825.954"],["14442.915","14842.604"],["14449.560","14865.279"],["15626.432","17187.244"],["15599.239","17197.902"],["15519.693","17172.061"],["15551.693","17131.773"],["15548.880","17113.986"],["15636.974","17193.965"],["15539.974","17129.387"],["14425.217","15289.287"],["14397.368","15249.081"],["14413.157","15250.287"],["14376.328","15259.765"],["14266.044","15255.620"],["14317.235","15237.027"],["14307.581","15249.199"],["14362.627","15253.984"],["14334.544","15244.520"],["14320.843","15243.265"],["14368.233","15232.006"],["14325.779","15269.933"],["14344.973","15281.874"],["14390.238","15255.727"],["14389.333","15243.522"],["14369.614","15227.596"],["14325.120","15233.371"],["14392.576","15270.906"],["14385.257","15277.760"],["14376.808","15143.366"],["14341.242","15231.892"],["14260.677","15139.561"],["14276.425","15222.829"],["14340.863","15238.614"],["14286.836","15229.567"],["14322.121","15127.128"],["14309.703","15141.926"],["14257.297","15234.634"],["14358.089","15118.571"],["14349.849","15134.690"],["14305.338","15227.116"],["14416.255","15245.685"],["14437.509","15250.948"],["14393.878","15150.710"],["14449.676","15174.439"],["14458.229","15181.755"],["14425.400","15169.149"],["14424.347","15177.935"],["14445.848","15248.851"],["14415.319","15158.033"],["14406.634","15158.281"],["14333.261","15231.142"],["14383.157","15143.812"],["14417.061","15247.584"],["14357.763","15272.097"],["14350.872","15291.106"],["14450.531","16373.459"],["9692.790","13731.360"],["9669.217","13753.682"],["9690.431","13738.103"],["9650.496","13708.089"],["9650.189","13613.458"],["9647.093","13609.071"],["9779.213","13765.803"],["9792.497","13773.192"],["9709.600","13721.047"],["9646.700","13674.811"],["19969.092","17253.453"],["19938.273","17308.274"],["19965.166","17287.054"],["19971.367","17306.013"],["19949.273","17296.797"],["19937.135","17289.877"],["8969.616","14808.925"],["8950.436","14795.196"],["8951.260","14819.127"],["8539.871","17203.776"],["8550.804","17254.096"],["14054.240","15231.160"],["14069.175","15249.393"],["14061.598","15270.569"],["14044.435","15249.614"],["14049.616","15251.646"],["14088.067","15280.767"],["14081.933","15264.681"],["14130.615","15255.000"],["14119.974","15277.395"],["6709.431","6003.012"],["6747.606","6037.613"],["6761.258","6045.480"],["6775.368","6068.424"],["6782.713","6028.956"],["16403.259","14261.714"],["16387.765","14261.913"],["16404.930","14376.390"],["16559.035","14309.110"],["16433.913","14408.577"],["16379.689","14399.764"],["16375.785","14389.272"],["16384.437","14391.899"],["16382.069","14421.824"],["16404.996","14416.176"],["16437.397","14423.710"],["16436.640","14422.686"],["16437.380","14441.547"],["16542.267","14443.311"],["16559.808","14423.044"],["16538.663","14423.751"],["16500.738","14427.799"],["16479.148","14409.625"],["16507.176","14394.712"],["16434.705","14299.125"],["16471.847","14296.946"],["16561.026","14345.750"],["16506.270","14387.004"],["24389.493","8084.917"],["24370.875","8087.460"],["24450.348","8005.116"],["24402.025","8007.506"],["24466.122","8013.241"],["24432.875","8003.591"],["24449.028","7999.057"],["24399.164","8059.682"],["18657.608","17936.226"],["18654.664","17970.611"],["17226.048","16654.506"],["17284.909","16622.173"],["17290.092","16599.169"],["17295.433","16617.657"],["17254.344","16641.692"],["17263.725","16626.428"],["17219.574","16659.685"],["14020.934","14866.031"],["14009.651","14674.364"],["14025.700","14711.345"],["14031.752","14720.973"],["14027.045","14861.002"],["14034.266","14757.772"],["14941.825","16438.764"],["15022.547","16363.069"],["14956.013","16406.525"],["15078.215","16391.999"],["14967.623","16436.183"],["15028.163","16419.248"],["15056.066","16538.011"],["14991.997","16491.589"],["14953.049","16521.353"],["14884.254","16498.239"],["14884.147","16485.240"],["15000.735","16358.364"],["15053.451","16372.485"],["15055.787","16366.638"],["15023.551","16362.726"],["14968.601","16353.668"],["15041.593","16474.596"],["14984.132","16409.332"],["15005.176","16355.342"],["14933.238","16419.747"],["14893.082","16528.460"],["14905.638","16537.940"],["14907.234","16553.266"],["14912.277","16486.412"],["14906.439","16493.630"],["14920.636","16524.406"],["14916.771","16515.620"],["14913.888","16442.794"],["14908.510","16446.146"],["14921.906","16411.056"],["14906.824","16395.350"],["14953.467","16441.903"],["14898.026","16354.684"],["14896.628","16360.283"],["14971.772","16473.566"],["14972.792","16474.871"],["17820.885","17200.512"],["17827.020","17201.816"],["17815.147","17219.295"],["17803.206","17215.645"],["17795.470","17212.888"],["17791.259","17210.526"],["13333.931","12700.139"],["13321.246","12636.400"],["13224.577","12678.973"],["13384.509","12624.249"],["13401.565","12612.160"],["13253.720","12741.318"],["13306.492","12697.861"],["13368.071","12687.044"],["13309.227","12691.402"],["13322.550","12580.276"],["13327.665","12583.661"],["13229.729","12572.051"],["13224.482","12566.188"],["13923.765","12350.878"],["13878.716","12346.732"],["13879.591","12464.625"],["13884.038","12463.963"],["13832.338","12435.492"],["13897.272","12513.840"],["13849.640","12513.047"],["13862.560","12519.638"],["13850.077","12512.569"],["13885.109","12546.045"],["13863.366","12521.685"],["13619.705","12418.642"],["13484.506","12443.280"],["13491.233","12437.599"],["13447.072","12397.946"],["13487.742","12380.095"],["13490.110","12429.806"],["13519.765","12406.008"],["13482.051","12398.493"],["13531.887","12399.137"],["13615.676","12433.177"],["19690.989","18226.096"],["19673.062","18237.491"],["19645.045","18153.920"],["19626.805","18112.186"],["19546.426","18159.205"],["19561.015","18150.253"],["19543.976","18198.594"],["9683.214","17573.181"],["9663.639","17608.054"],["13568.835","15573.753"],["13585.312","15556.021"],["13577.844","15520.668"],["13600.051","15507.521"],["13500.606","15671.920"],["13484.689","15686.426"],["13481.196","15678.203"],["13497.938","15702.140"],["13610.109","15515.071"],["13605.553","15525.575"],["13481.694","15554.085"],["13482.763","15554.845"],["13477.538","15518.693"],["13470.893","15515.555"],["13459.204","15539.210"],["13447.066","15531.794"],["13485.706","15534.023"],["13479.406","15529.597"],["16618.788","14954.466"],["16641.248","14916.949"],["16588.420","14907.684"],["16572.393","15077.462"],["16614.660","14965.631"],["16589.686","14895.594"],["16771.126","14950.991"],["16575.922","15047.637"],["16741.547","15079.020"],["16748.257","15073.603"],["16761.448","15078.574"],["11289.426","16921.494"],["15133.710","15096.192"],["15126.029","15092.410"],["15265.620","15142.220"],["15160.478","15156.369"],["15245.640","15211.301"],["15211.331","15183.168"],["15242.828","15220.731"],["15157.812","15182.432"],["15131.103","15147.859"],["15157.237","15183.340"],["15137.978","15168.223"],["15132.762","15134.804"],["15247.943","15226.082"],["15222.259","15144.225"],["15177.210","15092.530"],["15131.248","15144.102"],["15287.142","15112.153"],["15269.830","15130.197"],["15233.917","15129.922"],["15151.035","15145.225"],["15164.814","15203.480"],["15267.495","15137.117"],["15229.069","15140.426"],["15270.189","15102.660"],["15252.574","15100.050"],["15288.092","15105.783"],["15224.641","15129.724"],["15240.430","15114.497"],["15294.597","15250.682"],["15205.149","15203.414"],["15187.578","15174.767"],["15242.497","15295.149"],["15123.738","15261.571"],["15120.778","15249.878"],["15147.916","15248.193"],["15103.267","15294.231"],["15101.915","15244.373"],["15201.852","15272.404"],["15200.865","15265.401"],["15224.303","15285.104"],["15208.164","15108.331"],["13818.060","13823.848"],["13799.695","13844.820"],["13777.235","13841.566"],["13775.426","13843.614"],["13829.634","13863.356"],["13799.667","13872.406"],["13744.964","13942.563"],["13719.992","13992.861"],["13734.432","14002.291"],["13777.228","14020.590"],["13658.115","14018.172"],["13825.753","14002.131"],["13810.459","14002.026"],["13798.384","13987.547"],["13804.435","13988.456"],["13789.764","13981.681"],["13753.692","13957.359"],["13764.570","13959.353"],["13771.720","13972.481"],["13756.626","13966.235"],["13763.449","13872.125"],["13740.050","13882.284"],["9598.601","13667.539"],["9607.399","13659.773"],["9612.515","13613.144"],["9587.256","13638.575"],["7199.261","12693.705"],["24654.947","8192.469"],["24653.158","8198.347"],["23544.927","8427.295"],["23575.613","8444.511"],["10574.658","15808.999"],["10591.233","15804.087"],["10601.581","15778.675"],["10605.071","15895.946"],["10579.054","15869.217"],["12525.547","12194.537"],["12527.967","12191.780"],["12562.584","12320.860"],["12495.070","12193.348"],["12487.440","12257.859"],["12515.366","12233.248"],["16157.134","15729.258"],["16157.574","15770.909"],["16154.433","15784.171"],["16173.927","15718.539"],["16166.735","15778.737"],["16229.540","15731.191"],["16241.267","15733.998"],["6669.491","5960.873"],["6649.375","5970.127"],["6643.515","5957.342"],["6659.315","5933.076"],["6648.243","5929.083"],["6655.222","5906.128"],["6660.993","5886.304"],["6655.421","5825.747"],["12897.880","12746.522"],["12790.682","12560.241"],["12786.620","12587.472"],["12809.562","12608.041"],["12965.624","12749.555"],["12818.348","12660.904"],["12852.358","12653.334"],["12959.423","12650.628"],["12956.989","12706.797"],["12899.659","12630.794"],["12830.628","12574.617"],["12965.931","12748.907"],["13631.728","13240.849"],["13626.498","13250.725"],["13729.655","13185.871"],["13716.459","13260.273"],["13711.773","13241.763"],["13694.354","13251.223"],["13737.215","13243.229"],["13666.845","13184.225"],["13631.482","12420.064"],["13640.840","12443.879"],["13629.097","12410.386"],["13630.363","12415.950"],["13707.501","12337.535"],["13690.017","12450.658"],["13665.856","12484.580"],["13679.146","12434.985"],["13671.892","12482.367"],["13703.488","12472.904"],["13767.294","12434.137"],["13764.876","12366.177"],["14834.230","14631.755"],["14838.991","14554.447"],["14870.175","14537.750"],["14829.230","14512.357"],["14842.635","14485.553"],["14861.368","14471.333"],["14745.038","14636.044"],["14868.849","14455.445"],["13066.447","13567.134"],["13140.554","13568.059"],["13095.390","13590.949"],["13153.005","13587.266"],["13198.614","13516.895"],["13121.755","13452.138"],["13185.094","13533.129"],["13155.094","13449.364"],["13149.028","13586.502"],["13190.491","13546.433"],["13197.772","13538.390"],["13177.904","13517.383"],["13186.045","13518.820"],["16698.528","18873.068"],["16638.956","18816.272"],["16731.801","18756.702"],["16696.867","18865.802"],["16709.663","18811.301"],["16653.134","18729.517"],["19967.999","10595.569"],["19968.937","10604.339"],["14155.328","13539.132"],["14197.763","13460.973"],["14086.450","13487.039"],["14183.193","13469.037"],["14185.857","13520.062"],["14120.035","13426.345"],["14227.354","13422.434"],["14105.891","13485.949"],["14046.017","13543.348"],["14193.340","13435.679"],["14162.368","13602.452"],["14211.647","13509.285"],["14212.025","13504.875"],["14041.969","13526.728"],["15562.774","18032.380"],["17144.343","16137.149"],["17113.610","16135.413"],["17195.403","16127.051"],["14949.543","15732.859"],["15088.834","15786.539"],["14894.108","15727.278"],["14948.095","15728.780"],["5589.281","7901.087"],["5583.182","7947.795"],["5567.363","7975.321"],["5604.590","7997.742"],["5610.840","7979.030"],["5509.251","7898.207"],["5520.401","7900.501"],["18645.430","17826.064"],["14130.179","12093.731"],["14102.185","12122.765"],["14066.113","12073.281"],["14060.981","12066.955"],["14131.700","12117.613"],["14104.806","12101.552"],["14179.109","12104.874"],["14245.680","12026.698"],["14235.742","12045.992"],["14207.526","12035.416"],["13142.538","12777.421"],["13093.185","12772.188"],["16595.065","14657.685"],["16698.822","14586.644"],["16629.700","14607.012"],["16631.559","14641.987"],["16677.632","14626.770"],["16770.403","14637.970"],["16684.942","14632.071"],["16682.688","14575.755"],["16724.499","14548.521"],["16704.297","14507.538"],["16658.960","14509.359"],["16683.909","14510.241"],["16764.998","14463.780"],["14773.118","15201.481"],["14749.467","15210.614"],["14855.513","15271.071"],["14712.191","15131.963"],["14695.266","15158.434"],["14688.325","15147.980"],["14837.990","15088.455"],["14809.092","15116.713"],["14829.306","15113.476"],["14873.116","15178.383"],["14763.493","15224.939"],["14755.582","15237.986"],["14849.493","15227.742"],["14766.536","15253.741"],["14871.023","15227.344"],["14828.687","15197.915"],["14837.716","15227.874"],["14821.896","15130.174"],["14776.046","15208.533"],["14855.858","15274.540"],["14816.833","15237.137"],["14808.412","15258.260"],["14813.133","15257.450"],["14881.470","15287.220"],["14807.376","15275.210"],["14754.803","15288.138"],["14746.744","15288.535"],["14723.427","15268.089"],["14733.855","15237.536"],["14834.680","15148.570"],["14804.959","15142.245"],["14827.426","15163.765"],["14741.837","15204.141"],["14730.785","15184.207"],["14727.956","15210.499"],["14743.428","15094.890"],["14703.050","15103.527"],["14700.418","15095.286"],["14834.540","15277.994"],["14823.636","15267.787"],["14692.727","15239.794"],["14673.928","15252.015"],["14698.747","15224.782"],["14699.878","15266.928"],["14690.585","15283.179"],["14704.203","15252.610"],["8760.703","11750.961"],["8757.967","11717.382"],["8744.436","11743.941"],["13747.194","12648.679"],["13651.411","12645.185"],["13649.059","12694.995"],["13650.951","12622.642"],["13630.161","12702.675"],["13620.786","12690.966"],["13809.964","12575.465"],["13807.086","12572.162"],["13764.800","12560.238"],["13673.963","12552.021"],["13620.366","12613.429"],["13771.511","12570.668"],["13714.657","12612.222"],["10703.205","17423.099"],["15782.564","13593.609"],["15887.041","13427.698"],["15868.176","13461.306"],["15872.831","13472.405"],["15753.133","13413.711"],["15746.982","13426.379"],["15841.762","13417.587"],["15827.173","13431.097"],["15841.186","13414.416"],["15814.019","13490.970"],["15804.776","13472.539"],["15781.322","13457.229"],["15728.520","13511.827"],["15745.978","13463.703"],["15749.279","13477.949"],["15766.680","13468.849"],["15769.888","13581.262"],["15767.701","13582.005"],["15754.099","13591.220"],["15754.403","13553.021"],["15741.615","13560.462"],["15736.060","13600.337"],["14511.115","15453.709"],["14478.122","15466.789"],["14518.175","15493.977"],["14571.885","15498.402"],["14599.905","15500.112"],["14604.444","15503.068"],["16592.839","15112.361"],["16573.608","15114.043"],["16587.790","15189.229"],["16581.217","15144.330"],["16662.956","15169.093"],["16673.745","15152.066"],["13609.066","13799.657"],["13605.333","13774.818"],["13616.533","13812.968"],["13582.602","13814.141"],["10089.231","13942.898"],["10068.277","13975.528"],["10131.482","13989.285"],["10076.377","13876.389"],["10049.358","13874.895"],["10060.772","13895.258"],["14440.826","12631.853"],["14450.990","12638.211"],["14425.312","12572.919"],["14413.421","12599.789"],["12886.104","12769.462"],["12983.545","12969.941"],["12913.249","12943.714"],["12917.206","12942.224"],["12980.617","12793.988"],["12981.654","12781.277"],["12961.786","12823.655"],["12974.829","12816.322"],["12959.999","12770.657"],["12970.380","12807.104"],["31656.579","10731.880"],["31656.069","10743.176"],["31619.394","10653.833"],["31693.867","10781.649"],["31668.012","10791.972"],["31698.884","10821.286"],["31716.151","10709.149"],["31719.803","10735.524"],["31666.606","10672.944"],["31649.566","10670.879"],["31598.849","10785.037"],["31644.112","10793.229"],["31626.053","10806.540"],["31559.739","10831.219"],["31536.711","10837.458"],["31552.525","10652.358"],["31680.623","10672.072"],["31658.962","10647.663"],["13507.553","12971.768"],["13575.113","13160.852"],["13583.382","13154.119"],["13584.179","13051.525"],["13580.485","12977.624"],["13553.934","13074.944"],["13556.154","13062.243"],["13511.867","13155.762"],["13532.783","13145.608"],["13528.029","13158.473"],["13522.717","13148.019"],["15727.293","12276.095"],["15924.999","12306.961"],["15915.082","12312.180"],["15915.115","12288.695"],["15899.615","12202.094"],["15904.813","12217.668"],["15900.273","12228.105"],["15886.757","12251.964"],["15876.625","12268.975"],["15857.151","12235.664"],["15920.253","12255.459"],["15797.565","12235.968"],["15821.808","12264.440"],["15826.387","12244.346"],["15743.578","12320.554"],["15795.099","12269.847"],["15774.984","12244.132"],["15870.842","12331.155"],["15754.844","12334.988"],["15772.808","12288.250"],["15857.146","12316.672"],["15836.324","12327.093"],["15838.446","12327.093"],["15779.162","12279.624"],["15801.151","12313.678"],["15817.089","12288.475"],["15809.441","12287.633"],["3611.267","8171.694"],["3589.086","8195.290"],["3598.609","8197.503"],["3568.542","8140.936"],["3575.845","8166.501"],["3517.358","8161.558"],["3651.456","8278.997"],["3627.354","8254.968"],["3631.087","8257.098"],["3519.489","8262.833"],["15242.587","12519.190"],["15146.288","12436.424"],["15116.370","12441.693"],["15225.054","12529.116"],["15247.581","12351.987"],["15262.907","12404.333"],["15134.807","12525.941"],["15149.215","12534.314"],["15179.077","12477.018"],["15165.642","12483.140"],["15208.380","12432.355"],["15160.132","12464.461"],["15225.596","12406.353"],["15106.803","12517.377"],["15121.573","12524.016"],["15208.962","12455.680"],["15268.610","12483.853"],["15240.013","12435.481"],["15235.769","12399.445"],["15207.718","12388.880"],["15185.117","12398.495"],["15180.775","12391.624"],["15204.208","12477.415"],["15145.883","12513.412"],["15126.031","12513.066"],["15097.239","12384.721"],["15165.446","12389.213"],["15127.240","12501.431"],["15152.602","12477.930"],["15115.346","12383.848"],["15126.810","12381.486"],["15149.318","12421.540"],["15168.676","12406.313"],["15154.121","12452.192"],["15122.794","12355.090"],["15109.274","12345.775"],["15110.902","12356.064"],["15171.047","12352.651"],["15159.797","12338.233"],["15151.178","12342.676"],["15265.206","12451.450"],["15245.305","12504.117"],["15126.726","12495.040"],["15110.739","12467.707"],["15128.404","12491.142"],["15592.876","18480.425"],["15632.280","18476.840"],["15716.373","18534.164"],["15629.065","18483.201"],["15703.135","18498.061"],["15670.421","18491.405"],["15698.595","18486.187"],["15703.817","18624.575"],["5198.013","7544.452"],["5126.929","7681.236"],["13199.535","13527.283"],["13243.169","13396.961"],["13351.962","13406.902"],["13380.745","13427.827"],["13282.391","13441.654"],["13317.621","13490.986"],["13395.985","13541.563"],["13397.925","13490.019"],["13391.610","13522.438"],["13322.818","13475.461"],["13265.351","13492.439"],["13267.522","13467.038"],["13243.641","13487.402"],["13289.957","13585.720"],["13324.085","13586.975"],["13315.549","13580.683"],["13318.624","13582.235"],["13359.266","13547.834"],["13296.256","13579.263"],["13286.289","13536.752"],["13288.690","13530.870"],["13212.953","13550.050"],["13199.615","13504.484"],["13255.651","13553.039"],["13234.878","13600.355"],["13301.897","13438.533"],["13358.694","13571.763"],["13347.813","13575.655"],["14385.362","16582.694"],["14389.099","16590.994"],["13256.792","14720.837"],["13219.415","14742.099"],["13213.455","14754.096"],["9163.694","13289.568"],["9115.627","13297.536"],["9089.330","13218.552"],["9157.720","13257.966"],["9144.019","13253.640"],["9139.482","13225.824"],["9043.364","13224.720"],["9116.684","13262.638"],["9179.619","13315.762"],["9123.992","13366.137"],["14476.076","14662.136"],["14179.872","12419.874"],["14196.542","12442.098"],["14198.384","12474.930"],["14145.411","12367.160"],["14192.189","12377.439"],["14190.495","12381.419"],["14186.959","12401.039"],["14223.340","12375.490"],["14051.831","12387.651"],["14041.239","12423.820"],["14085.980","12482.106"],["14057.769","12442.829"],["13981.024","13309.552"],["14013.128","13244.131"],["13962.331","13334.741"],["13962.035","13392.380"],["14020.624","13240.497"],["14037.200","13292.062"],["13967.775","13384.997"],["15115.347","17609.714"],["19824.089","10908.166"],["19850.027","10880.816"],["14503.536","16200.498"],["14463.322","16156.303"],["14467.269","16202.678"],["14475.284","16303.071"],["14472.242","16350.585"],["14471.452","16348.801"],["14472.653","16301.948"],["14500.613","16312.385"],["14495.992","16331.527"],["14671.588","16283.700"],["14669.697","16232.552"],["14663.546","16282.808"],["14662.707","16245.368"],["14668.036","16267.466"],["14470.378","16304.187"],["14464.477","16199.416"],["14488.553","16153.222"],["14661.131","16335.048"],["15039.001","17221.397"],["15020.549","17283.413"],["15042.295","17325.518"],["15023.699","17374.675"],["15058.510","17406.975"],["15054.924","17317.042"],["15026.843","17380.096"],["15048.717","17209.796"],["14996.843","17204.250"],["15780.173","13807.687"],["15771.593","13783.726"],["15752.015","13806.497"],["15855.211","13716.587"],["15765.370","13778.696"],["15773.116","13724.658"],["15744.202","13761.520"],["15841.188","13784.647"],["15814.215","13806.695"],["15858.326","13780.882"],["15798.101","13653.910"],["15775.310","13638.927"],["15792.037","13641.206"],["15813.734","13691.150"],["15814.984","13693.462"],["15736.483","13670.414"],["15741.949","13711.211"],["15746.490","13711.245"],["15758.691","13707.181"],["15772.309","13691.896"],["15773.707","13678.122"],["15785.336","13678.139"],["15862.332","13727.991"],["15833.193","13730.041"],["15842.502","13754.451"],["15840.495","13739.191"],["15827.191","13753.099"],["15822.652","13743.289"],["15808.080","13723.075"],["15626.289","17585.285"],["15623.570","17590.015"],["15714.656","17571.593"],["15669.003","17582.416"],["15723.159","17564.938"],["15606.185","17604.569"],["15577.827","17588.861"],["15627.856","17534.159"],["15712.095","17592.438"],["15673.245","17596.699"],["15686.715","17596.831"],["9397.402","13129.173"],["9406.697","13166.674"],["9334.398","13138.767"],["9358.333","13155.333"],["9391.371","13158.497"],["9404.694","13103.532"],["9401.923","13086.871"],["9379.408","13060.610"],["9364.795","13021.283"],["9386.393","13006.426"],["9352.095","13082.717"],["9202.407","12971.175"],["9351.787","13047.839"],["9277.548","12978.165"],["9271.484","12986.808"],["9253.788","13003.764"],["9199.394","13037.050"],["9369.780","13122.835"],["9374.529","13089.901"],["9215.062","12978.455"],["24690.549","8012.640"],["24641.555","8097.432"],["31833.606","10326.139"],["31821.797","10340.805"],["31828.388","10355.803"],["31772.050","10352.405"],["31786.770","10356.485"],["31768.431","10380.151"],["31773.972","10427.808"],["31819.704","10384.551"],["31807.155","10415.368"],["31857.138","10403.494"],["31753.162","10405.251"],["15770.050","18658.976"],["15750.363","18634.666"],["5143.449","8298.490"],["5095.927","8235.736"],["5125.894","8230.550"],["5152.000","8167.801"],["5131.539","8178.156"],["5065.703","8224.510"],["5081.607","8187.813"],["5061.986","8228.953"],["5120.944","8184.795"],["5098.994","8271.329"],["5130.705","8285.235"],["5114.652","8250.850"],["14064.091","13284.621"],["14089.453","13232.405"],["14044.324","13375.478"],["14148.007","13332.292"],["14114.600","13280.690"],["14148.894","13385.734"],["14224.446","13334.504"],["14161.839","13367.831"],["14093.746","13229.974"],["14109.132","13391.779"],["14959.088","12334.181"],["14948.642","12287.298"],["14961.224","12322.475"],["14937.293","12316.761"],["15057.023","12216.759"],["15050.527","12235.388"],["15069.589","12208.303"],["14924.489","12308.451"],["14911.742","12323.100"],["14896.643","12309.409"],["19854.344","18364.205"],["19855.792","18310.233"],["19849.920","18363.198"],["19860.792","18309.441"],["19825.726","18333.751"],["15113.276","15916.582"],["15198.776","15911.996"],["15392.948","18510.123"],["15305.596","18534.549"],["15381.880","18666.284"],["15434.101","18661.180"],["15917.966","16595.377"],["15832.419","16751.664"],["15746.588","16568.408"],["15755.252","16578.166"],["15794.075","16579.332"],["15800.105","16729.919"],["15808.954","16724.766"],["15787.144","16722.272"],["15821.804","16581.710"],["15809.452","16568.927"],["15829.314","16653.146"],["15817.077","16636.168"],["15809.067","16653.344"],["15815.251","16639.372"],["15775.819","16691.714"],["15784.815","16688.378"],["15766.000","16683.985"],["15790.617","16666.866"],["15782.159","16736.517"],["15765.695","16732.602"],["15818.194","16761.950"],["15800.370","16667.906"],["15806.227","16760.172"],["23978.007","7439.399"],["23998.807","7458.499"],["24010.205","7460.497"],["24005.725","7460.310"],["23999.878","7454.260"],["23976.325","7446.679"],["23981.877","7457.696"],["23967.897","7456.226"],["23963.664","7455.402"],["23982.431","7472.160"],["23474.564","8018.150"],["23513.225","7944.676"],["23513.305","7962.911"],["17005.825","15735.300"],["16175.099","13197.665"],["16321.482","13184.768"],["16304.887","13188.996"],["14979.229","16807.782"],["14891.159","16878.190"],["14965.748","16914.538"],["14990.113","16832.474"],["15068.919","16886.409"],["15008.914","16923.654"],["15072.883","16881.818"],["14980.410","16859.930"],["14929.519","16854.101"],["14886.552","16838.544"],["14965.180","16973.514"],["14941.983","16879.981"],["14985.451","16979.154"],["15031.710","16926.395"],["14943.108","16859.986"],["14924.473","16813.789"],["15005.251","16954.831"],["14917.799","16976.994"],["15035.420","16946.481"],["15026.564","16894.253"],["15037.305","16866.980"],["15040.940","16854.148"],["15053.481","16905.922"],["15036.794","16879.588"],["14915.004","16825.445"],["15024.983","16802.082"],["14939.489","16946.128"],["14990.318","16912.623"],["14993.172","16845.538"],["14977.836","16920.550"],["15084.326","16879.227"],["14970.437","16823.444"],["15007.356","16950.669"],["15057.462","16904.485"],["14907.471","16845.858"],["15027.209","16919.035"],["15045.580","16850.243"],["15055.448","16837.477"],["15027.772","16844.569"],["15024.515","16834.891"],["14016.255","15087.446"],["14019.380","15086.306"],["13916.403","15123.614"],["13854.183","15095.142"],["13992.448","15132.017"],["14024.498","15143.473"],["14020.107","15148.246"],["13992.612","15124.420"],["5414.361","7902.560"],["5413.345","8020.600"],["5433.937","8020.732"],["5410.960","7977.957"],["5434.403","8046.716"],["5410.911","8102.761"],["5462.193","7974.841"],["5448.212","7984.536"],["3254.111","8329.344"],["3265.295","8323.877"],["3246.653","8359.399"],["3258.331","8348.284"],["3298.898","8435.632"],["16782.827","15838.425"],["16931.455","15842.449"],["16819.120","15834.534"],["16944.217","15754.395"],["16946.017","15787.774"],["16877.535","15067.777"],["16898.107","15005.417"],["16864.789","15056.101"],["16810.304","15030.693"],["16843.706","14880.663"],["16860.828","14879.358"],["16808.904","14918.332"],["16783.361","14899.257"],["16787.440","14933.741"],["16800.089","14971.210"],["16810.714","14981.384"],["16804.284","14974.612"],["16834.427","14975.256"],["16854.756","14948.435"],["16830.924","14947.758"],["16904.094","15017.936"],["16890.433","14999.877"],["16866.812","15078.909"],["16831.000","15043.519"],["16817.464","15052.107"],["16834.667","15041.339"],["16803.902","15080.844"],["15188.421","16999.790"],["15239.800","16999.015"],["15187.742","17041.601"],["15162.657","17027.005"],["15303.023","17146.312"],["15238.044","17040.926"],["15271.172","17075.402"],["15238.653","17031.463"],["15104.460","17070.971"],["15179.732","17041.519"],["15262.690","17063.244"],["15095.202","17043.195"],["15217.053","17028.831"],["15217.763","17115.165"],["15296.925","17041.327"],["15275.338","17055.614"],["15146.476","17022.381"],["15105.068","17024.866"],["15278.991","17142.035"],["15297.106","17042.549"],["15130.340","17058.289"],["15225.745","17018.499"],["15294.968","17167.613"],["13725.846","12891.643"],["13725.007","12893.724"],["13703.022","12783.750"],["13711.933","12766.424"],["13743.885","12774.400"],["13758.063","12778.347"],["13811.221","12762.855"],["13751.416","12837.273"],["13718.159","12780.427"],["13766.169","12790.435"],["14516.066","15413.081"],["14543.813","15472.685"],["14488.467","15410.026"],["14626.097","15441.770"],["14585.618","15432.396"],["14594.565","15425.939"],["14565.059","15481.821"],["14592.148","15442.779"],["14537.510","15445.520"],["14667.665","15443.135"],["14656.596","15432.268"],["14636.838","15451.411"],["14625.095","15452.649"],["14615.470","15481.753"],["14613.858","15484.313"],["14529.400","15470.112"],["14520.239","15461.738"],["14565.329","15412.913"],["14503.827","15304.415"],["14659.152","15302.005"],["14651.603","15305.671"],["14500.850","15300.995"],["14671.613","15333.870"],["14638.442","15430.888"],["14638.492","15424.827"],["14524.831","15344.029"],["14530.177","15335.953"],["14625.417","15435.023"],["14629.676","15295.971"],["14528.247","15357.301"],["14515.879","15366.352"],["14638.360","15302.660"],["14539.287","15366.500"],["14525.981","15363.197"],["14545.224","15368.448"],["14552.543","15367.193"],["14638.734","15410.007"],["14653.970","15420.481"],["14623.559","15429.011"],["14641.724","15495.896"],["2409.484","11165.743"],["2447.280","11204.735"],["2406.351","11199.982"],["2318.015","11175.155"],["2308.739","11212.992"],["2288.634","11238.224"],["2280.838","11240.041"],["2285.880","11146.783"],["2292.344","11144.636"],["2272.430","11092.017"],["2293.581","11104.057"],["2330.362","11074.914"],["2316.990","11107.400"],["2363.870","11115.610"],["2335.926","11087.105"],["2403.680","11108.590"],["2390.341","11104.263"],["2442.620","11090.939"],["2444.374","11108.710"],["2448.239","11102.286"],["2445.411","11176.245"],["2438.372","11173.140"],["13996.102","14310.251"],["13904.007","14239.187"],["13830.659","14313.347"],["13886.860","14385.362"],["13955.545","14390.960"],["13927.436","14354.957"],["13937.288","14354.297"],["13943.258","14339.036"],["13959.360","14383.545"],["14010.398","14297.472"],["14012.289","14305.862"],["14019.855","14307.843"],["31939.176","11434.616"],["31963.259","11484.889"],["32044.883","11457.689"],["32033.008","11463.404"],["13747.376","12968.794"],["13806.219","12938.338"],["13682.393","12968.877"],["13755.057","12964.831"],["10901.896","16943.409"],["10893.246","16929.599"],["8631.958","17159.214"],["8570.147","17145.546"],["8580.923","17112.666"],["8593.926","17121.177"],["8580.043","17135.222"],["13978.515","13396.195"],["13828.825","13476.946"],["13838.951","13480.385"],["13911.122","13546.009"],["13893.654","13542.415"],["13861.830","13569.380"],["13945.710","13547.799"],["13837.172","13547.923"],["13845.149","13549.410"],["13837.041","13556.676"],["13903.859","13559.332"],["13959.603","13501.299"],["13882.004","13600.555"],["9124.087","13047.753"],["13642.063","14399.777"],["13658.889","14411.123"],["13669.283","14401.428"],["13642.063","14423.905"],["13682.145","14408.216"],["13624.464","14402.518"],["13797.929","14273.647"],["13655.229","14260.589"],["13718.420","14250.927"],["13787.518","14279.923"],["13783.439","14242.400"],["13727.517","14380.101"],["13658.488","14344.049"],["13677.123","14374.503"],["13646.300","14320.580"],["13678.850","14357.261"],["13817.692","14383.478"],["13768.597","14390.067"],["13761.557","14382.107"],["17002.558","17768.363"],["17055.110","17829.986"],["17035.850","17826.138"],["17056.919","17818.029"],["15019.393","15645.842"],["15051.813","15554.187"],["15053.013","15539.026"],["15065.974","15537.738"],["15086.967","15513.903"],["15079.103","15616.862"],["15052.770","15608.175"],["15063.889","15611.115"],["14975.483","15522.100"],["14970.615","15525.585"],["15074.823","15640.096"],["14962.988","15599.031"],["14957.659","15573.119"],["14883.268","15675.213"],["15071.780","15658.246"],["15065.900","15631.441"],["15071.656","15626.817"],["14949.281","15530.702"],["15015.591","15599.164"],["14985.943","15595.714"],["15054.163","15647.439"],["14887.866","15524.481"],["14892.047","15687.920"],["14902.327","15687.656"],["15005.190","15618.595"],["14994.285","15616.299"],["14919.437","15707.336"],["23550.729","7913.783"],["23544.666","7943.446"],["23530.802","8005.461"],["23526.416","7949.697"],["23541.150","7966.135"],["23515.098","7974.686"],["23686.679","8025.176"],["23720.572","8003.283"],["23859.061","7403.375"],["23940.621","7407.147"],["23845.130","7418.428"],["23922.444","7368.277"],["23887.090","7351.249"],["13302.573","15502.940"],["13352.612","15449.614"],["13388.961","15461.208"],["13354.471","15449.515"],["6724.686","7749.370"],["6782.664","7753.164"],["6817.461","7703.714"],["6798.925","7710.745"],["6714.759","7882.957"],["6789.321","7879.670"],["15047.202","17463.297"],["15058.408","17484.362"],["5418.533","8274.089"],["5410.705","8185.122"],["5437.465","8232.488"],["5427.152","8185.584"],["5592.634","8164.430"],["5617.535","8178.551"],["5568.113","8168.875"],["5569.528","8153.037"],["5534.865","8216.061"],["5543.796","8230.099"],["5464.512","8284.699"],["5482.308","8270.396"],["5420.274","8307.017"],["5417.840","8285.844"],["5409.793","8148.338"],["16253.118","14525.425"],["16170.309","14469.699"],["16230.467","14458.987"],["16263.096","14459.276"],["16266.050","14450.118"],["16275.261","14456.212"],["16261.067","14471.720"],["16341.203","14479.026"],["16303.604","14458.184"],["16312.815","14488.093"],["16317.891","14529.961"],["16339.239","14507.434"],["16315.555","14526.047"],["16296.363","14520.550"],["16903.974","16291.792"],["16874.520","16319.831"],["16826.821","16182.674"],["16978.593","16309.799"],["16963.353","16348.404"],["16963.253","16310.644"],["16970.687","16305.309"],["16944.288","16220.268"],["16926.657","16266.748"],["16944.604","16244.975"],["16829.691","16190.993"],["16933.702","16214.122"],["16963.772","16326.146"],["16834.378","16189.111"],["16953.851","16240.151"],["16979.385","16352.230"],["16950.400","16325.188"],["16981.869","16339.959"],["16167.269","18473.726"],["16180.098","18502.496"],["16198.350","18554.771"],["16276.426","18529.783"],["16291.870","18538.586"],["16272.857","18605.935"],["16270.061","18585.588"],["16277.478","18519.131"],["15012.839","18068.604"],["14985.857","18046.922"],["17280.369","18103.217"],["17298.165","18155.191"],["17356.191","18084.159"],["17352.869","18099.221"],["17354.399","18133.044"],["5975.025","16272.505"],["15182.751","12329.279"],["15207.866","12310.402"],["15183.705","12309.609"],["15214.870","12257.501"],["15204.216","12240.770"],["15240.874","12274.644"],["15194.528","12245.824"],["15255.493","12201.657"],["15254.786","12220.831"],["15252.487","12228.982"],["15265.200","12251.459"],["15264.987","12253.920"],["15277.781","12261.616"],["15299.919","12280.510"],["15274.311","12279.403"],["15305.756","12179.893"],["15284.705","12189.985"],["15245.493","12217.495"],["15258.746","12314.813"],["15253.006","12301.336"],["15255.961","12133.188"],["15233.609","12158.258"],["15262.096","12133.353"],["15199.150","12175.358"],["15208.311","12188.092"],["15185.614","12169.330"],["15104.131","12284.986"],["15099.460","12282.030"],["15132.174","12272.798"],["15165.493","12212.303"],["15133.092","12218.315"],["15128.569","12214.533"],["15207.699","12307.158"],["15220.859","12286.012"],["15202.995","12277.480"],["15117.324","12140.609"],["15153.953","12161.848"],["15116.535","12170.370"],["15297.797","12135.992"],["15959.544","12301.752"],["15985.548","12294.518"],["15982.867","12297.755"],["15937.437","12211.854"],["15960.808","12224.967"],["15953.197","12261.273"],["15955.384","12254.072"],["18545.494","9176.323"],["18545.905","9196.802"],["18572.004","9185.226"],["18564.553","9172.724"],["18625.352","9190.442"],["18660.315","9193.328"],["18652.906","9192.061"],["18644.570","9186.366"],["18619.656","9171.584"],["17859.418","16308.328"],["17847.382","16212.877"],["17863.977","16222.852"],["17846.132","16212.695"],["17874.912","16290.657"],["17914.223","16208.846"],["17912.660","16213.668"],["17944.519","16235.386"],["17895.018","16215.453"],["17861.235","16227.295"],["17869.163","16228.087"],["16610.646","15417.606"],["16576.491","15327.577"],["16585.685","15375.634"],["16647.956","15298.716"],["16652.335","15324.332"],["16687.825","15308.057"],["16698.845","15314.811"],["16687.825","15319.006"],["16704.060","15318.292"],["16731.511","15307.987"],["15973.648","15054.628"],["15983.598","15044.026"],["15962.496","15042.936"],["15988.389","15057.928"],["15952.431","14995.223"],["16007.470","14975.535"],["15978.954","15008.769"],["15949.674","14925.053"],["16002.829","15020.377"],["10028.296","13880.590"],["9999.684","13878.531"],["9963.074","13888.327"],["9882.680","13889.388"],["24355.933","7744.489"],["14202.640","15703.781"],["14213.002","15700.957"],["14042.641","15687.913"],["14042.377","15691.744"],["14044.679","15715.621"],["14045.962","15713.829"],["14054.875","15702.285"],["14194.168","15708.174"],["14195.302","15699.041"],["14196.289","15705.317"],["14143.855","15698.809"],["14136.306","15708.553"],["14126.905","15706.329"],["14136.313","15699.012"],["14133.221","15699.359"],["13252.455","13189.816"],["13351.255","13366.093"],["13353.015","13376.266"],["13294.970","13291.755"],["13293.161","13292.515"],["13371.380","13376.357"],["13363.057","13365.871"],["13375.479","13374.740"],["15732.950","13254.732"],["15862.300","13220.258"],["15730.911","13271.264"],["15897.786","13276.805"],["15783.152","13301.163"],["15733.816","13341.780"],["15781.146","13283.491"],["15730.072","13290.950"],["15778.827","13301.708"],["15879.882","13218.937"],["15776.655","13361.645"],["15784.698","13372.546"],["15779.057","13331.703"],["15752.640","13392.522"],["15871.926","13363.065"],["15894.229","13334.296"],["15843.686","13348.383"],["15935.053","13374.163"],["15728.278","13192.330"],["15747.225","13187.540"],["15833.152","13246.590"],["15924.120","13189.206"],["15775.229","13193.446"],["15759.670","13210.324"],["15788.749","13197.756"],["15857.905","13249.547"],["15919.136","13216.884"],["15905.172","13228.461"],["15805.729","13212.705"],["15830.235","13182.548"],["15828.229","13212.473"],["15841.935","13233.675"],["15865.080","13309.707"],["15887.317","13301.945"],["15846.972","13283.861"],["5767.638","18530.967"],["5776.772","18547.590"],["13141.003","14672.051"],["13097.171","14666.501"],["15425.476","15703.552"],["15321.092","15524.525"],["15502.414","15523.885"],["15321.373","15677.408"],["15488.198","15514.921"],["15384.260","15507.070"],["15430.815","15531.562"],["15398.068","15543.998"],["15397.772","15530.125"],["15335.632","15515.169"],["15335.878","15515.796"],["15308.539","15542.796"],["15332.762","15560.959"],["15328.091","15539.671"],["15339.703","15552.800"],["15306.183","15609.205"],["15327.235","15627.521"],["15335.064","15622.005"],["15334.099","15650.598"],["15324.938","15674.413"],["15359.938","15648.484"],["15376.328","15619.508"],["15407.101","15618.616"],["15408.503","15587.704"],["15390.888","15578.207"],["15398.141","15578.505"],["15424.542","15580.504"],["15460.309","15608.476"],["15491.242","15620.974"],["15458.961","15550.198"],["15491.817","15579.545"],["15310.140","15679.059"],["15279.335","16404.636"],["15229.388","16367.618"],["15261.033","16358.512"],["15272.086","16356.531"],["15261.835","16405.181"],["15208.055","16360.335"],["16163.048","14282.222"],["16184.945","14424.097"],["16168.129","14436.655"],["16202.642","14328.098"],["16259.578","14377.374"],["16275.754","14326.249"],["16275.553","14376.550"],["16214.868","14239.354"],["16187.092","14319.488"],["16165.168","14310.537"],["16163.441","14302.841"],["16158.100","14277.138"],["16163.495","14261.135"],["16199.331","14246.921"],["16188.426","14266.723"],["16209.002","14254.700"],["16241.431","14435.817"],["16237.105","14431.919"],["16209.211","14432.200"],["14646.634","13449.212"],["14644.717","13458.754"],["14646.476","13469.202"],["14642.825","13467.997"],["14629.413","13468.065"],["14634.791","13466.744"],["15478.028","13009.651"],["15496.769","13014.526"],["15305.249","13102.959"],["15316.746","13109.846"],["15346.113","13165.980"],["15343.958","13172.916"],["15452.403","13126.828"],["15481.547","13127.125"],["15444.705","13116.522"],["15389.801","13147.367"],["15393.518","13137.507"],["15415.358","13067.920"],["15422.249","13071.471"],["15462.271","13098.097"],["15436.678","13084.654"],["15338.500","13016.590"],["15322.167","12995.253"],["15317.431","13009.753"],["15439.836","13077.849"],["15420.172","13127.556"],["15422.573","13168.348"],["15434.382","13140.603"],["15425.993","13107.219"],["15405.187","13098.862"],["15424.068","13110.918"],["14647.506","16400.430"],["14647.963","16391.079"],["14588.769","16433.672"],["14622.568","16441.583"],["14637.716","16414.002"],["14616.801","16555.822"],["14643.118","16468.350"],["14660.681","16403.503"],["14602.368","16549.633"],["14589.880","16537.271"],["14633.431","16515.271"],["14574.788","16560.163"],["14827.987","13651.592"],["14842.009","13687.290"],["14836.318","13704.268"],["14858.503","13738.871"],["14854.539","13752.843"],["14849.885","13730.944"],["14808.234","13680.807"],["14823.185","13647.347"],["14786.267","13671.552"],["14797.134","13707.872"],["14788.252","13676.245"],["14765.357","13710.465"],["14816.613","13784.784"],["14850.035","13716.093"],["14839.271","13806.018"],["14781.651","13810.216"],["14801.266","13805.170"],["14768.165","13783.527"],["14771.470","13783.907"],["14830.932","13806.481"],["14816.245","13802.187"],["14793.115","13774.119"],["14852.187","13811.993"],["14845.753","13793.396"],["14864.832","13800.250"],["14877.250","13780.713"],["14790.873","13672.593"],["14761.954","13716.301"],["14777.875","13744.741"],["14801.182","13737.277"],["14748.237","13741.586"],["14812.547","13703.851"],["14793.642","13750.915"],["14779.596","13761.501"],["14750.159","16006.751"],["14851.274","16097.621"],["14835.308","16094.363"],["14828.179","16020.431"],["14824.774","16064.147"],["14827.751","16070.456"],["14834.166","16101.917"],["14875.613","16092.157"],["14820.769","15973.284"],["14845.440","15998.652"],["14857.989","15967.008"],["14862.627","15961.145"],["14867.233","16001.245"],["14881.394","15955.299"],["14826.427","16019.246"],["14853.845","16125.794"],["14777.396","16082.649"],["14781.705","16094.672"],["14748.148","16054.667"],["14776.541","16081.427"],["14769.551","16082.484"],["14772.676","16098.471"],["14816.540","15997.007"],["13570.199","12766.392"],["13052.795","13674.830"],["13021.513","13652.667"],["13065.542","13692.403"],["13009.078","13766.110"],["12991.019","13644.921"],["13007.022","13614.368"],["13195.308","13623.798"],["13110.834","13636.598"],["13175.489","13604.459"],["13053.765","13679.053"],["13156.117","13691.918"],["13069.982","13709.028"],["13069.439","13701.547"],["13191.693","13659.895"],["9005.602","12494.761"],["9026.612","12516.909"],["9031.779","12505.925"],["13350.132","14107.536"],["13355.823","14102.829"],["13259.073","14155.658"],["23976.070","8110.158"],["23960.034","8124.661"],["23974.425","8118.104"],["13255.599","13981.687"],["13246.322","13963.768"],["13258.510","14005.436"],["13240.993","13955.428"],["13300.368","13944.346"],["13386.406","13871.825"],["14061.025","15095.010"],["14088.100","15244.427"],["14092.788","15245.055"],["14102.627","15212.559"],["14220.084","15224.716"],["14129.152","15216.789"],["14125.764","15207.293"],["14148.290","15211.127"],["14162.961","15206.436"],["14221.877","15236.838"],["14205.527","15240.840"],["14247.220","15231.501"],["14139.243","15240.445"],["14117.195","15178.939"],["14116.076","15184.587"],["14175.340","15120.846"],["14098.855","15212.634"],["14101.981","15208.082"],["14066.545","15093.190"],["14089.950","15105.395"],["14113.143","15099.684"],["14115.429","15109.131"],["14183.718","15120.221"],["14189.540","15112.426"],["14158.449","15120.598"],["14230.357","15286.065"],["14228.054","15255.330"],["5844.166","8128.845"],["5847.110","8142.080"],["5952.418","8117.616"],["5917.675","8156.764"],["16623.402","16782.728"],["24135.991","8605.455"],["24121.829","8535.252"],["23962.857","8630.059"],["23972.751","8731.702"],["23949.872","8727.719"],["24001.794","8702.487"],["24039.299","8697.894"],["17517.413","17810.767"],["16403.966","17176.917"],["16393.374","17172.771"],["16398.620","17176.124"],["16401.992","17186.479"],["14860.497","14148.044"],["14843.883","14219.351"],["14833.482","14150.345"],["14861.722","14113.078"],["14858.465","14111.278"],["14850.538","14119.767"],["14875.918","14175.217"],["14841.855","14174.044"],["15903.974","14882.522"],["15755.821","14938.558"],["15902.411","14890.251"],["15732.383","14968.517"],["15924.324","15030.997"],["15790.079","14995.159"],["15745.482","14907.030"],["15862.927","14935.262"],["15923.452","15006.340"],["15857.762","14944.808"],["15766.597","14877.208"],["15768.440","15019.513"],["15789.363","15048.307"],["15879.515","15038.449"],["15914.948","14975.801"],["15918.116","14971.949"],["15872.226","14903.115"],["15848.528","14907.768"],["15809.115","14932.430"],["15754.596","14964.980"],["13244.996","15941.829"],["13252.940","15932.333"],["15427.994","18507.727"],["15482.285","18630.380"],["15510.673","18658.331"],["15405.432","18533.971"],["15413.968","18583.946"],["15462.242","18649.785"],["16388.613","12727.453"],["16398.242","12734.143"],["16391.580","12757.645"],["24414.953","7968.251"],["24379.610","7924.567"],["24405.769","7966.133"],["24476.901","7929.249"],["24496.983","7917.183"],["24459.472","7901.998"],["24443.995","7908.671"],["24418.882","7907.835"],["24443.240","7912.476"],["14695.195","12146.874"],["14764.883","12151.746"],["14722.432","12130.855"],["14752.235","12195.793"],["14824.735","12330.913"],["14782.084","12274.558"],["14767.907","12298.786"],["14745.918","12333.965"],["14814.696","12285.051"],["14832.999","12264.115"],["14849.085","12259.260"],["14819.628","12256.485"],["14823.411","12269.053"],["14882.312","12314.370"],["14844.089","12153.217"],["14829.402","12153.432"],["14826.820","12144.167"],["14826.421","12223.324"],["14822.260","12217.477"],["14823.494","12203.023"],["14848.757","12183.040"],["14854.777","12221.603"],["14864.523","12227.266"],["14837.911","12255.309"],["14824.186","12266.686"],["14801.801","12286.653"],["14839.366","12125.073"],["14862.516","12284.115"],["14728.368","12252.220"],["14710.736","12256.398"],["14716.016","12266.736"],["14848.700","12266.411"],["14764.379","12263.137"],["14784.396","12249.297"],["14768.244","12241.337"],["14905.864","17199.957"],["14889.290","17251.539"],["14941.614","17214.878"],["14952.099","17272.675"],["14929.820","17391.781"],["14925.395","17383.044"],["17001.862","16146.358"],["17054.429","16211.579"],["16989.907","16313.949"],["17183.162","16185.251"],["17050.451","16341.414"],["17064.498","16203.221"],["17072.330","16232.038"],["17141.743","16189.685"],["17047.772","16259.789"],["17093.000","16291.675"],["17045.712","16330.194"],["17014.804","16188.033"],["17032.648","16337.882"],["17117.184","16196.187"],["17094.068","16197.842"],["17028.177","16164.609"],["17014.212","16187.125"],["17173.697","16234.037"],["17100.150","16143.902"],["17133.991","16253.031"],["17185.934","16237.836"],["17094.656","16152.292"],["17100.453","16266.306"],["17035.453","16233.797"],["17110.420","16197.265"],["17039.829","16207.667"],["16997.633","16170.555"],["16996.897","16162.142"],["17158.774","16240.765"],["17104.391","16225.732"],["17013.355","16344.403"],["17094.129","16259.040"],["13543.922","15941.482"],["14909.115","13030.371"],["14890.061","13116.964"],["14952.727","13120.716"],["14941.906","13007.675"],["14942.597","13017.964"],["14944.206","13170.725"],["14977.581","13034.397"],["14916.648","13057.093"],["14894.937","13091.879"],["14930.234","13043.286"],["15032.120","13154.365"],["15013.041","13174.861"],["15022.433","13174.646"],["15009.359","13080.003"],["15032.531","13066.435"],["15015.985","13048.136"],["15005.475","13010.680"],["14969.840","13055.988"],["14931.781","13072.387"],["14943.459","13074.534"],["14965.384","12994.724"],["10886.856","15927.697"],["8789.218","12686.767"],["17811.177","16491.041"],["17796.270","16498.564"],["17800.355","16489.059"],["17796.105","16499.076"],["17810.812","16528.758"],["17802.575","16499.480"],["17819.729","16511.174"],["17813.477","16537.115"],["17680.415","16364.395"],["17709.598","16383.448"],["17720.848","16370.930"],["17697.776","16373.946"],["17706.789","16386.267"],["6710.288","5779.147"],["19441.537","14870.927"],["15107.030","14649.558"],["15097.836","14649.558"],["15124.423","14605.785"],["15094.830","14498.416"],["15093.900","14592.504"],["15126.574","14628.133"],["15108.005","14452.107"],["15104.120","14635.688"],["15107.523","14641.300"],["15161.377","14639.661"],["15205.637","14653.286"],["15177.554","14576.209"],["15184.034","14589.751"],["15276.623","14660.458"],["15270.354","14465.378"],["15212.867","14548.274"],["15213.985","14538.530"],["15176.629","14448.889"],["15187.485","14510.833"],["15186.547","14492.616"],["15289.926","14568.962"],["15245.469","14595.552"],["15218.196","14572.353"],["15183.245","14564.979"],["15200.894","14597.715"],["15222.407","14619.366"],["15220.960","14620.506"],["15298.416","14647.212"],["15190.187","14599.422"],["15209.743","14628.109"],["15170.434","14632.848"],["15266.531","14646.936"],["15277.074","14643.055"],["15263.390","14631.544"],["15208.131","14560.293"],["15204.874","14578.393"],["15193.476","14564.950"],["14476.729","12123.547"],["14485.035","12098.543"],["14529.623","12122.266"],["14482.683","12088.594"],["14504.213","12066.653"],["14508.095","12067.263"],["14545.115","12071.203"],["14544.130","12064.382"],["14580.819","12041.726"],["14612.261","12036.462"],["14626.759","12037.843"],["14664.154","12028.038"],["14464.497","12026.534"],["14491.229","12021.897"],["14497.618","12005.843"],["14486.743","12021.038"],["14510.959","12012.199"],["14558.090","12002.696"],["14587.231","12002.963"],["14593.161","11994.719"],["14612.382","11995.776"],["14623.419","12006.443"],["14668.368","11990.094"],["31467.253","10873.123"],["31466.250","10871.835"],["31489.494","11032.239"],["31455.777","11038.366"],["31472.751","11018.168"],["31393.532","10893.876"],["31417.677","10909.631"],["31368.623","10889.903"],["31371.123","10872.446"],["31316.353","10888.433"],["13096.024","12723.971"],["13100.772","12724.878"],["14489.374","14055.141"],["14506.232","14047.808"],["14585.017","14029.586"],["14558.126","14044.929"],["14540.214","14032.592"],["14601.301","14132.294"],["12957.871","12973.260"],["12982.147","13024.540"],["12930.042","13041.799"],["12917.821","13035.358"],["12965.157","12971.394"],["12899.368","13091.444"],["12939.006","13039.008"],["12953.944","13061.050"],["12962.957","13062.635"],["12925.670","13033.073"],["12962.726","13034.642"],["12917.645","13073.059"],["12923.155","13074.859"],["12916.527","13068.666"],["12923.615","13062.489"],["12924.013","13126.485"],["12917.451","13129.920"],["12914.967","13127.592"],["12911.645","13107.641"],["12884.637","13134.499"],["12887.778","13130.899"],["12895.130","13143.153"],["12903.469","13163.781"],["12881.583","13110.879"],["12872.619","13122.093"],["12896.632","13111.886"],["12903.676","13101.363"],["12859.893","13130.554"],["12840.551","13154.815"],["12871.949","13123.403"],["12875.518","13138.101"],["12871.866","13170.702"],["12863.527","13176.169"],["12840.073","13146.970"],["12874.629","13177.523"],["12933.640","13165.271"],["12926.049","13179.513"],["12912.069","13164.914"],["12909.519","13154.922"],["8911.132","12486.497"],["8982.017","12496.725"],["8934.097","12485.092"],["8914.262","12480.683"],["5618.084","7815.067"],["5571.272","7890.452"],["5496.570","7891.303"],["5512.672","7893.516"],["5539.036","7895.662"],["5512.531","7858.912"],["5517.465","7841.587"],["5506.587","7787.567"],["5519.679","7785.486"],["7361.938","15401.291"],["7364.222","15405.950"],["7375.699","15409.934"],["7381.860","15438.981"],["7384.133","15441.787"],["7384.772","15444.693"],["7473.098","15402.501"],["7473.098","15402.718"],["7473.966","15407.965"],["7422.160","15495.327"],["7421.421","15495.728"],["7415.684","15498.984"],["7414.628","15499.574"],["7409.333","15502.618"],["7408.341","15503.193"],["7420.821","15496.193"],["7428.994","15497.413"],["7429.531","15498.443"],["7432.181","15503.045"],["7432.560","15503.806"],["7432.899","15504.396"],["15587.358","15581.561"],["15559.811","15511.178"],["15709.418","15669.997"],["15615.585","15543.606"],["15573.674","15579.959"],["15682.415","15547.111"],["15525.588","15516.569"],["15574.957","15539.833"],["15516.920","15516.354"],["15664.693","15568.434"],["15533.479","15508.981"],["15593.839","15567.028"],["15617.658","15559.691"],["15616.911","15664.055"],["15518.281","15645.912"],["15722.426","15702.858"],["15623.243","15637.069"],["15619.648","15692.532"],["15633.720","15649.059"],["15555.943","15661.755"],["15526.318","15648.003"],["15565.647","15638.436"],["11427.007","15497.864"],["11394.042","15494.553"],["11350.895","15463.086"],["11375.666","15484.343"],["13894.655","15282.081"],["13834.171","15273.928"],["13894.449","15288.173"],["13834.189","15291.036"],["13833.394","15294.146"],["8355.881","12361.481"],["8347.957","12396.131"],["8347.900","12348.530"],["24015.569","7707.529"],["23984.500","7735.524"],["23947.860","7748.661"],["24025.487","7691.610"],["24028.415","7691.957"],["14593.469","17043.668"],["14620.168","17126.203"],["14560.097","17193.390"],["14595.381","17134.344"],["14574.830","17151.070"],["14617.117","17100.627"],["14651.971","16991.108"],["14663.827","17166.519"],["14669.984","17142.095"],["14547.011","17164.212"],["14635.538","17049.397"],["14537.089","17154.957"],["14536.283","17137.038"],["14548.586","17121.217"],["14670.505","17192.958"],["14545.502","17172.718"],["14640.417","17148.385"],["14622.169","17183.272"],["14612.120","17121.935"],["14484.575","17106.795"],["13417.835","13761.522"],["13430.566","13604.516"],["13454.766","13687.098"],["13437.809","13633.787"],["13433.598","13711.293"],["13422.315","13719.683"],["13589.255","13696.108"],["13543.136","13683.440"],["13580.274","13656.124"],["13525.678","13780.153"],["13522.833","13743.406"],["13612.454","13749.533"],["13610.994","13635.459"],["13570.399","13644.303"],["13549.281","13644.022"],["13902.851","12328.532"],["13893.293","12309.107"],["13894.872","12296.886"],["13981.440","12305.038"],["13998.480","12334.171"],["14010.059","12309.910"],["14478.880","16011.247"],["14579.949","15934.795"],["14619.637","15936.743"],["14618.864","15934.646"],["14486.232","15989.298"],["14482.578","15961.227"],["14475.462","16090.614"],["14477.238","16038.557"],["14471.893","16073.388"],["14570.988","16059.317"],["14519.097","16075.684"],["14479.705","16069.771"],["14501.778","16040.985"],["14498.680","15971.388"],["14489.521","16001.618"],["14572.320","15978.717"],["14602.353","15990.393"],["14557.369","15933.894"],["14635.305","16013.365"],["14482.742","15974.027"],["14469.471","16044.556"],["14530.767","15969.246"],["14515.685","15983.879"],["14503.678","15979.585"],["14527.214","15992.880"],["14590.823","15951.747"],["14635.593","16011.433"],["14573.093","15975.893"],["14632.797","16010.161"],["14499.568","15958.440"],["14494.716","15973.914"],["19087.193","18086.564"],["19089.150","18076.688"],["32340.824","11452.797"],["32323.588","11464.094"],["32350.117","11448.388"],["32259.270","11456.094"],["32316.129","11426.879"],["32312.905","11423.411"],["16547.321","16186.011"],["16534.837","16189.480"],["16536.692","16172.903"],["16531.609","16180.286"],["16525.729","16189.028"],["16527.127","16182.753"],["16509.171","16192.749"],["16524.697","16189.099"],["16517.550","16206.979"],["16511.777","16205.146"],["16514.570","16216.522"],["16512.037","16217.117"],["15472.609","18241.623"],["15488.166","18090.001"],["15436.799","18159.142"],["15443.383","18128.266"],["15394.571","18162.918"],["15456.614","18087.354"],["15453.298","18046.139"],["15390.204","18055.992"],["15471.916","18069.415"],["15425.040","18118.516"],["15403.024","18168.870"],["15377.031","18213.469"],["15416.553","18132.305"],["15353.571","18092.268"],["15446.696","18238.640"],["16131.025","14996.342"],["15959.030","14881.731"],["16037.339","15019.911"],["16137.604","15018.341"],["16072.220","15030.651"],["16142.770","14980.469"],["16127.605","14965.077"],["16127.112","14975.201"],["16121.336","14989.542"],["16108.902","14980.921"],["16144.001","14967.510"],["16116.117","14890.141"],["15945.386","14895.392"],["15949.399","14897.225"],["16120.944","14921.318"],["16068.295","14962.123"],["16128.853","14990.842"],["16066.375","14932.862"],["16107.083","14948.248"],["16109.928","15018.982"],["16055.512","14886.833"],["16072.854","14957.853"],["16031.792","15071.011"],["14876.405","13586.220"],["14814.699","13424.081"],["14880.375","13541.830"],["14868.202","13543.532"],["14854.821","13553.250"],["14841.076","13568.182"],["14803.920","13432.555"],["14800.927","13460.532"],["14845.176","13427.929"],["14814.420","13478.184"],["14833.306","13480.535"],["14792.853","13474.504"],["14866.491","13462.260"],["14852.412","13451.888"],["14861.968","13473.457"],["14828.373","13443.105"],["14827.485","13445.334"],["14805.823","13441.602"],["16601.139","15422.841"],["16614.330","15391.165"],["16767.871","15489.862"],["16768.752","15338.100"],["16659.407","15353.911"],["16735.589","15368.403"],["16776.545","15403.684"],["16710.448","15383.985"],["16654.292","15355.629"],["16726.171","15381.426"],["16751.050","15338.329"],["16612.589","15464.920"],["16576.593","15482.709"],["16674.995","15350.586"],["16648.145","15359.975"],["16669.128","15375.897"],["16722.604","15358.460"],["16777.022","15399.522"],["16765.731","15371.554"],["16724.905","15383.754"],["16718.199","15416.552"],["16724.367","15433.117"],["16731.521","15449.566"],["5650.424","8391.121"],["5654.197","8444.683"],["5625.409","8427.370"],["14841.152","16982.434"],["14880.762","16979.022"],["14703.996","16903.979"],["14735.931","16965.422"],["14683.998","16972.540"],["14842.979","16971.137"],["14786.251","16926.680"],["14863.000","16851.026"],["14859.682","16880.157"],["14703.132","16948.458"],["14673.528","16867.669"],["14720.513","16941.590"],["14674.931","16833.695"],["14870.795","16976.561"],["14748.661","16955.827"],["14688.809","16832.605"],["14880.072","16834.184"],["14804.292","16958.674"],["14703.247","16959.259"],["14782.328","16909.808"],["14800.454","16893.822"],["14864.444","16907.196"],["14842.011","16925.180"],["14777.783","16986.592"],["6035.582","7593.584"],["5936.493","7610.294"],["6028.046","7618.528"],["6034.436","7649.100"],["6010.718","7639.976"],["6013.367","7659.703"],["14050.622","15023.258"],["14054.750","15074.869"],["14151.353","14873.257"],["15524.634","17387.096"],["15550.273","17306.188"],["15701.292","17391.212"],["15584.254","17283.134"],["15530.588","17394.281"],["15599.126","17323.536"],["15644.272","17234.748"],["15540.397","17342.053"],["15534.862","17284.226"],["15634.852","17221.974"],["15555.969","17231.031"],["15581.739","17357.256"],["15551.921","17300.712"],["15668.530","17259.444"],["15614.765","17220.132"],["15610.546","17276.673"],["15548.283","17322.390"],["15670.882","17271.616"],["15532.817","17200.215"],["15608.490","17270.893"],["15665.619","17238.821"],["15556.979","17403.072"],["15541.890","17380.023"],["15532.329","17277.141"],["15531.090","17212.552"],["15667.293","17386.219"],["15649.149","17352.977"],["15523.374","17207.002"],["15523.094","17216.072"],["15563.598","17294.585"],["15565.097","17239.272"],["15519.494","17271.214"],["15598.513","17242.860"],["15580.784","17291.986"],["15618.518","17401.040"],["13224.617","13620.512"],["13242.791","13635.689"],["13269.045","13681.382"],["13251.594","13764.437"],["13227.367","13743.991"],["13217.137","13771.373"],["13242.523","13794.916"],["13239.365","13802.150"],["13353.855","13619.709"],["13402.468","13614.591"],["13371.822","13721.665"],["13395.490","13636.066"],["13393.253","13675.091"],["13362.677","13664.588"],["13355.232","13611.584"],["15396.520","12313.598"],["15348.907","12327.837"],["15405.788","12315.520"],["15392.899","12235.040"],["15452.120","12315.587"],["15399.659","12268.781"],["15318.853","12310.472"],["15353.791","12328.828"],["15377.688","12200.384"],["15327.589","12246.478"],["15370.155","12212.589"],["15317.532","12277.325"],["15391.271","12262.703"],["15374.007","12260.547"],["15391.365","12270.717"],["15389.879","12287.335"],["15444.053","12210.492"],["15424.035","12182.921"],["15419.177","12191.823"],["15333.773","12320.233"],["15332.852","12313.742"],["15355.681","12327.037"],["15340.053","12126.260"],["15429.173","12140.034"],["15388.148","12176.063"],["15378.263","12195.270"],["15401.963","12161.579"],["15419.239","12212.468"],["15437.611","12220.197"],["15454.653","12263.836"],["15451.232","12259.377"],["15440.952","12275.083"],["15498.162","12172.463"],["15477.833","12201.662"],["15503.580","12213.708"],["15665.050","12921.041"],["15676.066","12945.660"],["15702.287","12929.795"],["15711.247","12842.104"],["15568.001","12963.144"],["15595.692","12897.967"],["15639.205","12905.373"],["15629.172","12907.768"],["15650.192","12920.534"],["15548.344","12933.828"],["15718.336","12949.550"],["15692.793","12950.029"],["15732.480","12928.777"],["15709.011","12918.331"],["15673.080","12767.098"],["15679.626","12767.214"],["15691.238","12765.546"],["15627.495","12765.173"],["15641.278","12765.173"],["15690.852","12794.742"],["15687.974","12774.940"],["15693.928","12774.313"],["15678.000","12815.719"],["15665.237","12828.369"],["15663.760","12859.295"],["15667.855","12838.502"],["15658.678","12861.211"],["15578.505","12786.468"],["15584.344","12766.848"],["15646.884","12840.616"],["15636.982","12821.145"],["15580.191","12807.750"],["15581.112","12808.163"],["15519.972","12769.614"],["15563.718","12843.334"],["15545.642","12843.598"],["15555.215","12832.153"],["15618.729","12844.188"],["15589.634","12803.329"],["15587.084","12805.971"],["15523.431","12829.976"],["15579.698","12879.209"],["9112.133","13028.325"],["9060.477","12988.734"],["9134.897","13020.025"],["9144.366","13004.707"],["9039.416","13037.250"],["13104.792","14087.952"],["13058.443","14097.531"],["13061.568","14185.425"],["13131.618","14039.942"],["13146.930","14098.935"],["13140.960","14100.388"],["13154.874","14035.417"],["12998.140","14175.196"],["13175.606","14232.570"],["13126.914","14233.032"],["13135.746","14199.787"],["13128.263","14210.274"],["13134.383","14181.290"],["13104.229","14151.712"],["13107.815","14137.625"],["13137.066","14160.794"],["13140.240","14157.095"],["13130.717","14145.683"],["13117.813","14060.491"],["13118.356","14082.588"],["13150.264","14051.242"],["15814.880","16563.345"],["15813.219","16557.284"],["15731.248","16560.474"],["15779.330","16545.707"],["15775.078","16560.174"],["15764.806","16518.524"],["15758.721","16520.506"],["15755.859","16532.347"],["15774.520","16517.460"],["15781.050","16521.259"],["15779.552","16501.814"],["13320.636","13081.937"],["13338.827","13030.889"],["13340.267","13083.028"],["13360.932","13084.233"],["13327.527","13016.966"],["13362.396","13031.781"],["13327.379","13036.438"],["24261.545","7607.972"],["24219.866","7577.359"],["24248.001","7593.252"],["15289.308","13439.548"],["15301.134","13421.167"],["15207.064","13486.052"],["15247.805","13493.649"],["15207.196","13498.934"],["15097.455","13440.823"],["15264.366","13505.647"],["15303.715","13487.912"],["15158.159","13493.506"],["15169.014","13567.669"],["15284.159","13492.503"],["15206.085","13586.625"],["15190.707","13595.460"],["15259.909","13482.179"],["15190.132","13568.063"],["15286.775","13437.880"],["15221.941","13548.575"],["15215.033","13567.699"],["15279.766","13542.879"],["15269.339","13522.086"],["15283.172","13492.222"],["15217.855","13442.444"],["15218.579","13474.880"],["15213.596","13459.505"],["12990.163","13101.419"],["13136.895","13145.289"],["13166.138","12980.183"],["13180.700","12974.963"],["13096.343","13091.052"],["13086.687","13103.540"],["16385.202","15465.036"],["16550.627","15462.417"],["16443.254","15465.982"],["16541.746","15459.991"],["16394.725","15485.763"],["16369.873","15455.044"],["16445.392","15478.005"],["16536.480","15392.254"],["16438.961","15486.312"],["16385.770","15320.157"],["16378.073","15329.274"],["16540.378","15420.826"],["16532.516","15399.058"],["16524.453","15439.180"],["16547.184","15298.743"],["16549.976","15323.581"],["16535.978","15349.731"],["16367.155","15353.612"],["16403.409","15352.504"],["16405.142","15424.231"],["16436.080","15445.043"],["16362.664","15412.144"],["16421.504","15328.159"],["15378.399","18362.051"],["15462.488","18258.943"],["15442.772","18285.261"],["15428.512","18266.549"],["12118.835","16805.822"],["12130.609","16781.009"],["8189.434","16463.065"],["8179.580","16496.382"],["8257.873","16535.527"],["8258.355","16525.982"],["8248.891","16524.234"],["8240.718","16504.170"],["8211.763","16449.287"],["8183.629","16490.105"],["8188.977","16512.125"],["15190.214","12708.580"],["15209.889","12719.750"],["15208.277","12720.559"],["15121.091","12642.508"],["15179.622","12680.702"],["15167.698","12670.909"],["15182.368","12721.374"],["15122.719","12618.759"],["15181.776","12722.051"],["15164.020","12743.946"],["15127.357","12619.734"],["15297.737","12662.310"],["15150.185","12559.500"],["15298.054","12719.821"],["15284.698","12727.435"],["15279.589","12685.819"],["15298.602","12693.680"],["15237.016","12578.869"],["15241.216","12629.525"],["15269.455","12652.576"],["15241.199","12644.533"],["15272.219","12645.722"],["15299.956","12573.104"],["15199.500","12559.745"],["15216.852","12566.797"],["15271.226","12588.777"],["15253.200","12594.723"],["15278.973","12619.545"],["15227.783","12736.001"],["15213.667","12627.956"],["15193.167","12607.766"],["15202.954","12590.656"],["15168.891","12604.067"],["15165.966","12584.937"],["15171.854","12579.702"],["15206.200","12668.995"],["18195.083","17829.164"],["18157.369","17831.856"],["18152.632","17791.129"],["15513.191","17057.092"],["23421.736","8500.915"],["23465.888","8522.438"],["23433.808","8456.102"],["23483.342","8412.033"],["23494.991","8447.835"],["15997.290","12722.411"],["16139.804","12755.567"],["16024.297","12757.291"],["16008.853","12739.207"],["15972.163","12645.593"],["15938.684","12743.722"],["15938.618","12717.727"],["16041.031","12736.578"],["15974.728","12630.795"],["15984.072","12699.820"],["15991.786","12683.833"],["16012.164","12679.176"],["16118.046","12598.162"],["16127.076","12553.306"],["16140.848","12581.798"],["16060.015","12638.839"],["16079.209","12646.948"],["16021.878","12578.932"],["16113.233","12630.353"],["16109.911","12604.804"],["16032.371","12598.651"],["15987.535","12615.896"],["16064.175","12619.851"],["16120.819","12642.415"],["16038.912","12554.952"],["16058.287","12584.151"],["16036.149","12552.029"],["15986.960","12624.501"],["15982.932","12573.352"],["16004.248","12556.986"],["16011.210","12609.842"],["16011.687","12609.049"],["15979.500","12610.866"],["15957.054","12573.201"],["15960.262","12577.941"],["15955.918","12607.907"],["15955.227","12605.777"],["15961.066","12600.277"],["15938.248","12592.139"],["15980.765","12650.729"],["15956.349","12683.174"],["15953.388","12695.874"],["15974.539","12675.082"],["16134.438","12723.906"],["16130.557","12669.240"],["16111.560","12695.153"],["6042.523","7621.891"],["6107.263","7643.669"],["6065.601","7651.101"],["6149.502","7591.543"],["6126.822","7566.754"],["6116.581","7586.478"],["6106.055","7568.773"],["6195.059","7522.491"],["6175.898","7519.766"],["6229.167","7502.564"],["6233.311","7482.189"],["12815.346","12362.489"],["12836.176","12351.778"],["12846.735","12340.399"],["12811.488","12502.480"],["12823.426","12501.083"],["12834.408","12522.715"],["12807.039","12468.281"],["12809.950","12429.998"],["12819.967","12479.346"],["12918.552","12419.544"],["12916.332","12445.011"],["12866.118","12484.284"],["12912.410","12388.215"],["12944.281","12426.908"],["12863.973","12379.970"],["12945.013","12404.146"],["12937.152","12415.888"],["12912.607","12380.320"],["12950.929","12355.935"],["12936.373","12343.499"],["18232.270","17768.784"],["18209.902","17787.414"],["12994.623","4049.518"],["13162.818","4084.038"],["13943.223","15911.163"],["13944.029","15927.447"],["13956.365","15922.080"],["13969.109","15897.342"],["13969.174","15904.658"],["14000.342","15914.369"],["14015.146","15911.552"],["14035.884","15902.726"],["13984.333","15844.312"],["13964.333","15869.316"],["14000.961","15867.350"],["13906.154","15867.847"],["13909.624","15878.153"],["13914.211","15826.178"],["13915.329","15860.480"],["13902.319","15827.912"],["13850.639","15848.075"],["13853.731","15843.418"],["13831.149","15829.148"],["13834.504","15788.036"],["13838.336","15796.772"],["13837.415","15799.630"],["14010.935","15848.042"],["14023.534","15855.094"],["14011.067","15847.381"],["14034.552","15820.229"],["14036.081","15831.526"],["32041.373","10404.348"],["14377.870","12758.147"],["14259.536","12731.171"],["14254.750","12724.697"],["14278.012","12720.027"],["14255.636","12756.430"],["14409.818","12753.153"],["14397.844","12718.966"],["14317.152","12660.791"],["14297.860","12648.801"],["14343.196","12673.466"],["14367.062","12676.026"],["14323.953","12715.555"],["14318.278","12738.000"],["14385.190","12722.678"],["14365.042","12712.620"],["14281.301","12646.712"],["14270.528","12666.712"],["14270.107","13574.967"],["14398.249","13405.182"],["14374.389","13493.474"],["14436.856","13494.960"],["14436.412","13526.801"],["14393.473","13571.523"],["14408.901","13589.557"],["10847.659","15942.250"],["10830.993","15944.741"],["10861.283","15946.106"],["10868.496","15953.543"],["14905.721","13647.478"],["14889.803","13668.133"],["14932.927","13727.528"],["14929.456","13728.552"],["14930.328","13725.298"],["14915.129","13765.060"],["14937.875","13765.456"],["14940.309","13738.371"],["14974.066","13793.802"],["14964.905","13792.067"],["14968.408","13770.185"],["14887.651","13612.917"],["14893.424","13613.429"],["31734.091","11336.838"],["31741.822","11309.984"],["31799.755","11383.788"],["31778.686","11377.067"],["31828.308","11327.025"],["31918.814","11391.957"],["31930.475","11422.081"],["31823.382","11431.314"],["31875.306","11425.847"],["31818.300","11443.469"],["31778.914","11388.646"],["31762.566","11444.352"],["31798.750","11425.145"],["8045.473","11939.942"],["8102.354","11963.602"],["8107.421","11956.750"],["8112.119","11961.689"],["8088.190","11936.015"],["8045.836","11951.817"],["15753.098","13906.530"],["15759.447","13892.525"],["15864.010","13894.467"],["15919.941","13853.503"],["15886.189","13844.381"],["15920.015","13878.081"],["15776.618","13917.562"],["15891.560","13887.649"],["15812.307","13853.873"],["15809.642","13842.890"],["15865.487","13884.474"],["15925.819","13875.665"],["15897.376","13839.432"],["15768.022","14019.385"],["15782.184","14013.423"],["15922.129","13851.934"],["15927.776","13881.825"],["15910.078","13865.559"],["15933.072","13915.483"],["15847.528","13879.943"],["15834.732","13860.505"],["15874.592","13824.609"],["15896.033","13911.794"],["15886.231","13890.456"],["15835.806","13831.679"],["15743.414","13946.213"],["15746.112","13967.055"],["15748.579","13946.923"],["15765.957","13846.264"],["15727.914","13846.099"],["15739.096","13913.558"],["15921.636","14000.940"],["15930.600","13982.657"],["15866.759","13964.470"],["15866.183","13991.836"],["15859.407","13960.639"],["15889.621","13998.252"],["15911.973","14025.106"],["15840.198","14012.233"],["15848.998","14024.636"],["15873.817","14004.883"],["15793.835","13982.233"],["15791.779","13971.828"],["15780.562","13988.888"],["14793.440","14869.695"],["14805.204","14863.365"],["14829.348","14840.475"],["14855.760","14740.179"],["14810.135","14721.699"],["14865.085","14661.730"],["14712.933","14665.260"],["14713.125","14806.793"],["14682.241","14814.014"],["14858.191","14764.014"],["14856.365","14780.909"],["14877.549","14746.227"],["14757.687","14788.947"],["14702.025","14811.160"],["14643.065","17415.898"],["14659.065","17419.208"],["16685.453","18499.019"],["16645.223","18577.004"],["16687.855","18481.496"],["16735.799","18596.624"],["16653.348","18567.144"],["15621.992","15804.124"],["15670.361","15727.524"],["15535.820","15889.092"],["15547.099","15805.463"],["24534.519","7868.621"],["24455.654","7806.582"],["24394.132","7747.615"],["13736.435","15668.246"],["13781.129","15707.037"],["13815.060","15715.972"],["13723.696","15517.044"],["13777.719","15514.544"],["13775.507","15516.269"],["13760.141","15550.787"],["13719.914","15537.506"],["13732.286","15553.788"],["13788.742","15515.722"],["13622.021","15534.516"],["13721.355","15680.060"],["13776.594","15697.233"],["13794.253","15645.809"],["13761.595","15615.047"],["13788.688","15602.737"],["13771.346","15641.350"],["13789.718","15667.070"],["13811.460","15651.151"],["13811.687","15647.131"],["13803.310","15632.134"],["13749.340","15642.442"],["13812.002","15514.329"],["18674.087","9152.906"],["18716.560","9122.510"],["18703.797","9138.645"],["18697.797","8977.880"],["18793.425","9052.738"],["18790.169","9053.052"],["18752.048","9011.388"],["18741.357","9019.877"],["18715.778","9017.434"],["18705.416","8985.526"],["18759.563","8975.971"],["18804.622","8969.320"],["18801.316","8954.060"],["18763.034","9060.720"],["18750.956","9105.488"],["18770.463","9109.848"],["18842.357","18059.858"],["11846.781","12433.164"],["11863.247","12453.029"],["11865.966","12459.849"],["11877.590","12481.492"],["11881.538","12496.536"],["11896.688","12528.667"],["31798.972","10450.645"],["31727.052","10443.395"],["31753.255","10499.638"],["31770.064","10512.223"],["31764.712","10553.153"],["31771.456","10564.581"],["31726.521","10616.088"],["31746.094","10603.240"],["31797.788","10507.112"],["31830.090","10556.410"],["31850.880","10533.173"],["31790.927","10630.205"],["31784.200","10610.634"],["31866.597","10609.519"],["31826.120","10597.892"],["31834.574","10622.929"],["31902.747","10451.881"],["31933.207","10502.285"],["31934.737","10460.452"],["13944.496","14868.681"],["13889.944","14669.547"],["13912.603","14818.406"],["13841.698","14795.879"],["13914.033","14824.583"],["13895.908","14789.158"],["13865.185","14831.420"],["13955.076","14737.385"],["13972.140","14764.198"],["13977.321","14770.242"],["13867.264","14689.233"],["5129.989","7693.144"],["14585.820","12671.728"],["14591.779","12679.317"],["14625.858","12688.549"],["14660.496","12613.817"],["14658.309","12697.500"],["14466.472","12673.823"],["14492.387","12611.726"],["14490.710","12624.410"],["6264.900","8244.259"],["6258.930","8212.599"],["6266.693","8292.113"],["6351.019","8141.790"],["6347.631","8136.389"],["6362.069","8172.125"],["6349.223","8162.233"],["6361.201","8220.400"],["6391.756","8231.436"],["6416.345","8227.505"],["6456.818","8232.114"],["6461.587","8271.152"],["6452.557","8287.981"],["6255.100","8305.442"],["6452.005","8196.414"],["6251.558","8284.045"],["6310.322","8232.037"],["6363.428","8139.907"],["6378.349","8198.144"],["18346.944","17808.935"],["18383.424","17740.033"],["18402.750","17793.559"],["18380.283","17772.651"],["18400.710","17772.337"],["16118.233","15555.922"],["16015.467","15630.693"],["16120.702","15618.395"],["16107.019","15627.910"],["16130.638","15525.230"],["16064.586","15540.519"],["16064.150","15533.903"],["16140.304","15649.335"],["16102.509","15693.816"],["16124.166","15563.864"],["16048.124","15699.947"],["16049.473","15683.448"],["16138.135","15707.194"],["16046.239","15524.060"],["16051.874","15715.620"],["15962.655","15623.920"],["16031.209","15587.146"],["16062.262","15566.469"],["16054.137","15601.944"],["15946.010","15619.478"],["15978.300","15568.923"],["15991.052","15644.378"],["15994.335","15611.232"],["15971.080","15612.874"],["15940.818","15558.676"],["15941.361","15552.219"],["15953.853","15699.378"],["15959.093","15684.366"],["16048.066","15611.981"],["16015.862","15597.134"],["16099.035","15614.441"],["16141.808","15709.147"],["16134.764","15602.689"],["16102.478","15619.634"],["15997.836","15678.399"],["16007.096","15689.068"],["15983.074","15675.993"],["15978.468","15708.363"],["16113.507","15684.890"],["16113.819","15704.675"],["16111.961","15687.698"],["16163.038","15232.682"],["16155.241","15234.847"],["16256.139","15225.417"],["16270.054","15171.346"],["16279.357","15261.412"],["16259.933","15293.451"],["16230.952","15239.529"],["16342.884","15113.796"],["16346.683","15122.450"],["16276.371","15114.417"],["16289.562","15130.024"],["16353.356","15142.440"],["16243.028","15126.567"],["16273.324","15088.268"],["16262.523","15125.251"],["16266.700","15094.258"],["16212.341","15208.993"],["16224.873","15204.814"],["16249.413","15210.132"],["16262.401","15179.278"],["16147.269","15207.101"],["16167.774","15207.783"],["16167.265","15183.177"],["16223.604","15179.588"],["16216.309","15153.768"],["16176.124","15127.029"],["16174.731","15085.427"],["16345.929","15274.862"],["15097.902","14258.753"],["15098.330","14251.090"],["15098.677","14371.217"],["15164.091","14256.123"],["15164.650","14246.527"],["15220.528","14286.037"],["15254.143","14271.881"],["15245.900","14343.255"],["15198.602","14397.971"],["15213.701","14395.163"],["15183.509","14351.989"],["15300.718","14396.221"],["15187.648","14403.132"],["15273.729","14324.180"],["15196.053","14412.587"],["15246.540","14368.409"],["15185.066","14395.964"],["15200.447","14430.945"],["15191.184","14401.282"],["15182.618","14428.038"],["15241.504","14243.232"],["15238.527","14252.249"],["15243.165","14269.029"],["15243.433","14345.237"],["15237.334","14287.042"],["15244.390","14274.589"],["15220.164","14296.573"],["15206.809","14319.942"],["15213.996","14304.401"],["15292.407","14245.542"],["16442.211","14537.140"],["16554.515","14581.025"],["16430.786","14565.458"],["16417.940","14579.846"],["16502.654","14582.483"],["16512.709","14614.075"],["16489.029","14629.272"],["15951.090","14574.479"],["15943.237","14489.065"],["16058.817","14586.654"],["15959.421","14479.156"],["15974.815","14513.266"],["16088.348","14545.053"],["16109.032","14645.489"],["15940.802","14523.241"],["15955.703","14508.460"],["16002.029","14543.822"],["16069.623","14596.943"],["16017.867","14477.640"],["15981.175","14543.095"],["16078.790","14498.897"],["15978.182","14532.823"],["16021.455","14469.019"],["16005.666","14569.973"],["16033.046","14629.025"],["16060.347","14596.514"],["16065.399","14526.143"],["16052.373","14530.437"],["16034.100","14499.603"],["16137.962","14574.862"],["16118.406","14586.439"],["16071.385","14632.410"],["16084.427","14598.273"],["16058.835","14615.333"],["24146.175","7624.656"],["24238.073","7641.064"],["24259.472","7638.921"],["24227.908","7632.344"],["24238.669","7605.826"],["24220.807","7592.845"],["24287.190","7591.548"],["24319.954","7658.233"],["24162.503","7515.651"],["24183.756","7545.070"],["3339.047","8014.555"],["3331.580","7991.054"],["3373.406","7977.346"],["3360.942","8041.011"],["3354.292","8066.822"],["3371.284","8075.526"],["3357.419","8077.210"],["3307.183","8100.098"],["3452.607","7953.505"],["3471.407","7975.504"],["3442.512","8003.338"],["3456.938","8006.586"],["3458.385","7998.708"],["3431.996","7974.653"],["3424.332","7964.397"],["16919.716","16647.544"],["16918.249","16668.297"],["16961.958","16702.329"],["16967.736","16664.615"],["16966.300","16691.726"],["16961.839","16692.521"],["16976.877","16696.149"],["16950.255","16666.125"],["16864.753","16583.985"],["16919.801","16613.033"],["16906.801","16640.861"],["16920.012","16638.973"],["16948.457","16677.792"],["16894.061","16608.672"],["16817.791","16599.540"],["16897.280","16604.122"],["16918.726","16752.288"],["16929.932","16758.336"],["16854.975","16702.118"],["16813.676","16714.422"],["16844.975","16690.920"],["16805.605","16636.059"],["16818.219","16724.578"],["16809.619","16625.456"],["16870.815","16742.948"],["16897.108","16577.383"],["16898.989","16649.854"],["16909.663","16658.326"],["16962.118","16686.690"],["16905.151","16599.325"],["16930.242","16666.957"],["16831.961","16742.705"],["10798.650","17361.494"],["10802.062","17379.058"],["10784.516","17377.874"],["10806.189","17362.400"],["10802.126","17379.223"],["14484.400","15275.535"],["14502.445","15291.251"],["14663.657","15292.819"],["14609.943","15086.204"],["14616.292","15085.527"],["14659.346","15119.724"],["14670.876","15089.864"],["14668.195","15112.903"],["14625.813","15241.628"],["14621.208","15235.220"],["14628.198","15229.539"],["14588.919","15153.003"],["14604.808","15175.448"],["14591.058","15136.339"],["14656.629","15181.157"],["14646.021","15205.171"],["14670.988","15162.925"],["14615.557","15184.567"],["14601.051","15207.771"],["14595.673","15181.197"],["14634.038","15145.353"],["14626.422","15150.869"],["14617.919","15138.284"],["14570.694","15184.731"],["14586.235","15233.728"],["14480.516","15176.242"],["14475.829","15177.266"],["14499.063","15199.782"],["14475.593","15192.879"],["14648.739","15275.842"],["14521.534","15209.702"],["14518.344","15213.517"],["14554.562","15231.688"],["14549.878","15224.208"],["14571.812","15182.154"],["14559.068","15242.076"],["12347.760","12021.431"],["12289.572","12111.153"],["12234.882","12111.109"],["12337.843","12077.929"],["12316.264","12021.976"],["12290.244","12087.888"],["12225.787","12115.832"],["12346.116","12092.909"],["12304.602","12076.691"],["12335.096","12112.810"],["12313.648","11988.796"],["12354.672","12077.077"],["12341.152","12044.343"],["4970.390","8209.067"],["24004.517","7679.939"],["24123.812","7514.938"],["24119.544","7479.665"],["23949.627","7533.532"],["23940.875","7549.158"],["23939.811","7614.486"],["23940.173","7636.756"],["24133.981","7657.126"],["24129.189","7657.150"],["24107.883","7614.022"],["24105.281","7657.588"],["24072.347","7647.401"],["24059.666","7643.207"],["23992.296","7574.320"],["24021.794","7579.194"],["24011.580","7573.314"],["24054.364","7574.732"],["24056.430","7583.224"],["24077.245","7590.537"],["24077.656","7571.941"],["24092.974","7561.584"],["24095.474","7565.614"],["24054.364","7574.732"],["24057.916","7575.581"],["24045.240","7545.236"],["23989.230","7548.656"],["24012.066","7543.667"],["15945.645","13398.457"],["15935.931","13455.766"],["15966.852","13435.336"],["15945.800","13460.076"],["16031.480","13416.941"],["15997.944","13455.967"],["16030.148","13443.283"],["16040.741","13430.809"],["16038.587","13429.785"],["16077.189","13420.619"],["16019.815","13393.776"],["16045.753","13410.786"],["16024.602","13396.269"],["15347.045","17036.636"],["15349.738","17180.859"],["15365.268","17035.084"],["15383.859","17110.797"],["15317.004","17180.681"],["15365.058","17142.910"],["15400.628","17117.642"],["15419.595","17141.576"],["15482.707","17156.275"],["15350.187","17047.630"],["15352.292","17047.118"],["15394.228","17145.614"],["15376.712","17167.943"],["15398.982","17191.408"],["15393.867","17187.643"],["15382.272","17197.224"],["15424.089","17131.456"],["15421.770","17128.978"],["15450.773","17164.280"],["15446.628","17167.071"],["15477.214","17173.852"],["15479.912","17197.238"],["15443.588","17192.365"],["15506.371","17161.293"],["15478.182","17159.256"],["15479.860","17149.793"],["15451.251","17101.635"],["15446.843","17097.836"],["15452.009","17106.879"],["15433.325","17089.010"],["16116.218","15824.237"],["16114.590","15824.023"],["16124.409","15823.164"],["11925.398","12081.431"],["11931.236","12095.122"],["11747.355","12092.001"],["11893.161","12063.116"],["11923.457","12032.232"],["11819.756","12071.984"],["11751.977","12120.209"],["11890.825","12025.775"],["11915.916","12040.192"],["11932.676","12088.697"],["11476.205","16413.684"],["14628.350","14639.830"],["14639.617","14622.373"],["14650.406","14614.132"],["14653.972","14617.361"],["14659.942","14627.138"],["14570.202","14583.262"],["14578.738","14589.438"],["14546.570","14553.259"],["14510.731","14575.142"],["14502.968","14575.803"],["14512.126","14600.632"],["15565.523","14411.122"],["15611.102","14317.749"],["15527.779","14340.930"],["15657.385","14410.664"],["15541.315","14307.866"],["2681.096","11137.289"],["2725.151","11099.292"],["2710.003","11129.664"],["2716.443","11079.995"],["2725.933","11086.865"],["17542.282","17901.832"],["17598.005","17884.458"],["17604.699","17858.744"],["17531.969","17846.424"],["6450.338","7472.196"],["6408.269","7436.475"],["6377.039","7419.904"],["6380.065","7435.924"],["6367.082","7450.902"],["15613.360","12567.207"],["15604.774","12555.977"],["15615.860","12575.250"],["15627.413","12751.168"],["15581.836","12751.782"],["15590.520","12743.442"],["15597.477","12719.875"],["15551.955","12739.650"],["15537.630","12745.117"],["15517.686","12751.381"],["15527.801","12745.865"],["15519.802","12602.018"],["15529.456","12608.640"],["15579.521","12633.740"],["15575.689","12630.800"],["15571.244","12629.384"],["15558.383","12658.789"],["15535.423","12659.747"],["15529.452","12642.373"],["15565.369","12706.806"],["15586.751","12681.885"],["15573.955","12696.699"],["15602.174","12667.085"],["15612.914","12667.663"],["15608.753","12648.538"],["15648.711","12700.271"],["15655.488","12706.448"],["15626.310","12707.521"],["15682.990","12617.556"],["15663.890","12611.401"],["15680.276","12613.906"],["15687.626","12647.618"],["15718.679","12672.870"],["15690.949","12592.986"],["15673.524","12566.582"],["15691.853","12557.148"],["15624.778","12581.514"],["15655.469","12602.819"],["15632.229","12581.415"],["12950.894","14046.928"],["12968.674","14120.553"],["12975.936","14142.182"],["12967.301","14209.514"],["12947.992","14157.656"],["12969.456","14136.814"],["12959.752","14153.561"],["12983.304","14177.838"],["15462.240","16296.717"],["15471.812","16295.078"],["15477.305","16294.286"],["15478.342","16288.984"],["15470.266","16291.363"],["15457.503","16301.539"],["15446.951","16334.458"],["15452.477","16325.276"],["15453.316","16323.030"],["15495.614","16250.976"],["15504.084","16266.071"],["15505.926","16258.094"],["15502.587","16257.433"],["15503.601","16286.336"],["15495.344","16283.099"],["15496.117","16276.179"],["15508.502","16288.830"],["15448.605","16312.324"],["14999.308","13914.953"],["15036.468","13960.577"],["15085.659","13995.945"],["15049.546","14024.614"],["15064.814","13932.054"],["15060.720","13921.222"],["15056.767","13860.575"],["14987.961","13961.815"],["15029.753","13839.920"],["15041.172","13988.488"],["15015.315","13905.332"],["15033.416","13819.422"],["15028.210","13890.353"],["15063.286","13855.948"],["15005.629","13972.633"],["14988.189","13983.647"],["15072.606","13825.668"],["15035.568","13874.918"],["15038.841","13871.086"],["15063.527","13836.105"],["5469.592","7239.886"],["14857.700","17171.687"],["14685.405","17008.488"],["14779.075","17121.342"],["14863.153","17194.774"],["14679.999","17077.666"],["14689.786","17133.531"],["14741.886","17150.372"],["14787.888","17196.594"],["14681.316","17167.027"],["14881.536","17120.572"],["14796.644","16991.958"],["14702.626","17089.176"],["14702.751","17165.367"],["14742.762","17098.031"],["14719.109","17024.233"],["14844.526","17043.612"],["14814.324","17181.304"],["14873.013","17191.274"],["14736.073","17182.401"],["14707.738","17110.061"],["14696.801","17015.481"],["19275.868","18072.530"],["19171.995","18080.289"],["19176.354","18050.957"],["19159.199","18152.163"],["23573.227","7850.476"],["23716.446","7788.856"],["23710.293","7841.855"],["23710.556","7847.685"],["23677.538","7860.869"],["23642.330","7880.361"],["23583.342","7849.370"],["23697.507","7783.024"],["23708.443","7785.237"],["23638.586","7854.104"],["23633.865","7861.958"],["23623.724","7871.571"],["23621.307","7882.438"],["23593.908","7828.308"],["23574.164","7890.155"],["23585.636","7830.721"],["23593.728","7846.229"],["23558.248","7842.913"],["23560.403","7844.069"],["6636.283","8098.630"],["17188.004","16647.100"],["17170.448","16687.946"],["17115.415","16676.195"],["17103.102","16677.850"],["17088.910","16676.471"],["17183.483","16671.877"],["17087.861","16670.074"],["17055.723","16662.868"],["17094.405","16658.484"],["17008.372","16683.294"],["17010.046","16702.988"],["17001.476","16680.022"],["17001.970","16681.690"],["17096.911","16756.309"],["17123.822","16739.535"],["17164.169","16735.395"],["17162.574","16741.753"],["16159.319","17551.052"],["16332.523","17585.764"],["5208.092","7759.897"],["5223.881","7744.687"],["5213.607","7840.941"],["5224.824","7831.660"],["5226.239","7845.549"],["5265.789","7889.647"],["5262.253","7874.338"],["5257.089","7879.606"],["5293.745","7873.600"],["5273.465","7884.418"],["5354.371","7856.310"],["5369.190","7889.291"],["5351.706","7822.840"],["5353.746","7827.283"],["5369.947","7830.503"],["5392.539","7851.954"],["5367.741","7814.319"],["5369.221","7803.997"],["14727.580","12112.209"],["14850.468","12123.620"],["14833.725","12123.851"],["14867.646","12058.610"],["14881.150","12059.386"],["14851.986","12026.345"],["14845.390","12016.138"],["14849.490","12073.387"],["14845.921","12068.334"],["14834.309","12055.435"],["14681.921","12031.447"],["14694.101","12039.179"],["14836.882","11957.792"],["14851.344","11995.129"],["14847.013","12005.269"],["14695.230","11981.882"],["14712.140","11980.158"],["14732.439","11961.624"],["14733.468","11966.228"],["14729.915","11977.716"],["14806.957","11961.985"],["14824.762","11960.055"],["14839.530","11969.787"],["32147.911","11781.210"],["32180.611","11735.663"],["32174.821","11734.770"],["32200.002","11718.552"],["12993.420","12662.437"],["13006.216","12729.406"],["12999.406","12658.143"],["12994.752","12722.205"],["13142.181","12565.479"],["13059.270","12748.494"],["13042.444","12751.335"],["13068.377","12616.063"],["13039.281","12615.914"],["13159.962","12711.131"],["13174.501","12699.092"],["13186.113","12608.142"],["13061.539","12551.778"],["13097.509","12551.159"],["13096.621","12554.446"],["5149.448","8504.836"],["5181.553","8520.163"],["5185.132","8473.715"],["5149.834","8396.174"],["5153.880","8424.068"],["5183.535","8400.319"],["5189.279","8387.518"],["5056.680","8468.172"],["5064.213","8447.858"],["4999.546","8431.551"],["5026.141","8412.938"],["4990.056","8428.363"],["5078.842","8341.538"],["5092.444","8371.514"],["5036.079","8395.610"],["5161.964","8348.738"],["5160.287","8360.876"],["5135.369","8324.245"],["8133.142","15472.462"],["8122.347","15480.296"],["13688.803","16104.994"],["13680.674","16015.671"],["13660.131","15985.712"],["13729.420","16137.180"],["13720.950","16136.718"],["13707.715","16023.166"],["13729.162","16025.495"],["13729.738","16031.969"],["13694.458","15943.027"],["13715.354","15944.992"],["13699.811","15950.872"],["13718.315","15941.359"],["13771.090","16041.325"],["13787.225","16044.198"],["13676.516","16090.956"],["13784.242","16012.533"],["13769.472","16019.238"],["13816.054","16065.476"],["13821.202","16060.770"],["13801.219","16050.018"],["13665.291","15976.465"],["13687.093","15986.160"],["13692.237","16117.523"],["16053.591","15085.353"],["16052.835","15147.266"],["16119.092","15122.169"],["16125.770","15115.778"],["16133.313","15115.614"],["16144.059","15175.905"],["16125.708","15202.973"],["16117.773","15151.860"],["16085.879","15141.694"],["16087.134","15175.013"],["16049.509","15181.204"],["15560.563","14605.539"],["15690.072","14541.602"],["15549.586","14479.776"],["15580.777","14583.987"],["15614.097","14515.924"],["15599.278","14520.202"],["15625.985","14640.518"],["15693.230","14535.805"],["15698.049","14553.724"],["15588.275","14533.183"],["15613.518","14632.690"],["15612.400","14650.509"],["15587.257","14650.234"],["15567.267","14561.403"],["15559.659","14636.494"],["15570.859","14642.555"],["15668.407","14618.352"],["15585.629","14607.781"],["15598.425","14593.793"],["15606.656","14527.910"],["15559.110","14601.118"],["16420.414","18171.724"],["16435.808","18206.093"],["16463.966","18188.306"],["16548.111","18156.596"],["14233.710","13743.620"],["14239.450","13740.069"],["14249.960","13732.538"],["14236.489","13741.985"],["14237.491","13796.020"],["14116.594","13729.022"],["14125.525","13657.626"],["14126.269","13742.518"],["14091.859","13592.775"],["14077.888","13815.124"],["15057.832","15947.218"],["15032.355","15945.269"],["15078.375","16006.970"],["15046.467","16004.526"],["15039.592","15980.843"],["15084.740","15993.361"],["15029.428","16007.829"],["15042.931","15957.457"],["15048.260","15982.527"],["14921.418","15960.271"],["14971.467","15995.184"],["14962.651","16007.538"],["14953.029","15932.575"],["14917.569","15996.571"],["14954.427","16001.807"],["15018.375","15952.310"],["14938.046","15941.476"],["15006.681","15933.021"],["14968.473","15943.475"],["14939.888","15972.723"],["14928.635","16103.675"],["14994.194","16072.718"],["14941.776","16049.564"],["14947.845","16033.511"],["14978.668","16072.834"],["14906.168","16099.110"],["15001.760","16034.337"],["14934.145","16090.109"],["14904.918","16070.687"],["14911.957","16036.467"],["14983.296","16139.596"],["15074.139","16030.336"],["15042.626","16089.147"],["15070.916","16122.706"],["15082.791","16084.242"],["15028.333","16026.868"],["15041.097","16071.592"],["14899.878","16120.577"],["14891.978","16051.744"],["14890.070","16019.622"],["14893.573","16018.366"],["14885.654","15941.162"],["14916.641","15958.173"],["14913.795","15952.937"],["14916.837","16136.241"],["15014.478","16008.778"],["14994.660","16011.842"],["14973.935","15996.788"],["14968.516","16047.305"],["14898.978","16075.712"],["15017.507","16100.316"],["15307.834","12574.987"],["15320.537","12574.144"],["15473.319","12739.651"],["15512.253","12584.957"],["15408.916","12627.114"],["15431.729","12611.838"],["15463.890","12681.879"],["15466.094","12676.957"],["15407.628","12612.663"],["15396.470","12691.197"],["15389.414","12715.855"],["15394.452","12748.495"],["15365.208","12752.294"],["15366.228","12739.346"],["15332.201","12728.147"],["15411.427","12591.408"],["15423.220","12596.330"],["15319.567","12714.702"],["15308.510","12631.262"],["15308.773","12631.542"],["15424.331","12732.485"],["15431.173","12714.368"],["15326.247","12672.230"],["15411.782","12732.799"],["15338.424","12652.978"],["15417.952","12679.922"],["15443.660","12658.584"],["15432.015","12651.037"],["15433.578","12571.698"],["15481.887","12653.862"],["15492.759","12655.266"],["15481.064","12637.562"],["15377.802","12682.093"],["15345.787","12658.128"],["15354.735","12651.901"],["15345.228","12631.455"],["15450.858","12577.009"],["15466.631","12553.557"],["15451.809","12626.631"],["15474.934","12604.451"],["15452.599","12614.790"],["15374.588","12586.514"],["15356.150","12587.471"],["15348.212","12713.996"],["15354.133","12729.553"],["15076.238","13430.617"],["15070.268","13431.492"],["14920.265","13491.558"],["15063.190","13447.303"],["14961.900","13425.110"],["14959.698","13454.589"],["15055.470","13409.060"],["15039.754","13512.253"],["15036.293","13437.811"],["14985.445","13439.420"],["14973.362","13404.301"],["15022.839","13399.730"],["14917.444","13427.281"],["14971.796","13502.827"],["14990.381","13494.025"],["14972.026","13504.049"],["14920.710","13469.047"],["14925.068","13468.238"],["14891.130","13583.202"],["15057.928","13495.969"],["15050.609","13492.814"],["15062.482","13469.103"],["15018.873","13465.742"],["15045.634","13582.680"],["15007.373","13559.182"],["14928.613","13577.617"],["14955.537","13576.263"],["15079.805","13487.524"],["15032.012","13517.997"],["15064.488","13581.998"],["15074.208","13557.886"],["15070.984","13565.615"],["15011.231","13600.594"],["15029.077","13601.502"],["15032.202","13585.119"],["14998.890","13548.960"],["15027.079","13545.863"],["15015.863","13509.734"],["14960.257","13583.629"],["15077.569","13513.005"],["15080.856","13501.658"],["15031.177","13545.256"],["14923.402","13574.070"],["14957.876","13582.047"],["14967.590","13573.015"],["15023.475","13555.450"],["15009.676","13556.936"],["14895.365","13472.200"],["14896.286","13485.363"],["14904.444","13505.958"],["13721.876","13275.785"],["13805.238","13229.131"],["13820.534","13215.324"],["13685.960","13341.838"],["13709.845","13344.993"],["14204.809","16041.512"],["14207.128","16034.675"],["14240.544","15956.998"],["14211.735","15994.560"],["14218.068","16014.626"],["18688.299","17939.414"],["18688.496","17908.497"],["18703.628","17936.408"],["31835.900","11849.130"],["31813.121","11870.880"],["31814.371","11864.720"],["31886.569","11881.865"],["31870.236","11847.348"],["31929.465","11836.889"],["31848.522","11811.849"],["31876.334","11773.781"],["31829.163","11789.124"],["31930.294","11817.580"],["31923.452","11828.926"],["31882.794","11780.008"],["31927.712","11750.371"],["31826.242","11706.567"],["16060.449","12775.580"],["16071.238","12797.579"],["16063.360","12761.906"],["16028.489","12879.809"],["16010.052","12904.516"],["16019.887","12900.057"],["15977.892","12944.802"],["15975.540","12922.507"],["15962.004","12946.173"],["15975.859","12951.134"],["15976.961","12947.765"],["15983.355","12834.771"],["15979.539","12859.775"],["15937.262","12902.200"],["15954.301","12896.634"],["15953.500","12852.250"],["16001.747","12936.471"],["15941.428","12872.234"],["16005.925","12942.301"],["16031.007","12940.600"],["16016.671","12811.128"],["15957.786","12879.444"],["15951.191","12882.417"],["15972.116","12885.553"],["15962.526","12841.626"],["15991.343","12884.083"],["15975.996","12851.089"],["15969.353","12879.591"],["15966.638","12836.291"],["16000.076","12817.124"],["15976.262","12875.278"],["16129.686","12967.090"],["16137.649","12778.606"],["16145.474","12923.632"],["16142.530","12910.106"],["16123.698","12922.344"],["16048.209","12937.971"],["16056.186","12948.326"],["16066.071","12914.370"],["16053.590","12896.408"],["16056.945","12900.107"],["16065.482","12909.851"],["16085.099","12865.649"],["16057.325","12850.569"],["16019.691","12803.223"],["16100.428","12858.729"],["16098.010","12863.717"],["16021.533","12790.556"],["15987.360","12786.731"],["15967.047","12789.473"],["16004.676","12794.648"],["16071.090","12965.926"],["15996.053","12839.412"],["15988.824","12795.567"],["15964.823","12806.253"],["15943.770","12805.229"],["16068.296","12870.268"],["15954.593","12760.805"],["15950.564","12776.065"],["16072.885","12847.246"],["16069.579","12868.864"],["15955.596","12777.518"],["16036.937","12808.861"],["16047.891","12809.109"],["16063.022","12830.843"],["16118.103","12816.347"],["16097.659","12795.092"],["16100.998","12824.770"],["16132.126","12806.438"],["16139.264","12793.887"],["16135.951","12924.918"],["16136.033","12934.100"],["15646.765","16835.907"],["15649.939","16838.417"],["15654.331","16836.749"],["15571.810","16855.225"],["15592.610","16986.289"],["15630.117","16949.012"],["15626.788","16818.634"],["15518.139","16838.803"],["15529.230","16863.992"],["15664.505","16947.659"],["15621.507","16948.399"],["15573.159","16856.463"],["15648.222","16972.962"],["15671.096","16883.417"],["15722.845","16925.951"],["15598.590","16824.227"],["15626.146","16810.740"],["15549.739","16861.175"],["15651.495","16980.460"],["15570.689","16800.933"],["15577.038","16820.091"],["15562.564","16806.895"],["15587.307","16951.820"],["15593.755","16940.771"],["15619.395","16862.533"],["15639.888","16852.542"],["15634.543","16861.129"],["15642.783","16849.288"],["15685.097","16946.355"],["15669.726","16913.413"],["15665.697","16906.460"],["15666.536","16909.565"],["15712.466","16928.065"],["15612.955","16954.063"],["15688.439","16921.668"],["15692.814","16916.681"],["16772.669","16559.155"],["13965.362","14120.531"],["13997.961","14112.439"],["14023.471","14207.144"],["14013.521","14100.340"],["14018.821","14059.392"],["13853.968","14044.481"],["13886.484","14044.497"],["13871.155","14108.279"],["13891.106","14077.065"],["13859.435","14228.154"],["13862.461","14193.670"],["14007.821","14060.543"],["14013.215","14052.863"],["13830.280","14203.514"],["13974.652","14176.866"],["15908.590","14097.132"],["15731.741","14076.019"],["15905.317","14090.840"],["15747.267","14059.339"],["15881.336","14084.448"],["15788.574","14056.531"],["15794.725","14041.519"],["15772.191","14144.148"],["15757.882","14169.070"],["15773.582","14034.661"],["15774.198","14157.988"],["15873.589","14043.948"],["15810.908","14049.910"],["15929.973","14105.069"],["15905.839","14034.586"],["12270.326","11909.953"],["12238.402","11870.729"],["12170.918","11886.468"],["12148.235","11902.867"],["12339.996","11912.804"],["31791.785","11639.657"],["31791.653","11632.819"],["31790.337","11598.633"],["31795.623","11585.373"],["31902.759","11650.309"],["31821.209","11674.032"],["31853.183","11669.589"],["31741.486","11491.225"],["31924.229","11508.518"],["31896.778","11494.116"],["31922.338","11509.162"],["31909.426","11670.978"],["31905.397","11671.540"],["31910.167","11700.673"],["31878.567","11608.804"],["31867.597","11602.264"],["31846.626","11647.103"],["16275.756","18167.013"],["16275.821","18212.463"],["16146.430","18235.980"],["16275.640","18139.597"],["16199.061","18219.531"],["14379.442","12301.937"],["14371.844","12306.710"],["14260.345","12287.416"],["14359.674","12129.544"],["14302.306","12148.008"],["14423.522","12156.330"],["14417.749","12166.619"],["14378.522","12197.899"],["14447.354","12157.023"],["14408.154","12298.792"],["14414.034","12255.915"],["14458.278","12229.772"],["14458.080","12211.654"],["14252.610","12322.267"],["14288.597","12334.554"],["5386.414","7325.165"],["5377.201","7395.270"],["5307.861","7359.583"],["5362.943","7347.725"],["5326.084","7373.588"],["5350.729","7447.754"],["5332.571","7452.395"],["16872.530","15270.346"],["16878.927","15192.659"],["16933.187","15156.095"],["16874.827","15167.603"],["16813.606","15089.631"],["16820.241","15127.806"],["16897.453","15152.889"],["16928.128","15188.694"],["16922.305","15167.554"],["16865.095","15141.101"],["16902.743","15139.020"],["16901.889","15216.690"],["16914.179","15281.242"],["16937.315","15154.906"],["16929.057","15196.883"],["16934.238","15194.521"],["16893.266","15197.041"],["16894.993","15229.064"],["16904.681","15224.275"],["16926.602","15281.276"],["16913.016","15269.385"],["16928.690","15262.234"],["16875.400","15113.953"],["16893.246","15118.726"],["16884.479","15103.350"],["16825.538","17211.656"],["16863.720","17198.837"],["15032.609","11905.595"],["15012.807","11913.194"],["15042.180","11895.680"],["6061.245","16248.967"],["6182.048","16351.976"],["6191.188","16350.612"],["14629.573","16778.708"],["16841.194","16078.012"],["16887.398","16041.599"],["16896.124","16088.080"],["16904.191","16072.088"],["16879.361","16074.871"],["16900.201","16082.284"],["16889.646","16068.175"],["16897.454","16082.350"],["16880.167","16053.932"],["16883.539","16050.810"],["16879.739","16072.724"],["16888.410","16082.795"],["16898.317","16061.478"],["16899.617","16058.225"],["16887.673","16072.337"],["16861.227","16073.965"],["16863.069","16076.327"],["16850.346","16069.030"],["16855.363","16062.705"],["16847.207","16063.530"],["16848.407","16060.491"],["16840.758","16067.116"],["16836.639","16079.235"],["15248.178","18672.517"],["15265.876","18617.918"],["3435.046","8189.150"],["3404.552","8200.034"],["3433.041","8185.858"],["3428.682","8178.987"],["12072.027","12147.936"],["12078.211","12139.629"],["14507.480","12696.038"],["14524.371","12699.076"],["14464.664","12693.556"],["14468.529","12690.418"],["14496.564","12675.675"],["14483.159","12669.614"],["14559.004","12752.713"],["24167.479","9163.180"],["24191.316","9094.894"],["9410.563","13067.543"],["5806.916","7948.681"],["5702.699","8002.487"],["5713.061","8022.008"],["5772.645","8104.511"],["5734.560","8106.756"],["5799.861","8079.232"],["5787.455","8057.910"],["5821.941","8065.268"],["5821.860","8104.772"],["5822.846","8038.348"],["14471.996","12799.023"],["14465.944","12767.793"],["14466.425","12836.334"],["14467.297","12869.249"],["14467.383","12859.075"],["14511.298","12918.712"],["14508.091","12866.738"],["14472.400","12877.490"],["14521.084","12881.949"],["14669.751","12764.874"],["14627.169","12776.947"],["14660.590","12817.583"],["14643.995","12875.304"],["14665.935","12879.532"],["14507.432","12765.722"],["14491.199","12792.411"],["11947.092","12021.927"],["12124.518","12005.840"],["11961.673","12069.044"],["12067.580","12024.848"],["12069.964","12032.131"],["12043.301","12111.318"],["17517.810","16264.444"],["17518.846","16256.963"],["17540.649","16270.972"],["17549.909","16274.787"],["17571.683","16222.407"],["17570.087","16226.668"],["17611.224","16218.218"],["17502.068","16338.514"],["17506.493","16336.235"],["17502.850","16352.315"],["17501.847","16350.697"],["17511.320","16350.947"],["17510.826","16347.098"],["5717.287","14363.501"],["13916.513","14560.753"],["13889.826","14540.723"],["13886.244","14639.918"],["13843.245","14629.038"],["13861.486","14587.502"],["13834.380","14599.459"],["12834.124","15804.035"],["12826.527","15765.358"],["12831.612","15780.660"],["12875.681","15775.066"],["12894.224","15769.720"],["12908.122","15819.338"],["19801.662","10598.557"],["19790.297","10603.627"],["19868.200","10631.266"],["19862.542","10616.584"],["13744.470","12332.868"],["13753.534","12326.747"],["13778.962","12304.716"],["13819.444","12301.675"],["15546.588","13703.736"],["15652.875","13702.889"],["15653.662","13644.126"],["15548.889","13636.069"],["15606.271","13605.878"],["15655.276","13749.595"],["15633.267","13638.610"],["15537.147","13690.729"],["15680.623","13786.614"],["15526.240","13628.092"],["15521.323","13627.250"],["15530.900","13810.327"],["15531.012","13684.421"],["15516.083","13798.108"],["15532.005","13761.510"],["15645.520","13635.373"],["15676.362","13736.993"],["15634.949","13806.317"],["15567.958","13748.079"],["15721.067","13627.193"],["15698.288","13636.442"],["15724.450","13750.364"],["15686.637","13754.971"],["15707.903","13752.081"],["15720.756","13790.613"],["15708.412","13693.737"],["15708.939","13708.799"],["15649.600","13750.718"],["15663.009","13678.240"],["15651.426","13710.983"],["15627.363","13742.543"],["15631.249","13682.567"],["15632.878","13670.610"],["15666.683","13672.584"],["15533.233","13673.805"],["15578.791","13716.413"],["15589.565","13788.509"],["19546.002","14978.452"],["19546.282","14922.349"],["19522.400","14915.264"],["19535.525","14907.618"],["19530.383","15047.820"],["13420.829","12428.931"],["13412.237","12430.745"],["13425.314","12457.462"],["13436.910","12531.615"],["13451.054","12441.706"],["13527.736","12504.767"],["13539.661","12504.519"],["13483.657","12529.721"],["13558.455","12492.037"],["13613.389","12499.453"],["15582.986","13385.460"],["15724.232","13189.902"],["15526.982","13227.983"],["15514.877","13262.995"],["15659.852","13185.098"],["15647.201","13295.748"],["15599.730","13212.260"],["15647.152","13303.906"],["15576.860","13225.017"],["15537.048","13230.691"],["15678.832","13372.545"],["15645.721","13310.793"],["15609.631","13211.682"],["15609.974","13366.239"],["15597.214","13219.527"],["15659.145","13188.698"],["15555.249","13219.038"],["15692.276","13251.807"],["15656.771","13311.653"],["15541.918","13357.900"],["15556.951","13368.601"],["15547.395","13322.993"],["15572.261","13353.599"],["15590.566","13318.388"],["15679.063","13376.228"],["15578.051","13368.647"],["15601.401","13302.124"],["15610.110","13257.645"],["15580.848","13287.161"],["15587.328","13269.721"],["15645.818","13257.416"],["15626.468","13303.300"],["15696.042","13279.069"],["15708.032","13281.414"],["15595.003","13270.613"],["15679.311","13317.275"],["15667.140","13301.536"],["15670.100","13294.170"],["15704.392","13332.217"],["15705.691","13329.757"],["15673.579","13342.592"],["15676.168","13370.613"],["15557.443","13268.046"],["15532.871","13279.624"],["15654.543","13244.762"],["15684.247","13260.964"],["15594.444","13272.248"],["15659.599","13373.917"],["15608.827","13260.882"],["15647.493","13346.039"],["15635.026","13335.089"],["15577.408","13305.489"],["15602.445","13347.395"],["15608.218","13327.279"],["15593.395","13330.196"],["15555.602","13314.834"],["15664.715","13319.431"],["12998.165","13872.831"],["13029.218","13854.763"],["13010.270","13906.026"],["13154.176","13847.410"],["13133.173","13924.090"],["13133.847","13905.494"],["13181.725","13870.135"],["13178.189","13864.156"],["13141.956","13864.024"],["13110.771","13919.879"],["13124.373","13879.994"],["13119.472","13886.072"],["13158.452","13927.096"],["13198.229","13978.935"],["12992.095","13969.752"],["13096.848","14024.946"],["8156.209","11914.294"],["8153.737","11942.491"],["8159.896","11946.426"],["8169.314","11964.669"],["8162.151","11998.487"],["16057.156","14359.540"],["15999.193","14332.254"],["15952.649","14269.113"],["15945.795","14282.538"],["16140.535","14260.259"],["16003.203","14443.274"],["15975.592","14400.164"],["16030.288","14408.110"],["16043.190","14352.879"],["15936.953","14346.964"],["16121.272","14405.103"],["16098.221","14353.689"],["16106.367","14274.675"],["16140.157","14280.055"],["16131.358","14295.645"],["5335.959","7478.043"],["5262.830","7478.847"],["5294.129","7516.139"],["5249.656","7505.651"],["5248.391","7572.198"],["5228.029","7544.469"],["5215.012","7615.440"],["5227.562","7599.949"],["5212.447","7569.643"],["14778.090","12766.359"],["14768.350","12830.491"],["14763.624","12865.683"],["14750.252","12893.478"],["14834.665","12821.776"],["14782.883","12906.423"],["14869.615","12800.009"],["14831.389","12782.632"],["14809.250","12760.782"],["14869.909","12931.021"],["14855.612","12910.946"],["14843.326","12912.763"],["14868.112","12912.663"],["14813.304","12925.209"],["14835.113","12948.429"],["14817.185","12929.684"],["15195.339","12106.817"],["15185.158","12101.747"],["15166.750","12055.648"],["15152.407","12046.366"],["15176.141","12074.987"],["15219.105","12087.903"],["15229.335","12072.577"],["15240.739","12047.271"],["15233.009","12035.000"],["15220.558","12057.048"],["15287.572","12069.075"],["15300.072","12092.279"],["15289.514","12105.516"],["15113.869","11977.784"],["12988.841","12961.353"],["12989.532","12953.921"],["13186.647","12867.855"],["13015.634","12957.687"],["13004.499","12792.617"],["13004.910","12877.390"],["13050.930","12883.170"],["13169.466","12928.554"],["13127.723","12849.578"],["13999.432","13167.517"],["13832.786","12985.742"],["13913.773","13013.554"],["13831.684","13024.520"],["13866.296","12989.809"],["13727.544","14888.772"],["13783.712","14874.288"],["13762.396","14955.526"],["13748.942","14940.217"],["13758.893","14954.948"],["13808.262","15010.584"],["13816.025","14996.992"],["15361.081","17671.296"],["15338.153","17673.079"],["15514.429","17718.415"],["15502.456","17786.192"],["15429.383","17725.135"],["15318.028","17635.483"],["15330.439","17728.192"],["15433.902","17673.604"],["15390.452","17760.703"],["15354.220","17784.615"],["15486.853","17754.295"],["15395.609","17732.667"],["15504.464","17755.151"],["15500.495","17783.013"],["15427.455","17631.357"],["15328.644","17652.579"],["15374.284","17626.704"],["15454.011","17724.224"],["15499.763","17705.493"],["15313.094","17784.634"],["15321.045","17764.727"],["15442.243","13711.059"],["15429.480","13719.697"],["15398.837","13745.500"],["15336.671","13605.109"],["15345.625","13812.967"],["15399.878","13734.557"],["15483.367","13657.576"],["15375.700","13706.299"],["15457.189","13721.371"],["15354.440","13733.110"],["15433.767","13652.337"],["15320.048","13729.642"],["15330.722","13727.693"],["15459.275","13720.018"],["15513.808","13680.027"],["15477.663","13724.394"],["15329.099","13800.848"],["15513.666","13787.720"],["15326.648","13802.813"],["15392.620","13780.760"],["15350.491","13607.684"],["15377.389","13731.742"],["15487.561","13661.342"],["15383.562","13701.576"],["15379.396","13683.221"],["15367.152","13637.131"],["15333.855","13651.115"],["15314.356","13696.181"],["15374.034","13783.220"],["15382.456","13796.829"],["15359.258","13623.423"],["15337.107","13681.767"],["15345.232","13698.761"],["15351.433","13701.850"],["15413.938","13733.835"],["15458.095","13735.650"],["15458.556","13742.636"],["15449.378","13733.090"],["15507.805","13807.591"],["15487.443","13814.857"],["15468.354","13758.517"],["15464.621","13764.037"],["15487.450","13764.236"],["15472.302","13797.299"],["15432.522","13719.069"],["15501.212","13613.142"],["15455.171","13674.821"],["15477.420","13698.370"],["15511.309","13779.600"],["15513.757","13786.418"],["15178.825","13177.874"],["15177.295","13180.500"],["15193.606","13168.707"],["15150.547","13160.603"],["15194.280","13139.607"],["15145.612","13166.246"],["15151.613","13124.142"],["15113.504","13137.948"],["15142.764","13112.049"],["15120.942","13044.313"],["15129.346","13030.787"],["15125.415","13037.855"],["15141.534","13015.213"],["15140.268","13014.882"],["15127.143","13015.279"],["15234.261","12991.056"],["15238.866","12995.350"],["15173.051","12991.281"],["15162.492","12977.656"],["15193.504","13014.588"],["15202.452","12992.491"],["15259.711","13079.656"],["15278.823","13089.499"],["15284.547","13095.560"],["15266.217","13135.695"],["15268.914","13140.006"],["15269.572","13120.699"],["15274.919","13043.800"],["15256.564","13018.086"],["15271.761","13010.935"],["14024.767","15656.173"],["14018.665","15662.217"],["14020.145","15656.156"],["13993.680","15656.973"],["14010.275","15651.275"],["13996.130","15656.477"],["13971.445","15654.660"],["13971.872","15655.552"],["13969.833","15655.338"],["13962.852","15653.258"],["13939.760","15657.255"],["14026.983","15684.576"],["14012.669","15679.396"],["14022.488","15687.505"],["14014.758","15683.277"],["13843.559","15553.257"],["13864.228","15678.597"],["13875.044","15688.445"],["13896.825","15679.575"],["5632.621","8209.074"],["5628.232","8178.800"],["5652.459","8159.510"],["5640.096","8136.376"],["5774.471","8123.916"],["5762.981","8131.994"],["5723.376","8128.656"],["5817.883","8134.758"],["5744.689","8178.256"],["5754.162","8183.739"],["5685.940","8245.847"],["5697.798","8251.214"],["24222.698","8089.903"],["24200.272","8086.839"],["24207.397","8084.271"],["24172.995","8061.676"],["24170.709","8091.023"],["24155.611","8096.516"],["24202.283","7929.505"],["24165.993","7998.269"],["24347.134","8058.992"],["24316.312","8065.466"],["24354.552","8089.908"],["24234.112","7913.214"],["24301.680","7942.894"],["14532.449","14005.678"],["6310.686","17010.350"],["14720.869","13200.173"],["14797.957","13226.453"],["14792.019","13215.962"],["14771.642","13215.288"],["14757.098","13195.938"],["14778.075","13257.916"],["23546.531","8650.996"],["16205.386","13156.069"],["16227.047","13157.307"],["16187.511","13161.803"],["16271.063","13117.908"],["16243.006","13157.062"],["16276.474","13158.457"],["16304.040","13130.018"],["16310.668","13138.077"],["16296.614","13173.141"],["16187.788","13143.581"],["16180.798","13148.503"],["16188.035","13110.233"],["16205.913","13098.028"],["16148.482","13014.444"],["16184.601","13035.567"],["16175.934","13151.119"],["16159.027","13163.571"],["16181.444","13159.062"],["16154.842","12998.191"],["16195.005","13041.926"],["16185.268","13059.217"],["16156.578","12980.765"],["16278.135","12971.018"],["16216.416","12971.776"],["16212.846","12971.859"],["16216.383","12982.280"],["16200.380","13030.581"],["16186.861","13034.396"],["16226.811","13041.646"],["16178.097","13063.181"],["16246.212","13130.239"],["16186.143","13149.163"],["16232.739","13126.533"],["16229.828","13088.400"],["16262.755","13106.154"],["16183.379","12980.009"],["16190.649","13010.892"],["16165.748","13005.194"],["16295.035","13091.263"],["16265.298","13070.718"],["16232.897","13050.453"],["12861.429","14191.199"],["12850.410","14187.384"],["12875.821","14208.177"],["12816.972","14184.213"],["12855.640","14201.983"],["14093.541","13946.329"],["14114.413","13848.856"],["14113.288","13935.724"],["14083.408","13991.106"],["14248.511","13890.305"],["14084.277","13867.524"],["14100.741","13891.702"],["14075.429","13877.681"],["15070.169","19076.408"],["15045.991","19034.145"],["14993.639","18998.637"],["15000.662","19083.691"],["14969.830","19068.188"],["14957.330","19040.624"],["15727.691","14447.100"],["15767.627","14429.253"],["15915.796","14327.846"],["15904.777","14335.394"],["15895.739","14310.057"],["15915.885","14298.898"],["15802.223","14259.446"],["15812.717","14276.077"],["15729.969","14355.975"],["15758.597","14415.635"],["15743.177","14324.546"],["15735.818","14406.898"],["15727.667","14325.240"],["15789.505","14300.399"],["15752.268","14289.879"],["15728.699","14276.088"],["15908.549","14395.449"],["15893.116","14361.574"],["15767.622","14338.162"],["15846.161","14333.820"],["15797.014","14358.872"],["15928.158","14336.114"],["15803.190","14437.761"],["15882.531","14437.068"],["15853.194","14445.641"],["15846.599","14422.586"],["15848.441","14429.341"],["15797.627","14409.930"],["15782.117","14421.243"],["15751.097","14434.545"],["15850.252","14384.329"],["15871.469","14391.595"],["15837.554","14354.601"],["12789.431","13544.910"],["12829.443","13510.002"],["12872.469","13417.169"],["12923.670","13438.210"],["12940.824","13454.329"],["12904.394","13455.386"],["12808.917","13554.362"],["12895.380","13406.055"],["12925.331","13486.104"],["12923.472","13457.302"],["12909.492","13473.668"],["12861.729","13396.030"],["12958.914","13604.261"],["12888.059","13589.958"],["12844.161","13552.386"],["12880.213","13565.582"],["12901.940","13595.375"],["12786.907","13564.426"],["12791.233","13566.639"],["12811.554","13504.346"],["31466.928","11128.491"],["31465.678","11153.891"],["16184.596","15272.230"],["16153.430","15290.256"],["16151.967","15252.155"],["16148.692","15265.332"],["13803.201","15351.599"],["13802.120","15347.419"],["13805.805","15315.302"],["13816.860","15332.930"],["13800.603","15319.934"],["13797.476","15366.301"],["13754.269","15389.143"],["13766.846","15408.236"],["13759.775","15413.082"],["13811.499","15444.254"],["13782.706","15438.679"],["13747.940","15475.301"],["13737.678","15449.541"],["13742.760","15477.682"],["13757.664","15505.858"],["13829.322","15468.653"],["13629.788","15492.236"],["13627.682","15503.847"],["13635.393","15450.171"],["15165.770","17851.606"],["15195.179","17890.805"],["15167.998","17929.669"],["15158.366","17864.932"],["15109.180","18020.952"],["15128.001","17865.610"],["15118.943","17925.935"],["15251.067","17840.018"],["15142.545","17951.080"],["7580.263","14702.848"],["14263.538","12428.289"],["14357.102","12448.922"],["14360.277","12427.865"],["14347.366","12460.301"],["14297.121","12504.588"],["14294.950","12516.281"],["14418.993","12530.075"],["14434.223","12529.315"],["14294.650","12361.731"],["14338.163","12371.913"],["14355.844","12366.166"],["14370.820","12453.351"],["14378.929","12438.108"],["14372.888","12422.672"],["14385.256","12422.854"],["14359.536","12382.953"],["14373.812","12388.998"],["14403.235","12452.631"],["14428.021","12459.568"],["14416.243","12423.199"],["14400.371","12427.609"],["14930.613","15305.273"],["14886.668","15296.337"],["14982.995","15359.146"],["15016.383","15340.648"],["15010.512","15320.632"],["15091.845","15415.547"],["15086.758","15356.666"],["15074.060","15349.118"],["15075.968","15348.424"],["15030.361","15365.966"],["15051.775","15338.435"],["15057.696","15345.867"],["15039.689","15371.358"],["15038.619","15381.317"],["15038.356","15391.424"],["15044.978","15429.967"],["15009.813","15424.170"],["15011.639","15448.480"],["15060.042","15499.034"],["15063.923","15478.720"],["15022.739","15491.073"],["15087.707","15494.695"],["15093.135","15503.663"],["14954.513","15505.221"],["14914.882","15478.566"],["14931.887","15431.350"],["14895.143","15407.683"],["14924.255","15417.113"],["14885.170","15379.501"],["14924.843","15385.201"],["14908.691","15379.123"],["14909.366","15377.687"],["14954.898","15378.746"],["14971.444","15373.940"],["14967.875","15395.013"],["15065.678","15411.698"],["15080.431","15411.897"],["15074.593","15437.363"],["8226.238","15252.237"],["24037.901","8883.951"],["24106.614","8892.204"],["14473.549","12308.305"],["14485.408","12309.098"],["14466.312","12309.775"],["14464.692","12231.241"],["14507.729","12274.029"],["14600.723","12333.583"],["14593.486","12322.617"],["14668.259","12278.048"],["14634.953","12298.345"],["14652.058","12280.822"],["14646.045","12139.301"],["14655.387","12127.509"],["14659.505","12144.843"],["14562.386","12125.867"],["14597.912","12144.546"],["14563.340","12136.123"],["14543.800","12152.440"],["14605.544","12135.611"],["14548.058","12334.397"],["14594.501","12286.866"],["14572.330","12306.122"],["14604.942","12287.888"],["14601.274","12290.349"],["14609.416","12287.228"],["23899.405","7476.647"],["23928.880","7475.865"],["23920.755","7490.201"],["23888.385","7503.597"],["23879.569","7525.794"],["12820.508","14328.903"],["12922.071","14401.637"],["12954.521","14409.861"],["12921.890","14346.459"],["12951.906","14404.015"],["12938.370","14408.738"],["12830.015","14331.992"],["12904.456","14409.894"],["14812.669","13592.235"],["14785.689","13535.223"],["14752.853","13498.930"],["14782.639","13488.244"],["11353.659","14446.753"],["13548.593","15498.126"],["13617.844","15457.669"],["13524.336","15460.293"],["13505.033","15497.037"],["13462.966","15482.021"],["13445.190","15488.089"],["13462.160","15456.970"],["13447.220","15429.838"],["13443.847","15399.523"],["13487.945","15375.785"],["13478.466","15357.132"],["13510.307","15338.765"],["13512.283","15364.492"],["13527.412","15365.391"],["13599.114","15368.588"],["13534.692","15315.931"],["13560.365","15332.178"],["13557.970","15324.226"],["13554.417","15324.952"],["13541.712","15333.093"],["13543.406","15335.801"],["13519.030","15331.631"],["13531.843","15339.294"],["13525.623","15345.367"],["13525.590","15350.585"],["13535.766","15356.040"],["13533.463","15363.059"],["13563.180","15365.927"],["13560.072","15357.042"],["13587.999","15379.330"],["13583.493","15378.933"],["13561.776","15391.921"],["13572.351","15388.370"],["13564.017","15382.960"],["13558.639","15373.249"],["13554.181","15371.820"],["13543.572","15369.723"],["13476.482","15389.867"],["13477.453","15379.545"],["13459.957","15403.722"],["13452.769","15397.100"],["13499.769","15366.063"],["13508.355","15367.352"],["13519.180","15377.657"],["13518.259","15386.575"],["13597.420","15490.018"],["13600.396","15496.257"],["13597.694","15506.169"],["13598.714","15497.729"],["13595.970","15468.351"],["13603.799","15470.993"],["13541.878","15467.443"],["13536.730","15475.370"],["15069.947","17014.769"],["15088.393","17082.882"],["15061.365","17098.756"],["14981.996","17116.589"],["15075.944","17169.354"],["15045.098","17119.830"],["15069.988","17083.675"],["15012.381","17008.525"],["15077.190","16990.280"],["15010.255","17093.882"],["15001.684","17101.735"],["15000.069","17165.399"],["15090.364","17034.627"],["15014.082","17128.893"],["15026.599","17115.681"],["15068.169","17074.409"],["15088.064","17046.432"],["11573.865","15591.729"],["16185.100","15439.593"],["16185.000","15432.110"],["16174.748","15478.196"],["16152.866","15471.484"],["16156.053","15314.109"],["16170.179","15323.433"],["16185.142","15351.596"],["16177.606","15352.022"],["16228.305","15438.113"],["16161.463","15326.114"],["16188.720","15351.324"],["16159.131","15358.673"],["16608.332","18419.680"],["16834.881","15297.768"],["16779.792","15447.455"],["16826.928","15325.197"],["16839.510","15428.870"],["16803.304","15485.862"],["16807.584","15352.072"],["16970.381","15386.992"],["16806.465","15334.632"],["16837.384","15420.908"],["16842.471","15458.944"],["16894.890","15425.880"],["16900.758","15299.739"],["16905.203","15432.998"],["16834.987","15453.791"],["16932.002","15304.329"],["16778.700","15425.187"],["16907.615","15375.105"],["16916.811","15306.560"],["16944.584","15309.713"],["16951.344","15301.439"],["16978.108","15297.554"],["16973.865","15313.194"],["16978.832","15312.996"],["16893.175","15333.882"],["16876.317","15303.296"],["16892.304","15316.442"],["16886.747","15453.944"],["16879.493","15457.973"],["16862.487","15451.896"],["16920.219","15432.288"],["16932.539","15414.368"],["16964.410","15446.597"],["16788.884","15504.001"],["16802.754","15438.715"],["16814.827","15347.926"],["16845.711","15368.070"],["16965.874","15430.776"],["16950.282","15417.745"],["15083.420","14220.030"],["15090.984","14237.714"],["15026.895","14160.048"],["15022.010","14204.689"],["15046.401","14208.190"],["15060.837","14202.720"],["15064.088","14236.903"],["15052.295","14223.063"],["15059.439","14218.310"],["15076.084","14216.231"],["15079.314","14175.951"],["14921.402","14173.034"],["14929.773","14169.532"],["14897.053","14099.071"],["14923.983","14211.694"],["14913.704","14191.465"],["14957.557","14121.744"],["14962.655","14109.193"],["14959.761","14098.326"],["15044.267","14055.266"],["15085.360","14152.816"],["15073.781","14151.627"],["15083.320","14160.116"],["15037.345","14100.330"],["15608.258","17845.168"],["15525.384","17837.985"],["15568.230","17859.173"],["15539.364","18011.256"],["15546.847","17906.452"],["15634.250","17886.691"],["15581.258","17915.353"],["15552.872","17963.680"],["15526.801","17977.409"],["15576.307","17918.691"],["15588.455","17885.408"],["15555.616","17903.297"],["15584.644","17903.056"],["15537.579","17978.791"],["13209.779","12461.889"],["13384.250","12413.406"],["13375.977","12424.389"],["13377.408","12473.753"],["13386.013","12533.646"],["5759.273","7882.181"],["5734.750","7866.458"],["5688.990","7873.647"],["5682.395","7883.276"],["5701.947","7872.337"],["5753.795","7779.061"],["5770.489","7763.719"],["5732.382","7838.002"],["5690.904","7887.801"],["5716.451","7882.207"],["5668.786","7883.514"],["19976.096","10758.096"],["19971.948","10713.594"],["19965.085","10701.446"],["8963.276","16244.496"],["8947.591","16214.856"],["8938.133","16233.504"],["8881.466","16156.226"],["14675.002","14081.253"],["14753.110","14035.836"],["14809.746","14112.266"],["14834.351","14105.263"],["14779.289","14153.331"],["14784.997","14156.353"],["14759.026","14171.101"],["14805.084","14065.361"],["14844.043","14182.863"],["14810.455","14137.100"],["14792.857","14136.968"],["14839.371","14049.172"],["14878.357","14049.127"],["14854.607","14048.351"],["14750.855","14123.876"],["14713.240","14119.533"],["14722.845","14138.592"],["14788.143","14061.430"],["14789.297","14211.374"],["14814.673","14061.728"],["14793.499","14129.050"],["14777.397","14133.145"],["14776.311","14128.224"],["14802.921","14172.993"],["14808.266","14190.153"],["14833.869","14090.322"],["14836.484","14075.838"],["14865.448","14095.145"],["14868.406","14061.431"],["14821.404","14234.138"],["14813.361","14219.175"],["14777.969","14231.057"],["12328.874","12276.454"],["12343.389","12143.947"],["12319.162","12233.443"],["12222.024","12214.715"],["12340.527","12263.138"],["12300.889","12269.579"],["12277.139","12252.419"],["12246.185","12204.294"],["12306.942","12267.663"],["12326.662","12170.404"],["12284.952","12199.603"],["12343.931","12186.112"],["12346.546","12169.746"],["12320.642","12190.902"],["31714.840","10376.531"],["31713.277","10411.577"],["24296.052","8643.078"],["14699.110","12867.096"],["14705.245","12803.215"],["15127.654","16286.852"],["15131.804","16259.680"],["15180.042","16160.145"],["15185.464","16192.461"],["15184.592","16198.175"],["15194.680","16173.043"],["15165.934","16164.306"],["15120.450","16285.233"],["15148.428","16214.138"],["15138.116","16213.131"],["15167.973","16165.198"],["15151.509","16267.307"],["15160.301","16156.432"],["15170.992","16162.377"],["15130.965","16252.314"],["15146.311","16271.501"],["15146.305","16266.851"],["15142.653","16259.271"],["15102.352","16195.708"],["15131.579","16192.306"],["15101.151","16240.382"],["15111.299","16190.820"],["15126.842","16143.091"],["15121.776","16149.581"],["15192.907","15858.963"],["15203.797","15884.525"],["15189.134","15845.704"],["15216.957","15898.936"],["15157.655","15868.179"],["15191.665","15851.748"],["15190.401","15846.728"],["15200.859","15864.036"],["15173.694","15875.066"],["15187.155","15889.764"],["10054.728","14037.002"],["10098.086","14053.451"],["10113.376","14051.873"],["5296.086","8310.344"],["5274.852","8270.757"],["5282.139","8279.791"],["5402.539","8115.544"],["5320.321","8186.442"],["5337.690","8190.158"],["5294.515","8186.789"],["5288.040","8176.903"],["5255.737","8223.609"],["5235.326","8195.599"],["5249.560","8263.227"],["5235.761","8239.659"],["5209.905","8286.216"],["5265.850","8145.078"],["5349.666","8243.104"],["5357.643","8264.607"],["5367.134","8264.855"],["5398.253","8219.475"],["5400.572","8202.662"],["5388.412","8150.997"],["2378.500","11302.303"],["2376.806","11290.643"],["2427.526","11373.390"],["2454.434","11379.434"],["2350.136","11378.271"],["2299.664","11335.422"],["2304.713","11350.567"],["2281.323","11365.819"],["2312.737","11370.608"],["2317.437","11374.508"],["2345.332","11339.842"],["8777.365","15899.671"],["15816.407","17944.664"],["15861.193","17977.826"],["15798.710","17997.050"],["15844.650","18038.616"],["16102.976","18556.616"],["16095.279","18551.001"],["16123.963","18485.105"],["16642.017","15185.206"],["16674.140","15137.896"],["16618.024","15252.613"],["16636.046","15203.274"],["16760.292","15179.755"],["16749.390","15203.975"],["16776.565","15268.171"],["16724.637","15216.098"],["16683.900","15275.323"],["16632.322","15275.428"],["16629.674","15287.583"],["16699.908","15161.375"],["16718.926","15232.735"],["16709.023","15245.949"],["16660.647","15225.353"],["16657.395","15249.832"],["16664.139","15191.697"],["16739.538","15217.336"],["16736.411","15157.608"],["16757.135","15170.325"],["16771.078","15146.009"],["16764.630","15150.600"],["16753.404","15119.341"],["16752.203","15120.580"],["16759.094","15121.703"],["16713.933","15129.752"],["16691.219","15120.999"],["16710.841","15111.651"],["16612.909","15240.738"],["16629.855","15261.753"],["16719.044","15287.607"],["15765.558","17612.671"],["15815.017","17444.303"],["15774.493","17555.299"],["15738.515","17542.453"],["15726.470","17609.184"],["15755.560","17425.180"],["15761.685","17422.494"],["15765.097","17615.346"],["15752.331","17597.179"],["15745.242","17591.432"],["15764.230","17489.723"],["15803.159","17474.237"],["14409.070","14677.666"],["15153.120","11903.986"],["15176.744","11899.673"],["15097.905","11890.494"],["15111.988","11875.410"],["15164.150","11880.416"],["15167.215","11861.154"],["15200.536","11877.669"],["15269.083","11893.368"],["15298.251","11902.178"],["15279.472","11863.062"],["15256.489","11864.162"],["15551.065","14761.769"],["15563.067","14734.838"],["15636.154","14723.904"],["15689.434","14855.956"],["15673.780","14698.488"],["15700.139","14743.348"],["15656.624","14870.378"],["15675.657","14698.633"],["15634.980","14698.259"],["15559.760","14699.285"],["15570.826","14734.766"],["15656.358","14814.375"],["14312.591","17302.929"],["14329.930","17253.101"],["14301.504","17243.998"],["14298.679","17214.151"],["23267.907","8179.597"],["12636.250","14075.047"],["12623.504","14051.546"],["12600.842","14056.390"],["12595.644","14063.409"],["12684.999","14168.159"],["12672.532","14145.253"],["12698.206","14151.496"],["16148.820","14586.006"],["16289.044","14529.947"],["16287.761","14533.795"],["16225.234","14580.010"],["16156.076","14543.057"],["16263.238","14542.757"],["16183.932","14585.123"],["16171.432","14649.308"],["16252.582","14617.184"],["16251.990","14645.623"],["16178.176","14586.345"],["16255.004","14597.615"],["16264.834","14628.386"],["16287.367","14638.064"],["16293.008","14633.258"],["16221.402","14599.432"],["16244.447","14572.174"],["16283.148","14553.793"],["16269.012","14581.670"],["16341.192","14558.808"],["16303.123","14600.082"],["16298.271","14629.314"],["16283.962","14600.941"],["16218.305","14636.953"],["16153.130","14613.587"],["16214.666","14629.600"],["16279.003","14556.504"],["31720.236","11497.286"],["31662.473","11504.815"],["12420.806","12017.871"],["12482.303","11976.517"],["12462.319","12002.512"],["12476.628","11980.943"],["12406.398","11950.258"],["12555.313","12026.938"],["12362.375","11932.633"],["12562.624","12123.853"],["12548.467","12054.181"],["12553.747","12057.831"],["12361.986","11924.761"],["12542.076","12092.217"],["12545.728","12089.723"],["12533.446","12080.300"],["12520.798","12083.455"],["12364.434","11961.902"],["12530.417","12035.652"],["12498.289","12034.168"],["12510.427","12041.517"],["12491.061","12063.460"],["12489.843","12077.713"],["12425.677","12000.877"],["12505.401","12057.332"],["12399.749","11960.830"],["12479.210","12052.926"],["12467.154","12054.875"],["12382.891","11979.839"],["12451.367","12025.604"],["12451.959","12038.337"],["16630.555","15775.346"],["16604.064","15729.882"],["16632.832","15729.330"],["16664.566","15767.814"],["16683.662","15792.347"],["16776.368","15771.743"],["16687.217","15824.604"],["16669.238","15869.715"],["16598.256","15738.899"],["16584.997","15817.144"],["16636.626","15902.288"],["16761.659","15914.880"],["16706.461","15844.522"],["16721.263","15849.509"],["16719.121","15797.415"],["16748.003","15820.636"],["16716.048","15813.537"],["16645.439","15804.713"],["16662.100","15809.800"],["16647.709","15818.503"],["16588.113","15815.587"],["16726.242","15742.681"],["16735.548","15727.142"],["16720.551","15748.131"],["16715.050","15784.388"],["16704.591","15895.544"],["16698.454","15907.116"],["16719.562","15927.247"],["16697.237","15910.832"],["16708.366","15917.116"],["16703.021","15919.610"],["16720.944","15923.679"],["16709.789","15907.133"],["16734.717","15886.702"],["16722.113","15904.141"],["16740.231","15921.013"],["16693.807","15924.522"],["16751.157","15904.120"],["16743.197","15913.336"],["16713.797","15888.994"],["16725.080","15901.083"],["16705.962","15868.048"],["16709.635","15870.796"],["16711.280","15859.549"],["16732.930","15865.631"],["16725.446","15856.845"],["16737.781","15880.065"],["16737.797","15873.591"],["16698.894","15862.369"],["16694.650","15865.886"],["9660.614","13579.250"],["9691.627","13582.954"],["9724.994","13547.666"],["9626.273","13428.078"],["17799.057","16911.702"],["17797.117","16913.849"],["17810.238","16892.753"],["17820.452","16896.105"],["17821.942","16981.661"],["17828.695","16975.638"],["17816.219","16980.984"],["15031.017","13636.329"],["15041.823","13635.437"],["15040.195","13659.384"],["15076.328","13629.691"],["15053.846","13633.433"],["15067.265","13612.249"],["15076.947","13804.312"],["15036.543","13731.253"],["15014.452","13724.128"],["15079.147","13651.306"],["15078.645","13682.655"],["15085.220","13678.973"],["15031.173","13678.889"],["15002.047","13681.912"],["15016.796","13662.724"],["15052.277","13814.190"],["14939.910","13623.171"],["14985.777","13661.833"],["14985.513","13674.566"],["14932.079","13608.178"],["14980.661","13646.210"],["14907.863","13677.794"],["14915.458","13660.046"],["14937.214","13679.307"],["14906.854","13628.212"],["14918.449","13618.864"],["14945.076","13697.705"],["14992.409","13729.476"],["14961.213","13704.646"],["14962.743","13714.902"],["14943.812","13720.187"],["14945.096","13632.102"],["14952.839","13645.024"],["14943.760","13705.731"],["14909.888","13623.668"],["14971.751","13698.906"],["14990.797","13700.013"],["14974.368","13606.028"],["14932.624","13607.564"],["16376.086","13227.226"],["16367.402","13193.320"],["16391.333","13227.705"],["16423.072","13231.522"],["16448.417","13204.767"],["16411.000","13207.063"],["16442.734","13282.220"],["16437.751","13286.564"],["16440.646","13313.814"],["16407.049","13302.257"],["16395.157","13298.310"],["16387.789","13292.281"],["8762.232","12705.985"],["15499.752","14400.154"],["15489.964","14399.066"],["15478.906","14425.954"],["15332.541","14298.342"],["15432.613","14386.689"],["15389.343","14267.939"],["15459.080","14338.029"],["15473.669","14294.297"],["15523.072","12503.994"],["15520.472","12536.467"],["15554.832","12517.619"],["15580.527","12417.473"],["15552.138","12413.856"],["15571.910","12483.757"],["15525.501","12489.483"],["15597.124","12452.790"],["15552.385","12395.177"],["15569.937","12495.499"],["15730.389","12329.238"],["15605.979","12515.853"],["15626.505","12513.987"],["15529.222","12478.003"],["15563.054","12439.044"],["15520.752","12462.066"],["15709.723","12393.330"],["15706.216","12389.851"],["15705.686","12382.186"],["15686.651","12406.061"],["16480.430","15606.840"],["16503.747","15616.158"],["16447.933","15575.262"],["16459.442","15512.671"],["16541.530","15602.322"],["16513.337","15540.276"],["16397.959","15534.776"],["16402.646","15549.456"],["15148.989","16840.562"],["15158.352","16834.755"],["15101.541","16937.599"],["15173.516","16844.450"],["15131.538","16827.399"],["15122.646","16898.107"],["15139.023","16939.702"],["15205.215","16964.571"],["13487.700","13200.174"],["13524.513","13204.179"],["13571.286","13212.627"],["13529.234","13202.082"],["13587.306","13233.007"],["13570.497","13233.535"],["13488.293","13322.221"],["13550.725","13259.439"],["13492.856","13316.771"],["13502.008","13261.140"],["13422.122","13385.107"],["13435.608","13374.289"],["13472.049","13304.100"],["13549.714","13255.559"],["13535.693","13274.491"],["16340.561","18358.600"],["16316.761","18261.061"],["16336.437","18425.542"],["16337.325","18446.054"],["16308.542","18451.075"],["16332.769","18310.728"],["14098.424","14435.172"],["14080.809","14442.555"],["16529.950","15756.220"],["16437.622","15817.089"],["16410.321","15807.633"],["16440.191","15760.091"],["16538.866","15740.643"],["2647.395","11135.406"],["2661.836","11107.727"],["2636.314","11206.473"],["2504.150","11168.656"],["2509.824","11180.415"],["2553.920","11195.295"],["2471.211","11198.955"],["2466.897","11077.396"],["2500.308","11237.696"],["2491.119","11260.264"],["2494.590","11255.210"],["2470.721","11252.900"],["2477.201","11278.631"],["2577.122","11237.912"],["2597.302","11229.788"],["2603.535","11198.673"],["2665.293","11241.313"],["2631.987","11236.408"],["2526.425","11072.703"],["2531.375","11106.526"],["2592.358","11070.250"],["5307.987","8099.428"],["5258.219","8097.630"],["5261.722","8098.505"],["5234.637","8055.493"],["5242.663","8007.087"],["5216.380","8055.311"],["5283.719","8039.184"],["5265.610","7986.517"],["5272.281","7932.444"],["5268.013","7951.566"],["5316.714","7978.023"],["5312.421","7980.137"],["5332.529","7910.596"],["5402.215","8048.929"],["11931.823","14154.722"],["11932.467","14122.350"],["11914.424","14133.003"],["11919.111","14137.363"],["15415.555","17420.928"],["15314.098","17469.526"],["15414.321","17608.742"],["15416.835","17496.012"],["15314.523","17518.204"],["15450.439","17607.723"],["15505.358","17535.119"],["15355.322","17491.685"],["15396.518","17464.454"],["15366.098","17511.923"],["15329.328","17554.931"],["15324.349","17565.765"],["15457.740","17556.353"],["15509.988","17419.353"],["15433.727","17535.038"],["15457.647","17446.047"],["15366.879","17519.578"],["15377.660","17577.607"],["15353.926","17423.259"],["15510.890","17462.643"],["14710.641","16776.321"],["14708.480","16793.439"],["14758.147","16797.905"],["15632.221","13153.511"],["15663.751","13154.891"],["15520.506","13024.961"],["15620.042","13133.547"],["15592.447","13078.290"],["15565.292","13074.838"],["15575.522","13073.253"],["15548.794","13043.776"],["15527.101","13012.806"],["15589.150","12991.319"],["15615.285","12987.107"],["15574.350","12997.253"],["15548.971","12989.556"],["15596.693","13007.451"],["15601.512","13000.184"],["15596.495","13013.578"],["15694.904","13038.024"],["15630.903","13038.660"],["15628.091","13044.110"],["15630.296","13045.233"],["15643.076","13047.149"],["15635.494","13074.300"],["15701.482","13136.018"],["15699.525","13110.948"],["15697.551","13109.577"],["15656.237","12985.454"],["15658.688","12986.494"],["15649.856","13003.703"],["15695.560","12986.861"],["15635.493","13000.504"],["15686.481","12980.106"],["15628.224","12986.070"],["15673.793","13082.813"],["15663.843","13102.731"],["15660.610","13112.697"],["14278.291","15089.438"],["14871.048","14937.215"],["14860.752","14895.019"],["14678.663","14949.588"],["14710.407","14959.547"],["14696.838","14954.790"],["14823.716","14951.073"],["14816.775","14943.658"],["14840.353","14940.531"],["14839.103","14935.213"],["14723.134","14960.884"],["14813.593","14923.669"],["14762.209","15030.814"],["14764.659","15036.116"],["14788.195","15023.333"],["14816.485","15070.359"],["14818.771","15052.771"],["14816.024","15063.605"],["14788.783","15062.018"],["14767.566","15069.731"],["14779.507","15075.363"],["14881.758","14978.346"],["14877.249","14892.371"],["14797.937","14956.917"],["14766.203","15013.990"],["14855.311","14965.673"],["14880.066","14999.584"],["14869.227","15006.471"],["14760.070","14883.406"],["14769.561","14907.997"],["14720.991","14884.249"],["14790.117","14990.522"],["14674.742","15038.096"],["14679.216","15036.561"],["14790.512","14891.562"],["14747.705","14947.412"],["14739.542","15063.590"],["14703.300","14974.344"],["14690.389","14956.640"],["14699.386","14985.839"],["14835.713","14883.464"],["14755.463","14961.438"],["16242.119","15374.488"],["16262.296","15325.782"],["16261.112","15322.050"],["16260.076","15318.417"],["16284.205","15412.600"],["16287.203","15395.102"],["16220.536","15333.946"],["16254.704","15373.201"],["16342.927","15405.595"],["16339.452","15303.824"],["16343.589","15489.030"],["12370.347","12119.124"],["12362.649","12061.618"],["12423.817","12110.933"],["12405.955","12092.716"],["24172.799","7469.113"],["19320.999","18004.982"],["19305.456","18003.132"],["6249.537","7848.567"],["16538.701","13042.621"],["23296.387","8654.529"],["12995.344","14241.174"],["13001.923","14404.081"],["13198.665","14267.104"],["13159.899","14269.267"],["13162.152","14273.578"],["13051.708","14333.313"],["13189.932","14311.431"],["13104.918","14340.258"],["13088.932","14334.296"],["13082.682","14328.895"],["13065.786","14307.332"],["13051.641","14313.377"],["13054.207","14328.835"],["16387.929","12764.069"],["16357.536","12772.514"],["16368.754","12786.024"],["16365.152","12758.922"],["16361.220","12799.989"],["16360.973","12824.333"],["13151.214","12475.851"],["13063.891","12545.932"],["12994.128","12422.273"],["13003.371","12428.631"],["12995.016","12461.001"],["13011.661","12453.652"],["13158.588","12516.434"],["13169.344","12521.619"],["13148.405","12528.452"],["13035.442","12522.808"],["13053.462","12530.009"],["13038.584","12517.342"],["13023.400","12490.452"],["13000.848","12486.511"],["31788.267","11160.037"],["31796.145","11114.521"],["31763.333","11127.122"],["3328.416","8154.008"],["3309.483","8146.968"],["3485.017","8175.861"],["3488.800","8163.640"],["3490.640","8123.795"],["3503.075","8135.307"],["3485.254","8303.207"],["3446.175","8303.447"],["3467.030","8307.575"],["3498.140","8288.151"],["3327.490","8267.172"],["3344.282","8265.372"],["3350.577","8226.961"],["3307.355","8272.065"],["3311.614","8264.418"],["9603.046","13594.403"],["9550.392","13413.321"],["9544.142","13498.526"],["9542.716","13499.799"],["9511.225","13530.555"],["9498.337","13522.328"],["9499.984","13496.135"],["9540.794","13567.071"],["9535.137","13590.258"],["9575.872","13442.303"],["9573.265","13436.441"],["9579.088","13424.847"],["9575.047","13450.018"],["9560.919","13457.499"],["15648.981","15285.469"],["15642.846","15277.988"],["15655.257","15246.427"],["15679.558","15258.901"],["15639.386","15236.980"],["15695.594","15236.490"],["15702.633","15245.848"],["15586.924","15152.576"],["15587.209","15106.653"],["15525.517","15264.987"],["15532.359","15251.511"],["15531.377","15133.098"],["15555.443","15291.729"],["15535.439","15127.301"],["15547.104","15269.829"],["15670.842","15135.572"],["15649.838","15133.045"],["15578.111","15120.345"],["15704.255","15091.832"],["15628.884","15172.286"],["15695.473","15293.158"],["15712.348","15275.684"],["15581.930","15171.984"],["15615.171","15244.142"],["15608.493","15240.261"],["15592.275","15170.003"],["15629.250","15248.815"],["15607.512","15161.622"],["15652.302","15257.099"],["15660.953","15259.345"],["15643.453","15260.435"],["15668.884","15119.255"],["15617.122","15115.867"],["15613.274","15122.737"],["15600.231","15109.195"],["15693.045","15236.952"],["15707.758","15258.892"],["15714.518","15267.067"],["15716.409","15254.730"],["15609.683","15157.956"],["15609.239","15145.371"],["15599.502","15168.847"],["15595.604","15186.056"],["15596.015","15190.895"],["13559.297","15926.355"],["13560.202","15922.986"],["13541.634","15904.395"],["13513.559","15898.598"],["13523.312","15877.558"],["13486.425","15878.169"],["13499.763","15893.314"],["13486.112","15893.727"],["13576.843","15732.236"],["8147.320","15484.317"],["8179.665","15463.596"],["8172.605","15452.443"],["8190.594","15456.197"],["15446.423","15480.961"],["15470.485","15502.381"],["15460.797","15321.477"],["15436.360","15387.117"],["15442.092","15431.931"],["15447.256","15418.157"],["15446.023","15417.447"],["15502.102","15320.310"],["15483.664","15319.649"],["15489.832","15298.758"],["15458.320","15356.880"],["15499.014","15389.899"],["15479.227","15401.443"],["15456.543","15379.506"],["15449.553","15376.583"],["15473.099","15321.345"],["15496.866","15500.206"],["15509.173","15310.640"],["15379.678","15350.186"],["15363.971","15366.867"],["15368.741","15386.470"],["15341.113","15465.989"],["15348.301","15466.253"],["15344.814","15462.488"],["15316.371","15491.329"],["15334.677","15493.047"],["15360.816","15484.265"],["15364.747","15489.401"],["15341.671","15489.632"],["15355.171","15499.448"],["15341.800","15503.263"],["15361.487","15501.330"],["15320.866","15372.538"],["15355.109","15408.988"],["15356.033","15367.746"],["15317.894","15365.139"],["15375.817","15412.060"],["15356.902","15417.427"],["15325.389","15335.260"],["15327.001","15338.134"],["15312.724","15345.334"],["15465.964","15456.434"],["15449.582","15459.902"],["15432.740","15465.517"],["15352.451","15332.273"],["15358.290","15360.530"],["15311.724","15298.461"],["15331.822","15297.701"],["15391.234","15490.456"],["15381.316","15482.017"],["15371.224","15302.502"],["15353.033","15301.528"],["15352.507","15312.114"],["15309.925","15393.532"],["14480.021","16380.726"],["14652.190","16372.846"],["14665.775","16374.762"],["14669.960","16369.255"],["14612.859","16389.381"],["14596.531","16401.111"],["14636.719","16397.949"],["19967.335","16402.118"],["19956.578","16387.387"],["15038.127","16974.848"],["15067.930","16923.987"],["14378.660","15328.553"],["14383.709","15330.584"],["14362.947","15310.113"],["14383.605","15312.888"],["14353.737","15352.376"],["14461.138","15388.858"],["14365.283","15357.099"],["14452.849","15360.501"],["14285.517","14533.054"],["14312.622","14489.850"],["14314.530","14502.352"],["14277.030","14531.237"],["14344.201","14611.026"],["14370.171","14563.891"],["14391.618","14555.903"],["14364.779","14647.637"],["14460.728","14530.895"],["14424.563","14658.277"],["14384.086","14635.387"],["14035.840","12771.406"],["14077.640","12653.543"],["17889.783","16838.077"],["17880.539","16825.674"],["17833.432","16979.635"],["17870.505","16853.923"],["17880.760","16868.004"],["17885.546","16874.280"],["17860.604","16862.544"],["17839.440","16898.768"],["17837.549","16899.577"],["17851.109","16980.926"],["17851.701","16980.926"],["17882.648","16974.987"],["17870.076","16977.377"],["17872.221","16980.732"],["17871.777","16984.943"],["17880.312","16978.026"],["17866.529","16983.020"],["17862.121","16980.328"],["13807.822","13635.914"],["13767.639","13616.227"],["13819.401","13613.437"],["13708.724","13670.719"],["13722.754","13670.488"],["13653.292","13678.606"],["13667.569","13683.312"],["13625.254","13632.288"],["13773.863","13708.784"],["13791.604","13715.964"],["13791.322","13794.853"],["13746.839","13781.380"],["15667.855","12220.087"],["15658.973","12208.477"],["15664.039","12237.709"],["15624.570","12222.495"],["15732.315","12279.874"],["15621.198","12202.490"],["15609.422","12189.113"],["15627.596","12199.451"],["15717.041","12306.063"],["15562.203","12148.490"],["15573.601","12145.504"],["15581.513","12174.076"],["15516.567","12170.250"],["15562.896","12253.439"],["15562.057","12246.585"],["15643.242","12269.944"],["15580.730","12271.716"],["15555.510","12299.001"],["15519.485","12192.734"],["15636.203","12256.633"],["15560.120","12221.405"],["15563.245","12232.074"],["15631.351","12294.436"],["15520.768","12246.524"],["15584.588","12309.564"],["15557.894","12266.955"],["15562.861","12293.429"],["15606.830","12131.107"],["15630.481","12128.366"],["15602.175","12157.631"],["15554.177","12250.527"],["15533.518","12230.964"],["13984.653","13125.600"],["14016.700","12970.958"],["13954.423","13068.606"],["14361.269","14060.862"],["14362.354","14061.688"],["14267.437","14054.244"],["14291.697","14036.061"],["14318.950","14132.890"],["14283.325","14064.467"],["14452.213","14118.822"],["14422.575","14057.138"],["14422.986","14119.301"],["14450.196","14048.006"],["14950.688","17629.903"],["15009.472","17669.219"],["14987.570","17655.941"],["14984.597","17789.304"],["15073.663","17787.153"],["14967.321","17774.953"],["14942.824","17738.052"],["15093.023","17698.928"],["12788.099","13818.413"],["12905.314","13963.441"],["12795.512","13850.856"],["12869.558","13942.747"],["12862.387","13936.323"],["12825.561","13928.494"],["12893.998","13893.862"],["12854.788","13922.004"],["12779.294","13956.669"],["12839.262","13888.329"],["12790.364","13893.300"],["12808.357","13969.849"],["12797.337","13962.384"],["12784.097","13985.109"],["12808.785","13924.465"],["12845.281","13968.081"],["12799.212","13884.696"],["12913.620","13845.455"],["12952.292","14019.629"],["12872.045","13898.835"],["24359.534","7662.000"],["24368.693","7665.296"],["24391.399","7683.019"],["6784.489","8055.515"],["6848.931","7943.240"],["6788.742","8012.816"],["6819.254","8048.492"],["14068.901","14451.522"],["15323.252","15117.677"],["15314.469","15101.822"],["15304.189","15116.570"],["15331.715","15149.677"],["15306.106","15123.020"],["15329.889","15139.239"],["15364.245","15089.977"],["15439.998","15244.700"],["15313.488","15148.096"],["15327.912","15137.510"],["15421.314","15234.312"],["15452.884","15233.576"],["15468.986","15226.508"],["15469.775","15222.131"],["15468.853","15276.188"],["15434.225","15241.579"],["15318.717","15188.320"],["15361.776","15150.319"],["15339.161","15210.368"],["15464.659","15285.387"],["15434.551","15093.837"],["15497.562","15175.605"],["15358.108","15168.598"],["15465.572","15152.401"],["15467.727","15140.196"],["15453.050","15219.113"],["15377.810","15159.521"],["15335.520","15133.780"],["15461.113","15128.988"],["15437.231","15116.370"],["15482.113","15185.167"],["15480.501","15185.497"],["15403.897","15227.393"],["15427.621","15266.050"],["15474.956","15247.978"],["15487.209","15261.157"],["15413.423","15183.743"],["15400.380","15171.439"],["15420.988","15159.283"],["15391.872","15176.248"],["15457.526","15190.948"],["15488.659","15167.545"],["15429.410","15177.986"],["15457.507","15203.011"],["15441.669","15222.499"],["15370.885","15179.254"],["15433.954","15210.187"],["15437.621","15193.325"],["15365.217","15134.304"],["15352.931","15126.922"],["15359.148","15130.258"],["15352.576","15127.256"],["15393.776","15107.772"],["15375.174","15110.778"],["15350.037","15140.181"],["15331.550","15085.647"],["15334.560","15096.002"],["15356.978","15102.426"],["15389.010","15178.280"],["15389.856","15204.043"],["15392.652","15190.022"],["15400.366","15186.934"],["15325.375","15276.661"],["15309.581","15260.261"],["15321.324","15233.935"],["31739.359","10736.152"],["31795.109","10855.445"],["31812.701","10707.420"],["31838.627","10729.547"],["31822.952","10699.902"],["31858.396","10723.139"],["31877.771","10722.450"],["31914.844","10723.474"],["31890.650","10705.191"],["31801.766","10666.895"],["31813.164","10694.922"],["31832.802","10667.803"],["31729.774","10693.749"],["31759.971","10745.805"],["31729.669","10818.050"],["31727.547","10801.733"],["31749.159","10834.384"],["21013.946","10415.603"],["15860.311","12780.701"],["15839.300","12781.400"],["15761.511","12824.192"],["15759.389","12853.771"],["15752.547","12838.956"],["15728.452","12925.185"],["15833.650","12945.053"],["15782.530","12911.549"],["15811.839","12944.431"],["15849.589","12929.406"],["15814.430","12947.867"],["15829.620","12957.506"],["15803.961","12959.108"],["15899.649","12958.364"],["15894.632","12964.343"],["15886.080","12948.405"],["15896.910","12969.924"],["15927.871","12903.884"],["15873.072","12834.313"],["15911.595","12873.556"],["15874.722","12875.017"],["15868.522","12883.308"],["15856.264","12869.011"],["15807.621","12888.783"],["15741.411","12831.071"],["15829.422","12847.310"],["15833.731","12866.087"],["15788.076","12872.045"],["15743.040","12842.830"],["15929.849","12837.106"],["15927.190","12795.412"],["15910.627","12790.061"],["15863.099","12823.633"],["15840.172","12821.552"],["15841.159","12817.951"],["15876.762","12848.444"],["15795.159","12848.509"],["15817.347","12851.019"],["15801.426","12826.197"],["15868.084","12796.337"],["15890.140","12798.451"],["15867.426","12785.883"],["15874.076","12766.161"],["15931.352","12822.801"],["15812.437","12764.908"],["17058.975","17847.327"],["17078.876","17845.477"],["14602.628","14876.398"],["14608.838","14958.492"],["14625.734","14941.166"],["14602.464","15040.154"],["14622.164","15067.096"],["14606.402","14988.303"],["14607.208","15010.301"],["14615.695","15009.327"],["14660.236","15024.620"],["14655.264","14890.871"],["14654.678","14919.536"],["14541.284","14881.590"],["14583.810","14953.655"],["14661.569","14937.304"],["14603.428","14983.547"],["14599.826","14982.523"],["14643.705","14915.942"],["13701.327","12540.749"],["13735.441","12540.536"],["13630.816","12530.866"],["13631.046","12539.371"],["16859.499","17190.856"],["5589.599","8539.401"],["5566.562","8583.505"],["5560.049","8609.963"],["5483.695","8576.086"],["5514.748","8600.017"],["5558.354","8651.743"],["5523.831","8676.269"],["5573.812","8543.078"],["5567.364","8568.428"],["15939.794","12429.181"],["15955.834","12476.244"],["15955.209","12489.886"],["16048.992","12446.577"],["16045.768","12448.163"],["16040.719","12471.862"],["15936.800","12342.758"],["15945.731","12364.162"],["16108.087","12545.727"],["16048.107","12535.080"],["16068.600","12518.796"],["16060.278","12539.605"],["15994.105","12486.027"],["15975.224","12499.272"],["15999.648","12477.951"],["15974.938","12424.288"],["15973.902","12412.182"],["16007.883","12377.663"],["15992.127","12394.839"],["15987.028","12393.319"],["16111.247","12492.480"],["16106.757","12483.760"],["16111.182","12475.651"],["15968.901","12506.456"],["15949.624","12518.628"],["15938.295","12428.781"],["16034.350","12538.514"],["15998.139","12535.058"],["16018.040","12512.531"],["15985.162","12519.253"],["15969.593","12539.942"],["15941.782","12547.371"],["12615.554","12073.738"],["12648.745","12107.875"],["12705.899","12113.656"],["12719.617","12099.007"],["12611.656","12088.833"],["12661.771","12101.319"],["12567.632","12026.129"],["12608.799","12112.784"],["12611.496","12121.586"],["12592.459","12034.398"],["12588.495","12038.411"],["12584.978","12101.493"],["12601.552","12072.814"],["12603.049","12070.584"],["12579.252","12041.804"],["12567.689","12043.455"],["12617.470","12064.091"],["12595.710","12052.134"],["31558.867","10881.095"],["31716.373","10878.310"],["31621.318","10888.169"],["31665.613","10913.909"],["31667.724","10948.371"],["31713.185","10941.930"],["31651.149","11043.033"],["31666.040","10866.097"],["31714.241","10962.355"],["31679.340","10968.168"],["31696.928","10885.272"],["31659.893","11054.389"],["31693.413","11002.102"],["31660.748","11032.837"],["31568.380","11029.495"],["31545.863","11036.762"],["31521.209","11042.047"],["9892.485","13772.551"],["9876.131","13788.092"],["9880.493","13801.072"],["15989.674","14824.715"],["16072.755","14845.333"],["16051.923","14867.173"],["16017.322","14872.770"],["16050.035","14820.622"],["13835.426","12290.892"],["13852.076","12289.553"],["9170.586","13398.595"],["14987.798","16577.558"],["14914.541","16573.296"],["14945.560","16611.808"],["14931.975","16566.838"],["14991.103","16616.229"],["14962.193","16590.865"],["14997.204","16714.623"],["14907.253","16585.665"],["14941.872","16688.782"],["14928.783","16645.544"],["15040.976","16732.363"],["15028.552","16739.598"],["15037.779","16759.845"],["15057.150","16730.437"],["15040.784","16709.851"],["14994.392","16699.693"],["14928.992","16710.350"],["15046.642","16741.084"],["14984.751","16719.899"],["14896.604","16570.146"],["14898.464","16604.319"],["14885.191","16592.874"],["14983.361","16658.455"],["14986.766","16637.960"],["15027.859","16656.772"],["15010.211","16631.718"],["15033.154","16668.996"],["15025.292","16662.191"],["14998.289","16681.003"],["15011.102","16691.143"],["15031.053","16698.045"],["15031.184","16692.810"],["15087.006","16703.444"],["18621.081","9038.002"],["18591.566","9071.208"],["18568.896","8999.077"],["18595.014","9036.368"],["18596.614","9097.206"],["18628.703","9098.775"],["18596.107","9116.233"],["18594.923","9107.017"],["18620.839","8953.879"],["18631.481","8957.331"],["18669.541","8983.759"],["18634.254","9014.190"],["18651.277","9021.308"],["18602.966","9021.924"],["18603.410","9022.370"],["18565.431","9046.028"],["18556.500","9057.307"],["18551.725","9113.943"],["18574.324","9138.287"],["18627.830","9152.262"],["18666.993","9157.314"],["18671.488","9135.350"],["15904.030","16803.158"],["15726.887","16926.338"],["15745.736","16942.259"],["15852.182","16820.716"],["15848.909","16801.178"],["15913.509","16856.011"],["15908.476","16855.466"],["15837.468","16800.390"],["15734.122","16956.794"],["15786.824","16931.498"],["15811.977","16783.106"],["15858.053","16818.932"],["15823.060","16793.602"],["15850.027","16811.401"],["15833.718","16804.188"],["15827.040","16798.441"],["16138.619","13231.918"],["15986.336","13275.820"],["16047.675","13283.996"],["16052.461","13280.164"],["16061.773","13251.487"],["16064.306","13251.487"],["15991.385","13279.520"],["15957.617","13315.790"],["16081.605","13258.454"],["16063.891","13264.912"],["15968.258","13288.969"],["16097.931","13241.831"],["16004.444","13253.789"],["16136.810","13208.284"],["16055.177","13243.840"],["15980.088","13322.181"],["15967.078","13351.908"],["15944.115","13353.949"],["15952.069","13204.421"],["15954.519","13207.064"],["15935.672","13264.248"],["15947.415","13269.929"],["15957.711","13301.341"],["16001.770","13188.186"],["16013.184","13212.364"],["16068.734","13218.352"],["16073.553","13235.759"],["16069.721","13230.474"],["16025.117","13277.345"],["16012.219","13245.956"],["16011.413","13258.607"],["16035.623","13273.503"],["14077.045","13024.236"],["14096.657","13094.639"],["14137.341","12991.156"],["14101.733","12970.660"],["14189.225","13025.930"],["14137.572","13118.274"],["14170.376","13051.331"],["14238.337","12982.346"],["14215.755","13029.943"],["14059.742","13173.305"],["15701.547","18157.905"],["15675.494","18198.020"],["15525.614","18196.267"],["15517.658","18180.251"],["15637.783","15364.001"],["15554.588","15299.425"],["15604.564","15456.166"],["15606.242","15457.801"],["15626.308","15451.344"],["15684.192","15350.079"],["15669.735","15324.332"],["15557.726","15339.382"],["15597.065","15499.996"],["15575.591","15361.099"],["15596.407","15504.868"],["15534.514","15305.549"],["15517.290","15426.411"],["15556.188","15405.535"],["15517.850","15440.795"],["15647.217","15489.569"],["15683.045","15408.245"],["15623.775","15471.772"],["15651.305","15425.239"],["15653.344","15424.397"],["15653.920","15431.796"],["15590.836","15435.426"],["15712.035","15316.973"],["15650.560","15482.089"],["15661.796","15369.005"],["15697.251","15429.460"],["15703.325","15410.124"],["15687.847","15453.305"],["15524.594","15355.887"],["15518.081","15367.580"],["15523.164","15374.450"],["15637.106","15468.431"],["15713.258","15468.494"],["15632.841","15425.474"],["15654.222","15440.602"],["12608.810","15398.988"],["14555.511","17252.084"],["14529.586","17198.948"],["14572.106","17310.762"],["14651.593","17309.435"],["14652.267","17325.785"],["14602.061","17233.500"],["14520.391","17313.287"],["14597.069","17206.321"],["14633.575","17267.486"],["14621.569","17291.483"],["14618.575","17272.821"],["14607.255","17360.243"],["14625.363","17356.890"],["14606.564","17360.970"],["14658.975","17390.185"],["14662.051","17381.515"],["14561.710","17335.156"],["14655.428","17239.131"],["14670.240","17251.863"],["14500.491","17207.819"],["14665.670","17300.950"],["14544.778","17214.282"],["14561.634","17262.239"],["14587.592","17227.570"],["14564.975","17297.287"],["14652.783","17390.371"],["2364.282","11032.931"],["2357.309","11021.668"],["2436.241","11063.371"],["2456.257","10955.072"],["2449.312","11011.077"],["2461.237","10987.740"],["5248.189","8881.232"],["5228.429","8879.598"],["5238.388","8891.324"],["5261.473","8850.232"],["5289.422","8855.746"],["5293.267","8841.334"],["15362.192","12449.790"],["15457.561","12492.844"],["15507.872","12499.332"],["15492.345","12510.661"],["15494.319","12508.580"],["15448.860","12471.110"],["15325.463","12483.741"],["15486.192","12387.796"],["15451.899","12349.679"],["15477.853","12360.612"],["15401.821","12471.011"],["15354.498","12544.277"],["15352.820","12535.772"],["15354.591","12362.690"],["15373.525","12438.378"],["15358.478","12481.896"],["15335.402","12498.758"],["15356.521","12488.271"],["15373.623","12453.027"],["15402.819","12505.796"],["15380.039","12503.765"],["15386.766","12520.891"],["15421.619","12377.842"],["15307.883","12346.640"],["15354.190","12416.460"],["15383.598","12412.397"],["15402.688","12337.628"],["15346.351","12478.951"],["15355.668","13589.221"],["15510.477","13591.504"],["15508.416","13593.208"],["15373.416","13555.790"],["15309.028","13554.191"],["15403.946","13559.880"],["15418.190","13555.603"],["15307.745","13566.561"],["15468.334","13531.880"],["15455.489","13550.361"],["15356.837","13549.514"],["15508.345","13557.402"],["15492.392","13550.515"],["15503.329","13544.685"],["15467.808","13536.917"],["15472.348","13568.161"],["15479.996","13571.051"],["15481.147","13580.564"],["15361.382","13422.899"],["15467.748","13438.852"],["15428.274","13422.271"],["15428.554","13437.762"],["15478.379","13473.730"],["15475.287","13490.575"],["15467.557","13475.992"],["18775.635","8914.301"],["18790.424","8945.304"],["18800.835","8945.090"],["18723.939","8891.421"],["18716.425","8877.123"],["18711.557","8890.550"],["18686.963","8941.252"],["12152.047","14151.253"],["12163.774","14161.277"],["12221.417","14150.199"],["12160.871","14145.387"],["12185.411","14128.905"],["5142.800","8644.891"],["5180.728","8684.363"],["5171.188","8686.642"],["5190.902","8627.450"],["5108.812","8702.204"],["5096.854","8725.490"],["5107.933","8592.011"],["5120.515","8610.855"],["5045.985","8563.937"],["5054.685","8545.027"],["5103.674","8587.974"],["5089.809","8608.156"],["5156.502","8570.907"],["5154.610","8576.044"],["32123.187","10532.783"],["32129.453","10514.055"],["32062.383","10531.229"],["32090.064","10527.018"],["32063.731","10535.440"],["32053.822","10474.792"],["31990.896","10449.798"],["31988.651","10638.479"],["32004.646","10456.355"],["32006.832","10593.505"],["32017.013","10513.527"],["32067.843","10475.393"],["32099.817","10451.116"],["32073.551","10486.657"],["31987.874","10503.487"],["31957.134","10515.494"],["31977.430","10530.985"],["16571.306","14505.249"],["16621.422","14535.025"],["16623.088","14508.225"],["16581.215","14479.296"],["16600.651","14476.989"],["16640.803","14478.037"],["14759.533","19259.684"],["14735.848","19300.823"],["14373.415","14422.722"],["14340.586","14422.408"],["14387.823","14397.090"],["16532.350","15475.327"],["16545.013","15478.421"],["5645.273","7850.477"],["5651.178","7852.706"],["5645.288","7817.643"],["5638.779","7882.039"],["5652.677","7867.274"],["5709.387","7685.709"],["5726.165","7743.238"],["5749.274","7726.145"],["5697.940","7689.735"],["8264.726","16260.302"],["8251.778","16285.205"],["8229.918","16282.410"],["8288.920","16236.616"],["8313.104","16257.151"],["8324.708","16164.688"],["8248.439","16193.981"],["8277.180","16192.916"],["8192.170","16230.004"],["8166.526","16272.845"],["8162.096","16303.182"],["8863.843","16084.476"],["8880.756","16102.248"],["8836.080","16096.519"],["8841.882","16126.583"],["8815.017","16129.640"],["8845.197","16097.880"],["19506.217","15828.704"],["19514.391","15824.327"],["19508.122","15794.667"],["14876.969","16550.176"],["14831.760","16356.986"],["14838.229","16468.646"],["14874.798","16559.557"],["14680.101","16411.541"],["14814.108","16419.452"],["14813.880","16434.345"],["14777.234","16469.078"],["14793.902","16494.551"],["14837.743","16472.168"],["14729.958","16528.254"],["14790.330","16519.718"],["14763.305","16543.178"],["14837.955","16432.272"],["14724.441","16428.659"],["14779.517","16446.794"],["14711.444","16463.173"],["14878.810","16499.857"],["14863.864","16495.390"],["14840.556","16535.657"],["14860.777","16563.410"],["14843.277","16556.507"],["14832.280","16558.927"],["14812.988","16533.051"],["14837.615","16545.709"],["14847.698","16538.955"],["14874.344","16490.410"],["14859.648","16514.805"],["14871.206","16511.576"],["8354.468","15521.564"],["8347.176","15512.433"],["8348.294","15519.405"],["13416.618","13995.263"],["13471.766","13957.162"],["13446.717","14024.280"],["13435.664","13954.900"],["13426.602","13954.140"],["13587.694","13970.030"],["13486.049","13979.262"],["13573.385","13990.179"],["13473.648","13934.506"],["13521.246","13946.843"],["13575.095","13987.289"],["13571.559","13979.923"],["13479.273","13968.230"],["13529.073","13988.631"],["13472.921","13900.117"],["13515.085","13848.092"],["13548.326","13823.786"],["13609.358","13895.863"],["13594.144","13883.790"],["13608.552","13931.387"],["13601.233","13921.181"],["13606.085","13879.116"],["8396.760","16214.398"],["8427.595","16222.374"],["8436.086","16220.138"],["8522.525","16240.085"],["8536.235","16234.756"],["8554.676","16224.106"],["15436.315","13902.913"],["15419.705","13941.780"],["15323.609","13827.364"],["15429.130","13940.591"],["15421.909","13950.467"],["15435.841","13870.160"],["15325.479","13896.062"],["15409.876","13845.694"],["15452.505","13856.048"],["15405.345","13846.047"],["15493.954","14018.996"],["15391.069","13931.933"],["15313.061","13897.053"],["15398.367","13990.592"],["15368.962","13962.538"],["15452.579","13968.774"],["15497.152","13957.379"],["15483.582","13967.404"],["15416.564","13878.021"],["15474.710","14001.539"],["15411.126","13856.710"],["15443.050","13832.548"],["15462.999","13853.009"],["15444.644","13848.104"],["15512.577","13969.905"],["15498.564","13965.710"],["15436.940","13916.703"],["15439.673","13883.818"],["15318.788","13973.982"],["15350.885","13972.327"],["19594.756","18371.367"],["19590.447","18367.320"],["19581.499","18267.089"],["5040.973","6350.074"],["5034.493","6354.599"],["4991.718","6407.296"],["13887.586","16013.599"],["13858.754","16025.110"],["13880.629","16024.830"],["13928.665","15940.057"],["13916.773","15947.241"],["13927.069","15955.944"],["13871.000","15978.316"],["13874.290","15981.322"],["13871.461","15981.091"],["15551.469","17427.944"],["15532.442","17494.716"],["15555.627","17495.066"],["15572.558","17483.235"],["15556.493","17435.433"],["15571.390","17473.045"],["15521.728","17461.914"],["15526.234","17451.740"],["15539.326","17464.127"],["15570.272","17479.866"],["15582.561","17447.933"],["15610.231","17436.810"],["15596.613","17422.046"],["15631.709","17430.091"],["15621.183","17438.513"],["15611.925","17468.839"],["15626.349","17474.718"],["12828.452","14243.552"],["19727.996","18195.212"],["19736.664","18251.447"],["19753.835","18253.561"],["11251.344","15308.421"],["11245.195","15296.905"],["5437.437","7289.217"],["5454.197","7287.483"],["5433.693","7265.226"],["5415.181","7338.228"],["5433.372","7339.170"],["5607.619","7288.660"],["5584.574","7272.187"],["5593.923","7415.972"],["15616.625","17089.174"],["15600.035","17093.414"],["15587.165","17091.283"],["15558.348","17001.975"],["15589.237","17072.720"],["15637.547","17008.228"],["15637.909","16988.195"],["15713.742","17042.836"],["15724.755","17136.467"],["15705.382","16999.296"],["15719.457","17194.189"],["15641.829","17010.359"],["15627.300","16994.343"],["15671.830","17076.565"],["15566.877","17036.205"],["15669.119","17026.452"],["15643.543","17020.229"],["15637.623","17058.948"],["15523.723","16999.340"],["15648.542","17083.997"],["15709.222","17189.872"],["15522.786","16990.108"],["15572.568","17039.887"],["15672.803","17016.625"],["15681.499","17046.342"],["15611.170","17101.127"],["15713.584","17101.160"],["15621.609","16992.741"],["15643.444","17080.281"],["15636.750","17019.635"],["6066.498","15090.304"],["17837.013","16517.476"],["17864.109","16487.412"],["17872.497","16481.218"],["17869.158","16477.486"],["17880.735","16490.310"],["17880.571","16476.801"],["17878.350","16476.867"],["17892.865","16482.543"],["17897.059","16484.294"],["17904.197","16487.266"],["17837.487","16540.633"],["17843.786","16552.342"],["17840.415","16551.351"],["23904.004","8117.325"],["23848.813","8126.830"],["24586.343","8427.280"],["5866.345","7430.648"],["5833.861","7388.170"],["5832.959","7466.320"],["5857.711","7377.982"],["5860.971","7462.423"],["5830.363","7471.490"],["5832.659","7404.572"],["5834.980","7359.895"],["5870.991","7330.165"],["15482.646","16536.027"],["15476.689","16514.766"],["15467.775","16495.773"],["15481.955","16539.891"],["15468.762","16496.533"],["15320.147","16466.572"],["15315.772","16454.995"],["15490.117","16388.385"],["15503.604","16385.974"],["15500.841","16381.928"],["15502.847","16383.266"],["15513.350","16556.455"],["15481.631","16394.016"],["15474.443","16405.692"],["15488.868","16395.254"],["15473.802","16399.548"],["15452.752","16450.357"],["15454.331","16440.960"],["15313.041","16457.456"],["15485.606","16548.826"],["16559.762","15073.631"],["16515.118","15066.359"],["16534.789","15070.752"],["16557.039","14950.988"],["16547.253","14947.817"],["16527.286","14940.881"],["16561.559","15029.300"],["16552.744","15031.613"],["16427.973","14875.926"],["16436.592","14885.720"],["16538.002","14918.629"],["16509.844","14954.335"],["16446.607","14929.816"],["16486.064","14901.558"],["16500.180","14926.896"],["16456.842","15078.805"],["16372.402","14968.875"],["16358.587","15034.891"],["16386.363","15057.873"],["16406.854","15034.351"],["16445.096","15068.478"],["16459.296","15021.896"],["16407.749","15026.625"],["16451.552","14972.289"],["16389.884","14940.932"],["16491.116","14975.303"],["16399.854","14980.205"],["16032.963","14030.816"],["16036.220","14040.890"],["16067.423","14151.549"],["15961.717","14074.962"],["16024.187","14222.592"],["15943.000","14085.994"],["15986.978","14209.508"],["16053.581","14152.339"],["16033.370","14125.891"],["16010.002","14151.678"],["16027.238","14185.865"],["16024.771","14150.720"],["16132.245","14187.063"],["16085.351","14177.593"],["16126.669","14189.226"],["15939.811","14132.832"],["15958.792","14113.989"],["15973.146","14179.831"],["15962.488","14197.469"],["16068.927","14151.101"],["16092.251","14144.934"],["16095.113","14160.590"],["16040.818","14165.040"],["16024.998","14099.566"],["16057.066","14138.675"],["16026.227","14156.759"],["15982.274","14145.335"],["15979.346","14126.227"],["15985.251","14126.012"],["16135.896","14182.125"],["16139.241","14157.633"],["16129.701","14106.946"],["16142.016","14072.337"],["16127.839","14091.908"],["16099.596","14084.982"],["16107.162","14069.276"],["16085.501","14077.550"],["16075.387","14043.159"],["16108.660","14042.663"],["16085.617","14055.132"],["16067.781","14038.116"],["16058.685","14043.087"],["16043.505","14073.944"],["16064.377","14065.257"],["16062.403","14091.913"],["15999.484","14071.373"],["15998.135","14094.775"],["16001.161","14074.709"],["16315.247","17057.901"],["16315.954","17050.552"],["16334.424","17043.467"],["16313.914","17050.535"],["16277.620","17049.087"],["12612.990","16715.732"],["14609.152","16960.643"],["14620.501","16986.208"],["14613.445","16968.091"],["14648.748","16872.357"],["14670.347","16959.559"],["14652.130","16811.733"],["14637.312","16944.053"],["14653.284","16908.775"],["14572.248","16854.147"],["14478.046","16923.487"],["14497.406","16945.894"],["14534.856","16962.802"],["14497.543","16975.456"],["14533.586","16827.234"],["14492.899","16815.149"],["14620.246","16835.699"],["14493.192","16792.336"],["14481.134","16867.153"],["14486.908","16832.400"],["14524.412","16843.077"],["14476.046","16892.821"],["14469.993","16881.520"],["14466.485","16841.538"],["15095.190","14985.457"],["15095.404","14968.215"],["15219.252","15029.036"],["15175.140","15063.993"],["15230.733","15048.276"],["15220.312","15077.724"],["15151.804","14999.252"],["15259.868","15079.755"],["15248.102","15046.142"],["15217.879","15014.519"],["15217.172","14981.868"],["15224.326","14986.394"],["15300.355","15030.809"],["15100.699","15039.132"],["15165.332","14973.870"],["15179.510","14978.693"],["15204.244","15055.171"],["15184.396","14935.497"],["15127.033","14904.496"],["15161.963","14892.489"],["15133.464","14891.714"],["15220.851","14955.092"],["15161.058","14893.414"],["15174.528","14949.717"],["15155.894","14888.988"],["15166.370","14936.901"],["15185.685","15022.524"],["15208.282","15036.616"],["15255.902","14978.492"],["15287.497","14948.071"],["15229.849","14949.260"],["15292.855","14917.857"],["15278.068","14879.839"],["15156.310","14976.461"],["15159.122","14975.734"],["15154.517","14986.354"],["15201.437","14924.648"],["15167.341","14969.454"],["15186.387","14918.406"],["15111.719","15044.731"],["15116.982","15069.256"],["15177.574","15077.148"],["15133.971","14883.746"],["15142.293","14873.754"],["15181.900","15048.683"],["15132.192","14889.529"],["15126.107","14881.783"],["15137.541","14900.044"],["15149.671","14916.152"],["15144.457","14912.601"],["15118.723","14939.486"],["15111.963","14942.096"],["15107.945","14916.251"],["15100.215","14927.960"],["15088.027","13063.709"],["15091.986","13090.971"],["13287.997","12778.511"],["13290.151","12770.104"],["13282.964","12791.607"],["5990.990","16759.044"],["6044.764","8106.771"],["6043.909","8080.583"],["6049.792","7925.732"],["6062.539","7939.011"],["6163.911","8097.698"],["6141.611","8037.153"],["6137.746","8047.607"],["6087.379","7939.848"],["6118.450","7907.930"],["6111.065","7939.573"],["6066.071","8077.936"],["6078.518","8067.328"],["6062.253","8107.131"],["17519.588","16355.387"],["17515.657","16361.002"],["17509.551","16357.749"],["17507.150","16363.512"],["5607.238","7615.337"],["5613.324","7615.023"],["5604.311","7622.472"],["5583.182","7567.604"],["5564.681","7601.600"],["5531.342","7588.438"],["5590.915","7647.074"],["5420.031","7587.312"],["15482.335","18045.541"],["15491.997","18119.951"],["15486.330","18207.588"],["15499.121","18121.623"],["14013.876","12048.508"],["13980.537","12048.623"],["13976.838","12051.918"],["13970.950","12074.280"],["13913.236","12067.442"],["14002.282","12058.111"],["14005.309","12087.409"],["13952.036","12055.568"],["6548.611","8218.982"],["6543.595","8224.779"],["6478.832","8208.212"],["6489.523","8188.403"],["6505.388","8237.639"],["6514.179","8228.209"],["6653.649","8122.449"],["6621.631","8120.716"],["15783.798","15586.108"],["15855.052","15568.589"],["15928.987","15602.913"],["15857.124","15692.807"],["15883.950","15576.448"],["15933.614","15547.066"],["15817.927","15568.602"],["15910.742","15561.303"],["15900.496","15543.781"],["15783.009","15588.173"],["13406.798","15810.618"],["13401.767","15788.890"],["13408.691","15770.706"],["15090.571","14449.283"],["15045.190","14356.948"],["15072.164","14420.631"],["15044.148","14345.682"],["15083.392","14358.845"],["15088.737","14333.362"],["15061.390","14261.445"],["15005.000","14435.060"],["14907.326","14383.606"],["14900.599","14387.503"],["14892.622","14339.168"],["14914.662","14295.898"],["14949.234","14314.395"],["14893.051","14259.888"],["14891.012","14261.308"],["14905.008","14250.821"],["15003.507","14371.226"],["15007.833","14363.200"],["14980.744","14363.860"],["14935.414","14428.766"],["14974.328","14415.174"],["14921.516","14432.696"],["15078.593","14258.241"],["3514.263","8346.498"],["3458.389","8331.540"],["3479.590","8329.344"],["3432.378","8366.607"],["3314.287","8339.467"],["3310.882","8324.620"],["19029.716","17925.445"],["18974.535","17939.962"],["18989.848","17943.909"],["18992.315","17931.390"],["19028.532","17944.999"],["18883.360","17968.545"],["18892.422","17982.154"],["6228.837","7935.599"],["6226.452","7907.506"],["14686.231","19037.226"],["14858.778","19087.593"],["14800.472","19018.527"],["5560.528","16459.151"],["5560.084","16464.783"],["14916.834","17968.097"],["5375.159","7639.127"],["5389.803","7642.510"],["15762.616","14726.377"],["15746.869","14861.185"],["15797.797","14763.844"],["15745.699","14860.482"],["15834.143","14830.711"],["15826.662","14767.970"],["15804.372","14784.611"],["15763.400","14754.850"],["4949.214","6381.961"],["4912.177","6322.075"],["4889.796","6302.643"],["4804.435","6267.771"],["4812.741","6273.337"],["4859.161","6296.401"],["4866.710","6292.652"],["4923.746","6241.391"],["4942.052","6232.737"],["4974.629","6415.619"],["4955.978","6317.913"],["4962.823","6314.425"],["15708.722","16583.391"],["15520.143","16565.852"],["15554.369","16605.021"],["15544.994","16618.299"],["15692.332","16564.082"],["15528.416","16598.618"],["15528.893","16595.761"],["15707.735","16578.221"],["15690.556","16578.236"],["8627.495","16195.308"],["8659.711","16220.255"],["8649.923","16187.399"],["8658.326","16263.456"],["8649.961","16265.282"],["8652.973","16283.608"],["8627.279","16259.207"],["8617.595","16258.450"],["8594.390","16296.685"],["8591.445","16312.550"],["8604.760","16323.831"],["23751.821","7805.849"],["23863.641","7894.174"],["23847.058","7875.200"],["23838.806","7869.311"],["23812.355","7873.851"],["23822.257","7845.075"],["23728.244","7834.212"],["23742.504","7834.972"],["23842.427","7814.387"],["23829.417","7805.007"],["23935.012","7808.802"],["23886.250","7796.493"],["16497.203","14825.289"],["16498.963","14850.375"],["16517.286","14821.226"],["16411.613","14666.656"],["16423.958","14833.824"],["16382.586","14738.034"],["16370.687","14817.586"],["16366.986","14823.383"],["16386.896","14777.489"],["16466.605","14832.551"],["16418.129","14750.817"],["16444.651","14850.476"],["16373.290","14784.328"],["16554.511","14699.178"],["16377.303","14776.170"],["16473.972","14708.260"],["16528.973","14699.965"],["16463.968","14748.043"],["16484.560","14755.508"],["16484.692","14752.469"],["16496.161","14762.758"],["16514.220","14767.068"],["16527.761","14783.052"],["16519.636","14775.455"],["16544.208","14762.507"],["16409.904","14794.045"],["16428.704","14795.548"],["16413.243","14772.657"],["12902.019","14493.866"],["12909.124","14483.081"],["12946.891","14511.243"],["12945.839","14496.165"],["12922.714","14518.345"],["14885.402","12716.535"],["14888.379","12685.998"],["15005.312","12744.014"],["14912.884","12659.366"],["14912.752","12653.288"],["14903.065","12621.319"],["14949.843","12668.681"],["14957.150","12669.468"],["14966.464","12621.697"],["14966.563","12623.084"],["14955.736","12628.907"],["14978.449","12654.109"],["14926.685","12660.869"],["14937.623","12652.579"],["14929.989","12639.845"],["14902.045","12612.995"],["14915.993","12632.912"],["14883.837","12644.438"],["14887.831","12755.224"],["14891.367","12757.569"],["14974.107","12709.959"],["15077.062","12592.391"],["15055.302","12576.223"],["15051.717","12559.262"],["15006.478","12583.649"],["15013.698","12576.961"],["15001.683","12566.811"],["14911.395","12580.674"],["14889.964","12577.322"],["14886.247","12561.087"],["9387.872","12823.870"],["9243.588","12907.781"],["9350.325","12942.090"],["9348.575","12924.436"],["9366.160","12968.929"],["9211.563","12948.755"],["9296.375","12936.829"],["9248.845","12941.004"],["9215.385","12918.712"],["9269.807","12907.249"],["9264.526","12866.344"],["9306.816","12863.506"],["16011.576","16640.045"],["16070.013","16634.555"],["16070.803","16632.920"],["16088.506","16679.449"],["16108.276","16694.709"],["15973.606","16732.882"],["15976.747","16733.229"],["15971.731","16740.859"],["15981.681","16734.253"],["16007.936","16729.147"],["16001.670","16740.526"],["16097.112","16771.529"],["15987.601","16756.172"],["16111.664","16690.927"],["15981.751","16637.482"],["16105.792","16677.946"],["15974.695","16618.588"],["21225.629","10525.234"],["21211.238","10530.915"],["24350.863","7952.320"],["24341.077","7975.525"],["24326.867","7981.192"],["24320.820","7985.723"],["24334.998","8003.346"],["24290.690","8054.644"],["24316.934","7901.188"],["24294.678","7904.249"],["24315.534","7899.641"],["16387.220","15635.478"],["16409.104","15618.946"],["16423.643","15624.434"],["16454.400","15624.778"],["16498.884","15659.323"],["16556.970","15705.025"],["16536.852","15571.076"],["16548.464","15549.854"],["16535.339","15548.334"],["14114.882","12737.038"],["14132.185","12735.237"],["14126.083","12720.725"],["14131.741","12710.799"],["14246.998","12711.261"],["14238.248","12742.178"],["16098.502","18442.958"],["13929.973","14897.698"],["13957.489","14894.049"],["32020.771","10687.449"],["31975.855","10661.600"],["32003.914","10664.672"],["5505.215","8379.480"],["5531.465","8373.964"],["5565.935","8337.124"],["5554.735","8345.926"],["5585.032","8367.099"],["5581.513","8374.812"],["5617.383","8427.948"],["14852.897","15884.669"],["14834.418","15746.143"],["14823.168","15719.355"],["14787.707","15752.122"],["14782.987","15745.119"],["14829.399","15744.347"],["14833.856","15734.157"],["14672.696","15804.899"],["14746.841","15795.254"],["14746.002","15796.773"],["14675.870","15797.186"],["14742.943","15751.719"],["14689.390","15728.268"],["14728.091","15815.303"],["14725.262","15806.253"],["14734.982","15719.779"],["14742.235","15723.164"],["14696.742","15808.763"],["14686.232","15746.963"],["14715.887","15750.464"],["14759.350","15894.338"],["14706.127","15822.100"],["14691.538","15872.620"],["14691.867","15859.986"],["14737.985","15869.185"],["14722.081","15830.291"],["14747.969","15839.589"],["14689.778","15842.149"],["14752.525","15880.184"],["15352.345","15059.749"],["15306.260","15077.090"],["15495.165","15057.799"],["15369.966","14947.256"],["15356.676","14946.513"],["15353.190","14951.550"],["15466.308","14976.822"],["15473.734","15026.437"],["15456.492","15047.198"],["15443.433","15078.957"],["15423.231","14918.086"],["15457.954","14988.045"],["15466.556","14990.439"],["15401.683","14916.942"],["15361.304","14877.405"],["15381.098","14928.097"],["15378.400","14879.586"],["15462.412","15002.479"],["15369.558","14990.727"],["15322.996","14935.666"],["15354.427","14979.629"],["15337.822","15004.648"],["15353.151","15034.987"],["15332.176","14930.476"],["15467.122","15056.164"],["15407.216","14906.308"],["15331.008","14895.661"],["15311.255","14917.957"],["15326.169","14879.667"],["15490.308","14953.042"],["15421.178","15016.109"],["15397.240","14896.381"],["15513.370","16796.999"],["15436.076","16842.203"],["15471.584","16911.005"],["15443.049","16850.015"],["15472.222","16878.951"],["17752.607","17872.018"],["17741.209","17860.259"],["17783.742","17846.898"],["16079.354","15360.860"],["16044.265","15384.110"],["16002.174","15363.318"],["16091.797","15393.219"],["16033.823","15377.608"],["15946.178","15443.763"],["15936.124","15382.942"],["16021.435","15321.683"],["16026.369","15346.142"],["16080.158","15334.306"],["16111.655","15377.064"],["16059.251","15481.393"],["16002.386","15364.418"],["16094.258","15443.436"],["16139.922","15319.815"],["16109.612","15430.051"],["16086.824","15496.510"],["16129.694","15492.316"],["16009.084","15469.511"],["14223.936","14910.664"],["14132.554","14961.449"],["14110.316","14882.782"],["14241.100","14970.748"],["14230.442","14974.101"],["12900.922","12292.794"],["12878.685","12322.588"],["12897.156","12249.574"],["12886.267","12302.291"],["12814.237","12261.975"],["12794.012","12261.096"],["12792.219","12264.680"],["12867.774","12234.564"],["12847.051","12230.799"],["12778.399","12157.884"],["12823.761","12175.984"],["12810.620","12177.157"],["12868.696","12276.678"],["12805.620","12282.260"],["12839.748","12248.734"],["12785.225","12202.161"],["12807.528","12311.707"],["12934.704","12332.942"],["12790.982","12219.999"],["12869.060","12316.031"],["12826.463","12301.055"],["12789.124","12235.689"],["12922.601","12296.431"],["12932.634","12317.488"],["12908.167","12299.962"],["12905.387","12305.231"],["19449.972","15112.229"],["19444.841","15108.745"],["19429.117","15105.656"],["19489.051","15104.170"],["19433.048","15097.861"],["5806.243","16405.500"],["5811.042","16401.981"],["6768.147","5834.800"],["6765.556","5849.287"],["6677.841","5849.547"],["6685.320","5812.243"],["6700.415","5798.591"],["6711.554","5822.230"],["6685.481","5939.581"],["6703.244","5961.286"],["12652.932","12344.182"],["12681.169","12362.324"],["12703.800","12395.206"],["12608.290","12383.445"],["12652.907","12411.273"],["12771.015","12497.714"],["12704.554","12489.915"],["12567.706","12397.166"],["12693.514","12354.778"],["12724.658","12372.186"],["12734.261","12488.019"],["13591.788","15328.593"],["13601.031","15318.156"],["13580.445","15316.535"],["13615.451","15299.008"],["16528.569","14483.350"],["16546.464","14484.947"],["16384.105","14475.984"],["16453.128","14510.825"],["16558.772","14457.329"],["16455.036","14534.808"],["16451.900","14488.721"],["16469.087","14506.046"],["16463.479","14500.579"],["16440.401","14526.834"],["16492.074","14513.936"],["14460.033","16221.786"],["14442.620","16290.007"],["14429.707","16277.894"],["14449.911","16143.431"],["14448.009","16317.911"],["14456.973","16309.984"],["14457.327","16222.315"],["14440.682","16197.575"],["14449.382","16211.117"],["14443.737","16194.263"],["14453.753","16196.823"],["14461.463","16160.948"],["14445.411","16162.154"],["14453.207","16173.500"],["14428.725","16160.173"],["14417.393","16157.712"],["14437.245","16165.359"],["14360.653","16147.725"],["14362.676","16152.829"],["16653.046","14768.374"],["16607.948","14826.425"],["16611.122","14815.327"],["16666.002","14788.838"],["16704.571","14773.644"],["16682.367","14758.301"],["16592.043","14697.412"],["16629.184","14697.262"],["16667.038","14687.930"],["16719.766","14676.139"],["16726.566","14688.695"],["6075.206","17330.151"],["6069.137","17322.207"],["6075.403","17327.954"],["15895.566","15398.907"],["15762.047","15359.869"],["15743.780","15392.307"],["15832.649","15343.554"],["15764.420","15397.194"],["15757.360","15368.375"],["15767.705","15370.124"],["15890.895","15383.812"],["15889.480","15386.157"],["15778.516","15403.800"],["15789.253","15340.162"],["15766.751","15345.039"],["15739.910","15305.164"],["15775.364","15446.113"],["15857.930","15456.019"],["15815.399","15398.748"],["15826.679","15358.632"],["15916.355","15466.922"],["15905.845","15504.411"],["15882.769","15499.027"],["15916.622","15441.319"],["15726.822","15377.983"],["15857.497","15407.293"],["15757.710","15369.362"],["15859.763","15345.942"],["15799.231","15347.733"],["15830.675","15347.897"],["15821.766","15419.001"],["15868.358","15479.586"],["15828.671","15376.627"],["15831.023","15392.729"],["15831.566","15391.969"],["15901.659","15396.065"],["15890.080","15421.218"],["15926.215","15397.750"],["9296.510","12683.523"],["9226.210","12716.002"],["9247.357","12750.245"],["13775.200","13026.464"],["13826.487","13100.696"],["13808.357","12995.860"],["13777.861","12992.367"],["13822.272","13015.431"],["13941.015","13380.566"],["13831.257","13239.936"],["13831.896","13337.685"],["13966.032","13359.646"],["6731.152","7937.476"],["6793.421","7908.399"],["6796.010","7957.069"],["6781.476","7978.572"],["6775.480","8021.348"],["6324.848","8100.853"],["10746.787","17008.490"],["10741.284","17002.335"],["10738.738","17008.687"],["10735.929","17011.583"],["6515.414","8105.061"],["6521.003","8025.066"],["6547.173","8035.292"],["6496.913","8002.992"],["6473.644","8068.332"],["24075.686","8030.633"],["23946.155","8065.398"],["23990.154","8083.724"],["24016.767","8070.302"],["24004.056","8081.703"],["24005.043","8094.519"],["24132.545","8092.441"],["24092.048","8062.029"],["24104.350","8086.719"],["23958.035","8036.120"],["23946.832","8014.276"],["24132.186","7899.658"],["24117.847","7898.386"],["24085.581","7940.097"],["23968.092","7900.938"],["24037.557","7966.501"],["24082.487","8022.096"],["24047.679","7918.552"],["14390.760","12119.502"],["14304.887","12099.710"],["14319.567","12101.599"],["14348.550","12101.124"],["14348.259","12109.659"],["14356.883","12095.680"],["14400.344","12060.068"],["14384.405","12046.906"],["14368.595","12039.663"],["14341.844","12028.042"],["14328.738","12039.922"],["14331.067","12034.961"],["14303.958","12037.367"],["14256.407","12048.765"],["24251.310","9237.409"],["24199.192","9186.975"],["15762.698","18207.863"],["15729.392","18112.818"],["15744.376","18153.214"],["15904.308","18154.782"],["15920.739","18122.544"],["15931.545","18163.849"],["15845.607","18157.177"],["15865.114","18084.889"],["15765.259","18122.630"],["15802.496","18069.467"],["15775.834","18082.613"],["15788.170","18085.454"],["12820.825","13361.697"],["12824.427","13301.879"],["12810.924","13248.022"],["12920.985","13238.546"],["12915.015","13245.912"],["12893.518","13241.320"],["12883.650","13261.188"],["12951.281","13220.082"],["12922.630","13263.137"],["12963.173","13240.197"],["12970.804","13238.149"],["12942.367","13221.849"],["12864.982","13250.470"],["12935.804","13237.918"],["12945.380","13308.978"],["12903.407","13352.083"],["12947.469","13380.175"],["19242.627","17988.616"],["8116.541","16318.951"],["8104.451","16293.925"],["8138.545","16327.807"],["14915.016","12503.884"],["14973.405","12526.412"],["14920.369","12456.264"],["14919.086","12446.503"],["14991.349","12524.777"],["14975.527","12523.125"],["14888.348","12413.915"],["14889.292","12429.176"],["14943.846","12441.375"],["14938.336","12420.120"],["14975.466","12530.544"],["14985.565","12542.748"],["15044.460","12546.301"],["14885.789","12398.950"],["14912.335","12542.496"],["14893.201","12488.465"],["14915.197","12417.896"],["14921.644","12504.792"],["14929.747","12538.981"],["15091.467","12505.510"],["15045.348","12433.559"],["15048.621","12402.758"],["15061.384","12401.982"],["15025.448","12442.144"],["15034.379","12452.053"],["15028.096","12464.489"],["15066.711","12461.565"],["15080.017","12451.655"],["15070.807","12450.648"],["15082.058","12410.931"],["14994.333","12405.396"],["15031.191","12394.678"],["15024.793","12375.652"],["14925.696","12345.313"],["14951.654","12356.427"],["14934.467","12351.439"],["15003.549","12349.429"],["14992.907","12350.222"],["14976.098","12357.918"],["15056.798","12339.254"],["15080.120","12347.049"],["15083.278","12366.207"],["15049.861","12411.760"],["15083.019","12426.310"],["15197.145","17572.001"],["15264.187","17557.164"],["15204.720","17557.661"],["15243.766","17420.467"],["15197.772","17483.754"],["15250.211","17464.481"],["15285.349","17423.369"],["15224.602","17509.949"],["15183.381","17520.216"],["15186.841","17496.479"],["15281.549","17526.948"],["15290.627","17471.927"],["15270.457","17599.947"],["15219.149","17592.949"],["15184.472","17442.029"],["14617.939","14692.490"],["14670.291","14674.620"],["14640.242","14700.335"],["14582.516","14851.406"],["14528.315","14852.013"],["14557.921","14869.486"],["14640.668","14844.890"],["14617.407","14829.215"],["14620.762","14833.757"],["14638.990","14765.559"],["14605.877","14849.215"],["14638.467","14793.645"],["14638.658","14816.833"],["14650.120","14805.475"],["14668.952","14820.967"],["14666.415","14773.738"],["14670.461","14786.884"],["14659.820","14754.878"],["10799.580","15923.905"],["15249.592","15443.883"],["15271.467","15463.156"],["15261.993","15438.515"],["15221.206","15430.619"],["15303.078","15379.002"],["15293.555","15375.253"],["15203.696","15442.723"],["15301.812","15371.900"],["15201.979","15377.588"],["15223.459","15387.414"],["15220.301","15387.596"],["15224.906","15435.145"],["15234.824","15393.754"],["15225.663","15418.460"],["15233.245","15401.433"],["15270.867","15409.418"],["15288.370","15379.859"],["15174.946","15364.180"],["15164.239","15333.181"],["15184.025","15339.688"],["15121.244","15313.488"],["15112.313","15324.834"],["15142.325","15468.595"],["15302.909","15473.996"],["15293.994","15463.575"],["15282.383","15449.801"],["15220.793","15497.093"],["15102.289","15469.030"],["15131.055","15486.124"],["15126.647","15501.053"],["15196.327","15484.211"],["15142.769","15454.078"],["15135.121","15455.912"],["15156.474","15368.442"],["15157.412","15389.037"],["15161.014","15376.898"],["15161.286","15308.732"],["15166.895","15332.696"],["15167.619","15321.945"],["15282.234","15306.737"],["15287.826","15308.620"],["15296.543","15309.941"],["15263.347","15361.959"],["15288.454","15343.441"],["15290.360","15387.324"],["15274.380","15376.427"],["15266.386","15392.380"],["15266.452","15385.394"],["15289.029","15371.274"],["15273.388","15374.329"],["15276.348","15352.777"],["15209.403","15446.769"],["15206.633","15426.934"],["15201.979","15425.811"],["15192.966","15426.257"],["15357.248","14554.393"],["15386.293","14651.963"],["15408.324","14618.407"],["15295.975","16045.912"],["15303.327","16040.809"],["15260.214","16058.977"],["15291.391","16034.362"],["15287.631","16074.046"],["15260.427","16069.068"],["15285.427","16071.305"],["15264.202","16104.392"],["15272.277","16116.068"],["15265.439","16086.541"],["15270.587","16082.347"],["15246.834","16068.203"],["15248.314","16062.918"],["15294.023","16018.896"],["15286.572","16026.642"],["17984.824","17824.617"],["18025.120","17799.283"],["17942.899","17782.074"],["17973.311","17772.693"],["15611.518","15037.372"],["15626.347","14891.105"],["15689.275","14939.495"],["15597.219","14888.340"],["15560.761","15077.833"],["15636.841","14926.167"],["15523.957","14904.320"],["15663.397","15082.414"],["15619.158","15056.685"],["15599.720","15067.079"],["15517.128","14994.508"],["15711.031","14886.571"],["13837.490","14009.784"],["13943.342","13823.843"],["14030.971","14000.646"],["13984.564","13954.772"],["14011.159","13892.443"],["13968.922","13916.192"],["13995.764","13908.843"],["13887.273","13884.791"],["13939.115","13883.090"],["13888.276","13907.830"],["13874.657","14015.283"],["13911.175","13986.316"],["13859.316","14020.404"],["15783.472","15098.687"],["15733.466","15092.525"],["15928.845","15184.832"],["15891.625","15172.049"],["15919.947","15161.744"],["15843.949","15099.904"],["15849.969","15126.312"],["15902.883","15253.568"],["15881.238","15277.829"],["15894.445","15276.690"],["15826.828","15208.187"],["15728.774","15162.708"],["15843.572","15223.463"],["15846.545","15262.335"],["15857.104","15243.491"],["15847.828","15220.436"],["13603.208","15291.906"],["13618.642","15286.357"],["14841.284","14254.050"],["14850.733","14362.959"],["14831.736","14354.899"],["14865.648","14409.716"],["14852.732","14309.655"],["14877.173","14313.421"],["14849.722","14281.678"],["14843.164","14241.091"],["14864.655","14443.141"],["14851.859","14449.979"],["16216.927","14153.827"],["16227.535","14189.384"],["16234.016","14183.406"],["16236.504","14124.284"],["16243.696","14237.758"],["16218.482","14204.331"],["16254.387","14226.115"],["16260.683","14182.350"],["16229.630","14147.681"],["16237.721","14114.919"],["16230.616","14096.373"],["16305.769","14092.352"],["16270.985","14125.287"],["16289.388","14110.601"],["16283.779","14117.802"],["16190.608","14220.808"],["16180.542","14207.232"],["16159.859","14121.499"],["16155.475","14183.760"],["16147.662","14103.147"],["16157.020","14100.653"],["16151.572","14062.412"],["16354.274","14188.402"],["16350.082","14180.131"],["15095.659","13067.293"],["15113.910","13069.138"],["15101.245","13078.353"],["14675.186","15695.222"],["14719.346","15629.857"],["14691.895","15666.521"],["14720.300","15705.959"],["14774.527","15684.985"],["14699.494","15619.056"],["14789.510","15699.667"],["14760.431","15708.816"],["14703.754","15625.299"],["14733.374","15602.883"],["14801.975","15681.066"],["14735.989","15599.696"],["14700.034","15550.936"],["14700.933","15586.294"],["14781.692","15659.464"],["14790.853","15647.028"],["14714.066","15570.459"],["14821.187","15680.298"],["5900.401","16420.081"],["5901.223","16414.564"],["8315.500","16056.003"],["8307.911","16065.355"],["8314.803","16083.668"],["8287.066","16068.766"],["8292.439","16051.718"],["8316.348","16105.280"],["8317.801","16082.132"],["15735.291","15789.445"],["15740.626","15799.511"],["15771.176","15781.376"],["15864.003","15788.021"],["15247.389","13726.749"],["15097.756","13684.358"],["15103.064","13783.641"],["15102.032","13777.230"],["15114.268","13692.753"],["15229.932","13723.267"],["15190.695","13722.574"],["15173.056","13680.165"],["15163.073","13667.118"],["15167.019","13751.527"],["15239.114","13773.460"],["15186.715","13730.650"],["15230.968","13737.388"],["15189.881","13787.398"],["15259.344","13716.004"],["15293.085","13709.640"],["15224.572","13775.598"],["15237.355","13733.313"],["15204.272","13649.007"],["15297.687","13651.000"],["15284.373","13659.253"],["15279.143","13685.942"],["15256.209","13764.819"],["15210.185","13741.834"],["15288.041","13749.290"],["15182.361","13698.442"],["15218.104","13622.083"],["15273.643","13664.408"],["14672.185","14404.151"],["14668.642","14262.691"],["14644.974","14244.491"],["14668.296","14254.054"],["13303.336","15691.829"],["13271.822","15691.036"],["13319.490","15716.379"],["13321.382","15586.582"],["13342.567","15569.175"],["13349.146","15583.527"],["13377.609","15601.593"],["13377.363","15606.019"],["13385.570","15579.298"],["13341.356","15530.273"],["13315.468","15521.321"],["13682.724","13163.243"],["13663.478","13051.744"],["13757.435","13166.349"],["13746.631","13082.963"],["13702.239","13053.863"],["14781.934","19125.811"],["14731.247","19135.641"],["14681.856","19225.121"],["14761.428","19194.006"],["14700.458","19118.416"],["15139.515","17735.432"],["15114.070","17768.924"],["15153.261","17761.841"],["15193.116","17797.766"],["15182.826","17722.525"],["15135.519","17808.147"],["15150.472","17822.208"],["15154.592","17785.627"],["15094.028","17799.910"],["15109.396","17819.069"],["15605.784","17645.122"],["15592.403","17639.751"],["15712.572","17648.545"],["15697.243","17653.400"],["15680.274","17726.968"],["15685.493","17753.440"],["15666.842","17739.121"],["15605.587","17655.114"],["15641.358","17694.929"],["15682.856","17727.926"],["15644.458","17693.858"],["15594.032","17642.278"],["15575.347","17626.686"],["15537.803","17655.770"],["15591.596","17623.892"],["15570.200","17655.957"],["15546.368","17654.372"],["6163.266","15018.721"],["6171.003","15039.118"],["6196.974","15041.446"],["15876.202","12696.992"],["15897.667","12721.412"],["15826.336","12715.215"],["15818.764","12696.530"],["15917.077","12722.740"],["15767.855","12670.689"],["15758.206","12594.125"],["15880.738","12746.227"],["15885.261","12746.491"],["15913.966","12758.059"],["15931.929","12689.940"],["15932.899","12705.762"],["15925.350","12672.583"],["15775.710","12624.054"],["15801.269","12637.315"],["15893.884","12659.286"],["15794.970","12630.808"],["15870.978","12600.538"],["15867.178","12587.028"],["15863.889","12617.119"],["15830.217","12621.242"],["15825.941","12619.590"],["15816.054","12629.593"],["15871.864","12658.252"],["15852.160","12676.997"],["15856.042","12677.575"],["15811.821","12659.499"],["15784.534","12683.918"],["15773.531","12689.500"],["15750.356","12698.965"],["15738.514","12661.377"],["15781.724","12731.734"],["15754.613","12734.172"],["15745.879","12710.456"],["15787.908","12719.430"],["15765.591","12579.699"],["15769.876","12747.482"],["15771.290","12734.435"],["15757.688","12755.228"],["15902.139","12568.477"],["15915.807","12558.039"],["15929.336","12564.473"],["15922.195","12611.693"],["15918.610","12616.796"],["15934.260","12735.250"],["15732.879","12624.819"],["15725.148","12648.336"],["15734.688","12626.801"],["15749.431","12553.738"],["15764.563","12549.312"],["15793.243","12673.505"],["15755.333","12586.062"],["15846.158","12731.843"],["15916.999","12691.626"],["15925.911","14524.469"],["15913.621","14517.565"],["15739.561","14575.242"],["15766.716","14564.854"],["15810.961","14616.694"],["15795.993","14543.207"],["15764.298","14570.077"],["15792.177","14548.905"],["15801.117","14509.180"],["15793.946","14489.675"],["15787.926","14489.543"],["15803.247","14604.687"],["15809.464","14624.158"],["15826.504","14563.157"],["15841.521","14569.928"],["15781.304","14569.711"],["15803.442","14566.787"],["15786.386","14579.438"],["15747.029","14451.695"],["15760.977","14452.868"],["15748.378","14473.644"],["15832.554","14557.150"],["15816.255","14532.013"],["15815.975","14548.611"],["15834.487","14526.979"],["15847.415","14519.217"],["15860.030","14510.381"],["15895.251","14536.181"],["15878.360","14567.246"],["15855.120","14572.944"],["15886.099","14632.507"],["15866.083","14633.251"],["15889.158","14640.501"],["15905.310","14600.018"],["15908.665","14600.447"],["15886.379","14584.609"],["15872.031","14504.147"],["15870.798","14519.242"],["15901.785","14477.276"],["15913.478","14535.519"],["15922.820","14545.543"],["15902.660","14450.103"],["15901.212","14467.725"],["15887.610","14458.295"],["15895.780","14467.691"],["15284.765","14663.794"],["15250.825","14824.451"],["15252.305","14814.641"],["15254.295","14823.741"],["15276.525","14852.357"],["15276.048","14849.929"],["15240.098","14854.765"],["15277.211","14825.887"],["15292.458","14823.278"],["15295.925","14838.179"],["15225.531","14812.385"],["15216.584","14806.109"],["15195.682","14756.490"],["15285.425","14770.454"],["15123.617","14747.202"],["15208.808","14778.712"],["15198.577","14757.828"],["15294.686","14767.962"],["15298.699","14758.549"],["15132.378","14840.202"],["15274.091","14840.317"],["15234.954","14774.829"],["15233.276","14787.728"],["15195.970","14792.580"],["15105.633","14860.261"],["15103.462","14867.841"],["13194.981","14486.757"],["13108.402","14479.919"],["13179.668","14497.607"],["13191.973","14490.928"],["13140.082","14632.645"],["13120.394","14660.143"],["13189.144","14534.676"],["13045.740","14585.758"],["13014.095","14626.782"],["13188.816","14608.880"],["13166.464","14486.567"],["13159.391","14488.880"],["13001.151","14547.013"],["13176.316","14636.493"],["13114.457","14658.673"],["13047.562","14629.156"],["13080.691","14489.309"],["13167.154","14491.357"],["12997.549","14572.133"],["13024.292","14646.683"],["13106.464","14653.818"],["13066.677","14631.357"],["13179.309","14508.599"],["24349.848","7877.104"],["24168.642","7777.918"],["24206.643","7814.797"],["24193.793","7790.128"],["24205.596","7773.954"],["24168.882","7714.315"],["24188.240","7723.365"],["24159.516","7871.441"],["24277.848","7871.008"],["24326.924","7894.315"],["24240.156","7885.244"],["24231.921","7891.445"],["24272.087","7887.294"],["24324.428","7858.229"],["24155.287","7883.452"],["24193.358","7868.620"],["24292.825","7885.604"],["16391.207","17520.314"],["5425.348","7872.536"],["5438.160","7845.715"],["5456.821","7865.966"],["5467.611","7877.081"],["5417.473","7840.377"],["14458.167","17094.756"],["15330.290","14343.703"],["15391.669","14448.696"],["15416.100","14389.794"],["15344.564","14344.386"],["15271.250","12825.835"],["15299.589","12838.040"],["15216.900","12846.997"],["15258.561","12880.738"],["15232.179","12867.823"],["15303.627","12854.302"],["15297.959","12855.966"],["15221.515","12874.445"],["15268.426","12850.480"],["15265.005","12857.764"],["15254.604","12950.754"],["15214.304","12961.990"],["15230.588","12787.800"],["15197.018","12949.207"],["15222.347","12965.474"],["15241.433","12881.810"],["15302.630","12796.733"],["15252.583","12825.003"],["15110.357","12965.270"],["15097.961","12876.315"],["15096.809","12861.964"],["15114.556","12958.086"],["15102.890","12880.560"],["15245.197","12797.319"],["15241.349","12795.639"],["15205.562","12898.194"],["15253.611","12804.589"],["15280.174","12790.105"],["15239.256","12781.028"],["15251.937","12778.700"],["15264.240","12777.510"],["15165.810","12866.650"],["15135.807","12901.688"],["15137.287","12884.463"],["15147.188","12882.002"],["15152.531","12910.899"],["15149.932","12927.843"],["15139.571","12921.584"],["15161.636","12921.440"],["15190.440","12909.473"],["15192.052","12897.251"],["15185.308","12900.720"],["15170.206","12867.887"],["15196.785","12840.059"],["15175.404","12862.586"],["15096.791","12963.927"],["15174.515","12959.605"],["15253.107","12937.459"],["15257.992","12949.037"],["15117.863","12888.955"],["15103.011","12881.705"],["15119.459","12921.457"],["16045.745","16803.095"],["16051.847","16805.242"],["16024.410","16881.990"],["16141.602","16796.073"],["16053.632","16817.819"],["16046.807","16827.993"],["16048.007","16820.099"],["16053.270","16825.235"],["16125.944","16800.103"],["16134.678","16790.127"],["15979.050","16868.420"],["16023.499","16796.640"],["16020.999","16804.402"],["16050.270","16842.110"],["16040.150","16884.352"],["15974.277","16899.257"],["15968.767","16892.618"],["15960.001","16897.292"],["15976.431","16895.145"],["16005.970","16912.523"],["15995.789","16896.487"],["16025.378","16883.489"],["16831.858","15711.679"],["16854.265","15586.958"],["16823.176","15521.600"],["16817.981","15654.826"],["16918.995","15713.522"],["16864.602","15601.897"],["16861.165","15638.066"],["16870.359","15640.791"],["18674.131","17807.451"],["5876.884","16785.539"],["23455.535","8256.345"],["23444.957","8169.958"],["23479.042","8213.243"],["23509.852","8159.036"],["23363.459","8120.838"],["23304.376","8227.233"],["17211.162","16134.913"],["17329.182","16066.862"],["17326.040","16063.460"],["17303.731","16041.479"],["17320.822","16062.740"],["17314.482","16054.625"],["17318.084","16051.983"],["17311.694","16042.150"],["17310.461","16044.677"],["17308.155","16038.159"],["6114.022","8119.965"],["6104.104","8124.193"],["6137.576","8115.504"],["6146.016","8111.967"],["6175.227","8132.925"],["6231.273","8126.548"],["6198.394","8136.837"],["6218.856","8230.467"],["6193.791","8266.652"],["6214.679","8262.110"],["6229.802","8316.606"],["6236.289","8175.896"],["6234.759","8175.269"],["6082.600","8168.496"],["6082.090","8171.980"],["6123.341","8164.622"],["6139.460","8156.182"],["6235.330","8295.367"],["6062.163","8149.020"],["6050.913","8176.221"],["6057.755","8227.514"],["6242.718","8246.146"],["6089.655","8127.452"],["6129.796","8145.262"],["6156.409","8129.479"],["6158.633","8168.925"],["6166.760","8188.202"],["6226.732","8193.123"],["11951.840","14151.898"],["11958.649","14139.858"],["14287.507","17140.904"],["14257.334","17159.859"],["14258.723","17095.150"],["14295.277","17074.602"],["14282.168","17108.787"],["14297.071","17171.255"],["13638.031","15285.485"],["13750.024","15275.261"],["13672.826","15265.251"],["13701.559","15283.919"],["13711.064","15291.713"],["13705.759","15267.363"],["13733.094","15276.122"],["13722.437","15279.144"],["13687.380","15282.008"],["13671.718","15282.714"],["13655.929","15292.887"],["12358.570","12138.992"],["12421.235","12272.386"],["12430.807","12282.642"],["12399.228","12133.377"],["12424.195","12220.314"],["12364.574","12197.754"],["12362.583","12131.626"],["12393.455","12127.035"],["12387.485","12184.129"],["12379.047","12173.559"],["12414.017","12127.501"],["12480.300","12311.960"],["12432.849","12246.608"],["12420.728","12270.408"],["12381.760","12130.621"],["12400.823","12129.366"],["12424.836","12135.460"],["12410.987","12132.570"],["12371.901","12288.141"],["12411.859","12305.409"],["12387.507","12298.937"],["14170.161","14541.251"],["14153.648","14540.938"],["14196.453","14627.051"],["14189.051","14638.248"],["14130.828","14635.061"],["14222.842","14608.978"],["14218.993","14599.862"],["16733.356","15933.598"],["16699.070","15938.001"],["16727.115","15942.731"],["16725.963","15935.778"],["16685.978","15948.136"],["16699.465","15945.907"],["16690.221","15932.780"],["8089.123","11890.230"],["8089.021","11904.390"],["11888.556","12184.734"],["11766.664","12130.779"],["11908.046","12184.850"],["11801.236","12211.803"],["13026.133","13285.912"],["13036.725","13250.718"],["13043.008","13281.353"],["13020.179","13261.485"],["13007.617","13346.253"],["12995.002","13356.162"],["13131.864","13334.136"],["14932.968","18067.068"],["5960.226","8064.629"],["5934.538","8077.590"],["5912.001","8075.142"],["6008.411","8102.119"],["5885.722","7957.588"],["5891.462","7963.071"],["5839.211","8048.918"],["5877.990","8046.054"],["5834.163","8088.290"],["5898.902","8066.428"],["5913.326","8073.199"],["5962.883","8059.775"],["5967.741","8052.205"],["5953.170","8073.821"],["5985.151","8101.853"],["5977.022","8048.005"],["5941.288","7943.779"],["6037.120","8052.910"],["6034.130","8016.473"],["6014.591","7955.581"],["5938.909","8013.075"],["5952.432","8012.733"],["5956.886","8014.776"],["5832.905","8006.024"],["16516.597","18619.230"],["18871.236","17866.566"],["18847.831","17948.020"],["18869.459","17959.993"],["18839.593","17985.457"],["16712.087","14409.279"],["16761.695","14368.988"],["16771.156","14279.139"],["16667.483","14413.635"],["16769.495","14276.711"],["16708.839","14258.433"],["16661.826","14244.330"],["16576.650","14298.684"],["16577.712","14256.380"],["16575.623","14258.131"],["16585.976","14285.257"],["16568.493","14296.471"],["16634.622","14257.627"],["16627.254","14251.863"],["16672.040","14343.931"],["16697.200","14251.027"],["16710.637","14239.103"],["16632.440","14303.359"],["16635.746","14293.483"],["16627.588","14283.045"],["16661.164","14287.420"],["16682.282","14279.889"],["16692.543","14275.252"],["16704.616","14270.165"],["16713.793","14291.123"],["16744.376","14260.350"],["16721.317","14281.853"],["16730.248","14270.210"],["16652.233","14269.006"],["16706.456","14283.957"],["16701.373","14284.271"],["16686.669","14305.691"],["16690.576","14344.162"],["16662.846","14350.322"],["16661.258","14318.232"],["16777.276","14341.791"],["16766.964","14349.190"],["16767.586","14424.129"],["16734.435","14415.133"],["16725.718","14445.455"],["16742.724","14422.235"],["16746.021","14378.980"],["16762.748","14378.815"],["16637.228","14326.176"],["16624.925","14323.204"],["16654.728","14317.225"],["16648.908","14405.115"],["14262.558","12937.708"],["14376.270","12834.524"],["14417.227","12813.970"],["14452.194","12801.880"],["14366.044","12788.865"],["14369.843","12765.876"],["14371.472","12768.865"],["14358.544","12769.328"],["14343.511","12798.527"],["14276.077","12793.500"],["14387.478","12936.565"],["14403.020","12930.785"],["14384.024","12930.933"],["14445.196","12931.842"],["14288.868","12761.216"],["14364.652","12832.368"],["14374.339","12851.609"],["14295.945","12806.283"],["14351.922","12890.038"],["14335.228","12894.811"],["14398.956","12873.147"],["14392.377","12887.201"],["14319.460","12923.797"],["14350.217","12917.587"],["14328.127","12968.561"],["14402.916","12779.974"],["14423.130","12779.362"],["5930.186","7687.790"],["6015.500","7864.400"],["6013.510","7881.015"],["6010.613","7839.953"],["6003.721","7835.378"],["5981.921","7864.905"],["5976.872","7880.363"],["5904.910","7859.221"],["5912.558","7858.180"],["5861.495","7808.918"],["5858.679","7731.821"],["5911.310","7742.309"],["5855.471","7746.057"],["5939.858","7698.057"],["6040.461","7717.845"],["6035.381","7794.499"],["5991.253","7795.011"],["6020.660","7785.845"],["5953.874","7719.211"],["5965.091","7770.838"],["5970.364","7711.365"],["5988.155","7692.620"],["5986.642","7698.582"],["5946.562","7818.090"],["5916.463","7799.593"],["5942.171","7831.352"],["5950.705","7723.934"],["16580.104","16612.491"],["16579.742","16609.073"],["16585.583","16625.319"],["16585.340","16610.451"],["16702.046","16711.360"],["16721.947","16720.047"],["16710.833","16730.056"],["16708.119","16753.887"],["16740.530","16760.659"],["16721.468","16755.853"],["16620.045","16762.115"],["16601.410","16754.584"],["16619.712","16771.005"],["16616.735","16763.573"],["16599.082","16696.888"],["16603.308","16700.885"],["16636.760","16661.888"],["16634.013","16667.933"],["16614.303","16672.641"],["16619.850","16673.747"],["16617.548","16669.040"],["16589.366","16649.655"],["16613.832","16642.378"],["16608.717","16643.748"],["16595.779","16644.891"],["16581.181","16620.364"],["16605.762","16641.950"],["15222.171","13355.107"],["15236.901","13277.825"],["15236.621","13238.618"],["15222.197","13278.766"],["15222.516","13370.763"],["15226.711","13379.549"],["15275.237","13284.074"],["15287.211","13367.188"],["15266.262","13349.021"],["15222.392","13354.357"],["15257.414","13327.369"],["15270.615","13295.750"],["15298.831","13327.968"],["15294.094","13325.606"],["15244.096","13213.868"],["15250.297","13230.581"],["15214.281","13277.165"],["15241.955","13328.419"],["15202.706","13264.075"],["15190.206","13287.559"],["15201.242","13274.512"],["15194.070","13304.605"],["15196.290","13324.704"],["15096.999","13314.404"],["15096.390","13348.855"],["15182.830","13327.060"],["15185.709","13338.472"],["15182.835","13265.434"],["15157.786","13281.272"],["15184.858","13283.947"],["15137.960","13336.529"],["15127.894","13329.362"],["15146.676","13367.062"],["15166.791","13355.336"],["15157.547","13342.504"],["15104.056","13214.538"],["15112.115","13192.606"],["15128.875","13217.197"],["15160.596","13207.589"],["15275.455","13218.832"],["15283.564","13191.053"],["15256.508","13195.447"],["15227.123","13215.453"],["15196.358","13185.471"],["15256.611","13325.547"],["14885.845","13967.335"],["14922.309","14015.892"],["14951.220","13992.007"],["14934.296","13963.221"],["14886.042","13963.999"],["14963.806","14010.683"],["14934.151","14019.625"],["14968.386","13977.900"],["14975.376","13985.315"],["14958.670","13966.297"],["14978.308","13941.888"],["14995.167","13888.767"],["14899.898","13951.135"],["14901.214","13940.945"],["14953.754","13857.710"],["14962.504","13826.001"],["14985.547","13838.784"],["14934.708","13830.001"],["14933.606","13827.028"],["14934.626","13844.501"],["14891.087","13923.422"],["14889.661","13965.105"],["14941.167","13894.550"],["14910.493","13890.669"],["14928.078","13980.397"],["14971.900","13923.917"],["14981.834","13911.861"],["14982.426","13931.135"],["14884.618","13953.662"],["12924.391","13679.702"],["12929.243","13678.051"],["12907.006","13674.054"],["12954.506","13724.426"],["12932.483","13629.265"],["12851.595","13732.617"],["12957.203","13739.769"],["12838.009","13713.724"],["12920.608","13711.973"],["12880.213","13727.712"],["12779.851","13653.080"],["12830.641","13711.874"],["12801.208","13777.389"],["12960.797","13736.134"],["12918.790","13770.122"],["16265.951","14812.034"],["16280.557","14814.808"],["16308.007","14834.893"],["16171.218","14867.608"],["16302.819","14749.841"],["16295.781","14777.230"],["16148.153","14673.200"],["16210.955","14674.622"],["16181.385","14710.916"],["16164.777","14821.219"],["16223.775","14838.250"],["16262.430","14839.916"],["16218.203","14792.483"],["16222.501","14761.704"],["16265.669","14770.948"],["16273.936","14718.655"],["16233.492","14692.699"],["16248.520","14677.521"],["15076.165","14891.743"],["15084.275","14902.903"],["15065.244","14884.658"],["15086.644","14910.318"],["15055.327","14874.871"],["15074.016","14995.230"],["15066.828","15056.072"],["14886.023","14971.583"],["14927.661","14963.562"],["15065.408","14940.205"],["15079.882","14915.300"],["15083.862","14928.744"],["15073.503","15061.512"],["15004.622","15030.703"],["14943.719","15078.073"],["14906.443","14890.670"],["14966.467","14884.678"],["15031.286","14889.105"],["14966.780","14885.620"],["14930.025","14932.754"],["14963.183","14916.651"],["14916.041","15078.669"],["14904.808","15083.904"],["15057.682","14892.180"],["15055.726","14931.615"],["15039.370","14904.564"],["14882.973","14930.692"],["15059.755","14903.493"],["15082.469","14895.549"],["15072.838","14954.904"],["14946.746","15003.923"],["14972.141","15007.754"],["14977.519","15013.650"],["15028.950","14962.941"],["15025.397","14958.862"],["15015.364","14975.344"],["15010.637","15032.097"],["15035.999","15039.248"],["14755.613","14496.253"],["14725.104","14536.897"],["14756.518","14530.555"],["14776.043","14632.357"],["14747.080","14596.535"],["8447.469","16669.539"],["8452.876","16705.823"],["8445.420","16689.177"],["8448.383","16684.620"],["8504.439","16686.768"],["8503.582","16627.594"],["8490.705","16612.608"],["15191.061","17329.505"],["15159.152","17261.286"],["15212.271","17229.509"],["15274.468","17385.402"],["15155.489","17302.494"],["15295.920","17318.342"],["15131.550","17201.727"],["15256.169","17349.052"],["15111.182","17298.981"],["15107.266","17248.678"],["15166.252","17329.126"],["15191.763","17313.871"],["15236.565","17230.231"],["15250.736","17206.051"],["15719.423","17384.434"],["15708.863","17351.554"],["15672.522","17325.479"],["15707.562","17223.618"],["15691.252","17212.037"],["23355.190","8553.443"],["23331.741","8632.667"],["23323.082","8586.805"],["23343.204","8654.239"],["14902.860","12041.379"],["14907.054","12011.767"],["14887.630","12049.141"],["15003.807","11971.662"],["15004.113","11949.067"],["15034.996","11954.246"],["15057.662","11971.077"],["15074.376","11960.746"],["14943.389","11958.144"],["14923.803","11975.763"],["14923.970","12004.878"],["14928.225","11936.524"],["14954.760","11920.636"],["21127.430","10539.283"],["21121.575","10541.314"],["21161.535","10534.478"],["21188.377","10522.554"],["21020.575","10446.007"],["6567.637","7507.877"],["6564.107","7550.278"],["6615.663","7476.361"],["6564.255","7535.150"],["6532.545","7517.925"],["6574.309","7488.105"],["6566.776","7485.429"],["6565.180","7587.494"],["6598.228","7498.459"],["6603.968","7523.364"],["6592.126","7537.848"],["15293.234","16611.537"],["15288.432","16588.101"],["15293.876","16607.556"],["15285.504","16607.210"],["3523.281","7955.273"],["3547.212","7941.516"],["3592.361","7947.924"],["3594.730","7949.064"],["3591.094","7988.259"],["3571.999","8005.847"],["3567.698","8002.097"],["3560.094","8019.536"],["3605.293","8049.629"],["3596.708","8067.399"],["3542.835","8086.662"],["3586.553","8095.363"],["3572.803","8107.469"],["3664.822","8085.569"],["3670.924","8101.061"],["31683.055","11449.389"],["31697.479","11308.200"],["31623.479","11361.560"],["31671.182","11285.755"],["31622.212","11362.832"],["31646.711","11458.192"],["31599.009","11283.331"],["31672.529","11458.588"],["31711.458","11361.922"],["31717.233","11436.837"],["31578.499","11279.401"],["31588.557","11415.881"],["31604.938","11389.803"],["31573.121","11316.285"],["31534.535","11373.659"],["31536.032","11336.401"],["31707.116","11370.361"],["31614.003","11443.916"],["31680.835","11378.945"],["31663.170","11322.628"],["31660.604","11337.971"],["31638.799","11431.289"],["31636.053","11420.273"],["14143.818","14295.030"],["14157.180","14277.587"],["14180.042","14271.757"],["14090.118","14279.619"],["14156.324","14390.450"],["14155.370","14371.853"],["14145.600","14322.671"],["14162.458","14392.332"],["14976.830","16156.657"],["14984.149","16162.305"],["15004.132","16285.501"],["15064.086","16334.044"],["15010.687","16242.761"],["15055.632","16329.271"],["15082.651","16284.722"],["14964.201","16217.747"],["14956.290","16203.808"],["14957.622","16213.998"],["14928.576","16184.766"],["15016.915","16226.995"],["14976.602","16229.010"],["14934.382","16220.818"],["15071.530","16159.524"],["15050.576","16160.382"],["15038.684","16194.173"],["15045.740","16177.955"],["15053.207","16238.533"],["14922.274","16284.162"],["15080.463","16284.920"],["15024.207","16304.610"],["15034.684","16325.733"],["15057.097","16304.754"],["15064.564","16294.217"],["14913.820","16278.992"],["14911.509","16271.555"],["14884.653","16294.818"],["14884.998","16299.773"],["14886.166","16278.732"],["14962.281","16261.241"],["14978.777","16333.733"],["14904.889","16337.855"],["14910.843","16349.779"],["14890.170","16310.826"],["14890.976","16314.724"],["15087.798","16311.280"],["15083.539","16298.993"],["15034.804","16162.110"],["11328.594","14471.047"],["11337.607","14455.853"],["6159.278","16379.554"],["6150.456","16381.537"],["6147.265","16375.278"],["6146.147","16363.106"],["6121.312","16417.936"],["6098.129","16374.427"],["6094.313","16358.804"],["6139.866","16364.424"],["6163.134","16374.569"],["6170.387","16373.512"],["6208.080","16356.062"],["6215.942","16363.197"],["6188.623","16380.835"],["13300.507","15678.336"],["15062.535","17867.970"],["15039.630","17834.015"],["15002.439","17859.455"],["15046.979","18006.686"],["15028.985","18006.838"],["15075.266","17992.233"],["15059.803","17907.572"],["15015.720","17875.575"],["14970.217","17876.690"],["14981.785","17905.079"],["14992.855","17918.259"],["15014.050","17962.412"],["14994.861","17975.079"],["15009.526","18006.539"],["14957.987","17833.975"],["14941.646","17864.298"],["15080.627","17924.159"],["14982.622","17930.351"],["14971.451","17939.613"],["14982.709","17959.984"],["14982.266","18007.110"],["14942.984","18022.906"],["12176.823","12045.229"],["12225.902","11932.760"],["12213.698","12019.994"],["12219.438","11960.291"],["12333.336","11952.727"],["12323.961","11915.252"],["12234.153","11991.068"],["12238.782","11984.670"],["12260.871","11950.565"],["12312.579","11920.471"],["12321.256","11947.016"],["12314.431","11950.220"],["12240.683","12001.935"],["12292.946","11926.860"],["12252.565","11960.608"],["14863.388","16322.452"],["14720.881","16277.672"],["14686.671","16290.868"],["14698.672","16199.837"],["14764.412","16210.258"],["14748.524","16206.030"],["14760.942","16215.494"],["14720.185","16210.605"],["14698.853","16199.870"],["14682.948","16216.485"],["14836.043","16253.181"],["14879.543","16340.406"],["14759.806","16291.472"],["14716.064","16267.637"],["14709.885","16219.796"],["14784.512","16314.493"],["14833.266","16298.818"],["14788.045","16210.064"],["14872.211","16180.831"],["14880.037","15524.960"],["14797.722","15572.227"],["14833.899","15581.803"],["14769.365","15527.337"],["14968.340","13248.716"],["15015.637","13354.024"],["14957.368","13273.071"],["14958.997","13276.737"],["14914.889","13336.261"],["14912.368","13239.780"],["14980.030","13342.145"],["14899.103","13191.808"],["14969.711","13206.677"],["14950.217","13370.086"],["14954.679","13210.767"],["14992.582","13252.939"],["15058.640","13286.114"],["15066.091","13264.017"],["14948.620","13325.986"],["14916.462","13382.410"],["15044.745","13221.234"],["15050.581","13272.886"],["15076.242","13198.113"],["15023.714","13229.757"],["14931.616","13288.321"],["14948.555","13203.865"],["14946.629","13191.178"],["15013.013","13313.100"],["15017.614","13348.819"],["14987.553","13379.987"],["14965.232","13378.622"],["15071.962","13379.115"],["14981.649","13362.079"],["14928.669","13300.205"],["14979.556","13274.083"],["14963.257","13259.170"],["14984.704","13281.201"],["15520.094","16562.714"],["15526.689","16562.665"],["15689.569","16560.482"],["16582.785","14328.417"],["16596.918","14373.917"],["16628.948","14429.437"],["17359.857","17956.200"],["17397.061","17983.252"],["17380.696","17891.427"],["17385.482","17920.329"],["13974.173","12714.729"],["13880.723","12735.930"],["13925.880","12590.653"],["13840.123","12630.240"],["13968.117","12708.192"],["13953.838","12585.373"],["13978.410","12577.412"],["13951.979","12572.342"],["13962.686","12594.374"],["13981.716","12580.501"],["13952.588","12562.912"],["14035.811","12578.156"],["14023.443","12553.366"],["13869.238","12600.430"],["13985.937","12744.517"],["13843.897","12665.222"],["13909.405","12600.582"],["15506.118","17895.916"],["15390.093","18028.414"],["15498.063","17998.628"],["15468.650","17895.754"],["15451.329","18007.486"],["15487.687","17837.734"],["15508.188","17839.122"],["15468.964","18025.462"],["15454.338","17957.279"],["15439.738","17860.799"],["15428.717","17917.352"],["15426.565","17881.465"],["15429.756","17848.239"],["15501.691","17974.497"],["15408.562","17914.172"],["15421.040","17914.366"],["15312.032","17867.950"],["15398.681","17859.839"],["15380.743","17876.804"],["15304.144","18033.934"],["15318.135","18002.340"],["15312.945","17982.848"],["15378.316","17960.156"],["15359.299","17951.870"],["15311.441","17934.482"],["15331.969","17912.290"],["15156.283","16127.131"],["15151.991","16118.741"],["15104.082","15941.867"],["15109.461","15930.141"],["15147.471","16101.466"],["15146.418","16087.180"],["15096.245","16133.375"],["15108.810","16112.252"],["15106.771","16088.305"],["14681.190","17279.236"],["14868.844","17202.189"],["14824.474","17252.514"],["14820.550","17316.761"],["14862.669","17341.880"],["14829.334","17337.701"],["14870.977","17387.518"],["14717.247","17206.985"],["14843.056","17399.985"],["14686.424","17297.039"],["14815.128","17380.286"],["14681.758","17313.217"],["14744.684","17306.761"],["14713.582","17340.314"],["14756.856","17355.931"],["14753.645","17310.631"],["14706.058","17237.516"],["14698.105","17201.708"],["14680.121","17222.377"],["6277.521","7481.141"],["6280.810","7492.768"],["6253.014","7490.909"],["6338.268","7482.623"],["6409.901","7489.131"],["6395.674","7477.207"],["6441.194","7503.610"],["6442.082","7488.036"],["6366.177","7479.638"],["14252.432","14888.339"],["14315.500","15003.464"],["14287.638","15006.684"],["14264.147","15048.275"],["14262.683","15076.499"],["14418.391","14994.699"],["14415.103","14891.340"],["15470.472","13309.072"],["15479.541","13310.225"],["15353.826","13191.512"],["15488.333","13310.262"],["15508.204","13383.758"],["15466.193","13378.527"],["15446.432","13292.058"],["15498.101","13351.607"],["15482.279","13358.279"],["15483.975","13298.585"],["15431.954","13251.909"],["15402.351","13312.553"],["15335.020","13319.595"],["15371.040","13347.242"],["15324.794","13328.575"],["15321.143","13361.705"],["15332.623","13335.264"],["15307.490","13345.355"],["15307.499","13291.766"],["15352.090","13202.402"],["15412.459","13380.934"],["15420.157","13388.581"],["15397.492","13358.110"],["15346.612","13389.538"],["15382.566","13388.713"],["5710.468","7618.386"],["5692.902","7648.922"],["5633.281","7670.816"],["5688.429","7609.742"],["5621.011","7623.979"],["5648.711","7593.666"],["5625.257","7542.865"],["5771.487","7615.943"],["5625.205","7548.248"],["5633.895","7592.563"],["5712.464","7660.234"],["5690.712","7587.115"],["15888.332","14870.879"],["15920.313","14854.556"],["15384.774","16898.050"],["15461.679","16960.292"],["15470.627","16961.498"],["15401.912","16918.201"],["15413.030","16906.855"],["15401.271","16903.170"],["17830.026","16328.358"],["17826.967","16343.106"],["17628.181","16230.093"],["17639.014","16236.340"],["17649.869","16232.971"],["17679.160","16226.675"],["17677.219","16214.867"],["16830.467","14684.980"],["16884.329","14739.641"],["16920.896","14719.847"],["16881.748","14671.958"],["16845.286","14680.591"],["16795.554","14709.411"],["16926.732","14755.127"],["16894.627","14792.526"],["16886.467","14842.817"],["16839.528","14869.036"],["16826.592","14850.008"],["16813.023","14850.801"],["16809.652","14861.619"],["13917.629","15032.523"],["13996.642","15077.759"],["13942.563","15049.105"],["13968.286","14986.545"],["13935.885","15003.688"],["13997.398","15022.135"],["14022.522","14923.991"],["13855.301","15075.043"],["13886.304","15038.874"],["13929.528","15041.814"],["13912.275","15048.684"],["13923.788","15052.252"],["13916.749","15057.834"],["13842.489","15048.998"],["14023.911","14922.381"],["10888.213","15949.408"],["14572.883","12497.871"],["14519.331","12527.087"],["14501.781","12535.031"],["14491.617","12526.145"],["14506.074","12546.938"],["14500.581","12535.691"],["14663.347","12417.160"],["14663.528","12426.739"],["14657.092","12371.435"],["14669.724","12351.187"],["14671.286","12362.401"],["14629.570","12377.804"],["14610.278","12385.828"],["14609.044","12412.880"],["14658.967","12425.614"],["14622.602","12389.660"],["14642.668","12400.181"],["14497.156","12391.728"],["14509.591","12381.802"],["14528.601","12355.305"],["14550.854","12339.863"],["15518.993","17708.498"],["15578.874","17739.498"],["15528.222","17773.394"],["14808.875","13292.645"],["14789.368","13296.871"],["14841.033","13282.282"],["14880.408","13223.808"],["14857.133","13199.904"],["15808.277","18487.339"],["15758.084","18500.126"],["15805.167","18576.164"],["15896.749","18650.465"],["15790.816","18481.050"],["15762.658","18482.124"],["15795.635","18477.615"],["15856.958","18596.763"],["12739.106","12589.381"],["12753.054","12635.811"],["12772.413","12727.937"],["15528.815","18393.496"],["15647.238","18437.472"],["15610.125","18366.884"],["15538.867","18419.584"],["15548.802","18405.628"],["15611.631","18426.768"],["15547.765","18396.710"],["15643.242","18415.438"],["16539.783","14306.298"],["16466.735","14242.560"],["16405.061","14240.327"],["16457.163","14240.529"],["16550.706","14253.606"],["16566.814","14291.290"],["14398.760","12974.233"],["14348.793","12985.001"],["14371.095","12999.617"],["14397.362","12982.094"],["14372.148","12983.168"],["14363.776","12990.187"],["14310.068","12988.131"],["14364.723","13084.419"],["14320.002","13059.977"],["14354.312","13080.769"],["14337.897","13081.826"],["14357.437","13056.839"],["14455.972","13065.825"],["14380.281","13055.503"],["14430.709","13069.541"],["14437.354","13050.664"],["14355.783","13157.941"],["14375.915","13107.751"],["14366.556","13166.711"],["14362.477","13132.392"],["14355.651","13172.243"],["16790.876","15086.707"],["16822.733","15136.092"],["16804.871","15162.187"],["16821.565","15139.627"],["16851.977","15191.072"],["16870.365","15259.961"],["16842.063","15151.531"],["16793.282","15176.893"],["16807.906","15115.651"],["16788.168","15130.038"],["16874.159","15215.435"],["16865.277","15229.407"],["16855.958","15196.026"],["16796.961","15266.260"],["16826.490","15230.129"],["16847.783","15190.609"],["16789.628","15204.620"],["16820.315","15188.331"],["16783.944","15144.516"],["16843.870","15277.185"],["16856.238","15237.350"],["16847.735","15269.836"],["14657.695","14463.986"],["14628.363","14574.223"],["14571.731","14538.092"],["14490.336","14609.518"],["14478.560","14606.809"],["14486.830","14596.668"],["14472.817","14642.300"],["14469.790","14531.424"],["14469.626","14556.973"],["13161.420","4111.338"],["13179.200","4184.963"],["13186.462","4206.592"],["13177.827","4273.924"],["13158.518","4222.066"],["13179.982","4201.224"],["13170.278","4217.971"],["13193.831","4242.248"],["13066.166","4266.393"],["13060.936","4251.794"],["13071.956","4255.609"],["23919.330","7446.948"],["23910.244","7464.046"],["2374.854","11262.575"],["2379.492","11225.218"],["2362.546","11203.826"],["2366.757","11197.831"],["4961.683","6422.490"],["4980.647","6436.898"],["24127.054","9052.719"],["24112.385","9100.874"],["13767.549","14144.736"],["13687.808","14036.808"],["13659.452","14050.186"],["13757.566","14146.850"],["13828.388","14124.753"],["13658.797","14204.250"],["13724.620","14185.554"],["13706.923","14224.635"],["13647.515","14235.816"],["13771.908","14099.517"],["13642.523","14200.239"],["13643.493","14150.165"],["13680.236","14190.380"],["13663.970","14117.679"],["13669.907","14142.782"],["13629.957","14105.722"],["13810.280","14174.233"],["19458.486","14952.589"],["19464.456","14925.834"],["19488.913","14960.847"],["19463.321","15013.233"],["19466.117","14937.081"],["19493.206","14924.364"],["19477.450","15007.783"],["19480.338","15039.852"],["19459.446","15053.600"],["19483.245","15030.776"],["19463.229","15024.484"],["19438.626","14952.315"],["19462.326","15022.273"],["19376.849","14899.499"],["19456.142","14962.802"],["8486.949","16243.698"],["18753.965","15058.442"],["18738.099","15070.350"],["31979.151","11824.997"],["31955.894","11815.319"],["32120.113","11744.184"],["32123.024","11715.596"],["32089.620","11719.593"],["32139.556","11813.084"],["32143.588","11734.144"],["32121.443","11850.723"],["32085.966","11852.159"],["32122.940","11838.666"],["31946.192","11836.063"],["31936.012","11884.403"],["31984.324","11732.171"],["31980.426","11732.336"],["13918.543","12913.141"],["13933.592","12963.661"],["13849.919","12890.844"],["13853.707","12834.280"],["13861.066","12914.496"],["6270.885","7910.949"],["6274.224","7903.600"],["6413.178","7904.947"],["6394.357","7942.747"],["6385.064","7901.033"],["6451.435","8042.053"],["6414.455","7965.552"],["17933.601","16630.138"],["17930.773","16626.852"],["17934.408","16587.927"],["17935.922","16588.571"],["17936.629","16583.154"],["17949.015","16598.617"],["17943.489","16603.572"],["17949.854","16606.032"],["17940.411","16621.456"],["17935.427","16616.352"],["17941.233","16619.523"],["17927.763","16630.320"],["17989.673","16764.518"],["17983.818","16762.007"],["17980.028","16763.673"],["17976.640","16765.457"],["17965.374","16769.889"],["17968.318","16770.434"],["18013.319","16720.182"],["18010.441","16717.457"],["18023.691","16714.608"],["18023.296","16715.566"],["18036.041","16697.010"],["18035.251","16698.959"],["18038.281","16704.042"],["18038.445","16703.200"],["15931.377","13070.493"],["15857.236","12973.080"],["15775.994","12982.935"],["15805.188","12989.574"],["15769.514","12975.388"],["15833.708","13000.736"],["15837.523","12995.055"],["15829.958","12986.186"],["15933.665","12987.048"],["15860.107","13016.211"],["15873.396","12997.895"],["15881.220","12996.359"],["15885.973","13004.947"],["15880.885","13179.432"],["15914.044","13095.385"],["15888.282","13180.255"],["15890.264","12999.691"],["15889.261","13033.646"],["15925.708","13027.189"],["15899.821","12980.989"],["15900.294","13064.831"],["15919.947","13132.316"],["15892.767","13093.156"],["15878.787","13138.869"],["15865.942","13124.088"],["15890.119","13148.167"],["15837.195","13139.420"],["15832.343","13126.538"],["15831.751","13134.383"],["13504.760","14478.275"],["13528.394","14550.414"],["13535.204","14480.340"],["13618.983","14641.826"],["13541.647","14474.328"],["13521.943","14543.180"],["13538.045","14483.312"],["13596.614","14452.330"],["13541.631","14504.733"],["13595.299","14566.566"],["13498.572","14509.935"],["13542.075","14580.224"],["13566.614","14584.056"],["13586.635","14470.132"],["13616.984","14621.068"],["13508.952","14490.431"],["15942.069","13106.750"],["15985.509","13158.191"],["16031.533","13179.950"],["15960.676","13093.378"],["15991.606","13111.454"],["15969.896","13089.059"],["16023.826","13179.548"],["15947.175","13147.198"],["15995.655","13153.968"],["16023.496","13174.153"],["15991.526","13121.895"],["16006.559","13119.418"],["16066.751","13170.649"],["15978.720","13075.305"],["15940.332","13077.636"],["15964.789","13068.074"],["16024.829","13160.061"],["16031.276","13153.604"],["15944.858","13152.360"],["15975.417","13146.761"],["15959.414","13177.727"],["16068.232","13005.375"],["16073.742","12995.482"],["15989.367","13000.959"],["16077.961","13091.456"],["16086.152","13079.730"],["16090.802","13045.061"],["16065.058","13001.180"],["16037.808","13035.083"],["16087.562","13051.387"],["16088.286","13058.472"],["16032.278","13032.538"],["16010.255","13016.552"],["15995.567","13003.901"],["15971.489","13009.398"],["15974.959","13006.144"],["16018.906","12972.548"],["16030.206","12973.242"],["16009.021","12994.381"],["16085.907","13072.303"],["16057.552","13046.853"],["16084.114","13066.754"],["16006.335","13027.273"],["15992.108","13044.086"],["16000.842","13047.389"],["16139.200","13000.553"],["16130.542","12992.325"],["16036.780","12977.421"],["16050.580","12992.598"],["16145.587","13033.998"],["16867.577","17761.221"],["16847.346","17768.174"],["16848.892","17711.295"],["16921.573","17687.331"],["16863.054","17681.485"],["16976.637","17812.790"],["16980.008","17736.869"],["16923.873","17818.900"],["16968.363","17818.834"],["16804.524","17632.426"],["16783.258","17727.339"],["16848.488","17644.333"],["16807.649","17730.741"],["16839.425","17730.692"],["23574.793","8141.440"],["23668.492","8147.429"],["13818.478","15280.102"],["14569.406","15576.140"],["14490.595","15705.345"],["14499.400","15662.015"],["14540.733","15611.559"],["14530.832","15625.994"],["14551.325","15611.097"],["14532.378","15607.315"],["14536.132","15513.031"],["14472.793","15536.434"],["14500.359","15509.117"],["14485.819","15550.984"],["14593.436","15557.197"],["14548.868","15681.563"],["14471.562","15686.817"],["14565.759","15716.509"],["14578.666","15563.242"],["14553.436","15586.859"],["14523.374","15700.853"],["14547.190","15702.818"],["14506.728","15632.061"],["14536.876","15565.092"],["14493.685","15611.054"],["14627.632","15524.943"],["14562.599","15631.219"],["14550.132","15553.068"],["14477.782","15707.112"],["14547.542","15611.791"],["14525.003","15680.903"],["14605.072","15556.830"],["14597.128","15557.342"],["14602.917","15566.541"],["14620.105","15571.001"],["14645.817","15641.770"],["14592.956","15705.453"],["14572.007","15517.088"],["14583.455","15536.543"],["14555.525","15543.031"],["14559.818","15548.564"],["14518.402","15559.751"],["14533.171","15559.784"],["14493.204","15570.797"],["14485.556","15564.455"],["14475.251","15567.800"],["14483.146","15586.594"],["14668.834","15546.593"],["14647.315","15632.384"],["14654.157","15590.287"],["14664.787","15646.809"],["16564.266","15104.943"],["14427.664","16253.413"],["14420.411","16230.226"],["14431.502","16330.783"],["14422.702","16343.880"],["14424.561","16341.700"],["14382.523","16244.572"],["14373.494","16243.598"],["14370.402","16240.807"],["14398.698","16251.014"],["14380.425","16250.254"],["14406.313","16257.422"],["14408.654","16286.086"],["14409.657","16283.575"],["14367.891","16318.398"],["14361.542","16310.983"],["14375.785","16298.761"],["14334.990","16298.409"],["14360.681","16307.789"],["14354.496","16305.411"],["14357.214","16330.685"],["14341.869","16348.059"],["14358.036","16350.519"],["14288.288","16323.283"],["14277.729","16322.887"],["14286.232","16328.419"],["14828.652","16655.560"],["14686.454","16678.324"],["14872.075","16620.508"],["14866.109","16576.849"],["14843.411","16605.802"],["14791.872","16623.009"],["14848.258","16679.360"],["14791.702","16696.738"],["14761.828","16721.879"],["14735.017","16590.409"],["14708.438","16726.855"],["14704.549","16698.972"],["14719.213","16604.036"],["14790.910","16768.884"],["14863.407","16605.512"],["14865.594","16600.888"],["14838.819","16590.272"],["14843.770","16609.331"],["14800.240","16583.847"],["14820.947","16577.736"],["14719.711","16671.896"],["14712.070","16639.748"],["14678.110","16610.616"],["14694.369","16582.244"],["14730.816","16582.738"],["19486.780","18154.589"],["19475.069","18178.090"],["19505.086","18091.848"],["19468.293","18093.763"],["19325.473","18055.040"],["15313.543","17268.536"],["15376.317","17302.933"],["15359.658","17284.177"],["15387.388","17370.742"],["15325.465","17379.878"],["15415.168","17368.023"],["15353.703","17243.192"],["15465.642","17371.816"],["15498.524","17280.826"],["15486.086","17343.997"],["15475.938","17319.835"],["15394.591","17205.036"],["15371.348","17231.787"],["15377.976","17239.252"],["15376.521","17262.738"],["15378.676","17266.321"],["15441.762","17204.834"],["15309.441","17392.555"],["15318.945","17408.246"],["15339.563","17346.057"],["15387.322","17397.770"],["15411.920","17225.750"],["15424.461","17248.148"],["15403.265","17272.928"],["15429.221","17284.304"],["24442.842","7679.755"],["24447.563","7673.067"],["24381.431","7666.142"],["24406.919","7658.793"],["24429.732","7667.414"],["6305.606","7793.285"],["6273.386","7821.922"],["6288.377","7862.349"],["6317.226","7849.864"],["6274.570","7852.415"],["6459.461","7879.906"],["15107.992","14164.206"],["15127.931","14227.769"],["15227.770","14071.943"],["15113.883","14168.837"],["15126.695","14171.909"],["15101.314","14088.927"],["15112.071","14214.629"],["15115.415","14238.520"],["15097.778","14158.921"],["15115.922","14166.789"],["15134.137","14093.173"],["15114.120","14110.514"],["15211.224","14097.773"],["15133.627","14092.991"],["15122.927","14137.094"],["15119.670","14127.945"],["15109.407","14122.809"],["15111.035","14166.105"],["15106.056","14229.239"],["15197.227","14072.769"],["15259.184","14226.599"],["15196.223","14204.662"],["15205.993","14183.457"],["15250.680","14209.237"],["15280.504","14162.937"],["15200.459","14146.611"],["15264.850","14169.534"],["15142.512","14153.498"],["15240.613","14030.556"],["15240.177","14095.608"],["15242.660","14124.642"],["15241.845","14154.268"],["15264.437","14097.598"],["15251.509","14102.652"],["15250.424","14114.262"],["15269.435","14130.997"],["15261.754","14135.059"],["15288.134","14198.935"],["15285.059","14195.698"],["15282.608","14226.846"],["15133.746","14156.900"],["15149.140","14152.721"],["15187.031","14044.492"],["15190.156","14060.611"],["15161.923","14037.097"],["15110.647","14034.369"],["15266.081","14031.927"],["14911.324","15198.961"],["15013.628","15091.888"],["14969.975","15141.814"],["15062.044","15137.241"],["14969.383","15125.315"],["14931.800","15135.439"],["14998.003","15096.727"],["15028.358","15104.333"],["14922.153","15141.695"],["14933.206","15097.236"],["14933.600","15128.599"],["14898.643","15191.067"],["14931.482","15161.860"],["15044.238","15251.056"],["15025.307","15269.834"],["15030.538","15261.180"],["14982.841","15279.539"],["15004.692","15199.672"],["15044.199","15239.672"],["15022.176","15240.085"],["15070.482","15129.958"],["15012.828","15156.100"],["15056.693","15176.678"],["14950.649","15202.331"],["14926.373","15198.268"],["14890.513","15251.253"],["14950.370","15119.953"],["14945.666","15113.793"],["14961.899","15109.994"],["15025.784","15284.046"],["15005.767","15293.344"],["14991.343","15287.415"],["14934.261","15273.560"],["14918.406","15252.486"],["14929.261","15274.501"],["15088.988","15285.496"],["15076.192","15257.188"],["15063.857","15205.073"],["15065.288","15202.298"],["15079.202","15201.142"],["24557.179","8337.726"],["24463.173","8392.737"],["24496.697","8460.918"],["24435.976","8523.178"],["24386.578","8509.571"],["24406.817","8440.854"],["11228.750","15292.860"],["11217.874","15291.589"],["16855.157","14495.322"],["16882.236","14622.837"],["16793.993","14629.958"],["16799.325","14458.469"],["16852.436","14490.122"],["16875.120","14517.945"],["16881.551","14560.901"],["16899.268","14651.695"],["14638.589","16648.136"],["13486.945","12800.211"],["13540.893","12804.935"],["13573.829","12788.527"],["13573.082","12780.144"],["13572.210","12775.503"],["13417.593","12818.186"],["13436.047","12839.078"],["13410.702","12844.148"],["13504.675","12933.238"],["13540.069","12930.133"],["13553.869","12894.345"],["13569.329","12968.416"],["13592.793","12954.493"],["13595.433","12853.813"],["13577.776","12959.216"],["13472.489","12867.035"],["13550.548","12889.727"],["13531.864","12904.574"],["13475.975","12879.405"],["13478.985","12872.700"],["13456.732","12869.265"],["7672.795","15147.415"],["7714.670","15101.230"],["31516.698","11092.207"],["31695.938","11081.989"],["31554.359","11181.224"],["31534.901","11185.204"],["31563.627","11199.832"],["31611.423","11173.985"],["31576.834","11188.700"],["31645.755","11271.271"],["31550.687","11276.213"],["31687.266","11271.522"],["31687.677","11241.283"],["31634.204","11203.376"],["31640.076","11242.021"],["31660.290","11231.072"],["13132.416","4410.869"],["11483.895","15534.673"],["15703.599","18345.015"],["15688.478","18408.989"],["13434.973","14434.130"],["13462.342","14385.030"],["13457.556","14366.682"],["13441.240","14346.913"],["13463.855","14374.890"],["13431.075","14445.245"],["13518.243","14417.862"],["13608.621","14438.506"],["13611.750","14390.016"],["13598.017","14446.762"],["13599.004","14437.547"],["13617.984","14394.772"],["13608.954","14405.970"],["13573.587","14270.814"],["13460.067","14258.848"],["13468.548","14357.848"],["13494.441","14393.941"],["13418.775","14345.538"],["14626.494","19085.154"],["13622.256","14510.315"],["13636.121","14649.440"],["13621.088","14539.151"],["13655.764","14473.022"],["13655.977","14479.347"],["13681.454","14458.753"],["13725.012","14594.688"],["13790.564","14617.114"],["13647.163","14511.076"],["13662.311","14493.157"],["13705.403","14476.443"],["13649.500","14528.566"],["13677.954","14597.798"],["13637.921","14626.914"],["13628.283","14632.430"],["13652.856","14529.557"],["16565.791","16720.936"],["16546.649","16722.097"],["16560.739","16707.172"],["16552.236","16704.629"],["16558.295","16720.283"],["16544.709","16716.898"],["16471.438","16565.213"],["14425.986","15782.523"],["14428.421","15824.869"],["14436.940","15779.914"],["14420.926","15866.220"],["14423.097","15844.767"],["14388.278","15816.922"],["14297.883","15882.587"],["14375.859","15916.143"],["14407.926","15924.526"],["14310.198","15919.425"],["14327.550","15908.707"],["14263.669","15860.301"],["14322.780","15865.371"],["14289.573","15867.716"],["14316.432","15862.530"],["14401.117","15917.052"],["14408.815","15918.373"],["14396.545","15909.785"],["14319.719","15888.143"],["14330.837","15895.905"],["14329.900","15899.539"],["14360.462","15907.639"],["14363.702","15911.883"],["14349.738","15902.816"],["14372.363","15870.540"],["14396.393","15880.631"],["14384.995","15884.050"],["14261.123","15863.953"],["14276.651","15829.751"],["14278.954","15819.726"],["14280.796","15818.570"],["14304.433","15740.734"],["14304.021","15735.086"],["14292.969","15739.380"],["15658.236","13599.777"],["15627.021","13509.140"],["15693.054","13574.965"],["15631.643","13501.130"],["15697.258","13421.403"],["15641.025","13404.829"],["15695.722","13480.928"],["15584.828","13400.390"],["15695.694","13567.629"],["15701.040","13549.412"],["15705.414","13450.463"],["15721.549","13468.184"],["15710.842","13459.447"],["15720.579","13543.649"],["15700.316","13558.265"],["15722.935","13599.792"],["15722.655","13559.561"],["15574.778","13435.697"],["15576.209","13436.638"],["15615.379","13452.225"],["15590.806","13495.065"],["15642.181","13489.158"],["15640.708","13603.599"],["15671.063","13487.110"],["15665.083","13579.505"],["15632.517","13575.326"],["15671.458","13443.659"],["15617.504","13570.370"],["15600.547","13589.808"],["15573.743","13568.464"],["15593.743","13553.005"],["15579.683","13493.937"],["15586.296","13410.033"],["15571.924","13510.838"],["15545.791","13396.634"],["15539.585","13477.509"],["15551.185","13396.452"],["15534.914","13448.690"],["15577.715","13394.222"],["15538.138","13460.284"],["15579.273","13417.497"],["15583.864","13530.921"],["15570.542","13526.594"],["15590.480","13409.471"],["15673.521","13566.210"],["15539.087","13418.484"],["15536.587","13417.873"],["15521.077","13434.636"],["13623.641","15308.325"],["13642.695","15297.763"],["13658.199","15318.197"],["13686.668","15319.142"],["13686.898","15314.584"],["13670.637","15298.679"],["13659.618","15298.382"],["12743.227","13651.137"],["12755.990","13687.255"],["14254.209","13656.520"],["14252.460","13729.449"],["14254.530","13808.852"],["14336.831","13801.620"],["14339.265","13812.569"],["14293.673","13792.454"],["12052.891","12128.413"],["12058.384","12128.314"],["5208.931","8464.086"],["5226.548","8466.900"],["5225.989","8490.038"],["5256.802","8484.871"],["5243.134","8473.592"],["5283.539","8433.657"],["5273.227","8439.272"],["5338.967","8431.444"],["5334.230","8443.104"],["5311.579","8413.129"],["5331.645","8379.669"],["5305.013","8366.337"],["5284.438","8339.698"],["5334.948","8328.699"],["5221.384","8360.482"],["5199.476","8377.955"],["5299.165","8416.957"],["5295.859","8420.029"],["5264.247","8422.870"],["5343.469","8368.355"],["5362.236","8352.137"],["5354.292","8384.176"],["14464.413","15867.674"],["14465.098","15840.459"],["14492.960","15756.330"],["14467.697","15797.272"],["14621.163","15739.111"],["14604.173","15734.685"],["14670.028","15739.673"],["14623.235","15737.724"],["14484.082","15725.824"],["14538.950","15727.393"],["14573.670","15762.736"],["14499.230","15761.249"],["14590.774","15782.997"],["14631.431","15844.682"],["14647.616","15804.236"],["14660.823","15806.515"],["14566.777","15768.877"],["14670.494","15781.726"],["14647.303","15799.380"],["14485.891","15771.423"],["14577.762","15927.594"],["14606.100","15876.958"],["14588.173","15906.818"],["14616.495","15890.319"],["14644.308","15884.885"],["14657.548","15900.674"],["14668.584","15865.893"],["14590.097","15865.051"],["14577.334","15876.909"],["14623.600","15906.240"],["14561.129","15894.482"],["14507.198","15912.715"],["14462.971","15896.216"],["14548.925","15918.115"],["14557.231","15901.468"],["14479.040","15923.152"],["14504.261","15878.494"],["14494.316","15797.691"],["14481.010","15869.995"],["14572.654","15879.920"],["14575.500","15899.623"],["14494.809","15862.530"],["14500.302","15842.563"],["14555.549","15857.823"],["14538.789","15848.987"],["14536.569","15808.178"],["14506.881","15851.497"],["14571.750","15875.577"],["11320.762","16926.776"],["13806.375","15781.759"],["13807.494","15752.494"],["13783.612","15777.911"],["13807.429","15724.114"],["13751.788","15758.794"],["13781.344","15769.512"],["13779.485","15743.583"],["8642.549","12501.656"],["8643.635","12505.379"],["15740.300","17631.826"],["15747.290","17640.199"],["10157.339","16395.516"],["10174.451","16417.545"],["10166.455","16484.431"],["10158.000","16523.498"],["10161.019","16509.508"],["23918.861","8611.208"],["9355.728","13295.235"],["9354.308","13344.136"],["9275.838","13308.034"],["9281.720","13356.749"],["9408.843","13190.708"],["9310.719","13273.750"],["9275.416","13306.123"],["9273.044","13239.624"],["9259.185","13262.636"],["9287.120","13365.836"],["9335.923","13274.116"],["16592.845","15717.802"],["16676.072","15654.936"],["16589.310","15565.883"],["16623.874","15589.179"],["16675.629","15540.939"],["16614.462","15516.081"],["16619.017","15518.134"],["16617.733","15601.188"],["16715.691","15585.444"],["16691.441","15561.545"],["16653.048","15572.164"],["16685.564","15514.408"],["16764.321","15677.538"],["16738.151","15661.121"],["16766.504","15576.555"],["16683.323","15592.308"],["16707.218","15603.080"],["16703.583","15614.971"],["16670.110","15659.851"],["15230.525","18071.712"],["15256.613","18100.054"],["15229.943","18096.649"],["15250.971","18047.314"],["24053.093","7744.827"],["24057.748","7735.017"],["24066.040","7763.669"],["24093.243","7690.495"],["24068.813","7822.165"],["24089.949","7685.568"],["24140.237","7780.627"],["24123.727","7712.415"],["24129.798","7709.245"],["24088.309","7711.324"],["24087.223","7709.392"],["24102.231","7783.470"],["24107.116","7758.845"],["24112.574","7785.423"],["24130.650","7784.779"],["24145.949","7853.082"],["24104.779","7890.683"],["3548.754","8344.797"],["8578.278","17211.489"],["8573.986","17241.912"],["15400.928","16745.876"],["15384.875","16742.044"],["15383.378","16742.143"],["15396.602","16733.192"],["15364.845","16715.650"],["15386.539","16752.386"],["15367.312","16711.438"],["15394.598","16751.296"],["15384.137","16762.427"],["15381.835","16738.695"],["15363.907","16702.850"],["15093.326","15927.234"],["14916.270","15925.572"],["14899.322","15911.418"],["14890.711","15912.410"],["15057.349","15885.571"],["15045.704","15879.493"],["15087.093","15872.743"],["15064.699","15873.915"],["15066.772","15872.677"],["15084.001","15867.458"],["15267.163","17715.855"],["15173.538","17665.050"],["15248.892","17658.420"],["15197.367","17677.306"],["15201.214","17644.533"],["15201.926","17661.043"],["15287.375","17788.386"],["15270.651","17749.446"],["9048.307","12945.313"],["9154.705","12790.597"],["9085.516","12848.030"],["9079.057","12889.420"],["14963.190","12741.854"],["15017.664","12728.605"],["15026.299","12729.067"],["15055.645","12722.171"],["15040.595","12738.753"],["15044.970","12730.875"],["13621.658","13946.826"],["13645.970","13858.869"],["13634.868","13842.667"],["13656.825","13851.271"],["13712.118","13934.047"],["13716.296","13899.861"],["13665.484","13984.926"],["13690.365","13973.436"],["13690.749","13965.684"],["24573.968","7851.001"],["31489.130","10768.313"],["31391.947","10776.735"],["31434.085","10812.061"],["31415.812","10744.645"],["31502.303","10791.512"],["31512.434","10816.500"],["31464.901","10819.531"],["31479.213","10735.274"],["31466.252","10721.236"],["31446.449","10769.262"],["31481.219","10670.400"],["31489.673","10687.593"],["31475.857","10697.750"],["31501.028","10652.177"],["6298.940","12953.717"],["14229.634","14694.623"],["14174.469","14705.507"],["14223.630","14687.770"],["14216.872","14794.162"],["14212.547","14773.171"],["14245.209","14687.595"],["9537.815","13392.989"],["12411.633","16640.058"],["12427.110","16659.385"],["12433.718","16660.659"],["16172.213","12516.563"],["16243.293","12539.891"],["16315.571","12538.529"],["16295.209","12543.814"],["16339.600","12544.326"],["14399.508","15646.524"],["14351.630","15612.238"],["14455.380","15519.059"],["14407.732","15598.035"],["14386.729","15615.938"],["14444.705","15635.839"],["14336.465","15559.488"],["14396.679","15639.802"],["14386.471","15564.602"],["14446.063","15658.082"],["14300.804","15696.918"],["14308.699","15702.335"],["14312.745","15701.377"],["14358.915","15565.777"],["14364.606","15564.869"],["14371.998","15533.305"],["14360.764","15538.920"],["14383.642","15552.298"],["19591.023","11104.231"],["19589.395","11085.998"],["19666.989","11078.592"],["14704.709","15470.376"],["14701.650","15483.770"],["14681.683","15466.181"],["14699.462","15474.274"],["14681.781","15460.880"],["14699.670","15470.074"],["14674.472","15490.255"],["14693.009","15506.127"],["14699.982","15487.547"],["14704.226","15495.425"],["14876.733","15295.973"],["14840.198","15295.698"],["14853.679","15459.326"],["14852.199","15460.696"],["14834.285","15409.805"],["14843.348","15443.447"],["14859.301","15411.209"],["14871.338","15407.395"],["14857.212","15373.643"],["14865.485","15345.699"],["14856.801","15375.080"],["14831.840","15463.246"],["14837.037","15453.320"],["14813.299","15425.060"],["14820.700","15425.820"],["14816.146","15394.923"],["14701.099","15451.945"],["14676.119","15339.089"],["14876.363","15503.100"],["14878.188","15480.970"],["14690.838","15348.221"],["14678.256","15349.443"],["14677.926","15298.176"],["14680.196","15302.205"],["14743.231","15339.143"],["14742.004","15360.684"],["14739.273","15363.112"],["14704.001","15344.241"],["14703.326","15346.207"],["14787.843","15428.514"],["14798.287","15419.382"],["14780.948","15411.468"],["14771.507","15414.524"],["14847.370","15485.086"],["14772.174","15400.561"],["14831.136","15495.672"],["14770.316","15399.421"],["14702.036","15449.729"],["14792.322","15396.407"],["14812.794","15418.787"],["14700.934","15459.426"],["14840.026","15468.045"],["14761.661","15388.160"],["14763.799","15385.616"],["14833.694","15470.225"],["2511.151","11372.945"],["2550.779","11378.671"],["2539.483","11361.698"],["2539.812","11331.707"],["14784.307","17538.158"],["14703.683","17445.903"],["14741.317","17451.506"],["14728.405","17516.311"],["14734.900","17518.090"],["14823.380","17529.336"],["14807.600","17429.100"],["14696.768","17427.538"],["14734.676","17468.876"],["14776.228","17502.304"],["14682.252","17473.503"],["14828.998","17458.976"],["14810.200","17464.677"],["14826.433","17491.224"],["15738.289","18429.420"],["15811.821","18394.013"],["15907.733","12381.593"],["15908.822","12431.457"],["15899.118","12449.772"],["15880.880","12376.507"],["15876.094","12367.837"],["15861.165","12453.054"],["15835.030","12436.043"],["15854.388","12450.511"],["15932.309","12534.472"],["15912.797","12517.020"],["15898.175","12488.011"],["15881.975","12486.607"],["15850.641","12477.000"],["15846.628","12475.612"],["15882.788","12359.117"],["15925.575","12409.338"],["15920.674","12411.072"],["15923.766","12406.002"],["15935.134","12520.494"],["15804.488","12382.322"],["15759.010","12501.054"],["15735.426","12428.851"],["15779.618","12540.542"],["15785.967","12476.959"],["15744.833","12539.901"],["15795.568","12380.355"],["15740.121","12514.995"],["16891.592","16035.422"],["5695.525","7503.249"],["5662.910","7520.211"],["5707.252","7485.116"],["5769.349","7597.941"],["5788.276","7542.023"],["5791.466","7564.037"],["5753.543","7509.202"],["5755.287","7519.772"],["5803.404","7545.823"],["5665.897","7493.075"],["5678.923","7474.538"],["5695.469","7537.337"],["5656.535","7545.977"],["14113.441","14856.583"],["14078.282","14695.457"],["14043.345","14732.305"],["14060.697","14775.460"],["14051.881","14760.745"],["14153.784","14829.451"],["14161.912","14867.720"],["13403.898","12395.039"],["14980.961","14763.338"],["15056.771","14675.867"],["15083.457","14669.625"],["14988.735","14764.724"],["15064.946","14669.492"],["15062.893","14698.171"],["14990.663","14741.898"],["14918.548","14776.650"],["14933.976","14854.369"],["15088.656","14686.492"],["14905.337","14805.462"],["15004.972","14762.592"],["14890.447","14667.510"],["14996.601","14754.879"],["14894.288","14846.111"],["14929.778","14667.104"],["15048.666","14694.405"],["14958.548","14855.572"],["14957.119","14754.543"],["14957.481","14766.417"],["14954.077","14758.804"],["15000.479","14712.534"],["15001.095","14738.756"],["15013.192","14710.635"],["15065.560","14713.023"],["14990.221","14838.446"],["14937.646","14851.399"],["15050.705","14865.705"],["17492.726","4307.106"],["8328.210","14980.084"],["8336.954","15008.402"],["15515.416","13977.817"],["15558.545","13956.282"],["15588.940","13985.861"],["15590.420","13967.050"],["15665.420","14011.033"],["15696.029","14011.958"],["15550.235","13985.777"],["15721.199","13950.123"],["15663.600","13924.684"],["15603.160","13982.412"],["15633.943","13977.923"],["15640.950","13957.725"],["15665.706","13917.137"],["15696.939","13882.841"],["15598.517","13843.094"],["15592.974","13849.254"],["15545.686","13893.301"],["15528.613","13958.262"],["15618.489","13997.193"],["15571.179","13930.294"],["15654.544","13828.765"],["15708.995","13855.310"],["15661.962","13829.327"],["15652.719","13836.313"],["15560.023","13906.084"],["15616.886","13904.510"],["15560.467","13883.574"],["15519.742","13998.213"],["15706.976","13847.784"],["15632.282","14018.772"],["15703.090","13864.327"],["15620.677","13974.881"],["15612.922","13888.738"],["15556.601","13896.225"],["15594.579","13898.058"],["15709.984","13907.035"],["15719.406","13956.415"],["15699.505","13976.465"],["15719.589","13836.691"],["15624.222","13872.761"],["15694.243","13835.386"],["15582.898","13872.441"],["15555.449","13849.394"],["16246.333","15683.886"],["16255.062","15599.448"],["16232.173","15693.674"],["16184.897","15696.640"],["16214.498","15641.478"],["16177.569","15574.460"],["16282.668","15681.976"],["16224.494","15627.168"],["16193.057","15598.691"],["16317.159","15611.608"],["16155.797","15684.155"],["16264.001","15618.341"],["16221.760","15718.342"],["15729.487","17217.755"],["15805.285","17288.271"],["15764.403","17403.355"],["15814.546","17250.731"],["15794.978","17382.208"],["15792.843","17358.366"],["15756.831","17228.533"],["15847.324","17359.939"],["15818.036","17333.553"],["15788.089","17217.258"],["15777.176","17218.889"],["15796.362","17215.293"],["15852.408","17344.702"],["15815.393","17296.648"],["17783.380","17807.130"],["17780.091","17798.278"],["5416.592","8325.269"],["5448.155","8448.997"],["5426.774","8463.233"],["5469.939","8447.899"],["5473.640","8447.866"],["5541.463","8447.584"],["5528.923","8477.278"],["5527.575","8452.884"],["5589.829","8516.527"],["10803.553","15582.310"],["13478.923","13412.226"],["13459.520","13460.743"],["13432.682","13427.028"],["13466.510","13461.156"],["13454.590","13459.695"],["13553.116","13437.074"],["13523.261","13531.997"],["13489.955","13552.046"],["13563.773","13555.461"],["13565.698","13573.710"],["13574.508","13498.725"],["13600.028","13603.097"],["13586.886","13576.375"],["24010.029","7482.330"],["24014.157","7479.506"],["23944.504","7500.137"],["23977.755","7481.466"],["23980.959","7516.428"],["23976.551","7508.731"],["24002.332","7482.664"],["23944.298","7490.928"],["23946.699","7491.540"],["23960.661","7490.815"],["23950.858","7487.859"],["24097.696","7624.763"],["24068.877","7638.042"],["23970.330","7538.362"],["23975.100","7555.505"],["24026.450","7512.978"],["24052.141","7506.702"],["24119.617","7681.252"],["18655.118","17833.842"],["18612.256","17833.925"],["18655.578","17857.889"],["15692.164","14039.588"],["15620.319","14072.288"],["15527.619","14085.674"],["15629.250","14032.189"],["15554.373","14179.344"],["15682.949","14119.771"],["15661.732","14115.164"],["15622.684","14172.335"],["15595.842","14188.966"],["15581.648","14211.344"],["15724.701","14039.273"],["15673.983","14095.577"],["15712.289","14077.856"],["15704.707","14066.741"],["15702.586","14061.204"],["15670.152","14055.407"],["15690.267","14072.731"],["8778.513","16755.670"],["8780.550","16762.532"],["25326.377","17462.938"],["25305.243","17478.264"],["25309.463","17600.084"],["25305.236","17563.023"],["25304.957","17580.728"],["25404.980","17558.688"],["25327.016","17537.037"],["25393.925","17583.326"],["25317.065","17541.595"],["25363.249","17554.010"],["17431.760","18036.814"],["17423.802","17990.614"],["17440.808","18012.992"],["17414.427","18007.724"],["17419.175","17949.883"],["17429.471","17984.912"],["17422.283","17955.647"],["17436.625","17938.852"],["17425.063","17935.350"],["17440.852","17957.679"],["17451.808","17958.653"],["17432.285","17973.831"],["17415.411","17896.732"],["17434.558","17910.909"],["17437.979","17898.159"],["17426.616","17931.575"],["17424.576","17919.023"],["17444.280","17933.540"],["17410.565","17867.081"],["17418.213","17859.220"],["6255.995","14927.100"],["6255.321","14937.142"],["27286.028","10988.614"],["27290.123","10995.997"],["27294.992","11022.190"],["19614.486","15760.003"],["19608.861","15790.028"],["19666.655","15813.445"],["19636.836","15808.294"],["19614.277","15788.760"],["19614.360","15855.059"],["19647.116","15808.986"],["19641.819","15852.834"],["19531.839","15763.692"],["19516.809","15838.794"],["19617.938","15846.114"],["19533.519","15816.548"],["19609.385","15824.809"],["19531.085","15833.031"],["19538.155","15802.082"],["19524.619","15782.627"],["19537.875","15802.214"],["19594.121","15724.741"],["19530.995","15902.483"],["19548.659","15873.730"],["19561.603","15906.116"],["19554.761","15878.866"],["19566.514","15892.102"],["19624.228","15906.438"],["19619.869","15892.218"],["19686.771","15911.000"],["19695.225","15921.289"],["19593.928","15725.771"],["19569.504","15764.581"],["19534.140","15753.947"],["19676.154","15826.672"],["19688.506","15822.196"],["19685.290","15870.498"],["19647.932","15819.043"],["21618.354","16022.128"],["21547.000","16136.527"],["21552.757","16130.631"],["21534.861","16140.763"],["21521.156","16128.910"],["21517.949","16130.594"],["21517.234","16138.741"],["21506.486","16117.991"],["21508.312","16118.288"],["21535.490","16132.229"],["21535.540","16131.816"],["21549.535","16123.071"],["21546.608","16123.682"],["21569.856","16139.188"],["21576.912","16137.470"],["21576.912","16125.793"],["21575.909","16126.305"],["21558.352","15939.644"],["21555.902","15931.584"],["21618.800","15947.141"],["21602.528","15936.965"],["21615.400","15935.548"],["21616.058","15934.244"],["21606.575","15937.096"],["21604.108","15946.080"],["21589.110","15949.955"],["21583.139","15938.411"],["21578.434","15953.061"],["21574.800","15952.268"],["21569.276","15956.943"],["21572.764","15970.188"],["21568.225","15967.760"],["21580.252","15987.169"],["21575.762","15988.540"],["21555.050","15966.166"],["21557.616","15960.600"],["21594.528","15982.034"],["21587.176","15988.558"],["21609.278","15997.969"],["21604.772","15992.321"],["21616.730","15991.516"],["21604.936","16047.658"],["21613.094","16046.453"],["21616.169","16051.682"],["21611.014","16068.369"],["21618.201","16073.670"],["21600.925","16064.222"],["21585.187","16080.028"],["21591.848","16073.472"],["21579.289","16068.238"],["21566.673","16064.151"],["21559.173","16058.288"],["21579.727","16051.733"],["21578.625","16045.903"],["21587.367","16052.866"],["21587.694","16041.496"],["21596.066","16035.699"],["21537.192","15973.848"],["21536.600","15979.513"],["21535.595","16005.152"],["21525.513","16001.023"],["21534.082","15991.414"],["21542.141","15992.785"],["21556.757","16019.718"],["21549.092","16018.562"],["21543.874","16024.403"],["21544.039","16026.154"],["21564.298","16045.599"],["21565.515","16048.043"],["21579.852","16064.797"],["21588.224","16066.547"],["21610.539","16071.978"],["21603.943","16067.123"],["21595.588","16084.715"],["21598.236","16087.473"],["21612.292","15974.320"],["21608.427","15986.459"],["21604.700","15968.071"],["21609.535","15961.943"],["21600.274","15954.825"],["21590.636","15952.232"],["17364.556","14553.149"],["17381.209","14559.948"],["17323.888","14568.444"],["17326.322","14559.080"],["17323.871","14584.233"],["17318.592","14583.754"],["17349.280","14574.423"],["17354.510","14578.552"],["17356.583","14578.304"],["17354.928","14552.373"],["17330.083","14576.216"],["17321.205","14558.032"],["17369.852","14551.300"],["17296.331","14581.082"],["17384.217","14556.230"],["17294.480","14596.713"],["17304.615","14600.635"],["17314.358","14595.039"],["17314.521","14602.381"],["17302.522","14613.921"],["18523.724","16348.089"],["16606.296","18797.820"],["16608.180","18806.934"],["16602.332","18884.915"],["16604.699","18859.479"],["16598.630","18847.522"],["16605.061","18860.949"],["16610.657","18834.032"],["16606.595","18828.747"],["16609.638","18819.796"],["16581.261","18808.035"],["16585.867","18801.230"],["16603.827","18791.916"],["16604.781","18758.689"],["16591.270","18765.699"],["16590.546","18760.910"],["16584.362","18766.211"],["16585.825","18864.524"],["16588.062","18867.992"],["16597.454","18867.001"],["16608.210","18875.969"],["16594.477","18878.513"],["16576.921","18853.768"],["16575.821","18690.419"],["16577.087","18689.627"],["16573.356","18700.795"],["16584.672","18719.077"],["16575.412","18702.677"],["16570.837","18727.154"],["16572.417","18704.112"],["16573.190","18714.748"],["16578.232","18868.807"],["16615.584","18727.915"],["16592.969","18754.786"],["16613.594","18734.274"],["16603.775","18867.717"],["31537.611","10558.756"],["31697.564","10478.499"],["31706.363","10463.800"],["31723.594","10638.004"],["31717.475","10635.279"],["31637.342","10585.016"],["31652.720","10564.454"],["31630.829","10549.459"],["31714.217","10527.751"],["31673.625","10560.567"],["31693.296","10508.775"],["31633.703","10627.986"],["31614.624","10615.947"],["31591.507","10580.955"],["31629.237","10535.207"],["31625.701","10579.601"],["31687.317","10634.896"],["16987.856","4614.566"],["19710.425","10738.763"],["19721.478","10741.984"],["19720.935","10752.355"],["19724.274","10724.313"],["24665.707","9012.101"],["24723.191","8982.704"],["24699.539","9029.393"],["24679.457","9010.499"],["24685.921","9013.455"],["24724.704","9007.691"],["24647.780","9005.545"],["24671.414","8992.184"],["24649.770","9027.857"],["24587.895","9040.326"],["24655.658","9027.593"],["24638.964","9017.700"],["24582.188","8973.307"],["24632.270","9025.462"],["24635.559","8984.075"],["24632.953","9160.104"],["24617.180","9089.303"],["24633.496","9119.493"],["24592.608","9115.001"],["24621.226","9135.926"],["24718.140","9144.312"],["17787.055","18657.288"],["17677.631","18675.769"],["17799.454","18665.452"],["17826.279","18661.472"],["17780.788","18520.204"],["17803.469","18542.533"],["17800.492","18489.535"],["17800.804","18479.857"],["17808.847","18623.474"],["17812.795","18548.264"],["17795.574","18626.051"],["17817.679","18522.648"],["17764.193","18606.232"],["17809.604","18494.523"],["17784.242","18541.938"],["17631.733","18604.746"],["17629.315","18598.586"],["17741.769","18654.179"],["17744.302","18654.575"],["17751.107","18669.825"],["17663.367","18649.168"],["17707.400","18669.364"],["17681.972","18658.646"],["17768.775","18621.800"],["17802.973","18629.011"],["17784.355","18629.656"],["17789.766","18625.874"],["17817.836","18505.810"],["17820.615","18507.594"],["17825.845","18510.302"],["17814.565","18478.175"],["17828.447","18500.091"],["17817.674","18486.961"],["17794.716","18488.630"],["17792.085","18474.906"],["17793.598","18477.251"],["17741.442","18489.811"],["17733.761","18491.694"],["17745.768","18510.029"],["17751.590","18509.335"],["17741.508","18513.068"],["17744.152","18473.451"],["17731.143","18472.030"],["17731.430","18476.793"],["9573.861","15115.532"],["9560.045","15103.641"],["9575.736","15099.876"],["12067.053","16114.636"],["12069.668","16117.262"],["12080.803","16119.079"],["12072.349","16109.434"],["12058.123","16119.642"],["12081.091","16094.974"],["12142.598","16033.007"],["12087.912","16099.532"],["12138.680","16082.466"],["12116.493","16060.104"],["16076.340","15234.471"],["16107.691","15233.808"],["15978.120","15287.918"],["16142.658","15222.840"],["16116.480","15267.030"],["16118.717","15276.592"],["16104.128","15250.663"],["16082.869","15255.723"],["16071.427","15195.079"],["16072.063","15275.790"],["16027.819","15160.495"],["16086.357","15243.158"],["16102.806","15251.876"],["16085.236","15229.758"],["16071.042","15239.469"],["16067.226","15247.845"],["16100.731","15263.634"],["16074.745","15244.793"],["16063.342","15226.591"],["16066.829","15241.241"],["16125.165","15211.049"],["16117.197","15246.046"],["15982.380","15294.755"],["16104.717","15192.355"],["16145.833","15235.408"],["16144.944","15234.500"],["16082.080","15267.317"],["15935.753","15130.893"],["15957.299","15158.143"],["15968.943","15110.682"],["15941.032","15120.756"],["15943.039","15119.055"],["15969.815","15092.713"],["15972.447","15090.847"],["15971.361","15094.282"],["15940.012","15096.132"],["15942.233","15130.005"],["15994.667","15125.612"],["15998.992","15257.021"],["15971.442","15280.357"],["15962.067","15273.256"],["15970.768","15256.030"],["15973.301","15293.305"],["16028.432","15236.625"],["16001.031","15242.719"],["15960.982","15280.572"],["16014.798","15270.795"],["16071.683","15248.404"],["16140.773","15285.130"],["16057.908","15196.961"],["16044.980","15225.516"],["16057.677","15195.953"],["16042.102","15219.075"],["16040.671","15223.303"],["16118.978","15203.480"],["16069.728","15279.916"],["16141.638","15239.291"],["16049.759","15105.039"],["16016.468","15195.822"],["16009.248","15191.908"],["16051.123","15207.168"],["16007.373","15154.765"],["16071.748","15196.186"],["16013.469","15084.719"],["16021.350","15108.779"],["16034.557","15106.747"],["16002.057","15092.280"],["16038.767","15109.852"],["15994.376","15097.961"],["16042.304","15109.225"],["16014.573","15104.881"],["16035.758","15100.967"],["16120.822","15224.545"],["16121.299","15221.836"],["16120.395","15214.603"],["16042.795","15089.013"],["16042.104","15205.995"],["16038.009","15188.637"],["16017.746","15208.637"],["16032.532","15192.518"],["15944.674","15123.655"],["15943.588","15135.529"],["15972.782","15135.315"],["15966.220","15148.114"],["21098.560","15634.769"],["21095.036","15619.815"],["21094.164","15624.159"],["21081.610","15685.506"],["21080.426","15670.659"],["21046.015","15678.601"],["21052.725","15677.809"],["21064.985","15651.739"],["21060.116","15641.962"],["21094.691","15600.443"],["21099.115","15611.062"],["21012.207","15539.179"],["20999.411","15540.385"],["20991.733","15553.798"],["20996.799","15555.681"],["21004.852","15531.681"],["21006.250","15525.653"],["23772.965","7608.772"],["23794.511","7630.539"],["23801.473","7551.048"],["23788.463","7591.544"],["23795.371","7584.838"],["23815.733","7566.589"],["23732.888","7529.265"],["23802.986","7549.512"],["23827.427","7542.774"],["23736.506","7567.316"],["23801.769","7556.251"],["23784.039","7538.150"],["23906.094","7589.548"],["23852.138","7478.086"],["23875.323","7475.926"],["23913.720","7500.101"],["23849.208","7516.585"],["23856.511","7510.491"],["23872.465","7515.677"],["23869.455","7507.271"],["23933.901","7554.889"],["23936.656","7536.237"],["23934.104","7597.657"],["23915.271","7603.338"],["23916.166","7581.144"],["23916.515","7513.158"],["11920.327","15297.756"],["11854.167","15298.089"],["11847.684","15436.336"],["11847.157","15426.955"],["11852.141","15440.746"],["11838.331","15469.263"],["11855.815","15469.131"],["11848.660","15463.086"],["11831.762","15475.509"],["11784.813","15461.452"],["11783.037","15458.528"],["11780.060","15462.525"],["11795.751","15439.436"],["11790.965","15427.595"],["11792.610","15433.887"],["11813.802","15502.308"],["11802.914","15500.904"],["11822.936","15492.425"],["11829.991","15492.342"],["11822.047","15503.011"],["11837.047","15480.781"],["11827.278","15488.890"],["11825.390","15442.679"],["11839.042","15445.272"],["11850.785","15461.440"],["11844.979","15442.976"],["11849.519","15445.536"],["11923.518","15489.834"],["11923.716","15497.497"],["11928.436","15488.810"],["11933.765","15504.401"],["11930.634","15406.794"],["11935.009","15407.900"],["11926.292","15402.137"],["11805.925","15441.783"],["11796.764","15443.039"],["11792.154","15492.369"],["11803.881","15484.607"],["11804.309","15488.884"],["11747.569","15494.483"],["11738.096","15502.773"],["11753.474","15501.815"],["14887.411","19287.231"],["14910.717","19254.498"],["14904.767","19246.046"],["14941.409","19116.495"],["14945.126","19104.654"],["14911.245","19106.801"],["14884.995","19131.161"],["14891.097","19158.114"],["10650.086","15575.952"],["10652.981","15576.249"],["10630.323","15576.118"],["10637.675","15576.035"],["10621.924","15575.152"],["10628.009","15573.005"],["10602.239","15580.912"],["10601.548","15580.268"],["10585.926","15579.828"],["10580.416","15587.607"],["10566.432","15588.464"],["10571.711","15584.550"],["10528.790","15574.031"],["10527.540","15572.594"],["10515.835","15570.799"],["10516.180","15567.661"],["10499.912","15558.094"],["10502.642","15562.306"],["10600.311","15521.353"],["10601.693","15526.143"],["10572.216","15518.608"],["10570.654","15519.219"],["10540.909","15507.335"],["15838.932","14184.287"],["15889.022","14238.183"],["15903.003","14228.654"],["15873.990","14229.777"],["15828.387","14183.345"],["18715.158","13820.308"],["18769.999","13830.680"],["18735.032","13824.503"],["18774.983","13840.242"],["18793.338","13849.557"],["18736.494","13868.683"],["18733.484","13884.983"],["18748.862","13862.077"],["18726.527","13882.258"],["18748.698","13881.086"],["18753.198","13833.105"],["18767.737","13837.432"],["18767.195","13832.741"],["18761.274","13835.235"],["18768.922","13843.625"],["18716.669","13833.257"],["18725.584","13837.452"],["18699.893","13843.050"],["18704.581","13837.386"],["18721.275","13827.146"],["18815.379","13894.672"],["18813.372","13901.873"],["18823.619","13883.111"],["18832.630","13912.930"],["18832.860","13913.012"],["18851.396","13931.245"],["18830.114","13924.375"],["18848.041","13930.386"],["10528.794","15269.588"],["10579.036","15241.661"],["10576.758","15271.701"],["10625.077","15259.315"],["10533.982","15212.490"],["10532.234","15241.888"],["10528.185","15192.815"],["10496.527","15185.562"],["10520.329","15123.858"],["17411.552","4256.738"],["17424.805","4288.943"],["17423.357","4287.424"],["17417.767","4287.756"],["17417.257","4284.205"],["17414.407","4289.864"],["17414.980","4292.290"],["17415.984","4294.982"],["17409.657","4301.263"],["17410.281","4290.686"],["17411.827","4297.293"],["17525.637","4199.791"],["17507.954","4219.264"],["17515.193","4191.336"],["17516.309","4204.896"],["17412.153","4209.899"],["17428.056","4238.031"],["17422.976","4239.454"],["17424.275","4241.832"],["17435.436","4271.540"],["17437.081","4274.216"],["17431.514","4275.887"],["17428.652","4275.259"],["17552.189","4195.093"],["17542.232","4218.191"],["17558.052","4244.715"],["17555.453","4240.768"],["17513.158","4251.695"],["17520.099","4257.888"],["17541.980","4273.442"],["17501.065","4293.313"],["17506.608","4280.167"],["17475.501","4286.673"],["17480.451","4276.483"],["17456.380","4257.460"],["17449.439","4258.781"],["17426.792","4141.828"],["17410.377","4136.873"],["17479.867","4192.411"],["17472.696","4187.853"],["17409.365","4128.842"],["17454.396","4148.664"],["17438.521","4165.680"],["17428.110","4165.251"],["17458.455","4158.740"],["17482.383","4204.949"],["17535.712","4241.311"],["17551.962","4253.747"],["17536.473","4214.316"],["17555.240","4229.080"],["20525.568","12115.552"],["20532.986","12111.721"],["20480.026","12124.107"],["20484.253","12116.824"],["20561.334","12110.825"],["20546.170","12047.390"],["20545.775","12111.403"],["20537.995","12112.725"],["20525.923","12099.314"],["20514.525","12031.833"],["20550.249","12074.855"],["20553.719","12064.946"],["20519.700","11932.842"],["20512.973","11923.230"],["20398.983","12039.039"],["20367.339","12050.137"],["20381.237","12065.083"],["20400.579","12054.282"],["20381.631","12030.220"],["20370.957","12052.532"],["20426.623","12000.124"],["20422.018","11997.547"],["20421.541","12020.818"],["20405.867","11977.366"],["20420.373","12010.578"],["20381.673","12011.751"],["20405.587","12001.676"],["20400.488","11989.207"],["20424.995","11968.068"],["20413.827","11951.949"],["20361.502","11958.579"],["20359.512","11963.814"],["20379.610","11973.211"],["14167.387","17193.953"],["14170.364","17162.987"],["14221.581","17156.975"],["14247.499","17164.037"],["14190.802","17118.301"],["14213.859","17086.908"],["14239.116","17117.708"],["17826.718","18380.956"],["17826.570","18358.380"],["17798.247","18385.630"],["17782.916","18389.393"],["17772.719","18396.792"],["17778.746","18401.323"],["17760.687","18444.526"],["17766.583","18434.233"],["17765.612","18412.102"],["17793.441","18413.374"],["17758.311","18437.128"],["17760.778","18447.483"],["17815.875","18356.596"],["17787.711","18458.307"],["17784.241","18451.750"],["17778.945","18450.181"],["17813.754","18397.018"],["17809.477","18399.726"],["17819.379","18395.829"],["17821.431","18388.838"],["17816.875","18397.806"],["17735.847","18460.569"],["17729.884","18464.489"],["17724.188","18449.034"],["17746.199","18420.512"],["17751.396","18435.508"],["17742.285","18421.156"],["17745.787","18406.284"],["17721.229","18422.480"],["17727.759","18421.423"],["17791.413","18358.045"],["17803.321","18360.704"],["17807.482","18350.217"],["17800.776","18316.395"],["17795.085","18323.496"],["17812.470","18324.124"],["17794.774","18329.396"],["17808.660","18295.414"],["17793.676","18312.870"],["17803.962","18263.978"],["17810.706","18255.506"],["17827.218","18307.145"],["17817.522","18296.340"],["17825.712","18290.510"],["17826.206","18294.507"],["17747.222","18392.964"],["17748.538","18389.133"],["17765.396","18384.789"],["17798.920","18297.060"],["17805.219","18278.464"],["17805.581","18286.325"],["17797.367","18305.273"],["17793.091","18308.173"],["17803.481","18304.879"],["17800.833","18288.463"],["17798.897","18308.132"],["17801.265","18296.389"],["17796.496","18307.455"],["17801.002","18285.605"],["17799.818","18309.717"],["10245.237","13572.078"],["10209.130","13563.763"],["10202.974","13595.487"],["10082.987","13600.642"],["10064.572","13601.980"],["20361.686","14578.868"],["20361.123","14570.799"],["21033.551","14021.448"],["20993.722","13994.219"],["9805.449","12040.322"],["9710.209","12052.244"],["9662.074","11960.134"],["9705.015","11929.947"],["9728.472","11924.997"],["9746.453","12002.498"],["9730.334","11981.385"],["9729.175","11975.732"],["9756.142","12006.861"],["20070.815","12285.227"],["20079.926","12321.891"],["20034.219","12220.570"],["20058.496","12230.181"],["20079.334","12275.929"],["19980.617","12331.337"],["19948.232","12242.650"],["19977.295","12254.145"],["20074.417","12252.972"],["17469.764","17513.775"],["17475.802","17414.394"],["17489.872","17444.074"],["17432.625","17543.601"],["17438.685","17432.945"],["17508.060","17484.849"],["17597.610","17528.432"],["17503.156","17507.402"],["17425.816","17549.861"],["17555.488","17488.663"],["17413.497","17505.765"],["17571.985","17487.689"],["17595.669","17479.068"],["17537.125","17445.974"],["17546.590","17453.370"],["17478.400","17487.449"],["17590.406","17517.994"],["17450.905","17428.849"],["17586.747","17440.599"],["17584.576","17419.537"],["17545.481","17413.154"],["17548.498","17431.607"],["17568.280","17426.017"],["17580.445","17423.993"],["17463.275","17583.087"],["17474.917","17593.867"],["17462.524","17597.134"],["17517.807","17580.457"],["17538.303","17571.570"],["17554.715","17565.503"],["17455.067","17483.991"],["17474.421","17480.680"],["17454.942","17482.200"],["17444.567","17452.967"],["17464.588","17457.514"],["17482.216","17444.087"],["17509.801","17446.396"],["17453.431","17447.158"],["17549.437","17569.927"],["17455.704","17616.885"],["27488.871","10075.378"],["21611.103","16621.951"],["21560.436","16566.081"],["21520.183","16616.136"],["21521.581","16624.146"],["21515.912","16654.222"],["21514.333","16657.112"],["21522.928","16634.223"],["21520.345","16634.768"],["21494.644","16661.123"],["21492.286","16674.061"],["21567.022","16627.608"],["21563.789","16644.596"],["21580.450","16674.220"],["21567.856","16645.921"],["21567.773","16651.421"],["21589.773","16672.907"],["21600.710","16680.636"],["21585.690","16669.672"],["21549.770","16643.707"],["21561.020","16639.859"],["21566.259","16660.884"],["21571.588","16664.104"],["21615.878","16657.463"],["21608.742","16640.619"],["21608.972","16650.808"],["21611.855","16634.930"],["21604.290","16636.037"],["21598.845","16613.556"],["21596.706","16622.870"],["21595.084","16613.820"],["21590.759","16608.618"],["22738.622","9722.085"],["22685.710","9712.622"],["22685.052","9714.488"],["22728.210","9716.470"],["22709.362","9714.620"],["22679.263","9687.667"],["22719.575","9722.713"],["22689.066","9666.511"],["21448.876","15188.600"],["21489.666","15152.216"],["21512.253","15133.563"],["21512.286","15118.254"],["21508.739","15129.412"],["21494.156","15117.213"],["21493.992","15131.499"],["21557.427","15142.961"],["21555.881","15139.839"],["21557.741","15127.480"],["21560.027","15125.383"],["21563.941","15125.044"],["21570.718","15128.727"],["21547.556","15186.308"],["21546.289","15189.049"],["21527.704","15181.704"],["21527.539","15182.761"],["21505.601","15177.466"],["21511.638","15186.946"],["21548.383","15206.530"],["21542.840","15210.444"],["21548.155","15208.992"],["21548.911","15214.640"],["21566.284","15289.400"],["21560.896","15272.236"],["21553.380","15273.227"],["21572.184","15279.761"],["21571.247","15279.414"],["21578.761","15274.809"],["21571.828","15270.808"],["21576.009","15265.552"],["21577.846","15264.014"],["21563.784","15292.643"],["21608.240","15254.434"],["21599.984","15259.537"],["21552.651","15293.528"],["21556.993","15295.336"],["21588.187","15263.864"],["21581.394","15268.868"],["21420.409","15258.435"],["21423.748","15260.714"],["21422.486","15266.252"],["21424.113","15285.939"],["21434.425","15270.546"],["21442.898","15276.644"],["21441.405","15283.483"],["21435.385","15278.380"],["26984.798","15328.829"],["26972.906","15359.779"],["27040.147","15338.303"],["27045.953","15374.537"],["27043.524","15373.050"],["15091.153","12888.542"],["14976.625","12794.828"],["15035.568","12862.873"],["15045.371","12903.253"],["15081.851","12827.958"],["15038.117","12841.931"],["15086.745","12912.935"],["15081.202","12915.264"],["15028.381","12899.702"],["15042.064","12833.690"],["15066.735","12843.368"],["15039.318","12827.612"],["15016.726","12858.671"],["15041.282","12858.605"],["15082.123","12916.536"],["15080.659","12917.840"],["15092.197","12801.303"],["15054.926","12846.555"],["15058.743","12876.713"],["15041.884","12897.555"],["15010.311","12826.384"],["15068.503","12933.280"],["15092.582","12933.594"],["15065.183","12921.512"],["15015.492","12822.503"],["15020.229","12833.403"],["15078.828","12915.061"],["15025.756","12827.920"],["15064.880","12914.912"],["15064.137","12846.274"],["15081.802","12831.774"],["15077.087","12775.786"],["15068.923","12847.034"],["15063.446","12852.153"],["15076.490","12827.265"],["14997.337","12836.380"],["14943.976","12834.980"],["14941.970","12825.087"],["14973.867","12859.362"],["14990.232","12839.395"],["14974.294","12864.003"],["14989.455","12871.393"],["15016.445","12866.521"],["14984.027","12853.755"],["15001.593","12872.814"],["15015.766","12935.986"],["15005.322","12880.264"],["14982.691","12879.058"],["14995.125","12925.681"],["15021.161","12940.858"],["15019.533","12939.653"],["14911.755","12889.058"],["14965.588","12890.726"],["14927.956","12893.798"],["14972.068","12848.612"],["14918.729","12879.694"],["14955.736","12899.463"],["15026.315","12840.191"],["14914.781","12867.736"],["14926.689","12838.603"],["14925.899","12861.493"],["14923.350","12840.436"],["14927.051","12817.084"],["14920.176","12796.524"],["14883.203","12850.479"],["14886.755","12837.036"],["14897.890","12861.165"],["14898.548","12857.449"],["14937.571","12892.682"],["14927.522","12889.676"],["14921.074","12863.681"],["14922.752","12854.548"],["14928.311","12873.161"],["14929.611","12864.275"],["14958.492","12895.192"],["14931.025","12856.827"],["14947.544","12863.265"],["14967.676","12867.840"],["14956.705","12877.633"],["14957.708","12895.338"],["14968.810","12878.195"],["14958.778","12871.192"],["14934.551","12895.684"],["14944.896","12880.276"],["14929.781","12866.172"],["14962.758","12882.803"],["14955.488","12879.450"],["14952.412","12863.100"],["14959.616","12875.800"],["14969.945","12880.738"],["14952.347","12862.720"],["14954.715","12894.528"],["15053.992","12860.837"],["15015.900","12882.373"],["15018.235","12881.729"],["15027.380","12866.783"],["15020.785","12869.078"],["15012.133","12868.484"],["15027.692","12864.173"],["15025.185","12910.247"],["15063.212","12898.802"],["15025.646","12898.406"],["15025.432","12907.093"],["15032.077","12908.398"],["15055.350","12913.402"],["14994.631","12827.506"],["14998.331","12829.141"],["15001.012","12795.252"],["14984.746","12798.076"],["14991.736","12797.713"],["14983.282","12803.658"],["14996.818","12808.481"],["14961.517","12840.680"],["14965.744","12815.511"],["14969.115","12835.131"],["14978.704","12834.091"],["14966.237","12814.834"],["14972.092","12820.779"],["14984.987","12821.770"],["14983.490","12817.113"],["14952.076","12839.029"],["14953.161","12831.679"],["14988.211","12805.222"],["14966.106","12809.912"],["14988.441","12808.657"],["14977.767","12821.093"],["14971.763","12801.985"],["14907.592","12806.483"],["14899.796","12793.733"],["14907.214","12781.528"],["14907.543","12802.354"],["14891.967","12788.646"],["14911.556","12775.186"],["14896.721","12801.115"],["14904.911","12800.190"],["14906.852","12794.509"],["14905.372","12785.409"],["14884.689","12773.061"],["14949.586","12774.983"],["14973.500","12761.870"],["14982.168","12774.058"],["14981.740","12773.563"],["14961.461","12768.641"],["15011.776","12760.755"],["15011.677","12763.051"],["15006.068","12762.935"],["15020.476","12761.536"],["15080.130","12777.553"],["15037.533","12791.279"],["15087.838","12798.247"],["15088.036","12794.069"],["15087.235","12780.146"],["15086.654","12789.577"],["15080.782","12804.787"],["15089.894","12794.036"],["15089.466","12829.131"],["15079.055","12808.735"],["15078.249","12791.922"],["15078.907","12807.496"],["15054.279","12769.840"],["15050.759","12789.295"],["15065.019","12784.258"],["15063.045","12800.575"],["15057.568","12787.347"],["15077.098","12818.115"],["15051.351","12775.290"],["15051.466","12784.952"],["15083.435","12788.569"],["15070.384","12789.959"],["15078.887","12768.258"],["15085.959","12771.446"],["15080.005","12768.473"],["15078.788","12785.286"],["15073.361","12790.868"],["15086.272","12771.826"],["15071.009","12778.580"],["15090.203","12774.501"],["15035.106","12803.087"],["15046.685","12799.123"],["15055.254","12810.453"],["15035.024","12794.284"],["15042.968","12799.784"],["15044.218","12805.399"],["15061.011","12794.268"],["15016.231","12803.455"],["15002.366","12835.511"],["15009.718","12808.707"],["15023.205","12800.598"],["15002.136","12806.048"],["15004.570","12830.061"],["15019.324","12816.915"],["15001.840","12819.723"],["15004.110","12841.903"],["15021.133","12817.014"],["15032.103","12810.524"],["15040.261","12812.093"],["15082.303","12885.531"],["15070.346","12852.120"],["15091.974","12849.808"],["15057.829","12861.600"],["15071.908","12856.332"],["15078.717","12867.248"],["15078.175","12870.386"],["15074.984","12862.789"],["15087.681","12859.123"],["15079.754","12855.968"],["15080.181","12850.799"],["15067.319","12879.899"],["15075.609","12861.650"],["15075.559","12873.409"],["15020.246","12826.731"],["15082.087","12962.441"],["15072.301","12946.817"],["15071.758","12951.475"],["15068.962","12961.037"],["15077.794","12942.821"],["15087.301","12957.949"],["15084.423","12937.486"],["15088.189","12958.692"],["15068.304","12956.809"],["14903.963","12964.704"],["14920.344","12928.865"],["14933.634","12928.370"],["14909.111","12930.154"],["14914.588","12958.296"],["14934.801","12949.146"],["14914.160","12955.504"],["14918.930","12960.542"],["14907.285","12958.857"],["14906.298","12947.148"],["14926.709","12938.560"],["14905.196","12958.147"],["14926.315","12959.006"],["14919.160","12947.709"],["14929.604","12947.329"],["14904.111","12939.138"],["14887.179","12940.352"],["14900.748","12928.676"],["14902.738","12932.029"],["14894.169","12931.996"],["14898.018","12940.038"],["14972.241","12915.986"],["14971.780","12903.682"],["14967.685","12893.938"],["14972.339","12925.284"],["14999.083","12887.250"],["19879.674","13432.405"],["19880.694","13394.899"],["19877.421","13403.768"],["12353.580","16876.099"],["12330.340","16859.220"],["12353.218","16865.694"],["12344.813","16863.399"],["12338.530","16880.591"],["12319.890","16890.173"],["12315.942","16871.263"],["12303.508","16874.897"],["12326.386","16876.515"],["12180.760","16966.229"],["12180.201","16970.391"],["12153.010","16972.729"],["12240.812","16983.740"],["14258.254","16073.081"],["14256.659","16072.817"],["14275.664","16078.464"],["14274.315","16074.451"],["14316.841","16138.368"],["14310.575","16126.263"],["14324.557","16122.410"],["14324.014","16127.712"],["22206.991","8995.068"],["22210.626","8956.307"],["22229.935","8967.752"],["22245.100","8968.842"],["10465.331","12467.935"],["10479.901","12477.743"],["10478.158","12481.889"],["10491.412","12474.227"],["10475.880","12485.711"],["10473.135","12381.256"],["10464.928","12393.692"],["10484.817","12370.900"],["10482.087","12372.931"],["10464.628","12438.620"],["10470.647","12429.091"],["10473.205","12435.581"],["10466.531","12442.605"],["10488.644","12464.803"],["10489.253","12473.408"],["22306.847","14481.656"],["17800.048","17732.714"],["17639.103","17731.142"],["17682.178","17728.434"],["17752.327","17705.654"],["17775.798","17706.727"],["16725.793","14208.363"],["16669.637","14211.266"],["16590.554","14224.504"],["16639.976","14183.632"],["16636.061","14190.371"],["16634.104","14219.657"],["16631.193","14219.162"],["16631.390","14212.143"],["16632.213","14207.915"],["16631.209","14207.007"],["16578.748","14234.811"],["16721.049","14215.040"],["16701.942","14238.329"],["16717.101","14220.705"],["16674.813","14218.919"],["16673.218","14210.397"],["16673.942","14219.068"],["16684.369","14218.192"],["16682.659","14214.063"],["16710.373","14213.535"],["16665.240","14206.532"],["16778.414","14190.967"],["16741.099","14207.085"],["16777.432","14180.661"],["16747.826","14170.636"],["16772.711","14173.130"],["16776.692","14186.293"],["16699.226","14164.029"],["16687.023","14170.652"],["16683.470","14203.286"],["16684.720","14172.765"],["16741.274","14186.498"],["16744.300","14204.599"],["16772.376","14191.551"],["16707.107","14193.733"],["16684.420","14206.426"],["16683.861","14189.366"],["16600.963","14157.555"],["16640.432","14155.845"],["16629.018","14141.790"],["16567.854","14085.006"],["16589.013","14116.164"],["16589.737","14122.671"],["16571.283","14095.636"],["16568.447","14207.384"],["16599.105","14187.219"],["16599.845","14223.619"],["16624.203","14194.701"],["14207.644","15908.574"],["14215.111","15908.871"],["14198.440","15928.683"],["14212.361","15874.516"],["14221.522","15869.710"],["14227.377","15863.476"],["14239.384","15859.380"],["14220.112","15863.403"],["14223.007","15859.076"],["14208.353","15864.438"],["14198.583","15862.423"],["14192.141","15871.875"],["14182.207","15882.610"],["14173.918","15884.169"],["14179.066","15882.716"],["14166.183","15891.749"],["14166.315","15895.663"],["14162.810","15888.975"],["14167.086","15888.050"],["14137.397","15885.578"],["14147.278","15898.132"],["14140.271","15895.638"],["14148.931","15920.130"],["14155.543","15910.122"],["14136.962","15922.399"],["14145.630","15929.732"],["14108.194","15905.908"],["14104.789","15929.357"],["14102.818","15922.089"],["14107.078","15920.916"],["14095.485","15912.988"],["14097.837","15914.111"],["14120.234","15886.681"],["14112.717","15890.991"],["14106.345","15885.065"],["14095.983","15884.388"],["14203.095","15760.314"],["14201.713","15766.293"],["14224.771","15771.256"],["14229.903","15767.441"],["14111.611","15920.937"],["14113.552","15928.452"],["14183.981","15735.772"],["14175.954","15740.793"],["14071.115","15723.619"],["14064.750","15734.106"],["14055.166","15750.491"],["14055.100","15753.348"],["20519.234","15157.359"],["20371.289","15239.698"],["20385.652","15197.451"],["20367.101","15155.228"],["20369.979","15153.180"],["20386.294","15133.680"],["20388.120","15130.311"],["20393.012","15121.326"],["20400.463","15135.314"],["20388.418","15113.752"],["20389.207","15108.054"],["20483.606","15085.273"],["20491.617","15087.800"],["20459.061","15086.471"],["20474.723","15086.588"],["20473.128","15099.982"],["20461.041","15115.170"],["20467.867","15112.247"],["20481.067","15101.240"],["20475.360","15108.441"],["20479.446","15101.606"],["20447.456","15090.723"],["20456.206","15085.669"],["20437.903","15111.409"],["20440.189","15106.422"],["20451.085","15103.781"],["20450.624","15105.119"],["20548.541","15084.772"],["20561.044","15085.294"],["20466.772","15158.164"],["20460.665","15191.652"],["20471.208","15163.949"],["20456.339","15199.794"],["20466.128","15189.526"],["20475.741","15186.047"],["20467.894","15174.441"],["20456.974","15175.504"],["20459.539","15176.594"],["20463.632","15184.624"],["20459.553","15179.950"],["20468.684","15177.977"],["20476.563","15182.882"],["20470.557","15194.913"],["20466.528","15192.898"],["16570.947","18113.386"],["16579.039","18235.137"],["16578.000","18184.825"],["16583.691","18164.611"],["16660.385","18112.621"],["16663.461","18108.558"],["16570.401","18187.864"],["16638.000","18084.181"],["16647.194","18224.957"],["16628.592","18189.053"],["16596.405","18200.928"],["16633.559","18099.540"],["16574.612","18184.132"],["16702.176","18089.298"],["16687.932","18079.306"],["16673.064","18099.471"],["16648.774","18239.601"],["16647.359","18238.280"],["16652.853","18252.351"],["16627.322","18109.043"],["16605.773","18173.842"],["16598.438","18152.967"],["16592.451","18180.580"],["16608.832","18044.716"],["16613.818","18059.225"],["16616.137","18079.176"],["16618.884","18062.016"],["16576.798","18102.936"],["16575.548","18098.592"],["16636.267","18151.078"],["16638.274","18125.694"],["16623.817","18126.123"],["16631.679","18179.787"],["16631.465","18176.402"],["16630.199","18185.518"],["16633.471","18196.026"],["16632.237","18204.267"],["16630.280","18205.027"],["16637.263","18227.733"],["16642.872","18234.818"],["16642.115","18229.285"],["18841.956","17374.598"],["18831.280","17359.372"],["18757.968","17304.344"],["25866.849","8491.285"],["25841.405","8528.477"],["25978.372","8472.719"],["26022.008","8430.182"],["25923.332","8483.317"],["25931.358","8476.050"],["25930.223","8479.667"],["25878.693","8492.070"],["25900.552","8519.816"],["25890.766","8475.059"],["25935.355","8460.097"],["25837.246","8462.128"],["16782.039","17857.011"],["16780.345","17936.730"],["16801.398","17874.005"],["16806.151","17845.648"],["16837.319","17882.461"],["16825.230","17915.822"],["16817.121","17939.918"],["16808.108","17975.690"],["16821.332","17857.094"],["16808.634","17966.028"],["16844.555","17838.431"],["16945.604","17853.670"],["16908.532","17834.743"],["16894.979","17904.867"],["16890.259","18002.787"],["16894.074","18003.167"],["16838.384","17997.073"],["16839.634","18003.117"],["16941.410","17925.083"],["16849.617","17923.348"],["16800.505","17942.209"],["16917.018","17974.463"],["16919.041","17981.713"],["16821.492","17953.704"],["16928.828","18020.789"],["16870.193","18017.502"],["16843.762","17983.580"],["16953.334","17976.082"],["16889.531","17947.518"],["16891.949","17945.090"],["16889.548","17958.699"],["16902.748","17949.385"],["16904.541","17958.766"],["16906.646","17943.241"],["16870.889","17978.384"],["16872.600","17960.729"],["16860.642","17965.387"],["16871.683","17987.090"],["16894.200","17989.584"],["16876.486","17971.583"],["16861.431","18000.466"],["16879.376","17987.419"],["16872.649","17996.750"],["16848.716","17967.400"],["16849.291","17961.784"],["16846.643","17964.410"],["16870.160","17961.776"],["16856.706","17952.098"],["16860.210","17954.856"],["16832.792","17934.237"],["16834.289","17941.917"],["16836.608","17934.947"],["16819.101","17936.005"],["16816.584","17948.094"],["16837.439","17929.448"],["16867.353","17916.340"],["16868.767","17915.233"],["16859.146","17918.916"],["16903.265","17898.321"],["16891.917","17904.052"],["16888.890","17912.706"],["16898.799","17918.854"],["16901.711","17907.855"],["16903.092","17911.422"],["16882.416","17903.500"],["16905.048","17886.787"],["16899.637","17906.391"],["16877.584","17878.952"],["16873.061","17899.002"],["16859.377","17874.411"],["16845.049","17861.023"],["16840.509","17867.216"],["16857.664","17876.729"],["16909.204","17940.939"],["16925.356","17933.920"],["16920.520","17948.701"],["16943.250","17911.917"],["16944.500","17927.095"],["16936.391","17917.185"],["16953.118","17924.374"],["16945.601","17909.345"],["16963.036","17905.117"],["16944.220","17976.803"],["16969.812","17975.829"],["16968.924","17968.942"],["16934.567","17969.722"],["16915.192","17959.664"],["16917.182","17961.481"],["23636.697","17854.382"],["23671.779","17855.423"],["23653.764","17846.050"],["14712.728","12551.801"],["14674.772","12576.754"],["14692.322","12566.878"],["14691.927","12579.628"],["14695.989","12548.926"],["14672.585","12572.361"],["14694.509","12567.754"],["14710.526","12590.155"],["14705.805","12599.155"],["14710.855","12603.152"],["14719.210","12572.847"],["14728.996","12604.572"],["14702.713","12615.010"],["14722.417","12601.715"],["14706.144","12616.143"],["14720.914","12616.258"],["14742.032","12636.143"],["14746.062","12638.224"],["14713.479","12653.154"],["14725.881","12662.419"],["14720.321","12641.956"],["14715.124","12611.667"],["14734.647","12633.203"],["14711.062","12634.359"],["14754.221","12690.264"],["14735.306","12672.279"],["14745.569","12672.164"],["14733.776","12677.267"],["14715.923","12734.137"],["14763.669","12702.097"],["14721.712","12737.077"],["14711.005","12709.397"],["14731.597","12695.045"],["14757.880","12707.745"],["14722.913","12691.560"],["14734.113","12709.645"],["14753.110","12712.716"],["14715.544","12717.522"],["14756.367","12695.524"],["14753.538","12727.085"],["14735.709","12691.825"],["14732.140","12695.326"],["14735.281","12717.423"],["14767.958","12590.443"],["14791.741","12603.143"],["14765.705","12618.023"],["14785.755","12623.358"],["14766.215","12596.256"],["14791.495","12621.078"],["14809.173","12651.984"],["14798.795","12636.426"],["14781.245","12663.528"],["14866.439","12684.165"],["14786.051","12599.229"],["14758.811","12728.508"],["14760.423","12710.176"],["14748.692","12581.479"],["14790.916","12637.863"],["14740.079","12564.016"],["14798.995","12602.515"],["14765.376","12620.996"],["14798.844","12632.776"],["14866.241","12684.413"],["14796.245","12659.548"],["14871.679","12741.698"],["14810.489","12623.065"],["14768.238","12623.589"],["14780.320","12582.966"],["14800.538","12640.885"],["14806.097","12650.068"],["14812.660","12631.389"],["14781.361","12664.486"],["14750.408","12554.371"],["14801.163","12656.046"],["14785.055","12651.383"],["14880.495","12747.462"],["14806.706","12650.976"],["14765.814","12580.522"],["14875.945","12717.806"],["14881.685","12713.182"],["14778.485","12615.430"],["14813.955","12684.851"],["14786.801","12665.859"],["14789.465","12673.984"],["14823.248","12692.977"],["14826.274","12669.112"],["14810.863","12677.106"],["14825.995","12696.197"],["14796.242","12702.044"],["14815.172","12682.952"],["14821.636","12680.673"],["14786.028","12690.186"],["14804.317","12688.452"],["14818.067","12705.925"],["14813.758","12697.618"],["14816.653","12673.918"],["14801.784","12685.842"],["14822.669","12643.885"],["14818.525","12632.357"],["14825.071","12659.707"],["14820.975","12651.928"],["14823.492","12649.186"],["14838.031","12649.599"],["14833.229","12650.937"],["14826.123","12662.283"],["14772.200","12550.060"],["14782.343","12563.214"],["14795.350","12555.293"],["14799.215","12558.712"],["14786.682","12555.376"],["14794.380","12562.543"],["14742.234","12552.664"],["14811.471","12588.339"],["14814.810","12570.403"],["14817.819","12589.941"],["14814.596","12577.092"],["14811.997","12576.613"],["14814.349","12587.298"],["14811.092","12581.485"],["14803.987","12566.291"],["14796.569","12574.350"],["14803.971","12578.000"],["14813.231","12582.294"],["14800.435","12564.738"],["14806.291","12599.876"],["14802.590","12582.717"],["14778.100","12561.760"],["14796.669","12587.490"],["14800.320","12592.840"],["14772.047","12572.545"],["14753.215","12555.319"],["14799.021","12577.828"],["14749.860","12567.557"],["14790.682","12579.893"],["14748.643","12583.957"],["14800.468","12594.723"],["14776.291","12578.853"],["14756.554","12575.996"],["14807.524","12577.993"],["14790.271","12582.651"],["14779.223","12558.962"],["14745.885","12551.348"],["14877.765","12750.848"],["14747.579","12559.077"],["14760.386","12570.414"],["14747.475","12592.759"],["14742.245","12584.221"],["14775.863","12581.265"],["14766.044","12558.209"],["14870.256","12566.828"],["14873.578","12571.336"],["14843.479","12548.776"],["14859.252","12567.984"],["14874.861","12567.389"],["14854.335","12550.098"],["14840.239","12570.610"],["14872.542","12563.673"],["14844.655","12592.303"],["14848.027","12599.768"],["14855.774","12612.204"],["14850.494","12577.736"],["14865.543","12607.084"],["14847.517","12609.776"],["14858.060","12609.759"],["14865.477","12606.291"],["14861.777","12572.105"],["14879.869","12588.356"],["14867.501","12588.438"],["14846.102","12601.006"],["14868.487","12601.601"],["14868.635","12600.065"],["14848.668","12578.892"],["14874.166","12655.916"],["14879.478","12656.973"],["14872.110","12680.805"],["14882.044","12661.763"],["14877.998","12663.249"],["14874.692","12658.344"],["14879.231","12666.205"],["14868.213","12713.935"],["14874.661","12730.335"],["14869.891","12734.778"],["14882.539","12729.443"],["14870.582","12733.011"],["14870.878","12728.221"],["14872.946","12735.538"],["14873.966","12742.144"],["14876.383","12743.218"],["14876.515","12744.274"],["14872.025","12739.320"],["14798.103","12719.962"],["14799.813","12728.450"],["14771.770","12748.516"],["14882.217","12569.411"],["14881.493","12575.571"],["27658.794","9575.034"],["27639.337","9573.416"],["27699.485","9553.118"],["27673.449","9565.554"],["27699.140","9515.397"],["27721.409","9502.086"],["27631.969","9567.437"],["27705.620","9552.722"],["27641.607","9545.868"],["27640.669","9526.545"],["27668.330","9407.991"],["27671.027","9435.308"],["27651.668","9393.887"],["27692.326","9432.500"],["27699.464","9396.926"],["27680.468","9410.931"],["27653.576","9389.478"],["17889.627","13915.932"],["18002.755","13996.750"],["17903.460","13878.063"],["18026.067","13870.280"],["17967.600","13830.512"],["17890.696","13882.819"],["18021.172","13874.338"],["18037.998","13876.964"],["18028.080","13875.626"],["18016.863","13873.694"],["18032.547","13871.651"],["17966.045","14009.252"],["17981.226","14001.754"],["17881.914","13908.847"],["17986.834","13993.430"],["18019.488","13854.673"],["17936.553","13876.177"],["17935.057","13890.397"],["17927.885","13880.058"],["18026.527","13871.601"],["18028.863","13870.280"],["17916.718","13881.825"],["18014.224","13870.643"],["18032.744","13871.618"],["18039.752","14000.011"],["15775.695","17014.512"],["15731.133","17112.093"],["15766.184","17057.193"],["15725.394","17044.720"],["15749.341","17153.506"],["15746.710","17100.938"],["15747.072","17132.664"],["15753.666","17079.085"],["15760.474","17161.241"],["15749.587","17041.463"],["15737.246","17190.638"],["15760.129","17168.805"],["15786.447","17149.733"],["15783.322","17188.065"],["15744.194","17146.777"],["15765.674","17169.204"],["15768.487","17173.482"],["15731.464","17169.568"],["15739.967","17167.239"],["15770.329","17173.597"],["15725.969","17090.491"],["15738.568","17116.090"],["15731.301","17131.578"],["15742.960","16999.660"],["15728.913","16996.985"],["15727.861","16997.447"],["15774.562","17116.035"],["15790.746","17186.291"],["15812.829","17187.417"],["15726.242","17027.989"],["15726.614","17146.623"],["15732.343","17028.055"],["15741.340","17003.183"],["15726.373","17043.778"],["15744.679","17033.720"],["19733.199","16735.127"],["22175.222","13612.829"],["22185.962","13605.446"],["22223.002","13625.496"],["24127.552","8528.134"],["24076.372","8524.423"],["23054.030","13820.060"],["23070.049","13838.805"],["23037.105","13831.142"],["22948.408","13844.706"],["22941.089","13896.151"],["22973.924","13908.704"],["22925.865","13906.640"],["22970.365","13882.229"],["23008.717","13857.684"],["23006.878","13849.958"],["22956.917","13847.367"],["9716.369","12342.013"],["9697.008","12350.919"],["9826.753","12365.585"],["9822.567","12542.401"],["13089.616","16555.311"],["13079.222","16543.122"],["13068.034","16531.746"],["13080.854","16541.521"],["13082.729","16533.023"],["13073.140","16523.510"],["13049.148","16552.898"],["13052.981","16546.523"],["13042.863","16528.836"],["13058.247","16544.221"],["13038.455","16535.838"],["13056.750","16542.388"],["13037.868","16545.536"],["13048.857","16514.341"],["13053.895","16521.737"],["13056.011","16525.440"],["13039.840","16527.232"],["13189.309","16465.549"],["13044.316","16554.224"],["13186.958","16470.620"],["13108.763","16563.320"],["13131.960","16550.265"],["13138.671","16555.963"],["13129.167","16561.884"],["13189.235","16550.104"],["13189.400","16555.802"],["13178.465","16540.938"],["13167.066","16542.016"],["13158.457","16541.297"],["13156.221","16542.338"],["13151.603","16539.314"],["13144.432","16525.771"],["13131.563","16538.243"],["13127.073","16538.755"],["13114.558","16531.370"],["13121.480","16540.052"],["13122.750","16542.178"],["13122.043","16549.329"],["13094.613","16547.249"],["13108.151","16553.485"],["13112.378","16552.345"],["13111.643","16521.015"],["13113.518","16528.430"],["13094.919","16541.242"],["13093.965","16535.230"],["13098.562","16541.584"],["13101.424","16540.131"],["13089.048","16518.431"],["13071.060","16509.714"],["13072.639","16517.311"],["13061.534","16527.953"],["13064.278","16549.829"],["13065.528","16553.313"],["13067.472","16554.394"],["13152.479","16533.186"],["13162.610","16527.637"],["13175.091","16530.769"],["13168.513","16531.512"],["13185.940","16525.716"],["13187.717","16538.020"],["13169.144","16555.359"],["13172.746","16542.708"],["13126.635","16517.740"],["13135.859","16507.420"],["13125.480","16504.711"],["13131.644","16481.949"],["13116.579","16488.060"],["13117.747","16495.896"],["13120.921","16503.956"],["13111.327","16510.699"],["13112.034","16510.005"],["13093.515","16510.535"],["13088.751","16513.957"],["13075.577","16499.110"],["13189.980","16531.293"],["13194.388","16526.371"],["13198.382","16452.717"],["13176.878","16474.805"],["13175.957","16473.087"],["13188.096","16482.642"],["13185.957","16483.220"],["13183.613","16502.451"],["13183.547","16508.199"],["13192.219","16493.074"],["13193.955","16479.481"],["13193.264","16483.197"],["13185.664","16473.348"],["14866.800","12487.501"],["14788.294","12527.415"],["14740.168","12507.976"],["14739.312","12509.528"],["14778.339","12486.020"],["14749.362","12498.017"],["14775.470","12366.505"],["14777.488","12547.068"],["14799.100","12531.082"],["14792.735","12528.902"],["14806.189","12526.556"],["14767.895","12472.048"],["14767.599","12481.461"],["14770.552","12345.564"],["14765.885","12498.314"],["14726.464","12492.050"],["14728.947","12516.063"],["14724.013","12490.977"],["14811.298","12344.159"],["14716.288","12350.944"],["14711.979","12354.643"],["14792.872","12516.414"],["14706.502","12363.116"],["14878.415","12508.763"],["14769.351","12349.693"],["14864.711","12541.377"],["14734.837","12454.999"],["14762.781","12471.267"],["14848.747","12499.780"],["14784.648","12511.162"],["14880.271","12526.199"],["14693.854","12363.694"],["14693.492","12354.693"],["14881.638","12503.808"],["14872.542","12547.125"],["14789.895","12511.129"],["14777.099","12494.581"],["14843.698","12489.970"],["14776.431","12490.264"],["14778.336","12462.590"],["14763.286","12497.141"],["14755.655","12492.203"],["14771.526","12485.927"],["14724.704","12510.085"],["14720.630","12346.997"],["14672.467","12475.926"],["14673.602","12485.290"],["14859.004","12543.788"],["14680.376","12500.983"],["14690.738","12516.722"],["14682.202","12513.023"],["14684.505","12498.357"],["14703.797","12525.079"],["14687.942","12498.126"],["14706.495","12528.283"],["14694.855","12538.191"],["14700.348","12524.203"],["14703.506","12538.076"],["14701.055","12542.815"],["14682.601","12534.673"],["14683.588","12524.731"],["14852.006","12406.348"],["14867.055","12415.151"],["14863.684","12411.650"],["14845.526","12398.206"],["14866.776","12403.673"],["14856.759","12431.650"],["14882.187","12397.860"],["14867.532","12418.372"],["14864.243","12422.203"],["14853.503","12418.570"],["14870.534","12466.064"],["14849.826","12466.147"],["14879.464","12463.818"],["14875.080","12355.307"],["14788.590","12545.665"],["14855.649","12471.233"],["14858.017","12481.209"],["14880.336","12500.333"],["14848.955","12461.622"],["14845.217","12421.804"],["14727.699","12448.310"],["14751.500","12501.898"],["14734.575","12399.851"],["14825.727","12401.094"],["14735.117","12396.019"],["14841.006","12408.575"],["14844.181","12411.878"],["14824.559","12407.171"],["14723.621","12392.056"],["14844.723","12416.882"],["14689.083","12351.088"],["14840.316","12387.155"],["14845.233","12386.924"],["14745.891","12490.057"],["14819.969","12434.627"],["14743.210","12500.709"],["14755.776","12491.675"],["14752.503","12486.853"],["14740.102","12504.359"],["14741.598","12490.849"],["14736.993","12504.953"],["14737.092","12505.135"],["14736.566","12491.708"],["14824.443","12435.287"],["14847.551","12430.432"],["14746.418","12504.012"],["14681.648","12353.532"],["14840.940","12431.324"],["14843.966","12436.179"],["14746.237","12494.582"],["14737.766","12488.570"],["14824.887","12436.609"],["14785.352","12397.259"],["14819.036","12401.685"],["14861.010","12500.928"],["14729.803","12476.972"],["14767.190","12429.065"],["14687.323","12356.984"],["14803.174","12416.997"],["14737.700","12378.843"],["14800.727","12407.084"],["14745.021","12432.792"],["14745.672","12533.985"],["14745.629","12370.128"],["14808.322","12417.971"],["14746.050","12534.200"],["14733.211","12358.667"],["14827.191","12392.060"],["14767.404","12413.392"],["14828.029","12398.138"],["14790.008","12451.664"],["14827.092","12400.664"],["14797.623","12447.816"],["14845.120","12359.782"],["14835.841","12428.202"],["14793.528","12456.668"],["14798.133","12471.746"],["14807.539","12438.894"],["14736.221","12441.529"],["14767.657","12340.461"],["14729.081","12410.404"],["14798.118","12369.775"],["14738.468","12516.512"],["14746.823","12440.360"],["14737.695","12517.503"],["14742.875","12511.343"],["14734.800","12540.888"],["14831.863","12352.350"],["14829.051","12338.494"],["14844.314","12343.101"],["14837.998","12359.765"],["14837.093","12344.076"],["14861.539","12391.207"],["14725.414","12391.841"],["14687.125","12357.810"],["14681.007","12371.963"],["14690.135","12376.951"],["14738.456","12384.706"],["14699.015","12384.657"],["14680.053","12352.987"],["14749.125","12543.619"],["14714.312","12412.270"],["14788.315","12368.256"],["14741.214","12542.177"],["14735.310","12540.905"],["14831.584","12342.391"],["14790.600","12461.804"],["14848.508","12342.573"],["14853.409","12342.655"],["14682.290","12359.940"],["14873.419","12359.370"],["14803.913","12368.552"],["14843.722","12358.411"],["14736.318","12407.811"],["14825.096","12385.658"],["14835.129","12386.203"],["14736.844","12402.890"],["14724.725","12343.409"],["14702.798","12405.631"],["14734.938","12365.867"],["14726.271","12352.655"],["14729.922","12375.727"],["14736.978","12356.321"],["14761.649","12337.131"],["14752.537","12336.420"],["14762.701","12363.258"],["14706.960","12411.808"],["14785.837","12345.975"],["14753.030","12374.554"],["14809.965","12351.194"],["14802.745","12367.297"],["14784.686","12362.325"],["14794.340","12350.170"],["14801.972","12338.510"],["14755.547","12373.629"],["14815.919","12347.759"],["14823.386","12357.008"],["14800.779","12407.036"],["14820.763","12423.486"],["14807.325","12397.012"],["14756.132","12491.047"],["14730.269","12375.535"],["14794.209","12365.397"],["14800.541","12358.510"],["14805.163","12350.831"],["14789.348","12400.794"],["14778.924","12348.206"],["14800.401","12408.721"],["14846.781","12355.719"],["14731.271","12337.166"],["14828.195","12346.289"],["14774.215","12528.674"],["14750.959","12526.097"],["14790.080","12350.517"],["14799.653","12338.197"],["14716.203","12377.720"],["14702.223","12373.228"],["14683.561","12435.707"],["14697.673","12402.759"],["14677.607","12417.458"],["14688.939","12404.955"],["14686.604","12432.057"],["14681.472","12431.264"],["14700.337","12412.420"],["14694.433","12399.522"],["14676.999","12420.414"],["14685.403","12428.622"],["14866.462","12346.967"],["14865.656","12351.509"],["14763.624","12351.367"],["14772.835","12381.458"],["14767.276","12341.524"],["14765.582","12359.889"],["14770.894","12371.284"],["14764.562","12353.018"],["14780.236","12368.873"],["14873.600","12347.611"],["14873.616","12352.648"],["14720.894","12371.258"],["14839.409","12536.858"],["14871.399","12517.518"],["14873.586","12530.153"],["14859.030","12541.284"],["14872.945","12534.958"],["14836.021","12539.979"],["14852.928","12512.481"],["14838.521","12509.162"],["14836.382","12512.250"],["14872.007","12522.357"],["14834.886","12503.414"],["11031.967","15502.935"],["11030.569","15506.238"],["11013.908","15504.636"],["11008.506","15499.327"],["11003.029","15505.719"],["11090.145","15502.285"],["11078.747","15497.710"],["11076.099","15492.458"],["11071.543","15500.270"],["11075.211","15502.202"],["20330.229","15249.254"],["20206.460","15107.046"],["20170.650","15266.936"],["20329.411","15178.241"],["20326.681","15186.268"],["20328.938","15170.274"],["20335.476","15154.234"],["20344.968","15162.022"],["20341.004","15163.376"],["20356.448","15109.279"],["20356.169","15102.541"],["15504.792","14793.493"],["15417.684","14867.711"],["15399.961","14721.200"],["15443.168","14686.699"],["15424.665","14751.076"],["15391.014","14742.736"],["15393.431","14725.312"],["15499.907","14801.173"],["15396.235","14707.837"],["15326.458","14676.934"],["15377.807","14724.481"],["15443.639","14696.128"],["15340.794","14822.740"],["15358.261","14826.836"],["15470.085","14797.369"],["15352.932","14826.192"],["15350.432","14834.218"],["15485.381","14807.477"],["15474.443","14791.638"],["15343.393","14822.360"],["15343.820","14824.095"],["15339.281","14825.730"],["15313.672","14836.181"],["15313.211","14848.105"],["15312.060","14825.446"],["15306.468","14837.617"],["15312.783","14843.398"],["15474.197","14792.993"],["15338.310","14830.420"],["15313.425","14844.967"],["15315.777","14823.827"],["15324.645","14837.778"],["15327.737","14837.861"],["15337.580","14761.243"],["15330.195","14810.640"],["15344.356","14770.723"],["15346.478","14790.458"],["15344.208","14776.982"],["15362.439","14820.957"],["15340.152","14829.082"],["15305.645","14836.511"],["15328.691","14840.734"],["15342.251","14807.040"],["15409.813","14732.876"],["15315.405","14812.372"],["15311.655","14787.781"],["15319.599","14813.545"],["15315.981","14789.135"],["15322.428","14795.047"],["15321.194","14788.673"],["15307.748","14857.140"],["15305.046","14784.921"],["15304.849","14785.020"],["15312.645","14761.453"],["15314.780","14802.991"],["15318.218","14795.873"],["15315.800","14793.809"],["15324.040","14788.953"],["15313.316","14811.612"],["15308.694","14807.071"],["15323.185","14793.066"],["15308.077","14864.142"],["15323.369","14773.377"],["15327.283","14780.809"],["15393.843","14727.971"],["15384.336","14703.226"],["15309.803","14727.677"],["15383.102","14753.636"],["15340.997","14708.395"],["15488.771","14676.540"],["15366.540","14741.745"],["15364.583","14685.439"],["15403.225","14694.559"],["15401.425","14717.462"],["15346.869","14698.470"],["15374.336","14709.882"],["15493.138","14708.127"],["15509.667","14720.184"],["15503.746","14716.765"],["15511.378","14715.312"],["15490.548","14749.149"],["15464.512","14822.246"],["15505.202","14802.623"],["15491.716","14775.343"],["15464.972","14822.923"],["15501.025","14737.184"],["15499.413","14742.832"],["15501.765","14730.644"],["15426.524","14733.072"],["15438.300","14706.697"],["15423.678","14716.028"],["15456.425","14702.023"],["15465.836","14762.923"],["15441.017","14746.424"],["15465.639","14755.739"],["15442.645","14769.380"],["15434.759","14781.545"],["15408.574","14781.115"],["15422.801","14782.618"],["15436.535","14789.010"],["15355.225","14847.344"],["15383.399","14854.561"],["15388.120","14847.575"],["15374.485","14850.597"],["15408.997","14814.062"],["15412.106","14790.528"],["15414.803","14807.985"],["15408.882","14788.728"],["17688.722","17038.529"],["17691.865","16996.717"],["17726.338","16992.324"],["17799.536","17059.862"],["17815.342","17021.448"],["17782.018","17095.271"],["17691.964","17159.785"],["17764.135","17168.951"],["17677.622","17153.476"],["17638.745","17006.297"],["17655.472","17032.342"],["17634.057","17020.682"],["17799.382","16982.104"],["17782.681","17000.315"],["17785.036","17018.863"],["17807.931","17051.200"],["17810.677","17023.438"],["17740.022","17102.061"],["17736.370","17113.903"],["17693.582","17129.120"],["17641.031","17071.873"],["17670.632","17040.711"],["17693.049","17063.221"],["17687.293","17068.143"],["17692.112","17068.952"],["17706.944","17017.734"],["17690.760","17027.973"],["17699.131","17013.357"],["17725.316","17033.225"],["17665.372","17012.667"],["17647.355","17192.170"],["17647.503","17182.327"],["17651.779","17196.695"],["17672.664","17165.439"],["17653.289","17165.769"],["17656.480","17141.046"],["17651.496","17156.933"],["17677.454","17178.925"],["17692.257","17172.270"],["17713.984","17170.123"],["17707.553","17168.256"],["17759.472","17191.762"],["17827.182","17190.992"],["17813.635","17188.971"],["17709.822","17185.498"],["17727.946","17155.968"],["17745.171","17155.366"],["17785.384","17125.849"],["17823.419","17094.242"],["17803.129","17037.040"],["17704.524","16988.181"],["17720.359","16990.898"],["17692.070","16987.954"],["17693.337","16996.345"],["17684.889","17013.302"],["17782.770","17108.877"],["17779.896","17109.702"],["17789.174","17110.604"],["17782.985","17103.450"],["17787.890","17105.579"],["17666.641","17108.743"],["17656.019","17121.658"],["17666.428","17119.772"],["17720.565","17099.915"],["17682.199","17105.108"],["17781.772","17184.781"],["17789.706","17179.838"],["17819.155","17170.467"],["17822.316","17173.682"],["17808.300","17171.314"],["17798.716","17170.695"],["17786.873","17172.071"],["17776.157","17170.883"],["17823.332","17159.053"],["17812.729","17157.539"],["17818.135","17158.122"],["17721.326","17011.944"],["17725.238","17014.171"],["17724.804","17015.962"],["17724.959","17020.849"],["17734.723","17023.650"],["17730.388","17028.571"],["17731.525","17043.057"],["17720.141","17048.226"],["17719.677","17037.280"],["17719.160","17068.372"],["17622.941","17097.036"],["17629.945","17099.786"],["17625.681","17096.131"],["17622.178","17081.363"],["17625.323","17073.776"],["17623.968","17067.353"],["17624.064","17086.865"],["17796.534","16990.175"],["17801.712","16998.915"],["17783.810","17007.940"],["17776.281","16999.524"],["17759.565","17016.544"],["17760.085","17008.282"],["17730.670","17096.644"],["17696.831","17102.291"],["17734.831","17088.744"],["17743.192","17091.329"],["17745.643","17090.792"],["17754.796","17087.724"],["17752.504","17060.230"],["17748.053","17065.744"],["17759.641","17027.641"],["17758.671","17031.791"],["17627.032","17195.353"],["17710.987","17100.897"],["17692.432","17105.100"],["17726.774","17095.247"],["14942.821","17415.414"],["14963.002","17414.440"],["14973.480","17461.335"],["14950.338","17444.324"],["15003.052","17452.961"],["14980.108","17464.819"],["14932.460","17447.957"],["14930.355","17431.855"],["15003.068","17458.081"],["14965.585","17437.074"],["14956.720","17453.572"],["14974.713","17454.398"],["14931.999","17455.406"],["15030.452","17512.534"],["14937.227","17481.953"],["14999.599","17414.083"],["14963.643","17420.617"],["14954.367","17418.552"],["15068.717","17547.129"],["15039.309","17527.278"],["15035.518","17486.877"],["15025.929","17476.274"],["15011.784","17466.778"],["15014.981","17464.283"],["15013.106","17459.874"],["15040.875","17499.400"],["15036.550","17519.763"],["14999.828","17428.042"],["14988.989","17431.808"],["15026.603","17550.795"],["15020.748","17543.379"],["14991.325","17433.591"],["14999.532","17435.590"],["14962.892","17519.884"],["14949.241","17515.326"],["14958.073","17531.379"],["14948.298","17501.185"],["14955.535","17489.707"],["14944.613","17493.869"],["14952.265","17497.240"],["14958.269","17501.072"],["14906.161","17493.881"],["14900.207","17573.591"],["14902.592","17492.032"],["14888.460","17444.054"],["14903.131","17434.442"],["14929.957","17479.938"],["14903.661","17492.956"],["14907.197","17509.984"],["14909.272","17444.963"],["14912.726","17460.157"],["14902.991","17500.608"],["14948.921","17488.245"],["14897.333","17515.670"],["14899.520","17508.073"],["14913.350","17485.786"],["14910.406","17523.060"],["14901.376","17521.739"],["14895.422","17520.220"],["14923.727","17497.762"],["14900.428","17466.632"],["14893.526","17459.641"],["14910.296","17480.786"],["14901.842","17477.169"],["14910.681","17549.125"],["14913.165","17562.998"],["14909.184","17562.321"],["14885.457","17520.873"],["14967.516","17444.636"],["14967.417","17456.923"],["14975.559","17442.142"],["14981.085","17453.785"],["14973.898","17452.398"],["14938.066","17481.936"],["14964.038","17418.305"],["14978.573","17452.521"],["14975.465","17451.646"],["15003.425","17461.522"],["14980.251","17465.733"],["14893.945","17426.197"],["14903.767","17472.396"],["14890.491","17427.997"],["15014.250","17484.454"],["14907.152","17429.451"],["14962.872","17460.885"],["14954.549","17461.975"],["14970.931","17465.674"],["14959.155","17470.992"],["14946.220","17459.321"],["14914.782","17463.031"],["14993.380","17534.370"],["14989.828","17518.962"],["14960.633","17520.877"],["14972.870","17538.400"],["15079.427","17589.572"],["15083.933","17618.292"],["15050.530","17584.859"],["15040.941","17576.700"],["15044.576","17567.749"],["15039.132","17573.595"],["15035.661","17551.019"],["15050.591","17612.734"],["15048.552","17598.151"],["15032.949","17530.785"],["15057.028","17527.085"],["15045.877","17503.023"],["15057.752","17543.452"],["14992.542","17417.984"],["15055.535","17523.308"],["15091.052","17618.915"],["14999.354","17590.630"],["14975.160","17579.581"],["14986.805","17592.612"],["14964.404","17571.192"],["14968.483","17581.464"],["14960.178","17600.440"],["14954.240","17606.682"],["14966.576","17597.236"],["14953.105","17613.536"],["14981.428","17602.950"],["15000.863","17609.641"],["15015.994","17613.919"],["15027.702","17599.370"],["15020.781","17510.866"],["15033.856","17525.597"],["14928.026","17427.195"],["14903.635","17472.214"],["15031.208","17515.474"],["14917.396","17409.775"],["14920.488","17415.572"],["14905.275","17455.648"],["14895.984","17504.489"],["14586.300","18013.198"],["14556.892","18014.321"],["14590.411","18034.074"],["18850.680","11950.531"],["18745.425","12087.986"],["18783.180","12081.079"],["32218.816","12699.999"],["32150.666","12744.332"],["32161.982","12635.977"],["32157.475","12588.512"],["32174.844","12582.203"],["32190.742","12665.968"],["32174.657","12661.840"],["32178.588","12615.927"],["6559.957","15931.385"],["14388.691","15492.320"],["14398.116","15464.386"],["14376.574","15493.522"],["14395.668","15460.163"],["14276.735","15500.681"],["14276.061","15496.024"],["14261.547","15458.218"],["14260.149","15459.291"],["14272.498","15442.905"],["14265.443","15427.150"],["14275.613","15452.590"],["14260.317","15448.081"],["14286.105","15465.878"],["14280.694","15470.503"],["21512.548","14264.984"],["19541.863","15656.826"],["19539.363","15636.116"],["19577.619","15634.349"],["19523.047","15646.405"],["19522.903","15676.095"],["19580.748","15710.939"],["22765.843","10133.308"],["22828.729","10213.174"],["22774.165","10120.757"],["22746.165","10065.767"],["22830.736","10191.011"],["22759.158","10071.795"],["22852.183","10207.410"],["22763.763","10076.766"],["14675.342","13938.901"],["14675.627","13889.447"],["14705.172","13879.981"],["14682.656","13874.415"],["14691.685","13867.875"],["14674.958","13888.189"],["14739.180","14018.609"],["14721.697","14026.685"],["14673.407","14014.909"],["14691.730","14007.742"],["14699.477","14003.596"],["14739.924","14019.749"],["14711.450","14019.534"],["14713.004","13818.823"],["14712.938","13844.950"],["14697.741","13837.452"],["14692.281","13837.898"],["14708.234","13845.875"],["14727.405","13820.923"],["14778.423","13897.865"],["14763.209","13875.965"],["14767.305","13898.261"],["14744.213","13893.273"],["14775.364","13862.571"],["14780.068","13860.012"],["14749.574","13896.213"],["14754.097","13902.439"],["14745.463","13900.309"],["14678.767","13922.944"],["14699.770","13886.132"],["14684.474","13909.022"],["14698.504","13910.013"],["14677.731","13901.177"],["14672.895","13885.455"],["14678.257","13926.892"],["14704.392","13914.043"],["14685.921","13893.729"],["14705.132","13910.987"],["14863.585","13825.387"],["14881.496","13816.980"],["14862.894","13843.652"],["14875.986","13822.298"],["14867.022","13841.588"],["14871.545","13816.997"],["14873.897","13839.887"],["14878.651","13829.532"],["14865.493","13832.191"],["14854.720","13830.804"],["14860.394","13822.017"],["14858.289","13827.682"],["14860.032","13832.505"],["14868.601","13821.406"],["14841.968","13836.720"],["14839.485","13821.378"],["14818.037","13823.458"],["14837.741","13831.468"],["14838.268","13828.628"],["14807.462","13829.454"],["14805.554","13824.829"],["14830.093","13836.605"],["14841.903","13837.645"],["14783.959","13834.539"],["14742.364","13942.562"],["14751.541","13920.167"],["14772.166","13910.027"],["14736.163","13940.068"],["14746.821","13922.743"],["14741.492","13929.069"],["14741.327","13940.712"],["14733.301","13902.925"],["14753.910","13933.809"],["14768.285","13927.549"],["14752.117","13921.406"],["14751.393","13908.606"],["14755.209","13937.574"],["14740.077","13917.409"],["14751.114","13918.284"],["14758.665","13971.255"],["14737.662","13958.604"],["14737.135","13959.711"],["14770.441","13961.825"],["14751.148","13945.722"],["14767.152","13947.853"],["14750.491","13942.287"],["14759.076","13967.787"],["14751.428","13973.501"],["14767.629","13954.327"],["14772.283","13951.420"],["14824.667","14009.040"],["14828.828","14012.740"],["14732.261","13994.815"],["14759.909","13993.609"],["14743.018","14005.748"],["14740.485","13987.053"],["14730.962","14005.236"],["14742.146","14004.063"],["14764.909","13982.180"],["14745.452","13980.892"],["14768.050","13981.487"],["14738.511","13984.113"],["14731.044","13998.233"],["14738.692","14002.676"],["14756.175","14001.008"],["14746.718","14016.450"],["14762.327","13984.146"],["14760.785","14010.481"],["14769.732","14020.704"],["14789.403","13994.758"],["14793.005","14006.022"],["14772.890","13999.746"],["14782.216","14008.169"],["14782.939","13994.956"],["14775.127","14002.124"],["14756.097","14003.478"],["14789.601","13999.267"],["14757.791","13996.542"],["14764.732","13994.610"],["14815.622","14012.806"],["14798.286","14020.865"],["14817.464","14019.164"],["14813.138","14017.925"],["14817.135","14023.326"],["14806.526","14017.958"],["14848.252","14017.760"],["14807.539","13982.172"],["14810.006","13991.702"],["14799.036","14003.246"],["14805.861","13994.096"],["14801.306","13995.946"],["14841.049","14012.888"],["14841.180","14012.673"],["14788.956","13986.349"],["14803.233","13974.706"],["14782.427","13970.825"],["14791.835","13981.081"],["14803.216","13983.921"],["14794.894","13974.161"],["14783.956","13985.127"],["14776.341","13980.965"],["14803.693","13971.188"],["14808.825","13964.549"],["14789.039","13965.243"],["14792.361","13976.539"],["14795.950","13939.256"],["14796.411","13934.517"],["14781.214","13948.901"],["14820.046","13951.577"],["14815.276","13953.311"],["14789.223","13954.450"],["14801.542","13955.887"],["14813.417","13949.364"],["14780.177","13953.344"],["14795.309","13958.877"],["14781.115","13961.486"],["14781.082","13958.513"],["14814.380","13949.382"],["14810.597","13911.017"],["14836.749","13909.927"],["14834.742","13936.319"],["14822.440","13939.936"],["14814.413","13933.478"],["14826.584","13941.571"],["14822.012","13918.565"],["14807.555","13914.750"],["14835.515","13935.510"],["14828.114","13920.150"],["14817.275","13923.486"],["14819.841","13949.762"],["14823.410","13949.960"],["14844.167","13924.345"],["14863.003","13946.923"],["14856.161","13944.149"],["14861.638","13952.654"],["14851.655","13949.351"],["14839.714","13963.042"],["14826.260","13971.118"],["14865.964","13941.655"],["14827.641","13947.369"],["14836.128","13959.078"],["14866.326","13955.858"],["14844.075","14015.382"],["14849.181","13963.502"],["14868.458","13978.663"],["14856.599","14000.777"],["14860.103","13978.350"],["14859.806","13967.202"],["14866.797","13969.117"],["14872.339","13965.699"],["14871.172","13978.862"],["14861.303","13960.711"],["14841.056","13965.435"],["14878.392","14000.051"],["14863.507","13981.454"],["14881.385","13987.615"],["14876.665","13975.261"],["14871.566","13959.489"],["14853.507","13966.293"],["14840.604","14016.076"],["14820.078","14007.702"],["14823.466","14026.183"],["14867.929","13918.567"],["14866.975","13932.175"],["14871.712","13918.913"],["14872.765","13916.618"],["14864.031","13929.021"],["14864.262","13913.331"],["14881.641","13954.438"],["14882.595","13944.941"],["14848.444","13888.511"],["14862.950","13900.121"],["14869.940","13900.138"],["14867.720","13890.311"],["14853.263","13884.861"],["14870.286","13883.903"],["14880.829","13906.926"],["14866.602","13893.614"],["14845.088","13887.471"],["14865.121","13901.641"],["14857.555","13855.243"],["14868.312","13877.341"],["14866.667","13854.863"],["14873.328","13863.253"],["14879.874","13873.063"],["14855.203","13872.469"],["14856.091","13861.602"],["14875.894","13865.053"],["14837.571","13883.121"],["14874.775","13872.749"],["14859.808","13862.791"],["14853.128","13843.681"],["14847.963","13857.372"],["14843.078","13870.750"],["14829.871","13848.818"],["14852.322","13881.237"],["14826.483","13848.983"],["14812.157","13841.154"],["14851.253","13852.633"],["14819.904","13846.819"],["14849.986","13877.174"],["14827.832","13873.145"],["14810.152","13841.269"],["14800.612","13842.409"],["14782.224","13857.619"],["14796.616","13859.882"],["14818.441","13878.462"],["14806.056","13849.180"],["14784.806","13876.348"],["14782.339","13867.512"],["14806.254","13878.346"],["14817.652","13846.637"],["14797.520","13874.036"],["14801.665","13870.303"],["14794.116","13857.025"],["14812.175","13841.055"],["14802.060","13841.831"],["14747.534","13848.866"],["14752.830","13853.820"],["14774.854","13841.186"],["14772.962","13852.152"],["14777.386","13833.738"],["14785.446","13840.658"],["14768.538","13856.760"],["14769.619","13839.568"],["14749.109","13833.936"],["14769.866","13830.419"],["14738.188","13824.737"],["14755.096","13815.869"],["14767.037","13836.678"],["14762.102","13832.235"],["14739.125","13823.169"],["14770.441","13834.597"],["14779.308","13822.560"],["14792.828","13831.379"],["14784.062","13833.213"],["14766.463","13822.957"],["14787.039","13819.191"],["14786.158","13820.174"],["14783.905","13816.095"],["14846.821","14002.076"],["14850.801","13978.756"],["14833.597","13975.222"],["14845.390","13997.749"],["14839.304","14005.197"],["14822.824","13976.758"],["14813.235","14005.462"],["14852.314","13980.078"],["14813.564","13995.734"],["14839.781","13985.643"],["14833.252","13979.120"],["14840.373","13983.595"],["14845.472","13988.170"],["14813.597","13986.106"],["14850.439","13999.070"],["14847.841","14008.930"],["14677.281","13909.931"],["21365.502","13368.425"],["21363.923","13378.813"],["21359.794","13368.392"],["21302.116","13366.814"],["21268.579","13387.887"],["21276.652","13187.961"],["21297.145","13211.082"],["21236.043","13206.888"],["21291.882","13196.830"],["11636.251","15986.032"],["11653.017","15936.404"],["11627.547","15942.534"],["11620.426","15959.066"],["11631.149","15958.636"],["11596.103","16054.046"],["11602.859","16029.409"],["11578.944","16016.197"],["11604.339","16040.111"],["11534.419","16058.263"],["11547.524","16058.979"],["11550.468","16061.588"],["11558.247","16069.862"],["11570.313","16050.643"],["11592.566","16062.005"],["11578.240","16060.849"],["11593.964","16056.704"],["11626.078","15932.355"],["11605.988","15952.575"],["11618.965","15939.974"],["11612.616","15942.616"],["11590.172","15970.293"],["11586.570","15975.577"],["11596.505","15989.648"],["11590.107","15986.246"],["11581.554","15976.783"],["11604.697","15942.438"],["11596.588","15952.099"],["11607.756","15930.464"],["11569.643","16029.875"],["11586.961","16027.455"],["11584.938","16030.362"],["11597.536","16032.195"],["11582.898","16042.120"],["11572.750","16041.542"],["11702.261","16061.420"],["11675.566","16053.022"],["11649.810","16072.262"],["11688.491","16028.250"],["11516.933","16105.995"],["11533.348","16072.997"],["11555.812","16094.892"],["11552.917","16130.168"],["11633.785","16080.883"],["11637.618","16115.515"],["11627.800","16004.146"],["11640.694","16035.938"],["11640.801","15965.436"],["11674.995","15993.281"],["11640.703","16024.693"],["11713.205","15933.737"],["11696.511","15934.233"],["11695.819","16128.920"],["11707.662","16020.114"],["11711.363","16026.588"],["11683.724","16109.014"],["11670.155","16073.473"],["11684.414","16099.601"],["11720.193","16115.860"],["12824.256","16355.341"],["18707.790","9180.612"],["18675.027","9184.444"],["18700.323","9192.850"],["18707.626","9166.772"],["18676.363","9183.856"],["21165.776","13713.471"],["21042.320","13711.728"],["21082.567","13703.256"],["21008.060","13688.012"],["21072.369","13648.888"],["20997.550","13712.752"],["21160.927","13797.764"],["24380.960","7856.261"],["24375.627","7894.048"],["24398.999","7885.229"],["24380.832","7869.756"],["24364.039","7876.147"],["24520.856","7832.760"],["24523.785","7840.476"],["24375.150","7872.793"],["24509.482","7766.198"],["24526.196","7787.304"],["24531.936","7784.529"],["24536.080","7802.944"],["24493.564","7756.030"],["24530.584","7766.430"],["24505.569","7764.945"],["24492.078","7720.172"],["24504.524","7746.931"],["24514.156","7748.466"],["24450.129","7697.129"],["24444.257","7692.505"],["24518.439","7864.579"],["24495.560","7866.098"],["24526.152","7857.543"],["24364.842","7833.007"],["24519.525","7877.463"],["24421.957","7896.390"],["24443.438","7892.724"],["24461.754","7837.504"],["24440.769","7875.579"],["24450.391","7883.457"],["24453.294","7828.192"],["24465.571","7868.491"],["24457.824","7869.202"],["24448.761","7865.568"],["24441.057","7818.778"],["24468.735","7864.826"],["24468.916","7884.793"],["24478.258","7881.126"],["24470.363","7880.845"],["24455.224","7861.550"],["24471.803","7860.691"],["24408.419","7871.208"],["24418.649","7857.137"],["24421.544","7856.790"],["24426.422","7844.356"],["24422.080","7860.079"],["24411.687","7810.537"],["22233.866","12479.727"],["22154.698","12340.516"],["22148.448","12352.043"],["22186.406","12410.213"],["22145.321","12369.883"],["22146.094","12397.100"],["22150.008","12398.735"],["14950.883","19465.069"],["14951.393","19452.617"],["14982.577","19473.145"],["15025.538","19509.462"],["15061.837","19501.948"],["14927.018","19453.888"],["15042.692","19482.691"],["14924.633","19487.084"],["14935.784","19490.651"],["14971.640","19431.312"],["15000.636","19494.830"],["14890.735","19503.880"],["14937.559","19378.792"],["14962.296","19333.573"],["15002.592","19372.103"],["14933.315","19367.793"],["14972.937","19373.111"],["14925.174","19338.858"],["14953.809","19319.353"],["14890.059","19372.499"],["14427.885","13379.599"],["14455.078","13365.854"],["14440.845","13387.411"],["14433.691","13377.981"],["14459.667","13369.834"],["14453.203","13370.346"],["14450.900","13383.789"],["14449.470","13372.097"],["14438.641","13391.672"],["14454.256","13384.450"],["19580.181","11034.981"],["19584.129","11042.165"],["19569.556","11025.765"],["19537.073","10975.972"],["19547.420","11012.713"],["19551.333","11004.791"],["19545.494","10994.288"],["19554.115","11066.097"],["19687.038","11060.309"],["19648.749","11050.664"],["19679.473","11040.854"],["19668.502","11045.445"],["13497.487","12612.775"],["13614.395","12611.678"],["13605.049","12558.437"],["13576.332","12553.384"],["13608.849","12550.774"],["13540.280","12617.279"],["13510.971","12610.326"],["13538.833","12610.062"],["13526.366","12599.492"],["13508.274","12618.418"],["13569.417","12575.462"],["13567.969","12598.650"],["13548.002","12600.797"],["13543.101","12576.371"],["13432.651","12587.885"],["13462.043","12569.817"],["13446.615","12559.991"],["13418.976","12578.608"],["13412.299","12589.524"],["13444.856","12550.417"],["21225.961","12823.699"],["16162.532","12969.633"],["16162.680","12968.296"],["16149.422","12921.056"],["16146.757","12921.221"],["16150.507","12922.707"],["16149.857","12798.593"],["16146.107","12796.892"],["16148.212","12782.706"],["16150.560","12760.604"],["16170.807","12763.907"],["16149.014","12764.964"],["16164.672","12769.935"],["16165.149","12773.701"],["16157.320","12772.561"],["16162.789","12782.170"],["16166.326","12776.373"],["16164.418","12797.281"],["16160.240","12813.004"],["16154.533","12812.756"],["16166.539","12791.930"],["16175.158","12804.829"],["16153.661","12796.835"],["16182.411","12781.410"],["16171.128","12800.700"],["16184.155","12786.051"],["16179.273","12823.967"],["16211.214","12820.086"],["16213.565","12827.996"],["16179.750","12838.583"],["16180.835","12834.091"],["16176.131","12800.631"],["16207.315","12800.449"],["16178.319","12806.246"],["16194.881","12825.949"],["16205.901","12807.385"],["16192.398","12818.021"],["16186.658","12806.576"],["16198.072","12820.763"],["16215.473","12799.045"],["16195.079","12816.551"],["16191.741","12837.627"],["16215.244","12832.226"],["16197.119","12847.619"],["16227.382","12831.368"],["16209.965","12847.255"],["16189.784","12850.360"],["16204.882","12851.252"],["16183.771","12859.008"],["16206.165","12836.025"],["16201.543","12856.339"],["16200.688","12855.529"],["16172.621","12881.072"],["16174.677","12887.728"],["16182.341","12871.411"],["16176.469","12872.434"],["16278.283","12951.993"],["16243.057","12838.264"],["16258.222","12823.896"],["16268.847","12833.062"],["16235.705","12840.263"],["16265.656","12838.116"],["16235.458","12807.810"],["16259.241","12845.597"],["16232.580","12837.983"],["16267.202","12821.435"],["16236.462","12808.107"],["16272.646","12815.457"],["16268.551","12816.381"],["16274.735","12848.851"],["16267.317","12820.593"],["16269.768","12809.924"],["16233.978","12840.725"],["16249.926","12758.988"],["16263.841","12766.866"],["16254.663","12776.279"],["16244.450","12771.754"],["16260.617","12782.786"],["16260.815","12776.494"],["16265.206","12775.850"],["16263.134","12782.274"],["16251.308","12772.894"],["16256.736","12777.501"],["16249.959","12780.887"],["16253.282","12790.086"],["16245.354","12762.935"],["16239.497","12766.164"],["16209.530","12764.264"],["16229.695","12760.136"],["16209.053","12762.464"],["16195.524","12936.400"],["16184.784","12919.141"],["16174.208","12906.177"],["16166.757","12908.225"],["16158.830","12911.148"],["16158.435","12911.280"],["16169.833","12913.477"],["16180.409","12938.134"],["16160.672","12918.365"],["16156.428","12904.525"],["16181.942","12948.027"],["16215.971","12966.045"],["16193.554","12947.813"],["16206.712","12946.706"],["16209.573","12963.040"],["16209.623","12956.021"],["16153.040","12954.199"],["16146.691","12959.187"],["16150.819","12960.260"],["16151.115","12958.708"],["16161.148","12955.388"],["16169.816","12924.092"],["16158.615","12928.915"],["16148.599","12938.361"],["16154.257","12931.838"],["16166.224","12952.938"],["16178.510","12964.334"],["16174.843","12963.145"],["16185.945","12951.089"],["16169.596","12967.703"],["16164.876","12951.898"],["16165.616","12959.016"],["16178.182","12955.283"],["16350.348","12802.169"],["16326.483","12823.755"],["16324.982","12858.649"],["16320.031","12877.922"],["16322.087","12877.526"],["16302.073","12893.183"],["16311.629","12904.645"],["16180.691","12917.860"],["16215.625","12886.828"],["16239.326","12874.904"],["28630.848","8123.422"],["28672.016","8254.920"],["28640.877","8154.523"],["17100.950","16785.154"],["17107.705","16793.147"],["17122.717","16787.877"],["17113.250","16779.446"],["17116.900","16781.233"],["17157.834","16795.718"],["17160.034","16781.044"],["17156.457","16787.974"],["17156.384","16795.557"],["17156.314","16793.100"],["27604.350","9198.301"],["27685.599","9331.972"],["27698.198","9375.126"],["27715.318","9352.486"],["27636.498","9233.692"],["27693.669","9236.863"],["27658.389","9232.866"],["27701.728","9209.613"],["27685.017","9213.775"],["27702.642","9300.916"],["27620.831","9191.497"],["27584.104","9177.756"],["27582.311","9195.692"],["27580.995","9211.232"],["27576.752","9211.943"],["27622.015","9192.950"],["27618.709","9196.749"],["16145.137","16990.646"],["10033.582","12002.835"],["10040.767","12036.257"],["9958.671","11950.374"],["9953.951","11948.723"],["9939.865","12083.183"],["10038.035","12064.556"],["10029.133","12012.936"],["10033.639","12015.595"],["10038.216","12032.368"],["10034.434","12032.746"],["10035.059","12030.814"],["9977.952","11930.136"],["9976.356","11923.579"],["9986.396","11918.247"],["9973.337","11913.424"],["9982.022","11950.435"],["9991.101","11948.305"],["10029.005","12033.426"],["10017.920","12033.988"],["10022.678","11997.072"],["10022.234","11997.881"],["10034.421","11998.013"],["10019.231","12019.659"],["10018.639","12021.245"],["9961.023","11930.102"],["9973.243","11938.558"],["9996.328","11983.761"],["10011.136","11996.484"],["10007.518","11997.128"],["9999.077","11981.011"],["9995.886","11980.086"],["10037.767","11993.833"],["10025.095","11978.536"],["10031.329","11989.651"],["10016.130","11937.922"],["10029.924","11943.988"],["10012.721","11946.682"],["10010.846","11947.838"],["10004.280","11955.660"],["10019.461","11953.761"],["10013.796","11938.291"],["10004.964","11938.853"],["10039.412","12105.968"],["9984.289","11988.367"],["9999.602","11992.661"],["17115.275","4575.342"],["17108.005","4585.003"],["17091.131","4572.865"],["17088.845","4570.157"],["17128.863","4577.648"],["17146.317","4585.425"],["17164.232","4594.125"],["17148.225","4577.415"],["17123.599","4580.323"],["17099.089","4577.441"],["17190.209","4575.547"],["17197.343","4582.089"],["17177.413","4593.101"],["17187.873","4586.478"],["17184.432","4579.859"],["17176.290","4583.657"],["17183.001","4591.823"],["17190.172","4600.345"],["13599.880","17762.520"],["12024.392","15862.052"],["12051.336","15868.961"],["12044.215","15868.994"],["12045.345","15865.689"],["12028.729","15851.727"],["12130.840","15831.977"],["12126.909","15826.279"],["12116.620","15848.491"],["12126.926","15819.445"],["12095.440","15853.306"],["12100.489","15851.110"],["12088.865","15872.178"],["12065.428","15869.635"],["12089.227","15863.260"],["12077.521","15868.709"],["12057.709","15894.291"],["12056.920","15898.568"],["12048.005","15899.889"],["12061.509","15892.936"],["12048.236","15886.363"],["12044.777","15881.234"],["12035.171","15900.441"],["12034.957","15885.941"],["12025.451","15884.933"],["12029.020","15894.958"],["12009.387","15887.401"],["12015.094","15890.720"],["12008.483","15878.763"],["12003.922","15866.940"],["11999.432","15869.087"],["12011.389","15876.915"],["11991.207","15924.659"],["11987.144","15909.432"],["12126.363","15885.624"],["12136.313","15889.753"],["12125.244","15893.106"],["12119.307","15874.625"],["12133.441","15876.306"],["12141.566","15859.741"],["12143.244","15855.976"],["12136.402","15863.589"],["12140.278","15891.521"],["12141.429","15899.416"],["12071.972","15908.846"],["12059.389","15909.903"],["12075.442","15916.542"],["12114.226","15912.153"],["12122.252","15907.793"],["12122.663","15920.791"],["12125.953","15928.355"],["12106.716","15912.934"],["12127.964","15838.713"],["12117.701","15833.197"],["12107.586","15847.533"],["12119.165","15826.277"],["12123.606","15825.749"],["12129.354","15747.253"],["12028.195","15854.037"],["11964.697","15786.088"],["11961.554","15905.079"],["11940.594","15806.275"],["12031.159","15722.656"],["12102.618","15723.194"],["12082.815","15736.737"],["11944.365","15823.740"],["11959.233","15832.824"],["11962.950","15854.095"],["12034.885","15851.955"],["12028.142","15851.096"],["12078.957","15771.847"],["12125.569","15757.643"],["12087.362","15800.847"],["11971.342","15766.402"],["12006.737","15750.333"],["12044.997","15814.608"],["12008.829","15775.616"],["11980.688","15816.029"],["12351.950","16063.034"],["12306.397","15950.958"],["12295.263","15953.055"],["12299.240","15939.577"],["12176.264","16071.099"],["12177.230","16064.756"],["12236.170","15929.771"],["12217.576","16044.588"],["12237.582","16096.157"],["12239.572","16081.392"],["12242.648","16089.072"],["12251.664","16059.769"],["12248.523","16068.456"],["12248.292","16045.698"],["12253.424","16071.197"],["12278.947","16101.621"],["12234.677","16112.222"],["12238.937","16118.250"],["12237.194","16127.251"],["12235.434","16118.316"],["12268.691","16098.868"],["12257.655","16091.039"],["12269.217","16103.128"],["12323.889","16135.037"],["12280.050","16105.490"],["12302.846","16123.442"],["12280.527","16099.016"],["12289.919","16120.106"],["12232.129","16120.236"],["12230.220","16138.263"],["12174.283","16061.675"],["12186.969","16059.947"],["12310.029","16062.429"],["12286.471","16139.296"],["12297.343","16135.926"],["12297.805","15931.459"],["12321.546","15945.195"],["12177.676","15961.269"],["12152.398","15934.381"],["12158.566","15938.576"],["12162.711","15947.808"],["12216.741","15935.109"],["12193.896","15947.116"],["12325.264","15988.795"],["12306.317","16005.079"],["12344.664","16000.054"],["12351.754","15993.225"],["12335.356","15981.829"],["12345.844","15934.827"],["12200.033","16136.831"],["12150.947","15971.811"],["12172.394","15983.982"],["12229.450","15965.646"],["12185.963","15971.724"],["12184.943","15963.879"],["12176.314","15996.197"],["12189.965","16032.002"],["12222.547","16023.629"],["12167.220","16042.949"],["12180.526","16069.192"],["12168.525","16116.424"],["12164.858","16108.728"],["12297.832","16068.300"],["12340.299","16050.843"],["12321.434","16064.749"],["27716.288","16774.817"],["27722.864","16772.362"],["27665.189","16647.659"],["27538.800","16587.598"],["27604.600","16645.452"],["27527.715","16615.526"],["27546.728","16592.322"],["27530.100","16609.778"],["27624.207","16661.311"],["27723.343","16728.923"],["27642.561","16637.409"],["27605.225","16644.032"],["27640.061","16629.564"],["27643.597","16627.814"],["27581.717","16710.788"],["27588.477","16697.989"],["27582.539","16698.600"],["27584.019","16716.486"],["27633.809","16712.326"],["27607.756","16702.318"],["27613.167","16702.549"],["27598.155","16644.466"],["27677.339","16744.946"],["27647.914","16718.554"],["27670.529","16718.191"],["27536.580","16600.844"],["27650.773","16753.871"],["27712.497","16738.861"],["27694.109","16730.240"],["27705.770","16741.123"],["27694.800","16745.566"],["27682.694","16718.663"],["27653.100","16652.762"],["27571.317","16641.769"],["27582.271","16616.269"],["27585.215","16605.931"],["27573.225","16632.355"],["27658.709","16627.576"],["15504.069","14034.124"],["15506.741","14206.760"],["15462.217","14177.211"],["15456.846","14040.487"],["15373.412","14047.219"],["15394.284","14038.020"],["15394.415","14034.024"],["15380.238","14047.484"],["15338.558","14039.579"],["15393.166","14092.200"],["15388.265","14079.153"],["15409.433","14076.312"],["15394.099","14035.514"],["15413.068","14076.692"],["15394.581","14087.493"],["15494.659","14111.322"],["15341.693","14059.401"],["15495.853","14210.030"],["15385.136","14123.377"],["15447.586","14131.223"],["15435.366","14094.773"],["15421.773","14155.890"],["15476.863","14109.802"],["15354.604","14073.208"],["15338.042","14077.998"],["15464.132","14040.306"],["15394.235","14059.351"],["15455.556","14181.373"],["15399.724","14029.569"],["15401.242","14065.561"],["15365.673","14069.823"],["15348.700","14082.226"],["15467.743","14204.049"],["15439.552","14144.528"],["15329.479","14029.538"],["15477.348","14166.014"],["15351.282","14049.575"],["15507.973","14200.630"],["15387.130","14087.658"],["15401.686","14082.274"],["15362.992","14071.738"],["15348.650","14052.201"],["15367.038","14069.839"],["15349.275","14059.088"],["15348.173","14079.401"],["15334.358","14085.198"],["15335.048","14087.164"],["15371.670","14082.654"],["15432.652","14120.965"],["15471.435","14080.702"],["15398.524","14130.412"],["15334.933","14062.160"],["15313.541","14031.636"],["15375.699","14068.484"],["15511.600","14063.097"],["15365.739","14083.382"],["15417.652","14073.930"],["15459.388","14189.201"],["15490.234","14063.345"],["22242.583","9764.539"],["22243.998","9792.582"],["22238.751","9770.980"],["22239.162","9776.413"],["22242.863","9794.712"],["22219.146","9777.173"],["10752.761","8092.445"],["18622.556","18684.416"],["18636.288","18711.702"],["18628.426","18710.860"],["18616.304","18713.733"],["18618.728","18699.147"],["18583.317","18722.979"],["18592.149","18711.352"],["18588.477","18699.164"],["18592.473","18688.164"],["18547.359","18701.336"],["18550.139","18695.622"],["18530.764","18710.354"],["18529.281","18703.969"],["18558.294","18710.361"],["18519.511","18731.258"],["18509.100","18721.894"],["18521.800","18776.352"],["18531.948","18779.391"],["18516.619","18763.933"],["18565.278","18762.826"],["18576.939","18743.651"],["18581.396","18754.023"],["18571.117","18718.847"],["18579.949","18749.846"],["18563.025","18725.784"],["18616.693","18735.866"],["18616.660","18764.124"],["18632.898","18781.954"],["18612.569","18748.709"],["18480.268","18710.781"],["18518.771","18731.111"],["18497.834","18740.773"],["18495.790","18732.439"],["18467.862","18708.310"],["18497.188","18723.042"],["18516.643","18760.759"],["18465.346","18833.081"],["18471.925","18812.767"],["18475.276","18841.540"],["18472.816","18786.189"],["18465.020","18762.952"],["18654.525","18712.192"],["18668.752","18706.940"],["18639.886","18711.862"],["18660.528","18707.146"],["18525.088","18703.638"],["18516.289","18712.606"],["18498.344","18701.607"],["18549.044","18856.858"],["18559.817","18864.191"],["18598.488","18854.335"],["18607.551","18852.651"],["18599.459","18877.969"],["18646.122","18866.754"],["18645.168","18876.102"],["18522.102","18876.855"],["18557.365","18852.380"],["18519.635","18849.291"],["18539.118","18879.582"],["18544.174","18861.842"],["18554.025","18852.825"],["18528.861","18871.305"],["18613.585","18870.417"],["18625.592","18875.405"],["18605.953","18865.628"],["18664.105","18854.957"],["18669.927","18862.834"],["18670.897","18846.699"],["18646.222","18849.879"],["18644.462","18835.131"],["18486.190","18853.343"],["18485.302","18860.940"],["18481.141","18855.985"],["18472.167","18861.371"],["18475.868","18875.591"],["18483.862","18865.830"],["18473.952","18884.252"],["18477.093","18882.023"],["18571.100","18852.146"],["18561.297","18852.807"],["18576.001","18834.905"],["18588.092","18852.465"],["18586.200","18838.955"],["18599.917","18840.475"],["18613.108","18883.936"],["18610.821","18870.625"],["18609.555","18869.915"],["18649.609","18687.267"],["18651.113","18740.602"],["18666.294","18746.399"],["18656.048","18724.946"],["18635.759","18756.458"],["18623.917","18757.482"],["18628.226","18754.757"],["18615.712","18770.332"],["18591.205","18752.050"],["18598.936","18749.061"],["18615.565","18714.192"],["18606.865","18708.561"],["18632.309","18726.959"],["18491.069","18756.151"],["18480.345","18754.516"],["18477.105","18765.416"],["18471.849","18795.250"],["18475.500","18780.667"],["18491.043","18800.502"],["18550.905","18730.965"],["18542.879","18744.045"],["18546.431","18725.234"],["18523.819","18772.169"],["18547.092","18764.737"],["18541.780","18753.722"],["20377.307","14335.086"],["20394.524","14437.403"],["20396.481","14436.742"],["20404.571","14436.468"],["20400.377","14442.298"],["20404.431","14433.335"],["20409.611","14428.083"],["20420.776","14433.080"],["20418.950","14430.454"],["20432.398","14421.731"],["20435.030","14427.081"],["20446.058","14429.397"],["20448.048","14430.024"],["20448.850","14442.870"],["20449.425","14440.624"],["20467.637","14434.609"],["20470.170","14433.668"],["20473.582","14447.650"],["20471.591","14432.023"],["20472.299","14429.743"],["20487.877","14427.420"],["20484.802","14432.193"],["20495.577","14434.956"],["20503.751","14430.612"],["20374.101","14430.090"],["20372.801","14432.650"],["20376.204","14424.928"],["20375.842","14422.153"],["20373.318","14411.621"],["20370.769","14420.490"],["20358.555","14431.226"],["20359.079","14439.122"],["20363.764","14405.034"],["20364.817","14401.863"],["20362.639","14384.252"],["20361.603","14385.920"],["20372.051","14370.751"],["20363.449","14371.875"],["20380.524","14395.101"],["20379.176","14392.095"],["20371.799","14365.127"],["20379.875","14363.624"],["20377.023","14361.345"],["20383.602","14363.145"],["20396.267","14379.656"],["20398.866","14378.219"],["20401.374","14372.841"],["20401.407","14368.217"],["20412.266","14367.722"],["20414.174","14367.326"],["20387.958","14357.553"],["20382.794","14354.167"],["20388.392","14350.208"],["20387.866","14351.232"],["20398.256","14352.016"],["20397.581","14357.235"],["20409.039","14345.759"],["20417.493","14344.355"],["20417.622","14341.465"],["20424.234","14334.116"],["20459.759","14344.941"],["20464.250","14348.707"],["20464.604","14357.416"],["20458.124","14360.141"],["20458.929","14374.129"],["20456.676","14377.762"],["20473.396","14375.323"],["20472.969","14375.356"],["20475.743","14382.674"],["20473.638","14377.786"],["20465.502","14385.459"],["20464.827","14386.632"],["20454.252","14384.473"],["20455.370","14387.859"],["20458.048","14362.397"],["20456.041","14366.014"],["20471.036","14373.991"],["20468.832","14375.164"],["20450.524","14338.556"],["20450.475","14343.412"],["20437.271","14323.425"],["20434.195","14326.481"],["20457.957","14355.377"],["20453.040","14354.237"],["20357.086","14325.670"],["20555.259","14365.313"],["20557.574","14359.819"],["20554.186","14358.927"],["20549.023","14357.604"],["20546.045","14361.910"],["20550.174","14358.161"],["27645.168","10422.694"],["27613.572","10414.965"],["27639.970","10422.100"],["27603.111","10412.058"],["27665.866","10348.343"],["27694.323","10410.108"],["23872.972","16867.573"],["25683.245","16030.606"],["25646.151","15992.858"],["25670.762","15954.731"],["25658.668","15993.667"],["25634.145","15974.361"],["25634.638","15967.325"],["25639.523","15968.333"],["25651.464","15999.827"],["25638.947","15992.874"],["25721.918","16033.633"],["25667.510","16047.423"],["25729.928","16038.175"],["25657.533","15982.536"],["25663.503","15967.986"],["25658.207","15966.417"],["25780.799","16105.865"],["25771.161","16121.356"],["25788.085","16109.168"],["25767.443","16115.774"],["25817.953","16101.637"],["25820.453","16103.173"],["25761.506","16121.884"],["25770.059","16112.834"],["25809.220","16114.667"],["25810.618","16107.351"],["25809.828","16140.679"],["25812.641","16114.849"],["25811.226","16136.897"],["25812.131","16121.950"],["25793.101","16124.758"],["25797.740","16104.213"],["25810.108","16125.600"],["25761.588","16123.883"],["25794.927","16110.885"],["25769.779","16114.832"],["25810.305","16108.045"],["25794.088","16118.862"],["25799.499","16135.047"],["25817.345","16137.244"],["25813.085","16117.178"],["25811.515","16062.134"],["25827.732","16056.056"],["25808.456","16063.422"],["25827.173","16055.544"],["25828.144","16057.394"],["25829.805","16050.177"],["25829.213","16079.987"],["25813.324","16069.781"],["25804.640","16083.340"],["25830.249","16076.535"],["25793.818","16089.566"],["25804.114","16100.598"],["25805.841","16085.008"],["25817.338","16086.544"],["25819.640","16061.540"],["25817.257","16095.972"],["25813.146","16106.047"],["25815.234","16083.701"],["25815.465","16060.828"],["25827.866","16072.999"],["25784.245","15986.299"],["25780.841","15998.520"],["25784.657","15988.099"],["25786.877","15990.263"],["25783.390","15992.261"],["25786.170","15994.458"],["25744.672","15975.310"],["25738.619","15985.533"],["25748.307","15965.417"],["25760.445","15949.843"],["25757.633","15974.137"],["25748.422","15969.777"],["25763.636","15944.591"],["25751.975","15986.144"],["25746.728","15977.143"],["25749.392","15945.021"],["25756.776","16027.796"],["25741.283","16022.446"],["25744.128","16024.659"],["25777.697","15997.359"],["25756.365","16038.845"],["25747.138","16034.419"],["25748.602","16019.440"],["25770.674","16026.343"],["25746.628","16017.970"],["25772.516","16022.891"],["25751.069","16039.985"],["25764.441","16013.643"],["25768.651","16027.417"],["25769.211","16002.594"],["25774.424","15999.126"],["25743.076","16005.534"],["25751.842","16003.370"],["25687.301","16051.877"],["25721.034","16034.205"],["25716.544","16032.620"],["25679.093","16046.675"],["25685.014","16035.659"],["25697.481","16032.967"],["25705.261","16047.401"],["25681.051","16043.140"],["25681.791","16049.152"],["25704.110","16039.375"],["25713.748","16045.502"],["25708.320","16040.894"],["25721.380","16046.080"],["25699.636","16043.322"],["25714.389","16031.547"],["25690.848","16072.117"],["25698.628","16065.081"],["25693.496","16071.043"],["25682.115","16074.131"],["25695.272","16051.770"],["25698.693","16052.678"],["25684.220","16084.404"],["25688.677","16052.860"],["25705.289","16065.197"],["25697.542","16048.054"],["25706.029","16050.581"],["25692.476","16080.457"],["25709.203","16060.126"],["25728.088","16094.572"],["25709.371","16085.984"],["25722.924","16092.920"],["25717.035","16075.596"],["25710.440","16082.962"],["25708.845","16090.971"],["25741.838","16078.387"],["25720.407","16080.137"],["25711.443","16094.374"],["25740.259","16069.485"],["25710.374","16084.085"],["25707.989","16056.372"],["25646.555","16012.312"],["25655.026","16009.174"],["25664.121","15997.944"],["25664.401","16009.702"],["25656.687","16000.140"],["25659.763","16001.924"],["25660.141","15997.745"],["25643.101","16004.038"],["25635.757","15967.457"],["25655.197","15998.605"],["25656.875","15981.198"],["25650.938","15970.777"],["25825.637","15934.712"],["25830.226","15936.331"],["7546.367","12173.195"],["7547.568","12167.052"],["7529.772","12172.568"],["7533.719","12167.398"],["7551.828","12165.466"],["7517.992","12179.908"],["7520.541","12179.760"],["7528.666","12178.604"],["7589.167","12139.741"],["7571.018","12141.952"],["7514.746","12130.246"],["7557.772","12162.549"],["14462.068","13378.075"],["14476.290","13388.721"],["14463.203","13370.148"],["14469.042","13369.421"],["14465.900","13365.821"],["14612.864","13389.965"],["14671.649","13215.878"],["14491.658","13258.065"],["14501.463","13263.723"],["14490.306","13260.754"],["14491.212","13254.890"],["14483.665","13259.648"],["14487.233","13249.883"],["14497.753","13253.908"],["14500.680","13268.476"],["15127.802","14018.729"],["15280.694","13837.297"],["15250.711","13836.818"],["15253.063","13817.792"],["15295.582","13832.136"],["15138.533","13963.970"],["15303.773","13851.575"],["15240.361","13836.544"],["15297.688","13825.464"],["15252.034","13870.017"],["15253.925","13965.054"],["15101.585","13922.410"],["15203.657","14005.796"],["15151.634","14001.320"],["15154.585","13957.381"],["15204.480","14016.779"],["15153.806","13997.720"],["15195.683","14024.162"],["15298.378","13828.850"],["15148.526","14009.018"],["15142.793","13957.694"],["15286.266","13938.506"],["15262.256","13884.122"],["15301.619","13819.800"],["15296.911","13892.463"],["15294.148","13900.490"],["15302.438","13897.121"],["15299.181","13904.602"],["15135.993","14013.180"],["15119.364","14007.416"],["15124.003","14022.329"],["15147.966","14003.089"],["15290.829","13845.910"],["15184.046","13970.358"],["15230.148","13974.314"],["15211.365","13965.561"],["15212.105","13968.665"],["15204.243","13975.073"],["15224.473","13988.236"],["15209.062","13976.494"],["15209.506","13960.722"],["15208.667","13963.347"],["15232.023","13992.266"],["15211.562","13990.069"],["15212.286","13984.322"],["15181.361","13839.184"],["15172.791","13855.353"],["15138.748","13818.470"],["15142.646","13826.183"],["15151.922","13828.974"],["15142.119","13830.097"],["15173.139","13841.608"],["15170.425","13850.741"],["15171.067","13838.734"],["15150.064","13932.520"],["15175.179","13910.142"],["15303.242","13880.125"],["15299.113","13878.094"],["15293.620","13887.706"],["15296.104","13882.933"],["15253.999","13955.678"],["15250.381","13952.524"],["15231.285","13949.617"],["15248.160","13951.467"],["15226.022","13941.739"],["15238.720","13939.064"],["15233.489","13943.705"],["15239.213","13945.224"],["15203.606","13967.864"],["15202.043","13952.654"],["15204.658","13968.872"],["15193.523","13951.233"],["15196.138","13949.053"],["15200.842","13960.498"],["15125.935","13987.140"],["15180.906","13950.475"],["15177.024","13949.319"],["15189.968","13945.735"],["15184.919","13915.017"],["15193.587","13943.770"],["15180.182","13943.010"],["15110.326","13994.704"],["15166.248","13932.050"],["15179.570","13906.253"],["15176.198","13946.996"],["15178.961","13917.714"],["15177.744","13938.837"],["15252.331","14005.238"],["15259.716","14024.858"],["15172.455","13965.479"],["15171.550","13952.597"],["15179.215","13962.522"],["15163.787","13969.178"],["15166.632","13943.332"],["15180.366","13958.856"],["15136.428","13951.171"],["15156.188","13943.794"],["15168.803","13967.576"],["15155.079","13972.211"],["15129.299","13998.415"],["15107.255","14008.364"],["15096.761","14003.244"],["15146.420","14022.098"],["15196.406","14023.733"],["15179.926","14027.184"],["15151.018","14015.264"],["15149.045","14010.144"],["15154.554","14024.760"],["15173.173","14023.174"],["15179.211","14013.554"],["15194.376","14000.705"],["15167.830","13976.890"],["15195.593","14008.153"],["15163.849","13980.705"],["15183.603","14015.404"],["15165.560","14015.701"],["15198.669","13981.134"],["15185.741","13996.923"],["15194.984","14009.954"],["15176.892","13994.165"],["15179.902","13989.045"],["15160.757","13986.584"],["15196.777","14018.806"],["15194.540","14008.186"],["15196.563","13999.384"],["15151.493","13952.955"],["15096.798","13989.278"],["15121.173","14003.068"],["15160.013","13965.027"],["15148.582","13957.034"],["15137.070","13980.336"],["15147.875","13958.438"],["15128.089","13945.605"],["15116.250","13930.071"],["15134.803","13931.079"],["15123.569","13937.652"],["15130.888","13935.951"],["15116.168","13928.965"],["15116.809","13934.068"],["15115.477","13926.686"],["15133.766","13936.033"],["15124.309","13935.472"],["15127.763","13929.279"],["15111.875","13942.309"],["15121.316","13939.386"],["15123.059","13944.720"],["15117.237","13945.315"],["15125.428","13942.226"],["15163.149","13968.708"],["15157.464","13951.683"],["15162.820","13963.670"],["15135.178","13989.551"],["15128.270","13990.955"],["15095.775","13947.545"],["15095.462","13967.908"],["15116.696","13958.626"],["15116.959","13988.156"],["15128.127","13974.266"],["15100.215","13983.069"],["15098.406","13969.328"],["15119.508","13956.975"],["15113.965","13986.653"],["15117.321","13977.784"],["15130.725","13965.579"],["15137.140","13950.567"],["15131.712","13949.873"],["15106.367","13985.266"],["15099.985","13988.123"],["15100.577","13966.075"],["15129.565","13885.999"],["15134.236","13911.400"],["15135.321","13895.198"],["15118.101","13887.717"],["15111.078","13885.553"],["15122.641","13903.720"],["15129.795","13907.750"],["15113.463","13879.822"],["15116.750","13886.125"],["15135.516","13871.030"],["15138.937","13886.636"],["15149.785","13931.380"],["15171.024","13888.164"],["15158.343","13888.197"],["15163.129","13871.648"],["15147.800","13888.593"],["15164.823","13882.879"],["15167.521","13866.265"],["15157.817","13873.663"],["15147.471","13884.976"],["15138.113","13876.818"],["15173.162","13869.898"],["15137.027","13891.500"],["15172.581","13924.791"],["15230.308","13926.789"],["15213.186","13923.205"],["15224.173","13933.147"],["15230.325","13931.132"],["15220.275","13925.286"],["15216.657","13933.874"],["15229.785","13917.324"],["15244.176","13907.728"],["15219.193","13912.270"],["15231.725","13911.973"],["15242.433","13895.243"],["15212.761","13859.777"],["15236.001","13867.836"],["15231.659","13865.128"],["15209.949","13860.504"],["15199.192","13861.412"],["15290.396","14023.778"],["15195.539","13863.637"],["15222.002","13863.819"],["15212.068","13862.993"],["15231.377","13862.134"],["15200.292","13868.559"],["15229.949","13905.099"],["15200.640","13894.876"],["15206.397","13884.240"],["15202.384","13904.769"],["15250.661","13943.832"],["15252.388","13936.962"],["15273.721","13921.189"],["15300.606","13975.396"],["15290.589","13963.009"],["15293.237","13962.084"],["15284.241","13964.793"],["15168.599","13854.542"],["15159.323","13836.293"],["15134.356","13830.265"],["15133.500","13842.569"],["15114.762","13895.079"],["15111.495","13868.670"],["19319.530","15577.966"],["19321.117","15689.058"],["19342.203","15654.724"],["19344.275","15651.454"],["19332.660","15707.908"],["19381.720","15701.653"],["19378.299","15701.603"],["19316.437","15624.777"],["19392.579","15674.608"],["19394.816","15664.170"],["19365.392","15674.046"],["19381.461","15657.316"],["22783.854","12845.705"],["22799.738","12962.138"],["22793.554","12960.651"],["22808.669","12955.911"],["22875.162","12810.510"],["22870.064","12808.611"],["22864.521","12812.773"],["22877.023","12895.067"],["22882.862","12881.013"],["22875.749","12930.873"],["22849.072","12934.229"],["22857.263","12938.358"],["22851.177","12929.869"],["22865.155","12949.475"],["22867.836","12941.201"],["22856.915","12944.818"],["22845.289","12947.528"],["22837.493","12940.955"],["22841.654","12950.203"],["22819.689","12940.780"],["22820.840","12936.750"],["22818.767","12935.644"],["22861.574","12864.256"],["22862.084","12870.498"],["22864.452","12864.586"],["22811.100","12868.682"],["22817.778","12867.642"],["22816.412","12864.884"],["22786.551","12845.986"],["22782.982","12846.118"],["22865.542","12811.714"],["22877.581","12818.650"],["22881.052","12816.866"],["22810.627","12804.915"],["22813.472","12803.032"],["22817.173","12806.880"],["22815.832","12942.714"],["22827.542","12930.063"],["22818.661","12944.927"],["22702.561","12948.662"],["22703.630","12962.717"],["22692.709","12956.771"],["22700.690","12951.720"],["22706.183","12951.753"],["22695.821","12953.751"],["22712.050","12954.435"],["22706.227","12962.082"],["22716.918","12966.574"],["22708.987","12968.671"],["22693.741","12967.565"],["22687.153","12938.378"],["22708.748","12943.993"],["22692.679","12930.880"],["22706.394","12903.370"],["22717.150","12904.956"],["22686.131","12941.933"],["22686.307","12832.820"],["22714.135","12845.041"],["22761.220","12884.939"],["22760.612","12898.448"],["22777.929","12896.662"],["22759.360","12903.896"],["22760.988","12886.257"],["22743.673","12868.639"],["22755.153","12867.417"],["22732.087","12926.599"],["22732.432","12913.156"],["22724.389","12924.700"],["22836.898","12968.404"],["22746.705","12823.152"],["22751.903","12828.272"],["22750.242","12822.359"],["23891.289","7943.706"],["23890.269","7944.482"],["23926.549","7947.292"],["23926.335","7957.664"],["23929.296","7953.634"],["23870.190","7940.133"],["23875.486","7952.454"],["23855.417","7930.626"],["23887.631","7910.651"],["23898.124","7912.501"],["23892.680","7917.521"],["23849.520","7906.641"],["23846.379","7899.573"],["23854.233","7929.304"],["23866.536","7927.207"],["23728.782","8084.742"],["23740.328","8073.891"],["23725.871","8086.393"],["23729.535","8001.814"],["23740.177","7998.263"],["23753.846","8014.421"],["23725.754","8033.810"],["23759.717","8027.254"],["23756.280","8020.730"],["15019.362","14655.716"],["14954.546","14643.736"],["14988.956","14639.391"],["15024.428","14660.373"],["14954.875","14644.579"],["15068.547","14612.501"],["14982.788","14641.455"],["15020.891","14654.659"],["15075.742","14613.644"],["15074.666","14616.415"],["15061.885","14638.791"],["14984.515","14642.033"],["15064.615","14625.199"],["15019.951","14621.984"],["14998.997","14617.805"],["15005.971","14632.355"],["14990.905","14617.855"],["15009.590","14614.535"],["15003.833","14634.321"],["15023.767","14624.114"],["15014.129","14625.799"],["15006.942","14648.573"],["15019.409","14634.155"],["15005.889","14650.357"],["15016.152","14637.392"],["15012.090","14623.421"],["15008.307","14638.813"],["14999.201","14641.924"],["15017.057","14632.686"],["15070.850","14652.481"],["15065.044","14650.846"],["15067.380","14651.986"],["15083.970","14649.475"],["15089.349","14650.136"],["15088.444","14646.981"],["15078.488","14609.416"],["15088.922","14623.467"],["15082.699","14594.750"],["15085.715","14609.660"],["15076.317","14612.504"],["15080.314","14602.744"],["15083.998","14597.129"],["15067.363","14658.757"],["15078.103","14656.858"],["15081.376","14656.907"],["15064.913","14652.300"],["15072.955","14652.993"],["15085.582","14655.156"],["15075.923","14603.949"],["14888.758","14616.860"],["14918.379","14598.693"],["14902.277","14617.058"],["14902.409","14627.479"],["14911.274","14620.873"],["14910.978","14603.069"],["14959.207","14592.878"],["14965.572","14605.694"],["14963.451","14611.574"],["14930.868","14616.726"],["14940.868","14632.862"],["14950.572","14599.220"],["14933.648","14591.111"],["14947.595","14581.136"],["14960.408","14593.076"],["14972.003","14608.882"],["14987.283","14586.751"],["14971.115","14629.592"],["15049.595","14557.122"],["15043.674","14543.828"],["15017.522","14520.046"],["15050.697","14520.095"],["15021.486","14506.371"],["15068.230","14564.703"],["15013.772","14536.577"],["15041.371","14538.922"],["15058.427","14540.293"],["15025.121","14512.515"],["15078.394","14522.407"],["15047.966","14531.458"],["15014.693","14530.962"],["15069.529","14534.050"],["15081.059","14548.501"],["15020.565","14567.031"],["15076.673","14487.268"],["15090.291","14504.675"],["15070.735","14485.171"],["15080.686","14500.728"],["15092.659","14504.246"],["14992.352","14497.505"],["15022.599","14498.033"],["15004.490","14472.583"],["14983.931","14472.897"],["14973.914","14481.749"],["14975.872","14497.439"],["14972.451","14493.112"],["15033.076","14478.661"],["15021.628","14451.229"],["15032.829","14465.713"],["15010.214","14481.733"],["14970.911","14522.665"],["15001.552","14562.186"],["15003.888","14559.147"],["14977.736","14562.070"],["14983.444","14548.941"],["14962.786","14576.472"],["14987.967","14514.110"],["14990.977","14562.880"],["14972.358","14529.486"],["14997.309","14566.034"],["14967.762","14540.561"],["14912.549","14566.226"],["14924.933","14536.515"],["14954.358","14519.240"],["14960.098","14556.845"],["14966.167","14538.051"],["14949.703","14533.658"],["14918.256","14525.730"],["14918.864","14565.301"],["14956.759","14576.135"],["14919.341","14564.558"],["14910.739","14527.068"],["14945.509","14549.017"],["14945.756","14581.370"],["14914.144","14569.380"],["14892.889","14527.626"],["14887.609","14504.521"],["14925.666","14644.627"],["14891.867","14643.074"],["14899.647","14646.030"],["14893.939","14645.221"],["14911.423","14656.105"],["14932.525","14657.376"],["14917.492","14657.921"],["14917.114","14636.468"],["14897.114","14656.633"],["14911.275","14660.316"],["20977.696","10839.862"],["10500.003","13767.725"],["10513.129","13767.445"],["18883.323","18431.914"],["18899.924","18451.132"],["18919.184","18449.316"],["18916.655","18456.276"],["19059.370","18457.681"],["19038.284","18464.489"],["19025.061","18453.242"],["19033.432","18459.187"],["19030.097","18425.354"],["19023.156","18422.166"],["19036.717","18406.494"],["19023.263","18404.363"],["19060.032","18431.091"],["19053.782","18418.804"],["19055.411","18409.357"],["18956.235","18401.869"],["18969.409","18408.871"],["19006.107","18444.802"],["18982.818","18447.544"],["18994.199","18375.037"],["18969.413","18412.180"],["19003.936","18388.580"],["18991.368","18383.566"],["18980.529","18391.493"],["18938.297","18390.322"],["18934.909","18372.402"],["18926.800","18368.521"],["18919.574","18392.269"],["18883.818","18383.036"],["18892.321","18369.345"],["18891.681","18356.265"],["18900.233","18373.210"],["18894.312","18372.946"],["18887.433","18306.776"],["18933.664","18354.569"],["18921.690","18316.154"],["18943.154","18317.178"],["18962.511","18359.956"],["18962.675","18348.098"],["18962.215","18371.963"],["18935.848","18364.567"],["18920.716","18370.248"],["18929.466","18338.456"],["18900.751","18317.793"],["18904.336","18317.727"],["19052.594","18460.620"],["19063.449","18435.863"],["19065.061","18439.629"],["19085.232","18396.534"],["19076.482","18389.829"],["19050.611","18401.489"],["19079.520","18432.201"],["19085.606","18439.600"],["19053.024","18463.695"],["19036.522","18394.673"],["19060.585","18368.034"],["19048.907","18391.849"],["19085.869","18357.826"],["19091.067","18351.963"],["19081.708","18368.957"],["19006.482","18381.355"],["19033.752","18397.838"],["18884.995","18284.672"],["18913.662","18292.883"],["18913.481","18309.993"],["18947.264","18314.468"],["18955.581","18421.963"],["18951.370","18407.578"],["18899.364","18389.849"],["18901.585","18400.485"],["18914.808","18406.480"],["18909.204","18456.619"],["18885.853","18461.354"],["18884.486","18442.745"],["18939.901","18421.413"],["18951.430","18445.113"],["18957.154","18436.195"],["18984.163","18423.240"],["18987.682","18439.541"],["18986.432","18446.031"],["19014.166","18425.703"],["19017.406","18418.370"],["18989.972","18416.157"],["18997.346","18459.609"],["18987.560","18452.606"],["18995.504","18465.108"],["19013.487","18465.340"],["20095.140","12360.371"],["18856.027","13541.198"],["18804.777","13563.180"],["18849.333","13531.602"],["18801.339","13540.560"],["18808.902","13416.653"],["18803.639","13431.814"],["18861.781","13555.943"],["18841.024","13567.586"],["18854.045","13480.109"],["18733.066","13500.412"],["18728.165","13501.866"],["18744.947","13553.290"],["18717.150","13548.797"],["18676.379","13556.566"],["18879.629","13599.745"],["18877.674","13583.001"],["18604.978","16929.509"],["18614.419","16954.166"],["18646.886","16850.273"],["18655.209","16836.384"],["14054.717","16267.766"],["14044.964","16262.872"],["14188.345","16152.021"],["14247.356","16160.997"],["14232.603","16168.512"],["14248.684","16152.406"],["14231.347","16243.173"],["14225.228","16245.799"],["14214.656","16239.865"],["14202.329","16247.991"],["14195.059","16245.794"],["14183.598","16243.267"],["14185.967","16247.726"],["14191.760","16268.196"],["14186.925","16279.724"],["14180.140","16245.474"],["14183.298","16253.368"],["14155.492","16245.720"],["14160.278","16249.833"],["14152.650","16275.425"],["14152.387","16274.434"],["14156.088","16294.228"],["14143.769","16292.659"],["14127.833","16300.037"],["14131.715","16312.985"],["14134.345","16296.724"],["14127.108","16293.619"],["14114.517","16300.508"],["14119.829","16286.107"],["14107.853","16277.807"],["14109.761","16270.491"],["14103.306","16260.025"],["14102.878","16264.617"],["14088.062","16285.369"],["14087.305","16283.453"],["14087.068","16273.018"],["14082.808","16271.911"],["14229.109","16336.407"],["14230.951","16331.914"],["14248.556","16316.866"],["14240.349","16332.060"],["14238.671","16295.085"],["14242.981","16302.418"],["14250.834","16311.904"],["27749.807","10803.654"],["27732.466","10841.326"],["27737.786","10807.217"],["27747.723","10854.085"],["32201.351","11668.973"],["32195.857","11686.545"],["32226.252","11683.936"],["32213.014","11525.660"],["32199.379","11509.294"],["32232.389","11552.630"],["32287.002","11564.058"],["32281.723","11572.415"],["32284.042","11590.020"],["27746.664","16806.137"],["27743.414","16800.645"],["27742.149","16800.074"],["27739.814","16807.152"],["27735.574","16803.241"],["27734.752","16777.808"],["27818.330","16972.043"],["27748.455","16985.871"],["27746.596","16985.320"],["27750.840","16984.264"],["27750.749","16986.201"],["27725.963","16966.099"],["27729.851","16965.629"],["27731.465","16964.711"],["27729.619","16962.606"],["27817.326","16970.259"],["27743.773","16917.062"],["27777.622","16873.780"],["27773.602","16873.273"],["27771.300","16873.893"],["27773.053","16876.643"],["27774.049","16874.743"],["27774.183","16849.001"],["27777.581","16842.387"],["27773.039","16837.960"],["27766.618","16830.615"],["27769.844","16840.329"],["27769.812","16849.425"],["27774.769","16845.999"],["27746.932","16836.071"],["27739.951","16839.493"],["27740.405","16843.547"],["27748.416","16854.626"],["27751.825","16852.677"],["27752.821","16846.845"],["27760.962","16857.370"],["27730.465","16854.887"],["15136.476","15561.625"],["15149.980","15531.964"],["15131.707","15531.270"],["15123.170","15568.463"],["15130.078","15553.136"],["15155.243","15552.129"],["15137.957","15532.509"],["15126.838","15559.594"],["15141.065","15545.506"],["15152.513","15543.706"],["15124.075","15561.212"],["15138.434","15572.625"],["15138.598","15562.005"],["15129.651","15532.245"],["15155.802","15546.712"],["15123.812","15553.219"],["15133.999","15590.024"],["15146.877","15624.392"],["15154.706","15621.601"],["15138.637","15601.601"],["15153.506","15618.001"],["15158.736","15601.238"],["15129.279","15616.597"],["15129.789","15599.867"],["15143.226","15615.342"],["15132.535","15602.278"],["15165.989","15585.812"],["15157.173","15611.874"],["15133.867","15624.508"],["15140.249","15602.873"],["15153.407","15608.422"],["15131.071","15596.812"],["15101.664","15595.251"],["15095.316","15599.232"],["15098.934","15598.406"],["15215.260","15628.487"],["15217.069","15620.824"],["15189.733","15612.732"],["15184.306","15618.033"],["15184.898","15640.428"],["15190.917","15618.809"],["15208.056","15600.246"],["15180.112","15612.021"],["15188.894","15622.938"],["15193.483","15614.697"],["15181.394","15602.624"],["15208.993","15619.784"],["15203.960","15604.887"],["15212.052","15604.969"],["15208.730","15639.338"],["15209.667","15627.926"],["15236.170","15643.277"],["15241.795","15650.247"],["15226.269","15635.945"],["15220.677","15652.559"],["15233.621","15654.062"],["15245.545","15628.414"],["15228.111","15663.657"],["15217.749","15631.750"],["15217.091","15662.898"],["15252.190","15626.795"],["15249.262","15626.531"],["15221.022","15634.343"],["15252.519","15666.779"],["15251.351","15631.964"],["15231.598","15654.260"],["15249.707","15642.039"],["15259.970","15610.342"],["15271.072","15621.771"],["15266.516","15599.112"],["15264.394","15607.171"],["15265.496","15595.214"],["15256.927","15614.702"],["15259.871","15621.886"],["15259.131","15624.744"],["15269.345","15611.647"],["15265.216","15606.792"],["15266.433","15609.632"],["15284.328","15615.991"],["15278.358","15599.277"],["15281.598","15597.279"],["15286.730","15611.829"],["15284.279","15606.247"],["15210.108","15551.737"],["15226.030","15538.954"],["15223.990","15558.063"],["15238.299","15543.265"],["15243.513","15549.409"],["15295.763","15522.130"],["15212.822","15561.729"],["15212.510","15547.873"],["15298.913","15614.011"],["15301.841","15618.652"],["15298.403","15598.223"],["15302.630","15612.938"],["15194.782","15539.912"],["15192.710","15564.735"],["15198.368","15562.687"],["15182.940","15573.686"],["15200.786","15577.930"],["15197.874","15546.535"],["15172.151","15574.611"],["15188.976","15557.005"],["15190.917","15564.553"],["15184.453","15545.329"],["15177.842","15571.076"],["15169.963","15544.140"],["15206.361","15576.295"],["15186.624","15561.448"],["15183.319","15546.188"],["15167.891","15559.466"],["15300.957","15553.432"],["15302.898","15573.218"],["15301.845","15540.501"],["15290.184","15546.017"],["15302.010","15566.810"],["15298.358","15539.526"],["15292.717","15569.204"],["15238.787","15512.271"],["15224.379","15510.982"],["15211.040","15534.897"],["15235.185","15510.685"],["15218.228","15527.745"],["15231.435","15534.252"],["15236.895","15512.733"],["15242.487","15534.203"],["15235.580","15517.423"],["15216.007","15518.167"],["15156.407","15654.269"],["15185.667","15671.098"],["15168.776","15650.471"],["15179.532","15653.658"],["15171.802","15639.570"],["15154.154","15656.631"],["15162.855","15642.791"],["15159.055","15655.822"],["15192.295","15656.333"],["15191.966","15646.276"],["15165.355","15657.490"],["15178.299","15653.014"],["15175.059","15653.427"],["15192.641","15640.099"],["15124.587","15631.237"],["15131.544","15642.450"],["15145.788","15639.626"],["15140.738","15662.632"],["15136.067","15643.904"],["15150.212","15624.482"],["15142.038","15639.114"],["15142.860","15636.455"],["15134.028","15632.360"],["15148.913","15640.667"],["15114.110","15663.573"],["15151.446","15666.530"],["15129.159","15629.057"],["15182.420","15531.870"],["15174.098","15523.530"],["15196.417","15507.130"],["15178.736","15509.888"],["15181.252","15522.704"],["15177.650","15524.223"],["15174.065","15528.154"],["15200.085","15522.143"],["15215.200","15524.752"],["15176.417","15522.473"],["15188.292","15533.588"],["15116.280","15654.325"],["15117.185","15653.169"],["15129.965","15666.816"],["15163.035","15707.864"],["15155.553","15682.714"],["15160.108","15686.743"],["15198.182","15686.180"],["15193.346","15675.214"],["15254.737","15705.726"],["15288.161","15663.776"],["15280.941","15657.566"],["15300.602","15678.749"],["15299.500","15691.879"],["15285.938","15680.215"],["15291.579","15668.142"],["15275.791","15704.212"],["15277.913","15695.855"],["15280.874","15716.698"],["15281.548","15708.341"],["15263.999","15708.126"],["15275.347","15701.371"],["15266.943","15704.030"],["15269.147","15712.090"],["15135.478","15672.964"],["15149.047","15676.713"],["15134.853","15678.018"],["15141.876","15681.469"],["15129.836","15685.945"],["15132.961","15687.498"],["15130.001","15680.066"],["15133.323","15690.024"],["21373.288","16141.039"],["21393.018","16135.775"],["21398.556","16140.311"],["21394.604","16136.061"],["21397.894","16133.105"],["21385.841","16140.294"],["21303.747","16138.668"],["21303.928","16137.380"],["21319.937","16128.950"],["21317.031","16116.817"],["21317.673","16122.168"],["21296.455","16111.975"],["21304.416","16110.240"],["21288.684","16120.392"],["21277.451","16116.164"],["21266.588","16139.645"],["21264.006","16140.669"],["21254.817","16123.355"],["21292.719","16089.370"],["21288.229","16098.371"],["21313.173","16104.134"],["21310.443","16094.772"],["21314.898","16102.701"],["21314.388","16110.942"],["21333.064","16131.951"],["21338.212","16130.944"],["21313.558","16138.707"],["21262.344","16135.253"],["21269.827","16123.214"],["21331.370","16107.282"],["21336.979","16108.471"],["21338.270","16101.204"],["21337.612","16101.006"],["21326.083","16118.775"],["21333.551","16126.141"],["10865.504","16571.261"],["10861.655","16569.527"],["10876.984","16573.474"],["10881.439","16632.692"],["10878.248","16629.455"],["10867.304","16628.269"],["10852.238","16626.882"],["10859.870","16613.587"],["10875.429","16628.335"],["10870.775","16631.952"],["10858.431","16598.388"],["10855.882","16588.660"],["10851.803","16587.438"],["10854.533","16593.962"],["10874.714","16594.837"],["10834.753","16603.216"],["10823.224","16610.548"],["10836.102","16598.079"],["10820.592","16601.349"],["10874.165","16588.708"],["10874.625","16599.294"],["10868.851","16639.128"],["10866.170","16661.539"],["10863.801","16650.441"],["10875.545","16648.261"],["10866.120","16657.262"],["10868.778","16660.597"],["10868.844","16674.635"],["10882.742","16684.511"],["10844.206","16683.236"],["10856.886","16688.092"],["10841.377","16675.012"],["10861.015","16686.919"],["10860.850","16670.519"],["10823.479","16693.976"],["10820.025","16669.186"],["10833.923","16675.132"],["10798.018","16704.817"],["10788.753","16712.776"],["10779.262","16694.461"],["10775.512","16718.589"],["10769.262","16711.125"],["10793.588","16703.528"],["10790.392","16681.680"],["10779.191","16658.873"],["10803.684","16640.939"],["10808.259","16648.730"],["10833.210","16648.532"],["10829.000","16641.926"],["10815.743","16662.223"],["10809.345","16644.502"],["10834.174","16628.944"],["10842.973","16613.221"],["10834.421","16635.434"],["10836.296","16623.213"],["10837.348","16613.155"],["10818.491","16619.094"],["10796.912","16611.844"],["10797.537","16617.823"],["10793.951","16606.245"],["10782.027","16633.129"],["10791.435","16631.312"],["10795.958","16590.282"],["10796.665","16594.213"],["10811.945","16584.799"],["10807.960","16567.953"],["10804.341","16578.342"],["10793.716","16568.895"],["10792.368","16572.660"],["10771.044","16585.627"],["10764.301","16576.279"],["10784.876","16577.881"],["10764.333","16580.589"],["10779.317","16578.426"],["10765.876","16603.843"],["10759.051","16613.075"],["10748.656","16601.878"],["10768.163","16599.863"],["10759.166","16607.064"],["10743.130","16601.776"],["10727.686","16613.006"],["10735.120","16600.554"],["10719.149","16605.872"],["10740.021","16604.815"],["10733.686","16650.574"],["10748.916","16653.399"],["10749.640","16635.331"],["10759.713","16652.211"],["10766.572","16663.937"],["10770.601","16649.734"],["10746.752","16650.791"],["10756.736","16650.180"],["10757.603","16636.621"],["10761.517","16618.124"],["10775.580","16638.223"],["10774.971","16617.562"],["10736.377","16566.281"],["10880.207","16771.019"],["10870.882","16760.715"],["10858.152","16771.004"],["10844.336","16775.330"],["22603.792","12144.160"],["22601.243","12147.216"],["22582.427","12140.444"],["22622.903","12155.639"],["22636.192","12148.703"],["18629.924","17076.229"],["18640.582","17076.245"],["28350.471","10674.406"],["28340.543","10679.661"],["28329.319","10652.986"],["28207.632","10733.924"],["28223.548","10749.731"],["28253.750","10722.694"],["28229.161","10727.219"],["28223.322","10732.157"],["28235.477","10718.334"],["28295.493","10703.685"],["28339.126","10681.534"],["28215.471","10758.061"],["28240.066","10720.712"],["28329.337","10651.678"],["28307.697","10664.263"],["28320.719","10645.798"],["28311.546","10681.307"],["28332.856","10651.483"],["28210.463","10760.052"],["28149.896","10783.898"],["28192.925","10744.491"],["28147.389","10765.326"],["28232.255","10702.283"],["28246.667","10664.606"],["28245.516","10660.626"],["28160.424","10709.290"],["28292.983","10663.252"],["28267.786","10649.577"],["28275.807","10655.938"],["28362.089","9873.385"],["28379.004","9993.310"],["11898.305","16774.165"],["11903.338","16769.426"],["11878.946","16768.600"],["11891.940","16764.438"],["11900.476","16763.563"],["11870.090","16722.706"],["11865.864","16722.872"],["11898.607","16697.196"],["11886.353","16681.671"],["11881.501","16696.617"],["11892.192","16682.728"],["11891.972","16662.764"],["11915.903","16671.765"],["11910.377","16655.926"],["11896.956","16655.695"],["11891.014","16709.848"],["11725.312","16628.131"],["11733.092","16627.256"],["11733.733","16644.201"],["11739.006","16630.218"],["11795.094","16614.232"],["11789.699","16613.340"],["11779.288","16611.276"],["11757.890","16657.225"],["11771.801","16599.781"],["11783.577","16611.424"],["11766.570","16614.232"],["11777.475","16599.764"],["11793.594","16605.101"],["11781.407","16603.003"],["11800.584","16600.526"],["11805.370","16603.631"],["11828.510","16591.546"],["11825.254","16590.473"],["11817.375","16591.943"],["11828.280","16609.597"],["11766.632","16626.905"],["11759.208","16637.726"],["11742.794","16634.985"],["11845.257","16629.989"],["11783.034","16577.228"],["11798.478","16601.291"],["11782.903","16600.994"],["11789.366","16590.705"],["11886.829","16721.429"],["11884.477","16735.268"],["11899.000","16735.087"],["11726.725","16688.541"],["11841.459","16767.339"],["11831.673","16758.470"],["11826.722","16764.152"],["11859.829","16727.528"],["11847.592","16720.674"],["11850.684","16725.695"],["11851.283","16694.866"],["11873.158","16702.480"],["11888.780","16658.988"],["11893.287","16654.463"],["11896.115","16655.851"],["11853.968","16646.672"],["11861.781","16653.774"],["11847.406","16655.524"],["11776.138","16693.215"],["11773.424","16682.216"],["11755.907","16689.582"],["11776.401","16689.417"],["11776.236","16683.950"],["11809.061","16676.578"],["11774.028","16677.007"],["11778.354","16634.249"],["11870.725","16606.737"],["11855.627","16603.847"],["11924.768","16718.300"],["11902.453","16583.805"],["11895.118","16568.050"],["11910.068","16597.282"],["16119.543","16148.027"],["16128.638","16171.809"],["16130.053","16165.748"],["16110.497","16163.453"],["16122.150","16191.177"],["16130.094","16207.180"],["16104.155","16203.115"],["16115.866","16198.127"],["23495.131","8647.335"],["23491.397","8646.989"],["23482.323","8622.656"],["23432.383","8574.496"],["23444.869","8568.175"],["23463.125","8562.042"],["23474.151","8595.685"],["23464.513","8586.932"],["23470.592","8553.933"],["23427.106","8557.770"],["23431.547","8550.091"],["23466.792","8563.529"],["23512.723","8540.252"],["23482.751","8587.551"],["23483.195","8583.175"],["23490.530","8568.955"],["23503.557","8585.933"],["23403.530","8557.712"],["23400.290","8539.231"],["23416.770","8537.844"],["12151.491","16828.340"],["12150.405","16806.820"],["12154.775","16807.951"],["12158.179","16813.583"],["12154.281","16804.235"],["12159.528","16824.153"],["12151.041","16823.261"],["12147.317","16795.210"],["12147.366","16783.781"],["12150.185","16831.542"],["12162.997","16837.438"],["12156.451","16840.410"],["12346.199","16791.517"],["12327.864","16795.312"],["12332.847","16782.215"],["12331.499","16791.233"],["12330.561","16787.748"],["12338.719","16803.206"],["12302.696","16788.841"],["12324.012","16792.673"],["12304.850","16783.556"],["12314.061","16792.888"],["12300.216","16810.353"],["12300.380","16800.460"],["12308.735","16791.724"],["12292.732","16799.089"],["12285.247","16817.266"],["12283.060","16813.666"],["12283.750","16831.585"],["12284.887","16836.195"],["12298.226","16838.639"],["12296.745","16847.673"],["12285.857","16827.013"],["12291.663","16838.606"],["12276.304","16847.614"],["12278.475","16850.075"],["12267.745","16835.025"],["12268.156","16841.615"],["12263.797","16839.071"],["12262.103","16846.305"],["12271.215","16849.641"],["12234.081","16846.509"],["12254.936","16852.306"],["12259.903","16852.818"],["12253.834","16838.532"],["12204.579","16863.287"],["12212.967","16868.043"],["12213.921","16856.499"],["12213.592","16871.379"],["12225.236","16863.766"],["12192.968","16868.516"],["12195.945","16872.149"],["12182.951","16878.260"],["12180.534","16886.138"],["12205.303","16887.221"],["12203.362","16900.631"],["12192.737","16894.207"],["12218.149","16882.151"],["12202.918","16877.906"],["12202.033","16803.887"],["12215.372","16807.289"],["12219.039","16813.218"],["12222.855","16813.119"],["12183.995","16836.973"],["12194.505","16817.501"],["12184.127","16841.316"],["12173.977","16845.483"],["12177.020","16849.678"],["12169.092","16844.624"],["12162.300","16870.368"],["12151.609","16851.376"],["12162.925","16865.050"],["12148.073","16854.431"],["12153.550","16873.143"],["12186.534","16780.901"],["12177.801","16785.790"],["12253.321","16869.473"],["12265.772","16871.405"],["12271.150","16856.013"],["12256.232","16861.826"],["12257.663","16880.703"],["12312.373","16868.522"],["12174.099","16911.700"],["12153.392","16928.331"],["12172.586","16924.731"],["12172.027","16906.085"],["12170.497","16912.526"],["12170.732","16932.447"],["12153.265","16940.539"],["12168.709","16954.461"],["12166.538","16935.106"],["12151.209","16944.106"],["12159.066","16969.285"],["12162.668","16964.974"],["12161.217","16966.487"],["19319.775","17183.808"],["19362.550","17194.363"],["19329.179","17170.135"],["19340.297","17187.492"],["19362.698","17163.347"],["18646.926","15950.158"],["18649.155","16003.462"],["21613.109","13724.000"],["27825.773","11525.691"],["27894.312","11535.721"],["27855.503","11590.603"],["27882.027","11636.561"],["27908.660","11608.243"],["27889.117","11656.879"],["27833.514","11580.375"],["27747.434","11535.159"],["27734.183","11536.661"],["27784.803","11549.476"],["16103.890","14668.973"],["16083.639","14677.124"],["16054.675","14690.056"],["16057.011","14673.524"],["16058.014","14686.951"],["16024.693","14709.628"],["16019.051","14724.938"],["16027.094","14698.464"],["16048.541","14698.464"],["16120.061","14687.700"],["16124.781","14680.979"],["16136.991","14752.952"],["16129.873","14812.077"],["16133.360","14808.245"],["16102.970","14831.648"],["16088.825","14824.415"],["16085.601","14835.083"],["16105.305","14813.382"],["16141.539","14829.825"],["16117.394","14841.452"],["16143.611","14828.454"],["16140.980","14847.397"],["16122.452","14860.792"],["16118.241","14845.548"],["16118.570","14847.167"],["16088.463","14842.443"],["16091.505","14841.534"],["16075.101","14815.684"],["18088.513","17344.882"],["18062.193","17287.186"],["18107.213","17278.393"],["18120.798","17280.061"],["18108.693","17259.764"],["18103.528","17283.909"],["18113.028","17203.522"],["18129.097","17208.659"],["18129.048","17221.607"],["18143.653","17206.726"],["18087.296","17226.092"],["18071.112","17199.717"],["18078.957","17219.469"],["18104.763","17226.108"],["18170.799","17201.943"],["18161.967","17200.193"],["18168.941","17212.695"],["18185.026","17218.095"],["18187.927","17203.516"],["18251.139","17199.503"],["18251.139","17225.482"],["18248.768","17269.633"],["18235.350","17322.447"],["18216.205","17330.077"],["18222.126","17338.285"],["18210.281","17346.690"],["18212.881","17339.625"],["18216.646","17335.482"],["18142.287","17321.815"],["18151.629","17335.407"],["18118.812","17338.081"],["18119.832","17358.362"],["18051.971","17253.124"],["18044.565","17258.666"],["18221.710","17218.065"],["18218.311","17211.313"],["18239.350","17208.625"],["18229.786","17209.927"],["18067.566","17294.609"],["18046.019","17300.848"],["18061.780","17313.591"],["18062.028","17297.893"],["18211.056","17326.664"],["18247.733","17347.597"],["12859.282","15250.140"],["12850.713","15241.569"],["12855.995","15245.643"],["12853.199","15241.828"],["12846.751","15247.546"],["12837.919","15245.267"],["12805.772","15251.724"],["12809.802","15247.314"],["12779.568","15256.125"],["12781.695","15255.281"],["12784.902","15255.182"],["17313.452","16194.849"],["17356.869","16200.907"],["17235.365","16290.040"],["17215.510","16314.837"],["17261.782","16300.291"],["17208.403","16298.412"],["17397.475","16275.724"],["17205.951","16204.268"],["17357.318","16177.743"],["17325.390","16193.523"],["17279.527","16183.125"],["17388.028","16178.846"],["17268.263","16288.186"],["17239.424","16144.559"],["17213.105","16212.014"],["17229.906","16201.507"],["17352.632","16230.050"],["17382.056","16195.313"],["17399.777","16181.274"],["17372.521","16166.851"],["17281.911","16182.068"],["17374.336","16153.016"],["17354.240","16219.502"],["17255.838","16309.224"],["17400.957","16192.125"],["17249.447","16288.438"],["17318.472","16188.254"],["17402.819","16193.531"],["17356.411","16220.526"],["17211.426","16310.462"],["17407.391","16162.433"],["17211.415","16159.544"],["17407.829","16165.518"],["17334.194","16144.098"],["17327.682","16203.744"],["17389.294","16188.984"],["17282.043","16156.727"],["17384.147","16206.064"],["17313.748","16194.056"],["17356.061","16173.423"],["17319.903","16206.552"],["17359.261","16200.670"],["17402.262","16250.449"],["17206.793","16163.310"],["17226.797","16192.440"],["17241.583","16321.606"],["17396.187","16239.513"],["17200.603","16269.918"],["17223.378","16165.258"],["17276.286","16168.519"],["17244.918","16151.710"],["17313.103","16171.931"],["17313.662","16183.805"],["17211.972","16297.454"],["17230.956","16216.954"],["17254.415","16146.510"],["17327.035","16186.867"],["17226.747","16209.338"],["17231.206","16217.012"],["17307.209","16332.714"],["17305.284","16325.547"],["17233.393","16220.910"],["17202.643","16205.806"],["17395.989","16228.194"],["17203.526","16313.304"],["17401.445","16169.601"],["17392.064","16153.347"],["17397.817","16206.596"],["17358.961","16156.573"],["17200.280","16244.626"],["17382.300","16142.705"],["17396.127","16166.006"],["17259.399","16152.934"],["23890.077","8027.625"],["23883.630","8032.993"],["23920.446","8059.793"],["23927.519","8058.158"],["23906.767","8097.407"],["23918.012","8054.360"],["23914.691","7932.329"],["23920.710","7917.100"],["23922.026","7921.641"],["23917.816","7912.277"],["23908.049","8014.647"],["23905.565","8012.021"],["23907.128","8012.120"],["23879.884","8111.325"],["23863.902","8083.265"],["23884.829","8100.907"],["23872.560","8073.772"],["23882.820","8066.199"],["23921.679","8066.933"],["23919.295","8045.012"],["27341.534","16517.415"],["27326.397","16497.089"],["27341.446","16507.807"],["27328.616","16481.037"],["27309.737","16536.958"],["27325.789","16516.347"],["27308.923","16533.123"],["27341.314","16531.304"],["27344.554","16523.096"],["8188.318","11902.714"],["8187.479","11909.155"],["8191.015","11897.429"],["8199.157","11913.250"],["8188.712","11909.716"],["8237.943","11910.711"],["8192.313","11864.102"],["8212.066","11844.119"],["8213.957","11844.978"],["8199.878","11855.184"],["8208.957","11860.221"],["8204.518","11878.150"],["8195.373","11888.422"],["8191.574","11881.089"],["8190.077","11884.789"],["8201.557","11886.936"],["8164.036","11882.782"],["8150.516","11892.426"],["8172.391","11873.054"],["8170.812","11890.131"],["8153.098","11885.127"],["8183.555","11708.735"],["8165.655","11717.220"],["8177.160","11716.167"],["8185.005","11844.601"],["8178.753","11838.813"],["8190.530","11811.505"],["8174.490","11813.473"],["8171.236","11795.413"],["8176.321","11774.673"],["8187.139","11742.850"],["8173.144","11741.726"],["8179.808","11721.857"],["11529.055","16307.372"],["26845.733","16334.364"],["26786.007","16322.942"],["26719.963","16297.068"],["26731.525","16306.184"],["26876.086","16275.589"],["26854.671","16294.631"],["26871.990","16277.686"],["26847.072","16304.474"],["26760.293","16281.922"],["26751.082","16297.198"],["26746.066","16274.490"],["26772.974","16253.780"],["26742.842","16318.701"],["26721.178","16351.643"],["26708.448","16335.442"],["26854.769","16343.879"],["26873.617","16349.692"],["26848.864","16346.273"],["26818.788","16269.037"],["26824.758","16251.399"],["26684.453","16206.067"],["26689.585","16244.663"],["26699.353","16165.023"],["26727.988","16185.403"],["26708.844","16168.243"],["26714.074","16179.342"],["26823.994","16153.235"],["26795.277","16151.402"],["26688.218","16342.929"],["26798.859","16340.450"],["26719.106","16341.705"],["26792.856","16322.184"],["26785.109","16276.024"],["26788.398","16339.476"],["26691.639","16281.094"],["26778.218","16262.762"],["26712.872","16277.130"],["26802.017","16281.408"],["26768.645","16311.466"],["26685.076","16301.243"],["26691.046","16310.904"],["26681.951","16309.930"],["26808.563","16282.845"],["26790.027","16283.109"],["26792.708","16296.602"],["26680.182","16306.912"],["26695.248","16311.619"],["26690.708","16339.414"],["26714.343","16307.622"],["26782.814","16319.397"],["26779.754","16333.204"],["26717.945","16295.467"],["26719.606","16305.178"],["26725.034","16344.831"],["26731.942","16315.979"],["26712.567","16314.823"],["26773.833","16335.450"],["26782.073","16344.352"],["26711.218","16294.823"],["26706.317","16310.496"],["26700.642","16343.642"],["26722.978","16326.383"],["26727.666","16329.819"],["26708.619","16308.167"],["26729.427","16337.727"],["26736.566","16327.173"],["26745.381","16326.381"],["26757.783","16331.649"],["26729.312","16328.990"],["26759.477","16320.319"],["26705.217","16338.883"],["26754.904","16342.747"],["26700.809","16341.888"],["26745.941","16331.120"],["26704.773","16331.616"],["26731.072","16333.763"],["26747.174","16336.009"],["26695.776","16343.144"],["26720.562","16325.307"],["26721.927","16342.483"],["26687.683","16339.653"],["26720.413","16327.828"],["26699.344","16330.850"],["26703.752","16305.615"],["26722.420","16331.758"],["26705.545","16307.184"],["26717.535","16335.078"],["26712.206","16312.303"],["26708.275","16320.231"],["26695.792","16333.195"],["26698.884","16317.869"],["26728.703","16338.959"],["26715.890","16317.274"],["26729.344","16344.211"],["26723.637","16340.082"],["26693.785","16313.707"],["26689.969","16328.637"],["26721.236","16308.885"],["26687.667","16303.302"],["26694.032","16303.616"],["26723.061","16308.769"],["26690.512","16319.834"],["26691.894","16331.048"],["26691.565","16316.234"],["26721.959","16332.336"],["26691.022","16303.187"],["26705.495","16320.131"],["26702.354","16329.578"],["26707.535","16337.225"],["26720.479","16332.089"],["26725.167","16316.432"],["26700.561","16318.529"],["26727.584","16332.650"],["26691.515","16302.741"],["26682.251","16325.759"],["26686.939","16331.243"],["26674.324","16311.259"],["26687.005","16310.417"],["26688.386","16314.579"],["26678.353","16314.347"],["26677.531","16313.241"],["26682.399","16316.296"],["26673.567","16332.432"],["26677.481","16330.417"],["26686.182","16309.954"],["26675.426","16331.854"],["26682.416","16331.788"],["26672.810","16312.795"],["26674.833","16326.106"],["26680.376","16312.795"],["26687.366","16313.968"],["26687.235","16325.512"],["26680.575","16309.426"],["26695.410","16320.887"],["26678.025","16299.897"],["26677.499","16301.532"],["26692.285","16337.502"],["26692.927","16305.776"],["26685.772","16300.392"],["26699.621","16297.502"],["26698.354","16305.132"],["26685.723","16330.797"],["26699.962","16310.028"],["26673.399","16274.801"],["26681.541","16308.839"],["26710.801","16304.661"],["26726.179","16318.600"],["26712.643","16286.131"],["26721.919","16284.396"],["26724.567","16340.020"],["26705.110","16286.775"],["26675.883","16331.762"],["26729.501","16300.301"],["26732.791","16325.074"],["26686.985","16300.482"],["26698.959","16313.232"],["26711.015","16328.856"],["26715.916","16295.990"],["26738.334","16303.389"],["26719.715","16305.883"],["26739.156","16274.801"],["26739.913","16295.098"],["26681.492","16321.754"],["26711.788","16321.176"],["26720.077","16300.036"],["26714.403","16340.284"],["26673.942","16321.589"],["26728.465","16338.104"],["26719.798","16321.011"],["26685.620","16328.459"],["26709.469","16327.584"],["26708.564","16328.740"],["26686.278","16306.940"],["26684.600","16332.803"],["26718.959","16322.167"],["26683.811","16337.361"],["26698.417","16253.970"],["26749.601","16285.811"],["26779.897","16247.892"],["26772.841","16280.494"],["26703.302","16313.078"],["26760.374","16253.425"],["26780.374","16211.324"],["26718.088","16304.028"],["26777.496","16288.404"],["26695.687","16267.661"],["26725.440","16281.237"],["26774.650","16310.716"],["26763.779","16277.422"],["26698.433","16243.681"],["26748.433","16237.157"],["26695.539","16273.392"],["26704.815","16231.328"],["26768.631","16297.290"],["26733.236","16284.589"],["26687.693","16281.963"],["26710.160","16295.985"],["26707.578","16271.988"],["26735.851","16264.953"],["26703.252","16239.007"],["26737.052","16229.693"],["26747.496","16288.636"],["26755.983","16305.663"],["26760.522","16305.613"],["26756.558","16318.198"],["26728.729","16309.660"],["26686.262","16270.452"],["26784.914","16249.990"],["26709.519","16266.522"],["23964.336","7319.089"],["23944.056","7410.168"],["24132.502","7452.954"],["23951.147","7361.053"],["24092.651","7402.161"],["24083.523","7389.589"],["24070.957","7385.295"],["24067.423","7383.794"],["23961.671","7370.300"],["24050.344","7374.934"],["24026.751","7396.697"],["24037.737","7422.230"],["24021.849","7407.382"],["24016.148","7344.029"],["24059.506","7460.405"],["24042.051","7433.341"],["24048.802","7454.910"],["24060.603","7461.186"],["24026.679","7368.665"],["24012.268","7343.080"],["23992.538","7387.993"],["23947.510","7372.101"],["24138.210","7466.371"],["24130.362","7409.920"],["24136.760","7422.092"],["24017.156","7365.247"],["23997.117","7355.248"],["23991.080","7351.697"],["23988.535","7349.080"],["23966.174","7363.888"],["23948.108","7322.909"],["19900.390","10771.092"],["19905.168","10699.910"],["19917.380","10729.291"],["19914.748","10705.129"],["19928.170","10753.324"],["19928.960","10730.367"],["19923.895","10804.276"],["19927.744","10818.776"],["19879.259","10795.460"],["19891.496","10797.376"],["19870.821","10808.408"],["19892.515","10796.517"],["19748.300","10783.930"],["19743.267","10798.331"],["19749.517","10770.388"],["19768.524","10790.713"],["14276.399","16558.268"],["14291.367","16485.057"],["14278.966","16451.307"],["14268.315","16483.396"],["14321.453","16500.313"],["14284.855","16515.251"],["24579.800","7611.275"],["26582.878","15825.162"],["26656.003","15806.004"],["26494.947","15853.677"],["22483.396","9785.374"],["22496.077","9768.875"],["22498.298","9762.814"],["22519.629","9777.942"],["22488.955","9777.529"],["22502.425","9748.363"],["22495.007","9762.797"],["22544.777","9779.015"],["22512.441","9792.905"],["22532.770","9789.965"],["22501.126","9789.139"],["22492.446","9715.326"],["22496.936","9727.713"],["22465.176","9747.779"],["22498.136","9750.718"],["22485.390","9734.633"],["22482.396","9736.846"],["22462.248","9722.808"],["22470.291","9769.678"],["22561.540","9677.785"],["22560.997","9638.083"],["22498.514","9628.372"],["22543.053","9664.309"],["22515.964","9661.435"],["22503.069","9650.502"],["22555.471","9619.486"],["22509.221","9646.687"],["22562.198","9633.723"],["22541.622","9634.251"],["22546.253","9621.254"],["22499.691","9629.512"],["22536.714","9636.019"],["22500.316","9593.839"],["22531.927","9599.487"],["22503.687","9613.674"],["22489.691","9647.183"],["22519.608","9645.911"],["22493.901","9596.415"],["22474.824","9629.362"],["22497.703","9621.848"],["22499.150","9595.142"],["22508.525","9594.251"],["22493.772","9588.867"],["22499.939","9639.288"],["22462.818","9618.479"],["22467.193","9593.260"],["22588.649","9650.169"],["22594.603","9612.729"],["22565.639","9621.879"],["22589.093","9615.289"],["22599.373","9654.017"],["22572.646","9622.919"],["22603.271","9643.216"],["22553.041","9641.201"],["22561.708","9626.107"],["22591.445","9623.249"],["22657.163","9780.181"],["22641.291","9798.530"],["22606.669","9777.952"],["22622.110","9679.861"],["22610.696","9714.989"],["22609.660","9717.482"],["22627.801","9720.042"],["22643.591","9693.866"],["22625.433","9689.423"],["22626.979","9695.451"],["22646.173","9713.634"],["22625.153","9680.571"],["22629.446","9702.602"],["16644.337","17986.516"],["16653.876","18031.620"],["16650.176","18035.484"],["16621.969","17933.932"],["16634.205","17931.702"],["16646.821","17976.937"],["16659.403","18020.637"],["16601.656","17980.290"],["16645.192","17948.300"],["16629.386","17962.933"],["16601.179","17996.343"],["16622.810","17877.157"],["16622.153","17925.828"],["16596.922","17868.503"],["16634.258","17882.690"],["16623.649","17890.485"],["16631.824","17888.123"],["16640.294","17852.351"],["16627.333","17857.752"],["16749.917","17883.782"],["16726.200","17871.611"],["16682.664","17962.032"],["16682.565","17875.954"],["16701.595","17964.080"],["16687.796","17866.309"],["16728.059","17852.023"],["16713.141","17942.279"],["16718.634","17853.873"],["16670.361","17836.344"],["16619.079","17836.804"],["16612.023","17841.346"],["16634.402","18013.528"],["16649.977","17997.327"],["16617.658","18008.623"],["16655.080","17998.376"],["16663.781","17985.527"],["16669.241","17984.453"],["16600.470","17990.525"],["16592.066","18005.009"],["16597.756","18009.105"],["16594.804","17886.640"],["16577.633","17873.742"],["16599.705","17902.033"],["16585.228","17968.999"],["16589.192","17963.846"],["16583.024","17973.276"],["16594.835","18035.980"],["16594.572","18026.351"],["29062.771","11079.897"],["29036.748","11083.632"],["5635.518","7403.442"],["5667.229","7463.654"],["5799.086","7359.896"],["5813.936","7368.027"],["5710.923","7306.812"],["5692.623","7306.372"],["5727.787","7396.134"],["5683.569","7385.869"],["17704.458","17421.103"],["17698.258","17421.117"],["17695.698","17509.757"],["17691.191","17497.387"],["17711.899","17495.604"],["17732.773","17534.588"],["11959.081","15725.783"],["11954.081","15724.825"],["20573.654","11745.001"],["20574.098","11744.901"],["20577.536","11790.368"],["20583.323","11792.739"],["20593.241","11815.365"],["20595.445","11818.833"],["15696.652","15959.291"],["15689.350","15984.097"],["15680.975","15947.735"],["15632.854","15951.703"],["15639.986","15948.427"],["15678.563","15987.764"],["15702.067","16000.662"],["15713.777","16019.919"],["15673.206","16085.085"],["15678.309","16033.343"],["15662.882","16028.555"],["15521.133","15949.657"],["15545.475","15960.425"],["15549.389","15932.217"],["15621.958","16014.294"],["15589.556","16026.515"],["15582.024","15986.631"],["15605.740","15980.082"],["15528.795","16100.879"],["15595.882","16135.999"],["15622.072","16102.292"],["15610.224","16114.907"],["15615.319","16102.499"],["15626.072","16101.563"],["15636.688","16081.386"],["15628.760","16072.600"],["15625.317","16067.568"],["15674.984","16065.604"],["15690.500","16046.991"],["15662.994","16063.276"],["15675.658","16040.237"],["15679.811","16111.499"],["15706.933","16095.281"],["15686.160","16113.662"],["15691.752","16112.192"],["15696.693","16140.120"],["15720.723","16126.412"],["23069.781","9878.243"],["22957.208","9998.292"],["22961.091","9892.631"],["22955.794","9994.031"],["22963.574","9914.927"],["13928.809","17281.826"],["13941.079","17288.135"],["13949.846","17271.075"],["13955.586","17338.275"],["13965.997","17345.641"],["13989.484","17355.814"],["13958.431","17324.931"],["13898.694","17315.880"],["13974.467","17283.577"],["13929.813","17322.800"],["13947.017","17321.743"],["13952.329","17339.448"],["13936.408","17304.881"],["13907.674","17262.817"],["13951.737","17295.550"],["13928.398","17304.320"],["13935.536","17256.178"],["13903.464","17341.760"],["13963.842","17257.251"],["13884.961","17356.326"],["13975.043","17281.430"],["13972.428","17359.662"],["13892.280","17340.719"],["13938.365","17300.819"],["13891.211","17320.686"],["13915.302","17367.824"],["13882.062","17393.356"],["13985.713","17380.293"],["13966.026","17365.363"],["13888.855","17361.564"],["13904.694","17384.851"],["13934.414","17365.594"],["13926.388","17351.754"],["13880.417","17343.530"],["13923.312","17361.234"],["13892.095","17378.047"],["13911.009","17380.326"],["13895.417","17347.246"],["13984.134","17362.753"],["13891.172","17271.151"],["13862.340","17315.924"],["13902.011","17322.398"],["13854.099","17307.336"],["13863.902","17258.682"],["13871.649","17317.113"],["13879.971","17251.019"],["13902.373","17329.137"],["13838.409","17318.947"],["13850.613","17232.456"],["13875.892","17281.259"],["13841.007","17326.213"],["13859.116","17239.227"],["13880.629","17284.578"],["13859.823","17255.231"],["13877.800","17234.141"],["13883.376","17241.127"],["13896.188","17248.823"],["13841.106","17254.900"],["13890.580","17250.326"],["13899.708","17271.696"],["13867.668","17269.434"],["13836.761","17364.213"],["13853.373","17407.054"],["14834.615","13144.159"],["14874.087","13142.461"],["14875.863","13160.297"],["14872.787","13166.590"],["14866.913","13174.582"],["14871.469","13164.193"],["14872.061","13178.380"],["14880.166","13127.143"],["14748.119","12998.075"],["14747.586","13002.076"],["14769.362","13009.267"],["14765.771","13004.581"],["14773.284","12996.133"],["14789.188","12994.594"],["14793.568","12992.844"],["14801.472","12980.935"],["14799.940","12980.421"],["14789.928","12975.979"],["14771.786","12985.738"],["14758.963","12995.796"],["14757.535","12984.689"],["14749.140","12991.836"],["14741.588","12993.523"],["31474.605","10582.344"],["31470.099","10545.987"],["31451.320","10484.563"],["31432.175","10495.503"],["31391.182","10532.615"],["31393.170","10511.416"],["31434.539","10521.829"],["31454.502","10506.540"],["31452.140","10549.274"],["31490.189","10500.670"],["31509.702","10519.522"],["31506.176","10635.364"],["15960.809","13898.886"],["15939.233","13844.815"],["15965.609","13882.712"],["16002.197","13912.359"],["16042.593","13909.179"],["16057.675","13912.928"],["16031.095","13931.203"],["15977.171","13884.148"],["15998.158","13889.318"],["15991.358","13923.672"],["16047.757","13912.862"],["16050.840","14016.234"],["16049.228","14014.747"],["16059.985","14022.080"],["16053.208","14015.011"],["16058.471","14015.523"],["16064.639","14026.605"],["16020.759","14005.779"],["16008.736","14024.111"],["16008.851","14007.893"],["16027.009","14022.988"],["16043.539","14008.322"],["16024.509","14022.591"],["16037.420","14015.225"],["16021.006","14012.121"],["16028.177","14018.413"],["16044.065","14023.417"],["15951.718","13998.413"],["15941.373","13985.333"],["15943.527","13976.860"],["15935.962","13982.789"],["15947.968","14013.706"],["15941.044","14001.319"],["15961.011","14001.319"],["15956.916","14008.520"],["15938.560","14001.171"],["15962.623","14008.140"],["15949.070","14002.756"],["15313.789","12065.855"],["15316.289","12086.284"],["15310.895","12075.500"],["15317.013","12070.942"],["15304.425","12122.830"],["15311.399","12122.186"],["15357.915","12090.075"],["15355.546","12112.172"],["15355.661","12119.075"],["15360.958","12101.487"],["15359.576","12089.678"],["15356.698","12097.606"],["15328.145","12117.936"],["15337.701","12124.179"],["15349.066","12106.904"],["15326.961","12087.482"],["15325.185","12105.913"],["15364.691","12116.260"],["15380.168","12116.260"],["15391.418","12109.026"],["15386.862","12105.905"],["15391.779","12115.054"],["15383.473","12117.878"],["15384.904","12117.168"],["15373.095","12109.489"],["15400.595","12121.759"],["15382.766","12120.653"],["15368.441","12104.848"],["15409.683","12118.432"],["15430.308","12117.227"],["15315.245","12034.811"],["15311.211","12027.047"],["15413.754","11996.921"],["15391.549","11975.454"],["15414.753","11959.328"],["15397.743","11964.882"],["15429.955","11947.276"],["15405.200","12012.282"],["15411.539","12043.114"],["15500.678","12018.662"],["15510.351","11996.707"],["15498.946","11974.775"],["15477.800","11997.970"],["15514.254","12043.659"],["15492.918","12032.901"],["15500.519","12043.684"],["15471.549","12089.029"],["15471.401","12089.838"],["15465.237","12093.925"],["15455.254","12089.680"],["15483.574","12074.800"],["15493.163","12065.634"],["15390.049","12046.673"],["15403.615","12051.391"],["15406.937","12051.655"],["15384.368","12046.913"],["15379.795","12040.340"],["15424.598","11984.980"],["15421.884","11991.024"],["15428.692","12075.088"],["15430.452","12079.713"],["15432.751","12096.825"],["15439.626","12088.683"],["15513.027","12106.798"],["15504.524","12110.068"],["15510.966","11959.207"],["15457.037","11954.754"],["15453.419","11935.448"],["15458.945","11953.581"],["15444.949","11956.356"],["15445.064","11947.586"],["15450.310","11942.219"],["15456.741","11945.076"],["15452.202","11952.970"],["15454.516","11960.531"],["15455.717","11960.812"],["15440.668","11980.498"],["15441.457","11963.801"],["15446.227","11957.162"],["15453.941","11957.228"],["15432.411","11980.845"],["15449.845","11980.680"],["15498.959","11960.517"],["15509.979","11981.987"],["15507.758","11980.600"],["15496.031","11963.952"],["15513.433","11976.273"],["15507.265","11960.088"],["15514.107","11969.270"],["15338.098","12121.856"],["15362.818","12122.434"],["15347.062","12121.229"],["15358.229","12120.155"],["16519.869","17290.283"],["16475.149","17276.774"],["16455.560","17270.729"],["16548.340","17286.881"],["16531.744","17256.295"],["16419.819","17299.071"],["16529.735","17332.886"],["16522.917","17336.248"],["16514.349","17327.651"],["16510.218","17334.832"],["16517.917","17332.406"],["16534.448","17332.782"],["16529.564","17322.097"],["16539.199","17200.103"],["16530.819","17205.679"],["16535.359","17202.344"],["16558.546","17225.570"],["16555.602","17200.235"],["16560.733","17204.466"],["16550.143","17225.443"],["16416.872","17265.101"],["16391.938","17246.141"],["16416.362","17250.931"],["16396.707","17250.353"],["16407.349","17243.103"],["16396.198","17247.050"],["16414.142","17244.556"],["16396.132","17247.033"],["9580.918","11957.293"],["9485.960","11938.689"],["9568.110","11940.216"],["9546.700","11990.780"],["9503.376","11978.837"],["9487.983","11957.020"],["9464.646","12028.492"],["9445.058","12029.030"],["13414.273","15872.991"],["13410.523","15878.144"],["13410.067","15877.399"],["13418.062","15877.940"],["13419.657","15876.949"],["13447.994","15907.705"],["13451.877","15916.602"],["13451.302","15919.029"],["13439.246","15918.574"],["13437.256","15917.418"],["13438.074","15924.349"],["13439.554","15924.663"],["13426.877","15924.602"],["13429.098","15928.599"],["13427.873","15882.589"],["13421.149","15888.916"],["13423.041","15892.913"],["10552.872","14473.411"],["10572.636","14491.448"],["10583.140","14595.126"],["10596.224","14621.418"],["10614.740","14476.103"],["10563.430","14480.884"],["10618.366","14527.611"],["10597.480","14651.288"],["10630.392","14631.864"],["10635.820","14635.000"],["10626.910","14658.675"],["10594.595","14576.490"],["10629.349","14572.052"],["16587.423","17241.230"],["16579.266","17220.156"],["16638.752","17255.699"],["16596.252","17211.884"],["16642.283","17323.756"],["16701.619","17234.949"],["16642.723","17298.119"],["16619.355","17327.290"],["16614.553","17331.023"],["16634.010","17334.293"],["16631.265","17336.512"],["16623.337","17339.716"],["16750.334","17273.441"],["16762.883","17266.323"],["16640.724","17285.018"],["16648.290","17277.454"],["16751.376","17273.939"],["16722.116","17252.634"],["16731.869","17248.258"],["16723.432","17249.133"],["16754.452","17239.323"],["16772.716","17203.438"],["16756.614","17206.737"],["16749.858","17200.960"],["16599.553","17227.043"],["16585.292","17220.453"],["16574.383","17204.270"],["16575.442","17241.043"],["16579.646","17259.599"],["16579.004","17274.184"],["16580.718","17282.055"],["16595.039","17280.884"],["16600.002","17267.508"],["16610.963","17254.886"],["16618.268","17230.779"],["16605.697","17219.442"],["16616.829","17217.920"],["16625.056","17208.198"],["16622.849","17203.695"],["16629.882","17202.595"],["13849.762","15489.473"],["13846.062","15503.369"],["13844.596","15482.843"],["13846.142","15473.611"],["13848.929","15462.810"],["13854.517","15452.432"],["13850.060","15457.469"],["13863.843","15432.046"],["13859.128","15409.271"],["13867.796","15425.192"],["13849.300","15401.269"],["13830.758","15409.500"],["13916.806","15387.224"],["13911.872","15403.590"],["13897.673","15413.606"],["13885.058","15406.306"],["13858.749","15377.960"],["13863.190","15379.644"],["13865.679","15365.272"],["13863.689","15372.159"],["13902.591","15359.485"],["13895.667","15335.918"],["13906.377","15328.968"],["13933.037","15329.792"],["13946.096","15321.617"],["13940.123","15331.275"],["13939.942","15330.896"],["13934.839","15362.416"],["13941.049","15374.781"],["13923.220","15368.043"],["13952.656","15330.153"],["13982.167","15328.481"],["13964.338","15341.793"],["13996.707","15315.525"],["13991.295","15306.706"],["13961.046","15315.480"],["13972.493","15323.821"],["13993.308","15340.792"],["13993.193","15347.794"],["14036.068","15308.498"],["14019.143","15302.899"],["13933.333","15305.373"],["13923.928","15303.352"],["13861.919","15298.489"],["13848.909","15308.118"],["13865.716","15324.774"],["13876.176","15329.861"],["13833.381","15464.575"],["13847.287","15494.565"],["13836.218","15489.561"],["13843.346","15395.459"],["13838.263","15397.689"],["13854.873","15381.112"],["13849.577","15372.458"],["13840.534","15407.882"],["13858.231","15411.993"],["13844.037","15410.787"],["13873.517","15413.282"],["13859.652","15415.842"],["13842.090","15437.469"],["13830.824","15431.176"],["13830.507","15439.421"],["13837.382","15452.897"],["13844.740","15439.913"],["13841.566","15431.011"],["13859.793","15437.187"],["13856.487","15435.089"],["13884.680","15368.108"],["13883.314","15371.428"],["13883.950","15383.702"],["13881.285","15387.715"],["13873.806","15395.550"],["13867.654","15391.371"],["13891.051","15404.392"],["13889.916","15400.907"],["13896.002","15375.181"],["13892.154","15370.177"],["13877.104","15336.010"],["13872.712","15334.837"],["13911.798","15345.293"],["13903.294","15342.683"],["13923.415","15360.712"],["13925.158","15358.053"],["13942.901","15350.655"],["13941.848","15350.721"],["13888.079","15500.785"],["13895.027","15493.137"],["13907.017","15477.195"],["13897.526","15484.330"],["13910.726","15469.756"],["13897.799","15470.003"],["13932.069","15500.617"],["13932.069","15499.543"],["13896.207","15453.267"],["13905.746","15448.230"],["13879.547","15438.385"],["13875.847","15434.107"],["13891.119","15421.766"],["13882.254","15421.585"],["13872.607","15458.918"],["13873.413","15460.272"],["13866.941","15466.819"],["13863.224","15479.684"],["13876.359","15422.112"],["13874.978","15437.339"],["13904.701","15421.775"],["13895.820","15410.743"],["13901.811","15416.174"],["13910.396","15415.778"],["13928.469","15395.745"],["13928.666","15403.325"],["13927.367","15392.763"],["13935.098","15389.378"],["13944.697","15376.055"],["13945.601","15379.226"],["13938.311","15368.992"],["13941.748","15371.485"],["13947.896","15357.300"],["13946.120","15364.583"],["13967.099","15396.629"],["13962.395","15389.775"],["13960.005","15412.012"],["13952.488","15411.731"],["13981.158","15382.046"],["13979.842","15387.530"],["13973.840","15417.679"],["13983.116","15423.211"],["13955.186","15431.534"],["13967.620","15430.989"],["14017.983","15418.869"],["14010.483","15426.565"],["13938.003","15420.006"],["13927.888","15414.919"],["13933.491","15433.043"],["13925.777","15438.823"],["14010.959","15336.990"],["14007.406","15345.083"],["27856.790","10243.963"],["27814.216","10265.935"],["27781.442","10286.015"],["27734.248","10294.660"],["27728.259","10305.620"],["27726.161","10319.607"],["27738.890","10380.186"],["27903.414","10229.433"],["23033.951","9183.140"],["23010.831","9314.899"],["22897.219","9315.694"],["23035.270","9353.665"],["22895.575","9320.846"],["22904.259","9307.915"],["22935.969","9308.328"],["22938.157","9273.547"],["22952.960","9283.671"],["22955.114","9264.628"],["22952.722","9208.153"],["22943.124","9274.488"],["22924.900","9279.261"],["23035.221","9344.995"],["22902.713","9296.354"],["22910.884","9252.477"],["22896.739","9234.608"],["22899.996","9198.902"],["22944.914","9223.658"],["22891.854","9191.536"],["22931.887","9219.100"],["22940.440","9244.187"],["22937.956","9188.993"],["13667.600","16201.617"],["13662.301","16213.030"],["13631.065","16258.291"],["13629.207","16261.958"],["13635.196","16265.944"],["13631.002","16269.693"],["13664.185","16242.637"],["13661.767","16241.679"],["13668.720","16236.084"],["13677.059","16244.408"],["13663.440","16216.165"],["13662.947","16215.885"],["13652.864","16347.182"],["13657.338","16347.347"],["13641.884","16350.447"],["13700.675","16297.977"],["13700.166","16300.751"],["13697.729","16297.346"],["13698.075","16295.133"],["13705.712","16290.825"],["13705.531","16285.970"],["13712.915","16284.254"],["13709.132","16289.159"],["13719.990","16284.406"],["13719.974","16281.400"],["13721.388","16278.103"],["13720.286","16276.385"],["13723.361","16271.987"],["13721.765","16274.745"],["13726.455","16268.861"],["13723.166","16273.485"],["13730.542","16271.122"],["13730.936","16269.636"],["13726.914","16279.289"],["13727.013","16275.309"],["13730.201","16281.976"],["13724.740","16278.243"],["13723.112","16287.783"],["13726.138","16285.272"],["13723.974","16293.983"],["13723.958","16291.687"],["13724.401","16295.663"],["13723.645","16297.249"],["13718.756","16305.767"],["13722.934","16306.279"],["13723.432","16309.902"],["13727.034","16311.868"],["13727.920","16307.892"],["13725.552","16309.791"],["13732.277","16310.217"],["13734.070","16317.236"],["13713.785","16306.020"],["13717.289","16299.678"],["13709.680","16293.445"],["13714.236","16298.218"],["13715.187","16287.296"],["13716.963","16295.223"],["13733.431","16266.058"],["13729.056","16262.689"],["13736.807","16254.121"],["13733.435","16252.337"],["13742.597","16247.607"],["13744.850","16252.694"],["13746.089","16243.264"],["13755.415","16248.747"],["13759.381","16240.580"],["13758.525","16246.261"],["13764.637","16239.927"],["13766.347","16244.650"],["13771.871","16251.740"],["13769.815","16251.806"],["13772.267","16250.687"],["13777.365","16250.142"],["13772.065","16251.645"],["13770.190","16254.271"],["13777.000","16246.247"],["13776.622","16249.650"],["13779.593","16246.566"],["13782.915","16239.382"],["13789.903","16224.509"],["13784.409","16227.994"],["13776.749","16274.021"],["13767.720","16279.025"],["13773.485","16280.306"],["13769.554","16279.249"],["13771.570","16290.170"],["13769.645","16287.743"],["13776.393","16271.446"],["13777.413","16274.963"],["13775.149","16265.926"],["13776.087","16268.568"],["13781.024","16257.901"],["13781.797","16255.259"],["13782.730","16247.400"],["13779.934","16246.838"],["13782.747","16243.374"],["13785.954","16249.683"],["13791.099","16245.771"],["13791.313","16248.100"],["13793.096","16249.921"],["13791.829","16251.936"],["13794.937","16252.124"],["13796.862","16256.501"],["13795.326","16239.351"],["13797.695","16239.632"],["13798.177","16237.000"],["13800.298","16243.226"],["13620.513","16352.239"],["5885.307","16594.643"],["26512.898","15652.450"],["26583.264","15617.468"],["26629.053","15696.163"],["26642.196","15577.676"],["26656.127","15519.823"],["26664.175","15582.443"],["20904.896","12350.451"],["20902.248","12359.667"],["20937.462","12356.298"],["20860.714","12353.260"],["20862.853","12352.781"],["20780.665","12354.102"],["20783.510","12342.112"],["20791.570","12349.296"],["16877.486","14363.409"],["16894.377","14365.424"],["16877.341","14303.897"],["16871.864","14300.611"],["16855.663","14305.632"],["16882.291","14293.988"],["16841.633","14307.333"],["16846.781","14296.779"],["16870.268","14310.091"],["16818.212","14300.045"],["16804.330","14288.748"],["16815.136","14276.709"],["16811.024","14284.124"],["16830.334","14302.704"],["16830.843","14304.289"],["16802.488","14297.088"],["16796.682","14296.081"],["16783.788","14247.396"],["16802.373","14247.017"],["16781.633","14250.501"],["16787.768","14256.298"],["16786.024","14261.434"],["16788.278","14278.693"],["16787.389","14242.029"],["16792.488","14267.083"],["16797.916","14260.245"],["16785.862","14345.590"],["16786.405","14349.141"],["16782.852","14331.882"],["16825.683","14340.006"],["16807.163","14356.472"],["16813.561","14339.064"],["16870.940","14337.475"],["16821.998","14350.840"],["16796.587","14345.093"],["16821.933","14347.752"],["16786.291","14336.042"],["16805.255","14348.974"],["16794.054","14353.664"],["16791.127","14348.330"],["16820.403","14351.286"],["16818.222","14368.863"],["16835.376","14372.645"],["16815.409","14380.407"],["16827.613","14378.145"],["16821.083","14378.409"],["16837.087","14398.756"],["16817.810","14407.641"],["16824.373","14382.687"],["16839.011","14368.748"],["16820.310","14406.369"],["16831.297","14406.023"],["16829.932","14396.609"],["16886.481","14408.406"],["16897.928","14420.610"],["16877.155","14422.130"],["16872.632","14413.872"],["16904.195","14416.498"],["16870.741","14411.279"],["16895.576","14416.085"],["16893.504","14412.303"],["16872.977","14405.400"],["16777.866","14427.432"],["16802.603","14410.223"],["16803.935","14414.402"],["16810.855","14430.013"],["16780.394","14435.909"],["16888.970","14376.870"],["16901.684","14404.103"],["16895.171","14399.875"],["16870.423","14381.993"],["16840.341","14366.617"],["16864.798","14395.635"],["16837.202","14330.582"],["16860.524","14315.933"],["16850.689","14348.320"],["16910.347","14337.161"],["16886.153","14320.365"],["16818.588","14321.796"],["16789.706","14300.458"],["16787.765","14338.129"],["23081.365","12247.902"],["23052.756","12230.106"],["23084.943","12271.427"],["23047.937","12241.897"],["23043.022","12203.384"],["23042.973","12208.190"],["23040.358","12218.281"],["23000.795","12211.533"],["23001.107","12211.962"],["23016.946","12223.242"],["22999.367","12174.272"],["22975.747","12170.953"],["22973.708","12168.476"],["22978.149","12172.571"],["22953.173","12176.104"],["22974.012","12150.092"],["22970.640","12154.782"],["22900.389","12136.916"],["22898.892","12160.929"],["22922.708","12125.686"],["23089.873","12298.363"],["23078.027","12285.694"],["23079.639","12252.498"],["23076.481","12275.091"],["23049.525","12293.393"],["23049.410","12287.646"],["23065.972","12290.668"],["23049.593","12232.184"],["23017.340","12234.942"],["23051.484","12230.219"],["23000.130","12230.624"],["23026.972","12241.144"],["22997.778","12208.196"],["22990.468","12212.656"],["22952.803","12233.432"],["22962.063","12208.891"],["22982.333","12213.767"],["22970.097","12230.596"],["22971.544","12229.737"],["22921.898","12177.586"],["22940.154","12167.132"],["22942.852","12180.807"],["22915.329","12156.167"],["22912.007","12161.320"],["22904.457","12165.218"],["22893.415","12168.896"],["22911.708","12140.090"],["22907.498","12124.945"],["21237.591","13609.776"],["15881.211","15900.306"],["15864.369","15916.739"],["15862.753","15889.000"],["20720.252","11518.121"],["20733.760","11580.935"],["20731.367","11592.571"],["20773.829","11665.756"],["20713.810","11652.538"],["20750.623","11521.794"],["21572.243","15016.646"],["21603.901","15032.666"],["21610.052","15035.589"],["21572.444","15002.830"],["21575.685","15004.481"],["21552.582","15001.572"],["21551.179","14965.438"],["21550.982","14969.170"],["21554.657","14971.262"],["21552.880","14984.574"],["21565.042","14995.036"],["21557.197","14997.216"],["21559.920","15007.596"],["21561.515","15011.329"],["21614.579","14981.417"],["21607.424","14995.373"],["21597.986","14980.307"],["21605.289","14970.233"],["21591.264","14962.486"],["21599.389","14969.785"],["21590.007","14956.889"],["21599.464","14961.877"],["21601.575","14978.752"],["21593.894","14981.444"],["21601.330","14986.455"],["21599.159","14985.530"],["21605.934","14988.275"],["21604.717","14986.012"],["21549.957","15007.825"],["21558.284","14997.787"],["21551.932","14985.782"],["21526.977","14980.858"],["21534.082","14987.960"],["21545.767","15003.634"],["21551.491","14990.620"],["21559.360","15014.654"],["21558.685","15009.782"],["21562.209","15018.549"],["21570.252","15022.628"],["21564.856","14987.299"],["21572.060","14987.315"],["21560.223","14984.109"],["21556.358","14983.729"],["21545.666","14972.404"],["21543.100","14976.616"],["25693.000","17388.733"],["25657.267","17276.473"],["25675.573","17242.534"],["25668.665","17247.769"],["25635.951","17269.900"],["25686.477","17248.595"],["25678.632","17271.386"],["25650.902","17258.867"],["25680.930","17255.565"],["25704.220","17201.510"],["25741.687","17231.337"],["25734.993","17242.733"],["25691.374","17286.382"],["25633.036","17316.358"],["25669.911","17313.269"],["25760.289","17233.170"],["25717.164","17265.424"],["25670.782","17260.288"],["25714.631","17274.855"],["25640.503","17296.044"],["25624.746","17256.007"],["25659.927","17276.123"],["25647.345","17299.723"],["25642.016","17274.488"],["25634.022","17256.899"],["25651.720","17309.252"],["25627.065","17282.844"],["25711.281","17204.365"],["25669.866","17202.053"],["25704.784","17204.067"],["25802.183","17199.042"],["25773.104","17237.935"],["25782.479","17244.772"],["25771.805","17200.313"],["25782.200","17229.479"],["25754.683","17241.965"],["25790.868","17206.936"],["25799.239","17218.992"],["25744.091","17198.183"],["25759.470","17249.496"],["25620.700","17302.332"],["25652.460","17287.122"],["25676.341","17292.753"],["25633.776","17263.175"],["25672.641","17246.279"],["25663.628","17252.737"],["21547.251","16500.141"],["21547.202","16493.551"],["21568.906","16554.719"],["21557.434","16503.412"],["21547.237","16500.835"],["21530.011","16458.929"],["21508.893","16468.012"],["21497.051","16478.433"],["21486.680","16411.916"],["21486.861","16417.763"],["21507.469","16442.205"],["21464.392","16390.352"],["21463.093","16382.276"],["21453.866","16400.394"],["21432.674","16355.881"],["21542.301","16495.913"],["21533.642","16535.437"],["21532.918","16526.486"],["21527.573","16523.827"],["21523.280","16507.805"],["21519.366","16503.379"],["21509.190","16499.516"],["21505.983","16498.805"],["21511.953","16499.268"],["21538.064","16556.786"],["21541.107","16553.087"],["21559.060","16535.235"],["21463.675","16404.490"],["21456.767","16412.253"],["21433.183","16401.706"],["21444.811","16414.621"],["21448.202","16457.423"],["21450.077","16451.098"],["21462.694","16458.308"],["21454.355","16464.336"],["21460.490","16480.448"],["21462.382","16490.109"],["21447.048","16472.729"],["21447.081","16482.522"],["21567.284","16544.688"],["21580.905","16547.204"],["21587.862","16548.113"],["6601.346","7830.898"],["6638.640","7852.032"],["6519.980","7843.944"],["6545.210","7822.183"],["6541.721","7825.984"],["6565.763","7837.070"],["6603.071","7866.219"],["6608.406","7820.378"],["12150.363","15506.076"],["12196.048","15502.070"],["12187.101","15498.882"],["12208.579","15503.934"],["12206.063","15491.680"],["12211.786","15502.547"],["12224.516","15495.957"],["12201.326","15506.246"],["12187.565","15493.761"],["12180.624","15480.962"],["12177.005","15482.333"],["12175.624","15485.322"],["12182.729","15472.935"],["12166.702","15468.368"],["12175.600","15449.492"],["12166.373","15457.634"],["12170.814","15447.278"],["12158.833","15504.321"],["12171.316","15499.003"],["12169.639","15486.187"],["12180.181","15488.961"],["12181.752","15465.103"],["12219.399","15456.332"],["12204.739","15436.840"],["12195.387","15410.521"],["12202.903","15417.375"],["12205.831","15435.129"],["12221.860","15434.235"],["12214.492","15442.476"],["12156.516","15434.286"],["12157.766","15456.615"],["12169.756","15402.163"],["12171.023","15411.015"],["12166.878","15421.601"],["12163.934","15400.247"],["12167.733","15407.167"],["12189.613","15434.958"],["12183.231","15445.164"],["12174.925","15440.424"],["12175.994","15447.559"],["12181.470","15454.745"],["12186.108","15450.996"],["12194.104","15459.744"],["12202.986","15462.932"],["12199.532","15463.758"],["12186.374","15449.769"],["12187.295","15467.754"],["12205.086","15424.178"],["12219.297","15429.529"],["12229.544","15416.185"],["12225.794","15415.623"],["12225.613","15404.888"],["12250.523","15457.860"],["12248.173","15458.009"],["12239.209","15466.663"],["12250.936","15456.110"],["12254.633","15465.253"],["12270.143","15455.906"],["12258.696","15461.273"],["12262.884","15466.740"],["12297.095","15449.424"],["12268.193","15453.706"],["12311.168","15445.089"],["12312.857","15436.150"],["12319.354","15444.589"],["12331.311","15453.507"],["12327.035","15438.165"],["12331.607","15433.755"],["12304.007","15449.722"],["12297.035","15460.354"],["12295.487","15472.182"],["12301.359","15467.343"],["12307.017","15473.388"],["12277.475","15452.086"],["12263.269","15435.736"],["12269.208","15434.120"],["12277.859","15423.500"],["12266.609","15441.172"],["12305.144","15441.063"],["12288.121","15444.911"],["12296.994","15433.512"],["12300.942","15438.599"],["12280.909","15435.576"],["12296.188","15443.702"],["12287.356","15441.010"],["12263.302","15439.366"],["12261.887","15446.319"],["12239.535","15452.232"],["12260.325","15442.438"],["12258.662","15432.522"],["12250.646","15432.744"],["12238.952","15411.175"],["12234.708","15432.711"],["12246.682","15411.572"],["12254.939","15412.794"],["12239.407","15487.831"],["12234.604","15480.746"],["12230.755","15477.625"],["12222.400","15489.516"],["12234.867","15485.750"],["12232.432","15497.791"],["12252.646","15502.700"],["12257.021","15498.092"],["12237.548","15499.810"],["12348.412","15502.135"],["12173.136","15355.602"],["12169.862","15358.872"],["12171.672","15337.518"],["12164.172","15357.815"],["12185.405","15344.636"],["12159.064","15350.558"],["12149.393","15331.070"],["12155.133","15351.235"],["12152.715","15334.918"],["12178.818","15369.194"],["12183.390","15363.827"],["12179.295","15353.455"],["12208.223","15367.974"],["12247.463","15369.670"],["12246.493","15354.823"],["12232.990","15368.580"],["12240.292","15378.654"],["12231.476","15364.319"],["12184.333","15360.361"],["12204.843","15357.322"],["12197.343","15365.662"],["12186.949","15352.665"],["12206.274","15365.976"],["12263.112","15389.439"],["12264.789","15380.256"],["12258.112","15388.018"],["12295.888","15389.191"],["12279.835","15375.203"],["12299.391","15386.648"],["12295.444","15397.399"],["12317.801","15380.702"],["12311.535","15375.549"],["12310.877","15383.823"],["12307.143","15392.890"],["12331.607","15387.589"],["12327.100","15382.172"],["12331.195","15402.172"],["12340.028","15403.906"],["12328.893","15394.690"],["12208.032","15306.816"],["12209.036","15313.769"],["12194.907","15323.612"],["12201.026","15326.535"],["12186.474","15296.976"],["12187.198","15300.923"],["12181.540","15310.980"],["12193.300","15314.829"],["12192.148","15299.007"],["12163.239","15299.896"],["12160.426","15311.985"],["12163.963","15311.275"],["12153.295","15296.726"],["12230.414","15316.565"],["12212.750","15313.246"],["12227.388","15328.291"],["12218.901","15327.069"],["12252.009","15318.893"],["12247.700","15316.994"],["12291.286","15331.117"],["12277.191","15344.115"],["12270.678","15340.712"],["12291.539","15335.521"],["12282.082","15335.224"],["12292.509","15339.898"],["12293.545","15332.846"],["12322.345","15357.966"],["12302.230","15342.392"],["12297.509","15351.459"],["12322.345","15346.157"],["12285.032","15348.291"],["12265.444","15370.835"],["12333.684","15367.456"],["12350.233","15377.156"],["12341.631","15369.674"],["12351.746","15371.805"],["12335.283","15364.290"],["12355.365","15367.312"],["9810.709","13005.744"],["9776.228","13017.640"],["24181.257","8161.331"],["24255.733","8180.057"],["24296.045","8199.017"],["24281.440","8187.291"],["24244.072","8194.459"],["24223.628","8186.482"],["24312.784","8140.192"],["24325.522","8183.261"],["24308.639","8139.944"],["24315.629","8151.274"],["24313.384","8208.051"],["24333.951","8168.400"],["24212.673","8179.112"],["24238.758","8147.750"],["24238.479","8160.929"],["24218.528","8149.368"],["24236.390","8148.064"],["24233.824","8177.907"],["24218.232","8168.212"],["24243.002","8162.531"],["24221.406","8168.047"],["24247.590","8174.372"],["24224.219","8144.794"],["24241.850","8143.142"],["24237.015","8168.196"],["24212.196","8166.280"],["24231.192","8154.075"],["24227.410","8152.721"],["31902.535","11051.128"],["31849.223","10869.181"],["31835.678","10857.514"],["31735.935","10987.822"],["31863.758","10913.203"],["31765.072","10971.418"],["31755.035","10979.673"],["31773.158","11066.998"],["31845.615","11042.147"],["31854.502","11032.970"],["31810.319","10875.923"],["31811.190","10868.376"],["31790.245","10925.395"],["31810.935","10952.347"],["31829.916","10937.368"],["31725.814","10896.840"],["31749.287","11026.288"],["31793.941","11012.217"],["31786.474","10990.681"],["31794.912","10896.139"],["31778.300","10868.657"],["31844.762","10920.725"],["31871.653","10924.160"],["31868.133","10962.442"],["6205.638","16971.890"],["6208.483","16974.929"],["27969.579","8979.894"],["28011.396","8983.204"],["27971.083","8988.588"],["28042.350","8967.796"],["28086.872","8981.844"],["28128.582","9004.074"],["28060.079","9035.172"],["28061.724","8990.135"],["28036.658","8959.235"],["28069.948","8997.038"],["28022.842","9000.292"],["27966.392","9101.921"],["28070.623","9152.755"],["27997.726","9026.406"],["14910.213","17015.669"],["14916.479","17015.949"],["14918.370","17026.882"],["14894.404","17015.284"],["14891.163","17012.460"],["14928.411","16989.292"],["14996.388","17026.980"],["14983.855","17023.164"],["15000.829","17042.355"],["14924.061","17013.208"],["14937.252","17007.508"],["14934.423","16993.289"],["14927.301","17008.053"],["14936.397","17017.863"],["14955.311","17019.052"],["14898.575","17174.031"],["14945.504","17078.049"],["14922.721","17103.738"],["14943.822","17047.332"],["14947.161","17030.156"],["14894.452","17050.275"],["14924.512","17048.042"],["14941.211","17098.512"],["14902.528","17031.762"],["14917.902","17105.803"],["14897.742","17047.038"],["14914.419","17032.323"],["14888.589","17124.955"],["14888.836","17127.713"],["14981.286","17150.602"],["14987.519","17173.376"],["14925.202","17130.772"],["14929.610","17191.531"],["14896.880","17176.849"],["14923.790","17124.449"],["14949.034","17137.328"],["14974.857","17164.000"],["14902.735","17164.149"],["14910.679","17144.975"],["14952.933","17130.408"],["14925.054","17143.340"],["14894.875","17102.900"],["14939.594","17194.884"],["14900.336","17108.548"],["14883.790","17130.134"],["14920.122","17127.541"],["14911.399","17072.514"],["14903.905","17134.758"],["14971.845","17048.635"],["14888.551","17139.158"],["14891.479","17189.017"],["14892.795","17159.339"],["14898.337","17180.925"],["14899.933","17192.304"],["14899.933","17179.884"],["14919.145","17069.277"],["14886.509","17010.660"],["14890.407","16991.635"],["14893.894","17001.131"],["14974.733","16987.303"],["14998.911","16987.980"],["14982.496","17011.515"],["14922.132","17068.025"],["14950.323","17088.487"],["14919.974","17094.407"],["14922.803","17114.506"],["14887.948","17095.941"],["14938.333","17099.205"],["14959.118","17070.556"],["14980.713","17124.665"],["14954.437","17118.784"],["14971.371","17128.249"],["14968.463","17075.088"],["14945.304","17184.601"],["14968.659","17190.926"],["14975.156","17193.684"],["14979.646","17189.126"],["14886.966","17195.730"],["14941.468","17170.746"],["14952.701","17151.010"],["14937.372","17149.392"],["14917.389","17166.502"],["14952.570","17167.856"],["14937.762","17151.459"],["14942.630","17126.900"],["14947.680","17143.366"],["14952.992","17147.032"],["14912.055","17129.691"],["14953.869","17161.003"],["14963.474","17152.712"],["14980.119","17153.290"],["14967.290","17136.609"],["14970.399","17132.150"],["14888.214","17011.896"],["14962.698","16987.855"],["14887.414","17158.644"],["18917.181","14221.023"],["18986.639","14086.770"],["18982.181","14057.045"],["18996.688","14093.211"],["18934.380","14115.876"],["18928.772","14111.664"],["18961.270","14186.971"],["18919.670","14143.897"],["19044.389","14168.220"],["18951.775","14196.630"],["18940.300","14205.815"],["18948.246","14053.668"],["18916.491","14209.792"],["18923.288","14132.072"],["18926.881","14030.629"],["18908.568","14173.624"],["18884.770","14216.645"],["18951.178","14139.934"],["13200.068","15174.038"],["13202.733","15176.433"],["13218.215","15172.995"],["13218.660","15174.465"],["13220.043","15172.774"],["13215.865","15167.704"],["13276.456","15273.351"],["13252.977","15253.689"],["13360.016","15267.976"],["16146.205","15004.071"],["16150.153","14994.327"],["16153.286","15073.548"],["16302.119","14892.597"],["16307.119","14889.459"],["16279.737","14898.396"],["16279.408","14909.214"],["16249.063","14883.929"],["16254.145","14887.992"],["16283.651","14887.876"],["16247.056","14903.400"],["16337.135","15054.479"],["16303.549","15083.397"],["16321.230","15055.618"],["16333.878","15078.013"],["16313.862","15055.932"],["16337.496","15053.174"],["16343.648","15061.531"],["16320.983","15052.992"],["16317.332","15074.330"],["16322.431","15079.995"],["16317.661","15077.550"],["16302.496","15067.592"],["16310.161","15053.075"],["16324.766","15062.208"],["16309.141","15081.613"],["16315.572","15077.435"],["16286.050","15015.137"],["16300.869","15037.465"],["16302.480","15029.703"],["16352.238","14967.785"],["16232.523","15080.138"],["16265.911","15071.798"],["16244.250","15081.013"],["16237.243","15080.353"],["16232.095","15079.329"],["16219.856","15040.173"],["16243.277","15068.464"],["16216.731","15070.115"],["16215.760","15079.843"],["16204.938","15042.122"],["16219.132","15080.454"],["16233.063","15067.390"],["16220.596","15046.267"],["16231.796","15074.574"],["16220.185","15060.718"],["16232.981","15076.407"],["16220.004","15069.785"],["16149.790","14970.566"],["16148.919","14987.576"],["16147.225","15011.887"],["16175.724","14904.397"],["16170.691","14909.781"],["16194.737","14918.154"],["16152.533","14895.297"],["16176.826","14891.961"],["16167.253","14915.726"],["16181.809","14934.950"],["16180.230","14937.725"],["16190.757","14911.878"],["16163.092","14922.894"],["16152.418","14935.115"],["16156.957","14908.229"],["16159.572","14908.939"],["16228.348","14993.092"],["16219.038","14981.515"],["16218.397","14996.561"],["16220.601","14966.420"],["16275.009","14941.053"],["16228.841","14962.605"],["16341.984","14945.618"],["16317.067","14925.585"],["16319.336","14924.297"],["16342.198","14925.718"],["16291.264","14967.699"],["16294.257","14996.684"],["16258.533","15002.950"],["16240.985","14944.743"],["16260.887","14928.872"],["16260.229","14929.020"],["16228.415","14934.379"],["16221.968","14939.762"],["16221.310","14927.211"],["16214.221","14959.548"],["16201.759","14894.221"],["16196.331","14900.513"],["16202.338","14970.189"],["16194.838","14970.040"],["16193.094","14953.277"],["16201.400","14954.185"],["16197.958","14998.539"],["16210.442","15000.736"],["16198.452","15007.953"],["16201.873","14996.078"],["16163.298","15022.870"],["16164.268","15027.956"],["16161.554","15036.280"],["16154.515","15014.563"],["16190.390","15080.394"],["16171.245","15058.148"],["16181.541","15082.706"],["16198.005","15075.472"],["16246.285","15055.890"],["16241.269","15043.223"],["16227.288","15055.097"],["16226.745","15053.759"],["16291.373","15026.446"],["16292.804","15044.365"],["16291.472","15032.226"],["16288.725","15038.221"],["16274.747","14985.050"],["16247.691","14970.863"],["16243.793","14989.278"],["16275.437","14995.339"],["16317.256","14973.325"],["16299.395","14973.771"],["16309.888","14980.459"],["16296.089","14984.539"],["16312.262","15022.838"],["16340.485","15035.290"],["16328.660","15046.075"],["16325.567","15048.602"],["16343.702","15046.799"],["16355.626","15049.408"],["12630.184","12170.550"],["12638.274","12172.047"],["12646.925","12180.684"],["12773.940","12231.103"],["12763.052","12239.377"],["12745.380","12218.713"],["12753.752","12215.129"],["12729.988","12185.225"],["12699.814","12208.749"],["12714.435","12208.006"],["12712.028","12181.282"],["12673.235","12161.784"],["12681.619","12199.647"],["12692.248","12155.591"],["12619.197","12163.927"],["12595.872","12147.457"],["12570.436","12128.874"],["12591.645","12149.704"],["11305.258","17349.571"],["11315.570","17343.174"],["11328.366","17340.422"],["11307.922","17331.272"],["11308.827","17348.531"],["11339.455","17392.371"],["11319.126","17377.177"],["11330.919","17398.597"],["11331.000","17371.212"],["11331.034","17379.720"],["11341.094","17365.503"],["11327.824","17375.175"],["11353.232","17374.371"],["11351.101","17340.830"],["11346.200","17366.379"],["11359.457","17351.300"],["11361.562","17364.314"],["11343.700","17357.890"],["11307.526","17295.990"],["11305.292","17308.847"],["11308.533","17307.278"],["11328.320","17312.825"],["11376.054","17284.775"],["11389.031","17306.030"],["11375.231","17288.804"],["11384.491","17289.581"],["11373.570","17293.462"],["11403.895","17295.283"],["11404.059","17292.145"],["11411.164","17298.603"],["11414.240","17291.914"],["11422.299","17312.771"],["11428.450","17304.216"],["11424.782","17289.930"],["11430.637","17292.044"],["11467.784","17295.242"],["11450.564","17316.068"],["11499.168","17296.431"],["11487.934","17313.821"],["11485.878","17296.282"],["11475.730","17294.383"],["11491.076","17311.955"],["11505.544","17298.976"],["11456.887","17279.668"],["11443.515","17281.369"],["11444.091","17286.720"],["11433.884","17251.240"],["11461.440","17239.927"],["11453.266","17240.638"],["11461.440","17245.328"],["11416.989","17229.522"],["11410.032","17236.376"],["11419.078","17221.842"],["11428.338","17217.994"],["11413.157","17225.277"],["11429.925","17208.888"],["11430.172","17223.669"],["11439.826","17225.965"],["11489.591","17250.340"],["11504.213","17229.250"],["11510.216","17230.191"],["11475.664","17239.761"],["11468.838","17240.752"],["11477.851","17252.445"],["11484.841","17247.490"],["11493.739","17248.795"],["11421.255","17205.242"],["11320.724","17280.931"],["11328.569","17282.765"],["11304.954","17234.805"],["11345.993","17252.420"],["11335.878","17255.690"],["11345.533","17256.235"],["11330.380","17263.279"],["11325.561","17280.537"],["11339.196","17262.271"],["11329.953","17268.828"],["11331.581","17275.054"],["11367.245","17277.597"],["11378.462","17261.395"],["11372.541","17274.756"],["11364.153","17280.900"],["11363.248","17277.580"],["11371.005","17230.518"],["11374.722","17240.031"],["11385.281","17228.603"],["11370.725","17240.593"],["11380.001","17226.324"],["11352.832","17206.200"],["11347.355","17204.334"],["11348.161","17208.265"],["11358.704","17203.178"],["11499.620","17345.017"],["16549.735","15136.226"],["16515.430","15105.529"],["16555.137","15110.954"],["16502.784","15184.448"],["16487.061","15176.735"],["16492.801","15181.756"],["16554.702","15146.250"],["16552.374","15104.315"],["16555.252","15113.498"],["16553.081","15112.986"],["16554.019","15127.321"],["16506.124","15122.914"],["16509.266","15138.933"],["16560.245","15134.310"],["16556.545","15154.871"],["16551.437","15127.849"],["16558.074","15139.248"],["16491.601","15103.425"],["16559.686","15140.371"],["16550.236","15119.212"],["16554.110","15140.999"],["16501.305","15123.937"],["16370.580","15238.286"],["16405.761","15214.983"],["16387.932","15218.237"],["16357.751","15238.550"],["16379.725","15201.986"],["16387.553","15187.997"],["16390.053","15215.446"],["16377.553","15204.397"],["16387.257","15210.607"],["16440.165","15280.703"],["16400.395","15240.752"],["16429.178","15220.026"],["16389.573","15280.571"],["16453.783","15256.739"],["16437.155","15251.867"],["16396.020","15272.891"],["16411.711","15279.200"],["16405.543","15237.301"],["16446.152","15281.017"],["16411.119","15236.425"],["16398.981","15226.731"],["16450.033","15257.598"],["16444.737","15274.642"],["16497.870","15245.755"],["16478.478","15249.306"],["16490.189","15221.676"],["16503.199","15229.619"],["16488.396","15239.958"],["16487.738","15252.939"],["16554.967","15131.646"],["16543.238","15139.550"],["16547.119","15196.958"],["16540.573","15188.568"],["16492.136","15144.340"],["16526.955","15136.446"],["16539.948","15146.057"],["16556.022","15118.118"],["16552.947","15117.507"],["16528.193","15093.923"],["16550.364","15103.849"],["16546.121","15097.986"],["16523.753","15113.659"],["16427.713","15104.156"],["16436.480","15107.492"],["16437.976","15101.001"],["16432.796","15088.252"],["16446.496","15086.600"],["16441.750","15086.560"],["16497.455","15190.046"],["16469.907","15108.443"],["16448.575","15119.211"],["16443.181","15103.934"],["16476.848","15100.482"],["16441.766","15103.141"],["16448.148","15090.127"],["16362.539","15105.852"],["16361.321","15118.999"],["16361.979","15111.319"],["16363.011","15182.969"],["16389.212","15123.629"],["16366.629","15129.410"],["16385.511","15147.031"],["16356.580","15132.680"],["16403.866","15120.607"],["16398.274","15151.920"],["16395.889","15135.652"],["16376.991","15152.052"],["16403.850","15117.221"],["16390.982","15168.279"],["16423.515","15177.164"],["16402.479","15186.396"],["16407.759","15179.113"],["16416.541","15167.271"],["16416.410","15191.582"],["16410.259","15181.920"],["16415.900","15163.869"],["16405.653","15153.696"],["16399.617","15160.946"],["16387.693","15179.790"],["16408.087","15151.136"],["16402.331","15189.237"],["16412.298","15178.006"],["16413.120","15173.382"],["16392.660","15159.278"],["16380.416","15279.952"],["16380.070","15272.751"],["16356.976","15229.880"],["16376.219","15221.886"],["16370.890","15222.712"],["16372.042","15212.522"],["16368.555","15219.938"],["16361.170","15214.124"],["16374.377","15215.743"],["16371.466","15215.445"],["16362.272","15217.196"],["16376.088","15208.575"],["16371.482","15233.662"],["16368.719","15209.203"],["16371.236","15212.770"],["16365.364","15215.033"],["16362.567","15245.259"],["16369.129","15256.324"],["16365.560","15251.848"],["16357.583","15241.444"],["16376.350","15258.355"],["16361.564","15248.644"],["16377.419","15244.747"],["16368.422","15244.119"],["16367.879","15245.341"],["16372.962","15258.190"],["16376.629","15257.529"],["16362.682","15258.702"],["16378.981","15246.858"],["16392.188","15251.218"],["16382.698","15244.513"],["16387.402","15248.741"],["16383.241","15251.334"],["16385.313","15249.815"],["16395.198","15262.581"],["16400.132","15251.846"],["16379.260","15261.326"],["16401.662","15266.363"],["16403.274","15242.729"],["16400.576","15251.499"],["16404.392","15247.849"],["16398.899","15248.295"],["16379.573","15252.672"],["16387.961","15258.072"],["16378.237","15113.115"],["16375.244","15124.180"],["16382.086","15115.939"],["16384.849","15111.794"],["16383.171","15126.195"],["16388.944","15121.818"],["16377.727","15116.715"],["16375.902","15122.446"],["16371.000","15105.452"],["16365.227","15114.288"],["16375.178","15110.010"],["16367.530","15116.649"],["16378.796","15106.476"],["16366.675","15124.164"],["16373.073","15113.908"],["16375.490","15105.832"],["16488.892","15169.157"],["16545.131","15149.697"],["16557.697","15138.896"],["16506.595","15200.072"],["16515.526","15207.603"],["16520.850","15169.260"],["16520.538","15148.732"],["16534.633","15175.189"],["16540.587","15171.490"],["16515.646","15234.711"],["16523.425","15211.276"],["16516.748","15205.875"],["16512.948","15232.135"],["16546.329","15280.345"],["16514.656","15287.267"],["16497.994","15248.341"],["16500.034","15287.746"],["16535.231","15290.488"],["12357.410","16236.278"],["12513.996","16038.333"],["12368.118","16055.289"],["12368.726","16057.577"],["12381.966","16069.782"],["12380.272","16057.677"],["12366.552","16104.166"],["12366.634","16080.203"],["12449.494","16096.038"],["12502.683","16122.489"],["12442.593","16118.714"],["12444.518","16107.170"],["12446.311","16103.058"],["12507.294","16034.273"],["12514.459","16135.700"],["12414.075","16055.872"],["12376.560","15989.219"],["12358.115","16010.989"],["12499.148","16034.132"],["12471.315","15985.246"],["12420.624","15978.293"],["12489.865","15967.584"],["12539.170","16024.872"],["12460.189","15967.760"],["12445.337","15971.558"],["12357.949","15956.743"],["12566.662","15961.184"],["12375.288","16080.698"],["12449.798","16103.818"],["12498.875","15939.612"],["12489.905","15929.778"],["12410.663","15967.060"],["12429.248","15940.850"],["12382.305","16031.846"],["12406.203","16015.876"],["12393.489","16028.493"],["12432.698","16062.467"],["12473.751","16004.631"],["12466.662","16052.810"],["12449.145","16051.340"],["12451.580","16101.067"],["12524.606","16125.636"],["13235.834","15915.739"],["13233.231","15922.521"],["13214.156","15916.895"],["13230.115","15902.164"],["13245.822","15895.806"],["13221.990","15885.451"],["13243.503","15901.570"],["13213.694","15885.975"],["13218.464","15874.679"],["13223.069","15878.048"],["13225.470","15867.429"],["13222.543","15881.500"],["13209.984","15883.538"],["13200.840","15901.887"],["13220.926","15857.305"],["13209.856","15867.611"],["13212.801","15871.260"],["13205.153","15862.904"],["13228.557","15846.891"],["13235.629","15838.914"],["13235.415","15834.603"],["13215.333","15852.456"],["13217.850","15849.186"],["13244.203","15859.998"],["13251.687","15882.839"],["13240.009","15879.519"],["13258.924","15868.784"],["13247.541","15859.194"],["13246.472","15848.128"],["13249.975","15851.266"],["13263.988","15849.317"],["13268.281","15861.357"],["13266.248","15830.361"],["13273.337","15829.387"],["13272.745","15838.289"],["13275.113","15826.612"],["13261.923","15829.007"],["13267.060","15816.033"],["13286.238","15816.033"],["13279.494","15807.412"],["13278.441","15798.114"],["13267.816","15804.257"],["13274.539","15825.689"],["13253.091","15811.007"],["13263.239","15805.458"],["13258.716","15809.834"],["13259.095","15824.681"],["13310.283","15809.748"],["13290.260","15737.082"],["13295.688","15737.115"],["13272.662","15758.915"],["13276.280","15741.260"],["13291.675","15758.552"],["13294.093","15724.337"],["13283.683","15744.927"],["13297.893","15731.880"],["13287.202","15724.316"],["13277.795","15730.889"],["13301.679","15742.474"],["13298.784","15745.628"],["13305.495","15746.801"],["13295.857","15743.283"],["13307.830","15741.070"],["13328.101","15756.462"],["13312.591","15749.972"],["13318.874","15758.527"],["13315.223","15762.028"],["13221.812","15841.715"],["13228.522","15840.014"],["13236.253","15840.030"],["13237.634","15825.018"],["13252.456","15921.098"],["13267.111","15918.290"],["13285.015","15915.068"],["13277.926","15915.794"],["13267.959","15897.991"],["13279.949","15894.820"],["13266.491","15895.267"],["13287.723","15868.037"],["13300.989","15857.962"],["13302.605","15832.403"],["13303.181","15849.546"],["13302.013","15836.251"],["13328.425","15837.454"],["13350.376","15823.501"],["13361.139","15806.132"],["13346.747","15821.145"],["13360.941","15829.105"],["13358.589","15808.742"],["13360.986","15830.597"],["13343.858","15839.219"],["13376.026","15839.372"],["13384.200","15818.645"],["13357.055","15818.716"],["13376.710","15823.340"],["13381.627","15827.667"],["13369.390","15831.185"],["13371.973","15824.182"],["13303.472","15782.153"],["13316.022","15783.408"],["13312.807","15835.186"],["13304.617","15826.119"],["13328.301","15832.428"],["13305.587","15838.308"],["13309.501","15826.483"],["13320.684","15849.188"],["13334.467","15841.360"],["13330.832","15865.406"],["13319.319","15855.084"],["13315.158","15875.943"],["13303.579","15876.587"],["13308.876","15877.165"],["13302.658","15880.997"],["13309.632","15858.652"],["13283.215","15902.183"],["13302.985","15885.090"],["13300.814","15891.151"],["13283.380","15890.540"],["13308.182","15903.438"],["13279.612","15921.378"],["13202.625","15817.052"],["13220.023","15817.640"],["13207.572","15807.367"],["13229.036","15806.079"],["13322.001","15726.092"],["13320.767","15722.722"],["13323.488","15721.039"],["13242.921","15772.130"],["13269.694","15783.475"],["13269.694","15781.807"],["13362.463","15793.492"],["13364.309","15792.456"],["13365.444","15792.407"],["13407.577","15881.715"],["13401.926","15872.402"],["13401.071","15879.008"],["13407.550","15880.619"],["13393.838","15869.215"],["13394.068","15870.635"],["13387.717","15875.762"],["13387.141","15872.806"],["13395.456","15879.464"],["13392.183","15875.947"],["13385.552","15892.694"],["13386.901","15888.665"],["13385.843","15900.297"],["13389.395","15897.572"],["13392.971","15899.815"],["13391.013","15903.514"],["13379.089","15869.453"],["13381.507","15871.369"],["13393.102","15924.771"],["13380.701","15912.390"],["13380.521","15917.823"],["13341.071","15920.801"],["13310.332","15921.721"],["13311.500","15923.274"],["13322.327","15929.515"],["13320.287","15922.657"],["13329.228","15923.433"],["13344.698","15909.000"],["13342.659","15912.154"],["13345.525","15905.522"],["13341.924","15895.603"],["13346.038","15897.975"],["13354.421","15896.916"],["13346.362","15898.881"],["13356.833","15888.197"],["13357.409","15888.478"],["13335.816","15904.876"],["13333.859","15903.274"],["13337.045","15912.158"],["13333.789","15911.101"],["13333.805","15915.000"],["13336.157","15918.551"],["13357.839","15921.510"],["13350.458","15927.975"],["13375.775","15918.805"],["13382.519","15917.930"],["13383.556","15925.626"],["13388.137","15919.389"],["13388.137","15913.443"],["13377.055","15928.394"],["13318.797","15919.762"],["13324.044","15920.539"],["13312.759","15925.892"],["13306.975","15928.612"],["13395.479","15793.288"],["13363.992","15740.780"],["15252.020","16340.511"],["15243.215","16310.325"],["15269.024","16307.643"],["15219.287","16309.988"],["15208.185","16315.240"],["15213.958","16350.252"],["15265.603","16335.372"],["15253.219","16294.401"],["15229.528","16335.339"],["15296.471","16263.671"],["15242.524","16246.991"],["15230.205","16241.987"],["15230.320","16262.383"],["15275.978","16272.474"],["15290.271","16280.302"],["15240.139","16240.385"],["15250.682","16267.553"],["15257.129","16250.492"],["15264.794","16268.560"],["15274.744","16277.875"],["15270.139","16263.605"],["15269.185","16219.179"],["15261.290","16281.029"],["15279.794","16267.701"],["15254.695","16265.538"],["15280.188","16260.220"],["15266.077","16274.043"],["15259.975","16271.054"],["15250.517","16267.272"],["15232.655","16253.267"],["15190.349","16281.567"],["15297.064","16185.946"],["15289.934","16239.123"],["15298.651","16240.890"],["15270.925","16294.759"],["15276.139","16323.298"],["15266.089","16285.775"],["15288.162","16328.153"],["15271.287","16339.020"],["15275.760","16300.969"],["15263.770","16327.162"],["15286.912","16283.364"],["15268.672","16289.656"],["15276.616","16296.741"],["15274.971","16278.211"],["15269.658","16313.636"],["15284.149","16300.556"],["15268.343","16310.399"],["15280.201","16288.170"],["15259.165","16313.636"],["15269.379","16284.354"],["15266.418","16334.214"],["15282.109","16316.361"],["15257.290","16301.002"],["15228.163","16330.285"],["15297.545","16162.647"],["15287.759","16167.536"],["15297.446","16160.071"],["15298.598","16162.829"],["15289.996","16143.374"],["15296.706","16150.228"],["15295.407","16199.641"],["15273.762","16180.236"],["15287.150","16177.957"],["15284.140","16181.342"],["15264.732","16176.702"],["15268.976","16152.589"],["15278.844","16159.460"],["15260.423","16180.318"],["15295.325","16194.621"],["15252.808","16184.778"],["15261.247","16349.991"],["15259.134","16143.086"],["15253.575","16141.319"],["15217.809","16234.558"],["15209.198","16284.144"],["15294.105","16168.780"],["15271.257","16191.426"],["15269.300","16203.696"],["15274.942","16170.803"],["15275.090","16169.349"],["15247.824","16294.351"],["15199.435","16269.819"],["15277.293","16245.578"],["15231.642","16216.911"],["15205.825","16241.341"],["15244.286","16329.823"],["15262.279","16325.711"],["15198.778","16276.425"],["15187.371","16310.153"],["15269.881","18307.646"],["15258.286","18293.030"],["15287.348","18301.800"],["15265.901","18269.645"],["15291.378","18314.996"],["15290.950","18304.624"],["15241.871","18290.388"],["15229.706","18348.178"],["15225.775","18320.284"],["15228.736","18322.166"],["15203.983","18287.187"],["15208.933","18297.327"],["15227.091","18322.133"],["15218.473","18343.702"],["15246.476","18352.134"],["15201.706","18377.782"],["15115.736","18402.968"],["15147.315","18365.527"],["15119.979","18410.020"],["15168.022","18411.803"],["15142.561","18371.093"],["15165.917","18359.714"],["15155.374","18458.756"],["15127.578","18460.556"],["15163.038","18417.435"],["15169.568","18408.467"],["15247.150","18302.423"],["15126.246","18287.542"],["15116.755","18391.176"],["15129.864","18381.778"],["15182.496","18435.866"],["15149.749","18365.032"],["15142.463","18338.393"],["15131.723","18403.050"],["15206.295","18413.405"],["15191.542","18441.679"],["15123.779","18346.205"],["21632.322","10427.404"],["21627.980","10415.629"],["21624.780","10275.113"],["21630.109","10229.894"],["21631.573","10282.000"],["21688.213","10306.255"],["21672.868","10305.413"],["21661.157","10258.113"],["21658.888","10308.749"],["21686.733","10272.514"],["21685.516","10287.329"],["21695.796","10282.291"],["21657.062","10281.978"],["21655.960","10290.169"],["21707.243","10276.396"],["21745.009","10327.376"],["21780.568","10336.872"],["21714.433","10303.092"],["21741.949","10318.551"],["21718.725","10313.761"],["21725.715","10302.746"],["14673.357","14347.609"],["14672.565","14373.199"],["14675.143","14339.793"],["14709.706","14310.369"],["14690.609","14242.898"],["14680.922","14249.802"],["14683.313","14370.354"],["14672.793","14338.847"],["14712.802","14241.030"],["14674.818","14371.975"],["14681.969","14340.999"],["14682.744","14239.366"],["14674.807","14355.320"],["14685.312","14329.482"],["14673.930","14375.362"],["14679.788","14239.671"],["14710.068","14310.996"],["14693.769","14343.371"],["14708.144","14317.264"],["14687.881","14340.980"],["14681.433","14345.488"],["14735.529","14312.194"],["14684.789","14343.490"],["14707.881","14347.652"],["14729.312","14332.706"],["14678.654","14361.772"],["14718.358","14327.454"],["14719.739","14346.479"],["14694.230","14349.452"],["14710.695","14328.976"],["14693.273","14336.914"],["14711.033","14317.512"],["14702.514","14240.372"],["14706.310","14299.289"],["14704.292","14328.045"],["14702.450","14330.836"],["14700.904","14325.568"],["14696.203","14341.719"],["14676.347","14375.873"],["14682.376","14239.152"],["14682.029","14358.438"],["14706.233","14244.203"],["14701.574","14336.373"],["14707.587","14329.533"],["14678.004","14350.707"],["14710.408","14316.257"],["14674.390","14371.595"],["14706.162","14326.070"],["14706.132","14248.904"],["14709.847","14337.628"],["14674.583","14352.077"],["14708.301","14337.050"],["14696.549","14336.088"],["14711.877","14309.477"],["14700.921","14335.543"],["14673.005","14340.586"],["14698.914","14243.575"],["14819.842","14245.831"],["14764.495","14295.215"],["14758.656","14301.111"],["14805.613","14280.764"],["14790.087","14290.673"],["14814.281","14264.496"],["14785.383","14290.376"],["14790.696","14305.537"],["14812.554","14262.217"],["14797.258","14272.456"],["14815.977","14249.910"],["14813.957","14334.916"],["14816.621","14333.248"],["14813.513","14380.977"],["14813.611","14348.012"],["14808.609","14417.662"],["14775.353","14431.270"],["14794.760","14430.610"],["14684.093","14427.438"],["14718.353","14445.225"],["14690.014","14436.885"],["14714.109","14448.891"],["14715.655","14446.596"],["14678.057","14417.413"],["14688.336","14445.456"],["14676.708","14402.037"],["14692.185","14419.775"],["14722.300","14435.646"],["14675.615","14268.472"],["14673.642","14260.495"],["14766.813","14245.478"],["14763.902","14239.648"],["14816.306","14250.092"],["14774.449","14266.152"],["14777.196","14238.869"],["14806.883","14242.882"],["14807.722","14272.560"],["14769.416","14249.025"],["14769.449","14258.026"],["14784.630","14272.229"],["14769.531","14248.068"],["14786.439","14260.223"],["14795.584","14250.264"],["14776.044","14240.867"],["14801.916","14256.755"],["14805.695","14287.987"],["14808.787","14290.712"],["14817.554","14307.161"],["14821.896","14301.976"],["14812.356","14295.782"],["14808.047","14300.043"],["14806.945","14314.246"],["14821.764","14312.991"],["14788.876","14309.728"],["14769.994","14335.095"],["14795.981","14346.524"],["14792.264","14324.245"],["14796.228","14321.206"],["14775.373","14336.879"],["14790.241","14335.607"],["14769.073","14326.937"],["14802.281","14317.193"],["14788.876","14333.675"],["14809.600","14324.872"],["14805.027","14323.436"],["14779.715","14324.162"],["14801.179","14334.666"],["14803.152","14314.121"],["14785.504","14347.994"],["14743.021","14264.010"],["14739.041","14292.152"],["14733.087","14273.143"],["14748.136","14285.315"],["14737.692","14284.208"],["14769.320","14287.693"],["14743.909","14262.837"],["14733.827","14292.713"],["14739.419","14284.604"],["14743.580","14288.618"],["14745.028","14281.979"],["14733.202","14282.210"],["14731.804","14274.134"],["14735.521","14270.038"],["14728.695","14271.574"],["14729.271","14256.363"],["14700.556","14256.353"],["14700.704","14276.336"],["14696.888","14278.681"],["14675.983","14272.554"],["14695.194","14262.166"],["14709.684","14283.256"],["14706.559","14262.761"],["14703.467","14285.073"],["14703.598","14256.386"],["14678.829","14263.653"],["14691.937","14277.179"],["14704.306","14277.426"],["14696.937","14274.569"],["14708.483","14283.735"],["14707.421","14305.939"],["14687.306","14294.857"],["14675.332","14308.680"],["14687.075","14313.552"],["14674.082","14319.465"],["14689.707","14313.536"],["14674.526","14322.025"],["14688.062","14308.317"],["14703.852","14294.824"],["14687.470","14313.040"],["14687.750","14297.698"],["14703.404","14375.462"],["14684.539","14386.312"],["14696.562","14394.075"],["14710.345","14390.425"],["14690.098","14375.710"],["14700.460","14409.566"],["14681.282","14403.753"],["14686.545","14371.597"],["14690.262","14386.213"],["14700.213","14407.089"],["14714.588","14392.605"],["14691.003","14370.061"],["14705.016","14382.051"],["14678.815","14409.335"],["14706.463","14379.706"],["14678.322","14396.849"],["14776.119","14420.077"],["14797.879","14417.336"],["14801.102","14400.920"],["14791.662","14418.228"],["14796.711","14420.986"],["14784.079","14421.217"],["14776.053","14411.638"],["14795.593","14423.166"],["14804.096","14410.647"],["14796.777","14392.299"],["14781.053","14423.314"],["14777.040","14406.072"],["14796.645","14400.771"],["14769.573","14426.105"],["14765.790","14429.194"],["14781.333","14421.366"],["16558.459","18271.605"],["16458.850","18347.026"],["16499.607","18355.350"],["16445.018","18345.094"],["16388.028","18273.467"],["16386.646","18258.752"],["16409.607","18333.698"],["16368.982","18355.796"],["16390.791","18306.960"],["16496.104","18277.298"],["16400.561","18287.274"],["16391.696","18344.417"],["16357.222","18255.168"],["16387.633","18295.432"],["16396.761","18307.753"],["16446.021","18336.506"],["16372.732","18296.786"],["16466.909","18342.071"],["16451.794","18358.537"],["16385.667","18420.005"],["16356.769","18354.588"],["16379.088","18348.427"],["16357.032","18373.332"],["16431.920","18379.026"],["16489.075","18398.811"],["16554.042","18369.430"],["16410.292","18401.272"],["16420.868","18359.653"],["16423.170","18452.156"],["16421.131","18372.882"],["16401.016","18375.756"],["16498.318","18379.042"],["16555.424","18401.635"],["16421.312","18424.658"],["16403.499","18396.152"],["16559.864","18394.715"],["16483.137","18386.705"],["16544.634","18371.577"],["16538.417","18451.181"],["16511.331","18285.946"],["16522.038","18277.143"],["16546.841","18307.135"],["16529.703","18306.111"],["16523.733","18301.487"],["16562.881","18420.644"],["16363.916","18256.585"],["16410.479","18263.092"],["16425.018","18386.461"],["16387.222","18285.817"],["16379.113","18336.635"],["16397.682","18264.050"],["16392.156","18370.309"],["16383.735","18263.059"],["16424.179","18408.724"],["16409.344","18317.427"],["16365.758","18370.755"],["16424.426","18351.961"],["16411.778","18367.436"],["16421.926","18287.832"],["16424.492","18266.709"],["16357.798","18343.059"],["16414.196","18370.045"],["16517.568","18281.584"],["16415.578","18270.172"],["16499.558","18284.210"],["16545.776","18274.515"],["16507.338","18274.036"],["16427.009","18260.758"],["16396.746","18261.518"],["16405.220","18354.691"],["16433.986","18453.535"],["16373.542","18409.753"],["16454.973","18434.642"],["16440.697","18297.615"],["16370.187","18449.819"],["16362.654","18411.735"],["16426.240","18315.880"],["16361.536","18335.633"],["16407.243","18302.437"],["16462.704","18336.855"],["16441.223","18388.003"],["16432.588","18387.408"],["16468.082","18356.574"],["16365.878","18399.795"],["16432.901","18465.509"],["16391.963","18461.380"],["16373.921","18337.532"],["16451.273","18400.736"],["16385.236","18451.256"],["16431.042","18329.010"],["16399.365","18384.386"],["17252.306","18796.883"],["17317.586","18701.474"],["17367.273","18698.699"],["17335.513","18686.676"],["17360.875","18796.371"],["17271.994","18719.030"],["17345.365","18721.755"],["17391.221","18699.476"],["17355.300","18698.237"],["17342.240","18776.073"],["17368.573","18695.578"],["17346.122","18715.380"],["17338.573","18731.400"],["17296.648","18766.528"],["17308.458","18790.442"],["17398.990","18872.084"],["17376.418","18831.418"],["17371.368","18818.552"],["17393.148","18807.466"],["17403.444","18811.661"],["17401.290","18810.786"],["17317.802","18885.887"],["17331.124","18855.615"],["17252.933","18824.797"],["17366.996","18877.365"],["17300.170","18838.059"],["17311.173","18868.761"],["17279.085","18877.332"],["17270.581","18881.445"],["17362.489","18876.457"],["17349.002","18886.862"],["17284.382","18679.350"],["17303.757","18692.084"],["17280.550","18691.324"],["17373.109","18680.742"],["17365.379","18692.913"],["17385.868","18693.787"],["17338.667","18715.280"],["17338.486","18695.478"],["17367.515","18693.166"],["17210.599","18762.998"],["17210.714","18757.382"],["17256.808","18798.731"],["17237.729","18814.784"],["17252.482","18817.757"],["17208.681","18772.041"],["17223.171","18771.743"],["17204.602","18783.634"],["17221.741","18809.330"],["17234.208","18793.690"],["17251.149","18824.854"],["17266.189","18843.634"],["17269.281","18855.079"],["17268.212","18867.069"],["17208.322","18866.676"],["17206.050","18865.877"],["17200.049","18836.750"],["17212.006","18843.819"],["17268.754","18762.655"],["17278.261","18774.150"],["17254.659","18771.541"],["17278.259","18776.515"],["17277.502","18772.997"],["17251.236","18778.034"],["17274.670","18777.145"],["17283.732","18745.205"],["17273.551","18767.831"],["17272.690","18819.565"],["17280.124","18783.958"],["17298.926","18776.083"],["17296.294","18786.867"],["17291.952","18783.828"],["17279.852","18805.139"],["17301.744","18795.048"],["17285.214","18813.083"],["24209.449","17110.688"],["24281.899","17144.590"],["24203.643","17102.513"],["24292.790","17121.304"],["24301.227","17118.959"],["24211.620","17094.817"],["24294.433","17059.738"],["24229.660","17175.490"],["24230.186","17139.139"],["24166.697","17183.666"],["24244.166","17171.096"],["24190.090","17170.245"],["24216.094","17141.591"],["24208.495","17146.513"],["24286.048","17043.942"],["24239.548","17057.189"],["24196.686","17147.339"],["24207.558","17149.089"],["31966.264","11694.578"],["31993.111","11494.352"],["31985.633","11538.967"],["31967.821","11512.014"],["31968.594","11552.955"],["32029.685","11500.530"],["32009.981","11508.589"],["32075.103","11598.648"],["32061.435","11599.887"],["32013.049","11629.034"],["32040.056","11581.057"],["32000.812","11629.117"],["32093.688","11643.630"],["32112.093","11650.054"],["32076.090","11668.717"],["10653.984","16980.517"],["10671.073","16985.917"],["10645.316","16979.560"],["10650.316","16979.213"],["10630.135","16986.232"],["21461.221","10578.030"],["21452.192","10566.981"],["21456.748","10571.242"],["21449.659","10542.423"],["21481.123","10541.465"],["21454.544","10566.899"],["21492.965","10578.030"],["21455.267","10565.313"],["21438.442","10550.119"],["21427.112","10538.417"],["21431.882","10538.698"],["21419.810","10557.030"],["21460.549","10638.376"],["21452.983","10622.042"],["21600.908","10464.035"],["21604.460","10459.361"],["21616.238","10461.895"],["21617.200","10439.719"],["16597.050","15667.276"],["16567.560","15661.545"],["16585.685","15659.431"],["16622.167","15668.125"],["16589.749","15671.032"],["16607.430","15655.904"],["16591.131","15666.242"],["16569.799","15666.290"],["16405.902","14185.438"],["16418.484","14142.466"],["16407.580","14173.415"],["16523.312","14212.209"],["16553.707","14219.162"],["16472.534","14178.278"],["16493.735","14180.012"],["16470.824","14143.034"],["16391.433","14237.173"],["16406.739","14232.747"],["16435.851","14214.316"],["16429.864","14207.875"],["16415.522","14230.765"],["16427.002","14220.245"],["16393.889","14216.892"],["16401.537","14210.550"],["16421.964","14223.762"],["16395.237","14200.277"],["16395.550","14194.200"],["16401.422","14226.999"],["16407.705","14199.468"],["16425.813","14214.150"],["16394.103","14197.734"],["16394.777","14228.733"],["16396.241","14218.262"],["16405.451","14192.383"],["16409.810","14201.830"],["16420.665","14207.148"],["16391.635","14209.129"],["16439.535","14225.462"],["16455.407","14213.389"],["16466.756","14221.812"],["16437.085","14231.407"],["16449.009","14224.867"],["16440.703","14215.123"],["16424.206","14216.907"],["16443.976","14213.059"],["16450.835","14230.350"],["16473.298","14238.283"],["16482.574","14234.154"],["16480.403","14237.209"],["16484.975","14228.473"],["16369.422","14195.719"],["16386.823","14207.378"],["16388.402","14190.236"],["16372.629","14215.471"],["16359.060","14198.857"],["16371.955","14188.634"],["16374.553","14190.401"],["16374.866","14209.195"],["16357.645","14202.374"],["16368.698","14203.365"],["16371.494","14211.738"],["16371.792","14173.525"],["16378.536","14183.864"],["16360.230","14150.073"],["16359.144","14150.618"],["16388.026","14143.418"],["16367.203","14173.112"],["16363.667","14151.907"],["16391.233","14160.197"],["16389.868","14164.656"],["16459.271","14164.644"],["16442.494","14160.433"],["16425.751","14164.908"],["16425.175","14170.755"],["16447.067","14155.478"],["16447.922","14169.169"],["16453.086","14152.786"],["16425.257","14167.980"],["16439.172","14136.486"],["16430.438","14156.601"],["16452.198","14143.752"],["16456.310","14144.264"],["16451.162","14157.675"],["16460.603","14169.417"],["16452.560","14134.421"],["16466.524","14172.984"],["16510.051","14158.725"],["16478.044","14143.316"],["16506.597","14162.557"],["16513.242","14146.239"],["16478.867","14158.213"],["16478.571","14168.634"],["16479.886","14129.823"],["16481.827","14142.441"],["16495.281","14143.845"],["16484.969","14160.641"],["16501.087","14143.085"],["16488.044","14158.725"],["16476.482","14168.073"],["16491.942","14168.733"],["16476.844","14171.277"],["16491.959","14131.359"],["16532.964","14170.450"],["16540.448","14166.718"],["16526.089","14184.703"],["16530.793","14149.393"],["16513.704","14157.833"],["16540.678","14155.801"],["16551.500","14172.928"],["16534.296","14178.890"],["16548.540","14181.317"],["16546.911","14185.793"],["16546.171","14182.341"],["16526.106","14150.814"],["16546.583","14151.375"],["16532.833","14183.861"],["16536.484","14172.812"],["16562.462","14225.016"],["16561.163","14215.090"],["16553.370","14235.538"],["16545.920","14231.888"],["16553.551","14235.142"],["16546.281","14230.848"],["16539.235","14097.211"],["16549.696","14083.635"],["16504.917","14118.216"],["16524.605","14118.414"],["16508.223","14132.552"],["16554.664","14203.074"],["14236.048","17874.141"],["14229.091","17936.255"],["14237.594","17902.663"],["14247.380","17917.989"],["22274.440","10249.252"],["22253.140","10238.963"],["22273.256","10250.672"],["22271.348","10243.818"],["22266.348","10264.594"],["22396.753","10353.837"],["22257.696","10231.564"],["22316.505","10356.949"],["18678.431","18591.120"],["18678.562","18562.549"],["18880.825","18523.403"],["18854.378","18488.688"],["18854.100","18517.273"],["18836.584","18510.618"],["18835.251","18515.275"],["18826.433","18522.323"],["18829.410","18512.265"],["18848.505","18548.020"],["18850.102","18553.789"],["18874.247","18553.591"],["18845.579","18558.182"],["18861.082","18572.344"],["18838.141","18570.985"],["18849.572","18573.430"],["18821.282","18596.204"],["18856.204","18618.569"],["18850.332","18649.238"],["18845.957","18614.226"],["18868.074","18660.584"],["18865.360","18642.385"],["18870.869","18666.285"],["18806.664","18634.064"],["18838.177","18646.136"],["18744.217","18641.650"],["18770.763","18613.524"],["18742.852","18640.527"],["18763.727","18596.927"],["18779.204","18612.187"],["18729.706","18573.660"],["18729.015","18583.338"],["18756.030","18552.267"],["18785.947","18550.219"],["18789.352","18548.683"],["18778.318","18540.488"],["18806.493","18565.327"],["18795.950","18549.555"],["18796.975","18531.427"],["18815.939","18542.888"],["18801.103","18562.872"],["18786.205","18536.839"],["18814.544","18513.735"],["18793.787","18503.396"],["18775.908","18534.030"],["18787.060","18511.604"],["18816.797","18483.379"],["18808.458","18510.316"],["18768.826","18524.475"],["18713.063","18588.891"],["18712.586","18597.413"],["18706.023","18597.446"],["18679.817","18597.206"],["18719.751","18563.333"],["18715.278","18572.037"],["18684.839","18588.083"],["18691.763","18567.554"],["18698.519","18607.498"],["18682.236","18591.710"],["18703.941","18575.649"],["18677.839","18557.300"],["18749.004","18567.833"],["18756.603","18597.759"],["18765.550","18587.552"],["18729.924","18645.176"],["18746.931","18635.927"],["18742.589","18629.222"],["18729.499","18670.140"],["18728.364","18645.202"],["18745.190","18649.050"],["18738.141","18673.006"],["18796.097","18631.037"],["18792.989","18637.956"],["18782.002","18625.355"],["18773.986","18604.290"],["18774.364","18621.614"],["18779.759","18621.697"],["18695.791","18467.528"],["18672.673","18499.507"],["18708.591","18506.518"],["18706.173","18503.793"],["18702.833","18501.564"],["18721.598","18531.318"],["18723.638","18523.440"],["18720.200","18526.578"],["18745.675","18528.072"],["18744.672","18513.489"],["18736.465","18514.116"],["18759.880","18507.008"],["18768.646","18501.756"],["18769.238","18511.583"],["18746.241","18496.145"],["18753.001","18497.698"],["18754.860","18483.627"],["18746.765","18476.977"],["18754.791","18478.711"],["18741.420","18466.968"],["18732.775","18486.751"],["18711.624","18480.211"],["18725.719","18479.682"],["18720.512","18521.339"],["18712.288","18509.431"],["18712.321","18497.342"],["18720.389","18478.868"],["18685.744","18554.686"],["18701.925","18547.742"],["18706.892","18544.043"],["18709.260","18532.978"],["18728.202","18603.548"],["18738.892","18599.865"],["18744.073","18592.252"],["18765.777","18643.945"],["18755.728","18652.269"],["18754.955","18667.578"],["18679.471","18655.415"],["18674.635","18655.795"],["18859.392","18546.203"],["18870.017","18524.667"],["18876.251","18535.154"],["18852.031","18484.887"],["18851.143","18471.575"],["14518.861","16748.013"],["14603.065","16599.004"],["14543.420","16704.173"],["28261.551","9093.777"],["28280.153","9104.974"],["28265.087","9110.391"],["28261.455","9103.567"],["28270.418","9097.357"],["28274.168","9098.084"],["28255.194","9118.575"],["15372.323","12969.923"],["15461.842","12939.760"],["15336.127","12919.272"],["15466.595","12917.558"],["15502.521","12921.987"],["15501.205","12927.454"],["15365.262","12879.121"],["15401.529","12848.997"],["15379.456","12856.677"],["15414.080","12859.236"],["15361.446","12886.421"],["15390.413","12889.625"],["15400.332","12876.814"],["15432.470","12870.125"],["15507.850","12947.024"],["15311.322","12831.096"],["15314.527","12881.482"],["15309.181","12892.960"],["15323.197","12877.269"],["15304.193","12864.620"],["15306.199","12864.785"],["15373.568","12856.264"],["15368.009","12861.829"],["15379.917","12847.478"],["15369.621","12869.294"],["15330.309","12905.083"],["15311.899","12875.874"],["15348.608","12870.746"],["15356.585","12856.312"],["15315.798","12852.584"],["15328.940","12850.883"],["15339.680","12848.323"],["15321.834","12873.760"],["15353.016","12884.503"],["15353.526","12867.129"],["15338.117","12837.869"],["15330.831","12844.359"],["15335.272","12838.529"],["15342.738","12835.989"],["15431.220","12869.464"],["15317.488","12805.739"],["15318.281","12875.675"],["15309.908","12794.531"],["15337.607","12868.805"],["15305.549","12802.591"],["15312.192","12835.533"],["15310.810","12892.613"],["15367.607","12884.078"],["15344.203","12908.273"],["15349.924","12890.184"],["15354.102","12859.961"],["15364.506","12866.767"],["15336.374","12898.199"],["15383.505","12858.956"],["15393.620","12869.476"],["15360.305","12902.988"],["15370.098","12852.647"],["15309.334","12860.016"],["15338.413","12858.761"],["15349.712","12899.041"],["15381.331","12870.748"],["15401.664","12881.504"],["15411.845","12901.471"],["15345.699","12921.105"],["15418.177","12889.762"],["15322.192","12835.186"],["15354.285","12917.439"],["15309.692","12843.724"],["15418.407","12889.217"],["15329.334","12874.255"],["15381.496","12885.843"],["15458.277","12910.632"],["15411.828","12869.217"],["15377.172","12899.958"],["15504.067","12937.908"],["15434.641","12881.075"],["15385.149","12940.282"],["15430.686","12922.059"],["15399.884","12934.345"],["15463.273","12946.944"],["15442.405","12909.674"],["15461.990","12936.820"],["15402.010","12762.640"],["15453.849","12954.227"],["15420.991","12915.702"],["15428.399","12917.938"],["15387.731","12917.299"],["15384.047","12916.935"],["15411.580","12900.271"],["15391.919","12956.088"],["15407.659","12955.609"],["15447.340","12913.242"],["15449.757","12905.579"],["15419.040","12929.251"],["15399.474","12905.193"],["15379.869","12891.155"],["15376.366","12921.906"],["15402.896","12924.962"],["15363.224","12929.035"],["15361.169","12902.181"],["15374.366","12793.728"],["15388.422","12933.792"],["15361.349","12901.587"],["15387.589","12773.216"],["15420.555","12911.101"],["15423.368","12899.095"],["15446.394","12899.095"],["15417.858","12897.889"],["15420.572","12911.663"],["15412.627","12915.627"],["15377.550","12931.298"],["15372.303","12927.648"],["15384.326","12892.460"],["15363.718","12922.908"],["15432.199","12922.273"],["15408.587","12869.922"],["15360.205","12788.096"],["15451.361","12928.285"],["15400.048","12951.273"],["15395.558","12946.054"],["15387.359","12781.952"],["15447.924","12896.106"],["15444.749","12919.961"],["15413.121","12914.850"],["15391.923","12951.587"],["15411.838","12907.567"],["15451.870","12928.879"],["15383.930","12952.396"],["15407.433","12950.084"],["15352.622","12797.047"],["15372.458","12788.657"],["15353.198","12798.633"],["15413.080","12941.660"],["15432.231","12923.917"],["15416.484","12962.040"],["15459.198","12917.635"],["15420.382","12967.903"],["15443.047","12910.318"],["15460.086","12910.996"],["15421.550","12936.029"],["15412.799","12886.095"],["15420.793","12954.377"],["15415.580","12964.006"],["15427.964","12962.420"],["15451.090","12918.708"],["15435.481","12910.649"],["15375.385","12778.533"],["15393.800","12932.823"],["15397.978","12923.129"],["15418.894","12892.423"],["15407.979","12858.675"],["15370.330","12906.366"],["15409.195","12903.145"],["15395.264","12916.275"],["15411.728","12899.264"],["15386.843","12924.549"],["15407.811","12952.066"],["15368.807","12797.130"],["15357.688","12805.635"],["15359.448","12800.482"],["15478.528","12957.984"],["15388.905","12792.324"],["15420.645","12962.982"],["15437.586","12969.290"],["15421.550","12955.153"],["15436.270","12935.236"],["15379.629","12774.718"],["15411.435","12932.742"],["15484.268","12963.616"],["15452.138","12964.731"],["15508.356","12888.529"],["15505.888","12875.317"],["15489.277","12881.428"],["15505.691","12883.905"],["15481.991","12892.972"],["15473.619","12882.799"],["15497.155","12889.488"],["15472.797","12882.947"],["15501.596","12871.469"],["15432.180","12825.064"],["15445.354","12851.389"],["15447.788","12853.470"],["15431.423","12841.810"],["15462.426","12818.474"],["15447.558","12826.237"],["15431.291","12842.702"],["15471.867","12817.302"],["15450.880","12814.329"],["15455.633","12841.232"],["15455.749","12813.173"],["15450.798","12825.345"],["15446.637","12826.220"],["15439.548","12839.647"],["15452.245","12816.773"],["15421.793","12794.895"],["15435.938","12779.007"],["15428.141","12784.688"],["15425.773","12792.318"],["15409.836","12812.467"],["15415.313","12801.005"],["15433.158","12810.138"],["15436.612","12791.939"],["15411.151","12813.045"],["15423.454","12795.539"],["15420.691","12785.217"],["15421.924","12820.444"],["15439.803","12813.590"],["15434.918","12792.484"],["15451.258","12769.988"],["15441.916","12761.499"],["15468.660","12771.854"],["15470.156","12769.658"],["15457.064","12765.447"],["15469.358","12856.285"],["15471.722","12785.555"],["15504.716","12781.873"],["15508.367","12800.337"],["15485.702","12814.721"],["15506.212","12808.479"],["15484.502","12808.776"],["15486.229","12818.636"],["15498.021","12804.730"],["15477.495","12822.054"],["15509.716","12819.593"],["15503.104","12793.813"],["15513.235","12799.973"],["15480.012","12792.690"],["15475.192","12809.915"],["15484.337","12801.162"],["15503.038","12796.456"],["15510.783","12838.762"],["15506.063","12855.162"],["15511.737","12821.322"],["15505.125","12824.757"],["15504.961","12842.131"],["15504.089","12844.724"],["15472.365","12764.292"],["15504.519","12761.996"],["15494.503","12766.224"],["15325.415","12765.939"],["15380.813","12810.466"],["15471.118","12875.624"],["15393.346","12789.723"],["15389.070","12799.450"],["15394.037","12785.528"],["15408.001","12782.159"],["15399.744","12790.268"],["15409.662","12811.523"],["15387.869","12807.955"],["15406.422","12779.070"],["15394.382","12782.258"],["15399.349","12779.516"],["15415.665","12806.486"],["15477.088","12873.593"],["15494.720","12839.026"],["15473.684","12876.417"],["15344.830","12778.073"],["15361.622","12771.979"],["15366.458","12769.634"],["15336.984","12767.652"],["20299.730","13994.228"],["20306.714","13996.801"],["20308.842","14001.272"],["20285.540","13996.211"],["20285.878","13999.206"],["20282.176","13999.471"],["20328.444","13989.496"],["20319.401","13991.612"],["20337.455","13985.487"],["20728.479","12749.061"],["20756.669","12750.002"],["16009.501","17757.296"],["16004.945","17742.994"],["15997.336","17721.423"],["16060.149","17702.464"],["15980.231","17731.366"],["16000.741","17707.551"],["16098.998","17798.764"],["15988.307","17717.790"],["15987.622","17771.014"],["15980.116","17696.964"],["16051.744","17685.916"],["16053.899","17690.160"],["16051.465","17782.778"],["16042.517","17705.288"],["16022.945","17769.846"],["15990.105","17793.078"],["16028.227","17632.979"],["16063.951","17690.419"],["16013.507","17703.334"],["16056.813","17623.516"],["16051.286","17691.658"],["16016.336","17643.301"],["16041.270","17627.248"],["15999.494","17678.413"],["16141.655","17810.915"],["16140.373","17686.986"],["16130.203","17706.867"],["16121.553","17697.390"],["16127.540","17648.240"],["16135.911","17718.291"],["16129.652","17675.926"],["16141.124","17661.257"],["16129.759","17651.430"],["16054.743","17759.835"],["16069.348","17764.261"],["16075.319","17755.459"],["16033.875","17798.645"],["16003.474","17781.299"],["15991.747","17801.068"],["15993.267","17822.190"],["16002.237","17642.307"],["15834.331","12123.235"],["15732.495","12109.278"],["15727.873","12097.173"],["15730.801","12104.621"],["15731.196","12075.059"],["15726.854","12097.255"],["15726.824","12049.574"],["15730.047","12057.138"],["15750.335","12043.131"],["15739.316","12054.427"],["15754.793","12042.387"],["15733.904","12056.409"],["15745.270","12043.973"],["15745.237","12048.762"],["15753.197","12044.353"],["15737.641","12032.017"],["15745.010","12030.877"],["15736.144","12008.846"],["15725.217","12024.484"],["15729.938","12041.775"],["15734.247","12027.853"],["15744.158","12015.034"],["15738.780","12014.984"],["15737.349","12012.490"],["15752.300","12021.376"],["15751.708","12022.334"],["15760.655","12016.603"],["15740.704","12004.497"],["15780.155","12080.865"],["15789.579","12074.094"],["15791.470","12065.341"],["15780.747","12070.163"],["15772.901","12078.668"],["15785.632","12067.900"],["15790.171","12067.256"],["15788.477","12078.520"],["15794.060","12090.567"],["15791.675","12110.039"],["15792.152","12104.539"],["15787.942","12108.486"],["15799.192","12103.779"],["15792.827","12104.044"],["15790.063","12102.722"],["15797.975","12109.114"],["15764.893","12115.980"],["15778.232","12121.677"],["15779.614","12121.380"],["15756.439","12114.559"],["15760.058","12116.244"],["22667.298","13865.535"],["20134.661","14248.852"],["20133.032","14248.621"],["20139.595","14250.025"],["28938.786","11444.948"],["28835.553","11282.736"],["28865.056","11314.078"],["21205.787","14463.149"],["21309.596","14525.691"],["21292.803","14498.969"],["9681.456","12302.577"],["9786.702","12305.493"],["9825.163","12324.402"],["28799.323","11773.453"],["28801.138","11793.672"],["28780.300","11712.261"],["28791.897","11794.431"],["16254.230","16175.926"],["16318.992","16289.498"],["16263.469","16281.485"],["16299.444","16175.513"],["16317.597","16215.735"],["16318.386","16296.181"],["16290.558","16281.716"],["16278.071","16296.633"],["16214.533","16350.195"],["16223.718","16276.660"],["16264.327","16339.468"],["16242.402","16339.055"],["16262.748","16331.425"],["16262.756","16261.529"],["16244.401","16264.435"],["16284.351","16270.529"],["16291.382","16249.438"],["16279.425","16247.192"],["16299.425","16225.557"],["16310.889","16243.971"],["16221.176","16291.058"],["16184.269","16299.745"],["16230.075","16328.234"],["16212.805","16293.981"],["16281.347","16193.349"],["16249.291","16204.100"],["16271.380","16200.137"],["16267.975","16181.904"],["16339.914","16335.101"],["16343.894","16336.704"],["16355.081","16299.011"],["16344.833","16350.328"],["16323.794","16170.362"],["16354.869","16254.694"],["16327.734","16267.166"],["16302.263","16280.773"],["16305.963","16308.719"],["16295.995","16324.714"],["16348.729","16313.333"],["16348.813","16319.320"],["20318.647","15501.594"],["20146.065","15367.007"],["20196.756","15331.608"],["20287.742","15463.967"],["20149.531","15471.048"],["20153.588","15465.491"],["20149.476","15458.935"],["20158.526","15455.882"],["20156.322","15441.861"],["20194.929","15474.780"],["20194.781","15460.660"],["20187.363","15442.166"],["20191.212","15453.843"],["20171.274","15436.542"],["20162.458","15435.386"],["20193.115","15405.049"],["20180.681","15410.912"],["20263.107","15380.402"],["20267.127","15379.985"],["20272.623","15341.720"],["20285.797","15346.905"],["20297.329","15328.712"],["20304.928","15332.511"],["20267.523","15411.174"],["20262.177","15420.803"],["20262.063","15407.235"],["20262.885","15399.836"],["20302.265","15490.659"],["20290.176","15500.925"],["20282.166","15501.916"],["20313.669","15479.872"],["20303.324","15478.848"],["20267.058","15480.248"],["20277.699","15470.455"],["20298.410","15463.860"],["20297.181","15461.563"],["20293.480","15448.814"],["20338.675","15468.290"],["20332.902","15464.640"],["20337.862","15488.858"],["20341.283","15488.330"],["20351.134","15454.885"],["20351.940","15453.464"],["20345.420","15482.394"],["20350.190","15491.560"],["20231.052","15505.299"],["24472.108","9380.195"],["24455.233","9412.416"],["24517.421","9427.346"],["24474.362","9427.231"],["24411.105","9397.354"],["24448.161","9404.671"],["24517.092","9377.586"],["24378.630","9381.097"],["24401.623","9436.324"],["24405.307","9457.001"],["24442.396","9386.580"],["24369.600","9390.181"],["6956.010","6129.189"],["16169.820","12749.770"],["16218.379","12747.865"],["16165.401","12603.141"],["16154.656","12742.933"],["16231.307","12744.793"],["16225.632","12742.943"],["16251.144","12755.222"],["16219.234","12740.631"],["16161.942","12751.240"],["16179.710","12622.546"],["16176.115","12672.885"],["16201.093","12758.484"],["16216.224","12744.842"],["16354.830","12708.229"],["16212.359","12744.264"],["16149.129","12736.574"],["16161.905","12666.593"],["16159.661","12623.818"],["16219.744","12750.326"],["16174.080","12748.152"],["16226.487","12737.543"],["16152.452","12737.565"],["16239.695","12750.771"],["16225.336","12736.932"],["16211.339","12747.204"],["16155.264","12755.550"],["16197.052","12555.072"],["16293.087","12557.736"],["16173.583","12663.707"],["16299.363","12633.861"],["16292.965","12639.608"],["16275.285","12591.232"],["16292.736","12627.698"],["16263.480","12617.112"],["16225.075","12601.389"],["16244.187","12610.836"],["16297.753","12734.860"],["16290.253","12715.075"],["16278.970","12705.182"],["16306.157","12678.184"],["16324.068","12662.941"],["16326.387","12667.862"],["16343.113","12704.265"],["16349.067","12722.052"],["16318.491","12715.627"],["16325.883","12570.140"],["16335.307","12593.624"],["16296.821","12582.906"],["21149.068","16315.231"],["21146.041","16313.927"],["27009.195","9311.902"],["27037.814","9326.188"],["27022.879","9309.359"],["27043.596","9316.380"],["27059.485","9229.878"],["26997.699","9195.944"],["27014.065","9262.006"],["26999.394","9304.070"],["27067.551","9270.428"],["27092.325","9265.495"],["8700.178","11691.815"],["8692.661","11689.305"],["8756.031","11655.700"],["8762.199","11653.487"],["8750.291","11658.061"],["8748.597","11662.884"],["8771.097","11651.736"],["8696.978","11672.874"],["8711.238","11685.492"],["8708.491","11680.768"],["8714.445","11676.640"],["8708.343","11675.880"],["8681.366","11689.953"],["8689.491","11689.044"],["8678.636","11688.037"],["8643.596","11697.161"],["8643.036","11694.189"],["8657.919","11699.916"],["8656.653","11698.017"],["8651.423","11697.059"],["8755.611","11678.011"],["8767.141","11678.044"],["18582.497","12120.201"],["18556.631","12098.242"],["18580.408","12120.168"],["18559.634","12100.117"],["18588.663","12109.366"],["18582.808","12097.739"],["18561.459","12096.698"],["18644.991","12105.771"],["18647.122","12111.711"],["18479.012","11959.145"],["18462.384","11993.282"],["18519.089","11998.641"],["18511.491","12000.474"],["18550.810","11990.571"],["18533.442","11993.362"],["18548.381","12034.133"],["18575.043","12007.791"],["18566.737","12025.562"],["18616.063","11992.782"],["18609.074","11993.258"],["18600.193","12026.338"],["18600.226","12000.425"],["18595.456","12016.247"],["18496.795","12041.992"],["18485.315","12017.681"],["18479.591","12027.409"],["18484.147","12022.058"],["18473.084","12038.897"],["18624.695","12099.875"],["13963.112","17759.404"],["13982.339","17777.389"],["13978.079","17795.259"],["13973.490","17728.108"],["14008.408","17796.712"],["13925.316","17815.573"],["13971.138","17712.831"],["13969.757","17747.249"],["13969.395","17745.977"],["13936.418","17768.818"],["13936.138","17717.125"],["13967.898","17760.428"],["13970.431","17711.989"],["13977.372","17726.886"],["13963.490","17760.197"],["13951.237","17728.702"],["13957.948","17743.847"],["13917.536","17756.811"],["14009.921","17799.173"],["13915.694","17804.210"],["13930.810","17803.401"],["13987.833","17717.687"],["13955.316","17815.226"],["13916.928","17787.629"],["14007.586","17742.872"],["13942.898","17719.057"],["13944.806","17730.800"],["22491.491","15928.291"],["22470.215","15916.244"],["22464.935","15925.741"],["22505.696","15919.516"],["22490.158","15913.245"],["22528.330","15908.355"],["22486.942","15888.460"],["22485.100","15894.141"],["15954.705","18108.511"],["16102.666","18061.178"],["16081.169","18071.649"],["16091.596","18089.849"],["16091.465","18128.940"],["15992.090","18159.477"],["16002.435","18174.473"],["15965.692","18120.105"],["16076.827","18058.453"],["15950.725","18084.911"],["16012.501","18122.153"],["15997.337","18107.256"],["15952.205","18117.049"],["15984.738","18153.862"],["16115.071","18209.870"],["16125.663","18232.001"],["16111.962","18215.783"],["16080.968","18235.791"],["15968.755","18207.681"],["15980.531","18214.948"],["15988.294","18231.529"],["15988.629","18192.564"],["15988.876","18214.083"],["15985.751","18201.829"],["15965.580","18238.956"],["15960.021","18218.510"],["15955.547","18225.232"],["15983.594","18249.238"],["15984.482","18244.564"],["16004.791","18250.049"],["16012.472","18241.956"],["16007.686","18251.832"],["15989.845","18217.557"],["16003.923","18192.024"],["15939.297","18185.644"],["15960.004","18209.129"],["15937.964","18055.886"],["15936.566","18060.709"],["15946.897","18081.148"],["15944.068","18074.277"],["15942.406","18062.584"],["15967.138","18046.191"],["16010.344","18060.082"],["16017.894","18051.543"],["16010.936","18094.943"],["16007.482","18095.885"],["16023.387","18097.718"],["16043.181","18120.740"],["16032.424","18114.646"],["16040.632","18127.363"],["16062.632","18143.915"],["16051.908","18157.309"],["16098.175","18163.554"],["16102.369","18152.488"],["16101.349","18155.791"],["16106.481","18123.627"],["16100.955","18120.902"],["16117.863","18141.959"],["16138.854","18102.606"],["16123.821","18092.317"],["16131.831","18091.673"],["16134.697","18111.595"],["16131.523","18118.036"],["16120.931","18129.630"],["16113.917","18159.659"],["16127.749","18168.792"],["16127.815","18162.153"],["16068.550","18176.392"],["16068.155","18165.475"],["16064.787","18192.874"],["16093.813","18201.424"],["16093.830","18200.433"],["16091.395","18206.643"],["16138.134","18222.173"],["16101.860","18184.417"],["16102.304","18179.049"],["16098.208","18162.617"],["16011.566","18206.486"],["16008.754","18199.830"],["16054.806","18194.736"],["16030.348","18210.739"],["16046.273","18156.465"],["16026.306","18154.995"],["16050.531","18198.645"],["16039.347","18162.576"],["16040.663","18165.813"],["15959.791","18146.862"],["15941.616","18166.268"],["15961.468","18157.333"],["16053.396","18132.946"],["16050.518","18151.460"],["16038.150","18152.682"],["16047.547","18060.560"],["16037.695","18059.470"],["16024.817","18051.444"],["16026.957","18045.208"],["16045.207","18053.372"],["16034.763","18044.123"],["16078.669","18208.829"],["16079.224","18225.977"],["16078.978","18220.444"],["16083.912","18217.521"],["16070.546","18089.621"],["16089.165","18106.598"],["16086.303","18113.452"],["16134.094","18164.288"],["16105.032","18091.191"],["16115.805","18235.534"],["16115.673","18149.060"],["16145.525","18162.586"],["16122.927","18225.873"],["16124.719","18206.880"],["16110.098","18175.221"],["16131.397","18171.620"],["15968.708","18230.630"],["15994.004","18219.317"],["15989.021","18141.332"],["16001.257","18190.894"],["16014.761","18171.439"],["15985.698","18131.274"],["15945.287","18192.479"],["15936.109","18156.212"],["15955.336","18156.311"],["15954.251","18166.782"],["15988.017","18217.285"],["15975.583","18148.367"],["15976.998","18179.052"],["15937.771","18188.763"],["16006.718","18189.160"],["16022.310","18158.920"],["16015.715","18145.014"],["16010.287","18180.093"],["15978.675","18201.794"],["15969.679","18239.251"],["15959.070","18167.508"],["15957.623","18183.611"],["15975.369","18219.168"],["16020.336","18199.003"],["15940.616","18212.578"],["15988.182","18233.024"],["15977.869","18230.679"],["15961.175","18184.024"],["15992.409","18189.507"],["16019.925","18146.534"],["15970.830","18145.956"],["15979.284","18135.039"],["15954.251","18151.422"],["15970.567","18161.530"],["16026.570","18178.095"],["15970.780","18210.382"],["14147.193","12143.087"],["14131.444","12140.416"],["14142.855","12189.721"],["22037.643","11529.762"],["22035.883","11512.586"],["22026.607","11534.700"],["16780.510","16353.625"],["16786.643","16382.953"],["16782.946","16354.376"],["16794.887","16356.540"],["16795.282","16361.527"],["16783.176","16361.263"],["16783.390","16361.808"],["16790.265","16353.980"],["16794.607","16358.340"],["16886.524","16409.436"],["16886.362","16407.351"],["16779.981","16398.097"],["16780.261","16387.279"],["16781.527","16385.710"],["16779.323","16396.445"],["16778.863","16387.940"],["16779.824","16547.759"],["16820.069","16476.522"],["16810.517","16476.291"],["16787.744","16452.318"],["16783.928","16458.346"],["16965.637","16389.365"],["16963.299","16365.602"],["16860.309","16365.638"],["16865.898","16367.076"],["16837.824","16414.442"],["16849.586","16408.371"],["16834.758","16371.232"],["16836.337","16366.575"],["16880.488","16415.034"],["16813.482","16560.967"],["16799.847","16546.615"],["16802.697","16528.839"],["16808.980","16523.405"],["16799.505","16475.857"],["16786.429","16467.781"],["16817.550","16451.756"],["16813.455","16458.577"],["16801.377","16400.977"],["16833.749","16379.171"],["16838.042","16382.028"],["16839.825","16393.811"],["16840.894","16390.673"],["16795.909","16497.995"],["16787.669","16495.914"],["16793.960","16487.154"],["16782.546","16479.657"],["16782.936","16555.217"],["16803.037","16549.466"],["14892.110","14034.250"],["14912.636","14046.702"],["14898.146","14046.207"],["14897.093","14063.878"],["14929.727","14029.286"],["14889.196","14062.109"],["14887.255","14078.789"],["14885.561","14040.705"],["14890.495","14061.597"],["14890.298","14064.470"],["26257.093","16306.234"],["26422.352","16218.732"],["26259.223","16335.386"],["26312.975","16226.147"],["26334.472","16205.239"],["26265.037","16305.953"],["26257.683","16308.323"],["26254.642","16274.508"],["26261.926","16333.475"],["26254.100","16285.970"],["26280.382","16263.212"],["26432.651","16305.535"],["26461.648","16298.053"],["26451.089","16304.428"],["26417.618","16310.142"],["26256.597","16319.735"],["26420.200","16296.517"],["26269.905","16255.450"],["26257.042","16333.261"],["26257.866","16301.593"],["26255.613","16257.151"],["26257.946","16313.608"],["26251.630","16335.920"],["26261.663","16322.063"],["26270.594","16330.305"],["26269.312","16340.407"],["26268.671","16322.521"],["26264.082","16343.479"],["26253.243","16341.035"],["26258.424","16317.980"],["26273.524","16253.352"],["26262.322","16342.951"],["26256.681","16334.957"],["26259.723","16347.047"],["26268.276","16350.333"],["26461.764","16322.492"],["26260.183","16336.812"],["26263.703","16335.243"],["26258.966","16323.252"],["26279.938","16278.439"],["26262.068","16337.682"],["26256.731","16309.917"],["26264.815","16313.999"],["26266.811","16325.383"],["26262.188","16310.830"],["26270.503","16339.692"],["26259.289","16335.782"],["26256.262","16321.381"],["26255.950","16320.803"],["26253.203","16334.197"],["26263.161","16312.024"],["26268.101","16325.588"],["26266.433","16335.077"],["26269.650","16334.577"],["26252.644","16322.620"],["26256.005","16338.347"],["26285.375","16287.512"],["26273.968","16264.913"],["26269.749","16324.007"],["26269.647","16350.840"],["26269.657","16337.786"],["26262.496","16314.758"],["26253.670","16330.486"],["26252.338","16342.162"],["26261.854","16327.789"],["26256.844","16343.616"],["26270.601","16349.073"],["26266.887","16331.356"],["26416.766","16301.275"],["26405.284","16273.416"],["26420.119","16266.546"],["26435.119","16291.203"],["26423.771","16263.012"],["26429.050","16273.780"],["26420.021","16297.529"],["26426.665","16287.487"],["26378.392","16273.367"],["26413.096","16263.936"],["26381.567","16268.016"],["26416.536","16299.683"],["26389.412","16289.568"],["26440.234","16298.404"],["26442.784","16273.515"],["26413.606","16296.488"],["26386.945","16276.670"],["26443.836","16263.953"],["26419.189","16299.215"],["26432.751","16286.017"],["26407.603","16264.861"],["26427.356","16268.825"],["26379.256","16283.124"],["26404.428","16261.889"],["26415.201","16275.629"],["26334.563","16287.541"],["26349.958","16249.391"],["26362.737","16276.773"],["26334.645","16305.147"],["26342.606","16271.621"],["26322.441","16260.853"],["26337.935","16259.895"],["26318.675","16278.673"],["26339.876","16286.649"],["26336.175","16274.742"],["26338.774","16283.000"],["26361.635","16265.493"],["26360.353","16276.658"],["26337.491","16278.689"],["26320.122","16275.568"],["26347.803","16247.062"],["26351.668","16283.594"],["26339.152","16280.407"],["26359.316","16270.118"],["26350.813","16270.646"],["26329.464","16266.468"],["26310.780","16272.000"],["26337.474","16276.294"],["26348.823","16253.850"],["26305.270","16260.935"],["26342.376","16253.751"],["26317.129","16263.710"],["26314.514","16287.046"],["26345.501","16298.590"],["26354.728","16293.355"],["26358.116","16252.760"],["18485.386","13332.301"],["18480.102","13377.411"],["18504.099","13366.973"],["18502.388","13334.983"],["18463.699","13383.373"],["18533.034","13329.241"],["18523.560","13354.165"],["18525.463","13194.310"],["18532.367","13231.391"],["18526.766","13285.223"],["18542.453","13311.416"],["19927.984","17248.897"],["19925.074","17323.828"],["19923.141","17312.205"],["19917.894","17320.710"],["19917.894","17299.224"],["19922.234","17294.815"],["19930.951","17292.057"],["19734.204","17307.422"],["19732.666","17364.196"],["19760.807","17325.253"],["19736.728","17345.649"],["19867.299","17326.976"],["19895.374","17320.320"],["19850.325","17312.690"],["19898.104","17363.739"],["12359.750","15618.609"],["12367.710","15636.875"],["12366.000","15622.160"],["12364.942","15508.031"],["12558.167","15521.414"],["12544.220","15519.712"],["12539.467","15519.118"],["12562.345","15527.598"],["12561.786","15545.170"],["12524.599","15523.642"],["12518.859","15521.941"],["12528.333","15511.602"],["12483.804","15524.214"],["12480.317","15527.038"],["12480.581","15522.347"],["12493.689","15516.683"],["12471.162","15519.581"],["12455.685","15524.387"],["12450.385","15522.017"],["12419.753","15536.297"],["12470.132","15558.189"],["12493.789","15592.241"],["12485.138","15575.246"],["12492.457","15595.329"],["12448.659","15607.237"],["12406.995","15550.862"],["12417.834","15535.239"],["12411.666","15535.454"],["12401.452","15542.539"],["12404.396","15544.669"],["12460.775","15628.783"],["12448.933","15635.522"],["12463.357","15626.257"],["12446.976","15616.034"],["12491.348","15634.262"],["12470.855","15627.556"],["12470.920","15631.256"],["12496.282","15640.108"],["12502.830","15586.128"],["12515.379","15584.955"],["12510.872","15579.241"],["12523.636","15579.505"],["12405.871","15513.324"],["12403.343","15531.133"],["12395.975","15514.138"],["12403.606","15522.825"],["12374.469","15513.883"],["12365.603","15534.857"],["12371.492","15523.363"],["12360.603","15524.238"],["12383.851","15562.518"],["12383.391","15555.301"],["12404.575","15577.745"],["12402.864","15556.275"],["12402.009","15561.725"],["12388.679","15597.955"],["12376.277","15590.506"],["12367.281","15585.469"],["12381.418","15595.527"],["12362.668","15613.875"],["12360.892","15618.483"],["12378.507","15593.925"],["12382.520","15598.962"],["12543.910","15544.384"],["12564.321","15554.722"],["12563.038","15558.488"],["12554.831","15548.215"],["12550.768","15557.232"],["12454.652","15556.347"],["12449.311","15566.485"],["12440.594","15551.027"],["12429.755","15569.210"],["12469.802","15606.371"],["12455.476","15590.714"],["12472.384","15589.079"],["12507.542","15624.984"],["12499.631","15624.819"],["12524.318","15632.169"],["12375.474","15661.770"],["12373.961","15696.501"],["14423.757","14689.177"],["14385.418","14667.162"],["14373.346","14677.913"],["14394.415","14690.597"],["14417.441","14685.015"],["14380.665","14667.162"],["14377.688","14690.911"],["14376.696","14833.204"],["14398.143","14817.465"],["14391.301","14834.311"],["14359.739","14817.036"],["14397.074","14782.866"],["14354.772","14827.523"],["14371.581","14783.295"],["14417.551","14799.282"],["14404.952","14836.491"],["14388.604","14836.227"],["14359.854","14801.809"],["14403.160","14821.214"],["14371.614","14792.874"],["14407.864","14784.765"],["14408.505","14799.364"],["14402.074","14845.624"],["14418.672","14831.918"],["14423.244","14853.619"],["14455.991","14834.858"],["14426.780","14861.002"],["14425.415","14833.272"],["14431.599","14869.011"],["18047.203","15980.319"],["18041.512","15978.338"],["18043.782","15970.146"],["31197.718","10773.320"],["31277.878","10651.768"],["31263.183","10696.514"],["19689.120","12930.694"],["19713.314","12805.855"],["19678.450","12943.892"],["19628.894","12957.021"],["19683.829","12915.535"],["19654.141","12965.774"],["19677.595","12956.096"],["19660.901","12957.385"],["15534.283","17112.706"],["15553.667","17128.239"],["15613.403","17162.214"],["15606.371","17172.266"],["15585.746","17190.747"],["15601.766","17161.284"],["15581.272","17184.372"],["15590.993","17172.778"],["15565.516","17175.817"],["15605.516","17156.527"],["15565.976","17179.781"],["15596.914","17155.867"],["15514.559","17161.676"],["15554.955","17143.164"],["15522.539","17172.292"],["15570.889","17142.373"],["15579.409","17149.243"],["15578.142","17147.129"],["15549.440","17127.000"],["15514.904","17191.379"],["15514.920","17186.804"],["15617.072","17197.515"],["15545.311","17110.683"],["15544.160","17119.602"],["15622.287","17190.514"],["28142.223","11281.661"],["28072.069","11285.782"],["28092.638","11297.920"],["14450.415","15107.370"],["26505.346","16163.919"],["27371.088","9827.300"],["27356.005","9804.592"],["27368.061","9814.765"],["18303.492","13726.902"],["18325.895","13726.184"],["18455.537","13747.902"],["18276.732","13689.858"],["18404.607","13729.747"],["18266.266","13702.589"],["18268.371","13698.526"],["18259.101","13621.418"],["18259.298","13729.825"],["18419.056","13775.796"],["18259.858","13726.374"],["18386.228","13757.305"],["18300.663","13729.280"],["18297.287","13815.229"],["18429.529","13696.903"],["18390.187","13687.026"],["18397.783","13606.337"],["18413.177","13634.330"],["18406.823","13669.476"],["18429.603","13661.549"],["18316.234","13663.949"],["18323.158","13647.781"],["18332.533","13678.995"],["18359.168","13723.585"],["18320.286","13772.354"],["18418.704","13730.495"],["18426.846","13711.040"],["18409.718","13794.372"],["18396.149","13784.347"],["18348.714","13784.697"],["18380.506","13778.652"],["18389.711","13721.107"],["18396.915","13718.018"],["18374.121","13662.673"],["18350.634","13667.281"],["18331.377","13633.076"],["18368.564","13616.231"],["18328.208","13616.681"],["17896.143","18001.542"],["17855.153","18027.453"],["17881.353","18018.782"],["17855.942","17998.188"],["17870.025","18014.849"],["17841.686","18018.351"],["17842.475","18018.532"],["17831.689","17988.002"],["17836.821","17979.464"],["17832.217","17909.812"],["17863.421","18000.587"],["17870.641","17986.203"],["17863.734","17972.528"],["18027.888","18032.439"],["18032.115","18021.473"],["18030.831","18029.987"],["18019.449","18016.163"],["18037.406","17974.542"],["18034.791","17980.174"],["18006.740","17922.990"],["17928.022","17932.484"],["17913.334","17966.968"],["17911.468","17940.161"],["17902.176","17925.463"],["17918.689","17919.682"],["17925.445","17963.418"],["17899.886","17946.226"],["17927.139","17932.749"],["17935.532","17927.575"],["18004.273","17873.914"],["18019.725","17875.637"],["18001.961","17886.240"],["18016.040","17859.584"],["17983.240","17843.982"],["17998.832","17880.497"],["17864.285","17933.995"],["17836.653","17932.211"],["18040.045","17848.679"],["18029.996","17839.232"],["18008.306","17836.066"],["18013.454","17844.159"],["18002.138","17846.355"],["17990.285","17832.974"],["17968.016","17845.393"],["17959.106","17836.782"],["17961.261","17836.980"],["17942.122","17835.870"],["17924.943","17844.514"],["17907.052","17845.963"],["17909.799","17847.482"],["17901.970","17846.326"],["17878.979","17847.986"],["17881.413","17853.238"],["17886.545","17845.575"],["17853.970","17860.272"],["17850.697","17866.250"],["17851.174","17864.896"],["17872.528","17872.640"],["17869.321","17869.453"],["17869.551","17864.135"],["17887.283","17865.712"],["17910.293","17860.245"],["17904.832","17885.547"],["17880.007","17913.494"],["17866.192","17888.310"],["17856.534","17919.281"],["17893.337","17896.261"],["17885.343","17889.474"],["17885.113","17911.241"],["17852.208","17883.272"],["17844.888","17885.271"],["17835.259","17833.775"],["17836.756","17836.549"],["17832.222","17898.024"],["17835.627","17877.430"],["18029.507","17862.332"],["18036.316","17871.597"],["18022.492","17872.092"],["18021.917","17873.760"],["18034.620","17906.108"],["18040.459","17921.253"],["18034.423","17910.683"],["18030.108","17952.000"],["18021.079","17956.806"],["18022.954","17945.592"],["18020.458","17932.770"],["18034.915","17932.539"],["18018.698","17943.389"],["17964.735","17870.091"],["17960.360","17873.592"],["17955.886","17868.786"],["17956.258","17897.153"],["17955.551","17886.153"],["17950.238","17876.409"],["17953.543","17923.469"],["17949.793","17916.252"],["17945.040","17919.786"],["17953.007","17942.949"],["17956.905","17951.405"],["17957.234","17940.108"],["17989.964","17933.704"],["17983.467","17945.579"],["17972.908","17939.815"],["17975.956","17924.775"],["17967.770","17905.814"],["17959.974","17914.848"],["18019.952","17880.230"],["18013.147","17898.763"],["17999.084","17902.644"],["18003.130","17907.879"],["17974.765","17914.219"],["17991.403","17883.465"],["18000.321","17891.242"],["17996.571","17898.146"],["17990.453","17884.785"],["17961.578","17895.384"],["17961.907","17893.667"],["17960.524","17890.784"],["17959.307","17891.759"],["17959.472","17893.773"],["17978.978","17871.032"],["17980.380","17875.709"],["17964.163","17894.305"],["17975.330","17899.887"],["17987.518","17892.918"],["17964.886","17874.140"],["17980.692","17899.028"],["17973.307","17874.982"],["17962.913","17877.856"],["17971.663","17900.052"],["17987.469","17898.318"],["17966.597","17877.178"],["17964.048","17897.641"],["17966.926","17875.147"],["17962.518","17884.082"],["17976.877","17897.344"],["17975.511","17884.230"],["17979.113","17886.790"],["17925.471","17891.414"],["17923.119","17906.938"],["17934.895","17908.177"],["18039.928","17893.008"],["18031.227","17887.921"],["18023.941","17878.640"],["20942.405","15863.766"],["20975.835","15869.581"],["20970.669","15872.144"],["20955.828","15885.321"],["20945.860","15895.263"],["20957.060","15870.058"],["20943.366","15879.735"],["20939.574","15880.204"],["12175.805","15294.248"],["12162.844","15293.191"],["20035.539","17239.772"],["20029.914","17269.797"],["20087.708","17293.214"],["20057.889","17288.063"],["20035.330","17268.529"],["20035.412","17334.828"],["20068.168","17288.755"],["20062.872","17332.603"],["19952.891","17243.461"],["19937.861","17318.563"],["20038.991","17325.883"],["19954.572","17296.317"],["20030.438","17304.578"],["19952.138","17312.799"],["19959.207","17281.851"],["19945.671","17262.396"],["19958.928","17281.983"],["20015.174","17204.510"],["19952.047","17382.252"],["19969.712","17353.499"],["19982.656","17385.885"],["19975.814","17358.635"],["19987.567","17371.871"],["20045.281","17386.207"],["20040.922","17371.987"],["20107.824","17390.769"],["20116.278","17401.058"],["20014.980","17205.539"],["19990.556","17244.350"],["19955.193","17233.715"],["20097.207","17306.440"],["20109.558","17301.965"],["20106.343","17350.267"],["20068.985","17298.812"],["20047.723","17293.510"],["22717.452","12759.073"],["22838.322","12791.804"],["22838.109","12790.119"],["22834.342","12790.631"],["22867.522","12786.981"],["22865.219","12797.782"],["22859.199","12794.446"],["22746.375","12806.709"],["22751.063","12806.048"],["22750.010","12796.602"],["22722.386","12772.450"],["22726.267","12767.776"],["22729.360","12770.931"],["22704.459","12766.021"],["22703.555","12770.381"],["22695.715","12775.643"],["22687.887","12766.213"],["22701.176","12774.405"],["22705.957","12792.726"],["22711.862","12787.111"],["22701.714","12784.436"],["22789.023","12804.449"],["22792.494","12797.446"],["22793.111","12791.853"],["22789.163","12804.135"],["22789.262","12805.687"],["22797.400","12779.112"],["22799.752","12778.633"],["22800.246","12778.451"],["22825.911","12759.513"],["22819.924","12761.495"],["22850.684","12759.171"],["22852.032","12770.765"],["22864.002","12759.958"],["22860.729","12772.014"],["22859.183","12766.416"],["22838.904","12765.939"],["22698.379","12822.811"],["25787.862","17143.578"],["25782.582","17138.772"],["25626.913","17097.752"],["25639.750","17124.631"],["25629.471","17189.222"],["25624.660","17039.338"],["25640.141","17143.013"],["25638.673","17000.329"],["25619.878","17147.241"],["25634.812","17147.159"],["25647.752","17129.478"],["25746.170","17008.516"],["25811.499","17037.335"],["25649.680","17169.735"],["25632.805","17171.783"],["25624.018","17030.073"],["25624.072","17159.859"],["25633.874","17183.641"],["25632.875","17135.928"],["25638.628","17139.165"],["25633.282","17157.794"],["25621.962","17128.850"],["25681.307","17012.716"],["25622.853","17026.771"],["25676.290","17008.439"],["25677.162","16992.188"],["25676.652","16995.937"],["25652.014","17003.418"],["25730.728","17063.794"],["25727.932","17015.999"],["25691.040","17020.326"],["25719.560","17027.873"],["25695.366","17015.834"],["25716.632","17001.911"],["25738.688","17038.641"],["25742.076","17033.059"],["25695.415","17048.666"],["25738.475","17016.560"],["25685.530","17026.172"],["25739.544","17041.399"],["25679.248","17029.343"],["25681.435","17043.133"],["25704.177","17087.495"],["25653.667","17080.080"],["25639.654","17092.169"],["25699.308","17104.110"],["25670.114","17106.092"],["25646.874","17080.873"],["25669.571","17126.438"],["25672.236","17063.746"],["25669.456","17099.535"],["25659.094","17116.348"],["25660.887","17114.349"],["25649.144","17100.658"],["25683.864","17104.523"],["25683.058","17084.110"],["25621.383","17140.740"],["25702.991","17148.791"],["25678.057","17168.725"],["25723.929","17186.809"],["25701.495","17192.507"],["25666.807","17167.057"],["25677.827","17165.768"],["25705.360","17174.373"],["25691.133","17149.517"],["25675.343","17154.158"],["25663.978","17185.389"],["25663.304","17177.263"],["25802.233","17194.896"],["25767.808","17197.935"],["25775.802","17188.538"],["25765.785","17196.432"],["19094.555","18411.778"],["19094.226","18442.860"],["19115.082","18427.782"],["19140.688","18426.453"],["19132.382","18408.319"],["19113.484","18402.704"],["19122.700","18405.752"],["19138.950","18416.834"],["19126.351","18431.384"],["19106.186","18461.517"],["19207.703","18450.914"],["19179.721","18451.638"],["19302.236","18462.687"],["19299.983","18448.781"],["19301.844","18454.917"],["19298.990","18430.036"],["19273.971","18393.139"],["19301.833","18391.025"],["19262.262","18375.424"],["19260.601","18388.818"],["19265.551","18382.526"],["19259.610","18388.251"],["19264.643","18396.690"],["19242.488","18386.996"],["19239.674","18384.141"],["19213.259","18392.861"],["19224.262","18382.968"],["19240.819","18432.724"],["19233.977","18428.761"],["19223.730","18422.320"],["19288.663","18436.291"],["19291.114","18423.970"],["19283.005","18438.421"],["19260.909","18457.820"],["19280.218","18432.618"],["19266.830","18434.104"],["19279.103","18362.574"],["19292.293","18376.546"],["19285.254","18367.297"],["19210.343","18355.477"],["19229.290","18383.438"],["19211.428","18390.622"],["19195.121","18376.665"],["19189.282","18402.974"],["19197.868","18398.614"],["19128.039","18372.131"],["19166.970","18392.643"],["19147.611","18401.974"],["19120.577","18382.967"],["19099.722","18377.467"],["19129.080","18371.522"],["19178.762","18410.757"],["19193.219","18418.998"],["19157.726","18430.196"],["19200.481","18429.166"],["19184.280","18424.922"],["19198.474","18430.702"],["19205.444","18386.033"],["19199.852","18391.797"],["19217.796","18427.354"],["19298.122","18396.002"],["19298.649","18368.989"],["19287.315","18300.245"],["16204.917","16931.868"],["16352.566","16881.479"],["16256.826","16789.796"],["16344.342","16883.825"],["16327.368","16933.238"],["16290.946","16920.956"],["16293.528","16907.331"],["16345.309","16784.577"],["16288.911","16876.963"],["16184.778","16975.952"],["16232.690","16958.925"],["16233.002","16926.952"],["16215.420","16918.925"],["16268.693","16980.065"],["16271.686","16906.654"],["16218.901","16810.709"],["16258.654","16826.695"],["16251.911","16816.390"],["16248.539","16818.240"],["16264.181","16895.812"],["16193.753","16811.006"],["16207.388","16843.095"],["16160.446","16796.050"],["16227.521","16804.892"],["16173.902","16778.451"],["16349.395","16855.132"],["16344.691","16846.246"],["16334.722","16838.350"],["16315.807","16800.348"],["16296.317","16811.810"],["16293.755","16864.386"],["16309.264","16860.818"],["16328.491","16847.424"],["16304.561","16869.951"],["16337.436","16818.608"],["16197.565","16913.338"],["16183.445","16823.903"],["16196.537","16823.523"],["24908.014","8128.455"],["24921.567","8132.187"],["24894.494","8123.963"],["24872.373","8153.525"],["14093.591","15280.819"],["14095.893","15270.382"],["18467.787","12993.708"],["18466.241","12983.188"],["18467.754","12988.456"],["18468.264","12990.174"],["18485.907","12974.724"],["18485.607","12979.848"],["18484.193","12987.693"],["18489.653","12978.873"],["18477.992","12986.305"],["6761.685","6019.462"],["6770.337","6050.501"],["6782.621","6069.084"],["6782.680","6025.802"],["16566.337","14304.734"],["16503.994","14438.105"],["16565.564","14315.584"],["16483.139","14428.493"],["16437.956","14384.995"],["16407.397","14388.496"],["16399.716","14424.533"],["16559.660","14308.631"],["16545.459","14370.078"],["16551.725","14380.747"],["16407.186","14413.152"],["16422.959","14423.259"],["16426.528","14414.638"],["16437.416","14413.052"],["16365.051","14405.099"],["16374.261","14413.257"],["16377.265","14362.484"],["16361.245","14372.277"],["16475.118","14446.246"],["16391.427","14414.558"],["16374.569","14433.319"],["16411.970","14427.555"],["16387.447","14421.048"],["16381.987","14403.856"],["16381.098","14406.696"],["16390.901","14421.808"],["16398.812","14405.144"],["16404.190","14393.583"],["16407.990","14394.260"],["16393.171","14398.422"],["16393.565","14412.113"],["16379.651","14429.950"],["16416.164","14433.352"],["16407.233","14423.063"],["16414.651","14417.183"],["16431.558","14420.787"],["16446.064","14432.067"],["16448.943","14428.979"],["16439.601","14414.842"],["16432.347","14429.507"],["16438.449","14429.491"],["16444.074","14413.223"],["16437.742","14448.269"],["16453.861","14423.727"],["16448.861","14441.167"],["16441.657","14418.227"],["16438.597","14421.927"],["16442.232","14422.059"],["16434.897","14431.902"],["16483.698","14445.454"],["16521.872","14449.769"],["16557.160","14404.035"],["16553.147","14423.473"],["16540.571","14399.523"],["16527.166","14418.037"],["16541.771","14393.462"],["16519.308","14391.610"],["16525.558","14387.531"],["16483.243","14411.426"],["16489.575","14424.753"],["16470.003","14400.757"],["16476.889","14358.929"],["16484.784","14353.049"],["16472.975","14344.973"],["16476.149","14348.194"],["16462.938","14315.629"],["16483.497","14323.688"],["16447.324","14328.246"],["16419.067","14304.365"],["16420.712","14314.671"],["16427.238","14286.788"],["16430.231","14286.243"],["16447.156","14283.088"],["16448.077","14285.945"],["16482.538","14312.338"],["16486.436","14321.438"],["16504.364","14318.053"],["16511.535","14313.973"],["16391.153","14262.821"],["16541.355","14326.873"],["16531.240","14334.437"],["16527.951","14305.899"],["16535.023","14344.908"],["16496.533","14386.327"],["16492.717","14377.640"],["16518.984","14372.603"],["16491.451","14379.358"],["24460.480","8012.399"],["24443.490","8006.156"],["24436.839","8003.748"],["24515.150","8003.612"],["24496.104","8035.833"],["24480.676","8009.491"],["24464.016","8030.582"],["24494.690","8017.204"],["24417.738","8027.557"],["24393.638","8046.552"],["24384.707","8050.185"],["24380.595","8058.658"],["24402.783","8065.710"],["24383.654","8085.066"],["24390.168","8084.801"],["24364.296","8065.330"],["24384.378","8078.922"],["24394.872","8061.548"],["24403.786","8058.823"],["24402.881","8045.313"],["24397.404","8086.056"],["24393.605","8074.132"],["24389.625","8056.709"],["24371.763","8063.810"],["24386.582","8075.222"],["24519.369","7923.161"],["24521.129","7927.851"],["24519.796","7940.320"],["24518.300","7948.826"],["24538.718","7911.718"],["18522.693","18005.252"],["18507.449","18024.593"],["18523.617","18037.954"],["18545.459","18011.067"],["18546.588","18042.843"],["18548.430","18037.509"],["18550.239","18027.666"],["18571.624","18027.445"],["18589.343","18003.375"],["18599.343","18004.449"],["18589.113","18019.957"],["18551.378","17985.952"],["18556.641","17990.345"],["18626.352","17952.934"],["18601.879","17966.196"],["18629.181","17972.786"],["18591.900","17974.878"],["18598.977","18023.886"],["18631.263","18019.476"],["18639.762","17978.780"],["18663.890","17975.972"],["18638.545","17953.099"],["18654.054","17936.635"],["18669.893","17918.980"],["18470.935","18030.915"],["18537.930","18023.464"],["18533.489","18037.981"],["18519.707","18021.647"],["18656.444","17948.137"],["18647.678","17961.349"],["18669.635","17966.832"],["18664.308","17961.887"],["18651.348","17948.609"],["18639.900","17981.590"],["18645.075","18023.563"],["18629.729","18015.339"],["22186.321","17182.770"],["18673.291","15299.998"],["19395.026","13962.769"],["11548.110","16398.002"],["11531.596","16408.852"],["11539.886","16415.177"],["11545.412","16411.511"],["11514.957","16494.956"],["11543.907","16421.994"],["11534.622","16496.231"],["11525.830","16505.748"],["11529.629","16506.838"],["11529.649","16451.169"],["11543.068","16445.337"],["11523.350","16427.754"],["11542.545","16410.512"],["11539.623","16409.971"],["20398.272","16634.849"],["20436.683","16588.796"],["17296.996","16628.948"],["17289.572","16597.451"],["17245.117","16705.368"],["17235.018","16717.110"],["17297.615","16607.156"],["17294.923","16623.788"],["17301.886","16599.111"],["17275.618","16633.339"],["17270.197","16636.817"],["17262.069","16637.447"],["17268.326","16632.456"],["17287.009","16626.687"],["17229.722","16615.556"],["17225.042","16619.714"],["17234.566","16614.107"],["17235.856","16613.782"],["17233.283","16615.383"],["17388.915","16568.500"],["17267.552","16723.573"],["17275.139","16724.062"],["17260.008","16724.079"],["19711.009","14215.450"],["19670.011","14216.951"],["19681.113","14220.171"],["19649.487","14143.706"],["19624.112","14144.894"],["19639.083","14220.973"],["19675.429","14084.129"],["19698.998","14056.555"],["19545.034","14147.016"],["19593.140","14055.249"],["19558.465","14076.471"],["14993.326","16400.843"],["14959.674","16402.296"],["14887.449","16476.992"],["14924.580","16370.841"],["14946.784","16400.602"],["14920.928","16360.668"],["14884.826","16388.892"],["14912.614","16403.756"],["14945.308","16496.269"],["14921.952","16482.660"],["14913.383","16476.930"],["15057.459","16422.469"],["15003.056","16384.105"],["15013.138","16370.282"],["15021.691","16373.618"],["15045.293","16390.529"],["15028.682","16472.944"],["15062.294","16395.665"],["15016.724","16459.137"],["15031.198","16382.788"],["15044.274","16472.449"],["15064.619","16379.865"],["15059.636","16371.409"],["15049.520","16448.204"],["15022.103","16461.004"],["14912.186","16402.551"],["14981.903","16370.040"],["15030.688","16365.778"],["15053.322","16437.244"],["15032.960","16435.014"],["14982.828","16496.864"],["15038.574","16423.146"],["15054.785","16494.783"],["15007.686","16392.047"],["15070.542","16510.109"],["15013.535","16440.118"],["15047.433","16494.635"],["14978.042","16492.108"],["15031.282","16430.803"],["15001.288","16412.989"],["15057.351","16448.012"],["14995.394","16432.669"],["15059.703","16501.175"],["15041.200","16432.455"],["15017.565","16438.318"],["15025.137","16391.387"],["15014.907","16390.825"],["14889.621","16364.197"],["14888.108","16366.228"],["14964.653","16435.800"],["15059.948","16361.913"],["14967.301","16442.042"],["14931.490","16421.075"],["15046.867","16394.988"],["15042.755","16408.795"],["14957.609","16417.690"],["14954.829","16416.616"],["15049.531","16405.409"],["14939.665","16418.796"],["15090.590","16561.800"],["15056.464","16524.547"],["15056.908","16555.463"],["14991.053","16517.016"],["14972.434","16550.113"],["14991.240","16467.576"],["14994.234","16494.182"],["15022.168","16519.663"],["15049.816","16536.343"],["15047.020","16526.021"],["14894.734","16417.715"],["14905.853","16394.247"],["14893.758","16491.995"],["14897.293","16438.797"],["14985.400","16506.990"],["14974.940","16529.798"],["14942.801","16560.681"],["14961.371","16542.118"],["14975.071","16524.414"],["14942.423","16554.472"],["14968.657","16513.250"],["14959.907","16543.918"],["14895.192","16520.881"],["14935.319","16515.226"],["14895.768","16512.145"],["15054.010","16532.231"],["14934.085","16511.576"],["14957.029","16539.751"],["15026.823","16551.306"],["14934.619","16391.159"],["14979.559","16405.599"],["14887.370","16424.861"],["14937.600","16399.609"],["14894.689","16459.146"],["14899.745","16495.611"],["14928.486","16452.637"],["14939.222","16492.305"],["14951.799","16527.778"],["14889.815","16558.203"],["14996.804","16363.451"],["14947.121","16454.156"],["15005.665","16490.549"],["15020.188","16483.744"],["15002.655","16478.360"],["15092.618","16543.531"],["15081.088","16526.785"],["15088.129","16469.893"],["15076.649","16477.688"],["15066.926","16439.098"],["15035.491","16356.647"],["15047.612","16359.966"],["14966.410","16474.970"],["15023.600","16359.505"],["14966.755","16477.067"],["14967.268","16438.673"],["14993.836","16397.028"],["14991.449","16554.817"],["14974.278","16557.509"],["14992.600","16559.226"],["14922.342","16445.238"],["14891.854","16542.398"],["14929.821","16552.206"],["14929.870","16553.362"],["14903.526","16518.815"],["14897.722","16561.443"],["14904.652","16543.687"],["14903.303","16557.807"],["14904.764","16526.041"],["14928.942","16520.244"],["17653.605","17351.209"],["17665.440","17353.453"],["17644.427","17361.730"],["17644.033","17356.048"],["17651.467","17361.218"],["17635.655","17389.723"],["17630.869","17404.488"],["17658.968","17350.533"],["17622.177","17324.036"],["17626.111","17325.882"],["17651.927","17360.706"],["17646.681","17358.476"],["17653.556","17391.732"],["17627.771","17335.936"],["17635.386","17352.715"],["17675.881","17345.428"],["17671.950","17350.630"],["17657.789","17400.250"],["17657.065","17397.558"],["17660.020","17390.329"],["17641.182","17398.790"],["17654.888","17386.646"],["17645.145","17395.074"],["17632.892","17404.058"],["17639.389","17393.588"],["17639.915","17395.487"],["17662.624","17407.483"],["17641.659","17394.281"],["17656.320","17347.659"],["17655.710","17357.155"],["17648.720","17352.167"],["17651.977","17359.913"],["17645.941","17359.533"],["17640.136","17388.181"],["17645.350","17383.342"],["17645.136","17387.999"],["17625.102","17395.859"],["17655.958","17395.911"],["17819.637","17374.010"],["17641.245","17362.797"],["17823.068","17379.562"],["17793.800","17361.648"],["17782.422","17368.240"],["17776.576","17358.144"],["17648.325","17383.375"],["17656.302","17362.665"],["17641.039","17362.384"],["17655.941","17385.373"],["17647.816","17368.709"],["17644.575","17367.884"],["17758.516","17358.150"],["17752.389","17346.163"],["17669.244","17362.951"],["17657.517","17383.331"],["17659.623","17367.542"],["17749.101","17333.260"],["17655.679","17347.197"],["17653.184","17400.332"],["17663.063","17395.217"],["17664.461","17393.565"],["17704.793","17202.477"],["17654.730","17409.366"],["17629.685","17401.383"],["17645.176","17407.843"],["17648.926","17394.152"],["17642.413","17404.491"],["17647.051","17396.365"],["17648.844","17400.081"],["17630.686","17404.705"],["17658.545","17402.743"],["17662.904","17404.725"],["17657.888","17397.624"],["17636.099","17397.832"],["17661.649","17354.100"],["17770.175","17260.209"],["17708.168","17215.568"],["17696.046","17267.129"],["17690.076","17237.732"],["17714.648","17268.731"],["17786.852","17225.263"],["17817.424","17210.651"],["17623.486","17261.876"],["17634.920","17200.131"],["17707.196","17251.191"],["17709.499","17219.498"],["17763.620","17262.712"],["17758.324","17257.196"],["17755.659","17282.051"],["17748.077","17260.020"],["17727.072","17345.583"],["17746.710","17327.581"],["17718.092","17312.206"],["17777.124","17379.689"],["17787.256","17376.469"],["17782.864","17382.745"],["17830.195","17347.077"],["17749.436","17333.222"],["17802.535","17205.065"],["17755.292","17215.372"],["17716.291","17213.935"],["17823.700","17218.913"],["17802.282","17219.096"],["17816.174","17217.808"],["17793.812","17223.220"],["17620.979","17209.213"],["17628.668","17225.534"],["17629.901","17229.165"],["17633.008","17234.950"],["17634.469","17237.273"],["17629.041","17265.166"],["17648.186","17261.653"],["17651.376","17267.704"],["17659.349","17267.481"],["17655.531","17261.471"],["17653.672","17259.068"],["17646.532","17255.446"],["17639.242","17255.599"],["17637.479","17266.929"],["17641.226","17256.993"],["17633.339","17271.202"],["17626.902","17273.493"],["20929.632","15512.975"],["20932.214","15518.838"],["20949.725","15509.586"],["20943.507","15507.505"],["20936.881","15525.193"],["20930.204","15526.745"],["20946.947","15516.294"],["20944.299","15516.592"],["20940.176","15528.416"],["20940.817","15528.218"],["20802.083","15643.360"],["20794.484","15647.341"],["20803.174","15618.309"],["20796.727","15621.596"],["20795.525","15613.604"],["20797.121","15617.634"],["20786.135","15595.127"],["20800.049","15603.501"],["20794.729","15598.440"],["20799.465","15600.703"],["20808.528","15572.908"],["20795.370","15563.478"],["20812.747","15581.043"],["20807.961","15586.906"],["20813.940","15592.515"],["20829.286","15596.759"],["20848.811","15598.606"],["20843.334","15585.691"],["20845.119","15583.267"],["20848.228","15582.623"],["20799.376","15577.776"],["20797.468","15568.329"],["20811.805","15555.180"],["20806.904","15563.256"],["20877.246","15530.814"],["20872.526","15529.509"],["20863.092","15519.599"],["20853.092","15515.421"],["20879.032","15517.168"],["20865.035","15507.804"],["22286.897","12597.243"],["22284.756","12678.114"],["22272.783","12675.025"],["22270.200","12695.306"],["22280.203","12558.977"],["27907.686","9053.474"],["27871.340","9002.350"],["13407.101","12592.084"],["13404.083","12569.905"],["13389.055","12536.615"],["13324.112","12561.366"],["13316.152","12570.152"],["13230.551","12566.568"],["23118.862","12134.037"],["23118.681","12141.072"],["23141.000","12137.158"],["23120.706","12187.466"],["23149.555","12183.024"],["23127.121","12198.581"],["23122.910","12224.245"],["23117.779","12227.168"],["23121.561","12232.271"],["23127.543","12259.766"],["23126.639","12259.948"],["23123.859","12229.675"],["23102.171","12275.994"],["23095.280","12251.865"],["23148.316","12155.428"],["23168.941","12139.144"],["23156.556","12152.703"],["23188.214","12153.842"],["23187.951","12152.207"],["23134.600","12192.755"],["23156.179","12197.825"],["23159.452","12167.949"],["23129.256","12200.447"],["23135.703","12195.030"],["23149.453","12211.925"],["23155.584","12253.240"],["23149.334","12231.935"],["23151.242","12237.303"],["23148.304","12282.508"],["23170.574","12299.287"],["23145.491","12300.542"],["23138.818","12267.987"],["23147.502","12274.445"],["23144.722","12302.372"],["23118.688","12295.902"],["23108.277","12275.225"],["16069.586","15978.264"],["16053.601","15946.851"],["16059.144","15958.829"],["15964.788","16083.298"],["15967.732","16107.658"],["16061.578","15960.265"],["15963.457","16002.146"],["15963.704","16048.223"],["15961.717","16005.190"],["15997.193","16091.103"],["15941.332","16069.089"],["15986.174","16090.905"],["15993.927","16111.447"],["15947.391","16113.399"],["16003.969","16083.155"],["15996.567","16108.341"],["16051.262","16140.921"],["16061.579","16015.677"],["16067.632","16028.543"],["16103.001","16000.326"],["16052.256","16082.571"],["16061.039","16086.700"],["16042.187","16030.688"],["16046.628","16004.445"],["16047.861","16018.616"],["16034.144","16010.011"],["16129.435","16037.912"],["16103.911","16012.650"],["16104.454","16012.683"],["16115.786","16024.343"],["16102.086","16030.470"],["16088.917","16058.683"],["16089.049","16071.549"],["16091.845","16048.031"],["16081.614","16077.230"],["12104.092","15168.875"],["12106.230","15172.178"],["12076.588","15161.062"],["12077.213","15159.460"],["12091.681","15165.821"],["12092.010","15165.854"],["12026.211","15111.955"],["12029.352","15113.639"],["12068.455","15278.872"],["12081.285","15287.464"],["12063.588","15292.352"],["12066.104","15281.700"],["12138.518","15281.419"],["12080.074","15253.622"],["12075.074","15263.647"],["12072.591","15259.815"],["12108.630","15256.725"],["12109.715","15266.717"],["12126.582","15287.139"],["12127.931","15284.645"],["12112.816","15278.567"],["12110.596","15275.132"],["12026.614","15252.330"],["12025.726","15233.568"],["12006.043","15241.771"],["12024.415","15252.060"],["12024.645","15233.646"],["12023.921","15247.502"],["12003.205","15270.566"],["12017.169","15268.667"],["12004.686","15274.745"],["12020.738","15263.168"],["11996.741","15263.399"],["11967.915","15284.083"],["11972.685","15284.528"],["11969.330","15275.280"],["11968.129","15280.317"],["11982.849","15274.289"],["11937.852","15260.657"],["11938.998","15282.788"],["11956.191","15275.100"],["11949.267","15281.921"],["11948.001","15271.731"],["11965.649","15260.715"],["11954.678","15270.856"],["13452.236","16623.095"],["13448.141","16625.044"],["13424.681","16567.355"],["13506.258","16587.262"],["13516.086","16587.685"],["13509.277","16593.019"],["13508.815","16586.020"],["13506.632","16576.215"],["13517.154","16573.117"],["13519.144","16575.066"],["13521.022","16571.015"],["13524.406","16566.575"],["13532.935","16572.563"],["13530.912","16564.620"],["13515.493","16594.093"],["13520.706","16591.851"],["13520.206","16597.702"],["13514.245","16607.809"],["13484.172","16606.950"],["13513.440","16596.799"],["13513.019","16594.179"],["13521.188","16592.975"],["13513.702","16602.605"],["13517.880","16599.318"],["13511.873","16602.873"],["13504.299","16610.049"],["13494.310","16604.877"],["13492.509","16614.122"],["13489.729","16617.144"],["13496.542","16618.920"],["13500.454","16618.062"],["13468.239","16621.046"],["13469.802","16621.327"],["13470.022","16616.501"],["13470.893","16617.476"],["13482.279","16609.678"],["13479.533","16613.064"],["13482.973","16603.256"],["13480.522","16610.192"],["13475.222","16604.461"],["13472.749","16602.379"],["13472.782","16605.451"],["13462.854","16604.525"],["13459.411","16608.060"],["13459.394","16606.425"],["13461.049","16614.557"],["13459.059","16623.492"],["13452.698","16620.768"],["13452.599","16622.171"],["19545.543","18060.919"],["19522.912","18054.445"],["19546.316","18065.543"],["19527.722","18064.227"],["19534.320","18092.749"],["19531.984","18077.257"],["19552.034","18064.970"],["19554.805","18110.889"],["19571.022","18104.234"],["19552.963","18112.838"],["19547.585","18126.360"],["19577.864","18139.985"],["19567.815","18123.767"],["19537.739","18142.255"],["19552.426","18142.767"],["19532.772","18162.023"],["19521.271","18154.044"],["19540.211","18185.297"],["19541.642","18183.778"],["19559.215","18218.539"],["19546.107","18208.696"],["19536.227","18164.682"],["19588.433","18224.089"],["19580.341","18207.359"],["19590.407","18209.093"],["19609.650","18236.572"],["19600.209","18252.889"],["19619.732","18238.735"],["19592.349","18230.375"],["19618.830","18238.005"],["19597.382","18240.515"],["19572.866","18184.755"],["19585.662","18197.967"],["19587.915","18189.676"],["19570.002","18182.940"],["19573.390","18169.232"],["19571.696","18174.451"],["19593.121","18153.287"],["19607.775","18133.700"],["19589.009","18163.460"],["19633.383","18157.528"],["19618.465","18196.884"],["19644.962","18162.763"],["19604.646","18166.050"],["19624.613","18138.007"],["19616.127","18153.218"],["19644.676","18163.550"],["19657.044","18130.668"],["19662.061","18129.347"],["19640.254","18119.112"],["19650.995","18151.779"],["19629.103","18153.943"],["19590.119","18133.503"],["19581.007","18109.110"],["19600.350","18100.440"],["19568.094","18124.742"],["19585.199","18119.491"],["19595.101","18102.034"],["19651.412","18185.702"],["19672.843","18156.867"],["19669.356","18160.748"],["19705.700","18199.716"],["19719.170","18178.164"],["19686.473","18187.446"],["19718.513","18168.001"],["19706.457","18194.491"],["19677.779","18240.685"],["19687.877","18227.390"],["19687.729","18225.226"],["19690.461","18241.070"],["19668.833","18215.620"],["19721.784","18242.701"],["19706.455","18232.677"],["19669.599","18254.186"],["19636.171","18253.715"],["19616.043","18240.458"],["19650.889","18221.723"],["19631.761","18241.392"],["19629.869","18230.096"],["19592.004","18252.239"],["19609.323","18247.301"],["19526.335","18239.196"],["19523.446","18213.955"],["19527.426","18213.344"],["19538.501","18225.889"],["19545.294","18230.596"],["19541.544","18238.523"],["19574.670","18244.822"],["19561.117","18250.734"],["19570.969","18243.451"],["19651.283","18193.952"],["19656.020","18207.842"],["19658.158","18191.459"],["19631.740","18207.151"],["19618.549","18204.476"],["19617.496","18194.534"],["19687.987","18140.723"],["19679.780","18127.659"],["19673.743","18128.320"],["19707.561","18150.199"],["19701.657","18151.024"],["19706.443","18155.384"],["26473.855","8625.542"],["26562.853","8624.189"],["26662.186","8621.009"],["26656.872","8655.552"],["26655.589","8666.584"],["26631.735","8599.068"],["26664.613","8551.091"],["26609.416","8607.771"],["26636.340","8585.162"],["26574.663","8577.317"],["26621.110","8531.553"],["26584.449","8547.491"],["18409.178","17977.766"],["18371.135","17977.848"],["18373.043","17960.078"],["18358.274","17947.125"],["18349.984","17985.374"],["18346.974","17950.692"],["18399.511","18017.910"],["18374.034","17998.934"],["18394.988","18020.470"],["18347.107","17942.924"],["18345.725","17969.217"],["18316.712","17970.934"],["18323.959","17952.977"],["18320.390","17973.853"],["18313.169","17958.130"],["18282.254","17965.081"],["18289.293","17988.715"],["18348.590","18030.091"],["18331.153","18003.271"],["18344.442","17981.751"],["18311.515","17985.038"],["18399.999","17944.983"],["18420.460","17923.398"],["18458.237","17955.571"],["18450.902","17971.442"],["18417.384","17938.781"],["18446.118","17971.465"],["18430.592","17938.071"],["18260.957","17844.748"],["18291.680","17835.284"],["18317.728","17835.013"],["18369.879","17848.904"],["18392.004","17843.930"],["18366.757","17854.830"],["18417.377","17886.408"],["18434.384","17859.208"],["18440.420","17871.264"],["18369.937","17861.433"],["18383.950","17853.192"],["18374.378","17890.335"],["18354.315","17888.545"],["18345.779","17887.190"],["18315.483","17897.182"],["18253.094","17855.495"],["18276.466","17867.799"],["18282.190","17869.186"],["18298.514","17838.217"],["18296.376","17864.262"],["18313.070","17837.392"],["18299.018","17862.117"],["18321.255","17881.853"],["18302.028","17882.794"],["18265.877","17887.377"],["18283.854","17875.420"],["18262.962","17917.441"],["18264.804","17911.529"],["18253.307","17911.198"],["18340.447","17935.361"],["18310.480","17946.426"],["18337.158","17955.229"],["18372.597","17913.944"],["18402.399","17924.662"],["18388.962","17944.464"],["18410.085","17927.944"],["18412.223","17939.240"],["18428.210","17938.629"],["18429.844","17884.786"],["18335.203","17838.077"],["18337.423","17850.678"],["18323.706","17842.453"],["18271.795","17832.456"],["18281.170","17846.791"],["18442.418","17924.292"],["18457.616","17915.473"],["18437.089","17914.713"],["18460.120","17918.448"],["18459.618","17948.498"],["18452.532","17943.085"],["18447.976","17947.610"],["18445.640","17936.512"],["23104.166","12090.335"],["23098.953","12086.124"],["23106.058","12097.304"],["23094.766","12086.152"],["23117.748","12097.205"],["23113.669","12097.799"],["23123.998","12103.068"],["23172.343","12117.194"],["12627.112","16150.311"],["12623.761","16142.604"],["12627.462","16147.757"],["12626.516","16145.196"],["12587.055","16205.290"],["12713.376","16172.542"],["12755.884","16300.457"],["12732.769","16297.389"],["12741.486","16296.729"],["12635.513","16316.257"],["12624.806","16332.492"],["12628.259","16332.079"],["12727.612","16302.092"],["12734.380","16302.668"],["12749.313","16299.230"],["12745.300","16298.306"],["12766.665","16294.639"],["12770.178","16294.188"],["12773.090","16268.688"],["12753.559","16183.832"],["12749.974","16191.892"],["12742.869","16199.290"],["12757.178","16203.155"],["12743.979","16190.561"],["12745.492","16185.788"],["12731.602","16176.868"],["12731.684","16185.472"],["12763.918","16350.616"],["12764.099","16344.984"],["12724.047","16165.885"],["12730.927","16149.443"],["12757.523","16147.874"],["12736.700","16145.430"],["12769.642","16181.281"],["12582.182","16246.642"],["12580.422","16240.845"],["12649.895","16145.905"],["12567.302","16200.176"],["12572.729","16161.000"],["12597.926","16188.366"],["12615.525","16185.146"],["12579.709","16328.907"],["12680.052","16324.263"],["12654.098","16341.472"],["12726.616","16313.589"],["12727.520","16322.144"],["12737.438","16329.559"],["12658.790","16240.561"],["12649.547","16236.729"],["12640.320","16257.274"],["12771.168","16167.191"],["12773.063","16189.725"],["12775.184","16187.132"],["12772.290","16208.248"],["13610.481","15600.139"],["13615.235","15593.450"],["13497.082","15633.100"],["13493.267","15632.721"],["13428.275","15519.256"],["13441.926","15513.707"],["13437.616","15541.257"],["13440.659","15532.916"],["13451.141","15527.766"],["13450.944","15532.951"],["13459.089","15526.887"],["13464.155","15523.980"],["13456.717","15550.221"],["13462.014","15566.793"],["13448.445","15551.632"],["13455.615","15578.548"],["13447.199","15568.253"],["13444.601","15579.946"],["13438.886","15546.593"],["13444.479","15551.498"],["13511.720","15585.121"],["13501.112","15597.127"],["13568.421","15606.829"],["13563.734","15591.618"],["13551.891","15580.348"],["13553.141","15592.040"],["13530.658","15560.149"],["13528.289","15567.052"],["13519.684","15517.730"],["13525.259","15519.613"],["13532.733","15527.746"],["13543.815","15536.495"],["13535.196","15537.486"],["13550.559","15523.290"],["13525.100","15638.520"],["13473.330","15695.436"],["13471.274","15700.407"],["13569.337","15513.506"],["13575.522","15528.453"],["13528.867","15635.547"],["13559.231","15512.954"],["13552.473","15507.576"],["13484.951","15652.893"],["13487.626","15693.527"],["13483.958","15685.897"],["13487.567","15657.286"],["13536.134","15510.239"],["13533.535","15507.729"],["13492.162","15669.158"],["13498.165","15673.237"],["13514.913","15509.188"],["13506.557","15513.515"],["13606.856","15551.362"],["13617.350","15560.643"],["13606.401","15576.567"],["13594.395","15571.933"],["13592.553","15561.148"],["13603.835","15564.632"],["13606.253","15561.692"],["16578.640","14972.171"],["16604.216","14965.284"],["16612.423","15013.591"],["16619.841","14999.520"],["16616.199","14918.204"],["16589.735","14920.466"],["16607.367","14898.914"],["16635.854","14904.595"],["16632.975","14898.666"],["16647.268","14899.608"],["16610.903","14890.689"],["16654.521","14918.947"],["16628.321","14880.747"],["16631.873","14879.740"],["16592.087","14900.004"],["16613.551","14912.027"],["16570.178","15019.441"],["16569.942","15054.407"],["16572.097","15052.425"],["16573.328","14976.778"],["16571.554","15047.239"],["16583.508","14982.559"],["16576.806","15041.720"],["16570.617","15063.490"],["16572.442","15049.485"],["16615.482","14970.271"],["16601.239","14976.101"],["16574.696","15049.684"],["16600.515","14955.705"],["16597.357","14969.726"],["16592.883","14984.227"],["16612.038","14908.245"],["16587.357","14952.286"],["16571.044","15065.356"],["16761.686","15004.797"],["16580.577","15080.634"],["16610.182","15052.228"],["16581.531","15075.927"],["16770.297","15070.102"],["16742.550","15063.017"],["16734.227","15065.313"],["16753.899","15073.471"],["16767.089","15072.282"],["16741.185","15071.671"],["22403.555","13545.712"],["22422.037","13507.985"],["22392.650","13582.294"],["22309.738","13560.223"],["22295.610","13548.316"],["22399.492","13573.607"],["22335.511","13574.674"],["22306.749","13504.851"],["22328.920","13541.267"],["22310.268","13507.774"],["20889.315","12919.514"],["20903.065","12941.413"],["20928.312","12891.405"],["20953.444","12940.438"],["20947.868","12943.841"],["20882.440","12955.087"],["20921.815","12917.713"],["20779.827","12794.775"],["20818.848","12810.794"],["20867.466","12802.338"],["20841.956","12814.791"],["20817.614","12761.430"],["9810.975","12923.790"],["9802.831","12953.332"],["9731.533","12848.818"],["9719.162","12810.574"],["9730.180","12767.938"],["9699.777","12776.752"],["9668.581","12804.444"],["11227.701","16800.047"],["11296.846","16799.059"],["11282.207","16782.444"],["11234.184","16781.593"],["11237.901","16781.246"],["11279.360","16778.709"],["11257.978","16792.648"],["11259.524","16775.522"],["11245.879","16820.968"],["11242.737","16805.493"],["11236.734","16825.576"],["11244.941","16810.778"],["11237.573","16815.122"],["11272.574","16840.196"],["11263.906","16842.228"],["11264.515","16822.921"],["11272.475","16836.299"],["11276.242","16829.627"],["11286.321","16803.444"],["11279.331","16801.297"],["11283.377","16800.538"],["11280.844","16797.416"],["11276.946","16817.994"],["11283.680","16827.703"],["11273.713","16827.719"],["11286.331","16839.558"],["11300.311","16847.700"],["11287.787","16822.892"],["11288.971","16835.956"],["11303.132","16831.166"],["11303.694","16802.909"],["11220.320","16776.612"],["11217.984","16783.020"],["11198.576","16777.966"],["11296.138","16915.683"],["11276.011","16917.336"],["11294.645","16934.595"],["11277.030","16911.011"],["11285.106","16934.859"],["11287.178","16918.211"],["11296.239","16918.596"],["11301.009","16924.443"],["11271.273","16887.298"],["11260.565","16896.910"],["11260.319","16888.817"],["11266.470","16907.942"],["11247.604","16875.143"],["11247.571","16880.445"],["11239.067","16892.524"],["11252.293","16897.712"],["11239.132","16871.000"],["11220.546","16874.963"],["11216.204","16887.961"],["11223.704","16869.447"],["11216.747","16883.337"],["11221.767","16865.601"],["11219.137","16842.824"],["11205.716","16855.508"],["11232.126","16867.762"],["11202.637","16841.789"],["11208.476","16839.147"],["11206.354","16842.582"],["11199.364","16842.252"],["11194.792","16887.298"],["11187.638","16886.984"],["11191.749","16879.172"],["11187.276","16881.815"],["11165.863","16876.320"],["11156.455","16874.867"],["11167.738","16886.328"],["11157.722","16884.875"],["11175.929","16888.575"],["11156.232","16896.830"],["11135.393","16882.148"],["11096.052","16803.453"],["11104.497","16838.218"],["11101.388","16832.735"],["11119.367","16838.189"],["11120.107","16844.217"],["11136.841","16824.865"],["11144.127","16840.224"],["11125.755","16837.301"],["11117.096","16819.023"],["11121.537","16824.902"],["11108.675","16818.164"],["11122.458","16815.786"],["11103.017","16804.258"],["11110.988","16787.663"],["11129.064","16784.327"],["11099.150","16775.955"],["11107.949","16783.271"],["11094.101","16781.603"],["11113.245","16776.186"],["11146.234","16789.942"],["11138.882","16790.999"],["11170.923","16806.744"],["11174.657","16809.139"],["11176.729","16806.414"],["11176.992","16802.813"],["11176.433","16793.779"],["11193.481","16831.065"],["11196.277","16838.151"],["11190.685","16834.715"],["11188.366","16824.988"],["11185.899","16832.486"],["11096.112","16850.212"],["11097.560","16858.503"],["11104.141","16860.552"],["11246.214","16919.810"],["11238.287","16915.334"],["11244.718","16912.907"],["11230.968","16923.344"],["11236.033","16903.394"],["11272.105","16935.045"],["11259.342","16938.860"],["11279.194","16921.652"],["11276.184","16929.711"],["11274.095","16940.578"],["11297.197","16935.182"],["11293.496","16942.680"],["17272.190","4679.651"],["17267.398","4675.983"],["17265.754","4676.016"],["17243.210","4681.846"],["17236.607","4680.476"],["17241.443","4685.381"],["17264.901","4680.055"],["17258.157","4683.720"],["17261.134","4690.282"],["17264.495","4693.242"],["17269.442","4692.718"],["17269.293","4701.678"],["17268.358","4706.076"],["17268.933","4718.200"],["17270.359","4700.723"],["17271.790","4694.017"],["17272.943","4702.202"],["17274.802","4698.800"],["17276.977","4701.258"],["17283.457","4698.368"],["17275.810","4706.428"],["17270.234","4718.426"],["17272.175","4709.722"],["17261.504","4702.142"],["17261.701","4705.263"],["17258.532","4685.046"],["17260.094","4692.528"],["17253.498","4685.407"],["17259.262","4681.976"],["17256.976","4676.129"],["17261.424","4675.971"],["17247.651","4682.182"],["17233.529","4672.674"],["17229.334","4652.625"],["27967.370","11125.904"],["28111.906","11097.903"],["28092.279","11179.927"],["28060.352","11117.746"],["28085.325","11153.986"],["28138.123","11204.046"],["28026.839","11123.714"],["28063.359","11177.838"],["28093.703","11172.516"],["28144.779","11188.122"],["27945.415","11070.628"],["28045.173","11109.156"],["28119.845","11253.076"],["28015.289","11081.863"],["27993.973","11100.482"],["27967.269","11082.556"],["27970.504","11104.941"],["28051.299","11248.886"],["28027.016","11238.574"],["15117.033","15097.299"]] \ No newline at end of file diff --git a/src/gathering/10275.json b/src/gathering/10275.json new file mode 100644 index 0000000..975d447 --- /dev/null +++ b/src/gathering/10275.json @@ -0,0 +1 @@ +[["2555.026","10936.394"],["2546.163","10942.146"],["2554.653","10942.471"],["2562.429","11030.162"],["2558.407","11044.381"],["15980.514","7602.468"],["15987.614","7529.075"],["5799.190","11362.922"],["5804.113","11362.327"],["13297.464","10874.693"],["6836.653","6052.538"],["6837.944","6058.655"],["7784.134","8521.556"],["7784.350","8526.739"],["6253.136","12062.848"],["16796.689","7683.821"],["6247.325","12061.798"],["16999.212","7643.009"],["7713.252","9010.212"],["16039.271","9367.351"],["6670.117","6132.592"],["7720.149","10906.410"],["7552.420","10951.741"],["7695.761","11007.227"],["7724.200","10904.587"],["7699.775","11000.623"],["12994.367","11839.080"],["5140.179","10960.324"],["5133.804","10959.359"],["5126.412","10974.779"],["5142.800","10964.191"],["1691.137","13414.209"],["1695.913","13419.503"],["1692.090","13422.625"],["15521.031","5273.590"],["13090.052","10441.942"],["11870.093","9814.708"],["1718.320","13354.028"],["1713.478","13349.638"],["12865.399","7760.900"],["16289.667","7722.480"],["16216.418","7749.064"],["12240.902","8569.795"],["5187.615","8879.637"],["5183.964","8877.209"],["1796.227","10986.782"],["1796.751","11006.389"],["1800.590","10995.076"],["13222.963","10729.804"],["16828.093","7715.293"],["7566.189","8857.730"],["14917.404","5879.449"],["15010.847","11040.586"],["15247.532","5446.253"],["15254.648","5417.639"],["7873.585","8750.747"],["7863.257","8744.990"],["12528.920","11055.645"],["15100.086","11204.529"],["5754.734","11250.763"],["5759.299","11245.902"],["13975.632","10936.253"],["15919.548","9401.361"],["13015.387","9082.108"],["14001.690","11391.200"],["6357.781","19358.365"],["6352.970","19361.410"],["4918.622","6390.329"],["4926.106","6386.353"],["4920.919","6385.689"],["16087.987","7447.431"],["16139.263","7468.769"],["6320.072","11613.003"],["6319.092","11618.557"],["6268.231","11555.023"],["6268.287","11560.154"],["7844.506","8686.937"],["7448.235","8872.632"],["7444.845","8881.814"],["12225.525","8429.563"],["12366.480","8174.617"],["12708.914","7649.085"],["7530.256","11093.073"],["7691.188","11086.253"],["7529.527","11098.331"],["7679.268","11092.602"],["5497.388","10919.943"],["5486.938","10921.959"],["5493.455","10922.984"],["12133.854","10977.899"],["12262.183","10162.423"],["12310.049","10212.513"],["11778.555","9456.414"],["7768.579","11066.802"],["14799.084","6030.268"],["14831.903","6004.293"],["15930.984","9611.614"],["5425.118","11501.099"],["12839.893","8961.256"],["13716.128","11154.551"],["13798.639","11163.374"],["2598.367","11317.313"],["2590.135","11318.236"]] \ No newline at end of file diff --git a/src/gathering/10276.json b/src/gathering/10276.json new file mode 100644 index 0000000..bbecb62 --- /dev/null +++ b/src/gathering/10276.json @@ -0,0 +1 @@ +[["16785.115","7371.215"],["16915.836","7316.341"],["3134.303","8308.601"],["3138.867","8306.738"],["3132.160","8314.336"],["4498.777","13035.470"],["4496.915","13040.464"],["4554.418","13077.490"],["4554.689","13074.090"],["4557.069","13076.227"],["4540.268","13083.688"],["13077.901","7740.923"],["4717.727","9470.085"],["4712.515","9470.403"],["8565.087","9628.852"],["8558.287","9625.022"],["5432.965","12649.448"],["5426.782","12650.479"],["5412.763","12571.937"],["5431.315","12656.162"],["5417.808","12564.504"],["17168.275","7479.689"],["17175.153","7487.998"],["17117.154","7657.025"],["17138.407","7662.707"],["16773.485","7353.498"],["15962.248","9359.196"],["13004.130","11782.502"],["8673.807","9504.382"],["8622.455","9501.856"],["8632.969","9420.317"],["8772.973","9435.954"],["8707.586","9538.154"],["8671.208","9513.179"],["8637.863","9418.291"],["8713.694","9541.069"],["4608.389","9022.000"],["4611.968","9020.793"],["8870.094","9617.756"],["8870.420","9623.761"],["8866.123","9616.214"],["8821.270","9635.623"],["1727.455","13488.629"],["1724.025","13494.774"],["1729.305","13494.296"],["15894.469","9839.055"],["4566.999","11792.658"],["5412.970","12982.282"],["4569.082","11788.090"],["4580.181","11742.415"],["4582.761","11738.346"],["4691.161","9291.267"],["4687.522","9292.573"],["4538.316","12913.229"],["2424.915","11384.796"],["2432.560","11381.496"],["2428.333","11388.369"],["14145.014","10932.429"],["4519.048","12052.398"],["4521.019","12055.335"],["15083.767","10946.250"],["12265.924","10278.123"],["12515.462","11055.522"],["1574.695","13340.586"],["1582.557","13341.444"],["1577.958","13343.065"],["4913.995","6208.870"],["4908.425","6210.583"],["14713.428","6259.834"],["16148.457","7474.358"],["16156.715","7481.998"],["16221.822","7626.584"],["16278.759","7589.590"],["2218.915","11389.772"],["2217.565","11394.491"],["2225.087","11395.988"],["8784.834","9435.169"],["4796.873","9629.603"],["4799.171","9619.615"],["12434.420","8300.388"],["12056.711","10992.599"],["4907.554","6204.853"],["4049.258","12720.590"],["3982.205","12729.664"],["3979.995","12734.364"],["4046.954","12717.861"],["4467.515","9330.988"],["4464.320","9335.630"],["4487.354","9336.917"],["14809.454","6186.839"],["14791.870","6024.738"],["4309.197","11983.939"],["4304.755","11985.338"],["4287.265","11960.590"],["4323.371","11921.885"],["4317.888","11920.481"],["12948.988","9018.761"],["5399.545","12984.619"]] \ No newline at end of file diff --git a/src/gathering/10280.json b/src/gathering/10280.json new file mode 100644 index 0000000..1151b81 --- /dev/null +++ b/src/gathering/10280.json @@ -0,0 +1 @@ +[["20420.801","9491.325"],["20426.529","9495.326"],["15861.758","15649.800"],["15873.650","15666.023"],["15846.035","15670.560"],["15874.603","15644.995"],["15868.270","15644.742"],["15862.070","15649.222"],["15881.289","15707.287"],["15875.656","15669.541"],["15890.315","15647.874"],["15883.148","15706.709"],["15890.002","15647.841"],["15899.408","15648.003"],["15851.561","15647.356"],["15869.317","15683.649"],["15869.323","15647.516"],["15896.497","15687.870"],["15874.543","15704.171"],["15861.277","15706.373"],["15869.927","15666.551"],["15847.511","15685.767"],["15882.560","15645.900"],["15864.828","15688.832"],["15853.109","15706.237"],["15896.140","15704.516"],["15880.992","15683.098"],["15849.259","15668.711"],["15894.972","15703.095"],["15882.353","15669.280"],["15856.146","15669.006"],["15898.602","15643.445"],["15890.083","15683.132"],["15894.507","15685.641"],["15850.176","15685.519"],["15886.294","15644.942"],["15874.900","15642.791"],["15878.699","15642.485"],["15903.781","15704.593"],["15900.539","15686.898"],["15901.608","15684.933"],["15873.123","15647.184"],["15870.880","15684.921"],["15855.133","15684.111"],["15888.586","15687.772"],["15887.397","15665.844"],["15860.700","15685.380"],["15847.191","15707.964"],["15852.581","15649.899"],["15855.445","15689.842"],["15891.230","15670.369"],["15899.077","15701.058"],["15868.365","15670.035"],["15878.772","15687.871"],["15845.201","15707.864"],["15878.490","15705.360"],["15854.403","15667.321"],["15854.704","15702.802"],["15882.304","15664.986"],["15866.507","15705.383"],["15848.181","15743.139"],["15805.596","15763.706"],["15843.093","15743.342"],["15838.738","15723.371"],["15813.667","15763.633"],["15889.617","15725.044"],["15898.612","15721.838"],["15848.738","15726.803"],["15831.127","15743.460"],["15831.670","15744.748"],["15906.235","15722.822"],["15827.204","15726.892"],["15871.989","15725.153"],["15872.793","15742.222"],["15811.052","15764.343"],["15845.678","15724.953"],["15838.093","15766.546"],["15798.463","15763.305"],["15860.087","15727.372"],["15879.289","15727.744"],["15827.899","15762.577"],["15899.467","15726.892"],["15848.782","15765.542"],["15821.250","15746.557"],["15906.219","15727.215"],["15862.060","15767.669"],["15860.662","15762.483"],["15874.480","15766.340"],["15865.376","15764.353"],["15855.419","15761.229"],["15802.882","15763.706"],["15856.534","15727.504"],["15889.354","15726.365"],["15827.010","15763.221"],["15854.449","15763.607"],["15881.394","15728.157"],["15868.353","15767.111"],["15823.322","15746.871"],["15843.866","15742.318"],["15863.898","15725.167"],["15872.367","15724.806"],["15861.889","15747.944"],["15856.328","15745.933"],["15876.922","15747.127"],["15853.083","15746.756"],["15857.035","15742.812"],["15801.177","15767.995"],["15834.626","15725.749"],["15863.501","15744.410"],["15836.251","15761.773"],["15884.681","15744.141"],["15870.540","15742.122"],["15876.708","15744.815"],["15865.789","15725.068"],["15883.957","15748.518"],["15850.459","15766.136"],["15830.773","15724.844"],["15875.566","15761.782"],["15873.814","15664.702"],["15861.332","15709.067"],["15873.387","15686.916"],["15847.224","15704.248"],["15848.573","15691.004"],["15891.520","15706.708"],["15893.986","15702.550"],["15872.727","15707.230"],["15867.607","15689.801"],["15890.444","15686.583"],["15859.854","15705.279"],["15883.820","15663.569"],["15876.906","15647.390"],["15883.067","15687.445"],["15863.566","15685.224"],["15902.875","15702.477"],["15852.906","15685.628"],["15865.354","15684.224"],["15892.597","15687.531"],["15892.007","15683.131"],["15850.129","15705.054"],["15897.631","15685.471"],["15861.129","15644.071"],["15854.580","15648.467"],["15886.102","15685.758"],["15861.807","15649.024"],["15899.818","15701.889"],["15877.407","15685.625"],["15881.028","15702.508"],["15852.377","15706.531"],["15849.089","15647.768"],["15899.461","15683.392"],["15862.147","15687.808"],["15877.135","15645.735"],["15865.625","15686.079"],["15853.215","15687.490"],["15873.684","15685.015"],["15877.931","15706.053"],["15888.351","15667.925"],["15890.244","15704.681"],["15861.279","15703.874"],["15879.834","15647.967"],["15891.292","15642.990"],["15901.920","15686.700"],["15859.313","15646.114"],["15862.008","15689.961"],["15845.154","15668.674"],["15878.881","15668.438"],["15892.868","15666.051"],["15870.464","15668.246"],["15865.650","15647.558"],["15851.655","15703.593"],["15892.578","15685.113"],["15850.068","15707.948"],["15886.985","15643.158"],["15856.349","15704.965"],["15888.630","15684.606"],["15870.836","15705.023"],["15883.081","15704.868"],["15874.768","15643.542"],["15851.224","15671.541"],["15865.228","15670.808"],["15891.024","15667.271"],["15897.186","15701.495"],["15878.123","15665.082"],["15851.298","15646.068"],["15856.069","15703.512"],["15852.977","15669.999"],["15855.733","15686.444"],["15874.823","15706.840"],["15885.109","15670.768"],["15844.703","15690.513"],["15882.213","15685.673"],["15843.793","15708.830"],["15887.287","15668.966"],["15845.819","15687.963"],["15846.087","15664.818"],["15894.797","15688.421"],["15884.359","15684.225"],["15892.622","15704.720"],["15851.037","15686.704"],["15880.405","15666.434"],["15889.720","15665.193"],["15855.389","15665.868"],["15878.720","15704.947"],["15885.181","15706.266"],["15894.028","15704.459"],["15872.264","15702.813"],["15853.905","15704.186"],["15850.476","15666.679"],["15876.890","15649.133"],["15892.176","15701.378"],["15883.460","15702.300"],["15849.333","15645.712"],["15900.983","15683.116"],["15886.093","15648.716"],["15863.862","15643.849"],["15896.563","15683.791"],["15845.617","15705.590"],["15853.010","15708.796"],["15888.151","15705.775"],["15849.686","15668.975"],["15896.721","15644.276"],["15850.995","15643.539"],["15896.119","15647.161"],["15870.571","15670.215"],["15874.686","15689.323"],["15881.077","15705.413"],["15882.818","15643.976"],["15891.071","15646.255"],["15873.360","15668.483"],["15894.107","15644.319"],["15867.596","15643.685"],["15879.002","15670.775"],["15892.338","15646.668"],["15885.084","15704.116"],["15888.023","15703.005"],["15852.545","15664.956"],["15890.981","15703.098"],["15899.613","15686.195"],["15874.363","15705.036"],["15847.438","15708.723"],["15852.684","15667.806"],["15882.386","15668.075"],["15876.004","15667.099"],["15866.441","15708.322"],["15878.908","15644.833"],["15859.473","15707.429"],["15857.008","15688.802"],["15855.492","15643.756"],["15870.234","15645.582"],["15851.802","15688.894"],["15882.627","15666.323"],["15868.455","15685.158"],["15858.138","15684.021"],["15866.856","15643.866"],["15869.625","15687.290"],["15870.847","15683.633"],["15876.140","15683.498"],["15901.558","15646.684"],["15867.975","15646.508"],["15885.856","15666.276"],["15887.460","15664.278"],["15855.488","15668.807"],["15866.274","15664.645"],["15848.416","15688.954"],["15872.117","15645.008"],["15846.678","15666.849"],["15856.252","15646.422"],["15847.829","15705.411"],["15898.520","15705.654"],["15884.394","15642.563"],["15843.521","15706.922"],["15862.131","15702.664"],["15865.984","15668.859"],["15861.610","15648.000"],["15859.268","15703.895"],["15857.131","15706.512"],["15876.138","15687.655"],["15887.704","15701.144"],["15840.339","15707.036"],["15855.321","15707.302"],["15895.216","15705.887"],["15841.363","15705.067"],["15879.446","15683.907"],["15893.677","15648.852"],["15869.767","15664.876"],["15858.580","15648.724"],["15903.321","15701.091"],["15878.211","15702.633"],["15900.525","15704.824"],["15873.699","15647.614"],["15867.117","15687.382"],["15894.860","15683.404"],["15895.083","15645.691"],["15862.284","15646.071"],["15868.792","15666.452"],["15871.390","15688.422"],["15864.154","15666.732"],["15899.226","15646.024"],["15888.072","15646.909"],["15858.983","15686.495"],["15891.317","15644.342"],["15855.864","15670.750"],["15863.331","15704.791"],["15891.263","15670.089"],["15861.392","15707.133"],["15886.536","15688.519"],["15879.915","15686.403"],["15887.659","15644.826"],["15902.881","15705.544"],["15865.882","15703.887"],["15885.372","15646.925"],["15846.245","15684.875"],["15902.397","15700.581"],["15859.856","15688.723"],["15864.813","15645.584"],["15871.924","15744.011"],["15834.581","15728.016"],["15848.524","15722.509"],["15903.443","15722.686"],["15833.578","15747.539"],["15854.971","15725.195"],["15856.726","15722.200"],["15880.487","15725.528"],["15881.756","15722.327"],["15844.591","15746.213"],["15878.811","15764.176"],["15820.954","15745.368"],["15873.873","15726.597"],["15853.751","15742.363"],["15797.811","15765.379"],["15899.599","15722.730"],["15910.371","15724.884"],["15874.529","15744.631"],["15814.819","15764.668"],["15857.956","15741.871"],["15867.677","15746.069"],["15867.681","15723.053"],["15891.311","15726.068"],["15864.956","15722.556"],["15866.325","15743.615"],["15809.918","15766.879"],["15876.417","15723.730"],["15852.923","15726.239"],["15838.453","15764.459"],["15832.457","15725.003"],["15864.473","15725.944"],["15870.397","15727.176"],["15836.894","15722.462"],["15804.488","15767.491"],["15882.073","15742.887"],["15835.788","15763.767"],["15877.480","15766.852"],["15885.816","15747.279"],["15883.759","15724.069"],["15829.013","15723.077"],["15882.414","15722.987"],["15839.214","15725.296"],["15841.619","15744.073"],["15852.388","15764.413"],["15834.504","15723.068"],["15872.265","15762.215"],["15884.912","15741.654"],["15801.421","15766.281"],["15850.712","15741.569"],["15823.926","15762.660"],["15883.093","15744.700"],["15869.997","15760.786"],["15809.051","15764.380"],["15874.629","15768.045"],["15858.764","15725.037"],["15820.939","15762.522"],["15869.436","15744.230"],["15883.258","15726.199"],["15828.690","15725.382"],["15801.631","15762.043"],["15854.761","15762.550"],["15799.450","15763.421"],["15907.718","15725.068"],["15858.084","15763.838"],["15893.863","15723.935"],["15807.713","15766.198"],["15848.049","15724.589"],["15855.549","15743.954"],["15845.281","15722.509"],["15837.114","15766.847"],["15823.447","15764.643"],["15817.221","15765.883"],["15868.609","15742.655"],["15863.853","15766.314"],["15866.050","15764.254"],["15871.971","15742.073"],["15873.369","15746.978"],["15864.938","15762.549"],["15825.303","15746.829"],["15862.013","15765.248"],["15825.067","15743.521"],["15857.798","15765.604"],["15867.580","15761.524"],["15829.487","15742.070"],["15863.210","15762.073"],["15841.368","15764.730"],["15831.338","15767.338"],["15850.698","15764.148"],["15859.880","15766.947"],["15829.515","15764.510"],["15826.046","15766.157"],["15833.785","15762.463"],["15830.502","15762.102"],["15831.656","15765.614"],["15851.936","15743.493"],["15859.620","15764.827"],["15828.633","15766.816"],["15832.207","15763.841"],["15850.042","15761.209"],["15839.912","15762.516"],["15856.797","15767.241"],["15857.688","15761.927"],["15865.774","15767.659"],["15879.509","15741.345"],["15853.480","15744.470"],["15863.755","15764.140"],["15867.083","15765.998"],["15833.454","15742.040"],["15824.879","15741.526"],["15827.516","15744.849"],["15874.579","15762.607"],["15870.829","15763.549"],["15846.129","15743.836"],["15904.313","15725.034"],["15820.596","15766.567"],["15819.306","15742.498"],["15876.984","15725.818"],["15906.992","15722.970"],["15826.818","15747.856"],["15909.176","15727.249"],["15804.642","15765.837"],["15841.828","15727.255"],["15863.287","15742.065"],["15808.006","15762.512"],["15825.415","15763.238"],["15872.811","15721.800"],["15882.000","15746.354"],["15841.959","15725.360"],["15847.340","15763.196"],["15871.049","15745.784"],["15855.778","15728.231"],["15836.567","15725.369"],["15888.867","15722.483"],["15831.947","15722.221"],["15806.237","15763.954"],["15879.685","15747.606"],["15849.217","15745.022"],["15897.096","15727.755"],["15834.060","15744.890"],["15873.610","15764.650"],["15816.529","15762.062"],["15875.874","15764.332"],["15819.229","15764.126"],["15853.556","15767.095"],["15879.141","15745.786"],["15868.853","15763.784"],["15829.619","15745.497"],["15889.156","15724.846"],["15909.677","15721.470"],["15831.053","15727.189"],["15839.566","15721.291"],["15849.217","15762.985"],["15830.864","15747.473"],["15880.457","15723.411"],["15823.149","15766.699"],["15849.958","15746.063"],["15855.443","15764.773"],["15836.079","15742.910"],["15861.251","15724.164"],["15842.501","15746.282"],["15863.300","15727.637"],["15860.417","15744.320"],["15893.266","15726.699"],["15815.526","15767.415"],["15902.773","15727.800"],["15879.751","15744.402"],["15837.254","15728.016"],["15812.633","15767.118"],["15876.043","15742.489"],["15847.069","15746.297"],["15847.581","15765.971"],["15822.977","15744.757"],["15840.350","15722.793"],["15810.892","15762.326"],["15839.886","15746.810"],["15833.340","15766.133"],["15878.337","15742.700"],["15853.919","15723.293"],["15862.505","15745.678"],["15911.729","15722.838"],["15804.736","15762.515"],["15897.374","15725.952"],["15842.434","15723.548"],["15876.611","15722.361"],["15857.940","15747.090"],["15849.889","15747.337"],["15866.490","15727.559"],["15826.665","15764.245"],["15870.585","15765.443"],["15891.630","15722.030"],["15900.282","15724.136"],["15851.643","15762.007"],["15860.691","15721.593"],["15797.616","15767.392"],["15872.243","15766.643"],["15896.680","15722.192"],["15840.741","15741.846"],["15847.327","15741.518"],["15868.747","15724.716"],["15833.932","15766.215"],["15861.166","15742.725"],["15814.111","15766.787"],["15845.267","15727.959"],["15802.427","15764.858"]] \ No newline at end of file diff --git a/src/gathering/10287.json b/src/gathering/10287.json new file mode 100644 index 0000000..f9b527c --- /dev/null +++ b/src/gathering/10287.json @@ -0,0 +1 @@ +[["25308.346","17538.029"],["20415.188","11043.982"],["20506.499","12062.767"],["22831.741","9613.825"],["21476.076","15140.596"],["21482.222","15142.008"],["19882.216","13586.358"],["19893.660","13396.807"],["22433.907","14587.363"],["28625.593","9733.305"],["26017.765","8349.253"],["25726.186","17546.665"],["20257.995","15202.953"],["27605.265","9351.038"],["27637.381","9198.402"],["27699.396","10396.318"],["27667.203","10412.060"],["27667.599","10371.948"],["27532.198","10279.191"],["23053.926","8697.107"],["27726.964","10847.316"],["24594.464","7637.128"],["22553.698","9607.641"],["22584.726","9762.734"],["31627.819","13174.820"],["23038.262","9262.953"],["22934.912","9329.670"],["20937.535","12379.834"],["20977.668","12362.782"],["20872.211","12408.044"],["25621.093","17231.179"],["24355.139","8316.698"],["28319.361","9408.272"],["28172.294","9463.328"],["24301.925","17110.916"],["20003.363","14377.134"],["24046.533","8056.615"],["20371.518","12371.112"],["27225.858","17194.487"],["19607.270","12952.401"],["24485.775","8072.307"],["23199.131","16228.245"],["23212.844","16292.620"],["23175.880","16210.871"],["25837.683","17578.783"],["25845.858","17590.442"],["26667.693","8598.106"],["31461.203","14178.616"],["23723.629","8362.786"],["23547.951","8505.106"],["19274.190","11317.328"],["28422.129","9457.356"],["23885.597","17317.310"],["27488.012","16835.903"],["21338.983","13451.201"],["22183.931","14439.246"],["22128.390","14444.852"],["24176.334","16723.771"],["21339.028","10432.135"],["24151.811","8395.754"],["26200.574","8225.412"],["25115.914","16838.611"],["25026.191","16856.859"],["23881.568","8211.786"],["25217.038","16778.838"],["22911.038","8528.478"],["26848.665","15563.951"],["26698.465","15707.803"],["24636.528","8646.936"],["24628.994","7919.432"],["23739.585","17168.191"],["20768.850","10314.352"],["20714.128","10407.112"],["24457.487","7346.851"],["26761.768","8908.175"],["23392.668","8100.558"],["23453.507","7983.066"],["23432.851","7905.007"],["28907.820","16242.991"],["23589.895","7547.078"],["19709.130","15290.708"],["18909.500","13985.267"],["21252.108","15959.224"],["21262.903","15959.374"],["30393.606","15664.926"],["31427.072","13519.507"],["27788.660","9834.875"],["27788.375","9941.228"],["26839.060","9025.059"],["24728.082","16795.416"],["24758.730","16896.574"],["24263.317","7817.853"],["18619.383","14726.104"],["18621.387","14728.124"],["18620.938","14725.292"],["22880.002","9070.830"],["26027.205","16877.086"],["25983.075","16879.732"],["25979.947","16874.750"],["20534.514","16264.668"],["27999.849","12157.232"],["28046.325","12204.083"],["25569.163","17362.027"],["22176.100","10591.455"],["26512.050","8793.654"],["20420.242","11256.534"],["20795.658","14928.124"],["20800.729","14939.423"],["29139.338","9699.934"],["28115.177","10548.642"],["28038.353","10556.313"],["21992.530","12565.459"],["21979.757","12756.720"],["27898.618","10450.888"],["27850.026","10460.090"],["27755.540","10528.741"],["29172.068","11899.647"],["25811.588","8361.514"],["20276.046","11223.775"],["30219.642","15264.921"],["19640.096","13278.819"],["24895.360","8356.594"],["25437.028","17476.826"],["25609.059","17611.061"],["22242.083","9982.093"],["22091.912","9855.920"],["20368.341","13205.659"],["20042.925","14999.410"],["20072.548","15000.144"],["27971.424","9721.311"],["22810.433","8044.437"],["23414.374","8435.007"],["28780.486","9753.525"],["22179.243","13119.722"],["22240.291","13143.350"],["25974.685","17369.620"],["25958.932","17260.005"],["22630.437","14857.777"],["19738.288","13380.264"],["25061.200","16464.764"],["25122.086","16492.869"],["31025.251","14009.760"],["22315.785","8754.794"],["18120.364","14206.761"],["19537.173","10421.096"],["21840.585","9557.478"],["20441.638","13443.386"],["23343.027","16891.150"],["27645.027","11138.597"],["27616.916","11144.602"],["28579.944","11906.049"],["28281.633","12026.425"],["18756.878","14562.602"],["18753.724","14558.635"],["21521.723","9310.668"],["28037.589","9463.474"],["26975.898","16701.856"],["27745.010","17693.004"],["27740.612","17711.648"],["18124.935","13777.877"],["27963.354","15706.174"],["25396.690","17636.841"],["17981.645","12690.003"],["27314.947","17501.884"],["21519.733","13595.288"],["21572.294","13581.772"],["28968.994","9647.795"],["28844.715","9708.511"],["27521.843","10201.048"],["27723.170","10025.302"],["24719.610","16434.594"],["24716.072","16404.572"],["29413.277","8991.542"],["29449.470","9128.331"],["29322.868","9623.029"],["29541.558","9377.467"],["29580.631","9539.108"],["20169.798","14434.967"],["19782.596","10507.940"],["19748.375","10466.624"],["20415.006","14522.982"],["27368.605","11394.617"],["27405.169","11422.686"],["27785.988","12264.227"],["27836.921","12214.466"],["24080.614","16696.743"],["27472.207","16566.834"],["27063.645","16905.790"],["23254.150","8105.099"],["18466.666","14642.696"],["18653.712","14518.924"],["18653.360","14516.538"],["19381.620","10931.073"],["24046.067","16796.977"],["24006.713","16792.642"],["27507.875","11274.539"],["24320.086","8092.793"],["20763.979","12142.264"],["22162.848","12610.710"],["30841.347","13929.014"],["22753.645","14593.014"],["25986.429","16505.977"],["26011.966","16488.227"],["28499.894","9613.129"],["31514.591","13261.836"],["29583.460","9687.064"],["29413.826","9706.104"],["20860.248","13390.599"],["20934.244","13334.804"],["24180.812","8656.616"],["19101.457","13672.519"],["30483.285","14361.275"],["28432.614","16163.058"],["28506.911","16163.290"],["28479.870","16216.635"],["20469.604","11749.798"],["29937.638","8896.351"],["25564.617","17188.541"],["18147.407","13332.495"],["22697.762","15031.247"],["19049.352","11263.730"],["27450.325","16417.181"],["19097.743","11963.254"],["23667.367","16812.448"],["23629.579","16870.510"],["21475.808","8990.469"],["22411.763","9461.274"],["27934.590","9512.620"],["23049.994","13776.499"],["22964.811","13755.036"],["20326.110","13182.619"],["24268.838","7317.002"],["21939.418","8732.655"],["21004.025","15086.510"],["21091.608","9525.572"],["18537.140","14038.535"],["27292.194","11696.583"],["27358.775","11539.335"],["28129.092","12053.251"],["22611.925","8162.635"],["28948.999","11965.033"],["23838.449","17790.916"],["23796.473","17684.505"],["22302.452","9825.308"],["23158.726","15778.072"],["23207.198","15765.713"],["17776.382","12876.204"],["24391.980","16993.343"],["26322.002","8429.813"],["24069.607","17417.079"],["29646.665","8778.599"],["19224.582","13991.706"],["27748.564","17050.812"],["27907.359","17088.971"],["27927.350","17169.514"],["28427.882","11965.724"],["28401.682","11938.290"],["23236.177","8351.431"],["23165.580","8472.709"],["21084.579","13300.820"],["20664.265","11984.246"],["20723.016","11916.113"],["28611.772","9669.400"],["21057.585","15828.542"],["21063.561","15824.240"],["29973.363","9083.216"],["19124.462","11519.604"],["27565.730","9023.164"],["20554.694","12425.929"],["28326.127","10321.893"],["28325.441","10338.541"],["22217.902","13259.403"],["22494.545","14586.028"],["23490.920","16270.177"],["21028.692","15022.861"],["21021.155","15035.830"],["21699.985","14313.954"],["23289.732","15964.102"],["25399.396","17105.044"],["27593.177","16970.152"],["23388.373","7852.101"],["23380.857","7737.460"],["21031.340","13493.169"],["21043.638","13405.060"],["27262.250","16092.551"],["29749.305","8689.347"],["27337.765","15791.450"],["28105.259","15746.093"],["27567.838","9700.837"],["27526.897","9673.369"],["19286.904","15022.081"],["27819.861","15671.285"],["23921.896","17586.959"],["25183.027","16986.064"],["27686.736","12049.636"],["27723.373","11997.262"],["24844.280","16640.758"],["27213.298","15694.384"],["22156.805","8485.988"],["27198.508","10226.936"],["29967.475","15238.783"],["25154.372","8347.219"],["27187.118","16842.854"],["27226.498","16787.215"],["20356.194","16464.511"],["20352.143","16452.413"],["23073.854","7940.344"],["23016.425","7910.861"],["23381.147","8225.250"],["30617.340","14635.071"],["18432.308","14839.934"],["18441.304","14836.876"],["27391.023","10242.208"],["27345.360","10233.265"],["25994.462","16261.115"],["20821.990","11872.696"],["20874.866","11901.122"],["20791.911","11868.249"],["21792.823","14083.834"],["24195.112","8878.158"],["20325.279","12542.939"],["18843.037","12175.113"],["20828.475","16190.783"],["20521.800","13715.403"],["20502.197","12754.291"],["18220.366","12888.577"],["18259.743","12808.696"],["27430.610","10462.662"],["27453.266","10526.229"],["19582.689","12670.807"],["22825.266","13757.367"],["29251.717","11947.384"],["29260.072","11939.683"],["19053.678","15029.045"],["20305.472","12824.541"],["20393.389","16466.204"],["20448.043","12261.534"],["20445.668","12188.604"],["28752.051","12098.109"],["28053.688","17127.838"],["27441.631","11963.512"],["27437.113","12000.857"],["28420.303","10372.606"],["28415.700","10417.934"],["19749.014","10153.537"],["21601.029","14606.948"],["21592.303","14610.429"],["18798.200","13710.096"],["25490.469","8191.080"],["27545.138","9568.203"],["24473.895","8402.373"],["18789.313","11809.730"],["19594.022","12241.564"],["22595.709","8578.838"],["27680.781","10814.662"],["20570.004","12391.892"],["21312.913","8999.512"],["26467.821","8516.655"],["18693.231","13954.849"],["27653.919","9987.723"],["27549.997","9885.299"],["22360.601","9113.241"],["23006.284","8926.659"],["19446.428","11168.845"],["20349.079","13118.437"],["20301.958","12976.903"],["27356.788","16086.264"],["20823.426","12074.852"],["20846.386","12023.278"],["29483.530","9192.912"],["23447.710","17178.928"],["27209.698","17527.930"],["19285.021","11753.745"],["19912.088","11848.009"],["18297.452","12657.452"],["30178.526","8705.688"],["27631.569","10585.268"],["27654.404","10606.617"],["20578.335","13542.791"],["20740.874","13590.715"]] \ No newline at end of file diff --git a/src/gathering/10288.json b/src/gathering/10288.json new file mode 100644 index 0000000..ae5f424 --- /dev/null +++ b/src/gathering/10288.json @@ -0,0 +1 @@ +[["19664.118","15868.133"],["19660.698","15855.354"],["31636.663","13993.562"],["23853.797","7592.291"],["19825.992","13510.077"],["28668.921","9728.281"],["19653.206","10455.071"],["25943.028","8409.936"],["27710.048","9488.793"],["21217.926","12885.158"],["27664.980","9346.273"],["27590.628","9181.130"],["22229.752","9669.662"],["23773.201","7941.365"],["23024.441","8725.884"],["23037.532","8698.053"],["28383.117","9905.742"],["25508.493","8455.327"],["24002.810","7292.991"],["31008.162","14240.302"],["22569.587","9621.617"],["22668.494","9617.891"],["20632.154","11797.009"],["28292.842","10142.228"],["28260.583","10130.741"],["25904.175","17222.223"],["22973.868","9258.415"],["22892.204","9221.907"],["20829.810","12402.354"],["20966.546","12387.426"],["22012.937","14170.665"],["21843.673","14047.776"],["21846.817","14052.518"],["20652.249","11650.495"],["25792.499","17255.523"],["25786.880","17262.948"],["25708.653","17399.547"],["25700.751","17393.748"],["18962.749","14088.382"],["22950.472","16418.657"],["22923.817","16424.643"],["22904.396","16556.870"],["22902.960","16552.925"],["19343.600","11363.451"],["21207.955","14464.263"],["21222.126","14604.249"],["23977.815","7985.335"],["20381.146","12387.099"],["20393.762","12478.850"],["20498.225","12413.576"],["22031.050","11515.196"],["25783.832","17050.668"],["25701.282","17144.876"],["25849.269","17436.442"],["27508.814","11818.487"],["27503.905","11821.112"],["22699.737","8726.415"],["20180.446","13727.981"],["24695.955","8203.854"],["31484.870","14201.768"],["28028.978","8868.035"],["27966.216","8914.877"],["19291.500","11289.133"],["20171.174","16062.148"],["23754.382","8471.656"],["22012.557","12094.650"],["27611.325","9652.035"],["19611.301","14683.122"],["26056.523","8290.109"],["29308.347","10198.186"],["19394.200","14518.219"],["19395.197","14457.792"],["29429.846","11453.641"],["23645.821","16183.669"],["23641.272","16184.442"],["28325.972","8965.603"],["28281.079","9044.178"],["28270.981","9054.706"],["26760.238","15609.161"],["22036.102","9621.951"],["21936.441","9622.702"],["26527.101","16923.802"],["26510.326","16906.002"],["28422.955","11766.932"],["28422.998","11721.815"],["21038.578","13126.233"],["28995.783","10164.357"],["19069.828","11485.375"],["19825.574","10972.654"],["21159.509","10735.148"],["24753.045","8077.043"],["24768.374","8013.114"],["20791.129","13990.764"],["18244.045","13907.591"],["28612.769","10683.456"],["25754.010","8238.424"],["26844.860","8865.330"],["26821.651","8930.126"],["28953.962","16222.694"],["28853.352","16327.568"],["19356.429","15299.674"],["19337.705","15308.200"],["29775.265","9462.338"],["29806.258","9550.631"],["29473.600","11514.405"],["29462.079","11516.878"],["30422.880","15521.965"],["30369.433","15569.991"],["21268.932","9331.343"],["21350.966","9249.646"],["20654.771","14214.960"],["19326.161","14306.749"],["19400.645","11572.014"],["23780.881","7420.492"],["22505.517","13525.329"],["22997.587","15359.345"],["23001.831","15335.581"],["28676.603","10563.646"],["22850.019","9008.424"],["18954.416","14417.466"],["25857.753","16886.813"],["25958.954","16938.610"],["25965.992","16960.068"],["25913.946","16962.157"],["20388.980","16287.703"],["20394.313","16233.621"],["28051.223","12195.729"],["28093.330","12155.060"],["28100.797","12142.937"],["22821.120","16530.300"],["20555.673","11153.345"],["24921.872","7754.955"],["22818.819","15532.983"],["20789.698","14963.589"],["27540.414","11730.037"],["28271.813","9838.909"],["23318.085","16433.462"],["25667.968","8382.561"],["20156.418","11076.609"],["22327.088","9628.447"],["19572.324","13364.500"],["20946.804","14412.034"],["21985.489","12545.602"],["25456.091","17494.325"],["29177.498","10888.559"],["18454.343","12023.729"],["28282.098","9348.287"],["31436.281","14241.836"],["22683.937","8024.647"],["22827.600","7966.807"],["23438.349","8476.159"],["27117.728","16677.723"],["27214.884","16717.995"],["18874.570","14090.980"],["18853.229","14433.853"],["18796.996","14444.610"],["25854.233","17224.881"],["25788.001","16670.251"],["25773.598","16674.750"],["25818.102","16716.242"],["27576.358","8775.222"],["26797.993","16939.413"],["21971.856","12814.824"],["24367.557","16753.693"],["24356.719","16728.267"],["24052.584","7584.586"],["24016.242","7640.277"],["28194.808","11961.735"],["28181.394","12032.585"],["28210.679","11968.032"],["28214.324","11972.641"],["19966.341","14450.093"],["25271.318","17730.254"],["19869.999","13733.138"],["19881.059","13776.035"],["28624.309","9824.597"],["29092.574","9814.829"],["22051.914","11653.797"],["29531.281","11274.681"],["29521.951","11251.668"],["30522.150","14960.191"],["18027.164","14326.148"],["29215.154","9694.679"],["27859.885","12257.043"],["27855.337","12260.781"],["27877.556","12329.686"],["27417.868","16589.937"],["20724.596","14929.923"],["29898.834","9331.655"],["29985.121","9194.593"],["22240.137","11702.320"],["19488.032","10929.140"],["23631.394","8657.272"],["20969.137","15120.706"],["29704.184","9602.097"],["29796.875","9715.745"],["20715.764","12315.083"],["27529.385","11680.095"],["24353.578","16792.668"],["25902.804","16381.515"],["25902.979","16377.691"],["31661.731","13321.398"],["29430.855","9761.914"],["29396.289","11851.664"],["29384.809","11844.532"],["20886.413","13379.024"],["20267.783","11252.398"],["24332.573","8645.054"],["27298.634","15400.040"],["27284.673","15393.490"],["19723.095","14475.036"],["19574.872","14629.548"],["28462.138","16145.043"],["28449.966","16144.586"],["20417.457","11879.464"],["29947.296","8857.950"],["29472.862","11794.345"],["29413.750","11707.617"],["18090.980","13328.373"],["18157.805","13367.072"],["26779.639","8649.397"],["21422.249","9780.523"],["22019.578","13154.912"],["22002.411","13133.329"],["23244.151","8117.009"],["22939.353","14739.774"],["22953.532","14708.233"],["24923.688","7935.511"],["22402.159","9565.450"],["27673.169","15739.253"],["27613.887","15823.091"],["21074.621","15210.192"],["21020.725","15201.835"],["21084.159","9494.964"],["21099.174","9429.847"],["18490.432","14118.202"],["18525.795","14030.570"],["21935.760","12185.606"],["21944.265","12187.012"],["26985.462","15521.546"],["26977.247","15536.167"],["28202.750","15779.623"],["27391.799","11530.258"],["27396.056","11528.506"],["21827.818","9590.666"],["21652.266","9721.303"],["22590.714","8242.782"],["28945.806","12030.379"],["25899.085","17153.885"],["27564.331","8601.078"],["26388.698","16415.617"],["26367.844","8476.767"],["22213.357","13511.672"],["23165.786","8472.064"],["20278.542","11628.292"],["29366.184","10996.827"],["29858.277","9134.760"],["23138.787","16553.345"],["23144.240","16542.131"],["23142.539","16549.696"],["20547.418","15836.011"],["20557.318","15827.085"],["29015.771","10242.822"],["28321.728","10254.456"],["22577.461","14504.306"],["22576.050","14497.390"],["23321.453","16187.635"],["28203.147","16125.580"],["28197.939","16131.287"],["25374.883","17132.727"],["26297.406","15828.459"],["26377.862","15856.484"],["26820.982","16529.155"],["26843.770","16561.340"],["29023.039","10692.166"],["23972.438","7205.638"],["20998.522","13548.258"],["19188.435","15585.522"],["19196.350","15555.770"],["27669.194","9000.611"],["23864.642","7696.309"],["19503.951","15524.981"],["19441.392","15536.497"],["18286.313","12205.016"],["19115.910","12799.169"],["20855.958","15896.666"],["20870.450","15898.179"],["29620.668","9876.127"],["27565.233","9718.095"],["22768.260","9540.087"],["27837.448","15659.089"],["23107.348","8025.824"],["27594.963","12069.757"],["27615.103","12079.657"],["24932.403","16733.622"],["24930.648","16747.642"],["27282.042","15640.258"],["27276.486","15642.729"],["18224.130","12374.596"],["19765.107","10347.980"],["25400.329","17236.950"],["28260.983","9667.643"],["22922.815","15084.582"],["22729.485","8878.159"],["23008.425","7951.867"],["21082.041","15316.878"],["21093.295","15322.475"],["22262.228","14410.376"],["22258.125","14408.240"],["28586.497","11771.401"],["28609.412","11751.509"],["28624.362","11766.810"],["21649.777","14121.173"],["21645.361","14116.135"],["24235.163","8921.195"],["24217.471","8806.631"],["22997.172","9550.906"],["22211.396","11926.633"],["25884.892","16605.981"],["22293.150","13152.330"],["20275.627","11423.162"],["22829.511","13758.486"],["22737.548","13673.696"],["22717.244","15334.709"],["22729.712","15322.140"],["29279.332","12000.571"],["29279.161","11990.724"],["20975.519","14051.718"],["20597.341","11442.813"],["28907.259","9577.662"],["19898.170","14441.167"],["19749.007","14282.469"],["23062.887","8154.209"],["21738.556","13953.071"],["21741.868","13944.449"],["20530.723","12127.546"],["22669.814","8350.340"],["28746.447","12109.888"],["27447.289","11939.614"],["27488.287","11980.512"],["28439.818","10328.614"],["19746.673","10209.427"],["23522.383","8250.350"],["23634.842","8193.823"],["22107.128","12890.044"],["20393.053","15960.686"],["20381.325","16001.210"],["20369.898","15996.235"],["19135.262","12642.378"],["27563.493","9534.020"],["24525.743","8481.135"],["24526.213","8321.751"],["18837.298","11793.173"],["18758.929","11799.893"],["22634.364","8554.700"],["19075.715","11986.487"],["20586.003","12468.792"],["21248.494","9123.259"],["26549.193","8504.556"],["24538.195","8254.829"],["31476.606","13326.811"],["31485.218","13323.216"],["25322.312","8381.656"],["26006.544","17443.752"],["25943.618","17465.590"],["27464.493","15713.199"],["22981.974","8927.015"],["23090.929","8856.496"],["19370.623","11214.354"],["19389.134","11207.595"],["26465.926","15961.223"],["26170.553","8104.124"],["18637.480","12175.644"],["19631.182","11069.756"],["19171.974","11884.647"],["22088.938","12265.112"],["22074.083","12230.091"],["20629.129","13465.389"]] \ No newline at end of file diff --git a/src/gathering/10289.json b/src/gathering/10289.json new file mode 100644 index 0000000..f47aed8 --- /dev/null +++ b/src/gathering/10289.json @@ -0,0 +1 @@ +[["19594.206","15795.442"],["19599.277","15771.167"],["19654.791","15849.965"],["23808.688","7645.655"],["20382.816","11940.188"],["19871.239","13565.631"],["28745.466","9742.621"],["28717.168","9786.278"],["25838.598","8448.792"],["27650.086","9415.126"],["23065.688","13829.639"],["21243.112","13264.658"],["19549.180","11023.527"],["21306.094","12860.188"],["27606.469","9230.372"],["22104.749","9786.181"],["22200.180","9745.112"],["22196.430","9722.503"],["25759.890","16127.342"],["30519.488","15622.554"],["18675.378","13598.360"],["31688.931","13172.756"],["19247.277","11251.819"],["22990.622","9241.340"],["20932.807","12412.699"],["20626.995","11569.505"],["25630.016","17327.546"],["25731.575","17291.745"],["24223.960","8258.345"],["28147.062","9541.343"],["20211.369","16349.398"],["20153.533","16328.295"],["20159.967","16328.780"],["20241.531","16333.656"],["20361.445","12340.721"],["20381.441","12487.599"],["26441.040","16301.880"],["30476.367","15162.063"],["24887.604","8118.538"],["23261.654","16315.565"],["23170.778","16328.131"],["22411.401","13523.991"],["27346.515","11904.494"],["27365.520","11878.662"],["27373.593","11872.159"],["22851.246","8738.689"],["22722.599","8716.226"],["24686.757","8175.542"],["31416.715","14111.848"],["21235.977","13397.398"],["23913.832","8367.670"],["23804.642","8497.141"],["21874.778","8815.503"],["22034.447","12086.824"],["27580.051","9634.951"],["27602.154","9696.100"],["24183.762","8416.269"],["26183.865","8176.141"],["19422.986","14619.477"],["19405.638","14573.476"],["25052.429","8081.542"],["29432.420","11475.998"],["29392.607","11675.857"],["25326.605","16860.316"],["21219.305","9394.088"],["26602.439","16878.986"],["28496.549","11864.756"],["19776.614","11024.922"],["19731.958","10985.299"],["19818.484","10941.957"],["25266.462","17176.757"],["19989.459","11772.161"],["25780.976","8143.394"],["26804.260","8868.070"],["28882.777","16225.957"],["28975.117","16281.807"],["18789.434","15710.357"],["18697.724","15716.958"],["29412.477","11666.402"],["29430.604","11530.228"],["19945.530","11457.176"],["20077.832","11413.268"],["19981.117","11446.145"],["31563.111","13781.424"],["19315.659","14441.856"],["23564.446","8103.472"],["23640.216","8064.680"],["23703.791","7951.252"],["23800.192","7355.195"],["23921.386","7265.601"],["29368.892","11179.276"],["29379.266","11182.171"],["22550.186","13544.800"],["22942.876","15336.391"],["28757.559","10534.942"],["18645.401","13575.548"],["24766.648","16888.102"],["18762.866","15726.527"],["20067.884","15492.948"],["20072.344","15505.559"],["18629.561","14749.971"],["18622.932","14766.773"],["22816.652","8967.379"],["26637.460","16646.706"],["25960.999","16965.878"],["25918.198","16815.145"],["18973.050","11597.456"],["28109.879","9238.994"],["29253.713","9461.413"],["20442.889","11182.752"],["20529.624","11235.006"],["25246.585","16895.033"],["29192.157","9554.814"],["28311.303","9865.799"],["28344.723","9881.740"],["22006.568","12658.665"],["29136.943","11906.554"],["23510.666","16505.337"],["23507.968","16525.781"],["18610.305","13765.557"],["25675.568","8333.572"],["25409.389","17477.810"],["25468.868","17496.282"],["25425.922","17576.566"],["18440.580","12038.119"],["20556.468","13326.645"],["22891.420","9049.943"],["28239.382","9206.884"],["28112.167","9739.944"],["28084.867","10318.952"],["25755.858","16154.273"],["22829.976","8057.597"],["28061.795","9864.184"],["26011.648","17276.341"],["19907.562","13364.077"],["19756.714","13255.436"],["18976.909","11728.264"],["18887.434","11771.013"],["27574.279","8867.244"],["25558.498","17451.954"],["27818.012","17282.221"],["20120.860","13614.795"],["19671.010","10267.067"],["19607.405","10366.970"],["21969.353","9558.873"],["20435.666","13454.268"],["28894.424","10567.870"],["23489.771","16885.812"],["23505.382","16890.803"],["27627.839","11195.086"],["28022.537","9431.232"],["29230.672","10780.002"],["25303.552","17762.830"],["25299.200","17756.731"],["22575.698","9472.846"],["29698.444","9813.070"],["20179.790","11316.464"],["19882.945","13775.797"],["26582.241","16284.361"],["26472.206","16318.804"],["22656.824","8791.613"],["27723.282","10923.399"],["22064.561","11522.283"],["22131.088","11530.395"],["27574.557","10040.604"],["24733.640","16464.545"],["18609.286","11882.480"],["20608.770","16295.547"],["29249.270","9792.049"],["29600.173","9451.419"],["21602.281","10309.163"],["19818.295","10506.166"],["19789.958","10479.400"],["19926.656","10594.441"],["23947.076","16734.876"],["23959.478","16680.210"],["23959.180","16650.809"],["23945.808","16637.176"],["27466.579","16568.402"],["27747.524","11328.470"],["29951.653","9360.443"],["22155.759","11798.078"],["19455.331","11049.595"],["19361.283","10997.723"],["19839.820","15908.581"],["19845.392","15894.442"],["20564.621","10470.004"],["22177.079","9119.194"],["29655.450","9643.895"],["20802.398","10586.421"],["18759.904","14701.382"],["18804.768","14767.385"],["18807.279","14738.923"],["25858.058","7968.413"],["30843.754","13987.638"],["28708.973","10428.270"],["28569.459","10316.395"],["27680.119","17035.830"],["27703.498","17006.047"],["31563.678","13337.369"],["29280.187","11818.991"],["20870.218","13351.278"],["20948.676","13330.361"],["20234.434","11262.977"],["28563.373","9753.226"],["27982.881","11701.371"],["28005.000","11606.265"],["19943.718","10699.898"],["21990.387","13985.029"],["27762.470","10942.383"],["28536.528","16209.986"],["28527.654","16214.294"],["20763.680","11856.694"],["29968.912","8887.488"],["25453.281","17109.172"],["24409.941","16844.569"],["24457.826","16854.346"],["24423.568","16852.402"],["26800.729","8629.888"],["19090.069","11246.845"],["31181.924","14282.253"],["21479.225","10190.150"],["27470.205","16513.718"],["23658.648","16805.266"],["24790.106","8010.684"],["21527.093","8973.695"],["21454.915","9056.216"],["28982.327","10716.080"],["22425.085","9387.969"],["27880.224","15828.184"],["27880.494","15784.135"],["22934.632","13747.194"],["27806.720","11014.126"],["27833.900","10981.911"],["20010.676","15821.558"],["20568.634","11379.711"],["28792.163","12071.414"],["28890.194","12024.308"],["28962.571","12025.467"],["23288.763","15921.553"],["23266.051","15808.056"],["28259.536","11647.203"],["28341.509","11700.933"],["26336.598","8498.749"],["19249.621","13996.422"],["25366.575","8228.154"],["25238.955","8156.643"],["25278.006","17212.697"],["28741.356","9650.070"],["29301.910","11043.989"],["29271.612","10885.817"],["29858.939","9011.493"],["19165.651","11510.515"],["19248.887","11646.393"],["27671.642","9051.612"],["19715.862","10154.315"],["19718.734","10116.426"],["28331.260","10381.401"],["28174.211","10319.485"],["26937.117","16067.591"],["27090.156","16003.828"],["23268.135","16028.501"],["23144.035","16137.867"],["23280.283","16044.812"],["25326.299","17049.776"],["29189.169","10846.910"],["18877.123","12674.630"],["18791.604","12551.281"],["19099.133","14112.246"],["19184.039","14237.183"],["19180.806","14235.428"],["23469.625","7866.265"],["20779.014","12139.325"],["21084.857","13461.147"],["21027.241","13525.792"],["19462.538","15647.514"],["19502.298","15651.870"],["19496.742","15709.453"],["23105.259","8231.131"],["21725.367","8998.800"],["22770.967","8124.005"],["21348.876","10619.074"],["20015.521","15467.721"],["19480.092","13272.012"],["22800.111","9439.731"],["24191.091","9189.464"],["25168.590","16859.586"],["28359.316","15650.759"],["28433.478","15694.911"],["27588.448","12043.062"],["27635.145","12025.662"],["27656.653","12013.322"],["24870.249","16655.595"],["24938.261","16666.914"],["24946.631","16665.930"],["24838.804","16658.118"],["24838.956","16640.214"],["22569.043","10090.152"],["27756.161","11812.954"],["27820.185","11715.691"],["23074.212","15511.492"],["19834.059","10354.164"],["19893.403","10347.393"],["18586.000","15307.999"],["28321.516","9775.016"],["29612.993","9864.336"],["20418.756","12808.046"],["20371.072","12768.519"],["22494.342","9169.142"],["23440.430","8241.110"],["20887.447","10305.737"],["20805.135","10395.981"],["30592.033","14592.358"],["25913.362","16285.299"],["27229.691","11711.586"],["27228.015","11752.903"],["19755.521","11426.854"],["28643.296","11869.972"],["28728.168","11889.755"],["21757.470","14199.472"],["24211.754","8857.085"],["18712.035","12283.214"],["30560.670","14225.677"],["25852.626","16624.048"],["25866.171","16606.159"],["20282.033","10431.609"],["20427.384","12599.432"],["20495.633","12641.229"],["20026.792","15612.059"],["20021.487","15690.325"],["20301.524","11414.837"],["22727.848","13632.718"],["22803.348","15428.960"],["29243.098","11927.274"],["28874.819","9571.362"],["21724.305","13987.658"],["21797.782","13978.354"],["20484.820","16353.445"],["18674.055","15256.605"],["18735.853","15115.589"],["20766.365","13617.325"],["20449.565","12273.417"],["20477.133","12131.623"],["22627.920","8338.634"],["22501.569","8420.354"],["18736.113","15052.049"],["24724.869","16767.894"],["24776.621","16696.995"],["24733.709","16742.288"],["22086.275","12845.788"],["25828.105","15885.238"],["20109.337","13567.263"],["26314.348","16920.379"],["18739.395","11800.980"],["18766.086","11900.029"],["22575.577","8589.991"],["27723.630","10688.784"],["19069.513","11918.348"],["21366.552","8993.559"],["26598.000","8498.009"],["24433.262","8185.333"],["24391.246","8219.387"],["22280.275","8477.736"],["25946.429","17447.417"],["19450.556","11154.539"],["20361.303","12973.453"],["20543.836","13150.141"],["18511.426","14999.951"],["26139.228","8040.928"],["19581.896","11167.255"],["19794.811","11768.396"],["21678.418","8862.919"],["22101.577","12287.406"],["20582.651","13578.365"]] \ No newline at end of file diff --git a/src/gathering/10401.json b/src/gathering/10401.json new file mode 100644 index 0000000..222d68f --- /dev/null +++ b/src/gathering/10401.json @@ -0,0 +1 @@ +[["8813.681","16767.826"],["8779.423","16747.776"],["14206.354","15870.140"],["6072.543","14020.175"],["9156.468","13992.281"],["6745.714","13707.042"],["7995.145","18901.923"],["8011.118","18909.885"],["11106.372","14773.979"],["12516.812","16077.147"],["12512.589","16072.543"],["12505.560","16065.890"],["12514.306","16078.407"],["12507.740","16064.518"],["7326.474","16117.406"],["7443.221","13315.279"],["12398.866","12186.426"],["9056.081","13519.203"],["12914.246","12921.516"],["6436.611","13787.168"],["6060.007","18599.742"],["6060.017","18600.478"],["6059.710","18600.097"],["6059.331","18617.462"],["6059.572","18616.534"],["6060.045","18617.348"],["6059.342","18619.130"],["6062.143","18613.124"],["7584.122","13391.430"],["8551.767","18174.228"],["8560.281","18184.023"],["8688.826","16652.773"],["13401.677","14106.056"],["7223.399","13597.453"],["7857.868","13298.236"],["6885.251","13525.580"],["5971.331","18778.807"],["5970.913","18778.108"],["5973.697","18780.212"],["14169.757","15938.316"],["6944.198","13865.602"],["6118.485","18797.955"],["6119.358","18797.113"],["6118.232","18797.367"],["6119.999","18797.034"],["6119.089","18797.493"],["6119.759","18797.485"],["7002.723","16439.506"],["8779.935","12096.128"],["7054.165","12539.524"],["15548.381","17854.855"],["15546.141","17845.913"],["6607.009","15855.697"],["6606.926","15856.599"],["10149.595","14487.596"],["10734.321","14765.969"],["8560.236","18766.943"],["13577.090","15883.691"],["13575.089","15889.302"],["8037.671","18197.489"],["7934.174","19131.264"],["7935.195","19130.342"],["7931.442","19130.103"],["6905.696","13554.306"],["5766.631","18774.439"],["5767.260","18773.507"],["12735.490","12377.787"],["12691.138","12512.103"],["7165.100","16228.984"],["7163.921","16228.775"],["7164.339","16228.177"],["7164.595","16229.369"],["7228.646","16202.981"],["7228.628","16204.595"],["7228.637","16203.823"],["7960.346","19143.103"],["7960.840","19143.696"],["7959.439","19146.618"],["7960.365","19146.900"],["7961.498","19147.399"],["7957.254","19142.211"],["7959.661","19143.003"],["7961.068","19142.616"],["7960.505","19147.533"],["7960.123","19146.302"],["7941.466","19123.977"],["7953.776","19140.467"],["7960.859","19149.654"],["8191.491","18905.102"],["9456.105","13949.114"],["12359.715","12146.768"],["12540.345","12333.708"],["11871.948","12242.142"],["9738.468","15154.037"],["7789.716","12627.850"],["10711.436","14773.835"],["9585.057","15375.231"],["20611.765","11416.575"],["20611.094","11418.656"],["4966.793","17685.943"],["4965.558","17686.087"],["4965.447","17688.419"],["4964.396","17688.859"],["4964.740","17688.033"],["4962.663","17683.156"],["4962.913","17686.719"],["6455.679","13889.211"],["6455.679","13889.211"],["6294.470","14008.241"],["6277.829","13969.314"],["7565.937","13476.589"],["13492.049","14111.998"],["14504.813","15764.175"],["13770.293","15776.818"],["14219.561","15339.413"]] \ No newline at end of file diff --git a/src/gathering/10403.json b/src/gathering/10403.json new file mode 100644 index 0000000..108a2ae --- /dev/null +++ b/src/gathering/10403.json @@ -0,0 +1 @@ +[["14346.594","15976.487"],["14456.257","15930.161"],["13738.678","14492.090"],["14249.241","15868.965"],["6152.679","13998.501"],["8034.784","13291.156"],["12512.539","16071.652"],["12518.730","16075.978"],["13333.345","15915.710"],["13545.630","15582.126"],["13543.406","15581.844"],["13547.354","15584.768"],["5328.170","18873.104"],["5327.461","18874.011"],["5329.299","18873.084"],["5332.057","18873.589"],["5332.829","18874.028"],["5340.342","18875.267"],["11926.654","17107.617"],["6697.126","16205.022"],["9708.292","14109.636"],["6951.321","16920.847"],["6950.764","16919.655"],["6045.873","18604.886"],["10721.957","17227.817"],["8694.012","16988.229"],["8724.283","17006.141"],["8724.174","17007.177"],["8723.690","17005.163"],["8668.241","17012.121"],["8668.765","17011.991"],["14531.426","16547.913"],["14537.543","16545.318"],["7704.305","12727.164"],["12910.503","13045.622"],["12867.021","13150.993"],["6980.060","13111.000"],["6972.916","13104.154"],["6981.770","13099.542"],["6969.966","13091.697"],["6969.658","13092.728"],["6969.690","13097.571"],["6972.387","13093.431"],["6966.148","13104.262"],["6969.911","13093.834"],["6969.259","13090.487"],["6971.991","13099.120"],["6974.276","13100.330"],["8983.650","14906.539"],["12583.877","15977.366"],["7090.710","12574.601"],["8800.834","12324.774"],["13005.761","12960.945"],["6390.966","17014.418"],["5415.027","16577.368"],["5413.291","16578.982"],["5411.076","16577.023"],["5415.453","16574.543"],["5412.521","16577.299"],["8896.540","18533.408"],["8904.743","18548.597"],["8942.201","13791.244"],["9045.979","14876.412"],["9046.900","14875.784"],["9046.423","14878.856"],["9053.238","14878.468"],["9048.270","14873.366"],["8032.274","18197.322"],["8710.709","11956.242"],["13051.241","16178.052"],["8694.412","16986.417"],["8690.067","16980.948"],["8689.884","16981.810"],["8689.229","16982.746"],["8697.516","16966.463"],["8697.891","16967.298"],["8696.911","16967.338"],["8704.092","16961.241"],["8703.275","16961.754"],["8702.577","16961.023"],["8706.714","16931.191"],["8707.548","16932.969"],["8701.633","16925.225"],["8700.286","16924.107"],["8698.390","16922.474"],["8698.284","16924.581"],["8700.396","16924.094"],["13417.039","15488.215"],["7256.317","16235.544"],["7256.833","16234.511"],["7257.425","16235.699"],["7257.090","16239.267"],["7154.447","16231.681"],["7155.425","16231.421"],["7153.352","16232.489"],["7256.344","16238.074"],["7152.369","16230.951"],["12840.768","13182.078"],["12960.449","13222.430"],["9049.652","14871.301"],["9053.270","14871.862"],["9048.056","14866.859"],["9047.217","14867.519"],["8862.352","16775.349"],["14559.267","15582.517"],["14333.771","15741.159"],["6598.176","13850.695"],["6558.099","13832.367"],["9012.740","14878.680"],["9012.689","14876.976"],["9014.114","14877.124"],["9033.826","14880.190"],["9034.204","14879.032"],["9030.981","14881.649"],["9042.626","14882.790"],["9043.697","14882.630"],["9042.809","14884.689"],["9042.308","14884.762"],["9032.520","14972.408"],["9034.189","14971.602"],["9019.888","14967.866"],["9030.785","14968.620"],["9066.255","14918.566"],["9047.824","14902.009"],["8989.249","14917.382"],["14341.013","15699.935"],["16137.747","5968.951"]] \ No newline at end of file diff --git a/src/gathering/10404.json b/src/gathering/10404.json new file mode 100644 index 0000000..45542ae --- /dev/null +++ b/src/gathering/10404.json @@ -0,0 +1 @@ +[["13743.805","14494.967"],["12179.900","16076.021"],["9149.166","13990.087"],["7969.074","19076.998"],["7141.465","13785.626"],["12504.268","16064.642"],["12515.417","16077.522"],["11517.387","17443.312"],["7330.148","16124.152"],["14074.928","15262.162"],["13545.731","15586.960"],["7369.789","16298.070"],["9058.663","13512.644"],["7382.107","16803.881"],["13356.551","13598.164"],["17123.134","7575.986"],["6059.151","18620.149"],["6060.244","18618.587"],["12732.893","13608.672"],["8247.835","12952.229"],["10941.318","16977.588"],["14237.025","15626.332"],["8717.642","16662.107"],["8724.637","16659.222"],["13248.311","13638.432"],["13254.318","13624.314"],["6040.761","18616.998"],["7930.014","18047.518"],["7922.215","18054.076"],["13739.940","15643.391"],["7168.384","12832.375"],["8438.529","13777.362"],["8467.361","13711.089"],["7045.763","14006.242"],["6942.984","13884.295"],["13421.773","14101.209"],["8858.040","14019.344"],["8851.716","13895.620"],["12812.390","13436.511"],["12977.315","13574.614"],["6995.520","16440.698"],["4916.767","17370.718"],["4919.666","17367.469"],["4920.320","17369.403"],["4920.627","17372.328"],["4947.104","17341.927"],["4947.024","17348.564"],["4944.383","17341.978"],["4947.123","17345.314"],["4918.522","17369.937"],["4946.035","17343.696"],["5361.026","15907.591"],["5360.230","15910.540"],["5357.870","15906.364"],["5360.203","15909.299"],["7094.282","13848.268"],["9329.693","13943.701"],["9394.062","13959.864"],["5187.045","17852.219"],["9250.360","13784.283"],["12870.798","13880.920"],["12943.829","13990.946"],["12879.061","13880.761"],["8712.436","11922.080"],["8689.222","11976.148"],["6423.131","18992.454"],["6356.491","18960.558"],["6345.158","18948.223"],["6355.209","18960.486"],["6433.801","18976.144"],["6418.635","18991.092"],["6419.292","18990.139"],["6392.312","18974.279"],["6391.539","18975.550"],["7719.875","12894.354"],["10372.824","17194.221"],["2223.889","11352.085"],["12829.748","13229.888"],["12952.023","13224.015"],["9445.816","13944.282"],["9536.667","13944.806"],["9512.325","13934.971"],["9515.230","13856.911"],["10722.316","14811.407"],["8874.212","16824.122"],["6452.041","13899.186"],["7853.041","17735.130"],["7839.777","17731.185"],["6837.447","16947.958"],["6142.299","13748.741"],["14607.775","15557.628"],["9571.822","14098.933"],["9588.758","14225.020"],["10527.892","17123.751"],["13507.267","14125.262"],["10832.333","17140.390"],["10877.158","17192.168"],["8028.915","13141.811"],["8029.835","13140.139"],["8017.769","13136.398"],["8032.242","13147.332"],["8034.278","13147.857"],["8033.290","13146.415"],["8014.242","13138.303"],["8030.859","13142.161"],["6361.109","16604.681"],["6363.378","16602.909"]] \ No newline at end of file diff --git a/src/gathering/10405.json b/src/gathering/10405.json new file mode 100644 index 0000000..79b3c4e --- /dev/null +++ b/src/gathering/10405.json @@ -0,0 +1 @@ +[["8819.287","16770.396"],["5498.412","17578.259"],["5498.780","17581.320"],["5497.557","17581.320"],["5472.660","17420.446"],["5473.017","17421.471"],["5497.717","17577.284"],["5476.327","17419.927"],["7445.673","13676.319"],["12177.346","16076.846"],["12178.101","16075.767"],["12176.829","16066.654"],["12179.382","16067.828"],["4958.110","15715.497"],["9860.860","15932.229"],["13972.942","15350.950"],["13299.542","12938.951"],["13302.383","12930.371"],["7179.079","17160.110"],["7179.612","17161.109"],["7178.550","17163.477"],["13275.885","12653.573"],["7461.939","16311.579"],["7462.634","16311.721"],["7310.926","16310.323"],["7311.293","16307.421"],["7464.371","16310.652"],["7309.640","16308.267"],["10261.621","14590.341"],["5727.424","18212.727"],["8763.105","16497.141"],["8761.836","16497.073"],["8760.119","16499.155"],["8761.529","16497.919"],["8738.626","16498.482"],["8738.767","16499.858"],["8740.987","16500.138"],["8738.665","16501.533"],["8741.736","16500.974"],["8740.011","16500.211"],["8740.269","16501.256"],["8762.697","16495.938"],["8739.906","16498.804"],["8741.561","16524.776"],["8740.795","16522.401"],["8742.743","16523.391"],["8740.833","16523.440"],["8744.135","16526.157"],["8744.025","16528.370"],["8745.714","16530.243"],["8746.617","16529.071"],["8744.780","16529.158"],["8745.618","16527.756"],["8741.416","16520.323"],["8742.389","16520.655"],["8741.599","16522.392"],["8743.702","16522.014"],["8743.072","16524.890"],["8761.380","16499.483"],["14528.066","15478.765"],["6304.508","17844.706"],["6305.263","17842.834"],["6306.361","17842.190"],["6304.842","17843.761"],["6302.815","17845.952"],["6306.246","17842.791"],["6305.454","17846.916"],["6303.639","17842.443"],["6297.444","17845.561"],["6302.331","17848.512"],["6302.616","17843.129"],["6304.036","17842.365"],["8998.656","13705.838"],["9041.981","13662.326"],["7022.965","16972.981"],["7023.634","16971.948"],["7021.949","16970.460"],["8488.495","12308.724"],["6057.773","18595.464"],["6058.045","18594.472"],["6055.913","18595.738"],["6057.805","18596.244"],["6057.088","18594.889"],["6057.388","18601.836"],["6832.972","15796.930"],["6831.933","15796.532"],["8686.545","16994.720"],["8685.668","16994.732"],["8684.533","16995.099"],["8739.253","16655.641"],["8737.403","16658.087"],["8737.312","16656.834"],["8743.578","16658.886"],["8743.102","16659.827"],["8738.535","16657.134"],["8682.305","16681.605"],["8684.583","16680.437"],["8681.578","16679.766"],["8606.822","16661.257"],["8607.528","16660.204"],["8608.337","16660.731"],["8776.147","16710.109"],["8774.525","16710.133"],["8775.554","16711.549"],["8777.299","16711.345"],["8771.057","16710.074"],["8678.089","16641.465"],["8763.872","16578.557"],["8762.514","16579.431"],["8764.517","16574.909"],["8731.507","16615.244"],["8686.359","16632.702"],["8688.030","16633.291"],["8686.617","16634.355"],["8679.260","16640.651"],["8678.618","16642.831"],["8680.325","16637.847"],["8683.469","16636.633"],["8681.232","16636.684"],["8682.084","16635.911"],["8680.956","16637.455"],["8685.495","16635.667"],["8677.743","16673.054"],["8676.089","16670.515"],["8676.033","16671.593"],["8682.849","16680.112"],["8677.107","16690.599"],["8677.602","16691.575"],["8681.208","16678.239"],["8683.420","16683.309"],["8677.079","16672.216"],["8677.783","16670.861"],["8609.058","16660.424"],["8607.979","16659.241"],["8609.078","16659.245"],["8776.178","16713.978"],["8773.971","16716.811"],["8775.483","16716.939"],["8775.611","16715.301"],["8772.666","16710.066"],["8769.882","16711.697"],["8770.958","16711.967"],["8772.838","16711.624"],["8772.574","16713.182"],["8733.571","16612.126"],["8733.619","16614.365"],["8735.262","16617.378"],["8734.622","16612.540"],["8733.558","16609.762"],["8734.318","16615.374"],["8762.994","16576.900"],["8762.539","16575.264"],["8763.019","16573.939"],["8760.531","16577.217"],["8761.906","16580.684"],["8761.234","16579.562"],["8761.097","16578.547"],["8760.853","16583.002"],["8755.938","16672.965"],["8756.280","16673.706"],["8754.496","16673.222"],["8758.919","16677.504"],["8757.873","16677.245"],["8757.640","16676.797"],["8759.142","16678.163"],["8754.165","16677.351"],["8753.490","16677.885"],["8754.733","16678.165"],["8755.955","16677.857"],["8752.765","16678.251"],["8754.003","16678.649"],["8755.274","16678.659"],["8672.707","16682.049"],["8673.710","16682.045"],["8673.626","16681.159"],["8672.740","16680.969"],["8673.937","16682.587"],["8679.270","16684.490"],["8679.664","16683.438"],["8679.494","16685.256"],["8680.183","16684.308"],["8680.263","16683.160"],["8680.259","16686.064"],["8679.165","16673.467"],["8678.744","16671.956"],["8682.373","16678.672"],["8679.921","16674.189"],["8679.636","16672.527"],["8677.168","16689.364"],["8664.484","16673.428"],["8665.241","16672.556"],["8666.371","16672.802"],["8640.741","16672.816"],["8640.232","16673.766"],["8640.168","16671.158"],["8639.550","16674.179"],["8632.879","16672.016"],["8632.492","16671.260"],["8634.231","16652.811"],["8634.178","16653.555"],["8632.695","16653.962"],["8638.146","16647.582"],["8638.111","16648.575"],["8639.168","16648.367"],["8638.590","16649.612"],["8649.212","16652.509"],["8648.256","16653.292"],["8648.971","16653.551"],["8612.301","16639.525"],["8612.925","16639.978"],["8611.570","16638.918"],["8791.228","14252.108"],["8192.653","13406.429"],["7736.105","13639.757"],["6166.665","13363.442"],["6653.007","16864.266"],["6657.083","16866.272"],["6652.093","16864.976"],["7205.060","13102.886"],["6615.505","15618.009"],["6886.712","15557.389"],["12613.500","16051.666"],["12615.194","16053.344"],["8845.650","13905.444"],["6586.106","16636.380"],["6585.943","16634.392"],["6585.284","16633.072"],["7019.735","16539.379"],["7018.851","16538.853"],["7019.085","16539.779"],["7019.781","16545.420"],["9300.875","13940.976"],["9402.564","13959.359"],["7736.070","18365.028"],["7733.610","18365.158"],["7736.690","18365.428"],["7734.118","18364.099"],["7737.819","18364.138"],["7739.825","18370.207"],["7738.257","18375.533"],["7737.331","18376.329"],["7736.651","18377.254"],["7738.350","18378.572"],["7745.824","18378.513"],["7742.733","18378.757"],["7738.520","18362.773"],["7750.826","18370.797"],["9770.179","15700.769"],["11920.595","4466.420"],["13926.955","16129.012"],["8039.278","12735.879"],["8703.864","16916.265"],["8703.758","16915.430"],["8704.119","16917.350"],["8704.711","16915.572"],["8704.245","16913.820"],["8703.786","16914.617"],["8703.013","16914.773"],["8730.184","16938.366"],["8730.145","16937.938"],["8732.000","16953.530"],["8732.876","16953.036"],["8733.104","16951.639"],["8732.659","16950.225"],["8732.760","16948.861"],["7237.314","16236.242"],["7237.831","16235.578"],["7234.693","16236.481"],["7283.742","16170.882"],["7282.688","16171.162"],["10744.730","17000.659"],["10747.106","17008.482"],["10744.343","17001.560"],["9588.673","13940.806"],["6945.323","17211.088"],["6944.955","17212.575"],["6944.638","17213.672"],["6947.656","17216.390"],["6948.121","17217.133"],["8799.546","16870.373"],["8516.170","13109.997"],["6926.904","17565.999"],["6929.234","17564.408"],["13878.584","16188.841"],["13896.331","16166.935"],["14359.077","15662.827"],["14286.433","15669.847"],["14355.716","15584.223"]] \ No newline at end of file diff --git a/src/gathering/10406.json b/src/gathering/10406.json new file mode 100644 index 0000000..3910d9d --- /dev/null +++ b/src/gathering/10406.json @@ -0,0 +1 @@ +[["8603.636","18783.205"],["8601.618","18782.579"],["6402.475","17780.986"],["6217.604","17118.413"],["9949.064","16068.615"],["7377.600","18444.346"],["15297.561","16261.411"],["15295.476","16260.997"],["15291.076","16250.714"],["5657.828","17480.233"],["7210.269","17170.664"],["13274.719","12663.988"],["13273.022","12730.367"],["13270.917","12730.037"],["13273.799","12736.656"],["13273.424","12658.870"],["13276.660","12663.208"],["11579.357","9379.694"],["11577.689","9380.632"],["11577.804","9379.973"],["11587.570","9377.403"],["11582.087","9378.070"],["11574.897","9381.254"],["11589.020","9378.252"],["13046.919","13576.657"],["13044.840","13576.248"],["9053.653","13512.938"],["5328.736","18872.716"],["7303.971","16843.445"],["6370.252","17869.686"],["6369.175","17872.482"],["6368.082","17873.310"],["6364.314","17873.365"],["6368.868","17872.905"],["6369.058","17871.986"],["6368.839","17871.103"],["6369.530","17870.364"],["6307.209","17847.811"],["6307.239","17846.444"],["6870.511","16352.331"],["6951.006","16904.492"],["6950.618","16905.675"],["6947.928","16913.231"],["6949.143","16914.354"],["6942.159","16908.191"],["7075.255","16929.900"],["6938.023","16904.787"],["6945.234","16902.749"],["6280.544","16912.302"],["14608.004","15428.915"],["6805.873","15920.958"],["6863.307","16017.753"],["6855.993","18096.996"],["6370.175","17729.803"],["6366.761","17728.992"],["6372.845","17730.499"],["5718.026","18575.454"],["7139.039","16557.685"],["7230.130","13602.737"],["8661.552","18674.584"],["13252.982","13635.425"],["13250.879","13635.077"],["13259.748","13624.900"],["13286.583","13079.840"],["12216.218","13825.005"],["12214.178","13824.396"],["7253.540","18069.259"],["7292.885","18134.106"],["7235.965","18250.903"],["6168.077","13304.706"],["6166.777","13306.349"],["5985.610","18473.584"],["6559.969","16859.242"],["6569.967","15695.254"],["10050.227","14852.613"],["13855.033","15813.960"],["7854.076","13311.449"],["9654.227","15387.512"],["8371.873","13671.992"],["7049.795","15865.509"],["8874.648","14011.086"],["10805.472","16965.959"],["10803.367","16965.625"],["10806.835","16961.449"],["6614.588","16727.953"],["12972.698","13546.794"],["12970.826","13546.313"],["12970.730","13539.592"],["11005.751","17133.440"],["11003.760","17133.349"],["6837.280","15669.200"],["9516.778","14294.208"],["9448.213","14329.801"],["10139.510","14495.280"],["7353.764","15922.312"],["6730.785","17446.372"],["11901.683","13848.314"],["7174.778","13188.609"],["8902.318","18548.445"],["8906.166","18552.568"],["8904.106","18552.768"],["8867.592","18503.478"],["8865.487","18503.147"],["6980.465","17732.294"],["8356.862","12398.181"],["8358.720","12398.620"],["14952.596","16685.846"],["14949.299","16694.276"],["6423.646","16269.965"],["6892.347","16177.619"],["6716.111","17101.922"],["7047.757","13569.253"],["7480.722","18634.881"],["13421.606","15483.084"],["6707.033","17891.930"],["12952.590","13229.003"],["12950.511","13228.865"],["12949.704","13217.124"],["7958.652","19125.347"],["7955.397","19127.386"],["7949.073","19137.184"],["7946.196","19137.890"],["7945.957","19138.771"],["7943.262","19142.052"],["7944.535","19145.730"],["7956.410","19136.885"],["7941.485","19132.878"],["7952.482","19127.772"],["7957.946","19126.987"],["7947.103","19140.760"],["7954.782","19151.393"],["5711.816","17845.132"],["8990.044","14230.538"],["9479.048","13850.115"],["6947.862","17208.526"],["7072.705","17321.179"],["6945.363","17213.286"],["6948.472","17217.008"],["6945.185","17208.790"],["6941.864","17209.550"],["13130.909","13332.794"],["13128.920","13332.428"],["8906.885","9503.659"],["6712.801","16515.097"],["9596.821","15484.873"],["8845.245","12971.794"],["8850.728","12971.128"],["8852.178","12971.977"],["8842.515","12973.419"],["8840.962","12973.697"],["8840.847","12974.356"],["8838.055","12974.979"],["7253.712","17971.677"],["7643.727","18805.062"],["6862.289","16853.151"],["9577.087","14220.689"],["8834.168","12958.301"],["8837.111","12952.354"],["8837.267","12950.681"],["8836.425","12950.266"],["8845.906","12968.716"],["8845.851","12960.051"],["8845.199","12960.613"],["8845.251","12958.028"],["8838.265","12962.601"],["8847.739","12966.371"],["8837.383","12958.822"],["6599.719","18452.117"],["11444.022","14190.108"],["11442.000","14190.317"],["7508.945","17384.141"],["8765.482","18383.068"],["8763.373","18382.758"],["8753.293","18387.828"],["14338.066","15525.677"],["9333.414","14055.547"]] \ No newline at end of file diff --git a/src/gathering/10407.json b/src/gathering/10407.json new file mode 100644 index 0000000..c3463bc --- /dev/null +++ b/src/gathering/10407.json @@ -0,0 +1 @@ +[["8676.786","18406.232"],["5222.061","16421.959"],["12175.232","16077.846"],["9081.806","13963.122"],["9154.271","13825.938"],["9955.597","16082.513"],["13298.552","12934.387"],["11037.523","14395.884"],["11038.814","14385.349"],["10900.127","14443.445"],["13749.341","13877.184"],["6416.590","18268.422"],["8991.208","13769.084"],["6724.463","13946.643"],["14595.535","16199.455"],["6057.600","18601.085"],["13282.801","16223.443"],["5458.590","16871.217"],["7062.796","17021.015"],["7691.561","13337.833"],["5902.676","16263.073"],["13383.546","13353.489"],["13382.169","13363.785"],["8474.196","18223.685"],["13404.906","14100.183"],["5423.890","18018.201"],["7581.775","13627.380"],["16126.437","5746.103"],["8704.814","13732.174"],["11111.487","17190.180"],["10964.230","14366.837"],["13939.582","15760.324"],["10849.782","14549.556"],["8444.118","17905.017"],["15552.589","16777.721"],["8809.985","18045.258"],["8803.310","18048.327"],["13413.842","14098.915"],["11968.003","17118.014"],["11981.594","17055.296"],["8874.362","14014.981"],["8282.788","18145.970"],["15740.766","17450.197"],["11373.746","17432.125"],["8559.638","18757.304"],["8557.938","18758.669"],["7201.697","13276.400"],["8912.266","18480.316"],["8869.687","18508.320"],["11144.121","14329.815"],["8944.080","13753.684"],["8934.914","13785.616"],["8985.354","13792.006"],["10226.944","13807.069"],["6819.920","16686.645"],["6867.952","16583.590"],["14526.526","16467.165"],["14953.402","16693.450"],["12713.895","16755.095"],["12765.723","16665.996"],["8447.681","11966.538"],["11710.309","17287.833"],["15539.486","16772.339"],["7009.621","12843.150"],["6122.186","17523.701"],["12952.875","13221.015"],["9013.477","14031.708"],["11993.642","17243.430"],["10501.327","12973.878"],["12297.827","17284.013"],["8479.402","18225.151"],["5772.907","16679.579"],["8841.946","13076.673"],["8681.423","18215.544"],["6260.725","13929.780"],["6206.319","13164.283"],["11262.467","14235.010"],["14346.233","15907.824"],["14416.141","15862.618"],["8647.494","18296.366"],["6939.739","16577.632"],["14113.393","16162.239"],["4992.209","17340.317"],["11841.158","17302.366"]] \ No newline at end of file diff --git a/src/gathering/10408.json b/src/gathering/10408.json new file mode 100644 index 0000000..6d135d4 --- /dev/null +++ b/src/gathering/10408.json @@ -0,0 +1 @@ +[["13915.518","14516.631"],["13912.377","14517.002"],["13919.916","14512.557"],["13924.497","14519.580"],["14344.435","15958.790"],["14343.414","15961.576"],["8809.126","18445.647"],["14211.528","15861.096"],["14212.371","15863.704"],["9085.383","13960.500"],["9087.772","13958.929"],["9155.753","13831.105"],["9156.879","13828.637"],["9187.765","13838.393"],["9189.930","13837.562"],["4764.632","17394.949"],["4761.815","17391.966"],["4764.834","17392.117"],["4765.325","17389.423"],["4763.281","17395.037"],["11333.154","17376.721"],["11330.393","17375.275"],["7340.750","16017.157"],["13741.861","13873.587"],["13738.723","13873.226"],["13734.163","13881.078"],["14925.340","15734.400"],["14922.207","15734.286"],["8607.853","11738.247"],["8604.706","11737.890"],["6812.330","16276.236"],["5824.260","18297.708"],["5827.263","18296.549"],["13353.768","13594.960"],["13350.964","13594.050"],["13355.640","13587.382"],["9001.527","13770.342"],["9004.185","13770.455"],["14598.541","16210.667"],["14596.214","16209.216"],["14599.751","16218.624"],["8818.518","17961.758"],["8815.442","17961.098"],["6821.141","18231.987"],["13364.606","13357.807"],["13361.666","13356.628"],["13379.545","13363.000"],["13118.635","16243.010"],["8521.751","18263.872"],["8519.862","18270.776"],["14532.784","16464.379"],["8553.627","18170.238"],["8550.553","18169.492"],["8555.880","18175.771"],["7427.041","17774.979"],["16096.137","5716.838"],["16093.887","5715.470"],["8702.234","13725.311"],["8700.255","13723.621"],["8709.434","13782.227"],["8706.851","13780.915"],["15643.685","5288.570"],["6970.927","13093.190"],["6973.384","13092.690"],["6972.907","13092.923"],["6969.817","13096.219"],["6971.996","13104.109"],["6978.305","13096.598"],["6976.522","13091.062"],["6967.074","13091.725"],["12623.727","16050.733"],["12888.135","16642.305"],["12885.964","16640.488"],["10046.229","14871.458"],["7205.390","16892.318"],["7922.951","18051.998"],["7919.832","18051.474"],["13735.710","15642.062"],["13961.313","16249.921"],["8366.368","13658.040"],["14138.682","16077.537"],["14169.553","16031.861"],["14170.810","16034.439"],["12979.181","13558.337"],["5429.861","16630.404"],["6752.007","15603.318"],["10150.053","14499.120"],["6463.476","17592.012"],["7294.057","13358.625"],["11224.229","14294.924"],["11221.725","14293.171"],["11271.990","14315.298"],["8983.564","13788.239"],["8958.325","13740.051"],["6844.533","16772.346"],["6844.344","16770.882"],["6847.300","16773.756"],["7328.026","17239.238"],["14539.234","16461.613"],["14535.727","16464.972"],["9397.394","13853.830"],["12866.824","13878.307"],["12863.701","13878.243"],["12884.420","13887.806"],["12881.499","13886.581"],["7981.996","18161.111"],["9776.599","15712.023"],["9750.564","15547.499"],["11852.825","4428.450"],["7066.082","13577.112"],["5792.364","18870.971"],["5794.514","18869.221"],["5791.306","18869.074"],["12733.812","16448.200"],["12730.718","16448.687"],["5441.037","16490.445"],["2227.154","11351.644"],["2224.508","11350.536"],["7444.719","18561.015"],["7241.483","16279.794"],["7240.761","16279.181"],["7238.493","16281.041"],["12957.423","13218.564"],["13460.180","15283.596"],["13457.055","15283.889"],["7544.616","17681.809"],["9017.199","14037.083"],["9017.196","14034.156"],["9413.605","13852.153"],["13124.322","13333.134"],["13121.379","13332.191"],["6871.799","16451.703"],["8880.095","16821.476"],["6804.985","17373.562"],["8780.827","13163.982"],["8783.031","13165.984"],["8335.490","18219.405"],["7281.388","17945.068"],["6479.547","16298.995"],["6380.919","13982.240"],["6305.005","13037.380"],["6304.884","13034.328"],["14328.451","15879.564"],["14326.493","15881.640"],["13493.693","14116.574"],["13490.603","14116.142"],["13513.461","14116.666"],["8396.985","18492.692"],["8396.099","18492.615"],["8397.868","18487.233"],["8404.463","18487.033"],["8399.066","18495.898"],["8402.304","18501.959"],["8418.993","18518.949"],["8417.746","18523.232"],["8417.840","18525.151"],["8417.457","18524.034"],["8415.666","18520.139"],["8408.911","18520.436"],["8406.620","18514.426"],["8403.597","18537.103"],["8403.555","18539.190"],["8394.901","18524.196"],["8401.713","18525.399"],["8401.283","18524.311"],["8400.218","18524.726"],["8396.482","18509.884"],["8393.759","18497.306"],["8391.891","18495.709"],["8414.082","18517.222"],["8405.497","18522.398"],["8408.252","18517.094"],["8414.213","18529.544"],["8401.536","18487.626"],["14566.348","15763.537"],["14546.779","15812.831"],["14549.842","15813.107"],["14501.707","15921.191"],["14655.574","15878.035"],["14655.741","15880.994"],["7041.553","16650.830"],["7400.026","17470.717"],["14058.725","16235.461"],["14058.274","16238.368"],["4999.921","17301.430"],["8532.227","18265.982"],["8529.153","18265.320"]] \ No newline at end of file diff --git a/src/gathering/10409.json b/src/gathering/10409.json new file mode 100644 index 0000000..d296d7a --- /dev/null +++ b/src/gathering/10409.json @@ -0,0 +1 @@ +[["13833.968","14467.423"],["13837.639","14468.808"],["13910.494","14506.561"],["14344.649","15964.835"],["8863.274","18416.292"],["8600.372","18785.721"],["14289.894","15446.246"],["7363.072","12552.902"],["6076.205","17156.200"],["11104.209","14752.917"],["7159.862","13659.491"],["8212.513","13647.220"],["13270.412","12735.346"],["13049.016","13574.881"],["5787.659","18370.553"],["5938.652","18897.296"],["7783.143","13759.932"],["6786.150","13896.893"],["10410.335","14736.910"],["10345.873","14691.787"],["6969.065","14038.530"],["6908.830","17186.901"],["8544.741","18177.286"],["8633.294","16653.695"],["4793.299","17597.144"],["7200.201","16363.425"],["5829.998","18993.934"],["8685.052","18583.815"],["8680.743","18587.451"],["8656.279","17918.813"],["8650.477","13651.156"],["13289.841","13080.953"],["12616.429","16050.621"],["13851.407","15819.233"],["13700.141","15601.995"],["10888.537","14516.949"],["10764.041","14655.017"],["5267.181","18437.001"],["7010.225","13935.197"],["6658.560","16737.593"],["6968.104","16354.140"],["10996.115","14749.537"],["8249.432","13823.094"],["10806.628","14760.954"],["9756.798","15534.926"],["8552.122","18777.554"],["10833.143","14430.631"],["13078.345","14337.964"],["13052.677","14402.672"],["8906.476","18786.079"],["5167.180","17894.837"],["7469.517","13098.974"],["7736.782","18378.873"],["7745.381","18379.549"],["7748.254","18381.441"],["7744.358","18379.925"],["7726.573","18356.266"],["7750.722","18374.740"],["7753.551","18371.356"],["7740.996","18377.094"],["6421.209","16270.641"],["13535.277","13966.831"],["7077.503","16319.432"],["7060.529","13536.478"],["5145.833","17781.684"],["5196.917","17750.842"],["7441.074","18560.626"],["10974.322","14482.442"],["10626.970","12942.557"],["10750.256","17006.002"],["7952.949","19136.823"],["15691.992","17748.134"],["15691.940","17754.539"],["13129.444","13326.480"],["8800.655","16878.845"],["7803.224","13561.674"],["8787.254","13165.274"],["8721.613","13822.936"],["8672.383","18213.553"],["8688.405","18169.409"],["11196.194","14138.163"],["6329.587","13019.330"],["14531.445","15510.766"],["5477.536","18414.895"],["14557.736","15921.479"],["14035.447","16252.178"],["8840.643","12944.049"],["8832.065","12957.925"],["6563.437","13906.341"],["11445.336","14185.433"],["11462.029","14210.035"],["13694.019","13962.630"],["7724.622","18364.989"],["6365.483","12827.586"],["14700.604","15473.734"]] \ No newline at end of file diff --git a/src/gathering/10410.json b/src/gathering/10410.json new file mode 100644 index 0000000..2a57b9e --- /dev/null +++ b/src/gathering/10410.json @@ -0,0 +1 @@ +[["15775.825","17015.363"],["9925.121","15340.657"],["9887.782","15484.629"],["12178.510","16068.548"],["12179.418","16069.814"],["7126.973","13683.566"],["12506.892","16064.677"],["12504.488","16062.552"],["12513.310","16079.374"],["8200.510","13648.556"],["12715.679","13573.639"],["11894.589","13929.566"],["7322.754","16310.629"],["7317.985","16298.998"],["7322.892","16312.111"],["7315.891","16298.691"],["13739.943","13878.806"],["13144.465","13593.047"],["13033.996","13601.697"],["3585.614","8117.189"],["7790.698","13736.924"],["13365.306","13591.475"],["6056.889","18605.295"],["6056.825","18604.276"],["6055.333","18604.650"],["6056.383","18606.250"],["12684.772","13661.600"],["8249.648","12957.720"],["8816.877","17959.197"],["8806.842","18041.303"],["14921.938","15717.204"],["12433.168","13852.447"],["7198.416","16486.581"],["7196.858","16485.067"],["7196.093","16485.547"],["7200.098","16488.130"],["7114.571","13506.679"],["7138.133","13448.187"],["8598.722","17950.045"],["8593.651","17953.083"],["8648.919","17916.481"],["8647.234","13653.579"],["12208.084","13890.248"],["6495.555","15571.005"],["12618.509","16040.487"],["12605.983","16052.205"],["7189.187","16976.819"],["7187.067","16965.535"],["7191.800","16974.865"],["7186.143","16965.968"],["7191.294","16973.413"],["13686.675","15593.988"],["13685.543","15597.835"],["13701.100","15547.988"],["4816.166","17474.603"],["4814.215","17476.320"],["4817.024","17476.566"],["6976.309","12736.037"],["8768.952","13303.146"],["8373.176","13678.384"],["12108.263","13803.956"],["8462.716","17939.931"],["8469.563","17945.235"],["8443.322","17896.689"],["8440.328","17894.928"],["8030.352","13773.253"],["7006.674","13951.198"],["13409.338","14100.238"],["10782.330","16974.672"],["10779.565","16981.603"],["4870.596","17402.841"],["4870.537","17401.370"],["5415.582","16659.513"],["7515.450","12861.477"],["6608.340","15856.805"],["15740.949","17440.599"],["8257.034","13833.076"],["12600.216","14056.141"],["7145.402","15904.067"],["7145.044","15903.244"],["7142.598","15903.330"],["7145.991","15902.860"],["8932.612","18530.033"],["6667.314","18123.968"],["13528.775","13966.051"],["7059.745","13541.901"],["11707.051","14015.473"],["9968.410","14766.866"],["9927.986","14856.231"],["5447.765","16497.587"],["5451.430","16500.015"],["5451.046","16498.572"],["7434.681","18556.704"],["5710.352","16384.241"],["5713.338","16387.801"],["5712.305","16385.637"],["7237.579","16323.258"],["8908.666","13344.638"],["12871.416","13707.044"],["7789.982","13543.618"],["6418.124","12791.208"],["6607.108","17269.219"],["8741.722","18201.645"],["8738.826","18197.078"],["8738.504","18198.713"],["14263.500","15851.971"],["13504.792","14107.678"],["8412.322","18523.518"],["8400.191","18539.668"],["8396.497","18486.374"],["8396.941","18515.922"],["8402.814","18525.821"],["8411.775","18525.562"],["8410.233","18518.930"],["8411.715","18536.419"],["8404.284","18534.693"],["8403.312","18535.626"],["8402.906","18538.430"],["8395.152","18533.062"],["8393.157","18524.384"],["8394.986","18523.140"],["8385.993","18522.681"],["8397.975","18539.401"],["8401.297","18492.363"],["8395.045","18484.007"],["8398.231","18517.131"],["14052.058","15318.545"],["6561.844","13913.604"],["13697.006","13955.421"],["8763.717","18387.802"],["11824.024","14803.625"],["11815.864","14799.192"],["10024.313","14542.682"],["9945.208","14538.787"],["5005.013","17322.627"],["5005.793","17321.455"],["5006.686","17321.335"]] \ No newline at end of file diff --git a/src/gathering/10412.json b/src/gathering/10412.json new file mode 100644 index 0000000..4920a5d --- /dev/null +++ b/src/gathering/10412.json @@ -0,0 +1 @@ +[["8783.963","16742.032"],["13837.308","14465.488"],["13836.315","14463.962"],["13831.581","14463.833"],["8948.171","14139.049"],["8876.441","18417.891"],["8867.078","18415.710"],["8865.709","18414.463"],["14246.114","15874.261"],["15777.304","17010.032"],["15778.679","17011.207"],["14347.275","15355.840"],["14346.151","15357.191"],["6098.130","17121.651"],["13837.797","15302.080"],["5267.792","18303.339"],["5279.649","18302.133"],["5770.896","17996.305"],["5725.632","18028.008"],["7164.601","13661.655"],["7164.732","13659.924"],["8202.578","13651.198"],["8203.120","13649.448"],["9390.361","9322.649"],["7108.282","16703.476"],["10254.925","14597.180"],["6216.147","16430.147"],["12900.969","12849.211"],["12900.057","12847.609"],["7786.890","13743.955"],["9057.151","13755.946"],["9066.696","13748.560"],["6777.786","13896.318"],["6949.649","16903.701"],["6946.705","16909.993"],["6939.281","16908.462"],["6757.196","15721.399"],["6869.704","15822.960"],["6775.802","16053.944"],["13951.477","13583.272"],["13950.953","13581.649"],["5853.959","17880.396"],["5851.565","17880.173"],["5850.713","17876.207"],["13380.072","13372.736"],["13378.619","13371.596"],["10007.737","16309.173"],["10006.163","16308.195"],["6338.959","18865.541"],["7224.078","13577.628"],["7108.216","13508.274"],["8655.500","18677.394"],["8654.112","18676.165"],["8659.537","18672.750"],["8684.990","18588.051"],["14660.528","17164.723"],["14661.937","17165.912"],["7548.821","16006.135"],["8655.653","17916.383"],["8644.898","13650.245"],["8645.245","13648.654"],["7382.088","12469.566"],["6591.704","12906.798"],["6589.887","12907.050"],["6542.724","16002.342"],["6376.720","19232.398"],["6928.620","18249.940"],["8182.062","13426.018"],["7742.439","13646.232"],["6609.123","15624.905"],["12622.474","16047.855"],["12616.951","16040.085"],["13938.318","15750.959"],["8665.846","13478.657"],["8667.600","13478.862"],["7097.981","17784.021"],["9688.894","15434.063"],["8029.048","13781.916"],["8027.666","13780.677"],["15543.292","16775.667"],["15544.595","16776.990"],["7020.534","13866.350"],["7404.933","16407.964"],["13418.387","14107.856"],["13416.806","14107.095"],["13422.450","14107.248"],["13421.237","14105.989"],["12974.485","13574.786"],["4945.374","17339.754"],["4946.650","17347.086"],["13819.665","15401.325"],["7560.136","16198.407"],["6521.819","15915.131"],["6521.510","15916.055"],["6522.384","15917.557"],["6583.676","15904.171"],["8259.906","13831.949"],["8261.049","13833.198"],["15198.714","16949.651"],["8561.498","18759.626"],["8931.581","18525.354"],["8930.933","18534.467"],["8929.423","18533.444"],["13579.939","15885.592"],["14307.852","15297.296"],["8903.854","18785.479"],["5189.303","17854.426"],["5184.828","17854.082"],["7800.025","19071.684"],["9674.426","15635.598"],["6348.719","17405.483"],["13533.779","13970.687"],["8035.848","12735.664"],["8034.121","12735.817"],["9943.557","14722.837"],["7667.476","18970.318"],["8914.768","13366.788"],["14171.939","14474.667"],["14170.525","14473.491"],["6565.494","16429.597"],["7747.097","13509.182"],["4958.532","17685.912"],["8687.444","18164.594"],["8684.112","18164.149"],["8682.550","18163.159"],["7942.439","18056.742"],["7940.975","18055.604"],["7938.514","18057.434"],["5619.615","17091.737"],["6778.046","16841.643"],["6146.884","13750.213"],["7706.151","19046.844"],["14410.731","15861.819"],["14409.166","15862.718"],["7675.269","13454.386"],["13501.279","14106.166"],["13502.804","14111.061"],["13501.232","14110.433"],["8392.301","18494.928"],["8394.858","18493.105"],["8391.995","18494.516"],["8383.369","18499.930"],["8388.149","18477.646"],["8388.055","18476.489"],["8408.393","18490.734"],["8401.101","18498.163"],["8389.290","18523.152"],["8460.739","18495.928"],["14562.695","15842.103"],["10846.278","17105.070"],["11816.741","14801.298"],["10087.606","16385.729"],["10086.272","16384.746"],["9294.346","14076.872"]] \ No newline at end of file diff --git a/src/gathering/10413.json b/src/gathering/10413.json new file mode 100644 index 0000000..9908a42 --- /dev/null +++ b/src/gathering/10413.json @@ -0,0 +1 @@ +[["13906.418","14507.128"],["7695.482","12384.873"],["14285.421","15446.374"],["14284.936","15444.045"],["6074.096","14014.391"],["6075.677","14016.167"],["9962.273","15961.245"],["16397.592","17228.412"],["16397.358","17226.053"],["8036.032","13295.861"],["13955.143","15347.913"],["13988.803","15340.599"],["13987.648","15338.521"],["7265.847","15865.809"],["5447.109","17235.720"],["7247.105","17020.865"],["13154.710","13586.513"],["13154.722","13584.135"],["13041.825","13599.883"],["13041.390","13597.545"],["13046.102","13597.654"],["13151.277","13579.057"],["3575.042","8119.145"],["3575.036","8116.769"],["13367.641","13596.518"],["6724.167","13938.210"],["6736.141","13938.274"],["6563.324","16219.683"],["6562.322","16220.574"],["6564.442","16223.367"],["9620.190","15222.638"],["8256.534","12958.666"],["8254.711","12957.153"],["7092.618","17175.687"],["7091.775","17178.166"],["7093.186","17174.475"],["7708.809","13363.370"],["14223.960","15262.446"],["14224.045","15260.627"],["7588.116","13643.071"],["7095.955","17175.897"],["5719.767","16786.467"],["6998.032","18154.860"],["6477.570","15509.058"],["7423.185","16646.516"],["7422.340","16643.454"],["7425.148","16644.287"],["12621.551","16049.193"],["5113.773","16508.706"],["5119.974","16509.139"],["7959.543","12083.161"],["7960.855","12085.145"],["6960.953","12735.499"],["6958.594","12735.649"],["8663.056","13344.489"],["8661.858","13342.440"],["6104.506","16223.953"],["6107.900","16222.995"],["6100.147","16221.451"],["5905.053","17299.410"],["7473.686","16478.336"],["8854.749","14025.979"],["10775.278","16981.782"],["13822.032","15379.612"],["5721.780","17674.067"],["6635.642","15775.590"],["6637.603","15774.083"],["5355.818","15905.240"],["7144.312","15902.122"],["7142.982","15902.068"],["7146.275","15907.464"],["7145.303","15906.136"],["7145.286","15910.901"],["7142.029","15907.472"],["10669.471","16002.842"],["6784.235","16661.102"],["7809.488","19082.312"],["7584.313","15933.332"],["7585.675","15930.085"],["7583.110","15931.674"],["6335.971","18412.342"],["6389.119","17379.973"],["13525.756","13971.647"],["13526.205","13969.312"],["6899.283","16189.160"],["6894.588","16187.216"],["7060.244","13567.275"],["8450.599","11970.446"],["8448.643","11971.784"],["6582.856","18269.385"],["11021.255","14505.817"],["11021.517","14508.178"],["7292.013","16178.427"],["5868.037","18175.288"],["7936.586","19127.455"],["7939.736","19126.713"],["7942.062","19127.334"],["7947.851","19132.590"],["7939.177","19130.395"],["7945.796","19132.570"],["8174.894","19061.725"],["8208.694","19029.779"],["8180.136","19072.731"],["7548.027","12280.631"],["7546.525","12282.469"],["5424.248","17710.072"],["9589.884","15380.725"],["7489.734","17491.422"],["6664.919","16230.399"],["6669.470","16227.453"],["6658.155","16271.003"],["6657.832","16270.256"],["6667.801","16226.171"],["7056.905","17441.332"],["14272.909","15902.437"],["14271.272","15900.714"],["7690.807","13462.807"],["14168.359","15323.005"],["8041.643","13141.669"],["8042.858","13140.631"],["8041.343","13138.178"],["8030.464","13156.828"],["8036.725","13137.013"],["13689.079","13963.948"],["7068.851","16761.086"],["7068.488","16762.024"],["7065.575","16762.166"],["15698.965","5133.492"],["11826.031","14805.622"],["14111.128","16163.987"],["9371.031","14216.015"],["5107.933","17376.524"],["5111.664","17377.205"],["5108.778","17378.394"],["5111.052","17373.701"]] \ No newline at end of file diff --git a/src/gathering/10414.json b/src/gathering/10414.json new file mode 100644 index 0000000..ec6be20 --- /dev/null +++ b/src/gathering/10414.json @@ -0,0 +1 @@ +[["5462.595","17418.627"],["5463.890","17423.458"],["6502.838","16113.902"],["14323.804","15445.369"],["12176.011","16064.913"],["6218.444","17119.289"],["6222.113","17117.321"],["6217.328","17120.181"],["6224.224","17116.669"],["6216.368","17120.808"],["6976.190","16015.750"],["13831.625","15344.982"],["13831.829","15340.818"],["13303.545","12935.503"],["13301.325","12932.613"],["13306.402","12939.534"],["11585.192","9379.626"],["11584.063","9382.065"],["7313.109","16303.769"],["7314.259","16304.987"],["7318.046","16304.734"],["7310.864","16303.573"],["8401.153","19277.077"],["8421.931","19274.490"],["14945.859","15807.630"],["14522.926","15482.587"],["7351.449","16903.202"],["6962.651","16817.848"],["6195.086","18370.197"],["14476.835","15356.187"],["14915.482","15714.557"],["14925.374","15715.414"],["14923.034","15712.621"],["13399.813","14098.336"],["13396.755","14100.244"],["13409.013","14094.091"],["6070.581","18121.701"],["7596.359","13636.134"],["7187.470","16493.056"],["8666.876","18645.065"],["7527.496","16087.275"],["6644.443","15983.758"],["6580.697","16781.028"],["6579.784","16783.844"],["12606.534","16053.450"],["12614.034","16056.367"],["7132.040","16787.942"],["7131.240","16789.004"],["7132.590","16789.073"],["7132.732","16784.695"],["7132.556","16783.935"],["8676.276","19118.297"],["7042.367","17908.922"],["8820.358","14435.833"],["6659.451","17661.473"],["7026.420","15730.380"],["7074.802","15919.235"],["6143.519","16227.670"],["6094.958","16288.855"],["6722.827","15636.349"],["6753.208","15577.061"],["6542.935","15850.868"],["6608.171","15898.756"],["5166.162","16231.295"],["5164.101","16227.712"],["5161.457","16231.661"],["7741.754","11983.077"],["7741.653","11986.720"],["6683.032","15872.472"],["15192.646","16948.576"],["7135.192","15907.615"],["7134.172","15902.032"],["7135.289","15908.738"],["7137.551","15910.846"],["7135.611","15905.297"],["6880.704","16650.587"],["6877.084","16652.358"],["7727.780","18353.494"],["7732.811","18368.080"],["7728.538","18360.538"],["7746.248","18350.442"],["7747.482","18353.381"],["7737.897","18355.348"],["7729.783","18353.556"],["7744.157","18350.611"],["7734.912","18368.653"],["7748.724","18354.291"],["7747.152","18355.701"],["7740.858","18355.223"],["7751.860","18356.308"],["7743.797","18355.730"],["7746.617","18345.770"],["7743.565","18371.914"],["7737.465","18368.471"],["7758.131","18350.807"],["7756.603","18362.161"],["8167.350","19197.839"],["8221.465","19308.294"],["9673.730","15622.418"],["5964.241","17593.478"],["5963.053","17595.039"],["5964.485","17598.864"],["7035.146","16197.636"],["7036.171","16195.409"],["6851.483","17059.507"],["6171.487","17264.661"],["7172.637","16265.466"],["6442.674","18476.115"],["9555.197","13908.260"],["9550.102","13902.447"],["6944.941","17208.664"],["6948.556","17207.297"],["6951.761","17214.121"],["8410.890","18213.485"],["7795.022","12630.635"],["5560.916","17726.461"],["6493.303","16376.443"],["6492.523","16373.978"],["6563.823","16491.060"],["6710.624","16359.054"],["6716.873","17316.227"],["6714.616","17308.938"],["6714.523","17317.715"],["6770.820","17280.952"],["6715.506","17313.971"],["9567.202","15444.116"],["14816.439","16301.222"],["14819.114","16303.615"],["8520.376","13110.851"],["8848.350","12973.351"],["8847.221","12975.790"],["6273.115","13942.022"],["6259.297","13940.101"],["6607.753","17051.609"],["6914.101","17430.547"],["7499.425","12330.009"],["7498.060","12333.304"],["14587.442","15897.700"],["14586.283","15901.116"],["14541.941","15741.571"],["13777.288","15782.868"],["13774.966","15778.396"],["8843.873","12954.257"],["8853.011","12952.721"],["8854.921","12965.497"],["8842.804","12949.418"],["8843.058","12946.413"],["8840.995","12952.971"],["8850.219","12951.988"],["8853.895","12968.952"],["6984.429","12824.476"],["6981.057","12825.611"],["14127.891","15300.150"],["14125.646","15297.276"],["13694.282","13959.608"],["13691.171","13957.749"],["13701.117","13960.430"],["6883.532","16647.998"],["7716.039","18355.404"],["7710.684","18354.092"],["7702.827","18351.411"],["7719.695","18359.192"],["7712.190","18352.181"],["7709.642","18352.419"],["7711.560","18353.356"],["7702.556","18352.765"],["7699.770","18353.395"],["7715.025","18352.342"],["7719.648","18356.450"],["14355.731","15593.688"],["14352.929","15595.870"],["6739.679","18437.074"]] \ No newline at end of file diff --git a/src/gathering/10416.json b/src/gathering/10416.json new file mode 100644 index 0000000..17a0a4f --- /dev/null +++ b/src/gathering/10416.json @@ -0,0 +1 @@ +[["9048.391","14731.765"],["9049.948","14735.871"],["9043.947","14737.506"],["9042.147","14737.709"],["9036.493","14754.185"],["9024.463","14774.035"],["9030.439","14759.974"],["9011.063","14764.295"],["9002.767","14742.113"],["9007.580","14735.178"],["9001.092","14734.284"],["8996.438","14739.837"],["8991.932","14727.841"],["8992.874","14727.270"],["8989.965","14701.110"],["8989.713","14707.288"],["8988.473","14692.243"],["8991.661","14694.353"],["9017.350","14697.312"],["9019.155","14697.516"],["8991.435","14712.471"],["8993.491","14711.861"],["9024.177","14760.907"],["9036.654","14738.953"],["9049.477","14732.741"],["9047.252","14730.160"],["9047.972","14731.606"],["9047.363","14735.997"],["9048.284","14736.288"],["9049.376","14735.762"],["9043.655","14735.572"],["9043.541","14737.103"],["9041.652","14738.011"],["9041.988","14736.908"],["9041.765","14738.170"],["9038.092","14754.791"],["9038.385","14757.135"],["9038.618","14755.892"],["9010.243","14764.344"],["9023.689","14773.358"],["9024.874","14769.956"],["9030.034","14760.507"],["9023.396","14754.319"],["9030.679","14761.933"],["9011.007","14762.054"],["9011.856","14764.960"],["9012.276","14765.827"],["9003.478","14739.040"],["9001.917","14742.360"],["9003.588","14741.053"],["9007.897","14733.981"],["9008.175","14733.937"],["9007.571","14736.842"],["9000.852","14739.005"],["8999.956","14735.361"],["8997.158","14740.448"],["8993.930","14740.520"],["8993.068","14740.535"],["8994.258","14739.299"],["8993.180","14727.205"],["8993.567","14727.278"],["8991.008","14725.654"],["8992.362","14728.981"],["8991.516","14729.744"],["8993.360","14729.748"],["8991.348","14700.062"],["8990.807","14700.016"],["8992.184","14701.424"],["8990.452","14706.845"],["8990.336","14704.879"],["8990.573","14691.972"],["8990.177","14691.650"],["8991.492","14691.727"],["8991.987","14694.224"],["8990.474","14693.549"],["8990.902","14693.634"],["8993.261","14691.938"],["8993.444","14690.037"],["9018.222","14696.131"],["9015.592","14698.497"],["9017.319","14698.104"],["9020.605","14699.513"],["9017.957","14698.939"],["9019.551","14697.861"],["8995.991","14714.774"],["9020.120","14754.607"],["9021.113","14755.008"],["9019.884","14754.295"],["9037.675","14736.995"],["9034.450","14735.407"],["9037.238","14735.752"],["9181.242","14647.979"],["9182.791","14655.117"],["9180.375","14658.416"],["9176.487","14655.192"],["9100.013","14649.323"],["9032.067","14464.275"],["9030.682","14467.125"],["9036.591","14471.179"],["9052.105","14451.550"],["9030.130","14460.881"],["9052.678","14450.691"],["9046.170","14476.066"],["9044.876","14473.653"],["9100.728","14659.992"],["9089.169","14646.504"],["9087.319","14647.091"],["9103.937","14618.847"],["9106.728","14621.291"],["9058.458","14634.330"],["9059.830","14631.028"],["9057.872","14659.539"],["9123.238","14595.157"],["9136.475","14595.711"],["9138.984","14596.114"],["9162.889","14547.545"],["9189.404","14527.761"],["9190.085","14528.322"],["9189.549","14525.504"],["9187.265","14530.146"],["9189.534","14529.281"],["9189.727","14528.855"],["9188.219","14530.085"],["9179.823","14648.985"],["9180.543","14647.942"],["9181.194","14649.616"],["9181.284","14656.383"],["9180.443","14656.914"],["9181.095","14656.646"],["9182.086","14659.794"],["9182.006","14657.390"],["9183.151","14658.656"],["9177.843","14653.203"],["9176.336","14653.041"],["9174.833","14653.204"],["9098.639","14650.270"],["9093.099","14643.772"],["9093.263","14650.995"],["9030.319","14464.392"],["9032.429","14464.433"],["9033.862","14462.821"],["9032.038","14466.678"],["9031.313","14465.031"],["9032.418","14467.019"],["9036.127","14469.817"],["9034.774","14470.760"],["9035.069","14471.400"],["9052.171","14452.282"],["9051.618","14451.524"],["9029.466","14461.328"],["9030.214","14460.629"],["9055.265","14450.032"],["9044.340","14477.090"],["9046.655","14473.153"],["9042.641","14474.477"],["9043.152","14473.537"],["9044.339","14473.309"],["9045.584","14476.734"],["9099.824","14660.481"],["9102.143","14660.574"],["9091.946","14645.470"],["9090.597","14645.473"],["9088.573","14649.593"],["9090.437","14650.253"],["9089.777","14648.066"],["9101.773","14621.838"],["9101.980","14620.464"],["9102.522","14620.148"],["9105.250","14621.739"],["9104.202","14621.950"],["9106.828","14622.262"],["9057.176","14634.118"],["9058.045","14632.718"],["9057.411","14633.247"],["9059.039","14633.658"],["9060.563","14630.008"],["9059.416","14631.030"],["9058.208","14660.296"],["9125.071","14598.393"],["9120.459","14596.120"],["9124.592","14598.915"],["9137.971","14597.126"],["9138.911","14591.920"],["9136.397","14591.599"],["9139.093","14595.293"],["9139.016","14594.020"],["9138.575","14591.294"],["9162.123","14545.832"],["9162.015","14544.277"],["9163.021","14547.044"],["9189.498","14528.007"],["9190.177","14527.182"],["9189.509","14527.842"],["9189.630","14528.389"],["9188.651","14525.857"],["9187.709","14527.661"],["9189.070","14526.997"],["13836.079","15304.749"],["13838.115","15305.709"],["8875.532","14662.665"],["8876.729","14664.007"],["8888.060","14674.444"],["8888.295","14684.257"],["8886.412","14687.481"],["8782.732","14664.241"],["8803.636","14663.327"],["8806.281","14667.600"],["8781.546","14667.594"],["8867.819","14743.358"],["8918.184","14774.496"],["8912.103","14773.694"],["8915.418","14764.212"],["8911.666","14760.405"],["8918.244","14759.621"],["8920.817","14771.224"],["8986.635","14779.574"],["8986.233","14770.009"],["8981.780","14771.256"],["8969.376","14693.172"],["8968.373","14684.548"],["8941.546","14698.423"],["8935.531","14698.730"],["8939.101","14699.248"],["8934.902","14698.692"],["8937.089","14706.876"],["8932.380","14709.852"],["8932.341","14713.638"],["8928.063","14716.326"],["8920.591","14733.319"],["8924.799","14738.820"],["8924.360","14740.640"],["8918.203","14752.383"],["8916.026","14745.881"],["8921.140","14734.207"],["8915.116","14722.986"],["8915.353","14718.744"],["8874.545","14738.697"],["8881.685","14759.211"],["8882.330","14762.894"],["8918.733","14714.275"],["8927.572","14702.199"],["8937.853","14666.507"],["8938.512","14664.135"],["8872.846","14662.273"],["8874.260","14662.138"],["8878.806","14663.180"],["8876.988","14662.421"],["8876.884","14663.898"],["8887.095","14675.123"],["8889.269","14674.461"],["8887.856","14674.440"],["8888.325","14682.016"],["8888.930","14683.353"],["8885.200","14683.201"],["8886.445","14688.042"],["8887.428","14687.518"],["8886.784","14688.864"],["8783.690","14665.587"],["8783.432","14665.947"],["8782.573","14664.577"],["8802.483","14661.630"],["8802.538","14663.016"],["8803.902","14663.435"],["8803.367","14664.449"],["8803.651","14666.689"],["8806.372","14665.535"],["8778.793","14666.649"],["8778.633","14664.595"],["8779.709","14663.870"],["8867.734","14742.681"],["8867.777","14746.434"],["8868.001","14745.314"],["8914.651","14771.515"],["8917.135","14777.080"],["8912.360","14772.969"],["8914.093","14775.027"],["8913.800","14773.684"],["8913.125","14764.217"],["8913.388","14765.625"],["8913.133","14764.996"],["8913.262","14761.872"],["8912.726","14760.743"],["8913.779","14763.361"],["8919.300","14760.625"],["8916.017","14759.796"],["8916.247","14759.313"],["8925.089","14774.847"],["8924.076","14772.587"],["8921.611","14773.501"],["8921.400","14774.138"],["8921.544","14773.004"],["8986.336","14775.731"],["8986.815","14780.275"],["8985.110","14776.649"],["8985.801","14771.953"],["8984.802","14769.963"],["8985.643","14771.136"],["8982.597","14771.181"],["8983.661","14771.492"],["8983.411","14770.275"],["8969.479","14692.450"],["8967.960","14692.739"],["8968.486","14693.869"],["8969.700","14686.925"],["8968.324","14685.695"],["8969.818","14686.274"],["8936.997","14696.298"],["8937.517","14697.716"],["8941.675","14699.554"],["8939.986","14699.950"],["8940.446","14698.269"],["8940.849","14699.978"],["8937.497","14699.883"],["8939.121","14700.293"],["8939.389","14702.398"],["8935.360","14704.173"],["8934.675","14705.013"],["8937.473","14705.710"],["8931.571","14707.638"],["8929.284","14710.222"],["8933.111","14708.345"],["8932.363","14711.459"],["8932.052","14710.646"],["8930.044","14712.981"],["8929.272","14717.142"],["8926.426","14717.608"],["8923.983","14717.563"],["8918.021","14733.880"],["8920.983","14731.535"],["8923.049","14732.236"],["8927.779","14738.752"],["8928.933","14738.071"],["8927.340","14740.194"],["8925.489","14741.159"],["8923.249","14739.747"],["8927.959","14742.598"],["8921.255","14746.908"],["8919.667","14747.687"],["8914.707","14748.905"],["8916.650","14749.258"],["8916.031","14749.183"],["8918.000","14748.882"],["8914.664","14744.388"],["8920.279","14748.169"],["8925.773","14734.108"],["8926.238","14733.173"],["8925.019","14734.112"],["8915.743","14724.008"],["8916.898","14722.849"],["8915.117","14721.039"],["8913.398","14722.664"],["8915.585","14721.736"],["8872.201","14738.452"],["8872.972","14737.540"],["8875.161","14739.396"],["8879.613","14759.538"],["8881.024","14757.919"],["8880.421","14762.011"],["8880.560","14759.966"],["8878.303","14758.747"],["8917.916","14712.431"],["8915.263","14714.372"],["8916.588","14714.107"],["8925.526","14703.376"],["8927.875","14703.829"],["8928.702","14703.072"],["8937.387","14664.438"],["8937.267","14665.064"],["8938.912","14667.788"],["8932.370","14661.955"],["8942.237","14662.104"],["8940.599","14662.136"],["8980.782","14706.603"],["8985.096","14711.217"],["8987.128","14710.809"],["8980.598","14710.063"],["8984.264","14709.558"],["8958.796","14490.050"],["8963.044","14495.890"],["8960.854","14495.635"],["8952.314","14478.800"],["8940.673","14477.395"],["8938.452","14480.421"],["8983.785","14468.137"],["8977.146","14467.595"],["8976.973","14467.205"],["8984.236","14459.828"],["8983.642","14464.559"],["8921.892","14450.033"],["8937.165","14476.991"],["8939.946","14477.207"],["8920.956","14473.559"],["8880.865","14489.489"],["8880.760","14491.807"],["8839.670","14514.001"],["8855.408","14527.154"],["8851.416","14520.885"],["8881.541","14535.271"],["8878.880","14540.067"],["8872.157","14550.955"],["8869.687","14550.944"],["8867.527","14554.535"],["8869.012","14545.803"],["8872.961","14549.357"],["8887.609","14569.872"],["8890.345","14570.224"],["8878.197","14607.068"],["8879.881","14607.093"],["8880.672","14608.760"],["8882.448","14616.371"],["8888.744","14630.439"],["8867.764","14645.833"],["8869.337","14649.594"],["8801.900","14659.351"],["8786.107","14632.745"],["8791.534","14616.172"],["8792.965","14618.890"],["8808.048","14614.754"],["8803.769","14618.886"],["8807.630","14615.868"],["8807.074","14617.342"],["8805.320","14619.073"],["8808.013","14617.808"],["8803.998","14619.216"],["8806.768","14616.969"],["8806.036","14615.997"],["8807.062","14617.468"],["8805.785","14621.772"],["8805.705","14621.854"],["8805.609","14620.405"],["8805.631","14622.803"],["8804.601","14621.414"],["8806.968","14621.876"],["8805.661","14621.037"],["8805.976","14614.856"],["8803.529","14613.928"],["8805.049","14613.108"],["8803.131","14615.617"],["8803.936","14614.572"],["8804.420","14612.068"],["8805.139","14612.563"],["8781.515","14599.876"],["8784.051","14597.810"],["8784.357","14599.419"],["8783.065","14596.002"],["8784.161","14597.319"],["8781.947","14599.711"],["8783.504","14600.254"],["8784.463","14587.336"],["8808.864","14572.114"],["8804.868","14563.271"],["8803.538","14561.006"],["8784.150","14495.548"],["8811.021","14539.844"],["8810.707","14526.906"],["8833.841","14525.806"],["8860.102","14550.409"],["8868.874","14651.493"],["8883.044","14631.095"],["8887.510","14574.791"],["8933.347","14659.984"],["8970.034","14649.359"],["8975.504","14648.741"],["8968.873","14498.680"],["8971.485","14505.902"],["8970.283","14511.604"],["8972.765","14508.193"],["8970.718","14509.234"],["8972.871","14508.803"],["8975.097","14512.530"],["8975.591","14512.802"],["8977.061","14512.724"],["8957.439","14489.795"],["8959.971","14492.425"],["8959.923","14491.422"],["8962.577","14496.822"],["8961.447","14496.792"],["8961.268","14493.343"],["8960.261","14494.538"],["8959.616","14493.602"],["8952.217","14477.047"],["8955.837","14478.055"],["8952.041","14476.876"],["8940.018","14478.091"],["8939.129","14477.831"],["8938.159","14477.454"],["8940.584","14477.306"],["8936.446","14480.954"],["8937.888","14480.711"],["8937.915","14480.058"],["8985.022","14471.467"],["8985.088","14470.083"],["8983.757","14471.022"],["8979.591","14469.538"],["8978.131","14468.390"],["8979.388","14466.896"],["8975.263","14464.749"],["8975.981","14467.450"],["8974.967","14465.980"],["8976.269","14466.932"],["8983.331","14460.841"],["8984.403","14460.100"],["8984.874","14461.987"],["8984.775","14460.149"],["8984.706","14460.860"],["8983.945","14463.084"],["8983.070","14463.586"],["8982.850","14463.144"],["8923.489","14453.129"],["8921.348","14451.004"],["8937.676","14476.441"],["8935.968","14474.721"],["8935.086","14476.790"],["8936.717","14480.019"],["8935.691","14473.491"],["8939.180","14474.007"],["8937.438","14472.551"],["8918.920","14476.217"],["8920.414","14475.404"],["8918.362","14474.352"],["8882.583","14491.122"],["8881.796","14490.796"],["8882.515","14489.816"],["8881.835","14492.260"],["8881.591","14493.645"],["8881.429","14493.649"],["8842.117","14516.980"],["8839.961","14515.124"],["8838.935","14516.750"],["8855.103","14525.811"],["8854.743","14527.964"],["8852.771","14525.550"],["8849.772","14524.302"],["8850.502","14524.234"],["8851.394","14524.915"],["8853.134","14520.972"],["8850.804","14521.874"],["8851.747","14522.315"],["8882.123","14536.807"],["8882.680","14536.969"],["8882.277","14537.321"],["8879.987","14543.038"],["8877.449","14543.486"],["8877.651","14540.411"],["8872.490","14551.536"],["8869.120","14551.006"],["8869.312","14549.821"],["8866.669","14551.198"],["8868.394","14552.176"],["8869.198","14553.510"],["8868.594","14553.305"],["8872.860","14550.207"],["8872.703","14549.156"],["8871.656","14545.466"],["8872.500","14547.627"],["8871.898","14547.632"],["8892.808","14569.498"],["8889.240","14567.467"],["8888.118","14569.791"],["8888.979","14568.757"],["8890.081","14567.705"],["8891.277","14567.616"],["8889.877","14568.968"],["8879.882","14605.672"],["8878.992","14605.032"],["8878.361","14605.669"],["8877.526","14607.596"],["8880.878","14607.257"],["8880.127","14607.293"],["8880.206","14607.355"],["8880.600","14608.733"],["8874.382","14608.270"],["8876.342","14607.854"],["8875.102","14610.531"],["8880.155","14617.455"],["8882.699","14614.695"],["8882.418","14615.808"],["8893.349","14629.970"],["8892.771","14629.911"],["8892.183","14631.414"],["8869.486","14648.939"],["8870.166","14649.672"],["8873.008","14660.714"],["8805.614","14660.904"],["8801.248","14660.652"],["8785.095","14635.234"],["8783.144","14633.454"],["8782.797","14636.454"],["8789.122","14615.244"],["8791.791","14617.326"],["8791.683","14620.929"],["8791.630","14618.402"],["8804.160","14619.135"],["8804.298","14618.519"],["8808.667","14618.046"],["8805.566","14615.699"],["8804.651","14616.956"],["8805.736","14617.584"],["8805.970","14618.218"],["8805.857","14617.783"],["8806.891","14618.585"],["8805.178","14618.331"],["8804.132","14617.557"],["8804.684","14619.408"],["8805.615","14620.777"],["8805.810","14620.583"],["8807.520","14622.057"],["8804.179","14620.822"],["8807.930","14621.262"],["8807.516","14619.853"],["8807.879","14621.128"],["8806.088","14611.907"],["8805.392","14614.480"],["8804.579","14614.352"],["8804.607","14612.630"],["8804.422","14615.431"],["8805.468","14613.913"],["8805.656","14613.013"],["8782.992","14600.096"],["8783.020","14599.473"],["8784.016","14600.056"],["8784.377","14598.381"],["8783.874","14598.008"],["8784.022","14596.459"],["8784.464","14597.663"],["8783.179","14586.100"],["8784.719","14587.363"],["8783.582","14587.411"],["8811.497","14572.088"],["8810.880","14572.605"],["8808.650","14573.244"],["8804.383","14562.396"],["8804.066","14563.920"],["8803.619","14563.329"],["8803.397","14560.292"],["8803.021","14561.923"],["8801.380","14562.504"],["8784.563","14492.754"],["8786.342","14494.457"],["8784.632","14492.922"],["8810.179","14540.316"],["8812.323","14539.985"],["8812.404","14541.256"],["8810.820","14527.177"],["8810.405","14526.839"],["8811.548","14527.288"],["8833.774","14529.265"],["8833.153","14525.910"],["8866.662","14654.220"],["8868.356","14654.053"],["8867.063","14653.967"],["8869.955","14652.156"],["8869.563","14652.347"],["8871.505","14654.081"],["8884.058","14631.858"],["8883.894","14632.372"],["8884.281","14631.736"],["8886.483","14574.464"],["8886.430","14571.653"],["8886.250","14573.439"],["8935.771","14660.531"],["8932.211","14658.943"],["8941.143","14660.889"],["8970.832","14649.679"],["8969.840","14648.463"],["8969.248","14649.491"],["8975.259","14648.119"],["8973.381","14648.148"],["8974.395","14649.915"],["8972.214","14499.789"],["8972.447","14501.502"],["8968.607","14497.994"],["8972.353","14508.760"],["8971.017","14509.984"],["8971.630","14509.103"],["8975.131","14510.775"],["8975.416","14510.688"],["8974.140","14505.532"],["8971.330","14505.218"],["8981.465","14510.708"],["8980.865","14513.331"],["8977.214","14509.937"],["8994.680","14478.957"],["9022.417","14455.957"],["9019.086","14457.273"],["9019.516","14456.617"],["8999.145","14475.535"],["8994.873","14454.270"],["8992.255","14457.221"],["8995.506","14484.960"],["8995.284","14482.480"],["8995.799","14483.601"],["8995.549","14480.229"],["8997.228","14484.392"],["8995.918","14484.194"],["8996.958","14482.871"],["8996.458","14482.924"],["9022.880","14454.282"],["9021.147","14458.071"],["9017.742","14455.523"],["9019.851","14458.281"],["9020.164","14458.003"],["9020.777","14455.604"],["9020.553","14455.575"],["9019.087","14454.448"],["9027.633","14461.289"],["9000.533","14476.609"],["8999.068","14475.378"],["8999.511","14476.909"],["8995.220","14454.420"],["8995.557","14454.209"],["8994.597","14456.528"],["8993.276","14453.616"],["8990.729","14453.622"],["8993.439","14457.199"],["8999.594","14480.683"],["8995.901","14486.662"],["8991.846","14482.398"],["8996.388","14482.005"],["8996.799","14480.502"],["8995.494","14482.872"],["8997.085","14483.382"],["8995.991","14482.036"],["8995.553","14483.008"],["8996.927","14480.954"],["8987.647","14907.816"],["8987.770","14914.098"],["8985.614","14907.444"],["8986.715","14910.131"],["8985.178","14906.924"],["8987.892","14917.130"],["8983.602","14443.832"],["8980.988","14444.008"],["8978.707","14431.967"],["8985.418","14424.175"],["8944.946","14423.836"],["8937.855","14427.526"],["8938.494","14434.599"],["8942.742","14436.412"],["8941.824","14433.079"],["8942.718","14435.417"],["8942.243","14435.304"],["8942.720","14434.415"],["8942.185","14433.279"],["8939.481","14435.144"],["8941.121","14433.399"],["8940.833","14435.525"],["8940.757","14435.025"],["8941.873","14432.662"],["8942.092","14433.624"],["8942.849","14435.616"],["8946.765","14435.714"],["8929.828","14446.678"],["8948.671","14425.961"],["8980.331","14440.588"],["8985.723","14446.080"],["8985.130","14443.507"],["8979.568","14444.876"],["8979.584","14443.919"],["8981.473","14443.086"],["8977.051","14433.276"],["8979.339","14430.801"],["8976.725","14431.412"],["8984.020","14421.676"],["8987.329","14421.534"],["8986.241","14423.910"],["8984.218","14424.369"],["8981.851","14424.061"],["8943.660","14426.118"],["8944.591","14423.261"],["8945.433","14424.789"],["8938.619","14428.307"],["8940.405","14430.094"],["8938.547","14428.523"],["8942.988","14434.630"],["8938.252","14435.300"],["8943.313","14433.348"],["8941.882","14435.265"],["8942.044","14434.985"],["8943.085","14435.634"],["8941.890","14435.033"],["8941.439","14435.022"],["8942.270","14432.604"],["8940.103","14435.366"],["8939.253","14434.566"],["8939.900","14434.817"],["8938.792","14433.873"],["8944.977","14435.086"],["8944.936","14436.179"],["8945.176","14433.650"],["8931.953","14444.926"],["8931.555","14443.822"],["8933.138","14443.612"],["8948.994","14429.687"],["8949.342","14426.088"],["8943.103","14428.258"],["9305.721","14306.299"],["9291.932","14287.949"],["9289.288","14289.061"],["9302.144","14278.691"],["9301.090","14277.078"],["9301.822","14279.385"],["9302.309","14278.564"],["9304.355","14278.252"],["9302.144","14277.382"],["9301.759","14278.454"],["9302.477","14278.392"],["9297.630","14277.670"],["9294.296","14278.888"],["9296.067","14276.366"],["9297.214","14277.858"],["9297.338","14275.899"],["9296.053","14276.680"],["9297.814","14278.126"],["9296.287","14277.002"],["9277.725","14282.504"],["9279.924","14282.030"],["9276.609","14282.748"],["9277.005","14284.184"],["9278.839","14283.138"],["9277.918","14281.687"],["9277.634","14280.592"],["9275.701","14283.121"],["9312.035","14315.170"],["9313.145","14317.236"],["9311.025","14316.503"],["9310.876","14317.174"],["9310.991","14315.867"],["9312.398","14317.651"],["9311.889","14318.370"],["9311.321","14318.110"],["9313.069","14300.540"],["9312.346","14302.511"],["9227.085","14330.954"],["9254.966","14359.240"],["9270.006","14374.559"],["9272.829","14375.438"],["9270.077","14374.372"],["9273.447","14375.221"],["9269.280","14374.604"],["9269.665","14372.497"],["9274.372","14375.105"],["9301.353","14375.864"],["9301.232","14376.102"],["9300.439","14376.625"],["9303.257","14374.606"],["9300.394","14374.560"],["9301.827","14375.585"],["9302.499","14374.676"],["9304.313","14378.156"],["9300.308","14376.540"],["9299.386","14379.301"],["9304.245","14379.378"],["9299.528","14377.195"],["9302.366","14380.594"],["9302.191","14379.569"],["9298.933","14377.284"],["9300.143","14383.238"],["9300.148","14387.534"],["9299.119","14386.247"],["9298.014","14396.064"],["9301.989","14398.520"],["9291.237","14390.894"],["9273.501","14389.000"],["9274.490","14396.230"],["9277.588","14403.534"],["9269.050","14417.714"],["9268.431","14417.306"],["9266.942","14417.796"],["9268.781","14417.457"],["9269.936","14415.594"],["9267.668","14416.212"],["9267.673","14417.611"],["9267.905","14418.353"],["9258.462","14385.518"],["9258.429","14385.599"],["9260.771","14384.114"],["9259.157","14384.898"],["9259.890","14382.550"],["9258.214","14382.945"],["9258.890","14384.946"],["9260.391","14382.970"],["9263.641","14379.665"],["9262.413","14377.550"],["9264.406","14378.157"],["9263.080","14379.486"],["9263.502","14380.844"],["9261.598","14379.615"],["9263.804","14380.781"],["9263.668","14379.751"],["9253.325","14377.042"],["9216.603","14377.542"],["9218.635","14379.698"],["9217.280","14377.349"],["9217.320","14379.888"],["9215.182","14378.088"],["9216.027","14377.872"],["9218.621","14377.428"],["9217.023","14378.503"],["9216.311","14383.713"],["9213.090","14383.294"],["9215.012","14384.864"],["9217.138","14382.913"],["9215.551","14383.888"],["9217.100","14382.227"],["9217.781","14382.203"],["9215.734","14382.727"],["9225.373","14343.098"],["9226.749","14347.462"],["9226.209","14346.424"],["9228.757","14346.134"],["9227.483","14349.550"],["9227.273","14348.528"],["9226.148","14347.853"],["9227.700","14348.174"],["9266.672","14357.639"],["9267.390","14358.558"],["9264.941","14356.812"],["9264.186","14356.987"],["9266.587","14359.328"],["9263.916","14356.689"],["9263.814","14358.682"],["9266.728","14358.227"],["9273.927","14357.324"],["9275.985","14351.802"],["9303.123","14310.550"],["9292.122","14297.110"],["9304.047","14256.027"],["9331.908","14293.542"],["9330.968","14292.812"],["9332.367","14292.215"],["9331.801","14290.727"],["9332.486","14294.999"],["9330.284","14294.637"],["9332.629","14296.606"],["9329.528","14292.772"],["9286.038","14253.533"],["9284.236","14253.057"],["9283.027","14250.688"],["9286.953","14253.360"],["9287.537","14253.776"],["9286.832","14253.908"],["9285.644","14253.315"],["9284.519","14251.862"],["9281.906","14270.107"],["9283.218","14273.029"],["9286.294","14273.790"],["9284.538","14273.117"],["9280.125","14270.705"],["9282.615","14271.676"],["9285.389","14270.925"],["9282.537","14272.703"],["9248.230","14267.496"],["9247.149","14268.248"],["9249.335","14269.299"],["9250.363","14268.360"],["9247.231","14270.075"],["9248.855","14267.770"],["9251.317","14267.221"],["9248.216","14264.721"],["9247.032","14265.797"],["9246.713","14266.932"],["9246.167","14266.566"],["9246.642","14266.428"],["9245.333","14265.724"],["9246.758","14263.888"],["9220.796","14249.615"],["9219.766","14250.556"],["9219.386","14252.066"],["9219.241","14251.791"],["9217.329","14251.195"],["9220.840","14250.954"],["9219.068","14251.828"],["9228.325","14257.616"],["9229.318","14252.328"],["9229.454","14253.375"],["9228.512","14251.209"],["9227.976","14251.538"],["9229.207","14252.728"],["9229.751","14251.003"],["9215.888","14238.850"],["9215.717","14241.464"],["9214.663","14238.623"],["9212.432","14245.083"],["9212.209","14247.811"],["9211.738","14246.241"],["9211.249","14247.915"],["9212.257","14243.671"],["9212.973","14245.112"],["9212.988","14244.932"],["9219.612","14271.698"],["9225.526","14283.040"],["9227.602","14283.253"],["9226.574","14280.713"],["9222.723","14282.489"],["9226.609","14309.372"],["9221.019","14315.120"],["9230.780","14306.529"],["9202.551","14415.267"],["9201.004","14413.906"],["9215.918","14430.039"],["9214.912","14416.302"],["9213.852","14420.263"],["9216.574","14426.710"],["9214.918","14411.623"],["9309.814","14445.323"],["9307.735","14446.012"],["9307.939","14447.678"],["9308.675","14447.177"],["9308.849","14445.068"],["9308.319","14446.006"],["9306.943","14444.986"],["9285.998","14432.096"],["9283.374","14434.415"],["9284.520","14434.679"],["9283.706","14434.458"],["9284.371","14430.755"],["9285.537","14436.123"],["9286.192","14421.133"],["9312.487","14395.812"],["9340.178","14391.875"],["9341.653","14390.145"],["9334.921","14409.815"],["9338.605","14410.714"],["9335.466","14415.167"],["9337.067","14413.562"],["9334.502","14415.923"],["9334.418","14414.360"],["9334.796","14415.066"],["9335.772","14415.511"],["9336.338","14414.670"],["9331.852","14351.378"],["9270.608","14290.929"],["9218.710","14328.803"],["9256.271","14412.204"],["9253.429","14409.519"],["9257.614","14412.085"],["9255.682","14409.202"],["9254.103","14412.215"],["9255.551","14412.792"],["9255.399","14412.912"],["9276.342","14449.926"],["9218.710","14348.273"],["9392.148","14282.001"],["9392.999","14282.529"],["9249.629","14404.481"],["9248.017","14397.551"],["9247.443","14400.800"],["9247.165","14406.643"],["9230.942","14436.222"],["9229.847","14430.931"],["9231.431","14432.065"],["9232.063","14430.271"],["9228.674","14432.348"],["9228.958","14433.923"],["9229.806","14432.430"],["9230.466","14431.937"],["9236.157","14434.218"],["9229.756","14443.189"],["9237.202","14441.460"],["9273.910","14312.786"],["9272.342","14310.292"],["9305.017","14306.730"],["9305.841","14307.284"],["9305.935","14305.459"],["9290.521","14288.110"],["9290.268","14289.045"],["9292.251","14289.201"],["9292.747","14290.198"],["9304.252","14278.576"],["9301.046","14277.744"],["9305.136","14280.159"],["9302.358","14278.688"],["9304.723","14279.707"],["9304.605","14278.933"],["9305.362","14280.099"],["9303.335","14278.715"],["9294.560","14279.371"],["9292.521","14279.555"],["9296.206","14276.451"],["9295.627","14276.144"],["9296.630","14277.963"],["9296.540","14276.847"],["9297.340","14278.501"],["9294.670","14276.837"],["9276.591","14282.174"],["9279.304","14283.684"],["9280.276","14283.887"],["9279.326","14282.785"],["9278.487","14282.890"],["9279.936","14283.644"],["9275.350","14280.514"],["9279.877","14281.601"],["9310.474","14317.632"],["9310.237","14314.933"],["9310.025","14319.545"],["9311.522","14316.083"],["9313.074","14320.545"],["9309.787","14316.024"],["9309.722","14316.308"],["9309.838","14317.183"],["9314.614","14301.215"],["9312.552","14300.470"],["9315.324","14301.879"],["9310.817","14301.458"],["9314.007","14304.866"],["9311.144","14302.092"],["9222.858","14329.333"],["9225.132","14328.965"],["9228.486","14329.646"],["9256.109","14359.044"],["9258.726","14362.117"],["9256.729","14360.059"],["9270.603","14374.267"],["9269.340","14372.913"],["9272.985","14373.345"],["9268.974","14372.332"],["9272.106","14373.150"],["9268.481","14372.867"],["9272.606","14372.595"],["9273.453","14375.505"],["9302.768","14373.908"],["9302.617","14375.918"],["9302.236","14373.808"],["9300.622","14374.410"],["9304.036","14377.075"],["9300.744","14376.087"],["9301.188","14374.426"],["9301.160","14374.415"],["9299.320","14378.186"],["9301.750","14379.652"],["9299.818","14377.139"],["9299.528","14377.364"],["9300.369","14376.471"],["9300.006","14378.507"],["9300.786","14378.244"],["9304.560","14378.145"],["9301.604","14382.995"],["9300.899","14384.764"],["9299.609","14383.278"],["9297.002","14385.519"],["9296.638","14385.155"],["9296.593","14384.661"],["9296.376","14388.914"],["9297.796","14389.518"],["9298.649","14387.772"],["9299.084","14395.030"],["9296.071","14394.349"],["9298.257","14397.823"],["9298.706","14397.929"],["9299.309","14398.435"],["9293.047","14389.604"],["9293.854","14390.936"],["9291.268","14390.648"],["9290.649","14393.034"],["9289.281","14392.374"],["9273.393","14389.785"],["9275.302","14390.404"],["9273.912","14388.998"],["9275.711","14397.864"],["9276.783","14395.962"],["9275.320","14397.377"],["9275.623","14403.520"],["9274.243","14405.054"],["9275.757","14404.507"],["9269.417","14418.813"],["9265.058","14416.853"],["9268.808","14417.419"],["9266.540","14416.920"],["9266.892","14417.852"],["9268.020","14416.724"],["9269.400","14417.108"],["9268.862","14416.972"],["9258.946","14386.096"],["9260.029","14385.454"],["9260.528","14385.372"],["9259.316","14381.481"],["9257.641","14385.931"],["9259.279","14384.323"],["9259.142","14384.943"],["9260.209","14384.357"],["9264.444","14378.335"],["9263.084","14381.403"],["9261.303","14377.862"],["9261.060","14380.305"],["9263.329","14377.918"],["9263.880","14379.147"],["9264.287","14378.717"],["9262.354","14381.606"],["9254.025","14374.758"],["9253.700","14375.191"],["9250.954","14374.498"],["9217.536","14378.795"],["9219.348","14377.630"],["9218.383","14378.875"],["9218.345","14378.761"],["9217.631","14379.656"],["9215.246","14380.110"],["9217.595","14376.829"],["9216.944","14379.241"],["9216.821","14384.224"],["9215.851","14382.895"],["9215.684","14382.839"],["9216.203","14381.148"],["9215.283","14381.415"],["9214.452","14383.430"],["9217.669","14380.101"],["9217.153","14383.328"],["9227.572","14347.962"],["9226.572","14342.955"],["9228.303","14343.739"],["9228.181","14342.529"],["9228.391","14348.964"],["9228.225","14346.568"],["9224.249","14341.786"],["9226.459","14347.914"],["9265.816","14358.906"],["9266.868","14358.457"],["9265.808","14357.447"],["9264.644","14360.321"],["9266.975","14359.170"],["9265.220","14357.532"],["9265.891","14359.188"],["9265.995","14359.145"],["9275.725","14355.272"],["9275.508","14353.300"],["9275.076","14355.066"],["9274.586","14353.847"],["9303.205","14308.743"],["9304.306","14306.178"],["9303.605","14306.233"],["9295.454","14295.358"],["9293.862","14298.221"],["9295.593","14295.595"],["9304.524","14256.501"],["9305.834","14255.047"],["9306.433","14254.268"],["9330.620","14291.348"],["9329.285","14295.879"],["9330.810","14295.160"],["9332.060","14292.032"],["9329.405","14296.010"],["9331.524","14291.934"],["9331.528","14292.616"],["9331.801","14294.060"],["9285.285","14254.476"],["9286.336","14252.200"],["9283.057","14254.330"],["9283.750","14254.368"],["9283.869","14252.582"],["9283.923","14254.056"],["9286.054","14253.437"],["9285.225","14251.540"],["9279.629","14270.034"],["9281.401","14269.638"],["9280.293","14270.588"],["9285.540","14274.044"],["9279.451","14270.417"],["9282.359","14270.061"],["9282.157","14271.227"],["9280.160","14270.408"],["9249.393","14267.824"],["9244.166","14267.911"],["9247.951","14271.040"],["9249.534","14269.977"],["9248.510","14268.650"],["9250.326","14266.786"],["9250.806","14266.944"],["9245.461","14267.119"],["9249.119","14266.327"],["9249.859","14264.183"],["9247.768","14264.221"],["9244.999","14263.562"],["9244.511","14264.908"],["9248.253","14266.747"],["9220.726","14250.390"],["9218.788","14253.835"],["9222.665","14250.558"],["9221.384","14250.429"],["9220.720","14250.428"],["9218.676","14251.289"],["9219.744","14248.896"],["9227.306","14253.599"],["9228.485","14251.921"],["9228.119","14250.922"],["9229.137","14254.938"],["9228.237","14251.439"],["9229.128","14256.019"],["9228.002","14253.874"],["9216.063","14239.435"],["9215.055","14239.240"],["9214.499","14241.050"],["9215.614","14240.729"],["9215.897","14239.921"],["9211.713","14245.648"],["9211.731","14247.144"],["9212.384","14243.770"],["9212.174","14248.053"],["9209.364","14250.145"],["9212.220","14244.647"],["9211.598","14249.066"],["9214.540","14271.085"],["9217.500","14274.162"],["9213.214","14272.840"],["9225.839","14281.106"],["9224.638","14281.553"],["9225.369","14282.968"],["9228.925","14283.439"],["9226.855","14283.447"],["9229.153","14280.477"],["9226.133","14282.591"],["9227.562","14281.623"],["9219.700","14282.224"],["9218.280","14281.898"],["9221.776","14283.874"],["9226.860","14310.942"],["9225.167","14311.235"],["9224.693","14309.247"],["9220.468","14311.510"],["9222.291","14314.089"],["9219.272","14311.297"],["9233.450","14306.214"],["9231.971","14305.683"],["9231.879","14308.151"],["9201.866","14414.781"],["9202.846","14413.535"],["9202.685","14413.951"],["9204.548","14413.168"],["9205.326","14413.971"],["9206.199","14413.150"],["9198.770","14414.411"],["9199.985","14413.757"],["9214.617","14430.730"],["9214.139","14431.539"],["9215.867","14430.462"],["9214.997","14418.037"],["9214.530","14418.211"],["9211.735","14419.440"],["9212.751","14422.552"],["9213.959","14421.671"],["9215.395","14422.377"],["9217.913","14427.150"],["9216.395","14427.623"],["9214.642","14427.479"],["9216.028","14413.414"],["9215.577","14411.651"],["9213.542","14412.494"],["9308.919","14445.635"],["9307.263","14445.700"],["9310.305","14444.957"],["9309.222","14446.439"],["9306.932","14446.506"],["9307.777","14446.925"],["9309.604","14446.529"],["9285.148","14430.505"],["9283.486","14434.568"],["9283.002","14435.184"],["9284.148","14433.071"],["9286.199","14435.375"],["9286.606","14435.630"],["9284.804","14435.464"],["9289.296","14421.743"],["9288.233","14423.639"],["9286.967","14421.727"],["9314.880","14393.482"],["9311.405","14392.210"],["9314.670","14395.948"],["9339.777","14392.226"],["9340.649","14394.652"],["9340.259","14392.688"],["9343.132","14394.915"],["9343.117","14393.323"],["9343.880","14391.636"],["9332.814","14409.414"],["9334.417","14409.618"],["9337.293","14409.622"],["9338.338","14409.703"],["9338.478","14411.134"],["9339.848","14410.235"],["9335.056","14413.393"],["9342.816","14413.303"],["9334.839","14415.527"],["9341.295","14413.405"],["9339.358","14413.248"],["9337.566","14415.710"],["9340.097","14412.869"],["9332.338","14352.719"],["9331.701","14352.653"],["9331.225","14352.234"],["9271.793","14289.172"],["9270.696","14290.028"],["9270.825","14291.141"],["9220.477","14327.559"],["9218.746","14327.424"],["9218.802","14328.136"],["9217.871","14328.720"],["9216.423","14330.389"],["9216.956","14328.184"],["9253.423","14412.423"],["9252.774","14412.531"],["9256.055","14409.947"],["9256.405","14411.656"],["9253.842","14409.453"],["9255.625","14410.415"],["9257.120","14411.842"],["9255.547","14411.614"],["9255.911","14410.546"],["9273.708","14449.729"],["9220.703","14349.460"],["9219.222","14347.455"],["9220.020","14348.377"],["9394.312","14280.306"],["9396.340","14279.134"],["9396.183","14282.096"],["9395.220","14283.552"],["9249.381","14406.605"],["9248.826","14404.653"],["9250.839","14405.003"],["9250.871","14403.906"],["9246.557","14391.345"],["9250.318","14404.553"],["9247.728","14402.613"],["9249.867","14402.788"],["9246.490","14399.778"],["9249.352","14404.084"],["9246.209","14406.598"],["9248.537","14404.322"],["9227.864","14432.452"],["9228.613","14433.968"],["9229.824","14433.485"],["9230.955","14431.668"],["9232.200","14431.492"],["9229.479","14431.005"],["9231.686","14431.392"],["9229.565","14433.053"],["9231.560","14432.027"],["9238.711","14438.744"],["9237.136","14436.855"],["9238.630","14432.791"],["9228.022","14443.697"],["9234.473","14435.740"],["9230.395","14443.125"],["9236.343","14441.575"],["9234.642","14443.767"],["9238.374","14443.171"],["9237.450","14443.146"],["9237.643","14444.374"],["9275.615","14312.742"],["9275.866","14313.526"],["9273.925","14314.649"],["9270.874","14311.172"],["9271.532","14311.662"],["9271.303","14312.020"],["8924.011","14613.897"],["8920.955","14609.872"],["8938.857","14600.203"],["8934.727","14604.420"],["8939.391","14598.951"],["8938.093","14599.524"],["8937.935","14601.176"],["8937.524","14599.862"],["8937.501","14600.203"],["8934.863","14611.115"],["8936.614","14595.517"],["8936.545","14596.701"],["8935.130","14597.633"],["8936.333","14597.146"],["8934.418","14604.544"],["8935.304","14596.546"],["8936.580","14602.273"],["8937.618","14604.181"],["8938.809","14603.415"],["8935.934","14601.684"],["8936.537","14602.820"],["8938.409","14601.941"],["8933.761","14603.760"],["8930.844","14595.561"],["8933.427","14596.354"],["8930.243","14595.856"],["8931.382","14596.251"],["8932.311","14596.160"],["8932.653","14596.443"],["8929.885","14594.817"],["8930.091","14589.036"],["8929.237","14589.587"],["8932.210","14588.532"],["8929.185","14587.468"],["8928.312","14589.453"],["8931.277","14587.900"],["8930.532","14593.990"],["8935.306","14610.060"],["8943.210","14609.339"],["8934.896","14603.605"],["8934.707","14604.120"],["8908.740","14597.898"],["8936.227","14619.307"],["8940.447","14620.412"],["8925.250","14618.925"],["8928.032","14617.734"],["8933.611","14618.301"],["8937.134","14613.941"],["8944.440","14612.618"],["8929.447","14619.680"],["8920.582","14612.965"],["8935.821","14610.735"],["8921.426","14615.069"],["8923.025","14615.292"],["8923.690","14616.314"],["8920.672","14609.988"],["8918.368","14609.189"],["8920.430","14609.892"],["8934.583","14603.720"],["8935.967","14604.959"],["8940.826","14595.548"],["8940.861","14599.019"],["8940.050","14600.448"],["8936.224","14604.341"],["8935.946","14604.403"],["8934.733","14604.570"],["8941.172","14598.155"],["8936.950","14597.418"],["8934.917","14596.357"],["8935.052","14604.170"],["8935.869","14596.860"],["8934.694","14597.386"],["8936.757","14595.770"],["8935.076","14609.750"],["8936.373","14602.184"],["8937.628","14604.552"],["8934.454","14604.487"],["8936.302","14604.424"],["8936.669","14603.049"],["8937.882","14604.329"],["8935.663","14603.902"],["8934.011","14596.002"],["8934.029","14597.361"],["8933.048","14595.175"],["8934.239","14604.032"],["8933.391","14594.446"],["8932.824","14595.849"],["8935.420","14610.991"],["8928.787","14590.386"],["8931.387","14590.492"],["8931.385","14589.947"],["8930.402","14588.561"],["8929.533","14589.581"],["8929.843","14591.036"],["8928.401","14590.511"],["8930.545","14591.701"],["8935.477","14609.590"],["8935.253","14610.771"],["8934.914","14610.233"],["8940.884","14610.496"],["8944.580","14612.499"],["8943.532","14611.397"],["8934.679","14604.669"],["8941.342","14607.280"],["8935.329","14604.940"],["8934.694","14609.855"],["8934.995","14610.600"],["8929.096","14598.247"],["8908.306","14597.110"],["8908.526","14597.536"],["8907.992","14598.233"],["8935.557","14619.474"],["8938.238","14619.182"],["8938.844","14621.128"],["8939.242","14622.116"],["8940.887","14618.861"],["8923.056","14619.666"],["8924.582","14620.658"],["8923.704","14619.390"],["8930.673","14618.021"],["8930.826","14616.980"],["8930.247","14616.482"],["8934.435","14618.333"],["8932.179","14618.567"],["8931.116","14617.795"],["8936.478","14616.020"],["8939.748","14613.452"],["8934.699","14616.414"],["8948.016","14612.456"],["8944.320","14614.221"],["8941.388","14613.535"],["8927.642","14617.978"],["8928.644","14618.485"],["8928.739","14617.993"],["8934.180","14604.099"],["8935.687","14604.496"],["8935.398","14604.430"],["8935.135","14604.834"],["8934.240","14604.438"],["8935.950","14604.925"],["8935.611","14605.266"],["9048.005","14346.384"],["9051.866","14346.751"],["9078.173","14325.315"],["9083.013","14324.101"],["9079.690","14323.792"],["9088.468","14303.949"],["9086.047","14302.535"],["9105.350","14315.493"],["9051.193","14350.809"],["9088.214","14355.615"],["9085.124","14358.423"],["9085.167","14359.808"],["9018.456","14411.127"],["9002.905","14416.885"],["9004.853","14435.576"],["9007.748","14441.050"],["9006.911","14437.100"],["9022.586","14435.106"],["9041.087","14336.511"],["9037.552","14297.165"],["9035.606","14296.715"],["9055.787","14329.524"],["9055.709","14329.235"],["9049.851","14344.976"],["9048.502","14346.378"],["9051.933","14344.591"],["9055.130","14345.370"],["9052.202","14346.697"],["9053.185","14345.815"],["9077.414","14326.572"],["9077.375","14326.516"],["9076.517","14327.373"],["9079.282","14326.437"],["9079.324","14326.854"],["9080.895","14325.027"],["9080.840","14321.949"],["9078.598","14321.781"],["9076.786","14322.343"],["9085.345","14302.770"],["9088.132","14302.800"],["9087.504","14302.828"],["9084.078","14304.327"],["9082.595","14302.003"],["9081.012","14303.497"],["9104.284","14314.173"],["9104.178","14312.868"],["9054.726","14349.207"],["9053.261","14349.074"],["9052.833","14349.492"],["9087.831","14355.663"],["9085.793","14358.501"],["9085.007","14360.555"],["9085.279","14359.962"],["9087.067","14358.369"],["9087.206","14360.431"],["9016.883","14411.193"],["9017.245","14411.773"],["9019.720","14411.839"],["9003.505","14419.391"],["9002.116","14416.994"],["9003.049","14415.834"],["9002.276","14434.520"],["9004.332","14433.848"],["9003.117","14435.355"],["9008.047","14441.425"],["9006.359","14441.497"],["9009.466","14439.924"],["9007.499","14437.427"],["9006.484","14436.238"],["9007.323","14436.165"],["9022.420","14432.813"],["9022.030","14431.341"],["9024.044","14435.859"],["8989.120","14424.544"],["9042.423","14332.644"],["9042.376","14334.132"],["9043.247","14332.521"],["9036.700","14296.131"],["9037.421","14298.227"],["9034.019","14298.391"],["9036.066","14294.605"],["9036.739","14294.152"],["9034.990","14295.860"],["9057.895","14331.304"],["9058.183","14331.750"],["9051.758","14330.245"],["9053.833","14331.194"],["15742.984","17452.194"],["15743.221","17450.388"],["9306.818","14453.680"],["9307.045","14452.088"],["9305.685","14453.659"],["9305.204","14450.923"],["9303.287","14451.329"],["9306.772","14452.089"],["9305.317","14452.874"],["9304.297","14451.591"],["9306.293","14450.715"],["9240.179","14476.800"],["9241.131","14476.693"],["9244.693","14473.696"],["9243.357","14475.697"],["9243.494","14476.551"],["9241.018","14476.727"],["9241.040","14473.588"],["9244.203","14476.514"],["9242.277","14477.602"],["9244.878","14478.599"],["9241.546","14478.716"],["9242.049","14478.201"],["9241.586","14477.787"],["9242.360","14477.664"],["9229.742","14496.472"],["9232.656","14496.343"],["9229.233","14496.426"],["9231.980","14495.886"],["9232.871","14494.601"],["9230.658","14496.465"],["9231.040","14494.002"],["9258.681","14513.305"],["9256.879","14508.333"],["9258.522","14514.171"],["9257.499","14510.302"],["9259.293","14510.101"],["9259.079","14511.899"],["9256.369","14517.635"],["9257.429","14512.666"],["9261.089","14513.550"],["9263.152","14513.902"],["9255.643","14516.002"],["9257.128","14513.614"],["9258.254","14522.223"],["9260.406","14528.722"],["9262.874","14552.869"],["9249.674","14514.390"],["9238.570","14524.007"],["9229.055","14574.125"],["9226.044","14567.970"],["9222.959","14581.688"],["9275.416","14605.364"],["9273.961","14610.541"],["9282.553","14647.853"],["9282.353","14645.786"],["9281.228","14640.998"],["9288.712","14643.709"],["9256.574","14659.554"],["9259.664","14659.608"],["9256.646","14659.616"],["9257.964","14599.482"],["9262.323","14599.049"],["9259.918","14602.708"],["9222.578","14570.854"],["9224.921","14573.319"],["9204.048","14660.459"],["9207.311","14660.535"],["9207.309","14659.800"],["9206.015","14659.415"],["9206.261","14657.743"],["9204.739","14660.417"],["9206.537","14657.941"],["9204.119","14659.559"],["9203.570","14659.001"],["9205.787","14657.963"],["9203.150","14657.754"],["9202.969","14658.569"],["9203.092","14658.350"],["9286.236","14646.722"],["9296.881","14629.997"],["9296.603","14633.151"],["9295.056","14612.572"],["9291.900","14607.706"],["9266.135","14626.695"],["9265.433","14629.056"],["9262.580","14629.341"],["9264.406","14633.167"],["9244.033","14645.967"],["9200.460","14654.356"],["9312.488","14601.475"],["9308.291","14600.697"],["9315.435","14597.596"],["9364.530","14658.853"],["9358.945","14658.478"],["9355.552","14659.527"],["9378.121","14580.695"],["9378.365","14581.475"],["9352.650","14566.392"],["9355.434","14566.814"],["9353.553","14572.694"],["9352.295","14573.589"],["9338.029","14513.924"],["9341.176","14516.645"],["9315.307","14530.520"],["9324.266","14542.128"],["9311.327","14557.659"],["9311.639","14531.324"],["9280.873","14528.941"],["9291.422","14509.696"],["9261.194","14468.742"],["9263.432","14464.839"],["9247.678","14455.307"],["9218.374","14515.600"],["9200.658","14505.496"],["9204.417","14575.457"],["9201.031","14580.288"],["9214.745","14527.676"],["9225.291","14517.206"],["9220.599","14520.144"],["9231.385","14531.830"],["9205.243","14501.900"],["9202.015","14502.257"],["9203.718","14499.213"],["9202.725","14502.122"],["9204.370","14498.392"],["9202.580","14500.251"],["9203.187","14501.318"],["9305.271","14454.052"],["9308.042","14454.759"],["9306.983","14454.239"],["9307.447","14451.089"],["9304.536","14451.673"],["9304.776","14450.516"],["9304.079","14452.557"],["9306.470","14450.668"],["9306.062","14452.876"],["9305.820","14451.946"],["9305.060","14453.242"],["9243.725","14475.452"],["9244.379","14472.745"],["9242.045","14476.401"],["9240.486","14475.663"],["9239.838","14475.221"],["9241.779","14474.819"],["9241.602","14476.038"],["9240.116","14478.954"],["9242.546","14476.370"],["9242.398","14479.200"],["9240.597","14479.505"],["9240.956","14477.706"],["9240.977","14478.535"],["9241.767","14479.335"],["9231.982","14493.826"],["9230.798","14499.318"],["9233.100","14496.007"],["9230.750","14499.634"],["9231.047","14495.711"],["9227.786","14502.407"],["9229.149","14494.284"],["9259.528","14512.480"],["9259.361","14514.182"],["9255.501","14512.978"],["9256.698","14511.735"],["9255.649","14517.236"],["9263.276","14508.250"],["9256.279","14514.669"],["9255.508","14515.362"],["9261.955","14514.488"],["9256.513","14518.176"],["9256.172","14514.414"],["9257.559","14518.095"],["9259.148","14511.350"],["9258.473","14514.636"],["9257.657","14523.246"],["9257.633","14525.588"],["9256.410","14524.946"],["9258.875","14531.821"],["9259.866","14531.827"],["9256.152","14531.272"],["9255.756","14530.634"],["9260.017","14529.416"],["9261.480","14553.202"],["9263.489","14553.275"],["9261.319","14553.810"],["9248.529","14515.572"],["9249.376","14516.522"],["9250.508","14515.596"],["9235.960","14525.771"],["9237.393","14525.196"],["9236.582","14524.395"],["9226.946","14571.255"],["9226.165","14570.518"],["9229.523","14570.150"],["9228.096","14568.561"],["9228.978","14568.820"],["9219.634","14581.286"],["9221.199","14580.278"],["9221.764","14579.987"],["9272.530","14606.477"],["9274.388","14607.079"],["9274.092","14605.005"],["9273.532","14609.900"],["9274.475","14608.236"],["9274.731","14608.529"],["9281.283","14647.201"],["9279.612","14646.597"],["9281.752","14647.448"],["9282.700","14644.668"],["9281.012","14646.303"],["9284.564","14643.573"],["9279.821","14646.286"],["9279.860","14644.159"],["9280.424","14644.280"],["9287.615","14647.069"],["9287.033","14648.449"],["9285.451","14647.701"],["9287.957","14644.162"],["9288.230","14645.079"],["9290.231","14644.394"],["9257.207","14659.886"],["9255.654","14658.882"],["9257.751","14655.639"],["9257.865","14655.997"],["9259.556","14659.868"],["9259.242","14658.964"],["9258.748","14657.700"],["9256.756","14658.641"],["9257.478","14659.005"],["9258.330","14598.797"],["9259.746","14598.368"],["9257.860","14599.829"],["9259.498","14599.898"],["9258.299","14600.171"],["9258.893","14599.614"],["9262.157","14600.859"],["9259.413","14601.633"],["9262.024","14601.389"],["9222.260","14572.855"],["9222.604","14572.662"],["9221.310","14571.944"],["9222.214","14575.085"],["9206.758","14658.290"],["9204.535","14660.733"],["9205.443","14659.863"],["9206.694","14659.823"],["9205.621","14660.478"],["9205.973","14657.732"],["9205.453","14658.753"],["9204.445","14658.741"],["9204.028","14658.619"],["9202.977","14658.169"],["9204.636","14658.185"],["9203.767","14657.969"],["9201.395","14659.457"],["9199.936","14657.718"],["9199.818","14657.598"],["9201.308","14656.601"],["9284.988","14645.963"],["9286.270","14644.377"],["9289.159","14644.167"],["9295.576","14629.682"],["9294.996","14628.700"],["9296.544","14629.592"],["9296.791","14632.236"],["9297.864","14632.786"],["9298.564","14631.422"],["9293.930","14612.520"],["9293.205","14611.667"],["9294.539","14612.060"],["9290.311","14607.650"],["9291.816","14608.211"],["9292.830","14607.219"],["9267.974","14631.028"],["9265.254","14626.025"],["9267.182","14628.376"],["9265.181","14628.510"],["9265.657","14626.483"],["9266.054","14630.211"],["9260.630","14630.905"],["9264.391","14631.205"],["9262.052","14634.900"],["9264.227","14633.681"],["9263.183","14635.935"],["9244.995","14648.211"],["9245.636","14648.556"],["9246.533","14647.481"],["9200.732","14653.987"],["9200.101","14654.482"],["9199.015","14654.995"],["9312.554","14601.661"],["9312.063","14601.584"],["9313.651","14600.701"],["9309.597","14602.119"],["9309.551","14599.428"],["9310.833","14598.819"],["9316.511","14597.092"],["9314.686","14597.042"],["9314.271","14598.104"],["9362.356","14660.773"],["9357.208","14658.355"],["9358.643","14658.454"],["9359.932","14659.298"],["9358.581","14658.548"],["9354.419","14660.654"],["9355.813","14658.528"],["9356.333","14658.098"],["9376.167","14581.271"],["9375.769","14579.461"],["9377.592","14582.634"],["9380.655","14579.694"],["9381.455","14578.683"],["9379.696","14579.455"],["9351.423","14567.394"],["9353.362","14567.345"],["9353.484","14564.352"],["9353.394","14566.922"],["9355.001","14565.644"],["9353.700","14566.965"],["9356.018","14570.920"],["9351.200","14576.063"],["9353.270","14574.462"],["9354.114","14574.454"],["9339.009","14515.148"],["9339.329","14516.052"],["9340.303","14515.635"],["9342.253","14517.675"],["9343.607","14516.667"],["9341.690","14517.483"],["9315.156","14532.774"],["9314.342","14529.368"],["9316.886","14529.351"],["9325.743","14540.595"],["9326.255","14542.837"],["9324.887","14542.463"],["9313.833","14555.350"],["9312.525","14554.845"],["9313.362","14555.641"],["9310.927","14555.010"],["9309.331","14554.713"],["9309.391","14554.814"],["9312.422","14532.909"],["9312.976","14533.909"],["9280.084","14527.452"],["9281.075","14526.868"],["9280.290","14528.370"],["9286.690","14509.005"],["9287.487","14508.774"],["9289.942","14511.161"],["9288.691","14510.369"],["9290.915","14509.263"],["9276.784","14453.200"],["9273.876","14452.791"],["9275.459","14451.669"],["9276.582","14450.897"],["9273.951","14450.722"],["9263.800","14467.646"],["9262.921","14469.469"],["9261.660","14466.453"],["9261.889","14462.609"],["9262.458","14465.123"],["9262.038","14464.201"],["9248.609","14455.443"],["9251.002","14454.142"],["9247.706","14454.562"],["9217.292","14516.827"],["9216.813","14517.371"],["9216.476","14518.397"],["9201.263","14504.394"],["9201.679","14505.062"],["9200.273","14503.067"],["9202.426","14577.204"],["9204.310","14575.613"],["9204.183","14577.582"],["9201.314","14579.967"],["9200.695","14580.516"],["9201.092","14578.504"],["9227.204","14516.598"],["9226.148","14515.327"],["9228.685","14518.171"],["9221.124","14517.771"],["9222.483","14520.004"],["9222.285","14518.846"],["9229.351","14531.778"],["9235.404","14531.371"],["9233.521","14530.442"],["9204.880","14500.295"],["9203.889","14500.805"],["9203.763","14500.546"],["9203.652","14500.493"],["9204.215","14500.680"],["9204.908","14500.845"],["9202.588","14501.029"],["9175.925","14427.148"],["9182.029","14425.347"],["9174.656","14423.588"],["9176.883","14425.832"],["9179.110","14427.834"],["9193.035","14409.378"],["9160.673","14346.583"],["9162.219","14311.366"],["9121.122","14369.601"],["9124.163","14371.941"],["9140.131","14272.408"],["9103.022","14381.634"],["9099.515","14380.647"],["9100.140","14385.688"],["9114.129","14380.046"],["9100.648","14416.535"],["9088.711","14358.791"],["9088.290","14359.488"],["9051.907","14446.954"],["9057.411","14446.799"],["9053.495","14432.070"],["9053.916","14435.462"],["9174.196","14427.412"],["9179.161","14423.758"],["9174.407","14426.568"],["9174.047","14422.777"],["9177.469","14426.272"],["9178.323","14425.201"],["9173.362","14423.531"],["9176.405","14424.724"],["9178.199","14427.015"],["9178.687","14426.033"],["9177.923","14425.199"],["9180.109","14427.553"],["9179.829","14427.539"],["9180.707","14429.718"],["9191.878","14409.887"],["9192.488","14407.966"],["9193.071","14409.484"],["9198.435","14415.039"],["9162.213","14348.446"],["9161.005","14345.928"],["9158.279","14347.564"],["9161.626","14311.160"],["9163.118","14310.836"],["9163.373","14310.274"],["9124.211","14368.839"],["9121.662","14368.901"],["9121.558","14372.203"],["9122.087","14371.172"],["9122.648","14370.905"],["9108.439","14314.042"],["9139.869","14272.949"],["9139.474","14272.290"],["9143.065","14271.534"],["9100.416","14380.409"],["9102.373","14379.316"],["9103.343","14380.678"],["9100.257","14382.818"],["9100.992","14381.624"],["9101.878","14381.956"],["9098.890","14384.327"],["9097.865","14385.944"],["9096.632","14383.290"],["9114.096","14380.655"],["9114.130","14382.439"],["9113.882","14381.002"],["9099.697","14418.185"],["9103.038","14417.878"],["9101.239","14417.805"],["9092.680","14356.533"],["9088.968","14358.075"],["9089.767","14356.378"],["9089.600","14355.860"],["9089.210","14356.216"],["9088.348","14358.736"],["9088.626","14358.109"],["9087.686","14359.819"],["9089.244","14361.246"],["9048.602","14446.524"],["9052.380","14446.750"],["9050.758","14447.094"],["9055.851","14444.872"],["9057.521","14446.075"],["9056.932","14442.360"],["9052.075","14433.911"],["9052.468","14432.786"],["9051.713","14435.194"],["9052.763","14435.886"],["9053.673","14436.760"],["9054.407","14434.858"],["9053.164","14448.145"],["9052.986","14448.978"],["6595.678","14406.407"],["6607.914","14402.965"],["6599.058","14399.066"],["6604.196","14397.163"],["8774.829","14599.604"],["8771.557","14515.935"],["8772.662","14501.988"],["8775.000","14504.456"],["8763.618","14585.630"],["8763.940","14588.010"],["8761.460","14588.021"],["8758.379","14600.415"],["8757.968","14599.734"],["8772.615","14595.397"],["8774.423","14599.812"],["8773.593","14598.844"],["8772.429","14599.735"],["8770.678","14513.565"],["8770.779","14515.889"],["8772.329","14515.490"],["8772.165","14504.282"],["8771.946","14503.443"],["8771.886","14504.348"],["8775.903","14500.751"],["8776.495","14502.371"],["8775.531","14503.298"],["8764.963","14585.446"],["8764.253","14586.393"],["8766.369","14587.777"],["8763.727","14589.215"],["8764.959","14589.305"],["8762.739","14586.986"],["8759.099","14588.123"],["8761.865","14588.524"],["8761.395","14599.539"],["8757.327","14599.583"],["8758.235","14600.506"],["8758.198","14600.245"],["8759.458","14597.086"],["8757.984","14599.340"],["8757.674","14597.577"],["8772.463","14597.061"],["8772.589","14596.976"],["8773.308","14595.498"],["9198.028","14167.482"],["9197.449","14161.840"],["9187.613","14665.771"],["9190.180","14716.975"],["9193.352","14715.568"],["9194.967","14700.260"],["9194.923","14692.949"],["9190.540","14689.970"],["9187.613","14673.640"],["9166.192","14704.603"],["9165.715","14705.784"],["9164.222","14705.137"],["9166.585","14705.006"],["9163.856","14707.201"],["9164.260","14703.795"],["9165.984","14704.448"],["9139.349","14688.439"],["9134.995","14690.878"],["9137.012","14689.377"],["9138.344","14688.893"],["9137.317","14691.115"],["9137.572","14690.103"],["9138.922","14688.498"],["9136.309","14686.150"],["9134.097","14682.275"],["9135.309","14684.155"],["9146.575","14693.150"],["9146.409","14691.401"],["9143.063","14691.709"],["9147.374","14692.505"],["9143.405","14694.017"],["9146.511","14691.461"],["9147.190","14693.282"],["9173.294","14689.018"],["9172.054","14688.588"],["9172.347","14687.006"],["9171.486","14687.999"],["9173.626","14687.377"],["9173.705","14688.894"],["9173.021","14684.743"],["9177.571","14689.399"],["9178.257","14689.051"],["9177.363","14687.779"],["9178.420","14686.680"],["9175.892","14691.395"],["9175.736","14690.979"],["9175.265","14688.534"],["9149.364","14718.339"],["9150.002","14721.239"],["9145.783","14719.505"],["9143.955","14718.490"],["9145.282","14719.627"],["9145.661","14719.298"],["9149.027","14719.764"],["9140.932","14674.189"],["9139.880","14672.491"],["9141.244","14671.136"],["9128.236","14683.763"],["9125.418","14686.887"],["9132.005","14682.455"],["9080.537","14715.282"],["9085.318","14737.538"],["9085.344","14738.521"],["9086.213","14740.845"],["9085.356","14737.554"],["9085.606","14738.690"],["9085.923","14739.179"],["9085.084","14737.129"],["9090.023","14738.853"],["9085.986","14740.548"],["9078.411","14743.148"],["9070.066","14747.524"],["9076.278","14728.023"],["9076.430","14727.942"],["9075.738","14726.404"],["9077.249","14728.092"],["9076.307","14729.275"],["9075.193","14728.166"],["9078.274","14726.522"],["9082.001","14731.051"],["9083.955","14729.675"],["9078.687","14731.967"],["9079.681","14732.067"],["9083.248","14727.764"],["9081.204","14728.391"],["9081.889","14731.139"],["9078.642","14736.847"],["9060.619","14751.506"],["9121.185","14790.196"],["9123.596","14789.513"],["9126.858","14792.275"],["9127.950","14788.419"],["9133.757","14790.646"],["9136.371","14799.198"],["9166.646","14765.004"],["9162.919","14765.909"],["9165.826","14765.960"],["9169.119","14766.736"],["9175.943","14747.305"],["9178.951","14746.698"],["9183.037","14747.449"],["9184.297","14748.477"],["9157.713","14744.644"],["9139.140","14753.947"],["9192.052","14705.946"],["9185.847","14702.687"],["9101.710","14662.326"],["9187.121","14663.679"],["9186.976","14666.417"],["9188.825","14665.037"],["9188.037","14718.148"],["9193.671","14716.867"],["9192.458","14715.699"],["9191.152","14716.321"],["9192.088","14717.294"],["9192.623","14699.089"],["9196.424","14698.030"],["9197.478","14698.884"],["9194.632","14692.114"],["9191.867","14691.199"],["9195.765","14690.807"],["9194.565","14688.934"],["9190.891","14688.194"],["9194.002","14690.454"],["9188.647","14675.305"],["9187.798","14673.772"],["9187.753","14675.009"],["9165.094","14704.625"],["9164.060","14704.374"],["9165.711","14706.673"],["9164.244","14703.406"],["9166.157","14705.494"],["9166.092","14706.226"],["9164.249","14703.673"],["9136.645","14688.769"],["9137.802","14688.111"],["9140.360","14690.531"],["9141.164","14687.835"],["9140.333","14689.852"],["9134.010","14692.747"],["9136.615","14690.944"],["9139.222","14685.628"],["9134.763","14686.462"],["9131.879","14686.372"],["9139.130","14685.928"],["9134.198","14685.051"],["9133.565","14685.927"],["9146.623","14692.312"],["9145.892","14692.142"],["9147.801","14692.756"],["9144.306","14692.851"],["9147.989","14690.927"],["9144.944","14693.431"],["9147.249","14691.979"],["9170.838","14690.760"],["9171.860","14689.846"],["9172.152","14691.041"],["9173.804","14688.527"],["9172.536","14684.656"],["9171.761","14684.962"],["9171.472","14691.606"],["9178.284","14690.231"],["9178.138","14689.413"],["9176.059","14693.040"],["9176.705","14690.295"],["9176.556","14691.619"],["9175.665","14690.080"],["9176.251","14687.775"],["9150.241","14718.663"],["9148.295","14719.474"],["9149.285","14718.700"],["9149.945","14721.974"],["9147.847","14716.028"],["9149.489","14721.304"],["9148.765","14719.147"],["9140.713","14674.131"],["9140.765","14670.209"],["9140.914","14673.568"],["9140.442","14668.237"],["9139.225","14670.881"],["9138.844","14671.000"],["9140.615","14672.450"],["9138.380","14672.984"],["9138.839","14671.782"],["9142.484","14671.938"],["9143.390","14671.199"],["9140.723","14670.121"],["9129.932","14680.839"],["9131.721","14685.648"],["9129.198","14684.087"],["9126.093","14684.242"],["9125.155","14686.413"],["9125.628","14684.113"],["9131.099","14681.792"],["9131.195","14682.796"],["9133.109","14684.035"],["9079.857","14715.932"],["9082.772","14715.340"],["9079.864","14714.681"],["9085.984","14740.729"],["9087.098","14739.453"],["9084.243","14738.189"],["9086.395","14737.949"],["9085.197","14737.017"],["9085.555","14737.792"],["9086.786","14736.648"],["9089.710","14736.271"],["9090.215","14736.678"],["9083.660","14743.134"],["9083.996","14742.479"],["9085.149","14742.641"],["9078.492","14744.746"],["9078.638","14744.883"],["9079.479","14744.013"],["9071.111","14744.677"],["9070.213","14746.271"],["9069.089","14750.179"],["9077.207","14724.323"],["9079.013","14724.919"],["9074.156","14728.910"],["9075.912","14726.503"],["9078.271","14727.719"],["9078.777","14725.212"],["9078.206","14725.258"],["9080.649","14729.389"],["9080.296","14730.324"],["9080.002","14730.226"],["9080.577","14731.162"],["9081.741","14729.520"],["9080.751","14730.329"],["9082.121","14729.792"],["9077.973","14734.818"],["9078.702","14735.589"],["9075.653","14737.000"],["9062.052","14749.650"],["9062.302","14751.603"],["9060.824","14751.635"],["9121.553","14788.592"],["9122.980","14790.821"],["9122.500","14790.609"],["9122.978","14789.357"],["9124.767","14791.084"],["9123.920","14791.189"],["9127.376","14793.339"],["9126.411","14794.932"],["9126.188","14792.779"],["9128.154","14788.681"],["9126.640","14787.697"],["9126.441","14789.824"],["9133.251","14792.404"],["9134.309","14790.982"],["9133.403","14788.927"],["9137.632","14799.229"],["9140.000","14799.808"],["9135.096","14798.961"],["9166.439","14765.840"],["9164.023","14767.281"],["9162.987","14769.184"],["9164.370","14766.353"],["9166.834","14766.399"],["9166.796","14766.967"],["9167.499","14765.610"],["9168.221","14766.224"],["9171.274","14765.554"],["9170.477","14765.121"],["9172.928","14744.906"],["9175.803","14747.701"],["9176.048","14743.319"],["9176.474","14745.776"],["9174.963","14746.070"],["9175.407","14744.861"],["9177.322","14748.236"],["9176.763","14747.260"],["9176.765","14746.974"],["9185.085","14743.042"],["9181.904","14746.301"],["9183.351","14747.066"],["9186.007","14745.153"],["9185.374","14745.199"],["9154.648","14746.291"],["9158.510","14749.270"],["9157.923","14743.544"],["9141.049","14753.374"],["9139.075","14755.509"],["9140.655","14752.162"],["9140.916","14751.682"],["9138.609","14756.220"],["9139.655","14752.168"],["9137.921","14752.046"],["9188.824","14705.293"],["9190.131","14703.616"],["9190.572","14705.850"],["9187.801","14700.807"],["9187.162","14701.020"],["9186.765","14702.304"],["9098.710","14662.613"],["9099.784","14662.031"],["9099.971","14662.105"],["9102.282","14662.840"],["9276.278","14588.567"],["9277.092","14589.673"],["9277.045","14587.595"],["9275.740","14588.694"],["9277.804","14592.916"],["9290.117","14588.482"],["9264.431","14630.943"],["9289.870","14592.943"],["9287.969","14592.011"],["9295.546","14615.247"],["9271.008","14632.110"],["9274.002","14630.230"],["9271.024","14630.668"],["9282.747","14627.435"],["9307.356","14581.300"],["9308.504","14581.818"],["9311.822","14583.187"],["9318.314","14615.117"],["9318.785","14614.382"],["9365.295","14481.388"],["9362.656","14480.597"],["9362.769","14477.965"],["9364.955","14484.587"],["9365.885","14488.072"],["9358.690","14515.427"],["9363.319","14514.713"],["9356.160","14479.977"],["9365.045","14511.995"],["9365.139","14511.835"],["9276.996","14588.461"],["9275.829","14588.940"],["9277.123","14588.719"],["9277.176","14588.094"],["9276.319","14587.343"],["9276.556","14587.676"],["9273.498","14634.711"],["9274.677","14633.631"],["9274.784","14634.099"],["9264.683","14631.438"],["9264.038","14631.670"],["9264.278","14630.878"],["9290.831","14592.839"],["9289.064","14589.260"],["9286.437","14590.610"],["9289.744","14591.711"],["9289.027","14592.326"],["9286.938","14590.783"],["9293.415","14613.231"],["9294.485","14615.811"],["9293.965","14614.540"],["9273.899","14631.421"],["9272.827","14629.539"],["9273.250","14632.226"],["9273.785","14629.745"],["9275.756","14629.063"],["9274.580","14632.520"],["9272.645","14629.548"],["9271.200","14630.845"],["9273.703","14629.409"],["9284.404","14626.091"],["9281.965","14626.523"],["9283.153","14627.508"],["9307.443","14583.133"],["9306.233","14580.858"],["9307.884","14583.167"],["9307.204","14580.838"],["9307.254","14582.902"],["9310.383","14582.971"],["9310.501","14581.478"],["9310.235","14581.369"],["9318.755","14612.793"],["9318.269","14612.782"],["9320.478","14614.569"],["9317.574","14615.112"],["9316.551","14613.996"],["9317.142","14616.656"],["9362.915","14479.859"],["9364.271","14479.253"],["9363.391","14480.394"],["9361.925","14478.076"],["9361.575","14478.720"],["9364.534","14484.956"],["9363.598","14486.047"],["9365.845","14487.701"],["9364.789","14486.111"],["9362.495","14485.890"],["9359.041","14515.107"],["9362.380","14514.565"],["9357.943","14479.107"],["9357.872","14478.085"],["9359.833","14477.585"],["9360.918","14515.020"],["9360.521","14516.170"],["9359.842","14513.780"],["9363.795","14513.646"],["9365.262","14512.497"],["9365.473","14513.379"],["9366.474","14512.951"],["9208.012","14667.178"],["9205.716","14668.828"],["9206.093","14681.494"],["9208.670","14675.598"],["9214.052","14724.928"],["9212.301","14724.318"],["9214.007","14725.359"],["9213.725","14723.941"],["9214.168","14726.167"],["9211.400","14724.460"],["9213.294","14727.517"],["9230.948","14699.502"],["9229.950","14697.986"],["9231.461","14696.743"],["9231.183","14699.508"],["9232.729","14694.476"],["9231.458","14698.170"],["9231.916","14699.851"],["9236.112","14695.135"],["9234.777","14694.092"],["9234.964","14695.333"],["9234.607","14696.835"],["9236.190","14696.899"],["9236.280","14695.260"],["9235.397","14696.659"],["9237.316","14690.198"],["9238.103","14692.680"],["9232.828","14687.207"],["9234.783","14686.756"],["9233.427","14685.534"],["9234.281","14686.634"],["9235.437","14688.526"],["9235.577","14683.929"],["9234.908","14687.803"],["9209.126","14685.207"],["9208.719","14686.186"],["9206.377","14683.730"],["9210.019","14685.827"],["9209.662","14683.860"],["9209.425","14684.162"],["9207.646","14683.683"],["9206.023","14731.992"],["9205.978","14735.857"],["9208.057","14733.545"],["9203.646","14743.626"],["9202.415","14742.616"],["9239.817","14741.801"],["9238.674","14742.113"],["9237.465","14740.257"],["9239.837","14743.646"],["9241.899","14749.769"],["9229.926","14737.880"],["9231.916","14750.752"],["9209.570","14782.339"],["9209.692","14775.823"],["9215.083","14778.044"],["9239.309","14788.354"],["9276.503","14722.832"],["9278.898","14721.301"],["9281.081","14717.110"],["9272.614","14705.230"],["9269.981","14708.879"],["9266.864","14687.972"],["9341.164","14679.570"],["9339.363","14679.124"],["9339.384","14680.094"],["9337.690","14681.187"],["9336.160","14679.701"],["9336.538","14679.794"],["9336.728","14679.833"],["9337.339","14680.950"],["9332.377","14685.675"],["9324.455","14738.484"],["9315.793","14691.512"],["9319.724","14673.092"],["9316.148","14678.599"],["9315.983","14676.612"],["9373.605","14769.425"],["9372.086","14773.558"],["9203.220","14669.510"],["9204.087","14669.552"],["9201.841","14667.659"],["9207.219","14670.036"],["9208.272","14668.552"],["9205.754","14668.943"],["9204.910","14684.066"],["9204.917","14681.802"],["9206.212","14684.076"],["9207.081","14675.577"],["9207.379","14675.973"],["9210.092","14678.561"],["9209.704","14724.577"],["9212.828","14723.947"],["9213.452","14724.823"],["9212.100","14724.803"],["9211.560","14723.475"],["9211.788","14725.137"],["9212.800","14723.560"],["9211.324","14727.820"],["9230.786","14699.196"],["9233.804","14697.546"],["9231.937","14698.789"],["9231.381","14697.405"],["9231.757","14696.896"],["9232.978","14696.233"],["9231.866","14697.550"],["9234.687","14694.884"],["9236.018","14696.760"],["9236.055","14695.493"],["9235.189","14696.753"],["9234.450","14696.106"],["9234.983","14693.848"],["9235.652","14695.444"],["9235.989","14692.928"],["9239.380","14693.700"],["9238.523","14697.123"],["9239.264","14696.514"],["9234.047","14686.007"],["9233.731","14687.352"],["9234.647","14686.973"],["9234.389","14688.199"],["9234.052","14683.890"],["9233.462","14686.284"],["9235.603","14685.473"],["9209.156","14686.233"],["9209.844","14685.877"],["9206.057","14683.170"],["9210.089","14684.028"],["9210.917","14685.600"],["9210.936","14684.859"],["9208.282","14684.465"],["9205.925","14731.923"],["9204.539","14730.884"],["9206.337","14734.150"],["9205.900","14731.883"],["9207.532","14732.402"],["9211.348","14736.357"],["9207.326","14733.067"],["9209.499","14734.456"],["9204.479","14741.955"],["9205.098","14741.997"],["9202.200","14743.185"],["9200.936","14741.555"],["9201.415","14742.301"],["9240.352","14742.117"],["9236.891","14742.178"],["9237.629","14741.802"],["9239.555","14741.575"],["9237.878","14740.011"],["9239.777","14738.570"],["9238.013","14743.157"],["9238.868","14744.706"],["9241.494","14743.757"],["9238.709","14747.065"],["9240.767","14748.307"],["9238.901","14747.357"],["9230.940","14739.619"],["9230.002","14737.724"],["9230.777","14740.629"],["9236.762","14749.633"],["9233.962","14752.235"],["9232.592","14753.313"],["9232.823","14750.515"],["9231.954","14750.240"],["9205.964","14781.626"],["9209.508","14782.061"],["9205.802","14781.961"],["9210.337","14778.293"],["9211.308","14779.114"],["9210.007","14778.568"],["9212.047","14776.757"],["9212.127","14773.172"],["9212.064","14774.974"],["9240.953","14785.625"],["9239.335","14787.219"],["9237.207","14785.734"],["9274.627","14719.292"],["9274.977","14720.039"],["9275.230","14723.181"],["9279.380","14720.959"],["9277.424","14721.301"],["9277.034","14719.424"],["9280.874","14720.304"],["9280.669","14718.731"],["9282.893","14718.000"],["9272.316","14703.189"],["9273.975","14704.946"],["9275.026","14701.419"],["9270.854","14709.773"],["9270.287","14710.941"],["9271.316","14709.330"],["9263.981","14689.839"],["9264.623","14692.291"],["9264.380","14692.420"],["9336.421","14678.305"],["9339.466","14677.499"],["9339.897","14678.757"],["9336.997","14680.920"],["9335.557","14680.492"],["9338.179","14680.320"],["9339.117","14680.254"],["9336.858","14681.718"],["9337.003","14679.258"],["9337.616","14682.118"],["9336.780","14686.584"],["9336.077","14686.890"],["9336.716","14686.964"],["9333.376","14688.916"],["9332.642","14689.716"],["9336.632","14690.723"],["9323.760","14740.712"],["9319.894","14737.997"],["9324.119","14738.665"],["9317.245","14691.476"],["9315.244","14692.338"],["9316.690","14691.941"],["9320.210","14673.272"],["9318.354","14673.530"],["9316.421","14672.867"],["9316.324","14675.191"],["9315.282","14674.150"],["9315.810","14675.715"],["9315.590","14679.997"],["9315.058","14678.845"],["9372.719","14768.681"],["9373.642","14767.761"],["9374.164","14770.030"],["9371.706","14770.932"],["9371.753","14772.585"],["9358.695","14661.656"],["9028.817","14968.155"],["9021.678","14966.784"],["9031.840","14968.236"],["9040.885","14966.446"],["9045.531","14964.449"],["9065.126","14921.424"],["9024.812","14906.231"],["8990.978","14925.563"],["9040.122","14922.851"],["9027.392","14967.805"],["9029.096","14966.642"],["9027.851","14968.311"],["9020.271","14968.641"],["9022.248","14967.611"],["9020.189","14969.543"],["9032.231","14969.601"],["9031.156","14970.614"],["9033.748","14970.819"],["9041.406","14963.954"],["9041.556","14962.973"],["9041.783","14964.391"],["9044.861","14963.632"],["9041.838","14965.015"],["9043.669","14964.931"],["9064.395","14919.436"],["9062.936","14921.475"],["9063.930","14920.867"],["9024.722","14904.679"],["9023.776","14904.125"],["9024.772","14904.629"],["8989.263","14913.988"],["8990.100","14914.200"],["8989.293","14926.099"],["8991.402","14924.955"],["8989.169","14926.497"],["9037.615","14922.718"],["9039.853","14924.241"],["9039.395","14923.309"],["9300.516","14227.657"],["9302.947","14230.051"],["9301.345","14228.621"],["9299.583","14226.443"],["9299.436","14226.189"],["9300.045","14227.718"],["9304.847","14228.083"],["9303.542","14227.394"],["9216.295","14238.174"],["9215.662","14238.435"],["9214.659","14238.127"],["9215.317","14238.431"],["9221.389","14179.100"],["9218.411","14185.710"],["9232.657","14178.402"],["9201.401","14160.549"],["9203.599","14160.379"],["9276.436","14221.482"],["9274.069","14225.365"],["9237.051","14176.197"],["9199.072","14164.845"],["9303.659","14228.953"],["9299.744","14226.431"],["9303.610","14227.258"],["9302.396","14228.045"],["9303.332","14230.364"],["9302.738","14228.964"],["9303.344","14228.473"],["9301.670","14226.553"],["9215.368","14237.956"],["9216.541","14238.027"],["9220.774","14178.203"],["9221.941","14179.558"],["9221.758","14181.705"],["9216.291","14179.457"],["9217.266","14182.480"],["9218.250","14182.658"],["9229.624","14177.785"],["9231.760","14180.386"],["9229.238","14177.148"],["9205.842","14160.297"],["9202.902","14162.402"],["9201.387","14163.316"],["9200.854","14160.148"],["9204.363","14160.903"],["9202.516","14157.902"],["9275.301","14221.938"],["9274.007","14220.974"],["9274.665","14222.891"],["9275.945","14221.889"],["9275.664","14223.443"],["9276.343","14225.796"],["9235.238","14175.003"],["9236.248","14176.320"],["9234.281","14176.688"],["9199.625","14164.884"]] \ No newline at end of file diff --git a/src/gathering/10430.json b/src/gathering/10430.json new file mode 100644 index 0000000..485b4fb --- /dev/null +++ b/src/gathering/10430.json @@ -0,0 +1 @@ +[["6173.326","13945.314"],["12181.888","16071.039"],["12181.149","16072.464"],["6237.909","17008.043"],["9749.188","14441.775"],["16395.106","17225.626"],["11842.950","12723.337"],["15300.177","16253.226"],["12588.369","14352.470"],["8078.615","18339.553"],["7309.295","16291.162"],["8608.962","11737.049"],["13233.564","13479.781"],["17125.164","7573.437"],["6449.091","13753.397"],["8760.532","11396.967"],["8761.643","11397.503"],["10123.828","16583.140"],["10077.992","16634.643"],["9884.921","16391.687"],["13280.753","16223.479"],["8660.091","17049.919"],["13952.746","13584.623"],["13483.237","16501.994"],["5529.910","7777.417"],["8661.934","18672.974"],["15643.548","5291.685"],["12620.447","16053.101"],["12602.692","16048.102"],["12570.388","16000.538"],["12595.214","15979.384"],["12604.544","16004.924"],["12580.115","16018.319"],["10553.844","7675.669"],["3390.765","8001.810"],["8567.975","13554.371"],["10730.569","13050.008"],["9163.164","17740.310"],["7575.343","13095.352"],["10505.291","12707.303"],["8493.947","17932.639"],["8376.507","17443.906"],["11017.561","17282.438"],["13796.707","12317.570"],["8338.779","17578.558"],["5710.863","8292.853"],["17272.711","4663.844"],["10611.003","14196.911"],["7565.852","8860.182"],["5849.662","9805.983"],["11145.486","14328.054"],["10671.325","16004.084"],["10227.227","13809.949"],["12296.486","8201.237"],["15566.737","12332.243"],["15567.630","12332.229"],["14946.415","16690.962"],["11918.637","4467.754"],["15970.473","16746.142"],["2224.985","11348.101"],["15342.095","14956.060"],["11028.990","14508.942"],["13416.489","15484.048"],["10497.900","12970.729"],["7314.011","18017.293"],["6944.536","17211.291"],["14172.355","14479.020"],["6512.277","13762.235"],["14150.932","14289.674"],["9440.254","14582.834"],["7591.815","17871.636"],["8464.787","18491.828"],["8464.074","18493.531"],["9083.893","12966.119"],["11630.941","14229.436"],["12837.503","9063.981"],["11816.709","14795.014"]] \ No newline at end of file diff --git a/src/gathering/10432.json b/src/gathering/10432.json new file mode 100644 index 0000000..3f87f6c --- /dev/null +++ b/src/gathering/10432.json @@ -0,0 +1 @@ +[["4551.745","16365.272"],["7630.529","12408.099"],["9482.488","14875.479"],["16715.991","14125.068"],["14897.780","17478.777"],["7922.254","17947.833"],["4918.163","15627.033"],["12519.931","14188.944"],["8033.976","13281.593"],["6610.466","7747.514"],["4990.889","15712.128"],["14947.675","15813.945"],["8750.484","11743.740"],["12453.482","17142.563"],["12853.883","12986.095"],["13475.681","13085.706"],["9100.173","13715.758"],["8811.476","16905.795"],["4618.984","16291.269"],["9925.006","16558.368"],["13218.431","16239.627"],["17007.905","4401.476"],["6003.922","16265.042"],["4943.459","15762.286"],["5435.364","7702.177"],["10174.357","17213.261"],["16125.578","5740.774"],["13460.767","13656.480"],["10892.688","17420.411"],["15656.883","5289.990"],["6485.666","17860.872"],["12216.422","14184.932"],["12214.444","14187.022"],["10692.665","8182.508"],["5015.960","15719.123"],["17061.353","7369.619"],["13652.119","15689.133"],["11851.841","12435.728"],["4634.340","16238.302"],["10794.350","17370.147"],["1714.498","13351.786"],["7709.710","18254.131"],["15037.680","13898.965"],["7313.127","7980.159"],["3151.139","11725.405"],["16745.740","16184.575"],["6931.259","13823.931"],["16467.835","16082.820"],["9492.972","13584.939"],["14551.651","12862.847"],["14553.694","12861.754"],["5746.692","14300.183"],["12015.145","17104.303"],["12015.503","17103.333"],["5960.307","16003.097"],["14309.220","13954.015"],["8355.677","11931.737"],["6293.738","17994.345"],["10704.831","16853.516"],["14627.404","13927.321"],["4983.820","17299.145"],["9816.531","9389.845"],["5321.042","11020.212"],["6603.866","5778.805"],["6533.934","17814.938"],["6534.547","17814.329"],["11911.703","14147.866"],["6123.544","17859.622"],["4873.333","16530.247"],["4870.038","16559.807"],["14279.236","15094.553"],["14280.078","15098.716"],["8414.745","18830.585"],["3347.210","8312.695"],["9596.878","13405.214"],["7847.600","16608.652"],["6282.975","18078.812"],["9254.073","13779.453"],["16045.130","12532.503"],["8365.687","12353.299"],["4871.669","11302.614"],["12630.853","16742.493"],["8114.473","12756.497"],["8115.944","12756.914"],["7886.745","13233.081"],["16029.296","16425.306"],["9307.054","12867.469"],["11073.161","14610.081"],["4568.330","18083.295"],["7206.062","16178.941"],["6019.373","18227.931"],["9884.810","17139.259"],["16681.918","17086.560"],["10640.154","16234.454"],["12067.093","17275.091"],["10736.344","14634.992"],["4518.965","18110.247"],["12828.625","13780.155"],["6277.447","17954.993"],["6430.858","17845.527"],["18204.410","16605.151"],["5927.295","9168.429"],["7562.452","18841.394"],["12510.378","14145.877"],["4816.162","16612.558"],["4622.969","16432.795"],["7586.622","17869.075"],["8642.643","12504.362"],["9627.246","10546.674"],["15245.362","17797.154"],["9924.776","14604.486"]] \ No newline at end of file diff --git a/src/gathering/10434.json b/src/gathering/10434.json new file mode 100644 index 0000000..c5ba063 --- /dev/null +++ b/src/gathering/10434.json @@ -0,0 +1 @@ +[["11987.496","17474.878"],["11981.836","17483.295"],["11993.602","17531.461"],["8766.835","17480.683"],["7543.749","17173.221"],["7536.872","17183.968"],["8795.272","14100.980"],["13738.046","14509.147"],["4335.633","11376.476"],["8661.563","18358.880"],["8681.347","18392.917"],["8718.566","18447.826"],["8716.350","18419.452"],["8705.582","18414.660"],["16009.822","9650.824"],["6279.353","17827.071"],["14338.920","15383.130"],["14310.219","15332.428"],["13447.779","12645.258"],["4527.028","12984.150"],["4528.785","12985.514"],["4448.874","13024.942"],["4453.134","13025.245"],["6218.607","13871.819"],["6243.712","13955.381"],["6750.782","13138.508"],["9125.987","13887.356"],["9132.089","13857.612"],["7737.687","17986.099"],["7771.393","17893.055"],["7758.699","17895.284"],["7765.170","17898.068"],["7729.533","17986.559"],["7736.897","17983.208"],["4444.367","11329.203"],["6042.890","17128.322"],["6042.662","17123.041"],["6045.762","17120.852"],["6840.914","13636.009"],["6637.879","17166.323"],["6619.677","17161.771"],["6630.086","17172.859"],["6914.382","16092.941"],["6908.609","16102.371"],["6906.306","16093.222"],["6937.972","16077.791"],["6936.097","16078.815"],["6935.620","16071.235"],["6936.201","16065.408"],["6925.740","16059.182"],["6932.270","16070.099"],["7044.225","15929.802"],["7041.512","15932.200"],["8142.694","18920.559"],["8133.755","18923.928"],["8060.602","19045.035"],["8095.095","19011.944"],["8109.844","19009.979"],["8102.699","19001.914"],["8077.703","19041.968"],["8049.851","19042.682"],["8030.551","19040.488"],["8084.322","19037.231"],["8052.586","19019.380"],["8046.495","19015.020"],["8045.650","19033.583"],["8090.671","19028.750"],["8038.759","19043.310"],["8117.958","19001.879"],["8112.030","19004.842"],["8102.418","19005.901"],["8122.650","18990.253"],["8096.505","19011.676"],["8115.234","18928.435"],["13050.096","7728.300"],["4589.310","11242.173"],["4589.673","11237.749"],["4586.155","11241.141"],["5830.627","11304.273"],["5875.057","11319.178"],["5873.907","11325.479"],["5849.583","11426.296"],["5846.673","11424.120"],["5869.254","11322.504"],["13327.137","14405.905"],["13329.862","14403.987"],["7948.779","13295.686"],["8524.640","14065.393"],["8542.485","14049.798"],["8406.379","14130.872"],["8420.261","14079.856"],["13357.811","12920.176"],["14812.515","9152.992"],["7270.032","13631.804"],["7208.352","13659.140"],["6338.881","16449.369"],["6337.614","16448.906"],["6340.196","16449.435"],["6326.745","16453.810"],["6333.209","16456.899"],["6335.561","16458.847"],["6335.392","16427.163"],["6332.957","16430.433"],["6328.171","16428.765"],["6339.144","16452.256"],["8816.670","19055.920"],["8795.279","19052.077"],["8802.398","19023.232"],["8812.259","19039.474"],["8813.206","19015.997"],["8833.555","19016.830"],["8887.567","18977.859"],["8844.414","19033.322"],["8855.169","19016.321"],["8834.482","19025.612"],["8841.611","18960.939"],["8880.293","18998.699"],["8848.974","18954.007"],["8837.817","18951.778"],["8862.533","18985.393"],["8859.338","18949.049"],["8835.442","18952.739"],["8907.577","18953.929"],["8881.972","18961.451"],["8885.879","18950.712"],["8890.059","18975.316"],["8901.484","19010.866"],["8890.950","18992.137"],["8899.133","19007.453"],["8888.834","18998.815"],["8856.124","19002.848"],["8861.982","18997.214"],["8810.732","19023.534"],["8782.841","19068.066"],["8799.818","19078.299"],["9616.110","15732.830"],["5664.190","11283.160"],["5828.590","11301.175"],["5665.149","11288.863"],["7260.174","17282.806"],["13361.523","14525.022"],["13770.318","12693.366"],["7421.016","13339.652"],["7945.970","18264.011"],["7940.325","18263.429"],["8552.118","15475.575"],["8562.385","15497.348"],["7328.602","16294.659"],["7334.396","16313.179"],["7323.085","16290.701"],["7318.704","16289.900"],["6277.806","12072.808"],["6278.165","12078.666"],["6279.436","12076.824"],["6417.914","12026.123"],["6420.597","12026.932"],["6411.171","12046.597"],["6374.563","12015.178"],["6371.878","12015.248"],["6375.574","12012.192"],["8493.908","13417.948"],["8472.724","13427.576"],["8424.437","13514.435"],["7928.684","12700.883"],["7809.095","12601.345"],["6374.798","18355.849"],["6390.511","18268.150"],["6290.797","18316.315"],["7443.554","17647.694"],["7404.261","17648.223"],["6833.118","12934.346"],["6678.101","16236.945"],["6673.821","16231.734"],["6676.521","16230.487"],["5465.293","12627.611"],["5494.861","12615.410"],["5491.877","12642.602"],["5447.775","12648.545"],["5421.752","12608.230"],["5494.078","12611.761"],["12746.427","17436.386"],["6975.946","16886.374"],["6978.591","16875.552"],["6971.644","16891.930"],["6970.514","16881.893"],["6966.661","16885.021"],["6350.587","13625.043"],["6446.755","13737.082"],["15058.302","16815.442"],["8570.187","15512.342"],["7558.872","10953.475"],["6817.880","15837.486"],["6821.483","15843.765"],["6798.805","15849.933"],["6811.176","15845.022"],["11747.430","9623.616"],["6755.734","15936.011"],["6744.513","15946.429"],["6711.283","16072.406"],["6705.480","16086.701"],["6724.798","16080.342"],["6749.145","15944.674"],["6716.852","16081.986"],["6703.710","16125.490"],["6746.176","15943.155"],["6753.723","15948.673"],["6753.967","15944.105"],["13641.866","14366.889"],["6985.012","17165.890"],["6987.232","17173.225"],["6971.329","17165.181"],["6979.392","17168.718"],["7622.729","13237.455"],["7637.108","13243.399"],["6867.940","18241.077"],["6864.354","18241.490"],["6866.953","18227.981"],["6838.172","18215.100"],["6851.330","18215.397"],["6848.928","18203.672"],["6773.048","18205.061"],["6781.305","18206.399"],["6778.328","18215.301"],["6817.563","18175.839"],["6813.188","18182.247"],["6813.829","18179.159"],["6876.949","18192.122"],["6873.183","18196.961"],["6877.590","18195.028"],["6867.686","18120.924"],["6872.192","18120.346"],["6865.136","18110.602"],["6799.301","18112.119"],["6789.844","18110.533"],["6792.919","18100.574"],["6778.189","18137.910"],["6770.722","18132.774"],["6770.393","18137.316"],["7167.404","17545.311"],["7180.244","17542.814"],["14245.250","15616.361"],["14230.282","15634.107"],["13207.957","13392.844"],["7440.878","17105.408"],["7325.578","17192.418"],["7417.084","17140.419"],["7376.620","17146.943"],["7381.851","17138.124"],["7486.781","17174.713"],["7401.600","17076.060"],["7461.609","17183.132"],["7456.573","17179.452"],["15436.928","15665.303"],["8137.290","12591.038"],["8124.145","12569.008"],["6167.844","17711.985"],["6170.305","17708.451"],["6167.786","17700.259"],["6172.025","17726.961"],["6231.318","17819.202"],["6175.381","17711.797"],["6170.082","17720.628"],["8630.346","9416.452"],["10023.854","14188.823"],["6189.505","18228.428"],["6188.995","18232.392"],["6192.844","18234.506"],["6170.339","18248.836"],["6179.631","18246.177"],["6169.385","18237.292"],["6218.250","18252.584"],["7512.628","17828.966"],["7477.910","17824.080"],["7481.223","17830.919"],["7436.911","17687.888"],["7577.897","17461.257"],["7604.713","17547.779"],["7544.107","17502.366"],["7593.871","17533.415"],["7551.587","17531.573"],["7566.427","17528.826"],["7560.834","17566.531"],["7212.268","16487.600"],["7213.337","16484.726"],["7215.229","16466.710"],["7204.768","16480.779"],["7217.054","16481.853"],["4674.627","10732.658"],["4622.219","10722.135"],["4676.159","10728.490"],["4607.310","10852.080"],["8866.220","9621.745"],["7188.094","17058.605"],["7176.002","17058.910"],["7173.214","17064.586"],["7183.690","17062.313"],["8902.909","12477.300"],["7287.315","13443.451"],["7109.240","13480.429"],["8913.174","17104.698"],["8925.075","17102.879"],["8919.628","17072.050"],["8901.609","17069.315"],["7665.968","18007.104"],["7678.966","17989.046"],["7639.348","17912.126"],["7713.621","17875.500"],["7663.016","17996.536"],["7604.308","18017.595"],["7646.729","18033.819"],["7665.217","18035.711"],["7667.996","17906.317"],["7693.292","17886.978"],["7671.256","17994.026"],["6122.192","18340.048"],["6123.376","18354.135"],["6133.130","18353.508"],["6614.534","16089.362"],["6622.416","16094.811"],["6623.802","16097.215"],["6621.402","16098.099"],["4265.449","11209.330"],["4257.914","11210.408"],["4264.768","11213.086"],["6897.606","18154.357"],["6886.373","18145.951"],["6892.376","18142.417"],["9185.068","12635.644"],["6527.304","17838.366"],["6540.165","17838.068"],["6532.497","17847.379"],["13120.253","13073.920"],["7063.337","13072.762"],["6982.991","13046.866"],["6976.264","13141.713"],["6985.130","13018.724"],["6620.151","16875.590"],["6585.112","16835.408"],["6484.242","15691.405"],["7407.243","18679.689"],["7426.372","18689.323"],["7447.984","18701.329"],["7326.798","18771.880"],["7334.824","18803.176"],["7478.724","18696.210"],["7405.550","18763.278"],["7388.525","18800.550"],["7404.314","18838.965"],["13872.307","15870.650"],["13845.169","15914.316"],["13830.629","15839.766"],["10266.419","7794.983"],["7118.813","16883.249"],["7113.981","16880.466"],["7198.127","16800.498"],["8208.509","13135.870"],["8219.389","13142.830"],["8211.690","13150.058"],["8209.334","13152.357"],["8214.850","13155.053"],["8201.668","13152.782"],["8196.502","13146.625"],["8186.144","13169.130"],["8168.590","13177.244"],["8165.384","13181.060"],["8163.768","13144.455"],["8161.317","13142.663"],["8172.936","13145.973"],["8173.173","13126.868"],["8154.002","13027.292"],["8211.563","13137.597"],["8214.695","13149.669"],["8186.857","13137.416"],["8194.794","13138.257"],["8189.149","13141.094"],["8208.994","13140.762"],["15034.464","11201.516"],["12705.074","17347.494"],["12704.860","17321.479"],["12757.096","17337.556"],["7751.560","13038.425"],["7757.002","13037.143"],["9559.852","9370.088"],["6841.457","17751.359"],["6885.947","13666.066"],["6973.391","17993.329"],["6957.923","18012.253"],["6968.673","17991.681"],["7893.425","13266.661"],["7831.929","13347.641"],["6891.993","13522.025"],["7571.724","18078.493"],["7630.247","18061.060"],["7707.402","18051.027"],["7537.143","18098.211"],["7711.547","18209.516"],["14697.876","17155.046"],["7699.045","13008.493"],["7721.945","12995.487"],["7715.358","12984.462"],["7714.460","12979.805"],["8765.311","13351.603"],["8664.241","13250.300"],["7550.828","13198.826"],["7560.889","13213.796"],["8515.027","13732.533"],["8531.720","13717.773"],["13787.405","15950.122"],["6679.745","18087.963"],["6683.429","18095.791"],["6676.620","18097.690"],["8665.146","14041.604"],["14155.157","16118.639"],["14230.733","15987.772"],["14199.203","15967.524"],["14126.309","16003.495"],["14118.348","16043.544"],["14101.983","16018.243"],["9629.559","14978.278"],["9629.561","14972.423"],["9631.910","14979.933"],["9624.527","14979.460"],["11946.320","17399.635"],["11947.576","17401.754"],["7776.827","18113.505"],["7731.531","18044.173"],["7735.379","18213.182"],["7916.699","18250.187"],["7923.826","18250.148"],["7889.710","18246.761"],["7885.153","18244.798"],["7903.542","18241.529"],["7926.167","18227.938"],["7902.825","18227.815"],["7908.689","18242.134"],["7908.355","18237.637"],["7894.398","18243.487"],["7895.728","18254.222"],["7886.160","18229.014"],["7890.904","18223.802"],["7879.986","18216.866"],["7876.211","18221.041"],["7879.564","18228.571"],["7929.346","18229.957"],["7794.968","18111.820"],["7933.260","18243.977"],["7849.234","18140.512"],["7795.106","18070.322"],["6875.187","13573.283"],["7047.637","15920.346"],["7025.795","15899.584"],["7045.654","15925.131"],["4531.172","11743.527"],["4524.279","11745.880"],["6387.287","13465.611"],["6266.179","13438.595"],["7518.071","17349.345"],["12396.333","10228.829"],["8800.785","13978.057"],["8789.847","13978.883"],["6294.168","17995.777"],["10171.579","14245.035"],["10174.152","14244.268"],["10162.544","14250.617"],["10157.392","14238.662"],["10171.665","14248.882"],["10165.222","14264.113"],["10167.685","14268.469"],["10180.531","14262.958"],["10191.892","14240.099"],["10179.502","14240.150"],["10196.128","14241.376"],["10182.763","14259.145"],["10189.927","14268.364"],["10170.209","14270.060"],["5428.149","12989.241"],["9362.026","18009.861"],["9342.443","18007.056"],["9366.569","18001.750"],["9323.561","17913.233"],["8635.649","17694.723"],["8590.110","17688.163"],["8587.574","17661.718"],["8608.197","17670.347"],["8600.881","17684.617"],["8604.143","17654.611"],["8598.579","17674.827"],["8569.682","17671.871"],["14669.094","9158.965"],["6282.635","17087.959"],["6281.298","17080.974"],["6294.797","17102.129"],["6288.671","17100.331"],["6378.723","17039.275"],["6288.950","17094.173"],["6652.936","16748.645"],["6660.058","16752.674"],["6650.863","16746.118"],["6609.461","16748.804"],["6615.547","16757.738"],["12821.661","13518.169"],["12822.081","13515.819"],["11931.796","17407.920"],["6938.743","16505.082"],["6969.400","16412.395"],["6950.366","16395.312"],["6954.243","16389.400"],["6972.854","16406.334"],["6964.589","16401.589"],["6947.657","16518.328"],["6948.545","16516.973"],["6934.437","16528.363"],["6957.669","16399.986"],["6935.307","16420.295"],["6953.557","16392.785"],["6966.686","16404.765"],["6922.393","16356.516"],["6960.592","16391.680"],["6934.715","16412.417"],["6929.306","16534.176"],["6929.569","16522.203"],["6955.657","16387.013"],["6934.550","16415.423"],["6932.649","16519.706"],["7003.987","16427.271"],["4543.697","12950.111"],["4545.017","12951.932"],["4486.201","12825.243"],["4484.352","12917.037"],["4472.229","12966.677"],["4541.074","12951.806"],["4489.788","12823.736"],["4483.382","12922.058"],["9802.985","9490.205"],["9674.822","15924.326"],["15521.868","17858.482"],["8650.375","12849.227"],["8583.836","12809.353"],["8763.008","12946.335"],["8703.435","12804.619"],["8582.175","12837.644"],["7844.007","10071.670"],["15197.651","15855.790"],["10059.150","14203.901"],["10134.547","14227.423"],["10132.260","14217.342"],["10135.642","14212.877"],["10137.396","14211.941"],["10135.914","14216.413"],["10148.194","14183.691"],["10212.706","14230.966"],["10210.571","14225.044"],["10219.644","14199.197"],["10174.232","14238.123"],["10177.882","14227.269"],["10190.567","14235.747"],["10199.832","14236.329"],["10165.869","14232.613"],["10160.575","14237.250"],["14533.302","9372.003"],["7739.755","12935.591"],["7755.352","12855.516"],["7766.938","12834.108"],["7737.545","12923.012"],["7749.635","12936.275"],["7740.939","12929.843"],["7736.348","12927.316"],["7787.898","12766.341"],["5886.309","11109.210"],["13247.649","10714.925"],["9913.607","14262.303"],["9908.871","14266.745"],["8505.228","13270.332"],["9824.215","16085.253"],["9675.874","15930.833"],["6580.445","13504.273"],["6598.274","13485.313"],["6510.291","13548.329"],["15178.595","16969.393"],["15189.048","16961.249"],["6231.012","17861.699"],["6192.722","17954.571"],["6196.320","17952.107"],["6190.963","17952.568"],["6247.109","17877.038"],["6226.883","17883.597"],["6194.372","17951.525"],["7138.464","15897.154"],["7140.138","15910.426"],["6532.379","17605.936"],["6541.773","17610.063"],["6540.198","17614.727"],["6545.489","17609.080"],["6538.758","17609.778"],["4511.359","12027.768"],["4518.534","12024.588"],["4514.029","12026.094"],["6669.924","13272.111"],["6556.119","13390.582"],["7225.060","13186.114"],["10166.513","8109.147"],["8873.193","18563.365"],["6880.319","13600.781"],["6790.466","16597.849"],["6823.009","16582.734"],["6809.313","16588.852"],["6821.711","16575.498"],["6720.896","16743.515"],["6738.363","16736.843"],["6740.008","16726.620"],["6795.235","16600.607"],["6809.567","16571.344"],["6680.114","16733.772"],["6806.520","16570.825"],["6808.506","16567.630"],["6811.113","16624.038"],["7512.130","17289.859"],["7471.403","17218.132"],["7313.829","17386.765"],["7473.192","17208.251"],["7440.569","17281.591"],["7468.492","17217.752"],["8774.670","19054.811"],["8768.413","19043.919"],["7778.760","18978.266"],["7742.252","19071.182"],["7779.226","19094.128"],["7792.192","18980.938"],["7796.574","18974.593"],["7821.970","18992.001"],["7764.376","18977.282"],["7811.511","18980.572"],["7813.031","18971.200"],["7742.877","19057.216"],["13003.214","17139.735"],["6934.545","17775.130"],["7000.395","17678.067"],["12874.995","13887.793"],["6513.050","18095.995"],["6649.024","18073.387"],["6655.455","18071.851"],["6647.166","18077.598"],["6520.194","18101.932"],["6502.136","18091.662"],["6514.089","18086.700"],["8549.454","12801.663"],["7726.892","18262.778"],["7845.421","18393.708"],["7800.569","18399.687"],["7920.944","18255.374"],["7888.734","18255.460"],["7920.865","18270.914"],["7916.825","18271.322"],["7930.573","18284.082"],["7814.171","18344.823"],["7829.188","18375.442"],["7905.127","18264.209"],["7909.450","18264.214"],["12425.663","10943.000"],["8389.280","12410.922"],["9117.669","13443.654"],["5788.478","11247.754"],["5799.990","11200.076"],["5791.265","11246.403"],["5803.602","11201.897"],["7959.847","18146.605"],["7937.287","18128.696"],["7940.547","18130.564"],["7959.168","18116.073"],["7961.390","18122.060"],["7998.416","18235.925"],["7972.971","18219.155"],["7960.183","18220.384"],["7946.056","18247.677"],["9636.969","15696.630"],["5988.151","17529.565"],["14764.546","9649.065"],["6453.550","17385.756"],["6460.900","17389.787"],["7673.689","12960.855"],["7686.280","12959.643"],["7665.838","12949.404"],["7666.130","12946.165"],["7717.584","12902.799"],["7720.669","12898.249"],["7717.615","12888.843"],["7722.885","12824.597"],["7704.937","12775.116"],["7723.826","12897.107"],["7676.142","12956.389"],["7669.107","12948.109"],["7057.211","16309.742"],["6926.175","16345.847"],["6919.021","16342.346"],["6917.750","16322.413"],["6908.605","16329.927"],["6914.855","16326.145"],["6950.581","16304.107"],["6950.910","16307.774"],["6937.719","16296.808"],["6932.883","16263.397"],["6937.324","16259.020"],["6930.959","16263.793"],["6967.994","16253.266"],["6981.119","16254.307"],["6975.329","16254.621"],["6995.521","16236.078"],["6989.715","16235.038"],["6998.876","16238.407"],["7000.196","16229.466"],["7003.140","16226.807"],["7007.565","16229.829"],["6921.193","16190.510"],["6916.095","16180.287"],["6918.381","16189.486"],["9565.688","10526.886"],["6830.908","17174.649"],["6825.825","17176.945"],["6826.118","17185.283"],["6824.095","17184.177"],["6824.210","17186.852"],["6830.219","17185.222"],["6827.851","17178.154"],["6829.874","17182.696"],["6823.624","17181.805"],["6820.104","17175.298"],["6823.837","17176.338"],["6831.711","17180.517"],["13925.351","16096.749"],["14021.124","16030.589"],["13871.287","15967.710"],["14020.812","16023.570"],["9607.267","14713.985"],["7065.274","13583.356"],["6946.618","13578.320"],["9860.094","14666.882"],["9916.575","14764.869"],["9890.703","14762.607"],["13398.940","13985.761"],["4527.333","18039.338"],["4531.467","18042.988"],["9746.985","16414.168"],["9748.866","16412.394"],["9259.450","12887.022"],["6584.576","18312.392"],["14673.106","15862.772"],["7397.730","18617.125"],["7400.116","18616.522"],["7397.704","18615.031"],["7404.239","18613.485"],["7390.222","18613.281"],["7397.730","18605.388"],["7404.943","18606.794"],["7399.989","18605.182"],["7401.975","18600.050"],["7374.360","18615.460"],["7371.887","18624.974"],["7423.413","18625.586"],["7412.222","18646.481"],["7413.093","18661.763"],["7410.729","18657.397"],["7408.812","18657.279"],["7402.021","18667.336"],["7422.172","18659.928"],["7399.058","18673.280"],["7408.832","18676.951"],["7389.037","18669.024"],["7387.113","18666.274"],["7432.127","18664.901"],["7420.946","18667.109"],["7392.097","18671.804"],["7395.420","18622.780"],["7390.541","18623.342"],["7393.357","18619.777"],["7384.971","18622.301"],["7400.345","18631.469"],["7376.261","18629.542"],["7377.119","18616.193"],["7407.318","18620.328"],["7401.118","18625.737"],["7386.972","18628.260"],["7380.665","18627.577"],["7385.087","18644.902"],["4609.648","11061.772"],["4611.714","11064.116"],["4607.288","11065.115"],["12704.187","12370.629"],["12726.614","12482.435"],["12709.410","12362.947"],["7567.217","18914.469"],["7608.885","19095.432"],["7552.684","19063.244"],["7595.588","18893.099"],["7573.276","18998.867"],["7628.062","19041.774"],["7705.476","19069.646"],["6182.367","17420.482"],["6185.045","17421.097"],["6187.980","17427.693"],["6189.703","17417.494"],["6187.083","17419.397"],["6091.067","17513.130"],["6091.034","17511.072"],["6102.910","17510.107"],["6182.683","17426.692"],["6097.020","17515.735"],["6147.491","17313.689"],["6144.916","17306.416"],["6150.605","17306.429"],["6155.179","17303.296"],["9560.882","15656.061"],["9575.290","15655.764"],["7121.201","16328.532"],["7111.222","16329.894"],["7093.744","16338.234"],["7232.955","16346.767"],["7228.234","16341.529"],["9253.663","12756.645"],["7868.865","12773.781"],["8966.581","13279.343"],["8161.543","18929.650"],["8161.106","18905.063"],["15177.902","17447.849"],["15181.865","17453.183"],["7510.975","17869.430"],["7506.429","17919.507"],["8794.809","17461.746"],["8867.145","17509.755"],["8828.551","17478.333"],["8835.986","17472.204"],["8849.168","17505.209"],["8823.794","17494.262"],["4472.597","10872.151"],["7547.635","17760.963"],["9170.189","14046.249"],["9158.462","14071.138"],["12967.196","17090.467"],["9544.343","13906.131"],["9568.588","13900.889"],["7652.127","17251.263"],["7654.955","17233.881"],["7516.719","17246.246"],["7657.805","17259.136"],["7539.103","17213.401"],["7675.299","17284.616"],["6973.531","17226.761"],["6279.090","13207.315"],["11971.407","14047.211"],["12047.089","14080.179"],["12011.681","14049.067"],["14689.851","9880.600"],["12393.747","12287.692"],["7755.426","19153.946"],["7761.051","19140.800"],["13097.815","13304.390"],["4499.622","18051.937"],["4506.286","18061.706"],["4506.206","18069.684"],["7763.849","12630.230"],["8549.563","12395.627"],["8528.655","12486.067"],["5960.600","18331.711"],["5978.156","18326.267"],["5927.462","18295.992"],["5947.362","18329.036"],["5401.211","12601.430"],["5402.047","12603.676"],["5398.948","12601.762"],["5397.151","12702.053"],["5396.492","12698.045"],["6842.166","17211.243"],["6842.626","17215.983"],["6847.067","17216.280"],["6850.180","17220.501"],["6848.766","17215.927"],["6858.584","17214.564"],["6858.666","17224.127"],["6858.485","17217.240"],["6254.225","17870.806"],["6257.763","17842.044"],["6258.978","17922.718"],["6632.972","13807.173"],["7484.549","17412.602"],["7482.598","17596.064"],["7510.857","17509.945"],["7467.010","17620.126"],["8829.372","13098.079"],["8890.985","13073.998"],["7184.802","17994.043"],["7182.239","17993.100"],["7138.269","17983.834"],["12326.587","8478.019"],["9559.394","9476.113"],["6463.047","17391.633"],["6472.585","17386.932"],["7565.553","18804.970"],["7581.868","18748.835"],["7563.253","18853.396"],["7564.533","18792.996"],["7590.602","18775.077"],["7524.141","18860.597"],["8690.081","13988.640"],["8620.009","13885.253"],["8765.535","14128.379"],["6012.115","17359.415"],["6011.975","17363.447"],["6015.802","17364.982"],["6709.319","16929.077"],["6695.187","16798.792"],["6754.646","16821.185"],["6040.323","17121.519"],["14478.453","15682.511"],["14520.296","15673.857"],["14547.911","15695.905"],["14671.248","15701.236"],["14502.993","15629.216"],["6192.374","14145.220"],["9421.649","14061.888"],["9442.077","14072.144"],["11928.029","9534.390"],["7706.183","19012.338"],["7721.298","19059.109"],["13609.106","14329.135"],["14443.727","15896.504"],["14389.418","15820.088"],["14402.905","15822.995"],["7590.341","13404.807"],["7593.943","13453.412"],["7540.950","17947.386"],["14511.523","15850.344"],["14611.692","15791.228"],["14657.251","15809.329"],["14510.619","15877.594"],["14651.988","15778.462"],["14646.988","15737.041"],["14520.027","15892.508"],["13781.336","15853.738"],["13917.311","16161.780"],["8633.011","12464.572"],["8634.882","12458.325"],["8625.012","12469.486"],["8626.878","12470.014"],["8623.416","12476.737"],["8618.983","12471.195"],["8623.867","12464.045"],["8617.698","12459.850"],["8615.822","12471.849"],["8639.161","12453.907"],["8651.492","12454.933"],["8642.354","12459.391"],["8643.946","12461.836"],["8646.224","12459.787"],["8606.797","12438.407"],["8607.902","12440.107"],["8605.277","12444.481"],["8598.569","12431.048"],["8618.184","12429.751"],["8595.255","12450.700"],["8592.876","12450.189"],["8590.652","12455.822"],["8581.172","12448.320"],["8626.085","12490.715"],["8627.868","12488.123"],["8617.615","12489.929"],["8758.146","12395.087"],["8637.537","12460.487"],["8634.373","12467.142"],["8622.641","12472.301"],["8639.892","12465.096"],["8632.597","12473.181"],["8828.999","12900.334"],["8524.147","14032.903"],["14187.703","15452.808"],["14174.381","15499.695"],["14237.818","15410.364"],["14177.900","15506.284"],["6578.470","13995.934"],["6544.851","13993.357"],["8616.511","12991.504"],["4244.024","11989.228"],["9073.259","12910.276"],["7483.033","17404.121"],["7514.068","17352.400"],["7502.789","17347.008"],["7010.758","16658.356"],["7013.679","16650.163"],["7010.479","16664.219"],["7009.709","16590.967"],["7010.695","16596.886"],["7010.416","16598.141"],["7017.324","16589.117"],["7012.018","16652.112"],["7007.189","16662.733"],["7010.811","16597.827"],["7016.064","16657.529"],["7078.523","16712.199"],["7015.077","16661.288"],["7543.404","17413.868"],["7522.499","17435.105"],["7670.198","18285.371"],["12948.130","8987.626"],["7388.945","17445.628"],["7385.006","17483.176"],["7382.234","17478.888"],["14328.868","15648.632"],["14288.408","15658.409"],["14368.819","15679.334"],["14452.417","15708.374"],["14285.020","15587.476"],["13728.212","11197.283"],["5363.119","12979.448"],["5360.379","12981.671"],["9871.936","14648.534"],["7476.641","18103.880"],["7485.180","18133.907"],["7462.575","18160.898"],["7470.703","18156.766"],["7399.673","18119.029"],["7403.399","18127.751"],["7485.045","18156.867"],["7451.179","18120.589"],["7482.370","18078.137"],["7459.759","18118.155"],["7487.576","18106.074"],["7464.049","18151.456"],["7456.565","18199.796"],["7420.486","18144.045"],["7453.616","18167.915"],["7491.708","18052.146"],["7457.281","18181.699"],["7390.583","18090.768"],["7493.759","18087.609"],["7491.018","18117.406"],["7471.599","18072.596"],["7478.074","18093.897"],["7504.624","18109.046"],["7489.422","18116.325"],["7490.688","18110.138"],["7489.528","18092.620"],["7489.832","18117.599"],["7501.922","18131.720"],["7507.367","18101.446"]] \ No newline at end of file diff --git a/src/gathering/10435.json b/src/gathering/10435.json new file mode 100644 index 0000000..e7c6ad2 --- /dev/null +++ b/src/gathering/10435.json @@ -0,0 +1 @@ +[["14385.602","15971.930"],["14391.770","15931.682"],["8738.492","18725.026"],["8599.827","18385.664"],["8581.809","18377.817"],["8598.307","18404.841"],["8589.839","18414.253"],["8600.214","18420.868"],["8569.277","18395.823"],["8577.551","18396.156"],["8589.887","18368.619"],["8584.603","18365.535"],["8585.453","18361.963"],["8582.797","18363.240"],["8610.137","18396.977"],["8613.811","18396.026"],["8584.751","18390.824"],["8586.954","18391.957"],["8591.957","18391.035"],["8579.656","18391.292"],["8586.733","18387.725"],["8569.393","18409.887"],["8584.696","18417.299"],["8576.681","18382.251"],["8583.164","18396.781"],["9772.230","16188.267"],["9828.793","16199.696"],["15962.435","9789.209"],["7512.342","13621.721"],["7463.263","13640.565"],["14345.664","15484.253"],["14273.427","15440.240"],["9853.005","15477.898"],["6151.035","13824.365"],["6157.219","13822.581"],["6782.871","13119.648"],["6726.454","13151.599"],["9188.660","13884.150"],["9178.565","13882.214"],["9180.329","13883.564"],["9167.572","13884.564"],["9175.337","13880.733"],["9179.575","13876.447"],["6775.629","13654.829"],["6796.714","13612.435"],["6775.574","13646.165"],["6783.177","13690.741"],["6782.950","13692.907"],["6777.561","13689.591"],["6791.089","13682.597"],["6802.101","13642.786"],["6801.165","13634.398"],["6806.419","13641.863"],["6822.417","13631.476"],["6789.499","13641.927"],["6780.324","13629.355"],["6774.957","13629.770"],["6800.917","13623.212"],["6786.324","13694.254"],["6803.078","13695.197"],["6763.071","13623.568"],["6760.689","13628.645"],["6791.991","13636.634"],["6765.643","13607.965"],["6807.472","13638.122"],["6518.841","17136.602"],["6518.648","17141.979"],["6523.743","17137.181"],["13397.188","14389.081"],["10466.712","7658.551"],["7327.664","18389.142"],["13228.214","12825.488"],["13344.101","12795.954"],["7814.795","19332.983"],["14439.287","9723.669"],["8937.628","18900.149"],["7277.621","17323.906"],["13247.686","14499.075"],["6866.692","13063.447"],["7507.680","13251.097"],["7491.759","13239.537"],["9642.303","13665.926"],["9737.858","13743.967"],["9756.394","13709.401"],["8085.082","18383.648"],["8051.750","18331.249"],["14471.304","9909.653"],["9601.859","13653.011"],["5065.986","11201.116"],["9820.870","14575.576"],["8375.425","19235.694"],["8540.418","19230.311"],["6838.693","12933.372"],["6679.893","16235.616"],["8262.241","18359.646"],["8308.129","18402.966"],["14385.260","16594.618"],["6199.184","16693.139"],["9054.114","13183.852"],["9798.863","14112.257"],["6333.250","16855.035"],["6452.594","13703.110"],["15057.374","16820.449"],["15062.928","16815.797"],["6246.377","13551.847"],["6807.222","15842.918"],["6815.029","15838.206"],["6813.313","15841.451"],["6813.176","15853.751"],["11877.286","9641.567"],["7217.609","18631.543"],["7221.453","18532.762"],["6709.276","16079.638"],["6713.861","16077.765"],["9014.591","13116.767"],["14249.516","15599.961"],["13222.416","13287.864"],["7378.455","17166.391"],["7477.476","17153.124"],["7493.097","17145.975"],["5274.326","10915.260"],["8553.994","18379.636"],["8558.674","18388.696"],["8566.398","18397.029"],["8566.588","18370.155"],["8438.926","18297.082"],["8542.945","18383.998"],["8391.309","18454.394"],["8393.416","18390.658"],["6167.410","17718.019"],["6165.241","17708.335"],["9846.500","14096.464"],["9938.243","14109.998"],["9929.904","14071.171"],["3408.435","12174.676"],["7484.564","17787.149"],["7485.862","17791.482"],["7514.416","17792.256"],["7509.690","17794.120"],["7509.796","17813.122"],["7493.571","17797.059"],["7477.973","17829.024"],["7499.977","17819.517"],["7469.650","17783.632"],["7570.953","17577.332"],["8833.795","14324.833"],["8801.970","14298.508"],["7137.792","13505.565"],["5039.378","11023.860"],["14667.784","17163.516"],["14487.675","15966.447"],["8766.446","14430.132"],["8603.345","13698.493"],["8591.816","13690.863"],["6632.338","12799.336"],["6619.606","16102.079"],["6617.947","16094.189"],["6622.603","16089.346"],["20423.150","9492.932"],["8477.393","13986.701"],["8492.788","14010.368"],["4228.997","11901.843"],["14050.625","8537.897"],["7240.776","18055.732"],["7286.082","18232.187"],["7363.048","13452.857"],["7161.495","12982.274"],["7104.126","13023.381"],["7359.269","18737.673"],["7325.963","18713.147"],["13848.491","15884.490"],["13864.905","15925.712"],["13884.182","15925.960"],["7119.010","16885.826"],["7118.211","16873.960"],["8044.885","12948.727"],["8237.831","13166.028"],["8680.491","19269.058"],["8583.049","19208.016"],["6957.299","18005.670"],["6958.182","18007.089"],["6960.933","18010.759"],["9995.595","14417.698"],["8648.063","13578.716"],["8652.614","13577.279"],["8656.649","13577.969"],["8639.631","13576.166"],["8627.876","13573.332"],["8629.181","13572.117"],["8614.253","13570.318"],["8600.739","13544.594"],["8609.277","13545.081"],["8636.768","13571.090"],["8653.777","13574.662"],["8597.487","13543.195"],["8624.167","13574.299"],["8625.522","13570.520"],["7881.846","13299.276"],["7896.254","13281.901"],["9744.175","15484.221"],["9739.635","15492.017"],["9824.091","15474.446"],["12968.177","7847.264"],["14675.680","17142.187"],["8614.900","13377.037"],["7536.536","13187.919"],["7537.539","13203.872"],["13195.938","12737.109"],["13097.145","12645.580"],["8552.168","13810.234"],["8536.625","13812.563"],["8403.307","13738.056"],["8469.754","13700.847"],["12475.311","11094.514"],["14140.848","16000.423"],["14124.401","16016.872"],["14158.513","16010.382"],["14050.565","16071.712"],["14171.950","15959.581"],["14182.098","15979.713"],["14160.404","16116.889"],["3164.836","11734.035"],["6772.877","13599.510"],["6859.788","13558.850"],["6870.068","13565.555"],["7024.361","15864.277"],["4520.849","11803.207"],["4561.929","11867.435"],["6327.402","13462.159"],["7019.512","13938.080"],["6975.664","13920.094"],["7076.817","13948.712"],["7075.912","13926.845"],["6007.174","17313.106"],["6010.477","17303.076"],["8124.848","13190.260"],["8124.421","13217.048"],["7277.033","18663.929"],["9066.477","18906.948"],["9079.010","18930.697"],["8801.114","13983.081"],["8830.588","14007.772"],["6332.593","13204.408"],["11834.915","11626.251"],["6584.117","16689.678"],["7061.545","16481.177"],["7077.018","16490.402"],["7217.072","13903.368"],["7218.569","13898.034"],["6284.065","14052.717"],["6297.272","14080.512"],["9795.796","9474.002"],["6779.468","15628.925"],["9776.749","15908.456"],["9807.851","15918.563"],["8666.955","12953.024"],["8576.665","12772.855"],["7781.402","10199.857"],["13344.091","10833.597"],["9922.306","14252.044"],["9919.344","14259.404"],["9954.674","14388.911"],["9745.582","16079.747"],["9753.066","16077.468"],["6510.543","13497.006"],["15172.267","16961.137"],["10048.186","14553.589"],["10068.811","14586.900"],["4539.356","12079.543"],["6599.188","13185.019"],["7153.366","13209.863"],["7111.164","13322.278"],["8810.038","18631.896"],["6863.625","13457.329"],["6867.375","13429.931"],["9519.293","13599.242"],["9503.718","13568.556"],["9480.758","13496.323"],["9483.291","13506.794"],["6681.353","16586.060"],["7319.679","17341.595"],["7361.594","17349.056"],["9215.371","13839.096"],["9199.985","13893.325"],["9212.019","13887.359"],["9214.392","13857.135"],["8907.792","18840.149"],["7320.251","18560.253"],["7922.342","19073.443"],["6958.606","17648.959"],["7056.329","17762.700"],["7018.614","17809.707"],["7023.656","17648.813"],["6626.637","18177.538"],["8307.805","12874.192"],["8557.224","12845.026"],["8194.365","19124.847"],["8350.195","19230.045"],["8146.121","19182.761"],["9183.542","13425.603"],["9163.542","13456.685"],["9142.156","13585.531"],["9158.061","13560.279"],["7862.493","19230.944"],["7905.798","19217.385"],["9798.349","15709.628"],["9814.722","15711.044"],["9750.677","15643.856"],["9774.542","15615.235"],["5984.211","17536.210"],["5982.065","17528.583"],["6350.616","17321.196"],["7346.340","16593.304"],["7351.742","16586.334"],["7342.631","16589.849"],["7347.099","16589.391"],["6830.379","17190.067"],["6832.781","17185.542"],["6830.116","17185.856"],["6820.455","17180.152"],["6817.265","17176.651"],["6821.771","17175.759"],["6734.732","17039.556"],["6678.974","17048.799"],["6785.415","16994.114"],["13953.657","16046.625"],["13987.029","16038.004"],["7072.085","13573.310"],["13946.422","10921.625"],["13020.861","9052.744"],["8062.664","12623.195"],["8230.083","18477.118"],["8261.695","18533.402"],["6695.302","13220.418"],["13940.134","11334.979"],["6915.308","13221.838"],["14728.567","15758.181"],["14724.126","15819.221"],["7371.205","18491.945"],["12740.583","12482.350"],["6176.903","17430.073"],["6181.702","17422.280"],["6188.911","17419.622"],["6187.530","17421.986"],["6193.228","17424.609"],["6177.043","17426.172"],["9529.272","15553.161"],["9552.117","15532.137"],["9438.434","15568.815"],["9440.342","15566.668"],["7898.964","12808.744"],["7213.845","18277.802"],["7247.122","18371.091"],["7230.993","18444.884"],["8921.088","13221.375"],["8864.767","13236.989"],["12824.065","13366.862"],["7961.710","19108.176"],["6825.404","12788.219"],["7346.259","17969.189"],["8771.314","14475.780"],["6659.754","13656.065"],["14765.612","15691.976"],["7525.491","17784.368"],["7543.343","17802.942"],["7558.501","17800.591"],["7570.756","17797.221"],["7562.102","17778.114"],["7555.484","17773.118"],["7523.530","17802.419"],["7518.313","17776.468"],["7536.757","17771.831"],["9068.415","14159.113"],["9092.757","14136.322"],["7575.779","17322.958"],["7597.696","17257.977"],["6944.450","17276.807"],["6310.422","13391.708"],["12386.567","12293.689"],["12384.595","12295.824"],["7866.193","19257.145"],["13071.127","13334.076"],["13154.047","13386.364"],["7768.109","12739.677"],["9229.855","13639.672"],["9272.536","13632.322"],["6527.210","16527.901"],["6535.531","16537.110"],["6853.756","16550.236"],["6858.526","16544.819"],["6848.197","16547.189"],["6860.516","16550.980"],["6846.619","16545.406"],["6845.730","16549.848"],["6847.780","16538.639"],["8545.069","12523.094"],["9877.733","15609.587"],["9842.733","15555.384"],["7768.913","13428.207"],["7780.837","13455.358"],["6853.333","17219.550"],["6860.290","17217.767"],["6853.612","17214.530"],["6535.226","13788.147"],["9432.954","15505.781"],["9589.618","15443.985"],["9556.848","15432.954"],["8557.810","13014.462"],["8892.124","13056.899"],["7245.243","17892.079"],["7297.585","18029.324"],["12267.856","8320.901"],["9531.053","9452.310"],["9405.454","15502.627"],["9390.694","15426.161"],["9403.194","15393.445"],["13924.249","9641.866"],["6252.199","13820.038"],["6597.333","17092.765"],["5296.920","10678.325"],["6855.185","13267.858"],["6779.819","16986.100"],["7056.435","17598.137"],["14509.967","15631.561"],["14487.979","15611.297"],["14559.183","15596.524"],["14808.067","16774.261"],["6138.036","14137.630"],["6105.750","14147.490"],["9759.102","14783.410"],["9752.029","14823.146"],["14369.994","15830.460"],["14364.402","15898.932"],["7615.602","13528.298"],["7595.602","13512.361"],["7570.619","13455.959"],["7551.935","13450.740"],["8369.138","18494.295"],["8414.771","18521.866"],["8371.777","18618.117"],["14653.830","15782.310"],["14640.639","15843.862"],["14499.555","15749.860"],["14501.019","15761.041"],["14515.981","15902.367"],["14666.165","15834.861"],["14570.127","15720.564"],["13821.057","15867.215"],["13800.152","15878.247"],["13753.063","15901.170"],["14001.452","16153.074"],["8863.419","12947.408"],["8880.343","12891.968"],["8796.543","12947.047"],["9625.741","10547.413"],["14207.719","15330.562"],["14221.622","15400.484"],["14239.085","15504.088"],["14220.764","15449.885"],["8584.209","13159.382"],["8338.681","13259.563"],["8334.997","13288.349"],["8248.078","13208.274"],["4213.917","12003.246"],["4341.302","11971.053"],["15250.944","17793.347"],["15250.432","17800.156"],["8593.052","18310.716"],["7362.956","17569.713"],["7404.703","17562.262"],["14051.124","16188.442"],["14295.316","15616.081"],["14326.878","15661.184"],["14336.714","15558.327"],["14318.852","15585.214"],["14354.000","15691.407"],["9855.146","14592.818"]] \ No newline at end of file diff --git a/src/gathering/10436.json b/src/gathering/10436.json new file mode 100644 index 0000000..8d3dd73 --- /dev/null +++ b/src/gathering/10436.json @@ -0,0 +1 @@ +[["4491.668","16442.731"],["4496.149","16417.762"],["12972.844","11718.640"],["8728.558","18722.268"],["7388.582","13667.381"],["14312.999","15445.227"],["14305.993","15504.302"],["14256.289","15361.148"],["13447.819","12637.670"],["6217.950","13877.622"],["6088.655","13975.284"],["6108.542","13905.023"],["6084.350","13859.248"],["6718.644","13076.543"],["4951.229","15552.386"],["4979.190","15587.183"],["4966.443","15519.876"],["4965.339","15518.003"],["6152.013","17112.016"],["6200.322","17111.229"],["6751.366","13694.248"],["6889.737","16060.763"],["6939.196","16045.711"],["6946.712","16048.386"],["6948.801","16035.092"],["8080.907","19085.594"],["8083.639","19085.779"],["8082.326","19089.371"],["8084.093","19076.890"],["8071.279","19099.031"],["8065.145","19098.367"],["8067.211","19094.296"],["8064.214","19088.518"],["8066.565","19086.996"],["8063.629","19085.549"],["8142.837","19088.469"],["8106.347","19085.490"],["8120.531","19079.944"],["8125.375","19087.229"],["8116.435","19094.643"],["8101.549","19075.376"],["8089.316","19077.656"],["8125.582","19078.024"],["8136.286","19098.717"],["8143.102","19097.220"],["8141.232","19093.494"],["8117.222","19085.374"],["8120.381","19089.970"],["13402.570","14274.557"],["13400.883","14275.566"],["13220.890","12838.265"],["7117.414","13663.104"],["7826.275","19330.126"],["15294.949","16255.553"],["8912.792","18909.116"],["13253.515","14504.608"],["6851.807","13172.296"],["6882.871","13067.228"],["5710.469","17504.430"],["5806.378","17484.031"],["7434.503","13352.088"],["4992.756","15591.805"],["4998.545","15542.740"],["7939.377","18261.179"],["7937.231","18257.379"],["7940.107","18259.005"],["7948.225","18271.078"],["7946.757","18267.368"],["7943.525","18268.611"],["7942.258","18266.260"],["8100.625","18413.607"],["8012.302","18352.814"],["8562.430","9627.140"],["8187.582","12989.388"],["7323.039","16300.899"],["8079.883","13031.967"],["5195.533","11170.368"],["5195.892","11162.716"],["5060.057","11147.510"],["5056.617","11151.077"],["5093.438","11091.162"],["5090.441","11089.530"],["5061.389","11150.973"],["5093.661","11087.966"],["13017.732","13558.449"],["8492.747","13397.938"],["8464.731","13426.850"],["8481.154","13469.139"],["8539.653","13529.644"],["8541.903","13572.476"],["8388.320","19274.224"],["8537.194","19305.935"],["8551.438","19262.318"],["8272.866","18321.083"],["8354.198","18386.946"],["9097.658","13371.322"],["9125.578","13226.296"],["6972.823","16896.765"],["6954.051","16929.824"],["9223.050","13116.224"],["6302.090","16968.289"],["6389.666","13638.899"],["6433.877","13759.659"],["6454.009","13757.396"],["4625.902","16248.877"],["4615.402","16314.061"],["4577.580","16228.667"],["4597.060","16279.008"],["4621.430","16307.834"],["4589.813","16303.415"],["8133.359","12457.793"],["11901.426","9631.375"],["11834.500","9777.598"],["11783.847","9672.202"],["11866.748","9785.580"],["6881.579","16053.100"],["6882.813","16056.056"],["6720.271","16078.787"],["6705.887","16082.454"],["15128.434","11027.488"],["5836.274","17887.192"],["12774.378","7803.117"],["14198.227","15586.882"],["14186.371","15510.479"],["14245.891","15666.865"],["14232.027","15716.248"],["6592.379","13171.790"],["7417.847","17127.307"],["7422.139","17126.233"],["7421.423","17117.018"],["7413.347","17119.622"],["7422.605","17113.948"],["7470.195","17152.654"],["7494.652","17155.917"],["7506.243","17173.264"],["7432.806","17165.374"],["7423.217","17153.885"],["7420.327","17150.701"],["7428.561","17150.206"],["7418.510","17154.247"],["7415.952","17144.642"],["7419.731","17163.621"],["7424.066","17181.454"],["7427.889","17195.944"],["7432.520","17194.312"],["7388.605","17193.011"],["7377.483","17191.042"],["7401.761","17175.888"],["7410.343","17159.510"],["7412.336","17139.262"],["7417.889","17130.279"],["7433.344","17198.057"],["7429.111","17181.933"],["7428.276","17169.412"],["5348.892","10921.978"],["5351.664","10923.230"],["5360.727","10945.875"],["5362.143","10946.727"],["8407.763","18385.722"],["8440.866","18395.365"],["7661.606","12598.472"],["7649.723","12667.129"],["7710.276","12717.178"],["5520.647","17987.044"],["5594.490","17920.747"],["15037.146","8868.447"],["6083.221","18055.491"],["7160.743","16512.308"],["7163.276","16503.041"],["7146.750","16486.615"],["7128.358","16479.803"],["7138.391","16466.109"],["7164.248","16508.235"],["3605.136","12765.102"],["3604.430","12760.966"],["13088.213","12725.615"],["7172.078","17059.604"],["7182.544","17056.671"],["7189.229","17063.567"],["8908.493","12509.485"],["15115.072","9091.334"],["14501.343","15973.350"],["14494.764","15984.068"],["7349.232","17859.399"],["7347.406","17870.283"],["8577.679","13704.120"],["8602.947","13793.161"],["14231.055","8466.970"],["6533.414","12869.854"],["6080.281","17430.351"],["6083.708","17426.948"],["6077.628","17424.706"],["6086.580","17426.944"],["6081.682","17431.895"],["8549.499","13932.810"],["8388.461","13921.268"],["9140.186","12746.993"],["9140.722","12749.267"],["9136.359","12747.121"],["9081.709","12592.022"],["9145.476","12751.999"],["13082.211","13100.517"],["7244.700","18219.834"],["7284.240","18182.327"],["5200.812","11170.131"],["6963.699","13132.382"],["7116.158","13017.735"],["7367.273","18705.297"],["6273.166","17344.593"],["7194.537","16801.946"],["7184.676","16811.794"],["8019.737","12961.328"],["8150.135","13051.293"],["8149.654","13048.295"],["8181.236","13136.762"],["8655.837","19225.441"],["8687.876","19281.395"],["7842.392","13006.635"],["7842.470","13091.564"],["7834.160","13130.603"],["6736.947","17648.277"],["6820.972","17634.844"],["6882.334","17739.944"],["6980.048","13654.973"],["7027.467","13689.338"],["7091.806","13608.637"],["7026.507","13609.929"],["7073.056","13646.242"],["4642.845","16200.443"],["4660.581","16242.598"],["4660.383","16245.079"],["4658.549","16246.006"],["11829.243","11733.238"],["12161.505","11022.001"],["7798.561","19343.553"],["7126.465","12961.346"],["8668.880","13343.445"],["8613.715","13387.541"],["8473.316","13696.309"],["8441.099","13811.704"],["13758.146","15945.117"],["13721.550","15937.240"],["14134.582","16005.080"],["14156.276","16078.573"],["14213.097","16082.034"],["14084.269","15984.370"],["14195.114","15993.462"],["14230.076","15973.339"],["6581.463","17648.549"],["7881.879","18222.233"],["7886.169","18222.495"],["7867.817","18208.680"],["7865.306","18206.472"],["7934.306","18247.157"],["7933.045","18244.578"],["7929.159","18247.192"],["7914.567","18254.343"],["7917.145","18241.146"],["7906.826","18230.341"],["7909.834","18229.040"],["7911.446","18231.593"],["7905.511","18224.544"],["7882.749","18218.151"],["7863.028","18224.911"],["7858.094","18220.237"],["7862.366","18229.140"],["7881.677","18206.482"],["7872.279","18200.973"],["7921.247","18226.900"],["7916.851","18225.767"],["7926.359","18219.536"],["7933.783","18217.114"],["7925.453","18231.446"],["7934.134","18224.731"],["7914.077","18208.891"],["7909.413","18249.365"],["7872.341","18218.353"],["7873.362","18224.251"],["7930.533","18227.078"],["7933.696","18234.686"],["6861.739","13533.031"],["6787.931","13539.373"],["6767.991","13577.188"],["6372.517","13477.435"],["5893.335","17400.336"],["3687.401","12620.147"],["3688.983","12617.085"],["7287.346","18604.474"],["9175.079","18920.044"],["9148.928","18949.062"],["10187.386","14260.876"],["10186.921","14252.107"],["10173.909","14254.185"],["10174.480","14250.754"],["10168.852","14245.044"],["10171.440","14240.858"],["10159.378","14240.935"],["10143.676","14241.838"],["10164.922","14243.239"],["15951.908","9518.817"],["6999.575","16445.631"],["6999.516","16450.577"],["6252.505","14100.267"],["6693.780","15671.116"],["5254.662","11066.027"],["5252.140","11068.716"],["5254.613","11069.140"],["6506.640","15734.465"],["10224.427","14231.459"],["10221.497","14232.408"],["10228.174","14236.466"],["10229.464","14208.651"],["10227.300","14210.094"],["10221.435","14209.891"],["10174.158","14226.595"],["10153.996","14238.495"],["10132.193","14224.593"],["10132.543","14222.335"],["10130.088","14223.636"],["10137.882","14207.595"],["10128.796","14206.428"],["10122.253","14202.813"],["10125.519","14201.066"],["10141.631","14197.158"],["10132.145","14228.888"],["10183.436","14231.589"],["10193.575","14219.337"],["10195.559","14213.749"],["10195.173","14228.196"],["10209.634","14230.463"],["10216.892","14224.454"],["10214.879","14220.237"],["10215.223","14214.824"],["10221.564","14228.278"],["10216.637","14232.193"],["10231.801","14220.066"],["10224.622","14213.638"],["10224.424","14207.636"],["10221.699","14224.415"],["10125.205","14205.587"],["10172.288","14229.955"],["10169.240","14235.102"],["10135.029","14203.360"],["14523.884","8432.317"],["15745.595","17445.601"],["15749.296","17443.783"],["7743.958","12791.140"],["7747.234","12920.795"],["7799.753","12774.821"],["8429.459","13253.876"],["8526.205","13316.758"],["8508.058","13352.532"],["8471.329","13195.750"],["8560.722","13378.969"],["6804.997","17416.278"],["14077.517","11009.444"],["7135.752","15899.347"],["7148.881","15896.995"],["6649.729","17580.615"],["4866.840","16561.494"],["4828.960","16527.667"],["6478.339","13366.866"],["6614.990","13235.166"],["7177.429","13195.643"],["7130.981","13208.327"],["8319.198","12832.888"],["6215.000","18047.762"],["7462.916","17227.858"],["7451.635","17241.198"],["7394.600","17207.210"],["7387.579","17206.504"],["12337.505","8191.792"],["8847.768","18748.709"],["8940.457","18869.529"],["7326.451","18506.149"],["7337.241","18474.059"],["5827.534","17313.797"],["7895.098","19088.688"],["6628.661","18175.318"],["6626.895","18170.452"],["6625.300","18173.634"],["6633.023","18168.509"],["8412.586","12869.040"],["8431.796","12878.305"],["8473.293","12778.784"],["7933.927","18283.191"],["7923.619","18274.514"],["7923.944","18270.614"],["7927.109","18265.297"],["7930.136","18269.627"],["7935.390","18268.086"],["7935.441","18265.263"],["7923.278","18257.558"],["7917.235","18255.903"],["7913.707","18257.007"],["7917.346","18266.649"],["7915.517","18264.520"],["7903.900","18259.360"],["7903.550","18270.764"],["7912.796","18267.161"],["7911.173","18272.941"],["7897.017","18260.173"],["7923.129","18265.768"],["7927.610","18261.845"],["7907.791","18269.394"],["5480.026","10837.298"],["5470.720","10837.190"],["5475.888","10836.771"],["8162.507","19192.658"],["8152.227","19155.103"],["8335.491","19277.758"],["9171.737","13559.176"],["7947.526","18254.399"],["7945.544","18252.183"],["7942.132","18225.018"],["7946.291","18216.431"],["7943.870","18204.552"],["5926.784","18020.266"],["7827.509","19215.123"],["7921.381","19109.894"],["7891.522","19267.856"],["8466.494","12962.868"],["5984.361","17528.237"],["5980.569","17525.057"],["5989.702","17523.579"],["6340.919","17328.424"],["6346.289","17317.280"],["6353.527","17317.644"],["6339.237","17319.136"],["6302.561","17380.666"],["6298.384","17381.128"],["6301.492","17384.514"],["6295.963","17373.113"],["6296.226","17363.535"],["6289.137","17367.118"],["6277.863","17381.516"],["6278.751","17387.147"],["6275.659","17384.819"],["6277.639","17349.449"],["6284.860","17346.228"],["6310.619","17338.691"],["6303.942","17333.406"],["6310.718","17332.201"],["6363.929","17391.216"],["6358.501","17386.889"],["6359.011","17385.568"],["6347.140","17329.061"],["7713.304","12817.022"],["6944.531","16254.520"],["6937.409","16250.557"],["6947.804","16259.557"],["6902.124","16263.197"],["6909.213","16270.414"],["6900.430","16270.067"],["6995.534","16271.080"],["7007.750","16277.760"],["7016.758","16262.638"],["13930.927","16126.179"],["13934.677","16077.492"],["7009.550","13584.099"],["6978.148","13553.795"],["7282.575","18754.270"],["14508.039","16848.012"],["14501.677","16841.113"],["8007.007","12605.854"],["8343.201","18525.162"],["8242.977","18537.382"],["8217.912","18550.148"],["14034.268","11387.783"],["7776.698","13196.387"],["7881.478","13246.215"],["6958.189","13230.119"],["6559.582","18348.315"],["7033.485","12870.169"],["14677.070","15851.591"],["14726.906","15752.516"],["14731.906","15737.685"],["7311.173","18625.664"],["6089.268","17507.928"],["6081.395","17508.466"],["6099.148","17504.426"],["6096.270","17506.544"],["7276.464","18333.750"],["7257.440","18436.791"],["7255.806","18297.482"],["7249.331","18449.310"],["8844.686","13323.759"],["8782.185","13242.373"],["8071.907","19101.797"],["8069.261","19102.685"],["8068.019","19103.932"],["8069.002","19105.923"],["8073.463","19107.568"],["8065.586","19102.830"],["8061.409","19104.829"],["8061.623","19106.640"],["8064.455","19110.964"],["8060.758","19111.227"],["8071.457","19112.294"],["8066.645","19107.627"],["8094.718","19116.281"],["8105.527","19117.361"],["8102.602","19120.470"],["8102.282","19122.686"],["8103.333","19123.536"],["8106.918","19123.853"],["8112.164","19124.526"],["8098.795","19124.473"],["8117.857","19110.472"],["8115.632","19108.138"],["8113.712","19112.080"],["8110.048","19109.044"],["8111.224","19111.948"],["8109.427","19115.604"],["8107.762","19114.602"],["8113.221","19115.236"],["8127.144","19112.466"],["8131.006","19118.518"],["8133.352","19119.277"],["8130.731","19122.238"],["8135.878","19127.389"],["8128.686","19135.191"],["8128.061","19137.757"],["8134.654","19140.629"],["8137.412","19118.702"],["8130.490","19110.677"],["8106.870","19134.762"],["8116.004","19139.322"],["8087.996","19130.357"],["8084.393","19130.505"],["8087.626","19136.680"],["8079.367","19127.487"],["8128.010","19101.758"],["8151.699","19086.672"],["5769.774","17902.864"],["15686.053","17747.604"],["6293.070","13377.455"],["4001.322","12787.951"],["4055.693","12793.704"],["4053.399","12791.880"],["4051.263","12889.896"],["4046.186","12894.153"],["4004.870","12786.639"],["4054.566","12795.286"],["4048.417","12890.701"],["7731.191","12706.881"],["6584.603","16456.614"],["6583.780","16458.348"],["6586.807","16452.237"],["6576.279","16459.127"],["6575.589","16459.259"],["6582.628","16459.903"],["6574.825","16448.417"],["6573.098","16449.904"],["6576.025","16450.383"],["6532.366","16530.835"],["6526.423","16532.198"],["6527.443","16530.332"],["6536.039","16525.123"],["6538.806","16537.340"],["6539.974","16532.997"],["6535.385","16530.784"],["6575.099","16456.285"],["6839.667","16544.717"],["6842.842","16548.911"],["6848.358","16556.743"],["6840.046","16547.920"],["6844.674","16551.789"],["6843.309","16549.625"],["8870.463","16821.271"],["8166.250","12650.627"],["6312.069","17914.072"],["6469.634","13618.932"],["8848.693","12978.322"],["8847.249","12979.791"],["8841.545","12977.985"],["8981.556","12975.206"],["8851.219","12989.203"],["8890.644","13036.272"],["7215.431","17992.511"],["7223.177","17995.980"],["7660.750","12519.573"],["7662.376","12521.665"],["7665.925","12513.236"],["7669.103","12519.144"],["7667.650","12526.416"],["7652.063","12528.565"],["7655.085","12533.792"],["7665.392","12539.746"],["7683.070","12526.250"],["7676.434","12499.377"],["7649.095","12486.717"],["7660.604","12530.652"],["7663.585","12535.735"],["7636.947","12509.911"],["7627.059","12485.923"],["7606.182","12506.621"],["7601.592","12513.232"],["7599.903","12514.474"],["7601.085","12516.688"],["7665.865","12517.416"],["7671.441","12505.113"],["7656.520","12531.156"],["7669.548","12538.185"],["7669.763","12511.664"],["7674.839","12517.059"],["7090.642","13022.517"],["4820.634","16582.049"],["4837.354","16568.144"],["4858.061","16581.631"],["4833.791","16589.105"],["6716.494","16931.323"],["6725.404","16923.818"],["13497.466","14495.280"],["6290.044","13028.636"],["5866.440","17088.179"],["14481.677","15622.197"],["14490.953","15716.830"],["14517.713","15644.014"],["14548.733","15680.975"],["14551.710","15694.914"],["14595.937","15624.592"],["4585.268","16475.757"],["4577.566","16476.802"],["4589.662","16448.158"],["4620.486","16433.419"],["9557.950","14803.822"],["9557.517","14842.090"],["9539.426","14865.683"],["4018.709","12685.221"],["4012.679","12665.532"],["4043.597","12651.575"],["4018.361","12690.524"],["13414.275","14377.258"],["14419.237","15918.585"],["14363.152","15814.853"],["14365.767","15926.331"],["8414.606","18517.737"],["8376.572","18494.378"],["8360.215","18585.681"],["14635.787","15864.506"],["14623.156","15765.580"],["14514.813","15850.328"],["14666.050","15779.486"],["13780.283","15856.584"],["13793.803","15929.329"],["13729.856","15893.887"],["13771.517","15815.451"],["14011.272","16171.712"],["14005.723","16184.225"],["8593.019","12436.585"],["8589.766","12440.170"],["8584.004","12441.654"],["8592.007","12444.426"],["8603.744","12439.145"],["8597.765","12443.292"],["8578.216","12439.560"],["8591.277","12434.464"],["8586.956","12434.726"],["8590.656","12426.489"],["8609.677","12441.744"],["8649.288","12451.902"],["8638.706","12456.924"],["8632.038","12461.967"],["8627.711","12479.564"],["8632.184","12477.371"],["8640.697","12474.580"],["8598.132","12460.875"],["8633.008","12493.069"],["8621.089","12497.172"],["8669.317","12464.385"],["8708.156","12428.851"],["8587.717","12437.484"],["8593.747","12440.245"],["8826.165","12949.135"],["8824.283","12948.349"],["8828.798","12953.428"],["8847.671","12943.589"],["8854.718","12953.670"],["8858.688","12959.926"],["8854.720","12951.216"],["8951.957","12912.417"],["8915.841","12894.207"],["8899.734","12914.627"],["8859.732","12953.652"],["7042.942","12849.062"],["9342.947","13260.314"],["9224.005","13207.459"],["9240.216","13252.275"],["14224.923","15469.439"],["6584.272","13993.895"],["15975.394","9869.975"],["8744.571","13113.882"],["8648.204","13132.513"],["8264.231","13252.249"],["8224.049","13200.257"],["8326.523","13220.398"],["8344.757","13276.055"],["15321.877","16619.757"],["15318.082","16611.587"],["9144.240","12761.548"],["9170.491","12768.170"],["9151.752","12791.595"],["9174.546","12770.986"],["9144.092","12759.121"],["8124.935","13179.184"],["8129.033","13144.947"],["8124.819","13144.710"],["8121.559","13146.016"],["8118.535","13141.325"],["8101.309","13105.413"],["8115.227","13117.065"],["7940.630","13147.283"],["7957.577","13137.975"],["8062.122","13064.455"],["8138.894","13072.808"],["8126.831","13142.409"],["8116.876","13177.551"],["8116.475","13113.528"],["12964.397","9164.580"],["14087.341","16188.161"],["14332.522","15509.323"],["14257.701","15638.409"],["14311.697","15647.939"],["14260.020","15578.624"],["3790.262","12487.125"],["3750.303","12475.061"],["3752.872","12471.357"],["3787.041","12488.474"],["8563.891","18301.104"]] \ No newline at end of file diff --git a/src/gathering/10437.json b/src/gathering/10437.json new file mode 100644 index 0000000..cd5649a --- /dev/null +++ b/src/gathering/10437.json @@ -0,0 +1 @@ +[["14433.366","15930.377"],["14402.461","15929.997"],["8780.206","14070.509"],["8791.242","14125.472"],["8583.283","18385.437"],["8584.384","18383.408"],["8587.492","18384.440"],["8585.647","18380.357"],["8593.064","18386.654"],["8597.444","18384.001"],["8602.596","18411.106"],["8603.360","18405.623"],["8599.153","18402.423"],["8588.137","18417.744"],["8592.034","18416.588"],["8588.674","18415.299"],["8588.516","18420.692"],["8585.218","18424.615"],["8591.803","18422.749"],["8596.454","18417.354"],["8602.517","18412.903"],["8606.739","18418.090"],["8622.082","18428.966"],["8625.629","18424.555"],["8623.063","18416.843"],["8591.669","18433.953"],["8615.306","18441.298"],["8617.062","18437.638"],["8622.288","18445.068"],["8591.411","18446.987"],["8570.630","18421.937"],["8596.703","18366.438"],["8618.966","18417.644"],["8620.719","18413.463"],["8618.404","18412.239"],["8616.651","18414.865"],["8619.690","18415.687"],["8616.225","18400.812"],["8618.544","18400.960"],["8616.036","18398.664"],["8612.854","18398.444"],["8620.605","18409.518"],["8568.627","18376.660"],["8570.594","18370.403"],["8579.063","18371.383"],["8589.175","18377.200"],["8592.710","18379.831"],["8598.951","18388.220"],["8597.850","18397.767"],["8600.082","18407.671"],["8568.457","18399.134"],["8572.803","18380.890"],["8579.389","18386.360"],["8575.183","18393.296"],["8587.881","18401.279"],["8587.615","18406.437"],["8592.117","18406.913"],["8603.539","18427.993"],["8597.427","18437.650"],["8615.292","18428.384"],["8608.696","18425.246"],["8629.030","18413.047"],["8578.875","18375.674"],["8572.943","18374.671"],["8602.297","18395.476"],["14342.983","15483.807"],["14318.969","15492.114"],["14307.325","15345.805"],["9163.734","13856.935"],["9142.879","13848.875"],["9060.776","13890.848"],["9002.971","13908.722"],["9000.089","13912.778"],["9007.109","13912.617"],["8999.423","13910.959"],["8994.698","13907.353"],["8999.261","13892.446"],["9025.171","13897.686"],["9000.713","13900.128"],["6837.148","13632.309"],["6747.130","13610.401"],["6744.939","13616.261"],["6769.860","13604.975"],["6769.556","13607.069"],["6774.433","13607.854"],["6781.938","13613.987"],["6872.543","13622.761"],["6750.522","13608.118"],["8115.392","19075.894"],["8116.627","19077.208"],["8115.180","19079.155"],["8119.979","19074.532"],["8106.400","19082.733"],["8110.438","19084.392"],["8110.973","19087.359"],["8105.242","19091.820"],["8106.527","19096.273"],["8110.534","19099.817"],["8113.452","19097.737"],["8128.331","19096.316"],["8130.650","19094.305"],["8124.744","19093.345"],["8123.012","19093.927"],["8122.951","19096.748"],["8124.333","19099.945"],["8119.561","19096.528"],["8082.232","19099.386"],["8091.873","19100.213"],["8095.761","19100.464"],["8092.249","19097.345"],["8088.670","19090.749"],["8088.350","19087.851"],["8110.664","19093.239"],["8108.766","19088.412"],["8102.312","19088.602"],["8101.143","19084.233"],["8101.212","19079.528"],["8095.625","19078.728"],["8090.193","19084.376"],["8105.258","19073.104"],["8089.179","19098.086"],["8096.530","19090.142"],["7998.716","19068.391"],["8095.665","19082.920"],["9859.264","16095.360"],["9856.698","16093.395"],["3045.125","13047.454"],["3043.582","13051.128"],["3080.621","13071.070"],["8507.700","14099.250"],["8453.254","14137.974"],["8407.432","14099.757"],["7326.760","18335.137"],["7097.266","13653.013"],["3307.456","11853.507"],["3378.314","11775.159"],["3386.057","11764.990"],["3373.853","11799.189"],["3305.929","11845.680"],["8021.019","18357.653"],["8009.901","18318.413"],["8257.313","13168.905"],["8152.336","12991.997"],["9674.028","14645.663"],["9682.550","14614.916"],["9784.477","14657.642"],["9795.527","14578.740"],["6381.053","13551.639"],["8487.230","13415.338"],["8558.773","13510.715"],["8559.916","13510.368"],["8561.013","13505.489"],["8564.240","13511.372"],["8502.917","13452.793"],["8356.593","19252.770"],["8551.339","19297.842"],["8548.378","19311.286"],["8324.066","18402.949"],["8355.267","18336.938"],["8288.372","18456.061"],["6247.413","13604.745"],["9057.245","13381.197"],["9102.634","13276.139"],["6856.283","13909.639"],["8158.578","13189.997"],["6968.075","16892.910"],["6970.636","16888.279"],["6970.719","16885.279"],["6968.270","16887.855"],["6978.066","16880.322"],["6422.759","13679.460"],["8513.381","12333.628"],["8144.921","12463.656"],["11794.087","9787.473"],["7258.246","18478.014"],["7239.052","18471.160"],["7220.981","18662.839"],["9148.588","13181.210"],["6825.788","18163.536"],["7184.483","17554.004"],["7207.640","17579.096"],["14216.253","15641.233"],["14212.438","15687.790"],["6498.284","13006.456"],["7436.665","17129.201"],["7443.262","17127.167"],["7441.221","17120.560"],["7442.980","17124.255"],["7435.085","17119.679"],["7432.489","17117.875"],["7431.466","17139.255"],["7432.687","17134.924"],["7436.701","17133.455"],["7424.037","17133.580"],["7444.311","17136.332"],["7439.969","17166.873"],["7434.373","17168.464"],["7437.718","17181.698"],["7442.143","17187.781"],["7443.965","17182.966"],["7450.908","17178.388"],["7468.592","17182.078"],["7445.502","17193.205"],["7444.165","17150.544"],["7434.617","17143.547"],["7427.475","17142.596"],["7427.309","17163.830"],["15427.259","15698.796"],["15425.146","15704.201"],["15437.157","15664.811"],["15447.250","15698.803"],["15447.017","15697.600"],["15447.073","15698.246"],["8443.350","18399.527"],["8549.689","18391.591"],["8560.060","18403.664"],["8563.028","18399.043"],["8559.364","18384.203"],["8099.967","12607.274"],["8126.007","12547.669"],["8122.010","12612.772"],["7666.620","12697.135"],["7654.310","12652.972"],["10036.683","14175.396"],["10018.394","14198.831"],["9976.395","14137.194"],["9875.275","14070.341"],["7500.872","17784.088"],["7496.697","17791.379"],["7504.604","17796.775"],["7494.471","17776.823"],["7484.841","17766.531"],["7487.309","17760.803"],["7504.757","17809.582"],["7508.678","17800.869"],["7506.077","17781.575"],["7498.481","17779.921"],["8968.078","12635.131"],["8966.418","12594.800"],["8831.978","12588.649"],["8798.562","12585.822"],["7170.835","13595.490"],["7095.375","13498.893"],["7202.480","13533.211"],["8220.217","12541.096"],["8772.045","18628.263"],["6657.953","12792.959"],["20422.088","9494.272"],["6091.980","17430.148"],["6087.076","17430.480"],["6083.441","17425.150"],["6077.072","17426.340"],["8522.617","14019.327"],["8556.531","14006.330"],["7055.627","18110.278"],["6959.534","18170.038"],["8368.595","13201.021"],["9147.553","12749.371"],["9149.039","12751.196"],["9151.103","12756.209"],["9151.131","12752.079"],["9150.551","12753.728"],["9054.218","12716.351"],["9015.249","12665.505"],["9157.424","12754.357"],["9147.625","12756.385"],["6485.127","17865.844"],["6510.818","17869.812"],["6481.344","17840.695"],["9160.529","13025.371"],["7206.806","18251.625"],["7245.875","18044.947"],["7256.065","18200.098"],["7050.442","12988.930"],["7370.519","18688.077"],["8172.801","13129.212"],["8612.564","19238.570"],["8701.380","19244.929"],["7756.622","13009.161"],["7931.788","13084.152"],["7846.137","13062.571"],["6913.694","13649.329"],["6918.118","13811.868"],["6895.372","13627.933"],["6915.182","13811.461"],["7013.953","17900.075"],["7004.407","17995.458"],["8611.562","13552.995"],["8611.082","13547.325"],["8611.871","13545.923"],["8606.297","13571.325"],["8609.477","13573.350"],["8604.716","13580.634"],["8604.240","13578.203"],["8612.044","13571.388"],["8596.300","13545.933"],["8603.961","13538.948"],["8594.705","13545.668"],["8593.330","13552.706"],["8627.248","13575.957"],["8633.219","13569.300"],["8631.048","13568.291"],["8600.113","13586.149"],["8603.060","13589.738"],["8598.534","13529.673"],["8593.873","13538.248"],["8604.135","13574.406"],["6890.522","13511.887"],["7262.794","12882.638"],["7247.235","12948.484"],["8656.117","13384.799"],["8609.554","13330.299"],["8615.737","13259.648"],["13812.060","15972.847"],["13798.310","15986.538"],["13816.830","16000.378"],["13798.951","15980.196"],["13754.823","15961.930"],["14172.970","16053.949"],["14071.670","15979.944"],["14124.253","15999.498"],["14130.371","16123.841"],["14141.999","16061.678"],["3185.128","11842.839"],["3228.251","11847.988"],["3228.489","11845.920"],["3290.666","11777.529"],["3187.259","11843.457"],["3292.302","11779.531"],["6758.156","13592.226"],["6759.990","13596.101"],["6748.461","13593.638"],["6758.114","13581.400"],["6761.210","13581.477"],["6762.439","13579.916"],["6764.216","13576.648"],["6770.869","13584.606"],["6770.127","13593.743"],["6774.047","13592.142"],["6775.749","13576.707"],["6747.854","13568.822"],["6745.314","13568.500"],["6747.755","13573.495"],["6750.090","13569.433"],["6801.905","13537.561"],["6745.345","13567.562"],["6756.569","13570.175"],["6804.386","13515.874"],["6908.819","13947.616"],["6543.000","17359.965"],["9072.037","18926.766"],["9075.375","18930.020"],["8789.798","13993.482"],["8797.791","13972.045"],["15473.080","15769.303"],["15499.855","15764.697"],["15499.829","15777.705"],["15439.208","15872.475"],["7081.002","16491.796"],["7073.383","16480.027"],["7072.161","16485.266"],["9688.489","15929.264"],["9672.091","15916.399"],["9641.390","15727.842"],["8638.977","12875.965"],["7764.984","12848.849"],["7791.935","12838.582"],["7120.907","13864.985"],["7154.363","13838.765"],["3297.198","12001.147"],["3298.535","11997.107"],["3301.761","11999.501"],["9918.097","14250.461"],["9900.482","14283.971"],["9912.889","14393.411"],["9884.277","14391.570"],["9981.716","14352.461"],["8492.576","13389.211"],["8506.331","13355.632"],["8483.193","13275.678"],["8458.395","13269.324"],["8431.452","13265.796"],["9809.471","15995.401"],["9774.158","15962.040"],["9745.111","16060.272"],["9741.361","16061.098"],["6576.645","13566.453"],["6671.190","17424.174"],["6641.600","17471.802"],["6590.872","13343.117"],["6511.935","13288.471"],["7174.487","13244.442"],["8853.196","18666.793"],["6752.191","16767.144"],["6754.916","16762.001"],["7427.232","17200.841"],["8902.480","18882.642"],["8966.164","18806.342"],["2927.008","13271.917"],["2951.319","13213.466"],["2928.150","13268.919"],["2978.834","13354.431"],["2978.608","13362.569"],["3013.292","13303.082"],["3015.678","13309.445"],["2953.614","13211.101"],["2921.538","13274.026"],["2974.352","13354.092"],["3010.780","13307.623"],["6628.687","18167.861"],["6507.551","18094.502"],["6497.977","18097.599"],["6511.079","18084.867"],["6622.265","18168.210"],["6628.375","18181.581"],["8154.316","19132.873"],["8333.747","19218.270"],["7597.869","15597.785"],["7599.231","15597.990"],["7606.060","15599.039"],["7892.558","19233.570"],["7864.137","19188.748"],["9641.571","15711.789"],["7712.390","12818.796"],["7724.778","12795.658"],["6997.650","16279.773"],["6992.668","16278.752"],["6993.898","16280.492"],["6988.801","16268.000"],["6989.832","16266.166"],["7001.244","16266.120"],["13956.338","16028.921"],["13926.996","16132.571"],["13887.225","15936.926"],["6990.434","13565.339"],["7005.993","13598.766"],["7242.773","18702.823"],["7270.634","18784.245"],["8348.233","18521.628"],["8320.461","18511.123"],["8312.576","18479.464"],["6889.348","13246.033"],["7048.711","13263.702"],["6882.095","13331.731"],["6711.470","13245.207"],["9869.567","14665.313"],["9857.249","14750.088"],["9897.759","14760.294"],["9880.412","14182.364"],["6987.564","12928.484"],["6986.281","12968.517"],["14699.932","15753.854"],["14673.320","15864.572"],["7377.784","18539.410"],["7378.902","18528.725"],["9586.474","15645.210"],["9553.974","15644.698"],["7926.464","12770.280"],["7263.734","18307.705"],["8829.784","13327.095"],["8900.130","13186.384"],["8881.170","13260.268"],["8102.327","19102.536"],["8112.565","19101.887"],["8115.449","19105.589"],["8109.960","19112.187"],["8083.176","19102.407"],["8085.284","19101.743"],["8088.887","19104.301"],["8083.620","19106.552"],["8078.805","19105.518"],["8080.492","19104.125"],["8083.036","19104.943"],["8095.253","19103.203"],["8096.907","19102.253"],["8091.743","19107.162"],["8091.265","19110.678"],["8089.580","19114.094"],["8093.926","19113.193"],["8098.754","19109.117"],["8098.272","19109.702"],["8093.976","19108.322"],["8095.672","19112.387"],["8085.317","19120.399"],["7944.835","19105.963"],["8122.984","19186.928"],["7367.801","17943.016"],["7328.508","17913.602"],["7552.957","17783.399"],["7553.109","17786.091"],["7533.985","17776.903"],["7536.784","17753.962"],["7529.160","17752.713"],["7530.688","17749.420"],["7529.247","17750.994"],["7555.556","17757.556"],["7541.498","17752.485"],["7544.533","17751.862"],["7547.003","17750.421"],["7549.525","17750.935"],["7549.517","17751.829"],["7546.184","17752.679"],["7543.807","17755.710"],["7546.710","17747.487"],["7554.890","17746.814"],["7553.115","17749.650"],["7558.889","17746.788"],["7561.206","17747.831"],["7558.853","17749.925"],["7564.708","17749.611"],["7568.063","17750.757"],["7565.833","17751.315"],["7556.970","17760.569"],["7542.552","17740.106"],["7542.908","17738.158"],["7546.826","17739.682"],["7550.083","17739.975"],["7539.833","17741.454"],["7533.900","17737.828"],["7531.280","17737.951"],["7532.896","17735.560"],["7548.095","17728.049"],["7557.440","17723.603"],["7556.593","17720.779"],["7572.373","17721.726"],["7589.478","17738.952"],["7600.118","17733.331"],["7601.078","17748.696"],["7597.374","17752.041"],["7597.532","17754.121"],["7595.742","17755.209"],["7592.164","17752.086"],["7586.603","17763.168"],["7605.442","17748.820"],["7591.010","17742.632"],["7517.077","17822.770"],["7602.531","17754.271"],["7603.223","17759.494"],["7523.986","17767.886"],["7529.312","17767.557"],["7574.033","17757.006"],["9156.307","14062.203"],["9143.955","14102.831"],["9550.133","13932.101"],["9543.333","13951.487"],["7852.772","19276.171"],["7838.183","19260.316"],["7725.117","12579.091"],["7738.116","12586.969"],["7737.480","12580.563"],["6857.173","16548.645"],["8435.069","12521.624"],["6717.344","17365.353"],["6707.877","17276.898"],["8183.091","12596.804"],["6456.540","17849.175"],["6461.498","17852.233"],["6470.768","13646.661"],["9580.672","15441.041"],["9579.442","15446.200"],["7452.112","17566.021"],["7465.784","17594.014"],["7446.600","17563.305"],["7427.011","17583.237"],["8483.106","13086.436"],["8500.902","13174.743"],["7230.168","18043.131"],["9401.351","15346.729"],["9403.999","15367.109"],["6608.621","17250.414"],["6671.687","17275.493"],["8674.768","14015.972"],["8637.877","14037.442"],["6276.870","13949.089"],["6625.410","17093.140"],["6007.847","17398.173"],["6011.412","17400.574"],["6250.341","13719.625"],["3352.206","12034.471"],["3326.034","11919.561"],["3328.387","11919.769"],["3322.024","11922.411"],["14553.667","15665.319"],["14568.766","15707.614"],["14553.009","15704.741"],["14622.828","15639.637"],["14561.874","15633.081"],["14649.290","15712.995"],["3103.790","13404.568"],["3124.210","13407.158"],["3108.533","13403.870"],["9446.534","14054.274"],["9443.278","14096.487"],["11851.745","9462.600"],["9771.542","14662.871"],["8047.056","12898.884"],["14434.023","15908.478"],["14273.001","15920.604"],["14448.991","15882.978"],["7655.851","13429.200"],["7595.374","13416.649"],["8406.021","18566.639"],["8427.912","18530.289"],["14625.606","15858.627"],["14478.349","15889.287"],["14516.343","15835.860"],["14634.142","15758.759"],["14611.593","15799.535"],["14578.963","15760.182"],["9258.476","13440.321"],["9209.992","13432.386"],["8734.389","12539.657"],["8723.406","12467.680"],["8866.560","12966.634"],["8867.909","12930.860"],["6992.305","12809.624"],["6977.460","12819.965"],["14241.601","15397.548"],["14210.598","15479.150"],["14198.657","15409.934"],["6553.552","13990.963"],["6597.187","13988.849"],["8314.128","13210.803"],["8290.884","13195.797"],["8277.656","13199.844"],["9148.639","12760.510"],["9163.165","12765.718"],["9149.737","12776.663"],["9152.690","12776.287"],["9145.644","12766.501"],["9084.208","12911.089"],["9047.318","12873.269"],["9154.486","12764.112"],["9148.333","12777.698"],["9168.294","12768.892"],["9149.621","12764.194"],["7949.792","13071.787"],["6330.488","12968.950"],["14050.088","16172.059"],["14330.842","15664.322"],["14310.365","15711.523"],["14342.783","15639.053"],["14367.766","15647.641"],["9876.649","14476.684"],["9877.659","14655.321"]] \ No newline at end of file diff --git a/src/gathering/10451.json b/src/gathering/10451.json new file mode 100644 index 0000000..3df79fc --- /dev/null +++ b/src/gathering/10451.json @@ -0,0 +1 @@ +[["15282.780","15591.138"],["15174.432","15518.281"],["15245.468","15543.166"],["15130.056","15538.589"],["15679.101","15960.467"],["15667.234","16056.323"],["15716.318","16133.174"],["15987.783","16071.015"],["16059.287","16132.312"],["15118.203","15271.722"],["14852.373","15279.273"],["14820.885","15193.717"],["14715.612","15180.256"],["14709.269","15107.238"],["15757.606","15939.171"],["15854.793","16096.233"],["16934.445","15908.874"],["15920.869","16334.991"],["15770.064","16340.596"],["15779.005","16276.410"],["15925.245","16556.781"],["15972.010","15853.602"],["15671.929","16268.792"],["15594.190","16233.370"],["15691.749","16306.434"],["16558.318","16143.207"],["15055.126","15398.077"],["14904.945","15404.971"],["16361.727","15875.023"],["14746.619","15057.439"],["14864.588","14951.338"],["14873.057","15000.279"],["15317.383","15449.393"],["15329.084","15295.836"],["15792.897","16067.509"],["15871.853","15994.601"],["15978.831","16522.254"],["15996.506","16394.241"],["16105.734","16413.213"],["15261.658","15430.546"],["15115.988","15477.538"],["15268.145","15339.313"],["16563.912","15951.897"],["16601.256","15999.977"],["16636.054","16013.412"],["16638.020","16020.780"],["16617.755","16043.224"],["14923.844","14981.589"],["15026.635","15048.562"],["16033.144","16214.141"],["16009.539","16341.384"],["16011.606","16245.679"],["15950.283","16247.917"],["16191.525","16416.984"],["16181.608","16390.695"],["15830.362","16179.859"],["15010.044","15285.340"],["14941.050","15157.265"],["14991.882","15106.118"],["14962.179","15171.859"],["16893.788","15952.814"]] \ No newline at end of file diff --git a/src/gathering/10453.json b/src/gathering/10453.json new file mode 100644 index 0000000..92850c9 --- /dev/null +++ b/src/gathering/10453.json @@ -0,0 +1 @@ +[["8760.521","18854.901"],["8772.577","18859.592"],["8764.238","18851.119"],["8762.199","18852.655"],["8775.013","18868.191"],["8772.595","18867.514"],["8661.477","18719.277"],["8661.806","18718.451"],["8669.260","18713.130"],["8677.432","18718.182"],["8678.007","18714.647"],["8670.473","18723.791"],["8671.411","18722.552"],["8656.677","18713.607"],["8659.786","18711.212"],["8660.842","18729.846"],["8653.243","18720.795"],["8677.717","18707.292"],["8680.793","18703.824"],["8667.710","18704.844"],["8667.891","18703.225"],["8680.160","18722.579"],["8678.498","18727.187"],["8695.050","18725.062"],["8696.135","18723.476"],["21154.059","13966.041"],["21154.282","13986.635"],["21159.456","13975.026"],["21162.876","13965.181"],["21158.335","13974.998"],["21156.788","13975.101"],["21152.779","13985.976"],["21154.555","13991.669"],["21152.060","13991.663"],["21155.528","13985.349"],["21156.650","13985.505"],["21158.305","13985.641"],["21155.575","13991.668"],["21152.110","13966.244"],["21152.850","13991.927"],["21155.754","13990.897"],["21163.357","13989.600"],["21164.741","13989.392"],["21161.426","13974.866"],["21147.095","13961.757"],["21150.706","13961.362"],["21152.544","13961.183"],["21160.194","13960.714"],["21162.792","13960.343"],["21155.661","13970.599"],["21162.079","13970.349"],["21163.646","13969.641"],["21154.564","13981.343"],["21150.373","13981.735"],["21147.214","13956.687"],["21152.648","13956.516"],["21157.178","13956.318"],["21160.152","13956.339"],["21167.306","13951.502"],["21155.149","13952.865"],["21150.438","13953.075"],["21167.002","13989.497"],["21168.781","13989.504"],["21166.638","13984.686"],["21168.886","13984.602"],["21166.953","13975.076"],["21168.950","13974.997"],["21170.169","13945.381"],["21165.704","13945.611"],["21171.988","13947.742"],["21174.689","13949.870"],["21164.736","13940.635"],["21165.178","13949.669"],["21163.402","13947.705"],["21152.560","13947.204"],["21151.899","13950.737"],["21149.302","13947.598"],["21147.764","13950.901"],["21146.723","13948.883"],["21189.795","14012.315"],["21189.855","14014.367"],["21189.765","14009.446"],["21190.023","14010.999"],["21189.769","14004.651"],["21186.069","13999.961"],["21185.789","14002.194"],["21186.074","14004.702"],["21186.454","14006.948"],["21186.443","14009.449"],["21186.222","14011.408"],["21182.612","14015.857"],["21182.268","14012.711"],["21181.703","14008.198"],["21181.475","14004.171"],["21181.477","14002.404"],["8607.626","18348.316"],["8612.791","18341.512"],["8603.270","18335.257"],["8602.036","18336.942"],["8588.789","18337.431"],["8591.700","18342.732"],["8764.903","18464.145"],["8758.554","18458.331"],["8760.610","18464.277"],["8770.775","18465.284"],["8756.915","18449.819"],["8746.602","18448.102"],["8753.905","18437.383"],["8750.549","18442.453"],["8770.755","18443.664"],["8759.209","18444.969"],["8769.966","18455.308"],["8760.492","18452.252"],["15304.511","14688.934"],["15310.175","14689.369"],["15308.102","14693.300"],["15305.127","14678.852"],["15311.070","14678.945"],["15306.778","14681.538"],["15317.221","14686.709"],["15314.918","14685.586"],["15317.916","14686.238"],["15316.929","14685.181"],["15306.317","14662.228"],["15309.216","14668.989"],["15311.568","14667.899"],["15316.496","14664.806"],["15317.877","14668.654"],["15319.358","14669.381"],["15325.427","14666.673"],["15306.101","14689.054"],["15307.936","14689.064"],["15309.191","14691.528"],["15310.535","14693.257"],["15307.070","14679.403"],["15308.838","14681.323"],["15308.213","14682.872"],["15312.179","14681.075"],["15314.723","14681.770"],["15316.823","14682.900"],["15318.389","14683.449"],["15320.317","14686.482"],["15305.377","14668.089"],["15306.794","14665.651"],["15310.208","14666.336"],["15315.404","14670.166"],["15320.870","14670.804"],["15311.199","14670.902"],["15313.729","14672.027"],["15317.129","14672.346"],["15321.031","14672.448"],["15309.556","14671.682"],["15315.105","14673.597"],["15317.497","14681.495"],["15320.104","14681.916"],["15313.309","14679.452"],["15305.906","14670.132"],["7806.835","17950.973"],["7799.240","17946.727"],["7802.086","17951.814"],["7807.612","17942.251"],["7802.365","17945.488"],["7808.238","17941.177"],["7811.413","17943.043"],["7811.906","17938.600"],["7810.442","17936.602"],["7869.335","17931.171"],["7863.924","17934.441"],["7867.230","17924.929"],["7862.740","17928.925"],["7733.061","17837.603"],["7738.488","17846.373"],["8721.639","19073.131"],["8715.603","19080.992"],["8726.868","19069.322"],["8723.759","19075.169"],["8731.203","19079.180"],["8735.165","19086.226"],["8730.165","19092.023"],["8715.582","19089.399"],["8718.954","19086.988"],["8728.188","19084.788"],["8724.389","19080.543"],["6518.471","17034.858"],["6514.962","17035.450"],["6516.553","17031.963"],["7973.600","19072.823"],["7981.676","19067.802"],["7981.051","19071.762"],["7987.005","19079.557"],["7985.822","19089.661"],["7984.621","19089.265"],["7971.270","19051.087"],["7970.020","19054.390"],["7955.406","19061.455"],["7951.524","19064.708"],["8030.625","19014.162"],["8030.444","19002.849"],["8037.928","19001.263"],["8032.599","19000.586"],["8086.219","19015.620"],["8076.565","19025.249"],["8085.397","19022.805"],["8071.548","19026.520"],["8107.920","18406.428"],["8097.985","18403.752"],["8097.706","18396.998"],["8100.765","18393.331"],["8108.717","18387.641"],["8106.151","18380.424"],["8112.154","18389.458"],["8110.115","18386.980"],["8116.623","18365.155"],["8124.501","18369.663"],["8121.031","18370.572"],["8118.169","18364.874"],["7935.698","18399.171"],["7942.096","18388.386"],["7941.421","18391.607"],["7936.125","18398.295"],["7973.357","18424.102"],["7972.321","18410.428"],["7965.232","18409.916"],["7969.344","18409.767"],["6443.380","13393.627"],["6448.035","13402.016"],["6453.018","13411.777"],["8436.428","19291.159"],["8434.191","19294.297"],["8434.701","19299.965"],["8432.662","19303.037"],["8472.080","19243.125"],["8476.981","19245.272"],["8477.738","19240.912"],["8486.242","19255.953"],["8492.228","19261.420"],["8468.864","19255.787"],["8470.870","19252.170"],["8469.571","19256.546"],["8473.255","19258.891"],["8459.288","19233.632"],["8463.992","19231.666"],["8459.782","19230.791"],["8466.393","19238.372"],["8516.355","19235.435"],["8521.931","19236.707"],["8522.194","19222.586"],["8508.674","19221.215"],["8450.363","19301.865"],["8448.801","19294.764"],["8500.370","19311.867"],["8497.574","19308.068"],["8562.135","19280.291"],["8563.747","19280.654"],["8562.455","19293.737"],["8563.623","19289.822"],["7797.884","12556.607"],["7797.999","12558.622"],["7935.126","12687.819"],["7803.690","12552.941"],["7784.216","12547.557"],["8279.582","18364.691"],["8282.789","18357.705"],["8288.290","18358.271"],["8289.005","18356.304"],["8295.501","18354.206"],["8273.878","18354.577"],["8275.482","18355.767"],["8278.689","18356.180"],["8302.444","18374.894"],["8300.339","18374.844"],["8298.190","18370.695"],["8297.910","18369.159"],["8219.677","18274.161"],["8226.026","18269.008"],["8238.466","18270.271"],["8231.608","18276.646"],["8225.037","18257.836"],["8225.135","18264.211"],["7022.105","16828.846"],["7025.056","16825.819"],["8538.727","12331.803"],["8531.473","12330.614"],["8534.187","12327.542"],["7281.459","18541.671"],["7275.834","18541.936"],["7269.485","18540.449"],["7269.222","18547.336"],["7275.721","18527.535"],["7269.866","18532.011"],["7263.316","18538.669"],["7268.941","18534.227"],["7282.432","18570.413"],["7280.590","18563.344"],["7290.142","18554.281"],["7288.908","18554.463"],["7272.547","18547.201"],["7268.567","18545.995"],["8401.348","18440.490"],["8401.496","18437.038"],["8399.062","18433.025"],["8392.796","18427.938"],["8410.237","18431.927"],["8404.777","18431.134"],["6069.065","17713.503"],["6072.726","17709.158"],["6071.311","17717.218"],["15295.625","14660.945"],["15289.273","14660.794"],["8936.624","12418.182"],["8932.249","12404.755"],["8932.923","12400.048"],["8935.900","12395.523"],["8930.884","12395.853"],["8953.445","12399.766"],["8944.383","12397.058"],["8940.748","12404.886"],["8941.899","12388.272"],["8951.833","12410.749"],["15711.512","15534.752"],["15711.742","15527.469"],["15700.200","15527.481"],["15702.519","15534.847"],["15697.453","15526.028"],["15706.105","15530.487"],["15704.657","15529.793"],["15697.618","15528.835"],["15711.577","15534.785"],["15717.318","15533.844"],["15711.939","15527.419"],["15710.212","15526.296"],["15708.946","15534.934"],["15703.144","15525.681"],["15698.785","15529.760"],["15698.752","15532.238"],["15697.174","15527.679"],["15715.887","15529.500"],["15716.166","15530.144"],["15712.762","15532.143"],["15700.981","15517.874"],["15701.113","15511.961"],["15706.031","15511.449"],["15707.511","15512.936"],["15704.797","15515.050"],["15701.426","15514.637"],["15703.991","15515.644"],["15703.317","15516.371"],["15709.501","15512.225"],["15701.047","15509.269"],["15716.845","15518.291"],["15716.697","15510.512"],["15712.947","15517.796"],["15720.397","15512.940"],["15717.256","15517.895"],["15717.749","15516.326"],["15713.193","15516.871"],["15721.516","15509.967"],["15717.930","15511.966"],["15713.177","15515.500"],["15722.289","15518.937"],["15721.499","15519.218"],["15724.756","15518.111"],["15723.900","15509.969"],["15721.548","15515.750"],["15722.601","15515.221"],["15724.057","15533.126"],["15721.590","15529.294"],["15724.978","15529.740"],["15720.439","15528.403"],["15723.317","15532.895"],["8644.105","18568.356"],["8638.907","18577.126"],["8636.469","18563.949"],["8640.383","18563.470"],["8633.138","18550.891"],["8627.217","18558.505"],["8628.174","18565.825"],["8631.792","18564.587"],["8707.094","18603.083"],["8697.637","18602.571"],["8698.739","18614.082"],["8701.749","18606.865"],["8703.543","18620.475"],["8714.711","18611.276"],["8704.513","18622.011"],["8715.237","18616.313"],["8700.621","18616.903"],["8706.990","18611.080"],["8706.464","18616.580"],["8737.686","18469.850"],["8740.400","18469.552"],["8748.794","18470.737"],["8752.215","18474.899"],["7808.065","12545.971"],["7686.394","17996.463"],["7691.443","18001.550"],["7691.404","18020.491"],["7686.075","18011.985"],["7692.161","18018.922"],["7679.496","18012.828"],["7702.428","18011.775"],["7698.234","18020.892"],["7692.116","18020.033"],["7699.205","18014.154"],["7718.244","17959.435"],["7717.109","17954.348"],["7713.211","17965.776"],["7710.826","17957.370"],["7695.891","17859.555"],["7690.957","17865.830"],["7683.427","17876.596"],["7689.710","17874.879"],["7681.092","17868.487"],["7677.621","17878.595"],["7554.983","18005.337"],["7551.365","18005.321"],["7567.992","18022.150"],["7575.426","18014.884"],["7564.505","18010.045"],["7566.528","18019.871"],["9146.828","12568.619"],["9151.565","12582.640"],["9157.815","12584.275"],["9150.972","12571.691"],["9161.910","12573.045"],["9163.401","12606.095"],["9158.089","12594.171"],["9161.888","12614.237"],["9163.533","12613.989"],["9175.605","12616.351"],["7272.754","18142.886"],["7272.409","18147.989"],["7263.226","18140.634"],["7267.847","18144.482"],["7267.273","18146.918"],["7266.714","18150.221"],["7274.101","18154.691"],["7276.864","18157.482"],["7296.461","18064.365"],["7288.303","18072.111"],["7295.096","18071.913"],["7285.112","18056.983"],["7294.568","18054.299"],["7299.666","18047.115"],["7238.956","18116.422"],["7232.410","18119.048"],["7231.884","18118.404"],["7233.002","18116.736"],["7226.574","18113.249"],["7220.111","18107.849"],["7213.501","18123.536"],["7218.731","18113.115"],["7214.718","18114.073"],["7204.077","18123.999"],["7079.023","13134.098"],["7063.941","13114.742"],["7068.908","13118.111"],["7064.772","13088.952"],["7063.407","13093.262"],["7065.660","13096.796"],["7053.818","13096.664"],["7063.802","13089.728"],["6572.104","16839.025"],["6573.302","16842.040"],["7511.444","18784.550"],["7512.250","18789.967"],["7514.250","18811.465"],["7500.756","18810.276"],["7498.240","18814.421"],["7500.296","18816.056"],["7501.825","18812.720"],["7492.427","18775.327"],["7488.118","18783.866"],["7380.460","18815.865"],["7385.312","18803.346"],["7380.888","18809.688"],["7375.131","18810.398"],["7381.359","18808.188"],["7377.050","18807.082"],["7381.031","18813.094"],["7379.649","18817.354"],["8346.378","19390.765"],["8349.454","19391.509"],["8354.294","19409.746"],["8351.728","19411.133"],["8574.207","19274.588"],["8581.329","19267.057"],["8568.691","19267.223"],["8571.799","19265.010"],["7718.636","18057.621"],["7723.619","18053.559"],["15028.566","13986.316"],["15026.701","13988.262"],["15019.399","13989.745"],["15013.602","13994.360"],["15004.416","14009.556"],["15007.648","14008.524"],["15005.977","14004.053"],["15005.171","14004.862"],["15005.355","13999.173"],["15005.486","13999.585"],["15013.230","14013.242"],["15016.059","14013.275"],["15014.533","14009.596"],["15014.467","14007.432"],["15012.152","14003.399"],["15013.583","14002.424"],["15012.594","13998.159"],["15013.021","13998.837"],["15022.762","14005.568"],["15023.255","14005.486"],["15022.112","14000.417"],["15020.057","14000.516"],["15019.698","13996.297"],["15020.159","13995.174"],["15031.203","14000.896"],["15029.920","14000.483"],["15028.293","13995.427"],["15029.691","13994.007"],["15028.414","13990.109"],["15031.391","13989.102"],["8407.602","13730.750"],["8414.690","13733.293"],["8413.490","13723.070"],["8414.427","13732.401"],["8414.180","13712.930"],["8466.480","13727.511"],["8461.053","13710.995"],["8441.283","13723.696"],["8463.503","13706.784"],["8449.803","13719.121"],["7786.707","18248.715"],["7780.868","18250.879"],["7783.829","18238.492"],["7779.783","18246.733"],["7873.986","18120.268"],["7879.759","18123.819"],["7897.918","18131.758"],["7888.412","18141.453"],["7895.909","18128.054"],["7882.521","18128.318"],["7883.277","18123.232"],["7884.988","18131.853"],["7839.260","18120.444"],["7844.622","18116.018"],["7841.349","18110.651"],["7829.211","18114.135"],["7746.725","18065.085"],["7734.406","18060.609"],["7737.679","18070.039"],["7740.672","18065.002"],["7732.583","18052.716"],["7727.353","18050.454"],["7854.436","17851.529"],["7859.600","17853.246"],["7849.649","17856.434"],["7854.189","17862.132"],["7857.956","17861.565"],["7857.380","17862.473"],["7861.525","17871.920"],["7865.686","17862.903"],["6440.548","13390.826"],["6452.163","13388.127"],["6456.012","13372.265"],["6457.673","13358.772"],["6449.316","13370.685"],["6455.042","13365.494"],["6448.298","13364.140"],["6309.181","17178.059"],["6308.118","17174.929"],["6314.406","17170.317"],["6486.608","13534.903"],["6482.200","13539.676"],["6489.058","13531.187"],["6484.338","13543.888"],["6479.749","13552.509"],["6501.518","13500.162"],["6501.551","13509.725"],["6496.830","13511.756"],["6492.817","13519.155"],["6484.857","13516.661"],["8412.927","18685.065"],["8412.352","18682.984"],["8418.419","18732.451"],["8419.554","18734.152"],["8422.850","18748.181"],["8424.528","18747.537"],["8424.316","18790.732"],["8421.125","18795.373"],["8437.310","18773.430"],["8433.560","18779.309"],["21362.180","14096.695"],["21362.974","14099.171"],["21326.205","14092.000"],["21353.433","14097.466"],["21375.037","14080.904"],["21360.338","14093.679"],["21357.670","14103.398"],["21368.877","14089.195"],["21363.174","14098.268"],["21370.050","14091.027"],["21372.472","14081.471"],["21345.266","14070.048"],["21354.384","14099.530"],["21343.161","14070.479"],["21350.233","14058.445"],["21353.485","14057.904"],["21358.124","14057.559"],["21365.813","14056.357"],["21348.521","14064.082"],["21357.407","14062.743"],["21360.270","14062.729"],["21361.534","14062.535"],["21363.953","14062.269"],["21354.140","14069.118"],["21355.782","14068.690"],["21356.757","14068.791"],["21366.913","14067.097"],["21369.100","14066.792"],["21371.457","14066.471"],["21352.375","14085.102"],["21354.519","14085.127"],["21357.090","14084.219"],["21368.360","14082.065"],["21370.355","14081.761"],["21345.118","14058.439"],["21341.715","14059.190"],["21338.625","14059.529"],["21335.166","14060.109"],["21331.915","14060.445"],["21337.631","14065.092"],["21340.465","14064.688"],["21333.829","14065.724"],["21340.886","14071.272"],["21339.156","14071.557"],["21335.434","14071.855"],["21332.547","14072.064"],["21331.946","14089.593"],["21335.616","14088.543"],["21343.899","14087.000"],["21372.269","14071.370"],["21364.273","14072.527"],["21358.670","14074.489"],["21352.800","14074.520"],["21349.822","14075.220"],["21346.300","14075.924"],["21342.345","14076.974"],["21337.387","14077.978"],["21334.224","14078.201"],["21340.032","14083.104"],["21344.546","14082.314"],["21345.870","14081.905"],["21350.490","14080.816"],["21356.321","14079.638"],["21358.247","14079.323"],["21366.254","14078.149"],["21363.622","14078.506"],["21371.044","14076.511"],["21375.438","14075.932"],["21377.199","14080.940"],["21375.361","14093.689"],["21374.141","14091.047"],["21372.931","14089.314"],["21371.731","14087.112"],["21369.324","14099.730"],["21368.063","14097.449"],["21366.500","14094.757"],["21356.303","14095.639"],["21358.671","14099.381"],["21353.817","14108.182"],["21352.163","14105.536"],["21350.634","14102.588"],["21326.511","14073.628"],["21319.326","14074.637"],["21329.442","14065.853"],["21324.851","14065.811"],["21319.374","14066.923"],["21316.666","14066.999"],["21325.914","14079.959"],["21329.601","14090.981"],["8804.694","18502.679"],["8806.733","18498.616"],["8790.295","18506.367"],["8795.130","18504.138"],["8875.122","18645.957"],["8874.332","18644.273"],["8873.046","18638.241"],["8877.305","18637.514"],["8866.968","18637.665"],["8872.396","18632.744"],["8872.047","18650.810"],["8866.027","18649.637"],["15662.261","15294.020"],["15664.796","15291.232"],["15680.660","15294.881"],["15662.683","15292.060"],["15723.177","15290.634"],["15686.098","15293.086"],["15686.164","15289.404"],["15666.253","15290.733"],["15666.828","15294.614"],["15723.432","15295.545"],["15721.968","15294.463"],["15708.278","15294.154"],["15702.897","15295.391"],["15705.236","15290.731"],["15684.108","15293.612"],["15682.228","15291.667"],["15687.598","15291.058"],["15686.973","15295.106"],["15669.235","15293.750"],["15666.117","15292.842"],["15664.970","15294.253"],["8780.934","18864.756"],["8788.253","18867.729"],["8866.511","18742.157"],["8861.955","18737.648"],["8868.485","18737.566"],["8886.918","18738.587"],["8879.401","18741.229"],["8873.546","18732.575"],["8884.599","18734.508"],["8865.663","18763.170"],["8868.245","18751.147"],["8876.919","18764.076"],["8875.604","18763.547"],["8873.202","18762.672"],["8873.433","18759.931"],["8852.848","18749.591"],["8860.134","18746.833"],["8716.628","19057.754"],["8720.378","19053.394"],["8737.960","19053.382"],["8735.756","19058.799"],["8726.789","18936.573"],["8720.753","18924.814"],["8726.246","18935.433"],["8719.289","18928.563"],["7781.446","19004.443"],["7774.011","19007.828"],["7779.916","19012.799"],["7784.719","19004.327"],["7788.729","19008.842"],["7791.097","19001.608"],["7781.673","19005.671"],["7791.607","19004.498"],["7815.876","18948.924"],["7814.363","18941.658"],["7821.517","18941.259"],["7820.382","18946.924"],["7933.035","18377.633"],["7919.565","18381.614"],["7927.624","18370.846"],["7926.917","18376.973"],["7924.806","18397.279"],["7918.359","18390.112"],["7926.681","18387.833"],["7918.244","18389.088"],["7814.536","18388.792"],["7827.036","18383.111"],["7829.651","18381.641"],["7827.595","18378.437"],["8294.813","19193.009"],["8294.715","19194.132"],["8283.387","19211.772"],["8284.225","19199.204"],["8288.929","19204.440"],["8313.280","19205.303"],["8295.656","19201.911"],["8302.127","19186.421"],["8307.110","19190.831"],["8297.585","19231.763"],["8298.950","19230.954"],["8303.071","19203.050"],["8301.623","19200.540"],["8311.798","19207.820"],["8312.275","19203.279"],["8306.791","19215.520"],["8301.627","19213.009"],["8299.058","19217.899"],["8292.290","19205.099"],["8293.376","19210.268"],["8270.577","19194.517"],["8271.186","19195.607"],["8324.597","19237.615"],["8319.860","19240.703"],["8276.725","19295.553"],["8278.452","19303.546"],["8279.966","19292.877"],["8274.258","19302.208"],["15661.029","15325.444"],["15669.848","15302.213"],["15663.891","15316.381"],["15668.208","15307.856"],["15669.348","15315.170"],["15666.774","15326.252"],["15668.711","15318.322"],["15680.930","15312.685"],["15685.064","15314.015"],["15684.727","15309.182"],["15708.439","15330.779"],["15664.978","15314.152"],["15701.239","15330.911"],["15683.065","15315.624"],["15682.894","15307.148"],["15680.710","15300.175"],["15665.806","15334.544"],["15665.105","15320.303"],["15683.309","15301.632"],["15688.669","15307.376"],["15664.430","15325.680"],["15683.120","15296.279"],["15661.568","15313.910"],["15665.742","15337.871"],["15667.767","15335.091"],["15662.583","15328.637"],["15665.673","15298.389"],["15663.780","15332.135"],["15661.807","15301.421"],["15687.358","15314.383"],["15684.757","15306.529"],["15682.662","15298.797"],["15684.101","15304.980"],["15685.802","15303.834"],["15664.347","15311.883"],["15666.472","15306.443"],["15682.715","15318.081"],["15688.008","15298.057"],["15709.321","15325.116"],["15666.412","15300.461"],["15664.171","15322.399"],["15700.991","15298.226"],["15669.422","15299.541"],["15664.511","15328.397"],["15668.036","15326.520"],["15663.933","15299.689"],["15663.356","15313.878"],["15667.997","15305.353"],["15680.884","15297.090"],["15663.888","15302.572"],["15681.846","15309.611"],["15665.924","15309.766"],["15662.547","15320.982"],["15669.179","15310.579"],["15682.209","15314.154"],["15723.128","15491.129"],["15724.460","15494.862"],["15717.347","15491.356"],["15723.251","15489.654"],["15721.804","15494.593"],["15724.222","15492.594"],["15718.186","15491.339"],["15722.939","15489.572"],["15719.830","15491.768"],["15722.248","15495.716"],["15719.419","15493.849"],["15718.268","15493.040"],["15702.701","15496.619"],["15709.379","15495.480"],["15702.619","15497.115"],["15707.619","15499.146"],["15701.237","15495.199"],["15709.773","15494.175"],["15706.796","15495.992"],["15703.836","15494.307"],["15706.451","15497.362"],["15707.092","15499.443"],["15709.741","15476.175"],["15707.504","15474.391"],["15707.455","15476.076"],["15706.616","15479.115"],["15706.616","15477.661"],["15708.195","15476.125"],["15709.412","15471.716"],["15706.057","15479.561"],["15705.087","15475.746"],["15708.689","15473.334"],["15722.414","15473.286"],["15716.789","15480.189"],["15717.332","15472.625"],["15716.395","15470.709"],["15717.908","15472.443"],["15716.230","15478.868"],["15722.809","15475.697"],["15716.132","15473.699"],["15724.273","15473.996"],["15718.862","15471.287"],["15721.836","15474.394"],["15721.869","15477.581"],["15722.547","15450.625"],["15722.563","15454.010"],["15722.826","15455.398"],["15720.540","15455.596"],["15722.728","15452.805"],["15720.178","15448.924"],["15717.826","15455.645"],["15714.142","15448.197"],["15719.948","15456.917"],["15721.938","15457.693"],["15722.661","15359.709"],["15721.740","15362.434"],["15722.466","15358.601"],["15723.772","15349.653"],["15722.168","15344.654"],["15721.453","15337.927"],["15724.580","15332.931"],["15721.927","15326.196"],["15724.732","15306.296"],["15707.124","15341.161"],["15704.410","15340.517"],["15707.199","15334.431"],["15706.739","15335.009"],["15707.154","15324.455"],["15706.858","15327.329"],["15708.480","15317.316"],["15703.003","15320.537"],["15707.075","15310.189"],["15706.072","15311.196"],["15702.636","15306.038"],["15705.630","15305.791"],["15706.090","15298.843"],["15708.261","15296.498"],["15704.348","15296.830"],["15705.828","15295.625"],["15684.906","15336.136"],["15685.647","15332.370"],["15685.839","15328.786"],["15684.737","15325.615"],["15682.026","15321.323"],["15682.651","15322.479"],["15682.317","15311.968"],["15683.798","15310.977"],["15684.433","15303.246"],["15686.637","15300.818"],["15686.260","15297.744"],["15685.141","15296.374"],["15662.773","15336.541"],["15664.336","15336.112"],["15668.874","15330.201"],["15666.539","15328.517"],["15666.910","15321.135"],["15667.946","15322.143"],["15664.243","15318.488"],["15667.500","15314.227"],["15667.320","15312.881"],["15662.994","15309.628"],["15664.243","15307.628"],["15666.644","15302.624"],["15668.289","15297.858"],["15665.773","15296.455"],["15724.282","15360.873"],["15724.093","15363.463"],["15724.136","15366.170"],["15723.929","15355.213"],["15722.972","15352.421"],["15721.377","15355.013"],["15721.992","15349.511"],["15724.904","15346.593"],["15724.990","15342.793"],["15722.976","15341.809"],["15723.668","15339.225"],["15724.466","15336.418"],["15722.031","15336.172"],["15722.076","15333.542"],["15720.493","15332.359"],["15721.187","15340.174"],["15724.818","15329.031"],["15724.403","15323.261"],["15722.488","15322.063"],["15722.607","15319.915"],["15724.312","15319.031"],["15723.196","15315.615"],["15722.256","15313.266"],["15723.595","15311.287"],["15722.185","15309.523"],["15724.047","15309.182"],["15722.504","15307.140"],["15722.441","15304.562"],["15724.174","15303.109"],["15721.167","15301.308"],["15722.759","15299.662"],["15721.724","15297.660"],["15723.947","15297.231"],["15705.139","15343.857"],["15705.996","15339.466"],["15704.067","15336.393"],["15708.069","15337.009"],["15706.108","15332.285"],["15707.520","15329.830"],["15703.151","15326.964"],["15701.879","15324.920"],["15705.517","15320.679"],["15704.306","15318.595"],["15706.109","15317.018"],["15707.476","15314.425"],["15703.730","15315.684"],["15702.610","15312.353"],["15703.316","15309.436"],["15706.201","15308.108"],["15707.851","15306.525"],["15704.432","15309.546"],["15703.820","15302.790"],["15702.878","15300.158"],["15702.818","15298.370"],["15708.714","15299.889"],["15707.732","15302.120"],["15708.183","15304.111"],["15704.488","15334.477"],["15705.104","15337.138"],["15701.229","15336.164"],["15683.380","15331.542"],["15683.419","15333.891"],["15682.411","15336.275"],["15683.467","15338.690"],["15685.932","15337.874"],["15686.538","15334.598"],["15687.758","15332.520"],["15687.318","15330.023"],["15683.871","15329.407"],["15682.533","15327.016"],["15681.284","15325.102"],["15683.700","15324.246"],["15685.975","15323.182"],["15687.896","15324.503"],["15687.498","15322.262"],["15687.437","15320.438"],["15683.850","15320.547"],["15685.222","15318.474"],["8137.279","18245.756"],["8138.512","18244.319"],["7975.268","18223.941"],["7980.038","18231.026"],["7981.209","18232.859"],["7991.817","18235.501"],["7986.834","18239.085"],["7983.413","18244.254"],["8032.073","18181.127"],["8019.704","18188.344"],["8028.405","18184.744"],["8022.895","18181.540"],["7223.110","18745.893"],["7224.886","18745.810"],["7230.675","18750.385"],["7233.948","18748.684"],["7227.237","18728.832"],["7938.629","12692.063"],["7941.968","12698.620"],["7953.941","12689.322"],["8004.928","12729.510"],["7990.602","12733.094"],["8002.000","12725.744"],["8005.997","12723.597"],["7995.043","12713.193"],["7939.386","12696.109"],["7223.125","18739.452"],["7225.938","18736.793"],["7213.799","18741.945"],["8280.509","18521.974"],["8277.647","18512.114"],["8287.285","18518.770"],["8288.579","18512.747"],["8282.000","18515.175"],["8277.839","18509.577"],["8287.444","18511.872"],["15814.486","15514.115"],["15773.008","15513.147"],["15764.176","15515.157"],["15728.021","15527.263"],["15733.057","15512.987"],["15751.105","15508.920"],["15762.284","15511.622"],["15750.036","15510.786"],["15764.077","15518.228"],["15746.006","15529.853"],["15749.180","15529.804"],["15743.088","15509.411"],["15746.515","15536.294"],["15755.941","15508.788"],["15740.818","15511.178"],["15739.085","15534.225"],["15776.742","15510.852"],["15737.852","15530.839"],["15753.177","15518.202"],["15742.601","15528.714"],["15731.873","15516.489"],["15758.589","15512.718"],["15734.767","15516.571"],["15731.700","15529.452"],["15736.190","15532.309"],["15726.146","15533.110"],["15771.462","15516.417"],["15773.617","15511.661"],["15772.235","15509.828"],["15818.170","15513.273"],["15765.426","15515.602"],["15733.649","15514.606"],["15726.877","15518.673"],["15744.371","15518.412"],["15740.374","15516.562"],["15758.748","15511.804"],["15821.065","15517.022"],["15815.703","15513.273"],["15731.741","15511.534"],["15820.374","15509.821"],["15758.556","15514.337"],["15762.317","15515.520"],["15737.103","15515.382"],["15758.671","15513.478"],["15726.179","15528.039"],["15743.144","15529.011"],["15750.775","15535.832"],["15756.434","15513.148"],["15750.660","15537.219"],["15742.568","15531.224"],["15765.097","15517.518"],["15771.626","15510.043"],["15769.110","15514.188"],["15774.176","15516.566"],["15774.472","15517.441"],["15747.512","15517.322"],["15727.140","15515.750"],["15743.236","15509.692"],["15748.696","15512.070"],["15767.728","15516.709"],["15741.295","15517.916"],["15753.753","15510.588"],["15735.023","15532.821"],["15751.056","15515.179"],["15742.857","15512.136"],["15737.588","15529.386"],["15736.034","15510.015"],["15732.119","15509.734"],["15739.110","15509.701"],["15731.585","15530.013"],["15767.663","15510.978"],["15742.585","15535.832"],["15728.571","15515.386"],["15735.639","15512.872"],["15731.634","15533.019"],["15726.088","15510.729"],["15736.602","15531.351"],["15764.686","15514.595"],["15725.768","15535.620"],["15817.907","15509.755"],["15727.248","15531.755"],["15772.548","15516.120"],["15732.523","15532.078"],["15745.150","15533.553"],["15749.124","15518.825"],["15803.972","15711.631"],["15799.465","15708.675"],["15803.890","15707.403"],["15803.758","15708.081"],["15804.153","15706.446"],["15799.893","15709.286"],["15798.676","15710.393"],["15798.676","15707.915"],["15805.041","15710.558"],["15799.301","15704.827"],["15797.534","15711.441"],["15795.083","15702.886"],["15797.402","15703.448"],["15791.827","15702.721"],["15789.754","15707.675"],["15796.136","15703.365"],["15797.337","15709.641"],["15794.392","15704.438"],["15790.889","15711.045"],["15795.692","15707.428"],["15780.799","15704.324"],["15781.358","15710.864"],["15785.898","15705.200"],["15782.115","15710.815"],["15780.289","15711.641"],["15786.013","15708.503"],["15782.230","15706.356"],["15781.424","15704.820"],["15789.006","15704.539"],["15780.256","15706.091"],["15775.368","15710.166"],["15774.068","15706.467"],["15772.095","15703.725"],["15772.276","15710.430"],["15777.358","15702.949"],["15778.460","15707.325"],["15779.496","15709.670"],["15777.226","15710.232"],["15769.792","15706.863"],["15774.743","15702.618"],["15761.056","15703.273"],["15766.944","15709.153"],["15765.168","15707.551"],["15768.062","15707.105"],["15768.243","15703.158"],["15763.589","15703.422"],["15762.766","15706.676"],["15761.681","15708.856"],["15760.464","15703.405"],["15765.612","15700.994"],["15757.590","15701.149"],["15749.958","15704.700"],["15759.202","15708.730"],["15756.949","15706.583"],["15752.245","15704.799"],["15756.225","15700.406"],["15753.429","15709.804"],["15752.376","15709.638"],["15754.810","15709.886"],["15749.860","15709.192"],["15747.112","15709.742"],["15744.777","15701.781"],["15749.711","15701.550"],["15749.728","15700.642"],["15745.484","15705.448"],["15742.277","15704.490"],["15745.912","15707.264"],["15745.895","15702.227"],["15741.767","15706.637"],["15740.665","15703.136"],["15737.401","15705.912"],["15730.624","15704.624"],["15733.881","15701.073"],["15731.891","15702.130"],["15734.473","15702.675"],["15731.216","15701.453"],["15737.614","15702.724"],["15737.943","15707.811"],["15731.282","15705.334"],["15734.736","15699.421"],["15733.564","15679.229"],["15730.703","15679.708"],["15730.291","15686.331"],["15729.222","15683.111"],["15729.272","15684.283"],["15728.384","15679.246"],["15730.604","15679.130"],["15733.564","15682.533"],["15732.561","15682.995"],["15725.407","15686.281"],["15740.486","15689.809"],["15741.358","15689.661"],["15744.039","15689.215"],["15740.618","15684.442"],["15738.480","15689.182"],["15739.697","15683.814"],["15739.960","15687.629"],["15745.881","15683.930"],["15740.355","15687.547"],["15737.476","15686.556"],["15750.680","15682.615"],["15751.042","15686.397"],["15755.746","15688.445"],["15747.687","15683.953"],["15749.118","15686.464"],["15751.749","15683.904"],["15746.684","15686.397"],["15749.595","15686.579"],["15750.697","15680.584"],["15753.312","15684.300"],["15762.113","15681.936"],["15758.906","15681.903"],["15762.360","15690.045"],["15758.083","15682.976"],["15762.491","15686.890"],["15763.133","15683.125"],["15755.337","15681.275"],["15759.481","15690.656"],["15761.340","15688.559"],["15753.626","15685.041"],["15772.041","15683.216"],["15769.475","15683.612"],["15765.512","15686.882"],["15763.538","15688.517"],["15764.673","15681.878"],["15765.314","15682.308"],["15770.265","15684.537"],["15772.058","15690.351"],["15771.844","15687.262"],["15763.587","15683.992"],["15772.176","15689.113"],["15775.893","15691.078"],["15778.804","15682.193"],["15776.288","15685.925"],["15773.689","15686.652"],["15771.617","15688.403"],["15772.735","15685.248"],["15775.679","15688.039"],["15776.699","15690.715"],["15774.051","15688.419"],["15780.843","15684.603"],["15781.863","15688.930"],["15780.728","15684.124"],["15781.288","15686.948"],["15777.801","15688.352"],["15779.363","15687.064"],["15778.557","15690.730"],["15779.116","15686.568"],["15781.205","15685.379"],["15778.722","15687.559"],["15786.684","15685.669"],["15791.108","15684.694"],["15788.986","15682.019"],["15790.154","15690.458"],["15790.154","15687.882"],["15787.555","15690.623"],["15791.651","15690.623"],["15787.144","15689.484"],["15788.526","15684.810"],["15788.262","15685.058"],["15795.450","15690.762"],["15799.414","15690.118"],["15792.753","15685.362"],["15798.262","15681.448"],["15791.799","15682.488"],["15795.401","15688.351"],["15796.437","15682.125"],["15799.430","15686.154"],["15790.713","15683.132"],["15796.075","15687.575"],["15809.997","15691.320"],["15810.392","15683.376"],["15807.645","15691.766"],["15808.632","15689.453"],["15804.866","15691.353"],["15809.751","15686.068"],["15809.043","15684.796"],["15801.445","15689.057"],["15806.971","15691.617"],["15804.405","15689.685"],["15818.331","15685.425"],["15813.002","15685.805"],["15814.186","15689.703"],["15811.522","15686.548"],["15816.110","15687.490"],["15813.084","15683.361"],["15810.502","15686.680"],["15809.959","15687.192"],["15811.275","15686.235"],["15816.735","15688.844"],["15833.993","15669.643"],["15834.816","15665.845"],["15831.197","15668.504"],["15829.487","15664.920"],["15829.536","15665.217"],["15832.085","15666.092"],["15836.082","15666.885"],["15836.493","15665.184"],["15833.944","15665.812"],["15835.786","15671.361"],["15827.626","15665.736"],["15826.211","15669.105"],["15826.705","15665.769"],["15826.919","15668.627"],["15820.225","15669.419"],["15826.820","15669.105"],["15824.254","15664.663"],["15827.560","15664.630"],["15828.350","15667.487"],["15822.988","15665.902"],["15819.941","15666.024"],["15817.112","15668.386"],["15813.921","15669.806"],["15813.345","15666.784"],["15820.467","15670.632"],["15811.733","15668.121"],["15811.816","15665.297"],["15820.089","15666.321"],["15811.651","15662.506"],["15814.793","15668.105"],["15802.204","15669.646"],["15811.218","15668.309"],["15810.626","15670.670"],["15803.191","15668.655"],["15810.823","15663.668"],["15802.632","15670.819"],["15807.122","15661.356"],["15804.408","15664.494"],["15805.494","15669.564"],["15811.596","15663.998"],["15797.939","15662.977"],["15801.640","15660.087"],["15792.347","15669.203"],["15801.738","15664.975"],["15796.393","15668.526"],["15792.807","15661.623"],["15795.587","15667.007"],["15793.597","15664.265"],["15795.011","15664.050"],["15795.965","15666.247"],["15784.848","15664.957"],["15791.624","15664.412"],["15786.279","15666.592"],["15790.457","15659.325"],["15788.384","15662.281"],["15784.865","15664.693"],["15789.585","15665.997"],["15785.407","15660.101"],["15785.045","15665.304"],["15788.812","15664.742"],["15782.723","15661.548"],["15776.885","15667.246"],["15774.187","15662.704"],["15775.322","15665.825"],["15776.934","15661.449"],["15779.746","15666.899"],["15776.375","15665.677"],["15778.529","15662.654"],["15778.250","15663.348"],["15775.569","15667.427"],["15766.508","15663.275"],["15771.689","15665.736"],["15770.291","15665.852"],["15763.400","15665.406"],["15772.133","15668.395"],["15767.577","15661.558"],["15769.485","15666.661"],["15769.173","15664.266"],["15768.794","15662.681"],["15765.604","15668.461"],["15759.897","15662.627"],["15754.848","15670.257"],["15759.404","15668.638"],["15760.226","15661.074"],["15756.904","15668.935"],["15755.094","15664.988"],["15759.272","15662.181"],["15755.226","15663.766"],["15755.637","15665.087"],["15756.098","15662.940"],["15743.478","15662.655"],["15745.468","15664.340"],["15745.534","15661.829"],["15744.975","15663.613"],["15744.646","15666.503"],["15751.356","15664.191"],["15750.353","15665.463"],["15749.925","15665.231"],["15743.560","15660.359"],["15743.018","15660.838"],["15732.221","15667.936"],["15732.698","15660.488"],["15736.629","15659.497"],["15732.254","15669.224"],["15730.774","15667.507"],["15733.323","15664.897"],["15731.662","15660.752"],["15733.389","15666.070"],["15733.602","15659.728"],["15734.737","15660.141"],["15734.744","15649.565"],["15734.267","15643.554"],["15735.138","15646.609"],["15735.352","15647.996"],["15731.010","15651.547"],["15728.000","15648.310"],["15734.826","15648.095"],["15726.059","15643.967"],["15735.401","15647.038"],["15729.612","15650.474"],["15744.479","15647.046"],["15738.476","15647.393"],["15739.791","15648.847"],["15741.140","15647.492"],["15742.818","15651.753"],["15745.564","15650.515"],["15741.683","15648.037"],["15743.410","15647.938"],["15746.946","15650.762"],["15746.354","15648.714"],["15752.740","15642.481"],["15754.845","15648.294"],["15751.358","15642.497"],["15750.092","15640.912"],["15753.727","15642.943"],["15751.062","15650.227"],["15752.312","15640.879"],["15758.020","15649.071"],["15758.760","15641.837"],["15754.220","15641.705"],["15768.163","15649.354"],["15768.146","15651.137"],["15762.439","15649.535"],["15765.235","15646.117"],["15766.485","15650.691"],["15760.416","15647.256"],["15762.801","15648.412"],["15762.455","15643.672"],["15764.626","15643.854"],["15767.209","15641.542"],["15770.288","15646.976"],["15778.643","15642.500"],["15772.952","15648.842"],["15775.025","15642.484"],["15769.383","15648.182"],["15776.949","15646.282"],["15769.400","15643.310"],["15774.827","15647.983"],["15778.265","15648.066"],["15774.794","15648.446"],["15781.794","15649.228"],["15783.817","15641.086"],["15779.015","15641.136"],["15782.929","15643.828"],["15788.094","15644.158"],["15783.850","15644.819"],["15782.173","15644.720"],["15786.202","15645.099"],["15787.995","15648.700"],["15785.561","15643.118"],["15793.334","15642.926"],["15795.620","15648.839"],["15793.317","15644.826"],["15793.646","15644.908"],["15796.788","15649.731"],["15790.357","15645.222"],["15795.604","15649.516"],["15791.081","15647.485"],["15795.077","15649.285"],["15796.755","15649.846"],["15806.076","15641.095"],["15806.355","15643.456"],["15803.049","15641.970"],["15806.865","15648.163"],["15806.059","15643.308"],["15806.010","15647.998"],["15799.694","15641.194"],["15801.569","15640.847"],["15800.911","15644.530"],["15799.431","15649.468"],["15815.966","15642.688"],["15811.410","15641.549"],["15815.982","15648.138"],["15808.449","15645.281"],["15814.123","15645.776"],["15816.311","15647.411"],["15810.456","15646.255"],["15814.518","15649.790"],["15812.956","15642.473"],["15816.837","15644.554"],["15829.001","15647.603"],["15828.886","15647.454"],["15822.982","15640.914"],["15826.403","15647.817"],["15827.686","15642.367"],["15829.034","15644.514"],["15830.366","15650.427"],["15827.932","15645.984"],["15827.554","15647.817"],["15825.498","15644.465"],["15811.475","15624.469"],["15819.649","15622.884"],["15814.436","15627.789"],["15819.896","15623.528"],["15815.291","15620.737"],["15811.673","15629.292"],["15811.442","15627.343"],["15815.028","15624.337"],["15812.001","15621.794"],["15816.278","15624.651"],["15799.191","15625.322"],["15798.780","15624.331"],["15807.645","15625.272"],["15798.632","15627.105"],["15800.145","15624.677"],["15806.444","15621.540"],["15805.573","15629.962"],["15805.326","15626.610"],["15805.227","15625.454"],["15804.800","15623.753"],["15789.945","15627.240"],["15798.893","15629.635"],["15792.560","15628.182"],["15797.972","15624.680"],["15792.741","15628.958"],["15791.820","15628.727"],["15795.653","15625.803"],["15794.008","15628.793"],["15797.067","15623.706"],["15789.995","15625.407"],["15787.657","15630.600"],["15780.470","15627.330"],["15783.348","15623.416"],["15787.246","15623.020"],["15782.707","15629.907"],["15779.943","15624.671"],["15784.713","15625.150"],["15782.098","15629.147"],["15780.930","15623.070"],["15781.193","15627.793"],["15774.692","15627.872"],["15779.265","15623.578"],["15771.090","15623.843"],["15771.551","15626.435"],["15778.525","15630.564"],["15772.159","15622.736"],["15777.143","15625.907"],["15777.209","15622.604"],["15772.242","15629.375"],["15778.936","15629.441"],["15758.103","15632.156"],["15757.478","15632.321"],["15764.534","15625.137"],["15757.643","15629.134"],["15763.679","15627.862"],["15764.469","15629.943"],["15764.584","15630.785"],["15761.722","15627.449"],["15763.235","15624.889"],["15764.830","15625.765"],["15753.091","15628.060"],["15752.203","15623.304"],["15752.416","15628.291"],["15753.338","15626.937"],["15748.864","15630.422"],["15748.288","15628.044"],["15753.041","15625.814"],["15752.614","15621.404"],["15752.367","15624.790"],["15748.897","15628.622"],["15733.905","15624.732"],["15741.981","15624.848"],["15735.303","15626.086"],["15738.395","15622.833"],["15735.961","15620.174"],["15738.478","15620.372"],["15733.478","15624.517"],["15733.412","15623.295"],["15734.876","15622.701"],["15732.392","15627.556"],["15757.276","15630.053"],["15759.694","15625.494"],["15755.500","15631.093"],["15762.029","15621.299"],["15754.957","15624.999"],["15753.460","15627.575"],["15754.826","15626.931"],["15754.085","15627.311"],["15757.622","15629.078"],["15758.279","15625.263"],["6584.464","18319.279"],["6585.965","18318.156"],["6587.909","18316.950"],["6557.982","18354.902"],["15748.210","15300.323"],["15742.882","15320.850"],["15747.082","15311.148"],["15744.704","15314.187"],["15726.365","15363.698"],["15725.373","15317.095"],["15742.092","15304.711"],["15726.240","15362.045"],["15747.192","15318.837"],["15726.084","15300.442"],["15726.392","15334.760"],["15727.366","15332.211"],["15743.126","15316.391"],["15726.140","15296.483"],["15743.833","15309.677"],["15746.238","15321.229"],["15744.030","15307.454"],["15727.428","15315.997"],["15728.005","15301.480"],["15727.414","15311.363"],["15727.482","15298.117"],["15725.647","15325.406"],["15745.483","15302.951"],["15744.229","15304.012"],["15725.673","15307.556"],["15743.048","15298.476"],["15747.889","15313.373"],["15725.582","15348.892"],["15743.174","15300.846"],["15727.754","15324.791"],["15725.216","15320.934"],["15727.875","15349.268"],["15745.562","15295.809"],["15778.513","15490.296"],["15777.230","15491.782"],["15781.259","15498.785"],["15775.009","15498.124"],["15777.723","15494.111"],["15778.924","15496.555"],["15782.608","15498.008"],["15778.759","15497.430"],["15778.118","15498.570"],["15779.549","15491.518"],["15776.104","15489.019"],["15773.011","15495.063"],["15774.985","15495.592"],["15774.969","15494.518"],["15772.485","15490.092"],["15775.725","15497.937"],["15775.215","15489.580"],["15773.423","15494.436"],["15767.205","15489.877"],["15773.587","15498.267"],["15764.566","15494.870"],["15767.559","15490.592"],["15762.642","15493.119"],["15763.184","15494.259"],["15768.201","15495.828"],["15766.227","15497.843"],["15760.717","15495.596"],["15763.859","15492.376"],["15768.727","15497.116"],["15760.799","15489.750"],["15763.211","15495.791"],["15762.915","15498.334"],["15765.037","15497.542"],["15762.586","15490.225"],["15764.083","15496.468"],["15762.767","15497.525"],["15763.145","15491.860"],["15757.652","15492.785"],["15757.931","15492.439"],["15757.438","15493.842"],["15755.746","15492.094"],["15751.239","15489.402"],["15748.887","15489.286"],["15754.562","15492.573"],["15757.374","15491.714"],["15757.045","15494.224"],["15753.970","15490.310"],["15753.246","15489.005"],["15751.980","15497.577"],["15757.473","15495.793"],["15743.683","15496.642"],["15739.193","15489.326"],["15742.400","15492.761"],["15744.210","15495.849"],["15743.420","15497.303"],["15747.927","15492.596"],["15739.818","15491.060"],["15747.713","15492.464"],["15743.387","15491.836"],["15746.759","15496.691"],["15733.394","15489.226"],["15739.661","15495.469"],["15733.542","15496.889"],["15739.217","15495.138"],["15735.039","15489.672"],["15738.855","15495.700"],["15737.309","15497.517"],["15735.039","15495.849"],["15739.776","15492.083"],["15737.605","15497.847"],["15726.368","15495.836"],["15725.348","15491.592"],["15732.306","15496.712"],["15731.368","15494.499"],["15732.602","15495.390"],["15726.368","15491.740"],["15727.618","15492.434"],["15729.855","15493.227"],["15730.027","15474.807"],["15729.928","15476.177"],["15731.606","15472.907"],["15725.734","15477.598"],["15726.145","15473.006"],["15731.030","15470.364"],["15726.787","15477.251"],["15726.918","15478.605"],["15733.281","15473.982"],["15739.564","15470.745"],["15739.449","15478.442"],["15735.814","15472.991"],["15739.877","15478.243"],["15736.439","15474.115"],["15732.146","15472.859"],["15741.423","15477.632"],["15731.604","15479.020"],["15738.725","15476.047"],["15744.463","15473.259"],["15743.048","15472.515"],["15747.324","15473.391"],["15742.703","15479.088"],["15741.157","15478.857"],["15741.190","15478.378"],["15740.910","15473.077"],["15738.591","15473.919"],["15742.341","15475.554"],["15746.042","15478.989"],["15753.591","15477.362"],["15751.766","15478.815"],["15748.361","15476.801"],["15756.338","15474.142"],["15750.943","15470.294"],["15751.256","15478.386"],["15754.891","15477.263"],["15757.818","15473.035"],["15752.144","15470.244"],["15752.308","15477.247"],["15761.744","15473.230"],["15763.241","15473.329"],["15763.356","15474.172"],["15765.314","15475.163"],["15766.892","15475.856"],["15762.994","15474.419"],["15766.810","15471.562"],["15759.985","15476.368"],["15763.225","15474.320"],["15766.580","15473.660"],["15776.280","15478.922"],["15775.836","15475.586"],["15773.138","15473.522"],["15773.352","15478.823"],["15772.579","15474.793"],["15773.813","15475.652"],["15775.786","15474.892"],["15771.329","15474.579"],["15773.895","15477.105"],["15778.171","15470.268"],["15777.628","15455.444"],["15779.076","15456.154"],["15778.089","15457.756"],["15777.941","15458.549"],["15771.526","15452.736"],["15780.112","15457.575"],["15776.378","15452.042"],["15776.625","15450.589"],["15776.444","15455.048"],["15773.286","15452.835"],["15771.293","15451.833"],["15765.159","15453.518"],["15770.011","15457.597"],["15764.336","15456.738"],["15767.034","15449.570"],["15772.214","15458.935"],["15764.484","15454.228"],["15767.922","15458.175"],["15771.606","15456.870"],["15769.254","15453.765"],["15762.900","15450.845"],["15757.209","15456.592"],["15756.041","15449.771"],["15754.528","15452.942"],["15758.377","15457.996"],["15762.818","15451.621"],["15758.706","15458.095"],["15762.703","15452.975"],["15760.976","15458.293"],["15755.087","15454.809"],["15746.908","15455.676"],["15751.250","15456.022"],["15746.217","15456.485"],["15749.655","15451.530"],["15744.540","15453.496"],["15747.254","15449.103"],["15744.786","15454.652"],["15749.655","15450.160"],["15752.977","15448.888"],["15747.747","15453.364"],["15746.078","15458.025"],["15744.877","15451.320"],["15741.768","15455.928"],["15739.515","15451.138"],["15737.048","15455.779"],["15738.051","15457.976"],["15743.166","15451.799"],["15739.696","15449.074"],["15742.574","15456.258"],["15745.157","15453.566"],["15731.817","15454.393"],["15735.271","15458.059"],["15726.998","15454.657"],["15726.586","15450.314"],["15731.159","15454.244"],["15733.511","15450.380"],["15731.636","15457.200"],["15728.577","15450.363"],["15727.146","15456.540"],["15731.702","15457.663"],["15781.362","15363.515"],["15781.099","15359.865"],["15786.476","15354.070"],["15782.397","15354.368"],["15782.911","15346.196"],["15785.970","15346.559"],["15787.110","15343.253"],["15782.406","15340.611"],["15759.342","15371.113"],["15759.391","15374.036"],["15760.071","15368.424"],["15761.501","15359.172"],["15761.303","15361.187"],["15765.102","15351.039"],["15761.714","15355.531"],["15763.372","15347.133"],["15765.905","15343.565"],["15762.189","15337.557"],["15766.267","15339.869"],["15764.550","15334.445"],["15767.050","15334.379"],["15763.198","15329.923"],["15763.198","15327.379"],["15762.469","15325.363"],["15766.153","15322.935"],["15761.411","15318.059"],["15761.888","15315.120"],["15764.963","15310.232"],["15767.578","15308.415"],["15765.059","15305.703"],["15766.243","15302.697"],["15747.162","15372.542"],["15741.306","15376.951"],["15742.083","15370.140"],["15744.501","15371.147"],["15741.858","15363.923"],["15744.259","15365.674"],["15744.022","15355.581"],["15742.904","15357.464"],["15746.389","15348.889"],["15742.393","15350.821"],["15742.196","15345.552"],["15743.791","15344.676"],["15747.776","15342.501"],["15743.697","15340.668"],["15746.902","15334.039"],["15744.204","15332.239"],["15743.356","15327.367"],["15748.027","15326.574"],["15747.729","15323.127"],["15748.140","15324.300"],["15747.170","15315.597"],["15746.089","15309.244"],["15745.234","15310.449"],["15746.109","15300.548"],["15745.468","15298.170"],["15726.199","15358.369"],["15727.259","15351.205"],["15726.872","15342.655"],["15726.963","15336.721"],["15725.271","15331.445"],["15727.996","15329.367"],["15727.059","15322.452"],["15727.273","15321.511"],["15727.798","15313.144"],["15725.594","15314.531"],["15728.433","15306.065"],["15725.014","15298.829"],["15726.165","15303.552"],["15783.828","15363.402"],["15783.738","15365.138"],["15785.996","15360.442"],["15784.157","15357.485"],["15782.802","15356.623"],["15784.718","15353.796"],["15786.048","15352.389"],["15784.597","15350.536"],["15784.423","15348.230"],["15782.888","15348.866"],["15782.400","15343.840"],["15784.243","15341.824"],["15786.238","15344.987"],["15785.851","15340.534"],["15785.795","15338.713"],["15784.975","15335.832"],["15783.028","15335.149"],["15783.630","15332.955"],["15786.887","15338.635"],["15781.096","15345.948"],["15781.320","15351.581"],["15785.701","15363.624"],["15785.043","15365.925"],["15781.834","15366.982"],["15783.674","15367.821"],["15761.702","15373.270"],["15761.935","15371.627"],["15762.117","15369.923"],["15762.455","15367.252"],["15763.943","15368.283"],["15763.692","15370.415"],["15764.338","15372.118"],["15765.558","15370.004"],["15760.158","15363.608"],["15762.234","15363.485"],["15763.672","15364.635"],["15765.456","15362.261"],["15763.279","15357.200"],["15763.853","15354.238"],["15766.304","15353.787"],["15767.075","15351.540"],["15762.922","15350.761"],["15765.857","15348.562"],["15762.065","15344.558"],["15763.645","15344.988"],["15765.091","15345.435"],["15761.683","15347.935"],["15762.149","15352.501"],["15764.367","15337.569"],["15766.640","15337.271"],["15761.734","15334.946"],["15761.614","15332.303"],["15764.830","15328.818"],["15764.456","15324.297"],["15764.183","15321.536"],["15763.634","15317.936"],["15765.485","15316.596"],["15766.096","15314.070"],["15763.994","15312.754"],["15762.664","15310.452"],["15763.681","15307.060"],["15764.798","15302.253"],["15767.550","15305.839"],["15766.903","15310.644"],["15760.384","15322.971"],["15760.029","15337.521"],["15760.246","15343.788"],["15760.667","15349.769"],["15767.955","15328.683"],["15743.335","15373.193"],["15743.638","15376.205"],["15747.247","15370.541"],["15743.267","15367.953"],["15746.668","15366.368"],["15745.940","15363.082"],["15747.137","15362.431"],["15743.963","15361.369"],["15744.306","15358.590"],["15745.602","15358.570"],["15745.470","15355.895"],["15747.098","15356.257"],["15746.865","15353.537"],["15745.045","15352.413"],["15744.347","15349.518"],["15744.792","15346.811"],["15742.332","15348.002"],["15744.943","15338.090"],["15745.626","15340.235"],["15747.447","15339.217"],["15746.451","15336.525"],["15745.067","15334.855"],["15743.253","15336.385"],["15741.809","15338.221"],["15745.716","15331.208"],["15746.334","15327.742"],["15746.064","15324.909"],["15744.119","15322.987"],["7230.536","16343.275"],["7230.279","16347.428"],["7224.833","16347.830"],["7225.455","16341.427"],["9202.479","12650.372"],["9199.896","12659.604"],["9207.512","12659.653"],["9221.031","12648.985"],["9215.176","12655.871"],["7279.718","18450.953"],["7277.860","18458.368"],["7282.062","18458.098"],["7283.410","18461.401"],["7298.669","18449.224"],["7294.244","18453.485"],["7249.767","18346.321"],["7251.855","18348.799"],["7244.173","18346.352"],["7236.469","18346.219"],["7237.539","18346.004"],["7234.726","18357.968"],["7236.091","18354.813"],["7239.663","18340.101"],["7234.581","18345.353"],["7964.421","19206.686"],["7969.635","19202.326"],["7959.881","19217.107"],["7959.223","19209.279"],["7961.907","19243.635"],["7959.703","19244.577"],["7961.365","19233.495"],["7964.753","19236.947"],["7942.422","19196.155"],["7939.083","19183.652"],["7940.399","19194.189"],["7936.600","19198.780"],["7957.379","19196.897"],["7952.297","19203.668"],["7963.728","19196.203"],["7952.363","19200.794"],["8063.006","19187.967"],["8059.289","19192.344"],["8037.701","19190.745"],["8044.971","19180.307"],["8048.672","19188.862"],["8042.520","19190.563"],["8123.769","19141.815"],["8125.315","19130.040"],["8136.795","19129.627"],["8137.618","19131.543"],["8114.889","19167.507"],["8108.607","19169.356"],["8106.222","19173.716"],["8115.794","19176.541"],["8090.695","19181.367"],["8104.396","19177.915"],["8090.218","19176.875"],["8107.797","19187.319"],["8109.030","19182.331"],["8104.754","19178.946"],["8096.527","19189.154"],["8103.567","19188.311"],["8104.471","19179.988"],["8101.379","19192.605"],["8205.146","19020.646"],["8194.686","19006.868"],["8175.163","19017.724"],["8180.903","19027.204"],["8180.278","19022.629"],["8175.508","19019.227"],["8182.689","19018.238"],["8177.360","19018.073"],["8195.904","19017.635"],["8184.576","19001.403"],["8184.905","19007.398"],["8175.869","19013.306"],["8180.573","19011.720"],["8182.520","19010.148"],["8187.766","19014.178"],["7453.742","18023.898"],["7445.715","18022.296"],["7448.512","18020.413"],["7449.449","18017.110"],["8379.580","19407.657"],["8378.313","19407.063"],["8379.943","19391.994"],["8387.311","19394.240"],["8378.824","19394.180"],["8376.505","19394.312"],["8369.400","19387.207"],["8378.891","19384.796"],["8367.261","19394.126"],["8371.504","19395.134"],["8371.844","19403.142"],["8370.840","19403.225"],["8382.402","19401.375"],["8389.730","19410.885"],["8383.825","19408.919"],["8388.305","19420.239"],["8380.805","19418.274"],["8373.725","19438.339"],["8371.932","19429.222"],["8370.503","19390.716"],["8369.746","19389.544"],["8506.870","19324.014"],["8503.662","19326.838"],["8488.085","19312.477"],["8489.443","19316.943"],["8489.295","19313.723"],["15726.614","15291.740"],["15726.578","15294.093"],["7700.536","17797.919"],["7687.575","17791.808"],["7700.585","17789.496"],["7692.690","17788.191"],["7723.923","17821.199"],["7721.325","17828.053"],["15289.017","14739.981"],["15235.423","14733.786"],["15250.952","14747.755"],["15255.234","14757.999"],["15234.803","14753.559"],["15233.192","14731.943"],["15215.306","14764.047"],["15249.578","14736.845"],["15263.082","14738.229"],["15237.037","14767.670"],["15229.435","14765.450"],["15235.178","14765.276"],["15282.717","14759.458"],["15274.292","14749.987"],["15280.337","14758.222"],["15249.001","14755.649"],["15219.014","14755.788"],["15278.820","14737.055"],["15226.341","14755.954"],["15221.807","14753.598"],["15278.298","14759.114"],["15279.211","14739.237"],["15231.747","14730.131"],["15287.366","14751.602"],["15270.899","14751.017"],["15221.476","14766.390"],["15254.650","14734.664"],["15263.639","14735.937"],["15229.511","14757.954"],["15216.584","14762.712"],["15219.331","14753.643"],["15236.840","14764.669"],["15225.605","14763.372"],["15217.132","14754.000"],["15213.151","14763.881"],["15208.989","14766.380"],["15211.405","14755.608"],["15210.430","14762.795"],["15226.680","14765.141"],["15231.770","14767.515"],["15223.390","14763.094"],["15216.487","14767.013"],["15254.432","14745.520"],["15275.991","14760.496"],["15215.104","14751.640"],["15264.836","14745.694"],["15205.769","14742.688"],["15214.458","14740.226"],["15288.477","14748.216"],["15227.026","14733.140"],["15245.268","14734.568"],["15258.400","14757.906"],["15271.530","14748.591"],["15286.907","14739.077"],["15257.167","14734.626"],["15251.956","14745.632"],["15211.943","14729.915"],["15206.259","14760.632"],["15210.155","14764.454"],["15225.084","14753.016"],["15216.621","14740.630"],["15257.428","14736.568"],["15219.102","14763.313"],["15214.759","14729.891"],["15218.587","14732.222"],["15211.299","14732.514"],["15210.427","14728.418"],["15215.464","14732.612"],["15215.793","14728.367"],["15219.817","14727.727"],["15223.748","14732.268"],["15225.626","14730.733"],["15226.153","14728.917"],["15242.654","14736.274"],["15241.322","14732.856"],["15235.734","14732.276"],["15230.702","14731.946"],["15245.328","14731.721"],["15247.367","14737.782"],["15258.185","14733.032"],["15258.629","14738.664"],["15260.749","14735.541"],["15262.295","14734.154"],["15269.469","14735.087"],["15267.923","14735.418"],["15265.612","14737.281"],["15266.172","14735.745"],["15257.092","14745.570"],["15265.170","14749.538"],["15281.920","14737.303"],["15277.380","14740.275"],["15284.716","14740.877"],["15284.272","14738.598"],["15209.319","14743.532"],["15208.201","14743.731"],["15212.586","14741.207"],["15213.705","14742.661"],["15220.847","14739.934"],["15221.390","14742.412"],["15229.980","14743.670"],["15225.786","14744.760"],["15235.508","14743.848"],["15234.324","14746.507"],["15238.754","14745.443"],["15237.915","14745.839"],["15241.649","14748.509"],["15245.448","14746.246"],["15260.098","14744.525"],["15257.220","14747.399"],["15265.866","14748.197"],["15262.741","14746.066"],["15268.950","14748.642"],["15268.259","14746.082"],["15279.206","14750.738"],["15274.502","14747.864"],["15281.372","14750.189"],["15286.290","14747.563"],["15285.423","14752.447"],["15289.436","14750.085"],["15210.977","14752.527"],["15206.223","14751.107"],["15212.192","14751.054"],["15217.752","14752.656"],["15222.236","14755.079"],["15223.947","14752.271"],["15228.907","14755.584"],["15230.617","14753.635"],["15233.655","14755.131"],["15237.142","14752.621"],["15248.247","14758.431"],["15251.586","14756.581"],["15254.913","14755.320"],["15259.403","14759.829"],["15265.767","14756.605"],["15261.507","14757.993"],["15269.071","14760.615"],["15270.150","14758.266"],["15274.804","14759.207"],["15274.765","14687.297"],["15275.455","14682.871"],["15279.827","14689.075"],["15282.360","14688.629"],["15286.089","14684.152"],["15282.783","14688.694"],["15291.571","14685.460"],["15288.118","14689.473"],["15293.294","14688.361"],["15294.692","14687.354"],["15301.567","14688.092"],["15275.688","14672.533"],["15274.109","14676.348"],["15279.395","14674.878"],["15280.003","14677.008"],["15284.174","14678.922"],["15282.430","14676.610"],["15288.450","14675.725"],["15289.338","14677.575"],["15296.531","14681.653"],["15296.416","14680.001"],["15300.768","14678.703"],["15280.791","14665.142"],["15278.521","14665.918"],["15285.185","14665.100"],["15284.659","14661.533"],["15290.143","14666.858"],["15290.620","14664.645"],["15295.033","14665.272"],["15296.887","14667.823"],["15297.940","14663.264"],["15303.899","14666.308"],["15279.621","14685.537"],["15282.008","14686.344"],["15280.161","14686.837"],["15285.726","14687.739"],["15288.320","14686.694"],["15291.493","14688.562"],["15289.321","14688.387"],["15292.110","14690.594"],["15296.701","14688.314"],["15295.955","14690.501"],["15297.952","14690.207"],["15299.200","14688.603"],["15300.700","14689.725"],["15300.366","14690.980"],["15302.952","14688.534"],["15276.476","14674.353"],["15276.489","14676.280"],["15285.555","14676.103"],["15286.447","14678.644"],["15294.084","14677.863"],["15295.758","14677.099"],["15298.691","14680.585"],["15302.600","14678.261"],["15303.475","14681.011"],["15275.414","14664.561"],["15282.576","14666.017"],["15299.501","14665.276"],["15293.466","14666.597"],["15298.762","14667.501"],["15301.824","14667.897"],["15302.191","14665.058"],["15303.800","14670.282"],["15294.558","14668.977"],["15300.462","14669.715"],["15285.929","14668.274"],["15301.395","14676.704"],["7778.297","19198.263"],["7773.084","19194.234"],["7769.061","19187.172"],["7763.354","19187.370"],["7754.612","19187.341"],["7752.803","19185.210"],["7762.353","19200.823"],["7769.837","19203.829"],["7759.975","19201.287"],["7762.409","19198.743"],["7764.317","19178.313"],["7760.452","19172.235"],["7770.939","19168.594"],["7772.814","19177.265"],["7660.403","19169.968"],["7660.617","19177.383"],["7662.952","19175.963"],["7664.975","19170.777"],["7640.492","19186.676"],["7636.380","19185.636"],["7642.861","19172.291"],["7638.288","19187.238"],["7654.322","19180.427"],["7648.714","19184.556"],["7653.362","19174.265"],["7658.971","19171.986"],["7676.869","19190.933"],["7677.839","19189.447"],["7652.637","19203.487"],["7658.460","19204.511"],["8518.546","12339.516"],["8538.924","12351.522"],["7659.090","18778.432"],["7664.188","18774.568"],["7672.988","18770.059"],["7665.142","18780.480"],["7664.106","18788.402"],["7659.961","18786.652"],["7657.798","18775.195"],["7662.929","18773.296"],["7665.528","18776.715"],["7664.837","18768.705"],["7655.827","18785.627"],["7657.949","18781.134"],["7658.508","18790.020"],["8157.440","18242.862"],["8161.453","18241.392"],["8173.941","18235.423"],["8173.776","18236.645"],["8170.329","18232.007"],["8165.986","18226.437"],["8166.874","18230.731"],["8154.867","18235.988"],["8154.719","18238.415"],["8181.543","18234.437"],["8176.231","18225.221"],["8149.447","18231.190"],["8148.460","18228.316"],["8331.556","18235.066"],["8324.549","18237.295"],["8325.799","18234.174"],["8311.476","18240.099"],["8320.095","18236.465"],["8331.268","18245.383"],["8332.699","18250.404"],["7303.449","18043.647"],["7298.482","18042.260"],["7226.742","17950.899"],["7221.314","17954.482"],["7231.693","17950.519"],["7226.002","17965.168"],["7650.537","18783.167"],["7650.356","18774.331"],["7646.649","18795.354"],["7519.470","18793.485"],["7519.207","18788.663"],["7518.954","18812.142"],["7518.164","18800.879"],["7514.579","18799.145"],["7059.566","13132.380"],["7072.806","13136.311"],["7814.943","17802.057"],["7812.180","17814.361"],["7815.996","17801.942"],["7817.920","17809.258"],["7809.795","17817.119"],["7808.825","17830.727"],["7815.355","17815.021"],["7805.124","17822.503"],["8605.044","12289.401"],["8616.639","12295.825"],["8614.962","12298.567"],["8598.958","12288.988"],["8598.350","12298.104"],["8594.380","12308.495"],["8587.111","12319.544"],["8588.130","12312.954"],["8586.222","12313.995"],["8599.824","12304.845"],["8522.348","18642.711"],["8517.776","18645.816"],["8515.399","18639.440"],["8516.912","18642.248"],["8508.282","18643.498"],["8507.591","18645.579"],["8523.719","18635.412"],["8523.176","18637.063"],["8434.993","18621.789"],["8428.151","18622.681"],["8457.224","18505.380"],["8460.842","18505.446"],["8457.556","18517.649"],["8461.847","18522.716"],["8468.827","18527.745"],["8464.781","18524.294"],["8464.442","18514.258"],["8473.109","18518.915"],["8447.385","18508.634"],["8445.165","18504.984"],["8456.224","18546.814"],["8458.576","18541.084"],["8481.767","18468.751"],["8483.066","18475.456"],["8502.986","18483.978"],["8504.335","18484.622"],["9306.026","13574.132"],["9312.951","13574.099"],["9315.434","13552.596"],["9292.136","13578.720"],["9288.107","13567.374"],["9298.995","13578.010"],["9305.196","13578.819"],["9284.291","13553.782"],["9271.692","13599.190"],["9262.153","13600.924"],["9276.972","13579.570"],["9256.166","13592.931"],["9262.070","13583.368"],["6469.887","13973.687"],["6482.519","13977.254"],["6481.927","13976.081"],["6478.177","13986.420"],["6476.697","13990.582"],["8600.470","18330.822"],["8596.964","18330.668"],["8597.672","18326.506"],["7695.883","18282.972"],["7697.133","18282.064"],["7698.728","18278.480"],["7700.179","18291.128"],["7705.130","18290.897"],["7706.955","18285.414"],["7695.562","18293.799"],["7688.654","18301.066"],["7696.170","18296.541"],["7688.385","18280.746"],["7681.560","18282.513"],["7694.043","18288.062"],["7687.449","18300.365"],["7680.690","18297.409"],["7676.775","18297.078"],["7675.574","18302.016"],["15033.859","14687.644"],["15035.124","14698.751"],["15014.188","14685.802"],["15024.791","14689.265"],["15040.988","14668.052"],["14976.720","14715.196"],["14995.329","14702.019"],["15045.716","14687.936"],["15050.583","14675.291"],["15032.527","14683.928"],["15005.303","14706.238"],["14997.004","14697.329"],["15047.706","14689.654"],["14978.201","14711.612"],["15021.122","14680.099"],["15022.720","14677.895"],["15060.166","14682.320"],["15016.365","14685.454"],["15040.692","14668.415"],["15020.830","14706.557"],["15030.220","14675.343"],["14993.421","14702.036"],["15013.109","14701.064"],["14974.801","14715.943"],["15042.914","14697.533"],["15004.086","14712.349"],["15008.790","14706.123"],["14999.086","14710.037"],["15027.883","14687.481"],["14996.839","14695.991"],["15011.250","14698.537"],["15058.368","14670.082"],["15063.949","14676.061"],["15018.754","14681.437"],["15058.549","14666.267"],["15068.903","14677.911"],["15073.183","14670.126"],["15013.132","14716.269"],["15072.065","14673.809"],["15032.882","14671.684"],["14982.703","14725.432"],["15032.358","14676.730"],["14997.179","14713.502"],["15066.814","14678.820"],["15039.850","14682.308"],["15018.092","14714.841"],["15028.803","14706.967"],["15058.030","14673.671"],["15046.618","14693.934"],["15018.470","14713.966"],["15043.410","14690.317"],["15026.780","14707.033"],["14984.054","14726.724"],["14990.847","14717.268"],["15053.583","14682.392"],["15054.784","14682.375"],["14986.380","14707.382"],["15037.910","14685.941"],["14981.775","14708.604"],["15056.961","14673.936"],["14991.370","14701.848"],["14972.219","14719.874"],["15042.223","14696.922"],["15038.661","14699.808"],["15022.179","14710.487"],["15010.142","14686.595"],["14990.597","14707.496"],["15054.185","14674.515"],["15039.066","14669.454"],["14994.646","14712.445"],["15025.368","14676.888"],["15014.326","14683.753"],["14987.015","14721.100"],["15080.809","14682.668"],["15078.555","14682.999"],["15072.272","14688.076"],["15071.186","14686.028"],["15066.570","14690.516"],["15069.448","14691.210"],["15060.102","14696.820"],["15059.099","14695.037"],["15055.491","14702.460"],["15055.491","14698.909"],["15052.078","14701.181"],["15048.854","14702.684"],["15046.358","14709.317"],["15041.917","14712.109"],["15035.083","14720.152"],["15032.731","14716.403"],["15028.233","14719.490"],["15031.259","14717.888"],["15021.990","14722.538"],["15023.306","14725.362"],["15016.836","14727.250"],["15014.763","14727.333"],["15013.992","14730.242"],["15013.285","14733.017"],["15005.676","14732.292"],["15006.680","14738.073"],["15002.563","14741.102"],["14999.159","14741.928"],["14989.549","14736.966"],["14988.628","14736.256"],["14994.097","14729.722"],["14996.399","14728.335"],["14997.130","14723.711"],["15002.738","14725.346"],["15004.948","14723.132"],["15007.201","14719.136"],["7444.409","18101.294"],["7433.619","18102.566"],["7445.478","18099.114"],["7447.090","18101.839"],["8543.086","18287.491"],["8537.675","18289.951"],["8545.723","18286.252"],["8541.397","18277.648"],["8533.890","18285.846"],["8538.199","18284.095"],["8773.383","18857.114"],["8764.288","18855.364"],["8769.172","18852.028"],["8761.689","18867.288"],["8775.062","18874.764"],["8774.684","18867.382"],["8662.201","18718.418"],["8665.687","18715.363"],["8668.783","18710.801"],["8676.445","18715.110"],["8671.427","18722.932"],["8675.687","18721.347"],["8658.454","18714.977"],["8650.987","18717.537"],["8654.707","18726.130"],["8660.069","18724.759"],["8673.112","18704.600"],["8679.494","18703.543"],["8661.657","18707.337"],["8667.150","18707.998"],["8680.883","18723.636"],["8679.946","18726.956"],["8694.737","18730.793"],["8697.928","18729.934"],["21165.291","13984.531"],["21149.822","13966.412"],["21158.703","13990.509"],["21163.176","13974.612"],["21164.499","13974.913"],["21150.483","13986.455"],["21159.192","13965.674"],["21150.460","13992.037"],["21162.537","13984.938"],["21157.596","13990.791"],["21160.912","13985.088"],["21163.671","13984.725"],["21150.882","13976.571"],["21160.231","13990.281"],["21162.367","13990.036"],["21156.567","13965.641"],["21151.843","13986.405"],["21160.278","13975.127"],["21148.123","13966.574"],["21148.466","13976.604"],["21152.409","13976.163"],["21154.949","13975.847"],["21161.189","13965.348"],["21154.749","13961.144"],["21156.802","13960.919"],["21148.396","13970.818"],["21149.925","13970.676"],["21152.697","13970.636"],["21160.469","13970.071"],["21157.953","13970.489"],["21149.445","13981.636"],["21152.731","13981.215"],["21157.823","13981.080"],["21160.566","13980.607"],["21162.458","13980.044"],["21164.151","13979.800"],["21150.143","13956.831"],["21154.359","13956.452"],["21160.335","13940.543"],["21148.539","13953.262"],["21153.010","13953.144"],["21163.377","13943.313"],["21168.104","13947.616"],["21166.192","13979.727"],["21168.642","13979.695"],["21165.317","13969.311"],["21168.500","13969.268"],["21170.826","13950.250"],["21173.102","13952.439"],["21164.866","13965.568"],["21169.415","13953.362"],["21171.472","13955.555"],["21167.213","13943.087"],["21161.470","13945.516"],["21159.553","13943.074"],["21157.234","13940.988"],["21166.657","13963.697"],["21157.300","13953.012"],["21154.874","13949.821"],["21189.570","14000.395"],["21189.810","14002.607"],["21189.829","14006.891"],["21186.519","14016.570"],["21186.140","14013.611"],["21185.963","14004.031"],["21181.645","14000.187"],["21181.551","14005.582"],["21182.272","14009.815"],["21182.608","14013.544"],["21182.868","14017.398"],["8612.791","18344.154"],["8606.113","18346.598"],["8594.312","18336.442"],["8596.823","18337.057"],["8595.671","18341.318"],["8586.650","18335.713"],["8586.766","18339.644"],["8756.811","18457.786"],["8747.441","18440.438"],["8756.997","18448.713"],["8753.888","18435.748"],["8744.579","18442.239"],["8763.173","18443.780"],["8769.686","18451.212"],["8760.459","18445.151"],["8759.423","18448.024"],["15304.248","14691.461"],["15306.194","14691.367"],["15309.204","14694.191"],["15305.143","14682.782"],["15311.597","14682.925"],["15310.018","14679.011"],["15312.780","14683.620"],["15317.944","14685.668"],["15320.925","14684.091"],["15317.652","14686.287"],["15305.494","14663.269"],["15304.080","14662.047"],["15308.985","14668.510"],["15312.275","14664.002"],["15315.772","14666.210"],["15313.963","14668.307"],["15320.953","14667.317"],["15319.457","14668.473"],["7807.296","17939.907"],["7800.786","17946.215"],["7799.767","17938.403"],["7802.809","17948.081"],["7800.128","17941.690"],["7818.567","17945.867"],["7823.551","17945.339"],["7814.867","17944.595"],["7816.955","17944.926"],["7861.243","17932.146"],["7871.818","17932.757"],["7876.095","17931.089"],["7866.572","17932.971"],["7738.834","17839.073"],["7736.268","17839.733"],["8716.425","19076.219"],["8721.277","19075.790"],["8730.914","19076.573"],["8731.325","19076.837"],["8734.509","19083.094"],["8729.903","19077.116"],["8727.156","19085.070"],["8729.392","19090.255"],["8719.431","19084.907"],["8720.155","19088.755"],["8725.063","19083.318"],["8726.806","19082.393"],["6517.602","17036.606"],["6518.295","17038.571"],["7974.883","19066.844"],["7973.946","19071.600"],["7986.134","19071.762"],["7988.354","19071.366"],["7977.187","19089.909"],["7982.171","19086.936"],["7970.184","19049.006"],["7966.862","19048.527"],["7952.346","19063.387"],["7955.554","19064.923"],["8032.698","19009.934"],["8033.454","19011.007"],["8034.786","19007.143"],["8038.125","19005.557"],["8075.989","19027.677"],["8072.321","19016.397"],["8070.923","19020.790"],["8082.469","19027.049"],["8113.051","18394.124"],["8100.354","18408.046"],["8107.311","18402.894"],["8107.180","18393.827"],["8106.019","18379.598"],["8099.440","18389.788"],["8109.210","18389.226"],["8098.733","18389.094"],["8112.610","18358.532"],["8114.748","18370.225"],["8115.883","18368.722"],["8126.952","18371.364"],["7943.346","18390.005"],["7941.520","18399.022"],["7940.303","18401.235"],["7937.260","18388.337"],["7975.791","18419.561"],["7962.880","18411.964"],["7973.110","18411.617"],["7972.091","18417.347"],["6454.038","13398.845"],["6439.235","13404.477"],["6450.567","13407.037"],["8432.941","19288.038"],["8428.747","19290.185"],["8427.317","19301.006"],["8436.626","19301.088"],["8484.037","19240.796"],["8480.188","19241.754"],["8479.893","19264.095"],["8484.547","19258.018"],["8491.883","19257.902"],["8489.613","19261.849"],["8469.423","19260.262"],["8471.693","19261.104"],["8471.742","19255.968"],["8468.222","19246.885"],["8471.574","19228.611"],["8469.157","19236.439"],["8463.910","19231.006"],["8465.884","19242.022"],["8520.006","19227.970"],["8518.329","19231.571"],["8509.052","19231.471"],["8515.319","19228.218"],["8444.459","19301.105"],["8442.797","19300.527"],["8503.001","19308.712"],["8485.799","19311.337"],["8564.026","19281.248"],["8564.372","19284.469"],["8558.421","19287.531"],["8557.336","19290.339"],["8561.518","19294.579"],["8564.643","19289.360"],["8564.201","19271.269"],["8567.062","19270.097"],["7800.630","12547.689"],["7789.117","12550.100"],["7795.926","12564.221"],["7935.422","12688.413"],["7935.126","12695.713"],["7933.761","12706.365"],["8283.957","18356.896"],["8286.004","18356.355"],["8291.274","18349.797"],["8298.034","18353.315"],["8277.184","18352.893"],["8279.701","18351.175"],["8278.229","18357.650"],["8271.419","18359.203"],["8297.872","18375.059"],["8295.882","18373.886"],["8296.775","18372.247"],["8294.670","18371.917"],["8221.158","18265.854"],["8224.332","18268.281"],["8236.558","18275.325"],["8230.243","18269.033"],["8226.435","18257.721"],["8234.593","18258.315"],["7021.747","16827.044"],["7023.395","16825.908"],["7023.627","16831.945"],["8537.822","12332.216"],["7284.699","18538.368"],["7274.337","18549.021"],["7274.534","18539.590"],["7270.094","18544.363"],["7271.445","18526.264"],["7275.228","18534.373"],["7270.421","18536.126"],["7264.352","18536.308"],["7282.711","18561.907"],["7285.129","18561.990"],["7289.994","18549.508"],["7291.655","18547.807"],["7272.860","18550.322"],["7278.024","18552.469"],["8406.085","18441.712"],["8391.299","18437.881"],["8391.874","18429.623"],["8399.243","18430.696"],["8408.593","18438.087"],["8412.474","18430.457"],["6071.502","17714.545"],["6072.540","17711.867"],["8936.147","12407.133"],["8932.479","12419.949"],["8932.052","12416.729"],["8940.769","12417.092"],["8922.792","12411.213"],["8944.218","12400.212"],["8962.294","12388.272"],["8952.261","12404.985"],["8938.906","12407.462"],["8948.560","12411.360"],["15710.146","15528.592"],["15711.693","15532.836"],["15702.371","15533.592"],["15701.368","15529.694"],["15706.960","15534.219"],["15700.590","15532.788"],["15713.518","15530.326"],["15702.519","15525.648"],["15703.325","15527.498"],["15714.209","15527.353"],["15710.130","15529.285"],["15718.140","15526.792"],["15704.378","15533.113"],["15702.009","15528.340"],["15709.505","15530.441"],["15712.663","15533.612"],["15698.424","15526.820"],["15702.864","15525.516"],["15718.597","15535.488"],["15717.860","15527.221"],["15716.791","15533.332"],["15706.639","15512.952"],["15702.544","15509.500"],["15710.241","15510.690"],["15710.504","15516.602"],["15704.370","15517.609"],["15704.468","15509.401"],["15706.409","15513.976"],["15703.580","15511.053"],["15701.853","15516.371"],["15705.899","15509.005"],["15721.450","15518.192"],["15716.022","15515.153"],["15716.730","15510.083"],["15719.608","15518.770"],["15716.795","15511.718"],["15717.042","15518.456"],["15713.950","15515.962"],["15713.966","15513.865"],["15721.072","15509.373"],["15715.216","15515.665"],["15722.140","15515.304"],["15723.884","15517.302"],["15723.456","15513.371"],["15723.358","15517.781"],["15721.713","15515.832"],["15723.818","15519.317"],["15720.439","15527.659"],["15722.067","15535.124"],["15719.912","15530.797"],["15719.320","15535.802"],["15723.498","15529.526"],["15723.958","15527.296"],["8643.200","18572.980"],["8638.611","18567.448"],["8637.143","18559.374"],["8645.137","18556.220"],["8629.240","18557.514"],["8635.408","18554.458"],["8630.871","18568.203"],["8633.371","18565.280"],["8715.590","18607.787"],["8699.084","18604.189"],["8710.417","18602.026"],["8714.382","18619.500"],["8702.095","18607.659"],["8706.378","18608.943"],["8709.441","18615.011"],["8706.497","18614.235"],["8765.397","18471.494"],["8764.114","18467.695"],["8768.390","18466.638"],["8734.808","18469.123"],["8733.541","18471.699"],["8745.422","18470.242"],["8746.557","18475.840"],["7796.387","12544.270"],["7784.216","12544.865"],["7699.436","17997.207"],["7698.680","17997.174"],["7692.874","18005.183"],["7679.727","18013.108"],["7691.684","18012.200"],["7677.013","18009.541"],["7681.634","18017.551"],["7698.349","18014.269"],["7692.872","18018.596"],["7693.991","18018.844"],["7693.497","18015.409"],["7709.478","17955.075"],["7716.945","17963.762"],["7715.415","17956.809"],["7724.165","17956.231"],["7693.539","17860.001"],["7696.203","17864.030"],["7689.871","17866.475"],["7679.628","17869.297"],["7687.523","17880.147"],["7685.532","17865.283"],["7684.858","17866.456"],["7556.200","17998.318"],["7550.822","18006.080"],["7560.295","18011.267"],["7559.670","18011.894"],["7561.545","18019.112"],["7561.857","18018.798"],["9151.696","12590.270"],["9146.943","12570.089"],["9151.976","12569.692"],["9151.565","12583.037"],["9167.239","12575.407"],["9164.980","12617.441"],["9175.720","12594.336"],["9175.210","12612.404"],["9162.414","12602.660"],["9162.348","12601.157"],["7276.965","18146.965"],["7276.570","18142.126"],["7261.400","18142.797"],["7261.910","18139.891"],["7266.780","18149.594"],["7262.125","18144.243"],["7268.755","18153.535"],["7271.929","18159.613"],["7290.013","18070.080"],["7298.303","18068.775"],["7300.145","18068.180"],["7292.086","18063.837"],["7290.012","18047.825"],["7302.117","18053.160"],["7292.923","18052.615"],["7295.900","18045.365"],["7235.519","18111.336"],["7230.716","18104.647"],["7236.653","18110.708"],["7237.130","18109.833"],["7222.660","18122.267"],["7229.847","18122.977"],["7219.782","18121.375"],["7223.400","18108.344"],["7210.245","18124.428"],["7218.485","18112.025"],["7209.866","18120.844"],["7210.968","18116.237"],["7083.381","13126.484"],["7083.201","13135.551"],["7063.891","13122.752"],["7079.319","13118.045"],["7056.730","13098.233"],["7061.631","13094.930"],["7050.118","13105.880"],["7059.953","13104.212"],["7057.437","13105.401"],["6570.684","16840.253"],["7513.691","18811.597"],["7514.118","18801.358"],["7503.009","18816.188"],["7496.052","18813.397"],["7489.868","18806.428"],["7498.223","18810.457"],["7488.480","18778.531"],["7490.256","18783.172"],["7378.601","18801.365"],["7384.342","18813.982"],["7379.539","18807.723"],["7377.105","18804.502"],["7381.310","18803.118"],["7381.244","18802.293"],["7378.958","18805.216"],["7382.412","18814.828"],["8347.447","19393.804"],["8349.503","19392.351"],["8356.251","19410.654"],["8583.269","19271.946"],["8581.164","19275.794"],["7723.290","18057.853"],["7718.636","18060.115"],["7717.435","18049.198"],["15006.045","14008.530"],["15007.243","14011.849"],["15004.069","14006.200"],["15007.194","14003.722"],["15002.641","13999.684"],["15004.911","13996.811"],["15013.970","14012.350"],["15016.158","14014.217"],["15013.250","14007.003"],["15013.414","14006.970"],["15014.997","14002.953"],["15014.783","14003.019"],["15013.317","13996.855"],["15013.597","13996.524"],["15020.903","14006.493"],["15021.561","14006.824"],["15021.734","14002.481"],["15021.405","14000.467"],["15020.455","13996.594"],["15022.231","13997.155"],["15031.285","13999.509"],["15029.624","13999.360"],["15029.247","13996.368"],["15031.105","13996.335"],["15028.497","13989.383"],["15028.447","13992.009"],["15019.712","13992.663"],["15014.737","14000.265"],["15006.451","14001.410"],["15015.696","14005.609"],["8399.098","13726.802"],["8423.391","13723.615"],["8403.243","13718.991"],["8415.940","13722.608"],["8398.259","13709.577"],["8463.141","13727.048"],["8453.882","13724.019"],["8445.658","13721.763"],["8441.184","13707.428"],["8447.089","13715.454"],["7777.792","18250.251"],["7781.460","18252.349"],["7776.641","18251.407"],["7776.000","18244.851"],["7880.729","18128.576"],["7880.729","18122.399"],["7881.074","18124.282"],["7886.586","18136.383"],["7891.816","18137.258"],["7889.645","18138.761"],["7899.432","18144.591"],["7892.208","18134.561"],["7893.985","18125.213"],["7895.794","18126.782"],["7888.277","18119.945"],["7838.503","18121.468"],["7829.408","18123.153"],["7838.092","18118.165"],["7832.895","18123.780"],["7741.231","18067.001"],["7734.011","18074.763"],["7742.662","18067.942"],["7737.103","18060.097"],["7729.952","18059.438"],["7858.251","17854.254"],["7858.959","17849.481"],["7851.492","17856.929"],["7867.314","17869.773"],["7854.683","17869.971"],["7868.087","17867.725"],["7855.456","17873.968"],["6460.173","13387.169"],["6459.202","13392.834"],["6450.782","13373.273"],["6443.265","13354.990"],["6459.910","13373.124"],["6306.041","17176.352"],["6314.017","17177.678"],["6316.728","17180.682"],["6310.686","17179.869"],["6467.397","13533.070"],["6480.407","13538.553"],["6476.674","13542.269"],["6479.420","13532.509"],["6476.772","13536.687"],["6497.554","13494.530"],["6503.936","13504.572"],["6490.153","13503.581"],["6491.419","13511.888"],["6498.788","13493.787"],["8410.098","18683.496"],["8405.411","18686.320"],["8418.435","18736.811"],["8422.564","18730.700"],["8427.505","18745.951"],["8422.143","18744.944"],["8422.211","18788.998"],["8422.803","18791.575"],["8431.142","18779.326"],["8428.642","18771.762"],["6464.285","13375.205"],["6466.769","13355.337"],["21372.511","14096.478"],["21371.021","14092.848"],["21371.714","14094.450"],["21364.952","14102.149"],["21364.070","14100.480"],["21361.567","14094.861"],["21357.894","14104.796"],["21345.981","14064.615"],["21359.102","14106.823"],["21344.919","14064.453"],["21348.400","14085.959"],["21351.116","14085.652"],["21356.188","14102.733"],["21355.321","14101.178"],["21347.857","14058.393"],["21351.618","14058.159"],["21355.917","14057.632"],["21359.732","14057.861"],["21361.520","14057.081"],["21364.032","14056.730"],["21350.979","14063.818"],["21353.295","14063.329"],["21355.512","14063.824"],["21365.058","14062.152"],["21367.711","14061.968"],["21368.820","14061.705"],["21348.088","14069.513"],["21349.812","14069.603"],["21352.124","14069.012"],["21358.431","14068.178"],["21361.970","14068.139"],["21364.856","14067.754"],["21359.142","14083.777"],["21361.543","14083.602"],["21363.893","14083.013"],["21365.751","14083.000"],["21336.802","14059.465"],["21333.179","14060.146"],["21340.445","14058.873"],["21344.194","14058.766"],["21342.010","14064.229"],["21335.519","14065.404"],["21332.202","14065.736"],["21330.953","14065.618"],["21337.700","14071.117"],["21330.799","14072.704"],["21334.051","14072.001"],["21346.384","14086.808"],["21341.787","14087.796"],["21338.040","14088.254"],["21333.462","14089.395"],["21340.692","14076.698"],["21332.108","14078.660"],["21339.098","14077.017"],["21343.311","14076.756"],["21347.852","14075.664"],["21354.680","14074.012"],["21356.971","14073.776"],["21360.900","14073.130"],["21365.907","14072.325"],["21369.317","14071.649"],["21367.661","14071.981"],["21351.238","14074.404"],["21372.973","14076.185"],["21368.478","14076.743"],["21360.117","14078.653"],["21353.322","14080.118"],["21348.238","14081.376"],["21341.880","14082.527"],["21336.009","14083.932"],["21332.418","14084.452"],["21338.054","14083.614"],["21365.100","14091.950"],["21367.335","14095.624"],["21361.679","14104.050"],["21359.924","14101.251"],["21357.522","14098.528"],["21348.938","14099.485"],["21351.100","14104.039"],["21329.936","14085.035"],["21327.257","14086.031"],["21328.577","14073.221"],["21325.427","14073.613"],["21321.237","14074.534"],["21322.983","14073.925"],["21320.847","14066.520"],["21326.988","14065.709"],["21322.160","14066.381"],["21329.055","14078.494"],["21321.557","14080.650"],["21323.656","14080.233"],["8803.279","18499.178"],["8803.674","18502.431"],["8792.170","18507.012"],["8794.160","18502.090"],["8871.503","18639.302"],["8880.582","18642.687"],["8877.667","18634.013"],["8876.319","18632.361"],["8871.738","18629.672"],["8864.567","18630.630"],["8865.863","18647.473"],["8864.300","18650.198"],["15724.986","15293.491"],["15722.387","15291.872"],["15707.012","15292.024"],["15704.315","15293.230"],["15684.322","15289.519"],["15683.549","15288.413"],["15666.236","15289.808"],["15667.684","15290.717"],["8787.085","18873.575"],["8781.575","18872.006"],["8874.653","18731.307"],["8870.705","18732.380"],["8860.310","18738.623"],["8882.214","18743.674"],["8875.536","18742.022"],["8871.556","18745.424"],["8877.773","18744.896"],["8867.344","18764.028"],["8873.821","18750.057"],["8869.429","18753.063"],["8870.143","18756.446"],["8881.294","18766.504"],["8882.133","18754.315"],["8871.656","18759.006"],["8860.940","18752.019"],["8858.440","18753.142"],["8716.069","19056.400"],["8716.135","19055.442"],["8738.009","19057.098"],["8734.572","19059.592"],["8716.493","18929.999"],["8724.141","18924.830"],["8715.884","18922.733"],["8717.167","18935.400"],["7778.222","19016.053"],["7779.291","19004.690"],["7774.505","19018.563"],["7786.890","19005.434"],["7784.222","19000.254"],["7793.334","19011.435"],["7780.653","19006.761"],["7794.469","18997.975"],["7810.810","18947.702"],["7814.149","18941.129"],["7824.231","18945.173"],["7820.036","18941.573"],["7928.742","18373.785"],["7921.588","18375.206"],["7921.686","18366.172"],["7927.673","18371.341"],["7914.000","18390.789"],["7925.497","18390.194"],["7912.257","18393.184"],["7916.435","18401.392"],["7819.339","18388.082"],["7828.286","18378.470"],["7825.539","18392.111"],["7818.862","18387.025"],["8308.921","19213.188"],["8309.369","19196.824"],["8299.858","19208.448"],["8294.373","19197.619"],["8293.008","19202.953"],["8306.025","19186.752"],["8304.890","19188.073"],["8302.799","19234.323"],["8303.259","19225.999"],["8300.171","19206.375"],["8298.345","19207.201"],["8303.482","19195.371"],["8301.459","19198.773"],["8306.535","19206.681"],["8308.804","19208.332"],["8302.153","19208.088"],["8300.065","19210.582"],["8295.324","19216.132"],["8290.777","19209.442"],["8289.116","19206.156"],["8268.933","19196.747"],["8269.936","19201.074"],["8325.123","19239.068"],["8320.337","19242.916"],["8281.265","19292.910"],["8280.541","19306.403"],["8270.097","19298.525"],["8273.650","19305.280"],["15723.260","15489.230"],["15724.214","15492.715"],["15722.018","15495.534"],["15721.541","15493.090"],["15717.363","15498.143"],["15716.031","15492.313"],["15719.962","15489.820"],["15718.844","15496.360"],["15724.666","15498.292"],["15715.423","15498.622"],["15724.107","15498.408"],["15722.791","15490.381"],["15700.711","15495.992"],["15704.231","15492.160"],["15701.023","15497.990"],["15705.431","15499.592"],["15703.013","15495.166"],["15700.481","15494.175"],["15708.951","15491.417"],["15705.217","15499.559"],["15703.425","15498.188"],["15701.615","15493.283"],["15709.544","15475.861"],["15707.225","15475.316"],["15706.534","15478.669"],["15707.866","15477.975"],["15713.014","15478.553"],["15711.008","15475.333"],["15704.725","15477.794"],["15706.846","15479.577"],["15704.593","15477.282"],["15712.504","15478.223"],["15719.997","15475.334"],["15718.237","15472.972"],["15722.053","15476.291"],["15721.247","15473.154"],["15718.039","15478.967"],["15719.947","15471.865"],["15721.855","15479.710"],["15718.007","15474.425"],["15721.428","15475.845"],["15717.579","15473.963"],["15723.744","15475.996"],["15723.678","15472.676"],["15724.418","15477.432"],["15718.106","15456.950"],["15716.626","15457.561"],["15717.201","15450.212"],["15717.876","15449.783"],["15721.988","15452.425"],["15720.392","15452.755"],["15713.895","15454.572"],["15720.442","15450.014"],["15716.198","15453.399"],["15719.586","15452.177"],["15721.838","15358.322"],["15724.719","15357.610"],["15724.397","15350.710"],["15721.954","15345.892"],["15723.873","15332.188"],["15722.146","15330.635"],["15723.407","15326.642"],["15721.779","15317.686"],["15724.929","15306.247"],["15724.027","15301.025"],["15703.587","15340.864"],["15708.176","15340.005"],["15703.416","15332.004"],["15704.403","15330.947"],["15706.496","15325.793"],["15704.753","15323.349"],["15709.072","15317.845"],["15707.871","15320.421"],["15704.986","15313.145"],["15708.095","15310.882"],["15705.580","15304.701"],["15702.965","15304.717"],["15704.922","15300.280"],["15705.679","15300.874"],["15681.765","15333.378"],["15688.245","15335.261"],["15686.069","15326.127"],["15687.615","15327.630"],["15686.664","15318.070"],["15687.930","15317.607"],["15686.594","15311.026"],["15686.775","15309.358"],["15687.246","15305.657"],["15682.246","15304.385"],["15685.141","15299.330"],["15685.223","15299.247"],["15662.921","15334.262"],["15666.244","15332.115"],["15666.062","15329.970"],["15668.414","15329.359"],["15667.074","15323.398"],["15667.979","15323.629"],["15666.184","15317.563"],["15665.954","15317.431"],["15666.744","15311.544"],["15663.257","15310.288"],["15667.104","15302.657"],["15664.177","15305.233"],["15663.240","15297.462"],["15668.734","15296.124"],["8145.683","18248.481"],["8138.660","18243.790"],["7980.465","18228.350"],["7976.683","18235.055"],["7976.933","18240.225"],["7979.696","18244.667"],["7983.413","18244.799"],["7990.337","18239.019"],["8022.961","18190.607"],["8030.066","18179.294"],["8028.931","18190.376"],["8030.905","18188.410"],["7931.386","19195.197"],["7223.702","18751.921"],["7232.106","18749.823"],["7233.225","18752.119"],["7221.498","18747.610"],["7226.414","18733.853"],["7945.389","12701.692"],["7951.672","12688.909"],["7995.158","12717.718"],["7998.151","12708.965"],["7992.625","12724.324"],["7997.329","12714.250"],["8007.971","12728.981"],["7225.674","18735.389"],["7221.069","18740.839"],["7218.569","18742.705"],["8273.371","18507.886"],["8279.802","18519.183"],["8284.500","18503.416"],["8279.500","18511.757"],["8280.141","18511.030"],["8285.273","18515.390"],["15747.979","15536.955"],["15819.733","15513.735"],["15750.989","15533.850"],["15767.482","15516.412"],["15737.383","15510.064"],["15758.720","15510.340"],["15752.141","15511.381"],["15727.979","15517.021"],["15766.182","15515.024"],["15777.696","15514.469"],["15746.015","15515.489"],["15819.766","15513.934"],["15730.228","15512.872"],["15749.920","15531.290"],["15734.751","15512.723"],["15739.963","15514.778"],["15737.934","15535.893"],["15748.548","15516.859"],["15730.923","15514.296"],["15725.093","15534.728"],["15748.236","15516.248"],["15770.442","15511.611"],["15754.181","15514.750"],["15741.262","15516.447"],["15742.677","15514.167"],["15750.513","15514.287"],["15745.275","15512.978"],["15753.888","15624.751"],["15770.525","15517.953"],["15817.036","15518.459"],["15759.620","15510.648"],["15735.031","15509.882"],["15734.669","15518.239"],["15732.794","15517.397"],["15727.593","15535.240"],["15731.947","15530.063"],["15726.508","15529.873"],["15776.265","15511.397"],["15747.979","15531.241"],["15734.521","15514.738"],["15738.106","15513.136"],["15734.052","15538.568"],["15821.624","15514.330"],["15731.832","15537.049"],["15777.021","15514.370"],["15725.216","15515.568"],["15776.265","15515.360"],["15742.321","15531.505"],["15731.758","15516.224"],["15759.719","15514.645"],["15737.259","15538.386"],["15750.217","15514.453"],["15776.544","15513.065"],["15760.179","15518.509"],["15733.740","15531.136"],["15738.493","15530.641"],["15816.904","15512.596"],["15822.299","15515.189"],["15761.659","15517.072"],["15747.956","15509.477"],["15745.430","15530.052"],["15817.759","15511.886"],["15744.953","15536.360"],["15736.026","15537.230"],["15775.442","15518.911"],["15765.278","15514.413"],["15771.001","15514.931"],["15730.545","15516.608"],["15758.622","15514.486"],["15742.397","15511.079"],["15755.793","15516.253"],["15754.773","15517.079"],["15742.914","15530.679"],["15756.582","15511.876"],["15756.648","15517.756"],["15735.023","15531.235"],["15758.518","15514.100"],["15742.519","15533.305"],["15734.891","15531.912"],["15777.251","15514.948"],["15743.154","15510.484"],["15763.140","15514.314"],["15742.354","15535.320"],["15818.220","15516.427"],["15732.531","15517.876"],["15766.067","15515.057"],["15800.979","15713.151"],["15802.492","15712.275"],["15802.146","15711.664"],["15797.656","15705.785"],["15801.669","15712.011"],["15804.087","15709.187"],["15796.719","15707.833"],["15805.008","15712.540"],["15800.847","15711.152"],["15802.558","15711.813"],["15791.777","15706.073"],["15790.610","15711.639"],["15789.425","15706.883"],["15788.619","15711.755"],["15789.804","15707.411"],["15788.866","15704.851"],["15797.369","15711.325"],["15788.093","15710.912"],["15789.014","15710.252"],["15791.580","15706.057"],["15785.125","15703.086"],["15785.405","15703.036"],["15784.533","15702.243"],["15785.010","15707.281"],["15786.342","15706.769"],["15783.053","15709.295"],["15780.816","15704.027"],["15780.158","15705.695"],["15782.000","15705.249"],["15787.247","15711.426"],["15777.539","15702.916"],["15774.644","15707.292"],["15774.068","15706.136"],["15774.792","15702.916"],["15778.082","15708.795"],["15773.213","15707.457"],["15778.641","15708.250"],["15772.966","15703.741"],["15777.851","15707.375"],["15775.302","15702.156"],["15760.661","15702.778"],["15766.154","15704.974"],["15768.309","15702.051"],["15766.796","15706.411"],["15763.309","15707.270"],["15760.973","15702.646"],["15765.694","15702.613"],["15767.223","15701.985"],["15760.645","15705.305"],["15766.812","15709.698"],["15754.564","15706.633"],["15750.764","15700.902"],["15759.350","15707.475"],["15759.514","15705.278"],["15750.402","15706.319"],["15753.659","15709.358"],["15753.758","15702.520"],["15759.531","15705.097"],["15750.978","15703.065"],["15759.251","15708.846"],["15742.030","15709.114"],["15740.451","15707.809"],["15746.372","15709.742"],["15744.728","15703.202"],["15748.198","15709.577"],["15744.152","15700.609"],["15742.885","15709.841"],["15743.510","15706.224"],["15743.165","15701.335"],["15746.520","15704.457"],["15730.904","15699.306"],["15730.460","15704.624"],["15731.808","15703.220"],["15728.864","15705.202"],["15732.203","15708.901"],["15731.381","15707.778"],["15733.075","15700.495"],["15736.924","15703.236"],["15729.391","15704.524"],["15737.746","15705.846"],["15728.252","15686.513"],["15730.884","15682.978"],["15727.249","15685.439"],["15725.259","15682.301"],["15729.337","15683.441"],["15726.574","15682.186"],["15727.824","15684.415"],["15730.374","15681.954"],["15733.499","15686.579"],["15727.939","15682.367"],["15745.470","15683.715"],["15743.134","15685.532"],["15744.220","15681.287"],["15737.509","15683.798"],["15737.295","15686.837"],["15745.618","15686.737"],["15740.799","15683.302"],["15746.605","15688.273"],["15739.170","15689.743"],["15739.483","15689.033"],["15749.233","15688.049"],["15755.368","15688.990"],["15751.239","15680.683"],["15754.068","15689.304"],["15748.411","15681.063"],["15754.825","15689.866"],["15751.585","15683.722"],["15745.911","15681.938"],["15752.029","15688.792"],["15754.216","15686.001"],["15754.021","15681.754"],["15753.758","15689.599"],["15760.962","15690.161"],["15760.666","15689.120"],["15759.432","15688.195"],["15755.797","15682.943"],["15762.261","15681.226"],["15758.149","15689.335"],["15756.027","15682.497"],["15757.804","15681.507"],["15769.854","15686.205"],["15772.420","15681.895"],["15768.357","15688.864"],["15773.094","15681.234"],["15767.321","15683.150"],["15771.893","15689.574"],["15770.594","15690.450"],["15768.423","15686.288"],["15764.788","15683.447"],["15765.725","15685.082"],["15771.518","15686.470"],["15773.574","15682.655"],["15775.564","15690.665"],["15777.094","15688.848"],["15775.367","15689.393"],["15776.123","15686.057"],["15770.745","15688.931"],["15775.350","15687.990"],["15778.854","15688.650"],["15772.127","15686.949"],["15783.294","15685.726"],["15779.528","15686.007"],["15784.084","15682.605"],["15779.445","15690.598"],["15778.426","15685.346"],["15781.501","15682.192"],["15782.899","15688.633"],["15778.771","15685.478"],["15777.505","15686.469"],["15776.945","15683.562"],["15789.118","15684.694"],["15791.585","15685.074"],["15791.749","15684.364"],["15785.746","15683.175"],["15786.124","15685.883"],["15783.986","15690.755"],["15792.374","15691.003"],["15783.197","15684.678"],["15790.631","15685.272"],["15786.470","15681.606"],["15799.167","15688.153"],["15791.601","15689.061"],["15793.641","15684.206"],["15791.223","15681.431"],["15790.664","15685.973"],["15798.460","15687.211"],["15791.864","15682.075"],["15798.082","15689.606"],["15795.993","15690.349"],["15794.496","15687.740"],["15806.280","15687.026"],["15809.126","15691.947"],["15808.879","15686.695"],["15808.583","15685.473"],["15804.948","15685.919"],["15806.346","15686.811"],["15809.389","15688.033"],["15808.978","15690.973"],["15805.244","15692.575"],["15807.333","15686.547"],["15811.291","15686.664"],["15811.439","15683.741"],["15815.206","15683.064"],["15814.087","15686.036"],["15814.499","15688.811"],["15817.591","15689.158"],["15817.311","15683.757"],["15813.364","15683.097"],["15818.923","15686.565"],["15817.558","15689.686"],["15832.135","15669.544"],["15832.497","15668.124"],["15832.908","15668.718"],["15835.687","15672.087"],["15827.924","15665.465"],["15828.599","15665.729"],["15827.053","15663.070"],["15832.595","15667.298"],["15827.349","15668.206"],["15830.737","15672.236"],["15824.649","15670.146"],["15828.925","15668.775"],["15825.142","15662.219"],["15826.376","15671.616"],["15823.119","15662.433"],["15824.945","15663.837"],["15823.152","15669.188"],["15820.850","15670.691"],["15823.991","15664.811"],["15827.807","15668.148"],["15819.529","15662.242"],["15811.043","15663.415"],["15820.253","15668.666"],["15817.062","15662.870"],["15813.115","15662.325"],["15816.684","15662.374"],["15819.184","15667.923"],["15811.783","15669.327"],["15813.559","15668.749"],["15816.898","15668.848"],["15806.316","15668.887"],["15810.033","15666.112"],["15805.477","15661.570"],["15810.379","15667.004"],["15809.096","15669.597"],["15809.260","15664.890"],["15807.566","15663.883"],["15805.806","15670.769"],["15807.221","15663.024"],["15807.484","15663.338"],["15792.380","15665.190"],["15798.136","15668.080"],["15796.278","15662.564"],["15796.360","15665.306"],["15796.689","15662.746"],["15793.679","15666.941"],["15796.656","15668.939"],["15799.534","15663.357"],["15797.594","15667.832"],["15792.709","15663.109"],["15792.052","15663.140"],["15785.687","15658.912"],["15790.210","15667.517"],["15787.266","15667.352"],["15785.111","15659.540"],["15788.203","15659.837"],["15786.098","15659.144"],["15787.595","15667.715"],["15782.496","15659.969"],["15783.055","15661.125"],["15783.710","15659.847"],["15780.092","15661.069"],["15778.102","15660.012"],["15775.190","15667.708"],["15775.881","15668.666"],["15779.697","15662.737"],["15779.779","15666.123"],["15774.664","15662.060"],["15775.437","15661.036"],["15780.980","15665.958"],["15765.521","15662.334"],["15772.396","15666.413"],["15767.791","15661.954"],["15765.571","15664.646"],["15772.577","15665.538"],["15768.466","15663.226"],["15763.646","15660.781"],["15769.370","15667.470"],["15766.870","15662.813"],["15763.005","15666.628"],["15756.805","15663.072"],["15752.907","15661.404"],["15758.367","15668.374"],["15760.917","15663.353"],["15758.433","15666.359"],["15757.035","15664.724"],["15759.338","15669.679"],["15757.956","15665.864"],["15757.940","15666.326"],["15756.213","15661.553"],["15747.277","15659.121"],["15744.761","15660.756"],["15751.340","15665.033"],["15742.738","15662.374"],["15749.843","15664.620"],["15742.557","15668.105"],["15742.245","15661.664"],["15751.340","15665.116"],["15749.564","15661.598"],["15750.633","15660.938"],["15731.333","15669.158"],["15732.912","15663.262"],["15734.721","15661.297"],["15737.879","15668.779"],["15732.221","15659.712"],["15736.826","15659.679"],["15738.438","15663.411"],["15731.070","15663.378"],["15738.849","15662.321"],["15735.050","15666.830"],["15734.546","15651.993"],["15727.013","15648.343"],["15732.885","15651.762"],["15730.845","15645.816"],["15735.023","15651.085"],["15732.457","15643.818"],["15733.839","15650.490"],["15727.178","15650.441"],["15731.487","15652.406"],["15735.517","15643.686"],["15747.341","15643.611"],["15744.314","15649.920"],["15741.304","15647.410"],["15743.015","15649.441"],["15743.936","15647.013"],["15742.883","15643.463"],["15743.541","15648.087"],["15748.163","15645.428"],["15747.193","15650.267"],["15745.795","15642.587"],["15750.964","15648.674"],["15753.727","15649.764"],["15753.941","15647.815"],["15751.655","15647.518"],["15751.852","15641.160"],["15752.773","15646.147"],["15756.062","15641.622"],["15750.256","15649.120"],["15758.168","15647.980"],["15755.010","15648.674"],["15759.166","15643.507"],["15763.360","15644.729"],["15760.580","15643.540"],["15762.291","15641.707"],["15768.689","15647.851"],["15765.383","15650.064"],["15759.215","15648.049"],["15759.774","15649.915"],["15762.192","15649.056"],["15764.593","15642.582"],["15772.722","15648.281"],["15773.988","15641.840"],["15770.814","15644.697"],["15772.294","15641.823"],["15773.413","15648.842"],["15773.363","15643.392"],["15772.788","15649.635"],["15769.235","15649.321"],["15778.791","15643.425"],["15774.893","15645.093"],["15781.909","15647.081"],["15787.041","15650.467"],["15780.051","15646.156"],["15782.765","15643.861"],["15780.002","15646.602"],["15782.123","15647.246"],["15784.031","15645.479"],["15781.893","15642.540"],["15785.067","15650.203"],["15779.557","15646.569"],["15796.163","15644.116"],["15797.380","15649.978"],["15795.390","15643.835"],["15790.719","15644.892"],["15797.314","15643.785"],["15794.403","15650.144"],["15793.038","15649.466"],["15794.485","15645.123"],["15796.919","15645.668"],["15790.966","15643.075"],["15801.109","15640.434"],["15800.681","15645.835"],["15800.056","15646.611"],["15799.760","15644.233"],["15806.355","15643.770"],["15801.026","15644.513"],["15804.760","15647.585"],["15803.313","15649.914"],["15805.220","15645.868"],["15800.780","15647.354"],["15810.160","15641.516"],["15810.982","15646.520"],["15810.110","15650.236"],["15809.584","15643.646"],["15817.939","15650.483"],["15810.916","15645.281"],["15810.308","15641.367"],["15809.847","15643.778"],["15811.426","15644.686"],["15814.765","15642.573"],["15829.824","15649.832"],["15825.120","15643.094"],["15826.666","15645.175"],["15826.337","15648.445"],["15821.666","15648.957"],["15829.988","15641.938"],["15828.311","15641.987"],["15828.985","15647.933"],["15824.396","15645.621"],["15830.547","15643.408"],["15819.255","15630.035"],["15811.130","15626.055"],["15814.946","15623.495"],["15818.251","15626.286"],["15820.242","15623.214"],["15816.031","15626.451"],["15813.515","15627.045"],["15812.314","15625.410"],["15812.939","15627.607"],["15812.840","15624.172"],["15804.536","15622.316"],["15804.224","15626.957"],["15807.809","15623.208"],["15804.898","15624.265"],["15800.375","15623.918"],["15803.829","15630.061"],["15800.474","15627.485"],["15803.550","15628.245"],["15801.181","15629.186"],["15807.448","15625.305"],["15793.301","15624.978"],["15793.202","15623.211"],["15791.787","15622.203"],["15798.037","15622.599"],["15791.278","15631.220"],["15790.340","15626.976"],["15792.067","15630.824"],["15790.899","15624.218"],["15790.274","15628.083"],["15794.304","15627.802"],["15778.841","15623.548"],["15785.009","15629.758"],["15786.078","15627.165"],["15787.740","15630.006"],["15779.138","15626.108"],["15785.519","15631.525"],["15785.420","15630.667"],["15780.585","15625.134"],["15784.335","15628.503"],["15783.562","15626.521"],["15771.732","15623.496"],["15775.219","15626.782"],["15776.452","15626.171"],["15776.633","15630.779"],["15772.817","15630.085"],["15776.600","15625.164"],["15778.442","15624.883"],["15776.534","15621.861"],["15770.334","15628.170"],["15774.248","15627.030"],["15758.827","15632.536"],["15766.146","15631.677"],["15763.548","15623.634"],["15762.774","15630.092"],["15765.455","15631.760"],["15762.446","15632.156"],["15760.784","15631.479"],["15759.633","15631.710"],["15763.432","15629.563"],["15764.551","15622.742"],["15748.995","15622.428"],["15754.176","15624.741"],["15754.933","15626.326"],["15753.847","15628.176"],["15752.630","15626.343"],["15755.032","15626.921"],["15753.239","15628.143"],["15750.393","15625.385"],["15747.729","15625.253"],["15749.588","15623.386"],["15739.382","15623.576"],["15742.063","15623.873"],["15738.214","15620.256"],["15735.237","15624.584"],["15733.149","15627.061"],["15736.356","15626.037"],["15733.971","15623.378"],["15734.974","15621.825"],["15733.971","15626.747"],["15741.290","15623.840"],["15757.177","15630.251"],["15759.842","15630.432"],["15757.194","15628.368"],["15761.766","15621.828"],["15762.622","15630.019"],["15762.161","15626.403"],["15761.602","15628.418"],["15757.293","15628.186"],["15755.023","15626.320"],["6585.979","18320.021"],["6589.133","18317.759"],["6559.745","18353.315"],["6556.898","18359.269"],["15780.897","15491.237"],["15777.674","15496.753"],["15774.253","15492.657"],["15776.769","15495.366"],["15775.618","15496.274"],["15783.249","15497.942"],["15782.032","15490.543"],["15778.447","15496.671"],["15776.884","15495.960"],["15774.302","15493.483"],["15771.761","15489.993"],["15771.136","15493.577"],["15774.508","15491.430"],["15772.682","15489.167"],["15771.794","15494.766"],["15776.465","15494.122"],["15773.850","15495.740"],["15768.357","15489.332"],["15775.018","15488.655"],["15767.600","15489.795"],["15761.293","15490.378"],["15761.194","15493.697"],["15760.553","15494.308"],["15765.388","15490.510"],["15766.852","15491.022"],["15760.865","15491.137"],["15765.026","15498.355"],["15768.859","15493.086"],["15763.184","15488.478"],["15763.628","15491.649"],["15763.014","15496.683"],["15763.014","15493.099"],["15763.984","15492.554"],["15756.468","15492.455"],["15756.945","15491.860"],["15759.922","15496.650"],["15758.458","15488.640"],["15757.060","15494.850"],["15764.362","15498.285"],["15760.695","15495.874"],["15757.374","15492.193"],["15754.003","15489.154"],["15751.782","15493.299"],["15748.707","15490.508"],["15754.315","15493.349"],["15755.730","15492.077"],["15755.614","15492.837"],["15755.647","15498.072"],["15750.927","15489.914"],["15752.637","15492.358"],["15747.022","15496.939"],["15739.242","15490.201"],["15746.808","15494.578"],["15744.045","15492.926"],["15744.473","15498.062"],["15743.667","15494.396"],["15748.025","15488.995"],["15746.693","15494.198"],["15739.506","15492.067"],["15746.216","15497.451"],["15740.648","15491.191"],["15741.404","15490.762"],["15731.750","15494.263"],["15733.740","15495.816"],["15735.023","15496.922"],["15733.690","15491.901"],["15739.710","15489.309"],["15731.898","15498.557"],["15739.134","15493.454"],["15735.368","15496.328"],["15727.125","15496.150"],["15728.029","15491.328"],["15731.681","15496.414"],["15725.052","15490.551"],["15732.618","15490.155"],["15730.497","15489.775"],["15731.385","15489.065"],["15725.513","15489.346"],["15730.652","15478.077"],["15725.866","15471.867"],["15731.326","15470.529"],["15728.333","15475.252"],["15725.109","15479.233"],["15726.705","15479.034"],["15727.379","15473.849"],["15733.331","15472.859"],["15732.459","15476.047"],["15736.209","15476.476"],["15740.321","15476.542"],["15733.725","15478.623"],["15732.278","15474.296"],["15733.725","15470.299"],["15733.446","15470.646"],["15740.831","15474.973"],["15738.232","15475.469"],["15744.874","15469.989"],["15741.551","15472.350"],["15746.913","15471.079"],["15741.288","15474.547"],["15746.403","15469.906"],["15741.749","15473.936"],["15739.331","15473.209"],["15739.874","15474.629"],["15746.190","15477.965"],["15738.986","15475.439"],["15757.012","15473.844"],["15752.670","15478.535"],["15751.585","15477.725"],["15752.391","15474.158"],["15758.081","15477.825"],["15753.756","15473.877"],["15756.469","15476.404"],["15755.877","15474.010"],["15755.910","15475.612"],["15752.193","15475.314"],["15768.981","15479.011"],["15765.017","15476.666"],["15761.185","15478.020"],["15763.274","15473.841"],["15759.425","15473.907"],["15764.442","15476.121"],["15766.350","15470.803"],["15764.458","15475.856"],["15759.771","15472.388"],["15762.156","15475.212"],["15773.089","15474.067"],["15779.800","15469.261"],["15771.379","15477.832"],["15771.576","15471.556"],["15772.925","15477.502"],["15776.296","15475.206"],["15770.129","15474.347"],["15777.234","15478.658"],["15773.286","15473.720"],["15770.277","15470.367"],["15775.753","15451.481"],["15774.174","15450.539"],["15779.355","15454.916"],["15772.382","15458.533"],["15780.095","15449.961"],["15772.974","15459.408"],["15780.095","15457.393"],["15772.332","15456.881"],["15774.043","15456.419"],["15771.132","15450.060"],["15768.629","15449.438"],["15764.040","15451.255"],["15766.228","15458.026"],["15772.297","15455.929"],["15770.372","15451.684"],["15765.027","15456.061"],["15767.576","15458.637"],["15768.497","15449.818"],["15765.208","15456.969"],["15771.853","15455.698"],["15759.906","15456.741"],["15762.374","15449.705"],["15758.558","15455.783"],["15762.587","15450.234"],["15759.133","15455.469"],["15761.189","15458.359"],["15758.393","15456.856"],["15754.956","15457.715"],["15753.492","15453.273"],["15756.206","15457.980"],["15748.421","15457.360"],["15752.500","15453.958"],["15748.454","15452.092"],["15748.898","15452.141"],["15753.734","15458.500"],["15747.155","15449.383"],["15749.145","15452.703"],["15747.665","15450.870"],["15749.507","15451.217"],["15750.165","15458.037"],["15741.982","15454.640"],["15743.183","15452.905"],["15738.216","15453.483"],["15740.897","15450.527"],["15737.854","15456.440"],["15742.755","15450.412"],["15738.758","15456.225"],["15740.436","15451.419"],["15743.627","15457.777"],["15742.295","15454.706"],["15725.863","15448.811"],["15726.323","15450.115"],["15728.938","15452.295"],["15728.757","15454.971"],["15731.603","15457.729"],["15728.774","15455.648"],["15726.866","15454.872"],["15726.734","15457.118"],["15731.866","15452.973"],["15729.202","15452.461"],["15786.379","15357.718"],["15783.254","15359.766"],["15782.775","15352.105"],["15785.818","15355.689"],["15786.283","15347.979"],["15784.211","15344.396"],["15783.722","15338.612"],["15786.995","15341.734"],["15763.421","15374.334"],["15759.359","15371.807"],["15764.841","15366.063"],["15760.647","15367.004"],["15762.783","15360.031"],["15764.823","15360.444"],["15765.530","15356.291"],["15760.760","15357.315"],["15767.369","15346.125"],["15763.899","15348.355"],["15761.728","15340.381"],["15764.392","15341.752"],["15766.392","15330.630"],["15764.089","15332.546"],["15761.273","15328.998"],["15766.109","15326.157"],["15762.485","15324.207"],["15762.321","15321.663"],["15765.030","15319.149"],["15766.806","15317.630"],["15762.447","15314.410"],["15767.973","15313.254"],["15761.967","15304.266"],["15761.983","15302.367"],["15746.767","15374.177"],["15745.916","15368.488"],["15741.360","15373.278"],["15742.729","15365.905"],["15742.236","15361.941"],["15742.805","15355.994"],["15747.591","15359.660"],["15742.639","15354.735"],["15747.409","15350.260"],["15747.015","15345.585"],["15745.864","15344.362"],["15743.335","15339.116"],["15744.256","15342.402"],["15747.889","15331.165"],["15742.280","15333.378"],["15744.146","15327.433"],["15744.096","15331.298"],["15743.568","15324.449"],["15744.736","15318.586"],["15746.331","15315.019"],["15742.466","15311.980"],["15745.941","15305.677"],["15748.030","15306.321"],["15747.655","15303.075"],["15747.063","15298.715"],["15726.904","15359.792"],["15726.940","15355.843"],["15726.009","15354.013"],["15727.366","15346.916"],["15726.881","15339.380"],["15725.401","15338.885"],["15727.437","15327.814"],["15727.092","15321.676"],["15727.388","15318.703"],["15725.578","15313.458"],["15727.002","15309.517"],["15728.468","15304.229"],["7226.785","16344.286"],["9209.600","12648.307"],["9215.719","12656.235"],["9199.485","12653.906"],["9206.097","12671.577"],["9221.426","12664.030"],["7279.768","18451.795"],["7280.870","18456.601"],["7279.315","18462.194"],["7284.134","18454.646"],["7297.271","18451.553"],["7294.656","18451.685"],["7254.454","18346.173"],["7248.385","18354.562"],["7242.413","18349.242"],["7235.960","18352.858"],["7231.042","18349.440"],["7239.808","18357.026"],["7233.775","18346.675"],["7237.525","18347.880"],["7956.888","19215.258"],["7971.033","19204.440"],["7970.457","19217.091"],["7963.552","19236.484"],["7957.253","19239.589"],["7951.628","19244.544"],["7964.276","19239.622"],["7938.919","19195.989"],["7943.804","19183.785"],["7944.511","19197.641"],["7958.234","19194.238"],["7963.465","19198.746"],["7952.330","19206.310"],["7957.083","19200.745"],["8052.398","19193.863"],["8059.207","19182.963"],["8058.845","19187.604"],["8041.451","19183.924"],["8044.330","19184.370"],["8041.336","19194.494"],["8052.027","19189.638"],["8129.394","19137.323"],["8135.595","19138.809"],["8132.058","19126.737"],["8137.700","19141.832"],["8106.534","19164.650"],["8113.393","19178.853"],["8106.485","19175.715"],["8116.353","19167.061"],["8096.978","19178.725"],["8090.103","19177.816"],["8098.682","19183.059"],["8093.188","19194.438"],["8090.211","19188.790"],["8095.425","19181.557"],["8203.732","19010.374"],["8182.055","19004.556"],["8185.985","19020.845"],["8187.400","19024.908"],["8179.834","19021.489"],["8192.257","19010.889"],["8180.402","19016.884"],["8195.592","19021.615"],["8190.954","19021.186"],["8185.743","18998.447"],["8187.125","19005.944"],["8177.662","19013.867"],["8181.280","19009.094"],["8189.707","19011.948"],["8183.507","19010.627"],["7446.077","18021.833"],["7457.492","18021.900"],["7446.728","18017.613"],["7453.538","18017.974"],["8380.698","19406.551"],["8377.178","19412.629"],["8386.028","19391.465"],["8389.532","19399.855"],["8375.403","19394.163"],["8379.597","19392.991"],["8375.683","19391.914"],["8369.433","19387.620"],["8371.685","19393.548"],["8370.797","19395.051"],["8373.768","19402.250"],["8375.561","19396.420"],["8378.783","19398.997"],["8379.359","19400.400"],["8381.555","19405.897"],["8385.881","19408.771"],["8380.460","19422.419"],["8384.111","19415.615"],["8373.166","19437.249"],["8375.995","19434.722"],["8374.598","19390.997"],["8371.572","19387.611"],["8359.935","19411.530"],["8502.856","19327.399"],["8505.093","19329.910"],["8494.481","19313.964"],["8492.223","19321.782"],["8485.529","19314.400"],["7695.503","17786.209"],["7688.578","17799.818"],["7699.549","17793.790"],["7697.674","17790.999"],["7721.818","17822.520"],["7723.529","17826.220"],["15217.951","14766.203"],["15221.125","14763.842"],["15233.353","14767.621"],["15214.714","14764.872"],["15278.988","14760.385"],["15205.913","14765.802"],["15211.934","14766.309"],["15207.903","14762.366"],["15234.043","14764.219"],["15233.070","14764.212"],["15225.019","14768.758"],["15278.923","14762.285"],["15223.949","14766.231"],["15210.180","14728.319"],["15208.930","14732.150"],["15218.029","14730.382"],["15216.615","14732.215"],["15221.462","14729.808"],["15221.330","14733.738"],["15228.784","14731.196"],["15229.952","14732.864"],["15241.931","14733.103"],["15242.046","14735.465"],["15235.521","14730.889"],["15231.656","14734.737"],["15251.331","14733.323"],["15248.387","14734.628"],["15252.906","14734.502"],["15254.879","14737.227"],["15260.634","14737.804"],["15260.815","14736.747"],["15270.554","14738.803"],["15271.130","14736.904"],["15267.142","14737.859"],["15264.774","14739.610"],["15273.490","14735.737"],["15274.625","14739.073"],["15281.525","14740.275"],["15276.476","14737.583"],["15285.144","14740.894"],["15288.976","14737.838"],["15211.260","14739.635"],["15207.675","14740.907"],["15215.432","14743.239"],["15217.636","14743.057"],["15221.686","14744.410"],["15222.426","14742.726"],["15230.358","14740.813"],["15227.891","14746.048"],["15232.548","14742.395"],["15231.035","14744.311"],["15240.513","14743.874"],["15236.237","14742.189"],["15244.428","14744.776"],["15243.129","14745.503"],["15259.489","14748.770"],["15254.012","14747.515"],["15262.066","14745.257"],["15262.741","14748.990"],["15269.312","14745.652"],["15272.420","14746.561"],["15279.354","14748.707"],["15277.824","14746.345"],["15281.784","14747.447"],["15282.540","14751.576"],["15285.933","14749.689"],["15285.045","14747.178"],["15209.496","14754.393"],["15206.421","14754.575"],["15213.590","14753.498"],["15213.607","14754.621"],["15224.177","14754.716"],["15221.364","14751.413"],["15227.985","14753.289"],["15231.324","14755.683"],["15238.227","14754.041"],["15235.201","14756.849"],["15253.297","14755.755"],["15252.080","14759.554"],["15257.758","14755.881"],["15259.781","14755.716"],["15263.711","14758.339"],["15263.317","14761.477"],["15229.336","14768.720"],["15267.739","14756.519"],["15272.393","14757.791"],["15272.732","14760.644"],["15275.331","14756.730"],["15272.709","14685.794"],["15274.501","14686.190"],["15277.064","14688.893"],["15276.636","14686.449"],["15284.658","14685.655"],["15283.984","14689.123"],["15288.282","14690.249"],["15292.953","14687.260"],["15298.886","14691.796"],["15295.104","14689.137"],["15302.126","14690.932"],["15274.224","14672.203"],["15273.369","14672.632"],["15279.016","14677.388"],["15279.181","14674.498"],["15282.101","14676.032"],["15281.789","14673.918"],["15293.154","14680.349"],["15289.420","14674.651"],["15296.466","14679.357"],["15298.439","14676.169"],["15301.574","14681.610"],["15277.896","14662.764"],["15277.173","14662.863"],["15285.284","14664.225"],["15281.287","14663.647"],["15284.995","14666.676"],["15291.327","14666.511"],["15292.763","14662.514"],["15292.237","14663.307"],["15297.019","14664.784"],["15300.374","14663.413"],["7774.087","19194.135"],["7771.258","19196.133"],["7763.075","19180.236"],["7761.940","19179.906"],["7759.299","19189.372"],["7752.786","19179.925"],["7770.610","19200.460"],["7769.623","19198.164"],["7762.870","19197.125"],["7756.225","19193.161"],["7760.649","19176.348"],["7762.047","19178.577"],["7766.712","19174.160"],["7771.515","19170.576"],["7659.531","19177.350"],["7659.103","19179.828"],["7657.640","19171.438"],["7655.715","19170.397"],["7643.486","19173.563"],["7643.354","19183.918"],["7643.453","19182.052"],["7635.344","19174.571"],["7649.602","19183.234"],["7653.763","19178.164"],["7655.961","19169.195"],["7652.688","19166.007"],["7674.336","19187.960"],["7677.050","19189.447"],["7651.157","19203.437"],["7658.855","19201.802"],["8532.526","12340.507"],["8524.746","12342.934"],["8525.322","12342.703"],["8522.263","12344.322"],["7664.698","18780.612"],["7661.606","18776.120"],["7671.639","18771.958"],["7662.494","18777.639"],["7663.415","18789.112"],["7661.137","18779.687"],["7662.206","18776.054"],["7661.992","18774.138"],["7671.022","18766.954"],["7656.732","18786.139"],["8161.733","18242.416"],["8162.539","18242.614"],["8168.743","18238.049"],["8170.839","18226.392"],["8171.251","18234.765"],["8160.263","18226.073"],["8158.386","18236.153"],["8162.334","18232.767"],["8178.089","18229.383"],["8171.971","18225.419"],["8152.901","18229.588"],["8156.125","18230.546"],["8330.898","18237.593"],["8325.881","18233.579"],["8321.292","18238.584"],["8324.385","18236.238"],["8319.601","18237.241"],["8319.404","18235.937"],["8336.498","18245.234"],["8334.525","18242.575"],["7224.587","17962.872"],["7226.232","17959.569"],["7228.716","17956.728"],["7223.913","17959.833"],["7650.109","18772.795"],["7651.540","18778.790"],["7649.912","18785.231"],["7651.024","18793.686"],["7644.906","18796.262"],["7650.613","18789.739"],["7521.477","18788.795"],["7523.500","18785.921"],["7521.263","18782.255"],["7521.658","18783.692"],["7516.832","18803.984"],["7519.793","18796.255"],["6460.611","13981.564"],["7063.414","13131.934"],["7817.426","17808.812"],["7808.792","17808.762"],["7810.568","17804.039"],["7820.173","17807.078"],["7812.707","17821.644"],["7806.391","17827.887"],["7808.184","17825.393"],["7817.526","17827.986"],["8614.912","12285.619"],["8603.958","12286.775"],["8608.268","12295.991"],["8591.097","12292.159"],["8616.508","12303.092"],["8595.614","12301.278"],["8594.792","12318.156"],["8591.699","12325.555"],["8593.690","12307.306"],["8593.574","12322.814"],["8520.194","18646.361"],["8517.792","18645.254"],["8509.757","18636.153"],["8511.139","18638.779"],["8512.344","18649.956"],["8503.857","18648.089"],["8520.775","18640.151"],["8524.854","18632.406"],["8430.602","18629.452"],["8432.378","18630.096"],["8465.925","18508.204"],["8457.438","18506.998"],["8458.345","18518.376"],["8459.381","18518.227"],["8456.913","18524.698"],["8459.840","18524.830"],["8462.035","18529.777"],["8465.127","18532.882"],["8468.718","18518.007"],["8465.363","18516.256"],["8440.773","18510.302"],["8445.543","18505.826"],["8455.961","18540.720"],["8457.408","18545.559"],["8486.454","18467.876"],["8481.504","18474.118"],["8499.516","18478.396"],["8502.608","18483.318"],["9256.001","13585.086"],["9269.241","13592.055"],["9272.153","13578.050"],["9258.090","13579.223"],["9257.350","13596.663"],["9318.461","13553.505"],["9308.806","13567.972"],["9317.046","13555.932"],["9316.651","13572.216"],["9290.623","13562.716"],["9289.505","13563.261"],["9308.386","13573.402"],["9297.449","13560.091"],["9285.969","13578.489"],["6476.253","13986.668"],["6464.887","13970.879"],["6484.098","13984.686"],["6463.637","13987.312"],["8594.744","18330.420"],["8593.297","18331.295"],["7698.334","18277.753"],["7687.462","18278.331"],["7692.709","18279.372"],["7699.834","18285.777"],["7699.702","18288.370"],["7702.449","18285.893"],["7698.276","18287.242"],["7692.996","18302.024"],["7696.647","18295.896"],["7695.726","18289.654"],["7691.477","18292.521"],["7684.685","18280.845"],["7689.685","18278.384"],["7679.851","18294.370"],["7682.038","18303.684"],["7673.798","18301.504"],["7673.041","18291.975"],["15038.047","14672.757"],["15042.535","14696.723"],["15037.255","14669.222"],["14995.098","14699.311"],["15000.319","14708.518"],["15062.726","14669.025"],["15036.374","14699.131"],["15045.561","14665.360"],["15053.896","14684.357"],["14973.140","14720.584"],["15048.177","14676.765"],["15032.889","14685.860"],["15043.834","14669.836"],["15024.973","14676.144"],["15000.375","14698.022"],["15018.918","14683.534"],["15047.624","14689.010"],["15002.217","14695.016"],["14974.785","14716.174"],["15037.816","14671.221"],["15012.593","14688.098"],["14994.729","14715.005"],["15045.006","14693.472"],["15022.504","14680.396"],["15018.224","14684.183"],["15013.037","14687.007"],["15064.124","14667.142"],["15019.441","14685.421"],["15033.710","14669.214"],["15035.454","14670.786"],["15023.955","14709.777"],["15058.797","14683.151"],["15076.078","14672.472"],["15006.372","14706.321"],["15028.607","14691.032"],["15036.084","14679.599"],["15005.550","14703.233"],["14984.192","14711.048"],["14985.689","14710.090"],["15075.453","14674.784"],["15012.845","14703.178"],["14990.679","14704.903"],["15069.709","14674.707"],["15018.158","14711.175"],["15010.731","14718.581"],["15014.786","14701.114"],["15029.217","14675.376"],["15071.008","14675.285"],["15010.533","14718.829"],["15066.268","14676.672"],["14988.643","14720.819"],["15014.424","14710.795"],["15023.869","14705.811"],["15038.062","14694.378"],["15023.527","14706.326"],["15034.763","14699.709"],["15061.548","14677.811"],["15039.357","14684.438"],["15058.655","14671.574"],["15052.701","14671.409"],["14990.983","14721.069"],["14978.480","14716.583"],["15045.285","14691.523"],["14980.263","14727.063"],["14982.113","14722.826"],["15051.455","14676.959"],["14994.210","14698.915"],["15046.719","14687.589"],["14980.733","14712.933"],["15030.789","14671.959"],["15026.568","14676.607"],["15027.044","14691.709"],["14993.084","14715.467"],["15030.356","14685.035"],["15032.605","14672.882"],["15003.017","14711.391"],["15027.685","14705.712"],["15016.736","14682.267"],["15007.104","14689.085"],["15024.644","14679.247"],["15028.440","14673.900"],["15080.513","14683.329"],["15078.243","14686.781"],["15074.673","14691.478"],["15074.953","14687.068"],["15066.570","14693.753"],["15071.356","14692.316"],["15064.000","14697.844"],["15063.704","14700.107"],["15059.948","14700.544"],["15057.102","14701.700"],["15048.673","14705.938"],["15049.808","14701.511"],["15046.374","14708.112"],["15045.585","14708.756"],["15031.991","14714.669"],["15032.270","14717.906"],["15026.785","14722.810"],["15027.328","14719.854"],["15024.062","14723.958"],["15025.098","14724.255"],["15014.928","14728.456"],["15013.793","14729.892"],["15011.936","14731.398"],["15010.209","14728.839"],["15006.877","14738.188"],["15005.594","14732.358"],["14998.517","14739.863"],["15001.659","14738.311"],["14988.595","14733.449"],["14992.082","14733.300"],["14995.972","14727.691"],["14990.988","14730.217"],["14998.380","14728.121"],["15001.456","14727.890"],["15003.534","14724.074"],["15002.432","14723.578"],["14989.067","14704.589"],["15062.668","14694.483"],["15042.418","14708.995"],["15044.203","14707.112"],["15024.590","14720.993"],["15005.348","14735.351"],["14999.589","14724.914"],["15013.056","14713.484"],["15026.905","14703.377"],["15035.886","14696.095"],["15041.266","14694.667"],["15051.167","14687.642"],["15050.706","14684.448"],["15063.431","14679.703"],["15070.808","14672.263"],["15056.464","14668.668"],["15063.845","14664.775"],["15045.568","14679.693"],["15045.096","14676.982"],["15042.715","14680.740"],["15041.179","14678.781"],["15037.749","14681.660"],["15039.278","14679.352"],["15014.854","14696.949"],["15009.871","14702.227"],["15004.215","14708.859"],["14999.436","14714.784"],["14993.119","14718.731"],["14989.294","14718.602"],["14972.735","14717.204"],["14981.094","14710.820"],["14988.319","14707.468"],["14999.134","14698.871"],["15009.395","14689.470"],["7445.461","18106.678"],["7434.178","18107.653"],["7444.294","18097.446"],["7439.195","18098.569"],["8540.553","18286.946"],["8546.364","18281.876"],["8537.870","18281.865"],["8534.087","18284.475"]] \ No newline at end of file diff --git a/src/gathering/10455.json b/src/gathering/10455.json new file mode 100644 index 0000000..b3a9b91 --- /dev/null +++ b/src/gathering/10455.json @@ -0,0 +1 @@ +[["7936.731","14825.651"],["7940.434","14827.395"],["11874.757","15374.389"],["11869.323","15374.026"],["11836.366","15373.845"],["11834.186","15386.530"],["11930.938","15361.319"],["11911.095","15372.711"],["11929.386","15374.042"],["11882.074","15376.082"],["11838.536","15361.177"],["11852.057","15384.982"],["11855.033","15361.991"],["11894.833","15376.194"],["11912.337","15360.499"],["11898.976","15363.168"],["11920.286","15361.531"],["11869.107","15362.040"],["11882.074","15376.082"],["11857.259","15374.358"],["11725.272","15303.707"],["11737.265","15316.050"],["11736.592","15327.365"],["11736.524","15330.582"],["11739.367","15304.942"],["11726.087","15323.123"],["11726.396","15346.302"],["11740.235","15467.016"],["11734.143","15468.268"],["11738.247","15464.459"],["11751.145","15468.940"],["11758.471","15466.291"],["11764.414","15455.237"],["11749.646","15455.966"],["11746.518","15453.425"],["11735.187","15452.688"],["11731.567","15454.499"],["11740.213","15439.689"],["11745.950","15438.563"],["11746.783","15442.245"],["11761.422","15440.812"],["11765.703","15442.198"],["11766.088","15428.100"],["11751.730","15429.014"],["11750.361","15425.934"],["11737.703","15425.265"],["11725.245","15425.532"],["11725.294","15412.972"],["11745.010","15416.057"],["11749.588","15413.477"],["11762.602","15414.295"],["11768.444","15416.417"],["11774.838","15415.488"],["11734.468","15426.982"],["11753.554","15467.226"],["11762.147","15466.975"],["11765.861","15467.052"],["11759.077","15453.222"],["11757.725","15442.672"],["11749.613","15439.594"],["11747.682","15428.236"],["11748.344","15416.524"],["11762.328","15429.233"],["11770.824","15427.481"],["11725.791","15416.040"],["11874.751","15386.003"],["11912.406","15386.854"],["11924.166","15385.516"],["11921.770","15398.998"],["11917.460","15400.388"],["11871.836","15400.575"],["11882.178","15400.157"],["11849.465","15395.272"],["11844.384","15395.193"],["11830.846","15373.680"],["11862.914","15375.327"],["11853.374","15375.097"],["11844.964","15373.652"],["11844.470","15360.868"],["11926.253","15360.542"],["11924.822","15374.436"],["11849.147","15388.263"],["11858.886","15387.228"],["11864.990","15388.911"],["11862.476","15361.409"],["11908.278","15362.744"],["11916.713","15373.495"],["11905.801","15374.842"],["11898.368","15375.355"],["11888.706","15374.772"],["11893.754","15361.667"],["11876.823","15361.573"],["11885.372","15362.918"],["11839.600","15386.470"],["11726.088","15332.732"],["11725.000","15313.694"],["11737.952","15321.869"],["11739.076","15311.792"],["11726.877","15466.359"],["11746.135","15466.830"],["11725.591","15454.099"],["11742.000","15452.638"],["11754.860","15453.732"],["11754.126","15441.414"],["11734.868","15440.559"],["11727.335","15440.428"],["11729.095","15427.829"],["11742.957","15427.257"],["11758.380","15427.788"],["11755.190","15415.644"],["11738.749","15415.026"],["11730.812","15414.403"],["11880.004","15388.046"],["11889.078","15387.381"],["11898.424","15386.401"],["11907.287","15386.953"],["11918.789","15386.484"],["11907.289","15398.616"],["11907.289","15398.616"],["11895.433","15401.942"],["11887.552","15400.292"],["11876.196","15399.972"],["11866.642","15398.553"],["11856.355","15396.550"],["10802.663","7898.945"],["8218.475","14410.386"],["8218.626","14430.852"],["8218.917","14442.034"],["8232.154","14440.278"],["8231.111","14414.981"],["8230.338","14398.051"],["8244.053","14395.224"],["8244.280","14383.540"],["8231.669","14384.993"],["8256.355","14397.671"],["8258.782","14388.890"],["8257.471","14420.720"],["8256.944","14444.657"],["8268.755","14442.934"],["8271.193","14414.631"],["8269.725","14416.967"],["8271.057","14399.522"],["8271.009","14396.677"],["8283.636","14404.378"],["8284.592","14402.029"],["8284.334","14413.317"],["8283.474","14427.794"],["8284.373","14435.897"],["8298.235","14424.284"],["8298.167","14409.064"],["8285.218","14419.523"],["8270.611","14425.938"],["8244.536","14403.335"],["8244.627","14426.000"],["8243.134","14434.864"],["8244.640","14443.009"],["8231.242","14444.474"],["8231.306","14437.484"],["8270.981","14409.338"],["8270.574","14421.473"],["8270.700","14431.365"],["8270.478","14436.943"],["8270.112","14447.305"],["8283.185","14441.004"],["8283.914","14431.686"],["8284.202","14423.830"],["8284.080","14416.012"],["8284.061","14407.648"],["8297.613","14414.064"],["8297.397","14419.366"],["8296.881","14429.262"],["8295.841","14435.419"],["8270.890","14404.509"],["8258.045","14393.112"],["8258.064","14402.244"],["8258.222","14408.440"],["8258.024","14413.947"],["8258.115","14433.016"],["8258.019","14439.265"],["8257.912","14425.864"],["8244.963","14437.822"],["8245.103","14429.847"],["8245.286","14418.369"],["8244.893","14408.100"],["8244.975","14399.827"],["8244.389","14390.237"],["8244.779","14387.619"],["8231.404","14388.797"],["8231.482","14392.665"],["8231.557","14402.746"],["8231.606","14407.844"],["8232.216","14426.430"],["8232.155","14433.557"],["8231.674","14419.167"],["8218.599","14436.097"],["8218.949","14425.482"],["8218.526","14420.443"],["8218.266","14415.773"],["13823.049","9235.158"],["13827.297","9230.346"],["13829.963","9224.664"],["11514.109","13251.741"],["11487.379","13293.447"],["11480.310","13298.010"],["11482.158","13266.295"],["11513.807","13263.246"],["11492.344","13247.962"],["11498.226","13289.318"],["11483.289","13248.333"],["11481.174","13256.086"],["11482.259","13267.086"],["11496.716","13325.428"],["11495.197","13314.926"],["11494.124","13304.498"],["11497.023","13292.080"],["11494.655","13284.415"],["11491.969","13278.079"],["11492.839","13269.608"],["11491.945","13259.778"],["11494.272","13252.097"],["11477.455","13252.957"],["11478.082","13259.773"],["11478.300","13272.803"],["11479.181","13285.149"],["11479.596","13292.344"],["11481.021","13303.511"],["11481.795","13310.802"],["11484.814","13320.798"],["11496.999","13276.260"],["11497.778","13294.085"],["11498.382","13309.130"],["11496.074","13263.416"],["11511.977","13328.736"],["11510.178","13318.242"],["11509.389","13312.215"],["11508.962","13300.130"],["11508.538","13294.031"],["11508.034","13286.279"],["11507.310","13278.144"],["11506.632","13271.765"],["11506.241","13265.606"],["11505.133","13262.278"],["11505.454","13258.830"],["11505.304","13251.423"],["11504.662","13248.445"],["11504.211","13245.606"],["11508.863","13306.101"],["11509.884","13324.651"],["11510.516","13333.871"],["11514.213","13258.719"],["11496.113","13281.731"],["11495.907","13299.784"],["11497.552","13320.672"],["11497.128","13329.666"],["11482.039","13314.681"],["11482.157","13296.037"],["11480.654","13279.856"],["11478.570","13265.585"],["10809.118","7891.806"],["10806.376","7893.808"],["10794.980","7892.194"],["10812.965","7887.548"],["10799.571","7888.332"],["10806.672","7881.923"],["7769.032","15131.071"],["7769.789","15129.703"],["7920.881","14829.383"],["7929.482","14819.312"],["7920.143","14816.181"],["7913.395","14839.773"],["7918.211","14846.913"],["7923.878","14846.743"],["7926.692","14850.362"],["7919.015","14857.999"],["7933.177","14822.854"],["7925.561","14819.100"],["7931.543","14837.007"],["7925.643","14833.614"],["7917.407","14843.538"],["7910.368","14854.272"],["7915.928","14855.838"],["11515.649","13270.183"],["11514.581","13278.404"],["11515.326","13246.939"],["11585.007","13239.117"],["11598.206","13201.559"],["11585.000","13203.951"],["11562.765","13285.570"],["11562.109","13296.295"],["11566.886","13283.885"],["11563.726","13295.411"],["11576.728","13263.703"],["11584.960","13271.305"],["11585.062","13289.586"],["11576.459","13287.796"],["11584.213","13294.699"],["11580.762","13306.931"],["11584.052","13276.719"],["11602.148","13280.477"],["11602.543","13256.221"],["11601.617","13245.163"],["11594.711","13233.461"],["11603.722","13215.982"],["11594.083","13208.539"],["11616.203","13255.402"],["11615.781","13240.599"],["11572.062","13219.101"],["11610.860","13275.482"],["11593.671","13298.661"],["11593.852","13295.153"],["11585.028","13211.070"],["11584.202","13255.894"],["11531.003","13276.208"],["11531.055","13281.554"],["11531.727","13304.601"],["11532.372","13272.287"],["11530.777","13270.423"],["11599.153","13208.558"],["11615.793","13260.750"],["11615.267","13271.399"],["11561.617","13274.213"],["11584.962","13244.243"],["11578.238","13265.414"],["11596.384","13256.476"],["11602.159","13237.118"],["11601.049","13262.612"],["11595.742","13264.943"],["11596.193","13219.672"],["11600.906","13286.999"],["11600.364","13272.616"],["11579.488","13245.722"],["11585.334","13280.581"],["11600.281","13201.559"],["11614.784","13223.022"],["11613.698","13229.166"],["11612.277","13238.668"],["11613.083","13245.536"],["11612.150","13256.805"],["11611.381","13262.998"],["11612.154","13268.594"],["11599.297","13214.658"],["11598.857","13224.931"],["11598.834","13231.988"],["11598.888","13238.707"],["11597.864","13252.849"],["11597.662","13258.624"],["11598.075","13264.921"],["11597.666","13275.755"],["11597.402","13283.459"],["11597.189","13289.772"],["11583.008","13207.330"],["11582.956","13217.374"],["11582.377","13224.952"],["11582.469","13232.339"],["11581.940","13241.321"],["11581.556","13248.239"],["11581.376","13264.682"],["11581.391","13272.104"],["11580.125","13284.519"],["11580.333","13291.678"],["11579.416","13297.711"],["11577.964","13310.928"],["11577.990","13317.604"],["11563.317","13280.216"],["11565.132","13267.515"],["11565.703","13263.071"],["11566.669","13250.829"],["11567.318","13244.031"],["11569.099","13232.679"],["11570.296","13226.158"],["11561.856","13255.179"],["11536.871","13327.306"],["11535.939","13318.267"],["11535.129","13313.456"],["11536.436","13301.856"],["11536.219","13291.502"],["11536.188","13281.477"],["11521.314","13327.640"],["11520.313","13314.533"],["11519.308","13308.670"],["11519.619","13295.261"],["11519.773","13284.990"],["11519.370","13277.103"],["11518.089","13265.068"],["11518.162","13255.235"],["11522.592","13301.251"],["11529.021","13255.211"],["11527.656","13246.608"],["11530.762","13263.266"],["11602.255","13238.198"],["11597.237","13245.880"],["11568.671","13220.115"],["11612.890","13281.809"],["11598.370","13297.638"],["11616.199","13234.678"],["11568.344","13258.701"],["11564.075","13246.768"],["11569.291","13250.434"],["11568.560","13239.642"],["11567.661","13267.506"],["11567.102","13227.741"],["11617.153","13249.038"],["11586.513","13260.828"],["11571.787","13216.963"],["11601.236","13220.642"],["11523.883","13336.516"],["11522.465","13322.974"],["11517.712","13289.523"],["11537.384","13307.253"],["11541.588","13334.299"],["11528.831","13268.557"],["11586.431","13229.492"],["11586.252","13213.272"],["11581.513","13238.092"],["11582.190","13260.081"],["11585.198","13250.779"],["11577.800","13277.159"],["11581.907","13303.914"],["11576.415","13311.591"],["11574.816","13322.855"],["11566.091","13311.410"],["11564.632","13304.774"],["11566.221","13295.388"],["11567.714","13280.458"],["8070.150","14931.665"],["8076.375","14931.916"],["8080.892","14931.945"],["8084.542","14931.723"],["8060.045","14932.117"],["8055.558","14932.049"],["8065.911","14919.634"],["8061.400","14919.790"],["8057.175","14920.321"],["8073.888","14920.042"],["8078.007","14919.564"],["8088.637","14918.158"],["8089.306","14904.568"],["8090.600","14905.367"],["8078.149","14905.619"],["8063.266","14907.169"],["8058.177","14907.126"],["8054.013","14906.465"],["8063.424","14893.529"],["8059.146","14893.795"],["8055.633","14893.050"],["8079.734","14891.309"],["8083.094","14890.819"],["8084.904","14893.751"],["8093.631","14893.105"],["8098.114","14891.313"],["8094.492","14878.932"],["8070.197","14880.590"],["8067.911","14880.389"],["8055.904","14880.715"],["8051.718","14880.307"],["8065.210","14931.889"],["8082.277","14918.939"],["8069.935","14919.388"],["8065.839","14905.372"],["8072.953","14905.432"],["8083.755","14906.172"],["8089.167","14892.390"],["8075.323","14891.976"],["8067.035","14893.481"],["8074.741","14878.724"],["8080.831","14879.111"],["8089.278","14878.860"],["8062.732","14879.280"],["12093.259","13346.073"],["12103.022","13340.460"],["12121.156","13319.551"],["12068.627","13293.065"],["12098.773","13323.293"],["12123.769","13327.910"],["12056.944","13324.927"],["12012.856","13334.257"],["12004.076","13333.227"],["12034.731","13335.408"],["12044.039","13344.814"],["12081.817","13343.500"],["12081.901","13301.196"],["12071.053","13301.819"],["12061.647","13303.752"],["12053.544","13304.262"],["12044.031","13305.612"],["12033.997","13305.095"],["12094.160","13299.289"],["12102.217","13298.831"],["12110.676","13297.821"],["12087.102","13290.788"],["12076.555","13291.618"],["12049.556","13292.920"],["12055.969","13292.671"],["12100.310","13307.572"],["12089.426","13310.115"],["12080.140","13310.371"],["12109.248","13307.926"],["12124.421","13317.822"],["12117.740","13306.748"],["12073.391","13312.122"],["12066.228","13312.670"],["12052.569","13314.700"],["12043.830","13315.012"],["12092.580","13321.198"],["12085.367","13322.917"],["12070.359","13323.043"],["12062.199","13323.979"],["12077.996","13322.659"],["12049.065","13324.660"],["12040.475","13326.802"],["12026.691","13326.743"],["12017.873","13326.809"],["12105.159","13321.183"],["12114.580","13320.223"],["12117.684","13329.560"],["12110.513","13331.022"],["12097.293","13331.218"],["12089.835","13333.009"],["12079.865","13333.019"],["12071.303","13335.131"],["12063.255","13335.660"],["12056.020","13335.798"],["12047.413","13335.899"],["12025.527","13335.701"],["12018.757","13334.769"],["12016.424","13318.083"],["12005.217","13341.565"],["12013.066","13342.466"],["12022.202","13343.783"],["12030.344","13344.784"],["12038.821","13344.862"],["12054.521","13345.053"],["12061.730","13344.996"],["12071.565","13344.382"],["12088.172","13342.377"],["12095.544","13341.340"],["12029.141","13314.497"],["12028.959","13317.483"],["12042.664","13336.380"],["12038.206","13336.036"],["12029.938","13336.569"],["12009.572","13334.700"],["12006.292","13334.244"],["12011.236","13324.743"],["12032.966","13325.414"],["12054.976","13325.573"],["12087.245","13320.440"],["12109.375","13317.381"],["12099.734","13319.369"],["12087.385","13311.122"],["12065.424","13312.906"],["12056.594","13313.578"],["12041.722","13315.254"],["12035.390","13314.978"],["12033.936","13316.681"],["12021.298","13315.904"],["12015.239","13315.997"],["12010.660","13316.140"],["12027.755","13306.289"],["12041.667","13303.185"],["12048.791","13302.035"],["12059.644","13300.570"],["12073.150","13298.900"],["12076.315","13304.402"],["12051.496","13305.793"],["12066.696","13302.607"],["12086.330","13298.649"],["12094.683","13297.051"],["12100.743","13301.419"],["12089.931","13301.709"],["12106.816","13295.933"],["12121.509","13305.094"],["12113.880","13306.306"],["12102.668","13308.451"],["12097.051","13309.488"],["12092.711","13310.338"],["12061.754","13315.065"],["12045.408","13293.515"],["12053.848","13293.886"],["12064.018","13292.115"],["12074.062","13291.101"],["12086.184","13289.497"],["12095.626","13289.112"],["12082.680","13291.859"],["12069.989","13300.815"],["12082.698","13324.450"],["12096.226","13319.756"],["12075.861","13324.383"],["12051.579","13326.604"],["12014.888","13327.443"],["12004.501","13326.287"],["12057.926","13333.574"],["12075.940","13332.953"],["12084.699","13333.057"],["12102.885","13331.399"],["12105.873","13329.944"],["12114.240","13328.661"],["12120.543","13327.348"],["12128.038","13327.137"],["12127.313","13315.224"],["12119.972","13316.337"],["12114.384","13317.618"],["12108.394","13340.716"],["12116.107","13338.168"],["12120.118","13340.305"],["12102.170","13342.252"],["12079.476","13343.846"],["12076.941","13345.144"],["12069.694","13345.420"],["12067.405","13345.361"],["12059.224","13346.073"],["12047.958","13346.061"],["12043.322","13347.431"],["12028.245","13347.555"],["12022.847","13346.954"],["12015.124","13346.349"],["12009.510","13345.644"],["12004.416","13345.034"],["14146.923","9291.166"],["14149.252","9295.414"],["14155.367","9303.969"],["14157.348","9307.318"],["14163.407","9314.127"],["14158.950","9295.828"],["14163.459","9300.972"],["14160.974","9298.694"],["14158.370","9273.350"],["14143.693","9258.520"],["14150.202","9259.653"],["14169.460","9272.781"],["14157.471","9259.520"],["14153.818","9259.443"],["14152.739","9261.995"],["14155.557","9270.557"],["14151.111","9269.332"],["14157.674","9291.146"],["14164.410","9304.837"],["14158.192","9310.159"],["14164.589","9287.933"],["14165.171","9294.126"],["14151.304","9298.858"],["14167.149","9261.604"],["14162.361","9260.987"],["14148.122","9259.604"],["14137.667","9266.584"],["14146.299","9269.893"],["14153.558","9272.423"],["14163.156","9272.744"],["11891.771","13444.454"],["11932.038","13414.930"],["11869.873","13393.326"],["11877.702","13393.987"],["11881.832","13393.628"],["11877.755","13419.879"],["11926.010","13409.981"],["11899.150","13420.558"],["11884.624","13431.341"],["11872.878","13418.512"],["11861.395","13415.603"],["11933.051","13397.225"],["11925.132","13396.472"],["11917.921","13395.487"],["11905.431","13394.829"],["11931.428","13408.972"],["11918.848","13407.919"],["11907.226","13407.143"],["11895.611","13406.218"],["11885.734","13405.795"],["11866.864","13403.538"],["11930.956","13433.768"],["11922.593","13433.835"],["11909.678","13433.718"],["11900.301","13433.191"],["11890.086","13432.493"],["11880.184","13432.588"],["11872.195","13431.913"],["11877.558","13405.277"],["11905.412","13420.269"],["11894.771","13419.370"],["11883.082","13419.198"],["11867.044","13419.203"],["11915.564","13419.621"],["11925.223","13421.202"],["11856.079","13417.527"],["11854.698","13403.977"],["11932.126","13446.737"],["11919.104","13445.789"],["11907.880","13444.689"],["11898.322","13444.381"],["11906.354","13454.436"],["11883.639","13444.068"],["11896.120","13393.446"],["11929.208","13445.119"],["11913.595","13447.978"],["11914.238","13443.031"],["11902.842","13445.501"],["11889.501","13443.922"],["11878.769","13442.262"],["11873.196","13442.383"],["11877.165","13430.633"],["11864.514","13429.563"],["11860.208","13431.123"],["11891.061","13429.546"],["11907.236","13430.110"],["11915.888","13432.084"],["11932.178","13420.910"],["11920.932","13419.973"],["11899.355","13418.201"],["11888.823","13417.653"],["11878.643","13417.235"],["11871.052","13416.286"],["11866.248","13416.714"],["11851.606","13416.810"],["11859.710","13406.453"],["11860.795","13402.382"],["11872.470","13404.544"],["11881.003","13405.522"],["11894.593","13405.212"],["11901.341","13405.367"],["11915.409","13406.360"],["11925.036","13406.386"],["11913.146","13409.595"],["11935.514","13405.912"],["11928.669","13394.742"],["11910.745","13396.411"],["11921.308","13393.645"],["11888.610","13394.812"],["11900.154","13395.074"],["11862.765","13393.975"],["11870.727","13441.293"],["11901.419","13422.360"],["11904.278","13409.608"],["11890.387","13409.438"],["11847.191","13416.393"],["11893.307","13396.365"],["11882.210","13396.136"],["11872.296","13395.455"],["11863.823","13393.841"],["11846.044","13418.704"],["11848.747","13405.330"],["8059.853","15335.399"],["8053.476","15335.093"],["8076.650","15335.610"],["8074.546","15335.699"],["8087.611","15335.765"],["8084.498","15349.489"],["8088.056","15349.506"],["8094.133","15348.639"],["8096.706","15334.507"],["8079.696","15349.267"],["8082.522","15335.836"],["8064.327","15336.111"],["8304.097","14830.065"],["8304.401","14815.786"],["8292.493","14822.041"],["8289.260","14819.100"],["8328.835","14829.386"],["8328.319","14810.995"],["8313.790","14834.507"],["8345.072","14838.722"],["8344.052","14810.711"],["8344.815","14797.710"],["8344.155","14789.919"],["8343.477","14786.315"],["8321.285","14794.139"],["8304.847","14800.309"],["8302.696","14797.277"],["8323.325","14794.092"],["8326.204","14789.091"],["8325.986","14792.031"],["8322.833","14790.455"],["8312.766","14799.911"],["8303.087","14812.020"],["8301.361","14814.761"],["8301.536","14794.282"],["8290.651","14785.922"],["8279.785","14797.158"],["8279.723","14802.453"],["8291.160","14809.579"],["8287.901","14811.734"],["8288.875","14807.072"],["8266.120","14792.720"],["8268.722","14783.086"],["8269.977","14779.183"],["8303.556","14835.057"],["8304.009","14825.525"],["8302.444","14820.088"],["8292.148","14815.134"],["8291.199","14826.835"],["8289.474","14831.102"],["8276.067","14802.707"],["8279.245","14808.766"],["8276.369","14816.225"],["8277.512","14825.596"],["8265.131","14817.211"],["8263.698","14807.352"],["8265.136","14798.090"],["8265.711","14788.912"],["8316.510","14815.315"],["8318.382","14823.345"],["8316.358","14831.475"],["8329.817","14834.267"],["8329.983","14823.371"],["8332.220","14816.039"],["8330.514","14808.519"],["8343.322","14753.719"],["8344.609","14759.612"],["8344.545","14766.601"],["8343.286","14774.598"],["8343.809","14782.580"],["8343.138","14795.173"],["8342.613","14804.126"],["8343.410","14817.902"],["8344.601","14824.783"],["8343.549","14834.072"],["8340.801","14744.586"],["8338.515","14736.214"],["8326.782","14778.222"],["8330.588","14733.296"],["8330.292","14726.497"],["8322.612","14718.916"],["8329.721","14720.990"],["8310.980","14723.716"],["8313.500","14717.672"],["8343.135","14840.878"],["8345.696","14844.009"],["8345.690","14849.320"],["8330.921","14837.960"],["8331.383","14842.160"],["8330.273","14847.575"],["8316.643","14836.716"],["8316.292","14841.667"],["8316.799","14846.432"],["8303.773","14840.227"],["8304.524","14844.279"],["8317.132","14851.932"],["8329.610","14852.638"],["8343.416","14852.593"],["8318.479","14856.302"],["8305.242","14849.526"],["8264.545","14821.268"],["8264.121","14827.141"],["8264.540","14811.225"],["8278.839","14814.187"],["8280.021","14819.486"],["7537.828","15047.784"],["7534.409","15046.747"],["7641.936","15862.456"],["7639.297","15858.089"],["7637.377","15855.272"],["7633.746","15849.875"],["7631.078","15845.709"],["7627.129","15839.834"],["7619.921","15860.240"],["7615.575","15856.310"],["7609.272","15849.409"],["7625.408","15866.127"],["7630.373","15870.141"],["7633.124","15872.768"],["7627.469","15867.805"],["7632.496","15860.879"],["7628.454","15856.468"],["7620.836","15847.616"],["7618.450","15844.862"],["7612.627","15838.354"],["7638.673","15868.081"],["7612.261","15852.036"],["7608.748","15847.231"],["7605.177","15845.576"],["7622.439","15862.986"],["7635.519","15851.554"],["7629.133","15841.267"],["7615.943","15840.965"],["7624.857","15852.238"],["7624.438","15851.211"],["7635.651","15864.424"],["13831.103","9221.792"],["11724.423","15307.694"],["11723.949","15319.419"],["11723.850","15324.710"],["11721.817","15327.631"],["11723.294","15336.556"],["11710.906","15314.130"],["11708.159","15317.153"],["11710.017","15304.130"],["11709.938","15299.547"],["11698.476","15306.495"],["11698.691","15315.423"],["11695.670","15313.663"],["11698.864","15327.015"],["11701.139","15332.436"],["11695.961","15332.461"],["11711.289","15339.141"],["11711.163","15333.008"],["11708.886","15328.577"],["11713.397","15327.655"],["11709.093","15343.920"],["11710.509","15352.412"],["11710.710","15358.772"],["11699.932","15359.982"],["11699.136","15352.995"],["11699.738","15347.872"],["11696.746","15347.034"],["11696.341","15352.638"],["11697.378","15357.064"],["11685.100","15354.874"],["11684.797","15346.926"],["11684.619","15342.664"],["11683.001","15339.040"],["11686.973","15336.784"],["11684.261","15331.689"],["11683.486","15325.455"],["11685.576","15321.282"],["11685.103","15316.155"],["11684.794","15311.836"],["11685.265","15309.559"],["11724.338","15340.581"],["11723.770","15344.979"],["11703.253","15466.924"],["11710.434","15467.279"],["11720.241","15467.333"],["11718.148","15452.791"],["11719.546","15456.307"],["11701.957","15453.910"],["11717.890","15440.278"],["11721.607","15442.487"],["11722.696","15438.400"],["11711.016","15426.111"],["11706.153","15426.225"],["11698.790","15301.701"],["11697.967","15320.720"],["11697.854","15339.628"],["11711.806","15348.239"],["11710.770","15323.332"],["11709.846","15309.504"],["11715.046","15464.535"],["11709.215","15453.031"],["11712.291","15440.899"],["11717.389","15428.153"],["11720.025","15414.594"],["11714.858","15414.126"],["11685.251","16510.937"],["11679.691","16515.837"],["11669.299","16527.383"],["11688.423","16519.982"],["11684.089","16525.582"],["11677.851","16530.676"],["11669.892","16538.922"],["11665.065","16545.550"],["11681.907","16540.056"],["11689.166","16533.858"],["11699.703","16522.114"],["11705.044","16516.936"],["11708.452","16526.534"],["11705.415","16530.339"],["11701.137","16532.622"],["11690.137","16543.824"],["11687.488","16547.714"],["11695.481","16512.628"],["11702.489","16519.585"],["11690.924","16531.008"],["11685.254","16535.623"],["11681.340","16529.658"],["11663.774","16530.995"],["11663.087","16534.238"],["11682.110","16511.666"],["11686.301","16508.594"],["11685.485","16522.618"],["11697.792","16535.502"],["11700.807","16536.923"],["11659.206","16537.958"],["11665.838","16529.369"],["11710.209","16523.555"],["11682.432","16550.541"],["11689.125","16541.249"],["11680.809","16526.818"],["11666.487","16524.315"],["11656.584","16540.295"],["11661.944","16549.594"],["11667.416","16543.154"],["11674.524","16521.495"],["11675.419","16535.533"],["11692.954","16516.615"],["11694.728","16525.801"],["11693.432","16539.945"],["11678.772","16543.860"],["11675.364","16548.260"],["12417.781","13025.284"],["12403.044","13023.666"],["12366.500","13026.625"],["12414.429","13021.829"],["12412.109","13028.362"],["12402.997","13028.855"],["12393.226","13030.504"],["12370.810","13029.214"],["12363.739","13029.593"],["12367.729","13005.893"],["12375.116","13005.319"],["12382.399","13005.716"],["12392.664","13003.599"],["12400.579","13000.329"],["12408.500","12999.786"],["12356.891","13006.325"],["12358.599","13028.174"],["12360.339","13032.241"],["12359.784","13016.870"],["12364.642","13016.484"],["12361.991","13008.137"],["12361.513","13003.859"],["12370.775","13016.014"],["12375.732","13015.855"],["12381.501","13015.494"],["12388.625","13014.366"],["12396.033","13013.085"],["12400.489","13012.919"],["12384.739","13015.800"],["12389.301","13027.040"],["12398.554","13027.085"],["12407.670","13026.409"],["12413.144","13025.668"],["12409.719","13010.588"],["12414.622","13010.858"],["12420.894","13009.287"],["12415.211","12999.186"],["12398.847","13002.415"],["12375.220","13029.281"],["12380.077","13028.904"],["12395.775","13015.771"],["12403.172","13015.092"],["12408.721","13013.465"],["12418.212","13014.639"],["8408.763","14448.047"],["8408.841","14439.581"],["8410.447","14433.506"],["8406.816","14434.924"],["8408.975","14415.287"],["8408.278","14409.768"],["8408.315","14405.536"],["8410.310","14406.151"],["8409.903","14411.545"],["8395.987","14403.600"],["8396.148","14411.426"],["8395.774","14416.258"],["8397.858","14413.932"],["8396.461","14407.985"],["8396.299","14432.922"],["8395.374","14442.390"],["8382.639","14440.124"],["8380.407","14437.754"],["8382.952","14414.672"],["8382.580","14405.449"],["8382.508","14402.826"],["8382.524","14399.838"],["8370.521","14410.023"],["8369.894","14401.094"],["8369.866","14399.417"],["8369.576","14396.815"],["8368.974","14420.553"],["8369.643","14445.144"],["8395.519","14447.557"],["8395.511","14437.312"],["8395.043","14421.048"],["8394.853","14428.297"],["8407.825","14422.080"],["8408.065","14430.260"],["8408.137","14443.376"],["8381.035","14444.898"],["8381.843","14432.388"],["8382.677","14425.572"],["8382.378","14418.573"],["8381.857","14410.574"],["8368.919","14405.800"],["8370.004","14414.838"],["8370.014","14424.949"],["8369.841","14433.181"],["8369.539","14439.501"],["8618.199","14556.205"],["8606.615","14547.766"],["8606.340","14551.996"],["8605.452","14572.717"],["8604.259","14579.938"],["8605.792","14582.065"],["8614.539","14579.300"],["8593.080","14538.848"],["8592.443","14565.291"],["8576.697","14561.594"],["8618.475","14550.853"],["8618.450","14559.994"],["8618.156","14566.219"],["8616.373","14571.863"],["8606.805","14542.694"],["8606.541","14556.169"],["8606.506","14561.517"],["8606.008","14567.701"],["8592.938","14543.346"],["8593.123","14549.422"],["8592.904","14555.511"],["8593.222","14559.543"],["8571.170","14561.080"],["8571.318","14549.402"],["8578.153","14549.742"],["8568.921","14535.124"],["8576.061","14535.448"],["8582.669","14535.437"],["11935.764","13433.289"],["11970.153","13411.598"],["11958.786","13410.839"],["11950.474","13409.714"],["11941.750","13409.284"],["11951.302","13433.726"],["11942.336","13433.408"],["11935.982","13421.267"],["11946.332","13422.202"],["11955.900","13422.921"],["11941.786","13447.515"],["11937.196","13435.228"],["11938.113","13431.596"],["11957.643","13435.525"],["11960.396","13425.977"],["11944.853","13420.072"],["11950.458","13406.013"],["11961.279","13406.593"],["11974.114","13409.432"],["11945.648","13397.934"],["11936.019","13394.898"],["11950.107","13397.335"],["11949.719","13420.855"],["11965.383","13422.391"],["11938.219","13420.322"],["11969.282","13408.021"],["11969.816","13425.379"],["11944.802","13446.799"],["6581.848","15238.128"],["6589.165","15221.818"],["6586.913","15217.455"],["6589.667","15218.091"],["6585.744","15213.304"],["6579.488","15233.656"],["6576.370","15229.296"],["6569.623","15218.236"],["6567.121","15212.603"],["6563.911","15206.436"],["6594.572","15231.122"],["6592.026","15226.516"],["7332.922","15793.682"],["7335.870","15791.525"],["7328.516","15785.370"],["7324.376","15789.273"],["7333.281","15781.488"],["12243.852","13131.443"],["12239.602","13121.521"],["12245.395","13117.888"],["12222.626","13120.825"],["12311.697","13083.949"],["12288.394","13074.008"],["12291.696","13044.784"],["12285.128","13061.875"],["12309.174","13055.176"],["12330.436","13064.090"],["12350.069","13034.530"],["12317.958","13049.610"],["12250.896","13127.165"],["12241.748","13127.490"],["12232.982","13129.761"],["12219.113","13135.628"],["12209.488","13138.223"],["12199.518","13143.975"],["12205.321","13144.132"],["12196.849","13127.170"],["12205.067","13124.126"],["12212.776","13121.675"],["12227.172","13117.206"],["12239.076","13113.639"],["12216.915","13109.170"],["12200.000","13115.843"],["12207.435","13111.124"],["12235.297","13118.863"],["12213.329","13132.982"],["12333.460","13057.202"],["12326.472","13063.776"],["12318.175","13070.154"],["12312.646","13077.549"],["12306.055","13082.736"],["12324.891","13044.717"],["12314.586","13055.408"],["12307.887","13064.835"],["12300.714","13067.578"],["12293.188","13074.324"],["12310.872","13038.160"],["12304.691","13042.305"],["12297.675","13049.079"],["12288.374","13056.295"],["12281.276","13062.564"],["12275.676","13067.927"],["12287.275","13079.156"],["12301.858","13091.263"],["12325.119","13071.050"],["12288.204","13046.530"],["12352.766","13029.880"],["12346.808","13030.325"],["12344.294","13006.175"],["12349.999","13005.642"],["12340.963","13018.085"],["12349.054","13017.488"],["12353.829","13017.132"],["12339.761","13005.181"],["12350.711","13020.663"],["12342.240","13021.280"],["12336.479","13020.391"],["12302.992","13048.021"],["12295.593","13055.204"],["12288.935","13060.030"],["12276.832","13065.465"],["12270.764","13074.185"],["12279.732","13060.480"],["12316.269","13034.176"],["12320.483","13046.591"],["12328.074","13044.173"],["12311.005","13055.065"],["12301.226","13062.477"],["12299.782","13072.576"],["12291.724","13080.228"],["12285.801","13086.115"],["12280.931","13079.351"],["12306.914","13091.431"],["12315.446","13083.145"],["12327.055","13070.127"],["12331.771","13065.242"],["12329.475","13058.789"],["12338.135","13054.422"],["12294.668","13093.317"],["12316.408","13074.906"],["12311.450","13076.733"],["12321.798","13065.690"],["12316.715","13056.451"],["12324.920","13048.735"],["12233.249","13133.329"],["12227.974","13129.580"],["12207.083","13137.089"],["12199.845","13140.226"],["12195.975","13144.562"],["12212.373","13140.368"],["12197.414","13150.237"],["12214.432","13143.002"],["12218.743","13120.808"],["12208.364","13126.031"],["12199.962","13128.238"],["12192.980","13126.668"],["12242.931","13112.478"],["12232.909","13115.232"],["12226.453","13120.451"],["12247.841","13113.431"],["12226.044","13106.320"],["12221.743","13107.047"],["12210.382","13112.813"],["12194.819","13117.358"],["12239.324","13132.843"],["12252.109","13126.658"],["12257.959","13125.130"],["12247.292","13131.423"],["12256.405","13128.840"],["12226.161","13138.363"],["12218.546","13142.268"],["11534.796","16840.927"],["11542.319","16856.451"],["8382.336","14457.914"],["8395.548","14464.887"],["8394.449","14461.669"],["8407.828","14471.608"],["8395.347","14486.183"],["8382.609","14487.514"],["8383.222","14490.472"],["8394.906","14474.769"],["8407.919","14462.350"],["8554.405","14548.557"],["8549.940","14548.150"],["8396.081","14479.456"],["8395.464","14470.603"],["8395.574","14455.031"],["8408.271","14453.265"],["8408.362","14458.265"],["8408.570","14466.433"],["8381.671","14482.978"],["8381.886","14474.153"],["8381.198","14463.078"],["8382.262","14451.854"],["8550.860","14563.379"],["8558.973","14562.285"],["8564.712","14562.071"],["8558.485","14548.481"],["8565.708","14549.100"],["11499.724","16852.307"],["11423.583","16786.898"],["11355.394","16840.284"],["11360.744","16834.131"]] \ No newline at end of file diff --git a/src/gathering/10456.json b/src/gathering/10456.json new file mode 100644 index 0000000..dad5a79 --- /dev/null +++ b/src/gathering/10456.json @@ -0,0 +1 @@ +[["11382.201","13915.574"],["11356.378","13889.446"],["11370.928","13904.930"],["11388.648","13905.175"],["11373.370","13890.252"],["11360.855","13878.034"],["11343.110","13875.823"],["11334.998","13866.999"],["11323.375","13853.487"],["11337.504","13850.821"],["11346.310","13860.437"],["11332.139","13881.984"],["11327.368","13876.318"],["11320.111","13869.785"],["11312.112","13860.797"],["11345.873","13896.807"],["11359.385","13909.631"],["11368.941","13919.649"],["11383.284","13935.035"],["11375.233","13940.123"],["11361.079","13926.221"],["11349.900","13916.341"],["11342.140","13908.060"],["11331.524","13897.894"],["11326.930","13893.850"],["11318.895","13885.347"],["11311.002","13877.006"],["11329.184","13909.454"],["11341.509","13920.953"],["11350.084","13929.825"],["11360.562","13941.874"],["11350.869","13943.738"],["11341.194","13935.833"],["11332.232","13926.995"],["11337.756","13932.368"],["11353.884","13904.983"],["11321.354","13885.978"],["11329.766","13894.219"],["11333.324","13897.174"],["11333.342","13912.344"],["11338.452","13917.144"],["11342.385","13921.844"],["11349.867","13928.054"],["11354.499","13932.659"],["11360.367","13939.103"],["11339.538","13902.906"],["11341.533","13906.691"],["11351.348","13915.412"],["11360.704","13925.671"],["11365.004","13929.394"],["11369.012","13934.909"],["11314.165","13860.157"],["11321.154","13867.519"],["11324.774","13870.668"],["11331.722","13878.288"],["11338.811","13886.599"],["11344.793","13893.367"],["11347.734","13896.651"],["11350.884","13899.826"],["11354.250","13903.251"],["11358.858","13906.953"],["11363.684","13912.398"],["11372.045","13921.132"],["11375.471","13925.426"],["11381.585","13931.419"],["11317.361","13847.538"],["11321.521","13851.724"],["11327.621","13857.467"],["11332.704","13862.580"],["11340.431","13871.259"],["11343.589","13874.669"],["11346.334","13877.443"],["11351.230","13882.233"],["11357.906","13889.206"],["11363.570","13895.503"],["11367.582","13900.361"],["11371.476","13903.346"],["11377.629","13910.150"],["11380.723","13914.229"],["11384.683","13918.031"],["11390.556","13923.396"],["11332.603","13845.851"],["11336.055","13849.002"],["11340.433","13854.339"],["11364.369","13879.756"],["11370.338","13885.991"],["11375.995","13891.918"],["11380.053","13895.956"],["11385.326","13902.351"],["11389.189","13905.680"],["11393.565","13910.963"],["11329.162","13907.248"],["11332.781","13925.281"],["11336.192","13928.876"],["11341.450","13934.496"],["11345.038","13937.094"],["10807.024","7906.028"],["10810.213","7903.297"],["10812.544","7901.765"],["10815.285","7899.805"],["8415.345","15420.545"],["8415.435","15425.021"],["8415.840","15429.645"],["8415.703","15434.245"],["8415.783","15441.017"],["8415.645","15446.962"],["8415.475","15417.919"],["8402.721","15411.196"],["8402.410","15418.787"],["8402.438","15421.354"],["8402.481","15426.882"],["8402.375","15430.631"],["8402.198","15437.925"],["8402.145","15445.480"],["8402.222","15416.266"],["8389.488","15445.681"],["8389.611","15441.868"],["8389.569","15435.331"],["8389.523","15431.800"],["8389.413","15428.388"],["8389.356","15423.437"],["8389.185","15419.710"],["8389.182","15417.008"],["8389.300","15412.837"],["8389.275","15410.849"],["8389.096","15409.750"],["8388.887","15416.940"],["8376.473","15409.666"],["8376.162","15411.453"],["8376.081","15414.424"],["8376.220","15418.431"],["8376.304","15421.530"],["8376.580","15425.260"],["8376.606","15427.880"],["8376.630","15429.868"],["8376.560","15431.997"],["8376.380","15440.552"],["8376.827","15445.884"],["8376.610","15438.759"],["8376.410","15443.253"],["8376.016","15445.262"],["8375.998","15450.248"],["8389.250","15438.271"],["8388.897","15441.425"],["8389.106","15448.193"],["8402.314","15441.305"],["8401.808","15435.893"],["8401.932","15432.868"],["8402.501","15425.121"],["8415.502","15443.981"],["8415.670","15436.716"],["11508.642","13226.556"],["11498.021","13228.750"],["11513.506","13226.464"],["11502.481","13225.129"],["11491.198","13226.597"],["11487.637","13227.617"],["11483.165","13226.740"],["11478.977","13229.146"],["11557.521","13180.794"],["11517.633","13223.379"],["11569.814","13184.552"],["11560.316","13194.725"],["11550.812","13205.957"],["11544.806","13193.567"],["11553.297","13184.561"],["11554.451","13199.256"],["11563.829","13188.078"],["11548.727","13188.263"],["11540.641","13197.880"],["11545.717","13209.368"],["11544.227","13213.332"],["11565.309","13191.397"],["12694.843","13020.702"],["12617.200","13002.108"],["12625.028","12993.752"],["12633.717","12981.458"],["12600.856","12977.807"],["12585.497","12975.828"],["12664.694","13009.506"],["12655.606","13041.829"],["12657.725","13023.257"],["12660.767","13017.415"],["12668.995","13013.315"],["12698.357","13016.549"],["12721.488","12993.928"],["12725.473","12988.621"],["12682.736","13032.396"],["12708.068","13019.249"],["12718.414","13010.215"],["12722.296","13005.312"],["12678.808","13016.747"],["12694.861","13002.910"],["12699.123","12999.391"],["12697.721","13001.067"],["12693.232","12991.149"],["12686.550","12982.751"],["12681.821","12988.450"],["12673.207","12996.682"],["12669.583","13000.985"],["12701.832","13027.038"],["12605.206","13014.375"],["12637.892","12976.484"],["12622.923","12974.250"],["12608.503","12990.183"],["12604.046","12994.896"],["12582.007","13016.638"],["12581.082","12994.739"],["12571.674","12983.627"],["12576.371","12979.788"],["12714.043","12998.300"],["12708.055","13009.100"],["12713.769","12987.635"],["12627.540","12971.979"],["12619.176","12983.184"],["12589.731","12986.490"],["12567.587","12992.215"],["12587.943","13014.344"],["12587.825","13009.295"],["12614.565","12986.035"],["12612.103","12985.037"],["12590.124","13006.275"],["12607.661","12971.209"],["8593.154","14377.676"],["8578.965","14378.160"],["8567.365","14378.644"],["8571.317","14391.165"],["8582.876","14391.550"],["8596.840","14391.943"],["8594.406","14405.152"],["8582.049","14404.344"],["8568.370","14403.578"],["8578.836","14417.307"],["8580.808","14430.000"],["8570.226","14430.023"],["8572.846","14442.940"],["8575.491","14430.401"],["8572.792","14417.264"],["8570.316","14416.254"],["8576.436","14403.444"],["8571.237","14403.553"],["8587.763","14403.928"],["8590.406","14391.023"],["8587.473","14391.181"],["8585.384","14377.854"],["8583.135","14377.240"],["8572.685","14378.229"],["14100.470","9275.507"],["14116.238","9275.456"],["14100.208","9287.142"],["14105.260","9275.520"],["14110.342","9275.681"],["14104.977","9286.974"],["14108.817","9286.957"],["14113.980","9286.741"],["14118.811","9286.332"],["14105.480","9277.206"],["14123.275","9275.116"],["14122.368","9285.598"],["14126.646","9285.362"],["14145.926","9401.447"],["14132.945","9392.106"],["14149.796","9400.114"],["14143.600","9394.587"],["14137.268","9389.234"],["14137.754","9395.103"],["14131.773","9389.223"],["14127.649","9384.163"],["14128.230","9387.862"],["14151.185","9405.594"],["14152.706","9409.148"],["14148.861","9407.101"],["11735.300","13572.635"],["11743.993","13580.267"],["11751.364","13586.903"],["11743.458","13592.416"],["11748.607","13596.318"],["11726.953","13578.936"],["11732.930","13558.408"],["11737.954","13562.902"],["11744.855","13568.693"],["11750.332","13572.473"],["11755.084","13578.492"],["11764.206","13586.607"],["11755.718","13565.667"],["11743.818","13555.381"],["11733.571","13547.361"],["11820.601","13480.058"],["11811.622","13479.763"],["11802.786","13478.722"],["11792.378","13478.960"],["11830.922","13483.477"],["11832.717","13490.512"],["11822.149","13490.280"],["11812.094","13489.347"],["11800.334","13488.140"],["11784.555","13488.949"],["11775.198","13488.102"],["11764.264","13488.268"],["11826.650","13501.759"],["11815.751","13501.359"],["11804.369","13500.310"],["11783.660","13499.196"],["11775.014","13499.296"],["11809.667","13511.787"],["11796.499","13511.832"],["11785.753","13510.607"],["11747.654","13596.109"],["11739.955","13589.495"],["11731.795","13583.354"],["11727.852","13579.546"],["11758.022","13592.810"],["11749.796","13585.393"],["11741.763","13578.651"],["11732.661","13570.795"],["11728.611","13566.407"],["11763.703","13585.331"],["11755.880","13578.853"],["11752.230","13576.151"],["11749.673","13573.251"],["11742.224","13567.010"],["11737.619","13564.668"],["11733.905","13560.044"],["11763.618","13573.017"],["11758.754","13568.151"],["11751.199","13561.832"],["11747.426","13558.692"],["11741.488","13553.087"],["11737.952","13551.083"],["11731.210","13544.743"],["11727.098","13542.253"],["11773.714","13474.409"],["11773.714","13474.409"],["11773.698","13474.409"],["11765.912","13494.972"],["11765.912","13494.989"],["11765.895","13494.972"],["11807.593","13500.326"],["11807.577","13500.343"],["11807.593","13500.326"],["11803.895","13496.809"],["11803.895","13496.809"],["11803.895","13496.809"],["11805.094","13513.339"],["11805.078","13513.339"],["11805.078","13513.355"],["11790.317","13512.634"],["11790.301","13512.651"],["11790.301","13512.634"],["11771.807","13485.440"],["11771.807","13485.440"],["11771.791","13485.440"],["11762.092","13484.947"],["11762.092","13484.947"],["11762.076","13484.963"],["11795.618","13480.198"],["11795.618","13480.198"],["11795.618","13480.215"],["11804.684","13485.619"],["11804.684","13485.619"],["11804.667","13485.619"],["11809.610","13485.983"],["11809.593","13485.999"],["11809.593","13485.983"],["11814.966","13492.168"],["11814.950","13492.168"],["11814.950","13492.184"],["11823.312","13499.846"],["11823.312","13499.846"],["11823.312","13499.846"],["11177.599","13923.825"],["11183.912","13935.099"],["11190.098","13944.163"],["11193.642","13949.230"],["11169.469","13928.821"],["11174.112","13937.289"],["11179.977","13946.443"],["11184.068","13953.613"],["11176.164","13941.139"],["11165.944","13945.388"],["11170.300","13952.807"],["11174.654","13960.438"],["11177.719","13966.218"],["11159.513","13933.451"],["11152.291","13921.941"],["11147.098","13913.102"],["11153.484","13901.968"],["11161.309","13914.761"],["11163.501","13919.121"],["11166.518","13906.746"],["11139.464","13919.517"],["11143.923","13929.254"],["11149.147","13937.940"],["11153.457","13945.571"],["11156.666","13951.029"],["11162.594","13960.206"],["11166.775","13968.986"],["11170.243","13974.942"],["11161.394","13982.586"],["11156.625","13973.241"],["11150.470","13962.930"],["11147.165","13955.977"],["11139.855","13944.959"],["11135.597","13936.439"],["11133.622","13931.993"],["11191.152","13945.785"],["11187.153","13938.111"],["11183.683","13934.443"],["11180.981","13927.895"],["11176.071","13920.506"],["11171.598","13914.596"],["11187.276","13956.794"],["11182.531","13951.364"],["11179.391","13944.747"],["11175.793","13939.431"],["11172.129","13933.078"],["11164.802","13919.723"],["11160.341","13912.024"],["11156.799","13909.365"],["11176.654","13963.313"],["11173.288","13956.980"],["11167.937","13947.344"],["11160.482","13934.780"],["11157.594","13929.545"],["11154.522","13923.196"],["11148.975","13915.001"],["11168.904","13970.743"],["11164.011","13963.001"],["11160.796","13957.771"],["11157.318","13950.895"],["11153.752","13943.244"],["11149.431","13935.919"],["11143.518","13927.243"],["11157.591","13975.061"],["11153.049","13967.292"],["11150.393","13963.589"],["11147.660","13958.642"],["11138.903","13919.935"],["8160.912","14668.637"],["8164.972","14668.934"],["8170.589","14668.955"],["8180.704","14669.201"],["8187.196","14669.078"],["8183.737","14669.322"],["8176.455","14669.006"],["8168.444","14669.379"],["8157.352","14669.385"],["8150.806","14668.521"],["8191.202","14668.839"],["8195.709","14669.344"],["8206.148","14668.773"],["8208.861","14668.622"],["8202.821","14669.033"],["8213.118","14668.099"],["8217.387","14668.565"],["8222.497","14668.946"],["8199.697","14668.842"],["8199.245","14681.869"],["8203.785","14681.527"],["8210.097","14681.467"],["8216.531","14681.394"],["8220.219","14681.487"],["8221.725","14681.601"],["8213.831","14681.861"],["8207.697","14681.789"],["8194.897","14682.084"],["8188.977","14682.678"],["8183.729","14683.077"],["8175.858","14683.695"],["8169.502","14683.902"],["8165.481","14683.737"],["8171.843","14682.962"],["8161.547","14682.432"],["8155.799","14682.518"],["8149.301","14682.202"],["8153.517","14682.477"],["8178.532","14681.030"],["8192.778","14680.437"],["8193.999","14667.115"],["8173.641","14667.079"],["8154.276","14667.838"],["8191.807","14694.432"],["8173.946","14694.728"],["8166.708","14694.788"],["8161.936","14694.857"],["8156.998","14694.762"],["8152.277","14694.665"],["8180.060","14694.673"],["8187.160","14694.664"],["8198.883","14694.644"],["8206.145","14694.479"],["8214.569","14695.059"],["8219.076","14694.829"],["8196.358","14695.183"],["8204.781","14695.292"],["8212.106","14694.887"],["8209.227","14694.516"],["8183.417","14695.042"],["8170.128","14695.021"],["8177.112","14694.816"],["8159.480","14707.862"],["8163.288","14708.337"],["8168.582","14708.518"],["8173.794","14708.602"],["8177.587","14708.062"],["8180.178","14708.242"],["8184.845","14708.073"],["8192.817","14707.018"],["8195.419","14708.112"],["8198.930","14707.843"],["8190.182","14708.193"],["8203.470","14707.425"],["8210.471","14707.108"],["8213.596","14707.092"],["8205.051","14707.469"],["8217.062","14707.370"],["8207.723","14708.018"],["8188.656","14721.037"],["8196.604","14720.926"],["8201.631","14720.918"],["8205.170","14720.695"],["8209.750","14720.688"],["8212.452","14720.793"],["8192.560","14720.540"],["8184.170","14721.675"],["8179.948","14719.944"],["8175.734","14720.438"],["8172.429","14719.995"],["8167.898","14720.827"],["8162.550","14719.592"],["8186.369","14720.274"],["8176.499","14734.390"],["8172.375","14734.456"],["8168.584","14734.548"],["8166.239","14734.333"],["8180.221","14734.338"],["8185.462","14734.537"],["8189.885","14734.459"],["8198.582","14734.357"],["8206.495","14734.310"],["8194.819","14734.335"],["8204.512","14733.694"],["8183.183","14733.210"],["8201.195","14734.011"],["8190.196","14747.750"],["8193.521","14747.587"],["8197.400","14747.719"],["8201.130","14747.409"],["8204.258","14747.250"],["8186.487","14747.854"],["8179.676","14748.137"],["8173.328","14748.105"],["8170.859","14748.345"],["8176.551","14748.090"],["8167.163","14747.947"],["8183.625","14748.204"],["8188.598","14747.600"],["16789.299","16080.794"],["13848.890","9250.115"],["13841.735","9258.274"],["13835.107","9256.088"],["13846.541","9257.567"],["13846.862","9254.776"],["13842.783","9252.487"],["13839.189","9250.540"],["13835.572","9251.933"],["13840.312","9243.826"],["13845.588","9242.374"],["13845.942","9246.068"],["13841.408","9240.573"],["13842.603","9245.803"],["7672.127","16669.306"],["7672.673","16672.317"],["7672.311","16677.227"],["7672.346","16679.168"],["7671.801","16682.544"],["7670.969","16681.801"],["7672.667","16685.867"],["7672.061","16687.633"],["7671.870","16690.055"],["7671.346","16692.158"],["7671.894","16695.056"],["7659.491","16669.881"],["7659.331","16672.197"],["7659.117","16673.949"],["7659.478","16675.801"],["7659.265","16676.483"],["7658.548","16678.576"],["7659.521","16682.863"],["7659.212","16685.397"],["7659.235","16686.721"],["7659.328","16690.092"],["7645.838","16696.100"],["7645.494","16692.777"],["7645.431","16691.576"],["7645.742","16688.237"],["7645.916","16683.151"],["7645.528","16679.758"],["7646.112","16678.040"],["7646.370","16675.338"],["7646.477","16669.922"],["7644.564","16683.388"],["7767.248","14555.679"],["7762.859","14555.590"],["7757.486","14555.607"],["7751.402","14555.639"],["7746.054","14555.277"],["7773.287","14542.768"],["7764.032","14543.091"],["7753.978","14543.484"],["7748.653","14543.787"],["7744.930","14543.455"],["7774.455","14529.675"],["7768.674","14529.489"],["7762.121","14529.677"],["7749.792","14530.203"],["7745.723","14530.281"],["7742.273","14530.149"],["7756.182","14530.053"],["7754.501","14530.096"],["7752.078","14529.596"],["7758.792","14529.977"],["7765.032","14529.513"],["7770.841","14529.796"],["7770.136","14541.928"],["7768.062","14541.504"],["7759.775","14542.246"],["7756.721","14543.878"],["7750.609","14542.613"],["7748.470","14555.095"],["7754.262","14554.554"],["7760.909","14554.547"],["7769.327","14554.766"],["12565.976","13010.457"],["12550.865","13003.158"],["12550.491","12986.029"],["12539.476","12997.917"],["12545.491","13008.063"],["12562.244","13014.887"],["12562.014","12993.801"],["11362.828","13744.509"],["11351.340","13733.961"],["11341.120","13722.799"],["11334.950","13717.098"],["11345.935","13730.901"],["11361.286","13740.129"],["11360.301","13760.120"],["11352.617","13751.259"],["11343.930","13744.501"],["11336.565","13738.954"],["11330.018","13731.325"],["11323.907","13725.163"],["11335.606","13735.434"],["11350.660","13772.643"],["11341.156","13760.591"],["11333.023","13754.014"],["11323.811","13744.604"],["11316.175","13737.424"],["11312.453","13731.753"],["11343.302","13782.382"],["11338.317","13777.675"],["11334.195","13773.194"],["11319.397","13757.343"],["11312.646","13750.516"],["11305.747","13761.997"],["11316.556","13774.171"],["11335.225","13794.914"],["11325.140","13784.910"],["11320.051","13779.026"],["11310.821","13789.433"],["11317.426","13796.017"],["11327.225","13806.892"],["11322.207","13801.348"],["11309.210","13810.025"],["11308.651","13785.275"],["11312.359","13772.131"],["11307.036","13766.156"],["11331.353","13768.369"],["11323.756","13764.225"],["11309.307","13747.673"],["11331.891","13749.956"],["11349.847","13767.071"],["11356.394","13775.711"],["11364.581","13765.924"],["11368.204","13751.000"],["11307.853","13785.317"],["11315.726","13792.735"],["11319.078","13796.915"],["11324.325","13802.454"],["11306.897","13762.914"],["11312.053","13767.444"],["11320.758","13778.732"],["11326.204","13784.326"],["11307.556","13743.512"],["11312.003","13749.557"],["11317.919","13754.457"],["11325.011","13762.126"],["11328.298","13766.979"],["11333.651","13772.014"],["11339.133","13778.138"],["11314.480","13732.716"],["11317.429","13735.029"],["11320.723","13739.919"],["11326.995","13744.528"],["11334.975","13753.772"],["11339.514","13759.110"],["11343.590","13763.271"],["11347.224","13767.775"],["11324.579","13724.642"],["11328.394","13728.986"],["11331.705","13732.399"],["11337.142","13736.868"],["11341.559","13741.506"],["11347.751","13748.441"],["11351.919","13752.162"],["11355.926","13756.518"],["11351.110","13770.704"],["11337.447","13719.207"],["11343.473","13724.659"],["11347.732","13728.301"],["11353.423","13735.232"],["11356.745","13737.751"],["11359.026","13742.019"],["11363.941","13746.207"],["11328.829","13787.609"],["11304.009","13737.864"],["8491.118","14383.770"],["8500.570","14396.995"],["8483.847","14397.103"],["8472.738","14397.683"],["8502.894","14410.507"],["8486.685","14410.646"],["8466.889","14410.655"],["8482.387","14424.291"],["8489.328","14423.833"],["8508.040","14423.626"],["8468.053","14424.495"],["8495.725","14437.140"],["8479.664","14436.835"],["8463.862","14436.819"],["8461.486","14436.701"],["8464.124","14449.751"],["8467.815","14449.916"],["8557.385","14378.720"],["8560.194","14391.004"],["8560.900","14403.787"],["8542.692","14416.667"],["8553.796","14417.116"],["8565.966","14417.075"],["8559.416","14430.366"],["8547.780","14430.098"],["8539.642","14430.105"],["8540.864","14443.851"],["8551.958","14444.371"],["8564.530","14445.172"],["8456.010","14449.004"],["8451.375","14449.915"],["8448.323","14449.772"],["8455.157","14448.167"],["8484.834","14449.336"],["8494.188","14449.993"],["8494.678","14448.553"],["8504.874","14436.594"],["8500.184","14437.068"],["8490.343","14437.146"],["8488.389","14435.659"],["8482.899","14437.002"],["8482.521","14439.027"],["8487.075","14437.972"],["8485.566","14436.959"],["8476.761","14436.910"],["8473.890","14435.907"],["8470.168","14435.489"],["8467.611","14437.144"],["8470.588","14437.621"],["8473.258","14437.445"],["8459.225","14437.094"],["8456.410","14436.362"],["8453.140","14436.633"],["8450.113","14436.950"],["8452.160","14435.797"],["8464.493","14423.987"],["8461.542","14423.681"],["8459.932","14423.960"],["8456.553","14424.219"],["8470.464","14423.982"],["8473.945","14423.000"],["8476.414","14424.986"],["8478.369","14423.552"],["8478.794","14422.341"],["8503.133","14423.191"],["8499.230","14423.190"],["8493.969","14423.622"],["8492.408","14424.156"],["8499.670","14425.212"],["8498.806","14410.571"],["8496.549","14410.466"],["8492.561","14410.259"],["8491.368","14411.316"],["8482.400","14410.683"],["8478.920","14410.629"],["8476.230","14410.538"],["8470.089","14410.400"],["8470.020","14411.161"],["8473.826","14410.937"],["8475.378","14412.085"],["8475.961","14409.102"],["8463.122","14410.477"],["8469.260","14397.481"],["8467.898","14397.060"],["8466.500","14397.097"],["8477.810","14397.695"],["8480.138","14396.731"],["8479.254","14398.673"],["8481.322","14399.938"],["8490.604","14396.836"],["8493.344","14397.493"],["8496.909","14398.158"],["8493.532","14395.194"],["8492.640","14399.421"],["8497.518","14399.633"],["8497.031","14384.235"],["8501.823","14384.410"],["8507.950","14384.318"],["8499.665","14385.287"],["8495.637","14384.225"],["8488.294","14384.521"],["8481.389","14384.734"],["8478.481","14385.351"],["8467.318","14385.007"],["8467.131","14387.038"],["8471.210","14386.209"],["8473.846","14385.697"],["8476.060","14385.534"],["8485.266","14383.521"],["8482.571","14387.217"],["8471.745","14384.608"],["8469.313","14386.216"],["8464.254","14385.823"],["8465.679","14385.891"],["8486.054","14385.829"],["8479.006","14383.323"],["8495.154","14397.174"],["8489.745","14395.713"],["8503.446","14397.589"],["8506.632","14397.328"],["8510.445","14398.287"],["8503.885","14396.389"],["8506.883","14409.720"],["8509.333","14409.346"],["8512.555","14409.226"],["8510.442","14408.393"],["8513.085","14396.825"],["8509.322","14396.907"],["8510.229","14384.531"],["8514.992","14397.392"],["8513.454","14409.592"],["8511.575","14423.593"],["8507.929","14436.906"],["8499.839","14449.969"],["8448.299","14436.229"],["8446.025","14435.491"],["8454.092","14423.711"],["8450.955","14422.694"],["8460.766","14410.647"],["8458.997","14410.714"],["8454.980","14409.891"],["8453.216","14409.778"],["8458.227","14412.402"],["8446.231","14449.884"],["8444.661","14449.919"],["8442.954","14447.082"],["8462.791","14397.425"],["8460.410","14396.539"],["8456.155","14396.754"],["8451.638","14397.274"],["8458.989","14398.842"],["8462.627","14385.267"],["8460.025","14384.770"],["8456.383","14384.564"],["8465.188","14383.824"],["8463.379","14383.107"],["8545.663","14443.461"],["8547.935","14444.713"],["8556.688","14444.438"],["8559.712","14443.503"],["8565.004","14430.670"],["8563.058","14377.885"],["8551.176","14378.093"],["8555.238","14390.995"],["8564.281","14390.522"],["8554.782","14403.697"],["8558.877","14416.242"],["8548.323","14416.596"],["8549.797","14404.518"],["8568.662","14469.275"],["11722.652","13564.017"],["11712.957","13555.780"],["11698.566","13545.061"],["11690.019","13539.752"],["11677.357","13530.313"],["11664.951","13536.563"],["11678.155","13545.615"],["11688.150","13552.292"],["11695.392","13557.423"],["11708.808","13566.643"],["11720.615","13575.225"],["11701.370","13559.306"],["11705.335","13548.619"],["11698.856","13532.441"],["11709.462","13540.804"],["11718.873","13547.828"],["11722.837","13551.285"],["11724.863","13539.918"],["11717.310","13535.308"],["11719.887","13573.870"],["11712.461","13569.109"],["11704.832","13563.798"],["11699.413","13559.073"],["11691.550","13553.583"],["11683.893","13548.933"],["11678.066","13543.812"],["11671.168","13538.973"],["11664.224","13534.565"],["11720.911","13560.816"],["11714.890","13558.785"],["11709.343","13552.713"],["11701.614","13547.208"],["11694.713","13541.172"],["11688.088","13538.778"],["11681.946","13532.563"],["11675.820","13529.383"],["11723.563","13551.948"],["11719.075","13548.897"],["11711.895","13542.602"],["11704.395","13536.754"],["11696.836","13530.979"],["11690.001","13526.325"],["11722.594","13538.844"],["11714.904","13532.806"],["8489.255","14450.144"],["8476.571","14450.252"],["8493.856","14463.423"],["8484.768","14463.330"],["8465.154","14463.104"],["8461.670","14463.103"],["8451.648","14476.536"],["8447.865","14476.365"],["8470.694","14476.898"],["8486.335","14477.040"],["8490.216","14489.952"],["8465.204","14489.540"],["8460.304","14489.501"],["8456.905","14503.265"],["8468.659","14503.345"],["8488.683","14503.229"],["8488.725","14515.321"],["8478.126","14515.899"],["8474.230","14515.776"],["8456.457","14515.979"],["8464.645","14530.341"],["8475.642","14530.471"],["8495.768","14530.419"],["8554.161","14497.580"],["8547.161","14497.278"],["8540.223","14496.936"],["8551.062","14509.377"],["8546.032","14509.188"],["8540.206","14508.614"],["8561.922","14483.447"],["8552.708","14483.382"],["8543.839","14483.496"],["8536.643","14483.502"],["8535.071","14469.858"],["8545.591","14469.796"],["8559.975","14470.638"],["8565.345","14458.272"],["8556.483","14456.824"],["8542.838","14456.277"],["8535.276","14455.767"],["8555.287","14469.897"],["8469.393","14530.056"],["8460.831","14530.180"],["8481.194","14530.521"],["8487.707","14529.767"],["8489.276","14531.420"],["8485.003","14530.583"],["8502.622","14530.325"],["8484.000","14516.224"],["8492.177","14516.374"],["8496.754","14516.236"],["8499.523","14515.348"],["8501.534","14516.838"],["8470.773","14516.868"],["8466.008","14517.529"],["8462.753","14515.769"],["8460.858","14517.167"],["8468.678","14515.215"],["8451.463","14515.790"],["8447.817","14502.770"],["8451.557","14503.018"],["8452.943","14504.760"],["8460.699","14503.150"],["8464.098","14503.955"],["8473.428","14503.813"],["8477.666","14503.493"],["8480.209","14502.938"],["8476.828","14505.146"],["8483.762","14503.222"],["8484.254","14504.962"],["8492.461","14502.865"],["8494.780","14503.465"],["8497.117","14503.617"],["8499.220","14503.217"],["8501.994","14503.268"],["8494.988","14489.926"],["8497.311","14490.237"],["8500.796","14490.162"],["8502.208","14488.506"],["8503.922","14490.630"],["8507.052","14489.355"],["8486.148","14490.175"],["8481.093","14490.252"],["8479.088","14491.022"],["8483.343","14491.199"],["8475.875","14489.209"],["8473.527","14490.496"],["8469.901","14490.701"],["8468.947","14488.150"],["8456.184","14489.732"],["8452.660","14490.805"],["8449.977","14488.852"],["8447.230","14490.202"],["8443.295","14476.574"],["8441.410","14476.510"],["8455.467","14477.641"],["8457.540","14474.653"],["8459.763","14476.963"],["8463.505","14477.982"],["8467.064","14476.678"],["8474.946","14476.866"],["8476.921","14478.965"],["8479.491","14477.676"],["8482.366","14475.915"],["8490.250","14476.794"],["8492.768","14477.427"],["8497.738","14476.771"],["8494.716","14476.466"],["8489.765","14463.860"],["8488.003","14464.663"],["8480.313","14463.431"],["8478.116","14462.781"],["8475.062","14462.124"],["8472.376","14463.736"],["8475.297","14464.450"],["8468.864","14462.496"],["8470.513","14464.517"],["8458.460","14463.075"],["8453.719","14463.189"],["8450.373","14462.493"],["8455.808","14461.499"],["8460.898","14450.440"],["8454.938","14450.377"],["8472.775","14450.528"],["8482.145","14450.071"],["8486.646","14451.106"],["8496.178","14450.077"],["8498.505","14451.105"],["8503.891","14451.495"],["8506.095","14450.441"],["8497.455","14464.342"],["8501.496","14463.983"],["8507.092","14463.844"],["8500.882","14462.378"],["8496.249","14462.096"],["8503.609","14462.792"],["8499.728","14476.977"],["8501.912","14477.181"],["8504.026","14476.717"],["8506.084","14476.589"],["8499.184","14475.185"],["8564.128","14468.914"],["8552.142","14457.115"],["8546.779","14456.396"],["11302.300","13738.560"],["11296.060","13752.099"],["11300.859","13754.852"],["11283.972","13759.247"],["11292.309","13768.262"],["11302.048","13779.284"],["11302.484","13803.122"],["11297.651","13796.841"],["11291.386","13790.556"],["11285.656","13783.389"],["11279.227","13775.972"],["11276.565","13773.315"],["11295.798","13770.374"],["11281.235","13779.098"],["11286.516","13784.215"],["11287.845","13787.950"],["11292.393","13790.677"],["11297.785","13796.512"],["11301.289","13800.624"],["11287.988","13763.338"],["11295.706","13769.463"],["11297.965","13774.350"],["11303.654","13779.315"],["11292.487","13746.141"],["11297.414","13750.886"],["11302.191","13758.487"],["8148.247","14532.254"],["8147.837","14534.542"],["8160.401","14527.555"],["8160.811","14525.267"],["8274.139","14523.960"],["8267.143","14524.816"],["8146.887","14655.151"],["8149.615","14655.492"],["8152.367","14656.047"],["8157.447","14656.386"],["8162.006","14655.969"],["8165.438","14656.247"],["8169.771","14656.603"],["8173.257","14656.284"],["8177.872","14656.943"],["8181.230","14656.643"],["8183.881","14656.425"],["8186.499","14656.254"],["8190.092","14656.390"],["8194.422","14656.696"],["8199.362","14656.487"],["8207.516","14656.298"],["8210.998","14656.314"],["8217.902","14656.011"],["8214.922","14656.291"],["8204.922","14657.370"],["8202.307","14656.188"],["8229.776","14598.382"],["8229.759","14598.382"],["8228.670","14597.949"],["8231.731","14599.311"],["8231.731","14599.327"],["8231.714","14599.327"],["8230.443","14600.953"],["8230.689","14597.508"],["8231.468","14598.731"],["12655.329","12891.632"],["12678.689","12866.264"],["12690.664","12854.889"],["12678.143","12913.127"],["12689.864","12900.024"],["12704.356","12885.081"],["12687.901","12839.578"],["12672.547","12837.569"],["12627.840","12952.902"],["12613.065","12966.598"],["12614.540","12947.585"],["12705.317","12873.761"],["12669.455","12910.467"],["12688.777","12887.209"],["12610.845","12934.243"],["12658.382","12902.592"],["12662.055","12903.464"],["12659.038","12905.901"],["12665.470","12912.896"],["12671.499","12906.986"],["12676.761","12903.065"],["12693.963","12908.745"],["12678.077","12899.096"],["12686.458","12892.245"],["12694.323","12883.569"],["12699.967","12875.959"],["12707.119","12869.952"],["12660.572","12885.814"],["12693.394","12850.314"],["12697.028","12847.160"],["12684.044","12879.696"],["12703.024","12859.308"],["12709.160","12880.699"],["12673.971","12917.849"],["12709.427","12893.074"],["12670.114","12857.421"],["12678.562","12834.878"],["12667.525","12842.614"],["12597.920","12963.516"],["12618.534","12941.862"],["12609.780","12952.365"],["12631.999","12960.075"],["12601.553","12959.526"],["12700.150","12907.017"],["12699.491","12889.766"],["12665.108","12874.089"],["12662.225","12876.805"],["12674.820","12872.767"]] \ No newline at end of file diff --git a/src/gathering/10457.json b/src/gathering/10457.json new file mode 100644 index 0000000..1a5d7d9 --- /dev/null +++ b/src/gathering/10457.json @@ -0,0 +1 @@ +[["12371.670","15441.149"],["12383.300","15441.809"],["12395.092","15442.046"],["12405.679","15441.679"],["12412.713","15440.963"],["12399.018","15453.710"],["12380.255","15452.245"],["12367.356","15453.012"],["12365.961","15468.345"],["12378.805","15467.473"],["12393.273","15467.151"],["12416.461","15467.313"],["12420.084","15480.341"],["12402.064","15479.267"],["12390.261","15480.068"],["12374.392","15480.375"],["12371.804","15491.855"],["12385.305","15492.399"],["12398.262","15492.137"],["12408.562","15494.271"],["12448.796","15486.635"],["12467.268","15487.987"],["12475.527","15487.461"],["12482.777","15487.013"],["12491.104","15487.112"],["12511.184","15487.782"],["12521.549","15487.209"],["12519.028","15473.868"],["12511.766","15473.105"],["12499.729","15473.863"],["12490.034","15474.438"],["12475.381","15474.132"],["12466.303","15474.269"],["12447.370","15474.347"],["12453.003","15460.865"],["12472.423","15462.469"],["12485.138","15460.605"],["12502.985","15461.245"],["12512.529","15462.157"],["12511.735","15449.472"],["12504.901","15450.526"],["12496.200","15448.738"],["12483.688","15449.060"],["12464.170","15448.016"],["12459.149","15447.999"],["12450.641","15448.416"],["12454.143","15473.379"],["12462.012","15474.608"],["12477.893","15474.837"],["12487.145","15472.155"],["12497.798","15474.818"],["12480.787","15461.052"],["12476.401","15459.116"],["12456.492","15461.455"],["12456.484","15458.333"],["12472.556","15447.340"],["12487.144","15450.177"],["12498.292","15450.620"],["12508.596","15459.892"],["12515.849","15460.564"],["12505.504","15473.932"],["12472.327","15485.844"],["12499.441","15488.777"],["12503.432","15485.998"],["12516.384","15488.685"],["12518.354","15485.813"],["12462.261","15485.582"],["12452.943","15484.469"],["12417.051","15479.410"],["12409.353","15478.804"],["12393.064","15481.330"],["12376.864","15491.147"],["12389.724","15491.627"],["12402.673","15493.796"],["12418.050","15493.349"],["12405.878","15492.202"],["12411.092","15466.761"],["12404.547","15468.539"],["12389.439","15465.176"],["12376.065","15468.130"],["12413.299","15468.629"],["12401.614","15454.060"],["12391.561","15452.739"],["12376.920","15454.677"],["12373.105","15451.469"],["12379.552","15439.552"],["12401.148","15439.428"],["12408.140","15441.872"],["12414.580","15442.454"],["12401.096","15443.258"],["12382.465","15437.699"],["12386.381","15455.395"],["12387.361","15450.304"],["12379.622","15463.783"],["12380.732","15468.702"],["12499.496","15448.868"],["11677.578","14605.175"],["11679.795","14608.439"],["11718.220","14591.066"],["11716.424","14598.134"],["11709.619","14599.701"],["11698.382","14585.923"],["11700.293","14579.153"],["11701.344","14575.196"],["11705.031","14577.001"],["11705.391","14572.461"],["11708.263","14574.774"],["11710.182","14569.873"],["11712.706","14563.940"],["11722.114","14559.587"],["11699.002","14614.084"],["11697.879","14618.434"],["11664.566","14609.501"],["11680.794","14609.379"],["11675.619","14608.406"],["11676.808","14603.018"],["11701.201","14615.322"],["11701.802","14611.917"],["11695.347","14614.814"],["11705.649","14609.065"],["11705.146","14603.110"],["11711.559","14602.076"],["11712.203","14597.128"],["11717.940","14596.028"],["11716.480","14591.328"],["11712.779","14594.166"],["11722.693","14591.402"],["11720.279","14587.989"],["11724.208","14585.736"],["11723.582","14553.261"],["11716.520","14564.706"],["11715.116","14559.929"],["11712.611","14569.649"],["11708.159","14569.257"],["11709.367","14571.405"],["11703.908","14572.412"],["11704.299","14581.894"],["11695.775","14581.725"],["11699.391","14581.780"],["11714.545","14561.502"],["11717.609","14559.119"],["11724.885","14605.890"],["11710.807","14605.278"],["11715.044","14600.652"],["11718.772","14598.027"],["11710.076","14606.167"],["11710.462","14602.815"],["11715.574","14597.386"],["11719.204","14595.687"],["11720.765","14591.821"],["11708.788","14600.799"],["11701.826","14609.399"],["11703.640","14605.832"],["11698.471","14611.541"],["11702.842","14582.191"],["11710.347","14563.895"],["11706.893","14597.476"],["11717.014","14569.341"],["7157.374","17546.810"],["7176.246","17542.997"],["7213.720","17531.985"],["7210.842","17529.932"],["11780.724","14699.300"],["11766.939","14703.212"],["11763.456","14698.170"],["11759.904","14700.933"],["11749.778","14709.427"],["11862.378","14669.498"],["11865.191","14664.386"],["11870.583","14662.016"],["11852.846","14667.188"],["11853.558","14662.421"],["11831.568","14673.712"],["11829.109","14670.886"],["11831.229","14668.266"],["11828.649","14664.363"],["11818.702","14679.702"],["11815.626","14676.814"],["11817.812","14669.719"],["11815.867","14666.723"],["11818.506","14663.325"],["11804.907","14680.543"],["11802.469","14678.339"],["11804.713","14673.141"],["11802.215","14670.024"],["11805.154","14665.478"],["11802.657","14664.275"],["11789.747","14662.023"],["11792.229","14666.422"],["11789.159","14671.477"],["11792.010","14675.603"],["11775.283","14663.069"],["11778.879","14665.149"],["11775.505","14668.919"],["11778.775","14671.244"],["11765.410","14668.976"],["11762.540","14667.487"],["11765.560","14662.125"],["11750.241","14662.106"],["11764.367","14733.116"],["11758.686","14734.945"],["11755.530","14731.887"],["11751.215","14735.216"],["11772.605","14724.042"],["11769.888","14718.889"],["11766.894","14721.827"],["11762.623","14717.647"],["11756.844","14722.564"],["11753.684","14719.807"],["11749.487","14721.733"],["11744.722","14719.700"],["11743.299","14724.199"],["11727.047","14706.510"],["11731.319","14709.501"],["11735.503","14707.233"],["11738.845","14709.348"],["11743.683","14706.480"],["11747.201","14709.694"],["11751.343","14707.069"],["11754.411","14710.150"],["11756.261","14706.295"],["11760.895","14710.650"],["11762.096","14706.876"],["11768.193","14707.701"],["11771.733","14704.617"],["11776.737","14707.710"],["11780.784","14705.111"],["11777.830","14696.442"],["11774.049","14693.583"],["11768.156","14695.068"],["11765.253","14692.994"],["11762.010","14694.908"],["11758.426","14693.293"],["11755.167","14694.956"],["11752.652","14692.380"],["11748.074","14695.198"],["11744.735","14692.683"],["11739.270","14696.327"],["11736.441","14694.046"],["11730.557","14695.976"],["11728.011","14692.900"],["11727.643","14679.560"],["11731.774","14682.475"],["11733.955","14679.480"],["11738.134","14683.239"],["11741.419","14678.998"],["11745.694","14682.426"],["11742.712","14744.245"],["11737.891","14745.326"],["11737.834","14749.436"],["11731.832","14751.038"],["11731.132","14756.664"],["11726.492","14757.049"],["11727.293","14745.509"],["11731.337","14741.109"],["11734.188","14740.063"],["11734.641","14736.582"],["11725.419","14735.844"],["11774.868","14674.141"],["11776.059","14677.266"],["11760.373","14670.365"],["11790.943","14680.676"],["11788.089","14679.300"],["11800.910","14678.800"],["11803.056","14683.856"],["11806.411","14667.792"],["11818.819","14676.359"],["11831.502","14665.021"],["11868.275","14663.950"],["11864.099","14669.341"],["11868.154","14666.707"],["11856.646","14664.419"],["11820.632","14673.093"],["11819.964","14667.199"],["11819.431","14663.094"],["11818.813","14674.036"],["11802.534","14673.915"],["11794.625","14663.723"],["11786.886","14672.986"],["11779.290","14674.994"],["11779.334","14667.393"],["11777.959","14662.745"],["11739.765","14662.006"],["11766.855","14736.222"],["11759.818","14735.526"],["11755.041","14736.360"],["11749.955","14718.213"],["11753.183","14722.576"],["11761.314","14720.007"],["11769.668","14718.118"],["11732.874","14708.469"],["11741.187","14705.151"],["11741.446","14682.738"],["11740.783","14682.238"],["11734.757","14697.680"],["11730.425","14692.090"],["11725.255","14666.195"],["11736.128","14681.070"],["11741.966","14691.754"],["11744.624","14695.560"],["11750.982","14691.315"],["11758.911","14695.190"],["11760.274","14691.121"],["11775.898","14704.596"],["11774.994","14708.588"],["11760.982","14704.462"],["11757.461","14711.346"],["11756.063","14705.212"],["11753.027","14704.663"],["11745.152","14705.690"],["11744.439","14708.542"],["11740.942","14711.126"],["11731.704","14705.171"],["11725.523","14761.191"],["11727.617","14758.094"],["11733.731","14754.331"],["11734.341","14747.853"],["11739.188","14749.261"],["11739.998","14746.559"],["11742.093","14741.655"],["11729.330","14741.200"],["11730.958","14743.818"],["11723.012","14709.552"],["11722.762","14695.975"],["11719.102","14692.637"],["11715.783","14695.171"],["11711.847","14692.777"],["11708.760","14692.993"],["11700.911","14682.103"],["11705.275","14678.876"],["11707.719","14681.903"],["11712.469","14679.213"],["11717.842","14682.184"],["11719.766","14679.966"],["11724.632","14682.101"],["11708.054","14669.134"],["11709.059","14670.052"],["11713.475","14667.578"],["11716.091","14669.974"],["11719.532","14667.794"],["11724.765","14668.422"],["11724.099","14762.262"],["11719.589","14762.384"],["11718.775","14767.157"],["11703.880","14769.652"],["11703.800","14765.330"],["11708.306","14764.357"],["11708.640","14760.708"],["11712.421","14759.817"],["11714.230","14754.545"],["11719.268","14754.012"],["11719.811","14750.138"],["11723.615","14750.729"],["11724.367","14745.342"],["11697.281","14761.977"],["11697.795","14758.870"],["11703.232","14756.163"],["11705.019","14751.163"],["11709.561","14750.292"],["11711.449","14744.666"],["11715.970","14744.096"],["11717.078","14739.152"],["11721.702","14737.384"],["11710.343","14732.408"],["11709.209","14736.672"],["11704.807","14739.473"],["11704.312","14741.552"],["11700.039","14743.555"],["11699.297","14746.942"],["11695.530","14748.280"],["11694.172","14752.768"],["11690.695","14753.804"],["11710.097","14721.381"],["11707.820","14725.384"],["11702.369","14727.940"],["11699.679","14732.502"],["11694.894","14737.784"],["11699.972","14719.244"],["11702.072","14716.713"],["11721.263","14706.944"],["11722.189","14680.504"],["11715.407","14677.672"],["11713.764","14683.153"],["11708.681","14678.168"],["11705.071","14684.261"],["11702.363","14678.410"],["11710.185","14667.155"],["11708.105","14664.789"],["11718.524","14665.580"],["11721.393","14667.305"],["11723.043","14664.800"],["11722.547","14667.981"],["11714.337","14765.866"],["11722.533","14763.232"],["11720.949","14760.427"],["11723.862","14757.423"],["11723.932","14764.752"],["11720.413","14753.115"],["11716.129","14752.823"],["11715.406","14758.358"],["11711.770","14762.862"],["11705.622","14766.824"],["11701.139","14768.419"],["11693.359","14763.284"],["11699.108","14756.274"],["11702.320","14757.313"],["11702.421","14752.621"],["11704.856","14756.943"],["11707.851","14748.600"],["11710.452","14750.944"],["11718.400","14743.465"],["11714.900","14744.848"],["11721.758","14740.931"],["11723.503","14738.680"],["11720.822","14735.002"],["11714.587","14732.197"],["11709.340","14733.747"],["11705.080","14735.297"],["11707.843","14738.447"],["11704.972","14741.583"],["11701.522","14740.458"],["11697.346","14744.495"],["11696.459","14749.959"],["11691.998","14751.197"],["11691.012","14749.808"],["11690.064","14756.992"],["11697.694","14735.835"],["11697.218","14732.147"],["11697.347","14730.756"],["11705.036","14729.049"],["11705.653","14723.619"],["11699.800","14720.144"],["11701.296","14715.241"],["11698.477","14718.216"],["11699.853","14706.743"],["7670.708","15080.069"],["11698.751","14679.819"],["11705.753","14667.481"],["11694.615","14735.608"],["11691.554","14742.562"],["11686.463","14744.801"],["11685.647","14748.827"],["11679.941","14752.303"],["11678.443","14756.093"],["11670.129","14747.173"],["11674.287","14746.384"],["11676.225","14741.724"],["11680.774","14739.187"],["11683.273","14735.029"],["11686.761","14734.695"],["11689.371","14728.284"],["11694.512","14725.909"],["11695.468","14720.869"],["11695.607","14708.043"],["11694.976","14712.627"],["11689.853","14714.399"],["11687.426","14720.305"],["11683.442","14720.512"],["11680.843","14726.399"],["11676.105","14727.107"],["11674.163","14733.048"],["11668.823","14734.733"],["11665.809","14739.854"],["11657.000","14733.735"],["11661.679","14732.566"],["11663.450","14728.169"],["11666.973","14726.962"],["11671.764","14719.337"],["11675.492","14719.110"],["11679.805","14712.183"],["11683.570","14710.976"],["11685.089","14706.080"],["11688.004","14704.450"],["11693.012","14699.946"],["11684.334","14693.276"],["11682.446","14698.697"],["11675.423","14701.175"],["11675.108","14706.476"],["11670.734","14707.748"],["11668.646","14712.545"],["11663.754","14713.907"],["11659.828","14721.436"],["11655.225","14723.826"],["11644.051","14719.885"],["11649.738","14717.748"],["11653.072","14712.397"],["11658.504","14708.995"],["11660.186","14703.519"],["11665.488","14702.601"],["11667.485","14697.263"],["11673.021","14694.574"],["11675.961","14688.519"],["11654.545","14696.129"],["11656.285","14700.266"],["11650.703","14701.109"],["11648.489","14705.730"],["11642.573","14709.572"],["11642.063","14714.038"],["11637.390","14715.750"],["11626.680","14662.914"],["11702.035","14667.629"],["11704.705","14670.116"],["11688.652","14753.496"],["11676.951","14755.511"],["11682.008","14753.803"],["11683.525","14750.335"],["11680.456","14750.349"],["11687.423","14747.183"],["11689.212","14741.515"],["11690.877","14737.671"],["11696.865","14719.761"],["11697.058","14723.332"],["11692.124","14723.640"],["11694.794","14723.484"],["11691.086","14726.557"],["11689.320","14730.246"],["11683.789","14731.453"],["11687.776","14732.693"],["11682.748","14736.015"],["11677.448","14740.489"],["11673.113","14743.262"],["11674.846","14747.041"],["11670.592","14745.988"],["11663.714","14739.834"],["11667.463","14740.149"],["11666.398","14736.397"],["11672.788","14735.253"],["11671.663","14731.869"],["11677.935","14729.429"],["11679.030","14725.227"],["11681.668","14726.496"],["11668.278","14733.108"],["11684.396","14718.840"],["11686.478","14720.749"],["11686.964","14716.101"],["11692.317","14715.981"],["11690.480","14712.750"],["11692.686","14710.340"],["11696.890","14707.868"],["11692.140","14702.966"],["11686.161","14707.876"],["11684.701","14710.255"],["11680.846","14709.063"],["11679.989","14713.793"],["11677.007","14712.974"],["11677.346","14717.025"],["11673.769","14717.662"],["11673.581","14722.046"],["11669.610","14720.826"],["11667.495","14727.151"],["11665.039","14725.758"],["11664.194","14730.599"],["11658.514","14732.042"],["11657.628","14737.922"],["11655.303","14736.790"],["11651.508","14727.993"],["11658.332","14724.006"],["11659.310","14719.296"],["11662.510","14719.080"],["11662.661","14715.509"],["11666.004","14712.948"],["11665.703","14711.131"],["11671.758","14710.111"],["11669.694","14705.807"],["11672.943","14704.414"],["11678.831","14699.831"],["11681.324","14700.125"],["11681.584","14694.553"],["11685.809","14694.447"],["11674.201","14688.972"],["11676.118","14692.172"],["11669.863","14693.733"],["11671.073","14698.002"],["11666.645","14695.380"],["11664.165","14698.699"],["11663.945","14702.639"],["11661.084","14708.287"],["11656.769","14706.943"],["11657.362","14712.002"],["11653.085","14716.258"],["11648.216","14716.284"],["11643.144","14724.041"],["11636.855","14714.582"],["11639.508","14711.043"],["11644.128","14707.627"],["11649.048","14707.054"],["11648.276","14702.435"],["11654.433","14698.933"],["11656.248","14696.900"],["11658.788","14695.331"],["11625.444","14648.671"],["11627.725","14652.573"],["11625.367","14657.092"],["11637.415","14634.244"],["11639.704","14638.601"],["11637.534","14643.847"],["11639.766","14649.849"],["11637.859","14655.495"],["11639.499","14659.796"],["11650.906","14622.059"],["11653.240","14627.254"],["11650.896","14631.966"],["11653.519","14635.856"],["11651.171","14642.797"],["11654.037","14646.913"],["11663.949","14614.297"],["11665.878","14616.890"],["11664.146","14625.906"],["11666.102","14629.959"],["11664.477","14634.851"],["11666.788","14639.906"],["11664.626","14645.025"],["11677.130","14612.525"],["11679.454","14618.083"],["11677.117","14623.882"],["11679.475","14626.726"],["11677.846","14634.268"],["11638.978","14641.149"],["11649.667","14620.156"],["11650.552","14625.025"],["11652.043","14618.710"],["11653.765","14630.141"],["11649.298","14633.467"],["11653.904","14638.338"],["11650.095","14643.324"],["11656.495","14644.064"],["11649.436","14648.366"],["11662.601","14625.602"],["11662.729","14631.745"],["11662.576","14636.772"],["11662.503","14618.842"],["11661.359","14614.782"],["11665.866","14621.067"],["11667.995","14642.730"],["11676.426","14634.033"],["11680.701","14632.040"],["11681.381","14625.387"],["11676.251","14621.190"],["11680.291","14615.816"],["11680.880","14621.373"],["11666.978","14614.575"],["11661.016","14627.237"],["11655.164","14631.194"],["11654.358","14625.528"],["11637.416","14631.433"],["11638.817","14629.691"],["11636.879","14627.405"],["11653.968","14651.979"],["11665.916","14644.584"],["11642.198","14658.480"],["11784.830","14625.335"],["11778.010","14627.054"],["11872.179","14656.516"],["11876.586","14654.728"],["11878.616","14650.249"],["11882.425","14648.572"],["11858.461","14660.793"],["11859.563","14656.853"],["11864.267","14655.073"],["11867.010","14649.700"],["11871.456","14648.231"],["11871.884","14644.086"],["11877.395","14642.591"],["11848.308","14656.595"],["11850.864","14652.536"],["11854.851","14650.840"],["11855.891","14646.033"],["11859.590","14645.696"],["11861.963","14641.257"],["11865.865","14639.593"],["11867.322","14635.426"],["11872.209","14633.499"],["11873.940","14630.156"],["11844.384","14647.573"],["11846.177","14643.675"],["11849.831","14642.329"],["11852.926","14637.280"],["11856.258","14636.733"],["11858.332","14631.676"],["11864.135","14628.974"],["11863.578","14625.307"],["11868.747","14623.822"],["11869.506","14619.318"],["11842.062","14638.539"],["11843.604","14633.561"],["11847.585","14632.373"],["11848.996","14627.377"],["11852.193","14627.479"],["11854.795","14620.942"],["11858.908","14620.415"],["11861.472","14615.073"],["11866.038","14613.409"],["11835.972","14630.179"],["11837.766","14626.169"],["11841.253","14625.428"],["11842.521","14620.721"],["11847.904","14618.690"],["11849.551","14614.011"],["11854.288","14612.288"],["11856.227","14608.208"],["11860.492","14606.458"],["11862.069","14603.093"],["11833.970","14619.669"],["11836.643","14614.377"],["11840.906","14613.259"],["11843.225","14609.305"],["11844.949","14605.418"],["11847.351","14604.575"],["11850.757","14599.863"],["11830.485","14609.693"],["11832.659","14604.719"],["11835.832","14604.366"],["11830.444","14660.669"],["11815.561","14657.141"],["11818.990","14655.083"],["11815.630","14651.516"],["11818.828","14647.780"],["11816.053","14642.594"],["11818.681","14637.908"],["11815.875","14634.947"],["11817.972","14630.103"],["11815.260","14627.935"],["11818.139","14623.090"],["11815.652","14620.054"],["11804.978","14658.132"],["11803.011","14653.570"],["11805.570","14651.469"],["11803.197","14648.911"],["11805.892","14642.771"],["11805.345","14645.199"],["11806.559","14636.174"],["11803.774","14632.298"],["11805.927","14628.654"],["11803.228","14625.791"],["11806.161","14620.948"],["11793.457","14620.850"],["11789.839","14626.173"],["11792.053","14630.702"],["11788.516","14636.176"],["11793.879","14642.052"],["11789.769","14647.907"],["11792.180","14650.496"],["11789.461","14655.325"],["11792.169","14658.232"],["11792.665","14635.234"],["11776.435","14630.886"],["11774.363","14637.007"],["11779.483","14638.891"],["11775.560","14641.899"],["11779.557","14644.175"],["11775.865","14647.982"],["11775.014","14656.118"],["11776.598","14656.378"],["11780.518","14658.529"],["11762.569","14658.065"],["11766.146","14654.537"],["11762.396","14651.906"],["11765.969","14647.992"],["11761.923","14644.982"],["11766.084","14641.003"],["11763.634","14637.600"],["11766.463","14633.332"],["11753.040","14638.464"],["11750.154","14641.760"],["11754.075","14644.793"],["11750.010","14648.741"],["11754.403","14651.477"],["11749.678","14654.004"],["11753.352","14656.199"],["11740.139","14660.732"],["11737.444","14659.320"],["11739.985","14657.076"],["11736.764","14652.585"],["11739.079","14650.050"],["11737.733","14646.453"],["11771.837","14525.624"],["11779.814","14521.664"],["11785.298","14524.813"],["11789.109","14521.097"],["11795.420","14523.901"],["11801.203","14521.322"],["11805.163","14525.231"],["11809.454","14521.225"],["11812.418","14524.450"],["11817.340","14520.604"],["11822.737","14525.054"],["11828.685","14522.366"],["11835.466","14523.874"],["11837.995","14520.561"],["11842.689","14525.291"],["11844.541","14521.777"],["11858.030","14523.565"],["11864.115","14521.974"],["11870.873","14544.537"],["11868.434","14541.412"],["11865.017","14544.909"],["11860.731","14540.351"],["11858.407","14544.449"],["11853.381","14539.434"],["11851.573","14543.489"],["11842.468","14539.742"],["11843.312","14543.655"],["11831.532","14539.713"],["11834.340","14543.984"],["11826.840","14541.314"],["11824.317","14544.698"],["11821.302","14541.751"],["11814.987","14544.820"],["11812.928","14541.162"],["11806.009","14542.592"],["11801.848","14540.479"],["11797.482","14542.955"],["11788.065","14539.302"],["11784.676","14544.222"],["11779.649","14541.859"],["11789.725","14543.792"],["11784.425","14566.613"],["11786.359","14561.799"],["11792.818","14566.132"],["11793.255","14561.740"],["11798.950","14566.174"],["11807.149","14563.038"],["11808.291","14566.010"],["11813.456","14561.271"],["11808.328","14557.296"],["11801.756","14557.787"],["11786.203","14557.526"],["11781.098","14554.448"],["11814.567","14566.161"],["11825.408","14562.142"],["11824.674","14560.049"],["11829.093","14559.381"],["11833.423","14563.400"],["11840.271","14559.404"],["11839.126","14555.706"],["11846.016","14557.192"],["11849.983","14555.091"],["11854.327","14557.778"],["11861.175","14556.070"],["11859.691","14553.138"],["11750.448","14565.059"],["11749.128","14562.479"],["11746.873","14568.242"],["11742.508","14569.031"],["11733.889","14577.651"],["11731.120","14584.808"],["11726.218","14589.550"],["11725.703","14555.415"],["11730.742","14551.409"],["11740.099","14576.687"],["11725.832","14605.524"],["11734.554","14600.297"],["11743.529","14594.645"],["11756.513","14586.320"],["11755.636","14580.281"],["11818.520","14539.986"],["11828.253","14544.933"],["11848.723","14539.229"],["11796.825","14545.547"],["11777.345","14545.600"],["11772.290","14521.604"],["11777.594","14525.723"],["11882.125","14648.065"],["11880.720","14651.585"],["11874.660","14655.034"],["11867.556","14659.510"],["11874.148","14645.636"],["11870.504","14650.507"],["11864.589","14651.640"],["11861.455","14656.809"],["11875.850","14650.395"],["11880.921","14641.452"],["11851.569","14656.147"],["11853.417","14652.608"],["11858.205","14648.923"],["11865.351","14641.449"],["11868.875","14638.366"],["11872.646","14631.420"],["11876.064","14632.776"],["11881.052","14638.232"],["11844.978","14641.006"],["11849.088","14642.374"],["11858.972","14636.194"],["11862.237","14629.622"],["11867.880","14626.363"],["11863.325","14616.086"],["11854.424","14622.643"],["11850.187","14631.369"],["11840.439","14636.290"],["11836.091","14631.052"],["11845.703","14619.963"],["11850.135","14619.613"],["11854.642","14614.100"],["11849.059","14604.928"],["11845.559","14605.842"],["11842.414","14610.989"],["11838.606","14615.407"],["11834.877","14619.252"],["11834.112","14609.117"],["11828.476","14611.393"],["11835.702","14605.834"],["11863.443","14613.938"],["11832.690","14658.882"],["11815.190","14648.022"],["11817.161","14639.714"],["11816.654","14638.620"],["11812.799","14629.090"],["11816.865","14634.025"],["11820.612","14643.702"],["11819.571","14651.352"],["11828.818","14652.796"],["11806.933","14661.022"],["11802.787","14644.457"],["11805.914","14634.579"],["11808.430","14625.784"],["11795.591","14628.557"],["11795.193","14632.984"],["11793.434","14638.248"],["11792.898","14649.429"],["11790.761","14657.859"],["11774.648","14660.328"],["11778.678","14652.864"],["11774.650","14644.189"],["11775.108","14641.395"],["11775.402","14633.203"],["11767.559","14660.794"],["11766.722","14652.092"],["11766.865","14637.754"],["11763.571","14639.330"],["11752.663","14652.200"],["11748.782","14650.885"],["11752.246","14642.412"],["11804.132","14655.919"],["11803.143","14645.499"],["11804.256","14639.002"],["11780.793","14649.070"],["11763.135","14653.744"],["11766.864","14643.826"],["11753.926","14646.796"],["11741.684","14654.760"],["11740.528","14647.080"],["11804.865","14650.939"],["11728.756","14586.611"],["11727.707","14583.778"],["11733.324","14582.245"],["11731.309","14578.549"],["11736.596","14578.301"],["11735.580","14572.654"],["11740.425","14574.700"],["11739.746","14569.467"],["11748.229","14567.754"],["11750.648","14562.694"],["11733.344","14549.830"],["11729.900","14552.255"],["11726.073","14557.712"],["11728.993","14548.443"],["11730.561","14555.077"],["11728.467","14558.090"],["11733.430","14553.163"],["11731.331","14557.818"],["11756.114","14578.931"],["11759.859","14581.106"],["11759.689","14575.838"],["11761.219","14578.753"],["11752.452","14583.987"],["11753.788","14585.684"],["11745.861","14589.740"],["11748.618","14592.240"],["11742.364","14593.611"],["11763.572","14578.465"],["11762.043","14573.792"],["11734.473","14602.035"],["11731.861","14599.121"],["11729.003","14603.446"],["11729.965","14605.633"],["11783.367","14561.041"],["11788.476","14560.737"],["11794.579","14565.340"],["11796.514","14562.019"],["11787.742","14564.352"],["11783.199","14563.003"],["11802.467","14557.665"],["11804.630","14558.539"],["11800.102","14557.674"],["11804.267","14564.277"],["11808.391","14563.855"],["11805.646","14566.758"],["11816.756","14563.303"],["11813.540","14565.182"],["11810.502","14564.093"],["11810.518","14560.425"],["11804.802","14561.019"],["11820.379","14560.494"],["11826.532","14562.448"],["11823.308","14558.675"],["11831.279","14557.308"],["11831.578","14559.823"],["11838.419","14557.516"],["11841.605","14560.719"],["11849.374","14553.943"],["11851.436","14557.365"],["11858.145","14553.784"],["11859.444","14556.474"],["11864.048","14554.281"],["11854.702","14553.140"],["11875.514","14542.682"],["11868.584","14545.134"],["11866.480","14539.730"],["11861.728","14545.871"],["11859.604","14544.003"],["11860.037","14538.925"],["11856.563","14539.780"],["11849.309","14544.494"],["11839.016","14543.162"],["11843.231","14540.177"],["11837.143","14541.496"],["11834.525","14539.297"],["11830.884","14543.135"],["11826.491","14544.229"],["11817.737","14542.469"],["11813.512","14543.896"],["11812.226","14540.415"],["11810.203","14539.354"],["11806.231","14539.123"],["11800.584","14541.045"],["11797.454","14541.401"],["11793.190","14543.321"],["11791.276","14539.617"],["11785.690","14537.883"],["11784.965","14542.463"],["11776.231","14540.614"],["11781.981","14541.550"],["11776.930","14539.148"],["11770.848","14523.499"],["11773.891","14527.555"],["11765.975","14525.688"],["11770.346","14522.110"],["11778.786","14522.235"],["11776.072","14520.246"],["11786.098","14520.113"],["11792.539","14527.003"],["11787.018","14521.789"],["11796.338","14519.803"],["11800.707","14522.828"],["11805.260","14520.113"],["11803.436","14517.333"],["11809.976","14518.069"],["11809.128","14524.486"],["11814.780","14518.772"],["11814.873","14524.148"],["11818.729","14518.623"],["11820.664","14523.021"],["11823.547","14518.119"],["11825.346","14523.979"],["11828.468","14519.758"],["11830.804","14524.721"],["11833.929","14519.719"],["11835.240","14524.785"],["11839.780","14520.609"],["11840.072","14526.204"],["11846.171","14526.841"],["11848.630","14520.311"],["11850.325","14524.821"],["11856.698","14520.539"],["11856.440","14524.289"],["11860.074","14525.936"],["11860.996","14523.110"],["11866.786","14525.084"],["11751.622","14565.914"],["11736.136","14569.325"],["11744.296","14576.228"],["11747.314","14583.986"],["11760.769","14584.223"],["11725.369","14592.395"]] \ No newline at end of file diff --git a/src/gathering/10458.json b/src/gathering/10458.json new file mode 100644 index 0000000..d7ce13e --- /dev/null +++ b/src/gathering/10458.json @@ -0,0 +1 @@ +[["9633.483","12529.911"],["9621.436","12509.111"],["9629.749","12539.344"],["9620.199","12528.698"],["9635.063","12517.908"],["9636.675","12506.192"],["9637.400","12493.364"],["9621.396","12518.864"],["9621.711","12564.807"],["9623.637","12557.091"],["9626.415","12549.711"],["9614.188","12546.575"],["9617.773","12538.536"],["9598.861","12544.656"],["9601.603","12535.701"],["9604.299","12528.723"],["9606.541","12520.504"],["9587.858","12545.967"],["9588.489","12535.990"],["9590.083","12524.809"],["9591.691","12515.390"],["9608.095","12512.084"],["9591.725","12505.833"],["9609.610","12560.669"],["9612.076","12553.706"],["9596.827","12554.625"],["7770.686","14470.536"],["7764.753","14468.838"],["7757.826","14468.324"],["7752.929","14465.548"],["7747.788","14474.968"],["7753.547","14477.053"],["7759.139","14478.203"],["7764.464","14480.178"],["7768.806","14480.142"],["8570.729","14575.333"],["8571.990","14589.026"],["8579.104","14588.851"],["11800.675","13216.549"],["11788.513","13217.060"],["11773.648","13216.964"],["11757.140","13218.295"],["11759.944","13197.205"],["11773.313","13197.032"],["11786.459","13196.913"],["11799.793","13197.157"],["11812.027","13216.169"],["11753.744","13242.678"],["11781.156","13217.162"],["11764.191","13217.591"],["11748.162","13217.969"],["11766.928","13196.640"],["11793.172","13196.434"],["11822.769","13217.794"],["11820.130","13199.146"],["11812.915","13197.859"],["11805.905","13197.975"],["11751.028","13194.479"],["11764.858","13241.263"],["8564.022","14576.581"],["8557.370","14576.410"],["8551.620","14577.723"],["8545.225","14578.734"],["8565.423","14589.456"],["8559.192","14589.979"],["8552.202","14590.778"]] \ No newline at end of file diff --git a/src/gathering/10464.json b/src/gathering/10464.json new file mode 100644 index 0000000..32d7e90 --- /dev/null +++ b/src/gathering/10464.json @@ -0,0 +1 @@ +[["8001.364","14239.353"],["7997.565","14242.373"],["7996.260","14243.499"],["7992.976","14246.202"],["7991.141","14247.786"],["7989.999","14248.810"],["7986.836","14252.377"],["7985.097","14254.307"],["7983.257","14255.790"],["7980.047","14258.667"],["7977.867","14261.876"],["7974.977","14263.415"],["7989.361","14251.083"],["7984.599","14251.923"],["7307.008","15716.488"],["7295.078","15726.657"],["7297.367","15724.495"],["7299.858","15722.468"],["7300.966","15733.245"],["7303.397","15730.949"],["8108.328","14912.419"],["8110.854","14912.271"],["8113.776","14912.633"],["8116.858","14912.384"],["8119.478","14912.406"],["8123.693","14912.549"],["8127.025","14912.147"],["8130.628","14912.967"],["8134.032","14912.324"],["8137.067","14912.630"],["8140.237","14912.629"],["8143.727","14913.017"],["8145.916","14912.722"],["8141.781","14913.998"],["8121.628","14911.928"],["8112.559","14913.585"],["8107.230","14914.042"],["8115.172","14913.456"],["8125.002","14912.415"],["8128.576","14912.145"],["8132.041","14912.465"],["8138.452","14912.451"],["7975.599","14574.287"],["7975.834","14569.765"],["7975.685","14565.601"],["7975.880","14560.028"],["7975.789","14556.048"],["7976.140","14550.990"],["7975.970","14546.763"],["7975.875","14542.419"],["7976.344","14538.168"],["7975.981","14532.925"],["7976.730","14527.912"],["7975.887","14525.135"],["7976.572","14562.933"],["7976.721","14554.061"],["20421.919","9492.689"],["14135.231","9237.102"],["14135.592","9241.574"],["14126.135","9230.236"],["14126.069","9237.025"],["14126.156","9241.905"],["14124.915","9230.955"],["14124.162","9224.499"],["14123.608","9220.604"],["14114.648","9221.764"],["14115.295","9226.454"],["14117.584","9230.212"],["14116.278","9237.522"],["14117.176","9243.740"],["14116.429","9220.353"],["14124.573","9219.179"],["8012.525","14227.569"],["8010.386","14229.537"],["8007.460","14232.374"],["8005.277","14234.310"],["8002.706","14236.644"],["8008.317","14229.673"],["8000.796","14237.020"],["7934.045","14569.371"],["7933.410","14565.586"],["7934.010","14562.355"],["7933.046","14558.382"],["7933.899","14553.603"],["7933.072","14550.926"],["7933.829","14547.265"],["7933.442","14543.067"],["7933.488","14539.092"],["7933.631","14534.881"],["7934.284","14530.989"],["7933.598","14526.453"],["7933.634","14521.862"],["7934.467","14518.286"],["7934.532","14512.996"],["7934.508","14508.037"],["7933.901","14502.994"],["7933.729","14555.970"],["7933.196","14529.020"],["7933.768","14516.235"],["7934.806","14560.095"],["7935.020","14573.085"],["7307.632","15727.146"],["7312.460","15722.426"],["14159.305","9215.771"],["14164.056","9214.931"],["14171.338","9215.293"],["14179.351","9215.130"],["14174.683","9215.097"],["14159.940","9221.598"],["14168.040","9221.577"],["14176.476","9221.361"],["14183.307","9221.469"],["14177.307","9227.344"],["14172.601","9227.129"],["14132.593","9218.875"],["14133.013","9227.188"],["14115.931","9217.291"],["14115.531","9215.171"],["14124.139","9214.584"],["8149.438","14912.327"],["8152.306","14912.698"],["8155.233","14912.093"],["8159.219","14914.171"],["8153.545","14913.906"],["8147.685","14911.770"],["8157.521","14912.859"],["8161.420","14913.018"]] \ No newline at end of file diff --git a/src/gathering/10465.json b/src/gathering/10465.json new file mode 100644 index 0000000..13bf60c --- /dev/null +++ b/src/gathering/10465.json @@ -0,0 +1 @@ +[["11667.040","15955.794"],["11868.099","16753.202"],["12169.022","16829.324"],["5841.648","11403.295"],["6420.869","19049.199"],["6268.720","19054.981"],["7374.831","18272.519"],["7451.553","18352.390"],["7506.925","18335.581"],["7421.652","18304.387"],["7406.341","18400.834"],["7440.565","18331.972"],["7428.188","18271.360"],["7461.574","18262.082"],["7417.023","18313.881"],["7409.385","18379.048"],["7389.463","18396.699"],["7437.741","18353.254"],["7438.874","18268.704"],["7506.860","18290.410"],["7729.921","18726.096"],["6987.617","18915.356"],["6388.144","12044.605"],["5068.205","11216.459"],["11180.543","16416.462"],["11115.826","16360.453"],["11184.040","15912.445"],["8707.971","9543.509"],["8709.584","9543.450"],["11037.577","16401.365"],["11076.867","16452.803"],["11067.999","16381.109"],["11063.192","16326.125"],["11045.030","16257.913"],["11048.899","16309.471"],["7754.119","18664.086"],["7836.061","18493.422"],["7781.361","18467.822"],["7727.338","18594.484"],["7767.987","18572.767"],["11093.196","15874.538"],["4557.375","10427.921"],["15589.744","5226.040"],["15680.400","5275.436"],["10689.601","8186.657"],["12121.482","16787.410"],["4465.363","11269.431"],["4656.795","16247.188"],["12917.754","7838.499"],["7558.421","18171.731"],["7553.965","18237.607"],["7608.009","18229.592"],["7531.913","18169.039"],["7524.085","18203.918"],["7587.880","18196.589"],["4620.408","10591.302"],["15921.442","9878.540"],["6863.586","19008.457"],["4987.477","17390.502"],["16255.451","5429.277"],["16249.145","5418.848"],["5313.772","10982.084"],["7842.025","10072.489"],["11827.830","16242.851"],["6998.210","19136.487"],["16257.984","5817.450"],["12042.508","16807.891"],["15067.571","10939.296"],["11335.550","16641.266"],["11330.167","16624.493"],["12209.207","16638.047"],["12149.909","16662.634"],["12207.907","16643.222"],["3352.496","8315.072"],["11155.659","16240.355"],["11226.824","16265.852"],["11174.352","16265.186"],["11133.845","16302.962"],["11216.841","16259.007"],["11130.498","16304.763"],["7729.501","18450.051"],["7738.529","18424.221"],["12431.158","11029.668"],["5818.418","11206.616"],["7610.978","18582.050"],["7672.196","18612.846"],["7673.204","18560.503"],["9497.867","10572.142"],["16466.929","6666.127"],["16506.355","6750.360"],["4955.512","6341.283"],["4956.412","6337.970"],["5016.308","17815.681"],["5496.447","11485.111"],["16263.749","7490.179"],["6751.137","5799.966"],["6752.755","5800.619"],["4829.729","17720.763"],["16707.252","7767.214"],["16709.681","7765.805"],["13054.405","10409.846"],["11760.402","16835.486"],["11671.058","15835.099"],["9643.498","7271.242"],["9645.438","7273.568"],["12121.104","16526.851"],["12041.025","16397.558"],["12356.480","8354.170"],["9598.552","9458.373"],["9551.184","9538.486"],["4807.438","16565.642"],["5469.532","10973.521"],["7959.151","9931.307"],["11572.104","16778.273"],["11636.905","16840.539"],["4626.353","16393.622"],["11601.362","16281.292"],["7620.801","18299.500"],["7632.042","18341.092"],["7593.956","18413.168"],["7638.756","18271.292"],["7545.395","18281.726"],["7608.896","18267.381"],["7550.356","18329.948"],["7640.248","18318.716"],["7684.885","18414.062"],["13765.775","11233.450"],["5028.744","17311.038"],["16017.204","5951.627"],["7431.392","18211.949"],["7388.128","18216.504"],["7357.227","18155.775"],["7446.080","18120.139"],["7485.216","18217.226"],["7448.166","18239.211"],["7361.670","18195.291"],["7449.547","18104.605"],["7501.951","18143.821"],["7498.257","18242.494"]] \ No newline at end of file diff --git a/src/gathering/10468.json b/src/gathering/10468.json new file mode 100644 index 0000000..9773d0f --- /dev/null +++ b/src/gathering/10468.json @@ -0,0 +1 @@ +[["16934.766","7283.375"],["16810.238","7264.248"],["13723.160","14470.231"],["13722.258","14471.449"],["13052.386","7797.131"],["5900.763","11410.536"],["5882.070","11318.494"],["15673.205","16003.373"],["10585.319","14552.049"],["10585.242","14549.743"],["5375.465","8549.449"],["5366.803","8545.901"],["5321.016","8685.021"],["5713.721","11383.555"],["5782.532","11434.680"],["6824.452","6057.139"],["6829.697","6057.543"],["6255.048","12069.166"],["6410.928","11987.985"],["6449.040","12005.617"],["5064.852","11186.025"],["5073.282","11116.734"],["5147.178","11165.619"],["16851.874","7502.342"],["16946.181","7544.318"],["8751.048","11739.542"],["3558.449","8261.712"],["3548.550","8249.805"],["5462.822","12636.272"],["8870.175","16899.160"],["9262.503","13096.126"],["11751.949","9661.735"],["11819.556","4624.368"],["5564.358","8124.474"],["7612.141","13210.974"],["12730.048","7774.397"],["5276.155","10931.114"],["6025.496","8144.646"],["6024.771","8148.314"],["5115.492","11013.004"],["5669.743","8508.084"],["11043.880","14291.992"],["13024.249","10549.360"],["17004.284","7313.661"],["7470.002","16683.905"],["6788.708","17728.219"],["16169.105","15144.286"],["16170.054","15141.882"],["11910.837","12084.175"],["9629.640","13056.722"],["6199.539","11580.743"],["8497.383","17878.812"],["16905.275","17238.493"],["12418.443","10248.690"],["5827.396","8000.401"],["5823.376","8005.121"],["14312.313","13952.760"],["10194.373","14443.186"],["16001.862","9520.864"],["5768.729","8209.659"],["5771.463","8211.852"],["12934.086","13555.740"],["12929.423","13558.747"],["12338.664","12277.038"],["5272.959","8302.318"],["5841.081","11219.628"],["9786.940","16057.368"],["16188.853","5870.084"],["14197.146","10970.810"],["13809.499","13721.401"],["5586.750","10823.343"],["5534.188","8643.809"],["12745.313","12064.957"],["5716.092","11271.507"],["5069.200","8611.027"],["6297.577","17216.185"],["11856.399","4428.299"],["11778.303","4442.604"],["9556.227","10447.331"],["9561.879","10451.228"],["9587.922","10612.084"],["9567.520","10530.095"],["9499.706","10536.891"],["9446.770","10530.351"],["9558.166","10451.401"],["9586.478","10615.343"],["9562.729","10529.049"],["9497.605","10577.770"],["9501.349","10535.419"],["9449.018","10528.644"],["9571.336","10567.269"],["15351.313","11169.984"],["8114.662","12751.620"],["13424.105","15487.591"],["6328.406","11577.756"],["6269.442","11681.183"],["6306.392","11516.071"],["6316.088","11654.413"],["13154.449","13392.426"],["5389.437","12643.187"],["18203.694","16603.536"],["18203.612","16601.114"],["12390.862","8200.572"],["9156.251","17339.811"],["5338.664","10748.889"],["13877.635","16187.844"],["9647.193","10463.180"],["9647.026","10459.093"],["12832.923","8974.454"],["2592.837","11325.568"],["2595.623","11327.441"],["5334.406","13019.919"],["5371.190","12985.595"],["12781.344","14880.253"],["12783.718","14881.142"],["5476.550","8476.583"]] \ No newline at end of file diff --git a/src/gathering/10469.json b/src/gathering/10469.json new file mode 100644 index 0000000..fd0c812 --- /dev/null +++ b/src/gathering/10469.json @@ -0,0 +1 @@ +[["16896.585","7324.816"],["8818.949","18333.754"],["3134.872","8304.045"],["3135.022","8311.452"],["3131.436","8309.123"],["6158.885","13897.343"],["13077.044","7835.275"],["12403.737","14082.392"],["2713.053","10978.073"],["2713.920","10986.341"],["2706.391","10983.494"],["3064.114","13061.033"],["2998.551","13169.893"],["13333.043","12849.957"],["13336.439","12852.009"],["5324.899","8688.543"],["10640.601","16895.876"],["10298.855","15729.327"],["11608.363","14347.658"],["16807.434","7574.614"],["14871.730","15187.757"],["8630.585","11742.630"],["17036.828","7570.708"],["17053.259","7677.061"],["8760.560","11394.383"],["16298.242","7439.891"],["5475.052","8182.930"],["5468.338","8181.630"],["6667.779","6131.104"],["6670.791","6130.138"],["5053.258","6427.602"],["5050.408","6430.606"],["13283.515","16220.072"],["11824.884","4621.784"],["17072.989","4381.922"],["5559.335","8124.918"],["13019.445","11821.657"],["13308.066","13207.240"],["13307.164","13209.537"],["13002.716","16283.227"],["13001.337","16284.003"],["15956.492","7822.680"],["1927.371","10831.564"],["1925.557","10836.959"],["8814.851","9638.236"],["14626.801","14152.946"],["13020.182","10483.640"],["11893.795","9811.067"],["10301.844","7814.695"],["10298.670","7856.744"],["9560.308","9361.759"],["9558.880","9367.447"],["9563.402","9364.143"],["11864.266","12446.977"],["10730.065","13052.479"],["2700.768","11178.818"],["16224.398","7711.669"],["3260.975","11900.693"],["3292.037","11732.374"],["10365.546","13606.252"],["16905.948","17245.001"],["10545.372","13826.457"],["7381.828","16359.637"],["16039.555","9405.564"],["16223.775","5420.995"],["9793.801","9482.240"],["9732.890","15862.930"],["5670.474","7889.079"],["7751.815","10178.422"],["5269.586","8297.878"],["2421.882","11376.600"],["2424.820","11381.967"],["2426.725","11377.510"],["9641.353","9333.021"],["9644.107","9332.133"],["7787.783","12762.683"],["13259.933","10713.970"],["3226.234","12053.222"],["16197.655","5870.008"],["16346.372","5795.182"],["16173.794","5929.288"],["16213.428","5852.009"],["2634.237","11102.327"],["5204.253","7911.364"],["5215.177","7919.852"],["5212.106","7917.239"],["14057.328","11032.742"],["9244.471","17667.279"],["6537.355","17458.262"],["15019.373","11008.152"],["12327.827","8158.862"],["2990.839","13304.173"],["15595.227","12213.781"],["9230.745","13752.675"],["12480.754","10984.740"],["15286.056","11075.822"],["2428.186","10958.124"],["2347.317","11033.866"],["1906.378","10929.952"],["1899.098","10928.318"],["1902.898","10931.585"],["12232.366","14044.622"],["12231.109","14046.552"],["6131.788","7919.768"],["6127.192","7912.294"],["6226.521","7964.594"],["16310.641","7512.072"],["6638.249","7948.811"],["6639.698","7956.947"],["12074.004","16062.813"],["10921.659","8024.832"],["13802.629","11304.762"],["12504.763","14358.454"],["13072.001","13337.700"],["12858.147","16397.145"],["6878.458","17220.244"],["9727.561","7379.621"],["9644.758","7269.988"],["17810.777","16267.921"],["9529.307","9454.775"],["9528.856","9449.738"],["9614.139","9434.608"],["9618.387","9430.965"],["9561.936","9408.766"],["9557.115","9477.717"],["9558.242","9472.181"],["9611.060","9433.409"],["9565.283","9408.792"],["12718.830","7569.241"],["2352.452","11193.578"],["10868.165","11447.922"],["10872.018","11448.948"],["3358.187","12031.044"],["7959.257","9934.789"],["6404.413","7735.841"],["12245.565","10196.317"],["11771.738","9486.911"],["12962.796","8985.856"],["9478.223","13205.512"],["9477.084","13203.601"],["1553.871","13468.316"],["2511.735","11312.249"],["10094.722","16539.238"]] \ No newline at end of file diff --git a/src/gathering/10470.json b/src/gathering/10470.json new file mode 100644 index 0000000..4824c29 --- /dev/null +++ b/src/gathering/10470.json @@ -0,0 +1 @@ +[["15734.160","5160.199"],["15938.116","9596.317"],["10751.581","7986.180"],["10761.131","7928.669"],["9408.512","15059.444"],["4520.296","11296.192"],["13086.791","7778.072"],["16396.020","17226.981"],["16398.974","17231.480"],["10464.098","7656.045"],["10472.927","7654.862"],["3021.873","13036.742"],["12613.828","12323.135"],["12612.364","12326.634"],["12567.301","13991.292"],["12572.162","13989.343"],["6410.228","9152.444"],["6411.185","9137.774"],["12670.679","14427.816"],["12677.227","14447.829"],["8113.382","18319.931"],["12543.297","12164.528"],["12544.838","12163.021"],["6652.734","5920.461"],["6658.774","5918.206"],["6593.948","5918.834"],["6597.992","5914.359"],["16974.825","7493.324"],["17061.608","15945.906"],["13211.322","14754.322"],["17131.293","7648.621"],["6396.692","13717.859"],["7708.666","9005.779"],["10052.066","16603.054"],["3285.715","8445.434"],["3286.798","8438.671"],["3288.066","8439.984"],["6733.686","8988.751"],["6728.305","8985.171"],["2295.187","11202.882"],["2299.181","11196.430"],["13014.134","11762.511"],["12717.072","7695.447"],["12352.282","10847.970"],["6712.396","9348.472"],["3304.735","11698.681"],["3412.939","12194.916"],["16569.189","6691.733"],["4528.059","10524.387"],["1794.812","13545.225"],["1622.730","13516.426"],["1799.461","13542.966"],["16052.323","14999.537"],["20423.095","9493.451"],["15566.963","5242.307"],["15515.403","5244.417"],["10692.788","8187.371"],["10697.337","8185.221"],["13042.321","10491.545"],["4473.006","11178.717"],["12910.014","16576.260"],["12908.160","16574.549"],["10269.744","7795.240"],["10263.937","7791.839"],["10299.804","7811.279"],["10298.950","7815.447"],["10554.691","7672.560"],["15158.956","8427.581"],["12474.093","11115.157"],["15935.460","9846.247"],["3229.974","11892.495"],["3287.890","11810.133"],["3047.975","13397.480"],["5827.274","9464.117"],["6186.183","9806.234"],["8297.987","17515.311"],["6605.581","5780.118"],["10283.011","7419.585"],["10281.157","7416.508"],["12598.107","14059.725"],["12592.830","14056.527"],["12695.178","14028.097"],["12690.016","14034.656"],["16778.543","6794.233"],["3218.607","12052.198"],["15025.346","10970.573"],["9317.248","13919.075"],["12290.226","8165.829"],["2928.892","13265.452"],["3084.154","12553.938"],["16804.129","14207.586"],["15738.542","16086.116"],["15740.098","16087.863"],["13032.229","9133.801"],["9040.278","18663.384"],["16423.464","6678.779"],["16367.685","6826.968"],["3126.277","13337.738"],["4949.164","6340.525"],["4960.231","6338.692"],["16024.525","16500.361"],["15969.723","16745.188"],["15970.864","16748.128"],["7463.877","17924.347"],["7100.957","15970.811"],["6028.000","8828.349"],["6028.742","8833.781"],["10919.080","8016.140"],["10915.220","8018.312"],["6703.284","9477.445"],["6701.562","9470.185"],["4351.871","10593.457"],["9724.039","7380.873"],["9730.329","7383.586"],["10162.922","8108.102"],["10161.198","8101.224"],["10084.081","8092.351"],["10211.506","8051.850"],["10081.764","8089.520"],["12301.960","8470.388"],["4912.994","6202.859"],["12239.568","10190.922"],["11866.766","9522.832"],["5832.051","9462.863"],["12826.484","9066.056"],["13760.596","11221.337"],["10654.769","8028.305"],["10643.687","8023.887"],["10651.857","8022.504"],["4424.318","10802.689"],["10011.066","7874.803"],["10011.132","7872.127"]] \ No newline at end of file diff --git a/src/gathering/10471.json b/src/gathering/10471.json new file mode 100644 index 0000000..e0da808 --- /dev/null +++ b/src/gathering/10471.json @@ -0,0 +1 @@ +[["10472.387","12513.944"],["10470.762","12512.164"],["15981.515","9591.270"],["14789.916","14016.892"],["14787.713","14019.825"],["14423.126","13220.423"],["4535.519","13034.636"],["4484.576","13159.997"],["4481.812","13159.128"],["7900.665","17911.658"],["13052.776","7723.555"],["9828.324","14390.912"],["13257.599","14369.516"],["13256.646","14365.556"],["2572.332","11034.616"],["7700.329","9815.813"],["7694.976","9814.774"],["6397.494","9113.563"],["6403.591","9114.011"],["11791.930","13963.150"],["11795.597","13965.649"],["7994.566","18462.233"],["6275.011","12074.206"],["6276.727","12076.357"],["6654.266","5923.070"],["6661.207","5909.355"],["16802.619","7651.801"],["10711.321","17426.031"],["13205.504","14753.712"],["17136.519","7523.282"],["10028.837","16425.286"],["6722.005","8985.620"],["12547.592","8388.850"],["5047.173","6431.501"],["5053.863","6424.653"],["15100.122","10941.337"],["16865.156","16277.303"],["13475.987","16425.678"],["13476.337","16423.108"],["13175.188","11803.444"],["12699.109","7758.161"],["6712.263","9328.116"],["8767.012","16990.466"],["16631.552","6810.607"],["1936.600","10766.843"],["1936.534","10760.352"],["3642.446","12761.863"],["1622.632","13510.860"],["1619.746","13516.710"],["15563.734","5337.302"],["13157.045","10448.319"],["15207.212","5838.640"],["11993.391","9800.181"],["17220.285","7333.482"],["7856.856","13318.967"],["12154.340","11032.554"],["12835.290","7744.605"],["16442.673","6844.305"],["10574.693","12731.944"],["1785.908","11001.181"],["1801.330","10992.582"],["16929.027","16037.933"],["12389.618","10223.099"],["3714.717","12680.276"],["14555.948","12856.599"],["14554.647","12855.486"],["5683.457","9438.683"],["5686.349","9444.475"],["13799.576","12314.860"],["17265.461","4587.528"],["17265.811","4584.958"],["4463.031","12955.494"],["4468.854","12956.607"],["17063.460","7221.018"],["7845.513","10076.658"],["7778.459","10201.313"],["7782.292","10203.934"],["7840.233","10073.780"],["3736.368","12550.526"],["3733.034","12645.372"],["15383.868","5540.393"],["13325.684","10852.968"],["13218.008","10718.888"],["13276.319","10819.616"],["10845.517","14674.937"],["13027.372","11675.815"],["16919.430","7685.839"],["11909.947","14150.558"],["14142.640","10879.651"],["14988.411","5990.893"],["6312.533","8806.906"],["12338.157","8213.203"],["13807.266","13725.626"],["12978.554","9182.927"],["12509.869","10973.645"],["15287.182","11214.894"],["1868.530","11021.595"],["1869.793","11016.319"],["13109.172","9878.274"],["14007.279","11019.682"],["16373.064","6829.507"],["7767.890","13276.414"],["14726.069","6307.681"],["10749.729","17013.355"],["7467.830","17953.152"],["6173.376","9778.000"],["6174.538","9772.431"],["16985.575","15909.205"],["12927.579","8919.109"],["13515.536","9697.222"],["6708.865","9473.105"],["4097.897","12887.768"],["4029.939","12796.388"],["4026.836","12796.733"],["4031.573","12790.386"],["3976.377","12831.641"],["3977.456","12833.605"],["4040.957","12857.706"],["4036.598","12858.026"],["11716.364","9550.003"],["14154.050","14284.538"],["3717.858","12526.659"],["7962.854","9931.789"],["7954.967","9929.617"],["11805.493","9561.580"],["4022.479","12629.043"],["15935.473","9604.176"],["15969.257","9887.627"],["15705.474","5133.598"],["8767.620","16605.399"],["6193.248","8846.662"],["6196.975","8846.478"],["7928.212","9857.086"],["7925.484","9858.848"],["3856.314","12414.748"]] \ No newline at end of file diff --git a/src/gathering/10472.json b/src/gathering/10472.json new file mode 100644 index 0000000..c6ff6a1 --- /dev/null +++ b/src/gathering/10472.json @@ -0,0 +1 @@ +[["28157.184","10845.573"],["28152.648","10813.579"],["28151.517","10836.168"],["28022.669","10792.023"],["28096.777","10780.757"],["28110.535","10794.609"],["28125.718","10810.503"],["28136.620","10822.536"],["28114.725","10771.279"],["28123.527","10771.709"],["28132.605","10772.936"],["28108.874","10828.208"],["28106.340","10825.220"],["28101.918","10821.044"],["28094.843","10812.240"],["28082.987","10801.606"],["28079.271","10799.415"],["28098.420","10816.064"],["28125.031","10834.582"],["28135.379","10850.334"],["28068.246","10826.616"],["28085.801","10855.711"],["28076.445","10845.181"],["28044.699","10812.659"],["28044.465","10800.940"],["28103.208","10787.441"],["28118.051","10803.510"],["28072.339","10806.487"],["28076.423","10810.319"],["28084.006","10818.044"],["28086.887","10821.111"],["28092.106","10826.036"],["28097.249","10830.423"],["28100.890","10835.407"],["28143.656","10829.125"],["28131.206","10787.825"],["28140.933","10796.625"],["28142.241","10773.391"],["28114.534","10845.231"],["28120.198","10840.183"],["28060.807","10828.858"],["28083.759","10841.028"],["28092.133","10848.728"],["28048.229","10806.985"],["28018.972","10790.677"],["20422.974","9494.917"],["28104.177","10880.148"],["28109.583","10873.120"],["28128.948","10857.093"],["28138.788","10864.884"],["28092.361","10861.931"],["28116.347","10868.252"],["28139.365","10857.312"],["28145.944","10858.505"],["28099.769","10856.457"]] \ No newline at end of file diff --git a/src/gathering/10478.json b/src/gathering/10478.json new file mode 100644 index 0000000..b295283 --- /dev/null +++ b/src/gathering/10478.json @@ -0,0 +1 @@ +[["28011.660","10714.547"],["28051.574","10734.635"],["28006.021","10785.054"],["28025.221","10713.291"],["28049.799","10746.809"],["28007.737","10709.469"],["28028.368","10716.673"],["28045.062","10752.279"],["28048.555","10738.055"],["28046.999","10739.613"],["28044.880","10728.884"],["28038.387","10746.086"],["28056.805","10740.885"],["28049.703","10748.891"],["28037.754","10735.105"],["28041.472","10732.013"],["28018.184","10774.860"],["28019.274","10773.754"],["28021.246","10772.589"],["28016.563","10719.199"],["27997.675","10780.571"],["28033.052","10764.305"],["28018.468","10750.649"],["28032.865","10751.523"],["28021.456","10759.895"],["28026.334","10743.846"],["28054.770","10757.023"],["28033.650","10761.709"],["28027.213","10757.326"],["28024.206","10758.215"],["28023.078","10746.616"],["28020.270","10748.928"],["28024.343","10746.505"],["28065.232","10747.799"],["28006.403","10729.631"],["28028.780","10768.146"],["28063.549","10749.263"],["28036.059","10762.326"],["27993.994","10728.789"],["27998.355","10719.188"],["27999.100","10720.316"],["27995.227","10714.546"],["28030.304","10765.737"],["27998.388","10733.592"],["27996.418","10730.695"],["28017.586","10722.220"],["28029.686","10752.873"],["28037.361","10759.138"],["28015.336","10751.977"],["28031.105","10752.971"],["28027.896","10755.639"],["28017.019","10751.240"],["28010.849","10711.520"],["28030.865","10719.691"],["28009.298","10782.317"],["28013.246","10778.959"],["28007.347","10783.365"],["28015.116","10717.170"],["28032.716","10722.310"],["28040.967","10731.678"],["28046.155","10728.670"],["28041.817","10742.514"],["28044.919","10741.417"],["28050.184","10735.663"],["28047.400","10749.377"],["28032.917","10737.576"],["28039.578","10745.187"],["28055.265","10742.537"],["28048.012","10736.444"],["28039.401","10733.599"],["28047.083","10726.936"],["28052.174","10745.164"],["28048.133","10726.318"],["28058.154","10739.472"],["28043.318","10741.947"],["28038.945","10757.738"],["28034.985","10737.149"],["28057.521","10755.272"],["28020.973","10747.277"],["28008.428","10731.278"],["28059.964","10752.957"],["28019.509","10737.082"],["28000.738","10721.983"],["28013.324","10742.790"],["28002.193","10725.210"],["28009.428","10744.650"],["28005.226","10726.645"],["28017.732","10739.035"],["28014.704","10740.527"],["28010.774","10744.803"],["28046.837","10750.816"],["27987.485","10720.466"],["27990.454","10723.639"],["28053.664","10732.958"],["28044.256","10753.011"],["27993.879","10726.475"],["28001.229","10735.946"],["27997.358","10716.915"],["28061.890","10749.970"],["28012.348","10779.718"],["28022.240","10709.781"],["27989.346","10764.982"],["28025.463","10729.724"],["28019.956","10725.294"],["28003.391","10775.279"],["28007.183","10771.857"],["27993.123","10773.194"],["27998.164","10754.786"],["28010.801","10767.560"],["27993.772","10759.509"],["27990.408","10764.952"],["28004.485","10762.361"],["28015.419","10776.746"],["28001.368","10778.030"],["28000.891","10766.341"],["27997.643","10768.770"],["27994.471","10771.351"],["28002.637","10763.984"],["27991.021","10724.991"],["28087.787","10763.135"],["28085.929","10764.793"],["28083.766","10766.649"],["28080.861","10769.916"],["28077.852","10772.406"],["28076.366","10773.379"],["28074.751","10775.981"],["28071.185","10779.045"],["28067.988","10781.850"],["28064.431","10786.212"],["28062.882","10788.488"],["28059.608","10791.173"],["28084.291","10765.133"],["28080.458","10754.813"],["28078.116","10757.299"],["28076.882","10758.868"],["28074.840","10760.755"],["28073.451","10763.305"],["28071.553","10765.167"],["28069.650","10767.100"],["28067.258","10769.959"],["28064.126","10772.127"],["28061.451","10774.282"],["28058.722","10777.517"],["28055.482","10779.836"],["28053.056","10782.273"],["28049.618","10787.125"],["28072.364","10750.698"],["28071.008","10752.010"],["28069.588","10753.952"],["28067.344","10756.662"],["28064.545","10759.492"],["28062.386","10761.930"],["28059.481","10764.654"],["28060.879","10762.470"],["28052.667","10759.733"],["27998.839","10779.788"],["28006.564","10760.792"],["28034.011","10725.193"],["28009.199","10781.574"],["28014.565","10717.438"],["28026.612","10731.187"],["28027.045","10715.113"],["28021.093","10723.937"],["28018.775","10723.181"],["28004.387","10786.315"],["28061.624","10764.060"],["28049.284","10748.691"],["28060.184","10762.736"],["28032.212","10722.850"],["28032.024","10739.469"],["28068.344","10755.050"],["28063.473","10759.352"],["28018.128","10736.719"],["27999.414","10767.528"],["27996.471","10769.811"],["28001.568","10764.845"],["27993.692","10771.650"],["28008.990","10709.229"],["28015.950","10740.110"],["28011.642","10742.848"],["28045.932","10727.222"],["28025.687","10756.978"],["28031.366","10721.344"],["28016.966","10773.946"],["28017.853","10720.186"],["28023.137","10725.716"],["28011.358","10781.770"],["28034.799","10738.055"],["28010.996","10714.389"],["28041.235","10732.777"],["28030.091","10766.307"],["28023.531","10759.514"],["28057.965","10764.963"],["28038.153","10734.945"],["28035.663","10736.363"],["28051.593","10746.311"],["28053.980","10743.558"],["28058.714","10753.827"],["28043.380","10731.200"],["28039.631","10743.393"],["28025.236","10745.194"],["28057.966","10753.449"],["28056.205","10756.793"],["28060.967","10751.897"],["28062.369","10750.884"],["28053.696","10758.987"],["28019.124","10749.542"],["28021.977","10748.043"],["28029.656","10754.278"],["28065.787","10747.224"],["28015.700","10752.695"],["27996.867","10732.659"],["27992.409","10728.017"],["27989.324","10722.457"],["27992.263","10710.627"],["27985.697","10718.267"],["28055.762","10741.942"],["28012.983","10767.238"],["28049.618","10735.730"],["28007.248","10728.652"],["28009.152","10731.056"],["28002.383","10723.592"],["27996.545","10729.448"],["28043.913","10752.374"],["27999.327","10735.408"],["28041.359","10743.967"],["27996.067","10716.102"],["28004.663","10725.778"],["28065.997","10756.905"],["28035.444","10761.129"],["28016.545","10776.018"],["28049.851","10725.854"],["28033.906","10763.798"],["28045.311","10750.526"],["28023.874","10728.807"],["28029.330","10717.363"],["27995.380","10758.823"],["28004.494","10776.289"],["27990.194","10763.653"],["27988.656","10766.533"],["27987.388","10767.493"],["28008.721","10770.932"],["28010.329","10769.083"],["28047.526","10738.064"],["28000.542","10778.475"],["28000.117","10754.749"],["28005.743","10773.350"],["27993.085","10761.434"],["27996.567","10756.518"],["27991.239","10763.354"],["28038.698","10745.775"],["28051.264","10784.606"],["28055.501","10780.106"],["28057.140","10780.647"],["28059.382","10777.134"],["28063.234","10774.323"],["28066.678","10769.958"],["28068.928","10767.424"],["28072.800","10764.095"],["28076.131","10763.808"],["28076.319","10760.458"],["28078.826","10759.588"],["28080.335","10756.625"],["28082.142","10756.732"],["28086.010","10763.051"],["28083.810","10767.510"],["28082.159","10768.252"],["28078.775","10770.216"],["28072.428","10776.988"],["28071.375","10779.276"],["28067.863","10780.876"],["28065.768","10785.290"],["28064.312","10786.384"],["28058.808","10789.716"],["28059.178","10790.631"],["21070.675","9791.701"],["21071.212","9787.319"],["21071.065","9782.361"],["21072.276","9779.603"],["21071.325","9796.933"],["21159.409","9702.640"],["21147.512","9705.857"],["21143.285","9713.948"],["21162.635","9717.523"],["21151.366","9720.654"],["21145.167","9721.379"],["21165.689","9724.122"],["21160.719","9727.210"],["21153.582","9729.162"],["21128.783","9728.442"],["21054.356","9744.870"],["21057.668","9741.408"],["21060.946","9738.003"],["21063.612","9734.253"],["21054.277","9738.786"],["21074.046","9780.118"],["21073.384","9782.506"],["21072.989","9797.483"],["21060.852","9744.637"],["21051.408","9742.398"],["21064.589","9740.476"],["21067.637","9736.873"],["21057.732","9747.764"],["21072.925","9792.303"],["21073.387","9787.522"],["21057.254","9735.483"],["21059.113","9731.456"],["21153.807","9704.092"],["21141.927","9706.885"],["21148.466","9712.852"],["21154.353","9711.454"],["21160.845","9710.029"],["21157.286","9718.765"],["21147.554","9730.479"],["21135.013","9732.962"],["21134.191","9727.202"],["21129.898","9733.256"],["21020.752","9824.589"],["21017.864","9819.153"],["21015.356","9813.873"],["21029.713","9822.141"],["21022.944","9810.380"],["21032.821","9827.028"],["21069.841","9859.035"],["21069.100","9852.124"],["21062.888","9859.512"],["21055.032","9852.123"],["21055.597","9858.203"],["21048.995","9853.155"],["21049.134","9858.346"],["21070.736","9803.409"],["21006.939","9818.948"],["21010.158","9824.246"],["21013.062","9829.377"],["21016.458","9835.609"],["21026.094","9816.527"],["21035.824","9813.920"],["21032.503","9808.268"],["21039.656","9819.561"],["21024.126","9829.976"],["21068.600","9846.161"],["21062.313","9852.508"],["21061.716","9846.497"],["21055.333","9845.504"],["21073.472","9802.793"]] \ No newline at end of file diff --git a/src/gathering/10480.json b/src/gathering/10480.json new file mode 100644 index 0000000..4285b6d --- /dev/null +++ b/src/gathering/10480.json @@ -0,0 +1 @@ +[["28075.249","9058.179"],["28080.716","9063.171"],["28097.560","9057.929"],["28104.950","8954.178"],["28083.554","8960.234"],["28089.545","8961.260"],["28094.270","8963.022"],["28091.479","8973.368"],["28085.143","8971.693"],["28092.469","9053.901"],["28091.388","9037.427"],["28096.326","9039.927"],["28101.414","9044.108"],["28107.798","9047.679"],["28083.687","9046.949"],["28088.263","9050.370"],["28092.207","8950.798"],["28086.715","8949.317"],["28099.183","8952.475"],["28134.988","8886.922"],["28129.194","8890.987"],["28134.727","8879.686"],["28169.385","8992.793"],["28186.581","8978.531"],["28180.317","8977.364"],["28247.752","8990.133"],["28239.854","9023.254"],["28228.300","8990.340"],["28222.835","9022.752"],["28242.825","9009.188"],["28234.307","9007.309"],["28223.306","9008.483"],["28213.264","9022.738"],["28176.537","8991.789"],["28185.769","9005.682"],["28169.964","9004.230"],["28175.843","9004.891"],["28194.266","8991.936"],["28184.324","8991.863"],["28218.717","9024.567"],["28190.558","9021.352"],["28228.653","9025.538"],["28240.959","8989.865"],["28208.439","8990.767"],["28214.537","8989.693"],["28232.520","8989.024"],["28217.435","9008.171"],["28205.871","9022.138"],["28219.766","8990.446"],["28209.282","9007.776"],["28226.889","9007.432"],["28187.881","8947.625"],["28160.771","8935.568"],["28173.894","8938.562"],["28173.252","8945.918"],["28176.790","8923.540"],["28174.504","8933.720"],["28250.833","8861.914"],["28183.783","8844.130"],["28185.123","8836.495"],["28246.758","8862.625"],["28261.896","8939.476"],["28216.528","8932.427"],["28255.314","8937.817"],["28249.655","8879.540"],["28202.366","8826.600"],["28188.306","8829.267"],["28182.472","8883.407"],["28182.195","8870.052"],["28165.116","8892.316"],["28164.622","8883.841"],["28164.736","8875.649"],["28164.474","8866.666"],["28147.759","8892.315"],["28205.738","8804.219"],["28211.067","8808.971"],["28216.642","8815.711"],["28226.120","8824.157"],["28259.994","8879.746"],["28253.526","8880.164"],["28244.481","8879.848"],["28234.650","8880.512"],["28261.719","8897.106"],["28236.632","8898.546"],["28247.074","8915.498"],["28240.685","8916.428"],["28175.077","8929.284"],["28161.983","8930.214"],["28163.280","8923.065"],["28190.248","8940.033"],["28190.313","8933.376"],["28239.258","8860.972"],["28238.627","8879.300"],["28255.584","8860.430"],["28212.030","8927.886"],["28231.346","8861.494"],["28247.587","8939.034"],["28231.723","8915.410"],["28201.455","8834.395"],["28200.645","8840.881"],["28186.434","8833.746"],["28182.956","8889.693"],["28182.188","8876.270"],["28164.131","8870.500"],["28164.297","8878.993"],["28163.678","8888.773"],["28212.931","8811.470"],["28220.247","8818.114"],["28195.831","8794.168"],["28236.318","8828.763"],["28251.274","8899.240"],["28244.118","8897.322"],["28262.059","8914.740"],["28255.084","8915.182"]] \ No newline at end of file diff --git a/src/gathering/10481.json b/src/gathering/10481.json new file mode 100644 index 0000000..d108567 --- /dev/null +++ b/src/gathering/10481.json @@ -0,0 +1 @@ +[["25296.823","17562.134"],["25341.540","17454.621"],["19695.966","15924.791"],["19691.910","15922.794"],["25689.603","17841.810"],["27841.012","16418.566"],["27926.146","16549.399"],["27336.873","17110.700"],["27339.060","17195.473"],["21080.404","13937.858"],["21137.608","13873.101"],["26890.603","15448.893"],["22444.429","14491.798"],["20502.263","15250.550"],["20441.460","15265.669"],["20499.434","15252.763"],["20437.453","15266.003"],["23787.116","16669.091"],["23772.132","16692.955"],["25680.480","17452.635"],["25804.296","17530.372"],["23010.384","13901.546"],["23023.449","13824.501"],["23006.344","13847.424"],["32269.161","12735.076"],["32281.497","12655.867"],["32226.266","12593.061"],["32151.118","12730.566"],["21487.597","14288.028"],["21550.950","14353.548"],["21496.067","14255.031"],["21471.149","14295.394"],["27536.196","16449.218"],["27579.386","16415.494"],["22193.219","12484.188"],["22207.213","12389.180"],["21275.495","12819.866"],["27715.382","16694.747"],["27580.744","16587.959"],["27563.376","16618.826"],["22946.654","16027.712"],["22921.062","16091.956"],["23026.243","16102.457"],["32701.655","12437.465"],["22462.822","15677.897"],["22541.621","15541.365"],["22579.132","15622.149"],["22495.711","15650.225"],["22512.076","15584.527"],["29779.394","15431.006"],["27808.689","16901.787"],["27827.078","16830.672"],["27831.601","16872.852"],["25342.844","17930.402"],["25392.466","17870.600"],["27364.986","16407.673"],["27357.314","16542.254"],["26679.940","16272.930"],["26752.523","16324.062"],["26502.167","15858.023"],["31678.509","13181.119"],["30594.809","14866.463"],["30557.671","14827.718"],["25826.649","17232.246"],["25804.330","17249.262"],["21453.649","16418.883"],["21895.372","14839.334"],["21216.125","14508.224"],["21294.694","14582.295"],["27241.891","17100.420"],["22489.154","15918.227"],["22638.009","15756.647"],["22587.920","15865.279"],["22138.343","14652.288"],["22103.705","14470.881"],["22200.892","14632.701"],["26390.815","16223.211"],["26520.289","16187.753"],["30492.901","15214.416"],["29970.064","16014.024"],["29997.375","16010.483"],["29975.294","16028.095"],["25628.189","17074.664"],["32334.924","13055.157"],["23135.958","16246.070"],["22262.444","12754.976"],["25849.988","17460.936"],["22422.248","13510.585"],["22427.784","13541.688"],["21800.033","14625.609"],["24975.477","16454.088"],["22044.558","15036.716"],["22160.005","15023.968"],["25762.207","17818.725"],["21201.401","13409.513"],["21379.667","13481.874"],["21391.325","13465.744"],["21347.424","13444.188"],["21361.660","13476.696"],["21228.954","13443.502"],["24230.391","16698.427"],["22631.505","16274.847"],["21548.030","14665.693"],["21537.238","14728.471"],["21618.006","14859.627"],["25948.139","15889.037"],["26826.376","15486.317"],["23637.683","16175.461"],["23636.359","16318.658"],["25285.832","16842.435"],["19079.864","13693.432"],["19079.766","13696.438"],["21749.358","14871.653"],["21825.931","14811.869"],["21692.496","14835.069"],["21736.970","14724.285"],["21820.553","14829.276"],["21668.236","14760.387"],["21121.975","13179.487"],["21104.683","13063.062"],["22489.293","15477.502"],["22620.067","15395.520"],["22783.828","15870.712"],["27119.660","16107.048"],["27188.881","16071.295"],["27208.782","16055.341"],["20994.374","12478.506"],["25268.731","17011.380"],["25272.975","17001.896"],["25293.378","17163.093"],["23918.757","17153.460"],["20835.447","13985.522"],["20800.381","14025.373"],["28891.929","16349.441"],["28953.252","16340.241"],["26858.289","16638.840"],["26796.770","16763.577"],["26776.012","16687.440"],["30359.669","15635.553"],["22800.252","15679.373"],["22699.301","15604.414"],["22788.776","15685.041"],["22791.699","15625.384"],["22771.814","15631.000"],["22703.446","15584.497"],["26851.632","15780.286"],["20676.299","14208.480"],["20757.056","14197.927"],["20601.683","14096.849"],["20681.173","14070.722"],["20698.717","14196.788"],["20720.362","14113.897"],["22521.171","13544.694"],["22611.580","13552.393"],["19039.766","13551.272"],["18910.638","13600.149"],["19046.000","13548.646"],["18914.890","13596.827"],["23031.187","15311.384"],["20790.348","13645.839"],["20827.552","13732.544"],["29993.929","15809.638"],["30036.215","15762.784"],["29975.985","15830.018"],["26088.404","16086.115"],["26773.395","16896.871"],["24720.988","16906.148"],["24635.732","16788.411"],["22504.650","16575.587"],["31656.770","14326.561"],["21970.686","15106.610"],["21951.574","15090.012"],["27393.403","17229.296"],["21064.846","12497.309"],["27452.875","16178.164"],["27396.915","16348.585"],["19053.934","14472.673"],["18969.407","14497.130"],["18983.136","14545.195"],["18984.193","14543.770"],["19052.722","14467.135"],["18968.650","14497.609"],["22756.360","14785.363"],["22736.442","14809.674"],["22804.484","14858.142"],["22865.215","14767.869"],["22870.870","14717.472"],["22760.521","14710.351"],["27812.475","16305.799"],["26656.653","16645.177"],["29894.942","16330.986"],["29967.757","16283.941"],["29993.380","16191.432"],["29943.731","16198.707"],["27271.923","15840.059"],["22758.718","16412.137"],["27545.599","15960.705"],["27605.474","16131.426"],["21391.657","14329.519"],["22267.272","14818.704"],["25328.489","14680.393"],["31459.595","13849.524"],["31433.542","13892.679"],["26206.137","17684.316"],["22633.471","14994.722"],["26932.368","16521.483"],["27076.645","16385.714"],["27014.375","16513.374"],["27059.836","16444.129"],["26893.339","16427.180"],["22002.752","12601.816"],["21959.949","12548.285"],["24955.480","17244.676"],["24965.561","17214.166"],["30269.042","15543.558"],["30329.811","15510.386"],["22246.601","15207.335"],["27181.004","17327.352"],["27108.948","17211.266"],["27226.978","17387.570"],["27190.987","17290.164"],["27254.077","17289.858"],["27098.800","17239.144"],["27265.350","17398.272"],["30334.085","15473.655"],["30365.894","15436.231"],["30307.743","15498.113"],["30309.618","15446.966"],["22467.907","16390.517"],["20815.547","14265.569"],["20969.901","14299.257"],["20863.392","14257.509"],["27605.096","16223.383"],["20984.381","13121.484"],["25448.926","17502.593"],["25521.804","17468.555"],["27326.791","16613.139"],["27309.407","16594.623"],["22571.065","15234.113"],["22520.868","15141.033"],["28022.274","16656.015"],["28016.928","16600.623"],["25649.380","16303.265"],["21122.688","14455.318"],["21126.472","14466.619"],["21187.177","14603.385"],["21197.985","14454.414"],["27507.004","16139.221"],["27287.631","16625.259"],["18828.635","14425.420"],["20156.425","14963.818"],["20156.704","14960.499"],["32357.625","12964.456"],["32494.605","12763.053"],["32495.000","12850.236"],["22161.805","12998.630"],["22249.150","13123.181"],["22123.260","12971.778"],["22206.946","13100.803"],["25850.530","17258.522"],["25844.856","17288.866"],["25954.733","17234.262"],["28422.378","17364.610"],["22701.382","13878.748"],["22803.463","13881.016"],["30109.153","16297.519"],["25739.101","16687.565"],["18368.758","14216.216"],["27005.461","17353.052"],["23444.191","17033.267"],["26850.308","16878.278"],["26703.711","16874.956"],["24871.367","17459.617"],["21974.839","12963.983"],["22299.372","14999.127"],["22294.668","14948.987"],["22293.360","15045.601"],["30093.692","15497.322"],["30155.966","15506.079"],["22301.140","15194.437"],["22451.458","15229.722"],["22453.546","15288.566"],["23328.319","16908.593"],["19384.650","15893.728"],["19386.376","15899.180"],["19387.512","15900.616"],["21825.203","13313.988"],["29215.056","16395.063"],["18792.127","14503.283"],["18729.605","14487.091"],["18725.921","14488.247"],["18790.482","14506.504"],["26933.766","17153.861"],["26991.365","17154.208"],["19607.535","15938.592"],["19608.045","15938.113"],["22988.611","12589.822"],["32416.229","12481.672"],["32535.835","12482.943"],["22721.779","16932.517"],["28746.267","16594.905"],["26940.654","16724.009"],["27966.325","15597.236"],["25242.579","17672.439"],["25223.056","17813.414"],["25339.323","17697.377"],["27268.826","17453.740"],["27276.754","17603.980"],["21893.157","14998.061"],["21517.415","13600.562"],["21474.763","13396.743"],["30512.442","15059.425"],["21764.456","14991.570"],["21819.407","14907.111"],["26974.622","16292.552"],["26963.655","15732.937"],["26955.814","15730.755"],["26951.829","15926.924"],["18461.164","13931.947"],["25594.131","16548.422"],["25575.429","16401.094"],["25582.026","16547.497"],["21344.311","12707.925"],["22256.796","15507.476"],["22459.795","15554.445"],["26994.947","16875.074"],["28151.748","15670.955"],["18652.519","14526.878"],["18653.275","14529.108"],["25006.954","17619.336"],["22818.967","15963.946"],["22833.210","16000.445"],["24003.855","16871.330"],["24063.002","16856.176"],["24109.301","16809.256"],["28474.587","17089.669"],["24160.798","16829.900"],["24216.472","16777.018"],["22110.574","12569.838"],["22813.781","14624.607"],["22753.184","14622.500"],["22714.565","14609.552"],["22743.052","14549.882"],["29899.963","15516.023"],["20264.879","14962.788"],["20261.553","14958.733"],["26207.203","17461.674"],["26097.186","17537.198"],["25869.946","16532.722"],["20953.798","13262.040"],["20913.519","13336.771"],["29591.945","16352.924"],["22585.967","13674.246"],["22539.444","13634.190"],["22604.805","13664.047"],["22646.905","13692.297"],["19448.152","14182.152"],["19390.040","14168.846"],["19454.172","14184.019"],["19390.945","14171.885"],["22930.723","16735.714"],["22983.274","16685.351"],["23023.307","16658.729"],["31878.814","13221.389"],["27115.222","15643.323"],["23933.838","16938.345"],["23772.580","16865.900"],["23783.596","16810.940"],["25562.810","17023.483"],["22013.078","14968.623"],["21994.130","14975.857"],["24503.858","16883.741"],["24384.505","16862.079"],["24518.019","16859.365"],["24379.169","16850.474"],["22756.931","14881.025"],["22804.858","14901.801"],["22681.366","14964.994"],["22807.325","14950.422"],["22748.051","16154.220"],["22025.019","13091.169"],["18565.554","15730.558"],["18567.027","15725.267"],["30049.979","15508.292"],["30102.878","15565.487"],["30133.849","15554.868"],["30184.502","15557.222"],["30199.650","15541.284"],["26042.830","16949.730"],["26065.939","16914.685"],["22919.927","16179.209"],["22913.907","16175.905"],["23003.908","16275.508"],["23014.412","16237.168"],["22473.546","15245.759"],["22485.341","15140.587"],["23791.565","16476.560"],["23726.581","16503.745"],["27504.226","16496.704"],["27282.712","16215.002"],["23584.751","16896.620"],["23658.501","16960.912"],["23695.134","16906.147"],["23566.519","16862.239"],["21747.993","14570.619"],["24771.418","17002.091"],["24650.075","17008.579"],["26176.884","16453.997"],["21876.214","14709.889"],["21833.363","14670.302"],["27791.243","15739.416"],["23026.837","13760.091"],["23044.189","13746.466"],["23011.970","13733.594"],["25917.465","15679.425"],["27589.755","15788.591"],["21259.728","14118.136"],["21321.104","14237.340"],["21365.973","14203.850"],["21382.740","13227.815"],["28296.606","15771.918"],["22331.338","13194.436"],["27322.646","16188.892"],["27341.972","16147.818"],["27346.520","16152.103"],["22252.420","15246.017"],["26435.565","15988.004"],["20731.370","14020.202"],["19204.525","15154.228"],["19220.962","15138.819"],["19134.866","15174.083"],["19128.046","15230.740"],["19209.870","15155.747"],["19215.732","15139.496"],["19131.790","15169.194"],["19132.816","15228.279"],["23198.701","15861.853"],["23115.502","15781.797"],["23303.656","15929.538"],["23210.946","15863.300"],["25930.577","17110.232"],["25994.968","17043.626"],["25895.635","17101.928"],["25873.431","17047.395"],["25855.774","17121.413"],["24403.942","16995.875"],["26449.768","16425.366"],["26392.213","16411.881"],["26034.517","15947.728"],["19215.705","14011.122"],["19209.250","13912.518"],["19208.694","14011.313"],["19210.590","14012.559"],["19202.063","13918.035"],["25509.568","15948.903"],["22576.054","15824.963"],["26747.179","17280.317"],["22212.225","13484.136"],["25264.879","17370.052"],["25363.994","17268.016"],["25362.974","17364.697"],["25399.616","17398.756"],["21104.573","13258.876"],["27522.617","15679.772"],["18466.008","13935.512"],["23100.164","16519.845"],["23286.067","16473.094"],["19216.947","14256.323"],["19209.976","14253.840"],["25486.203","16658.485"],["25432.667","16646.214"],["25471.778","16649.170"],["22164.117","14889.874"],["22133.097","15001.209"],["22213.022","13236.542"],["22217.035","13228.797"],["27081.862","16076.999"],["26992.653","16134.843"],["23337.321","16305.198"],["23311.199","16301.579"],["23310.693","16258.857"],["23403.814","16326.567"],["23408.172","16309.407"],["23493.806","16297.637"],["23455.829","16248.983"],["21015.200","14947.404"],["21704.356","14323.803"],["21696.003","14303.049"],["23142.656","16139.708"],["23107.953","16039.286"],["23186.423","16067.173"],["26411.049","15816.438"],["32494.124","12663.390"],["32368.483","12613.910"],["20298.515","12646.365"],["20355.801","12548.711"],["20316.607","12603.607"],["23021.316","16600.522"],["23018.717","16575.155"],["25758.975","16939.911"],["19006.034","13288.211"],["19005.541","13293.100"],["24687.829","17320.057"],["21000.080","13491.064"],["23706.886","16706.423"],["23713.186","16611.708"],["27236.222","16074.991"],["22612.811","12730.948"],["21806.257","13471.817"],["24935.297","17121.887"],["24878.210","17185.072"],["29958.259","15453.517"],["24584.063","17156.374"],["21127.362","12549.646"],["21169.851","12614.955"],["27448.703","15839.359"],["32167.823","13181.419"],["32201.396","13124.087"],["28137.741","15875.991"],["28139.419","15888.396"],["29352.264","16190.640"],["29344.796","16238.237"],["23853.251","16308.915"],["23828.498","16230.451"],["23749.288","16182.689"],["20819.597","15971.494"],["20827.706","15971.361"],["30728.986","14225.164"],["28501.935","15715.122"],["27147.324","16224.157"],["24891.785","16704.047"],["27179.402","15645.916"],["27249.254","15572.869"],["27257.296","15714.636"],["27804.090","16718.994"],["27779.798","16654.089"],["23088.518","15534.294"],["23079.225","15517.416"],["30080.403","15734.467"],["20938.964","14451.990"],["23131.867","16570.896"],["23128.906","16636.164"],["20008.255","14224.145"],["20003.725","14227.407"],["27213.970","16851.745"],["27104.233","16813.760"],["27233.361","16896.865"],["22975.562","15263.110"],["20410.810","12795.678"],["20379.946","12936.595"],["24630.799","16982.239"],["22730.708","16411.691"],["22719.343","16385.382"],["25064.870","17683.733"],["25143.242","17812.222"],["25115.265","17750.058"],["27991.079","16343.470"],["28007.280","16332.999"],["27984.237","16326.145"],["26243.628","16676.970"],["26038.492","16170.852"],["25869.150","16161.637"],["23008.314","12700.264"],["26233.240","17323.919"],["19167.122","15112.204"],["19141.277","15096.508"],["19168.880","15117.311"],["19140.317","15100.632"],["26064.639","17018.863"],["26088.289","17118.750"],["20934.916","13530.173"],["21678.300","14159.596"],["21668.059","14230.132"],["26588.970","16502.922"],["26538.957","16395.878"],["26485.294","16459.190"],["26517.794","16488.620"],["25885.563","16656.137"],["25899.050","16656.847"],["18789.149","13491.149"],["18792.718","13495.113"],["20425.213","12693.644"],["20555.953","12729.730"],["20432.060","12712.441"],["20428.334","12572.410"],["20503.771","12705.472"],["20518.330","12636.364"],["32251.579","12792.845"],["32215.590","12905.194"],["32288.446","12822.407"],["32264.572","12841.994"],["27109.611","16956.254"],["27083.355","17490.848"],["27209.046","16459.686"],["27280.031","16517.003"],["24823.559","16327.024"],["20317.473","14771.169"],["20319.901","14767.214"],["22858.986","15339.898"],["22715.924","15444.767"],["22868.128","15358.767"],["22739.677","15372.731"],["20808.343","14185.982"],["21059.391","14428.918"],["21016.100","14376.241"],["20345.169","12866.347"],["22509.278","14950.288"],["22472.272","14989.247"],["25097.211","17263.598"],["25111.422","17248.107"],["23392.470","16566.140"],["23428.504","16585.611"],["23350.153","16635.028"],["21218.817","13091.984"],["20774.033","13633.700"],["20671.714","13694.641"],["20615.916","13653.400"],["20629.978","13696.803"],["20671.492","13636.770"],["28074.782","17021.716"],["30962.578","14131.035"],["30965.146","14086.681"],["30984.502","14109.020"],["22203.275","15312.888"],["22126.023","12882.069"],["27982.933","16800.614"],["28055.341","16926.009"],["21602.869","14618.212"],["24220.784","17346.690"],["24254.534","17325.765"],["25046.663","17143.629"],["25147.409","17108.454"],["25096.389","17162.558"],["28032.593","16461.719"],["27984.695","16498.813"],["21181.269","14157.720"],["21011.693","14150.231"],["25897.027","17453.207"],["24508.100","16467.646"],["30063.845","15558.715"],["30089.063","15512.589"],["27405.857","15643.340"],["24986.543","17811.756"],["24907.415","17650.649"],["24866.148","17682.259"],["26571.116","16008.180"],["22950.141","17137.963"],["22289.213","15304.663"],["22386.106","15302.413"],["22332.142","15333.891"],["22353.940","15315.203"],["22452.050","15306.551"],["22315.966","15460.234"],["20446.163","13047.974"],["20463.407","13106.363"],["20434.295","13098.766"],["20540.307","13026.619"],["20504.370","12994.778"],["20475.216","13135.017"],["20423.999","13086.759"],["18993.665","13838.738"],["18995.277","13837.417"],["24296.724","16967.884"],["27339.917","16016.052"],["27366.455","16051.655"],["23403.648","17007.552"],["23321.868","17011.773"],["27249.819","17547.345"],["27162.944","17531.160"],["21907.451","14405.779"],["21882.977","14428.504"],["21864.698","14355.348"],["21991.787","14408.610"],["21863.777","14428.766"],["21884.720","14444.938"],["27106.406","15783.125"],["25524.784","17659.894"],["18755.695","13761.895"],["18800.764","13777.948"],["18749.198","13768.534"],["18799.860","13782.803"],["20906.956","12469.590"],["20673.812","13396.696"],["20675.320","13496.125"],["20614.271","13565.506"],["20687.491","13512.211"],["20654.695","13456.109"]] \ No newline at end of file diff --git a/src/gathering/10482.json b/src/gathering/10482.json new file mode 100644 index 0000000..d05173e --- /dev/null +++ b/src/gathering/10482.json @@ -0,0 +1 @@ +[["25236.823","17595.313"],["25270.800","17510.377"],["25245.918","17609.169"],["25245.819","17575.527"],["25342.510","17448.874"],["25205.841","17546.755"],["25370.188","8099.939"],["25376.701","8102.895"],["25377.030","8100.170"],["20478.211","10905.597"],["20452.241","10909.214"],["20464.102","10919.283"],["19618.254","10808.838"],["19693.308","10847.628"],["19651.847","10779.687"],["19703.254","10856.170"],["23814.953","7586.924"],["23790.106","7570.690"],["23803.374","7596.338"],["23779.278","7593.398"],["23805.611","7590.326"],["23815.874","7587.155"],["27737.396","16422.430"],["27778.219","16516.220"],["27815.929","16422.050"],["18690.360","13830.243"],["18675.340","13838.073"],["18787.038","13882.042"],["27388.403","17151.757"],["27439.441","17050.709"],["30006.194","9382.793"],["21070.108","13891.235"],["21414.143","15130.223"],["26922.392","15419.884"],["19995.019","10914.433"],["20060.723","10960.148"],["19999.567","10960.422"],["19994.180","10912.583"],["22339.150","14478.987"],["22424.838","14605.177"],["28719.904","9788.295"],["20501.220","15294.548"],["20377.414","15139.738"],["20407.589","15097.939"],["20429.262","15255.391"],["20361.595","15267.062"],["23779.533","16698.042"],["23895.043","16573.813"],["23770.505","16604.193"],["23799.617","16734.185"],["26321.830","17374.576"],["26276.123","17373.503"],["19540.917","10450.802"],["19516.272","10500.315"],["25859.247","8441.337"],["25848.452","8466.420"],["22240.493","13675.334"],["22249.539","13663.839"],["25795.333","17421.930"],["25816.072","17548.721"],["25790.052","17546.739"],["25829.789","17575.145"],["25658.087","17503.799"],["25716.434","17497.078"],["25702.668","17564.526"],["25621.214","17612.809"],["23016.985","13849.488"],["23038.202","13849.472"],["23079.205","13843.097"],["23005.269","13844.568"],["20315.262","15109.285"],["20316.411","15116.911"],["22342.414","16619.369"],["22411.361","16607.759"],["19105.192","14913.644"],["19112.519","14880.154"],["18807.134","11926.751"],["18789.519","11921.829"],["18761.472","11924.124"],["32283.388","12741.088"],["32343.224","12686.075"],["32152.599","12648.121"],["32323.618","12634.977"],["32295.493","12632.514"],["32221.100","12641.537"],["21503.205","14296.071"],["21606.180","14426.860"],["21479.669","14244.263"],["21573.008","14322.374"],["21557.644","14448.032"],["21573.978","14270.621"],["21429.931","14387.480"],["21504.472","14290.423"],["27682.807","16428.177"],["27722.774","16469.664"],["27624.732","16473.297"],["27724.366","16536.897"],["27691.788","16489.416"],["18076.365","12124.105"],["18242.709","12032.602"],["18236.182","12059.940"],["18236.988","12063.557"],["18231.872","12065.076"],["18238.813","12059.147"],["21301.656","13321.107"],["21364.220","13350.375"],["21240.796","13367.334"],["21223.246","13356.978"],["21269.743","13314.688"],["21325.042","13381.622"],["21004.960","13811.119"],["21011.670","13793.118"],["20992.180","13801.144"],["24552.185","7764.680"],["24553.260","7769.400"],["22149.205","12486.516"],["22170.455","12432.594"],["22164.785","12392.755"],["19554.150","11043.931"],["19605.985","11013.576"],["19707.474","10948.831"],["19716.145","11060.996"],["19566.513","11033.353"],["19545.605","11039.995"],["19714.521","11065.732"],["21395.232","12782.574"],["21291.581","12840.972"],["21384.772","12847.165"],["21393.226","12774.184"],["21389.032","12759.469"],["31454.180","9009.764"],["31476.840","9145.575"],["27629.988","16720.395"],["27548.442","16692.963"],["27543.601","16603.393"],["27586.353","16686.820"],["27543.343","16643.979"],["27684.036","16729.576"],["23014.565","16082.754"],["22996.835","16084.640"],["23001.226","16071.461"],["23017.373","16136.507"],["22948.611","16073.806"],["22179.408","9708.774"],["22184.918","9716.833"],["22189.918","9715.826"],["20524.887","14348.053"],["20513.774","14353.026"],["20528.427","14352.270"],["20547.074","14436.038"],["23829.672","16785.252"],["25630.391","16011.760"],["25652.135","16063.680"],["17812.224","13785.563"],["22878.220","12948.458"],["22866.032","12947.665"],["32725.933","12404.089"],["32605.341","12459.729"],["32734.745","12434.709"],["32529.250","12470.009"],["23726.885","8025.785"],["23734.385","8018.585"],["23756.293","8030.872"],["23760.093","7999.675"],["23733.727","8034.935"],["23734.402","8006.727"],["22464.560","15591.893"],["22538.693","15552.794"],["22653.035","15597.577"],["22478.244","15688.920"],["22466.448","15706.846"],["22628.225","15708.415"],["22585.238","15630.558"],["22648.873","15554.141"],["22519.869","15522.902"],["22500.429","15705.194"],["22486.698","15647.748"],["22519.823","15578.037"],["20872.526","10831.735"],["20907.113","10769.548"],["20829.049","10833.352"],["20919.658","10774.931"],["20862.071","10829.152"],["20914.953","10772.410"],["29792.562","15338.329"],["27785.120","16846.097"],["27882.588","16920.366"],["28498.090","9897.716"],["17673.085","12073.135"],["17676.841","12100.735"],["31148.308","9991.441"],["25478.940","8453.852"],["25489.527","8493.602"],["25379.686","17873.408"],["25328.881","17924.209"],["27331.449","16359.580"],["27325.081","16432.080"],["26753.789","16332.072"],["23999.530","7332.278"],["24077.962","7442.127"],["24035.414","7480.386"],["27128.000","15494.734"],["19890.096","10774.090"],["19802.181","10814.292"],["19909.942","10702.852"],["19788.173","10797.325"],["19886.050","10742.331"],["19821.695","10842.796"],["22519.950","9592.507"],["22592.764","9642.118"],["22595.297","9658.781"],["22513.979","9588.907"],["22610.922","9658.005"],["22588.406","9644.529"],["17354.910","12604.605"],["23030.776","9972.205"],["23037.753","9983.604"],["19140.347","11138.673"],["19109.388","11106.157"],["19155.873","11162.059"],["19225.271","11233.593"],["19226.533","11073.631"],["19241.644","11191.524"],["19114.275","11177.405"],["19230.267","11075.266"],["19248.946","11176.610"],["19108.319","11107.131"],["19220.007","11179.137"],["26037.089","17277.197"],["20646.605","11185.382"],["20737.234","11206.673"],["20685.329","11265.830"],["20746.987","11218.878"],["20634.867","11184.847"],["20652.758","11127.850"],["20750.474","11211.578"],["20631.759","11182.980"],["20714.224","11223.254"],["20749.257","11213.444"],["22889.741","9233.482"],["22977.693","9262.399"],["22921.780","9284.415"],["22933.771","9290.278"],["30575.483","14831.297"],["20974.555","12370.300"],["20963.716","12409.092"],["20906.397","12397.864"],["22348.706","8715.569"],["22362.625","8724.572"],["22360.471","8739.749"],["21973.256","14169.118"],["18989.491","12578.441"],["25792.671","17214.268"],["29329.821","10236.036"],["29400.012","10223.538"],["24292.245","8213.696"],["24289.472","8245.246"],["24239.460","8191.023"],["24248.424","8188.447"],["22153.432","14189.582"],["21901.441","14802.505"],["21904.194","14691.709"],["21877.576","14857.583"],["21882.839","14867.195"],["22027.793","14703.762"],["28316.656","9452.326"],["28151.753","9534.570"],["23062.039","16506.170"],["23017.895","16542.207"],["21505.200","10513.629"],["21512.205","10504.972"],["31090.382","9337.315"],["31013.154","9317.071"],["30956.258","9331.889"],["31045.208","9339.075"],["30963.873","9206.724"],["30988.131","9370.116"],["31017.771","9214.066"],["30825.771","9695.034"],["30810.023","9631.458"],["28749.322","9230.419"],["20076.692","14314.113"],["21332.957","14539.114"],["21289.931","14563.359"],["21336.773","14475.134"],["27987.218","15905.047"],["17564.451","13879.745"],["17570.434","13864.471"],["18618.008","12029.826"],["18528.531","11970.307"],["18545.067","12016.176"],["18600.147","11935.587"],["18505.667","12083.340"],["18541.352","11983.509"],["18518.638","12076.628"],["18542.929","12009.504"],["18469.270","12009.482"],["18627.038","12018.050"],["18584.670","11936.479"],["18545.593","12014.971"],["22591.276","15860.754"],["22515.678","15726.790"],["22667.782","15738.866"],["22189.313","14587.763"],["22146.764","14611.578"],["22228.458","14620.992"],["22140.510","14479.971"],["26257.933","16349.660"],["26354.532","16227.439"],["26357.920","16301.807"],["26366.144","16288.066"],["30911.421","9668.680"],["31041.856","9616.614"],["20317.814","10945.818"],["20307.741","10941.778"],["20308.142","10968.757"],["20234.248","10971.741"],["20310.429","10980.599"],["26492.312","16194.392"],["30601.637","15126.014"],["30504.153","15094.635"],["30629.054","15113.694"],["28922.377","9260.928"],["28960.195","9316.581"],["28816.928","9207.530"],["28925.786","9319.292"],["22893.071","13047.411"],["26108.552","17377.389"],["26136.896","17391.121"],["26050.609","17352.849"],["26108.618","17358.134"],["26152.085","17382.668"],["30028.740","16031.639"],["30038.230","16028.749"],["25710.804","17086.009"],["25669.565","17167.895"],["27339.810","17017.654"],["24834.585","8219.632"],["24840.097","8116.448"],["24826.527","8209.134"],["18676.746","15313.835"],["18673.208","15319.673"],["23102.109","16279.728"],["23161.090","16290.000"],["23150.728","16273.535"],["22270.834","12549.577"],["22291.678","12634.103"],["25967.405","17483.496"],["26029.524","17530.730"],["25930.432","17534.281"],["25913.381","17596.267"],["22304.412","13488.098"],["22328.510","13575.710"],["22454.027","13488.422"],["22333.697","13538.929"],["22307.956","13512.174"],["22390.695","13554.438"],["22340.127","13496.121"],["31126.114","8761.800"],["31197.475","8750.382"],["19428.553","11756.765"],["19312.950","11912.503"],["19392.264","11750.551"],["19411.352","11779.348"],["19325.578","11721.327"],["19369.926","11759.312"],["19339.512","11837.698"],["19488.914","11713.323"],["19503.744","11781.469"],["19417.067","11813.433"],["19360.025","11739.543"],["19507.806","11772.666"],["19344.528","11824.387"],["19356.390","11752.210"],["19384.812","11746.284"],["19364.103","11899.897"],["26612.085","17268.279"],["26571.377","17293.085"],["18433.465","14529.504"],["18390.504","14580.566"],["18372.582","14536.702"],["18368.260","14543.442"],["28017.022","8860.213"],["20313.900","10453.855"],["20273.362","10570.897"],["20354.715","10453.680"],["20333.259","10540.532"],["24962.303","16465.946"],["24948.586","16438.548"],["20271.768","14514.444"],["19187.100","11459.677"],["19186.623","11462.419"],["19141.873","11410.584"],["19126.134","11474.203"],["19118.634","11467.564"],["22630.875","17066.654"],["28555.976","9518.778"],["22083.111","15034.189"],["32140.543","12626.569"],["17934.147","12080.559"],["17969.968","12068.112"],["17984.721","12090.952"],["17954.183","12080.761"],["17929.430","12105.484"],["20013.613","10459.190"],["19966.734","10459.993"],["20041.173","10558.483"],["20026.758","10509.365"],["20042.819","10553.644"],["20051.380","10493.924"],["21370.098","13492.039"],["21279.686","13528.373"],["21358.762","13443.417"],["21322.219","13516.184"],["21228.841","13468.939"],["21203.164","13463.964"],["21259.933","13540.875"],["21388.578","13467.478"],["21269.375","13399.571"],["21350.295","13468.290"],["18916.383","12400.153"],["18971.813","12347.875"],["22058.655","14399.783"],["22073.261","14316.959"],["22093.763","14258.406"],["24299.749","16699.897"],["24255.539","16699.352"],["24181.353","16696.165"],["24178.339","16715.106"],["24237.924","16724.868"],["22660.683","16203.303"],["22670.847","16172.898"],["21926.001","8783.952"],["21910.316","8779.290"],["22794.855","17085.713"],["19544.220","14843.990"],["19544.197","14863.856"],["19546.263","14846.566"],["19547.338","14842.709"],["21619.058","14727.670"],["21581.537","14745.330"],["21525.922","14661.683"],["21544.195","14734.945"],["21574.399","14709.690"],["21575.024","14707.642"],["31558.384","9485.060"],["31547.852","9386.889"],["26025.043","15853.657"],["25963.979","15886.148"],["25831.183","15913.183"],["26033.300","15917.753"],["29271.626","10181.591"],["27180.906","17264.776"],["27162.780","17390.699"],["23669.073","16317.485"],["23650.224","16252.448"],["23638.579","16329.624"],["23631.392","16253.852"],["25259.638","16844.908"],["28265.929","9016.216"],["22992.123","8466.120"],["23014.223","8513.927"],["18944.951","13677.099"],["18946.876","13678.123"],["18940.877","13684.008"],["21836.440","14657.913"],["30543.756","14801.186"],["26816.007","15670.460"],["26717.998","15650.641"],["26788.507","15603.986"],["26747.504","15597.330"],["26833.951","15591.814"],["21679.650","14787.472"],["21747.249","14831.320"],["21748.252","14852.278"],["21822.675","14813.900"],["21690.802","14869.008"],["21786.653","14696.330"],["21671.756","14812.113"],["21635.391","14834.062"],["21695.473","14801.593"],["21032.567","12991.313"],["21042.061","13176.441"],["21024.579","13077.289"],["21114.771","13005.593"],["21166.939","12986.554"],["21091.490","13022.454"],["21010.878","13056.892"],["21025.511","13005.995"],["21154.689","13165.746"],["21092.304","13176.662"],["21072.600","13084.321"],["21080.873","13097.170"],["21159.980","13109.350"],["21007.983","13111.740"],["21150.971","13053.570"],["30474.507","15489.167"],["30486.484","15483.499"],["22497.419","15421.152"],["22658.518","15417.264"],["22507.984","15438.052"],["22666.626","15441.591"],["22622.481","15415.563"],["23829.706","9038.929"],["22791.490","15831.682"],["29013.413","10155.404"],["31198.497","10065.069"],["18948.539","11444.132"],["18949.926","11470.993"],["18962.576","11456.696"],["18947.936","11465.444"],["20729.910","15376.589"],["27284.851","15949.759"],["27212.515","16010.998"],["22692.942","9919.038"],["22754.805","9834.642"],["22685.216","9913.982"],["22757.683","9814.725"],["22688.485","9930.219"],["22758.834","9832.727"],["22706.048","9920.888"],["22791.630","9857.549"],["22682.235","9935.685"],["22753.390","9809.704"],["22711.954","9898.149"],["22777.847","9803.511"],["19758.418","11011.319"],["19778.191","10987.208"],["19786.711","10990.808"],["19783.263","10878.211"],["19742.201","11005.390"],["19741.872","11004.333"],["19809.727","10867.608"],["19774.918","10972.014"],["19751.395","11019.378"],["19756.717","10975.109"],["24764.979","8642.652"],["24768.384","8643.858"],["21130.736","10713.963"],["21128.088","10712.096"],["21160.062","10730.511"],["21104.812","10648.492"],["21161.657","10712.823"],["21149.897","10733.979"],["21026.214","10784.622"],["21166.377","10734.508"],["20992.943","12531.553"],["21009.634","12443.233"],["21058.875","12539.704"],["25210.172","17170.155"],["25241.707","17153.627"],["25202.449","17009.081"],["25271.404","17173.382"],["18949.814","12545.877"],["18946.279","12544.692"],["23883.831","17083.046"],["23857.425","17110.900"],["23877.787","17114.435"],["23956.537","17025.962"],["20813.408","14012.871"],["20879.707","13995.893"],["20818.868","13990.642"],["20623.277","10285.337"],["20633.672","10268.046"],["20702.338","10268.403"],["20598.655","10271.613"],["20690.006","10262.069"],["20661.228","10239.445"],["17851.957","12480.695"],["17918.649","12482.750"],["17925.582","12464.827"],["17917.423","12382.065"],["21255.215","10749.910"],["21312.433","10814.877"],["21256.095","10726.473"],["21364.066","10784.843"],["21247.567","10754.022"],["21229.376","10745.880"],["21350.027","10803.436"],["21222.621","10671.127"],["21214.857","10747.703"],["21288.016","10743.073"],["21261.943","10656.074"],["27544.346","16831.824"],["27570.638","16870.028"],["19244.280","11066.826"],["19269.564","11059.246"],["23380.585","7923.006"],["23421.927","7944.798"],["23391.175","7905.107"],["23393.216","7918.993"],["23435.447","7944.996"],["23376.457","7905.649"],["23429.214","7926.995"],["19679.145","11646.429"],["30536.587","9994.614"],["30573.197","9835.454"],["28686.509","9128.827"],["28684.234","8965.903"],["28586.361","8954.880"],["27978.830","8334.130"],["21614.481","14685.578"],["29692.122","9562.434"],["29658.705","9516.367"],["21254.563","15957.173"],["26855.555","16763.513"],["26794.961","16759.646"],["26839.720","16578.708"],["26734.104","16603.575"],["26863.026","16620.904"],["26874.437","16730.962"],["26740.979","16595.763"],["30450.325","15670.709"],["30427.928","15536.979"],["30399.009","15550.450"],["30366.772","15525.209"],["22739.396","15535.079"],["22751.420","15623.981"],["22718.594","15525.818"],["22846.025","15680.232"],["26142.602","15815.266"],["26244.583","15890.502"],["26100.606","15829.053"],["26847.093","15750.014"],["31269.280","9783.695"],["31235.493","9665.722"],["31457.307","13540.424"],["20744.556","14152.461"],["20676.924","14065.805"],["20753.898","14209.818"],["20728.520","14144.467"],["20689.631","10815.436"],["20646.646","10794.469"],["20649.002","10659.829"],["20646.991","10813.297"],["20692.312","10823.693"],["20669.185","10740.244"],["20662.666","10828.623"],["20634.006","10675.998"],["20647.353","10825.188"],["19368.563","11695.856"],["19387.299","11689.889"],["19305.805","11619.647"],["19393.052","11661.225"],["19380.012","11675.174"],["19374.864","11675.537"],["19381.511","11690.675"],["19422.920","11671.299"],["19422.049","11679.524"],["19387.759","11687.147"],["23693.073","16510.201"],["23668.321","8037.397"],["23644.756","8030.386"],["23666.265","8045.011"],["23679.990","8031.267"],["23662.154","8037.100"],["23678.519","8035.581"],["22516.006","13546.890"],["22509.378","13553.464"],["23002.251","15503.972"],["23042.284","15498.803"],["23001.560","15472.940"],["23107.359","9351.246"],["20793.586","13695.384"],["20900.998","13606.703"],["29843.337","15837.318"],["29893.205","15835.006"],["29922.188","15776.437"],["29888.304","15841.595"],["29965.639","15769.522"],["18658.825","9216.177"],["18647.335","9215.915"],["18644.555","9214.009"],["20287.221","10978.749"],["20300.198","10951.036"],["29351.497","9328.546"],["29355.253","9371.330"],["31438.746","9498.976"],["18077.491","14387.714"],["18066.613","14385.427"],["18063.912","14369.419"],["26180.383","16130.171"],["26191.096","15963.269"],["24674.581","16804.332"],["24612.492","16856.388"],["24697.522","16942.709"],["24746.942","16829.798"],["24684.317","16779.889"],["22665.028","16576.668"],["22649.929","16575.561"],["27428.688","17386.315"],["27330.278","17299.106"],["27476.549","17221.103"],["27439.159","17266.043"],["27367.161","17201.669"],["21075.356","12430.174"],["21173.892","12449.448"],["21036.509","12475.338"],["27381.932","16194.101"],["27413.675","16251.508"],["27405.249","16327.029"],["22857.507","9057.430"],["22815.393","8986.761"],["22861.439","9045.809"],["22795.458","8973.268"],["22721.886","14698.195"],["22867.479","14714.726"],["22746.722","14739.533"],["22844.023","14863.708"],["22788.633","14728.290"],["22757.147","14671.203"],["22812.050","14856.606"],["22880.290","14816.524"],["22839.711","12525.087"],["31290.247","8694.799"],["24097.743","8177.717"],["24100.582","8175.346"],["30609.891","9782.768"],["27880.683","16219.606"],["27749.482","16260.135"],["26663.298","16644.748"],["26635.699","16601.114"],["26553.579","16719.596"],["26618.774","16722.222"],["25888.432","16920.588"],["25920.766","16962.569"],["18994.373","11601.620"],["18998.628","11698.930"],["19072.690","11613.381"],["18986.684","11598.956"],["18988.929","11639.013"],["18987.819","11594.200"],["19050.085","11609.725"],["25467.190","16789.269"],["21520.343","13613.726"],["21525.540","13606.673"],["29919.587","16227.022"],["29880.053","16288.070"],["29978.281","16274.834"],["30028.579","16249.259"],["30023.561","16269.005"],["29963.139","16182.943"],["29947.393","16257.974"],["25465.834","17393.130"],["25495.571","17393.956"],["25499.962","17381.338"],["25517.659","17349.365"],["25548.301","17397.622"],["27232.463","15909.837"],["27186.685","15867.079"],["27258.881","15846.433"],["27970.675","9351.145"],["28119.667","9301.263"],["22282.060","14633.189"],["22254.757","14589.728"],["22266.682","14632.255"],["24396.371","7935.344"],["24407.289","7898.626"],["24401.128","7971.018"],["24392.411","7935.978"],["22781.596","16375.242"],["22784.606","16430.320"],["17817.460","13850.156"],["31446.801","8864.796"],["27566.790","16131.591"],["27517.415","16131.492"],["29814.200","9753.037"],["29332.025","9522.747"],["29404.901","9412.719"],["20464.701","11223.621"],["20550.226","11141.358"],["20558.634","11187.733"],["20514.955","11192.195"],["20509.850","11185.689"],["20494.625","11184.542"],["20559.094","11183.422"],["20472.908","11203.621"],["20525.333","11197.810"],["20500.293","11172.232"],["20475.457","11208.064"],["21300.469","14337.552"],["21213.670","14267.266"],["21366.209","14427.990"],["21270.995","14316.941"],["21256.071","14264.722"],["21244.077","14389.274"],["21219.525","14246.093"],["19435.059","14835.714"],["19435.159","14818.662"],["19429.893","14818.569"],["19451.528","14865.302"],["28651.629","16669.521"],["19166.744","15945.375"],["19164.876","15939.669"],["17477.071","12689.043"],["17480.156","12692.048"],["17466.584","12693.572"],["22307.222","14769.521"],["22280.907","14744.715"],["22326.713","14718.720"],["22343.407","14729.769"],["22275.315","14812.957"],["25339.015","14689.674"],["26825.043","17442.564"],["24811.163","7828.746"],["24818.728","7840.786"],["24828.054","7846.187"],["24825.982","7834.642"],["24828.038","7830.365"],["24815.274","7828.978"],["20980.250","15017.936"],["31477.835","13928.665"],["31508.592","13924.438"],["31452.539","13849.442"],["31451.240","13833.686"],["30621.456","8783.379"],["22577.616","15077.675"],["22603.998","14984.301"],["22524.537","14899.381"],["27030.132","16518.691"],["26996.669","16424.513"],["29034.554","9480.554"],["28352.104","10005.754"],["28199.657","9901.025"],["28252.223","9986.583"],["28318.239","9804.749"],["28352.752","9813.134"],["22025.751","12635.582"],["21964.620","12681.035"],["21993.751","12621.742"],["21983.508","12705.515"],["24904.575","17274.040"],["24983.505","17224.604"],["24853.495","17256.086"],["24885.069","17255.427"],["30256.229","15551.485"],["30288.633","15540.475"],["23410.294","16402.636"],["23365.031","16515.406"],["23464.227","16360.339"],["23340.722","16556.347"],["23310.935","16393.173"],["23381.856","16555.356"],["23436.215","16403.214"],["18503.081","13751.281"],["18500.473","13755.677"],["17484.666","12463.562"],["21260.700","13925.915"],["22180.446","15163.375"],["22188.226","15290.130"],["22203.973","15137.626"],["27111.054","17257.294"],["27189.326","17328.793"],["27294.965","17235.258"],["27243.869","17328.759"],["27238.980","17210.990"],["27210.970","17233.087"],["27276.231","17261.749"],["27261.731","17370.345"],["27283.222","17381.369"],["24976.138","8407.264"],["24862.540","8502.811"],["24939.049","8336.332"],["30438.818","15386.551"],["30279.420","15382.985"],["30402.741","15417.267"],["30301.815","15498.617"],["30289.371","15505.446"],["22512.583","14353.358"],["25325.623","14379.966"],["20940.230","14447.845"],["20952.105","14333.707"],["20945.641","14361.437"],["20974.474","14344.261"],["20948.557","14243.174"],["20945.691","14421.684"],["21978.978","12457.317"],["27696.527","16236.149"],["27624.997","16145.067"],["25587.941","17541.496"],["25533.748","17600.588"],["25472.859","17434.325"],["24306.732","7675.480"],["18432.270","12069.545"],["18286.776","11963.748"],["18366.410","12059.570"],["18459.960","12080.536"],["18412.132","12086.898"],["18387.443","11964.055"],["18298.849","11969.892"],["18373.465","12040.134"],["18459.417","12061.296"],["18401.243","11964.748"],["18451.136","11964.491"],["18286.283","11979.999"],["18406.770","12073.306"],["22245.250","9887.712"],["22237.125","9868.438"],["19042.591","14782.504"],["19038.366","14782.687"],["19039.385","14787.997"],["27347.333","16632.460"],["27381.676","16623.477"],["27317.038","16572.922"],["30076.131","15503.456"],["22543.225","15134.983"],["22590.182","15120.119"],["22541.377","15137.994"],["20539.920","13212.589"],["22970.467","8964.912"],["22947.963","8987.067"],["25650.869","17747.738"],["27053.822","15486.245"],["28241.604","9230.662"],["28285.952","9276.235"],["27937.159","16660.874"],["20083.862","15044.553"],["20038.541","14920.933"],["20072.762","15046.611"],["20091.515","15011.273"],["31359.023","9673.235"],["31437.646","9781.155"],["31455.500","9728.678"],["28041.280","9619.150"],["25630.515","16269.012"],["22827.467","7971.585"],["22843.452","8012.405"],["22769.316","7962.709"],["22746.366","7952.385"],["21128.034","14464.633"],["21166.624","14562.872"],["21148.657","14579.851"],["21040.362","14473.889"],["21097.721","14528.497"],["21017.557","14515.252"],["21031.126","14536.425"],["27302.269","16619.446"],["27212.284","16635.451"],["27149.759","16719.177"],["27270.644","16659.269"],["27142.792","16749.163"],["27093.427","16765.453"],["27255.606","16593.535"],["27233.205","16609.984"],["18848.986","14314.589"],["18853.082","14311.865"],["18851.547","14327.679"],["18852.577","14321.054"],["18857.031","14323.519"],["32407.461","12965.332"],["32445.023","12803.183"],["32440.861","12947.614"],["32464.451","12856.000"],["32470.354","12905.396"],["32426.135","12795.935"],["22084.822","13015.065"],["22125.383","13167.492"],["22065.447","13014.256"],["22095.940","13012.110"],["22126.812","12992.621"],["25847.208","17236.507"],["26028.803","17396.807"],["25870.234","17293.226"],["25849.089","17213.340"],["26025.509","17361.558"],["22486.876","14684.724"],["22527.682","14675.063"],["22536.991","14833.114"],["28404.302","17384.147"],["19039.149","11731.859"],["19084.234","11702.057"],["19022.771","11720.125"],["18977.477","11780.766"],["18917.082","11769.301"],["19091.355","11724.072"],["19033.886","11744.196"],["18994.169","11793.656"],["19033.407","11717.590"],["18913.529","11775.378"],["19074.513","11711.091"],["18989.631","11702.811"],["22773.586","13898.187"],["22762.427","13876.574"],["23440.225","16744.619"],["23419.107","16747.823"],["26981.184","17212.689"],["27048.439","17380.185"],["26981.431","17332.260"],["18822.360","6452.122"],["18818.345","6491.822"],["18722.956","6466.850"],["18093.405","12184.467"],["18178.135","12196.060"],["18210.402","12236.074"],["18179.238","12189.276"],["18197.608","12211.006"],["18202.933","12220.961"],["18241.323","12198.499"],["22352.609","8749.031"],["22372.745","8742.620"],["22356.765","8742.705"],["26732.283","16804.089"],["26738.448","16935.154"],["26705.027","16876.343"],["26759.448","16972.238"],["24412.184","7692.970"],["24406.296","7692.045"],["24402.267","7699.956"],["24405.589","7690.130"],["24405.704","7697.793"],["24966.543","17593.341"],["21996.105","12939.012"],["21967.033","12933.355"],["22351.849","10112.222"],["22363.510","10152.093"],["22349.953","10152.124"],["22439.306","10108.506"],["22444.163","14934.020"],["22340.457","15018.169"],["22304.273","15000.333"],["22285.244","14943.124"],["22448.976","15072.808"],["22453.999","14996.415"],["22272.546","14932.802"],["22373.015","15038.599"],["22319.832","14992.025"],["25560.792","16263.788"],["19553.312","10292.693"],["19531.308","10260.555"],["19538.977","10415.888"],["19615.290","10330.559"],["28007.485","15935.633"],["30154.118","15314.620"],["30101.081","15495.162"],["30171.075","15402.019"],["30182.917","15314.835"],["24254.200","7630.334"],["24237.950","7634.282"],["24257.572","7641.301"],["24434.984","16566.933"],["24473.671","16577.473"],["24435.658","16583.548"],["22391.589","15171.622"],["22302.357","15148.128"],["22303.245","15171.200"],["22269.594","15126.840"],["22417.198","15197.980"],["22418.497","15234.776"],["22342.718","15284.659"],["23384.920","16905.588"],["23435.605","16924.117"],["23463.257","16874.878"],["23376.104","16902.518"],["23461.955","16876.240"],["23468.863","16944.151"],["23318.040","16936.884"],["23438.206","16894.704"],["19400.964","15914.979"],["19349.509","15927.723"],["20089.514","14508.939"],["21816.617","13261.932"],["21827.703","13310.735"],["21821.568","13276.912"],["21814.002","13308.736"],["29245.278","16405.702"],["29241.209","16402.112"],["18822.933","14562.712"],["25004.372","17820.063"],["31854.356","13280.845"],["26963.059","17197.363"],["27027.895","17153.531"],["27030.822","17104.233"],["27953.423","9501.167"],["27973.746","9472.428"],["23017.821","12699.835"],["23044.285","12677.803"],["22997.263","12585.263"],["22995.815","12593.455"],["23015.651","12591.572"],["23035.832","12558.030"],["22094.910","8847.396"],["22087.284","8853.815"],["26218.920","16145.724"],["32448.647","12545.239"],["32466.345","12541.305"],["19922.252","15583.747"],["26913.252","16762.357"],["26999.523","16573.192"],["26907.660","16702.159"],["27069.009","16717.590"],["27005.773","16648.452"],["28186.375","15878.303"],["26058.196","16069.060"],["18542.952","15123.050"],["18505.786","15153.865"],["18540.102","15122.607"],["18540.358","15125.467"],["18525.163","15122.733"],["18535.949","15121.603"],["25204.295","17776.929"],["25255.493","17801.805"],["25211.301","17638.960"],["25352.513","17671.861"],["25311.545","17746.240"],["25359.964","17661.060"],["18007.335","12673.647"],["22517.877","9561.574"],["22670.985","9580.125"],["22540.098","9565.455"],["22540.706","9580.302"],["22510.163","9583.094"],["29627.128","9802.213"],["29675.132","9816.214"],["24765.552","9265.283"],["24777.295","9296.744"],["18387.970","12485.981"],["18452.713","12485.042"],["20506.460","10734.685"],["20437.385","10770.216"],["20529.554","10731.186"],["20454.178","10774.790"],["20478.191","10786.130"],["26552.279","16224.268"],["27258.540","17426.051"],["21847.676","14883.499"],["21841.057","14957.982"],["21877.236","14904.386"],["22020.676","14887.418"],["21883.820","15004.930"],["20629.074","10208.693"],["20632.117","10209.503"],["20632.972","10203.772"],["28617.988","9838.420"],["28599.731","9828.212"],["28674.696","9841.067"],["29058.933","9909.168"],["29154.354","9833.861"],["28992.784","9943.283"],["26544.192","17057.790"],["30657.011","10253.099"],["21456.572","13454.959"],["21442.920","13394.117"],["21545.454","13598.393"],["21542.668","13596.513"],["21469.220","13469.526"],["28980.493","9707.784"],["28905.066","9661.840"],["30532.771","15037.014"],["30587.426","15056.006"],["30494.219","14989.086"],["30651.731","14967.810"],["30575.448","14990.766"],["30607.292","14897.396"],["30462.722","14986.972"],["19473.415","10605.864"],["19499.033","10548.766"],["19481.000","10601.297"],["21737.367","14933.800"],["21809.719","15022.933"],["21772.006","15000.208"],["21738.075","14959.382"],["24596.674","16478.543"],["18161.362","12735.577"],["22439.296","13656.646"],["18655.662","11888.814"],["18516.238","11814.231"],["18494.380","11869.443"],["18656.007","11884.701"],["18516.748","11876.346"],["18517.636","11838.839"],["18518.639","11879.220"],["18660.218","11891.407"],["18511.928","11818.344"],["18658.478","11891.598"],["18652.471","11886.848"],["18496.731","11854.099"],["18512.143","11872.250"],["18531.369","11841.685"],["26310.603","15348.760"],["29329.636","9734.801"],["29250.847","9791.031"],["29349.204","9616.095"],["29372.975","9710.134"],["29453.843","9466.125"],["29582.159","9489.176"],["27080.924","15856.635"],["26983.687","15809.715"],["26921.434","15856.470"],["27047.832","15831.433"],["20531.085","10249.157"],["20556.937","10230.631"],["26286.488","16620.635"],["19907.102","10487.327"],["20552.236","14473.209"],["19991.106","10302.950"],["20005.044","10428.043"],["19965.646","10284.849"],["19972.126","10315.634"],["20000.274","10422.593"],["22289.990","10729.533"],["24113.487","16725.709"],["23964.648","16628.693"],["25574.197","16528.983"],["25482.468","16370.441"],["27501.331","16637.579"],["27459.308","16609.289"],["21300.298","12733.871"],["22447.624","15543.099"],["22428.825","15688.500"],["22358.819","15533.851"],["22458.134","15672.562"],["26960.012","16789.723"],["26924.256","16788.947"],["26902.496","16804.075"],["28210.456","15706.705"],["29854.996","9312.592"],["29902.249","9260.847"],["25166.984","17530.674"],["25176.326","17619.642"],["22745.706","15994.761"],["22703.117","16111.973"],["22803.145","15956.415"],["22717.881","16097.241"],["19314.465","11011.459"],["19341.136","10963.868"],["19355.840","10975.032"],["19494.636","11018.787"],["19485.211","10987.948"],["19356.877","10962.001"],["19442.638","11011.769"],["19338.505","10958.005"],["19489.282","11017.070"],["19430.115","10923.039"],["19479.948","10986.825"],["19507.363","11031.648"],["19355.232","10964.264"],["24074.877","16805.788"],["24033.098","16816.466"],["24010.697","16851.957"],["24023.131","16819.009"],["23982.095","16860.347"],["26857.404","16103.013"],["24226.430","7959.904"],["24240.015","7979.871"],["24220.081","7996.221"],["24243.716","7981.952"],["24203.371","7972.158"],["24209.223","7973.649"],["18980.687","12323.548"],["18984.471","12326.099"],["23699.153","8641.375"],["23525.582","8649.929"],["23670.498","8681.261"],["23538.545","8669.462"],["20421.838","10546.310"],["20505.212","10618.249"],["20564.167","10579.218"],["20520.090","10523.367"],["20436.801","10451.020"],["20491.422","10585.385"],["20454.700","10539.142"],["20555.730","10574.379"],["20410.702","10639.372"],["20424.404","10554.370"],["20361.945","10559.957"],["20446.571","10443.324"],["20519.778","10532.698"],["20794.336","11080.681"],["20925.040","11101.829"],["26309.909","15641.058"],["26314.279","15696.835"],["26345.698","15623.766"],["20962.958","15092.672"],["20976.006","15142.267"],["20896.744","15242.160"],["20908.494","15227.992"],["20954.463","15091.223"],["20909.820","15241.412"],["20959.355","15088.099"],["20980.542","15144.637"],["29800.882","9605.099"],["29780.779","9769.347"],["29805.025","9693.278"],["29642.928","9626.748"],["18283.144","12448.754"],["18285.234","12416.877"],["18276.900","12453.118"],["24355.796","16883.796"],["24164.380","16800.690"],["22107.890","12720.982"],["22194.098","12637.922"],["22205.886","12743.298"],["22119.484","12597.735"],["22070.284","12685.412"],["22093.847","12723.876"],["30857.486","13984.370"],["30874.564","13962.810"],["22687.263","14649.023"],["22739.664","14617.248"],["29912.808","15667.964"],["30009.852","15609.352"],["26233.091","17459.362"],["26065.791","17577.105"],["26054.442","17609.656"],["26106.759","17433.978"],["27469.326","17696.801"],["27479.424","17729.072"],["29484.597","9603.986"],["29571.881","9632.750"],["29420.088","9768.534"],["29483.059","9791.749"],["29420.127","9792.068"],["30779.003","9863.374"],["30774.850","9975.268"],["30839.846","9887.139"],["30734.920","9965.469"],["24104.421","8919.821"],["24128.336","8900.201"],["24109.948","8903.421"],["26051.435","17458.905"],["20974.752","13304.186"],["20879.686","13388.249"],["20950.476","13304.385"],["20938.108","13374.310"],["20963.436","13276.474"],["28460.027","9768.514"],["29758.808","10116.984"],["19487.282","15135.736"],["19485.204","15153.878"],["22487.963","13655.641"],["22533.475","13641.094"],["22650.211","13687.441"],["17882.623","12318.133"],["17881.353","12286.282"],["17866.296","12241.327"],["17836.733","12290.082"],["17882.866","12291.269"],["17866.752","12317.191"],["17897.407","12269.117"],["17842.752","12286.697"],["17905.876","12320.022"],["17871.510","12260.567"],["22939.538","16739.149"],["23042.894","16730.413"],["23067.319","16594.775"],["23078.174","16615.204"],["23090.295","16684.667"],["23045.642","16674.187"],["26599.667","17550.872"],["27215.023","15473.693"],["22680.406","16581.771"],["21952.661","13993.195"],["17341.794","12787.744"],["27141.968","15717.791"],["28453.011","16274.929"],["28439.796","16292.481"],["28470.034","16303.831"],["28492.034","16303.057"],["28481.037","16276.862"],["23753.908","16789.702"],["23778.418","16799.749"],["23754.636","16812.010"],["23754.488","16812.819"],["29958.041","8909.389"],["29835.442","8904.061"],["29882.506","8951.176"],["25581.888","17060.175"],["25428.233","17043.938"],["21861.430","15030.480"],["22031.252","14997.360"],["22018.235","15082.038"],["22004.732","14995.363"],["21963.144","14996.039"],["20092.243","16120.244"],["24369.548","16851.118"],["24538.874","16837.383"],["32105.099","12814.529"],["29868.840","16372.991"],["22796.273","14968.473"],["22784.134","14883.287"],["22880.519","16146.740"],["22680.074","16192.585"],["21901.333","13088.575"],["21960.830","13172.486"],["24969.980","16819.525"],["24799.166","16872.713"],["21701.204","13758.147"],["21670.793","13687.368"],["18662.037","13810.618"],["18667.609","13812.548"],["30100.806","15653.927"],["30113.318","15526.189"],["30131.521","15559.700"],["30251.100","15624.306"],["30101.338","15633.212"],["30216.528","15644.207"],["30136.036","15645.520"],["30230.535","15589.411"],["26084.893","16959.378"],["26057.090","16793.810"],["26111.136","16793.942"],["22984.088","16240.893"],["23037.570","16235.549"],["22990.619","16283.485"],["23030.070","16144.154"],["22488.055","15148.910"],["22464.879","15227.592"],["22486.556","15162.901"],["22482.625","15235.734"],["23737.058","16495.338"],["23762.535","16465.875"],["23811.334","16485.462"],["24751.406","17230.998"],["22923.715","14688.316"],["22895.675","14732.328"],["27488.157","16557.596"],["27511.311","16498.896"],["27503.876","16486.608"],["27378.066","16498.511"],["31075.288","9427.251"],["31072.370","9560.430"],["27238.353","16157.215"],["27132.714","16234.864"],["27196.182","16184.895"],["27191.206","16195.091"],["19180.695","12002.974"],["19188.415","11933.880"],["19283.370","12044.871"],["19206.928","12010.181"],["19229.682","11950.709"],["23633.666","16983.769"],["23665.360","16898.319"],["21824.043","14550.346"],["21746.832","14581.739"],["21718.642","14645.957"],["29332.420","9822.360"],["29340.561","9846.657"],["29399.233","9808.380"],["29300.097","9844.036"],["29262.447","9817.850"],["24809.751","8076.717"],["19864.242","11641.958"],["19868.814","11650.446"],["19824.987","11576.582"],["19871.232","11621.446"],["19798.044","11538.609"],["19852.926","11641.347"],["19811.550","11566.895"],["19769.031","11573.027"],["19857.449","11650.975"],["19758.755","11699.788"],["19847.981","11585.550"],["19849.193","11645.690"],["24971.421","8233.805"],["30801.727","8792.220"],["30843.452","8787.418"],["30832.798","8839.261"],["24700.494","17128.861"],["24762.805","17027.621"],["24657.140","17101.616"],["24586.595","17117.926"],["18109.093","13557.032"],["22362.268","9377.172"],["22353.386","9377.536"],["21054.583","12559.803"],["20997.598","12688.399"],["21053.267","12558.944"],["26163.003","16522.189"],["26180.651","16513.122"],["21914.889","14764.388"],["21846.506","14787.030"],["27915.809","9418.875"],["30010.105","15423.920"],["30022.654","15370.196"],["27771.440","15768.136"],["23045.883","13750.281"],["22870.445","13788.893"],["24295.185","7318.570"],["24288.524","7315.317"],["24309.379","7321.048"],["24300.909","7303.740"],["24290.909","7310.891"],["24311.611","7313.360"],["25934.143","15687.517"],["27670.814","15902.894"],["27684.570","15781.163"],["21060.347","15285.823"],["21056.287","15277.588"],["26805.505","15431.089"],["21304.690","14218.414"],["21226.482","14168.620"],["26910.415","15508.312"],["28162.872","15886.610"],["22330.941","13330.632"],["20636.680","11348.704"],["30108.734","9396.720"],["25796.027","16952.768"],["26464.140","15383.459"],["28320.371","17412.553"],["28281.966","17450.819"],["25403.622","16469.445"],["25428.177","16452.487"],["27328.242","16350.101"],["27325.731","16178.362"],["22274.772","15176.587"],["22258.620","15240.435"],["22291.765","15173.545"],["17766.229","12587.499"],["17763.720","12570.399"],["17800.191","12585.491"],["17800.502","12581.337"],["26372.047","15992.143"],["26410.236","16080.936"],["20757.898","14017.321"],["20666.962","13956.866"],["20644.673","13931.500"],["30727.732","9793.085"],["20272.986","14632.422"],["19152.883","15877.402"],["19277.709","15276.785"],["19295.872","15269.349"],["19301.534","15242.022"],["21489.850","13551.671"],["21577.832","13557.046"],["21506.511","13556.930"],["22825.700","15745.819"],["22832.562","15906.245"],["22811.654","15790.229"],["24374.612","7523.808"],["24380.649","7537.367"],["24674.680","7583.451"],["24674.401","7584.689"],["24694.417","7578.480"],["24690.388","7582.030"],["24696.539","7587.183"],["24679.039","7580.015"],["17683.911","12327.453"],["17688.669","12319.752"],["19313.835","11973.843"],["19316.289","11992.265"],["19309.167","11929.580"],["19357.354","11915.948"],["19365.380","11917.055"],["19328.197","11917.524"],["19317.486","11931.187"],["22401.423","9933.311"],["22287.181","9912.536"],["22274.248","9825.557"],["22381.488","9923.154"],["22404.597","9971.148"],["22294.583","9915.492"],["22266.467","9894.384"],["22320.292","9920.289"],["18543.050","8259.381"],["18506.133","8238.612"],["18644.753","8297.197"],["23209.301","15847.032"],["23280.153","15881.711"],["23174.482","15860.938"],["23274.561","15902.685"],["23203.257","15873.216"],["23277.505","15874.278"],["23198.709","15858.642"],["23220.016","15857.064"],["25950.197","17046.254"],["25878.340","17045.955"],["25988.340","17029.637"],["25899.698","17158.229"],["25965.136","17065.822"],["25876.637","17089.029"],["19932.822","11997.657"],["19904.517","12063.232"],["19934.483","12020.399"],["19932.313","12097.699"],["19912.527","12091.687"],["19920.077","12088.417"],["19861.274","12081.727"],["19913.859","12092.398"],["24555.280","17111.436"],["23283.331","16929.291"],["22673.857","15488.163"],["26428.255","16426.952"],["30447.648","15425.451"],["30447.747","15488.176"],["18596.533","9099.326"],["18591.737","9104.270"],["26023.508","16097.838"],["25891.453","16073.016"],["25991.858","15974.356"],["25892.203","16059.591"],["25940.780","16027.108"],["22623.372","9392.075"],["22617.001","9407.952"],["22600.562","9402.280"],["19160.830","14022.448"],["19218.376","13900.577"],["19177.608","14020.413"],["19138.369","14001.274"],["25596.542","15961.438"],["22553.216","15799.234"],["22534.318","15905.527"],["22536.013","15827.327"],["22583.932","15843.956"],["22539.434","15818.921"],["22499.022","15775.964"],["19727.057","15365.493"],["26687.607","17278.698"],["26699.322","17361.326"],["22248.647","13469.152"],["18469.654","12478.568"],["18557.629","12520.890"],["18593.477","12476.266"],["18593.469","12480.130"],["29102.677","16332.982"],["29192.961","16288.327"],["25372.441","8111.401"],["25367.178","8109.617"],["25368.839","8110.113"],["25347.000","17373.702"],["25392.217","17400.089"],["25351.458","17388.698"],["25374.487","17393.301"],["25335.088","17233.432"],["25301.589","17324.057"],["24788.299","9276.497"],["24781.218","9300.386"],["24784.335","9270.039"],["24781.677","9296.462"],["21132.057","13287.744"],["21126.624","13340.359"],["21176.931","13325.996"],["21017.715","13258.595"],["21063.624","13186.234"],["19304.268","12218.764"],["19344.273","12256.023"],["19347.090","12251.745"],["19346.242","12230.531"],["29468.890","9845.070"],["29547.664","9915.812"],["29506.040","10000.998"],["29478.625","9878.759"],["19435.815","15891.976"],["19441.205","15883.475"],["19448.696","15901.305"],["22232.045","14313.376"],["22178.581","14247.047"],["22206.665","14448.007"],["20186.652","11567.119"],["20191.151","11621.889"],["20270.785","11626.836"],["20321.628","11589.975"],["20190.110","11650.274"],["20349.734","11588.921"],["20196.320","11600.556"],["20348.803","11597.441"],["20183.392","11591.786"],["20192.923","11652.322"],["20340.277","11603.058"],["20180.977","11624.847"],["20323.105","11593.776"],["28726.804","9643.676"],["25856.896","17147.787"],["27663.117","15664.215"],["21167.729","15868.252"],["21156.591","15862.190"],["18663.484","13817.324"],["20371.173","10430.714"],["19296.233","11603.330"],["19149.000","11586.273"],["19137.800","11585.530"],["19301.398","11626.947"],["19293.108","11619.681"],["19295.526","11637.732"],["19282.838","11638.925"],["23278.645","16444.627"],["23199.995","9493.621"],["23238.604","9481.870"],["23204.295","9472.109"],["23237.305","9502.729"],["23113.967","9377.735"],["23167.098","9473.020"],["29075.514","10246.750"],["19695.601","10161.888"],["19641.098","10130.710"],["19670.009","10168.263"],["19648.006","10123.014"],["19644.322","10107.654"],["19687.559","10156.438"],["19631.114","10105.590"],["19682.541","10197.857"],["19655.111","10128.860"],["24741.956","8399.656"],["24701.186","8392.570"],["23015.437","12856.302"],["22997.674","12924.262"],["17945.624","13801.972"],["17956.079","13776.264"],["18023.005","13775.210"],["17954.204","13773.633"],["17935.513","13811.687"],["25527.009","16666.363"],["25416.431","16710.299"],["22154.199","14970.508"],["22149.726","14941.606"],["22091.959","15042.942"],["22184.857","14986.891"],["30461.221","10191.343"],["22121.617","13191.373"],["22155.793","13232.727"],["22235.985","13377.383"],["22568.133","14510.417"],["22663.348","14463.015"],["22534.173","14600.716"],["22468.792","14490.655"],["22506.859","14483.780"],["21353.418","14999.914"],["21336.730","14985.571"],["26916.533","16128.364"],["24995.116","8258.128"],["22387.447","16393.622"],["22419.108","16410.682"],["22293.121","16476.859"],["22461.805","16386.157"],["23401.236","16223.002"],["23420.162","16334.147"],["23412.415","16242.244"],["23421.338","16325.036"],["23376.565","16284.901"],["23364.208","16315.386"],["23439.065","16342.242"],["23459.326","16322.418"],["23425.594","16243.745"],["23319.866","16324.783"],["23428.945","16320.572"],["20127.030","16174.684"],["20130.484","16164.336"],["21721.199","14307.271"],["21690.280","14276.987"],["21713.660","14273.343"],["21717.185","14304.133"],["21727.883","14258.458"],["20341.758","15532.745"],["20240.109","15556.059"],["20350.580","15520.155"],["20146.583","15679.813"],["23115.425","15932.411"],["23154.515","16103.127"],["25303.545","17022.220"],["25404.516","17066.812"],["21445.160","13359.595"],["26339.296","15811.550"],["26295.118","15801.129"],["26384.529","15903.479"],["26430.549","15865.742"],["26356.674","15776.966"],["26276.796","15770.758"],["26383.513","15775.812"],["26803.964","16423.629"],["26808.838","16357.043"],["26793.773","16462.724"],["26803.766","16421.202"],["26814.145","16467.230"],["26759.973","16357.026"],["29855.245","15691.257"],["29934.028","15682.305"],["32518.104","12655.644"],["32422.479","12709.880"],["32481.678","12674.829"],["32386.213","12589.946"],["32374.683","12661.557"],["18811.326","12606.717"],["18803.720","12559.217"],["18736.502","12613.550"],["27700.185","16775.457"],["27701.519","16823.771"],["20311.919","12671.006"],["20296.475","12580.800"],["28962.265","9914.262"],["28871.764","9885.131"],["25734.676","16926.541"],["25719.429","16904.030"],["25742.695","16930.287"],["25792.465","16894.027"],["19067.648","13324.602"],["18423.494","13427.081"],["24604.319","17329.304"],["21017.350","13491.708"],["21086.081","13448.336"],["21154.315","13417.474"],["28350.279","8591.367"],["28330.574","8737.640"],["31378.561","9352.786"],["31430.446","9301.117"],["31486.458","9244.852"],["31384.727","9261.033"],["23719.257","16721.070"],["20662.683","16088.152"],["20574.531","15944.197"],["27207.606","16130.958"],["30529.679","15927.936"],["22594.440","12706.439"],["22641.225","12589.815"],["22635.831","12590.294"],["21769.314","13428.389"],["21795.910","13424.145"],["21788.624","13423.798"],["24853.991","17138.073"],["24907.744","17112.371"],["24784.625","16992.397"],["24887.799","17184.808"],["24946.024","17075.997"],["18290.736","12197.176"],["18297.180","12147.404"],["18252.343","12201.835"],["18303.367","12185.888"],["18258.970","12204.116"],["29891.055","15369.801"],["29896.059","15382.120"],["29931.164","15500.334"],["29915.417","15440.188"],["29959.305","15444.757"],["29971.762","15427.389"],["24610.395","17179.561"],["22866.277","8233.486"],["22850.234","8220.140"],["21242.650","10635.867"],["21149.961","12572.338"],["21159.177","12636.342"],["21393.298","15213.861"],["21388.161","15134.427"],["30724.028","14310.009"],["27435.905","17639.989"],["27379.490","17622.655"],["26300.335","17034.184"],["26257.478","17041.562"],["27484.920","15794.124"],["27387.699","15854.851"],["27379.443","15832.852"],["27386.989","15829.162"],["27319.738","15749.777"],["27349.065","15787.435"],["27130.247","16362.296"],["32188.929","13116.755"],["32163.057","13124.038"],["32211.528","13089.950"],["29682.582","9863.643"],["29755.175","9857.261"],["29808.984","9986.464"],["29778.396","9810.509"],["27996.771","15720.848"],["28113.778","15880.716"],["28125.814","15850.929"],["30636.579","9487.318"],["29357.130","16204.566"],["29359.714","16251.958"],["29351.012","16295.037"],["29341.933","16222.849"],["29267.136","16270.326"],["29321.061","16290.017"],["29327.056","16210.276"],["29309.441","16255.380"],["19981.038","10914.813"],["20131.781","11024.762"],["17734.450","12441.475"],["17725.648","12410.385"],["17708.938","12425.662"],["17754.741","12463.737"],["17824.460","12427.195"],["17727.375","12425.150"],["17748.196","12475.142"],["17826.316","12469.581"],["24821.704","17304.531"],["22770.609","9515.501"],["22703.505","9528.286"],["22802.862","9467.491"],["22761.497","9481.414"],["22689.476","9566.304"],["22799.772","9500.573"],["22716.499","9534.314"],["22772.039","9515.336"],["22713.522","9579.368"],["22799.739","9498.096"],["23865.834","16314.365"],["23815.923","16184.018"],["23834.732","16257.800"],["23841.130","16263.300"],["23804.584","16213.325"],["20265.257","10645.563"],["20199.928","10642.899"],["20946.251","16029.718"],["20957.586","16016.481"],["20947.971","16015.268"],["22879.713","16084.772"],["22871.779","16039.784"],["22853.704","16030.783"],["22863.282","16018.447"],["30712.212","14169.375"],["30752.461","14223.873"],["30687.079","14129.508"],["27875.009","15630.795"],["23121.162","8045.026"],["23140.306","8036.405"],["28660.385","9533.015"],["28426.556","15639.680"],["28495.454","15705.246"],["27154.539","16232.502"],["27217.505","16272.828"],["27179.859","16339.485"],["27174.364","16246.040"],["27162.195","16269.972"],["27149.749","16316.870"],["17601.430","12247.707"],["17614.962","12257.291"],["24825.356","16613.446"],["24858.265","16733.560"],["24837.494","16650.490"],["24819.411","16615.543"],["18665.262","15673.497"],["18615.754","15681.166"],["18656.074","15673.423"],["27173.316","15539.442"],["27187.495","15516.491"],["27265.454","15569.549"],["20878.205","11006.701"],["20878.759","10858.226"],["20869.041","10966.421"],["20899.534","10972.611"],["20927.635","10884.977"],["18186.332","12527.907"],["18184.621","12547.081"],["18177.450","12546.519"],["18219.889","12451.657"],["18234.872","12536.837"],["27760.203","16755.792"],["27820.340","16681.620"],["27914.271","16629.465"],["27874.216","16692.290"],["27886.936","16633.924"],["27803.975","16734.369"],["22470.211","10122.941"],["22479.076","10120.530"],["22493.780","10069.530"],["30890.699","9802.710"],["22347.180","9355.148"],["22422.228","9239.272"],["22347.721","9213.474"],["22339.763","9341.341"],["22457.250","9232.852"],["22377.374","9234.057"],["22323.309","9358.457"],["22362.120","9352.994"],["24994.950","8371.765"],["31619.677","13298.659"],["26223.360","15437.865"],["23081.116","15549.241"],["19875.773","10408.681"],["19860.320","10382.453"],["19878.905","10362.370"],["19889.349","10399.959"],["19834.843","10399.907"],["19899.201","10395.087"],["24383.613","17311.513"],["24838.303","17684.505"],["30607.383","10050.549"],["30531.544","10104.652"],["30587.155","10203.864"],["25398.897","17210.723"],["20977.944","14458.580"],["18599.516","15297.865"],["18590.619","15298.417"],["18584.657","15322.532"],["18667.804","15320.178"],["23189.523","16565.599"],["23155.995","16598.691"],["23219.092","16596.480"],["23136.883","16613.257"],["23137.993","16593.074"],["28581.975","16508.695"],["23220.397","16622.809"],["23102.236","16743.676"],["23213.012","16645.600"],["23188.752","16624.907"],["20009.572","14230.571"],["20082.570","14229.034"],["27239.849","16794.543"],["27196.717","16815.296"],["27152.292","16957.162"],["25753.200","16487.444"],["25786.212","16380.418"],["25777.643","16538.172"],["28316.902","9767.881"],["28172.716","9614.747"],["28334.579","9757.946"],["22773.627","16193.675"],["22212.256","15523.925"],["20416.748","12764.745"],["20404.995","12906.785"],["20528.844","12938.444"],["20520.185","12766.876"],["20392.149","12898.626"],["20386.360","12838.790"],["20423.968","12789.964"],["20445.169","12839.097"],["24617.230","16962.618"],["24647.328","16971.289"],["24684.088","16977.778"],["22728.159","16379.238"],["22716.761","16371.509"],["24306.809","7695.648"],["24146.214","7709.799"],["23217.345","17086.716"],["20344.175","11867.005"],["20319.764","11793.145"],["20321.025","11744.109"],["20303.843","11826.488"],["20225.523","11817.918"],["20252.973","11735.363"],["20176.380","11751.748"],["20286.043","11762.525"],["20198.718","11844.061"],["20230.107","11895.845"],["20162.054","11746.348"],["20376.575","11497.163"],["22874.010","13078.972"],["20968.979","12589.175"],["19735.048","11074.700"],["19794.163","11076.325"],["19754.457","11103.359"],["19800.427","11072.383"],["25054.525","17659.819"],["25154.509","17749.067"],["24998.588","17651.000"],["25125.841","17748.968"],["23463.066","8160.276"],["23444.939","8174.188"],["23050.324","13800.933"],["23025.143","13814.195"],["23055.225","13788.613"],["20783.483","10278.788"],["20794.470","10305.972"],["20819.568","10394.712"],["20835.736","10393.572"],["20793.187","10311.703"],["23956.540","16537.447"],["26153.200","16617.978"],["26135.766","16608.911"],["25885.203","16299.209"],["25907.703","16307.120"],["25944.150","16228.127"],["25995.959","16302.050"],["24126.505","16884.929"],["24108.446","16910.775"],["26790.337","16606.416"],["23015.975","12706.325"],["19531.968","12104.518"],["19590.844","12089.102"],["19561.634","12069.933"],["26251.007","17337.995"],["26073.947","17322.829"],["26126.579","17332.342"],["26155.904","17361.608"],["26137.336","17246.925"],["26132.368","17237.214"],["19146.290","15116.900"],["19126.253","15092.260"],["19136.025","15093.475"],["21841.201","14507.448"],["21833.171","14484.120"],["21858.421","14600.908"],["21860.425","14457.002"],["21914.896","14509.310"],["22927.500","7772.626"],["22915.591","7789.280"],["22920.089","7814.856"],["26188.076","17150.129"],["26150.280","17074.472"],["22300.260","14320.783"],["22277.100","14400.681"],["22326.685","14442.723"],["19804.206","11418.690"],["19748.610","11305.234"],["19848.516","11465.224"],["19784.568","11437.270"],["19830.629","11298.971"],["19784.831","11443.859"],["19883.242","11464.952"],["19766.583","11337.513"],["19785.902","11468.999"],["19805.604","11454.627"],["19841.989","11294.809"],["20357.802","15527.445"],["20471.607","15572.981"],["20496.057","15532.213"],["20986.560","13504.772"],["20881.772","13507.946"],["20870.064","13468.703"],["24216.956","8886.547"],["24205.688","8846.032"],["18733.025","16019.392"],["18706.885","15983.618"],["18692.713","15986.290"],["20324.074","12513.467"],["28366.581","8798.028"],["23020.674","9387.758"],["23088.659","9396.316"],["22955.452","9442.244"],["22943.551","9391.078"],["22949.620","9393.538"],["31177.603","9521.876"],["31160.343","9474.204"],["31168.744","9481.280"],["18813.815","12226.574"],["18822.252","12237.425"],["18767.949","12186.336"],["18813.897","12238.515"],["18815.854","12237.607"],["18819.210","12239.506"],["18779.692","12178.591"],["18726.286","12221.453"],["18820.624","12239.010"],["22228.860","13404.490"],["21147.277","10575.764"],["21152.260","10595.086"],["21147.918","10603.625"],["19723.206","11766.975"],["19670.886","11858.684"],["19657.037","11861.524"],["19568.461","11751.507"],["19576.573","11860.424"],["19516.023","11730.527"],["19664.324","11736.105"],["19657.295","11714.959"],["19521.319","11718.620"],["19574.122","11864.008"],["19643.880","11731.728"],["19521.155","11743.459"],["19709.094","11760.319"],["24534.231","7420.643"],["24529.428","7421.072"],["26620.861","16554.136"],["26538.962","16507.679"],["26489.899","16523.847"],["26597.309","16369.215"],["26609.611","16389.264"],["26493.337","16426.126"],["30309.311","8782.034"],["30291.149","8797.357"],["25886.254","16619.539"],["23982.409","17150.834"],["28474.902","16362.939"],["22864.917","9210.841"],["22849.452","9217.346"],["20281.814","10361.788"],["20274.183","10329.980"],["20470.514","12728.626"],["20520.534","12605.232"],["20389.441","12606.145"],["20487.767","12755.249"],["20462.725","12599.726"],["20559.736","12705.353"],["19494.235","10425.278"],["19490.850","10394.387"],["19514.156","10409.052"],["19509.799","10412.800"],["19497.429","10371.166"],["19494.983","10319.513"],["32307.582","12768.982"],["32257.829","12776.891"],["32307.835","12892.762"],["32154.669","12945.772"],["32273.853","12869.338"],["32215.510","12803.961"],["32228.106","12958.274"],["32241.891","12783.728"],["32319.112","12873.852"],["27096.848","16964.577"],["22915.402","12932.107"],["28245.684","8696.473"],["28265.464","8685.803"],["18213.779","12959.404"],["31032.467","8795.733"],["30893.215","8848.739"],["30960.606","8766.904"],["28055.908","8556.005"],["27177.070","16439.827"],["27240.775","16424.188"],["27224.179","16542.770"],["27107.697","16414.798"],["27164.883","16536.062"],["27278.567","16534.575"],["24829.924","16341.623"],["29680.167","9304.421"],["29670.074","9368.691"],["29649.971","9358.880"],["22727.123","13636.381"],["22761.937","13694.817"],["22733.948","13619.420"],["22744.330","13669.323"],["22876.648","15313.168"],["22730.973","15457.566"],["22689.943","15428.929"],["22870.858","15324.943"],["22739.875","15369.461"],["22725.821","15426.863"],["20847.981","14102.794"],["20932.010","14109.552"],["20810.546","14063.606"],["20961.468","14156.122"],["20830.728","14115.313"],["20915.958","14163.471"],["20875.809","14059.345"],["20810.684","14236.731"],["30949.934","11028.629"],["21071.743","14297.847"],["21033.222","14363.657"],["21009.208","14367.257"],["21085.755","14355.548"],["19082.166","14882.311"],["28813.789","9409.341"],["28852.288","9484.181"],["22482.249","14931.511"],["22888.328","8138.079"],["25035.134","17201.416"],["25075.040","17273.772"],["25105.945","17219.387"],["25152.491","17251.972"],["23348.502","16615.914"],["21025.906","10966.138"],["21023.497","10969.278"],["21014.960","10919.725"],["21095.110","10948.820"],["31083.438","8711.931"],["21809.270","13997.399"],["21813.432","13908.591"],["21219.886","13052.381"],["18478.650","12465.604"],["18472.598","12460.600"],["18147.974","12682.319"],["22244.543","15541.448"],["18768.116","15179.284"],["18775.353","15169.435"],["18796.678","15179.158"],["20679.181","13664.286"],["20752.635","13676.392"],["20608.235","13658.305"],["20613.202","13674.672"],["20731.171","13624.848"],["20717.799","13708.845"],["20689.107","13638.190"],["20664.882","13655.869"],["22647.251","8519.881"],["22662.930","8506.176"],["19452.739","14875.140"],["28002.155","17052.727"],["27936.924","16995.948"],["30928.598","14055.048"],["30994.914","14133.892"],["30948.976","14125.899"],["19772.577","10133.516"],["19857.676","10125.899"],["19751.738","10095.531"],["19915.797","10206.209"],["19744.195","10094.841"],["19864.074","10151.663"],["19761.162","10114.375"],["19745.296","10076.620"],["19767.889","10125.820"],["19732.550","10070.580"],["19890.670","10117.939"],["19899.827","10220.842"],["19908.872","10217.686"],["24747.232","16581.499"],["24755.896","16712.651"],["22182.218","12767.361"],["22125.858","12946.708"],["22119.673","12945.570"],["22120.858","12873.364"],["28010.358","16900.642"],["27954.380","16955.709"],["28020.900","16877.405"],["27960.000","16974.593"],["28056.163","16826.607"],["27977.489","16900.119"],["18577.055","12590.776"],["18535.456","12604.727"],["18537.823","12600.966"],["18579.555","12579.364"],["18539.728","12604.213"],["18588.577","12599.439"],["21610.637","14581.079"],["21560.593","14598.298"],["21514.392","14483.428"],["21489.011","14154.882"],["21465.511","14148.878"],["21457.814","14150.827"],["24534.164","8937.726"],["24566.796","8934.258"],["24541.582","8908.428"],["26314.935","16948.276"],["26259.189","16953.866"],["22965.562","9682.330"],["22987.547","9682.971"],["18696.842","8343.901"],["18553.110","13554.916"],["18542.423","13556.670"],["18541.983","13560.547"],["18528.212","13554.792"],["18546.468","13558.602"],["18577.536","13570.711"],["18799.881","11905.462"],["18774.142","11743.618"],["18781.049","11789.932"],["18767.217","11746.227"],["18757.299","11877.565"],["18745.975","11772.907"],["18823.716","11833.031"],["18811.772","11905.875"],["18779.453","11857.417"],["18749.922","11780.108"],["18798.943","11786.563"],["18774.487","11756.764"],["18810.292","11903.943"],["31916.575","13126.210"],["22615.126","8536.956"],["22627.133","8701.849"],["20610.718","10573.896"],["20571.993","10524.334"],["20615.323","10550.511"],["20646.626","10587.819"],["20627.947","10488.972"],["20593.978","10503.427"],["18946.054","12311.723"],["24229.715","17322.793"],["24293.959","17332.950"],["18980.265","12040.359"],["23106.509","15580.978"],["25112.688","17190.452"],["25091.959","17083.547"],["25036.334","17187.675"],["25116.252","17189.857"],["25004.558","17107.015"],["25114.629","17112.913"],["25110.649","17106.505"],["22214.857","14783.714"],["22220.693","14831.685"],["22233.324","14835.549"],["17383.128","12681.097"],["30790.084","9267.075"],["30880.915","9313.014"],["30798.795","9361.488"],["22610.471","9375.665"],["28058.783","16538.575"],["28058.185","16440.629"],["28031.731","16543.777"],["27951.097","16551.199"],["28045.925","16513.224"],["19211.282","12275.155"],["19220.859","12256.334"],["19254.619","12236.296"],["19242.823","12316.765"],["19300.844","12192.742"],["18869.307","13986.909"],["22325.413","8511.239"],["22319.838","8514.889"],["22320.117","8508.547"],["22319.410","8496.838"],["22328.898","8509.931"],["26040.708","17474.132"],["25415.344","17915.060"],["25557.070","17866.253"],["25472.351","17931.938"],["24454.161","16551.013"],["20485.183","11423.861"],["20432.398","11425.830"],["20559.030","11427.935"],["20512.905","11383.105"],["19369.481","15934.434"],["19415.696","15957.568"],["19424.854","15956.462"],["19358.729","15938.308"],["27308.345","15615.491"],["27354.838","15692.307"],["27513.324","15701.325"],["22932.852","8925.226"],["24130.065","7852.766"],["28258.500","8907.991"],["28300.301","8891.503"],["19317.107","11238.774"],["19322.737","11202.961"],["19472.104","11181.344"],["19326.405","11204.381"],["19311.680","11242.275"],["24866.428","17623.135"],["24881.198","17690.517"],["24788.960","8622.768"],["24792.562","8635.798"],["24806.016","8619.498"],["24788.121","8662.041"],["22942.841","17093.159"],["18355.816","13377.389"],["24898.223","8839.249"],["24927.991","8891.421"],["22330.810","15359.341"],["22341.187","15483.743"],["22352.688","15449.116"],["22343.556","15391.803"],["22317.783","15402.884"],["22349.000","15477.005"],["20538.525","13075.540"],["20476.909","13129.748"],["20463.959","12971.277"],["20522.601","13135.116"],["20435.126","12972.317"],["20544.838","13127.139"],["20488.160","13180.087"],["18998.640","13841.586"],["18931.843","13983.979"],["18912.495","13994.334"],["18509.332","15031.407"],["18488.822","15054.652"],["18470.715","15035.583"],["18469.923","15054.828"],["18507.181","15035.994"],["26090.359","7963.208"],["26102.600","7966.252"],["23752.099","16769.883"],["20459.771","10647.237"],["20407.614","10648.946"],["20451.130","10673.800"],["19718.979","11075.856"],["19639.256","11275.739"],["19636.180","11276.978"],["19652.467","11241.975"],["19640.456","11262.362"],["24187.229","16903.475"],["24147.837","16885.621"],["31159.533","9731.258"],["31116.036","9683.580"],["29527.315","9317.015"],["29518.487","9217.940"],["29434.712","9274.915"],["23313.698","17005.108"],["27257.368","17547.626"],["27185.602","17422.807"],["27213.931","17543.217"],["27127.882","17423.619"],["27256.447","17556.660"],["24274.534","17488.490"],["24339.140","17529.432"],["19146.873","11898.705"],["19148.929","11889.506"],["19150.804","11881.182"],["19156.660","11889.258"],["19102.671","11702.338"],["21848.687","14284.067"],["22002.646","14434.626"],["21868.020","14384.761"],["21976.244","14408.238"],["21869.652","14432.978"],["21892.237","14388.620"],["21945.307","14341.476"],["21977.327","14445.154"],["21839.378","14334.571"],["21877.694","14448.513"],["19646.607","11437.992"],["19658.514","11405.125"],["19603.206","11447.301"],["19584.618","11296.529"],["19652.907","11457.150"],["19659.384","11317.275"],["19661.655","11398.486"],["19609.472","11456.203"],["19663.974","11402.235"],["19652.938","11399.526"],["19600.541","11455.311"],["27151.233","15878.760"],["27153.154","15865.494"],["27135.502","15725.734"],["28944.596","9107.069"],["28891.216","9054.269"],["25533.040","17793.833"],["25421.066","17661.991"],["25591.528","17685.906"],["25496.330","17788.945"],["19792.058","11781.146"],["19813.510","11741.233"],["23032.466","16800.157"],["22976.447","16871.287"],["18283.884","12652.429"],["18404.974","12616.225"],["18447.966","12553.809"],["21680.153","13988.797"],["31328.137","8654.351"],["20075.601","11984.110"],["20067.676","12039.315"],["20138.458","11978.946"],["20004.657","12014.282"],["20055.436","11987.793"],["19967.690","11986.476"],["19970.782","12019.705"],["19964.746","11986.163"],["20061.193","11992.136"],["20003.801","12005.644"],["20131.994","12014.652"],["22561.006","16981.716"],["18864.803","13777.614"],["18836.292","13805.108"],["18838.977","13809.872"],["18843.288","13794.391"],["18834.258","13809.157"],["18827.926","13791.203"],["20918.338","12442.753"],["20941.331","12481.547"],["20938.157","12446.882"],["28023.140","16320.539"],["28018.069","16254.882"],["28554.053","9193.086"],["30692.529","14276.191"],["20740.205","13460.402"],["20643.198","13413.483"],["20628.251","13571.683"],["20659.913","13519.825"],["20760.532","13498.948"],["20677.409","13514.969"],["20707.557","13556.885"],["20611.755","13591.567"],["20660.254","13474.589"],["20593.942","13572.294"],["25212.074","17527.895"],["25280.997","17495.645"],["22047.314","9381.979"],["22055.972","9396.493"],["22051.069","9386.756"],["22047.723","9381.375"],["19547.165","15720.255"],["25001.713","17442.128"],["25001.203","17552.222"],["20435.737","10957.197"],["20453.589","10978.017"],["20356.774","10906.066"],["20403.656","10947.567"],["20435.414","10975.837"],["20443.934","11001.849"],["20455.052","10988.669"],["19536.724","10714.415"],["19524.426","10716.711"],["23846.225","7479.468"],["23843.153","7483.216"],["23840.089","7481.471"],["27829.285","16466.163"],["27758.593","16492.587"],["18827.005","13924.214"],["18832.758","13929.179"],["27318.797","17154.697"],["21121.851","13996.437"],["22827.813","9785.421"],["22821.870","9772.597"],["22831.201","9776.717"],["22819.539","9789.252"],["26952.589","15506.308"],["26897.047","15420.842"],["19986.613","10930.833"],["22441.638","14470.837"],["20518.102","15273.781"],["20502.472","15281.254"],["20518.654","15280.725"],["23934.369","16568.545"],["23888.579","16700.799"],["23869.880","16717.125"],["26372.800","17330.629"],["26272.586","17346.996"],["26455.929","17204.779"],["26282.882","17370.167"],["22034.836","9369.084"],["22038.818","9373.685"],["22248.158","13671.733"],["25788.984","17488.354"],["25799.740","17436.632"],["23032.446","13815.995"],["22990.456","13860.993"],["22979.250","13884.634"],["20328.247","15255.687"],["20329.279","15251.426"],["20326.470","15258.919"],["22427.183","16594.464"],["22411.049","16595.108"],["18779.456","11969.589"],["18683.236","12026.013"],["18780.579","11969.702"],["18776.797","11972.467"],["18678.811","12028.507"],["32332.775","12601.325"],["32250.987","12627.727"],["32280.905","12686.290"],["32273.026","12688.154"],["32151.184","12707.560"],["32309.655","12733.753"],["32339.556","12753.953"],["21507.383","14296.270"],["21551.790","14363.483"],["21545.407","14355.827"],["19542.038","15694.209"],["27562.643","16511.035"],["27684.518","16525.172"],["27690.357","16386.675"],["27712.659","16463.817"],["27546.492","16514.569"],["18169.792","12011.212"],["18210.678","11949.890"],["18057.219","11972.264"],["21370.634","13341.507"],["21227.950","13354.980"],["21253.365","13270.838"],["24418.029","7863.352"],["22232.495","12487.738"],["22237.610","12491.207"],["22146.163","12486.285"],["22188.456","12424.832"],["19652.084","10881.591"],["19633.305","11060.358"],["21366.597","12765.167"],["21288.801","12797.190"],["21366.252","12859.932"],["27577.471","16581.386"],["27714.645","16617.409"],["23017.690","16107.018"],["22941.226","16004.607"],["22980.108","16130.043"],["22901.496","16009.429"],["23925.088","16868.159"],["23797.605","16790.698"],["25813.369","16135.489"],["25717.431","16130.666"],["17829.863","13627.120"],["22840.474","12950.832"],["32698.055","12439.811"],["22583.594","15587.304"],["22557.567","15518.675"],["22610.304","15540.863"],["22500.284","15674.833"],["22465.346","15524.917"],["20920.411","10773.565"],["20922.566","10779.958"],["20922.245","10773.196"],["20935.159","10775.024"],["27817.703","16861.556"],["27894.397","16932.125"],["27841.027","16921.523"],["18689.595","8314.119"],["17778.228","12107.882"],["18615.311","15957.004"],["18612.312","15962.685"],["27341.550","16360.089"],["26743.312","16322.889"],["24033.802","7263.865"],["19878.060","10649.297"],["19835.460","10846.095"],["24574.552","7604.879"],["24572.444","7615.072"],["26571.215","15821.227"],["26480.868","15735.100"],["22659.202","9603.613"],["22483.468","9796.254"],["19271.172","11157.583"],["19170.021","11132.900"],["19227.844","11089.925"],["19274.725","11255.716"],["19101.067","11231.540"],["19173.445","11151.976"],["19246.510","11099.088"],["19161.155","11131.777"],["19239.012","11085.135"],["19112.756","11248.415"],["19214.241","11083.559"],["25905.629","17217.614"],["20601.747","11166.644"],["20771.559","11102.750"],["20723.692","11239.810"],["20728.105","11111.099"],["20682.318","11225.512"],["20772.265","11097.251"],["20726.123","11138.269"],["22887.715","9372.037"],["22890.868","9368.408"],["22938.028","9354.413"],["22885.727","9368.289"],["30532.932","14857.471"],["20978.025","12381.167"],["20834.101","12518.718"],["23289.553","17015.315"],["21947.700","14212.540"],["21835.767","14041.825"],["21892.721","14203.881"],["18959.441","12563.572"],["25822.208","17267.655"],["24351.641","8200.098"],["28522.111","9072.548"],["21990.523","14715.752"],["22028.591","14719.618"],["21998.402","14717.073"],["24341.181","17043.524"],["24324.252","17056.266"],["22371.803","10250.930"],["28617.619","9175.406"],["22659.360","13839.393"],["21388.894","14455.431"],["21336.905","14481.063"],["21350.671","14544.614"],["21254.907","14482.922"],["28047.610","15926.431"],["27243.421","17158.620"],["26075.076","15911.113"],["20191.407","15486.930"],["18631.660","12012.959"],["18537.790","12065.023"],["18569.528","12001.682"],["18509.567","11999.778"],["18647.575","12009.706"],["18632.104","12010.316"],["18652.032","12005.974"],["22541.621","15748.351"],["22590.494","15817.647"],["22654.384","15726.916"],["22616.095","15889.738"],["22120.272","14472.310"],["22095.194","14563.215"],["22184.231","14537.966"],["26456.802","16299.825"],["26258.147","16345.894"],["20207.759","11049.252"],["20204.400","10962.825"],["20351.264","10889.963"],["20189.581","10992.354"],["26597.131","16197.596"],["30479.496","15218.330"],["30548.100","15099.623"],["30030.598","16031.969"],["25689.685","17134.862"],["25819.672","17036.987"],["25631.157","17140.280"],["24857.531","8240.262"],["27751.116","15919.858"],["24363.793","8002.141"],["30438.690","9787.848"],["23159.391","16316.112"],["23120.185","16297.234"],["23126.896","16191.668"],["23301.515","16295.554"],["22270.538","12561.551"],["22285.164","12693.145"],["25852.881","17559.621"],["25878.852","17601.384"],["25886.238","17537.666"],["25979.905","17538.822"],["25904.366","17527.898"],["22265.144","13393.214"],["22416.040","13527.304"],["22304.601","13490.869"],["19475.084","11775.203"],["19431.187","11767.284"],["22727.448","8624.878"],["22741.365","8642.900"],["26542.360","17321.608"],["18331.523","14603.460"],["20274.855","10569.497"],["20331.692","10480.811"],["20259.481","10558.407"],["20253.511","10499.440"],["20235.020","10479.050"],["20275.595","10567.730"],["20245.992","10480.691"],["20272.783","10567.086"],["24948.355","16444.328"],["24780.598","16427.314"],["24944.227","16481.471"],["23645.472","8514.891"],["23623.333","8490.630"],["25750.814","7970.013"],["20203.530","14586.931"],["28470.230","9423.540"],["32104.696","12709.643"],["29392.407","8980.515"],["29301.702","9142.006"],["18038.263","12061.068"],["18019.033","12034.666"],["18026.131","12041.370"],["27524.702","17272.946"],["21298.173","13491.015"],["21359.670","13477.340"],["21377.263","13446.784"],["21372.644","13441.313"],["18887.650","12446.330"],["19050.869","12353.571"],["28908.367","8781.830"],["22056.359","14342.483"],["22624.794","16229.116"],["21933.515","8898.950"],["21952.157","8880.566"],["22803.788","16887.875"],["22740.795","16841.616"],["21598.565","14808.116"],["21555.001","14723.451"],["21591.175","14709.112"],["21587.463","14823.641"],["22654.630","16123.419"],["26079.755","8297.555"],["26191.510","8272.651"],["26083.357","8310.866"],["26187.152","8276.433"],["26093.670","8296.729"],["26191.033","8285.334"],["26086.663","8298.380"],["26193.467","8272.419"],["25149.833","16838.759"],["27000.499","16144.157"],["25997.218","15894.949"],["25971.168","15876.539"],["25960.278","15879.788"],["27125.873","17344.148"],["23592.938","16274.182"],["23074.076","8362.554"],["21662.266","14727.736"],["21681.701","14712.498"],["18920.551","13724.188"],["18915.085","13736.426"],["19055.653","13616.018"],["18911.701","13726.083"],["26861.139","15586.116"],["26829.280","15642.730"],["26738.063","15670.080"],["21744.239","14753.897"],["21679.392","14722.125"],["21662.381","14804.565"],["17934.987","13495.880"],["17878.078","13551.512"],["26649.846","16920.241"],["26659.846","16979.349"],["21028.444","13030.220"],["21051.919","13007.563"],["21118.011","12983.116"],["21157.534","13090.415"],["21087.846","13020.820"],["20994.179","13092.851"],["30471.585","15326.373"],["23932.435","7193.257"],["23912.271","7193.587"],["23910.840","7195.717"],["23911.547","7205.428"],["30494.104","13796.453"],["19021.339","11357.074"],["18951.733","11483.326"],["19055.379","11483.896"],["27120.727","15996.487"],["27224.917","15932.071"],["19792.518","11021.418"],["19884.072","10987.826"],["19840.476","10861.190"],["19740.098","11033.833"],["19854.146","10965.953"],["19893.812","10975.278"],["19808.597","11012.865"],["21155.038","10800.632"],["21155.715","10796.744"],["21128.570","10790.098"],["21137.365","10792.731"],["21014.879","12465.831"],["21000.456","12481.796"],["25217.103","17016.991"],["25273.678","17098.412"],["24663.856","7996.447"],["24656.438","7991.063"],["24656.076","7983.647"],["23861.043","17068.588"],["23934.892","17157.407"],["20847.618","14003.292"],["20700.721","10234.040"],["20711.091","10376.602"],["18172.522","13879.542"],["17840.474","12484.581"],["17860.705","12462.963"],["17851.876","12388.590"],["21395.692","10773.548"],["21312.635","10829.436"],["21327.382","10810.322"],["21331.058","10821.407"],["21392.748","10771.071"],["27611.484","16809.512"],["25645.075","8302.742"],["19293.117","11038.428"],["24010.786","7450.451"],["24001.707","7458.989"],["23996.477","7461.962"],["23998.303","7465.546"],["23913.297","17054.980"],["23929.711","17068.010"],["28623.335","9001.635"],["22484.280","9162.474"],["18913.610","13947.547"],["18907.169","13941.338"],["30581.602","13824.999"],["29144.815","16359.977"],["26736.134","16631.824"],["26695.600","16572.675"],["26687.015","16611.635"],["26738.676","16666.799"],["30455.280","15575.278"],["30258.384","15646.448"],["30360.440","15557.568"],["22754.331","15673.972"],["22746.485","15704.872"],["22711.796","15509.308"],["22827.193","15625.252"],["22834.972","15629.744"],["26800.794","15781.756"],["26719.620","15885.471"],["31451.834","13529.224"],["20737.209","14034.818"],["20659.901","14164.500"],["20761.814","14031.729"],["20744.178","14104.847"],["20672.522","10740.005"],["20676.443","10746.219"],["19380.415","11687.044"],["19368.079","11682.799"],["19391.425","11688.064"],["19367.273","11691.255"],["23711.243","8060.077"],["23723.167","8059.516"],["23718.628","8052.150"],["23711.726","8049.486"],["22516.122","13556.568"],["19015.804","13591.184"],["23018.501","15468.217"],["23050.771","15466.483"],["23142.425","9256.883"],["23144.524","9258.937"],["23150.484","9253.794"],["23152.737","9257.980"],["20905.642","13614.572"],["20803.243","13639.662"],["30030.787","15871.668"],["29896.067","15891.719"],["30029.984","15880.547"],["29963.945","15926.845"],["20188.507","10871.300"],["20200.103","10859.079"],["29215.000","9207.175"],["18064.238","14378.937"],["23151.326","7853.298"],["23100.916","7813.788"],["24735.732","16783.040"],["24697.914","16859.036"],["24582.328","16851.834"],["24608.693","16827.276"],["24705.646","16875.213"],["24714.738","16845.702"],["24262.940","7798.854"],["24225.284","7690.005"],["24264.333","7796.279"],["24271.890","7785.813"],["24226.854","7692.138"],["24269.944","7789.926"],["24228.424","7688.080"],["18717.631","15833.663"],["18728.880","15832.632"],["20138.386","15397.094"],["20121.559","15502.940"],["21012.835","11084.173"],["20999.080","11076.703"],["27389.998","17277.868"],["27478.222","17380.857"],["27428.442","17385.803"],["21174.270","12433.808"],["21100.175","12519.819"],["27400.205","16307.379"],["18972.203","14579.827"],["18985.241","14576.025"],["18965.792","14570.337"],["22804.899","14733.839"],["22723.515","14865.644"],["22794.763","14678.188"],["22773.551","14717.918"],["22592.884","10040.366"],["22610.220","10039.012"],["22596.519","10043.025"],["22591.200","10035.587"],["24045.553","8148.719"],["24048.283","8149.709"],["24043.777","8148.140"],["32405.187","13007.791"],["32358.119","12970.336"],["18006.318","13204.498"],["18000.863","13199.451"],["27880.189","16212.769"],["25890.635","16940.854"],["25914.252","16800.082"],["18982.221","11583.984"],["18968.135","11547.448"],["25491.384","16784.761"],["21532.119","13609.629"],["21524.997","13622.230"],["30035.387","16196.635"],["29831.799","16290.998"],["29956.443","16207.032"],["24469.896","7907.288"],["24463.503","7915.150"],["24460.850","7907.040"],["22793.323","16376.133"],["27581.938","16073.556"],["27565.813","16059.185"],["29222.669","9532.028"],["20487.425","11211.951"],["20497.742","11154.731"],["20496.409","11150.784"],["20459.061","11239.453"],["21238.396","14239.847"],["21221.565","14272.435"],["21295.238","14441.961"],["21298.999","14245.466"],["17556.398","12694.664"],["17600.869","12650.835"],["22269.147","14705.624"],["25338.472","14643.877"],["20887.476","15073.927"],["31445.681","13866.535"],["22659.787","14975.085"],["22590.626","15036.420"],["22618.307","14972.261"],["22626.629","14996.522"],["27074.539","16429.443"],["25247.838","16891.039"],["29089.311","9402.804"],["18628.284","10556.915"],["18645.268","10570.523"],["21977.662","12548.764"],["21983.525","12693.096"],["24816.671","17257.809"],["30370.888","15513.865"],["23394.904","16555.075"],["23382.340","16452.454"],["25634.113","8321.701"],["21717.858","14876.770"],["17581.195","12353.466"],["20421.056","9491.978"],["22113.087","15109.187"],["22045.406","15111.317"],["22188.999","15136.356"],["22410.024","9601.719"],["22408.527","9610.109"],["22412.441","9613.874"],["22406.093","9615.245"],["22446.276","9779.408"],["27191.119","17405.552"],["27261.819","17334.800"],["22923.830","14624.236"],["30383.466","15487.197"],["30304.289","15465.975"],["30288.625","15493.646"],["30365.713","15417.207"],["30383.719","15389.507"],["30348.670","15387.691"],["22536.332","14432.186"],["22491.868","14395.956"],["20921.628","14339.339"],["20980.203","14399.502"],["20901.299","14424.459"],["21963.435","12512.381"],["21992.136","12475.203"],["27670.671","16231.872"],["27602.610","16262.347"],["27626.680","16167.383"],["25579.995","17505.467"],["25532.001","17487.631"],["25498.630","17464.625"],["25505.390","17479.720"],["25416.852","17420.319"],["18362.428","11935.844"],["18262.931","12054.639"],["18275.172","12106.389"],["18333.449","12107.664"],["18347.946","12056.211"],["18425.516","11918.162"],["18425.853","11916.404"],["18427.855","12006.219"],["18449.671","11998.265"],["18333.237","12102.544"],["18426.498","11913.505"],["18272.061","12107.224"],["18344.488","12048.538"],["18441.907","11991.445"],["18420.108","12001.082"],["18423.812","11916.299"],["18360.263","11932.716"],["18277.415","12103.519"],["18331.443","12105.078"],["19081.152","14808.032"],["19073.297","14751.765"],["19082.175","14825.508"],["19059.234","14762.969"],["27313.940","16682.362"],["27381.939","16588.613"],["30230.775","15463.858"],["22527.247","15191.836"],["22529.975","15169.205"],["22673.018","12553.317"],["21065.143","15990.229"],["21099.097","15975.425"],["28040.729","16764.760"],["19082.865","15795.538"],["19077.345","15795.645"],["25827.069","16175.059"],["22700.329","7958.035"],["21019.267","14511.404"],["21078.257","14529.107"],["21184.414","14493.657"],["21170.450","14601.040"],["27140.861","16746.113"],["27289.538","16629.504"],["27273.139","16574.807"],["27166.856","16682.965"],["27121.125","16697.905"],["17486.146","12378.547"],["18851.476","14426.069"],["18781.171","14439.827"],["20146.606","14961.771"],["20171.688","14965.971"],["32475.286","12800.095"],["32397.116","12800.327"],["22122.108","12989.367"],["25845.056","17231.048"],["22553.356","14746.475"],["28390.963","17303.998"],["27075.100","17277.724"],["25642.363","16589.006"],["25633.113","16580.292"],["18456.761","14029.041"],["27087.008","17343.983"],["26951.250","17383.168"],["27064.820","17325.040"],["18847.280","6419.937"],["18234.075","12147.584"],["18230.122","12160.027"],["17832.607","13837.094"],["22369.401","8779.793"],["22370.552","8793.566"],["22370.684","8793.665"],["22370.059","8790.032"],["26679.040","16861.743"],["26835.649","16976.573"],["26832.030","16955.120"],["18790.818","8984.628"],["18788.100","8984.987"],["21957.503","12957.757"],["21968.436","12869.647"],["22318.599","14996.947"],["22360.178","14977.690"],["22262.826","14902.628"],["22413.324","14978.314"],["22257.727","15056.914"],["22339.512","15046.708"],["22762.522","8520.613"],["22860.477","8345.281"],["32032.070","13407.781"],["30147.210","15441.457"],["30092.046","15419.310"],["24320.001","7529.031"],["24223.281","7684.972"],["24321.350","7525.331"],["24489.138","16764.072"],["24496.365","16757.994"],["22325.745","15209.102"],["22348.655","15266.624"],["22412.639","15092.682"],["22367.017","15281.547"],["22297.604","15171.745"],["23503.731","16851.500"],["21825.197","13361.955"],["21761.485","13320.859"],["21788.097","13311.775"],["18822.584","14455.703"],["25041.318","17815.921"],["27047.615","17103.672"],["23028.299","12564.372"],["22986.434","12593.805"],["22124.117","8818.450"],["26122.752","16177.240"],["32438.960","12418.254"],["21379.176","13504.543"],["23635.370","7696.474"],["23640.929","7693.832"],["23641.176","7697.349"],["23655.222","7687.110"],["28446.056","16799.338"],["26918.845","16770.317"],["26962.714","16604.455"],["26951.365","16640.343"],["27054.967","16647.742"],["27963.595","15654.313"],["26061.222","16080.580"],["18530.825","15166.457"],["18573.269","15169.581"],["18570.343","15164.840"],["18572.765","15165.176"],["18571.475","15132.635"],["18514.200","15165.891"],["18572.713","15161.240"],["25341.331","17800.856"],["25329.832","17724.644"],["25351.543","17646.395"],["25222.925","17808.112"],["17981.346","12739.678"],["18011.856","12586.784"],["20603.018","11022.465"],["20614.636","11032.915"],["20696.877","10942.304"],["22654.793","9579.651"],["24669.953","9191.044"],["24681.523","9225.909"],["24667.930","9190.730"],["24684.550","9230.649"],["24657.288","9188.071"],["24694.073","9224.241"],["24670.347","9193.636"],["24694.780","9211.012"],["18328.434","12513.948"],["18331.162","12515.956"],["20438.216","10794.077"],["20442.939","10802.507"],["20468.381","10798.850"],["20438.003","10790.609"],["26601.736","16295.928"],["26600.549","16314.301"],["26627.457","16344.673"],["26503.003","16290.494"],["21838.124","14959.399"],["21846.413","14875.352"],["21838.288","14975.963"],["27429.885","17595.860"],["20590.403","10159.162"],["20638.931","10163.928"],["20159.986","11946.560"],["20213.859","11988.129"],["20233.267","11971.914"],["20162.321","11947.617"],["20218.532","11992.562"],["22639.883","8776.578"],["22636.524","8775.183"],["19516.187","10857.336"],["19515.124","10860.092"],["26518.899","16997.062"],["21432.526","13471.111"],["21445.897","13421.433"],["30626.456","14973.892"],["30502.410","15026.956"],["30563.939","15008.326"],["30494.905","14923.945"],["19727.226","11925.163"],["19750.412","11934.256"],["19490.434","10527.645"],["21732.581","14959.068"],["21806.808","14890.596"],["21791.808","14986.599"],["24588.301","16541.978"],["18144.557","12743.768"],["18145.026","12747.829"],["29432.627","9116.674"],["22317.336","13643.112"],["22393.046","13667.794"],["22462.139","14821.322"],["18477.201","11894.638"],["18480.113","11892.755"],["18467.481","11883.672"],["18463.165","11886.875"],["20656.778","16309.345"],["20649.138","16314.092"],["20598.005","16231.806"],["20600.786","16285.501"],["29263.820","9596.803"],["29312.477","9663.220"],["26988.454","16252.618"],["27075.411","16235.293"],["20134.440","15679.066"],["26253.874","16678.242"],["19749.274","10621.866"],["19813.229","10599.656"],["19747.185","10624.096"],["19752.859","10615.359"],["19890.088","10566.624"],["19807.012","10604.611"],["19827.477","10599.782"],["19585.810","14882.283"],["23989.864","16704.716"],["23973.974","16628.892"],["19715.414","14237.403"],["25542.980","16481.766"],["25588.572","16553.244"],["25490.314","16391.366"],["27427.377","16611.525"],["27449.390","16637.629"],["21235.167","12736.232"],["22397.937","15617.583"],["22455.914","15637.352"],["22450.618","15590.812"],["22414.170","15555.155"],["22431.621","15581.431"],["22402.772","15557.286"],["26939.683","16910.053"],["23226.644","8067.750"],["23212.010","7950.901"],["28172.850","15698.651"],["28181.926","15660.259"],["23701.154","7450.869"],["25084.838","17570.240"],["22712.010","15994.407"],["22776.421","16102.398"],["22823.506","15964.128"],["22800.020","16066.010"],["19304.992","11021.004"],["19320.776","10966.202"],["19322.196","11037.470"],["19403.587","11013.444"],["19444.451","11052.002"],["19339.575","10994.972"],["19400.444","10948.279"],["19452.404","11062.124"],["23952.325","16882.180"],["23943.740","16842.180"],["26812.158","16032.542"],["24234.795","7937.458"],["24238.990","7947.499"],["24246.720","7943.932"],["24238.414","7938.069"],["23655.013","8680.373"],["20466.398","10641.166"],["20413.491","10519.742"],["20371.614","10591.474"],["20526.143","10590.273"],["20408.577","10519.842"],["20504.374","10517.780"],["20384.810","10455.230"],["20389.007","10560.779"],["20464.444","10566.942"],["26391.899","15606.954"],["26370.029","15667.156"],["20887.606","15102.347"],["18338.739","12365.005"],["24197.081","16866.399"],["24353.222","16876.612"],["24185.650","16804.400"],["24329.266","16811.790"],["24152.196","16846.052"],["24325.416","16846.116"],["22082.646","12593.025"],["22231.020","12723.517"],["30015.288","15522.590"],["20164.286","15029.596"],["20159.856","15023.819"],["26063.897","17573.895"],["26054.425","17563.562"],["26118.765","17459.229"],["26084.999","17515.646"],["28525.893","9643.875"],["28480.679","9608.675"],["26075.641","17504.806"],["20897.236","13390.826"],["20827.417","13382.436"],["20874.900","13320.883"],["26076.925","17703.859"],["22477.732","13641.768"],["22472.602","13651.614"],["22624.849","13813.057"],["22667.679","13809.578"],["22572.585","13654.884"],["22653.451","13786.137"],["22638.456","13643.535"],["17894.891","12151.048"],["17864.870","12178.981"],["17866.589","12129.191"],["17898.329","12160.412"],["22912.861","16723.460"],["23017.714","16647.392"],["19551.973","14492.320"],["19560.140","14479.796"],["31862.218","13249.812"],["31815.360","13264.742"],["23782.990","16867.924"],["23845.954","16890.851"],["25522.168","17118.916"],["22015.315","15038.582"],["21986.475","15074.059"],["19982.912","16023.013"],["19949.153","16017.668"],["24547.295","16835.533"],["24546.259","16852.429"],["24363.945","16901.914"],["22834.928","14931.024"],["22708.479","14896.766"],["22698.396","16243.964"],["23248.414","8271.211"],["24935.877","16884.571"],["24819.561","16790.748"],["19130.783","14468.698"],["30137.745","15659.220"],["30117.364","15547.791"],["30080.329","15648.453"],["30166.406","15527.644"],["30180.321","15555.009"],["26056.251","16937.839"],["19041.246","11259.495"],["19057.233","11275.597"],["19091.955","11216.213"],["19046.394","11277.150"],["19021.689","11233.314"],["22916.818","16154.485"],["23082.389","16142.535"],["23042.817","16238.440"],["22997.603","16247.672"],["22503.505","15232.948"],["22487.529","15138.175"],["23795.780","16400.225"],["22893.373","14745.590"],["27415.410","16558.983"],["27425.624","16456.622"],["27233.094","16336.723"],["27158.010","16246.078"],["19189.189","12000.256"],["19267.712","12031.090"],["19154.412","11977.504"],["23627.201","16959.388"],["23672.646","16896.387"],["21666.234","14505.268"],["21805.691","14611.759"],["24869.731","7913.299"],["24869.607","7924.315"],["19789.303","11557.696"],["19796.381","11597.910"],["19811.288","11578.809"],["19883.271","11614.633"],["19830.402","11651.055"],["19888.940","11493.699"],["19876.659","11615.690"],["19822.277","11638.288"],["19875.804","11601.272"],["19835.780","11641.046"],["19790.093","11537.299"],["19831.764","11589.213"],["19877.975","11617.127"],["19827.195","11650.592"],["24683.496","17006.597"],["24697.349","17066.537"],["18113.535","13554.170"],["22342.135","9390.837"],["21079.895","12570.504"],["26236.095","16494.229"],["26152.475","16392.890"],["21868.117","14689.047"],["30011.723","15366.409"],["30034.546","15309.304"],["27897.540","15724.754"],["22926.775","13790.677"],["22928.946","13782.848"],["23041.130","13780.900"],["22917.318","13808.232"],["23070.522","13762.231"],["22905.443","13788.949"],["27619.021","15882.233"],["27629.537","15884.780"],["27641.889","15782.005"],["27592.294","15875.759"],["27599.361","15804.182"],["27659.965","15869.784"],["30457.391","15266.043"],["21277.798","14157.703"],["21223.609","14149.614"],["21244.119","14130.589"],["21355.398","14184.329"],["19727.059","14272.505"],["21378.363","13304.205"],["28263.435","15755.224"],["28298.207","15724.045"],["22336.549","13355.966"],["26559.386","15442.484"],["25408.490","16505.812"],["25396.465","16471.862"],["27317.540","16271.921"],["22251.358","15196.220"],["17746.276","12685.748"],["17740.668","12674.265"],["17736.748","12676.043"],["26399.398","15992.183"],["26398.230","15949.144"],["26280.805","15978.074"],["26436.369","16053.883"],["20668.508","13952.076"],["20675.961","13987.336"],["19124.351","15178.813"],["19122.767","15173.600"],["19138.446","15166.230"],["19126.539","15166.868"],["20128.628","11743.021"],["20134.391","11896.094"],["20128.962","11707.818"],["20111.276","11755.455"],["20126.447","11903.212"],["20109.664","11723.021"],["20118.634","11904.203"],["17127.031","12126.367"],["17122.856","12148.632"],["22801.739","15897.962"],["22827.411","15766.414"],["19179.574","14840.490"],["19198.058","14715.153"],["19179.660","14831.758"],["19178.687","14826.383"],["19171.073","14706.823"],["24563.121","7617.183"],["24562.463","7605.292"],["17806.565","12205.842"],["18612.764","8302.883"],["18509.902","8262.947"],["18535.369","8306.003"],["23232.039","15826.659"],["23147.645","15906.763"],["23268.328","15913.899"],["23125.880","15821.417"],["25933.563","17174.331"],["25892.658","17191.920"],["25855.692","17121.793"],["25841.465","17098.457"],["28502.804","9267.800"],["23302.332","16970.971"],["21087.732","12958.245"],["26257.768","16394.086"],["26336.407","16453.106"],["26373.896","16418.133"],["18598.939","9096.236"],["18600.299","9094.535"],["25898.124","15999.360"],["26017.379","15992.715"],["25902.752","16088.425"],["25925.992","16051.315"],["22630.898","9387.809"],["19271.760","13969.978"],["19261.997","13975.329"],["19262.559","14002.078"],["17993.990","14128.026"],["17976.229","14126.289"],["17981.911","14117.411"],["22574.096","15823.510"],["22524.203","15816.163"],["22501.693","15762.493"],["22520.930","15836.576"],["30848.423","10152.561"],["19717.913","14264.062"],["26743.396","17280.581"],["18562.141","12510.146"],["18599.662","12475.210"],["18517.443","12528.504"],["18522.394","12529.049"],["18601.406","12475.834"],["18561.253","12517.825"],["18654.595","12535.007"],["18677.615","8944.236"],["18688.147","8949.418"],["18682.553","8941.318"],["29028.211","16312.595"],["25370.569","17338.690"],["25281.836","17322.720"],["23178.133","8507.641"],["23138.974","8361.233"],["21081.805","13356.874"],["21046.021","13234.086"],["21018.044","13309.214"],["21100.429","13235.655"],["21103.455","13292.616"],["19357.139","12143.289"],["19384.638","12162.017"],["19385.978","12165.930"],["29501.634","9805.939"],["19428.866","15882.743"],["19424.869","15877.185"],["22153.078","14322.671"],["22223.286","14267.308"],["20336.863","11579.099"],["20256.203","11692.353"],["20343.159","11531.802"],["20293.277","11675.647"],["20290.990","11667.380"],["20239.734","11603.226"],["20209.886","11566.138"],["28574.321","9611.836"],["25859.639","17020.884"],["18513.394","14020.832"],["18522.743","14021.141"],["18465.094","14020.930"],["20413.760","10429.859"],["20534.194","10307.983"],["20536.185","10313.175"],["19148.785","11670.544"],["19137.892","11626.129"],["19251.253","11635.881"],["19246.269","11631.818"],["19256.284","11570.524"],["19097.080","11587.117"],["19247.433","11635.190"],["19197.198","14401.220"],["19154.427","14437.133"],["19140.622","14435.534"],["19194.066","14408.760"],["19143.207","14359.424"],["19219.837","14416.869"],["19216.715","14413.387"],["18778.310","6410.794"],["18800.347","6327.195"],["18821.395","6299.488"],["19692.915","10065.718"],["19592.651","10210.328"],["19679.806","10058.947"],["19682.438","10055.809"],["19692.191","10064.744"],["19586.747","10203.920"],["22977.573","12935.939"],["17830.424","13644.253"],["25546.285","16638.650"],["22162.982","14991.234"],["22133.179","14880.527"],["22512.845","14485.811"],["22538.470","14458.032"],["22504.334","14608.749"],["26885.497","15985.818"],["26930.431","15942.614"],["26970.318","16089.905"],["26971.483","16058.452"],["24996.480","8158.914"],["22376.279","16433.638"],["22416.493","16410.401"],["30451.867","9949.777"],["23423.690","16281.089"],["23438.468","16333.999"],["23370.134","16279.616"],["23479.875","16280.016"],["23336.696","16283.795"],["21692.138","14281.215"],["21813.941","14409.683"],["20897.168","14754.921"],["20898.997","14746.507"],["23171.817","16031.467"],["25330.322","16991.684"],["25365.582","17126.974"],["26435.670","15881.095"],["26405.407","15825.753"],["26374.595","15911.836"],["26321.566","15782.946"],["26455.243","15895.472"],["26700.483","16457.439"],["26793.273","16483.101"],["29869.174","15675.412"],["29907.352","15699.575"],["29966.102","15684.381"],["30020.304","15651.888"],["32415.732","12625.671"],["32449.025","12644.909"],["32508.170","12582.448"],["32360.933","12627.403"],["32423.174","12620.114"],["18862.601","12611.038"],["18869.703","12558.549"],["18871.934","12660.502"],["24019.641","7257.985"],["24017.898","7255.673"],["24032.413","7255.649"],["20349.107","12659.066"],["20328.919","12552.967"],["22916.218","16669.348"],["23028.997","16584.899"],["30550.748","15828.464"],["25686.946","16871.611"],["19059.578","13265.040"],["19108.585","12265.524"],["19114.729","12213.477"],["24673.481","17307.652"],["24643.536","17310.246"],["24568.059","17272.509"],["24686.086","17297.910"],["21150.861","13472.288"],["19139.225","15609.104"],["19184.617","15597.988"],["23715.768","16617.918"],["23722.901","16724.093"],["20673.009","16093.114"],["21811.880","13448.274"],["24839.378","17014.742"],["18364.604","12301.363"],["29996.565","15452.691"],["29940.282","15452.724"],["25615.145","17788.515"],["25572.842","17822.173"],["25591.051","17819.894"],["26459.368","16211.204"],["26339.105","16184.152"],["24312.379","7898.840"],["24240.796","7907.488"],["24310.964","7903.514"],["24245.474","7904.291"],["24314.617","7899.406"],["24214.281","7938.161"],["24314.702","7903.087"],["24219.469","7937.896"],["21128.453","12622.040"],["21851.497","13328.875"],["20776.438","15850.359"],["21377.199","15213.569"],["30859.420","14276.534"],["30812.991","14260.629"],["26327.544","17095.137"],["27370.101","15879.492"],["27513.604","15859.112"],["27468.670","15727.386"],["32288.435","13030.462"],["32194.108","13133.554"],["32166.793","13071.615"],["32355.800","12973.391"],["32216.676","13079.727"],["20145.135","15395.989"],["20139.998","15495.036"],["19969.826","15426.473"],["28143.481","15891.796"],["29337.755","16225.425"],["29279.030","16261.226"],["29311.464","16248.377"],["19969.212","10894.020"],["17686.137","12373.109"],["17813.947","12480.775"],["22685.803","9582.594"],["22874.162","9384.522"],["22870.376","9379.318"],["23833.169","16281.103"],["23811.103","16256.118"],["23856.327","16282.837"],["18029.159","12518.914"],["20861.715","16122.773"],["22824.444","15942.509"],["22864.749","15992.545"],["23997.042","7912.035"],["24334.092","9207.698"],["24338.504","9197.438"],["24343.023","9208.243"],["27903.924","15705.857"],["27819.483","15680.869"],["27569.192","16716.096"],["27517.565","16653.302"],["28462.017","15707.261"],["27164.638","16232.205"],["17594.063","12181.323"],["17595.047","12176.409"],["29104.525","9234.036"],["24870.337","16715.575"],["18670.076","15514.407"],["27238.807","15601.478"],["22177.313","8438.674"],["22180.898","8441.630"],["22181.277","8440.342"],["22175.010","8435.685"],["20885.320","11013.762"],["20926.363","10965.911"],["20128.975","11094.822"],["20129.021","11080.968"],["18196.818","12514.012"],["18147.679","12449.354"],["18171.468","12411.507"],["18240.853","12472.510"],["18198.116","12402.668"],["18223.627","12541.923"],["18154.225","12438.206"],["18173.606","12406.949"],["18186.773","12393.855"],["27879.896","16578.218"],["27924.255","16610.175"],["27878.278","16712.902"],["27813.399","16569.795"],["27805.850","16762.561"],["27829.781","16615.163"],["27797.577","16617.541"],["22579.344","10135.436"],["22542.832","10102.087"],["22580.265","10118.904"],["22563.572","10104.003"],["25086.080","8453.273"],["29607.870","16339.995"],["29410.204","16218.796"],["23092.016","15600.757"],["19773.424","10360.827"],["19761.871","10343.647"],["24535.280","17257.910"],["30048.051","15916.944"],["30051.324","15830.767"],["21221.687","13802.185"],["18577.082","15474.183"],["18619.406","15490.262"],["18575.606","15468.545"],["18572.044","15477.607"],["18576.460","15477.054"],["18630.920","15467.082"],["18575.884","15481.748"],["22269.913","12456.921"],["22285.965","12528.950"],["23113.601","16667.508"],["23098.306","16619.366"],["23175.690","16652.347"],["23150.640","16706.451"],["23117.203","16747.227"],["27177.934","16803.405"],["26229.101","16254.498"],["26057.489","16301.307"],["26134.758","16266.203"],["23408.503","8770.800"],["22770.439","8855.948"],["20557.388","12909.362"],["20479.412","12794.836"],["20425.399","12815.216"],["20472.347","12914.497"],["20445.357","12964.142"],["20483.869","12799.411"],["20377.126","12857.462"],["24619.466","16982.419"],["22676.680","16356.692"],["20163.551","11706.316"],["20311.969","11816.266"],["20330.735","11844.705"],["20297.202","11854.995"],["20313.548","11811.148"],["20377.967","11552.354"],["22248.154","13551.794"],["20946.430","12567.688"],["19801.317","11121.313"],["19819.880","11107.063"],["22975.271","8001.131"],["22962.163","8002.799"],["22964.021","8004.203"],["22962.262","7993.914"],["25028.056","17632.565"],["25046.219","17627.895"],["23485.577","8171.030"],["20949.011","10250.645"],["20778.517","10243.043"],["20851.990","10412.919"],["20954.653","10259.133"],["20956.363","10253.816"],["20778.796","10237.973"],["20958.238","10255.632"],["20780.342","10237.246"],["18427.689","14784.236"],["18435.009","14796.554"],["27964.174","16308.667"],["26125.700","16599.101"],["26203.177","16736.963"],["26118.528","16723.958"],["26026.995","16201.711"],["24111.620","16882.055"],["22884.517","12690.516"],["22930.421","12667.032"],["19690.830","11949.249"],["19604.327","12048.221"],["19670.501","11943.766"],["19704.387","12060.370"],["19659.870","12054.636"],["19673.072","12021.460"],["19682.787","11950.174"],["19613.570","12051.838"],["26125.296","17291.648"],["26213.206","17360.138"],["26159.671","17234.274"],["26233.717","17294.324"],["21930.671","14468.403"],["21885.046","14493.237"],["22024.395","14641.206"],["22914.779","7804.364"],["26250.817","17093.304"],["26070.543","17119.179"],["26213.885","17042.642"],["19866.166","11319.926"],["19807.098","11298.113"],["19787.548","11290.896"],["19791.861","11425.090"],["19797.690","11304.505"],["19770.417","11311.343"],["19785.019","11447.568"],["19860.270","11281.208"],["19784.591","11446.857"],["19913.148","11306.739"],["20936.215","13403.781"],["20901.462","13417.505"],["20904.735","13537.555"],["20950.475","13443.368"],["21651.601","14219.070"],["21733.563","14141.231"],["18845.748","16013.621"],["18853.381","16019.160"],["23004.572","9577.246"],["23072.630","9414.607"],["20817.759","16163.998"],["19560.198","11816.837"],["19585.727","11731.486"],["19515.421","11763.693"],["19577.884","11709.557"],["24458.144","7430.613"],["24461.532","7417.781"],["24457.074","7422.042"],["24457.667","7418.028"],["25958.277","16720.844"],["25942.471","16646.476"],["25922.076","16655.063"],["29787.728","15660.968"],["28468.900","16390.376"],["28478.585","16396.590"],["28490.758","16397.910"],["22872.909","9372.464"],["22870.527","9375.307"],["22704.556","9335.554"],["22845.387","9289.952"],["22868.291","9370.220"],["20243.067","10425.090"],["20257.539","10327.154"],["20298.663","10364.996"],["20308.541","10370.915"],["20421.656","12640.816"],["20528.774","12593.804"],["20553.905","12582.177"],["20036.370","15590.575"],["20125.653","15508.114"],["30879.077","10344.451"],["32218.947","12788.798"],["32221.990","12781.104"],["27285.845","16899.937"],["22879.440","7801.376"],["21004.541","14869.011"],["21016.700","14862.752"],["27216.941","16455.789"],["27233.242","16370.943"],["24826.388","16322.003"],["24837.786","16352.424"],["20320.874","14778.296"],["20321.730","14783.671"],["22758.384","13705.304"],["22709.064","13655.539"],["22751.739","13706.411"],["22735.259","13723.768"],["22680.738","15440.435"],["22702.687","15368.866"],["20924.345","14089.122"],["20869.856","14180.300"],["20941.830","14214.388"],["20818.820","14230.606"],["21126.900","14411.160"],["20666.498","11405.988"],["29147.761","8850.028"],["22480.890","15037.340"],["22580.642","14993.252"],["22983.855","8287.572"],["25159.777","17270.023"],["18079.444","12655.766"],["18145.718","12688.775"],["20767.075","13669.109"],["20754.312","13607.953"],["20698.399","13691.666"],["20677.084","13633.450"],["20706.927","13649.720"],["20568.399","13695.102"],["22656.299","8396.561"],["22633.901","8375.730"],["22657.138","8397.469"],["22633.868","8380.486"],["22634.773","8377.431"],["22664.770","8400.673"],["22640.854","8375.887"],["22660.226","8393.719"],["27962.895","17017.830"],["28140.835","17026.769"],["30966.108","14075.307"],["24664.841","16753.833"],["24631.601","16773.271"],["24735.044","16569.724"],["23604.717","8234.843"],["23601.543","8239.913"],["23607.152","8233.109"],["23594.536","8240.673"],["22114.197","12881.803"],["19384.049","14112.980"],["19401.879","14128.927"],["19369.241","14117.125"],["19409.528","14128.721"],["19413.226","14130.071"],["27948.722","16883.636"],["27944.523","16973.966"],["18529.215","12564.076"],["18632.540","12584.957"],["21469.066","14084.164"],["21426.199","14235.873"],["21465.837","14159.986"],["18507.579","13549.634"],["18514.602","13565.937"],["26208.160","17016.386"],["25537.065","8243.481"],["25509.851","8185.668"],["18845.658","11740.831"],["18804.203","11752.801"],["18840.725","11786.616"],["18804.983","11746.254"],["18858.255","11787.336"],["18851.843","11737.000"],["18808.693","11746.703"],["18847.106","11736.521"],["19568.622","12163.833"],["19572.980","12179.588"],["19592.298","12146.472"],["19598.210","12179.440"],["20597.167","10589.364"],["20602.134","10587.135"],["20652.126","10554.634"],["18977.443","12266.370"],["24201.031","17406.988"],["19064.077","12016.259"],["19020.621","11973.922"],["19015.342","12041.173"],["19064.422","12017.415"],["19019.914","11974.021"],["19018.103","12031.254"],["19079.668","11946.296"],["23160.604","15601.573"],["23150.637","15549.649"],["24988.620","17131.936"],["25089.673","17103.315"],["24989.245","17088.683"],["25098.560","17181.782"],["22096.502","14724.276"],["22130.499","14857.510"],["22233.308","14768.894"],["22246.581","14839.216"],["17334.708","12742.433"],["22042.284","9369.281"],["22143.890","9190.306"],["22630.992","9368.968"],["28009.994","16354.816"],["18712.817","13980.343"],["18701.455","13969.438"],["21006.249","14124.236"],["21060.048","14069.884"],["24377.132","16438.752"],["30080.111","15532.984"],["20544.194","11344.336"],["27318.546","15678.303"],["27449.929","15629.431"],["22955.438","8779.317"],["22961.102","8783.541"],["24087.714","7728.264"],["19417.998","11152.773"],["25267.788","8559.685"],["19604.379","10851.323"],["19611.422","10851.654"],["19516.982","10856.249"],["26015.463","17804.200"],["24977.036","17797.140"],["24927.645","17795.306"],["24948.780","17820.310"],["24873.352","17639.237"],["26604.011","15979.840"],["26626.988","16058.188"],["26485.516","16061.217"],["24793.230","8575.612"],["24799.374","8570.507"],["31035.119","10064.079"],["18312.082","13319.220"],["18318.514","13316.003"],["18456.464","13272.669"],["24629.976","7760.447"],["24632.838","7768.143"],["24640.075","7768.853"],["24631.358","7765.137"],["22273.243","15464.949"],["22397.198","15298.409"],["22355.309","15314.645"],["22396.022","15497.262"],["22298.833","15505.011"],["20532.018","12983.052"],["20523.851","13069.302"],["20533.357","13157.709"],["20427.729","12972.924"],["18814.536","14015.590"],["26144.531","8060.832"],["20393.917","10685.991"],["19579.707","11242.875"],["19580.991","11171.004"],["19570.074","11169.387"],["19697.372","11238.950"],["19569.169","11193.780"],["27356.511","16005.968"],["27342.260","16062.307"],["27325.558","15945.327"],["27345.820","16106.745"],["27412.581","15948.779"],["23373.698","16991.400"],["23436.576","17003.572"],["27201.184","17481.846"],["24254.469","17486.492"],["24272.429","17471.281"],["19209.873","11865.391"],["19247.211","11899.407"],["19129.340","11895.258"],["19162.091","11879.192"],["19236.888","11863.850"],["19231.938","11862.397"],["19162.831","11879.902"],["21949.296","14375.364"],["21834.155","14364.365"],["22026.260","14312.260"],["21931.852","14407.511"],["21931.129","14425.215"],["19526.790","11392.032"],["19517.196","11408.506"],["19530.425","11417.598"],["19525.642","11367.528"],["19532.957","11426.120"],["19525.554","11350.191"],["27174.601","15867.459"],["28934.432","9084.387"],["25534.373","17666.748"],["25495.803","17748.515"],["25492.053","17738.572"],["19797.058","11800.491"],["22977.729","16861.825"],["23030.328","16785.855"],["18328.970","12622.791"],["18301.701","12698.699"],["21666.655","13920.884"],["20053.820","11985.429"],["20127.774","12001.670"],["20096.578","11956.300"],["20103.944","11972.351"],["20091.789","12025.773"],["22618.868","16838.281"],["22567.158","16895.242"],["20942.910","12452.646"],["20961.989","12514.658"],["28124.177","16196.085"],["20699.551","13547.571"],["20751.356","13418.371"],["20722.437","13592.907"],["20581.441","13560.994"]] \ No newline at end of file diff --git a/src/gathering/10484.json b/src/gathering/10484.json new file mode 100644 index 0000000..24ca0cd --- /dev/null +++ b/src/gathering/10484.json @@ -0,0 +1 @@ +[["25243.745","17509.024"],["25276.040","17416.734"],["27774.082","16519.968"],["27044.435","15437.171"],["21544.853","14658.293"],["20498.639","15270.177"],["23806.520","16618.126"],["26269.590","17406.763"],["26261.186","17263.648"],["18760.840","12000.087"],["32232.882","12734.712"],["32254.400","12755.434"],["32228.018","12613.404"],["27619.048","16407.272"],["22182.655","12461.627"],["22921.855","16045.588"],["18674.624","12474.966"],["18791.184","12433.017"],["18838.994","12453.928"],["23858.773","16822.648"],["25649.192","15993.891"],["22591.213","15511.105"],["27828.830","16876.114"],["18617.373","16009.142"],["27360.478","16406.230"],["26677.780","16267.585"],["22478.048","9632.844"],["30650.259","14761.308"],["18917.585","13994.458"],["21904.441","14813.671"],["23020.412","16512.784"],["23013.110","16552.082"],["19370.853","11374.292"],["22879.825","15292.493"],["21213.620","14493.584"],["21207.861","14561.559"],["20476.879","12389.600"],["22590.886","15866.142"],["26376.944","16336.460"],["18379.418","13741.495"],["22925.822","13048.045"],["29944.500","15970.836"],["25632.647","17133.952"],["23287.172","16238.767"],["22306.772","13511.463"],["24955.057","16459.473"],["27339.446","16804.834"],["21323.525","13501.151"],["21596.947","14697.714"],["21778.871","14831.173"],["21686.878","14788.183"],["27211.496","16089.789"],["20999.294","12500.202"],["25271.934","17000.485"],["31606.491","13736.706"],["26716.884","16664.280"],["30342.926","15582.442"],["22787.656","15675.255"],["26790.608","15792.436"],["20681.578","14075.750"],["23697.283","16383.205"],["30025.228","15811.595"],["30030.403","15856.079"],["26105.043","16105.952"],["24590.359","16879.149"],["24588.515","16847.374"],["24693.427","16886.076"],["18705.744","15845.145"],["27474.177","16149.954"],["22783.727","14702.197"],["22727.328","14709.192"],["27792.383","16187.952"],["29960.021","16268.298"],["30025.475","16235.639"],["29897.586","16323.779"],["24463.392","7913.277"],["20453.200","11230.048"],["21267.979","14287.713"],["21245.089","14365.901"],["21268.704","14362.135"],["22329.012","14729.000"],["25252.081","14683.633"],["18399.951","14250.944"],["23332.790","16447.611"],["27183.629","17296.813"],["22536.914","14424.162"],["22491.345","14395.845"],["22532.172","16392.064"],["20981.024","14407.826"],["24277.761","7575.178"],["18334.899","11939.978"],["18383.534","12077.056"],["20467.124","13210.250"],["20609.414","14607.228"],["20607.325","14594.379"],["25622.687","17688.671"],["22851.560","12613.049"],["21064.509","16046.490"],["25825.989","16184.729"],["25798.684","16292.836"],["21071.399","14507.827"],["21034.746","14500.557"],["27094.658","16604.108"],["31937.397","13343.230"],["17431.537","12397.804"],["32446.608","12886.023"],["25862.395","17262.690"],["26026.722","17317.122"],["25833.175","17226.256"],["26005.505","17342.831"],["25975.908","17232.166"],["22564.276","14849.289"],["18914.216","11782.720"],["25830.250","16566.087"],["26950.123","17348.141"],["27036.584","17199.962"],["25589.581","17421.023"],["27915.110","17348.216"],["22428.608","8744.993"],["26806.185","16981.750"],["26696.721","16857.866"],["22352.360","15022.176"],["22680.793","8343.657"],["20545.526","13545.050"],["30190.894","15346.163"],["24496.731","16746.453"],["24478.206","16599.521"],["23409.860","16854.354"],["21798.491","13363.775"],["19924.821","15582.603"],["26917.587","16721.118"],["26902.351","16681.869"],["26109.976","16132.862"],["18544.045","15270.609"],["25322.673","17640.393"],["17956.329","12667.150"],["17955.890","12669.657"],["18039.683","12624.485"],["32187.677","13291.510"],["27275.549","17607.421"],["27241.173","17425.692"],["21940.428","14995.061"],["21462.018","13453.664"],["30602.983","14911.221"],["30516.805","14995.177"],["19503.200","10591.837"],["18178.739","12752.212"],["27010.145","15774.139"],["20327.799","14343.630"],["28364.403","17467.579"],["27508.567","16580.751"],["21298.809","12657.531"],["22425.120","15526.990"],["28285.571","15709.780"],["18664.082","14535.242"],["18597.291","14552.117"],["22805.626","15955.614"],["26812.770","15991.887"],["20515.024","10548.408"],["24274.292","16846.269"],["29959.679","15650.650"],["27646.515","17038.254"],["27715.586","17000.315"],["20378.476","14662.924"],["22663.022","13684.821"],["17962.883","12180.940"],["17942.526","12169.058"],["17955.466","12171.186"],["22994.285","16644.892"],["31772.428","13182.852"],["23754.041","16940.214"],["25484.093","17007.123"],["22022.937","15038.474"],["22007.016","14970.141"],["29836.968","16354.232"],["22704.644","14946.417"],["22691.244","16217.147"],["30183.390","15541.278"],["30202.005","15605.542"],["23033.703","16215.230"],["23035.786","16227.307"],["18993.669","15935.863"],["27413.427","16376.488"],["27404.098","16479.426"],["19273.111","12017.586"],["19268.176","12064.451"],["21673.014","14633.046"],["19806.829","11567.875"],["22373.425","9409.755"],["26185.853","16536.273"],["26161.834","16444.849"],["27872.856","15864.880"],["27616.843","15825.643"],["27705.555","15778.921"],["26436.117","16042.396"],["19131.927","15889.628"],["21473.751","13473.538"],["21476.470","13476.171"],["17801.477","12153.895"],["19332.342","11943.310"],["18605.152","8294.962"],["23216.902","15896.091"],["25985.414","17021.318"],["25993.761","16032.420"],["22554.385","15899.284"],["22630.587","15929.017"],["22218.667","13487.123"],["28996.480","16308.270"],["23204.831","8431.485"],["22200.020","14444.111"],["22205.394","14370.009"],["21187.295","15787.866"],["21083.322","15883.887"],["18669.695","13829.889"],["20398.269","10427.273"],["19258.988","11543.840"],["19215.142","11677.753"],["17719.831","14053.920"],["22100.142","16372.185"],["17856.634","13739.887"],["25526.362","16651.047"],["25414.944","16614.206"],["22126.761","14876.903"],["22582.206","14509.910"],["23463.422","16276.160"],["23307.123","16241.414"],["21629.110","14376.132"],["28609.042","16829.057"],["26793.956","16377.169"],["26806.277","16411.742"],["26818.574","16495.578"],["26794.356","16506.497"],["32516.770","12624.055"],["31484.700","9262.521"],["22611.608","12588.099"],["24917.928","17190.835"],["24905.639","16913.071"],["21843.809","13330.914"],["21273.110","15209.996"],["21299.647","15283.244"],["30677.081","14276.122"],["27503.573","15749.836"],["28125.984","15880.771"],["28140.333","15883.878"],["29303.185","16273.319"],["23789.559","16188.472"],["24051.881","7925.170"],["28433.223","15641.359"],["27163.947","15627.633"],["27277.068","15644.965"],["22127.429","13186.555"],["20058.837","11125.739"],["27874.166","16662.217"],["31577.105","13308.100"],["19759.275","10274.365"],["24859.131","17707.529"],["21399.695","13608.061"],["20985.317","14470.962"],["18588.166","15305.277"],["23206.927","16582.074"],["23198.035","16586.351"],["27149.184","16808.590"],["27196.036","16856.238"],["20373.039","12840.531"],["20506.755","12949.577"],["24145.540","7797.813"],["22840.641","13078.777"],["22846.814","13100.669"],["22817.074","13079.454"],["25129.238","17801.549"],["25138.912","17699.304"],["23055.577","13794.963"],["26136.126","17329.515"],["21991.331","14518.815"],["21983.561","14551.504"],["21944.523","14528.656"],["21978.913","14526.644"],["26069.139","17002.383"],["32595.181","13036.742"],["25854.669","16699.559"],["28400.977","16366.955"],["28382.232","16372.955"],["22863.161","9275.551"],["18691.043","13416.396"],["22275.692","13117.760"],["20366.401","12613.860"],["20438.013","12745.751"],["20398.572","12689.857"],["20479.951","12573.570"],["20504.244","12578.099"],["32199.554","12958.610"],["32272.270","12880.129"],["27245.371","16478.299"],["27265.467","16458.724"],["22839.291","15324.727"],["22712.510","15499.463"],["20896.271","14211.746"],["20811.303","14031.981"],["20795.820","14058.124"],["21035.433","14348.669"],["21099.015","14358.409"],["21185.469","14380.633"],["22484.475","14976.995"],["22465.302","14893.501"],["18187.998","12628.405"],["18788.909","15172.508"],["19437.929","14877.433"],["30997.969","14117.796"],["28077.580","16884.378"],["27984.870","16896.342"],["21495.463","14158.633"],["20655.942","14783.860"],["26260.895","16936.230"],["19675.979","15479.844"],["18508.695","13577.653"],["27955.062","16437.754"],["18686.463","11879.729"],["20585.005","10536.297"],["20615.303","10517.501"],["25067.072","17097.399"],["17403.969","12556.181"],["22600.956","9364.064"],["28055.729","16378.984"],["18693.297","13983.452"],["21265.421","15339.570"],["19380.909","15933.364"],["20304.845","13022.123"],["24951.902","17721.862"],["20528.197","13177.025"],["31533.028","9877.813"],["20364.029","10698.562"],["23361.146","17144.641"],["27152.353","17464.320"],["19293.579","11763.876"],["21873.150","14408.542"],["21884.978","14321.889"],["21853.003","14285.936"],["22021.706","14286.657"],["21976.094","14395.717"],["21966.438","14287.164"],["22005.765","14256.171"],["25512.238","17755.531"],["18860.650","13605.862"],["25076.642","17326.635"],["24042.006","7589.661"],["20742.670","13603.567"],["20744.232","13589.249"],["20575.820","13552.601"],["20751.517","13464.405"]] \ No newline at end of file diff --git a/src/gathering/10485.json b/src/gathering/10485.json new file mode 100644 index 0000000..e9980f2 --- /dev/null +++ b/src/gathering/10485.json @@ -0,0 +1 @@ +[["25313.609","17467.630"],["21130.139","15676.953"],["27835.409","16440.771"],["20510.495","15279.832"],["26448.546","17261.551"],["22995.573","13868.334"],["23055.785","13818.642"],["18762.458","11994.811"],["32167.368","12636.709"],["32307.810","12742.849"],["32335.709","12623.293"],["27660.066","16625.385"],["27517.875","16601.167"],["27716.258","16598.569"],["22936.808","16041.295"],["18676.853","12474.314"],["18788.835","12431.189"],["25665.627","16020.610"],["22560.654","15524.604"],["22512.956","15661.800"],["22473.163","15619.691"],["29790.296","15451.176"],["27825.835","16945.263"],["31234.445","9826.560"],["18621.527","16006.098"],["27329.946","16526.622"],["26701.385","16224.289"],["22478.740","9635.005"],["21943.404","14071.454"],["21950.371","14201.518"],["18914.156","13984.576"],["23020.626","16513.617"],["30939.161","9372.796"],["20223.261","16297.129"],["21245.294","14504.643"],["28008.597","15886.354"],["27214.217","17154.760"],["22578.851","15871.797"],["22110.237","14595.054"],["18383.452","13745.140"],["26047.005","17318.799"],["29983.160","16031.219"],["19306.852","11762.897"],["20286.884","10576.253"],["20351.117","10497.381"],["27527.878","17216.005"],["21234.778","13450.512"],["22092.377","14369.358"],["22804.528","16979.262"],["25843.721","15908.298"],["21660.280","14698.831"],["21757.598","14731.810"],["21125.857","13142.319"],["22583.373","15456.604"],["22633.965","15476.793"],["27153.934","16137.064"],["20642.802","10257.526"],["20717.896","10328.539"],["29133.242","16384.353"],["29137.348","16368.261"],["20071.876","11470.708"],["26703.215","16598.999"],["30382.576","15507.920"],["26170.291","15891.194"],["26203.337","15858.214"],["26872.551","15832.845"],["26750.297","15793.089"],["20656.774","14085.498"],["23526.381","16487.184"],["22639.279","13572.614"],["23037.773","15423.685"],["29969.346","15805.900"],["29943.793","15734.584"],["25195.626","14338.916"],["18714.206","15836.786"],["21008.531","12374.717"],["22734.964","14793.575"],["32432.081","12982.049"],["27813.948","16178.103"],["27872.523","16188.560"],["29928.008","16320.019"],["29881.392","16336.697"],["30021.131","16170.575"],["22765.183","16413.307"],["22786.706","16408.202"],["20515.007","11150.495"],["21270.089","14252.897"],["21377.813","14447.964"],["21242.146","14350.578"],["22413.430","14867.374"],["22263.813","14775.955"],["18403.515","14245.276"],["24916.183","17269.217"],["24883.004","17286.281"],["23397.193","16562.400"],["27093.602","17200.350"],["27285.321","17204.234"],["27212.172","17288.194"],["20980.619","14333.479"],["25436.816","17493.994"],["24271.759","7574.861"],["27430.667","16685.130"],["20471.146","13263.331"],["20599.887","14593.793"],["25663.240","17753.060"],["17429.685","12397.556"],["18882.632","14259.294"],["25923.562","17360.361"],["26021.752","17339.981"],["21266.549","15806.788"],["18911.987","11782.418"],["22793.102","13862.040"],["22703.632","13877.100"],["25715.844","16639.282"],["23459.775","16752.713"],["25564.564","17455.156"],["22424.125","8754.976"],["26691.062","16883.662"],["18764.780","9102.100"],["22012.384","12918.365"],["22295.746","15047.151"],["21038.009","14602.008"],["22687.411","8336.876"],["22374.480","15167.572"],["23405.295","16838.987"],["23367.593","16981.030"],["21774.124","13344.012"],["29226.067","16367.217"],["28726.965","16567.301"],["27086.497","16596.107"],["26897.434","16772.590"],["28235.877","15854.858"],["26106.248","16119.198"],["18544.136","15275.557"],["25335.384","17679.464"],["25327.152","17700.189"],["18040.364","12626.398"],["26641.608","16274.264"],["26487.892","16348.917"],["21846.302","14970.731"],["21437.990","13416.364"],["30601.517","15006.311"],["18177.185","12750.994"],["22435.022","13648.381"],["26969.837","16297.997"],["26954.922","16158.186"],["22294.008","15523.208"],["22446.722","15520.187"],["22446.806","15578.099"],["26969.846","16915.374"],["18667.768","14536.355"],["18598.069","14556.027"],["25128.250","17592.472"],["23952.923","16853.162"],["26770.536","16012.783"],["20567.085","10548.766"],["20472.170","10523.987"],["20931.927","11079.283"],["26369.594","15666.538"],["24173.418","16806.807"],["22729.652","14632.635"],["22780.582","14658.714"],["29963.914","15578.957"],["29984.622","15587.701"],["30034.482","15557.230"],["27646.061","17035.676"],["26059.439","17457.658"],["17952.040","12178.722"],["17942.131","12171.992"],["17956.589","12169.738"],["23006.695","16755.322"],["22957.283","16716.694"],["31857.870","13256.977"],["31884.233","13223.058"],["25532.563","17143.970"],["21978.413","14970.010"],["24362.952","16878.488"],["24504.473","16858.399"],["22820.547","14939.062"],["21909.664","13159.009"],["30241.552","15632.714"],["30098.226","15533.143"],["23007.340","16175.353"],["31240.763","14288.281"],["18981.291","15924.078"],["27415.811","16455.508"],["19286.800","12006.389"],["19243.450","12026.565"],["19193.012","11980.040"],["21764.037","14476.358"],["21737.782","14562.696"],["19816.077","11567.310"],["21666.575","15265.334"],["21909.678","14760.847"],["27675.113","15897.072"],["28283.782","17489.632"],["26382.378","16000.194"],["20776.329","14008.492"],["19138.719","15881.269"],["17190.913","12233.735"],["22820.068","15720.558"],["22827.401","15770.206"],["32118.372","13239.013"],["17801.393","12156.132"],["17699.461","12236.591"],["19348.578","11924.857"],["18557.260","8258.473"],["21761.675","16532.962"],["23149.736","15919.291"],["23226.574","15838.858"],["23170.056","15861.907"],["26335.264","16478.487"],["30445.088","15387.277"],["22507.152","15854.299"],["22239.309","13524.979"],["25327.173","17276.825"],["23204.116","8430.774"],["27628.959","15683.737"],["21196.847","15731.058"],["21043.598","15834.788"],["18671.541","13827.747"],["19261.334","11537.365"],["19211.889","11666.283"],["23104.768","16550.191"],["18783.923","6288.283"],["17724.042","14070.640"],["17735.337","14071.325"],["22986.766","12940.234"],["17859.115","13739.950"],["17900.191","13706.035"],["22202.141","15011.392"],["28762.008","17516.227"],["23418.806","16261.498"],["21625.770","14358.838"],["25402.586","17053.372"],["26460.572","15862.319"],["32436.038","12607.390"],["27596.719","16976.638"],["27293.192","16041.366"],["22570.143","12631.741"],["22658.405","12553.104"],["24985.154","17180.027"],["24848.065","17172.242"],["29991.308","15482.610"],["24931.614","16906.945"],["20620.561","15760.198"],["26445.502","16991.555"],["32176.501","13099.383"],["32308.265","13005.005"],["29352.383","16244.941"],["23803.380","16255.774"],["18031.870","12496.092"],["27847.024","15665.816"],["27174.198","16279.033"],["28563.213","15726.199"],["24811.418","16769.452"],["20099.584","11084.353"],["27835.796","16686.980"],["21256.760","13798.616"],["21402.259","13610.152"],["18584.424","15312.384"],["22252.103","12499.066"],["23176.915","16591.533"],["23100.309","16744.811"],["27230.749","16843.102"],["26086.442","16334.573"],["22812.405","16252.724"],["20462.803","12834.865"],["24629.893","16938.110"],["24149.377","7799.519"],["22836.432","13063.719"],["22880.858","13074.699"],["22853.201","13053.288"],["25109.922","17747.468"],["25332.191","16315.400"],["25825.893","17404.150"],["21882.441","14622.059"],["21841.060","14468.302"],["21986.085","14539.935"],["22008.398","14541.706"],["21888.184","14565.086"],["26244.247","17059.137"],["21105.127","15391.514"],["26657.564","16447.975"],["26594.140","16394.977"],["22861.936","9273.264"],["20452.058","12622.586"],["20368.264","12731.942"],["20444.593","12649.260"],["21023.391","14867.463"],["27299.944","16356.636"],["24854.942","16349.747"],["24846.088","16322.560"],["22845.261","15333.504"],["20870.504","14108.693"],["20841.916","14087.705"],["20786.494","14186.617"],["20896.611","14214.042"],["21095.952","14375.717"],["21192.624","14406.703"],["20337.984","12946.815"],["22510.218","14954.609"],["18790.132","15162.669"],["20604.097","13704.499"],["20716.551","13665.888"],["19441.858","14873.441"],["28007.843","16809.875"],["21448.485","14512.433"],["21488.622","14163.494"],["21412.866","14062.386"],["18507.578","13560.455"],["28071.499","16450.678"],["18684.606","11879.314"],["20624.893","10510.621"],["25166.390","17144.028"],["22237.452","14835.060"],["17407.403","12556.084"],["19288.639","12275.569"],["18697.985","13976.524"],["21093.329","14067.637"],["24446.069","16541.852"],["24393.955","16408.269"],["19385.684","15940.059"],["25902.229","17745.297"],["18445.263","13259.052"],["22302.021","15303.603"],["20522.631","13179.211"],["20533.937","13030.029"],["24202.336","16927.494"],["27319.599","16111.526"],["23506.801","17077.014"],["23357.860","17147.273"],["21853.154","14311.393"],["22014.674","14380.651"],["21880.367","14244.900"],["18351.621","12562.090"],["24042.556","7508.395"],["28057.286","16259.385"],["20652.568","13574.805"],["20703.035","13575.503"],["20712.256","13482.517"],["20686.250","13528.033"]] \ No newline at end of file diff --git a/src/gathering/10486.json b/src/gathering/10486.json new file mode 100644 index 0000000..c855fd1 --- /dev/null +++ b/src/gathering/10486.json @@ -0,0 +1 @@ +[["19564.832","15823.610"],["27786.553","16477.564"],["27826.131","16446.313"],["18679.737","13895.702"],["21184.480","13825.496"],["22331.208","14462.671"],["26279.657","17275.093"],["26420.693","17209.807"],["20343.432","15168.284"],["18756.845","12001.675"],["32228.756","12736.617"],["27691.891","16458.785"],["22193.997","12414.609"],["22219.764","12465.700"],["31463.361","9123.566"],["27664.398","16667.398"],["18804.578","12466.775"],["18837.293","12431.455"],["18861.169","12419.772"],["23792.742","16802.741"],["25758.362","16012.779"],["22487.663","15618.919"],["27770.374","16893.111"],["18689.479","8319.423"],["27350.136","16380.132"],["26780.925","16343.470"],["30983.446","14329.174"],["22479.556","9636.096"],["21908.912","14682.640"],["30756.723","9764.063"],["22852.525","15153.882"],["22728.783","15184.237"],["21250.619","14468.015"],["28046.884","15888.276"],["20491.441","12437.909"],["22545.692","15740.035"],["22168.039","14605.789"],["30516.554","15176.993"],["26115.902","17372.391"],["25648.797","17054.159"],["18879.475","15298.561"],["23153.050","16246.981"],["22331.255","13554.676"],["19313.793","11785.457"],["21260.350","13510.471"],["21356.142","13459.724"],["24307.877","16687.545"],["31578.756","9443.663"],["23623.515","16315.404"],["23587.889","16249.377"],["21650.062","14680.069"],["18899.616","13728.248"],["21698.708","14814.386"],["21113.997","13098.675"],["22576.641","15501.853"],["31226.992","10113.219"],["20742.436","15377.389"],["20993.764","12485.821"],["25238.631","17138.576"],["20754.397","10267.297"],["20654.947","10232.165"],["32795.600","12396.228"],["30669.130","9818.353"],["30443.185","15554.385"],["30338.475","15619.290"],["30276.353","15631.746"],["22724.895","15520.915"],["22752.311","15570.646"],["22727.663","15538.152"],["22775.407","15636.899"],["26127.025","15807.447"],["20709.792","14180.925"],["20653.486","14225.672"],["19370.455","11695.086"],["22527.692","13553.264"],["23007.609","15443.291"],["30023.372","15916.750"],["31494.402","9377.224"],["31370.010","9474.367"],["18121.221","14317.509"],["24727.414","16907.878"],["24583.356","16854.380"],["31039.653","9146.978"],["29723.820","16337.515"],["18486.038","14678.374"],["27511.364","17386.546"],["21038.224","12370.580"],["18948.352","14567.281"],["26664.944","16666.257"],["25985.766","16883.329"],["21543.524","13620.260"],["29894.620","16280.733"],["29876.992","16337.721"],["29902.681","16333.276"],["25542.598","17327.010"],["22781.799","16359.313"],["27082.126","15673.204"],["20459.894","11214.851"],["21257.658","14314.739"],["19121.640","15930.044"],["22251.376","14830.737"],["22777.032","15525.770"],["26901.300","16515.501"],["30298.205","15481.272"],["31626.147","14047.065"],["20954.633","14320.051"],["20939.780","14339.879"],["21992.195","12438.226"],["25411.196","17542.681"],["25602.436","17492.624"],["24277.002","7573.435"],["18396.990","12082.088"],["18271.123","12088.901"],["18445.317","11969.826"],["19063.880","14757.121"],["27409.473","16668.744"],["25714.265","17631.757"],["27402.764","16052.230"],["27387.252","16117.247"],["27449.599","16128.141"],["18763.259","14112.515"],["17431.277","12395.731"],["18878.781","14267.219"],["32442.693","12863.975"],["22078.035","13107.899"],["22126.860","13065.119"],["25908.950","17266.658"],["25834.633","17228.111"],["26030.033","17329.652"],["22496.472","14797.918"],["22521.491","14726.563"],["28366.837","17331.715"],["18919.232","11779.914"],["18163.973","12224.360"],["22423.893","8753.264"],["26726.641","16897.635"],["18766.205","9103.878"],["18812.158","8959.707"],["18129.465","14108.082"],["18123.855","14108.664"],["21038.053","14602.090"],["22684.002","8334.823"],["27958.221","16095.923"],["20549.023","13455.873"],["18671.202","8404.018"],["24430.454","16585.617"],["22423.795","15195.108"],["23419.501","16837.871"],["23043.453","12591.490"],["23026.017","12701.910"],["26177.293","16164.545"],["32426.322","12492.054"],["32393.222","12510.300"],["28164.471","15890.954"],["18550.757","15258.390"],["25333.661","17659.948"],["18312.290","12523.073"],["26638.284","16304.786"],["21830.998","14981.953"],["27307.355","17568.049"],["27889.804","16422.113"],["21472.579","13396.838"],["30525.199","14989.221"],["30555.812","14913.077"],["19513.422","10604.130"],["21808.372","15020.520"],["18176.784","12752.958"],["26974.704","16309.931"],["26942.693","15874.830"],["19114.912","13322.352"],["25475.924","16431.845"],["25437.074","16480.721"],["27502.766","16602.204"],["27500.635","16573.862"],["22355.126","15557.295"],["22452.309","15619.937"],["18489.801","14570.189"],["25066.461","17613.744"],["22770.879","16138.455"],["22814.929","16124.619"],["23937.341","16849.531"],["26719.785","16021.058"],["20488.893","10542.149"],["20460.763","10603.716"],["26341.581","15669.022"],["27086.316","16933.709"],["20912.842","15237.846"],["22122.435","12715.027"],["29922.728","15671.535"],["30027.317","15516.140"],["20292.571","14932.806"],["26043.753","17596.617"],["26083.391","17530.783"],["26110.854","17488.713"],["20380.170","14665.243"],["17952.202","12179.975"],["17858.572","12241.566"],["17945.162","12167.036"],["22905.082","15756.464"],["22905.368","15755.173"],["32121.953","12809.814"],["22793.532","14883.700"],["22685.275","16282.460"],["30118.061","15572.506"],["30178.047","15613.109"],["29771.653","15288.045"],["27262.260","16172.228"],["19288.425","12026.199"],["19190.532","11948.966"],["23605.458","16888.125"],["23554.194","16899.492"],["21656.500","14639.125"],["21685.421","14497.673"],["21829.415","14512.936"],["19797.998","11546.989"],["26114.984","16420.170"],["26205.638","16512.116"],["21899.942","14791.345"],["27868.156","15813.242"],["22909.906","13805.504"],["23064.015","13744.563"],["27626.359","15871.108"],["30426.741","15268.136"],["21307.063","14178.144"],["18575.614","14080.321"],["19742.546","14343.666"],["28270.072","15812.127"],["22261.791","15184.323"],["20654.671","13979.339"],["20696.843","13995.141"],["28320.335","16162.410"],["28321.242","16219.260"],["19186.884","15181.634"],["17187.403","12231.746"],["22828.472","15928.032"],["19189.377","14741.858"],["17695.478","12236.393"],["17798.726","12152.359"],["23191.991","15830.307"],["23232.829","15873.054"],["23173.976","15906.639"],["24056.713","17660.185"],["22583.220","9402.808"],["22531.272","15803.589"],["26751.336","17309.077"],["18671.002","12474.454"],["18810.812","8950.791"],["18674.984","13380.175"],["23200.941","8429.708"],["19262.279","11535.117"],["19224.880","11655.720"],["19143.580","14274.765"],["17718.556","14072.740"],["22893.949","12954.967"],["17901.164","13701.873"],["22136.519","14950.085"],["22151.424","14970.036"],["22636.238","14450.049"],["27066.205","15983.307"],["23443.758","16341.566"],["21695.990","14305.868"],["21814.595","14401.878"],["25289.584","17034.129"],["26294.644","15726.895"],["26366.492","15806.536"],["32422.157","12669.854"],["19158.878","14171.618"],["19125.356","14093.397"],["20353.767","12611.088"],["20291.589","12714.883"],["25763.112","16820.867"],["30553.680","15890.791"],["24874.416","17135.876"],["24804.211","17171.850"],["29984.346","15467.569"],["29930.432","15466.930"],["24786.197","16965.124"],["21851.957","13333.970"],["20615.988","15740.967"],["30778.357","14248.469"],["27470.590","15883.648"],["32180.676","13078.411"],["32169.194","13133.606"],["17732.265","12422.485"],["22873.159","16098.448"],["24044.933","7932.619"],["27223.884","16246.155"],["24883.365","16703.065"],["24901.283","16636.670"],["27185.911","15653.907"],["20141.144","11139.799"],["27751.916","16706.032"],["30817.473","9385.656"],["24860.423","17827.345"],["18656.440","15458.901"],["22283.868","12527.031"],["23096.324","16570.991"],["23147.835","16623.681"],["27160.037","16899.894"],["25676.051","16547.273"],["22811.794","16297.293"],["20436.040","12841.085"],["20537.572","12948.980"],["24157.965","7791.075"],["20226.296","11760.147"],["22843.976","13051.289"],["19886.086","11417.077"],["25067.550","17657.830"],["20849.552","10428.055"],["18424.141","14792.019"],["22887.483","12686.380"],["19646.965","12027.435"],["19643.813","12021.788"],["26113.087","17309.218"],["21908.693","14540.034"],["21863.553","14614.236"],["22008.641","14472.503"],["22448.769","14377.984"],["20265.600","12538.480"],["31134.356","9464.849"],["21025.483","10479.325"],["20538.088","13713.944"],["26487.570","16393.886"],["26546.323","16368.313"],["22865.227","9272.394"],["20329.394","10424.623"],["20543.670","12641.026"],["20133.441","15597.341"],["32235.654","12810.309"],["21025.849","14865.236"],["27122.718","16383.907"],["27199.968","16515.764"],["24825.222","16334.773"],["22751.929","13715.019"],["22742.971","15440.782"],["22856.667","15335.510"],["20862.581","14114.167"],["20915.522","14232.459"],["21126.442","14298.802"],["21126.557","14416.874"],["21087.407","14258.196"],["22570.019","14962.021"],["22468.436","14955.924"],["22233.634","15396.957"],["21588.520","14538.671"],["21465.594","14523.118"],["21507.101","14149.191"],["21429.621","14043.616"],["26404.942","16933.803"],["26310.890","16925.726"],["19652.755","15472.102"],["18572.345","13502.577"],["26225.854","17007.195"],["18687.973","11879.883"],["19526.181","12141.314"],["19001.044","12222.264"],["19003.185","12225.084"],["25165.541","17160.514"],["22184.850","14683.571"],["18642.514","8923.160"],["27947.793","16533.390"],["28053.304","16384.316"],["21035.921","14086.292"],["21141.243","14053.174"],["24461.734","16556.901"],["20407.246","11474.802"],["27502.243","15663.256"],["18451.688","13260.596"],["20465.479","13008.937"],["20430.031","13149.610"],["20527.111","13071.423"],["20386.372","10661.389"],["24264.551","16961.012"],["19131.051","11815.358"],["25478.398","17667.903"],["25500.526","17694.914"],["25564.655","17662.536"],["18397.716","12587.980"],["18353.113","12560.857"],["18418.725","12585.493"],["18822.564","13608.183"],["24025.921","7502.818"],["20576.426","13592.032"],["20773.044","13542.441"],["20744.662","13583.725"],["20570.898","13525.990"]] \ No newline at end of file diff --git a/src/gathering/10487.json b/src/gathering/10487.json new file mode 100644 index 0000000..a66ef07 --- /dev/null +++ b/src/gathering/10487.json @@ -0,0 +1 @@ +[["19559.172","15815.447"],["27913.668","16509.485"],["18674.848","13891.037"],["23009.483","13837.655"],["20341.343","15171.704"],["18763.112","11994.963"],["32155.228","12689.924"],["32337.788","12748.631"],["21502.154","14259.375"],["21559.530","14315.849"],["22213.164","12470.189"],["22165.427","12456.774"],["31447.354","8997.561"],["27654.992","16656.440"],["22990.081","16099.525"],["23019.595","16113.778"],["22932.831","16060.331"],["32637.163","12384.759"],["29802.231","15427.012"],["27915.443","16782.519"],["31268.873","9982.894"],["27339.993","16420.470"],["27322.169","16504.124"],["26566.538","15875.811"],["22481.865","9633.971"],["31698.121","13143.000"],["26645.551","15536.583"],["30697.257","14916.676"],["21971.243","14174.044"],["21966.043","14206.339"],["21978.819","14723.519"],["23085.621","16538.990"],["30987.358","9212.950"],["19350.840","11364.749"],["30809.439","9708.429"],["23551.499","17785.921"],["22851.289","15154.548"],["21364.147","14564.266"],["22230.586","14606.814"],["26326.848","16347.538"],["26377.457","16302.047"],["29882.255","16061.523"],["25656.495","17067.866"],["27352.814","17061.094"],["18880.776","15296.215"],["25861.019","17522.418"],["22350.250","13467.009"],["19308.242","11754.284"],["20255.440","10627.221"],["18029.344","11985.033"],["27562.038","17338.847"],["21348.674","13451.913"],["21211.244","13483.086"],["21365.137","13490.444"],["18987.714","12350.715"],["18989.275","12351.303"],["22721.177","16851.835"],["27122.113","17381.153"],["23634.234","16308.562"],["21694.108","14703.379"],["18893.284","13728.641"],["30562.500","14793.536"],["21681.323","14869.117"],["21110.215","13058.814"],["22524.158","15443.543"],["27161.517","16131.476"],["30106.083","15289.411"],["25253.991","16990.650"],["27529.851","16814.529"],["30275.621","15606.897"],["30350.641","15603.106"],["30391.326","15522.834"],["22850.056","15672.020"],["22723.160","15541.868"],["22767.453","15641.187"],["26190.980","15836.208"],["26116.347","15805.701"],["26813.586","15768.371"],["20741.479","14132.603"],["19047.419","13594.808"],["22918.515","15303.961"],["18154.251","14250.728"],["18144.949","14249.622"],["29694.881","16339.909"],["21986.251","15095.078"],["18490.271","14674.169"],["20989.349","12437.598"],["18941.323","14563.634"],["22769.751","14764.606"],["22756.432","14827.927"],["22795.905","14716.379"],["30632.052","9718.688"],["27804.328","16269.895"],["31517.185","9291.264"],["29907.790","16276.785"],["27250.941","15814.032"],["27154.339","15750.290"],["22763.914","16375.450"],["20455.140","11230.608"],["21246.524","14350.898"],["21251.575","14430.958"],["22275.588","14768.618"],["22259.413","14783.455"],["25249.937","14684.903"],["29711.014","16372.074"],["24886.000","17297.583"],["24907.228","17276.335"],["22226.888","15262.166"],["27277.496","17268.051"],["27154.654","17199.953"],["30304.248","15490.495"],["30360.477","15475.067"],["22553.241","14376.342"],["22471.352","14352.764"],["31633.824","14047.495"],["20962.306","14247.916"],["21978.750","12456.657"],["24271.550","7573.030"],["18294.670","12088.455"],["18331.749","11943.617"],["18383.747","12079.950"],["19068.347","14754.012"],["20545.626","13193.958"],["28095.211","16109.126"],["22851.246","12625.298"],["31355.004","9695.432"],["27448.788","16126.545"],["18759.353","14110.505"],["32074.829","13328.763"],["17428.741","12396.336"],["32414.400","12871.157"],["32494.190","12860.017"],["22125.147","13059.768"],["25989.439","17243.022"],["22536.698","14833.165"],["22560.562","14752.610"],["18919.604","11783.708"],["24988.947","16460.665"],["18725.839","6458.177"],["18154.650","12223.569"],["22428.395","8755.066"],["26704.315","16780.237"],["18813.229","8957.675"],["22338.543","15024.311"],["22299.318","14935.216"],["22442.054","14994.633"],["18122.337","14096.131"],["22682.632","8342.717"],["27959.369","16103.925"],["30170.366","15341.792"],["32463.078","12484.866"],["18554.510","15222.031"],["25391.401","17685.025"],["25399.584","17730.544"],["22449.460","15749.392"],["18432.126","12474.924"],["32205.343","13347.064"],["21893.034","14896.364"],["20247.260","11997.947"],["20247.111","11995.610"],["30530.524","14994.764"],["30565.812","14992.020"],["19503.348","10594.783"],["19113.611","13321.870"],["19915.930","10622.597"],["25590.320","16443.560"],["27502.563","16578.186"],["22434.313","15630.833"],["22434.906","15657.192"],["22342.584","15513.380"],["26920.340","16869.092"],["18492.802","14573.655"],["25101.630","17595.920"],["22768.115","16079.907"],["22833.205","16132.126"],["24049.137","16822.641"],["23944.382","16835.124"],["20357.794","10485.870"],["20525.980","10556.000"],["26357.229","15629.496"],["20939.000","10491.819"],["29896.083","15520.302"],["25831.501","16516.886"],["27315.329","17732.290"],["27377.841","17652.915"],["30700.362","10005.520"],["26092.368","17673.745"],["29589.626","16362.584"],["17959.480","12178.100"],["17947.704","12167.226"],["17950.657","12173.578"],["23056.874","16754.161"],["23036.648","16603.228"],["22906.174","15752.825"],["22699.015","16743.706"],["21992.041","15066.019"],["26066.349","16979.010"],["22828.029","14966.729"],["22730.031","14941.980"],["22684.442","16145.074"],["24830.778","16789.387"],["30098.392","15682.171"],["30167.825","15514.170"],["22542.111","15274.486"],["27299.325","16211.832"],["27244.019","16179.150"],["27122.266","16319.485"],["27242.005","16145.822"],["19252.227","12054.525"],["19279.066","12020.189"],["19179.556","12006.580"],["23589.332","16939.715"],["21700.558","14477.444"],["21632.705","14578.771"],["19814.900","11580.580"],["19896.807","11506.592"],["31310.927","9976.625"],["22374.208","9411.112"],["18669.475","13376.197"],["21205.594","14168.190"],["18571.314","14076.055"],["19745.307","14334.692"],["26932.730","15526.364"],["27384.569","16287.428"],["20649.316","13957.308"],["20716.174","13951.130"],["28317.826","16167.532"],["19122.086","15927.826"],["19186.766","15176.018"],["19187.928","14739.918"],["17799.217","12155.487"],["19316.134","11915.115"],["21818.723","16543.785"],["23178.021","15828.408"],["23223.158","15770.368"],["25926.570","17191.369"],["25951.054","17101.002"],["26261.081","16474.188"],["26319.574","16446.219"],["26451.114","16463.139"],["24064.168","17663.288"],["25909.587","16082.719"],["26025.253","16029.152"],["22249.004","13475.404"],["27132.668","17684.505"],["29151.807","16330.140"],["25314.880","17224.975"],["25309.204","17242.980"],["23209.892","8434.227"],["21176.236","13276.923"],["19262.524","11542.758"],["19220.912","11671.149"],["19150.531","14279.770"],["22129.067","14958.307"],["23369.279","16328.337"],["23367.073","16288.109"],["21781.171","14360.362"],["26394.118","15876.430"],["26785.748","16455.671"],["32440.253","12605.179"],["19167.476","14171.863"],["19109.880","14096.382"],["25762.403","16817.725"],["23721.573","16644.088"],["22651.113","12552.139"],["21774.422","13431.493"],["26273.329","17053.025"],["28063.818","15780.678"],["29320.981","16238.609"],["29314.634","16267.242"],["28370.701","15616.109"],["22132.814","13181.656"],["20116.436","11157.643"],["27759.921","16581.876"],["29576.600","16151.415"],["23072.726","15518.361"],["19772.174","10264.938"],["30046.439","15852.829"],["30603.882","10133.174"],["18667.870","15454.815"],["23152.222","16610.989"],["23189.495","16584.939"],["27496.597","17232.002"],["23142.172","16640.324"],["23149.510","16677.854"],["26231.692","16241.016"],["22808.181","16297.552"],["22717.293","16288.766"],["20477.121","12928.146"],["20381.031","12792.944"],["20490.540","12759.514"],["24648.540","16971.760"],["24168.246","7805.153"],["20225.448","11758.092"],["20237.527","11743.936"],["20239.104","11743.714"],["22864.756","13039.674"],["22875.603","13135.722"],["22864.657","13074.858"],["25372.262","16313.320"],["18418.659","14787.491"],["19635.418","12022.363"],["19647.415","12029.402"],["21945.613","14657.451"],["21857.640","14466.844"],["21874.701","14464.760"],["22278.344","14447.866"],["21757.816","14157.847"],["22864.841","9275.633"],["20273.071","10411.179"],["22305.936","13136.807"],["20368.300","12697.480"],["20473.711","12598.379"],["20488.317","12584.041"],["20552.955","12638.509"],["20133.500","15591.141"],["27166.073","16487.151"],["27194.031","16427.554"],["27215.808","16401.688"],["24860.980","16339.732"],["22757.786","13655.805"],["22766.891","13700.237"],["20883.956","14142.328"],["20910.002","14133.532"],["21083.988","14341.064"],["21065.364","14433.046"],["21153.831","14446.214"],["21043.342","14444.474"],["31403.199","13613.840"],["20645.990","13623.155"],["27978.983","17024.561"],["30980.103","14172.068"],["22237.105","15306.620"],["22190.916","12792.526"],["28069.056","16920.890"],["28018.262","16908.895"],["21426.414","14029.589"],["26403.115","16931.475"],["26311.060","16803.559"],["19659.604","15480.341"],["24378.810","7666.663"],["18579.423","13507.815"],["18688.562","11883.453"],["19022.561","12211.986"],["25191.560","17011.441"],["25108.377","17103.529"],["25163.192","17100.837"],["22159.589","14861.416"],["18640.579","8924.243"],["22599.236","9369.044"],["21118.562","14061.843"],["30071.042","15557.935"],["20405.446","11477.316"],["31084.139","10048.666"],["28258.880","16353.750"],["22379.703","15341.914"],["22343.486","15487.508"],["22408.278","15337.407"],["20517.299","13118.356"],["20430.428","13104.049"],["20528.613","13011.733"],["24152.873","16892.776"],["27338.021","16079.561"],["24262.551","17493.471"],["19116.654","11794.118"],["27116.321","15729.780"],["25483.690","17660.143"],["25578.730","17739.788"],["31396.682","8729.515"],["24035.159","7589.758"],["20757.723","13470.288"],["20722.082","13594.916"]] \ No newline at end of file diff --git a/src/gathering/10488.json b/src/gathering/10488.json new file mode 100644 index 0000000..ff54a74 --- /dev/null +++ b/src/gathering/10488.json @@ -0,0 +1 @@ +[["25311.846","17607.531"],["25302.335","17479.430"],["19558.835","15812.455"],["18675.449","13888.094"],["27404.074","17089.842"],["22323.938","14466.460"],["26395.358","17327.304"],["26286.942","17339.977"],["22995.541","13838.038"],["18759.611","11998.464"],["27670.509","16416.617"],["18247.217","12108.579"],["27673.151","16748.361"],["23025.829","16093.132"],["22919.877","16126.924"],["20388.575","14274.679"],["22533.934","15562.417"],["27880.668","16900.333"],["27861.624","16846.269"],["26837.962","16294.653"],["26817.720","16335.540"],["30994.564","14338.521"],["22481.998","9636.053"],["27817.066","16128.412"],["26507.533","15704.118"],["25785.508","17397.094"],["22098.885","14233.178"],["30682.810","14746.221"],["19325.090","11377.162"],["20447.097","12359.641"],["20462.706","12348.274"],["27188.435","17180.004"],["22603.323","15751.696"],["22122.646","14597.497"],["22156.872","14487.706"],["26372.128","16290.052"],["30039.108","15993.593"],["23113.657","16206.137"],["23149.376","16179.403"],["22335.427","13559.846"],["20234.662","10564.684"],["21275.799","13430.814"],["21367.668","13469.151"],["22094.718","14278.713"],["22724.010","16851.217"],["21572.644","14669.167"],["21586.818","14664.465"],["27002.601","16159.824"],["18884.814","15301.070"],["18896.534","13735.671"],["30561.532","14783.162"],["26817.859","15516.749"],["21639.841","14772.000"],["21746.706","14770.163"],["22484.755","15347.536"],["22469.938","15484.859"],["20744.042","15373.538"],["27220.991","16074.115"],["27124.391","16080.623"],["20970.164","13968.074"],["27573.829","16806.600"],["26835.732","16606.832"],["30265.294","15650.687"],["22672.713","15558.161"],["22786.683","15654.098"],["22839.718","15656.153"],["26178.216","15884.766"],["26736.324","15848.179"],["26728.065","15790.584"],["20737.225","14077.729"],["19361.117","11701.737"],["23549.332","16464.913"],["22634.445","13552.954"],["23053.353","15493.714"],["20809.280","13675.895"],["20778.060","13662.955"],["18141.834","14249.541"],["26098.970","16044.994"],["24612.511","16818.961"],["20132.992","15390.665"],["27326.064","17304.010"],["21030.879","12430.816"],["27498.750","16145.546"],["18949.638","14565.837"],["22811.250","14703.044"],["22749.694","14793.697"],["32373.322","13029.812"],["26623.773","16679.939"],["25556.315","17258.696"],["22779.219","16403.525"],["31436.127","8912.973"],["26925.766","15667.630"],["20509.166","11223.091"],["21286.302","14257.503"],["19123.238","15931.303"],["25229.920","14529.474"],["22636.692","14882.728"],["22595.780","14874.362"],["22019.575","12651.786"],["24958.378","17210.061"],["23365.877","16477.632"],["22238.268","15210.921"],["27217.835","17206.622"],["30272.597","15463.061"],["20965.035","14287.567"],["27618.121","16169.055"],["25609.121","17471.072"],["19068.026","14757.897"],["27418.680","16673.018"],["22534.472","15208.400"],["22832.848","12621.847"],["22680.344","12551.923"],["27949.404","16664.454"],["28029.067","16753.046"],["21170.511","14606.983"],["27452.700","16124.020"],["18765.521","14108.101"],["17434.046","12394.361"],["32361.404","12801.857"],["32463.468","12800.981"],["22058.265","13122.473"],["22127.724","13062.632"],["25972.872","17267.792"],["22556.749","14696.278"],["22562.566","14787.308"],["18912.404","11782.413"],["27031.360","17298.788"],["26996.071","17236.507"],["27033.744","17326.207"],["22428.399","8742.670"],["26744.547","16776.269"],["22372.890","15029.236"],["18126.965","14091.831"],["22685.334","8338.120"],["30165.572","15347.259"],["24279.018","7570.001"],["24559.196","16578.190"],["22340.883","15283.027"],["22357.881","15092.550"],["23474.892","16855.292"],["21811.974","13308.188"],["21404.254","13500.502"],["26938.043","16747.663"],["26042.617","15955.254"],["22425.378","15968.665"],["18557.494","15234.093"],["25232.649","17778.865"],["26631.149","16330.279"],["26554.202","16288.701"],["27334.490","17547.002"],["21440.979","13488.020"],["30501.340","15042.402"],["25848.938","17681.599"],["21719.186","15014.284"],["27019.000","16341.974"],["26995.030","16290.710"],["20220.264","14307.003"],["19118.011","13320.361"],["27504.227","16573.366"],["22432.579","15560.273"],["27041.354","16877.540"],["28191.207","15611.741"],["18491.990","14669.388"],["18503.097","14578.591"],["22760.374","16125.158"],["22713.599","16015.737"],["24128.710","16858.605"],["23946.649","16821.411"],["20424.857","10484.618"],["20930.881","11077.564"],["20934.462","11079.048"],["20913.550","15227.408"],["20892.993","15239.998"],["24271.591","16861.798"],["24266.350","16794.183"],["22070.436","12577.956"],["22128.720","12656.562"],["22250.837","12723.292"],["22707.153","14638.019"],["20303.711","14936.152"],["20296.221","14937.042"],["27411.523","17737.614"],["22599.493","13777.655"],["22573.591","13670.311"],["17960.713","12180.194"],["17946.310","12169.638"],["17957.407","12172.866"],["23039.885","16646.289"],["25485.492","17156.645"],["24511.150","16857.315"],["22784.264","16168.163"],["22822.338","16141.714"],["30158.479","15557.284"],["30198.246","15556.673"],["26152.557","16853.715"],["23735.491","16522.090"],["27403.026","16506.116"],["23601.185","16896.870"],["23623.641","16853.941"],["21665.913","14637.463"],["21754.915","14593.616"],["19757.081","11514.832"],["22367.920","9413.255"],["27756.795","15777.309"],["23026.045","13743.524"],["22922.323","13790.542"],["18667.162","13374.693"],["21264.005","14129.853"],["21243.997","14136.091"],["19740.806","14342.870"],["28309.345","15746.719"],["20645.876","13924.163"],["28325.996","16224.875"],["19190.195","15177.528"],["19201.062","14754.632"],["17800.474","12150.945"],["19364.891","11929.169"],["23166.721","15778.399"],["25938.974","17167.112"],["25892.903","17087.469"],["23296.626","16948.074"],["26308.825","16367.847"],["26364.641","16510.252"],["30461.651","15308.594"],["22587.949","9396.903"],["22211.987","13481.329"],["25313.631","17227.253"],["25391.068","17397.381"],["25284.867","17311.087"],["23203.313","8429.789"],["25845.163","17187.484"],["19219.636","11670.586"],["19259.802","11539.036"],["23114.779","16432.883"],["19148.252","14276.939"],["22150.002","14941.392"],["22057.105","14964.880"],["22493.908","14490.995"],["23483.486","16317.598"],["21757.586","14434.947"],["21717.463","14268.652"],["26737.589","16446.397"],["32379.404","12587.409"],["19128.174","14085.392"],["19150.187","14133.882"],["20352.749","12608.300"],["23673.721","16635.920"],["22601.086","12715.032"],["22602.210","12735.518"],["24824.335","17177.661"],["29910.942","15497.667"],["27380.606","15928.781"],["27332.781","15775.360"],["27512.814","15855.073"],["28058.421","15815.250"],["29298.078","16272.534"],["28381.093","15663.773"],["20017.410","11238.391"],["27927.231","16679.950"],["31667.798","13277.605"],["22976.228","15521.180"],["19768.432","10275.102"],["30059.108","15731.060"],["18665.674","15452.518"],["23194.031","16618.211"],["23196.319","16750.971"],["25654.697","16361.443"],["22807.195","16294.486"],["22775.590","16326.416"],["20537.982","12768.439"],["20411.533","12768.189"],["24585.159","16943.629"],["25190.829","14664.231"],["24158.003","7791.639"],["18773.722","14207.599"],["22871.301","13091.938"],["22879.392","13086.489"],["25119.762","17770.336"],["18421.211","14787.039"],["25918.353","16162.653"],["24115.538","16900.358"],["26796.068","16615.986"],["26760.859","16610.791"],["26131.379","17251.544"],["32154.422","13244.400"],["32148.890","13241.537"],["22460.639","14396.150"],["19855.297","11484.629"],["20259.299","12475.421"],["22863.432","9273.539"],["20380.958","12738.708"],["32257.642","12795.983"],["32182.449","12765.141"],["22725.972","13649.701"],["22768.501","15350.119"],["22732.083","15428.689"],["20821.497","14104.516"],["20906.970","14058.000"],["20864.428","14170.216"],["20996.546","14320.057"],["21171.987","14413.185"],["21134.618","14445.751"],["20610.248","11417.455"],["25100.546","17215.728"],["23420.905","16578.884"],["20607.764","13648.644"],["27973.764","16990.957"],["28048.214","16914.310"],["21579.437","14603.973"],["21422.847","14036.102"],["24507.491","8891.562"],["19655.423","15469.985"],["18575.434","13502.013"],["18693.623","11881.088"],["31861.322","13106.597"],["20632.241","10563.867"],["20599.336","10509.427"],["19024.747","12213.102"],["25068.951","17139.645"],["18638.200","8925.817"],["22602.700","9340.448"],["24432.230","16544.967"],["26519.442","16038.800"],["31062.708","10026.309"],["22389.686","15418.993"],["22331.229","15323.223"],["22391.338","15398.350"],["20548.341","13010.756"],["20508.622","13042.041"],["20460.989","13021.068"],["20410.090","13166.705"],["24262.989","17489.622"],["19290.702","11781.403"],["21868.458","14441.070"],["25411.099","17780.945"],["23045.666","16848.427"],["24024.832","7551.096"],["20653.610","13596.638"],["20623.221","13513.594"]] \ No newline at end of file diff --git a/src/gathering/10501.json b/src/gathering/10501.json new file mode 100644 index 0000000..b04aca6 --- /dev/null +++ b/src/gathering/10501.json @@ -0,0 +1 @@ +[["17444.922","17921.767"],["17423.253","18015.125"],["19612.409","15780.899"],["19612.971","15815.810"],["19701.040","15925.996"],["19681.227","15916.861"],["16613.560","18739.730"],["16584.353","18871.269"],["14379.230","16063.794"],["17624.285","18593.947"],["17755.686","18623.497"],["17489.223","17040.330"],["17798.111","18368.371"],["17436.649","17470.391"],["17578.995","17533.334"],["17412.205","17509.585"],["16653.842","18106.621"],["14756.975","12722.820"],["14728.446","12623.701"],["14689.999","12552.050"],["14684.924","12640.101"],["15742.811","17147.327"],["9627.193","12461.799"],["9783.542","12439.341"],["9800.525","12433.199"],["9778.342","12416.804"],["9787.363","12385.720"],["9803.047","12382.550"],["9720.665","12403.165"],["9694.763","12408.683"],["9671.276","12415.967"],["9689.513","12388.322"],["9709.738","12363.459"],["9705.245","12337.180"],["9653.353","12351.970"],["9793.605","12343.734"],["9627.390","12485.743"],["17622.444","16998.092"],["17775.034","17010.832"],["14258.356","15342.713"],["14370.204","15503.394"],["14368.362","15490.910"],["14287.443","15481.759"],["14309.412","15495.391"],["14254.728","15368.637"],["14336.867","15329.678"],["19548.032","15679.898"],["19530.095","15566.315"],["14750.619","13829.034"],["14745.380","13886.992"],["14676.700","13937.049"],["14714.798","13897.556"],["14834.137","13921.999"],["15047.265","19509.314"],["14296.216","13184.558"],["14308.663","13372.085"],["14321.201","13387.618"],["14350.266","13350.993"],["14436.622","13374.627"],["14274.316","13315.255"],["14334.736","13215.328"],["14430.418","13237.642"],["14440.762","13283.090"],["17126.204","16778.216"],["13740.901","12258.385"],["18505.328","18851.382"],["14537.289","13391.004"],["14642.006","13260.765"],["14480.332","13343.982"],["14570.447","13207.087"],["14639.765","13250.912"],["14654.306","13263.201"],["14611.377","13307.772"],["19356.645","15679.000"],["18063.519","17223.587"],["16606.146","17940.479"],["17710.896","17448.567"],["17663.608","17500.529"],["20079.432","17225.848"],["15611.222","15961.399"],["15626.402","16112.680"],["15576.768","16001.291"],["15647.158","16054.082"],["16513.661","17301.022"],["16587.696","17240.022"],["27915.265","10341.549"],["13957.636","12520.091"],["13986.535","12537.165"],["13980.759","12451.411"],["13375.275","12763.113"],["14062.371","14224.460"],["14243.096","14123.029"],["12570.411","12223.887"],["12587.265","12285.228"],["12694.288","12215.291"],["12585.349","12244.108"],["12736.837","12167.050"],["12627.511","12278.297"],["15263.138","18330.289"],["15223.637","18295.544"],["15146.624","18338.261"],["15179.815","18344.801"],["16359.565","18330.856"],["16501.318","18268.273"],["16450.072","18325.724"],["17323.509","18795.826"],["17274.033","18737.018"],["17247.226","18858.637"],["17252.291","18855.400"],["18712.827","18573.587"],["18780.010","18632.002"],["16101.167","17690.028"],["15989.069","17799.398"],["15966.841","17809.609"],["20193.203","16332.257"],["9701.087","12313.962"],["9829.640","12302.456"],["9775.647","12258.902"],["9751.760","12266.207"],["9787.101","12296.119"],["9805.334","12315.266"],["9818.456","12330.041"],["9783.734","12320.340"],["13748.737","12756.926"],["16312.419","16203.713"],["17581.491","13864.456"],["16138.667","18103.676"],["15966.817","18222.653"],["15957.787","18221.893"],["14115.026","12212.634"],["14066.807","12145.225"],["14071.128","12295.674"],["19915.841","17340.490"],["19924.307","17322.642"],["19882.062","17380.984"],["19876.950","17323.949"],["14277.770","15275.250"],["18380.721","13798.873"],["18006.206","18027.850"],["17834.921","17949.280"],["17854.970","18039.090"],["17954.756","17892.858"],["19953.430","17394.198"],["20033.462","17260.668"],["20034.024","17295.579"],["20104.502","17391.452"],["20013.856","17373.459"],["20118.344","17380.503"],["19254.588","18408.347"],["16330.810","16942.103"],["16240.399","16953.597"],["16300.662","16934.857"],["16273.583","16793.839"],["18473.289","12988.492"],["18650.377","17965.731"],["22135.360","17141.981"],["13924.099","14813.402"],["15054.497","16471.169"],["17634.330","17198.163"],["17634.330","17198.163"],["13371.230","12571.218"],["15942.016","16018.169"],["16013.644","16101.561"],["16062.717","16130.694"],["13841.869","12499.060"],["19535.193","18064.193"],["19709.390","18185.215"],["19637.568","18218.229"],["19649.701","18211.865"],["18259.590","17835.197"],["9471.634","12400.916"],["9484.693","12420.899"],["9494.327","12444.626"],["9502.026","12479.958"],["9528.343","12524.619"],["9446.121","12375.439"],["18337.581","14629.718"],["12563.264","12267.257"],["16333.320","15749.435"],["16190.359","15894.201"],["27635.782","11451.617"],["27576.822","11341.653"],["29330.378","9127.699"],["13635.327","12405.825"],["13654.606","12404.646"],["13810.154","12442.290"],["13185.618","13530.281"],["16737.048","18799.294"],["16714.943","18860.418"],["14237.250","13510.191"],["17124.931","15986.289"],["17056.037","16026.415"],["17152.599","15971.248"],["17439.081","16907.398"],["17440.840","16976.511"],["28169.224","10436.767"],["18471.258","17740.705"],["13697.265","12609.535"],["13671.576","12635.673"],["13662.031","12672.634"],["13714.361","12547.502"],["14519.722","15473.567"],["19273.634","18504.121"],["19165.967","18535.221"],["19116.205","18634.194"],["18276.556","17151.797"],["14547.918","13611.444"],["14438.349","12669.258"],["14412.667","12702.527"],["15143.472","12348.464"],["15229.389","12497.943"],["15710.701","18490.613"],["12079.684","13079.268"],["12080.361","13122.650"],["12104.696","13115.062"],["12080.903","13142.320"],["12058.296","13142.156"],["12109.263","13141.780"],["12120.118","13166.533"],["19605.081","16668.646"],["19587.083","16755.432"],["19538.537","16622.940"],["17864.281","13453.926"],["18110.425","16838.506"],["18147.843","16811.599"],["18192.543","16961.637"],["18219.717","16813.200"],["27486.835","8448.363"],["14101.530","12338.027"],["14077.637","12442.647"],["19744.249","11016.461"],["14653.233","16236.962"],["15016.046","17392.008"],["15058.595","17376.847"],["16703.651","17750.021"],["16690.707","17788.254"],["15743.215","18546.996"],["15783.341","18617.221"],["18081.921","17059.675"],["18088.631","17000.130"],["18181.925","16994.286"],["18197.772","17067.580"],["18088.631","17000.130"],["28700.219","10713.480"],["28715.831","10794.327"],["15057.139","12220.031"],["19792.829","18333.904"],["19841.645","18363.912"],["19768.116","18266.447"],["19825.485","18318.873"],["15885.838","16715.716"],["15788.729","16710.235"],["15929.272","16664.635"],["17195.685","15784.888"],["17142.966","15842.630"],["16989.734","15903.370"],["17185.045","15834.921"],["17153.334","15819.002"],["18881.429","18805.047"],["17823.794","16737.942"],["17817.278","16566.390"],["17795.313","16770.658"],["16903.782","15788.205"],["15185.930","16978.372"],["15246.660","17146.898"],["15154.404","17145.853"],["15189.284","17064.835"],["14509.288","15421.264"],["14605.659","15457.679"],["15735.639","16267.969"],["15931.805","16277.286"],["15913.847","16199.089"],["15917.425","16176.303"],["15876.932","16278.572"],["15869.150","16325.697"],["14909.573","15689.035"],["14919.852","15705.647"],["14879.365","15672.145"],["14898.663","15667.284"],["16905.349","16181.626"],["19263.526","18307.049"],["17506.149","14981.473"],["17511.380","14995.362"],["17597.168","14953.160"],["17590.172","14965.149"],["17478.470","15066.361"],["17495.951","15045.128"],["17489.035","15045.873"],["17515.584","15040.690"],["17499.214","15027.889"],["16324.024","18644.517"],["16151.164","18468.415"],["16153.993","18486.317"],["16224.617","18520.617"],["16212.791","18565.010"],["19436.413","18537.647"],["19396.072","18531.289"],["19341.313","18623.233"],["19445.913","18653.928"],["15045.830","18105.201"],["17839.593","15200.242"],["17861.337","15189.144"],["17875.787","15250.612"],["17984.279","15272.786"],["18221.252","14413.810"],["18246.361","14363.094"],["18371.965","13074.853"],["27660.811","11064.646"],["27536.133","11034.981"],["27554.340","11021.025"],["27526.879","10990.435"],["27538.851","10950.937"],["27531.603","10906.842"],["27575.994","10875.827"],["27666.053","10946.122"],["17337.242","18453.108"],["17939.923","16291.859"],["17998.751","16279.619"],["14240.563","15589.691"],["20104.322","15478.074"],["18555.275","14751.032"],["15470.512","15703.608"],["14608.548","13446.037"],["14468.663","13432.517"],["14640.126","13455.823"],["16948.037","18336.100"],["16953.910","18373.853"],["14820.259","13782.245"],["14838.447","13696.739"],["14793.654","13789.605"],["14839.938","13681.989"],["14812.585","13673.497"],["14683.670","13645.560"],["18024.398","17349.130"],["17833.285","17327.764"],["17865.074","17210.192"],["17970.039","17333.464"],["17906.152","17388.097"],["17984.042","17285.486"],["17940.629","17209.904"],["17940.629","17209.904"],["14829.527","16068.771"],["14815.528","16005.006"],["14791.159","16053.174"],["16563.574","16873.119"],["16510.615","16786.462"],["16510.615","16786.462"],["15542.956","16064.190"],["16716.176","16819.862"],["16596.133","16893.686"],["16676.852","16918.915"],["16640.801","16811.884"],["16658.404","16847.273"],["16766.657","16854.457"],["17423.866","15414.536"],["17411.547","15367.252"],["17433.022","15309.232"],["17411.679","15322.086"],["17533.589","15329.983"],["17475.428","15407.846"],["17512.782","15479.448"],["31539.418","9369.904"],["17075.818","17203.632"],["17078.740","17235.940"],["17192.509","17310.603"],["17124.122","17326.972"],["17027.270","17339.530"],["16487.553","17042.846"],["16497.937","17156.913"],["16522.094","17174.888"],["16444.444","17014.153"],["16427.722","16562.831"],["16486.320","16404.138"],["16497.132","16468.409"],["16521.628","16548.101"],["16452.427","16544.317"],["16481.571","16537.660"],["16036.949","17940.380"],["15973.413","17960.363"],["16137.225","17955.318"],["15398.932","18495.737"],["15453.387","18604.071"],["17189.751","17475.742"],["14747.532","12181.433"],["14971.063","17201.648"],["28134.792","10688.619"],["28069.842","10653.970"],["9521.448","12477.168"],["9510.572","12439.184"],["9503.064","12415.254"],["9520.557","12406.390"],["9532.084","12430.686"],["9538.577","12469.256"],["9544.931","12520.545"],["9597.123","12389.576"],["9581.990","12421.053"],["9579.251","12378.879"],["9580.590","12362.393"],["9599.880","12371.847"],["9597.246","12344.149"],["9472.733","12374.358"],["9491.039","12359.048"],["9560.691","12383.735"],["9562.879","12408.414"],["9561.253","12540.615"],["9507.559","12373.630"],["9487.757","12388.153"],["16583.242","18382.122"],["17704.893","16353.080"],["17684.502","16422.183"],["17826.828","16412.550"],["14503.317","12079.239"],["16827.016","18786.137"],["16923.447","18788.763"],["14625.984","14220.792"],["14549.442","14162.404"],["14515.487","14089.090"],["14464.658","14200.261"],["14490.461","14157.049"],["12914.729","13043.995"],["15521.997","15681.330"],["15522.545","15694.144"],["15522.562","15709.273"],["12852.720","12882.608"],["12835.605","12909.037"],["12832.858","12912.522"],["12811.443","12914.487"],["12815.720","12916.353"],["12833.680","12917.262"],["14638.614","17171.913"],["13911.676","12325.362"],["14014.303","12136.584"],["14007.397","12134.395"],["14569.755","16067.773"],["14561.519","15933.297"],["14647.990","16010.753"],["28128.129","10466.435"],["28099.911","10610.818"],["18518.312","18260.845"],["16540.943","16171.700"],["15351.192","18210.017"],["14875.761","13553.142"],["14869.976","16877.648"],["14803.095","16922.792"],["14770.273","16897.833"],["15603.297","17390.911"],["15563.038","17407.323"],["16929.469","18470.402"],["15539.926","12760.906"],["13140.713","14051.602"],["15903.717","16528.168"],["15822.236","16428.797"],["15772.265","16376.960"],["15933.957","16397.693"],["17759.399","14998.094"],["17813.620","14966.509"],["17632.730","14874.092"],["20544.179","13362.914"],["18390.047","18620.079"],["15487.848","18307.762"],["15436.167","18346.764"],["15421.804","18376.915"],["18961.429","15784.602"],["27103.004","16671.899"],["18844.658","14051.736"],["17063.763","15578.827"],["17198.532","15692.104"],["18870.517","14263.750"],["12911.148","12346.537"],["12954.325","12360.717"],["12840.526","12355.993"],["17537.406","16683.144"],["14396.915","13459.782"],["14421.178","13458.758"],["14395.321","13435.265"],["14378.921","13580.505"],["14262.026","13537.084"],["17935.120","16989.147"],["17905.325","17183.452"],["18017.920","17147.433"],["18030.134","17071.289"],["14977.938","13810.601"],["18272.897","14168.225"],["17447.490","17305.342"],["17556.071","17359.351"],["17535.675","17263.463"],["17577.264","17227.377"],["17696.639","15881.136"],["17651.277","15809.261"],["17630.156","15767.314"],["17888.811","15125.489"],["17922.380","15134.276"],["18027.741","15277.096"],["17993.596","15295.362"],["18014.051","15263.842"],["17906.286","15222.356"],["16255.916","16762.199"],["16170.917","16653.150"],["16206.980","16723.518"],["18055.606","17498.069"],["18100.206","17417.065"],["16766.629","18493.790"],["16704.401","18505.526"],["16640.059","18546.748"],["15584.526","15925.820"],["18076.561","14982.621"],["18191.418","14917.783"],["18174.177","14887.091"],["18228.171","15015.793"],["18217.545","15012.064"],["18209.335","15029.316"],["18801.269","18135.459"],["18738.583","18063.888"],["18056.541","18355.175"],["18071.953","18453.589"],["18224.008","18398.879"],["13857.033","14702.660"],["18163.883","14199.292"],["14470.112","12551.784"],["18267.349","17739.716"],["9549.058","12562.848"],["17313.286","18185.084"],["20358.083","13405.020"],["28922.388","10598.296"],["28915.102","10564.242"],["16950.325","16655.484"],["14626.734","15106.472"],["14589.077","15116.880"],["14487.529","15136.833"],["12341.773","12000.770"],["12308.044","12085.186"],["12349.689","12114.632"],["12233.685","12099.884"],["12346.069","12009.861"],["12332.911","12087.797"],["19430.540","15780.469"],["19428.200","15782.517"],["19313.653","15759.801"],["27628.337","11098.621"],["28568.674","11881.375"],["18967.875","18561.833"],["11927.075","12020.688"],["11893.087","12068.862"],["17605.233","14696.709"],["17603.948","14685.581"],["17586.126","14746.687"],["17617.575","14867.924"],["19841.432","17385.130"],["19890.545","17223.853"],["19882.050","17261.187"],["19879.710","17263.235"],["19795.197","17200.731"],["19748.286","17212.274"],["19783.280","17331.291"],["17519.084","17901.007"],["18832.166","14627.808"],["15497.694","16328.985"],["19579.782","15999.052"],["15058.704","13836.442"],["14788.581","17135.440"],["17324.607","15437.304"],["17365.182","15493.280"],["17366.267","15379.342"],["17343.141","15401.074"],["17374.227","15398.547"],["17346.674","15494.963"],["17376.799","15466.207"],["19282.580","18057.947"],["19141.133","18180.094"],["8690.419","13300.863"],["19757.222","15710.622"],["16174.572","17570.777"],["14741.193","12082.499"],["19390.212","17233.680"],["19471.994","17264.384"],["18622.774","15147.210"],["17674.423","15538.835"],["17754.473","15584.108"],["17740.204","15621.074"],["17654.446","15521.684"],["16469.851","18209.123"],["16538.126","18113.614"],["16531.532","18158.991"],["17398.530","15092.984"],["17392.892","15086.826"],["20180.585","11430.664"],["14992.010","15980.519"],["14988.882","16096.385"],["15032.097","16032.669"],["14906.808","13411.630"],["14962.401","13589.930"],["15058.538","13589.687"],["15014.953","13577.026"],["15004.569","13526.444"],["15039.998","13545.939"],["16989.993","18798.971"],["17024.671","18723.251"],["15622.852","16973.029"],["16611.747","16246.129"],["16601.556","16475.650"],["16642.395","16539.990"],["16570.118","16430.771"],["15714.143","16342.641"],["15651.826","16143.413"],["17224.850","15746.301"],["17200.866","15724.807"],["16342.991","18213.568"],["16192.416","18247.404"],["16209.011","18240.814"],["16338.901","18140.897"],["16221.796","18104.844"],["16201.677","18238.425"],["14372.650","12324.992"],["14271.432","12220.780"],["14357.421","12135.654"],["14375.298","12128.601"],["14433.385","12318.363"],["18899.979","15294.732"],["18893.625","15103.253"],["16952.717","17204.011"],["16952.717","17204.011"],["16862.625","17244.747"],["16902.349","17287.113"],["16920.557","17272.138"],["19969.085","17159.667"],["19956.313","17035.563"],["17578.512","17086.527"],["16495.180","16079.160"],["18147.522","18011.140"],["18080.253","18037.681"],["18179.337","17881.132"],["17862.727","14358.184"],["16999.188","18278.428"],["16814.258","16034.180"],["29432.025","9074.828"],["15298.178","18621.485"],["15261.468","18511.543"],["20626.492","16280.758"],["18286.179","17228.186"],["14508.715","12956.919"],["14535.105","12921.928"],["14660.433","12818.342"],["14620.063","12920.840"],["14584.150","12872.956"],["14661.736","12772.281"],["11938.687","12011.654"],["17573.900","16196.817"],["17545.815","16192.117"],["17508.103","16266.391"],["17453.408","16249.790"],["13762.398","12324.577"],["17786.588","14055.108"],["19548.913","14966.974"],["27511.092","11484.087"],["14611.300","13150.407"],["14631.746","13002.921"],["14627.758","13078.409"],["14497.958","13109.627"],["14318.929","13924.100"],["14381.272","13823.429"],["14390.116","13900.040"],["14385.576","13911.241"],["14303.554","13946.672"],["13555.587","12495.682"],["13464.786","12453.800"],["15663.329","13295.777"],["27829.893","11459.565"],["14785.324","12882.800"],["15503.628","15765.238"],["15501.175","15723.525"],["17393.171","15080.933"],["17382.046","15063.212"],["17366.310","15067.158"],["17369.294","15027.977"],["17336.558","15058.064"],["18190.915","15122.319"],["19732.014","15847.154"],["19759.364","15927.368"],["19883.377","15883.405"],["16437.380","16334.045"],["16363.354","16280.448"],["27507.658","11108.592"],["27392.500","11161.765"],["14563.458","13874.200"],["14530.592","13825.871"],["14482.945","13897.906"],["14730.775","13246.458"],["17606.832","18178.290"],["17551.732","18138.028"],["17443.369","18171.440"],["16161.450","13092.059"],["14128.525","13984.859"],["15091.900","18928.949"],["14990.991","19086.978"],["15078.771","18985.376"],["14914.682","19079.138"],["17339.077","18485.929"],["17242.461","18499.118"],["18880.965","14786.060"],["18800.197","14863.962"],["18882.701","14710.377"],["9837.967","12325.180"],["9351.989","12289.939"],["15096.405","17889.539"],["14351.510","12440.318"],["14356.089","12538.366"],["17541.707","18652.451"],["17572.730","18662.095"],["17502.605","15634.102"],["17535.279","15665.124"],["17586.597","15580.306"],["17565.899","15603.146"],["17477.070","15651.284"],["17446.762","15606.071"],["17476.428","15526.936"],["14496.107","12266.072"],["14640.391","12302.072"],["14570.653","12199.206"],["14777.775","13584.755"],["14787.392","13545.143"],["14722.725","13470.973"],["14708.873","13590.018"],["17961.430","18485.843"],["19879.721","17192.971"],["19886.909","17058.864"],["19821.371","17096.985"],["16633.390","18410.891"],["16671.400","18257.767"],["14703.380","14133.570"],["12224.393","12166.986"],["17507.559","18533.833"],["17462.881","18597.568"],["17616.209","18574.723"],["17428.391","18600.408"],["17786.527","18152.840"],["17681.931","18045.942"],["19223.853","14637.149"],["19170.894","14612.821"],["15895.386","17963.863"],["15868.820","17958.834"],["16066.298","18476.732"],["20029.588","15996.947"],["17996.640","14579.809"],["15790.100","17433.937"],["12474.931","12021.843"],["16742.354","15871.026"],["16626.826","15900.981"],["15058.466","13615.414"],["14972.121","13729.165"],["18608.850","15924.443"],["17665.445","15223.924"],["17771.366","15191.673"],["17713.087","15087.746"],["17780.021","15137.886"],["17785.012","15099.395"],["17763.809","15094.027"],["17637.742","15235.107"],["18067.441","18756.390"],["18073.773","18793.582"],["15217.940","16942.020"],["15151.525","16966.415"],["16298.571","18312.209"],["16328.455","18278.088"],["16353.345","18387.606"],["16558.925","15831.335"],["16546.447","15795.389"],["16512.613","15895.031"],["16367.078","15845.489"],["16478.631","15877.980"],["19297.432","12050.644"],["19126.694","11982.109"],["18538.957","18205.222"],["15407.504","17560.013"],["15416.534","17543.465"],["15377.046","17624.760"],["28981.493","10736.571"],["14951.608","12154.256"],["20351.693","13251.782"],["13013.010","12362.719"],["14656.149","19233.940"],["27817.782","10961.397"],["27999.203","12095.423"],["27965.947","11944.676"],["17867.032","16984.516"],["17831.723","16919.819"],["17878.351","16925.543"],["17913.567","16783.566"],["17864.193","16779.885"],["17964.090","16909.061"],["17936.345","16856.636"],["19184.029","15188.877"],["19190.618","15266.550"],["28817.152","12096.864"],["19172.968","16710.140"],["14379.638","14100.936"],["14258.965","14187.397"],["14273.644","14188.495"],["14387.565","14043.742"],["14459.696","14225.125"],["15055.837","17706.218"],["15041.964","17818.164"],["19177.525","14849.394"],["12911.778","13854.754"],["9345.736","12267.325"],["9352.958","12247.049"],["9380.922","12240.210"],["9359.351","12229.496"],["9336.430","12226.366"],["19345.579","11960.771"],["18144.262","17080.453"],["18086.237","17192.180"],["18126.173","17108.860"],["14617.278","15017.387"],["14634.525","15056.369"],["13745.918","12511.915"],["13760.754","12527.885"],["16910.141","17131.032"],["16982.127","17039.108"],["17730.211","18164.565"],["17619.825","18183.554"],["12637.561","12099.766"],["12689.699","12080.790"],["13840.356","12284.803"],["14938.570","16680.754"],["14240.822","13085.980"],["14215.902","13089.648"],["15331.736","12521.528"],["14297.517","14323.767"],["14354.289","14338.725"],["20058.759","15150.625"],["19420.380","15905.361"],["19503.255","15842.873"],["19470.469","15904.049"],["14818.012","16369.082"],["14843.507","16347.805"],["14679.706","16399.006"],["17903.959","17509.925"],["17966.684","17475.869"],["17985.405","17533.411"],["15850.181","15957.042"],["15798.343","16113.735"],["20009.324","11677.962"],["17417.289","18770.913"],["17451.516","18683.564"],["17618.899","18831.098"],["17566.942","18867.597"],["18502.376","14014.507"],["18533.783","13958.847"],["18621.214","13943.928"],["13846.449","12709.552"],["17676.756","18438.932"],["15539.655","17047.910"],["15669.436","17173.358"],["15679.090","17091.277"],["18021.476","16479.567"],["17859.783","16562.823"],["17876.495","16405.590"],["17851.303","13651.892"],["17658.038","14852.750"],["17698.262","14804.543"],["17621.766","14780.718"],["17623.234","14829.753"],["17618.060","14840.013"],["17627.374","14867.000"],["17652.579","14862.463"],["9491.925","12552.773"],["9511.748","12547.445"],["9532.799","12565.412"],["20099.035","16238.015"],["17431.192","16453.775"],["17552.889","16382.223"],["17455.538","16497.347"],["26293.450","15736.521"],["16310.143","16103.861"],["16244.376","16058.119"],["16228.115","16047.932"],["17609.682","15521.572"],["18108.367","16512.642"],["18081.038","16545.529"],["18971.668","18005.865"],["20297.499","12734.281"],["14853.169","19085.067"],["18133.589","18246.263"],["18068.523","18166.511"],["18082.522","18079.662"],["18412.008","10153.837"],["27729.016","11095.852"],["17807.084","15425.000"],["17624.330","15369.303"],["17803.928","15493.068"],["17718.121","15477.610"],["17762.876","15444.540"],["17753.625","15418.712"],["17802.792","15350.838"],["17309.689","17369.309"],["17406.683","17383.852"],["17329.895","17272.903"],["17335.024","17325.170"],["9515.803","12215.220"],["9504.392","12191.062"],["9494.998","12228.739"],["9464.226","12218.939"],["9456.887","12133.618"],["9475.412","12145.385"],["15585.977","16567.539"],["16091.006","16441.119"],["16098.358","16466.969"],["16040.897","16518.964"],["16079.381","16479.266"],["17408.186","13318.316"],["18754.783","18262.125"],["18700.391","18403.842"],["18854.539","18287.680"],["18851.741","18411.809"],["16107.656","16684.452"],["16121.108","16588.373"],["16130.548","16633.674"],["16104.686","18436.517"],["16462.162","17988.319"],["16476.800","17963.347"],["16509.501","17935.855"],["16443.541","17870.394"],["14855.498","15924.148"],["14764.845","15902.490"],["14782.526","15760.941"],["14728.325","15817.772"],["14678.880","15734.494"],["14822.120","15748.226"],["17688.740","18002.044"],["17757.468","17835.886"],["17729.886","17839.470"],["14213.049","14961.514"],["14139.921","14886.605"],["12882.238","12165.230"],["12884.543","12312.606"],["12898.192","12289.260"],["20112.368","15341.115"],["19998.120","15301.217"],["19940.961","15332.376"],["17943.998","17513.093"],["17912.478","15983.469"],["17985.012","16000.563"],["18010.160","16020.514"],["18020.141","16044.809"],["18036.112","16066.956"],["17281.686","17494.398"],["17251.558","17516.522"],["17372.859","17521.197"],["19227.361","13061.355"],["12839.543","13231.771"],["15012.094","12385.745"],["15077.070","12351.215"],["27548.945","12101.373"],["27675.887","12006.581"],["15244.509","17406.160"],["15159.927","17610.330"],["15221.308","17510.753"],["15277.690","17532.983"],["15234.316","17606.993"],["17592.567","12221.212"],["17603.507","12289.476"],["18004.003","17748.563"],["27863.648","11742.366"],["16722.556","17092.473"],["16644.598","17088.761"],["16663.347","17005.167"],["16666.854","16990.747"],["16726.110","17082.590"],["16594.749","17184.163"],["14768.286","15630.040"],["14676.624","15555.678"],["14678.254","15614.686"],["14721.629","15645.878"],["14775.881","19215.125"],["15621.289","17682.074"],["16418.988","16001.366"],["16393.069","16110.951"],["16396.137","15988.222"],["20378.595","12837.903"],["16398.645","17530.580"],["17794.972","18716.186"],["17717.316","18761.756"],["17366.897","16921.730"],["17257.516","16928.203"],["15993.540","16777.319"],["15955.796","16808.589"],["16791.961","15713.216"],["16988.407","15946.899"],["17258.057","16126.927"],["17294.621","16075.677"],["17300.603","15947.910"],["27715.701","12334.853"],["27689.324","12195.177"],["27661.582","12250.737"],["16721.273","16106.244"],["12402.929","12163.666"],["12413.820","12297.988"],["12453.376","12306.775"],["12374.171","12284.467"],["12370.647","12256.874"],["12365.281","12268.040"],["16633.422","16017.603"],["16397.116","18560.355"],["16461.071","18668.858"],["17906.364","18421.516"],["18021.498","18270.150"],["17831.522","18304.742"],["17899.302","18353.578"],["16670.208","16747.759"],["16602.549","16771.087"],["16752.646","16770.588"],["16684.658","16612.760"],["16712.513","16705.938"],["18299.924","18048.326"],["18306.569","18079.623"],["14927.535","13915.297"],["14927.802","13847.468"],["17576.914","15289.573"],["17440.041","15130.101"],["17479.478","15091.808"],["17428.976","15132.209"],["17537.324","15179.897"],["17448.221","15110.150"],["12784.391","13645.037"],["17956.959","18237.515"],["17973.143","18150.140"],["17950.758","18155.854"],["17468.319","18430.378"],["17596.072","18319.551"],["17489.680","18392.514"],["17463.176","18352.660"],["18859.654","16032.377"],["15267.238","17197.209"],["15227.178","17264.545"],["15274.235","17238.371"],["15188.427","17220.857"],["15233.539","17194.483"],["14993.085","12013.989"],["14998.398","12086.178"],["17926.685","18865.781"],["17918.182","18795.079"],["18003.208","18854.201"],["17977.501","18863.383"],["20425.188","13676.326"],["14198.035","14321.121"],["14098.835","14276.547"],["15007.712","16148.023"],["15073.766","16219.623"],["19321.032","16774.500"],["9580.235","15459.352"],["15044.251","17910.430"],["14916.297","13389.400"],["11351.922","14853.130"],["15552.601","16453.899"],["15580.624","16389.875"],["15697.411","16399.759"],["15640.910","16492.308"],["15674.985","16443.633"],["7385.270","15171.121"],["17191.211","15080.810"],["18129.360","16705.990"],["18059.632","16607.111"],["18201.970","16619.741"],["14768.720","17303.498"],["14731.565","17334.695"],["19326.319","16555.053"],["17654.258","16315.327"],["17789.583","16286.397"],["16785.945","14697.891"],["16840.514","14821.443"],["17232.403","18632.822"],["17108.848","18621.137"],["17179.263","18556.107"],["28216.393","11896.239"],["13996.363","14997.516"],["28446.444","10709.123"],["28465.331","10654.701"],["28363.897","10689.541"],["28356.272","10688.089"],["14821.459","13242.711"],["14859.868","13244.498"],["14870.458","13350.525"],["15777.393","18491.406"],["15835.746","18602.983"],["16704.637","18238.937"],["16771.212","18060.490"],["16661.897","18200.100"],["16708.804","18147.598"],["15537.717","18368.753"],["15525.558","18411.283"],["15594.636","18459.170"],["15628.612","18460.870"],["15606.070","18435.936"],["15665.978","18416.008"],["15541.121","18434.414"],["15550.298","18423.184"],["22159.434","17061.201"],["20360.218","16475.681"],["14325.849","12989.969"],["14371.977","13129.566"],["16121.201","16319.106"],["16051.766","16226.758"],["16067.714","16326.145"],["16064.445","16240.768"],["19420.517","15026.765"],["18738.428","14878.079"],["27637.693","12402.636"],["18051.268","18539.543"],["18101.235","18544.811"],["27350.285","12054.602"],["17859.212","16704.327"],["17923.539","16578.448"],["17978.997","16663.407"],["17892.543","16607.616"],["17879.849","16699.761"],["16203.854","16486.649"],["16186.667","16418.232"],["16231.620","16535.892"],["16352.103","16454.753"],["16337.715","16546.520"],["16343.143","16440.442"],["17851.388","14994.467"],["17853.979","14985.205"],["17883.003","15024.728"],["17887.907","15025.901"],["14493.210","15677.847"],["14521.713","15618.673"],["20153.067","17326.922"],["14690.653","16742.886"],["14757.830","16595.715"],["14724.668","16681.548"],["19413.965","18127.478"],["19700.408","15445.915"],["19675.796","15477.463"],["15380.251","17387.070"],["15478.044","17249.025"],["15375.811","17222.102"],["15355.763","17249.033"],["15113.569","14089.662"],["17505.406","13428.708"],["17473.012","13446.706"],["15721.330","18376.427"],["15671.095","18368.635"],["15716.490","18443.973"],["14628.073","19077.573"],["13788.095","14534.470"],["13801.814","14657.576"],["16531.640","16758.273"],["16556.922","16597.161"],["16539.730","16695.021"],["16484.611","16756.730"],["16489.756","16586.354"],["16396.022","16668.948"],["16394.996","16741.845"],["16495.651","16624.015"],["14397.045","15879.763"],["14428.037","15911.418"],["14278.882","15920.581"],["14383.572","15818.100"],["14431.703","15771.285"],["14376.141","15719.471"],["19428.376","18292.584"],["19369.884","18286.355"],["16288.133","17889.325"],["16272.017","17980.922"],["14331.195","13715.007"],["14344.179","13753.189"],["14309.473","13702.997"],["14295.939","13785.922"],["14400.776","13725.799"],["14254.664","13641.226"],["11980.661","12130.597"],["14644.014","15746.548"],["14578.048","15861.178"],["14531.420","15894.088"],["14649.652","15826.240"],["17479.184","15722.715"],["17578.381","15774.899"],["18689.046","14012.363"],["18713.562","13952.153"],["14223.426","15334.983"],["14241.016","15494.227"],["16056.729","17554.439"],["15221.001","18084.098"],["15097.508","18123.962"],["9855.316","12421.124"],["9853.713","12398.615"],["8714.726","13174.202"],["19324.325","11157.955"],["15065.908","15929.051"],["19591.371","17344.844"],["20348.902","13106.179"],["20418.223","12995.053"],["20461.189","13133.503"],["14289.870","15673.025"],["14273.043","15717.269"],["14331.929","15540.067"],["14405.375","15578.087"],["14348.205","15602.713"],["14381.391","15643.356"],["18659.482","15055.805"],["18636.446","18661.597"],["18591.445","12239.963"],["16779.337","18153.537"],["14811.524","17506.406"],["14774.898","17470.357"],["15739.802","18450.460"],["15823.951","18440.469"],["15807.545","18395.169"],["17375.062","15586.272"],["17330.444","15587.426"],["17206.078","15666.540"],["17295.429","15628.663"],["17373.563","15620.058"],["17311.852","15631.073"],["17405.853","15525.063"],["16863.049","15991.697"],["18315.126","18321.042"],["16430.126","17752.466"],["16366.490","17667.096"],["16396.353","17796.918"],["17581.105","13636.534"],["17474.319","13607.036"],["17585.163","13772.723"],["19911.514","15980.109"],["15804.523","17350.734"],["16816.287","16785.360"],["17810.261","17778.491"],["18758.998","13612.117"],["16268.127","17734.451"],["16240.212","17762.484"],["16233.287","17798.107"],["20673.238","13481.984"],["16858.747","18569.389"],["16877.103","18513.353"],["16799.086","18655.530"],["18507.779","17997.087"],["18477.525","17984.096"],["19571.818","15853.769"],["19698.262","15897.299"],["21792.122","6558.383"],["21667.829","6561.455"],["21716.645","6598.218"],["21737.862","6547.896"],["16600.389","18864.580"],["14396.730","16023.299"],["14367.644","16038.612"],["14388.761","15968.123"],["17752.644","18503.132"],["17771.485","18627.069"],["21870.247","6466.096"],["21936.278","6450.885"],["22001.261","6580.579"],["17445.182","17009.476"],["17467.825","17020.477"],["17724.914","17705.471"],["17750.173","17714.077"],["17645.747","17725.957"],["17711.980","17738.749"],["17711.404","17730.574"],["17727.163","17697.396"],["20869.682","7750.058"],["20958.757","7816.878"],["20869.037","7874.367"],["20887.503","7735.822"],["20919.279","7700.859"],["16576.911","18129.218"],["18875.870","17377.224"],["18824.093","17357.720"],["18757.145","17323.915"],["19812.309","6125.082"],["19845.154","6184.851"],["19785.894","6118.509"],["19793.279","6109.161"],["14717.701","12705.854"],["14692.966","12673.693"],["23925.807","5976.836"],["23843.883","5899.314"],["19787.792","5937.055"],["19779.256","5930.283"],["19841.049","5950.201"],["19742.332","5989.689"],["19839.552","5862.356"],["9817.547","12426.257"],["9811.074","12405.119"],["9796.843","12409.930"],["9823.029","12377.514"],["9661.266","12398.072"],["9658.503","12372.565"],["9683.127","12366.907"],["9713.967","12382.677"],["9678.960","12342.661"],["9774.208","12347.835"],["17695.689","17029.496"],["17810.993","17009.582"],["17681.027","17167.769"],["17827.654","16999.571"],["20339.745","7383.899"],["20330.173","7360.975"],["20329.762","7455.492"],["14350.979","15473.150"],["14301.221","15495.407"],["14283.735","15401.398"],["14319.367","15330.404"],["14344.477","15336.372"],["19548.331","15613.240"],["20691.604","6408.837"],["20571.423","6310.274"],["20683.577","6240.430"],["20700.560","6277.072"],["20723.356","6239.797"],["20743.439","6312.167"],["20701.432","6349.194"],["20738.110","6314.050"],["20714.343","6241.118"],["20699.606","6365.462"],["20610.995","6289.415"],["14769.617","13885.878"],["14755.253","13860.233"],["14824.691","13894.974"],["14740.594","13870.526"],["14688.466","13901.751"],["14877.744","13977.837"],["14679.693","13936.091"],["14852.410","13929.733"],["14939.173","19508.174"],["24934.754","5998.799"],["14345.243","13386.022"],["14356.986","13362.727"],["14266.800","13266.303"],["14327.319","13195.692"],["14403.106","13202.274"],["20335.222","6172.768"],["20306.472","6185.551"],["20171.426","6056.546"],["20300.066","5997.764"],["20147.298","6012.334"],["20207.643","6047.594"],["20192.594","5997.041"],["18494.604","18829.681"],["14654.907","13210.434"],["14543.666","13345.048"],["14617.599","13355.636"],["14485.783","13259.663"],["14587.263","13187.578"],["14616.986","13259.764"],["14660.445","13286.405"],["14578.257","13315.371"],["14666.647","13307.526"],["20622.794","6549.880"],["20609.143","6472.242"],["20567.876","6625.702"],["20608.238","6611.846"],["20609.439","6560.318"],["20637.646","6481.375"],["20691.670","6540.287"],["20684.154","6610.081"],["20719.318","6560.948"],["20721.539","6520.139"],["19437.115","15699.998"],["18606.047","16971.194"],["18595.669","16932.003"],["18643.316","16921.075"],["18639.024","16844.262"],["18621.618","16801.217"],["28641.242","8638.009"],["18620.359","17072.641"],["28354.818","10739.235"],["28345.854","10689.342"],["18640.313","15933.271"],["18075.417","17265.320"],["13406.197","12741.699"],["16625.467","18033.492"],["16602.440","17878.433"],["16633.953","17955.262"],["16578.876","17852.601"],["17692.261","17461.911"],["17795.012","17534.183"],["17673.674","17566.340"],["17823.990","17535.674"],["20073.972","17213.644"],["15713.157","15935.296"],["15593.533","15959.484"],["15518.236","16049.062"],["16444.208","17249.398"],["19656.498","5178.199"],["19716.054","5156.845"],["19694.245","5302.394"],["19633.291","5216.778"],["19576.202","5268.306"],["19570.321","5155.371"],["16696.046","17252.301"],["16636.163","17313.919"],["16734.663","17240.337"],["16630.714","17309.402"],["16761.840","17338.004"],["12683.820","12325.305"],["12658.893","12148.932"],["12705.817","12150.402"],["15265.490","18319.967"],["15293.861","18278.447"],["15202.568","18315.147"],["15238.522","18316.287"],["15168.680","18434.726"],["28224.717","9396.742"],["16381.161","18426.512"],["16485.917","18350.398"],["16389.656","18359.426"],["16468.592","18451.620"],["20665.056","7664.758"],["20726.024","7653.450"],["20730.596","7584.069"],["20727.701","7580.072"],["20643.110","7486.915"],["20727.159","7623.623"],["20666.848","7623.751"],["20554.441","7097.004"],["20470.033","7063.098"],["20477.319","7122.289"],["17344.660","18799.716"],["17328.702","18868.873"],["19720.905","15707.712"],["19696.179","15511.428"],["16452.131","14099.280"],["20806.657","7535.225"],["20809.377","7593.874"],["18704.291","18570.812"],["18696.068","18576.279"],["18773.991","18660.210"],["18801.079","18569.228"],["16124.654","17710.161"],["16104.127","17759.360"],["16143.238","17803.227"],["16091.540","17825.071"],["28610.650","9340.799"],["27299.675","7910.379"],["7246.859","17387.881"],["20088.221","6888.264"],["20139.849","6940.882"],["20018.829","6862.830"],["20011.888","6931.633"],["20016.839","6864.482"],["9672.838","12317.031"],["9648.363","12323.633"],["9668.306","12292.108"],["9695.808","12285.705"],["9811.722","12283.485"],["9791.931","12270.802"],["9756.513","12243.929"],["9737.164","12255.263"],["9768.125","12281.251"],["9758.637","12296.071"],["9763.171","12324.853"],["13219.276","14507.410"],["20277.374","5776.145"],["20204.622","5731.531"],["20278.964","5739.838"],["20297.056","5761.902"],["20253.750","5597.394"],["16186.224","16302.543"],["16221.201","16320.516"],["17599.472","13823.160"],["20155.013","15314.064"],["18583.086","11959.012"],["20605.356","8609.730"],["20594.961","8628.144"],["15965.238","18142.058"],["19879.673","17334.098"],["19897.189","17209.677"],["19877.029","17387.590"],["19910.947","17354.123"],["18040.881","16012.043"],["27272.268","7643.248"],["20430.511","7707.562"],["14273.691","15287.356"],["18399.848","13789.531"],["18000.335","17949.506"],["17864.937","18001.154"],["17968.868","17899.828"],["20090.318","17373.661"],["19947.172","17239.316"],["19992.871","17333.538"],["20019.653","17233.456"],["20088.419","17391.868"],["20034.482","17370.132"],["20119.315","17377.068"],["19285.131","18364.449"],["16229.097","16889.235"],["16217.193","16808.101"],["16195.205","16793.321"],["18633.848","18004.922"],["18758.725","15307.392"],["17608.485","17542.913"],["20674.330","7082.870"],["15019.077","16544.344"],["14990.570","16414.869"],["17811.963","17211.606"],["17784.125","17359.486"],["15974.779","16108.300"],["15942.145","16130.622"],["19686.422","18164.314"],["18424.811","17986.077"],["19965.524","8476.796"],["19964.834","8401.217"],["19996.363","8485.516"],["19978.683","8444.239"],["19967.235","8424.256"],["9504.482","12532.231"],["9458.647","12387.970"],["9507.954","12493.331"],["9523.683","12489.162"],["21889.984","6357.144"],["21980.406","6379.836"],["20713.756","7693.693"],["20711.898","7702.462"],["20642.177","7697.640"],["20692.984","7844.690"],["20671.075","7706.195"],["12480.839","12148.441"],["12485.872","12163.189"],["16251.659","15826.191"],["16334.201","15768.298"],["22259.371","17480.966"],["28381.477","9420.475"],["27554.897","11338.615"],["29399.227","9150.358"],["16642.451","18823.390"],["16703.675","18707.294"],["16771.109","18688.808"],["16717.196","18847.205"],["14239.371","13395.010"],["14240.934","13580.299"],["8866.696","13417.523"],["8890.939","13410.981"],["8813.302","13449.568"],["20326.587","6226.723"],["20200.207","6303.943"],["20256.523","6313.637"],["20151.983","6309.789"],["20186.112","6270.730"],["20170.339","6231.573"],["20230.931","6312.762"],["20184.023","6273.819"],["20251.414","6376.440"],["20262.007","6252.609"],["20238.151","6256.924"],["15699.260","18040.579"],["15707.336","18029.629"],["17157.922","16025.318"],["17147.815","15951.776"],["17083.883","16002.715"],["17114.285","15962.101"],["14894.174","15730.003"],["14939.056","15737.555"],["17420.578","16873.294"],["28175.799","10524.659"],["18666.185","17690.257"],["18651.037","17727.466"],["18508.840","17710.598"],["18640.620","17737.823"],["18659.896","17729.599"],["18627.511","17660.682"],["18662.132","17666.032"],["26856.130","6695.613"],["14535.885","15469.382"],["19283.667","18510.843"],["19182.990","18597.203"],["27586.554","7573.845"],["27589.054","7587.289"],["27603.512","7561.343"],["27567.689","7536.967"],["27581.554","7584.580"],["27576.488","7598.255"],["27550.258","7499.042"],["27564.811","7534.704"],["18293.997","16992.814"],["18306.779","16993.703"],["18252.965","16994.168"],["14556.495","13762.362"],["14614.269","13694.998"],["14585.779","13806.025"],["14500.893","13814.745"],["11720.963","12129.601"],["27695.706","12568.846"],["19429.825","14602.315"],["18637.064","17234.383"],["18665.229","17296.441"],["18644.909","17224.804"],["18658.381","17202.262"],["15265.080","12467.059"],["27571.370","7906.320"],["27541.403","7961.134"],["27535.893","7955.321"],["27606.420","7935.321"],["27533.278","7961.613"],["27541.074","7926.006"],["27688.608","7989.328"],["27654.562","8021.367"],["27700.384","8042.441"],["27698.082","8041.664"],["27592.967","7983.531"],["27695.944","7998.097"],["27537.753","8042.705"],["15568.830","18476.213"],["15642.510","18496.708"],["15633.628","18480.242"],["15700.452","18572.991"],["15580.433","18673.838"],["15579.939","18675.209"],["15535.492","18661.073"],["15597.046","18674.822"],["12074.336","13154.870"],["12094.066","13129.451"],["12101.723","13152.757"],["12092.178","13104.718"],["12067.120","13131.581"],["12073.952","13099.494"],["12068.289","13085.302"],["12118.291","13129.791"],["27299.165","7886.696"],["27280.557","7719.516"],["17856.847","13499.478"],["18154.463","16826.914"],["18117.313","16807.526"],["18247.472","16893.331"],["18231.918","16935.937"],["27721.058","7277.886"],["27633.625","7370.498"],["27702.079","7417.698"],["27661.223","7342.752"],["27635.121","7326.187"],["27683.674","7323.891"],["27684.217","7347.839"],["27701.026","7332.975"],["27637.855","7284.362"],["17545.746","16779.232"],["17553.779","16984.421"],["17558.138","16871.561"],["17614.885","16889.499"],["21050.326","7311.706"],["20992.448","7281.549"],["21041.823","7451.921"],["21039.586","7399.336"],["21049.586","7389.295"],["21029.372","7313.242"],["21103.164","7396.865"],["21110.105","7374.354"],["21165.598","7418.797"],["14631.111","16293.114"],["15041.243","17367.218"],["22469.882","6188.671"],["15699.348","17576.468"],["16673.141","17793.869"],["16695.803","17657.260"],["15725.415","15967.261"],["15934.597","15983.442"],["15725.156","18551.455"],["15757.207","18596.147"],["18016.336","17701.588"],["18038.923","17682.574"],["17847.984","17739.127"],["17942.067","17714.591"],["18086.132","17010.674"],["18043.765","17068.465"],["18219.767","17011.033"],["18223.108","16991.389"],["18224.722","17104.053"],["18225.479","17080.222"],["28260.850","7262.281"],["28260.817","7261.372"],["28753.389","10673.992"],["19851.876","18399.221"],["19801.481","18408.024"],["19792.260","18257.892"],["19852.623","18323.564"],["15796.338","16693.085"],["15907.824","16751.640"],["17656.403","14008.644"],["17685.064","14013.059"],["17145.620","15796.450"],["17008.846","15887.268"],["17002.594","15849.454"],["18703.407","18847.759"],["18683.390","18871.260"],["18861.389","18855.411"],["14944.746","16912.826"],["28747.736","8974.722"],["28611.920","9079.531"],["28706.822","8960.984"],["19705.247","15188.454"],["16850.816","15928.134"],["16965.684","15818.662"],["16826.347","15799.445"],["18831.854","15660.011"],["15217.331","17001.923"],["15157.536","17115.263"],["15160.995","17063.167"],["15150.154","17147.769"],["15186.289","17181.303"],["15183.361","17178.314"],["14477.594","15421.610"],["14668.421","15494.128"],["19511.192","6004.070"],["19507.525","6067.142"],["19512.558","6002.187"],["20426.223","7086.999"],["20397.780","7153.123"],["20402.089","7111.703"],["20422.944","7080.604"],["27314.428","7864.946"],["27456.347","7701.663"],["27345.245","7841.630"],["27308.255","7805.560"],["27505.442","7830.730"],["27446.259","7829.815"],["27411.778","7857.428"],["27429.409","7807.121"],["15807.099","16258.072"],["17140.011","17823.008"],["17150.026","17786.005"],["17106.117","17826.725"],["17122.729","17794.983"],["17148.283","17789.721"],["16781.623","16219.759"],["19257.076","18275.062"],["17527.275","15031.917"],["17543.435","15018.120"],["17587.752","14953.242"],["17538.813","15013.852"],["17518.325","14995.142"],["17544.928","14985.546"],["17549.278","14987.915"],["16280.175","18510.198"],["16258.646","18525.984"],["19388.358","18522.536"],["19343.221","18607.312"],["19444.942","18648.643"],["15089.531","18088.223"],["19961.079","6530.151"],["19970.898","6568.582"],["20050.235","6621.755"],["20129.874","6595.017"],["20131.913","6581.094"],["20075.071","6549.880"],["20043.786","6478.572"],["17205.395","18166.228"],["17216.004","18049.552"],["17260.412","18065.060"],["17205.077","18116.755"],["18015.351","15229.321"],["17892.593","15208.185"],["18011.870","15256.755"],["15146.879","12166.135"],["15094.985","12225.052"],["15151.343","12334.773"],["21064.976","6748.929"],["21154.220","6745.114"],["18195.627","14319.134"],["18330.659","13090.668"],["27531.915","10921.987"],["27546.520","10895.513"],["17274.982","18444.129"],["17381.818","18348.865"],["17208.384","18282.301"],["17202.002","18298.816"],["17937.675","16278.102"],["17986.968","16190.787"],["17905.037","16262.317"],["18030.738","16261.687"],["28431.619","8264.139"],["7222.624","17412.563"],["18734.550","15817.635"],["18480.525","14829.997"],["16270.033","14375.678"],["14599.468","13419.722"],["14570.675","13456.245"],["14467.521","13494.882"],["14573.136","13599.761"],["19767.392","8392.861"],["19786.980","8424.009"],["19745.681","8419.401"],["19727.145","8422.225"],["16929.336","18334.134"],["14620.545","16450.517"],["14872.460","13635.756"],["14819.598","13735.021"],["14801.717","13711.146"],["14797.125","13795.286"],["14782.342","13677.378"],["17993.186","17399.623"],["17877.799","17262.587"],["18025.176","17333.363"],["17989.325","17363.891"],["14699.355","15926.012"],["14826.332","16095.904"],["14767.384","16097.618"],["16489.649","16806.982"],["16464.848","16873.760"],["16542.264","16875.680"],["18921.652","14261.115"],["28202.373","8064.100"],["28188.442","8043.505"],["16733.358","16812.354"],["16665.683","16932.062"],["16607.408","16796.648"],["16602.383","16891.737"],["16678.877","16969.294"],["16745.507","16832.670"],["27617.953","7284.180"],["27599.318","7288.391"],["27556.605","7345.666"],["27630.700","7333.346"],["27638.282","7297.012"],["27559.253","7343.123"],["27623.184","7304.642"],["27538.743","7326.294"],["27517.215","7428.175"],["17450.950","15435.814"],["17606.354","15312.793"],["17423.460","15349.098"],["17496.788","15372.666"],["17503.269","15413.406"],["17549.634","15469.474"],["17570.479","15455.806"],["17545.520","15456.282"],["17532.612","15475.480"],["17499.271","15490.067"],["17057.603","17339.294"],["17122.035","17364.289"],["17076.359","17219.322"],["17155.751","17229.070"],["17019.223","17324.894"],["17497.932","17823.567"],["17613.660","17778.197"],["27957.263","7929.289"],["16475.056","17160.563"],["16500.803","17051.698"],["16531.858","17195.843"],["16519.706","17122.035"],["16463.709","17017.130"],["24336.749","6511.078"],["16559.128","16520.365"],["16438.793","16538.338"],["16375.873","16516.215"],["16012.980","17890.107"],["15973.184","17866.566"],["15950.740","18006.447"],["16033.232","17985.896"],["16040.602","17878.564"],["15963.503","18031.137"],["15951.680","17875.928"],["15943.390","17869.685"],["16006.693","17971.569"],["16019.095","17969.769"],["15437.517","18534.251"],["15464.557","18507.810"],["15455.180","18602.783"],["15449.357","18568.184"],["17014.690","17454.950"],["17019.614","17524.134"],["17085.410","17507.290"],["17021.763","17580.927"],["17091.107","17574.791"],["14725.008","12125.422"],["14747.811","12180.293"],["14916.899","17238.957"],["28070.664","10679.915"],["9547.043","12543.429"],["9611.729","12484.194"],["9599.800","12409.337"],["9577.493","12400.730"],["9610.865","12467.137"],["9456.888","12364.677"],["9470.841","12356.369"],["9541.428","12483.343"],["9562.207","12360.117"],["9565.521","12424.274"],["9555.655","12469.031"],["9558.435","12485.895"],["9558.792","12520.217"],["14939.766","13009.095"],["18208.447","17405.370"],["18110.268","17399.358"],["17760.080","16358.859"],["17796.946","16366.180"],["17808.420","16503.571"],["17754.134","16443.049"],["17829.240","16484.192"],["16848.167","18843.247"],["16841.522","18786.501"],["28225.466","7822.408"],["28198.048","7889.460"],["28308.443","7856.463"],["28174.528","7820.624"],["28325.597","7771.838"],["14468.095","14225.777"],["14509.608","14115.588"],["14552.405","14205.857"],["14595.939","14164.703"],["12942.624","13024.755"],["18654.243","16596.836"],["18643.271","16750.467"],["15518.523","15687.298"],["12816.180","12931.465"],["27070.878","16519.649"],["14575.690","15952.499"],["14613.175","15967.895"],["14594.800","15983.981"],["14599.754","15957.825"],["14621.830","16025.265"],["14630.183","16002.110"],["19078.247","18203.183"],["19512.738","5075.255"],["19488.314","5094.000"],["19478.446","5030.961"],["28018.365","10577.972"],["28042.378","10606.131"],["28093.460","10642.128"],["28111.318","10480.742"],["28106.625","10464.050"],["20682.295","6861.390"],["20771.139","6997.623"],["20771.764","7009.365"],["20665.909","6989.030"],["20721.386","6996.065"],["20744.132","6996.759"],["20682.274","7023.761"],["20600.622","6870.614"],["20612.332","6856.774"],["20665.218","7041.813"],["20759.182","7009.976"],["20668.085","6853.578"],["20712.965","7031.259"],["17523.693","12061.206"],["21288.094","6940.185"],["19497.659","5859.466"],["16543.019","16204.324"],["27886.593","6846.391"],["20141.958","17187.481"],["27875.764","7787.021"],["27807.912","7707.145"],["27809.294","7738.706"],["27784.557","7831.934"],["27890.282","7728.482"],["27897.968","7817.838"],["27855.830","7856.781"],["27915.566","7837.755"],["27915.401","7763.463"],["27866.504","7821.025"],["27932.079","7773.851"],["27928.723","7764.702"],["27883.160","7771.868"],["27820.167","7713.222"],["27836.367","7691.356"],["27820.216","7702.933"],["27890.890","7752.578"],["27924.065","7762.603"],["27830.150","7753.618"],["15317.541","18224.468"],["15323.314","18230.661"],["14721.721","16913.550"],["14740.151","16861.174"],["20282.327","11231.580"],["15554.640","17358.759"],["15577.711","17353.708"],["15515.863","12812.120"],["27899.861","8152.774"],["27795.409","8109.366"],["27772.827","8139.737"],["27775.278","8130.043"],["27850.968","8134.469"],["27846.692","8137.210"],["17853.298","17264.091"],["18030.712","17282.979"],["15918.306","16362.802"],["15829.747","16499.112"],["15759.822","16474.986"],["17805.171","14996.824"],["17806.023","14962.888"],["17789.945","14968.281"],["17706.244","15083.805"],["17829.880","15000.580"],["18460.643","11956.713"],["27328.366","16681.287"],["20444.208","13282.029"],["18310.306","18479.067"],["20377.013","7006.652"],["20358.016","6992.977"],["20406.530","7024.139"],["20167.511","7852.021"],["20162.988","7797.108"],["20236.277","7827.380"],["20214.649","7835.869"],["20195.438","7784.672"],["20211.258","7809.359"],["20219.613","7695.569"],["20348.627","7776.147"],["15495.069","18302.857"],["15510.015","18427.551"],["15443.470","18367.177"],["15443.059","18364.403"],["15397.478","18396.519"],["15421.869","18387.931"],["19872.612","6797.911"],["28221.444","9363.877"],["18998.135","15765.799"],["28067.116","9612.009"],["18889.047","17427.796"],["19072.406","17526.480"],["18935.237","17440.770"],["18166.975","17794.173"],["18120.628","17762.644"],["18152.487","17757.095"],["18081.858","17759.600"],["18072.861","17729.178"],["27683.690","7222.898"],["27701.273","7173.980"],["27718.032","7183.790"],["27705.187","7232.361"],["27706.042","7217.762"],["19728.100","15768.505"],["27195.441","16647.345"],["18676.826","14098.797"],["18834.025","14103.047"],["16992.113","15566.595"],["20010.947","6679.895"],["20038.381","6647.360"],["20002.230","6648.549"],["20140.910","6670.822"],["20126.222","6646.610"],["12851.479","12402.417"],["12926.603","12459.062"],["18165.078","17683.597"],["18187.364","17730.831"],["18226.778","17821.490"],["18234.027","17719.931"],["18165.201","17679.723"],["18165.551","17670.742"],["18202.240","17668.986"],["18126.402","17666.660"],["18097.164","17675.210"],["18243.696","17641.549"],["18234.233","17700.400"],["18069.828","17716.200"],["18214.587","17642.968"],["17522.377","16746.394"],["16962.868","18072.254"],["16962.309","18087.993"],["14410.823","13527.472"],["14432.759","13575.008"],["14295.068","13537.876"],["22455.836","6103.105"],["17905.977","16997.366"],["17945.410","17164.081"],["17867.923","17095.124"],["17861.807","17145.375"],["18031.927","17079.497"],["19194.423","17472.090"],["19206.183","17477.160"],["19235.104","17549.003"],["19286.404","17513.925"],["18746.148","6441.360"],["18756.872","6425.572"],["18721.009","6503.182"],["18745.302","6492.315"],["18772.539","6466.076"],["18781.308","6497.018"],["18810.485","6468.876"],["18809.388","6424.507"],["18844.002","6405.104"],["17532.228","17201.697"],["17593.654","17367.335"],["17743.135","15883.943"],["17730.553","15847.478"],["17649.982","15780.508"],["17714.917","15727.201"],["17701.558","15744.550"],["20452.731","7615.259"],["20407.797","7633.343"],["28099.918","7690.050"],["27940.582","7748.368"],["28125.548","7852.945"],["28063.278","7763.283"],["28093.147","7766.256"],["27945.369","7848.292"],["27940.188","7781.719"],["27940.205","7848.854"],["17869.304","15173.830"],["17913.383","15124.631"],["17857.817","15168.252"],["17936.515","15184.582"],["17942.900","15150.675"],["17942.937","15138.764"],["18015.388","15190.185"],["17939.419","15192.869"],["17847.286","15124.886"],["17935.744","15225.260"],["16290.374","16728.640"],["16212.734","16577.461"],["18079.508","17563.605"],["18133.005","17511.712"],["18191.539","17530.698"],["18066.628","17564.389"],["18243.933","17471.979"],["18196.909","17488.423"],["16766.668","18607.867"],["16723.611","18591.422"],["15564.489","15897.718"],["18071.114","14895.319"],["18700.219","9021.392"],["18691.356","9148.156"],["18704.119","9095.836"],["18734.744","9081.664"],["18764.958","9051.937"],["18768.182","9005.149"],["18771.346","18099.577"],["27787.647","7607.489"],["27803.026","7497.361"],["27788.964","7517.526"],["27800.904","7579.165"],["27764.440","7668.810"],["27847.400","7569.157"],["27818.256","7589.570"],["27843.913","7641.064"],["27805.180","7646.993"],["19807.440","6206.271"],["19818.361","6220.375"],["19834.282","6206.089"],["19845.085","6352.561"],["18097.972","18400.509"],["18060.949","18462.491"],["18213.909","18355.113"],["18210.682","14212.858"],["18197.443","14121.384"],["14650.377","12596.988"],["20355.330","7606.558"],["18395.799","17668.527"],["18382.690","17679.047"],["18299.782","17662.491"],["18331.683","17678.562"],["18440.872","17635.505"],["18334.409","17664.943"],["18340.511","17630.493"],["18402.313","17688.186"],["18450.652","17672.563"],["9564.214","12558.975"],["18395.690","17619.806"],["18283.515","17611.058"],["18327.807","17592.511"],["18266.276","17480.245"],["18277.857","17477.238"],["18422.533","17614.101"],["20388.150","7287.103"],["20369.877","7340.596"],["20467.925","7351.794"],["20476.921","7306.559"],["20513.730","7330.291"],["20479.980","7284.593"],["20500.885","7313.561"],["20533.286","7391.282"],["20420.254","13468.356"],["18287.841","16961.005"],["18260.268","16843.966"],["18369.644","17248.707"],["25644.981","5902.375"],["28893.638","10598.527"],["28921.977","10574.316"],["8670.690","13461.010"],["8740.863","13505.725"],["8718.770","13444.317"],["8757.730","13406.388"],["8711.684","13395.538"],["16827.888","16749.572"],["18646.421","16548.812"],["18511.035","16435.228"],["18560.558","16446.955"],["18578.121","16515.580"],["18624.242","16493.577"],["18542.236","16447.334"],["18575.259","16522.004"],["14553.521","15105.967"],["14648.165","15156.744"],["14556.083","15114.815"],["12327.777","12026.484"],["12235.721","12102.620"],["12321.412","12043.677"],["12304.816","12067.673"],["12352.452","12105.846"],["16712.729","17532.873"],["16567.459","17503.069"],["16734.453","17608.066"],["16724.370","17587.802"],["16767.777","17573.587"],["19413.241","15722.133"],["17091.165","15504.227"],["15506.656","17068.587"],["27642.529","11092.455"],["27623.357","11100.970"],["19084.519","18504.393"],["11848.046","12075.948"],["11898.482","12044.337"],["16570.347","18489.953"],["19882.799","17255.546"],["19863.509","17201.319"],["19813.602","17203.522"],["19773.056","17234.471"],["19794.069","17353.917"],["19179.778","16787.161"],["20426.750","6214.685"],["20527.736","6211.729"],["20526.735","6249.448"],["20533.676","6397.392"],["20537.393","6352.305"],["20536.127","6386.954"],["20472.928","6235.565"],["20377.286","6395.450"],["20447.401","6326.151"],["17544.018","17946.557"],["18961.783","17426.022"],["19053.728","17458.780"],["19077.784","17499.676"],["28341.246","11470.854"],["19605.491","15978.371"],["19621.680","15931.110"],["14722.216","17032.550"],["14757.347","17038.925"],["20673.647","7411.245"],["20569.061","7434.112"],["20711.433","7414.996"],["20588.023","7363.850"],["20599.043","7407.929"],["20755.726","7377.556"],["17322.780","15459.574"],["17331.300","15411.645"],["17391.020","15390.555"],["17382.961","15393.181"],["17362.089","15386.145"],["17356.370","15442.346"],["17326.586","15492.554"],["17403.256","15460.513"],["19252.860","18091.523"],["8719.936","13186.462"],["8698.305","13333.501"],["8765.949","13306.494"],["27086.569","16645.495"],["17973.683","15892.663"],["17030.994","16690.965"],["16215.510","17546.434"],["16258.894","17568.364"],["16269.908","17512.970"],["19265.425","17620.354"],["19369.242","17237.016"],["19505.102","17278.571"],["16999.183","17040.016"],["18593.846","15135.284"],["18963.539","17768.138"],["18960.578","17797.569"],["18885.452","17756.559"],["18897.558","17768.648"],["17631.911","15613.807"],["17644.087","15541.254"],["17654.679","15580.683"],["16482.359","18102.076"],["16468.231","18060.738"],["16514.802","18240.766"],["16505.332","18219.239"],["17204.536","15086.184"],["20283.776","11298.075"],["20223.212","11410.852"],["14250.867","13776.536"],["14920.020","15991.320"],["14987.105","16032.570"],["15048.612","16123.022"],["14876.994","15943.917"],["14938.457","13565.912"],["14923.788","13427.395"],["15066.647","13542.056"],["15087.361","13566.209"],["14983.631","13514.372"],["15036.234","13468.727"],["20192.726","5981.880"],["20164.798","5991.740"],["20271.815","5831.108"],["20335.121","5802.569"],["20313.868","5924.701"],["20311.516","5976.576"],["20294.148","5844.982"],["20301.862","5870.581"],["17115.378","18704.919"],["16615.666","16297.314"],["16602.837","16407.412"],["16628.314","16366.109"],["27581.234","7171.393"],["27580.296","7185.613"],["27642.144","7241.279"],["27624.466","7240.778"],["27627.728","7130.239"],["27537.103","7150.289"],["27569.620","7052.106"],["27587.021","7080.495"],["27586.036","7189.940"],["15518.459","16329.751"],["15571.610","16209.731"],["15650.149","16163.958"],["17225.657","15764.072"],["17217.993","15758.655"],["17259.795","15759.896"],["17199.123","15785.945"],["16234.510","18165.274"],["16311.319","18122.664"],["19892.642","5519.745"],["19838.048","5422.130"],["19803.415","5532.858"],["19781.585","5412.568"],["19779.644","5387.283"],["19812.429","5553.667"],["19767.999","5507.498"],["19740.516","5492.469"],["19792.210","5509.381"],["19818.086","5524.931"],["19835.586","5534.559"],["19872.319","5400.532"],["19918.109","5388.475"],["18986.136","15280.157"],["16799.012","17280.018"],["16836.325","17281.077"],["16815.722","17293.122"],["16787.359","17315.835"],["16975.429","17347.882"],["16868.931","17224.516"],["19969.384","17093.009"],["16529.298","16052.757"],["18178.558","18038.787"],["18077.769","18017.912"],["21424.199","6446.755"],["21458.476","6542.543"],["21519.035","6541.569"],["17985.833","15341.159"],["17116.086","18297.884"],["17108.337","18311.363"],["17049.611","18269.224"],["17042.283","18326.584"],["17050.309","18284.156"],["17139.014","18279.800"],["17092.548","18310.190"],["17036.381","18282.478"],["17091.909","18256.332"],["17525.809","16128.876"],["16803.927","16040.830"],["15249.593","18636.745"],["28534.760","8472.430"],["28564.382","8387.211"],["28475.024","8341.563"],["20620.587","16297.661"],["28401.968","8147.228"],["28369.578","8199.000"],["18291.991","17257.310"],["18295.268","17332.105"],["18304.164","17318.873"],["18295.919","17398.559"],["18302.824","17244.882"],["18302.558","17230.710"],["18310.307","17288.578"],["14467.108","12955.023"],["14519.497","12887.643"],["14635.284","12810.564"],["14576.078","12915.578"],["14660.685","12785.713"],["11939.970","12027.641"],["11969.370","11994.411"],["17597.089","16197.021"],["17596.266","16261.979"],["17530.742","16286.145"],["20356.815","5809.175"],["20446.796","5871.357"],["20367.240","5881.679"],["20411.582","5848.698"],["20388.950","5947.046"],["20428.622","5871.935"],["20519.380","5932.730"],["20443.166","5844.526"],["20437.459","5844.559"],["20562.105","5794.842"],["27707.689","11759.202"],["28262.298","7313.775"],["28281.771","7291.364"],["28311.919","7290.736"],["28305.719","7303.371"],["17777.147","14052.912"],["21687.385","6380.035"],["19520.048","15077.584"],["19533.371","15046.631"],["19557.060","15009.410"],["19549.616","14981.397"],["27506.371","11489.950"],["27497.111","11480.239"],["14610.527","13144.033"],["14603.259","13019.916"],["14646.821","13067.691"],["14391.549","13998.691"],["14271.420","13912.474"],["14408.439","13864.780"],["14348.506","13822.558"],["14422.318","13935.396"],["27772.000","12323.771"],["19551.821","5880.854"],["19536.969","5915.982"],["19541.985","5875.883"],["19527.051","5876.428"],["19596.788","5893.620"],["19612.051","5877.435"],["19603.972","5944.070"],["19704.054","5955.185"],["15690.434","13308.331"],["18603.318","16875.061"],["18624.437","16882.064"],["18620.867","16846.029"],["27848.813","11484.767"],["27811.440","11472.035"],["14801.356","12892.339"],["14801.699","12938.649"],["14763.522","12824.168"],["27862.161","7886.485"],["19944.355","6824.600"],["20130.874","6784.310"],["20131.400","6793.393"],["19955.536","6643.924"],["19982.214","6661.794"],["19982.033","6639.812"],["20034.865","6828.016"],["20020.129","6797.066"],["15391.709","17690.763"],["17339.824","15032.276"],["17345.585","15013.789"],["15257.632","13020.280"],["17722.208","15998.940"],["17728.178","15978.362"],["18150.572","15118.412"],["19507.906","5959.665"],["19499.173","5953.934"],["19803.043","15872.175"],["16444.211","16325.356"],["16373.568","16273.148"],["27378.255","11177.466"],["27450.679","11167.249"],["18653.411","16510.612"],["20233.569","5564.198"],["20210.481","5384.085"],["20164.856","5464.102"],["20178.490","5404.697"],["20251.847","5472.774"],["14542.247","13927.389"],["19857.615","16976.604"],["14754.015","13282.941"],["14796.888","13231.304"],["17500.154","18228.628"],["17566.381","18173.796"],["17426.148","18160.261"],["26295.847","15672.348"],["12835.845","14213.290"],["14238.644","13846.350"],["15029.182","19020.504"],["12798.543","13521.789"],["12838.078","13422.950"],["17357.775","18615.866"],["17332.068","18544.731"],["18878.692","14754.160"],["18862.134","14671.895"],["18734.017","14803.662"],["18781.535","14798.791"],["18807.921","14842.758"],["24568.461","6282.542"],["27622.978","11570.555"],["9338.134","12283.808"],["9365.359","12278.337"],["18680.240","16886.046"],["15102.425","17920.901"],["21628.567","15775.784"],["17412.854","15678.080"],["17424.120","15654.281"],["17465.118","15590.598"],["17584.183","15650.002"],["17561.210","15704.908"],["21008.690","7092.948"],["21090.792","7210.340"],["21119.957","7078.664"],["21055.401","7062.661"],["20167.601","6928.885"],["20211.647","6914.170"],["20296.881","6961.020"],["14639.693","12277.678"],["14588.112","12226.269"],["20024.738","5762.748"],["20074.572","5756.386"],["20033.965","5715.630"],["20042.172","5668.429"],["20049.557","5659.725"],["20025.001","5659.692"],["20023.159","5640.287"],["19975.544","5601.228"],["14689.250","13467.589"],["14745.701","13569.304"],["28035.220","7671.704"],["28138.240","7668.695"],["28013.997","7659.100"],["28065.263","7576.276"],["27981.809","7678.489"],["28087.714","7563.922"],["28098.663","7490.736"],["19550.988","5281.039"],["19560.775","5324.243"],["19561.926","5343.335"],["17892.957","18650.684"],["17909.983","18514.134"],["17952.088","18520.839"],["19810.993","17102.022"],["23956.103","5883.162"],["23984.771","5859.660"],["24067.781","5860.701"],["18736.384","17412.423"],["18774.130","17447.597"],["18773.488","17483.171"],["18821.248","17424.474"],["18754.845","17414.699"],["16641.136","18321.230"],["16712.205","18464.162"],["14911.541","14067.869"],["8703.128","12960.117"],["8673.727","12958.152"],["8618.636","12927.974"],["8623.576","12966.607"],["14770.570","14146.139"],["14677.928","14156.531"],["12338.685","12165.929"],["12353.916","12151.511"],["12302.633","12134.335"],["12355.378","12144.262"],["12350.198","12142.892"],["17582.254","18528.046"],["17440.562","18606.981"],["20020.157","7791.299"],["20086.538","7759.210"],["20078.413","7736.006"],["20077.196","7789.152"],["17818.386","18073.269"],["17812.432","18160.668"],["17643.049","18072.250"],["15132.321","15788.240"],["19569.965","14658.046"],["19686.715","14538.467"],["19518.839","14508.176"],["19158.879","14538.514"],["15860.224","17966.091"],["15885.268","17923.954"],["15894.467","17878.127"],["15807.781","17934.558"],["15850.955","17932.791"],["15807.406","17935.527"],["15804.634","18026.925"],["15814.551","18010.129"],["15805.548","17942.364"],["19885.372","6618.623"],["19917.411","6532.661"],["17948.351","14574.964"],["15823.583","17490.507"],["15740.400","17501.258"],["12459.905","12343.356"],["19619.767","18411.582"],["16570.624","15903.835"],["17707.104","16928.775"],["14915.477","13636.164"],["14976.318","13626.241"],["14947.387","13716.931"],["20577.271","13366.564"],["17676.529","18621.005"],["17661.152","15220.092"],["17662.156","15194.576"],["17817.932","15152.298"],["17703.200","15104.020"],["17681.680","15102.533"],["17755.770","15123.961"],["17654.305","15115.791"],["18040.977","18810.791"],["18049.491","18870.072"],["15114.804","16906.338"],["16248.779","18277.344"],["16210.812","18306.768"],["16170.952","18287.618"],["16164.177","18420.018"],["16533.903","15744.822"],["16366.871","15899.344"],["16540.975","15824.227"],["16561.688","15924.703"],["16377.296","15833.399"],["20819.361","7386.903"],["18478.082","18213.595"],["18529.023","18210.292"],["15448.836","17565.347"],["15380.366","17580.079"],["14884.138","16775.425"],["15637.774","13087.747"],["15672.911","13056.020"],["28976.248","10718.876"],["27648.616","6919.389"],["27642.991","7050.025"],["14885.309","12198.748"],["19323.729","17947.256"],["19337.825","17903.970"],["22292.149","6306.970"],["22443.599","6228.621"],["21373.275","6614.619"],["21382.535","6560.631"],["19303.978","17618.537"],["19095.091","17276.550"],["14646.363","19188.655"],["19559.161","5537.721"],["19528.207","5512.849"],["19542.188","5554.005"],["17468.910","13327.795"],["19948.210","15923.690"],["20975.878","6986.689"],["20891.912","7049.233"],["20935.629","6919.126"],["28036.964","11973.967"],["27938.802","12059.353"],["28142.018","11951.334"],["20333.937","7065.810"],["16857.032","17461.483"],["16901.042","17429.024"],["16950.166","17561.598"],["16786.289","17566.711"],["19981.818","16516.105"],["15080.895","16952.430"],["15077.650","16933.182"],["14934.722","16793.002"],["17834.947","16926.012"],["17831.151","16983.564"],["17840.285","16811.216"],["17882.619","16929.117"],["17863.954","16824.074"],["17893.943","16855.333"],["17840.285","16811.216"],["17951.887","16839.446"],["19240.545","15811.719"],["18682.680","16597.364"],["19135.879","16650.966"],["28244.726","8179.347"],["28266.584","8148.496"],["28223.837","8226.960"],["28208.506","8263.708"],["28247.196","8238.258"],["28244.910","8242.783"],["28240.466","8121.081"],["28300.683","8237.647"],["28295.235","8185.061"],["28340.328","8311.492"],["14400.311","14113.882"],["14450.157","14138.533"],["15076.247","17798.517"],["14989.957","17755.423"],["15008.937","17781.170"],["28109.567","7360.084"],["28141.245","7395.955"],["27960.329","7370.326"],["27975.938","7411.630"],["27987.781","7333.051"],["27765.207","7916.721"],["27921.525","8036.942"],["27838.545","8048.793"],["27929.535","8037.504"],["27911.102","7966.119"],["27922.940","8055.423"],["27932.878","7902.155"],["27891.875","7923.130"],["27858.240","8004.137"],["27749.956","7949.480"],["27795.865","7912.443"],["27889.302","8103.030"],["27842.169","8101.207"],["27900.802","7995.439"],["27891.822","8048.503"],["27776.946","7982.791"],["27879.852","7958.737"],["27905.115","7987.787"],["27876.069","7996.259"],["27743.278","7988.538"],["27798.649","8069.564"],["27809.923","8012.667"],["19337.072","5496.548"],["19445.987","5416.416"],["19347.944","5479.207"],["19496.793","5440.826"],["19421.283","5478.332"],["9371.225","12259.098"],["9331.657","12241.802"],["9327.844","12261.370"],["8524.544","12828.952"],["8492.569","12820.159"],["8469.299","12788.395"],["8448.938","12778.847"],["8408.931","12761.426"],["8431.730","12903.108"],["8445.037","12904.533"],["18179.756","17035.001"],["18088.962","17179.332"],["15636.159","16304.596"],["17120.899","17841.192"],["17039.765","18039.950"],["14570.858","15038.967"],["19838.550","6893.419"],["19921.987","6895.962"],["19912.826","6873.782"],["19868.040","6863.856"],["20539.014","7485.148"],["20409.129","7582.098"],["20467.353","7525.666"],["20443.159","7529.943"],["20389.228","7573.560"],["16974.050","17119.779"],["12668.103","12115.671"],["19694.113","16672.878"],["20459.247","6801.990"],["20485.858","6805.475"],["20417.733","6774.195"],["20462.964","6821.429"],["20559.882","6814.148"],["20504.898","6831.704"],["20553.665","6806.600"],["20555.745","6636.213"],["28244.906","11515.106"],["14893.247","16727.303"],["14939.161","16664.023"],["28123.771","8134.306"],["28144.230","8197.713"],["27969.128","8132.152"],["28023.783","8154.332"],["28018.586","8157.354"],["27965.949","8212.555"],["28047.149","8151.961"],["27990.719","8169.665"],["28106.146","8192.076"],["28010.822","8136.958"],["27993.882","8120.377"],["18542.815","8979.847"],["18565.397","8987.031"],["18565.225","9102.673"],["18586.881","9153.427"],["18596.519","9129.694"],["18641.161","9152.248"],["18613.996","9117.524"],["18597.749","9057.284"],["18632.420","9034.592"],["18551.243","8972.327"],["18550.549","9019.929"],["18566.405","9026.882"],["18588.480","8978.635"],["18585.166","9058.522"],["18545.084","9093.716"],["15894.881","16780.573"],["15977.434","13290.560"],["17449.259","17645.870"],["17585.996","17735.736"],["17425.474","17790.285"],["17474.542","17637.924"],["17461.154","17636.825"],["17489.806","17771.693"],["17496.648","17758.134"],["17566.433","17714.264"],["17914.436","14231.625"],["14213.846","13148.426"],["15715.353","18114.500"],["15682.409","18126.622"],["21050.763","6980.496"],["21073.625","7005.583"],["21060.187","6953.675"],["21036.832","7038.118"],["21161.536","7037.921"],["20125.750","6267.923"],["20021.335","6279.745"],["20053.605","6254.576"],["20078.885","6292.875"],["20120.595","6209.109"],["20037.717","6263.692"],["8476.309","12932.580"],["8468.435","12946.045"],["8554.947","12773.783"],["8525.088","12774.239"],["15339.402","12540.845"],["18733.127","8911.007"],["18691.198","8954.702"],["18683.703","8915.442"],["20103.186","15112.426"],["27446.932","7960.223"],["27435.550","8045.227"],["27426.816","8038.522"],["27499.544","8009.421"],["27376.879","7958.852"],["27398.522","7914.240"],["27443.017","7964.517"],["27445.385","7961.561"],["14823.736","16379.097"],["17850.769","17581.204"],["17934.268","17526.640"],["17978.664","17548.180"],["17927.080","17551.396"],["17921.144","17505.024"],["15862.741","16045.361"],["15778.606","16083.148"],["15858.548","16130.656"],["19714.263","18433.041"],["17585.888","18680.014"],["17490.694","18730.170"],["17465.825","18731.392"],["17596.646","18871.098"],["17619.031","18805.169"],["19723.827","5636.336"],["19592.323","5641.155"],["19632.833","5610.916"],["19620.382","5677.720"],["19574.297","5746.853"],["19594.659","5664.788"],["19580.465","5715.969"],["18515.380","13963.729"],["18655.881","13985.393"],["18629.027","13976.496"],["18629.261","13985.312"],["20965.648","7094.187"],["20953.378","7055.343"],["20931.457","7240.746"],["20910.207","7134.932"],["20856.917","7089.400"],["20877.707","7113.694"],["20893.973","7141.671"],["20834.384","7198.648"],["20879.609","7069.051"],["20795.695","7076.533"],["18847.704","6468.784"],["19284.639","14424.792"],["18796.592","6415.440"],["18792.095","6341.482"],["18809.715","6364.713"],["18815.916","6360.155"],["15514.507","17023.434"],["15543.740","17060.577"],["15656.689","17115.802"],["15718.846","17166.040"],["15714.024","17160.751"],["18031.375","16548.453"],["18036.040","16373.950"],["18040.454","16443.273"],["17980.692","16520.812"],["17846.852","16367.222"],["17944.826","13691.362"],["28296.163","7410.852"],["17648.493","14786.438"],["17623.758","14732.040"],["17622.898","14712.180"],["16291.067","17007.070"],["14650.961","16979.966"],["9494.831","12573.418"],["9530.258","12547.939"],["9514.871","12568.582"],["20129.588","16237.678"],["17541.277","16405.881"],["17427.899","16515.859"],["16244.048","15965.482"],["16311.919","16076.776"],["16172.058","16053.261"],["16218.339","16077.078"],["18135.317","16504.981"],["18099.088","16449.470"],["18084.304","16420.102"],["19030.282","17933.064"],["18891.762","18028.473"],["18957.052","17855.658"],["19052.488","17889.342"],["18986.229","17897.029"],["18906.532","17851.541"],["19083.619","17915.419"],["19090.823","17881.761"],["19021.880","17873.207"],["20321.512","12742.703"],["14880.932","19021.631"],["18110.908","18232.307"],["18093.030","18216.420"],["18081.617","18079.579"],["20398.378","6943.828"],["20562.204","7050.662"],["20411.118","6984.717"],["20530.951","6849.409"],["20523.879","6877.782"],["27741.567","11137.248"],["17714.483","15473.637"],["17801.454","15378.293"],["22469.897","17269.570"],["17380.011","17403.576"],["17314.451","17330.568"],["17215.790","17293.856"],["17350.768","17399.922"],["17311.532","17306.985"],["17384.183","17316.342"],["17226.272","17349.258"],["9496.394","12161.233"],["9482.186","12202.554"],["9471.323","12175.621"],["9447.724","12194.656"],["9451.976","12163.633"],["20167.554","6536.321"],["20203.624","6597.031"],["20217.110","6609.401"],["20150.745","6598.204"],["20287.171","6473.088"],["20285.789","6457.861"],["20291.711","6425.953"],["20351.414","6527.473"],["19716.223","5446.457"],["19702.193","5458.415"],["19389.940","15622.253"],["20714.300","16105.066"],["28519.107","11900.429"],["16129.490","16497.940"],["15979.771","16451.076"],["15946.194","16416.351"],["18734.700","18258.194"],["18730.860","18392.061"],["18847.677","18357.869"],["18872.105","18287.614"],["16028.530","16564.839"],["16083.281","18352.335"],["16066.805","18432.263"],["16134.374","18263.247"],["13862.390","15078.181"],["16546.309","18018.915"],["16543.888","17916.724"],["16471.978","17884.614"],["14683.848","15850.459"],["14673.058","15765.493"],["17825.003","17982.376"],["17703.000","18004.951"],["12927.797","12239.169"],["12899.738","12302.126"],["12864.600","12290.534"],["19499.507","15113.265"],["19499.562","15098.525"],["12742.287","12430.647"],["20030.434","15431.941"],["19970.887","15384.058"],["17874.159","17508.875"],["18000.053","17515.761"],["19484.198","5690.503"],["19479.609","5720.527"],["19508.771","5666.968"],["28405.674","10610.133"],["28466.861","10644.726"],["17634.035","17498.415"],["17645.997","17566.102"],["17806.230","17579.684"],["17700.365","17587.075"],["17768.758","17563.004"],["20535.971","6076.369"],["20525.335","6172.769"],["20505.681","6131.068"],["20500.779","6164.908"],["20483.773","6081.638"],["20453.625","6097.377"],["20537.753","6104.726"],["20492.703","6064.803"],["20464.101","6025.711"],["20500.301","6005.150"],["20485.959","6004.786"],["20566.765","6047.710"],["20487.916","6057.140"],["20467.390","5999.716"],["20404.967","6026.765"],["27604.439","7754.810"],["27665.922","7760.572"],["27668.241","7739.548"],["27709.508","7701.117"],["17890.502","15950.704"],["18017.590","16119.434"],["17927.272","16006.276"],["17940.841","16023.436"],["18025.372","16086.097"],["17279.762","17492.053"],["17254.063","17575.873"],["17374.282","17469.763"],["17199.594","17501.869"],["17208.816","17589.523"],["19965.262","8543.298"],["14430.359","12094.752"],["18598.534","17198.138"],["18557.631","17037.242"],["18595.557","17146.990"],["18649.348","17106.831"],["18617.342","17095.403"],["18529.576","17016.938"],["18539.494","17026.054"],["18611.148","17037.398"],["18585.997","17032.555"],["15851.296","18108.724"],["15869.306","18054.901"],["15882.120","18045.944"],["15890.657","18070.106"],["19227.103","17880.653"],["19142.675","17923.829"],["19181.442","17883.268"],["19197.317","17894.030"],["19287.109","17935.780"],["28615.074","9458.338"],["28603.873","9457.876"],["15014.495","12361.038"],["27599.521","12072.669"],["27666.874","11947.192"],["15221.457","17410.727"],["15156.523","17558.291"],["15191.719","17537.706"],["17567.057","12198.041"],["27590.959","7880.936"],["27523.147","7863.793"],["27542.226","7868.814"],["27583.344","7889.359"],["18649.287","15533.878"],["17877.392","17773.413"],["17939.534","17759.727"],["17885.865","17742.361"],["17999.395","17723.487"],["19924.044","6135.361"],["19901.174","6103.876"],["19855.500","6123.678"],["19749.202","6031.700"],["19923.504","5722.038"],["19909.721","5779.940"],["19927.156","5622.682"],["19798.120","5649.317"],["19817.347","5692.851"],["19787.166","5623.949"],["19811.607","5646.625"],["19798.367","5676.022"],["19903.547","5576.954"],["27869.125","11795.506"],["16713.328","16990.559"],["16636.504","17061.688"],["16751.157","17073.249"],["16627.697","17010.836"],["27834.507","7401.077"],["27779.178","7426.626"],["27871.365","7455.594"],["27864.309","7312.489"],["27765.197","7393.381"],["27728.164","7381.001"],["27761.601","7279.686"],["27791.173","7275.475"],["27855.626","7338.386"],["20275.899","7885.035"],["19929.931","16596.827"],["14799.699","15697.908"],["14831.038","15706.771"],["14703.811","15638.853"],["14757.675","15652.599"],["18625.868","15469.941"],["27977.896","7142.036"],["28081.580","7202.977"],["27974.360","7147.007"],["28082.649","7230.871"],["27960.116","7197.543"],["28092.617","7084.480"],["28115.380","7055.727"],["14503.331","14276.207"],["19673.030","16831.874"],["15666.454","17720.703"],["15626.289","17699.316"],["16848.794","18307.016"],["16358.431","15961.122"],["16520.722","15940.932"],["16359.518","16092.003"],["16380.070","16020.764"],["19789.353","17059.855"],["20363.159","12922.132"],["19672.952","6048.166"],["19567.738","6205.556"],["27940.477","7949.240"],["27951.558","8057.553"],["28022.594","8043.290"],["27944.864","8028.172"],["27940.144","8054.366"],["27967.595","8016.199"],["27947.533","8103.135"],["28019.342","8066.900"],["16428.433","17522.890"],["16536.322","17492.699"],["16391.421","17545.526"],["16376.715","17488.672"],["20051.659","6114.766"],["20064.965","6149.696"],["20049.373","6187.087"],["20023.271","6066.740"],["19949.324","6077.640"],["20065.689","6089.878"],["19995.903","6078.598"],["19978.320","6171.628"],["20122.134","6052.830"],["20123.564","6000.922"],["17818.144","18864.100"],["17766.313","18734.126"],["15222.537","12968.643"],["28315.038","8147.092"],["17378.499","16902.368"],["17287.925","16920.042"],["15966.617","16828.624"],["16901.721","15612.613"],["16826.798","15698.849"],["18724.435","17816.601"],["18722.856","17786.197"],["18454.528","14769.237"],["27506.418","10397.490"],["17016.102","15962.500"],["17267.159","16117.193"],["17260.279","16054.058"],["17227.469","15996.908"],["17263.682","15936.524"],["27710.146","12205.862"],["27606.349","12333.801"],["16693.904","16126.838"],["12365.453","12169.223"],["12443.425","12284.908"],["16573.359","16048.594"],["16555.281","18519.829"],["16386.491","18624.947"],["18881.285","17842.557"],["14429.113","12873.677"],["14385.789","12818.778"],["14355.169","12939.601"],["18037.222","18316.376"],["18012.304","18309.539"],["17860.240","18298.945"],["17880.404","18338.417"],["17875.221","18441.212"],["28592.370","8861.491"],["16687.152","16703.305"],["16605.878","16640.939"],["16737.474","16755.403"],["16601.135","16700.815"],["16626.270","16579.245"],["21246.884","6637.550"],["21320.029","6740.193"],["18296.996","18074.321"],["18311.009","18094.371"],["28633.050","8330.134"],["14920.993","13839.822"],["15002.666","13845.262"],["17533.209","15205.234"],["17520.260","15223.250"],["12975.897","13779.629"],["17981.926","18160.313"],["17933.313","18184.329"],["18710.569","17359.065"],["18711.293","17408.000"],["18718.042","17293.774"],["18740.764","17307.862"],["18788.616","17359.157"],["18720.935","17278.452"],["18789.203","17390.075"],["18711.889","17252.193"],["17460.428","18332.753"],["17456.324","18427.941"],["17445.025","18305.743"],["18766.726","15989.206"],["18866.063","15971.458"],["15294.429","17317.606"],["15211.962","17273.519"],["15172.374","17234.135"],["27924.869","7099.756"],["27900.314","7232.011"],["27803.739","7180.628"],["27805.679","7225.450"],["27786.469","7200.396"],["27727.472","7261.982"],["27744.841","7232.139"],["27788.344","7240.198"],["27882.797","7204.116"],["27746.207","7145.871"],["27861.199","7072.419"],["15033.985","12094.480"],["17891.981","18832.041"],["17960.172","18796.913"],["18015.385","18794.622"],["18006.055","18842.495"],["20830.649","16174.193"],["8397.093","12696.701"],["8475.112","12686.662"],["8467.179","12645.402"],["8453.092","12642.675"],["8415.798","12596.330"],["8378.354","12557.913"],["8374.205","12627.567"],["20515.599","13658.902"],["18944.425","15409.919"],["15031.873","16198.952"],["19350.609","16724.168"],["19407.189","16759.926"],["15017.343","18041.848"],["15082.936","18029.082"],["15034.004","17877.549"],["15050.271","17923.444"],["12218.945","11926.963"],["12148.812","11977.350"],["14696.139","16201.390"],["14936.986","13336.706"],["14884.937","13245.246"],["14905.345","13362.055"],["8508.247","12971.165"],["8535.231","13034.950"],["20061.361","5943.482"],["20089.226","5891.107"],["20018.519","5900.603"],["20032.696","5879.100"],["20134.045","5878.472"],["15568.392","16423.805"],["15574.379","16375.587"],["15570.767","16539.581"],["15588.982","16522.888"],["15636.751","16413.869"],["15710.666","16562.491"],["15700.306","16365.968"],["15642.824","16482.511"],["8778.036","13109.373"],["17256.617","18026.127"],["17248.476","17981.519"],["17325.557","17858.099"],["17355.583","17834.958"],["17350.342","18040.030"],["17254.886","17911.479"],["17264.113","17964.163"],["17328.636","17881.411"],["17294.837","17869.784"],["18197.715","16687.822"],["18372.560","12804.594"],["27651.727","7615.210"],["27715.264","7684.602"],["27656.447","7603.104"],["27651.069","7603.170"],["27680.395","7541.750"],["27623.816","7577.522"],["27710.757","7580.940"],["27632.648","7587.117"],["15113.316","15934.688"],["15109.379","16121.839"],["14720.244","17359.794"],["19676.686","6001.956"],["19708.166","6007.472"],["16827.567","14751.465"],["16812.853","14804.096"],["17231.030","18567.790"],["17038.470","18664.325"],["15513.191","16084.978"],["28450.129","10687.686"],["28390.848","10711.070"],["14863.307","13310.863"],["14832.957","13340.149"],["15791.632","18469.585"],["15760.715","18511.224"],["15748.166","18505.278"],["15818.062","18574.909"],["15881.207","18634.676"],["15863.904","18607.509"],["15794.862","18559.399"],["22098.975","6506.987"],["16734.489","18226.600"],["16761.163","18047.905"],["16764.485","18162.191"],["16686.058","18245.913"],["15517.602","18294.005"],["15517.466","18379.574"],["15590.228","18447.213"],["15649.195","18415.638"],["15561.647","18466.421"],["22108.389","17075.440"],["21091.655","7481.068"],["21092.184","7502.838"],["21113.514","7502.918"],["21094.451","7631.291"],["21112.535","7489.498"],["14278.288","13169.909"],["14373.898","13060.740"],["27425.985","7643.117"],["27460.524","7665.578"],["27446.886","7536.383"],["27481.212","7483.832"],["16085.741","16316.183"],["15936.575","16212.172"],["16047.471","16163.272"],["16023.915","16343.535"],["16091.137","16239.382"],["18766.386","14937.088"],["27640.045","12431.389"],["18115.396","18597.297"],["18094.229","18594.621"],["17853.422","16679.983"],["17844.994","16717.959"],["17935.632","16571.314"],["17986.144","16585.275"],["17978.171","16608.742"],["17908.853","16735.146"],["16317.120","16448.774"],["16314.193","16510.003"],["21246.355","7369.879"],["20745.782","6802.777"],["20691.999","6794.916"],["20745.420","6839.408"],["20724.911","6786.328"],["20717.460","6753.479"],["20606.017","6777.434"],["20598.105","6787.608"],["20767.345","6629.305"],["20744.976","6640.651"],["20717.345","6650.824"],["18574.413","16578.013"],["18634.356","16739.847"],["18611.107","16578.194"],["16864.619","17628.693"],["16865.733","17647.640"],["18014.760","14888.979"],["18003.449","14909.837"],["17844.306","14968.976"],["17837.742","15019.595"],["17856.114","15053.885"],["14520.711","15631.052"],["14588.660","15511.457"],["14551.028","15594.201"],["14425.564","16345.829"],["14706.062","16668.601"],["15530.705","18666.358"],["19472.680","18124.770"],["19435.741","18118.460"],["19496.953","18044.012"],["19712.091","15500.544"],["15431.403","17387.335"],["15358.137","17407.211"],["15396.156","17238.699"],["16732.497","17971.704"],["20042.939","17417.579"],["17347.547","17831.592"],["17392.629","17757.849"],["17345.009","17664.450"],["17328.222","17790.008"],["17295.021","17653.911"],["17254.242","17636.225"],["17291.858","17639.577"],["17315.212","17825.962"],["17407.063","17779.385"],["28201.403","7907.941"],["28255.663","7965.563"],["28186.846","8051.780"],["28267.921","7992.348"],["28276.787","8085.395"],["28345.038","8090.709"],["17533.120","13403.192"],["17507.730","13506.234"],["17429.394","13399.093"],["19973.037","5471.653"],["19946.721","5541.496"],["19949.863","5491.520"],["19939.731","5471.487"],["20038.637","5563.885"],["20072.237","5522.563"],["20111.678","5529.450"],["20063.174","5534.041"],["19946.990","5416.271"],["20034.410","5540.929"],["20037.354","5505.239"],["19993.818","5554.174"],["20114.115","5396.488"],["20111.829","5510.031"],["20012.668","5445.324"],["28469.468","8026.221"],["28422.576","8020.787"],["15579.592","18312.700"],["15654.442","18401.452"],["15687.596","18366.270"],["15670.820","18341.629"],["15619.993","18328.255"],["15632.263","18358.907"],["15697.195","18440.929"],["15710.304","18433.101"],["16470.289","16631.217"],["16550.879","16722.812"],["16540.159","16747.984"],["16441.425","16678.747"],["16482.263","16640.712"],["14444.501","15876.504"],["18018.711","15303.504"],["17839.504","15326.771"],["18034.532","15442.297"],["17916.986","15332.193"],["19476.956","18317.284"],["16147.126","17956.491"],["16308.958","17928.403"],["16243.510","18022.224"],["14369.112","13801.539"],["14325.332","13795.215"],["14337.350","13641.556"],["14280.329","13724.379"],["14324.998","13676.792"],["14282.546","13650.520"],["14587.125","15891.208"],["14496.392","15906.009"],["14505.282","15802.540"],["14463.328","15767.855"],["14498.712","15742.852"],["14633.226","15893.530"],["14615.145","15796.842"],["17616.356","15774.416"],["17509.860","15751.925"],["28218.816","7496.821"],["28178.405","7634.657"],["19812.605","8539.814"],["19883.864","8616.444"],["18681.042","13999.307"],["18742.450","13991.562"],["14227.636","15316.155"],["14249.421","15475.415"],["16035.941","17499.846"],["16027.931","17518.029"],["16010.877","17571.484"],["15959.384","17595.817"],["15957.246","17595.371"],["15226.810","18082.200"],["15244.728","18084.843"],["17762.644","17283.355"],["9835.129","12422.171"],["9831.312","12400.550"],["9846.791","12375.084"],["8709.084","13130.176"],["8768.024","13160.245"],["8737.052","13100.157"],["8758.439","13085.273"],["8680.016","13105.454"],["8695.027","13075.082"],["8671.743","13030.572"],["8689.089","13020.209"],["8669.749","12974.354"],["8719.873","13025.412"],["8757.396","13062.733"],["8663.602","13059.919"],["8616.416","13001.797"],["8569.877","13040.018"],["8590.269","13107.170"],["8762.687","13138.377"],["8723.371","13001.819"],["19337.298","11235.773"],["20180.412","6713.424"],["20152.321","6762.526"],["20159.097","6761.568"],["24955.823","5984.992"],["15037.684","15920.876"],["14891.701","15860.305"],["15196.701","17641.807"],["15275.407","17647.821"],["19646.388","17284.993"],["20329.297","13102.794"],["20348.173","13043.723"],["20511.014","13071.298"],["18279.233","16676.590"],["14362.589","15509.257"],["14267.416","15676.830"],["14430.042","15682.724"],["14298.699","15625.142"],["14292.674","15586.542"],["14314.097","15542.601"],["14297.549","15507.446"],["14369.438","15553.645"],["14345.080","15608.130"],["14342.629","15630.006"],["14370.836","15706.307"],["18592.830","14977.633"],["18550.303","12232.690"],["18425.821","18757.900"],["16790.433","18207.746"],["20388.010","6491.486"],["20557.226","6585.462"],["20484.232","6554.000"],["20563.114","6532.613"],["20444.133","6617.006"],["20505.137","6527.774"],["20470.597","6612.828"],["20549.199","6500.854"],["20537.357","6565.346"],["17073.785","18132.820"],["17178.714","18193.335"],["17187.168","18188.892"],["17087.840","18062.081"],["17029.480","18073.277"],["17041.602","18087.315"],["17022.302","18243.205"],["17084.644","18223.807"],["17010.188","18219.443"],["17033.247","18161.987"],["17162.106","18160.299"],["17094.607","18211.509"],["22061.524","6349.283"],["22220.784","6399.918"],["22221.442","6405.947"],["14821.694","17469.221"],["14796.758","17473.222"],["15740.427","18415.662"],["15773.272","18450.378"],["15839.017","18442.269"],["15796.821","18378.835"],["15829.979","18380.008"],["17299.572","15588.879"],["17194.391","15664.277"],["17333.183","15631.579"],["17334.102","15601.097"],["17357.165","15599.645"],["17367.906","15614.096"],["16899.208","16136.412"],["16474.152","17630.444"],["16509.617","17757.289"],["16405.186","17800.799"],["17590.989","13695.295"],["17560.279","13801.030"],["19839.193","15946.060"],["20278.061","6928.323"],["20242.173","6913.492"],["20287.831","6930.355"],["20339.529","6964.885"],["20340.516","6953.671"],["19235.159","17139.421"],["15728.044","17420.078"],["15720.588","17328.550"],["17668.027","17815.440"],["17795.951","17792.133"],["17656.652","17764.949"],["17757.383","17734.267"],["17786.232","17769.048"],["16300.364","17657.094"],["16228.570","17656.648"],["16241.143","17830.118"],["20695.639","13440.366"],["16779.224","18484.534"],["16791.872","18531.156"],["16964.290","18522.185"]] \ No newline at end of file diff --git a/src/gathering/10503.json b/src/gathering/10503.json new file mode 100644 index 0000000..ecf6058 --- /dev/null +++ b/src/gathering/10503.json @@ -0,0 +1 @@ +[["13916.064","14462.145"],["14023.205","14492.529"],["6384.163","14910.994"],["6387.978","14892.063"],["6283.333","14926.475"],["8981.285","14184.995"],["8849.201","14031.962"],["8958.513","14056.430"],["8947.806","14118.652"],["8783.802","14060.302"],["8932.372","14219.995"],["8049.451","14869.174"],["8006.029","14838.924"],["10532.867","15270.632"],["9061.877","14726.041"],["9037.136","14818.166"],["8988.460","14690.809"],["9710.796","12123.328"],["6541.319","14844.533"],["6534.461","14765.772"],["6608.754","14816.903"],["9058.044","14630.940"],["9035.340","14571.283"],["9079.600","14527.935"],["9155.028","14590.510"],["9183.259","14482.013"],["9632.944","12491.549"],["7370.848","13727.346"],["7386.869","13631.393"],["7415.004","13761.405"],["7345.202","13793.724"],["7489.976","13715.668"],["7437.258","13657.803"],["7177.176","14528.982"],["9319.423","13356.547"],["13344.408","14924.522"],["13305.930","14939.084"],["13530.728","12741.583"],["13422.217","12611.218"],["13505.708","12571.460"],["6194.225","13965.176"],["6679.445","13135.894"],["9075.913","13879.974"],["9098.890","13914.803"],["9149.683","13827.970"],["9128.314","13854.910"],["9184.837","13862.935"],["9196.298","13820.626"],["13642.676","14679.160"],["13815.305","14827.245"],["11039.528","14228.900"],["10953.270","14213.590"],["10921.912","14148.098"],["10490.551","13642.886"],["10523.425","13738.371"],["10637.438","13814.451"],["7977.854","13614.369"],["9329.971","15007.103"],["12038.796","12884.070"],["7273.782","14034.570"],["7278.460","14069.661"],["7253.062","14135.307"],["7289.723","14038.124"],["7264.991","14153.840"],["7263.047","14117.318"],["5425.362","14431.509"],["12818.764","15241.701"],["13350.021","12744.131"],["13348.314","12732.366"],["13312.645","14219.218"],["12395.176","14132.795"],["13383.466","14246.533"],["13352.966","14375.184"],["13223.634","14240.417"],["11280.572","14731.108"],["11299.304","14763.983"],["11275.778","14783.650"],["9535.517","11966.823"],["8012.618","13383.891"],["8043.208","13296.562"],["10655.324","14591.566"],["10537.231","14477.928"],["10576.049","14636.744"],["14140.402","12858.040"],["7966.177","14293.765"],["8145.560","14306.966"],["8400.371","14047.387"],["8415.534","14130.291"],["8396.778","14182.023"],["6123.002","14547.483"],["9744.506","13179.638"],["9744.350","12978.910"],["13261.470","12959.292"],["13227.088","12963.481"],["13340.781","12790.669"],["13374.446","12906.789"],["13300.698","12953.687"],["13254.614","12922.228"],["13407.613","12777.313"],["12475.407","13381.276"],["12398.422","13384.258"],["13219.354","15129.247"],["12621.567","12274.648"],["12727.851","12313.653"],["12708.115","12214.316"],["7237.383","13743.783"],["7190.340","13795.385"],["7214.015","13792.174"],["7290.856","13615.108"],["7139.352","13693.465"],["7200.948","13757.016"],["8284.383","13747.024"],["8186.633","13705.536"],["8233.369","13665.830"],["8158.788","14334.420"],["5221.521","15133.417"],["5340.509","15256.730"],["5397.191","15190.961"],["11062.395","14354.145"],["11040.602","14429.530"],["13304.780","14888.203"],["6564.956","15076.505"],["16382.408","14089.198"],["10060.803","15087.651"],["12589.081","13602.863"],["12681.156","13574.376"],["12571.276","13520.620"],["9766.422","12176.783"],["9692.195","12233.398"],["13238.308","14633.763"],["12660.415","14288.447"],["12572.716","14379.525"],["11615.872","14407.208"],["12387.291","14874.782"],["12274.644","15265.558"],["8938.049","14796.419"],["8910.868","14838.356"],["8967.188","14683.471"],["8786.461","14759.286"],["5043.292","14250.843"],["5181.272","14327.739"],["5158.246","14315.650"],["5051.407","14375.720"],["7953.030","18292.232"],["8129.752","18370.188"],["13958.553","14808.441"],["13983.323","14767.320"],["10105.129","7622.496"],["10100.064","7660.387"],["13320.442","12576.479"],["13291.209","12736.881"],["12062.119","15135.243"],["13875.414","12458.310"],["13462.522","12420.940"],["7886.374","13990.314"],["7786.369","13854.740"],["7746.041","13950.763"],["7893.320","13958.446"],["7754.921","13824.289"],["7887.122","13824.981"],["7772.534","13949.702"],["7885.033","13851.374"],["7815.155","13830.417"],["7921.580","13994.636"],["14361.558","9499.111"],["14400.105","9519.662"],["8310.496","13010.891"],["8529.903","15348.870"],["8389.938","15298.547"],["9819.043","12858.034"],["9827.563","12821.106"],["9412.260","12391.966"],["9507.418","12473.759"],["13737.136","13868.294"],["13825.722","13828.095"],["13752.304","14016.998"],["13717.360","13969.694"],["13723.575","13998.713"],["13738.519","13931.908"],["4764.245","14023.365"],["7106.372","12593.026"],["5193.775","11101.454"],["10667.983","15751.067"],["10578.570","15757.396"],["10630.313","15798.838"],["12478.660","12207.207"],["12498.862","12266.046"],["12893.493","12757.227"],["12854.799","12580.397"],["8184.335","13945.176"],["8166.422","13918.392"],["8165.007","13949.678"],["8150.303","13909.387"],["8152.666","13943.737"],["12998.430","13434.027"],["13117.379","13422.780"],["13038.542","13517.242"],["13074.816","13539.348"],["13041.349","13463.391"],["13124.151","13473.091"],["12501.585","15311.683"],["14082.446","13587.818"],["14190.790","13467.262"],["8383.361","13561.743"],["8403.364","13592.619"],["9022.187","13590.378"],["9062.327","13517.100"],["8843.534","13521.585"],["8949.136","13447.315"],["8980.643","13429.175"],["8825.661","13561.690"],["6503.484","14096.343"],["6602.153","14122.805"],["6582.639","14118.677"],["6602.796","14139.716"],["6627.186","14033.569"],["6579.556","14159.117"],["6656.681","14176.732"],["13673.425","12629.021"],["10402.869","13574.146"],["10335.259","13493.379"],["10256.359","13497.161"],["10308.451","13545.811"],["10356.664","13494.601"],["10381.425","13418.654"],["10287.360","13397.391"],["10400.921","13294.407"],["10278.283","13319.717"],["7905.026","15108.082"],["12897.853","12871.250"],["12976.977","12835.014"],["10606.290","13503.516"],["10580.806","13538.846"],["10668.432","13463.847"],["10500.750","13573.412"],["10545.454","13426.552"],["10481.139","13524.751"],["10633.580","13326.404"],["10483.245","13325.365"],["10468.161","13328.302"],["13497.684","13166.398"],["8214.234","18336.361"],["8331.222","18257.083"],["8324.272","18380.320"],["8343.240","18437.142"],["6114.035","14211.006"],["6083.658","14175.075"],["7840.522","13686.709"],["7912.508","13752.793"],["13289.229","13404.111"],["13394.541","13446.360"],["5283.479","14439.940"],["13382.129","14849.615"],["13343.371","14824.935"],["13349.623","14770.150"],["13393.610","14703.623"],["13259.099","14741.319"],["5165.917","14720.379"],["5179.554","14862.092"],["5001.774","14841.372"],["5055.477","14854.658"],["5112.958","14817.162"],["5051.762","14736.603"],["5051.865","14769.954"],["4998.501","14791.100"],["5178.016","14790.358"],["9039.209","13668.819"],["9042.419","13610.890"],["9178.459","13795.096"],["8993.535","13708.486"],["6905.845","15360.671"],["6974.973","15350.575"],["7071.069","15326.984"],["14144.465","12359.727"],["14155.758","12440.809"],["6879.072","13974.585"],["9352.406","11963.280"],["9366.104","12120.397"],["9241.965","12120.628"],["12362.507","13715.255"],["12398.496","13720.863"],["12420.396","13758.743"],["12441.918","13796.082"],["12477.363","13812.060"],["12466.144","13755.582"],["12536.225","13691.114"],["12562.684","13735.634"],["12459.549","13645.250"],["11987.444","13856.661"],["11953.489","13833.919"],["12074.365","13878.365"],["9333.320","13166.553"],["14111.726","13349.522"],["14189.521","13198.698"],["10395.827","7913.856"],["4848.789","14331.282"],["4884.117","14420.637"],["4938.740","14422.593"],["4803.609","14376.555"],["4971.626","14421.167"],["6123.349","14789.907"],["6170.286","14704.298"],["6248.926","14812.170"],["6222.611","14750.363"],["6241.316","14722.067"],["5366.133","14909.001"],["5306.137","14892.354"],["9903.268","12856.560"],["9903.082","12798.420"],["12613.565","13694.897"],["12672.595","13667.278"],["12704.472","13645.566"],["12137.893","14731.287"],["6040.648","14585.634"],["10515.198","7790.173"],["13897.764","14267.777"],["13870.453","14268.614"],["13934.530","14423.031"],["13958.833","14259.834"],["14020.987","14291.544"],["13950.997","14393.310"],["11849.976","13791.179"],["11850.667","13746.594"],["11893.733","13785.352"],["11871.177","13691.515"],["11912.203","13668.492"],["11876.487","13615.827"],["13820.445","12838.134"],["8848.076","14462.327"],["6925.567","14105.383"],["6971.830","14039.847"],["13948.146","13548.387"],["13650.312","14339.564"],["13750.363","14384.358"],["13782.224","14361.906"],["13663.508","14445.136"],["7623.917","13360.726"],["9676.377","12580.340"],["6546.879","13134.708"],["6525.468","13161.407"],["6649.997","13124.846"],["6577.563","13106.460"],["6549.054","13009.566"],["13258.620","13382.769"],["13313.953","13319.547"],["13379.320","13256.245"],["13314.226","13265.511"],["13316.531","13343.668"],["13334.845","13240.817"],["13082.339","14823.094"],["13037.006","14847.217"],["13144.874","14782.105"],["13144.804","14670.864"],["5393.873","10891.289"],["6230.899","12862.900"],["13410.039","13825.126"],["13131.408","13656.317"],["13029.015","13792.063"],["13189.335","13670.024"],["9083.324","12456.014"],["9066.281","12438.161"],["9049.840","12490.805"],["13359.463","14158.886"],["13268.572","14014.921"],["13284.252","13936.994"],["13283.421","13858.523"],["9771.493","15060.204"],["12638.397","13036.990"],["7776.182","12284.414"],["7835.688","12200.037"],["7783.501","12233.481"],["9561.995","12510.100"],["7637.877","13674.858"],["7592.970","13628.510"],["7649.382","13638.467"],["7586.468","13694.778"],["7519.898","13727.132"],["7664.121","13663.139"],["7658.068","13612.569"],["10648.942","8123.328"],["9103.217","15267.464"],["7520.695","14120.043"],["7559.357","14209.461"],["13114.422","12704.574"],["13055.735","12711.942"],["8811.704","12424.945"],["8548.319","15080.419"],["8423.846","15073.136"],["8456.468","15021.314"],["8521.196","15000.548"],["8452.841","14987.439"],["8412.964","15028.449"],["6667.902","14012.237"],["5158.463","11018.022"],["5109.130","10988.161"],["5134.092","10862.008"],["8264.425","12381.259"],["13552.565","13687.963"],["13502.457","13807.629"],["13475.076","13631.235"],["8993.689","14454.706"],["4774.524","14100.908"],["4678.574","14137.071"],["4594.347","14110.828"],["4632.767","14185.697"],["4719.654","14213.838"],["8625.098","14286.994"],["8762.168","13652.205"],["12997.635","14855.684"],["6555.748","12797.677"],["6567.540","12833.495"],["6513.381","12916.483"],["6656.506","12865.890"],["12173.786","14860.361"],["12173.855","14828.477"],["12171.259","14765.011"],["12253.189","14770.914"],["12262.853","14829.182"],["12163.263","14738.192"],["12211.120","14811.726"],["12335.267","14820.036"],["8558.642","14005.900"],["8377.780","13964.784"],["8490.054","13967.692"],["8517.678","14013.960"],["8491.062","14024.452"],["10362.615","12841.564"],["13366.157","13747.100"],["13262.022","13616.213"],["13274.690","13641.208"],["13352.033","13622.363"],["8214.252","13404.162"],["8276.167","13407.363"],["9190.637","12739.232"],["13081.484","14079.454"],["13159.489","14035.212"],["13415.437","12721.684"],["13287.157","13166.645"],["13315.089","13160.085"],["13389.761","13151.673"],["13240.045","13172.240"],["12211.529","13766.964"],["12271.553","13736.915"],["12318.458","13754.874"],["12267.722","13771.067"],["7865.873","13646.890"],["11039.762","14249.621"],["10004.213","13221.431"],["9978.404","13353.709"],["13178.302","13131.718"],["13032.777","13173.412"],["12991.974","12986.333"],["13047.974","13134.811"],["13139.919","13176.891"],["13127.986","13028.776"],["5605.185","14896.754"],["5606.089","14877.645"],["5747.198","14715.685"],["5711.427","14667.543"],["5830.160","14859.238"],["5802.867","14745.348"],["5768.858","14689.435"],["8921.656","14994.204"],["8988.080","14969.913"],["10284.255","7906.331"],["13606.759","14881.664"],["13606.587","14932.067"],["12851.579","12523.715"],["12916.793","12540.313"],["11785.300","14346.915"],["5502.519","14716.504"],["10244.351","7568.517"],["14211.743","9509.620"],["14166.315","9565.630"],["10389.055","7861.492"],["10316.869","7706.452"],["10333.787","7785.692"],["10459.968","7805.279"],["11030.969","13659.844"],["11002.026","13653.638"],["11678.107","14944.654"],["8014.178","14089.081"],["11012.471","15200.003"],["10157.087","13228.400"],["10075.319","13339.182"],["10085.007","13268.050"],["13845.161","14684.656"],["7017.234","13613.059"],["7048.763","13793.418"],["11849.516","13588.748"],["9566.906","12622.457"],["11382.179","14117.664"],["11311.357","14149.410"],["11339.695","14050.140"],["11452.537","14048.211"],["10842.281","14531.431"],["10881.499","14512.279"],["7463.349","14165.440"],["7380.374","14153.238"],["7884.090","13350.715"],["8958.178","14342.572"],["8861.537","14441.564"],["6854.603","14700.750"],["6789.932","14715.526"],["6825.123","14720.390"],["6815.484","14679.478"],["6676.665","14670.082"],["9724.429","13119.709"],["7663.753","18081.849"],["7697.797","18152.462"],["7542.569","18240.351"],["7205.569","12902.820"],["7193.339","12892.158"],["7250.076","12874.546"],["8766.969","13197.755"],["7633.558","13185.765"],["13077.289","12579.372"],["13051.140","12640.741"],["13107.850","12649.793"],["8893.963","15579.213"],["8397.938","13661.475"],["8431.511","13657.773"],["8441.515","13683.844"],["8554.589","13741.479"],["8131.479","15300.809"],["5397.453","14655.034"],["5335.545","14632.640"],["5253.356","14523.107"],["8674.497","14156.218"],["12017.867","13805.035"],["12078.982","13808.240"],["12119.763","13765.665"],["12126.233","13714.516"],["12092.688","13680.536"],["12007.731","13709.869"],["11959.754","13658.219"],["11998.974","13656.414"],["12032.354","13622.583"],["7976.945","13722.103"],["7955.435","13691.860"],["9332.207","14350.291"],["9302.766","14377.422"],["9303.267","14405.773"],["9329.166","14255.468"],["9379.866","14407.500"],["9284.891","14251.680"],["9342.446","14278.492"],["10436.515","13690.945"],["10404.869","13662.743"],["10381.799","13622.352"],["10392.913","13642.818"],["10257.562","13718.770"],["10265.206","13627.989"],["13843.040","14145.086"],["14015.647","14096.893"],["4526.323","11880.744"],["6937.700","14012.114"],["6992.210","13970.200"],["7086.152","13956.938"],["7021.922","13864.199"],["6985.336","13893.068"],["7062.952","13989.316"],["7070.760","13965.287"],["9101.600","15627.085"],["10603.830","13863.313"],["10620.209","13904.036"],["10519.312","13952.603"],["9422.721","12345.378"],["9219.842","12350.257"],["12308.284","14896.193"],["12291.415","14963.523"],["12211.334","14963.630"],["12257.929","14973.768"],["12334.334","14884.663"],["12226.763","14932.287"],["12185.001","15008.166"],["12161.191","15037.440"],["12189.393","15040.565"],["12237.273","14991.302"],["12278.520","14990.724"],["11991.651","12114.363"],["13872.003","14624.953"],["13592.034","14027.483"],["10126.582","12764.210"],["10187.612","12812.355"],["8962.100","14550.540"],["10685.646","13431.981"],["10712.924","13408.400"],["10756.600","13512.722"],["13185.332","13972.766"],["8858.981","13881.937"],["8894.129","13824.018"],["8868.499","14014.575"],["10984.216","13451.362"],["6306.209","14791.239"],["6375.108","14794.935"],["6329.117","14859.492"],["13064.649","12876.647"],["13045.153","12783.801"],["13092.296","12872.708"],["13155.898","12960.232"],["13114.582","12792.575"],["13037.789","12762.253"],["13922.686","13025.144"],["13759.543","14884.814"],["13817.898","14957.372"],["6388.186","13246.895"],["6429.033","13292.271"],["6435.708","13376.135"],["11323.140","15263.853"],["10622.895","14783.991"],["10657.609","14690.442"],["12983.890","13477.614"],["7580.400","15015.532"],["7663.333","14955.830"],["7707.110","15022.566"],["7676.442","15013.803"],["9979.474","12323.961"],["11674.266","15090.901"],["11581.204","15088.100"],["8904.126","12115.006"],["7581.339","14859.123"],["7206.932","13975.995"],["7132.076","14015.780"],["7292.485","14004.201"],["7260.049","13823.524"],["7247.262","13990.432"],["7279.007","13988.494"],["10672.187","14042.683"],["10636.163","14096.715"],["10605.527","14135.243"],["6449.957","14072.400"],["6377.305","14056.551"],["6420.323","14053.623"],["6330.030","14044.576"],["9693.889","9468.926"],["9632.392","9386.105"],["9453.532","14330.758"],["9470.198","14304.186"],["9441.954","14444.115"],["9591.855","14272.383"],["9473.519","14391.813"],["5115.214","14519.499"],["5151.459","14566.802"],["10572.579","15371.640"],["9008.080","14374.598"],["8928.565","15417.407"],["8934.752","15499.271"],["8894.451","15455.669"],["8965.715","15395.082"],["8901.492","15398.852"],["8918.866","15461.493"],["8920.126","15404.144"],["8951.507","15454.258"],["14889.813","9339.814"],["10459.087","7369.329"],["10408.872","7471.636"],["13947.286","9328.811"],["8333.854","13996.601"],["8831.417","15490.785"],["8867.701","15340.747"],["8865.072","15393.779"],["8850.457","15453.372"],["8779.518","15362.237"],["11419.661","14948.075"],["11447.747","14903.476"],["11353.822","14876.729"],["12637.368","14113.840"],["12678.466","14232.606"],["12734.881","14240.102"],["12595.729","14064.335"],["7109.362","13969.236"],["12533.628","12021.086"],["12458.018","12040.340"],["8693.638","14899.502"],["8731.342","14915.912"],["8569.239","15006.140"],["8599.735","15441.276"],["8667.398","15432.945"],["8673.229","15468.966"],["8621.571","15328.069"],["8596.088","15305.174"],["8701.964","15419.848"],["6583.048","13409.839"],["6480.452","13548.438"],["13449.389","13364.433"],["10620.722","7422.545"],["11839.621","13819.450"],["11853.787","13858.026"],["11806.176","13851.238"],["11768.855","13890.111"],["11555.491","14053.356"],["6488.246","13188.255"],["10673.086","14375.574"],["10746.058","14360.108"],["10692.794","14438.729"],["10834.105","14426.437"],["10678.284","14276.850"],["12705.593","15125.029"],["13105.494","14267.216"],["13184.595","14275.569"],["13015.381","12398.112"],["13171.808","12532.466"],["7627.984","13860.075"],["7695.509","13949.911"],["7530.714","13927.795"],["11208.215","14290.977"],["11175.109","14981.988"],["11236.555","15001.901"],["8944.771","13668.138"],["8943.937","13780.612"],["8855.718","13673.745"],["8981.121","13797.284"],["8978.990","13610.334"],["5409.953","14584.613"],["5447.553","14567.375"],["5460.512","14597.809"],["5423.394","14520.086"],["10109.259","13698.574"],["10233.078","13711.109"],["9574.691","13433.907"],["10307.820","7667.136"],["10452.472","7572.914"],["10357.337","7639.031"],["8318.864","15422.316"],["6265.815","14489.411"],["6346.601","14536.718"],["9369.240","14000.098"],["9385.339","13974.032"],["9308.300","13940.018"],["9207.001","13924.228"],["7480.247","14851.309"],["13993.037","12823.716"],["6462.587","14054.321"],["5183.505","10826.681"],["5172.375","10778.260"],["14158.312","12624.596"],["9310.662","14582.876"],["9347.732","14485.936"],["9310.940","14489.039"],["9348.646","14524.836"],["13627.651","13655.626"],["13694.198","13698.789"],["13798.021","13733.697"],["13754.325","13804.875"],["13676.134","13679.662"],["13630.613","13747.393"],["5672.861","15068.404"],["12786.224","13369.048"],["9218.651","13802.569"],["6838.371","14209.937"],["6870.093","14143.846"],["6850.999","14158.330"],["6859.584","14187.375"],["6795.692","14188.102"],["6788.862","14216.281"],["6764.708","14192.688"],["14046.013","14655.612"],["13055.682","14874.867"],["13101.768","14892.876"],["13074.016","14892.147"],["4932.822","14207.860"],["4948.101","14084.095"],["4822.325","14108.179"],["13749.006","12456.096"],["9092.296","12089.960"],["9192.268","12102.980"],["7850.683","18309.727"],["5428.039","10814.837"],["11657.753","14839.266"],["11616.156","14744.003"],["11610.606","14868.869"],["12623.710","12052.975"],["11708.712","13907.443"],["11669.592","13937.920"],["9152.014","15081.628"],["9119.766","15032.818"],["9080.139","15015.518"],["9031.091","15021.261"],["12129.394","14911.905"],["12144.407","14951.959"],["9928.592","12582.722"],["9976.612","12555.343"],["9891.117","12705.962"],["14156.311","12999.078"],["6252.477","14360.691"],["6323.789","14405.811"],["4985.227","15043.284"],["4983.827","14983.482"],["4953.031","15024.948"],["9099.684","15351.969"],["9111.100","15300.083"],["9045.950","15338.231"],["8994.523","15446.700"],["8995.282","15332.864"],["9029.612","15456.764"],["10008.771","13566.413"],["10018.404","13415.095"],["10833.341","14232.807"],["10736.406","14133.564"],["10706.828","14219.684"],["10766.234","14028.097"],["7466.265","15022.839"],["7500.739","14968.984"],["13511.051","14950.545"],["13443.218","14878.764"],["13596.493","13852.689"],["13558.404","13850.857"],["13570.983","13830.562"],["13501.430","13986.117"],["6742.368","14966.072"],["6753.994","15028.944"],["6686.834","15080.322"],["6760.325","15077.570"],["6694.030","15041.026"],["6718.000","14912.913"],["7550.149","13805.662"],["7848.795","14978.041"],["7740.551","15016.276"],["7896.735","14469.470"],["6615.834","15313.721"],["6633.719","15331.592"],["6698.760","12759.216"],["11687.164","13985.575"],["12497.262","13601.550"],["12443.813","13455.943"],["12401.243","13438.475"],["12520.077","13535.971"],["12435.619","13425.614"],["9059.985","14430.240"],["9049.942","14267.891"],["9486.780","12694.376"],["7790.186","14129.034"],["7881.143","14169.593"],["7906.144","14082.003"],["7887.934","14059.435"],["7827.801","14104.023"],["9846.110","12974.094"],["10036.507","13154.138"],["8164.390","18586.000"],["4746.393","14250.359"],["4646.198","14320.305"],["4748.803","14340.013"],["4649.025","14347.814"],["7071.951","13316.906"],["5202.204","14893.124"],["5209.471","14919.377"],["5222.857","15013.759"],["5567.685","14979.627"],["5464.690","14973.240"],["5412.900","15033.611"],["7863.310","15448.815"],["7821.713","15426.456"],["10955.741","13832.258"],["10934.055","13847.291"],["10889.521","13927.430"],["10918.021","13827.855"],["8473.079","15274.341"],["8530.418","15225.922"],["8507.467","15176.235"],["8377.872","15194.667"],["8463.666","15131.083"],["8426.227","15166.075"],["8376.801","15095.337"],["8545.975","15283.944"],["8409.371","15271.676"],["9601.142","12313.473"],["9525.460","12253.838"],["9420.128","12272.782"],["9360.771","12970.596"],["9346.812","12793.962"],["9269.130","15275.235"],["9220.474","15262.757"],["13868.382","14927.182"],["12122.344","14983.736"],["7104.855","15302.288"],["14069.048","14912.275"],["12813.521","12284.202"],["12821.975","12166.187"],["12899.066","12206.037"],["12910.977","12309.236"],["12861.711","12249.582"],["12729.110","12485.650"],["12679.972","12445.409"],["12688.813","12507.629"],["12757.780","12524.073"],["12697.228","12514.578"],["12650.766","12396.739"],["12645.171","12353.997"],["12607.340","12384.895"],["12573.798","12371.528"],["12739.898","12430.465"],["12655.275","12369.765"],["12693.307","12471.356"],["10980.226","14490.689"],["10991.904","14527.114"],["12539.993","13142.891"],["6923.997","15231.589"],["6916.118","15275.899"],["7051.099","15253.993"],["7002.656","15283.266"],["13510.933","14855.982"],["13544.554","14842.507"],["13427.145","14815.305"],["9275.206","12632.764"],["9388.905","12599.630"],["9290.473","12568.099"],["10635.024","12880.419"],["12917.045","13388.498"],["12976.300","13216.848"],["12951.261","13296.504"],["12902.634","13247.603"],["8493.163","14272.061"],["10690.258","15724.730"],["6698.315","12884.998"],["7512.090","18007.635"],["6862.328","15149.085"],["6799.829","15227.540"],["6791.260","15265.145"],["6773.547","15234.406"],["6730.751","15223.407"],["6741.511","15129.071"],["13955.876","13963.922"],["12874.424","14947.399"],["12878.617","14975.516"],["8554.491","12700.444"],["7044.164","14137.316"],["7067.117","14174.953"],["8288.717","14144.333"],["8222.211","14124.327"],["8185.968","14128.837"],["4768.012","14459.838"],["8641.037","15274.507"],["8663.663","15252.383"],["8586.497","15264.443"],["8579.702","15210.194"],["8608.877","15159.634"],["8662.336","15128.106"],["8632.301","15096.044"],["9177.466","14102.649"],["9098.017","14083.109"],["9187.294","14833.506"],["9140.478","14670.227"],["12806.072","14828.186"],["5625.464","14931.370"],["5776.714","15002.240"],["5757.059","15001.926"],["5796.078","14877.602"],["5796.078","14877.602"],["9453.637","13975.410"],["6206.492","14880.406"],["6245.027","14915.960"],["6239.548","14927.942"],["6206.720","14943.153"],["6048.744","14926.153"],["6068.768","14989.846"],["10900.696","8094.719"],["10980.884","8054.403"],["11323.927","14767.571"],["13109.200","14555.944"],["13063.988","14583.141"],["8770.245","14839.112"],["8677.550","14691.156"],["8693.519","14663.580"],["5764.681","14523.558"],["5863.347","14888.954"],["5944.262","15001.438"],["6017.224","14963.575"],["5830.958","14900.541"],["10736.938","14462.601"],["10698.874","14586.940"],["7293.481","15178.759"],["7249.634","15172.903"],["7216.326","15098.844"],["11950.055","14153.797"],["12488.551","14311.693"],["12436.294","12292.894"],["6671.065","15208.504"],["6667.392","15131.161"],["6586.602","15176.079"],["6593.130","15260.848"],["14240.319","14621.753"],["14191.371","14652.735"],["14111.834","14532.574"],["7703.531","12270.452"],["7647.794","12311.390"],["13023.701","13336.168"],["12996.036","13350.470"],["13065.653","13187.202"],["13065.236","13279.534"],["7476.389","13913.804"],["7370.829","13979.574"],["7494.436","13899.734"],["13472.515","14680.420"],["13512.301","14747.991"],["13469.301","14729.200"],["8457.821","18244.296"],["15043.682","9395.401"],["12881.077","13605.674"],["12933.745","13633.807"],["8496.971","12527.756"],["7678.707","14281.226"],["7330.160","14557.498"],["7360.501","14512.430"],["7370.154","14545.137"],["7389.062","14640.072"],["7429.297","14639.174"],["9440.859","15101.843"],["7736.799","13451.501"],["7742.249","13511.804"],["7748.264","13557.517"],["7752.928","13589.127"],["8529.168","12636.583"],["6505.255","12760.945"],["6467.489","13808.087"],["11363.607","14518.462"],["11396.690","14459.339"],["11431.012","14547.106"],["6867.958","14272.787"],["6811.879","14319.903"],["6808.522","14274.322"],["12337.888","11947.106"],["11368.328","14775.993"],["11504.797","14697.307"],["11399.182","14774.025"],["7340.853","15098.924"],["4951.043","14384.468"],["4891.391","14355.560"],["13935.259","12679.715"],["9008.329","12222.974"],["8993.253","12128.249"],["9180.347","12161.381"],["10634.494","14332.618"],["10541.518","14418.330"],["10603.146","14315.229"],["4499.653","14180.212"],["4527.679","14205.927"],["4522.514","14227.364"],["4505.227","14117.900"],["4431.130","14122.299"],["4428.991","14155.974"],["4459.902","14172.941"],["4380.692","14086.682"],["5069.675","14558.406"],["5040.093","14573.454"],["5012.191","14564.559"],["5102.466","14641.001"],["5178.953","14618.469"],["5003.375","14591.001"],["5006.211","14469.870"],["10186.846","7936.236"],["13966.255","15003.465"],["9211.171","15363.276"],["9219.243","15301.530"],["9253.233","15395.584"],["12665.284","12580.049"],["12609.977","13322.641"],["8769.809","13825.542"],["8758.350","13962.961"],["8716.157","14147.243"],["6273.513","13972.592"],["6275.917","13917.166"],["5353.981","10829.231"],["5311.295","10836.813"],["5315.916","10694.542"],["9146.713","15134.798"],["13675.778","14165.254"],["13726.000","14173.588"],["9072.223","12318.589"],["12135.698","14333.916"],["11262.425","14189.715"],["11256.275","14092.242"],["11197.774","14198.112"],["11195.821","14133.901"],["11128.484","14124.777"],["11159.171","14225.906"],["13961.845","12908.146"],["10567.950","15004.482"],["13492.575","14585.911"],["13456.351","14536.343"],["6445.853","13145.275"],["6453.457","13013.462"],["6343.387","13001.375"],["4845.681","14496.354"],["4947.920","14505.825"],["4927.706","14457.963"],["4903.631","14495.826"],["4886.487","14537.438"],["4909.916","14484.086"],["4955.323","14603.267"],["4817.218","14528.087"],["8062.933","15194.766"],["12206.368","13018.357"],["8295.271","14033.411"],["8765.594","12310.446"],["6168.702","14337.195"],["6155.071","14293.309"],["6155.833","14087.891"],["6221.002","14120.465"],["7909.501","14438.759"],["8104.655","13932.884"],["8136.488","13991.534"],["8112.878","13988.582"],["7955.604","13973.959"],["8032.451","13919.904"],["7969.268","13881.716"],["8121.069","13887.916"],["8069.079","13873.558"],["8124.307","13897.304"],["8136.796","13970.807"],["8120.521","13972.752"],["8090.558","13988.305"],["8090.272","13918.463"],["8134.534","13901.365"],["7996.704","13882.252"],["6639.383","14650.296"],["6484.816","14509.323"],["9335.886","14793.626"],["9402.189","14732.056"],["9376.352","14771.527"],["9245.855","14851.616"],["9542.380","12964.425"],["9547.413","12842.922"],["9551.672","12907.167"],["11118.188","15161.310"],["9457.016","14236.741"],["9526.592","14212.056"],["9506.772","14057.795"],["9468.811","14075.353"],["9442.483","14066.916"],["9467.390","14162.507"],["9528.237","14119.096"],["13549.092","12820.635"],["13612.963","12954.097"],["13455.638","12922.745"],["13483.190","12963.747"],["13467.829","12915.392"],["8512.645","14635.925"],["8508.637","14853.721"],["8441.837","14673.183"],["13439.686","14293.446"],["13461.051","14329.856"],["13566.027","14415.641"],["13535.626","14396.767"],["13635.649","14636.826"],["9453.781","14489.344"],["7617.332","13539.520"],["7570.070","13480.680"],["7581.980","13421.774"],["7601.779","13571.536"],["13481.462","14194.529"],["13522.612","14207.986"],["13562.621","14179.126"],["13587.144","14117.673"],["8826.966","12143.150"],["6542.574","13948.336"],["6486.349","13956.729"],["6641.955","13905.273"],["9858.556","12496.153"],["9886.424","12434.822"],["8188.937","13383.921"],["5899.169","14870.457"],["5962.225","14761.641"],["5995.136","14729.172"],["5965.284","14694.308"],["6033.141","14723.367"],["6018.641","14678.601"],["5889.564","14681.460"],["5853.682","14702.985"],["10128.574","15071.965"],["9007.539","12773.727"],["9114.134","12896.297"],["13675.705","13832.274"],["4940.492","14664.052"],["4965.068","14779.801"],["4892.781","14748.605"],["4827.556","14730.081"],["12272.933","14875.710"],["12187.727","14964.924"],["12159.286","14890.627"],["12208.915","14872.869"],["6898.512","14582.658"],["6928.284","14597.250"],["7085.554","14517.791"],["6966.035","14558.757"],["6994.336","14568.577"],["6951.287","14626.977"],["9954.129","15245.275"],["9881.915","15258.904"],["7529.634","18276.970"],["7659.372","18396.033"],["5088.049","14953.962"],["5119.572","14889.897"],["5025.519","15006.666"],["4996.787","14945.036"],["5073.604","14913.982"],["5048.612","14976.884"],["5125.592","14983.109"],["5180.636","15013.154"],["5157.930","14965.578"],["5195.887","15073.814"],["11745.794","14851.321"],["10491.371","7936.639"],["10479.956","8015.493"],["10561.967","8010.487"],["6693.303","14520.983"],["6818.101","14503.899"],["12984.209","12741.156"],["10312.269","13114.622"],["9233.792","14179.733"],["9260.792","14197.546"],["9363.622","14217.243"],["9352.054","14166.966"],["9283.935","14162.398"],["9392.062","14094.218"],["9372.974","14122.997"],["9295.445","14081.007"],["9328.390","14054.516"],["9230.087","14104.328"],["14048.513","14801.626"],["7458.329","18057.598"],["7358.360","18112.228"],["8277.995","15082.693"],["5326.565","14673.928"],["5379.180","14802.164"],["12770.579","12901.209"],["12765.776","12954.500"],["13528.483","13545.831"],["13536.126","13578.435"],["13450.694","13433.882"],["13587.625","13565.193"],["13488.356","13474.495"],["13632.360","13539.177"],["13783.896","13584.305"],["8959.205","14145.179"],["8917.162","14155.191"],["8886.121","14221.283"],["8003.303","14831.675"],["7668.369","12354.572"],["10048.645","13508.748"],["10182.974","13579.116"],["6607.997","14691.453"],["6549.675","14730.016"],["6552.109","14785.376"],["6503.010","14778.903"],["6491.209","14721.931"],["9100.278","14598.591"],["9078.936","14483.674"],["9174.072","14518.801"],["9092.522","14648.592"],["9736.594","12367.232"],["9712.541","12489.076"],["9648.604","12398.934"],["9650.508","12466.164"],["7445.857","13735.572"],["7325.702","13711.818"],["7443.508","13722.821"],["7240.241","14536.822"],["7225.921","14505.928"],["13204.625","15021.269"],["13405.747","14926.279"],["13454.932","12668.612"],["13573.184","12665.462"],["13580.600","12599.186"],["6250.791","13991.988"],["6244.657","13816.709"],["6097.080","14021.120"],["10709.742","8096.541"],["6702.168","12990.074"],["9078.522","13960.281"],["9064.727","13988.297"],["9017.143","13991.008"],["9162.244","14003.051"],["13759.358","14740.714"],["13718.240","14688.374"],["13819.764","14864.996"],["13731.609","14718.644"],["10918.321","14227.914"],["10484.575","13712.591"],["8031.147","13627.734"],["7964.918","13660.614"],["8093.485","13626.774"],["8132.734","13702.513"],["7190.962","14203.984"],["7188.159","14186.203"],["7171.241","14178.133"],["13269.693","14210.415"],["13364.301","14435.274"],["13276.143","14267.396"],["13315.255","14397.834"],["9555.144","12090.490"],["9446.983","12010.283"],["9533.296","12114.823"],["9434.177","12082.260"],["9506.341","12058.592"],["8029.938","13374.201"],["8048.603","13309.477"],["10662.167","14513.245"],["10670.158","14638.641"],["14072.807","12867.254"],["10485.125","7676.561"],["10494.351","7612.124"],["8433.403","14167.060"],["6063.440","14547.084"],["12581.688","14486.225"],["9729.068","13051.558"],["13385.058","12957.902"],["13226.034","12887.117"],["13202.139","15117.205"],["12592.285","12290.970"],["12752.195","12174.093"],["12653.104","12193.497"],["12639.179","12328.030"],["12749.273","12126.839"],["12575.259","12186.860"],["7248.996","13725.118"],["7203.649","13680.093"],["7146.984","13755.414"],["7147.720","13781.034"],["8279.229","13625.691"],["8164.610","13642.655"],["8274.649","13793.933"],["8243.722","13750.526"],["8185.804","13726.832"],["8354.505","13644.409"],["5348.986","15119.536"],["5401.393","15246.122"],["5361.742","15168.194"],["5340.631","15221.394"],["5398.992","15206.061"],["5321.883","15092.994"],["5275.505","15142.178"],["11068.539","14397.733"],["11034.044","14395.752"],["13336.483","14887.113"],["6614.939","14929.305"],["10071.999","15120.611"],["12584.705","13571.281"],["12598.671","13533.824"],["12730.858","13419.833"],["5066.983","14114.780"],["12569.422","13991.798"],["9665.020","12169.787"],["9744.701","12325.122"],["9723.822","12290.305"],["9674.411","12232.889"],["9636.393","12202.944"],["9801.263","12183.298"],["9709.202","12163.848"],["13263.374","14625.687"],["11663.164","14372.963"],["7965.209","13495.015"],["8081.626","13501.567"],["8128.993","13459.833"],["8111.088","13399.830"],["12176.280","15227.681"],["12289.961","15222.483"],["8812.111","14706.929"],["8781.342","14665.395"],["5134.165","14337.709"],["5025.340","14325.758"],["8007.526","18417.413"],["13937.459","14775.036"],["13207.607","12563.883"],["13365.219","12681.770"],["7765.836","13912.560"],["7924.087","13960.213"],["14259.089","9461.413"],["14283.599","9516.546"],["14421.286","9586.974"],["8435.817","15337.933"],["8466.659","15413.358"],["9463.730","12503.897"],["13784.550","13827.634"],["13670.890","14008.542"],["5169.912","11155.802"],["12555.477","12324.425"],["12449.144","12182.467"],["12504.163","12226.047"],["12784.453","12619.700"],["12795.826","12583.885"],["12821.565","12633.012"],["12836.538","12654.297"],["12883.142","12606.744"],["12826.336","12675.442"],["12790.686","12730.653"],["12895.060","12728.408"],["8200.443","13921.874"],["8200.143","13835.462"],["13818.530","12435.823"],["13017.074","13421.240"],["13171.262","13503.635"],["13092.809","13597.402"],["8360.043","13397.702"],["8371.152","13512.422"],["8370.053","13549.717"],["8997.906","13465.961"],["8871.264","13526.376"],["8909.254","13393.349"],["8899.182","13460.911"],["9311.800","15288.015"],["13797.579","12593.709"],["10828.980","7849.558"],["10678.096","7894.223"],["10680.225","7754.332"],["10827.085","7800.561"],["12977.790","12794.455"],["12963.694","12903.019"],["10572.411","13515.913"],["10647.791","13427.547"],["10606.365","13545.969"],["10661.952","13330.119"],["13461.291","13064.085"],["13475.008","13125.266"],["13461.273","12984.203"],["8302.643","18354.619"],["8263.241","18423.382"],["12144.286","13118.963"],["12118.833","13086.866"],["6558.083","12745.584"],["7787.102","13713.595"],["7825.696","13777.876"],["7744.001","13752.632"],["7790.271","13765.161"],["13208.941","13470.455"],["13274.934","13474.323"],["13390.029","13528.675"],["13367.189","13471.727"],["13352.099","13394.777"],["5219.172","14413.563"],["13310.144","14834.656"],["13355.027","14692.971"],["13327.769","14722.930"],["13204.331","14749.260"],["13181.492","14944.745"],["9021.861","13693.954"],["9014.902","13638.251"],["7763.107","14758.868"],["14122.597","12517.581"],["13995.718","13292.342"],["9372.546","11927.115"],["9287.225","11964.176"],["12506.781","13799.781"],["12497.817","13764.063"],["12450.361","13730.676"],["12384.430","13799.693"],["12511.812","13656.537"],["12462.073","13608.565"],["12040.303","13900.987"],["12006.246","13900.447"],["12085.033","13900.860"],["12105.525","13879.801"],["12110.056","13847.699"],["11957.158","13876.514"],["9304.432","13125.282"],["10398.333","8001.086"],["10436.021","8069.824"],["4781.030","14247.931"],["6170.567","14820.965"],["6088.921","14738.584"],["6162.967","14765.487"],["6137.772","14725.812"],["6048.906","14704.077"],["6065.954","14784.594"],["12594.192","13746.858"],["12643.707","13762.187"],["12605.221","13774.677"],["5908.401","14598.265"],["5939.734","14557.114"],["13677.016","12777.612"],["10593.189","7847.999"],["10585.632","7796.185"],["10584.208","7730.819"],["10471.175","7763.245"],["11879.745","13716.144"],["11869.826","13643.526"],["11908.514","13808.248"],["11916.120","13604.916"],["6918.404","14075.406"],["8241.637","12770.922"],["13907.108","13561.346"],["13645.150","14270.889"],["13734.374","14241.449"],["13795.206","14407.629"],["13690.882","14336.349"],["5138.048","15107.442"],["5135.176","15137.858"],["5169.367","15188.373"],["5134.869","15228.384"],["5054.086","15234.241"],["5679.111","15129.287"],["5646.130","15087.854"],["5633.358","15108.253"],["5745.425","15118.027"],["5704.275","15088.876"],["5630.521","15194.752"],["7581.263","13316.194"],["9654.595","12659.767"],["9711.383","12698.818"],["9763.027","12553.054"],["6661.064","13036.348"],["6500.200","13092.405"],["13312.406","13377.480"],["13401.909","13387.450"],["13323.781","13203.644"],["13000.293","14823.403"],["5313.610","10883.159"],["6206.458","12884.205"],["13428.161","13853.013"],["13066.182","13761.746"],["13044.467","13728.026"],["13149.185","13611.229"],["13182.094","13786.345"],["9142.614","12455.132"],["9179.480","12525.195"],["9169.904","12475.799"],["9125.277","12435.437"],["9137.593","12412.870"],["9051.868","12384.640"],["13251.991","14142.161"],["13397.835","14108.129"],["13388.856","13842.831"],["13319.022","13829.949"],["9793.518","15051.262"],["12432.067","13827.990"],["12460.371","13843.038"],["12525.383","13836.320"],["11040.692","15082.368"],["9618.586","12431.190"],["7646.505","13702.815"],["7558.607","13667.894"],["7589.515","13649.877"],["9148.380","15267.000"],["9089.116","15262.708"],["7639.671","14121.783"],["7684.879","14145.337"],["7696.226","14096.781"],["7602.575","14084.963"],["13030.572","12687.814"],["13642.177","13814.089"],["7109.931","13543.596"],["7256.897","13566.629"],["5170.060","10947.258"],["5136.183","11010.342"],["5145.605","10909.371"],["8233.368","12533.200"],["13481.424","13753.357"],["13497.939","13715.633"],["13579.299","13719.421"],["13601.172","13711.935"],["13559.135","13611.902"],["13542.778","13644.451"],["4665.248","14092.971"],["4728.703","14130.127"],["4588.606","14061.920"],["8748.660","13620.833"],["8698.614","13739.935"],["7857.267","12336.156"],["6481.102","12805.153"],["6542.780","12854.467"],["6659.079","12793.172"],["6596.267","12947.268"],["8404.074","12292.406"],["8494.114","12216.612"],["14071.724","15047.105"],["12291.857","14838.170"],["8366.624","13916.062"],["8515.190","13953.293"],["13273.586","13674.246"],["13212.984","13687.036"],["13327.992","13716.065"],["13271.634","13803.343"],["13397.818","13774.313"],["13401.791","13661.925"],["13274.293","13754.626"],["13396.031","13724.064"],["8236.088","13428.780"],["8227.866","13493.184"],["8300.519","13512.984"],["8274.513","13527.494"],["8346.729","13474.548"],["8314.529","13467.707"],["9227.570","13165.044"],["9105.083","12967.553"],["13161.533","14064.756"],["5370.887","15319.756"],["13326.187","13103.731"],["13213.399","13119.193"],["13218.960","12992.996"],["12352.942","13797.120"],["12349.140","13758.010"],["12296.491","13785.878"],["12177.472","13736.583"],["7932.349","13698.130"],["10987.356","14324.702"],["10885.019","14390.692"],["10982.130","14361.000"],["10004.529","13358.840"],["9909.143","13270.057"],["10011.773","13288.217"],["13167.286","13057.800"],["13093.448","13102.122"],["13123.853","13131.258"],["13003.586","13180.901"],["5435.880","14949.113"],["5477.400","14908.588"],["5576.609","14905.328"],["5487.242","14950.025"],["5444.880","14936.054"],["5778.654","14796.228"],["5756.660","14868.191"],["5717.314","14735.751"],["5770.183","14725.272"],["5723.077","14685.247"],["5737.664","14768.534"],["5626.902","14795.989"],["5643.003","14794.805"],["5678.277","14843.091"],["5621.522","14833.033"],["12913.841","12377.141"],["12871.419","12461.888"],["12928.027","12542.047"],["12876.787","12489.767"],["12816.905","12422.951"],["12787.365","12401.481"],["12826.364","12339.602"],["12986.676","12471.129"],["11740.331","14385.470"],["5501.614","14723.259"],["5519.230","14665.543"],["5591.510","14714.776"],["5561.972","14692.573"],["5530.810","14746.640"],["5466.849","14871.890"],["5505.884","14808.771"],["5495.735","14765.197"],["10219.954","7597.491"],["10331.079","7805.234"],["10359.260","7783.645"],["10399.826","7771.253"],["10429.046","7828.365"],["10948.630","13766.254"],["10910.264","13732.040"],["10545.889","7527.726"],["10669.728","7556.275"],["10610.653","7496.767"],["10528.376","7583.564"],["10577.845","7580.423"],["10507.317","7655.437"],["11711.294","15074.386"],["7989.658","14044.704"],["7973.072","14064.486"],["11076.377","15142.786"],["11070.583","15129.658"],["10136.860","13246.659"],["10219.846","13327.979"],["7013.048","13797.856"],["12256.064","13251.460"],["7839.772","13377.612"],["7746.704","13286.585"],["8818.718","14424.340"],["6728.148","14688.078"],["11835.314","15195.948"],["7210.487","12924.885"],["7228.228","12802.085"],["7148.941","12881.994"],["12610.563","13820.119"],["12996.045","12564.589"],["13041.916","12660.777"],["13063.705","12592.228"],["12993.018","12624.608"],["8986.708","15607.417"],["8420.162","13650.814"],["5345.183","14547.603"],["5372.184","14535.510"],["5365.663","14608.009"],["5395.201","14625.982"],["12125.664","13800.194"],["12089.398","13723.943"],["12061.117","13735.025"],["12039.650","13685.509"],["12108.381","13641.254"],["11943.724","13717.021"],["11995.495","13617.478"],["7955.006","13761.380"],["8019.507","13808.176"],["8098.140","13735.499"],["8021.151","13735.481"],["9209.903","14371.887"],["9246.417","14267.628"],["9219.043","14251.503"],["7197.524","14267.599"],["7897.619","18234.096"],["7770.805","18155.705"],["13835.997","14174.506"],["13895.954","14216.894"],["13835.508","14115.550"],["12260.814","11909.311"],["6376.415","13436.267"],["6974.843","14011.296"],["7030.326","13905.777"],["9067.161","15646.338"],["9406.956","12454.627"],["9276.551","12380.733"],["9225.065","12483.073"],["9377.768","12492.347"],["9392.846","12373.174"],["12090.758","12102.392"],["13894.407","14552.287"],["13856.905","14592.748"],["10111.091","12842.818"],["8942.302","14581.937"],["10708.486","13442.966"],["10808.868","13520.307"],["10848.014","13556.204"],["10783.742","13551.841"],["13518.353","12484.993"],["13066.665","14020.633"],["13111.369","13947.712"],["13075.343","13874.642"],["8908.245","13834.012"],["8953.269","12305.751"],["4598.428","11819.788"],["9250.728","13235.680"],["13075.884","12964.948"],["13016.732","12804.726"],["13076.161","12835.086"],["13183.727","12954.532"],["13156.732","12784.032"],["13904.637","13064.807"],["13758.076","15068.890"],["13679.065","15024.390"],["10709.262","7637.100"],["10680.511","7682.379"],["10762.827","7563.775"],["6460.506","13171.273"],["10232.980","12987.102"],["12945.227","13444.648"],["12855.573","13472.650"],["12943.752","13492.842"],["7601.371","14934.766"],["9887.218","12281.041"],["9921.024","12310.007"],["9861.867","12229.245"],["9375.606","12276.605"],["9360.396","12334.672"],["9301.699","12269.227"],["8982.267","12045.185"],["7594.412","14845.876"],["7185.812","13956.285"],["7216.429","13957.057"],["7251.814","13848.848"],["9717.878","9377.223"],["9684.490","9501.317"],["9475.804","14246.854"],["13402.052","12461.959"],["12310.280","12131.396"],["12188.009","12140.329"],["8368.831","14023.757"],["8966.066","15485.896"],["8868.254","15473.135"],["10444.910","7395.671"],["10427.544","7460.905"],["10318.457","7467.501"],["14014.782","9258.160"],["8263.168","13928.054"],["8275.065","13988.178"],["8249.961","13829.894"],["8185.527","13995.896"],["8899.849","15339.597"],["11305.363","14974.331"],["12644.451","14227.279"],["7179.172","13896.994"],["7198.733","13851.544"],["4553.106","14238.908"],["4412.386","14246.781"],["4477.024","14279.663"],["4450.137","14424.116"],["4386.074","14381.490"],["4460.515","14306.114"],["8575.396","12666.637"],["8388.847","13378.790"],["13448.779","13224.333"],["13451.554","13182.469"],["13419.523","13299.940"],["13467.251","13339.971"],["14043.623","14434.522"],["12456.436","14846.195"],["11776.414","13853.614"],["11731.858","13872.653"],["11800.383","13888.993"],["11836.540","13886.348"],["10106.624","7709.831"],["6551.364","13206.074"],["6473.208","13312.997"],["10865.446","14289.644"],["12756.447","15096.800"],["8316.045","12849.719"],["13170.050","14240.590"],["13166.044","14380.818"],["13145.802","14427.785"],["12991.851","12355.374"],["13073.462","12446.358"],["7608.237","13975.691"],["7525.206","13905.830"],["11268.968","14947.670"],["11188.988","15034.912"],["11259.716","14996.460"],["8985.062","13636.147"],["8872.000","13610.745"],["5431.313","14627.307"],["5481.017","14529.576"],["5476.543","14496.738"],["5430.664","14477.127"],["10107.104","13649.590"],["8311.691","15390.203"],["8215.909","15423.438"],["6418.311","14542.672"],["6436.074","14574.200"],["6323.904","14586.775"],["6354.397","14638.187"],["6389.726","14607.865"],["7459.667","14729.922"],["9260.770","14596.883"],["9344.729","14618.278"],["9240.442","14500.498"],["9271.293","14538.669"],["9213.450","14468.973"],["9241.325","14473.310"],["9383.622","14473.950"],["9395.771","14560.452"],["13660.563","13755.932"],["5634.894","14982.465"],["15084.488","9355.315"],["13992.419","13110.961"],["9291.202","12203.772"],["9282.498","12247.791"],["9403.277","12198.717"],["9374.970","12220.631"],["12991.676","14959.620"],["13172.550","14977.816"],["4986.167","14238.437"],["4903.714","14180.219"],["4911.424","14073.112"],["9179.382","12039.629"],["9137.211","12024.859"],["9078.704","12007.334"],["9125.513","12120.901"],["7912.725","18347.472"],["11601.105","14797.724"],["11527.721","14843.808"],["11653.852","14780.351"],["12600.107","12102.703"],["7629.764","15654.882"],["11678.886","13889.790"],["9943.696","12726.220"],["9962.618","12640.045"],["14075.177","13102.766"],["12655.377","15352.996"],["9160.346","15403.561"],["9054.303","15390.973"],["10690.252","14123.787"],["7402.248","15042.469"],["13437.360","14952.449"],["13487.216","14896.114"],["13460.591","14008.297"],["13505.147","13902.731"],["13604.378","13899.767"],["6679.565","15020.002"],["6738.240","14983.833"],["10111.463","12736.569"],["11238.470","15408.334"],["7743.165","15034.521"],["6647.157","15353.294"],["12514.414","13564.477"],["12463.583","13578.013"],["12480.839","13552.406"],["12375.744","13420.139"],["9158.114","14372.546"],["9145.747","14296.131"],["9017.019","14273.415"],["9420.094","12664.352"],["9410.801","12625.078"],["9482.351","12579.431"],["7911.097","14119.828"],["7785.608","14080.026"],["9912.467","13133.659"],["8238.866","18587.498"],["7012.757","13320.234"],["5342.902","15031.685"],["5305.557","15017.362"],["5281.047","15070.476"],["5231.257","14964.855"],["5329.414","14924.744"],["5504.923","15029.834"],["5518.521","15078.990"],["5584.165","14968.215"],["10137.308","12535.448"],["5578.592","15314.218"],["9605.383","12331.153"],["9468.564","12285.720"],["9550.743","12232.059"],["9571.647","12264.881"],["9550.963","12176.150"],["9402.017","12901.091"],["9387.747","12840.907"],["13962.711","14973.980"],["12677.302","12398.249"],["12758.333","12492.196"],["12430.532","13153.842"],["12496.761","13027.407"],["6907.305","15182.244"],["7061.050","15227.305"],["9305.382","12733.151"],["9379.800","12557.809"],["9250.277","12550.096"],["13889.942","13206.964"],["10617.270","12913.976"],["12849.607","13351.391"],["12958.937","13182.406"],["12910.616","13310.423"],["7505.642","17995.768"],["6750.834","15160.715"],["6772.414","15286.158"],["13855.705","13981.423"],["12984.996","14984.059"],["12838.750","15084.059"],["8280.036","14126.802"],["8167.629","14089.415"],["12077.254","13603.201"],["9156.947","14200.162"],["9166.107","14161.058"],["9156.816","14121.236"],["9019.042","14150.788"],["9053.738","14192.343"],["9000.289","14232.376"],["9110.220","14038.277"],["9141.282","14068.017"],["9160.527","14786.712"],["9180.305","14680.753"],["9088.755","14845.822"],["12818.705","14808.699"],["5700.481","14943.228"],["5729.514","15016.261"],["5799.493","15030.778"],["5680.130","14924.749"],["5812.336","14991.918"],["5649.300","14902.202"],["5688.449","14898.774"],["5761.321","14912.688"],["5804.144","14950.410"],["13732.072","13083.434"],["9467.127","13951.486"],["9470.016","13989.116"],["9543.175","13999.854"],["9582.101","13967.110"],["9528.916","13945.661"],["6757.838","15323.914"],["6868.424","15297.409"],["13058.625","14642.154"],["12995.846","14563.587"],["13164.297","14640.304"],["5678.673","14658.028"],["5943.362","15066.743"],["6040.089","14958.883"],["5967.677","14983.082"],["6000.815","14991.741"],["5908.159","14923.342"],["5928.344","14881.944"],["5848.127","14986.365"],["5934.856","15037.261"],["5970.293","14884.741"],["5831.639","15053.211"],["5862.290","14931.047"],["5874.347","15027.419"],["5872.004","14975.133"],["10720.119","14660.304"],["10732.269","14616.577"],["12519.654","14424.219"],["12363.911","12189.332"],["12383.122","12311.331"],["6607.556","15244.380"],["6534.969","15220.681"],["7745.094","12157.068"],["7703.674","12305.055"],["13092.847","13374.745"],["13091.683","13244.129"],["13141.746","13384.585"],["7482.405","14017.453"],["7451.276","13889.145"],["7316.368","14011.184"],["7393.396","13853.741"],["13434.939","14697.737"],["13498.413","14706.174"],["13481.674","14762.432"],["13529.120","14692.153"],["13509.491","14791.681"],["13570.461","14818.354"],["13461.893","14706.665"],["13409.469","14778.809"],["8499.697","18248.868"],["11662.083","15781.515"],["7249.786","13781.049"],["12985.279","13777.665"],["12829.918","13687.673"],["12924.507","13682.687"],["12935.505","13703.897"],["7663.524","14259.545"],["7309.962","14528.287"],["7395.383","14617.800"],["9464.313","15117.884"],["7770.745","13568.744"],["7786.123","13476.407"],["7905.946","13524.209"],["6415.223","12903.038"],["6364.287","12899.465"],["6575.524","13783.089"],["6615.718","13798.998"],["14055.878","14396.806"],["14084.879","14315.635"],["11479.330","14497.740"],["6773.685","14307.530"],["6697.475","14367.307"],["6804.687","14373.900"],["12220.430","12017.613"],["11502.772","14670.842"],["11308.402","14787.342"],["4873.044","14245.717"],["4925.350","14332.719"],["4919.365","14393.166"],["13938.045","12593.568"],["8290.367","18233.978"],["9185.054","12206.447"],["9219.948","12262.339"],["9073.306","12249.786"],["9161.993","12279.012"],["4476.699","14121.408"],["4469.389","14216.089"],["4430.346","14191.224"],["4413.691","14089.426"],["4557.867","14188.148"],["4541.131","14073.762"],["10209.980","7944.390"],["10169.103","8045.996"],["9270.675","15461.663"],["12756.726","12591.610"],["12738.828","12740.852"],["12681.071","12597.721"],["12752.779","12693.737"],["12728.340","12566.862"],["8582.615","14022.890"],["6327.710","13939.258"],["5333.393","10750.021"],["12138.739","15296.704"],["13628.503","14219.977"],["13620.886","14078.407"],["13748.952","14202.136"],["13797.716","14059.982"],["13669.202","14038.496"],["13571.771","14589.309"],["13601.399","14574.854"],["13586.871","14546.531"],["5464.992","10882.701"],["5421.402","10866.403"],["11294.054","14839.325"],["11280.083","14817.191"],["7317.995","14401.169"],["12149.722","13152.331"],["8055.596","13827.682"],["8049.179","13895.851"],["7976.193","13921.044"],["9234.095","14684.569"],["9272.056","14710.137"],["9265.364","14853.556"],["11137.435","15160.127"],["11208.603","15094.540"],["10864.109","13930.370"],["10789.590","14026.846"],["10873.325","13956.937"],["9481.894","14127.946"],["9598.928","14193.433"],["9582.325","14227.182"],["9595.163","14169.615"],["9575.295","14096.355"],["9616.601","14138.339"],["13429.279","12831.991"],["13451.699","12799.441"],["13609.009","12913.484"],["13584.206","12854.437"],["13521.002","12927.544"],["13410.097","12963.586"],["13498.026","14387.881"],["13531.015","14247.541"],["13668.455","14505.171"],["13644.751","14454.964"],["9536.192","14546.602"],["9501.935","14473.470"],["7678.703","13460.715"],["7644.422","13513.270"],["7713.915","13600.370"],["13415.990","14187.494"],["13475.119","14231.744"],["13535.965","14187.289"],["13596.461","14081.492"],["5518.515","15228.367"],["5426.763","15123.597"],["5484.481","15148.816"],["5444.469","15214.266"],["5594.450","15101.698"],["8390.108","18477.255"],["16387.632","14009.251"],["8898.457","12219.740"],["8986.677","12171.326"],["6476.847","14004.499"],["9833.249","12514.620"],["9943.627","12384.785"],["10002.613","12520.114"],["12845.985","12095.686"],["8154.233","13382.402"],["5914.788","14783.943"],["5869.412","14854.176"],["5935.662","14729.205"],["5960.467","14832.631"],["5900.942","14735.001"],["5995.603","14776.476"],["5840.060","14740.693"],["5833.509","14815.461"],["5862.828","14796.412"],["9024.388","12819.774"],["13712.618","13825.763"],["13698.350","13911.995"],["12231.517","14882.731"],["12189.930","14923.931"],["7020.538","14498.228"],["6994.513","14506.892"],["7003.185","14544.038"],["6921.852","14626.475"],["10035.244","15132.559"],["7606.197","18290.486"],["14178.757","14693.333"],["10534.235","7968.965"],["10502.518","7909.136"],["10549.667","8056.128"],["10666.815","8010.040"],["10461.878","8103.008"],["10183.282","7472.249"],["10189.968","7423.231"],["6846.148","14660.964"],["6741.965","14633.550"],["6708.150","14462.121"],["8183.894","13780.251"],["12893.094","12655.849"],["9211.231","14078.130"],["14083.637","14697.240"],["7350.860","18164.062"],["8160.074","15012.773"],["5385.754","14699.311"],["5362.552","14864.814"],["5323.391","14862.329"],["5261.960","14853.593"],["5324.514","14837.678"],["5268.031","14791.427"],["5305.125","14781.958"],["5375.843","14756.184"],["5377.357","14730.147"],["5298.597","14695.925"],["12768.826","12772.390"],["13464.935","13460.209"],["14009.546","14515.530"],["14028.401","14513.091"],["7559.690","12589.012"],["7544.657","12757.267"],["7550.948","12590.281"],["16942.303","7306.419"],["16814.837","7276.884"],["16917.151","7263.702"],["16886.042","7284.773"],["16963.707","7313.732"],["16895.380","7458.026"],["16936.396","7384.556"],["16840.659","7365.250"],["16811.127","7415.597"],["16940.146","7430.745"],["8838.764","14131.159"],["7937.925","14666.939"],["7989.794","14729.729"],["8013.518","14752.964"],["8842.532","18368.294"],["8779.817","18393.059"],["8791.211","18267.495"],["10617.870","15665.581"],["10619.968","15626.628"],["8988.572","14859.743"],["9017.827","14855.323"],["9486.989","15060.300"],["14790.161","8704.537"],["8700.782","18389.734"],["2213.559","11201.742"],["7396.152","12696.396"],["7377.244","12582.003"],["7392.302","12569.056"],["7475.388","12554.090"],["3285.324","8248.207"],["3262.845","8282.182"],["3190.186","8255.010"],["6504.311","7430.100"],["7366.113","12576.313"],["7368.455","12562.281"],["14295.162","9374.779"],["6076.780","14019.104"],["6216.463","13935.596"],["10685.294","7944.563"],["13650.238","14730.236"],["13822.589","14771.331"],["13726.876","14861.999"],["13757.176","14820.881"],["13828.599","14810.202"],["13736.263","14728.273"],["7715.961","16430.365"],["9321.095","15066.103"],["9302.066","15041.320"],["4371.639","11297.815"],["4435.527","11316.056"],["6743.739","13673.881"],["7709.974","8835.943"],["4595.337","11076.556"],["5773.357","7418.718"],["5667.042","7314.684"],["7794.323","15951.001"],["13228.523","14116.272"],["13368.706","14233.999"],["8470.164","15835.600"],["12552.072","14038.431"],["12379.242","14093.699"],["12416.146","14040.001"],["13358.335","14263.116"],["13386.220","14343.329"],["13712.093","9563.002"],["13672.780","9527.648"],["13746.328","9431.567"],["13719.486","9380.142"],["2689.778","11012.933"],["2731.362","10944.841"],["2791.620","11079.918"],["2480.471","11016.536"],["2603.970","10980.838"],["7749.708","17346.122"],["16726.993","17300.313"],["15420.050","5192.950"],["15474.370","5177.423"],["15509.319","5178.777"],["15306.135","5281.094"],["15325.949","5276.492"],["15329.978","5151.809"],["15359.332","5229.874"],["8091.745","14312.045"],["8001.076","14331.981"],["8033.264","14308.810"],["7949.710","14390.370"],["8070.786","14247.586"],["8002.864","14267.932"],["8463.389","14123.099"],["8463.542","14155.603"],["8513.359","14180.155"],["8431.806","14036.397"],["8479.718","14067.898"],["13244.797","12802.494"],["13396.847","12825.832"],["14690.458","8975.468"],["7238.152","15753.795"],["12693.613","12272.409"],["7155.423","13657.748"],["8300.464","13650.384"],["8304.739","14371.854"],["8315.065","14259.373"],["8243.599","14242.327"],["8175.944","14261.944"],["12955.140","4298.621"],["12950.794","4246.953"],["12969.793","4203.130"],["12979.659","4176.269"],["12960.172","4225.167"],["12982.357","4158.491"],["12936.573","4158.656"],["12937.340","4122.645"],["12969.406","4273.976"],["12802.308","4269.324"],["12848.186","4291.751"],["12854.827","4269.670"],["12842.014","4231.088"],["5230.156","8557.386"],["5279.143","8557.200"],["14410.179","9639.390"],["14384.959","9789.327"],["14400.745","9700.448"],["14372.079","9767.890"],["14375.221","9690.798"],["6049.218","9240.277"],["6052.587","9170.480"],["4730.527","9523.499"],["6082.296","9648.600"],["9091.515","16355.553"],["5022.888","14043.500"],["12642.955","13957.141"],["6343.221","9524.277"],["6322.031","9132.570"],["6382.139","9077.337"],["7261.001","17038.561"],["7424.604","13263.898"],["8013.891","13451.892"],["8016.383","13540.424"],["7456.706","7856.443"],["8842.127","14847.206"],["8934.485","14768.289"],["8918.921","14747.378"],["8808.358","14758.150"],["8797.956","14718.852"],["8811.064","14816.416"],["6882.526","5997.767"],["6705.290","6078.916"],["6684.598","6148.430"],["5093.694","14278.866"],["12983.876","4069.182"],["12923.692","4017.762"],["8000.638","18257.849"],["7996.535","18326.594"],["15286.432","5370.532"],["7880.049","8480.699"],["10126.873","7614.080"],["13208.480","12646.651"],["13288.028","12643.075"],["7727.209","13982.874"],["7764.912","14018.940"],["7784.323","13968.975"],["7233.907","7682.261"],["14283.314","9549.388"],["14458.734","9521.563"],["14417.160","9429.270"],["8275.177","13018.450"],["8254.054","12991.252"],["13767.977","9253.903"],["8378.752","15467.847"],["8451.568","15315.344"],["8368.277","15324.182"],["8439.067","15398.645"],["8551.102","15356.445"],["8394.765","15385.775"],["4342.724","10981.958"],["4316.823","10928.185"],["13701.539","14014.233"],["13794.028","13902.497"],["15073.377","5781.080"],["14963.853","5715.320"],["15082.130","5750.238"],["7255.261","12714.115"],["7254.751","12718.051"],["7227.985","12677.424"],["5073.707","11112.664"],["6575.085","5885.797"],["6625.544","5811.620"],["6611.858","5851.656"],["12911.313","12603.954"],["14294.217","8673.616"],["14298.042","8598.765"],["14340.325","8612.138"],["12996.135","13603.701"],["13147.188","13551.457"],["13096.040","13425.340"],["16812.021","7548.075"],["16950.993","7561.228"],["16847.241","7509.733"],["16877.332","7644.415"],["16856.423","7575.984"],["16913.590","7663.539"],["16968.597","7480.534"],["8445.060","13403.196"],["8455.815","13588.546"],["12786.982","4332.865"],["12970.676","4322.389"],["9104.731","13513.638"],["5595.099","8018.824"],["5541.342","8084.052"],["13203.027","4253.270"],["7870.224","15178.292"],["7867.668","15196.700"],["12931.656","12793.478"],["12985.957","12946.406"],["13422.439","13054.050"],["13496.480","13027.737"],["13503.745","13155.443"],["13490.405","12988.390"],["13535.456","12995.955"],["13409.274","13093.978"],["8206.915","18357.521"],["7980.171","17694.819"],["3702.367","8220.233"],["3635.437","8291.115"],["3607.038","8224.024"],["3618.563","8148.086"],["3662.693","8217.270"],["3670.190","8301.591"],["6199.364","14238.217"],["6068.164","14189.908"],["5163.467","7546.071"],["13217.175","4304.242"],["7734.380","13798.200"],["7773.775","13790.663"],["7789.297","13742.108"],["13391.169","13426.938"],["13214.625","13568.117"],["13314.237","13505.658"],["9102.019","13790.260"],["9046.403","13800.170"],["7903.658","14744.499"],["7832.262","14679.223"],["17087.579","7551.416"],["17112.806","7670.995"],["17088.012","7685.251"],["16991.294","7610.357"],["17082.651","7505.231"],["17025.448","7523.288"],["17110.094","7567.222"],["17154.111","7545.262"],["17186.101","7503.538"],["6797.448","13917.808"],["6835.364","13856.472"],["5982.025","13835.050"],["5964.993","9679.098"],["5994.715","9778.037"],["5880.560","9732.458"],["5951.202","9634.566"],["16716.810","7410.856"],["16745.680","7403.516"],["16774.748","7284.089"],["16777.965","7332.915"],["10434.677","8020.135"],["10427.869","8093.029"],["10283.094","8015.983"],["16252.933","7455.234"],["16288.990","7436.040"],["6208.022","14731.515"],["7679.486","9005.651"],["13819.984","9605.294"],["13769.277","9604.939"],["6653.508","6008.988"],["5434.929","7902.168"],["5448.584","7949.680"],["3170.413","8344.967"],["8088.181","17606.510"],["5889.822","14604.370"],["6780.623","9156.053"],["6865.767","9188.237"],["6679.661","9115.944"],["2450.038","11220.379"],["14074.726","8830.701"],["13838.438","14284.788"],["13843.697","14241.102"],["13923.800","14371.312"],["4991.400","6438.351"],["8911.003","14515.073"],["8890.854","14497.558"],["8831.053","14574.948"],["8808.245","14571.923"],["8790.284","14598.715"],["8840.135","14616.678"],["8811.963","14526.420"],["8821.024","14483.146"],["8855.555","14514.692"],["8908.387","14468.875"],["11938.843","4387.785"],["12001.715","4462.573"],["11938.725","4404.577"],["11962.021","4386.373"],["12003.935","4403.728"],["11975.960","4470.632"],["11977.068","4340.912"],["12079.346","6026.566"],["11851.822","4666.606"],["11898.445","4585.021"],["11934.410","4595.694"],["11788.687","4576.780"],["11851.176","4540.646"],["11828.127","4594.286"],["11871.274","4566.500"],["11920.294","4647.819"],["11869.665","4649.418"],["11837.747","4649.438"],["11732.704","4530.237"],["13652.861","14375.864"],["13660.262","14297.813"],["13820.198","14352.450"],["13700.840","14246.967"],["13762.571","14432.562"],["6751.165","7793.815"],["6800.494","7775.774"],["6702.420","7698.547"],["5504.239","8269.498"],["5433.487","8142.426"],["7586.585","13386.805"],["7707.760","13356.962"],["7613.942","13297.439"],["7202.308","17613.032"],["6662.365","13165.148"],["13351.611","13209.024"],["6746.234","9188.364"],["6769.263","9346.444"],["6817.084","9291.900"],["8433.610","18286.690"],["8386.995","18431.403"],["7417.127","9054.135"],["13153.752","13712.892"],["13304.188","14039.240"],["13265.038","13908.058"],["16251.136","5618.993"],["16291.441","5678.416"],["16286.655","5716.541"],["8584.359","9570.773"],["8627.713","9440.544"],["8725.587","9506.281"],["16010.420","7858.435"],["15958.459","7811.887"],["16003.600","7785.291"],["16023.662","7806.262"],["16142.135","7841.926"],["16131.376","7731.965"],["15029.582","8891.854"],["15016.255","8867.715"],["15071.154","8874.363"],["15006.291","8776.944"],["7830.014","12246.082"],["5588.888","9673.028"],["8120.355","15817.251"],["8082.865","15723.046"],["16862.621","7242.703"],["16967.835","7235.752"],["7395.883","17731.233"],["4618.557","10720.162"],["8951.273","14296.796"],["8836.670","14387.709"],["8963.953","14243.227"],["9035.364","15164.221"],["9002.008","15171.090"],["8989.978","15271.441"],["9004.598","15278.817"],["9038.042","15278.729"],["9010.457","15187.791"],["8988.411","15185.108"],["7689.360","14035.071"],["12945.391","13038.738"],["12919.635","13084.289"],["12934.178","13109.128"],["12895.788","13149.743"],["12897.751","13126.783"],["12848.807","13145.731"],["12866.340","13176.697"],["12928.434","13164.468"],["14606.940","9752.569"],["14596.763","9701.687"],["14582.763","9657.232"],["5597.940","7750.185"],["5535.758","7862.304"],["7407.515","15434.837"],["8564.568","15030.772"],["7096.986","13575.747"],["7123.656","13554.791"],["7114.981","13500.820"],["7141.617","13444.848"],["7222.041","13587.739"],["7224.396","13549.274"],["16109.839","5755.475"],["16121.061","5747.663"],["16102.405","5736.568"],["15970.134","5730.340"],["16084.793","5579.395"],["16137.805","5759.572"],["14612.890","9204.329"],["5128.582","10971.723"],["6019.366","9388.555"],["6023.512","9350.480"],["8585.434","18576.530"],["13473.871","13772.022"],["13498.164","13608.587"],["4389.881","10576.011"],["4561.901","10537.648"],["4563.471","10471.324"],["4451.794","10532.178"],["4443.451","10600.573"],["4387.774","10546.751"],["1706.505","13537.002"],["1809.496","13571.109"],["1635.389","13418.204"],["1654.400","13577.181"],["8736.179","17986.714"],["8580.453","18034.300"],["4634.876","14145.759"],["7064.534","7546.231"],["6995.250","7557.581"],["8185.533","15720.468"],["8702.128","14324.496"],["8737.152","14422.101"],["8723.617","14365.284"],["8680.646","14288.832"],["8710.369","14295.051"],["8726.485","14344.415"],["8655.559","14377.662"],["8661.706","14405.108"],["8703.722","14419.296"],["8587.284","13721.552"],["7339.313","12543.436"],["7349.530","12485.002"],["7364.821","12490.805"],["7809.152","12446.008"],["8082.889","14505.895"],["8090.564","14530.434"],["6627.432","12726.898"],["6517.165","12892.731"],["6642.740","12929.325"],["6568.080","12875.997"],["7428.305","8034.294"],["10132.995","9952.711"],["15590.170","5195.883"],["15621.948","5189.864"],["15712.699","5224.305"],["15592.266","5317.345"],["15570.081","5284.176"],["15536.148","5274.160"],["15558.302","5355.097"],["14063.650","14873.688"],["8510.961","13883.742"],["8550.608","13854.425"],["13257.522","13814.053"],["13382.514","13658.043"],["13234.182","13633.140"],["12280.829","14211.070"],["13056.560","14152.274"],["14119.717","8741.669"],["13412.340","12753.017"],["8068.121","15510.260"],["8131.175","15601.898"],["7977.044","15626.162"],["8046.197","15697.842"],["8070.149","15655.321"],["8099.048","15675.873"],["7964.195","15545.340"],["15945.376","7910.269"],["15972.383","7941.165"],["16015.810","7903.371"],["13305.151","12981.360"],["13238.627","13015.114"],["13246.250","13066.334"],["13273.102","13110.897"],["13227.060","12980.157"],["14076.359","9180.787"],["14103.611","9204.716"],["13165.180","13017.125"],["13032.457","13045.443"],["13144.227","13139.873"],["6663.714","9206.171"],["6526.077","9193.662"],["14636.600","8862.383"],["17165.048","7354.587"],["17132.669","7289.838"],["17090.409","7438.311"],["17035.512","7378.174"],["16986.944","7427.082"],["17124.018","7438.264"],["17188.885","7282.571"],["4451.576","11255.851"],["4544.021","11231.822"],["8877.782","14964.342"],["8903.450","14943.826"],["8839.232","14971.940"],["8953.436","14897.530"],["8895.122","14885.712"],["8817.113","14877.890"],["8906.149","15040.561"],["8825.339","15076.856"],["8900.117","15078.490"],["6210.781","7531.560"],["6192.154","7599.198"],["12811.809","12513.971"],["12901.020","12511.510"],["12811.674","12441.993"],["12793.119","12371.298"],["13043.694","4001.613"],["13068.171","4067.075"],["13006.131","4019.130"],["14167.967","9584.348"],["17261.364","7376.662"],["10645.435","7680.901"],["10737.501","9024.861"],["10841.096","9084.947"],["10718.214","9007.740"],["10805.278","9082.651"],["10815.790","9009.628"],["10849.946","8980.855"],["7834.746","12976.500"],["7908.929","12997.835"],["7837.663","13132.358"],["13918.420","14864.896"],["7038.382","13664.092"],["7005.319","13677.309"],["6907.963","13632.104"],["6962.676","13658.233"],["5758.523","9586.411"],["5408.841","7260.814"],["6281.169","8313.853"],["6385.554","8185.482"],["8804.750","15231.876"],["8983.914","15144.948"],["8963.833","15138.349"],["8926.081","15116.608"],["8887.998","15100.199"],["8874.446","15092.316"],["8898.956","15109.972"],["8839.862","15094.734"],["8936.094","15224.502"],["8961.365","15235.663"],["8978.950","15240.876"],["8821.520","15173.733"],["8836.728","15179.959"],["8875.979","15173.731"],["8947.277","15145.401"],["8911.462","15255.237"],["8845.896","15220.849"],["8865.392","15250.059"],["8964.868","15088.779"],["12737.885","4294.602"],["12768.134","4279.566"],["12726.432","4159.026"],["12697.366","4269.761"],["12755.546","4272.493"],["12753.412","4194.660"],["12758.251","4173.096"],["12700.590","4197.950"],["12685.280","4205.363"],["12686.812","4245.504"],["12770.858","4224.498"],["9862.298","14339.114"],["6105.936","9501.412"],["6132.798","9419.984"],["6128.551","9372.968"],["3374.757","8029.645"],["3484.831","8000.991"],["1625.614","13379.254"],["1691.807","13375.005"],["7922.837","13359.101"],["9073.311","17827.870"],["6964.393","12741.263"],["6981.013","12734.173"],["2692.452","11152.167"],["2701.474","11064.914"],["2764.094","11167.070"],["7621.638","18208.508"],["6457.244","7470.590"],["7309.801","12912.600"],["7203.372","12953.976"],["7167.395","12938.229"],["15168.248","8426.852"],["15240.938","8488.927"],["7855.957","8971.465"],["7773.374","8969.039"],["16237.928","7840.757"],["16244.523","7810.420"],["16252.449","7771.866"],["16284.981","7748.946"],["16279.042","7707.422"],["16190.295","7714.443"],["7610.470","13041.253"],["7612.214","13118.022"],["7660.428","13121.980"],["6599.042","8101.291"],["6739.467","12504.793"],["10266.141","9983.509"],["4653.473","10640.972"],["4626.997","10619.672"],["5221.102","7882.330"],["5368.304","7851.215"],["7133.568","17905.561"],["13172.788","12571.583"],["13093.811","12574.135"],["13087.704","12621.973"],["5048.957","8416.465"],["7335.456","8034.408"],["7433.413","8076.859"],["8529.032","13787.219"],["8501.080","13707.175"],["8063.739","15302.318"],["7949.495","15411.328"],["8141.411","15469.033"],["8004.992","15404.233"],["8638.024","14080.950"],["8614.627","14144.441"],["7959.758","13807.985"],["14673.451","8917.052"],["14679.444","8845.206"],["8211.993","14806.486"],["7842.909","18233.226"],["7762.040","18102.060"],["14760.071","8639.574"],["14830.301","8683.745"],["14724.269","8628.785"],["14751.832","8542.550"],["14836.305","8590.284"],["14863.210","8596.567"],["14852.583","8708.653"],["5655.095","9169.739"],["5695.126","9033.627"],["5373.117","7368.299"],["5347.477","7471.332"],["5300.667","7373.177"],["16935.762","17375.134"],["5157.637","8926.071"],["5185.482","8865.320"],["5024.647","8942.130"],["6939.585","13821.749"],["1797.865","10939.871"],["7991.327","13195.010"],["9729.144","17905.664"],["5755.052","7921.302"],["13600.425","14045.425"],["14090.647","9052.856"],["8909.525","14596.960"],["9311.684","17214.906"],["13162.002","13994.939"],["13108.096","13969.198"],["5222.271","7584.427"],["15121.115","8911.062"],["6356.358","14773.734"],["13009.863","12962.961"],["13110.438","12886.338"],["13787.546","14915.976"],["13723.796","14997.991"],["13664.089","14886.902"],["7815.473","17565.965"],["2266.720","11531.881"],["6425.629","13393.020"],["5658.141","8238.971"],["5671.294","8284.303"],["14600.316","9142.683"],["12815.640","13567.446"],["12812.797","13465.560"],["12789.799","13409.691"],["7676.815","14898.761"],["7646.242","14875.016"],["7612.070","14875.051"],["15918.017","7961.017"],["2716.989","11280.020"],["16151.718","5417.931"],["16336.892","5520.612"],["16258.846","5540.346"],["8189.252","15191.213"],["8211.432","15241.219"],["8290.425","15224.013"],["7562.722","12794.072"],["6233.792","9173.506"],["8000.578","18493.387"],["7203.461","8146.712"],["8193.977","15761.471"],["8721.182","9603.947"],["8640.689","9628.062"],["9797.233","9571.118"],["9768.108","9570.234"],["13410.111","15454.422"],["14622.571","9399.939"],["6057.831","9095.008"],["6204.642","9120.313"],["6204.914","9058.982"],["9508.054","14284.887"],["13240.159","12488.930"],["13235.787","12517.212"],["5775.890","7791.884"],["5679.137","7865.070"],["17029.261","7235.625"],["17097.956","7220.152"],["6667.398","5775.513"],["15334.219","5586.826"],["15324.575","5684.340"],["2311.462","11433.536"],["2441.675","11310.796"],["9083.425","14351.528"],["9006.221","14431.582"],["14502.435","8513.966"],["14480.649","8522.944"],["14657.508","9334.050"],["7616.480","15886.125"],["7675.504","15841.450"],["7682.819","15924.400"],["13988.931","9314.881"],["9703.441","9224.310"],["9717.516","9241.479"],["8273.700","13951.936"],["8284.923","13947.600"],["8257.170","13994.602"],["15366.933","5472.887"],["15348.347","5542.111"],["15350.168","5441.839"],["11972.932","4612.126"],["11955.752","4515.370"],["11967.374","4570.614"],["7885.147","12841.950"],["7758.064","12896.889"],["10794.378","8943.380"],["10748.765","8916.448"],["10808.313","8952.935"],["10090.549","10971.583"],["14912.303","6240.387"],["14970.526","6268.257"],["14885.290","6286.352"],["14887.657","6302.717"],["7487.451","12479.129"],["7448.040","12506.179"],["8769.421","15005.238"],["8639.672","15036.215"],["8706.375","14984.100"],["8740.565","14901.728"],["8701.629","14920.064"],["8761.548","14975.564"],["8596.840","15023.077"],["8629.066","14956.606"],["8679.282","15014.523"],["8730.452","15076.469"],["8625.200","14891.537"],["8714.979","12554.549"],["8691.311","12555.387"],["8703.603","12585.971"],["8617.303","12562.866"],["7198.831","7777.631"],["7196.295","7850.289"],["16043.152","5538.435"],["8575.184","15416.924"],["6554.013","13516.505"],["7222.075","8004.265"],["7130.901","7937.754"],["16195.069","5899.709"],["5699.382","9823.844"],["5791.081","9814.617"],["13505.311","13384.140"],["5394.426","9293.147"],["16910.004","7734.617"],["16946.848","7786.821"],["16896.529","7812.373"],["16790.646","7813.209"],["16797.430","7791.226"],["16796.050","7697.767"],["16862.756","7728.996"],["7768.904","8860.143"],["2623.519","11162.942"],["2461.264","11129.178"],["2559.494","11186.369"],["2514.976","11232.518"],["2612.406","11079.545"],["2636.497","11256.328"],["5396.292","8032.672"],["14101.696","11007.810"],["14103.418","10966.046"],["14147.162","10913.947"],["14188.795","10971.246"],["14119.609","11007.884"],["14189.098","11017.054"],["14149.705","11006.455"],["14126.301","11064.232"],["14066.908","11037.911"],["14076.680","10999.155"],["14151.260","11023.112"],["8180.635","16937.992"],["5600.621","8975.265"],["5603.602","8960.262"],["7543.998","8891.366"],["7663.177","8879.850"],["7722.627","8857.181"],["10129.544","7878.232"],["7789.525","15895.473"],["15332.682","5324.703"],["15460.207","5272.877"],["15407.478","5336.020"],["15379.841","5292.687"],["8400.610","18709.015"],["8516.671","18688.585"],["15076.712","5811.213"],["14907.902","5784.833"],["15038.963","5972.133"],["14978.076","5930.558"],["6508.684","13281.407"],["7193.080","13248.807"],["6573.484","9511.637"],["6606.567","9468.766"],["6631.528","9441.937"],["6375.825","8905.928"],["15242.089","5544.931"],["15291.701","5475.572"],["3338.574","7862.437"],["5856.759","9838.849"],["13137.994","14270.221"],["13070.566","14333.029"],["8877.029","18523.089"],["13167.919","12501.973"],["13014.921","12417.395"],["7722.597","13839.670"],["7698.201","13965.395"],["6778.914","13354.250"],["12064.704","5888.753"],["12055.875","5941.549"],["3347.750","8275.764"],["3432.467","8169.115"],["3296.774","8096.089"],["3304.835","8315.639"],["3380.664","8256.088"],["5015.088","6151.051"],["7353.852","17394.106"],["8179.010","15303.481"],["8319.992","15451.766"],["8204.326","15356.812"],["8287.201","15381.912"],["8231.794","15409.296"],["8172.744","15437.364"],["6301.532","14540.569"],["9386.741","13916.229"],["9267.864","13910.212"],["9241.470","13929.395"],["5183.691","10796.826"],["9304.020","14632.257"],["5665.839","8876.040"],["5804.674","8903.086"],["5729.437","8909.197"],["13746.114","13702.509"],["13646.179","13651.953"],["6861.603","9401.045"],["14051.860","14630.873"],["7803.676","8759.007"],["7920.783","8905.048"],["7893.512","8928.351"],["14820.527","5862.297"],["14813.330","5885.633"],["6872.327","9296.120"],["6850.827","9223.735"],["7462.492","13132.632"],["7451.158","13113.569"],["7412.544","13112.834"],["6973.114","9264.710"],["6908.310","9273.761"],["5514.861","10827.770"],["5535.914","10770.811"],["5504.516","8567.326"],["5530.287","8561.110"],["16732.360","7643.503"],["16717.190","7585.659"],["16725.093","7542.735"],["16756.542","7488.388"],["16767.589","7509.131"],["9142.667","14923.441"],["9137.108","14935.708"],["9159.836","14984.731"],["9134.810","14902.945"],["9013.711","15032.352"],["9135.083","13509.006"],["9131.087","13563.869"],["7985.616","18158.769"],["6363.017","14405.812"],["6272.604","14266.388"],["1841.518","10953.462"],["1977.171","10993.760"],["1959.377","10922.876"],["2010.588","11005.979"],["12347.849","14127.543"],["12287.511","14121.395"],["5115.944","8550.857"],["5157.145","8735.320"],["7401.463","15076.623"],["14774.612","9602.901"],["7689.347","18488.510"],["11915.955","4336.289"],["11800.926","4446.669"],["11785.683","4360.314"],["11755.411","4459.218"],["11738.934","4474.426"],["11832.411","4489.461"],["11787.155","4320.682"],["11878.128","4436.532"],["11870.314","4390.467"],["11876.771","4463.668"],["11917.802","4495.966"],["11754.979","4378.045"],["11765.012","4319.257"],["11730.026","4509.589"],["13458.005","14976.746"],["13576.234","13953.340"],["13607.688","13938.860"],["10220.214","10057.336"],["10133.540","10029.716"],["5026.866","6329.285"],["15004.598","6043.029"],["14969.442","6051.096"],["14937.847","6046.922"],["7057.985","13534.271"],["7886.695","14992.708"],["7894.338","14648.947"],["7788.084","14594.579"],["7843.657","14480.460"],["7875.626","14471.372"],["7839.153","14514.396"],["7823.116","14511.157"],["5613.687","7364.330"],["13978.552","10936.284"],["14039.624","10926.744"],["14028.774","10939.187"],["14037.947","10974.895"],["14032.345","11016.320"],["14017.149","11008.674"],["13949.468","10981.424"],["13948.650","10937.417"],["6720.569","12655.290"],["9102.858","14389.096"],["9128.379","14364.342"],["14268.694","9113.503"],["14360.506","9161.448"],["14402.456","9059.890"],["6086.528","7929.914"],["6107.523","8031.084"],["6047.250","8039.431"],["6191.026","8079.540"],["4769.727","6276.946"],["8044.628","12737.482"],["14920.787","8849.565"],["7730.754","14055.279"],["8228.751","18568.802"],["8195.508","18619.862"],["8311.565","18494.850"],["8258.822","18494.559"],["6518.475","8252.892"],["9094.880","18659.498"],["7018.008","13293.232"],["3477.305","8373.641"],["7857.032","13251.963"],["7769.215","13273.067"],["8489.436","15147.172"],["8532.567","15138.456"],["8496.353","15115.236"],["8459.862","15202.107"],["8394.378","15099.270"],["17024.983","7723.890"],["16995.307","7686.980"],["17001.654","7692.623"],["14996.654","9152.128"],["7937.544","8837.217"],["4860.361","6327.939"],["4831.257","6230.824"],["4908.602","6299.504"],["4966.973","6235.566"],["4913.491","6393.747"],["4952.661","6299.418"],["14783.821","6276.593"],["14842.158","6280.901"],["7975.323","8530.981"],["6588.137","9372.657"],["6945.587","9431.075"],["6912.472","9409.309"],["9275.569","12952.960"],["16290.999","7489.049"],["16243.410","7473.466"],["16231.249","7680.061"],["16206.606","7552.747"],["16278.594","7563.139"],["2217.276","11383.015"],["2200.470","11280.889"],["2201.799","11337.443"],["2235.485","11332.271"],["6059.222","7872.970"],["6163.826","7696.861"],["6883.275","7957.326"],["12344.033","14269.361"],["12117.507","5755.201"],["6638.814","5933.624"],["12720.868","12413.537"],["12738.914","12390.616"],["11712.180","4452.050"],["11688.867","4311.263"],["7538.769","7930.562"],["7536.383","8007.574"],["14783.914","9158.197"],["14736.058","9109.817"],["14689.858","9075.241"],["6775.732","7902.610"],["6774.807","8049.894"],["6477.919","8015.800"],["8930.457","13216.239"],["12903.494","13191.447"],["8459.796","14283.084"],["8398.188","14240.976"],["8400.210","14258.495"],["13744.526","8853.449"],["13776.128","8815.488"],["13780.036","8943.610"],["13775.273","8867.883"],["15411.134","5388.888"],["15425.535","5374.546"],["4514.259","11048.935"],["4415.888","11022.303"],["13864.809","13909.596"],["8688.424","14619.836"],["8720.292","14504.955"],["8613.815","14515.771"],["8591.507","14488.258"],["8753.273","14520.544"],["8155.779","14027.935"],["7656.626","17820.733"],["8623.660","15123.863"],["8644.537","15199.890"],["8689.492","15156.434"],["8699.782","15121.055"],["8724.355","15107.382"],["8597.897","15228.933"],["8613.716","15294.196"],["8770.005","15103.134"],["8715.164","15185.546"],["8703.186","15193.891"],["8755.016","15224.130"],["8723.314","15281.363"],["8223.215","15962.108"],["9126.562","14160.764"],["14988.656","8731.207"],["15022.396","8716.585"],["14928.774","8647.113"],["14987.773","8663.182"],["9194.794","14857.526"],["9154.012","14813.761"],["9115.696","14779.358"],["5881.739","8906.994"],["5903.008","8853.280"],["13766.125","13097.689"],["9607.611","13936.981"],["9532.701","13881.561"],["6696.037","15401.483"],["7174.009","12499.688"],["7079.159","7780.536"],["7049.190","7873.294"],["8748.497","14823.856"],["8707.308","14793.554"],["8706.906","14718.438"],["8700.777","14688.214"],["8666.247","14865.452"],["7664.217","17290.169"],["7654.695","17407.233"],["5805.840","14590.453"],["13011.090","10771.425"],["16751.273","7778.983"],["16731.163","7755.996"],["5629.186","9569.149"],["6692.153","9488.133"],["6819.352","9419.000"],["6238.895","8128.775"],["6222.766","8270.419"],["12541.228","14402.141"],["14083.552","14495.402"],["12995.171","13251.739"],["13068.942","13383.487"],["13027.452","13297.464"],["13605.561","14721.245"],["5847.823","7773.998"],["9333.021","13758.569"],["7847.718","8545.423"],["7816.612","8646.222"],["7765.813","8683.889"],["12951.903","13687.349"],["8566.400","12519.394"],["8565.503","12488.410"],["7463.038","14517.099"],["7906.810","13560.663"],["6385.348","12940.354"],["6393.471","12867.382"],["6645.575","7568.566"],["6514.851","13772.399"],["6621.432","13703.876"],["3568.764","7945.064"],["3564.584","8099.635"],["4313.522","10756.553"],["4338.307","10830.335"],["4288.161","10847.102"],["15199.071","5664.769"],["15205.524","5610.973"],["15199.045","5727.782"],["15144.350","5657.207"],["15260.779","5659.134"],["15245.712","5705.883"],["15261.881","5602.261"],["7386.079","15186.599"],["7411.478","15103.382"],["7768.129","16264.643"],["12193.979","5836.178"],["12179.278","5788.679"],["12167.919","5837.915"],["12168.129","5891.060"],["12156.690","5868.064"],["7866.874","16414.648"],["13865.025","8901.990"],["8878.502","13090.177"],["7588.371","14598.666"],["7421.657","15727.967"],["7332.600","15843.350"],["5948.959","9297.806"],["7483.218","8882.925"],["7455.051","8941.661"],["4562.653","14111.241"],["5784.828","9018.048"],["14574.844","9140.982"],["14506.532","9063.589"],["14536.153","8982.092"],["14506.100","9123.853"],["14298.231","9328.789"],["14384.546","9169.942"],["14382.156","9228.696"],["14384.612","9192.949"],["14428.601","9198.042"],["14378.087","9273.999"],["13972.036","14987.126"],["12741.128","13342.020"],["9010.534","15937.039"],["8672.906","13839.254"],["9142.768","17280.453"],["11822.349","13348.237"],["6390.704","13946.508"],["6265.474","13926.718"],["6367.631","13929.716"],["6459.014","13886.561"],["13077.289","4215.351"],["13072.626","4235.036"],["13091.418","4278.793"],["13124.981","4295.999"],["12999.617","4240.512"],["13077.346","4301.483"],["13082.548","4182.145"],["13145.771","4280.250"],["12989.358","4123.855"],["13031.639","4112.077"],["13036.147","4177.607"],["13072.940","4131.379"],["13131.396","4153.107"],["13105.393","4169.381"],["13012.057","4160.111"],["5293.647","10694.898"],["5359.851","10718.632"],["2418.237","11275.732"],["4934.523","6439.727"],["4938.317","6469.811"],["13667.637","14220.474"],["13680.585","14050.071"],["13696.289","14178.763"],["13751.273","14141.380"],["13725.748","14040.643"],["6512.531","9119.216"],["14233.685","8782.422"],["14134.909","8842.097"],["14120.145","8839.761"],["6128.513","13738.983"],["12145.839","14389.800"],["8750.359","14334.964"],["8743.246","14266.367"],["13552.441","14511.268"],["13518.300","14464.041"],["7781.965","9085.343"],["7903.866","9081.840"],["7895.051","9063.159"],["6450.398","13058.648"],["6378.659","13138.309"],["8104.269","15292.746"],["8216.757","14073.925"],["6131.679","14363.159"],["6105.475","14060.987"],["6192.385","14110.592"],["6120.946","14120.621"],["7923.399","14399.850"],["6437.922","7859.072"],["6359.717","7718.244"],["6320.455","7859.245"],["6495.238","14466.484"],["5417.411","9399.309"],["9245.955","14770.465"],["9294.930","14786.125"],["9514.390","14174.855"],["9435.763","14156.427"],["13521.670","12873.401"],["13574.865","12774.872"],["5484.405","9330.921"],["5606.496","9266.573"],["13150.195","4338.845"],["13002.755","4457.801"],["13116.359","4357.495"],["13151.597","4397.851"],["13021.084","4306.217"],["13054.970","4378.131"],["13056.261","4405.256"],["13062.053","4453.499"],["13082.662","4400.342"],["13101.849","4393.607"],["12995.090","4313.094"],["7942.990","12821.436"],["8002.518","12808.269"],["8507.671","14779.917"],["8431.245","14704.960"],["8460.068","14667.477"],["13610.155","14393.692"],["13569.352","14281.912"],["9532.369","14570.383"],["7596.575","13481.690"],["8518.426","18541.139"],["8366.423","18607.352"],["8370.636","18645.683"],["5318.519","8370.056"],["8632.759","12518.043"],["8663.523","12553.271"],["8641.144","12513.653"],["8688.528","12538.748"],["8592.195","12548.251"],["14863.445","6014.790"],["14784.308","5997.683"],["14882.211","6055.174"],["14831.947","6070.366"],["14794.173","6039.579"],["14779.846","6171.698"],["8254.500","14620.288"],["8212.635","14632.744"],["8190.592","14643.901"],["8271.000","14484.345"],["8241.073","14471.596"],["8164.849","14472.512"],["8166.570","14451.817"],["5673.365","9231.877"],["6933.982","12773.583"],["7062.203","12800.542"],["6545.654","13840.918"],["6660.179","13872.176"],["15612.142","5391.890"],["15594.250","5444.402"],["6771.186","7499.070"],["8192.358","13236.605"],["8337.398","13288.005"],["3525.273","8351.032"],["3606.831","8338.726"],["8051.510","13156.936"],["5906.467","8959.478"],["5846.245","9019.492"],["8673.971","18315.494"],["8751.275","10177.374"],["8995.276","15064.245"],["7691.809","18416.873"],["6281.635","12879.348"],["14138.151","14755.679"],["7358.469","17578.303"],["7329.868","17522.233"],["14523.232","8550.343"],["15252.079","5272.251"],["15253.634","5351.504"],["15280.232","5237.240"],["1522.348","13482.883"],["2472.732","11356.477"],["2497.409","11401.573"],["10542.641","7903.337"],["6236.067","8873.320"],["10218.046","7457.117"],["9328.920","14088.923"],["9337.631","14205.625"],["9352.210","14110.791"],["9271.726","14119.263"],["5639.307","7550.918"],["5787.931","7505.301"],["14060.299","14673.960"],["16115.739","5855.239"],["16101.068","5874.357"],["16024.910","5922.250"],["7490.681","18120.306"],["4530.187","10825.511"],["4367.394","10727.400"],["4389.319","10687.207"],["5556.113","8512.775"],["5574.370","8456.653"],["5445.785","8409.506"],["14694.889","9369.989"],["14865.119","9221.267"],["13473.060","13558.283"],["13608.430","13568.618"],["13421.597","13457.326"],["13958.590","14610.697"],["13958.730","14479.874"],["7542.108","12594.775"],["16849.775","7313.531"],["16892.282","7412.467"],["16939.143","7470.910"],["16870.516","7457.032"],["8900.042","18301.545"],["8843.195","18290.811"],["8817.929","18330.405"],["8795.945","18256.305"],["10591.501","15714.044"],["9857.653","9618.115"],["9664.777","11970.663"],["9755.946","11971.048"],["6332.119","7538.985"],["6457.747","7626.974"],["12024.065","6239.850"],["12080.529","6287.273"],["4327.231","11341.316"],["14742.863","8680.727"],["8185.999","10563.092"],["8769.249","18394.864"],["2218.968","11236.149"],["8384.552","17805.366"],["7466.212","12576.952"],["7356.653","12608.605"],["3277.015","8270.132"],["3133.037","8309.228"],["3185.160","8189.755"],["3229.361","8162.803"],["6492.016","7306.809"],["7351.647","12747.065"],["7349.964","12587.781"],["7325.634","12583.401"],["6079.502","13986.347"],["6113.418","13947.085"],["10677.259","8105.196"],["6727.926","13051.138"],["13668.182","14746.206"],["13701.069","14820.947"],["7712.584","16410.486"],["7534.654","16463.871"],["9280.936","15043.156"],["9288.530","15061.518"],["4510.924","11330.562"],["4431.212","11367.936"],["4404.902","11296.998"],["8054.184","18907.376"],["13081.656","7697.919"],["4635.398","11094.492"],["4656.156","11068.225"],["4581.806","11203.668"],["13893.255","13789.967"],["13869.144","13755.149"],["5723.597","7346.732"],["5775.643","7456.455"],["5703.349","7423.569"],["13264.029","14191.593"],["8430.749","15895.451"],["12429.228","14130.074"],["12433.570","14060.057"],["13289.315","14241.183"],["13267.492","14414.366"],["13342.574","14278.721"],["2782.858","10990.187"],["2487.586","10950.030"],["2653.083","10947.150"],["16737.424","17324.788"],["15442.764","5181.703"],["15469.352","5257.518"],["15448.005","5424.562"],["15322.807","5270.530"],["15351.945","5165.559"],["15361.700","5222.905"],["7940.594","14380.574"],["8380.367","14071.040"],["6079.958","14593.714"],["6163.765","14578.892"],["6195.954","14590.760"],["6144.615","14603.810"],["6560.436","7818.844"],["13233.892","12796.994"],["13386.609","12867.783"],["14867.243","9156.884"],["7444.428","15707.600"],["12689.601","12329.682"],["5612.211","8894.553"],["5538.212","8837.135"],["7105.015","13780.519"],["12938.312","4104.334"],["12981.618","4136.317"],["12948.560","4218.277"],["12967.472","4186.244"],["12792.107","4219.146"],["12973.318","4239.816"],["12960.337","4153.341"],["12820.976","4281.664"],["12951.666","4270.436"],["12861.785","4283.487"],["12836.411","4260.783"],["12829.933","4216.881"],["5260.252","8612.844"],["5232.930","8641.905"],["5360.000","8537.906"],["14410.589","9647.444"],["14390.559","9767.164"],["14411.467","9703.776"],["14417.518","9735.516"],["10887.719","9120.436"],["10892.437","9027.505"],["10900.196","9006.394"],["9460.111","17001.392"],["9430.940","17143.203"],["4725.429","9510.832"],["4625.812","9548.611"],["4643.670","9461.991"],["7113.777","17375.187"],["6053.847","9539.321"],["9126.318","16397.160"],["5042.427","14159.619"],["12674.237","13923.861"],["6384.914","9572.259"],["6318.669","9020.840"],["6282.616","9140.483"],["6302.425","9117.987"],["7001.687","6102.417"],["7007.632","6054.558"],["6672.565","7445.402"],["6851.231","7368.431"],["14430.569","8484.978"],["8014.279","13482.151"],["9284.350","9191.723"],["6807.021","6146.249"],["6873.413","6046.049"],["6760.126","6086.265"],["6677.293","6127.754"],["5198.317","14375.330"],["5103.137","14434.543"],["12938.295","4010.775"],["12978.974","4017.967"],["12965.219","3996.804"],["8103.055","18324.274"],["15277.966","5387.666"],["7875.275","8455.169"],["10210.098","7497.481"],["10099.098","7595.235"],["13218.833","12650.759"],["13294.936","12657.361"],["7186.001","7608.644"],["14294.690","9381.821"],["14435.033","9456.430"],["8229.651","12976.204"],["8253.856","12970.559"],["13752.560","9306.475"],["13728.338","9360.287"],["4330.528","11043.830"],["4319.295","11039.142"],["4279.916","10887.086"],["4314.936","10987.386"],["4290.761","10924.121"],["14936.849","5781.480"],["14950.827","5715.260"],["7205.478","12660.941"],["6410.274","11991.411"],["6297.676","12106.014"],["6397.401","12052.456"],["5059.850","11142.895"],["5171.555","11082.212"],["5113.917","11116.340"],["6594.152","5914.033"],["6593.908","5802.200"],["6556.923","5844.378"],["6569.300","5988.113"],["12852.031","12629.917"],["14413.724","8549.294"],["14344.359","8597.766"],["12204.302","14286.832"],["13191.598","13465.899"],["13151.839","13452.144"],["13143.047","13532.501"],["13037.681","13412.303"],["16979.207","7675.703"],["16973.822","7616.947"],["16781.149","7544.260"],["16905.706","7551.518"],["16862.510","7493.737"],["16845.704","7638.767"],["16830.223","7598.726"],["8462.565","13410.151"],["8471.812","13506.515"],["8497.606","13565.510"],["12957.489","4321.752"],["12793.748","4344.385"],["12974.455","4306.055"],["12977.584","4322.917"],["12779.564","4304.881"],["5616.382","7974.995"],["5495.492","8009.068"],["8612.323","11838.128"],["10759.864","7758.858"],["10782.754","7701.248"],["10717.185","7857.691"],["7861.208","15167.814"],["12885.469","12780.925"],["12906.444","12917.077"],["12909.009","12823.320"],["13415.782","12997.587"],["13498.224","13127.239"],["8194.512","18304.435"],["8316.112","18311.795"],["8221.696","18406.556"],["8240.624","18368.570"],["7943.073","17705.972"],["7961.253","17731.004"],["7983.007","17716.662"],["3620.342","8189.639"],["3550.032","8164.603"],["3696.070","8319.074"],["6058.378","14119.518"],["7767.879","13775.972"],["13305.202","13431.884"],["13373.366","13493.180"],["13361.384","14819.984"],["13393.894","14759.311"],["5146.396","14859.250"],["9099.876","13812.657"],["6996.449","15324.628"],["7057.143","15316.202"],["6892.003","15472.478"],["17160.424","7601.507"],["17061.439","7647.817"],["17004.800","7572.113"],["16990.593","7503.252"],["17145.144","7602.559"],["17160.904","7563.825"],["17187.281","7487.435"],["6789.585","13889.531"],["6749.998","13940.483"],["6019.839","9758.418"],["5910.219","9686.196"],["16741.132","7464.642"],["16729.112","7323.219"],["16775.062","7346.129"],["16774.450","7441.790"],["16767.216","7459.024"],["5094.921","8244.355"],["5041.077","8258.117"],["5024.565","8255.091"],["6292.126","13815.750"],["10451.259","8058.412"],["10358.725","7980.893"],["10313.593","7955.863"],["10261.621","8009.936"],["10341.931","8106.236"],["10299.534","8082.248"],["7709.002","9005.960"],["6709.664","9164.425"],["13778.449","9616.194"],["13738.601","9643.994"],["6580.960","6047.003"],["3272.420","8434.946"],["3242.750","8382.269"],["3246.276","8414.025"],["3125.105","8363.754"],["3169.483","8429.374"],["5958.328","14597.770"],["6737.447","9141.738"],["6780.365","9100.791"],["13634.536","12827.291"],["13684.715","12932.143"],["13650.192","12869.709"],["10623.485","7687.503"],["10629.271","7688.414"],["10613.140","7782.763"],["10572.609","7851.440"],["10520.712","7818.316"],["10465.662","7867.310"],["10494.894","7824.112"],["10576.833","7702.076"],["10515.764","7766.192"],["13830.708","14340.146"],["13878.520","14245.052"],["13930.313","14344.805"],["5050.045","6430.394"],["8189.810","12871.239"],["8157.704","12875.623"],["11978.838","4509.223"],["12006.713","4488.166"],["11977.225","4439.221"],["12031.427","4425.031"],["12013.818","4417.754"],["12008.968","4450.632"],["12034.455","4397.667"],["11973.378","4377.083"],["11985.355","4390.194"],["12021.730","6031.454"],["12079.805","6006.529"],["12123.328","6164.249"],["12048.187","6183.774"],["11995.162","6021.285"],["11879.446","4638.260"],["11905.141","4559.540"],["11915.954","4602.161"],["11873.687","4663.028"],["11840.501","4524.174"],["11931.044","4633.442"],["11811.133","4541.520"],["13855.587","13516.404"],["13817.582","14371.402"],["13401.343","15362.312"],["6742.449","7710.884"],["6782.362","7686.412"],["6782.210","7831.984"],["6866.464","7876.712"],["8686.517","10274.176"],["8642.279","10377.728"],["8706.319","10297.876"],["8707.057","10261.444"],["5611.478","8119.069"],["5483.175","8233.022"],["5483.964","8278.927"],["5546.917","8133.713"],["5410.590","8274.025"],["7543.252","13271.565"],["13042.399","11855.078"],["13154.683","11700.341"],["13142.537","11757.832"],["13129.035","11825.218"],["13018.055","11765.641"],["13059.094","11814.537"],["6530.776","13088.292"],["13358.486","13184.201"],["7367.540","17166.251"],["7389.995","17133.587"],["9104.940","17580.660"],["6752.377","9276.599"],["6793.120","9329.818"],["6726.782","9297.451"],["6829.048","9365.898"],["6840.505","9345.716"],["8410.946","18327.582"],["8436.606","18414.931"],["7495.830","9040.410"],["8389.188","18107.581"],["13447.480","13834.810"],["14548.815","8578.761"],["7678.786","16284.532"],["7618.103","16216.505"],["13003.387","13733.272"],["13078.826","13709.925"],["13075.618","13685.449"],["13303.843","13823.740"],["16304.267","5661.134"],["5878.252","8160.007"],["8592.069","9503.663"],["8672.684","9434.033"],["8744.508","9505.805"],["16028.935","7873.561"],["15962.854","7872.776"],["15986.063","7793.236"],["16129.364","7822.492"],["14918.873","8787.257"],["15005.576","8861.262"],["6438.528","15222.838"],["8058.672","15855.574"],["8784.766","10192.016"],["8807.189","10161.553"],["16881.053","7252.112"],["16879.347","7238.058"],["16937.062","7255.202"],["16980.022","7223.135"],["7585.111","17467.457"],["7638.162","17430.365"],["7727.528","18499.264"],["10489.319","8133.390"],["4649.341","10666.291"],["4641.165","10737.626"],["4584.737","10800.835"],["1949.306","10760.229"],["6743.170","5758.036"],["9163.809","15258.968"],["8990.864","15159.130"],["13013.975","12746.922"],["14639.460","9604.208"],["5567.413","7871.184"],["7138.565","13531.431"],["7184.751","13466.765"],["16018.676","5690.795"],["16082.330","5711.882"],["16095.686","5720.930"],["15961.989","5746.034"],["14615.551","9251.686"],["5048.750","10984.062"],["5130.377","10887.257"],["5154.920","10947.817"],["5115.077","10911.703"],["5099.762","10900.259"],["5878.893","9301.869"],["5994.438","9363.701"],["13542.936","13671.842"],["13559.612","13665.267"],["4527.888","10548.185"],["4528.307","10473.934"],["4460.293","10640.210"],["4358.778","10511.508"],["4376.564","10592.327"],["4522.394","10587.694"],["4485.759","10538.048"],["1655.195","13482.818"],["1660.387","13446.627"],["1682.042","13504.777"],["1759.055","13449.941"],["1774.822","13516.604"],["8574.518","18004.881"],["8663.933","17884.019"],["7001.354","7534.644"],["7078.171","7485.343"],["8631.035","14416.728"],["8602.389","13740.838"],["7811.820","12463.612"],["8112.000","14580.420"],["6505.971","12808.439"],["6619.351","12847.657"],["6576.999","12919.102"],["6557.529","12888.087"],["5631.031","8379.342"],["13848.799","8955.165"],["5937.440","7508.247"],["7416.446","7977.648"],["7416.579","7937.801"],["10165.882","9951.080"],["15519.484","5149.274"],["15546.028","5209.804"],["15570.258","5183.891"],["15618.195","5214.226"],["15694.028","5195.981"],["15669.623","5266.150"],["15520.935","5293.037"],["15598.556","5349.078"],["14064.275","15076.204"],["4333.335","11167.467"],["4267.241","11221.199"],["8444.553","13981.220"],["8520.449","13836.969"],["8475.299","13887.349"],["8450.513","13883.313"],["8467.448","13924.391"],["9107.226","12672.156"],["9077.653","12983.600"],["13075.065","14178.616"],["13181.533","14100.181"],["13441.518","12729.185"],["7985.764","15620.397"],["8073.766","15611.941"],["15951.777","7981.771"],["15942.424","7970.638"],["15992.749","7945.374"],["13242.691","12992.878"],["14249.997","9299.900"],["10726.380","8166.915"],["13196.229","13066.417"],["13095.729","13145.214"],["6557.911","9202.893"],["6651.395","9227.395"],["14656.859","8938.717"],["14604.096","8824.619"],["17171.225","7335.446"],["17031.382","7321.316"],["17065.213","7407.409"],["17012.847","7334.442"],["17017.079","7424.782"],["7458.089","16677.257"],["7488.792","16705.291"],["4563.151","11120.306"],["4465.471","11272.089"],["4369.944","11195.040"],["4464.086","11210.341"],["8873.906","14896.792"],["6694.475","7502.680"],["6224.379","7489.507"],["6238.393","7597.328"],["6153.647","7650.563"],["6171.408","7485.560"],["12888.044","12344.674"],["12847.320","12504.885"],["12788.859","12532.493"],["8611.918","10527.047"],["13033.073","4029.427"],["13095.245","4076.386"],["5700.457","8324.951"],["10246.193","7597.445"],["10141.493","7664.799"],["14215.169","9574.195"],["10451.202","7779.633"],["10424.754","7707.873"],["10299.533","7817.047"],["10297.361","7888.127"],["10256.450","7863.816"],["4422.289","9473.184"],["17239.932","7338.874"],["17234.950","7263.097"],["10656.916","7595.868"],["10591.590","7482.693"],["10546.215","7627.032"],["10585.177","7532.460"],["8054.949","14232.893"],["8118.766","14069.482"],["12182.388","5761.305"],["12205.034","5753.014"],["10871.752","9106.008"],["10855.164","9137.560"],["10823.286","9067.188"],["10765.481","8978.374"],["10701.138","9011.301"],["10755.760","9035.490"],["10798.251","9050.379"],["10846.083","9000.707"],["10868.868","8986.985"],["10879.325","9005.688"],["7830.174","13012.702"],["9579.618","9306.371"],["9602.936","9287.851"],["11903.753","5921.551"],["11896.421","5972.531"],["13898.165","14765.154"],["7021.072","13706.884"],["6939.751","13638.004"],["5159.930","7784.662"],["5784.972","9739.501"],["5722.130","9601.838"],["6348.152","8142.616"],["6253.402","8127.636"],["6459.202","8196.777"],["6256.729","8239.733"],["11717.125","4514.499"],["8892.441","15264.194"],["8837.751","15269.638"],["5038.036","18236.622"],["13787.911","8940.997"],["13819.107","8815.211"],["12711.268","4285.758"],["12690.589","4232.465"],["12702.481","4186.716"],["12712.441","4173.241"],["12675.372","4238.725"],["12765.269","4154.747"],["12773.869","4166.585"],["12740.407","4256.742"],["9831.837","14387.072"],["6064.521","9500.058"],["6169.245","9364.947"],["6079.807","9454.362"],["3482.846","8023.294"],["3397.571","8074.834"],["3364.943","7947.652"],["8568.224","13428.815"],["1651.613","13360.470"],["1726.003","13346.706"],["14225.688","4805.406"],["7900.601","13369.768"],["7777.130","13365.654"],["9055.687","17822.498"],["2655.846","11070.724"],["2714.886","11117.642"],["2766.615","11086.354"],["2794.209","11165.715"],["7559.607","18074.747"],["7716.775","18119.607"],["6395.138","7460.301"],["7204.206","12875.130"],["15206.612","8467.735"],["15236.555","8517.123"],["7793.118","8977.722"],["7824.952","8951.227"],["16199.237","7809.485"],["16268.908","7806.245"],["16259.411","7752.731"],["16300.774","7744.912"],["16291.493","7717.033"],["16201.465","7746.062"],["16180.336","7765.443"],["14246.416","9044.977"],["7440.748","8123.233"],["4545.149","9028.674"],["4458.438","9150.570"],["4501.497","9056.161"],["7646.976","13140.178"],["7581.538","13113.139"],["6662.867","8094.343"],["6637.239","8078.031"],["6751.068","12506.138"],["8000.883","8958.514"],["7947.004","8988.084"],["4650.402","10596.583"],["5377.063","7812.587"],["5309.381","7866.274"],["5249.401","7774.067"],["7110.124","17842.858"],["7621.393","8983.184"],["13154.433","12583.309"],["13185.402","12609.639"],["5113.518","8416.289"],["5043.076","8367.234"],["5019.286","8388.142"],["7376.762","8020.381"],["7390.459","8090.157"],["8111.930","15456.923"],["8063.441","15447.475"],["9156.370","13654.098"],["5294.454","14464.246"],["5208.273","14478.197"],["12397.487","11127.262"],["5376.049","10616.494"],["8628.550","14207.517"],["8593.114","14194.182"],["7306.717","12772.221"],["8433.228","17838.882"],["8429.094","17921.938"],["14689.579","8819.785"],["8211.882","14830.234"],["7738.079","18250.767"],["6735.603","13771.193"],["6788.144","13756.372"],["14739.754","8648.827"],["14825.360","8645.589"],["14695.211","8656.451"],["14723.847","8535.225"],["14699.208","8581.047"],["14823.746","8587.195"],["14774.401","8550.336"],["5683.626","9080.453"],["5385.013","7293.169"],["5324.840","7297.936"],["5339.079","7332.772"],["7724.869","8739.631"],["5083.250","8888.186"],["4999.269","8929.826"],["5034.138","8895.708"],["1869.893","10940.167"],["8891.055","18222.239"],["5790.916","7947.892"],["5781.038","8094.159"],["5778.906","8036.832"],["5817.134","7971.055"],["5645.601","9553.641"],["5704.119","14295.892"],["5700.680","14448.792"],["13898.237","14650.981"],["13559.933","14080.740"],["9314.066","17361.162"],["13087.101","13935.095"],["5296.704","7530.616"],["5242.787","7539.300"],["6395.298","14821.882"],["6256.572","14699.121"],["6291.351","14744.962"],["6384.708","14865.142"],["13020.388","12870.098"],["13064.265","12940.018"],["13083.217","12901.891"],["13114.029","12968.861"],["13895.706","13034.097"],["13682.496","14979.527"],["13730.449","14892.379"],["14272.363","4723.269"],["5629.166","9285.174"],["10699.925","7555.629"],["10698.767","7648.486"],["10736.764","7654.584"],["5682.990","8244.107"],["5708.808","8252.824"],["5674.214","8176.303"],["14602.059","9130.698"],["14633.585","9152.609"],["4595.023","9307.687"],["4698.097","9351.482"],["4603.488","9192.643"],["4628.815","9285.537"],["12845.525","13483.019"],["15928.699","7899.551"],["6261.983","9179.997"],["16163.180","5382.633"],["16373.694","5575.591"],["16292.281","5510.153"],["16159.155","5475.276"],["14449.733","10071.133"],["10132.952","17137.574"],["8315.057","15290.849"],["6093.650","9260.965"],["6070.178","9414.262"],["8220.615","15898.974"],["8742.974","9633.874"],["8639.649","9655.985"],["9740.922","9458.271"],["9795.218","9556.465"],["9689.522","9559.388"],["9738.749","9582.109"],["9680.075","9388.314"],["9719.363","9524.864"],["9714.103","9570.653"],["9718.074","9501.807"],["9824.435","9515.142"],["9803.651","9441.618"],["9780.648","9415.858"],["9686.072","9427.510"],["14591.953","9396.970"],["14632.901","9412.404"],["5319.066","11016.604"],["6166.770","9091.889"],["6185.920","9074.182"],["6089.369","9007.386"],["6073.067","9064.457"],["13210.839","12497.798"],["13248.417","12522.012"],["5825.443","7817.032"],["5809.914","7858.192"],["5805.126","7755.468"],["8997.660","18149.257"],["17135.942","7246.540"],["17066.639","7225.683"],["5262.970","8236.006"],["2265.975","11463.439"],["14511.004","8524.815"],["14469.018","8459.417"],["14955.674","9279.473"],["14628.216","9338.060"],["7684.322","15859.538"],["7579.730","15836.813"],["10327.761","7449.475"],["10362.209","7466.982"],["10265.825","7400.788"],["10409.374","7431.193"],["10374.181","7370.407"],["10280.890","7413.478"],["10323.771","7422.893"],["13999.488","9272.089"],["9675.818","9252.657"],["8335.034","13898.647"],["8224.911","13979.914"],["8316.730","13969.364"],["12469.888","12354.762"],["15323.518","5563.248"],["15385.966","5486.972"],["15389.280","5464.154"],["15369.658","5536.171"],["15306.696","5449.062"],["8938.199","15326.158"],["8781.984","15302.661"],["11923.442","4552.752"],["11965.991","4530.884"],["11943.553","4541.605"],["11952.015","4585.549"],["11919.674","4536.045"],["11973.624","4592.946"],["7806.880","12940.936"],["7925.919","12946.948"],["10782.037","8920.156"],["10728.151","8940.503"],["10790.825","8910.026"],["10828.368","8949.413"],["10878.081","8932.924"],["10142.924","10956.839"],["10115.551","11003.612"],["10130.378","11057.713"],["14899.326","6322.967"],["14948.567","6237.268"],["14908.770","6309.091"],["8655.978","14889.999"],["8776.499","14953.939"],["7255.718","7722.063"],["7159.137","7698.543"],["16082.516","5561.285"],["16044.485","5568.103"],["7178.182","8092.195"],["7144.986","8059.342"],["7097.687","8040.055"],["7127.359","8013.019"],["7271.314","7976.738"],["16203.392","5900.568"],["16219.306","5855.446"],["16166.471","5784.930"],["16212.252","5788.571"],["5703.214","9810.814"],["5795.997","9805.229"],["13443.782","13327.261"],["13605.418","13281.385"],["5403.009","9197.444"],["16916.073","7791.925"],["16937.440","7777.226"],["16881.611","7844.891"],["16818.447","7830.829"],["16794.255","7721.543"],["16858.447","7729.887"],["16903.484","7689.576"],["2609.532","11245.382"],["2490.103","11136.544"],["2476.877","11271.045"],["2493.597","11192.103"],["5350.127","7953.340"],["5391.567","8092.255"],["5302.457","8091.909"],["5360.247","8073.091"],["5394.298","7961.517"],["14071.565","10961.948"],["14103.805","11011.967"],["14097.563","10966.525"],["14160.924","10910.137"],["14178.018","10987.079"],["14130.511","11026.118"],["14165.166","11015.088"],["14143.382","11043.816"],["14134.237","11053.537"],["14058.500","11017.503"],["14044.227","10975.442"],["14165.166","11015.088"],["5618.312","9175.423"],["5525.976","9096.945"],["5600.409","8990.426"],["10629.981","7472.118"],["10644.571","7454.997"],["10482.768","7394.687"],["10233.464","7736.852"],["10150.162","7878.715"],["10162.160","7717.224"],["10201.373","7850.186"],["7719.125","16647.814"],["15472.563","5346.728"],["15339.181","5341.264"],["15447.018","5345.856"],["15418.547","5285.880"],["15394.301","5301.721"],["8443.092","18737.098"],["15076.466","5817.175"],["15050.926","5783.656"],["15029.222","5987.725"],["14966.198","5943.585"],["14896.076","5991.620"],["6529.654","13210.417"],["6478.290","13347.200"],["7187.681","13354.883"],["7221.076","13358.850"],["7187.249","13276.631"],["6510.404","9476.634"],["6614.708","9492.720"],["10885.987","8950.243"],["6309.515","8824.399"],["6934.892","5958.009"],["15274.924","5425.634"],["15264.317","5533.406"],["13274.613","11683.766"],["13181.366","14308.092"],["13177.040","14417.092"],["8895.088","18517.091"],["7101.054","7846.493"],["7147.064","7814.313"],["13036.444","12468.789"],["13047.151","12433.635"],["13154.892","12481.362"],["6725.570","13456.744"],["12053.916","5921.206"],["11991.052","5862.790"],["11971.469","5957.362"],["12013.396","5955.550"],["12072.575","5825.893"],["12089.260","5864.301"],["12101.375","5805.943"],["3342.510","8206.772"],["3338.760","8111.898"],["3443.540","8202.260"],["3475.998","8259.714"],["10261.010","7648.442"],["10411.454","7658.606"],["10330.787","7673.635"],["10400.518","7584.363"],["10327.226","7593.414"],["4995.692","6117.714"],["8158.319","15376.100"],["8216.321","15406.124"],["6312.110","14500.425"],["9333.476","13896.283"],["9269.209","13925.459"],["10331.919","10837.105"],["5153.904","10822.217"],["5643.444","8932.928"],["5798.988","8920.113"],["5725.317","8890.565"],["13647.456","13740.413"],["13701.001","13800.648"],["13641.565","13626.824"],["13704.180","13664.066"],["7613.202","15977.270"],["7607.462","16034.443"],["7581.465","15930.302"],["15060.502","9344.085"],["6797.289","9445.176"],["6803.891","8106.909"],["6878.540","8093.545"],["14109.418","14451.758"],["7838.789","8879.780"],["14791.580","5847.466"],["14791.132","5875.479"],["14812.157","5990.693"],["4777.767","14207.238"],["6857.195","9281.487"],["7880.346","18257.599"],["7921.837","18293.633"],["6979.380","9294.718"],["5494.983","10787.988"],["5556.398","10780.364"],["5409.818","10734.505"],["5480.680","10727.983"],["5419.431","10671.098"],["5587.788","10776.727"],["5460.535","10801.732"],["5539.662","8645.538"],["5482.206","8571.383"],["5586.838","8548.256"],["7581.330","15688.593"],["16754.311","7647.701"],["16731.771","7632.014"],["16718.209","7567.129"],["16760.847","7522.648"],["16770.500","7503.367"],["12470.728","10999.231"],["12387.692","10999.378"],["9119.487","13500.170"],["9153.814","13544.731"],["6955.424","7634.499"],["9626.807","16705.483"],["9902.069","12557.978"],["6923.089","7444.178"],["6379.448","14405.184"],["6269.824","14264.191"],["4951.502","14996.385"],["1599.814","13315.065"],["9155.083","15308.773"],["2431.070","11019.871"],["2252.808","11055.330"],["2297.388","10880.087"],["5284.999","8828.225"],["5268.853","8891.701"],["1808.972","11003.264"],["1943.050","10961.166"],["12316.247","14208.850"],["5175.374","8574.306"],["5105.048","8665.540"],["5139.351","8587.407"],["7424.004","15065.890"],["5675.048","7806.031"],["5657.757","7894.373"],["9764.073","11751.028"],["11875.189","4502.602"],["11931.216","4468.237"],["11808.177","4506.154"],["11821.030","4483.185"],["11909.705","4334.050"],["11841.160","4320.264"],["11934.912","4396.852"],["11729.137","4374.416"],["11859.254","4477.376"],["11837.190","4389.109"],["11760.045","4334.451"],["11903.095","4422.015"],["11865.741","4331.528"],["11816.514","4308.808"],["11838.511","4363.737"],["11744.513","4496.559"],["11759.713","4486.675"],["11782.306","4422.929"],["8205.779","15542.425"],["13501.626","14965.640"],["13530.443","13845.258"],["13447.598","13975.993"],["13618.406","13894.135"],["10217.325","10089.188"],["10152.000","10020.150"],["10245.791","10107.420"],["10237.821","10044.461"],["10148.334","10080.165"],["10170.266","10100.137"],["5004.888","6410.060"],["5043.042","6377.442"],["4965.018","6334.034"],["4990.890","6315.814"],["5117.850","6224.236"],["15023.580","6019.467"],["14979.080","6020.344"],["14911.356","6051.630"],["14905.220","6066.741"],["7068.757","13439.611"],["7047.254","13577.343"],["7080.203","13409.407"],["7051.499","13566.200"],["7021.057","13553.887"],["6943.119","13554.298"],["5483.105","7311.231"],["3168.021","8556.572"],["13984.740","10952.242"],["14027.157","10914.258"],["14037.524","10941.433"],["14019.226","11021.674"],["13976.406","10992.082"],["13996.650","11000.292"],["13937.848","10975.163"],["6485.196","15313.479"],["7567.185","15488.233"],["7548.275","15418.542"],["6587.788","14412.725"],["14297.641","9112.397"],["14333.230","9160.916"],["14385.148","9110.773"],["14414.174","8986.979"],["14344.273","9119.053"],["6068.793","8023.953"],["6121.609","7905.855"],["6020.939","14346.272"],["5516.013","7556.712"],["6787.136","12627.551"],["8234.442","18552.089"],["8242.588","18520.257"],["9143.669","18657.684"],["7051.972","13348.872"],["13845.167","11326.492"],["3413.169","8378.900"],["5367.713","7650.451"],["17076.137","7695.556"],["7994.803","8927.425"],["7940.665","8886.073"],["4872.778","6356.664"],["4786.897","6291.921"],["4822.279","6286.371"],["4864.906","6213.061"],["4916.623","6262.361"],["4953.932","6408.828"],["4946.497","6211.416"],["14749.520","6283.296"],["14857.679","6265.071"],["7998.349","8603.855"],["6654.027","9362.398"],["6655.708","9419.580"],["6888.691","9405.608"],["6895.906","9373.733"],["6330.151","9635.102"],["9207.714","12820.402"],["9304.888","12864.020"],["5439.267","11448.415"],["16228.213","7506.195"],["16189.618","7655.201"],["16221.605","7611.108"],["16259.959","7594.597"],["16271.706","7617.658"],["13897.139","14905.643"],["10442.983","7884.846"],["6086.049","7779.300"],["6936.999","7925.676"],["6898.293","8017.797"],["5596.484","8410.243"],["5605.354","8359.810"],["5559.138","8405.657"],["5526.373","8357.761"],["8422.361","15524.222"],["12155.910","14410.924"],["7195.999","15462.074"],["7107.409","15473.396"],["12143.065","5740.336"],["12142.552","5774.564"],["12107.330","5781.369"],["12077.119","5766.390"],["12087.445","5738.863"],["4572.005","11015.043"],["4660.505","10993.187"],["4579.780","10951.922"],["4624.862","10872.687"],["4643.537","11021.788"],["4587.379","10995.489"],["6727.996","5937.946"],["6769.637","5826.334"],["12639.881","12362.944"],["11724.816","4347.464"],["11669.016","4369.396"],["11700.764","4334.519"],["7523.786","8057.278"],["14779.041","9103.835"],["6798.643","7971.149"],["6694.514","7941.929"],["7895.574","12836.764"],["6526.799","7989.346"],["8918.203","13227.006"],["12812.650","13334.361"],["12974.299","13339.828"],["13736.239","8929.388"],["6692.343","12796.418"],["7425.426","18017.646"],["4370.022","11058.651"],["4492.057","11004.922"],["4474.521","11054.300"],["4551.112","11051.762"],["4528.844","10941.734"],["4426.697","10948.296"],["4360.970","11015.267"],["13900.936","13832.378"],["13940.985","13903.752"],["8338.903","14220.520"],["8292.666","14226.938"],["8175.507","14222.139"],["8185.747","14045.256"],["8697.523","15221.897"],["8669.518","15267.862"],["8168.321","16002.097"],["15042.347","8731.598"],["9832.105","9536.071"],["9872.300","9533.992"],["9869.328","9581.290"],["9835.280","9477.994"],["9658.626","13378.530"],["6019.333","8842.097"],["5902.757","8878.768"],["5991.988","8840.748"],["5904.631","8872.928"],["5958.686","8821.596"],["9518.981","13868.334"],["6843.720","15468.206"],["10377.185","7475.389"],["10301.329","7498.379"],["6887.336","7795.567"],["8670.134","14794.980"],["10405.963","8192.162"],["10449.925","8230.211"],["10319.346","8157.967"],["7591.224","17326.883"],["9224.127","15604.638"],["5449.703","7851.447"],["13020.827","10781.367"],["16741.642","7697.866"],["16743.528","7800.926"],["16722.449","7739.949"],["5920.787","15042.081"],["6977.401","7913.118"],["7190.022","15287.608"],["7273.430","15220.165"],["6684.195","9452.874"],["6664.961","9038.533"],["6137.079","8111.431"],["6057.872","8211.932"],["6136.101","8172.899"],["12524.870","14295.847"],["14095.291","14630.194"],["14091.490","14583.554"],["14449.839","8716.934"],["14295.217","8676.058"],["6431.090","11573.363"],["7739.543","12312.161"],["4323.314","10590.667"],["13133.997","13324.669"],["13079.456","13311.328"],["13015.003","13197.520"],["13134.919","13344.426"],["13605.962","14703.399"],["5970.984","8054.324"],["5858.117","8058.148"],["6033.758","8018.333"],["6009.491","7871.419"],["5911.899","7744.658"],["7830.058","8613.842"],["7879.702","8569.061"],["7777.668","8533.201"],["7870.719","8717.731"],["7839.495","8704.239"],["12864.353","13631.928"],["6802.635","18497.934"],["9411.221","15108.930"],["7904.329","13544.648"],["6428.367","12775.510"],["9671.732","7319.475"],["6602.459","7504.574"],["6555.304","7592.880"],["6549.219","13657.604"],["3625.980","7968.183"],["3623.549","8067.847"],["3668.617","7988.649"],["4288.335","10669.551"],["4328.831","10778.769"],["4251.156","10841.512"],["15302.009","5691.244"],["15216.880","5644.045"],["15194.372","5637.067"],["15195.756","5730.722"],["15283.168","5589.730"],["15126.329","5756.329"],["15113.199","5657.957"],["15271.515","5691.095"],["15274.605","5671.859"],["7401.479","15089.417"],["4811.315","9623.482"],["12168.575","5870.130"],["12174.247","5910.366"],["12197.467","5892.182"],["12186.912","5854.099"],["12148.040","5984.213"],["12204.148","5785.555"],["12274.417","5941.699"],["8867.597","13102.663"],["7474.312","15788.167"],["7375.369","15788.858"],["7364.017","8951.286"],["7461.870","8922.017"],["7407.352","8894.719"],["4515.679","14146.105"],["6319.036","7491.918"],["6427.674","7528.698"],["10078.853","8079.218"],["10215.410","7994.131"],["10218.358","7960.968"],["10116.287","8060.742"],["10047.416","7904.844"],["14654.484","9013.318"],["10050.273","7850.170"],["10045.034","7811.655"],["9594.067","9443.561"],["14324.883","9217.973"],["6917.135","18325.407"],["4425.922","9716.302"],["4497.780","9598.826"],["4500.650","9749.139"],["4526.524","9655.998"],["12745.752","13351.749"],["13833.052","9659.566"],["9179.119","17317.629"],["8740.574","18198.299"],["8628.496","18190.062"],["8652.057","18165.408"],["8101.548","18105.622"],["11841.308","13352.774"],["6384.421","13975.624"],["6283.467","13956.809"],["6339.621","13866.380"],["6432.649","13848.328"],["13103.780","4298.856"],["13041.624","4108.192"],["13111.372","4228.621"],["13190.872","4275.318"],["13015.141","4266.750"],["13072.383","4187.892"],["13005.170","4183.991"],["12996.968","4101.073"],["13038.713","4207.276"],["13037.691","4128.955"],["13146.084","4154.277"],["13099.258","4167.581"],["13060.126","4247.076"],["13015.493","4281.751"],["13129.885","4216.640"],["13005.606","4173.308"],["5378.306","10672.519"],["5297.180","10655.660"],["5283.583","10740.218"],["5333.243","10842.583"],["5329.565","10801.235"],["7789.882","17695.707"],["7893.507","17712.333"],["13628.780","14114.861"],["13763.610","14089.780"],["6579.219","9163.177"],["14151.304","8860.056"],["6173.670","13688.175"],["6343.601","7945.068"],["5414.925","10975.430"],["5514.379","10975.282"],["7906.360","9148.096"],["6438.913","13035.968"],["6390.280","13113.181"],["6087.438","14152.892"],["6224.655","14123.573"],["6207.176","14137.771"],["6094.910","14171.654"],["6458.597","7895.653"],["6461.781","7764.520"],["6257.723","7800.554"],["6310.099","7716.001"],["6467.193","14468.797"],["5481.367","9422.606"],["3993.653","12740.529"],["5425.198","9274.410"],["13162.958","4333.544"],["13078.588","4369.724"],["13010.930","4423.846"],["13064.191","4425.869"],["13100.047","4410.086"],["13079.920","4322.332"],["13197.388","4308.289"],["13123.316","4336.190"],["13021.096","4401.755"],["13106.487","4384.622"],["13004.985","4324.579"],["8022.497","12856.647"],["8001.910","12799.499"],["8002.063","12773.023"],["8119.663","12946.396"],["8076.236","12947.614"],["8462.224","14705.636"],["8046.820","17618.478"],["13417.054","14274.463"],["13447.862","14253.625"],["13536.553","14363.997"],["13697.792","14513.984"],["13656.920","14480.392"],["13633.136","14549.838"],["13630.110","14512.001"],["13597.802","14126.112"],["8528.075","18557.631"],["4501.115","9331.540"],["4520.373","9250.726"],["5235.932","8523.735"],["5302.100","8488.001"],["5398.014","8407.425"],["5314.209","8330.756"],["5205.902","8403.675"],["14823.660","6170.304"],["14818.010","6037.389"],["14836.781","6048.958"],["6015.425","9415.236"],["8275.721","14600.017"],["8845.284","12821.019"],["8859.054","12809.871"],["7052.288","12866.461"],["7064.966","12897.233"],["5193.886","7908.858"],["5152.631","8074.492"],["6637.656","13831.779"],["6485.458","13841.297"],["15606.364","5452.028"],["8258.246","13215.053"],["3611.169","8367.953"],["8070.227","13139.017"],["13703.090","13855.990"],["13672.428","13872.747"],["6005.211","9055.099"],["8579.655","18266.200"],["8715.942","10220.709"],["7588.278","18256.657"],["7687.164","18385.438"],["9181.931","18687.303"],["9145.525","18687.256"],["5172.394","15050.402"],["5035.388","14952.094"],["14127.504","14663.010"],["15284.724","5220.259"],["1527.718","13538.244"],["1591.335","13580.709"],["1517.571","13424.591"],["2553.662","11390.418"],["2518.723","11305.560"],["10477.194","7967.968"],["10623.457","7914.803"],["10482.189","8038.004"],["10557.941","7945.445"],["10570.597","7911.400"],["10590.322","8017.179"],["10237.193","7407.339"],["10212.602","7472.122"],["10135.466","7445.589"],["6832.732","14566.894"],["8779.315","10260.210"],["8810.130","10231.285"],["8832.280","10294.927"],["8792.592","10400.368"],["12915.962","12670.684"],["12901.409","12706.013"],["5630.562","7474.512"],["5679.697","7540.632"],["5812.677","7584.924"],["12839.665","7566.584"],["16123.755","5845.301"],["16012.897","5785.857"],["16052.382","5881.918"],["15982.667","5910.036"],["7315.994","18210.728"],["5540.950","8449.407"],["5462.778","8330.425"],["9999.058","7699.415"],["10016.219","7853.715"],["10009.621","7806.173"],["10010.986","7711.569"],["14290.978","4789.841"],["14276.016","4742.935"],["14312.449","4824.458"],["13590.890","13413.028"],["13416.975","13429.267"],["13442.289","13572.202"],["13425.346","13535.469"],["13435.333","13438.473"],["13521.325","13487.654"],["8428.728","16005.186"],["8375.056","16068.897"],["8495.511","16096.455"],["8489.588","16031.209"],["8528.423","15964.988"],["8500.433","16058.450"],["8475.762","15995.117"],["8398.591","15936.561"],["8370.939","16104.102"],["8423.271","16124.518"],["8395.519","16084.651"],["8419.759","15969.907"],["8458.167","15976.287"],["8413.160","16040.102"],["8393.819","15985.009"],["8533.641","16004.902"],["8416.491","15948.908"],["8432.909","15933.748"],["8490.951","15996.658"],["8519.250","15938.131"],["8464.318","16013.942"],["8383.251","15998.680"],["8574.593","17491.847"],["8593.096","17424.676"],["8603.573","17417.608"],["8639.922","17416.880"],["8633.894","17604.555"],["8612.612","17543.366"],["8627.718","17565.951"],["8623.772","17610.394"],["8613.337","17425.149"],["8586.281","17422.573"],["7599.450","17020.592"],["7630.405","17059.188"],["7691.635","17110.894"],["7564.687","16994.282"],["7594.440","16995.207"],["7672.239","17072.010"],["7644.390","17097.437"],["7562.695","17106.909"],["7520.451","17058.473"],["7575.404","17051.284"],["7541.219","17110.818"],["7536.724","17080.466"],["7666.617","17100.710"],["7717.113","17112.733"],["7660.178","17054.796"],["11074.627","17661.994"],["7707.351","12335.350"],["8838.222","18342.395"],["9805.485","18279.990"],["9790.365","18263.654"],["9754.909","18330.102"],["9707.552","18350.742"],["9787.815","18371.898"],["9718.558","18388.062"],["9720.301","18418.880"],["9720.323","18417.554"],["9801.299","18457.470"],["9622.933","16213.365"],["9624.435","16285.603"],["8297.016","16355.063"],["8234.236","16370.717"],["8271.253","16385.418"],["8531.321","17783.581"],["8478.516","17824.740"],["8400.923","17813.649"],["8522.315","17707.257"],["8564.815","17708.248"],["8448.500","17645.432"],["8461.938","17653.689"],["8854.950","17078.469"],["8792.202","17161.870"],["8849.225","16999.233"],["8825.087","17003.689"],["8797.415","17040.474"],["8814.690","17028.068"],["8858.630","17033.744"],["8801.581","17104.012"],["8785.232","17130.740"],["8884.858","17024.339"],["8870.778","16989.647"],["8839.028","17076.297"],["8845.511","17133.030"],["8786.046","17011.928"],["13766.767","14786.091"],["13781.428","14676.464"],["7724.772","16504.097"],["7664.168","16378.273"],["7658.086","16428.591"],["7662.855","16460.746"],["7712.593","16551.334"],["7811.399","17901.013"],["7741.241","17880.715"],["7756.212","17864.682"],["7924.146","17949.961"],["9535.602","18448.788"],["9546.194","18415.130"],["10038.242","18036.408"],["9892.138","18001.312"],["9548.701","16791.190"],["7847.031","16002.232"],["7839.069","16083.395"],["13271.651","14232.694"],["8461.740","15904.313"],["8369.041","15859.322"],["8466.046","15891.704"],["8516.648","15906.704"],["8478.237","15919.309"],["13295.880","14408.074"],["7781.325","17201.626"],["13265.544","12926.511"],["13332.506","12967.659"],["8517.713","16428.809"],["8478.985","16457.345"],["8423.567","16400.263"],["8450.195","16399.809"],["8395.001","16357.875"],["8396.649","16424.690"],["8563.138","16470.004"],["8551.820","16530.982"],["8533.368","16537.955"],["8491.203","16491.608"],["8519.226","16477.777"],["8384.865","16383.515"],["8361.121","16360.648"],["8502.068","16355.738"],["8504.636","16388.544"],["8546.863","16518.863"],["10238.105","17399.685"],["9603.630","15833.216"],["7296.743","17291.569"],["7287.544","17338.299"],["7155.730","17356.201"],["7191.847","17288.926"],["9906.599","17677.287"],["9836.842","17709.963"],["13696.691","12756.219"],["9052.826","17844.347"],["9028.753","17995.917"],["9144.763","17894.525"],["8862.724","16355.310"],["8969.626","16476.878"],["8890.484","16420.957"],["7247.142","16996.674"],["7214.906","17049.603"],["7232.664","17169.920"],["7237.213","17148.319"],["8988.161","15926.139"],["8447.190","17219.099"],["8453.950","17209.652"],["8431.708","17249.048"],["8390.392","17261.286"],["8358.399","17310.028"],["8365.174","17265.005"],["8524.262","17318.192"],["8529.488","17368.243"],["8534.165","17265.041"],["8544.117","17254.656"],["8439.807","17308.775"],["8106.472","18416.791"],["8221.422","17422.460"],["8244.786","17432.278"],["8320.364","17422.110"],["8187.252","17441.934"],["9634.454","17425.475"],["9702.474","17545.974"],["9741.455","17553.555"],["9779.222","17579.286"],["9402.844","16780.401"],["9284.701","16860.127"],["9013.651","16409.274"],["9011.254","16461.200"],["13743.153","13952.978"],["8273.972","17631.851"],["8153.773","17683.578"],["8169.825","17688.475"],["8350.278","17828.556"],["12873.237","12687.293"],["8709.439","16369.122"],["13153.461","13399.063"],["10305.417","17428.977"],["10297.049","17474.415"],["10360.044","17615.311"],["8786.697","17381.136"],["8928.344","17359.550"],["9666.355","18582.792"],["8653.392","17390.307"],["8568.360","17315.711"],["8589.034","17339.196"],["8611.773","17370.276"],["8606.148","17378.500"],["8631.613","17340.081"],["8622.238","17400.477"],["8631.485","17375.218"],["8615.647","17364.697"],["8609.841","17306.211"],["8590.697","17330.637"],["8775.411","17211.718"],["12891.623","12840.384"],["7344.539","16887.116"],["7317.203","16874.043"],["7479.178","16983.097"],["7496.924","16971.206"],["7475.877","16950.349"],["7491.222","16923.941"],["7469.483","16900.699"],["7504.669","16804.975"],["13504.979","13006.690"],["8341.707","18401.078"],["8218.198","18259.987"],["8070.269","17760.827"],["8044.989","17780.017"],["8117.365","17775.163"],["8142.769","17761.657"],["13256.957","13448.434"],["13331.552","13458.297"],["13242.330","13413.448"],["13311.512","13573.191"],["13250.714","13518.735"],["8880.988","16908.338"],["8939.354","16926.766"],["8868.509","16898.827"],["8835.901","16976.906"],["8782.149","16974.686"],["8826.099","16945.035"],["8816.610","16967.384"],["8861.961","16945.690"],["8851.393","16969.100"],["8909.094","16942.740"],["8939.012","16876.957"],["8899.839","16921.990"],["8910.550","16899.513"],["8981.009","16903.533"],["8975.615","16937.927"],["8914.403","16949.444"],["8806.442","16958.866"],["8556.279","16050.560"],["8566.151","16071.484"],["8109.143","18683.908"],["7985.376","18862.372"],["7019.086","16904.480"],["6971.882","16945.336"],["7009.920","16955.729"],["6998.373","16855.765"],["8624.715","16461.499"],["8579.848","16411.997"],["8604.625","16442.989"],["8569.023","16525.238"],["8647.607","16491.870"],["8624.780","16484.293"],["8637.829","16404.583"],["8657.860","16451.636"],["8700.471","16441.732"],["8744.664","16471.129"],["8718.193","16490.863"],["8773.107","16480.870"],["8610.340","16481.341"],["8592.775","16489.231"],["8583.667","16454.752"],["8710.647","15515.093"],["9991.973","16538.612"],["9836.047","16421.430"],["9889.595","16561.300"],["9049.931","17030.164"],["8989.241","17086.157"],["8995.657","17013.108"],["7963.616","17558.600"],["8020.898","17568.050"],["8028.026","17573.285"],["7983.305","17562.633"],["8804.039","16529.138"],["8839.118","16548.417"],["7684.867","17007.129"],["7690.946","17017.089"],["7717.740","16998.797"],["8971.584","17863.657"],["8873.936","17960.950"],["8801.258","17875.176"],["8781.642","18021.524"],["8641.393","17165.628"],["8709.584","17173.733"],["8690.040","17153.375"],["8593.963","17028.562"],["8657.596","17098.725"],["8654.891","17119.368"],["8627.524","17025.974"],["8621.587","17054.910"],["8635.070","17037.598"],["13809.244","14360.510"],["13700.657","14381.795"],["7069.623","17010.123"],["7071.984","17160.966"],["7055.705","17017.522"],["7655.092","16966.806"],["7690.038","16939.661"],["7619.466","16976.694"],["7642.968","16958.545"],["10154.717","17762.988"],["10133.385","17831.312"],["8158.432","17940.415"],["8162.544","17963.801"],["8511.640","15853.475"],["8492.054","15886.475"],["8532.574","15908.387"],["8477.736","15859.791"],["7293.351","17424.140"],["7215.996","17417.089"],["13356.069","13199.544"],["7388.746","17156.633"],["7493.659","17149.536"],["7315.440","17064.379"],["7313.744","17170.891"],["7413.888","17076.041"],["7425.779","17063.803"],["7495.686","17067.460"],["10355.965","17653.973"],["10381.671","17648.292"],["10410.750","17662.264"],["10443.811","17813.928"],["10402.539","17814.846"],["10267.708","17698.893"],["10284.743","17715.413"],["10379.438","17732.345"],["10382.793","17650.148"],["10353.580","17657.813"],["10349.550","17659.547"],["10006.191","16302.489"],["9861.772","16291.327"],["9917.444","16247.058"],["9945.564","16768.948"],["9883.918","16740.473"],["8997.314","17503.351"],["8478.775","18325.320"],["8400.118","18388.768"],["8528.551","18143.596"],["8520.343","18231.352"],["13500.172","13824.687"],["8919.419","16697.465"],["8901.919","16721.264"],["8809.964","16688.572"],["8903.118","16675.808"],["8870.506","16661.401"],["8851.920","16617.294"],["8874.089","16590.971"],["13290.993","13828.116"],["13229.190","13837.795"],["8119.733","17653.845"],["8386.420","16559.475"],["8741.136","17024.426"],["8740.609","17052.314"],["8674.128","16995.192"],["8761.385","17046.999"],["8709.748","17111.220"],["8770.520","17164.817"],["8724.653","17024.725"],["8685.162","17007.381"],["8772.687","17096.440"],["8769.042","16987.764"],["7750.661","12216.987"],["9979.914","18239.129"],["10014.364","18199.477"],["9893.341","18223.925"],["8105.131","15823.723"],["7468.934","17623.962"],["7429.017","17774.203"],["7409.119","17754.935"],["7570.421","17569.978"],["7587.065","17530.556"],["8394.764","17039.689"],["8417.438","17171.067"],["8447.392","17158.096"],["8489.098","17170.672"],["8513.144","17078.060"],["8437.184","17033.568"],["8416.309","17039.597"],["8567.074","17010.640"],["8498.545","16990.639"],["7900.059","16991.221"],["7897.736","17024.550"],["7893.234","17052.080"],["7861.145","17041.461"],["7825.306","17026.302"],["7807.165","17048.977"],["7793.537","17131.539"],["7804.018","17170.574"],["7779.073","17139.122"],["7785.059","17138.923"],["7745.848","17085.854"],["7239.461","16514.755"],["7232.410","16557.301"],["9112.357","15254.546"],["7123.360","17011.486"],["12930.967","13171.776"],["13664.267","13788.441"],["7502.875","15426.832"],["7386.416","15413.963"],["8948.949","17167.381"],["8904.752","17118.848"],["8916.762","16989.440"],["13570.496","13652.208"],["8667.518","18016.267"],["8581.167","17972.600"],["8674.069","17990.336"],["8727.803","17943.070"],["8749.080","18028.460"],["8749.080","18028.460"],["6634.662","12808.012"],["6674.017","12897.734"],["9357.318","16514.244"],["9385.780","16529.837"],["10066.816","17942.845"],["10058.559","17937.428"],["10143.016","18038.773"],["10136.897","18004.950"],["10094.170","17975.082"],["10123.397","17982.101"],["13252.335","13659.232"],["13137.318","14153.810"],["13093.655","14066.094"],["8017.362","15671.219"],["8106.780","15637.140"],["8080.033","15626.325"],["7940.893","15616.460"],["13334.766","13044.612"],["13137.479","13084.867"],["13098.786","13173.797"],["8232.029","16421.786"],["8251.322","16426.427"],["8270.462","16471.055"],["8311.473","16490.517"],["8342.797","16484.547"],["8332.064","16446.415"],["8291.433","16455.342"],["8272.886","16437.000"],["8305.768","16547.890"],["8251.237","16522.868"],["8284.828","16501.825"],["10215.715","17427.562"],["7361.464","16757.904"],["7459.205","16601.007"],["8323.557","17269.254"],["8351.896","17222.251"],["8280.908","17286.360"],["12987.507","12376.292"],["12880.183","12436.613"],["7177.502","16953.983"],["7233.089","16858.324"],["7225.517","16953.685"],["7242.211","16899.086"],["7161.399","16887.001"],["7287.791","16812.766"],["7130.506","16780.763"],["8051.758","16821.572"],["8034.961","16828.756"],["7998.957","16843.204"],["7990.996","16836.961"],["7996.039","16857.799"],["7964.490","16849.252"],["7960.985","16941.912"],["7941.394","16902.588"],["7593.704","17646.137"],["9606.189","16149.782"],["9420.185","16193.439"],["9454.595","16289.588"],["9508.170","16327.347"],["9541.668","16264.040"],["9534.324","16315.209"],["9599.353","16336.321"],["9545.979","16303.093"],["9546.266","16327.847"],["13943.305","14681.538"],["8799.780","15193.059"],["9172.903","15838.447"],["8335.541","16669.669"],["8317.991","16635.231"],["8178.517","16737.648"],["8159.043","16751.653"],["8345.541","16715.437"],["10566.082","18104.168"],["10607.677","18111.593"],["7760.250","16836.822"],["7904.694","16782.477"],["7792.568","16835.887"],["7820.738","16785.627"],["7839.520","16837.742"],["7838.089","16835.776"],["7907.435","16823.449"],["7905.393","16843.152"],["7919.489","16877.499"],["7855.182","16934.172"],["7866.708","16816.379"],["7866.132","16847.296"],["7783.418","16980.530"],["7807.069","16969.646"],["7861.114","16973.034"],["7895.378","16948.025"],["7770.613","16986.030"],["7728.252","16835.892"],["7750.823","16862.307"],["7729.901","16958.149"],["9132.944","17807.718"],["9003.197","17800.519"],["9150.225","17642.310"],["9165.484","17746.567"],["9185.274","17760.620"],["9184.928","17691.947"],["9050.082","17641.148"],["7642.750","18082.610"],["7516.586","18232.829"],["7233.544","12863.536"],["8885.541","15549.606"],["9474.054","18785.809"],["9484.482","18770.912"],["9455.968","18796.555"],["9461.577","18814.738"],["9416.771","18794.898"],["8412.746","17841.746"],["8481.417","17891.789"],["8465.920","17938.579"],["8381.364","17944.129"],["8451.270","17894.548"],["8453.441","17896.844"],["8439.338","17880.660"],["8407.952","17911.608"],["8483.634","18010.220"],["8478.110","17933.272"],["8527.915","17970.531"],["8527.426","17940.716"],["8566.756","17928.977"],["8389.324","18036.638"],["8389.341","18034.739"],["9828.646","17654.363"],["8358.246","17472.838"],["8519.728","17466.281"],["8540.353","17439.873"],["8530.095","17463.261"],["8538.574","17477.769"],["8530.383","17513.657"],["8499.877","17524.100"],["8481.630","17587.236"],["8401.634","17585.942"],["8406.239","17578.642"],["8362.023","17556.265"],["8373.454","17589.098"],["8416.839","17567.441"],["8466.921","17596.359"],["10456.870","17880.633"],["10398.568","17878.481"],["10390.590","17894.379"],["10389.488","17985.708"],["10400.088","18011.767"],["10307.807","18025.823"],["10424.374","17967.470"],["7848.137","18130.688"],["7879.462","18145.158"],["7738.405","18218.674"],["13887.973","14072.718"],["8973.655","18145.158"],["8923.854","18243.227"],["8936.858","18080.698"],["8886.682","18144.432"],["8922.990","18164.410"],["9074.808","15555.646"],["9059.021","15707.826"],["9035.484","15624.958"],["7519.138","17346.549"],["7528.854","17405.922"],["7704.986","17389.386"],["7860.708","17889.221"],["7915.659","17998.538"],["7506.904","16464.084"],["7474.159","16477.875"],["9837.129","18268.631"],["9850.560","18332.420"],["9832.487","18410.038"],["9834.428","18433.556"],["7831.668","17490.125"],["7883.472","17520.287"],["7843.538","17544.977"],["7827.738","17521.088"],["7751.662","17410.898"],["7779.837","17439.288"],["9258.496","17361.794"],["9249.366","17404.609"],["9391.672","17484.160"],["9336.635","17460.186"],["10607.584","17716.981"],["10579.048","17712.588"],["10469.471","17782.745"],["10486.149","17814.999"],["13174.219","12830.239"],["13818.220","14881.146"],["7861.545","17595.627"],["7773.248","17525.234"],["8272.727","17461.282"],["8267.974","17476.624"],["8235.000","17452.361"],["8336.404","17453.531"],["8295.942","17577.351"],["8282.695","17571.836"],["8264.550","17557.025"],["8277.708","17530.369"],["8325.277","17493.035"],["8342.319","17544.238"],["8232.120","17520.833"],["8230.938","17526.559"],["8272.342","17604.319"],["8081.045","16408.245"],["7997.458","16430.643"],["8031.027","16407.557"],["8688.613","17624.045"],["8688.284","17637.884"],["8697.135","17659.820"],["8698.599","17657.541"],["8743.290","17796.956"],["8719.141","17773.517"],["8145.425","17118.500"],["8109.708","17128.937"],["12943.244","13402.087"],["12885.592","13599.199"],["9021.558","16878.954"],["8997.289","16882.257"],["8320.583","15856.376"],["8329.432","15881.919"],["7682.111","15535.167"],["9629.904","15877.235"],["8088.605","16557.794"],["8111.308","16527.984"],["7972.283","16427.458"],["8060.539","16452.346"],["7965.082","16389.537"],["8044.598","16521.209"],["7957.764","16463.646"],["9007.363","18136.961"],["8940.392","16201.817"],["8984.389","16219.125"],["9015.427","17382.451"],["8430.610","16874.425"],["8373.622","16827.047"],["8357.590","16846.199"],["8431.741","16984.811"],["8359.173","16965.817"],["8490.447","16965.042"],["8570.066","15925.909"],["7628.370","15884.662"],["7527.000","15724.886"],["9329.189","16019.807"],["9295.997","16018.464"],["9237.625","16120.710"],["9307.099","16057.952"],["8648.844","15309.449"],["13507.344","13349.884"],["6749.890","17604.157"],["8169.249","16943.524"],["8245.358","16974.677"],["8265.650","16880.008"],["8288.528","16892.874"],["8274.805","16878.952"],["8230.347","16893.700"],["8241.184","16865.955"],["8210.888","16874.477"],["8186.326","16780.218"],["8175.602","16777.724"],["8221.865","16792.891"],["8208.866","16801.504"],["8203.207","16821.076"],["8188.453","16873.694"],["8195.743","16924.420"],["8246.993","16962.008"],["8308.009","16966.720"],["8286.329","16932.768"],["8317.085","16971.969"],["9232.089","17780.672"],["7797.770","15916.133"],["8344.517","17330.160"],["8343.578","17298.003"],["8220.155","17407.266"],["8272.404","17404.650"],["7662.036","16616.597"],["7537.112","16743.322"],["6545.328","13234.447"],["9368.622","18688.584"],["9404.813","18805.748"],["13082.776","14388.862"],["8810.779","16334.800"],["13052.064","12452.677"],["10338.141","18066.075"],["10443.281","18068.164"],["10419.975","18062.284"],["10439.417","18190.752"],["10441.456","18124.905"],["7348.668","17346.980"],["7481.211","17336.580"],["7488.137","17211.772"],["7452.101","17226.785"],["7351.974","17200.638"],["7335.345","17277.416"],["7326.672","17349.579"],["7438.419","17370.132"],["7417.403","17272.727"],["7441.597","17258.491"],["9617.876","16645.082"],["9616.774","16651.985"],["9538.969","16566.005"],["9493.176","16579.315"],["9556.931","16580.064"],["9562.177","16629.726"],["9430.991","16593.846"],["9419.983","16696.819"],["9454.979","16662.405"],["9537.246","16683.347"],["9579.374","16700.199"],["7779.052","16736.121"],["7867.476","16602.310"],["7882.422","16667.133"],["7893.872","16614.745"],["7886.734","16569.427"],["7815.193","16628.877"],["7843.702","16649.946"],["7867.542","16757.129"],["7824.168","16688.465"],["7735.917","16744.891"],["7752.960","16725.984"],["7803.121","16740.895"],["8644.851","16831.807"],["8568.468","16860.111"],["8731.856","16813.841"],["8728.361","16844.090"],["8759.007","16933.059"],["8752.930","16891.783"],["8727.990","16941.201"],["8741.872","16958.080"],["8689.886","16940.697"],["8612.024","16859.877"],["8620.037","16806.079"],["8580.285","16780.704"],["8707.054","16805.996"],["8753.189","16968.241"],["8660.002","16872.411"],["8573.021","16912.165"],["8596.914","16923.191"],["8663.797","16900.738"],["8642.086","16892.312"],["8603.698","16902.317"],["8631.318","16907.111"],["8655.314","16923.112"],["8607.170","16022.271"],["8602.750","15965.362"],["8570.780","15956.496"],["8600.328","16104.230"],["8576.464","15995.844"],["8569.215","16100.669"],["8305.137","16314.782"],["8264.952","16329.447"],["7010.449","17682.895"],["7076.057","17760.947"],["8172.839","17713.150"],["7838.671","18441.914"],["7804.155","18359.928"],["7581.028","15512.941"],["7606.975","15541.874"],["8127.718","17965.764"],["8088.426","18006.160"],["8109.426","17848.354"],["8078.371","17858.051"],["9648.551","16698.637"],["9800.439","16627.486"],["9769.548","16569.683"],["8024.947","18251.491"],["9680.538","15705.133"],["8253.636","16295.604"],["8221.861","16330.029"],["8247.752","16272.500"],["8276.483","16244.317"],["8326.413","16245.423"],["8317.806","16173.846"],["8972.801","16048.829"],["8963.670","16083.701"],["8976.763","15984.648"],["8163.911","15532.461"],["13552.131","13973.517"],["8554.336","16300.762"],["7389.391","16683.519"],["7388.299","16685.107"],["11877.791","17482.981"],["8323.659","17893.888"],["7577.490","15440.893"],["8278.920","18641.620"],["8292.061","18529.674"],["8330.471","18565.000"],["7303.382","17723.772"],["9243.429","17427.086"],["9213.840","17478.918"],["9240.175","17524.668"],["9459.297","16761.072"],["9569.868","16763.367"],["9545.379","16736.269"],["8631.475","16318.433"],["8655.639","16308.214"],["8702.895","16348.908"],["8722.419","16241.942"],["8265.345","16604.794"],["8278.840","16703.402"],["8318.459","16593.092"],["8273.922","16636.711"],["9624.855","16402.087"],["9721.083","16537.515"],["8546.667","16849.926"],["8553.840","16892.387"],["8540.678","16869.241"],["8528.151","16790.512"],["8504.822","16859.971"],["8522.544","16904.747"],["8483.020","16874.095"],["8506.409","16842.850"],["8480.968","16832.531"],["8532.231","16945.050"],["8503.049","16923.131"],["8505.811","16940.234"],["8496.287","16911.677"],["13936.019","14879.319"],["9581.124","16496.658"],["9598.568","16404.542"],["9597.651","16366.416"],["9555.714","16356.211"],["9536.188","16384.773"],["9462.660","16524.706"],["9409.930","16562.806"],["9497.062","16539.123"],["9610.863","16552.518"],["9559.191","16487.776"],["10050.248","18060.537"],["10134.157","18061.543"],["10129.864","18160.849"],["12750.161","12415.056"],["12647.726","12353.481"],["9593.789","15703.260"],["12890.111","13335.523"],["7955.080","16275.384"],["8006.781","16289.915"],["7515.333","16857.855"],["8838.391","17445.645"],["13900.278","13953.317"],["8082.580","15864.413"],["7264.811","16903.134"],["7610.605","17790.573"],["7545.085","17660.571"],["8152.834","15981.824"],["8353.015","16028.650"],["8331.592","16006.914"],["8346.807","15986.294"],["13649.539","13113.463"],["7830.711","16413.687"],["8621.889","18150.008"],["8658.604","18054.804"],["8621.050","18091.619"],["7559.926","17282.755"],["7573.973","17313.127"],["7547.587","17286.971"],["7519.789","17285.479"],["9213.438","15640.998"],["9279.532","15610.374"],["9339.493","15667.710"],["9373.406","15669.924"],["9393.107","15700.691"],["7031.723","17245.856"],["7088.147","17372.625"],["6366.253","13292.913"],["8861.402","17742.388"],["8947.646","17733.280"],["8554.758","16774.286"],["8565.265","16726.279"],["8537.097","16726.221"],["8537.955","16666.008"],["8378.727","16640.804"],["8558.610","16696.445"],["8502.769","16768.397"],["8543.352","16623.446"],["8548.011","16570.471"],["8359.813","16745.427"],["8388.736","16696.044"],["8554.097","16755.156"],["9351.790","16222.026"],["14075.158","14514.471"],["9014.511","17616.217"],["13044.523","13385.796"],["13092.127","13341.163"],["13095.296","13197.432"],["13473.351","14755.156"],["13488.302","14744.804"],["8493.321","18044.489"],["8427.602","18080.929"],["8511.183","18089.979"],["8526.777","18093.946"],["8395.300","18056.519"],["12969.321","13707.267"],["8515.935","16693.084"],["8448.263","16647.284"],["8427.179","16578.599"],["8500.374","16617.766"],["8524.903","16613.758"],["8440.665","16604.071"],["8980.674","16971.272"],["8954.773","16966.623"],["6462.348","12817.645"],["14121.759","14375.315"],["7470.505","17424.556"],["7497.460","17451.123"],["7507.937","17483.352"],["7479.220","17489.793"],["7466.278","17617.297"],["9016.553","16260.622"],["7474.119","15116.277"],["7408.899","15084.419"],["7930.269","16214.629"],["7750.586","16205.278"],["7760.553","16239.630"],["7744.728","16278.394"],["7739.750","16317.510"],["7877.847","16266.600"],["7924.959","16263.262"],["7841.044","16317.219"],["7808.006","16236.521"],["7859.121","16369.636"],["7907.012","16554.862"],["7912.254","16407.517"],["7929.644","16542.326"],["7789.603","16555.655"],["13893.725","12717.755"],["7379.603","15765.323"],["9662.953","17346.006"],["9665.650","17320.556"],["8317.682","18232.032"],["8207.361","18245.283"],["14023.059","15053.997"],["7706.033","16745.100"],["8732.485","18160.202"],["7915.124","17644.633"],["7876.473","17666.400"],["13646.815","14222.406"],["13696.325","14058.345"],["8396.865","16322.180"],["8390.839","16169.204"],["8372.025","16219.478"],["8445.578","16149.213"],["8391.498","16189.310"],["8440.943","16192.071"],["8444.494","16296.663"],["8407.536","16306.908"],["8473.191","16176.153"],["8484.689","16302.386"],["8421.697","16148.124"],["8499.051","16286.556"],["13953.003","12967.418"],["6957.338","17493.951"],["6899.892","17616.438"],["6420.205","13060.869"],["9516.772","18478.566"],["9510.999","18487.699"],["13542.428","12946.298"],["8330.505","16920.101"],["8350.302","16975.526"],["13511.701","14338.085"],["8785.859","18129.604"],["13640.044","14590.267"],["9434.908","16090.919"],["9485.554","16101.390"],["13440.410","14223.959"],["13556.866","14202.931"],["7735.782","17160.540"],["7737.918","17123.098"],["7755.537","17196.724"],["8088.410","16703.515"],["8062.884","16739.321"],["8073.790","16671.725"],["8101.422","16618.084"],["8119.369","16659.321"],["8114.615","16643.087"],["8074.510","16579.305"],["8055.217","16640.807"],["8076.217","16601.173"],["8086.941","16603.270"],["7993.546","16622.533"],["7980.332","16639.089"],["8106.460","16745.081"],["8108.351","16702.108"],["7985.644","16591.462"],["8574.254","17238.650"],["8666.473","17256.990"],["8763.810","17354.419"],["9043.390","16062.026"],["9050.396","16085.032"],["9030.281","16118.492"],["13717.832","13844.286"],["7499.797","17337.703"],["7481.261","17387.446"],["7455.096","17380.982"],["7512.575","17390.347"],["10463.159","17976.944"],["10517.952","17916.283"],["10512.722","17944.243"],["10566.248","17904.355"],["10497.317","17947.130"],["7525.875","17434.523"],["7551.204","17431.946"],["7697.503","17411.929"],["7633.734","18400.762"],["8989.487","18800.105"],["9000.243","18841.212"],["9220.749","15755.592"],["9240.803","15805.845"],["7338.755","17425.088"],["7353.696","17420.589"],["7387.642","17460.067"],["7393.119","17480.067"],["7401.696","17610.731"],["7394.542","17586.668"],["8751.169","16643.446"],["8699.072","16749.420"],["8589.157","16673.577"],["8587.830","16711.856"],["8602.597","16694.425"],["8745.557","16771.368"],["8718.289","16728.914"],["8734.093","16749.179"],["8745.836","16724.300"],["8720.367","16702.057"],["8652.011","16768.398"],["8658.644","16741.849"],["8589.420","16743.460"],["8746.714","16673.953"],["8598.595","16763.343"],["14055.513","14742.382"],["7498.362","18135.137"],["7451.915","18147.177"],["9595.163","17454.071"],["9437.402","17470.029"],["13504.286","13402.409"],["8457.102","16091.464"],["8466.511","16058.422"],["8379.947","16128.357"],["8444.960","16073.284"],["8921.043","18304.281"],["8880.094","18318.923"],["8887.172","18358.771"],["8945.989","18275.446"],["8425.871","17773.239"],["8561.236","17658.268"],["13731.016","14745.366"],["13705.024","14744.687"],["7670.397","16563.731"],["7632.920","16494.812"],["7836.207","16000.749"],["7879.016","16057.803"],["7824.827","16071.299"],["7730.088","15934.490"],["13315.565","14357.912"],["13213.365","14370.166"],["7786.254","17357.882"],["7730.638","17369.073"],["12599.958","14465.899"],["13327.077","12930.397"],["7356.997","15697.188"],["7218.506","15772.248"],["7175.127","17301.927"],["9931.310","17669.381"],["9070.195","16368.516"],["13790.525","12689.133"],["9074.363","17845.693"],["9063.883","17874.376"],["9172.385","17843.124"],["7255.171","17012.924"],["8079.966","18338.379"],["8382.301","15394.484"],["13006.772","13472.990"],["13049.090","13529.437"],["13162.316","13587.003"],["13113.159","13406.255"],["13639.699","12665.084"],["7345.928","17793.169"],["12922.527","12842.545"],["12935.444","12876.805"],["7335.695","16950.980"],["7386.030","16778.778"],["7338.816","16858.475"],["13425.586","13080.436"],["13468.490","13160.779"],["8286.230","18308.894"],["8297.253","18463.540"],["13261.417","13532.345"],["13351.016","14859.532"],["7740.470","17767.161"],["8126.734","18682.381"],["8077.881","18877.352"],["8681.518","15598.026"],["9984.087","16466.443"],["9838.793","16502.961"],["8063.243","17611.071"],["8834.485","17920.901"],["8809.026","17940.510"],["8834.775","18019.772"],["13672.417","14391.917"],["13786.794","14280.510"],["7648.381","16897.690"],["7669.234","16867.777"],["7255.260","17425.095"],["7212.589","17585.928"],["13339.046","13331.517"],["7415.496","17125.661"],["7440.921","17163.327"],["7332.688","17004.271"],["7360.656","16991.848"],["9943.223","16292.798"],["9890.440","16351.293"],["9155.501","17587.649"],["9022.413","17462.635"],["9198.317","17598.851"],["8438.610","18303.932"],["13477.951","13841.158"],["13082.987","13695.160"],["13231.967","13905.132"],["13315.187","13905.224"],["8117.225","15730.096"],["7478.611","17741.313"],["7440.379","17671.817"],["13092.268","12724.474"],["12968.960","13107.515"],["7360.160","15397.968"],["13531.675","13714.646"],["13430.805","13672.888"],["13595.859","13756.179"],["8746.400","17952.304"],["8709.305","17895.813"],["8669.433","17856.071"],["8688.790","17917.933"],["8645.784","17901.872"],["8777.317","17954.277"],["8758.798","17976.069"],["8589.714","17972.160"],["8608.978","18041.648"],["8602.260","17908.348"],["6488.262","12943.108"],["6665.519","12947.475"],["7589.494","17928.920"],["7538.443","17835.150"],["13319.312","13653.721"],["13201.971","13763.608"],["13356.400","13646.122"],["13159.028","14219.492"],["13155.678","14088.257"],["8103.778","15561.104"],["8002.633","15640.316"],["8095.761","15696.369"],["8131.316","15652.631"],["8069.913","15634.465"],["7973.468","15593.755"],["13240.786","13077.763"],["9631.178","16784.406"],["12852.698","12536.828"],["12827.135","12416.295"],["7691.756","17705.002"],["9515.263","16199.871"],["9093.545","15797.479"],["7844.407","16799.390"],["7814.857","16920.930"],["9135.039","17652.891"],["9182.260","17645.050"],["7654.319","18080.532"],["7594.590","18078.016"],["7632.850","18144.171"],["7585.801","18134.922"],["7538.942","18216.855"],["13072.817","12659.899"],["8949.196","15568.188"],["8892.409","15666.455"],["8367.693","17836.874"],["8559.274","17852.891"],["8393.308","17969.645"],["9655.273","17626.801"],["7754.771","18087.674"],["7818.123","18228.750"],["8941.638","18109.129"],["8866.554","18209.392"],["8911.508","18211.923"],["8964.565","18049.715"],["9420.870","17705.072"],["9515.073","17742.748"],["9304.839","17423.330"],["9364.352","17472.339"],["13805.950","14911.683"],["7802.200","17596.708"],["7785.153","17531.104"],["8751.440","17723.358"],["8743.891","17732.707"],["8599.396","17647.873"],["8670.868","17693.286"],["12981.616","13401.616"],["12968.052","13594.410"],["12875.401","13478.543"],["7623.581","15080.061"],["8109.206","18534.508"],["8968.151","15360.253"],["7678.102","15913.089"],["9848.055","16818.416"],["9962.108","16822.113"],["8567.944","15499.635"],["8852.846","15708.183"],["9958.826","17587.458"],["9971.657","17548.996"],["9938.001","17495.475"],["10003.257","17523.926"],["13555.037","13205.560"],["13441.988","13373.962"],["9605.370","17326.992"],["9497.481","17376.665"],["9441.851","17309.043"],["9493.076","17325.104"],["9433.159","17341.297"],["7762.186","15871.852"],["7693.271","16647.131"],["6553.655","13257.922"],["6499.055","13321.091"],["8885.522","18560.836"],["8825.629","18587.556"],["8826.115","18497.790"],["8828.836","18543.665"],["13102.816","12511.997"],["7376.279","17340.691"],["7346.589","17254.629"],["7447.033","17204.680"],["13769.299","13733.190"],["7740.971","18416.642"],["7818.343","18348.356"],["7883.982","18309.866"],["9718.026","16656.342"],["7435.591","15077.932"],["9360.443","17178.274"],["8203.200","15579.357"],["8175.290","15699.231"],["13531.873","14899.463"],["13523.667","13931.864"],["8344.151","17909.070"],["8353.398","18039.341"],["6721.323","12755.906"],["7566.607","15467.552"],["7579.840","15457.104"],["8289.151","18554.657"],["8344.712","18534.377"],["9115.257","18640.955"],["9169.496","18623.913"],["9131.322","18611.086"],["8399.318","15585.938"],["12675.259","12336.585"],["13830.226","13074.107"],["12873.385","13217.338"],["7625.595","16876.488"],["7654.460","16815.944"],["7581.340","16936.500"],["7609.369","16825.787"],["7620.940","16788.471"],["7416.192","17985.485"],["7489.106","17861.441"],["13880.816","13832.214"],["7620.141","17775.966"],["7625.748","17798.654"],["7673.563","17764.352"],["7708.514","17762.654"],["8225.378","15990.173"],["7754.157","16500.964"],["8568.800","18069.613"],["7676.486","17274.172"],["8926.891","17792.706"],["8815.398","17700.273"],["14172.092","14614.818"],["14178.381","14536.089"],["7663.980","12273.341"],["7683.623","12242.766"],["13090.170","13299.722"],["13494.321","14719.520"],["8368.602","18248.140"],["8426.303","18051.854"],["6379.608","12964.522"],["14079.501","14413.777"],["14041.859","14363.054"],["7431.661","15089.977"],["7772.816","16301.062"],["7917.251","16187.210"],["7851.418","16497.569"],["7907.117","16441.604"],["7457.429","15856.497"],["8349.450","18198.634"],["8250.854","18247.869"],["13993.994","14976.919"],["13632.111","14195.542"],["13793.762","14169.217"],["13648.445","14036.802"],["8363.106","16184.119"],["13937.608","12791.770"],["13539.534","14458.707"],["9452.732","18666.803"],["9585.910","18552.243"],["9559.262","17621.084"],["9564.801","17690.834"],["13594.263","12791.895"],["13412.141","12906.889"],["7666.558","15142.646"],["13543.740","14282.940"],["13769.904","14529.865"],["13436.199","14216.032"],["8358.686","18663.871"],["8356.580","18597.512"],["13632.432","13955.479"],["7678.785","18400.842"],["7423.523","17558.364"],["7396.384","17515.599"],["7363.241","17539.083"],["8045.734","16074.129"],["8850.634","15799.949"],["8871.401","15792.480"],["7484.595","18197.647"],["7408.209","18118.073"],["9578.887","17423.632"],["9411.520","17486.067"],["9473.374","17466.625"],["9522.667","17469.343"],["9462.545","17416.545"],["9501.521","17607.623"],["9502.990","17426.740"],["9437.337","17417.312"],["13581.302","13580.829"],["14702.190","12613.902"],["14749.238","13853.410"],["13655.062","14705.584"],["13845.754","13787.092"],["13232.509","14393.358"],["12662.957","12276.855"],["7835.661","18774.614"],["7912.457","18703.271"],["7865.660","18719.989"],["7737.242","18725.977"],["7844.014","18852.170"],["7819.948","18820.939"],["12994.403","13454.615"],["8479.331","19130.287"],["8439.243","19132.706"],["8447.065","19165.201"],["6510.675","14149.121"],["6640.639","14086.322"],["14609.372","13627.017"],["18208.591","16895.179"],["7939.691","18788.538"],["8142.762","18722.207"],["8013.455","18868.782"],["8093.217","18726.622"],["13929.889","15108.343"],["13871.316","14286.374"],["6991.645","14057.151"],["6546.496","13169.096"],["6466.368","13094.849"],["6241.491","12809.671"],["14676.576","13501.126"],["14509.817","13422.586"],["8527.996","19056.613"],["8392.856","18908.924"],["8503.570","18993.281"],["8488.744","18962.518"],["13398.307","14146.035"],["7796.494","12189.418"],["7805.303","18642.455"],["7871.134","18668.204"],["7857.639","18525.516"],["7892.759","18540.153"],["13022.974","12699.980"],["14517.454","14050.235"],["13553.954","13781.007"],["13614.375","13688.302"],["6627.707","12871.357"],["13401.364","13740.309"],["13160.530","14080.544"],["13422.620","12755.659"],["13217.090","13056.038"],["12801.880","12403.033"],["13018.232","12654.749"],["13868.429","14114.570"],["23975.863","9187.561"],["7041.392","14010.445"],["14483.040","12988.491"],["14405.465","13879.349"],["13031.127","12919.670"],["13100.646","12781.274"],["13161.704","12822.320"],["13727.584","14956.795"],["6397.816","13287.375"],["14629.718","13897.579"],["8208.937","18754.148"],["8203.795","18850.412"],["8162.963","18816.084"],["8211.154","18876.868"],["8257.979","18728.877"],["12862.247","13396.547"],["8003.271","18628.615"],["7957.774","18552.410"],["8118.717","18508.463"],["8010.642","18580.591"],["7939.956","18505.342"],["8067.917","18612.038"],["8010.609","18674.171"],["6297.092","14098.394"],["14879.602","13576.184"],["14763.361","14063.276"],["5172.793","14548.704"],["8471.384","18849.371"],["8442.263","18836.729"],["8442.593","18876.448"],["13087.762","12500.915"],["7501.016","18512.810"],["7449.555","18506.835"],["7810.563","18891.286"],["6682.814","14125.868"],["7606.794","18605.646"],["7620.031","18584.892"],["7564.861","18494.469"],["7530.684","18569.798"],["7546.748","18571.806"],["7723.852","18538.771"],["13438.338","13883.623"],["12559.691","14498.456"],["6618.799","14295.329"],["6475.636","14345.208"],["6665.796","14311.207"],["12766.971","12536.553"],["24174.931","9332.109"],["8289.392","18988.833"],["8328.286","19000.350"],["8299.869","19016.410"],["8328.821","19048.369"],["8276.037","18953.216"],["13838.451","13870.421"],["6676.532","14014.240"],["14238.348","14647.777"],["13450.259","14740.870"],["12969.962","13724.558"],["23285.889","8948.184"],["14090.987","14269.545"],["14847.480","13261.346"],["14865.678","13383.939"],["13731.123","14069.456"],["13680.111","14533.207"],["13775.091","14658.489"],["13654.725","13829.041"],["7690.232","18402.872"],["7588.135","18354.429"],["12908.738","12646.221"],["6338.043","14215.086"],["13425.297","13492.784"],["14771.612","13929.304"],["14876.370","13862.578"],["14319.808","13271.675"],["14263.664","13352.478"],["7097.968","14176.088"],["13319.184","14262.711"],["7496.491","18398.945"],["13398.607","12840.927"],["12698.335","12303.059"],["7854.346","18803.567"],["7811.357","18777.223"],["7912.055","18786.219"],["7870.771","18787.855"],["7926.789","18692.218"],["7852.963","18685.109"],["7840.545","18723.825"],["7811.454","18698.176"],["7799.675","18855.225"],["7752.297","18783.393"],["7766.384","18732.225"],["7786.434","18693.000"],["13770.934","13983.631"],["12871.630","12716.411"],["13083.773","13571.987"],["8486.509","19120.862"],["6559.718","14064.949"],["14585.274","13670.006"],["12961.704","12867.330"],["6559.547","12746.724"],["13375.190","13404.406"],["13222.509","13415.015"],["5129.408","14787.255"],["5085.981","14754.738"],["6822.992","13926.180"],["6718.111","13938.630"],["7997.802","18843.756"],["8084.950","18757.854"],["8005.929","18769.880"],["7972.710","18800.555"],["7994.947","18708.794"],["8139.679","18755.104"],["8097.566","18805.480"],["13634.569","14365.924"],["14611.505","13407.978"],["14564.629","13516.438"],["23647.718","9009.560"],["8458.674","19080.072"],["8466.102","18965.536"],["8551.144","19041.027"],["8465.101","18942.006"],["8368.205","18980.132"],["8435.517","18981.883"],["8470.032","18977.432"],["8560.025","19089.161"],["13067.296","13726.539"],["13291.720","13969.188"],["7824.779","18625.056"],["7925.707","18558.323"],["7903.559","18603.401"],["7746.124","18665.717"],["7896.208","18487.857"],["7752.425","18630.547"],["7904.009","18555.957"],["14907.716","13097.347"],["14619.333","14116.218"],["13607.388","13626.906"],["6669.170","12878.921"],["13349.905","13807.926"],["13193.732","14226.560"],["13385.585","13091.557"],["14411.115","13548.072"],["23826.169","8850.586"],["13031.867","12626.029"],["14381.880","13946.401"],["14771.255","12883.165"],["13017.281","12884.520"],["13682.217","15001.096"],["14733.573","13341.312"],["14797.344","13192.736"],["8188.408","18783.359"],["8150.303","18805.159"],["12882.020","13452.452"],["7986.731","18586.053"],["7967.289","18670.764"],["8098.936","18656.119"],["6266.612","14113.417"],["6409.430","14107.120"],["14748.423","13492.043"],["5152.075","14505.673"],["8376.375","18861.436"],["8406.599","18883.602"],["6513.190","13246.768"],["6475.251","13272.905"],["13087.527","14423.922"],["8602.154","19039.462"],["7513.089","18541.552"],["7437.376","18486.964"],["7497.853","18589.204"],["6379.670","14370.090"],["6342.063","14440.400"],["6446.748","14368.701"],["7649.080","18592.509"],["7598.048","18574.598"],["7576.084","18551.422"],["7574.734","18512.351"],["7709.120","18648.415"],["7685.164","18631.520"],["7703.658","18601.992"],["13537.695","14936.226"],["6601.129","14370.772"],["8202.828","18672.396"],["12984.939","13194.454"],["12987.432","13240.057"],["8319.111","18913.214"],["13902.498","13993.149"],["6935.289","14199.404"],["6914.727","14126.108"],["7056.783","14062.747"],["23419.585","8772.923"],["7617.586","12332.776"],["13055.178","13365.118"],["13029.270","13281.108"],["12901.240","13664.665"],["7714.068","18699.734"],["14396.340","13083.852"],["14339.904","13108.300"],["13591.720","12931.951"],["14395.841","13811.447"],["14326.794","13615.882"],["14434.712","13755.189"],["6552.719","14008.920"],["7692.558","18445.618"],["7637.686","18389.551"],["7583.569","18437.504"],["6294.953","12797.741"],["6728.950","14502.889"],["6791.866","14492.565"],["23347.753","8996.164"],["7542.494","12606.307"],["7539.177","12740.441"],["7546.402","12563.234"],["6407.966","14996.360"],["6417.890","15064.146"],["6415.300","14981.052"],["13709.323","13603.115"],["13685.288","13461.520"],["13793.993","13527.120"],["13655.954","13419.585"],["16965.134","7409.929"],["16839.473","7304.459"],["16868.557","7282.015"],["16969.524","7277.609"],["16869.664","7465.331"],["16876.985","7435.950"],["16904.578","7399.138"],["16815.111","7350.677"],["16840.967","7381.430"],["16782.147","7391.006"],["16796.769","7439.214"],["16811.651","7467.066"],["16941.295","7473.680"],["16957.219","7455.122"],["16920.804","7340.121"],["16924.351","7311.588"],["16958.024","7309.962"],["16955.341","7290.425"],["16979.671","7289.732"],["16816.227","7301.037"],["16808.999","7316.838"],["16866.620","7308.515"],["12942.936","11759.285"],["12943.924","11827.127"],["12932.229","11817.502"],["12929.712","11758.839"],["12942.248","11726.550"],["12980.107","11774.413"],["12948.694","11742.220"],["12959.208","11756.500"],["12937.418","11775.218"],["12958.380","11819.357"],["12976.362","11865.946"],["7527.033","12536.605"],["7537.459","12500.084"],["7586.008","12432.484"],["7653.211","12449.064"],["7636.033","12448.703"],["7723.565","12462.830"],["8782.760","18278.975"],["10644.561","15513.114"],["8576.065","18742.944"],["6311.428","7561.422"],["12104.931","6247.095"],["12119.768","6223.913"],["12145.641","6219.597"],["12037.848","6293.484"],["12060.199","6328.686"],["12010.327","6250.656"],["12028.824","6291.320"],["12021.565","6281.525"],["12015.618","6270.089"],["12070.875","6305.472"],["12086.260","6326.507"],["11983.223","6249.732"],["12030.915","6249.472"],["12023.377","6277.614"],["12064.543","6333.233"],["12071.384","6284.248"],["12097.766","6304.489"],["12035.855","6212.606"],["12049.512","6221.880"],["4320.670","11358.789"],["4296.501","11394.211"],["4311.408","11303.132"],["4343.162","11382.519"],["4276.337","11296.666"],["10499.632","12495.913"],["11874.911","6033.001"],["11911.718","6030.571"],["11900.277","6011.438"],["6377.730","11739.212"],["6392.692","11720.583"],["6313.935","11702.471"],["6402.201","11709.920"],["14755.480","8691.155"],["14772.513","8724.259"],["14811.333","8707.519"],["8255.760","10539.100"],["8237.743","10469.645"],["8242.896","10523.357"],["8313.283","10492.683"],["8253.122","10457.790"],["8256.363","10436.733"],["8325.034","10448.709"],["8217.353","10523.209"],["8274.671","10516.140"],["8177.231","10434.986"],["8283.356","10567.952"],["8339.948","10451.018"],["8309.441","10440.176"],["8285.968","10641.402"],["8164.894","10552.526"],["8156.055","10502.651"],["8192.115","10534.893"],["8200.660","10519.881"],["8187.453","10537.358"],["8157.741","10539.216"],["8205.133","10469.043"],["8204.097","10492.164"],["8332.375","10531.712"],["8326.019","10540.102"],["8339.050","10505.133"],["8336.525","10510.803"],["8336.654","10461.823"],["8162.925","10444.442"],["8710.189","18358.425"],["8719.720","18340.010"],["2198.150","11183.928"],["2215.495","11285.436"],["2198.494","11231.173"],["2230.343","11088.216"],["2244.950","11192.700"],["15941.965","9602.619"],["16096.621","9612.367"],["16098.369","9667.473"],["15982.819","9635.584"],["16032.151","9629.986"],["16050.206","9632.585"],["16055.244","9677.259"],["16034.057","9711.369"],["16050.132","9716.487"],["16050.746","9693.780"],["16076.189","9691.911"],["16067.837","9677.284"],["15991.602","9729.602"],["15997.619","9689.016"],["16016.959","9688.645"],["15992.858","9665.387"],["15997.841","9612.276"],["15984.202","9624.337"],["16043.171","9588.451"],["16046.129","9666.338"],["15938.311","9645.323"],["15970.971","9687.593"],["16073.011","9602.224"],["15991.712","9781.688"],["15972.708","9787.696"],["7373.535","12583.971"],["7353.029","12599.265"],["7462.674","12601.850"],["7454.982","12729.318"],["7420.539","12729.513"],["7380.363","12660.172"],["7376.422","12672.547"],["7366.294","12661.571"],["7364.989","12664.776"],["7360.708","12660.823"],["7374.339","12703.105"],["7354.929","12623.207"],["10630.098","10083.139"],["10625.127","10045.066"],["10642.096","10091.928"],["10649.229","10125.620"],["10655.586","10126.276"],["10668.491","10106.004"],["10669.911","10037.675"],["10661.980","10064.091"],["3287.273","8158.859"],["3288.420","8310.647"],["3212.065","8148.370"],["6545.655","7450.998"],["6647.302","7389.117"],["6489.375","7316.380"],["6548.871","7295.638"],["7357.222","12710.832"],["7347.981","12696.980"],["7341.799","12697.989"],["7333.249","12666.883"],["7350.486","12601.937"],["7356.721","12560.756"],["14328.341","9355.139"],["14253.420","9306.580"],["14280.123","9338.284"],["9986.630","14938.273"],["4548.580","13103.793"],["4514.777","13004.010"],["4503.165","12997.833"],["4551.207","13135.728"],["4532.652","13154.165"],["4456.978","13012.473"],["4526.125","13134.889"],["4503.690","13148.646"],["4474.119","13149.062"],["4487.464","13133.279"],["4485.197","13098.953"],["4471.933","13088.045"],["4440.669","13016.490"],["4459.452","13024.302"],["4464.791","13008.856"],["6186.787","13834.007"],["6178.952","13880.689"],["10829.272","7931.408"],["10739.885","7983.901"],["10751.197","7979.234"],["10725.568","8091.784"],["10730.343","8042.332"],["15939.411","11335.619"],["15951.383","11328.484"],["15991.040","11391.093"],["16008.783","11376.176"],["15969.614","11324.553"],["16014.221","11471.982"],["15958.729","11477.575"],["15964.184","11440.862"],["15968.591","11372.429"],["15944.953","11363.684"],["15957.035","11354.603"],["16071.924","11298.721"],["16044.377","11299.040"],["16013.950","11338.464"],["16052.063","11343.815"],["16069.643","11345.067"],["16029.813","11377.666"],["16089.196","11391.695"],["16054.104","11484.341"],["16059.622","11405.844"],["16071.741","11488.760"],["15960.824","11284.128"],["16028.760","11283.514"],["16014.233","11322.402"],["16028.113","11433.744"],["6760.717","13146.373"],["6795.141","13102.773"],["6678.983","13029.096"],["6692.110","13009.105"],["7626.187","16365.313"],["7938.219","13628.092"],["7947.360","13668.402"],["7935.910","13667.459"],["4550.041","11282.254"],["4544.992","11305.821"],["4430.410","11408.800"],["4410.624","11404.926"],["4363.502","11396.459"],["4480.636","11361.331"],["4388.013","11400.613"],["4426.311","11380.008"],["4385.346","11314.900"],["4543.366","11368.083"],["4493.534","11284.429"],["5663.592","7925.678"],["6767.125","13718.780"],["6712.496","13666.347"],["13017.166","7804.552"],["13060.334","7829.182"],["13012.214","7784.088"],["13079.070","7868.051"],["13039.562","7700.322"],["13054.170","7844.093"],["12991.495","7879.894"],["13016.910","7868.831"],["13045.004","7871.730"],["13035.388","7876.000"],["12997.724","7713.050"],["13046.437","7700.475"],["13082.448","7710.710"],["13071.995","7746.321"],["13083.399","7744.281"],["13091.024","7750.232"],["13097.731","7772.239"],["13091.672","7761.123"],["13058.764","7768.954"],["13033.096","7744.716"],["13079.621","7829.643"],["13069.904","7828.111"],["12996.952","7832.624"],["13072.682","7785.461"],["8004.007","8524.226"],["7966.406","8468.980"],["7940.115","8433.267"],["5363.952","18903.815"],["5346.048","18902.039"],["8349.009","11911.326"],["8354.617","11902.656"],["9827.575","14409.285"],["4569.426","11241.983"],["4573.846","11266.044"],["4623.550","11233.856"],["4625.711","11274.022"],["4582.991","11261.917"],["4588.008","11254.436"],["4616.683","11273.015"],["4652.479","11108.833"],["4571.503","11115.568"],["4605.215","11113.490"],["4597.551","11221.474"],["4589.637","11181.875"],["5876.276","11479.062"],["5833.660","11436.329"],["5832.851","11339.973"],["5881.328","11404.309"],["5920.041","11404.309"],["5905.610","11369.114"],["5905.795","11313.476"],["5908.956","11350.408"],["5847.988","11472.411"],["5904.151","11418.113"],["5898.153","11457.278"],["5879.795","11468.096"],["13872.055","13749.623"],["13895.256","13779.042"],["14020.645","13687.289"],["5641.193","7439.587"],["5680.811","7354.166"],["5676.369","7402.864"],["12540.722","14049.581"],["12411.463","14145.458"],["12406.335","14087.710"],["13701.758","9574.541"],["13759.584","9440.805"],["2740.831","11001.163"],["2756.012","10944.266"],["7985.256","13268.401"],["7990.137","13244.361"],["8003.838","13261.836"],["8032.015","13241.934"],["8026.905","13252.488"],["8032.245","13266.038"],["7944.226","13282.001"],["7960.333","13357.009"],["7966.710","13348.199"],["7977.102","13352.747"],["8118.180","13371.841"],["8123.192","13379.742"],["8086.084","13363.318"],["8075.144","13361.212"],["8090.025","13381.080"],["8059.119","13366.443"],["8115.228","13362.692"],["8103.483","13363.124"],["7984.191","13256.361"],["2568.075","11048.824"],["2548.174","10975.014"],["2572.816","10977.495"],["2622.480","10973.310"],["2585.331","10930.246"],["2504.111","10933.121"],["14134.600","12815.782"],["14169.692","12903.147"],["4108.397","11776.470"],["4119.372","11826.846"],["4132.088","11830.790"],["10522.089","7665.720"],["10493.009","7643.186"],["3025.730","13027.194"],["3083.651","13059.466"],["3041.682","13014.211"],["3040.022","13026.327"],["15345.758","5275.179"],["15313.854","5301.596"],["15334.281","5247.032"],["15435.651","5243.639"],["15476.023","5230.400"],["15424.029","5236.335"],["15442.847","5170.642"],["15407.373","5160.135"],["15506.284","5291.122"],["15333.320","5156.090"],["8370.423","14113.823"],["6169.660","14617.596"],["6134.807","14613.663"],["6245.237","14614.156"],["6132.229","14503.662"],["6146.443","14534.381"],["6109.920","14516.768"],["6099.896","14531.005"],["6478.336","7729.588"],["6579.082","7871.654"],["13270.280","12876.447"],["13230.241","12786.276"],["13321.776","12782.321"],["13374.395","12874.029"],["13967.469","8829.865"],["13979.754","8821.633"],["11281.274","13599.671"],["11282.783","13593.012"],["14680.579","9009.047"],["14732.656","8999.737"],["14877.653","9143.566"],["13374.337","15164.062"],["7467.983","15708.398"],["7494.677","15642.774"],["16118.628","7634.193"],["16032.048","7551.172"],["16089.555","7473.594"],["16095.512","7493.295"],["16141.409","7498.486"],["16091.760","7522.395"],["16061.926","7504.566"],["16006.852","7494.408"],["15943.458","7576.240"],["15947.241","7606.623"],["15940.018","7633.343"],["15963.876","7641.068"],["16002.968","7622.032"],["15952.945","7544.232"],["15957.704","7481.646"],["16001.079","7629.051"],["16019.032","7590.577"],["16049.784","7479.215"],["12723.460","12244.977"],["12710.250","12258.563"],["5532.307","8820.521"],["7107.135","13676.930"],["7125.485","13655.819"],["7121.846","13805.064"],["8337.011","13624.892"],["8306.285","13785.517"],["8325.357","13787.840"],["8349.998","13697.402"],["8339.105","13642.521"],["8303.378","13656.674"],["8305.384","13693.650"],["8314.264","13707.211"],["8265.198","13750.434"],["8255.834","13771.569"],["5228.531","15281.163"],["12962.917","4284.924"],["12943.051","4140.826"],["12970.330","4291.588"],["12973.894","4248.668"],["12985.581","4156.542"],["12973.574","4244.886"],["12824.130","4251.689"],["12939.274","4211.270"],["12980.794","4185.814"],["12850.044","4295.863"],["12850.708","4247.238"],["12816.101","4203.860"],["5256.791","8630.771"],["5259.288","8682.086"],["5213.644","8640.862"],["9721.841","9597.300"],["9766.446","9610.956"],["9825.992","9616.749"],["9739.116","9615.625"],["9761.492","9643.110"],["9767.144","9624.218"],["9686.255","9613.741"],["9685.400","9595.723"],["9662.004","9588.773"],["6040.422","14220.121"],["5971.215","14039.354"],["5917.043","14203.322"],["6010.628","14095.786"],["6013.108","14185.718"],["6003.168","14063.286"],["6015.354","14230.288"],["14401.589","9601.710"],["14402.786","9651.446"],["14394.218","9782.978"],["14390.209","9658.592"],["10908.951","9021.608"],["5824.179","11280.745"],["5820.003","11283.126"],["5795.062","11434.047"],["5754.689","11428.093"],["5769.000","11442.887"],["5775.374","11348.471"],["5722.249","11371.328"],["5692.873","11330.552"],["5748.156","11280.975"],["5775.898","11291.165"],["5775.045","11330.170"],["5800.226","11312.746"],["5809.598","11408.150"],["5751.744","11361.039"],["5761.432","11368.356"],["5757.292","11370.510"],["5735.267","11405.527"],["5811.216","11465.711"],["5702.328","11404.652"],["6051.093","9259.600"],["4724.350","9416.142"],["4713.422","9506.307"],["4761.333","9536.183"],["6205.976","9576.523"],["7706.543","9911.589"],["7712.264","9877.289"],["7684.320","9883.647"],["7718.651","9817.600"],["7698.692","9977.680"],["7712.821","9983.014"],["7723.913","9923.289"],["7524.893","9849.325"],["12633.840","13933.861"],["13658.471","12741.132"],["6408.987","9569.844"],["6401.445","9553.694"],["6296.385","9655.522"],["6274.823","9493.122"],["6313.906","9528.274"],["6251.522","9555.096"],["10704.934","10138.889"],["10716.943","10164.407"],["10740.700","10141.952"],["10724.432","10085.824"],["10734.477","10084.490"],["10704.415","10030.972"],["10711.295","10043.040"],["10687.046","10085.293"],["6298.870","9076.029"],["6404.692","9092.779"],["6345.967","9086.194"],["6896.293","6003.843"],["6921.038","6073.319"],["7016.115","6133.903"],["7031.538","6034.622"],["6888.180","6023.876"],["6855.974","13091.784"],["7417.708","16075.403"],["6786.519","7375.473"],["6767.422","7446.110"],["6691.997","7374.897"],["8583.100","11688.945"],["4573.275","11935.622"],["3345.228","11884.383"],["3330.361","11775.772"],["3351.945","11874.756"],["3320.267","11732.513"],["14417.941","8488.000"],["7442.828","13309.981"],["7434.222","13325.154"],["7401.548","13272.393"],["7384.959","13241.143"],["7377.821","13254.077"],["7448.652","13339.075"],["7476.439","13362.232"],["7463.358","13298.182"],["7454.148","13304.468"],["7409.987","13327.035"],["7472.666","13283.555"],["7450.566","13281.393"],["6202.020","17976.986"],["13263.437","11731.020"],["8142.530","13418.070"],["8126.083","13464.930"],["8134.379","13500.189"],["7995.784","13486.391"],["7967.638","13470.836"],["8140.912","13454.744"],["7415.479","7871.610"],["7321.856","7773.152"],["4572.691","13106.292"],["4574.828","13086.181"],["9329.729","9259.256"],["9270.127","9277.218"],["9241.211","9278.306"],["9210.648","9260.277"],["9248.871","9274.404"],["9236.595","9260.832"],["9252.593","9193.032"],["9267.034","9175.661"],["9269.293","9242.222"],["9328.976","9194.380"],["9344.411","9206.376"],["9338.332","9241.816"],["6856.993","6133.245"],["6776.746","6050.478"],["6705.927","6045.956"],["6823.462","6045.927"],["6656.670","6158.762"],["6693.690","6144.720"],["12919.382","4052.296"],["12982.882","4047.155"],["12953.383","4002.111"],["7863.273","8412.491"],["10190.913","7559.019"],["10142.383","7574.221"],["10232.945","7485.107"],["10215.001","7556.966"],["10085.161","7581.395"],["10195.048","7503.336"],["10103.305","7614.454"],["10053.719","7597.296"],["10120.782","7475.025"],["13236.973","12689.838"],["13310.660","12652.076"],["13255.242","12573.638"],["7222.358","7632.534"],["7166.256","7649.148"],["7097.275","7595.329"],["14301.706","9551.454"],["14381.375","9544.003"],["14322.330","9551.486"],["14382.698","9416.988"],["14294.997","9528.121"],["14263.896","9396.889"],["14440.718","9464.645"],["14362.846","9395.883"],["14349.142","9465.540"],["8252.612","13020.085"],["8279.087","12998.849"],["8190.275","13106.280"],["8189.703","13093.455"],["8196.322","13081.306"],["8205.179","13078.600"],["8245.255","13040.275"],["8254.509","13029.835"],["8299.707","13060.742"],["8311.926","13079.818"],["8321.761","13077.780"],["8146.125","12980.338"],["8149.519","12973.606"],["8293.261","13149.797"],["8297.940","13137.630"],["4332.727","10867.448"],["4314.999","11046.627"],["4272.635","10859.405"],["4310.364","10998.930"],["4267.258","10918.968"],["4281.774","10943.920"],["4285.471","11035.087"],["4287.914","10958.040"],["7431.988","16190.396"],["7333.581","16261.975"],["7305.302","16322.327"],["7431.648","16144.907"],["14883.138","5751.015"],["14964.437","5744.154"],["14943.304","5706.345"],["14988.776","5714.425"],["15019.734","5727.202"],["14944.498","5765.493"],["15032.431","5690.532"],["15088.329","5688.919"],["15093.130","5646.772"],["15081.669","5661.479"],["15049.442","5654.204"],["15053.228","5719.841"],["15038.970","5664.475"],["7293.071","16609.326"],["7217.860","16603.191"],["7241.743","12679.456"],["7232.396","12672.514"],["7214.235","12667.724"],["7139.383","12599.578"],["7221.881","12680.606"],["7216.751","12677.083"],["7201.688","12676.416"],["7185.278","12673.214"],["7181.527","12660.486"],["6405.776","12076.103"],["6447.927","12016.390"],["6364.088","12068.355"],["6259.307","12051.935"],["6298.347","12071.874"],["5065.008","11239.914"],["5027.370","11199.540"],["5037.190","11123.650"],["5034.346","11105.934"],["5122.411","11231.865"],["5117.105","11200.599"],["5195.199","11149.354"],["5189.854","11197.183"],["5136.900","11156.577"],["5169.894","11143.645"],["5126.743","11130.368"],["5082.648","11151.475"],["5197.750","11077.067"],["5153.745","11068.294"],["5097.467","11075.825"],["5126.129","11097.789"],["5198.608","11211.169"],["5065.175","11251.956"],["5648.393","18236.037"],["5645.393","18224.516"],["5658.168","18235.851"],["12534.007","12130.570"],["6693.825","5871.603"],["6578.718","5837.048"],["6503.455","5909.473"],["5255.590","17218.004"],["5267.175","17249.751"],["5290.637","17272.471"],["5303.987","17281.349"],["13648.103","13238.091"],["13753.090","13207.376"],["13685.534","13257.057"],["14351.511","8578.293"],["14272.913","8581.705"],["14302.240","8640.292"],["6180.171","16016.718"],["6217.805","16037.753"],["6194.075","16015.308"],["12187.854","14282.567"],["16965.834","7482.796"],["16964.679","7661.067"],["16978.959","7644.147"],["16954.457","7604.066"],["16921.519","7606.612"],["16903.134","7567.629"],["16919.260","7581.853"],["16870.161","7507.196"],["16836.413","7508.217"],["16795.270","7501.418"],["16846.111","7651.230"],["16833.138","7645.141"],["16827.953","7588.123"],["16865.864","7603.631"],["16940.580","7676.322"],["8159.449","10688.685"],["8149.300","10701.848"],["8188.886","10672.894"],["8201.860","10654.657"],["8222.076","10691.350"],["8250.297","10698.279"],["8237.037","10680.330"],["14227.576","13463.398"],["16371.813","5521.704"],["16373.896","5555.049"],["8438.924","13521.910"],["8441.195","13461.705"],["8499.288","13580.163"],["8431.839","13584.790"],["8389.632","13406.095"],["8383.143","13408.936"],["8391.953","13433.653"],["8377.118","13443.878"],["8385.627","13445.654"],["8501.763","13595.330"],["8555.475","13438.284"],["12806.413","4320.812"],["9105.777","13574.886"],["9072.956","13531.332"],["9111.319","13525.236"],["5309.308","18885.385"],["5518.396","8045.669"],["5526.759","7961.551"],["5593.265","7954.372"],["5523.873","7987.529"],["5496.542","8092.959"],["5529.003","8074.483"],["7763.755","12560.516"],["7816.929","12558.233"],["7861.479","12729.278"],["7850.591","12743.438"],["7855.914","12748.334"],["7866.677","12687.046"],["7876.298","12694.372"],["7922.706","12660.375"],["7924.486","12684.520"],["7908.220","12662.868"],["7915.420","12667.845"],["7921.712","12619.750"],["8592.663","11706.485"],["8596.984","11734.434"],["10866.636","7700.413"],["10714.285","7885.030"],["10859.869","7868.883"],["10681.172","7812.886"],["10734.997","7717.149"],["10856.151","7723.592"],["10769.094","7856.364"],["10874.376","7779.890"],["13208.306","4270.066"],["11538.135","12254.605"],["6240.172","12084.774"],["5680.252","18317.140"],["5742.917","18283.753"],["5764.144","18324.173"],["5755.230","18326.114"],["5639.499","18297.296"],["5709.856","18278.374"],["5695.771","18270.099"],["7975.159","17819.853"],["7979.785","17669.665"],["3667.926","8180.733"],["3633.460","8088.729"],["3708.434","8201.464"],["3565.432","8264.655"],["6085.250","14209.007"],["6041.837","14062.217"],["5157.884","7549.456"],["13219.099","4324.507"],["16311.807","5351.269"],["6937.032","12400.381"],["6975.464","12404.486"],["9096.031","13708.268"],["8990.848","13188.989"],["9010.919","13192.257"],["8996.702","13196.890"],["8992.467","13265.143"],["9023.544","13241.392"],["7071.724","15341.431"],["6929.142","15376.801"],["6887.857","15458.306"],["17097.701","7504.274"],["17126.828","7475.307"],["17105.929","7510.513"],["17067.896","7581.678"],["17154.478","7620.085"],["17022.782","7654.650"],["17062.166","7682.934"],["17020.340","7618.102"],["17058.553","7565.657"],["17003.540","7521.752"],["17049.527","7533.973"],["17130.966","7616.465"],["17079.831","7586.242"],["17163.206","7546.930"],["17171.430","7523.924"],["17142.313","7488.343"],["17125.685","7476.997"],["6766.098","13937.426"],["6818.199","13953.432"],["13027.530","9170.747"],["12989.034","9172.480"],["14011.249","13388.167"],["5901.740","9791.781"],["5928.600","9767.889"],["5990.589","9770.029"],["5919.229","9663.767"],["5953.335","9654.627"],["16723.254","7450.423"],["16712.419","7426.298"],["16745.073","7371.594"],["16707.522","7414.201"],["16736.730","7315.263"],["16723.438","7393.004"],["16775.974","7298.387"],["9975.434","10881.922"],["9955.376","10872.876"],["13760.491","9512.030"],["13748.803","9536.172"],["10219.826","10615.403"],["10152.309","10610.836"],["10207.965","10527.039"],["10214.614","10509.680"],["10171.611","10596.673"],["10243.245","10517.561"],["10230.368","10543.108"],["10223.728","10568.435"],["10227.838","10581.870"],["10194.143","10583.273"],["10237.960","10510.041"],["10232.348","10573.652"],["10204.692","10537.726"],["10248.590","10506.948"],["5063.440","8241.377"],["5054.349","8280.847"],["14188.923","13281.209"],["14897.140","12229.764"],["10312.148","7976.590"],["10385.316","7960.716"],["10355.949","7962.137"],["10316.805","7960.386"],["10303.886","7987.709"],["10308.168","8103.323"],["10283.388","7987.582"],["10290.656","8084.631"],["10403.083","7902.606"],["4831.203","14365.861"],["16160.877","7457.912"],["6231.274","14676.232"],["6059.653","14669.477"],["6123.879","14680.899"],["6187.982","14672.697"],["6237.009","14687.928"],["6691.438","9156.787"],["8475.591","12326.223"],["8494.720","12312.182"],["8494.282","12302.960"],["8510.449","12275.729"],["8565.021","12272.128"],["8450.754","12315.369"],["4446.359","10816.853"],["4519.875","10686.254"],["4519.526","10708.971"],["15969.685","9356.765"],["15958.641","9370.742"],["16000.341","9342.141"],["16034.706","9362.682"],["16099.549","9373.535"],["13719.505","9620.457"],["13739.532","9654.340"],["13651.347","9604.351"],["5602.830","8314.014"],["5543.416","8283.174"],["5862.320","15696.318"],["6617.480","6115.659"],["6199.785","13590.970"],["6245.449","13518.834"],["5614.123","8104.800"],["3202.827","8398.246"],["3279.272","8384.745"],["3162.129","8370.088"],["3120.206","8357.053"],["3201.342","8425.611"],["5930.161","14618.006"],["5982.728","14614.972"],["5855.237","14501.303"],["5896.918","14660.126"],["5935.504","14532.627"],["5946.395","14539.968"],["7523.921","10998.204"],["7547.255","11005.866"],["7537.388","11060.978"],["7535.845","11000.450"],["7527.240","10935.274"],["7618.252","10934.838"],["7722.309","10961.341"],["7720.944","10962.976"],["7710.735","11009.452"],["7688.234","10992.847"],["7630.346","10932.224"],["7608.074","10905.327"],["6764.022","9137.152"],["6846.046","9103.043"],["13672.504","12823.154"],["13731.611","12905.796"],["13691.411","12856.797"],["13762.540","12856.620"],["13770.349","12833.862"],["13722.706","12843.627"],["10638.340","7704.433"],["10470.058","7850.475"],["10615.264","7718.172"],["10624.324","7830.304"],["10632.951","7770.525"],["10618.052","7735.680"],["10619.184","7888.197"],["10525.140","7863.939"],["10468.498","7872.312"],["10573.495","7712.561"],["10584.157","7882.290"],["10511.371","7829.582"],["2281.168","11255.688"],["2404.580","11125.097"],["2410.241","11076.562"],["2374.573","11076.025"],["6749.679","15857.595"],["12372.077","8435.253"],["12495.151","8335.189"],["12498.878","8342.749"],["12532.114","8368.386"],["12539.530","8386.703"],["12530.077","8421.112"],["12490.886","8433.410"],["12469.711","8422.013"],["12497.255","8429.243"],["12487.457","8407.281"],["12498.612","8372.878"],["12422.037","8339.125"],["12473.097","8389.533"],["12460.428","8391.995"],["12449.309","8321.405"],["12390.120","8331.393"],["12394.021","8402.004"],["12372.958","8391.625"],["12388.709","8360.401"],["4992.057","6453.704"],["8181.602","12863.377"],["8161.055","12861.318"],["8150.588","12960.856"],["8163.841","12966.683"],["12009.149","4435.917"],["12005.084","4375.122"],["11961.898","4427.379"],["11996.090","4483.102"],["11940.455","4393.251"],["11989.231","4429.327"],["12051.084","4420.739"],["11756.627","9616.565"],["11901.291","9793.984"],["11850.930","9783.139"],["11857.164","9790.063"],["11886.246","9788.249"],["11921.146","9767.291"],["11817.716","9730.136"],["11849.690","9726.656"],["11880.451","9761.248"],["11913.104","9728.879"],["11922.173","9583.927"],["11902.257","9642.136"],["11914.160","9677.882"],["11819.878","9648.120"],["11890.153","9674.175"],["11832.103","9683.629"],["11812.498","9692.343"],["11774.784","9703.403"],["11820.197","9758.984"],["11816.237","9784.524"],["11860.979","9742.211"],["11753.508","9652.540"],["11725.474","9644.993"],["11744.575","9719.613"],["11755.463","9716.131"],["11825.732","9630.392"],["11812.529","9603.998"],["11754.513","9703.285"],["11742.215","9591.966"],["11925.146","9626.092"],["11910.756","9592.253"],["11915.346","9606.015"],["11850.500","9637.018"],["11859.713","9604.550"],["11764.167","9641.559"],["11765.326","9708.530"],["12029.374","6014.680"],["12127.318","6198.036"],["12138.560","6202.140"],["12126.925","6184.898"],["12063.470","6188.824"],["12126.913","6004.616"],["12079.370","6176.068"],["12067.284","6203.069"],["12013.869","6049.766"],["12093.080","6155.314"],["12104.783","6143.630"],["12107.798","6175.755"],["12086.102","6135.570"],["12073.453","6147.750"],["12048.603","6189.417"],["12025.588","6204.833"],["11999.128","6038.854"],["12026.230","5994.250"],["8020.065","10055.841"],["8000.185","10096.268"],["7975.868","10113.499"],["7980.483","10069.969"],["7996.036","10062.945"],["8032.435","10054.238"],["8051.004","10050.852"],["7994.990","10018.049"],["8060.409","10030.167"],["7947.391","10104.890"],["7955.356","10085.196"],["7953.988","10054.703"],["11891.415","4649.891"],["11862.244","4587.774"],["11820.958","4653.311"],["11833.365","4666.691"],["11792.794","4530.772"],["11873.577","4576.833"],["11762.644","4519.835"],["11819.780","4654.891"],["11826.729","4563.303"],["11742.835","4535.359"],["11835.978","4594.403"],["11869.702","4671.908"],["11912.721","4601.006"],["6673.411","15947.684"],["9085.396","13080.996"],["9089.454","13100.426"],["9159.189","13122.262"],["9164.389","13106.781"],["9171.797","13171.953"],["15108.294","11029.017"],["15110.040","11021.268"],["15116.008","10991.282"],["15095.844","10956.190"],["15094.259","11053.903"],["15132.869","11036.778"],["15291.786","11059.921"],["15263.740","11043.911"],["15239.299","11046.480"],["6269.996","18214.878"],["6282.562","18195.687"],["6388.048","18170.959"],["6386.535","18214.972"],["6296.530","18167.235"],["6373.668","18138.467"],["6440.769","18098.267"],["13395.559","15352.477"],["6948.347","17194.971"],["6840.625","7711.438"],["6713.808","7766.551"],["6865.999","7697.547"],["6845.425","7781.538"],["6853.258","7747.681"],["8721.417","10232.068"],["8772.978","10348.551"],["8769.980","10311.762"],["8670.242","10408.268"],["8752.238","10370.681"],["8697.559","10388.582"],["8652.124","10350.375"],["8635.349","10383.048"],["8711.913","10254.571"],["8588.402","10402.864"],["8602.746","10423.779"],["8758.313","10239.181"],["8747.792","10301.688"],["8687.380","10287.126"],["8687.981","10240.303"],["8726.096","10282.912"],["8664.050","10360.014"],["8697.712","10255.492"],["8752.968","10431.636"],["8701.854","10408.882"],["5614.276","8225.300"],["5487.868","8220.977"],["5425.914","8265.096"],["5490.334","8278.488"],["5569.499","8127.240"],["7638.640","13297.234"],["7615.656","13211.977"],["7603.386","13192.074"],["4263.716","12178.883"],["4318.714","12172.257"],["4299.335","12149.325"],["12990.902","11709.711"],["13100.530","11728.983"],["13105.577","11763.149"],["13008.441","11841.647"],["13030.158","11796.855"],["13058.480","11883.164"],["13028.090","11895.977"],["13121.946","11873.738"],["13097.921","11854.241"],["13187.819","11775.256"],["13152.894","11827.898"],["13106.911","11827.851"],["13173.218","11790.621"],["13175.617","11796.515"],["13093.872","11835.354"],["13067.847","11860.018"],["13060.955","11812.164"],["13080.832","11826.231"],["13096.793","11749.440"],["13126.892","11783.928"],["12705.564","7686.833"],["12740.223","7771.341"],["12727.639","7765.324"],["12748.176","7687.276"],["12751.891","7802.518"],["12726.194","7806.432"],["12713.170","7798.725"],["12754.913","7821.513"],["12707.279","7761.718"],["12703.067","7722.134"],["12728.282","7747.470"],["12653.347","7766.043"],["12676.626","7760.082"],["12741.267","7703.358"],["12771.979","7819.391"],["8306.999","10427.050"],["8248.361","10408.629"],["8267.243","10432.791"],["8206.245","10410.940"],["8225.231","10422.635"],["8340.010","10426.148"],["8273.051","10395.871"],["8285.893","10390.354"],["8318.550","10431.953"],["8305.932","10399.600"],["8175.372","10399.689"],["8228.945","10394.775"],["8201.862","10428.653"],["16369.929","5790.898"],["10309.862","9030.699"],["10290.344","9108.634"],["10328.323","9063.238"],["10280.099","9047.655"],["12334.463","10793.652"],["12321.939","10855.997"],["13218.660","13307.579"],["5761.676","18594.699"],["5727.987","18615.978"],["5791.001","18656.394"],["5761.120","18674.123"],["5376.936","10867.666"],["5361.571","10935.053"],["5379.088","10915.862"],["5287.910","10917.170"],["5290.591","10925.742"],["5235.647","11003.088"],["5228.352","11011.974"],["5219.095","10961.008"],["5238.626","10933.117"],["5279.314","10948.874"],["5390.033","11052.973"],["6785.998","9284.468"],["6707.420","9305.222"],["6872.495","9372.999"],["6736.855","9169.196"],["6697.962","9343.968"],["7347.455","8978.932"],["8543.460","18217.341"],["14499.710","8568.001"],["14561.269","8575.644"],["14606.442","8597.097"],["14606.192","8595.443"],["14468.065","8537.139"],["7636.333","16187.311"],["7626.551","16261.911"],["16199.138","5764.822"],["16309.371","5771.153"],["16353.857","5775.395"],["16333.139","5712.946"],["16320.119","5696.786"],["16331.130","5663.868"],["16228.945","5734.628"],["16249.751","5700.799"],["16234.380","5671.246"],["16252.979","5662.225"],["16316.403","5640.334"],["16339.250","5641.802"],["6132.954","17745.371"],["6049.209","17809.088"],["6105.650","17664.063"],["15753.427","5114.717"],["5935.857","8116.692"],["5895.076","8167.732"],["5881.304","8109.655"],["5832.813","8209.085"],["5916.720","13663.794"],["7672.222","12733.462"],["7655.678","12712.494"],["7592.502","12657.825"],["7617.095","12680.118"],["7608.911","12598.171"],["8669.075","17064.830"],["8630.397","9507.716"],["8613.715","9551.391"],["8659.970","9432.184"],["8640.563","9446.023"],["8693.074","9494.888"],["8721.774","9474.060"],["8712.704","9411.817"],["8764.879","9544.475"],["8699.598","9585.203"],["8703.179","9532.959"],["8725.305","9569.509"],["8615.488","9441.001"],["8704.413","9557.558"],["15960.943","7886.485"],["16017.279","7831.102"],["15953.012","7847.486"],["16020.757","7772.975"],["16135.167","7801.648"],["14996.901","8746.401"],["14890.062","8758.773"],["14911.190","8783.729"],["15011.431","8823.656"],["15016.964","8773.120"],["14887.454","8769.244"],["6451.245","15199.910"],["6426.877","15093.365"],["6432.470","15139.533"],["6342.858","15191.712"],["6325.760","15197.729"],["6296.504","15128.556"],["6318.728","15259.117"],["6319.680","15220.232"],["6294.851","15282.483"],["6281.414","15269.083"],["4613.490","9074.490"],["4623.314","8967.989"],["4567.325","8986.851"],["4628.840","9043.352"],["4614.535","9056.330"],["4635.970","8964.026"],["5619.144","9615.047"],["5604.387","9650.373"],["6054.223","18241.422"],["6173.672","18224.259"],["6210.991","18234.747"],["6096.640","18070.028"],["6186.231","18122.749"],["3447.362","12174.331"],["16569.792","6807.150"],["16612.553","6764.479"],["16662.304","6826.021"],["16580.597","6792.264"],["16601.317","6776.269"],["16584.617","6750.825"],["16578.027","6628.922"],["16581.685","6666.270"],["16600.690","6649.134"],["16618.603","6648.716"],["16637.021","6647.100"],["16618.350","6628.708"],["16692.121","6687.503"],["16677.646","6702.873"],["16692.599","6709.022"],["16712.727","6701.142"],["16713.525","6697.668"],["16724.137","6714.182"],["16676.363","6722.561"],["16666.492","6772.305"],["16687.318","6762.112"],["16620.870","6805.569"],["16625.278","6794.531"],["16649.793","6770.184"],["16603.002","6751.731"],["16670.227","6673.801"],["16660.331","6662.416"],["16655.906","6652.800"],["16619.446","6657.559"],["16595.062","6670.960"],["16627.374","6677.589"],["8778.932","10184.054"],["8801.340","10191.141"],["8816.633","10208.270"],["16892.655","7232.139"],["16831.038","7258.368"],["16932.250","7240.184"],["16858.552","7228.185"],["16855.107","7249.580"],["11008.043","11667.795"],["11011.035","11644.597"],["11052.603","11648.209"],["11041.380","11667.701"],["11072.798","11673.983"],["10984.634","11695.230"],["11077.317","11651.084"],["10893.298","11513.730"],["10945.511","11516.703"],["10970.032","11496.805"],["7668.395","17545.974"],["7594.161","17426.355"],["7589.673","17430.286"],["7601.140","17455.678"],["7602.394","17501.992"],["7610.430","17491.830"],["10617.925","8174.041"],["10472.360","8169.619"],["7259.748","16394.806"],["4659.443","10689.989"],["4634.537","10744.810"],["4579.157","10672.602"],["4692.200","10679.892"],["4657.163","10799.652"],["4655.615","10832.727"],["4614.353","10830.372"],["8913.125","12751.145"],["8947.511","12749.052"],["8828.508","12631.684"],["8836.006","12613.028"],["8798.137","12602.078"],["8839.613","12656.880"],["8827.229","12662.981"],["8820.939","12660.862"],["8793.166","12728.585"],["8838.722","12747.422"],["8784.186","9647.028"],["8850.276","9625.847"],["14577.532","9769.276"],["14571.597","9699.280"],["14650.338","9661.707"],["14500.080","9661.859"],["8949.180","12448.797"],["8936.921","12431.253"],["8897.296","12507.553"],["8904.156","12491.472"],["8888.971","12480.431"],["8840.742","12518.868"],["8832.579","12497.900"],["8847.131","12481.014"],["8849.141","12466.816"],["8845.862","12452.734"],["11266.123","10702.546"],["11295.485","10657.253"],["11274.272","10756.032"],["11298.559","10647.579"],["15727.470","11423.321"],["15759.441","11406.052"],["15745.645","11361.597"],["15774.957","11338.033"],["15748.840","11290.215"],["15832.568","11411.706"],["15831.789","11462.278"],["15883.226","11454.558"],["15880.223","11424.078"],["15780.459","11458.287"],["15831.319","11450.128"],["15862.722","11472.174"],["15859.665","11477.139"],["15905.030","11362.317"],["15896.154","11404.120"],["15779.749","11391.726"],["15777.463","11386.739"],["15779.243","11374.131"],["15805.534","11430.924"],["15785.193","11422.390"],["15851.652","11435.785"],["15889.345","11341.007"],["5480.920","7833.627"],["5580.529","7756.621"],["5601.631","7775.663"],["5476.361","7822.686"],["5489.305","7841.678"],["5478.121","7770.454"],["5517.406","7771.662"],["7178.961","13431.604"],["16059.107","5748.902"],["16013.587","5700.775"],["15991.109","5717.770"],["15988.380","5699.741"],["15975.293","5669.195"],["15984.433","5750.757"],["16103.430","5587.642"],["16100.808","5617.477"],["16106.791","5630.383"],["14593.042","9208.743"],["14624.853","9252.227"],["5170.201","11062.600"],["5120.340","10938.867"],["5109.883","10940.703"],["5091.217","10966.775"],["5085.264","10961.678"],["5099.052","10895.644"],["5117.591","10858.335"],["5871.541","9282.926"],["8607.674","18556.593"],["8591.442","18576.544"],["15105.135","6035.803"],["4438.881","10430.192"],["4422.006","10425.188"],["4556.872","10415.740"],["4478.642","10397.246"],["4469.336","10447.925"],["4490.044","10457.289"],["4450.399","10636.131"],["4434.067","10636.891"],["4369.890","10617.340"],["4566.539","10583.528"],["4464.902","10511.369"],["4445.474","10588.831"],["4362.890","10551.128"],["4525.500","10626.798"],["4499.028","10523.939"],["1679.776","13599.162"],["1691.513","13437.343"],["1627.805","13578.154"],["1828.148","13527.564"],["7045.373","7530.624"],["7066.821","7501.706"],["7015.467","7505.587"],["7092.822","7575.986"],["7031.048","7538.232"],["11311.884","10680.557"],["11351.690","10724.128"],["11324.741","10742.426"],["11324.336","10775.302"],["29079.679","11852.776"],["29127.027","11842.289"],["8571.684","13676.412"],["8646.206","13754.318"],["8719.875","13623.964"],["8659.313","13622.182"],["8660.950","13695.294"],["8677.585","13717.950"],["8667.309","13675.814"],["8675.446","13793.855"],["8687.788","13772.010"],["7337.231","12528.701"],["7393.077","12459.363"],["7373.967","12462.453"],["7427.648","12376.464"],["7416.240","12406.742"],["7415.149","12393.366"],["7408.495","12416.047"],["7371.863","12493.539"],["7736.023","12471.901"],["7754.091","12540.458"],["7764.107","12522.774"],["6552.450","12906.426"],["5653.716","8452.872"],["5871.007","7673.428"],["6009.870","7550.143"],["6230.352","18316.909"],["6220.977","18294.531"],["6044.709","18263.311"],["7408.926","8003.628"],["7444.515","8043.719"],["7475.152","8088.386"],["7413.909","7902.652"],["6190.683","17374.209"],["6186.031","17389.676"],["6069.648","17428.145"],["5234.432","8959.911"],["8486.645","12279.944"],["10196.728","10007.421"],["10160.550","9996.345"],["10146.075","9938.895"],["10102.587","9957.980"],["10232.478","9987.790"],["10215.318","10001.950"],["10193.723","9972.371"],["10181.201","9971.408"],["13396.383","15400.359"],["15536.350","5186.023"],["15516.748","5165.028"],["15623.543","5155.808"],["15707.732","5200.556"],["15697.416","5236.684"],["15637.410","5300.475"],["15614.651","5305.741"],["15600.200","5221.943"],["15537.041","5283.681"],["15541.160","5254.870"],["4351.118","11153.185"],["4340.298","11080.753"],["4352.684","11193.346"],["4326.816","11226.738"],["4305.733","11241.403"],["4277.877","11148.600"],["4298.567","11108.201"],["4306.886","11082.896"],["4321.373","11173.505"],["4241.824","11237.623"],["7083.760","18152.936"],["4269.223","11874.720"],["4188.466","11889.613"],["4230.273","11762.599"],["4245.501","11811.061"],["4202.698","11836.180"],["4180.801","11833.301"],["4163.226","11833.988"],["4184.010","11783.052"],["4187.043","11753.722"],["4231.470","11887.553"],["5280.616","17747.354"],["5267.419","17824.757"],["8357.347","13185.512"],["8162.074","13442.072"],["8150.087","13467.824"],["8153.876","13520.542"],["6492.381","17991.429"],["6490.704","17983.981"],["6517.120","18018.792"],["6535.146","18026.917"],["9184.548","13121.833"],["8998.415","12998.155"],["9034.914","13034.108"],["9546.854","15293.100"],["9577.895","15226.469"],["8564.750","10429.315"],["8094.052","15535.920"],["8111.641","15622.806"],["11719.876","9680.398"],["5251.630","15330.320"],["5355.947","15350.199"],["5309.651","15439.950"],["15965.478","7971.416"],["15957.054","7916.277"],["14082.323","9232.649"],["7902.162","13614.062"],["7886.065","13614.490"],["7862.416","13621.600"],["7851.710","13631.280"],["7824.041","13627.453"],["10752.745","8142.798"],["8782.152","18301.682"],["7509.980","11067.795"],["13002.069","10470.338"],["13063.596","10511.231"],["13091.126","10489.150"],["13060.192","10440.951"],["13096.690","10434.469"],["13010.975","10554.870"],["13011.012","10505.181"],["13001.220","10573.616"],["13064.614","10469.201"],["13123.380","10458.504"],["13035.821","10505.341"],["13058.175","10476.184"],["12988.841","10517.230"],["7101.470","18055.131"],["7119.810","18126.116"],["7094.306","18138.057"],["5271.084","11148.576"],["5254.669","11156.832"],["5232.141","11165.968"],["5201.056","11201.378"],["5256.530","11120.729"],["5239.030","11164.610"],["5226.014","11114.192"],["5246.705","11110.443"],["5343.661","11077.957"],["5270.238","11193.472"],["6249.402","13281.402"],["6170.399","13214.242"],["6546.472","9215.379"],["6529.350","9193.695"],["7024.145","13011.882"],["7069.458","13051.601"],["6980.744","13127.506"],["6982.340","13081.775"],["6886.632","13077.201"],["6960.614","13057.616"],["14535.327","8880.573"],["14601.898","8868.568"],["14657.169","8850.264"],["14659.996","8814.765"],["17138.835","7369.638"],["17173.248","7364.438"],["17057.635","7301.272"],["17066.656","7380.882"],["17090.196","7424.571"],["17048.610","7443.842"],["17023.170","7269.474"],["17054.769","7380.555"],["17053.450","7364.592"],["17015.277","7449.287"],["17021.724","7407.586"],["7195.938","13165.670"],["7188.419","13145.755"],["7193.953","13004.759"],["7191.584","13024.560"],["7204.878","13038.044"],["7199.606","13058.724"],["7208.577","13050.413"],["15097.578","5849.206"],["15124.962","5851.102"],["15150.681","5831.364"],["15164.308","5827.254"],["15185.805","5787.705"],["15236.401","5808.436"],["15281.397","5815.710"],["15141.459","5786.936"],["11496.485","12240.983"],["7477.583","16734.515"],["7480.942","16601.395"],["4396.644","11185.927"],["4391.883","11255.778"],["4424.562","11132.626"],["4522.205","11116.400"],["4460.166","11085.682"],["4463.461","11069.150"],["4544.588","11186.316"],["4531.331","11181.890"],["4403.887","11226.038"],["4484.294","11208.365"],["4406.731","11243.633"],["4426.040","11239.488"],["4467.807","11114.602"],["4397.455","11114.555"],["4367.847","11128.252"],["4484.377","11258.765"],["4514.783","11154.017"],["4485.010","11140.229"],["4376.970","11099.573"],["4384.457","11079.208"],["4487.622","11186.171"],["6688.167","7506.437"],["10299.290","7916.190"],["10281.525","7921.794"],["6100.078","7625.781"],["6136.315","7621.857"],["6179.590","7558.328"],["6150.997","7669.093"],["6194.713","7495.046"],["6207.610","7619.821"],["8606.851","10480.093"],["8582.225","10466.148"],["8662.960","10448.822"],["8652.639","10514.698"],["13051.716","4016.672"],["13080.067","4077.585"],["13005.430","3989.936"],["11989.377","9827.924"],["11936.992","9832.512"],["11957.955","9834.585"],["11951.127","9802.563"],["10179.963","7646.528"],["4562.447","11699.577"],["14156.232","9422.432"],["14176.556","9575.493"],["14205.252","9568.783"],["14242.370","9567.540"],["11912.120","9813.777"],["11869.757","9833.573"],["11858.645","9807.395"],["11880.747","9807.352"],["10334.853","7887.320"],["10455.525","7703.975"],["10425.971","7691.834"],["10370.514","7883.642"],["10298.401","7710.300"],["10311.468","7732.571"],["10261.451","7879.598"],["10313.358","7895.463"],["10274.339","7859.524"],["4459.157","9485.379"],["4418.424","9466.396"],["4449.839","9422.832"],["4477.135","9579.032"],["4516.104","9497.601"],["4553.557","9535.682"],["8137.052","16985.854"],["17232.270","7381.323"],["17245.153","7330.413"],["17266.105","7302.463"],["17209.967","7282.040"],["17229.975","7299.117"],["17204.554","7392.408"],["17238.652","7289.456"],["17347.340","7296.062"],["17322.213","7346.536"],["17296.155","7254.760"],["10584.175","7683.000"],["10646.175","7482.752"],["10622.285","7580.470"],["10583.887","7516.309"],["10593.363","7661.744"],["10569.412","7671.497"],["10513.148","7552.749"],["10575.828","7586.661"],["10495.819","7476.670"],["10620.863","7673.267"],["7940.839","12030.662"],["7972.019","12064.249"],["7965.098","12082.149"],["7999.413","12060.124"],["8019.778","12054.367"],["8039.098","12051.957"],["8047.271","12086.357"],["8044.064","12114.400"],["8106.101","12021.672"],["8143.674","12012.566"],["8114.812","11962.590"],["8106.707","11971.595"],["8097.898","11989.559"],["8075.051","11972.070"],["8054.885","11986.411"],["7950.144","12103.329"],["12195.540","5766.844"],["12181.578","5747.435"],["12153.155","5750.794"],["12176.451","5739.147"],["12212.766","5757.900"],["12197.456","5740.995"],["8165.068","13116.029"],["8171.877","13115.053"],["15021.171","11138.713"],["15031.445","11072.934"],["14999.078","11113.225"],["15036.241","11174.845"],["15048.819","11228.448"],["14977.947","11180.192"],["15010.435","11186.058"],["15042.367","11207.381"],["15029.560","11191.664"],["15059.045","11211.418"],["15072.581","11226.970"],["15054.279","11145.550"],["15061.860","11142.331"],["15085.353","11172.042"],["15062.571","11121.670"],["15012.740","11091.983"],["15057.507","11092.316"],["14985.090","11147.347"],["10752.096","9110.026"],["10686.963","9022.667"],["10790.286","9113.685"],["10734.774","9048.812"],["10736.148","8973.797"],["10862.244","9040.614"],["10864.345","9140.397"],["10793.140","9095.554"],["10859.956","9073.017"],["10781.981","9129.402"],["10843.265","9138.605"],["10710.211","8997.015"],["10777.257","9026.820"],["10788.169","9009.575"],["10784.032","8954.712"],["10857.713","8989.494"],["10871.230","9009.384"],["10680.144","8987.271"],["10744.565","8956.805"],["10882.764","9066.078"],["7807.823","13080.146"],["7872.953","12971.414"],["7911.618","13031.287"],["7828.634","13143.206"],["7853.734","13146.892"],["7839.882","13157.373"],["7823.390","13068.878"],["7851.802","13080.388"],["9601.507","9275.626"],["9552.456","9337.357"],["9537.842","9308.833"],["9578.041","9320.049"],["9609.078","9304.142"],["9536.091","9356.153"],["9572.910","9359.773"],["9579.421","9360.564"],["10005.258","7972.345"],["9964.412","7937.090"],["10027.948","7932.129"],["11925.489","5913.032"],["11889.709","5951.837"],["11853.693","5981.811"],["11879.969","5980.521"],["11863.180","5967.942"],["11904.097","5986.419"],["11932.841","5954.888"],["8139.093","10512.420"],["8069.915","10641.906"],["8123.051","10619.974"],["8114.317","10599.627"],["8050.335","10608.771"],["8131.574","10529.603"],["9839.848","7301.054"],["10002.557","7468.739"],["10027.617","7469.253"],["6998.155","13722.935"],["7060.419","13643.579"],["7066.989","13795.005"],["7075.513","13749.876"],["7028.645","13734.344"],["7043.282","13759.520"],["7047.550","13714.629"],["6999.464","13755.137"],["6981.740","13754.718"],["6986.663","13616.393"],["7044.586","13674.402"],["6956.266","13799.105"],["6914.701","13787.616"],["6910.218","13765.163"],["6906.573","13697.506"],["6886.815","13727.801"],["5138.105","7765.029"],["5703.642","9794.976"],["5822.855","9774.728"],["5746.502","9596.815"],["5811.677","9591.110"],["5370.107","7262.515"],["6390.474","8127.259"],["6333.598","8195.065"],["6366.981","8108.931"],["6365.802","8236.198"],["7081.193","18038.468"],["8782.354","15112.296"],["8910.012","15191.492"],["5010.651","18252.102"],["13755.828","8830.892"],["12738.143","4270.764"],["12708.309","4168.424"],["12775.893","4218.187"],["12772.660","4193.671"],["12687.610","4273.229"],["12700.728","4206.676"],["12683.687","4253.603"],["12763.389","4185.826"],["12759.503","4239.253"],["12675.474","4193.993"],["12759.720","4290.511"],["9845.740","14279.045"],["6092.705","9521.356"],["6180.742","9400.209"],["11828.938","11753.113"],["11857.745","11721.304"],["3338.049","8012.725"],["3453.969","8037.870"],["8667.635","13533.903"],["8687.413","13592.796"],["8677.765","13535.735"],["8601.603","13517.988"],["8644.949","13514.128"],["8575.556","13467.056"],["12258.973","12047.954"],["12267.129","12060.128"],["1655.516","13342.621"],["14185.409","4757.655"],["14218.649","4828.416"],["14199.099","4748.952"],["14243.214","4861.030"],["14206.914","4726.615"],["7931.323","13266.620"],["7839.308","13292.668"],["7839.447","13310.973"],["7849.435","13305.070"],["7889.475","13339.872"],["7921.763","13331.033"],["7903.379","13376.154"],["7903.628","13357.222"],["12170.536","11040.944"],["12194.512","11024.336"],["12174.739","10995.174"],["12148.190","11001.893"],["12352.986","10871.797"],["12346.404","11031.691"],["7076.044","12559.215"],["7030.270","12547.968"],["6994.196","12731.094"],["6933.802","12754.367"],["12797.053","7729.213"],["12833.292","7813.837"],["12795.991","7834.644"],["12797.645","7824.705"],["12875.107","7686.823"],["12911.068","7858.409"],["12929.091","7839.391"],["12930.821","7874.548"],["12855.466","7828.237"],["12869.329","7795.554"],["12912.870","7798.809"],["12920.333","7796.345"],["12918.343","7814.506"],["12892.835","7816.319"],["12874.821","7815.764"],["12841.875","7839.354"],["12875.313","7862.004"],["12900.633","7868.872"],["12883.547","7855.779"],["12868.147","7818.788"],["12803.304","7800.594"],["12821.615","7804.078"],["12794.739","7759.296"],["12792.117","7786.149"],["12809.190","7781.343"],["12778.187","7743.876"],["12779.802","7705.612"],["12931.630","7690.852"],["12939.179","7687.307"],["12942.854","7826.910"],["12978.563","7845.284"],["12845.898","7769.080"],["12872.532","7763.553"],["12929.836","7747.075"],["12929.364","7720.735"],["12846.682","7738.252"],["10889.194","11466.003"],["10885.208","11424.009"],["10918.477","11335.909"],["10998.321","11481.907"],["10974.026","11379.370"],["11040.673","11457.657"],["10935.258","11299.622"],["10991.219","11320.395"],["10965.483","11399.529"],["11034.452","11409.784"],["10996.250","11290.805"],["16403.432","6865.141"],["16400.132","6841.046"],["16427.828","6857.688"],["16380.122","6871.155"],["16382.065","6861.480"],["11573.554","12434.294"],["11608.399","12465.478"],["7292.837","8950.899"],["2807.659","11131.798"],["2748.700","11254.077"],["2741.656","11161.030"],["2727.348","11199.436"],["2694.384","11254.592"],["14205.959","4716.786"],["14245.758","4712.763"],["6457.419","7418.122"],["6277.452","7448.602"],["7301.037","12851.422"],["7293.099","12846.291"],["7293.612","12857.586"],["7258.310","12820.910"],["7200.102","12936.236"],["15214.146","8453.218"],["15229.474","8528.302"],["7720.175","9027.107"],["7870.447","8976.684"],["16206.527","7806.276"],["16255.024","7792.341"],["16267.472","7771.941"],["16271.321","7759.415"],["16258.549","7731.517"],["16156.569","7725.823"],["16185.848","7690.705"],["14240.221","8988.190"],["14228.379","9020.396"],["7438.799","8155.748"],["4351.583","9147.377"],["4374.325","9149.389"],["4428.177","9105.704"],["4506.144","9003.801"],["5464.681","7241.149"],["5427.558","7233.448"],["2246.979","11543.901"],["7549.840","13167.801"],["7674.225","13122.968"],["7708.811","13143.083"],["10932.846","11249.759"],["6863.821","12543.558"],["6740.620","12441.533"],["6700.042","12439.390"],["8595.542","13224.862"],["8627.179","13235.431"],["8608.062","13233.645"],["8610.281","13220.753"],["10293.360","9950.412"],["10267.225","10003.213"],["10293.881","9978.027"],["10277.037","9987.142"],["4707.685","10490.822"],["4690.099","10499.078"],["4709.323","10541.081"],["4696.806","10557.795"],["4670.414","10594.938"],["4650.779","10514.024"],["4622.884","10477.839"],["4609.168","10574.849"],["4575.198","10501.646"],["4579.395","10644.870"],["6230.983","11533.433"],["6222.560","11512.948"],["6235.291","11676.637"],["6195.507","11540.825"],["6193.253","11528.819"],["6160.562","11606.127"],["6241.822","11501.437"],["5257.107","7873.769"],["5389.148","7883.852"],["5334.367","7841.819"],["5286.880","7849.739"],["5200.100","7807.127"],["5222.966","7747.856"],["5329.696","7784.822"],["7565.788","9021.606"],["8163.920","17033.616"],["8176.214","17037.960"],["13147.360","12573.829"],["13174.162","12598.554"],["4996.502","8445.864"],["5056.490","8398.381"],["5133.830","8511.343"],["7401.646","8083.995"],["7396.844","7995.565"],["7363.307","7955.520"],["8517.426","13803.987"],["8465.005","13703.374"],["8484.803","13680.734"],["8544.055","13778.429"],["8457.868","13618.105"],["8492.430","13625.478"],["8481.169","13614.964"],["8470.746","13614.454"],["8505.539","13648.814"],["8511.177","13637.651"],["8507.791","13670.306"],["8459.487","13671.730"],["8550.257","13625.688"],["8479.061","13655.012"],["8434.980","13612.748"],["8365.658","13689.942"],["8445.516","13770.957"],["7978.264","15486.639"],["9140.664","13623.351"],["9172.062","13661.773"],["12484.934","11093.818"],["12423.269","11088.485"],["12478.939","11080.025"],["5384.144","10610.889"],["5371.078","10632.317"],["15720.341","11544.334"],["15706.479","11552.787"],["15724.552","11513.134"],["15887.136","9874.427"],["15907.113","9805.701"],["15871.311","9837.245"],["15896.780","9853.239"],["15882.836","9809.217"],["15891.211","9822.538"],["15931.110","9838.203"],["15926.872","9887.456"],["15930.996","9875.234"],["4823.405","11248.131"],["4867.252","11211.291"],["4832.774","11198.848"],["8025.059","13698.004"],["3280.652","11802.928"],["3159.122","11858.721"],["3202.590","11858.385"],["3200.177","11827.269"],["3229.488","11781.529"],["3211.371","11754.433"],["3180.600","11747.166"],["3146.630","11783.013"],["3291.713","11717.488"],["2038.835","10966.098"],["2061.512","10928.532"],["12316.169","8579.371"],["12334.642","8536.948"],["12314.380","8613.786"],["12304.855","8637.240"],["12324.197","8623.871"],["12330.061","8601.707"],["12246.359","8683.419"],["12259.917","8686.732"],["12235.703","8702.082"],["12220.014","8672.354"],["12235.769","8656.903"],["12257.297","8654.188"],["12239.531","8594.886"],["12248.447","8569.617"],["12213.230","8559.129"],["12219.519","8534.544"],["12297.841","8558.434"],["12281.442","8683.739"],["12262.407","8542.344"],["6753.047","13785.085"],["6756.059","13764.791"],["6800.125","13750.046"],["6728.420","13562.138"],["13940.555","14086.438"],["13950.579","14091.865"],["13951.638","14086.221"],["4559.028","11901.862"],["4518.914","11873.056"],["4566.764","11705.467"],["4467.969","11736.387"],["4522.293","11728.332"],["4447.507","11740.500"],["4534.569","11750.050"],["4543.453","11761.070"],["4556.835","11769.627"],["4464.018","11772.869"],["4555.929","11777.017"],["4546.862","11791.083"],["4555.118","11795.126"],["4542.483","11818.800"],["4374.246","11849.930"],["4406.395","11828.333"],["4406.607","11881.296"],["4418.995","11857.743"],["4422.186","11907.362"],["4434.781","11778.048"],["4375.856","11829.576"],["4424.788","11771.347"],["4552.189","11829.583"],["14750.953","8651.052"],["14841.018","8688.077"],["14681.803","8651.271"],["14740.716","8542.305"],["14840.778","8584.137"],["14779.248","8559.795"],["14721.280","8533.003"],["6279.731","13542.162"],["6259.584","13526.675"],["6298.494","13474.153"],["6287.178","13468.104"],["6306.473","13425.226"],["6288.348","13411.431"],["5342.645","7304.892"],["5233.451","7440.132"],["5322.764","7463.735"],["5261.309","7417.413"],["5367.262","7326.714"],["5261.985","7401.945"],["5269.068","7447.215"],["5243.926","7471.054"],["16928.036","17332.934"],["5170.228","8942.017"],["5054.909","8895.894"],["9885.784","11842.246"],["9928.338","11778.965"],["9931.745","11796.905"],["9880.504","11763.214"],["6946.118","13860.928"],["7093.128","13843.633"],["7070.931","13823.722"],["6920.748","13837.218"],["6909.468","13855.962"],["6892.851","13947.428"],["10167.003","11082.112"],["10147.697","11094.137"],["10139.652","11092.551"],["10121.260","11078.036"],["1791.075","10977.353"],["1832.057","10991.760"],["2977.756","13397.620"],["2983.049","13435.491"],["2963.072","13404.982"],["6022.637","17252.653"],["5885.155","17233.183"],["5910.941","17199.966"],["5910.941","17199.966"],["7932.625","17914.708"],["7913.356","17972.053"],["7908.419","18037.931"],["7996.728","13213.547"],["7399.516","16558.058"],["7332.780","16532.689"],["7366.692","16492.259"],["3687.533","12576.247"],["3660.424","12599.917"],["3658.843","12554.265"],["5765.825","7900.938"],["5790.875","7907.875"],["5774.905","8011.436"],["5775.684","8055.012"],["5795.402","8009.956"],["5803.827","8016.244"],["5635.325","10868.053"],["5620.617","9544.558"],["5622.213","9557.952"],["5735.179","14319.621"],["5824.968","14328.781"],["5739.656","14336.898"],["5720.613","14307.097"],["5711.112","14312.493"],["5769.629","14357.780"],["5749.624","14299.853"],["5735.537","14267.127"],["13944.011","14571.299"],["12974.317","11698.667"],["12408.260","10852.179"],["12373.974","10811.343"],["4600.579","11328.081"],["4619.728","11298.609"],["4621.911","11318.308"],["4572.869","11348.846"],["4616.418","11289.521"],["8155.613","11956.248"],["8286.604","12072.105"],["8282.176","12090.926"],["8305.277","12038.357"],["8321.161","11959.803"],["8277.074","11931.383"],["8333.432","12007.238"],["8290.940","12110.912"],["6380.433","18025.781"],["6376.815","18042.197"],["5228.248","7599.064"],["5229.245","7632.453"],["6649.326","12605.038"],["6650.226","12598.697"],["6646.659","12596.569"],["15950.586","9437.471"],["15936.033","9444.111"],["15952.543","9493.473"],["15969.581","9381.600"],["16004.716","9381.261"],["15995.681","9425.437"],["16001.882","9412.285"],["16025.920","9407.207"],["15944.353","9584.084"],["16009.199","9488.279"],["16015.355","9441.515"],["16093.332","9570.574"],["16056.041","9390.916"],["16043.447","9413.285"],["16067.905","9416.187"],["16078.464","9416.744"],["16077.056","9483.348"],["16085.640","9457.295"],["16023.544","9541.542"],["16042.951","9562.999"],["16063.878","9574.476"],["16094.546","9516.389"],["15973.246","9516.718"],["15962.559","9506.845"],["16030.215","9519.812"],["15995.108","9516.187"],["16022.165","9563.129"],["15989.158","9584.999"],["15980.267","9499.720"],["16020.658","9428.789"],["16051.964","9448.754"],["4607.963","11744.356"],["4625.190","11812.963"],["4609.594","11863.166"],["4620.837","11794.572"],["4624.639","11765.956"],["4608.073","11751.537"],["6431.040","14694.287"],["6393.954","14787.802"],["6425.685","14843.622"],["6388.286","14788.888"],["6347.420","14737.467"],["6358.908","14729.760"],["6311.054","14706.338"],["6457.117","14664.561"],["6370.676","14744.286"],["6447.476","14740.795"],["6331.394","14670.080"],["2305.669","11556.568"],["2361.163","11514.717"],["2343.667","11559.751"],["10704.696","7520.202"],["10795.498","7614.049"],["10703.102","7548.607"],["10801.829","7607.587"],["10687.078","7613.215"],["10747.245","7680.910"],["5694.101","8219.458"],["5720.496","8286.964"],["5649.069","8253.521"],["5784.060","8149.644"],["5759.672","8154.573"],["5718.414","8279.218"],["5813.522","8124.536"],["5657.400","8243.389"],["5633.062","8183.933"],["5710.631","8127.803"],["5779.367","8134.678"],["11871.018","11667.389"],["11854.659","11636.559"],["11834.327","11603.753"],["11827.240","11696.380"],["14665.958","9025.552"],["14658.962","9083.619"],["14590.087","9096.414"],["14604.704","9138.936"],["14616.358","9123.444"],["4554.160","8934.969"],["5164.720","8954.436"],["10262.686","10469.096"],["10255.135","10457.822"],["10262.387","10504.770"],["6848.547","7470.638"],["8127.391","17036.785"],["14054.947","13965.880"],["4628.315","9273.340"],["4645.697","9323.685"],["15808.611","11273.283"],["15830.079","11224.612"],["15800.077","11239.364"],["15874.803","11190.772"],["15921.586","11214.929"],["15874.798","11242.293"],["7278.518","8041.227"],["7273.416","7939.629"],["15941.212","7959.945"],["10017.268","12204.338"],["16305.645","5554.932"],["16318.017","5523.302"],["16346.003","5404.290"],["16346.683","5396.320"],["16301.292","5416.127"],["16245.917","5386.886"],["16201.804","5409.120"],["16202.115","5369.515"],["16133.372","5531.267"],["16155.561","5502.269"],["16163.659","5483.856"],["16175.169","5444.651"],["14458.393","10088.868"],["10144.206","17146.112"],["16361.517","5737.398"],["16365.860","5609.485"],["8270.472","18135.108"],["7590.116","16269.807"],["7543.400","12770.221"],["7585.250","12870.400"],["7533.709","12911.884"],["7543.887","12914.106"],["7549.012","12914.736"],["7575.228","12814.500"],["7585.434","12825.530"],["7580.963","12821.649"],["29217.473","11765.827"],["7267.190","12644.041"],["7245.466","12625.052"],["7229.474","12654.501"],["7251.693","12682.722"],["7225.229","12662.148"],["7220.376","12585.588"],["7226.832","12604.980"],["7221.802","12649.264"],["7237.417","12647.945"],["7247.185","12644.462"],["6115.414","9192.141"],["6096.989","9237.893"],["6172.986","9201.087"],["6075.581","9368.906"],["6067.073","9348.155"],["7194.012","8153.075"],["7164.344","8146.086"],["7098.963","8111.724"],["10262.510","10060.473"],["10258.542","10042.762"],["10251.644","10077.689"],["10270.930","10121.333"],["4525.798","12953.861"],["4562.412","12940.222"],["4524.772","12926.211"],["4528.588","12928.638"],["4421.709","12950.617"],["4425.906","12961.934"],["4456.634","12890.977"],["4452.473","12921.035"],["8756.224","9608.805"],["8612.742","9623.781"],["8675.327","9641.225"],["9701.237","9388.768"],["9667.279","9382.154"],["9805.329","9456.620"],["9714.098","9494.182"],["9768.115","9392.602"],["9723.000","9421.126"],["9638.159","9490.076"],["9733.337","9507.158"],["9765.869","9500.697"],["9760.234","9569.198"],["9665.496","9574.349"],["9828.749","9386.002"],["9704.471","9456.252"],["9628.923","9440.592"],["9789.592","9377.991"],["9758.848","9437.918"],["9748.955","9572.585"],["9809.356","9423.080"],["9817.257","9529.328"],["9779.606","9527.785"],["9641.129","9577.270"],["13414.819","15440.836"],["17217.122","7228.806"],["17257.453","7234.376"],["6694.542","15510.715"],["7079.979","12543.877"],["14613.981","9415.333"],["14564.557","9384.769"],["5273.032","10998.538"],["5348.774","11012.568"],["5311.117","10994.712"],["5351.693","10971.693"],["5346.940","10963.256"],["5299.615","11023.975"],["5296.720","11024.883"],["5305.729","10995.629"],["6151.358","9084.804"],["6187.667","9013.444"],["6129.785","9060.823"],["6164.680","9043.717"],["13200.568","12520.563"],["13292.209","12504.325"],["5789.656","7821.861"],["5786.567","7807.052"],["5827.068","7866.384"],["5809.935","7869.458"],["8771.890","12769.803"],["17141.749","7236.250"],["17167.693","7243.668"],["17009.114","7225.495"],["17001.055","7218.003"],["17050.363","7221.951"],["17086.844","7247.982"],["16990.182","7225.963"],["17080.788","7206.889"],["17034.693","7222.892"],["17172.353","7239.779"],["6629.354","5782.033"],["5091.140","14488.331"],["7868.507","10093.204"],["7876.316","10084.426"],["7811.013","10071.455"],["7814.037","10088.392"],["7818.811","10035.289"],["7833.498","10047.064"],["7727.329","10052.524"],["7735.734","10037.132"],["7838.372","10151.250"],["7818.520","10161.588"],["7840.459","10197.825"],["7801.908","10214.661"],["7769.187","10160.337"],["7752.698","10159.353"],["7756.745","10116.486"],["7752.452","10126.114"],["7774.088","10130.405"],["7763.003","10131.000"],["7795.964","10090.883"],["7776.096","10079.850"],["7752.547","10098.876"],["7747.333","10081.205"],["7899.273","10141.037"],["7889.593","10165.974"],["7934.271","10106.219"],["15321.379","5747.896"],["15344.219","5693.347"],["15341.925","5645.730"],["15393.844","5600.995"],["15396.679","5568.529"],["15416.555","5729.363"],["15390.676","5781.111"],["15379.914","5745.239"],["15391.529","5701.538"],["15404.474","5649.196"],["15423.240","5649.881"],["15439.843","5630.005"],["15434.890","5716.117"],["15437.324","5738.487"],["15466.058","5713.921"],["15335.751","5708.434"],["15323.929","5719.648"],["5340.996","8160.743"],["5313.019","8124.566"],["3751.804","12564.744"],["3738.101","12611.111"],["3803.478","12565.822"],["3766.369","12647.036"],["3750.621","12623.336"],["3776.792","12593.919"],["3792.131","12571.374"],["3781.266","12611.842"],["2306.483","11488.624"],["2242.330","11478.872"],["2410.182","11413.554"],["2412.385","11334.688"],["2253.790","11405.388"],["2384.426","11406.938"],["2426.358","11425.583"],["2347.943","11322.615"],["2373.832","11349.354"],["2309.866","11398.703"],["2413.307","11312.663"],["14504.136","8504.352"],["14466.172","8470.931"],["14886.858","9209.067"],["14587.513","9294.506"],["7515.285","15872.048"],["10264.109","7426.147"],["10434.257","7325.948"],["10254.857","7355.324"],["10303.560","7459.391"],["10305.038","7428.475"],["10350.298","7408.233"],["10299.134","7420.071"],["10338.603","7459.319"],["9686.684","9222.222"],["9667.184","9241.026"],["9693.019","9303.143"],["9624.346","9364.531"],["9775.614","9343.586"],["9818.665","9364.697"],["9731.007","9300.524"],["9737.917","9230.228"],["9794.236","9351.924"],["9717.345","9312.566"],["9644.183","9272.258"],["9756.488","9314.680"],["9791.556","9324.264"],["9718.018","9356.804"],["9621.504","9317.422"],["8346.762","13870.259"],["15380.868","5515.386"],["15378.088","5433.803"],["11958.510","4524.652"],["11957.396","4619.773"],["7785.169","12929.226"],["7806.058","12770.979"],["7817.523","12774.588"],["7826.114","12767.990"],["7831.796","12767.853"],["7830.397","11947.850"],["7935.174","12041.037"],["7931.428","12067.634"],["5873.409","11199.507"],["5874.495","11212.889"],["5841.026","11182.146"],["5858.934","11207.137"],["5870.384","11131.667"],["5877.104","11105.086"],["13204.945","10722.674"],["13289.683","10803.533"],["13228.853","10744.344"],["13271.746","10847.104"],["13339.443","10797.716"],["13330.674","10678.258"],["13285.658","10688.209"],["13311.258","10670.235"],["13320.143","10854.712"],["10816.349","8938.058"],["10711.035","8930.128"],["10874.521","8930.430"],["10774.350","8897.720"],["10766.158","8939.372"],["10784.068","8888.981"],["12374.303","12013.088"],["12401.105","12058.213"],["12372.153","11996.342"],["10054.658","11012.642"],["10194.356","10966.479"],["10163.408","10961.793"],["10224.893","11045.738"],["10186.999","11016.813"],["10055.959","10954.217"],["10070.158","10947.861"],["10219.013","11037.693"],["10197.183","11047.776"],["10076.449","11055.905"],["10127.936","11028.681"],["10124.343","10927.427"],["10195.613","10993.872"],["10193.608","11061.745"],["10145.291","10984.183"],["10069.404","11045.255"],["10202.559","10990.238"],["7449.259","12492.221"],["7441.841","12345.240"],["10973.781","11755.330"],["11005.586","11771.765"],["11031.922","11808.580"],["8743.548","12568.083"],["8762.887","12568.444"],["8753.101","12670.246"],["8747.529","12653.890"],["8743.237","12664.661"],["8775.732","12746.083"],["8770.548","12726.381"],["3207.637","11945.119"],["3293.630","12017.455"],["3293.630","11945.940"],["3228.153","11936.241"],["3263.216","11941.818"],["7510.009","9795.764"],["7499.586","9786.719"],["5658.044","10852.911"],["5671.526","10833.627"],["5647.617","10783.876"],["5638.375","10837.062"],["5664.255","10836.930"],["7211.728","7755.405"],["7113.890","7686.183"],["7147.773","7845.250"],["7145.060","7787.998"],["9876.060","14306.880"],["8428.239","13307.507"],["8410.014","13336.285"],["8509.272","13246.273"],["8525.244","13244.399"],["8532.339","13234.604"],["8540.980","13234.651"],["8541.661","13249.316"],["8505.984","13278.193"],["8480.844","13307.908"],["8433.807","13281.709"],["8358.047","13240.644"],["8432.425","13247.728"],["8473.681","13250.423"],["8491.269","13252.482"],["8388.596","13197.007"],["8393.457","13190.918"],["8480.567","13209.859"],["8475.777","13205.585"],["8547.706","13216.392"],["16121.626","5396.799"],["16058.063","5503.411"],["16091.851","5519.047"],["16130.326","5559.970"],["8649.896","15379.528"],["8696.433","15322.300"],["8650.386","15314.565"],["6533.461","13497.942"],["6518.703","13548.909"],["7194.640","8036.534"],["7123.703","8033.396"],["7176.700","7947.092"],["7161.830","7929.140"],["7299.893","8095.372"],["16260.406","5894.257"],["16271.160","5813.092"],["16156.233","5809.297"],["16150.142","5996.005"],["16201.781","5966.253"],["16200.430","5924.845"],["16222.496","5916.009"],["16231.848","5932.668"],["16284.047","5830.950"],["16330.071","5836.822"],["16335.657","5800.664"],["16307.730","5796.936"],["16159.522","5864.983"],["5698.757","9803.415"],["5809.562","9833.481"],["4868.835","9476.163"],["4828.807","9564.508"],["4800.651","9457.702"],["5336.632","9217.946"],["5392.252","9186.577"],["13072.511","11682.837"],["13014.047","11641.811"],["13054.178","11656.875"],["13000.756","11687.930"],["13105.416","11683.475"],["13160.362","11663.789"],["13153.509","11653.573"],["13020.852","11664.228"],["16909.396","7705.505"],["16904.889","7747.994"],["16966.457","7697.049"],["16966.043","7776.635"],["16945.518","7756.953"],["16917.384","7801.819"],["16879.076","7811.645"],["16850.474","7788.772"],["16784.478","7814.563"],["16809.527","7810.814"],["16803.877","7766.778"],["16801.870","7715.795"],["16865.355","7731.985"],["16841.474","7737.567"],["16979.136","7736.145"],["5411.028","10626.518"],["5423.214","10635.679"],["7808.168","8879.197"],["7861.256","8897.930"],["7802.683","8823.843"],["2615.309","11122.217"],["2599.174","11156.276"],["5355.654","8063.036"],["5279.104","7918.607"],["5355.328","7926.166"],["5404.169","8028.100"],["5400.896","8053.302"],["5287.267","8021.974"],["5247.966","8029.125"],["14064.871","10966.407"],["14079.101","10981.051"],["14121.905","10983.238"],["14151.615","10938.428"],["14167.705","10955.337"],["14129.489","10997.169"],["14181.191","11019.329"],["14142.831","11052.127"],["14152.329","11047.677"],["14059.844","11026.608"],["14056.186","10998.698"],["14148.572","11027.671"],["14175.411","10913.634"],["6180.288","17950.512"],["6070.218","17941.272"],["6110.235","17925.005"],["6094.390","18001.972"],["6153.702","17865.455"],["5603.627","9118.423"],["5601.545","9076.697"],["5545.473","9062.418"],["5506.164","9093.616"],["5609.981","9003.374"],["7595.432","8857.383"],["7688.966","8775.200"],["7693.455","8783.859"],["7715.456","8782.383"],["10657.531","7447.720"],["10492.709","7422.456"],["10645.964","7453.136"],["10207.201","7888.863"],["10143.018","7737.014"],["10124.236","7702.204"],["10247.897","7725.772"],["10145.739","7894.168"],["10239.656","7819.042"],["10203.784","7859.453"],["15323.069","5352.050"],["15320.411","5324.466"],["15327.992","5318.205"],["15338.443","5294.923"],["15387.988","5259.908"],["15495.893","5333.876"],["15441.406","5316.363"],["15504.671","5305.836"],["15444.308","5269.852"],["15419.671","5270.117"],["15381.782","5261.567"],["14346.479","8886.169"],["14414.060","8772.171"],["14921.233","5832.240"],["14889.679","5866.044"],["14908.367","5846.339"],["14931.339","5872.059"],["14931.742","5975.725"],["15008.433","5839.066"],["14993.002","5804.045"],["15013.477","5805.525"],["15020.222","5849.816"],["15071.452","5877.593"],["14953.683","5911.551"],["14927.284","5950.214"],["15010.057","5876.802"],["15022.787","5882.473"],["15017.080","5935.757"],["14987.414","5900.907"],["15054.171","5981.644"],["15074.215","5978.126"],["15040.110","5950.777"],["14884.379","5969.614"],["4362.959","12031.019"],["4472.206","12049.849"],["4544.863","11928.188"],["4487.184","12012.512"],["4440.476","12059.750"],["4480.617","12069.283"],["4512.814","12092.607"],["4541.688","12061.440"],["4550.340","12004.251"],["4500.134","11976.450"],["4458.194","12005.935"],["4422.947","12034.278"],["4431.997","12041.853"],["4444.597","11981.321"],["15073.917","11037.270"],["15075.292","11056.975"],["15053.785","10983.512"],["15084.528","10957.583"],["15060.545","10951.972"],["15072.266","10937.502"],["15016.777","10946.535"],["15012.258","10996.828"],["15026.204","11039.022"],["15091.722","10990.045"],["15062.030","10983.497"],["15051.824","11007.213"],["15043.787","10938.168"],["15078.722","10898.180"],["15013.674","11053.656"],["7154.643","13358.094"],["7112.254","13338.853"],["7124.270","13341.534"],["7195.082","13345.658"],["7213.817","13275.214"],["7201.962","13316.795"],["7192.346","13213.211"],["7194.457","13192.787"],["7184.479","13193.770"],["7182.212","13184.279"],["6533.219","9475.118"],["6533.224","9515.049"],["6635.553","9497.771"],["6646.786","9517.465"],["13848.534","11250.649"],["13921.245","11260.504"],["13839.588","11162.659"],["13839.768","11192.973"],["13883.351","11192.762"],["13909.352","11222.778"],["10908.760","8941.258"],["10895.052","8934.848"],["6302.301","8903.953"],["6435.968","8928.844"],["6318.060","8869.620"],["15149.333","5529.437"],["15148.680","5547.537"],["15182.021","5554.507"],["15213.086","5536.487"],["15225.436","5545.583"],["15272.237","5453.434"],["15291.228","5430.360"],["15268.941","5520.580"],["15288.550","5487.667"],["3325.461","7879.257"],["5840.897","9829.059"],["5872.081","9832.643"],["13276.384","11652.266"],["13272.481","11700.274"],["13311.432","11637.131"],["13207.365","11621.431"],["13299.908","11663.980"],["13284.394","11687.356"],["8985.937","16317.886"],["7098.012","7790.364"],["7118.541","7757.666"],["7231.852","7777.752"],["14836.427","5755.775"],["14879.135","5739.124"],["14866.809","5778.252"],["13136.976","12469.354"],["8172.407","17017.815"],["10468.614","15979.188"],["12027.378","5829.236"],["12046.248","5896.505"],["12115.518","5962.777"],["11961.635","5885.294"],["11982.917","5990.591"],["12006.176","5908.389"],["12132.490","5993.778"],["12008.561","5961.386"],["12060.987","5865.252"],["12117.790","5905.218"],["11988.487","5942.876"],["11947.423","5977.367"],["11962.186","5980.086"],["11940.772","5965.611"],["11977.435","5844.937"],["11965.721","5803.570"],["12090.426","5812.280"],["11995.087","5790.264"],["3477.024","8286.066"],["3305.918","8191.879"],["11154.483","11391.217"],["11154.934","11381.212"],["11224.076","11456.303"],["11192.636","11482.234"],["10340.056","7521.964"],["10318.662","7509.808"],["10264.803","7586.705"],["10269.282","7614.067"],["10458.944","7559.244"],["5079.861","6186.624"],["6408.854","14650.108"],["6265.817","14643.924"],["6319.855","14656.713"],["9341.136","13952.010"],["9389.348","13955.583"],["12250.730","8268.115"],["12249.406","8280.390"],["12259.137","8307.234"],["12286.744","8208.533"],["12295.848","8211.073"],["12308.186","8203.176"],["12320.209","8159.747"],["12322.489","8187.756"],["12318.362","8131.518"],["12285.943","8182.437"],["12344.463","8177.830"],["12307.130","8314.347"],["12331.382","8286.017"],["12294.212","8229.264"],["12258.953","8295.315"],["12270.113","8289.583"],["12331.926","8206.121"],["12343.807","8314.277"],["10289.959","10853.670"],["10282.179","10789.013"],["10284.616","10841.683"],["10327.146","10820.374"],["10335.540","10738.880"],["10403.660","10774.380"],["10356.813","10758.998"],["10267.476","10826.505"],["10362.262","10776.666"],["10312.875","10781.101"],["10409.188","10842.156"],["10384.879","10839.213"],["10261.466","10821.176"],["10381.209","10714.041"],["10392.936","10806.511"],["10362.137","10723.061"],["10398.025","10823.295"],["10285.589","10832.208"],["10384.829","10766.444"],["10297.341","10791.795"],["10336.555","10753.537"],["10395.864","10694.968"],["10400.033","10730.423"],["10404.801","10757.718"],["10300.254","10848.817"],["7513.772","16505.671"],["7507.269","16528.384"],["5196.536","10742.940"],["5159.969","10722.359"],["2950.728","13381.201"],["2957.727","13371.786"],["2947.133","13359.953"],["2905.970","13318.589"],["2893.820","13264.933"],["2998.944","13311.128"],["3016.219","13277.947"],["3006.651","13293.174"],["2987.221","13280.293"],["3048.018","13307.573"],["3065.580","13296.002"],["3079.118","13277.818"],["3057.879","13234.874"],["2963.642","13212.012"],["2970.989","13390.777"],["3077.875","13215.648"],["3030.457","13204.667"],["5690.446","8937.641"],["5631.997","8920.812"],["5660.392","8857.353"],["5625.313","8948.255"],["5680.795","8890.404"],["13788.784","13695.706"],["13759.541","13623.647"],["12291.149","10266.012"],["3090.631","12558.566"],["7608.275","16003.417"],["7595.844","15977.979"],["6304.688","18108.887"],["6372.238","18097.986"],["6350.149","18113.496"],["6811.061","9435.669"],["6842.963","9421.802"],["6523.357","18250.051"],["6512.058","18244.932"],["6508.653","18169.163"],["6864.172","7955.434"],["6858.852","8064.283"],["6863.689","8011.203"],["6816.403","8030.289"],["6841.613","8088.534"],["6825.400","7968.572"],["7886.547","8869.458"],["7932.567","8944.896"],["14803.960","5929.166"],["14852.957","5897.554"],["14807.239","5867.725"],["14808.963","5908.496"],["14837.419","5829.416"],["14841.068","5808.193"],["14869.762","5892.366"],["14871.464","5933.568"],["14834.873","5960.464"],["14797.100","5962.047"],["14779.792","5952.918"],["14784.816","5941.450"],["14744.363","5990.516"],["16336.267","6828.727"],["16339.757","6806.400"],["16350.805","6802.805"],["16347.412","6763.954"],["16353.551","6753.455"],["16352.153","6835.156"],["12977.271","9170.971"],["12965.540","9198.095"],["12900.273","9168.872"],["12953.963","9194.838"],["12955.221","9172.187"],["12931.001","9179.732"],["13797.267","12524.022"],["13811.420","12533.084"],["13785.745","12482.495"],["13796.261","12461.084"],["6830.855","9234.688"],["6839.997","9271.191"],["6804.555","9218.536"],["7438.842","13099.584"],["7471.244","13094.292"],["7469.005","13140.901"],["6991.135","9237.110"],["7022.375","9289.482"],["5598.287","10757.808"],["5607.194","10770.508"],["5601.030","10834.407"],["5543.469","10804.657"],["5511.584","10775.555"],["5558.842","10736.103"],["5532.349","10758.687"],["5447.775","10677.937"],["5419.888","10648.086"],["5490.191","10728.751"],["5587.241","10718.875"],["5597.300","10742.012"],["5569.322","8662.315"],["5500.615","8662.875"],["5588.161","8611.916"],["5617.600","8550.463"],["5510.624","8542.812"],["5607.795","8543.147"],["7524.735","15717.895"],["7567.239","15666.242"],["7517.914","15608.556"],["7956.067","17959.709"],["7962.528","17931.901"],["7953.330","17919.643"],["7942.743","17899.247"],["4585.880","8903.190"],["16739.851","7678.676"],["16718.773","7666.920"],["16753.679","7619.493"],["16701.473","7644.023"],["16716.241","7620.125"],["16678.324","7610.614"],["16690.492","7620.131"],["16747.672","7527.536"],["16757.893","7595.045"],["16763.748","7566.077"],["16721.673","7512.013"],["16730.277","7478.978"],["16754.605","7512.758"],["12522.195","11022.777"],["12440.794","10927.855"],["12426.398","10970.353"],["12521.705","10949.625"],["12489.698","10939.186"],["12485.901","10952.295"],["12447.911","10939.130"],["12395.684","10996.438"],["12376.627","11029.667"],["12410.178","10916.850"],["12530.178","11066.004"],["12356.922","10988.086"],["9153.592","13537.955"],["15096.365","11196.447"],["15098.271","11172.180"],["15275.251","11215.350"],["15109.307","11164.877"],["15118.951","11185.331"],["15270.169","11089.879"],["15275.916","11090.645"],["15245.357","11086.565"],["15293.639","11203.008"],["15122.534","11171.349"],["7075.733","7612.551"],["6951.546","7409.985"],["7007.769","7433.991"],["7071.181","7472.661"],["5768.048","11223.649"],["5803.525","11231.907"],["5819.392","11222.256"],["5823.132","11174.958"],["5795.691","11257.759"],["5820.746","11252.711"],["5811.658","11169.542"],["5823.010","11223.048"],["5781.349","11166.335"],["5784.776","11168.601"],["14155.063","13033.472"],["10450.609","15932.879"],["8123.299","18211.197"],["6335.451","14418.132"],["6268.015","14278.857"],["6320.647","14439.199"],["6288.806","14437.770"],["4868.648","14897.713"],["4893.237","14932.872"],["4917.512","14953.779"],["1595.714","13352.334"],["1530.932","13362.170"],["1598.196","13308.341"],["1561.955","13393.154"],["1492.486","13379.522"],["8588.667","11950.431"],["8611.542","11943.464"],["8668.852","11950.825"],["8590.397","12111.956"],["4880.968","11295.741"],["4811.461","11303.395"],["4819.220","11306.709"],["2298.786","11045.486"],["2322.926","11024.129"],["2285.530","11009.761"],["2311.142","10997.761"],["2288.434","10993.428"],["2278.080","10902.080"],["2352.466","10895.902"],["2328.205","10917.021"],["5224.494","8842.252"],["5291.733","8922.782"],["1984.764","11028.159"],["1857.316","10895.682"],["1891.020","10868.735"],["1888.308","11016.498"],["2027.025","10889.908"],["1949.142","10911.938"],["12316.160","14217.074"],["12292.527","14191.570"],["12298.449","14125.426"],["5044.408","8542.668"],["5192.854","8586.604"],["5081.473","8544.529"],["5078.095","8649.853"],["5097.325","8696.476"],["5121.230","8739.471"],["5187.844","8610.120"],["14736.696","9623.813"],["14767.041","9616.570"],["14848.997","9759.224"],["5728.999","7778.507"],["5641.211","7842.827"],["5790.602","7717.204"],["9710.985","11787.605"],["10682.749","9948.855"],["10684.030","10004.546"],["7694.338","12927.220"],["7686.597","12914.289"],["7601.821","12869.006"],["7607.237","12859.685"],["7596.255","12867.871"],["7619.295","12864.603"],["11844.070","4391.895"],["11832.263","4469.791"],["11906.315","4486.288"],["11821.926","4383.758"],["11889.768","4316.568"],["11926.340","4450.324"],["11806.308","4318.332"],["11915.850","4398.245"],["11887.985","4508.762"],["11795.029","4321.718"],["11850.793","4434.666"],["11912.408","4362.849"],["10883.887","7835.604"],["10200.562","10135.713"],["10240.147","10083.983"],["10237.546","10034.967"],["10233.423","10101.740"],["10182.415","10022.259"],["10147.548","10062.564"],["10160.831","10047.424"],["10197.855","10106.940"],["10217.949","10142.810"],["10130.026","10043.991"],["10205.902","10042.057"],["10133.724","10103.518"],["10172.051","10088.237"],["10190.702","10088.060"],["10130.396","10018.763"],["10230.479","10066.303"],["9605.557","10496.723"],["9564.734","10465.201"],["9469.855","10582.983"],["9513.632","10507.216"],["9455.665","10555.140"],["9516.265","10575.326"],["9550.403","10475.436"],["9517.007","10498.752"],["9489.763","10508.128"],["9616.075","10511.239"],["9493.222","10499.490"],["9601.619","10576.254"],["9448.938","10518.735"],["9530.858","10592.106"],["9555.922","10488.186"],["9536.417","10608.416"],["9515.585","10524.652"],["7340.679","16571.109"],["29208.583","10997.184"],["5048.923","6332.413"],["5005.569","6371.880"],["5052.597","6352.786"],["5043.692","6355.321"],["5012.524","6400.131"],["5090.927","6203.870"],["14895.298","6023.360"],["14949.439","6061.197"],["15010.826","6066.891"],["14991.471","6044.681"],["15029.083","5998.604"],["15061.429","6065.320"],["15064.968","6092.240"],["15035.913","6130.470"],["14970.332","6118.198"],["14930.664","6107.078"],["14902.139","6098.852"],["14892.550","6132.466"],["14911.355","6176.130"],["14940.017","6195.854"],["14951.057","6160.427"],["4570.464","9726.219"],["4729.852","9610.876"],["5497.616","9374.101"],["7011.183","13584.528"],["7030.982","13519.008"],["7066.694","13478.474"],["7077.859","13443.719"],["7056.019","13556.882"],["6948.147","13410.697"],["6926.815","13415.807"],["6994.564","13507.488"],["7002.055","13453.904"],["7005.566","13477.015"],["13120.532","9879.630"],["13060.297","9892.855"],["13091.472","9864.154"],["8548.138","9568.658"],["8538.078","9567.289"],["5412.056","7399.447"],["8052.815","12127.748"],["15315.417","11181.946"],["15334.348","11165.588"],["15319.663","11224.005"],["15328.822","11214.612"],["15343.482","11189.039"],["15350.217","11182.742"],["13967.913","10948.401"],["14009.230","10917.727"],["14000.287","10944.852"],["14008.052","10961.874"],["14003.039","11010.203"],["13997.930","11022.347"],["13931.628","10949.084"],["6628.206","15468.410"],["6582.780","15476.590"],["6560.532","15432.542"],["6542.052","15303.467"],["5867.268","7367.924"],["5899.918","7397.681"],["5914.825","7455.245"],["6863.462","12609.470"],["6716.619","12646.797"],["6707.351","12647.982"],["6692.117","12637.530"],["6688.719","12622.836"],["6838.817","12660.093"],["6830.710","12662.317"],["6820.206","12656.455"],["6862.072","12605.586"],["6863.027","12613.508"],["6848.295","12628.228"],["6856.146","12618.757"],["15872.826","9500.975"],["15889.739","9381.106"],["15870.289","9461.442"],["15838.057","9438.660"],["15853.789","9469.483"],["15877.870","9455.169"],["15868.173","9406.476"],["15853.380","9402.234"],["15837.064","9398.896"],["15852.331","9419.264"],["15922.056","9554.617"],["15903.815","9436.518"],["15928.261","9562.524"],["15921.310","9405.194"],["15910.799","9381.790"],["15923.013","9443.597"],["15919.010","9509.665"],["15896.231","9557.968"],["6607.406","14384.512"],["8371.271","11978.903"],["8371.093","11991.476"],["8427.373","11960.143"],["8440.007","11928.406"],["8461.652","11932.504"],["8478.778","11936.319"],["8457.138","11961.762"],["8564.538","11964.184"],["13041.190","8957.786"],["13033.510","8955.379"],["13029.682","8979.166"],["13032.088","8987.958"],["13027.355","9037.984"],["13045.784","9049.205"],["13051.449","9039.531"],["13051.346","9107.379"],["13066.801","9099.035"],["12991.793","9063.968"],["13043.537","9155.650"],["13016.153","9126.864"],["12992.209","9155.268"],["13024.563","9162.408"],["13012.065","8996.020"],["12995.213","9021.675"],["13004.102","9084.685"],["13033.816","9080.564"],["13027.803","9100.950"],["13051.813","9030.377"],["13059.487","9008.592"],["12990.258","8956.103"],["14295.071","9121.946"],["14391.614","9102.100"],["14419.750","9035.547"],["14319.435","9089.045"],["6193.045","8093.389"],["6082.761","7930.971"],["6135.890","8005.273"],["6151.157","8077.624"],["6221.311","8056.654"],["6065.910","7919.766"],["8041.043","12739.530"],["5999.274","14340.253"],["5946.493","14346.870"],["5951.908","14291.876"],["5884.620","14274.435"],["5486.127","7479.882"],["5534.968","7521.782"],["5557.231","7554.783"],["5471.924","7502.453"],["5416.895","7681.749"],["6730.702","12650.306"],["6731.188","12644.082"],["6730.517","12641.565"],["6865.136","12603.585"],["6861.071","12603.304"],["6857.211","12603.238"],["6848.289","12572.996"],["6850.730","12584.951"],["6823.521","12586.525"],["6865.185","12548.996"],["6864.266","12558.116"],["8319.560","18564.016"],["8338.993","18639.854"],["8328.505","18659.238"],["6485.824","8245.458"],["6562.392","8216.273"],["6578.229","8158.340"],["6584.319","8134.039"],["7125.315","17782.164"],["4603.867","14326.655"],["4641.506","14323.273"],["4680.999","14284.765"],["4772.303","14414.223"],["7070.309","13279.320"],["7047.226","13357.131"],["6986.464","13245.585"],["6980.280","13223.834"],["6919.387","13292.911"],["6962.216","13310.533"],["7047.988","13216.551"],["7019.591","13271.491"],["6947.078","13269.840"],["6988.919","13356.609"],["6765.652","13241.085"],["13909.556","11285.000"],["13848.211","11331.504"],["13846.868","11358.340"],["14012.650","11405.181"],["13973.062","11298.928"],["14002.840","11349.268"],["13926.515","11377.451"],["13988.496","11328.554"],["13953.919","11370.077"],["3423.696","8353.880"],["3477.491","8343.503"],["16528.271","6782.197"],["16505.801","6786.997"],["16553.430","6786.370"],["16499.683","6766.636"],["16482.710","6820.050"],["16470.532","6824.426"],["16362.324","6771.567"],["16378.216","6754.085"],["16368.153","6704.561"],["16363.105","6682.281"],["16391.361","6707.456"],["16399.003","6666.187"],["16409.593","6670.211"],["16445.099","6632.310"],["16503.598","6633.959"],["16566.355","6652.034"],["16544.228","6660.641"],["16545.841","6677.088"],["16563.404","6772.992"],["16508.549","6803.356"],["16447.051","6784.826"],["16459.807","6760.791"],["16409.237","6810.092"],["16509.063","6694.705"],["16447.573","6689.292"],["16379.115","6678.136"],["16419.764","6767.749"],["16416.464","6708.895"],["6225.430","7975.242"],["12240.151","5999.222"],["7905.798","13239.709"],["7903.458","13220.751"],["7838.692","13215.186"],["7832.004","13248.485"],["7840.252","13250.310"],["7909.143","13208.507"],["7888.664","13226.419"],["7855.467","13228.876"],["7830.896","13231.790"],["5364.134","7633.674"],["9939.623","10602.570"],["17093.225","7722.555"],["17120.695","7697.145"],["16990.476","7723.673"],["17010.371","7714.159"],["17066.959","7714.020"],["17055.759","7718.595"],["8031.817","8867.104"],["16449.501","6614.373"],["16491.672","6608.807"],["16507.510","6614.184"],["16547.800","6627.906"],["3140.909","13356.378"],["3153.786","13342.932"],["3156.526","13390.134"],["16350.503","6860.000"],["4869.348","6364.392"],["4879.917","6301.273"],["4864.617","6336.209"],["4837.350","6307.219"],["4933.917","6405.367"],["4965.451","6366.746"],["4940.162","6251.737"],["4959.566","6283.489"],["14707.798","6235.826"],["14780.189","6260.322"],["14808.275","6247.349"],["14823.565","6213.897"],["14894.292","6251.602"],["14868.934","6251.569"],["14834.039","6298.159"],["14799.420","6279.074"],["14772.068","6301.740"],["14735.520","6275.765"],["14695.759","6269.823"],["14757.817","6212.238"],["5281.291","17170.092"],["5314.574","17193.769"],["5396.628","17116.805"],["5394.282","17057.737"],["5382.936","17070.882"],["6665.527","9428.917"],["6900.557","9430.611"],["6261.200","9674.949"],["6344.493","9619.694"],["5526.013","11436.093"],["5532.086","11467.890"],["5492.643","11423.754"],["5479.157","11459.592"],["5520.601","11489.184"],["5414.009","11456.728"],["5469.179","11440.531"],["5468.672","11480.097"],["9788.420","7202.905"],["16236.888","7506.595"],["16256.644","7475.483"],["16294.358","7512.325"],["16249.187","7650.844"],["16281.952","7571.568"],["16283.047","7599.094"],["16288.645","7546.943"],["16168.203","7487.655"],["2200.024","11377.824"],["2198.886","11319.543"],["2226.406","11418.089"],["2228.446","11352.771"],["10454.254","7882.512"],["6111.185","7735.400"],["6062.990","7885.555"],["6066.493","7690.383"],["6934.940","8003.531"],["7007.186","8038.437"],["7026.776","8107.722"],["6975.470","8075.376"],["6921.825","8087.027"],["5495.144","8364.866"],["5557.160","8392.960"],["5577.458","8435.670"],["12122.158","15046.278"],["12142.371","15078.545"],["7016.902","12868.701"],["7011.106","12855.162"],["6987.478","12837.317"],["12158.648","14428.280"],["12188.680","14361.371"],["7224.637","15304.163"],["7189.350","15457.810"],["7142.402","15441.680"],["7102.601","15442.849"],["7110.697","15468.991"],["12144.036","5734.217"],["12051.515","5758.171"],["11964.922","5782.225"],["11975.002","5744.825"],["11960.264","5752.171"],["12002.000","5767.054"],["12037.625","5737.338"],["11992.701","5742.256"],["12082.419","5714.464"],["12099.185","5726.491"],["16112.020","7432.025"],["16103.025","7446.622"],["16085.546","7433.171"],["16103.992","7422.062"],["16094.116","7425.528"],["15988.311","7454.891"],["16136.741","7439.496"],["16055.461","7459.101"],["16033.057","7437.155"],["16015.982","7429.998"],["16001.216","7452.076"],["16020.582","7472.535"],["15972.047","7454.764"],["4568.097","11005.099"],["4642.608","10992.684"],["4616.883","10986.125"],["4633.743","10997.196"],["4670.362","10994.356"],["4611.975","10917.673"],["4596.079","10894.590"],["4630.595","11061.890"],["4668.312","11012.845"],["6759.939","5924.745"],["6743.662","5836.579"],["13437.410","15325.457"],["13414.468","15308.551"],["6100.174","17567.079"],["6082.623","17580.351"],["6166.422","17457.568"],["11651.392","4376.858"],["11703.240","4455.196"],["11657.858","4419.515"],["11664.442","4403.997"],["11678.788","4395.526"],["11685.493","4330.014"],["11722.391","4323.462"],["11651.615","4400.613"],["11686.076","4356.575"],["7518.518","7993.640"],["13435.641","13421.041"],["13448.488","13456.120"],["7298.339","16293.913"],["7243.425","16294.056"],["7127.241","16292.650"],["7175.149","16200.589"],["14678.435","9083.367"],["14740.673","9044.586"],["14755.861","9050.408"],["14681.404","9128.033"],["9236.051","12698.312"],["10819.414","11549.857"],["6784.448","7915.013"],["6835.868","7905.445"],["6750.111","8049.099"],["6693.475","7956.025"],["7923.272","12844.560"],["6264.800","8099.031"],["6503.468","8103.460"],["6573.344","8044.133"],["6474.331","7954.400"],["6470.635","8016.938"],["6500.196","7964.709"],["8925.325","13227.469"],["8969.433","13245.852"],["8964.786","13245.825"],["8978.967","13187.693"],["8959.269","13286.770"],["8968.245","13283.872"],["6034.845","18081.438"],["5978.337","18167.261"],["6018.203","18251.652"],["6019.886","18235.145"],["12834.071","13363.555"],["10483.827","7807.126"],["10522.851","7707.178"],["10511.228","7734.705"],["6351.331","16085.066"],["6415.048","16080.876"],["13727.769","8949.718"],["13764.497","8810.414"],["15952.831","11551.008"],["15973.270","11555.643"],["15991.032","11578.877"],["16023.523","11547.983"],["15987.346","11553.719"],["16004.429","11497.286"],["15970.649","11518.294"],["15959.975","11493.880"],["16031.344","11502.712"],["16039.052","11511.035"],["16032.804","11529.739"],["16085.794","11491.318"],["15319.911","5424.111"],["15310.507","5375.633"],["15450.870","5379.935"],["15402.603","5407.630"],["15384.186","5379.954"],["15357.449","5384.780"],["15439.034","5394.094"],["6701.036","12932.909"],["6696.867","12960.819"],["10356.850","10907.195"],["10417.048","10856.712"],["10338.823","10875.011"],["10316.729","10859.868"],["10329.946","10898.442"],["10303.502","10912.992"],["10379.758","10876.328"],["10403.951","10876.043"],["10341.577","10893.900"],["10383.716","10881.036"],["10366.846","10860.679"],["10347.302","10932.323"],["10372.414","10912.716"],["10363.268","10942.959"],["4441.042","10868.727"],["4469.785","10894.433"],["4423.119","10925.757"],["4433.530","10934.031"],["4468.270","10924.622"],["4496.905","10964.127"],["4397.519","10946.849"],["4399.722","10920.936"],["4390.886","10914.126"],["4386.001","10913.812"],["4363.948","10885.127"],["4447.130","11063.749"],["4465.155","11063.188"],["4523.375","11041.875"],["4530.122","10998.179"],["4557.443","10944.781"],["4436.808","10984.385"],["4440.126","10910.815"],["4443.066","11012.129"],["4382.897","11041.893"],["7291.374","16071.707"],["7242.006","16045.463"],["7265.041","15997.676"],["13950.547","14006.957"],["13943.963","13995.320"],["13926.589","14003.551"],["14002.123","13999.346"],["7294.079","12187.234"],["13498.055","15151.183"],["13411.215","15165.572"],["13462.331","15160.464"],["13445.766","15150.178"],["6238.541","9665.979"],["6128.416","9682.744"],["6210.575","9764.931"],["6190.909","9720.429"],["11951.919","9669.416"],["11977.265","9639.102"],["11971.116","9672.014"],["11968.682","9699.553"],["12025.520","9717.364"],["12020.329","9689.935"],["12003.279","9693.958"],["12002.454","9716.804"],["11975.604","9754.314"],["11985.276","9746.688"],["12002.583","9773.394"],["12024.514","9743.857"],["12024.234","9771.781"],["11944.880","9601.069"],["11966.776","9621.327"],["11944.820","9748.842"],["8335.328","14122.755"],["8277.542","14179.676"],["8008.641","15775.487"],["7357.533","12127.148"],["13018.218","7635.723"],["13009.872","7631.510"],["12993.179","7622.874"],["13032.997","7611.946"],["13070.326","7651.058"],["13023.956","7657.705"],["13043.907","7677.861"],["7735.645","11069.919"],["15029.679","8718.328"],["14997.011","8665.470"],["12912.962","8908.677"],["12936.464","8926.194"],["12950.019","8950.525"],["12819.487","8945.584"],["12831.679","8943.679"],["12862.654","8941.462"],["12924.287","8936.562"],["12964.502","8937.294"],["12976.853","8948.596"],["12965.140","8918.772"],["9874.161","9501.148"],["9905.723","9513.475"],["9893.250","9473.696"],["9869.770","9560.902"],["9880.983","9524.721"],["9839.131","9488.676"],["9889.718","9488.282"],["9832.873","9567.455"],["9839.630","9415.342"],["9833.785","9469.569"],["9866.041","9460.757"],["14694.560","9235.558"],["5821.181","8886.179"],["5923.267","8899.197"],["5964.545","8858.799"],["5895.207","8878.906"],["5942.219","8855.636"],["13793.682","13146.295"],["9436.656","13925.218"],["6681.201","15412.816"],["6731.769","15412.368"],["6709.811","15420.831"],["6816.264","15473.496"],["6737.081","15503.165"],["6685.558","15485.019"],["15900.178","9344.536"],["15926.671","9359.796"],["6118.342","14957.325"],["6054.662","14929.908"],["7167.736","12430.111"],["7177.040","12461.053"],["10356.745","7482.582"],["10371.778","7505.813"],["6897.460","7857.494"],["6969.813","7782.153"],["6934.343","7761.240"],["6913.353","7747.219"],["6966.603","7888.194"],["7010.795","7887.532"],["10932.598","8096.298"],["10894.505","8051.292"],["10884.340","8045.981"],["13794.884","11293.408"],["13513.874","9707.816"],["10379.001","8187.782"],["10458.429","8235.492"],["10298.386","8139.364"],["10433.691","8189.073"],["10421.989","8177.181"],["7610.278","17321.254"],["7591.876","17339.051"],["7578.408","17375.803"],["5746.659","14484.555"],["6955.357","17229.281"],["6987.025","17205.429"],["7006.955","17297.422"],["5700.229","14216.597"],["5809.336","14036.013"],["16762.925","7714.976"],["16774.058","7785.347"],["16730.113","7782.081"],["16724.178","7800.395"],["16734.965","7737.818"],["5901.656","14981.210"],["5918.830","15037.137"],["6274.558","13333.580"],["13119.330","10423.130"],["13062.349","10407.379"],["13164.795","10407.394"],["7252.156","15294.237"],["7271.833","15285.594"],["6775.976","9382.108"],["6723.659","9465.207"],["6662.984","9108.017"],["6634.963","9068.838"],["6671.606","9036.353"],["6107.014","8265.926"],["6110.658","8221.658"],["6171.730","8235.159"],["15711.849","11391.361"],["15714.910","11345.720"],["15700.272","11365.825"],["15688.137","11338.556"],["4064.728","12908.157"],["3943.253","12843.764"],["3990.412","12861.321"],["3975.771","12895.492"],["3980.368","12878.761"],["3958.087","12852.884"],["4105.678","12865.103"],["12513.826","12290.236"],["6472.320","15120.636"],["5556.606","18857.353"],["5513.391","18850.526"],["14283.483","8688.928"],["6393.743","11491.575"],["6273.245","11501.511"],["6322.357","11501.279"],["6422.860","11642.167"],["6282.644","11592.228"],["6335.447","11698.655"],["6358.264","11694.262"],["6267.233","11654.794"],["6305.067","11597.251"],["6321.527","11569.643"],["6271.826","11544.667"],["6335.194","11626.749"],["6340.089","11627.495"],["6285.824","11609.807"],["6379.817","11671.538"],["6421.632","11609.910"],["6314.833","11579.862"],["6292.895","11563.725"],["6338.286","11533.524"],["6376.663","11631.543"],["6321.752","11678.583"],["6372.008","11642.542"],["6314.114","11649.549"],["6414.429","11507.996"],["6379.278","11499.233"],["6435.464","11610.156"],["6265.564","11600.719"],["6389.479","11525.499"],["4314.225","10506.734"],["4320.358","10563.061"],["4305.644","10587.210"],["11715.701","9536.121"],["11718.602","9534.903"],["11711.778","9501.830"],["11715.981","9463.627"],["13129.030","13336.992"],["13177.305","13219.497"],["8817.912","9489.295"],["8797.972","9520.325"],["5871.216","7984.254"],["5839.650","7937.638"],["6037.724","8058.909"],["6007.940","7908.921"],["6011.991","7869.404"],["5914.090","7773.095"],["5851.647","7834.605"],["7791.415","12631.245"],["7833.348","12713.603"],["7845.039","12717.156"],["9328.547","13788.472"],["7937.023","8650.309"],["7775.295","8622.954"],["7809.840","8623.570"],["7870.711","8533.912"],["7823.770","8552.805"],["7921.357","8702.391"],["7803.059","8690.334"],["6757.477","18560.742"],["6828.855","18488.254"],["11367.902","13499.013"],["11338.843","13569.376"],["11313.309","13519.210"],["11340.148","13495.423"],["8530.613","12358.567"],["8542.601","12386.738"],["8563.789","12492.108"],["5990.038","18265.227"],["7885.998","13407.285"],["7885.546","13406.594"],["7881.066","13413.590"],["7885.904","13422.117"],["7892.963","13445.663"],["7880.106","13438.120"],["7924.547","13551.327"],["7925.806","13584.557"],["7896.373","13599.180"],["7903.230","13572.106"],["8071.988","10662.401"],["8109.362","10666.342"],["8134.740","10671.081"],["8127.817","10650.922"],["6395.160","12912.225"],["9652.637","7345.843"],["9777.404","7353.057"],["9629.495","7286.423"],["9693.017","7297.411"],["9710.957","7283.237"],["6515.917","7512.616"],["6569.452","13790.089"],["6628.067","13726.567"],["3567.058","7978.969"],["3601.589","8004.555"],["4500.348","13181.692"],["14044.663","11331.473"],["12312.227","11973.522"],["12292.541","11994.262"],["12271.519","12020.510"],["12285.274","11978.179"],["12339.994","11978.484"],["12253.001","12011.011"],["12164.023","12077.212"],["12230.692","12049.918"],["12186.065","12057.103"],["4331.837","10803.180"],["4325.080","10690.306"],["4301.236","10747.548"],["4336.482","10653.217"],["4308.044","10664.414"],["4261.370","10831.388"],["4280.567","10685.955"],["4279.237","10814.626"],["15131.996","5716.979"],["15095.444","5705.222"],["15131.179","5691.802"],["15154.146","5675.040"],["15124.590","5645.768"],["15151.557","5647.201"],["15160.040","5608.516"],["15109.514","5682.043"],["15128.071","5608.484"],["15140.418","5603.090"],["15178.736","5699.269"],["15154.306","5718.425"],["15293.368","5769.113"],["15260.963","5761.343"],["4905.883","14295.867"],["4869.635","14288.681"],["7825.729","16343.140"],["4809.863","9630.569"],["12193.742","5880.235"],["12194.160","5955.355"],["12179.365","5947.539"],["12149.783","5953.412"],["12229.661","5911.264"],["12214.163","5880.405"],["12153.213","5812.222"],["12158.474","5821.161"],["12176.065","5862.425"],["12215.532","5840.115"],["12243.719","5924.883"],["12225.853","5949.101"],["12254.661","5948.394"],["12263.759","5900.299"],["12244.388","5903.492"],["12292.721","5941.933"],["12207.780","5815.460"],["12208.161","5797.558"],["12209.181","5889.606"],["12236.136","5984.256"],["12213.210","5988.551"],["12164.420","5787.087"],["10250.292","10799.018"],["13886.680","8902.909"],["13861.252","8834.737"],["13871.937","8924.396"],["8906.491","13005.822"],["8909.114","13020.209"],["8928.992","13064.897"],["8917.668","13080.857"],["8915.747","13106.895"],["8922.070","13137.403"],["8908.682","13133.994"],["8918.327","13126.926"],["8868.403","13073.910"],["8946.367","13173.428"],["8941.957","13166.515"],["8913.830","13153.359"],["8938.758","13027.340"],["7451.894","15750.251"],["7436.260","15768.587"],["7493.597","8922.909"],["7433.763","8928.071"],["7360.287","8912.486"],["7318.731","8938.888"],["7491.515","8930.844"],["5803.691","9070.515"],["5778.620","9065.404"],["5747.909","9093.736"],["6272.095","7512.693"],["6350.186","7490.438"],["6386.470","7516.255"],["6321.304","7484.036"],["9809.766","11683.629"],["9785.840","11681.977"],["7508.796","11061.057"],["10150.042","8012.883"],["10122.643","7940.807"],["10069.909","8086.335"],["10139.955","8044.924"],["10194.675","8001.668"],["10208.279","8037.223"],["10042.112","7971.468"],["10104.477","8060.848"],["10156.790","7975.638"],["10181.639","7991.097"],["10216.434","7969.503"],["14508.244","9123.954"],["14502.135","9056.477"],["14513.426","9004.010"],["14545.739","8984.394"],["14492.226","9036.639"],["14529.192","9047.824"],["14564.115","9083.699"],["7631.037","12508.643"],["5658.020","7581.458"],["5632.197","7568.213"],["12355.258","8464.030"],["12356.464","8396.345"],["12333.107","8401.000"],["12337.602","8427.877"],["12349.969","8350.980"],["12351.869","8322.969"],["12339.880","8527.599"],["12343.033","8508.631"],["12228.639","8450.307"],["12228.945","8505.933"],["12238.552","8434.784"],["12210.803","8445.490"],["12221.193","8412.641"],["12211.935","8378.641"],["12211.750","8388.023"],["12250.365","8352.897"],["12273.727","8333.855"],["12243.307","8345.428"],["12263.836","8326.950"],["12232.190","8342.403"],["12305.879","8358.531"],["12301.719","8372.499"],["12240.514","8463.858"],["12290.828","8481.414"],["12283.014","8530.306"],["12275.120","8459.747"],["12265.877","8489.225"],["12250.608","8423.748"],["12282.250","8401.354"],["12279.393","8396.774"],["12330.046","8490.939"],["10086.682","7819.743"],["10042.529","7732.202"],["10089.604","7849.243"],["9537.697","9530.221"],["9596.690","9462.882"],["9572.777","9465.869"],["9528.055","9387.595"],["9544.432","9505.797"],["9552.246","9481.312"],["9560.210","9587.741"],["9577.297","9576.575"],["9541.430","9580.281"],["9544.020","9439.571"],["9586.502","9494.176"],["9592.154","9551.146"],["9115.983","11037.930"],["9108.371","11011.468"],["14341.019","9195.918"],["14362.245","9203.139"],["14437.950","9178.356"],["14381.753","9282.680"],["14336.498","9339.320"],["14376.044","9299.025"],["14693.416","9393.973"],["15917.273","7492.246"],["15934.764","7518.712"],["15926.799","7617.197"],["15934.473","7584.016"],["15922.544","7602.275"],["15902.069","7565.467"],["15908.291","7540.991"],["15893.166","7539.961"],["15898.694","7515.698"],["15936.001","7490.217"],["4458.257","9602.972"],["4395.317","9670.294"],["4482.019","9730.614"],["13838.012","9641.476"],["13856.717","9621.437"],["8650.801","13942.068"],["8593.900","13862.722"],["8665.969","13943.533"],["8640.539","13921.093"],["8617.554","13975.512"],["12362.417","8129.604"],["12409.471","8125.268"],["12418.188","8132.847"],["12399.634","8165.622"],["12369.517","8155.315"],["12462.222","8141.787"],["12364.163","8286.037"],["12436.267","8137.031"],["12483.154","8226.104"],["12491.388","8232.954"],["12400.420","8229.005"],["12413.794","8207.060"],["12428.454","8203.535"],["12363.284","8259.475"],["12386.488","8191.801"],["12477.701","8191.874"],["12487.457","8312.486"],["12494.389","8295.118"],["12506.928","8315.116"],["12432.504","8294.853"],["12453.687","8261.196"],["12442.380","8275.091"],["12436.631","8246.364"],["12430.329","8171.052"],["8572.491","18243.486"],["8104.754","18188.893"],["8037.995","18144.045"],["8026.421","18131.122"],["8068.638","18162.966"],["8133.939","18197.213"],["7987.944","18095.225"],["12713.023","7676.355"],["12681.596","7626.184"],["12692.327","7636.431"],["12707.696","7628.699"],["12708.612","7659.853"],["12712.941","7567.633"],["12714.535","7584.031"],["12758.857","7654.382"],["6274.388","13930.517"],["6369.194","13941.970"],["6398.124","13845.524"],["6371.430","13826.040"],["6442.419","13820.467"],["6383.571","13836.899"],["6334.512","13847.716"],["6311.913","13846.135"],["14105.309","9603.589"],["14131.262","9602.207"],["13040.242","4129.249"],["13156.349","4245.013"],["13087.091","4223.691"],["13068.551","4165.910"],["12994.468","4098.134"],["13011.259","4253.967"],["13019.928","4136.519"],["12994.277","4149.745"],["13073.366","4243.079"],["13023.317","4218.304"],["13042.137","4286.722"],["12995.219","4140.578"],["12994.976","4219.819"],["13151.743","4137.095"],["13117.597","4164.674"],["13109.735","4258.532"],["13056.335","4301.045"],["12996.218","4299.657"],["12988.715","4205.173"],["12995.616","4157.845"],["7023.473","13179.326"],["7068.001","13172.048"],["5405.950","10645.918"],["5228.906","10700.236"],["5251.357","10710.128"],["5255.697","10757.268"],["5219.533","10781.335"],["5354.653","10656.126"],["5362.040","10733.110"],["5269.268","10654.215"],["5394.296","10816.346"],["5347.742","10772.426"],["13745.186","9000.637"],["5863.631","11493.983"],["2411.010","11221.748"],["2421.436","11289.126"],["2326.479","11173.452"],["7861.775","17807.002"],["7787.426","17717.784"],["7931.888","17740.377"],["7743.170","17654.254"],["4923.351","6453.057"],["6147.660","13169.679"],["6659.899","9176.957"],["10880.920","11488.653"],["10847.476","11472.638"],["15842.982","11517.313"],["15793.329","11492.759"],["15802.265","11530.248"],["15834.695","11538.679"],["15889.647","11527.477"],["15873.044","11527.458"],["15935.031","11504.791"],["15725.304","11499.196"],["8430.268","11899.867"],["8415.700","11896.335"],["8385.528","11902.659"],["8406.799","11839.748"],["8484.610","11808.351"],["14121.392","8903.069"],["14132.413","8926.580"],["14128.270","8917.868"],["14233.512","8777.681"],["7632.157","11111.375"],["7583.048","11095.038"],["7653.618","11121.923"],["7514.559","11103.025"],["7526.800","11122.804"],["6170.609","13689.154"],["6107.724","13708.225"],["6112.540","13741.703"],["8763.795","14373.765"],["8777.410","14331.773"],["3349.098","11999.828"],["3322.625","12068.760"],["6452.177","7927.215"],["6346.789","8076.885"],["6310.011","7996.702"],["6370.352","8012.417"],["6321.138","7930.396"],["6351.715","7906.374"],["5430.425","10998.918"],["5466.715","10940.357"],["5581.824","10880.821"],["5550.520","10908.361"],["5581.543","10893.290"],["5603.761","10902.192"],["5419.900","10991.122"],["5522.669","10934.598"],["5521.420","10986.041"],["5503.387","10979.567"],["5411.756","11022.763"],["5564.455","10927.859"],["5513.722","10858.944"],["7913.410","8972.500"],["7895.269","9043.011"],["6430.487","13105.665"],["4786.284","14475.986"],["4883.265","14473.763"],["12119.868","11015.424"],["12079.607","10960.911"],["12075.624","11011.334"],["12110.811","10978.096"],["12356.385","11141.330"],["7750.361","11708.208"],["7767.107","11707.673"],["7776.764","11732.817"],["7772.111","11762.745"],["7764.846","11753.952"],["7768.037","11782.757"],["7792.517","11789.517"],["7779.867","11844.309"],["7788.187","11877.028"],["7767.751","11869.092"],["7773.851","11872.042"],["7804.844","11907.180"],["3683.394","12528.769"],["3694.586","12532.768"],["3104.008","13425.990"],["8583.908","12263.590"],["8629.291","12282.198"],["6161.469","14241.140"],["6113.833","14264.771"],["6088.839","14292.174"],["6060.437","14351.703"],["6091.778","14383.911"],["6248.503","14192.805"],["6143.676","14169.886"],["6074.609","14045.275"],["7936.679","9967.429"],["7998.230","10006.075"],["8033.296","9973.089"],["8007.764","9937.235"],["7979.693","9921.719"],["8015.619","9996.999"],["8033.464","10008.246"],["7937.382","9882.081"],["8045.620","10004.909"],["6426.854","7862.232"],["6447.907","7782.850"],["6271.390","7862.140"],["6322.483","7809.419"],["10621.309","9965.057"],["10608.794","9981.257"],["6541.832","14559.918"],["6580.824","14517.436"],["6573.553","14610.129"],["6595.643","14595.472"],["6584.431","14608.229"],["6632.614","14574.578"],["6626.656","14527.741"],["6475.830","14650.256"],["5501.394","9582.898"],["5540.247","9536.091"],["5607.811","18292.853"],["4912.487","6202.300"],["4967.832","6196.115"],["10010.027","7556.882"],["10000.765","7487.846"],["10010.264","7595.525"],["12254.679","10146.896"],["12261.234","10185.394"],["12331.392","10205.452"],["12295.779","10190.480"],["11744.902","9584.259"],["11752.967","9533.615"],["11740.900","9550.654"],["11741.418","9496.766"],["11743.804","9473.691"],["11792.100","9483.486"],["11767.262","9469.539"],["11781.694","9466.915"],["11833.668","9473.690"],["11793.304","9447.504"],["11827.093","9462.422"],["11821.198","9504.457"],["11818.555","9526.193"],["11777.973","9523.041"],["11765.028","9491.830"],["11869.344","9507.598"],["11882.940","9474.658"],["11889.987","9544.199"],["11846.794","9543.770"],["11858.498","9520.318"],["11829.995","9557.767"],["11778.621","9560.617"],["11797.915","9585.635"],["11894.623","9575.890"],["11930.318","9552.794"],["11917.264","9528.381"],["11926.135","9504.919"],["11919.299","9495.318"],["11930.486","9478.172"],["11894.580","9508.070"],["11872.968","9440.819"],["11823.520","9442.076"],["4030.102","12695.298"],["4090.414","12727.978"],["4094.627","12689.648"],["4062.538","12641.014"],["4001.712","12683.636"],["5426.049","9316.620"],["5469.930","9357.249"],["5500.112","9259.832"],["5410.002","9264.518"],["13032.213","4432.252"],["13082.987","4334.654"],["13048.497","4320.707"],["13068.188","4431.402"],["13156.893","4362.393"],["13092.004","4406.056"],["13026.063","4407.337"],["13068.983","4358.098"],["13135.047","4336.136"],["13085.434","4362.029"],["13008.630","4355.371"],["13017.478","4327.593"],["8025.359","12858.695"],["8036.120","12813.521"],["8112.268","12944.044"],["8114.887","12933.682"],["8128.215","12933.629"],["8130.460","12914.731"],["7758.079","11047.755"],["7764.616","11012.775"],["7727.633","10987.065"],["7746.679","10990.286"],["7760.570","11006.351"],["8782.084","18254.483"],["6306.235","11472.621"],["6339.422","11479.916"],["12396.773","10201.227"],["12358.931","10181.642"],["8515.597","18593.587"],["4429.969","9248.889"],["4525.462","9312.201"],["11226.442","13728.270"],["5313.243","8521.194"],["5216.399","8455.956"],["5236.610","8450.815"],["5353.045","8478.873"],["5389.699","8479.460"],["5213.960","8425.374"],["15434.529","5121.823"],["15405.642","5102.671"],["15350.610","5118.587"],["15475.968","5117.322"],["8698.417","12498.183"],["8686.567","12508.017"],["8642.032","12486.318"],["8751.206","12457.665"],["8757.813","12451.547"],["8732.039","12365.302"],["8695.741","12431.111"],["8697.505","12412.755"],["8662.933","12494.045"],["14847.910","6018.059"],["14830.881","6015.697"],["14776.689","6015.603"],["14828.567","6147.746"],["14806.319","6130.125"],["14760.968","6124.152"],["14752.877","6070.180"],["14768.007","6095.790"],["14742.468","6042.914"],["14868.624","6185.284"],["6018.963","9452.822"],["8792.440","12769.894"],["8813.192","12763.202"],["8836.585","12759.624"],["8838.312","12868.915"],["8835.314","12887.905"],["8836.114","12833.615"],["8827.210","12853.685"],["8821.505","12861.013"],["9651.372","10507.235"],["9627.975","10461.107"],["9632.568","10472.795"],["9628.090","10593.280"],["9620.789","10594.232"],["9637.368","10626.315"],["9652.928","10486.671"],["9626.263","10614.111"],["9638.433","10577.151"],["9644.485","10545.338"],["9636.746","10555.719"],["9625.339","10570.867"],["9632.508","10576.118"],["9651.930","10441.128"],["9646.900","10567.158"],["9639.615","10509.293"],["7061.045","12851.633"],["6981.307","12773.720"],["7006.513","12768.986"],["7011.111","12797.758"],["7064.930","12790.645"],["6968.036","12822.749"],["9202.303","13181.832"],["8594.340","12252.037"],["15929.382","9596.244"],["15919.408","9639.409"],["5135.712","8053.506"],["6467.221","13924.942"],["6528.849","13847.686"],["15957.085","9878.454"],["15964.892","9852.294"],["15990.484","9876.908"],["15992.188","9867.646"],["15951.002","9898.926"],["16009.401","9838.155"],["16028.298","9802.477"],["16008.103","9804.126"],["15948.415","9801.607"],["15997.207","9809.961"],["15611.871","5369.243"],["15619.395","5376.384"],["15619.773","5333.315"],["15555.821","5392.510"],["15522.382","5396.323"],["15585.779","5418.517"],["6857.313","7653.827"],["6766.178","7675.314"],["8290.664","13371.597"],["8296.343","13383.544"],["8255.153","13361.970"],["8232.483","13376.921"],["8300.717","13339.907"],["8302.543","13184.032"],["5534.707","11498.855"],["3608.589","8384.627"],["3653.286","8368.179"],["3529.307","8368.811"],["5956.176","14662.399"],["5945.685","14672.997"],["5844.395","14662.365"],["4345.059","11930.327"],["4278.697","11916.471"],["4236.738","11953.789"],["4255.603","11965.813"],["4277.664","12011.934"],["4293.390","11992.218"],["4206.349","11952.062"],["4204.372","12023.752"],["4177.621","11993.514"],["4265.676","12027.658"],["4219.919","12037.185"],["4320.387","12087.486"],["4303.524","12071.074"],["4331.214","12063.056"],["8073.846","13144.880"],["8059.388","13175.549"],["8093.016","13049.605"],["8123.838","13082.742"],["12363.819","8566.111"],["12358.206","8548.117"],["6015.853","9097.625"],["6020.847","9042.574"],["6031.878","9008.091"],["4893.188","14799.198"],["8709.950","18297.697"],["8729.435","18342.267"],["8756.301","10204.212"],["8699.063","10221.207"],["10380.169","12375.953"],["10418.411","12457.987"],["10399.398","12410.077"],["10375.383","12375.020"],["10264.059","12337.798"],["15526.542","5122.804"],["15666.320","5144.820"],["15674.124","5113.595"],["12922.969","9133.028"],["12924.808","9154.463"],["12903.617","9156.884"],["12863.093","9141.698"],["12874.600","9141.934"],["12837.991","9151.018"],["12808.542","9127.662"],["12823.717","9121.630"],["12902.039","9107.708"],["12851.881","9094.032"],["12804.133","9086.729"],["12809.925","9094.860"],["12832.704","9053.037"],["12850.697","9029.677"],["12831.391","9004.608"],["12839.065","8981.509"],["12802.660","8989.682"],["12851.291","8971.615"],["12903.003","8968.135"],["12872.602","8966.662"],["12891.209","8964.123"],["12896.989","9008.621"],["12882.856","9034.037"],["12886.173","9062.306"],["12949.133","9050.325"],["12960.671","9016.189"],["12959.346","9010.627"],["12940.856","8997.832"],["12987.963","9109.534"],["12953.078","9081.927"],["14232.405","14823.521"],["14530.509","8555.584"],["15293.880","5319.386"],["15267.660","5321.011"],["15279.308","5344.333"],["15274.379","5269.917"],["15270.627","5248.300"],["15222.163","5264.857"],["12997.197","8904.799"],["13027.803","8917.745"],["13006.450","8940.189"],["12994.394","8894.874"],["13751.843","11255.155"],["13744.732","11219.501"],["13821.633","11138.965"],["13709.767","11207.118"],["13769.167","11168.151"],["13807.958","11237.116"],["13775.571","11161.465"],["1430.870","13575.404"],["1597.616","13580.852"],["1616.025","13437.202"],["1603.226","13496.943"],["2631.678","11301.177"],["2603.937","11295.493"],["2575.538","11368.715"],["2515.870","11342.829"],["2471.647","11399.150"],["10614.819","7965.351"],["10497.117","8105.091"],["10513.554","8079.256"],["10527.051","8081.947"],["10574.495","8056.533"],["10499.469","8078.928"],["6222.876","8845.343"],["6128.792","8850.210"],["6240.351","8914.593"],["6192.555","8814.560"],["6085.930","8894.733"],["6068.525","8871.050"],["10197.947","7443.411"],["10169.573","7403.163"],["10108.137","7418.355"],["10130.289","7411.260"],["5311.166","13000.495"],["8783.863","10427.631"],["8795.776","10360.947"],["8803.475","10267.378"],["8829.059","10275.539"],["8819.015","10243.691"],["8832.997","10349.495"],["8824.177","10401.465"],["7856.666","9839.967"],["7912.209","9849.479"],["7829.355","9999.387"],["7825.934","9988.240"],["7749.394","9980.407"],["7768.440","9974.544"],["7740.550","9921.199"],["7742.146","9903.677"],["7739.948","9912.266"],["7754.386","9860.123"],["7757.478","9848.017"],["7730.904","9814.611"],["7860.037","9872.710"],["7816.236","9859.425"],["7797.546","9821.599"],["7824.885","9872.428"],["7781.106","9903.953"],["7799.033","9883.047"],["7848.099","9910.362"],["7823.808","9909.761"],["7876.198","9895.113"],["7890.294","9880.733"],["7924.899","9946.308"],["7730.448","9983.541"],["7731.781","10006.828"],["7726.331","9933.264"],["5658.741","7477.895"],["5791.157","7530.910"],["5735.688","7561.075"],["5779.287","7498.731"],["12846.428","7581.429"],["12904.595","7634.173"],["12819.221","7576.100"],["12952.899","7624.644"],["12809.457","7556.712"],["12787.244","7621.259"],["12789.002","7571.481"],["12796.745","7654.694"],["12788.776","7670.132"],["12855.070","7653.102"],["12911.190","7626.034"],["12857.728","7610.701"],["12875.391","7533.432"],["12878.897","7579.646"],["12977.270","7616.909"],["12943.927","7650.801"],["12916.704","7643.016"],["12945.941","7671.703"],["12808.763","7637.493"],["12815.697","7619.530"],["12947.042","7593.673"],["12830.426","7534.507"],["9613.092","10426.438"],["9583.963","10433.246"],["9552.426","10403.000"],["16142.128","5798.441"],["16118.976","5781.992"],["15977.038","5793.683"],["16014.708","5801.287"],["16042.282","5826.383"],["16040.436","5856.177"],["16000.150","5852.655"],["16041.459","5887.271"],["16034.294","5904.677"],["15993.514","5896.447"],["15980.544","5824.346"],["16076.134","5858.676"],["16095.030","5863.600"],["16135.700","5886.350"],["16129.523","5866.285"],["16123.706","5927.147"],["16123.826","5954.622"],["11830.594","4296.534"],["11788.818","4279.961"],["11729.271","4274.168"],["11817.122","4276.603"],["11788.119","4266.699"],["3774.999","12460.516"],["3770.911","12352.217"],["3797.842","12535.290"],["6851.100","18396.405"],["4519.494","10671.298"],["4418.596","10769.223"],["4475.603","10794.335"],["4556.778","10801.970"],["4538.348","10789.771"],["4419.877","10836.974"],["4407.064","10819.864"],["4383.027","10837.679"],["4416.353","10754.307"],["4386.443","10756.555"],["4408.189","10692.507"],["4411.206","10663.004"],["4547.115","10715.920"],["4557.365","10682.643"],["4455.881","10847.366"],["5502.120","8495.020"],["5551.506","8509.440"],["5426.045","8414.130"],["5572.954","8476.521"],["5295.144","17618.851"],["10019.807","7789.513"],["10039.979","7757.586"],["10007.348","7685.941"],["9995.811","7699.009"],["9979.099","7847.013"],["10017.950","7821.602"],["10034.377","7825.149"],["10003.169","7688.699"],["14260.392","4846.500"],["14284.288","4861.073"],["14282.871","4759.934"],["16126.876","11155.822"],["15996.383","11241.467"],["15999.243","11230.014"],["15936.850","11222.387"],["16029.406","11241.217"],["16025.869","11228.757"],["15943.975","11271.794"],["15983.711","11251.110"],["16047.223","11272.515"],["16108.843","11110.806"],["5829.677","15097.255"],["13536.389","13490.369"],["13515.344","13429.363"],["13535.599","13486.851"],["13434.433","13443.217"],["13413.814","13482.347"],["6430.516","14884.933"],["6432.176","14927.932"],["6423.902","14947.482"],["6315.354","15055.741"],["6316.050","15078.032"],["6337.399","14935.799"],["6368.716","14934.665"],["6302.142","14898.160"],["6307.476","14977.717"],["6286.145","15044.004"],["13634.328","13418.355"],["13788.854","13512.734"],["13716.836","13576.638"],["13677.670","13431.386"],["13747.497","13395.792"],["13683.154","13486.457"],["13725.409","13593.082"],["13814.150","13573.870"],["13707.044","13510.513"],["13708.193","13523.877"],["13766.631","13457.132"],["13651.927","13418.613"],["13701.194","13569.477"],["13713.031","13545.402"],["16985.559","7323.017"],["16977.732","7346.601"],["16793.847","7327.017"],["16920.832","7284.610"],["16900.033","7277.245"],["16873.781","7390.732"],["16907.205","7368.787"],["16829.754","7357.190"],["16803.356","7359.838"],["16819.170","7430.031"],["16828.992","7396.649"],["16793.066","7453.095"],["16911.250","7419.086"],["16869.145","7337.601"],["16884.935","7412.692"],["16939.545","7293.181"],["16795.816","7306.520"],["16881.607","7311.413"],["16782.375","7301.290"],["16987.250","7305.071"],["16987.723","7271.734"],["12943.990","11755.508"],["12946.663","11802.881"],["12957.484","11797.157"],["12968.710","11823.514"],["12945.932","11845.941"],["12952.764","11708.132"],["12941.452","11720.398"],["12930.715","11732.599"],["12970.531","11745.956"],["12979.481","11786.486"],["12968.210","11731.347"],["12935.008","11789.865"],["12945.016","11823.145"],["12975.168","11831.731"],["7533.823","12471.310"],["7568.925","12413.987"],["7599.580","12464.125"],["8851.018","18408.689"],["8824.398","18403.738"],["8851.090","18392.957"],["8806.563","18384.853"],["8880.584","18412.107"],["8824.111","18431.775"],["8852.936","18445.342"],["8915.958","18442.429"],["9860.203","9633.546"],["6328.563","7562.488"],["6449.739","7593.328"],["6442.605","7627.806"],["9475.430","15044.539"],["12096.269","6232.387"],["12119.682","6258.238"],["12046.174","6299.076"],["12084.573","6311.275"],["11988.170","6272.140"],["12040.808","6274.115"],["12087.329","6236.908"],["12015.869","6223.289"],["12079.682","6274.396"],["12093.800","6258.996"],["12105.813","6269.203"],["12133.260","6234.766"],["4281.547","11372.753"],["4329.114","11359.057"],["4329.363","11412.074"],["4313.485","11406.687"],["4351.951","11320.490"],["4279.289","11361.592"],["4351.494","11410.542"],["11853.072","6035.393"],["11899.632","6033.185"],["11846.060","6021.104"],["11886.753","6036.401"],["11875.884","6012.562"],["11877.445","6000.178"],["6321.852","11735.645"],["6329.798","11741.671"],["6284.726","11720.725"],["5613.415","14020.152"],["5602.189","14003.451"],["14759.431","8682.865"],["14808.135","8715.451"],["8223.252","10441.734"],["8301.982","10442.991"],["8242.846","10511.598"],["8286.325","10462.476"],["8219.474","10543.721"],["8266.300","10572.080"],["8267.598","10502.069"],["8311.130","10457.360"],["8299.260","10499.889"],["8276.053","10561.004"],["8294.923","10642.538"],["8183.179","10558.328"],["8165.117","10548.816"],["8190.455","10508.497"],["8166.376","10513.716"],["8198.966","10489.208"],["8214.245","10487.606"],["8331.504","10493.223"],["8157.066","10433.495"],["8703.627","18319.713"],["2188.199","11281.417"],["2218.385","11042.201"],["2247.179","11118.282"],["15955.629","9613.318"],["15980.983","9661.031"],["15974.569","9654.877"],["16121.615","9618.356"],["16091.326","9617.263"],["16096.456","9619.815"],["16018.616","9623.171"],["16043.882","9617.189"],["16069.416","9642.510"],["16054.618","9686.788"],["16044.770","9717.296"],["16053.160","9706.119"],["16033.761","9693.912"],["16095.126","9589.194"],["16062.608","9667.509"],["16016.328","9726.351"],["15998.293","9690.271"],["15994.783","9667.434"],["16122.394","9636.359"],["15987.650","9680.580"],["15974.017","9633.050"],["15972.655","9602.834"],["15966.919","9593.118"],["16050.685","9658.856"],["16064.436","9610.777"],["15965.213","9699.478"],["16095.425","9653.088"],["15955.350","9641.293"],["16018.970","9649.149"],["15976.307","9771.488"],["16023.205","9793.160"],["16011.236","9791.762"],["15991.260","9707.731"],["7502.172","12617.023"],["7360.150","12673.541"],["7495.151","12610.229"],["7496.364","12584.669"],["7377.899","12736.549"],["7387.076","12698.569"],["7361.809","12591.023"],["10642.873","10122.772"],["10643.305","10083.206"],["10648.529","10062.462"],["10640.200","10046.535"],["10644.876","10096.107"],["10658.795","10140.943"],["10667.701","10111.536"],["10647.151","10032.231"],["10650.188","10064.752"],["3273.313","8196.743"],["3316.630","8246.525"],["6576.181","7431.148"],["6588.604","7278.018"],["7304.333","12757.917"],["7310.029","12753.294"],["7369.644","12715.854"],["7372.095","12737.091"],["7362.025","12743.873"],["10226.807","7917.765"],["10006.164","15005.333"],["9994.301","14976.169"],["5156.598","15950.797"],["5170.536","15960.631"],["5105.079","15990.431"],["5046.054","15989.843"],["5079.858","16012.011"],["5087.426","15989.272"],["4446.830","12994.455"],["4479.380","13013.051"],["4550.920","12972.237"],["4552.291","13085.998"],["4512.721","13015.009"],["4499.284","13009.543"],["4524.272","13088.591"],["4517.216","13096.435"],["4510.614","13174.662"],["4491.603","13171.838"],["4516.563","13164.782"],["4499.158","13122.943"],["4522.211","13168.199"],["4453.763","13139.934"],["4483.206","13132.382"],["4461.118","13100.443"],["4446.831","13085.977"],["4450.455","13046.829"],["4430.504","13036.375"],["6236.790","13925.496"],["6084.856","13820.037"],["6074.090","13816.249"],["6051.008","13903.963"],["6158.639","13993.862"],["6155.355","13951.529"],["6096.238","13950.821"],["6094.393","13929.186"],["6111.975","13897.737"],["6089.751","13895.464"],["6135.773","13943.274"],["6046.756","13966.569"],["6221.233","13832.549"],["6144.222","13815.899"],["6099.067","13822.056"],["6062.177","14006.366"],["10820.325","7940.756"],["10784.520","7931.705"],["10797.413","7945.154"],["10737.739","8005.130"],["10747.338","7997.491"],["10724.885","7965.903"],["10853.976","7917.171"],["10739.888","8039.179"],["15935.528","11315.583"],["15957.256","11363.122"],["15981.895","11407.592"],["16007.089","11365.556"],["15957.281","11333.341"],["16006.359","11469.604"],["16003.656","11489.045"],["15956.344","11472.207"],["15970.993","11434.685"],["15959.957","11370.728"],["15974.749","11354.741"],["16068.817","11309.797"],["15999.517","11297.174"],["15994.766","11322.271"],["16042.228","11338.101"],["16076.945","11347.759"],["16049.384","11471.607"],["16074.100","11430.964"],["16068.964","11368.256"],["16083.058","11407.207"],["16074.637","11481.044"],["15953.186","11291.430"],["15973.220","11287.182"],["16032.677","11300.509"],["16039.740","11280.079"],["16034.514","11395.798"],["6788.579","13150.851"],["6743.020","13118.330"],["6699.511","13062.938"],["6731.201","13175.598"],["6694.874","13125.581"],["7626.387","16356.258"],["4365.382","11350.600"],["4363.518","11420.065"],["4370.677","11412.710"],["4368.633","11422.316"],["4464.073","11320.422"],["4451.672","11353.006"],["4382.490","11407.790"],["4401.004","11312.538"],["4556.316","11368.562"],["10696.070","16615.470"],["10687.538","16638.738"],["5629.310","8020.624"],["5640.307","7905.488"],["5626.826","7964.426"],["6743.083","13701.590"],["7732.421","8920.636"],["13047.805","7689.472"],["13038.494","7718.359"],["12990.040","7760.880"],["12993.316","7794.760"],["13048.254","7853.706"],["13028.249","7836.377"],["13043.724","7719.633"],["13102.280","7765.257"],["13045.440","7829.425"],["12993.521","7892.678"],["13024.027","7855.353"],["13039.122","7890.203"],["13087.843","7694.871"],["13068.080","7745.396"],["13095.044","7746.527"],["13101.550","7758.456"],["13094.046","7752.091"],["12990.933","7842.517"],["13068.945","7747.501"],["13038.212","7760.174"],["13078.594","7846.922"],["13062.139","7784.553"],["7961.799","8389.250"],["4626.853","11234.185"],["4624.003","11267.382"],["4626.668","11249.649"],["4619.509","11245.338"],["4588.616","11219.935"],["4618.119","11253.308"],["4622.026","11271.537"],["4592.182","11088.180"],["4611.193","11140.233"],["4665.832","11098.390"],["4606.162","11169.334"],["5838.050","11483.319"],["5862.200","11471.605"],["5855.194","11421.793"],["5897.215","11396.291"],["5858.427","11343.755"],["5879.848","11364.210"],["5909.294","11365.976"],["5880.659","11357.570"],["5884.458","11333.732"],["5892.034","11445.294"],["5885.965","11458.919"],["5895.634","11475.779"],["5831.004","11285.377"],["13839.728","13725.171"],["13899.609","13767.609"],["13901.711","13782.112"],["13903.965","13796.426"],["13906.670","13800.847"],["13905.038","13783.992"],["13946.868","13656.214"],["14006.591","13717.946"],["13914.113","13661.412"],["13887.664","13637.783"],["13860.014","13718.385"],["13861.547","13732.695"],["13854.310","13729.953"],["13885.650","13739.928"],["13975.768","13763.934"],["13851.070","13689.979"],["5743.541","7460.563"],["5703.508","7472.569"],["5647.087","7341.012"],["5627.186","7347.172"],["5800.057","7414.586"],["2773.515","11034.649"],["2665.648","10967.190"],["2804.955","11098.617"],["8033.941","13217.129"],["8046.911","13210.515"],["8020.468","13238.994"],["2512.416","10964.848"],["2574.056","10937.865"],["2650.325","10999.254"],["2605.758","11011.731"],["14179.426","12957.384"],["14167.834","12865.090"],["14158.404","12842.297"],["14153.526","12830.139"],["14058.809","12793.309"],["14177.917","12917.335"],["11303.299","10626.427"],["11280.964","10626.571"],["4134.463","11751.515"],["4136.864","11734.202"],["4144.719","11814.176"],["4111.853","11765.028"],["4999.893","15937.048"],["3008.757","13038.538"],["3074.489","13045.447"],["3061.492","13027.014"],["3026.318","13137.985"],["3070.126","13083.688"],["15304.143","5322.920"],["15323.291","5251.710"],["15477.224","5229.955"],["15509.364","5337.592"],["15418.527","5244.240"],["15517.380","5254.853"],["15314.537","5269.190"],["15314.516","5157.574"],["15385.565","5217.554"],["8382.283","14177.552"],["8387.172","14156.088"],["8381.571","14140.416"],["6106.932","14612.287"],["6201.015","14540.976"],["6168.348","14504.035"],["6095.755","14540.605"],["6054.686","14651.831"],["6044.553","14659.223"],["13833.183","12526.853"],["6496.378","7808.411"],["6531.327","7894.716"],["6531.441","7849.660"],["6584.049","7795.921"],["6618.393","7815.422"],["6596.015","7730.447"],["13233.695","12791.908"],["13244.080","12781.751"],["13314.406","12917.264"],["13957.093","8830.099"],["11258.505","13560.384"],["14675.316","8994.811"],["14716.216","9010.364"],["14675.776","8966.595"],["13408.968","15162.872"],["7482.902","15701.879"],["7507.633","15718.017"],["16115.504","7597.701"],["16143.187","7601.526"],["16137.324","7613.299"],["16089.611","7614.135"],["16081.619","7618.282"],["16063.544","7641.567"],["16105.712","7593.114"],["16098.690","7637.529"],["16088.465","7659.129"],["16120.774","7642.293"],["16034.586","7579.164"],["16025.426","7583.300"],["16049.937","7534.812"],["16097.771","7484.313"],["16102.900","7483.913"],["16125.982","7508.940"],["16083.853","7529.447"],["16012.131","7495.019"],["15990.913","7476.537"],["15937.373","7607.944"],["15939.453","7615.535"],["15973.677","7645.793"],["16015.808","7607.744"],["15997.068","7587.719"],["16026.551","7545.439"],["15953.186","7553.345"],["15982.045","7517.005"],["15948.908","7506.933"],["15950.640","7483.299"],["15991.244","7632.506"],["16046.455","7484.620"],["16075.136","7495.020"],["16074.642","7494.888"],["12754.577","12248.750"],["12713.879","12252.179"],["5548.113","8850.843"],["7155.012","13615.411"],["8324.261","13690.601"],["5215.078","15133.306"],["5287.662","15139.053"],["5301.944","15158.192"],["5325.742","15140.839"],["5214.430","15198.881"],["5235.798","15162.657"],["5295.847","15284.986"],["5270.843","15186.457"],["5256.796","15275.176"],["5286.277","15209.261"],["5278.999","15271.802"],["5297.051","15239.759"],["5322.772","15176.759"],["12951.682","4108.012"],["12963.666","4209.071"],["12977.735","4255.555"],["12795.528","4201.596"],["12935.582","4177.871"],["12971.468","4119.334"],["12788.970","4207.325"],["12785.810","4284.334"],["12936.840","4211.848"],["12827.429","4272.789"],["12947.331","4231.397"],["12971.065","4231.839"],["12831.278","4287.275"],["12847.219","4233.731"],["12811.093","4225.341"],["5230.799","8709.330"],["5204.374","8554.010"],["5323.138","8649.831"],["5328.942","8636.688"],["5350.041","8613.964"],["5363.556","8553.972"],["9807.428","9639.116"],["9786.147","9634.623"],["9702.167","9607.541"],["9811.524","9631.478"],["9729.987","9624.885"],["9654.165","9598.824"],["5945.721","14052.816"],["5870.281","14062.610"],["5995.046","14104.403"],["14410.376","9656.633"],["14404.857","9642.799"],["14406.373","9712.743"],["14373.325","9717.615"],["6485.313","15053.164"],["6498.982","14918.740"],["6583.712","14884.778"],["10893.900","9116.260"],["10907.870","9007.895"],["10902.389","8961.911"],["5673.564","11294.115"],["5798.862","11459.137"],["5768.662","11392.543"],["5814.403","11384.900"],["5735.028","11352.913"],["5718.459","11283.814"],["5828.937","11334.721"],["5809.124","11318.444"],["5816.908","11416.820"],["5805.589","11422.863"],["5760.079","11345.069"],["5715.688","11417.272"],["5723.707","11384.795"],["5734.271","11418.017"],["5706.685","11357.379"],["5729.535","11317.352"],["5701.162","11326.928"],["5823.016","11295.480"],["5197.123","14761.151"],["6028.327","13921.637"],["6021.038","13908.388"],["6009.425","13910.878"],["5996.726","13920.480"],["6023.538","13999.520"],["6032.205","13822.068"],["5989.269","13965.228"],["5988.134","13953.892"],["4705.017","9377.106"],["4743.501","9423.709"],["4597.044","9381.173"],["4625.397","9554.759"],["4716.628","9465.416"],["4667.288","9493.641"],["4642.525","9412.486"],["6232.299","9529.581"],["6233.249","9573.662"],["6185.957","9599.297"],["7720.683","9946.928"],["7690.915","9867.528"],["7692.692","9870.138"],["7721.360","9862.418"],["7694.934","9833.339"],["7705.136","10007.092"],["7708.689","9995.696"],["7694.465","9974.310"],["7704.900","9954.668"],["7717.598","9917.046"],["7516.479","9818.436"],["7537.142","9832.867"],["7535.784","9809.253"],["6290.502","9524.251"],["6397.367","9576.006"],["6273.078","9582.614"],["6328.889","9510.931"],["10696.802","10154.176"],["10725.206","10168.044"],["10750.220","10131.433"],["10742.803","10111.471"],["10717.688","10079.895"],["10722.129","10067.527"],["10719.284","10023.903"],["10725.868","10053.544"],["10702.156","10075.966"],["28794.201","11872.717"],["28937.796","11841.741"],["6298.972","9122.991"],["6321.041","9043.975"],["6990.527","6009.485"],["6915.876","6011.404"],["6847.323","13130.298"],["6825.513","13076.623"],["6854.208","13061.720"],["7435.718","16071.159"],["7418.589","16122.578"],["6717.466","7410.488"],["6768.236","7390.049"],["6879.209","7453.119"],["6863.526","7437.280"],["6793.959","7429.651"],["4577.900","11926.892"],["5350.200","15523.725"],["5327.482","15663.783"],["5267.323","15686.689"],["5272.663","15602.382"],["5231.249","15629.472"],["3313.062","11901.206"],["3335.058","11794.143"],["3316.741","11884.597"],["3329.422","11715.627"],["14446.676","8465.836"],["7503.864","13203.849"],["7511.834","13234.181"],["7470.765","13307.195"],["6189.192","17969.571"],["6233.594","17974.030"],["5143.356","15666.950"],["5075.181","15707.062"],["5099.474","15641.136"],["5095.632","15603.819"],["5114.253","15614.100"],["5149.834","15601.033"],["13265.191","11725.033"],["13301.132","11713.019"],["13234.938","11732.923"],["13208.486","11751.077"],["13239.148","11773.681"],["13236.169","11742.938"],["13211.750","11762.052"],["8111.478","13452.564"],["7317.767","7770.275"],["4584.110","13073.631"],["5212.357","15416.062"],["5237.793","15492.421"],["5220.487","15471.094"],["5286.384","15505.893"],["9316.340","9265.089"],["9323.025","9269.039"],["9305.746","9249.255"],["9294.858","9278.269"],["9256.465","9285.300"],["9217.603","9271.276"],["9228.924","9235.106"],["9208.440","9236.734"],["9261.930","9268.325"],["9293.587","9168.978"],["9246.302","9208.869"],["9255.117","9210.852"],["9276.477","9227.141"],["9294.685","9224.677"],["9307.787","9187.250"],["9299.280","9257.498"],["9333.644","9197.538"],["6841.843","6104.510"],["6817.132","6006.336"],["6711.586","6123.324"],["5027.398","14352.575"],["5078.683","14349.733"],["12921.541","3998.791"],["12950.103","4036.716"],["12974.657","3982.719"],["15298.816","5427.506"],["15278.879","5371.785"],["7888.996","8425.736"],["10046.395","7567.390"],["10068.712","7669.483"],["10145.180","7516.286"],["10233.241","7511.961"],["10049.890","7478.128"],["10077.280","7533.970"],["6157.441","15494.399"],["13281.087","12666.164"],["13207.061","12664.052"],["13257.419","12567.675"],["7109.629","7574.504"],["7196.275","7660.072"],["14390.955","9568.973"],["14295.078","9556.229"],["14331.102","9576.008"],["14354.715","9394.591"],["14416.156","9435.835"],["14391.317","9417.434"],["8227.274","12990.702"],["8271.904","13016.831"],["8238.069","13049.181"],["8314.679","13090.938"],["13747.877","9356.555"],["8480.126","15411.042"],["8495.758","15424.717"],["8414.166","15337.224"],["8376.627","15330.803"],["8366.268","15380.652"],["4344.767","10935.447"],["4338.159","10874.723"],["4298.375","10899.950"],["4297.091","11015.875"],["4287.521","10884.996"],["4895.123","15091.334"],["7414.641","16226.770"],["7384.444","16234.236"],["7328.910","16248.746"],["7335.042","16322.512"],["7306.165","16280.187"],["14910.106","5724.755"],["14897.641","5746.413"],["14927.018","5707.191"],["14984.232","5698.565"],["15013.056","5720.975"],["15029.848","5679.219"],["15075.483","5707.070"],["15086.880","5630.653"],["15071.472","5653.519"],["15044.848","5695.691"],["15046.929","5731.385"],["7294.255","16605.709"],["7207.350","16618.038"],["8090.013","13011.291"],["8078.060","13018.255"],["8088.532","13027.010"],["7187.729","12659.161"],["7191.840","12653.214"],["7138.990","12589.289"],["7099.725","12549.541"],["7136.585","12582.496"],["6449.123","12036.753"],["6431.968","12049.913"],["6260.986","12042.707"],["6260.555","12092.817"],["5132.092","11222.641"],["5041.443","11188.425"],["5023.603","11186.634"],["5144.318","11171.457"],["5058.216","11172.897"],["5155.831","11187.080"],["5197.864","11189.668"],["5189.048","11196.443"],["5176.276","11145.366"],["5187.456","11202.943"],["5103.602","11152.829"],["5096.546","11120.856"],["5158.984","11102.534"],["5101.943","11092.518"],["4732.950","14701.587"],["4750.923","14692.503"],["10475.654","15918.459"],["12546.780","12283.832"],["12536.171","12132.051"],["6594.165","5874.894"],["6591.921","5780.740"],["6593.887","5841.136"],["6537.149","5873.398"],["6526.294","5952.363"],["6544.065","5984.508"],["5426.493","15960.458"],["13708.073","13215.424"],["13767.597","13207.310"],["13656.058","13264.040"],["13813.551","13185.004"],["13828.091","13380.124"],["13805.668","13252.018"],["13803.238","13225.319"],["13796.352","13340.312"],["14342.475","8592.979"],["6399.031","13439.186"],["6417.025","13471.022"],["6442.768","13511.487"],["6400.608","13555.288"],["6379.206","13566.978"],["6168.547","15948.781"],["6186.910","15970.016"],["6183.932","16004.234"],["6201.866","16028.186"],["6190.541","16033.823"],["6209.481","16036.290"],["6158.864","15945.929"],["16885.834","7489.110"],["16796.724","7647.197"],["16854.610","7480.139"],["16787.312","7597.435"],["16906.306","7620.038"],["16934.192","7588.015"],["16956.306","7568.825"],["16902.284","7583.011"],["16867.479","7552.970"],["16917.183","7512.755"],["16847.295","7534.538"],["16852.870","7523.143"],["16867.016","7476.033"],["16803.378","7506.621"],["16836.362","7659.163"],["16819.125","7660.121"],["16831.259","7606.042"],["16854.828","7611.459"],["16945.583","7665.441"],["8162.804","10687.876"],["8179.411","10664.804"],["8199.451","10677.268"],["8227.565","10701.221"],["8188.321","10695.942"],["14206.702","13529.281"],["14216.081","13562.052"],["14224.852","13441.420"],["14220.477","13428.186"],["14221.170","13516.300"],["8379.371","13480.616"],["8389.736","13500.550"],["12797.919","4333.227"],["12962.444","4332.854"],["12979.271","4321.250"],["12967.867","4307.920"],["9033.968","13546.704"],["9046.303","13551.293"],["9063.695","13589.923"],["9043.847","13597.894"],["9394.260","15093.807"],["5529.354","8025.951"],["5556.377","7903.759"],["5605.968","7927.155"],["5480.213","8029.663"],["5486.981","8010.010"],["5464.946","8089.244"],["5547.669","8055.558"],["5513.641","8067.232"],["7874.094","12726.057"],["7882.957","12686.665"],["7902.072","12556.282"],["13652.735","12731.763"],["11205.616","11498.171"],["11189.643","11493.589"],["10745.474","7875.021"],["10719.014","7877.946"],["10830.472","7886.895"],["10817.489","7712.296"],["10747.411","7734.898"],["10736.206","7808.015"],["14402.982","9415.829"],["6264.645","18295.984"],["6010.286","15781.011"],["6036.653","15757.381"],["5976.192","15798.045"],["5959.356","15770.184"],["5841.973","15722.278"],["5905.433","15726.549"],["5995.919","15826.915"],["6007.481","15801.456"],["11517.845","12243.035"],["11569.629","12256.138"],["6865.302","12960.848"],["6850.235","12957.686"],["13563.939","13099.218"],["13487.176","13088.415"],["13598.747","13164.759"],["5036.377","15252.154"],["6064.897","13683.356"],["6040.908","13627.300"],["6051.297","13676.273"],["6081.053","13633.714"],["7941.100","17809.603"],["3628.426","8122.122"],["3519.799","8243.615"],["3688.771","8296.821"],["5155.469","7608.862"],["5122.504","7585.103"],["5185.790","7519.025"],["6649.176","12617.031"],["6643.713","12633.102"],["6571.247","12626.047"],["13397.983","13427.999"],["6899.536","8132.444"],["6997.844","12544.106"],["6992.232","12538.603"],["6960.953","12377.438"],["6930.019","12391.065"],["6933.544","12406.553"],["5185.060","14825.209"],["5103.112","14718.515"],["5023.759","14859.018"],["5018.191","14698.656"],["4991.860","14761.275"],["9037.200","13609.539"],["9023.886","13627.362"],["7011.177","15353.158"],["7010.280","15436.410"],["7048.997","15445.034"],["6964.609","15433.357"],["6904.333","15436.633"],["17042.477","7474.096"],["17096.291","7487.046"],["17145.709","7491.607"],["17182.887","7532.990"],["17063.948","7622.851"],["17080.342","7601.012"],["17096.871","7540.417"],["17156.370","7627.187"],["17079.084","7618.219"],["17012.067","7662.537"],["17026.985","7646.947"],["17027.133","7631.001"],["16995.095","7658.120"],["17061.753","7527.059"],["17027.520","7517.689"],["17025.974","7502.561"],["17120.900","7577.603"],["17097.627","7597.847"],["17111.973","7527.045"],["17158.946","7551.736"],["17143.366","7477.014"],["6734.026","13931.662"],["6842.302","13943.132"],["6794.416","13928.201"],["6844.727","13898.645"],["6791.470","13835.165"],["13035.149","9169.935"],["13007.655","9172.697"],["14008.538","13343.854"],["5973.164","13941.703"],["5993.645","13984.833"],["6022.689","14013.302"],["6004.082","13852.092"],["6016.387","13845.401"],["6021.389","13882.455"],["6020.021","13836.078"],["6019.419","13816.171"],["5980.538","13922.897"],["5998.220","13900.198"],["5982.726","13854.927"],["5984.251","13881.940"],["5982.567","13864.935"],["5877.197","9753.283"],["5992.676","9741.806"],["5917.574","9736.654"],["5922.690","9648.764"],["16712.482","7468.359"],["16697.644","7411.420"],["16685.767","7413.984"],["16737.380","7368.625"],["16735.236","7406.439"],["16716.109","7350.858"],["16763.248","7365.922"],["9856.266","10868.164"],["9881.082","10857.907"],["9840.669","10867.138"],["9837.262","10856.557"],["9952.724","10878.867"],["9901.631","10874.302"],["9925.685","10876.673"],["10004.516","10876.076"],["13752.694","9521.055"],["13717.593","9533.829"],["10172.821","10615.926"],["10231.984","10609.276"],["10211.690","10496.524"],["10177.365","10596.218"],["10210.750","10564.417"],["10195.435","10569.363"],["10225.944","10544.295"],["10230.793","10489.247"],["10185.137","10620.913"],["5130.850","8248.918"],["5066.106","8158.525"],["5043.637","8233.655"],["6319.838","13660.030"],["6293.277","13684.211"],["6316.935","13689.046"],["6322.595","13689.433"],["6306.789","13687.014"],["6449.377","13743.382"],["6426.588","13727.337"],["6343.824","13788.640"],["6429.369","13793.667"],["6338.857","13661.057"],["6370.461","13615.668"],["6392.926","13690.252"],["6390.137","13712.305"],["6327.254","13744.663"],["14205.594","13258.527"],["14172.623","13296.590"],["14048.992","13368.898"],["14173.980","13303.706"],["14240.183","13218.358"],["14903.259","12235.521"],["10296.991","8045.074"],["10283.314","7971.654"],["10439.561","7906.434"],["10402.320","8058.349"],["10384.482","7929.018"],["10340.128","7954.587"],["10264.289","7957.400"],["10382.139","7943.999"],["4884.317","14386.814"],["16323.284","7437.982"],["16266.723","7438.175"],["16154.120","7464.218"],["6215.871","14677.884"],["6127.574","14673.224"],["6082.899","14684.539"],["6177.819","14681.148"],["6177.432","14854.062"],["6140.508","14827.195"],["6196.315","14872.312"],["5443.327","15722.233"],["5463.742","15785.302"],["5450.836","15885.822"],["5457.451","15812.627"],["6701.684","9130.660"],["15961.182","9361.884"],["15940.986","9358.440"],["15981.474","9359.658"],["16014.994","9361.971"],["16038.341","9372.684"],["16085.273","9370.034"],["16004.277","9339.253"],["13810.631","9647.654"],["5616.040","8286.354"],["5552.000","8112.865"],["5510.656","8120.034"],["5493.850","8133.775"],["6027.477","15598.617"],["5960.436","15687.232"],["5988.551","15644.694"],["5970.607","15655.726"],["5989.371","15710.837"],["5923.094","15602.341"],["5878.971","15574.349"],["6012.245","15685.324"],["6006.106","15655.628"],["6644.458","6063.645"],["6653.554","6117.599"],["6116.723","13415.278"],["6183.898","13447.285"],["6236.056","13459.317"],["6244.171","13439.682"],["6208.455","13452.397"],["6183.285","13465.847"],["6136.684","13569.648"],["6133.163","13588.457"],["6134.423","13599.423"],["6187.737","13557.790"],["6123.976","13553.564"],["6149.582","13551.357"],["6233.492","13446.040"],["6168.609","13424.000"],["6166.602","13435.844"],["6132.438","13584.425"],["6053.657","13555.995"],["5443.396","8038.075"],["5414.910","7988.579"],["3224.901","8464.657"],["3208.991","8348.500"],["3158.340","8411.628"],["5845.084","14619.614"],["5922.954","14538.981"],["7536.212","11026.748"],["7544.580","11036.596"],["7520.631","10999.047"],["7543.752","11031.465"],["7572.409","11021.683"],["7537.106","10977.916"],["7574.906","10935.465"],["7579.051","10960.172"],["7668.497","10995.258"],["7619.607","10918.276"],["7701.737","10977.042"],["7634.276","10923.525"],["7722.112","10949.715"],["7678.042","10901.752"],["6754.280","9096.481"],["6756.056","9131.757"],["13627.600","12774.604"],["13640.913","12767.050"],["13676.916","12828.194"],["13685.873","12864.352"],["13780.490","12814.657"],["13765.178","12830.779"],["13732.019","12838.717"],["13732.882","12863.256"],["10629.165","7707.079"],["10640.384","7726.200"],["10609.033","7715.984"],["10640.601","7835.642"],["10540.080","7812.237"],["10515.770","7849.710"],["2258.565","11147.803"],["2283.964","11190.166"],["2381.128","11130.654"],["6710.859","15927.480"],["6733.637","15829.899"],["12357.487","8423.962"],["12362.029","8525.726"],["12504.848","8347.305"],["12542.073","8372.939"],["12469.291","8439.158"],["12486.010","8419.203"],["12503.315","8368.699"],["12431.329","8359.293"],["12471.768","8373.019"],["12468.964","8380.253"],["12458.734","8334.733"],["12392.919","8395.761"],["12392.079","8389.587"],["12388.130","8350.237"],["12409.334","8352.986"],["12375.685","8347.890"],["12401.470","8323.904"],["5018.343","6448.946"],["8241.488","12949.948"],["8166.969","12832.230"],["8165.697","12854.632"],["8163.135","12890.250"],["8170.509","12959.869"],["8174.545","12959.297"],["12051.458","4359.646"],["12022.498","4396.841"],["11972.340","4429.493"],["12051.435","4372.189"],["12011.871","4331.018"],["12040.887","4378.518"],["12027.873","4353.974"],["12051.413","4392.863"],["12040.147","4361.131"],["11994.895","4331.825"],["12015.301","4430.467"],["12039.930","4396.155"],["12022.168","4450.822"],["11948.236","4505.180"],["11866.455","9795.775"],["11854.921","9711.413"],["11871.845","9738.196"],["11808.209","9722.720"],["11901.935","9772.526"],["11894.497","9743.990"],["11913.548","9713.173"],["11905.907","9654.556"],["11852.648","9637.715"],["11845.322","9632.744"],["11844.671","9626.850"],["11869.692","9709.468"],["11923.403","9684.670"],["11917.863","9594.652"],["11833.370","9690.665"],["11808.150","9703.999"],["11789.242","9693.896"],["11821.710","9752.163"],["11823.993","9770.364"],["11785.969","9645.044"],["11824.377","9788.736"],["11847.393","9757.306"],["11732.312","9684.862"],["11732.252","9660.116"],["11878.512","9618.390"],["11791.793","9678.781"],["11786.048","9667.418"],["11764.506","9707.110"],["11803.044","9623.273"],["11831.706","9596.335"],["11728.218","9605.287"],["11738.159","9611.993"],["11781.829","9592.621"],["11934.324","9620.873"],["11908.404","9597.373"],["11852.162","9624.631"],["11737.835","9705.209"],["11739.246","9645.825"],["12038.749","6010.320"],["12123.305","6202.198"],["12126.334","6174.207"],["12116.025","6003.609"],["12139.054","6180.935"],["12069.618","6171.279"],["12131.236","6006.642"],["12083.293","6141.871"],["12125.270","6153.639"],["12116.763","6133.058"],["11992.292","6001.794"],["12115.204","6021.536"],["7971.681","10048.862"],["8021.282","10038.434"],["8000.872","10040.241"],["7986.873","10097.123"],["8063.849","10058.053"],["8039.659","10063.860"],["7979.563","10018.990"],["8023.596","10023.407"],["8063.818","10018.672"],["11787.378","4599.884"],["11815.978","4641.745"],["11806.453","4597.379"],["11854.003","4640.702"],["11808.348","4554.624"],["11843.195","4676.614"],["11888.916","4681.932"],["11826.301","4562.758"],["11831.408","4626.484"],["11809.741","4562.046"],["11803.679","4553.243"],["11900.813","4596.283"],["11853.314","4559.573"],["11735.483","4537.506"],["11901.120","4660.268"],["11907.393","4541.595"],["11886.464","4620.956"],["13851.753","13454.571"],["13877.825","13475.263"],["13962.753","13588.560"],["13924.679","13553.585"],["14038.137","13404.426"],["15120.712","11010.291"],["15104.594","10928.163"],["15099.243","11056.892"],["15128.790","11016.976"],["15283.387","11064.757"],["15264.496","11053.044"],["15236.174","11060.353"],["5018.613","15120.440"],["5170.600","15134.102"],["5194.981","15160.470"],["5122.754","15131.287"],["5178.335","15216.109"],["5180.826","15274.732"],["5080.611","15239.118"],["5031.467","15208.652"],["5093.163","15164.883"],["5108.219","15272.143"],["5107.245","15196.109"],["5065.368","15149.694"],["5064.382","15194.902"],["5109.188","15103.035"],["5049.944","15085.600"],["6255.900","18187.281"],["6264.864","18209.180"],["6353.295","18195.270"],["6358.854","18180.934"],["6336.727","18163.090"],["6315.477","18157.408"],["6356.843","18150.457"],["6424.716","18089.349"],["13402.152","15407.838"],["6868.514","7784.735"],["6749.317","7783.743"],["6841.942","7788.228"],["6812.491","7691.812"],["6675.236","7811.937"],["8699.546","10359.979"],["8657.354","10334.137"],["8617.645","10410.731"],["8669.460","10398.032"],["8681.937","10308.568"],["8751.564","10356.709"],["8763.135","10405.283"],["8711.556","10379.212"],["8679.102","10293.503"],["8772.766","10284.365"],["8747.896","10250.356"],["8743.828","10283.191"],["8776.597","10229.873"],["8744.577","10258.522"],["8578.955","10412.797"],["8714.801","10328.079"],["8668.550","10331.915"],["8693.879","10407.823"],["8739.929","10429.909"],["8752.970","10388.929"],["5785.257","15262.762"],["5768.711","15227.414"],["5754.163","15270.545"],["5666.781","15182.100"],["5707.999","15285.293"],["5821.786","15232.739"],["5707.725","15159.217"],["5662.731","15147.820"],["5622.317","15285.699"],["5440.615","8165.106"],["5600.672","8136.203"],["5435.710","8126.781"],["5442.885","8260.106"],["5520.049","8181.271"],["5563.913","8220.702"],["5562.899","8210.522"],["5524.626","8243.971"],["5480.338","8237.923"],["5418.595","8260.975"],["4324.023","12157.882"],["4263.361","12154.787"],["4294.531","12153.871"],["4286.538","12175.642"],["4328.887","12187.089"],["13145.249","11813.240"],["13008.525","11740.410"],["12995.472","11754.263"],["13073.223","11751.072"],["13042.216","11744.267"],["13071.740","11746.997"],["13060.167","11727.586"],["13091.286","11778.115"],["13099.548","11763.788"],["13014.290","11844.425"],["12998.332","11863.308"],["13031.358","11878.750"],["13013.432","11860.539"],["13008.285","11789.940"],["13008.642","11810.511"],["13059.956","11894.626"],["13041.683","11910.186"],["13145.963","11865.964"],["13090.706","11863.629"],["12989.160","11860.030"],["13194.309","11791.973"],["13173.711","11815.647"],["13186.243","11713.949"],["13160.640","11829.626"],["13086.531","11844.741"],["13108.662","11813.701"],["13063.974","11780.507"],["13062.272","11837.977"],["13062.814","11833.683"],["13075.160","11823.970"],["13118.279","11771.688"],["13098.830","11795.403"],["13090.578","11795.739"],["5408.859","15508.898"],["5406.902","15615.416"],["5269.858","15715.425"],["12728.586","7691.715"],["12718.253","7703.017"],["12741.602","7778.911"],["12775.390","7774.621"],["12721.753","7800.982"],["12740.953","7832.419"],["12762.511","7803.825"],["12707.427","7746.078"],["12704.234","7730.293"],["12738.896","7742.691"],["12758.816","7707.924"],["12645.928","7759.538"],["12680.919","7750.734"],["5019.075","15340.433"],["5019.605","15367.776"],["5011.913","15413.827"],["5124.605","15317.923"],["5076.465","15336.719"],["5106.215","15355.362"],["5040.229","15392.285"],["5054.143","15421.730"],["5165.724","15357.005"],["5422.476","16332.776"],["5472.286","16271.686"],["5513.135","16306.810"],["5545.401","16251.377"],["5535.008","16221.149"],["5506.484","16271.526"],["5538.014","16346.325"],["8280.109","10416.802"],["8250.253","10394.740"],["8244.431","10417.151"],["8246.097","10423.468"],["8328.488","10413.250"],["8324.081","10393.051"],["8308.039","10385.624"],["8165.978","10409.958"],["8184.391","10401.949"],["16374.150","5805.000"],["10319.929","9029.833"],["10339.720","9045.509"],["10315.085","9094.550"],["10281.317","9094.452"],["10335.941","9071.681"],["10310.139","9103.844"],["10306.591","9113.600"],["12341.081","10785.023"],["12316.084","10801.411"],["12308.838","10837.174"],["12324.292","10817.650"],["6676.262","13053.226"],["6659.061","13012.900"],["6588.322","12996.962"],["6580.236","13092.230"],["6171.892","15809.512"],["6075.740","15743.106"],["6156.626","15908.680"],["5364.523","10983.537"],["5325.206","10918.290"],["5378.792","10916.853"],["5281.167","10932.084"],["5244.933","10950.663"],["5204.948","11013.989"],["5272.193","10935.811"],["5396.851","10955.406"],["5400.341","11046.898"],["5213.895","11055.842"],["6693.363","9186.056"],["6778.081","9324.436"],["6727.904","9328.317"],["6848.038","9358.119"],["6719.875","9198.292"],["8431.671","18398.684"],["7388.090","8967.065"],["7311.810","9025.213"],["6234.010","12890.821"],["6185.187","12846.746"],["8507.876","18197.422"],["8420.401","18173.529"],["8412.739","18165.574"],["8447.408","18177.657"],["8363.835","18117.100"],["8372.637","18174.991"],["8499.559","18153.452"],["8427.915","18124.673"],["8465.677","18138.422"],["14511.520","8571.831"],["14628.951","8617.652"],["10202.493","12302.400"],["7667.336","16153.012"],["7661.817","16292.937"],["7610.258","16180.494"],["9159.610","12487.674"],["9173.529","12493.763"],["9170.070","12487.863"],["9181.857","12509.801"],["13298.462","14033.226"],["16210.728","5758.511"],["16322.579","5756.586"],["16337.426","5776.518"],["16326.149","5725.200"],["16352.819","5741.644"],["16234.932","5744.078"],["16229.176","5701.443"],["16228.993","5682.309"],["16250.100","5635.801"],["16333.415","5690.284"],["16343.208","5681.144"],["6124.829","17770.094"],["6052.532","17784.711"],["6076.209","17685.715"],["15738.137","5145.052"],["6039.697","8155.729"],["5841.591","8108.888"],["5915.842","8142.214"],["6025.764","8190.820"],["5896.179","8157.669"],["5861.837","8178.172"],["6022.847","13761.747"],["6016.132","13748.872"],["6029.655","13708.663"],["6010.831","13727.516"],["6027.003","13690.388"],["6022.982","13815.321"],["5960.004","13659.967"],["6032.128","13610.625"],["5992.577","13632.837"],["6005.029","13621.586"],["6008.386","13611.743"],["5991.102","13620.818"],["5901.344","13684.394"],["5874.426","13777.854"],["5869.571","13773.789"],["5857.836","13803.667"],["3117.642","12559.659"],["3095.434","12553.762"],["3114.519","12580.905"],["7662.033","12607.005"],["7674.782","12573.809"],["7720.727","12754.826"],["7709.174","12728.985"],["7595.117","12662.053"],["7625.928","12695.197"],["7612.579","12592.721"],["8657.177","17033.758"],["8613.807","9520.164"],["8600.682","9534.532"],["8680.201","9477.799"],["8680.099","9448.686"],["8754.077","9514.654"],["8691.412","9512.771"],["8737.653","9416.640"],["8717.917","9446.163"],["8596.386","9490.658"],["8655.010","9480.995"],["8700.775","9453.143"],["8727.054","9538.494"],["8762.951","9534.829"],["8744.019","9575.996"],["8686.871","9538.417"],["8604.147","9468.923"],["8693.991","9559.926"],["8737.515","9454.267"],["16015.728","7894.420"],["15985.683","7842.002"],["15943.062","7862.647"],["15954.709","7800.029"],["15990.374","7785.186"],["16043.778","7787.996"],["14941.923","8775.490"],["15071.578","8749.645"],["15053.045","8888.376"],["15023.751","8862.093"],["4736.429","14228.550"],["6372.270","15257.582"],["6354.601","15157.583"],["6373.770","15200.394"],["6346.302","15105.854"],["6334.809","15107.028"],["6350.958","15128.309"],["4579.536","9150.196"],["4637.090","9035.389"],["4594.577","9054.365"],["4634.519","9067.804"],["4627.793","8975.581"],["5611.721","9617.889"],["5530.197","9597.742"],["6187.866","18215.044"],["6191.764","18213.475"],["6128.087","18057.360"],["6237.185","18169.685"],["3418.368","12189.192"],["16603.407","6765.267"],["16660.807","6799.580"],["16582.100","6777.274"],["16569.196","6634.428"],["16586.464","6630.062"],["16591.282","6660.451"],["16573.954","6664.255"],["16592.912","6642.688"],["16641.593","6656.959"],["16615.406","6629.930"],["16681.446","6689.567"],["16678.091","6689.479"],["16715.740","6707.325"],["16707.135","6696.964"],["16725.852","6702.013"],["16727.509","6723.810"],["16692.344","6747.525"],["16668.129","6757.685"],["16671.653","6788.021"],["16642.436","6811.504"],["16594.468","6801.820"],["16641.339","6789.344"],["16643.229","6776.753"],["16628.462","6764.032"],["16659.745","6671.289"],["16674.423","6667.594"],["16664.234","6647.764"],["16614.252","6664.370"],["16609.500","6675.843"],["16589.495","6701.338"],["16573.219","6759.985"],["16569.684","6677.877"],["16895.844","7247.531"],["16829.311","7259.028"],["16909.071","7252.091"],["16850.995","7257.111"],["16979.318","7213.444"],["4624.715","14264.672"],["11015.675","11673.893"],["11083.340","11671.915"],["11022.517","11509.964"],["11025.127","11514.100"],["10984.711","11516.316"],["10947.070","11542.405"],["11696.500","4256.576"],["7627.326","17532.838"],["10476.607","8154.306"],["7260.784","16381.710"],["4655.476","10852.867"],["4597.217","10849.217"],["4581.387","10718.302"],["4662.058","10659.749"],["4708.155","10758.646"],["4718.032","10746.190"],["4728.062","10699.958"],["8807.247","12670.988"],["8817.576","12662.584"],["8798.832","12675.658"],["1964.072","10754.120"],["6668.653","5751.406"],["6698.796","5774.090"],["6715.325","5761.024"],["3682.898","12759.443"],["8854.963","9652.737"],["8865.549","9632.428"],["14601.036","9715.923"],["14593.525","9713.356"],["14463.714","9589.467"],["11299.957","10695.655"],["11277.468","10690.965"],["11260.592","10746.596"],["11271.881","10723.249"],["15758.217","11424.628"],["15738.841","11374.044"],["15779.546","11348.421"],["15726.259","11343.209"],["15772.360","11290.941"],["15847.141","11410.815"],["15827.332","11438.694"],["15879.509","11459.083"],["15892.410","11438.628"],["15783.381","11467.276"],["15801.525","11480.367"],["15854.564","11464.956"],["15881.834","11485.720"],["15912.991","11347.122"],["15882.453","11400.702"],["15757.680","11386.402"],["15778.943","11427.047"],["15813.455","11470.108"],["15728.717","11394.454"],["15765.300","11298.832"],["15807.822","11305.199"],["15835.997","11316.296"],["5591.383","7822.062"],["5574.797","7842.713"],["5615.782","7740.259"],["5527.204","7888.491"],["5446.383","7723.125"],["7320.903","15299.450"],["7182.761","13447.129"],["7135.285","13397.433"],["16094.280","5747.124"],["16044.686","5742.453"],["16061.805","5750.074"],["16057.457","5730.448"],["16055.387","5683.200"],["16010.525","5687.236"],["15975.244","5689.922"],["16079.417","5580.822"],["16131.597","5602.184"],["16124.757","5621.437"],["14625.098","9261.729"],["5192.208","11040.122"],["5182.727","11010.075"],["5183.651","10982.280"],["5194.638","11002.528"],["5108.879","10927.440"],["5049.686","10975.265"],["5062.749","10975.199"],["5120.109","10865.429"],["6034.183","9359.915"],["8161.504","12546.477"],["8602.384","18605.433"],["4450.444","10417.937"],["4481.606","10407.876"],["4544.278","10392.893"],["4433.700","10439.754"],["4420.448","10616.676"],["4395.203","10629.759"],["4383.903","10627.298"],["4532.748","10480.887"],["4448.685","10506.811"],["4496.444","10604.587"],["4375.658","10587.471"],["1750.220","13565.811"],["1755.947","13424.579"],["1788.216","13455.299"],["1737.684","13520.922"],["7016.865","7505.340"],["7082.556","7554.011"],["7091.261","7646.409"],["11336.957","10658.679"],["11335.049","10700.140"],["11363.264","10718.918"],["11314.278","10716.986"],["11343.036","10776.809"],["6113.082","15137.716"],["6091.724","15158.570"],["29013.561","11798.435"],["29112.253","11841.111"],["29172.870","11811.738"],["29099.556","11848.481"],["29012.282","11862.014"],["4806.953","14233.448"],["10946.880","12639.837"],["8604.734","13807.817"],["8694.839","13645.030"],["8697.300","13664.540"],["8701.692","13620.969"],["8675.552","13637.347"],["8671.081","13608.976"],["8666.800","13713.700"],["8668.243","13663.855"],["8644.554","13643.770"],["8634.416","13696.176"],["8645.335","13699.971"],["8620.448","13757.055"],["8663.431","13648.123"],["8661.937","13811.198"],["8650.785","13776.980"],["8644.979","13802.256"],["7362.737","12518.754"],["7402.135","12424.327"],["7440.990","12370.444"],["7436.402","12353.992"],["7388.502","12435.431"],["7862.556","12472.101"],["7903.255","12545.146"],["7755.817","12427.406"],["14119.359","8524.753"],["6563.363","12975.506"],["6646.283","12950.976"],["6577.022","12967.212"],["6575.602","12958.275"],["7647.109","17879.346"],["7534.452","17864.526"],["5654.808","8423.214"],["13854.761","8962.148"],["6022.301","7602.648"],["5935.235","7608.595"],["5996.430","7546.902"],["6049.317","18269.804"],["6220.303","18276.711"],["7468.660","8049.587"],["7427.805","7987.642"],["7484.639","7950.617"],["7508.310","7914.109"],["6183.742","17378.041"],["6178.992","17397.966"],["10140.301","9959.985"],["10234.882","9996.934"],["10164.518","9965.094"],["10190.844","9989.557"],["10216.096","9983.052"],["10138.436","9994.959"],["10174.949","9928.450"],["10179.598","9954.961"],["10239.196","9969.802"],["5219.759","16592.658"],["5307.396","16750.066"],["15571.350","5159.202"],["15530.937","5179.653"],["15626.799","5173.678"],["15641.073","5174.416"],["15699.842","5276.327"],["15616.499","5287.633"],["15593.960","5298.359"],["15568.954","5252.507"],["15553.372","5243.846"],["15647.564","5307.072"],["4356.184","11158.833"],["4271.537","11209.816"],["4302.058","11124.794"],["4259.260","11264.320"],["4261.951","11254.379"],["7022.949","18204.410"],["4258.612","11907.398"],["4277.678","11790.938"],["4273.081","11817.123"],["4210.544","11831.688"],["4175.645","11832.349"],["4230.002","11812.771"],["4154.615","11804.863"],["4175.806","11755.645"],["4322.068","11883.424"],["4182.814","11894.890"],["4980.668","16172.776"],["6467.348","18005.120"],["6518.386","18041.467"],["6517.087","18013.655"],["5732.650","15306.573"],["5676.233","15304.117"],["5657.281","15370.891"],["5709.568","15346.924"],["5811.593","15343.019"],["5745.619","15382.074"],["5734.416","15458.789"],["5697.801","15427.857"],["5765.649","15346.723"],["5656.079","15413.229"],["5776.448","15441.500"],["5758.183","15410.402"],["5630.509","15463.268"],["5639.758","15445.910"],["5813.871","15484.820"],["5642.145","15404.839"],["9487.075","15267.165"],["9529.167","15279.632"],["9508.508","15270.965"],["9521.344","15279.305"],["9549.346","15214.450"],["14165.516","8554.833"],["8123.476","15525.655"],["7975.490","15579.250"],["5294.364","15310.358"],["5283.135","15370.820"],["5401.711","15365.954"],["5363.510","15435.021"],["5332.218","15387.260"],["5207.434","15295.600"],["5201.194","15342.046"],["15950.525","7911.904"],["15964.146","7972.126"],["13285.837","13104.080"],["14103.851","9333.335"],["14082.971","9272.336"],["14076.196","9194.219"],["10707.333","8144.835"],["8785.823","18303.572"],["8778.250","18279.094"],["13059.484","10523.244"],["13058.928","10534.064"],["13064.844","10524.516"],["13080.472","10505.838"],["13108.612","10482.095"],["13109.252","10494.694"],["13139.974","10487.457"],["13149.829","10479.763"],["13163.485","10483.481"],["13167.622","10465.295"],["13147.228","10441.315"],["13149.672","10442.523"],["13034.098","10434.351"],["13103.822","10444.822"],["12994.255","10521.977"],["12991.758","10575.710"],["13037.604","10546.663"],["13031.743","10548.724"],["13048.419","10486.758"],["13011.671","10446.013"],["13002.387","10454.690"],["12998.628","10544.664"],["13036.325","10469.626"],["13148.150","13008.534"],["7504.667","12811.569"],["7513.130","12824.344"],["7506.584","12831.370"],["7508.315","12846.960"],["7505.180","12874.886"],["7511.022","12909.542"],["7483.313","12855.565"],["7482.560","12875.140"],["7471.871","12823.155"],["7462.538","12774.828"],["7373.762","12932.299"],["7375.872","12946.542"],["7376.476","12940.908"],["7350.974","12918.470"],["7332.648","12921.368"],["7360.481","12918.130"],["7392.809","12917.437"],["7321.047","12876.824"],["7396.901","12854.440"],["7405.048","12806.305"],["7338.294","12843.512"],["7358.271","12824.499"],["7386.092","12807.091"],["7376.524","12806.638"],["7394.131","12804.030"],["7395.203","12807.061"],["7394.390","12805.395"],["7491.961","12804.321"],["5295.541","11135.460"],["5281.889","11166.467"],["5234.424","11134.057"],["5249.605","11140.795"],["5226.886","11133.581"],["5232.774","11089.700"],["5351.769","11075.832"],["5373.578","11099.172"],["5256.825","11193.378"],["6088.773","13362.588"],["6089.257","13346.388"],["6111.791","13391.647"],["6082.915","13317.615"],["6077.535","13315.830"],["6076.667","13321.009"],["6060.528","13299.794"],["6063.798","13295.727"],["6112.547","13207.831"],["6133.038","13261.966"],["6118.601","13309.032"],["6122.999","13334.676"],["6183.239","13326.200"],["6172.869","13360.482"],["6171.407","13297.080"],["6219.337","13210.494"],["6655.392","9205.991"],["6529.564","9188.691"],["5185.309","15755.807"],["5068.407","15819.841"],["7040.856","13024.896"],["7037.681","13062.700"],["6965.037","13115.169"],["7019.149","13122.254"],["6921.799","13154.029"],["14556.190","8841.207"],["17119.114","7354.890"],["17188.922","7339.385"],["17151.213","7295.213"],["17121.229","7307.929"],["17061.088","7269.505"],["17114.410","7469.625"],["17012.535","7375.429"],["17002.866","7286.705"],["17047.338","7339.479"],["17061.646","7443.202"],["17044.278","7337.778"],["17035.836","7453.845"],["17025.337","7437.972"],["17156.608","7459.132"],["7172.068","13128.532"],["7153.625","13153.623"],["7160.132","13144.384"],["7175.664","13145.886"],["15136.508","5813.514"],["15142.737","5802.941"],["15184.276","5825.933"],["15203.041","5818.804"],["15258.026","5809.963"],["15281.493","5785.282"],["15122.338","5817.594"],["15109.132","5990.083"],["6643.368","15517.011"],["11504.565","12261.608"],["5731.744","14800.251"],["5676.216","14818.843"],["5693.992","14803.556"],["5819.775","14665.909"],["7479.020","16624.643"],["4381.447","11152.244"],["4501.423","11238.780"],["4408.058","11173.656"],["4441.798","11192.826"],["4397.689","11226.496"],["4432.508","11092.171"],["4515.594","11101.867"],["4518.225","11124.823"],["4500.665","11098.713"],["4542.038","11213.219"],["4401.203","11101.333"],["4402.900","11199.746"],["4421.533","11225.945"],["4417.865","11262.890"],["4541.160","11277.514"],["4469.765","11138.615"],["4446.395","11239.789"],["4498.187","11150.952"],["4483.888","11173.112"],["4566.060","11145.766"],["6112.240","7632.657"],["6073.664","7653.160"],["6229.209","7609.636"],["6125.690","7622.518"],["6041.218","7626.222"],["6092.116","7528.450"],["6127.257","7519.462"],["8591.595","10435.951"],["8579.138","10525.755"],["8586.748","10493.381"],["8671.170","10471.440"],["8628.183","10515.432"],["8776.064","10437.371"],["8658.504","10508.005"],["8658.728","10483.719"],["13028.797","4043.383"],["13001.096","4081.949"],["11977.860","9811.365"],["11988.684","9805.150"],["11937.976","9814.179"],["11975.612","9824.160"],["11940.053","9807.529"],["5056.151","16421.254"],["5084.348","16486.440"],["5100.150","16520.594"],["5115.227","16517.447"],["5079.374","16552.283"],["5130.213","16553.925"],["5189.289","16540.830"],["5146.907","16518.744"],["5632.140","8529.618"],["5719.984","8332.459"],["10159.590","7675.414"],["10198.696","7670.062"],["10648.911","16535.254"],["14190.848","9436.977"],["14184.826","9446.111"],["14111.045","9505.658"],["14173.828","9580.652"],["11915.393","9800.746"],["11885.101","9819.575"],["11858.580","9803.035"],["11864.204","9803.868"],["10347.550","7887.469"],["10451.296","7836.019"],["10395.402","7864.787"],["10267.739","7842.742"],["10427.557","7770.307"],["10289.313","7822.055"],["4508.138","9403.516"],["4522.019","9454.177"],["4470.875","9416.517"],["4530.431","9541.728"],["4447.488","9561.211"],["4513.047","9553.091"],["4488.657","9511.876"],["17186.798","7331.429"],["17282.383","7339.725"],["17265.740","7321.061"],["17310.185","7339.987"],["17240.206","7263.847"],["17303.442","7262.950"],["17313.583","7265.577"],["17327.044","7292.591"],["9617.382","7279.028"],["10607.616","7676.880"],["10633.219","7504.326"],["10635.928","7484.930"],["10511.593","7577.079"],["10538.700","7572.565"],["10584.268","7562.744"],["10600.714","7659.037"],["7936.474","12946.956"],["7978.904","12883.644"],["8027.430","12934.488"],["8037.630","12929.380"],["12160.586","5761.891"],["8267.827","13157.596"],["8311.087","13161.623"],["8324.105","13179.007"],["8156.649","13146.011"],["8163.460","13166.712"],["15038.172","11108.227"],["14992.006","11099.877"],["15042.781","11223.379"],["15043.237","11199.881"],["15043.050","11078.212"],["15007.515","11173.005"],["15013.887","11192.708"],["14994.054","11158.875"],["15081.609","11232.491"],["15091.677","11204.969"],["15064.625","11160.034"],["15077.179","11147.864"],["15066.011","11177.739"],["15059.956","11127.616"],["15081.115","11075.175"],["15009.073","11102.404"],["10830.675","9089.930"],["10816.844","9139.549"],["10719.881","9031.885"],["10738.729","9060.118"],["10832.729","9058.650"],["10864.948","9107.088"],["10778.721","9110.104"],["10718.273","8954.310"],["10743.799","9093.888"],["10727.237","9023.359"],["10882.410","8975.501"],["10744.979","8996.017"],["10784.053","8974.404"],["10879.209","9026.393"],["10768.159","8954.138"],["10880.724","9127.200"],["7902.786","13027.258"],["7737.584","12988.548"],["9557.179","9292.295"],["9528.713","9314.691"],["9542.929","9355.719"],["9592.453","9324.343"],["9583.299","9327.650"],["9603.826","9348.273"],["9988.527","7956.260"],["9973.963","7955.260"],["11897.443","5927.979"],["8130.090","10591.056"],["8076.708","10641.063"],["8130.140","10587.951"],["8122.676","10554.573"],["8067.945","10598.870"],["8145.857","10555.991"],["6304.402","12974.298"],["6335.161","12971.087"],["7675.989","17630.204"],["7722.460","17730.189"],["7607.951","17814.891"],["9831.622","7309.866"],["6990.400","13706.673"],["7013.134","13666.655"],["6929.407","13621.204"],["5181.748","7748.384"],["5167.249","7718.901"],["5097.283","7709.960"],["5131.772","7739.147"],["5700.972","9624.858"],["5791.136","9611.705"],["5803.657","9726.703"],["6314.137","8236.404"],["6303.834","8186.371"],["6395.266","8195.671"],["6255.243","8171.320"],["6360.698","8283.630"],["6965.649","17976.541"],["8977.118","15165.147"],["8885.185","15104.150"],["8887.680","15179.174"],["12715.857","4267.973"],["12751.761","4158.020"],["12677.486","4213.559"],["12666.174","4208.424"],["12722.654","4179.710"],["12731.082","4261.846"],["6084.670","9506.027"],["6198.741","9423.377"],["6060.414","9385.141"],["6146.869","9385.831"],["11839.698","11750.265"],["11863.630","11759.450"],["3514.257","8028.479"],["3354.200","8060.736"],["3369.046","7921.854"],["8663.977","13562.780"],["8681.530","13588.481"],["8693.842","13577.187"],["8645.670","13540.138"],["8609.694","13499.629"],["8622.042","13508.013"],["8626.824","13520.198"],["8629.734","13508.664"],["8628.471","13487.133"],["8708.200","13546.808"],["8581.257","13424.113"],["12295.735","11985.672"],["12166.231","12095.797"],["12219.038","12086.920"],["12283.018","12039.619"],["1707.079","13362.720"],["1723.052","13362.771"],["1677.947","13356.206"],["1655.886","13329.015"],["14223.562","4849.692"],["12162.983","11031.687"],["12193.691","10992.284"],["12167.364","10989.177"],["12309.991","10861.608"],["12345.960","11008.317"],["12353.044","10964.891"],["7007.741","12549.699"],["7050.580","12685.028"],["12913.237","7744.949"],["12969.610","7770.428"],["12882.117","7758.436"],["12887.624","7721.555"],["12811.597","7760.417"],["12952.489","7734.691"],["12853.453","7776.171"],["12871.012","7710.341"],["12812.283","7843.213"],["12798.026","7749.021"],["12780.028","7835.733"],["12800.113","7851.091"],["12964.077","7800.718"],["12924.192","7879.255"],["12858.377","7838.245"],["12878.063","7806.784"],["12893.890","7785.861"],["12937.701","7794.512"],["12924.576","7803.820"],["12857.566","7852.078"],["12900.080","7838.140"],["12834.046","7838.495"],["12882.983","7825.509"],["12819.756","7801.634"],["12807.545","7787.652"],["12778.927","7745.445"],["12925.593","7694.237"],["12933.803","7690.828"],["12943.751","7689.338"],["12973.793","7709.582"],["12957.444","7828.190"],["12957.839","7868.571"],["12947.714","7741.642"],["12787.282","7827.061"],["12838.556","7711.842"],["12858.976","7737.192"],["10895.969","11419.544"],["10908.315","11435.012"],["10942.151","11308.242"],["10929.017","11336.509"],["10938.391","11358.353"],["10976.694","11412.593"],["11011.609","11466.186"],["10967.227","11457.730"],["10968.254","11427.855"],["10994.907","11442.866"],["11048.170","11460.434"],["11013.138","11396.473"],["10997.783","11372.519"],["10966.130","11288.483"],["10992.099","11486.109"],["11041.203","11468.025"],["10964.657","11465.196"],["10998.867","11313.270"],["16417.544","6872.375"],["16375.684","6846.226"],["16441.419","6864.680"],["16394.142","6865.840"],["16374.753","6863.506"],["11605.166","12433.067"],["11595.117","12421.384"],["11573.570","12417.133"],["2684.991","11111.263"],["2756.175","11063.261"],["2741.996","11228.627"],["2777.864","11153.547"],["7523.286","9792.825"],["6377.161","7416.272"],["6444.389","7403.284"],["6432.133","7294.512"],["7291.714","12835.345"],["7273.797","12844.531"],["7286.880","12829.740"],["7302.284","12871.120"],["7260.223","12789.267"],["7266.037","12804.496"],["15217.716","8432.015"],["7769.708","9022.314"],["16161.169","7800.431"],["16223.565","7823.019"],["16271.038","7787.290"],["16253.782","7793.512"],["16294.521","7756.064"],["16296.723","7713.598"],["16146.750","7765.575"],["16204.144","7722.254"],["14218.609","9007.474"],["14090.168","9031.692"],["7462.729","8155.874"],["4413.132","9043.256"],["4510.755","9050.052"],["4450.425","9114.043"],["4476.105","9061.300"],["5424.992","7249.484"],["2254.156","11571.843"],["7660.057","13072.776"],["7632.855","13067.617"],["7687.828","13047.623"],["7706.773","13081.328"],["7658.342","13017.302"],["7668.927","13034.324"],["7676.079","12993.895"],["10924.409","11240.166"],["10979.475","11250.872"],["6617.571","8080.140"],["6733.645","12511.468"],["6746.874","12530.216"],["6869.017","12427.554"],["6706.995","12445.371"],["6694.220","12487.340"],["6754.107","12475.849"],["6719.561","12421.646"],["8595.016","13237.026"],["8634.393","13328.212"],["8580.581","13382.360"],["10265.547","9959.737"],["10257.408","9971.606"],["10287.928","9961.283"],["10263.412","9955.482"],["4657.257","10492.936"],["4744.290","10558.042"],["4693.105","10551.833"],["4642.437","10559.232"],["4648.460","10496.485"],["4642.062","10534.272"],["4618.527","10562.578"],["4586.111","10548.235"],["6246.394","11635.372"],["6157.300","11566.672"],["6193.303","11539.207"],["6224.749","11551.649"],["6169.569","11608.157"],["5304.111","7807.656"],["5330.354","7846.014"],["5299.505","7853.164"],["5281.528","7809.862"],["5220.797","7843.142"],["5394.950","7810.588"],["7560.217","13182.054"],["7588.676","13183.611"],["8196.091","17037.773"],["13149.071","12586.067"],["13193.278","12591.808"],["5033.125","8336.235"],["5050.585","8408.918"],["5188.570","8450.886"],["5158.482","8438.687"],["7310.099","7908.521"],["7309.394","8011.325"],["7363.228","8104.432"],["8035.076","15410.218"],["9173.382","13692.183"],["12518.756","11104.758"],["12480.539","11107.556"],["12510.909","11083.429"],["12388.702","11110.768"],["12367.618","11133.632"],["12507.458","11124.472"],["12510.485","11112.340"],["12546.056","11079.706"],["12503.003","11088.581"],["12459.819","11114.532"],["12461.018","11123.708"],["12434.211","11110.148"],["12430.373","11134.270"],["12377.261","11069.554"],["12369.119","11075.284"],["12484.385","11120.210"],["12416.583","11157.752"],["12392.266","11170.514"],["5339.807","10607.640"],["5336.719","10602.485"],["5406.561","10616.361"],["7305.327","12790.314"],["7309.762","12778.158"],["7352.439","12767.943"],["7354.776","12779.748"],["7362.632","12801.487"],["7347.904","12794.118"],["7348.249","12761.298"],["15720.555","11537.266"],["15702.088","11534.257"],["15692.970","11496.576"],["11322.530","10642.023"],["15885.552","9865.135"],["15880.817","9829.784"],["15865.487","9845.756"],["15900.484","9819.273"],["15920.805","9861.250"],["15920.371","9835.311"],["15908.717","9888.606"],["15930.179","9803.121"],["15926.707","9805.943"],["15934.378","9800.792"],["11941.460","9581.036"],["11937.916","9485.041"],["4812.728","11261.201"],["4821.528","11213.185"],["4834.862","11216.078"],["4845.591","11161.117"],["4813.912","11267.944"],["3277.684","11782.918"],["3276.869","11837.643"],["3185.255","11872.704"],["3160.785","11859.606"],["3229.471","11795.517"],["3249.035","11771.278"],["3175.929","11717.389"],["3161.120","11777.761"],["3293.672","11752.626"],["2063.606","10909.738"],["14706.419","8805.802"],["15309.723","5340.425"],["12352.873","8557.792"],["12323.471","8570.733"],["12338.389","8567.605"],["12321.872","8608.315"],["12299.799","8625.429"],["12344.873","8587.054"],["12245.438","8679.207"],["12253.683","8690.051"],["12221.756","8685.997"],["12216.182","8651.463"],["12234.683","8646.614"],["12259.715","8645.633"],["12252.080","8604.515"],["12258.216","8584.893"],["12224.744","8561.855"],["12288.877","8553.612"],["12271.886","8669.288"],["6825.026","13794.774"],["6834.609","13774.131"],["6812.645","13804.728"],["6693.868","13792.600"],["6678.798","13772.409"],["6682.487","13674.342"],["6726.738","13697.151"],["6735.128","13781.330"],["6803.192","13558.893"],["6803.666","13571.288"],["13947.236","14069.760"],["13935.192","14063.654"],["4430.565","11752.374"],["4550.097","11734.379"],["4490.597","11820.020"],["4499.840","11741.624"],["4473.008","11803.723"],["4435.868","11739.283"],["4565.741","11775.320"],["4537.442","11726.536"],["4503.502","11770.482"],["4524.875","11773.995"],["4442.484","11740.442"],["4516.646","11847.725"],["4537.799","11825.729"],["4380.045","11860.225"],["4398.623","11827.905"],["4441.559","11862.670"],["4439.659","11766.942"],["4432.507","11902.814"],["4447.611","11875.689"],["4368.967","11837.860"],["4372.177","11835.750"],["4430.835","11910.133"],["4410.198","11893.024"],["4565.088","11848.142"],["14777.896","8633.149"],["14838.034","8647.427"],["14684.883","8649.464"],["14715.324","8624.943"],["14753.716","8540.071"],["14789.981","8565.541"],["6265.385","13431.447"],["6257.357","13430.829"],["5649.499","9122.866"],["5717.656","9096.373"],["5367.558","7264.893"],["5400.556","7368.442"],["5278.123","7325.884"],["5396.689","7433.659"],["5248.576","7355.892"],["5359.433","7332.313"],["5317.287","7405.390"],["5272.617","7349.481"],["16933.910","17382.127"],["5157.841","8745.316"],["5013.036","8902.796"],["5049.192","8846.775"],["5018.463","8896.075"],["5152.119","8810.280"],["9880.113","11834.582"],["9938.383","11783.849"],["6896.663","13922.831"],["6940.704","13880.676"],["10103.906","11075.513"],["1813.342","10911.097"],["3001.502","13394.128"],["2995.172","13431.474"],["2978.122","13429.353"],["6219.243","8931.719"],["6027.933","17273.875"],["5910.900","17215.387"],["5899.447","17236.568"],["9198.373","12517.891"],["12380.552","10277.839"],["12384.349","10292.804"],["12399.565","10273.567"],["12409.000","10265.362"],["12411.156","10242.268"],["12429.911","10230.203"],["12426.574","10276.313"],["12375.994","10247.102"],["7933.261","17894.322"],["8140.547","13187.979"],["7400.799","16550.081"],["7345.017","16522.069"],["7372.909","16479.096"],["3686.223","12586.603"],["3667.054","12593.890"],["5801.955","7969.237"],["5766.108","8071.107"],["5820.790","8004.069"],["5808.904","8065.834"],["5772.887","7980.741"],["5660.675","8098.394"],["5668.566","10873.146"],["5623.192","10908.267"],["12567.839","8394.974"],["5655.188","9573.243"],["5730.847","14401.482"],["5785.503","14441.685"],["5769.774","14365.477"],["5791.670","14332.285"],["13938.638","14566.279"],["10245.607","9090.617"],["12966.825","11695.232"],["12976.760","11673.418"],["12362.603","10837.553"],["4611.025","11341.341"],["4611.426","11325.810"],["4622.115","11304.003"],["4599.694","11319.791"],["8278.345","12111.406"],["5297.043","7505.518"],["5208.450","7484.097"],["10739.406","16823.858"],["10726.426","16848.734"],["6647.033","12595.247"],["6581.489","12589.369"],["6570.194","12599.333"],["6544.938","12633.372"],["6552.266","12649.789"],["6546.602","12661.756"],["6573.456","12623.204"],["15949.648","9454.052"],["15938.835","9465.268"],["15940.372","9495.604"],["15973.508","9382.201"],["15978.529","9388.346"],["15936.615","9530.596"],["15999.887","9386.188"],["15977.902","9424.214"],["16023.601","9406.332"],["15972.181","9487.753"],["16029.447","9484.366"],["16002.218","9470.358"],["16011.901","9453.208"],["16037.711","9578.294"],["16043.418","9395.421"],["16089.488","9406.272"],["16047.605","9463.700"],["16097.459","9411.172"],["16087.514","9501.411"],["16091.166","9454.437"],["16032.504","9437.716"],["16076.267","9448.264"],["16009.367","9534.424"],["16110.047","9551.470"],["16080.006","9527.610"],["15951.634","9550.293"],["16072.589","9561.187"],["16045.082","9522.850"],["15998.721","9524.326"],["16036.014","9560.800"],["15998.484","9567.758"],["4608.865","11811.010"],["4616.040","11768.850"],["4602.220","11846.503"],["4583.761","11820.426"],["4595.709","11899.361"],["4628.202","11799.635"],["4594.378","11770.322"],["4586.194","11758.059"],["4578.578","11710.437"],["6383.796","14763.109"],["6405.940","14798.955"],["6419.803","14824.101"],["6407.148","14823.397"],["6271.386","14692.753"],["6330.926","14726.221"],["6359.926","14865.840"],["13896.763","13122.246"],["13913.967","13167.738"],["2316.387","11508.265"],["5666.214","9279.708"],["10815.798","7673.711"],["10822.024","7591.591"],["6407.305","13374.714"],["6346.974","13238.862"],["5744.138","8155.208"],["5705.482","8166.655"],["5625.333","8177.472"],["5682.161","8181.376"],["5773.992","8222.358"],["5763.824","8215.385"],["5800.350","8181.829"],["5807.807","8113.276"],["5654.501","8150.692"],["5799.474","8135.767"],["5804.218","8214.477"],["5810.643","8215.990"],["5774.819","8244.704"],["11865.539","11662.948"],["11824.086","11593.058"],["11808.995","11625.926"],["11826.861","11690.165"],["11868.725","11695.473"],["11855.628","11692.237"],["14670.465","9024.660"],["14666.313","9066.307"],["14657.844","9094.123"],["14591.962","9088.173"],["14606.366","9137.911"],["14632.100","9137.169"],["4986.544","15338.267"],["5103.660","8986.353"],["4991.062","8956.661"],["10255.941","10497.599"],["14049.038","13955.536"],["4570.587","9198.693"],["4635.679","9289.465"],["4593.033","9256.847"],["4699.811","9341.441"],["4590.105","9170.567"],["4650.805","9256.225"],["4721.627","9312.270"],["4744.079","9354.277"],["15795.009","11264.067"],["15806.635","11216.538"],["15800.867","11225.409"],["15897.918","11197.207"],["15871.974","11202.382"],["15920.682","11231.355"],["15927.803","11202.724"],["15891.673","11231.195"],["15789.749","11241.246"],["15820.429","11254.326"],["7296.866","8040.816"],["7268.045","8083.824"],["15920.418","7970.218"],["10023.653","12204.780"],["6288.093","9167.353"],["16311.871","5560.234"],["16352.751","5536.535"],["16316.405","5499.982"],["16333.210","5429.991"],["16269.514","5369.216"],["16233.039","5417.142"],["16171.872","5410.503"],["16188.196","5373.467"],["16153.980","5458.354"],["16182.968","5475.450"],["16186.179","5452.862"],["14440.162","10079.657"],["14459.799","10079.060"],["16360.401","5624.544"],["16363.640","5578.023"],["16392.350","5572.918"],["8197.414","18190.049"],["8166.530","18194.401"],["8355.160","18164.561"],["8341.679","18175.427"],["8268.123","18191.502"],["8176.544","18184.471"],["8262.045","18210.768"],["7601.953","16257.959"],["7551.603","12806.982"],["7522.268","12860.332"],["7516.936","12865.856"],["7592.142","12856.444"],["7585.278","12882.114"],["7528.796","12909.790"],["7526.061","12896.223"],["7520.976","12887.406"],["7520.585","12908.522"],["29210.298","11756.439"],["7296.604","12754.267"],["7205.351","12654.166"],["7229.287","12614.549"],["7234.369","12610.900"],["7124.351","12551.784"],["7124.770","12550.991"],["7118.972","12552.038"],["6110.394","9208.678"],["6215.371","9172.846"],["10270.212","10133.785"],["10255.887","10149.385"],["4462.239","12884.715"],["4490.240","12889.023"],["4534.746","12964.051"],["4506.217","12939.464"],["4495.208","12919.814"],["4460.113","12943.318"],["4445.449","12949.830"],["8762.130","9591.206"],["8731.447","9615.652"],["8623.530","9647.158"],["8654.639","9630.947"],["8715.740","9678.051"],["8730.099","9681.956"],["8771.487","9694.438"],["8777.425","9670.094"],["9733.321","9445.495"],["9820.024","9492.740"],["9813.810","9551.864"],["9679.736","9557.423"],["9783.174","9581.894"],["9733.926","9531.304"],["9703.315","9480.442"],["9625.095","9482.093"],["9726.225","9468.531"],["9738.167","9385.197"],["9795.304","9411.475"],["9822.387","9401.102"],["9803.282","9421.867"],["9784.399","9533.206"],["9770.662","9513.786"],["9634.400","9568.579"],["9628.849","9543.627"],["9620.518","9514.889"],["17228.539","7287.107"],["17197.899","7235.010"],["14576.306","9381.525"],["5249.911","11017.864"],["5311.889","11045.164"],["5303.280","10991.152"],["5325.220","11041.006"],["5319.160","10990.847"],["5348.898","10984.049"],["5272.538","10986.166"],["6176.638","9144.556"],["6226.035","9053.622"],["6128.495","9046.578"],["6117.485","9042.910"],["6087.240","8975.804"],["6112.552","8990.362"],["13297.703","12515.688"],["13252.490","12503.704"],["13254.358","12538.166"],["5804.193","7842.714"],["5741.516","7893.234"],["5822.176","7880.569"],["5271.539","11068.252"],["17042.131","7258.259"],["17093.901","7200.635"],["17074.394","7247.288"],["17008.751","7240.248"],["17074.449","7193.522"],["17049.524","7235.453"],["17187.591","7227.405"],["17183.260","7216.987"],["5093.644","14467.129"],["5108.962","14457.414"],["5130.675","14457.758"],["7843.274","10207.219"],["7881.608","10052.600"],["7916.764","10066.494"],["7802.154","10068.993"],["7832.014","10099.196"],["7841.804","10030.797"],["7785.249","10038.378"],["7735.043","10037.165"],["7739.319","10039.477"],["7839.244","10165.090"],["7817.220","10179.137"],["7821.465","10217.763"],["7756.643","10192.782"],["7753.610","10176.618"],["7740.396","10129.104"],["7730.067","10123.323"],["7787.115","10143.684"],["7781.193","10118.052"],["7772.905","10101.700"],["7793.875","10090.849"],["7727.481","10087.167"],["7894.013","10166.845"],["7877.764","10149.923"],["7930.214","10082.217"],["7927.382","10072.000"],["7887.603","10113.509"],["15346.916","5676.271"],["15367.736","5617.505"],["15368.467","5572.915"],["15399.845","5734.863"],["15401.894","5773.481"],["15375.934","5767.882"],["15399.873","5687.775"],["15396.799","5670.981"],["15444.260","5661.574"],["15468.741","5626.421"],["15451.987","5687.489"],["15421.267","5772.271"],["15450.162","5692.094"],["15347.781","5737.122"],["15334.315","5732.886"],["5404.657","8118.247"],["5389.219","8167.068"],["5296.936","8153.830"],["5281.027","8194.061"],["5267.393","8251.486"],["3765.378","12564.929"],["3738.977","12603.538"],["3769.353","12606.271"],["3818.254","12590.771"],["3800.686","12589.182"],["2328.801","11495.177"],["2417.978","11406.923"],["2444.719","11391.598"],["2392.248","11360.719"],["2396.728","11439.648"],["2407.275","11431.680"],["2459.703","11393.521"],["2430.728","11430.745"],["2263.603","11313.522"],["7517.499","15859.744"],["7551.513","15884.866"],["7534.201","15881.194"],["10427.541","7363.285"],["10320.057","7443.020"],["10373.015","7435.530"],["10367.763","7460.104"],["10276.355","7405.055"],["10350.437","7445.337"],["10316.093","7461.948"],["9723.223","9265.518"],["9747.344","9336.420"],["9668.799","9269.961"],["9725.552","9325.445"],["9740.198","9247.796"],["9654.450","9294.634"],["9654.143","9230.649"],["9648.138","9344.950"],["9701.261","9250.215"],["9713.390","9216.373"],["9666.347","9208.984"],["9640.213","9260.081"],["9630.658","9304.663"],["9621.343","9356.436"],["9747.015","9317.171"],["9758.934","9323.598"],["15347.648","5527.721"],["15341.134","5442.685"],["11994.453","4536.544"],["12017.626","4497.698"],["11984.666","4618.848"],["7761.946","12884.090"],["7822.756","12968.127"],["5026.365","16242.377"],["5057.632","16277.626"],["4997.550","16343.875"],["5181.327","16190.867"],["5025.746","16219.095"],["5048.407","16267.990"],["5002.727","16258.934"],["5160.656","16221.934"],["4574.630","10422.050"],["5406.066","15773.212"],["5345.716","15745.688"],["5358.941","15762.275"],["5357.612","15735.538"],["5341.490","15797.438"],["5202.575","15901.244"],["5835.214","11235.204"],["5842.062","11232.753"],["5830.353","11176.903"],["5857.433","11228.903"],["5866.500","11187.071"],["5848.913","11192.206"],["5903.620","11124.040"],["5871.999","11130.521"],["5898.307","11120.618"],["13201.095","10707.739"],["13225.682","10752.969"],["13289.096","10749.862"],["13283.946","10830.779"],["13271.580","10827.697"],["13317.448","10691.622"],["13280.318","10668.849"],["13326.352","10844.395"],["6302.963","15505.686"],["6293.616","15470.333"],["6276.027","15419.345"],["6301.180","15442.039"],["6305.337","15402.098"],["6325.959","15367.056"],["10795.780","8937.599"],["10840.960","8939.126"],["10769.681","8919.031"],["10808.996","8883.905"],["12511.524","12119.241"],["12383.451","12013.187"],["12396.663","12065.729"],["12378.730","11989.313"],["12487.974","12121.690"],["10104.775","10922.294"],["10091.982","10991.430"],["10160.952","10994.941"],["10146.638","11014.721"],["10125.320","11040.401"],["10151.550","11035.824"],["10165.201","10948.565"],["10134.698","11014.606"],["10040.969","10977.504"],["14895.955","6213.242"],["5650.437","8538.355"],["4889.675","15161.326"],["7446.684","12341.792"],["5389.281","11470.464"],["11047.565","11714.289"],["11025.737","11742.736"],["10994.912","11713.866"],["10998.106","11805.949"],["11042.483","11804.797"],["11039.164","11785.663"],["11032.399","11702.106"],["10946.992","11764.695"],["8743.175","12708.379"],["3291.053","11928.550"],["3302.762","12006.862"],["3215.054","11940.181"],["5661.244","10789.460"],["5634.312","10811.896"],["5664.924","10825.163"],["5653.153","10817.854"],["5649.134","10828.191"],["7181.746","7752.656"],["7180.090","7746.051"],["7291.611","7730.872"],["8370.929","13225.608"],["16109.716","5428.425"],["16110.059","5463.110"],["16077.695","5453.618"],["16078.688","5544.725"],["16118.356","5566.226"],["16122.917","5548.520"],["16138.037","5520.440"],["16139.278","5508.247"],["8703.152","15312.765"],["8622.759","15410.880"],["8654.513","15385.899"],["8751.230","15347.485"],["6665.548","13520.371"],["6662.073","13507.363"],["6572.497","13562.035"],["6614.169","13541.536"],["6602.844","13551.979"],["6600.448","13546.942"],["6597.554","13540.277"],["6528.490","13595.028"],["7159.626","8104.777"],["7224.014","8083.605"],["7137.538","8079.317"],["7164.032","8042.810"],["7136.202","7906.386"],["7125.987","7946.034"],["7150.424","7997.502"],["7103.081","7962.103"],["16180.228","5917.667"],["16225.115","5904.040"],["16248.843","5875.677"],["16275.126","5833.403"],["16151.776","5798.182"],["16147.903","5878.984"],["16173.326","5978.075"],["16185.348","5953.053"],["16206.256","5944.613"],["16352.637","5838.473"],["16325.559","5793.777"],["16289.060","5790.165"],["16162.636","5844.983"],["5722.949","9823.054"],["5655.181","9774.200"],["5790.487","9826.286"],["5787.099","9829.754"],["13574.297","13301.672"],["13573.235","13350.718"],["13589.155","13317.364"],["13592.398","13389.919"],["13471.634","13362.086"],["4840.830","9584.739"],["4870.246","9514.116"],["4844.768","9529.235"],["4781.887","9444.366"],["4787.432","9443.923"],["4894.333","9384.003"],["5386.696","9172.180"],["12993.270","11650.965"],["13042.359","11690.346"],["13037.496","11684.872"],["13024.236","11633.786"],["13111.006","11677.141"],["13178.715","11647.118"],["13133.766","11663.299"],["13187.017","11684.938"],["13079.712","11674.482"],["16933.738","7738.911"],["16950.536","7718.370"],["16921.058","7764.542"],["16962.011","7762.784"],["16879.720","7779.590"],["16913.437","7801.984"],["16841.033","7795.427"],["16885.638","7819.341"],["16824.285","7818.179"],["16835.692","7809.883"],["16782.858","7808.039"],["16801.097","7729.536"],["16822.512","7733.615"],["16856.589","7734.000"],["16985.443","7755.086"],["7751.003","8803.896"],["7702.856","8953.521"],["7860.317","8950.332"],["2541.021","11128.171"],["2551.706","11248.929"],["2459.900","11094.824"],["2611.802","11272.632"],["2671.887","11199.293"],["2593.155","11093.919"],["2601.846","11106.964"],["2569.526","11219.805"],["5256.102","7947.163"],["5359.028","7902.082"],["5279.842","8055.509"],["5239.553","7966.326"],["14093.707","10993.602"],["14135.161","10949.596"],["14178.062","10925.529"],["14184.399","10988.483"],["14125.624","11037.268"],["14196.770","11002.072"],["14175.623","11018.682"],["14135.132","11056.532"],["14074.915","11038.735"],["14081.605","10931.340"],["14067.809","10931.931"],["14073.996","10918.722"],["14119.877","10903.736"],["14138.009","10885.661"],["14101.716","10933.186"],["14096.695","10916.777"],["14088.012","10952.683"],["14043.687","10902.822"],["14095.360","11037.893"],["14085.556","11042.603"],["14099.505","11057.616"],["14105.095","11041.335"],["14158.822","11028.786"],["14197.445","10959.157"],["14162.750","10901.273"],["6077.882","17931.644"],["6131.485","17943.288"],["6124.850","17999.264"],["6122.057","17865.455"],["7152.548","15918.289"],["7117.592","15901.695"],["5518.089","9075.185"],["5585.130","8973.745"],["7637.164","8908.235"],["7688.368","8764.204"],["10516.466","7353.859"],["10139.149","7843.657"],["10136.122","7795.535"],["10188.754","7805.640"],["10233.544","7886.652"],["15345.584","5336.293"],["15343.924","5317.396"],["15331.523","5345.207"],["15330.895","5303.330"],["15360.109","5269.784"],["15417.131","5259.543"],["15445.850","5331.562"],["15497.828","5305.334"],["15454.587","5295.088"],["15402.708","5294.041"],["15390.465","5327.168"],["15494.174","5281.921"],["14260.749","8768.887"],["14402.708","8905.712"],["14368.189","8913.353"],["14426.287","8745.724"],["8460.399","18723.577"],["8552.758","18717.466"],["8509.945","18702.941"],["14947.244","5806.443"],["14913.042","5824.164"],["14883.495","5867.811"],["14926.969","5883.135"],["14937.638","5846.923"],["14886.686","5888.485"],["14897.614","5947.120"],["15013.275","5823.865"],["14983.848","5805.071"],["15043.377","5846.318"],["15025.560","5830.808"],["15063.845","5837.975"],["15066.132","5863.470"],["14963.661","5894.754"],["14954.735","5934.524"],["14997.558","5879.348"],["15013.846","5886.320"],["15014.547","5921.273"],["15000.333","5902.484"],["15055.778","5948.924"],["15038.707","5987.134"],["4400.738","12049.929"],["4397.957","11978.040"],["4357.933","11941.052"],["4481.352","12045.304"],["4565.248","12040.451"],["4528.899","11977.461"],["4537.394","11922.925"],["4521.366","12099.737"],["4555.381","12090.143"],["4470.232","11994.293"],["4403.361","12050.190"],["4418.493","12000.330"],["4366.265","12069.526"],["4366.294","12054.654"],["6463.034","13311.139"],["15056.977","11057.072"],["15060.353","10981.664"],["15044.986","10963.578"],["15048.502","11002.341"],["15077.381","10953.802"],["15030.869","10982.784"],["15006.662","10944.801"],["15014.708","10971.731"],["14994.347","10997.208"],["14990.180","11037.222"],["15041.171","11032.251"],["15056.205","10932.883"],["15071.600","10898.643"],["14999.842","11059.783"],["7187.110","13373.489"],["6554.195","9479.475"],["6560.615","9513.054"],["6666.017","9501.328"],["6644.293","9478.086"],["13861.002","11214.454"],["13836.874","11240.675"],["13956.097","11273.503"],["13837.661","11155.642"],["13847.433","11180.605"],["13875.036","11185.460"],["13916.892","11231.156"],["13919.201","11217.241"],["9230.464","18740.715"],["9238.889","18739.637"],["9291.546","18762.406"],["9321.059","18775.030"],["9324.188","18784.365"],["9330.243","18844.184"],["9385.159","18857.548"],["9394.143","18877.561"],["9343.227","18865.444"],["6200.210","7852.232"],["6263.952","8893.576"],["6370.211","8872.454"],["6963.195","5967.061"],["15118.132","5557.860"],["15156.930","5531.909"],["15202.754","5518.838"],["15225.211","5562.051"],["15275.773","5412.674"],["15289.504","5451.327"],["15248.679","5553.837"],["15287.426","5506.489"],["5866.127","9833.915"],["5863.864","9813.845"],["13268.563","11642.749"],["13325.981","11638.592"],["13231.291","11662.258"],["13204.302","11667.302"],["13314.939","11691.913"],["13324.452","11669.606"],["13310.723","11679.868"],["8962.152","18648.924"],["8952.446","18655.274"],["8984.817","18676.523"],["8929.865","18605.536"],["8945.749","18605.132"],["8986.696","18602.845"],["8943.228","18553.336"],["8899.164","18549.873"],["8892.205","18500.485"],["8922.947","18473.470"],["8861.843","18468.840"],["8896.361","18565.438"],["8908.724","16313.523"],["7111.878","7788.795"],["7203.619","7795.269"],["7195.502","7822.497"],["7098.165","7708.009"],["7289.259","7827.318"],["7261.828","7852.392"],["7267.055","7781.997"],["14856.279","5766.576"],["14862.415","5760.247"],["13112.189","12484.248"],["6712.580","13547.244"],["6704.325","13517.698"],["6750.117","13531.580"],["6767.941","13516.981"],["6745.068","13512.816"],["6710.266","13482.419"],["6712.622","13464.860"],["6692.060","13456.737"],["6710.775","13441.118"],["6711.908","13432.388"],["6726.378","13410.317"],["6723.370","13393.412"],["6703.468","13394.363"],["6759.430","13413.459"],["6763.265","13427.834"],["6748.304","13419.676"],["6753.643","13402.770"],["6699.864","13569.512"],["6688.286","13559.221"],["6789.450","13464.078"],["6777.614","13467.699"],["9492.855","15059.666"],["8153.632","17006.341"],["11968.055","5845.214"],["12022.617","5846.052"],["12003.561","5831.570"],["12034.770","5875.562"],["12050.524","5830.922"],["11949.131","5934.198"],["12126.116","5873.937"],["12092.570","5907.265"],["11995.695","5964.985"],["11983.530","5965.644"],["12074.288","5948.753"],["12018.832","5895.020"],["11979.081","5915.558"],["12082.725","5868.517"],["12007.772","5929.882"],["11984.512","5895.524"],["12035.711","5849.522"],["12084.063","5969.952"],["12091.800","5980.939"],["3477.194","8144.172"],["3430.637","8278.821"],["3318.781","8124.702"],["3500.873","8305.370"],["3387.106","8299.399"],["11169.761","11375.075"],["11136.681","11418.139"],["11234.236","11450.040"],["11230.315","11433.931"],["11202.754","11457.034"],["10263.901","7560.454"],["10314.705","7528.781"],["10303.059","7515.989"],["10253.467","7588.210"],["10372.939","7683.664"],["10282.117","7576.341"],["10403.897","7560.048"],["8333.299","15375.140"],["8222.668","15358.559"],["6456.593","14475.970"],["12244.988","8293.618"],["12257.530","8280.451"],["12255.453","8286.640"],["12301.777","8206.533"],["12317.358","8202.054"],["12356.256","8296.219"],["12334.109","8146.274"],["12275.892","8156.518"],["12344.304","8239.578"],["12313.656","8193.073"],["12316.580","8271.500"],["12290.659","8245.688"],["12257.408","8302.600"],["12343.521","8200.820"],["10352.639","10776.406"],["10380.093","10852.968"],["10289.649","10819.212"],["10336.665","10804.180"],["10327.413","10833.589"],["10396.516","10844.226"],["10342.122","10779.537"],["10323.072","10797.310"],["10288.837","10800.558"],["10356.188","10754.705"],["10376.738","10822.621"],["10379.339","10774.661"],["10394.421","10854.856"],["10377.999","10784.358"],["10349.545","10717.831"],["10380.902","10705.132"],["10340.951","10734.867"],["13982.588","12773.171"],["13950.907","12822.647"],["8865.307","18858.973"],["8980.091","18693.872"],["8934.596","18718.089"],["8955.007","18769.854"],["6675.657","8142.173"],["6798.819","8112.373"],["7512.286","16497.256"],["7493.438","16532.354"],["5197.690","10717.726"],["5160.436","10766.555"],["5143.806","10816.706"],["2983.237","13371.046"],["2954.184","13371.429"],["2974.424","13384.221"],["2951.957","13357.487"],["2890.756","13306.365"],["2903.373","13253.739"],["2995.984","13305.398"],["3032.682","13285.596"],["3010.927","13294.247"],["3008.389","13292.729"],["3042.558","13303.131"],["3073.639","13296.878"],["3082.852","13290.601"],["3038.123","13253.086"],["2962.061","13231.578"],["3073.348","13217.617"],["5660.001","8937.592"],["5682.188","8878.170"],["5652.873","8884.734"],["5634.655","8948.899"],["5785.368","8894.890"],["5708.666","8884.670"],["13828.546","13716.128"],["13820.591","13659.640"],["13788.340","13642.911"],["13741.177","13604.673"],["13735.587","13604.594"],["13801.487","13712.720"],["12268.300","10253.294"],["12267.635","10266.267"],["12297.983","10242.274"],["12302.261","10238.330"],["7625.259","16095.265"],["7623.574","16132.232"],["13907.469","13136.928"],["13940.674","13137.437"],["13987.552","13059.546"],["13932.607","13125.068"],["6344.064","18092.223"],["6382.255","18113.048"],["6354.935","18143.900"],["6375.499","18048.423"],["6373.673","18051.594"],["6843.686","9428.755"],["6542.584","18229.110"],["6510.561","18243.726"],["6474.212","18140.410"],["6876.885","7944.083"],["6808.365","8038.524"],["6823.131","7994.274"],["5091.777","16610.136"],["5140.123","16636.754"],["7861.336","8750.584"],["7831.478","8820.413"],["14837.526","5936.262"],["14808.290","5846.798"],["14795.460","5891.750"],["14808.937","5842.697"],["14818.817","5818.202"],["14845.363","5782.423"],["14844.638","5944.782"],["14868.787","5990.357"],["14860.235","5970.912"],["14808.794","5957.588"],["14771.288","5959.012"],["14764.809","5943.975"],["14758.113","5963.431"],["16342.330","6815.754"],["16339.202","6790.806"],["16352.916","6782.074"],["12977.386","9172.391"],["12922.526","9165.289"],["12967.046","9183.434"],["4864.175","14237.659"],["4826.050","14215.464"],["13812.906","12522.752"],["13797.468","12503.633"],["13771.358","12467.094"],["13790.564","12485.485"],["6797.018","9167.814"],["6783.465","9246.152"],["6813.733","9203.821"],["6859.564","9335.030"],["6906.357","9331.592"],["6948.953","9292.885"],["7013.449","9335.945"],["5558.631","10843.769"],["5532.418","10801.705"],["5554.012","10796.663"],["5423.708","10709.393"],["5577.253","10786.334"],["5514.163","10750.041"],["5466.692","10682.948"],["5457.874","10668.567"],["5496.178","10731.262"],["5410.458","10682.982"],["5448.962","10818.512"],["5575.605","8671.293"],["5500.043","8643.499"],["5476.310","8594.704"],["5524.591","8561.677"],["5545.553","8534.428"],["5611.062","8562.206"],["7526.485","15702.459"],["7554.063","15683.140"],["7570.326","15672.921"],["7568.434","15602.627"],["7952.460","17912.331"],["7954.744","17968.845"],["7997.448","17967.695"],["4622.181","8932.486"],["4599.454","8916.193"],["16771.017","7672.713"],["16724.521","7655.664"],["16708.402","7640.123"],["16678.749","7573.881"],["16731.060","7548.544"],["16764.077","7549.859"],["16750.410","7517.516"],["12390.935","10868.211"],["12361.871","10861.602"],["12538.954","11041.176"],["12525.772","11031.437"],["12559.744","11050.055"],["12497.875","11054.243"],["12428.777","11051.467"],["12377.765","10955.447"],["12379.135","10945.861"],["12408.329","10923.782"],["12434.846","10940.990"],["12456.936","10964.175"],["12500.132","10975.781"],["12508.853","10999.644"],["12515.523","10946.467"],["12441.752","11033.151"],["12460.510","10936.804"],["12511.068","10930.644"],["12356.641","11048.456"],["16186.442","5998.059"],["8454.717","12467.583"],["8435.608","12510.539"],["8390.014","12399.469"],["8357.903","12433.869"],["8450.188","12492.820"],["8448.111","12441.038"],["8364.509","12385.181"],["8353.906","12352.625"],["8374.233","12399.981"],["8362.387","12407.997"],["8444.925","12418.638"],["8449.967","12366.946"],["9127.218","13510.274"],["15111.175","11200.853"],["15262.719","11208.261"],["15247.350","11112.013"],["15127.414","11209.798"],["15100.301","11222.800"],["15298.776","11228.937"],["15293.127","11215.657"],["15258.154","11104.026"],["15256.345","11120.644"],["15270.916","11083.279"],["15098.195","11163.569"],["15286.712","11177.914"],["15227.626","11075.139"],["6954.238","7562.992"],["6939.416","7448.765"],["7083.503","7441.059"],["7027.934","7464.035"],["7050.655","7430.516"],["5720.634","11259.458"],["5760.088","11240.478"],["5772.489","11229.149"],["5823.918","11187.686"],["5761.688","11198.198"],["5762.626","11182.740"],["5803.980","11247.966"],["5826.750","11248.667"],["5800.040","11267.398"],["5816.563","11218.556"],["5793.029","11157.520"],["5784.036","11199.534"],["5779.332","11196.495"],["5827.223","11256.968"],["14182.704","12994.107"],["14093.051","13065.127"],["14207.327","13068.488"],["14208.060","13092.690"],["14199.307","13088.193"],["14177.398","13067.822"],["14170.150","13040.697"],["14171.552","13021.688"],["14183.029","13086.922"],["10424.573","15959.617"],["10402.176","15988.017"],["10442.160","15939.064"],["10434.143","16010.525"],["8117.204","18208.105"],["6375.139","14352.368"],["4984.940","14900.750"],["4965.050","14914.370"],["4956.458","14953.651"],["4963.386","15075.149"],["4842.009","15076.473"],["4956.916","15039.505"],["4855.418","14928.115"],["4841.047","14963.403"],["4884.719","15010.197"],["4980.701","14877.342"],["1582.537","13336.668"],["4882.911","11330.192"],["2259.177","11020.199"],["2347.798","10984.999"],["2415.950","10953.146"],["2271.913","11006.447"],["2323.424","10903.239"],["2335.309","10881.074"],["2275.306","10920.708"],["5298.627","8870.304"],["5279.073","8817.091"],["5201.738","8927.254"],["1924.696","10897.217"],["1886.697","10889.112"],["1894.270","10993.932"],["1935.077","11009.638"],["12293.666","14085.219"],["12331.166","14234.692"],["5137.909","8621.809"],["5184.415","8672.669"],["5139.052","8678.342"],["5170.640","8570.675"],["14786.305","9605.455"],["14803.181","9700.873"],["5747.940","7817.283"],["5678.666","7812.356"],["5692.000","7745.742"],["9716.425","11776.871"],["9720.062","11801.402"],["10686.424","9961.941"],["10680.444","9989.292"],["7671.180","12896.399"],["7663.654","12879.535"],["7678.034","12866.446"],["7670.178","12891.610"],["7654.378","12877.143"],["11892.008","4380.574"],["11772.090","4309.022"],["11817.509","4356.168"],["11851.949","4410.475"],["11916.467","4391.643"],["11741.453","4339.052"],["11735.049","4427.855"],["11829.483","4495.803"],["11875.527","4333.493"],["11759.959","4479.442"],["11826.359","4445.779"],["11728.959","4481.052"],["11735.240","4398.177"],["8157.690","15671.078"],["10885.117","7804.138"],["10245.100","10044.474"],["10127.669","10118.696"],["10229.071","10155.606"],["10199.732","10034.705"],["10129.863","10082.088"],["10153.002","10045.674"],["10111.744","10039.715"],["10200.248","10077.094"],["10127.033","10049.991"],["10140.163","10115.223"],["10122.031","10064.751"],["10213.912","10024.180"],["10177.628","10097.762"],["10210.259","10116.483"],["10194.585","10123.294"],["10186.288","10133.096"],["10200.455","10155.918"],["10232.958","10131.132"],["10114.870","10088.807"],["10140.677","10011.947"],["10249.720","10012.499"],["9577.610","10632.303"],["9569.715","10618.291"],["9489.100","10583.270"],["9537.531","10440.443"],["9605.499","10519.464"],["9498.736","10550.851"],["9510.328","10591.951"],["9534.185","10627.223"],["9467.561","10493.640"],["9485.708","10569.479"],["9468.849","10545.896"],["9589.155","10634.152"],["9536.069","10581.576"],["9597.596","10497.796"],["9583.256","10462.219"],["9551.615","10598.761"],["9610.321","10538.391"],["9519.457","10604.791"],["9537.898","10514.812"],["9540.946","10491.779"],["9532.297","10634.366"],["9463.452","11878.731"],["7333.261","16580.473"],["29214.498","11009.680"],["29253.082","10980.726"],["5004.001","6346.196"],["5068.242","6371.424"],["5045.487","6394.388"],["5065.583","6391.974"],["5055.012","6230.007"],["14910.692","6012.790"],["14934.838","6059.173"],["15013.138","6028.375"],["15022.189","6007.506"],["15079.691","6013.293"],["15080.656","6065.716"],["15001.258","6080.631"],["15014.131","6132.940"],["14982.703","6126.109"],["14944.052","6122.058"],["14904.816","6210.332"],["14958.783","6198.364"],["14970.317","6183.119"],["5803.036","15699.185"],["5787.540","15705.670"],["5701.669","15716.302"],["5691.407","15698.588"],["5714.094","15687.108"],["5717.768","15535.079"],["5743.922","15509.735"],["5681.054","15527.254"],["5734.928","15557.696"],["5710.553","15584.116"],["5625.722","15509.288"],["5655.400","15558.341"],["5621.239","15627.367"],["4643.760","9644.420"],["4767.210","9630.066"],["4657.416","9588.874"],["4652.989","9629.720"],["7039.635","13433.367"],["6935.164","13584.757"],["6956.917","13585.852"],["7009.778","13520.225"],["6999.772","13559.546"],["7072.611","13567.021"],["7087.012","13431.322"],["7021.199","13421.305"],["13064.605","9881.849"],["13093.250","9849.337"],["5614.279","7379.524"],["5466.087","7310.310"],["6107.896","15106.053"],["6138.022","15127.297"],["15349.404","11155.475"],["15363.540","11188.555"],["15311.095","11167.323"],["15312.677","11202.195"],["15306.275","11222.098"],["15339.584","11202.895"],["3223.757","8544.513"],["13942.656","10925.263"],["14017.006","10888.940"],["13982.467","10905.557"],["14003.776","10901.581"],["13934.166","10979.501"],["13977.157","10957.708"],["14010.957","10918.585"],["14020.912","10943.382"],["14035.973","10960.692"],["14035.767","11025.114"],["13965.895","10976.377"],["13967.388","10998.827"],["13923.357","10976.744"],["14033.766","11003.914"],["6595.708","15354.317"],["6563.610","15320.032"],["6635.053","15490.653"],["6528.794","15387.199"],["6519.529","15358.471"],["6494.909","15325.982"],["5869.903","7458.784"],["5880.002","7418.908"],["5917.387","7414.092"],["6814.165","12654.513"],["6812.451","12657.080"],["15865.594","9389.198"],["15858.725","9393.266"],["15880.161","9477.755"],["15850.961","9469.511"],["15924.674","9441.896"],["15925.683","9376.976"],["15880.393","9418.697"],["15835.832","9389.282"],["15851.374","9385.519"],["15861.936","9437.695"],["15906.940","9420.960"],["15907.300","9525.866"],["15917.379","9411.635"],["15910.997","9473.372"],["15928.632","9527.699"],["15890.560","9507.254"],["15914.866","9540.214"],["15916.154","9561.605"],["15919.213","9568.403"],["8268.321","12132.364"],["6582.355","14400.560"],["13051.684","8979.504"],["13008.861","8967.711"],["13015.622","8955.704"],["13016.947","9098.852"],["13075.437","9051.326"],["13070.363","9049.853"],["13039.553","9113.617"],["13059.629","9091.454"],["13030.890","9068.860"],["13020.945","9153.819"],["13004.212","9137.599"],["13010.558","9160.936"],["13012.193","9157.090"],["12996.118","9001.592"],["13003.493","9064.124"],["13055.431","9026.277"],["13069.273","9023.538"],["13002.363","8971.644"],["14386.135","9123.243"],["14410.228","9031.035"],["14430.082","8998.220"],["14328.230","9123.259"],["14265.495","9066.473"],["14428.384","8963.907"],["6079.730","8071.279"],["6075.480","8034.688"],["6077.095","8074.354"],["6105.378","8037.004"],["6112.765","8003.568"],["6204.452","8106.056"],["8068.781","12722.767"],["8085.244","12727.619"],["8143.668","12744.094"],["8141.555","12728.624"],["8041.844","12703.085"],["8044.229","12688.896"],["8052.076","12685.586"],["8112.433","12728.419"],["8123.711","12738.682"],["8129.796","12730.673"],["8099.320","12727.249"],["8116.040","12771.880"],["14904.019","8856.822"],["5965.032","14353.357"],["5858.014","14254.052"],["5930.067","14441.488"],["6029.330","14363.423"],["6004.602","14307.730"],["5843.343","14337.375"],["6033.678","14297.373"],["5934.923","14256.803"],["5437.586","7619.286"],["5534.662","7478.553"],["5430.879","7659.187"],["5472.109","7573.414"],["5453.662","7530.692"],["5547.078","7552.547"],["5509.744","7582.793"],["5471.167","7671.469"],["10001.768","10845.693"],["9883.864","10837.529"],["9918.266","10829.638"],["9860.783","10834.492"],["6728.907","12604.007"],["6729.967","12616.762"],["6748.527","12609.676"],["6775.689","12633.273"],["6771.710","12624.242"],["6790.802","12627.103"],["8338.495","18603.478"],["8300.600","18550.701"],["5858.494","8949.148"],["6548.996","8187.544"],["6598.788","8136.738"],["4659.246","14256.771"],["4691.197","14258.795"],["4607.646","14298.939"],["4748.344","14380.319"],["9033.199","18655.982"],["9052.528","18664.843"],["6996.086","13250.572"],["6909.403","13276.098"],["6975.193","13279.088"],["6774.655","13242.466"],["6727.030","13243.843"],["6707.278","13230.210"],["6719.041","13284.491"],["6713.224","13305.408"],["6678.371","13235.606"],["6852.495","13328.492"],["6756.080","13372.544"],["6752.694","13388.023"],["6753.481","13332.065"],["6747.073","13328.482"],["6735.983","13337.688"],["6742.350","13288.144"],["6765.730","13303.338"],["6759.362","13300.157"],["6803.392","13297.266"],["6775.197","13196.465"],["5343.613","15022.657"],["13862.124","11360.420"],["13967.521","11403.445"],["14018.602","11398.531"],["13988.663","11401.412"],["14039.671","11373.583"],["13964.244","11295.714"],["13949.094","11321.930"],["14015.968","11317.811"],["13922.009","11304.997"],["13911.087","11368.918"],["13928.240","11357.153"],["13971.426","11330.862"],["13985.001","11318.562"],["13953.381","11380.871"],["13897.925","11285.499"],["5275.693","16806.156"],["5206.402","16810.976"],["5548.893","15081.587"],["5569.058","15072.668"],["5498.898","15021.586"],["5589.814","15075.319"],["3314.983","8327.079"],["3409.101","8320.009"],["16489.272","6789.029"],["16563.149","6802.768"],["16539.103","6783.919"],["16550.687","6651.089"],["16492.734","6831.371"],["16374.762","6772.714"],["16364.034","6742.633"],["16373.221","6700.310"],["16413.755","6697.433"],["16395.791","6656.884"],["16405.409","6684.531"],["16427.300","6658.691"],["16443.576","6661.358"],["16489.856","6635.785"],["16428.002","6642.819"],["16527.139","6646.814"],["16514.973","6647.985"],["16548.620","6759.164"],["16491.504","6807.286"],["16447.626","6772.753"],["16460.744","6779.602"],["16391.688","6805.220"],["16381.711","6820.600"],["16516.815","6712.118"],["16524.537","6652.700"],["16478.266","6679.143"],["16444.392","6695.745"],["16472.642","6700.950"],["16470.271","6716.830"],["16393.674","6683.410"],["16435.317","6745.472"],["16451.318","6702.640"],["12157.366","5995.399"],["12163.817","6179.089"],["12147.400","6157.360"],["12146.077","6008.335"],["5428.781","15318.783"],["5434.555","15379.177"],["5521.569","15302.821"],["5541.900","15376.627"],["5487.125","15400.966"],["5519.740","15325.678"],["5581.145","15381.209"],["5498.635","15356.187"],["5449.123","15414.604"],["5617.005","15309.624"],["5604.969","15339.312"],["5510.681","15441.669"],["5565.410","15419.867"],["5461.087","15474.972"],["5410.006","15436.475"],["5608.635","15455.382"],["5502.549","16366.125"],["5357.843","7590.845"],["5395.216","7666.242"],["9955.960","10633.152"],["9951.028","10599.485"],["9948.968","10605.098"],["17009.549","7709.386"],["17008.387","7732.240"],["17086.203","7726.919"],["17084.624","7725.119"],["8047.310","8907.395"],["7972.985","8925.386"],["16529.855","6620.029"],["16519.665","6602.728"],["3156.536","13364.702"],["3156.988","13351.747"],["16337.606","6846.824"],["4889.948","6348.406"],["4786.022","6272.821"],["4791.664","6248.685"],["4836.116","6241.812"],["4885.603","6226.597"],["4888.657","6372.582"],["4923.563","6350.806"],["4899.118","6324.352"],["4817.720","6325.313"],["14699.096","6255.807"],["14763.380","6268.744"],["14810.989","6227.047"],["14853.029","6286.548"],["14832.612","6281.327"],["14812.524","6292.496"],["14747.939","6304.944"],["14739.040","6286.995"],["14720.418","6261.433"],["7978.845","8629.722"],["6628.530","9395.433"],["6640.543","9433.442"],["6025.379","13791.857"],["6977.797","13195.428"],["10667.228","16593.441"],["10641.397","16627.993"],["4979.844","8399.131"],["5525.533","11441.713"],["5542.893","11456.914"],["5529.653","11473.730"],["5515.280","11488.062"],["5479.848","11464.073"],["5497.056","11445.773"],["5445.458","11443.365"],["5419.618","11481.590"],["5454.810","11464.904"],["5481.344","11488.884"],["9783.568","7202.054"],["16221.007","7492.849"],["16326.696","7531.454"],["16299.242","7518.898"],["16244.648","7619.845"],["16261.936","7566.911"],["16295.915","7571.433"],["16167.879","7478.801"],["2241.564","11316.781"],["6111.264","7745.689"],["6085.162","7812.061"],["6095.425","7750.026"],["6060.705","7727.356"],["6915.635","7921.887"],["6939.201","7945.931"],["6926.187","7969.033"],["6897.207","7969.714"],["6961.763","7931.798"],["6980.583","8049.109"],["7069.813","8058.349"],["6908.142","8085.408"],["7043.116","8102.476"],["6963.418","8087.889"],["6937.625","8067.980"],["5603.084","8356.689"],["5523.315","8378.787"],["5518.462","8398.632"],["6884.040","12916.765"],["6890.148","12943.123"],["7050.855","12953.637"],["7189.818","15315.375"],["7213.769","15303.228"],["7203.062","15304.302"],["7177.592","15323.724"],["7226.587","15415.311"],["7174.856","15442.919"],["7193.305","15434.632"],["12124.840","5733.058"],["12121.210","5773.436"],["12131.462","5766.461"],["12011.498","5742.352"],["12047.946","5722.691"],["16129.900","7453.470"],["16119.078","7454.499"],["16057.584","7444.005"],["16086.698","7437.630"],["16109.618","7415.954"],["16127.586","7427.178"],["16056.563","7453.948"],["16055.274","7439.855"],["16036.354","7419.231"],["15994.308","7441.324"],["16008.460","7469.777"],["15964.068","7468.845"],["4637.469","10985.238"],["4630.862","11001.424"],["4581.375","10934.654"],["4579.627","10959.785"],["4612.726","10927.581"],["4620.181","10906.230"],["4641.273","10902.701"],["4648.896","10902.585"],["4650.269","10879.398"],["4673.964","11059.409"],["6679.711","5976.038"],["6815.020","5933.126"],["6639.091","5910.209"],["6076.123","17556.626"],["6064.756","17573.043"],["6068.743","17466.329"],["6146.274","17469.162"],["11678.953","4423.761"],["11663.576","4333.454"],["11693.274","4442.585"],["11686.915","4409.081"],["11639.053","4390.762"],["11696.555","4437.434"],["11699.817","4403.835"],["11707.905","4488.867"],["7580.406","7951.251"],["7516.023","8027.093"],["13425.389","13436.556"],["13428.032","13436.980"],["13442.550","13508.161"],["10276.184","12331.398"],["7288.076","16309.091"],["7241.978","16296.153"],["7158.284","16254.918"],["7219.728","16192.713"],["14740.608","9041.646"],["14689.566","9059.748"],["14703.945","9120.653"],["10851.598","11532.821"],["10798.788","11526.006"],["10809.925","11543.623"],["10840.286","11507.624"],["10808.516","11500.873"],["6797.632","7941.493"],["6755.484","7995.760"],["6756.117","8011.134"],["7900.854","12860.877"],["6463.576","8069.053"],["6560.969","7997.159"],["3290.266","8127.707"],["8926.979","13199.618"],["6023.941","18134.997"],["5988.947","18164.648"],["6033.367","18213.263"],["5981.536","18191.583"],["6000.665","18253.697"],["10473.835","7707.059"],["10524.855","7686.883"],["6366.763","16087.211"],["6343.184","16083.961"],["6397.412","16058.296"],["6325.457","16070.121"],["6384.749","16079.356"],["6393.292","16082.212"],["6282.732","16023.258"],["13741.906","8846.725"],["15944.000","11558.043"],["15967.732","11538.667"],["16013.893","11573.032"],["16031.662","11524.277"],["16016.479","11560.311"],["16017.947","11535.101"],["15998.537","11542.427"],["15992.980","11518.461"],["15960.682","11500.998"],["15940.952","11519.374"],["16037.490","11510.605"],["16049.646","11547.575"],["15984.106","11562.823"],["16077.407","11502.851"],["15376.867","5394.527"],["15370.712","5432.155"],["15388.561","5368.806"],["15397.171","5427.079"],["6685.798","12945.278"],["6727.476","12858.684"],["6751.693","12865.262"],["6743.148","12859.204"],["6782.107","12869.787"],["6851.358","12839.827"],["6797.482","12875.652"],["6787.505","12951.259"],["6030.451","15221.938"],["5995.590","15232.434"],["5977.813","15204.193"],["6003.720","15190.334"],["5941.503","15214.903"],["5905.979","15210.551"],["5892.441","15245.985"],["5839.662","15258.008"],["5862.388","15100.968"],["7423.849","18042.147"],["7401.070","18023.938"],["10280.745","10862.723"],["10359.737","10871.533"],["10333.761","10868.606"],["10313.756","10872.306"],["10333.548","10904.421"],["10303.911","10886.212"],["10385.738","10905.799"],["10343.198","10894.189"],["10363.610","10889.758"],["10294.994","10895.939"],["4558.446","10989.593"],["4550.832","10869.839"],["4457.325","10856.456"],["4470.489","10865.137"],["4493.743","10867.501"],["4418.051","10884.406"],["4404.961","10895.253"],["4438.811","10898.328"],["4457.301","10914.230"],["4476.264","10947.199"],["4391.943","10951.390"],["4377.695","10950.575"],["4461.684","11041.074"],["4517.535","10980.054"],["4514.936","10959.146"],["4493.990","10925.227"],["4428.313","10973.418"],["4376.166","10862.440"],["7280.617","16067.364"],["7267.313","16057.357"],["7264.396","16009.247"],["13993.316","13870.716"],["13913.690","13835.513"],["13922.504","13845.753"],["13937.404","13854.171"],["13983.788","14013.977"],["13918.573","14002.189"],["13978.379","14023.824"],["7188.735","12246.432"],["7195.672","12268.823"],["7176.599","12287.312"],["7184.696","12296.671"],["7155.000","12237.960"],["7123.103","12177.916"],["7129.333","12157.327"],["7177.278","12182.051"],["7296.990","12212.255"],["13441.281","15162.040"],["6223.807","9589.960"],["6099.671","9671.321"],["6083.533","9758.636"],["6180.536","9692.678"],["11953.104","9674.057"],["11959.054","9636.908"],["11962.975","9675.581"],["11972.218","9716.283"],["12002.342","9687.203"],["12015.744","9721.345"],["11984.338","9754.842"],["11966.362","9733.030"],["12013.853","9790.604"],["12018.511","9747.622"],["12032.731","9770.103"],["11952.428","9624.235"],["11955.179","9790.924"],["11953.570","9783.458"],["8336.887","14108.616"],["8340.023","14160.069"],["8031.105","15900.254"],["8019.330","15910.947"],["8061.338","15786.552"],["7982.627","15874.729"],["8012.181","15882.115"],["8060.406","15915.462"],["7595.270","17797.255"],["7565.498","17811.624"],["7363.811","12133.874"],["7330.826","12234.584"],["13005.185","7632.600"],["12991.897","7611.908"],["13023.735","7611.777"],["13038.904","7603.912"],["13071.850","7663.820"],["13011.670","7677.903"],["8771.887","15112.428"],["14995.966","8727.005"],["14941.450","8725.242"],["15018.681","8705.772"],["12922.780","8907.209"],["12938.092","8901.571"],["12938.275","8939.757"],["12986.648","8896.261"],["12812.775","8949.828"],["12834.695","8933.627"],["12851.417","8948.062"],["12910.206","8952.467"],["12973.910","8944.213"],["12961.285","8906.230"],["12905.395","8927.433"],["9874.359","9471.161"],["9853.242","9467.130"],["9854.541","9511.922"],["9852.824","9495.387"],["9891.687","9557.463"],["9834.351","9449.315"],["9839.000","9520.365"],["9916.211","9500.154"],["9856.834","9433.775"],["6037.169","8845.455"],["5863.415","8886.828"],["6014.758","8845.917"],["5897.523","8831.431"],["5896.183","8869.839"],["5704.844","14908.726"],["13653.001","12979.108"],["13697.246","13090.578"],["6787.967","15411.688"],["6705.072","15420.559"],["15864.170","9366.503"],["15888.987","9352.090"],["15924.428","9353.392"],["6120.521","15068.647"],["6139.584","14934.771"],["6183.672","14906.319"],["6159.500","14902.900"],["6073.370","14922.891"],["7145.686","12416.997"],["7149.857","12413.541"],["7164.193","12429.907"],["7164.105","12473.467"],["7159.808","12478.349"],["7177.745","12472.551"],["7107.977","12544.170"],["7168.044","12439.022"],["7176.480","12438.363"],["10441.933","7512.447"],["7049.299","7770.940"],["6970.594","7716.120"],["6951.113","7748.018"],["7002.591","7833.537"],["13794.989","11324.091"],["13786.492","11294.256"],["13782.162","11306.756"],["13824.985","11297.907"],["13522.880","9715.846"],["13527.145","9693.745"],["10413.744","8171.743"],["10402.165","8233.241"],["10428.550","8177.272"],["10350.425","8128.889"],["10444.578","8236.008"],["7656.642","17348.591"],["7643.774","17362.711"],["7614.556","17206.693"],["7645.703","17315.494"],["7586.051","17385.586"],["5785.165","14660.199"],["5712.415","14502.372"],["5419.227","7835.266"],["6965.825","17206.815"],["6965.907","17234.254"],["6954.776","17216.894"],["6959.231","17212.348"],["13007.340","10759.567"],["5737.686","14229.290"],["5718.820","14204.920"],["5722.486","14178.332"],["5826.483","14069.037"],["5629.002","14035.246"],["5691.188","14069.918"],["5721.475","14146.373"],["5740.766","14102.491"],["16773.300","7767.047"],["16759.171","7801.485"],["16713.398","7788.554"],["16744.866","7724.226"],["16722.401","7757.638"],["5864.473","14912.592"],["5878.777","14923.361"],["5939.639","15001.996"],["6039.061","14912.789"],["6039.983","14896.627"],["5959.740","14949.263"],["5983.165","14885.789"],["5843.598","15060.683"],["5211.096","15863.310"],["5223.038","15736.961"],["6396.246","13388.160"],["6304.897","13262.136"],["6362.817","13308.500"],["6316.142","13359.440"],["6323.273","13283.044"],["13139.915","10402.681"],["13096.823","10402.995"],["13107.776","10403.265"],["13181.048","10395.346"],["7275.179","15290.527"],["5591.392","9554.973"],["6713.693","9452.468"],["4995.618","16578.803"],["5035.140","16583.589"],["5083.737","16623.412"],["6053.446","8170.952"],["6177.256","8126.504"],["6207.003","8120.584"],["6187.668","8262.409"],["6224.740","8169.280"],["6090.438","8142.588"],["6053.543","8179.308"],["9634.926","10424.367"],["9627.193","10430.346"],["15703.901","11405.915"],["15717.385","11429.457"],["15711.981","11367.319"],["15679.129","11364.504"],["15714.563","11456.302"],["15701.226","11478.247"],["15724.859","11483.820"],["3942.220","12828.311"],["3943.012","12854.652"],["3995.700","12781.012"],["4055.531","12877.823"],["4001.079","12851.905"],["3987.909","12908.918"],["3968.069","12869.141"],["3971.155","12821.429"],["4118.438","12850.323"],["12538.865","14304.934"],["12560.547","14325.675"],["12526.592","12286.978"],["6497.152","15199.967"],["6525.326","15252.989"],["6471.576","15086.991"],["6472.220","15252.599"],["14444.768","8732.049"],["14397.759","8584.541"],["14301.982","8648.183"],["6281.501","11502.221"],["6308.187","11586.464"],["6337.184","11558.941"],["6392.894","11595.914"],["6307.209","11560.602"],["6274.478","11679.895"],["6348.253","11557.603"],["6256.920","11647.131"],["6307.063","11621.616"],["6380.912","11648.212"],["6265.823","11529.043"],["6305.448","11681.677"],["6364.130","11571.571"],["6308.237","11638.046"],["6369.673","11594.598"],["6346.606","11666.005"],["6388.406","11637.587"],["6326.449","11635.891"],["6408.528","11509.424"],["6373.764","11517.555"],["6347.624","11493.512"],["6210.784","15479.014"],["4324.406","10542.093"],["4299.797","10551.086"],["4310.325","10540.138"],["11712.428","9538.582"],["11719.306","9494.689"],["11713.432","9468.763"],["13137.432","13359.544"],["13190.668","13220.088"],["8154.465","12744.490"],["8819.548","9475.428"],["8800.136","9543.285"],["5975.456","8067.873"],["6011.731","8088.483"],["5945.489","8101.097"],["5904.561","7978.747"],["5851.237","7972.414"],["6038.690","7919.641"],["5897.730","7912.085"],["5932.452","8010.805"],["5936.736","7749.607"],["5968.370","7792.835"],["5907.803","7782.449"],["6035.283","7779.520"],["5862.854","7885.164"],["5884.938","7728.224"],["5847.067","7771.917"],["6014.768","7712.707"],["5933.211","7796.788"],["7824.334","8605.419"],["7782.076","8557.842"],["7823.135","8745.328"],["7912.630","8684.820"],["7823.043","8658.492"],["6719.340","18574.597"],["11384.859","13487.100"],["11317.669","13588.769"],["11367.782","13541.939"],["11352.342","13543.217"],["11396.544","13550.359"],["11346.379","13501.132"],["8560.227","12448.387"],["8528.389","12463.736"],["8509.325","12448.555"],["8517.391","12458.929"],["8481.230","12481.656"],["8457.094","12432.244"],["8442.274","12407.397"],["8462.528","12381.806"],["8480.143","12391.203"],["8470.303","12407.439"],["8467.606","12393.929"],["8488.848","12458.735"],["8444.880","12339.243"],["8452.654","12354.903"],["8244.881","12588.230"],["8198.427","12562.296"],["8145.271","10661.206"],["8052.317","10679.825"],["8098.852","10683.650"],["8115.612","10676.713"],["8144.728","10689.164"],["8035.915","10648.525"],["5146.975","16977.006"],["5107.085","16983.621"],["5181.953","16968.986"],["5406.365","11490.702"],["6539.147","7257.845"],["9773.949","7382.584"],["9818.760","7304.471"],["9637.226","7265.242"],["6457.776","17977.507"],["6607.171","7544.024"],["6654.006","7553.628"],["6537.813","13672.389"],["6539.235","13641.002"],["6518.215","13628.055"],["6532.922","13606.596"],["6470.520","13614.904"],["6563.796","13747.107"],["6514.736","13758.740"],["6642.922","13788.784"],["6637.137","13762.032"],["6573.066","13703.232"],["6543.852","13714.757"],["6645.705","13717.933"],["3528.430","7993.957"],["3576.841","8013.528"],["3627.593","8031.973"],["3665.062","7964.811"],["3547.630","7911.171"],["14047.294","11392.840"],["14047.023","11347.972"],["14057.175","11352.706"],["6121.585","15670.058"],["6052.661","15602.795"],["6057.980","15607.842"],["12309.382","11973.761"],["12279.608","11983.087"],["12267.313","11989.612"],["12275.059","12009.702"],["12316.901","11972.092"],["12339.220","11976.797"],["12339.466","11981.193"],["12180.683","12065.290"],["12157.186","12065.851"],["12177.890","12069.248"],["12210.434","12059.681"],["12236.147","12054.880"],["8450.835","13131.399"],["8415.146","13129.485"],["8429.809","13121.444"],["8470.644","13130.518"],["8368.521","13080.288"],["4267.116","10790.976"],["4312.776","10811.676"],["4333.436","10825.747"],["4316.146","10802.867"],["4271.675","10730.750"],["4341.597","10674.423"],["4265.281","10717.016"],["4282.472","10849.324"],["4255.610","10720.016"],["15108.476","5725.484"],["15116.403","5708.279"],["15144.425","5685.904"],["15190.807","5676.560"],["15132.715","5645.339"],["15172.032","5638.495"],["15167.754","5599.548"],["15100.457","5676.920"],["15100.192","5610.020"],["15117.754","5584.114"],["15192.235","5580.997"],["15186.216","5683.701"],["15166.560","5751.422"],["15219.658","5780.326"],["15250.946","5770.691"],["15285.836","5719.358"],["4863.777","14265.059"],["4891.450","14269.189"],["12208.829","5922.641"],["12184.477","5965.543"],["12218.210","5861.736"],["12194.158","5938.890"],["12152.793","5930.892"],["12203.888","5865.958"],["12227.192","5891.452"],["12156.782","5817.408"],["12183.622","5837.098"],["12197.765","5814.810"],["12196.789","5854.465"],["12184.273","5915.578"],["12211.157","5928.841"],["12218.953","5971.962"],["12269.540","5967.575"],["12232.300","5940.232"],["12255.944","5974.026"],["12286.827","5916.297"],["12247.530","5885.569"],["12169.880","5981.735"],["12208.862","5896.663"],["12294.692","5919.168"],["8907.729","13103.720"],["8905.610","12989.975"],["8931.019","13048.168"],["8907.418","13036.176"],["8893.464","13030.924"],["7468.140","15805.349"],["7444.823","15737.594"],["5908.778","9249.994"],["6000.172","9195.091"],["7113.654","17920.688"],["7494.929","8920.035"],["7447.644","8856.776"],["5725.172","9098.917"],["6251.783","7532.291"],["6268.896","7492.657"],["9800.518","11680.814"],["7506.610","11044.294"],["7514.123","10954.365"],["10101.942","8015.986"],["10072.704","8094.000"],["10133.114","7929.106"],["10112.006","8082.322"],["10173.352","7968.140"],["14511.547","9128.891"],["14500.080","9012.804"],["14491.833","9018.712"],["14501.098","9069.158"],["7615.307","12545.506"],["7601.443","12532.492"],["7698.682","12535.078"],["7664.170","12482.335"],["7716.940","12528.394"],["7699.863","12491.620"],["7637.222","12532.689"],["5636.757","7603.531"],["12354.497","8439.616"],["12331.974","8415.845"],["12340.700","8491.572"],["12328.617","8447.732"],["12316.747","8530.045"],["12312.496","8481.707"],["12244.389","8524.140"],["12216.664","8524.372"],["12223.672","8473.098"],["12219.866","8499.277"],["12216.263","8466.852"],["12197.068","8448.084"],["12202.332","8441.560"],["12209.729","8427.984"],["12204.102","8394.821"],["12232.265","8385.020"],["12216.784","8400.621"],["12233.322","8364.700"],["12257.504","8340.955"],["12233.840","8331.100"],["12313.231","8356.995"],["12319.893","8371.591"],["12282.669","8465.880"],["12305.219","8475.187"],["12265.547","8525.203"],["12285.237","8488.737"],["12264.018","8499.811"],["12240.246","8420.528"],["12301.475","8418.856"],["12258.200","8377.119"],["12278.160","8382.918"],["12301.670","8322.902"],["10070.492","7835.965"],["10046.683","7692.542"],["9515.471","9575.648"],["9536.643","9569.612"],["9523.181","9549.225"],["9526.228","9543.860"],["9509.139","9481.093"],["9523.767","9467.649"],["9510.127","9551.664"],["9567.527","9380.770"],["9568.316","9480.619"],["9514.914","9537.100"],["9514.931","9509.549"],["9526.197","9583.106"],["9546.467","9461.317"],["9544.496","9443.431"],["9568.955","9574.864"],["9592.614","9547.234"],["9565.045","9539.222"],["9606.428","9543.399"],["9551.846","9383.212"],["9617.412","9533.961"],["9088.700","11063.027"],["9100.602","11006.398"],["9077.713","11006.372"],["14321.246","9220.394"],["14364.465","9200.718"],["14371.158","9309.264"],["14341.681","9326.750"],["15921.455","7504.389"],["15917.551","7518.791"],["15924.209","7578.664"],["15912.761","7603.628"],["15910.159","7563.007"],["4532.067","9659.347"],["13832.816","9644.023"],["7721.412","10096.614"],["8590.985","13982.391"],["8646.224","13852.776"],["8657.983","13842.120"],["8654.069","13931.394"],["8638.380","13945.691"],["8618.357","13984.060"],["8637.255","13971.283"],["8595.389","13909.877"],["8687.194","13816.039"],["12386.117","8120.190"],["12405.893","8148.475"],["12386.027","8154.461"],["12369.174","8182.456"],["12440.907","8253.283"],["12485.648","8210.644"],["12472.786","8248.808"],["12403.758","8210.574"],["12413.860","8189.240"],["12439.852","8216.500"],["12369.764","8248.558"],["12413.653","8286.249"],["12474.558","8170.584"],["12499.182","8179.950"],["12469.908","8305.599"],["12490.442","8286.431"],["12494.372","8296.446"],["12460.983","8298.065"],["12448.784","8292.651"],["12439.851","8278.826"],["12437.615","8171.168"],["6292.743","15545.975"],["6311.867","15704.320"],["6432.612","15701.009"],["6270.150","15614.611"],["6274.586","15586.815"],["6261.043","15571.120"],["8676.877","18222.753"],["8584.662","18242.585"],["8089.339","18181.968"],["8054.012","18150.629"],["8093.278","18176.388"],["8075.090","18171.112"],["8073.530","18158.739"],["8054.690","18165.890"],["8126.430","18205.471"],["7967.606","18088.654"],["7999.323","18108.125"],["8074.217","18108.376"],["7988.370","18123.868"],["5573.774","15588.076"],["5516.357","15615.757"],["5508.598","15589.738"],["5482.167","15637.691"],["5497.667","15558.911"],["5460.051","15577.902"],["5502.900","15513.240"],["5429.076","15699.747"],["5423.192","15668.929"],["12736.587","7554.168"],["12705.689","7629.079"],["12695.685","7658.763"],["12727.413","7580.975"],["12767.839","7622.212"],["12742.903","7645.447"],["6374.868","13936.388"],["6423.948","13915.314"],["13134.423","4273.000"],["13099.086","4101.791"],["13196.398","4242.882"],["13152.892","4300.761"],["13022.986","4261.547"],["13054.633","4228.430"],["13075.266","4224.814"],["13042.708","4194.291"],["13015.915","4147.519"],["13081.561","4180.394"],["13055.808","4281.111"],["13162.620","4150.324"],["13055.177","4115.855"],["13108.271","4182.874"],["13045.542","4302.659"],["13123.668","4242.784"],["13089.642","4291.807"],["12999.979","4202.979"],["13007.984","4127.721"],["5201.242","10690.426"],["5217.163","10670.838"],["5296.583","10769.204"],["5239.775","10814.328"],["13768.203","9011.177"],["5877.345","11491.399"],["5860.210","11500.061"],["2385.288","11251.282"],["7855.835","17792.373"],["7736.342","17746.454"],["6223.018","13112.921"],["6215.969","13114.047"],["6198.482","13130.862"],["6196.277","13142.514"],["6205.759","13117.084"],["6165.061","13162.344"],["6539.956","9162.922"],["10855.985","11455.938"],["10870.357","11402.877"],["10846.400","11424.077"],["10846.204","11460.196"],["10864.584","11489.052"],["10882.344","11459.090"],["15898.087","11516.044"],["15877.361","11511.046"],["15845.712","11512.259"],["15797.392","11515.187"],["15823.622","11523.115"],["15815.825","11543.815"],["15838.593","11538.778"],["15739.519","11500.384"],["15876.312","11538.116"],["15865.617","11518.434"],["15870.144","11491.908"],["14124.748","8896.035"],["14134.747","8949.840"],["14131.103","8950.148"],["14143.938","8864.865"],["7648.273","11091.329"],["7657.805","11106.026"],["7557.210","11108.266"],["7589.479","11101.809"],["6206.297","13724.323"],["6087.959","13770.659"],["6147.192","13792.906"],["6233.740","13705.301"],["6183.528","13739.051"],["6151.735","13745.212"],["6065.265","13793.437"],["6060.912","13748.081"],["6134.911","13727.653"],["6110.728","13784.267"],["6067.348","13775.677"],["6206.305","13749.519"],["3339.987","12004.534"],["3307.347","12068.236"],["3339.494","11940.105"],["6336.578","8080.482"],["6334.208","8025.023"],["6260.260","8025.588"],["5411.376","10954.729"],["5473.410","10937.250"],["5533.843","10925.137"],["5540.204","10861.745"],["5605.065","10916.061"],["5528.518","10982.287"],["5495.906","10996.874"],["5567.099","10936.494"],["7826.965","9119.579"],["7930.028","9052.596"],["7925.606","9023.981"],["7804.200","9080.980"],["7750.751","9055.620"],["6359.116","13095.440"],["6334.642","13019.288"],["6398.338","13056.573"],["12068.733","10981.451"],["12102.440","11009.159"],["12103.188","11017.792"],["12143.339","11036.724"],["12118.412","10956.572"],["12082.474","10965.738"],["12088.761","10951.023"],["12083.217","11010.571"],["12056.643","11003.621"],["12100.352","10966.073"],["3662.914","12541.813"],["3692.476","12515.860"],["3692.862","12544.666"],["3097.294","13426.945"],["3151.366","13395.104"],["7307.513","9085.193"],["7265.271","9023.881"],["7285.797","8959.817"],["6116.356","14344.029"],["6146.826","14345.231"],["6228.689","14296.759"],["6060.388","14370.979"],["6123.372","14323.922"],["6175.813","14368.792"],["7447.755","12332.498"],["6197.632","14120.699"],["6182.933","14160.711"],["6127.377","14139.003"],["6068.565","14077.607"],["6099.863","14062.682"],["6151.709","14044.835"],["6210.643","14058.246"],["7960.044","9942.191"],["7977.490","10003.796"],["8009.796","9956.535"],["7986.121","9964.533"],["7995.297","9941.446"],["8034.073","9993.614"],["8033.025","10000.595"],["6254.590","7860.658"],["6415.735","7830.385"],["6437.440","7736.311"],["6317.062","7698.212"],["10640.539","9975.429"],["10610.686","9999.225"],["6523.580","14628.048"],["6503.610","14634.960"],["6505.206","14537.283"],["5550.630","9561.280"],["5458.201","9389.434"],["5674.902","15719.857"],["4896.456","6186.601"],["10029.953","7499.147"],["9985.971","7558.052"],["10002.905","7549.252"],["9995.124","7675.690"],["12337.714","10166.510"],["12336.834","10158.758"],["12321.476","10157.828"],["12287.095","10158.084"],["12294.382","10149.180"],["12234.260","10171.229"],["12244.735","10192.100"],["12261.461","10217.192"],["12253.321","10213.425"],["12319.755","10203.587"],["7411.002","8118.571"],["7323.808","8133.723"],["7392.100","8112.084"],["9588.049","10693.158"],["9606.773","10696.152"],["9603.525","10720.760"],["9590.490","10713.906"],["7927.110","16000.362"],["7872.437","15967.895"],["7922.356","15932.315"],["11737.520","9583.905"],["11733.131","9531.625"],["11740.855","9523.210"],["11730.187","9560.584"],["11738.379","9508.296"],["11725.786","9495.809"],["11750.655","9443.582"],["11791.754","9482.661"],["11781.451","9446.287"],["11848.948","9482.080"],["11841.718","9456.192"],["11802.257","9473.008"],["11810.261","9493.986"],["11802.676","9525.254"],["11772.686","9544.269"],["11783.646","9510.195"],["11869.064","9490.059"],["11881.772","9473.403"],["11876.993","9525.603"],["11837.857","9506.577"],["11806.489","9551.836"],["11816.953","9558.643"],["11782.717","9567.157"],["11879.752","9576.100"],["11926.338","9561.927"],["11904.781","9524.632"],["11906.775","9487.902"],["11890.880","9503.958"],["11821.397","9445.160"],["11878.667","9435.994"],["11857.787","9456.492"],["11735.917","9445.802"],["4071.231","12705.966"],["4101.865","12709.852"],["4022.473","12640.936"],["4046.205","12617.522"],["3988.882","12720.330"],["5550.796","9315.870"],["5584.598","9259.619"],["5438.129","9269.043"],["5522.504","9321.089"],["5432.968","9233.386"],["13064.762","4325.861"],["13075.151","4362.127"],["13017.525","4443.053"],["13072.810","4444.003"],["13020.751","4377.031"],["13097.543","4356.801"],["13198.046","4320.692"],["13159.705","4394.300"],["13099.480","4395.060"],["13031.146","4347.527"],["13024.610","4319.534"],["7973.434","12844.475"],["8028.357","12822.720"],["8048.954","12778.077"],["8075.758","12938.253"],["8087.352","12931.618"],["8071.575","12861.098"],["8052.460","12856.938"],["8056.604","12850.834"],["8101.086","12866.614"],["8108.580","12862.981"],["8103.634","12773.268"],["8068.597","12780.702"],["8067.949","12798.295"],["8072.347","12823.658"],["7972.602","12870.318"],["8033.402","12842.895"],["8143.540","12895.979"],["7747.898","11062.223"],["7738.225","10980.294"],["7742.955","11017.432"],["7729.530","10957.675"],["7738.037","10981.198"],["7745.264","11018.841"],["7744.395","11066.583"],["8790.575","18253.090"],["6329.532","11475.129"],["6306.657","11455.102"],["6287.719","11463.815"],["7634.574","17896.705"],["7550.712","17863.390"],["5617.429","15223.159"],["5558.279","15130.299"],["5525.756","15104.403"],["5588.553","15116.212"],["5554.059","15112.086"],["5609.189","15153.525"],["5602.795","15159.704"],["5579.424","15143.290"],["5456.458","15226.200"],["5471.285","15261.286"],["5412.518","15272.418"],["5477.239","15178.289"],["5502.730","15217.329"],["5572.940","15237.484"],["12388.483","10210.880"],["8472.537","18610.006"],["8492.351","18565.677"],["8507.836","18607.801"],["4521.424","9363.266"],["4452.066","9325.601"],["4470.783","9219.721"],["4449.432","9245.662"],["4431.516","9190.654"],["4492.281","9169.998"],["11289.228","13637.162"],["11201.040","13724.055"],["5308.674","8530.723"],["5303.054","8454.773"],["5271.852","8482.364"],["5377.206","8506.377"],["5324.799","8370.583"],["5382.927","8417.323"],["5396.896","8516.283"],["15491.277","5107.180"],["15439.167","5112.624"],["15358.028","5137.794"],["15405.975","5148.096"],["6027.844","13597.799"],["8670.405","12412.678"],["8577.473","12383.403"],["14866.397","6042.816"],["14803.611","6008.868"],["14809.692","6022.139"],["14879.869","6124.071"],["14845.917","6128.496"],["14786.451","6155.658"],["14779.135","6188.866"],["14752.572","6194.954"],["14794.971","6075.294"],["14772.896","6083.616"],["14740.379","6065.375"],["14860.757","6108.998"],["14807.816","6197.137"],["14838.642","6186.360"],["5994.230","9406.382"],["6038.999","9458.197"],["9622.593","10571.165"],["9696.920","10461.467"],["9639.642","10550.611"],["9650.307","10518.140"],["9639.262","10610.687"],["9639.887","10492.884"],["9654.811","10436.479"],["9642.049","10537.871"],["9624.354","10557.399"],["9675.060","10473.073"],["9643.645","10574.541"],["9674.669","10446.368"],["5023.937","18312.697"],["5631.363","9271.217"],["7055.699","12885.700"],["6897.112","12780.364"],["6918.679","12810.645"],["6924.063","12798.335"],["15905.049","9595.726"],["15911.323","9608.556"],["15926.069","9627.121"],["6567.254","13853.388"],["6511.318","13834.072"],["6501.685","13854.578"],["6501.500","13879.351"],["6641.595","13892.998"],["6671.850","13817.239"],["15946.968","9871.079"],["15955.007","9850.378"],["15995.517","9871.870"],["15980.955","9873.376"],["15965.528","9901.656"],["16014.205","9851.123"],["15984.756","9832.754"],["6090.027","15705.653"],["6207.862","15612.661"],["6228.969","15609.731"],["6182.729","15632.273"],["6154.601","15629.994"],["6188.097","15582.700"],["15550.424","5379.474"],["15518.747","5389.519"],["15613.028","5413.379"],["6725.614","7662.121"],["6776.861","7602.737"],["6806.984","7614.950"],["8199.433","13218.072"],["8305.667","13381.384"],["8253.342","13202.157"],["8180.409","13220.085"],["5494.138","11490.938"],["5490.109","11506.796"],["3598.803","8321.300"],["3638.881","8344.603"],["6021.171","14673.673"],["6028.787","14665.486"],["5919.618","14673.224"],["5990.477","14822.388"],["6007.871","14835.185"],["6021.842","14819.321"],["4339.400","11930.108"],["4255.852","11923.639"],["4246.403","11919.378"],["4261.588","11993.051"],["4292.682","11973.226"],["4184.638","11915.370"],["4224.870","11998.736"],["4205.302","12015.513"],["4248.591","12061.268"],["4229.441","12039.732"],["4314.547","12076.176"],["4327.423","12028.846"],["8033.188","13137.349"],["8037.400","13174.536"],["8018.341","13173.662"],["8000.256","12992.773"],["8013.431","12995.394"],["7997.008","13007.000"],["8010.352","13004.388"],["5836.221","9026.588"],["5883.515","8981.655"],["5992.136","9055.957"],["4787.751","14685.343"],["4939.204","14858.498"],["13386.059","13445.629"],["4802.657","9369.324"],["8692.814","18310.770"],["8651.582","18291.151"],["8651.082","18294.905"],["8716.942","18327.608"],["8724.678","18384.357"],["8612.487","18257.251"],["8732.655","10201.454"],["10422.092","12452.798"],["10406.150","12403.101"],["10389.532","12379.474"],["10385.099","12371.401"],["15682.528","5111.022"],["15535.527","5136.250"],["9068.325","18716.223"],["9091.784","18699.701"],["9032.134","18697.041"],["9193.037","18753.054"],["12951.735","9147.056"],["12941.390","9126.703"],["12933.574","9148.353"],["12912.388","9158.791"],["12905.659","9148.964"],["12867.058","9122.626"],["12849.543","9149.410"],["12836.880","9134.530"],["12806.519","9123.467"],["12832.166","9135.107"],["12884.078","9105.644"],["12826.516","9090.905"],["12821.362","9075.010"],["12836.602","9047.240"],["12855.401","9026.292"],["12844.434","9003.039"],["12832.058","8989.222"],["12810.029","8976.206"],["12811.379","8964.659"],["12842.673","8972.276"],["12835.709","8967.858"],["12875.816","8954.096"],["12908.156","8993.328"],["12877.083","9034.896"],["12880.893","9068.153"],["12932.538","9038.962"],["12972.217","9017.539"],["12970.727","8996.605"],["12959.853","8992.630"],["12983.635","9075.479"],["12987.240","9119.080"],["12951.306","9072.117"],["12943.917","9091.357"],["12942.393","9164.949"],["5024.150","15031.972"],["5106.110","15018.633"],["5125.508","14976.236"],["5082.107","14983.423"],["5070.840","14985.785"],["5075.183","15072.453"],["5018.958","15074.736"],["5087.815","15008.886"],["5055.079","15023.480"],["5062.417","14876.947"],["5080.130","14885.657"],["5038.174","14880.094"],["6322.466","12940.971"],["6339.516","12943.969"],["6335.168","12965.111"],["6325.679","12964.457"],["6253.344","12908.102"],["6255.397","12899.343"],["6314.239","12950.912"],["6303.606","12934.234"],["6295.074","12922.654"],["14222.433","14824.020"],["14140.870","14743.678"],["14612.716","8605.273"],["15281.382","5356.730"],["15292.407","5268.902"],["15261.746","5239.134"],["15227.459","5282.511"],["13006.819","8898.986"],["13032.853","8929.933"],["13002.776","8927.440"],["13028.345","8944.611"],["13743.296","11208.078"],["13717.983","11232.899"],["13802.412","11127.831"],["13736.526","11151.467"],["13731.902","11140.826"],["13702.472","11180.768"],["13696.852","11157.029"],["13704.878","11157.329"],["13720.898","11201.670"],["13769.912","11147.634"],["13793.791","11150.942"],["13792.756","11219.693"],["13697.102","11169.183"],["13805.609","11227.916"],["13759.253","11183.316"],["1615.790","13462.483"],["1602.858","13529.333"],["1523.330","13448.110"],["1419.990","13510.508"],["1483.269","13575.919"],["1482.318","13406.337"],["1562.519","13570.698"],["2574.351","11332.215"],["2567.943","11322.721"],["2576.496","11302.229"],["2599.498","11345.138"],["2518.504","11398.759"],["2512.441","11276.877"],["10598.108","7918.675"],["10481.759","8050.533"],["10631.999","7909.927"],["10537.260","8002.049"],["10611.517","7992.013"],["10601.247","7982.970"],["10586.052","8028.241"],["6184.567","8786.141"],["6188.403","8821.865"],["6083.174","8831.406"],["6040.685","8874.099"],["6189.573","8897.277"],["6070.623","8877.667"],["10219.608","7404.891"],["10170.099","7394.211"],["10112.691","7450.087"],["5340.111","13019.632"],["5362.954","12991.503"],["7948.800","15945.811"],["5098.488","17031.859"],["5128.974","17010.477"],["8829.369","10385.865"],["8830.380","10324.283"],["8802.282","10246.432"],["8837.481","10382.709"],["8797.626","10399.218"],["4994.340","16440.236"],["4997.973","16546.693"],["5021.407","16387.156"],["7874.191","9850.687"],["7903.948","9855.783"],["7840.556","9995.523"],["7841.164","9997.868"],["7749.608","9974.627"],["7744.723","9996.229"],["7754.942","9910.531"],["7737.031","9911.703"],["7735.244","9953.092"],["7758.284","9839.429"],["7735.246","9812.893"],["7803.319","9830.517"],["7837.250","9851.673"],["7770.974","9884.002"],["7792.504","9892.227"],["7819.155","9924.910"],["7835.208","9935.958"],["7909.166","9958.599"],["7892.276","9936.400"],["7921.005","9985.397"],["7907.985","9824.259"],["5282.675","16159.261"],["5372.139","16246.286"],["5795.856","7522.764"],["5776.056","7543.244"],["12888.852","7535.209"],["12866.067","7592.551"],["12874.668","7562.280"],["12801.497","7612.215"],["12783.143","7644.273"],["12784.549","7672.312"],["12859.001","7670.096"],["12951.377","7633.642"],["12890.886","7657.829"],["12887.992","7624.542"],["12869.455","7544.804"],["12894.604","7594.620"],["12895.718","7564.055"],["12903.250","7654.211"],["12946.571","7633.159"],["12969.869","7637.635"],["12910.256","7647.227"],["12839.218","7607.147"],["12953.375","7614.169"],["12830.780","7538.355"],["9609.661","10406.939"],["9578.885","10395.446"],["9602.289","10391.726"],["16137.588","5786.402"],["16086.188","5787.829"],["15996.332","5792.823"],["16029.503","5804.533"],["16018.653","5849.534"],["16032.603","5876.650"],["16052.192","5910.629"],["16014.207","5901.055"],["15953.977","5816.235"],["16067.709","5868.377"],["16085.819","5880.132"],["16103.126","5868.406"],["16129.858","5906.211"],["16144.082","5963.126"],["16112.286","5998.370"],["16124.701","5922.678"],["11747.835","4251.800"],["11769.116","4256.294"],["11842.799","4267.143"],["11743.739","4259.438"],["11830.782","4266.944"],["3791.933","12462.569"],["3765.704","12450.251"],["3803.232","12462.499"],["4393.378","10714.552"],["4520.182","10649.883"],["4476.141","10648.930"],["4427.887","10743.410"],["4448.347","10733.816"],["4430.323","10793.946"],["4476.870","10779.174"],["4520.620","10741.271"],["4502.909","10774.361"],["4470.253","10816.390"],["4382.294","10829.922"],["4380.396","10846.151"],["4442.630","10677.775"],["4554.426","10708.787"],["5513.647","8484.799"],["5600.266","8510.910"],["5457.226","8487.437"],["5480.289","8365.088"],["5450.424","8393.850"],["5465.243","8452.545"],["5207.016","14821.667"],["10004.391","7706.820"],["10010.653","7754.382"],["10038.063","7785.747"],["10021.202","7885.767"],["9994.993","7804.349"],["10000.794","7774.915"],["10024.684","7744.594"],["15993.383","11220.279"],["15988.735","11237.437"],["16006.743","11228.231"],["15946.879","11240.119"],["16053.166","11248.589"],["16021.785","11208.867"],["15997.905","11254.231"],["16001.083","11261.944"],["16043.852","11238.723"],["15967.302","11218.422"],["15962.082","11212.343"],["16108.155","11115.032"],["16111.036","11151.433"],["16093.841","11092.944"],["16118.041","11124.497"],["16113.775","11124.348"],["16099.549","11136.482"],["5794.221","15101.292"],["5730.476","15117.760"],["13605.714","13401.275"],["13577.116","13536.067"],["13568.397","13530.741"],["13605.775","13559.353"],["13527.943","13473.556"],["13540.917","13500.273"],["13519.013","13440.704"],["13516.996","13451.991"],["13595.954","13537.934"],["13449.036","13458.071"],["14018.919","14650.062"],["3238.480","8218.872"],["13847.178","13768.086"],["13367.905","14334.071"],["13277.403","14292.922"],["8075.840","13294.845"],["2516.323","11054.017"],["12577.951","14462.778"],["13278.909","12959.038"],["13263.979","12885.157"],["13317.967","12797.411"],["4653.461","9455.785"],["4749.808","9381.190"],["13378.357","14486.236"],["13397.707","14524.620"],["6427.507","9443.887"],["6255.064","9023.519"],["6261.135","8997.893"],["16531.780","14416.068"],["12969.627","4019.830"],["7215.491","7626.842"],["13766.414","13900.467"],["6754.053","5802.673"],["6469.712","13432.253"],["13130.454","13532.888"],["13174.616","13589.695"],["13049.529","13598.617"],["13197.534","13578.274"],["13107.483","13602.801"],["13196.019","13544.320"],["8419.238","13492.392"],["13593.135","13803.680"],["3525.455","8155.610"],["3629.088","8255.531"],["3572.075","8143.763"],["13272.805","13601.149"],["13245.807","13531.870"],["13299.784","13563.688"],["13280.163","13427.591"],["13287.381","13541.932"],["13284.168","13496.962"],["13317.702","13451.936"],["13385.707","14777.228"],["9058.833","13800.535"],["6833.619","13868.306"],["3244.661","8338.295"],["6751.704","9028.617"],["14024.450","14323.151"],["13687.067","14398.936"],["13784.484","14429.814"],["13685.800","14274.697"],["13636.259","14335.071"],["13639.014","14429.942"],["7659.440","13273.256"],["13251.311","13330.614"],["13365.509","13225.146"],["13394.647","13326.615"],["13178.719","13611.274"],["13185.047","13813.080"],["13053.628","13634.009"],["13310.641","14162.451"],["13265.788","13957.992"],["13204.445","14004.308"],["13363.914","13925.553"],["4609.745","9079.511"],["7796.758","12281.705"],["13673.222","13810.670"],["13455.170","13626.044"],["13415.811","13732.580"],["13439.204","13779.839"],["13535.941","13685.014"],["13602.885","13735.882"],["13523.522","13665.231"],["13479.175","13655.963"],["13566.090","13798.915"],["8614.264","13673.001"],["13215.759","13631.327"],["13304.612","13625.395"],["13274.561","13785.618"],["13360.739","13763.892"],["13382.176","13692.322"],["13231.820","13802.843"],["13311.554","13788.208"],["13298.381","13701.732"],["13165.858","14180.162"],["13085.780","14217.960"],["13143.141","14206.294"],["13260.736","13156.394"],["13267.207","13047.416"],["13318.835","13131.000"],["13282.108","13133.792"],["13402.883","13137.310"],["13357.317","13083.662"],["13383.758","12982.678"],["13361.554","13035.312"],["13027.079","13145.564"],["13133.874","13011.873"],["6576.646","9315.597"],["6578.997","9185.789"],["6512.842","9327.897"],["4537.069","9452.524"],["13859.048","14827.923"],["6942.770","13629.153"],["6110.108","9409.031"],["3484.029","7949.514"],["3339.601","8092.080"],["1682.632","13316.391"],["7771.159","13344.314"],["7849.182","13389.799"],["7178.974","12955.141"],["7595.319","13104.038"],["17210.285","15094.832"],["13895.127","14106.659"],["13847.745","14052.358"],["5641.138","9022.365"],["5692.785","8994.843"],["5646.129","8966.296"],["6099.753","8955.403"],["13482.124","14093.129"],["13490.264","14051.384"],["13180.820","13948.497"],["13162.228","13832.589"],["13118.955","13916.257"],["13799.872","14882.455"],["13780.066","14986.336"],["13827.817","14932.427"],["6417.595","13211.209"],["4605.705","9347.442"],["12926.779","13472.007"],["6067.026","9129.326"],["6159.674","9106.172"],["6091.213","9034.050"],["6224.397","9018.233"],["6133.723","9097.868"],["2318.485","11313.299"],["2307.699","11474.477"],["16476.506","13315.744"],["6513.470","13576.493"],["4852.735","9400.918"],["2674.402","11234.399"],["7103.238","13378.500"],["6402.130","8913.456"],["13053.176","14321.449"],["13101.347","14345.107"],["6770.136","13530.201"],["3368.579","8314.732"],["9366.674","13924.837"],["13725.726","13776.969"],["13754.304","13780.908"],["2288.936","11064.554"],["2362.300","10997.459"],["2412.803","11005.446"],["2003.800","10878.493"],["13573.384","14026.461"],["13466.464","13954.195"],["13446.399","13950.100"],["13501.801","13965.353"],["13573.100","13852.442"],["13538.253","14009.571"],["13603.637","13915.603"],["13424.722","14023.738"],["5605.639","9303.347"],["5568.813","9316.609"],["6986.954","13475.932"],["3151.084","8551.853"],["12522.665","14468.424"],["6706.019","13243.860"],["13365.519","13964.932"],["13301.176","14012.787"],["4810.102","6260.213"],["6324.502","9598.712"],["13888.386","15038.838"],["13928.742","14911.787"],["14156.659","14917.113"],["14089.587","14931.130"],["6779.788","5942.639"],["6774.278","5871.974"],["6724.838","5960.395"],["13502.857","14846.770"],["12823.237","13332.233"],["12871.268","13237.413"],["6689.464","12795.758"],["13835.590","13826.062"],["5934.563","8854.121"],["6639.630","9084.589"],["12488.731","14387.084"],["12542.491","14326.817"],["12523.380","14270.109"],["12455.887","14435.859"],["7650.168","12200.373"],["13160.405","13194.259"],["13055.303","13236.295"],["13108.857","13251.970"],["13103.263","13288.485"],["13101.893","13327.708"],["13034.356","13184.139"],["13042.563","13278.397"],["13179.417","13357.471"],["13446.706","14722.604"],["12972.410","13605.128"],["6653.748","13804.876"],["3663.353","8078.646"],["3610.495","8109.346"],["5754.785","8975.301"],["5816.345","9061.986"],["5782.217","8965.807"],["9549.617","9537.229"],["14029.096","15072.942"],["4456.340","9595.580"],["4473.522","9721.548"],["2412.371","11204.157"],["13781.942","14085.874"],["13691.048","14143.219"],["6513.215","9099.162"],["6518.024","9063.824"],["13473.342","14453.453"],["13480.573","14514.847"],["13437.677","12897.555"],["5568.047","9248.235"],["5426.741","9209.833"],["5441.365","9258.867"],["5510.436","9299.540"],["13433.681","14449.103"],["13555.023","14338.290"],["13511.405","14299.013"],["13572.328","14436.606"],["13597.299","14287.937"],["13439.855","14375.501"],["13715.718","14463.683"],["13820.803","14584.722"],["13570.570","14150.418"],["13438.931","14148.144"],["13550.981","14141.681"],["4484.694","9300.913"],["5919.812","9407.723"],["6463.700","13921.218"],["8214.282","13228.512"],["8337.043","13301.045"],["8299.763","13315.401"],["3551.177","8362.592"],["13634.257","13845.211"],["13645.025","13999.468"],["13658.664","13889.097"],["13653.533","13948.072"],["5928.237","8994.307"],["5994.737","8959.230"],["6255.507","12927.434"],["1581.516","13394.926"],["2512.964","11379.693"],["6194.419","8847.024"],["6155.027","8857.509"],["14079.549","14673.463"],["14044.909","14710.957"],["13536.312","13596.738"],["13452.974","13498.328"],["2224.846","11155.665"],["3220.848","8188.031"],["13384.119","14938.555"],["6136.452","14024.495"],["6794.689","13182.419"],["13792.605","14817.223"],["12373.325","14119.145"],["13299.670","14342.188"],["13340.373","14343.413"],["13236.742","14310.417"],["7958.576","13316.337"],["2609.458","10944.490"],["2592.800","11016.445"],["13266.946","12914.624"],["13327.746","12855.961"],["13274.410","12818.028"],["7119.020","13613.393"],["4646.659","9527.112"],["6360.126","9486.741"],["6381.385","9497.910"],["6380.152","9586.015"],["6328.122","8967.185"],["6277.268","9042.429"],["6896.989","6081.404"],["14325.894","14698.956"],["13806.068","13864.348"],["13771.581","13852.572"],["6575.838","5959.702"],["6432.837","13538.760"],["13070.268","13593.416"],["13135.183","13578.071"],["13182.418","13542.650"],["13140.150","13416.604"],["13179.228","13470.332"],["13169.034","13394.980"],["3580.128","8205.328"],["3676.786","8102.382"],["13214.500","13487.188"],["13304.902","13593.291"],["13315.422","13536.605"],["13314.137","13406.486"],["13335.242","13601.547"],["13344.440","13437.504"],["13377.315","14745.432"],["6820.659","13850.449"],["6413.084","13813.124"],["5540.214","9383.903"],["5584.770","9422.642"],["5595.392","9381.134"],["6670.066","6092.954"],["3269.193","8383.404"],["2286.478","11218.859"],["14021.744","14268.819"],["13776.629","14386.640"],["13739.440","14390.513"],["13721.535","14303.354"],["13648.813","14401.766"],["7715.893","13295.723"],["7679.132","13321.904"],["13206.390","13316.736"],["13311.282","13220.837"],["13353.905","13252.898"],["13492.689","13859.362"],["13123.171","13627.185"],["13077.790","13670.354"],["13162.322","13700.006"],["13304.579","14124.263"],["13234.886","13925.593"],["13251.147","13939.737"],["13204.246","13947.767"],["13254.988","13979.436"],["13301.019","13983.953"],["6706.631","8948.869"],["7742.810","12267.156"],["2014.723","10835.863"],["13410.226","13628.742"],["13477.927","13719.376"],["13440.923","13813.034"],["13516.128","13812.004"],["13522.545","13779.190"],["13581.109","13774.148"],["13512.131","13673.534"],["13467.663","13690.874"],["1703.557","13499.180"],["1737.065","13561.947"],["6569.927","12782.351"],["13325.538","13613.883"],["13247.901","13681.841"],["13366.269","13725.397"],["13379.708","13672.812"],["13408.968","13782.803"],["13241.047","13721.802"],["13333.708","13725.004"],["13178.472","14076.208"],["13191.384","14066.464"],["13112.420","14151.541"],["13177.749","14217.899"],["13241.604","13148.667"],["13296.515","13097.373"],["13300.838","13065.796"],["13269.398","13016.704"],["13387.607","13116.831"],["13404.135","13119.901"],["13019.384","13155.032"],["13112.186","13166.174"],["13060.927","13107.556"],["13128.696","12986.781"],["6517.791","9174.690"],["4514.923","9405.943"],["13836.569","14856.050"],["6162.602","9392.073"],["3255.610","8043.933"],["3422.204","7973.396"],["7890.932","13263.533"],["7176.539","12851.656"],["8558.218","13707.324"],["6700.770","13786.873"],["13866.806","14163.010"],["13530.155","14047.572"],["13614.250","14036.057"],["13131.795","13865.847"],["13153.549","13854.794"],["13771.238","14960.255"],["13801.809","14937.898"],["2325.425","11509.323"],["5638.287","9301.101"],["6451.736","13341.658"],["12906.752","13441.459"],["12905.865","13412.835"],["6451.534","9319.123"],["6409.337","9312.735"],["6110.923","9100.587"],["6060.492","9008.539"],["6138.596","9001.388"],["6172.708","9087.169"],["2361.546","11371.531"],["2364.131","11449.673"],["5570.297","9143.887"],["5506.892","9160.171"],["6499.259","13208.336"],["6433.644","8933.737"],["6398.666","8861.425"],["6369.595","8836.595"],["13145.519","14287.613"],["13168.598","14333.572"],["13074.817","14306.376"],["13168.750","14271.662"],["13066.743","14362.132"],["3509.405","8129.162"],["3445.321","8317.406"],["13656.246","13704.445"],["13716.919","13741.552"],["13723.001","13796.579"],["9231.966","13756.723"],["2434.573","10950.060"],["2304.681","10908.890"],["1987.462","10934.535"],["2031.518","10943.321"],["12363.134","14189.489"],["13484.064","13980.335"],["13475.741","13917.763"],["13453.389","13882.965"],["13540.123","13906.794"],["13513.647","14021.044"],["13564.624","13942.308"],["13592.156","13937.502"],["4768.224","9623.180"],["7054.218","13235.934"],["6699.909","13385.624"],["6761.311","13181.397"],["13402.971","13976.395"],["4816.978","6352.427"],["4925.985","6209.559"],["13872.989","14982.868"],["14208.162","14906.324"],["14097.059","14915.099"],["6861.862","5965.808"],["6716.580","5885.180"],["6718.558","5818.907"],["14370.336","12038.676"],["12852.129","13328.140"],["12889.132","13243.716"],["5922.991","8827.684"],["6671.637","9062.822"],["14097.604","14612.828"],["7707.405","12215.567"],["13041.050","13324.650"],["13068.713","13255.291"],["13110.892","13351.927"],["13145.072","13267.904"],["13118.730","13199.249"],["13150.781","13346.044"],["13158.873","13232.154"],["3575.701","8072.019"],["4844.598","9591.759"],["13955.439","15069.533"],["13953.154","15019.389"],["6314.158","13878.553"],["2346.022","11246.483"],["13782.469","14103.875"],["13805.183","14231.319"],["13659.480","14080.291"],["6545.362","9089.109"],["6558.109","9129.373"],["13424.403","14515.298"],["13514.539","14481.357"],["13578.958","14503.177"],["13505.960","14493.373"],["13421.072","14557.916"],["13462.245","12950.737"],["13461.717","12896.570"],["13436.897","12854.676"],["13445.370","12963.404"],["5579.676","9228.813"],["5583.123","9195.368"],["5453.022","9245.229"],["5478.683","9191.876"],["5608.426","9274.495"],["13469.617","14372.991"],["13588.887","14260.532"],["13589.597","14349.522"],["13421.268","14349.962"],["13424.316","14320.592"],["13684.516","14473.885"],["13761.641","14626.869"],["13573.625","14224.264"],["13579.392","14181.602"],["13505.461","14140.002"],["13516.766","14175.576"],["4557.534","9191.492"],["4461.851","9259.159"],["5905.289","9449.051"],["8190.795","13303.162"],["13624.637","13913.643"],["13630.034","13866.089"],["13662.647","13858.127"],["13647.286","13978.616"],["13713.821","13889.483"],["5844.690","8996.115"],["5891.151","9017.502"],["6008.964","8987.091"],["6283.649","12810.664"],["1466.850","13524.782"],["1615.832","13515.325"],["6087.910","8881.830"],["6211.573","8877.840"],["6120.246","8870.847"],["14099.800","14857.356"],["14044.263","14776.519"],["13429.122","13591.664"],["13439.141","13533.898"],["3303.612","8235.681"],["6173.202","13944.692"],["13374.163","14187.646"],["13316.500","14191.801"],["13251.979","14277.870"],["13382.907","14271.483"],["13364.542","14302.672"],["13233.797","14358.793"],["2806.771","11067.349"],["8047.106","13333.953"],["2497.050","10997.714"],["2550.720","10985.711"],["13295.937","12929.042"],["13236.653","12935.310"],["13278.729","12927.501"],["4628.307","9570.226"],["4732.234","9422.009"],["13347.547","14496.612"],["13361.446","14578.351"],["6312.760","9565.471"],["6415.859","9549.950"],["6349.370","9485.849"],["6301.643","8992.817"],["6317.646","8987.648"],["6988.186","6039.498"],["12623.066","14324.958"],["6784.685","6153.812"],["12918.562","4040.187"],["13294.858","12756.093"],["13721.529","13943.422"],["13808.446","13841.833"],["7141.337","12660.794"],["6618.210","5872.119"],["6705.823","5928.273"],["6594.124","6015.128"],["13137.217","13466.788"],["13127.776","13509.053"],["13110.233","13565.165"],["13178.139","13573.035"],["13015.635","13571.378"],["13166.320","13430.659"],["13192.834","13415.576"],["13193.526","13518.264"],["8471.904","13517.623"],["13447.556","13093.962"],["13424.958","13020.219"],["13437.015","13010.794"],["3677.989","8281.771"],["13200.037","13601.296"],["13294.355","13450.073"],["13222.783","13503.469"],["13226.523","13556.410"],["13368.425","13560.160"],["13367.004","13526.377"],["13347.682","13490.887"],["13381.839","14821.966"],["6731.317","13877.493"],["5525.626","9445.587"],["16347.003","13373.670"],["6697.198","9100.085"],["6679.736","8972.373"],["13739.785","14418.276"],["13766.134","14407.210"],["13755.785","14300.815"],["13742.385","14259.122"],["13663.019","14414.761"],["7645.780","13307.171"],["7638.470","13378.211"],["13230.133","13377.335"],["13293.663","13355.379"],["13341.306","13366.353"],["13316.414","13227.146"],["13379.408","13241.543"],["13183.195","13636.646"],["13106.251","13636.873"],["13060.811","13659.387"],["13311.028","13878.123"],["13209.223","13830.400"],["13218.406","13975.049"],["4599.663","9163.092"],["7741.171","12201.694"],["7739.159","12221.342"],["1942.062","10822.465"],["6710.768","5740.718"],["13621.415","13808.054"],["13416.913","13708.154"],["13455.101","13799.132"],["13475.032","13804.545"],["13504.166","13688.242"],["13525.654","13802.246"],["13515.678","13624.273"],["1668.694","13424.302"],["6639.701","12738.943"],["15617.248","5328.772"],["13379.919","13627.973"],["13341.753","13654.571"],["13334.213","13758.874"],["13366.809","13610.914"],["13200.202","13782.353"],["13223.698","13715.288"],["13315.534","13672.905"],["13280.307","13718.865"],["13099.624","14201.136"],["13092.504","14042.258"],["13084.509","14152.978"],["13301.263","13040.495"],["13354.871","13140.761"],["13397.417","13061.782"],["13067.152","13158.354"],["13092.966","13050.275"],["6512.043","9374.758"],["6621.134","9181.991"],["6484.914","9314.440"],["6549.461","9344.737"],["6619.047","9306.056"],["10008.661","7914.728"],["13844.766","14720.758"],["3418.691","7924.169"],["7815.008","13365.423"],["2765.135","11113.010"],["2804.010","11123.515"],["7256.969","12971.179"],["4423.175","9159.904"],["7622.336","13125.838"],["8496.211","13777.151"],["2235.953","11006.617"],["13856.318","14079.048"],["13977.610","14226.290"],["5707.419","9067.945"],["5669.866","8961.777"],["5715.810","9009.947"],["6081.240","8925.143"],["13429.695","14114.288"],["13181.493","13853.059"],["13121.564","14021.641"],["13053.002","13919.459"],["13089.102","13901.731"],["13822.017","14913.499"],["13760.502","14929.682"],["13748.524","14980.569"],["6412.353","13166.654"],["4639.464","9364.548"],["12980.884","13546.253"],["12929.791","13571.203"],["12890.688","13471.468"],["12889.220","13400.862"],["6175.734","9098.630"],["6182.231","9051.354"],["2305.808","11288.435"],["4785.395","9530.468"],["2541.282","11212.371"],["5505.100","9124.465"],["6354.623","8835.915"],["6911.628","5939.200"],["6928.987","5985.882"],["13026.943","14360.251"],["13152.443","14313.527"],["13089.325","14250.472"],["12457.743","14352.415"],["6750.457","13426.823"],["3502.832","8162.703"],["3324.480","8126.719"],["3446.226","8260.343"],["5121.942","6189.120"],["3806.800","8156.127"],["9347.627","13901.873"],["13673.730","13726.977"],["13645.157","13699.288"],["13792.686","13750.262"],["13774.781","13798.265"],["9215.922","13757.032"],["1989.550","10967.798"],["1875.812","10905.435"],["13517.818","14921.212"],["13472.978","13990.922"],["13519.518","14018.237"],["13504.942","13962.248"],["13489.162","13923.642"],["13545.600","13888.429"],["13521.833","13866.422"],["13572.783","13979.462"],["13600.249","13996.941"],["4988.469","6283.671"],["4661.597","9671.665"],["5513.652","9361.987"],["5564.241","9358.707"],["7073.780","13522.176"],["6931.671","13559.280"],["13259.019","12780.543"],["13389.559","13943.023"],["3469.343","8324.061"],["6471.614","9386.345"],["6296.898","9605.472"],["13941.466","15052.490"],["13867.079","14889.225"],["14064.348","14933.341"],["14175.335","14929.297"],["6845.186","5933.359"],["6765.897","5894.101"],["13842.392","13908.167"],["5943.910","8834.234"],["5876.646","8832.270"],["6355.922","13324.095"],["6581.695","9126.483"],["6681.633","9007.851"],["6536.849","8992.760"],["6545.691","9037.961"],["12565.055","14434.754"],["14046.622","14517.823"],["13095.666","13263.566"],["13130.687","13377.870"],["13023.265","13261.898"],["13138.132","13243.361"],["13142.071","13203.356"],["13463.038","14806.324"],["6553.297","13765.717"],["6524.572","13617.781"],["3625.907","8094.204"],["3579.937","8027.398"],["3575.577","7984.540"],["5794.092","9083.063"],["5739.938","9068.114"],["5816.686","9029.361"],["13997.339","15028.288"],["4401.044","9666.159"],["6300.901","13883.326"],["13620.421","14155.517"],["13648.099","14130.448"],["13630.667","14096.480"],["13760.401","14177.994"],["6529.277","9005.186"],["13456.058","14504.603"],["13423.377","14479.797"],["6377.094","13080.833"],["13476.977","12823.687"],["5524.719","9252.726"],["5604.982","9227.854"],["5438.495","9305.742"],["5483.715","9220.287"],["13483.967","14361.331"],["13586.995","14314.261"],["13584.193","14400.201"],["13681.983","14450.929"],["13513.827","14101.192"],["13608.412","14175.933"],["5871.243","9465.062"],["5645.711","9243.665"],["8296.207","13227.059"],["13670.044","13906.481"],["5911.943","9014.034"],["6020.362","8991.616"],["6311.033","12943.406"],["2576.614","11296.862"],["14055.990","14817.848"],["14092.671","14735.085"],["13503.052","13581.217"],["3174.531","8192.042"],["3223.071","8183.015"],["6805.112","13158.872"],["13361.960","14206.723"],["13214.411","14202.525"],["13357.329","14352.595"],["2789.214","11040.905"],["2545.783","10997.069"],["2474.463","11039.362"],["13304.102","12925.324"],["4674.908","9421.429"],["13347.673","14557.234"],["6443.795","9484.577"],["6336.001","9060.167"],["12578.018","14360.058"],["6727.165","6059.653"],["7185.452","7592.017"],["13755.834","13822.361"],["7123.002","12665.158"],["13159.883","13480.010"],["13191.941","13566.126"],["13018.077","13561.511"],["13587.724","13785.631"],["13570.736","13813.460"],["13458.084","13015.642"],["3578.096","8193.706"],["3662.986","8267.347"],["13213.453","13529.428"],["13403.147","13517.682"],["6764.926","13830.838"],["5508.257","9398.486"],["3178.593","8398.724"],["3227.965","8528.308"],["2310.722","11278.186"],["2263.500","11222.422"],["2269.809","11100.420"],["13770.572","14342.605"],["13693.712","14438.899"],["7602.257","13225.404"],["6568.661","13117.087"],["13364.325","13195.866"],["13425.054","13820.324"],["13105.108","13626.878"],["13165.453","13631.599"],["13037.545","13611.321"],["13184.172","13738.795"],["13298.467","14087.086"],["13209.491","13930.035"],["13269.984","13968.399"],["13229.824","14008.800"],["13287.775","13997.235"],["4574.994","8971.142"],["7778.567","12234.868"],["13647.238","13792.952"],["13418.460","13627.233"],["13447.239","13715.143"],["13423.848","13792.225"],["13504.497","13764.472"],["13548.762","13801.734"],["1782.160","13537.662"],["1711.577","13414.132"],["6547.285","12879.924"],["13218.632","13670.388"],["13236.827","13644.499"],["13295.869","13609.440"],["13341.424","13739.324"],["13333.357","13788.271"],["13258.136","13760.349"],["13295.847","13764.178"],["13310.550","13771.048"],["12337.083","14038.542"],["13086.828","14124.093"],["13146.286","14189.526"],["13345.653","13162.435"],["13390.876","13072.125"],["6537.977","9330.185"],["4493.068","9438.502"],["13839.536","14724.788"],["3443.633","7997.693"],["3374.422","8077.890"],["1626.662","13344.964"],["7805.321","13383.806"],["7924.528","13282.346"],["7173.214","12908.947"],["4525.469","9015.660"],["6372.781","13429.529"],["13560.526","14042.860"],["13413.109","14106.179"],["13171.268","14016.290"],["13197.829","13839.465"],["13196.410","13892.878"],["13134.685","13996.857"],["13792.505","14910.363"],["2338.365","11549.948"],["6434.163","9347.154"],["6124.291","8982.214"],["6161.442","9087.053"],["7897.731","10123.959"],["4882.955","9505.246"],["5479.468","9157.150"],["6410.486","8870.599"],["13042.399","14304.939"],["3459.126","8142.253"],["3474.472","8175.932"],["3456.730","8260.522"],["5122.246","6179.174"],["3820.801","8128.366"],["13805.345","13801.375"],["13627.877","13711.449"],["2315.151","10882.515"],["2419.912","10973.716"],["1982.636","10900.895"],["13492.957","14878.237"],["13478.880","14983.641"],["13451.284","13992.259"],["13509.295","13937.241"],["13471.399","13957.267"],["13572.196","13880.898"],["13592.367","13830.373"],["13581.338","13979.177"],["13509.584","14005.603"],["13538.067","13869.354"],["13549.459","13947.411"],["13416.792","13986.226"],["7011.905","13510.582"],["3153.886","8556.706"],["7072.333","13239.343"],["13365.245","13949.799"],["3453.474","8352.669"],["3354.949","8425.250"],["7747.129","13275.247"],["13933.526","15068.498"],["13920.532","14881.916"],["6669.919","5919.530"],["6844.259","5924.463"],["6736.856","5877.129"],["5877.450","8849.091"],["6540.741","9044.336"],["14173.427","14633.781"],["7725.948","12303.549"],["13037.016","13193.507"],["13470.868","14774.958"],["6532.788","13607.084"],["3625.733","7991.781"],["14092.171","14285.103"],["5818.019","9015.851"],["5743.063","9056.025"],["13972.678","14975.697"],["4509.706","9674.342"],["6398.819","13853.626"],["6252.381","13850.163"],["13774.344","14170.201"],["13641.433","14084.257"],["6654.492","9123.081"],["13498.328","14513.158"],["13467.256","14452.000"],["6124.702","14041.433"],["4925.437","6184.960"],["5398.522","9231.413"],["13527.549","14434.223"],["13425.257","14389.727"],["13579.818","14357.815"],["13572.001","14161.714"],["4477.399","9214.588"],["5937.199","9385.235"],["8267.095","13376.952"],["13667.558","13924.894"],["5876.005","8967.411"],["6178.399","8825.618"],["6112.515","8789.410"],["6099.020","8913.104"],["14102.898","14767.700"],["13512.706","13530.349"]] \ No newline at end of file diff --git a/src/gathering/10509.json b/src/gathering/10509.json new file mode 100644 index 0000000..c0a8d36 --- /dev/null +++ b/src/gathering/10509.json @@ -0,0 +1 @@ +[["9451.040","19041.141"],["9525.515","19015.357"],["9466.249","19058.587"],["9579.671","19080.251"],["7263.213","19150.588"],["13681.863","18620.620"],["12271.606","18612.755"],["12268.070","18649.848"],["23877.525","7570.893"],["23868.592","7540.097"],["8975.699","18448.321"],["8130.629","19333.887"],["8073.836","19490.251"],["8093.212","19413.170"],["7972.901","19475.386"],["7997.580","19418.232"],["8023.601","19369.201"],["8057.717","19340.423"],["8593.756","18803.018"],["8650.118","18818.999"],["8678.020","18860.496"],["8746.646","18740.850"],["8728.679","18774.046"],["8587.484","18887.727"],["8641.477","18332.489"],["8579.753","18409.394"],["10272.406","18926.585"],["10290.761","18913.204"],["10317.606","18918.717"],["10350.549","19019.735"],["10286.663","19005.499"],["10293.791","19089.453"],["10395.640","18897.290"],["10434.352","18986.230"],["10273.149","18937.555"],["10325.181","19011.192"],["6691.687","18274.213"],["6687.276","18338.265"],["10020.637","18701.737"],["9875.952","18718.894"],["9258.807","19134.918"],["5286.777","16526.606"],["5235.417","16539.442"],["5396.239","16375.960"],["5264.193","16441.836"],["9956.040","18819.600"],["9958.096","18756.182"],["10022.327","18792.959"],["9840.819","18798.116"],["9882.985","18870.514"],["5167.009","16001.355"],["5144.603","16102.070"],["10900.946","18139.333"],["10987.639","18074.117"],["10979.625","18132.439"],["11072.080","18185.945"],["11017.351","18231.420"],["10959.308","18245.987"],["11082.548","18240.504"],["7373.605","19562.568"],["11906.533","18425.099"],["11748.609","18298.188"],["11879.530","18447.206"],["11796.215","18409.598"],["11732.443","18422.534"],["11751.390","18432.592"],["7828.142","17999.070"],["7842.304","17931.315"],["23898.229","7945.920"],["23891.586","7955.138"],["23931.401","7960.855"],["13139.341","19033.998"],["13159.374","18951.686"],["8718.944","19096.741"],["6932.765","16001.267"],["7038.356","16074.833"],["6971.716","16124.301"],["6900.796","16094.389"],["12041.548","18524.554"],["12008.834","18657.881"],["8047.302","18912.315"],["7944.108","18991.628"],["8082.092","18968.966"],["8124.632","18994.644"],["7957.682","19073.792"],["23910.889","8043.647"],["23929.839","8113.964"],["23963.763","7406.993"],["24140.303","7416.353"],["8090.828","19698.145"],["8009.949","19720.567"],["12199.093","19087.770"],["12237.777","19067.638"],["12301.986","18909.969"],["12237.972","19048.532"],["7387.048","18290.288"],["7356.721","18384.018"],["7352.409","18465.919"],["7307.089","18357.413"],["7304.178","18350.906"],["7321.999","18321.568"],["7446.739","18366.211"],["7480.392","18348.428"],["7467.108","18328.534"],["7464.366","18265.104"],["7406.341","18440.145"],["7352.143","18274.698"],["11941.435","18863.683"],["12078.007","18721.497"],["6203.444","16921.464"],["5818.253","17942.510"],["5742.082","17992.355"],["5806.846","18038.812"],["5817.376","17983.375"],["7188.676","15771.605"],["11509.401","17396.152"],["7834.201","19346.875"],["7817.971","19318.175"],["8429.856","19616.322"],["8393.968","19654.609"],["8439.548","19714.688"],["8462.911","19548.416"],["8801.985","19030.651"],["8878.877","19000.639"],["8900.594","19016.746"],["8811.851","19081.230"],["8841.259","18970.471"],["10100.589","17237.246"],["10055.872","17228.930"],["10044.106","17246.082"],["10115.651","17270.808"],["10243.502","17293.760"],["10183.220","17375.765"],["10054.216","17349.152"],["11680.612","18874.702"],["8167.079","19748.839"],["8161.109","19815.520"],["8229.908","19776.539"],["8269.581","19752.570"],["8239.068","19763.374"],["10112.887","18720.854"],["10199.402","18787.281"],["10085.022","18818.212"],["10069.256","18887.060"],["9984.999","17655.308"],["11527.243","17411.367"],["7599.385","19973.276"],["7477.632","16096.697"],["7329.224","16094.817"],["7505.291","15988.816"],["7182.317","17168.110"],["8589.643","19355.616"],["7341.560","19336.873"],["7305.207","19406.224"],["7352.805","19466.769"],["7384.604","19400.600"],["7509.067","19456.299"],["7408.878","19513.835"],["7434.991","19454.043"],["7459.179","19414.125"],["7508.184","19430.104"],["7369.205","19343.227"],["7394.163","19412.841"],["7443.167","19328.358"],["7504.329","19384.775"],["24499.922","7946.983"],["24422.623","8020.346"],["10726.276","18003.709"],["10780.842","18011.806"],["10687.571","17907.113"],["10842.482","17977.647"],["10869.527","17930.644"],["7990.291","18462.970"],["7981.595","18448.602"],["8012.861","18339.422"],["8063.379","18336.700"],["8047.015","18256.775"],["5919.698","17777.603"],["5933.978","17707.124"],["5952.616","17677.734"],["7078.412","19054.495"],["9762.487","18876.247"],["9697.043","18741.989"],["7422.740","16300.081"],["7308.041","16175.222"],["7241.051","16699.296"],["12971.316","18586.629"],["12892.566","18672.971"],["12862.352","18563.706"],["5651.172","18130.794"],["5762.846","18161.427"],["5441.946","16021.743"],["5479.620","16020.275"],["5457.643","16070.165"],["11002.668","18610.406"],["11046.839","18645.360"],["11082.519","18641.652"],["10925.300","18661.458"],["10940.556","18626.972"],["10883.964","18671.607"],["10910.513","18614.955"],["8514.478","19219.527"],["8449.732","19244.308"],["8549.048","19182.017"],["10252.068","17421.342"],["10302.044","17613.668"],["10397.202","17546.704"],["10350.336","17416.995"],["9780.663","18515.063"],["9824.492","18488.268"],["6446.292","18309.766"],["6252.521","18387.743"],["7338.725","17790.419"],["7404.047","17827.439"],["6848.461","16349.646"],["6849.150","16207.033"],["6704.281","16231.476"],["6810.115","16227.802"],["8257.496","18357.257"],["8201.744","18273.001"],["8348.643","18335.918"],["8202.374","18441.658"],["8154.503","18267.863"],["8224.242","18302.106"],["10523.669","18666.409"],["10497.266","18654.444"],["11566.711","19221.718"],["8106.955","18872.351"],["6909.114","16940.855"],["7040.209","16819.453"],["7056.170","16908.928"],["6393.733","16798.106"],["6433.216","16920.068"],["6324.481","16875.468"],["6073.423","18418.292"],["6059.910","18447.189"],["5487.434","15837.576"],["7626.825","19118.900"],["7666.709","19105.811"],["7680.758","19109.066"],["7660.849","19137.341"],["7464.336","19086.425"],["7488.662","19085.478"],["11849.212","19265.704"],["11814.228","19237.116"],["11861.991","19267.934"],["6826.828","15748.392"],["6879.066","15906.228"],["6768.714","15844.192"],["7101.368","18613.201"],["7139.116","18518.741"],["7212.148","18651.733"],["10209.872","19112.091"],["10201.120","19177.069"],["10134.746","19165.382"],["6706.903","16127.716"],["6841.695","16136.721"],["23842.461","7453.414"],["11255.199","18733.568"],["11240.577","18743.042"],["11117.399","18755.533"],["6949.660","17112.502"],["7020.764","16988.004"],["5929.095","17845.669"],["13954.028","18589.219"],["13967.898","18470.199"],["10908.506","17876.706"],["10952.324","17932.665"],["10890.735","17961.479"],["10956.778","18007.729"],["11021.836","18041.868"],["6807.883","18125.123"],["6793.722","18071.454"],["6781.454","18234.198"],["6796.218","18228.523"],["6855.680","18175.468"],["6811.701","18061.365"],["6757.439","18100.539"],["6750.595","18134.442"],["6683.015","18132.646"],["6720.699","18192.700"],["6390.509","17654.108"],["6441.808","17674.138"],["7110.673","17616.306"],["7124.722","17552.593"],["7154.272","17432.175"],["13966.245","18879.256"],["13915.801","18858.414"],["13898.058","18680.813"],["10638.199","18324.248"],["10554.075","18267.513"],["10634.235","18259.051"],["8463.010","18350.823"],["8542.966","18403.357"],["8406.170","18352.870"],["8388.837","18457.292"],["11679.071","18389.949"],["7713.452","19752.487"],["7690.818","19836.011"],["10942.446","18692.714"],["10905.244","18822.127"],["8546.831","18952.028"],["8405.329","18960.414"],["8360.032","18933.947"],["8560.278","18932.792"],["8397.053","18189.960"],["11214.649","18409.110"],["11257.644","18410.029"],["11130.837","18439.334"],["11141.128","18371.661"],["11210.200","18258.666"],["11289.044","18280.431"],["11235.261","18332.949"],["11271.988","18375.674"],["13538.307","18316.569"],["10794.172","18875.917"],["10821.171","18766.844"],["10772.112","18735.616"],["10685.091","18735.835"],["10782.345","18834.739"],["10723.445","18845.993"],["10767.779","18712.090"],["10690.697","18690.234"],["10875.411","18825.514"],["10827.566","18736.840"],["11197.195","18125.763"],["11163.078","18217.725"],["11104.970","18216.949"],["24115.899","8125.062"],["24132.591","8127.247"],["14140.419","18389.843"],["14053.824","18271.974"],["14052.865","18372.148"],["14057.010","18418.391"],["11351.216","18687.514"],["11365.774","18768.402"],["11426.928","18725.277"],["10517.485","17628.418"],["7468.701","17755.052"],["7856.577","18474.209"],["7748.824","18549.823"],["7835.118","18546.292"],["7743.369","18470.827"],["7737.850","18642.518"],["7168.786","16363.426"],["7154.331","16550.087"],["7106.336","16524.321"],["11488.302","18139.474"],["7130.161","17121.958"],["7119.996","17073.914"],["7104.880","17196.486"],["11824.201","18870.359"],["11889.826","18807.997"],["11794.925","18780.037"],["11858.363","18691.520"],["11913.587","18703.943"],["8691.932","18597.002"],["8662.832","18566.785"],["8647.784","18496.367"],["24035.180","7692.038"],["7398.161","17949.821"],["7693.516","18033.758"],["7661.104","17947.830"],["6070.365","18353.932"],["6158.412","18342.801"],["6152.982","18289.445"],["6118.662","18338.211"],["6134.166","18380.034"],["6642.896","15985.847"],["10213.126","17886.842"],["6950.353","18145.719"],["6905.786","18094.089"],["6912.565","18223.222"],["6973.042","18077.460"],["6976.885","18143.967"],["24273.260","7677.499"],["24275.458","7677.670"],["13481.176","18934.126"],["13445.288","18893.135"],["13445.712","19067.557"],["13554.149","19047.012"],["13435.202","19049.935"],["7292.662","18188.174"],["7226.790","18244.452"],["7298.365","18219.112"],["7303.520","18168.833"],["7297.296","18046.255"],["12971.586","19093.766"],["12956.833","19082.123"],["12963.790","19083.279"],["12839.687","18962.648"],["12810.673","19016.719"],["12893.815","19002.400"],["12845.291","18909.164"],["12935.965","18948.421"],["10181.628","17414.502"],["10171.348","17588.989"],["10243.979","17545.985"],["10098.343","17620.072"],["5866.818","18626.489"],["5874.022","18594.550"],["5849.691","18618.297"],["5906.639","18613.140"],["6483.435","16800.078"],["6576.010","16785.543"],["6661.203","15675.502"],["10765.046","18609.755"],["9791.064","18608.482"],["9783.936","18617.589"],["13305.143","18913.706"],["13205.307","18942.723"],["13275.150","19087.715"],["13373.380","18957.444"],["13300.469","18968.443"],["13323.742","18911.944"],["7345.831","18720.865"],["7353.009","18817.627"],["7394.922","18750.478"],["7500.549","18763.456"],["7375.578","18784.835"],["13915.620","18183.770"],["13890.439","18250.062"],["13896.903","18250.558"],["14019.913","18194.200"],["10582.989","18802.074"],["10573.325","18848.649"],["10578.170","18706.795"],["10592.171","18681.830"],["10543.738","19156.667"],["8290.723","19459.119"],["8280.108","19332.664"],["8182.239","19375.529"],["8221.613","19319.075"],["8154.694","19384.896"],["8186.319","19492.894"],["8236.554","19478.296"],["8267.471","19483.668"],["8306.643","19514.774"],["7263.124","16802.485"],["8637.764","19209.524"],["8599.198","19266.605"],["8651.491","19286.582"],["8628.453","19231.152"],["8719.016","19134.523"],["6754.730","17636.549"],["6863.988","17792.787"],["6867.746","17747.710"],["6846.358","17636.285"],["6813.134","17697.615"],["6716.548","17677.455"],["6881.746","17787.961"],["24577.348","7861.066"],["12379.354","19048.466"],["11985.954","19123.092"],["14086.950","18712.296"],["14116.753","18808.679"],["14147.443","18745.046"],["14212.663","18836.430"],["14146.907","18825.381"],["14244.432","18811.956"],["14245.386","18809.924"],["6996.159","17940.530"],["7073.154","17998.381"],["7039.050","17947.248"],["7037.587","17841.366"],["7016.280","17913.097"],["10464.427","18915.435"],["10475.552","18956.982"],["10605.397","18974.246"],["10479.268","19022.769"],["10601.716","18934.351"],["9538.691","19198.987"],["9576.731","19102.940"],["10619.771","18214.032"],["10655.671","18206.252"],["7639.533","19526.454"],["7639.871","19592.427"],["7604.822","19643.035"],["7690.140","19711.128"],["7700.175","19556.898"],["7631.177","19675.178"],["24105.221","7537.311"],["23992.068","7673.206"],["7766.591","19432.134"],["7926.558","19461.922"],["7731.264","19470.969"],["7744.971","19343.314"],["7884.005","19402.248"],["7928.811","19426.983"],["9695.234","19237.489"],["9666.810","19226.646"],["9715.769","19289.161"],["9688.514","19278.851"],["7648.508","18236.378"],["7669.368","18161.633"],["7576.417","18078.548"],["7618.689","18227.616"],["7555.790","18146.462"],["9722.258","19109.959"],["9806.690","19119.622"],["7156.756","17841.033"],["7778.692","19831.765"],["7748.829","19880.316"],["7877.956","19841.337"],["7838.481","19750.245"],["7805.786","19809.512"],["10284.456","17988.752"],["10356.978","17849.842"],["10279.105","17900.436"],["10382.688","17961.088"],["8244.465","19590.893"],["8275.379","19648.074"],["8344.692","19700.888"],["8329.530","19720.549"],["8315.624","19583.568"],["8314.380","19531.273"],["8236.479","19626.859"],["8257.273","19578.097"],["10741.337","19046.485"],["10867.310","18890.781"],["10805.562","18915.101"],["6485.753","17621.778"],["6540.356","17631.797"],["6538.442","17621.577"],["8399.319","19316.560"],["7848.726","18211.086"],["7859.692","18127.811"],["7878.343","18234.401"],["7785.288","18137.992"],["7776.822","18070.835"],["7725.098","18125.933"],["6977.076","15874.314"],["6899.802","15777.525"],["7029.133","15741.510"],["13068.749","18881.496"],["13169.617","18825.531"],["12989.699","18833.045"],["11401.707","18034.255"],["7427.376","16463.247"],["10342.750","18383.876"],["10289.376","18332.860"],["10253.354","18378.585"],["7261.150","18645.279"],["11837.507","18385.075"],["9139.372","19004.031"],["9126.435","19052.286"],["8993.319","19008.390"],["9061.066","18935.500"],["9089.351","19049.156"],["9027.068","19085.343"],["10723.370","18122.100"],["10782.795","18137.512"],["10701.432","18242.958"],["10700.990","18082.138"],["10757.121","18109.467"],["6740.049","17981.884"],["7722.296","19706.876"],["13519.875","18834.313"],["13531.569","18876.113"],["13515.765","18860.055"],["7391.277","19137.304"],["7421.810","19158.163"],["7337.846","19278.074"],["7434.924","19152.068"],["7393.039","19155.139"],["7364.868","19203.023"],["7483.485","19218.126"],["7490.164","19253.225"],["7386.599","19256.910"],["7499.796","19294.444"],["7454.980","19271.201"],["9272.391","18939.996"],["9260.518","18958.713"],["9345.123","18980.838"],["9247.591","19034.394"],["9305.755","19045.250"],["24189.974","8005.348"],["7780.365","19969.781"],["7746.832","20002.988"],["12194.421","18851.522"],["12235.079","18755.733"],["12171.376","18711.351"],["6264.467","17001.740"],["6269.062","17117.906"],["11148.314","18629.303"],["11248.182","18664.625"],["8318.842","18860.398"],["8341.489","18742.505"],["8319.302","18699.032"],["8331.251","18817.458"],["6516.420","16755.132"],["6587.873","16689.823"],["6654.260","16735.500"],["6465.521","16615.194"],["13551.869","18422.610"],["13444.359","18341.722"],["13436.909","18285.950"],["11357.096","18097.049"],["11432.825","18185.188"],["11313.803","18136.892"],["6952.838","16440.752"],["7026.904","16528.482"],["7054.233","16357.020"],["14316.887","18296.058"],["14279.897","18344.167"],["14356.295","18368.081"],["10209.890","17054.421"],["10217.235","17007.400"],["8100.062","18471.613"],["8046.597","18531.034"],["8107.400","18527.463"],["7788.528","19547.437"],["7909.338","19634.772"],["7880.568","19527.522"],["7787.122","19618.211"],["7767.812","19610.152"],["7827.373","19545.503"],["7359.964","19736.755"],["6682.977","15619.309"],["6810.886","15677.157"],["10099.467","16976.916"],["6403.828","17478.989"],["6344.177","17476.556"],["6377.232","17577.903"],["6355.740","17608.649"],["6323.950","17551.690"],["6454.754","17565.622"],["6435.802","17483.698"],["6649.000","15809.290"],["6561.217","15826.593"],["9197.200","19136.458"],["5177.285","16223.969"],["5067.161","16208.725"],["5122.855","16332.664"],["5184.317","16307.895"],["10309.620","18735.785"],["10361.051","18816.457"],["10327.620","18757.217"],["10448.096","18783.006"],["10447.280","18710.299"],["10393.818","18717.897"],["10408.998","18794.096"],["10323.411","18861.788"],["5708.163","18082.988"],["5829.292","18186.712"],["5691.652","18048.665"],["7407.215","18961.629"],["7456.963","19077.256"],["7478.002","18895.317"],["7334.142","18973.771"],["7310.470","19012.920"],["8150.090","19562.525"],["8172.751","19550.484"],["10405.257","18330.839"],["10455.507","18288.671"],["10257.177","18293.141"],["13975.687","18660.511"],["13849.749","18668.257"],["14029.259","18670.392"],["8108.655","19279.942"],["6760.624","17581.127"],["6824.824","17470.671"],["6797.590","17415.657"],["6679.268","17606.179"],["6754.160","17579.976"],["6804.549","17618.178"],["6707.653","17592.201"],["6873.279","17428.713"],["10853.936","18332.742"],["10853.458","18379.649"],["7244.986","15877.920"],["7215.957","15884.337"],["7095.383","15900.068"],["7286.971","15923.206"],["6643.688","17562.635"],["6656.811","17468.170"],["6559.990","17576.124"],["6509.600","17533.832"],["6591.715","17545.584"],["10563.749","17564.518"],["8388.839","18797.632"],["8378.773","18832.958"],["8388.601","18782.316"],["8545.874","18771.596"],["5339.712","16067.237"],["5257.880","15987.196"],["5381.803","15930.386"],["5333.770","15941.179"],["5331.672","15954.895"],["24167.869","7454.473"],["10278.241","18112.800"],["10297.277","18149.108"],["10412.539","18204.542"],["6712.647","16721.862"],["6854.994","16572.009"],["6707.845","16690.520"],["6785.872","16704.339"],["6876.166","16756.365"],["10037.123","19027.551"],["9948.652","18902.653"],["9912.822","18905.121"],["9961.729","19062.120"],["9840.086","19047.008"],["9895.471","18905.613"],["9948.123","18990.236"],["9919.117","19088.146"],["9844.337","19084.762"],["8822.385","18777.093"],["8809.536","18703.029"],["10051.699","18394.203"],["10135.070","18353.254"],["8734.866","18898.101"],["8642.749","18986.981"],["8589.627","18966.980"],["8580.975","18936.598"],["8625.386","18979.797"],["8611.325","18994.380"],["8608.792","18954.141"],["8571.298","18974.242"],["8599.110","18931.012"],["7305.865","18540.646"],["14366.532","18899.463"],["14306.105","18956.656"],["10060.117","18920.151"],["10172.922","18895.591"],["10121.295","19006.608"],["10083.131","18968.593"],["10142.705","19054.633"],["10188.325","18942.013"],["5672.516","17359.553"],["7860.780","18958.944"],["7885.649","18971.318"],["7742.664","18930.409"],["7748.595","19019.548"],["7768.069","19095.543"],["7824.983","19064.160"],["7734.339","19043.089"],["7052.399","17809.543"],["6979.986","17753.392"],["6891.262","17674.164"],["6885.904","17773.787"],["7045.636","17735.065"],["6897.254","17829.278"],["6947.592","17689.558"],["24445.226","7661.534"],["7938.404","19748.338"],["8018.646","19838.913"],["8104.031","19806.445"],["7750.803","18387.768"],["7797.410","18377.984"],["7860.745","18397.972"],["7799.626","18392.967"],["8277.269","19102.305"],["8193.612","19268.266"],["8321.726","19211.804"],["8165.412","19112.268"],["8169.699","19157.301"],["8351.836","19185.514"],["8233.476","19296.567"],["8281.822","19145.427"],["8221.766","19194.240"],["8251.623","19201.237"],["8328.695","19298.543"],["8348.504","19311.648"],["9169.271","19208.950"],["9099.729","19171.992"],["9141.214","19272.431"],["11037.688","17874.048"],["11841.944","18935.657"],["11877.931","18936.152"],["11911.911","19051.060"],["11832.667","19092.678"],["12104.135","19208.676"],["12125.632","19275.084"],["7953.958","18206.316"],["8029.271","18193.922"],["8102.352","18213.845"],["5901.489","17914.786"],["7901.355","19112.775"],["7849.397","19225.244"],["7727.407","19271.310"],["7846.010","19103.728"],["7861.976","19157.037"],["7798.917","19106.970"],["7820.848","19161.689"],["7826.295","19175.147"],["7912.330","19263.727"],["14089.473","19093.243"],["14200.098","18944.431"],["14245.740","19026.099"],["14095.773","18995.248"],["14089.941","18993.505"],["14071.832","18974.298"],["9248.035","19187.189"],["9371.089","19162.676"],["9293.769","19305.760"],["14223.108","18630.591"],["14188.172","18634.974"],["5915.879","17587.394"],["5983.591","17585.878"],["5973.885","17508.470"],["7674.228","18568.634"],["7636.703","18575.693"],["7698.935","18608.952"],["7692.698","18607.831"],["7670.604","18622.871"],["14354.970","18849.405"],["14329.745","18787.513"],["6368.512","17403.821"],["6436.797","17385.937"],["6279.415","17335.046"],["10260.405","18644.439"],["6917.041","16308.189"],["7056.020","16285.104"],["10205.218","18652.417"],["10156.989","18657.896"],["7357.173","16724.859"],["7347.872","16637.218"],["6695.957","17081.585"],["6860.611","17022.079"],["6878.653","17143.674"],["9146.428","19352.073"],["9070.352","19412.979"],["7101.940","19142.057"],["7278.331","19230.442"],["7247.276","19292.076"],["7172.935","19261.079"],["7103.412","19267.962"],["7214.725","19234.413"],["7136.557","19180.594"],["7124.167","19126.800"],["14096.969","18099.716"],["14101.590","18144.191"],["14082.163","18245.351"],["7452.051","19899.165"],["7478.292","19808.213"],["7474.977","19748.199"],["7246.924","18782.995"],["7297.107","18684.266"],["7290.657","18881.399"],["11666.580","19130.377"],["11635.412","19152.651"],["11634.540","19153.857"],["11570.300","19207.186"],["11549.445","19114.948"],["7757.649","19653.430"],["7855.196","19634.486"],["11960.152","18391.260"],["7240.373","18677.954"],["7167.252","18865.193"],["10312.508","17144.101"],["10370.540","17110.861"],["8225.189","18500.009"],["8046.804","19623.873"],["7968.301","19655.217"],["8080.420","19541.890"],["7984.655","19550.435"],["8116.656","19525.429"],["8068.351","19592.265"],["7959.992","19589.277"],["7214.461","17766.225"],["9077.744","18604.981"],["9044.540","18595.624"],["5456.110","16380.116"],["13746.813","18715.599"],["13663.409","18701.181"],["13749.806","18874.484"],["7280.377","19099.430"],["7176.581","18945.653"],["6492.371","18315.470"],["6575.633","18307.057"],["6630.288","18385.559"],["24279.504","8017.631"],["10181.276","18078.631"],["10120.083","18173.980"],["7388.176","18556.734"],["7397.682","18475.947"],["7391.576","18669.587"],["10786.226","18622.706"],["7678.661","18894.731"],["7621.867","19031.570"],["7638.380","19003.425"],["7527.878","19052.606"],["7560.989","18981.393"],["7585.434","18904.922"],["7595.015","19000.138"],["7638.966","19025.310"],["7567.345","19079.135"],["13880.201","18905.153"],["13914.464","18950.219"],["6699.797","18032.126"],["6730.759","17935.041"],["6749.106","17900.075"],["7231.313","16242.586"],["24017.290","7968.121"],["23986.806","7908.485"],["24031.178","7976.106"],["7257.163","18343.269"],["7270.160","18300.343"],["5844.483","18182.110"],["5862.317","18223.521"],["5925.894","18249.954"],["10884.671","18276.087"],["10954.223","18344.014"],["10933.289","18394.548"],["11027.381","18415.150"],["11855.787","18557.145"],["11816.981","18630.001"],["7965.480","19191.852"],["8121.257","19188.444"],["8134.461","19212.545"],["8039.399","19231.874"],["8100.076","19202.181"],["7941.066","19165.893"],["8067.157","19127.750"],["8122.688","19106.386"],["8167.374","19020.564"],["9951.670","17013.012"],["9985.570","17095.428"],["7472.186","18014.298"],["7339.502","17996.524"],["8480.726","19360.774"],["8361.470","19448.309"],["8384.928","19445.117"],["8436.810","19400.457"],["8457.902","19473.107"],["8409.379","19512.240"],["8358.316","19479.545"],["8443.594","19321.857"],["8447.282","19411.396"],["8403.788","19421.152"],["7257.893","19399.139"],["7301.502","19363.302"],["7201.045","16099.147"],["7138.399","16089.733"],["5668.657","18026.488"],["7515.300","19786.464"],["7599.415","19797.029"],["7593.917","19907.986"],["7613.893","19926.647"],["7561.159","19942.877"],["7545.622","19881.548"],["7673.603","19916.036"],["7645.207","19802.368"],["11040.077","18594.054"],["10383.763","18650.280"],["10392.304","18600.150"],["10347.159","18635.730"],["10345.689","18653.101"],["10360.758","18597.995"],["24157.062","7708.540"],["24330.953","7843.564"],["7041.401","17208.375"],["7067.680","17344.502"],["6993.462","17221.008"],["7007.079","17228.988"],["6983.662","17271.871"],["6993.105","17274.052"],["12655.801","18992.373"],["12589.893","19003.020"],["10314.507","17200.538"],["10341.690","17335.221"],["11705.300","18818.517"],["11109.863","17913.982"],["11204.573","17951.732"],["11099.893","17976.968"],["11154.198","18023.570"],["11174.412","18040.250"],["11107.965","18032.488"],["7777.564","19181.482"],["7726.092","19131.019"],["7771.061","19118.594"],["7858.576","19305.576"],["7519.551","19194.570"],["7536.921","19224.522"],["7636.664","19242.856"],["7713.997","19301.549"],["7682.572","19189.277"],["7670.315","19249.507"],["7603.993","19299.697"],["7609.549","19219.974"],["7616.254","19193.039"],["7624.808","19167.971"],["7543.167","19143.746"],["7559.303","19255.214"],["6658.977","16553.893"],["6573.846","16453.227"],["6696.178","18470.352"],["7058.794","19171.452"],["12782.494","18800.390"],["12858.547","18738.442"],["12946.968","18796.740"],["6688.561","16414.557"],["10231.666","16944.230"],["10184.849","16833.690"],["6737.744","17282.520"],["6765.745","17302.087"],["6834.009","17328.976"],["6690.239","17333.024"],["7171.451","18982.021"],["7300.573","19069.364"],["7216.188","18998.223"],["7478.338","19573.682"],["7415.586","19732.354"],["7417.779","19687.528"],["7499.819","19653.153"],["7494.391","19637.888"],["7445.101","19635.213"],["13671.491","18352.965"],["6289.344","17588.092"],["7398.919","15867.257"],["7478.408","15876.195"],["8307.991","18210.118"],["7288.841","17971.813"],["7233.748","17903.903"],["7231.544","17919.245"],["10657.171","18630.632"],["10578.373","18578.365"],["10492.742","18609.716"],["6605.348","17267.125"],["6670.749","17271.171"],["7560.387","18689.371"],["7616.894","18712.532"],["7635.705","18766.729"],["7544.422","18744.268"],["7610.324","18811.117"],["6663.298","16307.995"],["6493.568","16317.551"],["7938.160","18061.854"],["11517.270","18978.788"],["11515.527","18979.993"],["11685.346","19030.905"],["11686.580","19049.634"],["11698.046","18905.718"],["6665.244","17165.321"],["6637.986","17087.917"],["6775.002","16813.709"],["10317.501","19160.455"],["10259.606","19208.658"],["10439.357","19124.128"],["7066.236","17581.034"],["7047.618","17574.146"],["6928.279","17570.222"],["7039.683","17460.226"],["7142.499","17217.710"],["9583.314","18663.399"],["10228.845","17089.050"],["10200.325","17190.293"],["10238.245","17093.675"],["10077.295","17050.263"],["10513.167","19058.764"],["10625.358","19033.190"],["10526.132","19076.670"],["9643.647","19088.322"],["9694.420","19085.572"],["9698.444","18984.395"],["9808.214","19049.084"],["9771.176","18958.543"],["9774.585","18903.458"],["9684.484","18939.654"],["8536.136","18667.479"],["8368.228","18579.565"],["8413.446","18584.335"],["8439.862","18676.606"],["6594.007","18409.822"],["6543.268","18434.756"],["8840.458","19126.681"],["11812.980","19125.411"],["7688.566","19409.338"],["7567.797","19364.694"],["7615.321","19378.340"],["7659.844","19399.005"],["7548.716","19509.625"],["7649.183","19329.371"],["7651.781","19422.773"],["24081.241","7818.709"],["24141.800","7789.970"],["12136.445","19053.782"],["12080.290","18897.728"],["12078.136","18981.394"],["12042.369","19064.529"],["12079.244","19074.405"],["8601.380","18310.819"],["10726.392","19107.095"],["10545.963","18014.906"],["7067.821","16638.789"],["6955.675","16734.305"],["12757.280","18900.322"],["12693.169","18928.711"],["12702.099","18923.608"],["12771.442","19073.182"],["12595.797","18923.598"],["12641.866","18921.402"],["6426.081","16757.324"],["6419.622","16668.665"],["7614.355","18292.272"],["7620.754","18391.685"],["7676.898","18278.453"],["7533.180","18326.418"],["7526.343","18267.929"],["7633.360","18288.607"],["7600.569","18325.456"],["7539.692","18374.603"],["7669.847","18411.587"],["7599.649","18305.294"],["7564.665","18289.133"],["7570.818","18318.561"],["9601.867","19245.274"],["9413.518","19200.792"],["9495.682","19211.742"],["7279.333","19463.104"],["13634.133","19038.244"],["13665.418","18941.332"],["13717.886","19003.867"],["13774.872","18940.033"],["5292.784","16283.176"],["5237.354","16331.709"],["5245.648","16336.743"],["5310.101","16332.834"],["7309.792","18056.869"],["7384.347","18217.749"],["7396.012","18081.076"],["7427.754","18222.141"],["7396.658","18202.746"],["7509.631","18186.223"],["7355.993","18174.965"],["7344.583","18047.844"],["6705.953","18363.898"],["6794.622","18412.222"],["6869.153","18269.943"],["6792.952","18351.542"],["6739.022","18455.895"],["6762.331","18395.109"],["6753.690","18272.237"],["8542.914","18294.011"],["9443.178","19022.462"],["9518.755","19072.103"],["9555.049","19055.445"],["7251.684","19161.372"],["7278.397","19200.219"],["13692.488","18639.728"],["13722.241","18621.363"],["13743.491","18542.337"],["13649.188","18489.464"],["12249.270","18677.478"],["23878.177","7565.659"],["13672.510","18410.289"],["5482.593","17575.538"],["5451.002","17607.352"],["5441.837","17565.871"],["8064.510","19474.693"],["8059.894","19431.464"],["7954.053","19519.234"],["7949.156","19313.868"],["8024.751","19411.940"],["8065.523","19371.031"],["8043.720","19340.242"],["8141.158","19407.819"],["8592.805","18847.422"],["8631.326","18788.583"],["8648.918","18786.910"],["8653.201","18859.472"],["8726.366","18731.155"],["8707.424","18730.383"],["8610.075","18859.050"],["8677.710","18376.238"],["8584.769","18408.370"],["10372.161","18987.316"],["10274.268","19080.502"],["10440.915","18962.713"],["10437.985","19017.006"],["10300.576","18974.826"],["6685.138","18281.403"],["6677.419","18259.498"],["6442.548","17687.053"],["9999.428","18703.300"],["9881.280","18748.390"],["9248.499","19129.918"],["9262.244","19128.527"],["5234.114","16355.541"],["5273.313","16357.816"],["5258.925","16545.699"],["5250.054","16364.281"],["9968.826","18861.058"],["9927.865","18791.475"],["9849.356","18808.884"],["9890.912","18821.199"],["10040.374","18837.646"],["5150.489","16053.277"],["5190.715","15992.865"],["5167.989","16049.897"],["5106.401","15955.869"],["5119.114","16055.915"],["10957.716","18064.756"],["11019.270","18058.168"],["11035.287","18143.121"],["11039.900","18249.818"],["7421.450","19602.860"],["11923.902","18374.084"],["11886.026","18419.658"],["11769.661","18387.602"],["7765.243","18031.396"],["7838.275","18020.283"],["7856.243","18020.052"],["23853.347","7962.812"],["23895.718","7935.606"],["13094.078","18903.181"],["13099.884","18970.959"],["13141.643","18931.306"],["13182.479","18936.579"],["12999.567","18911.393"],["6200.403","17179.627"],["7019.851","16094.917"],["12144.057","18615.563"],["11978.916","18578.459"],["8020.112","18947.383"],["7976.226","19033.289"],["8054.115","19023.929"],["8088.103","18980.953"],["7957.715","19061.191"],["23900.038","8021.647"],["23923.106","7970.515"],["8120.071","19720.110"],["7945.982","19691.865"],["8140.426","19656.242"],["12342.166","18893.784"],["12351.311","18891.290"],["12311.130","18998.887"],["7359.004","18335.659"],["7463.968","18274.154"],["7513.015","18352.633"],["7362.534","18465.229"],["7509.155","18333.817"],["7437.946","18323.521"],["7455.584","18315.908"],["7440.219","18327.367"],["7460.631","18357.125"],["7459.726","18342.676"],["7469.712","18317.484"],["7497.629","18335.449"],["7474.444","18276.540"],["7338.484","18271.436"],["7439.222","18361.267"],["7411.151","18364.361"],["12029.945","18867.769"],["12131.987","18834.379"],["12092.727","18794.511"],["12072.809","18764.123"],["24310.634","8119.733"],["5792.082","17969.135"],["5817.997","18036.500"],["7227.881","15851.590"],["8402.847","19560.623"],["8429.215","19573.795"],["8406.682","19681.050"],["8486.949","19657.330"],["8388.638","19542.711"],["8949.393","19018.199"],["8813.887","19014.246"],["10109.964","17205.520"],["10155.340","17279.633"],["10226.008","17358.936"],["10060.400","17379.623"],["11555.218","18885.074"],["8166.668","19819.996"],["8200.862","19825.986"],["8350.270","19747.056"],["7196.324","17232.052"],["10207.916","18707.314"],["10222.729","18739.086"],["10164.682","18870.158"],["10127.032","18743.909"],["10198.712","18753.556"],["7781.352","18882.142"],["9984.417","17689.396"],["7561.405","19956.519"],["7505.428","16099.340"],["7324.635","16110.176"],["7443.646","15982.755"],["11305.871","18675.392"],["12213.813","19139.249"],["12164.273","19189.306"],["12245.770","19170.083"],["5117.759","15685.484"],["5192.002","15558.944"],["7314.143","19341.497"],["7366.999","19434.481"],["7455.224","19319.886"],["7365.920","19409.750"],["7396.142","19451.152"],["7474.206","19452.221"],["7380.751","19345.077"],["7418.818","19418.671"],["7457.257","19342.364"],["24448.815","7993.343"],["10724.450","18031.323"],["10700.216","17893.850"],["10833.414","17893.711"],["10682.224","17851.817"],["10848.918","17944.104"],["8052.794","18333.017"],["8006.635","18303.521"],["8040.729","18419.332"],["8070.337","18305.148"],["5902.840","17801.814"],["5932.564","17704.762"],["5919.524","17692.746"],["11506.007","19150.440"],["11441.583","19195.097"],["7059.080","19014.237"],["9748.664","18843.937"],["9778.312","18811.203"],["9647.660","18703.693"],["7119.063","16716.422"],["7150.376","16658.139"],["12965.773","18516.852"],["12928.553","18575.167"],["12878.800","18633.417"],["5669.528","18119.603"],["5749.655","18169.801"],["5423.454","15972.851"],["5431.914","15980.092"],["5456.805","16076.011"],["5499.786","15933.978"],["11048.665","18672.940"],["10934.264","18635.612"],["5199.518","17374.696"],["8435.660","19295.416"],["8419.041","19259.403"],["8415.745","19299.992"],["8391.408","19305.660"],["10297.472","17610.629"],["10426.297","17539.520"],["8460.321","19297.688"],["8537.475","19216.598"],["8506.988","19280.580"],["8558.390","19199.556"],["9683.368","18626.332"],["9714.462","18562.792"],["9798.962","18510.418"],["6420.192","18286.465"],["6770.081","16158.006"],["6878.262","16160.378"],["6795.317","16208.536"],["6771.940","16290.511"],["5816.363","18275.247"],["8200.343","18349.873"],["8180.546","18283.671"],["8257.490","18324.064"],["8195.960","18406.840"],["9915.798","18474.921"],["10518.258","18672.585"],["11650.609","19236.516"],["11656.174","19299.088"],["11578.263","19300.970"],["8021.167","18888.451"],["6527.584","16198.997"],["6947.243","16963.910"],["6351.923","16801.508"],["6381.085","16951.051"],["6256.145","16896.043"],["6162.883","18428.671"],["5498.942","15929.102"],["5467.286","15856.804"],["7683.075","19105.761"],["7701.465","19128.868"],["7673.020","19137.407"],["23937.547","7462.203"],["10037.303","17201.994"],["10000.784","17238.386"],["7482.543","19100.315"],["11798.850","19269.602"],["11890.067","19303.755"],["6794.831","15865.528"],["6779.856","15735.593"],["6815.149","15807.748"],["6781.024","15719.424"],["7144.783","18580.049"],["7286.868","18492.537"],["7267.985","18550.607"],["7128.163","18546.933"],["7210.230","18599.617"],["7229.275","18608.268"],["10232.668","19133.561"],["10176.169","19212.147"],["10129.153","19190.898"],["6868.188","16121.075"],["6862.577","16017.572"],["6743.630","16009.625"],["6865.620","16000.399"],["23918.926","7381.558"],["23903.971","7460.425"],["11109.410","18688.093"],["11261.367","18718.457"],["11198.077","18747.799"],["11173.416","18703.150"],["11119.800","18705.971"],["7026.956","17014.115"],["5940.641","17845.735"],["13851.328","18568.422"],["13995.344","18569.665"],["13922.384","18549.616"],["13998.732","18608.691"],["13983.852","18479.184"],["14030.546","18501.942"],["10929.246","17868.713"],["10966.699","17886.257"],["10900.850","17991.190"],["11072.622","17903.479"],["11045.896","17975.052"],["14160.148","18671.730"],["5378.147","18221.115"],["5360.993","18207.533"],["10075.796","17646.533"],["5456.061","16351.000"],["5411.165","16285.584"],["6750.559","18070.548"],["6786.222","18084.236"],["6795.601","18165.625"],["6832.228","18233.807"],["6807.678","18074.371"],["6707.361","18105.829"],["6727.561","18206.875"],["6746.789","18237.160"],["6392.713","17653.795"],["6378.701","17652.481"],["7262.726","17515.790"],["7098.948","17563.399"],["7139.426","17424.643"],["10441.611","17621.244"],["5737.580","18501.117"],["5734.920","18483.252"],["13854.947","18682.542"],["13978.154","18712.072"],["13840.299","18800.528"],["13897.248","18830.932"],["13991.705","18815.672"],["13930.472","18728.835"],["10480.590","18295.277"],["10617.315","18277.703"],["8516.939","18423.771"],["8409.443","18297.527"],["11691.193","18390.346"],["7708.221","19759.836"],["7692.463","19783.442"],["10965.982","18684.110"],["10886.776","18822.806"],["10947.909","18788.767"],["8496.548","18977.552"],["8550.120","18947.470"],["8473.306","18982.251"],["8477.762","18982.797"],["8476.990","18954.496"],["8515.996","18947.954"],["11252.347","18409.765"],["11159.653","18400.804"],["11100.002","18428.586"],["11099.591","18338.187"],["11158.983","18356.139"],["11201.055","18372.324"],["11276.807","18324.576"],["11246.956","18297.623"],["10780.109","18854.001"],["10810.760","18796.523"],["10734.447","18744.485"],["10789.845","18784.846"],["10686.768","18837.967"],["10805.510","18699.208"],["10868.827","18751.326"],["10853.076","18701.134"],["11267.027","18173.176"],["11223.310","18135.295"],["11153.856","18123.368"],["11098.955","18129.396"],["11140.858","18250.607"],["14380.896","18813.095"],["14195.090","18296.416"],["14046.653","18321.536"],["14194.794","18301.767"],["14092.898","18451.900"],["11383.372","18769.871"],["11421.007","18725.277"],["7500.215","17769.932"],["7734.980","18549.818"],["7809.604","18505.366"],["7726.606","18592.225"],["7220.973","16423.525"],["7187.851","16471.953"],["7156.270","16460.853"],["11459.388","18107.715"],["11386.641","18131.200"],["7130.507","17152.082"],["7161.115","17043.509"],["11811.701","18854.620"],["11860.747","18870.887"],["11924.168","18869.450"],["11804.942","18766.957"],["11881.965","18729.026"],["11888.242","18685.346"],["8638.906","18643.377"],["8689.395","18526.802"],["8660.761","18505.005"],["11326.429","18272.949"],["7535.236","15989.509"],["13826.164","18563.946"],["7358.023","17932.155"],["7722.447","18016.681"],["7633.094","17984.600"],["6121.905","18376.153"],["6111.855","18368.714"],["6151.238","18272.626"],["6135.537","18324.091"],["6046.473","18420.121"],["6250.336","18403.332"],["10206.497","17879.958"],["5243.771","16575.858"],["6918.166","18125.339"],["6893.983","18087.449"],["6901.644","18230.836"],["6911.042","18183.775"],["6949.854","18094.385"],["7013.037","18188.641"],["4940.600","16248.706"],["4877.956","16292.889"],["4926.506","16348.104"],["4948.904","16142.775"],["11939.001","18330.153"],["10743.870","19073.322"],["13521.487","18899.878"],["13458.857","18928.527"],["13575.860","19028.713"],["13564.824","19080.456"],["13492.324","19017.054"],["13562.965","19012.875"],["7296.823","18132.799"],["7212.793","18247.804"],["7271.046","18230.838"],["12959.596","19087.342"],["12943.741","19052.015"],["12779.358","19074.076"],["12808.141","19064.712"],["12952.840","18924.061"],["12875.077","18994.449"],["10191.187","17443.473"],["10207.298","17511.403"],["10230.575","17554.837"],["5863.000","18529.810"],["5877.801","18638.946"],["5898.205","18633.267"],["5900.730","18588.104"],["5880.448","18616.583"],["5081.720","15766.288"],["5077.007","15876.654"],["5172.939","17505.822"],["5171.247","17532.573"],["5138.181","17440.145"],["5162.465","17433.963"],["9764.140","18636.129"],["13296.015","18906.753"],["13226.771","18899.139"],["13333.061","19070.968"],["13315.551","19011.184"],["13316.884","18907.931"],["13327.328","19002.861"],["7313.061","18719.262"],["7305.577","18781.193"],["7374.495","18724.962"],["7487.914","18781.661"],["7414.818","18788.929"],["7370.041","18846.575"],["7497.804","18885.161"],["14032.804","18245.715"],["13904.979","18203.704"],["13941.344","18222.779"],["10478.688","18773.410"],["10641.850","18880.448"],["10659.910","18763.498"],["10570.966","18764.848"],["10565.907","18857.765"],["10604.732","18731.782"],["10642.763","18697.750"],["10502.060","19178.979"],["8160.185","19356.348"],["8175.011","19403.889"],["8201.482","19418.865"],["8289.644","19321.389"],["8219.679","19505.580"],["8298.860","19337.536"],["8256.599","19512.537"],["8304.418","19464.351"],["8348.175","19375.397"],["8303.288","19507.376"],["7107.024","16783.970"],["7097.401","16871.260"],["5147.229","15902.874"],["8603.754","19266.043"],["8585.498","19294.411"],["8660.320","19258.030"],["8672.322","19133.763"],["8654.992","19119.066"],["6774.927","17650.662"],["6707.396","17645.699"],["24450.649","7826.529"],["24425.585","7779.970"],["12386.640","19005.196"],["12515.945","19009.461"],["12533.922","18927.479"],["12544.646","18936.034"],["14076.261","18885.416"],["14170.536","18698.869"],["14165.075","18717.647"],["14078.365","18783.130"],["14144.588","18872.714"],["14233.654","18861.874"],["7010.764","17942.098"],["6932.945","17837.420"],["7024.171","17982.108"],["7041.435","17909.395"],["7012.145","17852.762"],["7016.297","17884.674"],["10485.535","18916.585"],["10566.844","18997.467"],["10511.493","18983.637"],["10666.272","18934.219"],["10639.996","18989.308"],["24330.233","7617.582"],["9460.821","19102.254"],["9591.632","19162.890"],["10625.084","18221.365"],["10660.177","18201.678"],["7556.549","19639.946"],["7530.295","19544.506"],["7518.618","19625.287"],["7642.525","19700.046"],["7665.553","19541.704"],["7663.792","19656.301"],["24001.923","7681.335"],["24042.489","7598.483"],["23998.713","7542.651"],["24137.354","7635.972"],["4913.377","16560.647"],["4984.524","16352.821"],["7866.584","19483.545"],["7750.192","19435.734"],["7824.531","19522.873"],["7889.465","19399.936"],["7813.889","19361.078"],["7927.051","19390.352"],["9699.165","19191.032"],["9641.564","19200.254"],["9719.535","19263.661"],["9678.974","19277.133"],["7571.017","18214.798"],["7631.383","18184.021"],["7606.565","18067.730"],["7719.149","18255.040"],["7583.229","18218.268"],["7527.544","18143.262"],["7529.676","18176.798"],["7562.713","18131.436"],["23650.858","7816.217"],["23588.035","7891.892"],["23641.836","7820.974"],["7155.736","17865.129"],["7790.814","19838.883"],["7767.003","19857.905"],["7907.364","19901.981"],["7831.245","19779.279"],["7816.115","19762.312"],["9558.011","18691.438"],["10279.045","17941.238"],["10369.757","17845.614"],["10329.202","17930.815"],["10357.181","17985.024"],["10292.949","17905.456"],["8160.609","19713.084"],["8188.920","19712.771"],["8329.210","19604.774"],["8193.897","19655.579"],["8232.355","19571.871"],["10744.043","18937.782"],["10861.521","18915.703"],["10777.816","18961.724"],["6582.361","17652.736"],["7867.282","18233.147"],["7920.218","18202.146"],["7746.258","18093.467"],["7789.959","18070.164"],["6983.117","15804.194"],["7033.935","15875.338"],["6907.892","15752.745"],["13007.906","18876.777"],["11394.036","18033.961"],["7357.397","16459.788"],["7470.057","16433.750"],["10357.766","18375.470"],["11882.323","18324.092"],["11830.105","18340.633"],["11842.260","18344.563"],["9136.593","18984.312"],["9123.540","19018.925"],["9040.293","19018.630"],["9057.595","18909.917"],["9147.344","19045.588"],["9035.160","19098.919"],["10736.917","18249.954"],["10728.793","18195.900"],["10739.308","18062.315"],["10798.561","18169.853"],["10706.235","18208.953"],["10675.612","18051.172"],["10791.879","18050.650"],["10814.737","18105.834"],["6778.410","18020.305"],["6730.411","17984.923"],["13521.733","18838.540"],["13462.821","18887.569"],["13479.498","18859.064"],["7459.288","19178.348"],["7331.031","19193.614"],["7437.490","19136.857"],["7411.738","19206.938"],["7354.144","19201.768"],["7486.412","19227.473"],["7360.217","19269.147"],["7397.295","19309.431"],["7502.625","19297.394"],["7460.029","19268.476"],["10554.275","17622.668"],["9259.728","18972.999"],["9224.647","18986.037"],["9351.461","19096.944"],["9320.657","19012.731"],["24162.059","8097.666"],["24199.856","8004.178"],["7758.836","19971.762"],["12220.932","18681.591"],["12270.471","18735.810"],["6411.852","17007.995"],["13017.731","18590.675"],["11115.485","18635.100"],["11237.195","18665.732"],["8320.380","18765.827"],["8322.493","18768.418"],["6615.505","16725.925"],["6587.605","16760.473"],["6464.320","16635.639"],["6479.724","16608.616"],["13455.757","18393.134"],["13487.484","18387.568"],["13504.655","18369.022"],["13449.343","18422.994"],["11358.576","18061.475"],["11384.503","18096.006"],["11326.879","18186.901"],["11362.877","18218.515"],["7036.251","16416.912"],["14276.492","18400.666"],["14346.624","18325.076"],["14316.245","18443.804"],["14264.782","18342.648"],["7952.478","18500.427"],["7983.056","18503.540"],["8103.605","18510.788"],["8078.291","18540.580"],["7809.244","19621.943"],["7770.115","19608.699"],["7843.475","19532.687"],["6741.060","15601.646"],["6340.723","17511.074"],["6383.065","17436.332"],["6366.853","17550.108"],["6304.049","17502.293"],["6455.083","17584.812"],["6398.878","17437.240"],["6576.792","15774.632"],["5146.745","16260.288"],["5081.419","16272.897"],["5163.471","16293.366"],["5148.117","16316.466"],["5026.780","16206.891"],["5359.189","15913.375"],["10288.732","18726.305"],["10313.239","18838.786"],["10255.822","18802.409"],["10332.522","18798.835"],["10340.386","18881.855"],["10460.882","18745.642"],["10353.933","18775.288"],["10403.850","18790.446"],["10382.926","18880.989"],["10279.546","18875.661"],["5750.251","18082.691"],["5620.492","18060.353"],["7363.233","19072.295"],["7457.127","19009.791"],["7377.991","19027.660"],["8216.748","19537.619"],["10385.981","18298.073"],["10279.430","18261.729"],["13987.910","18671.300"],["8135.892","19241.856"],["6593.844","18478.208"],["6845.028","17588.760"],["6820.197","17514.400"],["6861.109","17504.517"],["6777.985","17422.775"],["6674.893","17591.513"],["6756.143","17615.307"],["6704.232","17593.671"],["10680.781","18278.076"],["10849.857","18328.811"],["10864.281","18369.410"],["7157.507","15844.130"],["7275.014","15912.901"],["7108.522","15798.058"],["6616.304","17581.719"],["6509.092","17603.941"],["6543.882","17596.505"],["6468.992","17450.451"],["6538.428","17575.381"],["6520.628","17534.916"],["6590.481","17544.774"],["8522.890","18817.811"],["8432.121","18790.772"],["8383.831","18696.345"],["8358.125","18775.069"],["5341.670","15938.359"],["5339.316","16037.347"],["5389.712","16058.632"],["5245.516","15978.603"],["5280.879","16117.568"],["14255.510","18635.810"],["8818.697","18661.427"],["8971.750","18530.345"],["7091.039","18617.727"],["10283.544","18089.797"],["10263.859","18239.162"],["10390.064","18198.115"],["10373.585","18246.264"],["6676.037","16748.580"],["6685.653","16720.294"],["6684.934","16635.855"],["9946.975","18931.968"],["9960.807","19052.839"],["9895.596","19026.380"],["9890.454","18929.445"],["9994.636","19011.789"],["9913.394","19080.764"],["9898.054","19091.401"],["8809.392","18751.379"],["10108.407","18284.553"],["10150.597","18292.808"],["8713.746","18895.947"],["8640.760","18943.986"],["14326.631","18898.555"],["10068.850","18945.105"],["10059.064","18999.227"],["10128.828","19007.945"],["10136.619","19099.571"],["10132.547","18894.434"],["10208.456","18983.136"],["7850.353","18891.050"],["7851.949","18928.741"],["7771.045","19019.267"],["7790.921","19099.758"],["7802.508","19087.621"],["7836.865","19079.467"],["7791.638","18904.110"],["7763.528","18898.583"],["7816.612","18937.186"],["6908.910","17654.528"],["6983.961","17792.215"],["6991.886","17827.128"],["6907.203","17731.128"],["7090.077","17749.797"],["7069.158","17694.152"],["6888.161","17735.537"],["7011.233","17699.465"],["6635.482","18085.413"],["7986.314","19758.921"],["8040.393","19776.570"],["7974.913","19800.201"],["8117.814","19802.332"],["7781.272","18462.133"],["7787.104","18263.696"],["7778.683","18284.472"],["7913.843","18261.493"],["7896.546","18447.666"],["7761.028","18341.141"],["7870.256","18360.959"],["7731.445","18451.504"],["7805.574","18417.403"],["8169.813","19209.587"],["8172.862","19106.207"],["8198.185","19154.015"],["8319.901","19205.226"],["8211.827","19307.250"],["8226.053","19113.636"],["8188.755","19197.712"],["8226.952","19237.125"],["9146.916","19158.962"],["9164.882","19265.990"],["11780.527","18986.116"],["11838.441","18951.512"],["11879.723","19051.291"],["11798.819","19034.230"],["11933.851","19094.594"],["11458.652","18932.661"],["11999.842","19227.140"],["12117.770","19221.393"],["12073.642","19277.248"],["12109.438","19119.513"],["11994.639","19178.848"],["12093.668","19127.849"],["7982.461","18239.165"],["5940.107","17930.095"],["7891.453","19149.637"],["7865.894","19230.777"],["7917.135","19200.030"],["7869.648","19140.599"],["7812.798","19144.096"],["7878.379","19266.815"],["14213.568","18924.258"],["14102.434","19051.119"],["14094.079","19075.215"],["14189.161","18952.441"],["14150.148","19034.224"],["14074.414","19057.007"],["14233.259","18947.556"],["9230.258","19168.487"],["9250.502","19221.739"],["9364.971","19163.783"],["9292.042","19280.376"],["14217.843","18496.840"],["14128.419","18609.507"],["5954.760","17559.269"],["6002.226","17586.506"],["5942.454","17492.995"],["7667.779","18557.119"],["7655.985","18579.330"],["14372.174","18849.158"],["14304.926","18785.531"],["14340.732","18818.050"],["14264.334","18777.273"],["6379.630","17404.317"],["6433.295","17358.997"],["7010.269","16151.999"],["6945.182","16343.928"],["7091.215","16321.204"],["7058.597","16165.671"],["6992.293","16289.914"],["7701.043","19983.037"],["11548.927","18059.011"],["10130.788","18677.499"],["10220.224","18626.454"],["7405.750","16630.794"],["6712.735","17162.313"],["9138.336","19375.822"],["9084.875","19365.019"],["7163.307","19147.543"],["7208.458","19231.688"],["7162.890","19189.974"],["14062.972","18134.464"],["14079.946","18097.486"],["14114.600","18154.629"],["14098.613","18076.875"],["7483.663","19909.239"],["7472.749","19797.825"],["7507.027","19797.298"],["7510.539","19859.236"],["13843.416","18335.331"],["13837.084","18336.503"],["14004.592","18435.583"],["5757.683","18697.459"],["7239.883","18781.786"],["7255.040","18849.435"],["7271.940","18889.243"],["11721.498","19116.256"],["11653.587","19114.390"],["11537.816","19208.309"],["7801.103","19696.419"],["7841.018","19644.957"],["7867.562","19626.167"],["7887.170","19710.981"],["7726.490","19712.821"],["11938.359","18347.494"],["7179.714","18770.010"],["7188.157","18831.254"],["10332.451","17189.935"],["10310.370","17145.191"],["10357.827","17110.102"],["10413.913","17182.673"],["8312.646","18598.456"],["8234.397","18543.818"],["8251.042","18488.225"],["8330.838","18480.278"],["8117.442","19561.484"],["8021.426","19624.138"],["8057.229","19540.172"],["7972.040","19552.978"],["7940.091","19574.359"],["8100.883","19525.825"],["8071.164","19604.338"],["7981.012","19602.952"],["7162.646","17795.579"],["9068.689","18565.211"],["9043.077","18617.276"],["12551.735","18859.833"],["13701.764","18679.100"],["13780.859","18793.328"],["13805.415","18866.870"],["13710.859","18876.003"],["7231.726","19098.307"],["7158.209","18930.773"],["7163.276","19081.004"],["6461.917","18321.894"],["6524.584","18348.107"],["6572.843","18255.926"],["6659.839","18381.844"],["6610.946","18305.835"],["9005.752","18440.305"],["9041.584","18462.426"],["10193.818","18048.317"],["10108.208","18175.648"],["7385.890","18580.367"],["7333.465","18633.594"],["7494.731","18667.457"],["7459.235","18603.793"],["7305.535","18671.005"],["7403.221","18630.891"],["7377.220","18475.311"],["10724.068","18672.628"],["10865.300","18622.899"],["10825.255","18653.606"],["7624.627","18913.360"],["7710.158","19094.040"],["7706.477","19060.992"],["7649.820","18943.628"],["7523.421","19072.970"],["7521.187","18952.607"],["7560.059","19085.262"],["13991.289","19019.600"],["13946.520","18966.883"],["14005.302","18997.419"],["6691.298","17973.762"],["6715.767","17916.524"],["7300.475","16164.602"],["24019.399","7961.645"],["23955.661","8041.422"],["7268.862","18341.436"],["7178.669","18393.641"],["7168.965","18414.583"],["7274.843","18422.055"],["7270.781","18400.998"],["5833.551","18196.365"],["5894.583","18179.479"],["10909.507","18278.730"],["10956.479","18401.848"],["11079.256","18375.828"],["10993.881","18356.276"],["11017.417","18364.418"],["10970.344","18300.950"],["11752.870","18525.969"],["11768.528","18520.949"],["11805.014","18482.612"],["11814.126","18495.593"],["11924.081","18633.554"],["11883.044","18663.827"],["7964.808","19275.687"],["7964.049","19159.136"],["8078.058","19143.925"],["8118.080","19218.210"],["8022.820","19277.027"],["8067.444","19221.157"],["8000.386","19162.104"],["8077.990","19135.183"],["8113.050","19107.840"],["8171.939","18954.613"],["8353.716","18942.072"],["9974.943","17019.899"],["9978.695","17068.640"],["7451.954","18020.303"],["7486.676","17949.178"],["7336.170","17911.069"],["7322.759","18023.774"],["7312.791","17997.548"],["7433.364","17854.854"],["8491.433","19367.925"],["8394.205","19450.055"],["8370.634","19417.037"],["8486.077","19478.458"],["8445.789","19508.217"],["8371.913","19511.037"],["8451.396","19399.807"],["8405.531","19424.703"],["7275.492","19401.847"],["7302.539","19362.938"],["5666.888","18011.720"],["5767.765","17920.227"],["5757.490","17938.514"],["7588.494","19796.369"],["7588.489","19875.880"],["7622.281","19933.452"],["7660.626","19906.903"],["7642.065","19744.465"],["11098.696","18560.346"],["10959.675","18577.277"],["10883.763","18576.964"],["10421.444","18656.176"],["10448.105","18656.938"],["10311.698","18608.596"],["10300.031","18669.071"],["10349.425","18587.178"],["10393.094","18562.016"],["6996.777","17372.947"],["7080.810","17361.545"],["6996.041","17239.776"],["6979.991","17262.307"],["12669.403","19095.692"],["5220.856","15776.273"],["10402.074","17260.117"],["11548.474","18797.824"],["11560.892","18785.371"],["11599.987","18826.841"],["11113.581","17900.753"],["11178.159","17976.125"],["11127.311","18019.894"],["11223.409","18023.850"],["7790.468","19222.672"],["7775.858","19114.363"],["7766.675","19168.587"],["7587.404","19218.504"],["7601.622","19138.181"],["7573.961","19252.977"],["7651.121","19295.589"],["7691.536","19274.910"],["7689.875","19191.490"],["7706.844","19265.543"],["7580.605","19291.538"],["7584.582","19236.406"],["7614.658","19179.926"],["7539.910","19135.290"],["7544.467","19307.127"],["7628.640","19138.772"],["8403.735","18204.456"],["5530.138","17625.340"],["6660.837","16537.227"],["6571.210","16538.423"],["7086.168","19180.507"],["12811.787","18713.239"],["12885.833","18722.868"],["12923.711","18777.913"],["12821.902","18804.767"],["6880.277","16380.014"],["6812.527","16519.441"],["6713.590","16461.413"],["6672.473","16356.956"],["5931.931","18277.666"],["10084.668","16927.528"],["10240.153","16950.403"],["10211.533","16862.229"],["6746.642","17293.469"],["6784.824","17293.648"],["6790.765","17354.114"],["6672.760","17258.334"],["7285.540","19007.812"],["7294.911","19009.501"],["7241.019","18940.972"],["7222.471","19049.838"],["7481.398","19548.497"],["7453.812","19543.695"],["7454.385","19705.194"],["7443.267","19712.338"],["7359.815","19730.760"],["7454.884","19665.843"],["7493.175","19693.235"],["13627.921","18354.253"],["7702.120","18774.722"],["6278.784","17563.716"],["7478.516","15867.538"],["7404.462","15916.526"],["8147.207","18222.754"],["8278.648","18227.349"],["8229.966","18248.852"],["7228.065","18017.794"],["7237.712","17927.106"],["7241.824","17910.195"],["7278.184","17978.060"],["10650.790","18580.723"],["10576.268","18603.568"],["10475.110","18583.655"],["6671.906","17352.763"],["7595.420","18694.838"],["7624.933","18684.958"],["7526.017","18736.258"],["7588.287","18886.953"],["7579.516","18840.168"],["6469.045","16344.983"],["11538.306","18966.038"],["11699.656","19076.834"],["6650.352","17134.536"],["6844.164","16838.456"],["6803.406","16781.356"],["10333.537","19188.052"],["10291.843","19192.374"],["10440.228","19122.774"],["6925.217","17619.308"],["6905.104","17462.223"],["7011.493","17430.795"],["7094.436","17325.348"],["7120.229","17227.866"],["10198.143","17086.857"],["10210.269","17065.008"],["10195.938","17196.210"],["10089.351","17044.450"],["12759.320","18829.355"],["12703.629","18827.886"],["10612.498","19053.966"],["10552.920","19067.187"],["10551.263","19077.413"],["7376.516","19519.843"],["10044.946","18708.161"],["9659.765","19088.289"],["9670.911","18965.501"],["9820.171","19014.551"],["9794.186","18952.152"],["9673.596","18939.109"],["9671.732","19100.578"],["9769.486","19076.534"],["7700.773","18969.550"],["10481.766","17181.582"],["10587.612","17180.392"],["11714.021","18514.673"],["13317.051","18767.925"],["8531.465","18671.112"],["8413.524","18532.050"],["8413.906","18617.333"],["8434.319","18609.670"],["8849.916","19126.549"],["8813.843","19130.909"],["11859.937","19115.007"],["7690.445","19344.786"],["7693.516","19374.921"],["7669.087","19366.053"],["7581.022","19386.736"],["7605.798","19386.636"],["7648.793","19508.387"],["7549.002","19431.460"],["7534.648","19414.894"],["7669.676","19327.290"],["7646.847","19466.687"],["7689.080","19492.958"],["7715.201","19344.008"],["24062.460","7764.991"],["12005.899","18913.120"],["11967.619","18974.980"],["11978.326","18978.167"],["12064.671","19077.725"],["12132.484","19056.718"],["8586.114","18282.194"],["10743.021","19137.978"],["10512.213","18032.958"],["10668.821","18016.030"],["6883.372","16622.407"],["7049.111","16595.822"],["7013.381","16695.221"],["12725.751","19039.903"],["12777.544","18991.695"],["12763.498","19021.720"],["24581.095","7860.227"],["24633.341","7830.764"],["24638.002","7835.855"],["24647.880","7860.278"],["6440.045","16762.906"],["7612.499","18265.388"],["7724.997","18444.448"],["7590.369","18407.341"],["7573.275","18393.747"],["7618.896","18396.329"],["7599.508","18391.977"],["7574.784","18354.619"],["7563.371","18373.195"],["7520.233","18341.265"],["7541.865","18297.350"],["7564.899","18345.429"],["7545.964","18263.321"],["7666.702","18278.202"],["7617.558","18344.187"],["7657.812","18377.210"],["7605.130","18298.866"],["7569.733","18327.752"],["9588.726","19284.299"],["9417.193","19213.275"],["9503.971","19227.514"],["7246.027","19442.180"],["7253.395","19325.866"],["13641.388","18900.687"],["13760.156","19095.873"],["13784.531","19047.814"],["13820.945","19055.163"],["5295.185","16315.563"],["5333.736","16337.458"],["5339.254","16231.807"],["5241.044","16244.990"],["5194.884","17355.988"],["5178.123","17380.928"],["5185.782","17335.736"],["5194.824","17282.026"],["5184.779","17238.856"],["5155.375","17376.013"],["7315.467","18068.628"],["7396.159","18236.822"],["7422.311","18058.136"],["7445.849","18150.570"],["7413.843","18203.319"],["7364.956","18205.337"],["7376.033","18152.222"],["6698.157","18381.206"],["6713.774","18309.241"],["6804.771","18439.612"],["6854.816","18270.222"],["6774.350","18387.843"],["6773.923","18438.967"],["6694.832","18418.852"],["5206.983","17522.813"],["5237.111","17457.480"],["5272.750","17453.093"],["5203.522","17471.430"],["23991.626","7488.522"],["11340.230","13954.377"],["9641.916","12443.180"],["9662.178","12425.655"],["9770.757","12446.833"],["9805.204","12443.660"],["9751.439","12465.261"],["9760.292","12498.619"],["9765.690","12522.018"],["9785.811","12487.527"],["9790.781","12534.616"],["9644.973","12523.809"],["9688.389","12435.726"],["9707.547","12434.630"],["9733.734","12434.399"],["9647.946","12495.726"],["12782.058","15218.812"],["9459.565","11978.122"],["9500.435","12034.498"],["9499.771","11986.118"],["9576.266","12032.754"],["12363.528","13269.521"],["12384.243","13242.082"],["11192.666","13470.752"],["11156.552","13465.789"],["11209.618","13412.690"],["11176.114","13401.424"],["11117.646","13423.277"],["11167.933","13393.248"],["11261.695","13397.031"],["11235.650","13451.458"],["7437.799","15511.405"],["9634.109","12231.079"],["9822.883","12192.723"],["9803.356","12237.409"],["9828.978","12276.216"],["9649.828","12281.321"],["9704.077","12259.813"],["9633.029","12316.599"],["9699.919","12171.627"],["9678.007","12152.997"],["9628.254","12141.620"],["12455.163","15036.325"],["12122.301","12687.228"],["12117.093","12623.084"],["12500.124","15036.468"],["12456.484","14985.807"],["12369.509","14997.905"],["12233.139","15088.817"],["12161.328","15169.489"],["12186.179","15175.733"],["12216.874","15181.640"],["12242.977","15187.372"],["12280.854","15192.544"],["12078.693","15097.197"],["12121.409","15093.429"],["9434.581","12462.836"],["9441.167","12532.921"],["9439.293","12491.592"],["11453.618","13311.406"],["11464.160","13330.845"],["11499.758","13355.389"],["11460.906","13247.610"],["11555.813","13151.263"],["12064.351","13101.267"],["11950.924","13143.198"],["12056.633","13091.195"],["12346.125","12589.942"],["12244.318","12757.880"],["12347.816","12666.754"],["12258.898","12555.003"],["9392.228","12086.642"],["9285.581","11983.471"],["9379.758","12098.519"],["9276.226","12116.806"],["9218.130","12018.504"],["9253.438","12042.467"],["9290.785","12028.371"],["9398.437","12013.646"],["9306.415","11974.848"],["9397.064","11971.796"],["11525.109","13360.533"],["11655.763","13297.938"],["11682.585","13185.507"],["11718.203","13239.504"],["11637.653","13215.639"],["11759.541","13610.412"],["11740.327","13605.108"],["11259.891","13188.666"],["11213.235","13188.506"],["11194.272","13205.845"],["11173.951","13225.422"],["11135.134","13228.596"],["11110.364","13262.991"],["11127.922","13276.479"],["11141.638","13293.078"],["11150.542","13311.027"],["11157.379","13295.949"],["11151.418","13284.940"],["11136.566","13272.231"],["11104.723","13257.577"],["11121.484","13261.341"],["11155.820","13317.900"],["11151.523","13381.278"],["9805.103","12712.481"],["9751.253","12690.242"],["9682.415","12605.383"],["9639.284","12557.278"],["9629.751","12664.554"],["9759.758","12574.880"],["9659.139","12560.847"],["9704.435","12616.331"],["9775.354","12650.220"],["9624.863","12608.963"],["9631.259","12580.227"],["11992.259","13237.042"],["11939.801","13259.546"],["11970.162","13253.388"],["12010.671","13267.586"],["12105.061","13253.135"],["12080.144","13263.960"],["11975.534","13288.458"],["11949.878","13320.894"],["11953.574","13387.974"],["11971.610","13392.854"],["11971.339","13236.080"],["12012.609","13280.002"],["9048.755","12345.066"],["9066.249","12351.348"],["9108.351","12369.878"],["9135.155","12380.216"],["12575.659","13033.811"],["12602.485","13029.875"],["12675.002","12972.073"],["12658.075","12993.188"],["9562.993","12337.145"],["9612.276","12397.725"],["7454.571","15345.931"],["7396.938","15354.980"],["7460.122","15382.031"],["7402.562","15391.077"],["7441.175","15347.721"],["7410.364","15352.829"],["7399.345","15368.384"],["7400.632","15377.918"],["7415.515","15388.690"],["7447.128","15383.884"],["7458.126","15368.779"],["7456.696","15359.271"],["7431.609","15349.864"],["7419.914","15351.561"],["7452.292","15420.177"],["7415.875","15483.655"],["12164.538","13610.128"],["12154.376","13621.649"],["12217.336","13614.507"],["12227.767","13630.542"],["12266.974","13622.234"],["12255.029","13636.622"],["12259.503","13691.285"],["12276.740","13701.323"],["12300.186","13706.516"],["12319.019","13707.295"],["12336.954","13702.448"],["12353.769","13690.282"],["12349.826","13671.183"],["12151.398","13694.204"],["11030.107","13680.839"],["11005.461","13675.377"],["10995.884","13710.799"],["11020.773","13710.950"],["11050.549","13717.159"],["11073.322","13722.142"],["10952.771","13707.565"],["10967.070","13625.794"],["11010.167","13704.370"],["10902.451","13706.140"],["10958.620","13610.870"],["11001.409","13752.602"],["10924.724","13705.352"],["10980.460","13704.563"],["10977.817","13718.083"],["10969.324","13639.619"],["10914.428","13713.558"],["10994.110","13675.325"],["10984.341","13664.310"],["11010.556","13711.794"],["11028.704","13722.417"],["11038.109","13707.558"],["11065.954","13712.870"],["11064.678","13728.967"],["11092.698","13732.325"],["10948.103","13716.166"],["11005.896","13733.943"],["11064.683","13740.915"],["11060.177","13755.457"],["11082.281","13691.375"],["11069.365","13677.982"],["11050.059","13670.444"],["10983.895","13649.025"],["10959.572","13627.426"],["11001.905","13721.821"],["11058.234","13681.986"],["10964.869","13700.258"],["11045.878","13659.991"],["11065.295","13647.547"],["10928.789","13719.909"],["10908.933","13674.345"],["10917.366","13671.279"],["10922.838","13676.998"],["10936.854","13679.344"],["10943.816","13675.047"],["10954.382","13677.064"],["11075.117","13658.419"],["11075.184","13684.746"],["11084.953","13715.619"],["11092.186","13641.777"],["11077.006","13644.453"],["11048.121","13641.968"],["11061.794","13624.556"],["11047.326","13632.498"],["11033.273","13643.876"],["11014.146","13624.826"],["11042.339","13618.540"],["11032.947","13615.796"],["11084.617","13768.177"],["11070.570","13766.238"],["11075.499","13783.194"],["11064.926","13777.456"],["11049.134","13790.746"],["11064.694","13801.393"],["11026.257","13797.027"],["11012.869","13767.999"],["10994.883","13781.002"],["11008.794","13782.939"],["11020.241","13783.927"],["10985.148","13796.170"],["10989.756","13807.683"],["11036.768","13801.383"],["10968.989","13787.444"],["10961.127","13799.208"],["10920.136","13661.406"],["10925.403","13645.420"],["10915.114","13652.736"],["11075.112","13620.426"],["11082.935","13625.546"],["11086.326","13611.581"],["11071.820","13608.496"],["11026.000","13813.404"],["11002.451","13609.531"],["11010.653","13610.210"],["11015.350","13619.841"],["10092.597","13235.595"],["10069.704","13203.210"],["10180.670","13343.658"],["10131.709","13344.768"],["11875.930","13459.462"],["11840.866","13433.549"],["11860.877","13444.143"],["11826.602","13409.945"],["11833.225","13470.012"],["11833.574","13516.435"],["11809.776","13527.750"],["11778.962","13525.185"],["11806.680","13458.330"],["11777.379","13594.388"],["9562.406","12596.347"],["9599.825","12624.088"],["9603.276","12658.042"],["12335.559","13371.113"],["12338.076","13339.686"],["12345.891","13305.727"],["12192.581","13376.132"],["12175.807","13321.672"],["12163.356","13297.267"],["12139.479","13639.522"],["12136.173","13678.945"],["12130.051","13662.749"],["11134.375","13893.954"],["11121.597","13914.522"],["11121.359","13940.926"],["11200.929","13920.917"],["11284.547","13858.531"],["11245.943","13960.957"],["11141.185","13863.587"],["11144.293","13849.136"],["11100.057","13844.814"],["11098.313","13844.451"],["11170.179","13823.397"],["11174.077","13837.352"],["11137.517","13849.400"],["10174.935","12940.942"],["10124.026","12915.709"],["10188.298","12895.057"],["10821.444","13472.411"],["10903.097","13534.788"],["10946.723","13534.041"],["10960.098","13538.709"],["10947.198","13591.231"],["10893.399","13530.734"],["10895.406","13511.568"],["10931.901","13491.182"],["10954.103","13521.730"],["10976.851","13597.907"],["10949.232","13550.500"],["10962.450","13600.946"],["10962.650","13587.594"],["10928.830","13477.600"],["10918.121","13478.579"],["11000.644","13554.284"],["10991.499","13542.014"],["11007.009","13550.189"],["11020.442","13586.629"],["11018.137","13569.929"],["11014.147","13575.713"],["9864.114","12275.145"],["9870.861","12234.578"],["9320.075","12321.491"],["8923.861","12107.426"],["8858.696","12096.126"],["10794.252","13386.288"],["10773.335","13343.499"],["10738.747","13371.113"],["10737.081","13287.523"],["10793.667","13267.004"],["10841.234","13242.608"],["10856.528","13283.470"],["10799.424","13310.997"],["12256.431","12767.971"],["11087.556","13203.606"],["11047.763","13183.385"],["11031.240","13193.773"],["10997.155","13230.299"],["11087.176","13248.238"],["11065.087","13236.296"],["10941.847","13240.865"],["10980.182","13244.995"],["10899.634","13277.133"],["10959.623","13290.831"],["11005.298","13278.919"],["12587.226","15234.720"],["12635.862","15224.366"],["12683.614","15208.569"],["12630.615","15253.775"],["12574.929","15266.895"],["12726.093","15230.113"],["12682.330","15240.684"],["12502.571","15090.110"],["12522.209","15240.693"],["12550.867","15242.937"],["12532.067","15273.628"],["12490.056","15268.001"],["12452.296","12538.537"],["12437.415","12510.195"],["12391.432","12469.439"],["9321.443","12223.244"],["9274.718","12206.283"],["9239.222","12255.130"],["9257.220","12250.662"],["9259.087","12139.893"],["9277.460","12166.721"],["9286.696","12186.745"],["9179.376","12084.457"],["9867.149","12668.315"],["10029.713","12585.833"],["10005.785","12654.094"],["9970.680","12690.675"],["9940.316","12699.784"],["9917.547","12664.165"],["10031.394","12563.963"],["10170.431","12573.299"],["10098.652","12591.676"],["10054.218","12638.767"],["10138.381","12574.910"],["9498.226","12592.120"],["9525.508","12645.470"],["9547.626","12655.559"],["9464.971","12562.520"],["9451.635","12549.347"],["9473.892","12614.121"],["9514.838","12602.277"],["10066.697","12524.004"],["10121.190","12522.742"],["10105.607","12541.228"],["10049.448","12478.255"],["11091.422","13835.037"],["11076.792","13858.248"],["11066.002","13869.528"],["11087.828","13874.747"],["11046.532","13838.869"],["11039.197","13838.473"],["11059.674","13838.820"],["11042.617","13819.609"],["11056.942","13830.262"],["11048.768","13825.885"],["11037.415","13821.018"],["11040.359","13819.416"],["9576.068","12181.737"],["9422.714","12131.814"],["9435.768","12222.988"],["9459.629","12236.321"],["9615.697","12202.525"],["9578.510","12290.203"],["9547.095","12315.603"],["9585.493","12128.990"],["12032.955","15077.310"],["11970.825","15053.101"],["11968.672","15019.591"],["12019.602","15041.341"],["12078.119","15067.143"],["7251.502","15469.934"],["7262.374","15463.409"],["7273.606","15456.937"],["7294.594","15492.588"],["7283.236","15499.175"],["7272.056","15506.202"],["12432.052","12999.393"],["12421.515","13029.951"],["12541.122","12974.105"],["12548.354","13028.564"],["11318.837","13707.698"],["12264.961","13552.911"],["12257.239","13540.417"],["12248.622","13528.836"],["12238.018","13518.687"],["11973.261","13508.969"],["11989.962","13522.604"],["12009.722","13516.744"],["11957.476","13494.338"],["12042.937","13462.645"],["12029.955","13443.910"],["11986.444","13403.486"],["11982.423","13421.050"],["11677.096","13511.930"],["11654.462","13520.711"],["11650.857","13540.452"],["11662.470","13553.345"],["11544.865","13403.151"],["9096.397","12252.036"],["9033.377","12290.838"],["9023.895","12259.666"],["9126.804","12284.584"],["9079.446","12288.914"],["9124.155","12250.006"],["12443.627","12660.488"],["12562.233","12688.572"],["12601.534","12722.184"],["11840.730","13185.748"],["11905.913","13195.893"],["11888.305","13200.016"],["11897.401","13198.643"],["11921.154","13192.961"],["11828.689","13255.212"],["11839.829","13234.917"],["11846.890","13204.102"],["11726.586","13209.551"],["11887.888","13379.186"],["11905.818","13384.022"],["9128.186","12338.288"],["9027.098","12334.072"],["9045.689","12308.057"],["9087.977","12323.332"],["12184.427","13111.719"],["12219.594","13102.564"],["12263.751","13059.072"],["12281.366","13042.424"],["12300.592","13028.164"],["12326.401","13009.668"],["11833.887","13136.353"],["11867.360","15028.483"],["11832.625","14984.747"],["11910.728","14996.278"],["11299.079","13721.493"],["11274.584","13741.173"],["11099.085","13691.477"],["11101.576","13723.007"],["11123.210","13691.456"],["11113.078","13730.607"],["11126.119","13740.829"],["11093.990","13682.733"],["11122.210","13678.030"],["11111.622","13682.211"],["11101.917","13670.272"],["11155.416","13682.352"],["11160.894","13690.945"],["11107.598","13763.389"],["11105.783","13741.801"],["11103.287","13714.962"],["11125.897","13717.291"],["11147.295","13718.096"],["11158.275","13728.483"],["11140.179","13670.299"],["11145.564","13659.973"],["11124.271","13650.874"],["11110.793","13652.549"],["11164.149","13665.367"],["11179.958","13662.494"],["11101.064","13632.212"],["11155.683","13694.719"],["11163.109","13719.655"],["11177.286","13696.248"],["11189.225","13719.192"],["11221.850","13697.783"],["11165.024","13744.955"],["11132.110","13750.012"],["11139.125","13739.132"],["11112.704","13754.744"],["11132.949","13617.378"],["11116.985","13624.139"],["11121.869","13636.215"],["11149.917","13640.440"],["11163.716","13652.331"],["11141.594","13636.691"],["11160.376","13808.582"],["8966.486","12260.027"],["8988.154","12266.420"],["8920.826","12160.744"],["8855.385","12226.318"],["8912.308","12250.498"],["8935.114","12273.860"],["8907.671","12135.027"],["8769.592","12152.571"],["8725.431","12160.791"],["8734.349","12131.109"],["8694.413","12143.350"],["10023.329","12451.701"],["9949.930","12467.096"],["9860.217","12431.652"],["9943.102","12436.820"],["9878.845","12466.274"],["9987.805","12498.772"],["9992.867","12421.644"],["9981.677","12368.284"],["9935.279","12347.675"],["12568.172","12968.772"],["12587.584","12950.848"],["12595.266","12930.362"],["12688.673","12826.403"],["12658.029","12832.094"],["12655.207","12859.435"],["12645.570","12879.869"],["9452.241","19024.907"],["9511.090","19041.368"],["9489.588","19084.847"],["9600.690","19068.559"],["7279.817","19127.858"],["7252.845","19105.070"],["7303.545","19195.975"],["13787.389","18584.765"],["8983.943","18440.668"],["8102.551","19325.061"],["8017.717","19486.684"],["8073.695","19443.217"],["7958.938","19479.911"],["7958.548","19441.764"],["8000.048","19435.441"],["8053.336","19386.093"],["8142.408","19430.759"],["8099.222","19490.004"],["8639.730","18774.958"],["8646.467","18780.799"],["8691.162","18838.977"],["8777.405","18761.920"],["8682.873","18759.463"],["8575.102","18854.224"],["8581.685","18830.402"],["8594.296","18823.786"],["8642.195","18380.951"],["8579.966","18443.234"],["10275.021","18965.660"],["10341.406","18895.381"],["10356.158","19027.398"],["10282.699","19029.446"],["10298.347","19080.882"],["10438.349","18966.181"],["10421.653","19035.189"],["10287.813","18966.634"],["10265.270","18900.995"],["6679.944","18270.233"],["6352.253","17661.927"],["9962.389","18713.490"],["10010.538","18685.965"],["9897.267","18713.460"],["9836.198","18783.813"],["9226.575","19130.892"],["9376.944","19112.057"],["5353.618","16362.842"],["5365.774","16374.407"],["5258.245","16364.644"],["9926.155","18795.042"],["9915.074","18862.784"],["10031.469","18836.395"],["5129.551","16019.239"],["5169.251","15981.173"],["5141.182","16088.263"],["10970.232","18066.920"],["10971.763","18121.126"],["11052.296","18077.260"],["11087.849","18071.084"],["11075.623","18105.812"],["11063.955","18187.068"],["10935.104","18253.901"],["7371.253","19535.054"],["11861.583","18452.762"],["11813.658","18406.578"],["11728.066","18301.756"],["13122.893","18938.771"],["12988.383","18939.205"],["12996.311","18925.068"],["6137.753","17189.395"],["8701.444","19081.695"],["6981.301","15997.832"],["7032.746","16113.943"],["11992.436","18613.191"],["12030.314","18628.550"],["8043.470","18890.416"],["7962.216","19029.559"],["8094.613","19096.477"],["8142.577","18981.717"],["8100.153","19701.944"],["8006.014","19689.736"],["8129.407","19653.021"],["12148.320","19062.122"],["12148.435","19055.962"],["12355.637","18931.736"],["12273.532","19010.630"],["7505.495","18334.196"],["7390.963","18463.102"],["11948.737","18817.837"],["12075.965","18877.381"],["12006.606","18880.403"],["11989.313","18826.788"],["11937.245","18730.480"],["5789.434","17982.149"],["5786.714","18005.336"],["5801.432","17957.006"],["7866.405","19324.563"],["8454.560","19598.898"],["8378.656","19673.272"],["8434.087","19657.347"],["8360.613","19718.196"],["8359.281","19531.780"],["6407.899","16545.951"],["8877.808","19004.041"],["8900.660","19030.272"],["8899.439","19093.799"],["8856.539","19014.921"],["8853.799","18986.922"],["10219.816","17207.558"],["10078.270","17233.480"],["10046.004","17229.805"],["10119.532","17304.251"],["10221.097","17333.577"],["10229.263","17344.754"],["10054.051","17370.688"],["11674.675","18873.843"],["8158.938","19736.139"],["8173.148","19782.435"],["10231.463","18739.995"],["10145.518","18749.921"],["10193.744","18785.365"],["10155.310","18846.820"],["10069.996","18835.796"],["9998.188","17719.246"],["7539.103","19962.762"],["7459.548","16113.690"],["7416.411","16092.125"],["7453.186","15975.918"],["7347.942","16005.205"],["7174.425","17196.446"],["8602.242","19325.988"],["7318.501","19325.626"],["7361.440","19435.786"],["7405.262","19375.035"],["7429.744","19440.418"],["7371.179","19365.853"],["7396.828","19405.904"],["7384.214","19312.995"],["7462.980","19353.330"],["10748.118","17997.978"],["10799.696","17915.887"],["10863.095","17891.075"],["10684.149","17844.748"],["10838.491","17950.380"],["8034.035","18431.289"],["8036.505","18275.734"],["5914.616","17785.844"],["5949.258","17718.470"],["5957.122","17679.567"],["7082.376","19036.840"],["9788.276","18850.169"],["9718.061","18694.933"],["7471.115","16336.830"],["7143.361","16585.165"],["7143.370","16715.233"],["12975.675","18640.584"],["12906.497","18557.199"],["5815.278","18239.128"],["5645.164","18170.838"],["5462.347","16059.314"],["11070.159","18605.301"],["11016.412","18648.927"],["11055.331","18648.374"],["11000.242","18662.921"],["10915.267","18631.982"],["8401.713","19210.264"],["8539.169","19195.987"],["8424.123","19231.409"],["8359.149","19285.904"],["8466.109","19143.106"],["8480.888","19143.554"],["8444.410","19106.942"],["10303.196","17557.747"],["10427.794","17542.955"],["10298.597","17412.949"],["8512.802","19261.161"],["9753.038","18657.637"],["9676.732","18564.955"],["6437.611","18318.056"],["6744.273","16187.263"],["6798.119","16241.831"],["8174.085","18340.243"],["8316.243","18352.774"],["8354.600","18328.285"],["10537.106","18637.226"],["10492.118","18655.386"],["10642.171","18652.069"],["11537.928","19224.394"],["11612.507","19286.007"],["6906.970","16912.558"],["7082.912","16780.271"],["6980.153","16908.340"],["6378.425","16797.173"],["6420.240","16957.739"],["6269.906","16867.238"],["6317.377","16839.316"],["6269.631","16985.308"],["6215.101","18385.630"],["6162.686","18395.013"],["9654.665","19322.534"],["5499.753","15872.543"],["7558.301","19122.935"],["7648.519","19130.798"],["7716.646","19106.506"],["7672.642","19145.087"],["7562.131","19110.679"],["7600.807","19123.763"],["10009.945","17299.195"],["11821.958","19238.305"],["11810.626","19229.502"],["11896.268","19275.233"],["6806.673","15875.338"],["6844.919","15852.273"],["7155.679","18510.203"],["7218.551","18617.940"],["10245.445","19188.823"],["10211.794","19194.822"],["10113.874","19179.420"],["6692.729","16079.328"],["6873.090","16042.249"],["6697.545","16057.255"],["11279.771","18731.421"],["11233.324","18733.843"],["11228.609","18713.246"],["6950.894","17069.149"],["5968.612","17838.968"],["5833.648","17884.987"],["13830.366","18559.563"],["14029.686","18555.033"],["13964.193","18571.862"],["10947.587","17922.624"],["10912.807","17971.455"],["11062.162","17906.352"],["11048.593","17972.591"],["10135.674","17652.072"],["6741.936","18056.833"],["6785.812","18102.634"],["6724.884","18168.652"],["6748.035","18210.596"],["6801.102","18199.869"],["6859.851","18225.914"],["6815.398","18103.809"],["6749.341","18152.545"],["6737.377","18088.108"],["6678.914","18191.870"],["6714.814","18212.094"],["6448.256","17629.976"],["7125.871","17611.580"],["7137.663","17534.477"],["10331.632","17816.068"],["13855.720","18683.897"],["13875.168","18836.185"],["13885.480","18851.049"],["13906.294","18804.954"],["14015.521","18825.086"],["13961.294","18813.343"],["10573.269","18271.543"],["10644.515","18280.190"],["8552.211","18315.733"],["8536.075","18385.356"],["8545.680","18394.422"],["11649.433","18383.905"],["7699.782","19822.782"],["7690.166","19938.844"],["7653.513","19765.374"],["10889.343","18744.314"],["11075.475","18736.689"],["10927.794","18825.579"],["8418.623","19063.568"],["8419.814","18920.093"],["8483.239","18909.962"],["8357.894","18894.963"],["8448.418","19057.540"],["8448.076","19052.853"],["8457.073","19042.205"],["8433.426","19032.873"],["8459.642","19014.826"],["8465.696","19099.963"],["8372.758","18942.819"],["8389.293","18948.225"],["8485.737","19097.420"],["8370.863","18932.765"],["11183.399","18384.733"],["11117.054","18401.266"],["11120.216","18388.719"],["11181.647","18262.993"],["11234.986","18361.143"],["11209.834","18262.132"],["10816.326","18872.201"],["10811.056","18744.730"],["10740.434","18778.308"],["10763.513","18787.489"],["10711.932","18849.709"],["10774.128","18690.339"],["10852.566","18685.365"],["10826.200","18829.841"],["10867.813","18745.015"],["11285.958","18162.722"],["11172.968","18129.347"],["11100.825","18240.400"],["14378.758","18770.766"],["14320.649","18714.235"],["14043.446","18354.930"],["14182.311","18305.087"],["14091.648","18383.907"],["14218.597","18376.917"],["11319.752","18696.201"],["11343.520","18792.266"],["7728.285","18518.315"],["7842.922","18553.517"],["7733.517","18576.872"],["7725.448","18596.653"],["7143.572","16388.777"],["7220.729","16558.724"],["7160.513","16525.510"],["9911.749","19110.987"],["9866.985","19109.799"],["11461.214","18121.736"],["11395.194","18142.810"],["7155.119","17118.874"],["7095.293","17150.794"],["7117.069","17064.616"],["11887.178","18825.982"],["11844.004","18838.220"],["8631.669","18603.972"],["8711.533","18575.555"],["8598.315","18492.281"],["8667.126","18515.740"],["11384.850","18276.880"],["11382.531","18381.108"],["7527.424","16078.460"],["6103.656","18373.575"],["6124.176","18352.069"],["6102.324","18391.540"],["10199.343","17907.222"],["10225.729","18038.194"],["5259.067","16573.827"],["5276.157","16564.800"],["6883.887","18134.543"],["6962.023","18048.757"],["6986.988","18170.923"],["13427.936","19001.308"],["13544.972","19011.141"],["13514.034","18993.833"],["13564.709","19044.552"],["7295.893","18159.502"],["7278.760","18226.857"],["12901.702","19079.546"],["12985.291","18957.322"],["10231.299","17417.805"],["10231.117","17593.681"],["6471.280","16789.839"],["6613.127","15647.954"],["7444.467","16680.109"],["10680.230","18620.326"],["13209.370","18893.772"],["13343.726","18969.682"],["13373.249","18966.940"],["7326.268","18724.217"],["7315.346","18785.999"],["7353.130","18734.211"],["7495.500","18749.038"],["7441.804","18770.324"],["7325.561","18844.191"],["13964.025","18173.960"],["13927.100","18202.928"],["14022.923","18058.758"],["10471.993","18861.165"],["10478.623","18803.220"],["10642.968","18836.501"],["10643.660","18738.296"],["10583.877","18789.010"],["10571.680","18846.238"],["10579.946","18707.290"],["10664.003","18715.452"],["10519.642","19148.376"],["8156.817","19375.256"],["8217.840","19442.171"],["8286.035","19444.668"],["8243.552","19375.847"],["8222.962","19370.178"],["8209.160","19354.319"],["8198.671","19449.607"],["8216.850","19521.187"],["8340.955","19359.179"],["8282.800","19511.596"],["8316.967","19501.643"],["8333.009","19504.601"],["7111.645","16852.250"],["8615.037","19263.747"],["8624.399","19181.431"],["8568.012","19197.426"],["8654.949","19222.416"],["8716.203","19126.976"],["8666.174","19294.692"],["7922.493","18048.888"],["6858.279","17638.980"],["6831.769","17697.731"],["6731.021","17669.461"],["6742.160","17632.317"],["6878.662","17752.796"],["12522.755","18990.832"],["14158.068","18771.669"],["14217.279","18723.989"],["14141.901","18771.569"],["14226.253","18808.679"],["6919.467","18031.513"],["7088.217","17941.431"],["7041.583","17920.113"],["7017.260","17850.499"],["6969.114","17900.835"],["10493.364","18934.158"],["10582.338","18986.897"],["10604.373","19001.678"],["10660.565","18916.630"],["9501.241","19156.757"],["9540.744","19154.880"],["10566.439","18148.492"],["10623.176","18214.973"],["10645.194","18162.867"],["7598.227","19567.985"],["7596.549","19641.895"],["7535.262","19540.459"],["7524.474","19624.065"],["7696.439","19727.693"],["7716.409","19527.718"],["7704.545","19544.231"],["7649.400","19663.022"],["7706.375","19705.373"],["7741.630","19421.210"],["7807.505","19472.810"],["7749.370","19474.000"],["7890.193","19490.560"],["7746.090","19366.997"],["7842.820","19384.957"],["9703.129","19230.437"],["9665.083","19194.193"],["9726.887","19283.925"],["7531.575","18158.488"],["9625.851","19132.946"],["9692.127","19136.201"],["7780.753","19864.363"],["7793.013","19945.916"],["7906.789","19902.130"],["7770.934","19778.926"],["10271.037","17946.879"],["10268.325","17882.348"],["8268.110","19611.773"],["8242.706","19712.867"],["8176.546","19655.875"],["8180.236","19709.848"],["8334.530","19727.700"],["8350.361","19642.544"],["8295.975","19528.433"],["8242.252","19659.510"],["10720.441","18912.844"],["10736.206","19024.387"],["10835.518","18894.084"],["10796.319","18974.969"],["6595.503","17650.248"],["7830.477","18059.714"],["6981.653","15817.885"],["7069.140","15912.825"],["6931.217","15785.799"],["7079.035","15756.110"],["13167.861","18888.730"],["13159.209","18881.298"],["7877.304","17980.960"],["7368.828","16361.456"],["7421.405","16428.053"],["9192.690","19030.595"],["9112.415","19010.389"],["9055.490","19009.398"],["9087.694","18908.827"],["9098.051","19054.507"],["10750.339","18187.394"],["10748.947","18150.229"],["10857.821","18199.036"],["10718.061","18239.737"],["10682.372","18076.985"],["10784.987","18060.740"],["10776.414","18115.132"],["6739.843","18002.551"],["6794.701","18039.128"],["13474.762","18865.686"],["7437.839","19101.108"],["7509.551","19201.027"],["7400.343","19227.757"],["7481.579","19202.804"],["7454.365","19166.320"],["7407.068","19176.031"],["7346.003","19212.008"],["7477.794","19237.415"],["7405.733","19304.245"],["7512.625","19278.864"],["7433.565","19274.637"],["10517.222","17659.615"],["9280.715","18943.156"],["9341.257","19018.740"],["9352.875","19084.706"],["9307.499","19019.602"],["12180.671","18759.152"],["12214.237","18746.149"],["12171.573","18761.574"],["12278.070","18770.079"],["6405.734","16993.165"],["6297.568","17083.134"],["13019.326","18544.267"],["11114.827","18643.737"],["8317.196","18753.736"],["8322.131","18699.197"],["8355.395","18884.877"],["6474.808","16730.045"],["6583.794","16714.331"],["6631.224","16772.579"],["6656.940","16618.134"],["13612.593","18439.835"],["13554.731","18456.416"],["13411.267","18277.956"],["13478.817","18352.077"],["13536.810","18387.667"],["11386.685","18076.389"],["6970.914","16432.643"],["6980.335","16382.767"],["14276.410","18344.332"],["14254.798","18437.099"],["8133.753","18475.792"],["8118.242","18544.432"],["7786.725","19568.245"],["7914.453","19602.402"],["7921.868","19549.883"],["7756.365","19585.825"],["7836.189","19564.049"],["7377.806","19750.472"],["6767.456","15621.397"],["6729.329","15657.110"],["6387.475","17431.616"],["6338.429","17499.624"],["6369.936","17476.968"],["6395.982","17569.265"],["6427.180","17580.279"],["6427.299","17467.711"],["6598.560","15794.811"],["9074.880","19111.784"],["5157.235","16250.591"],["5146.319","16243.737"],["5057.359","16215.331"],["5181.538","16337.209"],["5305.562","15920.198"],["10267.829","18838.841"],["10296.929","18763.113"],["10422.740","18743.214"],["10344.016","18715.833"],["10415.330","18800.223"],["10447.449","18845.795"],["5822.646","18160.262"],["5635.547","18083.984"],["5794.754","18162.501"],["7307.661","19076.350"],["7473.114","19050.931"],["7306.472","19065.456"],["7407.409","18898.829"],["7446.850","18936.011"],["7390.507","18996.760"],["8194.676","19545.579"],["8223.852","19560.178"],["10384.128","18282.977"],["10402.494","18342.383"],["10456.182","18266.342"],["10372.141","18330.069"],["10323.324","18340.259"],["14009.193","18657.824"],["8133.376","19257.595"],["6822.357","17436.022"],["6686.185","17511.934"],["6798.283","17584.058"],["6735.278","17617.352"],["10681.861","18285.668"],["10770.772","18321.329"],["10757.815","18405.126"],["10702.109","18383.252"],["10851.863","18408.914"],["7187.885","15826.096"],["6598.655","17594.979"],["6511.558","17436.597"],["6576.174","17586.182"],["6506.582","17558.335"],["10597.548","17572.280"],["8388.092","18831.119"],["8429.550","18782.425"],["8518.645","18887.005"],["8389.958","18867.886"],["5396.053","16009.499"],["5256.005","15952.299"],["5402.082","15960.295"],["8791.970","18671.650"],["8958.202","18522.136"],["7079.543","18563.144"],["10332.023","18150.889"],["10342.120","18188.097"],["6680.066","16765.508"],["6682.182","16736.743"],["6691.707","16579.690"],["10035.577","18931.596"],["9982.336","18934.115"],["9966.720","18904.939"],["9900.100","19014.523"],["9863.185","18937.801"],["9960.343","19016.760"],["8805.346","18806.622"],["10050.301","18417.407"],["10170.480","18415.190"],["10239.809","18293.603"],["10060.621","18297.440"],["10144.783","18401.866"],["10158.146","18349.241"],["8721.608","18923.362"],["8650.579","18936.142"],["8775.702","19046.489"],["8578.727","19078.419"],["8581.952","19083.184"],["8613.546","19061.232"],["8605.155","19064.845"],["14340.069","18898.142"],["10064.327","18986.824"],["10121.114","19032.504"],["10187.173","18967.397"],["5662.302","17393.211"],["7910.568","19021.647"],["7914.547","18955.179"],["7743.519","18945.818"],["7777.213","18997.450"],["7907.123","19064.246"],["7790.575","19084.820"],["7727.299","19033.345"],["7843.691","19091.490"],["7757.707","19044.527"],["7082.659","17732.674"],["6918.069","17813.099"],["6948.678","17714.677"],["6990.224","17648.707"],["7043.625","17649.854"],["6662.587","18100.953"],["8056.922","19778.932"],["7978.301","19813.364"],["8106.498","19811.680"],["7319.968","19267.620"],["7889.096","18446.114"],["7796.538","18336.580"],["7887.719","18395.199"],["8163.397","19158.845"],["8148.491","19208.400"],["8201.307","19114.321"],["8351.836","19225.530"],["8239.282","19288.458"],["8266.307","19240.749"],["8229.577","19104.702"],["8214.710","19251.729"],["8221.969","19217.158"],["8320.143","19273.159"],["9197.314","19157.026"],["9101.637","19134.866"],["9189.174","19254.975"],["11749.425","19070.922"],["11901.598","18999.284"],["11898.605","18971.159"],["11477.171","18897.731"],["11442.981","19085.931"],["11997.869","19233.912"],["12085.582","19281.674"],["12016.076","19224.927"],["12096.576","19113.518"],["12003.109","19209.996"],["6432.749","16246.285"],["8061.353","18182.948"],["5926.325","17914.918"],["7903.986","19145.690"],["7886.321","19189.885"],["7912.612","19224.407"],["7811.647","19167.199"],["7892.971","19278.542"],["14140.953","18912.466"],["14179.571","18926.620"],["14171.480","19089.650"],["14205.148","19050.855"],["14221.398","19061.854"],["9202.081","19205.835"],["9306.192","19148.857"],["9248.489","19255.537"],["9405.556","19240.885"],["14235.033","18591.037"],["14233.618","18587.634"],["14161.461","18479.185"],["14085.836","18602.736"],["14070.629","18496.244"],["5945.928","17583.480"],["5997.571","17591.642"],["7690.577","18559.066"],["7702.786","18563.349"],["7698.427","18529.765"],["7674.713","18555.385"],["7663.015","18594.511"],["7675.226","18595.672"],["7710.675","18635.567"],["7686.679","18650.379"],["7641.577","18644.032"],["7631.462","18623.636"],["14355.513","18889.207"],["14359.399","18808.785"],["6389.676","17354.459"],["6381.474","17356.334"],["10258.497","18597.222"],["7039.463","16154.707"],["6933.920","16180.080"],["7081.365","16310.620"],["7700.023","19970.684"],["11549.256","18058.599"],["10100.146","18670.992"],["7328.232","16768.838"],["6680.233","17103.716"],["9114.092","19328.984"],["9037.210","19392.038"],["7112.935","19283.354"],["7221.238","19245.148"],["7198.169","19189.644"],["7112.744","19196.364"],["7142.815","19131.177"],["14138.580","18078.064"],["14043.021","18084.406"],["7483.712","19873.005"],["7498.917","19825.735"],["7508.228","19766.283"],["7454.960","19753.319"],["13851.327","18334.422"],["14019.971","18440.224"],["7200.587","18780.550"],["7271.809","18780.782"],["7260.785","18885.897"],["11662.106","19142.780"],["11656.235","19102.961"],["11541.764","19181.769"],["6815.101","15701.373"],["7756.185","19652.472"],["7796.692","19638.747"],["7880.344","19705.993"],["11970.004","18417.882"],["7152.647","18858.934"],["10344.241","17132.100"],["8312.227","18625.448"],["8205.877","18522.364"],["8227.413","18470.782"],["8341.117","18508.882"],["8029.729","19549.157"],["7980.428","19551.624"],["8081.706","19591.373"],["8003.726","19605.462"],["7155.146","17778.882"],["7186.041","17829.132"],["9042.981","18512.935"],["9069.018","18588.151"],["8994.814","18547.629"],["9081.827","18610.697"],["12533.758","18883.962"],["11422.520","18709.373"],["5450.288","16389.365"],["11458.540","19245.419"],["13672.471","18706.070"],["13643.197","18828.218"],["7155.463","18928.807"],["6501.061","18353.655"],["6553.660","18360.969"],["6566.297","18295.348"],["6602.837","18306.512"],["10225.148","18158.609"],["10147.089","18200.322"],["7384.410","18593.960"],["7384.202","18507.991"],["7334.777","18626.355"],["7476.310","18634.922"],["7413.873","18607.377"],["7382.843","18659.545"],["10753.072","18660.358"],["10799.351","18615.670"],["7676.090","18916.449"],["7581.659","19030.909"],["7535.134","18985.627"],["7585.639","19000.155"],["7644.295","19037.664"],["13956.092","18963.101"],["14027.408","18948.666"],["14027.983","19065.231"],["6687.021","17951.070"],["6757.810","17896.205"],["6726.776","17955.608"],["7188.344","16319.058"],["7291.758","16155.304"],["7253.581","18272.746"],["7222.226","18260.481"],["5901.211","18218.901"],["10909.359","18288.705"],["10898.420","18375.572"],["11026.345","18377.413"],["10996.430","18272.477"],["10944.423","18336.507"],["10941.907","18363.592"],["11859.027","18513.628"],["11841.488","18612.197"],["11825.106","18577.945"],["11882.173","18552.811"],["7959.320","19212.670"],["7956.549","19216.889"],["8130.876","19304.424"],["8060.188","19251.445"],["7996.525","19151.966"],["8094.345","19298.161"],["8038.383","19102.402"],["8169.093","18928.751"],["8271.145","19017.197"],["8335.059","18890.752"],["8188.824","19052.997"],["9956.752","17025.448"],["10011.770","17091.910"],["8508.847","19322.958"],["8392.704","19379.834"],["8398.290","19433.487"],["8483.166","19452.661"],["8393.507","19520.861"],["8455.758","19407.335"],["8367.768","19457.733"],["7302.805","19402.937"],["7276.981","19423.369"],["7286.996","19365.927"],["7206.645","16026.899"],["7152.462","16099.329"],["5702.875","17986.369"],["7604.514","19751.166"],["7599.098","19846.532"],["7545.194","19893.042"],["10982.405","18575.311"],["10903.829","18615.461"],["10366.608","18636.259"],["10403.867","18600.546"],["10327.932","18589.686"],["10310.656","18645.784"],["10442.084","18605.455"],["10339.458","18601.480"],["7033.793","17330.241"],["7063.775","17225.238"],["12669.419","19050.738"],["12640.472","19099.408"],["10297.698","17222.504"],["10353.433","17218.133"],["10276.493","17392.275"],["10340.785","17282.339"],["11660.875","18795.330"],["11103.071","17943.330"],["11197.845","17986.466"],["11141.982","17986.533"],["11187.060","18037.294"],["7829.989","19226.191"],["7792.322","19141.249"],["7790.623","19161.631"],["7728.822","19128.658"],["7777.739","19119.998"],["7603.513","19175.010"],["7567.184","19230.005"],["7643.177","19285.614"],["7697.819","19285.018"],["7680.364","19238.012"],["7606.016","19311.835"],["7611.961","19189.241"],["7670.072","19189.079"],["8362.383","18231.388"],["6491.863","16414.910"],["6576.539","16522.205"],["12804.599","18855.433"],["12809.353","18858.439"],["12859.451","18757.484"],["12836.310","18720.390"],["6834.319","16546.113"],["6687.044","16484.848"],["5904.644","18283.942"],["10128.741","19102.907"],["10110.423","16943.737"],["10209.259","16963.091"],["10238.205","16883.544"],["6785.456","17409.196"],["6703.385","17305.311"],["6806.468","17334.061"],["6815.815","17375.798"],["7303.661","19005.455"],["7257.598","18946.769"],["7220.248","18993.259"],["12251.311","18958.095"],["12156.050","18894.891"],["7492.434","19545.375"],["7428.599","19542.357"],["7376.329","19711.222"],["7468.684","19699.561"],["7439.312","19645.634"],["13637.675","18329.744"],["7661.643","18785.408"],["6262.337","17561.387"],["7365.169","15911.489"],["8163.394","18222.707"],["8323.964","18200.590"],["10578.488","18565.863"],["6649.213","17291.848"],["6646.456","17265.258"],["6655.198","17364.407"],["7610.756","18706.593"],["7659.030","18854.108"],["7537.070","18726.993"],["7584.527","18819.061"],["6669.220","16290.560"],["11618.734","19002.421"],["11601.053","19002.091"],["11614.757","18934.966"],["6671.663","17146.497"],["6625.190","17099.659"],["12541.093","18898.594"],["6821.301","16800.398"],["6862.278","16852.626"],["10283.011","19135.633"],["10432.646","19139.470"],["10261.484","19125.485"],["7028.184","17572.575"],["6989.811","17468.658"],["6938.662","17593.270"],["6886.848","17471.223"],["7038.960","17482.868"],["7098.930","17209.116"],["7095.555","17308.452"],["7121.381","17203.374"],["9563.358","18619.199"],["10235.001","17107.976"],["10195.483","17009.847"],["10244.823","17009.946"],["10084.496","17017.304"],["12775.093","18738.310"],["9844.114","18546.292"],["9886.571","18519.538"],["10495.470","19035.280"],["10506.394","19021.044"],["10653.466","19048.400"],["10515.902","19099.147"],["10183.902","18680.609"],["9662.314","19048.066"],["9668.806","18962.925"],["9786.832","19013.098"],["9767.903","18954.711"],["9722.562","18897.843"],["9701.622","18897.821"],["9805.637","19084.280"],["11665.716","18484.070"],["11651.242","18528.909"],["13213.054","18785.217"],["13320.423","18871.526"],["8556.136","18623.366"],["8381.497","18554.226"],["8426.554","18579.100"],["8433.349","18645.673"],["6560.061","18452.097"],["6592.955","18390.708"],["8797.682","19111.650"],["11798.654","19129.408"],["7636.422","19312.365"],["7699.585","19436.820"],["7615.814","19380.008"],["7568.489","19388.272"],["7532.439","19471.064"],["7660.054","19318.785"],["7534.549","19323.923"],["7643.245","19437.719"],["7707.054","19493.645"],["7516.144","19357.762"],["12138.382","18976.588"],["11949.790","18984.625"],["12058.438","19080.912"],["12016.398","19094.967"],["8617.854","18308.264"],["10714.583","19154.510"],["10491.341","17978.226"],["7059.832","16576.008"],["6913.950","16749.455"],["6968.832","16590.735"],["6977.651","16679.458"],["12764.966","18962.301"],["12776.574","18999.623"],["6415.407","16753.509"],["6430.471","16679.388"],["7696.919","18312.432"],["7516.828","18304.757"],["7571.166","18342.111"],["7546.578","18328.935"],["7636.949","18324.442"],["7626.142","18325.404"],["9618.578","19277.082"],["9538.560","19209.265"],["7257.836","19312.340"],["7256.643","19379.320"],["13822.228","19014.717"],["13822.639","18991.728"],["13710.069","18912.155"],["5305.662","16289.832"],["5326.137","16330.604"],["5231.442","16345.788"],["6699.555","18340.843"],["6716.587","18322.899"],["6786.181","18426.086"],["6825.786","18412.822"],["6752.674","18441.434"],["6710.736","18406.983"],["6697.151","18423.559"],["6759.732","18269.096"],["6721.702","18265.744"],["9452.043","19028.689"],["9538.936","19068.007"],["9568.223","19088.823"],["7296.602","19118.367"],["7263.746","19112.417"],["13679.774","18544.088"],["13726.468","18627.870"],["13812.027","18650.628"],["12302.116","18610.773"],["8105.699","19341.653"],["8123.919","19333.953"],["8033.967","19496.593"],["8065.239","19450.832"],["8132.249","19473.439"],["8083.360","19398.290"],["7984.102","19498.375"],["7973.943","19434.200"],["8037.038","19454.929"],["8028.206","19344.675"],["8118.311","19421.464"],["8627.480","18842.964"],["8604.648","18791.803"],["8683.918","18802.335"],["8669.780","18859.621"],["8724.534","18726.532"],["8572.440","18816.264"],["8588.554","18877.048"],["8649.228","18364.942"],["8618.042","18450.170"],["10294.906","18956.940"],["10305.019","19023.962"],["10338.314","18920.022"],["10416.174","19018.530"],["10427.954","18991.020"],["10449.482","19006.568"],["10293.915","19010.548"],["6324.761","17639.162"],["6424.966","17682.495"],["9953.705","18748.007"],["9865.425","18711.132"],["9391.461","19107.167"],["9223.647","19137.631"],["9273.363","19124.910"],["5206.670","16520.995"],["5315.155","16352.893"],["5222.933","16421.341"],["9945.882","18868.523"],["10001.503","18855.259"],["9984.757","18803.828"],["9999.647","18804.024"],["9869.964","18801.452"],["9867.195","18844.155"],["5139.321","16006.836"],["5169.449","16026.969"],["5097.440","16077.218"],["10964.773","18101.836"],["11026.603","18171.164"],["11019.077","18160.958"],["11032.754","18162.229"],["11055.196","18199.694"],["7375.901","19726.152"],["11883.132","18417.627"],["11780.550","18295.662"],["11728.559","18288.857"],["11850.294","18417.575"],["7814.013","18010.085"],["7853.053","18017.938"],["13090.574","18970.365"],["13074.094","18901.529"],["12989.485","18997.884"],["13018.301","18961.121"],["13509.928","18488.588"],["13523.316","18481.586"],["6942.160","16124.209"],["6891.659","16105.040"],["7092.431","16109.836"],["8020.476","18979.863"],["8019.387","19037.156"],["8126.080","18988.781"],["8136.467","19061.685"],["8132.703","19698.888"],["8034.422","19724.167"],["12226.050","19071.140"],["12223.352","19076.193"],["12295.522","18891.257"],["7479.279","18340.491"],["7417.624","18445.145"],["12040.175","18886.728"],["12136.675","18736.840"],["12107.184","18804.866"],["11958.626","18706.698"],["6245.317","16901.491"],["5783.402","17932.716"],["5800.178","17974.251"],["5733.094","18015.368"],["7277.140","15880.893"],["7809.040","19341.808"],["8430.810","19568.246"],["8424.807","19666.434"],["8480.255","19690.708"],["8383.178","19729.542"],["8371.451","19534.520"],["8821.179","19077.059"],["8878.301","18993.455"],["8937.650","19027.778"],["8821.654","19024.335"],["8812.944","19009.697"],["10145.065","17260.650"],["10193.163","17328.251"],["10233.623","17332.085"],["10043.985","17323.603"],["8176.273","19787.918"],["8308.362","19769.516"],["7207.447","17215.467"],["10211.073","18710.501"],["10205.000","18831.822"],["10231.841","18759.730"],["10249.166","18865.145"],["10057.989","18708.607"],["10117.278","18736.031"],["10227.560","18793.342"],["10102.423","18802.522"],["10158.566","18867.993"],["10071.723","18847.473"],["7557.148","19963.202"],["7470.347","16021.871"],["12232.991","19151.536"],["5155.555","15692.388"],["5181.351","15572.916"],["7358.304","19340.193"],["7309.401","19390.798"],["7416.364","19384.564"],["7506.403","19432.963"],["7425.967","19480.293"],["7394.320","19358.867"],["7415.759","19429.901"],["7310.104","19353.772"],["7409.697","19347.565"],["7479.905","19341.852"],["10734.450","18021.446"],["10859.648","17870.985"],["10856.265","17956.953"],["10842.290","17896.457"],["8068.936","18425.013"],["8078.223","18280.697"],["5900.603","17780.047"],["5928.964","17664.356"],["9757.068","18873.401"],["9811.059","18818.090"],["9781.401","18868.105"],["7330.766","16158.463"],["7466.032","16285.303"],["7131.925","16758.851"],["7109.441","16705.704"],["7175.245","16710.262"],["12918.323","18554.986"],["12970.625","18534.144"],["12870.247","18624.152"],["5627.374","18133.047"],["5787.007","18182.749"],["5419.408","15988.260"],["5447.522","15979.514"],["5501.709","15998.904"],["5459.124","16024.599"],["11071.969","18602.460"],["10968.820","18622.661"],["10999.932","18660.157"],["10940.333","18668.296"],["8378.205","19153.864"],["8375.135","19151.951"],["8425.946","19304.549"],["8443.176","19272.460"],["8452.166","19209.395"],["8380.998","19210.419"],["10278.601","17543.062"],["10297.044","17559.613"],["10360.837","17585.432"],["8538.058","19212.673"],["8534.266","19262.994"],["9637.644","18653.500"],["9678.653","18668.492"],["6365.896","18285.771"],["6424.057","18281.725"],["6767.532","16142.020"],["6779.588","16307.399"],["6751.419","16239.899"],["6736.042","16310.879"],["6874.144","16305.540"],["8173.302","18365.672"],["8150.515","18282.712"],["8334.935","18350.711"],["8167.265","18271.974"],["8294.466","18301.792"],["9906.047","18473.734"],["10567.156","18622.660"],["10603.142","18631.706"],["10545.199","18618.613"],["11629.886","19196.417"],["11536.224","19295.537"],["8115.047","18886.571"],["8035.169","18688.537"],["8041.568","18694.061"],["6542.775","16197.430"],["6903.046","16979.316"],["7006.386","16942.405"],["6365.443","16798.205"],["6375.223","16931.826"],["6354.252","16902.339"],["6202.991","18371.541"],["6150.811","18406.706"],["5507.940","15927.296"],["5491.942","15888.643"],["7605.542","19115.845"],["7655.147","19119.469"],["7677.600","19118.661"],["7643.953","19141.398"],["9989.287","17278.683"],["10026.820","17315.369"],["7498.713","19089.543"],["7306.478","16822.309"],["6807.799","15752.289"],["6815.390","15880.524"],["6863.554","15758.846"],["7125.908","18601.244"],["7187.538","18534.645"],["7171.611","18641.599"],["7196.872","18584.962"],["10248.754","19129.465"],["10193.423","19177.713"],["10135.371","19143.119"],["6704.259","16035.181"],["11102.387","18702.445"],["11188.390","18730.871"],["11170.423","18729.657"],["11238.231","18680.133"],["11100.902","18763.989"],["7016.601","17020.122"],["6888.226","17050.485"],["6941.930","17046.870"],["5961.283","17866.545"],["13937.926","18566.626"],["14010.295","18575.479"],["13988.770","18488.515"],["10961.469","17904.854"],["10952.232","17963.676"],["10963.373","18017.093"],["11028.148","17904.222"],["11034.138","18024.180"],["14109.589","18667.189"],["10070.582","17661.843"],["6852.245","18140.004"],["6759.885","18053.063"],["6777.390","18064.732"],["6718.930","18147.694"],["6760.173","18211.455"],["6827.862","18199.340"],["6874.045","18212.388"],["6862.470","18119.152"],["6755.683","18141.143"],["6731.079","18088.988"],["6704.717","18199.346"],["7106.832","17610.864"],["7098.757","17527.327"],["7148.236","17442.481"],["10364.034","17827.777"],["14011.014","18860.676"],["13943.827","18865.961"],["13935.340","18805.152"],["13978.502","18682.448"],["10474.817","18315.954"],["10600.370","18345.305"],["10581.460","18301.254"],["10607.320","18263.132"],["10622.163","18274.625"],["8511.371","18354.687"],["8523.394","18437.742"],["8414.772","18327.155"],["8381.049","18465.573"],["11647.887","18443.575"],["7713.400","19782.666"],["10948.729","18724.572"],["10898.800","18738.913"],["10935.063","18826.438"],["8419.243","19058.556"],["8400.888","18936.187"],["8435.844","18928.193"],["8563.264","18893.887"],["8372.404","19007.961"],["8364.957","19002.758"],["8401.495","18975.629"],["8397.176","18990.157"],["8425.332","18941.347"],["8458.914","18931.238"],["11169.764","18396.690"],["11157.465","18424.338"],["11118.496","18370.208"],["11290.278","18373.329"],["11235.689","18347.697"],["13520.938","18319.113"],["10785.234","18767.984"],["10745.681","18732.610"],["10790.059","18835.598"],["10705.814","18851.576"],["10751.694","18708.787"],["10867.417","18799.717"],["10852.829","18729.028"],["11226.369","18053.330"],["11292.619","18144.671"],["11098.683","18241.693"],["11103.145","18045.320"],["11229.708","18093.826"],["11145.781","18203.781"],["11156.466","18246.560"],["11148.769","18224.232"],["14358.001","18745.333"],["14393.281","18784.623"],["10251.582","16961.441"],["14141.933","18378.035"],["14146.801","18304.790"],["14050.777","18410.480"],["14205.834","18380.501"],["14232.134","18307.718"],["11354.226","18699.703"],["11345.116","18749.376"],["11308.768","18715.930"],["10475.561","17639.285"],["7852.140","18469.849"],["7823.662","18555.317"],["7209.676","16520.161"],["9912.226","19135.462"],["11431.131","18047.319"],["11495.260","18159.061"],["7108.507","17100.756"],["7095.819","17121.479"],["7116.740","17059.843"],["11882.474","18781.556"],["11912.228","18842.861"],["11861.932","18886.643"],["11825.814","18706.384"],["8687.952","18625.772"],["8693.786","18567.099"],["8582.443","18494.329"],["8633.803","18510.009"],["6121.853","18359.671"],["6062.807","18344.668"],["6150.693","18336.010"],["6135.274","18287.484"],["6084.435","18355.073"],["6087.362","18380.055"],["10228.751","17979.336"],["10211.583","17929.096"],["6933.379","18160.302"],["6916.335","18101.173"],["6910.871","18166.236"],["6967.434","18054.537"],["6959.237","18163.224"],["4963.268","16178.666"],["4907.426","16251.824"],["4970.194","16276.896"],["10771.031","19100.291"],["13616.600","19068.335"],["13415.239","18970.557"],["13520.732","18896.537"],["13519.186","18914.060"],["13557.867","18999.911"],["13435.876","19096.806"],["13597.801","19098.210"],["7266.445","18142.526"],["7262.987","18203.687"],["12803.829","19098.108"],["12879.835","19055.249"],["12849.687","19012.986"],["12812.450","18983.110"],["12944.353","18932.583"],["10199.720","17425.881"],["5176.631","15731.892"],["5089.669","15771.591"],["6596.964","16802.736"],["10706.612","18625.033"],["13235.295","18999.052"],["13309.255","18907.859"],["13228.515","18939.701"],["13331.982","19049.649"],["7417.571","18701.602"],["7393.402","18692.031"],["7431.482","18770.417"],["7342.277","18875.939"],["13931.360","18175.314"],["13939.485","18248.147"],["10478.358","18881.248"],["10476.748","18811.528"],["10489.865","18686.583"],["10637.902","18865.981"],["10646.538","18749.906"],["10581.822","18793.255"],["10589.361","18821.828"],["10605.768","18749.701"],["10537.077","19168.921"],["10524.405","19113.813"],["8303.468","19471.035"],["8271.890","19425.081"],["8231.367","19416.916"],["8178.358","19456.494"],["8210.502","19474.580"],["8280.563","19482.512"],["8308.908","19462.518"],["8308.755","19519.399"],["8327.877","19487.227"],["5115.694","15928.371"],["8616.961","19255.490"],["8632.267","19153.698"],["8725.809","19153.053"],["6674.975","17630.687"],["6780.435","17626.240"],["6864.266","17656.635"],["6785.256","17652.149"],["6694.788","17686.010"],["12360.637","18945.081"],["12533.626","18933.392"],["12000.296","19152.011"],["14071.177","18786.896"],["14167.065","18779.827"],["14102.263","18755.616"],["6904.508","17844.192"],["7078.704","17886.620"],["7051.268","17848.801"],["6972.228","17887.617"],["10468.562","18913.134"],["10603.703","18944.123"],["10491.493","19001.969"],["10636.140","18927.712"],["9459.275","19117.861"],["9525.435","19184.321"],["9594.971","19142.709"],["10588.121","18055.985"],["10572.032","18075.402"],["10562.739","18137.047"],["10661.756","18176.244"],["7597.585","19583.575"],["7623.320","19656.718"],["7582.486","19649.063"],["7543.732","19539.237"],["7517.829","19641.802"],["7662.443","19685.479"],["7688.627","19619.339"],["4922.712","16390.430"],["7846.737","19370.682"],["7806.166","19486.156"],["7788.021","19450.366"],["7907.101","19487.075"],["7839.712","19523.319"],["7756.073","19342.869"],["7867.985","19449.218"],["7866.602","19366.958"],["9691.402","19244.194"],["9656.860","19218.405"],["9724.552","19288.781"],["9717.922","19301.047"],["7588.804","18237.030"],["7539.600","18159.829"],["9626.229","19132.500"],["9781.492","19124.874"],["7147.745","17839.498"],["7773.215","19816.819"],["7739.290","19763.222"],["7784.273","19875.114"],["7885.522","19902.444"],["7863.597","19785.010"],["7776.740","19805.169"],["10355.156","17909.395"],["10347.456","17958.027"],["10296.074","17904.664"],["8246.193","19724.989"],["8169.933","19609.371"],["8188.904","19713.614"],["8326.282","19631.380"],["8221.052","19641.987"],["10710.013","18899.698"],["10790.761","19025.626"],["10818.349","18891.062"],["10879.021","18895.736"],["10809.099","18913.301"],["6565.706","17673.718"],["8361.533","19331.777"],["6987.706","15767.744"],["7049.494","15913.109"],["6942.582","15800.035"],["6933.696","15916.440"],["7079.665","15783.913"],["11304.214","18036.298"],["7476.643","16491.156"],["10265.709","18328.187"],["10267.111","18359.598"],["11835.415","18369.195"],["9148.681","19021.983"],["9083.359","19041.287"],["9025.013","18990.934"],["9109.980","18953.485"],["9094.877","19071.303"],["9034.321","19093.601"],["10727.169","18162.251"],["10784.506","18129.023"],["10843.281","18158.458"],["10692.551","18230.571"],["10712.454","18059.627"],["10820.366","18059.948"],["10757.812","18068.146"],["6731.459","17999.030"],["6815.721","18030.490"],["6754.210","17979.192"],["13587.227","18876.327"],["7507.643","19193.199"],["7350.833","19152.135"],["7477.024","19179.749"],["7336.070","19295.415"],["7350.225","19181.145"],["7446.980","19136.807"],["7389.967","19188.761"],["7364.391","19224.427"],["7488.550","19218.770"],["7388.096","19288.900"],["7495.619","19294.047"],["7463.680","19254.372"],["9295.894","18969.822"],["9267.689","18965.187"],["9251.687","19013.171"],["9323.979","19058.379"],["5847.712","18227.039"],["7754.085","19982.261"],["12203.221","18884.569"],["12222.017","18685.356"],["12214.714","18685.108"],["6258.712","17103.374"],["6365.981","17042.826"],["6258.712","17103.374"],["11143.100","18623.258"],["8308.233","18696.109"],["8321.977","18831.799"],["8301.579","18704.963"],["8283.700","18837.078"],["8313.965","18868.994"],["6571.619","16719.071"],["6657.056","16769.852"],["6466.841","16570.855"],["13505.938","18436.784"],["13409.721","18355.182"],["11360.665","18129.915"],["11334.390","18241.372"],["6943.594","16558.242"],["7065.023","16533.935"],["6940.350","16468.894"],["7067.479","16477.367"],["14352.693","18359.890"],["10214.419","17042.662"],["7541.744","16160.611"],["8099.447","18480.830"],["8042.971","18675.625"],["8093.235","18617.264"],["8088.900","18605.322"],["8096.943","18612.002"],["8112.739","18605.477"],["8083.510","18578.224"],["8141.662","18614.259"],["8139.976","18578.352"],["8060.291","18561.661"],["8069.570","18567.266"],["7769.818","19544.001"],["7884.108","19593.996"],["7904.861","19581.411"],["7781.645","19595.172"],["7725.657","19616.379"],["7891.057","19533.579"],["6738.754","15639.018"],["6747.915","15666.920"],["6409.318","17508.238"],["6375.746","17446.935"],["6375.209","17556.251"],["6412.468","17527.637"],["6612.705","15794.613"],["6574.118","15851.861"],["7504.152","19961.771"],["5195.212","16233.250"],["5081.744","16201.690"],["5353.056","15906.737"],["5304.402","15913.257"],["10305.705","18717.519"],["10330.920","18866.383"],["10286.617","18757.646"],["10439.813","18713.189"],["10347.005","18701.342"],["10346.499","18750.895"],["10406.267","18824.798"],["10445.821","18869.082"],["10284.908","18848.774"],["5630.381","18062.814"],["5772.928","18104.902"],["5800.579","18047.516"],["7388.357","19056.928"],["7326.625","19053.509"],["7367.708","18956.163"],["7416.650","19062.277"],["7466.275","18914.161"],["7370.129","19016.991"],["7319.499","18995.843"],["8185.843","19536.975"],["8216.434","19555.223"],["10345.822","18284.761"],["10360.964","18303.721"],["10376.796","18351.870"],["13900.621","18622.774"],["13838.072","18616.729"],["8137.323","19266.100"],["7510.784","15918.494"],["6812.935","17554.122"],["6804.516","17533.450"],["6763.998","17564.320"],["6793.990","17595.057"],["6718.492","17620.707"],["10753.822","18256.335"],["10726.332","18293.303"],["10772.782","18381.096"],["10838.047","18358.902"],["10815.909","18379.302"],["7190.019","15845.050"],["6651.468","17599.605"],["6461.871","17465.927"],["6547.177","17533.553"],["6521.730","17560.102"],["6591.731","17565.666"],["10578.305","17539.695"],["8371.489","18759.945"],["8401.332","18792.704"],["8407.878","18739.647"],["8419.422","18743.556"],["8427.916","18796.769"],["8554.544","18822.221"],["8552.432","18867.199"],["8518.046","18848.656"],["8477.197","18877.055"],["8467.167","18803.378"],["8474.292","18791.201"],["8480.944","18807.464"],["5364.465","16066.461"],["5239.147","15974.281"],["5397.263","15951.427"],["8936.470","18514.160"],["10277.045","18077.764"],["10384.735","18195.968"],["6713.368","16596.882"],["6695.148","16705.962"],["6807.517","16663.035"],["6759.048","16761.174"],["10039.113","18985.668"],["9972.024","18917.038"],["9925.413","19054.242"],["9865.053","19032.821"],["9856.639","18904.176"],["9978.616","18980.988"],["9877.643","19075.463"],["8789.117","18710.724"],["8783.673","18764.209"],["8787.546","18696.208"],["10123.673","18433.906"],["10085.298","18267.443"],["10184.034","18312.957"],["8707.529","18941.231"],["8675.645","18950.262"],["8666.855","19060.275"],["8577.035","19082.618"],["8581.500","19048.786"],["8588.613","19043.088"],["8618.735","19065.814"],["14301.335","18910.149"],["10098.022","19059.291"],["10114.712","19041.982"],["10175.380","18932.649"],["7928.774","18904.956"],["7767.246","18980.225"],["7900.178","19022.493"],["7813.519","19050.056"],["7860.023","19062.919"],["7049.936","17778.953"],["6890.381","17752.173"],["6949.385","17701.217"],["7026.839","17680.471"],["7047.761","17674.405"],["6657.966","18099.963"],["7977.827","19742.736"],["8018.482","19782.200"],["8114.573","19762.332"],["8124.678","19807.296"],["5111.921","16589.983"],["7814.317","18373.030"],["7891.539","18412.554"],["7758.156","18450.511"],["7796.843","18375.502"],["8188.580","19176.409"],["8288.148","19309.201"],["8191.892","19293.526"],["8185.434","19208.724"],["8254.271","19231.609"],["9177.166","19183.335"],["9138.216","19170.324"],["9164.224","19235.090"],["11843.523","18978.200"],["11741.975","19029.980"],["11869.427","18988.665"],["11780.842","19099.928"],["12028.411","19268.561"],["12123.783","19196.173"],["6428.799","16179.246"],["8124.562","18246.265"],["5903.463","17917.857"],["7860.269","19186.400"],["7900.803","19182.078"],["7891.876","19103.206"],["7856.995","19116.664"],["7801.630","19164.837"],["14129.719","18893.160"],["14167.253","19041.111"],["14184.177","19057.230"],["14133.931","18943.242"],["14053.937","18946.288"],["14058.131","19039.633"],["9232.969","19243.226"],["9384.708","19179.241"],["9259.427","19296.181"],["9391.898","19223.368"],["14153.205","18504.965"],["14159.669","18529.243"],["14058.671","18508.515"],["5931.159","17592.052"],["5957.437","17507.958"],["5997.867","17575.028"],["7699.834","18570.336"],["7692.078","18599.230"],["7721.511","18579.176"],["7660.397","18562.880"],["7689.128","18654.846"],["7708.649","18664.085"],["7723.398","18525.266"],["14300.677","18862.287"],["14307.305","18889.092"],["14364.778","18826.786"],["6423.393","17338.620"],["6342.116","17366.359"],["7063.716","16157.196"],["7030.944","16218.208"],["7039.588","16293.325"],["6990.673","16347.299"],["11542.628","18150.886"],["7743.809","19090.935"],["10235.257","18634.447"],["7386.523","16720.746"],["7362.806","16671.306"],["6720.709","17132.938"],["9113.105","19373.972"],["9058.690","19416.612"],["7113.390","19141.598"],["7297.558","19236.933"],["7101.372","19231.067"],["7259.544","19219.995"],["7160.225","19212.914"],["7095.615","19178.518"],["7152.294","19134.444"],["14063.827","18091.623"],["14141.804","18224.786"],["14114.518","18218.708"],["7437.626","19914.673"],["7476.499","19814.010"],["7468.885","19792.823"],["7463.908","19741.379"],["7412.461","19754.155"],["13864.962","18267.849"],["7266.019","18807.554"],["7268.028","18699.493"],["11516.385","19175.213"],["11537.523","19213.704"],["7786.859","19689.087"],["7794.505","19637.062"],["7895.591","19733.953"],["7733.299","19709.468"],["11961.188","18392.878"],["7138.272","18829.933"],["10278.018","17148.543"],["10359.060","17132.827"],["8214.462","18481.287"],["8148.499","18608.653"],["8039.156","19629.125"],["8057.578","19596.385"],["8053.298","19575.548"],["7978.043","19553.375"],["8091.640","19537.782"],["8105.818","19593.438"],["7978.167","19571.589"],["7131.736","17668.775"],["7133.722","17691.342"],["7184.258","17785.009"],["9032.900","18602.849"],["9085.067","18649.002"],["12537.064","18858.363"],["11439.148","18734.113"],["5446.850","16355.739"],["11482.139","19244.939"],["11438.228","19237.459"],["13660.187","18869.292"],["13806.829","18790.438"],["7190.364","18931.384"],["7095.416","18999.138"],["6664.697","18269.308"],["6632.079","18278.199"],["6670.986","18345.121"],["6479.140","18359.705"],["6515.406","18351.757"],["6581.741","18277.578"],["6663.539","18340.539"],["6607.475","18320.005"],["12368.301","18882.091"],["8999.650","18452.675"],["8995.405","18466.213"],["10158.630","18067.513"],["10215.104","18150.594"],["10065.510","18223.493"],["7394.344","18529.021"],["7306.438","18609.865"],["7485.027","18631.239"],["7457.574","18595.799"],["10754.914","18664.024"],["10698.131","18658.425"],["10877.204","18673.441"],["10864.773","18618.423"],["10820.305","18655.274"],["7665.024","18892.432"],["7699.046","18938.402"],["7667.294","19000.290"],["7673.981","18958.145"],["7548.202","19098.311"],["7552.420","18995.762"],["7662.206","19034.427"],["7578.529","19097.632"],["6250.728","17542.387"],["13850.255","19001.043"],["13941.339","19078.708"],["6189.349","17201.452"],["6718.693","17981.821"],["6706.253","17962.180"],["6741.475","17878.209"],["7164.312","16335.862"],["7229.738","18276.783"],["5839.698","18191.519"],["10908.175","18318.581"],["10928.733","18369.297"],["11054.454","18423.540"],["11017.055","18273.485"],["11888.376","18479.930"],["11748.742","18510.874"],["11848.971","18654.658"],["11875.890","18646.601"],["11915.035","18643.761"],["11873.604","18640.293"],["8013.264","19244.839"],["8051.506","19199.291"],["8015.188","19127.455"],["7946.305","19102.585"],["7941.836","19254.875"],["8055.102","19289.127"],["8020.593","19110.735"],["8126.077","19140.738"],["8273.300","18999.922"],["8350.844","18899.228"],["8356.203","19004.468"],["8299.311","18992.239"],["8275.316","18904.281"],["8244.295","18913.166"],["8253.284","18906.180"],["8308.526","18999.102"],["10031.875","17184.867"],["9995.124","17037.900"],["9988.761","17120.977"],["8552.127","19320.075"],["8516.696","19346.818"],["8485.609","19385.597"],["8398.216","19403.114"],["8399.530","19333.657"],["8463.685","19421.035"],["8441.036","19513.981"],["8419.816","19363.446"],["8467.994","19381.290"],["8389.528","19434.100"],["8405.479","19505.149"],["7270.320","19425.565"],["7298.105","16028.465"],["7251.304","15972.866"],["7197.198","16107.945"],["7220.968","16094.082"],["7276.132","15953.462"],["5710.177","17963.347"],["5759.640","17901.482"],["7556.981","19769.647"],["7613.605","19876.673"],["7539.503","19865.578"],["7693.143","19905.351"],["7610.437","19779.494"],["10928.105","18589.664"],["10400.112","18639.066"],["10311.057","18592.146"],["10382.320","18589.523"],["7022.902","17325.999"],["7088.025","17201.569"],["7049.244","17217.993"],["12643.136","19012.125"],["5220.608","15764.648"],["10407.956","17211.180"],["10324.947","17323.285"],["11692.487","18796.800"],["11672.339","18785.156"],["11138.005","17915.452"],["11205.182","17918.156"],["11255.201","18042.607"],["11168.249","17994.725"],["11098.873","17985.093"],["7792.141","19127.856"],["7778.666","19180.211"],["7734.677","19148.625"],["7763.611","19141.550"],["7862.310","19256.493"],["7578.206","19147.617"],["7623.001","19309.376"],["7624.921","19300.989"],["7678.838","19196.577"],["7685.084","19254.164"],["7657.423","19299.446"],["7607.332","19302.702"],["7621.490","19241.510"],["7626.303","19197.284"],["7652.559","19161.173"],["7534.489","19128.327"],["7549.813","19276.651"],["8412.054","18210.443"],["6501.610","16419.466"],["6747.909","18487.749"],["12828.892","18714.528"],["12861.129","18851.307"],["12822.872","18717.847"],["6804.895","16493.198"],["6732.734","16465.971"],["5922.440","18270.780"],["6020.815","18449.320"],["10188.862","16948.816"],["10193.027","16897.414"],["6717.645","17400.240"],["6727.349","17287.111"],["6754.423","17358.983"],["6842.673","17332.389"],["7238.559","18985.170"],["7197.553","19025.341"],["7464.901","19575.053"],["7422.454","19564.550"],["7415.476","19693.622"],["7508.454","19697.909"],["7439.065","19625.618"],["7644.855","18684.977"],["7683.025","18754.309"],["6314.156","17615.755"],["8317.154","18255.024"],["7146.520","17959.949"],["10489.682","18564.877"],["6617.980","17287.191"],["6657.773","17276.222"],["6479.805","17402.576"],["7576.901","18707.324"],["7525.253","18802.267"],["6548.565","16347.721"],["11536.596","18978.903"],["11591.053","19019.002"],["11606.152","19027.326"],["11677.600","19065.554"],["11601.533","18912.869"],["6858.019","16866.416"],["10320.945","19109.734"],["10326.120","19175.418"],["10263.373","19168.609"],["10426.347","19115.507"],["7038.193","17606.798"],["7039.165","17561.229"],["6979.594","17456.419"],["6938.793","17554.272"],["6997.099","17607.799"],["6885.022","17477.318"],["7042.447","17477.864"],["7105.916","17300.690"],["7121.052","17215.001"],["9600.724","18620.323"],["10228.229","17121.053"],["12688.530","18866.449"],["12688.744","18795.549"],["10506.786","19028.558"],["10667.019","19040.770"],["7377.888","19478.940"],["10104.012","18696.128"],["9681.870","19058.752"],["9676.240","19010.340"],["9772.885","19020.496"],["9768.068","18947.742"],["9675.882","18919.522"],["9726.255","19092.618"],["7724.799","19018.350"],["11716.670","18552.641"],["13302.462","18807.645"],["8535.807","18616.942"],["8374.511","18516.196"],["8457.921","18671.503"],["6546.403","18422.841"],["6552.446","18438.835"],["8857.728","19122.222"],["8812.684","19112.372"],["7706.267","19335.108"],["7559.558","19450.667"],["7623.513","19491.591"],["7696.770","19516.534"],["7668.080","19469.164"],["7713.074","19485.338"],["12068.662","18983.359"],["12064.468","18935.894"],["11936.220","19056.212"],["11978.273","19035.875"],["8602.589","18294.743"],["7579.269","18674.260"],["10652.251","17925.113"],["7062.213","16591.753"],["6964.049","16623.867"],["12709.699","18998.318"],["12759.830","19038.549"],["12687.607","18928.982"],["6387.810","16730.557"],["6403.865","16677.336"],["7713.000","18271.599"],["7541.963","18307.596"],["7643.901","18268.956"],["7601.707","18340.068"],["7676.078","18392.421"],["7553.581","18333.410"],["7634.117","18334.887"],["9614.959","19278.684"],["9518.050","19214.533"],["7260.122","19321.919"],["7214.143","19407.892"],["5003.386","16369.438"],["13641.717","18938.260"],["13724.432","19027.929"],["13812.130","19050.555"],["13724.592","18935.425"],["13725.924","18932.337"],["5269.244","16301.064"],["5290.122","16320.459"],["5332.897","16301.950"],["5309.144","16276.087"],["7437.671","18241.974"],["7323.700","18189.681"],["6765.781","18307.061"],["6781.218","18423.964"],["6844.391","18261.794"],["6805.518","18331.955"],["6722.254","18435.371"],["6679.752","18413.007"],["6745.928","18270.347"],["9459.412","19015.840"],["9552.077","19013.903"],["9485.114","19091.139"],["9587.648","19079.409"],["7291.470","19126.310"],["13758.359","18554.905"],["13658.310","18566.136"],["13671.715","18543.824"],["12167.165","18658.073"],["12231.244","18673.036"],["12182.198","18656.306"],["5452.765","17597.496"],["5455.359","17617.054"],["5465.219","17443.118"],["5475.053","17415.617"],["5453.389","17434.825"],["5478.212","17426.225"],["5492.901","17413.891"],["5471.114","17441.970"],["5457.075","17430.731"],["5541.776","17612.684"],["5512.976","17593.659"],["5502.828","17613.378"],["8042.898","19509.458"],["7983.066","19482.570"],["8014.867","19430.090"],["8069.029","19364.890"],["8140.467","19410.280"],["8102.692","19498.922"],["8584.107","18807.234"],["8678.145","18804.034"],["8746.926","18750.330"],["8765.181","18773.592"],["8664.863","18771.090"],["8634.071","18374.594"],["10303.259","19039.090"],["10401.667","19016.449"],["10291.202","19025.053"],["10454.881","18988.509"],["10434.105","18992.192"],["10439.778","19046.105"],["10347.451","19010.350"],["9974.395","18726.223"],["9907.563","18727.366"],["9853.254","18783.979"],["9354.816","19118.017"],["9212.775","19153.838"],["9376.007","19120.810"],["5253.652","16551.020"],["5352.763","16385.249"],["5222.764","16376.242"],["5402.279","16521.707"],["5295.364","16549.609"],["5270.035","16475.868"],["5294.394","16560.426"],["24389.913","7867.643"],["9936.868","18840.133"],["10010.302","18880.659"],["9986.023","18807.626"],["10008.577","18786.980"],["10029.338","18871.585"],["5177.195","15996.647"],["5148.797","16061.938"],["10979.345","18132.802"],["11045.278","18123.551"],["10929.298","18247.080"],["11072.696","18221.379"],["10975.114","18249.488"],["7357.940","19679.249"],["11879.576","18461.169"],["11789.685","18429.796"],["11725.337","18462.732"],["11734.071","18385.589"],["7855.346","18012.414"],["7853.538","17949.085"],["23855.107","7983.109"],["23893.497","7911.677"],["13100.492","19015.187"],["13077.680","18892.182"],["13580.783","18498.365"],["13521.787","18491.990"],["12007.683","18563.827"],["11992.633","18647.791"],["12007.535","18530.499"],["8005.624","18932.464"],["7942.577","19006.933"],["8131.655","18966.568"],["7965.718","19076.291"],["8129.684","19049.799"],["24086.905","7460.916"],["23995.450","7404.313"],["24038.764","7458.422"],["24015.596","7423.296"],["8119.413","19690.664"],["12182.267","19068.398"],["12227.810","19082.733"],["12261.870","19051.109"],["12340.571","18889.754"],["11943.507","18851.858"],["11941.402","18812.866"],["11936.932","18714.559"],["5782.115","17970.885"],["5796.005","17959.549"],["7802.938","19335.780"],["7884.941","19318.871"],["8453.902","19591.532"],["8370.284","19653.470"],["8454.301","19676.389"],["8359.215","19683.200"],["8420.904","19543.692"],["8887.051","18964.916"],["8902.814","18993.988"],["8899.718","19087.920"],["8851.983","19064.269"],["8845.848","18972.717"],["10084.849","17242.085"],["10064.440","17311.709"],["10122.937","17265.969"],["10199.465","17328.789"],["10183.608","17364.945"],["10217.526","17356.767"],["10049.462","17371.167"],["8179.003","19778.488"],["8299.663","19749.498"],["8309.826","19742.646"],["7171.295","17201.892"],["7121.887","17335.224"],["10215.399","18705.563"],["10236.743","18724.883"],["10187.659","18878.828"],["10123.857","18719.466"],["10198.860","18807.380"],["10045.187","18804.124"],["10105.244","18887.580"],["9986.605","17695.920"],["5467.858","17400.693"],["5470.587","17393.799"],["5462.681","17400.066"],["12168.625","19247.223"],["12152.260","19240.039"],["12177.727","19158.010"],["5686.323","17528.999"],["5787.475","17594.021"],["8597.850","19319.117"],["7307.794","19349.540"],["7329.861","19460.840"],["7509.084","19464.953"],["7474.059","19517.105"],["7397.721","19394.786"],["7448.055","19424.326"],["7404.304","19368.677"],["7389.410","19428.497"],["7396.769","19325.088"],["7501.186","19342.660"],["7446.730","19347.665"],["24478.478","8033.198"],["24510.810","7938.660"],["10793.787","18037.685"],["10759.471","17986.830"],["10823.414","17873.116"],["10852.893","18006.912"],["8084.443","18412.627"],["8087.969","18296.989"],["5936.787","17760.724"],["5904.636","17722.021"],["5947.566","17639.071"],["11490.662","19113.000"],["9751.723","18873.153"],["12900.412","18603.755"],["12923.898","18661.509"],["12891.908","18521.922"],["5660.957","16383.015"],["5820.163","18207.017"],["5657.587","18174.071"],["5775.708","18162.220"],["5496.216","16008.302"],["5450.286","16049.904"],["5593.025","16027.245"],["5533.001","16121.564"],["5546.060","16099.037"],["11059.650","18597.803"],["10987.586","18615.840"],["5204.242","17331.553"],["13396.892","18283.390"],["8524.193","19181.377"],["8481.356","19199.984"],["8446.985","19215.373"],["8383.278","19268.712"],["8360.290","19281.722"],["10286.611","17514.457"],["10322.061","17572.033"],["10358.715","17556.283"],["8541.191","19289.617"],["6376.784","18345.622"],["6408.512","18312.144"],["6266.947","18404.667"],["5087.084","18120.073"],["8329.449","18349.477"],["8199.083","18454.945"],["8170.490","18277.806"],["8218.151","18262.822"],["10565.610","18643.849"],["10497.546","18672.033"],["10661.908","18636.115"],["11524.771","19227.961"],["11567.556","19268.022"],["11548.937","19277.205"],["7020.575","16971.819"],["6901.862","16947.276"],["6339.177","16849.204"],["6406.243","16971.826"],["6140.712","18384.113"],["9677.017","19332.922"],["5480.921","15893.369"],["5537.236","15881.739"],["5593.996","15896.785"],["5509.397","15817.194"],["5560.335","15773.957"],["5546.634","15810.885"],["7644.933","19131.773"],["7723.016","19137.213"],["7679.195","19102.063"],["7654.319","19122.642"],["10003.991","17266.858"],["7333.714","19092.898"],["7118.934","18576.323"],["7129.067","18540.624"],["7203.437","18589.956"],["10163.653","19189.934"],["11258.587","18711.653"],["11224.114","18765.421"],["11150.160","18743.712"],["11204.777","18694.386"],["6887.552","16997.223"],["6928.986","17075.838"],["6932.594","17191.033"],["5943.059","17840.979"],["14013.124","18551.053"],["13978.852","18533.387"],["10920.809","17844.039"],["10975.975","17912.798"],["10954.616","17995.650"],["10937.666","18019.091"],["10890.020","17937.118"],["11034.005","17967.224"],["11032.543","18016.186"],["5201.278","18074.788"],["10128.263","17629.655"],["5537.935","16152.018"],["5436.577","16148.631"],["6804.606","18201.223"],["6869.407","18180.431"],["6872.818","18162.735"],["6857.717","18096.146"],["6826.543","18083.521"],["6760.625","18140.554"],["6710.239","18118.794"],["6673.991","18200.854"],["6677.759","18174.720"],["6434.522","17674.402"],["7098.455","17567.690"],["10352.833","17816.613"],["13901.855","18698.463"],["13958.514","18728.983"],["13994.090","18766.341"],["14015.361","18687.171"],["10543.380","18371.664"],["8513.342","18417.500"],["11712.852","18308.643"],["7672.679","19762.693"],["7723.351","19823.822"],["7665.684","19800.997"],["11036.626","18682.569"],["11000.127","18694.283"],["11083.666","18770.595"],["10943.484","18836.099"],["10884.268","18871.508"],["11146.380","18451.753"],["11257.989","18378.783"],["11217.947","18331.928"],["11107.815","18375.974"],["11215.233","18366.181"],["11149.263","18268.526"],["11210.459","18364.312"],["11245.640","18313.775"],["11248.255","18332.586"],["10814.616","18884.753"],["10847.027","18778.801"],["10709.711","18746.632"],["10684.449","18729.312"],["10771.786","18810.841"],["10687.804","18855.275"],["10792.582","18710.405"],["10674.644","18685.907"],["10826.743","18826.043"],["10823.619","18747.839"],["11276.023","18175.340"],["11264.708","18186.455"],["11246.155","18180.047"],["11220.481","18134.585"],["11229.297","18054.305"],["11175.731","18172.353"],["11096.998","18131.659"],["11106.192","18158.183"],["11302.696","18254.485"],["14351.028","18707.331"],["14399.251","18686.406"],["14163.676","18389.216"],["14107.442","18326.805"],["14183.808","18302.527"],["14091.319","18398.870"],["14138.408","18412.842"],["11307.927","18704.112"],["11377.056","18738.905"],["5616.485","17927.154"],["24490.879","7926.281"],["10555.577","17656.807"],["7731.682","18526.696"],["7791.449","18555.888"],["9921.634","19107.733"],["9865.834","19134.638"],["11429.552","18122.909"],["11426.329","18076.072"],["7147.109","17095.009"],["7123.500","17059.215"],["11837.688","18854.735"],["11901.767","18771.003"],["11891.570","18754.405"],["11866.340","18847.502"],["11812.212","18729.902"],["8651.472","18643.228"],["8620.547","18513.345"],["23939.361","7787.110"],["6095.359","18366.690"],["6154.454","18334.312"],["6111.393","18291.547"],["10241.705","17885.159"],["10215.175","17897.512"],["5357.163","16717.985"],["5338.005","16700.363"],["5315.213","16702.005"],["5343.082","16753.656"],["5393.085","16759.282"],["5362.295","16752.345"],["5397.937","16591.599"],["6936.669","18155.661"],["6885.088","18090.931"],["6956.249","18045.900"],["6960.793","18157.572"],["5204.093","17720.402"],["5377.513","17785.421"],["5351.576","17753.034"],["10775.465","19063.429"],["13446.949","18954.801"],["13464.614","18931.135"],["13521.783","18952.083"],["13582.868","18953.388"],["13558.031","19060.935"],["13571.600","18988.647"],["13462.274","19011.339"],["5682.712","16013.835"],["5689.489","16050.317"],["7268.402","18150.998"],["7294.056","18251.746"],["12804.978","18892.262"],["12967.540","19063.510"],["12830.509","18899.543"],["12826.808","18908.973"],["12871.163","18907.446"],["12922.051","18949.676"],["12979.863","18918.991"],["12863.959","18896.480"],["10208.042","17416.236"],["10186.693","17548.798"],["6486.954","16796.517"],["6620.007","16814.098"],["5737.203","16345.658"],["5759.078","16319.085"],["5751.139","16234.271"],["5655.848","16239.595"],["5682.723","16281.577"],["5625.009","16298.819"],["5179.553","17591.841"],["4990.626","17574.503"],["5156.670","17579.340"],["5163.882","17549.194"],["5158.913","17501.297"],["5029.562","17496.975"],["5047.144","17508.371"],["5075.565","17438.577"],["5056.220","17574.480"],["9782.296","18590.965"],["9800.324","18622.471"],["9807.070","18560.972"],["13205.657","18932.149"],["13300.018","19075.279"],["13361.851","19015.611"],["13328.643","18958.005"],["7392.045","18717.672"],["7318.817","18705.769"],["7306.860","18774.637"],["7375.383","18752.097"],["7508.477","18777.511"],["7428.275","18788.584"],["7348.226","18844.720"],["13920.094","18227.635"],["14000.538","18180.971"],["10473.129","18791.610"],["10638.936","18879.553"],["10631.981","18860.960"],["10582.627","18783.626"],["10594.114","18798.030"],["10548.696","18721.658"],["10601.431","18695.009"],["10487.767","19145.684"],["8292.926","19468.383"],["8172.741","19418.009"],["8302.744","19435.313"],["8239.489","19430.135"],["8291.825","19364.716"],["8192.584","19377.230"],["8204.778","19349.049"],["8149.460","19452.200"],["8222.064","19472.169"],["8342.473","19385.551"],["8309.281","19507.486"],["8304.576","19511.530"],["8595.991","19269.230"],["8620.043","19271.141"],["8593.950","19184.990"],["8670.969","19216.091"],["8685.167","19114.919"],["6690.429","17645.300"],["24435.469","7781.058"],["24452.446","7679.737"],["12540.090","18999.222"],["11980.362","19134.290"],["12063.109","19119.195"],["11994.556","19104.315"],["14133.841","18814.972"],["14113.184","18824.451"],["14168.595","18741.974"],["14199.960","18788.580"],["14153.716","18840.724"],["7064.576","17934.547"],["7054.892","17834.166"],["7027.497","17870.223"],["10477.289","18897.895"],["10498.660","18936.668"],["10543.538","18948.829"],["24296.956","7563.636"],["9491.224","19141.051"],["9553.803","19124.310"],["10590.127","18075.209"],["10487.608","18069.654"],["10530.572","18249.924"],["10597.452","18235.551"],["10660.781","18235.863"],["4984.176","17413.984"],["4972.600","17522.546"],["4806.834","17464.699"],["4928.333","17599.083"],["4955.817","17554.772"],["7613.090","19656.503"],["7602.602","19672.581"],["7518.553","19595.873"],["7678.366","19560.696"],["7680.420","19643.633"],["24095.673","7659.970"],["23980.583","7581.828"],["23935.744","7554.271"],["24132.020","7522.039"],["7726.283","19312.169"],["7805.449","19489.920"],["7776.475","19460.193"],["7907.364","19466.778"],["7930.826","19441.329"],["7762.504","19381.894"],["7849.893","19432.157"],["7935.242","19399.501"],["9702.093","19196.168"],["9765.621","19266.816"],["7724.151","18250.658"],["9628.170","19131.922"],["9731.272","19106.012"],["9786.246","19102.810"],["23558.928","7832.783"],["23569.632","7829.616"],["7209.152","17900.656"],["7261.313","17834.229"],["7797.902","19817.628"],["7737.184","19839.870"],["7730.563","19927.667"],["7908.236","19860.066"],["7867.544","19765.142"],["7817.694","19802.609"],["9611.352","18711.828"],["10263.867","17930.699"],["10355.107","17927.743"],["10368.529","17962.530"],["8205.444","19688.443"],["8149.982","19652.641"],["8237.473","19726.215"],["8348.782","19614.320"],["8198.650","19628.395"],["8234.395","19559.303"],["10695.013","18953.571"],["10782.684","18950.725"],["6605.985","17652.479"],["7881.882","18106.634"],["13107.515","18878.556"],["13196.229","18799.469"],["10372.141","18399.632"],["10257.829","18402.756"],["7276.874","18599.365"],["11809.510","18327.279"],["11909.856","18334.596"],["11790.911","18304.662"],["11823.987","18280.914"],["9191.851","19015.153"],["9169.898","18978.812"],["9069.033","19042.690"],["9047.069","19038.844"],["9087.036","18966.152"],["9192.693","19097.598"],["9110.074","19082.054"],["9027.956","19081.049"],["10734.735","18119.755"],["10797.064","18220.654"],["10712.025","18205.270"],["10679.477","18088.810"],["10739.236","18055.683"],["10793.881","18079.046"],["6709.156","18035.429"],["6773.608","18021.097"],["6732.762","17977.808"],["6731.675","17994.548"],["13593.263","18840.242"],["13504.811","18817.297"],["7399.505","19230.284"],["7483.076","19171.607"],["7344.584","19190.988"],["7473.307","19139.396"],["7381.525","19174.594"],["7361.546","19232.850"],["7493.369","19232.742"],["7407.767","19255.638"],["7413.779","19276.618"],["9250.139","18959.506"],["9349.801","19011.872"],["5856.610","18247.897"],["24193.747","7897.446"],["12267.824","18871.736"],["12160.293","18819.003"],["12181.823","18858.194"],["12298.580","18762.367"],["6389.402","17048.276"],["13021.925","18564.713"],["11158.116","18662.796"],["8169.373","18875.852"],["8351.275","18787.922"],["8344.105","18720.634"],["6499.627","16758.666"],["6630.977","16685.520"],["6588.235","16715.141"],["6660.461","16732.197"],["13430.922","18274.554"],["13443.652","18330.376"],["13440.544","18343.687"],["11341.931","18120.303"],["11384.010","18163.157"],["4978.109","17399.429"],["4967.079","17405.298"],["4934.385","17362.408"],["4858.323","17270.971"],["4876.300","17252.441"],["4950.214","17246.363"],["4837.907","17397.944"],["4883.433","17405.558"],["14378.762","18342.648"],["14363.449","18341.789"],["14298.745","18310.526"],["14352.397","18366.975"],["5525.157","16612.021"],["5428.019","16742.651"],["5565.102","16691.817"],["5551.105","16739.249"],["5548.013","16684.518"],["8084.360","18529.697"],["7836.561","19620.712"],["7790.443","19528.559"],["7735.439","19549.568"],["7875.835","19599.561"],["7866.652","19528.669"],["7875.650","19528.826"],["7769.999","19628.947"],["7888.425","19576.717"],["6337.160","17432.022"],["6410.653","17579.736"],["6360.444","17601.118"],["6300.036","17538.478"],["6421.860","17541.080"],["6439.174","17485.250"],["5171.708","16223.137"],["5066.717","16200.649"],["5155.321","16332.387"],["10012.476","16974.152"],["10269.357","18682.870"],["10352.795","18837.993"],["10251.348","18836.265"],["10291.864","18750.264"],["10421.227","18712.198"],["10344.686","18685.157"],["10350.759","18724.850"],["10407.632","18824.749"],["10424.916","18850.337"],["10272.062","18862.184"],["5630.811","18067.040"],["5719.442","18075.467"],["5726.324","18097.763"],["7389.845","19079.082"],["7430.137","19027.264"],["7452.788","18913.534"],["7356.149","19013.952"],["7362.248","18890.943"],["8216.160","19553.965"],["8189.281","19558.494"],["10405.164","18262.350"],["10411.375","18318.634"],["10459.619","18295.987"],["13831.353","18593.056"],["13866.413","18613.480"],["13905.591","18641.375"],["8133.902","19286.166"],["6670.212","18470.612"],["6596.705","18467.770"],["6768.067","17438.448"],["6718.536","17541.640"],["6690.478","17505.228"],["6789.144","17602.876"],["6852.078","17420.885"],["10796.381","18284.847"],["10761.384","18352.690"],["10691.616","18378.975"],["10857.833","18373.440"],["6606.781","17593.032"],["6511.806","17619.201"],["6465.401","17471.157"],["6501.774","17534.026"],["6520.204","17593.763"],["6511.549","17556.237"],["6593.442","17558.201"],["10634.686","17615.484"],["8530.375","18818.565"],["8379.374","18818.468"],["5360.407","15930.157"],["5272.371","16047.551"],["5391.044","16043.901"],["5240.578","15939.632"],["5394.204","15946.241"],["5263.001","16115.636"],["5367.844","16090.415"],["8798.089","18658.405"],["8953.892","18549.151"],["10307.392","18123.059"],["10300.457","18146.365"],["10395.147","18200.147"],["6689.830","16712.020"],["9938.406","18922.373"],["9923.357","19027.174"],["9880.135","19024.629"],["9883.086","18909.659"],["9934.208","18959.799"],["10090.482","18402.279"],["10212.036","18426.364"],["10250.319","18310.052"],["10055.818","18289.017"],["10161.230","18393.791"],["10182.718","18361.875"],["5152.725","18032.988"],["8603.665","18903.047"],["8662.593","18901.107"],["8695.506","18915.269"],["8685.793","18993.367"],["8704.618","19058.987"],["8770.423","19052.946"],["7442.535","18532.721"],["7390.487","18472.951"],["14288.835","18920.884"],["10046.794","18937.327"],["10075.955","18991.961"],["10248.327","18905.541"],["10127.506","18970.608"],["10111.192","19099.356"],["10213.637","18988.272"],["7884.456","19007.076"],["7857.830","18975.453"],["7770.075","19016.212"],["7898.708","19051.200"],["7795.707","19054.168"],["7857.918","19096.890"],["7048.860","17749.318"],["7069.404","17649.346"],["6902.914","17746.491"],["6903.866","17808.667"],["6979.660","17707.356"],["7020.019","17714.957"],["7044.267","17631.935"],["6664.643","18093.984"],["6648.743","18215.766"],["8014.932","19773.449"],["7993.021","19808.723"],["8092.419","19821.127"],["8134.612","19819.104"],["7842.388","18443.075"],["7755.683","18367.943"],["7867.287","18415.041"],["8329.641","19238.472"],["8348.827","19243.581"],["8273.147","19280.795"],["8299.942","19218.552"],["8254.971","19102.753"],["8174.233","19255.528"],["8274.469","19184.342"],["9090.140","19136.666"],["9135.770","19286.387"],["11040.599","17863.016"],["11751.531","19028.841"],["11867.980","19049.309"],["11899.230","18990.828"],["11486.267","18982.355"],["11500.428","19033.189"],["12121.635","19274.704"],["8057.346","18212.600"],["8113.391","18233.769"],["5931.127","17924.942"],["7897.053","19194.217"],["7726.486","19239.501"],["7837.542","19135.905"],["7806.141","19201.120"],["7882.067","19267.906"],["14223.667","19100.484"],["14247.862","19057.643"],["14245.625","19078.981"],["14189.243","18968.427"],["14074.316","19000.574"],["9259.581","19236.983"],["9304.054","19148.395"],["9399.692","19205.278"],["9246.894","19248.865"],["14236.579","18603.621"],["14183.172","18497.814"],["14095.294","18571.043"],["14164.373","18588.252"],["14127.744","18615.932"],["14102.158","18519.415"],["5978.539","17501.600"],["5936.323","17555.702"],["14316.615","18867.506"],["14343.922","18762.905"],["14319.728","18731.708"],["6413.014","17343.129"],["6381.819","17324.476"],["10403.061","18550.802"],["10344.870","18555.320"],["7718.049","19965.267"],["11542.973","18093.429"],["10232.855","18612.416"],["6706.794","17167.736"],["6675.348","17133.196"],["9127.513","19336.614"],["9067.128","19391.047"],["7131.235","19158.675"],["7282.690","19237.825"],["7165.221","19274.106"],["7193.507","19225.940"],["7155.044","19174.995"],["7098.895","19171.310"],["14059.995","18206.949"],["14108.876","18194.464"],["14046.327","18100.310"],["7456.969","19860.156"],["7477.223","19866.247"],["7485.103","19774.854"],["7493.118","19743.492"],["7409.155","19760.744"],["7512.080","19914.983"],["13875.719","18321.656"],["13941.245","18295.215"],["14033.133","18326.854"],["7234.319","18765.799"],["7276.743","18820.634"],["11617.928","19131.082"],["11533.918","19213.875"],["11564.149","19155.576"],["7788.603","19688.178"],["7879.308","19697.521"],["7792.665","19646.848"],["7733.744","19716.686"],["7186.726","18855.036"],["10257.308","17055.297"],["10280.403","17128.874"],["10384.290","17155.535"],["8272.981","18664.108"],["8194.348","18493.727"],["8156.434","18484.149"],["8270.335","18501.074"],["8010.801","19675.071"],["7943.169","19642.104"],["8040.223","19539.776"],["8016.662","19540.691"],["8086.674","19592.629"],["7999.680","19584.322"],["7207.297","17814.994"],["9013.558","18581.858"],["9061.267","18592.222"],["5343.037","16984.406"],["5226.316","16896.917"],["5248.734","16887.189"],["5392.728","16890.243"],["5308.386","16890.392"],["5303.337","16952.968"],["12538.462","18862.360"],["11444.313","18680.537"],["5747.883","16150.192"],["5755.268","16162.876"],["5731.927","16277.103"],["5796.068","16342.818"],["5443.314","16375.690"],["5538.545","16542.492"],["5556.028","16547.810"],["11482.238","19236.532"],["13805.234","18865.780"],["5272.774","17110.124"],["5367.659","17071.676"],["5346.113","17054.979"],["5198.795","17008.430"],["5268.992","17031.287"],["5209.041","16993.632"],["5310.409","17031.674"],["7155.114","18973.803"],["7125.027","19058.292"],["7182.091","18954.290"],["7154.593","19002.765"],["6657.983","18323.567"],["6553.466","18351.993"],["6565.178","18347.792"],["5116.282","17671.881"],["5110.240","17622.592"],["5076.178","17629.776"],["5102.685","17762.865"],["5058.886","17696.853"],["5077.208","17792.031"],["5144.241","17633.515"],["5188.304","17696.686"],["12373.071","18888.664"],["9007.726","18418.752"],["9009.270","18464.380"],["10183.989","18091.447"],["10153.652","18201.908"],["7386.218","18513.784"],["7322.338","18576.110"],["7478.826","18655.830"],["7394.405","18631.486"],["5740.216","16366.814"],["10725.901","18666.022"],["10849.868","18672.235"],["10868.211","18628.530"],["10795.222","18669.939"],["7662.164","18896.088"],["7683.072","19069.563"],["7624.416","19025.740"],["7646.317","18962.720"],["7516.907","19064.101"],["7572.975","19023.544"],["7551.302","18959.098"],["7586.412","18909.067"],["7587.449","19010.945"],["7664.377","19043.659"],["7567.740","19077.236"],["13919.024","18897.059"],["13896.343","18893.393"],["13859.728","19088.260"],["13847.306","18923.154"],["13979.743","18940.574"],["13984.316","18945.826"],["13933.592","19020.574"],["6739.629","17953.204"],["6764.632","17905.178"],["24073.172","7922.115"],["24115.494","7956.566"],["23998.358","8087.334"],["7240.308","18291.111"],["7242.464","18265.228"],["5891.754","18215.747"],["5892.440","18253.835"],["10893.800","18298.383"],["10889.621","18399.833"],["11067.003","18364.498"],["11004.966","18367.655"],["11046.611","18276.111"],["11745.387","18484.334"],["11787.942","18533.496"],["11813.452","18487.418"],["11808.594","18524.252"],["11863.538","18667.295"],["7952.659","19236.006"],["8033.046","19199.185"],["8130.646","19308.867"],["8124.198","19212.380"],["8078.001","19238.332"],["8097.428","19173.444"],["8077.010","19295.782"],["8035.872","19111.997"],["8142.294","19126.667"],["8270.027","19002.597"],["10017.616","17197.237"],["9994.040","17116.319"],["8471.960","19336.711"],["8391.300","19330.327"],["8402.852","19397.984"],["8440.790","19391.274"],["8485.402","19492.265"],["8413.359","19506.179"],["8361.852","19455.053"],["8405.063","19376.724"],["8449.031","19377.723"],["8367.192","19442.374"],["8387.847","19520.673"],["7271.555","19418.412"],["7282.752","19368.025"],["5643.526","17917.365"],["5629.194","17926.985"],["5798.138","17877.010"],["5680.210","18019.961"],["7550.714","19737.327"],["7569.895","19941.682"],["7551.757","19887.774"],["7698.150","19742.606"],["7678.735","19887.779"],["10883.977","18608.409"],["10322.701","18590.363"],["24318.773","7705.478"],["24163.581","7725.906"],["7063.310","17302.503"],["7053.700","17199.124"],["7052.510","17248.138"],["12705.011","19069.202"],["12696.985","19083.454"],["10405.785","17207.316"],["10313.981","17384.498"],["10337.522","17304.440"],["10257.319","17239.080"],["11619.428","18772.043"],["11561.533","18764.661"],["11687.142","18849.021"],["11551.040","18784.000"],["11138.482","17949.605"],["11210.527","17931.088"],["11269.979","18035.214"],["7865.943","19247.044"],["7782.474","19198.804"],["7568.177","19186.415"],["7597.631","19162.574"],["7645.414","19269.974"],["7689.069","19212.431"],["7682.074","19242.373"],["7618.450","19281.959"],["7592.773","19249.602"],["7624.806","19181.049"],["7628.540","19153.433"],["7523.736","19146.740"],["7548.217","19282.085"],["8407.491","18204.113"],["5414.142","17712.093"],["6721.357","18471.149"],["12899.978","18755.337"],["12858.004","18844.899"],["12877.724","18794.081"],["6011.061","18427.487"],["10127.591","19128.701"],["10108.013","16940.288"],["10193.602","16944.990"],["10196.986","16849.057"],["6711.247","17291.207"],["6763.788","17354.837"],["6812.986","17390.166"],["6682.492","17240.634"],["7251.677","19082.073"],["7256.363","18980.737"],["7267.791","19015.886"],["7183.193","19066.801"],["7233.535","18938.528"],["5164.688","16904.547"],["12149.123","18957.810"],["7473.684","19591.601"],["7427.927","19684.720"],["7459.476","19633.380"],["13786.327","18258.386"],["7679.472","18790.032"],["6299.936","17610.058"],["8330.585","18234.118"],["7143.049","17974.499"],["10548.488","18564.195"],["10464.650","18548.990"],["4901.050","17629.615"],["4920.916","17674.665"],["4962.396","17697.138"],["6625.841","17256.869"],["6651.497","17353.425"],["7616.002","18729.268"],["7563.056","18764.796"],["7602.232","18808.524"],["11576.234","18933.024"],["11544.786","18971.504"],["11673.455","18986.231"],["6643.611","17137.050"],["10330.715","19116.934"],["10295.873","19198.320"],["10440.623","19121.634"],["10268.721","19102.116"],["7010.636","17564.869"],["7037.952","17489.154"],["7028.697","17448.004"],["7105.723","17223.721"],["9606.050","18649.964"],["10234.071","17145.407"],["10201.733","17021.487"],["10072.624","16996.671"],["12772.807","18883.030"],["12741.738","18841.676"],["12652.146","18863.978"],["10006.739","18677.823"],["9892.863","18521.091"],["10602.334","19049.936"],["10517.690","19008.872"],["10653.894","19020.374"],["10538.813","19093.433"],["5620.492","15888.857"],["10135.245","18694.345"],["9721.821","19080.370"],["9714.069","19003.288"],["9771.306","19033.164"],["9781.143","18989.410"],["9646.885","18950.092"],["7723.223","18991.251"],["7724.500","19064.147"],["4722.442","17423.922"],["4760.765","17444.236"],["13218.038","18880.592"],["13221.146","18786.951"],["13361.933","18820.980"],["8365.048","18500.394"],["8545.972","18636.479"],["8379.248","18540.638"],["8403.840","18592.642"],["8428.842","18649.653"],["6636.430","18402.975"],["8810.455","19124.287"],["11759.820","19152.177"],["11782.897","19136.411"],["7555.472","19325.986"],["7610.880","19333.950"],["7688.582","19427.786"],["7564.837","19355.050"],["7623.775","19376.540"],["7553.128","19384.837"],["7622.541","19403.481"],["7643.332","19481.847"],["7521.836","19422.805"],["7640.860","19313.500"],["7648.343","19421.997"],["7693.945","19471.465"],["24060.959","7729.399"],["4956.211","17156.631"],["12133.139","19056.903"],["12046.672","18919.561"],["12104.715","19004.400"],["11950.546","18953.675"],["11968.918","18978.266"],["11952.289","19005.742"],["11988.931","19033.910"],["8592.637","18287.448"],["10722.182","19132.380"],["7537.377","18661.048"],["12774.156","19007.484"],["12626.669","18920.559"],["24573.866","7829.015"],["6403.300","16670.635"],["6413.666","16773.787"],["9576.127","19235.199"],["9617.287","19226.035"],["9505.270","19238.216"],["7251.307","19435.590"],["7243.181","19338.071"],["7216.199","19374.531"],["5177.262","17074.090"],["5029.237","17157.413"],["5106.166","17103.281"],["5116.819","17162.251"],["5035.459","17166.350"],["5189.069","17137.620"],["13663.756","18932.810"],["13701.093","19055.956"],["13739.855","18906.177"],["13726.747","18949.926"],["5285.337","16274.636"],["5226.170","16336.697"],["5284.621","16283.133"],["5317.161","16352.546"],["5321.384","16348.622"],["5390.360","16151.968"],["5140.539","17343.193"],["5111.804","17333.369"],["5149.885","17302.765"],["5147.545","17289.866"],["5081.021","17306.341"],["5064.752","17338.134"],["5056.984","17349.377"],["5037.755","17363.118"],["5034.036","17402.412"],["5094.254","17275.492"],["5034.769","17259.083"],["4989.473","17201.610"],["5183.005","17200.272"],["6702.356","18336.707"],["6780.353","18299.381"],["6776.563","18418.118"],["6861.003","18289.193"],["6836.916","18389.376"],["6713.172","18422.524"],["6705.080","18298.086"],["6693.713","18266.112"],["8552.923","18295.270"],["5253.352","17603.760"],["5256.150","17451.355"],["9428.392","19018.680"],["9499.659","19013.672"],["9504.094","19060.767"],["9573.289","19084.265"],["7234.825","19117.210"],["7299.894","19212.903"],["13751.484","18562.519"],["13744.905","18641.082"],["13778.195","18612.246"],["13705.070","18652.180"],["12156.359","18649.799"],["12242.066","18611.731"],["23934.810","7605.131"],["13671.408","18459.802"],["5576.809","17603.006"],["5511.036","17612.354"],["8112.633","19353.153"],["8020.612","19508.731"],["7963.263","19515.188"],["7952.430","19382.904"],["7992.745","19473.691"],["8017.941","19355.110"],["8024.094","19327.186"],["8043.523","19337.632"],["8137.639","19401.428"],["8131.360","19495.751"],["8585.556","18862.568"],["8690.424","18798.201"],["8711.622","18885.285"],["8663.613","18785.888"],["8652.804","18388.726"],["8584.444","18343.409"],["10259.002","18910.116"],["10298.044","19031.312"],["10304.103","19088.297"],["10452.947","18906.318"],["10460.848","18912.820"],["10393.563","18976.998"],["10429.054","19044.206"],["10313.734","18958.921"],["6693.302","18288.804"],["6353.898","17621.597"],["6451.759","17690.670"],["9915.195","18745.384"],["9237.085","19140.851"],["5229.658","16519.498"],["5344.474","16386.042"],["5365.714","16363.941"],["5215.024","16374.764"],["5253.095","16558.824"],["5304.822","16529.675"],["5334.657","16490.748"],["24488.123","7744.403"],["9982.040","18886.039"],["9938.118","18854.386"],["9978.786","18805.661"],["9998.314","18820.919"],["9861.329","18813.112"],["9916.652","18860.968"],["5150.781","15995.029"],["5188.567","16095.183"],["10963.110","18068.026"],["10999.152","18078.477"],["10958.326","18106.245"],["11091.912","18048.012"],["11020.929","18121.585"],["11004.539","18238.291"],["10968.733","18235.417"],["7386.829","19563.113"],["7369.898","19674.443"],["11913.310","18429.658"],["11763.165","18300.649"],["7849.096","18010.548"],["5252.809","17997.671"],["23935.509","7951.438"],["13152.400","18981.215"],["13195.936","18985.361"],["13587.083","18471.974"],["8764.960","19086.299"],["11978.949","18594.314"],["12036.071","18569.888"],["8022.944","18952.315"],["7952.162","18896.467"],["8019.602","18966.244"],["7996.591","19039.270"],["8118.053","18972.134"],["8094.432","19088.897"],["8075.104","19682.670"],["8047.876","19712.028"],["8123.815","19633.550"],["12261.116","19075.632"],["12328.482","18934.263"],["12315.012","18914.924"],["12267.166","18988.334"],["11967.685","18863.155"],["11993.342","18859.753"],["12068.813","18771.076"],["12143.925","18770.228"],["5823.215","18031.965"],["7835.336","19348.229"],["8457.586","19567.205"],["8401.288","19644.997"],["8434.992","19710.262"],["8379.642","19707.560"],["8955.906","19027.299"],["8816.720","19031.453"],["8803.364","18964.228"],["10221.034","17241.602"],["10049.211","17201.036"],["10113.321","17248.568"],["10229.115","17324.053"],["10173.779","17401.298"],["10223.845","17406.247"],["10082.338","17362.628"],["11647.471","18879.128"],["11589.790","18870.590"],["8211.421","19790.610"],["8242.509","19745.815"],["8191.321","19747.685"],["7211.161","17220.717"],["10237.023","18841.120"],["10100.271","18778.142"],["10139.466","18718.294"],["10198.399","18781.319"],["10080.457","18845.227"],["9988.759","17676.035"],["7570.980","19960.510"],["11311.841","18663.848"],["12181.313","19154.525"],["12243.122","19149.009"],["12265.737","19191.486"],["5697.714","17514.673"],["5676.918","17519.425"],["5688.252","17546.927"],["5679.899","17538.508"],["5708.182","17531.222"],["5788.766","17614.804"],["5773.599","17604.246"],["5772.682","17559.678"],["5807.573","17562.521"],["5807.273","17575.255"],["7338.151","19445.101"],["7441.187","19368.520"],["7453.549","19492.266"],["7420.632","19450.591"],["7513.809","19419.435"],["7367.626","19350.626"],["7418.736","19396.127"],["7396.753","19354.105"],["7461.953","19317.494"],["7493.161","19353.429"],["24540.921","7933.440"],["24494.728","7952.319"],["10715.338","18016.128"],["10750.364","17950.740"],["10823.332","17917.311"],["10864.965","18007.440"],["10878.737","17912.560"],["8077.423","18439.414"],["8070.962","18296.097"],["5917.741","17795.704"],["5922.350","17697.826"],["5966.431","17665.793"],["11439.724","19139.787"],["9756.887","18882.798"],["9785.351","18800.931"],["12863.997","18585.324"],["12852.583","18550.461"],["5702.075","16369.506"],["5797.334","18181.435"],["5628.936","18157.588"],["5737.829","18186.118"],["5452.827","15980.688"],["5500.111","16022.072"],["5523.734","15937.567"],["5608.831","15982.555"],["5481.866","16047.840"],["5525.484","16115.718"],["5542.705","16112.861"],["5439.472","16093.272"],["5426.232","16077.484"],["5510.934","15932.626"],["11011.494","18666.384"],["10924.626","18621.376"],["10891.550","18656.127"],["5205.327","17358.738"],["8389.575","19232.725"],["8532.334","19189.420"],["8455.521","19228.850"],["8383.179","19268.167"],["8363.809","19296.494"],["10273.338","17503.376"],["10346.880","17584.849"],["10348.485","17614.747"],["8474.170","19304.013"],["8519.873","19258.326"],["9699.651","18652.360"],["9777.301","18485.678"],["6436.599","18271.646"],["5152.232","18101.560"],["5177.265","18047.373"],["8219.518","18419.549"],["8175.479","18304.809"],["8216.676","18294.773"],["8311.482","18256.168"],["10648.569","18673.176"],["11628.899","19203.931"],["11549.820","19220.678"],["11545.560","19231.792"],["11569.326","19211.000"],["11610.796","19269.277"],["11546.668","19220.178"],["6925.003","16968.498"],["6374.325","16836.818"],["6382.132","16910.854"],["6227.338","18425.696"],["6192.324","18436.037"],["9684.090","19323.640"],["5485.395","15894.476"],["5566.890","15866.859"],["5590.145","15923.667"],["5537.844","15872.755"],["5535.121","15743.470"],["5560.795","15779.969"],["5540.598","15764.197"],["7606.282","19108.826"],["7667.729","19105.811"],["7713.587","19102.047"],["7649.627","19136.905"],["7689.846","19138.497"],["7566.309","19102.818"],["10036.316","17266.781"],["11901.876","19278.520"],["7109.498","18630.181"],["7194.863","18504.125"],["7197.417","18615.984"],["7224.226","18588.582"],["10214.115","19145.848"],["10166.235","19205.937"],["10107.394","19176.926"],["11274.442","18748.300"],["11214.673","18747.964"],["11175.406","18724.405"],["11243.231","18699.192"],["7040.348","17193.802"],["6999.686","16988.764"],["6907.769","17096.152"],["6893.153","17164.476"],["5946.431","17867.585"],["13999.949","18553.266"],["13980.344","18588.889"],["10917.634","17848.251"],["10938.771","17905.267"],["10930.570","17967.937"],["11048.692","18002.203"],["11025.734","18011.496"],["14137.993","18640.103"],["14130.937","18618.947"],["14101.856","18632.975"],["14097.580","18634.577"],["10138.650","17645.393"],["6694.797","18058.997"],["6788.706","18068.828"],["6762.871","18165.047"],["6853.475","18236.668"],["6867.193","18182.338"],["6847.447","18136.183"],["6777.566","18092.560"],["6731.703","18097.159"],["6739.831","18181.111"],["6689.690","18208.565"],["6387.582","17650.525"],["7148.899","17541.730"],["7150.168","17423.176"],["13934.569","18730.916"],["13866.937","18697.026"],["13872.980","18885.549"],["14024.929","18791.906"],["13936.787","18835.375"],["13987.840","18828.372"],["10631.571","18376.618"],["10629.679","18262.255"],["8511.100","18345.235"],["8516.519","18446.296"],["8410.397","18310.541"],["11715.352","18382.169"],["11653.462","18390.511"],["11643.051","18454.508"],["7709.732","19823.888"],["11082.798","18693.724"],["10986.788","18716.364"],["10887.698","18714.256"],["11082.629","18760.719"],["10902.267","18834.712"],["11132.580","18442.191"],["11223.844","18388.692"],["11164.057","18381.397"],["11122.355","18342.399"],["11122.963","18268.575"],["11252.104","18295.757"],["11214.225","18329.828"],["10830.152","18758.917"],["10733.757","18725.971"],["10746.523","18786.646"],["10709.630","18845.614"],["10745.674","18698.993"],["10696.667","18689.738"],["10856.924","18846.389"],["10876.102","18731.060"],["10852.360","18884.621"],["11205.859","18202.111"],["11288.671","18083.845"],["11241.583","18167.632"],["11127.836","18206.077"],["11190.315","18247.865"],["11297.317","18206.690"],["14317.755","18694.961"],["10268.468","16981.066"],["14190.738","18464.404"],["14131.357","18384.558"],["14105.140","18287.812"],["14080.123","18281.305"],["14053.737","18404.287"],["14119.905","18427.293"],["11357.139","18741.036"],["11393.178","18690.430"],["11477.056","18862.801"],["11452.040","18865.212"],["5605.093","18042.502"],["7795.341","18487.175"],["9935.943","19132.936"],["11414.339","18117.327"],["11505.572","18165.469"],["11407.151","18119.722"],["7124.076","17138.919"],["7118.089","17061.362"],["13262.492","16554.083"],["13296.732","16498.519"],["11840.057","18764.364"],["11833.132","18842.068"],["11893.642","18882.349"],["11807.820","18735.033"],["11887.705","18753.040"],["11917.699","18698.641"],["8660.222","18661.626"],["8690.299","18544.011"],["8668.047","18516.582"],["11311.429","18372.569"],["13825.210","18552.435"],["6078.845","18313.702"],["6088.975","18349.921"],["6087.016","18401.360"],["10206.909","17905.273"],["5393.366","16567.495"],["6942.212","18151.251"],["6921.944","18090.157"],["6938.128","18052.979"],["6986.477","18200.388"],["5216.001","17662.500"],["5222.317","17671.104"],["5373.517","17706.857"],["5323.911","17791.515"],["10735.696","19059.086"],["13420.551","18931.217"],["13572.490","18976.658"],["13554.036","18892.611"],["13461.160","18918.682"],["13425.946","19060.334"],["13441.830","18974.989"],["13529.413","19090.068"],["13464.676","19081.315"],["5697.466","16020.358"],["5649.818","16065.726"],["7290.853","18187.216"],["7226.510","18254.972"],["7262.378","18234.190"],["12971.514","19099.811"],["12871.817","19084.996"],["12839.259","18950.938"],["12880.636","18938.412"],["12988.153","18942.426"],["12971.475","18982.954"],["10224.991","17433.027"],["10207.393","17552.858"],["6632.457","16810.267"],["5649.884","16325.545"],["5694.674","16319.894"],["5753.524","16215.873"],["5690.268","16202.744"],["5695.103","16198.483"],["5661.571","16209.191"],["5679.811","16280.702"],["5682.607","16299.992"],["5181.281","17412.264"],["5009.579","17444.605"],["5007.177","17420.840"],["5034.447","17430.138"],["5103.036","17582.229"],["5086.095","17561.931"],["5121.572","17595.292"],["10774.586","18606.485"],["9780.934","18562.204"],["13231.492","18925.498"],["13290.406","18908.487"],["13306.867","19018.286"],["7314.130","18683.820"],["7371.139","18766.977"],["7383.024","18679.496"],["7499.694","18786.198"],["7420.495","18774.463"],["7329.492","18830.682"],["13861.393","18232.077"],["13940.867","18177.131"],["14021.459","18233.952"],["14008.153","18229.245"],["10465.070","18791.049"],["10466.704","18716.971"],["10628.675","18859.970"],["10634.219","18720.014"],["10567.825","18763.147"],["10528.275","18816.708"],["10597.495","18757.018"],["10534.741","19141.770"],["8166.902","19414.772"],["8285.936","19471.406"],["8203.456","19382.895"],["8256.355","19327.467"],["8224.179","19339.158"],["8163.294","19517.454"],["8255.271","19518.428"],["8343.767","19347.238"],["8313.562","19461.412"],["8340.055","19397.525"],["8327.844","19515.947"],["8620.701","19291.388"],["8570.942","19303.461"],["8607.507","19176.444"],["8591.285","19190.754"],["8651.907","19252.820"],["8672.536","19128.842"],["6858.674","17624.727"],["6728.870","17633.820"],["6881.220","17773.609"],["6881.202","17798.444"],["12537.393","18945.993"],["10509.130","17589.706"],["14041.491","18840.197"],["14084.746","18742.437"],["14106.292","18785.294"],["14084.335","18744.930"],["7025.174","17952.810"],["7076.106","17905.381"],["7006.865","17844.157"],["7014.751","17877.754"],["10565.808","18994.808"],["10499.190","18967.634"],["10656.798","18910.156"],["10637.595","18992.033"],["24204.664","7518.606"],["24335.847","7663.958"],["9509.810","19171.687"],["9558.096","19121.866"],["10536.361","18095.853"],["10562.311","18202.959"],["10655.870","18105.521"],["10530.309","18240.412"],["10592.123","18249.540"],["10624.552","18204.419"],["4806.490","17500.624"],["4949.804","17542.810"],["4785.469","17411.288"],["4925.619","17578.405"],["4906.820","17570.049"],["4985.640","17596.400"],["7615.134","19601.791"],["7551.861","19631.210"],["7543.732","19535.835"],["7543.889","19730.820"],["7655.880","19728.089"],["7714.600","19562.037"],["7682.444","19555.626"],["7716.069","19629.921"],["7675.963","19656.697"],["23989.875","7604.497"],["24002.186","7674.828"],["24042.207","7541.810"],["24072.750","7547.013"],["24057.083","7486.021"],["24028.797","7576.466"],["24100.918","7654.468"],["23982.764","7621.093"],["7807.554","19495.601"],["7803.877","19456.180"],["7898.795","19507.290"],["7731.314","19452.010"],["7840.600","19386.872"],["9685.366","19238.761"],["9763.565","19249.045"],["9621.673","19122.475"],["9643.340","19159.049"],["9703.114","19123.435"],["9771.443","19120.861"],["23638.297","7860.123"],["23669.523","7852.645"],["23591.447","7823.416"],["7153.137","17854.708"],["7182.544","17837.410"],["7742.546","19842.084"],["7898.335","19880.429"],["7863.514","19784.845"],["7794.832","19769.810"],["10286.249","17947.662"],["10397.965","17847.398"],["10351.965","17891.822"],["10270.743","17862.796"],["8233.373","19613.953"],["8157.829","19670.243"],["8317.063","19705.404"],["8315.740","19583.585"],["8227.104","19668.263"],["8244.477","19535.653"],["10723.155","18932.167"],["10826.704","18900.822"],["10794.559","18922.071"],["7841.095","18068.772"],["10280.643","18329.921"],["11878.968","18379.352"],["11857.556","18367.470"],["11864.283","18380.732"],["9140.491","19016.269"],["9093.754","19086.968"],["9033.500","19019.076"],["9094.240","18953.088"],["9113.413","19092.855"],["9038.219","19100.290"],["5849.587","18264.528"],["10817.229","18241.812"],["10766.408","18199.483"],["10765.328","18186.249"],["10815.732","18220.588"],["10714.130","18206.855"],["10722.175","18084.929"],["10768.737","18044.853"],["10815.789","18087.783"],["6755.581","18016.126"],["6806.823","18026.510"],["6790.740","17987.598"],["13610.878","18855.237"],["13422.459","18808.544"],["13441.406","18867.652"],["7499.583","19137.319"],["7445.590","19234.446"],["7375.372","19139.072"],["7344.797","19173.416"],["7449.365","19132.233"],["7388.220","19175.057"],["7362.648","19210.852"],["7464.800","19242.981"],["7383.326","19258.049"],["7502.033","19291.966"],["9267.541","18939.490"],["9215.091","19022.684"],["9319.242","19034.895"],["9313.445","19096.636"],["24302.742","7983.716"],["24244.914","7955.459"],["24219.108","7983.621"],["24234.788","7952.649"],["24205.876","7928.900"],["24200.967","8000.335"],["7784.872","19952.456"],["7755.763","19976.861"],["12158.040","18763.578"],["12312.823","18758.073"],["6398.053","17013.346"],["13020.017","18529.519"],["13000.280","18593.202"],["11157.376","18614.505"],["8317.394","18752.315"],["8350.766","18719.692"],["8308.517","18798.020"],["8309.650","18815.902"],["8292.084","18841.016"],["8260.972","18793.930"],["6502.686","16751.267"],["6479.513","16764.087"],["6642.528","16662.125"],["6562.610","16704.455"],["6630.971","16711.090"],["13427.698","18274.472"],["13433.389","18335.545"],["13493.471","18387.321"],["13419.705","18412.292"],["17086.206","4660.368"],["11340.056","18130.757"],["11310.402","18185.720"],["11364.694","18054.456"],["11392.151","18146.410"],["4954.933","17249.983"],["4906.629","17288.906"],["4953.060","17260.005"],["4915.889","17310.987"],["4820.210","17372.907"],["4900.506","17367.094"],["4792.823","17382.251"],["14372.380","18378.833"],["14345.505","18283.573"],["14298.532","18445.340"],["14324.041","18302.912"],["5521.045","16566.141"],["5463.710","16584.217"],["5550.765","16599.007"],["5480.503","16591.286"],["5491.401","16677.003"],["5578.490","16658.721"],["5472.766","16683.973"],["10202.605","17047.954"],["8034.098","18497.358"],["8126.989","18530.073"],["7744.291","19564.942"],["7890.325","19627.125"],["7911.985","19637.629"],["7894.499","19551.436"],["7802.632","19591.439"],["7875.745","19568.905"],["5811.291","17621.482"],["10061.810","16981.405"],["6363.462","17500.135"],["6372.670","17434.152"],["6351.360","17569.711"],["6307.995","17569.496"],["6305.645","17549.923"],["6431.343","17581.293"],["6399.931","17474.334"],["10737.733","18404.333"],["5125.958","16201.425"],["5069.805","16197.316"],["5177.196","16348.654"],["5245.083","15921.473"],["10304.077","18709.559"],["10365.920","18859.033"],["10258.371","18726.204"],["10310.433","18800.834"],["10348.067","18884.018"],["10453.780","18686.038"],["10329.406","18681.391"],["10344.838","18738.112"],["10426.859","18811.751"],["10403.469","18882.971"],["10282.934","18884.447"],["5758.237","18110.989"],["13104.887","16571.990"],["7445.368","19051.641"],["7511.950","19077.577"],["7360.370","18897.690"],["7503.087","18912.374"],["7377.876","19006.339"],["7309.565","19011.797"],["8215.847","19561.446"],["8228.349","19543.694"],["10409.796","18330.492"],["10430.211","18314.765"],["13986.956","18677.444"],["13891.413","18600.995"],["8121.863","19275.089"],["6779.404","17562.520"],["6833.755","17526.320"],["6840.366","17473.793"],["6769.619","17593.136"],["6701.876","17488.234"],["6848.941","17599.434"],["10786.907","18349.025"],["10717.997","18356.812"],["10869.018","18367.407"],["10830.432","18383.729"],["6503.252","17589.991"],["6601.824","17612.033"],["6465.655","17421.200"],["6523.578","17580.675"],["6524.082","17539.127"],["6573.738","17537.078"],["10566.282","17547.160"],["8553.380","18812.300"],["8384.358","18790.970"],["8535.890","18775.811"],["5406.398","15988.326"],["5320.477","15950.823"],["5343.885","16000.930"],["5277.359","16063.573"],["5345.797","16039.409"],["5377.641","15934.614"],["5338.831","16059.515"],["8931.496","18508.185"],["10294.826","18089.467"],["10254.174","18150.584"],["10375.015","18179.370"],["10349.375","18252.540"],["6728.646","16679.865"],["10029.706","18957.161"],["9923.390","19011.451"],["9830.744","19057.908"],["9870.257","18917.967"],["9931.445","19021.748"],["9897.413","19088.907"],["8815.823","18764.905"],["8783.678","18685.073"],["8785.975","18781.391"],["10173.523","18409.790"],["10226.569","18284.470"],["10044.338","18377.126"],["10081.937","18405.715"],["10134.084","18286.103"],["5119.518","18028.645"],["8721.444","18915.121"],["8637.898","18950.262"],["8685.803","19074.858"],["14366.878","18916.127"],["10068.883","19048.559"],["10183.975","18889.877"],["10151.920","19045.765"],["10117.325","18985.670"],["10128.511","19062.742"],["10095.047","18947.530"],["10215.940","18924.870"],["7741.052","18967.353"],["7792.920","19014.791"],["7804.169","19086.845"],["7808.092","19074.730"],["7849.332","19098.707"],["6943.694","17718.294"],["7041.644","17718.656"],["7059.579","17639.416"],["24514.189","7665.479"],["6632.686","18133.670"],["8135.549","19734.933"],["8000.242","19838.451"],["8138.883","19782.018"],["8128.757","19794.397"],["7827.509","18445.898"],["7767.640","18390.767"],["7828.065","18400.847"],["8184.115","19264.888"],["8171.260","19263.278"],["8161.974","19114.002"],["8164.929","19155.319"],["8325.593","19204.615"],["8298.307","19237.691"],["8281.061","19242.400"],["8241.073","19151.677"],["8178.608","19216.304"],["8253.975","19221.633"],["8342.528","19299.468"],["8191.688","19100.883"],["9179.962","19182.558"],["9144.301","19185.303"],["9140.359","19265.578"],["11025.451","17870.531"],["11842.339","18927.697"],["11785.200","19097.567"],["11848.161","19073.008"],["11461.234","19026.946"],["11476.283","18963.924"],["11484.872","19092.141"],["12006.783","19258.172"],["12115.763","19189.172"],["12049.102","19234.242"],["12005.714","19203.292"],["12116.086","19179.063"],["12090.444","19153.530"],["8077.396","18194.879"],["5957.738","17938.430"],["7926.263","19191.723"],["7906.646","19101.504"],["7733.060","19310.682"],["7838.447","19162.693"],["7815.545","19164.820"],["7787.947","19103.545"],["14106.791","18944.853"],["14219.177","18928.824"],["14200.691","18962.399"],["14160.148","19007.585"],["14069.562","18984.505"],["14234.164","18921.990"],["9232.394","19191.169"],["9385.694","19166.342"],["9377.521","19213.602"],["9254.164","19242.920"],["14062.372","18471.867"],["14128.013","18548.250"],["5929.596","17568.187"],["5937.486","17495.445"],["5999.002","17595.755"],["14276.006","18852.576"],["14295.041","18792.682"],["14325.962","18751.163"],["14254.959","18685.812"],["6402.982","17398.439"],["10195.465","18669.758"],["10104.258","18654.725"],["10221.490","18648.898"],["6881.220","17030.254"],["9151.740","19339.802"],["9079.003","19372.153"],["7204.531","19256.834"],["7100.188","19289.729"],["7251.961","19227.096"],["7144.896","19177.406"],["7107.424","19129.110"],["14161.360","18157.321"],["14082.298","18165.116"],["14203.265","18246.094"],["7450.077","19891.816"],["7510.760","19795.201"],["7483.628","19747.687"],["7501.241","19932.159"],["13883.942","18313.415"],["7228.925","18757.673"],["7263.470","18776.951"],["7236.130","18873.197"],["7298.208","18819.393"],["11710.116","19101.756"],["11689.212","19145.686"],["11537.339","19150.456"],["7802.024","19662.216"],["7814.192","19652.702"],["7919.111","19712.186"],["7736.112","19709.980"],["7175.443","18874.045"],["10252.207","16998.254"],["10328.100","17159.724"],["10338.929","17110.102"],["10366.492","17182.378"],["8305.579","18641.251"],["8243.472","18506.793"],["8129.268","19580.708"],["7952.954","19614.754"],["8010.472","19661.693"],["8111.410","19560.266"],["8046.095","19555.416"],["8017.665","19554.333"],["8074.634","19607.492"],["7988.857","19595.520"],["9042.214","18493.579"],["9068.048","18555.549"],["9053.570","18603.546"],["5278.744","16969.477"],["5315.097","16929.219"],["5314.307","16875.990"],["5361.736","16840.388"],["5389.664","16798.258"],["5403.151","16805.541"],["12552.574","18877.537"],["5465.929","16368.109"],["5555.716","16531.971"],["13762.684","18813.675"],["13829.790","18808.208"],["5368.185","17035.373"],["5327.774","17067.564"],["5319.337","17082.626"],["5321.031","17133.575"],["5265.653","16999.825"],["5266.706","16987.901"],["5230.278","17007.141"],["23919.346","7837.765"],["23735.238","7795.679"],["7148.781","19014.942"],["7153.050","18912.753"],["7138.176","19077.748"],["6659.562","18299.488"],["6540.708","18377.689"],["6597.771","18351.417"],["5059.276","17677.001"],["5003.202","17685.132"],["5075.826","17779.462"],["5123.787","17773.137"],["5056.419","17754.376"],["5133.633","17645.060"],["24156.409","8061.121"],["9027.117","18406.102"],["10215.359","18053.089"],["10089.546","18221.940"],["7401.828","18583.819"],["7346.666","18550.403"],["7492.148","18664.501"],["7433.610","18591.753"],["7439.956","18671.545"],["7326.647","18676.609"],["5765.788","16368.763"],["5764.226","16369.407"],["5734.654","16369.192"],["10813.709","18668.387"],["7716.211","19090.489"],["7652.369","19009.326"],["7575.152","18995.860"],["7540.348","18990.626"],["7605.828","19007.821"],["7626.176","19036.537"],["7693.138","19019.819"],["13984.036","19091.738"],["13954.957","19026.569"],["6709.982","17992.309"],["6724.320","17930.793"],["24113.588","7985.358"],["23972.239","7934.463"],["5869.171","18175.747"],["10917.999","18270.995"],["10897.402","18276.484"],["10950.608","18416.861"],["11067.875","18394.952"],["10982.039","18291.007"],["10966.266","18294.773"],["11877.866","18472.597"],["11904.494","18474.331"],["11826.149","18548.524"],["11747.623","18556.523"],["11813.708","18659.993"],["11862.195","18652.709"],["11923.702","18580.293"],["7944.156","19156.952"],["8128.425","19234.015"],["8035.139","19225.566"],["8100.898","19212.553"],["7975.024","19132.640"],["7952.095","19143.939"],["7948.136","19303.182"],["8049.266","19147.907"],["8164.159","18947.611"],["8153.939","19048.967"],["10002.657","17001.154"],["9961.836","17104.164"],["8460.825","19334.580"],["8427.439","19471.342"],["8478.322","19407.859"],["8416.717","19333.888"],["8407.665","19430.845"],["8455.731","19446.550"],["8439.588","19519.398"],["8388.770","19484.693"],["8443.027","19400.365"],["8395.068","19511.689"],["7292.493","19421.120"],["7280.433","19361.584"],["5703.533","18001.282"],["5762.100","17917.026"],["7532.124","19813.762"],["7588.407","19911.437"],["7633.827","19929.769"],["7526.000","19871.176"],["7689.459","19929.926"],["7640.717","19740.749"],["11094.041","18583.055"],["10993.770","18589.911"],["10908.549","18600.927"],["10420.671","18639.611"],["10398.209","18577.474"],["10354.116","18628.563"],["10373.488","18607.971"],["24234.602","7780.659"],["7045.266","17394.108"],["7040.926","17320.732"],["7077.230","17251.061"],["7079.478","17319.730"],["12667.314","19063.685"],["12655.702","19007.484"],["10348.076","17221.083"],["10265.088","17357.813"],["10336.100","17387.073"],["10361.242","17243.578"],["11675.843","18784.066"],["11612.948","18783.340"],["11097.479","17888.895"],["11184.508","17976.538"],["11250.793","18040.625"],["11135.930","17985.872"],["7810.055","19213.639"],["7732.094","19101.302"],["7564.469","19133.191"],["7530.594","19185.098"],["7617.937","19143.284"],["7702.588","19200.094"],["7672.222","19241.596"],["7582.249","19288.070"],["7615.766","19244.317"],["7624.740","19201.214"],["7534.961","19253.513"],["5419.503","17728.955"],["5543.898","17633.130"],["6756.817","18481.892"],["6687.712","18469.208"],["12800.340","18866.003"],["12809.764","18772.645"],["12870.307","18731.687"],["12900.784","18738.970"],["12789.122","18810.085"],["12956.294","18848.569"],["6036.111","18430.575"],["5936.793","18258.299"],["10190.749","16883.217"],["6735.885","17262.371"],["6803.771","17321.559"],["6695.963","17225.456"],["6681.688","17348.756"],["7194.820","19059.989"],["7234.752","19082.023"],["7246.807","18994.494"],["7263.150","19061.344"],["7251.364","18929.461"],["7200.563","19031.006"],["5181.724","16855.754"],["12152.922","18984.565"],["12252.890","18980.605"],["7437.132","19734.237"],["7410.213","19649.460"],["7476.267","19699.049"],["7488.586","19583.371"],["7455.117","19624.643"],["13639.188","18328.654"],["13651.573","18381.883"],["13828.317","18290.459"],["7640.881","18678.095"],["7699.850","18760.106"],["8174.224","18244.725"],["8162.310","18242.339"],["7135.862","17934.318"],["10524.014","18618.762"],["10651.579","18598.889"],["10512.781","18585.467"],["10473.630","18581.888"],["4934.300","17623.727"],["4882.747","17658.776"],["6600.463","17261.774"],["7556.127","18680.668"],["7635.182","18820.070"],["7573.714","18737.827"],["7602.794","18886.029"],["7611.607","18811.316"],["7681.408","18887.985"],["11627.731","19018.965"],["6660.660","17165.541"],["6616.341","17098.272"],["10322.731","19192.776"],["10297.468","19183.836"],["10420.294","19137.059"],["7017.891","17615.642"],["7022.214","17590.477"],["7084.770","17618.770"],["7057.305","17431.229"],["6971.959","17551.276"],["7002.101","17448.731"],["7128.667","17223.292"],["9537.550","18614.377"],["10250.018","17078.252"],["10078.003","17032.410"],["12723.794","18795.813"],["12670.945","18883.532"],["12647.738","18847.777"],["10026.262","18675.164"],["9890.743","18532.066"],["10602.170","19049.787"],["10499.680","19060.267"],["10551.066","19069.321"],["9712.446","19089.024"],["9677.079","18980.712"],["9800.995","19004.158"],["9687.444","18953.032"],["4738.314","17459.694"],["4752.637","17477.386"],["11713.577","18521.361"],["13249.189","18819.965"],["13292.248","18791.757"],["13381.176","18810.360"],["8362.351","18523.631"],["8515.051","18620.427"],["8383.327","18529.672"],["8427.229","18569.330"],["8436.934","18613.237"],["6593.485","18442.814"],["6483.771","18385.234"],["6653.161","18403.776"],["6570.488","18427.522"],["8844.833","19125.376"],["8825.997","19150.530"],["11740.067","19150.393"],["11800.463","19111.109"],["11855.052","19141.877"],["7687.316","19417.001"],["7597.962","19373.596"],["7614.959","19363.658"],["7580.759","19429.213"],["7620.536","19517.008"],["7672.340","19336.308"],["7627.521","19439.024"],["7709.675","19359.219"],["7525.084","19404.159"],["24102.640","7837.376"],["23987.140","7871.641"],["24079.745","7882.477"],["4952.100","17195.343"],["12111.984","18910.857"],["12120.833","18991.369"],["11947.569","18937.771"],["12126.859","19041.524"],["12043.323","19059.211"],["10734.748","19132.165"],["10500.207","17981.925"],["12738.909","18900.041"],["12770.739","19057.924"],["12702.462","19056.733"],["6404.157","16751.775"],["6456.324","16654.403"],["7709.793","18271.566"],["9614.696","19261.013"],["9509.793","19225.780"],["7266.652","19444.178"],["7250.401","19323.603"],["7248.995","19354.234"],["5171.388","17140.641"],["5085.307","17183.535"],["5008.744","17141.256"],["5183.071","17074.722"],["5072.707","17168.313"],["5088.727","17176.339"],["5057.411","17159.081"],["5010.081","17171.899"],["13681.931","18913.123"],["13813.544","18978.730"],["13687.722","19083.933"],["13742.130","18993.924"],["13709.987","18955.888"],["5209.480","16282.295"],["5300.942","16313.399"],["5244.549","16328.155"],["5334.525","16298.465"],["5091.378","17402.952"],["5151.964","17201.120"],["5003.009","17223.427"],["7311.453","18150.291"],["7329.902","18244.065"],["6672.811","18359.406"],["6766.768","18282.321"],["6809.613","18349.692"],["6734.041","18420.988"],["5244.800","17576.631"],["5208.765","17462.701"]] \ No newline at end of file diff --git a/src/gathering/10511.json b/src/gathering/10511.json new file mode 100644 index 0000000..2ea5e88 --- /dev/null +++ b/src/gathering/10511.json @@ -0,0 +1 @@ +[["12118.858","17482.092"],["12127.857","17538.491"],["12125.719","17529.424"],["13424.284","15651.612"],["9439.658","19026.376"],["9494.429","19029.609"],["9574.769","19058.154"],["9619.486","19077.735"],["6381.716","15057.882"],["6406.357","15032.155"],["6324.299","15009.137"],["6351.017","14994.976"],["6393.390","14952.630"],["6408.900","15009.256"],["6342.007","14917.889"],["6342.785","14924.879"],["6329.662","14899.551"],["6325.151","14900.107"],["6304.770","14880.613"],["6310.970","14874.728"],["7281.931","19154.684"],["7228.601","19110.017"],["7171.302","19106.569"],["13686.116","18478.260"],["13632.286","18609.847"],["13626.063","18526.906"],["13709.303","18493.793"],["13664.171","18482.942"],["13739.149","18645.393"],["13758.392","18644.336"],["13644.089","18490.058"],["14423.695","16116.529"],["14407.385","15958.580"],["14415.376","15939.719"],["14410.337","16022.711"],["14414.283","15975.974"],["14379.400","15974.722"],["14310.047","15961.576"],["14335.423","15976.780"],["14429.789","16077.395"],["10915.504","17744.761"],["10907.001","17698.089"],["11032.386","17713.532"],["11003.406","17695.465"],["10947.485","17695.481"],["11083.252","17764.272"],["12175.641","18503.557"],["12283.618","18615.804"],["12152.779","18470.312"],["12153.650","18571.922"],["12151.605","18619.673"],["12189.427","18587.285"],["12245.792","18563.371"],["12233.523","18557.838"],["12185.916","18580.263"],["12340.114","18484.489"],["12331.989","18478.874"],["12273.881","18555.868"],["12267.187","18573.574"],["12267.116","18611.566"],["16969.628","4533.737"],["16922.517","4528.743"],["16977.491","4514.614"],["16984.540","4613.344"],["12518.880","17198.832"],["12399.860","17295.925"],["12474.267","17269.164"],["12497.441","17263.433"],["12533.938","17298.709"],["12412.837","17245.697"],["12423.088","17215.638"],["12444.411","17224.496"],["12485.825","17310.033"],["12372.842","17320.604"],["13639.714","18389.117"],["8927.720","18324.186"],["8927.292","18371.998"],["10486.550","15170.414"],["10520.987","15259.924"],["8095.824","19331.584"],["8061.623","19462.738"],["8096.436","19464.946"],["7976.849","19472.413"],["7963.285","19380.162"],["8002.901","19473.002"],["8022.908","19397.785"],["8044.538","19366.030"],["8062.158","19351.356"],["8143.292","19452.943"],["11246.281","17829.748"],["11300.556","17755.044"],["11146.104","17801.730"],["11214.245","17774.695"],["11227.354","17818.328"],["11106.772","17761.332"],["11140.489","17674.131"],["11270.493","17821.813"],["17517.503","4252.360"],["17423.258","4126.944"],["8592.612","18853.171"],["8617.066","18775.965"],["8693.243","18822.795"],["8730.451","18846.228"],["8745.659","18708.546"],["8775.000","18802.378"],["8769.799","18693.417"],["8666.491","18728.827"],["8707.274","18815.150"],["8724.740","18805.872"],["8715.772","18830.902"],["8614.260","18839.899"],["8655.943","18704.816"],["14201.420","17161.396"],["14110.893","17191.571"],["14193.126","17008.159"],["9440.532","15043.207"],["12322.608","16975.554"],["9622.822","18422.667"],["14082.412","15868.375"],["14116.738","15915.242"],["14093.454","15923.432"],["14157.021","15892.279"],["14133.879","15888.001"],["14162.695","15913.417"],["14042.602","15802.966"],["14204.909","15921.836"],["14131.474","15735.614"],["8689.389","18360.863"],["8576.529","18432.416"],["8642.067","18459.658"],["23756.814","5929.425"],["23793.642","5943.463"],["19890.677","5796.901"],["5070.799","18905.326"],["9769.175","16255.002"],["10306.617","18948.996"],["10261.863","18912.841"],["10313.133","18939.064"],["10359.529","18996.019"],["10251.564","19043.748"],["10299.728","19061.063"],["10387.235","18911.146"],["10431.868","18959.872"],["10347.928","18976.147"],["13106.344","16364.722"],["13098.625","16354.345"],["13180.155","16371.887"],["13133.043","16366.893"],["13142.089","16541.402"],["13193.320","16474.866"],["13186.761","16495.303"],["13193.472","16522.291"],["13080.530","16536.392"],["13188.018","16352.764"],["13195.066","16451.495"],["13114.050","16540.241"],["13002.411","16519.786"],["13105.453","16496.882"],["13144.926","16439.161"],["13021.155","16453.391"],["13094.296","16385.678"],["13007.882","16443.977"],["13707.286","16574.450"],["13699.898","16706.850"],["13624.487","16634.282"],["13653.401","16692.350"],["13711.067","16581.546"],["13729.159","16620.126"],["13796.725","16579.713"],["6378.538","17660.079"],["16908.386","4394.275"],["16932.876","4359.808"],["16899.080","4433.458"],["13285.248","17614.798"],["13235.084","17604.112"],["13339.287","17566.385"],["13229.633","17588.070"],["13262.231","17582.520"],["13315.500","17545.287"],["13353.003","17619.406"],["13249.276","17492.774"],["13213.601","17505.391"],["10003.992","18693.958"],["9896.100","18750.719"],["9854.882","18780.510"],["6502.673","16027.629"],["6505.978","16008.825"],["6576.564","16109.855"],["6488.625","16082.895"],["6498.937","15930.534"],["14455.981","15491.246"],["14387.298","15497.503"],["14403.518","15500.333"],["14338.718","15335.060"],["14338.933","15413.335"],["14299.141","15332.711"],["14261.092","15328.844"],["14254.214","15443.157"],["10021.083","15356.072"],["10006.379","15368.954"],["20594.567","6227.393"],["20576.205","6263.623"],["20700.991","6392.326"],["12130.288","17715.406"],["12144.232","17815.415"],["12071.332","17766.647"],["12053.364","17747.759"],["12021.771","17694.687"],["11957.100","17669.089"],["11961.619","17646.916"],["12116.706","17702.531"],["8788.904","17149.348"],["8789.771","17190.382"],["9306.586","19118.155"],["9390.546","19133.493"],["9903.365","18889.068"],["10029.512","18853.244"],["9931.599","18825.991"],["10014.872","18753.424"],["9995.929","18802.868"],["9895.896","18866.005"],["9839.052","18808.841"],["10028.147","18847.493"],["13415.101","17779.001"],["13519.603","17740.895"],["13509.356","17681.374"],["13491.072","17626.719"],["13581.540","17758.872"],["13545.932","17765.808"],["13591.900","17748.001"],["13452.427","17740.633"],["13443.068","17674.820"],["13440.470","17714.192"],["20181.790","6149.156"],["20297.699","6053.266"],["10943.852","18139.837"],["11060.191","18047.070"],["11036.800","18150.784"],["11025.468","18149.908"],["10968.441","18249.003"],["10965.628","18207.798"],["7337.003","19734.162"],["20702.086","6442.138"],["20743.142","6531.511"],["11929.445","18431.755"],["11817.843","18462.100"],["11738.413","18405.177"],["7771.189","17943.571"],["7741.912","17948.756"],["7782.356","17959.045"],["7759.372","18008.225"],["7824.063","17990.284"],["7855.068","17939.259"],["12304.432","17393.652"],["9586.166","18341.418"],["9570.887","18405.002"],["9599.456","18354.052"],["9613.880","18401.616"],["13168.420","18943.627"],["13124.703","18971.488"],["9392.227","15055.428"],["9392.918","15037.283"],["9348.817","15053.839"],["9324.937","15041.682"],["9358.409","14988.839"],["9297.451","14993.112"],["9289.087","15017.138"],["9265.792","15027.045"],["9270.088","14962.564"],["9407.937","14972.815"],["13417.511","18548.162"],["13425.636","18610.557"],["13557.097","18658.561"],["13512.722","18601.088"],["13499.120","18669.742"],["13540.745","18549.179"],["13596.995","18511.145"],["13522.340","18529.757"],["14102.150","16278.884"],["14139.782","16236.537"],["14229.996","16288.593"],["14217.348","16257.082"],["10772.841","16729.851"],["10812.162","16698.302"],["10840.913","16631.180"],["10783.444","16704.275"],["10843.720","16658.026"],["10755.246","16715.856"],["10869.545","16764.514"],["10764.120","16659.405"],["10826.786","16576.455"],["10747.545","16612.294"],["9836.627","17891.865"],["12182.857","16792.936"],["8713.697","19064.553"],["7015.246","16104.413"],["6907.818","16123.416"],["12048.612","18676.820"],["12142.345","18482.474"],["12087.180","18636.155"],["12041.600","18478.683"],["12137.384","18503.293"],["12065.977","18555.540"],["12015.401","18547.646"],["12079.135","18559.983"],["11947.600","18632.002"],["8066.743","18965.742"],["7939.449","18995.093"],["7993.864","19050.384"],["8044.165","18994.284"],["8078.446","19099.274"],["7939.436","19089.860"],["5272.076","18931.047"],["5405.793","18910.894"],["8129.890","19689.689"],["8118.222","19626.762"],["14399.666","16478.012"],["14336.138","16479.421"],["14335.761","16513.689"],["14359.226","16571.361"],["14307.441","16515.816"],["14434.063","16386.586"],["14382.082","16356.592"],["14288.261","16359.444"],["14334.056","16413.896"],["14301.049","16431.993"],["14343.218","16382.694"],["14310.439","16410.503"],["14360.027","16389.553"],["14264.062","16531.853"],["14287.532","16515.437"],["14264.917","16548.715"],["14261.008","16480.698"],["14253.031","16383.175"],["12983.195","17695.381"],["12923.221","17634.499"],["12968.764","17654.565"],["12811.994","17684.985"],["7892.047","16103.176"],["7759.833","16056.518"],["9883.191","16054.449"],["9992.993","16133.213"],["8441.003","15845.719"],["14034.495","17231.835"],["14019.332","17335.377"],["14034.698","17294.865"],["14040.636","17322.826"],["13871.059","17329.807"],["13856.338","17393.078"],["13978.958","17376.383"],["13921.442","17295.178"],["13875.324","17361.387"],["7095.687","20520.790"],["13499.247","15810.579"],["19721.432","5193.254"],["19676.087","5189.620"],["19677.368","5286.006"],["13831.814","15440.797"],["13870.224","15431.229"],["13958.933","15444.103"],["13964.715","15497.840"],["13674.595","16172.775"],["13663.397","16350.184"],["13768.384","16328.713"],["13757.948","16307.305"],["12372.192","17577.104"],["10707.668","17623.217"],["10705.612","17631.921"],["10742.952","17622.888"],["10778.215","17630.865"],["10873.580","17676.222"],["12999.724","17824.081"],["13023.261","17676.719"],["13015.946","17675.171"],["12995.861","17705.461"],["13155.940","17765.984"],["13152.421","17789.530"],["13176.567","17785.098"],["12999.364","17716.212"],["13123.574","17804.149"],["13121.396","17626.719"],["13128.624","17754.610"],["13126.397","17755.094"],["13117.894","17743.319"],["13043.058","17751.643"],["13013.319","17639.680"],["7335.819","18429.595"],["7353.712","18410.794"],["7409.404","18257.877"],["7419.183","18350.839"],["7415.057","18392.059"],["7349.248","18443.158"],["7344.046","18292.095"],["7502.665","18338.894"],["7427.266","18369.350"],["7398.128","18375.439"],["12084.582","18679.248"],["12009.211","18742.730"],["11963.309","18815.808"],["12072.642","18850.576"],["12064.043","18804.272"],["12101.000","18777.203"],["12279.811","17920.417"],["12275.567","17902.448"],["12289.482","17902.465"],["6223.468","16783.640"],["6190.977","16780.835"],["6128.111","16837.201"],["7286.865","15860.723"],["7208.832","15766.498"],["11336.381","17223.560"],["11394.558","17242.129"],["11339.942","17246.731"],["11407.949","17398.185"],["11432.542","17381.209"],["11447.064","17373.525"],["11510.955","17205.140"],["11483.251","17282.293"],["7883.273","19319.562"],["8441.484","19554.819"],["8429.889","19649.093"],["8448.281","19699.444"],["8429.313","19546.592"],["6363.530","16408.537"],["6371.758","16413.800"],["6342.546","16459.836"],["6346.754","16455.755"],["6300.459","16440.581"],["20682.143","7638.353"],["10659.395","16896.084"],["10655.004","16983.321"],["10623.898","16864.381"],["10614.833","16802.845"],["10578.440","16864.087"],["10507.021","16793.856"],["10504.898","16973.729"],["10597.691","16949.040"],["10560.078","16821.051"],["10487.424","16848.424"],["8903.267","18950.384"],["8946.170","19046.374"],["8878.074","19080.620"],["8814.760","18955.177"],["10156.188","17395.348"],["10059.738","17276.950"],["10220.723","17258.430"],["10063.586","17236.089"],["10057.468","17285.820"],["10145.254","17289.151"],["10209.439","17348.541"],["10083.476","17376.848"],["14229.632","17940.461"],["14220.057","17867.878"],["14226.527","17859.042"],["14243.286","17875.921"],["20791.568","7564.100"],["12855.018","17357.498"],["12818.867","17313.601"],["12781.992","17298.126"],["12938.353","17329.935"],["12885.409","17284.832"],["12861.248","17309.390"],["12960.163","17294.955"],["6981.081","20703.836"],["9558.404","17179.278"],["9490.569","17173.923"],["9502.065","17184.107"],["9584.531","17178.714"],["9567.434","17028.860"],["9465.569","17177.797"],["9541.797","17169.705"],["14539.101","16567.292"],["14534.644","16569.472"],["14481.995","16614.910"],["6912.932","19991.383"],["8200.566","19788.843"],["8271.292","19754.981"],["10143.044","15164.438"],["10204.462","15090.586"],["7202.596","17347.571"],["7115.911","17394.289"],["7154.012","17257.743"],["10227.603","18716.728"],["10230.838","18757.534"],["10174.863","18861.174"],["10094.614","18723.480"],["10241.261","18759.089"],["10091.147","18837.745"],["12782.790","17536.906"],["12826.105","17529.120"],["12879.756","17530.077"],["12873.852","17491.382"],["12937.187","17412.464"],["12980.427","17423.810"],["12923.585","17447.014"],["9836.314","17789.805"],["9896.464","17794.261"],["9864.001","17773.573"],["10038.348","17673.195"],["9858.394","17690.091"],["12983.100","17565.543"],["12874.387","17597.163"],["12976.668","17443.848"],["12828.351","17604.262"],["12865.185","17607.545"],["12914.868","17542.263"],["12946.052","17571.974"],["20185.377","5607.595"],["20267.518","5740.373"],["10618.239","16754.616"],["10567.813","16658.180"],["10601.564","16730.236"],["10546.402","16591.117"],["10588.749","16630.746"],["10469.237","16696.317"],["10508.785","16637.244"],["10540.603","16614.120"],["10592.395","16730.093"],["11633.141","17413.322"],["11661.294","17441.062"],["11515.358","17413.002"],["11687.821","17456.625"],["11527.727","17516.375"],["7466.171","16071.123"],["7440.982","15958.841"],["13908.422","17633.734"],["13895.198","17627.574"],["13902.115","17667.878"],["13857.263","17730.306"],["13870.569","17703.419"],["13917.117","17812.666"],["13931.541","17786.804"],["14007.247","17702.598"],["13514.249","18007.488"],["13473.865","17990.020"],["13440.971","18028.914"],["13417.961","17951.448"],["11318.881","18650.553"],["11501.498","18484.771"],["11465.149","18478.660"],["11467.616","18469.461"],["12205.227","19120.966"],["5710.171","17578.712"],["5680.931","17483.811"],["5678.872","17522.248"],["5626.587","17619.064"],["5803.179","17598.094"],["5784.780","17578.866"],["5760.157","17544.328"],["5827.831","17577.030"],["5753.588","17477.014"],["5755.808","17585.981"],["5726.948","17530.106"],["5717.687","17558.815"],["5743.937","17558.611"],["5769.080","17574.161"],["5786.588","17606.622"],["5827.209","17472.089"],["7176.015","17174.666"],["20463.625","7692.758"],["6620.186","20499.830"],["14404.711","15278.868"],["17390.534","4760.868"],["17336.679","4732.078"],["17313.669","4742.350"],["7322.301","19350.845"],["7410.501","19450.459"],["7484.847","19449.595"],["7510.997","19432.218"],["7383.925","19368.529"],["7417.765","19415.434"],["7317.588","19375.506"],["7409.615","19331.925"],["7504.049","19368.243"],["10739.581","18005.460"],["10759.548","17940.792"],["10817.646","18013.865"],["7982.392","18368.442"],["8029.530","18325.007"],["8074.561","18434.460"],["7952.880","18438.136"],["5856.924","17695.920"],["5875.260","17655.993"],["5831.218","17709.051"],["5898.782","17688.969"],["5842.631","17670.092"],["5906.754","17770.072"],["5908.945","17700.485"],["5960.576","17674.430"],["20738.456","7083.062"],["13245.482","18550.190"],["13302.966","18520.792"],["13279.314","18567.481"],["13225.508","18603.893"],["13219.488","18663.276"],["13397.626","18608.244"],["15047.453","16549.421"],["14892.329","16421.457"],["6223.201","15418.638"],["11443.984","19137.624"],["13523.270","16589.785"],["13411.961","16667.318"],["13451.952","16631.999"],["13454.924","16580.042"],["9712.177","17464.350"],["9747.393","17543.001"],["9711.447","17413.219"],["9727.589","17427.569"],["9816.401","17558.769"],["9810.970","17564.892"],["9792.743","17582.522"],["13443.137","15576.362"],["13445.574","15557.626"],["13442.890","15536.299"],["13459.967","15526.641"],["13440.879","15547.955"],["13427.650","15539.178"],["13483.339","15513.465"],["13480.313","15511.103"],["13551.033","15554.416"],["13505.766","15549.260"],["13554.092","15567.470"],["13581.642","15563.934"],["13615.070","15509.976"],["8537.907","15481.302"],["8528.964","15419.782"],["11137.134","16879.012"],["11191.857","16873.312"],["9767.503","18839.798"],["9677.600","18696.799"],["17315.084","4696.256"],["9230.745","16796.840"],["9383.718","16830.147"],["9050.396","16458.190"],["7514.289","16292.053"],["7495.715","16285.709"],["7498.153","16337.125"],["7373.944","16174.949"],["7472.447","16351.380"],["17449.755","4518.332"],["7104.047","16742.302"],["7246.880","16729.889"],["7214.110","16714.935"],["12951.180","16339.343"],["13007.536","17966.502"],["12993.647","18001.316"],["13141.046","18029.716"],["13158.889","17956.209"],["13038.576","17899.617"],["13112.578","18040.975"],["13094.944","17938.136"],["13084.598","17858.054"],["13073.532","17994.092"],["13054.272","17979.823"],["13074.799","18032.936"],["12872.542","18508.371"],["12837.016","18502.739"],["12795.549","18649.973"],["12869.688","18545.423"],["12869.145","18664.862"],["14282.531","18014.904"],["14461.318","17960.645"],["14376.728","17894.055"],["14303.556","17985.238"],["14438.294","17942.860"],["14454.939","17934.438"],["14413.073","17954.320"],["14357.053","18010.042"],["14364.454","17938.762"],["14253.322","17914.888"],["14357.862","17883.063"],["14298.914","17951.337"],["6660.971","18204.323"],["13468.210","17002.585"],["13420.285","17115.684"],["13518.134","17110.200"],["13507.131","17079.597"],["20764.811","7775.558"],["20777.574","7761.537"],["20570.352","7781.329"],["11059.624","18638.894"],["10918.179","18650.327"],["13393.994","18313.502"],["13387.091","18356.018"],["13336.647","18337.356"],["13347.831","18326.010"],["13227.025","18265.759"],["13221.678","18297.833"],["13315.522","18297.531"],["13263.039","18338.885"],["13334.278","18434.366"],["13269.229","18450.650"],["13248.853","18417.366"],["13262.685","18458.357"],["9332.922","15265.618"],["5204.575","18888.165"],["8411.677","19227.269"],["8373.590","19258.951"],["8405.454","19309.359"],["10357.937","17426.827"],["10408.653","17500.546"],["10409.955","17421.000"],["10259.445","17611.271"],["10301.037","17454.630"],["10289.522","17508.396"],["10284.511","17588.631"],["10383.041","17573.706"],["8542.291","19294.477"],["8522.309","19308.989"],["8558.835","19209.267"],["11785.684","17148.986"],["11900.668","17159.837"],["11921.417","17086.749"],["11837.929","17170.549"],["11828.225","17154.909"],["9634.256","18610.321"],["9676.364","18535.865"],["10694.098","17534.827"],["10783.100","17616.199"],["14513.442","15506.533"],["6182.629","16503.037"],["6057.824","16562.494"],["6067.920","16446.309"],["7381.794","17755.680"],["7861.659","15271.214"],["5843.172","15807.612"],["5945.966","15760.310"],["5961.480","15808.930"],["5999.123","15755.396"],["6024.983","15726.881"],["6030.348","15892.400"],["5847.314","15750.690"],["6002.064","15764.540"],["12400.647","17021.713"],["12423.993","17029.703"],["12356.960","17036.255"],["12366.566","17048.233"],["12380.173","17075.757"],["12442.798","17075.884"],["12452.393","17052.341"],["12494.674","17049.890"],["12520.462","17067.965"],["12473.839","17063.820"],["12483.213","17022.025"],["12468.272","17183.455"],["12483.304","17185.595"],["12505.605","17163.387"],["12519.383","17150.004"],["12553.484","17073.721"],["12565.127","17014.697"],["6748.311","16234.201"],["6863.914","16284.929"],["8166.320","18355.680"],["8247.922","18322.546"],["8266.951","18305.655"],["9838.378","18506.677"],["14449.628","16761.944"],["14385.311","16577.749"],["14356.741","16690.941"],["14343.809","16647.033"],["14323.039","16668.040"],["10493.434","18634.758"],["6949.427","19927.045"],["6923.522","19936.673"],["6141.955","16742.154"],["6095.464","16732.190"],["6069.143","16762.281"],["6189.880","16584.973"],["6091.514","16658.706"],["6234.102","16728.980"],["6242.288","16741.761"],["11586.408","19207.050"],["8977.643","16868.132"],["8562.817","16116.522"],["6907.733","15486.463"],["6970.651","15481.807"],["14464.554","16248.698"],["14497.807","16366.357"],["14477.860","16292.497"],["14476.873","16339.664"],["14484.050","16281.252"],["14477.635","16225.155"],["14462.581","16231.717"],["14478.716","16259.281"],["14525.753","16209.065"],["14478.479","16201.608"],["12592.243","17477.177"],["12623.246","17506.739"],["12714.519","17533.460"],["12745.605","17515.276"],["12677.842","17514.269"],["12585.406","17546.991"],["12603.777","17545.488"],["12586.409","17582.928"],["12685.036","17541.830"],["12755.734","17550.597"],["6483.751","16154.031"],["6529.922","16162.917"],["6470.135","16183.929"],["7092.648","16843.729"],["6939.036","16899.434"],["6927.180","16791.073"],["8603.704","16420.576"],["6256.919","16788.030"],["6400.802","16902.804"],["6344.489","16813.597"],["6385.881","16937.871"],["6338.691","16901.358"],["6313.398","16931.666"],["6234.429","14770.128"],["6170.418","14756.177"],["6150.668","14698.116"],["6095.447","14715.332"],["9692.544","19342.847"],["7643.650","19108.354"],["7692.123","19113.938"],["7553.875","19112.678"],["12471.702","18184.065"],["12515.355","18063.678"],["12505.153","18137.014"],["12399.995","18240.925"],["12423.663","18237.556"],["12473.725","18186.971"],["12447.343","18190.357"],["12419.801","18248.656"],["12373.633","18242.859"],["12469.909","18094.491"],["12399.856","18050.315"],["12504.711","18056.159"],["12410.155","18203.972"],["10078.657","16617.871"],["10110.433","16641.707"],["10138.436","16584.944"],["10078.946","16686.747"],["10057.365","16754.739"],["10042.861","16743.140"],["13744.490","16527.910"],["13756.008","16391.359"],["13765.948","16394.073"],["10296.716","15428.361"],["10353.213","15438.005"],["10431.160","15308.078"],["9906.590","17229.824"],["9857.576","17214.498"],["10023.569","17370.488"],["9832.781","17324.058"],["10021.561","17294.348"],["10012.791","17204.391"],["7460.323","19098.944"],["17173.678","4226.592"],["17003.227","4235.778"],["17022.273","4264.564"],["17064.757","4211.980"],["17108.146","4153.024"],["17173.412","4141.959"],["17044.003","4317.459"],["17039.944","4269.636"],["8650.091","15523.877"],["8701.206","15526.098"],["5897.167","15701.157"],["5951.598","15703.344"],["5952.689","15703.496"],["9915.704","16494.764"],["13433.876","17409.966"],["13519.620","17600.674"],["13597.021","17608.221"],["13548.814","17561.087"],["11785.281","19300.386"],["14578.563","15465.144"],["14459.784","15357.488"],["14510.323","15331.975"],["14653.965","15446.943"],["14599.016","15436.322"],["6810.149","15777.112"],["13036.846","16818.683"],["13091.851","16800.514"],["13118.584","16848.076"],["13095.773","16880.573"],["12998.321","16851.312"],["13187.750","16837.064"],["13057.853","16867.589"],["13145.034","16849.932"],["11391.876","17924.521"],["11489.721","17882.704"],["11435.190","17966.021"],["11482.553","17937.004"],["11497.487","17987.128"],["11502.140","17965.743"],["7179.595","18653.272"],["7184.447","18505.010"],["7132.365","18613.575"],["7223.071","18677.591"],["7286.638","18526.327"],["7162.189","18565.886"],["7184.901","18616.017"],["7244.226","18582.867"],["10736.372","17312.965"],["10761.298","17320.163"],["10758.440","17288.893"],["10707.032","17290.151"],["10678.662","17336.771"],["10821.694","17233.738"],["10688.091","17269.575"],["10752.647","17232.528"],["10734.106","17216.591"],["11067.988","16903.056"],["11023.524","16961.518"],["11053.335","16981.498"],["11025.473","16941.711"],["11001.598","16924.332"],["11025.819","16914.580"],["10954.463","16869.109"],["13257.629","17937.825"],["13405.396","17923.652"],["13292.547","17849.358"],["13274.816","17846.534"],["13230.732","18000.887"],["13216.996","17909.843"],["13356.073","17867.162"],["13309.609","17900.887"],["13347.849","17853.124"],["10203.063","19127.615"],["10175.561","19150.661"],["10132.788","19166.406"],["6756.709","16123.176"],["6813.649","16125.005"],["6839.784","16039.705"],["6711.607","15989.064"],["7152.286","15625.760"],["7176.402","15703.422"],["7152.656","15683.932"],["7115.967","15578.388"],["7182.367","15595.052"],["12993.651","17773.894"],["13512.961","16953.943"],["13453.703","16934.113"],["13561.645","16933.431"],["13504.063","16928.328"],["13524.396","16817.603"],["13469.182","16834.812"],["13463.405","16857.253"],["13553.290","16817.203"],["13495.714","16874.582"],["11281.449","18730.265"],["11189.558","18726.015"],["11201.290","18709.151"],["11136.593","18764.385"],["13372.910","15406.099"],["6904.480","17064.664"],["7078.075","17161.139"],["6896.352","17018.999"],["6926.881","17061.552"],["17105.163","4368.362"],["17103.365","4349.449"],["17038.542","4366.428"],["17027.961","4323.946"],["17022.451","4308.438"],["5698.550","15255.852"],["10416.586","16597.287"],["10389.624","16635.193"],["10381.476","16700.469"],["10382.278","16647.695"],["10394.436","16656.035"],["13463.447","18228.328"],["13481.821","18209.133"],["13490.357","18171.000"],["13512.578","18251.726"],["13428.715","18125.684"],["13437.736","18159.094"],["13429.315","18187.500"],["13517.589","18123.244"],["13522.079","18187.670"],["13513.510","18194.276"],["13589.490","18049.453"],["13530.296","18078.520"],["14195.625","16810.992"],["14211.621","16801.543"],["14190.140","16794.028"],["5860.499","17876.808"],["5983.706","17859.560"],["13858.502","18568.840"],["6621.538","20216.547"],["13488.786","16534.451"],["13609.937","16367.486"],["10922.848","17848.218"],["10951.058","17929.627"],["10939.271","17988.531"],["10961.943","18026.143"],["10895.464","17900.157"],["11023.395","17905.477"],["14206.760","18668.609"],["5895.926","16195.801"],["5990.468","16302.543"],["10235.888","17688.531"],["10194.910","17650.329"],["10078.609","17681.315"],["8421.252","15742.131"],["12081.439","16747.087"],["6870.581","18049.783"],["6758.084","18160.727"],["6784.495","18054.575"],["6739.555","18177.092"],["6771.193","18203.231"],["6825.001","18211.347"],["6857.154","18202.264"],["6857.059","18128.880"],["6747.697","18113.502"],["6708.134","18074.582"],["6691.124","18124.323"],["6702.685","18163.214"],["6452.581","17650.125"],["7215.560","17528.740"],["7172.012","17469.554"],["7234.958","17618.174"],["7129.493","17585.957"],["14206.824","15646.394"],["14045.911","15688.393"],["14131.214","15606.946"],["14197.971","15565.140"],["14106.561","15583.341"],["14082.357","15604.797"],["14099.928","15583.273"],["14166.849","15651.726"],["14207.882","15692.541"],["14042.459","15664.832"],["13088.174","16333.363"],["13128.375","16347.536"],["13152.410","16276.998"],["13135.906","16201.520"],["13002.844","16257.099"],["13082.499","16270.123"],["13052.835","16222.479"],["13843.522","16372.627"],["13928.292","16370.359"],["13995.968","16549.949"],["14021.773","16516.984"],["13970.606","16516.902"],["13906.537","16493.127"],["13918.922","16536.992"],["13969.317","16457.735"],["10288.892","17684.702"],["10275.490","17652.078"],["10446.451","17779.219"],["10421.302","17800.012"],["10367.319","17643.071"],["6098.195","15801.316"],["6131.260","15809.910"],["6160.850","15757.000"],["6057.551","15813.636"],["6052.781","15848.319"],["9923.533","16184.015"],["9844.721","16242.432"],["13852.791","18744.515"],["13861.557","18721.526"],["13850.645","18774.385"],["14022.725","18768.356"],["14031.426","18739.058"],["9843.234","16575.961"],["10604.449","18333.365"],["10568.680","18295.061"],["8529.070","18381.516"],["8488.249","18408.681"],["8395.430","18332.391"],["11570.734","18354.403"],["11564.681","18326.592"],["11527.066","18306.707"],["11646.344","18412.637"],["11618.483","18436.947"],["7723.844","19790.577"],["19777.400","8472.053"],["11013.287","18680.702"],["10971.295","18700.790"],["10912.682","18742.679"],["10928.071","18761.169"],["10913.813","18821.995"],["8510.347","18975.434"],["8514.765","19001.445"],["8522.843","19001.848"],["8531.096","18971.183"],["8510.997","18959.709"],["8547.315","19000.819"],["14528.939","16478.723"],["12590.598","18231.068"],["12744.481","18224.288"],["12681.964","18209.937"],["12768.866","18237.187"],["12718.211","18167.045"],["12740.234","18113.997"],["12601.494","18197.374"],["12610.918","18199.966"],["12645.096","18169.380"],["12584.396","18197.856"],["12584.775","18119.668"],["12636.321","18115.738"],["12585.137","18048.190"],["12573.336","18055.812"],["12698.775","18058.900"],["12725.781","18116.638"],["11231.295","18403.919"],["11155.031","18409.524"],["11162.832","18358.749"],["11280.031","18314.436"],["13568.557","18265.174"],["13581.172","18282.070"],["13435.882","18267.040"],["13561.432","18318.667"],["13515.346","18327.436"],["10797.116","18865.463"],["10815.053","18755.746"],["10751.915","18718.242"],["10746.062","18833.632"],["10700.880","18820.312"],["10872.829","18812.186"],["10838.537","18738.558"],["14716.404","15931.634"],["14739.078","16074.288"],["11213.507","18211.112"],["11267.010","18091.616"],["11236.796","18046.645"],["11199.856","18063.669"],["11127.277","18109.809"],["11227.947","18226.907"],["11136.203","18210.970"],["11264.044","18242.181"],["14372.788","18771.344"],["8839.311","16591.989"],["8951.153","16738.707"],["10458.458","16840.823"],["10455.884","16789.971"],["10446.549","16820.185"],["10394.323","16897.602"],["10322.435","16908.704"],["10368.201","16821.353"],["10400.001","16857.303"],["10421.344","16900.208"],["10342.049","16879.604"],["10352.014","16892.610"],["10343.498","16974.168"],["9703.269","15017.006"],["12959.407","18197.225"],["12936.016","18244.007"],["12890.835","18225.462"],["12978.407","18108.872"],["12887.690","18220.927"],["12844.045","18175.312"],["12962.585","18120.466"],["12914.560","18077.733"],["12923.426","18073.009"],["12799.622","18218.277"],["12784.491","18230.119"],["7083.181","20132.227"],["6970.138","20139.690"],["11453.694","17763.245"],["11400.619","17663.443"],["11478.842","17677.977"],["11450.626","17826.040"],["11328.518","17793.810"],["11305.622","17716.844"],["11374.478","17751.259"],["11347.899","17779.483"],["11383.507","17756.345"],["11322.286","17790.005"],["13318.725","16217.181"],["13313.891","16187.599"],["14204.893","18430.272"],["14118.692","18290.025"],["14192.015","18278.018"],["14108.967","18448.250"],["14140.958","18385.806"],["14215.209","18343.589"],["11378.668","18777.997"],["11401.549","18735.665"],["11478.781","18854.773"],["13384.205","16064.741"],["6458.379","15253.427"],["6448.194","15279.300"],["6423.774","15156.580"],["6409.643","15292.047"],["6270.540","15101.397"],["6278.846","15144.319"],["6314.803","15222.230"],["6283.425","15259.829"],["6287.381","15238.819"],["6320.193","15209.174"],["6312.858","15086.293"],["6338.408","15146.429"],["6367.644","15229.932"],["6346.267","15243.350"],["6340.040","15269.073"],["6330.133","15168.353"],["11955.718","18192.976"],["12008.112","18058.593"],["11969.149","18056.810"],["12052.119","18044.806"],["9506.413","16915.979"],["9415.970","16934.032"],["13521.812","16213.702"],["13535.437","17120.968"],["9871.420","18110.985"],["9977.933","18081.439"],["9964.151","18130.100"],["9941.190","18134.618"],["9953.394","18115.163"],["7543.124","17606.489"],["7755.841","18480.442"],["7763.260","18495.932"],["7848.417","18481.764"],["7150.845","16494.249"],["9932.226","19129.748"],["11442.052","18118.186"],["11450.345","18065.980"],["11479.161","18094.684"],["11465.427","18045.650"],["12852.265","16294.448"],["7106.559","17140.719"],["7134.898","17034.739"],["8883.449","17152.220"],["13199.180","16377.655"],["13211.035","16353.568"],["13228.097","16442.017"],["13396.459","16503.692"],["13347.787","16555.149"],["13375.499","16508.404"],["13243.497","16469.637"],["13231.062","16490.265"],["13250.191","16531.008"],["13215.113","16525.099"],["11862.458","18840.251"],["11797.820","18805.322"],["11771.520","18846.329"],["11894.416","18728.564"],["8675.617","18634.294"],["8695.497","18517.751"],["12129.422","17946.271"],["12140.968","17963.414"],["11945.075","17905.658"],["12126.159","17841.329"],["12100.895","17873.303"],["11982.701","18013.094"],["12090.970","17864.946"],["12102.121","17861.379"],["11957.197","17869.765"],["11952.987","17833.811"],["11959.221","17901.441"],["12008.139","18018.530"],["12034.586","17945.830"],["11335.360","16983.126"],["11464.305","18284.214"],["11447.685","18337.728"],["11426.057","18331.221"],["11493.804","18330.775"],["11386.462","18284.526"],["14552.302","16034.080"],["14484.059","16034.643"],["14504.901","16018.489"],["14512.265","16035.711"],["14520.241","16073.971"],["14523.266","16000.711"],["19481.973","4977.810"],["19461.265","5017.265"],["20730.315","7018.701"],["20653.785","6943.764"],["9796.201","17020.488"],["9661.307","17095.175"],["9704.542","17106.521"],["9744.957","17179.968"],["9673.713","17027.688"],["9647.337","17105.927"],["9828.090","17160.702"],["7549.232","16064.840"],["7564.640","16126.170"],["7539.425","16101.189"],["7339.898","17842.202"],["7385.889","17866.927"],["7315.748","17868.156"],["6153.478","15229.315"],["6153.448","15165.001"],["6162.307","15287.806"],["7626.382","17960.541"],["7714.988","17856.337"],["7517.469","17942.594"],["7647.469","18009.993"],["6534.517","15991.982"],["14065.778","17385.273"],["14092.740","17329.137"],["14183.529","17371.895"],["14194.466","17354.504"],["10227.549","17837.162"],["10204.853","17892.408"],["11154.244","17225.294"],["11119.192","17223.743"],["11119.991","17205.346"],["11143.278","17226.139"],["11207.394","17313.975"],["11196.225","17310.254"],["11148.169","17278.607"],["11240.811","17324.312"],["11244.516","17371.571"],["11148.191","17200.258"],["7065.019","18209.131"],["6949.661","18245.597"],["6963.700","18206.668"],["6898.109","18242.872"],["7086.413","18113.792"],["7077.538","18092.344"],["7020.361","18110.255"],["6942.590","18167.717"],["6930.806","18095.247"],["6922.012","18128.597"],["6957.153","18090.923"],["6978.212","18192.719"],["10779.890","19065.692"],["13431.637","18943.736"],["13615.845","18940.374"],["13470.696","18973.255"],["13487.998","19090.728"],["20186.937","7759.738"],["20248.368","7857.393"],["7154.649","18214.347"],["7168.687","18159.342"],["7200.779","18246.501"],["7172.137","18112.835"],["7209.306","18082.090"],["7178.387","18075.131"],["7269.921","18069.048"],["7295.286","18074.425"],["7239.936","18187.197"],["7265.787","18169.066"],["7215.704","18228.184"],["12917.869","19049.191"],["12914.991","19003.477"],["12835.994","19088.597"],["12794.703","19020.418"],["12887.516","19020.071"],["12900.258","18982.227"],["12913.153","18955.209"],["12105.425","16781.084"],["12132.871","16786.870"],["11935.919","16849.764"],["5956.792","20443.739"],["11837.532","18174.855"],["11881.726","18129.306"],["11838.552","18103.459"],["10132.981","17455.995"],["10189.576","17608.586"],["10166.702","17558.107"],["10119.820","17607.563"],["10106.746","17502.325"],["10193.100","17528.616"],["10216.898","17531.676"],["10088.601","17531.806"],["6667.835","16950.054"],["6648.345","16835.864"],["6572.269","16797.371"],["6463.007","16814.182"],["6591.290","16798.690"],["9647.414","16908.339"],["6580.082","15532.385"],["6527.648","15553.365"],["6545.519","15626.521"],["6586.435","15612.558"],["6536.236","15616.637"],["6551.947","15689.337"],["6476.789","15508.192"],["6500.297","15565.632"],["6473.242","15710.466"],["6597.036","15660.734"],["12923.270","17823.708"],["12865.592","17811.564"],["12881.543","17825.145"],["12825.303","17828.219"],["12864.397","17761.336"],["12905.526","17820.351"],["12950.642","17751.764"],["12827.798","17705.924"],["12851.632","17706.736"],["12800.728","17815.103"],["12831.271","17797.036"],["12856.912","17786.367"],["12835.035","17944.326"],["12821.728","17849.537"],["12780.731","17854.859"],["12800.490","17843.108"],["6994.501","15676.540"],["6931.183","15670.290"],["12786.521","16695.633"],["12941.909","16667.244"],["12962.715","16652.905"],["12933.099","16634.947"],["12935.165","16651.601"],["12972.349","16696.092"],["12969.964","16716.802"],["12914.742","16728.946"],["12813.574","16723.314"],["12978.692","16738.666"],["10728.516","18622.818"],["10691.908","18617.238"],["10784.252","18606.273"],["9776.574","18668.416"],["9794.587","18559.204"],["13309.469","18910.485"],["13304.203","18929.682"],["13321.193","18969.236"],["7314.721","18815.099"],["7370.572","18740.050"],["7500.993","18813.762"],["7398.456","18808.138"],["7342.305","18827.412"],["13852.396","18083.640"],["13976.405","18044.643"],["13891.797","18083.735"],["13913.491","18126.146"],["13903.179","18064.114"],["13900.620","18204.910"],["13833.696","18217.544"],["14031.130","18092.895"],["13998.054","18066.966"],["10177.422","14795.744"],["10165.388","14865.236"],["14028.068","15913.404"],["14038.902","15929.660"],["13846.409","15902.200"],["13982.818","15841.382"],["13909.968","15906.023"],["13916.107","15850.156"],["14002.307","15757.780"],["13997.631","15719.715"],["13896.964","15866.755"],["13988.347","15891.989"],["13968.361","15795.156"],["14010.895","15799.952"],["13922.509","15719.758"],["13922.991","15733.462"],["10484.624","18888.184"],["10474.758","18826.705"],["10569.705","18682.429"],["10630.172","18878.714"],["10658.133","18777.388"],["10532.874","18803.874"],["10530.430","18809.954"],["10608.712","18700.668"],["10624.523","18696.033"],["10656.568","18720.490"],["10477.909","19131.692"],["10500.991","19144.776"],["10568.977","19114.061"],["13665.300","18050.567"],["13669.782","18216.881"],["13689.594","18190.423"],["13723.243","18139.863"],["13819.938","18107.018"],["13730.611","18104.041"],["13731.920","18242.117"],["13728.605","18106.898"],["13740.321","18149.154"],["13743.051","18184.992"],["13775.041","18184.678"],["8149.330","19346.158"],["8280.246","19455.535"],["8298.388","19342.635"],["8198.012","19405.256"],["8205.264","19339.224"],["8225.173","19518.049"],["8295.185","19466.162"],["8327.522","19421.009"],["8331.797","19519.592"],["8340.306","19452.592"],["8294.916","19497.648"],["11695.930","17541.343"],["12762.602","16781.022"],["12601.870","16837.755"],["12736.515","16793.946"],["12701.971","16952.844"],["12760.573","16922.918"],["12641.007","16778.124"],["12632.639","16862.512"],["12583.564","16860.298"],["12618.482","16976.157"],["10497.030","17407.831"],["10527.146","17404.844"],["10652.632","17237.996"],["10664.848","17232.509"],["10618.104","17318.690"],["10546.163","17359.285"],["10632.561","17335.189"],["10654.814","17386.569"],["10613.778","17393.109"],["17311.286","4375.551"],["8593.436","19270.873"],["8677.322","19137.545"],["8801.919","19114.061"],["8656.169","19300.359"],["12629.716","17267.646"],["12677.643","17206.539"],["12637.380","17273.426"],["12744.561","17353.933"],["12718.179","17292.050"],["12730.186","17318.144"],["6814.121","17655.121"],["6722.781","17680.857"],["6752.538","17621.863"],["6870.315","17825.607"],["12390.407","18917.698"],["12515.419","18950.502"],["12538.248","18924.094"],["13768.117","15715.588"],["13741.805","15692.069"],["13737.575","15693.239"],["13722.307","15701.191"],["13758.832","15704.796"],["13761.839","15703.558"],["13709.418","15686.455"],["13713.246","15658.336"],["13724.438","15637.006"],["13743.131","15627.341"],["13778.781","15653.280"],["13767.261","15666.733"],["13746.513","15678.876"],["13696.761","15580.791"],["13701.645","15546.039"],["13740.372","15523.164"],["13662.719","15689.982"],["13639.579","15679.146"],["13632.404","15683.353"],["13738.701","15512.085"],["13796.378","15539.803"],["13775.983","15584.972"],["13783.631","15607.912"],["13624.807","15517.067"],["10626.179","17450.434"],["19931.888","6282.481"],["11960.769","19150.970"],["12029.277","19139.822"],["13886.260","16306.489"],["13890.743","16321.479"],["14220.773","18688.279"],["14212.566","18704.843"],["14057.559","18800.950"],["14218.085","18687.573"],["14148.370","18855.076"],["14216.545","18824.275"],["14228.243","18881.990"],["12220.257","17530.989"],["6942.404","17846.363"],["7053.053","17951.637"],["7025.053","17927.859"],["7037.720","17872.432"],["7032.942","17908.919"],["13657.867","17048.197"],["13687.341","17017.776"],["13657.949","17020.286"],["13683.719","17121.858"],["13743.522","17191.751"],["13657.831","17141.346"],["10097.990","16745.099"],["10131.129","16773.347"],["10124.457","16756.625"],["10133.837","16747.400"],["10151.929","16637.778"],["10209.503","16662.227"],["10178.156","16605.219"],["13017.696","17245.459"],["13000.261","17266.301"],["13103.085","17303.413"],["13147.871","17298.475"],["13151.456","17217.220"],["13038.306","17362.046"],["10514.417","18963.555"],["10598.242","18982.702"],["10479.695","19005.527"],["25632.057","5791.631"],["9487.137","19105.887"],["9564.379","19131.197"],["10599.486","18057.009"],["10542.493","18064.320"],["10586.818","18161.341"],["10584.670","18187.903"],["10600.972","18216.559"],["10638.039","18161.942"],["10660.370","18219.992"],["7594.690","19606.762"],["7599.921","19673.637"],["7647.358","19557.799"],["7647.641","19629.331"],["7094.271","17725.338"],["13398.520","17005.739"],["13300.191","17184.811"],["13310.866","17179.609"],["13232.901","17097.242"],["13284.628","17094.467"],["13284.398","17089.694"],["13347.259","17088.351"],["13373.262","17146.716"],["13373.701","17193.100"],["13370.231","17176.453"],["13393.614","17075.235"],["13387.430","17101.048"],["13393.400","17122.271"],["7889.457","19336.358"],["7729.238","19509.039"],["7893.777","19380.277"],["7790.659","19420.060"],["7911.956","19475.313"],["7743.343","19352.695"],["7861.653","19410.043"],["7841.438","19355.512"],["9721.550","19200.990"],["9770.243","19301.696"],["20455.053","6331.595"],["20406.055","6216.239"],["12688.396","18433.541"],["12612.766","18444.991"],["12762.376","18425.003"],["12732.980","18354.471"],["12694.477","18397.410"],["12637.218","18387.605"],["12714.950","18345.486"],["12718.650","18354.305"],["12726.011","18373.012"],["12637.520","18347.299"],["12695.711","18339.487"],["12607.619","18298.182"],["7558.122","18242.478"],["7627.057","18241.376"],["7707.865","18094.582"],["7669.098","18198.130"],["9659.097","19157.728"],["9699.035","19128.869"],["9784.256","19117.756"],["11548.728","18596.470"],["11595.175","18594.587"],["11667.868","17079.669"],["11627.781","17076.963"],["11606.736","17087.125"],["11610.691","17073.249"],["11603.393","17027.238"],["11552.298","17021.707"],["11550.950","17068.503"],["11559.174","17074.501"],["11547.203","17191.321"],["11656.595","17172.777"],["7186.653","17850.589"],["7282.867","17846.115"],["7253.099","17847.438"],["7797.010","19738.241"],["7753.138","19832.472"],["7738.211","19935.412"],["7933.039","19872.914"],["7858.416","19793.020"],["7763.615","19816.845"],["9569.590","18709.274"],["13764.329","15973.271"],["13773.212","15961.489"],["13760.467","15954.584"],["13755.286","15966.555"],["13753.723","15976.706"],["13801.452","16072.262"],["13728.029","16090.510"],["13251.050","18083.651"],["13360.411","18245.472"],["13360.889","18165.874"],["13323.734","18220.887"],["13386.638","18217.147"],["13357.128","18220.943"],["13261.154","18222.374"],["13360.202","18126.666"],["13296.386","18106.765"],["13328.294","18081.001"],["13245.968","18098.796"],["13270.738","18193.363"],["13202.005","18170.472"],["9813.031","17778.825"],["9795.562","17699.661"],["9779.898","17738.749"],["10291.216","17973.954"],["10384.971","17864.441"],["6711.049","20185.583"],["8290.330","19643.284"],["8195.329","19673.728"],["8180.943","19701.310"],["8334.774","19699.831"],["8348.379","19729.880"],["8297.697","19592.999"],["8208.716","19677.495"],["15054.251","16007.614"],["14928.893","15993.253"],["10734.240","18918.674"],["10858.462","18893.655"],["10770.118","18951.765"],["14103.026","15937.637"],["14096.919","15975.054"],["14058.702","16073.147"],["14087.186","16015.874"],["14076.022","15994.041"],["14138.433","16029.561"],["14188.676","15985.835"],["14177.277","15948.480"],["14051.903","16105.267"],["14169.016","16104.716"],["20207.591","5872.605"],["6656.076","17628.956"],["6630.669","17642.987"],["6608.794","17627.594"],["6646.917","17656.358"],["6659.811","17640.596"],["10915.075","17237.906"],["10929.816","17222.992"],["10924.309","17210.094"],["10967.215","17227.984"],["11092.141","17250.280"],["10916.382","17311.767"],["13786.660","17603.687"],["13715.805","17551.614"],["13817.449","17611.673"],["13791.370","17510.577"],["13777.686","17496.697"],["14076.117","16587.675"],["14189.381","16620.608"],["14150.882","16672.601"],["14136.230","16673.328"],["7934.050","18192.881"],["7924.978","18190.395"],["7795.995","18117.431"],["7750.720","18047.234"],["7888.709","18047.800"],["6989.790","15909.525"],["6897.286","15761.538"],["6944.838","15916.511"],["7040.792","15814.408"],["7036.922","20554.390"],["12589.180","17227.336"],["12603.836","17216.776"],["19729.380","5561.782"],["19933.658","5474.530"],["12646.717","17948.136"],["12712.435","17852.009"],["12626.766","17905.675"],["12638.656","17869.891"],["12658.558","17886.736"],["12751.400","17915.973"],["12760.249","17911.712"],["10897.894","16811.655"],["10899.200","16784.851"],["10913.461","16877.084"],["10966.727","16779.190"],["6150.005","16247.392"],["6108.365","16218.861"],["13390.125","16797.104"],["13375.473","16792.934"],["13103.003","18829.618"],["13112.838","18797.744"],["13092.361","18813.070"],["13028.559","18727.146"],["13047.622","18783.480"],["13039.464","18702.819"],["13118.215","18738.334"],["13125.534","18715.988"],["8883.197","18236.027"],["9072.011","15540.290"],["9170.812","15711.739"],["14029.296","16876.295"],["13980.929","16841.810"],["13977.590","16875.931"],["14030.205","16847.739"],["11392.857","17994.686"],["7470.123","16393.351"],["7491.286","16387.138"],["7513.432","16388.279"],["7423.424","16501.014"],["9791.240","17930.524"],["9780.899","17917.475"],["9767.527","17900.051"],["9720.209","17998.842"],["9719.699","17970.865"],["10357.602","18391.209"],["10259.907","18331.886"],["7278.832","18638.571"],["13746.679","17844.682"],["13620.202","17927.364"],["13743.255","17879.369"],["13681.495","17896.727"],["13708.518","17933.803"],["6200.581","20616.478"],["6089.555","20720.790"],["14409.242","18238.040"],["14434.330","18059.734"],["14427.949","18064.573"],["14453.080","18043.731"],["11848.510","18296.669"],["11883.296","18303.490"],["20392.486","5811.454"],["20360.488","5943.797"],["11961.380","17021.648"],["11989.473","17030.599"],["11946.965","17163.440"],["12090.305","17131.571"],["12080.233","17160.271"],["11990.415","17127.281"],["12120.893","17082.767"],["12096.502","17121.149"],["12092.702","17053.552"],["11672.123","17732.824"],["11602.173","17743.567"],["11550.883","17699.798"],["11543.005","17708.485"],["11583.696","17664.555"],["11719.958","17812.867"],["11719.876","17796.880"],["11665.846","17805.700"],["9165.073","18897.501"],["9117.711","18980.926"],["9097.421","19032.765"],["9021.855","18996.119"],["9118.122","18928.662"],["9099.400","19080.006"],["9060.489","19095.368"],["10802.459","18222.241"],["10717.383","18136.190"],["10880.929","18217.748"],["10726.515","18247.285"],["10699.247","18104.516"],["10795.431","18061.599"],["10794.737","18119.657"],["5836.289","16021.800"],["9439.453","17707.711"],["9434.534","17718.858"],["6781.016","17994.237"],["6756.690","17996.226"],["6744.710","18036.820"],["6848.298","18021.663"],["14257.526","17584.331"],["14271.325","17529.120"],["6408.522","20684.419"],["6297.608","20626.464"],["19707.716","5889.981"],["9356.883","17243.483"],["9375.106","17351.349"],["9329.466","17367.872"],["9361.096","17313.067"],["9206.843","17327.627"],["7723.776","19706.033"],["13601.359","18698.623"],["13614.380","18798.021"],["13419.573","18767.061"],["13478.866","18795.335"],["13520.107","18870.046"],["13476.143","18867.222"],["7485.472","19177.575"],["7433.238","19222.357"],["7341.589","19146.520"],["7467.287","19167.362"],["7324.482","19253.085"],["7353.005","19165.026"],["7428.871","19166.403"],["7381.098","19158.211"],["7379.243","19210.307"],["7494.506","19260.838"],["7381.221","19268.817"],["7478.417","19300.945"],["17302.440","4260.579"],["17268.478","4173.796"],["17289.366","4112.343"],["17400.314","4194.689"],["17392.106","4131.139"],["17280.517","4145.799"],["17328.904","4173.552"],["17361.190","4110.811"],["10765.690","16855.756"],["10865.538","16864.835"],["10803.606","16921.846"],["10782.681","16924.993"],["10850.015","16919.288"],["10826.859","16823.100"],["10823.747","16784.447"],["10862.637","16814.634"],["6269.177","14850.604"],["6277.907","14848.292"],["6287.045","14836.703"],["6374.409","14840.613"],["6371.375","14833.663"],["6359.359","14829.314"],["6358.272","14812.554"],["6332.102","14810.929"],["19953.288","6789.485"],["10578.786","17686.521"],["10541.559","17784.516"],["12235.261","18451.460"],["12159.307","18428.999"],["12276.664","18445.919"],["12297.908","18337.039"],["12344.273","18369.607"],["12190.905","18397.001"],["12181.939","18287.299"],["12204.456","18317.720"],["12247.741","18288.789"],["12293.596","18273.132"],["9300.121","18991.111"],["9242.574","18957.888"],["9303.034","18983.166"],["9233.644","19026.697"],["9355.375","19099.652"],["9292.301","19045.134"],["9204.091","19099.662"],["13953.155","15635.036"],["13864.969","15507.671"],["13945.309","15531.415"],["14022.120","15687.154"],["14006.727","15669.069"],["13981.316","15665.564"],["13973.082","15666.159"],["13923.188","15638.219"],["14001.244","15529.519"],["14020.029","15522.329"],["14016.175","15588.099"],["20233.048","5465.390"],["12333.261","18705.173"],["12167.250","18838.112"],["12229.581","18847.812"],["12194.205","18747.437"],["12274.386","18709.072"],["6392.625","17006.146"],["13006.968","18514.056"],["13019.391","18614.933"],["13166.681","18578.484"],["13127.981","18535.446"],["13050.345","18613.496"],["13050.808","18600.807"],["13077.683","18543.318"],["13022.107","18566.241"],["13150.690","18630.571"],["13131.430","18592.701"],["13179.942","18658.994"],["11095.258","18618.067"],["11133.906","18665.075"],["8324.677","18752.215"],["8321.473","18767.592"],["8291.184","18765.061"],["6564.243","16598.810"],["6576.383","16654.782"],["6595.869","16668.277"],["6577.706","16759.141"],["6488.903","16714.835"],["6612.297","16729.790"],["6634.292","16608.456"],["13417.040","18274.852"],["16988.653","4539.505"],["16999.511","4476.089"],["17017.571","4603.867"],["17032.970","4631.486"],["17185.933","4665.542"],["17137.260","4716.998"],["17164.973","4670.254"],["17020.536","4652.114"],["11441.098","18227.104"],["11353.800","18232.034"],["11327.293","18192.755"],["11392.869","18172.755"],["11430.835","18187.781"],["11338.452","18099.628"],["11345.672","18099.925"],["6969.226","16416.893"],["7036.239","16356.342"],["13717.438","15332.697"],["13643.672","15437.893"],["13770.576","15463.001"],["13770.807","15462.192"],["14381.550","18372.038"],["14385.432","18385.465"],["14275.612","18459.489"],["14262.035","18450.757"],["14347.759","18301.872"],["21011.923","7128.915"],["20279.225","7041.466"],["10926.125","17117.467"],["10937.363","17103.751"],["10940.377","17080.991"],["10966.068","17060.477"],["10974.423","17132.562"],["10995.442","17129.851"],["11015.253","17144.744"],["11006.414","17120.654"],["11032.936","17142.859"],["11036.075","17119.115"],["11056.078","17114.503"],["11065.145","17122.082"],["11014.655","17109.755"],["10944.627","17178.884"],["7516.232","16231.682"],["7520.044","16219.044"],["7532.568","16218.097"],["7578.210","16214.565"],["7578.323","16203.290"],["7560.462","16196.974"],["7579.854","16254.759"],["7560.878","16270.507"],["8083.226","18523.148"],["17380.336","4580.981"],["17408.313","4569.750"],["17395.501","4562.097"],["7830.163","19605.997"],["7771.232","19560.318"],["7881.970","19593.583"],["7822.689","19590.982"],["7923.466","19650.114"],["7898.414","19527.158"],["7817.879","19610.234"],["7753.059","19622.093"],["7825.218","19552.257"],["19981.769","5734.306"],["20133.757","5667.347"],["19984.267","5598.148"],["6871.306","20528.370"],["6858.019","20394.434"],["6806.787","20575.758"],["7377.889","19754.221"],["13432.978","15425.283"],["13474.882","15387.869"],["13480.295","15350.219"],["13456.551","15445.961"],["13538.011","15497.828"],["13597.769","15451.972"],["13582.892","15486.395"],["6711.073","15528.717"],["6863.479","15553.813"],["6771.347","15511.021"],["6707.614","15532.050"],["6796.315","15596.269"],["6694.455","15626.347"],["6787.362","15682.202"],["9814.892","15914.755"],["9686.293","15836.989"],["9760.918","15868.227"],["10113.599","16979.851"],["6337.293","17587.838"],["6386.439","17416.274"],["6378.509","17457.406"],["6364.797","17558.943"],["6436.892","17565.308"],["6452.784","17443.442"],["6438.963","17415.009"],["23942.524","5789.871"],["23994.739","5964.800"],["8858.303","16189.131"],["12300.992","17750.978"],["12226.852","17774.829"],["12256.754","17782.625"],["12247.496","17831.627"],["12199.667","17692.028"],["12152.627","17719.773"],["12270.909","17762.077"],["12341.156","17745.545"],["6532.957","15752.310"],["6488.241","15801.441"],["6537.269","15897.375"],["6541.230","15851.171"],["6630.293","15792.933"],["6639.861","15842.222"],["15105.791","16160.863"],["10891.898","16671.977"],["10930.727","16713.832"],["13512.565","16094.824"],["8744.318","15781.537"],["7561.421","15841.858"],["7647.201","15893.682"],["19893.174","6556.275"],["19887.237","6476.143"],["8949.438","15310.348"],["14337.520","17313.240"],["14318.381","17267.744"],["14319.469","17317.271"],["11308.321","17441.996"],["11314.883","17449.479"],["11328.998","17462.535"],["11322.007","17441.593"],["11415.188","17554.223"],["11368.362","17433.442"],["11373.791","17458.456"],["11401.726","17503.930"],["11507.661","17445.623"],["11442.831","17492.515"],["11451.859","17428.427"],["11426.186","17482.209"],["11447.820","17531.019"],["11415.270","17526.956"],["6402.024","15353.058"],["6432.353","15435.254"],["6415.692","15412.805"],["6403.273","15324.586"],["6372.901","15315.729"],["6398.439","15381.630"],["6424.673","15356.792"],["6364.505","15460.845"],["6429.787","15488.354"],["6350.480","15453.380"],["6380.060","15409.444"],["6377.672","15447.350"],["6376.727","15379.505"],["6362.367","15339.714"],["6326.402","15300.164"],["6267.793","15469.541"],["9975.471","16933.776"],["10000.171","16972.547"],["9869.259","16929.888"],["9954.601","16943.912"],["9874.888","16972.349"],["10031.283","16916.553"],["9989.291","16977.474"],["7388.470","20131.669"],["7322.538","20152.512"],["10279.801","18690.220"],["10361.462","18854.227"],["10252.450","18826.059"],["10302.620","18768.827"],["10459.928","18705.476"],["10331.499","18761.184"],["10434.294","18792.230"],["10314.809","18868.311"],["13036.320","16678.239"],["13114.652","16732.145"],["13063.534","16623.868"],["13067.850","16626.210"],["13128.726","16744.640"],["13044.169","16611.303"],["13046.052","16615.959"],["13012.761","16617.328"],["13185.773","16707.849"],["13008.156","16671.187"],["13007.955","16663.314"],["13196.718","16694.999"],["13116.604","16760.861"],["13021.571","16775.099"],["13002.942","16568.717"],["9694.104","16009.695"],["9741.273","16093.404"],["7394.928","19069.850"],["7423.991","18972.298"],["7452.226","19066.637"],["7496.315","19044.398"],["7480.929","18908.348"],["7335.968","19004.423"],["7311.141","19029.866"],["8156.932","19568.668"],["8204.807","19525.199"],["8214.444","19528.915"],["10372.319","18269.204"],["10374.895","18308.890"],["10431.593","18300.743"],["10355.431","18348.120"],["10312.403","18313.884"],["7091.744","17581.912"],["9909.322","17428.248"],["9888.577","17443.080"],["9939.965","17432.842"],["9842.956","17454.843"],["9977.347","17445.525"],["10023.021","17439.257"],["10010.800","17466.276"],["9884.251","17521.353"],["9877.270","17537.953"],["9904.471","17545.281"],["9889.307","17595.381"],["9912.870","17584.606"],["13914.618","18659.586"],["13924.585","18667.068"],["13988.321","18642.844"],["9548.298","17275.512"],["9612.239","17199.210"],["6654.204","18509.273"],["6661.900","18637.788"],["6671.525","18571.475"],["6551.097","18481.775"],["6686.073","17488.124"],["6818.747","17463.111"],["6850.463","17446.963"],["6821.967","17587.278"],["6874.411","17449.316"],["12961.829","17995.222"],["12970.740","17909.970"],["12923.585","17921.497"],["12891.562","17953.041"],["12918.684","17930.696"],["12787.634","17963.384"],["12887.669","18016.841"],["10676.566","18362.724"],["10856.501","18323.889"],["10836.468","18407.990"],["9303.082","17785.881"],["9333.027","17784.278"],["7167.541","15854.676"],["6641.763","17503.120"],["6605.235","17539.885"],["6658.150","17484.564"],["6522.776","17617.946"],["6565.788","17614.411"],["6490.910","17437.211"],["6510.808","17545.436"],["6591.254","17564.262"],["10596.200","17609.158"],["10548.604","17619.863"],["12057.858","16844.936"],["12066.140","16833.000"],["14130.732","16774.507"],["14155.650","16770.081"],["14153.298","16775.151"],["14091.852","16701.437"],["14079.602","16680.264"],["14154.569","16714.219"],["8404.250","18822.867"],["8394.226","18831.697"],["8371.382","18737.221"],["8416.923","18782.833"],["8414.781","18808.070"],["4516.800","17756.981"],["14277.327","18670.535"],["9250.758","18868.006"],["12219.841","16701.818"],["12175.813","16743.147"],["8812.231","18594.569"],["8850.170","18629.879"],["8967.671","18498.438"],["21343.448","6576.192"],["8798.104","16195.010"],["6893.576","18609.024"],["6910.192","18663.468"],["7039.580","18664.125"],["7048.570","18594.907"],["6952.100","18562.143"],["7067.182","18595.603"],["6892.449","18631.593"],["7078.112","18590.163"],["13314.842","17514.932"],["13360.335","17515.246"],["13369.893","17543.140"],["13402.297","17428.876"],["13259.078","17442.782"],["13061.279","16126.899"],["13052.071","16136.985"],["10316.734","18099.905"],["10390.823","18229.787"],["6855.083","16621.780"],["6837.312","16733.494"],["28223.726","7071.550"],["14617.967","16389.480"],["14594.248","16392.974"],["9939.343","18906.931"],["9841.846","19033.250"],["9841.507","18960.840"],["9972.547","18960.773"],["9862.709","19089.881"],["14433.948","15373.935"],["14457.961","15314.447"],["14447.718","15379.679"],["8873.004","18698.137"],["8839.830","18813.529"],["7472.379","16527.675"],["10183.697","18400.000"],["10181.485","18383.972"],["8576.584","18947.966"],["8746.456","18894.524"],["8656.874","18959.896"],["8759.255","19018.083"],["8579.552","19003.066"],["8607.829","18999.914"],["8640.032","18999.690"],["8572.389","18991.260"],["14344.509","18903.344"],["12288.761","17468.314"],["12316.441","17515.960"],["12194.154","17508.962"],["12182.479","17530.696"],["10051.975","18951.414"],["10042.650","19030.788"],["10136.009","18989.435"],["10159.350","19082.874"],["10107.760","18916.928"],["10173.791","18899.553"],["10192.782","18974.630"],["7906.093","18919.819"],["7761.113","18964.799"],["7801.554","18930.343"],["7756.983","18983.346"],["7815.164","19074.168"],["7827.276","19080.293"],["7690.813","15940.615"],["8664.004","16053.112"],["13064.387","17130.462"],["13113.565","17172.279"],["13096.476","17120.090"],["27978.097","7391.489"],["6969.288","17622.841"],["6989.526","17751.427"],["6965.512","17739.239"],["6924.699","17659.317"],["6940.348","17779.208"],["6964.039","17706.717"],["6967.176","17695.679"],["7031.389","17636.529"],["13060.441","18364.512"],["13165.095","18338.835"],["13050.380","18387.945"],["13049.607","18382.396"],["13005.488","18403.619"],["13016.253","18313.301"],["13040.497","18389.651"],["13054.648","18261.404"],["13050.437","18305.450"],["13066.510","18350.309"],["13143.139","18273.761"],["13076.741","18394.334"],["13124.537","18344.458"],["13111.346","18381.221"],["13187.274","18448.498"],["8019.998","19770.889"],["7994.518","19804.594"],["8133.148","19809.426"],["19478.348","5554.980"],["14085.539","17830.855"],["14068.381","17667.272"],["14059.385","17732.490"],["14100.853","17788.937"],["14120.212","17798.021"],["14184.475","17755.855"],["14233.686","17690.999"],["14226.955","17674.716"],["14145.836","17698.482"],["14111.498","17655.467"],["19887.548","6880.269"],["20550.287","7563.798"],["7757.828","18434.001"],["7790.658","18420.189"],["7927.235","18453.676"],["7886.963","18361.728"],["7790.979","18354.103"],["7847.012","18365.504"],["8334.230","19269.637"],["8190.669","19168.515"],["8280.556","19256.527"],["8344.851","19251.695"],["8293.147","19303.520"],["8217.491","19146.902"],["8220.286","19223.356"],["8237.824","19212.302"],["8318.629","19295.306"],["9171.574","19202.063"],["9108.956","19168.722"],["9194.450","19238.535"],["9154.437","19235.024"],["20514.108","6749.736"],["20386.822","6659.381"],["11820.902","18979.101"],["11767.770","18985.006"],["11750.895","18922.033"],["11731.087","19006.364"],["11898.211","18915.475"],["11813.851","18977.864"],["11468.076","18939.911"],["11468.750","18922.289"],["9094.935","14994.291"],["6733.298","20696.798"],["12142.671","19184.564"],["12129.323","19126.383"],["18553.397","9033.640"],["9697.984","16610.290"],["13846.521","17888.504"],["13902.810","17960.677"],["13903.172","17997.325"],["13909.715","18043.624"],["13949.711","17986.393"],["13961.207","18030.175"],["13971.855","17907.546"],["13970.013","17938.496"],["14002.151","17876.629"],["13924.030","17891.852"],["13899.112","17923.875"],["13849.052","17973.882"],["13885.631","17939.662"],["13835.147","17981.944"],["13832.926","18028.848"],["6376.673","16317.787"],["6357.035","16281.298"],["8039.498","18253.670"],["13388.918","17933.933"],["13400.526","18043.100"],["13394.442","17985.007"],["5830.721","17909.198"],["5932.961","17939.921"],["7882.423","19244.864"],["7857.904","19145.269"],["7807.617","19188.817"],["7800.787","19178.559"],["7888.366","19278.822"],["14067.100","18895.127"],["14199.094","18909.510"],["14094.325","18964.398"],["14107.023","18958.634"],["14223.832","19067.123"],["14226.812","18943.922"],["4553.389","17525.353"],["4433.090","17427.222"],["4421.968","17488.052"],["4433.501","17535.779"],["4558.652","17444.072"],["12218.936","18155.890"],["12148.595","18246.987"],["12229.584","18225.837"],["12247.797","18192.784"],["12206.399","18111.777"],["12170.531","18169.614"],["12233.357","18209.053"],["12196.173","18188.953"],["12262.171","18193.682"],["12331.562","18152.146"],["12299.353","18250.159"],["12349.070","18139.612"],["12347.352","18095.350"],["12344.859","18175.797"],["12218.384","18132.207"],["12311.970","18116.584"],["12275.539","18059.788"],["21042.795","7003.399"],["14496.332","17273.342"],["20095.918","6241.360"],["9295.167","19300.640"],["14204.153","18484.888"],["14244.613","18481.932"],["14180.129","18496.840"],["14210.672","18467.641"],["14068.984","18536.591"],["13684.028","17297.918"],["13673.386","17280.594"],["13683.773","17385.719"],["13622.734","17303.728"],["14294.966","18079.033"],["14270.813","18233.102"],["14317.783","18053.166"],["5954.806","17527.265"],["5906.199","17442.033"],["5849.998","17418.895"],["5879.667","17502.063"],["5926.767","17554.876"],["14340.310","17740.211"],["14304.652","17704.637"],["14276.379","17706.190"],["14257.354","17693.311"],["12308.113","17715.438"],["8816.385","16105.924"],["9366.540","17158.554"],["14251.570","18763.714"],["6441.003","17349.845"],["14901.433","16303.783"],["8342.574","15680.886"],["12787.535","16789.553"],["12778.119","16921.866"],["12845.549","16850.217"],["12828.792","16814.400"],["12982.079","16872.712"],["12862.836","16909.126"],["7021.815","16159.084"],["7064.556","16310.273"],["7695.237","19972.864"],["11696.898","18192.202"],["11697.589","18179.040"],["11610.593","18083.789"],["11660.938","18146.382"],["11583.896","18221.579"],["11625.985","18170.530"],["11663.321","18172.495"],["11555.829","18211.789"],["11550.007","18215.918"],["11697.016","18087.640"],["11640.585","18052.743"],["11516.592","18152.504"],["11546.364","18081.145"],["6408.718","20513.141"],["10133.321","18665.658"],["10250.701","18634.579"],["7357.889","16741.456"],["7401.260","16685.047"],["6779.418","17006.881"],["6778.549","17060.269"],["6700.656","17104.040"],["6850.437","17057.219"],["6795.432","17117.483"],["6767.832","17108.509"],["6820.019","17083.255"],["6844.456","17138.281"],["6730.604","17191.380"],["6698.867","17178.950"],["14023.745","15940.317"],["13993.613","15939.447"],["13981.487","15972.722"],["13900.218","15980.869"],["13890.899","16038.118"],["13840.973","16073.733"],["13890.360","15998.870"],["13903.041","16036.428"],["13970.146","15991.556"],["13983.899","16009.431"],["13995.166","16020.182"],["13909.223","15951.422"],["13860.957","16118.500"],["13856.119","17423.168"],["13923.799","17448.831"],["13934.210","17415.669"],["13941.808","17457.504"],["13963.732","17486.868"],["13958.387","17411.971"],["19695.712","5738.479"],["13172.695","18085.479"],["13146.418","18128.023"],["13172.064","18083.067"],["13046.358","18235.838"],["13001.051","18254.100"],["13145.951","18245.534"],["13182.990","18192.471"],["13111.879","18162.846"],["13135.908","18202.978"],["13063.326","18225.439"],["13039.337","18058.690"],["13023.850","18119.109"],["13028.718","18066.178"],["13092.139","18082.462"],["13023.980","18213.939"],["13007.105","18206.491"],["5650.672","15677.615"],["5649.903","15653.384"],["5737.914","15692.944"],["5731.475","15648.921"],["5729.923","15593.052"],["5777.786","15702.803"],["9148.730","19344.723"],["9074.579","19390.898"],["7146.548","19159.963"],["7187.870","19260.220"],["7109.333","19257.376"],["7202.307","19211.869"],["7156.853","19176.432"],["16917.849","4509.385"],["16915.903","4455.396"],["16984.635","4463.899"],["14128.941","18227.699"],["14201.947","18052.264"],["14244.757","18069.585"],["14210.484","18070.980"],["14226.066","18141.285"],["14234.786","18226.965"],["14230.115","18210.466"],["14142.993","18236.064"],["14077.363","18100.723"],["7470.653","19873.880"],["7482.239","19830.029"],["7483.918","19772.228"],["7490.161","19857.667"],["12185.094","17947.029"],["12237.940","17968.499"],["12224.584","17923.643"],["12168.895","17900.524"],["12164.892","17855.681"],["11923.806","17590.962"],["11793.245","17523.658"],["11888.524","17518.158"],["11793.327","17499.942"],["11796.780","17550.097"],["11776.071","17530.617"],["13912.944","18378.655"],["14012.441","18285.272"],["14010.533","18264.215"],["14033.132","18282.696"],["13950.148","18345.063"],["13843.334","18295.612"],["14033.133","18340.298"],["6167.450","15118.688"],["6215.529","15096.816"],["6205.250","15137.270"],["6206.809","15157.218"],["6241.257","15143.743"],["6233.964","15254.458"],["6245.095","15247.385"],["6054.388","15148.647"],["6056.452","15094.775"],["6180.437","15294.906"],["6211.002","15265.969"],["6166.221","15195.164"],["6170.839","15200.380"],["6203.246","15196.582"],["6075.476","15147.305"],["6472.764","15401.860"],["6486.729","15405.191"],["6561.780","15496.910"],["6530.341","15490.535"],["6520.246","15432.025"],["6524.127","15423.933"],["6497.492","15356.021"],["6511.940","15394.406"],["12662.097","16371.417"],["13188.014","17425.923"],["7236.019","18800.370"],["7303.841","18737.314"],["10451.111","15238.445"],["12735.976","16725.664"],["12737.904","16742.421"],["12576.073","16736.968"],["12593.244","16745.143"],["14467.038","16976.657"],["14493.830","16853.284"],["11694.944","19185.004"],["11623.957","19103.253"],["11637.583","19151.462"],["11520.316","19134.899"],["6730.596","15695.838"],["7901.660","19730.287"],["12136.786","18455.042"],["12088.990","18417.106"],["12100.190","18298.119"],["12141.835","18295.460"],["11999.821","18368.301"],["12017.847","18277.962"],["12013.785","18327.673"],["12017.308","18414.405"],["11981.090","18429.830"],["12145.739","18343.418"],["11950.843","18396.875"],["7111.016","18759.610"],["7124.226","18841.964"],["7216.535","18708.755"],["7175.597","18740.298"],["7192.965","18805.038"],["7114.073","18719.793"],["7097.412","18729.901"],["7132.278","18871.448"],["7160.617","18885.832"],["7157.723","18787.269"],["7178.333","18779.044"],["7188.048","18814.451"],["10430.802","17046.319"],["10424.953","17068.824"],["10425.251","17196.727"],["10461.363","16998.220"],["10316.982","17130.393"],["10370.195","17136.245"],["10695.641","16944.913"],["10731.528","16948.312"],["10716.593","16930.923"],["12523.983","17378.687"],["12520.661","17391.487"],["8287.125","18633.389"],["8171.454","18499.673"],["8161.134","18509.485"],["8254.989","18490.042"],["8342.403","18475.027"],["8163.771","18488.141"],["7954.780","19623.689"],["8027.610","19642.222"],["8048.644","19572.889"],["7985.510","19559.238"],["8105.127","19530.549"],["8077.989","19642.587"],["8003.035","19587.180"],["7286.805","17796.436"],["7220.081","17812.529"],["9016.425","18487.931"],["9008.755","18582.172"],["8999.123","18499.140"],["9101.958","18636.665"],["6278.224","16386.480"],["11603.284","17394.819"],["11539.799","17342.240"],["11573.766","17310.952"],["11531.408","17395.708"],["11664.400","17385.279"],["10013.139","14713.906"],["10038.632","14672.403"],["12518.659","18829.050"],["12502.574","18798.084"],["12444.560","18754.617"],["12493.885","18733.197"],["12462.208","18760.463"],["12388.516","18724.805"],["12477.167","18728.752"],["13198.715","17636.050"],["13321.329","17807.690"],["13360.759","17729.950"],["13397.157","17773.088"],["13266.756","17782.992"],["13235.785","17820.283"],["13263.278","17751.671"],["13270.613","17781.976"],["13384.697","17635.046"],["13339.072","17630.786"],["11507.833","19251.067"],["11508.674","19300.574"],["13010.008","17596.542"],["13127.186","17594.151"],["13051.389","17460.942"],["13031.389","17487.250"],["13069.026","17599.961"],["13165.119","17445.246"],["13096.459","17510.918"],["13062.561","17504.427"],["13121.936","17522.098"],["13112.566","17443.087"],["13090.674","17454.680"],["20476.396","6921.383"],["20552.815","6984.325"],["13824.708","18693.848"],["13639.369","18738.573"],["13668.547","18700.605"],["13659.250","18825.279"],["13686.783","18838.392"],["13733.540","18789.001"],["13753.359","18806.061"],["20308.726","6583.529"],["20267.098","6534.925"],["20325.892","6435.311"],["11586.797","17016.639"],["11691.804","16991.917"],["10617.255","16680.332"],["10659.528","16577.254"],["9786.665","16424.131"],["14272.691","17481.820"],["7125.413","18958.276"],["7157.042","18895.446"],["7161.759","18992.693"],["6648.986","18297.456"],["6536.366","18335.267"],["6556.724","18279.180"],["6587.196","18342.961"],["13197.219","16175.155"],["13142.192","16178.248"],["12360.291","18887.046"],["9019.250","18325.474"],["9003.954","18305.391"],["8997.413","18399.413"],["8426.590","15633.265"],["8367.478","15628.899"],["10172.706","18091.760"],["10069.079","18218.637"],["10248.326","18230.434"],["14723.148","15735.637"],["14794.401","15747.324"],["14689.608","15854.537"],["7403.736","18569.236"],["7418.659","18598.046"],["7411.593","18675.152"],["5822.905","16545.774"],["10806.842","18671.528"],["10873.602","18674.630"],["10853.556","18662.106"],["13571.607","15309.104"],["13543.097","15309.975"],["14443.420","16257.815"],["14437.235","16194.541"],["14397.872","16160.162"],["14420.093","16181.467"],["14436.080","16166.917"],["12698.580","18004.388"],["12571.656","17960.649"],["12580.252","17958.162"],["12761.219","17977.559"],["12621.240","17925.246"],["12681.423","18025.540"],["12624.639","17934.320"],["12567.687","17873.371"],["7703.158","18990.871"],["7683.171","19010.059"],["7644.606","18971.506"],["7532.018","19090.995"],["7549.246","18955.217"],["7620.951","19003.491"],["7665.381","19041.627"],["13856.521","19025.551"],["13911.947","18991.804"],["6183.234","17242.978"],["6683.584","17984.761"],["6707.638","17889.924"],["6764.967","17923.106"],["7201.289","16313.063"],["7108.149","16152.102"],["7220.416","16276.470"],["7330.010","20720.152"],["20540.218","6137.201"],["11108.071","17187.830"],["11128.527","17194.080"],["11149.496","17180.823"],["11139.758","17161.488"],["7099.371","18280.683"],["7133.870","18266.468"],["7108.871","18357.231"],["7107.398","18374.252"],["7128.265","18329.312"],["7246.432","18390.103"],["7169.268","18365.349"],["7149.679","18460.593"],["7292.930","18392.169"],["7263.479","18337.151"],["7301.622","18372.554"],["7250.835","18354.995"],["7164.640","18388.356"],["7151.120","18370.999"],["7285.468","18405.870"],["7247.624","18300.495"],["14517.980","18025.814"],["14472.864","18029.233"],["14533.408","17928.109"],["14506.138","17932.387"],["14509.033","17956.053"],["5838.469","18163.252"],["5842.922","18211.268"],["5917.716","18237.943"],["10895.477","18309.861"],["10903.256","18381.155"],["11054.997","18376.290"],["11011.167","18296.689"],["10948.321","18323.708"],["10904.829","18285.004"],["10961.572","18287.366"],["10931.599","18263.966"],["11866.533","18483.563"],["11747.296","18637.452"],["11867.475","18654.080"],["11871.833","18674.163"],["11890.906","18566.502"],["11894.706","18546.932"],["7994.978","19250.407"],["7951.664","19147.839"],["8115.744","19231.043"],["8031.537","19243.633"],["8115.859","19248.644"],["8077.099","19164.890"],["8033.741","19171.154"],["7954.668","19205.282"],["8040.466","19123.415"],["8140.896","19122.588"],["7941.312","19125.508"],["8209.411","18957.408"],["8280.554","19068.182"],["8202.899","19034.690"],["8201.866","19096.548"],["12480.226","16843.218"],["12513.911","16876.709"],["12489.571","16858.427"],["12469.207","16917.468"],["12528.034","16865.738"],["12418.273","16980.319"],["12361.794","16965.198"],["12400.691","16966.430"],["12400.634","16877.156"],["12361.498","16918.876"],["12554.357","16786.717"],["14169.574","17601.330"],["14155.495","17613.155"],["14105.300","17546.304"],["14053.886","17491.192"],["14117.784","17554.347"],["14227.543","17415.461"],["14178.246","17468.668"],["14175.433","17572.896"],["14210.240","17592.836"],["14095.621","17441.228"],["14157.430","17425.208"],["14081.755","17436.752"],["6458.423","16098.549"],["9935.443","17025.959"],["9889.104","17001.841"],["9847.808","17044.838"],["9993.384","17170.468"],["10001.574","17190.799"],["9981.441","17068.276"],["13563.993","16594.275"],["13566.281","16725.752"],["13554.620","16733.184"],["5910.116","15104.299"],["7500.721","17929.325"],["7373.541","18012.783"],["7353.615","17969.061"],["13821.436","17450.009"],["8514.640","19335.621"],["8487.534","19412.009"],["8390.093","19447.032"],["8425.747","19337.885"],["8452.567","19420.738"],["8449.490","19518.837"],["8435.869","19358.211"],["8390.893","19436.363"],["7279.993","19388.172"],["7142.053","15959.866"],["7154.772","16028.041"],["7282.665","16081.770"],["7303.081","15983.958"],["12348.456","17045.970"],["12168.728","17189.448"],["14687.025","15666.387"],["14730.299","15707.060"],["14773.129","15654.011"],["7561.273","19758.053"],["7612.996","19868.597"],["7563.214","19913.843"],["7700.409","19735.856"],["7705.979","19742.176"],["7671.893","19919.306"],["7633.135","19802.120"],["10193.209","14745.391"],["10211.458","14742.675"],["10173.170","14737.414"],["10082.989","14764.789"],["10186.352","14692.176"],["10063.113","14683.958"],["5878.353","16366.621"],["13781.268","17855.565"],["13735.304","18001.289"],["13755.962","18033.081"],["13737.859","17952.982"],["13775.443","18042.786"],["11889.612","17015.963"],["11821.882","17000.979"],["13387.115","15586.068"],["13614.729","17751.321"],["13579.227","17719.675"],["10957.734","18588.523"],["10906.329","18609.780"],["13447.938","17387.175"],["13519.101","17322.865"],["13537.012","17345.888"],["13569.101","17401.329"],["13589.083","17339.352"],["13616.320","17290.235"],["12836.959","17070.106"],["12813.308","16996.282"],["12962.159","17177.282"],["12935.810","17125.985"],["12902.883","17176.902"],["6757.434","15498.161"],["13570.532","17989.652"],["13604.166","17975.538"],["13536.667","17939.743"],["13583.372","17985.903"],["13581.025","17953.307"],["13510.335","17980.386"],["13449.329","17910.283"],["13549.217","17881.302"],["13504.990","17888.784"],["13584.135","17913.061"],["6124.391","15052.439"],["6189.917","15032.357"],["6194.907","15050.986"],["6181.936","15073.168"],["6113.814","15023.168"],["6143.419","15042.541"],["6168.205","14994.382"],["11935.484","17670.912"],["11758.335","17672.561"],["11759.338","17676.310"],["11753.351","17747.855"],["11935.064","17790.992"],["11920.377","17796.294"],["14160.239","16795.415"],["14111.111","16816.043"],["14124.953","16900.787"],["14042.815","16886.122"],["14086.512","16910.216"],["14078.784","16935.567"],["14049.507","16878.633"],["12029.455","17343.034"],["12033.714","17232.885"],["12000.516","17275.642"],["12064.724","17338.128"],["12137.241","17298.260"],["12048.474","17285.675"],["12618.793","17673.231"],["12755.818","17644.855"],["10355.062","18667.621"],["10318.304","18672.589"],["10357.534","18577.929"],["10403.554","18558.928"],["19546.538","6063.777"],["12720.122","17812.006"],["12755.190","17804.375"],["12714.606","17740.770"],["12718.011","17801.109"],["12728.044","17746.203"],["12595.472","17788.852"],["12682.693","17648.654"],["12692.265","17650.768"],["12617.989","17702.884"],["12709.338","17724.453"],["12601.065","17708.763"],["7026.959","17386.268"],["6923.654","17382.925"],["7067.958","17268.014"],["12651.324","18997.488"],["5945.120","15076.023"],["6024.376","14933.910"],["11868.106","16985.231"],["11917.081","16899.810"],["11890.758","16886.585"],["11870.632","16913.611"],["11754.781","16957.255"],["11766.919","16945.564"],["11755.955","16923.946"],["11804.029","16905.038"],["11856.578","16870.008"],["11881.195","16840.164"],["11752.177","16902.543"],["11919.727","16857.252"],["11763.466","16985.435"],["10403.342","17245.592"],["10454.584","17250.583"],["10325.825","17235.355"],["10287.941","17345.908"],["10313.970","17402.555"],["10382.150","17219.834"],["10349.091","17265.296"],["12516.969","18640.999"],["12540.192","18658.984"],["12419.577","18626.131"],["12467.809","18646.919"],["12503.833","18497.094"],["12509.327","18501.272"],["12470.577","18517.655"],["12429.860","18621.879"],["12386.834","18591.838"],["12289.177","17236.911"],["12285.509","17290.239"],["12303.438","17219.998"],["12219.298","17284.581"],["12158.757","17302.724"],["12234.530","17356.663"],["12303.347","17337.682"],["12264.465","17375.948"],["13068.394","16947.595"],["13152.133","16919.627"],["13115.126","16983.591"],["13079.172","16897.463"],["14286.415","17112.050"],["13649.977","15290.844"],["13730.005","15292.197"],["11545.212","18793.964"],["11701.714","18799.475"],["11134.880","17920.522"],["11166.860","17937.678"],["11185.732","18014.972"],["11100.320","17951.468"],["11289.414","17939.443"],["11301.166","17999.975"],["7816.190","19222.590"],["7788.227","19130.713"],["7774.186","19145.910"],["7811.523","19273.914"],["7875.813","19277.781"],["7785.946","19190.565"],["6205.116","15498.698"],["6227.071","15408.446"],["6223.514","15379.394"],["7610.799","19169.857"],["7642.125","19292.005"],["7690.993","19217.997"],["7685.051","19260.159"],["7595.078","19299.531"],["7612.707","19222.649"],["7622.421","19209.208"],["7643.673","19154.990"],["7538.282","19142.193"],["7565.849","19278.765"],["8427.011","18211.266"],["13284.073","17210.212"],["13365.149","17245.949"],["13335.318","17384.839"],["13282.045","17294.088"],["13300.219","17292.882"],["13227.981","17390.134"],["6119.740","16727.450"],["6144.188","16686.765"],["6106.377","16640.815"],["21375.476","6775.474"],["21261.688","6690.742"],["14203.307","17927.385"],["14080.141","18037.252"],["14245.978","17996.496"],["14205.232","17906.972"],["14211.093","17979.436"],["14076.617","17969.322"],["14124.581","17953.063"],["14133.758","17922.708"],["14170.650","17944.822"],["14125.286","17995.435"],["14154.957","17999.035"],["6479.905","16490.180"],["6645.006","16365.412"],["6667.743","16551.286"],["6503.694","16461.313"],["6467.072","16390.914"],["10257.651","16670.301"],["12972.089","16454.373"],["12965.592","16441.359"],["12937.983","16377.067"],["12939.044","16529.956"],["6836.340","18637.503"],["6755.340","18619.438"],["6678.642","18602.238"],["6737.656","18629.117"],["12945.806","18689.338"],["12787.527","18797.335"],["12789.599","18824.519"],["12802.889","18800.671"],["12852.577","18828.751"],["6841.803","16535.147"],["6708.771","16427.963"],["6806.438","16379.258"],["12523.954","18286.295"],["12377.960","18457.470"],["12566.103","18269.794"],["12545.890","18408.104"],["12563.916","18371.506"],["12554.360","18380.985"],["12379.653","18307.219"],["12408.783","18324.274"],["12417.862","18293.770"],["12389.819","18291.392"],["12391.243","18430.912"],["12420.404","18364.372"],["12417.460","18385.429"],["15139.314","17251.182"],["14406.771","16842.404"],["14414.796","17010.287"],["14432.124","17036.491"],["14374.622","16877.777"],["14466.794","16916.739"],["14424.756","16870.548"],["14415.706","16899.250"],["10157.302","16785.179"],["10072.208","16927.747"],["10068.724","16946.831"],["10205.063","16980.179"],["10231.149","16896.839"],["6737.425","17396.688"],["6710.583","17359.264"],["6721.811","17373.378"],["6784.871","17292.433"],["6740.451","17372.579"],["6717.885","17331.951"],["6705.176","17255.183"],["6738.878","17273.717"],["6805.021","17332.674"],["6802.124","17365.743"],["7198.652","19058.073"],["7291.880","18924.016"],["11299.315","17448.641"],["11093.510","17485.177"],["11102.618","17499.614"],["12225.568","18922.643"],["12241.290","18978.440"],["12190.048","18921.982"],["12150.800","18965.259"],["12267.890","18950.531"],["11884.609","17946.404"],["11861.714","17986.437"],["11744.241","17989.875"],["11773.414","17859.815"],["11771.424","17860.113"],["11766.193","17871.839"],["11878.474","17855.805"],["11889.740","17865.450"],["11892.684","17856.895"],["7450.723","19585.392"],["7415.260","19544.256"],["7488.875","19721.824"],["7429.358","19675.290"],["7480.494","19703.888"],["7493.421","19610.572"],["7435.693","19633.958"],["6078.402","16494.601"],["6143.305","16522.493"],["6062.764","16440.754"],["6105.995","16416.122"],["6057.220","16393.486"],["11105.851","16870.661"],["11112.076","16908.089"],["6049.181","15622.911"],["13623.576","18270.046"],["13793.114","18328.763"],["13718.114","18326.864"],["13772.549","18256.493"],["7681.988","18790.247"],["7688.201","18868.118"],["6302.650","17569.892"],["6270.384","17557.633"],["7419.691","15739.923"],["9775.107","17319.484"],["9670.992","17332.527"],["9652.061","17290.320"],["9683.894","17225.400"],["9696.393","17237.154"],["9630.563","17203.008"],["9647.102","17354.817"],["9814.000","17230.022"],["9710.395","17201.340"],["9795.587","17322.638"],["9794.525","17345.928"],["9809.120","17351.086"],["9728.245","17381.147"],["9760.100","17333.339"],["8154.238","18230.027"],["8349.498","18224.017"],["7210.516","17993.068"],["7276.231","17985.306"],["7205.828","17933.563"],["7284.050","17918.957"],["7277.597","17953.371"],["11696.560","17939.091"],["11694.175","17973.426"],["11620.461","17990.743"],["11571.285","17990.631"],["11540.346","17912.361"],["11605.708","17897.415"],["11704.894","18042.256"],["10578.669","18569.398"],["10500.439","18592.078"],["12609.137","17112.354"],["12585.474","17100.724"],["12602.504","17055.659"],["12594.174","17041.107"],["12618.249","17025.427"],["12678.956","17086.322"],["12683.393","17063.679"],["12639.744","17041.619"],["12578.421","17056.312"],["12574.601","17002.978"],["12686.690","17093.204"],["12649.492","17175.980"],["6960.887","18312.831"],["7067.862","18402.026"],["7038.366","18264.332"],["6894.771","18310.003"],["6962.275","18386.930"],["9230.916","15502.827"],["6600.660","17234.408"],["6660.239","17238.999"],["6635.736","17297.594"],["7016.224","20290.393"],["7604.094","18684.181"],["7628.340","18823.968"],["7557.875","18711.815"],["7574.784","18881.256"],["6392.124","15554.542"],["6447.483","15551.474"],["6403.212","15591.821"],["6372.892","15633.860"],["6397.824","15518.973"],["6308.981","15664.525"],["6361.760","15659.783"],["6318.803","15659.811"],["6400.183","15631.389"],["6361.798","15557.393"],["6370.355","15507.193"],["6277.439","15515.283"],["6278.753","15554.567"],["6305.683","15586.227"],["6310.682","15581.492"],["6323.600","15538.216"],["6313.729","15556.867"],["6329.440","15568.009"],["6311.836","15606.158"],["6316.469","15606.475"],["6321.396","15578.094"],["6324.719","15527.940"],["6362.261","15654.671"],["6354.515","15665.494"],["6328.123","15524.906"],["6324.190","15533.374"],["6284.230","15557.013"],["6282.162","15549.645"],["6294.699","15695.677"],["6585.217","16214.647"],["8038.899","18173.273"],["5507.418","15716.219"],["5488.959","15667.685"],["5584.379","15668.159"],["5614.790","15645.499"],["5569.185","15652.178"],["5550.435","15622.460"],["5541.339","15641.518"],["5536.569","15673.040"],["11692.820","18937.095"],["11544.261","19085.269"],["11548.882","19029.424"],["11663.737","18911.135"],["11683.145","18913.464"],["6620.625","16989.508"],["6623.155","17052.796"],["6649.931","17102.695"],["6651.390","17154.825"],["13496.270","17611.938"],["6830.227","16985.430"],["6847.808","16963.745"],["6863.298","16929.647"],["6715.798","16938.056"],["6801.014","16924.057"],["6706.169","16933.643"],["6677.296","16887.748"],["6676.067","16840.235"],["6690.783","16976.740"],["6873.720","16959.861"],["6798.512","16811.963"],["6762.688","16910.342"],["6752.683","16921.007"],["10334.088","14998.339"],["10390.493","15014.701"],["10380.875","14913.813"],["10424.789","14966.778"],["10312.172","19186.665"],["10273.537","19154.587"],["12110.836","19089.438"],["21213.481","7446.770"],["12472.663","17800.577"],["12459.627","17728.509"],["12403.762","17829.381"],["12425.505","17803.848"],["12470.275","17826.755"],["12512.071","17769.254"],["12503.403","17774.853"],["12357.294","17668.802"],["12383.905","17681.023"],["12370.155","17680.296"],["12564.831","17758.266"],["6925.826","17410.104"],["6917.455","17431.150"],["6954.028","17603.635"],["6916.974","17609.403"],["7004.566","17542.385"],["6961.040","17554.228"],["7027.200","17422.833"],["7096.097","17333.374"],["14586.967","15652.225"],["14633.278","15635.708"],["14636.815","15704.346"],["14574.484","15619.437"],["14495.023","15695.654"],["14471.984","15585.639"],["14570.324","15524.135"],["14650.854","15652.492"],["14634.652","15693.660"],["14566.897","15573.493"],["14626.881","15603.017"],["14527.999","15678.824"],["14523.753","15592.030"],["14482.155","15559.576"],["10057.988","17133.298"],["10227.759","17080.474"],["10230.099","17058.396"],["12717.360","18706.963"],["12633.297","18737.037"],["12694.744","18737.087"],["12646.318","18808.109"],["12585.934","18822.208"],["12568.268","18720.322"],["12735.751","18803.988"],["12828.424","16967.301"],["12920.666","16940.879"],["12820.199","16986.257"],["14450.493","16370.369"],["14418.716","16264.107"],["14424.821","16243.086"],["14291.214","16332.798"],["14301.098","16352.121"],["14349.931","16274.697"],["14304.010","16292.071"],["14366.875","16285.601"],["14327.660","16192.964"],["14303.203","16211.709"],["14364.519","16228.901"],["14321.242","16235.108"],["14332.857","16261.090"],["14289.075","16165.648"],["10593.814","19026.682"],["10511.539","19017.889"],["10648.220","19013.553"],["9469.158","17693.165"],["9498.627","17668.738"],["9514.998","17695.370"],["9528.167","17679.242"],["5822.833","15731.422"],["11677.703","16967.584"],["11661.854","16976.110"],["11639.068","16967.555"],["11607.470","16986.030"],["11594.824","16961.551"],["11556.447","16982.221"],["11595.025","16928.757"],["11628.503","16925.809"],["11652.049","16895.723"],["11626.688","16857.634"],["11648.858","16938.895"],["11704.048","16919.403"],["11540.975","16839.647"],["11545.960","16880.442"],["11525.002","16949.531"],["11586.310","16972.573"],["7327.674","19474.366"],["9690.916","19074.425"],["9698.197","18989.184"],["9769.645","19021.884"],["9817.311","19005.744"],["9707.642","18904.378"],["12754.332","18614.861"],["12776.536","18670.716"],["12718.447","18497.166"],["12707.641","18482.071"],["12589.493","18469.566"],["12685.255","18540.094"],["12724.808","18599.473"],["12654.019","18641.191"],["12673.149","18655.072"],["12606.732","18485.161"],["12567.488","18531.354"],["12580.745","18516.821"],["19969.365","5426.917"],["20126.979","5493.351"],["10660.709","17042.407"],["10490.083","17016.192"],["10548.583","17010.336"],["10642.953","17017.850"],["10566.102","17111.808"],["10468.167","17115.337"],["10463.355","17150.431"],["10670.957","17115.103"],["11637.755","18514.964"],["11635.471","18568.823"],["11689.254","18635.916"],["11680.043","18616.345"],["11640.058","18536.242"],["11649.943","18497.034"],["12534.891","17438.733"],["12512.078","17420.582"],["12479.019","17428.279"],["12424.067","17529.623"],["12463.935","17501.249"],["12546.980","17506.689"],["14262.448","15881.365"],["14301.522","15841.503"],["14302.611","15872.615"],["14453.889","15726.370"],["14368.107","15780.919"],["14365.223","15864.847"],["9554.680","16005.383"],["13355.010","16645.457"],["13346.137","16640.293"],["13332.386","16743.938"],["13287.796","16772.684"],["13304.685","16752.703"],["13228.922","16618.816"],["13257.762","16628.730"],["13261.250","16572.700"],["13373.220","16616.642"],["13377.352","16619.999"],["13283.541","16586.743"],["13295.147","16606.694"],["13269.102","16753.316"],["13268.247","16747.117"],["13317.046","16580.241"],["13401.212","16766.321"],["13379.026","16746.908"],["13352.249","16572.697"],["13265.853","18680.914"],["13268.055","18707.170"],["13261.772","18737.294"],["13266.640","18861.319"],["13275.768","18781.864"],["13386.801","18811.103"],["5528.807","15166.725"],["5515.475","15168.131"],["5418.918","15185.452"],["5424.773","15179.242"],["13701.721","15311.780"],["13669.764","15342.150"],["8532.765","18621.599"],["8386.012","18593.138"],["8465.072","18658.377"],["14593.548","15821.866"],["14585.406","15842.527"],["14660.173","15904.258"],["14599.832","15794.378"],["14504.493","15921.930"],["14464.050","15750.264"],["14523.819","15728.448"],["14509.906","15767.600"],["14555.186","15833.001"],["14625.824","15832.995"],["14535.628","15736.268"],["19790.163","8535.257"],["11478.839","16948.197"],["11440.487","16939.854"],["11472.040","16912.524"],["11491.045","16922.130"],["11405.049","16944.898"],["11375.528","16879.174"],["11425.123","16942.299"],["11404.976","16785.413"],["11444.859","16840.930"],["11356.174","16975.549"],["13792.961","15864.917"],["13777.432","15840.566"],["13774.867","15831.591"],["13777.254","15817.020"],["13768.023","15754.027"],["13752.972","15736.328"],["13745.819","15741.661"],["13753.637","15761.914"],["13768.320","15766.400"],["13742.577","15751.252"],["13728.725","15737.378"],["13735.512","15724.511"],["13727.848","15783.847"],["13785.408","15748.807"],["13814.632","15929.351"],["13918.325","16143.025"],["13921.141","16173.845"],["13885.799","16214.994"],["13868.023","16230.863"],["10022.437","16203.408"],["10722.673","17003.968"],["10682.868","17012.789"],["10764.272","17035.847"],["10683.650","17078.353"],["10844.959","17173.819"],["10821.309","17140.076"],["10779.302","17182.576"],["10790.087","17189.740"],["10801.298","17162.859"],["10815.426","17164.186"],["10739.387","17142.430"],["10700.935","17159.563"],["10742.734","17162.023"],["10843.571","17111.284"],["10841.254","17103.423"],["10709.875","17122.366"],["10783.755","17056.623"],["10881.758","17179.825"],["10882.843","17194.790"],["6619.733","18461.190"],["6488.624","18461.508"],["6557.330","18419.665"],["6643.627","18414.585"],["7320.452","20428.315"],["14062.021","15311.455"],["14147.211","15346.791"],["14156.871","15490.711"],["11875.144","19159.789"],["11886.476","19148.459"],["11795.071","19145.703"],["11841.863","19169.534"],["11796.238","19111.781"],["11826.828","19138.095"],["6237.959","15676.116"],["6163.618","15703.607"],["6191.234","15708.086"],["6169.901","15713.419"],["6123.280","15629.351"],["6106.691","15597.870"],["6135.137","15571.911"],["6151.098","15569.031"],["6197.295","15620.653"],["6250.295","15598.769"],["6228.470","15555.112"],["6123.525","15542.703"],["6216.117","15690.427"],["11270.985","17832.869"],["11296.677","17837.073"],["7554.600","19326.003"],["7708.060","19315.274"],["7671.916","19370.611"],["7579.789","19397.488"],["7629.975","19389.377"],["7611.506","19487.049"],["7523.025","19519.452"],["7659.067","19322.996"],["7529.500","19341.562"],["7686.347","19482.943"],["13623.166","17744.368"],["13743.965","17779.562"],["13682.970","17679.210"],["13705.321","17658.203"],["13746.754","17626.817"],["13722.001","17631.722"],["13760.652","17642.094"],["13639.342","17722.796"],["13624.506","17650.327"],["20176.082","6670.067"],["5908.113","16525.086"],["6034.581","14766.368"],["6032.179","14710.357"],["6011.461","14710.572"],["5986.815","14764.089"],["5964.266","14729.609"],["5916.692","14776.812"],["5929.705","14821.175"],["6015.531","14803.573"],["6028.051","14809.817"],["6040.682","14785.332"],["10078.047","15059.494"],["15079.681","15923.489"],["8910.872","15914.092"],["11960.347","19048.468"],["11968.867","19020.029"],["11973.523","18970.471"],["11950.282","18975.486"],["12088.438","19090.310"],["12013.537","19077.263"],["8569.387","18317.136"],["10759.731","19147.409"],["7528.463","18647.626"],["6922.983","16698.165"],["12757.758","18968.310"],["12710.719","18994.718"],["13943.676","17587.424"],["13942.113","17600.223"],["13849.725","17508.496"],["13834.462","17507.175"],["14024.116","17421.963"],["14005.005","17475.060"],["13845.811","17503.270"],["6328.669","16585.325"],["6257.039","16670.657"],["6401.536","16711.950"],["6366.474","16731.250"],["6434.800","16750.622"],["6404.430","16684.999"],["6399.278","16659.456"],["6394.280","16566.667"],["7619.931","18380.328"],["7599.240","18408.722"],["7528.975","18310.603"],["7714.891","18282.450"],["9152.902","18803.628"],["9069.267","18844.589"],["9611.719","19262.631"],["9417.264","19195.435"],["9495.912","19190.917"],["4445.912","17378.794"],["14109.321","16231.535"],["14069.058","16190.676"],["14124.641","16153.899"],["14104.674","16204.436"],["14278.281","15543.066"],["14301.651","15694.427"],["14327.537","15641.877"],["14346.222","15670.047"],["14338.202","15626.578"],["14261.458","15657.445"],["14303.847","15714.156"],["14262.841","15700.330"],["14355.002","15546.877"],["14334.612","15587.477"],["7276.389","19451.857"],["7232.918","19353.116"],["7251.725","19353.210"],["13351.383","16963.031"],["13356.926","16906.152"],["13293.110","16955.880"],["13316.492","16884.973"],["13263.120","16906.162"],["13338.452","16866.976"],["20479.750","6462.815"],["14190.826","17328.633"],["14043.855","17330.472"],["14192.978","17330.772"],["14164.096","17320.747"],["14185.281","17316.998"],["14236.819","17380.053"],["14243.102","17316.756"],["14173.299","17322.123"],["14137.503","17283.702"],["14201.730","17257.014"],["14144.691","17285.073"],["14872.944","17532.745"],["14757.657","17466.031"],["14764.481","17517.319"],["14786.401","17564.381"],["13782.525","16325.673"],["13698.564","18934.642"],["13766.853","18971.933"],["13715.192","18976.095"],["13747.376","19038.367"],["13825.584","18979.160"],["13692.075","17217.127"],["13720.612","17237.341"],["13680.957","17244.195"],["13722.523","17358.155"],["13707.902","17358.618"],["7212.314","20434.946"],["12509.652","17864.842"],["12540.466","17927.064"],["12496.503","17861.943"],["12515.671","18017.678"],["12539.376","17937.029"],["12475.618","18029.227"],["12455.574","17877.109"],["12393.633","17855.936"],["12401.243","17939.911"],["12397.821","17954.048"],["17273.562","4083.962"],["10437.410","14848.211"],["10298.650","14861.637"],["10333.651","14822.520"],["10317.753","14859.933"],["10308.017","14865.837"],["7394.379","18044.809"],["7484.356","18103.209"],["7449.681","18162.015"],["7331.124","18200.622"],["7305.285","18180.910"],["7310.717","18204.083"],["17464.069","4334.624"],["17473.085","4445.549"],["14548.753","18109.481"],["6867.488","18447.919"],["6848.592","18380.296"],["6688.190","18383.040"],["6778.560","18308.993"],["6797.281","18400.223"],["6837.317","18283.277"],["6830.611","18356.814"],["6739.466","18434.541"],["6715.896","18395.423"],["6692.312","18457.223"],["6752.300","18296.319"],["6703.877","18268.804"],["8528.473","18279.643"],["9614.394","17494.152"],["12791.434","18304.728"],["12778.112","18363.770"],["12950.135","18296.063"],["12872.191","18296.559"],["12807.322","18357.742"],["12980.390","18408.739"],["12900.324","18378.252"],["14239.407","16543.612"],["14246.447","16502.885"],["14242.549","16508.137"],["14207.636","16427.469"],["14209.840","16478.138"],["14232.800","16450.244"],["14180.448","16454.604"],["14196.090","16433.084"],["14177.622","16513.653"],["14136.980","16543.067"],["14210.599","16531.093"],["14063.173","16544.157"],["14153.404","16552.878"],["11794.115","17284.500"],["11801.335","17325.161"],["11817.371","17288.068"],["11869.550","17227.830"],["11736.365","17396.263"],["12109.894","17499.102"],["12136.723","17555.155"],["12088.285","17602.075"],["12117.759","17586.980"],["12018.136","17604.844"],["12006.524","17595.018"],["9470.168","19042.363"],["9517.061","19015.836"],["9565.279","19083.108"],["6382.637","15057.585"],["6396.160","15049.975"],["6289.860","15046.963"],["6282.494","14985.007"],["6310.755","15039.403"],["6344.833","15003.052"],["6382.282","14929.536"],["6388.966","15030.544"],["6278.044","14989.780"],["6276.442","14984.523"],["6409.149","15062.940"],["7240.944","19129.894"],["13636.343","18645.180"],["13627.082","18532.537"],["13633.234","18550.985"],["13763.787","18601.561"],["13689.609","18562.915"],["8732.569","17617.940"],["8749.501","17599.217"],["8761.017","17449.066"],["8718.763","17431.332"],["8713.457","17449.375"],["8602.729","17468.273"],["8614.375","17607.997"],["14385.274","16133.325"],["14428.859","16108.948"],["14403.294","16099.939"],["14420.668","16139.766"],["14423.882","16058.459"],["14337.574","15928.918"],["14370.758","15987.834"],["14300.501","15956.626"],["14291.438","15957.705"],["10918.284","17728.757"],["10986.367","17765.159"],["11029.640","17768.165"],["10954.771","17743.640"],["11093.022","17699.515"],["11088.400","17721.712"],["12291.896","18570.863"],["12292.039","18534.993"],["12188.108","18541.741"],["12147.400","18573.805"],["12251.220","18526.822"],["12250.908","18560.101"],["12153.799","18531.831"],["12275.032","18606.324"],["12316.776","18554.200"],["12262.170","18543.052"],["12307.083","18615.051"],["12267.461","18646.413"],["16955.971","4540.479"],["12411.777","17307.440"],["12491.750","17234.713"],["12425.628","17327.946"],["12482.408","17258.759"],["12485.517","17306.108"],["12374.288","17230.467"],["12453.992","17238.065"],["12422.331","17248.305"],["12448.802","17268.134"],["8966.089","18330.613"],["8932.194","18325.851"],["8942.786","18290.179"],["8800.947","18443.115"],["8836.984","18459.375"],["8820.489","18459.384"],["8920.927","18355.235"],["8938.263","18269.471"],["8932.457","18308.843"],["8973.263","18258.108"],["8968.548","18409.504"],["7939.243","19357.283"],["8095.347","19317.431"],["8126.106","19323.185"],["8033.013","19507.691"],["8013.382","19409.410"],["8134.824","19446.548"],["7998.576","19520.572"],["7941.418","19451.387"],["7970.374","19411.046"],["8000.278","19445.284"],["8013.780","19383.764"],["8038.075","19361.108"],["8069.230","19337.269"],["8115.834","19497.518"],["11151.680","17793.786"],["11225.824","17755.339"],["11105.243","17778.970"],["11281.085","17807.445"],["11282.927","17772.433"],["17412.005","4293.763"],["17506.465","4181.076"],["17461.260","4224.582"],["17532.199","4228.889"],["17527.196","4279.712"],["17500.654","4301.061"],["17441.035","4146.861"],["17476.761","4154.788"],["17439.166","4168.259"],["8768.169","18871.960"],["8636.436","18736.964"],["8662.487","18792.409"],["8771.728","18712.658"],["8724.123","18754.525"],["8733.156","18884.122"],["14180.784","17148.934"],["14104.446","17194.907"],["14220.454","17169.225"],["14242.708","17027.872"],["9442.311","15078.392"],["9433.228","14979.586"],["9424.734","15005.388"],["12186.955","16958.139"],["12167.159","16962.480"],["12355.770","16931.971"],["12349.101","16906.634"],["9672.043","18265.197"],["9799.969","18359.168"],["9739.051","18255.915"],["9802.206","18297.018"],["9649.479","18437.707"],["9699.847","18140.120"],["9623.968","18191.009"],["9764.390","18208.140"],["9741.283","18152.535"],["9746.902","18140.160"],["9768.314","18066.584"],["9672.104","18132.636"],["9680.507","18109.357"],["9775.481","18178.246"],["9687.675","18186.214"],["9642.265","18100.574"],["20896.801","7773.378"],["14041.398","15917.574"],["14106.483","15863.522"],["14106.483","15922.969"],["14150.225","15885.355"],["14160.915","15798.426"],["14192.917","15803.303"],["14201.581","15820.269"],["14140.173","15865.263"],["14171.442","15854.285"],["14160.552","15864.391"],["14125.121","15750.964"],["14187.341","15753.311"],["14172.108","15770.155"],["14244.206","15812.793"],["14250.103","15847.704"],["14065.365","15725.547"],["14167.548","15736.289"],["14240.190","15719.569"],["9106.283","14620.845"],["9149.656","14653.609"],["8762.025","18437.271"],["8742.257","18455.387"],["8669.388","18358.567"],["8592.318","18425.150"],["23902.803","5947.559"],["9798.559","16148.141"],["9686.782","16158.772"],["9776.203","16168.484"],["9797.447","16195.726"],["9714.956","16239.972"],["9804.267","16270.025"],["10275.449","18979.764"],["10335.891","19053.441"],["10375.534","18891.335"],["10443.255","18913.690"],["10398.760","18989.418"],["10431.093","19047.509"],["10331.431","19015.123"],["10304.480","18895.941"],["13051.536","16542.505"],["13046.206","16451.839"],["13166.497","16378.629"],["13048.669","16506.039"],["13025.932","16434.609"],["13134.745","16468.822"],["13137.147","16500.300"],["13080.115","16499.909"],["13103.845","16557.830"],["13068.525","16563.466"],["13189.465","16556.445"],["13191.058","16542.374"],["13163.068","16553.398"],["13084.000","16452.400"],["13069.921","16495.901"],["13633.467","16679.963"],["13677.941","16670.599"],["13637.595","16646.223"],["13723.468","16580.126"],["13783.189","16627.558"],["13777.580","16640.390"],["6312.911","17640.821"],["8509.315","17646.564"],["8555.524","17658.554"],["8454.914","17819.884"],["8399.607","17777.762"],["8434.144","17750.987"],["16979.866","4388.759"],["16955.228","4366.860"],["16899.126","4391.864"],["16961.607","4482.347"],["13254.123","17596.657"],["13307.972","17572.165"],["13336.144","17620.909"],["13302.957","17540.315"],["13315.782","17560.001"],["13302.161","17570.985"],["13217.828","17498.686"],["13251.332","17511.865"],["13226.809","17510.940"],["20321.109","7445.895"],["14569.262","18035.277"],["14546.879","18006.227"],["10010.695","18728.271"],["9869.899","18730.471"],["9887.859","18767.199"],["6517.300","16027.738"],["6491.867","16045.571"],["6477.225","15934.418"],["6503.325","16110.807"],["14447.170","15506.568"],["14367.979","15395.776"],["14393.941","15468.873"],["14302.793","15345.006"],["14421.941","15425.111"],["20701.682","6278.057"],["20611.139","6395.381"],["12107.697","17781.329"],["12068.272","17796.936"],["11957.383","17777.549"],["12020.822","17788.183"],["12111.242","17789.989"],["11991.590","17693.763"],["11949.974","17690.945"],["8834.470","17151.869"],["8824.187","17137.050"],["12794.351","16386.701"],["9246.542","19130.083"],["9230.489","19147.315"],["9362.208","19111.446"],["9956.418","18782.639"],["10017.887","18781.167"],["10036.476","18836.589"],["13463.616","17761.126"],["13528.040","17754.140"],["13474.453","17791.961"],["13548.810","17812.761"],["13579.435","17767.592"],["13578.133","17757.184"],["13498.874","17684.927"],["13494.664","17709.650"],["13409.730","17681.640"],["20318.966","6053.679"],["20350.538","6005.185"],["10883.166","18179.713"],["10975.961","18077.833"],["10957.750","18088.822"],["11019.126","18156.334"],["11070.304","18192.799"],["11044.794","18159.768"],["10961.351","18162.640"],["10969.855","18186.542"],["10962.404","18214.668"],["11011.385","18241.373"],["7374.602","19693.551"],["7424.312","19591.728"],["20662.234","6417.992"],["7691.460","16547.389"],["7698.059","16444.048"],["7702.983","16395.123"],["11803.748","18386.477"],["7785.596","17869.384"],["7774.429","17891.779"],["7739.363","17926.081"],["7731.773","17967.267"],["7834.558","17975.361"],["9601.615","18422.136"],["9462.718","18428.563"],["9552.433","18384.044"],["9592.071","18333.309"],["9558.304","18393.936"],["9561.002","18420.509"],["9523.135","18331.712"],["13179.374","18969.324"],["13067.219","18980.340"],["13190.571","18920.526"],["13009.238","18953.788"],["9289.508","14960.326"],["9300.229","14917.058"],["9279.534","14891.660"],["6111.603","17160.934"],["6073.643","17164.973"],["6129.684","17125.500"],["6105.456","17125.674"],["6146.601","17121.740"],["6158.898","17114.632"],["6047.186","17147.688"],["6057.165","17154.082"],["6140.611","17096.116"],["6162.673","17083.123"],["6088.570","17170.353"],["6107.474","17182.545"],["14435.079","17234.916"],["13415.307","18518.616"],["13431.771","18608.261"],["13475.011","18564.611"],["13530.715","18618.528"],["13569.663","18601.782"],["13453.392","18641.221"],["13432.750","18644.920"],["13531.100","18565.054"],["13581.314","18539.637"],["13586.617","18528.700"],["13527.406","18481.648"],["13575.142","18488.786"],["14162.240","16186.467"],["14183.572","16200.951"],["14204.305","16262.301"],["14127.380","16296.140"],["14167.973","16262.053"],["10854.726","16631.078"],["10856.429","16767.661"],["9962.031","17834.057"],["9965.711","17938.443"],["9935.684","17913.910"],["9945.702","17927.126"],["10009.684","17977.351"],["10015.035","18027.854"],["9865.825","17980.296"],["9973.569","17873.432"],["10017.439","18003.965"],["9960.947","17968.185"],["12259.989","16783.585"],["12192.497","16830.902"],["12173.961","16805.648"],["12227.520","16816.121"],["12315.778","16783.217"],["12281.232","16840.926"],["12269.615","16826.141"],["12253.572","16858.329"],["12223.456","16894.994"],["12168.767","16946.848"],["12168.052","16917.133"],["12155.170","16953.821"],["12160.804","16894.962"],["12188.250","16881.742"],["12200.623","16895.205"],["12153.676","16859.727"],["12200.577","16811.708"],["12318.735","16867.280"],["8710.589","19093.355"],["6956.727","15937.596"],["11981.107","18475.545"],["11991.419","18484.496"],["11949.066","18482.820"],["12143.167","18640.465"],["12128.118","18669.185"],["12108.101","18670.094"],["12053.410","18488.873"],["12072.383","18520.659"],["12145.920","18572.872"],["12060.812","18599.091"],["12097.638","18607.151"],["12074.908","18571.544"],["12040.018","18659.450"],["8000.172","18893.667"],["8119.961","18999.351"],["8132.721","19093.141"],["8110.573","19071.536"],["8097.282","19070.220"],["8121.394","19054.916"],["9584.704","16834.774"],["8093.015","19683.067"],["8043.481","19686.433"],["8031.528","19731.169"],["7942.347","19688.149"],["14348.052","16532.058"],["14369.319","16514.288"],["14363.868","16536.996"],["14423.653","16417.254"],["14374.248","16401.128"],["14305.859","16377.642"],["14375.051","16366.837"],["14360.169","16443.920"],["14379.685","16424.222"],["14376.375","16416.588"],["14320.797","16556.274"],["14300.279","16541.927"],["14305.844","16497.387"],["14308.815","16528.418"],["14272.804","16418.922"],["14304.907","16473.977"],["12784.392","17682.583"],["12984.807","17741.525"],["12908.698","17632.798"],["12944.636","17653.640"],["12987.755","17650.448"],["12877.389","17655.935"],["7737.293","16055.084"],["7908.432","16095.012"],["7897.105","16130.104"],["7760.271","16073.496"],["7830.681","16097.199"],["7892.415","16061.505"],["7887.211","16074.222"],["7762.534","16126.035"],["7730.010","16124.955"],["9913.159","16104.238"],["9864.614","16032.622"],["9924.239","16064.852"],["9932.396","16078.550"],["9838.623","15994.112"],["9981.634","16124.378"],["9865.583","15952.016"],["9916.733","16133.086"],["8358.687","15766.139"],["8414.207","15908.209"],["8412.847","15878.663"],["8445.654","15816.509"],["13977.873","17261.306"],["14029.298","17270.431"],["13987.593","17318.152"],["13949.128","17402.820"],["13941.200","17402.968"],["14037.342","17329.712"],["13919.858","17400.757"],["13912.083","17283.435"],["13896.541","17294.352"],["13912.429","17312.155"],["12328.038","18978.557"],["12351.574","19047.409"],["7170.848","20511.163"],["13507.911","15770.238"],["13507.479","15799.715"],["13509.405","15757.607"],["13496.217","15757.169"],["13464.054","15749.097"],["13505.895","15792.992"],["13477.134","15755.782"],["19608.011","5162.419"],["19679.325","5293.273"],["13955.934","15399.760"],["13953.982","15385.403"],["13981.355","15375.274"],["13896.187","15493.677"],["14026.221","15359.450"],["13986.300","15462.729"],["14018.434","15445.529"],["13885.551","15499.829"],["13751.138","16207.960"],["13739.159","16192.518"],["13787.712","16239.144"],["13713.020","16206.883"],["13733.101","16352.387"],["13782.165","16179.415"],["13725.231","16279.883"],["13731.455","16257.244"],["13706.533","16283.974"],["13776.344","16258.949"],["13772.212","16257.299"],["13767.190","16245.391"],["13788.253","16173.084"],["13795.483","16186.541"],["5869.273","16588.858"],["10677.306","17630.599"],["10831.126","17643.268"],["10807.442","17654.680"],["10849.583","17680.533"],["10858.317","17707.701"],["13182.782","17706.645"],["13011.832","17807.907"],["13142.306","17783.634"],["13136.824","17655.522"],["13150.433","17741.299"],["13019.900","17772.039"],["13028.634","17747.530"],["13122.236","17755.227"],["13113.878","17636.509"],["13043.829","17633.850"],["7333.743","18387.665"],["7395.242","18290.281"],["7340.087","18396.267"],["7324.090","18307.801"],["7420.269","18263.582"],["7497.926","18276.368"],["7465.066","18280.319"],["7457.027","18358.414"],["7465.612","18355.553"],["12067.230","18684.368"],["12016.563","18819.311"],["12003.704","18870.917"],["12051.629","18791.004"],["11973.342","18784.974"],["11938.028","18693.455"],["13410.454","16822.851"],["12267.064","17935.958"],["12343.233","17884.948"],["12246.735","17965.504"],["13556.100","16402.437"],["6227.835","16800.869"],["6136.675","16806.629"],["6232.796","16970.216"],["6172.336","16796.809"],["7269.624","15876.054"],["11494.422","17391.363"],["11489.001","17409.363"],["11460.329","17381.559"],["11457.138","17400.246"],["11432.243","17404.653"],["11437.268","17386.796"],["11511.561","17239.035"],["11497.589","17243.315"],["11471.377","17231.675"],["11469.818","17249.120"],["11454.969","17221.994"],["11304.626","17227.191"],["11322.474","17347.728"],["11403.083","17204.812"],["11410.435","17217.417"],["11314.478","17391.459"],["11495.655","17368.340"],["11490.894","17327.112"],["11491.369","17289.211"],["11430.318","17313.932"],["11456.592","17314.626"],["11437.776","17257.037"],["7850.257","19329.835"],["13305.908","15858.789"],["13272.621","15905.129"],["13371.019","15815.870"],["13395.577","15927.451"],["13384.517","15876.782"],["13320.080","15877.681"],["13319.617","15861.532"],["13297.605","15874.424"],["13333.693","15925.018"],["13383.067","15900.161"],["13335.577","15906.251"],["13379.036","15735.656"],["13393.655","15767.507"],["8422.192","19608.609"],["8421.616","19642.636"],["8440.255","19696.620"],["8391.567","19715.603"],["8419.329","19545.766"],["8538.112","16557.107"],["6387.658","16411.154"],["6320.489","16422.916"],["6358.336","16474.373"],["6438.046","16365.698"],["6336.700","16492.701"],["6437.738","16379.868"],["6268.044","16437.564"],["6415.217","16510.895"],["6449.005","16463.839"],["6259.531","16477.686"],["6269.619","16478.102"],["20659.561","7635.760"],["10495.443","16809.303"],["10543.264","16796.339"],["10474.165","16977.254"],["10496.347","16936.836"],["10590.775","16969.198"],["10588.368","16953.919"],["10531.543","16930.758"],["10497.587","16902.159"],["10556.377","16832.566"],["10546.589","16887.601"],["8942.683","18981.179"],["8896.548","18893.952"],["8871.592","18902.841"],["8897.775","18953.323"],["8933.702","19031.874"],["8879.307","19091.999"],["8822.032","19080.817"],["8822.784","19007.985"],["10073.727","17304.745"],["10166.390","17272.532"],["10065.375","17221.821"],["10051.431","17239.004"],["10135.451","17284.939"],["10212.988","17309.770"],["10211.783","17399.611"],["11543.063","18888.905"],["14237.173","17943.999"],["14243.286","17845.417"],["20785.252","7638.815"],["12861.844","17307.061"],["12816.761","17376.557"],["12849.656","17303.196"],["12903.765","17294.031"],["12910.492","17286.269"],["12839.488","17314.130"],["12951.298","17247.127"],["12972.926","17262.668"],["12949.177","17409.045"],["7021.312","20722.218"],["9438.165","17041.044"],["9617.210","17071.778"],["9540.235","17052.477"],["9440.047","17118.681"],["9543.855","17081.257"],["9586.478","17143.908"],["14506.297","16617.636"],["14558.550","16602.161"],["14471.521","16676.137"],["14526.243","16761.877"],["8193.839","19825.755"],["8288.150","19775.460"],["7150.739","17278.467"],["7154.504","17265.031"],["7206.723","17203.675"],["7111.571","17323.811"],["10219.292","18832.037"],["10152.657","18717.765"],["10187.823","18799.238"],["10104.266","18824.174"],["12793.563","17613.917"],["12794.453","17585.996"],["12869.740","17496.139"],["12854.362","17511.564"],["12943.750","17442.488"],["12922.335","17467.658"],["9999.676","17794.779"],["9914.097","17801.977"],["9989.656","17824.432"],["10017.683","17803.892"],["9949.789","17727.131"],["9995.218","17678.262"],["12985.747","17538.398"],["12877.907","17598.930"],["12919.753","17546.755"],["12948.388","17538.316"],["12939.391","17575.079"],["12894.280","17536.733"],["9113.459","16421.533"],["9096.541","16441.169"],["9077.956","16393.811"],["9138.549","16363.441"],["19997.351","6870.641"],["20178.858","5726.957"],["20281.545","5579.899"],["20154.538","5604.308"],["20332.304","5770.992"],["10563.190","16594.171"],["10504.607","16675.500"],["10523.742","16645.647"],["10584.026","16710.960"],["10530.349","16770.744"],["10532.905","16665.815"],["10466.015","16634.217"],["10604.122","16646.281"],["11721.334","17433.919"],["11603.153","17443.705"],["11657.043","17408.760"],["11615.784","17417.214"],["11555.996","17433.137"],["11568.194","17412.028"],["11554.238","17447.173"],["11681.538","17426.237"],["11550.952","17502.509"],["11576.148","17424.385"],["7304.230","16013.234"],["7496.717","16021.961"],["7421.313","16088.905"],["7471.714","16030.331"],["7367.734","15930.753"],["14000.182","17657.549"],["13934.014","17679.200"],["13942.740","17736.201"],["13869.878","17722.692"],["13869.960","17665.648"],["13883.433","17815.903"],["13910.489","17830.470"],["9116.897","17864.584"],["9039.457","17852.926"],["9106.159","17850.946"],["8908.215","16520.149"],["8872.159","16462.633"],["8845.633","16477.211"],["13416.272","17949.949"],["13535.203","17991.353"],["13576.497","18026.332"],["13438.279","17964.268"],["13434.359","17989.624"],["13435.477","17988.369"],["13413.799","18005.214"],["11309.325","18669.794"],["11433.998","18492.665"],["12205.030","19119.711"],["12163.385","19138.324"],["5741.634","17437.413"],["5716.154","17484.247"],["5703.692","17478.870"],["5801.864","17588.634"],["5815.268","17593.486"],["5792.065","17563.320"],["5769.245","17582.976"],["5787.661","17519.602"],["5762.901","17504.277"],["5798.370","17435.696"],["5644.435","17615.731"],["5686.668","17592.920"],["5769.111","17455.810"],["5781.910","17432.336"],["8998.642","15743.674"],["9047.644","15841.086"],["9022.504","15848.496"],["6652.686","20569.640"],["14344.186","15271.176"],["14399.908","15295.482"],["14449.432","16454.025"],["17310.544","4749.584"],["17349.623","4743.275"],["17374.251","4770.480"],["17356.405","4780.488"],["7358.008","19332.678"],["7336.440","19448.272"],["7384.028","19400.699"],["7398.132","19455.628"],["7452.117","19441.304"],["7511.375","19392.598"],["7386.656","19360.552"],["7389.591","19432.642"],["7466.763","19351.001"],["10746.720","18012.792"],["10797.800","18025.497"],["10816.571","17926.737"],["10839.779","17870.639"],["10832.405","17954.393"],["7984.389","18270.531"],["8003.149","18356.502"],["8031.251","18372.074"],["8050.022","18454.427"],["8143.969","18286.957"],["8045.123","18306.519"],["5886.101","17698.069"],["5933.390","17801.328"],["5884.273","17773.719"],["5871.837","17663.657"],["5895.547","17718.911"],["5955.167","17621.099"],["5909.576","17631.011"],["5917.593","17806.719"],["5933.353","17711.501"],["5960.626","17638.196"],["5894.513","17662.022"],["5974.723","17832.054"],["13386.987","18501.507"],["13259.232","18548.588"],["13332.357","18483.336"],["13231.824","18563.265"],["13286.216","18580.821"],["13253.797","18653.912"],["15043.481","16451.349"],["11435.662","19184.313"],["13502.760","16608.596"],["13444.524","16587.613"],["13471.532","16600.863"],["13487.020","16598.833"],["13435.286","16697.231"],["13409.831","16686.311"],["13469.155","16726.914"],["9670.050","17516.623"],["9700.838","17501.936"],["13482.053","15689.816"],["13531.492","15716.217"],["13608.527","15695.827"],["13484.909","15700.723"],["13500.099","15643.818"],["13490.371","15666.521"],["13489.852","15680.021"],["13469.225","15683.342"],["13578.733","15664.063"],["13589.345","15701.225"],["13604.390","15715.290"],["13517.890","15623.773"],["13508.237","15562.440"],["13499.180","15606.068"],["13581.001","15572.687"],["13573.221","15541.176"],["13611.962","15530.477"],["8531.800","15450.157"],["8560.990","15464.409"],["8555.561","15420.714"],["8377.469","15310.920"],["11268.160","16925.098"],["11222.723","16877.858"],["11231.021","16889.226"],["11294.027","16823.239"],["11278.959","16859.000"],["11224.875","16812.386"],["11252.261","16835.158"],["11270.624","16788.068"],["11198.113","16846.669"],["11184.350","16810.494"],["11147.074","16842.334"],["11247.691","16893.355"],["11174.797","16892.249"],["11177.699","16879.579"],["9634.738","18759.417"],["9751.953","18854.771"],["9770.908","18828.980"],["9622.452","18740.449"],["17243.460","4679.778"],["17200.029","4666.669"],["17310.314","4687.272"],["9313.792","16863.917"],["9380.847","16783.684"],["9090.065","16480.185"],["7510.839","16156.037"],["17464.690","4536.532"],["17457.259","4564.620"],["7173.230","16566.976"],["7251.631","16710.195"],["7226.904","16752.034"],["12920.449","16322.860"],["13147.510","17994.307"],["13136.718","17948.662"],["13097.068","18034.072"],["13151.734","17957.415"],["13134.841","17835.842"],["13089.203","17908.838"],["13022.408","17853.424"],["13196.801","17998.608"],["13067.131","17870.985"],["13040.506","18037.279"],["13061.575","18007.453"],["13022.035","18003.340"],["12887.871","18469.527"],["12814.102","18615.522"],["12790.385","18618.462"],["12947.495","18504.592"],["12935.116","18584.845"],["12927.402","18519.594"],["12919.030","18550.378"],["14252.393","17925.929"],["14386.646","17869.645"],["14381.862","18037.608"],["14294.816","17837.192"],["14378.829","17963.353"],["14377.612","17990.769"],["14427.957","17922.924"],["14255.408","17881.140"],["14313.108","17938.555"],["14281.990","17880.817"],["14277.385","17897.217"],["13438.473","16991.437"],["13435.193","17081.544"],["13429.742","17171.572"],["13448.097","17116.939"],["13517.246","17071.373"],["13458.661","17084.717"],["13487.493","17106.930"],["10979.823","18607.235"],["11008.632","18618.555"],["11060.841","18647.217"],["10937.677","18627.880"],["11090.863","18635.414"],["6198.816","16079.729"],["6231.723","16062.311"],["6161.407","16013.856"],["6182.457","16046.166"],["6126.261","16012.746"],["6112.508","16034.818"],["6120.057","15948.111"],["6110.811","15940.193"],["13269.331","18465.978"],["13390.440","18431.085"],["13388.944","18359.613"],["13326.006","18325.993"],["13246.614","18271.176"],["13316.959","18365.547"],["13309.897","18297.696"],["13270.341","18288.315"],["13273.012","18462.112"],["13288.127","18451.608"],["13211.156","18377.581"],["13249.758","18384.765"],["13238.047","18433.039"],["13397.731","18310.112"],["8769.984","16399.969"],["8632.779","16362.989"],["25751.119","5807.320"],["9350.036","15268.039"],["9226.931","15151.267"],["9220.964","15122.954"],["5368.383","18863.435"],["5390.177","18840.139"],["8502.922","19238.946"],["8434.393","19259.099"],["8445.941","19204.134"],["8396.274","19268.529"],["8367.034","19206.125"],["10278.285","17496.167"],["10408.975","17480.492"],["10421.510","17495.978"],["10331.238","17547.309"],["10396.988","17539.718"],["8520.319","19274.093"],["8823.528","17227.327"],["8783.364","17358.813"],["11926.404","17115.554"],["11915.598","17121.697"],["11900.987","17129.264"],["11902.011","17110.170"],["11932.728","17105.249"],["11920.080","17101.813"],["11850.946","17046.740"],["11773.619","17070.103"],["11851.963","17080.093"],["11961.305","17111.213"],["11878.843","17126.944"],["11834.525","17080.235"],["11793.093","17170.334"],["11934.278","17057.190"],["11781.516","17105.311"],["11775.766","17074.843"],["11761.829","17071.386"],["5986.642","15975.459"],["6030.885","15963.349"],["6019.823","15957.319"],["5998.730","15978.439"],["5961.252","15936.196"],["5999.168","15953.410"],["6013.328","15930.714"],["9742.346","18480.907"],["9620.976","18645.755"],["9696.278","18630.381"],["9733.969","18606.854"],["10690.442","17555.066"],["10680.751","17471.342"],["10685.011","17448.997"],["10685.998","17490.698"],["10689.444","17574.200"],["10729.608","17575.653"],["10726.784","17618.941"],["14602.081","15500.161"],["6182.689","16474.263"],["6194.418","16439.588"],["7377.578","17758.468"],["7417.088","17647.443"],["7407.994","17664.966"],["6005.938","15923.586"],["5998.431","15892.515"],["5948.687","15885.627"],["5866.518","15852.144"],["5889.785","15857.263"],["5895.088","15881.546"],["5900.565","15879.085"],["5926.582","15764.207"],["5932.858","15754.480"],["5955.778","15742.676"],["5967.861","15809.293"],["5920.596","15797.578"],["6027.217","15740.744"],["6034.226","15742.420"],["6025.463","15877.603"],["5880.951","15775.782"],["6003.722","15873.022"],["5867.144","15771.925"],["5911.091","15792.557"],["5907.437","15813.887"],["5875.620","15801.327"],["5881.442","15802.336"],["5882.935","15794.216"],["5942.862","15826.896"],["5951.183","15832.755"],["5944.381","15833.828"],["6010.164","15876.864"],["5962.280","15869.666"],["5957.997","15870.067"],["5986.763","15820.069"],["12524.106","17056.560"],["12396.219","17035.283"],["12559.097","17176.640"],["12518.892","16999.815"],["12500.888","17013.826"],["12548.133","17020.406"],["6869.981","16335.859"],["6881.256","16228.718"],["6777.324","16188.173"],["8205.032","18371.565"],["8308.758","18313.045"],["8179.818","18441.089"],["8157.941","18264.346"],["8231.730","18281.080"],["8298.035","18320.904"],["8006.058","17721.884"],["14380.608","16764.544"],["14315.760","16642.949"],["14342.521","16611.766"],["14337.845","16627.180"],["14383.243","16604.740"],["14295.448","16664.086"],["10562.008","18636.681"],["10473.368","18641.232"],["6230.743","16774.964"],["6186.834","16614.270"],["6185.430","16680.161"],["6157.787","16600.551"],["6046.474","16733.909"],["6163.827","16642.771"],["6214.089","16743.430"],["6237.270","16654.915"],["6233.945","16698.336"],["6171.588","16584.184"],["6081.326","16600.234"],["11575.257","19214.416"],["11622.378","19199.948"],["11637.194","19252.448"],["8944.969","16820.185"],["8964.327","16779.361"],["8961.696","16913.635"],["8535.145","16098.786"],["10261.433","16201.872"],["10252.817","16142.960"],["10286.775","16166.060"],["14484.604","16293.917"],["14481.347","16330.548"],["14494.373","16328.087"],["14465.179","16231.618"],["14522.512","16187.921"],["14489.626","16177.618"],["12568.312","17528.324"],["12596.223","17481.124"],["12743.335","17487.184"],["12735.736","17487.679"],["12676.756","17478.480"],["12650.077","17601.590"],["12622.379","17597.181"],["12698.333","17555.948"],["12730.833","17550.498"],["6542.873","16155.558"],["6479.778","16210.016"],["6885.677","16969.060"],["7039.984","16914.001"],["6944.348","16935.755"],["8730.311","16508.363"],["6395.591","16827.090"],["6402.986","16946.112"],["9666.804","15241.332"],["9692.665","15214.528"],["9751.909","15259.096"],["9738.293","15233.135"],["7527.330","19111.044"],["7662.203","19101.698"],["7701.448","19122.608"],["12544.299","18252.026"],["12371.715","18116.211"],["12494.284","18075.763"],["12446.570","18129.982"],["12542.752","18169.186"],["12555.531","18220.333"],["12431.031","18224.558"],["12495.781","18184.973"],["12489.169","18210.340"],["12451.881","18193.946"],["12444.101","18193.913"],["12373.738","18105.212"],["12394.662","18223.906"],["12398.198","18169.686"],["12384.464","18147.902"],["10062.993","16650.551"],["10098.977","16579.136"],["10104.627","16655.051"],["10093.839","16642.372"],["13657.533","16542.906"],["13713.947","16539.685"],["13703.618","16562.790"],["13778.413","16353.143"],["13779.643","16376.086"],["9875.424","17199.428"],["9901.496","17268.065"],["9915.320","17212.278"],["10017.889","17357.025"],["9950.872","17317.146"],["9943.624","17371.570"],["9894.064","17346.781"],["9855.546","17325.027"],["9999.731","17302.085"],["10023.525","17366.741"],["16989.458","4280.973"],["17019.803","4302.460"],["17051.188","4179.709"],["17030.629","4278.388"],["17100.842","4251.699"],["17116.205","4168.268"],["17079.692","4161.102"],["17020.718","4249.239"],["17028.744","4204.598"],["17094.435","4228.331"],["8586.536","15520.540"],["8702.790","15677.523"],["8678.052","15620.863"],["8597.818","15654.964"],["8590.562","15553.469"],["8612.870","15522.374"],["8732.243","15580.838"],["8624.785","15713.898"],["8570.443","15560.334"],["5927.060","15696.439"],["6039.846","15626.721"],["9937.001","16551.306"],["9904.633","16505.518"],["9981.026","16427.649"],["13467.116","17415.367"],["13560.286","17421.214"],["13608.575","17411.982"],["13560.689","17614.613"],["13582.087","17572.879"],["11838.192","19231.319"],["14535.117","15434.619"],["14494.627","15392.955"],["14514.317","15389.339"],["14653.057","15433.277"],["14607.132","15461.256"],["14478.254","15429.511"],["6880.723","15750.407"],["6869.222","15881.069"],["6872.665","15823.999"],["13010.798","16777.229"],["13189.861","16805.511"],["13103.306","16855.850"],["13153.338","16840.713"],["19461.456","6067.674"],["11461.711","17867.328"],["11464.063","17903.811"],["11401.547","17901.862"],["11439.581","18003.032"],["11403.282","17990.695"],["11468.803","17943.032"],["11469.329","17978.078"],["11456.023","17922.933"],["11468.339","18031.876"],["11509.785","18024.465"],["7148.817","18630.597"],["7132.219","18622.581"],["7165.968","18469.713"],["7252.765","18535.996"],["7255.010","18494.056"],["7137.618","18578.767"],["7167.643","18552.899"],["7162.719","18609.168"],["7264.045","18580.737"],["10793.235","17273.072"],["10791.647","17246.410"],["10768.040","17254.098"],["10689.677","17228.158"],["10738.819","17232.972"],["10699.909","17208.473"],["10682.306","17201.321"],["10717.610","17271.022"],["10844.976","17228.436"],["10849.672","17202.853"],["10859.576","17328.862"],["11029.906","16895.731"],["10940.247","16961.762"],["10917.113","16973.613"],["10897.654","16936.570"],["10909.056","16938.626"],["10915.414","16927.215"],["10900.300","16927.790"],["10896.310","16983.654"],["10939.489","16942.308"],["10948.778","16924.673"],["10963.033","16983.380"],["10951.055","16963.172"],["10964.724","16920.017"],["10977.954","16917.090"],["11004.094","16908.326"],["10979.098","16890.553"],["11036.259","16957.338"],["11038.632","16967.757"],["11042.322","16886.702"],["11010.124","16884.165"],["11059.433","16959.949"],["11082.738","16872.182"],["11035.057","16855.369"],["11072.437","16915.591"],["13341.488","18042.116"],["13218.978","17939.344"],["13263.830","17909.138"],["13276.757","17877.418"],["13250.803","17864.734"],["13201.324","18013.075"],["13239.893","18013.075"],["13217.062","17904.871"],["13327.224","17895.833"],["13356.089","17854.859"],["13335.744","17924.636"],["10191.120","19188.794"],["10108.446","19149.907"],["6817.859","16117.755"],["6853.649","16012.736"],["6730.242","16054.943"],["13657.398","16393.860"],["13654.874","16401.655"],["13635.485","16450.984"],["13651.362","16439.012"],["7169.094","15609.853"],["7122.282","15665.788"],["7138.297","15686.277"],["7161.408","15640.281"],["13497.714","16928.163"],["13470.580","16811.360"],["13449.215","16825.497"],["13535.646","16814.762"],["13497.524","16871.956"],["13519.672","16828.103"],["13535.445","16816.014"],["13529.571","16943.981"],["11288.949","18742.321"],["11201.795","18761.127"],["11175.077","18746.916"],["11205.451","18710.125"],["11100.738","18754.476"],["13369.932","15389.209"],["13373.613","15444.541"],["13373.154","15357.124"],["7045.700","17101.021"],["6990.871","16991.175"],["6926.401","17008.371"],["6885.600","17118.290"],["17121.976","4311.510"],["17088.208","4383.258"],["17098.923","4358.133"],["17087.679","4439.646"],["17120.510","4446.046"],["17095.064","4403.672"],["17135.192","4437.626"],["17059.474","4322.030"],["5696.444","15190.870"],["5719.477","15175.377"],["5655.804","15197.329"],["5642.239","15182.485"],["13924.537","16593.698"],["10434.422","16667.550"],["10281.320","16680.941"],["10304.397","16606.445"],["13453.201","18211.251"],["13540.714","18126.531"],["13532.901","18148.347"],["13513.559","18127.224"],["13480.538","18178.745"],["13446.314","18154.965"],["13413.140","18107.517"],["13417.539","18202.826"],["13616.859","18087.901"],["13561.793","18081.906"],["5968.782","17878.160"],["5896.915","17879.611"],["5946.326","17884.929"],["14020.081","18569.285"],["14007.910","18565.834"],["13866.890","18546.577"],["13612.007","16355.526"],["13453.986","16517.928"],["13410.555","16504.819"],["13414.355","16551.062"],["13598.967","16377.439"],["13568.363","16470.215"],["13590.114","16467.514"],["13487.671","16477.173"],["13468.679","16475.637"],["13486.548","16510.133"],["10915.266","17888.251"],["10925.614","17908.553"],["10938.103","17983.032"],["10920.873","18040.066"],["10884.752","17967.952"],["11019.349","17895.782"],["11093.038","17911.620"],["11050.830","17991.039"],["11058.776","18039.638"],["14125.691","18643.473"],["14181.842","18651.433"],["6008.202","16260.892"],["10054.931","17700.189"],["10159.334","17793.345"],["10082.013","17681.645"],["8131.764","15031.037"],["12138.359","16767.414"],["6784.971","18159.780"],["6798.515","18202.814"],["6749.973","18055.069"],["6726.236","18130.560"],["6757.459","18229.671"],["6816.020","18185.980"],["6879.233","18175.336"],["6836.131","18093.851"],["6755.630","18112.649"],["6716.473","18081.733"],["6730.884","18186.611"],["6685.475","18226.297"],["6437.055","17643.552"],["7193.171","17466.112"],["7230.967","17450.570"],["7139.090","17607.589"],["7126.433","17452.905"],["14164.857","15635.544"],["14226.538","15530.840"],["14230.278","15693.727"],["14215.781","15717.847"],["14232.564","15674.734"],["14092.490","15660.072"],["14053.366","15711.634"],["14171.600","15608.583"],["14210.627","15622.594"],["14201.469","15615.309"],["14168.401","15570.686"],["14213.378","15588.354"],["14182.488","15515.879"],["14169.802","15525.634"],["14135.858","15513.919"],["14066.712","15627.766"],["14042.683","15601.934"],["14088.711","15633.511"],["14105.046","15540.377"],["14064.086","15546.341"],["14100.112","15538.362"],["14213.647","15655.569"],["14148.749","15668.655"],["14203.465","15705.086"],["14174.962","15690.867"],["14202.832","15677.963"],["14041.039","15700.688"],["14238.942","15596.115"],["13008.231","16194.111"],["13126.724","16285.532"],["13194.033","16198.877"],["13144.479","16216.617"],["13006.860","16333.848"],["13088.649","16285.222"],["13042.939","16330.443"],["13052.035","16276.863"],["13090.441","16246.909"],["13851.022","16390.892"],["13935.326","16540.287"],["13907.211","16528.701"],["13920.813","16549.511"],["13896.652","16539.156"],["13938.027","16353.083"],["7399.434","17191.390"],["10268.088","17678.854"],["10424.845","17741.323"],["10423.657","17806.374"],["10354.159","17710.130"],["10331.428","17660.388"],["10376.606","17758.787"],["6140.924","15894.194"],["6070.049","15890.561"],["6143.323","15877.244"],["6109.050","15922.718"],["6074.741","15798.194"],["6144.780","15776.582"],["6167.899","15751.484"],["6157.422","15742.991"],["6120.352","15719.544"],["6077.149","15718.594"],["6143.037","15737.546"],["6050.691","15764.112"],["6057.663","15763.491"],["6170.043","15754.890"],["6167.029","15771.327"],["6158.638","15777.168"],["6073.985","15854.123"],["6127.074","15848.536"],["6088.376","15918.316"],["9882.911","16143.689"],["9913.795","16154.295"],["9985.336","16162.336"],["13846.491","18726.976"],["13842.741","18724.928"],["13863.499","18681.601"],["13867.743","18706.869"],["13964.289","18716.167"],["13854.428","18871.676"],["13946.557","18870.288"],["14025.028","18804.689"],["13912.725","18762.179"],["14036.310","18758.810"],["9879.026","16647.202"],["9088.580","17591.624"],["10589.260","18330.638"],["10622.217","18276.448"],["8572.815","18428.004"],["11661.347","18266.137"],["11535.405","18394.618"],["11534.912","18390.886"],["11596.408","18407.384"],["11612.973","18410.390"],["11642.413","18401.637"],["11718.855","18365.174"],["11686.275","18459.347"],["7720.160","19828.347"],["19853.223","8465.678"],["10986.838","18703.036"],["10891.646","18734.718"],["10952.909","18815.885"],["10896.258","18883.201"],["14573.197","16515.946"],["14636.973","16514.875"],["14557.983","16558.803"],["14585.981","16482.564"],["14632.655","16431.448"],["12598.422","18249.546"],["12653.117","18047.505"],["12695.020","18189.704"],["12619.569","18178.315"],["12596.346","18138.199"],["12682.119","18161.420"],["12572.702","18141.902"],["12622.983","18132.583"],["12586.288","18070.436"],["12624.134","18135.110"],["12665.156","18082.947"],["12726.044","18051.270"],["11266.130","18365.537"],["11155.047","18434.809"],["11134.361","18375.919"],["11143.670","18260.747"],["13611.846","18305.752"],["13593.787","18300.947"],["13471.375","18274.059"],["13515.635","18340.066"],["13490.247","18318.766"],["13480.149","18295.165"],["13571.465","18316.668"],["10769.320","18871.739"],["10815.036","18794.524"],["10721.487","18737.218"],["10769.072","18784.400"],["10712.705","18824.656"],["10804.227","18706.706"],["10715.730","18697.401"],["10858.125","18689.130"],["10868.186","18782.920"],["10867.648","18851.905"],["10872.895","18713.042"],["11142.570","18110.737"],["11298.589","18129.196"],["11121.863","18053.314"],["11229.099","18096.468"],["11227.898","18056.256"],["11105.435","18150.982"],["11100.249","18231.911"],["11234.591","18226.197"],["11251.610","18211.182"],["14347.459","18683.202"],["7721.166","16176.576"],["8928.741","16683.455"],["8903.013","16771.641"],["8928.210","16721.198"],["8913.238","16695.635"],["8855.297","16671.405"],["8783.355","16634.566"],["10495.573","16520.673"],["10480.576","16481.816"],["7163.417","20223.841"],["7164.251","20321.260"],["10421.339","16805.154"],["10433.888","16841.978"],["10450.962","16981.107"],["10329.061","16948.614"],["10412.198","16955.922"],["10417.006","16930.532"],["10383.517","16895.769"],["10406.469","16846.200"],["10342.278","16951.635"],["10410.795","16900.811"],["10353.189","16880.396"],["10335.668","16984.317"],["10332.121","16973.935"],["12896.781","18101.911"],["12954.078","18220.033"],["12935.476","18248.043"],["12918.782","18175.906"],["12925.640","18090.572"],["12960.986","18166.887"],["12918.228","18095.057"],["12857.978","18233.124"],["7041.485","20002.971"],["7083.532","20135.566"],["11474.089","17669.389"],["11447.000","17660.652"],["11499.632","17678.059"],["11345.788","17804.991"],["11317.842","17685.911"],["11355.629","17716.147"],["11375.827","17720.012"],["11423.310","17772.811"],["11343.668","17761.367"],["13266.926","16151.032"],["13247.216","16161.521"],["13335.543","16156.413"],["13329.282","16222.452"],["13305.257","16204.631"],["13319.429","16254.654"],["13331.037","16284.196"],["13207.965","16185.994"],["14166.867","18452.683"],["14188.577","18439.999"],["14239.069","18280.534"],["14198.495","18276.532"],["14171.275","18385.120"],["14080.777","18457.416"],["14077.997","18450.728"],["14230.867","18385.422"],["11370.823","18728.963"],["11382.799","18726.334"],["11480.228","18801.676"],["11485.607","18796.788"],["11473.189","18824.946"],["11493.915","18855.600"],["11512.007","18877.566"],["13215.403","16091.933"],["13263.437","16045.574"],["13262.173","15957.812"],["13235.857","15986.412"],["13389.275","16005.663"],["13227.850","16047.986"],["13211.876","16038.512"],["13240.480","16019.409"],["13273.330","16089.938"],["13252.545","16085.685"],["13264.880","16134.669"],["13369.826","16017.019"],["13346.137","15934.018"],["13300.840","15939.248"],["13251.031","15940.633"],["13227.548","16128.414"],["13210.692","16127.570"],["6429.409","15280.540"],["6439.329","15238.966"],["6417.327","15211.138"],["6407.934","15135.423"],["6383.345","15163.204"],["6291.757","15137.366"],["6299.556","15226.986"],["6259.520","15240.574"],["6312.671","15171.256"],["6321.723","15095.691"],["6338.507","15140.995"],["6353.701","15219.134"],["6342.474","15267.669"],["6347.404","15209.405"],["6295.024","15240.929"],["6382.521","15185.276"],["6384.379","15210.808"],["6397.616","15231.250"],["6375.750","15175.846"],["12137.752","18134.222"],["11937.297","18117.154"],["12005.759","18047.943"],["11988.769","18073.393"],["11973.754","18053.870"],["9475.136","16895.179"],["9537.883","16956.337"],["9616.022","16922.853"],["9427.599","16930.122"],["9409.941","16923.714"],["9594.067","16981.797"],["9457.475","16892.752"],["13514.364","16222.756"],["13532.298","16199.668"],["13586.513","16221.363"],["13541.821","16236.229"],["13561.110","16235.765"],["13574.723","16277.044"],["13565.664","16275.884"],["13539.657","16279.044"],["13548.138","16272.777"],["13553.809","16308.854"],["13559.639","16312.149"],["13523.356","16336.689"],["13532.308","16332.265"],["13565.870","16339.252"],["13550.892","16344.475"],["13561.172","16242.276"],["13584.782","16317.962"],["13580.186","16325.733"],["13581.765","16300.852"],["13590.889","16172.113"],["13586.633","17088.147"],["13610.992","17091.236"],["9883.266","18096.056"],["9918.442","18085.784"],["9969.101","18195.134"],["9942.802","18119.854"],["9939.479","18137.112"],["9890.524","18081.472"],["9940.565","18053.115"],["9918.829","18096.086"],["9865.198","18124.644"],["9882.418","18054.875"],["7426.991","17761.510"],["7443.279","17770.087"],["7533.926","17610.033"],["13562.781","15980.163"],["7747.380","18534.153"],["7770.194","18521.212"],["7753.945","18511.964"],["7123.803","16492.150"],["9946.782","19111.400"],["9862.841","19137.809"],["11422.269","18084.213"],["11427.352","18059.886"],["12842.674","16349.873"],["12835.951","16329.946"],["12802.584","16348.452"],["12905.078","16239.542"],["12901.961","16208.987"],["12926.332","16180.401"],["12951.811","16187.780"],["12939.172","16288.833"],["12927.464","16261.612"],["12936.431","16177.393"],["9071.714","15275.347"],["9033.352","15151.312"],["9023.674","15163.185"],["9036.578","15114.378"],["9023.220","15285.592"],["7105.136","16989.306"],["7113.340","16996.547"],["7165.217","17106.107"],["7095.910","17171.719"],["7124.931","17069.025"],["13211.194","16503.295"],["13238.826","16542.569"],["13310.376","16545.083"],["13291.322","16533.698"],["13309.366","16510.886"],["11809.850","18701.442"],["11920.415","18831.016"],["11934.937","18769.763"],["11794.580","18833.018"],["11824.284","18863.951"],["11869.481","18787.419"],["11829.284","18838.534"],["8755.669","18470.474"],["8693.248","18651.519"],["8653.309","18578.462"],["8668.771","18475.327"],["14546.989","17095.349"],["14543.032","17036.402"],["14665.096","17131.077"],["14524.563","17167.966"],["14638.864","17066.137"],["14557.726","17169.191"],["14523.438","17065.043"],["14614.722","17189.172"],["14618.721","16991.293"],["14476.202","17080.834"],["12129.208","17931.539"],["11977.882","18041.203"],["11970.974","18041.583"],["12046.687","17930.834"],["12046.013","17932.881"],["12027.394","17926.292"],["11953.267","17914.059"],["12011.490","17857.676"],["11963.398","17862.515"],["12014.438","17977.440"],["12020.606","17940.446"],["12055.622","18039.505"],["11305.613","16982.832"],["11319.644","16986.112"],["11440.111","18286.873"],["11449.584","18280.317"],["11500.198","18390.336"],["11508.804","18389.685"],["11509.429","18342.649"],["11446.205","18322.534"],["11383.370","18309.580"],["14538.921","16087.280"],["14544.463","16014.482"],["14529.249","16084.106"],["14582.437","16053.553"],["14525.930","15969.946"],["14490.897","16067.614"],["14518.013","15954.597"],["13573.635","16933.696"],["21380.375","7005.254"],["9807.647","17117.031"],["9770.169","17134.805"],["9771.287","17183.037"],["9735.927","17117.446"],["9716.467","17052.007"],["9693.719","17082.247"],["9824.652","17122.317"],["9683.681","16997.808"],["7535.603","15977.464"],["7517.451","15953.659"],["8569.327","18030.134"],["8585.213","17945.598"],["8724.250","17952.186"],["13824.527","18556.639"],["7328.714","17835.992"],["7404.037","17872.335"],["8172.311","15798.416"],["6156.386","15181.341"],["6161.751","15226.474"],["6153.619","15156.083"],["6105.638","15227.678"],["6114.462","15204.751"],["6100.217","15230.650"],["11052.488","17421.742"],["10895.189","17415.300"],["11068.516","17411.886"],["11030.021","17412.296"],["10916.916","17422.930"],["7519.751","17877.023"],["7711.530","17856.181"],["7665.399","17886.220"],["7677.404","18037.638"],["7640.956","17989.663"],["7210.836","20359.412"],["14070.268","17375.727"],["14185.700","17392.589"],["14196.473","17393.299"],["14087.378","17339.046"],["14082.052","17347.272"],["14175.686","17372.557"],["10077.365","17849.528"],["10052.013","18004.480"],["10107.440","18009.541"],["10116.949","17993.925"],["10070.863","17833.964"],["10053.850","17913.132"],["10222.863","17994.563"],["10163.835","18017.299"],["10239.954","17876.341"],["10214.803","17920.523"],["11127.212","17352.982"],["11302.545","17216.954"],["11267.827","17331.581"],["11150.276","17287.749"],["11279.544","17329.781"],["11294.104","17318.610"],["11273.574","17363.403"],["11132.118","17307.018"],["11119.100","17398.979"],["11123.933","17385.963"],["11138.566","17406.590"],["11296.458","17377.429"],["8131.554","16157.115"],["7976.808","16145.808"],["13491.542","16313.606"],["13490.216","16321.298"],["7023.467","18236.593"],["7035.578","18243.637"],["6936.897","18210.923"],["6998.729","18209.065"],["7013.213","18253.779"],["7071.727","18075.900"],["7065.174","18152.221"],["6920.727","18079.059"],["6915.509","18200.960"],["7001.134","18058.484"],["6969.007","18143.835"],["5654.328","15338.857"],["5720.314","15488.012"],["13650.817","16192.034"],["13620.478","16193.477"],["13627.645","16149.854"],["12579.006","16602.997"],["12683.808","16586.574"],["13479.252","18964.283"],["13468.656","18966.698"],["13497.751","19082.834"],["13475.646","19076.558"],["13566.682","19026.335"],["6783.575","20437.982"],["6744.779","20369.694"],["20354.710","7722.122"],["7124.295","18244.192"],["7104.697","18182.439"],["7151.979","18200.212"],["7180.187","18201.955"],["7123.040","18153.017"],["7123.896","18213.060"],["7219.333","18143.661"],["7231.503","18142.218"],["7267.572","18051.898"],["7303.071","18155.553"],["14014.668","16625.473"],["19869.621","6788.329"],["19904.161","6637.630"],["12934.859","19083.015"],["12912.623","19002.635"],["12980.616","19052.643"],["12827.861","19044.646"],["12842.610","18949.263"],["12839.074","18993.689"],["12114.663","16782.565"],["12073.296","16899.872"],["12126.447","16937.252"],["12086.907","16903.981"],["11948.997","16955.917"],["12144.698","16780.675"],["11900.817","18111.126"],["11796.348","18133.071"],["11874.194","18119.397"],["11827.730","18115.631"],["10190.148","17500.190"],["10117.547","17551.593"],["10172.030","17598.695"],["10240.722","17559.128"],["6611.699","16973.545"],["6635.204","16975.901"],["6662.835","16931.309"],["6514.116","16887.661"],["6538.797","16818.621"],["6607.046","16875.597"],["6650.550","16867.285"],["6559.119","16857.959"],["6488.567","16781.515"],["9635.218","16921.113"],["9629.765","16810.155"],["9659.972","16822.034"],["9628.076","16986.076"],["6607.645","15526.501"],["6488.215","15594.226"],["6531.040","15646.971"],["6586.989","15595.973"],["6567.758","15709.271"],["6464.634","15518.117"],["6526.791","15557.377"],["6481.669","15653.168"],["6493.337","15583.135"],["6467.734","15643.850"],["6615.775","15587.029"],["6537.467","15533.911"],["6667.312","15587.418"],["7417.434","16708.193"],["14399.379","18321.865"],["14405.344","18311.235"],["12905.236","17715.287"],["12835.597","17723.407"],["12915.581","17680.291"],["12852.851","17697.174"],["12925.066","17783.308"],["12953.257","17713.613"],["12978.487","17747.403"],["12829.509","17692.150"],["12870.514","17696.199"],["12797.027","17702.409"],["12807.636","17761.231"],["12862.530","17873.287"],["12919.207","17853.601"],["12789.693","17912.645"],["12862.979","17966.060"],["12780.677","17911.956"],["12799.279","17956.283"],["12863.373","17838.917"],["12803.455","17861.361"],["8965.757","15047.591"],["8948.784","14993.939"],["8899.309","15014.770"],["6940.699","15671.334"],["6888.890","15521.276"],["6930.724","15530.884"],["6913.802","15558.831"],["7091.287","15612.690"],["6893.889","15517.393"],["12821.415","16688.599"],["12789.012","16641.094"],["12885.009","16638.762"],["12799.059","16603.293"],["12799.445","16609.811"],["12785.362","16615.892"],["12780.712","16608.196"],["12897.192","16732.612"],["12960.866","16739.673"],["9821.068","18540.550"],["13226.972","18984.849"],["13338.693","19022.200"],["13350.584","19044.496"],["7402.719","18708.919"],["7313.685","18802.503"],["7384.116","18745.838"],["7480.664","18773.399"],["7416.129","18818.515"],["13875.603","18058.058"],["13876.623","18085.424"],["14010.091","18076.145"],["13973.327","18174.783"],["13960.629","18148.871"],["13912.241","18144.461"],["13863.686","15921.388"],["13887.704","15907.650"],["13936.469","15832.733"],["13935.583","15789.693"],["13965.827","15859.256"],["13932.390","15857.819"],["13942.390","15905.846"],["13947.669","15827.597"],["14031.681","15808.719"],["14028.560","15769.837"],["13961.636","15735.353"],["13947.689","15754.528"],["13948.031","15847.851"],["13983.363","15733.999"],["13870.982","15911.472"],["13941.403","15889.424"],["14037.797","15725.132"],["13969.875","15771.909"],["13964.793","15807.747"],["13983.023","15780.227"],["13946.701","15782.314"],["13960.317","15784.277"],["13983.991","15798.660"],["10546.931","16505.514"],["10526.145","16528.698"],["10548.486","16499.130"],["10618.943","16538.686"],["10574.721","16501.547"],["10611.909","16463.139"],["10641.082","16480.338"],["10645.436","16479.068"],["10630.885","16482.044"],["10592.438","16449.121"],["10468.160","18868.581"],["10480.317","18773.988"],["10485.438","18726.021"],["10622.688","18868.838"],["10634.087","18745.645"],["10569.075","18768.597"],["10546.532","18797.138"],["10591.459","18708.826"],["10626.859","18692.317"],["10541.024","19158.071"],["10539.750","19128.264"],["13655.416","18046.008"],["13642.791","18081.127"],["13765.288","18044.955"],["13818.228","18108.422"],["13702.864","18080.457"],["13737.338","18065.329"],["13779.613","18148.906"],["13763.232","18160.599"],["13739.038","18132.705"],["8285.295","19485.741"],["8312.020","19450.688"],["8269.621","19460.325"],["8277.434","19343.064"],["8239.377","19404.629"],["8174.524","19314.550"],["8187.947","19461.482"],["8248.939","19492.252"],["8329.879","19314.381"],["8153.619","19412.995"],["8353.590","19511.450"],["8296.714","19489.779"],["8318.661","19500.421"],["7269.471","16844.315"],["7234.821","16934.775"],["11674.887","17508.982"],["10251.007","16327.736"],["10061.611","16246.448"],["10086.404","16302.232"],["12621.077","16875.371"],["12677.782","16873.603"],["12690.722","16899.053"],["12749.394","16846.384"],["12673.243","16943.646"],["12772.847","16871.787"],["12768.273","16800.661"],["12767.074","16903.455"],["12613.623","16793.912"],["12568.816","16789.298"],["12633.777","16793.715"],["12770.408","16841.918"],["10643.758","17201.887"],["10607.198","17201.274"],["10628.011","17328.334"],["10606.460","17312.108"],["10477.959","17228.543"],["10511.245","17260.088"],["10475.653","17391.037"],["10574.930","17372.646"],["10625.719","17370.746"],["10607.315","17280.028"],["17303.837","4384.606"],["17324.734","4367.130"],["17375.986","4383.213"],["17331.295","4398.079"],["17350.583","4397.616"],["17355.138","4437.734"],["17329.130","4440.894"],["17337.612","4434.626"],["17343.283","4470.704"],["17349.112","4473.999"],["17312.829","4498.538"],["17321.781","4494.114"],["17355.344","4501.101"],["17340.366","4506.325"],["17350.646","4404.126"],["17374.256","4479.811"],["17369.660","4487.583"],["17402.817","4499.244"],["17371.239","4462.701"],["17380.362","4333.963"],["17223.255","4478.091"],["17210.013","4459.652"],["17282.290","4442.599"],["17278.191","4482.567"],["8571.780","19261.155"],["8614.780","19258.060"],["8578.719","19212.141"],["8682.173","19226.412"],["8697.865","19153.730"],["12657.460","17282.162"],["12652.861","17311.371"],["12672.627","17232.287"],["12721.025","17347.244"],["12680.449","17340.985"],["12718.854","17289.209"],["7932.872","18049.383"],["6685.811","17676.171"],["6773.435","17655.239"],["6870.500","17672.969"],["6790.322","17707.260"],["12554.794","18951.674"],["12519.268","18995.687"],["13662.694","15674.137"],["13750.840","15507.873"],["13822.907","15595.113"],["13828.845","15639.935"],["13799.486","15602.181"],["13829.256","15622.561"],["13630.810","15511.138"],["19843.631","6260.549"],["11948.055","19189.285"],["11995.428","19103.604"],["12040.823","19132.886"],["13973.376","16252.947"],["13952.569","16235.706"],["13898.212","16346.947"],["13968.428","16270.814"],["7548.509","17630.162"],["7517.387","17644.725"],["7521.905","17623.986"],["6088.464","15974.015"],["6058.530","15941.492"],["14055.420","18785.707"],["14069.351","18761.297"],["14109.861","18733.204"],["14130.766","18689.010"],["14140.887","18851.888"],["14232.223","18806.482"],["14238.330","18700.395"],["12249.106","17538.091"],["7004.340","17852.994"],["7061.523","17981.936"],["7048.359","17933.689"],["7082.188","17896.633"],["7044.126","17895.987"],["8781.854","15212.423"],["8794.508","15211.214"],["8934.307","15253.361"],["8956.587","15258.721"],["8927.698","15263.744"],["8945.177","15121.836"],["8971.145","15133.005"],["13666.189","17039.873"],["13666.762","17174.476"],["13662.996","17148.861"],["13761.861","17138.126"],["20340.862","7565.697"],["10093.771","16724.468"],["10099.721","16772.339"],["10114.454","16749.648"],["10161.370","16766.059"],["10178.425","16732.654"],["10139.218","16723.494"],["10113.093","16735.875"],["10179.857","16670.958"],["10238.981","16694.525"],["10138.094","16677.873"],["10153.049","16709.700"],["10168.333","16645.286"],["10193.185","16635.962"],["10205.593","16565.657"],["10212.461","16691.475"],["13033.847","17218.737"],["13117.525","17272.711"],["13118.134","17219.235"],["13066.867","17229.557"],["13174.577","17394.660"],["13136.645","17384.656"],["12947.200","16105.450"],["12915.083","16101.835"],["12976.611","16056.137"],["10513.562","18933.134"],["10548.555","18955.072"],["10472.644","18969.632"],["10642.094","18934.103"],["10657.496","18998.573"],["9203.518","18656.067"],["9235.865","18471.552"],["9493.584","19109.438"],["9542.918","19176.543"],["9546.270","19115.045"],["9619.064","19163.904"],["9137.660","15739.562"],["9185.223","15834.789"],["9042.238","15739.589"],["9057.934","15749.397"],["10528.917","18134.815"],["10520.819","18134.771"],["10559.351","18128.327"],["10607.107","18228.417"],["10641.674","18155.765"],["10670.758","18194.535"],["10616.044","18235.682"],["7605.611","19614.739"],["7554.378","19636.082"],["7687.328","19693.704"],["7645.039","19571.299"],["7677.772","19652.684"],["7717.592","19713.250"],["9021.809","17627.427"],["9119.205","17781.387"],["9109.872","17745.777"],["9108.676","17789.914"],["9056.293","17818.197"],["9002.623","17736.062"],["9008.496","17741.417"],["9032.212","17677.846"],["12390.887","16792.780"],["12412.207","16785.594"],["9720.322","15451.093"],["9735.504","15492.240"],["13373.849","16975.186"],["13360.691","16981.792"],["13274.714","17166.149"],["13312.510","17166.314"],["13264.447","17151.247"],["13259.447","17170.223"],["13216.257","17134.880"],["13382.489","17169.259"],["13401.119","17174.636"],["13384.326","17157.807"],["13393.943","17146.977"],["13356.673","17106.333"],["7925.296","19336.523"],["7836.458","19388.419"],["7813.824","19480.625"],["7774.633","19470.961"],["7735.080","19489.615"],["7765.234","19381.613"],["7855.041","19429.267"],["7856.339","19376.107"],["9696.912","19195.161"],["9748.499","19256.890"],["9700.126","19303.690"],["20497.069","6343.789"],["12706.916","18465.828"],["12699.474","18313.247"],["12713.593","18393.756"],["12749.317","18410.651"],["12759.263","18299.790"],["12767.750","18324.662"],["12748.223","18277.575"],["12605.544","18391.258"],["12669.576","18348.108"],["12603.178","18328.323"],["12626.056","18296.597"],["7552.448","18225.038"],["7645.112","18228.886"],["7655.513","18146.424"],["7520.177","18105.463"],["7674.708","18224.397"],["7687.651","18221.349"],["7715.967","18206.436"],["7711.123","18218.599"],["7689.212","18245.704"],["7579.692","18232.389"],["7527.476","18254.986"],["7516.389","18155.706"],["9697.900","19122.114"],["9822.265","19107.731"],["14704.441","17118.520"],["11790.624","17432.449"],["11810.913","17428.490"],["11774.186","17466.253"],["11676.776","17063.307"],["11640.425","17092.191"],["11583.899","17087.723"],["11523.950","17059.654"],["11701.430","17143.705"],["11613.635","17181.649"],["11629.863","17152.113"],["11615.706","17168.608"],["11697.849","17159.957"],["11686.517","17127.392"],["11724.356","17106.566"],["11682.800","17186.399"],["11629.014","17136.088"],["7197.552","17834.230"],["7785.024","19825.985"],["7791.072","19745.425"],["7778.369","19883.966"],["7747.931","19927.980"],["7919.124","19866.804"],["7823.301","19766.760"],["7788.878","19791.213"],["8949.731","15586.004"],["8913.909","15547.361"],["8921.882","15591.981"],["8963.253","15626.023"],["8846.706","15606.999"],["8894.091","15638.230"],["8893.198","15656.644"],["8875.508","15650.739"],["8919.073","15639.774"],["8019.527","15483.393"],["7993.109","15481.442"],["9445.018","18712.693"],["9512.377","18786.652"],["9508.320","18811.963"],["9449.221","18742.907"],["9528.855","18726.576"],["13716.992","16019.225"],["13700.549","16051.165"],["13684.329","15952.158"],["13621.645","15934.918"],["13700.497","15930.769"],["13817.807","15981.457"],["13742.726","16067.040"],["13823.184","16078.823"],["13785.395","16012.820"],["13737.722","16117.862"],["13711.180","16139.211"],["13658.113","16033.924"],["13648.272","16030.390"],["13801.602","16114.509"],["13809.008","16123.958"],["13379.605","18228.147"],["13299.490","18203.110"],["13312.188","18175.850"],["13384.557","18124.669"],["13390.889","18174.429"],["13389.105","18222.548"],["13340.269","18205.056"],["13295.627","18249.805"],["13315.860","18078.953"],["13325.104","18130.811"],["13339.429","18069.804"],["13232.827","18195.493"],["13256.380","18185.551"],["13198.978","18138.185"],["8418.420","17992.617"],["8543.212","17944.732"],["8521.857","17976.842"],["8493.746","17931.735"],["9625.720","17669.144"],["8357.917","17551.140"],["8426.479","17460.563"],["8385.388","17534.643"],["10445.160","17852.161"],["10419.983","17899.868"],["10275.542","18011.707"],["10411.152","17964.590"],["10395.119","17851.642"],["10333.051","17920.229"],["10358.513","17955.049"],["5446.255","19037.713"],["6766.509","20164.754"],["6823.849","20256.782"],["6871.881","20183.191"],["8260.173","19588.729"],["8247.369","19613.243"],["8156.842","19690.144"],["8181.157","19720.963"],["8341.783","19730.986"],["8346.562","19617.540"],["8288.311","19547.838"],["8228.519","19632.193"],["15021.020","15936.550"],["14873.704","15905.417"],["12146.030","18221.891"],["12123.069","18219.621"],["12133.031","18185.617"],["10736.954","18931.837"],["10743.837","19028.169"],["10762.668","18963.028"],["14069.508","16020.529"],["14134.305","16032.352"],["14120.437","15979.735"],["14135.273","15983.258"],["14098.563","16006.858"],["14095.443","15990.715"],["14177.705","15977.313"],["14199.103","15960.468"],["14152.442","15941.706"],["14204.827","15990.823"],["9399.913","14379.982"],["9356.182","14378.515"],["20205.686","5895.342"],["6661.497","17662.566"],["6502.447","17624.338"],["11004.004","17300.600"],["10968.722","17356.653"],["10971.117","17380.445"],["10973.084","17285.790"],["11030.604","17300.614"],["10979.143","17245.549"],["11004.046","17244.442"],["11082.656","17360.513"],["10928.898","17386.366"],["10934.275","17370.004"],["10895.264","17367.135"],["10896.760","17388.539"],["10905.148","17330.422"],["10925.350","17296.085"],["10948.794","17294.673"],["11074.729","17345.409"],["13720.159","17599.237"],["13747.774","17618.857"],["13729.555","17561.837"],["13775.433","17507.918"],["13800.712","17532.427"],["13794.035","17490.240"],["13781.601","17484.757"],["14182.490","16569.673"],["14126.651","16565.627"],["14097.006","16583.365"],["14140.948","16639.438"],["7874.083","18212.782"],["7884.050","18189.050"],["7923.613","18243.987"],["7779.334","18137.315"],["7754.531","18128.661"],["7760.803","18071.528"],["7815.527","18061.283"],["6499.470","20645.289"],["7077.967","15908.054"],["7074.257","15777.348"],["6932.399","20558.123"],["14025.696","17180.687"],["19901.765","5565.762"],["12631.202","17840.613"],["12640.302","17912.133"],["12631.946","17899.436"],["12750.139","17857.418"],["12630.663","17914.564"],["12738.900","17953.116"],["12738.160","17941.489"],["12740.183","17961.787"],["9606.616","18163.819"],["9571.054","18137.410"],["9519.407","18093.044"],["11066.960","16815.468"],["10885.310","16873.115"],["11002.922","16809.334"],["10967.781","16797.847"],["10943.546","16838.927"],["10926.276","16842.576"],["10952.297","16803.920"],["10920.240","16857.553"],["10891.263","16825.055"],["11064.761","16790.051"],["11091.997","16807.729"],["21445.464","6459.096"],["6119.257","16211.189"],["6096.681","16290.783"],["13348.290","16789.000"],["13303.477","16838.951"],["13232.358","16777.101"],["13259.221","16809.648"],["13367.662","16808.107"],["13146.505","18765.153"],["13132.131","18778.404"],["13016.043","18791.985"],["13008.395","18703.545"],["13180.402","18694.287"],["13160.262","18887.557"],["13168.186","18865.663"],["13007.199","18842.475"],["5905.328","17298.133"],["5889.668","17360.973"],["5866.719","17405.731"],["5933.849","17396.362"],["5961.886","17337.412"],["5934.139","17299.064"],["5905.827","17271.562"],["5869.363","17311.408"],["5853.914","17367.522"],["5891.456","17396.219"],["5950.664","17388.014"],["5849.716","17373.684"],["5867.000","17291.513"],["5959.251","17304.611"],["5948.845","17322.482"],["5929.422","17361.263"],["5956.374","17369.636"],["5838.533","17347.333"],["5869.897","17284.652"],["5846.381","17363.964"],["8940.765","18245.436"],["8978.157","18194.754"],["8848.982","18155.874"],["8881.006","18111.157"],["9156.146","15603.179"],["9087.444","15548.024"],["9028.405","15606.708"],["9144.786","15650.017"],["9039.311","15697.826"],["9044.180","15666.438"],["9196.193","15534.610"],["8988.932","15672.778"],["9022.888","15714.328"],["14025.003","16936.675"],["14031.631","16859.846"],["14022.080","16905.575"],["13999.185","16939.085"],["14025.583","16903.379"],["14021.216","16937.962"],["11340.377","17867.749"],["11348.873","17979.179"],["11390.607","18012.229"],["7410.539","16363.882"],["7320.588","16469.466"],["7415.365","16476.966"],["9776.704","17971.921"],["9744.314","17880.868"],["9829.365","17909.002"],["9739.792","18011.349"],["9706.207","17937.335"],["9786.310","18002.384"],["9826.161","17976.987"],["9793.723","17989.589"],["9809.902","17955.722"],["10294.921","18410.598"],["7279.496","18672.768"],["13750.692","17848.563"],["13637.571","17928.485"],["13620.268","17882.162"],["13620.087","17906.968"],["13709.801","17895.471"],["13669.341","17881.500"],["11179.183","16764.600"],["11167.543","16746.588"],["11195.233","16720.029"],["11102.784","16740.905"],["14349.587","18097.860"],["14421.156","18121.402"],["14399.166","18057.604"],["14419.495","18102.145"],["14381.846","18044.726"],["11864.066","18354.232"],["11876.026","18375.975"],["12040.108","16993.743"],["12125.401","17039.675"],["11979.061","16992.690"],["11974.477","17057.354"],["11988.833","17079.130"],["12005.749","17070.366"],["11988.647","17052.745"],["11986.564","17004.206"],["11953.272","17014.466"],["12106.756","17017.025"],["12127.280","17016.785"],["12142.231","17015.007"],["12125.002","16988.947"],["12054.895","17175.976"],["12096.979","17146.643"],["12041.163","17195.735"],["12000.390","17035.087"],["12005.456","17043.158"],["12028.012","17170.444"],["12013.638","17160.370"],["12098.276","17161.071"],["12109.594","17156.062"],["12088.590","17064.551"],["11557.354","17742.940"],["11635.068","17710.322"],["11527.528","17630.153"],["11531.738","17658.312"],["11525.538","17657.965"],["11668.609","17830.357"],["9151.955","18920.967"],["9154.765","18906.154"],["9112.777","18987.664"],["9105.431","19044.870"],["9043.845","19058.630"],["9056.066","18969.620"],["9141.291","19089.321"],["9029.288","19090.232"],["9885.397","18258.888"],["9830.777","18343.350"],["9903.543","18425.548"],["9906.441","18330.671"],["9939.657","18330.164"],["10703.267","18188.402"],["10771.726","18162.401"],["10724.543","18097.695"],["10815.296","18127.304"],["5835.965","15990.854"],["5835.592","16112.043"],["5937.436","15975.608"],["5951.074","15958.391"],["21634.362","6381.722"],["6707.906","18026.462"],["6719.744","18010.446"],["6861.938","18041.060"],["7907.541","17541.762"],["6411.384","20729.720"],["9327.146","17200.032"],["9403.360","17213.099"],["9362.883","17396.238"],["9359.781","17352.005"],["9335.972","17296.615"],["9318.246","17339.847"],["9385.150","17396.947"],["9325.270","17388.139"],["13490.567","18681.732"],["13542.835","18828.202"],["11945.593","17000.249"],["7415.689","19268.434"],["7373.398","19144.043"],["7483.191","19200.360"],["7320.560","19306.514"],["7429.812","19128.486"],["7420.637","19170.713"],["7373.111","19226.850"],["7473.616","19213.832"],["7407.098","19295.824"],["7506.316","19250.500"],["7357.273","19284.738"],["7415.091","19308.539"],["7508.119","19266.709"],["7429.420","19304.232"],["17310.375","4169.973"],["17371.598","4185.939"],["17378.062","4199.220"],["17402.951","4221.635"],["17394.848","4244.865"],["17296.254","4248.652"],["17239.087","4228.610"],["17214.207","4214.360"],["17352.255","4142.013"],["17402.099","4273.577"],["17235.797","4170.956"],["17308.182","4157.888"],["17298.660","4142.969"],["17350.598","4120.720"],["17306.371","4111.043"],["17308.309","4125.041"],["10856.427","16798.911"],["10780.873","16907.487"],["10800.337","16837.670"],["10834.517","16927.869"],["10854.138","16902.388"],["10839.476","16852.482"],["10680.050","16875.233"],["10850.210","16958.726"],["10800.831","16943.940"],["10836.398","16960.915"],["10600.023","17702.298"],["10493.217","17731.306"],["10470.080","17786.412"],["10547.074","17628.401"],["12209.390","18308.108"],["12340.858","18454.787"],["12160.721","18400.543"],["12234.537","18415.175"],["12278.128","18429.833"],["12321.746","18413.796"],["12173.847","18265.416"],["12337.201","18286.007"],["12300.128","18361.630"],["12221.711","18397.695"],["12246.414","18344.802"],["12292.171","18366.074"],["12194.638","18357.321"],["12170.985","18325.499"],["12326.721","18311.960"],["6817.065","20625.414"],["6675.120","20656.395"],["6861.292","20622.331"],["6798.366","20615.972"],["8356.445","17565.753"],["8304.469","17586.325"],["9260.906","18896.181"],["9234.629","18950.918"],["9305.172","18995.834"],["9220.815","19045.888"],["9336.329","19077.902"],["9335.262","19064.820"],["9310.698","19099.873"],["8048.958","16371.535"],["13903.388","15583.315"],["13965.292","15640.156"],["13930.914","15691.039"],["13918.642","15629.175"],["13939.649","15711.165"],["13882.066","15553.479"],["13865.638","15537.567"],["13940.115","15562.946"],["13930.149","15535.188"],["13935.537","15557.079"],["13931.711","15514.678"],["14026.681","15544.592"],["13967.451","15717.943"],["14014.653","15677.798"],["13867.184","15558.184"],["13835.901","15599.043"],["13914.455","15633.826"],["13952.942","15626.428"],["13944.476","15667.803"],["13987.375","15613.700"],["13956.576","15612.125"],["14005.166","15625.128"],["14025.091","15530.237"],["13993.464","15536.686"],["14007.456","15554.082"],["14021.194","15562.483"],["13848.767","15532.427"],["14036.558","15588.898"],["14018.531","15632.362"],["14020.392","15667.291"],["9203.283","17853.389"],["20291.042","5379.147"],["8733.814","17636.549"],["12168.352","18839.284"],["12227.629","18870.019"],["12262.117","18883.875"],["12339.736","18678.066"],["12228.168","18693.234"],["12231.195","18710.311"],["6408.431","17016.765"],["6288.421","17061.325"],["12996.656","18496.136"],["13004.852","18662.893"],["13150.497","18584.133"],["13162.158","18524.744"],["13094.854","18579.767"],["13025.577","18609.131"],["13098.716","18627.565"],["13175.550","18644.097"],["13120.501","18676.120"],["13004.277","18578.041"],["11099.534","18595.425"],["8333.690","18804.558"],["8282.127","18699.513"],["8268.750","18679.107"],["6585.812","16617.379"],["6554.064","16647.929"],["6553.757","16740.854"],["6514.528","16710.821"],["6578.844","16725.116"],["13574.764","18396.829"],["12308.611","18847.333"],["17080.796","4695.548"],["17098.839","4672.735"],["17099.850","4706.932"],["11477.227","18198.015"],["11453.746","18229.004"],["11377.829","18223.826"],["11374.408","18245.891"],["11423.664","18203.900"],["11478.105","18194.470"],["11353.288","18218.779"],["11334.061","18248.507"],["11341.149","18067.704"],["11306.807","18096.342"],["6931.457","16459.084"],["7027.253","16547.680"],["13757.797","15442.423"],["13801.497","15445.181"],["13778.899","15446.800"],["14359.555","18288.246"],["14360.695","18376.596"],["14292.051","18448.577"],["14291.492","18366.281"],["14337.331","18365.753"],["9023.034","16840.543"],["21053.140","7145.100"],["21034.094","7104.241"],["10932.927","17009.718"],["10949.486","17018.420"],["10887.425","17040.674"],["10906.095","17040.083"],["10896.303","17024.578"],["10939.021","17004.078"],["11000.186","17034.786"],["11026.377","17054.715"],["11025.599","17023.822"],["11007.741","17021.914"],["11024.851","17004.636"],["11044.968","17016.983"],["11072.405","17019.054"],["11062.725","17061.601"],["11086.099","17004.427"],["10906.573","17158.056"],["10887.167","17089.190"],["10893.582","17080.245"],["10846.176","17075.099"],["10978.745","17178.422"],["10989.534","17195.262"],["7979.359","18511.478"],["8124.625","18472.919"],["8042.682","18522.066"],["8138.552","18554.433"],["17277.145","4639.022"],["17258.153","4637.487"],["17276.022","4671.982"],["17398.214","4617.727"],["7870.325","19614.376"],["7842.162","19535.986"],["7903.233","19558.587"],["7753.684","19611.672"],["7857.883","19559.640"],["8342.174","15768.055"],["8293.306","15730.539"],["8298.926","15834.194"],["5768.888","17623.876"],["13471.117","15343.844"],["13599.056","15436.014"],["13504.609","15327.745"],["13518.869","15365.780"],["13475.280","15408.890"],["13462.632","15483.638"],["13453.792","15413.651"],["13512.923","15467.330"],["13560.680","15493.921"],["13579.710","15480.758"],["13564.139","15454.663"],["6815.760","15538.597"],["6782.669","15552.733"],["6867.025","15587.112"],["6732.414","15591.357"],["6859.580","15522.456"],["6755.027","15679.408"],["9811.343","15928.140"],["9758.973","15914.277"],["9693.310","15815.303"],["9661.571","15914.853"],["9701.780","15894.814"],["9783.591","15864.944"],["9732.434","15868.332"],["9734.631","15860.354"],["9797.227","15814.740"],["9782.601","15787.630"],["11382.524","17566.626"],["6460.575","17415.549"],["6447.859","17492.132"],["6330.219","17487.562"],["6379.237","17542.447"],["6319.987","17506.190"],["6447.808","17597.126"],["6437.792","17466.035"],["6034.289","15869.368"],["6033.869","15849.681"],["5925.306","15921.552"],["10040.487","16904.469"],["8860.749","16175.689"],["8843.718","16153.762"],["8933.065","16179.909"],["6923.408","20425.920"],["12266.739","17816.003"],["12304.939","17770.928"],["12312.982","17758.145"],["12207.989","17830.834"],["12245.208","17781.254"],["12167.077","17792.128"],["12146.525","17689.814"],["12147.479","17696.933"],["12193.269","17781.755"],["20137.150","7826.096"],["6519.907","15766.424"],["6525.922","15765.410"],["6656.873","15861.095"],["6505.056","15921.942"],["6545.746","15783.351"],["6596.110","15740.732"],["6579.703","15912.935"],["6510.102","15739.486"],["15146.938","16268.061"],["15128.228","16225.720"],["11025.825","16720.301"],["11064.064","16710.564"],["11061.184","16672.480"],["11023.545","16706.064"],["11044.119","16699.146"],["10913.001","16629.026"],["10973.165","16583.926"],["10923.513","16667.888"],["10937.455","16767.756"],["10925.293","16761.453"],["10914.077","16576.169"],["10922.903","16581.182"],["8399.553","16792.140"],["8387.668","16826.470"],["13520.901","16008.124"],["13454.444","16005.182"],["13582.125","16024.089"],["13588.588","16037.370"],["13613.477","16059.785"],["13605.374","16083.015"],["13452.828","15961.401"],["13506.780","16086.802"],["13449.614","16066.760"],["13424.734","16052.510"],["13612.625","16111.727"],["8740.284","15810.795"],["8608.935","15758.772"],["8745.110","15726.352"],["8985.610","15381.499"],["7572.903","15851.623"],["7662.508","15888.303"],["19847.944","6606.350"],["8815.803","15304.731"],["8824.613","15341.139"],["8847.252","15330.726"],["8867.026","15506.039"],["8878.158","15493.222"],["14273.266","17401.027"],["14287.217","17235.362"],["14344.464","17240.402"],["11454.382","17535.329"],["11454.908","17518.599"],["11394.235","17433.072"],["11357.689","17518.374"],["11497.037","17427.764"],["11461.556","17470.875"],["11409.732","17440.032"],["11510.967","17506.581"],["11439.065","17483.233"],["6392.764","15375.502"],["6410.990","15349.488"],["6389.804","15380.622"],["6422.551","15379.384"],["6428.571","15323.064"],["6373.831","15484.165"],["6425.658","15480.558"],["6347.289","15434.437"],["6369.813","15411.905"],["6380.385","15436.698"],["6358.454","15379.076"],["6404.281","15303.096"],["6371.906","15336.477"],["6310.333","15300.362"],["6295.227","15388.991"],["6270.318","15447.242"],["6275.573","15475.041"],["6254.637","15309.173"],["9999.655","16932.275"],["9997.938","16900.902"],["9933.231","16972.386"],["9890.805","16910.826"],["9962.467","16976.871"],["10028.203","16801.268"],["9345.204","16052.108"],["9334.581","16100.322"],["10332.515","18828.843"],["10271.381","18747.129"],["10298.410","18778.340"],["10353.522","18741.828"],["10378.948","18806.433"],["8758.098","15081.160"],["8751.090","15056.001"],["9315.491","18316.166"],["9209.199","18377.049"],["9243.367","18464.396"],["9355.871","18287.158"],["9297.358","18370.953"],["9240.864","18275.635"],["6695.848","15872.699"],["9700.052","15485.768"],["13018.338","16734.137"],["13003.369","16738.850"],["13191.322","16717.430"],["13183.382","16730.903"],["13125.244","16569.758"],["13112.744","16586.368"],["13070.741","16580.150"],["13062.460","16598.506"],["12996.429","16572.813"],["13015.324","16606.247"],["9750.279","16130.185"],["9719.180","16001.200"],["9723.823","16102.805"],["9785.863","16044.530"],["9663.951","16135.494"],["9631.526","15978.839"],["8616.605","15473.442"],["8625.099","15452.680"],["8646.461","15505.086"],["8684.506","15465.981"],["8720.308","15460.991"],["8658.397","15408.946"],["8753.553","15433.596"],["8642.314","15437.473"],["9336.486","16917.476"],["9304.961","16920.935"],["9236.497","16975.330"],["9220.045","16964.798"],["7433.185","19090.026"],["7414.073","18982.059"],["7439.002","19040.179"],["7468.380","18943.674"],["7513.374","18961.625"],["7344.455","18988.816"],["8156.389","19578.264"],["8222.783","19571.623"],["10394.128","18257.346"],["10383.464","18319.196"],["10431.461","18270.818"],["8778.618","15663.011"],["8805.793","15560.054"],["8797.413","15510.069"],["8847.091","15517.028"],["8870.446","15537.765"],["8809.121","15522.313"],["8866.747","15685.688"],["13910.654","18649.545"],["13915.541","18607.634"],["8144.774","19262.401"],["9570.252","17227.755"],["9428.806","17283.563"],["9554.115","17305.297"],["9505.375","17266.933"],["9514.028","17393.404"],["6524.934","18468.995"],["6483.939","18671.053"],["6588.709","18609.893"],["6632.387","18618.180"],["6621.469","18583.033"],["6536.886","18466.597"],["6630.479","18470.050"],["7352.448","15922.249"],["6736.756","17466.309"],["6679.160","17538.070"],["6774.344","17480.061"],["6848.749","17565.727"],["6854.599","17501.702"],["6775.041","17458.877"],["6812.280","17619.648"],["6861.155","17459.328"],["12917.750","18009.376"],["12966.681","18017.419"],["12975.151","17997.799"],["12949.573","17852.117"],["12971.481","17920.391"],["12965.559","17927.427"],["12891.726","17956.575"],["12952.549","17882.521"],["12792.782","17970.651"],["12950.260","17850.282"],["12926.879","18011.159"],["10739.460","18372.261"],["10684.313","18395.903"],["10824.232","18365.904"],["10864.050","18430.318"],["9203.071","17670.793"],["9323.139","17760.509"],["7182.355","15847.379"],["6472.801","17617.352"],["6587.363","17585.712"],["6620.981","17611.327"],["6634.396","17574.832"],["6565.854","17620.753"],["6508.357","17430.205"],["6563.642","17583.275"],["6497.009","17559.193"],["6601.287","17544.031"],["6661.658","17618.135"],["6666.935","17551.876"],["6669.939","17497.642"],["10490.804","17421.238"],["10620.065","17554.955"],["12065.310","16927.281"],["12049.314","16970.758"],["12023.443","16948.109"],["12015.060","16918.064"],["12047.389","16919.046"],["12107.248","16972.486"],["12048.456","16948.944"],["11999.012","16955.430"],["11964.086","16947.591"],["11987.039","16951.128"],["11992.782","16971.084"],["12026.067","16930.046"],["12011.427","16901.634"],["12055.311","16908.620"],["12066.663","16948.065"],["12117.393","16954.933"],["12113.537","16982.457"],["12038.108","16832.626"],["11968.652","16967.589"],["7709.854","16625.715"],["7684.697","16621.182"],["7681.757","16659.919"],["7719.499","16608.214"],["7684.996","16591.591"],["14103.002","16769.718"],["14164.088","16767.670"],["14164.581","16772.806"],["14109.882","16760.908"],["14145.474","16722.824"],["14098.747","16738.365"],["8370.533","18849.160"],["8371.161","18743.659"],["8404.243","18808.972"],["8405.590","18730.975"],["4481.212","17727.287"],["14255.954","18660.070"],["14308.478","18662.393"],["9330.349","18715.293"],["9387.421","18752.388"],["9402.592","18735.800"],["9226.400","18836.028"],["9246.503","18706.739"],["12193.656","16766.854"],["12271.123","16755.860"],["12227.985","16722.813"],["12234.065","16704.451"],["12262.697","16733.524"],["12197.365","16734.460"],["8854.048","18485.983"],["8863.491","18519.629"],["8845.866","18582.067"],["8830.586","18560.647"],["8853.108","18646.222"],["8871.813","18493.992"],["8846.886","18594.421"],["8822.889","18572.274"],["8805.060","18647.071"],["8858.958","18597.608"],["8844.717","18482.434"],["8891.003","18652.361"],["8795.589","18650.544"],["8975.401","18513.367"],["8927.424","18642.163"],["21320.750","6575.548"],["8809.838","16174.427"],["8787.748","16148.999"],["7069.968","18652.427"],["7046.211","18611.425"],["6901.889","18555.945"],["6991.967","18621.927"],["6995.237","18645.819"],["13302.924","17513.016"],["13317.677","17464.031"],["13352.901","17488.855"],["13365.452","17550.754"],["13016.229","16059.088"],["13052.151","16048.052"],["13073.051","16081.722"],["13072.045","16131.288"],["13120.380","16083.831"],["13181.465","16051.954"],["13040.915","16134.483"],["13009.120","16134.990"],["13091.227","16128.095"],["13173.951","16111.599"],["13145.709","16119.123"],["13110.738","16047.706"],["13165.850","16097.997"],["13175.140","16042.300"],["13194.628","16054.919"],["10410.749","18189.497"],["10288.790","18069.682"],["10291.125","18196.941"],["10324.293","18222.009"],["6725.312","16696.846"],["13540.329","15812.131"],["13554.129","15889.325"],["13472.307","15819.880"],["13452.168","15834.628"],["13427.314","15774.302"],["13604.644","15894.531"],["13610.099","15879.233"],["13597.278","15917.769"],["13562.348","15826.583"],["13521.254","15838.759"],["13582.293","15762.938"],["13572.233","15799.099"],["13532.754","15755.763"],["13618.100","15736.911"],["13607.640","15726.841"],["13454.809","15818.099"],["13447.493","15808.780"],["13430.463","15826.686"],["20796.252","7040.320"],["14511.319","16361.614"],["14574.223","16422.644"],["10035.364","18931.084"],["10000.132","18943.050"],["9934.105","18902.809"],["9933.505","19022.781"],["9851.731","19047.140"],["9858.316","18927.199"],["9933.665","19012.004"],["14440.014","15348.112"],["14447.146","15395.659"],["8783.613","18855.751"],["8828.997","18737.147"],["8873.366","18792.043"],["8858.312","18804.006"],["8840.455","18753.066"],["8953.600","18794.931"],["8942.320","18834.509"],["8914.692","18860.665"],["8884.553","18736.657"],["8953.197","18850.150"],["8825.823","18807.530"],["10247.539","18314.512"],["10141.789","18393.824"],["10160.991","18333.072"],["8585.214","18918.313"],["8592.250","18899.860"],["8655.718","18901.487"],["8646.222","18923.456"],["8777.035","19035.159"],["7315.240","18518.748"],["7439.459","18530.293"],["7416.579","18477.385"],["14266.249","18985.679"],["14370.414","18923.163"],["14311.532","18927.853"],["12293.955","17410.713"],["12221.836","17506.117"],["12297.165","17501.229"],["12168.792","17454.941"],["8655.229","16792.200"],["8702.031","16789.999"],["8728.352","16835.426"],["8662.409","16934.075"],["8643.389","16857.598"],["10041.696","19040.136"],["10149.667","19051.744"],["10089.891","18984.514"],["10125.863","19091.197"],["10236.340","18988.521"],["10184.032","18949.379"],["5771.617","17397.323"],["5823.690","17309.277"],["5806.082","17338.207"],["5811.652","17408.517"],["5781.261","17381.255"],["5824.788","17317.738"],["7910.984","18957.173"],["7920.834","18999.138"],["7813.725","19005.405"],["7918.365","19025.295"],["7775.700","19044.684"],["7850.748","19035.020"],["7838.552","19060.279"],["7730.704","19017.871"],["7866.716","19091.527"],["7708.970","16099.104"],["7697.513","15943.329"],["11359.577","17025.405"],["11343.753","17050.332"],["11345.297","17104.914"],["11400.407","17023.243"],["11396.043","17047.044"],["11422.848","17194.052"],["11391.387","17021.020"],["11407.708","17000.282"],["11464.717","17192.464"],["17012.774","4452.834"],["17013.432","4512.587"],["8674.939","16026.499"],["8770.763","16101.030"],["13124.026","17138.984"],["13151.904","17189.983"],["13122.529","17143.344"],["8247.186","16157.454"],["6971.262","17652.503"],["6948.688","17645.025"],["6933.572","17646.736"],["6885.357","17639.400"],["6998.501","17831.766"],["6971.099","17766.204"],["6959.160","17793.523"],["7064.286","17747.788"],["7076.016","17655.308"],["6943.160","17738.993"],["6887.583","17815.818"],["6940.964","17684.884"],["6977.982","17718.553"],["6996.093","17688.553"],["7012.770","17658.276"],["7066.000","17628.238"],["13178.335","18293.743"],["13106.658","18294.124"],["13085.392","18302.877"],["13034.657","18265.864"],["13039.905","18357.000"],["13037.487","18377.231"],["13036.484","18337.925"],["13066.917","18267.300"],["13193.401","18338.274"],["13159.586","18436.101"],["13127.152","18408.652"],["13151.955","18432.418"],["6658.689","18142.275"],["7981.114","19832.654"],["8138.132","19860.178"],["19401.752","5516.946"],["14066.030","17687.618"],["14061.276","17684.712"],["14043.266","17743.556"],["14206.531","17725.879"],["14205.277","17698.135"],["20489.003","7595.169"],["7818.267","18451.857"],["7744.015","18392.239"],["7912.582","18438.678"],["7846.175","18344.837"],["7802.943","18281.582"],["7784.243","18261.037"],["7862.073","18433.562"],["7773.791","18356.597"],["7843.213","18418.783"],["7731.868","18291.539"],["7725.854","18457.295"],["7736.651","18462.443"],["7819.199","18390.391"],["7784.321","18397.801"],["8172.231","19138.111"],["8282.934","19289.019"],["8207.926","19102.565"],["8283.600","19193.302"],["9116.390","19189.267"],["9158.780","19296.362"],["20560.047","6835.652"],["8124.594","18026.242"],["11816.922","18989.357"],["11839.708","18931.594"],["11764.727","18945.353"],["11758.296","18928.177"],["11775.412","18987.999"],["11852.338","19001.068"],["11468.871","19074.751"],["11465.467","19018.478"],["11448.066","18948.239"],["11510.082","19025.328"],["9121.425","15001.618"],["14981.803","16585.804"],["12112.227","19262.466"],["12104.513","19213.499"],["12139.859","19246.645"],["11993.668","19181.375"],["12095.560","19107.684"],["13916.511","17992.767"],["13940.188","18037.326"],["14028.204","17914.961"],["14012.546","17979.701"],["13939.326","17853.933"],["13956.826","17870.630"],["13837.219","17990.516"],["13841.463","18016.379"],["6405.296","16305.492"],["6365.579","16300.877"],["6392.704","16346.644"],["6366.412","16287.373"],["15173.708","16426.897"],["15155.716","16462.220"],["13360.086","17928.978"],["13401.021","17952.042"],["5883.066","17928.916"],["7869.477","19109.139"],["7922.309","19112.907"],["7878.657","19216.243"],["7931.691","19180.691"],["7725.993","19275.686"],["7741.662","19307.346"],["7854.647","19168.473"],["7825.907","19127.185"],["7811.325","19152.143"],["7835.512","19181.831"],["7805.085","19107.079"],["14102.400","18901.599"],["14152.944","18994.125"],["14108.618","18995.579"],["14172.779","19004.166"],["14047.194","18964.339"],["14050.845","18958.295"],["14236.319","18903.146"],["9097.530","15307.342"],["9196.629","15320.197"],["9041.709","15316.291"],["12287.615","18153.121"],["12327.039","18138.141"],["12328.207","18131.519"],["12177.390","18202.380"],["12326.968","18227.567"],["12216.564","18176.782"],["12179.689","18209.879"],["12231.705","18236.617"],["12301.260","18193.185"],["12214.996","18107.253"],["12259.535","18150.638"],["12274.141","18112.620"],["14522.898","17204.290"],["14560.181","17246.819"],["14572.086","17197.623"],["14473.593","17260.740"],["9250.716","19233.449"],["9256.450","19275.669"],["17469.772","4542.675"],["14146.346","18482.059"],["14108.320","18606.848"],["14119.060","18579.069"],["14074.362","18549.291"],["14041.533","18495.501"],["13678.863","17357.522"],["13671.471","17350.030"],["13682.342","17327.338"],["13621.040","17335.718"],["14305.443","18120.568"],["14261.479","18086.597"],["14292.070","18241.672"],["14314.653","18245.125"],["14319.263","18069.813"],["14267.409","18048.354"],["9653.934","15699.554"],["9751.125","15646.592"],["9784.341","15622.671"],["5839.894","17557.044"],["5834.951","17433.355"],["5909.998","17475.080"],["5950.201","17455.007"],["5921.806","17474.317"],["5935.024","17548.732"],["5976.072","17489.742"],["5897.065","17578.606"],["5905.803","17517.335"],["5991.605","17594.516"],["5910.478","17599.141"],["5861.609","17613.978"],["5859.561","17558.251"],["5964.953","17481.433"],["5931.721","17449.885"],["5888.926","17454.038"],["5943.481","17606.762"],["5909.362","17609.250"],["5985.597","17557.902"],["14277.843","17732.730"],["14297.744","17689.922"],["14354.570","17736.049"],["14254.097","17773.708"],["7671.028","18475.887"],["12260.366","17683.184"],["12330.317","17701.565"],["12261.732","17686.900"],["8899.752","16011.324"],["9385.210","16992.594"],["9382.167","17166.708"],["14359.383","18831.691"],["6456.710","17363.146"],["6388.179","17380.140"],["14703.690","16365.698"],["14773.682","16557.517"],["14869.913","16544.325"],["10280.750","18647.346"],["8288.389","15653.474"],["8334.698","15657.920"],["8252.815","15621.960"],["8254.595","15644.367"],["8192.165","15645.066"],["8348.381","15558.958"],["12863.641","16836.729"],["12786.597","16803.129"],["12818.813","16867.617"],["12905.910","16814.540"],["12917.354","16900.426"],["6954.196","16279.518"],["7014.840","16329.567"],["7715.204","19990.832"],["11694.628","18173.639"],["11679.820","18116.869"],["11674.228","18149.074"],["11692.830","18154.458"],["11576.643","18199.333"],["11613.255","18200.125"],["11562.211","18137.933"],["11664.680","18050.893"],["11680.305","18046.434"],["11561.940","18091.798"],["6256.632","20514.597"],["6406.892","20558.442"],["10178.080","18661.154"],["7338.725","16721.559"],["6681.707","16987.371"],["6741.824","17085.378"],["6773.945","17128.830"],["6794.257","17073.817"],["6760.376","16988.879"],["6759.914","17050.746"],["6750.267","17116.195"],["6759.280","17024.403"],["6862.892","17125.290"],["6817.166","17105.170"],["6687.108","17122.081"],["6866.721","17094.156"],["6877.289","17154.680"],["13990.562","15975.649"],["13838.202","15959.194"],["13856.359","15996.585"],["13872.165","15990.722"],["13885.200","16051.090"],["13936.792","15996.489"],["13980.163","16072.844"],["14036.695","16055.145"],["14028.570","16015.244"],["13997.139","16018.184"],["13992.616","15994.649"],["14006.597","16027.383"],["13933.753","15939.473"],["13921.082","15937.153"],["13890.276","15942.801"],["13912.134","15978.953"],["13872.059","16099.722"],["13862.434","17433.705"],["13875.952","17483.017"],["13863.869","17425.594"],["13936.989","17475.142"],["13981.100","17464.605"],["13844.610","17440.644"],["19591.838","5594.634"],["13191.461","18081.846"],["13005.611","18142.282"],["13040.097","18247.758"],["13174.766","18233.709"],["13131.230","18128.152"],["13038.107","18156.561"],["13083.704","18172.920"],["13069.099","18245.620"],["13019.130","18117.813"],["13133.159","18120.166"],["13086.761","18155.476"],["13066.810","18107.565"],["5660.919","15704.287"],["5799.166","15690.646"],["5742.963","15673.539"],["5728.399","15600.944"],["5739.644","15634.878"],["5792.692","15691.965"],["5808.952","15677.144"],["5812.107","15674.181"],["5719.332","15522.468"],["9114.059","19324.674"],["9087.917","19376.282"],["7146.844","19159.385"],["7163.011","19113.912"],["7201.241","19251.302"],["7119.382","19280.051"],["7242.652","19207.146"],["7176.541","19220.412"],["14186.141","18094.956"],["14169.986","18249.294"],["14241.085","18186.915"],["14224.407","18154.165"],["14118.707","18068.151"],["14128.711","18231.762"],["14215.838","18216.742"],["14213.780","18139.518"],["14250.392","18115.026"],["14248.698","18169.923"],["14152.330","18127.494"],["14044.271","18061.896"],["14161.261","18109.724"],["14161.113","18127.362"],["14190.863","18252.139"],["14125.929","18252.040"],["7489.518","19900.602"],["7479.920","19826.809"],["7504.066","19756.621"],["7465.618","19750.941"],["7427.099","19757.078"],["7499.388","19866.172"],["12154.152","17920.405"],["12204.700","17867.614"],["12173.285","17922.537"],["7861.904","14986.632"],["7834.798","14935.922"],["11931.602","17619.533"],["11900.333","17602.535"],["11870.909","17557.382"],["11822.341","17649.573"],["11769.130","17522.805"],["11784.184","17559.505"],["13919.769","18359.696"],["13978.231","18286.560"],["13987.112","18284.991"],["13973.842","18293.727"],["13908.010","18379.894"],["13831.130","18285.190"],["13934.271","18261.805"],["6192.608","15145.881"],["6174.309","15108.630"],["6186.969","15085.258"],["6209.867","15124.695"],["6217.129","15154.048"],["6234.227","15243.772"],["6239.832","15271.382"],["6075.690","15122.763"],["6220.509","15282.385"],["6169.902","15205.665"],["6200.395","15176.805"],["6221.282","15187.144"],["8333.527","17927.265"],["6482.959","15454.767"],["6526.872","15469.100"],["6506.874","15422.116"],["6535.610","15414.650"],["6482.462","15340.003"],["6514.874","15410.697"],["12568.594","16556.343"],["12599.125","16557.930"],["12614.720","16507.540"],["12613.787","16416.889"],["12639.343","16408.305"],["12736.483","16376.916"],["12702.249","16445.174"],["12754.353","16438.909"],["12708.951","16489.246"],["12628.865","16523.382"],["13170.004","17415.469"],["13047.632","17420.692"],["13060.543","17412.781"],["7255.154","18703.470"],["7210.043","18777.360"],["7296.997","18745.108"],["7282.410","18788.163"],["7254.946","18881.487"],["7280.538","18722.339"],["12662.245","16651.845"],["12639.724","16644.606"],["12723.001","16610.022"],["12717.634","16735.709"],["12700.574","16700.212"],["12650.439","16701.936"],["12750.774","16609.274"],["12760.043","16616.853"],["12588.491","16761.840"],["14663.805","16887.576"],["14672.634","16807.453"],["14638.262","16829.142"],["14516.743","16964.239"],["14504.931","16889.129"],["14526.181","16919.286"],["11679.467","19154.203"],["11592.632","19108.869"],["11522.504","19169.366"],["11561.139","19113.099"],["7801.396","19650.357"],["7921.973","19712.533"],["7771.431","19655.882"],["12143.282","18417.618"],["12107.789","18449.972"],["12130.042","18465.050"],["12116.062","18283.882"],["12089.713","18285.996"],["12071.844","18297.021"],["12052.255","18288.103"],["12087.370","18283.297"],["11959.017","18333.060"],["7138.475","18729.002"],["7188.253","18720.515"],["7109.944","18709.174"],["7102.884","18787.990"],["7169.719","18839.578"],["10384.233","17047.061"],["10410.485","17021.310"],["10334.881","17030.799"],["10408.453","17012.759"],["10320.145","17086.372"],["10409.766","17063.983"],["10369.505","17025.365"],["10377.840","16992.061"],["10278.350","17028.523"],["10255.591","17072.511"],["10301.472","17175.480"],["10325.047","17136.675"],["10384.750","17162.756"],["10837.067","16983.872"],["10729.553","16974.345"],["10761.176","16956.905"],["10772.093","16971.331"],["12543.986","17408.444"],["12483.509","17402.994"],["12545.184","17376.606"],["12552.601","17401.743"],["12509.608","17404.914"],["8316.930","18609.788"],["8222.439","18482.193"],["8331.610","18544.385"],["8285.666","18669.531"],["7954.187","19611.600"],["8054.433","19567.456"],["8027.731","19547.727"],["8071.032","19606.237"],["7992.525","19629.739"],["7122.597","17666.703"],["7126.485","17701.194"],["7130.634","17677.096"],["7184.705","17776.846"],["13393.301","15739.987"],["9100.208","18486.215"],["9098.378","18575.317"],["9144.300","18612.320"],["8994.247","18555.418"],["9149.067","18570.581"],["9030.981","18514.273"],["9015.170","18599.967"],["9105.264","18610.918"],["6281.678","16405.018"],["13622.531","16131.914"],["11696.249","17235.438"],["11556.245","17247.477"],["11525.343","17235.448"],["11524.530","17256.499"],["11591.649","17243.203"],["11611.038","17227.353"],["11539.255","17233.661"],["11551.032","17218.544"],["11513.459","17229.505"],["11652.390","17242.976"],["11697.857","17276.361"],["11713.622","17245.769"],["11599.898","17208.367"],["11620.891","17267.586"],["11668.605","17295.778"],["11657.959","17242.770"],["11705.004","17300.966"],["11673.382","17219.506"],["11702.212","17257.050"],["11662.497","17230.042"],["11572.509","17226.840"],["11551.247","17345.572"],["11542.748","17379.777"],["11540.320","17408.927"],["11550.753","17409.182"],["11569.641","17380.388"],["11570.453","17293.377"],["11541.512","17367.426"],["12558.834","18733.675"],["12552.782","18742.015"],["12544.799","18758.575"],["12458.478","18778.084"],["12507.241","18742.891"],["12453.984","18733.923"],["12535.127","18695.268"],["12534.715","18712.775"],["12477.924","18685.779"],["12476.476","18716.382"],["13250.857","17658.497"],["13215.442","17627.594"],["13202.992","17655.142"],["13404.115","17818.267"],["13402.783","17792.008"],["13354.081","17749.125"],["13320.364","17704.732"],["13347.601","17777.002"],["13295.901","17806.278"],["13303.960","17761.588"],["13259.511","17692.331"],["13254.116","17742.984"],["13224.676","17788.797"],["13377.822","17660.100"],["9366.487","17530.574"],["9251.751","17424.212"],["5507.340","15378.314"],["5510.659","15406.521"],["5582.685","15299.542"],["11482.734","19256.071"],["9864.037","15842.651"],["9850.426","15831.870"],["9854.505","15914.244"],["9870.539","15886.187"],["13012.162","17463.204"],["13037.217","17604.932"],["13113.005","17490.786"],["13130.489","17516.054"],["13122.249","17498.795"],["20443.633","7020.442"],["20383.236","6894.839"],["20541.120","6966.406"],["20563.785","6896.943"],["13792.701","18692.065"],["13659.600","18751.984"],["13661.557","18712.661"],["13651.816","18884.866"],["13669.003","18870.894"],["13634.546","18876.294"],["20276.703","6514.281"],["20177.723","6589.012"],["20336.567","6481.719"],["8706.373","16247.312"],["8746.642","16203.639"],["19692.818","5509.065"],["10597.385","16567.488"],["9765.167","16445.595"],["7143.855","18895.835"],["7098.998","18952.100"],["7256.693","19096.788"],["7151.778","18899.344"],["7176.384","19097.073"],["7155.997","19068.958"],["6639.536","18256.713"],["6666.898","18331.692"],["6507.916","18354.171"],["6564.504","18300.650"],["6639.888","18362.950"],["6621.653","18337.825"],["8540.630","16782.809"],["8524.172","16829.249"],["9295.389","15272.456"],["13044.565","16158.753"],["13066.235","16161.404"],["13134.240","16158.051"],["13122.654","16178.259"],["13171.527","16201.663"],["12989.459","16221.132"],["13132.024","16190.578"],["13182.026","16162.450"],["9430.739","16463.652"],["9123.475","18296.627"],["8453.209","15689.711"],["8410.491","15661.588"],["8395.641","15616.350"],["8554.414","15547.986"],["8398.355","15715.387"],["10046.120","18065.260"],["10125.724","18202.832"],["14705.665","15910.904"],["14797.394","15728.612"],["14762.627","15773.882"],["14710.684","15862.539"],["7394.771","18517.351"],["7306.597","18603.585"],["7477.116","18648.184"],["7426.850","18617.864"],["7398.155","18623.922"],["5817.237","16374.371"],["10757.447","18646.733"],["10865.300","18631.074"],["10768.282","18644.770"],["14455.459","16232.609"],["14459.160","16256.028"],["12594.405","18035.663"],["12571.277","17972.226"],["12587.193","17959.186"],["12656.503","18007.046"],["12620.319","17991.109"],["12607.238","17918.763"],["7689.704","18952.407"],["7718.036","19083.768"],["7651.580","18981.597"],["7528.634","19032.557"],["7601.661","18997.024"],["7660.726","19022.552"],["7578.118","19089.374"],["13974.793","19009.922"],["13966.651","18938.361"],["6111.050","17225.668"],["6113.155","17264.661"],["6136.889","17271.324"],["6708.480","17942.426"],["6724.846","17902.271"],["9584.486","15697.454"],["7157.431","16323.737"],["7296.676","16159.384"],["7101.815","16229.144"],["20468.555","6036.602"],["20491.172","6139.943"],["11244.026","17008.402"],["11231.674","17004.687"],["11280.515","17015.017"],["11294.374","17040.755"],["11232.022","17137.355"],["11299.830","17108.796"],["11267.796","17100.373"],["11155.706","17046.040"],["11209.676","17048.337"],["11194.279","17041.231"],["11179.722","17060.702"],["11121.058","17008.053"],["11114.807","16994.699"],["11103.961","17055.445"],["11118.299","17068.603"],["11124.361","17058.184"],["11149.654","17038.284"],["11163.524","17038.514"],["11136.318","17020.438"],["11299.332","16988.478"],["11167.710","17168.879"],["7113.214","18282.318"],["7147.206","18259.498"],["7117.819","18391.031"],["7128.647","18378.701"],["7109.738","18326.146"],["7257.047","18461.518"],["7200.466","18274.627"],["7277.475","18390.908"],["7241.934","18357.310"],["7172.386","18431.825"],["7190.709","18442.923"],["7248.050","18360.684"],["7278.736","18349.986"],["7236.285","18313.965"],["7268.072","18294.051"],["7234.555","18267.470"],["14518.656","17850.458"],["14489.493","18017.953"],["14565.874","17881.620"],["14523.408","18002.263"],["14470.036","17950.702"],["9015.360","16730.549"],["5881.550","18225.438"],["5858.366","18165.193"],["5872.950","18245.313"],["10914.194","18303.783"],["10937.368","18402.922"],["11027.661","18369.568"],["11080.624","18317.746"],["10983.463","18301.882"],["10964.253","18301.123"],["5083.788","18873.857"],["11853.175","18549.935"],["11802.833","18574.437"],["11820.678","18582.315"],["11763.984","18597.112"],["11774.811","18478.818"],["11775.896","18539.941"],["11741.342","18625.743"],["11728.777","18569.607"],["11845.952","18486.262"],["11810.804","18558.070"],["11800.754","18520.779"],["11835.698","18606.054"],["11877.025","18571.358"],["11922.419","18673.274"],["7979.303","19290.215"],["7964.822","19155.832"],["8136.912","19234.379"],["8072.105","19227.806"],["8094.778","19139.284"],["8104.533","19218.234"],["7940.527","19102.644"],["7935.636","19278.079"],["8019.002","19154.778"],["7959.838","19144.195"],["8193.370","18913.127"],["8231.030","18940.480"],["8276.661","19088.465"],["8152.762","18971.470"],["8285.882","19000.780"],["8131.907","16233.002"],["12392.045","16824.539"],["12410.750","16809.439"],["12522.578","16784.940"],["12543.988","16818.922"],["12443.825","16821.489"],["12497.822","16811.457"],["12502.886","16779.000"],["12466.776","16796.142"],["12459.861","16812.103"],["12524.829","16795.340"],["12558.789","16824.154"],["12470.839","16985.407"],["12438.302","16845.181"],["12435.275","16931.329"],["12507.509","16862.006"],["12470.432","16780.481"],["12372.193","16900.626"],["12372.368","16979.048"],["12392.628","16906.317"],["14182.041","17584.468"],["14176.844","17558.027"],["14105.857","17605.971"],["14076.517","17547.493"],["14091.879","17498.740"],["14047.455","17499.235"],["14217.263","17453.975"],["14050.516","17489.935"],["14181.046","17508.476"],["14182.444","17496.437"],["14206.375","17495.974"],["14074.149","17470.370"],["14128.071","17434.572"],["6443.814","16108.769"],["9922.069","17030.049"],["9873.060","17027.126"],["9885.596","17095.273"],["9896.749","17171.622"],["9931.967","17062.435"],["9989.501","17110.869"],["13560.130","16771.136"],["13517.021","16744.051"],["5929.347","15128.195"],["5944.281","15095.644"],["5955.797","15119.884"],["7471.282","17949.756"],["7455.478","18025.462"],["7317.263","17951.900"],["7416.111","18007.985"],["7467.205","17863.293"],["8508.007","19431.027"],["8546.534","19342.222"],["8482.486","19344.357"],["8388.481","19423.878"],["8400.352","19346.688"],["8415.978","19397.426"],["8476.850","19481.216"],["8454.720","19495.038"],["8426.119","19383.272"],["8400.495","19505.066"],["7280.881","19398.049"],["7289.463","19364.937"],["8851.249","17552.730"],["8948.880","17542.280"],["8850.719","17565.803"],["8897.104","17596.485"],["8813.516","17476.586"],["8877.034","17606.761"],["23817.935","5782.340"],["19931.279","6107.138"],["19818.917","6021.509"],["19847.108","6051.104"],["7160.531","15936.186"],["7169.859","16104.529"],["7141.097","16067.025"],["12152.170","17089.182"],["12153.066","17063.476"],["12184.374","16994.097"],["12215.317","17004.839"],["12149.378","17036.480"],["12339.828","17067.208"],["12301.082","17061.339"],["12295.914","17015.459"],["12285.937","17161.998"],["12282.997","17145.270"],["12264.035","17135.169"],["12235.282","17134.091"],["12204.278","17126.356"],["12230.367","17158.563"],["12261.152","17157.596"],["14719.803","15674.933"],["7583.198","19777.112"],["7618.292","19855.236"],["7590.158","19943.417"],["7648.241","19933.064"],["7632.954","19776.753"],["8129.270","15875.007"],["8126.872","15892.289"],["8096.928","15921.518"],["7275.613","16899.333"],["7299.958","16939.449"],["7288.506","16857.095"],["7549.486","17709.359"],["7562.745","17683.902"],["7583.713","17687.427"],["7606.840","17718.467"],["7592.529","17729.352"],["7548.014","17681.065"],["8702.529","15096.328"],["6007.652","16450.323"],["6004.919","16455.896"],["5923.333","16462.692"],["5929.925","16468.896"],["5945.606","16445.341"],["5986.408","16470.226"],["5968.510","16430.899"],["5869.619","16405.937"],["5874.192","16469.901"],["5998.880","16405.272"],["6002.894","16433.982"],["6015.844","16454.252"],["8186.577","16050.491"],["8286.139","16001.794"],["8255.899","15978.996"],["13780.742","17876.820"],["13726.505","17991.429"],["13770.967","17952.982"],["13710.688","17991.859"],["13791.174","17890.364"],["13785.121","17957.862"],["13770.213","18037.221"],["13743.453","17953.803"],["11840.036","16986.801"],["13374.704","15515.032"],["13391.966","15599.106"],["13395.005","15617.136"],["13381.630","15609.493"],["13535.672","17622.523"],["13604.292","17701.838"],["13598.289","17674.819"],["13549.687","17642.367"],["9139.105","14773.784"],["9076.224","14812.523"],["9057.672","14807.683"],["13499.320","17355.020"],["13591.503","17371.173"],["13618.885","17327.675"],["13591.616","17324.356"],["12846.581","17087.001"],["12809.377","17053.640"],["12810.051","17005.068"],["12873.212","17130.593"],["12934.363","17158.867"],["12924.330","17115.432"],["6861.487","15490.882"],["6863.881","15481.749"],["13435.596","17860.230"],["13425.250","17906.286"],["13479.250","17873.986"],["13576.438","17883.747"],["13493.806","17849.709"],["13433.850","17937.641"],["13438.636","17950.903"],["6160.131","15012.505"],["6224.999","15014.421"],["6179.243","15032.852"],["6236.200","15013.513"],["6187.226","15056.849"],["6214.641","15081.457"],["6061.863","15083.462"],["6154.965","14990.947"],["6176.380","14985.579"],["6049.316","14931.963"],["6138.090","15010.897"],["7763.248","16451.398"],["7778.857","16491.017"],["7731.843","16390.732"],["7807.629","16440.679"],["11930.467","17640.590"],["11764.947","17688.466"],["11784.289","17671.769"],["11805.654","17752.347"],["11737.820","17810.258"],["14100.223","16821.592"],["14101.275","16842.963"],["14175.469","16843.723"],["14042.355","16909.061"],["14065.755","16915.039"],["14116.354","16942.144"],["11976.999","17239.874"],["11999.235","17237.892"],["12006.814","17224.757"],["12051.774","17295.354"],["12030.734","17217.755"],["12103.978","17294.479"],["12067.837","17249.142"],["12070.053","17348.119"],["12075.970","17295.091"],["12041.764","17340.192"],["11950.783","17226.046"],["11958.991","17199.126"],["12093.301","17277.231"],["12030.365","17275.729"],["12027.393","17259.390"],["12767.364","17657.953"],["12771.558","17660.579"],["10431.155","18607.511"],["10410.166","18597.722"],["10339.922","18647.968"],["10303.995","18660.599"],["10330.429","18600.638"],["12768.402","17829.351"],["12724.574","17796.815"],["12741.666","17680.232"],["12668.652","17668.978"],["12710.888","17787.888"],["12682.961","17692.083"],["12596.113","17721.569"],["12593.169","17781.734"],["12599.929","17624.827"],["12699.691","17622.292"],["12672.709","17621.569"],["12692.446","17700.908"],["12636.509","17796.724"],["12630.752","17792.413"],["12597.973","17713.734"],["12770.251","17793.089"],["12762.866","17812.973"],["20077.086","6118.272"],["20003.665","6039.329"],["9299.957","15603.481"],["9270.167","15563.005"],["9249.670","15587.537"],["9243.146","15529.385"],["9256.538","15624.139"],["9225.926","15613.626"],["9218.718","15573.794"],["9208.635","15697.266"],["9331.467","15688.172"],["6939.885","17380.227"],["7007.221","17341.832"],["7024.971","17319.365"],["12622.643","19081.654"],["5935.366","15065.817"],["8940.755","17750.216"],["8887.769","17650.274"],["8970.556","17739.252"],["8914.011","17711.315"],["11866.445","16966.383"],["11832.117","16968.675"],["11860.419","16925.833"],["11918.691","16886.010"],["11925.124","16844.676"],["11868.227","16852.023"],["11843.483","16868.552"],["11817.936","16917.929"],["11765.398","16906.200"],["11916.314","16955.969"],["11915.653","16974.461"],["10423.391","17249.529"],["10282.739","17247.553"],["10309.628","17341.598"],["10293.969","17355.176"],["10338.817","17207.574"],["10301.715","17368.256"],["10387.910","17254.874"],["12504.008","18645.293"],["12544.561","18583.146"],["12444.404","18647.249"],["12554.725","18486.152"],["12480.330","18565.418"],["12457.402","18524.162"],["12458.554","18474.517"],["12378.807","18602.193"],["12389.531","18554.101"],["12407.722","18641.549"],["12285.262","17219.669"],["12206.723","17213.562"],["12147.852","17277.009"],["12168.881","17244.057"],["12300.909","17287.997"],["12334.667","17307.311"],["12215.147","17240.661"],["12185.907","17231.970"],["12236.135","17224.290"],["12185.726","17284.680"],["12289.202","17379.251"],["12292.557","17340.837"],["13075.949","16900.139"],["13091.524","16930.808"],["13106.838","16949.088"],["13098.751","16904.785"],["13068.297","16917.504"],["14274.655","17062.759"],["14303.695","17164.954"],["11697.652","18766.907"],["11644.148","18804.479"],["8545.812","16708.965"],["8556.623","16654.464"],["8527.417","16745.332"],["11165.494","17961.129"],["11256.758","17872.357"],["7779.060","19169.013"],["7738.253","19163.557"],["7743.742","19109.395"],["7836.553","19258.706"],["6246.961","15423.127"],["6224.791","15478.789"],["6236.138","15312.588"],["6210.706","15325.341"],["6229.787","15361.336"],["6236.853","15381.800"],["7527.502","19173.455"],["7566.592","19238.163"],["7636.565","19293.723"],["7700.631","19196.940"],["7674.459","19270.052"],["7610.358","19302.587"],["7593.825","19218.140"],["7633.063","19189.158"],["7613.483","19156.304"],["7661.737","19159.108"],["7523.989","19117.652"],["8382.563","18193.273"],["13299.665","17211.467"],["13393.109","17212.192"],["13282.785","17302.378"],["13290.647","17380.231"],["13354.019","17294.369"],["13398.366","17400.949"],["13214.889","17400.490"],["6146.698","16609.032"],["6154.282","16586.945"],["6142.852","16617.718"],["6140.057","16645.834"],["21379.341","6765.350"],["21275.537","6662.154"],["14116.357","17989.110"],["14153.995","17852.736"],["14164.949","17844.115"],["14182.268","17841.159"],["14091.946","17966.267"],["14100.236","17968.397"],["14097.275","17891.172"],["14228.626","18009.378"],["14156.324","17958.315"],["14105.041","17971.841"],["14184.104","17916.234"],["14061.378","17897.967"],["6482.001","16478.678"],["6567.020","16428.532"],["6512.230","16492.609"],["6468.388","16366.099"],["10268.132","16569.585"],["10252.220","16640.213"],["10283.505","16614.494"],["12802.229","16468.030"],["12810.128","16460.452"],["12972.687","16401.972"],["12951.956","16494.729"],["6855.244","18489.336"],["6715.133","18596.214"],["12978.740","18787.096"],["12857.774","18818.854"],["12791.721","18764.073"],["6795.360","16542.026"],["6770.768","16455.397"],["6698.659","16532.646"],["12552.733","18454.653"],["12403.157","18461.665"],["12429.868","18448.188"],["12521.718","18276.137"],["12522.760","18298.277"],["12494.030","18275.405"],["12532.469","18414.512"],["12555.824","18396.840"],["12375.919","18274.601"],["12358.830","18270.076"],["12490.741","18373.721"],["12376.210","18428.649"],["12461.819","18413.901"],["12393.184","18405.181"],["15115.041","17302.061"],["9455.039","15109.810"],["9831.403","15647.145"],["14441.470","16780.375"],["14467.880","16940.748"],["14431.936","16920.317"],["14414.601","16874.325"],["10072.091","16806.668"],["10142.601","16801.275"],["10094.944","16811.491"],["10087.321","16825.261"],["10112.651","16873.523"],["10083.868","16874.064"],["10070.187","16837.930"],["10107.881","16895.203"],["10160.629","16797.758"],["10155.534","16815.001"],["10050.689","16925.717"],["10055.330","16939.020"],["10145.981","16872.443"],["10124.165","16791.134"],["10060.476","16880.073"],["10123.538","16835.743"],["10101.086","16937.974"],["10221.062","16981.549"],["10199.272","16827.391"],["6684.604","17393.420"],["6761.824","17304.333"],["6788.042","17396.941"],["6715.063","17312.511"],["6770.169","17323.838"],["6770.998","17382.185"],["7287.316","19089.380"],["7300.107","19058.371"],["7275.197","18901.217"],["7297.493","19034.076"],["7283.387","18965.464"],["11163.204","17407.509"],["11224.574","17418.832"],["11168.030","17441.208"],["11153.313","17480.118"],["11163.300","17474.729"],["11281.751","17457.632"],["11291.323","17462.560"],["11277.409","17481.644"],["11295.851","17477.106"],["12244.596","18969.126"],["12249.234","18979.002"],["12190.986","18951.825"],["12195.262","18921.239"],["12197.530","19010.842"],["12245.768","18974.015"],["12196.543","18897.814"],["11926.895","17992.828"],["11874.050","18026.783"],["11876.484","17977.700"],["11757.168","17952.799"],["11806.418","17874.599"],["11881.270","17899.636"],["11872.125","17877.555"],["11899.340","17868.845"],["11934.187","17983.891"],["7484.917","19559.463"],["7435.677","19571.107"],["7474.783","19529.607"],["7419.029","19666.553"],["7486.908","19678.372"],["7479.391","19626.806"],["14994.269","16182.786"],["11047.787","17490.645"],["11023.110","17483.404"],["11003.692","17532.659"],["11020.249","17539.248"],["10982.706","17480.067"],["11008.092","17511.524"],["11113.045","16946.106"],["11138.740","16965.599"],["11184.019","16965.179"],["11195.848","16978.641"],["11206.475","16971.215"],["11229.069","16972.701"],["11237.876","16972.552"],["11254.930","16981.156"],["6062.844","15693.116"],["6109.652","15591.264"],["6065.338","15682.005"],["6073.188","15665.493"],["6103.174","15659.822"],["6114.527","15668.443"],["6100.579","15666.903"],["14847.350","16351.529"],["14753.852","15522.438"],["13679.404","18272.241"],["13677.759","18291.877"],["13721.354","18262.966"],["13720.614","18301.166"],["13775.592","18276.956"],["13775.658","18308.549"],["13650.109","18341.767"],["13828.515","18284.992"],["13808.860","18297.593"],["7656.260","18730.341"],["7659.439","18747.934"],["7741.339","16311.078"],["7773.111","16186.107"],["7823.271","16478.022"],["6254.664","17505.691"],["6263.916","17598.414"],["7404.885","15775.016"],["9633.195","17327.360"],["7173.001","17941.018"],["7219.385","17930.568"],["7191.626","17926.479"],["7273.496","17922.291"],["15172.152","16135.513"],["14697.691","17221.879"],["11708.303","17948.455"],["11657.843","17962.592"],["11634.573","17949.719"],["11562.106","17960.338"],["11600.396","17978.687"],["11707.312","17920.922"],["11708.364","17921.583"],["11663.527","17850.472"],["11530.775","17993.522"],["11636.729","17995.384"],["11633.775","18024.089"],["11543.423","17960.194"],["11612.814","17996.606"],["11549.588","18027.371"],["10666.267","18618.130"],["10532.008","18609.233"],["10486.623","18598.073"],["12600.100","17189.753"],["12600.660","17020.915"],["12583.946","17011.710"],["6954.229","18371.085"],["6950.325","18336.427"],["6994.080","18404.022"],["6997.817","18441.655"],["7052.939","18419.165"],["6967.950","18344.170"],["6986.689","18288.837"],["7060.026","18354.523"],["6885.490","18435.816"],["6889.895","18404.190"],["7000.170","18416.700"],["6918.678","18406.895"],["7032.396","18333.727"],["6976.336","18430.317"],["6981.485","18373.738"],["6953.696","18273.151"],["6928.331","18291.002"],["6911.879","18271.436"],["6908.808","18297.752"],["7019.763","18349.029"],["7084.735","18286.775"],["7032.742","18279.690"],["6968.618","18414.250"],["7080.551","18330.023"],["7057.745","18303.745"],["7086.124","18411.214"],["9207.881","15400.667"],["9265.684","15409.203"],["9222.470","15438.479"],["9239.514","15354.862"],["9252.174","15362.032"],["9235.999","15339.408"],["9200.116","15473.636"],["6668.614","17285.984"],["6630.957","17236.307"],["6645.239","17244.003"],["6663.981","17318.577"],["6974.852","20303.965"],["7533.945","18737.414"],["7671.995","18870.867"],["7614.101","18878.901"],["7621.047","18785.811"],["9159.024","17339.257"],["9195.759","17341.304"],["9178.986","17254.797"],["6436.418","15603.886"],["6435.841","15550.116"],["6393.619","15634.931"],["6364.812","15592.900"],["6431.344","15517.636"],["6368.382","15638.399"],["6345.369","15668.025"],["6450.039","15638.950"],["6384.380","15554.866"],["6360.667","15517.862"],["6261.462","15604.995"],["6283.081","15511.452"],["6265.325","15548.994"],["6301.380","15631.401"],["6254.858","15641.590"],["6294.792","15635.151"],["6600.834","16222.068"],["6538.013","16269.664"],["6658.081","16267.444"],["5506.106","15711.109"],["5612.117","15701.867"],["5571.911","15677.539"],["5619.702","15671.247"],["5600.671","15640.511"],["5557.014","15625.846"],["5534.874","15643.028"],["5552.259","15695.600"],["11550.006","19085.123"],["11519.392","18897.731"],["11704.721","19011.599"],["11642.405","18912.142"],["6720.852","20124.630"],["6813.031","19962.184"],["6609.598","17028.602"],["6614.560","17005.763"],["6605.590","17051.987"],["6657.465","17024.953"],["6648.606","16999.893"],["6666.162","17189.788"],["13507.717","17607.892"],["13467.898","17615.803"],["13470.891","17599.684"],["9173.414","15118.764"],["9064.734","15100.212"],["9033.783","15086.090"],["7889.104","17671.288"],["6796.510","16912.152"],["6853.927","16917.536"],["6834.811","16940.993"],["6686.236","16897.141"],["6719.409","16909.861"],["6794.136","16847.486"],["6846.854","16831.120"],["6824.442","16836.253"],["6882.325","16808.458"],["6772.747","16868.373"],["6791.994","16862.431"],["10287.327","19121.972"],["10330.988","19149.902"],["10289.458","19186.693"],["10460.755","19129.264"],["10257.487","19138.334"],["12135.014","19066.499"],["12485.614","17724.496"],["12543.920","17817.649"],["12438.943","17812.799"],["12454.249","17739.475"],["12509.101","17728.377"],["12473.189","17786.315"],["12434.119","17660.428"],["12423.840","17630.982"],["12444.876","17713.046"],["12523.794","17795.408"],["20705.397","6828.710"],["6965.976","17486.588"],["7011.819","17550.560"],["7003.955","17615.787"],["7034.058","17443.760"],["7137.548","17209.336"],["7132.491","17266.515"],["14548.011","15700.698"],["14535.669","15643.947"],["14483.111","15663.052"],["14567.543","15623.707"],["14591.270","15612.060"],["14601.620","15536.554"],["14556.644","15589.255"],["14648.716","15619.060"],["14520.653","15660.583"],["14463.821","15565.367"],["9483.897","18495.648"],["9559.549","18503.899"],["9497.923","18477.575"],["9495.159","18633.845"],["9546.777","18656.491"],["10046.564","17033.677"],["10209.673","17143.976"],["10211.370","17189.590"],["10203.392","17114.548"],["10187.490","17073.104"],["10230.350","17152.793"],["10117.295","17004.169"],["12644.415","18717.400"],["12606.427","18754.479"],["12683.084","18880.213"],["12879.280","16956.961"],["14409.123","16339.376"],["14419.324","16313.570"],["14383.942","16247.706"],["14367.743","16340.097"],["14288.220","16290.056"],["14333.977","16276.481"],["14319.667","16295.539"],["14325.493","16348.647"],["14313.696","16173.790"],["14330.571","16195.425"],["14316.492","16255.574"],["14384.716","16195.821"],["14334.946","16199.422"],["14348.367","16182.097"],["14678.376","16601.665"],["14721.229","16637.832"],["14673.723","16726.359"],["14839.179","16618.588"],["14789.515","16574.609"],["10003.334","18673.628"],["5991.694","20611.310"],["10590.788","19061.893"],["10537.098","18998.880"],["9603.218","17689.720"],["11527.324","16875.951"],["11542.811","16971.807"],["10142.104","18683.114"],["9626.706","19086.885"],["9671.459","19087.125"],["9711.634","19015.394"],["9787.062","19053.940"],["9771.522","19012.845"],["9657.082","18926.029"],["12708.480","18498.157"],["12712.740","18476.192"],["12620.320","18657.417"],["12725.994","18667.425"],["12660.337","18536.494"],["12696.784","18514.693"],["12704.646","18561.878"],["12735.844","18599.770"],["12643.377","18572.256"],["12735.137","18676.352"],["12631.617","18527.209"],["20138.230","5521.451"],["20092.211","5509.560"],["20113.065","5444.977"],["7384.578","20200.109"],["8333.469","16781.633"],["8343.438","16789.579"],["10616.143","17151.699"],["10622.586","17130.628"],["10603.310","17127.579"],["10510.121","17118.107"],["10525.910","17096.664"],["10505.892","17088.298"],["10573.973","17062.979"],["10554.470","17055.401"],["10551.759","17039.263"],["10542.784","17025.921"],["10630.134","17023.276"],["10642.573","17058.704"],["10576.929","17183.498"],["10557.632","17168.274"],["10567.161","17147.808"],["11535.182","18476.943"],["11654.682","18601.127"],["11648.152","18555.644"],["11618.629","18531.780"],["11681.061","18559.330"],["12531.453","17474.290"],["12450.070","17513.801"],["12386.863","17498.425"],["12425.810","17498.690"],["12563.181","17481.322"],["14314.659","15763.203"],["14365.912","15725.441"],["14279.996","15790.151"],["14321.704","15877.349"],["14281.384","15831.821"],["14460.640","15835.658"],["14428.700","15718.629"],["14414.287","15859.356"],["14380.700","15841.337"],["14325.665","15900.830"],["14451.469","15786.939"],["14360.525","15900.903"],["14333.315","15776.539"],["14344.147","15834.600"],["9583.018","16007.418"],["9587.214","16045.656"],["13287.987","16564.187"],["13335.917","16750.044"],["13249.749","18744.842"],["13289.206","18759.623"],["13212.676","18721.456"],["13198.844","18878.660"],["13267.182","18804.556"],["13402.715","18788.663"],["13374.334","18826.281"],["5549.540","15139.477"],["5461.961","15185.931"],["13627.026","15332.034"],["8538.735","18654.068"],["8401.423","18603.427"],["8471.095","18673.369"],["14472.663","15787.367"],["14477.249","15800.257"],["14479.584","15858.135"],["14651.891","15871.304"],["14593.993","15809.820"],["14623.128","15928.983"],["14533.326","15927.760"],["14471.393","15907.486"],["14497.882","15736.177"],["14523.067","15765.207"],["14526.585","15784.533"],["14523.699","15853.625"],["14592.343","15884.900"],["19816.956","8556.578"],["11386.927","16943.265"],["11469.280","16960.151"],["11493.872","16894.539"],["11413.446","16886.300"],["11374.284","16926.681"],["11413.790","16834.642"],["11420.581","16791.440"],["11307.673","16947.703"],["11335.956","16956.750"],["13626.495","15859.527"],["13662.228","15861.369"],["13654.980","15848.724"],["13636.302","15855.451"],["13644.105","15817.410"],["13692.749","15920.417"],["13721.099","15904.727"],["13744.665","15914.080"],["13632.554","15816.573"],["13672.605","15774.692"],["13633.408","15729.176"],["13645.633","15718.748"],["13619.863","15807.058"],["13904.953","16160.564"],["13904.230","16154.536"],["13893.694","16203.566"],["13992.356","16226.349"],["13923.135","16203.582"],["10841.649","17174.988"],["10831.227","17058.176"],["10837.419","17034.729"],["10838.620","17014.900"],["10848.376","16992.709"],["10672.754","17001.488"],["10687.418","16998.463"],["10686.885","17029.526"],["10713.964","16996.585"],["10746.967","17014.187"],["10782.705","17030.930"],["10795.814","17016.192"],["10808.032","17035.588"],["10776.722","16999.824"],["10715.756","17068.561"],["10693.870","17098.846"],["10794.513","17090.953"],["10866.613","17092.075"],["7403.050","20372.675"],["10171.432","16536.152"],["10155.999","16489.799"],["10204.973","16497.121"],["10181.563","16517.298"],["14108.302","15362.478"],["14121.534","15329.569"],["14171.110","15380.195"],["14179.768","15427.223"],["14171.887","15468.590"],["14045.076","15343.143"],["14070.545","15497.773"],["14194.392","15450.074"],["14247.275","15499.210"],["14230.621","15328.623"],["8838.053","19142.338"],["11847.307","19162.598"],["11725.412","19158.568"],["11823.128","19132.001"],["11890.858","19140.391"],["6210.580","15685.717"],["6169.567","15684.376"],["6175.781","15712.690"],["6148.500","15623.754"],["6131.370","15570.755"],["6165.835","15568.188"],["6189.926","15621.760"],["6238.355","15562.511"],["6175.087","15541.695"],["6200.729","15512.546"],["6157.489","15550.085"],["6080.049","15700.186"],["6140.598","15623.128"],["6125.959","15650.194"],["6180.098","15572.239"],["6177.638","15575.523"],["6126.809","15718.132"],["6224.754","15716.821"],["6227.327","15649.807"],["6247.749","15642.960"],["6074.339","15712.154"],["6150.458","15671.634"],["11205.792","17852.052"],["7633.528","19327.080"],["7711.049","19433.120"],["7621.620","19353.683"],["7588.539","19411.030"],["7610.107","19400.409"],["7548.989","19415.699"],["7722.363","19516.058"],["7674.742","19335.383"],["7518.979","19333.779"],["7665.523","19479.713"],["13631.242","17753.897"],["13755.213","17623.489"],["13678.068","17638.880"],["13714.450","17718.962"],["14255.303","17999.898"],["6035.675","16557.990"],["5926.746","16509.549"],["6029.390","16479.713"],["9036.998","15959.886"],["9080.451","15949.875"],["9043.394","15994.123"],["9005.824","15975.254"],["8894.536","15917.310"],["8795.506","15773.697"],["8797.468","15800.477"],["8785.882","15812.951"],["8894.378","15776.772"],["11981.170","19085.677"],["12001.153","19056.065"],["11970.857","19033.803"],["12060.225","18902.253"],["12107.034","18976.836"],["12108.728","18993.268"],["11976.648","18940.859"],["11953.703","18994.974"],["10746.507","19104.832"],["7592.838","18663.690"],["10478.544","17866.126"],["10553.074","17945.842"],["10554.203","18002.801"],["7026.505","16625.874"],["6890.543","16632.729"],["6972.483","16702.382"],["12747.544","18905.986"],["12738.354","18939.460"],["12741.952","19025.965"],["12751.278","19036.270"],["12574.317","18911.608"],["13851.528","17610.963"],["13842.893","17616.562"],["13902.146","17584.253"],["13863.906","17585.574"],["13916.702","17600.075"],["13947.846","17605.839"],["13870.646","17524.565"],["14031.633","17458.033"],["14023.946","17479.304"],["6257.917","16756.959"],["6340.379","16605.488"],["6293.361","16738.613"],["6255.631","16754.034"],["6352.617","16719.024"],["6270.088","16692.253"],["6280.903","16705.645"],["6301.355","16707.867"],["6424.009","16725.516"],["7592.069","18314.762"],["7600.313","18358.976"],["7579.004","18396.571"],["7536.190","18318.803"],["7708.279","18274.275"],["7639.599","18303.284"],["7705.009","18256.760"],["7530.456","18342.509"],["7649.762","18445.557"],["7627.841","18417.180"],["7679.054","18447.113"],["7624.180","18268.014"],["7592.260","18335.982"],["7647.263","18383.068"],["7620.609","18335.973"],["7609.958","18336.204"],["9191.547","18877.767"],["9128.247","18862.968"],["9169.530","18824.173"],["9053.445","18738.751"],["9013.049","18881.305"],["9043.839","18752.527"],["9022.265","18724.659"],["9000.703","18759.964"],["9056.757","18800.330"],["9587.821","19280.286"],["9411.468","19247.095"],["9507.343","19202.874"],["12378.140","16751.035"],["12426.301","16726.681"],["12459.302","16754.014"],["12522.744","16729.169"],["12504.194","16684.476"],["12411.593","16683.555"],["12543.713","16607.349"],["12574.121","16676.241"],["12560.837","16585.188"],["12506.420","16750.889"],["12421.437","16675.564"],["12476.217","16736.149"],["12497.393","16734.957"],["12414.930","16763.183"],["14062.956","16246.977"],["14045.472","16237.563"],["14103.400","16237.348"],["14092.635","16183.296"],["14254.216","15611.039"],["14392.199","15695.880"],["14377.869","15706.047"],["14362.962","15654.537"],["14285.426","15625.452"],["14259.965","15630.077"],["14364.332","15585.908"],["14290.738","15665.144"],["14444.144","15663.018"],["14388.926","15613.319"],["14390.424","15641.149"],["14451.544","15652.148"],["8724.973","16680.066"],["8770.157","16687.323"],["8791.951","16007.423"],["8973.352","15938.737"],["7254.119","19487.745"],["7231.865","19347.501"],["7218.354","19390.848"],["13407.486","16978.175"],["13294.393","16977.399"],["13342.123","16933.931"],["13242.750","16903.055"],["13316.196","16856.864"],["13340.834","16890.076"],["13292.714","16899.746"],["20412.060","6462.082"],["14044.386","17319.457"],["14216.621","17358.506"],["14157.454","17290.837"],["14167.832","17280.284"],["14160.612","17250.226"],["8029.281","16101.941"],["8041.202","16137.959"],["8024.964","15963.762"],["7961.222","16020.129"],["8010.880","15945.884"],["8004.961","16132.151"],["7963.875","16088.311"],["8000.732","16103.461"],["7939.920","16055.598"],["7954.728","16055.598"],["7955.648","16085.942"],["7961.384","16117.961"],["10110.677","16544.495"],["8842.808","15817.231"],["8860.913","15848.107"],["14873.855","17514.688"],["14811.376","17484.893"],["14717.851","17447.646"],["14701.501","17418.690"],["13790.902","16322.887"],["13707.445","18964.782"],["13712.445","18907.193"],["13783.725","19000.134"],["13758.380","19016.303"],["13799.197","18945.780"],["13736.336","18950.239"],["13758.770","18908.869"],["13727.075","17201.107"],["13638.654","17199.703"],["13743.654","17245.665"],["13709.892","17321.706"],["12494.061","17835.694"],["12501.730","17857.263"],["12539.371","17949.468"],["12544.586","17977.909"],["12516.728","17874.155"],["12464.452","18005.414"],["12420.702","18016.743"],["12409.192","17890.437"],["12412.585","17902.515"],["12436.579","17996.618"],["12485.188","18041.345"],["12389.071","17955.832"],["12360.733","17937.071"],["7365.398","18213.493"],["7313.095","18054.722"],["7393.367","18065.363"],["7358.739","18077.424"],["7440.124","18185.549"],["7373.323","18161.067"],["7408.279","18210.324"],["7412.775","18191.564"],["7398.701","18190.961"],["7456.544","18252.601"],["7314.051","18159.275"],["7313.332","18207.881"],["7306.575","18099.319"],["17440.290","4353.884"],["17409.952","4355.327"],["17417.119","4311.704"],["17528.633","4354.367"],["17502.494","4368.732"],["20289.190","6892.726"],["6850.615","18458.741"],["6866.586","18377.245"],["6840.188","18357.040"],["6868.657","18321.968"],["6716.528","18358.130"],["6759.449","18296.640"],["6758.442","18407.465"],["6858.042","18279.581"],["6808.018","18339.337"],["6729.988","18434.769"],["6705.012","18395.125"],["6673.716","18442.586"],["9590.383","17492.126"],["12808.033","18409.040"],["12976.246","18261.530"],["12785.118","18333.399"],["12824.598","18455.142"],["12915.891","18318.772"],["12913.128","18312.380"],["12909.970","18289.837"],["12792.157","18457.691"],["12961.640","18363.058"],["12916.294","18431.464"],["12898.893","18375.659"],["12780.922","18282.522"],["12844.836","18273.703"],["14242.976","16562.340"],["14231.786","16415.353"],["14241.863","16447.502"],["14229.758","16475.661"],["14187.077","16460.879"],["14123.428","16486.997"],["14076.479","16558.608"],["14128.897","16557.617"],["11829.332","17227.027"],["11780.061","17325.125"],["11769.036","17287.239"],["11799.228","17387.046"],["11757.239","17308.027"],["11868.941","17235.311"],["11729.431","17349.252"],["11794.705","17400.792"],["11891.582","17282.287"],["11731.660","17252.327"],["11739.168","17238.932"],["11740.041","17379.152"],["11812.980","17293.072"],["12092.805","17481.150"],["12106.078","17475.535"],["12126.015","17522.736"],["12089.239","17618.260"],["12139.354","17509.358"],["11971.540","17606.892"],["11956.306","17613.654"],["13440.115","15668.063"],["13427.277","15708.288"],["9473.458","19004.494"],["9532.817","19016.992"],["9481.940","19073.534"],["9584.243","19052.109"],["6379.298","15060.640"],["6386.801","15030.734"],["6313.954","15005.653"],["6365.181","15010.445"],["6381.779","14962.444"],["6389.328","15032.030"],["6355.381","15077.116"],["7298.657","19132.916"],["7190.430","19102.721"],["21715.365","6598.648"],["21620.431","6616.385"],["21633.243","6496.156"],["13701.342","18504.461"],["13627.066","18546.410"],["13623.695","18664.222"],["13667.855","18503.685"],["13768.787","18673.188"],["13706.698","18599.232"],["13705.794","18538.588"],["8714.079","17597.485"],["8765.316","17594.902"],["8677.948","17610.426"],["8740.044","17450.315"],["8738.087","17492.475"],["8700.688","17510.469"],["8716.986","17609.484"],["8637.612","17426.856"],["8676.411","17421.769"],["8741.409","17453.664"],["8770.422","17444.795"],["8667.223","17426.501"],["8576.549","17444.139"],["8624.280","17478.040"],["8576.253","17409.585"],["8636.168","17597.262"],["8598.191","17515.263"],["14459.994","16072.532"],["14440.361","16143.499"],["14352.450","15989.717"],["14446.029","16048.176"],["14443.868","15975.512"],["10891.080","17741.094"],["11015.314","17709.205"],["11014.969","17781.658"],["10953.390","17766.563"],["12344.432","18569.790"],["12293.157","18505.249"],["12270.854","18480.443"],["12260.049","18486.488"],["12151.677","18469.371"],["12355.447","18469.651"],["12302.894","18625.118"],["12338.453","18671.064"],["12336.677","18650.535"],["12176.660","18535.267"],["12188.881","18566.580"],["16962.785","4523.152"],["16948.425","4574.154"],["16950.274","4516.749"],["12454.544","17210.755"],["12477.901","17287.743"],["12434.359","17315.980"],["12426.854","17308.338"],["12481.224","17290.237"],["12523.740","17319.172"],["12443.713","17255.770"],["12401.301","17222.487"],["5547.801","17464.623"],["5619.139","17500.122"],["8095.840","19373.302"],["8133.240","19370.216"],["8059.296","19489.871"],["8089.497","19447.042"],["7970.681","19484.420"],["7979.609","19453.765"],["7991.393","19391.723"],["8038.304","19459.108"],["8073.418","19408.752"],["8015.706","19358.086"],["8061.105","19323.809"],["8110.977","19383.030"],["8097.544","19493.604"],["11297.711","17658.660"],["11161.943","17768.980"],["11246.022","17791.970"],["11093.581","17712.314"],["11115.358","17684.982"],["11102.611","17682.025"],["17504.356","4242.289"],["17507.447","4287.023"],["17414.738","4182.831"],["17430.477","4198.778"],["8596.922","18796.122"],["8630.211","18866.433"],["8625.829","18801.010"],["8673.243","18833.020"],["8709.714","18881.404"],["8769.130","18726.927"],["8686.788","18778.150"],["8617.767","18687.027"],["8586.556","18679.001"],["14068.755","17188.499"],["14220.609","17096.129"],["9457.702","15083.792"],["12300.359","16873.060"],["12346.560","16870.672"],["12156.615","16980.567"],["12337.633","16959.802"],["12324.095","16965.323"],["9759.658","18269.937"],["9763.749","18289.775"],["9801.373","18372.780"],["9751.736","18309.232"],["9781.466","18397.002"],["9687.983","18409.953"],["9707.259","18407.864"],["9803.349","18384.962"],["9761.956","18277.888"],["9692.166","18261.012"],["9643.243","18063.950"],["9705.143","18176.916"],["9676.064","18094.720"],["9701.649","18230.994"],["9823.511","18093.807"],["9714.823","18183.924"],["9688.441","18189.754"],["9704.077","18220.514"],["9818.108","18121.189"],["9797.894","18176.994"],["9750.537","18069.359"],["9742.297","18139.020"],["9811.291","18089.954"],["9661.090","18134.191"],["9670.692","18135.907"],["9809.808","18252.463"],["9654.785","18209.151"],["9643.684","18077.057"],["9638.796","18130.662"],["9703.056","18106.550"],["9793.582","18109.210"],["9673.762","18061.679"],["9789.346","18095.951"],["9765.086","18173.490"],["9698.448","18185.405"],["9744.123","18190.359"],["9678.269","18082.589"],["9731.443","18123.811"],["9633.630","18071.425"],["20882.360","7709.910"],["20810.008","7725.897"],["14051.074","15874.811"],["14097.292","15854.562"],["14058.604","15861.975"],["14111.458","15889.372"],["14121.023","15925.539"],["14125.941","15816.480"],["14108.617","15806.158"],["14134.719","15855.343"],["14045.403","15743.184"],["14077.779","15724.660"],["14158.254","15739.714"],["8774.452","18442.976"],["8674.980","18339.425"],["19830.424","6169.087"],["23774.495","5987.542"],["23785.139","5882.224"],["19769.641","5931.500"],["5164.396","18925.451"],["9683.590","16176.875"],["9659.473","16171.703"],["10307.061","18920.805"],["10282.275","18910.330"],["10301.795","19035.886"],["10368.363","18918.139"],["10385.072","19002.361"],["10263.472","19006.919"],["10428.716","18890.915"],["10456.921","18980.301"],["10436.063","18974.521"],["10321.924","19014.181"],["10319.365","18891.647"],["13156.007","16531.544"],["13182.459","16508.891"],["13173.311","16361.302"],["13009.454","16380.998"],["13044.625","16521.463"],["13158.951","16412.304"],["13090.727","16474.564"],["13001.105","16393.242"],["13058.770","16385.645"],["13132.542","16423.669"],["13174.745","16439.233"],["13172.573","16466.118"],["13655.098","16567.034"],["13684.207","16667.147"],["13692.382","16637.470"],["13745.179","16604.486"],["13787.794","16568.136"],["6367.237","17663.397"],["6809.070","18679.639"],["8548.994","17697.910"],["8436.855","17808.654"],["8408.242","17782.188"],["16921.131","4413.518"],["16929.899","4341.493"],["16977.725","4420.993"],["16940.265","4471.093"],["13251.646","17606.276"],["13404.812","17615.013"],["13231.639","17586.368"],["13295.225","17582.851"],["13382.805","17609.283"],["13206.480","17538.603"],["13262.960","17486.646"],["13256.611","17511.849"],["9869.767","18729.612"],["9881.921","18773.310"],["6524.118","16052.481"],["6540.533","16034.572"],["6538.175","16138.013"],["6558.814","16086.417"],["6580.370","16061.273"],["6580.714","16041.531"],["6488.425","16102.146"],["6497.418","15937.874"],["6555.663","15999.998"],["6507.805","16087.895"],["6461.983","16088.560"],["14380.166","15408.917"],["14346.943","15476.462"],["14437.253","15453.227"],["14369.448","15362.211"],["14341.194","15395.515"],["14252.222","15356.050"],["14280.665","15339.672"],["14280.405","15432.656"],["20616.534","6343.144"],["20608.228","6392.161"],["12029.177","17788.381"],["12138.726","17767.908"],["12037.664","17823.905"],["12035.443","17782.634"],["12013.119","17637.512"],["11962.605","17674.133"],["12095.305","17710.286"],["12131.061","17806.884"],["12139.798","17691.598"],["8828.960","17178.397"],["9270.155","19104.613"],["9926.056","18778.576"],["9989.170","18832.430"],["9864.449","18855.319"],["9831.387","18805.836"],["13543.996","17676.768"],["13454.948","17763.125"],["13583.943","17825.900"],["13613.037","17817.369"],["13474.532","17694.109"],["13417.049","17671.946"],["20325.051","6182.515"],["11004.777","18083.613"],["10965.595","18101.819"],["11049.961","18058.531"],["11010.426","18131.792"],["10926.500","18203.563"],["10946.549","18160.889"],["10942.963","18178.478"],["10978.589","18182.298"],["11021.122","18249.812"],["10987.174","18245.089"],["7393.918","19550.908"],["7342.546","19724.401"],["7424.920","19587.055"],["20735.692","6521.040"],["11795.023","18374.324"],["11930.053","18368.815"],["11885.813","18455.117"],["11810.146","18446.526"],["11800.156","18396.902"],["11796.801","18389.437"],["7738.031","17922.398"],["7774.593","17849.334"],["7726.937","18036.021"],["7827.846","17989.904"],["7815.084","17932.009"],["12279.284","17396.130"],["9565.842","18396.108"],["9540.628","18431.582"],["9452.877","18458.538"],["9506.709","18447.638"],["9590.120","18434.288"],["9561.309","18413.561"],["9548.960","18334.106"],["9543.189","18375.076"],["9592.679","18338.577"],["9543.814","18371.195"],["9584.439","18366.372"],["13094.407","18973.354"],["9284.262","14933.539"],["6131.386","17180.175"],["14481.213","17311.143"],["13451.698","18657.092"],["13540.748","18669.659"],["13487.783","18502.077"],["13481.228","18534.950"],["13525.715","18628.503"],["13535.310","18564.443"],["13500.633","18598.991"],["13592.350","18568.241"],["13597.286","18637.840"],["13589.522","18628.872"],["13580.224","18468.440"],["14123.005","16264.582"],["14053.054","16272.906"],["14201.582","16168.152"],["14168.523","16189.902"],["14151.081","16309.386"],["14198.022","16294.109"],["14159.387","16307.371"],["10870.755","16774.669"],["10780.995","16688.781"],["10748.758","16679.223"],["10758.752","16627.602"],["10786.198","16572.793"],["10761.692","16586.551"],["10856.903","16569.673"],["10002.228","17858.086"],["9885.300","17943.134"],["9909.593","17952.250"],["9830.728","17994.190"],["9897.296","18003.505"],["9938.365","17996.453"],["9995.044","17842.865"],["9978.301","17922.948"],["9891.904","17954.378"],["9904.657","18022.966"],["9938.883","17955.299"],["10037.902","17902.366"],["10034.793","17906.891"],["10036.860","18027.374"],["9856.893","18022.897"],["9836.360","18026.067"],["9874.403","18017.082"],["9925.444","17895.975"],["9981.086","17910.674"],["9995.153","17963.206"],["10039.259","17890.587"],["9841.361","17984.387"],["9915.840","18021.436"],["9898.524","17980.448"],["9944.639","18019.653"],["12295.506","16830.058"],["12339.182","16781.101"],["12216.377","16811.097"],["6897.831","16008.402"],["12014.906","18495.264"],["12123.578","18671.712"],["12114.927","18616.039"],["12079.680","18649.681"],["11973.903","18488.592"],["12143.189","18557.471"],["12071.874","18498.611"],["12069.045","18481.534"],["12096.059","18607.762"],["12096.404","18553.509"],["11983.916","18591.226"],["7989.715","18906.358"],["8071.073","19032.632"],["8131.787","18979.698"],["7955.258","19091.783"],["9574.843","16837.568"],["5295.465","18938.597"],["5259.897","18914.730"],["5245.374","18926.071"],["5392.068","18966.798"],["5351.265","18907.064"],["8123.903","19697.798"],["14383.457","16491.099"],["14392.625","16459.622"],["14421.426","16446.282"],["14286.234","16450.422"],["14385.654","16385.481"],["14325.111","16368.904"],["14352.663","16412.189"],["14286.785","16387.581"],["14287.187","16550.862"],["14253.322","16489.062"],["14265.855","16510.350"],["14269.215","16400.566"],["12967.810","17681.980"],["7868.564","16108.196"],["7880.158","16024.757"],["9871.166","16050.738"],["9836.709","16108.391"],["8381.211","15872.977"],["13972.001","17256.930"],["14011.327","17304.444"],["14038.790","17345.814"],["13849.266","17352.549"],["13849.365","17302.376"],["13847.786","17358.049"],["13966.179","17359.092"],["13940.126","17301.107"],["13975.998","17334.748"],["12175.096","19093.336"],["12332.430","18923.231"],["7117.540","20385.306"],["13437.406","15734.568"],["13439.641","15723.926"],["13902.455","15456.123"],["13860.021","15469.148"],["13875.068","15445.854"],["13923.396","15434.283"],["13969.702","15389.736"],["14030.691","15469.892"],["13727.890","16154.903"],["13736.073","16153.567"],["13680.981","16244.416"],["13720.235","16224.174"],["13668.180","16238.407"],["13783.847","16312.645"],["13731.141","16290.458"],["13695.062","16301.200"],["10806.735","17684.374"],["10747.508","17681.699"],["10803.346","17634.366"],["10851.425","17707.023"],["10840.044","17687.502"],["13013.261","17773.085"],["13184.722","17693.862"],["13153.834","17777.991"],["12989.151","17734.164"],["13186.331","17656.843"],["13131.732","17765.841"],["13044.423","17773.823"],["13090.739","17713.542"],["13112.581","17712.056"],["7316.099","18437.374"],["7316.394","18375.618"],["7332.348","18336.261"],["7434.356","18305.636"],["7317.310","18418.042"],["7317.361","18318.249"],["7465.088","18328.638"],["7464.959","18322.604"],["7485.957","18317.964"],["7370.116","18456.273"],["12002.402","18851.780"],["11977.981","18821.107"],["11936.746","18801.043"],["11982.404","18764.478"],["11977.783","18846.309"],["12131.296","18882.257"],["12315.441","17917.954"],["13525.305","16414.798"],["6181.869","16833.129"],["6138.172","16785.176"],["6207.838","16823.521"],["6128.539","16823.378"],["6189.411","16812.553"],["7295.430","15888.407"],["11388.069","17257.227"],["11373.410","17299.354"],["11372.512","17280.046"],["11310.714","17356.354"],["11500.317","17203.360"],["11506.339","17349.204"],["11489.800","17357.394"],["11496.860","17335.240"],["11411.537","17309.277"],["11429.394","17286.818"],["11423.728","17251.792"],["6225.876","20493.623"],["8472.998","19621.623"],["8404.264","19679.333"],["8454.844","19708.577"],["8365.234","19698.972"],["8434.046","19535.352"],["6364.868","16404.616"],["6380.406","16445.052"],["6361.676","16470.608"],["6304.852","16488.351"],["6343.003","16428.907"],["6297.952","16474.843"],["6392.727","16441.511"],["6317.166","16454.531"],["6323.503","16482.280"],["6354.083","16387.120"],["6331.183","16410.942"],["6433.316","16358.240"],["6279.113","16507.144"],["5378.858","15122.295"],["5334.065","15104.578"],["5352.967","15139.427"],["10658.717","16865.645"],["10509.019","16908.064"],["10503.048","16950.676"],["10501.691","16870.907"],["10577.388","16958.041"],["10510.047","16939.480"],["10541.403","16836.290"],["10520.339","16878.134"],["10620.465","16850.925"],["10466.330","16880.403"],["8939.163","18975.448"],["8969.706","18915.151"],["8863.053","18907.010"],["8786.821","19064.182"],["8878.038","18965.759"],["8936.811","18993.311"],["8818.282","19079.380"],["8831.157","18963.665"],["10112.630","17211.904"],["10067.811","17260.921"],["10246.084","17245.398"],["10100.425","17212.324"],["10047.122","17209.013"],["10113.357","17281.814"],["10207.913","17378.677"],["10088.887","17316.336"],["14248.587","17926.807"],["14223.254","17865.764"],["12788.686","17371.421"],["12840.347","17390.380"],["12876.676","17303.511"],["12859.077","17272.049"],["12860.261","17246.368"],["6910.890","20673.448"],["6891.554","20658.493"],["9536.554","17041.905"],["9534.612","17110.973"],["9454.194","17075.480"],["9428.523","17085.694"],["9525.916","17021.938"],["9443.961","17175.653"],["14525.113","16589.411"],["14517.951","16692.263"],["14563.172","16690.155"],["14496.988","16578.941"],["14509.905","16723.348"],["6970.219","20026.142"],["8230.895","19815.779"],["8267.344","19772.438"],["7141.503","17402.823"],["7127.963","17324.294"],["7221.170","17402.792"],["7244.182","17382.059"],["7159.305","17200.950"],["10234.704","18817.883"],["10227.039","18734.165"],["10107.853","18789.174"],["10155.854","18696.756"],["10102.278","18768.054"],["10219.271","18816.480"],["10142.695","18862.328"],["10056.838","18830.412"],["12827.733","17561.324"],["12778.334","17612.718"],["12784.634","17593.015"],["12874.362","17534.751"],["12961.217","17422.439"],["12950.049","17452.348"],["9973.542","17831.245"],["9962.738","17823.008"],["9918.011","17805.511"],["9918.176","17804.091"],["9936.527","17756.243"],["9954.277","17830.741"],["9998.610","17661.128"],["12864.025","17595.922"],["12931.743","17514.088"],["12913.931","17554.914"],["12920.214","17590.306"],["12965.740","17496.576"],["9146.741","16380.583"],["20153.699","5599.057"],["20235.278","5652.269"],["10535.560","16723.563"],["10521.240","16718.985"],["10516.887","16682.868"],["10515.630","16660.544"],["10527.105","16598.992"],["10563.704","16670.889"],["10558.752","16734.581"],["10546.824","16693.421"],["10533.691","16753.861"],["10549.735","16765.062"],["11638.538","17394.229"],["11645.950","17434.270"],["11622.117","17427.569"],["11530.978","17431.806"],["11521.951","17470.890"],["11575.786","17506.829"],["7597.559","19948.140"],["7474.332","16047.329"],["7507.501","16114.038"],["7438.849","15938.827"],["7351.485","15973.434"],["13893.866","17661.298"],["13930.511","17656.508"],["13942.510","17760.083"],["13897.987","17702.130"],["13940.964","17721.189"],["13893.137","17802.047"],["14007.148","17727.503"],["9187.936","17866.735"],["9103.149","17861.648"],["9034.862","17899.254"],["13614.359","18007.901"],["13496.453","18029.669"],["13417.944","17962.869"],["13493.422","18009.416"],["13483.257","18010.473"],["11496.975","18487.050"],["11469.639","18473.359"],["5681.839","17568.047"],["5758.393","17595.071"],["5801.689","17455.175"],["5763.381","17608.637"],["5744.917","17512.954"],["5794.019","17583.063"],["5822.973","17594.053"],["5778.335","17506.225"],["5670.841","17474.007"],["5654.650","17584.162"],["5656.124","17478.176"],["5632.139","17486.171"],["7286.570","16993.190"],["7245.493","17021.474"],["7287.674","17075.503"],["7222.509","17069.739"],["20399.973","7711.123"],["14378.214","15293.517"],["17342.600","4727.883"],["17274.064","4764.596"],["8388.139","17395.402"],["7362.728","19342.174"],["7362.591","19455.043"],["7418.829","19500.161"],["7440.353","19461.276"],["7439.469","19407.828"],["7386.327","19359.313"],["7410.019","19399.364"],["7308.114","19363.401"],["7394.779","19316.203"],["7477.092","19396.022"],["10708.458","17951.752"],["10792.849","18003.019"],["10794.959","17919.867"],["10849.121","17877.047"],["10835.952","17976.061"],["10835.760","17917.267"],["7953.223","18416.399"],["8055.336","18368.029"],["8017.339","18303.173"],["8088.779","18460.553"],["8069.100","18263.343"],["5837.930","17644.280"],["5855.741","17759.704"],["5837.549","17774.435"],["5862.794","17698.704"],["5862.475","17814.893"],["5879.866","17825.442"],["5896.703","17735.871"],["5856.449","17782.032"],["5896.539","17824.117"],["5960.144","17821.836"],["5982.496","17656.425"],["5981.406","17661.030"],["5889.731","17771.823"],["5950.524","17732.392"],["5914.540","17679.864"],["13406.714","18501.648"],["13239.225","18640.716"],["13277.555","18476.267"],["13265.696","18551.544"],["13349.972","18467.465"],["13206.303","18525.124"],["13199.209","18579.764"],["13268.304","18568.104"],["13253.946","18592.596"],["13287.563","18636.752"],["13402.166","18529.516"],["14986.129","16484.958"],["13429.766","16591.227"],["13525.990","16564.459"],["13421.159","16747.212"],["13425.983","16596.463"],["13439.629","16765.119"],["13422.254","16564.335"],["13454.419","15657.517"],["13433.506","15518.170"],["13440.836","15532.576"],["13507.383","15508.139"],["13564.108","15547.074"],["13502.233","15589.055"],["13526.263","15608.098"],["13590.277","15570.111"],["13608.369","15556.090"],["11209.289","16791.004"],["11207.556","16825.006"],["11202.802","16877.095"],["11276.527","16892.288"],["11204.888","16836.538"],["11130.133","16834.998"],["11143.849","16816.219"],["11241.142","16828.095"],["11169.341","16871.456"],["11297.106","16946.376"],["9685.807","18715.941"],["17408.379","4715.963"],["17327.863","4713.399"],["9102.688","16479.336"],["7335.670","16150.903"],["7184.031","16764.940"],["13134.091","17990.851"],["13147.346","18043.473"],["12991.081","18011.556"],["13057.246","17912.736"],["13041.817","17941.511"],["13062.956","17981.425"],["13112.112","17955.219"],["13016.125","17844.043"],["13194.597","17991.770"],["13196.883","18022.010"],["13028.976","17992.209"],["13060.572","18042.531"],["12894.318","18489.213"],["12840.911","18629.081"],["12831.717","18672.301"],["12954.222","18489.415"],["12946.875","18600.139"],["12912.599","18620.667"],["12894.342","18594.540"],["14307.957","17860.925"],["14342.534","17865.302"],["14435.046","17926.458"],["14355.178","18009.712"],["14303.256","17951.420"],["14265.329","17953.864"],["14302.417","17970.974"],["14311.635","18027.974"],["14262.047","17998.032"],["13415.332","17021.082"],["13433.943","17058.241"],["13415.680","17159.928"],["13409.594","17170.415"],["13524.203","17073.652"],["13532.082","17113.850"],["11046.099","18636.524"],["10897.734","18656.805"],["6201.529","16060.876"],["6186.769","16078.828"],["6180.918","16032.032"],["6176.534","16065.061"],["6148.274","16053.818"],["6235.278","16075.845"],["6210.153","16079.662"],["6158.106","16054.601"],["6135.353","15976.779"],["6090.507","16029.096"],["6129.336","16004.968"],["6136.749","15949.307"],["6079.146","16022.643"],["6120.968","15972.375"],["13395.030","18313.007"],["13395.523","18410.133"],["13359.048","18334.565"],["13340.331","18319.189"],["13250.922","18275.587"],["13315.989","18372.632"],["13272.008","18413.127"],["13325.314","18446.092"],["13402.444","18255.776"],["13308.795","18347.440"],["13288.170","18351.304"],["13237.447","18314.558"],["13225.613","18463.312"],["13236.781","18441.710"],["25736.021","5807.948"],["9335.761","15284.071"],["20324.165","6385.682"],["8518.330","19234.914"],["8458.927","19262.395"],["10301.079","17492.534"],["10396.950","17458.610"],["10377.756","17436.017"],["10299.601","17528.732"],["10324.972","17608.829"],["10364.916","17533.079"],["10254.862","17447.074"],["8487.391","19271.979"],["8844.509","17212.155"],["8835.168","17396.925"],["11894.197","17103.782"],["11905.290","17175.923"],["11819.442","17158.675"],["11810.494","17122.407"],["11928.596","17153.032"],["11880.396","17071.689"],["5996.274","15999.470"],["5988.704","15957.587"],["9652.982","18470.507"],["9740.013","18496.306"],["9760.115","18471.040"],["9727.735","18539.175"],["10702.172","17615.233"],["10706.557","17449.806"],["10709.477","17536.661"],["10709.312","17617.668"],["14514.121","15480.077"],["6243.083","16505.206"],["6208.631","16453.051"],["6216.413","16427.565"],["6227.580","16458.670"],["6220.696","16472.626"],["6076.511","16561.890"],["7338.795","17760.582"],["7408.744","17642.369"],["7347.101","17749.847"],["5991.136","15900.536"],["5925.397","15901.861"],["5974.866","15893.630"],["5926.960","15874.872"],["5934.274","15894.262"],["5867.422","15828.742"],["5886.486","15870.250"],["5920.730","15864.585"],["5901.194","15847.925"],["5842.602","15816.635"],["5832.405","15785.322"],["5830.925","15819.426"],["5882.967","15746.877"],["5938.614","15747.593"],["5972.922","15760.461"],["5962.253","15808.418"],["6019.355","15738.052"],["6021.335","15890.683"],["5873.294","15772.223"],["5959.134","15892.182"],["7344.133","16822.668"],["7325.632","16818.983"],["12511.791","17079.640"],["12560.018","17172.330"],["12468.272","17194.753"],["6711.172","16221.881"],["6724.249","16336.378"],["6787.697","16294.376"],["8268.246","18449.860"],["8174.390","18375.347"],["8328.029","18361.930"],["10755.619","16525.682"],["10799.084","16496.096"],["10845.056","16555.525"],["8063.388","17734.759"],["8002.571","17755.162"],["14323.379","16689.085"],["14437.508","16733.254"],["14338.799","16668.162"],["14374.238","16618.293"],["14364.462","16599.363"],["10533.833","18627.763"],["10623.800","18643.977"],["10659.918","18644.851"],["10541.679","18624.014"],["6884.756","19916.392"],["6245.108","16765.432"],["6138.838","16763.321"],["6202.946","16608.026"],["6230.178","16663.820"],["6205.537","16663.265"],["6195.968","16711.025"],["6182.910","16718.564"],["6233.666","16709.095"],["6238.004","16649.181"],["6052.202","16575.291"],["6195.949","16658.486"],["6225.676","16592.124"],["6090.709","16584.714"],["11537.813","19222.081"],["11563.691","19307.791"],["11637.572","19235.867"],["8919.807","16779.011"],["8535.365","16121.471"],["6940.847","15461.146"],["7023.068","15503.270"],["7948.980","18884.206"],["14512.461","16322.269"],["14493.699","16312.249"],["14469.686","16279.995"],["14479.463","16159.194"],["14463.271","16270.066"],["12693.171","17500.347"],["12650.703","17482.576"],["12656.608","17504.492"],["12610.812","17510.967"],["12625.598","17505.550"],["12665.159","17577.709"],["12672.494","17619.972"],["12616.063","17569.022"],["12699.280","17615.851"],["12688.556","17559.749"],["12750.175","17538.095"],["12710.899","17611.753"],["12688.909","17608.120"],["6473.461","16173.692"],["15062.880","17201.369"],["7083.912","16955.788"],["7076.133","16944.905"],["6883.852","16980.901"],["7042.764","16933.139"],["6994.644","16795.175"],["7055.010","16985.056"],["8762.903","16508.091"],["6293.243","16810.624"],["6389.242","16844.844"],["6432.497","16792.729"],["6391.374","16966.409"],["6297.788","16864.040"],["9700.257","19333.219"],["5409.736","15744.148"],["9710.218","15240.391"],["9750.599","15189.215"],["7694.771","19126.407"],["7690.174","19153.476"],["7574.516","19103.082"],["12538.116","18071.551"],["12417.432","18245.914"],["12477.705","18064.268"],["12540.811","18218.005"],["12433.132","18085.325"],["12553.985","18192.902"],["12443.986","18180.982"],["12536.058","18190.705"],["12408.952","18100.224"],["12471.109","18142.352"],["12417.807","18229.645"],["12530.947","18061.795"],["12414.593","18054.460"],["12473.363","18189.845"],["12465.550","18197.525"],["12361.405","18172.642"],["12387.195","18199.562"],["12436.915","18151.783"],["10124.897","16608.591"],["10066.219","16691.931"],["10090.644","16665.840"],["10065.029","16679.142"],["13671.244","16516.054"],["13699.977","16486.054"],["13740.810","16380.607"],["13752.958","16563.693"],["9917.874","17328.825"],["9857.554","17339.623"],["9950.773","17390.269"],["9975.341","17297.701"],["9951.625","17202.921"],["9973.458","17211.703"],["9974.177","17240.175"],["9990.553","17251.714"],["7505.378","19100.187"],["17131.928","4259.368"],["17077.181","4206.134"],["17026.145","4231.205"],["17012.435","4291.312"],["17073.453","4256.815"],["17099.724","4192.013"],["17087.175","4232.541"],["17121.666","4136.592"],["17085.663","4178.623"],["17145.251","4128.450"],["8682.268","15711.251"],["8729.300","15685.045"],["8576.509","15711.885"],["8584.258","15699.482"],["8732.895","15518.527"],["8693.570","15605.647"],["8709.170","15594.766"],["8700.768","15610.957"],["8583.617","15623.575"],["8574.707","15630.236"],["8571.414","15612.021"],["5992.954","15091.460"],["6033.864","15139.413"],["5903.817","15701.774"],["6019.496","15706.133"],["9869.546","16483.057"],["9887.336","16395.780"],["7958.961","17544.331"],["13412.872","17423.690"],["13498.353","17546.834"],["13550.985","17559.187"],["11725.289","19189.661"],["11860.314","19287.537"],["14472.761","15354.733"],["14596.786","15484.170"],["14480.142","15405.298"],["14519.187","15433.260"],["14530.994","15378.682"],["14472.006","15304.616"],["14622.070","15465.600"],["6832.651","15727.549"],["6862.594","15911.424"],["6795.448","15724.987"],["6782.616","15799.457"],["13032.508","16775.991"],["13073.124","16841.031"],["13050.737","16807.523"],["13052.926","16823.300"],["13100.172","16795.622"],["13034.473","16883.581"],["19463.232","6048.236"],["11470.511","17856.907"],["11422.252","18018.944"],["11488.490","17990.480"],["11394.663","17920.604"],["11436.736","18002.933"],["11437.980","18004.205"],["11433.717","18041.802"],["11501.482","17956.379"],["11502.732","17983.695"],["13200.732","16350.985"],["7130.309","18497.582"],["7210.852","18540.346"],["7275.602","18563.684"],["7300.748","18468.265"],["7098.944","18639.673"],["7184.840","18531.326"],["7203.865","18638.478"],["7255.132","18627.326"],["10872.499","17360.178"],["8887.096","17865.839"],["11091.201","16932.747"],["11036.240","16945.300"],["11050.116","16965.593"],["11031.299","16870.159"],["11076.264","16888.283"],["11090.131","16897.645"],["11014.482","16952.418"],["11036.273","16910.040"],["11042.801","16923.111"],["11065.797","16892.034"],["11025.619","16839.712"],["11091.036","16882.853"],["13271.373","17868.571"],["13278.715","18021.372"],["13270.869","17847.162"],["13286.083","17871.192"],["13400.333","17870.697"],["13354.954","17850.697"],["10206.385","19141.158"],["10164.163","19205.012"],["10113.019","19191.972"],["6795.180","16103.043"],["6832.004","16044.231"],["6703.558","15976.142"],["13621.665","16354.747"],["13652.647","16354.239"],["13679.757","16361.506"],["7169.580","15678.565"],["7154.846","15663.336"],["13461.448","16859.878"],["13469.590","16836.856"],["13413.901","16940.487"],["13572.122","16916.833"],["13548.833","16889.336"],["13512.188","16923.060"],["13555.606","16782.548"],["13484.264","16820.642"],["13476.781","16775.588"],["13521.142","16855.981"],["13453.787","16951.180"],["11107.091","18697.193"],["11292.518","18728.135"],["11207.189","18782.283"],["11221.224","18712.718"],["11105.491","18737.498"],["13355.701","15395.597"],["13385.580","15499.392"],["6893.159","17089.746"],["6906.164","17131.011"],["7089.262","17140.280"],["7056.578","17153.476"],["6918.374","17026.455"],["17003.060","4313.046"],["5668.909","15259.668"],["5633.083","15265.641"],["5770.440","15163.302"],["5757.841","15157.340"],["5741.237","15220.057"],["5791.002","15238.495"],["5787.035","15151.295"],["5725.981","15262.802"],["5715.277","15254.762"],["5703.007","15266.356"],["5828.696","15167.553"],["5816.569","15133.359"],["5806.939","15114.872"],["5807.323","15159.282"],["5801.057","15117.285"],["13969.898","16576.158"],["13923.681","16594.474"],["13978.106","16564.763"],["10435.597","16647.548"],["10419.792","16650.979"],["10441.080","16675.132"],["10428.093","16600.344"],["10432.078","16768.497"],["10460.085","16774.919"],["10443.813","16566.765"],["10420.343","16585.644"],["10444.181","16595.243"],["13515.138","18125.787"],["13589.535","18090.459"],["13545.533","18114.227"],["13410.713","18162.628"],["13586.142","18194.290"],["13501.015","18216.912"],["13581.240","18159.825"],["13479.110","18055.791"],["13459.949","18071.018"],["13457.663","18158.467"],["13587.467","18047.306"],["13592.056","18045.506"],["13412.796","18062.010"],["14203.397","16797.629"],["5902.836","17852.868"],["5861.939","17855.715"],["5848.317","17870.907"],["5882.799","17857.668"],["5945.197","17839.542"],["13999.801","18592.225"],["13989.604","18600.086"],["13592.167","16380.356"],["10959.824","17920.907"],["10911.508","17956.640"],["10924.755","18021.073"],["11050.847","17972.674"],["19950.855","6467.968"],["14218.980","18663.374"],["14095.009","18676.508"],["5903.803","16307.413"],["5874.753","16201.077"],["5899.873","16265.307"],["5875.400","16281.843"],["5880.868","16268.280"],["5883.629","16170.639"],["5886.092","16305.032"],["10155.601","17794.766"],["10148.841","17790.059"],["10119.558","17800.754"],["10059.591","17723.711"],["10073.506","17727.115"],["10118.484","17801.419"],["10100.638","17773.409"],["10071.109","17688.895"],["8159.826","17976.720"],["12073.245","16767.774"],["6738.294","18148.394"],["6683.972","18110.363"],["6820.613","18160.150"],["6787.704","18224.579"],["6738.207","18126.241"],["6743.225","18158.973"],["6819.935","18229.514"],["6823.086","18058.817"],["6767.288","18116.661"],["6715.206","18110.701"],["6721.129","18233.379"],["6881.110","18095.486"],["6431.907","17626.640"],["7137.962","17411.815"],["7209.669","17555.805"],["7249.606","17563.274"],["7276.647","17609.534"],["7277.473","17410.003"],["7245.690","17512.109"],["7263.420","17613.969"],["7100.640","17533.618"],["7132.150","17441.419"],["7188.570","17613.610"],["14194.328","15550.783"],["14195.881","15519.713"],["14234.011","15630.688"],["14231.709","15709.681"],["14076.224","15705.505"],["14182.588","15597.867"],["14219.109","15577.805"],["14173.954","15578.943"],["14204.310","15522.027"],["14105.013","15539.320"],["14041.001","15525.515"],["14058.310","15508.639"],["14157.314","15655.293"],["14204.436","15704.888"],["14193.720","15687.416"],["13081.432","16176.750"],["13117.532","16182.887"],["13111.167","16219.523"],["13092.375","16351.886"],["13109.451","16332.826"],["13067.853","16281.385"],["13140.381","16301.895"],["13094.312","16324.077"],["13000.676","16315.499"],["13022.289","16274.124"],["13086.197","16232.659"],["13062.192","16236.830"],["13846.302","16410.694"],["13884.370","16374.409"],["13928.045","16406.632"],["13941.866","16511.641"],["13958.363","16488.503"],["13892.804","16545.266"],["7306.915","16987.718"],["10441.425","17675.720"],["10453.518","17685.197"],["10376.853","17660.150"],["10269.498","17715.424"],["10451.194","17737.624"],["10448.568","17824.591"],["10416.568","17795.854"],["10420.614","17765.169"],["10363.246","17771.185"],["10386.897","17759.938"],["10353.237","17656.969"],["10373.270","17645.755"],["10347.708","17660.274"],["10378.202","17729.572"],["10362.701","17830.354"],["6136.614","15899.714"],["6079.939","15846.956"],["6105.615","15899.603"],["6118.159","15869.393"],["6097.267","15795.075"],["6123.563","15808.820"],["6144.929","15775.547"],["6119.326","15769.916"],["6125.082","15765.938"],["6131.767","15781.028"],["6105.360","15927.444"],["6059.115","15872.333"],["6101.757","15925.819"],["6068.368","15912.890"],["6060.384","15889.672"],["10015.286","16318.437"],["9849.595","16293.980"],["13942.365","18691.048"],["13907.873","18863.566"],["13946.639","18875.573"],["13914.538","18695.198"],["9959.069","16593.051"],["9191.147","17414.520"],["10654.264","18339.999"],["10623.281","18284.864"],["8562.121","18393.209"],["8521.632","18368.348"],["8543.493","18390.904"],["11673.913","18259.118"],["11607.724","18387.153"],["11583.267","18391.761"],["11561.129","18382.215"],["11620.802","18453.875"],["11657.331","18381.604"],["7701.690","19797.200"],["19807.038","8526.917"],["10999.502","18705.283"],["10939.521","18798.114"],["14591.044","16514.129"],["14535.417","16563.064"],["14637.914","16465.881"],["12589.710","18223.620"],["12730.650","18054.573"],["12738.260","18125.872"],["12713.276","18140.471"],["12754.872","18124.765"],["12617.003","18172.799"],["12701.773","18133.393"],["12586.033","18067.538"],["12570.680","18133.294"],["12759.123","18089.557"],["11232.397","18393.365"],["11180.027","18398.606"],["11151.231","18437.220"],["11226.499","18363.092"],["11165.611","18352.110"],["13588.987","18301.260"],["13485.783","18280.814"],["13604.731","18348.522"],["13602.872","18360.479"],["10810.899","18876.280"],["10815.481","18767.753"],["10750.270","18732.313"],["10750.601","18790.065"],["10725.633","18844.392"],["10879.650","18747.247"],["10828.108","18851.608"],["10822.796","18751.687"],["10862.837","18887.412"],["11260.826","18111.773"],["11221.912","18184.693"],["11191.057","18132.273"],["11105.937","18197.911"],["11159.777","18127.382"],["11214.998","18204.857"],["11253.699","18240.084"],["8835.631","16635.272"],["7195.310","20351.352"],["10340.583","16922.750"],["10306.617","16890.690"],["10355.743","16841.406"],["10459.412","16934.487"],["10404.463","16944.065"],["10286.145","16909.080"],["10388.748","16942.610"],["10445.235","16854.758"],["10404.771","16800.774"],["10365.643","16973.594"],["10318.624","16927.846"],["10266.502","16973.740"],["12919.297","18084.702"],["12905.120","18112.035"],["12834.785","18112.273"],["12844.614","18175.642"],["12816.357","18149.630"],["12888.171","18219.038"],["12949.638","18213.146"],["12823.422","18230.796"],["12817.287","18201.878"],["11506.097","17677.304"],["11509.962","17687.891"],["11485.306","17686.780"],["11429.780","17750.793"],["11445.684","17769.009"],["11324.505","17783.819"],["11367.727","17663.731"],["11417.241","17702.341"],["11377.027","17702.836"],["11394.725","17759.896"],["11313.881","17796.000"],["11359.687","17731.458"],["11372.582","17806.091"],["14204.077","18466.485"],["14155.507","18429.504"],["14104.268","18264.047"],["14187.771","18355.987"],["11355.164","18700.132"],["11365.790","18764.603"],["11386.204","18720.802"],["13279.753","16123.956"],["13283.784","15969.361"],["13314.343","15979.495"],["13342.454","16097.519"],["13221.695","16110.569"],["6415.533","15117.405"],["6372.974","15160.712"],["6270.425","15149.554"],["6295.938","15220.611"],["6254.059","15247.666"],["6306.567","15215.765"],["6261.586","15263.446"],["6302.349","15151.879"],["6352.040","15218.606"],["6364.556","15243.961"],["6366.847","15252.621"],["6346.948","15157.108"],["6252.524","15280.553"],["6256.161","15264.154"],["6251.973","15259.181"],["6268.108","15275.383"],["6367.668","15264.130"],["6394.130","15241.996"],["6397.174","15248.716"],["6420.155","15197.322"],["6418.734","15166.966"],["6342.685","15112.664"],["6362.074","15133.479"],["6392.825","15099.273"],["6397.504","15106.774"],["6271.155","15216.150"],["6348.649","15103.312"],["6335.328","15288.744"],["12078.365","18222.545"],["11942.478","18106.139"],["11939.806","18045.348"],["9492.037","16914.989"],["9474.444","16908.474"],["9528.279","16961.355"],["9580.870","16971.554"],["9587.417","16923.546"],["13611.609","16286.710"],["13556.914","16169.712"],["13558.776","17115.403"],["13585.844","17012.788"],["9867.047","18101.090"],["9905.712","18048.344"],["9850.287","18104.157"],["9992.880","18135.204"],["10035.308","18109.090"],["9998.027","18192.589"],["10035.512","18199.921"],["9905.334","18119.375"],["9922.834","18126.526"],["9900.006","18125.717"],["9973.410","18053.627"],["9907.933","18135.973"],["9955.704","18087.647"],["10003.878","18127.069"],["9869.836","18077.096"],["9889.063","18238.632"],["9861.629","18060.275"],["9907.073","18110.102"],["9866.649","18167.908"],["7482.731","17775.713"],["7812.264","18543.602"],["7821.692","18506.460"],["7725.928","18474.565"],["7134.954","16390.241"],["7192.703","16533.704"],["7186.426","16512.058"],["9956.897","19142.135"],["9872.594","19124.299"],["11436.677","18063.040"],["11435.559","18089.894"],["12980.113","16247.348"],["12899.241","16275.466"],["7155.843","17005.838"],["7141.987","17165.463"],["7143.277","17085.133"],["7096.181","17072.493"],["13208.024","16452.962"],["13319.783","16473.119"],["13212.576","16468.729"],["13286.683","16509.227"],["13248.875","16482.734"],["13231.586","16528.569"],["13238.434","16507.169"],["13243.245","16442.482"],["13198.905","16437.021"],["13204.182","16416.976"],["13214.258","16398.053"],["11843.412","18747.287"],["11878.543","18770.821"],["11780.353","18735.181"],["11928.133","18709.588"],["11924.613","18702.850"],["11816.110","18719.381"],["8683.478","18602.551"],["8703.589","18521.913"],["8585.815","18507.839"],["8616.353","18492.916"],["8583.308","18559.292"],["8578.985","18617.177"],["8593.285","18644.812"],["11962.822","17928.697"],["12132.497","17947.840"],["11977.477","17951.356"],["12124.822","17940.688"],["12084.526","17950.036"],["12051.072","17925.990"],["12074.613","17902.948"],["12087.458","17904.533"],["11949.445","18008.139"],["11978.474","18018.428"],["12030.129","17940.545"],["12090.918","18039.753"],["12017.263","17918.596"],["11972.346","17847.090"],["11985.980","17841.805"],["11940.207","17888.444"],["12083.714","17986.177"],["11418.142","18294.760"],["11506.119","18432.054"],["11421.814","18379.545"],["11420.498","18339.000"],["11374.817","18377.062"],["14511.161","16050.829"],["14566.357","16056.444"],["14505.148","16075.517"],["14549.378","16055.985"],["14489.630","16049.541"],["14501.489","15972.899"],["14460.113","16032.833"],["14469.326","16011.891"],["14650.039","15938.290"],["19445.591","4998.883"],["19439.440","5115.960"],["20641.828","7004.970"],["20574.394","6994.102"],["9728.071","17058.167"],["9678.574","17147.195"],["9653.871","17173.564"],["7552.434","15983.555"],["8596.463","17950.767"],["8606.496","17963.963"],["8663.855","17918.660"],["8652.753","17922.409"],["7359.827","17923.235"],["7350.468","17841.302"],["7394.886","17900.287"],["7377.919","17939.027"],["6149.692","15184.545"],["6156.274","15225.301"],["6161.020","15161.054"],["6173.077","15268.676"],["6132.980","15246.945"],["6114.864","15176.847"],["6092.524","15180.062"],["7705.148","17949.509"],["7658.049","17865.783"],["7698.787","17936.320"],["7661.518","17901.754"],["7649.495","18030.190"],["7650.097","17851.166"],["6518.999","16004.740"],["6544.570","15994.211"],["14201.062","17401.380"],["14195.931","17377.367"],["14063.212","17393.937"],["14123.743","17323.951"],["14087.674","17345.636"],["14155.884","17338.106"],["10042.463","17903.016"],["10141.437","18027.956"],["10154.365","18033.984"],["10086.916","17919.689"],["10078.561","17992.489"],["10048.998","18029.538"],["10049.104","17881.297"],["10066.752","17861.594"],["10119.755","17982.859"],["10066.252","17939.441"],["10083.426","17982.661"],["10049.193","17939.605"],["10215.483","17846.358"],["10214.079","17938.803"],["11229.346","17319.682"],["11256.618","17368.820"],["11124.402","17300.934"],["11214.318","17362.372"],["7087.866","18206.704"],["6928.432","18247.033"],["6962.243","18133.580"],["6957.539","18226.452"],["7059.480","18115.784"],["7081.304","18128.589"],["7036.189","18160.560"],["7067.548","18102.029"],["6898.342","18050.686"],["6889.242","18196.269"],["6895.565","18127.689"],["6986.998","18053.199"],["7000.405","18151.316"],["5662.846","15305.329"],["5629.563","15351.515"],["5629.776","15304.346"],["5693.439","15497.760"],["13661.962","16208.264"],["13624.255","16270.788"],["6627.969","20133.409"],["10736.979","19071.885"],["10777.461","19097.945"],["13449.861","18980.516"],["13414.762","19058.550"],["13578.740","18969.028"],["13493.113","19054.428"],["13449.561","19019.960"],["5801.837","15947.042"],["6826.815","20487.659"],["6827.411","20382.592"],["20391.149","6998.443"],["7162.431","18231.626"],["7125.235","18169.926"],["7195.778","18125.033"],["7157.542","18176.791"],["7206.532","18065.845"],["7246.964","18123.721"],["7233.062","18090.132"],["7274.471","18138.150"],["7238.895","18247.837"],["7283.661","18242.118"],["7293.673","18093.324"],["12849.409","19090.992"],["12902.277","19043.807"],["12976.817","19042.387"],["12901.019","19004.134"],["12797.022","19038.205"],["12908.712","18988.850"],["12986.327","18988.883"],["12102.522","16857.026"],["12124.745","16793.914"],["12131.565","16777.966"],["5913.601","20509.833"],["11907.256","18045.597"],["11896.294","18106.568"],["11798.667","18107.440"],["11801.545","18176.292"],["11889.950","18176.143"],["11729.891","18183.994"],["11768.641","18177.256"],["10245.806","17433.555"],["10050.807","17518.018"],["10102.054","17585.049"],["10203.108","17461.273"],["10205.147","17574.677"],["6636.766","16938.840"],["6607.604","16877.729"],["6564.205","16815.383"],["6578.559","16782.240"],["9664.856","16975.787"],["6614.470","15530.480"],["6492.739","15528.806"],["6569.290","15612.814"],["6579.797","15639.962"],["6607.523","15698.391"],["6539.700","15588.423"],["6474.811","15650.054"],["6478.037","15665.925"],["6517.918","15620.104"],["6569.168","15693.402"],["6596.382","15680.101"],["6663.803","15692.551"],["6577.646","15717.133"],["6462.210","15717.234"],["7463.201","16573.370"],["14404.111","18317.907"],["12858.949","17802.584"],["12861.321","17686.033"],["12867.193","17690.327"],["12886.847","17778.446"],["12899.293","17768.972"],["12986.053","17796.371"],["12931.875","17727.965"],["12921.001","17696.794"],["12778.259","17718.195"],["12809.311","17713.637"],["12872.997","17688.288"],["12823.293","17716.678"],["12820.629","17704.308"],["12811.929","17803.609"],["12815.065","17905.355"],["12878.388","17952.727"],["12805.036","17957.340"],["12867.108","17927.777"],["12855.759","17948.388"],["12790.529","17920.511"],["12880.688","17866.797"],["12857.941","17901.809"],["12896.017","17836.045"],["12833.537","17849.338"],["12859.672","17855.135"],["11455.827","16995.692"],["11472.645","16989.735"],["7078.047","15585.572"],["6887.018","15558.484"],["12973.040","16706.002"],["12944.520","16737.298"],["12912.063","16648.607"],["12891.890","16630.049"],["12918.477","16568.196"],["12908.257","16583.036"],["12880.992","16749.293"],["12879.281","16766.782"],["12966.964","16773.328"],["9803.068","18593.521"],["9796.623","18608.367"],["9797.860","18572.896"],["7439.200","18704.625"],["7336.357","18716.885"],["7321.843","18811.631"],["7345.677","18737.158"],["7429.866","18689.884"],["7510.401","18792.209"],["7383.275","18772.382"],["13942.093","18148.871"],["13867.890","18077.067"],["13927.685","18139.936"],["13964.133","18072.108"],["13851.386","18101.963"],["13837.828","18058.426"],["13999.730","18060.869"],["13875.669","18232.655"],["13922.380","18250.310"],["13958.811","18247.734"],["13843.596","15890.920"],["13918.550","15837.132"],["13992.916","15857.952"],["13922.329","15795.204"],["13954.659","15898.022"],["13936.766","15808.171"],["14004.251","15779.626"],["13976.139","15750.483"],["13956.801","15814.825"],["13973.605","15877.536"],["13902.371","15896.692"],["13937.842","15927.706"],["13967.112","15822.082"],["13996.043","15802.149"],["13948.854","15798.019"],["13964.003","15832.421"],["10560.202","16393.878"],["10470.744","18785.566"],["10465.471","18698.738"],["10657.458","18883.537"],["10670.485","18735.769"],["10528.039","18806.417"],["10539.246","18828.500"],["10556.476","18723.310"],["10667.144","18684.354"],["10547.389","19187.930"],["13735.282","18077.633"],["13687.195","18054.121"],["13640.680","18178.681"],["13690.039","18205.534"],["13721.088","18125.115"],["13677.585","18092.084"],["13820.876","18129.413"],["13770.518","18142.135"],["13790.370","18168.163"],["13798.873","18189.996"],["8286.594","19460.804"],["8295.904","19328.365"],["8191.120","19366.132"],["8177.419","19313.823"],["8190.891","19446.882"],["8193.824","19515.439"],["8307.411","19454.029"],["8331.501","19512.969"],["8294.982","19518.078"],["7180.070","16880.119"],["7230.021","16935.088"],["7241.671","16874.015"],["7218.478","16951.572"],["7134.672","16932.336"],["7207.731","16929.561"],["7220.955","16891.987"],["7278.890","16787.534"],["11677.762","17536.166"],["12679.085","16845.597"],["12688.861","16809.794"],["12648.539","16896.840"],["12750.192","16790.725"],["12684.077","16979.615"],["12607.532","16823.172"],["10642.248","17383.365"],["10471.047","17249.011"],["10466.421","17326.597"],["10632.887","17350.950"],["10626.229","17312.068"],["10594.058","17271.176"],["10631.246","17304.817"],["17336.578","4341.281"],["8642.633","19153.306"],["8587.537","19263.136"],["8659.137","19279.553"],["8630.960","19279.628"],["8681.368","19157.512"],["12761.778","17381.132"],["12692.643","17239.388"],["12622.051","17303.352"],["12687.965","17226.553"],["12741.518","17294.577"],["12750.285","17334.461"],["12739.594","17376.839"],["6842.609","17724.708"],["6822.050","17726.754"],["6865.061","17688.681"],["6863.617","17773.176"],["6764.578","17621.244"],["6847.682","17692.891"],["6798.184","17686.814"],["6691.350","17641.600"],["13641.143","15704.243"],["13697.143","15672.920"],["13732.692","15703.333"],["13706.951","15697.167"],["13707.695","15650.730"],["13704.061","15591.127"],["13695.720","15571.892"],["13715.746","15535.338"],["13701.945","15528.214"],["13759.228","15525.760"],["13745.922","15529.376"],["13803.434","15636.682"],["13792.842","15609.778"],["13646.410","15540.002"],["10504.360","17598.261"],["10672.363","17472.382"],["19881.148","6296.783"],["11958.934","19134.330"],["11961.345","19123.835"],["11967.595","19137.130"],["13870.611","16318.278"],["13881.063","16264.170"],["13907.921","16309.297"],["7558.060","17625.032"],["9452.350","16212.366"],["9556.016","16209.050"],["6082.933","15987.360"],["6047.734","15967.503"],["6072.531","15950.273"],["14211.401","18844.302"],["14109.812","18788.316"],["14103.365","18767.556"],["14226.340","18773.029"],["10073.183","16300.777"],["7028.351","17987.042"],["7091.122","18011.242"],["6931.613","17846.025"],["7060.931","17968.549"],["7055.578","17912.076"],["7050.352","17889.228"],["7005.759","17870.144"],["13620.367","16999.824"],["13626.716","17049.799"],["13727.667","17111.206"],["13702.552","17197.597"],["10170.445","16770.539"],["13019.340","17219.200"],["13040.985","17264.105"],["13034.669","17296.392"],["13136.012","17272.051"],["13051.686","17242.455"],["13101.160","17241.002"],["13167.093","17358.111"],["13049.408","17395.390"],["13095.839","17368.272"],["12987.404","16074.149"],["10462.239","18908.416"],["10474.812","18912.275"],["10606.469","18935.887"],["10652.710","18983.941"],["9333.900","18476.150"],["9228.906","18585.069"],["9321.519","18156.430"],["9288.566","18218.644"],["9295.668","18223.471"],["9365.176","18227.092"],["9363.035","18196.923"],["9339.943","18132.266"],["25670.922","5783.803"],["9607.825","19140.708"],["9551.352","19152.684"],["9539.070","19195.392"],["9151.639","15790.582"],["9180.198","15740.274"],["9174.497","15782.994"],["9168.775","15774.360"],["9172.084","15745.525"],["9162.010","15741.892"],["9159.403","15751.572"],["9011.001","15728.773"],["10551.861","18113.527"],["10612.512","18090.139"],["10555.292","18096.002"],["10645.370","18138.748"],["10579.059","18253.112"],["10605.593","18229.061"],["10658.253","18166.632"],["7625.315","19602.204"],["7593.802","19668.303"],["7606.800","19733.000"],["7708.304","19697.722"],["7699.969","19574.933"],["7724.095","19627.725"],["7659.927","19615.111"],["9117.750","17787.825"],["9194.888","17658.907"],["9161.933","17753.465"],["9007.098","17712.218"],["9047.315","17707.377"],["9193.942","17755.797"],["9187.280","17763.474"],["9057.492","17637.020"],["9195.807","17700.847"],["7100.688","17782.340"],["13308.834","17009.125"],["13279.316","17125.664"],["13265.385","17166.193"],["13299.776","17152.072"],["13343.969","17164.173"],["13333.224","17158.336"],["13331.152","17163.538"],["13349.847","17147.357"],["13401.821","17121.808"],["7901.677","19346.184"],["7928.042","19351.354"],["7926.842","19321.213"],["7888.744","19370.451"],["7868.848","19501.817"],["7792.956","19465.527"],["7733.847","19479.210"],["7743.721","19336.114"],["7838.149","19390.027"],["7858.313","19356.916"],["9690.497","19195.557"],["9679.639","19207.158"],["9764.009","19251.192"],["12741.175","18421.254"],["12683.386","18347.110"],["12672.317","18409.752"],["12726.702","18422.971"],["12772.997","18326.561"],["12709.542","18373.364"],["12722.073","18256.319"],["12586.071","18411.258"],["12586.169","18312.943"],["12739.900","18345.899"],["12750.459","18279.739"],["12612.109","18319.206"],["12682.981","18298.380"],["12634.280","18349.578"],["7624.059","18251.710"],["7623.372","18192.239"],["7585.265","18074.832"],["7595.712","18237.376"],["7575.896","18148.198"],["7543.970","18149.556"],["9723.739","19153.559"],["11730.760","17414.714"],["11641.885","18621.210"],["11594.484","18589.715"],["11644.750","17066.012"],["11617.273","17024.016"],["11590.400","17099.962"],["11559.071","17060.670"],["11567.795","17033.149"],["11541.539","17192.418"],["7143.993","17870.298"],["7248.199","17858.754"],["7819.745","19840.006"],["7731.000","19885.816"],["7911.775","19749.428"],["7915.818","19871.065"],["7865.833","19796.488"],["7758.319","19786.391"],["9531.324","18808.402"],["9497.903","18772.597"],["9481.116","18851.633"],["9503.221","18757.991"],["9420.702","18724.889"],["9600.169","18741.487"],["9578.047","18782.445"],["9616.877","18771.325"],["9488.196","18716.864"],["13714.882","16080.440"],["13715.741","15942.556"],["13717.973","16125.174"],["13815.192","15945.404"],["13792.636","16077.002"],["13799.961","16087.603"],["13828.760","16069.362"],["13268.919","18081.695"],["13314.819","18227.321"],["13306.041","18100.985"],["13208.752","18249.657"],["13282.554","18066.567"],["13205.298","18202.654"],["13287.256","18196.131"],["13387.797","18166.964"],["13404.977","18250.938"],["13260.574","18139.457"],["13279.899","18136.137"],["8447.927","17889.050"],["8443.009","17910.140"],["8446.714","17904.953"],["8467.207","17943.962"],["8450.194","17874.137"],["8407.962","17841.775"],["8389.202","17947.248"],["8413.708","17898.264"],["8480.722","17961.714"],["8546.284","17974.891"],["8485.495","18008.400"],["8498.614","17890.777"],["8469.042","17940.042"],["9675.578","17658.699"],["9624.060","17693.948"],["8359.305","17526.550"],["8492.433","17549.498"],["8522.959","17543.602"],["8420.191","17437.699"],["8419.631","17511.472"],["8490.417","17500.245"],["8463.607","17515.752"],["10434.666","17872.309"],["10453.712","17880.270"],["10399.095","17840.099"],["10397.367","17919.895"],["10306.663","18010.549"],["10296.011","17941.819"],["10365.140","18019.413"],["10448.215","17864.227"],["10264.213","17958.443"],["10353.972","17929.824"],["9844.985","14900.747"],["6710.490","20230.554"],["8239.672","19620.427"],["8176.003","19686.527"],["8153.453","19614.359"],["8181.881","19732.788"],["8312.368","19608.292"],["8276.896","19559.052"],["8253.568","19673.399"],["8292.257","19523.883"],["8276.500","19533.010"],["14967.658","16013.893"],["15043.260","16158.858"],["14980.526","15932.406"],["15009.230","16022.127"],["15057.766","15969.708"],["10735.211","18932.663"],["10803.786","18973.896"],["14060.339","15983.272"],["14052.634","15938.553"],["14130.355","15991.069"],["14132.768","16011.409"],["14113.694","15997.593"],["14143.394","15963.841"],["14135.579","16127.920"],["20203.447","5837.907"],["20164.203","5882.680"],["20257.008","5785.046"],["6636.894","17620.956"],["6564.012","17629.738"],["10931.994","17256.277"],["10896.381","17287.831"],["13693.136","17567.626"],["13715.849","17599.369"],["13736.529","17568.542"],["13791.216","17583.977"],["13789.265","17500.222"],["13813.196","17534.541"],["13793.311","17562.650"],["13794.709","17463.980"],["14144.398","16567.988"],["14162.194","16585.395"],["14075.887","16568.121"],["14064.917","16564.190"],["14117.184","16578.715"],["14156.918","16648.026"],["7901.320","18154.962"],["7740.995","18146.035"],["7801.620","18090.015"],["7773.549","18055.410"],["27659.732","7150.250"],["6531.625","20609.021"],["7013.841","15792.170"],["7031.681","15904.405"],["6901.940","15808.508"],["7084.826","15751.207"],["7054.141","20574.076"],["6971.544","20493.020"],["19877.786","5360.113"],["20381.799","7765.343"],["12645.396","17839.936"],["12766.050","17845.586"],["12751.174","17865.395"],["12692.468","17846.559"],["12684.725","17863.136"],["12628.558","17897.372"],["12723.834","17962.646"],["12695.940","17906.906"],["9583.146","18135.644"],["9443.678","18183.116"],["9439.820","18208.036"],["9527.419","18119.777"],["9577.708","18079.584"],["9565.942","18073.105"],["9575.345","18107.561"],["9516.578","18140.822"],["11091.128","16776.150"],["11088.276","16853.431"],["11038.711","16786.117"],["10913.979","16806.699"],["11005.467","16786.217"],["10904.474","16865.108"],["11049.763","16795.202"],["11087.807","16819.394"],["21612.684","6442.267"],["6156.831","16234.274"],["6093.679","16290.764"],["6100.737","16216.113"],["6143.262","16224.876"],["13209.099","16842.653"],["13317.649","16816.557"],["13329.356","16834.225"],["13252.229","16781.521"],["13391.276","16802.422"],["13405.077","16784.906"],["13010.845","18798.806"],["13044.135","18750.300"],["13078.839","18771.654"],["13138.297","18694.535"],["13191.784","18723.321"],["13075.147","18885.675"],["5908.948","17390.693"],["5927.309","17403.538"],["5877.919","17226.474"],["5890.851","17212.794"],["8971.249","18240.219"],["8941.338","18225.342"],["8867.835","18228.414"],["9061.326","15682.166"],["14011.833","16867.012"],["14031.175","16846.087"],["14011.265","16866.550"],["11423.751","17874.001"],["11325.271","17980.715"],["11317.043","17984.382"],["7444.516","16546.894"],["7452.017","16553.093"],["7385.029","16386.725"],["7439.267","16406.913"],["9810.471","17921.621"],["9805.422","17903.570"],["9716.244","18006.398"],["9628.687","18020.154"],["9811.876","17982.269"],["9785.796","18009.589"],["9806.503","17942.058"],["9674.089","17960.865"],["9764.385","17866.084"],["9800.380","18027.521"],["10319.740","18419.566"],["10294.935","18363.909"],["7275.371","18607.654"],["13739.607","17837.910"],["13637.111","17941.730"],["13661.413","17875.967"],["13741.742","17892.301"],["13728.140","17878.609"],["11219.244","16770.884"],["11116.932","16754.805"],["11107.655","16710.234"],["11173.285","16722.383"],["6132.785","20693.687"],["6113.124","20629.461"],["14437.834","18046.109"],["14400.317","18090.899"],["14380.793","18058.054"],["11852.718","18361.582"],["11843.987","18389.832"],["20432.413","5912.600"],["12134.071","17020.247"],["12132.901","16999.333"],["12122.692","17093.563"],["12101.585","17035.904"],["12138.033","17156.882"],["11950.772","17110.071"],["11993.769","17075.399"],["12089.166","17073.040"],["12052.801","17152.577"],["11605.883","17629.856"],["11653.396","17803.751"],["11652.869","17809.217"],["9193.800","18897.833"],["9174.185","18895.404"],["9038.850","18911.454"],["9060.675","18890.083"],["9133.616","18890.893"],["8990.476","18902.035"],["8996.825","18892.853"],["9153.780","18981.603"],["9047.398","19004.873"],["9112.546","18934.294"],["9197.759","19092.445"],["9135.535","19096.637"],["9020.325","19079.976"],["9929.937","18264.190"],["9870.830","18304.118"],["9833.145","18382.755"],["9875.365","18381.020"],["9888.990","18330.444"],["9917.108","18405.344"],["9963.590","18439.997"],["10007.256","18351.946"],["10032.877","18304.397"],["10767.953","18252.679"],["10700.245","18141.013"],["10783.289","18141.443"],["10879.762","18143.198"],["10767.714","18061.920"],["5854.817","16121.513"],["5876.598","15977.263"],["5905.580","15946.131"],["5881.751","15937.339"],["5853.209","15948.568"],["5851.449","15978.223"],["5845.170","15969.244"],["5939.038","15966.269"],["5964.627","16030.069"],["5960.617","16005.140"],["5832.868","16017.870"],["5936.931","15954.166"],["5944.776","16002.408"],["5844.010","16135.365"],["6739.189","18017.956"],["6756.924","17943.469"],["6356.219","20773.040"],["9365.091","17201.576"],["9369.425","17283.866"],["9312.950","17292.749"],["9299.825","17314.946"],["9367.984","17451.975"],["9371.520","17502.729"],["9272.522","17410.952"],["7720.059","19711.566"],["13574.150","18806.229"],["13591.964","18865.031"],["13454.113","18781.842"],["7512.922","19147.096"],["7399.258","19251.390"],["7447.566","19202.441"],["7320.165","19305.572"],["7327.067","19157.313"],["7434.759","19153.323"],["7395.999","19169.161"],["7380.871","19237.656"],["7487.021","19214.641"],["7439.684","19284.298"],["17233.073","4178.931"],["17313.434","4143.983"],["17266.126","4154.936"],["17276.191","4153.004"],["17457.131","4134.398"],["17304.004","4103.586"],["17285.270","4158.450"],["17379.251","4146.410"],["17360.631","4152.248"],["10762.765","16812.977"],["10816.140","16906.168"],["10841.542","16823.490"],["10783.353","16887.704"],["10753.022","16841.255"],["10795.859","16787.518"],["10804.454","16935.038"],["10820.971","16837.492"],["10830.029","16794.965"],["10543.742","18384.182"],["20010.131","6793.845"],["19987.614","6823.556"],["10483.957","17721.637"],["10601.745","17737.278"],["10488.139","17759.574"],["12211.791","18287.778"],["12342.335","18404.654"],["12161.116","18397.190"],["12211.215","18424.474"],["12214.307","18417.768"],["12344.322","18328.897"],["12210.099","18380.717"],["12197.977","18373.748"],["12229.967","18381.824"],["12154.188","18330.776"],["12269.917","18332.845"],["12282.467","18361.664"],["12277.352","18352.020"],["12251.129","18266.278"],["12297.840","18322.909"],["7905.556","17598.501"],["7923.345","17610.089"],["6873.068","20667.599"],["8316.545","17451.804"],["8237.793","17508.792"],["8348.449","17551.989"],["8225.110","17507.596"],["9273.263","19018.757"],["9285.024","19003.090"],["9207.756","19049.241"],["9349.684","19095.243"],["9322.515","19025.035"],["13975.639","15646.570"],["13912.364","15659.667"],["13883.932","15602.760"],["13893.495","15614.402"],["13961.305","15510.217"],["13879.289","15521.490"],["14027.720","15709.873"],["13885.046","15629.233"],["13868.516","15623.321"],["13955.951","15646.444"],["13990.228","15664.941"],["13933.501","15649.698"],["13949.161","15580.118"],["13954.387","15544.459"],["14011.507","15564.184"],["13955.066","15559.765"],["14014.393","15653.953"],["14033.774","15638.639"],["14034.819","15556.873"],["20179.907","5436.026"],["20249.792","5467.455"],["8750.872","17652.299"],["8587.761","17675.813"],["8768.103","17626.117"],["12179.504","18810.927"],["12248.907","18856.764"],["12156.658","18821.993"],["12278.234","18752.970"],["12146.918","18729.386"],["12249.106","18747.520"],["6394.163","16989.704"],["6422.132","17004.379"],["13005.559","18652.423"],["13048.817","18517.240"],["13132.257","18562.233"],["13020.987","18613.215"],["13017.288","18558.231"],["13103.817","18538.049"],["13116.545","18651.628"],["13126.776","18611.809"],["13127.598","18637.656"],["11100.554","18587.481"],["11112.409","18642.069"],["8342.673","18759.450"],["8274.629","18788.123"],["6646.966","16576.137"],["6567.368","16611.361"],["6571.416","16640.893"],["6583.961","16669.698"],["6549.484","16763.239"],["6608.534","16674.266"],["6617.714","16720.669"],["13454.997","18460.251"],["13491.415","18360.120"],["13526.613","18399.823"],["13481.234","18403.555"],["12290.634","18844.674"],["12328.630","18871.373"],["16997.497","4614.812"],["17109.257","4634.968"],["17003.731","4559.903"],["17038.349","4644.583"],["16993.655","4578.825"],["17076.157","4671.077"],["16988.379","4598.871"],["17032.718","4604.332"],["17027.908","4669.018"],["17002.049","4630.578"],["11426.936","18254.041"],["11450.769","18245.205"],["11338.584","18067.423"],["11360.146","18055.797"],["11390.753","18167.831"],["11369.587","18087.357"],["7066.026","16557.568"],["6948.261","16421.286"],["6996.682","16430.194"],["13712.494","15504.786"],["13718.329","15465.998"],["13715.723","15491.563"],["13638.689","15461.856"],["13633.245","15502.253"],["13796.481","15439.847"],["13771.810","15478.674"],["13739.830","15330.806"],["14398.376","18338.512"],["14332.512","18286.744"],["14301.953","18306.760"],["14311.739","18421.343"],["9050.146","16779.132"],["10206.994","16997.494"],["20198.533","6907.011"],["10951.966","17067.777"],["11023.445","17120.841"],["10917.542","17177.241"],["7968.274","18498.394"],["17314.779","4576.647"],["7794.916","19553.844"],["7729.355","19544.014"],["7892.151","19630.115"],["7907.081","19543.591"],["7766.563","19590.531"],["7870.465","19547.336"],["8307.892","15844.769"],["20079.513","5605.811"],["6752.576","20528.408"],["5679.605","17623.035"],["13502.285","15343.894"],["13436.376","15395.521"],["13439.887","15408.501"],["13463.072","15377.118"],["13519.592","15336.482"],["13444.047","15467.519"],["13423.734","15449.815"],["13428.635","15432.590"],["13544.759","15442.575"],["13585.220","15463.186"],["13582.793","15504.322"],["13609.062","15357.493"],["13588.360","15366.229"],["6680.651","15531.421"],["6819.929","15567.377"],["6751.689","15577.071"],["9762.328","15810.506"],["9783.356","15719.265"],["11413.426","17617.922"],["11450.402","17585.883"],["11469.218","17563.570"],["10109.211","16963.915"],["10053.782","16964.205"],["6353.247","17589.423"],["6388.264","17599.283"],["6315.060","17494.939"],["6331.597","17423.233"],["6409.453","17490.831"],["6381.834","17500.069"],["6362.173","17458.456"],["6401.620","17523.555"],["6327.929","17577.985"],["6446.794","17531.385"],["6407.891","17433.508"],["23945.385","5812.893"],["23972.009","5952.728"],["5904.603","15919.843"],["5844.947","15883.322"],["5861.070","15914.626"],["5869.212","15880.109"],["5842.044","15861.261"],["5834.215","15862.268"],["10034.761","16841.864"],["8905.592","16237.891"],["8852.639","16142.458"],["8891.459","16218.008"],["8906.847","16156.540"],["8906.710","16168.958"],["12283.088","17806.788"],["12314.429","17760.044"],["12298.431","17775.143"],["12238.234","17748.702"],["12164.840","17804.581"],["12163.828","17728.427"],["12190.851","17755.876"],["12353.853","17747.329"],["20033.384","7799.127"],["20076.312","7834.899"],["6509.958","15748.005"],["6468.860","15758.672"],["6519.937","15795.170"],["6486.655","15805.541"],["6661.612","15872.992"],["6486.667","15742.270"],["6528.625","15910.349"],["6573.032","15734.383"],["6519.765","15784.508"],["6657.491","15761.434"],["11078.781","16732.060"],["11071.779","16671.055"],["11087.078","16640.808"],["10994.272","16722.260"],["11031.110","16740.525"],["11045.582","16652.382"],["10970.442","16746.769"],["10963.269","16728.745"],["11064.619","16609.223"],["10317.705","19097.628"],["10416.735","19051.886"],["13443.599","16017.081"],["10753.506","18419.511"],["8767.900","15720.997"],["8707.220","15795.464"],["8582.787","15744.498"],["8577.592","15732.526"],["8728.931","15802.911"],["8739.741","15797.110"],["8751.688","15805.329"],["8966.860","15501.932"],["8972.223","15332.407"],["8967.875","15456.003"],["8929.701","15359.753"],["7665.471","15901.441"],["8879.912","17432.281"],["8826.500","17419.765"],["8826.470","15467.076"],["8802.191","15316.103"],["14233.427","17204.483"],["14422.349","17239.871"],["14312.494","17239.665"],["14397.080","17217.779"],["11380.928","17521.737"],["11322.056","17512.378"],["11328.298","17533.188"],["11508.241","17447.492"],["11473.002","17468.072"],["11501.806","17500.999"],["11421.963","17459.239"],["11390.529","17514.200"],["11463.489","17488.601"],["5389.380","15747.569"],["5406.758","15730.390"],["6433.489","15348.736"],["6453.784","15385.725"],["6445.972","15435.810"],["6441.883","15301.037"],["6390.890","15363.843"],["6394.489","15476.337"],["6434.672","15482.920"],["6311.279","15470.569"],["6373.185","15398.725"],["6391.389","15431.743"],["6371.497","15373.196"],["6393.886","15309.025"],["6369.982","15350.135"],["6276.946","15500.882"],["6252.440","15455.962"],["6300.603","15393.198"],["6255.207","15298.291"],["6254.697","15373.948"],["6288.365","15395.715"],["6297.723","15398.149"],["6304.602","15343.888"],["6286.216","15295.977"],["6306.567","15363.797"],["6279.218","15460.272"],["6312.019","15416.443"],["6311.871","15420.994"],["6290.337","15500.810"],["6275.382","15339.182"],["10024.861","16849.300"],["9896.290","16943.193"],["9868.958","16910.141"],["9863.012","16933.787"],["9904.898","16976.317"],["9903.589","16850.086"],["9392.339","16020.030"],["9279.681","16130.251"],["9247.027","16061.141"],["9307.736","16046.709"],["7374.031","20078.347"],["10269.472","18705.166"],["10352.992","18853.831"],["10334.216","18763.393"],["10347.124","18745.907"],["10430.281","18829.290"],["9323.517","18311.030"],["9221.696","18301.608"],["9282.140","18309.899"],["9234.683","18418.021"],["9278.236","18406.823"],["9214.178","18325.840"],["9335.186","18264.141"],["9238.189","18292.059"],["6706.534","15840.638"],["6683.847","15868.242"],["6708.172","15863.304"],["13186.338","16580.151"],["13191.712","16577.630"],["13110.086","16769.649"],["12998.397","16604.940"],["13196.631","16755.503"],["9730.144","16002.742"],["9804.802","16041.485"],["9758.688","15933.605"],["9714.059","16074.332"],["9634.732","15988.584"],["9729.302","15940.678"],["9753.609","15971.520"],["9621.296","15940.560"],["9737.764","16018.285"],["9679.678","16106.080"],["8737.414","15481.875"],["8740.878","15505.206"],["8358.889","19742.118"],["7322.859","19072.469"],["7417.966","19022.590"],["7506.693","18906.916"],["7357.399","19019.386"],["8220.206","19564.766"],["8213.837","19548.998"],["10419.583","18327.916"],["10453.402","18279.455"],["10254.990","18286.815"],["8832.299","15574.787"],["8860.555","15549.345"],["9961.402","17494.393"],["9976.013","17599.603"],["13834.042","18599.834"],["8089.809","19284.357"],["9501.745","17244.306"],["9561.255","17396.770"],["9464.554","17276.955"],["9464.417","17384.654"],["6507.667","18498.717"],["6485.700","18486.284"],["6482.901","18511.962"],["6624.249","18510.690"],["6551.651","18494.721"],["6544.465","18518.994"],["6469.660","18489.996"],["6492.632","18554.404"],["6492.793","18663.800"],["6631.637","18657.689"],["6581.702","18672.338"],["6624.646","18666.508"],["6617.821","18646.921"],["6604.712","18614.072"],["6638.922","18609.503"],["6540.652","18566.488"],["6564.946","18471.354"],["20794.216","7442.349"],["20797.538","7423.307"],["7281.951","20684.876"],["6702.354","17418.856"],["6727.443","17419.150"],["6762.409","17479.662"],["6730.270","17443.809"],["6861.215","17599.661"],["6814.563","17560.117"],["6847.799","17536.225"],["6834.115","17479.470"],["6791.599","17444.412"],["6689.645","17555.367"],["6705.201","17480.989"],["6849.714","17581.614"],["6711.025","17616.198"],["6880.158","17554.823"],["12969.592","17962.374"],["12930.053","18003.381"],["12938.819","17992.365"],["12950.083","17870.218"],["12897.713","17930.316"],["12869.988","18042.852"],["10789.440","18307.902"],["10859.116","18329.884"],["10821.797","18375.851"],["9212.936","17672.491"],["9202.477","17738.123"],["7213.203","15876.766"],["7102.356","15839.393"],["7123.259","15836.181"],["6637.400","17473.236"],["6654.361","17430.246"],["6651.319","17465.983"],["6464.571","17593.624"],["6642.751","17542.528"],["6541.086","17540.446"],["6502.667","17564.148"],["6561.145","17532.340"],["6499.475","17539.296"],["10621.923","17591.124"],["10655.973","17613.969"],["12080.029","16931.824"],["11989.287","16911.371"],["12045.376","16848.101"],["14080.290","16698.150"],["14065.243","16675.706"],["14060.819","16743.451"],["14100.062","16760.165"],["13383.446","18070.655"],["13392.689","18066.592"],["13392.276","18188.739"],["13394.622","18061.118"],["8509.108","18779.684"],["8377.021","18713.156"],["8427.934","18802.785"],["8526.757","18793.164"],["8378.996","18824.282"],["8557.370","18680.162"],["8486.306","18724.705"],["4463.892","17738.402"],["4526.908","17688.498"],["4523.382","17818.184"],["14258.108","18619.757"],["9260.807","18838.378"],["9200.527","18849.294"],["9204.087","18679.025"],["9393.629","18792.536"],["9254.036","18680.100"],["9257.424","18710.372"],["12309.716","16753.146"],["12182.053","16719.419"],["12169.887","16723.760"],["12182.635","16734.090"],["8808.064","18607.430"],["8843.274","18473.175"],["8836.277","18488.393"],["8835.027","18522.199"],["8877.889","18574.371"],["8870.648","18504.795"],["8876.409","18657.542"],["8803.498","18598.962"],["8851.113","18560.862"],["8924.301","18608.730"],["8804.431","18616.330"],["21320.833","6590.890"],["6904.570","18473.519"],["7068.001","18674.088"],["7081.083","18671.840"],["7031.893","18611.598"],["6944.665","18593.060"],["7064.386","18610.880"],["7065.438","18585.165"],["7010.859","18659.391"],["6911.848","18628.004"],["7053.234","18631.953"],["6933.180","18579.528"],["7065.828","18632.484"],["6974.550","18619.600"],["13352.414","17469.135"],["13303.023","17493.098"],["13395.862","17535.741"],["13321.240","17526.691"],["13397.560","17418.141"],["13189.920","15996.707"],["13195.103","16030.712"],["13063.956","16108.123"],["13032.188","16122.876"],["19591.410","5553.477"],["10368.766","18052.632"],["10425.050","18056.233"],["10374.794","18072.293"],["10369.334","18117.792"],["10391.045","18130.636"],["10408.940","18164.476"],["10288.600","18113.979"],["10369.522","18169.808"],["10347.187","18254.373"],["6731.726","16683.336"],["6832.212","16603.749"],["13564.666","15899.466"],["13537.594","15877.139"],["13601.708","15806.143"],["20940.821","7006.520"],["14649.803","16373.150"],["14648.057","16559.324"],["9997.172","18901.811"],["9945.849","18898.498"],["9902.271","19013.714"],["9850.086","19039.840"],["9838.300","18964.754"],["9993.090","18997.487"],["14426.416","15401.444"],["8841.820","18801.027"],["8804.892","18818.145"],["8866.968","18779.045"],["8820.439","18747.604"],["8909.701","18698.895"],["8866.231","18701.406"],["8974.202","18839.329"],["8951.560","18862.624"],["8854.329","18683.026"],["8886.543","18697.945"],["8853.303","18721.248"],["8894.952","18878.395"],["8925.042","18871.564"],["8802.319","18769.611"],["8807.184","18685.226"],["10100.893","18338.357"],["8582.698","18900.807"],["8695.687","18904.402"],["8662.465","18943.933"],["8676.921","19070.993"],["7328.864","18515.263"],["14288.572","18971.916"],["14287.700","18910.462"],["12237.755","17415.403"],["12264.649","17495.581"],["12230.816","17509.420"],["12298.004","17435.102"],["12193.644","17456.328"],["10088.340","19012.043"],["10121.937","19011.281"],["10118.148","18974.836"],["10167.442","18997.274"],["10203.440","18976.943"],["5622.814","17254.327"],["5628.003","17254.671"],["5631.324","17257.758"],["5619.758","17212.498"],["5653.331","17216.250"],["5645.861","17214.046"],["5698.407","17256.496"],["5707.135","17254.400"],["5719.421","17253.002"],["5752.417","17265.523"],["5761.635","17267.594"],["5815.615","17267.895"],["5810.622","17273.926"],["7778.676","18914.720"],["7889.663","18993.035"],["7923.200","19006.633"],["7726.628","18935.116"],["7786.161","19003.049"],["7807.130","19096.540"],["7918.669","19089.547"],["7838.108","19022.227"],["7839.497","19072.431"],["11474.518","17048.207"],["11380.611","17049.739"],["11440.233","17019.410"],["11484.193","17046.102"],["11368.814","17022.566"],["11332.012","17043.214"],["11396.815","17003.650"],["11426.854","16996.405"],["11505.971","17085.762"],["16990.206","4512.834"],["8665.484","16070.370"],["8674.445","16068.981"],["8685.603","16027.761"],["13092.216","17145.937"],["13159.733","17110.132"],["13095.243","17197.497"],["8177.438","16150.935"],["6887.200","17687.341"],["7062.203","17804.372"],["7039.758","17781.343"],["7006.146","17811.789"],["6984.335","17768.617"],["6914.752","17737.239"],["7070.621","17670.006"],["6918.457","17771.595"],["7033.782","17721.678"],["7042.178","17663.010"],["13185.391","18274.799"],["13182.447","18270.968"],["13043.357","18415.872"],["13011.796","18348.379"],["12998.452","18260.508"],["13156.510","18288.558"],["13072.822","18268.241"],["13041.194","18263.667"],["13126.741","18409.908"],["13185.195","18346.687"],["13156.461","18377.092"],["13189.067","18392.841"],["6666.244","18158.559"],["6669.725","18254.874"],["6606.533","18240.285"],["8028.271","19771.318"],["7971.919","19780.862"],["8119.376","19759.558"],["14107.085","17829.451"],["14089.483","17656.570"],["14068.858","17694.621"],["14154.011","17812.670"],["14180.919","17801.340"],["14195.117","17759.571"],["14211.482","17763.237"],["14163.965","17770.603"],["14150.820","17674.947"],["20520.237","7570.355"],["20400.649","7517.522"],["7770.353","18461.699"],["7894.351","18321.713"],["7866.055","18343.226"],["7759.416","18360.676"],["7869.446","18373.845"],["7763.602","18307.571"],["7795.827","18408.822"],["7823.064","18261.403"],["8345.167","19269.785"],["8160.477","19118.049"],["8245.351","19288.144"],["8261.480","19255.370"],["8239.774","19115.172"],["8205.923","19223.149"],["8261.115","19213.265"],["9146.555","19190.341"],["9189.717","19275.916"],["8130.237","17964.630"],["11025.517","17873.107"],["11727.820","18935.708"],["11492.440","19063.686"],["11442.490","18911.608"],["11452.902","19006.158"],["11486.974","19014.147"],["12535.017","16762.716"],["12440.468","16762.831"],["15029.434","16584.483"],["11939.804","19221.360"],["12001.717","19202.351"],["12093.609","19187.388"],["12141.691","19128.580"],["12112.303","19194.505"],["9778.461","16738.231"],["13865.779","17930.711"],["14010.424","17954.565"],["13865.477","17870.382"],["13838.034","17859.470"],["13882.528","18039.528"],["13970.418","18028.920"],["14034.684","17902.162"],["13894.175","18008.142"],["13915.984","17984.905"],["13935.977","18029.729"],["13869.502","17844.640"],["13847.577","17835.854"],["13960.369","17988.837"],["13946.185","17939.234"],["13900.214","17922.719"],["6373.438","16294.613"],["6421.456","16216.330"],["6342.943","16269.166"],["6309.222","16334.991"],["6378.506","16334.294"],["6373.596","16324.145"],["6357.940","16267.845"],["6431.840","16269.560"],["7998.481","18186.134"],["7935.783","18100.547"],["8004.611","18231.153"],["13372.010","17931.175"],["13393.899","18025.899"],["13402.388","17941.283"],["5894.097","17934.408"],["7828.865","19206.383"],["7912.445","19240.977"],["7923.443","19129.538"],["7913.253","19186.835"],["7854.549","19133.279"],["7830.466","19222.623"],["7819.755","19167.413"],["14162.910","18896.315"],["14110.510","19002.878"],["14211.464","18958.469"],["14103.848","19078.419"],["14084.579","19012.102"],["9132.285","15380.298"],["4503.571","17526.797"],["4466.509","17500.910"],["4493.708","17608.185"],["12326.498","18224.962"],["12227.544","18227.687"],["12318.143","18053.062"],["12168.442","18206.872"],["12170.301","18160.861"],["12187.735","18138.499"],["12326.771","18250.275"],["12266.941","18190.544"],["12332.664","18084.946"],["12258.976","18088.640"],["12258.269","18070.044"],["12220.078","18051.712"],["9213.087","19158.446"],["9256.209","19188.577"],["9351.846","19169.299"],["9273.506","19248.502"],["17423.987","4612.525"],["17470.583","4584.498"],["14227.771","18480.578"],["14146.610","18580.077"],["14180.360","18626.419"],["14140.431","18548.217"],["14079.083","18478.853"],["13680.809","17295.145"],["13646.001","17356.415"],["13679.201","17322.135"],["13673.839","17366.099"],["13632.997","17273.208"],["14258.007","18232.060"],["14319.356","18239.476"],["14338.190","18249.534"],["9681.888","15638.628"],["9682.754","15659.607"],["5843.003","17491.247"],["5842.608","17570.735"],["5847.411","17465.963"],["5896.896","17545.981"],["5841.532","17460.333"],["5898.370","17479.440"],["5957.617","17583.047"],["5965.531","17595.837"],["14344.619","17677.783"],["14364.586","17696.858"],["14284.652","17685.645"],["12291.847","17699.748"],["12293.755","17688.535"],["8811.987","16120.453"],["8850.449","16124.930"],["8952.285","15994.363"],["8930.817","16017.566"],["8903.436","16014.148"],["8957.874","16050.174"],["8945.987","16036.098"],["9363.139","17156.544"],["14297.985","18794.152"],["14287.179","18718.231"],["6321.661","17397.795"],["6373.692","17407.455"],["6427.407","17353.149"],["6351.836","17349.678"],["14680.977","16354.881"],["14754.329","16506.634"],["10275.470","18590.682"],["10427.123","18570.885"],["10288.337","18635.116"],["8154.633","15633.479"],["8304.731","15568.765"],["8282.793","15583.866"],["8324.661","15596.842"],["12791.581","16986.175"],["12852.398","16823.962"],["12834.013","16830.405"],["12878.940","16933.401"],["12847.503","16912.057"],["12816.233","16803.254"],["12916.819","16882.723"],["12920.596","16860.795"],["12907.259","16844.930"],["12972.607","16804.434"],["7050.850","16225.091"],["6951.202","16339.865"],["6899.446","16224.506"],["7069.276","16274.253"],["8517.012","16168.906"],["8563.823","16177.805"],["7718.082","19987.232"],["11718.131","18141.236"],["11703.422","18109.751"],["11629.063","18138.818"],["11687.320","18139.793"],["11524.506","18063.804"],["11602.729","18169.935"],["11574.538","18225.988"],["11528.428","18200.641"],["11527.408","18204.819"],["11676.917","18103.230"],["11635.552","18047.822"],["11525.325","18143.074"],["11660.058","18090.431"],["11539.094","18066.975"],["6368.751","20533.736"],["10213.935","18656.728"],["7380.355","16637.697"],["6841.658","17109.632"],["6715.722","17100.357"],["6798.186","17056.235"],["6707.323","17113.652"],["6823.444","17124.449"],["6860.015","17158.322"],["6756.969","17084.087"],["6719.459","17134.292"],["14022.581","15980.709"],["13865.077","15959.904"],["13924.247","16011.600"],["14030.018","16041.123"],["14012.435","16016.351"],["13987.666","16044.377"],["13990.619","16061.059"],["13870.638","15938.193"],["14003.202","16088.388"],["13877.371","16112.389"],["13924.769","17477.535"],["13936.693","17462.458"],["13860.860","17430.190"],["13155.897","18066.799"],["12989.524","18081.496"],["13140.832","18248.803"],["13128.760","18045.372"],["13064.987","18180.286"],["13122.224","18192.061"],["13097.995","18090.885"],["13025.807","18071.314"],["13118.817","18087.053"],["13019.819","18211.329"],["13182.926","18180.266"],["5649.193","15670.421"],["5634.044","15681.546"],["5665.942","15672.798"],["5651.730","15637.406"],["5781.510","15675.773"],["5726.335","15677.915"],["5739.848","15618.152"],["5761.291","15646.797"],["5722.108","15632.628"],["5717.451","15617.022"],["5713.329","15512.942"],["9170.178","19360.677"],["9073.032","19417.009"],["20959.160","7156.264"],["7219.363","19247.476"],["7194.452","19203.781"],["7116.132","19179.964"],["14207.368","18203.282"],["14194.013","18211.077"],["14182.594","18254.771"],["14250.161","18117.190"],["14198.322","18168.979"],["14130.620","18189.625"],["14124.238","18134.117"],["14073.909","18180.459"],["14122.130","18242.131"],["7474.633","19899.941"],["7481.335","19826.842"],["7496.484","19764.449"],["12296.630","17865.398"],["12180.209","17864.773"],["12241.061","17880.186"],["12213.532","17938.689"],["12198.285","17917.269"],["12168.005","17971.571"],["7758.202","15026.232"],["11918.954","17604.207"],["11876.633","17585.111"],["11875.202","17507.407"],["11820.926","17532.394"],["11717.081","17536.095"],["11769.165","17551.128"],["13952.023","18369.473"],["14025.287","18277.279"],["13886.951","18360.845"],["13998.194","18374.510"],["6166.595","15111.553"],["6202.552","15097.361"],["6203.145","15145.676"],["6223.955","15141.084"],["6095.435","15139.843"],["6234.242","15263.442"],["6227.175","15204.883"],["6249.112","15167.619"],["6168.306","15200.578"],["6188.832","15171.091"],["6198.590","15212.214"],["6220.151","15254.379"],["6046.454","15126.893"],["6476.794","15325.907"],["6466.909","15349.259"],["6476.531","15434.671"],["6463.702","15306.089"],["6497.103","15486.136"],["6540.275","15488.834"],["6467.150","15496.730"],["6504.605","15410.605"],["6551.172","15458.033"],["6487.448","15367.879"],["6506.255","15406.387"],["12698.342","16455.100"],["7257.100","18738.782"],["7239.221","18754.635"],["7265.559","18784.267"],["7264.083","18718.794"],["7217.386","18748.189"],["12660.851","16686.725"],["14460.478","16861.942"],["14489.731","16778.910"],["11706.276","19162.493"],["11709.557","19129.468"],["11644.951","19195.112"],["11614.195","19108.506"],["11583.441","19108.326"],["11575.152","19137.921"],["11544.513","19212.283"],["7775.017","19702.068"],["7841.791","19640.481"],["12008.127","18286.484"],["12119.467","18313.527"],["12091.490","18276.962"],["12038.143","18349.060"],["12013.818","18286.831"],["11995.268","18400.351"],["12145.821","18301.287"],["7150.227","18767.172"],["7098.017","18843.052"],["7151.518","18739.092"],["7132.801","18753.279"],["7124.976","18697.796"],["7124.088","18887.104"],["7227.084","18679.440"],["7150.821","18833.038"],["7208.750","18734.320"],["10403.133","16991.125"],["10356.764","17005.516"],["10307.663","17086.194"],["10323.628","17116.410"],["10390.679","17136.668"],["10328.005","17063.777"],["10306.587","17156.834"],["10368.254","17105.874"],["10391.603","17194.874"],["12548.440","17346.301"],["12517.042","17367.985"],["12496.253","17398.225"],["8270.448","18621.020"],["8198.196","18536.254"],["8180.649","18553.371"],["8332.499","18508.552"],["8306.773","18675.821"],["8238.929","18650.945"],["8030.685","19665.987"],["8102.759","19560.415"],["7975.209","19663.376"],["8055.552","19530.990"],["8020.181","19547.149"],["8093.483","19647.443"],["7992.607","19574.331"],["7145.203","17708.927"],["7136.460","17747.465"],["7233.795","17739.393"],["7238.220","17724.441"],["7103.741","17624.211"],["7167.926","17781.013"],["7246.837","17782.637"],["7273.303","17752.009"],["9144.781","18609.105"],["9115.704","18490.658"],["9174.018","18483.146"],["9019.188","18475.627"],["9005.679","18564.864"],["8993.164","18496.935"],["9099.672","18649.151"],["6263.152","16388.854"],["11683.556","17355.246"],["11638.613","17340.128"],["11519.794","17382.830"],["11584.766","17299.995"],["11586.470","17321.850"],["11565.394","17328.600"],["11575.837","17348.765"],["11596.573","17328.891"],["11671.061","17401.926"],["11665.814","17393.173"],["12539.124","18766.386"],["12564.322","18843.678"],["12493.182","18820.297"],["12444.004","18797.043"],["12473.725","18849.512"],["12462.931","18731.331"],["12521.961","18789.514"],["12532.939","18717.481"],["12565.785","18721.627"],["12441.180","18685.168"],["13292.004","17827.823"],["13240.758","17622.428"],["13211.528","17665.563"],["13312.266","17804.809"],["13405.980","17683.457"],["13386.286","17799.539"],["13365.563","17805.666"],["13373.670","17741.032"],["13365.857","17718.423"],["13325.177","17822.017"],["13230.169","17739.945"],["13261.370","17705.296"],["13233.837","17792.001"],["13386.786","17658.597"],["7905.961","15503.540"],["5548.115","15370.965"],["5532.797","15369.701"],["5542.175","15329.956"],["11461.221","19226.460"],["9846.221","15864.404"],["13162.548","17586.289"],["13012.903","17610.498"],["13040.106","17445.715"],["13001.570","17474.121"],["13063.783","17430.618"],["13089.651","17616.790"],["13010.572","17548.796"],["13166.205","17455.238"],["13060.736","17513.742"],["13096.986","17580.876"],["13137.463","17488.556"],["20434.751","6972.333"],["13736.422","18790.562"],["13713.622","18801.420"],["19518.496","5636.681"],["20287.229","6485.263"],["20181.423","6519.186"],["9784.595","16520.988"],["14281.326","17473.711"],["7106.975","18965.467"],["7143.189","19016.082"],["7171.186","18936.602"],["6527.626","18307.695"],["6601.143","18330.079"],["13084.107","16152.619"],["13122.218","16164.923"],["13184.270","16185.027"],["12382.939","18886.798"],["9135.531","18340.409"],["8994.593","18306.536"],["8995.262","18256.387"],["9023.822","18266.894"],["9018.258","18312.426"],["9010.993","18307.770"],["9028.449","18418.802"],["8560.686","15648.382"],["8553.571","15665.066"],["8541.062","15664.950"],["10052.348","18111.237"],["10217.589","18073.393"],["10159.277","18197.349"],["10250.317","18118.343"],["14798.332","15723.806"],["14681.726","15845.062"],["14741.117","15799.280"],["14700.931","15746.624"],["7417.617","18584.726"],["7460.569","18664.038"],["7428.166","18589.078"],["7355.057","18543.625"],["7355.219","18567.815"],["5820.834","16541.174"],["10760.608","18671.908"],["10868.042","18672.400"],["10801.176","18655.753"],["13594.288","15323.853"],["14436.380","16192.229"],["14441.243","16302.553"],["14393.004","16159.567"],["14410.833","16161.268"],["12713.150","18031.914"],["12605.698","18036.737"],["12714.299","18001.332"],["12654.288","18035.354"],["12663.153","18004.041"],["12654.287","18011.880"],["12680.989","17978.418"],["12603.508","17938.278"],["12674.202","18019.429"],["12626.931","17958.161"],["12604.705","17946.459"],["7640.434","18908.718"],["7708.382","19096.765"],["7633.100","19010.678"],["7661.404","18979.053"],["7551.318","18966.447"],["7561.735","18898.497"],["7621.346","19005.935"],["6238.875","17494.725"],["13837.454","18903.336"],["13848.901","18928.522"],["13955.483","19090.533"],["13963.427","18938.955"],["6708.006","18014.501"],["6735.097","17969.819"],["6696.709","17930.641"],["6734.682","17909.489"],["6727.214","17973.183"],["7268.969","16228.951"],["7159.460","16349.685"],["7219.044","16149.474"],["20437.709","6033.921"],["20474.445","5998.076"],["11172.214","16990.600"],["7105.170","18306.581"],["7128.534","18347.232"],["7261.307","18397.240"],["7183.838","18285.180"],["7213.380","18348.282"],["7216.937","18295.705"],["7171.235","18428.076"],["7222.261","18371.291"],["7289.536","18416.816"],["14472.716","17865.187"],["14488.308","17906.343"],["14547.553","17968.654"],["14494.033","18006.078"],["14471.714","17989.117"],["5847.360","18219.632"],["5831.679","18174.337"],["5880.537","18174.392"],["5901.766","18247.543"],["10903.257","18300.480"],["10944.634","18354.022"],["10920.542","18403.582"],["11027.825","18372.541"],["11013.930","18304.121"],["10939.500","18260.875"],["10956.572","18301.602"],["5098.490","18850.399"],["11796.489","18540.684"],["11883.932","18546.649"],["11761.309","18619.500"],["11732.000","18633.340"],["11816.182","18555.841"],["11904.360","18631.985"],["11897.156","18657.270"],["8017.057","19295.131"],["7988.892","19291.685"],["8057.051","19224.133"],["8089.771","19237.305"],["8041.438","19241.751"],["8073.628","19176.913"],["7937.873","19261.663"],["8028.986","19118.593"],["8130.103","19153.258"],["8195.698","18957.221"],["8236.885","18930.026"],["8292.451","19096.321"],["8278.629","19046.214"],["8147.804","19064.921"],["12397.163","16811.919"],["12453.389","16861.240"],["12528.524","16815.878"],["12471.800","16857.014"],["12403.795","16893.483"],["12544.951","16884.552"],["12507.803","16909.824"],["12494.944","16980.381"],["12415.472","16930.813"],["12538.968","16787.604"],["12564.823","16797.447"],["12431.118","16884.801"],["14110.643","17602.701"],["14184.459","17585.029"],["14173.439","17592.246"],["14084.807","17493.554"],["14199.072","17444.066"],["14097.341","17483.643"],["14231.029","17527.436"],["14104.906","17460.510"],["14207.543","17465.866"],["14192.719","17477.966"],["14175.207","17497.097"],["14207.378","17592.209"],["14055.975","17431.707"],["14103.795","17413.135"],["14160.670","17448.841"],["9861.629","17172.382"],["9831.574","17068.896"],["9986.459","17136.562"],["9993.351","17172.995"],["9994.647","17040.064"],["9973.711","17110.671"],["13550.770","16655.992"],["13571.445","16720.005"],["13614.553","16718.708"],["5963.318","15110.738"],["5968.983","15090.245"],["5918.196","15136.866"],["5976.808","15108.103"],["5922.143","15093.381"],["5923.800","15121.690"],["5933.685","15087.470"],["5904.852","15109.022"],["5930.033","15111.285"],["5836.120","15188.387"],["5855.080","15171.793"],["5860.030","15163.693"],["5841.924","15171.006"],["5847.322","15133.991"],["5868.234","15125.288"],["5873.363","15151.222"],["5841.985","15148.263"],["5833.442","15151.872"],["7513.213","17896.280"],["7380.865","17991.708"],["7306.341","17984.930"],["13811.453","17421.338"],["13748.230","17429.964"],["8542.275","19357.124"],["8506.520","19342.054"],["8422.982","19471.920"],["8377.502","19478.386"],["8474.688","19413.078"],["8388.290","19345.091"],["8391.290","19393.475"],["8445.238","19442.603"],["8385.563","19496.088"],["8438.290","19381.505"],["7298.990","19413.408"],["7279.415","19427.613"],["8916.167","17530.269"],["8914.838","17561.700"],["8898.233","17508.026"],["8783.122","17510.899"],["8810.476","17512.570"],["8873.338","17596.385"],["8854.931","17444.944"],["19955.395","6599.529"],["19880.940","6009.766"],["19845.597","5725.828"],["19910.992","5661.319"],["7297.503","16005.736"],["7241.308","16009.186"],["7110.094","16093.846"],["7269.903","20037.330"],["13454.283","15281.117"],["13481.030","15276.192"],["13440.056","15278.396"],["27915.200","7344.040"],["12192.753","17004.714"],["12169.789","17049.831"],["12232.910","16994.787"],["12242.464","17043.486"],["12315.604","17046.692"],["12283.227","17061.552"],["12282.167","17028.056"],["12311.631","17084.473"],["12292.471","17079.543"],["12227.064","17034.961"],["12194.280","17054.302"],["12189.821","17071.433"],["12175.127","17040.753"],["12187.763","17014.596"],["12218.745","17022.714"],["12208.250","17073.658"],["12231.773","17053.536"],["12284.638","17093.213"],["5824.171","17876.080"],["14782.577","15691.738"],["14772.267","15636.527"],["7577.799","19853.320"],["7626.919","19912.576"],["7529.141","19912.464"],["7662.476","19735.256"],["7629.080","19876.796"],["7620.207","19797.859"],["7269.451","16887.674"],["7560.575","17796.922"],["7544.522","17797.701"],["5896.862","16485.549"],["5902.791","16511.385"],["5924.058","16480.277"],["5843.494","16422.744"],["5850.824","16512.721"],["5958.875","16442.852"],["5857.177","16406.754"],["5864.167","16366.495"],["5884.676","16449.634"],["6038.513","16402.984"],["6029.235","16419.330"],["5965.052","16485.807"],["6022.107","16407.703"],["8268.562","16058.603"],["8219.769","15943.255"],["13775.577","17859.628"],["13764.909","18032.948"],["13646.896","18006.454"],["13756.247","17962.264"],["13791.749","17921.149"],["13790.121","17974.179"],["13822.104","18036.379"],["13775.328","18027.939"],["11750.449","17000.051"],["11887.104","17037.024"],["13559.028","17627.280"],["13567.697","17672.375"],["13578.158","17646.545"],["10985.218","18583.618"],["13436.326","17359.231"],["13560.384","17376.111"],["13533.147","17354.162"],["13542.309","17362.882"],["13598.030","17256.181"],["13595.793","17298.080"],["12803.571","17082.822"],["12863.916","17002.533"],["12866.896","17079.247"],["12875.580","17125.176"],["12894.314","17114.111"],["13499.957","17921.031"],["13604.971","17888.025"],["13420.267","17896.608"],["13580.730","17849.279"],["13507.671","17909.164"],["13490.138","17877.454"],["6111.825","15029.417"],["6081.741","15061.761"],["6162.286","15041.259"],["6193.410","15040.284"],["6164.074","15077.000"],["6123.700","14968.534"],["6193.368","14985.019"],["6077.572","14968.973"],["6067.909","15000.460"],["6122.695","15029.824"],["6075.278","15022.726"],["6078.515","15032.075"],["6137.202","15015.307"],["6178.085","14953.440"],["6103.900","15053.290"],["6128.982","14971.698"],["6150.693","14958.948"],["6133.022","15083.844"],["11765.901","17734.213"],["11744.256","17695.154"],["11815.868","17722.751"],["11926.462","17802.206"],["14138.380","16826.514"],["14146.522","16795.548"],["14102.591","16822.104"],["14110.584","16778.603"],["14104.625","16875.106"],["14107.305","16905.098"],["14104.641","16890.498"],["14078.741","16887.822"],["14095.936","16872.661"],["14086.699","16941.639"],["12035.458","17292.241"],["12001.675","17258.591"],["12059.540","17270.045"],["12604.202","17665.778"],["12731.426","17644.062"],["12735.406","17641.024"],["10429.445","18642.721"],["10421.970","18651.502"],["10440.474","18644.155"],["10356.534","18633.517"],["10448.877","18611.500"],["10361.218","18568.929"],["8697.006","18071.461"],["8671.718","18067.340"],["8722.387","18092.827"],["8756.233","18068.780"],["8754.080","18077.793"],["8639.599","18088.799"],["8649.390","18099.088"],["8576.938","18091.428"],["12613.154","17785.444"],["12727.961","17755.832"],["12729.211","17663.709"],["12579.216","17806.319"],["12692.995","17814.519"],["12689.749","17671.032"],["12585.834","17805.119"],["12578.153","17722.510"],["12618.631","17774.610"],["12699.881","17743.577"],["12734.689","17764.025"],["12777.291","17748.877"],["12770.810","17781.181"],["19980.655","6167.042"],["20099.290","6061.228"],["9226.466","15688.081"],["9352.799","15642.293"],["9318.813","15712.582"],["9321.380","15699.969"],["9335.700","15649.396"],["9332.969","15630.520"],["9330.983","15641.354"],["9352.168","15603.256"],["9360.717","15617.408"],["9361.304","15587.411"],["9353.475","15593.070"],["9340.956","15602.211"],["9304.873","15575.121"],["9315.497","15564.185"],["6905.301","17388.723"],["7007.303","17385.829"],["7047.916","17338.272"],["7033.301","17263.284"],["7056.147","17322.656"],["12640.485","19023.863"],["5973.188","15076.343"],["6033.235","15061.504"],["5917.704","15081.399"],["6031.137","15037.841"],["6002.486","14938.259"],["6002.535","15029.479"],["5910.861","15083.069"],["6013.509","15069.165"],["8934.089","17776.314"],["8984.827","17702.140"],["8942.411","17812.152"],["8926.150","17717.813"],["8852.564","17687.078"],["8805.878","17646.195"],["8908.114","17677.607"],["8946.348","17673.754"],["8970.473","17688.368"],["8956.669","17682.734"],["8800.525","17643.041"],["8781.873","17742.496"],["11798.920","16980.111"],["11805.892","16935.862"],["11748.250","16943.921"],["11906.507","16947.685"],["10419.362","17296.307"],["10275.534","17226.532"],["10313.644","17246.016"],["10255.868","17406.032"],["10262.587","17348.347"],["10290.448","17379.260"],["10333.900","17274.009"],["12517.173","18471.498"],["12552.528","18626.317"],["12507.086","18597.751"],["12531.560","18563.762"],["12391.065","18653.541"],["12374.116","18637.130"],["12492.863","18546.392"],["12414.782","18677.042"],["12420.938","18497.441"],["12363.330","18597.718"],["12269.160","17292.782"],["12254.128","17248.951"],["12223.790","17351.163"],["12355.489","17277.933"],["12300.695","17271.762"],["12165.174","17287.103"],["12249.201","17288.752"],["12269.057","17270.321"],["12252.475","17216.582"],["12296.389","17330.366"],["13089.879","16954.887"],["13061.689","16958.586"],["13111.623","16891.188"],["13154.069","16914.150"],["13066.958","16932.399"],["14266.113","17153.525"],["13652.746","15292.454"],["11643.622","18825.421"],["11141.969","17884.552"],["11198.537","17978.801"],["11242.329","17987.373"],["11280.994","17963.291"],["11297.635","17999.989"],["11290.990","18009.287"],["7835.449","19236.640"],["7790.804","19162.341"],["7778.512","19109.296"],["7832.494","19284.269"],["7875.813","19301.844"],["6238.935","15449.667"],["6222.174","15471.000"],["6214.314","15493.487"],["6195.054","15478.062"],["6224.709","15501.481"],["6213.760","15377.598"],["6233.678","15411.487"],["6246.607","15357.926"],["6202.875","15371.988"],["6232.230","15320.683"],["6222.346","15369.138"],["6244.320","15312.012"],["6199.945","15315.612"],["7555.265","19185.226"],["7588.283","19142.078"],["7612.256","19264.738"],["7718.783","19304.786"],["7707.227","19207.890"],["7677.370","19254.098"],["7579.897","19278.161"],["7610.174","19243.227"],["7602.981","19208.944"],["7623.854","19173.487"],["7523.676","19127.115"],["7532.115","19304.463"],["8467.482","18047.924"],["8397.350","18219.807"],["13339.089","17199.212"],["13312.806","17242.912"],["13273.349","17209.865"],["13385.889","17248.113"],["13283.640","17332.073"],["13290.762","17317.391"],["13341.913","17361.553"],["13205.810","17406.501"],["6063.538","16635.511"],["21272.708","6732.476"],["14111.785","17977.830"],["14130.551","17931.841"],["14173.863","17849.069"],["14192.699","17958.318"],["14091.058","17885.771"],["14069.759","17976.820"],["14109.153","17975.804"],["14188.265","17943.798"],["14179.677","18026.203"],["14056.279","17915.754"],["6477.713","16452.145"],["6519.697","16540.632"],["6541.611","16416.803"],["6570.553","16516.540"],["10280.076","16634.423"],["12901.513","16379.853"],["12984.702","16561.896"],["12960.236","16368.198"],["12925.559","16477.891"],["12949.078","16474.476"],["12973.370","16510.236"],["12912.953","16363.732"],["6796.176","18597.216"],["6753.513","18604.389"],["6792.461","18667.234"],["6835.866","18584.195"],["6878.267","18643.171"],["6809.878","18578.030"],["6793.136","18627.496"],["6799.896","18651.181"],["6764.238","18618.315"],["6745.422","18627.680"],["6731.538","18640.926"],["6720.600","18625.517"],["6747.475","18653.461"],["6738.561","18606.293"],["6707.368","18619.820"],["12786.458","18869.058"],["12827.099","18713.322"],["12903.761","18750.547"],["12806.178","18830.068"],["12977.791","18837.273"],["6826.787","16548.392"],["6698.195","16401.413"],["6689.042","16560.680"],["12518.702","18352.018"],["12450.386","18260.580"],["12432.910","18442.936"],["12375.427","18442.837"],["12490.773","18365.298"],["12499.355","18363.909"],["12512.151","18326.188"],["12422.550","18290.269"],["12472.451","18268.601"],["12378.929","18288.986"],["12357.197","18372.927"],["12405.750","18417.567"],["12363.858","18440.639"],["9849.143","15656.044"],["10106.537","19108.423"],["14374.470","17000.115"],["14394.436","16867.421"],["14396.466","16987.448"],["10073.662","16882.182"],["10045.569","16852.655"],["10091.249","16938.303"],["10247.998","16943.929"],["10193.464","16820.989"],["6769.943","17279.877"],["6798.428","17277.750"],["6687.142","17287.678"],["6756.668","17394.627"],["6739.958","17383.215"],["6678.153","17302.692"],["6752.250","17299.051"],["6679.746","17256.703"],["7259.317","19002.351"],["7236.541","18895.393"],["7296.210","19025.141"],["7237.417","18963.730"],["7194.280","19038.553"],["11125.705","17503.078"],["11131.586","17487.113"],["12282.114","18947.911"],["11881.418","17958.559"],["11895.103","18015.305"],["11861.221","17957.832"],["11741.428","17941.981"],["11756.226","17865.811"],["11900.009","17908.416"],["11840.168","17918.943"],["11881.352","17885.813"],["11894.592","17921.288"],["11760.336","17856.236"],["7458.569","19579.413"],["7487.099","19714.079"],["7431.162","19709.679"],["7420.575","19655.554"],["7491.908","19706.084"],["7480.230","19622.166"],["15078.816","16187.629"],["6047.377","16420.689"],["6105.947","16444.095"],["6100.138","16496.019"],["6177.908","16434.937"],["6102.199","16551.480"],["11128.932","16906.644"],["11103.272","16926.707"],["11122.629","16891.005"],["11102.222","16914.981"],["11150.989","16915.299"],["11139.233","16908.293"],["11159.148","16903.577"],["6103.362","15653.018"],["6109.438","15588.274"],["14870.736","16297.314"],["14758.053","16323.527"],["14692.423","16345.304"],["14775.219","15535.688"],["13626.635","18259.030"],["13732.062","18266.847"],["6284.378","17554.167"],["7369.889","15874.792"],["7488.196","15850.857"],["9792.455","17291.378"],["9626.091","17405.637"],["9655.040","17392.450"],["8295.115","18211.226"],["7205.167","17916.926"],["7209.259","18025.172"],["7242.037","17899.708"],["7140.220","17952.815"],["11693.270","17962.377"],["11681.297","17985.829"],["11608.127","18016.276"],["11579.277","17984.335"],["11602.994","17947.241"],["11644.063","17947.489"],["11534.810","17893.773"],["11530.649","17891.015"],["11554.867","18011.005"],["11564.629","17886.895"],["11609.169","17880.586"],["11530.742","17947.328"],["12584.169","17118.521"],["12617.121","17092.797"],["12629.261","17185.476"],["12625.518","17169.732"],["12715.409","16993.802"],["7033.417","18445.977"],["7026.507","18366.540"],["7077.682","18437.936"],["7004.080","18298.771"],["6919.329","18386.252"],["6935.706","18402.087"],["7092.576","18381.600"],["6975.672","18357.477"],["6890.799","18333.121"],["6979.869","18345.021"],["6909.840","18431.632"],["7062.907","18284.576"],["6998.130","18266.448"],["6891.546","18319.862"],["6616.466","17255.003"],["6648.553","17312.054"],["6491.314","17396.329"],["7070.045","20172.989"],["7008.241","20180.844"],["7584.220","18718.049"],["7639.965","18779.379"],["7655.807","18854.042"],["7533.961","18765.094"],["7594.814","18809.482"],["9148.498","17294.861"],["6437.189","15523.064"],["6445.409","15559.740"],["6373.837","15571.160"],["6406.596","15563.282"],["6404.817","15513.633"],["6286.327","15672.834"],["6280.594","15659.816"],["6406.034","15637.188"],["6364.347","15548.607"],["6372.335","15517.824"],["6297.035","15517.544"],["6440.404","15649.283"],["6301.685","15516.146"],["6256.433","15557.723"],["8776.256","18200.779"],["8730.338","18130.325"],["6475.459","16294.698"],["6620.710","16231.414"],["6560.608","16276.617"],["5603.310","15669.150"],["5576.438","15635.465"],["5549.004","15625.251"],["5529.499","15658.039"],["5541.865","15663.841"],["5502.254","15681.447"],["5412.084","15690.888"],["5435.985","15684.934"],["5451.007","15587.863"],["5459.854","15587.998"],["5466.659","15614.537"],["5475.534","15616.284"],["5476.078","15596.899"],["5463.844","15538.667"],["5473.230","15530.264"],["5452.571","15538.143"],["11650.527","19045.389"],["11716.010","18995.691"],["11698.477","18942.264"],["11578.388","18989.539"],["11526.102","18964.502"],["11673.620","19050.558"],["11636.829","18891.019"],["11616.139","18892.522"],["6695.721","20136.505"],["6858.557","19997.609"],["6859.743","20127.353"],["6591.244","17022.684"],["6589.718","17050.815"],["6624.603","17076.215"],["6594.011","17095.687"],["6665.796","17124.693"],["13423.225","17608.530"],["27744.140","7070.878"],["6808.171","16962.160"],["6771.164","16948.882"],["6824.273","16946.786"],["6817.678","16975.335"],["6743.636","16935.681"],["6872.873","16905.938"],["6783.819","16929.316"],["6685.466","16924.752"],["6739.064","16920.497"],["6807.271","16793.742"],["6750.954","16877.232"],["6710.228","16969.983"],["10291.235","19172.291"],["10431.561","19147.910"],["12480.870","17772.970"],["12451.561","17772.029"],["12501.634","17824.800"],["12510.894","17692.374"],["12439.423","17831.097"],["12425.275","17803.749"],["12546.377","17712.650"],["12382.935","17712.418"],["12358.741","17731.609"],["12402.705","17699.850"],["6960.056","17469.619"],["6937.835","17445.616"],["6924.069","17500.423"],["6894.142","17579.604"],["7014.714","17569.833"],["7006.687","17596.750"],["6893.371","17415.804"],["7055.899","17440.668"],["7012.414","17416.141"],["7128.898","17280.382"],["14567.012","15639.523"],["14566.277","15688.450"],["14477.787","15679.398"],["14557.681","15658.120"],["14637.898","15594.390"],["14489.522","15589.623"],["14512.775","15666.071"],["14462.353","15657.585"],["14475.606","15707.324"],["14506.567","15533.163"],["14472.795","15548.133"],["9449.884","18506.666"],["9427.203","18487.905"],["9519.354","18488.376"],["9520.045","18509.020"],["9463.782","18675.365"],["9589.672","18635.451"],["10044.050","17018.169"],["10048.496","17146.898"],["10195.176","17138.188"],["10054.321","17161.864"],["10197.798","17086.923"],["10235.828","17066.230"],["10084.483","16987.340"],["12748.970","18688.073"],["12699.925","18742.289"],["12689.152","18685.724"],["12649.119","18725.757"],["12694.086","18723.511"],["12611.482","18805.516"],["12621.318","18803.732"],["12618.456","18840.826"],["12584.848","18752.051"],["12741.721","18827.638"],["12760.044","18832.642"],["12931.410","16927.069"],["12901.904","16939.463"],["14451.883","16334.315"],["14439.889","16354.015"],["14406.683","16223.566"],["14354.279","16301.967"],["14295.161","16297.637"],["14379.618","16316.398"],["14293.943","16210.057"],["14390.522","16201.040"],["14370.900","16207.134"],["14306.098","16201.156"],["14684.579","16579.209"],["9861.612","18521.603"],["10562.436","19007.261"],["10607.186","19042.438"],["10531.309","19003.042"],["10533.122","19085.225"],["9502.618","17626.580"],["9549.405","17642.164"],["11703.927","16949.058"],["11619.862","16973.620"],["11650.079","16920.089"],["11661.925","16905.029"],["10058.219","18682.529"],["9663.022","19034.012"],["9689.891","18983.040"],["9801.571","19004.010"],["9788.170","18907.802"],["9671.063","18899.852"],["9815.226","19077.409"],["12717.179","18477.257"],["12745.207","18527.406"],["12740.881","18498.273"],["12659.350","18568.269"],["12643.361","18597.921"],["12672.144","18623.371"],["12724.397","18574.139"],["12616.090","18540.570"],["12575.252","18550.314"],["12621.288","18528.282"],["20080.615","5563.747"],["20001.421","5498.956"],["7386.387","20267.045"],["7352.458","20308.959"],["7694.717","19024.857"],["10666.429","17063.212"],["10663.696","17011.601"],["10597.064","17008.128"],["10665.189","17089.181"],["10645.033","17044.738"],["10587.611","17021.119"],["10483.839","17150.854"],["10648.529","17079.498"],["8778.332","18184.061"],["11555.471","18512.325"],["11667.083","18568.270"],["12453.509","17428.080"],["12548.345","17448.477"],["12553.180","17465.025"],["12426.781","17517.897"],["12380.005","17562.092"],["12436.468","17521.316"],["12563.098","17453.973"],["14327.834","15745.224"],["14357.844","15748.496"],["14282.839","15748.324"],["14296.741","15728.619"],["14287.416","15811.813"],["14431.623","15761.000"],["14439.192","15843.936"],["14376.973","15756.477"],["14438.629","15902.108"],["14255.313","15928.404"],["14389.750","15821.571"],["14298.458","15862.503"],["9433.115","16040.861"],["9559.802","16025.857"],["9578.828","16055.081"],["9426.097","16047.442"],["9471.796","16072.440"],["9455.715","16082.039"],["13285.435","16726.485"],["13242.054","16586.775"],["13278.345","16725.532"],["13405.851","16704.908"],["13394.470","16717.377"],["13341.986","16764.754"],["13308.780","18687.586"],["13223.153","18714.289"],["13215.094","18730.837"],["13256.755","18752.934"],["13200.715","18680.431"],["13314.534","18863.169"],["13320.143","18766.208"],["13217.446","18813.887"],["13385.165","18784.319"],["13387.113","18833.895"],["5550.542","15207.553"],["5515.457","15160.504"],["5568.642","15265.215"],["5554.990","15277.139"],["5514.480","15194.662"],["5455.804","15093.373"],["8371.764","18519.515"],["8387.146","18573.584"],["8430.733","18635.136"],["14572.048","15857.770"],["14608.319","15781.463"],["14570.515","15716.293"],["14492.595","15782.664"],["14575.887","15746.664"],["14498.504","15834.061"],["14463.338","15798.226"],["14549.150","15792.428"],["14594.329","15913.988"],["28238.706","7519.631"],["19758.733","8557.949"],["11313.731","16940.279"],["11391.777","16930.079"],["11376.826","16891.921"],["11455.812","16913.116"],["11466.728","16939.540"],["11508.403","16966.834"],["11386.341","16797.110"],["11361.303","16838.307"],["11357.967","16826.643"],["11427.143","16980.348"],["11430.300","16825.642"],["11450.375","16821.431"],["11347.100","16967.268"],["13673.176","15787.400"],["13687.079","15765.518"],["13708.557","15795.496"],["13737.298","15807.046"],["13733.766","15761.058"],["13815.290","15901.258"],["13999.183","16158.549"],["13926.357","16161.737"],["10027.774","16170.108"],["10764.270","17077.931"],["10685.144","17125.200"],["10739.498","17039.125"],["10731.192","17059.058"],["10714.638","17051.448"],["10761.115","16999.655"],["6599.709","18450.640"],["6587.132","18421.713"],["6662.273","18402.273"],["6472.867","18364.376"],["10145.952","16475.222"],["14118.073","15400.871"],["14188.037","15406.324"],["14192.712","15498.878"],["14156.159","15450.712"],["14045.380","15502.936"],["14122.296","15492.595"],["14211.213","15455.023"],["8850.705","19133.634"],["8829.813","19102.799"],["11790.679","19114.060"],["11776.189","19130.278"],["11829.575","19123.941"],["6230.911","15716.759"],["6202.191","15677.988"],["6194.593","15699.359"],["6141.781","15563.438"],["6151.081","15577.371"],["6190.223","15615.765"],["6249.439","15605.326"],["6133.607","15546.138"],["6207.785","15530.052"],["6204.232","15519.301"],["6225.416","15551.885"],["6205.991","15557.634"],["6184.216","15550.845"],["6178.067","15647.256"],["6170.718","15645.550"],["6178.974","15651.481"],["6156.235","15593.875"],["6251.114","15711.390"],["6146.422","15537.436"],["11242.334","17859.095"],["11266.133","17845.123"],["11197.979","17836.726"],["7545.208","19328.843"],["7704.585","19397.200"],["7613.758","19336.160"],["7559.789","19385.976"],["7611.521","19413.060"],["7668.826","19499.072"],["7539.554","19504.786"],["7514.643","19451.460"],["7534.270","19378.907"],["7665.959","19325.210"],["7649.166","19457.042"],["13680.601","17751.172"],["13763.669","17830.677"],["13797.351","17621.622"],["13655.634","17738.170"],["13680.979","17710.143"],["14260.353","17991.954"],["5991.631","16487.542"],["5955.285","16488.611"],["6021.357","16479.494"],["5918.376","16519.233"],["9022.899","15944.162"],["9100.352","16084.068"],["9119.750","16080.971"],["9107.226","16078.528"],["9058.993","15948.428"],["8784.334","15806.013"],["8814.280","15784.084"],["11996.778","19058.509"],["12104.537","19023.642"],["12004.928","18968.363"],["12140.126","18996.159"],["12055.307","18974.672"],["11938.096","18928.506"],["11952.980","19076.460"],["12000.280","19052.242"],["12062.385","19062.052"],["7552.404","18653.667"],["10490.715","17930.965"],["10563.304","17920.920"],["10478.287","17952.002"],["10506.950","18027.359"],["7043.216","16648.285"],["7070.988","16755.531"],["7018.059","16615.079"],["6983.444","16661.928"],["12757.692","19008.079"],["12688.186","19023.570"],["12612.886","18890.452"],["12666.620","18987.182"],["14031.896","17493.372"],["6360.802","16741.679"],["6323.889","16574.907"],["6339.421","16628.701"],["6263.394","16751.921"],["6353.641","16681.181"],["6379.664","16740.003"],["6387.512","16755.524"],["6452.248","16673.757"],["6433.751","16670.982"],["6449.187","16568.806"],["6349.263","16564.271"],["7593.787","18267.722"],["7553.768","18279.994"],["7538.385","18355.519"],["7684.845","18309.872"],["7648.480","18347.715"],["7705.383","18351.320"],["7723.292","18356.427"],["7719.680","18303.218"],["7517.083","18273.907"],["7631.333","18278.849"],["7610.421","18316.306"],["7645.417","18402.491"],["9197.238","18879.914"],["9113.527","18850.188"],["9067.639","18837.124"],["9123.527","18788.190"],["9015.590","18778.729"],["8994.498","18753.746"],["9145.277","18871.818"],["9153.351","18874.758"],["9184.173","18833.388"],["9127.255","18886.994"],["9141.877","18792.906"],["9063.467","18848.842"],["9087.826","18762.649"],["9110.259","18766.885"],["9076.381","18752.894"],["9590.321","19233.944"],["9422.883","19226.864"],["9290.595","15735.208"],["9204.151","15831.553"],["9198.843","15761.596"],["9210.068","15780.067"],["9249.835","15816.273"],["9258.203","15785.067"],["9219.677","15808.982"],["9296.562","15723.605"],["7308.442","17578.747"],["12511.767","16718.899"],["12417.845","16666.038"],["14129.288","16205.573"],["14333.207","15674.525"],["14353.024","15636.598"],["14280.140","15711.270"],["14351.059","15587.065"],["14272.761","15711.211"],["14379.393","15580.308"],["14407.150","15533.454"],["14269.607","15591.264"],["14459.266","15533.234"],["8780.182","16101.549"],["8779.533","16072.366"],["8785.231","16055.886"],["8793.824","16053.033"],["14700.417","15496.256"],["14676.567","15453.562"],["7221.454","19330.309"],["7242.137","19363.267"],["13280.709","16974.427"],["13264.738","16935.137"],["13273.200","16901.412"],["13265.818","16915.444"],["20438.623","6428.738"],["20501.675","6532.295"],["20558.073","6460.536"],["14206.843","17314.389"],["14194.754","17339.789"],["14232.575","17379.596"],["14113.227","17304.148"],["14146.319","17292.042"],["14246.458","17250.641"],["7984.153","16012.351"],["10099.760","16480.331"],["10098.181","16449.096"],["10124.202","16560.553"],["10101.102","16560.869"],["13633.427","18964.981"],["13706.982","19014.040"],["13714.564","19078.796"],["13796.291","19023.751"],["13665.644","17199.711"],["13689.592","17293.312"],["13732.980","17232.783"],["12482.877","17865.003"],["12521.815","17879.730"],["12487.067","18007.775"],["12521.654","18039.004"],["12551.888","18041.576"],["12519.107","17898.667"],["12438.299","18034.594"],["12503.994","17990.065"],["12379.629","17878.657"],["12365.075","17928.995"],["12368.730","18032.863"],["12411.355","17839.722"],["12411.407","17939.796"],["17252.921","4091.612"],["17328.954","4083.445"],["7310.863","18044.131"],["7470.969","18226.809"],["7470.323","18182.609"],["7494.254","18208.406"],["7316.481","18195.262"],["17451.436","4370.114"],["17413.729","4432.638"],["17517.364","4316.753"],["17525.547","4315.417"],["17470.455","4406.265"],["17509.708","4386.024"],["17457.654","4400.257"],["17474.913","4465.695"],["17422.336","4507.206"],["14541.088","18060.777"],["20290.885","6907.854"],["6864.023","18343.015"],["6761.463","18330.237"],["6774.112","18415.410"],["6827.558","18335.555"],["6752.707","18432.813"],["6722.440","18374.323"],["6675.766","18430.848"],["8547.544","18308.165"],["9546.033","17605.976"],["12963.482","18366.394"],["12822.918","18402.483"],["12893.549","18398.959"],["12795.513","18351.830"],["12837.279","18454.333"],["12897.970","18435.819"],["12785.250","18342.531"],["12921.681","18263.313"],["12916.450","18300.341"],["12871.339","18341.641"],["12925.011","18345.684"],["12941.311","18405.700"],["12793.751","18256.791"],["14242.434","16530.268"],["14227.055","16546.717"],["14222.340","16449.434"],["14207.866","16477.642"],["14207.307","16434.670"],["14217.422","16393.018"],["14176.158","16540.193"],["11746.613","17396.491"],["11932.708","17232.223"],["11875.618","17334.578"],["11863.761","17351.308"],["11867.865","17316.243"],["14122.632","14186.698"],["14241.638","14138.862"],["14224.289","15090.074"],["13766.379","12406.942"],["14328.644","12544.282"],["14375.519","14312.519"],["13635.280","12325.545"],["13671.367","12307.998"],["13735.113","12238.076"],["13988.463","12344.658"],["14016.535","12402.879"],["14222.749","14198.161"],["14132.574","14085.799"],["14081.144","12288.389"],["14093.849","12319.562"],["14115.090","12131.462"],["13847.567","12518.999"],["13671.596","12450.608"],["13714.613","12376.202"],["14476.712","12117.469"],["14559.114","12075.350"],["13901.199","12317.335"],["14485.326","12588.061"],["14340.051","12309.385"],["14335.233","12158.231"],["14447.768","12302.142"],["13594.771","12478.412"],["14257.538","12542.474"],["14280.367","15090.851"],["14296.732","14076.914"],["14333.448","14153.117"],["14288.002","14190.014"],["14421.956","14270.798"],["14390.882","14402.804"],["14318.773","14416.350"],["14344.797","14262.491"],["14342.306","14309.193"],["14033.935","12114.337"],["13934.207","12072.281"],["14216.460","12747.182"],["14208.649","15067.068"],["14215.046","15015.924"],["14200.650","14259.618"],["14219.382","14322.765"],["14229.463","14358.683"],["9463.145","19026.723"],["9546.222","19015.208"],["9492.811","19099.116"],["9579.621","19045.817"],["7270.056","19106.905"],["13713.524","18544.666"],["13626.343","18471.677"],["12216.178","18612.408"],["12182.099","18650.773"],["8145.202","19438.885"],["7992.457","19516.278"],["7998.732","19456.333"],["8016.954","19392.187"],["8052.302","19361.323"],["8056.204","19321.711"],["8131.898","19410.908"],["8134.239","19481.168"],["8644.148","18834.242"],["8739.002","18740.901"],["8698.679","18776.804"],["8673.725","18710.591"],["8705.409","18713.805"],["8728.422","18700.097"],["8648.270","18331.878"],["8604.962","18346.583"],["10290.169","18939.269"],["10261.502","18914.030"],["10317.897","19052.962"],["10336.521","18912.045"],["10389.283","19017.737"],["10277.699","18982.031"],["10275.600","19064.185"],["10394.993","18956.305"],["10445.830","19019.995"],["10300.082","18982.324"],["10306.520","18895.644"],["6700.705","18291.364"],["6694.141","18294.402"],["6368.322","17649.112"],["9991.797","18714.514"],["10033.647","18706.311"],["9873.155","18739.456"],["6542.707","15943.079"],["9371.510","19113.409"],["10032.473","18878.248"],["9970.102","18781.020"],["10007.656","18791.274"],["9856.740","18812.121"],["9894.745","18861.777"],["10886.949","18201.299"],["10970.808","18062.857"],["10991.866","18087.016"],["10961.566","18127.319"],["11006.347","18167.928"],["11088.848","18218.737"],["7391.302","19556.953"],["7361.855","19684.765"],["11768.477","18324.151"],["11760.385","18328.577"],["11754.021","18391.419"],["11794.005","18398.653"],["7740.079","17985.649"],["7862.469","17992.438"],["13128.074","18983.329"],["13086.446","18956.112"],["13173.054","18932.219"],["6041.022","17135.976"],["6954.443","15998.592"],["6947.782","15937.783"],["7043.091","16120.285"],["6988.141","16129.395"],["6938.263","16107.715"],["6910.910","16139.023"],["7081.278","16099.164"],["11972.584","18637.716"],["11980.939","18650.383"],["8085.909","18904.378"],["8014.371","18955.261"],["8013.101","19016.729"],["8089.461","19019.337"],["8039.856","18976.199"],["8074.462","19702.456"],["8055.916","19664.121"],["12316.196","18996.096"],["12261.212","19044.783"],["12276.212","19029.061"],["7400.909","18356.649"],["7333.097","18284.243"],["7422.896","18439.414"],["12039.616","18877.084"],["6192.982","16943.225"],["6238.804","16876.503"],["6210.538","16897.302"],["6243.372","16972.360"],["6191.985","16885.033"],["5827.173","18005.398"],["7240.972","15858.135"],["7205.656","15827.315"],["8414.461","19620.500"],["8412.982","19649.605"],["8483.018","19697.033"],["8372.422","19699.319"],["8363.075","19594.617"],["6441.173","16392.166"],["6367.582","16563.342"],["6356.848","16559.313"],["8944.920","18997.043"],["8848.463","19024.582"],["8809.516","18961.519"],["10207.945","17262.150"],["10075.310","17218.897"],["10064.623","17299.196"],["10148.167","17302.930"],["10234.390","17298.582"],["10083.430","17352.674"],["10214.183","17207.430"],["11602.093","18861.226"],["11603.984","18866.560"],["6942.061","20070.403"],["6960.796","20019.903"],["6979.659","20016.172"],["8191.964","19829.834"],["8267.986","19775.014"],["8342.194","19739.871"],["10250.360","18691.491"],["10140.320","18798.571"],["10100.765","18738.591"],["10221.787","18765.596"],["10080.729","18809.492"],["10106.823","18873.261"],["10064.223","18856.919"],["7789.981","18877.016"],["7577.033","19953.491"],["7542.836","19961.622"],["7457.177","16039.566"],["7489.981","16137.067"],["7397.003","16100.664"],["7342.332","16106.048"],["7321.440","16129.070"],["7422.161","15958.665"],["7481.557","15979.783"],["7432.759","15945.058"],["7370.904","15974.625"],["7308.221","15942.595"],["7358.426","15942.970"],["11354.933","18672.238"],["12190.523","19124.583"],["12193.550","19177.432"],["7153.987","17192.988"],["6474.885","20474.974"],["6664.594","20464.586"],["7337.021","19382.818"],["7354.121","19431.558"],["7442.832","19376.910"],["7380.591","19397.116"],["7434.701","19494.050"],["7421.636","19397.032"],["7442.676","19385.846"],["7363.794","19344.102"],["7408.193","19394.393"],["7429.302","19359.819"],["7449.691","19345.650"],["10746.095","18037.846"],["10803.803","18036.975"],["10711.302","17884.007"],["10830.010","17914.487"],["10868.259","17889.687"],["10881.429","17953.006"],["10838.672","17894.938"],["7971.220","18429.085"],["7969.070","18277.624"],["8043.001","18361.605"],["8054.891","18348.820"],["8083.495","18299.714"],["5885.438","17756.728"],["5957.302","17747.470"],["5976.572","17641.243"],["9774.726","18808.495"],["7345.050","16150.184"],["7399.157","16300.513"],["7413.203","16320.020"],["7107.049","16720.229"],["7142.007","16737.744"],["7270.181","16758.032"],["7254.032","16762.300"],["7155.162","16685.043"],["7196.577","16745.720"],["12984.326","18552.723"],["12877.155","18656.935"],["11110.541","18462.356"],["11045.159","18610.388"],["11030.293","18625.310"],["10942.800","18644.266"],["8391.944","19243.807"],["8524.892","19204.493"],["8493.752","19240.635"],["8405.292","19237.371"],["8402.521","19289.538"],["8369.238","19248.784"],["8436.549","19278.406"],["8436.013","19307.844"],["10309.067","17599.877"],["10390.820","17543.417"],["10356.454","17412.651"],["8493.676","19282.592"],["6892.556","20256.370"],["9627.743","18625.407"],["9645.659","18664.677"],["9715.351","18545.335"],["9772.597","18472.202"],["6345.151","18365.170"],["6383.641","18356.208"],["6365.051","18295.235"],["6455.396","18293.061"],["6443.787","18331.792"],["6337.863","18353.142"],["6350.120","18337.494"],["6397.561","18294.584"],["6410.715","18269.851"],["6393.667","18331.172"],["6846.346","16194.766"],["6827.201","16168.457"],["6843.342","16165.413"],["6811.660","16329.543"],["6767.307","16189.973"],["6758.001","16203.223"],["6779.116","16174.631"],["6700.154","16312.877"],["6704.002","16311.077"],["6781.099","16343.575"],["6815.509","16288.133"],["6855.674","16330.907"],["8245.224","18354.701"],["8170.366","18454.219"],["8356.029","18373.049"],["10550.577","18667.020"],["11618.181","19297.040"],["11581.602","19245.809"],["8008.486","18886.684"],["6489.192","16258.709"],["6931.401","16961.132"],["7044.985","16807.488"],["7089.622","16896.528"],["7069.293","16828.386"],["7082.228","16915.342"],["6949.102","16912.234"],["6973.460","16932.316"],["6965.023","16895.471"],["6891.884","16807.440"],["6898.115","16831.786"],["6346.364","16804.910"],["6422.509","16934.056"],["6354.818","16890.700"],["6338.591","16868.467"],["6328.544","16861.051"],["6276.309","16928.677"],["6287.641","16946.777"],["6092.671","18413.353"],["6237.206","18403.747"],["6237.516","18428.159"],["6123.316","18409.849"],["6063.611","18459.278"],["6178.158","18408.228"],["6185.285","18375.855"],["7720.631","19124.232"],["7688.718","19121.089"],["7647.242","19138.524"],["7693.990","19133.328"],["10027.687","17219.558"],["9998.761","17251.169"],["6119.805","18479.112"],["6066.772","18481.621"],["6159.657","18468.041"],["6158.869","18638.989"],["6066.852","18631.170"],["6185.459","18631.736"],["11869.179","19278.305"],["6867.269","15744.957"],["6882.183","15843.678"],["6847.598","15787.337"],["6777.287","15762.397"],["6832.929","15783.801"],["6829.117","15722.294"],["7239.941","18478.255"],["7163.171","18586.456"],["7258.924","18528.920"],["7132.881","18611.682"],["7194.100","18514.745"],["7196.003","18643.135"],["7213.864","18607.574"],["10249.705","19174.736"],["10203.754","19131.843"],["10180.544","19193.799"],["10137.953","19173.342"],["6877.617","15940.508"],["6775.131","16051.400"],["6789.259","16090.938"],["6779.509","16097.446"],["6810.392","16025.122"],["6858.599","16087.567"],["6833.007","16074.470"],["6723.294","15959.748"],["6749.897","16019.815"],["11261.252","18710.695"],["11206.597","18747.799"],["11113.696","18691.573"],["11097.300","18750.265"],["7084.950","17183.584"],["6921.647","17020.147"],["6936.053","17169.860"],["5902.484","17854.786"],["13942.762","18540.466"],["10926.173","17931.724"],["10940.159","17956.657"],["11059.431","17914.313"],["11057.903","18002.286"],["11028.974","18042.677"],["10117.306","17666.340"],["6777.242","18085.805"],["6751.522","18202.240"],["6865.944","18247.995"],["6850.381","18099.301"],["6836.511","18072.274"],["6779.572","18118.225"],["6712.426","18061.783"],["6697.587","18117.584"],["6672.743","18177.543"],["6693.252","18190.409"],["6425.608","17663.783"],["7094.497","17558.477"],["7148.017","17415.523"],["13866.032","18726.721"],["13982.840","18867.332"],["13978.333","18877.621"],["13865.065","18689.252"],["13884.719","18694.339"],["10481.165","18267.168"],["10521.963","18326.781"],["10669.761","18259.067"],["8535.785","18436.118"],["8501.873","18343.344"],["8539.808","18442.795"],["8398.620","18347.089"],["11695.222","18460.420"],["11055.512","18695.128"],["10990.111","18678.198"],["10908.306","18699.766"],["10935.692","18742.910"],["10934.044","18782.738"],["8456.678","18963.066"],["11094.917","18278.059"],["11259.206","18392.589"],["11156.146","18392.743"],["11108.259","18317.147"],["11168.539","18287.634"],["11250.360","18303.668"],["11225.854","18283.585"],["10815.043","18880.393"],["10809.494","18737.265"],["10756.799","18744.501"],["10700.995","18736.661"],["10738.907","18782.286"],["10700.485","18846.142"],["10794.144","18715.079"],["10674.480","18711.406"],["10850.723","18833.706"],["10829.474","18722.175"],["11125.859","18105.717"],["11232.175","18079.804"],["11256.709","18244.939"],["7167.183","20262.685"],["7137.743","20187.638"],["7185.359","20205.886"],["7105.451","20367.965"],["14097.212","18266.177"],["14186.258","18394.418"],["14136.648","18410.265"],["14235.505","18381.195"],["11380.116","18744.091"],["11381.220","18731.173"],["7441.362","17809.254"],["7758.238","18523.912"],["7788.363","18504.647"],["7835.880","18475.031"],["7180.069","16405.407"],["7149.547","16432.986"],["7156.093","16558.636"],["7213.398","16489.430"],["7163.097","16512.317"],["7162.997","16444.850"],["7154.757","16505.263"],["9896.591","19122.912"],["11472.908","18104.742"],["11475.917","18092.917"],["7175.069","17108.188"],["7137.832","17132.040"],["7161.131","17019.397"],["11751.932","18833.133"],["11858.379","18786.610"],["11847.030","18757.824"],["11858.100","18741.165"],["8669.942","18614.707"],["8652.026","18555.489"],["8658.964","18468.647"],["7523.559","16088.815"],["7538.674","16070.252"],["7554.918","16112.172"],["7378.626","17849.494"],["7541.745","17996.830"],["6069.350","18402.262"],["6059.681","18359.442"],["6156.830","18280.967"],["6142.347","18302.827"],["6154.090","18298.516"],["6146.918","18317.912"],["6114.665","18329.260"],["6095.454","18376.009"],["6049.989","18429.307"],["6667.249","16045.860"],["6621.653","16101.643"],["10243.147","17854.986"],["10200.774","17902.251"],["6924.646","18183.274"],["6932.437","18058.960"],["6905.542","18226.046"],["6890.006","18135.303"],["6956.496","18083.257"],["6956.792","18195.274"],["6615.519","20133.789"],["10755.383","19070.581"],["13618.886","19072.893"],["13602.029","18924.701"],["13464.515","18895.199"],["13507.985","18891.549"],["13433.216","18954.157"],["13443.660","18983.521"],["13450.420","18917.658"],["13584.100","19075.006"],["13507.455","19100.092"],["6807.527","20538.780"],["7245.121","18088.678"],["7253.837","18209.102"],["7241.149","18194.879"],["7228.517","18219.348"],["7270.026","18200.185"],["7278.002","18048.100"],["12819.835","19076.719"],["12813.766","18963.952"],["12892.960","19035.530"],["12862.890","18944.837"],["12974.929","19000.576"],["12978.663","18992.335"],["5919.950","20405.440"],["10201.316","17415.427"],["10158.589","17539.982"],["10226.200","17540.700"],["6586.449","15593.057"],["6625.660","15607.525"],["6655.825","15624.100"],["6667.167","15634.462"],["6665.050","15610.962"],["7430.978","16680.898"],["10713.717","18620.425"],["13217.182","18945.514"],["13356.712","19092.603"],["7328.171","18738.283"],["7392.307","18734.805"],["7399.093","18690.082"],["7467.786","18804.150"],["7427.255","18747.819"],["7513.692","18888.216"],["5185.215","16369.589"],["10492.586","18803.501"],["10629.331","18872.072"],["10567.397","18776.244"],["10566.220","18854.594"],["10571.887","18756.291"],["10620.823","18696.280"],["10486.221","19141.523"],["10557.875","19115.382"],["8163.001","19375.652"],["8189.681","19500.722"],["8261.084","19445.345"],["8257.796","19357.119"],["8227.173","19374.901"],["8253.641","19327.137"],["8228.340","19312.221"],["8147.388","19482.208"],["8222.870","19504.902"],["8351.409","19324.125"],["8246.418","19523.437"],["8347.078","19419.870"],["8261.533","19519.105"],["8336.293","19474.310"],["8287.959","19505.377"],["7233.152","16813.391"],["7252.952","16785.998"],["8567.762","19288.165"],["8613.135","19221.638"],["8643.913","19258.584"],["8722.717","19137.033"],["6824.250","17637.031"],["6801.457","17696.525"],["6704.301","17634.634"],["6730.781","17627.888"],["6874.014","17806.140"],["12005.889","19116.123"],["14053.153","18872.138"],["14097.904","18690.265"],["14241.335","18863.427"],["14221.488","18775.787"],["7088.957","17981.497"],["7031.530","17932.521"],["7072.326","17841.532"],["7015.921","17903.986"],["10487.904","18915.644"],["10575.940","18948.136"],["10484.026","18996.568"],["9541.537","19178.624"],["9589.017","19151.924"],["9411.714","19152.470"],["10665.630","18089.259"],["10555.819","18227.893"],["10652.595","18146.814"],["7624.444","19587.010"],["7597.996","19695.636"],["7524.046","19680.271"],["7655.782","19707.114"],["7720.888","19594.925"],["7669.104","19664.277"],["7831.112","19375.405"],["7858.961","19480.239"],["7745.982","19470.994"],["7921.003","19495.532"],["7864.827","19426.988"],["7831.520","19365.207"],["7928.055","19379.320"],["9691.731","19228.307"],["9666.942","19191.419"],["9764.552","19274.776"],["9707.692","19285.985"],["7566.263","18251.083"],["7691.845","18129.463"],["7603.801","18057.689"],["7663.516","18241.496"],["7518.148","18179.710"],["9620.851","19109.015"],["9723.179","19149.083"],["9779.585","19133.099"],["7204.237","17849.209"],["7294.492","17868.897"],["7776.011","19817.248"],["7754.946","19784.136"],["7784.980","19866.526"],["7729.625","19923.422"],["7893.927","19883.600"],["7834.189","19789.419"],["7764.783","19793.608"],["9519.096","18710.579"],["10287.433","17926.440"],["10343.277","17844.408"],["10309.021","17927.479"],["10318.792","17975.099"],["6747.875","20251.446"],["6770.560","20242.001"],["8160.592","19699.409"],["8234.874","19727.041"],["8212.927","19639.807"],["8350.942","19537.015"],["10697.859","18937.039"],["10864.629","18910.616"],["10812.405","18958.982"],["6661.949","17654.618"],["6548.751","17630.108"],["8385.083","19316.074"],["7756.872","18229.900"],["7856.649","18169.397"],["7859.626","18135.144"],["7814.350","18080.668"],["7740.830","18134.063"],["7735.095","18056.830"],["7810.198","18044.322"],["7875.650","18048.014"],["6577.496","20588.493"],["6972.929","15789.653"],["7005.848","15775.639"],["7060.267","15905.413"],["6998.967","15868.071"],["7016.254","15856.808"],["6910.213","15739.903"],["6897.802","15718.920"],["7021.137","15792.773"],["7087.305","15808.429"],["6915.903","20502.566"],["13170.488","18848.999"],["7444.272","16369.597"],["7386.061","16364.309"],["7319.936","16390.559"],["7328.154","16411.283"],["7344.657","16385.169"],["7406.487","16466.252"],["7445.517","16488.713"],["10312.191","18395.519"],["10261.432","18337.254"],["7258.597","18651.117"],["7283.701","18607.227"],["7286.449","18670.129"],["6132.439","20623.167"],["11877.718","18382.771"],["9125.573","19024.576"],["9121.780","19048.851"],["9040.030","19047.185"],["9065.803","18948.712"],["9092.985","19078.024"],["9037.348","19090.149"],["10713.768","18201.323"],["10714.675","18105.243"],["10767.746","18122.630"],["6696.212","18041.177"],["6787.226","18034.673"],["6780.460","17980.018"],["13549.661","18875.452"],["7449.352","19115.608"],["7408.370","19274.826"],["7465.543","19190.760"],["7320.979","19241.673"],["7321.755","19184.943"],["7466.766","19154.281"],["7406.937","19154.760"],["7366.661","19215.377"],["7476.840","19223.179"],["7398.885","19294.102"],["7477.414","19287.832"],["10538.472","17622.935"],["9225.944","18925.528"],["9263.840","18958.730"],["9331.767","19016.032"],["9253.759","19032.527"],["9328.568","19019.552"],["9207.249","19089.142"],["12219.306","18785.643"],["12268.267","18695.530"],["6398.991","16991.629"],["6281.459","17001.230"],["6302.700","17094.540"],["6313.651","17118.236"],["11150.518","18624.233"],["11229.300","18657.243"],["8329.927","18835.092"],["8347.753","18829.408"],["8344.565","18733.086"],["8300.584","18759.152"],["8311.884","18685.976"],["6481.750","16743.732"],["6472.914","16767.114"],["6600.752","16698.616"],["6585.138","16771.538"],["6672.139","16768.745"],["6638.136","16675.214"],["6653.207","16662.758"],["13472.715","18398.551"],["13442.057","18402.762"],["13442.797","18356.866"],["11343.362","18046.562"],["11308.935","18083.862"],["6922.312","16396.590"],["6926.095","16414.691"],["6997.335","16524.542"],["7053.441","16563.833"],["6994.407","16556.631"],["6994.989","16413.730"],["7067.687","16419.811"],["7062.216","16484.717"],["14366.377","18418.701"],["14258.252","18411.649"],["10179.519","17089.741"],["7521.647","16202.441"],["7991.301","18517.522"],["8143.309","18483.059"],["8085.686","18476.193"],["8039.868","18489.793"],["8126.759","18574.845"],["7759.808","19558.647"],["7818.889","19553.971"],["7919.271","19662.088"],["7922.460","19566.035"],["7868.623","19581.787"],["7387.099","19744.625"],["6847.086","15671.899"],["6742.404","15613.288"],["6764.744","15636.421"],["6723.206","15687.421"],["10114.747","16969.693"],["6358.956","17426.678"],["6380.170","17486.221"],["6358.805","17451.146"],["6362.889","17538.432"],["6322.536","17532.466"],["6406.756","17452.170"],["6926.335","20421.130"],["6648.263","15785.998"],["6603.020","15766.172"],["6632.960","15874.405"],["10330.410","18845.094"],["10272.253","18830.105"],["10274.374","18783.925"],["10298.920","18756.738"],["10452.839","18745.856"],["10395.052","18716.015"],["10410.692","18806.714"],["10391.035","18859.586"],["6692.272","15796.777"],["7409.862","19071.948"],["7419.040","18987.723"],["7476.858","19061.326"],["7308.240","18909.128"],["7367.810","19012.697"],["8160.995","19576.530"],["8178.705","19544.291"],["10380.586","18297.478"],["10340.086","18358.591"],["10268.180","18298.343"],["13845.078","18663.186"],["13909.799","18666.192"],["8065.731","19282.956"],["7260.553","20599.459"],["6784.422","17608.183"],["6808.629","17542.096"],["6815.532","17438.854"],["6757.738","17458.134"],["6694.087","17571.232"],["6675.270","17517.756"],["6829.089","17571.009"],["6871.246","17480.406"],["6836.422","17450.733"],["10760.397","18390.312"],["10715.958","18331.097"],["10875.362","18293.362"],["10844.297","18380.293"],["7177.940","15904.670"],["7154.942","15815.568"],["7137.442","15847.376"],["7098.617","15827.185"],["7120.808","15813.787"],["7165.244","15757.018"],["7160.311","15887.922"],["7277.670","15897.563"],["7094.934","15786.128"],["6619.199","17596.401"],["6534.223","17609.226"],["6468.241","17569.139"],["6504.536","17456.778"],["6525.549","17582.119"],["6530.118","17565.304"],["6586.468","17561.670"],["10552.729","17597.548"],["8512.431","18799.440"],["8369.220","18782.885"],["8412.931","18747.835"],["8553.694","18759.151"],["8532.505","18750.965"],["8962.210","18485.737"],["10311.866","18087.155"],["10370.262","18185.894"],["6700.538","16726.124"],["6703.434","16597.988"],["6725.575","16655.293"],["6882.599","16648.964"],["6849.984","16714.810"],["6837.797","16682.556"],["6826.171","16745.921"],["9991.300","18946.287"],["9918.859","18901.570"],["9961.334","19035.431"],["9882.247","18955.704"],["9951.165","19006.999"],["9950.450","19090.260"],["8786.250","18807.382"],["8822.749","18715.308"],["10046.487","18442.328"],["10163.193","18263.330"],["10099.437","18380.942"],["10169.396","18310.562"],["8669.270","18905.351"],["8695.391","18890.810"],["8630.677","18939.742"],["8666.521","19056.479"],["8761.823","19080.798"],["7334.481","18467.571"],["14260.217","18903.163"],["10067.074","19004.529"],["10178.152","18915.228"],["10134.075","19046.459"],["10083.625","18985.620"],["10112.557","19096.301"],["10235.353","18978.001"],["10210.183","18964.391"],["7876.027","18984.923"],["7867.947","18977.752"],["7884.432","18929.402"],["7778.045","18973.391"],["7761.869","19085.023"],["7919.014","19099.457"],["7807.187","19073.507"],["7857.589","19075.140"],["7760.910","18891.048"],["7774.900","18909.453"],["7793.737","18916.212"],["7815.185","19097.062"],["7033.747","17821.632"],["7048.736","17716.349"],["6901.748","17694.626"],["6976.293","17750.484"],["7082.276","17774.547"],["7053.089","17699.717"],["6918.064","17793.046"],["6965.120","17717.744"],["7030.133","17656.548"],["7978.650","19745.808"],["8145.434","19741.737"],["8021.610","19779.493"],["7936.512","19751.195"],["7999.288","19784.330"],["8099.672","19766.626"],["8121.898","19821.664"],["6438.048","18378.933"],["6255.412","18411.003"],["7828.637","18358.817"],["7793.979","18317.387"],["7791.242","18374.219"],["7899.416","18370.823"],["7820.695","18402.976"],["7774.590","18393.923"],["7802.932","18389.466"],["7831.154","18408.508"],["7825.169","18384.445"],["7802.481","18441.794"],["7806.370","18375.015"],["7787.768","18388.607"],["7840.778","18395.784"],["7891.732","18403.848"],["8171.582","19197.460"],["8192.018","19143.181"],["8244.997","19258.310"],["8249.622","19116.233"],["8181.083","19201.348"],["8147.096","19130.053"],["8267.051","19172.798"],["8297.568","19142.845"],["8321.697","19160.908"],["9141.324","19182.116"],["9160.868","19258.377"],["11739.804","19044.184"],["11735.659","19033.217"],["11898.326","18922.874"],["11874.510","18902.494"],["11908.555","19024.486"],["11476.004","18945.113"],["6851.226","20667.880"],["12063.395","19269.386"],["12123.773","19208.874"],["12134.800","19105.227"],["12130.724","19182.151"],["6448.921","16188.835"],["6455.267","16197.775"],["8014.813","18181.956"],["8021.335","18193.143"],["5847.250","17893.393"],["5917.788","17949.402"],["7875.993","19181.274"],["7900.039","19151.883"],["7838.229","19219.018"],["7908.714","19198.990"],["7814.722","19189.478"],["7929.731","19290.614"],["14137.565","18921.104"],["14241.348","18957.362"],["14239.144","19023.968"],["14247.319","18978.436"],["14054.201","19025.644"],["9203.857","19234.819"],["9300.090","19132.326"],["9265.381","19291.887"],["14235.066","18651.317"],["14169.619","18539.383"],["14115.540","18568.136"],["14052.635","18479.448"],["5968.922","17583.464"],["5993.426","17530.474"],["5945.332","17513.194"],["7702.675","18498.152"],["14301.636","18808.240"],["14292.228","18804.474"],["6393.195","17363.955"],["6362.973","17307.820"],["6305.151","17305.759"],["10262.674","18624.010"],["10423.982","18552.288"],["10440.982","18593.697"],["7045.796","16148.019"],["6995.804","16163.310"],["6974.505","16165.550"],["6985.380","16336.479"],["6955.606","16291.446"],["6936.733","16289.137"],["7064.140","16142.037"],["7039.707","16235.093"],["7041.908","16278.547"],["7002.516","16326.095"],["7032.588","16334.443"],["6924.007","16144.380"],["7722.770","19964.903"],["6321.934","20535.068"],["10159.363","18660.708"],["10145.146","18639.134"],["7404.270","16641.033"],["6719.969","17147.901"],["9126.017","19373.559"],["9088.542","19386.307"],["7157.156","19170.698"],["7216.110","19263.094"],["7134.662","19251.083"],["7230.350","19245.660"],["7140.899","19220.544"],["7099.043","19153.490"],["14117.248","18225.579"],["14119.781","18107.940"],["14121.771","18140.971"],["14054.844","18236.449"],["7481.154","19828.906"],["13855.521","18343.539"],["13830.390","18331.879"],["14037.388","18460.290"],["7224.073","18758.235"],["7252.088","18757.975"],["11630.626","19107.899"],["11526.073","19167.483"],["11551.287","19116.947"],["11555.464","19126.294"],["6735.923","15702.547"],["7802.336","19668.393"],["7826.939","19645.336"],["7750.668","19656.520"],["11979.247","18327.626"],["7147.466","18871.155"],["10253.469","16988.740"],["10310.469","17181.623"],["10322.054","17104.718"],["10367.923","17174.962"],["8241.947","18472.651"],["8080.259","19581.621"],["8102.515","19652.410"],["8089.696","19541.940"],["8089.091","19640.721"],["8022.278","19627.361"],["7169.455","17794.621"],["8998.925","18490.771"],["9015.367","18581.396"],["9070.235","18575.427"],["13707.126","18678.274"],["13631.141","18830.630"],["13657.438","18679.513"],["13776.122","18850.735"],["7118.061","19063.537"],["7132.138","19083.860"],["6594.241","18262.780"],["6641.439","18309.996"],["9010.143","18449.768"],["10181.818","18073.891"],["10110.922","18164.831"],["10248.278","18125.957"],["7407.370","18550.211"],["7404.294","18506.418"],["7358.908","18580.131"],["7494.782","18653.078"],["7445.172","18589.656"],["10879.773","18637.895"],["10827.097","18639.650"],["7685.112","19043.767"],["7627.063","19072.629"],["7673.784","19006.188"],["7564.768","18971.190"],["7538.187","19000.269"],["7617.958","19003.871"],["7633.390","19014.278"],["7589.121","19082.190"],["6250.372","17584.565"],["13866.714","18931.627"],["14027.523","19019.583"],["13974.908","19022.077"],["6134.316","17233.078"],["6690.155","18000.487"],["6696.429","17991.599"],["6735.063","17896.638"],["7255.187","16234.830"],["7238.630","16236.332"],["7221.548","18391.247"],["7207.140","18391.924"],["7251.817","18450.692"],["7260.230","18349.799"],["7292.509","18322.278"],["7289.519","18290.500"],["5842.383","18200.279"],["5872.247","18161.213"],["5893.542","18240.259"],["10929.144","18419.371"],["11055.589","18411.897"],["10983.157","18263.939"],["11913.225","18666.981"],["7958.629","19104.400"],["8019.378","19214.495"],["8132.554","19298.924"],["8114.926","19194.417"],["8112.668","19298.057"],["8100.674","19149.207"],["8059.483","19200.102"],["7960.877","19124.911"],["7942.362","19141.638"],["8258.536","19092.032"],["8258.448","18989.415"],["8202.416","19077.290"],["8154.359","19099.172"],["8163.889","19034.071"],["9986.950","16993.276"],["9978.678","17069.680"],["7374.598","17995.989"],["7333.736","17906.218"],["7479.820","17893.483"],["7385.585","18035.770"],["7346.538","18039.860"],["8509.816","19377.930"],["8555.597","19313.998"],["8524.706","19342.888"],["8382.953","19355.022"],["8442.024","19395.552"],["8472.804","19486.369"],["8481.710","19508.102"],["8383.441","19480.828"],["8460.955","19373.346"],["8358.837","19453.439"],["7256.226","19420.460"],["7276.864","19389.462"],["7165.218","15941.438"],["7241.527","15985.147"],["7163.365","16049.408"],["7244.595","16073.084"],["7190.977","16069.401"],["7247.420","16086.584"],["7259.028","16102.373"],["7155.028","16112.855"],["7283.981","20112.980"],["7520.760","19748.628"],["7552.622","19771.596"],["7617.207","19871.652"],["7531.329","19873.521"],["7639.195","19934.187"],["7636.802","19765.242"],["6300.874","18632.815"],["6313.497","18614.985"],["6352.039","18654.365"],["6382.589","18626.190"],["6349.859","18675.674"],["6401.082","18624.369"],["11000.399","18560.398"],["10423.573","18625.364"],["10386.839","18667.902"],["10442.431","18653.041"],["10340.251","18635.829"],["10303.831","18676.387"],["10356.958","18558.062"],["7099.733","20585.372"],["7010.626","17339.784"],["7048.293","17304.699"],["7072.278","17242.483"],["7086.657","17290.368"],["6984.989","17237.353"],["6971.208","17266.785"],["7012.546","17222.201"],["6938.222","17211.336"],["5926.438","16972.475"],["5890.002","16793.643"],["5866.941","16973.089"],["5944.207","16896.585"],["5926.174","16926.769"],["5920.965","16907.787"],["10275.124","17391.069"],["10328.992","17307.988"],["11634.050","18814.867"],["11138.892","17916.456"],["11170.346","17920.287"],["11163.956","18007.920"],["7782.684","19130.482"],["7767.459","19128.768"],["7842.918","19281.596"],["7568.259","19148.451"],["7583.414","19134.944"],["7688.193","19264.932"],["7645.334","19301.593"],["7587.332","19276.955"],["7623.283","19226.084"],["7614.362","19188.811"],["7528.201","19289.137"],["7688.361","19181.085"],["8431.926","18233.013"],["6651.608","16500.994"],["6497.175","16428.635"],["6519.889","16411.938"],["6481.298","16399.021"],["6536.572","16441.015"],["6590.089","16478.808"],["6563.365","16526.664"],["12975.181","18687.273"],["12887.330","18744.965"],["12814.320","18752.265"],["12870.997","18695.568"],["6871.711","16407.330"],["6842.000","16559.622"],["6796.935","16478.351"],["6759.593","16498.291"],["6683.623","16441.677"],["6703.902","16486.764"],["6782.326","16380.034"],["6836.214","16410.970"],["6718.818","16544.997"],["10208.283","16855.381"],["6764.909","17406.303"],["6752.135","17328.168"],["6804.972","17311.633"],["6817.473","17351.956"],["6695.261","17330.468"],["7275.081","19088.134"],["7297.345","18998.518"],["7192.618","19076.479"],["7251.226","18958.654"],["7181.608","19010.782"],["5159.420","16924.564"],["5187.175","16973.126"],["5183.453","16899.405"],["7508.929","19542.755"],["7465.476","19576.242"],["7450.372","19732.857"],["7464.341","19666.933"],["7502.714","19620.910"],["7455.578","19639.078"],["13651.375","18366.061"],["13805.669","18333.696"],["7678.880","18776.588"],["7666.596","18796.090"],["7355.845","15851.572"],["7331.172","15887.872"],["7332.746","15877.110"],["7372.168","15907.748"],["7388.074","15861.368"],["7423.373","15898.734"],["7325.771","15802.261"],["8186.016","18236.098"],["8148.194","18246.651"],["8328.010","18194.354"],["7203.024","17943.159"],["7273.762","17910.754"],["7266.786","17965.459"],["7140.994","17988.521"],["7236.543","18015.565"],["11517.069","18029.829"],["10555.001","18584.889"],["6616.762","17300.320"],["6645.436","17241.691"],["6988.849","20272.669"],["7558.496","18687.687"],["7592.943","18715.230"],["7577.875","18742.038"],["7591.445","18874.501"],["6649.774","16293.971"],["6583.064","16225.659"],["6518.061","16254.972"],["11623.882","19095.327"],["11577.796","18949.258"],["6814.003","20093.524"],["6634.185","17105.359"],["6875.462","16849.713"],["6746.357","16826.290"],["6746.942","16841.240"],["6788.317","16836.980"],["10328.373","19177.235"],["10427.712","19101.271"],["7086.070","17605.940"],["7039.714","17550.758"],["6973.727","17596.342"],["7011.394","17478.739"],["7128.568","17260.897"],["5878.445","17093.208"],["5847.811","17130.855"],["5914.423","17073.927"],["6000.415","17137.965"],["6031.381","17148.105"],["5728.277","15920.325"],["5738.707","15898.696"],["5670.373","15919.344"],["5705.432","15823.194"],["5788.193","15883.158"],["5766.760","15852.398"],["10190.967","17125.039"],["10205.499","17062.745"],["10105.712","17003.602"],["9845.796","18525.009"],["6000.328","20690.518"],["10576.002","19032.199"],["10545.091","19054.652"],["10670.654","19041.976"],["5642.487","15835.901"],["5793.248","15842.510"],["5653.163","15904.256"],["5740.083","15791.457"],["5719.351","15794.829"],["5739.014","15768.744"],["5779.515","15810.122"],["5636.871","15769.330"],["5704.372","15858.082"],["5667.679","15810.074"],["5679.471","15779.998"],["5684.767","15868.090"],["5646.375","15904.642"],["5643.234","15862.165"],["5786.879","15795.958"],["5781.763","15803.670"],["5784.724","15801.870"],["5827.372","15790.706"],["9723.482","19074.342"],["9664.940","18977.855"],["9754.316","19030.538"],["9800.107","18995.521"],["9675.323","18926.442"],["9829.000","19037.429"],["7357.538","20207.921"],["7701.891","18952.258"],["8366.561","18504.390"],["8545.034","18619.155"],["8365.810","18555.535"],["8421.638","18618.505"],["8382.748","18666.702"],["8418.829","18524.445"],["8403.071","18533.491"],["8385.390","18493.478"],["6532.758","18442.369"],["6489.201","18377.256"],["8869.060","19144.732"],["8806.145","19148.795"],["11803.638","19139.763"],["11898.194","19112.249"],["7615.320","19329.904"],["7713.224","19326.108"],["7722.003","19416.110"],["7606.472","19348.464"],["7578.835","19417.091"],["7618.429","19423.200"],["7612.641","19508.981"],["7542.111","19369.185"],["7663.843","19515.065"],["7527.543","19316.194"],["7650.991","19444.375"],["7678.190","19457.329"],["7714.790","19331.506"],["12065.948","18987.191"],["11954.921","18968.374"],["12061.711","19048.130"],["10753.218","19162.107"],["10576.161","18037.053"],["7085.248","16761.278"],["7084.508","16761.477"],["7086.160","16568.373"],["6898.035","16755.054"],["6926.055","16648.327"],["6976.070","16665.275"],["6960.830","16725.031"],["12723.810","18942.931"],["12748.827","19094.354"],["12727.955","18987.368"],["12770.982","18997.723"],["12600.386","18899.866"],["12687.672","18924.936"],["12620.814","18909.114"],["6408.947","16766.575"],["6459.616","16649.479"],["6411.075","16617.136"],["6388.618","16603.098"],["6387.372","16615.949"],["6436.745","16592.049"],["7708.263","18382.713"],["7710.013","18398.767"],["7637.764","18345.634"],["7613.780","18352.648"],["7542.988","18272.702"],["7707.901","18270.774"],["7563.298","18353.379"],["7541.564","18334.833"],["7574.215","18375.442"],["7594.289","18374.150"],["7617.607","18414.457"],["7551.759","18370.699"],["7564.752","18278.276"],["7646.815","18321.204"],["7563.272","18309.930"],["7579.782","18317.215"],["7552.488","18319.022"],["9570.519","19258.023"],["9423.738","19248.003"],["9489.563","19206.061"],["7289.596","19462.857"],["7239.102","19326.741"],["7265.591","19362.673"],["13688.067","18980.398"],["13799.893","18991.464"],["13809.921","18907.052"],["7260.550","20461.263"],["7326.568","18065.445"],["7447.721","18171.391"],["7360.660","18203.345"],["7420.869","18146.065"],["7444.486","18192.433"],["7331.267","18247.104"],["6686.545","18385.732"],["6753.248","18309.026"],["6771.086","18381.537"],["6795.732","18330.303"],["6731.061","18447.423"],["6733.893","18388.618"],["6691.429","18405.426"],["6673.375","18378.128"],["8563.182","18293.973"],["9458.244","18991.926"],["9515.844","19034.250"],["9453.420","19086.663"],["9612.039","19056.998"],["7266.355","19126.046"],["7212.024","19104.366"],["7284.456","19108.233"],["13767.850","18621.330"],["13763.211","18596.772"],["13644.517","18505.302"],["8104.508","19336.968"],["8060.777","19494.033"],["8125.531","19450.264"],["8014.965","19444.161"],["8057.947","19313.338"],["8111.964","19405.061"],["8629.781","18751.550"],["8652.108","18814.061"],["8681.162","18838.844"],["8775.084","18723.492"],["8765.477","18683.791"],["8697.906","18740.801"],["8746.776","18821.717"],["8746.371","18690.108"],["8724.450","18716.557"],["8690.725","18704.440"],["8746.860","18785.171"],["8739.027","18815.043"],["8753.596","18785.007"],["8602.104","18437.206"],["10260.087","18906.185"],["10330.496","19021.699"],["10363.133","18904.068"],["10352.802","18963.236"],["10268.686","19010.569"],["10447.848","18923.312"],["10417.416","18912.897"],["10408.875","18976.552"],["10256.833","18932.567"],["10349.852","19015.090"],["6352.539","17649.750"],["9900.886","18714.798"],["9849.520","18752.517"],["9261.422","19136.091"],["9938.513","18870.703"],["9941.615","18798.312"],["9986.846","18744.753"],["10894.251","18898.808"],["10950.073","18083.316"],["10950.415","18138.417"],["11055.865","18058.432"],["10981.758","18154.385"],["10917.012","18240.293"],["11076.636","18110.453"],["11039.613","18125.598"],["11045.065","18195.549"],["11017.071","18209.620"],["7384.256","19732.725"],["11915.760","18383.960"],["11869.349","18444.481"],["11734.234","18388.758"],["11835.096","18459.920"],["7840.625","17991.786"],["7828.982","18015.196"],["13072.910","18922.405"],["13125.426","19010.893"],["13117.301","18894.807"],["13014.699","18913.144"],["6164.168","17160.229"],["6149.480","17178.219"],["7026.521","15946.020"],["6883.801","15960.128"],["6919.632","15946.857"],["6977.206","16013.010"],["7021.282","16070.225"],["6970.279","16070.953"],["7001.504","16127.950"],["6933.196","16127.033"],["6883.698","16109.516"],["6908.102","16006.285"],["7062.544","16118.718"],["12007.715","18667.064"],["8041.825","18969.111"],["8091.260","18891.959"],["8009.350","19006.823"],["8012.175","18996.431"],["8138.097","19684.603"],["8011.808","19714.297"],["12199.191","19074.756"],["12306.377","18929.540"],["7151.309","20450.767"],["7434.158","18292.456"],["7396.875","18297.396"],["7322.228","18449.784"],["7342.582","18336.207"],["7355.778","18320.549"],["7353.619","18360.168"],["7422.472","18343.577"],["7479.186","18304.982"],["7485.973","18331.094"],["7511.339","18293.259"],["7454.365","18262.733"],["7403.040","18462.750"],["12035.800","18872.459"],["11962.043","18865.384"],["11951.120","18699.649"],["6235.010","16939.313"],["6231.320","16896.866"],["7195.619","15760.370"],["8476.649","19569.517"],["8398.343","19629.704"],["8445.222","19719.213"],["8427.257","19526.229"],["6455.744","16530.267"],["6391.286","16555.850"],["8873.493","18951.823"],["8919.229","19036.251"],["8876.511","19087.226"],["8812.789","19026.350"],["8841.317","18962.845"],["10190.195","17216.533"],["10052.628","17313.409"],["10216.492","17300.389"],["10175.225","17391.540"],["10045.597","17380.928"],["11639.625","18861.507"],["11623.474","18881.573"],["6984.166","20108.261"],["8161.142","19850.962"],["8207.079","19785.490"],["8254.894","19774.783"],["8193.789","19742.499"],["7193.708","17225.278"],["10219.194","18834.002"],["10134.054","18813.518"],["10173.580","18859.935"],["10101.768","18734.132"],["10221.261","18787.264"],["10067.003","18859.215"],["7868.297","18882.412"],["7776.126","18881.724"],["7591.474","19972.764"],["7478.170","16127.318"],["7343.319","16120.399"],["7479.011","16025.041"],["7489.306","16032.594"],["7480.383","15964.610"],["7465.663","15973.280"],["7457.067","15995.307"],["7340.310","16014.552"],["7372.300","16016.336"],["7404.638","16026.085"],["12201.379","19107.490"],["6523.487","20485.049"],["6606.633","20499.400"],["7333.353","19384.652"],["7339.055","19461.286"],["7369.554","19423.391"],["7402.228","19462.515"],["7469.189","19416.234"],["7407.650","19407.589"],["7315.680","19366.208"],["7465.688","19332.231"],["10686.206","18027.211"],["10745.651","18005.179"],["10812.569","18031.938"],["10824.467","17897.080"],["10685.645","17859.480"],["10840.662","17954.971"],["8009.789","18448.366"],["7990.402","18380.449"],["8093.492","18445.789"],["8039.548","18265.610"],["5944.975","17775.722"],["5925.064","17750.411"],["5974.688","17626.388"],["9732.134","18863.789"],["9636.367","18707.088"],["7381.077","16146.267"],["7363.319","16144.825"],["7441.295","16327.053"],["7324.537","16288.396"],["7459.096","16152.198"],["7215.992","16571.127"],["7114.294","16767.901"],["7121.629","16737.711"],["7109.178","16697.017"],["7151.577","16725.439"],["7165.409","16681.657"],["12825.537","18675.799"],["12938.915","18545.011"],["12856.678","18597.843"],["10990.902","18657.201"],["8524.251","19223.386"],["8437.587","19222.415"],["8368.705","19306.928"],["8359.795","19236.945"],["10319.725","17565.608"],["10360.047","17612.121"],["10372.918","17427.329"],["8486.322","19267.850"],["8497.156","19263.658"],["6902.451","20320.102"],["9761.524","18636.492"],["9674.732","18508.488"],["6361.476","18323.319"],["6387.952","18271.478"],["6423.676","18334.456"],["6804.932","16154.469"],["6871.486","16172.615"],["6759.133","16230.651"],["6742.291","16200.328"],["6721.008","16209.164"],["6730.976","16301.630"],["6732.243","16321.349"],["6790.162","16224.402"],["6757.903","16285.047"],["6804.112","16308.620"],["6871.831","16349.322"],["8203.930","18377.758"],["8190.244","18287.075"],["8191.830","18449.264"],["9862.325","18477.470"],["10560.346","18656.450"],["10641.809","18665.645"],["11594.069","19270.566"],["11603.411","19236.891"],["11591.125","19250.516"],["6575.891","16206.978"],["6566.732","16188.664"],["6530.627","16233.090"],["6520.690","16154.626"],["6887.174","16918.374"],["7071.596","16782.930"],["7053.454","16844.967"],["7017.901","16880.260"],["6896.594","16858.368"],["6964.792","16964.488"],["6930.327","16822.872"],["6912.032","16839.546"],["6957.556","16777.518"],["6402.197","16921.075"],["6362.952","16840.456"],["6361.941","16911.910"],["6283.561","16892.965"],["6349.089","16983.772"],["6261.375","16930.642"],["6210.775","18405.085"],["6070.782","18450.955"],["6160.745","18408.919"],["6127.391","18393.207"],["9691.787","19326.051"],["7601.578","19119.280"],["7717.567","19122.361"],["7692.592","19133.377"],["10024.639","17198.509"],["10034.336","17278.898"],["7510.455","19091.341"],["7484.736","19087.751"],["6754.476","15721.059"],["6835.364","15742.000"],["6870.100","15807.682"],["6790.083","15779.242"],["6774.179","15811.018"],["6877.492","15734.111"],["7205.336","18495.514"],["7220.126","18659.027"],["7266.401","18475.674"],["7236.803","18536.748"],["7111.516","18603.573"],["7153.665","18551.201"],["7169.194","18629.295"],["10225.201","19109.927"],["10170.347","19167.969"],["10104.186","19178.148"],["6763.305","16079.856"],["6746.825","16129.336"],["6844.603","16130.538"],["6798.418","16060.449"],["6782.527","16042.186"],["6761.626","16006.729"],["11104.854","18697.391"],["11269.212","18725.988"],["11220.084","18781.903"],["11221.011","18703.056"],["11136.182","18755.186"],["7035.558","17182.477"],["7006.403","17008.736"],["6970.003","17167.640"],["6911.527","17174.201"],["5925.924","17869.849"],["13951.759","18560.714"],["6609.746","20160.692"],["10919.674","17837.664"],["10962.620","17891.493"],["10952.429","17979.844"],["10979.591","18017.143"],["11046.620","18001.196"],["14137.204","18623.126"],["6728.432","18058.154"],["6774.578","18050.957"],["6757.683","18087.313"],["6695.838","18132.599"],["6780.025","18189.705"],["6841.827","18251.648"],["6856.463","18188.078"],["6820.464","18095.849"],["6821.001","18073.529"],["6791.678","18135.929"],["6726.803","18072.956"],["6697.198","18143.678"],["6703.367","18183.307"],["7130.610","17556.320"],["7120.924","17591.924"],["13933.565","18716.729"],["13857.684","18817.242"],["13968.136","18758.034"],["14007.643","18782.146"],["13919.370","18783.913"],["13886.051","18691.878"],["10659.657","18305.074"],["10626.329","18343.868"],["10525.950","18266.836"],["8491.511","18418.204"],["8571.600","18419.385"],["8385.627","18326.825"],["8554.649","18382.132"],["7695.111","19811.684"],["7662.592","19752.971"],["10947.232","18711.261"],["10908.863","18789.345"],["8431.011","18955.498"],["11166.577","18463.331"],["11124.525","18392.038"],["11098.851","18348.162"],["11123.144","18291.647"],["11295.475","18319.671"],["10832.625","18888.898"],["10807.800","18790.395"],["10703.247","18722.751"],["10775.289","18839.363"],["10713.396","18851.130"],["10868.881","18856.398"],["10866.316","18700.688"],["11239.971","18086.641"],["11250.119","18045.497"],["11254.472","18247.863"],["7165.654","20201.379"],["14141.439","18288.687"],["14190.847","18365.236"],["14050.584","18318.778"],["14072.981","18426.665"],["14114.856","18405.509"],["11362.318","18690.851"],["11364.606","18759.004"],["7767.247","18487.448"],["7736.355","18511.281"],["7766.291","18582.006"],["7740.995","18484.231"],["7106.749","16377.026"],["7199.592","16394.342"],["7181.072","16420.304"],["7185.052","16432.790"],["7211.140","16508.551"],["7251.814","16482.738"],["7106.582","16464.161"],["7121.665","16483.330"],["7118.931","16563.696"],["11411.362","18134.437"],["11479.947","18085.254"],["7159.924","17088.928"],["7113.550","17160.786"],["7107.190","17026.295"],["11924.642","18849.117"],["11777.721","18787.419"],["11875.517","18780.185"],["8635.041","18624.352"],["8679.938","18579.601"],["8634.544","18485.054"],["11331.890","18377.458"],["7521.602","16029.641"],["7514.803","16130.009"],["7448.034","17943.499"],["7358.110","17865.093"],["7711.066","18022.957"],["7558.423","18012.966"],["6069.930","18337.445"],["6161.238","18330.271"],["6091.327","18324.289"],["6668.729","16025.876"],["6630.003","16066.352"],["7229.326","20182.791"],["10239.974","17958.913"],["10238.356","17927.618"],["6950.291","18138.097"],["6930.810","18072.089"],["6916.766","18177.053"],["6940.723","18076.255"],["6979.336","18161.869"],["13521.419","19031.950"],["13521.732","18963.098"],["13546.863","18980.307"],["6708.665","20434.404"],["6725.697","20480.013"],["6815.087","20525.148"],["6810.897","20382.873"],["7277.911","18080.071"],["7238.747","18167.068"],["7303.322","18083.324"],["12779.140","19037.145"],["12823.338","18907.899"],["12835.344","19055.662"],["12813.371","19064.629"],["12854.271","18951.526"],["5887.351","20434.458"],["10168.339","17452.817"],["10193.095","17572.905"],["10226.969","17559.104"],["10107.162","17618.519"],["6470.109","16801.633"],["6644.196","15631.092"],["6646.713","15670.828"],["7428.990","16621.942"],["10708.767","18586.503"],["9821.330","18553.887"],["13225.143","18942.987"],["13361.630","19078.103"],["13389.680","18944.694"],["13301.719","18961.523"],["13326.226","19040.780"],["7480.306","18686.697"],["7380.137","18692.123"],["7338.880","18692.421"],["7325.889","18800.962"],["7385.186","18728.084"],["7473.049","18779.592"],["7316.811","18849.493"],["13919.271","18233.547"],["13994.781","18066.206"],["10484.527","18816.433"],["10502.266","18685.889"],["10634.726","18883.252"],["10638.100","18826.609"],["10655.173","18748.205"],["10526.887","18807.458"],["10566.302","18799.186"],["10599.601","18721.526"],["10544.412","19149.020"],["10508.977","19129.502"],["8333.843","19353.125"],["8171.784","19354.975"],["8208.021","19451.882"],["8229.686","19449.177"],["8288.865","19366.301"],["8227.255","19414.736"],["8186.185","19326.788"],["8166.352","19460.425"],["8222.113","19468.123"],["8334.874","19402.215"],["8295.053","19496.550"],["7300.825","16809.902"],["7252.469","16813.834"],["7098.372","16911.953"],["8607.290","19244.408"],["8590.613","19302.899"],["8640.986","19222.119"],["8672.947","19152.426"],["8667.513","19108.913"],["8606.174","19311.971"],["8569.273","19188.437"],["6877.391","17647.998"],["6788.546","17678.141"],["6690.330","17645.184"],["12360.900","18901.530"],["14166.407","18705.574"],["14062.526","18749.356"],["14248.725","18691.344"],["7015.122","17931.248"],["7078.323","17949.781"],["7071.240","17918.587"],["7064.892","17874.744"],["10503.249","18938.006"],["10587.765","18999.085"],["10482.151","18990.127"],["9542.244","19191.027"],["9570.415","19162.081"],["10621.065","18063.978"],["10621.374","18105.833"],["10605.095","18187.937"],["10650.238","18244.468"],["7596.319","19583.476"],["7564.690","19682.704"],["7692.097","19688.832"],["7722.583","19567.173"],["7691.480","19582.403"],["7627.065","19675.178"],["7766.413","19505.206"],["7829.084","19511.274"],["7756.854","19477.286"],["7900.187","19494.619"],["7896.867","19433.264"],["7871.586","19371.598"],["7911.274","19521.919"],["9746.221","19212.122"],["9731.460","19290.020"],["7575.885","18223.205"],["7578.730","18199.208"],["7710.480","18136.899"],["7587.900","18166.062"],["7546.926","18052.900"],["7609.446","18250.341"],["7636.598","18252.160"],["9659.469","19129.098"],["9729.068","19137.985"],["9819.650","19120.745"],["7789.498","19822.318"],["7741.559","19900.432"],["7768.310","19941.308"],["7897.315","19895.507"],["7863.021","19742.648"],["7777.102","19799.669"],["10385.037","17864.673"],["10320.454","17890.075"],["10352.954","17998.534"],["10276.585","17848.303"],["6683.714","20250.918"],["8270.363","19668.008"],["8189.951","19659.360"],["8169.028","19632.658"],["8325.204","19704.942"],["8337.253","19590.207"],["8308.771","19552.760"],["8326.202","19543.935"],["8237.022","19673.928"],["8264.855","19574.811"],["8336.002","19535.997"],["10734.865","18930.004"],["10739.956","19028.219"],["10804.773","18953.053"],["6578.765","17629.705"],["8367.896","19322.763"],["7827.192","18153.707"],["7934.451","18198.455"],["7756.965","18100.916"],["7811.587","18086.432"],["7742.266","18058.168"],["7842.345","18072.422"],["6631.477","20643.571"],["7013.320","15720.646"],["6950.941","15834.456"],["6992.191","15927.675"],["7046.071","15803.855"],["7030.774","15775.368"],["7055.446","15732.046"],["7075.244","15920.474"],["7015.029","20564.200"],["7011.840","20496.339"],["7004.399","20402.878"],["7453.845","16373.246"],["7333.608","16438.565"],["7357.907","16471.894"],["7346.782","16455.009"],["7492.738","16421.892"],["7462.146","16410.084"],["7397.412","16426.197"],["10394.756","18366.634"],["10303.077","18381.878"],["10258.296","18339.317"],["7270.396","18632.550"],["6054.226","20767.677"],["9188.874","19026.912"],["9155.096","19028.886"],["9066.681","19065.201"],["9004.322","19009.910"],["9069.585","18951.635"],["9187.348","19085.525"],["9112.689","19098.156"],["9046.213","19090.678"],["10689.159","18122.796"],["10834.243","18084.135"],["10806.258","18190.745"],["10686.648","18097.943"],["10791.562","18125.305"],["6779.374","17945.847"],["6254.281","20685.991"],["6317.782","20766.715"],["6345.667","20650.642"],["13565.335","18849.391"],["7419.834","19242.357"],["7371.885","19165.793"],["7434.450","19199.547"],["7312.690","19209.484"],["7363.038","19174.159"],["7429.463","19157.831"],["7398.602","19181.847"],["7355.871","19228.886"],["7477.498","19236.160"],["7503.980","19252.036"],["7342.767","19275.209"],["7503.941","19287.689"],["7510.960","19237.926"],["7425.161","19298.320"],["9297.111","18967.923"],["9260.781","18982.347"],["9332.003","19082.493"],["9331.397","19040.956"],["7728.510","19969.065"],["12195.688","18822.884"],["12166.905","18769.639"],["12298.859","18756.388"],["12285.109","18688.775"],["12244.402","18749.832"],["6379.616","17033.875"],["6254.046","17012.410"],["6315.977","16989.515"],["6324.499","17121.363"],["6325.352","17059.798"],["13000.412","18601.526"],["11103.248","18629.171"],["8317.673","18763.925"],["8321.917","18732.161"],["6575.817","16691.491"],["6619.612","16771.555"],["6639.588","16687.961"],["6496.477","16741.395"],["13545.905","18385.421"],["13513.044","18426.875"],["13437.764","18441.309"],["11335.369","18128.990"],["11342.540","18093.515"],["7025.010","16497.771"],["6979.203","16406.516"],["6910.513","16480.554"],["6901.100","16469.086"],["6978.963","16542.214"],["7042.046","16562.862"],["7037.341","16401.033"],["6983.460","16368.118"],["7045.104","16515.758"],["14376.393","18300.996"],["14313.186","18301.938"],["14285.670","18379.923"],["10235.847","16994.771"],["10178.587","17077.771"],["8001.085","18518.827"],["8107.220","18498.092"],["8038.916","18543.834"],["8131.941","18545.061"],["7906.674","19647.588"],["7806.488","19535.490"],["7749.786","19616.709"],["7886.304","19557.377"],["6689.303","20549.713"],["7381.984","19765.765"],["6698.106","15692.548"],["6710.819","15601.679"],["6827.701","15642.328"],["6396.719","17510.854"],["6392.341","17442.922"],["6411.179","17576.185"],["6450.840","17570.642"],["6438.652","17441.355"],["6897.242","20384.723"],["6659.830","15776.210"],["6626.948","15735.868"],["6611.023","15897.315"],["6647.990","15928.596"],["6547.023","15842.365"],["10259.472","18708.948"],["10342.318","18834.954"],["10340.153","18773.765"],["10421.392","18694.593"],["10316.775","18703.307"],["10333.062","18768.038"],["10388.340","18811.272"],["10320.878","18854.917"],["6680.869","15731.600"],["8379.823","19737.899"],["7404.303","19060.866"],["7436.223","19071.320"],["7347.119","19061.668"],["7377.873","18960.969"],["7448.690","19030.964"],["7316.447","18894.049"],["7468.808","18904.764"],["7491.367","18962.118"],["7366.363","19022.144"],["8193.639","19528.948"],["10341.644","18298.915"],["10406.507","18314.142"],["10440.442","18329.430"],["7088.452","17450.928"],["13899.470","18622.212"],["13862.562","18604.772"],["13968.140","18655.925"],["6590.488","18485.293"],["7350.103","15909.722"],["7479.255","15916.998"],["6787.497","17579.760"],["6868.422","17579.804"],["6744.210","17443.830"],["6771.128","17570.411"],["6810.502","17588.658"],["6732.627","17582.870"],["10721.203","18375.448"],["10819.412","18423.514"],["7245.347","15912.272"],["7252.554","15894.501"],["7151.882","15898.068"],["7111.151","15837.776"],["7155.759","15800.277"],["7190.946","15921.247"],["6631.616","17556.880"],["6519.404","17591.340"],["6477.297","17436.695"],["6509.647","17521.336"],["6531.257","17534.704"],["6505.512","17547.319"],["10558.683","17597.449"],["10472.485","17591.242"],["8474.912","18740.438"],["8543.742","18796.775"],["8438.108","18779.061"],["8359.671","18766.861"],["10316.800","18091.152"],["10309.687","18160.770"],["10369.809","18223.464"],["6685.018","16700.042"],["6716.134","16617.011"],["6804.984","16676.941"],["6825.543","16639.996"],["6810.428","16655.669"],["10039.788","19040.004"],["9984.886","18896.245"],["9913.324","19032.178"],["9893.852","19051.632"],["9891.293","18958.033"],["9954.850","18993.952"],["9910.186","19099.443"],["9887.380","19082.037"],["8784.606","18815.276"],["10064.700","18312.964"],["10143.837","18344.947"],["8625.128","18890.066"],["8684.871","18946.846"],["8614.300","18928.689"],["8737.417","19070.884"],["14272.648","18981.210"],["14263.506","18966.020"],["10073.390","18943.916"],["10159.223","19035.047"],["10139.940","18978.634"],["10122.919","19065.235"],["10098.484","18890.222"],["10184.459","18989.197"],["7738.875","19077.442"],["7884.702","19052.025"],["7803.947","19058.363"],["7845.566","19090.681"],["7822.335","18948.329"],["7843.323","18964.229"],["7872.888","18900.782"],["7897.136","18922.166"],["7020.671","17817.086"],["7050.432","17745.208"],["6974.685","17740.704"],["7065.225","17763.752"],["7087.348","17644.986"],["6935.058","17811.545"],["6887.863","17830.484"],["7003.579","17717.834"],["6987.911","17661.315"],["7021.207","17624.734"],["6961.576","17831.519"],["6645.614","18144.570"],["6639.262","18217.715"],["8046.231","19763.853"],["7964.732","19809.962"],["8108.060","19812.671"],["7831.412","18308.027"],["7932.371","18383.606"],["7781.463","18280.888"],["7779.407","18317.304"],["7870.708","18455.660"],["7748.512","18368.521"],["7848.542","18386.793"],["7780.942","18339.417"],["7872.603","18306.283"],["8316.117","19174.586"],["8310.051","19227.782"],["8282.870","19298.343"],["8239.593","19163.133"],["8217.522","19262.134"],["8259.929","19232.005"],["9186.854","19201.881"],["9103.824","19130.853"],["9126.444","19291.061"],["11056.389","17887.541"],["11737.912","19088.907"],["11886.977","18970.290"],["11927.289","19033.669"],["11891.039","19043.925"],["11510.428","19007.475"],["11468.458","19097.591"],["12086.997","19222.813"],["12053.158","19204.149"],["12139.918","19120.698"],["6431.404","16184.876"],["7950.438","18242.682"],["8052.357","18207.602"],["7907.193","19147.721"],["7926.724","19227.661"],["7819.679","19110.747"],["7795.683","19145.240"],["7831.268","19203.483"],["7918.267","19297.138"],["14137.301","18893.210"],["14222.566","19035.001"],["14236.842","19071.219"],["14210.299","18911.173"],["9212.098","19200.137"],["9408.951","19168.143"],["9306.696","19257.470"],["14232.744","18496.047"],["14076.034","18592.364"],["14088.896","18579.598"],["5932.409","17596.329"],["5979.691","17498.000"],["7686.413","18501.485"],["7669.145","18490.662"],["14257.799","18885.574"],["14251.676","18812.136"],["14270.320","18788.867"],["14296.340","18799.404"],["6349.186","17394.738"],["6432.817","17337.960"],["6327.238","17323.786"],["6287.970","17362.779"],["6959.649","16168.582"],["7016.532","16209.824"],["6950.248","16340.410"],["6973.932","16318.494"],["6891.437","16175.258"],["7082.680","16332.462"],["7091.479","16244.374"],["7068.452","16348.250"],["6970.433","16340.618"],["11545.556","18084.016"],["10165.136","18652.549"],["10141.216","18663.610"],["10246.408","18615.636"],["7386.171","16711.824"],["7344.418","16667.293"],["6699.542","17094.269"],["6793.621","16989.228"],["9133.188","19366.722"],["9040.500","19410.915"],["7144.985","19177.634"],["7205.780","19287.385"],["7138.428","19246.773"],["7222.850","19228.847"],["7141.952","19235.556"],["14086.952","18104.142"],["14139.666","18066.338"],["7475.702","19912.542"],["7473.111","19848.064"],["7464.330","19786.761"],["7489.289","19906.436"],["13886.114","18317.379"],["13938.120","18341.986"],["14019.313","18378.738"],["7296.689","18849.877"],["7288.587","18736.752"],["6809.949","15715.794"],["7800.379","19671.366"],["7800.294","19666.476"],["7888.338","19725.217"],["7805.066","19643.182"],["7764.862","19672.210"],["11956.616","18370.285"],["10257.489","17025.850"],["10296.357","17158.502"],["10330.063","17127.476"],["10383.350","17180.528"],["8306.816","18619.298"],["8184.792","18501.935"],["8264.957","18481.091"],["8123.116","19584.771"],["8029.534","19663.989"],["7937.841","19643.161"],["8050.568","19562.815"],["7989.326","19549.246"],["8138.482","19548.336"],["8095.983","19628.351"],["7957.476","19587.576"],["7180.294","17765.565"],["9041.082","18603.041"],["9085.840","18642.842"],["11419.905","18697.020"],["13732.800","18715.549"],["13761.089","18813.757"],["7138.127","18955.397"],["7170.381","19089.823"],["6633.296","18294.566"],["6576.609","18278.536"],["6631.817","18288.345"],["12400.949","18875.419"],["9018.926","18428.975"],["10235.174","18064.262"],["10064.392","18145.673"],["7435.152","18562.814"],["7362.830","18519.548"],["7380.399","18634.581"],["10717.325","18673.636"],["10809.055","18646.157"],["7690.510","18996.916"],["7653.346","19014.032"],["7655.165","18969.293"],["7552.514","19035.914"],["7529.826","19080.401"],["7571.945","18900.756"],["7581.720","19074.428"],["13947.210","18960.706"],["6713.864","18000.969"],["6722.433","17949.881"],["6776.935","17921.842"],["7186.704","16246.952"],["7104.622","16288.192"],["7108.174","16329.431"],["7234.903","18446.804"],["7257.031","18409.718"],["7257.934","18307.499"],["7299.039","18259.145"],["7289.330","18380.230"],["5881.030","18208.480"],["10929.206","18308.919"],["10932.006","18379.635"],["11040.260","18418.107"],["11034.341","18285.359"],["11746.637","18553.864"],["11869.741","18490.682"],["11772.300","18548.541"],["11874.208","18478.830"],["11853.939","18609.968"],["11924.640","18573.191"],["8037.092","19218.326"],["8126.360","19163.155"],["8112.299","19178.467"],["8023.856","19227.316"],["8126.867","19288.116"],["8093.683","19148.448"],["8112.099","19211.595"],["7985.320","19116.901"],["8067.506","19134.150"],["8110.670","19137.527"],["8265.268","18979.820"],["8260.832","18934.304"],["8239.586","18965.065"],["8220.527","19073.707"],["8179.561","19082.700"],["9999.581","17019.618"],["9999.270","17106.163"],["7417.351","18018.427"],["7464.094","17992.762"],["7336.638","17935.913"],["7374.509","18026.015"],["7491.800","17947.380"],["7417.902","17872.317"],["8497.020","19388.714"],["8526.595","19325.809"],["8486.975","19409.531"],["8408.031","19471.870"],["8468.372","19391.162"],["8361.884","19398.919"],["8394.974","19368.884"],["8439.031","19423.066"],["8460.904","19440.699"],["8370.876","19483.242"],["8357.872","19484.797"],["8404.334","19357.546"],["7266.643","19415.522"],["7234.330","15930.075"],["7186.964","16074.818"],["7220.319","16063.621"],["7266.745","16020.131"],["7271.560","16098.690"],["7212.547","16131.201"],["7241.478","16116.081"],["7102.528","16077.281"],["7106.903","16098.404"],["7302.290","15997.379"],["7265.674","20128.812"],["7567.079","19735.559"],["7591.203","19868.266"],["7628.646","19920.405"],["7662.551","19886.325"],["11100.488","18556.696"],["10950.629","18579.159"],["10901.740","18615.395"],["10904.905","18612.874"],["10411.279","18661.180"],["10399.689","18614.931"],["10326.106","18601.791"],["10383.817","18592.942"],["7004.655","17375.854"],["7060.931","17352.973"],["7061.790","17262.699"],["7079.157","17296.512"],["6961.855","17242.022"],["6894.862","17210.791"],["12644.649","19048.062"],["12628.478","19008.454"],["12604.909","18966.885"],["10266.144","17373.084"],["10325.447","17340.284"],["11105.176","17888.714"],["11162.073","17953.169"],["11115.234","18028.227"],["7800.397","19230.312"],["7804.082","19117.022"],["7766.067","19178.625"],["7745.512","19166.273"],["7766.094","19141.881"],["7813.645","19298.505"],["7869.580","19294.461"],["7518.153","19216.221"],["7520.463","19194.660"],["7585.498","19156.986"],["7584.355","19252.614"],["7649.871","19265.267"],["7692.144","19285.959"],["7667.173","19238.343"],["7666.929","19302.501"],["7593.384","19305.559"],["7636.750","19225.131"],["7607.948","19188.184"],["7630.926","19158.342"],["7545.617","19142.342"],["7671.108","19179.649"],["10136.897","18452.271"],["6489.264","16429.956"],["6490.201","16454.778"],["6543.057","16369.316"],["6525.541","16361.746"],["6520.141","16455.747"],["6533.607","16527.875"],["6555.471","16438.308"],["12873.169","18777.632"],["12819.928","18721.513"],["12900.850","18863.598"],["6859.796","16532.058"],["6772.263","16486.916"],["6854.056","16532.901"],["6783.639","16475.880"],["6678.236","16430.794"],["6675.563","16494.080"],["6844.793","16386.723"],["6866.596","16376.531"],["6688.558","16363.001"],["6709.602","16562.712"],["6703.617","16549.112"],["10182.325","16947.859"],["10179.932","16886.022"],["10132.348","16867.817"],["6715.146","17299.074"],["6803.139","17375.888"],["6695.700","17239.015"],["7219.159","18957.275"],["7284.917","19041.658"],["7232.822","18919.851"],["7205.037","19050.031"],["12158.566","19029.901"],["7507.878","19537.365"],["7460.753","19536.610"],["7474.516","19704.814"],["7413.947","19658.709"],["7487.895","19682.715"],["7501.743","19609.630"],["7471.532","19631.894"],["7639.910","18745.411"],["7661.561","18801.447"],["6273.209","17569.925"],["6256.286","17532.284"],["7399.084","15896.708"],["7449.736","15870.732"],["7435.520","15898.565"],["7315.863","15803.672"],["8339.144","18249.987"],["7290.543","18036.272"],["7188.227","17909.553"],["7269.121","17976.061"],["7145.045","17889.093"],["7138.148","17943.781"],["7238.240","17997.673"],["10568.291","18582.164"],["10464.518","18591.434"],["6624.131","17282.121"],["6662.616","17317.933"],["6946.338","20255.891"],["7540.568","18684.417"],["7610.138","18696.774"],["7566.138","18723.097"],["7639.692","18878.909"],["7579.492","18803.908"],["6552.516","16268.392"],["6494.998","16308.253"],["11594.182","19087.665"],["11530.760","19082.529"],["11662.734","18932.506"],["6721.756","20140.460"],["6831.745","16805.980"],["6776.383","16780.745"],["6749.097","16804.494"],["6673.408","16786.910"],["10292.311","19101.443"],["10287.567","19160.373"],["10259.080","19194.802"],["7062.641","17600.766"],["6940.211","17584.679"],["7020.137","17585.183"],["6990.259","17484.090"],["7115.904","17268.871"],["9565.527","18659.365"],["10075.654","17006.110"],["10239.947","17085.804"],["12705.570","18856.242"],["9837.276","18561.076"],["10591.216","19011.538"],["10546.786","19052.241"],["10469.301","19054.611"],["10638.351","19048.053"],["10478.913","19086.622"],["7381.993","19510.479"],["10046.871","18694.635"],["9676.410","19055.036"],["9707.424","19007.417"],["9784.957","19018.515"],["9787.081","18953.159"],["9679.895","18914.799"],["7380.449","20327.871"],["7380.106","20316.407"],["7720.852","19024.493"],["7707.348","18930.433"],["11686.949","18560.288"],["11696.242","18516.324"],["13231.525","18764.160"],["13227.479","18854.036"],["8377.318","18517.520"],["8509.097","18634.200"],["8403.294","18519.053"],["8435.436","18578.010"],["8416.967","18638.439"],["6654.620","18422.107"],["11758.685","19138.403"],["11729.837","19122.400"],["7547.487","19353.623"],["7593.117","19326.832"],["7686.678","19316.991"],["7675.803","19389.801"],["7593.751","19376.718"],["7661.686","19401.631"],["7651.178","19518.973"],["7545.393","19519.237"],["7545.071","19440.527"],["7619.199","19478.248"],["7689.077","19458.335"],["7705.826","19353.158"],["12064.106","18979.759"],["12136.738","18916.357"],["11938.605","19093.983"],["12027.698","19091.961"],["10719.024","19155.303"],["10537.641","17987.144"],["10646.280","17917.714"],["7063.254","16764.160"],["7049.153","16609.457"],["7007.499","16567.317"],["6980.257","16639.260"],["6963.157","16678.104"],["12747.314","19031.580"],["12618.462","18899.767"],["6397.989","16749.248"],["6418.811","16681.784"],["6425.197","16660.622"],["6426.369","16610.713"],["7580.185","18336.777"],["7572.220","18384.062"],["7688.177","18291.014"],["7555.308","18338.541"],["7557.971","18379.032"],["7594.282","18393.908"],["7635.561","18432.586"],["7665.861","18420.817"],["7650.737","18420.938"],["7675.667","18427.389"],["7637.786","18366.675"],["7666.818","18382.430"],["7637.856","18312.925"],["7569.110","18301.769"],["9599.482","19275.596"],["9618.274","19215.333"],["9508.083","19234.500"],["7241.734","19448.488"],["13635.679","19056.873"],["13627.210","18941.117"],["13774.860","19029.168"],["13705.995","19047.979"],["13763.803","18928.803"],["7263.433","20456.532"],["7389.250","18221.652"],["7423.096","18103.445"],["7400.224","18102.874"],["7406.726","18110.063"],["7442.002","18116.567"],["7419.574","18162.980"],["7333.574","18184.504"],["7353.031","18148.272"],["7324.212","18232.490"],["6696.052","18393.246"],["6732.804","18325.938"],["6783.093","18406.706"],["6863.512","18310.413"],["6833.791","18373.755"],["6720.091","18445.458"],["6743.548","18396.116"],["6728.673","18261.049"],["9484.971","18997.029"],["9519.906","19051.228"],["9514.538","19091.023"],["9602.927","19043.835"],["7297.621","19124.163"],["7211.317","19101.707"],["7300.042","19201.640"],["13726.583","18574.922"],["12221.557","18591.715"],["5473.321","17571.249"],["8139.975","19378.559"],["8111.781","19351.773"],["8042.685","19479.120"],["8010.159","19459.947"],["8124.903","19430.305"],["7953.674","19517.087"],["7953.161","19451.486"],["8582.128","18833.587"],["8696.681","18783.078"],["8749.813","18754.136"],["8774.026","18705.457"],["8674.172","18740.768"],["8646.592","18358.484"],["8609.424","18430.418"],["8568.551","18332.871"],["10292.817","18919.628"],["10328.621","19064.490"],["10373.741","18935.496"],["10366.125","18979.521"],["10276.482","19022.064"],["10450.644","18903.527"],["10398.781","18911.179"],["10427.641","18977.147"],["10440.057","19026.205"],["10273.692","18908.025"],["10295.707","18997.501"],["10013.211","18733.358"],["10022.199","18686.377"],["9884.948","18723.204"],["9841.839","18775.605"],["9339.257","19109.181"],["9283.938","19136.917"],["5390.013","16395.916"],["5329.642","16361.379"],["24395.004","7871.177"],["9920.355","18874.501"],["9956.073","18803.729"],["9997.311","18831.291"],["9900.567","18871.637"],["10883.807","18928.106"],["5146.949","15992.436"],["5198.119","16046.470"],["10953.752","18052.750"],["10971.352","18089.102"],["11000.886","18174.402"],["11055.123","18143.996"],["11086.496","18205.954"],["7366.641","19670.710"],["11876.125","18452.573"],["11792.821","18406.002"],["11806.225","18413.847"],["7814.688","18011.638"],["7847.765","18020.630"],["7838.431","18037.921"],["23795.303","7918.026"],["23922.158","7948.252"],["23887.097","8021.689"],["13181.084","18966.979"],["13136.018","19010.200"],["6175.089","17178.215"],["6209.727","17172.533"],["6929.377","15968.485"],["6963.785","15958.113"],["6897.317","16117.227"],["12037.798","18621.498"],["7989.111","18934.115"],["8107.531","18943.466"],["7952.314","19021.070"],["8145.751","18975.437"],["8129.556","19075.439"],["24034.533","7342.495"],["8106.354","19718.079"],["7986.133","19708.913"],["7936.496","19697.554"],["8137.334","19635.284"],["12339.009","18899.251"],["11994.724","18828.456"],["12121.642","18878.888"],["12038.505","18690.317"],["6219.671","16869.167"],["8409.410","19532.597"],["8416.271","19561.722"],["8394.577","19660.026"],["8483.692","19696.389"],["8384.873","19721.879"],["8364.689","19537.395"],["6445.694","16550.234"],["6424.724","16511.011"],["8890.928","18953.549"],["8929.114","19039.454"],["8867.312","19042.997"],["8858.414","18974.732"],["8810.861","18951.732"],["10040.899","17300.885"],["10130.244","17260.742"],["10193.187","17374.873"],["10196.816","17364.633"],["10042.045","17364.033"],["8185.878","19811.304"],["8279.466","19755.675"],["8231.502","19748.197"],["8338.938","19738.253"],["10238.602","18847.314"],["10144.548","18732.398"],["10195.159","18786.504"],["10132.736","18804.587"],["10137.218","18865.450"],["10081.427","18879.529"],["7332.777","16091.828"],["7404.010","16125.337"],["7326.281","16090.829"],["7451.574","15952.846"],["11355.969","18672.700"],["12200.244","19182.998"],["12211.379","19166.185"],["8583.426","19354.972"],["7318.222","19362.207"],["7496.524","19328.100"],["7350.470","19444.390"],["7374.916","19422.962"],["7402.392","19425.521"],["7498.384","19441.255"],["7484.221","19379.138"],["24374.149","8036.416"],["24541.167","7906.634"],["24500.427","7955.951"],["24444.121","7988.434"],["10702.887","18009.506"],["10678.353","17848.868"],["10854.648","17871.266"],["10860.459","17958.192"],["10857.455","17922.023"],["8064.610","18419.645"],["8028.561","18261.234"],["8101.665","18264.405"],["7071.575","18994.008"],["9781.355","18793.581"],["7425.292","16320.860"],["7305.475","16165.726"],["7119.244","16707.240"],["7289.054","16739.144"],["7300.880","16740.283"],["7179.455","16657.215"],["12921.793","18572.426"],["5428.207","15986.064"],["5449.270","15971.413"],["5496.331","15995.948"],["5485.291","16043.806"],["11023.418","18619.497"],["8444.163","19260.652"],["8457.676","19216.992"],["8386.847","19251.998"],["8368.613","19206.934"],["10263.996","17527.422"],["10334.100","17543.907"],["10420.919","17542.691"],["8558.634","19245.820"],["8500.366","19296.784"],["9670.161","18640.502"],["9627.896","18677.493"],["9683.706","18603.617"],["9775.146","18545.018"],["6775.270","16329.349"],["6859.710","16193.342"],["6717.587","16180.048"],["6765.444","16239.812"],["6690.499","16288.335"],["6821.282","16270.428"],["6853.256","16284.136"],["8255.253","18440.512"],["8193.316","18311.870"],["8202.357","18284.744"],["8187.057","18459.092"],["10568.899","18628.704"],["10628.290","18656.231"],["11646.289","19258.972"],["6555.361","16231.351"],["6564.873","16220.143"],["7023.076","16858.691"],["6962.258","16959.270"],["6959.085","16900.756"],["6928.828","16835.072"],["6948.542","16857.555"],["6300.232","16841.738"],["6369.400","16887.904"],["6315.137","16972.102"],["9682.527","19326.877"],["5494.063","15881.908"],["5528.204","15759.175"],["5553.154","15786.425"],["10017.467","17202.588"],["10015.224","17251.846"],["7441.589","19095.344"],["11906.235","19223.788"],["11794.245","19229.370"],["6811.986","15871.886"],["6740.804","15733.419"],["6774.360","15828.854"],["6825.100","15797.855"],["11474.536","18034.602"],["10241.763","19148.375"],["10176.630","19151.288"],["10129.959","19140.708"],["6719.275","16086.330"],["6729.851","16110.409"],["6794.109","16119.176"],["6880.030","16060.515"],["6843.599","16020.019"],["6700.768","16067.197"],["23921.057","7413.142"],["23845.272","7463.605"],["11197.847","18724.347"],["11220.599","18697.177"],["11109.060","18740.323"],["14021.693","18621.788"],["13967.236","18560.962"],["10973.952","17915.919"],["10948.860","17985.724"],["11033.724","17901.299"],["11080.801","17935.303"],["11074.663","17990.973"],["11019.928","18017.953"],["14149.835","18666.611"],["10041.457","17674.053"],["10109.461","17660.285"],["7149.145","17573.688"],["7099.023","17438.659"],["24278.507","7820.948"],["24290.169","7750.329"],["13858.911","18708.669"],["10664.251","18375.335"],["8472.915","18346.012"],["8543.953","18388.675"],["8418.834","18349.979"],["11712.523","18286.512"],["11080.216","18679.158"],["10975.324","18687.677"],["10907.583","18727.303"],["10935.820","18820.691"],["8530.647","18951.863"],["11137.235","18458.492"],["11139.361","18379.079"],["11108.341","18410.453"],["11285.969","18331.413"],["13520.783","18342.478"],["13534.047","18304.232"],["10812.132","18883.613"],["10812.832","18787.902"],["10728.674","18742.222"],["10807.467","18707.746"],["10704.512","18708.516"],["10857.829","18800.477"],["10869.129","18755.255"],["11219.149","18099.556"],["24131.521","8120.538"],["23953.097","8126.947"],["14121.357","18290.933"],["11381.201","18782.952"],["11389.674","18721.413"],["11312.206","18734.873"],["24379.609","7996.958"],["7748.630","18541.188"],["7843.466","18494.084"],["7845.268","18475.293"],["7187.240","16423.905"],["7193.852","16365.540"],["7193.772","16501.103"],["7138.869","16454.330"],["7133.737","16486.303"],["9846.755","19108.230"],["11498.582","18197.211"],["7150.933","17167.887"],["11827.261","18816.668"],["11755.287","18831.878"],["8675.501","18600.817"],["8686.352","18523.168"],["8667.405","18504.840"],["24008.066","7714.878"],["11329.850","18292.949"],["13823.146","18558.473"],["6661.175","16044.769"],["10247.439","17851.798"],["10196.580","17919.014"],["10759.215","19078.062"],["13496.472","18909.056"],["13424.532","18977.312"],["13550.054","19014.940"],["12879.886","19099.134"],["12780.192","18954.107"],["12848.042","18971.136"],["12976.048","18993.805"],["10232.343","17460.736"],["6631.877","15604.734"],["6588.242","15592.793"],["7452.263","16664.006"],["5178.004","17505.924"],["10789.240","18614.610"],["10687.270","18624.917"],["9802.951","18605.753"],["13318.877","18904.193"],["13337.690","19078.649"],["7335.144","18697.203"],["7312.090","18826.247"],["7354.544","18744.830"],["7463.888","18751.219"],["7386.207","18806.659"],["7347.239","18822.936"],["7343.182","18848.309"],["13834.699","18209.088"],["13962.248","18250.574"],["14005.965","18232.432"],["10487.017","18695.749"],["10501.641","18696.707"],["10661.093","18853.116"],["10659.992","18726.570"],["10664.005","18844.821"],["10534.733","18764.089"],["10573.374","18809.177"],["10582.150","18738.108"],["10546.600","19131.019"],["8162.693","19428.336"],["8204.879","19514.793"],["8251.068","19427.905"],["8181.383","19422.432"],["8190.823","19361.173"],["8341.428","19480.053"],["7140.346","16786.117"],["7122.583","16790.527"],["8587.109","19268.124"],["8670.751","19287.392"],["8607.524","19180.738"],["8641.759","19269.468"],["8713.671","19110.791"],["8668.105","19115.254"],["6693.034","17668.887"],["6781.641","17643.932"],["6780.486","17707.722"],["6748.604","17663.004"],["6882.468","17810.996"],["24469.306","7834.171"],["12385.472","18942.372"],["11996.563","19138.551"],["14075.883","18842.196"],["14147.740","18724.055"],["14183.726","18751.883"],["14185.805","18825.613"],["10487.295","18922.283"],["10547.420","18995.089"],["10584.357","19001.579"],["10464.240","18977.807"],["10647.670","18936.613"],["9510.945","19175.420"],["9589.066","19147.894"],["10541.259","18071.273"],["10641.176","18123.009"],["10562.184","18228.570"],["10658.121","18181.413"],["10635.863","18224.038"],["7627.016","19528.552"],["7614.970","19579.909"],["7629.537","19682.927"],["7553.440","19658.493"],["7534.768","19554.580"],["7688.446","19728.700"],["7694.441","19591.793"],["7691.539","19608.373"],["24003.698","7599.897"],["24133.161","7562.025"],["24013.008","7621.553"],["24018.502","7676.380"],["7107.857","17746.940"],["7732.681","19343.961"],["7730.676","19377.560"],["7728.648","19391.056"],["7872.576","19395.174"],["7760.242","19458.525"],["7900.458","19504.259"],["9627.518","19218.801"],["9760.078","19289.078"],["9624.025","19119.205"],["9698.162","19178.876"],["9671.502","19122.461"],["9818.335","19126.047"],["23617.393","7870.295"],["23580.105","7852.217"],["7214.822","17842.607"],["7755.764","19783.425"],["7778.457","19741.676"],["7745.259","19826.448"],["7753.253","19871.216"],["7876.213","19903.567"],["7855.307","19768.115"],["7801.280","19790.668"],["10267.858","17995.742"],["10376.978","17844.656"],["10298.133","17908.651"],["8290.429","19668.338"],["8147.030","19734.421"],["8182.944","19666.511"],["8315.131","19639.572"],["8299.478","19532.049"],["8231.644","19633.333"],["8296.232","19530.051"],["10744.980","18961.928"],["10779.181","18945.258"],["7006.292","15792.864"],["6981.599","15913.290"],["6976.270","15848.798"],["6894.354","15872.035"],["7047.584","15823.756"],["7018.160","15768.859"],["7092.898","15853.638"],["7413.450","16372.883"],["7317.562","16420.433"],["7397.364","16391.531"],["7494.744","16450.579"],["7492.757","16409.770"],["10356.780","18381.333"],["10288.060","18385.891"],["10284.101","18346.683"],["11836.813","18334.959"],["9146.198","18978.449"],["9009.470","19033.229"],["9075.984","18932.444"],["10767.527","18188.881"],["10785.476","18157.413"],["10824.564","18155.832"],["10695.215","18248.441"],["10739.148","18054.541"],["10772.504","18048.106"],["10787.862","18074.901"],["13527.194","18873.586"],["7509.814","19209.318"],["7393.896","19277.815"],["7423.866","19167.560"],["7463.431","19300.778"],["7330.181","19301.097"],["7358.284","19162.631"],["7512.634","19129.755"],["10523.850","17622.935"],["9281.470","18915.950"],["9239.203","19008.465"],["9329.522","19078.198"],["9200.358","19084.617"],["24242.060","7969.843"],["24290.911","7945.259"],["7750.845","19995.952"],["12160.523","18738.723"],["12251.178","18761.607"],["6270.049","17011.039"],["6259.473","17123.340"],["6280.328","17099.706"],["6303.760","16991.671"],["13018.438","18533.499"],["11135.254","18622.928"],["8301.835","18678.057"],["8271.472","18777.272"],["13415.675","18278.468"],["11330.711","18136.166"],["7039.671","16493.822"],["6952.082","16376.689"],["6890.108","16408.815"],["7037.337","16549.084"],["6996.387","16362.482"],["7070.437","16411.232"],["14278.334","18396.273"],["14322.972","18370.162"],["10211.698","17005.091"],["7542.484","16168.886"],["7552.352","16172.701"],["8103.243","18519.079"],["8144.769","18555.341"],["7743.613","19555.794"],["7888.269","19595.119"],["7833.050","19523.797"],["7924.008","19631.534"],["7888.052","19567.423"],["7811.727","19623.578"],["7398.530","19738.911"],["6720.472","15602.418"],["6819.806","15632.023"],["6641.849","15768.023"],["6619.616","15805.905"],["6632.483","15921.407"],["6578.618","15872.340"],["9089.087","19109.981"],["9063.104","19122.304"],["10718.160","18404.118"],["5086.345","16202.976"],["5130.815","16309.625"],["5176.653","16338.547"],["10264.258","18683.680"],["10362.416","18811.387"],["10264.670","18782.670"],["10281.633","18754.409"],["10457.323","18808.307"],["10350.150","18766.105"],["10427.781","18805.574"],["10311.980","18858.518"],["7345.470","19036.291"],["7391.853","18983.743"],["7447.571","19041.021"],["7323.059","18911.126"],["7496.423","18907.737"],["7377.974","19003.548"],["8239.712","19545.063"],["10342.796","18270.789"],["10375.191","18356.983"],["10427.037","18280.149"],["10324.609","18323.694"],["7394.575","15928.326"],["7444.353","15922.508"],["6819.528","17449.400"],["6765.490","17427.892"],["6703.920","17570.219"],["10861.316","18287.152"],["10825.152","18368.667"],["7267.107","15919.671"],["7246.630","15907.036"],["7205.301","15904.295"],["7230.914","15909.598"],["7104.093","15908.758"],["7170.118","15822.160"],["7164.864","15773.743"],["6648.638","17584.015"],["10591.611","17592.098"],["8419.979","18856.446"],["8362.410","18800.309"],["8402.763","18826.594"],["8557.416","18762.543"],["5346.609","15992.371"],["5305.221","16029.221"],["5231.565","15948.187"],["5269.120","16099.765"],["8966.670","18505.402"],["10310.501","18120.598"],["10303.903","18160.022"],["10344.390","18215.968"],["6709.108","16583.967"],["6693.075","16648.935"],["6734.539","16631.776"],["6811.530","16639.616"],["6833.882","16619.104"],["6853.089","16733.033"],["6777.633","16764.246"],["10028.011","19021.011"],["9911.334","19051.104"],["9875.892","19061.392"],["9876.408","18956.612"],["9967.892","18994.051"],["9925.499","19092.803"],["8811.826","18763.418"],["10119.380","18427.102"],["10106.483","18288.401"],["10096.806","18359.026"],["10123.870","18286.252"],["8574.425","18909.692"],["8663.135","18890.587"],["8734.875","18913.797"],["8624.934","18950.832"],["8771.278","19060.114"],["8633.145","18981.407"],["8610.149","18991.888"],["7307.735","18562.443"],["14273.194","18936.408"],["14308.161","18907.803"],["10058.637","18963.487"],["10116.700","18960.567"],["10103.544","19046.936"],["10189.065","18948.239"],["7926.290","18922.379"],["7772.624","19031.901"],["7927.567","19099.110"],["7779.029","19059.222"],["7920.079","18960.456"],["7057.743","17693.887"],["6938.358","17742.445"],["7016.677","17685.824"],["6986.118","17630.325"],["24494.367","7649.341"],["8027.399","19762.928"],["8004.255","19793.430"],["8112.534","19820.681"],["8126.750","19817.964"],["7792.393","18363.764"],["7882.933","18376.256"],["8158.410","19210.217"],["8303.194","19295.912"],["8186.820","19136.310"],["8291.597","19243.603"],["8261.207","19283.256"],["8259.038","19201.459"],["8229.297","19139.087"],["8205.697","19244.248"],["9179.584","19193.161"],["9108.347","19170.836"],["9178.862","19277.237"],["11810.118","19030.300"],["11903.950","18993.504"],["12127.944","19136.817"],["6455.021","16185.385"],["8069.007","18204.310"],["7889.085","19162.651"],["7875.285","19181.842"],["7930.013","19205.761"],["7840.350","19142.296"],["14043.251","18890.123"],["14147.417","18933.514"],["14105.855","18980.913"],["14071.322","19099.880"],["14082.391","19082.936"],["9217.262","19194.869"],["9355.102","19151.809"],["9266.269","19290.599"],["14061.708","18550.861"],["14053.655","18473.585"],["14084.247","18483.610"],["14296.472","18834.532"],["14304.169","18800.065"],["7006.537","16171.351"],["6896.350","16281.616"],["6895.182","16306.901"],["6912.366","16159.256"],["7068.092","16250.917"],["7073.289","16291.710"],["7726.457","19086.608"],["10207.817","18677.438"],["10220.882","18610.698"],["7331.491","16666.295"],["7363.316","16641.166"],["9119.684","19326.705"],["9044.940","19417.075"],["7185.287","19277.412"],["7115.155","19253.082"],["7215.942","19250.201"],["7143.087","19207.117"],["7111.279","19162.730"],["14158.219","18178.675"],["7442.610","19927.555"],["7497.833","19752.823"],["7503.401","19901.779"],["7216.343","18777.492"],["7279.284","18754.307"],["7246.456","18812.361"],["7268.351","18858.052"],["7288.044","18691.203"],["11635.330","19104.316"],["11532.553","19149.829"],["7789.294","19688.294"],["7853.814","19634.486"],["7736.726","19645.280"],["7765.931","19707.222"],["11957.504","18369.757"],["7175.920","18827.968"],["10293.807","17125.868"],["10387.925","17115.965"],["8200.338","18520.706"],["8123.166","19540.427"],["7979.862","19576.026"],["8036.080","19660.372"],["8109.486","19560.514"],["8035.568","19550.098"],["7978.882","19524.622"],["7227.204","17831.350"],["9033.284","18488.955"],["9049.166","18594.707"],["9067.254","18649.332"],["5428.594","16364.691"],["13623.510","18847.112"],["13758.457","18827.779"],["23886.926","7797.393"],["23727.135","7785.549"],["6452.795","16306.288"],["7149.752","18981.780"],["7149.542","18931.417"],["7160.854","19097.630"],["8998.022","18437.811"],["10232.295","18089.333"],["10119.392","18198.340"],["7435.561","18554.339"],["7370.215","18518.854"],["7428.396","18616.328"],["7419.899","18638.852"],["10867.993","18666.570"],["10882.668","18623.691"],["10779.203","18623.961"],["7634.413","18899.669"],["7670.852","19070.786"],["7656.497","18941.580"],["7527.582","19047.057"],["7589.177","18983.259"],["7530.620","19100.623"],["7578.578","18962.478"],["13831.439","19032.934"],["7105.957","16335.113"],["7188.375","16232.820"],["7201.404","16325.631"],["7137.972","16163.177"],["24096.275","8072.131"],["23948.197","8065.260"],["23945.843","8015.911"],["10943.252","18328.143"],["10933.354","18411.510"],["11061.658","18401.162"],["11092.400","18291.519"],["11864.142","18491.431"],["11829.159","18475.610"],["8109.050","19222.669"],["8030.632","19256.961"],["8109.338","19263.408"],["8095.229","19155.747"],["8091.046","19195.757"],["8007.787","19125.060"],["8176.718","19048.684"],["9969.318","17002.773"],["10013.415","17115.923"],["8466.033","19430.300"],["8467.815","19332.054"],["8360.532","19442.017"],["8426.415","19423.074"],["8372.423","19444.620"],["7295.174","19405.233"],["7226.191","16012.936"],["7179.394","16042.550"],["7096.903","16091.550"],["7292.300","15963.603"],["7276.527","15979.325"],["7516.039","19846.594"],["7604.612","19773.710"],["7566.647","19901.776"],["7618.926","19885.590"],["7591.852","19936.084"],["7659.393","19941.140"],["7618.529","19760.336"],["11094.567","18561.948"],["10954.330","18592.850"],["10942.283","18597.261"],["10390.720","18658.042"],["10376.794","18609.068"],["10355.892","18627.588"],["10339.785","18667.139"],["10361.876","18566.649"],["24179.860","7876.962"],["24187.517","7840.046"],["24254.689","7734.798"],["24153.571","7714.101"],["7010.264","17349.264"],["7069.581","17367.891"],["12655.192","19000.465"],["12579.580","19004.738"],["12573.610","19017.207"],["10257.020","17224.073"],["10320.231","17216.690"],["10349.551","17204.822"],["10324.534","17405.451"],["11699.675","18782.613"],["11599.510","18786.643"],["11230.001","17931.682"],["7768.948","19124.584"],["7578.802","19175.911"],["7639.681","19149.807"],["7520.753","19267.676"],["7622.157","19257.521"],["7710.516","19239.534"],["8384.308","18250.179"],["8374.530","18231.483"],["6510.152","16442.293"],["6532.652","16360.095"],["6561.948","16511.733"],["6592.937","16493.369"],["12818.826","18729.441"],["12927.560","18692.281"],["12886.853","18860.014"],["6834.484","16467.715"],["6815.315","16549.096"],["6704.100","16498.655"],["6763.557","16435.352"],["6688.308","16545.302"],["10081.119","16927.169"],["10190.522","16976.202"],["10182.317","16879.812"],["6787.439","17402.353"],["6758.475","17314.028"],["6790.716","17362.190"],["7266.002","19086.449"],["7286.625","19066.903"],["7263.496","19040.170"],["7233.804","18982.433"],["7189.642","19005.738"],["7508.256","19565.227"],["7409.970","19547.225"],["7437.085","19541.928"],["7455.799","19709.306"],["7434.736","19703.531"],["7505.592","19705.820"],["7494.095","19613.462"],["7446.499","19652.207"],["13621.046","18364.476"],["7643.436","18746.085"],["7411.240","15810.414"],["7484.703","15864.640"],["8168.304","18220.333"],["7199.867","17908.342"],["7164.875","17988.818"],["10545.560","18599.208"],["10494.436","18580.963"],["7602.875","18825.815"],["7515.441","18729.107"],["7642.137","18700.086"],["6637.210","16319.285"],["6526.894","16263.907"],["11575.448","19099.507"],["11541.744","18923.098"],["11563.175","18949.655"],["6767.599","16823.204"],["10317.623","19115.085"],["10325.708","19191.884"],["10270.610","19191.317"],["10425.459","19122.410"],["6998.924","17563.144"],["6989.449","17426.363"],["6907.177","17474.659"],["7019.206","17470.515"],["9503.884","18625.497"],["10208.692","17097.308"],["10103.151","17019.198"],["10529.351","19041.126"],["10638.269","19031.241"],["10551.395","19070.510"],["10119.127","18684.815"],["9674.206","19049.602"],["9718.098","19010.538"],["9753.789","19026.871"],["9774.713","18953.176"],["9728.187","18899.941"],["9694.517","18923.998"],["7718.322","18981.903"],["13236.870","18797.009"],["8373.403","18510.038"],["8519.903","18675.588"],["8392.603","18558.656"],["8384.811","18622.568"],["8442.296","18649.092"],["8852.054","19139.596"],["8799.714","19121.231"],["11758.751","19134.621"],["7598.669","19367.799"],["7560.299","19404.556"],["7600.321","19441.714"],["7518.130","19473.079"],["24089.760","7726.117"],["12053.843","18925.391"],["11992.454","18913.048"],["10751.096","19135.815"],["7587.986","18637.943"],["10621.081","18031.988"],["7032.575","16629.540"],["6985.361","16587.185"],["6904.822","16630.556"],["6946.203","16668.128"],["6363.618","16587.195"],["6350.493","16667.459"],["9587.723","19277.297"],["9414.675","19232.082"],["9536.849","19232.766"],["7279.366","19466.639"],["7243.905","19328.921"],["7225.706","19362.111"],["13731.237","18919.075"],["5217.718","16278.370"],["5272.677","16295.264"],["5235.969","16286.438"],["5204.176","16281.557"],["5351.137","16314.039"],["9462.060","19002.082"],["9530.087","19045.877"],["9459.818","19098.703"],["9559.292","19030.623"],["7296.667","19111.331"],["7192.980","19120.442"],["13695.991","18621.032"],["13644.204","18443.468"],["8975.209","18394.376"],["5485.913","17560.767"],["5473.763","17564.473"],["8113.327","19341.477"],["8045.086","19485.329"],["8035.159","19427.131"],["8100.268","19423.757"],["7968.773","19500.060"],["8623.760","18781.382"],["8666.786","18828.758"],["8738.159","18762.733"],["8711.541","18784.104"],["8689.794","18345.975"],["8583.914","18402.722"],["10275.087","18955.602"],["10312.322","19026.488"],["10372.327","18922.053"],["10352.243","19020.049"],["10405.388","19002.911"],["10428.873","19039.648"],["10262.031","18912.006"],["10296.283","18988.682"],["10026.755","18681.869"],["9887.481","18738.745"],["9884.619","18758.363"],["9349.306","19114.268"],["9207.150","19122.139"],["9281.521","19118.139"],["9362.602","19115.607"],["5210.465","16517.823"],["5369.587","16364.974"],["5258.953","16385.949"],["9954.747","18878.449"],["10010.943","18880.940"],["9939.313","18777.271"],["9983.524","18751.789"],["10016.341","18792.744"],["5137.051","16036.084"],["5195.330","16047.232"],["5141.346","16059.477"],["5113.789","16009.614"],["5122.111","16082.536"],["10947.979","18047.712"],["10970.628","18113.330"],["11054.369","18058.812"],["11009.176","18126.689"],["7378.582","19686.895"],["11813.543","18397.643"],["11796.554","18463.558"],["7836.661","17995.222"],["7854.097","17954.057"],["23932.454","7896.941"],["23866.973","7937.795"],["23929.619","7960.831"],["13008.399","18906.819"],["8679.816","19093.025"],["6961.976","15946.734"],["7038.507","16103.334"],["11988.521","18606.948"],["8090.833","19022.142"],["8128.262","19676.213"],["12177.678","19073.551"],["12349.831","18902.504"],["5399.595","18326.009"],["7403.809","18434.834"],["11935.727","18887.944"],["12072.612","18778.871"],["11975.199","18681.713"],["6198.473","16890.388"],["8431.466","19552.201"],["8451.007","19567.635"],["8444.877","19709.106"],["8362.351","19626.855"],["8876.344","18972.679"],["8934.311","19047.910"],["8852.564","19089.158"],["8850.782","19054.260"],["8868.562","19007.894"],["10078.798","17200.103"],["10121.703","17270.576"],["10210.111","17364.419"],["10237.380","17378.723"],["8156.438","19850.285"],["8208.378","19781.543"],["8292.936","19739.440"],["8228.032","19759.229"],["10240.592","18805.084"],["10247.943","18743.050"],["10143.478","18805.954"],["10144.597","18772.992"],["10231.837","18809.097"],["10071.641","18866.663"],["10005.163","17693.349"],["7304.986","16025.587"],["7473.049","16079.352"],["7462.972","15959.138"],["7314.257","16008.937"],["5260.402","15553.447"],["5201.430","15709.840"],["11308.272","18660.281"],["7214.437","17183.345"],["8570.301","19354.361"],["5140.916","15681.455"],["5097.013","15578.106"],["5027.797","15684.824"],["7315.409","19339.499"],["7426.134","19328.064"],["7486.577","19507.198"],["7508.656","19439.520"],["7396.603","19431.070"],["7473.711","19367.677"],["24535.685","8034.053"],["10692.900","18041.728"],["10744.088","17996.161"],["10817.739","17949.760"],["10848.239","17986.020"],["10840.645","17909.950"],["8054.646","18298.938"],["7052.157","19030.739"],["9763.730","18883.029"],["9648.880","18711.321"],["7452.484","16168.423"],["7456.197","16304.031"],["7246.716","16576.115"],["7170.146","16649.552"],["12974.754","18620.502"],["12895.872","18615.316"],["5450.081","15984.404"],["5438.351","16057.993"],["11001.616","18610.258"],["10969.634","18676.051"],["5291.334","17357.687"],["5285.716","17339.001"],["5271.786","17327.894"],["5262.325","17366.421"],["5296.931","17409.255"],["5212.304","17323.889"],["5228.321","17309.437"],["5214.777","17201.155"],["5202.986","17376.969"],["8439.008","19235.869"],["8367.067","19239.188"],["10315.301","17592.198"],["10361.791","17592.220"],["10316.969","17417.375"],["8491.947","19300.435"],["9679.602","18651.633"],["9694.041","18670.233"],["7306.636","17631.824"],["6777.145","16316.500"],["6871.065","16159.611"],["6724.791","16259.222"],["6810.069","16273.721"],["8169.950","18342.448"],["8274.406","18326.788"],["8272.864","18260.171"],["9858.182","18482.330"],["10529.277","18649.844"],["11666.701","19282.506"],["7075.467","16832.944"],["7008.806","16880.111"],["6930.861","16780.525"],["6275.855","16842.867"],["6348.546","16930.543"],["9681.178","19318.140"],["5476.760","15903.955"],["5528.118","15827.707"],["7645.772","19139.974"],["10033.800","17239.087"],["10027.609","17264.084"],["10035.597","17373.000"],["11849.656","19240.584"],["6768.735","15821.588"],["5418.288","16879.544"],["10163.982","19162.799"],["10128.545","19137.355"],["6749.571","16120.302"],["6799.932","16139.902"],["6809.076","16065.899"],["6678.696","16047.957"],["23931.823","7365.784"],["11183.522","18728.889"],["11120.456","18695.917"],["11108.814","18741.842"],["10907.585","17842.735"],["10934.133","17877.570"],["10929.584","17962.586"],["11082.051","17910.382"],["11081.916","17966.794"],["14211.283","18665.355"],["10070.039","17643.148"],["5431.470","16317.712"],["7128.214","17577.724"],["7140.876","17466.833"],["13960.241","18825.466"],["14010.932","18801.337"],["14008.091","18687.155"],["10578.278","18347.704"],["8497.637","18352.655"],["8527.588","18445.669"],["8366.155","18362.017"],["7669.845","19808.396"],["11036.050","18683.345"],["10931.547","18756.453"],["10887.117","18793.077"],["10900.902","18836.975"],["8413.301","18947.376"],["8426.241","18986.691"],["11132.268","18426.039"],["11250.719","18382.383"],["11099.065","18403.681"],["11233.786","18361.325"],["13486.859","18286.280"],["10799.691","18749.008"],["10713.954","18752.363"],["10685.831","18761.682"],["10756.950","18812.311"],["10704.054","18822.542"],["10718.279","18684.817"],["10834.621","18835.324"],["10855.362","18759.235"],["10867.343","18879.700"],["11268.244","18078.494"],["11186.599","18133.000"],["11147.754","18184.128"],["11173.374","18221.540"],["11115.892","18057.475"],["14368.133","18715.688"],["14381.817","18694.449"],["14074.120","18356.631"],["14165.041","18360.694"],["14119.938","18400.703"],["11333.668","18774.843"],["11396.632","18716.128"],["11304.097","18706.219"],["7784.473","18558.930"],["7299.864","16429.797"],["7094.920","16402.076"],["11478.253","18127.236"],["4985.376","16245.083"],["11773.099","18774.306"],["11750.863","18706.527"],["8772.940","18643.706"],["8633.445","18627.853"],["8689.280","18575.191"],["8617.093","18491.083"],["23943.790","7838.072"],["23978.320","7735.918"],["11335.409","18320.332"],["10239.528","17854.606"],["10234.248","17898.419"],["5262.159","16571.892"],["4922.583","16252.018"],["4910.440","16288.323"],["4968.962","16268.488"],["10767.291","19052.529"],["13475.600","18905.505"],["13547.751","18990.447"],["13456.584","19008.928"],["12886.382","19095.600"],["12853.042","19019.642"],["12902.154","19058.783"],["10226.767","17489.621"],["10165.591","17538.839"],["5196.341","15808.802"],["6651.364","15678.357"],["5183.872","17510.313"],["5189.867","17571.973"],["5163.366","17552.671"],["5159.713","17424.537"],["5148.955","17411.185"],["10746.313","18614.676"],["10681.382","18581.945"],["10776.982","18612.995"],["9771.755","18613.238"],["13220.953","19008.367"],["13328.528","19064.248"],["13325.831","19042.349"],["7348.790","18704.404"],["7393.739","18771.621"],["7361.851","18707.532"],["7501.421","18770.558"],["7435.830","18740.718"],["7380.084","18876.378"],["7472.124","18679.092"],["13920.867","18187.618"],["13855.291","18192.986"],["14001.738","18090.781"],["14038.087","18207.478"],["10498.672","18831.032"],["10562.552","18820.375"],["10553.120","18752.245"],["10596.694","18697.618"],["10516.764","19132.241"],["8351.637","19348.364"],["8254.012","19442.686"],["8291.726","19339.563"],["8178.505","19425.091"],["8174.442","19359.752"],["8339.989","19419.738"],["8316.479","19489.721"],["8657.830","19143.215"],["8612.389","19247.084"],["8602.960","19217.148"],["8632.005","19240.996"],["6825.503","17650.596"],["24543.359","7824.813"],["24368.820","7817.127"],["24371.838","7774.981"],["12513.955","18997.669"],["10533.702","17596.609"],["14116.670","18685.740"],["14165.223","18762.073"],["14206.611","18847.512"],["10497.585","18902.487"],["10491.292","18918.039"],["10572.601","18956.608"],["10623.986","18891.576"],["10634.535","19003.710"],["24301.968","7596.235"],["24232.818","7639.151"],["9511.619","19162.356"],["9594.313","19120.776"],["10580.160","18092.005"],["10655.408","18186.682"],["10616.620","18238.324"],["7639.773","19597.960"],["7591.828","19676.313"],["7520.313","19621.455"],["7697.821","19681.268"],["7707.368","19633.951"],["7634.976","19663.468"],["7713.875","19683.672"],["24135.172","7486.459"],["24033.324","7536.898"],["24046.807","7487.168"],["23994.420","7546.929"],["4929.702","16514.108"],["4869.539","16417.674"],["7731.564","19368.642"],["7733.911","19400.172"],["7752.018","19501.657"],["7887.889","19399.451"],["7779.403","19446.849"],["7926.550","19427.374"],["9721.534","19237.440"],["9762.759","19260.507"],["9670.933","19137.934"],["9661.120","19177.117"],["9710.170","19105.681"],["23701.213","7868.237"],["23619.219","7880.237"],["23622.600","7823.024"],["7193.656","17848.952"],["7798.550","19871.084"],["7880.098","19754.862"],["7931.394","19868.009"],["7848.004","19739.708"],["7775.721","19782.972"],["10381.599","17874.334"],["8268.192","19660.279"],["8150.426","19597.563"],["8312.935","19726.874"],["8297.636","19549.357"],["8258.864","19678.007"],["10722.859","18929.211"],["10800.957","18951.385"],["8410.597","19313.022"],["7055.168","15869.360"],["6902.516","15794.205"],["7068.374","15802.137"],["7899.696","18014.598"],["7497.261","16437.698"],["10364.756","18368.533"],["10275.166","18386.056"],["7293.640","18608.834"],["9198.381","19010.331"],["9118.813","18991.925"],["9071.780","19053.772"],["9026.822","19002.346"],["9083.648","18930.099"],["9116.423","19067.488"],["9923.338","18464.952"],["10685.113","18131.896"],["10830.756","18105.836"],["10841.752","18149.837"],["10694.163","18194.997"],["10683.589","18096.374"],["10767.701","18050.782"],["10782.319","18067.551"],["7494.221","19103.628"],["7449.505","19271.836"],["7369.073","19142.639"],["7420.790","19199.168"],["7498.876","19297.184"],["7345.560","19302.831"],["7352.117","19164.613"],["9282.720","19006.123"],["9253.955","18993.164"],["9350.830","19031.407"],["9346.150","19040.890"],["7784.856","19951.581"],["7730.253","19974.581"],["12230.359","18878.227"],["12199.764","18702.598"],["12193.234","18704.712"],["6293.026","17115.297"],["11111.603","18636.702"],["11231.159","18663.188"],["8345.371","18797.171"],["8348.052","18734.606"],["13465.017","18368.064"],["11347.852","18140.319"],["11380.130","18224.345"],["7086.947","16547.890"],["6889.401","16384.898"],["6978.969","16516.621"],["7072.948","16496.130"],["14341.624","18387.735"],["14307.956","18367.454"],["8115.912","18496.217"],["8038.866","18532.900"],["7871.756","19609.404"],["7801.307","19582.295"],["6685.671","15682.445"],["6830.365","15659.752"],["10114.365","16960.180"],["6618.256","15849.302"],["9181.936","19148.983"],["9027.150","19110.413"],["5134.425","16297.256"],["5070.565","16254.366"],["5119.795","16315.835"],["5028.258","16316.157"],["5348.502","15900.764"],["10301.857","18706.966"],["10305.459","18845.722"],["10287.291","18754.211"],["10430.454","18703.032"],["10446.477","18690.927"],["10339.653","18685.173"],["10385.134","18718.773"],["10434.524","18834.740"],["10408.617","18863.351"],["10277.161","18852.605"],["7376.506","19057.117"],["7418.248","19078.360"],["7345.934","19078.216"],["7446.848","19015.571"],["7514.013","19067.899"],["7348.237","18923.524"],["7458.215","18929.273"],["7369.504","19025.496"],["7501.549","18981.797"],["8208.974","19527.311"],["10358.234","18297.412"],["10426.774","18273.477"],["13849.569","18594.962"],["13943.009","18631.548"],["8143.968","19232.645"],["6805.212","17477.634"],["6691.716","17581.582"],["6872.556","17440.894"],["10755.032","18308.645"],["10775.035","18369.552"],["10715.991","18342.955"],["10882.653","18364.583"],["10860.251","18404.356"],["7106.316","15852.527"],["7135.822","15760.038"],["6668.248","17608.491"],["6652.316","17519.102"],["10595.542","17541.859"],["8533.303","18789.151"],["8439.654","18769.038"],["5395.123","16059.673"],["5238.610","15982.260"],["5390.026","15936.867"],["5247.968","16109.393"],["8975.006","18538.239"],["8940.955","18517.808"],["10278.950","18050.568"],["10393.337","18186.158"],["10257.914","18163.423"],["6696.641","16690.125"],["6793.339","16624.736"],["10025.479","18927.550"],["10026.909","19000.450"],["9947.484","18934.709"],["9841.352","19054.654"],["9880.372","18960.741"],["9970.113","18994.795"],["9922.884","19097.312"],["9851.722","19086.661"],["8801.579","18815.161"],["10206.547","18423.735"],["10225.713","18304.404"],["10092.957","18296.184"],["10099.947","18381.487"],["10157.916","18359.976"],["8707.576","18900.843"],["8715.539","18930.629"],["8666.998","18969.878"],["8770.998","19069.693"],["10183.366","18893.246"],["10241.847","18905.838"],["10107.775","19018.647"],["10090.681","18989.254"],["10104.761","19085.780"],["10155.080","18923.517"],["10221.844","18950.188"],["7869.999","18996.011"],["7901.981","18921.570"],["7919.140","19015.471"],["7764.911","19061.769"],["7915.513","19063.619"],["7784.342","19018.578"],["7728.072","19004.543"],["7090.603","17748.508"],["7082.847","17673.123"],["6929.624","17743.799"],["6907.616","17824.505"],["6993.391","17674.780"],["7012.828","17643.062"],["8011.396","19735.381"],["8006.706","19798.269"],["8079.639","19762.514"],["7861.389","18458.186"],["7804.350","18345.069"],["7834.496","18376.801"],["8227.437","19254.335"],["8326.960","19246.994"],["8301.918","19302.307"],["8183.096","19120.927"],["8231.930","19259.143"],["8235.534","19191.616"],["8272.406","19145.841"],["8208.871","19249.781"],["8159.297","19184.560"],["9104.005","19167.517"],["9140.210","19288.831"],["11066.964","17884.453"],["11925.858","18999.581"],["12013.043","19189.302"],["6406.309","16202.164"],["8038.976","18186.143"],["7887.457","19153.666"],["7893.986","19246.846"],["7901.164","19192.879"],["7749.622","19304.208"],["14213.569","19032.639"],["14129.934","19019.179"],["14062.474","19060.706"],["14212.947","18915.087"],["9214.713","19183.358"],["9305.282","19305.149"],["14246.809","18605.719"],["14184.735","18565.031"],["10255.635","18636.132"],["10342.008","18551.687"],["6951.729","16209.405"],["6909.574","16314.613"],["7083.716","16339.035"],["7053.026","16264.856"],["11539.388","18117.343"],["10196.304","18667.314"],["7352.477","16748.260"],["7416.628","16670.908"],["9114.734","19321.982"],["9042.144","19388.041"],["7178.323","19122.681"],["7170.567","19244.563"],["7131.405","19287.945"],["7211.435","19194.132"],["7166.640","19228.884"],["7480.209","19914.376"],["7480.249","19849.650"],["7465.388","19752.972"],["7507.826","19881.085"],["13989.625","18432.660"],["7212.543","18785.882"],["7285.627","18709.072"],["11629.376","19141.900"],["11592.964","19181.488"],["11581.928","19172.289"],["7797.484","19708.872"],["7837.860","19632.983"],["7827.254","19656.229"],["7148.524","18861.726"],["10300.584","17172.656"],["10322.563","17143.347"],["8287.208","18619.500"],["8182.407","18534.520"],["8347.088","18509.262"],["8105.550","19539.024"],["7971.293","19582.335"],["8021.738","19624.055"],["7970.456","19647.323"],["8065.124","19561.857"],["7214.909","17758.115"],["7109.215","17628.990"],["9053.563","18482.134"],["8999.630","18606.141"],["9071.876","18615.096"],["5393.278","16925.021"],["5386.246","16883.257"],["5367.185","16882.997"],["5326.817","16879.355"],["5242.787","16937.234"],["5248.479","16983.492"],["5468.117","16374.137"],["11511.958","19235.475"],["13751.451","18711.900"],["13688.855","18849.639"],["13625.878","18826.435"],["13765.415","18847.250"],["5220.608","17183.008"],["5216.465","17142.595"],["5274.303","17138.787"],["5259.363","17087.729"],["5271.889","17040.466"],["5201.272","17066.170"],["5202.005","17102.319"],["23880.235","7904.602"],["7143.653","18925.704"],["10162.791","18062.212"],["10100.362","18157.052"],["7446.380","18634.913"],["7370.923","18675.439"],["10871.266","18675.654"],["10869.560","18668.663"],["7685.510","18976.123"],["7632.517","18961.432"],["7598.458","19033.923"],["13959.710","18951.969"],["6172.612","17261.691"],["7177.240","16332.608"],["7278.008","16168.847"],["7153.597","16147.058"],["24109.528","7980.408"],["10912.188","18272.569"],["10893.930","18368.570"],["11074.289","18413.945"],["10961.825","18346.631"],["10998.502","18361.990"],["11868.929","18536.221"],["11818.626","18633.783"],["11851.208","18676.491"],["7966.762","19249.129"],["8005.891","19216.956"],["8060.451","19272.502"],["8111.978","19309.288"],["8120.756","19154.756"],["8063.480","19162.759"],["7977.244","19141.526"],["8196.330","18906.224"],["8263.431","19008.642"],["8152.632","19091.112"],["10025.389","17052.802"],["8486.838","19371.475"],["8370.988","19518.567"],["8424.175","19367.509"],["8433.175","19386.575"],["8366.025","19417.651"],["7273.759","19376.083"],["7180.817","15949.360"],["7194.579","16044.315"],["7542.918","19786.608"],["7593.703","19859.596"],["7545.747","19932.109"],["7682.024","19904.575"],["11065.554","18561.849"],["10441.344","18614.968"],["24202.733","7827.715"],["24174.803","7811.600"],["6918.549","17205.491"],["10258.583","17230.828"],["10369.436","17208.538"],["10257.611","17396.635"],["10350.160","17296.790"],["11624.806","18831.251"],["11624.444","18795.165"],["11190.796","17987.031"],["7755.067","19122.685"],["7592.354","19225.127"],["7589.105","19191.921"],["7543.665","19232.069"],["7625.184","19256.002"],["7673.296","19286.091"],["10131.245","18447.723"],["8392.740","18201.383"],["6649.733","16508.294"],["6565.026","16492.675"],["7082.798","19196.285"],["12857.083","18763.148"],["12827.346","18825.312"],["12863.712","18837.719"],["6828.837","16492.629"],["6729.890","16436.268"],["10238.475","16933.080"],["10190.328","16892.913"],["6690.216","17314.666"],["6787.147","17350.728"],["7275.624","19086.631"],["7264.700","18976.847"],["7300.271","19065.390"],["7258.828","18898.861"],["7291.654","19031.896"],["7266.742","18961.335"],["7180.983","19025.553"],["12265.966","18966.550"],["7479.720","19570.825"],["7421.378","19547.807"],["7437.549","19682.408"],["7493.240","19702.401"],["7411.976","19651.778"],["13632.889","18373.312"],["7363.541","15863.165"],["7414.830","15876.248"],["7410.782","15771.228"],["8322.417","18217.568"],["7144.445","18011.948"],["10530.873","18590.802"],["7601.167","18760.185"],["7648.962","18779.049"],["7613.105","18793.102"],["7539.767","18723.393"],["7611.485","18865.454"],["6634.113","16310.209"],["6467.558","16308.152"],["11561.365","18967.475"],["6802.238","16858.317"],["10310.929","19108.346"],["10274.705","19220.681"],["10461.018","19122.840"],["10254.477","19135.130"],["6899.990","17595.177"],["7001.879","17432.219"],["9548.636","18674.460"],["10096.276","17025.738"],["10234.420","17157.825"],["10192.705","17058.315"],["12595.880","18854.333"],["10515.716","19007.864"],["10534.175","19062.830"],["5484.195","18345.845"],["7356.934","19494.680"],["10094.439","18688.994"],["9708.548","19037.496"],["9685.829","18973.660"],["9784.645","19013.775"],["9772.328","18986.586"],["9688.036","18929.233"],["9768.992","19073.627"],["11654.811","18536.159"],["13290.768","18840.543"],["13335.554","18764.061"],["8537.666","18676.397"],["8429.840","18543.859"],["8400.255","18605.326"],["8461.720","18615.764"],["8811.228","19123.428"],["11735.215","19109.303"],["7586.373","19315.024"],["7578.965","19371.928"],["7653.577","19387.523"],["7570.151","19389.527"],["7609.219","19423.844"],["7643.069","19469.956"],["7659.599","19515.444"],["12145.951","19034.079"],["12144.550","18941.377"],["11949.691","18950.851"],["11941.845","18977.154"],["12029.967","19071.846"],["10727.560","19106.269"],["7547.476","18628.634"],["10571.999","17978.936"],["7044.219","16647.311"],["6897.157","16681.291"],["12753.202","18954.074"],["6428.676","16635.911"],["6412.619","16574.429"],["9596.670","19248.296"],["9418.195","19236.426"],["9494.876","19234.550"],["7266.257","19456.482"],["7233.082","19348.674"],["7252.959","19390.534"],["5184.775","17079.943"],["5170.694","17156.452"],["5170.734","17130.493"],["13709.153","19078.086"],["13755.579","18954.996"],["5287.076","16305.901"],["5205.413","16310.949"],["5339.936","16308.424"],["5296.853","16206.309"],["5222.081","16193.357"],["5268.781","16198.008"],["5272.414","16227.353"],["5300.035","16245.681"],["5213.404","16220.109"],["5247.033","16231.271"],["5200.335","16251.507"],["5119.775","17379.911"],["5159.166","17397.089"],["5184.838","17353.210"],["5180.818","17265.951"],["8556.952","18283.082"],["5219.042","17412.355"],["5206.653","17419.795"],["5214.828","17437.780"],["14031.747","14544.009"],["16006.172","15287.505"],["16124.896","15253.802"],["16081.593","15258.664"],["21104.388","13861.611"],["14939.763","12870.007"],["15018.705","12925.999"],["14988.006","12810.578"],["14906.444","12811.484"],["14783.376","12542.507"],["15480.640","14666.272"],["15400.977","14690.467"],["15377.093","14714.332"],["15500.827","14729.377"],["14895.913","17431.694"],["15064.785","17557.380"],["14703.983","13979.909"],["14817.359","13958.479"],["14425.634","13330.905"],["14270.454","13228.075"],["16346.065","12827.719"],["16164.368","12962.273"],["16279.596","12793.839"],["15404.359","14134.135"],["15366.612","14132.825"],["15378.166","14053.448"],["15318.661","14030.984"],["15457.353","14187.777"],["14544.118","13283.320"],["14463.597","13370.276"],["15289.774","13839.535"],["15246.881","13928.338"],["15240.712","13903.252"],["15264.546","13916.133"],["15147.931","13853.055"],["15168.424","13839.875"],["15039.140","14463.918"],["15057.346","14509.785"],["15015.751","14488.990"],["14994.929","14597.973"],["15077.633","14568.049"],["20968.892","10786.660"],["27756.905","16981.425"],["15145.072","15526.693"],["24069.307","7379.944"],["24123.427","7364.009"],["16734.076","17917.023"],["14864.231","13016.463"],["14851.214","13025.925"],["14844.358","12988.677"],["15994.456","14001.659"],["16097.343","14021.989"],["14121.703","12840.763"],["14084.388","12797.437"],["14230.393","12934.671"],["14126.117","12761.199"],["22416.788","8541.190"],["22347.802","8569.964"],["14883.834","17123.757"],["16244.093","14886.165"],["16311.017","14894.934"],["16210.850","14994.081"],["16301.425","14997.649"],["16174.208","14959.965"],["16178.684","14996.573"],["16524.788","15101.219"],["14700.360","14418.608"],["14673.501","14407.361"],["14689.718","14432.761"],["14682.359","14371.293"],["16374.464","14221.621"],["14595.023","16615.143"],["14902.962","14057.398"],["14296.637","14809.439"],["14331.959","14867.147"],["14348.209","14722.578"],["14295.927","14696.404"],["14425.750","14814.273"],["14422.605","14681.632"],["16480.897","14383.182"],["16470.281","14344.788"],["14022.474","14687.052"],["14039.917","14721.824"],["14993.010","16531.215"],["16675.019","15041.279"],["16724.295","15031.637"],["15096.844","15177.964"],["15160.084","15275.492"],["15177.575","15197.917"],["15206.445","15127.645"],["24626.921","8281.769"],["14837.417","14612.858"],["14240.293","13439.953"],["16719.341","14489.830"],["16703.057","14608.505"],["16744.307","14583.964"],["14509.247","13742.447"],["14594.726","13644.106"],["14583.257","13765.114"],["14518.216","13707.082"],["14394.166","12640.136"],["14499.042","14853.464"],["14461.923","14856.258"],["14677.665","16247.490"],["15061.033","17353.415"],["15096.136","17271.336"],["15726.145","13611.501"],["15739.554","13772.115"],["16713.191","17671.659"],["16671.137","17714.659"],["16585.650","17691.955"],["16572.706","17669.313"],["14229.487","13331.458"],["14199.063","13307.495"],["16209.729","13304.941"],["16189.280","13206.520"],["16809.371","15866.744"],["16803.045","15778.578"],["16825.528","15823.978"],["16860.364","15728.087"],["16786.697","15735.982"],["16851.827","15895.213"],["16316.202","14360.279"],["16784.369","15020.705"],["15017.381","15514.758"],["23804.957","7392.551"],["16180.976","14495.921"],["16436.886","13435.555"],["16366.594","13452.480"],["16572.368","15354.448"],["23143.120","7881.997"],["15944.833","15078.983"],["15941.741","15013.781"],["15994.446","14992.785"],["15736.583","13254.788"],["15483.600","15521.651"],["15509.357","15655.023"],["15236.808","16402.872"],["16174.058","14441.481"],["14630.116","13518.853"],["14512.323","13517.195"],["16939.922","18411.883"],["15372.245","13156.323"],["15376.960","13127.668"],["14793.647","13799.730"],["14850.678","13642.323"],["14853.518","13768.558"],["14717.850","13652.309"],["14753.881","13713.845"],["14871.522","14119.156"],["14871.178","14177.884"],["15768.881","15081.132"],["15802.591","14922.735"],["15784.682","14989.274"],["15825.983","14982.976"],["15753.182","15049.079"],["15959.254","17940.426"],["15978.859","17963.200"],["15979.883","17872.922"],["15981.002","17918.603"],["27206.771","15805.769"],["14927.380","13009.028"],["15020.895","12999.739"],["14889.874","13120.365"],["14910.192","13174.098"],["14891.037","13000.134"],["21037.864","9668.284"],["15174.285","14585.443"],["15101.498","14612.310"],["15220.465","14541.332"],["15201.792","14578.318"],["15227.634","14639.470"],["14586.385","14173.649"],["14629.683","14064.182"],["14603.747","14225.140"],["14645.933","14084.694"],["14503.356","14090.989"],["15551.788","15532.721"],["15653.160","15667.753"],["15635.772","15700.903"],["15675.359","15511.960"],["14531.468","17057.188"],["15432.713","18176.613"],["16044.750","14939.427"],["15988.870","14941.257"],["16096.710","15045.461"],["16084.274","15008.362"],["14796.286","13439.609"],["14859.650","13481.530"],["14880.578","13529.171"],["14875.635","13428.213"],["16774.007","15411.956"],["16705.409","15431.967"],["14869.462","16953.021"],["14831.706","16896.580"],["14686.876","16928.989"],["22395.963","8971.643"],["15206.560","13548.104"],["15099.322","13475.296"],["15259.601","13502.977"],["20752.660","9910.674"],["16429.514","15418.203"],["16431.591","15330.274"],["16375.456","15314.583"],["16525.575","15309.625"],["16037.796","12743.493"],["16895.284","18190.413"],["14286.084","12648.660"],["14311.248","12624.547"],["14303.373","12699.227"],["14352.156","12735.924"],["14444.772","12716.997"],["14342.281","13483.866"],["14376.547","13555.124"],["15839.596","13956.044"],["15901.668","13925.251"],["15779.567","13988.703"],["15818.555","13957.478"],["15775.550","13853.838"],["14877.428","14841.308"],["14753.629","14783.127"],["15579.217","15759.849"],["15531.833","15846.536"],["15668.533","15773.293"],["15648.924","15805.441"],["15639.139","15733.231"],["24432.423","7776.461"],["18684.442","9015.308"],["14570.510","12585.992"],["14485.972","12647.528"],["14579.947","12626.257"],["14597.974","12643.598"],["14544.714","12569.448"],["14523.142","12561.078"],["14648.807","12551.914"],["16111.142","15631.830"],["16138.698","15610.273"],["16144.702","15522.103"],["20856.826","10149.904"],["16188.628","15115.401"],["16181.238","15192.601"],["16153.409","15218.118"],["16195.251","15144.283"],["16289.160","15213.580"],["16229.324","15197.065"],["15273.117","14243.168"],["15226.275","14255.968"],["15216.423","14353.259"],["15184.321","14295.911"],["15160.423","14274.920"],["16494.441","14601.570"],["15939.901","14533.286"],["14582.276","15170.434"],["16098.747","13410.507"],["22447.314","8085.598"],["14541.586","14621.540"],["15692.808","14397.093"],["15692.019","14321.123"],["15654.548","14308.054"],["14999.851","13944.940"],["22963.041","12618.464"],["15529.044","14641.895"],["15559.801","14598.064"],["15649.228","14469.005"],["15622.064","14450.673"],["16448.921","18064.220"],["19908.480","13754.073"],["19835.107","13718.218"],["14892.552","15960.037"],["15025.213","16015.940"],["15080.892","16050.609"],["14932.163","16036.279"],["14948.779","13594.613"],["14948.975","13405.161"],["15028.790","13460.454"],["16136.938","12934.293"],["16082.940","12943.778"],["15881.568","14074.634"],["15844.276","14030.614"],["15934.521","14129.078"],["16844.599","15086.161"],["16872.095","15293.722"],["16855.747","15291.872"],["16916.987","15180.616"],["19727.913","12004.215"],["14536.452","12745.780"],["14480.949","12914.568"],["14616.854","12785.412"],["14643.691","12899.875"],["14581.860","12852.324"],["15693.327","13773.049"],["15658.340","13655.999"],["15548.122","13663.307"],["15595.814","13670.981"],["14666.086","13134.073"],["14610.022","13166.666"],["14504.442","12972.208"],["14627.798","13045.550"],["14590.335","12980.260"],["14410.641","13902.176"],["14457.411","13989.840"],["14378.311","13894.049"],["15583.129","13326.197"],["15711.799","13345.933"],["16040.365","14372.989"],["15969.601","14305.818"],["15970.653","14282.715"],["16039.197","14317.470"],["16110.837","14251.450"],["16052.841","14269.971"],["15940.859","14343.091"],["15981.549","14426.537"],["14764.272","12906.574"],["15102.895","11973.138"],["15484.016","15924.044"],["15350.888","13665.974"],["15390.164","13713.257"],["15352.960","13694.248"],["15484.573","13716.416"],["15332.571","13744.049"],["15310.335","13763.818"],["15249.868","12990.636"],["14705.023","13149.420"],["14685.012","12982.280"],["14726.328","13077.632"],["14770.113","13142.363"],["24224.638","8008.549"],["24316.725","7980.095"],["24242.011","8008.549"],["24274.133","7970.027"],["14531.593","13985.333"],["14464.843","13927.268"],["14718.449","13319.712"],["14701.121","13375.415"],["14741.694","13214.978"],["14781.177","13204.695"],["15767.072","14443.790"],["15917.339","14347.154"],["15899.411","14374.619"],["29803.176","16044.133"],["23645.034","17539.506"],["14281.490","12529.426"],["14294.450","12540.789"],["14976.107","15499.576"],["15012.916","15479.675"],["14688.105","13569.648"],["16269.761","15502.216"],["16239.809","15400.757"],["16176.281","15490.345"],["16881.069","15339.075"],["16899.914","15387.317"],["16789.945","15309.512"],["16952.567","15484.955"],["16958.918","15365.842"],["14883.260","14223.151"],["14982.192","14229.230"],["14938.639","14163.846"],["14993.870","14166.224"],["15000.438","14227.979"],["15051.310","14220.762"],["14737.169","14135.639"],["14690.527","14215.487"],["14856.649","14059.010"],["14723.922","14081.800"],["14686.883","14201.905"],["14691.641","14031.036"],["14693.762","14033.134"],["14825.372","14172.168"],["14673.970","14138.609"],["14682.062","12892.885"],["15140.257","16182.393"],["15128.794","16205.937"],["16660.981","15235.582"],["16672.478","15214.888"],["16722.612","15199.671"],["16761.651","15201.886"],["21573.754","9732.458"],["15626.770","14713.602"],["15569.694","14715.026"],["15570.853","14839.147"],["16647.051","15778.143"],["16567.545","15843.796"],["16632.380","15759.323"],["14917.045","13664.582"],["15048.092","13665.539"],["15033.258","13791.853"],["15067.363","13802.238"],["16371.020","13297.948"],["16453.918","13358.988"],["16381.362","13226.129"],["15475.142","14319.991"],["15378.488","14307.696"],["23379.323","17368.697"],["16439.479","15593.019"],["16494.072","15922.980"],["14387.941","15085.508"],["14328.022","15089.969"],["14860.115","14888.038"],["16244.265","15424.300"],["16468.833","13113.246"],["15563.160","15272.491"],["15600.348","15153.706"],["15601.233","15090.794"],["15683.868","15204.890"],["15638.316","15236.225"],["15525.982","15159.611"],["15564.939","15214.537"],["15494.127","15312.198"],["14453.411","14621.483"],["14445.878","14646.091"],["14271.548","14594.980"],["14279.533","14552.675"],["14308.414","14601.221"],["14403.822","14510.182"],["14115.483","12598.581"],["14087.094","12633.907"],["24398.146","7617.251"],["24460.600","7527.270"],["24366.944","7608.854"],["14139.953","14461.213"],["15471.014","15239.445"],["15509.991","15252.582"],["14647.483","14915.608"],["14609.852","14956.473"],["14644.527","14898.673"],["14482.448","14991.243"],["14528.347","15072.235"],["14607.483","15073.983"],["14470.290","15024.859"],["15983.119","12362.255"],["15013.117","16643.038"],["14861.462","16762.965"],["14898.796","16622.043"],["18608.590","9097.973"],["16055.074","13242.434"],["14240.784","12987.344"],["14238.150","13126.843"],["15668.172","15375.658"],["15634.399","15297.994"],["15616.363","15375.020"],["15590.901","15321.704"],["15650.372","15462.224"],["15618.628","15424.337"],["15525.339","15436.377"],["15648.138","15439.546"],["15657.012","15392.919"],["15657.704","15495.413"],["15383.696","13592.888"],["15330.472","13560.209"],["15383.822","13458.276"],["15425.911","13454.957"],["16645.954","14489.108"],["15344.260","13835.042"],["15473.926","14017.854"],["15504.801","13925.891"],["15496.781","13894.454"],["15417.112","13991.453"],["23862.703","8135.129"],["16518.433","15080.803"],["16367.868","14982.011"],["16372.852","15019.022"],["16057.228","14198.099"],["15957.366","14126.304"],["16119.439","14193.382"],["15958.365","14047.205"],["15961.776","14214.846"],["15950.086","14095.580"],["16025.944","14166.311"],["15995.660","14107.207"],["16077.602","14082.513"],["16090.402","14036.099"],["14557.515","16830.083"],["15140.902","15074.614"],["15222.778","14930.621"],["15170.157","14998.029"],["15259.635","14935.851"],["15290.644","14922.476"],["15470.131","18178.777"],["15765.674","15542.386"],["15850.873","15572.607"],["15024.091","14445.454"],["15018.218","14296.683"],["15735.473","14855.759"],["15729.864","14828.509"],["15818.449","14857.005"],["23849.203","7746.858"],["16486.866","14687.487"],["16483.143","14868.185"],["16477.255","14856.047"],["16365.692","14740.053"],["14982.699","12645.036"],["14938.983","12643.355"],["15067.007","12644.258"],["15029.166","12635.003"],["14998.574","12599.716"],["21304.139","10434.841"],["16439.027","15674.208"],["16546.253","15555.329"],["14093.928","12714.297"],["14197.184","12699.169"],["20562.107","14773.976"],["15382.796","14924.121"],["15373.354","14886.944"],["15346.808","15014.364"],["15355.465","14973.014"],["15397.669","14994.880"],["16074.581","15361.555"],["16035.272","15370.688"],["16059.465","15403.951"],["16092.887","15481.012"],["16662.886","14822.295"],["16573.139","14675.341"],["16614.653","14688.091"],["15831.864","15441.690"],["15905.161","15353.852"],["15799.079","15332.872"],["15730.438","15373.873"],["15183.258","17565.853"],["15093.861","17496.265"],["14562.322","14732.571"],["14645.174","14758.458"],["15182.875","15305.691"],["15205.288","15343.266"],["15164.519","15334.906"],["15329.482","14655.836"],["15372.190","14548.289"],["15615.124","14935.093"],["15521.694","15041.711"],["15670.380","14984.620"],["15660.480","14937.420"],["13880.214","13999.480"],["15846.792","15278.415"],["15900.113","15277.743"],["15903.071","15179.267"],["14871.201","14264.583"],["16253.133","14224.546"],["16195.762","14163.268"],["16267.634","14177.298"],["16321.169","14230.703"],["18583.350","15458.711"],["15739.743","15834.971"],["15772.989","15775.088"],["15729.358","15886.453"],["15186.539","13688.637"],["15291.049","13627.792"],["15150.633","13701.183"],["14632.180","14349.724"],["14617.562","14375.698"],["14482.988","14266.607"],["14526.103","14245.579"],["15871.382","14582.614"],["15881.427","14481.578"],["15827.849","14545.654"],["15733.816","14478.852"],["15148.630","14802.647"],["15137.144","14779.113"],["16542.047","17535.592"],["15445.750","14205.150"],["15200.560","12932.696"],["16842.126","15518.846"],["21044.251","9999.187"],["20784.712","10319.699"],["16665.732","16050.337"],["14175.951","14495.164"],["14211.905","14477.691"],["14070.021","14585.321"],["14127.902","14637.348"],["23071.871","12753.964"],["22968.950","12710.275"],["23055.602","12643.788"],["16741.248","15971.333"],["14433.460","12880.554"],["14271.445","12945.517"],["14315.532","12939.441"],["14410.934","12843.297"],["15215.914","13263.672"],["15198.007","13256.343"],["15164.026","13291.163"],["14982.701","13978.990"],["14959.845","13854.594"],["14902.581","14025.328"],["14919.088","13986.860"],["14952.342","13965.972"],["16262.018","14723.332"],["16213.634","14664.655"],["16244.609","14821.755"],["16306.226","14842.626"],["16248.660","14707.705"],["16252.117","14742.229"],["14762.663","14629.720"],["14807.811","14615.979"],["14806.003","14633.076"],["14966.646","16227.773"],["14941.879","16208.413"],["14786.136","16159.610"],["14677.423","16214.818"],["15074.654","13245.136"],["14988.633","13323.836"],["14957.661","13390.175"],["15073.945","13289.516"],["14918.898","13281.268"],["15044.198","13202.594"],["14922.129","13249.488"],["14916.450","13238.998"],["15045.553","13353.931"],["22878.418","7806.268"],["16569.307","14433.479"],["16584.379","14312.583"],["16578.244","14355.870"],["15494.318","17920.262"],["15490.463","17835.015"],["15470.510","17998.130"],["15448.623","17984.837"],["14890.591","17227.714"],["14803.947","17191.557"],["14406.461","15073.914"],["14336.357","14933.472"],["14277.627","14889.102"],["16836.065","14674.364"],["16797.940","14670.895"],["16904.946","14844.327"],["15489.865","15937.188"],["14631.885","12510.263"],["14550.578","12500.257"],["14627.685","12417.543"],["14654.001","12373.441"],["14819.418","13343.970"],["18703.643","10467.784"],["23053.432","8241.384"],["22172.444","8184.458"],["14336.380","13137.216"],["14453.614","13077.441"],["14415.071","13124.284"],["14339.186","13163.948"],["14345.520","12988.317"],["16830.424","15155.216"],["14609.939","14588.632"],["14580.696","14604.388"],["14570.038","14641.000"],["14480.100","14517.086"],["21784.514","10220.640"],["16007.082","13095.522"],["16058.569","13175.840"],["16797.901","17751.649"],["16878.230","17674.836"],["14830.895","16695.699"],["14839.726","16572.849"],["14757.134","16770.910"],["14722.851","16605.251"],["14874.799","16583.018"],["16747.661","17979.748"],["15200.663","14046.284"],["15226.436","14096.243"],["15120.146","14224.801"],["15250.462","14125.484"],["15246.953","14167.704"],["15119.475","14130.797"],["15074.810","15254.929"],["21568.516","9407.952"],["16840.915","14572.225"],["15588.548","18338.990"],["15534.979","18303.945"],["15640.260","13445.697"],["15550.416","13452.930"],["15698.522","13393.334"],["16218.117","17932.710"],["16333.219","17957.657"],["16343.285","17952.405"],["14321.547","13716.719"],["16674.827","13259.233"],["25317.780","8339.973"],["16615.830","15711.624"],["16586.960","15555.379"],["16673.450","15545.368"],["16703.323","15570.394"],["16649.211","15533.383"],["14929.234","15917.661"],["15244.760","17727.081"],["14139.374","14686.940"],["14207.881","14679.561"],["14250.741","14707.557"],["19640.761","11248.855"],["16833.233","15993.829"],["14956.380","14742.077"],["15086.933","14853.192"],["14943.694","14706.726"],["15028.780","14738.525"],["15697.294","13941.048"],["15556.175","13961.279"],["15650.316","13979.684"],["15585.383","14023.254"],["16193.612","15562.161"],["16227.021","15553.341"],["16290.894","17816.888"],["16268.644","17828.614"],["15515.260","14121.018"],["15703.812","14028.329"],["15551.354","14191.503"],["15626.031","14119.719"],["15618.383","14125.400"],["15717.529","14043.358"],["15553.146","14043.006"],["14002.467","14625.876"],["15947.481","15093.549"],["23846.661","7520.931"],["21149.952","14038.216"],["14927.753","12828.913"],["14968.592","12821.332"],["15083.455","12881.474"],["14931.526","12955.403"],["15029.604","12819.398"],["14778.600","12611.648"],["14740.201","12340.500"],["14873.141","12411.914"],["14839.590","12508.187"],["15416.086","14721.896"],["15415.580","14701.268"],["15325.854","14699.506"],["15451.343","14745.961"],["14741.830","13975.000"],["14696.941","13827.046"],["14729.203","13941.093"],["14815.357","13866.948"],["14738.198","13903.978"],["14766.535","14023.729"],["15071.261","19476.531"],["14275.082","13339.264"],["14414.208","13258.401"],["14409.020","13351.755"],["14318.419","13359.529"],["14290.070","13315.318"],["14382.979","13233.868"],["14413.688","13228.399"],["16200.668","12960.836"],["16154.782","12790.219"],["15338.907","14102.151"],["15443.760","14144.203"],["15354.655","14041.827"],["15343.603","14131.852"],["15513.696","14032.784"],["15488.735","14223.667"],["14640.517","13213.714"],["14577.777","13243.125"],["14478.090","13231.074"],["15170.156","13926.931"],["15269.760","13887.992"],["15286.668","13876.447"],["15123.161","13860.503"],["14890.613","14553.691"],["15039.930","14510.638"],["14968.619","14508.488"],["14976.063","14601.986"],["14967.970","14628.518"],["14978.399","14573.431"],["15068.472","14590.477"],["15063.818","14659.169"],["20900.872","10833.098"],["23864.823","8073.717"],["24092.522","7391.134"],["16639.016","17912.512"],["14864.564","13180.015"],["14761.455","13011.477"],["15958.443","13998.433"],["14250.410","12861.774"],["14231.523","12849.140"],["14188.122","12763.562"],["14206.501","12944.791"],["14891.845","17047.652"],["16288.846","14890.211"],["16153.557","15031.817"],["16268.846","15080.676"],["16302.563","14912.127"],["16194.813","14952.077"],["16269.994","14944.788"],["16224.271","14969.622"],["16369.984","15267.545"],["16502.549","15101.777"],["15247.186","16250.964"],["21803.557","10294.105"],["14685.535","14338.163"],["14681.770","14301.559"],["16426.685","14231.861"],["14547.369","16739.152"],["14613.410","16800.886"],["16317.977","12706.449"],["16333.318","12750.664"],["16031.742","18080.816"],["15995.665","18217.186"],["15953.050","18203.825"],["14304.726","14729.687"],["14394.969","14837.996"],["14359.623","14795.032"],["14411.075","14672.482"],["24793.730","8230.076"],["16358.291","14400.114"],["16565.366","14386.010"],["15080.977","16395.147"],["14892.582","16523.073"],["14951.250","16478.730"],["16657.273","15020.840"],["16651.792","15065.668"],["15154.261","15248.754"],["15179.513","15290.846"],["15170.145","15155.671"],["15226.971","15099.965"],["18271.590","14621.174"],["14862.420","14576.566"],["14873.557","14536.257"],["16625.420","18864.728"],["16736.703","18853.349"],["21498.583","15652.889"],["16641.544","14519.887"],["16695.880","14482.341"],["16745.310","14618.646"],["16757.300","14654.946"],["18619.878","10431.097"],["14537.082","13643.196"],["14617.224","13715.451"],["14537.250","13808.875"],["14277.794","12574.787"],["14350.498","12565.857"],["21657.186","9403.445"],["16807.974","18015.256"],["15119.687","12479.780"],["15629.871","18473.159"],["21252.264","9406.927"],["18172.148","16902.761"],["14509.832","14664.018"],["15106.196","17617.326"],["15737.926","13802.272"],["16579.433","17675.258"],["15758.332","18559.845"],["20710.025","10388.353"],["14245.970","13268.084"],["14896.627","12286.766"],["15390.481","18572.121"],["15404.512","18655.549"],["14901.375","19348.007"],["16312.130","13204.560"],["16191.575","13319.934"],["16914.079","15891.140"],["16826.950","15765.430"],["16805.619","15048.995"],["16792.214","15007.641"],["15092.020","17448.873"],["16253.133","14516.739"],["16196.223","14467.742"],["16218.371","18484.544"],["16220.636","18498.321"],["16249.600","18560.832"],["16451.409","13403.119"],["16384.156","13403.846"],["22234.348","8654.569"],["15957.472","14997.393"],["15975.334","14949.944"],["15918.053","13230.519"],["29827.436","16145.700"],["16341.471","14339.722"],["16307.344","14341.432"],["16185.180","14325.504"],["16176.763","14417.952"],["14637.677","13504.395"],["14555.268","13540.822"],["14555.518","13482.983"],["16843.228","18368.976"],["15360.727","13158.575"],["15486.701","13130.824"],["14675.644","16475.311"],["14828.492","13716.220"],["14737.472","13807.538"],["14874.874","13710.362"],["14780.452","13770.440"],["14782.356","13720.083"],["14725.634","13607.228"],["14812.181","16068.483"],["14852.580","16065.185"],["15813.812","15039.079"],["15829.154","15001.325"],["15895.146","15042.996"],["15732.235","14950.470"],["15964.731","17961.730"],["15954.056","17987.230"],["16134.143","17845.077"],["27260.679","15804.222"],["24447.968","7911.348"],["14967.980","17344.566"],["15077.673","13172.775"],["14947.469","12995.448"],["14928.273","13058.536"],["15038.047","13037.464"],["14947.268","13087.264"],["14888.720","13064.786"],["21099.823","9671.404"],["15173.848","14542.926"],["15121.445","14518.571"],["15115.160","14465.850"],["15108.143","14579.610"],["15094.469","14499.723"],["15229.407","14619.326"],["15203.733","14613.496"],["15265.907","14640.560"],["15293.671","14526.687"],["15175.708","14615.486"],["14566.375","14095.993"],["14553.540","14227.510"],["14667.004","14180.831"],["15657.283","15641.523"],["15657.937","15536.840"],["15543.055","15545.055"],["15518.898","15637.037"],["14531.007","16995.223"],["14540.938","17143.182"],["16550.557","16211.872"],["15442.433","18155.853"],["16038.651","15013.701"],["16124.436","15026.045"],["16139.243","14904.055"],["14840.243","13405.543"],["16755.323","15318.298"],["16648.410","15505.559"],["14878.212","16947.967"],["15269.617","13588.185"],["15156.901","13406.668"],["15290.572","13523.853"],["15291.756","13493.002"],["20693.478","9958.688"],["16487.277","15503.229"],["16400.411","15380.181"],["16380.281","15447.334"],["16556.842","15312.813"],["16505.016","15322.243"],["15243.293","12721.599"],["16899.922","18127.639"],["14320.327","12606.810"],["14388.751","12751.448"],["14323.504","12683.174"],["14341.435","13429.759"],["14270.919","13457.817"],["14300.654","13508.429"],["14884.677","13647.433"],["14978.093","13783.084"],["15873.125","14022.059"],["15823.766","13977.979"],["15745.828","13846.677"],["16767.197","18573.817"],["16756.588","18499.366"],["15678.767","15759.045"],["15543.908","15768.876"],["18785.247","9069.163"],["18718.228","9143.217"],["19957.081","13806.536"],["14625.984","12605.365"],["14501.053","12600.773"],["14620.627","12723.027"],["14666.899","12613.559"],["16143.132","15639.939"],["16122.424","15661.674"],["16230.903","15229.121"],["16240.540","15133.475"],["16348.410","15250.303"],["16206.172","15213.510"],["15274.088","14375.489"],["15255.848","14356.645"],["15165.374","14261.460"],["16421.172","14651.265"],["16433.569","14636.929"],["24255.144","7556.515"],["14525.093","15160.221"],["16594.079","17575.540"],["14593.541","14581.167"],["14553.491","14563.253"],["15611.416","14327.944"],["15523.987","14383.464"],["15567.899","14418.977"],["15619.805","14438.019"],["15621.740","14382.832"],["21608.489","9325.759"],["15056.347","13829.575"],["14810.329","17020.200"],["22968.728","12588.094"],["23041.788","12699.650"],["23037.816","12645.354"],["23050.862","12590.665"],["18657.421","15265.545"],["15521.676","14512.448"],["15571.072","14643.839"],["15601.597","14496.420"],["15541.193","14520.938"],["15699.383","14459.894"],["16435.414","18242.377"],["16493.736","18105.003"],["14985.680","16127.862"],["15064.740","13411.775"],["14963.198","13460.252"],["13844.519","14028.902"],["15932.606","14190.767"],["15879.933","14149.092"],["15784.835","14044.494"],["15902.152","14058.115"],["16242.960","18154.180"],["16264.538","18188.367"],["16859.441","15101.245"],["16937.562","15159.922"],["15240.136","18554.334"],["15178.285","18537.930"],["14587.728","12758.085"],["14475.973","12844.029"],["14638.597","12814.662"],["14662.169","12846.691"],["21493.688","10244.978"],["15641.058","13660.963"],["15549.553","13710.011"],["15572.718","13735.583"],["15684.803","13635.528"],["15716.248","13762.470"],["14504.398","13064.516"],["14536.484","13012.731"],["14352.357","13848.020"],["14455.114","13819.815"],["14431.564","13939.910"],["15554.172","13340.311"],["15571.042","13376.979"],["15949.987","14364.033"],["16132.706","14425.817"],["15987.637","14243.970"],["15998.412","14370.322"],["15946.796","14299.309"],["16089.495","14413.743"],["16001.415","14323.148"],["15987.678","14296.004"],["16006.159","14411.007"],["16078.710","14240.234"],["14881.928","12775.742"],["14771.401","12959.297"],["14880.492","12926.741"],["15167.903","11926.172"],["15483.375","15879.998"],["15500.069","15881.451"],["15337.249","13657.998"],["15347.450","13771.011"],["15506.056","13809.689"],["15310.269","13806.890"],["15360.180","13728.219"],["15354.042","13634.051"],["15456.911","13765.891"],["15478.632","13680.333"],["15201.799","12988.092"],["14674.142","13060.872"],["14726.382","13180.803"],["14771.167","13105.935"],["14799.474","13119.541"],["14620.782","13932.178"],["14650.224","13998.935"],["14745.497","13376.988"],["15047.570","19052.081"],["14889.057","19072.317"],["15795.066","14448.051"],["15898.079","14320.284"],["15860.953","14444.257"],["16149.826","15244.772"],["14278.907","12524.571"],["14973.493","15488.242"],["15019.118","15462.236"],["14585.987","12281.493"],["14572.633","12329.067"],["15031.199","17155.041"],["16165.828","15375.960"],["16863.477","15336.988"],["16840.440","15406.973"],["16808.267","15358.826"],["16920.075","15472.046"],["16981.219","15403.674"],["16977.389","15327.673"],["14927.455","14224.869"],["14967.313","14177.674"],["14943.310","14199.420"],["15009.928","14222.975"],["15523.833","17865.197"],["14786.998","14067.523"],["14768.815","14189.245"],["14712.035","14196.704"],["14721.377","12968.388"],["15181.292","16202.365"],["16052.433","18480.563"],["16648.843","15205.309"],["16723.187","15253.382"],["16600.281","15256.481"],["16698.171","15227.648"],["16744.010","15206.756"],["20442.726","9926.896"],["15595.504","14748.308"],["15529.224","14853.982"],["15654.091","14806.874"],["15634.055","14664.642"],["16162.617","14643.587"],["16676.311","15794.658"],["16601.733","15742.906"],["16719.099","15879.477"],["16677.941","15881.987"],["15072.581","13759.782"],["14989.294","13697.147"],["16505.705","13290.516"],["16425.306","13293.762"],["15337.461","14277.098"],["15407.009","14333.733"],["16499.076","15625.950"],["16293.883","18288.410"],["16283.768","18314.620"],["16291.108","18363.841"],["16296.322","18333.073"],["16497.998","15724.795"],["16555.469","15810.370"],["14813.937","16774.552"],["14711.913","16817.051"],["14745.218","16819.512"],["15621.806","13175.722"],["14687.295","14899.167"],["14870.707","14907.245"],["16262.883","15358.503"],["22474.680","8948.671"],["16502.384","13175.070"],["16446.700","13125.342"],["14671.708","19133.411"],["15599.565","15233.667"],["15598.976","15286.427"],["15601.873","15191.980"],["15580.098","15113.222"],["15653.711","15202.881"],["15693.814","15145.236"],["15681.877","15177.798"],["15523.592","15221.740"],["21722.714","9733.682"],["15486.638","15424.569"],["15456.509","15311.365"],["15505.273","15364.906"],["15508.908","15382.544"],["14424.200","14637.222"],["14341.914","14658.006"],["14392.659","14646.846"],["14362.119","14626.984"],["14344.586","14620.609"],["14380.169","14534.979"],["14440.745","14549.314"],["14423.883","14500.259"],["14127.868","12611.612"],["14234.417","12554.810"],["14080.433","12614.865"],["14047.061","14600.914"],["14111.780","14481.032"],["15501.607","15220.872"],["15482.979","15168.185"],["15410.865","15186.018"],["15349.342","15097.807"],["14574.323","15028.542"],["14644.041","14936.294"],["14478.512","15071.112"],["15022.923","16732.101"],["15051.108","16598.487"],["16122.025","13372.402"],["16042.231","13268.783"],["15541.032","15374.751"],["15608.746","15486.545"],["14686.543","17339.833"],["14713.047","17400.270"],["15433.458","13563.386"],["15410.845","13535.815"],["16623.144","14495.356"],["25368.260","8263.159"],["14843.552","16494.890"],["14721.041","16437.936"],["14698.337","16401.605"],["15529.803","17446.621"],["15590.716","17478.281"],["16495.051","14917.963"],["16451.159","15068.258"],["16383.559","14976.479"],["16380.138","14955.257"],["15975.424","14081.574"],["16006.608","14203.001"],["16139.913","14053.248"],["16127.399","14156.702"],["16095.349","14114.007"],["16038.474","14064.693"],["16043.459","14238.232"],["16045.929","14089.848"],["16088.187","14182.244"],["16034.196","14144.631"],["15971.211","14115.300"],["20988.234","10196.287"],["14627.570","16928.352"],["15251.423","14972.034"],["15189.680","15008.252"],["15281.741","15011.738"],["15293.259","14963.259"],["15301.041","14990.867"],["14987.889","14267.979"],["15009.714","14260.911"],["15828.371","14826.879"],["15740.089","14790.787"],["23912.728","7773.877"],["23810.455","7718.447"],["14888.199","12713.248"],["14945.713","12605.723"],["15063.292","12573.955"],["14978.153","12601.645"],["14994.120","12581.797"],["14967.980","12552.054"],["14899.174","12588.965"],["21327.840","10436.605"],["14150.671","12707.558"],["16363.663","17955.378"],["15326.727","14893.254"],["15401.555","14878.988"],["15397.176","15028.913"],["15383.525","15009.199"],["15344.001","15047.233"],["16044.748","15324.818"],["16006.127","15346.411"],["16077.243","15392.322"],["16030.058","15493.464"],["16083.946","15437.923"],["16594.340","14741.897"],["16638.643","14783.853"],["16628.682","14661.534"],["15841.970","15327.750"],["15752.513","15422.750"],["15809.591","15381.309"],["21460.172","9168.078"],["23994.544","7935.002"],["19720.217","13760.603"],["14563.929","14846.365"],["14523.041","14870.131"],["14600.233","14838.269"],["14602.937","14804.754"],["14589.353","14771.364"],["22164.798","8346.313"],["15234.602","15335.897"],["15190.654","15350.824"],["15332.832","14619.305"],["15444.867","14564.224"],["15607.770","15069.505"],["15677.340","15009.699"],["15521.382","15028.815"],["15702.970","14873.198"],["15538.838","14883.518"],["15846.261","15200.770"],["15821.242","15178.156"],["15726.819","15190.973"],["16203.400","14192.577"],["15728.576","15807.911"],["15268.953","13791.762"],["15168.127","13702.048"],["14602.020","14263.538"],["14657.975","14427.063"],["14734.500","19197.041"],["14679.800","19149.596"],["14870.274","19127.346"],["15904.328","14604.762"],["15837.489","14517.996"],["15925.062","14472.527"],["15140.782","14815.423"],["15120.760","14851.271"],["15297.629","14760.639"],["15245.184","14802.507"],["15165.111","14803.159"],["15255.181","14698.974"],["16387.964","17571.105"],["16798.171","15690.448"],["16875.897","15532.112"],["14188.780","14502.778"],["14133.803","14521.509"],["14120.239","14495.510"],["22998.930","12728.651"],["16664.619","15935.939"],["22976.198","7858.308"],["16777.272","14440.873"],["16625.265","14359.835"],["14423.553","12918.099"],["14390.954","12896.456"],["14257.499","12894.343"],["14304.070","12926.410"],["15106.667","13201.129"],["15119.117","13345.214"],["15158.751","13328.103"],["15146.921","13215.234"],["15171.805","13274.550"],["15191.204","13218.170"],["15234.770","13355.272"],["14969.352","13929.094"],["16306.371","14808.907"],["16323.638","14771.744"],["16329.535","14849.648"],["16239.782","14725.813"],["14800.394","14600.455"],["14694.044","14455.784"],["15193.416","17359.023"],["14987.811","16330.676"],["15071.790","16203.735"],["14954.014","16164.185"],["14905.676","16255.155"],["14726.929","16178.138"],["14842.468","16258.587"],["14849.462","16316.288"],["14980.576","13316.279"],["15046.261","13241.201"],["15070.050","13378.465"],["14929.445","13214.733"],["14928.254","13202.072"],["14948.248","13297.889"],["14989.293","13277.304"],["16601.234","14361.726"],["15408.547","18016.545"],["14799.120","17341.810"],["14348.754","15070.220"],["14259.873","14876.122"],["14627.465","12365.628"],["14651.627","12519.715"],["14571.797","12453.989"],["14796.192","13364.453"],["15799.582","18529.011"],["15813.159","18605.235"],["16660.211","18136.742"],["15518.302","18315.538"],["15523.351","18350.171"],["15605.923","18397.040"],["22942.019","8315.854"],["22221.619","8185.045"],["14262.581","13090.069"],["14303.278","12986.163"],["14283.251","12996.989"],["14416.249","13076.896"],["14258.906","13165.803"],["16870.928","15230.881"],["16825.829","15214.795"],["14603.640","14603.347"],["14492.386","14613.662"],["16011.251","13042.171"],["16902.408","17730.228"],["16804.020","17705.208"],["22481.389","8091.696"],["14768.410","16605.698"],["15280.961","14080.786"],["15267.981","14110.227"],["15208.214","14228.435"],["15163.394","14046.845"],["15180.696","14032.163"],["15263.578","14196.122"],["15163.465","14183.307"],["15049.185","15254.466"],["21540.085","9436.694"],["15103.959","18376.163"],["16828.417","14620.722"],["16805.224","14611.499"],["16806.524","14500.896"],["16854.139","14489.484"],["15653.025","13394.875"],["15691.685","13586.697"],["16337.216","17904.461"],["16245.042","17854.262"],["16276.423","17928.086"],["16261.092","17960.851"],["16285.039","17884.303"],["14303.246","13749.340"],["14378.420","13625.078"],["16649.828","13327.498"],["16568.407","15528.855"],["16699.611","15533.895"],["16659.129","15564.382"],["16716.102","15560.188"],["16607.985","15687.958"],["24095.576","7870.761"],["23990.988","7841.809"],["14966.086","15916.330"],["18355.042","13279.010"],["14232.258","14802.419"],["14236.768","14747.903"],["14228.134","14665.168"],["15885.547","12339.012"],["16530.568","17687.678"],["14932.615","14723.992"],["14988.259","14691.189"],["14884.703","14865.825"],["15525.784","13991.496"],["15659.329","13961.947"],["15681.867","13965.575"],["15708.269","13986.513"],["15663.647","14018.453"],["15652.529","13925.090"],["15568.163","13998.861"],["16278.558","15541.478"],["16246.551","15580.052"],["16210.193","15526.082"],["16182.899","15507.072"],["15654.864","14174.582"],["15650.192","14127.679"],["15549.436","14036.104"],["14841.436","12345.064"],["15027.885","14104.527"],["15332.160","13429.685"],["15268.261","15504.409"],["16890.560","15623.639"],["14927.702","13765.200"],["15066.116","14776.337"]] \ No newline at end of file diff --git a/src/gathering/10518.json b/src/gathering/10518.json new file mode 100644 index 0000000..3194164 --- /dev/null +++ b/src/gathering/10518.json @@ -0,0 +1 @@ +[["8906.708","14095.156"],["8962.178","14153.360"],["12372.281","13191.503"],["12556.916","13186.762"],["12387.919","13326.815"],["12344.112","15092.474"],["12295.927","15114.197"],["12310.059","15147.766"],["9743.893","17423.473"],["8428.554","15440.864"],["11363.843","13183.637"],["8901.335","13587.671"],["10760.549","7846.370"],["11954.479","13148.917"],["12331.915","12708.916"],["12328.759","12744.218"],["12240.196","12635.414"],["12655.788","15047.542"],["12681.290","14973.469"],["12710.086","14955.373"],["8064.898","15008.434"],["12397.558","12828.878"],["12488.798","12844.366"],["12432.221","12915.614"],["12044.664","13215.535"],["12085.172","13239.299"],["12122.127","13260.119"],["12619.998","13117.126"],["8714.181","14395.125"],["14107.134","9490.404"],["12285.635","13307.215"],["12308.675","13279.581"],["12256.838","13200.597"],["12293.842","13285.308"],["12311.524","13290.948"],["12293.897","13315.358"],["12305.585","13305.450"],["12258.951","13189.154"],["11198.766","13865.787"],["11236.881","13971.008"],["11288.487","14011.110"],["11251.719","13943.011"],["9397.966","14293.987"],["8204.341","14819.309"],["8273.660","15210.203"],["12938.753","15602.913"],["12152.334","12875.990"],["12321.782","12862.714"],["11612.640","13847.275"],["7925.168","15050.633"],["12513.276","13590.511"],["12493.266","13562.393"],["12468.966","13590.885"],["12480.152","13539.717"],["12364.291","13526.664"],["12357.712","13560.593"],["8519.724","15522.529"],["12420.431","13117.339"],["12412.469","13157.008"],["12478.719","13149.392"],["12283.128","13469.920"],["12318.378","13483.809"],["12328.189","13527.233"],["12346.411","13591.952"],["11965.727","13536.364"],["11552.457","13555.368"],["11556.666","13512.362"],["11526.191","13551.404"],["11566.094","13593.259"],["11566.966","13572.830"],["11535.974","13574.679"],["12990.957","15592.450"],["11464.567","13588.114"],["11497.981","13573.066"],["11511.483","13589.433"],["11347.798","14838.513"],["9783.430","17370.746"],["9784.257","17351.038"],["12418.719","12634.138"],["12368.480","12757.842"],["12423.994","12756.732"],["12473.143","12584.391"],["11914.370","13192.553"],["8022.106","15240.506"],["12351.431","13092.975"],["12278.593","13155.694"],["12302.966","13145.107"],["12261.107","13173.058"],["11704.057","13686.535"],["11889.237","13173.498"],["11761.772","13121.798"],["11730.532","13124.811"],["8036.123","14865.490"],["7985.213","14815.941"],["11191.376","14736.241"],["11139.419","14754.474"],["11165.832","14722.172"],["11687.840","14414.020"],["11692.071","14364.448"],["10744.715","7853.538"],["11673.755","14521.270"],["11996.678","13172.895"],["12665.818","14986.544"],["7302.078","17581.096"],["12396.166","12880.163"],["11934.276","14418.796"],["27715.606","10858.091"],["9327.972","12507.770"],["10984.746","14834.674"],["8715.590","16138.392"],["7599.624","15643.178"],["8651.208","16192.304"],["12050.423","14445.362"],["12050.805","14372.535"],["28900.857","11087.862"],["28934.438","11100.115"],["28924.765","11126.901"],["28891.568","11113.481"],["11813.100","13106.496"],["11841.438","13105.365"],["11913.951","13099.042"]] \ No newline at end of file diff --git a/src/gathering/10525.json b/src/gathering/10525.json new file mode 100644 index 0000000..ddf3b21 --- /dev/null +++ b/src/gathering/10525.json @@ -0,0 +1 @@ +[["8511.680","17769.624"],["9846.947","17985.046"],["9873.674","17866.811"],["7920.609","17257.489"],["7864.231","17328.093"],["8065.086","16987.463"],["8715.521","16350.205"],["7909.775","15175.084"],["7865.192","15125.830"],["7870.066","15105.588"],["9368.233","16749.761"],["7986.626","17570.578"],["8875.819","17924.047"],["8811.499","18000.254"],["8895.906","17992.806"],["8863.077","17986.386"],["8897.332","18037.972"],["8614.571","17197.169"],["9537.721","16863.271"],["8466.693","17134.157"],["7860.528","17042.301"],["7851.699","17100.407"],["8775.565","17911.809"],["9408.209","16487.004"],["8190.187","16444.537"],["8218.754","16370.701"],["9749.137","16867.576"],["8863.174","18145.898"],["7693.209","17349.511"],["8108.290","16464.130"],["8665.601","17802.713"],["8765.966","17816.867"],["7693.916","15066.351"],["9057.982","17382.499"],["8441.389","16839.830"],["8445.568","16983.176"],["9833.171","16972.610"],["9287.294","18349.447"],["9249.955","18460.556"],["8196.238","16981.030"],["8212.290","16826.653"],["8266.583","17381.816"],["8242.907","17019.729"],["8581.522","16115.070"],["8357.452","16267.316"],["7802.687","15042.564"],["7792.238","15031.687"],["7778.905","15024.412"],["7768.323","15021.092"],["7760.348","15018.580"],["9082.418","18568.359"],["9276.052","17437.988"],["9402.968","17521.932"],["8291.317","16596.193"],["8186.944","16641.689"],["8496.666","16793.336"],["8115.095","16321.752"],["8102.932","16277.168"],["7570.299","16865.764"],["8696.389","18097.740"],["7676.879","17259.465"],["8439.336","16707.422"],["8464.204","16765.273"],["9436.701","18477.295"],["9481.221","18516.759"],["7665.187","15116.698"],["7669.221","15117.707"],["8036.596","16632.212"],["8672.414","17269.059"],["7525.645","17179.735"],["8452.328","17689.163"],["9004.863","17872.737"],["9069.853","17906.084"],["8996.936","18021.959"],["9082.471","15924.836"],["8511.817","17273.024"],["7804.359","15231.440"],["7767.400","15121.318"],["7406.831","16783.556"],["7351.260","16901.978"],["9039.153","17152.268"],["7937.353","17589.804"],["8977.316","17849.741"],["8590.566","17171.300"],["7276.072","17620.490"],["7440.193","17087.926"],["7719.639","17477.482"],["8363.239","16989.057"],["7922.227","17043.943"],["8908.211","17168.796"],["8747.076","17903.924"],["8154.923","15750.878"],["9374.453","16498.531"],["8163.525","16425.743"],["9715.911","16980.935"],["9760.582","16921.646"],["8072.944","16981.458"],["9344.904","18598.705"],["9376.441","18121.935"],["9608.985","18044.264"],["8814.143","18217.961"],["8858.477","18046.746"],["8959.794","18101.042"],["9768.297","18009.464"],["9350.964","17264.091"],["9384.459","17493.545"],["7828.812","17598.443"],["7791.096","17614.291"],["8128.124","16471.623"],["9227.224","17843.477"],["8569.489","17789.664"],["8590.069","17736.615"],["9001.025","18123.987"],["9072.355","17320.589"],["9137.316","17393.030"],["8371.813","16840.742"],["8434.676","16897.665"],["8444.887","16932.366"],["9950.728","16922.238"],["9915.102","16946.968"],["9701.608","16067.895"],["8185.365","16947.410"],["8241.132","16985.442"],["7558.922","16727.577"],["7504.763","17238.627"],["8675.126","16091.227"],["8707.597","16116.292"],["8173.395","16242.967"],["8556.012","16186.365"],["9161.750","18540.665"],["9211.573","17549.093"],["8245.149","16714.566"],["8215.906","16594.319"],["9637.028","16439.411"],["9174.861","18435.018"],["8088.537","16279.659"],["8129.729","16278.877"],["7600.725","16915.484"],["7626.247","16848.417"],["9965.098","17032.710"],["9940.812","17120.145"],["9853.750","17145.601"],["8192.088","15934.457"],["8650.102","18079.584"],["8806.007","17820.459"],["10067.943","16822.970"],["9714.363","17283.196"],["9444.993","17570.311"],["7918.580","17696.456"],["10064.546","17128.022"],["8866.453","15906.801"],["8798.643","15982.544"],["9423.731","17494.741"],["7597.536","12332.032"],["7624.492","12395.073"],["7703.284","12347.314"],["10607.345","15628.395"],["10606.150","15717.711"],["10530.000","15675.406"],["10669.650","15695.790"],["10638.123","15697.707"],["10587.693","15235.167"],["10616.466","15281.397"],["10624.895","15281.928"],["10577.740","15153.655"],["10124.774","16135.350"],["10126.790","16096.761"],["10069.526","16136.240"],["10104.889","16074.329"],["10091.461","16092.059"],["10045.429","16020.407"],["10049.147","15989.055"],["10070.907","15984.007"],["10077.798","15998.723"],["9963.894","15922.688"],["2239.019","11234.719"],["7399.727","12657.070"],["7422.189","12567.505"],["7376.588","12686.650"],["3154.439","8305.885"],["7344.981","12722.493"],["7357.586","12573.707"],["7343.893","12617.804"],["7321.588","12597.605"],["13305.802","15054.787"],["10817.735","7915.222"],["10681.047","7967.582"],["13648.596","14735.677"],["13794.922","14847.316"],["10484.096","13767.002"],["10543.266","13799.749"],["10628.496","13775.570"],["4421.180","11351.866"],["4531.974","11299.293"],["12028.792","12806.023"],["10878.640","16711.605"],["10861.194","16718.594"],["10874.392","16677.087"],["10793.264","16691.542"],["10791.433","16677.107"],["10847.494","16663.323"],["10798.377","16716.078"],["10792.978","16774.226"],["10843.100","16771.374"],["10738.493","16601.499"],["12167.120","16794.701"],["12229.478","16791.299"],["12801.823","15140.060"],["12811.981","15126.595"],["9634.878","14257.734"],["4591.407","11097.591"],["9956.023","16085.543"],["9986.872","16017.373"],["9990.930","16065.643"],["9998.130","16040.584"],["10024.866","16071.948"],["9955.563","15950.984"],["13284.292","14414.524"],["9519.753","11974.396"],["13415.000","15882.957"],["2609.674","11036.931"],["13903.523","8789.319"],["15178.230","9358.543"],["14705.715","8992.623"],["12361.627","15977.341"],["12501.935","15990.491"],["13283.986","15885.571"],["13277.923","15839.422"],["13314.048","15819.728"],["13270.451","15816.588"],["13294.833","15788.753"],["13275.718","15756.556"],["13305.873","15747.113"],["10669.618","16891.060"],["10669.912","16982.240"],["10614.564","16868.740"],["10598.352","16796.379"],["10605.516","16817.375"],["13264.105","14874.515"],["9745.496","12226.358"],["13338.781","14584.625"],["10594.987","16617.142"],["10602.169","16637.787"],["10565.102","16600.125"],["10545.080","16602.229"],["10530.109","16739.396"],["10485.584","16626.059"],["8584.616","11646.926"],["8842.745","16366.933"],["14408.932","8459.469"],["12380.649","14924.250"],["9783.885","13706.578"],["12278.139","15274.499"],["12304.020","15275.211"],["12239.762","15260.544"],["10180.755","7563.139"],["10148.298","7552.898"],["11957.460","15269.051"],["12701.661","16334.227"],["11276.169","16933.463"],["11285.901","16903.292"],["11244.006","16884.430"],["11214.532","16874.275"],["11264.128","16893.012"],["11285.695","16814.772"],["11277.165","16833.108"],["11292.387","16833.572"],["11223.929","16802.413"],["11214.420","16841.779"],["11185.688","16800.575"],["11175.232","16814.953"],["11100.581","16788.103"],["11145.940","16779.613"],["11300.319","16931.080"],["4322.252","11001.014"],["4307.570","10923.074"],["9415.551","12508.549"],["14626.097","9889.203"],["7133.111","12617.558"],["10596.365","15929.412"],["10648.424","15733.990"],["13080.039","13411.035"],["13074.163","13555.541"],["13012.552","13506.392"],["12370.772","15361.762"],["8681.596","11895.363"],["10363.118","13396.049"],["10435.317","13542.354"],["10441.005","13522.478"],["10422.114","13326.612"],["10338.304","13221.099"],["10431.483","13313.406"],["14414.306","9388.627"],["10488.240","13493.684"],["10536.032","13439.115"],["10528.587","13357.508"],["11556.453","14554.701"],["10016.507","16008.257"],["9992.108","15993.119"],["10000.355","16000.544"],["9991.631","15936.137"],["10039.157","16086.027"],["10742.591","16519.148"],["10852.781","16359.743"],["10744.905","16488.647"],["11974.772","13128.509"],["11953.448","13146.497"],["12107.216","12980.959"],["6609.857","12662.862"],["13355.007","14752.100"],["13272.769","14746.231"],["11101.385","16555.966"],["11162.597","16381.818"],["12687.538","14993.441"],["10405.328","16219.333"],["9437.384","12325.875"],["9815.788","14040.335"],["9716.511","14104.178"],["9805.463","14062.858"],["9297.286","12043.571"],["9369.640","11972.729"],["14087.456","13382.805"],["10373.516","8030.556"],["10441.432","8007.672"],["10286.787","8049.099"],["17187.125","4165.865"],["17117.942","4217.910"],["17180.800","4228.997"],["17123.187","4281.492"],["17153.167","4286.369"],["9906.198","16488.755"],["9988.191","16455.728"],["10036.077","16512.917"],["12071.207","14678.682"],["14042.988","8878.896"],["17110.465","4391.480"],["17165.286","4430.899"],["10434.488","16680.532"],["10370.093","16705.262"],["11188.588","15727.121"],["11104.696","15897.214"],["11184.372","15722.798"],["5407.675","18043.894"],["9712.006","12623.400"],["12133.594","16759.737"],["7156.805","17608.145"],["7230.489","17563.282"],["9902.712","13927.513"],["10022.590","16227.177"],["5372.306","10876.696"],["9970.915","16571.439"],["9972.690","16628.645"],["12043.309","14634.778"],["13031.160","13719.595"],["13184.109","13647.965"],["13066.395","13639.421"],["9197.324","12489.626"],["9192.787","12426.173"],["9128.163","12377.639"],["9105.771","12359.093"],["9140.413","12372.869"],["13335.444","16229.900"],["13375.812","16269.049"],["8622.195","9559.858"],["11074.187","16527.783"],["11030.900","16466.737"],["11017.470","16510.590"],["10950.187","16497.016"],["10954.411","16508.482"],["10963.933","16495.760"],["10943.974","16375.688"],["10924.122","16390.491"],["11018.351","16360.412"],["10999.423","16366.100"],["11028.956","16447.134"],["10934.059","16556.561"],["10989.907","16561.325"],["13235.029","16050.117"],["13229.270","16057.282"],["13226.587","16077.448"],["13397.651","16004.016"],["13328.468","16056.060"],["13252.701","16106.523"],["13247.039","16090.761"],["13296.666","16042.983"],["13287.058","16021.935"],["13391.326","16067.147"],["13333.714","16119.642"],["13363.693","16124.518"],["9514.315","16905.637"],["9895.786","14114.869"],["9934.712","14048.714"],["9984.339","14075.938"],["10013.395","14177.837"],["13502.414","16230.582"],["13453.916","16294.465"],["13425.611","16165.616"],["10970.694","16330.254"],["10936.244","16325.728"],["11007.757","16193.653"],["10999.254","16170.788"],["11026.896","16194.143"],["11026.743","16209.002"],["11004.898","16310.495"],["10988.051","16161.658"],["10927.598","16189.777"],["10897.789","16299.345"],["10891.167","16306.530"],["10892.012","16288.654"],["10916.053","16166.983"],["10610.096","8164.011"],["10921.335","15814.722"],["10941.004","15729.388"],["10926.176","15765.405"],["10941.124","15875.293"],["10961.043","15875.324"],["11048.135","15881.021"],["11055.865","15821.728"],["11076.289","15914.387"],["10893.848","15918.687"],["10934.670","15719.008"],["11093.054","15871.119"],["11033.547","15822.258"],["4600.348","10814.789"],["4636.360","10797.915"],["4693.127","10771.689"],["1969.198","10817.044"],["14504.184","9756.228"],["14584.749","9719.147"],["14662.515","9733.615"],["11403.084","15323.123"],["8299.408","12475.513"],["15163.750","9013.022"],["15131.168","9050.340"],["4375.734","10504.138"],["4434.848","10533.431"],["4541.409","10463.088"],["1672.833","13575.040"],["1768.792","13475.042"],["7369.767","12522.719"],["7376.617","12457.120"],["8519.046","12173.778"],["4282.320","11199.766"],["4313.626","11113.326"],["12344.522","14803.773"],["12269.423","14747.306"],["12221.816","14825.370"],["12165.224","14790.676"],["12220.474","14764.540"],["10434.140","12902.241"],["10441.985","12904.917"],["13250.616","13772.874"],["13295.408","13746.245"],["13493.439","16284.956"],["13111.200","14080.571"],["14127.777","8742.273"],["14041.828","8643.915"],["13957.783","9542.151"],["13885.209","9476.109"],["13092.604","13069.321"],["12137.083","16806.757"],["12116.175","16847.999"],["7365.972","12942.322"],["7366.713","12906.317"],["5226.432","11068.794"],["14531.076","8842.379"],["7067.768","12142.201"],["4376.419","11272.601"],["11786.894","14755.562"],["11751.751","14779.118"],["11727.724","14726.360"],["10364.722","7740.049"],["10370.855","7712.868"],["10824.181","16000.927"],["10787.290","15978.019"],["10794.325","15974.449"],["10836.603","16008.531"],["10855.148","16057.911"],["10805.901","16133.842"],["10778.742","16098.353"],["10704.964","15948.976"],["10110.701","16182.683"],["10124.711","16220.451"],["10152.737","16254.928"],["10125.013","16304.178"],["10228.462","16329.654"],["10090.387","16280.408"],["10097.162","16222.933"],["10175.525","16282.317"],["10178.105","16268.600"],["10137.816","16228.116"],["10117.205","16269.695"],["10054.661","16193.445"],["10113.288","16191.390"],["10134.312","16143.066"],["10483.439","7502.188"],["10610.474","7531.243"],["11646.051","14947.269"],["11583.191","14927.915"],["11547.871","14981.834"],["17291.888","4392.432"],["17243.389","4456.315"],["17224.009","4318.305"],["11059.679","15152.153"],["9591.971","9373.190"],["10029.204","7983.567"],["10205.381","16588.391"],["10166.454","16629.953"],["10137.218","16690.210"],["10167.380","16751.627"],["12307.783","12097.743"],["12199.401","12098.309"],["6981.050","12587.356"],["7034.066","12589.241"],["11865.265","15266.431"],["2771.266","11224.499"],["7276.539","12881.853"],["7268.415","12831.229"],["12926.427","14062.514"],["14198.783","9161.644"],["2237.286","11581.007"],["11044.350","15692.852"],["10990.484","15692.458"],["11028.635","15710.281"],["11022.204","15699.267"],["11602.009","17074.609"],["11593.949","17032.048"],["4633.671","10532.924"],["13154.336","12565.650"],["5385.284","10642.161"],["7338.203","12825.573"],["7345.501","12814.070"],["7304.057","12810.350"],["12536.462","16511.198"],["12556.612","16547.788"],["14704.044","8828.191"],["10302.662","13633.979"],["10365.989","13608.996"],["10291.005","13641.921"],["10928.965","16790.038"],["10892.835","16801.079"],["9364.621","12442.978"],["9391.660","12398.883"],["9372.206","12432.098"],["9343.118","12408.152"],["9235.896","12391.202"],["9251.123","12345.975"],["9308.105","12342.211"],["9322.951","12467.563"],["9308.964","12442.481"],["9348.459","12476.828"],["9206.261","12417.800"],["9212.342","12406.343"],["3403.687","8213.217"],["11224.542","16726.564"],["11125.400","16710.425"],["11096.447","16708.352"],["11120.686","16768.091"],["11109.816","16670.312"],["11165.142","16680.678"],["12332.099","14926.972"],["12285.013","14953.319"],["14067.298","9159.336"],["13035.079","13946.682"],["11099.596","15995.516"],["11941.098","17007.767"],["17267.893","4190.378"],["17265.835","4198.135"],["17242.730","4186.101"],["17225.338","4182.297"],["17270.071","4271.136"],["17205.172","4214.872"],["17321.633","4229.670"],["10765.870","16827.115"],["10801.432","16889.068"],["10828.830","16887.216"],["10832.940","16860.555"],["10878.626","16859.099"],["10844.278","16844.113"],["10851.577","16823.633"],["10838.678","16817.414"],["10844.642","16796.387"],["10677.594","16865.844"],["10870.059","16880.734"],["6521.444","12647.049"],["10142.384","14249.212"],["10138.133","14361.005"],["10125.892","14267.369"],["10063.376","14384.656"],["10050.004","14293.772"],["13645.820","15059.146"],["10733.345","7628.044"],["10868.120","16158.178"],["10832.023","16344.752"],["10607.673","14783.955"],["9407.813","12296.808"],["9202.286","12318.356"],["9201.160","12284.026"],["8863.151","12086.847"],["8818.751","11923.364"],["8851.332","12043.238"],["8971.734","11960.311"],["9024.960","16869.089"],["7196.109","12566.056"],["7292.848","12641.499"],["7241.880","12581.734"],["7245.135","12653.753"],["7264.371","12714.064"],["7252.250","12667.645"],["10542.548","14133.736"],["12904.105","14402.308"],["9665.775","9535.478"],["12955.417","15582.196"],["12943.205","15676.187"],["14474.971","9417.322"],["14508.294","9456.576"],["5267.985","11034.709"],["12324.637","12156.420"],["12862.929","15309.704"],["12844.684","15355.054"],["10214.965","14141.638"],["11077.283","16723.083"],["11041.671","16726.210"],["11048.496","16708.356"],["11015.462","16730.301"],["11053.205","16664.906"],["11084.434","16665.823"],["11073.149","16688.277"],["11007.404","16696.212"],["10987.505","16727.923"],["11058.522","16616.147"],["11054.777","16605.019"],["10968.024","16586.621"],["10978.899","16573.122"],["11091.629","16582.590"],["11062.956","16583.056"],["10911.329","16678.688"],["10920.633","16643.832"],["10897.765","16664.775"],["10956.355","16734.782"],["10955.379","16769.501"],["10935.758","16737.002"],["10919.986","16710.729"],["10887.351","16717.243"],["10894.669","16683.432"],["10888.324","16647.099"],["10928.448","16663.192"],["10922.056","16725.248"],["10989.378","16706.361"],["10969.330","16690.942"],["10913.787","16758.266"],["11015.756","16565.925"],["13478.419","16028.529"],["13476.361","16036.285"],["13453.256","16024.252"],["13435.865","16020.447"],["13495.004","15977.857"],["13515.198","15953.193"],["13475.889","16110.445"],["13415.698","16053.022"],["13532.160","16067.819"],["13410.455","15976.785"],["14484.254","8375.769"],["14917.444","9284.331"],["14475.845","9288.242"],["10454.676","7436.910"],["10287.564","7434.946"],["14031.629","9246.976"],["13930.590","9166.538"],["9620.041","9334.473"],["14548.720","9539.838"],["14666.473","9550.488"],["14588.295","9556.832"],["14592.790","9513.758"],["11400.499","14929.894"],["7426.146","12489.988"],["7504.213","12452.838"],["7485.431","12381.378"],["5620.476","10815.451"],["2514.907","11091.126"],["2490.431","11216.194"],["2594.153","11277.617"],["2545.797","11048.919"],["2657.326","11184.788"],["2568.829","11098.617"],["12434.628","14790.969"],["10547.741","7469.671"],["10245.098","7799.020"],["12676.637","15250.337"],["10133.556","8110.009"],["12177.806","16764.015"],["11345.480","16550.146"],["11327.777","16501.105"],["13183.170","16077.161"],["13186.803","16073.503"],["13192.747","16066.082"],["13168.955","15993.132"],["13180.827","15990.626"],["13157.576","16005.564"],["13154.441","15992.515"],["13140.678","16028.878"],["13115.010","16065.640"],["13144.562","16124.861"],["11225.469","14980.286"],["11133.694","15056.302"],["11140.570","15037.657"],["11145.062","15028.138"],["11148.373","15001.138"],["10107.877","13679.102"],["8898.174","11800.108"],["9574.370","13484.434"],["9566.511","13553.078"],["10342.224","7574.378"],["10454.838","7648.685"],["13450.881","15843.145"],["13490.961","15871.452"],["13478.223","15869.855"],["13565.028","15914.040"],["13546.752","15899.569"],["13037.228","15108.672"],["13064.126","15182.665"],["13131.797","15273.453"],["13014.034","15090.964"],["13140.850","15261.155"],["13175.834","15270.810"],["15059.246","9224.322"],["15065.614","9222.844"],["12980.030","13836.267"],["9365.327","12146.643"],["9203.890","12265.012"],["9315.534","12218.794"],["9272.850","12160.251"],["9330.025","12183.943"],["13140.108","14993.680"],["9140.186","12027.824"],["9132.868","12021.694"],["9009.857","12084.526"],["5503.322","10791.590"],["5594.230","10847.703"],["11601.857","14732.759"],["11587.358","14791.242"],["11663.597","14857.132"],["11702.111","14816.543"],["9856.293","13768.474"],["8429.597","12336.872"],["10386.377","16041.305"],["10431.404","16031.947"],["1553.031","13356.727"],["8588.705","11938.097"],["1925.613","10840.351"],["1910.207","10927.390"],["11667.356","16559.725"],["8345.653","15615.577"],["8265.064","15511.361"],["13425.527","14993.975"],["13433.529","15064.045"],["9582.543","10606.244"],["6858.969","12626.114"],["6795.118","12720.011"],["12606.867","16473.333"],["12589.239","16495.887"],["12624.892","16464.719"],["12650.623","16426.179"],["12674.331","16458.664"],["12616.552","16427.475"],["12607.508","16413.648"],["12614.652","16402.314"],["12602.502","16378.268"],["12657.553","16407.844"],["12618.612","16382.626"],["12664.637","16361.148"],["12727.018","16365.455"],["8514.359","11960.237"],["14357.429","8976.926"],["9463.345","12595.115"],["9439.692","12613.049"],["9454.805","12587.517"],["9438.249","12567.766"],["9483.302","12655.587"],["10717.258","16945.011"],["10713.447","16974.852"],["14778.621","9565.610"],["14697.635","9543.963"],["7154.783","17654.773"],["9558.147","16731.029"],["14904.414","9104.092"],["14922.356","9097.197"],["14949.925","9070.516"],["9514.599","12272.369"],["11158.067","15566.075"],["11100.331","15582.891"],["11112.123","15585.803"],["11134.418","15603.136"],["11132.188","15642.345"],["11224.623","15599.953"],["11230.041","15604.246"],["11161.276","15553.169"],["11121.537","15682.322"],["9997.729","14207.067"],["12879.826","14658.126"],["11674.157","17007.198"],["13140.550","16149.911"],["8374.937","15660.935"],["8476.783","15618.260"],["4655.218","11026.629"],["9468.589","15530.586"],["9382.661","12588.119"],["9303.334","12567.395"],["9338.567","12578.033"],["13978.753","13185.595"],["10499.703","7751.227"],["13751.403","8776.955"],["10882.212","15776.489"],["10847.839","15802.555"],["10847.005","15850.879"],["10859.611","15864.526"],["10773.990","15806.322"],["10811.162","15728.759"],["7155.347","12227.117"],["7111.096","12195.614"],["7153.073","12184.358"],["7098.469","12158.860"],["7094.836","12206.820"],["7109.658","12259.395"],["7170.600","12309.990"],["13505.133","15127.234"],["7396.378","12189.138"],["7414.829","12153.641"],["11858.902","16988.126"],["11785.852","16994.577"],["7122.300","12456.352"],["10266.015","7481.899"],["11319.141","14750.186"],["11321.063","14736.767"],["10439.015","8165.409"],["10353.629","8181.931"],["11873.817","16953.219"],["11838.709","16967.055"],["11807.047","16980.114"],["11747.578","16935.413"],["11774.396","16902.439"],["11742.317","16918.106"],["14461.759","8723.900"],["7564.928","12252.795"],["7608.324","12239.735"],["7684.375","12268.890"],["8782.311","9470.625"],["13151.494","15498.547"],["13135.830","15450.275"],["13122.431","15385.566"],["13032.331","15360.776"],["13003.909","15425.748"],["13153.856","15350.196"],["13152.804","15316.128"],["15026.854","9479.335"],["10699.823","14742.600"],["10692.532","14721.655"],["10126.362","15426.165"],["12996.537","15664.528"],["13188.154","15549.681"],["5407.626","12654.344"],["6411.839","12859.338"],["9733.801","7375.555"],["3612.179","8047.801"],["3556.617","8062.213"],["11431.689","14630.382"],["4279.312","10834.021"],["4321.860","10760.464"],["4313.252","10702.514"],["4342.753","10676.302"],["11357.977","14775.589"],["11499.108","14839.158"],["11415.906","14762.037"],["11350.048","14859.522"],["9128.035","12253.940"],["9178.714","12251.927"],["10603.944","14426.359"],["10616.961","14400.459"],["10601.947","14356.839"],["10231.003","8099.899"],["10046.888","7830.276"],["10058.796","7758.150"],["14388.602","9352.197"],["14414.239","9324.637"],["14455.371","9221.019"],["14441.665","9219.576"],["10908.789","16066.911"],["10924.437","16075.626"],["10913.734","16074.095"],["10931.468","16018.341"],["10905.336","16005.575"],["10955.649","15963.236"],["14869.416","9383.375"],["13136.954","4126.924"],["5385.211","10768.359"],["13705.515","9021.618"],["2399.616","11274.325"],["4975.118","6458.928"],["9129.636","12334.943"],["8511.679","11857.469"],["14121.052","8828.551"],["10500.657","15000.870"],["10582.455","14948.715"],["13529.374","14571.748"],["11301.495","14815.570"],["12304.744","15819.948"],["11692.599","16921.716"],["11658.331","16929.466"],["11574.823","16968.546"],["11555.663","16896.019"],["11529.491","16862.217"],["11642.758","16861.486"],["11549.384","16855.672"],["9550.521","12917.638"],["11190.691","15100.371"],["11100.448","15237.788"],["11161.927","15255.205"],["11164.065","15114.992"],["11152.549","15170.067"],["11126.854","15144.518"],["9808.466","13908.665"],["11842.011","15044.451"],["11500.338","16884.240"],["11455.468","16880.838"],["11463.521","16906.404"],["11502.700","16913.722"],["11495.097","16960.794"],["11490.884","16948.355"],["11424.103","16932.500"],["11400.106","16948.136"],["11401.898","16900.950"],["11409.786","16926.432"],["11323.513","16946.802"],["11309.660","16816.733"],["11307.400","16782.601"],["10736.219","17007.049"],["10768.234","17010.163"],["10676.692","17043.751"],["8895.363","12127.324"],["10227.640","16531.984"],["10179.407","16373.553"],["10192.662","16443.842"],["10159.338","16474.246"],["10167.015","16437.878"],["10160.993","16505.844"],["10205.187","16485.090"],["10201.521","16539.487"],["10209.558","16515.834"],["10202.378","16521.460"],["8606.822","12135.536"],["14009.827","9017.225"],["13928.726","9099.613"],["13939.006","9013.356"],["13909.353","9087.151"],["9945.702","15172.086"],["6270.146","12862.495"],["6296.003","12840.468"],["12562.495","16564.158"],["12542.250","16591.086"],["12533.824","16611.939"],["12509.123","16568.243"],["1508.219","13481.808"],["1598.183","13479.767"],["10497.936","7900.055"],["10585.098","8094.403"],["13183.541","15847.098"],["9978.385","14501.887"],["9979.059","14453.643"],["9884.509","14640.844"],["8545.503","11694.043"],["10321.622","12974.563"],["10413.147","12986.094"],["10430.283","13043.618"],["4536.601","10845.947"],["10773.188","15674.943"],["10791.192","15646.956"],["10765.215","15568.000"],["10278.446","16482.186"],["7540.618","12378.613"],["7624.742","12342.108"],["10525.254","15604.885"],["10515.118","15198.966"],["10607.835","15239.415"],["10585.442","15155.534"],["14954.404","9462.122"],["10204.199","16090.134"],["10119.995","16132.105"],["10070.297","16064.809"],["10121.426","16117.519"],["10095.333","16081.274"],["10049.420","15981.204"],["10075.644","15991.439"],["10073.752","16007.525"],["10123.664","16081.163"],["10127.337","16060.768"],["10122.969","16051.182"],["9954.444","15758.239"],["9966.509","15924.422"],["2277.750","11287.033"],["3157.053","8281.822"],["7311.824","12727.828"],["7363.999","12551.821"],["7358.497","12683.850"],["7324.709","12656.445"],["13350.915","15039.264"],["13273.620","14990.139"],["13231.314","15083.463"],["13542.903","12556.239"],["13585.765","12667.478"],["13527.989","12725.139"],["10691.381","8065.782"],["13664.596","14723.167"],["10544.271","13777.345"],["4438.597","11352.659"],["4562.961","11299.392"],["4433.771","11325.218"],["10848.571","16625.171"],["10775.290","16699.838"],["10745.316","16594.608"],["11741.825","16617.052"],["12190.627","16817.509"],["12162.000","16937.843"],["12156.833","16920.053"],["12869.464","15104.959"],["12799.182","15133.691"],["12812.108","15107.812"],["12784.652","15124.165"],["12807.948","15172.850"],["9554.317","16845.737"],["8251.952","11855.757"],["9668.497","14246.454"],["4612.706","11094.552"],["9948.646","16081.670"],["10011.343","16111.582"],["9995.153","16044.184"],["9978.843","16075.823"],["9958.688","15945.534"],["13276.463","14387.274"],["13794.933","9432.721"],["11293.868","14787.120"],["9496.401","11959.726"],["9423.958","12097.606"],["9412.175","12101.684"],["2589.238","11058.856"],["2487.119","11062.362"],["10630.885","14541.897"],["10626.375","14511.381"],["10501.927","7613.871"],["12327.452","15354.103"],["13895.525","8751.693"],["15107.634","9251.077"],["14851.338","9034.355"],["13234.229","15122.385"],["13340.006","15144.292"],["13340.806","15840.053"],["10582.908","16876.420"],["9729.705","12173.879"],["10527.527","16587.614"],["10582.817","16619.029"],["10516.904","16738.018"],["8587.511","11677.578"],["8895.176","16477.687"],["8908.826","16530.981"],["8879.543","16395.491"],["14435.298","8372.928"],["9772.931","13682.077"],["9671.891","13757.891"],["12146.338","15195.900"],["10224.374","7557.937"],["10120.831","7502.147"],["13394.361","12610.145"],["13328.965","12602.231"],["11960.821","15261.976"],["12001.448","15265.909"],["13497.584","12434.240"],["13537.456","12407.114"],["13551.921","12365.599"],["4319.160","11016.687"],["4265.003","10863.517"],["4301.340","10935.719"],["9385.053","16864.673"],["9250.388","16783.137"],["9347.714","16826.530"],["9412.617","12402.150"],["9436.574","12476.446"],["7128.769","12648.574"],["10634.284","15918.846"],["10599.516","15728.223"],["10563.317","15763.939"],["13060.549","13405.057"],["8933.239","13600.041"],["8621.143","11802.180"],["13741.138","12556.711"],["13653.272","12658.687"],["13671.651","12707.695"],["11539.126","14577.667"],["9998.425","15975.889"],["10023.999","16003.852"],["10035.512","16030.713"],["10002.123","15983.651"],["10001.687","15991.973"],["9983.835","15936.815"],["10031.820","16108.590"],["10780.983","16390.424"],["10790.197","16371.169"],["10849.186","16426.390"],["10861.216","16441.273"],["10745.020","16537.665"],["10803.494","16380.589"],["10744.727","16420.769"],["3531.982","8174.991"],["3602.267","8183.376"],["6602.077","12662.961"],["13219.373","14871.661"],["13243.745","14869.314"],["13356.376","14740.227"],["13281.921","14701.488"],["13235.351","14722.627"],["10429.469","16254.878"],["9443.359","12333.260"],["9705.442","14106.457"],["9814.438","14045.265"],["9653.532","14036.533"],["9273.872","12112.397"],["9271.523","12107.264"],["9292.934","12089.444"],["9324.939","12107.214"],["9360.934","12115.171"],["9373.594","12099.382"],["9398.923","12086.104"],["10436.855","8082.646"],["10460.708","7975.731"],["10253.881","8095.156"],["10314.073","8014.615"],["3291.461","8439.632"],["3218.933","8363.892"],["9948.405","16528.215"],["9963.660","16533.803"],["9995.190","16477.478"],["9925.934","16465.280"],["12065.209","14673.597"],["12113.662","14666.426"],["12043.283","14719.804"],["12038.629","14729.157"],["12142.291","14782.742"],["10506.637","7876.653"],["14157.534","8786.307"],["7300.710","15659.654"],["10459.870","16591.724"],["10454.482","16702.459"],["10423.872","16674.248"],["10374.313","16713.754"],["10373.819","16691.236"],["10378.795","16694.098"],["7235.214","17517.572"],["7197.630","17513.363"],["9947.913","13946.279"],["9929.768","13867.987"],["5238.141","11048.565"],["10377.783","16877.634"],["10272.837","16845.233"],["13026.226","13715.846"],["13175.998","13669.372"],["13070.704","13703.137"],["9188.100","12354.952"],["9125.927","12408.516"],["9194.358","12373.389"],["9144.315","12346.274"],["9154.778","12375.542"],["9170.306","12342.323"],["8763.259","9498.868"],["9483.443","16902.043"],["9499.870","16910.197"],["10025.213","14195.853"],["9968.497","14141.057"],["9892.015","14109.887"],["9858.255","14048.229"],["9973.040","14079.208"],["10923.577","16208.638"],["10889.581","16215.164"],["10916.565","16174.826"],["10951.838","16174.724"],["10971.873","16199.294"],["10966.962","16225.811"],["10973.295","16299.656"],["10942.793","16332.550"],["10944.573","16325.374"],["9500.206","12348.725"],["9543.052","12430.490"],["10597.149","8205.558"],["10976.408","15815.701"],["4583.836","10832.613"],["4673.968","10795.851"],["2005.857","10806.993"],["12811.929","16320.604"],["12784.781","16338.920"],["12844.155","16292.191"],["12867.827","16252.497"],["12885.005","16194.632"],["12887.260","16213.074"],["12890.651","16160.766"],["12884.195","16147.870"],["13172.743","12654.492"],["14527.010","9603.943"],["14612.330","9649.174"],["14575.834","9641.508"],["14610.649","9761.798"],["11354.264","15338.357"],["14032.089","15230.248"],["13996.861","15254.125"],["13927.249","15252.688"],["13977.008","15254.529"],["13991.536","15279.039"],["15101.157","9106.495"],["4364.651","10563.978"],["4394.419","10513.634"],["4472.479","10506.429"],["4528.597","10445.631"],["1669.746","13523.132"],["1802.494","13549.253"],["8199.525","15750.297"],["7326.938","12474.527"],["7389.117","12441.992"],["7359.461","12440.740"],["7730.858","12341.450"],["4320.133","11237.239"],["4285.122","11116.761"],["12331.126","14815.952"],["12296.539","14800.157"],["12196.238","14778.070"],["12215.636","14700.036"],["10319.136","12946.850"],["10354.932","12877.312"],["13106.413","14064.948"],["13979.151","9583.666"],["13014.307","13133.556"],["13056.001","13080.290"],["12131.571","16928.367"],["12128.253","16962.205"],["12108.196","16918.269"],["12092.241","16908.469"],["12089.077","16896.906"],["12064.005","16891.609"],["12025.055","16893.369"],["7398.736","12939.052"],["7373.801","12944.847"],["7404.221","12794.891"],["5210.254","11071.756"],["14480.434","8749.089"],["7075.849","12128.502"],["7064.014","12200.709"],["9639.935","16835.971"],["12977.364","12452.203"],["11760.629","14772.733"],["10330.069","7797.431"],["10304.621","7786.403"],["10880.477","16128.849"],["10815.364","16115.654"],["10790.730","16099.892"],["10810.842","16025.209"],["10081.098","16262.736"],["10114.692","16156.968"],["10058.045","16183.865"],["10137.415","16176.163"],["10124.404","16234.707"],["10167.146","16295.137"],["10141.168","16312.657"],["10194.672","16350.535"],["10059.948","16211.545"],["10192.627","16282.779"],["10133.370","16226.223"],["10130.378","16285.433"],["10075.574","16203.439"],["10072.914","16168.397"],["10119.126","16193.719"],["10531.738","7533.866"],["11655.846","14953.854"],["11585.147","14895.783"],["11548.100","14971.461"],["11074.673","15170.672"],["10210.249","16755.528"],["10205.101","16597.210"],["10169.530","16628.632"],["10136.609","16698.831"],["10172.742","16746.821"],["12916.067","16135.317"],["10037.981","14435.473"],["3411.327","7930.880"],["3388.639","7908.771"],["12211.165","12103.431"],["6995.200","12648.552"],["7037.766","12586.467"],["11856.064","15269.249"],["11778.435","15256.033"],["11807.274","15197.737"],["2755.150","11204.192"],["7273.560","12852.932"],["7281.722","12837.715"],["12901.707","14042.894"],["14180.362","9145.657"],["14230.770","9031.642"],["2228.444","11560.963"],["11543.908","17063.147"],["11572.175","17084.848"],["4654.050","10532.297"],["7367.179","12794.334"],["7364.322","12787.381"],["14786.672","8806.636"],["14685.216","8932.312"],["14777.208","8946.930"],["12339.061","11903.824"],["9359.950","12442.334"],["9340.878","12488.056"],["9406.028","12375.767"],["9357.151","12393.774"],["9379.027","12386.028"],["9326.170","12411.464"],["9303.680","12390.939"],["9241.990","12348.386"],["9278.969","12330.954"],["9303.541","12352.357"],["9363.657","12339.264"],["9355.958","12509.111"],["9205.776","12420.426"],["11193.581","16648.831"],["11145.385","16635.054"],["12311.435","14907.760"],["9549.978","12983.154"],["13533.253","12499.753"],["13144.562","13910.325"],["17302.850","4294.296"],["17319.940","4277.184"],["10821.078","16946.700"],["10824.783","16923.641"],["6542.398","12635.059"],["10145.575","14248.221"],["10120.140","14350.270"],["10148.899","14267.780"],["13652.243","15052.285"],["10691.388","7606.525"],["11457.062","15274.108"],["10866.605","16217.794"],["10834.858","16205.822"],["10839.063","16192.364"],["10861.259","16146.855"],["10865.999","16228.014"],["10785.827","16170.922"],["10206.945","12984.976"],["10619.018","14755.582"],["10631.856","14715.252"],["10630.293","14669.423"],["12979.222","13503.209"],["9979.960","12279.775"],["9382.634","12317.837"],["9225.268","12311.267"],["9201.125","12321.639"],["13773.067","15304.944"],["13819.966","15296.863"],["13767.531","15296.782"],["8869.095","12042.247"],["8987.256","11978.030"],["7204.776","12556.478"],["7298.000","12669.606"],["7243.853","12572.370"],["7165.484","12555.765"],["7259.592","12669.062"],["7281.799","12709.132"],["7254.848","12675.474"],["12899.351","14413.076"],["9656.933","9527.326"],["12920.221","15605.778"],["12913.643","15636.246"],["14488.803","9402.491"],["12312.991","12158.062"],["12969.564","15420.859"],["12778.210","15345.869"],["10208.284","14157.997"],["13503.985","16139.960"],["13530.467","16115.335"],["14595.539","8524.965"],["14468.123","8390.561"],["14991.117","9305.356"],["14496.296","9375.563"],["10427.390","7396.051"],["13837.446","9271.816"],["13965.445","9211.666"],["9631.262","9341.940"],["9646.196","9329.984"],["14637.559","9526.491"],["14509.994","9549.761"],["11395.938","14947.225"],["11406.124","14947.842"],["12400.929","11996.270"],["7455.307","12469.165"],["7510.004","12431.476"],["7481.010","12344.764"],["5639.493","10840.287"],["2550.143","11148.289"],["2582.742","11225.309"],["2644.503","11126.061"],["2486.241","11107.980"],["7776.506","15735.771"],["12069.737","16813.941"],["12130.732","16983.583"],["12119.009","16978.332"],["12062.993","16905.659"],["14447.532","8796.104"],["14377.992","8808.834"],["11412.688","16591.515"],["12649.473","15149.325"],["12663.068","15137.576"],["12695.600","15137.938"],["12752.185","15149.469"],["12768.264","15111.403"],["12643.684","15273.134"],["12202.540","16764.379"],["12255.823","16756.053"],["13096.815","12544.807"],["13027.508","12523.786"],["11265.766","14971.440"],["11259.302","14929.228"],["3492.567","8231.895"],["3465.457","8171.602"],["10121.315","13686.254"],["9547.351","13448.669"],["9548.942","13551.241"],["10358.721","7604.435"],["13612.953","15884.702"],["13608.398","15814.141"],["13536.165","15804.705"],["13462.196","15889.579"],["13472.681","15865.221"],["13172.325","15088.276"],["15036.209","9248.068"],["12977.217","13859.454"],["12981.560","13924.634"],["9228.646","12233.604"],["9366.744","12192.583"],["9229.132","12152.984"],["9248.482","12128.772"],["12998.417","14937.444"],["13041.867","15009.103"],["13153.889","14987.421"],["9195.795","11998.840"],["9151.618","12029.968"],["9154.277","12086.909"],["9090.171","12046.188"],["9027.074","12087.579"],["5418.057","10753.148"],["5477.072","10794.397"],["5600.410","10805.178"],["11649.475","14851.262"],["11711.315","14820.870"],["11562.313","14761.099"],["9869.698","13777.459"],["11719.547","16617.535"],["10309.908","15987.651"],["10316.208","15980.075"],["10347.896","16066.382"],["1589.815","13341.561"],["8653.795","12097.551"],["1968.616","10886.947"],["2045.809","10920.034"],["1900.510","10900.448"],["1874.519","10996.924"],["11707.455","16545.624"],["8303.307","15595.075"],["8252.305","15516.529"],["8297.178","15625.312"],["8263.752","15659.241"],["8252.783","15636.520"],["9561.262","10453.269"],["9564.018","10529.894"],["11117.675","15300.169"],["3215.777","8539.997"],["6878.739","12670.755"],["6767.191","12719.631"],["8163.124","12313.354"],["10414.868","15089.427"],["8554.084","11994.365"],["8497.245","11921.061"],["8517.599","11944.234"],["14299.373","9004.038"],["14946.673","8890.139"],["10746.278","16972.552"],["10725.177","16941.118"],["10683.943","16952.805"],["9837.267","13027.464"],["14734.969","9561.712"],["14712.191","9547.546"],["14843.972","9525.698"],["14676.042","9489.317"],["15004.958","9080.970"],["9420.147","12276.221"],["9525.997","12331.044"],["9449.783","12294.052"],["9435.168","12217.781"],["8719.745","16207.511"],["12956.723","14480.965"],["12878.132","14584.167"],["10242.685","14925.075"],["8473.310","15632.707"],["8428.212","15591.868"],["4609.231","11041.938"],["9506.708","15537.936"],["9403.893","12609.212"],["9335.635","12640.051"],["9034.511","16747.309"],["12937.932","13333.984"],["13751.633","8755.403"],["10845.560","15771.025"],["10763.233","15800.541"],["10811.230","15721.289"],["10807.059","15823.960"],["10798.545","15831.678"],["4559.937","10892.535"],["7149.426","12218.843"],["7114.569","12173.887"],["7187.859","12215.621"],["7097.548","12168.174"],["7130.601","12241.559"],["7141.390","12301.931"],["13548.114","15121.211"],["13578.470","15255.042"],["13534.700","15276.421"],["13572.047","15234.909"],["12178.034","17003.898"],["12168.460","16990.238"],["12146.741","17014.524"],["12160.926","17033.064"],["12157.469","17049.611"],["12850.632","15079.083"],["7421.980","12223.202"],["7404.796","12171.114"],["12941.768","14798.077"],["7301.935","12793.838"],["9512.578","13994.849"],["7119.882","12460.514"],["10455.067","7476.656"],["11439.601","14716.504"],["11305.853","14706.405"],["10429.719","8216.546"],["10371.698","8229.645"],["10288.095","8117.218"],["14698.613","9842.069"],["7657.297","12241.837"],["7672.333","12201.613"],["13022.967","13349.833"],["13053.340","13293.328"],["13042.863","15364.535"],["15035.719","9452.944"],["10684.005","14741.052"],["10257.321","16655.449"],["13097.517","15679.468"],["13185.987","15554.602"],["5407.824","12623.427"],["15161.438","9383.860"],["6404.109","12831.975"],["3558.543","8019.617"],["11444.436","14624.935"],["4278.949","10806.079"],["4334.930","10689.170"],["11346.967","14797.575"],["11416.078","14749.542"],["11375.405","14772.223"],["9170.571","12232.786"],["10238.668","8031.491"],["10131.665","8077.077"],["14485.086","9140.864"],["14665.698","8980.353"],["10053.401","7709.595"],["9561.039","9498.373"],["9583.309","9390.955"],["14382.200","9260.453"],["13112.233","4107.304"],["5371.151","10843.471"],["5381.152","10683.969"],["13776.456","9025.656"],["2422.712","11238.249"],["9184.332","12321.401"],["9202.676","12284.962"],["11747.440","16542.962"],["11734.007","16531.758"],["8378.066","11813.669"],["10563.821","14988.165"],["13544.094","14597.281"],["11291.561","14801.996"],["12337.740","15819.720"],["11557.504","16836.848"],["11199.533","15106.534"],["11149.079","15258.659"],["11180.542","15254.040"],["11120.572","15188.880"],["11144.571","15181.892"],["13545.627","12782.347"],["13109.878","4477.486"],["11797.238","14945.177"],["11847.751","15074.013"],["13620.987","15866.589"],["8818.085","12168.394"],["8813.572","12150.527"],["10193.633","16457.550"],["10167.512","16467.045"],["10163.511","16442.519"],["10169.118","16506.538"],["10206.865","16476.767"],["10211.110","16545.796"],["10198.998","16523.794"],["10199.895","16524.483"],["11734.227","14524.499"],["11816.775","14478.584"],["11931.858","14657.582"],["11821.815","14604.231"],["8575.773","12181.061"],["13953.483","9082.063"],["13989.917","9034.682"],["13979.648","9148.631"],["13906.358","9092.396"],["14006.959","9015.287"],["13926.080","8976.118"],["6267.228","12876.884"],["6321.340","12876.994"],["9617.610","13262.890"],["11740.393","14871.558"],["1597.787","13410.804"],["1481.477","13482.640"],["10246.180","7463.352"],["9987.629","14562.068"],["9949.548","14461.241"],["9870.770","14658.847"],["8537.775","11696.079"],["10265.531","12994.510"],["10408.873","12976.578"],["10400.319","12988.935"],["10360.941","13025.715"],["10320.235","13166.344"],["4538.739","10845.567"],["4366.881","10653.808"],["10796.396","15667.124"],["10788.237","15681.098"],["10866.652","15662.658"],["8741.294","17584.994"],["8739.684","17612.303"],["8753.732","17488.821"],["8724.747","17580.574"],["8629.692","17502.647"],["8569.592","17550.625"],["7577.884","12357.418"],["8885.434","18363.261"],["10493.703","15625.251"],["10502.980","15258.308"],["10477.945","15292.723"],["10522.971","15225.162"],["10499.099","15101.641"],["11133.029","17712.438"],["11132.014","17739.942"],["11111.464","17734.029"],["14901.060","9432.894"],["17524.074","4201.228"],["17511.408","4220.189"],["17543.110","4212.979"],["17550.272","4258.671"],["17529.162","4246.261"],["17525.269","4274.384"],["17462.485","4253.333"],["17474.310","4282.916"],["17462.169","4273.645"],["17426.940","4132.365"],["17477.960","4184.946"],["17430.333","4165.427"],["17438.998","4160.082"],["17429.547","4220.451"],["17451.450","4203.907"],["17554.314","4233.598"],["17538.167","4215.059"],["14196.960","17132.572"],["14236.614","17181.088"],["14144.881","17166.301"],["9626.225","12121.725"],["10137.850","16137.877"],["10112.396","16114.103"],["10069.986","16077.937"],["10118.072","16103.466"],["10076.822","16118.928"],["10099.530","16089.907"],["10046.745","16032.546"],["10057.397","15988.124"],["10065.825","15984.222"],["10075.052","16015.007"],["10086.062","16043.379"],["10093.347","16023.455"],["10107.113","16019.346"],["10109.221","16015.626"],["10100.609","15988.976"],["10101.448","16043.236"],["10092.316","16047.877"],["10100.849","16060.640"],["10075.395","16014.315"],["10066.539","16038.416"],["10050.643","16033.451"],["10051.784","15964.957"],["10074.758","15948.338"],["9959.957","15748.008"],["9972.447","15924.818"],["9991.055","15927.830"],["14257.392","16129.639"],["14259.225","16086.161"],["14276.486","16082.180"],["14300.862","16140.736"],["14312.631","16132.984"],["14315.445","16128.868"],["9773.338","18262.079"],["9794.218","18290.097"],["9773.262","18294.561"],["9733.703","18401.411"],["9700.259","18115.661"],["9759.658","18246.617"],["9789.531","18160.016"],["9706.994","18188.350"],["9798.848","18201.354"],["9770.241","18170.812"],["9767.623","18084.801"],["9671.830","18043.985"],["9811.234","18148.508"],["9690.393","18229.498"],["9761.698","18188.684"],["9665.652","18216.321"],["9685.670","18123.564"],["14221.131","15909.994"],["14192.684","15921.169"],["14212.279","15879.405"],["14237.278","15867.985"],["14213.845","15864.691"],["14207.070","15865.230"],["14192.010","15880.975"],["14182.816","15883.938"],["14171.265","15892.393"],["14152.849","15880.738"],["14167.563","15876.439"],["14132.710","15885.594"],["14165.488","15902.138"],["14151.316","15914.763"],["14111.680","15912.332"],["14107.672","15917.645"],["14120.925","15877.152"],["14111.427","15875.734"],["14202.700","15764.790"],["14233.982","15758.770"],["14112.861","15917.403"],["14178.816","15746.392"],["14076.504","15720.271"],["14058.291","15726.888"],["14058.784","15742.266"],["2225.918","11263.015"],["8522.958","17635.433"],["7403.373","12550.626"],["7380.568","12672.992"],["14570.527","18005.667"],["14562.648","17992.488"],["14597.385","18017.955"],["14579.655","18003.553"],["14568.257","18002.282"],["14264.652","15496.550"],["14278.067","15503.274"],["14270.807","15467.070"],["14261.956","15435.027"],["14268.706","15446.496"],["14289.559","15458.281"],["3187.782","8265.927"],["7357.876","12728.538"],["7329.199","12621.251"],["7340.434","12615.422"],["13343.713","14999.970"],["13351.304","14948.341"],["13309.636","15063.808"],["13210.287","15036.339"],["13427.920","12628.307"],["13463.102","12560.837"],["13607.599","12623.319"],["13577.393","12749.668"],["13479.744","12658.440"],["13431.615","12654.775"],["13599.288","17757.714"],["13691.314","12268.328"],["13706.581","12245.945"],["10689.572","8087.252"],["13692.844","14836.372"],["9519.818","18455.351"],["9579.401","18451.001"],["9545.525","18377.553"],["4469.502","11335.632"],["4559.162","11322.282"],["4415.367","11304.314"],["14231.961","16155.399"],["14233.781","16244.808"],["14216.547","16235.505"],["14194.352","16245.860"],["14188.154","16257.206"],["14193.865","16278.931"],["14170.255","16254.326"],["14165.673","16247.900"],["14143.539","16273.939"],["14154.114","16286.449"],["14133.820","16304.563"],["14125.183","16295.304"],["14112.823","16286.520"],["14118.528","16267.535"],["14102.911","16267.589"],["14088.391","16287.962"],["14081.163","16279.161"],["14226.609","16322.154"],["14245.069","16320.582"],["14244.000","16299.511"],["14248.531","16315.570"],["12097.298","12845.693"],["10771.657","16670.236"],["10755.650","16606.267"],["9888.639","17890.665"],["9847.409","18017.101"],["9888.941","17945.372"],["9953.251","17860.900"],["9895.588","18001.232"],["9937.155","17969.716"],["10016.798","17970.753"],["9906.658","18027.350"],["9936.759","17849.927"],["9919.434","18034.091"],["12880.742","15098.633"],["12931.583","15157.045"],["12903.278","15195.859"],["12873.558","15122.982"],["12806.651","15182.260"],["12793.899","15186.008"],["9553.259","16835.236"],["4606.226","11120.679"],["13387.325","12702.116"],["14271.761","16559.572"],["9976.435","16081.849"],["10014.959","16068.708"],["10014.403","16088.212"],["9993.794","16080.744"],["9953.178","15953.758"],["13880.602","17348.250"],["13937.954","17304.254"],["13976.096","17278.044"],["13927.165","17338.771"],["13954.171","17266.549"],["13937.247","17330.364"],["13941.227","17289.142"],["13954.188","17304.716"],["13959.878","17269.423"],["13904.171","17262.883"],["13886.490","17360.719"],["13978.592","17388.848"],["13959.381","17353.819"],["13958.213","17361.878"],["13962.457","17395.850"],["13935.911","17357.138"],["13884.973","17377.898"],["13943.641","17363.067"],["13934.694","17384.950"],["13977.967","17386.833"],["13899.891","17364.834"],["13984.134","17376.461"],["13881.139","17255.644"],["13868.441","17311.961"],["13846.353","17291.663"],["13849.001","17238.005"],["13851.863","17231.796"],["13891.715","17231.416"],["13900.300","17242.349"],["13841.698","17329.913"],["13870.580","17323.720"],["13853.540","17248.658"],["13848.310","17226.098"],["13842.830","17406.327"],["13296.627","14388.281"],["9418.476","12094.834"],["2635.490","11056.888"],["10568.672","14501.755"],["13836.252","15498.320"],["13864.970","15501.823"],["13844.626","15381.657"],["13839.794","15418.138"],["13848.165","15415.659"],["13875.244","15410.326"],["13844.132","15436.048"],["13856.125","15450.085"],["13890.118","15385.915"],["13866.043","15397.928"],["13876.775","15390.569"],["13895.756","15371.250"],["13870.706","15337.595"],["13912.900","15350.726"],["13923.809","15351.794"],["13940.927","15348.458"],["13894.710","15503.835"],["13904.796","15476.155"],["13901.746","15469.541"],["13920.095","15506.248"],["13906.766","15459.477"],["13881.192","15441.572"],["13883.044","15419.206"],["13862.262","15452.180"],["13868.827","15426.868"],["13905.852","15412.394"],["13917.041","15404.316"],["13926.183","15396.413"],["13941.013","15378.086"],["13942.474","15365.207"],["13959.886","15355.384"],["13971.835","15389.973"],["13947.768","15406.380"],["13976.154","15381.609"],["13980.814","15423.013"],["13960.761","15436.026"],["14022.802","15421.792"],["13940.730","15414.741"],["13924.741","15425.941"],["14010.943","15339.616"],["10743.330","17770.042"],["13987.142","12390.340"],["12345.202","15361.693"],["12277.927","15383.944"],["9785.798","13181.467"],["14036.592","8747.802"],["14783.853","8994.455"],["14769.358","9060.522"],["13238.260","15104.416"],["13200.530","15137.579"],["13351.954","15161.382"],["7490.980","15508.256"],["12377.948","16017.641"],["13363.404","15761.351"],["10567.940","16864.471"],["10494.854","16877.424"],["10518.940","16870.105"],["13228.738","14896.565"],["13262.102","14893.828"],["8974.992","18903.676"],["8909.525","18898.395"],["10222.251","17344.596"],["10232.424","17294.441"],["10241.359","17271.197"],["10078.140","17215.207"],["14228.252","17889.583"],["10046.642","15231.662"],["10061.161","15130.963"],["10248.545","15099.049"],["9979.952","17661.205"],["9954.117","17798.379"],["9966.679","17789.524"],["9929.225","17806.730"],["9938.619","17802.896"],["9981.601","17743.415"],["10026.121","17661.896"],["13403.518","14597.573"],["10554.155","16607.668"],["10583.687","16661.922"],["10476.936","16620.870"],["13963.836","17784.970"],["13956.895","17751.295"],["13961.879","17738.265"],["14001.550","17793.294"],["13909.856","17778.479"],["13959.938","17805.498"],["13908.869","17773.360"],["13920.152","17708.207"],["13961.385","17711.394"],["13989.592","17795.077"],["13973.392","17728.405"],["13977.553","17725.746"],["13991.977","17781.023"],["13983.655","17747.464"],["13945.086","17731.725"],["13920.217","17736.415"],["8851.746","16368.308"],["12559.306","14890.392"],["14417.634","8470.781"],["7224.887","17016.856"],["7200.330","17033.145"],["7287.234","17141.145"],["9075.721","15914.629"],["9743.314","13656.928"],["9665.349","13768.007"],["12151.495","15196.740"],["8396.032","17394.273"],["14124.334","15295.358"],["11563.325","16454.369"],["10241.163","7537.819"],["10155.424","7602.791"],["10149.729","7508.390"],["13325.794","12617.248"],["12030.430","15244.496"],["13563.958","12368.042"],["13601.785","12403.966"],["9674.459","18759.252"],["4326.051","10961.658"],["4294.871","10860.280"],["4298.507","10888.805"],["9382.567","16854.726"],["9282.487","16787.854"],["9007.642","16444.391"],["9419.818","12414.289"],["9432.106","12456.126"],["9410.006","12502.384"],["9435.834","12524.848"],["9457.397","12476.073"],["7158.810","16741.460"],["14653.449","9871.829"],["14445.978","17843.043"],["14453.117","17919.029"],["14455.913","17874.471"],["14362.962","17871.013"],["14349.887","17856.859"],["14303.768","17834.481"],["14343.719","17870.484"],["14348.867","17840.393"],["14306.663","17879.270"],["14263.910","17942.696"],["14310.440","17912.010"],["14302.594","17936.024"],["14295.292","17951.185"],["14277.973","17919.096"],["14253.877","17895.925"],["14291.394","17964.149"],["14301.706","17940.351"],["14305.588","17889.665"],["14305.127","17917.229"],["14275.094","17956.651"],["14295.374","17910.128"],["14255.259","17923.472"],["14331.630","17940.276"],["14416.351","17948.368"],["14427.058","17908.286"],["14367.897","17886.965"],["14363.028","17944.735"],["14421.071","17940.325"],["14385.792","17972.927"],["14353.028","17930.780"],["14336.367","17978.988"],["14325.578","17927.675"],["14352.732","17899.334"],["14364.640","17911.605"],["14408.736","17916.543"],["14356.745","17915.982"],["14334.870","17969.244"],["14425.891","17971.216"],["14460.776","17990.192"],["14445.480","17974.436"],["14417.996","18018.730"],["14452.404","18030.456"],["14415.877","18033.041"],["14323.641","18036.080"],["14358.558","18033.239"],["7258.647","12714.509"],["7094.279","12617.938"],["6519.842","5885.834"],["13053.444","13409.830"],["13038.090","13568.023"],["13017.470","13508.935"],["10301.424","17471.608"],["10280.981","17563.916"],["8842.026","17367.874"],["9667.405","18477.230"],["9700.685","18478.727"],["8598.895","11757.147"],["8582.229","11731.221"],["13770.824","12583.484"],["13815.625","12636.227"],["13757.433","12624.625"],["10756.991","17620.204"],["10699.175","17608.889"],["10386.189","13586.116"],["10286.002","13576.998"],["10301.634","13481.260"],["10309.563","13345.816"],["10341.135","13359.776"],["10378.973","13375.534"],["10324.877","13198.364"],["10261.795","13256.749"],["10350.607","13236.478"],["7378.039","17826.379"],["10477.170","13505.671"],["10519.199","13472.002"],["10541.213","13392.945"],["10543.936","13378.829"],["11545.288","14450.058"],["11544.520","14579.644"],["11711.943","14658.706"],["10017.653","16014.799"],["9994.114","15986.876"],["10002.082","16003.303"],["10022.883","15960.907"],["10030.192","16113.247"],["10040.325","15980.863"],["10744.720","16473.753"],["10742.210","16415.654"],["10835.432","16423.667"],["10795.383","16375.141"],["7946.357","17648.299"],["8037.098","17796.663"],["3567.828","8180.490"],["3637.725","8235.841"],["6600.712","12708.197"],["14256.915","16596.793"],["14264.693","16584.657"],["14278.569","16575.793"],["13319.682","14856.047"],["13260.041","14833.744"],["13231.979","14777.214"],["13216.683","14752.685"],["11137.186","16558.083"],["5432.051","12637.185"],["14684.922","17794.979"],["14674.133","17713.146"],["14700.597","17804.426"],["14690.235","17727.927"],["14802.520","17818.269"],["14755.530","17794.338"],["14704.773","17808.822"],["14727.569","17793.843"],["14732.947","17832.158"],["14787.273","17809.780"],["14706.298","17761.840"],["14734.900","17767.868"],["14742.909","17764.532"],["14778.682","17766.233"],["14747.169","17699.462"],["14729.488","17770.709"],["14753.946","17762.088"],["14803.781","17763.574"],["14715.525","17747.505"],["14802.580","17764.218"],["14716.232","17699.974"],["12679.648","14988.848"],["12662.138","14889.029"],["10317.282","16332.233"],["10398.308","16166.544"],["9670.520","14226.223"],["9826.906","14035.612"],["9674.505","14078.810"],["9766.938","14031.441"],["9675.054","14038.705"],["9626.178","14069.972"],["9387.272","12031.289"],["9324.018","12116.452"],["9234.599","12065.072"],["7080.778","16846.242"],["7033.983","16888.710"],["6885.364","16848.208"],["10414.141","8103.224"],["10411.317","7953.155"],["10327.560","8086.556"],["10363.984","15429.734"],["10261.864","15414.389"],["3170.960","8410.843"],["3207.856","8525.312"],["9932.627","16561.281"],["11961.424","14669.259"],["12025.184","14713.285"],["10488.118","7890.325"],["2454.980","11189.805"],["17193.158","4352.555"],["17094.079","4390.569"],["13958.192","16569.639"],["13932.490","16587.707"],["13931.844","16605.737"],["13914.181","16602.549"],["13919.903","16574.514"],["13929.080","16564.664"],["13912.817","16572.601"],["13894.227","16576.732"],["13881.800","16579.981"],["13886.658","16575.109"],["13867.572","16582.138"],["13848.639","16588.276"],["13864.382","16576.232"],["10443.688","16720.735"],["10430.592","16724.594"],["10429.156","16715.573"],["10366.080","16711.879"],["10148.676","17786.756"],["10042.590","17829.697"],["8164.694","17966.976"],["9734.132","12669.268"],["12075.942","16772.590"],["9941.663","13926.180"],["14249.975","15517.276"],["14215.709","15579.659"],["14241.661","15570.411"],["14244.457","15591.873"],["14246.084","15636.425"],["14243.695","15706.957"],["14236.750","15662.833"],["14071.549","15699.302"],["14213.035","15697.579"],["14226.337","15716.424"],["14217.486","15695.899"],["13905.146","16352.797"],["13887.641","16352.857"],["13894.881","16378.381"],["13883.702","16372.407"],["13998.071","16397.350"],["13992.995","16419.153"],["13991.413","16413.860"],["13956.328","16366.144"],["13933.557","16367.714"],["13918.106","16361.626"],["13911.916","16372.784"],["13909.707","16393.615"],["13931.857","16405.549"],["13914.310","16412.595"],["13925.526","16387.372"],["13918.341","16405.724"],["13912.213","16425.017"],["13904.010","16441.060"],["13864.967","16394.805"],["13857.999","16387.655"],["13854.271","16354.541"],["13948.604","16391.881"],["13940.700","16402.257"],["13892.510","16436.345"],["13886.244","16441.134"],["13858.169","16434.891"],["13879.487","16471.104"],["13866.003","16483.928"],["13849.609","16501.724"],["13850.339","16503.795"],["13852.126","16479.077"],["13867.519","16506.629"],["13880.905","16509.960"],["13893.969","16490.655"],["13904.372","16483.148"],["13921.630","16475.266"],["13944.938","16473.847"],["13944.832","16463.497"],["13949.565","16463.404"],["13976.227","16469.022"],["13987.544","16459.893"],["14001.470","16460.259"],["14007.888","16502.905"],["14007.835","16480.748"],["13989.330","16482.709"],["13998.919","16498.975"],["13992.979","16510.749"],["13989.460","16504.887"],["13970.972","16492.201"],["13957.576","16482.110"],["13932.044","16495.535"],["13922.641","16491.857"],["13904.895","16499.604"],["13962.467","16525.691"],["13948.592","16548.895"],["13898.577","16557.699"],["13871.598","16556.083"],["14023.983","16492.960"],["14039.161","16476.329"],["14023.690","16460.772"],["14029.951","16448.382"],["14014.982","16455.795"],["14040.137","16445.581"],["7342.965","16989.523"],["10279.540","17704.079"],["10420.904","17829.001"],["10415.894","17812.402"],["10367.003","17661.659"],["10016.670","16270.721"],["9998.724","16152.043"],["5224.705","11041.825"],["11939.723","14658.980"],["10431.367","16832.059"],["10420.400","16849.684"],["10303.736","16843.846"],["10302.909","16873.914"],["10377.042","16827.881"],["10396.273","16844.099"],["10389.684","16906.513"],["10331.799","16905.058"],["13044.268","13695.648"],["13066.181","13705.631"],["9141.627","12345.835"],["11411.668","17636.912"],["13403.684","16190.705"],["13327.799","16247.107"],["9877.957","14115.362"],["9917.640","14083.958"],["10017.053","14076.268"],["10030.230","14235.865"],["7726.291","12328.676"],["13500.418","16190.484"],["13455.725","16205.854"],["9899.690","18145.162"],["10013.556","18249.213"],["9950.943","18096.947"],["9841.711","18111.770"],["7505.647","17771.722"],["13619.365","16001.675"],["13593.087","15989.545"],["13533.899","15940.846"],["13554.816","15970.425"],["13593.615","15983.916"],["9600.065","12468.113"],["9475.787","12348.470"],["9535.222","12416.004"],["10474.266","8222.564"],["10563.251","8154.989"],["4642.429","10814.496"],["4587.405","10851.192"],["4660.557","10745.503"],["12911.016","16171.340"],["13120.564","12636.764"],["14575.850","9612.295"],["14590.186","9691.206"],["14599.005","9794.920"],["14670.435","9787.892"],["9247.590","17404.741"],["13984.524","12231.823"],["15094.106","9010.824"],["14901.216","18542.829"],["14928.993","18477.349"],["14940.786","18481.181"],["14986.296","18466.845"],["14980.506","18509.785"],["14981.493","18523.245"],["14937.727","18469.025"],["14999.569","18485.755"],["14928.565","18508.034"],["14997.513","18488.596"],["14942.537","18604.532"],["15008.655","18639.710"],["14958.442","18626.101"],["15003.639","18581.411"],["15035.119","18626.118"],["14975.070","18629.140"],["14999.412","18636.853"],["14942.866","18605.044"],["14949.280","18556.208"],["14932.225","18600.734"],["14999.313","18627.191"],["14953.754","18621.559"],["14987.109","18573.483"],["14964.346","18541.014"],["15035.004","18587.158"],["14992.636","18569.140"],["14961.597","18605.058"],["14961.861","18634.191"],["14985.512","18627.635"],["14896.482","18669.253"],["14991.548","18604.249"],["14913.670","18660.384"],["14898.670","18661.689"],["14923.292","18612.441"],["14994.953","18658.023"],["14904.591","18639.906"],["14918.785","18627.651"],["4360.029","10567.760"],["4468.614","10552.985"],["4546.278","10456.729"],["1686.499","13527.670"],["8608.075","17980.230"],["8735.566","17990.089"],["8185.820","15761.006"],["7342.711","12457.203"],["7376.739","12466.859"],["6467.797","12765.595"],["7672.073","17975.735"],["7677.286","17921.587"],["14143.771","17396.806"],["14104.889","17367.656"],["14156.320","17393.073"],["14068.327","17388.829"],["14063.179","17369.869"],["14157.077","17398.127"],["14124.377","17372.155"],["14170.282","17373.212"],["14166.384","17344.128"],["14127.601","17365.317"],["14141.170","17345.862"],["14159.377","17391.775"],["14129.460","17339.157"],["14156.598","17351.626"],["8530.690","12163.142"],["10131.164","17836.547"],["10041.800","17920.367"],["10164.710","18012.861"],["10171.571","17984.826"],["10042.633","18025.525"],["10041.916","17906.070"],["10053.653","17895.081"],["4328.159","11216.545"],["4296.307","11069.693"],["12285.810","14802.674"],["12265.163","14738.107"],["12230.938","14827.298"],["12181.314","14819.864"],["12151.557","14803.868"],["12188.929","14755.703"],["12209.465","14701.505"],["13222.668","13792.550"],["13082.238","14102.435"],["14091.723","8723.762"],["14075.479","8730.936"],["14089.732","8666.184"],["14071.578","8621.293"],["14219.659","8717.110"],["14233.612","8710.938"],["14114.715","8731.349"],["13897.013","9496.912"],["13864.814","9400.998"],["12997.908","13153.624"],["13156.547","13178.868"],["13127.954","13099.462"],["13845.175","16633.078"],["13839.841","16639.435"],["13869.676","16646.826"],["13852.992","16660.148"],["13877.889","16646.446"],["13877.502","16649.362"],["13862.341","16632.904"],["13919.825","16655.997"],["13948.318","16679.711"],["13943.754","16657.900"],["13960.895","16660.066"],["13974.249","16660.273"],["13999.543","16647.366"],["13998.957","16620.124"],["14022.747","16620.467"],["14003.176","16613.243"],["14022.010","16592.073"],["14035.710","16632.667"],["14027.967","16640.235"],["14038.519","16660.751"],["14020.010","16650.834"],["14032.677","16671.264"],["14012.226","16675.057"],["14002.836","16665.843"],["13987.165","16658.339"],["13994.353","16683.796"],["13969.200","16681.228"],["13968.604","16681.041"],["13995.887","16688.364"],["14007.253","16694.406"],["13948.073","16672.848"],["14026.399","16707.581"],["14033.879","16702.732"],["14037.919","16681.263"],["14016.797","16680.935"],["7402.880","12887.855"],["7364.364","12908.696"],["7366.367","12934.327"],["7411.447","12763.753"],["10096.408","17573.258"],["10122.324","17470.253"],["10200.943","17452.813"],["7081.419","12145.108"],["7087.961","12226.424"],["7085.131","12132.501"],["7393.339","16752.388"],["7442.724","16685.457"],["14631.563","18044.924"],["14658.405","18056.468"],["14512.813","18098.902"],["14467.977","18110.034"],["14494.885","18049.208"],["14496.497","18129.340"],["14488.833","18150.711"],["14475.691","18059.976"],["14487.451","18080.768"],["14649.305","18107.869"],["14656.427","18107.754"],["14667.792","18086.482"],["14525.979","18252.686"],["14514.844","18192.389"],["14517.838","18163.768"],["14518.134","18210.539"],["12968.848","12518.575"],["11796.626","14417.362"],["11788.871","14762.203"],["11750.527","14769.241"],["13855.924","15926.068"],["13837.315","15927.438"],["13836.044","15887.384"],["13838.745","15865.052"],["13909.682","15873.387"],["13931.176","15867.907"],["13920.028","15886.807"],["13891.137","15848.295"],["13906.559","15830.407"],["13905.175","15909.519"],["13935.851","15911.622"],["13924.822","15893.623"],["13950.438","15874.636"],["13975.807","15868.583"],["13982.992","15866.036"],["13847.505","15914.641"],["13834.862","15788.948"],["13850.338","15812.898"],["13843.114","15835.624"],["13848.189","15837.831"],["13832.656","15736.123"],["13849.070","15863.755"],["14001.126","15849.162"],["14023.654","15902.278"],["14006.575","15821.011"],["13990.937","15834.154"],["13973.306","15809.303"],["13993.641","15798.558"],["13992.342","15782.557"],["13984.670","15762.805"],["13977.350","15721.251"],["14004.109","15857.047"],["13989.367","15852.053"],["14014.439","15847.532"],["13917.622","15724.800"],["13931.148","15782.662"],["13913.602","15758.229"],["13925.754","15740.936"],["13949.912","15739.284"],["13835.907","15724.766"],["13843.142","15749.495"],["13837.719","15768.690"],["13847.176","15791.219"],["13862.660","15804.091"],["13887.350","15805.025"],["13865.864","15794.208"],["13853.543","15764.664"],["13997.249","15719.854"],["14013.010","15803.127"],["13924.994","15819.024"],["13928.983","15839.319"],["13943.053","15824.927"],["13931.036","15810.314"],["13922.637","15804.443"],["13947.141","15791.086"],["13954.455","15809.690"],["13960.735","15802.656"],["13960.496","15779.672"],["13967.568","15770.603"],["13952.981","15768.372"],["13958.562","15748.414"],["13905.967","15741.488"],["10545.313","16511.777"],["7145.728","16985.260"],["7106.988","16912.634"],["10875.888","16114.409"],["10858.522","16129.166"],["10818.623","16092.322"],["10814.783","16126.113"],["10784.050","16106.987"],["10851.353","16071.307"],["10815.142","16023.426"],["10849.377","16028.929"],["10056.929","16216.953"],["10124.783","16159.764"],["10143.215","16214.324"],["10130.935","16323.114"],["10228.075","16320.485"],["10194.341","16298.619"],["10086.390","16277.683"],["10099.991","16231.340"],["10157.864","16267.189"],["10133.618","16277.770"],["10084.254","16190.186"],["10119.930","16182.325"],["10541.376","7497.317"],["11637.942","14886.820"],["11642.503","14956.032"],["11585.192","14905.083"],["11558.635","14928.343"],["17286.898","4356.485"],["17245.198","4367.703"],["9576.463","9374.182"],["9612.157","9374.415"],["13777.094","15708.496"],["13781.410","15678.663"],["13791.161","15701.444"],["13799.354","15615.945"],["13829.024","15589.795"],["13827.884","15561.444"],["13809.564","15574.840"],["13801.996","15588.871"],["13798.534","15579.987"],["13788.938","15581.769"],["13790.454","15598.029"],["13768.202","15599.762"],["13753.753","15616.507"],["13736.301","15620.173"],["13727.095","15633.590"],["13731.730","15648.365"],["13752.469","15644.349"],["13785.438","15635.316"],["13803.064","15661.168"],["13830.181","15663.158"],["13819.489","15686.198"],["13805.894","15675.609"],["13821.295","15701.859"],["13814.651","15694.547"],["13750.509","15669.859"],["13713.633","15671.953"],["13754.303","15713.159"],["13691.497","15585.318"],["13697.145","15609.496"],["13680.621","15637.568"],["13695.820","15657.996"],["13688.329","15643.340"],["13687.541","15591.472"],["13699.501","15553.595"],["13719.143","15524.142"],["13756.058","15538.577"],["13785.235","15524.077"],["13760.959","15519.355"],["13790.426","15508.610"],["13800.941","15529.779"],["13815.580","15544.408"],["13827.854","15515.884"],["10030.223","8017.143"],["13973.823","16243.565"],["13963.093","16257.329"],["14016.845","16252.859"],["14013.863","16268.993"],["13990.961","16258.802"],["14036.723","16264.292"],["14031.011","16265.983"],["14030.706","16283.252"],["14022.647","16294.808"],["14010.110","16278.106"],["13994.249","16273.431"],["13988.248","16280.812"],["13962.935","16259.737"],["13941.454","16265.153"],["13948.273","16243.099"],["13976.213","16236.527"],["13915.717","16348.883"],["13894.976","16341.745"],["13875.771","16340.202"],["13887.418","16350.560"],["13866.553","16334.991"],["13864.779","16286.792"],["13860.410","16311.782"],["13889.624","16288.489"],["13887.041","16281.300"],["13947.421","16344.780"],["13935.421","16318.561"],["13916.580","16298.155"],["13933.063","16325.549"],["13955.608","16317.859"],["13922.402","16344.773"],["13874.737","16352.109"],["9585.508","16261.596"],["9411.021","16274.441"],["7092.061","17844.563"],["10176.306","16760.990"],["10176.323","16761.007"],["10184.860","16599.690"],["10167.013","16637.418"],["10137.481","16688.443"],["10175.571","16752.849"],["12926.711","16134.778"],["12922.451","16121.527"],["12937.140","16119.816"],["12919.675","16111.995"],["12928.356","16092.307"],["12895.727","16126.245"],["12959.102","16040.832"],["12952.833","16057.012"],["9284.979","18479.193"],["9243.560","18584.904"],["9282.676","18640.762"],["9319.562","18156.546"],["9283.381","18179.434"],["3475.627","7975.984"],["3364.230","8010.509"],["3456.937","8009.438"],["3349.308","7966.964"],["9179.054","15810.866"],["10524.427","18111.330"],["10574.766","18141.955"],["12147.350","12106.121"],["9195.711","17761.764"],["9162.311","17766.231"],["9167.919","17796.066"],["8998.381","17789.807"],["9006.065","17686.634"],["9192.215","17739.909"],["9163.777","17745.407"],["9034.634","17671.704"],["6991.358","12591.906"],["7028.654","12660.922"],["11862.101","15273.724"],["11771.035","15249.380"],["11866.784","15275.943"],["11411.173","16540.315"],["11329.447","16433.228"],["2676.395","11159.207"],["2780.662","11183.219"],["7284.876","12851.017"],["7290.324","12820.094"],["7296.737","12827.100"],["12966.810","14163.305"],["14187.945","9099.022"],["10909.307","15583.655"],["11575.153","17070.833"],["11622.290","17064.042"],["11708.253","17048.976"],["11634.318","17022.526"],["4604.017","10538.341"],["9757.533","13193.940"],["8908.887","11619.412"],["9549.942","18767.510"],["9463.748","18853.747"],["9565.383","18768.556"],["9530.418","18698.236"],["13800.171","16068.847"],["13789.473","16005.242"],["13760.799","16096.821"],["13739.688","16084.412"],["13735.795","16112.534"],["13827.661","16045.034"],["13712.397","16129.267"],["13703.856","16128.771"],["13672.695","16111.795"],["13637.466","15970.515"],["13688.486","16023.097"],["13640.860","16003.578"],["13649.524","15998.232"],["13674.739","16008.286"],["13822.506","15971.419"],["13687.284","16059.021"],["13764.840","16071.749"],["13748.693","16053.210"],["13814.797","16083.053"],["13753.636","16051.129"],["13721.934","16058.340"],["13734.601","16039.378"],["13788.024","16038.980"],["13800.510","16059.946"],["7347.097","12806.572"],["7329.897","12836.490"],["8443.486","17976.664"],["8461.631","17951.097"],["8382.924","17846.589"],["8397.765","17882.700"],["8401.389","17946.571"],["8450.690","18039.386"],["8547.337","18033.025"],["8494.914","17877.631"],["8474.028","17459.176"],["8378.891","17502.306"],["8369.347","17506.886"],["8563.450","17615.805"],["8538.668","17584.347"],["14560.938","18489.800"],["14583.010","18524.928"],["14547.171","18529.635"],["14494.507","18477.810"],["14492.763","18525.456"],["14545.378","18491.104"],["14565.263","18511.104"],["14522.961","18553.863"],["14557.039","18538.388"],["14517.533","18478.024"],["14601.579","18526.084"],["14496.842","18537.909"],["14503.174","18512.062"],["14500.296","18545.787"],["14551.440","18650.311"],["14615.107","18601.277"],["14557.147","18622.433"],["14584.038","18565.207"],["14554.038","18585.092"],["14576.522","18570.426"],["14529.565","18602.763"],["14526.209","18589.138"],["14582.575","18633.878"],["14571.604","18576.834"],["14576.933","18653.729"],["14614.647","18642.747"],["14550.305","18628.263"],["14612.640","18663.490"],["14543.841","18655.530"],["14556.061","18553.416"],["14625.855","18467.701"],["14623.076","18478.089"],["14654.046","18549.121"],["14661.957","18516.355"],["14623.438","18489.418"],["14646.595","18478.733"],["14601.283","18473.729"],["14667.993","18485.422"],["14664.408","18537.247"],["14620.876","18656.861"],["14628.491","18671.576"],["14663.162","18670.040"],["10454.272","17871.252"],["10381.509","17996.909"],["14040.907","16060.358"],["14057.098","16089.275"],["14101.271","16076.242"],["14097.952","16101.240"],["14109.828","16113.844"],["14082.083","16130.487"],["14063.051","16128.668"],["14188.986","16141.022"],["14188.096","16116.431"],["14162.798","16134.624"],["14190.299","16135.577"],["14207.434","16115.420"],["14200.294","16086.789"],["14226.965","16089.365"],["14226.697","16114.575"],["14063.516","16025.827"],["14089.488","16023.316"],["14051.902","16008.294"],["14059.233","16008.206"],["14072.000","16007.302"],["14092.322","16000.529"],["14105.096","15995.544"],["14142.889","15971.054"],["14146.341","15996.927"],["14136.357","16015.561"],["14169.540","16012.705"],["14153.135","16021.770"],["14150.536","16043.531"],["14164.841","16070.624"],["14145.958","16060.979"],["14182.430","16073.657"],["14159.450","16087.398"],["14148.168","16076.449"],["14178.594","16100.103"],["14238.342","16078.698"],["14234.669","16097.720"],["14190.825","15933.665"],["14168.169","15948.759"],["14159.761","15957.470"],["14195.343","15972.259"],["14165.055","15979.454"],["14174.487","15963.458"],["14158.779","15951.215"],["14151.368","15962.200"],["14139.277","15982.475"],["14135.895","15978.963"],["14138.885","15944.625"],["14096.897","15932.840"],["14136.847","15956.832"],["14099.922","15966.027"],["14078.748","15967.586"],["14075.523","15976.294"],["14057.687","15974.462"],["14103.031","16098.328"],["14090.175","16128.321"],["14185.866","16123.789"],["14098.161","15943.612"],["14051.824","16001.085"],["14722.728","8870.212"],["14695.228","8767.481"],["13812.301","17493.810"],["13795.771","17495.511"],["13732.021","17487.898"],["13799.768","17510.772"],["13742.778","17450.309"],["13732.186","17463.521"],["13828.913","17467.584"],["13767.679","17469.203"],["13789.077","17511.680"],["13818.173","17488.476"],["13773.682","17480.466"],["13766.265","17442.332"],["13730.418","17577.338"],["13796.685","17531.277"],["13829.645","17577.520"],["13739.974","17568.222"],["13817.918","17559.568"],["13749.300","17518.990"],["13792.902","17554.234"],["13729.941","17576.513"],["13772.787","17557.619"],["13799.716","17591.811"],["13816.147","17604.825"],["13741.245","17591.365"],["13817.824","17609.780"],["13793.153","17612.654"],["13729.518","17603.983"],["13734.831","17599.111"],["13679.704","17613.892"],["14104.330","16579.280"],["14089.716","16569.467"],["14101.398","16586.388"],["14114.779","16629.278"],["14131.423","16634.760"],["14121.266","16647.020"],["14149.623","16669.344"],["14138.561","16672.974"],["14160.453","16655.337"],["14175.347","16662.347"],["14185.744","16646.601"],["14208.676","16647.678"],["14199.216","16626.010"],["14237.967","16627.413"],["14218.341","16632.203"],["14229.290","16635.346"],["14208.174","16616.984"],["14197.619","16606.287"],["14238.496","16614.262"],["14250.525","16599.895"],["14242.516","16577.946"],["14239.064","16593.483"],["10366.833","13748.402"],["10416.867","13798.303"],["10334.913","13710.395"],["14682.347","17593.049"],["14763.383","17579.480"],["14682.264","17556.292"],["14679.435","17530.693"],["14754.715","17573.617"],["14715.784","17570.033"],["14716.426","17568.381"],["14746.031","17580.025"],["14673.712","17567.754"],["14674.797","17574.508"],["9585.249","18052.373"],["9543.965","18156.981"],["9549.800","18074.064"],["10594.179","13924.974"],["10492.090","13863.447"],["14036.047","16918.737"],["14037.347","16873.568"],["13979.274","16884.304"],["13973.238","16863.462"],["13987.037","16888.863"],["14005.442","16848.185"],["14026.412","16859.482"],["13980.343","16860.555"],["13974.570","16890.877"],["13972.037","16899.680"],["13976.478","16862.719"],["9259.564","12395.805"],["9350.651","12547.429"],["9250.851","12372.065"],["9221.598","12393.853"],["9344.099","12373.409"],["9362.324","12368.402"],["9383.799","12384.966"],["9254.453","12382.483"],["9236.979","12388.991"],["9204.887","12357.607"],["7436.823","16516.818"],["9801.538","17891.294"],["9742.905","17911.980"],["9705.401","17926.946"],["9707.214","17961.129"],["9817.238","17980.832"],["9817.314","18036.042"],["9665.032","18009.058"],["9716.180","17983.578"],["11132.279","16664.867"],["11168.629","16594.229"],["12305.330","14885.785"],["12281.332","14959.536"],["12281.990","14942.326"],["14444.229","18141.259"],["14422.946","18052.902"],["14428.851","18089.236"],["14431.334","18118.121"],["14447.732","18132.836"],["14398.785","18129.583"],["14451.038","18134.190"],["14437.617","18052.803"],["14379.512","18093.454"],["14395.335","18089.176"],["14363.624","18090.531"],["14342.670","18088.796"],["14411.930","18077.500"],["14356.354","18092.777"],["14356.387","18093.735"],["14422.062","18091.819"],["14387.966","18060.506"],["14399.956","18068.318"],["14394.627","18087.888"],["14331.996","18043.726"],["14342.374","18077.583"],["14449.786","18146.549"],["14445.198","18153.485"],["9121.346","18902.536"],["9138.028","18923.030"],["9864.731","18295.303"],["9850.217","18407.627"],["9875.760","18417.965"],["9914.386","18414.645"],["9998.111","18313.770"],["13752.554","12297.402"],["13439.604","12502.144"],["13579.550","12455.617"],["13480.285","12363.068"],["14467.359","17775.280"],["14490.468","17758.897"],["14527.359","17752.853"],["14470.797","17768.427"],["14469.728","17768.344"],["14522.475","17744.050"],["14539.136","17757.791"],["14468.017","17730.821"],["14265.666","17541.608"],["14256.998","17537.182"],["14296.488","17603.738"],["14265.567","17606.413"],["14328.034","17612.937"],["14277.574","17602.433"],["9214.940","17232.980"],["9356.313","17229.245"],["13018.885","13817.479"],["13026.823","13921.496"],["13020.421","14026.372"],["13101.715","13873.074"],["17383.089","4145.766"],["17200.526","4297.238"],["17382.561","4151.396"],["17344.290","4132.274"],["17408.839","4163.524"],["10819.560","16876.293"],["10858.777","16897.142"],["10847.229","16900.703"],["10772.274","16916.730"],["10769.985","16898.776"],["10826.534","16843.092"],["6501.675","12648.865"],["10049.611","14250.611"],["10160.476","14259.485"],["10126.258","14334.151"],["10058.357","14356.994"],["10558.727","17684.073"],["10532.218","17797.130"],["13661.571","14891.330"],["13656.311","15017.568"],["13665.895","15075.221"],["8225.116","17512.545"],["8230.686","17516.581"],["9216.903","18956.179"],["13903.734","15708.290"],["13910.367","15684.914"],["13903.969","15681.531"],["13902.277","15658.101"],["13884.967","15696.297"],["13888.358","15677.369"],["13886.916","15664.754"],["13869.294","15654.920"],["13857.530","15670.877"],["13856.580","15683.936"],["13876.941","15708.293"],["13870.785","15694.135"],["13866.812","15709.090"],["13851.054","15688.914"],["13926.976","15717.952"],["13930.900","15698.395"],["13905.870","15656.862"],["13908.299","15668.759"],["13892.616","15626.445"],["13872.713","15617.496"],["13861.695","15626.168"],["13839.116","15607.895"],["13834.239","15623.978"],["13837.229","15569.201"],["13856.531","15559.972"],["13848.799","15678.256"],["13842.524","15657.820"],["13835.400","15530.416"],["13853.893","15516.512"],["13853.585","15526.369"],["13894.288","15521.379"],["13930.906","15536.338"],["13924.659","15556.195"],["13903.800","15578.498"],["13973.746","15694.348"],["13941.392","15670.615"],["13920.929","15617.072"],["13943.342","15629.311"],["13934.004","15611.547"],["13926.073","15583.355"],["13914.678","15530.660"],["13894.889","15539.039"],["13903.568","15559.819"],["13896.692","15687.109"],["10762.276","7621.719"],["8713.800","17632.217"],["11306.168","15247.705"],["10833.842","16183.986"],["10861.559","16350.667"],["10786.666","16178.555"],["14943.698","18909.458"],["14912.678","18907.328"],["14919.438","18917.878"],["14973.122","18927.771"],["14910.655","18946.119"],["14966.724","18961.429"],["14977.727","18916.887"],["14972.941","18922.040"],["14911.099","18985.029"],["14907.365","18953.072"],["14938.911","18978.754"],["14947.546","18923.642"],["14938.319","18944.468"],["14983.944","18950.133"],["14980.490","18990.843"],["14946.839","18971.322"],["14910.869","18963.593"],["14910.803","18910.001"],["15011.751","18932.665"],["15048.133","18929.791"],["15003.297","18903.367"],["15050.139","18917.950"],["15080.550","18951.954"],["15089.728","18921.632"],["15074.991","18933.755"],["14984.383","18892.120"],["15078.972","18952.714"],["15015.337","18923.499"],["9916.491","12260.260"],["9981.829","12244.986"],["9330.546","12323.746"],["14659.445","18709.016"],["14616.715","18736.035"],["14615.613","18698.298"],["14659.511","18693.938"],["14629.725","18705.895"],["13728.404","15493.970"],["13768.648","15501.469"],["13754.161","15499.039"],["13800.189","15487.395"],["13795.796","15476.250"],["13808.336","15479.555"],["13828.710","15469.546"],["13829.431","15393.444"],["13811.830","15434.396"],["13800.801","15428.943"],["13828.138","15443.219"],["8823.894","11920.304"],["8860.082","12038.036"],["7183.822","12571.127"],["7290.829","12549.136"],["7278.654","12662.341"],["7242.192","12610.867"],["7260.185","12641.069"],["7252.825","12670.750"],["10546.674","14158.877"],["10548.701","14056.951"],["12958.233","14379.517"],["12956.798","14395.100"],["8631.473","9592.423"],["9666.171","9518.833"],["12973.857","15679.526"],["12952.171","15576.086"],["14530.958","9389.395"],["14635.080","9485.631"],["14606.207","9503.861"],["5274.450","11043.499"],["13204.897","12538.416"],["13306.416","12535.600"],["13395.121","12479.227"],["8852.094","16179.513"],["12878.170","15307.114"],["12778.739","15353.548"],["12823.665","15346.038"],["14681.759","18263.759"],["14760.974","18261.143"],["14777.701","18287.849"],["14711.303","18279.409"],["14724.181","18269.104"],["14814.905","18256.420"],["14789.740","18259.756"],["14803.638","18287.320"],["14871.578","18352.446"],["14829.993","18353.894"],["14840.042","18355.876"],["14786.539","18440.285"],["14849.499","18441.012"],["14819.384","18372.804"],["14804.170","18435.182"],["14840.059","18420.021"],["14836.062","18392.589"],["14847.641","18390.508"],["14821.802","18425.454"],["14726.845","18398.500"],["14781.516","18428.805"],["14785.250","18346.972"],["14787.915","18404.396"],["14713.622","18362.959"],["14699.707","18420.762"],["14709.477","18424.660"],["14709.033","18327.319"],["14746.138","18324.363"],["14737.290","18371.679"],["14784.921","18327.088"],["14713.540","18343.933"],["14703.227","18342.067"],["14732.783","18327.467"],["14773.556","18385.007"],["14807.635","18341.076"],["14677.608","18450.646"],["14745.988","18459.287"],["14817.485","18463.250"],["14794.870","18427.016"],["14795.363","18448.354"],["14768.752","18428.453"],["14831.726","18460.038"],["10198.267","14149.723"],["13411.052","16135.388"],["14614.798","8510.929"],["14482.625","8439.379"],["14996.358","9211.119"],["14523.177","9350.616"],["14677.068","18164.186"],["14677.364","18143.262"],["14681.197","18061.907"],["14686.019","18243.809"],["14673.322","18211.241"],["14695.394","18252.925"],["14688.092","18193.503"],["14698.486","18198.293"],["14676.430","18204.948"],["14706.677","18180.390"],["14768.885","18245.437"],["14739.395","18194.752"],["14791.352","18239.129"],["14745.086","18252.242"],["14729.197","18230.243"],["14718.013","18253.827"],["14785.398","18209.203"],["14762.684","18207.171"],["14833.559","18183.314"],["14864.842","18177.038"],["14855.862","18227.261"],["14852.375","18154.131"],["14880.697","18193.619"],["14807.523","18180.391"],["14803.477","18226.204"],["14882.029","18201.745"],["14823.279","18149.870"],["14842.161","18198.178"],["14873.208","18110.772"],["14857.550","18065.536"],["14856.169","18070.887"],["14853.701","18058.071"],["14821.826","18069.104"],["14812.961","18145.999"],["14813.307","18043.885"],["14830.938","18068.608"],["14821.728","18085.536"],["14847.830","18091.036"],["8850.537","17426.550"],["10400.877","7440.527"],["14001.786","9166.600"],["13913.761","9264.065"],["13994.113","9246.315"],["14659.644","9494.288"],["11394.364","14959.602"],["11438.786","14941.372"],["14262.601","17343.695"],["14254.755","17379.434"],["14326.038","17404.025"],["14292.581","17311.159"],["14259.196","17331.457"],["14251.943","17340.540"],["14296.252","17385.743"],["14291.926","17343.876"],["14285.167","17405.561"],["9399.266","16084.445"],["12523.266","12038.388"],["12449.406","12049.788"],["7433.859","12463.187"],["7509.905","12423.433"],["7488.030","12370.330"],["9302.892","18293.375"],["9279.624","18405.456"],["9322.389","18352.244"],["9335.861","18296.832"],["9758.565","15959.999"],["9948.227","17557.170"],["9929.898","17520.271"],["9574.768","17351.075"],["2593.697","11127.614"],["2590.842","11199.256"],["2478.085","11138.519"],["2575.995","11071.669"],["6827.227","17582.554"],["12438.654","14785.291"],["10246.036","7809.508"],["10098.138","7752.502"],["10565.297","17560.536"],["10623.603","17556.661"],["12062.849","16853.966"],["14090.976","16606.146"],["14088.168","16610.247"],["14062.842","16584.351"],["14046.534","16647.675"],["14070.969","16659.978"],["14043.092","16707.826"],["14052.152","16680.497"],["14068.779","16667.933"],["14075.891","16640.058"],["14091.496","16634.037"],["14078.502","16653.377"],["14102.558","16651.640"],["14106.541","16680.018"],["14090.558","16696.377"],["14080.059","16672.264"],["14420.213","8797.480"],["9356.672","18736.698"],["12710.175","15137.775"],["12776.486","15114.204"],["3368.069","7882.810"],["8963.838","18537.912"],["8876.019","18657.382"],["8907.284","18624.626"],["8833.523","18612.489"],["11202.087","14277.530"],["11124.247","14341.330"],["11236.111","14306.045"],["11498.364","16524.830"],["13002.490","16089.260"],["13003.142","16117.796"],["13039.599","16058.678"],["13058.231","16064.318"],["13074.992","16054.677"],["13008.534","16064.183"],["13022.095","16079.150"],["12992.833","16050.774"],["12995.752","16032.397"],["13123.656","16069.871"],["13120.249","16043.899"],["10599.487","15936.685"],["10383.652","18050.767"],["10411.768","18071.814"],["10400.042","18102.478"],["3524.472","8273.094"],["3485.599","8178.179"],["9564.548","13394.785"],["9535.200","13584.034"],["10409.775","7667.664"],["10338.162","7606.880"],["13453.106","15884.211"],["14946.334","18696.619"],["14952.847","18678.584"],["14975.430","18680.203"],["14986.861","18697.181"],["14949.311","18698.419"],["14957.761","18758.455"],["14970.788","18775.746"],["15021.626","18718.174"],["14969.077","18769.239"],["14976.495","18763.789"],["14934.949","18700.618"],["14973.600","18741.576"],["14925.311","18698.636"],["14994.801","18773.120"],["14978.238","18782.534"],["14922.515","18780.899"],["14918.978","18788.925"],["15007.432","18733.384"],["15021.495","18699.693"],["15004.982","18699.313"],["14952.482","18780.156"],["14939.224","18880.243"],["14913.171","18824.867"],["14948.073","18886.931"],["14939.684","18888.897"],["14904.092","18822.984"],["14905.441","18854.413"],["14886.527","18879.252"],["14893.829","18858.112"],["14955.803","18830.961"],["14934.980","18841.019"],["14903.796","18844.834"],["14929.504","18832.646"],["15086.274","18846.025"],["15022.113","18872.632"],["15078.182","18888.536"],["15083.955","18875.340"],["15044.251","18872.846"],["15074.284","18846.224"],["15074.118","9155.214"],["8985.560","18874.156"],["8950.557","18791.674"],["8896.214","18714.031"],["13176.878","15094.911"],["13107.193","15085.560"],["13073.048","15182.503"],["13019.217","15111.777"],["13001.795","15092.294"],["13010.957","15101.514"],["13045.167","15094.514"],["9572.365","16666.732"],["15087.376","9265.853"],["14997.855","17814.830"],["15020.157","17831.693"],["14943.101","17815.557"],["15022.559","17763.385"],["15040.634","17779.686"],["15007.049","17797.093"],["14956.111","17828.901"],["15018.447","17800.314"],["14947.575","17829.347"],["15024.993","17794.137"],["9387.572","12195.775"],["9231.683","12234.278"],["9250.434","12251.821"],["9315.230","12231.177"],["9265.620","12197.013"],["9226.715","12150.573"],["14940.070","18273.394"],["14961.254","18300.578"],["14970.300","18264.740"],["14971.468","18255.161"],["14966.419","18257.440"],["15007.734","18259.521"],["14999.774","18285.087"],["15009.412","18297.952"],["14943.995","18404.651"],["14923.206","18363.511"],["14902.104","18400.637"],["14911.232","18384.799"],["14943.058","18321.067"],["14907.910","18396.409"],["14920.690","18364.452"],["14960.986","18386.748"],["14929.127","18315.501"],["14958.420","18363.082"],["14907.893","18375.732"],["14901.643","18341.496"],["14897.394","18397.411"],["14897.213","18421.705"],["14896.966","18447.651"],["14992.398","18430.726"],["14946.296","18427.886"],["14908.960","18439.678"],["14958.862","18460.404"],["14904.536","18463.493"],["15002.250","18424.071"],["14894.815","18460.124"],["14151.507","17621.048"],["14127.642","17645.590"],["14067.215","17674.739"],["14084.781","17674.888"],["14164.912","17652.097"],["14123.350","17674.871"],["14089.961","17634.012"],["14121.672","17646.168"],["14217.767","17728.348"],["14196.271","17692.790"],["14233.836","17709.801"],["14197.817","17675.449"],["14213.211","17682.353"],["14205.613","17659.826"],["14241.702","17703.853"],["14241.850","17677.792"],["14189.414","17700.039"],["14135.088","17789.419"],["14103.986","17765.125"],["14197.078","17720.105"],["14117.588","17789.370"],["14117.917","17732.871"],["14120.812","17768.858"],["14139.578","17745.670"],["14134.874","17769.816"],["14102.522","17685.076"],["14128.147","17683.028"],["14205.664","17735.514"],["14154.644","17722.070"],["14136.733","17748.924"],["14193.361","17735.547"],["14119.233","17776.950"],["13004.880","14928.682"],["13028.937","14910.722"],["13113.918","15008.049"],["13052.802","15022.333"],["13102.138","15073.644"],["13159.245","15003.076"],["13137.317","15057.317"],["13115.770","15064.087"],["13814.150","12510.715"],["9181.962","11984.702"],["9128.467","11997.717"],["5478.042","10780.095"],["5577.746","10761.364"],["11600.384","14755.259"],["11531.342","14828.177"],["11567.610","14806.826"],["11518.221","14794.247"],["11659.399","14793.278"],["11588.077","14839.329"],["11539.173","14858.685"],["11642.569","14785.754"],["11556.639","14759.757"],["7577.826","15507.235"],["9858.036","13762.050"],["13856.303","12284.307"],["10330.138","15977.969"],["10443.356","15968.189"],["10343.604","16060.282"],["8636.262","12097.667"],["8715.623","11920.688"],["1928.589","10929.454"],["1980.231","10865.607"],["2037.768","10942.836"],["1848.867","10974.704"],["14320.020","18092.347"],["14256.994","18090.051"],["14300.843","18129.011"],["14275.662","18065.922"],["14255.843","18060.373"],["14276.982","17666.612"],["14280.436","17636.223"],["14327.409","17696.488"],["14275.978","17700.897"],["14297.179","17665.455"],["14285.814","17644.398"],["14289.301","17702.565"],["14262.705","17707.669"],["14292.278","17649.832"],["14336.964","17710.312"],["14380.220","17722.401"],["14373.510","17752.955"],["14431.569","17727.934"],["14357.967","17754.903"],["14398.724","17726.382"],["14364.086","17716.836"],["14398.905","17738.570"],["14370.895","17705.638"],["14354.332","17754.639"],["14326.470","17749.354"],["14426.010","17700.155"],["14339.744","17701.229"],["14323.428","17676.885"],["14431.553","17683.739"],["14330.072","17712.278"],["14447.409","17730.012"],["14450.353","17735.776"],["14443.001","17735.214"],["14737.917","9756.289"],["8984.891","16018.439"],["8348.054","15637.592"],["8284.765","15518.805"],["13438.752","14973.618"],["13469.866","14945.120"],["13411.850","14984.236"],["9548.571","10531.745"],["6850.393","17110.498"],["13851.147","16073.011"],["13873.867","16058.532"],["13842.709","15972.811"],["13840.524","15991.145"],["13867.876","15972.080"],["13877.920","15975.867"],["13855.524","15947.214"],["13880.576","15936.114"],["13880.669","16137.346"],["13900.168","16138.525"],["13954.605","16081.540"],["13974.244","16095.513"],["14001.342","16074.433"],["13906.830","16099.592"],["13985.316","16065.622"],["13908.464","16109.345"],["13981.368","15965.138"],["13954.482","15976.438"],["13994.961","15971.709"],["13959.187","15948.577"],["13973.771","15992.841"],["13950.046","16032.683"],["13981.440","16028.396"],["13972.268","16045.842"],["13940.394","16055.644"],["13944.057","16074.455"],["13969.677","16040.828"],["13961.753","16054.214"],["14026.119","15995.214"],["14009.759","15996.038"],["13991.984","15987.727"],["14036.643","16017.715"],["14020.114","16008.828"],["14006.840","16016.660"],["13986.129","16028.037"],["14017.746","16029.627"],["13998.490","16047.608"],["14036.359","16029.903"],["14023.835","16048.354"],["14019.627","16056.051"],["14028.283","16095.791"],["14035.120","16140.506"],["14014.114","16113.113"],["14003.675","16134.161"],["13982.062","16117.296"],["13950.878","16111.898"],["14036.564","16003.529"],["13988.130","15968.999"],["13987.379","15964.498"],["13973.561","15953.708"],["13919.628","17486.271"],["13908.608","17467.394"],["13965.121","17445.759"],["13918.345","17493.587"],["13975.335","17444.405"],["13921.273","17477.683"],["13927.901","17452.299"],["13935.516","17461.003"],["13910.681","17434.496"],["13939.792","17430.631"],["13889.858","17448.369"],["13981.042","17422.109"],["13946.585","17434.578"],["13831.893","17410.241"],["13938.978","17484.877"],["13902.119","17490.460"],["13924.570","17493.515"],["14225.826","18099.498"],["14214.872","18048.449"],["14233.244","18112.561"],["14231.912","18134.081"],["14243.326","18055.485"],["14211.320","18057.830"],["14245.497","18069.985"],["14231.632","18118.375"],["14213.622","18121.397"],["11123.547","15302.960"],["6873.627","12642.037"],["6771.746","12728.054"],["10352.826","15095.705"],["10403.418","15126.109"],["14299.978","8968.867"],["9413.797","12612.512"],["9471.228","12659.219"],["14946.165","8915.628"],["9610.173","12957.238"],["14700.244","9517.103"],["14723.836","9458.314"],["14775.649","9503.584"],["9018.766","18529.120"],["9062.581","18515.855"],["3497.519","8331.581"],["14760.363","18931.262"],["14738.209","18921.651"],["14800.955","18899.256"],["14798.225","18905.911"],["14765.330","18913.492"],["14745.084","18900.115"],["9513.248","16754.633"],["9566.294","16729.808"],["15090.974","9055.597"],["14905.860","9025.683"],["14923.725","9069.674"],["9432.078","12277.080"],["9446.612","12234.973"],["9984.017","14213.106"],["12909.212","14459.979"],["12885.600","14602.255"],["14335.140","17602.433"],["9350.217","12781.210"],["10251.097","14915.936"],["10247.995","14918.052"],["9581.305","16464.802"],["9058.738","18347.775"],["8359.360","15583.319"],["8513.622","15511.205"],["10090.571","18061.923"],["14688.738","18715.655"],["14722.932","18696.167"],["14698.343","18685.911"],["14721.731","18713.789"],["14706.304","18739.900"],["14695.465","18699.107"],["14855.200","18739.585"],["14801.433","18790.683"],["14796.466","18768.784"],["14747.831","18746.621"],["14830.463","18740.906"],["14782.009","18798.875"],["14809.887","18732.170"],["14824.164","18771.542"],["14807.453","18816.332"],["14775.364","18726.703"],["14778.062","18813.425"],["14790.923","18827.100"],["14751.417","18747.133"],["14761.795","18815.209"],["14791.779","18764.209"],["14844.196","18782.294"],["14743.856","18714.529"],["14755.467","18729.524"],["14850.106","18732.464"],["14831.010","18727.113"],["14803.560","18729.756"],["14753.642","18726.056"],["14813.757","18681.927"],["14743.083","18682.274"],["14864.240","18845.098"],["14873.632","18830.845"],["14739.245","18850.998"],["14738.192","18853.888"],["14813.686","18877.125"],["14767.041","18850.156"],["14777.140","18850.651"],["14821.284","18887.728"],["14733.439","18852.666"],["14766.021","18860.924"],["14779.327","18842.724"],["14766.909","18854.731"],["10300.206","14938.867"],["4571.976","10884.690"],["4604.346","11034.787"],["14218.516","16137.179"],["14223.452","16126.475"],["14225.451","16130.219"],["14236.427","16119.682"],["9289.124","12548.268"],["9369.325","12592.328"],["7196.949","18449.428"],["7275.222","18433.617"],["14577.046","17900.160"],["14597.194","17858.046"],["14567.588","17908.533"],["14599.036","17862.456"],["14592.227","17890.912"],["14565.384","17862.588"],["14566.223","17850.251"],["14638.735","17921.390"],["14635.775","17872.504"],["14664.870","17879.160"],["14649.821","17955.477"],["14655.495","17969.053"],["14506.455","17874.273"],["14466.455","17885.933"],["14552.442","17868.724"],["14487.294","17927.650"],["14465.140","17889.385"],["14548.001","17873.315"],["14467.311","17880.153"],["14516.357","17843.125"],["14487.656","17888.476"],["14471.044","17929.385"],["14539.827","17868.460"],["14525.534","17891.878"],["14469.728","17871.664"],["14514.657","17945.766"],["14476.318","17992.950"],["14509.657","18019.919"],["14466.779","17965.898"],["14524.328","17944.775"],["14483.095","17982.330"],["14514.312","17992.223"],["14475.299","17975.906"],["14521.976","18002.512"],["14507.947","17949.911"],["14484.476","17998.994"],["14650.954","17976.551"],["14629.951","17956.666"],["14615.000","18001.984"],["14601.793","17946.691"],["14575.708","17970.754"],["14648.800","18026.278"],["14612.204","18014.833"],["14490.907","18042.729"],["9094.715","16708.738"],["12926.883","13356.138"],["14115.813","17435.938"],["14053.017","17454.253"],["14118.642","17420.199"],["14092.672","17443.403"],["14108.626","17444.658"],["14055.221","17441.272"],["14058.379","17469.183"],["14084.234","17413.741"],["14044.547","17469.381"],["14130.471","17441.120"],["14129.879","17548.783"],["14097.363","17495.125"],["14112.149","17492.119"],["14125.636","17513.820"],["14110.784","17538.312"],["14117.363","17522.887"],["14111.475","17478.329"],["14108.086","17454.415"],["14162.840","17487.693"],["14196.359","17546.537"],["14159.090","17540.790"],["14153.662","17469.972"],["14084.722","17524.944"],["14078.209","17548.643"],["14068.900","17575.448"],["14059.229","17489.172"],["14087.140","17521.410"],["14085.545","17564.961"],["14091.515","17515.431"],["14045.808","17491.732"],["14047.617","17585.390"],["14065.676","17474.160"],["14050.758","17482.780"],["14089.435","17587.836"],["14135.159","17598.637"],["14084.682","17614.888"],["14160.932","17591.865"],["14166.359","17610.032"],["14169.484","17604.979"],["14196.916","17474.342"],["14189.992","17448.677"],["14237.738","17459.858"],["14225.024","17485.341"],["14242.771","17478.636"],["14211.867","17507.752"],["14239.005","17477.975"],["14218.807","17548.710"],["14249.827","17510.956"],["14238.774","17507.306"],["14237.788","17494.523"],["14235.896","17473.532"],["14250.320","17543.210"],["14241.570","17458.058"],["10489.950","7735.901"],["13625.122","8837.274"],["10820.618","15726.024"],["10747.549","15804.231"],["10781.752","15790.086"],["10765.809","15789.919"],["10806.029","15844.473"],["10690.640","15877.648"],["14658.367","17612.835"],["14598.597","17591.827"],["14634.880","17585.452"],["14662.774","17566.234"],["14667.231","17514.723"],["13754.409","17434.452"],["13772.436","17425.980"],["13800.281","17432.586"],["13794.557","17427.021"],["13814.126","17431.251"],["13817.992","17428.476"],["13862.066","8727.993"],["8953.954","17555.963"],["8818.203","17540.500"],["8809.520","17444.841"],["4535.828","10866.856"],["7160.742","12249.016"],["7145.753","12187.116"],["7146.955","12199.453"],["7137.450","12273.471"],["7150.617","12299.569"],["13519.696","15116.609"],["12875.247","14932.511"],["12942.152","14934.999"],["7374.575","12203.445"],["7421.391","12148.571"],["13205.050","15614.008"],["13324.755","15699.482"],["13598.120","17680.075"],["13584.715","17706.368"],["13594.863","17717.515"],["12940.120","14830.872"],["15159.386","17721.170"],["15174.550","17806.834"],["15153.498","17808.816"],["15133.498","17820.443"],["15153.991","17762.963"],["15096.902","17803.003"],["15139.354","17743.556"],["15095.011","17796.892"],["15197.017","17747.099"],["10527.443","16330.743"],["7147.178","12529.390"],["7155.474","12458.350"],["10429.837","7498.869"],["14047.119","16897.120"],["14078.268","16901.016"],["14116.549","16970.906"],["14055.916","16976.111"],["14050.504","16982.239"],["14077.741","16884.286"],["14109.912","16927.986"],["14102.807","16931.900"],["14064.008","16879.679"],["14076.935","16984.006"],["14122.725","16955.748"],["14067.445","16951.256"],["14083.597","16911.405"],["11305.736","14696.802"],["11335.082","14738.461"],["10333.872","8196.043"],["9305.870","15665.034"],["9337.618","15652.285"],["8917.033","17820.575"],["8971.619","17723.163"],["8955.920","17701.182"],["8892.588","17697.194"],["8795.793","17713.349"],["11930.163","16895.885"],["11862.739","16907.560"],["11775.980","16930.933"],["11771.333","16978.354"],["10255.168","17397.040"],["12536.021","14797.432"],["12477.629","14867.139"],["9003.251","17612.473"],["7599.573","12262.977"],["7615.002","12191.173"],["7635.773","12241.904"],["4350.800","10531.322"],["13018.970","13318.520"],["14888.115","18199.714"],["14894.595","18178.277"],["14890.467","18142.571"],["14891.158","18251.770"],["14890.599","18163.793"],["14902.967","18246.188"],["15014.478","18242.890"],["14945.810","18227.614"],["14990.859","18243.055"],["15006.896","18226.193"],["14912.833","18243.584"],["14971.600","18249.694"],["14959.182","18252.717"],["14904.919","18116.568"],["14895.988","18044.165"],["14903.833","18118.468"],["14883.997","18134.405"],["14890.461","18106.973"],["14903.833","18103.951"],["8787.107","9512.210"],["13033.938","15370.978"],["13086.857","15494.774"],["13046.926","15425.270"],["13593.784","14696.290"],["15049.633","9433.654"],["10690.220","14747.923"],["10681.303","14749.621"],["14228.466","17960.285"],["14139.638","17981.304"],["14165.476","17987.729"],["14222.269","17940.347"],["14158.421","17992.981"],["14132.434","17992.287"],["14173.684","17997.225"],["14129.934","17981.420"],["14178.355","17957.572"],["14160.411","17978.712"],["14124.292","17917.473"],["14212.516","18009.859"],["14194.490","18012.238"],["14137.286","18011.181"],["14124.391","17967.580"],["14200.838","17963.600"],["14182.648","17908.901"],["14220.859","18038.226"],["10154.501","15421.770"],["10098.625","15418.749"],["13018.291","15616.612"],["13108.377","15621.192"],["13075.569","15629.694"],["13113.021","15568.846"],["10197.815","16776.489"],["6754.201","17373.834"],["15164.056","9430.468"],["3645.781","8107.074"],["11448.744","14612.700"],["11353.641","14659.742"],["15021.226","17835.541"],["15007.756","17866.094"],["15009.138","17852.138"],["14974.894","17839.686"],["15004.976","17846.441"],["15049.828","17854.418"],["12350.609","11923.962"],["12224.300","12068.391"],["4282.711","10767.146"],["4323.334","10720.219"],["11304.481","14799.044"],["11314.296","14796.224"],["11508.479","14851.012"],["10182.964","8101.107"],["10243.207","8081.171"],["14488.326","9134.622"],["14274.121","9290.181"],["14382.507","9245.384"],["10977.571","16132.834"],["14372.074","17816.727"],["14375.084","17824.440"],["13177.336","4227.715"],["5371.807","10715.279"],["5314.276","10855.214"],["5349.491","10688.395"],["13685.583","9056.388"],["2345.996","11245.828"],["4961.996","6446.251"],["9181.187","12303.357"],["8538.933","11901.655"],["8531.827","11741.139"],["8516.715","11758.522"],["8470.871","11769.651"],["14204.195","8849.115"],["14057.450","8904.834"],["10412.595","14896.731"],["10416.455","14964.151"],["10295.792","15012.210"],["10267.504","14988.361"],["10306.112","14940.088"],["11258.200","14235.820"],["10495.110","15025.389"],["10498.121","14996.673"],["10570.358","14945.676"],["14692.107","17949.878"],["14700.808","17960.068"],["14696.054","17889.333"],["14672.749","17890.935"],["14698.522","17885.122"],["14709.558","17943.223"],["14719.130","17883.074"],["14674.591","17968.574"],["14708.012","17910.869"],["14718.423","17919.986"],["14708.176","17915.494"],["14749.247","17867.485"],["14776.878","17865.321"],["14702.569","17841.836"],["14801.977","17886.477"],["14738.128","17886.824"],["14776.500","17889.235"],["14729.296","17837.939"],["14697.043","17867.749"],["14765.415","17858.632"],["14733.474","17856.254"],["13508.930","14563.391"],["5613.095","10872.343"],["14548.313","17703.736"],["14528.823","17804.595"],["14509.563","17806.379"],["14541.800","17796.420"],["14501.077","17807.006"],["14628.837","17784.988"],["14649.972","17715.921"],["14611.534","17738.761"],["14598.261","17730.124"],["14592.998","17798.398"],["14645.580","17718.249"],["14668.590","17711.478"],["14630.811","17750.405"],["14653.491","17792.552"],["14615.169","17731.495"],["14639.857","17774.897"],["14592.095","17830.003"],["14598.756","17804.636"],["14642.325","17823.397"],["14616.651","17824.619"],["14578.822","17830.020"],["14574.990","17832.101"],["14575.812","17811.374"],["14553.329","17824.504"],["14603.137","17680.101"],["14594.009","17668.343"],["14587.101","17636.072"],["14639.469","17636.088"],["14628.384","17676.881"],["14640.736","17696.765"],["14582.446","17657.872"],["14578.104","17664.131"],["14607.150","17635.395"],["14614.831","17674.635"],["14603.334","17687.533"],["9529.575","18481.194"],["9453.256","18509.193"],["9473.861","18537.889"],["9544.155","18674.014"],["9619.709","18639.793"],["9515.114","18664.383"],["10051.541","17177.520"],["12329.148","15817.158"],["14261.974","16166.791"],["14275.326","16158.613"],["14285.524","16182.500"],["14263.726","16176.321"],["14304.074","16192.595"],["14306.162","16161.319"],["14270.839","16217.218"],["14256.960","16242.093"],["14254.714","16290.152"],["14270.894","16325.660"],["14273.446","16297.139"],["14278.754","16258.046"],["14268.665","16259.115"],["14278.300","16284.290"],["14298.268","16281.227"],["14314.727","16280.320"],["14303.524","16263.501"],["14297.178","16250.633"],["14311.995","16164.359"],["14328.341","16171.996"],["14336.221","16187.019"],["14351.045","16214.313"],["14348.547","16228.855"],["14374.504","16206.502"],["14384.556","16197.210"],["14354.697","16181.430"],["7337.338","11345.868"],["11565.571","16959.141"],["11564.746","16838.986"],["11645.100","16841.883"],["11662.862","16883.381"],["11710.271","16938.118"],["11213.778","15105.438"],["11151.381","15241.875"],["11114.558","15215.657"],["11131.951","15116.082"],["11238.948","15235.430"],["11181.455","15244.074"],["9460.817","16074.982"],["11766.393","14888.756"],["11725.767","14888.288"],["11792.909","14921.678"],["11846.518","15070.825"],["13812.409","15913.771"],["13810.279","15856.595"],["13829.945","15867.675"],["13792.401","15790.755"],["13825.601","15775.136"],["13826.219","15760.906"],["13795.964","15771.931"],["13804.683","15804.202"],["13818.214","15833.881"],["13828.102","15758.435"],["13816.402","15747.804"],["13785.411","15728.082"],["13764.668","15732.212"],["13819.144","15730.109"],["14008.028","16149.378"],["13882.926","16153.583"],["13905.266","16148.138"],["13896.729","16176.343"],["13917.650","16180.865"],["13867.872","16174.035"],["13854.436","16194.293"],["13999.285","16239.514"],["14004.043","16194.245"],["14001.669","16211.353"],["14014.885","16181.063"],["14037.711","16211.688"],["13922.340","16209.679"],["13929.149","16197.666"],["13876.187","16221.866"],["13870.080","16220.742"],["13853.602","16218.402"],["10035.991","16193.095"],["8939.952","12213.671"],["10169.555","16359.235"],["10208.271","16448.500"],["10157.611","16476.344"],["10172.705","16444.699"],["10167.111","16493.012"],["10202.506","16485.768"],["10211.011","16531.362"],["10204.969","16523.877"],["10213.151","16524.317"],["11733.689","14514.159"],["11810.387","14478.007"],["14698.651","18544.166"],["14680.099","18499.988"],["14685.000","18527.800"],["14696.957","18485.785"],["14709.211","18477.957"],["14778.159","18510.203"],["14722.452","18511.046"],["14724.426","18506.256"],["14775.265","18477.652"],["14742.896","18514.679"],["14765.133","18495.274"],["14735.314","18516.925"],["14769.903","18482.821"],["14730.314","18470.748"],["14813.768","18482.276"],["14823.653","18486.388"],["14875.936","18495.711"],["14832.302","18499.823"],["14807.565","18519.146"],["14851.134","18490.095"],["14821.627","18492.408"],["14880.410","18561.161"],["14835.377","18535.166"],["14882.795","18554.918"],["14851.989","18523.588"],["14797.022","18556.091"],["14858.765","18536.999"],["14846.890","18467.403"],["14808.058","18537.544"],["14864.917","18471.648"],["14674.379","18664.177"],["14690.481","18634.648"],["14767.030","18647.196"],["14786.109","18669.574"],["14759.694","18626.783"],["14767.244","18645.478"],["14745.385","18670.317"],["14778.856","18651.308"],["14844.760","18642.291"],["14768.560","18656.824"],["14179.130","15401.866"],["14188.115","15438.845"],["14063.623","15475.786"],["14135.727","15314.457"],["14145.023","15308.863"],["14173.950","15324.694"],["14184.895","15337.342"],["14203.332","15341.712"],["14184.295","15346.546"],["14220.435","15408.081"],["14215.545","15411.742"],["14242.220","15455.989"],["9986.817","12537.510"],["9975.418","12478.000"],["13801.854","17672.488"],["13768.663","17644.231"],["13797.479","17626.840"],["13773.893","17661.142"],["13770.127","17656.634"],["13762.890","17669.829"],["13813.630","17644.412"],["13704.671","17623.999"],["13660.904","17630.242"],["13701.677","17696.700"],["13734.786","17675.973"],["13712.384","17631.002"],["13736.348","17639.094"],["13698.075","17657.955"],["13743.733","17673.793"],["13725.904","17627.930"],["13708.898","17656.964"],["13681.426","17667.359"],["13651.705","17693.023"],["13635.899","17653.849"],["13628.696","17720.158"],["13622.805","17740.476"],["13639.236","17729.328"],["13691.160","17740.955"],["13729.976","17707.263"],["13672.821","17738.692"],["13668.397","17737.949"],["13729.745","17770.220"],["13672.311","17708.056"],["13658.134","17724.737"],["13673.084","17739.187"],["13693.265","17711.392"],["14311.649","18037.516"],["11312.172","14234.077"],["13982.774","9052.978"],["13961.884","9091.174"],["13911.144","9003.777"],["13889.780","9058.364"],["14659.194","18264.024"],["14666.440","18372.199"],["14668.134","18449.788"],["14592.131","18444.139"],["14607.888","18352.166"],["14615.716","18440.192"],["14611.917","18412.926"],["14616.358","18442.603"],["14607.032","18436.311"],["14638.907","18437.897"],["14654.105","18399.152"],["14531.192","18442.577"],["14504.893","18417.985"],["14530.550","18379.852"],["14530.962","18440.942"],["14592.952","18389.084"],["14535.962","18406.755"],["14514.958","18374.649"],["14573.906","18343.303"],["14508.248","18392.502"],["14595.172","18420.281"],["14512.689","18367.515"],["14546.225","18451.412"],["14552.689","18442.478"],["14596.784","18427.102"],["14540.896","18366.392"],["14509.547","18391.611"],["14593.997","18455.283"],["14538.651","18465.225"],["14627.056","18445.124"],["14638.141","18453.828"],["10483.725","17947.497"],["10499.768","17925.065"],["10669.823","17976.756"],["13837.827","17498.253"],["13985.516","17484.752"],["14004.739","17535.398"],["14006.992","17553.070"],["14012.798","17500.188"],["14035.758","17478.255"],["13904.093","17581.640"],["13974.668","17586.133"],["13893.221","17567.107"],["13919.817","17577.677"],["13928.090","17569.849"],["13923.205","17554.638"],["13955.705","17564.729"],["13966.346","17570.905"],["14000.293","17488.015"],["13938.451","17516.025"],["13976.330","17512.392"],["13965.096","17537.396"],["13903.961","17511.913"],["9000.581","18714.776"],["9039.123","18794.364"],["6324.679","12854.781"],["6356.939","12840.495"],["14069.927","16153.624"],["14064.543","16259.091"],["14053.352","16260.004"],["14064.306","16177.826"],["14106.408","16170.215"],["14123.244","16171.165"],["14147.566","16167.311"],["14120.828","16176.508"],["14162.319","16177.338"],["14142.599","16142.081"],["14159.890","16155.589"],["14113.992","16220.147"],["14097.063","16210.360"],["14078.362","16230.568"],["14056.873","16222.889"],["14108.153","16196.496"],["13719.696","17804.670"],["13621.588","17774.398"],["13693.282","17779.980"],["13653.347","17786.355"],["13687.673","17797.718"],["14280.843","15524.955"],["14312.647","15544.842"],["14256.071","15573.459"],["14263.813","15617.605"],["14259.639","15627.341"],["14252.168","15655.291"],["14272.825","15646.695"],["14263.867","15694.804"],["1581.028","13473.822"],["1557.498","13419.304"],["1591.035","13569.079"],["13177.226","15857.948"],["14105.966","17261.041"],["14189.272","17268.093"],["14135.637","17235.442"],["14221.738","17229.122"],["14164.437","17307.036"],["14167.299","17273.097"],["14107.956","17237.424"],["14145.127","17282.907"],["14127.134","17280.711"],["14099.058","17281.107"],["14102.693","17290.323"],["14150.308","17270.471"],["14126.065","17247.317"],["14172.535","17236.728"],["14173.620","17236.744"],["14266.157","17210.010"],["14178.143","17238.842"],["14136.992","17234.795"],["14063.738","17349.737"],["14124.445","17313.057"],["14064.659","17302.405"],["14076.468","17315.881"],["14189.969","17320.693"],["14203.094","17346.886"],["14119.706","17315.028"],["14191.647","17288.158"],["14168.094","17286.242"],["14202.848","17301.701"],["14200.496","17280.974"],["14179.032","17281.387"],["14239.706","17393.687"],["14243.949","17395.008"],["14229.821","17397.980"],["14249.394","17358.955"],["14230.808","17329.161"],["14237.124","17330.251"],["14249.213","17376.345"],["9947.810","14537.015"],["9936.735","14466.080"],["14759.501","17548.629"],["14711.426","17532.345"],["14743.054","17525.904"],["14760.504","17548.018"],["14675.784","17494.129"],["13829.231","17336.568"],["13809.001","17298.930"],["13824.182","17227.089"],["13808.886","17277.559"],["13760.577","17340.414"],["13800.067","17380.117"],["13807.008","17351.430"],["13808.932","17400.959"],["13800.051","17406.938"],["13764.590","17407.318"],["13813.554","17361.670"],["13787.107","17362.198"],["13783.209","17361.884"],["13754.475","17408.953"],["14603.882","18055.065"],["14632.434","18051.448"],["14545.921","18079.183"],["14551.661","18075.401"],["14640.703","18162.783"],["14583.433","18067.737"],["14623.746","18068.596"],["14656.295","18131.899"],["14646.213","18125.491"],["14661.410","18153.303"],["14664.108","18154.096"],["14526.619","18087.084"],["14525.303","18118.892"],["14570.747","18140.709"],["14539.514","18116.943"],["14534.925","18127.232"],["14623.971","18160.775"],["14633.996","18225.097"],["14639.753","18241.827"],["14640.213","18225.559"],["14619.062","18251.951"],["14555.946","18244.495"],["14593.759","18163.785"],["14564.696","18240.647"],["14588.002","18165.320"],["14614.252","18237.294"],["14594.219","18248.524"],["14622.032","18225.601"],["14536.999","18197.228"],["14542.459","18150.440"],["14520.568","18159.557"],["14578.446","18192.306"],["14601.867","18149.862"],["4361.750","10688.886"],["10798.676","15673.142"],["10852.463","15679.130"],["9419.668","17462.215"],["14041.878","16485.445"],["14064.183","16529.041"],["14072.483","16541.654"],["14083.774","16537.396"],["14119.862","16563.318"],["14110.165","16553.819"],["14096.637","16563.641"],["14091.646","16563.001"],["14044.703","16539.750"],["14247.282","16559.893"],["14183.926","16455.844"],["14203.530","16468.229"],["14220.785","16421.233"],["14196.642","16409.961"],["14186.770","16419.424"],["14201.372","16388.221"],["14191.405","16378.684"],["14196.350","16373.756"],["14224.296","16362.255"],["14209.188","16374.144"],["14238.637","16393.469"],["11354.970","13956.522"],["10741.272","7970.557"],["11068.301","14042.451"],["11047.167","14046.045"],["10965.284","14187.636"],["12076.410","12775.048"],["9410.069","12046.506"],["7840.782","15689.967"],["7831.291","15680.097"],["12469.376","13361.099"],["12507.539","13337.096"],["12479.516","13341.984"],["12374.882","13387.449"],["12367.020","13220.477"],["12368.232","13201.519"],["11099.688","13470.685"],["11206.103","13458.484"],["11170.179","13460.484"],["7360.810","15627.252"],["12343.674","12516.224"],["12579.330","13583.820"],["12639.240","13561.172"],["12637.184","13531.396"],["12624.332","13541.441"],["12598.036","13516.642"],["12713.201","13570.572"],["12690.940","13539.810"],["12671.334","13546.979"],["12667.188","13565.729"],["12572.919","13422.089"],["12569.884","13547.479"],["11931.824","13910.845"],["11906.656","13897.951"],["11870.163","13889.329"],["12624.575","14433.599"],["12120.969","12674.073"],["12262.463","15105.445"],["9667.091","12901.258"],["11511.923","13358.032"],["11457.309","13321.119"],["11447.110","13242.571"],["11486.580","13349.255"],["10601.618","15766.099"],["10608.848","15909.779"],["12357.151","15360.542"],["11721.492","13120.834"],["11555.876","13168.896"],["12142.230","13158.398"],["12132.682","13108.671"],["12102.383","13087.319"],["12119.421","13176.029"],["12109.432","13097.593"],["13332.968","14755.373"],["12160.405","12637.047"],["12288.337","12581.160"],["12249.722","12627.944"],["12642.476","15049.043"],["12512.655","13782.012"],["12461.258","13785.039"],["12468.742","13732.100"],["12422.670","13813.712"],["12402.049","13780.215"],["12405.755","13687.716"],["12564.835","13700.674"],["12508.452","13676.773"],["12436.456","13658.426"],["12520.037","13616.160"],["12000.085","13829.915"],["11968.129","13855.308"],["11943.033","13863.365"],["12136.356","13837.766"],["12075.666","13858.408"],["12031.739","13880.719"],["12049.348","13819.409"],["12012.289","13837.339"],["11607.245","13353.396"],["11574.778","13373.184"],["11631.159","13285.573"],["11566.451","13340.891"],["12672.485","13696.451"],["12571.242","13607.772"],["12665.359","13679.566"],["12704.173","13701.132"],["12675.073","13612.894"],["12648.019","13786.336"],["12594.145","13627.941"],["12602.095","13606.977"],["12622.885","13800.932"],["12664.701","13744.278"],["12062.103","14676.323"],["11930.979","13799.795"],["11867.740","13792.162"],["11897.960","13762.120"],["11931.941","13733.126"],["11877.698","13749.944"],["11888.413","13698.797"],["11904.097","13622.968"],["11857.055","13666.922"],["11760.381","13692.854"],["12027.965","14626.170"],["11982.741","13261.612"],["12077.123","13233.996"],["11939.323","13333.284"],["12590.367","13031.158"],["12748.443","12998.687"],["12682.591","13055.605"],["12627.324","13106.564"],["12483.782","13851.492"],["12512.839","13819.662"],["12394.035","13821.529"],["12562.570","13897.093"],["7656.433","14045.588"],["7556.367","14099.463"],["7383.926","15401.903"],["12783.261","12936.854"],["12297.240","14859.810"],["12195.991","14766.008"],["10289.307","12885.898"],["10316.240","12922.373"],["10322.003","12852.527"],["10343.316","12833.118"],["10331.817","12880.505"],["12340.383","13784.518"],["12299.134","13768.468"],["12226.940","13798.311"],["12159.548","13757.389"],["12146.121","13745.295"],["12190.485","13756.061"],["9831.555","13350.289"],["11815.140","14693.541"],["11921.674","14735.690"],["11933.677","14669.403"],["10985.889","13761.164"],["10968.381","13766.634"],["10755.492","15952.595"],["10242.726","13233.604"],["10234.067","13280.726"],["11829.387","13601.777"],["11832.297","13556.125"],["11870.546","13593.140"],["11908.413","13509.539"],["11310.744","14184.955"],["11392.092","14139.773"],["11359.654","14038.043"],["11444.263","14061.181"],["11360.187","14056.355"],["11330.994","14072.927"],["11466.657","14125.192"],["11473.142","14101.777"],["12161.716","13241.311"],["12244.343","13242.419"],["12262.705","13282.440"],["12256.313","13269.320"],["12252.873","13229.793"],["11970.136","13900.634"],["11946.239","13889.206"],["11982.492","13911.974"],["12605.131","13840.464"],["11991.386","13811.581"],["11971.255","13783.179"],["12005.805","13688.040"],["12068.167","13781.407"],["12089.555","13786.055"],["11175.493","13894.266"],["11260.120","14010.083"],["11148.757","13987.847"],["11121.083","13830.013"],["11101.620","13821.228"],["11217.436","13974.927"],["11265.751","13960.143"],["11206.158","14024.186"],["11256.691","13974.192"],["11188.385","14021.134"],["11220.262","13908.760"],["12142.879","12326.845"],["12324.041","14915.542"],["12248.899","14936.117"],["12229.912","14946.099"],["12223.542","14994.743"],["12200.683","15019.307"],["11364.551","15127.958"],["10226.109","13175.665"],["11343.378","14247.154"],["12220.328","12306.034"],["12341.874","12299.402"],["12240.536","12240.197"],["11097.149","14276.309"],["11130.762","14273.943"],["7883.861","15766.248"],["7722.274","13873.380"],["11198.628","14307.430"],["11292.730","14268.291"],["11280.338","14275.082"],["11247.556","14278.828"],["11273.272","14308.903"],["11224.519","14314.658"],["8901.180","13664.908"],["12134.333","12405.635"],["10679.148","12880.418"],["12375.747","12504.194"],["11615.183","14676.024"],["11544.432","14016.474"],["11571.399","14006.620"],["9985.711","13500.326"],["7707.335","13780.885"],["7914.455","14658.586"],["12516.247","13520.802"],["12458.465","13427.503"],["12558.534","13490.900"],["12528.254","13585.200"],["12484.070","13522.617"],["12416.857","13429.063"],["12472.376","13441.353"],["12390.319","13406.656"],["9454.074","12632.866"],["11035.506","13922.367"],["11039.629","13895.296"],["11054.222","13874.381"],["11061.791","13899.804"],["11263.939","15514.679"],["11117.596","15663.320"],["12619.020","12543.475"],["12483.554","13013.408"],["12554.454","12971.102"],["12561.081","13030.688"],["12484.223","13044.692"],["12524.540","13157.859"],["12535.354","13120.378"],["11329.590","13697.574"],["10803.612","15808.291"],["11988.332","13412.688"],["11658.389","13584.015"],["11680.268","13568.626"],["11357.287","13584.548"],["11438.134","14620.104"],["12515.294","12643.995"],["12373.052","12634.586"],["12496.748","12569.924"],["12653.768","12741.321"],["12663.099","12657.173"],["12666.880","12619.898"],["12618.833","13356.148"],["12635.337","13349.015"],["12590.699","13348.806"],["12604.376","13280.736"],["12608.493","13302.799"],["11758.698","13295.666"],["11926.675","13189.283"],["11897.113","13377.742"],["11934.437","13196.032"],["11728.791","13263.661"],["10362.522","15004.067"],["11265.112","14155.554"],["11205.474","14114.853"],["11237.090","14069.855"],["11272.425","14040.922"],["11195.507","14053.104"],["11134.445","14057.207"],["11135.602","14100.913"],["11116.610","14088.596"],["11119.652","14047.497"],["11109.695","14041.847"],["11298.847","14208.009"],["11258.049","14223.971"],["11204.679","14226.463"],["11119.048","14063.605"],["12146.447","13130.995"],["12195.741","13109.661"],["12261.286","13070.416"],["12296.516","13147.502"],["12272.001","13090.925"],["12325.022","13016.937"],["12286.474","13153.972"],["11279.108","15089.577"],["11235.075","15215.000"],["11220.855","13742.318"],["11200.322","13751.855"],["11250.815","13719.088"],["11115.238","13803.026"],["11113.361","13780.314"],["11156.703","13735.758"],["11232.421","13688.909"],["11199.991","13688.458"],["11229.508","13618.864"],["11192.065","13668.715"],["11189.861","13645.350"],["11177.844","13683.006"],["11137.980","13685.922"],["11128.124","13726.752"],["11163.060","13790.709"],["11131.811","13810.847"],["11094.221","13777.931"],["11861.535","14595.028"],["11344.237","14215.150"],["11381.944","14214.986"],["11412.267","14170.680"],["11443.137","14169.646"],["11423.761","14168.572"],["11431.803","14153.236"],["11362.142","14200.321"],["11584.402","14095.145"],["12169.461","14901.888"],["12199.775","14938.161"],["11986.728","12547.229"],["10260.798","13022.323"],["10328.172","13083.955"],["10785.935","15689.700"],["10691.892","15647.542"],["10678.008","15685.551"],["12715.762","12843.693"],["12680.238","12820.439"],["12740.199","12788.524"],["12736.200","12759.661"]] \ No newline at end of file diff --git a/src/gathering/10537.json b/src/gathering/10537.json new file mode 100644 index 0000000..21f523d --- /dev/null +++ b/src/gathering/10537.json @@ -0,0 +1 @@ +[["14014.888","14475.831"],["13809.511","13525.483"],["12737.936","13561.290"],["13727.447","14536.428"],["7593.620","12346.074"],["7725.121","12360.719"],["7686.903","12385.585"],["10662.857","15679.976"],["10574.262","15084.221"],["10587.873","15125.015"],["10619.508","15164.358"],["10656.204","15219.660"],["10640.612","15251.568"],["10483.576","15288.684"],["10469.974","15201.021"],["10500.253","15227.032"],["14175.712","17110.588"],["11331.023","13822.221"],["11347.207","13830.034"],["11368.949","13953.435"],["11491.927","13968.929"],["11456.201","13959.322"],["11505.239","14025.841"],["11461.907","14015.154"],["11374.105","14014.530"],["11442.154","14022.114"],["10217.965","13526.429"],["10203.892","13560.981"],["10158.308","13428.005"],["10135.397","13505.921"],["9756.106","12088.771"],["9732.661","12090.704"],["9672.438","12031.969"],["9828.523","11969.164"],["9623.904","12019.042"],["9894.403","15733.572"],["9966.897","15747.048"],["9932.972","15862.917"],["9954.938","15838.542"],["9976.060","15778.290"],["9760.748","12390.475"],["9826.685","12474.276"],["10904.601","15390.865"],["11050.812","15311.137"],["11047.835","15329.428"],["7393.455","12653.419"],["7450.916","12647.040"],["14268.145","15313.333"],["14254.393","15403.694"],["14378.533","15372.924"],["14378.838","15449.382"],["14359.836","15490.754"],["14342.857","15434.067"],["14342.229","15488.588"],["14304.564","15400.737"],["14308.544","15476.674"],["14324.375","15389.271"],["14258.773","15347.048"],["9984.471","15343.261"],["9933.584","15363.665"],["9894.567","15484.788"],["9910.208","15360.639"],["9928.602","15340.721"],["9923.158","15338.013"],["13361.163","14938.200"],["13288.020","14986.007"],["13317.922","15050.888"],["13220.654","15021.694"],["13379.783","14966.443"],["13403.120","15000.349"],["13588.158","12553.888"],["13410.723","12578.607"],["13580.958","12696.083"],["9988.430","15074.773"],["9895.426","15073.522"],["9855.991","12039.470"],["9930.592","11973.534"],["9850.937","11993.106"],["13701.517","12269.557"],["13785.640","12247.538"],["13744.493","14853.534"],["10950.498","14200.367"],["10982.612","14098.566"],["11013.278","14222.863"],["10893.900","14167.991"],["10905.691","14232.441"],["11036.400","14054.479"],["11020.791","14227.249"],["10938.829","14155.738"],["10906.028","14198.196"],["10479.252","13658.100"],["10462.202","13607.379"],["10559.234","13678.515"],["10539.513","13724.765"],["10504.044","13725.834"],["10505.864","13666.133"],["10605.042","13620.286"],["12802.105","15118.679"],["12795.899","15105.916"],["12799.186","15178.580"],["9696.110","14267.631"],["9788.970","14252.978"],["9780.616","14303.497"],["9796.305","14254.910"],["9780.540","14404.073"],["9756.870","14245.608"],["13355.844","12749.152"],["13367.538","12705.981"],["10365.637","13950.687"],["10356.600","13961.857"],["10316.611","13962.431"],["10350.470","13968.829"],["10339.204","13974.956"],["10261.813","13998.442"],["10318.439","13942.154"],["9901.600","15941.943"],["9915.489","15982.758"],["9957.763","15975.859"],["10005.021","16061.676"],["10026.752","16077.785"],["13375.021","14213.886"],["13350.419","14199.468"],["12471.445","14059.131"],["13388.231","14400.780"],["13406.137","14368.532"],["13214.416","14418.511"],["13363.002","14406.884"],["13219.540","14399.156"],["13224.145","14408.553"],["11299.922","14778.095"],["11296.248","14700.758"],["11102.467","14787.812"],["9548.474","12069.701"],["10651.741","14522.040"],["10632.277","14458.641"],["10659.106","14566.310"],["10553.186","14493.600"],["10484.156","14462.114"],["10476.249","14488.101"],["13863.371","15346.299"],["13833.624","15339.641"],["13873.563","15321.009"],["13925.789","15313.476"],["13924.332","15366.856"],["13930.879","15418.393"],["13906.211","15368.568"],["14018.368","15316.212"],["13980.769","15324.090"],["14012.111","15300.768"],["11912.500","12614.437"],["11879.959","12650.116"],["11902.648","12586.435"],["11921.043","12671.762"],["12683.071","14588.459"],["12754.453","14587.188"],["9822.154","13162.561"],["13201.754","12945.450"],["13249.904","12886.764"],["12418.244","13360.735"],["12488.775","13360.204"],["12394.452","13361.361"],["12457.659","13341.085"],["12421.284","13205.026"],["12497.311","13288.906"],["11303.323","13527.974"],["11252.200","13482.393"],["11256.937","13543.181"],["11267.122","13531.223"],["11286.530","13542.207"],["11302.490","13394.386"],["11290.246","13394.895"],["11213.876","13586.332"],["11140.779","13432.822"],["11099.861","13431.165"],["13318.970","15093.190"],["12590.127","12141.318"],["12673.291","12139.879"],["12770.254","14666.694"],["12669.695","14823.021"],["5316.027","15253.980"],["10946.299","14420.873"],["13209.798","14883.483"],["9424.831","17153.465"],["12302.031","12504.254"],["12309.456","12493.133"],["12353.787","12489.324"],["12287.934","12391.863"],["10041.071","15206.940"],["10157.204","15244.071"],["10153.558","15195.082"],["10242.581","15147.269"],["10225.178","15143.484"],["12610.175","13583.788"],["12622.408","13560.058"],["12606.462","13552.811"],["12622.242","13520.317"],["12599.588","13495.899"],["12580.899","13536.337"],["12686.799","13585.431"],["12683.942","13555.567"],["12722.615","13590.591"],["12594.596","13422.791"],["12667.867","13597.919"],["12745.852","13410.816"],["9841.988","17772.034"],["9847.653","17798.247"],["4992.279","14211.791"],["12550.636","13989.518"],["9734.409","12127.051"],["9711.525","12214.657"],["9677.438","12264.310"],["13200.876","14540.401"],["13203.800","14491.336"],["13397.487","14585.878"],["13381.482","14567.346"],["13361.401","14655.164"],["11931.531","13889.736"],["11923.322","13927.973"],["11919.666","13906.943"],["11899.507","13915.359"],["11880.587","13901.562"],["11906.182","13882.255"],["11857.596","13879.430"],["11817.031","13916.585"],["11793.162","13913.519"],["12572.441","14323.686"],["12669.289","14380.735"],["12634.001","14369.026"],["12684.315","14395.889"],["12586.032","14336.446"],["12623.646","14398.902"],["12641.708","14328.867"],["11650.363","14432.087"],["12553.063","15036.792"],["11947.737","12638.901"],["11987.655","12723.108"],["12106.233","12684.617"],["12134.808","12691.872"],["12109.057","12615.127"],["12024.249","12552.016"],["12411.490","15065.564"],["12413.720","15083.631"],["7373.104","13320.613"],["7444.001","13321.960"],["7321.934","13207.968"],["9861.070","15704.156"],["8137.413","13493.166"],["12228.279","15155.961"],["12202.737","15147.221"],["12272.389","15097.900"],["12273.256","15201.689"],["12233.679","15194.886"],["12253.577","15217.917"],["12256.168","15188.465"],["14145.238","15289.843"],["14224.257","15289.900"],["5168.032","14366.319"],["5188.525","14432.601"],["13909.123","14785.753"],["13983.613","14688.729"],["13400.932","12654.990"],["13319.643","12605.793"],["13232.074","12641.511"],["13511.538","12430.311"],["13431.478","12381.796"],["9735.106","12935.303"],["9636.184","12962.772"],["9648.482","12938.691"],["9657.202","12873.127"],["9664.946","12767.483"],["9640.373","12760.464"],["9469.091","12415.187"],["9476.248","12459.844"],["9510.585","12519.671"],["13739.034","13986.099"],["13818.464","13947.975"],["10383.558","14244.943"],["10298.315","14397.541"],["10339.778","14394.186"],["10412.639","14407.928"],["10397.462","14369.282"],["10426.985","14427.570"],["10428.707","14316.942"],["10265.024","14307.658"],["10296.103","14298.766"],["10298.087","14348.143"],["10279.367","14261.501"],["11410.500","13271.945"],["11404.994","13292.347"],["11461.758","13234.262"],["11452.719","13200.542"],["11472.106","13194.808"],["11472.004","13340.798"],["11421.219","13365.939"],["7238.775","12725.146"],["10380.325","14545.905"],["10352.234","14561.965"],["10339.598","14510.432"],["10320.902","14517.400"],["10277.768","14652.789"],["10252.521","14590.774"],["10400.781","14599.664"],["10379.695","14646.103"],["10595.134","15747.209"],["10660.928","15784.937"],["10628.105","15908.487"],["12524.460","12226.878"],["12516.495","12150.243"],["12528.210","12200.941"],["12537.736","12226.358"],["12469.080","12131.463"],["9670.513","14503.924"],["9625.381","14466.798"],["10695.255","13812.876"],["12838.656","12570.888"],["6425.407","13454.843"],["6413.175","13428.653"],["13102.092","13489.798"],["13033.273","13487.758"],["13088.503","13416.779"],["9056.703","13504.643"],["9017.308","13440.424"],["9029.475","13561.572"],["8915.820","13424.118"],["8934.382","13416.014"],["8782.667","13479.663"],["8924.520","13503.096"],["8882.853","13425.874"],["10313.383","17450.245"],["14468.625","15474.001"],["10453.508","13535.313"],["10251.985","13455.572"],["10343.135","13406.876"],["10267.319","13576.584"],["10372.179","13261.690"],["11694.981","13175.545"],["11585.048","13161.137"],["11517.339","13146.880"],["10057.803","13841.763"],["10129.101","13887.545"],["10105.483","13939.783"],["10117.161","13870.287"],["10237.623","13962.776"],["10156.393","13962.082"],["10203.654","13910.896"],["10225.651","13995.697"],["10126.167","13996.303"],["10176.394","13892.213"],["12894.904","12789.276"],["10516.044","13549.136"],["10483.254","13573.099"],["10592.778","13475.737"],["10624.204","13594.800"],["10580.521","13504.931"],["10601.331","13521.275"],["10601.760","13421.114"],["10597.848","13453.376"],["10649.746","13499.551"],["10468.246","13586.078"],["10546.999","13463.276"],["10522.858","13485.195"],["10640.591","13446.473"],["12790.118","12971.158"],["12795.196","13017.123"],["12804.753","13030.900"],["10645.719","13297.779"],["10596.248","13284.683"],["10558.545","13317.451"],["10654.417","13315.572"],["10648.685","13348.716"],["10583.089","13357.718"],["10546.883","13238.818"],["10483.999","13236.169"],["10464.751","13215.543"],["10607.297","13219.350"],["10486.670","13276.177"],["10592.172","13388.959"],["13424.124","13041.422"],["13593.750","12988.451"],["10794.925","16469.472"],["10858.687","16429.031"],["12091.182","13083.152"],["12120.668","13099.846"],["12132.586","13123.305"],["12137.055","13142.321"],["12102.787","13005.512"],["12040.377","13014.353"],["13255.792","13428.846"],["13258.838","14857.753"],["13391.060","14667.347"],["13225.298","14663.854"],["13231.074","14786.599"],["13379.173","14722.162"],["13163.307","14947.447"],["12209.662","12582.480"],["12190.932","12578.692"],["12195.854","12598.087"],["12233.472","12625.853"],["12335.432","12585.092"],["12253.466","12754.189"],["12267.254","12550.791"],["12209.401","12568.932"],["14080.396","12400.326"],["14188.027","12389.347"],["14120.142","12351.493"],["9722.797","14238.386"],["9699.273","14143.850"],["9229.723","11975.728"],["9368.755","12026.581"],["9328.947","11983.037"],["9237.759","12002.213"],["9221.219","12064.887"],["12359.926","13680.099"],["12367.062","13778.500"],["12380.016","13746.389"],["12391.961","13695.551"],["12434.584","13711.893"],["12444.279","13767.233"],["12413.366","13795.554"],["12483.180","13789.142"],["12487.949","13742.958"],["12528.197","13765.217"],["12531.559","13813.275"],["12436.957","13641.159"],["12451.496","13667.397"],["12481.453","13657.865"],["12507.484","13629.038"],["12476.177","13620.481"],["12529.998","13629.547"],["12544.301","13674.944"],["12528.854","13664.543"],["12514.823","13692.800"],["12488.034","13678.068"],["12548.222","13714.304"],["12528.815","13708.498"],["12561.104","13686.055"],["12436.761","13609.741"],["11982.053","13821.887"],["12014.724","13880.917"],["12049.011","13878.930"],["12090.234","13858.045"],["12123.842","13874.498"],["12009.015","13851.374"],["12119.245","13836.343"],["12145.783","13819.632"],["9352.517","13073.937"],["9354.371","13063.552"],["9388.192","13076.612"],["9325.872","12973.248"],["9397.665","12979.838"],["4827.801","14334.130"],["9787.666","15159.376"],["9778.331","15187.169"],["9812.594","15119.003"],["9817.608","15212.111"],["9816.258","15262.516"],["9785.394","15238.485"],["9784.425","15262.254"],["9813.061","15289.137"],["9818.734","15169.933"],["8547.768","12332.558"],["11724.941","13197.196"],["11540.018","13364.899"],["11556.033","13375.577"],["11591.179","13365.270"],["11626.030","13347.181"],["11649.949","13282.247"],["11636.912","13265.538"],["11626.037","13229.319"],["11646.160","13201.806"],["11679.552","13307.065"],["11633.071","13188.829"],["10068.003","16631.525"],["10254.297","15434.661"],["10354.649","15396.694"],["10277.494","15336.364"],["10296.770","15321.484"],["10316.770","15357.880"],["10284.185","15373.969"],["10317.852","15372.285"],["10268.782","15408.163"],["10306.732","15383.710"],["10254.050","15348.400"],["8140.447","12345.115"],["10709.833","15239.823"],["10700.820","15224.018"],["10790.133","15189.318"],["10763.686","15111.779"],["10795.472","15229.265"],["10853.551","15203.482"],["10674.223","15145.297"],["10881.931","15156.144"],["10690.317","15084.459"],["14005.893","15119.348"],["13913.826","15111.434"],["10306.996","14715.080"],["10343.148","14703.767"],["10386.298","14697.644"],["10334.772","14727.108"],["8722.468","15631.795"],["9860.244","12955.441"],["10019.500","12819.933"],["9953.930","12879.895"],["9977.027","12882.396"],["9954.412","12923.949"],["6240.782","13542.972"],["6170.154","13583.043"],["12651.979","13728.224"],["12649.612","13664.160"],["12627.832","13680.090"],["12668.719","13650.045"],["12701.738","13681.187"],["12669.037","13631.125"],["12685.922","13636.004"],["12669.198","13763.924"],["12650.442","13706.043"],["12705.141","13661.130"],["12686.832","13654.634"],["12574.772","13715.929"],["12614.119","13714.703"],["12618.205","13754.797"],["12590.460","13761.040"],["12577.100","13751.732"],["12584.062","13786.772"],["12634.533","13789.855"],["12638.207","13807.872"],["12668.928","13806.059"],["12679.559","13798.800"],["12713.387","13686.924"],["12742.384","13613.431"],["12736.543","13604.424"],["12122.168","14798.504"],["12109.447","14844.125"],["12114.018","14725.130"],["11942.373","14686.251"],["11943.881","14718.529"],["12138.207","14797.804"],["13625.976","12881.590"],["14469.890","15428.695"],["14499.384","15375.412"],["11891.273","13744.919"],["11921.961","13750.686"],["11917.861","13719.491"],["11929.363","13625.556"],["11889.048","13656.279"],["11830.439","13628.620"],["11828.866","13785.869"],["11779.801","13679.986"],["11781.933","13653.049"],["11765.223","13651.500"],["11747.781","13611.166"],["10695.588","15000.279"],["10717.327","14956.276"],["10751.927","15048.350"],["10755.875","15016.756"],["8301.119","12962.007"],["9055.932","11854.410"],["13668.502","14258.672"],["13673.586","14330.452"],["10727.143","15330.059"],["10728.969","15360.249"],["10881.930","15377.055"],["10792.291","15472.610"],["10750.295","15442.507"],["10759.581","15462.642"],["11153.646","13227.435"],["11147.217","13217.430"],["11184.536","13216.108"],["11201.082","13192.222"],["11182.029","13200.390"],["11275.282","13194.330"],["11118.861","13217.255"],["11118.477","13201.005"],["11141.151","13200.568"],["11094.697","13187.230"],["11215.679","13387.982"],["9787.942","12723.992"],["9695.198","12663.383"],["9770.143","12636.970"],["9740.439","12736.087"],["9659.072","12588.640"],["9662.153","12609.058"],["9989.934","13869.853"],["10014.560","14038.064"],["14224.634","15512.986"],["6616.070","13029.624"],["6616.729","12972.857"],["6568.360","13164.049"],["6609.747","13045.578"],["13211.474","13377.809"],["13331.957","13185.159"],["13346.582","13348.553"],["13403.896","13199.153"],["13108.620","14682.772"],["9961.234","16171.168"],["12135.577","14657.165"],["12122.367","14644.556"],["14626.009","16561.148"],["12038.525","13215.789"],["12113.329","13255.963"],["12099.211","13259.023"],["11965.832","13349.468"],["11955.220","13310.671"],["11963.541","13388.913"],["12024.127","13218.954"],["10397.938","16956.443"],["10419.483","16890.082"],["13005.231","13642.739"],["13108.102","13722.757"],["9008.626","12384.201"],["9007.986","12405.111"],["9062.778","12411.730"],["9086.389","12405.365"],["9080.976","12500.902"],["9007.193","12474.031"],["9104.104","12518.736"],["9157.497","12516.340"],["9174.247","12388.055"],["13238.484","14025.242"],["13381.253","13870.038"],["13206.053","13984.323"],["13361.883","13899.721"],["13249.733","13850.396"],["9756.562","15078.695"],["12614.441","13024.294"],["12771.848","13007.794"],["12743.854","13015.833"],["12730.559","13038.013"],["12704.511","13041.212"],["12630.280","13146.553"],["12689.469","13101.090"],["12728.295","13025.207"],["12769.627","13062.155"],["10037.759","13617.961"],["12424.887","13846.792"],["12451.790","13826.193"],["12502.955","13846.521"],["12513.518","13882.802"],["12486.455","13881.377"],["12380.124","13846.789"],["12411.499","13864.491"],["12453.450","13865.768"],["12560.290","13913.272"],["12415.669","14016.293"],["12394.760","13918.143"],["12540.566","13950.535"],["12504.355","13980.611"],["10937.930","16516.629"],["10929.045","16403.059"],["7795.902","12253.629"],["7822.251","12178.733"],["10967.927","14972.527"],["10933.091","14930.429"],["11034.248","15071.754"],["11012.820","15071.750"],["10932.837","15061.023"],["9541.637","12383.849"],["9560.813","12457.027"],["9512.336","12363.518"],["10899.679","15835.289"],["10904.791","15804.013"],["8818.409","12667.595"],["12880.797","13075.313"],["8910.045","12352.046"],["8911.752","12412.479"],["8882.444","12403.706"],["8977.668","12350.832"],["8858.014","12338.712"],["8793.427","12383.188"],["8828.778","12516.005"],["7232.034","13507.115"],["7276.156","13459.262"],["12782.593","12856.656"],["12867.095","12875.744"],["13940.361","15284.254"],["14040.305","15277.701"],["8269.166","12440.265"],["8204.563","12368.037"],["14561.120","17105.795"],["14496.985","17009.988"],["13528.109","13763.104"],["13428.427","13690.569"],["13443.202","13620.288"],["13556.371","13713.613"],["13427.076","13656.382"],["13911.171","12214.174"],["13892.032","12192.796"],["14010.831","12233.345"],["14020.708","12329.269"],["14032.939","12293.802"],["9809.265","17016.283"],["4626.696","14056.004"],["4737.894","14082.532"],["7878.906","12368.921"],["7898.384","12467.507"],["7854.586","12442.125"],["13027.818","14867.423"],["6622.737","12803.487"],["6473.105","12895.165"],["6610.174","12869.061"],["11453.375","13158.184"],["8445.482","12164.677"],["8550.053","12263.492"],["8533.654","12258.134"],["8459.432","12134.233"],["8390.774","12224.567"],["8373.258","12188.911"],["8557.571","12185.817"],["14058.928","15005.265"],["12223.356","14863.385"],["12190.580","14827.226"],["12230.924","14813.626"],["12265.735","14848.509"],["12352.050","14828.738"],["12303.542","14812.755"],["12288.879","14813.750"],["12184.659","14779.868"],["12172.494","14714.606"],["12255.112","14741.672"],["12229.720","14749.793"],["12149.178","14770.383"],["12152.519","14792.442"],["12221.672","14801.636"],["12269.378","14761.569"],["12258.659","14693.489"],["10319.636","12767.502"],["13388.441","13750.110"],["13295.777","13733.166"],["13265.065","13702.373"],["8174.221","13491.969"],["8173.256","13597.137"],["9108.169","12708.518"],["9159.460","12707.073"],["9075.854","12736.015"],["9154.384","12659.174"],["9138.813","12609.523"],["9142.996","12587.825"],["9271.786","13015.968"],["12361.845","14083.193"],["13069.768","14210.408"],["13182.342","14194.419"],["13051.500","14217.637"],["12998.803","14218.021"],["5381.748","15305.190"],["13370.112","12991.406"],["13267.090","13136.568"],["13242.919","13102.724"],["13219.461","13027.929"],["12342.237","13661.097"],["12347.748","13698.697"],["12309.378","13709.502"],["12328.176","13707.517"],["12289.249","13703.781"],["12265.059","13700.302"],["12256.538","13682.460"],["12276.238","13620.168"],["12258.946","13627.527"],["12230.487","13617.185"],["12173.253","13604.974"],["12155.788","13611.491"],["12149.477","13633.316"],["12162.176","13701.903"],["12178.422","13695.587"],["12147.337","13768.038"],["12178.746","13764.855"],["12221.536","13815.179"],["12245.032","13780.975"],["12289.653","13756.073"],["12317.009","13782.960"],["12336.910","13742.333"],["12271.950","13797.843"],["12307.141","13736.201"],["12162.079","13814.904"],["12202.639","13804.252"],["12231.500","13719.749"],["12326.887","13815.765"],["12184.735","13842.314"],["12157.119","13837.499"],["12200.157","13829.397"],["12243.210","13821.602"],["10914.525","14293.974"],["11051.828","14255.000"],["11066.522","14326.883"],["11013.998","14328.238"],["10973.362","14314.283"],["10975.544","14240.595"],["10932.401","14381.499"],["10914.794","14245.332"],["10891.930","14245.058"],["10962.402","14330.410"],["11000.307","14248.430"],["9895.965","13300.376"],["9884.978","13220.279"],["9900.888","13362.069"],["9868.733","13318.766"],["9892.757","13329.458"],["9830.427","13190.384"],["10442.582","14308.019"],["10447.474","14361.821"],["13099.018","13008.854"],["7428.446","12827.126"],["7480.038","12919.581"],["7482.941","12933.758"],["7502.186","12965.380"],["7449.125","13544.850"],["7361.271","13430.158"],["7463.542","13423.223"],["7366.442","13475.121"],["7337.451","13549.077"],["6191.961","13258.883"],["6229.836","13338.889"],["6176.776","13207.394"],["6131.570","13208.947"],["10185.204","17582.695"],["7211.951","13024.761"],["7235.122","13174.973"],["7208.830","12978.821"],["12186.660","14648.916"],["12893.200","12410.485"],["12868.730","12382.620"],["12796.536","12345.999"],["12825.037","12546.287"],["12947.589","12499.584"],["11752.025","14399.525"],["13153.041","4079.657"],["11764.177","14794.777"],["11049.207","13774.595"],["11027.791","13738.245"],["10967.893","13738.694"],["10920.170","13757.725"],["10984.574","13741.901"],["11022.834","13757.329"],["11041.927","13749.764"],["10987.708","13626.994"],["11009.606","13633.811"],["10946.553","13741.485"],["11035.059","13770.902"],["10977.949","13616.013"],["10903.312","13807.235"],["11090.858","13746.866"],["10932.386","13651.051"],["10902.871","13619.869"],["11578.638","14894.809"],["11600.615","14877.407"],["10378.859","13937.029"],["10419.151","13860.780"],["10323.983","13918.923"],["10369.009","13885.253"],["10288.967","13902.961"],["10436.435","14001.098"],["10451.547","14011.145"],["10317.687","13834.787"],["10333.436","13840.545"],["10416.971","13822.367"],["10381.500","13902.027"],["10383.354","13829.127"],["10295.185","13929.154"],["10443.801","13911.159"],["10268.752","13848.956"],["11001.780","15216.835"],["10153.783","13386.587"],["10109.087","13357.046"],["10149.691","13288.831"],["10102.177","13278.909"],["10164.548","13192.344"],["10178.187","13243.724"],["10051.618","13190.541"],["10092.227","13373.747"],["10184.024","13301.908"],["10064.077","13224.822"],["13873.493","14821.067"],["11209.183","13174.873"],["11185.648","13146.603"],["11237.670","13152.734"],["11270.198","13167.150"],["11891.018","13589.415"],["11787.048","13565.160"],["11780.766","13582.696"],["11770.446","13602.252"],["11771.059","13555.174"],["11843.264","13507.002"],["11822.493","13524.060"],["11794.908","13527.842"],["11767.204","13517.062"],["11863.206","13510.077"],["11865.885","13454.351"],["11850.387","13440.813"],["11830.085","13425.163"],["11806.086","13446.538"],["11821.961","13462.699"],["11887.494","13460.090"],["9600.905","12674.246"],["10203.860","16607.329"],["10236.438","16662.396"],["10150.997","16673.745"],["11473.277","14038.491"],["11438.268","14049.228"],["11368.375","14136.520"],["11332.570","14147.204"],["11339.170","14166.239"],["11386.514","14167.366"],["11378.772","14037.713"],["11442.104","14107.490"],["11326.868","14174.103"],["11496.220","14071.753"],["11484.940","14083.576"],["10839.111","14510.873"],["8652.164","13422.617"],["8679.585","13426.847"],["8731.104","13486.865"],["8698.687","13477.478"],["12302.106","13384.848"],["12188.394","13253.066"],["12176.044","13251.007"],["12239.605","13197.140"],["12274.299","13268.914"],["12273.017","13291.252"],["12298.573","13300.899"],["12290.294","13291.426"],["12322.169","13286.013"],["12326.322","13276.792"],["12301.688","13234.169"],["10752.464","13084.775"],["10691.648","13165.537"],["6929.216","12682.221"],["6898.083","12637.758"],["9761.446","15453.601"],["9757.872","15470.730"],["9686.198","15428.684"],["9648.681","15384.571"],["9758.161","15485.746"],["9789.931","15304.939"],["11739.784","15247.508"],["11869.980","15254.998"],["11876.809","15217.935"],["11841.016","15249.664"],["11948.832","13911.078"],["11971.885","13922.386"],["11938.527","13925.444"],["12075.328","13989.789"],["12115.007","13977.872"],["9684.644","13072.294"],["9736.982","13138.965"],["7155.224","12921.235"],["7195.454","12861.367"],["14765.420","17113.443"],["12619.884","13847.158"],["12587.116","13875.331"],["12602.824","13913.995"],["12632.914","13892.004"],["10895.700","15596.261"],["8658.468","13265.698"],["8665.484","13293.750"],["8669.480","13335.475"],["8677.731","13384.897"],["9746.579","13193.395"],["9767.733","13334.131"],["9821.205","13269.546"],["13021.340","12564.627"],["13076.946","12627.149"],["13069.132","12548.696"],["8985.523","15578.935"],["8843.333","15643.903"],["5326.099","14455.262"],["5374.668","14557.706"],["11959.084","13794.335"],["11977.612","13720.237"],["12042.244","13709.483"],["12070.611","13716.211"],["12088.197","13656.949"],["12052.267","13660.881"],["12121.775","13616.162"],["11948.626","13683.649"],["12129.892","13648.562"],["12128.710","13674.487"],["12141.651","13688.160"],["12052.197","13801.856"],["12075.231","13768.018"],["12103.461","13794.242"],["12104.350","13745.306"],["12105.805","13710.857"],["11300.739","13860.920"],["11275.744","13815.820"],["11142.739","13887.788"],["11126.555","13901.959"],["11119.050","13927.628"],["11123.898","13951.837"],["11205.541","13929.842"],["11195.159","13912.073"],["11096.229","14005.500"],["11261.001","13951.030"],["11181.037","14013.066"],["11214.448","13844.125"],["9885.193","14982.279"],["9942.965","14939.326"],["9944.878","14994.896"],["9890.733","15038.314"],["9886.441","14927.284"],["9951.391","14874.530"],["9886.144","14971.986"],["9882.149","14912.118"],["9903.590","15015.920"],["9919.374","15012.604"],["9970.986","15032.240"],["9851.211","14998.327"],["9914.249","15048.797"],["10440.458","13607.367"],["10273.988","13607.751"],["10287.750","13671.928"],["13831.862","14207.661"],["14006.818","14234.365"],["13981.980","14086.294"],["12310.296","11906.065"],["6327.196","13561.700"],["6296.698","13408.815"],["6308.966","13575.544"],["9062.501","15592.035"],["9034.155","15558.695"],["10612.935","13935.781"],["10615.814","14006.799"],["10607.150","13968.025"],["10475.290","13928.103"],["10508.939","13982.363"],["10463.133","13977.788"],["10469.751","13906.254"],["10492.513","13965.267"],["9390.791","12513.840"],["9299.340","12356.154"],["9255.052","12482.608"],["9364.655","12402.481"],["9322.145","12503.212"],["9244.479","12533.467"],["9147.656","12400.219"],["9257.704","12440.915"],["9306.209","12382.850"],["9803.473","17923.146"],["9729.336","17948.904"],["9749.019","17977.906"],["11978.126","12315.703"],["11985.755","12295.861"],["11997.504","12241.623"],["12130.977","12278.389"],["12145.297","12128.208"],["11146.331","16667.238"],["12277.795","15022.104"],["12305.464","14992.236"],["12249.042","14918.548"],["12295.794","14944.410"],["12227.907","14971.625"],["12190.155","15077.100"],["12179.327","15056.050"],["12158.164","15060.017"],["12280.489","14909.451"],["9588.632","13064.249"],["9461.524","13068.803"],["9532.707","13013.080"],["9525.570","13080.249"],["9563.572","13161.641"],["9583.334","13121.153"],["9499.863","13125.165"],["9497.577","12993.103"],["9610.273","13154.388"],["13840.474","14616.695"],["10173.461","12826.283"],["10122.886","12785.661"],["10180.681","12889.004"],["10119.862","12881.916"],["10176.382","12805.286"],["10822.576","13417.517"],["10870.788","13502.999"],["10798.782","13559.132"],["10746.710","13550.793"],["10792.327","13497.555"],["10786.752","13457.355"],["10748.011","13403.481"],["10821.321","13545.349"],["10825.921","13564.054"],["10770.663","13486.850"],["10752.025","13465.894"],["10841.451","13513.112"],["10861.094","13579.123"],["10880.799","13544.964"],["10692.229","13394.561"],["13436.479","12488.270"],["13447.870","12442.992"],["13000.579","13864.045"],["13077.792","13985.354"],["10940.307","13511.141"],["11009.949","13464.033"],["11037.078","13522.335"],["10898.106","13558.103"],["10904.825","13573.760"],["8895.424","12291.946"],["8913.592","12305.182"],["10247.353","14399.530"],["10241.628","14429.100"],["10238.397","14247.083"],["10202.682","14377.734"],["10214.261","14405.431"],["13046.381","12921.879"],["13191.170","12794.594"],["13001.940","12893.006"],["13118.420","12912.292"],["13687.249","14962.713"],["13673.845","14931.330"],["13781.715","14953.186"],["13679.114","15061.837"],["7984.687","12340.185"],["7940.169","12509.147"],["7978.048","12485.817"],["6445.969","13192.548"],["11475.925","15139.911"],["10220.777","13105.864"],["10086.205","13147.075"],["10230.007","13083.875"],["10206.127","13045.654"],["10184.831","13090.599"],["10180.670","13075.967"],["10108.779","13125.116"],["10172.591","13159.681"],["10468.408","14686.198"],["10464.897","14855.321"],["12865.982","13420.492"],["12844.413","13413.410"],["12809.839","13433.598"],["12822.938","13394.185"],["9906.852","12322.341"],["9903.732","12200.291"],["9958.369","12234.890"],["9881.913","12330.588"],["9309.960","12299.567"],["9245.876","12293.363"],["9289.346","12320.744"],["11538.112","15115.757"],["11549.706","15101.696"],["11690.544","15201.995"],["11709.434","15232.706"],["8927.454","12007.997"],["8918.961","12047.391"],["10636.266","14135.452"],["10509.933","14150.274"],["10463.919","14094.841"],["10516.101","14178.901"],["10515.259","14215.015"],["10527.640","14055.562"],["11318.943","14318.901"],["11304.825","14309.855"],["11309.558","14273.649"],["11304.027","14343.846"],["11400.062","14417.456"],["10896.683","14808.467"],["13375.334","12527.116"],["8721.162","12957.112"],["8626.680","12877.024"],["8705.546","12889.361"],["8649.065","12886.041"],["10786.066","13352.255"],["10728.118","13382.203"],["10765.827","13270.922"],["10838.745","13295.952"],["12228.445","12294.245"],["12212.719","12284.259"],["12174.185","12232.482"],["12203.918","12319.015"],["12299.616","12274.220"],["12267.002","12320.892"],["12297.108","12313.631"],["12260.689","12302.368"],["12343.886","12232.444"],["12296.687","12172.009"],["12250.591","12153.379"],["12217.353","12132.610"],["12333.075","12187.321"],["12285.482","12269.390"],["10054.597","14029.744"],["10241.057","14193.124"],["10656.924","15342.325"],["8897.743","15362.278"],["11445.277","14950.506"],["11322.395","14945.337"],["14280.758","17274.993"],["12670.492","14152.839"],["11174.183","14245.297"],["11114.463","14287.858"],["11187.586","14239.728"],["11099.536","14245.267"],["12186.589","12799.790"],["12247.827","12766.389"],["9880.024","16930.767"],["12526.323","12071.365"],["12565.034","12032.718"],["12486.628","11973.380"],["12407.767","12002.698"],["12452.033","11988.779"],["12401.067","11983.050"],["12361.412","11974.631"],["9787.464","13433.764"],["9754.594","13498.499"],["9772.882","13446.156"],["9651.961","13558.443"],["9689.626","13495.190"],["9675.251","13516.841"],["9669.562","13418.855"],["9769.382","13409.673"],["7397.389","12546.664"],["7464.602","12385.444"],["7439.092","12472.602"],["7487.030","12512.882"],["8688.513","12695.323"],["8667.047","12673.163"],["8688.555","12726.257"],["8696.900","12754.420"],["8621.792","12578.771"],["8592.810","12743.100"],["9752.767","16102.213"],["9789.715","16056.950"],["8753.764","15494.197"],["9348.605","16912.759"],["6464.260","13474.423"],["6527.089","13421.046"],["9940.415","17447.877"],["9978.930","17488.131"],["9897.904","17505.631"],["13410.913","13349.577"],["9548.531","17251.417"],["10121.412","14593.977"],["10097.137","14489.056"],["10200.029","14523.939"],["10059.375","14617.811"],["10076.041","14642.478"],["10097.091","14628.314"],["10048.681","14590.550"],["10177.027","14556.823"],["10201.122","14543.511"],["10122.948","14509.870"],["10116.136","14466.388"],["10092.081","14472.381"],["10076.669","14451.704"],["10249.069","14486.538"],["10734.699","14757.139"],["10813.430","14839.650"],["10798.365","14841.334"],["10813.588","14817.162"],["10825.266","14801.930"],["12398.866","14857.183"],["12376.272","14856.351"],["12463.275","14828.044"],["11918.558","14111.765"],["9742.177","15517.435"],["12221.525","12374.961"],["11927.419","13863.723"],["11907.513","13851.336"],["11926.390","13825.712"],["11885.043","13823.450"],["11817.537","13829.023"],["11844.864","13844.770"],["11740.929","13912.995"],["11589.766","14047.219"],["11554.264","14094.062"],["11519.067","14097.689"],["9698.469","12896.810"],["9687.679","12963.085"],["6605.037","13230.391"],["6476.516","13246.094"],["6667.348","13259.258"],["6480.429","13324.558"],["6548.954","13278.153"],["10814.415","14422.811"],["10803.586","14325.908"],["10758.438","14268.568"],["10845.008","14291.383"],["10774.386","14263.689"],["10873.934","14373.203"],["10812.866","14405.782"],["10722.934","14372.101"],["7228.018","13392.562"],["7243.340","13353.640"],["7204.798","13187.293"],["11076.618","13193.164"],["11043.641","13187.194"],["10994.811","13209.526"],["11003.109","13189.771"],["11011.922","13200.374"],["10911.375","13234.170"],["10926.684","13286.003"],["10997.088","13292.205"],["11020.676","13266.898"],["11039.371","13237.599"],["10976.768","13296.322"],["12598.887","15109.548"],["12569.940","15092.858"],["12737.509","15127.971"],["12683.048","15138.509"],["13049.307","14380.973"],["13058.145","14402.919"],["12418.344","14292.624"],["12392.455","14304.156"],["12431.831","14304.192"],["12449.903","15195.744"],["12383.553","15154.951"],["12427.435","15184.944"],["12454.675","15207.749"],["12474.339","15203.760"],["12510.391","15198.863"],["12424.768","15097.067"],["12537.943","15104.146"],["12539.555","15087.949"],["12555.497","15105.091"],["11207.149","14301.187"],["11141.838","14308.086"],["11175.382","14314.566"],["11145.950","14333.368"],["11177.546","14343.195"],["11213.029","14353.857"],["11233.031","14360.421"],["11223.810","14340.995"],["11255.396","14321.592"],["11283.034","14331.971"],["11130.896","14340.681"],["11225.948","14279.347"],["11107.646","14308.626"],["11146.566","14322.039"],["11288.090","14440.494"],["11240.144","14436.197"],["11275.475","14404.663"],["11157.803","14986.159"],["11176.928","15048.291"],["11212.352","14966.463"],["11193.060","14957.694"],["11262.028","15071.925"],["11132.146","15002.579"],["11129.120","15024.875"],["11939.672","12471.647"],["11990.939","12436.183"],["11977.236","12403.018"],["12050.861","12472.327"],["11997.283","12349.798"],["12017.418","12356.858"],["12017.553","12386.010"],["12142.540","12496.100"],["11975.196","12343.443"],["10088.453","13659.433"],["10065.975","13721.234"],["10117.194","13814.645"],["10196.961","13803.353"],["10221.460","13643.006"],["10151.855","13657.870"],["10173.039","13636.053"],["10118.517","13628.607"],["9501.262","13456.721"],["9639.309","13626.750"],["9608.116","13560.742"],["9532.002","13540.639"],["14313.578","15297.921"],["14409.413","15343.643"],["14407.016","15326.312"],["13187.883","15112.793"],["13145.572","15290.205"],["13193.716","15262.846"],["13749.745","13728.290"],["13700.659","13759.116"],["13622.290","13757.748"],["7837.340","16598.714"],["10672.544","12864.426"],["12941.472","13986.149"],["12942.515","14015.248"],["12881.456","13881.167"],["12875.020","13834.847"],["12520.738","12448.917"],["12529.291","12434.653"],["12365.709","12427.042"],["12373.108","12440.200"],["12381.972","12433.056"],["12510.675","12433.273"],["12446.083","12522.484"],["12461.846","12529.144"],["12412.791","12452.190"],["12536.915","12539.344"],["12522.339","12543.358"],["13198.401","15008.158"],["13148.973","15061.534"],["13153.389","14978.398"],["13058.778","14902.312"],["4950.863","14050.206"],["4863.681","14233.873"],["13674.493","12340.186"],["13638.783","12344.289"],["9030.524","11994.744"],["9035.240","12144.925"],["9204.049","12120.241"],["9124.027","12042.182"],["7409.636","13037.146"],["7370.775","13012.623"],["7361.014","13138.073"],["7459.243","13046.003"],["11532.428","14682.416"],["11639.478","14755.611"],["11669.060","14793.826"],["11544.047","14830.428"],["11577.615","14799.210"],["11678.286","14845.300"],["11705.688","14806.936"],["12670.850","12101.909"],["12693.109","12087.071"],["11528.632","13966.525"],["11515.361","13956.763"],["11610.177","13986.944"],["11650.410","13925.008"],["11714.092","13893.192"],["11702.308","13942.174"],["11678.441","13913.208"],["9985.794","13722.902"],["10002.423","13739.236"],["10031.612","13812.909"],["9977.813","13793.520"],["9851.714","13690.130"],["9867.767","13686.117"],["9922.907","13669.813"],["9926.394","13797.343"],["9922.114","13791.790"],["9882.910","13769.430"],["9966.136","13587.290"],["9843.381","13563.530"],["9830.897","13541.681"],["9901.600","13473.365"],["9898.507","13592.751"],["8373.066","12500.886"],["8431.632","12383.279"],["12131.960","14941.849"],["12088.282","14876.749"],["12112.361","14902.075"],["9841.768","12571.711"],["10003.644","12607.725"],["9907.839","12613.945"],["9955.669","12752.412"],["9872.938","12639.532"],["11070.428","13177.356"],["12577.677","15460.074"],["8684.485","11953.342"],["8661.418","11968.277"],["8642.849","12067.604"],["8652.542","12120.709"],["8731.340","12074.849"],["9019.347","15505.686"],["10010.943","13439.682"],["9935.004","13457.081"],["9908.278","13457.130"],["14584.618","17314.801"],["8516.325","12943.654"],["8494.682","12775.303"],["10807.157","14221.352"],["10692.542","14199.857"],["10769.001","14173.685"],["10718.847","14137.401"],["10679.604","14066.685"],["10676.740","14121.668"],["10749.692","14172.921"],["10736.723","14222.127"],["10835.829","14147.305"],["10858.118","14118.343"],["10878.256","14153.913"],["12256.646","14067.737"],["12315.712","14042.864"],["9798.595","15608.276"],["9624.455","15529.797"],["9767.479","15588.500"],["9803.266","15669.882"],["12349.160","13895.722"],["12333.227","13909.685"],["12147.078","13924.564"],["12272.291","13890.222"],["12288.117","13905.679"],["12274.434","13934.785"],["12219.875","13940.705"],["12178.058","14006.312"],["12197.990","14020.301"],["9716.187","11879.091"],["13613.941","15067.506"],["13536.688","15010.668"],["13551.532","15066.784"],["13429.316","13960.919"],["13594.752","13972.872"],["13463.354","13869.271"],["10106.732","12655.956"],["10224.911","12664.230"],["10219.970","12706.036"],["10214.479","12631.453"],["10109.875","12699.149"],["10074.678","12651.172"],["10058.300","12617.166"],["10244.582","12635.374"],["10200.141","12610.832"],["10214.659","12565.846"],["11110.286","15400.879"],["8141.390","12306.816"],["8343.810","12332.157"],["8309.649","12311.682"],["8324.903","12271.785"],["12563.334","14651.274"],["12477.498","14464.469"],["12565.326","13565.036"],["12446.124","13566.868"],["12487.686","13435.560"],["12450.084","13438.153"],["12383.299","13439.440"],["12429.749","13437.476"],["12419.359","13455.358"],["12462.655","13468.011"],["10448.970","15213.280"],["10438.119","15152.667"],["10373.571","15178.350"],["10317.084","15149.604"],["10281.908","15108.035"],["10310.741","15196.533"],["10291.586","15153.302"],["10300.129","15090.084"],["8358.651","12088.851"],["8500.929","12058.213"],["8531.891","12109.969"],["9437.553","12697.940"],["9454.846","12685.475"],["9540.448","12576.247"],["9589.451","12699.450"],["9534.266","12604.654"],["9515.548","12696.536"],["9506.576","12718.603"],["8065.121","12625.846"],["8021.411","12635.267"],["7982.817","12629.994"],["7963.792","12737.518"],["8004.008","12694.459"],["9615.621","12948.328"],["9887.248","13135.100"],["9937.060","12981.488"],["6702.373","13316.461"],["5351.260","15065.388"],["9872.231","14671.948"],["9873.212","14762.248"],["9939.633","14857.243"],["10002.493","14699.997"],["9868.709","14858.350"],["9911.963","14737.980"],["9967.094","14694.396"],["9935.459","14710.769"],["10022.716","14722.774"],["10219.137","12461.802"],["10072.265","12471.982"],["9858.153","15721.494"],["11071.665","14005.553"],["11069.622","13988.398"],["11037.286","13859.983"],["11021.151","13892.153"],["11078.620","13827.636"],["10905.190","13924.769"],["10903.827","13899.788"],["10919.182","13856.815"],["10894.383","13831.180"],["9475.637","12314.398"],["9423.850","12148.399"],["12900.984","14611.876"],["12813.060","14641.778"],["9369.757","12857.851"],["9345.245","12943.256"],["9315.372","12802.330"],["9228.220","12780.956"],["9225.711","12851.555"],["9222.717","12900.214"],["9317.807","12930.530"],["10218.736","14987.555"],["13896.375","15005.277"],["13869.477","14951.478"],["13836.798","15047.992"],["12143.690","15009.180"],["12103.784","14969.224"],["14814.643","15711.018"],["14745.159","15778.697"],["14774.416","15766.355"],["14682.562","15732.333"],["12641.996","12539.564"],["12634.065","12544.583"],["12592.049","12467.822"],["12578.222","12465.044"],["12724.964","12447.410"],["12758.369","12344.000"],["12395.443","13107.636"],["12377.957","13089.852"],["12427.975","12990.910"],["12439.443","13009.999"],["12476.754","13032.391"],["12413.084","13039.918"],["12530.050","12978.086"],["12534.705","13021.983"],["12467.599","13066.648"],["12441.573","13170.194"],["12427.087","13106.195"],["12469.367","13134.115"],["12522.574","13132.270"],["12559.439","13137.486"],["11309.132","13713.621"],["11391.468","13705.477"],["11410.093","13709.153"],["11423.047","13750.204"],["11423.101","13677.772"],["11337.776","13652.935"],["11352.372","13609.839"],["11308.103","13615.781"],["9262.337","12563.457"],["9367.044","12604.493"],["9283.201","12609.272"],["9399.887","12566.090"],["10519.114","12899.190"],["10551.233","12828.826"],["10644.612","12952.160"],["10670.969","12924.388"],["8830.415","13210.110"],["8779.507","13354.767"],["8917.725","13335.424"],["8858.050","13276.124"],["8953.962","13361.126"],["12852.560","13231.095"],["12879.740","13311.667"],["12792.238","13256.911"],["12845.498","13182.209"],["7952.520","16339.210"],["9834.952","17082.677"],["13888.353","13969.169"],["13528.783","15108.891"],["12958.834","14947.966"],["12966.042","14968.578"],["12900.498","15054.769"],["12856.769","14874.704"],["14697.715","15564.703"],["11966.220","13499.631"],["11979.690","13518.395"],["12017.092","13507.237"],["12041.424","13450.383"],["12018.658","13435.644"],["11981.701","13395.136"],["8297.803","16114.545"],["9656.585","13221.394"],["9670.516","13204.234"],["9662.480","13252.893"],["9653.697","13261.696"],["9712.253","13270.750"],["9702.240","13286.261"],["12833.799","14833.832"],["11440.591","14701.886"],["13183.215","14515.200"],["13163.713","14491.670"],["13024.366","14560.796"],["10624.239","13026.212"],["10472.749","13151.875"],["10506.520","13142.127"],["10487.444","13078.762"],["10493.412","13001.497"],["10586.421","13171.373"],["6381.727","13292.679"],["10703.326","14549.112"],["10738.525","14512.889"],["12555.106","14286.229"],["12527.937","14259.592"],["12534.505","14266.717"],["12497.231","14367.366"],["12535.155","14376.915"],["12426.903","12231.795"],["12394.335","12228.101"],["12396.311","12182.999"],["12446.816","12222.752"],["12421.255","12203.024"],["12416.024","12260.621"],["14158.465","14547.561"],["14173.053","14566.874"],["7624.898","12231.441"],["7597.503","12291.342"],["10328.865","12684.840"],["10353.948","12607.252"],["10326.374","12632.443"],["10290.569","12655.952"],["13103.020","13275.229"],["13184.102","13380.496"],["13130.639","13287.954"],["13040.801","13250.721"],["9735.365","15164.486"],["9757.926","15146.983"],["9651.235","15173.793"],["13156.327","15405.182"],["13089.912","15377.644"],["13131.064","15412.813"],["13141.333","15487.265"],["12988.608","15418.954"],["13177.649","15492.446"],["13429.925","14674.271"],["13608.161","14842.762"],["13594.547","14866.216"],["13609.333","14664.390"],["13480.177","14793.636"],["13518.992","14720.180"],["10696.473","14670.834"],["10710.275","14821.508"],["10720.012","14857.197"],["10708.992","14801.549"],["10229.047","15448.383"],["10080.754","15385.582"],["10077.741","15350.754"],["10160.241","15410.540"],["10156.231","15365.116"],["10148.272","15383.618"],["10173.391","15392.246"],["10218.213","15414.441"],["10191.361","15419.353"],["11526.798","13399.088"],["11536.350","13412.781"],["11521.639","13424.680"],["11661.440","13563.176"],["11654.425","13547.675"],["11649.435","13530.623"],["11664.343","13511.421"],["11687.135","13509.927"],["11698.587","13517.318"],["12901.221","13687.768"],["12867.172","13706.371"],["12901.172","13752.293"],["12823.930","13636.321"],["12800.650","13605.463"],["12923.051","13769.520"],["12978.141","13809.756"],["12935.620","13812.642"],["12827.310","13615.754"],["12898.529","13642.908"],["13139.231","15700.897"],["13177.820","15530.209"],["11374.337","13476.461"],["11306.560","13501.680"],["11293.650","13479.188"],["11320.036","13494.930"],["11356.465","13472.079"],["11353.203","13412.517"],["11335.710","13410.393"],["11321.965","13395.861"],["11305.261","13411.580"],["11327.041","13478.067"],["11326.376","13422.958"],["11332.531","13455.241"],["11385.133","13451.708"],["11478.295","13399.283"],["11504.186","13394.570"],["11494.078","13466.447"],["11481.835","13485.934"],["11445.923","13473.777"],["11511.371","13437.940"],["11452.538","13425.200"],["11486.776","13425.929"],["8478.403","12495.364"],["8554.569","12530.354"],["8510.026","12472.621"],["9847.705","15618.079"],["9894.223","15588.680"],["9960.420","15714.404"],["14402.304","16775.529"],["7838.865","13471.172"],["7861.010","13504.171"],["7881.872","13463.378"],["7918.570","13491.242"],["10056.524","16835.324"],["8486.432","12680.329"],["8382.790","12618.140"],["8407.374","12634.096"],["8394.412","12716.596"],["8507.577","12726.864"],["8371.359","12727.969"],["8289.660","12667.279"],["8188.071","12690.990"],["8200.920","12594.518"],["8354.823","12670.955"],["7982.431","12272.446"],["14083.240","14271.395"],["9604.848","15481.266"],["12342.163","14864.638"],["11355.400","14518.776"],["11465.761","14489.813"],["13261.633","15636.598"],["12320.975","11943.570"],["12191.651","12086.822"],["12174.532","11966.344"],["12234.506","11919.324"],["12209.719","11926.511"],["12269.873","14544.713"],["12248.378","14558.463"],["12186.499","14476.917"],["11319.391","14781.620"],["11422.168","14773.936"],["4880.962","14252.776"],["7848.246","16275.975"],["7877.080","16321.313"],["7930.692","16418.811"],["7901.760","16369.797"],["7849.869","16527.626"],["8797.678","13092.561"],["8786.675","13024.623"],["8844.776","13067.513"],["8874.070","13053.523"],["8869.984","12979.687"],["13878.757","12716.635"],["9046.251","12225.926"],["10622.477","14264.018"],["10492.077","14261.189"],["10530.686","14278.304"],["10485.370","14333.353"],["10497.992","14365.339"],["10477.965","14299.935"],["14706.760","17257.277"],["4566.617","14084.949"],["4539.035","14152.348"],["12420.774","12751.351"],["12410.287","12624.125"],["12363.327","12756.270"],["12437.190","12712.408"],["12557.836","12616.750"],["12517.086","12724.921"],["12379.277","12623.128"],["12455.669","12558.093"],["12482.421","12626.099"],["12458.219","12673.728"],["12498.729","12644.798"],["12534.742","12553.344"],["12549.960","12605.254"],["12565.941","12598.708"],["13989.261","15010.709"],["12643.981","12713.141"],["12680.749","12650.274"],["12679.094","12586.758"],["12657.938","12636.646"],["12653.322","12593.167"],["12642.102","12591.070"],["12592.412","12612.982"],["12620.751","12557.642"],["12582.359","13314.702"],["12631.764","13314.953"],["12617.142","13338.586"],["12590.100","13296.623"],["12690.329","13239.204"],["12634.508","13257.575"],["11876.950","13379.798"],["11732.856","13279.628"],["6412.596","14020.198"],["13687.789","14097.996"],["13782.798","14212.293"],["13717.517","14232.516"],["9159.910","12302.076"],["6231.359","13162.794"],["6194.161","13157.971"],["6188.715","13174.064"],["10351.759","15031.157"],["10406.095","15032.498"],["10423.706","15008.720"],["10400.804","15025.189"],["10350.480","15055.491"],["10380.335","14878.297"],["10294.832","15007.495"],["10433.890","14884.449"],["10320.190","15052.050"],["10315.925","15056.083"],["12111.282","14419.221"],["11950.723","14288.638"],["11996.558","14320.435"],["11290.875","14176.615"],["11251.950","14162.897"],["11219.621","14135.020"],["11184.637","14227.055"],["11270.046","14224.994"],["11294.614","14090.153"],["11210.650","14068.664"],["11177.638","14123.045"],["11175.320","14205.847"],["11184.072","14102.414"],["11147.284","14088.162"],["11245.061","14207.774"],["11270.565","14205.335"],["11237.994","14177.888"],["11291.299","14034.675"],["11102.520","14228.440"],["11146.900","14195.524"],["11218.133","14055.033"],["10654.094","15055.029"],["10466.470","14963.710"],["13579.426","14625.870"],["13430.375","14592.869"],["13439.193","14608.747"],["13414.361","14653.452"],["13547.553","14491.861"],["13569.079","14476.018"],["13512.415","14608.384"],["13548.465","14611.688"],["6410.034","13084.264"],["6340.599","13172.457"],["13752.744","15096.597"],["13803.947","15104.005"],["11220.651","14872.608"],["11200.849","14836.588"],["11229.414","14847.341"],["11223.707","14830.958"],["14497.764","15510.594"],["14541.582","15609.790"],["14534.797","15570.722"],["12146.126","13177.205"],["12175.247","13111.767"],["12229.338","13100.935"],["12290.829","13034.568"],["12264.513","13160.610"],["12270.907","13050.160"],["12205.121","13037.670"],["8663.668","12253.405"],["8714.181","12332.047"],["8592.975","12288.878"],["11700.570","13641.911"],["11681.735","13643.487"],["11692.961","13683.708"],["13637.381","15055.795"],["9562.297","12939.966"],["9459.057","12918.338"],["9509.896","12948.198"],["9466.460","12889.538"],["9445.128","12886.747"],["9504.223","12818.175"],["11229.836","15127.951"],["11221.106","15190.004"],["11194.742","15085.629"],["11140.001","15251.102"],["11117.350","15229.851"],["11152.509","15102.075"],["11126.693","15113.825"],["11223.261","15102.627"],["10765.031","13998.416"],["10712.475","13840.932"],["10840.145","13967.640"],["10868.566","13910.067"],["14648.627","16666.978"],["13446.043","12817.685"],["13528.668","12860.243"],["13460.092","12874.267"],["13430.226","12962.983"],["10431.808","14484.302"],["10435.196","14648.164"],["10326.960","14632.355"],["13544.059","14424.960"],["13605.336","14409.266"],["13559.489","14240.641"],["13586.533","14430.975"],["13658.133","14640.178"],["13625.288","14477.374"],["13640.476","14494.803"],["13797.380","14609.173"],["14450.144","15834.426"],["12746.714","13781.888"],["12747.746","13672.523"],["12744.033","13750.669"],["11281.179","13734.284"],["11270.409","13751.204"],["11237.017","13746.095"],["11123.560","13764.223"],["11141.266","13795.724"],["11155.864","13760.240"],["11226.988","13668.000"],["11251.448","13653.642"],["11096.030","13804.455"],["11093.554","13660.021"],["14608.273","15775.854"],["14494.718","15916.724"],["10137.984","13821.333"],["10211.021","13877.909"],["10229.738","13831.606"],["8750.928","12381.073"],["8516.353","12328.155"],["8613.054","12348.724"],["8860.460","12945.216"],["8812.950","12274.344"],["8872.071","12236.959"],["8842.498","12266.587"],["8967.062","12211.591"],["8959.699","12154.666"],["8960.481","12132.997"],["8813.212","12248.434"],["8885.249","12179.488"],["11852.080","14505.921"],["9342.798","13206.315"],["8737.558","12241.176"],["8704.996","12217.382"],["8767.271","12191.393"],["8621.401","12239.059"],["14118.938","15296.622"],["14155.254","15380.322"],["14190.254","15361.313"],["14182.589","15347.787"],["14094.748","15351.242"],["14120.554","15352.315"],["14238.278","15466.140"],["14225.003","15399.176"],["14197.555","15459.714"],["14227.264","15347.625"],["14246.127","15431.741"],["10029.160","12406.561"],["9917.055","12400.494"],["8620.979","13023.362"],["8675.111","13123.393"],["12809.601","12108.372"],["11486.619","14135.851"],["10193.431","14989.078"],["10152.355","15005.292"],["10127.172","14902.312"],["10090.677","14909.967"],["10062.961","14933.741"],["10083.367","14959.398"],["10113.926","14962.743"],["9120.860","12769.276"],["9159.748","12823.113"],["9135.190","12845.641"],["9046.507","12889.885"],["13685.732","13986.915"],["13646.702","13960.726"],["11636.935","14057.011"],["8817.717","15733.647"],["8858.382","15766.562"],["8870.254","15769.547"],["8850.329","15724.933"],["8859.009","15736.752"],["12193.234","14880.171"],["12159.588","14960.138"],["9985.857","15131.699"],["9936.450","15113.600"],["9869.185","15251.695"],["9931.229","15257.871"],["9865.205","15224.240"],["9855.926","15252.673"],["9844.953","15279.993"],["10026.242","15273.490"],["10018.957","15274.026"],["9975.463","15198.530"],["9982.674","15212.087"],["9971.606","15216.536"],["9964.102","15258.948"],["9963.033","15270.170"],["9942.867","15277.155"],["9993.446","15229.994"],["9971.728","15234.182"],["9870.978","15147.202"],["9890.914","15156.570"],["9836.512","15197.316"],["9899.185","15285.564"],["10035.397","15174.792"],["10291.185","12545.716"],["6299.957","12901.423"],["14176.186","14757.199"],["14155.793","14670.838"],["9615.516","13199.627"],["9618.170","13298.542"],["9594.808","13284.225"],["9565.520","13359.158"],["9607.472","13356.694"],["9422.925","13277.411"],["9554.233","13232.343"],["9434.448","13197.493"],["11760.021","14871.432"],["14382.031","15512.615"],["14358.193","15666.520"],["14338.515","15619.270"],["14330.687","15519.476"],["14294.693","15637.405"],["14447.024","15627.638"],["14287.654","15716.275"],["14372.301","15703.140"],["14369.104","15605.677"],["12038.515","12501.640"],["11958.001","12474.459"],["12077.646","12503.128"],["11945.555","12486.553"],["12094.181","12504.432"],["12020.059","12498.463"],["11936.214","12499.157"],["12023.317","12523.327"],["11960.919","12485.912"],["11974.161","12474.452"],["11943.931","12519.195"],["14686.249","15467.721"],["10349.698","14081.079"],["10333.132","14096.715"],["10371.556","14201.362"],["10427.786","14144.004"],["10419.461","14189.409"],["10399.392","14221.243"],["10395.784","14146.265"],["10387.578","14100.129"],["10398.573","14122.689"],["9122.180","17101.111"],["8036.083","16010.596"],["8070.327","16049.374"],["10080.315","16371.144"],["10020.754","14560.511"],["9982.698","14623.621"],["9986.424","14548.123"],["10036.063","14511.343"],["14853.430","17495.161"],["14785.416","17472.072"],["14732.847","17425.396"],["12944.137","12648.449"],["10332.672","13141.380"],["10349.011","13114.706"],["10340.945","13169.558"],["10344.959","13068.854"],["10369.399","13044.210"],["10359.524","13083.698"],["10459.708","14793.944"],["10682.264","15673.182"],["10678.601","15709.086"],["12592.865","12941.652"],["12579.856","12959.964"],["12769.061","12921.139"],["12765.279","12882.251"],["12724.821","12856.596"],["12733.436","12967.733"],["12656.548","12845.872"],["12650.687","12870.328"],["12674.225","12803.771"],["12686.407","12965.721"],["12651.583","12951.041"],["12755.931","12960.698"],["12764.897","12939.347"],["13446.454","13534.532"],["13445.248","13485.081"],["13469.100","13541.125"],["13598.435","13448.181"],["7633.653","12346.366"],["7714.664","12393.108"],["10654.886","15701.100"],["10616.231","15134.029"],["10615.659","15112.476"],["10575.829","15114.285"],["10618.274","15161.980"],["10623.521","15217.784"],["10662.404","15279.248"],["10655.102","15233.236"],["10661.295","15294.300"],["10670.458","15225.405"],["10499.069","15249.757"],["10473.751","15096.774"],["14191.057","17032.828"],["10245.762","13570.823"],["10189.069","13476.825"],["10043.509","13426.396"],["10250.170","13432.932"],["10202.818","13462.584"],["10200.191","13604.089"],["10169.493","13441.604"],["10141.865","13529.635"],["10167.509","13515.423"],["10110.343","13414.348"],["9691.696","12115.308"],["9687.686","12093.079"],["9978.768","15738.666"],["9969.780","15851.195"],["9749.317","12409.426"],["11009.493","15306.808"],["7407.015","12724.442"],["14279.953","15376.014"],["14269.835","15391.970"],["14298.187","15376.829"],["14311.640","15500.051"],["14297.409","15436.377"],["14291.513","15472.486"],["14345.748","15468.482"],["14339.475","15363.576"],["14261.004","15483.482"],["14441.357","15474.446"],["14350.842","15358.690"],["9883.854","15311.892"],["9887.033","15297.412"],["9986.902","15330.260"],["9865.730","15494.301"],["9890.181","15299.764"],["9922.072","15330.598"],["13558.760","12703.342"],["9976.897","15051.206"],["10029.099","15065.150"],["10023.310","15045.329"],["9977.475","15018.849"],["9870.965","15078.600"],["9884.675","12014.796"],["9883.570","12032.925"],["9870.756","11940.009"],["9898.174","11983.310"],["9975.668","12064.820"],["6714.030","12971.497"],["13718.204","14834.596"],["13729.303","14819.651"],["13638.486","14871.471"],["9671.283","14292.679"],["9751.009","14376.514"],["9740.316","14262.428"],["9789.325","14343.430"],["9803.371","14323.182"],["9775.299","14418.764"],["10354.518","13940.893"],["10282.665","13981.048"],["10259.043","13946.249"],["10315.043","13986.375"],["14020.293","13752.655"],["9952.211","16069.417"],["9959.742","16131.993"],["9891.699","16090.030"],["9885.643","15943.449"],["9923.361","15956.371"],["9920.646","16004.501"],["9975.792","15987.432"],["9966.988","16037.370"],["9831.072","15980.831"],["13273.607","14172.023"],["12384.442","14232.602"],["12409.503","14229.383"],["12433.798","14097.392"],["12372.114","14201.492"],["12388.712","14172.598"],["12449.147","14055.155"],["13296.756","14357.628"],["11127.994","14810.619"],["9617.079","12040.875"],["9587.213","11986.160"],["9550.216","12021.078"],["10653.496","14618.299"],["10649.529","14656.995"],["10512.757","14485.731"],["10563.315","14660.978"],["10511.729","14640.436"],["10554.943","14603.024"],["14128.553","12881.091"],["13912.099","15345.022"],["13902.773","15326.593"],["13913.671","15395.646"],["13948.764","15317.615"],["13835.620","15417.782"],["14014.979","15374.016"],["13840.384","15312.577"],["13949.087","15302.921"],["12718.186","14468.445"],["12688.242","14601.871"],["12776.488","14598.519"],["9750.746","13060.891"],["11120.470","13399.258"],["11197.651","13508.550"],["7341.388","15640.507"],["7342.558","15670.345"],["7304.765","15687.361"],["12752.107","12290.396"],["12608.713","12211.555"],["12692.535","12131.503"],["12772.543","12156.807"],["7227.032","13612.240"],["5302.772","15255.949"],["5390.893","15278.823"],["10509.608","16918.256"],["9420.547","17062.602"],["9441.884","17017.992"],["9589.399","17016.895"],["14564.188","16650.137"],["14472.880","16728.369"],["10091.578","15239.092"],["10247.354","15238.220"],["12721.023","13445.597"],["9175.913","16477.530"],["12683.884","13830.742"],["9811.731","12155.413"],["9742.801","12182.991"],["9622.686","12260.994"],["13352.924","14612.968"],["13375.326","14527.138"],["13375.957","14611.687"],["12576.573","14414.731"],["12642.673","14382.277"],["12634.468","14437.027"],["12694.143","14384.045"],["12685.550","14406.221"],["12683.627","14363.299"],["12718.504","14330.346"],["8809.376","16416.451"],["7340.626","13253.428"],["7376.226","13232.075"],["7366.218","13219.750"],["7417.570","13358.856"],["7396.107","13288.880"],["7344.695","13363.805"],["14287.456","15287.659"],["14286.176","15254.156"],["14307.887","15265.369"],["14436.260","15281.591"],["9819.571","13667.889"],["9801.599","13698.504"],["8002.911","13569.420"],["7993.117","13577.672"],["8137.550","13409.453"],["14124.464","15266.102"],["14106.261","15284.388"],["14203.543","15292.319"],["5256.302","15494.622"],["5160.283","14402.451"],["13905.632","14812.768"],["13367.761","12626.377"],["13385.762","12610.485"],["13307.994","12605.476"],["13206.801","12614.157"],["13392.722","12595.558"],["13494.157","12401.042"],["8356.538","13079.273"],["9707.954","12850.964"],["9758.681","12963.055"],["9630.163","12871.525"],["9666.965","12821.044"],["9732.511","12779.704"],["9471.726","12536.758"],["10256.506","14353.001"],["10309.024","14376.869"],["10291.942","14421.819"],["10308.828","14446.057"],["10345.314","14355.196"],["10383.607","14442.223"],["10430.917","14362.197"],["10388.925","14288.300"],["10296.730","14247.289"],["10362.090","14336.041"],["10266.538","14254.267"],["10436.079","14261.903"],["10357.291","14245.484"],["7229.777","12737.488"],["10285.374","14461.772"],["10324.662","14492.826"],["10294.569","14481.002"],["10294.665","14638.746"],["10268.360","14625.539"],["10380.139","14599.070"],["10291.919","14599.622"],["10586.726","15777.692"],["10632.856","15723.403"],["10665.456","15731.261"],["10650.290","15762.253"],["12495.311","12207.357"],["9632.441","14505.002"],["9659.740","14517.475"],["9769.834","14454.758"],["13636.887","12424.148"],["13146.423","13433.460"],["14100.957","13399.135"],["14140.845","13546.542"],["9034.473","13494.497"],["9026.827","13462.910"],["8987.744","13454.329"],["6466.698","14093.131"],["7930.645","12554.633"],["13633.461","12612.913"],["10275.825","13506.720"],["10258.781","13402.311"],["13608.200","13793.871"],["10324.414","13376.511"],["10058.536","13852.446"],["10042.754","13831.011"],["10131.652","13836.973"],["10102.162","13856.461"],["10154.184","13865.547"],["10085.993","13965.613"],["10112.029","13911.542"],["10243.404","14022.757"],["10212.486","14025.577"],["10236.083","13939.756"],["10181.598","13975.768"],["10250.819","13979.695"],["10194.675","13941.736"],["10208.549","13980.520"],["12919.220","12759.033"],["12883.126","12953.099"],["12826.507","13013.460"],["12825.752","12976.469"],["6181.677","13646.264"],["10808.292","16480.860"],["10858.834","16552.967"],["5387.990","14430.093"],["8536.460","16083.340"],["9669.766","14128.949"],["9256.847","11972.509"],["9351.179","12020.580"],["12090.502","13904.145"],["9339.442","13132.351"],["9344.343","13087.814"],["9375.971","13023.928"],["9241.424","13039.920"],["6280.880","13619.949"],["14055.366","13256.905"],["9768.031","15292.850"],["9817.502","15155.277"],["9799.919","15171.511"],["10118.622","16575.107"],["10248.673","16753.052"],["10352.691","15373.821"],["10320.027","15422.953"],["10442.179","15392.495"],["10413.448","15391.549"],["9973.633","17261.545"],["8068.627","12406.585"],["8062.618","12356.973"],["8087.799","12433.240"],["10692.002","15152.047"],["10697.587","15252.619"],["10714.406","15185.256"],["10822.027","15129.014"],["10780.051","15106.428"],["13980.954","15103.904"],["10312.753","14715.840"],["10408.329","14731.892"],["10315.362","14746.187"],["8664.191","15674.431"],["9939.862","12835.942"],["9924.888","12790.316"],["9933.573","12905.435"],["9980.463","12941.167"],["9928.508","12958.020"],["6231.337","13550.315"],["12741.489","13636.281"],["14515.484","15365.440"],["10738.607","15013.173"],["10697.545","14981.187"],["10701.640","14873.233"],["10775.579","14989.539"],["10811.105","14993.205"],["8267.946","12909.753"],["8268.515","12884.144"],["8296.196","12836.397"],["13800.760","14327.909"],["10677.538","15317.822"],["10823.713","15370.204"],["10841.219","15409.027"],["10824.150","15343.459"],["7234.374","15714.063"],["7269.624","15678.150"],["10373.123","16698.087"],["10069.065","17681.925"],["9783.419","12750.319"],["9780.761","12619.971"],["9663.975","12683.437"],["9697.067","12719.770"],["9738.209","12558.475"],["5195.499","15412.469"],["10015.148","13836.707"],["9956.502","13851.615"],["14240.372","15540.534"],["6499.884","13120.081"],["6468.556","13063.239"],["13387.976","13301.398"],["13274.957","13374.398"],["13469.033","13823.108"],["13449.111","13851.732"],["10298.993","16898.581"],["10368.586","16986.019"],["10446.730","16941.740"],["10428.680","16922.235"],["10434.326","16868.703"],["13153.635","13665.871"],["9095.850","12434.631"],["9031.025","12453.585"],["9051.401","12523.382"],["9067.711","12367.727"],["9164.060","12432.916"],["13258.285","13873.352"],["5924.400","13686.171"],["5994.513","13784.505"],["9804.431","15072.357"],["9771.756","15075.235"],["12743.914","13101.235"],["12678.109","13140.138"],["12764.435","13127.963"],["12465.272","13914.483"],["12490.044","13913.981"],["12428.436","13919.198"],["12539.948","13974.281"],["12564.470","13963.220"],["12432.978","14002.128"],["10946.167","14980.371"],["10965.288","14932.581"],["11076.395","14995.045"],["10985.943","15082.612"],["9495.642","12393.778"],["10903.194","15851.143"],["8814.511","12668.504"],["13155.391","12640.564"],["12955.103","13051.483"],["12955.624","12977.447"],["12959.578","13026.226"],["12978.596","13093.045"],["12951.408","13070.685"],["12911.792","13027.702"],["12875.421","13104.574"],["8968.071","12402.039"],["8970.088","12451.709"],["8864.535","12338.387"],["8790.779","12383.519"],["8771.200","12452.401"],["7206.536","13406.355"],["7232.750","13449.678"],["7303.047","13504.173"],["7292.566","13464.761"],["7212.685","13511.049"],["12859.584","12806.546"],["12816.130","12953.264"],["13848.607","15084.654"],["13887.809","15085.823"],["8327.120","12467.867"],["8212.540","12514.429"],["8148.873","12498.260"],["14647.286","17197.211"],["14465.008","17122.076"],["13430.500","13747.117"],["13935.801","12174.379"],["14583.829","15975.932"],["9688.899","17177.125"],["4733.004","14170.031"],["4610.108","14210.541"],["7883.777","12492.519"],["7746.105","12377.566"],["6583.478","12839.887"],["8368.054","12234.112"],["8481.856","12169.858"],["8463.915","12188.034"],["8367.985","12142.995"],["8419.425","12245.987"],["8418.044","12214.030"],["14057.948","15015.799"],["10270.597","12937.237"],["13401.697","13677.962"],["8190.091","13475.865"],["8185.816","13429.216"],["8276.762","13598.889"],["8212.419","13415.876"],["8264.585","13595.100"],["8247.737","13595.417"],["8235.976","13601.983"],["9140.498","12684.568"],["9166.132","12552.554"],["9108.951","12583.419"],["9086.973","12566.442"],["13184.982","14128.559"],["5311.391","15353.051"],["5316.957","15385.239"],["5240.750","15381.011"],["5248.855","15353.363"],["5200.356","15374.053"],["5311.297","15297.943"],["5280.525","15337.236"],["5242.841","15473.571"],["12229.022","13880.472"],["12212.307","13887.407"],["9933.389","13383.510"],["10003.856","13204.460"],["10007.738","13184.692"],["9861.668","13250.056"],["9925.822","13311.962"],["9939.901","13301.954"],["10439.741","14344.420"],["13015.437","13128.694"],["13018.160","13089.568"],["13020.576","13010.162"],["7479.829","12835.781"],["7425.000","12940.607"],["7395.942","12964.428"],["7337.712","12959.335"],["7328.454","13586.460"],["7444.203","13420.504"],["6235.198","13295.536"],["6149.941","13229.653"],["6238.579","13226.915"],["6142.394","13258.281"],["6115.559","13227.152"],["9734.823","16925.204"],["9689.493","16938.073"],["7278.599","13145.984"],["12883.816","12509.132"],["12862.595","12349.904"],["12841.829","12400.844"],["12927.095","12510.423"],["10111.568","14818.301"],["10047.002","14854.222"],["10207.358","14777.046"],["10119.250","14869.236"],["10222.037","14755.072"],["10220.894","14746.472"],["10215.019","14801.770"],["10228.668","14782.987"],["10220.407","14772.752"],["10204.755","14795.428"],["10104.549","16292.852"],["11688.497","15059.429"],["11582.485","14994.224"],["10290.405","13817.425"],["10419.898","13905.478"],["10322.430","13890.257"],["10362.298","13927.433"],["10362.776","13818.270"],["10383.758","13850.424"],["10439.768","13848.736"],["10460.841","13937.520"],["11024.344","15093.139"],["10907.732","15134.721"],["10919.869","15158.494"],["11040.664","15276.645"],["10916.150","15254.631"],["7883.012","16351.133"],["10108.286","13322.866"],["10049.578","13248.471"],["10105.284","16736.933"],["10167.733","16726.334"],["10447.266","14035.454"],["10455.588","14113.486"],["10461.829","14179.579"],["10776.941","14608.172"],["10774.732","14639.583"],["10819.779","14565.677"],["8651.905","13455.782"],["8745.797","13594.832"],["8757.755","13578.082"],["12207.798","12118.767"],["12328.653","12064.220"],["12230.571","12110.319"],["7085.447","12571.380"],["7005.155","12582.927"],["6901.976","12617.573"],["9826.862","15299.865"],["9733.093","15468.785"],["9751.759","15432.501"],["9808.433","15455.558"],["9658.221","15388.766"],["9809.755","15501.910"],["11750.434","15259.860"],["11735.273","15188.343"],["11812.244","15210.648"],["11789.728","15198.246"],["11846.620","15231.470"],["9644.545","13023.675"],["9663.821","13146.216"],["9685.927","13127.124"],["7242.108","12820.662"],["7229.812","12910.054"],["12954.459","14046.466"],["8654.792","13379.880"],["8734.487","13305.112"],["8690.187","13312.552"],["8678.574","13248.935"],["8626.753","13186.872"],["9732.672","13310.854"],["9756.929","13306.299"],["13170.422","12746.557"],["13183.573","12693.585"],["8884.316","15617.350"],["9876.999","15036.133"],["9941.119","14951.066"],["9924.138","14893.549"],["9858.560","14916.773"],["9913.826","15066.589"],["9861.444","14953.592"],["9871.850","14876.103"],["9856.621","14965.974"],["9961.052","15057.145"],["9967.993","15006.774"],["9918.641","14971.391"],["9943.652","14978.660"],["9864.714","14993.536"],["10298.765","13696.246"],["10285.010","13795.889"],["10307.745","13791.792"],["10354.356","13800.716"],["13954.160","14233.390"],["13859.047","14215.712"],["12350.535","11912.426"],["12295.492","11899.331"],["6308.501","13452.911"],["6383.471","13454.218"],["9863.842","11812.849"],["9131.107","15520.981"],["9178.117","15560.941"],["10469.218","13958.790"],["10493.462","13994.313"],["9219.332","12385.912"],["9278.188","12465.076"],["9216.881","12405.594"],["9384.383","12456.095"],["11146.456","16682.268"],["11230.953","16609.325"],["9543.679","12995.210"],["9564.014","13075.203"],["9612.127","13054.936"],["9535.570","13061.999"],["9474.649","13092.585"],["9456.787","12995.806"],["9419.820","13134.168"],["9587.029","13178.091"],["9523.909","13128.518"],["9584.189","13139.468"],["9521.590","12984.333"],["9612.361","13096.758"],["9418.339","12991.729"],["10068.452","12894.427"],["10238.045","12824.503"],["10207.166","12895.577"],["13419.559","12420.831"],["13425.138","12451.564"],["9350.133","17296.998"],["13134.417","13948.078"],["13182.091","13906.629"],["8337.297","12072.466"],["8789.795","12269.556"],["8803.551","12321.857"],["8843.515","12325.570"],["8778.189","12274.911"],["8902.430","12319.807"],["8982.299","12330.608"],["10135.429","14369.080"],["10113.239","14430.354"],["9294.051","11747.497"],["13053.441","12906.547"],["13948.390","12997.067"],["13754.322","14939.313"],["13710.877","15071.017"],["8017.277","12341.375"],["7958.985","12459.557"],["8006.765","12490.986"],["6405.603","13224.829"],["6317.606","13194.892"],["6325.291","13228.130"],["10228.311","13037.722"],["10190.841","12982.957"],["10077.381","13065.909"],["10149.354","13055.868"],["10139.601","12980.987"],["10149.925","13023.322"],["10072.891","13176.609"],["10203.192","13131.693"],["10534.486","14807.259"],["10657.791","14867.849"],["10482.267","14767.497"],["10663.837","14839.718"],["10529.614","14718.636"],["10518.052","14867.993"],["10524.873","14844.261"],["10515.348","14833.581"],["12856.286","13446.095"],["12780.491","13586.449"],["9867.127","12313.499"],["9964.094","12191.290"],["9960.610","12213.368"],["11586.297","15111.444"],["11601.201","15094.807"],["11692.248","15234.062"],["8932.426","12052.455"],["8827.525","12106.908"],["8793.426","12110.983"],["9005.401","16780.137"],["10521.872","14131.712"],["10489.718","14212.907"],["10491.284","14231.209"],["10504.515","14196.655"],["10491.284","14231.209"],["8231.373","15743.156"],["8205.806","15858.212"],["12965.274","14410.639"],["12970.759","14368.310"],["12977.554","14416.583"],["9777.241","15859.739"],["11092.583","14765.978"],["13404.536","12527.852"],["8743.702","12960.007"],["8681.368","12830.335"],["8626.678","12821.821"],["8697.212","12794.668"],["8915.181","16245.628"],["9084.470","17345.323"],["12905.730","15454.337"],["10211.670","14218.380"],["10119.868","14079.854"],["10161.432","14160.088"],["10195.272","14112.060"],["10086.256","14041.116"],["10657.504","15322.117"],["10555.671","15445.368"],["10566.432","15473.347"],["10582.311","15445.926"],["10535.129","15458.685"],["10582.124","15506.214"],["10490.011","15319.643"],["8941.074","15372.721"],["8779.372","15402.924"],["9935.122","16927.339"],["12534.950","12092.448"],["12490.039","12007.220"],["12364.632","12031.847"],["12446.420","11974.340"],["12388.768","11988.967"],["12415.619","11949.581"],["9729.069","13482.350"],["9634.796","13510.908"],["9740.259","13523.151"],["9642.377","13456.531"],["9741.240","13440.540"],["9702.810","13411.076"],["7414.544","12534.504"],["8649.915","12752.175"],["8583.965","12645.746"],["8671.210","12695.847"],["8647.651","12620.515"],["8613.876","12586.119"],["8578.026","12575.518"],["8602.044","12676.337"],["9678.354","15452.004"],["9660.779","16052.092"],["10175.777","14645.258"],["10123.163","14486.215"],["10153.918","14624.560"],["10234.493","14656.443"],["10146.505","14486.811"],["10053.662","14553.674"],["10067.299","14590.513"],["10078.352","14524.634"],["10214.306","14599.383"],["10202.389","14572.941"],["10210.332","14483.931"],["10115.421","14651.469"],["10115.577","14457.239"],["10045.737","14523.533"],["10221.709","14457.518"],["10749.222","14754.051"],["10724.025","14780.228"],["10835.929","14813.675"],["10859.180","14805.717"],["10798.802","14810.919"],["9681.320","12914.346"],["12363.246","12052.235"],["6489.509","13300.099"],["6592.251","13327.032"],["6640.320","13400.095"],["6596.221","13341.234"],["6643.174","13361.237"],["7281.970","13286.385"],["7248.313","13331.786"],["8283.146","12770.675"],["8286.528","12801.729"],["13026.356","14310.950"],["13102.834","14316.256"],["12432.681","14313.558"],["13062.568","12507.647"],["11236.974","14956.802"],["11224.425","14929.387"],["11128.511","15058.401"],["11143.495","15007.947"],["5423.751","14567.540"],["10153.700","13689.078"],["10060.909","13721.878"],["10184.615","13811.024"],["10225.210","13676.252"],["10140.260","13698.663"],["10180.687","13613.015"],["9529.569","13409.681"],["9502.026","13371.029"],["9631.139","13419.723"],["9552.824","13513.009"],["14162.464","12602.662"],["13816.791","13765.558"],["13688.977","13642.985"],["12782.913","13818.904"],["12947.831","13827.575"],["12975.665","13939.571"],["12874.125","13911.371"],["12909.939","13951.658"],["9397.912","12170.461"],["9255.590","12197.880"],["8480.544","12821.345"],["8452.850","12890.282"],["4879.273","14100.114"],["4925.634","14120.891"],["9003.514","11987.370"],["9050.470","12090.867"],["9109.937","12050.655"],["7350.694","13080.882"],["7397.066","13087.257"],["7369.958","13178.762"],["7321.157","13115.094"],["7475.526","13038.505"],["7451.899","13070.347"],["7419.951","13006.007"],["9885.781","13636.934"],["9866.943","13612.492"],["10003.344","13652.167"],["10009.084","13738.691"],["10021.612","13759.763"],["9844.880","13662.387"],["9863.310","13655.779"],["9846.045","13611.458"],["9931.026","13759.968"],["9917.938","13553.271"],["9875.295","13516.967"],["9921.271","13579.135"],["9905.858","13560.082"],["9869.368","13547.263"],["9883.771","13516.982"],["9855.449","13485.669"],["8386.899","12468.846"],["9863.035","12593.775"],["9948.469","12604.044"],["9908.612","12717.496"],["9854.698","12646.575"],["9991.866","12703.129"],["9927.055","12619.715"],["14141.316","13117.566"],["12576.021","15444.980"],["12763.984","15356.131"],["8776.001","12005.329"],["8612.043","12055.680"],["8671.816","12101.470"],["8710.896","12088.887"],["8711.971","11982.961"],["9149.970","15431.710"],["10002.664","13511.307"],["9962.913","13411.851"],["9924.374","13419.104"],["9949.621","13489.033"],["9931.287","13437.857"],["14636.510","17326.558"],["12272.268","14033.872"],["12341.455","14161.990"],["9755.537","15548.852"],["9786.834","15697.745"],["9744.081","15615.941"],["9762.932","15669.793"],["9765.473","15602.348"],["12290.393","14018.480"],["12272.022","14013.542"],["9723.926","11858.951"],["9680.699","11870.408"],["9661.156","11909.704"],["9375.760","17003.704"],["13542.218","14967.263"],["13506.980","14889.501"],["13409.497","13952.909"],["13617.369","13875.856"],["9430.683","11754.317"],["9467.307","11739.012"],["10160.462","12737.975"],["10122.391","12673.270"],["10170.483","12613.699"],["10172.831","12694.149"],["10202.994","12756.120"],["10215.740","12683.717"],["10244.787","12584.412"],["10109.084","12638.624"],["10204.434","12626.043"],["10244.533","12661.931"],["12543.088","14013.377"],["6846.653","12652.039"],["8344.765","12310.289"],["8341.221","12151.171"],["8193.679","12324.438"],["10435.351","15191.224"],["10359.257","15101.435"],["10352.044","15116.380"],["10377.419","15084.924"],["10369.440","15092.334"],["10335.605","15137.111"],["10282.340","15222.521"],["10284.209","15140.259"],["10327.132","15131.263"],["10358.830","15084.307"],["10390.558","15140.464"],["10391.266","15146.342"],["10408.420","15135.005"],["10290.159","15093.640"],["14589.416","16966.178"],["8491.751","12097.817"],["8444.990","12096.451"],["8555.288","12053.525"],["9485.549","12715.715"],["8056.999","12647.060"],["7951.207","12655.062"],["7940.985","12572.081"],["10359.836","17145.381"],["10344.883","17034.886"],["10415.679","17049.757"],["10437.645","17077.796"],["10452.996","17159.567"],["9580.796","12836.550"],["9613.689","12800.269"],["9900.723","13107.846"],["9863.049","13013.418"],["10027.136","13128.430"],["9892.416","14807.125"],["9909.651","14684.537"],["10003.066","14813.490"],["9971.079","14774.662"],["10023.327","14687.703"],["9879.841","14782.651"],["9959.884","14744.906"],["10022.118","14695.681"],["10034.348","14675.591"],["10028.021","14683.209"],["9994.752","14751.890"],["10017.354","14769.443"],["10154.937","12502.979"],["10048.221","12384.196"],["10061.313","12404.399"],["10069.683","12491.490"],["10122.993","12477.331"],["10145.341","12477.329"],["10235.214","12516.815"],["9873.124","15743.388"],["9582.368","12202.761"],["9550.885","12196.507"],["9426.097","12161.690"],["9530.994","12322.668"],["9555.052","12310.164"],["9487.048","12141.908"],["9517.951","12184.111"],["9463.786","12244.355"],["11232.834","15623.845"],["12971.684","14453.189"],["12885.798","14620.328"],["12827.253","14635.788"],["12782.754","14576.504"],["12952.341","14487.486"],["12901.360","14487.843"],["12838.912","14510.132"],["12851.169","14522.776"],["9283.688","12824.248"],["9327.307","12828.404"],["9279.677","12753.537"],["9245.895","12801.667"],["10251.078","14956.998"],["10246.818","14894.795"],["10249.733","14962.731"],["10250.002","14898.939"],["13880.382","14968.110"],["13921.230","14941.447"],["13943.108","14976.594"],["13864.378","15023.302"],["14752.080","15864.277"],["14842.163","15723.977"],["14765.040","15790.033"],["14683.848","15793.655"],["10311.501","14909.040"],["10263.438","14905.952"],["10337.251","14909.519"],["12964.236","12335.968"],["12836.865","12129.831"],["12861.681","12161.501"],["12832.410","12172.868"],["12839.649","12224.201"],["12914.336","12236.081"],["12712.807","12353.563"],["9613.051","15513.853"],["9353.688","12666.263"],["9365.354","12587.851"],["9312.520","12614.261"],["9268.720","12710.347"],["9205.512","12614.250"],["9223.950","12590.864"],["9302.092","12656.524"],["13911.395","13326.145"],["8859.664","13355.127"],["8987.677","13392.157"],["8899.776","13281.528"],["12795.516","13352.687"],["12825.500","13234.183"],["12915.124","13369.056"],["12831.587","13254.037"],["9910.787","17020.973"],["9931.441","17136.845"],["9858.498","17005.924"],["10681.129","15754.840"],["13920.551","13856.286"],["14700.137","15596.310"],["10144.630","14673.261"],["10095.733","14715.409"],["10141.440","14701.782"],["10048.229","14675.716"],["10240.513","14713.639"],["10232.405","14712.408"],["10217.447","14706.561"],["9699.715","13389.040"],["9639.052","13242.699"],["9680.302","13356.775"],["9656.346","13299.051"],["9632.397","13347.609"],["9763.442","13249.455"],["9714.621","13207.242"],["9728.641","13381.481"],["13621.924","13102.019"],["7840.641","16380.846"],["7769.166","16500.002"],["7748.284","16544.055"],["6301.276","13383.539"],["6385.599","13350.832"],["6283.769","13202.045"],["6301.809","13353.033"],["10337.873","17221.258"],["10391.193","17212.336"],["10715.225","14624.846"],["13791.710","15131.448"],["13694.919","15101.676"],["13664.517","15095.469"],["12465.781","14419.259"],["12438.015","12165.053"],["14138.744","14542.579"],["7690.208","12329.686"],["7584.899","12237.682"],["10319.408","12735.674"],["10314.068","12594.790"],["10269.908","12617.191"],["12823.538","14744.829"],["13119.153","13311.029"],["13095.582","13392.516"],["13081.924","13300.485"],["13051.015","13320.074"],["8183.558","12750.451"],["9748.655","15126.331"],["9758.520","15101.575"],["9797.659","15108.439"],["13600.517","14792.350"],["10697.614","14697.374"],["10689.958","14714.906"],["10766.333","14844.837"],["10768.070","14862.440"],["10183.044","15377.235"],["10207.517","15399.828"],["10101.443","15379.560"],["10056.136","15371.814"],["12908.787","13709.106"],["12809.012","13752.754"],["12788.535","13642.201"],["12923.939","13737.678"],["12955.325","13778.492"],["12804.992","13806.098"],["12897.048","13617.036"],["11434.795","13542.854"],["8505.475","12369.409"],["8542.253","12483.805"],["8541.446","12501.660"],["9853.057","15639.502"],["9881.528","15661.374"],["7859.486","13476.181"],["7929.273","13477.107"],["10068.132","16792.973"],["8487.880","12710.073"],["8382.701","12686.892"],["8451.042","12747.872"],["8492.951","12757.279"],["8293.850","12691.793"],["8160.247","12701.857"],["8262.143","12740.012"],["8211.850","12617.942"],["8311.015","12633.590"],["8307.431","12689.153"],["6386.942","12842.354"],["8009.307","12318.088"],["12205.705","11952.960"],["12264.211","14566.380"],["12264.664","14660.022"],["12185.687","14465.885"],["12213.866","14486.262"],["8515.186","13115.034"],["8436.677","13099.308"],["8371.833","13047.011"],["7802.825","16546.071"],["8858.359","13172.244"],["13981.763","12697.303"],["13882.220","12734.679"],["9737.786","17264.831"],["9691.723","17313.313"],["9828.979","17373.220"],["9053.305","12238.195"],["9182.948","12130.068"],["9173.650","12150.242"],["9175.467","12200.294"],["9138.128","12242.734"],["10480.504","14403.485"],["10515.380","14323.974"],["14703.011","17292.477"],["4561.996","14131.755"],["4547.703","14111.736"],["12673.254","13309.455"],["12638.883","13284.354"],["12696.864","13329.092"],["12721.431","13341.120"],["12719.365","13368.389"],["13164.985","4110.875"],["9038.731","12296.746"],["6239.503","13121.378"],["10386.607","14970.543"],["10311.654","14987.131"],["10380.526","15028.237"],["10428.763","14908.840"],["10438.929","14948.104"],["10430.578","14982.845"],["10366.016","15039.442"],["10391.256","15054.264"],["10385.610","15038.424"],["10328.173","15017.237"],["10321.604","15043.978"],["10254.505","15022.886"],["10267.276","14999.135"],["10263.120","14989.750"],["12105.879","14389.423"],["12066.416","14380.873"],["12001.384","14358.215"],["12009.250","14332.229"],["12052.956","14292.606"],["12061.889","14271.870"],["12083.231","14253.802"],["13863.032","12887.814"],["10572.601","15074.279"],["10487.323","15052.691"],["13597.239","14619.884"],["13546.909","14473.153"],["13510.544","14524.102"],["13527.823","14529.673"],["6355.348","13141.706"],["6419.527","13041.423"],["13713.202","15090.451"],["11182.066","14837.744"],["11175.865","14866.712"],["11201.470","14815.780"],["11261.980","14823.064"],["14505.249","15545.481"],["14588.608","15576.379"],["14646.732","15560.165"],["14532.726","15614.544"],["10042.422","17135.309"],["8707.398","12251.729"],["8622.020","12315.007"],["9565.998","12960.296"],["9460.126","12965.027"],["9456.784","12939.304"],["9432.792","12875.830"],["9453.022","12832.379"],["9428.391","12895.906"],["9417.481","12954.962"],["11235.268","15106.855"],["11214.791","15120.018"],["14626.347","16589.185"],["10418.386","14542.040"],["10435.048","14507.936"],["10419.819","14496.701"],["10407.102","14489.680"],["10433.889","14616.675"],["10444.719","14638.535"],["13472.189","14422.187"],["13580.582","14242.594"],["13557.770","14364.675"],["13604.962","14439.189"],["13800.194","14660.742"],["14385.533","15917.560"],["14290.917","15733.413"],["14326.757","15820.247"],["14398.942","15850.589"],["12750.295","13730.460"],["14501.803","15724.978"],["14466.339","15879.348"],["10168.832","13852.589"],["8606.022","12366.736"],["8720.077","12352.985"],["8800.701","12893.505"],["8781.915","12882.754"],["8803.659","12918.255"],["8800.870","12234.349"],["8862.397","12256.273"],["8845.744","12180.059"],["8977.206","12262.399"],["9381.170","13228.659"],["8744.958","12217.353"],["8585.963","12174.419"],["8607.510","12213.418"],["8642.577","12221.127"],["14208.797","15311.238"],["14185.667","15319.832"],["14124.316","15357.134"],["14224.760","15368.794"],["14169.998","15343.311"],["14110.143","15366.287"],["14219.002","15451.964"],["14195.457","15429.158"],["14218.399","15413.882"],["14044.527","15301.174"],["14163.275","15300.410"],["9949.880","12503.319"],["8604.759","13088.661"],["12867.163","12117.366"],["8240.759","13359.177"],["10130.681","14985.485"],["10186.783","15061.570"],["10183.736","15027.918"],["10175.891","14985.424"],["10060.655","14884.088"],["10044.873","14877.522"],["10159.185","15038.735"],["9194.329","12846.225"],["9112.752","12830.878"],["9064.694","12833.624"],["9104.734","12790.368"],["9086.004","12921.588"],["9950.901","15098.527"],["9860.894","15202.362"],["9937.752","15182.728"],["9936.655","15096.663"],["10004.155","15156.688"],["10013.819","15105.493"],["9885.612","15089.513"],["9904.067","15146.353"],["9838.909","15182.134"],["10038.296","15161.292"],["9531.451","13356.924"],["9507.646","13267.433"],["9529.337","13190.450"],["9454.228","13299.823"],["9471.313","13236.403"],["9414.455","13201.259"],["9597.211","13243.400"],["9564.520","13321.964"],["14322.495","15597.816"],["14303.381","15664.539"],["14267.421","15581.603"],["14294.626","15553.722"],["14268.453","15529.364"],["14273.504","15511.452"],["14254.178","15673.203"],["14371.429","15658.673"],["14348.104","15684.661"],["14362.153","15507.111"],["10372.429","14074.286"],["10327.322","14115.227"],["10367.395","14047.095"],["10337.203","14068.890"],["10341.607","14226.017"],["10289.516","14191.814"],["14205.550","17203.671"],["9123.139","17076.053"],["8065.458","16040.852"],["8011.906","16026.699"],["10085.045","16384.368"],["9939.323","14631.093"],["10012.871","14601.501"],["9954.434","14560.378"],["9944.247","14589.675"],["9920.630","14600.532"],["9943.764","14608.322"],["9923.415","14617.229"],["12979.344","12684.051"],["10413.655","14769.551"],["10436.484","14763.622"],["10262.161","14863.979"],["10284.563","14863.739"],["10276.449","14741.444"],["10292.733","14780.247"],["10311.814","14785.871"],["10314.763","14811.389"],["10362.787","14826.569"],["10449.199","14858.048"],["14106.583","14721.335"],["13394.961","12412.304"],["10311.861","16419.944"],["10301.349","16381.164"],["10386.563","16375.809"],["10267.347","16428.951"],["10309.688","16469.889"],["10316.746","16457.718"],["10318.919","16488.558"],["10313.893","16446.029"],["10346.239","16494.900"],["10365.773","16388.040"],["10353.433","16438.368"],["10353.898","16405.199"],["10344.802","16362.630"],["10322.170","16376.173"],["10327.081","16353.033"],["10313.067","16413.114"],["10351.433","16489.049"],["10459.060","16400.529"],["10370.223","16429.170"],["10291.381","16561.019"],["10318.568","16529.937"],["10448.994","16376.347"],["10319.181","16472.755"],["10539.027","15711.635"],["10488.912","15704.534"],["10553.271","15697.420"],["10542.597","15680.723"],["10531.098","15637.905"],["10487.993","15644.255"],["10549.739","15643.258"],["10246.264","16005.883"],["10212.213","16029.757"],["10245.612","16132.840"],["10032.861","15734.326"],["10001.206","15785.727"],["10032.127","15900.554"],["10007.613","15837.904"],["9959.449","15881.889"],["9975.946","15906.844"],["9938.410","15793.160"],["9925.827","15790.038"],["10017.827","15723.709"],["14058.728","15884.471"],["14106.021","15884.053"],["14141.791","15796.630"],["14092.014","15846.737"],["14181.747","15769.532"],["7302.746","14638.314"],["7294.081","14634.002"],["7260.758","14627.747"],["7253.197","14644.657"],["7237.574","14643.573"],["7226.380","14638.429"],["7217.726","14643.579"],["7206.925","14643.512"],["7197.712","14660.777"],["7191.226","14657.315"],["7163.601","14626.919"],["7125.408","14645.542"],["7189.172","14608.535"],["7202.467","14624.096"],["7246.688","14611.781"],["7279.629","14624.652"],["7299.713","14502.909"],["7283.615","14489.879"],["7264.735","14515.382"],["7297.356","14492.631"],["7272.138","14549.492"],["7235.960","14566.695"],["7298.780","14553.511"],["7275.681","14639.727"],["7170.874","14659.689"],["14008.815","15368.658"],["14040.411","15495.486"],["7484.594","18415.115"],["7779.963","18679.738"],["10393.460","15843.737"],["10412.648","15847.665"],["10422.538","15848.793"],["10382.316","15889.564"],["10336.025","15871.047"],["10428.422","15914.885"],["10505.551","16742.771"],["9585.335","13715.576"],["10488.394","15732.947"],["10497.983","15765.334"],["7102.889","14602.031"],["7118.171","14586.752"],["7143.674","14592.762"],["7796.261","14764.274"],["10324.258","16272.079"],["10305.210","16273.638"],["10332.365","16222.495"],["10387.718","16281.019"],["10347.600","16245.718"],["10402.290","16211.029"],["10421.829","16223.135"],["10379.230","16196.777"],["10375.913","16318.031"],["10385.950","16341.606"],["10432.361","16326.525"],["10401.798","16350.575"],["10445.371","16313.627"],["10399.576","16233.517"],["10416.307","16243.786"],["10443.897","16259.534"],["10426.573","16337.214"],["10408.434","16274.730"],["10373.018","16303.930"],["10363.595","16310.178"],["10330.420","16287.150"],["10333.308","16258.013"],["10359.258","16341.908"],["10359.094","16352.048"],["10411.752","16199.918"],["10386.212","16262.072"],["10303.440","16300.682"],["10336.065","16270.550"],["10059.184","15929.382"],["10090.128","15928.050"],["10045.621","15924.615"],["10117.552","15881.003"],["10134.987","15749.593"],["10041.478","15754.158"],["10443.738","16573.267"],["10450.784","16728.481"],["10419.580","16729.811"],["10413.501","16751.747"],["10425.960","16680.761"],["10419.054","16722.291"],["10397.347","16601.856"],["10426.515","16575.452"],["10367.430","16577.766"],["10387.355","16648.802"],["10360.134","16636.371"],["10311.937","16577.112"],["10429.566","16571.467"],["7167.889","17569.221"],["14123.345","15568.841"],["14204.153","15510.530"],["10467.228","16452.917"],["10474.064","16412.937"],["10482.133","16433.286"],["10491.428","16448.955"],["10479.532","16541.068"],["10494.430","16545.334"],["10486.886","16513.350"],["10466.267","16501.365"],["10497.554","16526.393"],["10354.715","15623.206"],["10349.814","15611.315"],["10267.892","15607.428"],["6928.783","14778.961"],["6983.951","14728.380"],["7055.058","14706.956"],["7071.371","14672.146"],["7090.442","14670.409"],["6924.892","14742.377"],["6913.166","14751.406"],["6944.551","14729.093"],["6969.155","14720.899"],["6992.165","14697.403"],["6937.469","14703.060"],["6970.378","14671.574"],["7003.501","14707.788"],["7018.371","14718.573"],["7010.633","14672.245"],["7048.158","14661.767"],["6946.291","14777.341"],["7031.093","14706.255"],["7021.700","14757.776"],["10516.301","16439.235"],["10528.943","16384.375"],["10519.615","16375.842"],["10502.233","16367.992"],["10514.623","16412.984"],["10490.906","16399.242"],["10494.158","16402.279"],["10510.469","16517.930"],["10518.082","16529.110"],["10488.059","16481.198"],["10513.253","16460.103"],["10513.075","16370.353"],["7041.705","14629.940"],["7033.670","14607.725"],["7017.554","14632.397"],["7019.613","14607.199"],["7061.982","14622.056"],["7057.369","14579.107"],["7059.680","14560.698"],["7044.929","14574.217"],["7074.598","14601.440"],["6815.629","14869.058"],["6844.558","14825.532"],["6854.270","14845.438"],["6880.119","14834.297"],["6856.984","14866.061"],["7169.796","14730.149"],["7201.345","14867.378"],["7210.415","14859.290"],["7246.454","14853.030"],["7260.817","14831.566"],["7258.481","14821.130"],["7278.827","14814.456"],["7299.344","14799.811"],["7299.059","14701.405"],["7283.583","14702.336"],["7165.710","14675.194"],["7153.618","14686.667"],["7138.530","14688.380"],["7123.206","14713.685"],["7229.806","14839.271"],["7231.411","14707.195"],["7231.451","14868.741"],["7278.076","14857.184"],["14042.365","15943.889"],["13967.361","15559.554"],["7689.162","14988.329"],["7593.385","14796.118"],["7045.603","14750.969"],["7088.051","14728.231"],["7061.074","14750.759"],["7072.955","14732.594"],["7044.639","14769.796"],["7017.401","14792.157"],["6987.636","14831.038"],["6976.030","14835.094"],["6949.930","14846.689"],["6926.493","14849.919"],["6905.185","14810.422"],["6895.705","14865.621"],["7179.640","14883.191"],["7174.369","14890.670"],["7213.468","14903.268"],["7116.042","14878.436"],["7117.984","15015.765"],["7127.809","14994.203"],["7114.072","15000.309"],["7094.312","15030.079"],["7111.036","14976.451"],["7103.938","14930.111"],["7115.594","14913.843"],["7128.087","14897.643"],["7158.675","14889.711"],["7117.245","14911.932"],["7140.684","14890.748"],["7187.972","14883.433"],["7108.669","14915.656"],["7105.470","14957.853"],["7100.225","14939.289"],["7136.489","15000.453"],["7098.331","15047.091"],["7278.067","14878.037"],["7231.005","14963.990"],["7189.758","15017.093"],["7144.287","14991.421"],["7155.139","15014.508"],["7129.886","14980.172"],["7259.042","14910.196"],["7222.295","14887.326"],["10193.248","15689.417"],["10214.104","15604.490"],["10046.818","15678.006"],["10056.096","15560.393"],["10131.671","15596.565"],["10077.017","15570.784"],["10134.581","15707.623"],["10119.615","15661.625"],["10102.970","15658.537"],["10063.870","15620.559"],["10137.238","15570.316"],["10106.676","15549.152"],["10108.398","15556.856"],["10159.101","15581.494"],["10175.814","15571.259"],["10176.311","15601.615"],["10106.431","15610.436"],["10547.651","16101.409"],["10513.373","16108.468"],["10468.993","16127.889"],["10485.257","16122.800"],["9388.909","13855.068"],["7309.760","14773.158"],["7324.200","14765.025"],["7369.975","14703.986"],["7312.560","14688.717"],["7321.604","14663.822"],["7347.109","14687.355"],["7375.529","14734.234"],["7333.724","14753.178"],["7333.195","14802.473"],["7403.513","14689.531"],["7389.207","14765.574"],["7421.605","14752.660"],["7440.794","14761.502"],["7432.375","14736.987"],["7439.267","14751.005"],["7405.671","14769.901"],["7400.456","14749.193"],["7434.239","14691.624"],["7439.411","14669.751"],["7415.345","14667.976"],["7390.674","14661.531"],["7376.283","14664.272"],["7481.500","14749.093"],["7469.330","14767.263"],["7496.339","14802.579"],["7485.102","14778.326"],["7376.077","14770.776"],["7363.376","14775.676"],["7359.399","14834.635"],["7394.160","14805.370"],["7506.400","14753.532"],["7345.793","14713.034"],["7315.090","14784.448"],["7314.372","14714.652"],["7490.356","18489.352"],["10252.288","15962.723"],["10284.845","15952.688"],["10333.698","16091.388"],["10370.648","15976.820"],["6869.868","14898.245"],["6816.351","14909.074"],["6852.275","14939.057"],["6825.751","14966.448"],["6799.415","14973.662"],["6829.526","14948.725"],["6796.787","14941.638"],["6832.226","14903.763"],["6754.965","14994.094"],["6824.628","14998.329"],["6848.780","15041.444"],["6849.776","15067.021"],["6865.812","15000.553"],["6828.700","15076.041"],["6846.471","14998.122"],["6821.906","15045.006"],["6795.906","14997.961"],["6776.980","14956.676"],["7066.241","14937.655"],["6938.172","15001.067"],["6941.063","15049.464"],["6886.904","14919.699"],["6883.081","14879.815"],["6956.618","14998.894"],["6962.284","15051.802"],["7012.040","15035.725"],["7020.592","15046.784"],["7064.485","15058.336"],["7088.633","15040.892"],["6892.350","14936.165"],["6895.034","14971.944"],["6906.736","14991.263"],["6921.154","14998.477"],["6975.684","15012.326"],["7007.594","15027.952"],["7007.177","15080.355"],["6922.235","15046.720"],["6941.751","15031.834"],["6970.443","15065.868"],["6912.223","15025.952"],["7041.435","15065.060"],["6892.994","15065.903"],["7074.168","15080.354"],["6994.791","15058.826"],["7684.419","13801.586"],["7602.385","13779.101"],["7577.808","13802.803"],["7820.744","14899.977"],["7832.508","14893.295"],["7808.204","14908.933"],["7899.696","14926.088"],["7223.421","17658.971"],["9920.805","15874.326"],["9898.355","15855.961"],["14751.405","15847.325"],["14695.258","15840.545"],["6986.188","15122.887"],["6953.387","15145.370"],["6900.192","15122.227"],["6898.086","15148.865"],["6915.646","15164.914"],["6934.259","15184.758"],["6910.623","15136.886"],["7008.376","15134.741"],["7029.433","15146.253"],["7010.048","15170.011"],["7023.380","15171.452"],["7026.679","15180.249"],["7041.026","15178.414"],["7085.939","15185.463"],["7045.685","15217.924"],["7075.407","15098.938"],["6966.858","15202.040"],["6958.160","15187.939"],["6938.421","15176.821"],["6945.054","15244.525"],["6951.419","15285.843"],["6943.743","15204.490"],["7000.951","15212.923"],["6970.982","15254.456"],["7011.368","15253.324"],["7054.866","15203.910"],["7034.425","15194.915"],["7045.816","15191.545"],["7082.315","15246.104"],["6908.743","15090.680"],["6993.524","15093.471"],["7038.892","15092.760"],["7024.862","15096.071"],["10439.774","16554.364"],["10374.264","16551.900"],["10414.663","16505.437"],["10387.841","16487.133"],["10419.878","16508.581"],["10392.180","16483.098"],["10380.824","16531.008"],["10421.048","16478.864"],["6877.019","15103.200"],["6878.413","15118.701"],["6878.577","15145.443"],["10518.625","16330.009"],["10477.633","16304.729"],["10507.337","16317.402"],["10520.923","16350.889"],["10536.199","16301.453"],["10515.127","16258.174"],["10529.716","16288.793"],["10552.686","16301.564"],["10542.123","16247.603"],["10518.965","16241.558"],["10553.749","16235.095"],["10532.402","16279.624"],["10580.801","16232.848"],["10599.844","16255.954"],["10574.883","16298.919"],["10536.314","16195.162"],["10620.685","16172.327"],["10596.046","16194.257"],["10497.040","16173.231"],["10470.634","16217.077"],["10478.393","16229.816"],["10535.220","16349.567"],["7109.696","15094.861"],["7316.860","14644.764"],["7306.696","14599.459"],["7341.674","14616.239"],["7354.692","14609.726"],["7387.399","14578.946"],["7403.602","14568.023"],["7332.530","14615.538"],["7348.720","14653.759"],["10011.282","15633.225"],["10005.876","15600.809"],["9945.366","15635.131"],["10007.962","15680.679"],["10037.663","15576.467"],["9961.340","15569.527"],["9937.179","15596.843"],["9971.840","15697.565"],["9959.753","15682.466"],["10040.364","15607.937"],["7719.750","18680.927"],["14579.401","15569.065"],["9793.802","13966.039"],["9623.319","13908.506"],["14515.884","15721.446"],["14527.656","15841.435"],["14522.627","15894.209"],["14642.377","15734.242"],["10219.129","16463.127"],["14139.356","15447.638"],["14104.451","15389.499"],["14054.052","15464.401"],["10324.589","16440.268"],["10344.437","16386.404"],["10327.628","16439.329"],["10363.669","16451.170"],["10338.281","16392.849"],["10347.203","16356.602"],["10291.144","16366.592"],["10447.218","16372.420"],["10383.282","16409.715"],["10307.335","16537.897"],["8050.266","14666.504"],["7958.659","14835.315"],["10511.823","15698.869"],["10548.371","15653.449"],["10491.114","15662.843"],["10529.555","15656.257"],["10520.965","15691.218"],["10498.273","15693.146"],["9953.322","15733.267"],["9986.132","15843.486"],["9984.877","15872.756"],["9909.824","15760.691"],["14071.485","15912.915"],["14083.155","15920.487"],["14178.827","15802.055"],["14148.371","15806.296"],["14186.768","15843.768"],["14180.877","15822.460"],["14239.612","15770.294"],["7497.008","18385.008"],["7204.391","17231.224"],["7752.677","18714.612"],["7776.707","18713.225"],["7756.822","18767.515"],["7731.652","18752.684"],["7764.512","18795.891"],["7919.722","18876.757"],["7894.345","18885.861"],["7906.940","18840.839"],["7821.415","18870.372"],["7814.153","18833.325"],["7853.340","18842.280"],["7850.497","18819.131"],["10364.888","15883.857"],["10288.134","15919.476"],["10479.610","16748.000"],["10472.006","16737.408"],["10472.468","16648.428"],["10511.986","15723.120"],["10548.077","15753.083"],["10557.147","15770.620"],["7133.010","14611.542"],["7167.521","14612.325"],["7138.261","14625.645"],["11180.784","16377.803"],["7821.498","14771.276"],["7750.289","14735.372"],["7957.291","18862.354"],["7964.238","18878.587"],["7982.918","18882.345"],["8018.891","18845.004"],["8038.858","18851.759"],["8061.809","18847.588"],["10334.390","16275.184"],["10326.768","16240.686"],["10434.773","16214.795"],["10377.931","16343.608"],["10378.927","16337.152"],["10411.428","16276.209"],["10378.627","16310.848"],["10356.375","16310.310"],["10363.079","16213.048"],["10337.602","16263.075"],["10253.487","16149.853"],["10140.630","15865.200"],["10188.672","15743.168"],["10050.572","15928.826"],["10461.634","16744.935"],["10375.148","16584.132"],["10390.451","16594.123"],["10366.993","16599.851"],["7208.434","17450.518"],["7182.864","17483.531"],["14112.181","15602.730"],["14140.886","15548.437"],["10471.679","16484.059"],["10473.015","16495.904"],["10481.330","16493.429"],["18418.160","18513.260"],["10475.729","16395.900"],["10517.407","16361.481"],["9570.043","13729.294"],["7108.234","14830.060"],["7126.243","14666.976"],["14078.498","15934.811"],["7230.738","14314.999"],["7261.936","14333.061"],["7232.229","14289.154"],["7161.829","14308.795"],["13962.305","15572.209"],["13992.835","15508.832"],["7681.504","14981.704"],["7699.582","14692.246"],["7706.950","14669.785"],["7018.263","14817.120"],["7018.022","14842.341"],["6912.222","14856.616"],["10055.764","15692.980"],["10075.588","15595.815"],["10129.406","15676.766"],["10095.917","15688.793"],["10111.063","15588.687"],["9154.470","16598.490"],["9148.560","16607.545"],["9178.349","16605.566"],["9619.786","15505.910"],["10530.565","16124.133"],["7840.461","18928.599"],["7839.957","18954.670"],["7941.314","19941.743"],["10259.581","16012.812"],["10305.782","16064.010"],["10375.724","16106.477"],["10364.133","15993.338"],["6382.476","14419.846"],["7613.672","18480.214"],["6963.405","14997.455"],["6966.677","14909.676"],["7687.139","13813.540"],["7839.900","14893.442"],["7805.099","14915.316"],["7736.510","14991.279"],["9911.644","15873.946"],["7041.302","15282.928"],["9205.926","16621.473"],["9202.448","16617.821"],["9209.089","16635.530"],["10461.607","16419.164"],["9466.629","13841.271"],["9428.075","13863.438"],["10502.652","16312.665"],["10478.297","16307.436"],["10506.505","16287.017"],["10575.098","16261.486"],["10572.674","16286.444"],["10575.351","16180.945"],["9986.504","15551.376"],["9987.120","15678.377"],["10027.018","15554.320"],["10010.534","15585.740"],["7696.146","18680.691"],["11899.451","13270.418"],["11881.012","13256.802"],["11923.407","13248.621"],["9688.288","13952.276"],["9660.498","13889.508"],["14575.743","15763.889"],["14549.777","15825.554"],["14547.594","15904.718"],["14588.130","15858.472"],["10228.643","16370.174"],["14110.726","15483.095"],["14063.568","15421.020"],["14148.078","15422.252"],["14062.269","15470.125"],["7534.283","18388.347"],["7936.818","14850.712"],["8599.010","18782.764"],["8569.051","18813.465"],["8607.406","18810.282"],["8622.826","18842.482"],["8630.478","18763.148"],["8651.698","18762.729"],["8641.795","18770.655"],["14043.323","15907.461"],["7236.268","14633.785"],["7246.638","14632.686"],["14008.972","15430.972"],["7251.222","17352.433"],["7220.750","17212.382"],["7825.968","18706.183"],["7832.603","18748.159"],["7781.810","18764.601"],["7785.194","14687.114"],["9711.855","14033.890"],["7169.399","17620.149"],["7280.992","17593.986"],["7132.376","17616.628"],["7179.877","17459.469"],["14051.741","15579.993"],["14143.002","15573.338"],["14072.560","15543.836"],["18444.728","18537.822"],["7189.083","14781.170"],["14113.228","15935.406"],["7697.432","14979.407"],["7643.411","14678.587"],["6999.046","14830.198"],["8555.230","18780.932"],["7581.139","13816.893"],["5622.086","17380.627"],["10323.104","16093.672"],["10365.722","16112.667"],["10349.012","15987.594"],["6994.550","15010.588"],["7011.526","14935.946"],["7223.379","17716.000"],["9491.837","13843.103"],["9425.112","13854.345"],["7693.448","14639.434"],["7708.813","14596.982"],["14482.686","15615.658"],["9730.587","13880.401"],["9778.501","13961.017"],["9665.433","13901.747"],["14161.511","15473.699"],["14055.181","15491.236"],["14139.878","15426.009"],["14101.418","15423.158"],["13942.901","14495.237"],["8498.011","16134.845"],["8504.514","16076.723"],["8504.208","16117.754"],["13655.155","13498.485"],["14436.626","15940.756"],["14206.734","17086.275"],["9733.624","18378.004"],["9792.686","18238.359"],["10899.795","15373.144"],["8442.282","17799.141"],["14449.627","15431.219"],["14366.480","15329.853"],["14373.176","15400.283"],["13348.186","14962.318"],["13289.451","14973.641"],["13373.007","14882.610"],["13417.367","12633.652"],["13543.036","12731.711"],["13608.857","12724.415"],["13640.883","14846.790"],["9559.977","18434.816"],["10910.070","14211.852"],["10947.854","14160.590"],["11003.227","14146.948"],["12848.331","15115.064"],["12870.108","15089.966"],["12849.784","15097.233"],["12791.479","15171.243"],["9655.352","14269.490"],["7879.456","16042.219"],["7843.477","16125.057"],["9933.169","16050.234"],["9936.274","16110.608"],["9879.297","16100.738"],["8397.622","15781.167"],["8364.294","15824.700"],["12412.685","14094.548"],["13364.581","14434.515"],["13208.520","14282.905"],["11290.509","14717.305"],["11263.960","14800.550"],["11142.452","14764.376"],["11107.645","14748.848"],["11171.570","14766.076"],["9608.783","12088.790"],["9480.337","11945.308"],["10668.257","14600.652"],["10504.291","14572.319"],["10518.813","14621.716"],["10559.541","14562.906"],["10555.338","14545.574"],["10670.910","14619.297"],["10655.715","14639.869"],["10722.550","17643.870"],["7827.166","15633.141"],["12676.790","14605.136"],["13937.855","12428.569"],["13376.156","12792.934"],["12655.065","14825.666"],["10902.274","14444.553"],["10951.662","14445.791"],["11051.997","14366.214"],["11080.458","14377.709"],["10967.389","14440.987"],["10467.035","16890.536"],["9410.105","17074.690"],["14498.522","16646.179"],["10090.128","15098.026"],["10080.250","15125.219"],["10049.316","15193.787"],["10189.024","15098.278"],["10058.656","15234.880"],["10052.858","15167.781"],["7290.490","17375.320"],["7270.812","17273.886"],["9777.373","12222.580"],["13207.570","14519.688"],["13405.722","14616.275"],["13308.352","14556.358"],["13327.513","14623.287"],["13404.622","14490.271"],["13782.889","12748.442"],["12646.124","14420.769"],["11627.481","14399.542"],["8251.312","15715.719"],["7216.046","17164.880"],["7936.469","13512.199"],["13952.935","14870.637"],["13338.631","12649.207"],["13204.640","12707.846"],["13875.338","12480.335"],["13901.218","12344.480"],["13437.736","12405.967"],["9646.291","17452.563"],["9679.525","17413.022"],["9782.686","17543.010"],["9726.430","12863.593"],["9626.687","12812.391"],["9430.119","12385.688"],["7288.156","16745.818"],["10256.913","14552.051"],["6347.889","13570.447"],["13697.358","12390.494"],["13706.664","12456.580"],["13192.470","13485.709"],["9004.395","13521.844"],["9040.135","13520.921"],["9006.919","13473.418"],["8876.691","13460.344"],["8800.502","13473.680"],["8917.422","13526.976"],["10293.325","17585.576"],["10278.095","17466.353"],["8872.857","17198.591"],["8818.260","17346.421"],["9747.085","18472.157"],["13737.091","12558.411"],["13627.139","12665.970"],["13670.088","12702.945"],["10346.393","13193.042"],["10370.614","13279.056"],["12948.975","12800.850"],["10538.074","13546.496"],["7318.724","16890.729"],["7309.941","16834.818"],["13446.819","13075.146"],["5045.597","15280.304"],["6077.736","13677.601"],["6168.701","13659.205"],["7989.342","17738.397"],["7963.884","17680.766"],["13366.186","13453.247"],["13334.973","14848.480"],["13246.899","14835.136"],["13241.234","14853.141"],["13295.132","14855.908"],["13408.788","14677.591"],["13246.640","14705.979"],["13284.015","14680.815"],["13265.656","14817.738"],["5057.542","14786.185"],["5024.618","14753.634"],["5064.318","14746.049"],["5021.425","14832.132"],["5104.134","14869.208"],["9246.490","12081.021"],["9269.720","12076.093"],["6962.942","16799.515"],["4845.576","14393.836"],["4902.053","14419.947"],["9659.056","15219.451"],["9713.338","15219.577"],["9733.025","15261.342"],["9799.647","15259.503"],["9817.952","15132.715"],["10087.880","16629.827"],["10071.672","16706.575"],["10251.258","16734.616"],["10047.878","16605.326"],["9937.722","17251.408"],["9867.811","17404.541"],["10689.372","15162.358"],["10684.308","15143.993"],["10701.288","15271.149"],["10711.100","15211.995"],["10788.520","15213.125"],["8620.747","15627.111"],["8748.326","15601.318"],["8623.970","15671.858"],["8747.148","15640.184"],["8745.819","15698.902"],["8568.047","15516.407"],["9996.361","12835.567"],["7946.412","17551.697"],["12134.296","14710.868"],["13803.661","12779.774"],["14539.574","15374.290"],["14493.525","15409.080"],["13968.089","14356.872"],["10683.454","15041.749"],["10742.861","14941.563"],["8253.195","12954.097"],["13710.133","14280.306"],["10792.221","15390.920"],["5162.295","15138.701"],["5068.707","15240.782"],["5167.680","15178.323"],["7052.994","17003.715"],["10144.372","17802.691"],["8462.551","15754.242"],["8511.154","15807.344"],["7207.420","17512.109"],["6488.636","13144.232"],["6462.902","13115.131"],["6538.589","13105.947"],["13374.799","13334.021"],["7382.049","17196.642"],["10294.886","17663.246"],["10427.174","17723.742"],["10348.972","17624.914"],["10372.626","17639.935"],["10343.882","17649.909"],["10428.430","17758.763"],["10340.351","17832.154"],["10416.357","17709.926"],["10386.198","17653.682"],["10376.409","17749.374"],["13052.068","14819.094"],["9854.189","16147.276"],["9880.661","16677.374"],["8894.545","16622.155"],["10330.873","16957.230"],["13120.034","13641.193"],["13132.658","13752.244"],["12988.683","13672.325"],["8144.110","12563.890"],["13348.196","13821.943"],["13224.329","13952.650"],["5937.512","13672.620"],["6007.083","13692.996"],["9809.767","15029.228"],["7830.721","12307.106"],["10908.109","14923.237"],["10947.320","15067.476"],["10023.998","18045.013"],["9936.470","18198.850"],["9878.884","18221.448"],["12990.100","12694.057"],["13169.511","12674.427"],["13185.656","12672.498"],["8860.401","12422.709"],["8806.049","12486.975"],["7229.260","13570.310"],["7274.440","13536.879"],["14651.752","17017.975"],["14485.009","17029.875"],["13428.230","13636.861"],["14007.077","12244.889"],["13846.951","12246.665"],["9772.989","17001.912"],["9644.108","17011.824"],["8687.588","17987.497"],["8717.309","17961.154"],["6634.417","12899.779"],["6590.119","12824.139"],["6501.135","12844.128"],["9391.266","16498.163"],["10042.013","17900.979"],["10078.561","17992.588"],["14080.673","15081.818"],["8178.009","13443.336"],["8155.763","13512.091"],["9069.358","12584.460"],["12328.818","14060.366"],["13170.834","14156.489"],["8116.597","15568.038"],["13349.342","12999.018"],["13222.579","13140.735"],["13199.451","13015.438"],["13368.367","13022.776"],["11016.684","14261.345"],["10956.639","14311.238"],["10960.008","14283.051"],["10886.581","14365.293"],["11037.894","14293.909"],["11060.090","14260.590"],["11084.521","14275.052"],["11058.366","14337.719"],["10925.652","14395.105"],["10898.269","14424.519"],["11020.679","14247.284"],["10987.592","14246.004"],["9999.904","13380.549"],["13149.293","13098.436"],["13039.487","13031.799"],["13081.805","13007.946"],["7318.386","13551.580"],["7395.077","13545.278"],["7474.910","13440.045"],["7370.546","13417.061"],["7353.049","13476.190"],["7313.679","13402.774"],["6149.453","13362.994"],["6193.760","13281.477"],["6206.275","13267.952"],["9702.203","16955.206"],["7255.205","13065.046"],["7213.769","13010.602"],["7267.568","13136.195"],["7421.260","16689.058"],["12174.491","14655.346"],["13585.776","14897.758"],["12976.909","12536.483"],["12945.009","12395.737"],["12841.841","12476.217"],["12779.457","12349.371"],["12976.872","12402.722"],["11768.601","14783.758"],["10192.990","14787.646"],["7194.560","16902.074"],["7193.275","16958.772"],["10108.023","16307.899"],["10499.319","17353.778"],["10915.506","15143.204"],["10997.656","15184.651"],["11057.192","15128.930"],["10905.230","15120.891"],["11017.506","15247.182"],["10966.546","15177.862"],["10980.142","15188.537"],["9411.742","16174.450"],["13938.324","14664.688"],["10184.856","16652.787"],["10206.084","16630.327"],["10134.469","16709.647"],["10208.233","16737.694"],["10185.745","16578.714"],["10778.883","14590.182"],["10787.119","14612.516"],["10487.147","18178.431"],["10567.355","18151.859"],["10614.750","18104.515"],["10600.160","18091.956"],["7019.728","12573.859"],["6905.565","12600.329"],["7146.115","12832.402"],["7176.042","12823.636"],["7244.858","12985.047"],["14659.489","17170.328"],["8932.773","15627.103"],["8982.727","15652.614"],["9484.317","18801.135"],["9448.156","18860.502"],["9427.642","18793.180"],["8452.943","17938.910"],["8432.191","17923.516"],["8443.110","17852.246"],["8365.649","17964.771"],["8537.929","17970.432"],["8540.111","17902.569"],["9636.451","17658.459"],["9655.303","17681.082"],["9762.643","17662.777"],["9823.763","17753.943"],["9783.570","17720.110"],["9706.543","17733.139"],["9761.431","17697.591"],["8498.602","17475.283"],["10455.328","17851.263"],["10379.669","17917.203"],["10420.137","18006.404"],["10341.529","18030.237"],["10443.544","17847.579"],["9913.813","15030.333"],["9875.128","14942.963"],["9916.061","15001.938"],["9979.537","14893.038"],["13874.229","14144.985"],["9133.432","15550.934"],["9006.455","15682.217"],["9109.019","15703.577"],["9209.389","12449.366"],["12009.989","12155.991"],["12095.451","12204.219"],["12293.777","14914.615"],["12014.239","12072.888"],["13412.994","14085.727"],["9845.793","18430.402"],["9290.960","17334.804"],["9393.560","17499.179"],["13012.930","13908.851"],["10595.725","17719.904"],["10484.239","17805.439"],["10550.870","17809.368"],["13782.842","14974.110"],["13662.040","14983.481"],["8053.844","16391.632"],["6430.320","13359.942"],["10542.513","14680.872"],["10537.188","14777.659"],["12942.616","13512.637"],["12837.546","13465.515"],["9203.946","12327.529"],["8889.763","12063.564"],["8970.641","12094.686"],["8259.228","15856.639"],["8302.326","15796.604"],["8184.480","15839.716"],["8326.830","15731.199"],["8339.840","15893.871"],["11310.857","14242.606"],["11309.348","14258.559"],["9724.871","15929.459"],["9686.229","15881.887"],["9678.504","15925.053"],["9765.318","15771.524"],["9773.075","15803.142"],["9822.280","15807.716"],["9827.377","15768.146"],["9799.865","15749.520"],["9653.582","15870.073"],["13318.553","12512.890"],["8696.955","12821.632"],["8608.854","12809.195"],["8670.724","12764.616"],["12282.987","12245.834"],["12306.411","12194.674"],["12987.062","15429.323"],["8685.252","15878.037"],["8723.982","15738.080"],["7694.790","15881.377"],["7649.951","15867.679"],["7608.055","15762.864"],["11426.955","14901.451"],["11327.082","14954.483"],["12578.896","14071.980"],["12712.852","14151.555"],["11097.593","14298.660"],["10026.288","16931.899"],["9394.036","16002.050"],["12434.041","12027.704"],["9713.766","16097.463"],["9819.654","16101.921"],["9652.645","16080.119"],["9764.573","15953.569"],["9710.855","16018.304"],["9796.780","16034.214"],["6617.585","13409.812"],["6479.907","13413.406"],["6554.678","13400.471"],["8835.097","15542.280"],["9869.155","17457.537"],["9873.888","17562.938"],["9845.482","17600.207"],["13471.112","13377.187"],["13563.857","13289.229"],["9492.581","17262.139"],["9448.338","17269.136"],["9557.765","17378.178"],["9232.840","17660.301"],["9231.408","17719.957"],["6645.315","13379.719"],["6566.343","13187.143"],["6647.486","13246.986"],["6539.329","13188.802"],["6621.601","13382.644"],["6497.927","13229.261"],["10755.835","14283.860"],["10701.259","14296.945"],["10789.642","14334.386"],["10758.906","14353.768"],["10877.611","14301.508"],["7261.460","13227.046"],["7235.809","13321.841"],["13150.562","12523.337"],["11282.666","14986.724"],["11257.032","14952.216"],["11171.992","14998.407"],["11169.446","15037.572"],["11205.083","15043.568"],["11259.282","15022.277"],["11208.616","14998.630"],["11203.992","14988.958"],["11227.959","15012.552"],["11134.665","15035.852"],["11145.661","15013.700"],["10377.689","18110.624"],["9444.683","13429.400"],["9575.665","13506.397"],["9523.559","13486.190"],["14396.882","15308.853"],["14429.368","15392.161"],["13024.648","15098.133"],["13694.833","13788.311"],["13638.080","13767.360"],["7702.645","15962.943"],["9324.563","12169.638"],["8533.434","12889.642"],["13028.220","15005.859"],["12992.779","14927.910"],["13121.314","15016.443"],["13027.384","15021.683"],["13146.879","15052.718"],["13043.753","14910.829"],["12991.719","14877.285"],["13763.881","12508.222"],["13664.029","12351.980"],["9065.987","12039.422"],["9019.649","12043.186"],["9174.275","12117.077"],["7377.844","13000.075"],["7325.805","13038.127"],["7375.178","13147.731"],["7397.411","13097.135"],["11517.134","14683.626"],["11668.453","14778.344"],["11614.068","14720.291"],["11514.686","14820.537"],["11583.522","14818.607"],["11677.899","14830.351"],["11637.083","14847.203"],["11717.212","14810.992"],["11569.314","14756.549"],["11599.746","14853.608"],["7540.031","15714.185"],["9805.027","16719.011"],["10030.759","13565.908"],["10030.739","13592.116"],["14602.166","17277.938"],["10875.309","14129.871"],["10812.348","14131.459"],["10726.848","14121.178"],["10817.842","14235.608"],["10718.348","14210.283"],["10846.387","14147.664"],["9820.737","15717.341"],["8299.630","15671.137"],["8282.931","15600.960"],["8275.127","15623.860"],["8152.899","15700.955"],["8335.311","15554.907"],["8297.988","15562.573"],["8273.124","15515.297"],["8206.582","15678.121"],["13577.791","14986.220"],["13417.918","13926.336"],["13482.339","13953.547"],["8539.313","16155.031"],["7402.474","16662.362"],["6862.672","12670.410"],["10305.826","15129.836"],["14521.931","16838.018"],["14538.435","16886.516"],["7953.377","12718.281"],["8029.125","15704.930"],["10411.235","17087.088"],["10353.891","17104.849"],["10264.977","17040.049"],["9582.025","12858.634"],["9846.348","13168.407"],["4705.718","14260.260"],["4707.969","14279.381"],["4709.810","14317.492"],["4660.550","14259.218"],["4612.132","14323.355"],["4671.371","14299.665"],["5225.596","14904.538"],["5248.280","15002.559"],["5249.142","15080.296"],["5387.674","15059.923"],["10005.200","14791.877"],["9949.121","14684.047"],["9971.370","14863.499"],["9236.718","17413.411"],["7930.732","15397.401"],["9527.582","16729.001"],["9881.871","15831.659"],["9938.355","15918.156"],["10897.890","13960.335"],["8630.348","16285.914"],["8732.190","16277.974"],["9686.735","16520.688"],["8430.345","15656.596"],["8381.861","15609.915"],["8409.822","15698.459"],["8456.798","15544.464"],["10136.190","18059.071"],["10060.802","18058.669"],["14687.547","15879.733"],["14740.743","15813.924"],["12865.789","12181.310"],["12861.661","12230.486"],["12732.735","12376.720"],["10951.192","14493.455"],["13428.252","14787.711"],["9385.021","16691.083"],["9232.094","12555.783"],["9347.515","12626.203"],["9330.124","12710.876"],["10615.521","12887.600"],["8850.614","13374.094"],["8794.107","13367.561"],["8122.338","16222.946"],["9873.971","17091.442"],["9866.135","17159.268"],["13925.038","13979.761"],["12879.271","15038.663"],["12984.723","14916.819"],["14776.884","15671.911"],["8140.259","15922.960"],["8074.108","15921.449"],["7227.538","16978.802"],["8282.890","15966.280"],["8224.992","16116.296"],["8286.214","16126.591"],["8219.993","16025.800"],["8282.597","16104.753"],["13053.698","14476.018"],["13084.003","14647.752"],["13062.327","14545.850"],["13136.284","14636.298"],["9275.257","15707.120"],["8972.722","17691.851"],["8815.048","17678.334"],["10311.660","17218.385"],["10421.714","17307.289"],["10432.544","17240.225"],["10736.124","14526.852"],["10712.860","14565.263"],["10704.080","14653.690"],["14276.076","17139.497"],["12468.279","14348.775"],["12377.367","12138.648"],["7679.214","12218.490"],["12960.630","14790.308"],["12838.740","14735.934"],["13133.295","13220.529"],["13093.228","13188.267"],["13118.566","13272.613"],["13191.760","13332.601"],["9756.424","15114.030"],["9740.062","15145.885"],["13415.935","14742.779"],["13587.042","14840.871"],["8480.643","18064.570"],["10701.082","14724.112"],["10713.905","14790.562"],["12978.125","13797.568"],["12911.631","13799.647"],["12842.591","13610.580"],["8554.626","12359.458"],["9868.890","15588.608"],["9851.630","15550.140"],["7800.061","13547.244"],["7877.462","13477.168"],["7875.258","13543.510"],["12241.919","11935.206"],["12269.158","14579.336"],["12234.380","14508.477"],["11338.709","14781.443"],["11350.033","14793.710"],["7754.690","16198.016"],["7742.372","16150.067"],["7850.245","16154.151"],["7814.653","16148.395"],["8833.516","13154.339"],["9747.327","17238.340"],["9712.379","17242.008"],["9675.241","17302.665"],["9140.002","12200.530"],["7908.759","17621.198"],["13658.792","14108.750"],["13709.907","14209.855"],["13712.711","14091.094"],["10350.938","14908.600"],["12118.778","14399.657"],["12126.847","14323.477"],["11958.408","14308.288"],["10467.107","14975.614"],["13526.162","14555.734"],["6409.882","13110.975"],["6430.015","13168.826"],["14670.062","15687.577"],["14584.179","15513.417"],["14622.307","15578.436"],["14469.671","15624.445"],["14645.477","15514.680"],["9543.482","18539.111"],["8651.403","12310.583"],["9471.911","17661.817"],["9545.293","17672.620"],["9577.668","17660.673"],["9583.451","17629.794"],["9491.169","17680.894"],["11215.613","15129.806"],["11129.750","15253.116"],["11144.080","15114.350"],["11107.270","15181.403"],["14671.524","16677.234"],["13474.322","12804.599"],["13501.788","12880.044"],["13536.569","12788.315"],["13571.494","12915.419"],["13609.884","14356.416"],["13587.266","14375.751"],["10496.392","17004.477"],["13789.289","14595.374"],["14441.806","15873.168"],["14272.529","15737.614"],["14321.341","15836.985"],["14404.168","15829.436"],["9599.835","16131.736"],["7719.235","13484.316"],["7592.118","13552.336"],["7523.023","13451.438"],["7639.085","13415.184"],["13530.052","14118.197"],["5590.294","15160.641"],["11967.341","12136.665"],["14549.134","15921.454"],["14589.628","15855.390"],["14477.922","15726.572"],["8699.700","12343.793"],["8643.479","12376.367"],["8933.257","12192.810"],["10150.423","16514.664"],["10226.738","16541.434"],["11746.881","14516.956"],["11844.599","14512.658"],["9368.396","13274.879"],["9918.241","12490.340"],["10006.464","12445.612"],["12794.443","12118.848"],["8587.189","17237.211"],["10108.281","15041.161"],["10073.974","14914.590"],["10110.986","14984.810"],["9055.840","12889.201"],["9038.200","12956.204"],["9017.944","15976.436"],["13692.998","13966.382"],["11544.011","14109.847"],["11657.224","14034.961"],["4966.010","14824.906"],["8838.116","15767.462"],["8816.096","15795.222"],["9965.467","15136.995"],["9958.263","15207.993"],["9868.184","15196.202"],["9913.401","15180.870"],["9859.754","15136.808"],["9979.005","15267.329"],["9964.838","15288.906"],["10469.738","17990.651"],["10563.781","17911.721"],["9070.803","18799.990"],["9207.837","15787.167"],["5103.118","14953.010"],["5155.482","14908.534"],["5053.149","14899.070"],["5027.653","14921.375"],["5192.977","15015.202"],["5117.294","15054.413"],["6361.560","12934.126"],["9460.932","13351.543"],["11754.179","14861.295"],["11773.899","14856.015"],["14292.963","15702.759"],["14450.909","15706.744"],["14391.900","15534.544"],["14356.741","15717.778"],["14452.965","15584.503"],["10672.042","7930.837"],["7956.199","15993.269"],["8074.987","15966.316"],["8043.873","15933.306"],["14123.220","14787.022"],["9617.414","17435.974"],["9502.672","17460.888"],["9527.109","17618.905"],["9452.310","17435.610"],["13496.738","13529.375"],["13496.699","13456.574"],["13957.351","14625.088"],["8383.484","16035.253"],["8389.569","16110.074"],["8718.408","17411.940"],["8766.903","17514.655"],["8739.619","17453.888"],["8728.191","17544.802"],["8641.975","17521.030"],["8650.086","17535.414"],["8689.011","17531.486"],["8687.089","17586.560"],["12745.173","13549.823"],["8897.096","18398.180"],["8985.138","18351.023"],["8924.973","18289.405"],["8984.694","18271.915"],["10478.506","15125.634"],["10517.948","15273.717"],["10623.923","15194.796"],["10475.780","15220.872"],["10476.395","15146.183"],["14234.569","17071.469"],["10059.719","13488.322"],["9667.688","12051.119"],["9639.052","12029.701"],["9803.622","11988.652"],["9827.323","12002.575"],["9732.899","18269.392"],["9729.459","18308.083"],["9824.094","18367.348"],["9692.708","18262.333"],["9719.568","18138.832"],["9811.060","18145.070"],["9660.859","18174.312"],["9732.662","18235.403"],["9765.493","18176.350"],["9783.860","18067.889"],["9810.666","18112.414"],["9634.133","18114.340"],["9774.890","18214.643"],["9750.692","18164.231"],["9692.120","18227.731"],["9662.828","18080.806"],["9637.039","18117.767"],["9713.070","18165.570"],["9761.755","18077.701"],["9650.390","18187.957"],["9757.929","16243.479"],["9680.399","12460.069"],["9805.711","12472.746"],["11013.003","15344.530"],["11088.632","15391.292"],["8380.505","17629.710"],["8464.388","17797.374"],["8362.156","17805.061"],["7451.679","12669.254"],["14276.308","15399.104"],["14348.857","15377.165"],["14375.220","15430.653"],["14273.100","15425.675"],["14289.068","15490.247"],["14330.749","15439.018"],["14349.269","15340.673"],["9891.200","15337.765"],["9945.805","15309.162"],["9921.447","15320.193"],["9906.365","15345.445"],["13205.808","15083.552"],["13413.268","12671.478"],["13470.049","12605.960"],["13475.396","12556.790"],["13540.802","12670.497"],["10005.893","15038.574"],["10028.856","14874.025"],["9927.105","12016.492"],["9916.619","11945.236"],["13678.120","14843.515"],["7731.616","17883.191"],["7791.995","17990.953"],["9606.814","18453.880"],["9612.268","18357.864"],["9568.321","18426.356"],["9976.423","17868.177"],["9905.711","17951.061"],["9901.140","18035.462"],["9899.056","17997.709"],["9930.044","17894.740"],["9923.746","17876.013"],["9882.501","18031.534"],["9914.474","17944.035"],["10025.071","18003.173"],["9867.349","18036.648"],["9938.420","17963.023"],["9938.044","17931.791"],["9862.205","18005.681"],["5465.408","14446.046"],["9786.127","14274.490"],["10293.143","13998.774"],["10255.216","13969.822"],["10277.060","13959.710"],["10367.987","13973.139"],["10363.555","14027.164"],["7858.229","16030.723"],["7869.914","16001.701"],["7820.295","16039.830"],["9912.413","16017.302"],["13222.171","14153.533"],["12449.865","14025.074"],["12472.363","14021.769"],["13405.805","14424.624"],["13214.112","14307.777"],["13307.928","14276.802"],["11247.533","14731.907"],["11187.386","14793.056"],["11216.268","14799.216"],["11198.375","14686.688"],["11122.242","14747.392"],["11219.043","14710.582"],["11174.866","14776.726"],["11124.411","14771.591"],["11178.922","14771.411"],["11267.031","14762.873"],["11238.774","14825.317"],["11270.501","14789.099"],["11217.162","14795.011"],["10666.574","14577.799"],["10545.608","14571.735"],["10572.848","14590.511"],["10509.134","14460.766"],["10478.928","14503.876"],["13891.392","15312.421"],["13925.677","15334.895"],["13963.273","15328.472"],["13976.165","15308.935"],["14035.209","15349.343"],["13932.124","15392.257"],["13871.650","15371.334"],["13908.345","15419.094"],["13996.657","15341.762"],["13959.289","15355.387"],["13860.490","15301.022"],["10709.837","17627.239"],["12768.029","14576.279"],["14030.631","12370.270"],["9776.184","13151.793"],["13323.647","12883.491"],["10084.711","13799.319"],["10063.231","13779.005"],["12573.991","12206.647"],["12615.583","12191.702"],["5377.909","15141.443"],["5320.819","15181.596"],["5332.973","15196.732"],["11076.313","14344.824"],["10999.329","14414.421"],["8951.340","19001.419"],["8900.166","18906.454"],["10112.269","17253.060"],["10094.176","17268.762"],["9515.936","17008.858"],["9567.040","17185.837"],["14586.685","16575.106"],["10150.412","15095.018"],["10090.356","15291.456"],["10138.278","15156.688"],["10130.769","15144.803"],["10082.403","15128.397"],["10241.018","15114.023"],["10243.945","15213.643"],["10185.935","15154.948"],["10194.997","15135.929"],["10188.294","15125.433"],["10102.176","15176.631"],["10173.733","15265.662"],["10153.669","15179.781"],["10203.131","15156.427"],["10195.548","15242.873"],["10070.071","15188.373"],["10174.147","15237.078"],["12716.210","13546.818"],["12733.047","13439.965"],["12704.275","13460.320"],["10015.444","17662.867"],["9989.530","17702.819"],["9960.100","17731.077"],["9886.158","17762.250"],["9980.494","17830.724"],["9146.823","16424.252"],["12593.088","14002.712"],["9820.644","12248.803"],["13264.865","14522.481"],["13337.760","14455.545"],["10533.818","16691.561"],["9061.606","17933.176"],["14061.171","12335.004"],["12606.196","14441.694"],["11608.141","14397.195"],["11567.490","14427.712"],["8841.363","16462.300"],["7210.432","16989.025"],["7343.747","13274.107"],["7388.109","13322.394"],["7419.566","13300.145"],["9065.885","15913.374"],["9025.972","15921.676"],["14266.103","15281.239"],["14404.464","15289.167"],["9812.455","13637.496"],["14159.102","15269.353"],["5186.409","14403.191"],["5116.961","14325.504"],["5016.630","14392.402"],["5063.154","14437.106"],["5051.516","14411.481"],["5073.648","14410.942"],["10686.566","17951.620"],["13244.100","12566.548"],["9698.897","17517.850"],["9643.719","18784.025"],["10419.462","14282.235"],["10414.380","14242.070"],["10385.902","14265.949"],["10364.340","14355.159"],["10351.763","14311.730"],["10344.032","14368.195"],["10375.560","14429.664"],["10349.030","14436.796"],["10386.454","14396.961"],["10413.513","14303.889"],["10269.031","14439.768"],["10256.532","14448.237"],["10262.205","14369.286"],["10279.820","14340.120"],["10257.920","14291.262"],["10352.609","14264.404"],["7247.732","12753.157"],["10388.549","14631.757"],["10378.880","14480.206"],["10358.165","14541.549"],["10325.747","14541.551"],["10261.473","14503.116"],["10319.976","14471.973"],["10258.393","14506.959"],["10325.560","14583.009"],["10341.603","14610.614"],["12497.123","12167.818"],["9655.601","14470.740"],["6452.391","13434.727"],["6409.015","13497.297"],["13164.248","13490.120"],["9039.858","13451.221"],["10378.319","17451.061"],["10407.586","17548.134"],["10327.495","17575.344"],["8870.760","17365.314"],["9641.173","18485.238"],["9715.899","18487.926"],["14471.930","15485.183"],["10855.581","7852.409"],["10780.853","7686.315"],["10044.803","13866.583"],["10052.319","13860.225"],["10078.822","13862.773"],["10082.036","13943.250"],["10066.848","13899.734"],["10215.249","14005.281"],["10173.540","13934.215"],["10187.120","14006.308"],["10244.257","14001.796"],["10166.479","14005.675"],["10143.306","13995.387"],["10071.611","13991.893"],["7370.492","17719.811"],["7311.780","16971.799"],["13512.829","12973.020"],["7973.888","17815.846"],["6554.432","12730.820"],["13313.165","13478.054"],["13293.812","13528.973"],["13279.360","14723.712"],["13252.831","14677.826"],["13397.829","14733.301"],["5133.904","14817.177"],["5173.768","14831.768"],["5124.092","14693.896"],["5103.570","14701.448"],["5080.212","14662.854"],["5052.929","14672.490"],["5136.776","14748.700"],["9641.729","14201.724"],["9686.837","14112.042"],["9315.227","12028.248"],["7057.637","16875.727"],["9388.702","13061.666"],["9343.623","13046.328"],["9369.968","13102.574"],["4820.928","14288.835"],["4815.510","14252.929"],["4816.469","14419.807"],["4782.426","14284.003"],["9752.174","15224.145"],["9801.524","15233.946"],["9796.921","15130.915"],["10283.328","15314.405"],["10326.228","15397.024"],["10274.526","15349.963"],["10334.632","15397.008"],["10340.784","15355.621"],["10371.211","15311.766"],["10398.405","15348.624"],["10427.469","15418.056"],["10286.201","15464.870"],["10310.021","15466.941"],["10271.339","15457.435"],["10255.663","15455.867"],["9987.402","17285.830"],["9926.306","17382.740"],["10035.130","17239.732"],["10033.137","17211.013"],["8061.683","12501.638"],["10682.127","15289.960"],["10672.498","15221.260"],["10691.659","15246.908"],["10839.278","15118.898"],["10765.906","15184.479"],["10791.622","15266.494"],["13961.151","15108.599"],["10328.717","14685.289"],["10383.253","14753.940"],["10348.542","14742.281"],["10357.375","14727.087"],["10390.253","14747.549"],["10375.313","14680.819"],["10347.586","14680.322"],["10401.764","14686.347"],["8609.200","15682.535"],["9838.780","12946.292"],["10026.123","12928.821"],["9941.830","12949.085"],["8026.960","17569.112"],["11937.198","14696.817"],["12031.456","14722.839"],["14471.841","15385.573"],["14640.298","15482.225"],["13970.958","14380.101"],["10806.675","14928.998"],["10825.852","14959.320"],["10865.458","14968.222"],["10685.811","15073.417"],["10693.469","15037.477"],["13802.758","14267.956"],["10829.792","15420.947"],["10747.589","15351.610"],["10780.322","15459.762"],["10070.058","17734.138"],["10073.785","17713.424"],["10161.049","17796.184"],["8201.090","18012.710"],["8543.546","15843.011"],["8560.891","15879.482"],["9713.085","12745.730"],["9668.548","12715.278"],["9662.840","12694.436"],["9673.663","12734.667"],["9714.905","12584.261"],["10025.921","13865.857"],["9965.038","13860.583"],["9949.964","13898.325"],["14246.843","15663.987"],["6528.415","12999.512"],["6521.850","13140.499"],["6483.424","13087.004"],["13395.328","13276.786"],["13290.360","13332.037"],["7371.534","17135.949"],["10427.431","17788.837"],["10331.317","17644.211"],["10385.766","17755.444"],["10357.539","17807.563"],["10344.182","17748.398"],["10400.951","17656.275"],["10341.359","17747.805"],["12123.990","14660.885"],["10382.945","16819.520"],["13039.648","13637.988"],["13197.493","13657.737"],["9055.980","12465.936"],["9003.722","12449.589"],["13273.598","13845.375"],["14094.720","15098.380"],["5923.249","13701.984"],["9775.387","15045.410"],["9801.476","14988.130"],["12670.151","13126.780"],["12696.661","13170.236"],["12430.920","13895.709"],["12492.461","13982.708"],["9607.340","16985.086"],["10916.974","14930.718"],["10895.392","15018.613"],["9853.932","18056.340"],["9998.703","18118.540"],["10040.232","18048.514"],["10037.413","18118.686"],["9946.815","18229.221"],["9959.002","18068.623"],["9925.483","18112.868"],["9942.111","18108.821"],["9885.242","18057.247"],["9858.060","18121.514"],["9877.356","18076.677"],["9903.984","18152.879"],["8091.290","15751.328"],["7398.253","17695.258"],["12927.743","13151.000"],["8986.288","12472.099"],["8948.523","12342.836"],["8842.508","12410.070"],["8782.293","12476.981"],["7290.237","13402.350"],["7229.296","13533.507"],["7267.273","13510.777"],["7260.293","13493.408"],["12867.017","12892.404"],["13913.836","15292.501"],["8331.093","12501.811"],["8210.419","12401.778"],["8183.923","12442.869"],["8194.104","12383.579"],["14637.686","17129.322"],["14572.885","16999.181"],["14489.310","17115.733"],["13452.452","13745.291"],["13929.448","12163.426"],["13992.054","12238.641"],["9732.305","17045.608"],["9818.676","17080.736"],["9719.133","17119.574"],["9627.975","17122.245"],["9626.096","17059.513"],["8568.072","17891.619"],["8703.373","18017.560"],["8709.382","17945.266"],["4772.999","14131.379"],["4624.676","14118.656"],["4671.356","14225.138"],["7380.011","17839.907"],["7898.367","12497.473"],["7886.813","12438.664"],["6537.144","12783.995"],["7653.717","17904.538"],["7673.504","17897.387"],["7705.383","17957.988"],["8435.415","12177.329"],["8358.179","12278.435"],["8385.084","12259.097"],["10139.591","17845.412"],["10047.622","17899.261"],["10135.253","17998.971"],["10152.443","17980.300"],["10061.637","17859.827"],["10094.821","17950.572"],["13296.651","13774.458"],["13381.501","13793.248"],["8183.176","13399.907"],["9138.856","12646.096"],["9116.564","12742.028"],["9192.963","12629.279"],["9131.368","12549.625"],["9117.198","12689.813"],["13155.476","14195.412"],["13148.540","14042.328"],["5329.147","15312.655"],["13199.815","13131.652"],["13256.363","12978.964"],["12355.492","13986.424"],["12328.037","14012.217"],["10944.856","14283.503"],["9985.139","13217.001"],["9850.103","13347.760"],["9858.446","13233.505"],["9907.396","13232.236"],["9887.845","13344.414"],["9949.802","13261.756"],["10445.818","14277.976"],["10434.801","14402.239"],["13081.232","13125.811"],["7431.585","12910.876"],["7509.505","12865.455"],["7476.477","12945.154"],["7454.506","12962.162"],["7326.052","13534.120"],["7437.387","13571.396"],["7460.354","13481.713"],["7429.162","13458.098"],["6226.791","13308.429"],["6214.605","13350.111"],["6100.528","13245.445"],["10180.783","17481.039"],["10078.680","17555.878"],["10117.132","17538.642"],["10221.377","17441.248"],["7214.949","13126.580"],["12886.300","12466.225"],["12847.480","12427.409"],["12940.159","12518.387"],["11815.922","14353.107"],["11864.175","14370.266"],["10139.064","14820.897"],["10103.186","14842.347"],["10162.819","14806.310"],["10198.454","14801.632"],["10229.871","14769.401"],["10097.296","14804.523"],["7274.647","16861.061"],["7203.392","16891.851"],["7201.895","16880.948"],["7098.919","16883.368"],["11597.143","15067.440"],["10423.795","13887.277"],["10389.303","13922.677"],["10417.208","13926.947"],["10400.308","13871.199"],["10347.573","13880.147"],["10305.953","13877.262"],["10343.140","13851.511"],["10360.793","13838.010"],["10257.416","13914.987"],["10450.535","13884.561"],["11023.624","15214.172"],["10924.969","15228.956"],["11005.143","15088.600"],["10984.296","15138.469"],["11030.861","15275.522"],["13880.342","14719.850"],["10158.900","16747.992"],["10153.907","16693.616"],["10184.298","16753.429"],["9386.019","18483.247"],["9206.649","18627.473"],["9295.204","18613.329"],["10407.570","14031.222"],["10433.542","14047.212"],["10456.583","14193.438"],["9281.125","18163.466"],["9271.675","18251.922"],["9399.574","18106.172"],["10860.980","14510.113"],["10818.929","14545.332"],["10781.698","14625.399"],["10803.953","14593.635"],["10796.659","14568.184"],["10854.821","14539.515"],["10822.401","14587.424"],["8708.537","13497.467"],["8631.132","13394.609"],["8639.816","13434.659"],["8709.805","13453.292"],["8665.924","13481.083"],["10569.822","18144.741"],["10571.921","18078.420"],["10609.700","18116.498"],["8990.758","17697.281"],["9175.842","17798.032"],["9163.923","17723.738"],["9152.294","17763.613"],["8995.651","17718.659"],["9015.243","17675.998"],["9178.892","17693.863"],["7004.709","12661.964"],["9704.171","15468.969"],["11749.489","15201.011"],["11854.827","15212.619"],["11878.878","15229.367"],["12059.407","13983.348"],["12103.002","13972.336"],["9620.938","12984.501"],["9652.259","13124.201"],["9684.134","13111.121"],["7233.953","12947.868"],["7272.499","12869.359"],["7142.086","12769.654"],["7159.171","12936.776"],["12582.178","13899.438"],["12619.984","13894.979"],["12658.257","13854.904"],["8644.316","13354.230"],["8726.455","13288.583"],["8649.973","13289.529"],["8716.829","13237.115"],["9807.972","13227.909"],["9483.676","18763.332"],["9492.860","18824.812"],["9550.339","18680.785"],["9601.842","18691.028"],["9462.976","18684.201"],["9615.876","18745.765"],["9512.227","18740.730"],["5205.531","14598.608"],["5217.809","14546.975"],["5218.669","14505.889"],["8402.894","17904.261"],["8438.605","17946.109"],["8452.630","17960.624"],["8559.031","18030.944"],["9670.788","17642.315"],["8415.220","17460.966"],["8452.318","17485.369"],["10409.847","17878.585"],["10442.499","17864.310"],["10324.390","17953.090"],["10460.511","18020.907"],["9937.673","14911.463"],["9958.397","14924.857"],["9953.642","14906.795"],["9897.016","14890.945"],["9853.397","14887.725"],["9834.154","14913.770"],["9949.983","15038.879"],["9956.501","15026.052"],["9952.039","15064.792"],["9867.989","15010.013"],["9904.408","14952.496"],["10259.599","13748.688"],["10377.811","13798.789"],["10332.860","13779.670"],["6380.800","13486.934"],["6325.614","13482.444"],["9572.267","18079.432"],["9595.345","18050.179"],["10489.574","13947.084"],["10477.345","13883.111"],["7507.188","16450.447"],["9789.994","17949.730"],["9689.270","17965.456"],["9707.578","17982.158"],["9796.608","17965.444"],["12100.175","12155.442"],["12052.774","12182.075"],["9568.290","12985.707"],["9585.013","13081.098"],["9494.024","13024.295"],["9529.287","13079.786"],["9480.405","13085.038"],["9533.916","13166.372"],["9554.074","13144.868"],["9023.912","18914.548"],["9115.622","18911.322"],["9085.808","18903.294"],["9861.236","18257.369"],["9844.070","18306.546"],["9867.832","18394.166"],["9929.473","18350.918"],["10008.541","18373.787"],["10233.280","12861.671"],["10205.658","12771.627"],["10220.872","12795.343"],["13596.778","12455.196"],["9329.692","17281.784"],["9227.162","17398.514"],["9402.177","17385.829"],["8852.479","12280.947"],["8876.204","12312.706"],["10231.386","14407.174"],["10185.001","14371.161"],["10134.063","14426.613"],["10486.370","17782.734"],["10579.854","17706.312"],["10486.297","17789.929"],["12990.424","12915.204"],["13014.100","12849.334"],["13137.362","12941.483"],["13131.893","12798.293"],["13653.790","15076.708"],["8331.753","17557.880"],["8322.251","17451.517"],["8253.225","17488.053"],["9219.814","18898.904"],["10722.826","7656.674"],["6341.148","13212.087"],["6372.587","13265.917"],["6425.563","13227.830"],["6452.797","13272.764"],["8634.507","17624.273"],["8751.056","17671.714"],["8617.144","17653.424"],["8774.587","17781.191"],["10075.522","13076.413"],["10116.805","13105.100"],["10135.770","13010.359"],["10547.880","14693.562"],["10472.429","14801.922"],["10654.675","14799.242"],["10478.606","14691.004"],["10494.673","14725.352"],["10537.134","14756.593"],["12828.947","13515.611"],["12950.041","13419.480"],["12781.867","13558.659"],["12820.533","13416.874"],["12854.361","13584.072"],["9888.272","12195.022"],["9921.663","12188.635"],["9945.824","12267.869"],["11673.740","15201.694"],["11709.566","15197.485"],["8947.640","12040.597"],["7534.549","12903.742"],["10521.218","14028.435"],["10520.007","14087.681"],["10534.643","14204.407"],["10510.729","14047.328"],["10520.748","14160.514"],["10530.622","14222.362"],["10508.147","14105.954"],["8228.923","15784.566"],["11408.746","14444.541"],["9763.790","15857.161"],["9757.612","15824.755"],["13378.726","12433.808"],["8613.356","12843.890"],["8897.796","16198.256"],["8875.519","16201.138"],["9085.706","17315.698"],["12241.521","12128.792"],["5121.897","14474.150"],["5181.233","14530.246"],["5189.508","14508.464"],["5125.139","14545.344"],["10178.594","14233.706"],["10147.645","14081.461"],["10152.039","14096.749"],["10245.595","14151.702"],["10661.897","15304.824"],["10512.435","15333.610"],["8448.073","16812.570"],["7702.704","15894.042"],["11412.023","14920.067"],["11315.623","14964.260"],["11337.841","14994.344"],["12707.663","14188.137"],["12652.391","14050.162"],["9380.714","16075.428"],["9369.243","16129.263"],["12398.001","11952.033"],["12488.778","12088.964"],["9671.813","13474.628"],["9676.188","13568.633"],["9705.695","13483.249"],["9705.593","13441.367"],["7513.186","12416.539"],["9249.969","18398.371"],["9306.639","18394.527"],["9326.437","18274.850"],["9262.575","18259.285"],["8693.142","12679.677"],["8596.270","12604.129"],["8569.480","12596.767"],["8651.804","12645.330"],["8637.998","12692.782"],["9768.584","15985.260"],["9821.809","16047.771"],["9670.416","16063.291"],["6554.028","13427.416"],["6558.613","13451.385"],["13579.726","13281.458"],["9526.144","17321.804"],["9424.645","17200.323"],["9438.846","17277.734"],["10157.282","14613.661"],["10238.263","14531.143"],["10221.177","14644.514"],["10195.861","14622.945"],["10224.078","14628.577"],["10162.372","14518.302"],["10088.384","14606.054"],["10093.906","14534.024"],["10047.296","14575.359"],["10073.077","14553.162"],["10180.815","14600.943"],["10187.961","14509.386"],["10114.165","14573.866"],["10155.198","14462.156"],["10192.130","14464.685"],["10134.407","14452.238"],["10074.449","14485.478"],["10090.057","14516.734"],["10821.352","14742.958"],["10802.029","14761.725"],["10861.783","14815.846"],["10727.589","14806.549"],["10728.280","14718.259"],["10741.882","14712.528"],["10746.891","14824.171"],["9241.837","17666.136"],["9669.027","12968.439"],["9696.067","12939.419"],["9687.548","12939.749"],["9645.444","12964.949"],["12363.220","12084.520"],["12397.744","12094.601"],["6492.648","13244.988"],["6631.170","13287.481"],["6494.727","13368.468"],["6670.462","13271.738"],["6526.282","13262.292"],["10832.610","14402.560"],["10817.056","14371.870"],["10685.697","14425.390"],["10732.646","14340.879"],["7263.730","13277.200"],["7301.474","13363.101"],["9374.616","18712.354"],["12721.751","15140.652"],["8304.729","12779.341"],["8340.463","12798.933"],["8925.611","18664.568"],["8831.153","18624.150"],["8807.813","18640.459"],["8782.614","18616.252"],["11273.785","15003.817"],["11207.807","15031.730"],["10300.476","18075.489"],["10402.262","18058.420"],["10413.134","18174.600"],["5471.714","14564.733"],["10082.883","13694.727"],["10047.784","13675.949"],["10128.592","13784.372"],["10172.579","13625.748"],["10217.513","13636.020"],["10151.411","13714.815"],["10229.088","13807.253"],["9480.370","13422.910"],["9602.882","13586.596"],["9520.718","13431.129"],["9567.682","13603.343"],["10356.377","7622.532"],["14391.264","15350.244"],["14426.932","15382.676"],["8957.386","18813.865"],["8907.521","18678.405"],["8978.396","18853.897"],["7486.448","16529.379"],["13173.715","15288.931"],["13786.523","13773.134"],["13719.730","13698.678"],["10685.792","12870.292"],["7061.847","17715.794"],["8407.098","12779.788"],["8411.720","12839.358"],["8445.557","12794.292"],["13190.326","15022.963"],["13119.887","14905.361"],["13163.261","14965.929"],["13009.214","15019.824"],["4979.120","14070.867"],["4892.850","14139.329"],["4789.542","14137.590"],["13665.012","12532.057"],["9061.141","12121.951"],["9076.618","12026.767"],["7406.395","13045.992"],["7410.321","13057.167"],["7375.577","13168.983"],["7473.083","13066.136"],["7472.188","12986.189"],["11616.812","14766.476"],["11592.643","14808.911"],["11649.525","14824.026"],["11693.430","14812.666"],["9980.169","13712.084"],["9903.513","13656.407"],["9881.691","13665.701"],["9921.948","13633.372"],["9956.099","13815.584"],["9850.470","13529.823"],["9858.082","13572.089"],["9869.034","13425.900"],["9894.824","13464.909"],["8395.496","12455.313"],["8392.694","12358.709"],["9894.601","12643.822"],["10011.421","12722.805"],["9981.587","12581.643"],["10024.603","12647.895"],["8613.277","12107.076"],["8762.902","12093.660"],["8705.458","11961.953"],["9889.692","13425.685"],["14572.809","17282.246"],["8358.041","12913.050"],["10834.608","14216.335"],["10686.259","14224.319"],["10804.464","14171.209"],["10782.024","14162.853"],["10688.253","14147.059"],["10760.843","14182.922"],["12275.762","14074.048"],["8945.163","16004.371"],["8910.294","16037.195"],["8237.763","15621.427"],["8239.162","15654.852"],["8157.281","15650.258"],["13437.093","15050.528"],["13581.808","13895.432"],["8559.246","16324.927"],["8362.801","16275.240"],["7418.019","16612.605"],["7347.219","16710.145"],["7326.447","16770.220"],["6833.968","17037.588"],["6857.761","17035.089"],["10151.239","12663.608"],["10183.887","12596.617"],["10169.989","12630.214"],["10191.204","12660.520"],["10201.014","12695.638"],["8084.429","12322.358"],["8347.825","17926.976"],["8321.592","12293.127"],["8274.494","12332.531"],["10411.777","15281.278"],["10336.610","15103.982"],["10296.539","15219.420"],["10301.486","15154.783"],["10326.139","15149.272"],["10451.536","15275.158"],["10383.292","15229.118"],["10430.742","15226.278"],["10341.479","15123.558"],["10324.687","15293.766"],["10417.740","15249.727"],["10445.015","15250.294"],["10311.677","15095.567"],["10323.353","15101.637"],["14507.065","16748.487"],["8415.188","12028.601"],["8434.267","12082.672"],["8464.742","12036.746"],["8481.617","11949.760"],["9424.567","12714.087"],["9419.181","12654.356"],["9563.791","12753.981"],["7981.797","12647.892"],["7993.952","12577.526"],["9847.818","13030.801"],["9977.981","12984.973"],["4729.159","14287.105"],["4746.206","14315.079"],["4641.976","14322.773"],["4704.776","14301.778"],["9053.595","18579.386"],["9168.086","18505.876"],["9858.592","14782.445"],["9887.090","14723.284"],["9904.556","14767.447"],["9958.286","14841.967"],["9965.776","14799.671"],["9923.248","14846.046"],["9899.823","14716.536"],["9940.262","14772.833"],["9955.461","14707.315"],["13379.493","13920.603"],["5486.388","15053.712"],["5420.181","15076.384"],["10204.436","12517.941"],["9846.292","15819.076"],["9872.719","15861.530"],["9877.097","15922.183"],["9927.243","15894.303"],["10885.240","13902.218"],["9615.147","12185.083"],["9602.107","12269.522"],["11093.708","15600.819"],["12785.653","14660.360"],["8235.857","16696.188"],["8255.439","16745.575"],["9673.636","16449.919"],["9394.642","12810.670"],["9300.350","12886.320"],["9260.757","12925.013"],["9249.051","12829.957"],["9223.326","12878.595"],["9269.161","12863.426"],["9383.961","12945.457"],["9354.195","12910.853"],["9304.708","12985.811"],["10235.662","15000.171"],["10223.612","15002.557"],["13917.864","14975.419"],["13889.405","14940.935"],["13954.253","14950.182"],["14006.483","14922.617"],["13920.079","15031.997"],["9028.179","18272.862"],["9006.397","18300.367"],["9198.468","18411.848"],["14833.507","15747.870"],["14771.503","15718.805"],["14710.555","15853.673"],["14714.741","15801.726"],["14728.483","15740.247"],["12803.450","12207.799"],["12929.603","12282.729"],["9384.823","12730.227"],["9218.277","12574.569"],["9235.290","12587.246"],["9290.969","12715.810"],["9226.253","12627.412"],["10612.428","12899.021"],["10628.754","12933.973"],["10638.746","12855.390"],["10636.111","12923.210"],["10645.494","12941.041"],["8910.626","13364.942"],["8882.497","13326.292"],["8940.815","13391.546"],["8998.031","16732.246"],["12874.192","13262.992"],["12917.184","13357.813"],["12837.738","13268.290"],["9958.031","17056.474"],["9958.292","17155.378"],["9993.778","17157.553"],["10024.107","17156.166"],["6728.463","12960.902"],["7412.078","17861.103"],["8917.243","17615.737"],["8783.832","17526.796"],["8830.774","17593.727"],["8851.577","17518.515"],["8895.356","17548.598"],["8898.930","17543.983"],["8792.579","17487.731"],["8880.126","17507.372"],["13928.539","13876.810"],["12892.427","14960.359"],["12864.020","14929.364"],["12859.712","14890.816"],["8539.579","12587.991"],["14705.814","15674.260"],["8068.005","15876.833"],["7278.527","16974.528"],["10163.046","14762.077"],["10160.569","14681.234"],["10219.345","14667.520"],["4766.989","14514.317"],["4755.134","14654.424"],["4767.788","14595.594"],["8331.811","16123.797"],["13200.974","15526.007"],["9679.420","13299.466"],["9702.738","13317.579"],["9726.513","13288.959"],["9701.365","13234.607"],["9714.332","13354.825"],["12132.994","12116.212"],["13698.478","13068.146"],["11397.686","14744.826"],["11451.072","14707.735"],["11347.544","14766.564"],["13030.253","14647.191"],["13014.378","14594.817"],["13099.590","14624.556"],["6273.188","13392.816"],["6288.190","13239.623"],["6336.036","13387.479"],["8886.226","17671.361"],["8914.448","17759.778"],["8945.607","17656.855"],["8911.437","17660.695"],["8961.965","17633.354"],["8979.370","17661.846"],["10281.888","17286.363"],["10814.737","14451.553"],["10730.436","14487.411"],["10696.673","14568.117"],["10700.123","14482.761"],["9400.328","16273.395"],["14046.430","14541.845"],["7721.485","12259.195"],["7644.051","12252.473"],["7543.115","12253.262"],["10270.848","12727.533"],["10256.119","12758.646"],["10315.823","12562.248"],["10333.558","12615.763"],["10277.723","12601.518"],["12796.217","14672.995"],["13063.218","13313.008"],["13033.359","13243.624"],["13057.607","13349.243"],["13156.406","15418.335"],["13119.821","15321.240"],["13176.332","15470.682"],["13151.968","15430.928"],["13188.525","15499.296"],["13615.071","14774.460"],["10707.346","14678.257"],["10688.145","14744.510"],["10685.875","14742.016"],["10675.777","14785.518"],["10695.303","14760.571"],["10689.911","14852.499"],["10239.808","15448.476"],["10234.117","15335.330"],["10063.747","15340.267"],["10203.241","15346.797"],["10240.922","15358.341"],["10228.915","15440.505"],["10223.553","15370.414"],["10119.137","15390.068"],["10177.580","15417.178"],["10144.677","15369.847"],["10169.203","15350.979"],["12805.354","13788.083"],["12872.208","13728.841"],["12842.069","13668.250"],["12780.213","13670.112"],["12860.156","13791.319"],["8489.834","12499.580"],["9841.520","15581.110"],["14463.928","16809.168"],["8508.638","12647.474"],["8438.070","12635.646"],["8429.600","12607.818"],["8413.688","12648.759"],["8388.475","12651.186"],["8447.955","12716.145"],["8222.266","12731.310"],["8208.086","12677.879"],["8314.939","12673.978"],["6417.145","12785.871"],["11471.715","14521.952"],["13266.396","15644.341"],["12178.330","11957.768"],["9007.818","16341.362"],["4978.498","14362.438"],["4953.202","14299.568"],["7729.452","16210.755"],["7742.652","16167.918"],["13866.649","12645.602"],["13904.755","12707.275"],["9726.077","17315.605"],["9824.988","17354.928"],["9735.450","17361.416"],["9715.888","17399.015"],["9138.811","12146.320"],["9143.332","12252.547"],["10664.299","14389.105"],["10508.738","14249.132"],["10488.432","14275.323"],["10519.379","14307.610"],["10523.990","14377.392"],["10483.234","14381.519"],["10469.294","14432.241"],["10534.346","14301.240"],["10523.252","14352.502"],["14672.386","17301.593"],["14802.601","17219.256"],["4532.758","14133.404"],["4994.021","14538.652"],["5024.682","14537.619"],["5021.767","14487.931"],["5028.306","14464.495"],["5102.740","14613.084"],["5117.291","14641.447"],["5047.007","14615.096"],["5002.590","14612.319"],["5005.359","14453.712"],["13970.843","15071.287"],["12632.043","12607.505"],["12699.442","13370.035"],["12706.163","13182.426"],["9180.779","17307.728"],["7913.496","17643.179"],["13638.652","14068.051"],["13648.707","14156.599"],["13691.301","14204.326"],["13735.529","14155.503"],["13715.586","14060.559"],["6734.488","16815.773"],["6741.946","16960.916"],["6776.301","16843.825"],["6819.768","16976.988"],["6715.770","16849.126"],["10409.070","14884.988"],["10452.793","14909.154"],["10331.401","14934.969"],["10415.858","14949.057"],["10341.384","14989.816"],["10260.596","15022.293"],["10305.636","14988.136"],["10353.657","14972.637"],["10392.399","14949.638"],["10380.129","14985.258"],["10410.740","14993.493"],["10389.613","15063.555"],["10429.046","15078.221"],["10321.898","15003.525"],["10367.746","15066.432"],["11943.537","14308.741"],["10663.984","15044.087"],["10608.640","15068.000"],["10601.084","15077.147"],["10649.110","15033.035"],["10603.008","15063.968"],["10625.868","14974.097"],["10634.181","15019.443"],["13566.499","14635.904"],["13454.064","14484.895"],["13555.495","14450.527"],["6928.806","17495.370"],["6325.045","13156.514"],["6402.715","12974.925"],["6310.666","13018.406"],["6280.432","13051.270"],["4848.612","14521.895"],["4844.477","14450.795"],["4788.814","14528.812"],["4817.409","14471.040"],["4977.588","14511.232"],["4975.485","14486.279"],["4934.873","14532.552"],["4910.234","14543.988"],["4905.305","14527.160"],["4854.339","14554.295"],["4969.604","14622.756"],["4885.905","14652.821"],["4863.633","14624.020"],["4848.210","14610.878"],["4834.919","14654.749"],["4840.590","14574.660"],["4791.810","14570.958"],["4815.094","14609.908"],["4980.200","14647.262"],["4844.396","14658.477"],["13636.010","15090.594"],["13829.441","15119.694"],["13688.233","15088.247"],["13734.582","15092.372"],["11257.935","14839.041"],["11268.231","14822.493"],["14509.483","15523.857"],["14469.198","15510.918"],["14540.269","15528.671"],["14543.705","15627.619"],["9515.887","18481.015"],["9546.473","18473.231"],["9558.943","18530.672"],["10206.585","17158.613"],["8609.012","12309.572"],["9592.173","17712.923"],["9530.185","12793.296"],["9491.146","12783.322"],["9499.814","12961.988"],["9487.495","12918.685"],["9472.166","12969.024"],["9469.733","12799.100"],["9479.256","12887.391"],["9445.720","12876.144"],["11220.342","15141.521"],["11219.874","15203.669"],["11119.098","15244.062"],["11131.877","15232.842"],["11157.959","15129.676"],["11117.257","15142.606"],["11127.066","15179.487"],["10843.258","13940.683"],["10403.798","14509.769"],["10454.538","14639.857"],["10414.937","14635.619"],["7988.976","12764.020"],["7950.673","12780.434"],["8271.517","16793.605"],["8260.605","16782.874"],["13461.811","14399.511"],["13510.729","14263.323"],["13606.261","14266.897"],["13615.080","14424.713"],["13651.409","14566.072"],["13668.653","14601.436"],["14320.464","15773.181"],["14372.908","15825.796"],["14378.946","15889.234"],["14428.512","15821.224"],["14382.616","15727.791"],["9581.934","16031.675"],["7698.937","13455.365"],["7539.865","13576.415"],["7526.263","13511.751"],["7594.365","13450.279"],["13502.219","14168.534"],["5412.538","15121.059"],["5441.698","15240.584"],["12739.654","13716.701"],["12776.693","13754.141"],["12710.070","13813.805"],["14642.608","15817.706"],["14510.335","15911.460"],["10186.532","13849.027"],["10212.000","13831.298"],["10238.648","13852.904"],["10175.890","13828.708"],["8573.461","12339.358"],["8721.108","12364.205"],["8801.298","12220.097"],["8825.580","12208.011"],["8932.249","12147.680"],["11838.651","14502.783"],["9394.112","13377.187"],["9404.437","13331.326"],["9369.288","13175.574"],["8605.798","12143.152"],["14239.185","15503.225"],["14133.740","15301.230"],["14203.310","15367.889"],["14177.058","15391.647"],["14062.807","15333.934"],["14041.114","15368.037"],["14227.663","15450.880"],["14192.431","15391.480"],["14234.418","15419.448"],["14242.049","15359.799"],["14212.963","15381.989"],["14072.525","15297.387"],["9920.728","12514.592"],["8587.560","12971.349"],["8600.523","13063.581"],["8702.742","13076.556"],["8753.022","13091.073"],["11404.171","14216.200"],["11440.569","14182.457"],["10099.225","15082.682"],["10081.862","15074.684"],["10066.502","15026.248"],["10238.446","15033.450"],["10249.488","15083.140"],["10153.676","14889.916"],["10096.141","14892.956"],["10127.566","14958.260"],["10140.694","14914.939"],["9072.125","12856.990"],["9084.181","12810.919"],["9142.483","12796.356"],["9207.562","12742.608"],["9034.303","12899.084"],["9106.797","15939.387"],["13643.214","13882.351"],["4951.632","14674.380"],["4900.883","14662.325"],["4886.526","14724.648"],["9857.468","15191.268"],["9885.757","15171.742"],["9957.772","15186.598"],["9855.480","15152.841"],["9998.673","15215.498"],["9981.354","15279.882"],["9963.146","15244.191"],["9873.068","15162.346"],["10514.712","17914.087"],["10534.044","17947.939"],["9038.829","18833.452"],["9019.349","18741.882"],["8997.262","18704.668"],["9033.387","18720.358"],["9240.269","15768.462"],["6271.540","12847.838"],["14220.430","14693.768"],["9584.529","13263.211"],["9607.490","13210.130"],["9563.086","13311.269"],["9507.785","13324.556"],["9506.664","13294.048"],["9500.577","13150.760"],["9453.085","13216.030"],["9510.656","13241.952"],["9435.869","13228.889"],["11728.792","14862.581"],["14368.629","15524.418"],["14258.913","15622.987"],["14352.742","15589.972"],["14285.027","15638.737"],["14319.403","15550.902"],["14293.485","15572.948"],["14336.460","15528.955"],["14400.617","15578.992"],["10550.780","7929.411"],["10470.029","7908.434"],["10317.823","14060.270"],["10405.186","14158.440"],["10419.165","14218.724"],["10343.289","14027.731"],["10334.928","14208.238"],["10385.834","14176.950"],["10340.950","14055.769"],["10261.402","14198.112"],["10415.767","14124.982"],["14263.136","17216.927"],["8123.258","15979.856"],["10107.569","16463.514"],["10092.175","16410.739"],["10016.726","14531.845"],["10033.595","14540.146"],["9989.911","14593.342"],["9970.223","14618.809"],["14745.581","17447.108"],["14778.910","17516.242"],["14834.868","17487.000"],["10445.323","14723.731"],["10395.714","14753.742"],["10453.272","14676.289"],["10457.060","14687.585"],["5203.726","14719.039"],["9423.741","17432.091"],["13551.852","13561.744"],["13590.835","13600.353"],["11956.276","17577.250"],["8844.725","16746.149"],["8786.637","16744.417"],["8867.407","16772.486"],["8437.787","16105.499"],["8363.097","15995.695"],["8402.372","15971.033"],["8472.195","15958.762"],["8579.454","17500.305"],["8591.090","17461.126"],["8631.735","17464.317"],["8653.277","17414.881"],["8627.184","17593.308"],["8585.243","17565.233"],["8660.647","17598.322"],["8621.255","17604.581"],["8590.278","17420.739"],["7614.542","17058.990"],["7579.670","17016.049"],["7605.929","16988.504"],["7679.067","17107.928"],["7673.409","17095.128"],["7684.363","17077.893"],["11076.384","17704.131"],["10610.268","15196.579"],["10593.657","15110.593"],["14201.538","17061.998"],["9783.577","18298.916"],["9724.986","18322.121"],["9771.303","18443.581"],["9787.226","18245.163"],["9705.546","16184.977"],["8321.064","16377.313"],["8343.083","16399.264"],["11005.088","15326.224"],["8446.904","17810.008"],["8415.429","17828.265"],["8403.176","17658.098"],["8465.096","17646.274"],["8428.275","17649.440"],["8547.223","17813.335"],["8466.435","17708.618"],["8430.279","17673.660"],["10022.517","15296.717"],["8859.594","17119.431"],["8821.854","17113.149"],["8817.636","17087.024"],["8804.958","17002.291"],["8877.541","17080.610"],["8883.058","17046.622"],["8793.670","17051.620"],["7607.049","16430.325"],["7628.234","16451.365"],["7893.123","17907.769"],["7841.418","17914.722"],["7764.271","17918.769"],["7791.376","17906.069"],["10036.207","17917.048"],["9878.815","17961.824"],["9908.815","17982.715"],["11199.426","14712.692"],["11184.886","14772.247"],["11212.156","14724.303"],["11133.434","14726.920"],["11190.018","14763.675"],["11130.018","14793.683"],["11170.676","14783.791"],["11199.981","14789.393"],["11197.876","14808.253"],["11186.642","14777.700"],["11108.092","14721.615"],["11212.333","14762.143"],["11271.356","14766.935"],["11116.320","14750.561"],["11253.626","14751.840"],["11242.590","14777.439"],["11239.662","14776.531"],["11210.699","14794.516"],["11112.404","14700.630"],["11171.397","14683.365"],["7779.376","17401.930"],["10709.323","17632.374"],["10750.142","17804.198"],["7935.696","17038.357"],["8470.297","16392.402"],["8447.750","16372.816"],["8538.461","16488.283"],["8484.464","16383.623"],["8520.657","16406.695"],["8562.221","16496.716"],["8548.270","16449.001"],["8431.447","16435.523"],["8455.705","16423.931"],["8535.699","16389.244"],["8546.871","16368.952"],["10220.014","15152.619"],["10179.685","15247.434"],["10236.802","15230.207"],["10232.675","15168.272"],["10097.308","15182.774"],["10191.728","15117.769"],["10052.719","15205.631"],["10224.087","15165.362"],["10210.202","15132.535"],["10144.371","15176.669"],["10125.443","15138.840"],["10192.134","15255.890"],["10226.728","15095.250"],["10144.103","15086.492"],["10234.830","15213.267"],["10246.694","15246.027"],["7286.837","17330.718"],["11708.544","17417.863"],["7209.741","17043.840"],["8493.263","17307.262"],["8411.988","17215.390"],["8416.955","17222.739"],["8375.965","17302.117"],["8399.040","17336.700"],["8358.167","17298.449"],["8547.805","17332.241"],["8525.159","17381.997"],["8566.172","17309.006"],["8535.519","17334.903"],["8509.086","17401.531"],["8484.831","17369.166"],["8540.132","17290.775"],["8227.853","17413.195"],["8259.454","17431.075"],["8167.036","17437.385"],["9742.293","17523.216"],["9719.777","17517.221"],["9729.768","17548.408"],["9711.164","17535.060"],["8513.609","15359.719"],["8405.216","15323.956"],["9344.996","16858.632"],["7285.509","16768.593"],["8156.111","17697.584"],["8146.441","17624.352"],["8295.460","17629.999"],["8336.889","17816.261"],["10295.603","17555.658"],["9728.640","18473.397"],["9710.425","18497.364"],["10707.649","17574.093"],["10713.272","17435.816"],["8669.034","17402.280"],["8583.919","17318.601"],["8590.490","17371.828"],["8638.801","17372.154"],["8626.679","17380.065"],["8611.337","17358.917"],["8608.344","17360.734"],["8599.463","17329.051"],["8609.299","17304.130"],["8661.070","17329.261"],["8727.525","17394.165"],["8570.452","17329.412"],["8637.567","17285.992"],["8686.103","17345.592"],["7500.859","17660.948"],["7865.578","15285.528"],["7320.874","16898.029"],["7495.049","16961.016"],["7510.679","16962.934"],["7501.304","16974.577"],["7510.767","16899.726"],["7497.889","16890.197"],["7504.655","16793.538"],["7491.453","16821.780"],["7951.923","17669.629"],["7974.015","17804.404"],["8120.655","17766.492"],["9354.957","16721.303"],["9390.191","16757.817"],["9334.178","16700.242"],["8924.384","16926.272"],["8856.407","16956.532"],["8880.685","16878.617"],["8839.180","16948.571"],["8883.460","16985.841"],["8878.743","16931.519"],["8924.769","16844.335"],["8534.868","16080.702"],["8554.120","16009.912"],["8364.922","17241.773"],["7079.442","16879.123"],["7015.893","16816.878"],["6964.683","16906.190"],["8610.392","16494.304"],["8739.739","16441.681"],["8694.688","16403.984"],["8673.750","16397.328"],["8585.223","16373.117"],["8639.754","16469.531"],["8584.436","16422.755"],["9720.088","15269.890"],["10772.641","15105.367"],["10738.399","15256.427"],["10779.047","15199.541"],["8025.131","17575.415"],["10684.128","15042.955"],["10848.122","14951.904"],["10797.250","14963.416"],["10800.670","15064.115"],["10744.966","14937.335"],["10745.225","15022.621"],["10781.773","14981.998"],["10763.511","14992.962"],["10743.070","15052.539"],["7656.764","17017.701"],["7698.813","17054.185"],["7671.527","17041.237"],["7717.147","17032.707"],["8608.528","17026.490"],["8671.467","17099.326"],["8643.413","17057.468"],["10698.854","15320.761"],["10812.028","15390.697"],["10879.486","15417.405"],["10876.085","15299.959"],["7015.327","17014.269"],["7643.294","16955.653"],["7670.499","16970.412"],["7662.110","16872.838"],["7595.724","16957.750"],["10159.207","17781.304"],["8146.787","17952.951"],["8170.241","17918.252"],["7293.285","17414.379"],["7309.701","17129.419"],["7495.489","17181.979"],["7334.753","17192.513"],["7428.201","17038.563"],["7436.766","17068.212"],["7478.141","16989.934"],["7511.624","17023.517"],["10347.813","17658.877"],["10376.605","17655.179"],["10285.662","17731.410"],["10387.135","17735.879"],["10380.274","17761.314"],["9891.207","16290.478"],["9038.864","17418.339"],["9182.312","17488.180"],["14607.384","16544.724"],["7715.934","16313.249"],["8880.489","16708.184"],["8792.231","16714.775"],["8823.657","16636.677"],["8786.719","16727.699"],["8138.836","17724.012"],["8132.959","17678.012"],["9661.646","15079.888"],["9665.975","15063.955"],["9777.040","14921.677"],["9793.574","14921.873"],["9824.883","14919.600"],["11426.792","17688.017"],["11432.324","17705.865"],["11499.727","17688.671"],["8761.326","17124.223"],["8770.031","17026.018"],["8742.720","17086.599"],["8721.521","17119.972"],["8759.025","16999.277"],["8767.128","17190.902"],["10895.000","14890.058"],["10939.785","15032.008"],["10998.066","14969.038"],["10978.495","14966.662"],["10034.667","18060.040"],["7509.333","17669.993"],["7387.455","17718.943"],["7412.504","17726.904"],["7567.575","17570.375"],["7591.556","17544.974"],["8445.101","17052.269"],["8467.786","17059.435"],["8438.210","17180.387"],["8410.348","17187.736"],["8484.699","17095.411"],["8423.208","17092.389"],["7916.514","17003.334"],["7899.122","17064.252"],["7842.149","17062.171"],["7830.323","17051.190"],["7814.402","17011.372"],["7839.566","17097.487"],["7758.471","17171.275"],["7781.013","17138.197"],["7774.977","17144.126"],["7760.249","17139.488"],["7768.038","17111.464"],["8893.051","17145.988"],["14607.327","17051.760"],["14448.809","17080.061"],["8651.348","17916.927"],["8738.674","17957.289"],["8586.049","17857.951"],["10098.791","17947.897"],["10048.488","18041.495"],["8120.487","15632.154"],["8124.001","15644.587"],["8024.713","15664.701"],["8054.079","15645.894"],["8048.582","15638.696"],["7962.761","15574.372"],["8228.049","16403.636"],["8328.200","16521.285"],["8257.520","16410.076"],["8343.292","16453.454"],["8329.725","17249.403"],["8342.286","17261.051"],["8192.540","17286.937"],["7180.883","16851.498"],["8063.288","16884.644"],["8002.443","16827.800"],["8048.255","16863.301"],["7996.939","16879.882"],["7964.246","16878.741"],["7947.453","16831.226"],["7956.162","16924.031"],["7939.947","16866.298"],["10589.252","17389.761"],["10984.819","15162.906"],["9468.332","16340.660"],["9456.323","16295.253"],["9611.376","16302.482"],["9538.290","16238.355"],["9574.461","16302.661"],["9454.326","16166.662"],["9182.936","15798.067"],["8338.038","16706.712"],["8154.882","16768.746"],["8216.026","16766.781"],["8152.033","16700.296"],["8146.194","16687.843"],["8189.389","16666.632"],["8149.223","16732.909"],["8158.598","16724.222"],["8186.985","16698.429"],["10467.585","18056.995"],["7881.433","16784.934"],["7831.249","16776.013"],["7809.410","16817.340"],["7811.137","16854.202"],["7788.032","16877.848"],["7832.888","16875.868"],["7899.848","16872.216"],["7894.750","16919.204"],["7859.870","16894.253"],["7902.148","16820.793"],["7891.362","16840.971"],["7773.780","16972.107"],["7810.852","16949.184"],["7913.408","16885.164"],["7866.541","16985.916"],["7925.801","16929.847"],["7924.932","16966.645"],["7751.343","16817.250"],["7754.812","16917.549"],["8998.085","17657.095"],["9083.618","17634.097"],["9654.510","15352.805"],["9639.458","15372.317"],["9694.809","15407.039"],["9688.046","15437.576"],["9692.856","15420.087"],["9683.302","15370.870"],["9828.252","15340.723"],["9804.607","15434.115"],["7652.996","18080.215"],["14724.089","17156.250"],["11738.517","17430.951"],["8331.940","17005.824"],["7983.194","15402.601"],["8107.667","15377.583"],["9515.321","18750.136"],["9433.254","18846.447"],["9420.406","18788.490"],["8414.242","17991.230"],["8495.793","17891.642"],["8414.481","17890.651"],["8506.129","17952.340"],["8544.837","18040.605"],["8469.700","17971.157"],["8429.279","18026.440"],["8400.940","18026.869"],["8358.397","18007.304"],["8393.493","17876.489"],["8378.986","17514.208"],["8526.537","17452.970"],["8550.731","17452.210"],["8558.253","17524.764"],["8529.890","17515.655"],["8522.439","17524.821"],["8487.913","17557.261"],["8483.206","17590.047"],["8361.289","17566.041"],["8437.903","17549.520"],["8401.891","17553.210"],["8372.582","17564.408"],["8558.649","17425.364"],["8436.477","17583.609"],["8559.805","17594.019"],["10403.334","17864.118"],["10383.552","17894.005"],["10417.917","17839.438"],["10397.959","17904.453"],["10349.942","17973.776"],["10330.608","18028.998"],["9833.354","14894.336"],["7781.033","18105.504"],["7576.911","17406.690"],["7532.379","17322.972"],["7535.422","17330.883"],["7537.347","17369.246"],["7900.617","17889.308"],["7839.327","17862.946"],["7933.295","17968.680"],["7433.961","16508.544"],["11641.109","17647.562"],["9874.328","18263.447"],["7917.448","17529.236"],["7886.071","17518.569"],["7897.963","17526.827"],["7799.054","17504.061"],["7826.110","17476.861"],["7760.083","17434.779"],["9333.051","17475.163"],["10545.343","17796.915"],["8272.754","17443.203"],["8284.718","17455.237"],["8225.148","17459.908"],["8331.947","17494.489"],["8295.843","17557.368"],["8260.465","17534.610"],["8302.856","17543.895"],["8291.211","17518.346"],["8355.115","17551.406"],["8294.523","17523.610"],["8252.536","17594.742"],["8075.962","16425.173"],["10766.605","7588.789"],["8693.021","17639.140"],["8659.600","17628.140"],["8705.655","17679.655"],["8717.974","17669.730"],["8582.315","17731.402"],["8573.729","17732.376"],["8717.021","17791.676"],["8759.213","17791.273"],["9110.069","16845.877"],["9154.025","16865.020"],["8988.254","16934.893"],["8235.365","18122.900"],["10932.451","14773.014"],["10957.009","14797.719"],["10917.599","14794.467"],["11069.097","14782.750"],["11070.244","14765.842"],["11081.741","14753.489"],["11068.978","14783.513"],["10966.827","14769.409"],["10996.578","14745.559"],["11007.542","14828.725"],["10986.196","14869.769"],["11053.201","14733.474"],["10943.144","14751.759"],["8090.558","16531.617"],["7941.350","16466.866"],["8021.326","16460.683"],["8023.452","16472.773"],["7955.139","16379.835"],["8957.333","16248.671"],["8982.185","16217.028"],["8990.175","17396.876"],["9025.618","17239.793"],["9050.195","17281.495"],["10999.897","14882.617"],["8515.849","16963.507"],["8384.798","16795.556"],["9250.394","16095.633"],["9634.540","15384.179"],["9683.072","15969.033"],["9863.602","17473.291"],["10086.544","14645.165"],["10100.474","14599.187"],["10156.285","14639.126"],["10727.964","14781.273"],["10812.635","14768.127"],["10745.681","14810.512"],["10773.213","14738.505"],["10727.409","14733.122"],["10756.208","14724.518"],["10783.839","14710.827"],["8257.114","16919.893"],["8272.871","16881.808"],["8270.315","16889.324"],["8277.268","16855.313"],["8214.556","16859.349"],["8221.579","16841.397"],["8156.490","16807.897"],["8171.819","16783.636"],["8152.497","16777.846"],["8217.655","16799.646"],["8200.608","16859.045"],["8167.582","16828.971"],["8214.395","16918.970"],["8193.358","16960.093"],["8268.054","16822.870"],["9227.955","17764.071"],["9239.714","17760.848"],["7775.069","15885.439"],["7733.076","15840.006"],["7929.919","15912.292"],["8329.680","17300.464"],["8276.916","17325.441"],["8297.062","16991.249"],["10424.261","18052.220"],["10415.502","18150.195"],["10393.628","18137.919"],["7513.541","17291.133"],["7506.041","17243.684"],["7485.670","17227.908"],["7354.161","17208.863"],["7315.872","17258.142"],["7330.576","17299.843"],["7338.679","17371.511"],["7428.205","17366.862"],["7405.738","17389.636"],["7425.002","17258.491"],["7417.436","17240.886"],["8170.607","15462.076"],["9618.501","16657.683"],["9430.089","16609.606"],["9436.565","16702.582"],["9504.809","16696.795"],["7910.930","16628.239"],["7838.342","16580.271"],["7904.493","16590.627"],["7887.046","16572.912"],["7829.749","16656.655"],["7796.489","16672.458"],["7859.554","16692.298"],["7824.801","16734.970"],["7776.079","16764.393"],["8574.595","16834.235"],["8569.243","16800.686"],["8705.265","16833.197"],["8741.852","16907.824"],["8712.918","16881.966"],["8770.736","16948.911"],["8574.611","16946.132"],["8596.996","16820.231"],["8597.779","16791.438"],["8615.028","16784.113"],["8628.021","16937.678"],["8735.719","16786.733"],["8756.377","16814.654"],["8667.077","16969.793"],["8718.613","16972.605"],["8248.107","16348.243"],["8325.776","16321.358"],["8108.195","18006.227"],["8091.518","18010.768"],["8093.484","17850.461"],["8076.278","17878.391"],["7959.013","17964.438"],["14603.006","17236.719"],["8282.481","16280.706"],["8336.832","16269.976"],["8329.881","16295.258"],["8284.357","16181.429"],["8265.619","16184.142"],["8200.383","16217.881"],["8191.274","16207.290"],["8164.988","16217.524"],["8164.011","16231.137"],["8231.009","16305.686"],["8894.587","15953.392"],["8927.596","15992.333"],["8173.350","15666.492"],["8191.062","15658.648"],["9543.598","10465.692"],["9562.642","10507.645"],["9561.708","10463.841"],["9482.419","10513.509"],["9604.505","10557.769"],["8551.672","16284.907"],["7323.355","16662.974"],["7358.595","16667.816"],["7307.300","16732.176"],["7406.862","16621.429"],["11894.534","17499.381"],["8348.093","18028.978"],["8354.555","17854.428"],["10270.978","15242.988"],["10296.955","15234.370"],["10263.499","15215.925"],["14537.106","16820.247"],["7297.387","17723.994"],["7256.874","17731.152"],["9979.290","14671.542"],["9963.149","14765.720"],["9901.444","14860.572"],["9917.666","14722.151"],["9266.421","17435.862"],["8652.778","16312.474"],["8654.913","16338.619"],["8348.582","16605.106"],["8203.353","16675.002"],["8194.495","16659.395"],["8329.846","16762.208"],["9648.087","16370.823"],["8526.230","16881.055"],["8471.057","16912.512"],["8468.230","16842.706"],["8488.022","16811.766"],["8582.245","16983.220"],["8607.547","16966.381"],["9567.423","16519.746"],["9580.976","16509.440"],["9548.666","16424.394"],["9608.485","16450.042"],["9508.568","16396.107"],["9461.920","16537.621"],["9466.361","16557.769"],["9559.727","16538.528"],["9505.681","16530.865"],["10145.236","18046.486"],["10042.361","18232.883"],["9339.953","16633.624"],["8129.830","16213.724"],["7970.871","16278.200"],["8000.630","16305.952"],["7562.943","16966.404"],["7618.165","16930.188"],["7585.795","16890.184"],["8836.336","17433.754"],["8981.167","17556.787"],["8008.479","15893.954"],["7975.633","15889.966"],["7561.412","17675.181"],["7564.373","17651.201"],["10146.668","14664.849"],["8349.247","15953.847"],["11934.976","17647.416"],["7579.367","17297.669"],["7528.413","17291.063"],["7574.059","17367.215"],["9289.076","15699.321"],["8981.242","17686.087"],["8831.665","17718.760"],["9633.270","10430.495"],["14312.100","17217.197"],["8522.983","16757.657"],["8398.367","16722.014"],["8400.873","16658.630"],["8409.121","16686.485"],["8364.896","16708.891"],["9345.877","16249.726"],["6598.565","15253.844"],["9679.318","15152.997"],["10683.162","14817.491"],["10676.961","14811.017"],["10687.984","14746.285"],["10696.767","14719.349"],["10706.372","14722.668"],["10692.853","14802.635"],["10690.649","14728.432"],["8441.059","16645.319"],["8449.480","16655.294"],["8525.234","16664.692"],["8499.393","16591.210"],["8473.404","16596.345"],["8796.772","16889.256"],["8817.104","16878.128"],["8861.943","16826.009"],["8889.875","16835.809"],["8830.631","16779.585"],["8846.457","16860.109"],["9596.935","15387.973"],["9579.885","15367.575"],["7484.582","17480.082"],["7512.016","17515.490"],["7766.556","16229.704"],["7770.553","16234.262"],["7751.493","16313.546"],["7923.229","16503.040"],["7878.065","16533.251"],["7905.412","16387.087"],["9692.706","17340.358"],["9699.967","17359.326"],["9802.016","17298.506"],["9702.704","17393.830"],["7977.143","18095.424"],["10340.073","14960.829"],["10391.809","14921.582"],["10326.915","14984.278"],["10417.434","14925.940"],["8366.667","16293.147"],["8454.312","16188.359"],["8449.921","16329.899"],["8367.971","16326.936"],["8361.851","16157.529"],["8529.975","16345.785"],["8462.879","16164.850"],["8377.212","16205.772"],["8439.519","16162.024"],["8504.480","16314.331"],["10597.613","15062.052"],["10620.689","15062.349"],["10636.543","15012.862"],["10637.071","15035.832"],["10624.407","15005.361"],["10628.124","14928.235"],["10573.904","15030.139"],["7145.753","17215.345"],["11270.370","14827.497"],["11141.892","14836.125"],["9568.200","18494.816"],["9535.982","18498.054"],["14654.005","16637.762"],["7918.712","15947.064"],["7864.584","15938.520"],["7839.502","15943.643"],["8338.544","16951.467"],["7740.513","17195.367"],["9691.026","10461.452"],["9640.784","10584.480"],["8107.949","16695.142"],["8054.742","16710.089"],["8116.521","16637.423"],["8106.866","16668.406"],["8029.345","16627.232"],["8080.908","16597.405"],["8041.612","16579.934"],["8087.204","16600.628"],["8140.300","16584.683"],["8028.102","16658.536"],["8035.191","16628.957"],["8131.877","16603.107"],["8731.244","17336.998"],["8737.359","17354.894"],["8770.759","17400.479"],["10127.820","15003.905"],["9037.551","16094.727"],["9096.389","16024.128"],["7479.962","17380.906"],["7512.838","17389.620"],["7457.296","17404.137"],["10516.472","17920.148"],["10494.422","17961.614"],["7571.640","17431.909"],["7536.781","17414.229"],["7542.421","17432.755"],["7695.035","17442.697"],["7719.082","17443.919"],["9084.141","18814.490"],["7335.472","17413.686"],["7428.464","17478.316"],["7400.109","17481.471"],["7498.708","17617.029"],["7369.624","17602.589"],["7365.430","17576.610"],["8768.165","16704.581"],["8574.701","16761.256"],["8579.228","16689.232"],["8573.092","16707.892"],["8752.204","16742.888"],["8720.521","16766.881"],["8738.767","16652.028"],["8777.480","16601.536"],["8800.813","16046.262"],["7952.108","15978.607"],["7979.199","15956.342"],["9943.132","14639.979"],["10430.198","14725.525"],["10406.164","14865.813"],["10257.107","14726.099"],["10415.542","14745.860"],["9563.200","10400.672"],["9423.510","17498.914"],["13677.503","13581.195"],["14911.573","9474.487"],["14727.528","8691.789"],["13770.232","14826.282"],["13257.188","14168.552"],["13336.404","14242.037"],["13799.976","9393.097"],["13828.480","9557.050"],["14000.838","8841.620"],["13901.887","8776.966"],["13894.757","8792.225"],["13932.339","8913.514"],["15106.433","9241.547"],["15095.924","9231.341"],["15129.907","9222.183"],["15140.821","9341.954"],["15172.273","9285.570"],["14846.914","9033.314"],["14881.963","8965.189"],["12757.095","12273.234"],["14445.040","9688.648"],["14402.699","8383.316"],["14366.497","8488.573"],["14436.642","9522.259"],["14620.008","9824.862"],["12966.927","12629.705"],["13106.259","13534.226"],["13089.635","13560.325"],["12999.889","13500.901"],["10784.288","7766.308"],["14407.480","9379.428"],["6564.399","12724.660"],["13294.123","13464.313"],["13364.193","13578.816"],["13326.321","13572.867"],["10365.755","8087.227"],["10639.723","7791.727"],["14047.256","8865.191"],["13849.454","14324.891"],["13365.358","13270.808"],["13271.221","13311.580"],["14607.664","8622.603"],["13027.243","13634.120"],["15064.060","8950.873"],["14939.185","8814.187"],["14973.923","8807.014"],["14970.432","8863.605"],["10659.483","8151.134"],["13058.146","12688.916"],["14596.245","9636.457"],["14465.451","9681.464"],["14617.411","9599.439"],["14613.819","9781.100"],["14613.319","9678.246"],["13547.075","13740.802"],["15158.176","9052.440"],["15140.871","9117.983"],["15117.368","9093.097"],["6471.022","12871.495"],["13231.455","13782.957"],["13967.342","9500.611"],["13910.620","9495.289"],["13843.745","9434.342"],["13370.767","13078.850"],["13327.565","12997.515"],["14572.707","8764.465"],["12830.576","12453.525"],["14207.993","9386.489"],["14142.388","9557.531"],["14185.140","9497.717"],["14192.785","9400.118"],["10630.638","7609.919"],["10011.959","7958.759"],["9983.475","7937.915"],["14109.422","9011.217"],["14177.813","9154.526"],["14196.439","9021.329"],["14210.956","9057.389"],["14815.837","8877.990"],["14797.577","8811.928"],["14727.243","8849.764"],["14811.458","8911.237"],["14702.412","8924.240"],["14764.761","8917.451"],["14758.388","8945.708"],["14739.274","8600.581"],["14064.737","9044.728"],["13142.183","13887.341"],["13141.517","14013.971"],["13129.001","12866.512"],["13095.079","12853.648"],["13760.938","14907.024"],["13660.704","14916.342"],["10707.203","7657.984"],["12970.652","13417.661"],["12972.449","13444.860"],["14473.402","9462.371"],["14477.910","9508.737"],["14512.399","9422.314"],["14518.634","9454.870"],["14518.514","9525.632"],["14544.761","9486.091"],["14648.502","9458.570"],["14532.050","8502.047"],["14544.929","8520.412"],["14531.451","8413.605"],["14510.241","8418.610"],["14971.901","9221.012"],["14995.849","9240.665"],["14519.207","9342.780"],["14472.509","9225.065"],["14505.594","9220.330"],["14475.257","9195.029"],["13964.208","9222.557"],["13984.012","9171.555"],["13926.558","9246.713"],["13849.790","9167.299"],["13951.991","9302.616"],["13862.801","9184.621"],["14494.335","9530.504"],["14670.532","9531.894"],["14371.045","8802.214"],["14282.301","8892.914"],["6580.183","13254.399"],["13052.733","14240.715"],["13126.809","14298.644"],["12994.907","12535.088"],["15081.206","9127.303"],["13682.251","13752.357"],["15043.400","9368.324"],["14676.900","8528.940"],["14692.412","9791.994"],["14683.725","9705.134"],["13544.126","14914.244"],["13438.741","13908.796"],["13586.463","13869.777"],["12512.902","14483.670"],["14283.105","9021.440"],["14276.590","8978.528"],["14893.737","8944.451"],["15006.932","8876.385"],["14724.673","9559.995"],["14692.915","9542.856"],["14709.175","9515.929"],["14808.314","9487.531"],["14974.282","9149.953"],["15003.459","9151.142"],["14927.063","9075.999"],["14958.971","9054.348"],["13844.704","14891.498"],["13410.660","14865.311"],["13504.864","14831.724"],["13806.239","13052.288"],["12866.748","13281.200"],["6685.124","12960.820"],["13842.166","13933.020"],["13688.506","8739.400"],["13636.664","13138.918"],["6381.975","13385.482"],["14708.383","9885.917"],["14428.460","8706.173"],["14328.170","8735.506"],["7633.050","12181.435"],["7699.279","12190.563"],["13142.152","13370.927"],["13108.732","13367.340"],["15062.830","9395.701"],["15048.188","9476.746"],["12977.117","13656.466"],["15116.997","9400.161"],["14097.554","14353.377"],["10100.647","8009.178"],["10190.977","8099.307"],["14413.137","9311.909"],["14440.030","9326.760"],["14285.161","9302.564"],["14411.236","9209.208"],["14009.484","14988.081"],["14854.192","9388.922"],["14810.007","9434.067"],["14047.302","9593.823"],["13736.403","8985.830"],["13701.370","9018.134"],["13794.883","9123.866"],["13757.871","14045.216"],["13827.579","14082.242"],["14078.058","8852.164"],["14215.132","8810.859"],["14190.149","8882.542"],["13482.988","14483.347"],["13634.617","14994.410"],["13421.847","12805.205"],["13506.724","14410.642"],["13696.841","14582.596"],["13472.300","14161.052"],["13612.243","14130.356"],["13589.696","8775.803"],["13945.793","9109.014"],["13968.989","9108.267"],["13979.665","9039.640"],["13951.769","8975.189"],["13862.779","9038.406"],["13907.214","9008.108"],["13688.565","13876.257"],["6311.110","12910.521"],["14153.358","14741.672"],["14620.316","8557.375"],["14159.819","9167.408"],["10528.508","8075.296"],["12937.453","12723.606"],["12942.032","12630.609"],["14159.934","14803.753"],["13416.992","13471.992"],["14006.251","14552.344"],["14902.564","9409.154"],["14923.135","9449.448"],["14810.759","8680.677"],["13404.229","14884.335"],["13712.104","14795.665"],["13702.294","14856.986"],["13839.575","13747.866"],["13226.959","14172.810"],["13401.667","14301.959"],["13261.465","14373.564"],["13817.692","9406.051"],["13775.545","9470.742"],["13874.839","8771.957"],["13914.576","8807.386"],["13957.816","8846.680"],["15105.034","9212.566"],["15153.505","9320.654"],["15102.724","9371.018"],["14844.323","8999.458"],["14862.644","9070.919"],["14434.447","9719.383"],["14361.485","8378.783"],["14386.565","8390.385"],["13963.750","14860.206"],["13345.569","12690.932"],["14363.870","9451.213"],["13758.380","13911.444"],["14667.166","9801.177"],["12883.027","12573.178"],["13627.637","13211.269"],["6472.991","13398.220"],["13142.053","13514.428"],["13096.986","13446.183"],["10733.752","7753.340"],["10807.479","7773.724"],["14447.019","9413.059"],["14431.757","9393.879"],["13468.286","13076.637"],["6581.734","12725.783"],["13267.476","13588.009"],["13326.315","13550.728"],["13391.733","13493.805"],["14167.226","13332.549"],["10343.124","8057.648"],["10647.133","7872.126"],["14171.164","8792.157"],["14041.424","8893.665"],["14021.031","14356.766"],["13864.786","13568.726"],["13778.585","14256.937"],["13709.291","14400.610"],["6618.299","12994.538"],["13231.638","13338.420"],["13399.267","13222.353"],["14585.297","8628.219"],["14494.605","8738.086"],["14537.624","8660.894"],["12993.433","13696.862"],["13095.125","13647.596"],["13120.917","13774.675"],["13342.030","13884.453"],["14998.674","8850.448"],["15085.268","8939.305"],["7849.323","12313.118"],["10563.378","8126.898"],["10526.865","8209.393"],["14558.579","9620.309"],["14573.053","9750.996"],["14640.064","9692.131"],["14629.553","9748.095"],["13498.522","13652.079"],["13590.266","13654.801"],["15161.437","9109.101"],["15160.622","9068.976"],["15106.200","9030.253"],["6559.704","12852.535"],["13386.433","13615.690"],["13219.112","13755.034"],["13395.745","13693.399"],["13915.801","9465.425"],["13895.260","9453.262"],["13882.580","9542.126"],["13871.939","9505.239"],["13839.554","9551.111"],["13325.172","13076.073"],["14212.331","9272.836"],["13039.351","13119.209"],["14551.377","8835.762"],["14056.653","9580.645"],["14168.048","9519.750"],["13874.587","14664.918"],["14119.531","9034.558"],["14131.227","9146.981"],["14154.786","9119.926"],["14172.508","9052.155"],["14161.673","9004.000"],["13140.391","12689.324"],["14822.548","8943.705"],["14711.182","8832.634"],["14781.435","8770.325"],["14699.342","8562.319"],["14720.021","8555.385"],["14043.663","9084.475"],["14050.692","9033.572"],["13067.388","13967.283"],["13116.449","12843.165"],["13014.117","12827.517"],["13013.992","12934.267"],["13157.247","12917.172"],["13066.778","12899.870"],["13661.660","14961.568"],["10759.144","7684.871"],["14546.351","9420.280"],["14579.895","9462.737"],["14573.480","9490.185"],["14508.513","9496.264"],["14585.535","8476.647"],["14540.636","8400.079"],["14654.802","8520.408"],["14926.490","9264.100"],["14926.687","9285.884"],["14515.497","9242.047"],["14523.507","9281.808"],["14497.075","9303.530"],["14476.280","9277.103"],["14506.533","9191.054"],["13928.405","9314.752"],["14030.496","9309.353"],["13994.716","9191.980"],["13975.280","9205.711"],["13867.509","9244.132"],["13915.677","9215.471"],["14026.596","9274.292"],["13964.442","9306.431"],["14554.034","9553.041"],["14565.651","9586.805"],["14625.285","9535.676"],["14575.780","9527.528"],["14279.602","8769.171"],["6469.423","13247.709"],["13135.371","14330.277"],["13056.850","12451.587"],["15089.108","9020.663"],["15087.869","9153.652"],["15063.617","9213.148"],["14047.125","14474.592"],["14721.682","9703.922"],["14714.807","9693.360"],["13514.523","15003.899"],["13544.500","14952.218"],["13539.785","13935.531"],["12522.627","14501.551"],["14345.217","8991.365"],["14314.061","9002.998"],["14974.668","8925.290"],["14741.244","9554.457"],["14692.256","9578.806"],["14754.756","9579.301"],["14715.769","9474.827"],["14716.648","9495.556"],["13387.867","13903.611"],["14937.884","9154.528"],["14916.615","9066.892"],["15001.484","9081.755"],["15006.022","9008.704"],["14905.827","9074.915"],["14892.944","9000.076"],["14992.357","9026.205"],["12854.279","12289.963"],["12782.026","12303.564"],["13457.926","14852.407"],["12952.934","13249.805"],["12962.775","13267.632"],["13740.345","8773.578"],["13791.245","8773.408"],["13884.769","13934.438"],["13950.497","13937.041"],["10368.212","8120.741"],["14725.274","9840.648"],["14139.132","14652.559"],["7577.882","12206.902"],["15085.270","9380.260"],["15072.577","9435.933"],["15060.362","9455.152"],["6347.531","12863.282"],["14464.461","9154.044"],["14655.041","8963.619"],["14427.731","9251.780"],["14825.301","9405.537"],["14831.061","9436.383"],["13817.717","9044.826"],["13713.623","9015.062"],["13819.029","9160.405"],["13650.137","14178.614"],["13731.153","14102.007"],["13735.467","14123.554"],["13739.819","14029.965"],["14071.063","8930.042"],["14112.284","8849.717"],["14223.442","8920.949"],["14230.094","8947.776"],["13911.619","12910.618"],["13609.583","14609.475"],["13518.636","12904.479"],["13576.263","12809.322"],["13547.803","14309.266"],["13567.347","8788.901"],["13913.743","9105.932"],["13975.089","9157.943"],["13918.067","9045.698"],["13903.168","9009.198"],["13911.523","9133.405"],["14658.141","8589.203"]] \ No newline at end of file diff --git a/src/gathering/10558.json b/src/gathering/10558.json new file mode 100644 index 0000000..9b5489e --- /dev/null +++ b/src/gathering/10558.json @@ -0,0 +1 @@ +[["9436.714","19023.883"],["9508.854","19014.861"],["9496.380","19061.643"],["9605.740","19031.069"],["9617.413","19099.469"],["7269.069","19167.054"],["7292.986","19225.620"],["13703.425","18647.606"],["13775.185","18583.774"],["13648.448","18492.288"],["8687.566","17588.517"],["8725.856","17587.233"],["8760.095","17618.661"],["8749.569","17495.248"],["8767.365","17525.058"],["8686.066","17452.356"],["8721.376","17499.114"],["8608.786","17505.329"],["8722.075","17545.262"],["8680.343","17583.773"],["8695.000","17609.830"],["12228.777","18674.076"],["12292.346","18599.906"],["8943.157","18300.037"],["8948.195","18434.774"],["8962.479","18438.765"],["8074.362","19463.463"],["8121.245","19474.282"],["7963.017","19479.350"],["8030.837","19470.966"],["8042.875","19408.785"],["8021.183","19352.041"],["8132.211","19421.131"],["8127.429","19502.456"],["17512.996","4190.107"],["17506.994","4200.430"],["17494.259","4233.302"],["17493.446","4247.161"],["17522.290","4300.487"],["8616.263","18867.391"],["8631.441","18789.029"],["8674.016","18798.256"],["8769.607","18744.566"],["8681.360","18775.219"],["12237.182","16983.650"],["12275.451","16985.191"],["12260.499","16954.656"],["12237.156","16954.644"],["12331.984","16870.540"],["9692.302","18290.783"],["9681.907","18281.253"],["9743.930","18274.089"],["9650.818","18133.349"],["9712.997","18175.734"],["9770.567","18133.427"],["9634.724","18159.613"],["9712.716","18210.522"],["9798.865","18120.842"],["9775.150","18194.512"],["9757.544","18162.587"],["9714.962","18171.737"],["9796.557","18047.110"],["9811.827","18057.793"],["9646.992","18086.940"],["9771.662","18119.375"],["9673.832","18058.725"],["9778.732","18201.876"],["9758.712","18165.933"],["9757.644","18217.321"],["14069.570","15864.843"],["14166.446","15897.565"],["8661.184","18346.298"],["10299.873","18917.617"],["10323.654","19033.028"],["10354.317","18915.843"],["10361.010","18977.638"],["10300.074","19090.196"],["10459.065","18897.796"],["10395.339","18999.988"],["10417.130","19036.081"],["10330.823","18997.286"],["6696.279","18295.591"],["9999.313","18710.435"],["9900.146","18705.715"],["9879.405","18765.316"],["12863.727","16359.032"],["12833.713","16363.864"],["9239.058","19150.232"],["9407.849","19118.498"],["5220.940","16512.164"],["5360.136","16393.004"],["5343.799","16366.608"],["24382.832","7874.714"],["9943.168","18855.691"],["9926.928","18789.047"],["9897.557","18841.315"],["4822.312","18370.118"],["10883.001","18896.413"],["5135.505","16015.952"],["5173.441","16024.138"],["5145.820","16050.939"],["5103.922","16036.328"],["10994.135","18077.420"],["10980.184","18113.908"],["11016.166","18181.289"],["11035.304","18136.927"],["10983.502","18251.107"],["7389.723","19576.375"],["7340.802","19699.843"],["11844.965","18435.378"],["7751.444","17970.802"],["7891.225","18041.374"],["5964.917","20356.406"],["23849.212","7915.475"],["9538.210","18417.181"],["12996.777","19093.453"],["13187.910","19002.586"],["13073.058","18937.004"],["13182.742","18935.935"],["14446.800","17268.738"],["10022.755","17863.834"],["9906.797","17950.037"],["9886.284","18028.726"],["9911.770","17994.438"],["9907.214","17974.026"],["10004.254","17885.607"],["9864.897","17909.919"],["9869.848","17885.394"],["9998.702","17934.605"],["9978.687","17848.566"],["9870.182","18042.666"],["9974.206","17964.804"],["10033.100","17876.557"],["10000.219","17940.101"],["9984.705","17857.869"],["9917.782","18043.022"],["12209.374","16814.428"],["12166.687","16816.698"],["6965.249","15979.203"],["7009.473","16085.355"],["11943.589","18484.290"],["11943.014","18473.142"],["11979.706","18540.788"],["7979.523","18890.812"],["8110.405","19005.165"],["8142.546","19076.817"],["23859.930","8091.111"],["23928.208","8059.176"],["23923.409","7992.905"],["23930.465","7918.576"],["23915.079","7909.960"],["24084.941","7389.037"],["24006.285","7396.966"],["24010.146","7418.419"],["24115.512","7451.872"],["8106.272","19712.134"],["8024.093","19733.630"],["12189.619","19053.353"],["12244.354","19047.475"],["12287.462","19045.411"],["12349.650","18972.397"],["12147.106","19066.412"],["7122.740","20446.225"],["13849.124","15481.231"],["14022.827","15452.464"],["5023.359","15994.681"],["5376.211","18273.020"],["5346.321","18260.030"],["5298.431","18318.394"],["7415.942","18306.050"],["7440.867","18297.823"],["7343.593","18379.990"],["7305.938","18345.439"],["11973.227","18816.912"],["12125.293","18741.431"],["24332.624","8118.131"],["6224.166","16886.231"],["5816.905","17914.747"],["5774.215","18003.132"],["5719.821","18020.059"],["5819.837","18016.128"],["5724.401","18014.204"],["11362.446","17302.702"],["7827.129","19352.391"],["6198.114","20577.453"],["8478.803","19592.837"],["8371.074","19634.097"],["8472.245","19656.785"],["8381.498","19543.852"],["6386.087","16541.901"],["10496.759","16912.737"],["8905.693","19006.242"],["8841.588","19026.416"],["8864.976","18970.454"],["10089.895","17247.621"],["10181.893","17341.601"],["10245.506","17365.758"],["10223.783","17408.507"],["10069.503","17358.637"],["7080.868","20626.545"],["9434.241","17182.226"],["9496.148","17187.593"],["6932.572","20041.716"],["8168.494","19824.290"],["8216.503","19815.466"],["8208.937","19758.767"],["7114.464","17409.412"],["7169.844","17222.117"],["10246.792","18787.229"],["10161.834","18789.934"],["10115.568","18731.374"],["10195.866","18765.844"],["10107.826","18876.251"],["10049.388","18838.488"],["9954.300","17718.214"],["9964.890","17778.578"],["9972.149","17828.629"],["9915.257","17773.930"],["9948.205","17764.930"],["9957.531","17797.317"],["9978.457","17783.446"],["9923.519","17818.630"],["10608.214","16718.137"],["7350.753","16105.998"],["7328.599","16003.652"],["7310.300","16136.796"],["9040.718","17910.170"],["5228.735","15588.345"],["8888.815","16531.817"],["11347.614","18656.185"],["7153.244","17175.067"],["9050.609","15831.513"],["5143.971","15640.534"],["5198.259","15702.659"],["7348.435","19363.628"],["7438.506","19372.748"],["7454.698","19334.832"],["7402.630","19379.543"],["7494.900","19504.192"],["7424.070","19459.839"],["7358.487","19328.991"],["7387.840","19365.936"],["7404.245","19412.428"],["7316.749","19377.637"],["7432.844","19330.197"],["7462.964","19406.781"],["7510.365","19378.334"],["24538.572","7926.558"],["10719.253","18027.276"],["10814.116","18023.631"],["10717.124","17891.472"],["10856.786","17891.002"],["10861.166","18009.455"],["10856.533","17898.175"],["8038.300","18466.159"],["8034.086","18308.822"],["8037.688","18354.454"],["8129.395","18461.936"],["8076.109","18417.386"],["5903.350","17768.553"],["5916.314","17694.126"],["5951.547","17665.132"],["11490.037","19137.079"],["11461.945","19213.313"],["11108.480","16779.971"],["11259.521","16924.371"],["9676.071","18689.929"],["7487.315","16312.751"],["7146.404","16575.586"],["7130.050","16664.003"],["7291.867","16761.968"],["7165.343","16663.771"],["12971.875","18520.254"],["12910.625","18668.396"],["5634.101","18123.319"],["5788.586","18202.980"],["5701.112","18138.410"],["5482.301","16005.246"],["5438.910","16061.131"],["11032.020","18633.766"],["10889.395","18660.322"],["5401.883","17200.492"],["10268.207","17475.385"],["10402.758","17470.678"],["10386.266","17500.252"],["10289.298","17612.132"],["10422.481","17541.254"],["10421.102","17608.563"],["8537.557","19249.563"],["6916.152","20308.475"],["9702.217","18658.966"],["9759.817","18563.853"],["14504.267","15505.875"],["6389.748","18346.487"],["6367.014","18309.982"],["6436.209","18300.616"],["7498.672","17649.322"],["4750.688","18594.348"],["4673.799","18564.932"],["6694.034","16214.003"],["6789.013","16248.496"],["8242.111","18449.166"],["8272.191","18362.620"],["8315.337","18341.921"],["8278.655","18329.647"],["10545.955","18669.282"],["10606.777","18670.517"],["6998.375","19943.511"],["11592.076","19221.868"],["11539.343","19225.533"],["11637.885","19226.833"],["6492.394","16206.824"],["6907.651","16959.629"],["7025.609","16853.440"],["6947.473","16953.654"],["8762.344","16520.596"],["6391.117","16802.962"],["6423.990","16948.523"],["6357.673","16877.599"],["6454.749","16822.935"],["6194.883","18368.894"],["6133.640","18385.863"],["7592.878","19112.988"],["7685.790","19105.978"],["7670.142","19122.593"],["10107.612","16599.642"],["10023.520","17237.700"],["5061.479","18666.858"],["8742.957","15678.946"],["11847.189","19243.904"],["11889.343","19268.627"],["6877.905","15893.762"],["6779.014","15821.835"],["7212.655","18468.660"],["7246.326","18483.536"],["7234.352","18517.706"],["7293.262","18558.297"],["7101.516","18577.462"],["7160.761","18535.802"],["7177.796","18616.545"],["10777.245","17234.988"],["10212.010","19117.409"],["10214.409","19185.822"],["10105.140","19133.243"],["6717.631","16098.072"],["6874.142","16089.334"],["6760.966","15974.910"],["23923.988","7418.312"],["11114.114","18696.020"],["11295.199","18698.639"],["11201.630","18775.759"],["11173.597","18696.280"],["11135.162","18751.569"],["7048.913","17166.870"],["6993.596","17003.610"],["17104.001","4442.880"],["10453.561","16698.267"],["5913.059","17847.800"],["13950.213","18526.626"],["13881.331","18543.835"],["14000.887","18583.208"],["6625.831","20206.505"],["10914.855","17859.349"],["10967.620","17923.599"],["10900.982","17951.917"],["10923.242","18008.621"],["11077.314","17917.169"],["11047.475","17968.363"],["11031.293","18029.101"],["10044.485","17702.691"],["10084.482","17812.734"],["10068.835","17688.122"],["10081.224","17686.071"],["8191.888","18017.854"],["4536.049","18348.899"],["6815.275","18129.581"],["6764.939","18076.243"],["6700.036","18057.872"],["6781.710","18070.679"],["6743.545","18203.957"],["6829.079","18240.447"],["6876.683","18125.674"],["6830.381","18118.376"],["6764.490","18147.275"],["6699.844","18094.401"],["6720.851","18183.852"],["6688.937","18236.795"],["6766.783","18235.720"],["6429.226","17635.178"],["7133.506","17531.498"],["14043.674","15688.476"],["14176.858","15603.106"],["14133.869","15528.069"],["14042.059","15570.260"],["14214.987","15696.117"],["14215.293","15593.605"],["13975.342","18704.722"],["13840.259","18678.925"],["13877.520","18815.739"],["13988.712","18871.956"],["13963.893","18855.622"],["13926.606","18734.565"],["9039.719","17500.676"],["9017.817","17486.379"],["10463.188","18266.144"],["10642.804","18323.918"],["10575.490","18287.530"],["8563.160","18338.212"],["8503.657","18359.294"],["8526.486","18438.138"],["7687.167","19832.443"],["10945.193","18712.500"],["10926.498","18700.697"],["10888.679","18761.186"],["10889.948","18779.749"],["11095.673","18358.092"],["11181.927","18333.414"],["11260.324","18389.815"],["11111.763","18281.193"],["11149.098","18339.971"],["11138.950","18383.384"],["11271.084","18361.389"],["13479.738","18305.471"],["13566.810","18339.162"],["10807.954","18877.354"],["10724.941","18782.652"],["10736.671","18795.680"],["10698.100","18853.673"],["10808.585","18690.339"],["10708.312","18690.960"],["10842.401","18790.650"],["10863.158","18738.954"],["11302.915","18068.750"],["11290.662","18175.819"],["11231.715","18124.016"],["11212.224","18117.030"],["11186.073","18096.501"],["14389.509","18887.011"],["14369.038","18811.989"],["14391.357","18698.314"],["14281.159","18687.893"],["7155.912","20269.385"],["10411.300","16853.529"],["10354.947","16851.322"],["10325.721","16924.232"],["10458.771","16885.334"],["10449.810","16931.217"],["10263.167","16981.234"],["24016.831","8108.695"],["4851.334","18658.695"],["4830.400","18548.054"],["6986.404","20153.596"],["14193.495","18308.753"],["14193.692","18309.810"],["11371.925","18767.460"],["4664.652","18799.454"],["13539.926","16193.677"],["9883.442","18056.337"],["9895.331","18151.719"],["7782.710","18469.865"],["7760.341","18540.462"],["7818.005","18491.351"],["7182.059","16394.474"],["7194.397","16554.100"],["7302.746","16374.756"],["9865.423","19137.148"],["11395.868","18120.481"],["11449.322","18147.054"],["12899.792","16249.472"],["12882.257","16247.212"],["12930.715","16198.370"],["12912.663","16186.547"],["12918.161","16159.047"],["7133.655","17097.189"],["7110.312","17127.253"],["7161.378","17049.405"],["11844.136","18748.195"],["11902.442","18849.863"],["11792.474","18809.946"],["11847.228","18683.973"],["11908.758","18714.774"],["8740.037","18478.095"],["8776.019","18677.397"],["8636.093","18651.470"],["8662.240","18524.853"],["8648.359","18497.243"],["8600.933","18654.007"],["23946.638","7710.327"],["14464.261","17107.369"],["11372.992","18325.154"],["11312.268","18329.861"],["9733.484","17063.973"],["9668.353","17043.898"],["7546.258","16052.896"],["7538.339","16122.957"],["7517.676","16008.833"],["13827.356","18571.008"],["7361.876","17862.352"],["7407.879","17896.395"],["11070.502","17422.782"],["11078.081","17415.530"],["7718.138","18006.244"],["14613.888","16830.443"],["6112.587","18386.837"],["6059.635","18371.677"],["6130.547","18357.711"],["6092.055","18386.233"],["7205.818","20188.282"],["7286.382","20265.013"],["10055.577","17924.961"],["10082.485","17924.792"],["10210.312","17871.053"],["11144.922","17236.420"],["11140.783","17209.632"],["11124.768","17235.491"],["11297.083","17227.067"],["11300.767","17232.030"],["11286.178","17326.912"],["11199.775","17308.378"],["11123.269","17293.895"],["11149.023","17398.183"],["6929.740","18043.832"],["6895.361","18207.252"],["7015.979","18170.085"],["4962.527","16159.966"],["4884.892","16297.267"],["4972.434","16286.616"],["10784.791","19054.875"],["12587.397","16623.183"],["12577.047","16579.553"],["12632.874","16603.979"],["12615.002","16598.324"],["12645.089","16594.881"],["12622.204","16570.700"],["13435.634","18983.852"],["13506.160","18901.062"],["13537.390","19026.583"],["13549.610","18985.113"],["6734.249","20482.125"],["6855.125","20557.013"],["7252.580","18187.183"],["12924.086","19014.294"],["12921.777","19095.137"],["12913.297","19044.253"],["12797.499","19033.350"],["12948.942","18942.046"],["12848.005","18914.482"],["12134.131","16799.884"],["12106.047","16791.892"],["10176.213","17570.645"],["10196.297","17475.113"],["10188.848","17547.262"],["10243.584","17527.752"],["5980.768","18558.590"],["5141.455","15759.916"],["5034.151","15837.870"],["6618.970","16784.718"],["7415.440","16722.802"],["9772.265","18644.353"],["13237.104","19031.917"],["13403.611","18925.041"],["13315.782","19018.947"],["7323.987","18746.743"],["7350.017","18783.951"],["7368.163","18715.152"],["7423.221","18678.439"],["7508.773","18752.176"],["7412.979","18804.273"],["7332.798","18850.863"],["13863.926","18181.309"],["14034.065","15905.108"],["14021.841","15918.384"],["13966.431","15906.476"],["13928.478","15828.900"],["13971.372","15807.004"],["10666.140","18884.524"],["10646.948","18866.229"],["10651.143","18738.990"],["10591.822","18787.524"],["10560.940","18824.091"],["10561.673","18745.061"],["10505.333","19167.121"],["10511.675","19109.569"],["8272.861","19443.017"],["8270.378","19348.035"],["8226.120","19401.260"],["8235.946","19483.879"],["8333.153","19325.479"],["8259.971","19477.409"],["8158.223","19447.651"],["8345.466","19400.795"],["8343.788","19507.337"],["8341.326","19466.317"],["8329.884","19513.453"],["7119.952","16824.416"],["10059.533","16228.147"],["17332.167","4353.974"],["8579.116","19264.557"],["8616.024","19146.291"],["8602.733","19188.111"],["8661.361","19248.169"],["8701.549","19164.845"],["6752.874","17669.608"],["6788.699","17630.466"],["6847.687","17675.215"],["6802.280","17713.075"],["6710.544","17680.262"],["12508.445","18915.308"],["11937.749","19111.522"],["7562.887","17627.154"],["14182.723","18739.299"],["14091.561","18856.645"],["6952.126","17843.482"],["6906.399","17833.374"],["6982.088","18035.561"],["7078.233","17969.738"],["7057.725","17861.388"],["7044.093","17856.912"],["10219.380","16736.758"],["12939.370","16131.369"],["10462.394","18903.968"],["10544.969","18958.111"],["9406.660","18529.061"],["9293.738","18470.571"],["9222.395","18567.920"],["9244.727","18660.166"],["9334.943","18141.481"],["9346.290","18251.235"],["24340.800","7625.332"],["9488.116","19174.561"],["9539.806","19127.415"],["9515.632","19196.119"],["10497.772","18070.398"],["10614.261","18219.978"],["10625.934","18207.590"],["10670.429","18208.837"],["10654.416","18228.530"],["7648.424","19607.506"],["7543.490","19668.914"],["7696.367","19568.162"],["7635.535","19649.232"],["9110.266","17797.206"],["9140.305","17673.416"],["9155.157","17693.845"],["9098.281","17788.023"],["9031.310","17796.793"],["9048.708","17799.481"],["9023.763","17810.218"],["9076.890","17678.386"],["4962.118","16509.233"],["7738.155","19431.238"],["7752.873","19513.283"],["7850.471","19385.876"],["7854.649","19464.383"],["7780.702","19469.260"],["7914.468","19511.712"],["7926.648","19429.224"],["7760.859","19359.235"],["7873.774","19415.725"],["7925.127","19419.700"],["9722.997","19212.452"],["9669.524","19215.349"],["9727.529","19282.390"],["9701.244","19286.960"],["7594.232","18207.253"],["7713.309","18070.272"],["7565.187","18124.220"],["7720.222","18076.605"],["7583.226","18091.413"],["7670.956","18094.865"],["9818.187","19109.944"],["14699.418","17168.816"],["23710.564","7867.008"],["23678.937","7857.953"],["23611.043","7824.946"],["23570.940","7841.609"],["11562.466","17012.012"],["11652.175","17078.555"],["7145.078","17882.338"],["5937.598","18733.825"],["7776.685","19821.228"],["7788.846","19852.339"],["7729.263","19923.075"],["7894.239","19874.896"],["7787.382","19792.881"],["9605.416","18784.229"],["9530.302","18720.780"],["9579.902","18694.443"],["13722.453","15998.302"],["13723.522","16028.258"],["13717.521","16038.581"],["13704.785","16071.452"],["13703.972","16085.311"],["13796.082","16020.806"],["13692.289","15966.915"],["13692.445","15935.817"],["13732.816","16138.638"],["8565.115","17494.114"],["8538.523","17530.625"],["8502.130","17536.103"],["8406.322","17465.392"],["8489.637","17528.127"],["8533.814","17498.565"],["8373.414","17565.956"],["8405.437","17521.497"],["8374.849","17454.837"],["8450.756","17507.391"],["8511.560","17607.142"],["10379.395","17843.087"],["10295.238","17893.160"],["10371.342","17932.159"],["10274.514","17876.749"],["6843.990","20361.370"],["6763.121","20250.967"],["6710.605","20177.611"],["8276.769","19724.626"],["8209.095","19681.705"],["8308.675","19721.787"],["8336.726","19583.601"],["8281.518","19548.300"],["8217.038","19653.564"],["10751.313","18906.205"],["10816.516","18971.220"],["6613.731","17656.296"],["11068.536","17350.545"],["11020.881","17305.961"],["10989.982","17236.132"],["8419.072","19318.277"],["7742.793","18230.978"],["7820.288","18178.981"],["7749.844","18090.412"],["7864.368","18073.528"],["6622.727","20602.415"],["6962.745","15825.556"],["7065.629","15858.410"],["6930.411","15803.999"],["7056.863","15780.519"],["6989.077","20459.444"],["9420.833","18173.500"],["9578.204","18129.638"],["8929.390","18234.124"],["7457.919","16509.192"],["9755.521","17893.265"],["9700.454","18009.899"],["9806.554","18031.324"],["9742.296","18019.312"],["9724.826","17962.950"],["9763.448","17870.889"],["9670.498","18033.217"],["9794.244","18017.782"],["9827.726","18042.818"],["9622.912","18037.363"],["9665.712","17993.142"],["10319.559","18410.862"],["7253.071","18673.065"],["7250.262","18597.632"],["11110.075","16661.699"],["11857.457","18389.914"],["11787.901","18336.372"],["9042.485","18942.304"],["9019.866","18920.064"],["9156.971","18939.431"],["9193.270","18933.800"],["9170.512","18911.717"],["9020.022","18897.559"],["9139.060","18991.198"],["9086.254","19042.756"],["9022.283","19015.211"],["9097.924","18956.127"],["9056.427","19087.986"],["9884.280","18419.765"],["9918.358","18358.103"],["10003.476","18307.779"],["10037.475","18325.573"],["5844.093","18263.025"],["10762.229","18221.482"],["10728.172","18142.235"],["10746.660","18132.918"],["10750.394","18113.334"],["10850.239","18124.833"],["10708.770","18076.159"],["10777.368","18084.942"],["6852.547","18041.077"],["6315.495","20748.795"],["6265.371","20652.822"],["9400.073","17271.441"],["9299.744","17282.271"],["9281.256","17336.548"],["13567.967","18845.130"],["13615.270","18882.124"],["13445.683","18851.962"],["7340.192","19201.343"],["7457.364","19130.696"],["7416.789","19189.954"],["7381.052","19199.555"],["7488.994","19211.751"],["7500.822","19275.950"],["7357.652","19288.123"],["7509.961","19306.577"],["7460.670","19263.902"],["6847.081","20601.901"],["8254.150","17554.118"],["8283.153","17584.970"],["9317.654","18925.974"],["9251.932","18987.483"],["9246.111","18994.724"],["9353.665","19089.941"],["9304.768","19066.654"],["14027.337","15583.471"],["13863.475","15528.179"],["13842.381","15557.920"],["13965.113","15632.357"],["14020.027","15535.497"],["8678.191","17633.538"],["8769.872","17675.265"],["8727.351","17625.436"],["8619.512","17626.719"],["8614.243","17680.036"],["4549.619","18520.778"],["7740.911","19998.875"],["12156.461","18806.402"],["12189.635","18813.355"],["12291.803","18755.150"],["13023.109","18524.102"],["11133.264","18625.736"],["11249.892","18671.942"],["8154.587","18854.613"],["8316.933","18774.462"],["8309.302","18715.118"],["6593.103","16739.022"],["13545.487","18442.725"],["13496.053","18433.646"],["11372.244","18074.654"],["11363.806","18111.781"],["6965.355","16464.902"],["14364.387","18311.880"],["14278.482","18369.254"],["14303.334","18330.839"],["8073.883","18533.962"],["8127.515","18559.552"],["7825.991","19590.226"],["7398.810","19745.748"],["6776.780","15653.030"],["10062.741","16970.146"],["6345.910","17444.177"],["6394.501","17580.149"],["6314.903","17586.143"],["6296.788","17506.715"],["6408.845","17599.088"],["6423.039","17466.819"],["8876.466","16210.240"],["6566.800","15862.012"],["11063.203","16722.647"],["9145.732","19106.381"],["10701.664","18405.803"],["14367.271","17283.967"],["5188.107","16225.372"],["5171.237","16240.302"],["10261.051","18707.561"],["10356.972","18840.404"],["10262.944","18802.590"],["10286.847","18796.688"],["10445.202","18774.633"],["10436.244","18730.992"],["10364.509","18725.742"],["10390.511","18788.233"],["10382.120","18887.150"],["10277.753","18876.800"],["9278.681","18318.891"],["9273.177","18350.741"],["9322.619","18301.717"],["5815.972","18167.851"],["7401.952","18953.322"],["7473.446","18920.222"],["7331.494","18984.753"],["8217.240","19559.352"],["10388.108","18282.201"],["10405.783","18349.667"],["10330.248","18348.385"],["9556.084","17317.401"],["9490.295","17265.576"],["6550.074","18633.880"],["6582.129","18640.480"],["6789.255","17554.283"],["6853.130","17486.278"],["6796.756","17466.371"],["6685.992","17597.519"],["10699.165","18314.384"],["10863.668","18264.626"],["10855.169","18418.956"],["9258.734","17705.491"],["7132.931","15883.962"],["7170.281","15811.848"],["6600.402","17580.383"],["6491.034","17608.463"],["6496.960","17450.401"],["6533.677","17523.318"],["6542.671","17569.886"],["6545.239","17549.904"],["6596.501","17530.489"],["10597.581","17594.311"],["8337.201","17406.216"],["8534.306","18807.070"],["8399.884","18783.819"],["5371.365","16001.456"],["5280.649","16053.681"],["5352.129","16061.258"],["5279.607","15949.277"],["5408.015","15950.487"],["12197.941","16751.678"],["12220.189","16713.104"],["12273.935","16744.099"],["12262.178","16766.358"],["12167.878","16737.844"],["8828.309","18649.599"],["8964.580","18467.820"],["12998.703","16140.873"],["13017.836","16115.652"],["13026.553","16107.900"],["13095.816","16081.880"],["13117.648","16051.656"],["13094.404","16049.940"],["13130.641","16030.130"],["13092.588","16105.490"],["13104.542","16131.619"],["10306.044","18088.212"],["10382.153","18174.730"],["6811.758","16564.102"],["6714.194","16676.037"],["6814.606","16691.078"],["6790.771","16759.204"],["10031.400","18971.546"],["9940.396","19052.079"],["9847.668","19034.258"],["9855.833","18916.761"],["9950.442","18965.018"],["9932.078","19098.666"],["10040.614","18893.472"],["8887.796","18752.758"],["8864.504","18694.288"],["8926.037","18857.680"],["8880.693","18887.214"],["8937.931","18883.219"],["8807.073","18789.132"],["10224.661","18332.117"],["10165.745","18320.851"],["10125.829","18446.652"],["8657.921","18904.014"],["8692.864","18944.335"],["8711.404","19052.366"],["8752.637","19076.835"],["7370.543","18471.693"],["14263.355","19095.298"],["14273.618","19057.759"],["14358.802","18930.347"],["14329.065","18928.927"],["10053.916","19045.635"],["10143.039","19025.270"],["10094.975","19059.125"],["10172.689","19008.884"],["10179.723","18931.344"],["7893.642","18975.046"],["7787.397","18927.062"],["7729.876","18986.976"],["7782.164","18986.352"],["7737.609","19060.085"],["7927.139","19097.590"],["7839.621","19021.633"],["7849.518","19065.172"],["7001.137","17729.726"],["6894.897","17651.406"],["6907.446","17629.410"],["7052.725","17759.840"],["6993.431","17621.523"],["6990.279","17714.445"],["6660.318","18085.181"],["8011.327","19824.594"],["8136.333","19754.719"],["7911.562","18456.779"],["7904.213","18404.812"],["7887.202","18425.098"],["7763.923","18377.654"],["7860.532","18406.099"],["8278.388","19156.475"],["8283.243","19180.806"],["8149.642","19284.515"],["8179.007","19147.262"],["8351.111","19236.253"],["8318.176","19243.868"],["8258.147","19305.502"],["8296.125","19231.905"],["8233.985","19153.174"],["8283.120","19225.151"],["9173.992","19198.826"],["9143.479","19183.272"],["9139.026","19269.046"],["11046.520","17853.206"],["11830.859","18986.953"],["11749.327","19068.890"],["11928.194","19080.176"],["11877.355","18995.337"],["12083.346","19218.717"],["12093.329","19270.559"],["12048.280","19218.668"],["12138.172","19174.591"],["12118.421","19185.933"],["12040.921","19139.509"],["7968.037","18191.353"],["7974.287","18217.331"],["8045.107","18248.765"],["8033.548","18202.414"],["8107.141","18234.958"],["8119.515","18250.967"],["5908.134","17912.969"],["7904.583","19166.861"],["7921.486","19128.877"],["7884.298","19248.795"],["7842.920","19167.135"],["7814.829","19128.872"],["7833.953","19204.225"],["7926.376","19276.659"],["14043.839","18994.612"],["14158.783","19000.550"],["14076.421","18970.136"],["9242.015","19214.225"],["9269.859","19148.098"],["9270.940","19268.931"],["14245.542","18601.260"],["14193.238","18524.569"],["14201.379","18558.161"],["14194.488","18508.962"],["14100.036","18504.584"],["5943.490","17507.133"],["5973.856","17561.201"],["5991.058","17546.341"],["7660.551","18483.390"],["8954.385","16038.013"],["6450.942","17376.952"],["14838.476","16387.059"],["10267.888","18640.574"],["6989.638","16157.521"],["6923.077","16349.229"],["6900.661","16212.417"],["7077.484","16294.898"],["7065.779","16335.351"],["11543.237","18076.435"],["6346.892","20552.299"],["10188.376","18660.361"],["10147.334","18658.391"],["7356.375","16652.231"],["13993.733","15946.637"],["13842.212","15931.840"],["9145.507","19365.681"],["9070.681","19410.898"],["7236.470","19309.962"],["7158.050","19270.390"],["7208.211","19194.545"],["7160.850","19172.551"],["7133.835","19124.571"],["4875.679","18699.925"],["4952.785","18813.302"],["4811.971","18875.974"],["14047.577","18059.303"],["14150.636","18167.494"],["14117.215","18089.526"],["7476.738","19859.561"],["7508.390","19826.016"],["7496.599","19769.982"],["13907.479","18315.925"],["13934.962","18300.847"],["13990.300","18406.219"],["14025.629","18422.008"],["12577.772","16542.973"],["12593.050","16500.729"],["12593.883","16513.821"],["12650.635","16418.903"],["12637.457","16415.105"],["12624.299","16395.877"],["12761.658","16383.200"],["12759.979","16363.476"],["7289.210","18755.266"],["7297.255","18698.519"],["14525.128","16984.927"],["11712.600","19114.192"],["11677.781","19130.691"],["7790.428","19682.464"],["7819.011","19648.590"],["7891.674","19642.617"],["7884.242","19714.812"],["7760.066","19646.468"],["7762.039","19643.992"],["7745.471","19704.415"],["7205.028","18687.863"],["10389.637","17031.319"],["10399.480","17169.825"],["10277.887","17193.751"],["10343.205","17120.209"],["8320.630","18671.170"],["8230.121","18660.720"],["8232.488","18603.068"],["8237.343","18664.788"],["8029.501","19673.931"],["7960.949","19639.016"],["8016.283","19562.210"],["8126.065","19583.396"],["7999.630","19623.794"],["7218.469","17763.844"],["9095.511","18505.921"],["9139.248","18611.502"],["9145.649","18608.141"],["9157.508","18473.606"],["9133.724","18524.443"],["9061.123","18563.989"],["9000.291","18486.588"],["8997.391","18526.266"],["9043.241","18631.347"],["11422.503","18709.670"],["5426.933","16402.643"],["13634.743","18852.066"],["5406.699","17146.097"],["23929.868","7717.551"],["23931.384","7827.820"],["7166.577","19005.066"],["7093.626","19036.494"],["7239.085","19087.893"],["7119.303","18907.282"],["7180.354","18897.502"],["6666.042","18294.731"],["6462.278","18301.577"],["6570.228","18317.858"],["6631.476","18357.385"],["6595.584","18309.286"],["6666.735","18360.035"],["13055.141","16165.198"],["13062.907","16143.058"],["9059.231","18358.262"],["9010.629","18289.179"],["10196.226","18057.111"],["10091.020","18176.738"],["14706.677","15770.867"],["7420.573","18553.440"],["7457.889","18658.902"],["7438.782","18611.250"],["10738.188","18632.513"],["10702.911","18637.238"],["10847.598","18656.843"],["10798.808","18656.199"],["7620.655","18897.381"],["7604.237","19027.644"],["7662.419","18972.034"],["7526.003","19069.683"],["7572.087","19001.991"],["7523.498","19097.551"],["7548.341","18987.686"],["7623.122","19001.146"],["7657.206","19032.659"],["7575.486","19089.094"],["13848.178","18949.050"],["13915.385","18960.524"],["4631.825","18231.573"],["4586.250","18234.256"],["6686.298","17942.433"],["6752.017","17880.290"],["6786.463","17940.100"],["7196.575","16287.460"],["7163.357","16155.653"],["11124.468","17178.537"],["11152.111","17175.673"],["24111.785","7984.789"],["7110.925","18268.900"],["7182.370","18405.235"],["7293.105","18402.321"],["7274.746","18315.034"],["7208.884","18276.379"],["7261.329","18269.505"],["7279.634","18266.452"],["9011.863","16743.791"],["5865.800","18213.814"],["10884.396","18317.795"],["10910.591","18366.373"],["11076.296","18419.494"],["11057.170","18275.467"],["11735.617","18517.662"],["11766.291","18532.262"],["11870.540","18472.736"],["11809.942","18675.467"],["11910.035","18624.587"],["11896.449","18545.710"],["7940.554","19230.771"],["8121.896","19311.014"],["8032.458","19275.706"],["8047.641","19182.313"],["7992.343","19159.048"],["7939.783","19223.218"],["8044.395","19311.026"],["8038.361","19134.150"],["8098.461","19115.684"],["8179.609","18955.093"],["8275.657","19054.675"],["8191.998","19024.192"],["9991.588","17032.104"],["10015.405","17056.897"],["10030.621","17072.817"],["7304.562","18006.052"],["7438.173","18002.919"],["7372.695","17985.331"],["7456.641","17906.408"],["7485.008","17913.771"],["8554.923","19354.691"],["8477.733","19326.983"],["8383.183","19369.126"],["8382.747","19348.312"],["8412.338","19372.614"],["8472.952","19484.932"],["8443.075","19515.649"],["8435.546","19523.405"],["8431.364","19331.100"],["8411.000","19328.516"],["8453.718","19371.166"],["7297.328","19416.116"],["7268.198","19420.660"],["8927.290","17535.855"],["8881.067","17531.793"],["8868.317","17576.376"],["8800.323","17546.682"],["8794.074","17509.634"],["8815.636","17497.430"],["8810.096","17525.085"],["8872.224","17487.839"],["8797.300","17516.024"],["7242.916","15949.514"],["7188.197","16097.411"],["7211.020","20042.477"],["12214.930","16990.632"],["12197.773","16998.432"],["12188.366","17041.648"],["12200.530","17074.705"],["12180.522","17077.210"],["12249.430","17029.501"],["12307.219","17001.442"],["12284.757","17002.271"],["12201.018","17049.063"],["12205.121","17017.560"],["5656.871","17986.187"],["5773.127","17904.620"],["7545.550","19757.921"],["7627.437","19848.365"],["7560.665","19923.885"],["7546.806","19902.687"],["7651.472","19735.719"],["7672.107","19890.867"],["7633.447","19762.137"],["11900.209","17012.917"],["11781.073","16994.614"],["11081.771","18551.857"],["11010.415","18591.116"],["10885.622","18594.437"],["14182.981","16965.687"],["10375.556","18664.450"],["10456.197","18676.013"],["10398.242","18579.043"],["10366.879","18613.170"],["10334.456","18644.133"],["10374.590","18566.022"],["24224.465","7838.951"],["24171.111","7851.402"],["7179.707","20646.473"],["7029.762","17350.665"],["7037.185","17364.916"],["14400.446","17093.201"],["12697.629","19096.093"],["12620.735","18980.333"],["12577.557","18968.999"],["8964.843","17740.934"],["8985.569","17704.340"],["8970.865","17743.085"],["8937.137","17685.294"],["8836.819","17658.701"],["8931.207","17678.515"],["8787.786","17674.981"],["8833.930","17628.089"],["8947.153","17621.256"],["8793.471","17621.014"],["11877.629","16962.154"],["11853.181","16985.336"],["11824.393","16983.196"],["11755.634","16913.943"],["11760.576","16934.515"],["11851.154","16860.595"],["10362.544","17220.627"],["10403.236","17267.459"],["14304.398","17183.613"],["14259.502","17073.254"],["11628.869","18783.505"],["11601.616","18827.089"],["11215.626","17946.893"],["11129.301","18021.562"],["7789.214","19135.122"],["7751.371","19158.798"],["7761.421","19104.544"],["7831.359","19301.016"],["7856.603","19269.193"],["7556.088","19147.889"],["7719.836","19302.738"],["7690.056","19215.503"],["7673.505","19260.605"],["7645.893","19309.124"],["7616.855","19308.334"],["7620.832","19247.406"],["7630.267","19213.816"],["8412.334","18219.130"],["6648.525","16371.292"],["6564.648","16478.621"],["6711.717","18472.036"],["7089.715","19144.594"],["12821.688","18855.714"],["12948.415","18701.447"],["12782.576","18745.560"],["12935.586","18786.732"],["12894.321","18837.967"],["6780.843","16428.283"],["6736.279","16541.870"],["5919.036","18274.727"],["6016.456","18421.607"],["14453.713","16801.830"],["10248.228","16971.294"],["10197.707","16838.492"],["6708.484","17272.875"],["6820.568","17387.078"],["6709.836","17367.628"],["7222.665","19074.225"],["7251.788","18893.246"],["7279.999","18897.088"],["7266.259","19051.532"],["7264.983","18926.290"],["7204.749","19018.914"],["11158.110","17439.954"],["5089.335","18627.799"],["7412.448","19532.762"],["7450.437","19726.812"],["7406.874","19689.345"],["7468.388","19658.586"],["7504.671","19605.155"],["7477.058","19613.132"],["4943.228","18299.820"],["4927.429","18439.436"],["4843.615","18302.981"],["4702.954","18277.946"],["4756.854","18440.438"],["4733.374","18403.562"],["4667.631","18381.512"],["7385.926","15896.559"],["8274.953","18240.524"],["7266.763","17918.164"],["7219.258","17987.173"],["7281.869","17994.975"],["7179.120","17942.190"],["14676.569","17263.664"],["10515.708","18603.766"],["10502.956","18555.662"],["6613.308","17249.784"],["6641.933","17253.582"],["6941.354","20336.251"],["7622.219","18703.058"],["7647.202","18766.580"],["7652.221","18808.080"],["7563.122","18741.543"],["7595.853","18882.593"],["7589.609","18822.348"],["6522.290","16317.956"],["11574.573","18986.170"],["11547.928","19026.187"],["11665.349","18893.315"],["6785.467","19996.782"],["6834.626","19980.697"],["23927.945","7459.509"],["6866.183","16828.335"],["10329.738","19149.208"],["10298.751","19172.886"],["10440.196","19126.523"],["7037.748","17589.879"],["7071.544","17594.350"],["6932.444","17553.145"],["7012.973","17450.201"],["7103.767","17347.096"],["14462.305","15692.894"],["14617.150","15632.179"],["9489.691","18557.517"],["9614.365","18619.372"],["10207.666","17132.010"],["10245.883","17059.120"],["10228.043","17144.248"],["12667.047","18860.758"],["10008.170","18666.311"],["9831.166","18527.660"],["6038.865","20631.360"],["10584.785","19031.802"],["10521.999","19047.633"],["10649.256","19021.166"],["11650.831","16974.075"],["11717.337","16928.204"],["11665.321","16913.011"],["5475.146","18340.259"],["5454.879","18353.208"],["5493.164","18397.416"],["7356.555","19496.315"],["9672.298","19053.847"],["9697.835","18981.240"],["9817.901","19036.103"],["9774.877","18953.357"],["9700.898","18943.387"],["9729.051","19088.489"],["7318.953","20171.571"],["7710.737","19045.980"],["10630.486","17151.615"],["10484.406","17171.398"],["10548.049","17168.145"],["11652.344","18537.761"],["14343.511","15740.716"],["14321.344","15815.130"],["4974.409","18588.110"],["4953.515","18577.869"],["13250.110","18774.069"],["5607.511","18066.158"],["8371.232","18496.711"],["8493.571","18648.040"],["8396.616","18564.156"],["8394.630","18629.818"],["8418.941","18661.693"],["14632.759","15848.445"],["14492.659","15879.419"],["11359.140","16847.820"],["10857.013","17133.594"],["10848.517","17101.980"],["10697.428","17118.837"],["6597.478","18415.784"],["6568.038","18435.004"],["7308.511","20481.593"],["14076.870","15326.431"],["14165.228","15476.043"],["8843.551","19142.189"],["8801.655","19152.065"],["7542.478","19338.224"],["7610.041","19373.039"],["7574.378","19404.358"],["7611.488","19392.399"],["7535.827","19484.854"],["7648.837","19467.232"],["7686.417","19474.349"],["24089.964","7738.585"],["23986.972","7868.688"],["24051.545","7804.177"],["23989.504","7865.405"],["8832.248","15788.435"],["8805.332","15813.138"],["12113.221","19025.277"],["12135.142","18962.847"],["12133.070","18939.082"],["12137.346","18953.219"],["11952.092","18941.553"],["8592.758","18318.063"],["10734.830","19146.748"],["7544.114","18662.249"],["7030.387","16642.158"],["6960.082","16592.123"],["6907.157","16663.091"],["12747.104","18953.713"],["12682.067","18890.462"],["12749.584","19012.356"],["12675.159","18993.760"],["6457.823","16664.508"],["6414.542","16641.563"],["7573.204","18289.249"],["7588.632","18345.282"],["7551.537","18294.449"],["7640.392","18280.651"],["7514.654","18365.360"],["9069.251","18744.597"],["9011.965","18719.989"],["9025.047","18782.227"],["9111.426","18869.771"],["9131.607","18832.611"],["9144.048","18874.277"],["9596.259","19273.267"],["12552.290","16661.581"],["12575.422","16660.596"],["7249.357","19353.028"],["10102.031","16538.271"],["13693.067","19069.102"],["13682.310","19086.806"],["13727.635","18926.953"],["5282.356","16277.244"],["5276.842","16286.585"],["5240.824","16333.988"],["5346.696","16325.303"],["5338.061","16250.126"],["7258.316","20564.099"],["7416.903","18061.990"],["7388.245","18072.510"],["7507.965","18246.293"],["7419.543","18224.867"],["7429.797","18145.717"],["7428.925","18112.964"],["7348.362","18152.927"],["7344.113","18174.255"],["7339.719","18232.737"],["6832.823","18391.671"],["6752.590","18316.854"],["6820.033","18417.900"],["6866.427","18260.698"],["6860.771","18335.049"],["6732.081","18398.814"],["6674.160","18454.576"],["12116.259","17499.763"],["12129.878","17453.157"],["12131.936","17615.452"],["13434.685","15660.416"],["13429.240","15667.722"],["13416.613","15704.250"],["9421.418","19041.670"],["9493.442","19044.671"],["9503.634","19053.501"],["9575.016","19054.752"],["7235.434","19138.449"],["7234.358","19107.556"],["13656.573","18570.572"],["13643.924","18486.014"],["13653.042","18596.601"],["13729.626","18677.300"],["8736.458","17466.533"],["8694.355","17473.657"],["8737.694","17464.144"],["8733.403","17519.556"],["8706.144","17547.630"],["8663.440","17453.173"],["8635.019","17467.801"],["8583.688","17556.191"],["8662.547","17584.962"],["8616.398","17610.788"],["14379.661","15995.249"],["11000.758","17698.239"],["10933.094","17736.224"],["11087.249","17678.078"],["12315.262","18504.489"],["12258.289","18505.794"],["12156.413","18581.319"],["12310.739","18610.056"],["12349.901","18623.186"],["12172.314","18609.660"],["12182.412","18583.038"],["12190.279","18543.144"],["12309.566","18616.999"],["12563.017","17252.929"],["12480.204","17250.336"],["12387.259","17234.261"],["12437.216","17271.608"],["12432.200","17262.227"],["8968.782","18326.065"],["8959.527","18461.368"],["5619.223","17522.045"],["8145.638","19322.611"],["8031.500","19479.235"],["8012.762","19420.242"],["8104.857","19438.274"],["7956.026","19466.864"],["7961.328","19429.146"],["8013.255","19433.740"],["8088.326","19322.207"],["11165.084","17760.393"],["11127.775","17776.394"],["17417.743","4288.489"],["17440.481","4225.140"],["17503.847","4169.498"],["17464.301","4191.181"],["17411.004","4172.493"],["17440.887","4187.194"],["8611.411","18881.214"],["8676.105","18791.947"],["8685.619","18872.948"],["8710.965","18744.863"],["8774.453","18767.103"],["14046.058","17174.378"],["9417.031","14974.574"],["12341.447","16982.664"],["12339.222","16954.372"],["12340.534","16913.329"],["9749.297","18275.321"],["9757.867","18303.991"],["9779.262","18392.972"],["9747.815","18369.091"],["9656.826","18422.941"],["9676.765","18434.734"],["9751.178","18444.194"],["9697.543","18397.208"],["9782.191","18439.667"],["9777.564","18276.781"],["9630.786","18442.134"],["9660.555","18160.698"],["9685.226","18079.773"],["9772.224","18244.470"],["9779.843","18174.203"],["9828.952","18104.925"],["9622.652","18133.668"],["9722.586","18158.309"],["9720.730","18233.237"],["9756.940","18241.633"],["9774.309","18176.217"],["9714.884","18162.113"],["9805.817","18123.298"],["9742.083","18125.329"],["9790.438","18058.302"],["9793.347","18115.321"],["9696.043","18049.539"],["9633.705","18153.184"],["9652.998","18159.179"],["9636.186","18049.516"],["9667.979","18164.495"],["9764.590","18161.737"],["9749.787","18072.505"],["9819.999","18133.709"],["9778.997","18099.400"],["9692.119","18055.154"],["9626.074","18217.940"],["14056.768","15854.117"],["14095.442","15871.885"],["14143.959","15896.223"],["14160.128","15883.661"],["14193.970","15841.737"],["14160.772","15805.750"],["14187.278","15771.573"],["14227.672","15723.227"],["8635.069","18370.315"],["8568.766","18382.656"],["9673.480","16151.365"],["9789.745","16235.268"],["9734.429","16219.873"],["10274.446","18937.898"],["10285.597","18918.126"],["10368.231","18926.876"],["10362.589","19013.988"],["10302.936","19092.690"],["10398.387","18889.330"],["10432.855","18995.809"],["10436.817","19020.259"],["10346.727","18954.314"],["13026.406","16379.646"],["13108.220","16487.599"],["12996.385","16452.813"],["13089.543","16485.084"],["13679.997","16629.047"],["13650.145","16644.224"],["13752.876","16626.947"],["13706.643","16642.075"],["6313.444","17622.342"],["8467.555","17627.490"],["8556.299","17680.565"],["8434.284","17825.099"],["16945.310","4384.911"],["16952.531","4385.308"],["16985.872","4311.312"],["13240.380","17605.962"],["13347.920","17567.004"],["13338.565","17558.763"],["13304.240","17542.462"],["13212.828","17462.138"],["14575.563","17996.879"],["10003.491","18715.703"],["9996.920","18712.802"],["9881.001","18724.311"],["9854.701","18758.562"],["12024.818","17824.715"],["11962.642","17813.696"],["11984.604","17768.829"],["12120.616","17827.341"],["12877.207","16372.175"],["9243.680","19119.877"],["9372.290","19139.753"],["5320.640","16465.069"],["5259.874","16481.789"],["5242.260","16354.051"],["5359.100","16381.955"],["5326.520","16360.110"],["5231.469","16421.952"],["5225.486","16414.002"],["24392.070","7859.289"],["24525.359","7752.298"],["9951.424","18857.458"],["10024.167","18852.484"],["9925.546","18809.724"],["10004.614","18788.219"],["4804.516","18388.896"],["4827.458","18371.838"],["4843.163","18364.645"],["4833.531","18420.595"],["4863.301","18428.635"],["4779.710","18346.551"],["5193.279","15980.630"],["5153.366","16068.144"],["5108.171","16036.173"],["13427.420","17644.236"],["13504.608","17639.948"],["13540.296","17651.368"],["13510.129","17726.246"],["13522.529","17797.543"],["13468.052","17715.976"],["13446.358","17710.592"],["10934.411","18118.830"],["11002.066","18060.860"],["11073.205","18101.584"],["10921.440","18241.238"],["11006.401","18211.183"],["10946.023","18214.288"],["7374.197","19559.794"],["7414.846","19712.305"],["7395.934","19717.002"],["7413.390","19591.943"],["11795.911","18355.860"],["11743.576","18373.961"],["7837.633","18010.803"],["12298.643","17387.079"],["5378.343","17891.131"],["23901.714","7916.545"],["9567.898","18452.639"],["9547.329","18427.681"],["13097.285","18990.695"],["13544.471","18551.858"],["13517.557","18676.183"],["13427.372","18617.109"],["13487.635","18472.845"],["13409.748","18567.287"],["13469.251","18636.943"],["14174.617","16245.455"],["14171.213","16270.244"],["10783.898","16667.643"],["10781.586","16608.558"],["10833.748","16639.151"],["10853.068","16581.403"],["10039.728","17893.644"],["10007.689","17848.953"],["9930.251","17964.306"],["9838.103","17858.434"],["9906.041","18009.417"],["9894.869","17955.365"],["9937.246","18010.855"],["9851.901","17987.535"],["9931.426","17850.050"],["9935.768","17911.932"],["9885.572","18004.750"],["10038.532","17863.379"],["9995.660","18015.484"],["9909.162","17954.011"],["9889.590","18020.436"],["9884.321","18017.033"],["9877.221","17997.995"],["9974.836","17943.820"],["9926.069","17897.594"],["10040.594","17895.659"],["9936.551","17957.442"],["10001.216","17898.217"],["12266.416","16847.249"],["12291.053","16813.384"],["12281.133","16819.499"],["12182.941","16890.626"],["12163.800","16929.785"],["6906.674","15993.769"],["6916.464","16109.274"],["7081.065","16107.328"],["12133.387","18516.836"],["12119.966","18582.013"],["12035.631","18551.560"],["12081.816","18562.444"],["11971.482","18585.231"],["12017.288","18617.848"],["8013.700","18909.673"],["7953.848","18934.740"],["7972.246","19010.415"],["8008.595","18998.260"],["8040.135","18995.704"],["8108.382","18969.921"],["23876.785","8057.662"],["23924.378","7910.831"],["5298.952","18932.932"],["5217.159","18919.472"],["24004.559","7422.460"],["24018.408","7357.583"],["8057.281","19681.347"],["8004.916","19725.918"],["12968.649","17686.175"],["12860.596","17645.051"],["9916.593","16113.992"],["13965.225","17279.159"],["13986.804","17340.117"],["13982.039","17384.868"],["13873.920","17404.311"],["13849.710","17347.528"],["13972.889","17313.774"],["13874.172","17374.088"],["12252.869","19038.853"],["12322.068","18970.464"],["12325.719","19027.541"],["7196.542","20385.097"],["7182.822","20453.393"],["13535.811","15821.871"],["13427.390","15928.031"],["13425.715","15730.011"],["13951.087","15450.957"],["13897.321","15475.532"],["13969.069","15450.676"],["14036.558","15415.619"],["13771.016","16278.423"],["13795.031","16238.533"],["10695.891","17637.602"],["10813.346","17668.982"],["10796.290","17628.784"],["10847.527","17733.762"],["10845.011","17700.764"],["12996.058","17716.741"],["13155.530","17815.062"],["13035.863","17661.711"],["13165.167","17707.999"],["13169.521","17684.621"],["13166.890","17657.057"],["13160.219","17725.742"],["13105.443","17699.768"],["13093.996","17726.886"],["13064.405","17622.653"],["13117.497","17644.519"],["7373.078","18270.153"],["7449.072","18275.195"],["7423.678","18323.577"],["7340.046","18410.773"],["7346.743","18314.060"],["7318.458","18299.977"],["7461.469","18306.790"],["7492.775","18345.025"],["7308.258","18256.716"],["7381.440","18438.857"],["7348.130","18263.287"],["12099.582","18725.210"],["12017.797","18777.560"],["12001.678","18763.671"],["12072.379","18876.489"],["12091.888","18837.897"],["13443.902","16781.864"],["5818.802","17903.724"],["5671.665","18032.045"],["5800.199","18038.479"],["5821.204","17979.134"],["7825.829","19348.791"],["7872.524","19317.913"],["13298.949","15894.431"],["13270.553","15917.760"],["13327.787","15843.919"],["13322.668","15856.689"],["13313.162","15830.028"],["13393.522","15871.950"],["13391.790","15907.596"],["13389.705","15916.259"],["13396.651","15883.253"],["13379.445","15921.073"],["13325.805","15913.222"],["13347.627","15900.425"],["13328.802","15871.340"],["13310.621","15893.356"],["8391.219","19562.291"],["8444.067","19583.902"],["8380.597","19651.537"],["8440.699","19702.945"],["6451.870","16512.187"],["6334.480","16481.681"],["6337.166","16561.809"],["8973.568","18910.590"],["8988.009","18895.198"],["8986.279","18995.193"],["8966.179","18991.350"],["8905.709","18901.533"],["8882.078","18894.030"],["8956.128","18989.228"],["8837.953","19046.845"],["8861.243","19020.941"],["10111.996","17291.049"],["10244.311","17283.403"],["10230.341","17389.880"],["10079.136","17333.483"],["11515.311","18847.903"],["11576.616","18846.874"],["14239.788","17939.507"],["14222.629","17891.858"],["14247.809","17925.202"],["12825.446","17339.397"],["12790.133","17348.729"],["12923.008","17293.751"],["12859.620","17272.908"],["12968.715","17261.314"],["12976.150","17311.999"],["6992.447","20585.768"],["6947.604","20017.108"],["8203.395","19805.507"],["8256.028","19751.942"],["8305.714","19771.251"],["7190.567","17303.053"],["7143.212","17256.712"],["10152.080","18785.723"],["10109.614","18762.588"],["10217.807","18752.648"],["10152.119","18868.587"],["10094.042","18833.170"],["12928.454","17445.692"],["12896.431","17467.724"],["9891.580","17687.448"],["9951.880","17777.273"],["9933.196","17790.155"],["9987.946","17823.182"],["9935.870","17798.539"],["9962.070","17796.061"],["9979.657","17668.700"],["9907.038","17817.491"],["10003.017","17674.798"],["12873.219","17601.292"],["12836.607","17599.192"],["12815.382","17607.875"],["12905.543","17582.907"],["12945.460","17615.789"],["12920.924","17556.287"],["12909.099","17539.524"],["9081.802","16412.111"],["10544.240","16744.274"],["11647.413","17424.018"],["11682.048","17444.866"],["11580.046","17431.272"],["7467.440","16080.623"],["7390.967","16126.774"],["7501.969","15969.461"],["13879.138","17706.177"],["13893.924","17770.256"],["13879.567","17823.236"],["13999.582","17742.152"],["8867.817","16475.181"],["8811.470","16432.424"],["8912.513","16552.140"],["13470.943","17989.651"],["13510.220","18023.856"],["13457.452","18009.747"],["11438.702","18481.649"],["12240.063","19184.864"],["5777.157","17456.303"],["5769.690","17447.104"],["5720.848","17424.550"],["7219.376","17043.566"],["7260.256","17099.896"],["7169.688","17169.513"],["6513.685","20442.736"],["6550.194","20501.821"],["8593.380","19322.456"],["5155.467","15646.973"],["5186.208","15588.113"],["5046.884","15658.984"],["7334.126","19380.754"],["7354.516","19453.804"],["7394.324","19384.911"],["7507.456","19468.685"],["7427.721","19452.688"],["7331.152","19323.921"],["7420.890","19394.558"],["7509.155","19313.255"],["7433.269","19313.547"],["7511.533","19347.979"],["10727.542","18021.496"],["10789.823","18007.181"],["10830.327","17965.904"],["7966.836","18255.796"],["7983.724","18342.992"],["8074.747","18274.740"],["5840.971","17821.520"],["5904.419","17783.747"],["5962.343","17741.433"],["5933.882","17625.347"],["13375.885","18475.462"],["13304.479","18545.780"],["13329.249","18486.143"],["13204.675","18543.439"],["13404.287","18571.647"],["7048.255","19052.549"],["6968.521","19010.998"],["13511.184","16587.225"],["13412.162","16734.163"],["13415.597","16771.980"],["12756.478","16350.470"],["13555.764","15674.970"],["13541.691","15695.314"],["13549.336","15706.571"],["13544.177","15711.209"],["13479.836","15681.475"],["13471.974","15688.140"],["13467.739","15703.660"],["13587.189","15715.047"],["13491.131","15635.529"],["13535.095","15635.827"],["13568.797","15527.237"],["13601.929","15518.966"],["9631.794","18775.057"],["9621.712","18757.567"],["9784.480","18792.772"],["17203.318","4679.204"],["17378.478","4690.744"],["17344.360","4668.742"],["17291.696","4679.923"],["7481.152","16149.051"],["7228.903","16565.446"],["7113.751","16737.694"],["7185.461","16739.375"],["12932.982","16323.562"],["13119.404","17983.948"],["13076.865","17839.485"],["13074.766","17963.076"],["13160.387","18023.314"],["13013.499","18007.767"],["13165.336","17957.432"],["13107.953","17929.020"],["12947.100","18497.012"],["12922.624","18472.764"],["12976.185","18634.210"],["12907.829","18632.360"],["12914.984","18544.697"],["14460.578","17887.218"],["14396.740","17936.252"],["14380.346","17894.237"],["14412.636","17872.324"],["14456.337","17864.429"],["14359.191","17993.510"],["14324.112","17915.103"],["14271.628","17949.917"],["14309.399","17977.553"],["13450.266","16994.162"],["13439.535","17105.673"],["13426.502","17167.426"],["13422.999","17116.708"],["13466.753","17154.098"],["13484.565","17051.340"],["5786.455","18245.742"],["5797.268","18203.499"],["5629.446","18169.975"],["5418.816","15989.003"],["5504.456","15999.697"],["5442.866","16048.839"],["10960.234","18624.262"],["10991.297","18668.762"],["5281.470","17402.905"],["6175.429","16075.317"],["6221.355","16080.127"],["6172.681","16045.694"],["6147.451","16032.192"],["6168.024","16058.875"],["6135.576","16046.274"],["6147.934","15997.715"],["6105.432","16030.719"],["6095.486","16027.189"],["6074.482","16013.967"],["6127.669","15975.088"],["6116.668","15998.616"],["6115.400","15940.683"],["13332.551","18441.864"],["13378.423","18347.281"],["13344.492","18316.728"],["13320.150","18428.041"],["13400.964","18282.333"],["13308.828","18341.940"],["13214.725","18423.361"],["13396.728","18314.951"],["5270.972","18863.701"],["8473.670","19260.338"],["8408.360","19268.811"],["8358.564","19302.044"],["10397.919","17475.566"],["10414.435","17433.991"],["10258.391","17620.418"],["10309.489","17438.589"],["10362.871","17438.511"],["10311.238","17620.852"],["10354.044","17565.052"],["8870.678","17396.132"],["8803.655","17403.053"],["11888.667","17073.770"],["11838.101","17109.669"],["11829.129","17166.173"],["11954.130","17066.729"],["6016.395","15948.803"],["6021.810","15979.494"],["6023.399","15947.173"],["5973.432","15937.042"],["5946.759","15935.991"],["6016.187","15988.629"],["9712.399","18608.481"],["9742.302","18573.170"],["9806.462","18468.551"],["10704.024","17455.074"],["6222.076","16499.194"],["6047.499","16557.565"],["6356.772","18313.244"],["6385.172","18329.074"],["6429.762","18291.665"],["6022.817","15925.008"],["5918.604","15907.762"],["5998.476","15890.243"],["5904.193","15897.088"],["5867.373","15845.604"],["5904.759","15867.558"],["5909.233","15849.555"],["6036.443","15900.374"],["4775.597","18511.043"],["4571.346","18521.703"],["4635.164","18500.159"],["7342.639","16842.009"],["7326.707","16843.879"],["6796.995","16229.709"],["6805.312","16279.264"],["5806.139","18433.851"],["5759.675","18422.687"],["5108.617","18079.028"],["8256.064","18348.056"],["8347.761","18322.382"],["8228.853","18463.831"],["8213.084","18271.581"],["8097.456","17781.966"],["8045.269","17767.664"],["5978.301","18920.075"],["10567.485","18650.042"],["10638.306","18637.552"],["10550.050","18626.706"],["6963.013","19919.779"],["6995.266","19946.020"],["6226.392","16605.020"],["6075.079","16671.446"],["6178.624","16738.063"],["6238.837","16684.445"],["6219.586","16696.329"],["6238.192","16724.074"],["6083.930","16582.658"],["6200.002","16627.261"],["6197.831","16682.499"],["6057.463","16661.504"],["11514.869","19238.977"],["11647.885","19254.414"],["11568.806","19300.822"],["11628.937","19286.272"],["8118.287","18868.916"],["12693.269","17475.557"],["12696.855","17495.161"],["12588.345","17510.653"],["12640.796","17467.614"],["12695.636","17562.736"],["6480.667","16161.282"],["7027.728","16938.397"],["7057.145","16971.222"],["7026.842","16960.875"],["6884.822","16933.106"],["7037.731","16778.471"],["7022.122","16815.834"],["6995.302","16901.829"],["6398.617","16810.063"],["6394.756","16931.117"],["6207.173","18427.133"],["6061.538","18425.191"],["9664.122","19317.199"],["5483.172","15844.671"],["10235.415","19092.784"],["7631.430","19125.011"],["7708.290","19108.290"],["7653.102","19146.457"],["12448.264","18124.251"],["12502.526","18050.003"],["12411.044","18059.049"],["12491.323","18194.288"],["12475.665","18246.889"],["12399.741","18115.484"],["12389.760","18135.450"],["12431.422","18211.040"],["10054.039","16631.806"],["10117.487","16594.675"],["13716.074","16510.548"],["13750.342","16367.565"],["9940.397","17208.349"],["9850.456","17257.951"],["9960.934","17373.983"],["6169.562","18593.264"],["7469.681","19086.756"],["5043.667","18663.043"],["5081.050","18667.683"],["17074.465","4245.983"],["17039.104","4246.251"],["17064.944","4182.732"],["17042.964","4217.892"],["17137.567","4125.739"],["17169.561","4185.097"],["13587.449","17561.400"],["13547.564","17597.057"],["11905.018","19281.410"],["8788.829","16552.909"],["6798.941","15785.539"],["13054.704","16880.061"],["13177.345","16816.730"],["13189.444","16844.182"],["11476.777","17884.224"],["11449.597","17909.819"],["11317.334","17838.336"],["11407.877","18032.784"],["11490.361","18034.836"],["11401.357","17925.856"],["7293.085","18542.231"],["7292.028","18565.597"],["7127.223","18580.419"],["7178.804","18549.162"],["7187.121","18605.117"],["7243.552","18619.003"],["10850.089","17324.439"],["10875.480","17370.000"],["8933.382","17888.073"],["8974.465","17847.887"],["10950.355","16948.749"],["10891.142","16940.358"],["10920.712","16919.948"],["10965.512","16911.283"],["10966.249","16896.270"],["10982.875","16879.018"],["11080.658","16862.193"],["11022.003","16867.282"],["11034.197","16962.135"],["11014.048","16898.158"],["13259.306","17833.273"],["13250.880","18011.044"],["13248.746","17848.690"],["13239.225","17982.069"],["13308.419","18028.919"],["13260.360","18012.193"],["13376.780","17841.085"],["13361.994","17880.011"],["10193.242","19163.262"],["10103.512","19140.014"],["6765.619","16121.985"],["6844.701","16116.782"],["13643.582","16446.885"],["13526.553","16842.372"],["13482.936","16933.659"],["13502.862","16952.176"],["13445.465","16836.876"],["23850.278","7406.392"],["23921.670","7380.494"],["11093.604","18698.217"],["11296.202","18695.402"],["11199.130","18744.215"],["11156.936","18702.473"],["11204.810","18697.771"],["11119.175","18743.873"],["7024.315","17165.488"],["7028.009","16997.005"],["17010.083","4353.376"],["13934.718","16593.565"],["10422.627","16663.594"],["13590.960","18150.346"],["13441.240","18126.443"],["13516.174","18051.023"],["13556.859","18050.213"],["13585.138","18148.116"],["5955.066","17877.015"],["5923.167","17879.492"],["13975.361","18621.705"],["14002.783","18480.951"],["13413.845","16517.354"],["10923.259","17884.634"],["10958.919","17895.556"],["10898.761","17963.313"],["10977.946","18015.706"],["10898.589","17931.090"],["11086.804","17896.459"],["11080.797","17971.733"],["14166.546","18639.426"],["14228.051","18676.960"],["14184.861","18676.260"],["5906.229","16265.549"],["5871.787","16161.988"],["5871.613","16170.569"],["5889.346","16192.406"],["5899.930","16205.013"],["5892.001","16312.300"],["5225.013","18169.834"],["5274.520","18053.183"],["10246.123","17698.657"],["10070.387","17830.026"],["10126.653","17780.001"],["10125.556","17831.279"],["10136.049","17826.704"],["10092.897","17651.021"],["8157.687","17950.857"],["12074.360","16749.878"],["4471.131","18407.330"],["4510.740","18275.544"],["6878.934","18070.289"],["6803.656","18079.909"],["6736.562","18167.463"],["6765.173","18181.067"],["6807.501","18242.098"],["6843.515","18168.112"],["6859.296","18090.960"],["6794.095","18149.703"],["6686.081","18177.428"],["6709.221","18220.994"],["6837.952","18045.630"],["6450.723","17633.973"],["7136.962","17582.693"],["7102.414","17467.072"],["14195.850","15527.311"],["14131.185","15530.892"],["14094.156","15649.714"],["14126.531","15618.412"],["14145.701","15517.598"],["14076.199","15608.079"],["14104.684","15571.343"],["13038.062","16183.057"],["13026.283","16284.669"],["13076.041","16349.123"],["13144.982","16287.110"],["13117.882","16248.185"],["13071.614","16261.180"],["13005.582","16242.293"],["13054.649","16330.263"],["13893.840","16381.124"],["13906.589","16369.643"],["13882.211","16453.705"],["13947.738","16452.153"],["7390.832","17163.843"],["10378.267","17641.593"],["10449.915","17766.468"],["10289.496","17647.556"],["10341.245","17643.222"],["10300.553","17692.768"],["10302.764","17721.420"],["10443.694","17689.762"],["10417.660","17830.261"],["10412.117","17818.552"],["10293.312","17718.484"],["10374.948","17729.587"],["10358.270","17661.032"],["10353.695","17657.318"],["6129.440","15915.365"],["6119.419","15893.689"],["6135.911","15906.960"],["6127.604","15871.331"],["6071.970","15852.479"],["6107.617","15847.022"],["6079.831","15919.554"],["9904.692","16175.198"],["13888.301","18739.758"],["13922.990","18730.932"],["13875.250","18783.898"],["13937.314","18876.151"],["14005.866","18851.031"],["9005.375","17469.257"],["10570.765","18350.574"],["8507.579","18361.018"],["8403.341","18320.235"],["11589.517","18390.654"],["11626.836","18331.100"],["11519.807","18369.470"],["7715.736","19838.835"],["10975.604","18719.535"],["10927.728","18792.912"],["8413.520","18939.506"],["12568.131","18233.876"],["12693.989","18056.638"],["12645.798","18068.644"],["12734.793","18212.728"],["12747.536","18148.663"],["12663.698","18190.371"],["12635.227","18144.508"],["12571.485","18218.236"],["12611.420","18068.322"],["12643.323","18254.882"],["11204.739","18283.819"],["11101.286","18320.962"],["11153.320","18403.099"],["11214.255","18388.873"],["11110.035","18395.969"],["11208.337","18349.894"],["10790.109","18880.640"],["10843.129","18775.052"],["10753.444","18773.700"],["10784.582","18803.872"],["10711.061","18829.858"],["10882.117","18781.153"],["10855.674","18838.875"],["10880.313","18746.948"],["11123.672","18051.811"],["14387.075","18839.050"],["14384.296","18836.540"],["10457.506","16960.280"],["24008.210","8115.579"],["23956.909","8125.095"],["12824.741","18059.021"],["12884.653","18179.143"],["12879.769","18173.660"],["12839.889","18094.182"],["12906.049","18234.166"],["12987.347","18056.907"],["12875.107","18206.476"],["12810.297","18192.679"],["12836.234","18196.163"],["6901.485","19997.411"],["11462.165","17726.350"],["11391.155","17731.490"],["11406.550","17741.994"],["11319.210","17794.431"],["11354.342","17826.388"],["11449.300","17627.554"],["14207.430","18302.269"],["14240.615","18262.416"],["14096.587","18284.971"],["14052.163","18300.149"],["14187.113","18276.070"],["14069.477","18465.492"],["14248.104","18349.056"],["11313.617","18703.799"],["11336.382","18740.623"],["11413.868","18721.858"],["11453.536","18870.613"],["5413.568","17832.553"],["5475.815","17885.500"],["4709.595","18778.272"],["13271.030","15969.371"],["13302.332","15976.275"],["13262.686","16035.500"],["13256.032","16044.202"],["13275.838","16073.154"],["13221.547","16083.912"],["13200.017","16141.003"],["13372.205","16004.735"],["13200.612","16134.070"],["13205.342","16083.437"],["13242.517","16100.184"],["6452.848","15233.311"],["12130.778","18146.278"],["24373.924","7926.023"],["24478.968","7929.149"],["24474.066","7932.453"],["24476.663","7929.670"],["13531.089","16213.137"],["13616.600","17050.839"],["9868.231","18176.482"],["9952.354","18143.147"],["10016.399","18085.376"],["10023.526","18185.522"],["9937.141","18248.566"],["9892.272","18228.252"],["9833.192","18053.169"],["9973.245","18079.176"],["9839.059","18122.659"],["10015.441","18081.949"],["9914.626","18147.957"],["9832.429","18168.444"],["13599.380","15929.839"],["13556.512","15978.767"],["13560.366","15934.551"],["7922.006","18489.843"],["7919.474","18482.993"],["7743.383","18552.733"],["7807.403","18549.770"],["7186.500","16383.029"],["7106.947","16537.519"],["7097.981","16514.561"],["9965.318","19117.444"],["9865.719","19121.227"],["6273.354","18689.473"],["11430.822","18088.011"],["11472.187","18079.803"],["12953.783","16175.212"],["12925.962","16272.944"],["12984.464","16211.245"],["12885.149","16269.480"],["12885.106","16278.771"],["12878.857","16287.495"],["12879.427","16261.610"],["12869.469","16289.839"],["12852.213","16322.543"],["12838.410","16316.495"],["12824.826","16321.096"],["12821.226","16336.858"],["12838.010","16304.910"],["12970.938","16214.224"],["12955.818","16206.462"],["12966.027","16240.640"],["12953.672","16156.498"],["12865.478","16323.390"],["12968.670","16269.043"],["12952.639","16261.194"],["12826.402","16259.063"],["7189.232","16999.843"],["7152.949","16992.279"],["7100.030","17163.159"],["7140.786","17020.685"],["8850.490","17197.592"],["13354.484","16547.267"],["13234.072","16560.818"],["13258.414","16506.136"],["13222.365","16399.259"],["5823.286","18946.061"],["11798.247","18856.089"],["11821.603","18792.522"],["11752.162","18714.058"],["11817.129","18748.349"],["11916.735","18718.936"],["8675.271","18638.901"],["8688.836","18548.998"],["8620.103","18504.344"],["23936.904","7844.331"],["23998.914","7715.729"],["14458.939","17065.921"],["12098.013","17945.147"],["12062.919","17898.522"],["12010.918","18036.350"],["11978.540","18035.753"],["12002.076","18042.293"],["12075.443","17853.286"],["12043.040","17945.566"],["11985.174","17975.518"],["11472.389","18366.283"],["11423.356","18257.039"],["11460.527","18465.052"],["11375.261","18375.839"],["5797.162","16851.813"],["8582.055","17990.222"],["8614.604","17965.152"],["8671.915","17965.018"],["8656.832","17976.166"],["7367.754","17883.862"],["7369.194","17892.761"],["7392.965","17947.447"],["7370.080","17939.630"],["11059.661","17414.767"],["7602.855","17960.506"],["6092.988","18310.606"],["6083.481","18333.963"],["6096.342","18376.009"],["6652.046","16014.738"],["7235.951","20327.554"],["7239.556","20179.785"],["7235.395","20238.506"],["14045.860","17380.592"],["14188.101","17399.360"],["14090.144","17396.950"],["14112.134","17376.223"],["10057.090","17923.243"],["10074.345","17863.446"],["10135.660","17861.283"],["10042.918","17934.438"],["10081.783","17935.776"],["10161.749","18009.293"],["10174.992","17965.172"],["10151.127","17929.714"],["10116.176","17877.102"],["10074.449","17849.141"],["10070.840","17941.836"],["10221.070","17875.100"],["5387.539","16650.891"],["5331.792","16616.068"],["5335.848","16702.310"],["5352.632","16717.746"],["5231.650","16583.812"],["11274.698","17324.039"],["11190.693","17303.823"],["11178.154","17345.577"],["11279.969","17356.376"],["11135.039","17315.809"],["7039.309","18218.767"],["6925.736","18200.586"],["6903.372","18105.937"],["6902.111","18173.255"],["6968.596","18170.028"],["24283.448","7673.694"],["12617.640","16611.371"],["12613.190","16584.426"],["12575.437","16590.790"],["12589.558","16574.177"],["12634.392","16634.011"],["12618.290","16626.550"],["12628.968","16616.993"],["12613.260","16630.664"],["12575.011","16619.985"],["13439.318","18960.549"],["13595.335","18975.287"],["13424.976","18943.984"],["13497.837","18913.515"],["13592.982","18994.675"],["13540.515","18990.943"],["5773.154","16043.036"],["12361.551","17762.275"],["7170.514","18184.136"],["7107.866","18169.568"],["7241.699","18065.345"],["7270.162","18184.640"],["7284.483","18207.683"],["14004.586","16570.031"],["12880.838","18992.474"],["12874.407","19077.032"],["12968.728","18890.931"],["12888.728","19001.270"],["12106.845","16911.809"],["12113.135","16862.399"],["11937.557","16860.121"],["12065.948","16777.208"],["5937.252","20513.632"],["11919.830","18143.595"],["11905.817","18145.197"],["11876.726","18089.587"],["11837.894","18110.544"],["11754.135","18153.028"],["10167.556","17415.597"],["10177.258","17437.817"],["10212.368","17561.597"],["5982.385","18647.819"],["5992.983","18552.382"],["5958.882","18592.743"],["5918.804","18543.023"],["5870.835","18671.908"],["5876.285","18630.228"],["5034.154","15796.973"],["9644.408","16920.012"],["6545.955","15659.545"],["6480.782","15680.122"],["6625.413","15671.835"],["7459.932","16591.212"],["12908.500","17815.286"],["12896.842","17778.056"],["12930.494","17769.798"],["12831.666","17825.756"],["12822.702","17777.862"],["12852.338","17925.845"],["12826.531","17894.161"],["5027.282","17508.365"],["5003.006","17586.797"],["12904.446","16720.969"],["12821.485","16720.936"],["12977.334","16766.881"],["14463.985","18090.700"],["13265.242","18906.274"],["13392.673","19053.711"],["7424.150","18687.598"],["7332.443","18709.304"],["7480.138","18811.334"],["7409.163","18760.888"],["7351.208","18863.289"],["13991.658","18197.092"],["13970.333","18161.918"],["13942.159","18090.720"],["13949.222","18216.157"],["14034.943","18060.406"],["14001.970","18195.490"],["13967.234","18168.178"],["13893.251","15925.519"],["13966.424","15849.813"],["13926.867","15750.267"],["14006.218","15793.103"],["13999.546","15833.148"],["10481.368","18881.050"],["10489.478","18799.339"],["10653.149","18861.489"],["10655.354","18750.616"],["10540.292","18767.672"],["10573.522","18811.787"],["10557.183","18739.181"],["10669.282","18688.004"],["10470.344","19107.150"],["10544.116","19186.477"],["10538.467","19126.926"],["13637.533","18059.627"],["13729.526","18126.568"],["13637.573","18233.530"],["13694.887","18107.608"],["13697.884","18190.968"],["13654.733","18253.578"],["13651.701","18247.436"],["13783.002","18195.579"],["13756.406","18178.749"],["8306.543","19420.267"],["8290.706","19457.434"],["8281.694","19351.619"],["8217.979","19413.679"],["8278.655","19494.354"],["8149.055","19424.555"],["8354.906","19519.674"],["8304.944","19481.957"],["7255.589","16881.475"],["7228.986","16906.853"],["7123.652","16928.339"],["7265.995","16783.900"],["11724.547","17513.625"],["10076.672","16255.574"],["10065.533","16228.369"],["12625.176","16830.917"],["12681.081","16863.337"],["12602.603","16828.876"],["12618.573","16829.189"],["12718.357","16886.531"],["12705.080","16930.185"],["12770.705","16946.552"],["10531.130","17378.773"],["10584.502","17381.878"],["17320.563","4374.987"],["8606.418","19257.505"],["8653.601","19235.826"],["8680.463","19120.122"],["12568.835","17375.599"],["12622.397","17288.075"],["12667.904","17268.884"],["12692.735","17307.029"],["12714.331","17345.675"],["6838.715","17712.481"],["6858.881","17765.298"],["6817.802","17636.618"],["6807.427","17670.183"],["6704.015","17656.547"],["12403.597","18989.341"],["13623.127","15673.043"],["10527.337","17590.664"],["10652.100","17465.413"],["10670.612","17579.617"],["11982.946","19101.053"],["12019.639","19123.043"],["14001.668","16251.780"],["13898.477","16288.564"],["9598.215","16180.189"],["6091.932","15977.605"],["6047.775","15950.783"],["6077.932","15956.158"],["6045.346","15932.443"],["6069.183","15954.783"],["14169.664","18800.471"],["14160.519","18722.189"],["14229.350","18769.726"],["8958.590","15033.301"],["7028.129","17920.163"],["7006.828","17896.484"],["6891.357","17844.898"],["6966.347","18041.433"],["13656.962","17092.144"],["13681.630","17157.003"],["13719.196","17144.550"],["13124.647","17258.211"],["13137.624","17304.470"],["12968.871","16118.473"],["12984.825","16130.659"],["12957.400","16122.958"],["10499.154","18928.460"],["10572.206","18964.123"],["10469.667","18980.598"],["10621.469","18891.494"],["9331.926","18482.363"],["9274.721","18628.567"],["9343.197","18174.333"],["9362.068","18236.852"],["9297.196","18216.081"],["24221.459","7625.471"],["9608.795","19123.763"],["9514.645","19134.643"],["9585.300","19150.140"],["9171.324","15826.275"],["10584.091","18104.260"],["10499.368","18048.069"],["10561.390","18159.607"],["10573.121","18221.023"],["10642.189","18212.843"],["10664.306","18179.415"],["10667.771","18239.645"],["4987.677","17424.534"],["4879.935","17438.304"],["7610.842","19599.380"],["7605.853","19645.801"],["7561.664","19683.844"],["7542.021","19569.576"],["7531.579","19601.934"],["7652.673","19676.495"],["7685.948","19534.057"],["7685.568","19624.112"],["23978.189","7619.846"],["24045.098","7675.912"],["9142.438","17802.722"],["9185.979","17685.257"],["9089.071","17718.816"],["9121.850","17820.509"],["9160.929","17798.659"],["9002.788","17680.241"],["7100.439","17762.365"],["13345.487","17197.363"],["13237.819","17176.432"],["13241.964","17115.177"],["13342.912","17164.331"],["13397.216","17131.371"],["4906.404","16397.145"],["7746.711","19325.546"],["7778.521","19420.572"],["7900.847","19415.923"],["9749.708","19220.611"],["9684.014","19222.798"],["9755.884","19261.580"],["12576.563","18264.179"],["12751.171","18326.809"],["12696.977","18379.970"],["12768.166","18428.999"],["12753.149","18408.900"],["12592.173","18409.210"],["12735.346","18275.378"],["12624.280","18276.861"],["12658.770","18322.212"],["7649.438","18210.736"],["7707.149","18205.159"],["7532.535","18098.366"],["9723.722","19106.160"],["11773.298","17422.356"],["23702.766","7843.495"],["23649.825","7818.507"],["23609.433","7859.180"],["7180.298","17856.885"],["6018.884","18806.344"],["5869.814","18839.910"],["5962.623","18705.314"],["7819.564","19830.873"],["7737.875","19847.236"],["7792.125","19938.963"],["7866.410","19850.949"],["7869.501","19767.124"],["7780.803","19821.023"],["9469.100","18736.729"],["9480.683","18771.292"],["9458.781","18857.760"],["9476.482","18769.812"],["9518.710","18698.258"],["9468.075","18678.834"],["9564.692","18775.013"],["9560.251","18781.801"],["9536.563","18680.174"],["13696.348","16032.188"],["13673.566","15961.799"],["13678.754","15941.863"],["13766.234","15984.195"],["13737.507","15984.963"],["13726.395","15982.462"],["13720.799","15982.809"],["13722.051","15988.082"],["13692.342","15978.933"],["13664.339","15938.288"],["13625.233","15943.237"],["13714.373","16007.649"],["13717.294","15978.211"],["13693.855","16073.070"],["6681.189","18103.513"],["13199.427","18211.209"],["13277.669","18100.126"],["13261.469","18063.346"],["13335.100","18214.842"],["13301.269","18223.133"],["13262.399","18190.060"],["13217.926","18108.507"],["8432.351","17988.356"],["8453.831","17932.304"],["8501.895","17930.882"],["8482.454","17947.513"],["8486.295","17839.603"],["8398.154","17883.435"],["8416.054","17839.215"],["8413.675","17965.498"],["8390.518","17895.754"],["8494.291","17967.594"],["8452.301","18006.917"],["8488.258","17955.353"],["8531.547","18020.027"],["8540.637","17925.261"],["8502.956","17902.734"],["9685.370","17669.412"],["8483.556","17534.572"],["8494.710","17504.996"],["8521.954","17504.973"],["8492.943","17455.179"],["8391.687","17426.022"],["8380.178","17515.976"],["8530.869","17578.521"],["8538.127","17415.309"],["10414.095","17897.077"],["10415.466","17847.431"],["10304.597","17942.067"],["10364.424","18004.374"],["10424.054","17865.845"],["10425.041","17882.526"],["10357.520","17845.333"],["10289.087","17901.963"],["10360.667","17975.544"],["10279.875","17839.909"],["5436.974","18943.980"],["5590.602","18989.058"],["12747.934","16523.105"],["8217.426","19589.340"],["8261.646","19672.896"],["8209.622","19698.435"],["8162.137","19599.396"],["8238.657","19720.369"],["8320.213","19614.287"],["8252.121","19646.727"],["8276.516","19574.860"],["8319.226","19527.293"],["12097.295","18232.124"],["10705.704","18962.407"],["10756.650","19017.451"],["10863.215","18897.090"],["10801.648","18958.057"],["14071.382","15943.405"],["14061.512","15998.235"],["14161.373","15955.695"],["14111.927","16137.004"],["6579.935","17645.696"],["10977.596","17377.104"],["10931.733","17334.934"],["10948.781","17372.508"],["10915.153","17300.385"],["10889.288","17340.462"],["10952.731","17285.208"],["13697.659","17580.294"],["13741.167","17612.060"],["13809.900","17571.178"],["13804.857","17536.489"],["13686.355","17417.808"],["5290.330","18369.580"],["14180.286","16574.082"],["14165.355","16660.825"],["8362.632","19343.242"],["7856.052","18224.776"],["7886.912","18204.293"],["7924.024","18235.961"],["7819.959","18141.758"],["7734.240","18058.316"],["7753.829","18064.311"],["7887.672","18094.694"],["7047.290","15890.136"],["7054.583","15749.867"],["6885.043","20433.884"],["7009.735","20506.843"],["12775.496","17951.047"],["12776.272","17914.660"],["12689.627","17858.908"],["12657.062","17939.119"],["12686.419","17844.589"],["12629.611","17917.286"],["12688.390","17970.276"],["9507.171","18158.973"],["10895.637","16790.699"],["10921.399","16872.460"],["10900.626","16874.670"],["10932.290","16846.993"],["11080.892","16805.471"],["13331.270","16851.676"],["13242.073","16787.391"],["13324.910","16775.937"],["13084.579","18758.921"],["13085.822","18692.536"],["13167.048","18800.528"],["13052.013","18767.228"],["13028.858","18821.922"],["13087.279","18784.928"],["13098.922","18734.370"],["13179.564","18756.005"],["13016.113","18874.135"],["9131.738","15662.852"],["14000.929","16842.801"],["14025.090","16840.241"],["11307.520","18005.257"],["11328.790","17981.095"],["11333.863","18012.031"],["11378.699","18003.245"],["7451.945","16357.851"],["7435.468","16422.107"],["9787.182","17865.552"],["9647.284","18006.495"],["9654.295","17984.202"],["9809.327","17990.312"],["9815.043","17859.032"],["9756.503","17953.310"],["9795.818","18031.654"],["9774.513","17927.478"],["10311.695","18361.878"],["7288.054","18654.651"],["13743.752","17856.011"],["13701.778","17832.361"],["13649.183","17949.558"],["13635.854","17925.727"],["13706.956","17871.871"],["6850.927","18903.146"],["14398.738","18084.689"],["14389.527","18075.990"],["14338.112","18066.361"],["11860.004","18357.651"],["11819.181","18346.388"],["11859.974","18315.909"],["12118.902","17012.092"],["12144.026","17043.740"],["12138.723","17082.769"],["11976.228","17169.560"],["12075.562","17170.015"],["12011.108","17065.208"],["12029.084","17158.754"],["12086.955","17140.133"],["11617.100","17733.596"],["11524.057","17653.489"],["11556.623","17665.050"],["9154.420","18898.524"],["9143.045","18912.345"],["9162.152","19010.257"],["9101.254","19035.275"],["8998.829","19055.855"],["9055.013","18939.794"],["9155.732","19091.914"],["9039.009","19074.939"],["9843.598","18277.345"],["9882.781","18308.379"],["9843.319","18367.710"],["9850.266","18378.279"],["9928.397","18362.357"],["9973.144","18421.128"],["9917.264","18324.288"],["10036.016","18367.250"],["5848.301","18301.997"],["10793.874","18196.824"],["10729.488","18124.398"],["10817.656","18188.251"],["10678.505","18204.130"],["10691.599","18096.589"],["10758.289","18090.161"],["5856.432","15952.233"],["5861.163","15961.038"],["5878.009","15970.063"],["5883.176","15977.902"],["5855.491","15967.148"],["5846.109","16129.393"],["5842.944","16132.254"],["5941.263","16006.977"],["6746.524","18039.294"],["6752.045","18023.806"],["7920.343","17530.260"],["6164.066","18762.870"],["6140.364","18812.648"],["6098.284","18693.300"],["9350.631","17283.141"],["9299.957","17199.504"],["9221.188","17320.346"],["9236.513","17330.011"],["9381.241","17503.060"],["9322.807","17470.282"],["13605.109","18689.275"],["13446.218","18776.623"],["13459.350","18876.587"],["7502.298","19231.960"],["7409.784","19227.840"],["7401.770","19142.573"],["7479.524","19157.982"],["7334.534","19176.983"],["7438.657","19125.693"],["7402.940","19191.539"],["7363.289","19206.657"],["7462.777","19235.533"],["7494.079","19246.701"],["7355.810","19309.114"],["7392.460","19299.060"],["7514.467","19256.469"],["17360.963","4229.996"],["17388.441","4253.099"],["17345.464","4197.719"],["17292.469","4167.635"],["17312.530","4159.049"],["17335.521","4125.714"],["17242.721","4121.724"],["17232.466","4117.710"],["17281.932","4097.459"],["10831.255","16970.429"],["10844.401","16951.885"],["10847.797","16940.293"],["10840.944","16910.080"],["10867.862","16894.870"],["10792.599","16905.544"],["10880.263","16881.737"],["10579.983","17695.035"],["10464.109","17690.594"],["10463.167","17706.558"],["10470.277","17761.754"],["12343.667","18416.710"],["12164.965","18347.744"],["12321.148","18316.510"],["12333.566","18297.881"],["12297.023","18384.384"],["12187.564","18339.652"],["12324.238","18305.453"],["12274.715","18312.323"],["8309.763","17488.467"],["8300.359","17482.186"],["8297.380","17484.211"],["8249.535","17510.206"],["9299.596","18999.120"],["9227.032","19006.598"],["9350.951","19088.686"],["9324.801","19018.627"],["5832.827","18252.935"],["13947.028","15627.293"],["13865.617","15573.609"],["13968.891","15660.704"],["13985.767","15527.842"],["13926.344","15509.608"],["8755.593","17670.202"],["8711.810","17659.467"],["8777.142","17640.203"],["8702.034","17635.051"],["8578.229","17646.867"],["12271.456","18879.885"],["12197.201","18889.210"],["12275.899","18697.231"],["12192.839","18718.965"],["6373.020","17009.498"],["6330.872","16992.145"],["6263.446","17077.364"],["13196.906","18617.733"],["13109.146","18561.137"],["13184.949","18616.940"],["13027.220","18673.859"],["13088.867","18594.697"],["13018.980","18620.713"],["13100.526","18627.135"],["11123.511","18668.775"],["8276.372","18743.446"],["8332.345","18734.573"],["8305.730","18788.876"],["8279.235","18798.270"],["8281.412","18818.692"],["8310.135","18822.032"],["8300.127","18833.175"],["8260.924","18768.352"],["6489.656","16728.433"],["6601.048","16716.909"],["6606.224","16769.107"],["13510.202","18463.267"],["13584.089","18441.900"],["13513.398","18464.096"],["13417.221","18330.624"],["13433.701","18322.135"],["17143.958","4709.116"],["17047.888","4667.985"],["17011.839","4561.109"],["11408.499","18224.792"],["11394.655","18246.386"],["11391.197","18154.602"],["11417.644","18172.257"],["11340.278","18225.914"],["11399.316","18067.999"],["11408.165","18191.830"],["11319.921","18185.959"],["11309.675","18140.179"],["6981.078","16435.121"],["6956.110","16529.023"],["7025.795","16408.564"],["4861.613","17351.153"],["13786.695","15462.374"],["14369.719","18293.580"],["14359.321","18318.304"],["14322.101","18339.097"],["9018.556","16812.902"],["9094.446","16785.572"],["11092.058","17012.730"],["11031.443","17014.907"],["11002.473","17006.902"],["11058.434","17006.557"],["11042.432","17064.586"],["10931.495","16997.279"],["10899.007","17069.340"],["10987.613","17179.297"],["10961.952","17179.949"],["8093.424","18470.739"],["17395.649","4585.324"],["7734.077","19563.010"],["7883.351","19611.172"],["7837.212","19529.198"],["7930.239","19541.279"],["7742.401","19627.559"],["7888.376","19585.585"],["6877.539","20414.414"],["6717.658","20531.414"],["5750.512","17634.619"],["5794.260","17710.868"],["13607.192","15451.022"],["13478.389","15468.808"],["13495.593","15427.685"],["13554.331","15499.685"],["6700.289","15591.489"],["11466.999","17616.749"],["6332.752","17520.438"],["6357.473","17490.667"],["6408.021","17538.151"],["6443.981","17480.728"],["6459.931","17533.425"],["5848.164","15910.726"],["5877.517","15899.465"],["5851.531","15885.493"],["5850.922","15885.064"],["5887.539","15889.738"],["5900.513","15902.972"],["5886.472","15919.681"],["8999.610","18222.573"],["8834.621","16151.140"],["8910.926","16233.749"],["12186.476","17831.908"],["12197.167","17801.800"],["12264.451","17761.469"],["12205.950","17763.407"],["12210.801","17736.734"],["6621.801","15882.704"],["10907.774","16665.560"],["10957.031","16747.434"],["10941.048","16607.431"],["10885.727","16637.505"],["10911.917","16766.179"],["10918.479","16617.855"],["13516.439","15948.285"],["13506.619","15946.385"],["13505.042","15955.448"],["13468.452","15961.590"],["13443.326","15950.263"],["13421.796","15944.112"],["13571.489","16068.146"],["13598.967","16091.249"],["13555.990","16035.869"],["13502.995","16005.785"],["13523.057","15997.200"],["13493.402","15953.897"],["13511.941","15940.052"],["8903.711","17436.872"],["14288.743","17398.335"],["14341.668","17263.612"],["11440.956","17512.713"],["11393.621","17506.933"],["5169.373","16260.864"],["5129.098","16286.471"],["5131.127","16303.931"],["5040.182","16312.062"],["5397.329","15928.008"],["9391.355","16088.458"],["9400.599","16005.353"],["10310.936","18707.362"],["10337.334","18857.233"],["10271.365","18787.132"],["10294.232","18761.048"],["10426.770","18745.179"],["10379.131","18742.604"],["10443.554","18802.073"],["10262.194","18874.505"],["9398.565","18453.620"],["9243.840","18303.818"],["9248.322","18311.785"],["9207.084","18404.791"],["9297.347","18417.228"],["9205.361","18419.325"],["9333.763","18255.936"],["9309.984","18442.025"],["9254.545","18389.120"],["9358.196","18388.277"],["9304.458","18381.021"],["6689.325","15873.906"],["5791.185","18046.810"],["5732.932","18091.064"],["5773.422","18152.426"],["13100.436","16766.591"],["9710.164","16005.837"],["9731.609","16117.473"],["9758.596","15946.018"],["9826.795","16099.437"],["9654.437","15930.701"],["9722.825","15942.674"],["8368.211","19735.323"],["7370.092","19045.573"],["7316.198","19062.840"],["7445.318","19035.059"],["7315.016","18912.877"],["7466.423","18952.873"],["7496.990","18954.314"],["7387.810","19038.230"],["8183.968","19549.956"],["8191.044","19524.556"],["10364.106","18305.984"],["10432.366","18266.920"],["10384.493","18340.078"],["8822.290","15592.799"],["9883.386","17487.901"],["9954.891","17482.875"],["13907.726","18637.637"],["13830.942","18591.553"],["13942.449","18644.645"],["13875.278","18615.842"],["9491.071","17404.521"],["9495.218","17334.153"],["6465.434","18560.627"],["6555.649","18595.827"],["6549.436","18474.855"],["7312.826","15915.081"],["6859.202","17565.068"],["6821.634","17520.011"],["6835.432","17464.528"],["6680.895","17614.492"],["6852.856","17412.021"],["12985.398","17953.455"],["12959.477","18008.385"],["12952.813","17950.845"],["12969.606","17886.006"],["12932.845","17969.490"],["12921.440","17950.140"],["12909.898","17907.490"],["10775.509","18302.303"],["10723.127","18381.773"],["10673.787","18324.524"],["10875.017","18290.720"],["10827.225","18323.245"],["10821.863","18407.081"],["9231.730","17817.866"],["9266.469","17703.651"],["9211.557","17684.022"],["9247.148","17733.070"],["7210.546","15921.067"],["7173.124","15892.124"],["7141.830","15819.184"],["5730.029","18843.609"],["5704.256","18787.764"],["6648.278","17604.741"],["6561.283","17596.951"],["6494.776","17473.139"],["6530.090","17548.757"],["10605.130","17533.106"],["12035.758","16907.182"],["12002.894","16911.412"],["12049.408","16836.825"],["12121.682","16972.065"],["12099.811","16975.771"],["12102.662","16922.357"],["14048.996","16592.316"],["14085.553","16685.681"],["14087.168","16697.110"],["14161.345","16743.352"],["13379.169","18093.512"],["13406.782","18170.308"],["8558.533","18801.818"],["8360.025","18799.747"],["8396.661","18791.185"],["8560.267","18756.582"],["5367.115","15970.201"],["5349.710","16029.627"],["5303.083","16020.964"],["5390.435","16026.064"],["5271.071","15953.604"],["24170.390","7460.864"],["9259.157","18843.181"],["9352.248","18713.923"],["9364.896","18738.250"],["9277.671","18694.484"],["6941.921","18763.568"],["7059.572","18838.239"],["6897.917","18725.686"],["12186.119","16727.601"],["12238.646","16714.218"],["8983.392","18558.836"],["8986.961","18582.090"],["8913.264","18593.844"],["8902.613","18610.324"],["8814.822","18616.651"],["8797.665","18625.166"],["8784.651","18642.336"],["8953.609","18538.989"],["8801.745","16183.990"],["7054.304","18671.359"],["7092.944","18672.136"],["13323.543","17528.343"],["13392.983","17505.370"],["13062.902","16085.307"],["13082.870","16069.246"],["13179.057","16078.759"],["13194.963","16125.130"],["13193.059","16120.385"],["13174.281","16100.878"],["13160.594","16103.995"],["13150.049","16113.235"],["13198.227","16079.445"],["13183.961","16072.992"],["13168.776","16073.154"],["13140.172","16133.377"],["13005.273","16105.117"],["12993.981","16097.809"],["13025.933","16139.066"],["10309.966","18060.311"],["10397.353","18061.700"],["10396.423","18067.354"],["10371.604","18070.542"],["10434.154","18155.525"],["10444.549","18146.375"],["10288.092","18124.989"],["10271.664","18188.549"],["10353.403","18176.959"],["10392.056","18253.035"],["6702.072","16671.115"],["6808.091","16612.371"],["6870.579","16762.519"],["6742.109","16753.280"],["13555.985","15906.909"],["13539.462","15889.574"],["13466.120","15888.391"],["13567.625","15819.798"],["13571.182","15809.494"],["13613.318","15874.660"],["13599.190","15819.160"],["13598.514","15719.945"],["13583.054","15751.362"],["13576.332","15766.963"],["9997.781","18929.870"],["9946.038","19034.209"],["9868.079","19050.278"],["9890.997","18956.265"],["9929.142","18975.984"],["8912.705","18839.881"],["8878.737","18697.939"],["8847.447","18687.590"],["8898.473","18735.470"],["8902.617","18871.095"],["8780.819","18736.550"],["10098.130","18436.961"],["10164.411","18419.996"],["10187.396","18399.728"],["10217.243","18344.388"],["10137.303","18270.983"],["10081.559","18398.613"],["10128.574","18286.318"],["8706.279","18921.281"],["8682.799","18990.477"],["8662.849","19094.818"],["8776.985","19044.309"],["7335.908","18495.896"],["14289.361","18945.772"],["12232.311","17421.580"],["12267.823","17523.954"],["12306.688","17456.638"],["12162.150","17548.599"],["10068.028","19050.920"],["10116.328","19028.523"],["10087.671","18956.223"],["10243.143","19042.526"],["10158.840","19054.996"],["10167.639","18931.873"],["10198.966","18968.371"],["5753.633","17399.579"],["5804.774","17396.707"],["7929.781","18994.464"],["7852.163","18911.334"],["7742.542","18980.225"],["7728.415","19068.640"],["7905.911","19099.827"],["7922.764","19066.723"],["7780.921","19049.147"],["7859.398","19085.181"],["16999.995","4454.585"],["13074.672","16967.663"],["13114.272","17172.295"],["13122.809","17116.870"],["7073.952","17704.464"],["6982.800","17732.793"],["6900.566","17674.515"],["6945.788","17792.796"],["7059.503","17682.773"],["7056.318","17625.047"],["6913.884","17772.073"],["6982.242","17678.091"],["7026.595","17701.414"],["7057.720","17670.002"],["7070.994","17827.890"],["13111.741","18285.850"],["13176.642","18369.148"],["13038.412","18256.304"],["13174.733","18315.978"],["13161.577","18348.851"],["13188.886","18425.046"],["6581.609","18254.209"],["7980.262","19748.302"],["7996.755","19806.494"],["8079.771","19785.255"],["8136.849","19796.478"],["14050.372","17752.920"],["14105.656","17786.097"],["14179.146","17724.641"],["14224.607","17697.870"],["14098.669","17653.815"],["14188.965","17642.535"],["7783.039","18406.100"],["7868.267","18325.343"],["7826.266","18274.612"],["7844.228","18441.754"],["7765.518","18360.527"],["7833.706","18422.416"],["7813.680","18264.315"],["8284.995","19151.695"],["8292.927","19119.530"],["8158.611","19171.347"],["8168.678","19184.864"],["8334.698","19237.471"],["8268.246","19301.786"],["8247.884","19246.088"],["8245.794","19160.854"],["8191.552","19241.325"],["8269.716","19221.551"],["8154.332","19164.092"],["8294.581","19143.327"],["8310.192","19162.363"],["9179.025","19175.044"],["9134.170","19165.270"],["9143.566","19252.167"],["8111.598","18021.126"],["11050.846","17867.607"],["11751.586","18991.067"],["11760.237","18983.420"],["11896.287","18952.569"],["11768.784","19056.636"],["11899.476","18993.570"],["11885.891","19010.482"],["11841.532","18961.695"],["11441.290","18952.417"],["11490.675","18975.187"],["11444.807","19087.302"],["11470.333","19096.171"],["9107.870","15006.293"],["12459.997","16763.519"],["12503.410","16764.076"],["6795.453","20674.007"],["11976.361","19187.865"],["11946.251","19227.686"],["12141.816","19275.398"],["12013.296","19175.365"],["12009.711","19284.960"],["12127.879","19202.878"],["12121.152","19140.533"],["14039.125","17931.377"],["13858.619","17888.879"],["13993.954","18025.600"],["13953.484","17925.797"],["13856.831","17898.391"],["14015.473","17949.660"],["13925.867","17838.430"],["13921.481","17934.511"],["13850.081","17985.611"],["13868.124","18038.691"],["8059.419","18200.775"],["13408.228","17944.854"],["13360.579","17929.226"],["13393.290","17975.966"],["7862.472","19209.736"],["7906.691","19197.867"],["7872.277","19172.698"],["7818.242","19118.002"],["7803.216","19151.830"],["7841.449","19194.019"],["7894.863","19257.881"],["14047.725","18904.689"],["14095.229","18902.062"],["14189.901","19077.544"],["14203.437","19093.365"],["14142.746","18965.009"],["12340.676","18233.269"],["12292.429","18221.939"],["12147.242","18212.768"],["12285.785","18106.311"],["12284.190","18104.643"],["14587.458","17214.101"],["9245.387","19191.863"],["9282.146","19148.890"],["9391.583","19208.020"],["9263.539","19241.070"],["17430.994","4613.235"],["14227.936","18478.563"],["14184.389","18588.467"],["14181.692","18610.333"],["14101.270","18531.851"],["13673.346","17355.926"],["13682.531","17320.296"],["13649.297","17326.949"],["14269.094","18088.628"],["14306.824","18235.133"],["5948.412","17553.769"],["5981.518","17542.262"],["14351.856","17735.752"],["6304.090","18917.181"],["7597.443","18644.995"],["12333.919","17739.352"],["8928.256","15998.624"],["9381.247","17143.910"],["9355.293","17152.581"],["14268.577","18744.837"],["6379.942","17384.581"],["6402.784","17352.890"],["10275.635","18609.724"],["12824.285","16846.068"],["12846.768","16952.261"],["12838.855","16923.716"],["12898.499","16858.585"],["12881.552","16849.989"],["12882.137","16784.257"],["12974.424","16789.757"],["6951.399","16191.913"],["6973.439","16293.721"],["7008.543","16274.204"],["7695.302","20000.312"],["11706.733","18155.505"],["11532.285","18090.427"],["11644.080","18134.541"],["11644.836","18111.139"],["11634.127","18170.315"],["11671.248","18236.542"],["11576.175","18156.876"],["11622.970","18086.748"],["11644.697","18079.481"],["10220.827","18658.148"],["10121.183","18665.245"],["7333.212","16649.632"],["7352.872","16695.683"],["6717.518","17118.256"],["14012.057","15944.505"],["13928.847","16021.729"],["13872.085","15942.289"],["13933.095","16111.795"],["13872.865","16133.132"],["13847.303","17425.959"],["13900.049","17436.329"],["13954.225","17493.540"],["13178.023","18092.647"],["13144.034","18123.464"],["13101.796","18204.613"],["13023.850","18153.444"],["12993.982","18094.841"],["13025.248","18115.327"],["13037.483","18217.820"],["13006.003","18151.610"],["9134.175","19361.206"],["9071.881","19396.018"],["7140.610","19168.997"],["7190.879","19278.288"],["7149.267","19282.330"],["7220.991","19203.694"],["7147.018","19200.131"],["7128.830","19155.208"],["4835.957","18688.877"],["4886.449","18694.814"],["4805.705","18888.609"],["16982.791","4505.072"],["14170.542","18175.916"],["14241.019","18151.060"],["14236.428","18145.067"],["14110.319","18047.970"],["14137.625","18226.791"],["14129.074","18067.940"],["14147.577","18190.566"],["14059.353","18197.635"],["7463.482","19878.455"],["7510.843","19742.170"],["7501.010","19919.459"],["12250.764","17868.460"],["11897.573","17616.660"],["11833.623","17538.538"],["11856.435","17510.991"],["11733.129","17521.985"],["13950.641","18367.871"],["13927.746","18332.049"],["5795.621","18790.159"],["12594.695","16540.562"],["12592.739","16530.083"],["12612.764","16387.127"],["12609.289","16399.687"],["12651.797","16365.438"],["12690.845","16379.471"],["12751.019","16364.057"],["12576.986","16523.144"],["12671.457","16468.040"],["12658.961","16426.232"],["12622.895","16446.562"],["12631.148","16469.381"],["12616.358","16460.588"],["12612.733","16450.977"],["12610.928","16440.205"],["12625.663","16557.298"],["12640.068","16549.549"],["12607.866","16541.438"],["12743.046","16442.511"],["12726.825","16448.493"],["12668.332","16445.562"],["12666.768","16436.848"],["12661.545","16449.471"],["12619.377","16535.356"],["12567.487","16540.733"],["7242.635","18767.415"],["7298.519","18788.165"],["7256.631","18858.345"],["7276.252","18732.028"],["7298.504","18832.969"],["12689.202","16694.688"],["12675.876","16683.607"],["12647.471","16677.651"],["12657.212","16676.654"],["12654.411","16648.822"],["12704.001","16598.213"],["12721.626","16600.624"],["12672.014","16640.099"],["12703.232","16686.469"],["12616.944","16744.985"],["12727.368","16645.976"],["12734.947","16657.185"],["12771.037","16657.542"],["12710.769","16610.583"],["12708.388","16681.152"],["12694.186","16687.286"],["12688.355","16596.962"],["14576.989","16885.698"],["11709.878","19189.909"],["11587.126","19160.943"],["6783.779","15708.659"],["6815.777","15700.809"],["6013.452","16644.197"],["5989.601","16607.698"],["6021.733","16611.966"],["6030.710","16588.300"],["5955.105","16629.665"],["6009.993","16681.869"],["5986.792","16623.150"],["6012.837","16624.853"],["5973.284","16708.034"],["5967.165","16703.776"],["5982.871","16601.001"],["5895.179","16596.689"],["7818.852","19721.726"],["7772.599","19659.755"],["7813.666","19640.580"],["7908.169","19668.132"],["7886.529","19711.162"],["7764.688","19647.178"],["7732.066","19682.714"],["12002.913","18306.996"],["12023.012","18373.668"],["12041.342","18281.603"],["12003.919","18444.529"],["12045.153","18435.280"],["7206.983","18700.604"],["10301.151","17111.083"],["10364.429","17005.263"],["10399.252","16995.621"],["10422.198","17010.429"],["10284.712","17150.162"],["10342.613","17128.368"],["10365.587","17186.292"],["8301.665","18661.135"],["8202.950","18547.203"],["8157.104","18520.923"],["8123.445","19565.762"],["8075.120","19657.468"],["8049.729","19541.494"],["8093.827","19546.321"],["8108.121","19635.139"],["7992.213","19632.910"],["7160.771","17820.732"],["9148.745","18627.933"],["9084.067","18649.834"],["9172.760","18577.147"],["9123.102","18589.522"],["9028.333","18483.951"],["9037.867","18569.023"],["9077.050","18590.013"],["13628.269","16126.639"],["11616.344","17407.602"],["5295.263","16843.072"],["5230.411","16953.773"],["12550.835","18857.468"],["12468.495","18816.796"],["12540.596","18774.617"],["12452.668","18762.032"],["12520.439","18704.748"],["12461.147","18712.649"],["13404.163","17740.190"],["13323.933","17697.333"],["13266.436","17752.975"],["13266.370","17702.092"],["13335.585","17621.834"],["5802.873","16292.920"],["5487.615","16503.090"],["5437.341","16558.370"],["5457.130","16372.007"],["12990.847","17568.136"],["13005.484","17487.911"],["13021.981","17450.933"],["13197.763","17506.580"],["13167.669","17445.857"],["13112.907","17566.359"],["13105.181","17457.141"],["13819.123","18690.064"],["13684.396","18715.170"],["13735.550","18729.241"],["13669.024","18694.924"],["13780.760","18802.742"],["5342.863","16998.208"],["5380.296","17050.817"],["8699.564","16243.881"],["23862.870","7889.976"],["23914.987","7842.685"],["23730.709","7792.029"],["14277.280","17437.443"],["7130.907","18904.067"],["7194.016","19088.419"],["6650.121","18321.618"],["6522.636","18323.193"],["6644.806","18394.197"],["6593.314","18336.057"],["5097.269","17762.365"],["5628.523","18500.872"],["5653.064","18671.184"],["12991.157","16150.986"],["13022.194","16159.518"],["13045.186","16174.715"],["13136.146","16147.483"],["13196.865","16187.569"],["12989.160","16249.226"],["12988.639","16233.382"],["24149.827","8063.001"],["24317.607","7993.683"],["8992.488","18354.051"],["9084.933","18334.290"],["10130.368","18059.417"],["10058.768","18058.208"],["10049.848","18117.596"],["10045.878","18199.015"],["10162.430","18058.727"],["10148.158","18219.282"],["7408.851","18541.771"],["7368.181","18505.471"],["7499.468","18669.967"],["7436.570","18630.828"],["7397.958","18634.640"],["5812.843","16387.721"],["10740.046","18661.547"],["10859.852","18671.607"],["10876.418","18637.432"],["10821.407","18609.229"],["12589.123","17961.591"],["12757.610","18042.455"],["12705.808","17977.162"],["12606.119","17890.026"],["7654.580","18889.871"],["7684.112","18983.159"],["7663.906","19011.223"],["7626.909","18956.824"],["7592.991","18988.776"],["7622.017","19058.461"],["7553.019","19072.909"],["14023.937","18935.173"],["13966.273","19066.932"],["14015.796","19037.007"],["4661.901","18182.323"],["6732.421","17941.116"],["6722.860","17966.644"],["6745.290","17889.621"],["6739.424","17934.832"],["7194.529","16298.134"],["7312.971","20685.602"],["11301.217","17012.397"],["11096.944","17063.273"],["24143.362","8102.545"],["7200.627","18402.675"],["7205.467","18459.775"],["7273.034","18432.608"],["7290.259","18303.596"],["14468.111","17880.430"],["14478.013","18007.168"],["9104.566","16566.805"],["5871.852","18183.244"],["10922.516","18395.704"],["11028.615","18418.833"],["11000.986","18322.684"],["11038.881","18363.509"],["11871.007","18475.190"],["11729.433","18550.874"],["11763.069","18625.842"],["11914.804","18605.578"],["7982.889","19257.575"],["8087.553","19219.300"],["8018.807","19235.260"],["8053.937","19134.662"],["8145.797","19149.425"],["8102.694","19266.974"],["8209.529","19048.872"],["8152.291","19031.612"],["8158.527","19083.682"],["12524.714","16775.441"],["12423.666","16805.218"],["12437.768","16801.778"],["12513.245","16893.615"],["12457.097","16871.601"],["12559.495","16847.603"],["12425.477","16932.783"],["14228.501","17613.263"],["14213.710","17547.518"],["14211.029","17588.262"],["14180.384","17490.253"],["10035.538","17028.516"],["9872.910","17016.103"],["9951.383","17145.383"],["9958.841","17014.036"],["9977.017","17077.145"],["13548.385","16637.809"],["13571.462","16758.204"],["7323.414","17923.146"],["7316.234","18036.762"],["7486.053","17885.440"],["8521.302","19358.098"],["8362.295","19416.475"],["8449.211","19345.519"],["8463.539","19396.395"],["8452.985","19464.866"],["8378.375","19495.940"],["8416.658","19413.702"],["7279.318","19432.929"],["7258.823","19425.681"],["7300.071","19359.354"],["8783.852","17614.571"],["8907.203","17556.991"],["8869.523","17593.489"],["8800.801","17541.311"],["8834.947","17529.022"],["8783.063","17470.896"],["8798.895","17537.442"],["8811.804","17537.363"],["8857.018","17556.207"],["7199.371","16029.722"],["7283.829","16091.200"],["7163.022","20086.036"],["12162.011","17072.899"],["5673.846","17915.611"],["5622.592","18010.430"],["7560.287","19753.479"],["7585.529","19852.428"],["7529.865","19866.436"],["7662.353","19941.222"],["7645.190","19747.009"],["7290.117","16875.932"],["7254.941","16947.806"],["7518.636","17764.614"],["5933.159","16472.971"],["5957.564","16428.972"],["5947.290","16482.432"],["5996.433","16436.267"],["5961.685","16459.512"],["5910.099","16509.281"],["5848.676","16526.948"],["13773.434","17955.658"],["13753.879","17976.516"],["13673.310","17982.144"],["6358.248","18507.407"],["6308.938","18601.724"],["6324.001","18652.242"],["6444.027","18578.185"],["13398.659","15701.591"],["11082.314","18573.707"],["10888.681","18575.246"],["13501.113","17407.225"],["13417.165","17340.817"],["13544.496","17379.628"],["13524.644","17359.579"],["13617.882","17265.215"],["12841.712","16998.716"],["12955.547","17110.626"],["12960.202","17108.149"],["13459.840","17854.202"],["13584.774","17850.601"],["13516.734","17919.238"],["13583.096","17958.940"],["13581.503","17873.953"],["13470.856","17986.328"],["11929.550","17688.180"],["11859.365","17682.077"],["11778.384","17656.360"],["11801.476","17720.522"],["14044.838","16917.319"],["14101.285","16956.996"],["14085.265","16923.979"],["14065.492","16860.720"],["11967.538","17249.344"],["12000.116","17288.156"],["12765.193","17676.599"],["10396.773","18667.935"],["10460.227","18639.465"],["10400.594","18613.643"],["10311.643","18665.190"],["10454.206","18609.502"],["10359.639","18603.165"],["24258.094","7733.457"],["24167.252","7848.815"],["12679.650","17779.234"],["12692.314","17693.955"],["12652.353","17829.036"],["12704.557","17804.180"],["12679.831","17652.221"],["12650.488","17628.923"],["12586.672","17633.911"],["12751.152","17668.297"],["12773.152","17622.752"],["12602.447","17719.333"],["9268.631","15542.429"],["9207.000","15550.560"],["9342.421","15652.380"],["7040.107","17381.318"],["7074.124","17319.171"],["14388.438","17074.750"],["12653.712","19096.452"],["12619.238","18963.966"],["12707.478","19080.349"],["12595.699","18981.336"],["12571.472","18936.034"],["8983.974","17774.018"],["8931.570","17711.372"],["8961.621","17725.744"],["8901.786","17717.586"],["8844.439","17795.154"],["8806.821","17727.129"],["8804.371","17701.175"],["8814.118","17647.631"],["8891.922","17649.151"],["8942.743","17662.951"],["8958.533","17750.714"],["8896.232","17633.182"],["8955.791","17671.953"],["8948.173","17710.406"],["8892.465","17713.462"],["8879.264","17722.730"],["8846.112","17720.697"],["8893.132","17744.201"],["8857.360","17704.350"],["8843.293","17710.510"],["8899.845","17751.519"],["8851.619","17805.471"],["5911.232","16828.348"],["5894.991","16827.998"],["10296.432","17272.328"],["10298.936","17235.799"],["10263.976","17337.515"],["10308.976","17252.017"],["5005.278","16616.090"],["12522.798","18467.502"],["12430.248","18515.442"],["12530.672","18585.084"],["12388.886","18639.327"],["12408.603","18472.816"],["12436.361","18671.427"],["12402.442","18616.710"],["12221.405","17270.139"],["12345.243","17304.376"],["13113.113","16935.836"],["14328.938","17137.519"],["14308.652","17122.833"],["14266.328","17099.547"],["5596.279","18877.418"],["5448.441","18809.508"],["5604.634","18852.462"],["11199.754","17930.526"],["11294.686","17861.556"],["11279.431","17940.368"],["11269.685","17973.264"],["11217.717","18032.541"],["7801.601","19217.239"],["7738.676","19131.393"],["7570.061","19134.991"],["7551.219","19174.479"],["7576.433","19204.268"],["7591.835","19168.090"],["7536.362","19230.401"],["7696.207","19216.081"],["7699.574","19248.681"],["7617.447","19299.333"],["7592.806","19242.583"],["7592.372","19205.872"],["7552.361","19151.459"],["8410.327","18243.243"],["13257.478","17245.422"],["13389.688","17199.971"],["13297.538","17339.703"],["13285.038","17361.173"],["13241.452","17384.470"],["6156.725","16659.145"],["6082.561","16628.741"],["6158.951","16574.801"],["6080.382","16624.422"],["6152.242","16697.049"],["6147.908","16663.076"],["6100.579","16640.645"],["5458.649","17717.779"],["5612.414","17791.475"],["5519.005","17752.701"],["5507.272","17761.473"],["14077.226","17918.405"],["14180.738","17841.307"],["14230.517","18038.346"],["14191.219","17962.662"],["14099.285","17976.894"],["14063.953","17967.687"],["14115.239","17896.713"],["14153.164","18019.349"],["6515.059","16447.638"],["6661.791","16518.659"],["10259.335","16684.454"],["10266.095","16578.925"],["12956.700","16360.733"],["12932.071","16523.812"],["12932.188","16472.424"],["12961.170","16555.364"],["6724.785","18654.927"],["6769.274","18471.244"],["5743.478","16768.956"],["12833.267","18862.502"],["12860.734","18681.745"],["12819.945","18755.535"],["12810.751","18777.996"],["6810.158","16501.175"],["6707.767","16453.964"],["12545.726","18434.372"],["12416.430","18465.447"],["12564.525","18411.440"],["12385.905","18282.358"],["12452.395","18396.428"],["12364.237","18386.056"],["5871.750","18268.930"],["14491.706","16760.876"],["10197.630","16973.506"],["10187.100","16873.934"],["10078.332","16960.557"],["6727.275","17332.334"],["6787.110","17319.511"],["6829.298","17350.374"],["6705.231","17361.401"],["7251.971","18973.173"],["7269.500","19064.144"],["7285.470","19057.478"],["7271.134","18971.096"],["7200.909","18994.061"],["11292.441","17470.283"],["11157.711","17455.189"],["12261.965","18945.443"],["11914.247","17994.744"],["11832.504","17947.246"],["11905.865","17896.789"],["11761.226","17918.180"],["11872.651","17920.330"],["11863.260","17866.556"],["7465.904","19561.659"],["7467.053","19543.761"],["7442.806","19715.218"],["7424.160","19706.289"],["7479.030","19673.714"],["6057.190","16397.632"],["6095.768","16493.490"],["4902.409","18377.337"],["4850.480","18276.843"],["11006.914","17483.829"],["11017.928","17534.113"],["11293.580","16981.341"],["11246.509","16972.344"],["11184.396","16973.643"],["11193.402","16963.342"],["11119.464","16937.197"],["11198.896","16961.387"],["11228.827","16964.976"],["11138.388","16894.730"],["11108.178","16937.542"],["13718.081","18309.324"],["13630.833","18359.951"],["13789.239","18335.892"],["13818.942","18306.099"],["4762.447","18295.944"],["4771.541","18427.473"],["4749.838","18410.228"],["4736.084","18262.820"],["6274.426","17592.436"],["6265.003","17541.830"],["7460.519","15880.485"],["8224.031","18243.515"],["7271.519","18007.588"],["7249.603","17972.870"],["7163.625","17981.072"],["11688.155","17975.061"],["11657.284","17924.624"],["11601.300","17914.987"],["11557.517","17965.458"],["11680.961","17873.990"],["11697.359","17848.837"],["11668.505","17991.387"],["11550.512","18004.240"],["11643.461","17855.417"],["11533.357","17989.442"],["10665.247","18626.734"],["9431.487","17520.781"],["12586.827","17169.142"],["6997.963","18287.170"],["6964.356","18327.217"],["7042.377","18367.701"],["6938.390","18260.448"],["6897.059","18294.139"],["9233.655","15455.747"],["6606.532","17289.057"],["6663.874","17258.735"],["7016.678","20183.239"],["7012.047","20246.578"],["6963.970","20236.502"],["7640.772","18708.740"],["7564.833","18734.012"],["7599.140","18828.640"],["7648.946","18805.474"],["6450.291","15645.122"],["6671.716","16282.847"],["6563.367","16334.613"],["11678.768","19030.872"],["11569.030","18978.210"],["11695.974","18908.757"],["11667.389","18935.313"],["7896.259","17626.961"],["7885.206","17679.975"],["6867.443","16861.874"],["10318.965","19157.615"],["10280.100","19201.111"],["12534.200","17795.221"],["12559.617","17697.522"],["12452.014","17648.207"],["12412.113","17679.784"],["6976.228","17503.253"],["6986.422","17559.113"],["7047.214","17538.074"],["6958.937","17502.658"],["6989.799","17455.899"],["7047.019","17583.370"],["7133.042","17217.049"],["14505.415","15718.365"],["14492.967","15523.100"],["9453.650","18531.420"],["9498.206","18480.867"],["9421.973","18509.094"],["9558.332","18496.368"],["9510.720","18559.769"],["9470.078","18472.687"],["9473.230","18634.107"],["5823.744","15909.709"],["5818.138","15905.882"],["10206.811","17089.499"],["10244.171","16996.497"],["10240.788","17187.924"],["10074.471","17190.227"],["10091.506","17015.715"],["10195.552","17041.552"],["12760.023","18685.959"],["12685.337","18698.474"],["12656.466","18841.239"],["12603.653","18772.469"],["12579.881","18852.778"],["12580.933","18703.014"],["12905.432","16949.381"],["9847.529","18558.157"],["6033.766","20632.285"],["10595.179","19013.239"],["10521.341","19026.659"],["10654.239","19011.604"],["9537.859","17641.697"],["9593.227","17650.265"],["9464.174","17676.014"],["5798.472","15863.575"],["5826.067","15808.656"],["5822.644","15789.843"],["5549.182","18380.941"],["5437.705","18404.524"],["9673.449","19062.187"],["9689.332","19022.264"],["9815.352","19022.776"],["9763.594","19003.332"],["9732.677","18899.346"],["9676.573","18944.989"],["9765.736","19077.294"],["12685.551","18495.189"],["12642.607","18581.547"],["12720.614","18653.759"],["12704.117","18605.452"],["12600.844","18588.398"],["12578.426","18589.389"],["7341.469","20277.483"],["7710.029","19046.326"],["10472.926","16998.294"],["10651.776","17020.900"],["11637.017","18525.454"],["11550.142","18566.858"],["11679.385","18595.817"],["11705.962","18470.148"],["11659.318","18555.862"],["12512.259","17470.211"],["12521.470","17463.935"],["12488.753","17413.468"],["12418.689","17466.898"],["12367.406","17514.924"],["14435.294","15784.494"],["14354.909","15832.419"],["14412.581","15919.923"],["13311.032","16774.751"],["13291.527","18692.772"],["13273.945","18697.611"],["13250.324","18707.666"],["13265.045","18693.066"],["13219.173","18804.490"],["13236.755","18880.213"],["8366.199","18520.294"],["8504.936","18640.294"],["8368.277","18541.992"],["8380.979","18616.837"],["8413.316","18649.273"],["14644.237","15747.319"],["14660.396","15801.527"],["14595.012","15890.641"],["14528.022","15812.788"],["11329.068","16977.408"],["13657.027","15871.742"],["13680.194","15853.662"],["13621.747","15817.001"],["13667.948","15795.827"],["13665.847","15764.508"],["13665.111","15787.504"],["13648.688","15822.100"],["13620.081","15722.913"],["13698.152","15749.851"],["13723.419","15804.145"],["13668.041","15921.134"],["14038.910","16222.352"],["10851.088","17018.453"],["10825.705","16986.777"],["10673.192","17092.155"],["10732.792","17070.354"],["10763.603","17092.469"],["10780.982","17073.587"],["10164.215","16529.688"],["14080.852","15330.809"],["14091.190","15395.802"],["8878.222","19129.687"],["11913.697","19191.713"],["11817.406","19162.565"],["11202.930","17845.430"],["7577.311","19330.565"],["7704.059","19413.517"],["7564.014","19371.746"],["7631.523","19506.702"],["7534.286","19421.236"],["7675.729","19324.698"],["7674.692","19420.841"],["7696.199","19455.296"],["7710.942","19330.911"],["24135.967","7839.228"],["24163.924","7887.846"],["13659.433","17740.421"],["13704.384","17715.362"],["13645.091","17710.341"],["13643.602","17669.518"],["6034.192","16562.757"],["6035.379","16477.608"],["5923.793","16518.690"],["5933.464","16510.630"],["11958.045","19073.274"],["12105.047","19011.569"],["12129.684","18896.609"],["12067.642","18960.965"],["12144.715","18995.993"],["11949.115","18897.342"],["10771.425","19151.224"],["10465.988","18023.550"],["10556.626","17928.484"],["10541.741","17910.416"],["10665.557","17932.281"],["6992.850","16630.494"],["6913.259","16692.406"],["12715.767","18924.104"],["12754.451","18899.777"],["12579.564","18899.866"],["13994.587","17447.826"],["14027.669","17493.455"],["13905.485","17574.509"],["13949.178","17605.113"],["13841.617","17572.047"],["13860.334","17467.928"],["6260.285","16736.461"],["6424.157","16750.371"],["6354.605","16664.900"],["6443.951","16617.303"],["7619.386","18302.514"],["7581.814","18325.998"],["7675.516","18287.173"],["9107.179","18861.806"],["9014.327","18863.384"],["9004.324","18774.168"],["9154.257","18878.292"],["9193.632","18869.605"],["9196.383","18862.303"],["9091.411","18804.796"],["9059.734","18827.256"],["9011.415","18754.540"],["9582.969","19225.769"],["9530.714","19218.761"],["5636.564","17141.232"],["5806.519","17055.016"],["5783.500","17045.634"],["5811.413","17118.215"],["12444.875","16722.434"],["12476.185","16679.229"],["12378.149","16765.849"],["12394.331","16753.868"],["12559.527","16595.233"],["12549.753","16565.537"],["12555.952","16641.971"],["12540.522","16632.432"],["12550.058","16677.167"],["12532.569","16685.309"],["12529.055","16655.205"],["12506.419","16662.777"],["12499.551","16627.707"],["12456.897","16705.869"],["12520.090","16639.375"],["12531.812","16639.977"],["12523.594","16608.771"],["14068.663","16236.176"],["14111.812","16153.403"],["14343.773","15696.908"],["14287.994","15707.306"],["8782.702","16108.590"],["7256.931","19345.734"],["7256.775","19370.253"],["13335.002","16952.709"],["13313.521","16974.129"],["13327.561","16896.451"],["14084.166","17227.326"],["14212.164","17353.271"],["14179.253","17318.226"],["14163.720","17261.770"],["14194.395","17320.317"],["14233.404","17258.711"],["5102.725","17067.084"],["5146.591","17047.795"],["5148.770","17104.222"],["5091.089","17193.884"],["13718.136","18955.517"],["13654.365","18946.451"],["13631.141","18893.982"],["13669.346","19065.246"],["13738.429","19027.781"],["13774.646","19094.370"],["13709.251","18972.900"],["13750.645","18890.223"],["5273.168","16279.388"],["5384.923","16327.800"],["5321.438","16292.320"],["13660.463","17250.306"],["13730.463","17245.103"],["7237.179","20414.838"],["5035.281","17271.120"],["5149.874","17251.115"],["12557.330","17964.398"],["12539.874","17849.804"],["12565.507","17960.882"],["12516.640","17881.326"],["12480.651","18006.320"],["12468.252","17833.097"],["12422.473","17850.309"],["12379.716","18023.483"],["12395.075","17924.222"],["17324.678","4090.935"],["7345.778","18071.444"],["7361.398","18103.031"],["7345.103","18081.555"],["7476.606","18153.641"],["7505.463","18160.497"],["17511.111","4411.434"],["17414.164","4448.905"],["6106.950","18950.506"],["6186.465","18898.176"],["6216.037","18902.519"],["6704.555","18374.518"],["6749.416","18318.341"],["6781.335","18369.194"],["6704.846","18419.863"],["6738.910","18279.357"],["12882.408","18385.357"],["12900.998","18400.118"],["12876.966","18461.798"],["12979.592","18278.953"],["12903.268","18356.121"],["14179.086","16506.799"],["11909.714","17217.310"],["11803.440","17279.761"],["12086.045","17481.249"],["12075.176","17528.087"],["11997.116","17611.517"],["6369.150","15044.472"],["6361.732","15043.156"],["6404.910","15041.502"],["6387.213","15028.769"],["6314.106","15044.557"],["6316.322","15017.197"],["6351.099","15002.160"],["6355.178","15018.186"],["6386.656","14975.241"],["6376.434","14966.969"],["6389.887","15028.578"],["6397.683","15014.227"],["6357.862","14903.681"],["6388.831","14881.646"],["6271.646","14943.852"],["13731.738","18570.595"],["13724.962","18562.982"],["13748.090","18675.971"],["13675.443","18605.668"],["13713.748","18664.955"],["13621.096","18531.877"],["10904.814","17678.700"],["10954.410","17775.564"],["10985.775","17780.634"],["12314.067","18674.950"],["12336.973","18528.750"],["12239.012","18514.656"],["12208.470","18469.139"],["12348.095","18468.858"],["12309.769","18589.941"],["12290.558","18665.217"],["16935.083","4522.642"],["16938.751","4536.780"],["12448.506","17200.949"],["12383.783","17295.386"],["12535.517","17225.398"],["12371.175","17327.652"],["12516.520","17280.212"],["12443.236","17239.816"],["12421.361","17256.959"],["12497.514","17337.085"],["23855.020","7526.157"],["13628.369","18464.073"],["8812.840","18443.207"],["5549.237","17499.040"],["5561.653","17578.157"],["5420.334","17490.718"],["5468.555","17459.399"],["5468.391","17431.338"],["5454.555","17466.878"],["5418.462","17479.096"],["7940.641","19352.807"],["11273.781","17794.174"],["11183.801","17784.125"],["11224.130","17753.192"],["11096.131","17729.144"],["11114.338","17720.853"],["11288.092","17739.419"],["3810.065","17917.900"],["3754.950","17955.754"],["3748.651","17926.043"],["3831.348","17999.387"],["3844.725","17980.322"],["17535.622","4271.638"],["17457.945","4173.269"],["14099.972","17171.950"],["14211.978","17194.501"],["9437.943","15026.438"],["12337.276","16877.289"],["12326.513","16979.890"],["12328.480","16956.248"],["12309.286","16950.982"],["4277.098","17146.212"],["4352.961","17164.092"],["14064.499","15849.036"],["14057.430","15915.124"],["14084.392","15883.655"],["14147.595","15907.617"],["14117.150","15803.276"],["14196.065","15833.067"],["14126.050","15826.437"],["14141.298","15852.452"],["14116.945","15852.311"],["14190.174","15811.760"],["6660.726","18870.510"],["6505.013","18825.550"],["6541.666","18847.870"],["6474.580","18874.512"],["6489.432","18885.330"],["6610.140","18703.931"],["3860.253","14975.908"],["5065.320","18914.737"],["5034.403","18967.275"],["5049.649","19034.707"],["5016.985","19013.931"],["5077.067","18995.797"],["13045.792","16434.528"],["13132.487","16520.290"],["13145.609","16360.793"],["13149.277","16374.930"],["13198.681","16558.039"],["13119.767","16556.384"],["13168.051","16525.918"],["13130.524","16546.389"],["13150.925","16559.426"],["13132.064","16475.973"],["13063.433","16514.203"],["13080.349","16471.492"],["13013.112","16475.439"],["13174.592","16451.840"],["13185.471","16468.783"],["13175.744","16483.856"],["13174.758","16541.020"],["13176.731","16518.819"],["13156.503","16524.321"],["13626.444","16697.519"],["13679.684","16621.103"],["13769.521","16623.545"],["6404.458","17671.933"],["6844.221","18817.343"],["6810.960","18876.665"],["16921.708","4376.555"],["16966.607","4432.884"],["13286.745","17600.050"],["13218.307","17591.263"],["13284.551","17571.224"],["13376.720","17613.544"],["3717.808","15489.401"],["3718.285","15494.389"],["3724.848","15461.276"],["6556.585","16120.926"],["6517.278","16042.722"],["6509.563","16037.614"],["6489.753","16037.492"],["6528.061","16053.961"],["6586.537","16118.757"],["6579.948","16117.069"],["6486.951","16073.444"],["6509.103","16077.180"],["6568.464","16078.149"],["6584.347","16049.880"],["6516.138","16096.511"],["6488.734","15937.217"],["6553.797","16115.684"],["6466.079","16105.061"],["12030.591","17793.468"],["12145.851","17753.696"],["12125.186","17806.860"],["12113.150","17730.517"],["12083.059","17792.146"],["12083.282","17711.706"],["12004.205","17635.150"],["12119.453","17702.300"],["12788.010","16358.088"],["12780.209","16390.723"],["12846.233","16376.002"],["12863.202","16375.695"],["12848.992","16365.054"],["12880.888","16355.423"],["5293.736","16562.755"],["5253.533","16473.520"],["5288.944","16495.073"],["5338.338","16429.354"],["5372.548","16516.349"],["5219.291","16368.599"],["5376.074","16441.717"],["5311.519","16494.885"],["24434.660","7877.960"],["4846.652","18376.132"],["4798.210","18357.198"],["5181.869","15986.901"],["5167.244","16021.424"],["5179.576","16011.157"],["5186.395","16050.185"],["5093.269","15975.962"],["5115.499","16069.423"],["13456.638","17729.138"],["13573.514","17779.087"],["13570.619","17809.607"],["13468.825","17728.841"],["11006.960","18185.766"],["11017.816","18195.725"],["7730.079","17979.439"],["7729.470","17978.366"],["4096.767","17855.625"],["5391.334","18007.175"],["5351.633","17885.400"],["5275.510","18028.441"],["5262.287","17957.788"],["5308.813","17999.852"],["5359.631","17986.888"],["6143.658","17168.140"],["6141.306","17150.452"],["13551.962","18471.392"],["13432.758","18571.267"],["13551.044","18589.197"],["14109.008","16282.303"],["14100.291","16297.546"],["14129.107","16288.147"],["14145.061","16305.917"],["4368.212","16543.775"],["10775.748","16714.191"],["10775.050","16578.495"],["10840.658","16565.816"],["12209.512","16828.320"],["12208.699","16887.976"],["12257.059","16841.502"],["12297.167","16797.031"],["12324.503","16796.909"],["12342.152","16804.334"],["6979.956","15944.136"],["6884.245","15979.649"],["6893.928","16119.308"],["7056.871","16102.141"],["7052.351","16137.890"],["7082.610","16084.052"],["12024.286","18638.616"],["12105.190","18621.720"],["12077.309","18581.535"],["12095.245","18522.145"],["12093.864","18511.030"],["12050.615","18622.906"],["8025.415","19027.958"],["23872.403","8045.803"],["23906.293","8066.922"],["23935.266","7941.417"],["24040.517","7422.216"],["24037.707","7370.056"],["24023.849","7367.026"],["12809.181","17688.586"],["12879.806","17672.302"],["9992.520","16117.192"],["9937.058","16139.400"],["8435.277","15809.625"],["14028.525","17245.988"],["14016.656","17312.718"],["13905.653","17326.342"],["13898.120","17366.292"],["12274.859","18969.671"],["7196.265","20437.428"],["3346.428","16453.577"],["6998.040","15711.794"],["14040.686","15415.756"],["6367.043","19037.967"],["6315.220","19032.154"],["6388.703","18997.052"],["6384.399","19034.060"],["6400.917","19059.766"],["6401.722","19085.239"],["13755.189","16250.641"],["13724.933","16300.383"],["5832.532","16581.305"],["5838.355","16584.798"],["3329.414","18386.228"],["3365.006","18366.988"],["3322.901","18456.154"],["3351.009","18401.241"],["10830.863","17640.361"],["10764.432","17623.119"],["10838.646","17767.288"],["12997.521","17744.943"],["13165.513","17793.295"],["13195.673","17623.878"],["13091.989","17727.679"],["13196.906","17651.773"],["13098.361","17687.575"],["13153.492","17707.344"],["13092.844","17761.932"],["5324.311","18258.647"],["5357.765","18291.116"],["5387.267","18342.429"],["5291.407","18302.683"],["5257.459","18290.289"],["5330.140","18303.088"],["5321.209","18309.380"],["5407.756","18408.025"],["7315.260","18397.902"],["7330.609","18375.771"],["7413.583","18311.268"],["7499.219","18320.317"],["7354.942","18453.946"],["7351.555","18345.865"],["7502.547","18293.648"],["7506.179","18350.584"],["12047.543","18677.976"],["12072.608","18736.804"],["11959.904","18827.583"],["12108.042","18881.371"],["11982.717","18808.508"],["12322.821","17885.989"],["12349.088","17939.911"],["6134.290","16837.397"],["6246.736","16799.103"],["6208.775","16808.195"],["6143.177","16839.926"],["6043.193","16934.129"],["6212.207","16833.659"],["6149.477","16793.114"],["6229.063","16983.511"],["6235.313","16980.340"],["6203.703","16880.728"],["5731.822","17991.793"],["5794.804","17995.379"],["5751.268","17992.770"],["7190.047","15759.726"],["11341.523","17233.254"],["11357.116","17289.348"],["11492.242","17228.799"],["11405.350","17213.343"],["6389.568","16426.942"],["6378.726","16400.603"],["6282.093","16512.609"],["6329.394","16445.300"],["6338.231","16487.335"],["6268.105","16471.628"],["6429.048","16488.035"],["6419.888","16546.485"],["6368.996","16392.921"],["6282.116","16506.625"],["6288.241","16501.451"],["10599.940","16778.544"],["10615.904","16858.360"],["10656.300","16882.292"],["10588.529","16942.965"],["10502.031","16941.473"],["10566.453","16833.363"],["10235.660","17367.956"],["11543.995","18836.226"],["12814.196","17313.122"],["12812.304","17368.167"],["12847.268","17251.092"],["12843.255","17238.540"],["12979.554","17269.968"],["6901.817","20664.405"],["7087.989","20622.531"],["9534.761","17013.371"],["9574.648","17124.121"],["9455.905","17093.127"],["9433.450","16992.275"],["6968.409","20127.997"],["3329.781","17427.271"],["3348.186","17412.803"],["3312.725","17452.407"],["4145.427","15394.173"],["4137.267","15352.987"],["4066.724","15381.443"],["4027.267","15315.200"],["4041.494","15405.208"],["7188.299","17354.876"],["12829.683","17568.641"],["12779.255","17569.200"],["12921.299","17447.344"],["12937.615","17429.706"],["12835.621","17593.510"],["12910.378","17592.585"],["12942.927","17592.899"],["5466.899","17255.542"],["5435.188","17228.267"],["5445.066","17199.938"],["5425.169","17279.689"],["5418.771","17355.276"],["4226.233","15393.991"],["4225.953","15471.299"],["4241.430","15484.231"],["4165.263","15407.649"],["4282.479","15434.792"],["4339.798","15333.008"],["4329.420","15325.544"],["4278.943","15339.747"],["10475.195","16696.099"],["10552.472","16623.143"],["11637.561","17438.238"],["7326.462","16030.686"],["7352.020","16130.622"],["7347.480","16067.005"],["7451.738","15963.548"],["7336.182","15932.026"],["13906.739","17822.955"],["13960.182","17681.496"],["13937.872","17698.927"],["13869.796","17684.360"],["13917.281","17789.941"],["14007.263","17676.636"],["14009.023","17695.034"],["13417.045","17949.025"],["13427.911","18037.089"],["13429.886","18011.861"],["11440.938","18489.593"],["5686.199","17583.866"],["5653.522","17496.820"],["5629.929","17581.523"],["5760.832","17466.458"],["5679.920","17587.237"],["5749.870","17615.164"],["5788.534","17479.473"],["5808.386","17500.976"],["5829.949","17490.687"],["6540.161","20545.405"],["6668.402","20421.539"],["5103.910","15684.956"],["5188.418","15522.455"],["5066.734","15640.121"],["5053.790","15700.179"],["17265.528","4746.281"],["3173.494","15708.125"],["3213.823","15709.132"],["3256.027","15701.915"],["3266.899","15702.229"],["3235.846","15653.872"],["24404.162","8049.531"],["24451.479","7982.781"],["8011.573","18268.347"],["8018.058","18343.880"],["8033.830","18378.360"],["5834.215","17627.656"],["5939.935","17639.977"],["5907.368","17742.842"],["5878.848","17812.949"],["5922.697","17793.494"],["5930.822","17675.790"],["5927.878","17621.346"],["2978.940","15797.300"],["13390.868","18500.218"],["13295.367","18490.768"],["13344.972","18508.010"],["13201.237","18543.125"],["13402.017","18585.486"],["11474.792","19155.709"],["7051.053","18902.962"],["6926.695","18993.876"],["6944.805","18988.034"],["6920.732","19036.299"],["7072.711","18955.996"],["6943.379","19085.034"],["6967.293","19046.124"],["6997.310","19074.068"],["7012.321","19079.200"],["7074.563","19011.995"],["13507.259","16565.475"],["13513.362","16600.677"],["13415.440","16713.694"],["13420.796","16760.151"],["12773.560","16349.848"],["13555.243","15625.719"],["13511.097","15615.825"],["13585.294","15586.445"],["8557.620","15479.245"],["11140.982","16829.785"],["11183.884","16822.701"],["11235.092","16792.746"],["11228.433","16776.196"],["11260.499","16790.018"],["17267.930","4696.112"],["17332.830","4681.359"],["9066.451","16469.827"],["7401.184","16331.111"],["7244.183","16570.417"],["7107.523","16585.248"],["7136.514","16702.038"],["7276.817","16756.188"],["7189.685","16673.334"],["7142.268","16661.509"],["12933.483","16297.897"],["12930.971","16310.005"],["13094.549","17896.914"],["13000.319","17883.580"],["13041.388","17888.089"],["12990.456","18028.319"],["13095.654","17967.981"],["13038.709","17942.915"],["13028.532","17984.183"],["13125.780","17977.184"],["13132.463","18040.249"],["13060.865","17920.597"],["12960.982","18593.378"],["12891.341","18476.447"],["12822.917","18603.879"],["14447.439","17946.560"],["14274.856","18013.615"],["14416.675","17930.521"],["14254.816","17891.263"],["14405.342","17972.668"],["14325.267","17999.541"],["14322.668","17974.140"],["14401.991","17877.143"],["14343.503","17924.153"],["14272.056","17906.284"],["5663.037","16392.946"],["5635.711","16446.460"],["5620.924","16384.387"],["5634.148","16461.761"],["5658.243","16458.723"],["13427.940","17046.449"],["13411.246","17136.573"],["13410.132","17162.597"],["13488.266","17079.399"],["5664.199","18164.323"],["5705.959","18182.736"],["5766.866","18210.135"],["5751.143","18244.437"],["5593.703","15993.200"],["5513.841","16025.042"],["5553.800","16102.687"],["5585.639","16042.271"],["5549.020","16088.307"],["5594.305","16042.920"],["5511.403","16134.063"],["5546.867","15989.714"],["5540.337","16030.672"],["5538.643","15956.981"],["5593.608","15973.212"],["5418.203","16089.248"],["5458.828","16046.408"],["5458.647","16116.432"],["5448.882","16104.500"],["5436.118","16133.781"],["5472.911","16086.366"],["5521.865","16104.249"],["5443.806","16112.012"],["5487.868","16139.394"],["5515.039","16130.525"],["5525.594","16046.432"],["5489.558","16054.376"],["5573.949","16103.971"],["5500.644","16021.973"],["5515.709","16082.930"],["5554.619","16122.278"],["5454.656","16007.668"],["5507.264","15936.860"],["5527.617","15944.777"],["3678.227","16147.385"],["5218.901","17356.170"],["5237.633","17309.346"],["5284.508","17345.712"],["5210.248","17232.189"],["5267.251","17359.863"],["5289.170","17391.537"],["5253.608","17332.470"],["5280.300","17327.856"],["5406.387","17336.956"],["6224.160","16076.707"],["6186.831","16059.253"],["6160.570","16066.949"],["6169.105","16061.104"],["6150.537","16033.329"],["6236.632","16063.906"],["6216.660","16059.909"],["6129.169","16043.050"],["6148.804","15990.214"],["6153.323","16050.295"],["6111.688","16002.672"],["6138.746","15936.915"],["6139.277","15934.209"],["6098.512","16010.287"],["13392.200","18462.630"],["13382.908","18382.222"],["13251.838","18346.895"],["13318.993","18314.839"],["13381.137","18310.304"],["13272.107","18384.952"],["13202.924","18350.049"],["13264.327","18449.725"],["13249.478","18385.277"],["6577.066","18906.869"],["6555.263","18908.836"],["6520.881","18967.268"],["6501.897","18914.205"],["6513.426","18913.650"],["6481.537","18953.604"],["6473.347","18901.862"],["6649.843","18903.803"],["6607.967","18931.176"],["6662.095","18950.169"],["6571.355","18983.695"],["5406.393","18871.092"],["10318.166","17413.226"],["10306.296","17511.325"],["11862.468","17101.912"],["11909.094","17089.625"],["11875.422","17141.392"],["5986.198","15970.191"],["5985.210","15964.587"],["5995.781","15937.683"],["5970.553","15930.138"],["6945.565","20216.089"],["6052.921","16468.377"],["6052.119","16460.912"],["6220.602","16453.067"],["3812.508","16971.121"],["3745.773","16893.356"],["4961.475","18976.243"],["5965.248","15916.721"],["5967.403","15919.846"],["5936.988","15902.603"],["5935.353","15898.303"],["5891.103","15876.542"],["5835.959","15828.197"],["5860.251","15852.689"],["5853.261","15832.326"],["5886.486","15871.786"],["5899.858","15884.073"],["5841.994","15825.140"],["5889.390","15754.018"],["5893.929","15756.776"],["5938.713","15753.357"],["5936.377","15741.433"],["5968.097","15740.282"],["5953.179","15723.799"],["5951.398","15799.962"],["5951.249","15809.904"],["5912.141","15796.618"],["5911.681","15814.348"],["6029.497","15746.069"],["6006.868","15758.337"],["6029.493","15886.290"],["6006.395","15893.664"],["5912.996","15791.135"],["5887.788","15781.694"],["4629.359","18480.143"],["12374.886","17068.075"],["12385.114","17028.686"],["12452.377","17071.752"],["12441.074","17063.234"],["12360.473","17062.271"],["12513.168","17061.981"],["12512.561","17101.001"],["12504.721","17077.521"],["12447.172","17193.389"],["6748.952","16181.105"],["6715.283","16235.092"],["6797.415","16314.727"],["6867.960","16310.577"],["5719.148","18417.426"],["5681.319","18389.201"],["5739.565","18345.294"],["5827.615","18260.121"],["5107.894","18074.107"],["5177.734","18149.856"],["5158.342","18138.925"],["5093.559","18100.848"],["5108.987","18086.975"],["5133.780","18049.531"],["5129.713","18094.483"],["5159.466","18096.316"],["5185.223","18090.073"],["5154.450","18048.158"],["5159.877","18084.029"],["5153.784","18145.223"],["5139.508","18171.862"],["5198.461","18155.101"],["5078.555","15292.916"],["5000.624","15207.089"],["3990.770","15246.100"],["4125.492","15188.903"],["4134.588","15125.187"],["4095.920","15228.407"],["6234.619","16749.189"],["6192.593","16753.192"],["6041.525","16757.976"],["6058.324","16752.649"],["6204.084","16749.697"],["6192.588","16588.683"],["6086.868","16657.259"],["6191.176","16719.988"],["6217.495","16735.477"],["6204.245","16699.177"],["6060.921","16685.445"],["6191.932","16651.787"],["6167.713","16637.523"],["11598.020","19227.413"],["6885.634","15485.324"],["6963.431","15496.688"],["6891.579","15484.047"],["12697.825","17423.930"],["12681.542","17519.669"],["12614.579","17517.738"],["12618.843","17613.299"],["12759.024","17617.451"],["12701.014","17597.236"],["2968.843","17130.318"],["2999.879","17066.041"],["2901.869","17129.311"],["3032.609","17022.573"],["3047.560","17095.636"],["2909.991","17066.902"],["2916.010","17080.775"],["6498.847","16268.018"],["7078.471","16802.418"],["7053.110","16783.756"],["7069.720","16897.040"],["7019.546","16868.666"],["6997.704","16951.953"],["6972.639","16863.980"],["6282.733","16827.321"],["6284.237","16805.671"],["6363.892","16805.754"],["6383.136","16810.725"],["6396.071","16971.356"],["6408.341","16971.636"],["6405.950","16935.983"],["6413.138","16915.405"],["6345.798","16849.093"],["6305.256","16948.941"],["6220.458","14756.249"],["6218.418","14717.320"],["6213.480","14712.873"],["6145.709","14739.142"],["6053.659","14731.649"],["6177.014","18417.359"],["6123.522","18463.681"],["4551.896","15474.295"],["5597.882","15911.773"],["5599.775","15906.634"],["5531.858","15818.439"],["5532.614","15796.639"],["5500.240","15804.361"],["5562.565","15732.658"],["5508.159","15830.726"],["5510.676","15906.914"],["5477.913","15858.124"],["5536.586","15860.190"],["5562.238","15919.875"],["5525.418","15885.893"],["5511.943","15761.104"],["5502.369","15759.159"],["5486.766","15793.018"],["5565.908","15727.905"],["5573.458","15737.065"],["5586.023","15745.868"],["5604.672","15855.608"],["5544.366","15856.507"],["5541.695","15887.863"],["5601.958","15865.303"],["5518.870","15898.984"],["12391.083","18244.098"],["12502.493","18139.244"],["12463.971","18064.301"],["12375.037","18100.356"],["12421.800","18112.625"],["12434.152","18178.257"],["12357.441","18128.712"],["3897.605","17377.154"],["3881.700","17388.401"],["10078.560","16663.239"],["10131.408","16564.750"],["13674.244","16543.081"],["6114.457","18474.340"],["6083.475","18495.363"],["6087.076","18627.428"],["5029.736","18662.861"],["17072.750","4199.643"],["17053.815","4218.579"],["17192.404","4215.749"],["17181.090","4157.682"],["17177.049","4129.666"],["17099.051","4200.242"],["17083.875","4229.305"],["17028.234","4257.778"],["5949.649","18979.444"],["5886.425","18983.622"],["5890.710","18929.325"],["5836.515","18913.700"],["5897.919","19047.245"],["5974.250","18992.547"],["6018.352","19032.589"],["5937.955","18947.392"],["6019.301","18974.317"],["6040.371","19000.972"],["5960.272","19006.175"],["5902.317","15696.823"],["5913.563","15691.358"],["6032.878","15710.729"],["6030.543","15698.422"],["6031.845","15643.845"],["13519.792","17416.639"],["13532.185","17576.826"],["13598.074","17537.883"],["6763.649","15742.643"],["6796.147","15921.102"],["6798.984","15719.339"],["6846.481","15752.215"],["6861.547","15815.989"],["13141.110","16856.435"],["13059.494","16849.316"],["13163.752","16802.159"],["11439.970","17989.572"],["11423.340","17855.603"],["11410.544","17905.198"],["11422.163","17935.567"],["11471.907","17999.461"],["7138.991","18607.918"],["7176.461","18492.818"],["7164.438","18496.534"],["7122.629","18491.844"],["7250.369","18469.469"],["7177.395","18520.778"],["7209.222","18628.392"],["7290.322","18489.068"],["5425.440","16826.515"],["5528.192","16800.018"],["5410.359","16780.741"],["5475.933","16828.249"],["5480.259","16834.838"],["5488.553","16794.266"],["5493.882","16791.673"],["5414.999","16843.840"],["5411.655","16881.339"],["5447.140","16827.880"],["5425.145","16871.224"],["5522.518","16949.319"],["5529.510","16895.203"],["5502.193","16947.226"],["13400.184","17834.684"],["13284.104","17876.316"],["13307.816","17940.474"],["13322.043","17921.151"],["6753.371","16092.672"],["6700.587","16140.414"],["6805.014","16109.002"],["6828.484","16089.714"],["6820.228","16095.593"],["6751.476","16045.133"],["6677.660","15982.507"],["13658.869","16426.886"],["13686.390","16356.753"],["5095.545","15269.630"],["5013.679","15158.135"],["5054.024","15253.775"],["5054.172","15132.124"],["5039.665","15167.879"],["7121.690","15567.542"],["7167.771","15679.424"],["7169.893","15685.551"],["7160.290","15658.035"],["7101.188","15606.662"],["7130.777","15580.335"],["7183.185","15682.714"],["13545.938","16814.329"],["13516.143","16953.967"],["13554.043","16947.540"],["23880.518","7362.785"],["6901.207","17084.152"],["6906.215","17052.374"],["6888.768","17129.811"],["6890.281","17139.786"],["17029.639","4324.987"],["16995.872","4364.772"],["5635.196","15213.232"],["5699.488","15272.433"],["5639.762","15276.253"],["13922.218","16592.426"],["10424.678","16637.282"],["13464.171","18227.238"],["13479.007","18213.530"],["13517.802","18155.135"],["13546.964","18100.023"],["13456.064","18167.763"],["13595.132","18067.884"],["13410.558","18070.308"],["13476.972","18075.659"],["5867.254","17850.901"],["5850.987","17846.475"],["13478.457","16534.262"],["13612.284","16386.665"],["6004.849","16264.264"],["5253.812","18153.616"],["5241.445","18057.955"],["5204.144","18118.037"],["5234.902","18204.975"],["5232.189","18176.849"],["5241.931","18240.186"],["5272.491","18098.916"],["5279.464","18100.402"],["5249.662","18145.373"],["5249.892","18178.684"],["5276.489","18249.942"],["4486.190","18281.345"],["4518.845","18410.435"],["4523.863","18465.270"],["5004.281","15394.049"],["5585.581","16285.207"],["5611.478","16263.277"],["5490.482","16209.802"],["5498.985","16200.802"],["5456.312","16213.955"],["5462.522","16228.217"],["5609.864","16312.716"],["5564.940","16290.808"],["5578.243","16293.984"],["5563.417","16274.802"],["5562.578","16268.096"],["5614.594","16302.826"],["5509.398","16198.155"],["5569.601","16169.167"],["5442.737","16207.430"],["5417.096","16191.867"],["5432.195","16183.632"],["5432.524","16161.875"],["5490.096","16225.117"],["5454.054","16211.743"],["5539.648","16144.819"],["5409.596","16213.036"],["6792.127","18079.923"],["6824.699","18048.112"],["6755.132","18124.230"],["6737.063","18138.124"],["6737.186","18220.291"],["6410.608","17631.295"],["24359.389","7690.962"],["14210.218","15613.918"],["14076.583","15647.021"],["14043.928","15561.035"],["14164.345","15668.761"],["13158.352","16309.321"],["13073.076","16232.579"],["13118.410","16287.914"],["13116.599","16218.446"],["13154.994","16213.666"],["13100.433","16280.444"],["13879.958","16551.377"],["13892.425","16512.004"],["4204.243","15817.030"],["4210.904","15847.385"],["5701.802","18560.638"],["5658.344","18639.128"],["5656.553","18589.893"],["5656.224","18594.451"],["5676.532","18519.194"],["5669.180","18535.033"],["4825.568","15842.630"],["4786.440","15788.064"],["6149.857","15871.232"],["6135.601","15865.074"],["6099.413","15790.366"],["6123.358","15787.889"],["6127.050","15801.900"],["6112.231","15800.959"],["6159.304","15750.477"],["6165.241","15762.054"],["6146.391","15756.115"],["6166.146","15727.705"],["6047.501","15861.005"],["6163.502","15741.681"],["6091.320","15892.843"],["6084.457","15923.323"],["6107.919","15893.932"],["6046.879","15868.121"],["6061.365","15885.088"],["3431.906","15526.581"],["13889.896","18733.747"],["4190.328","15884.561"],["3795.288","17105.027"],["3778.462","17047.141"],["3879.939","17135.428"],["3877.291","17034.074"],["3876.666","17160.152"],["8992.421","17448.774"],["11613.020","18406.773"],["11587.741","18382.694"],["11645.160","18414.024"],["11646.048","18410.803"],["12629.557","18253.378"],["12680.535","18046.663"],["12751.652","18235.287"],["12696.319","18183.296"],["12749.033","18155.798"],["12582.554","18193.215"],["12574.053","18066.844"],["12611.378","18133.377"],["12595.894","18120.758"],["12617.456","18114.218"],["11260.151","18053.317"],["3726.563","16022.717"],["3747.928","15999.282"],["3774.556","15966.003"],["10484.969","16427.293"],["10347.520","16852.442"],["10382.035","16884.924"],["10293.141","16847.443"],["10453.839","16861.926"],["10417.193","16971.967"],["24091.827","8126.819"],["4860.490","18672.560"],["4789.690","18673.849"],["4876.804","18479.683"],["4843.934","18484.771"],["4930.343","18582.683"],["4899.228","18628.233"],["4802.999","18541.167"],["4220.748","18098.090"],["4182.212","18156.835"],["4314.515","18147.305"],["4338.512","18051.021"],["4187.344","18148.296"],["12828.080","18069.244"],["12872.795","18132.934"],["12980.394","18143.633"],["12830.745","18067.080"],["12950.776","18104.925"],["12833.833","18242.918"],["7064.316","20155.349"],["7010.759","19957.664"],["11304.949","17803.191"],["11485.010","17714.542"],["11405.174","17679.727"],["11321.839","17672.335"],["11404.750","17677.207"],["11390.596","17743.596"],["11355.350","17698.459"],["11371.661","17772.201"],["14200.111","18275.299"],["14184.433","18435.805"],["14084.464","18333.926"],["11499.143","18837.630"],["5499.388","17928.304"],["5561.749","18015.193"],["5498.281","17905.103"],["5534.746","17982.985"],["4648.860","18821.566"],["4765.080","18872.803"],["13402.930","16053.900"],["6431.788","15295.024"],["6454.590","15289.468"],["6399.654","15134.966"],["6413.647","15149.105"],["6424.956","15197.385"],["6401.403","15295.218"],["6408.705","15295.036"],["6268.796","15138.258"],["6271.841","15129.215"],["6289.547","15227.534"],["6300.569","15238.879"],["6303.458","15209.539"],["6277.866","15250.078"],["6273.165","15253.851"],["6258.757","15256.807"],["6312.773","15191.144"],["6315.808","15184.651"],["6320.227","15086.772"],["6318.960","15086.293"],["6355.977","15229.660"],["6349.869","15215.501"],["6357.260","15251.617"],["6336.322","15250.857"],["6345.836","15207.545"],["6324.560","15286.539"],["6308.787","15290.882"],["6266.843","15227.025"],["6263.288","15251.353"],["6307.218","15190.993"],["6261.801","15160.622"],["12138.837","18138.433"],["11940.175","18172.233"],["11999.049","18048.636"],["9593.810","16913.779"],["9584.086","16986.094"],["13555.667","17156.938"],["7212.881","16375.350"],["7148.577","16354.244"],["7221.370","16474.381"],["7144.266","16535.669"],["7143.622","16481.431"],["7116.832","16512.625"],["6254.374","18857.782"],["6419.092","18873.963"],["6415.534","18876.808"],["6301.824","18693.892"],["6410.295","18823.900"],["11476.791","18129.933"],["11512.137","18093.119"],["11431.612","18098.713"],["12803.983","16332.337"],["12792.825","16340.397"],["12896.695","16148.866"],["12844.204","16187.130"],["12841.041","16226.853"],["12970.854","16252.057"],["12964.392","16229.925"],["12878.685","16231.679"],["12871.706","16240.895"],["12899.461","16183.884"],["12937.078","16210.926"],["12887.574","16222.592"],["12926.682","16215.952"],["12923.719","16229.066"],["12914.980","16209.455"],["12939.283","16152.815"],["12966.108","16181.962"],["3262.561","17470.623"],["3840.661","16604.213"],["3747.780","16737.848"],["8896.675","17153.151"],["13258.497","16548.976"],["13296.358","16509.142"],["13371.571","16542.472"],["13202.250","16506.335"],["13205.133","16540.792"],["13229.073","16505.491"],["13256.286","16499.166"],["13217.875","16451.703"],["13217.386","16552.335"],["13248.736","16562.417"],["13281.455","16557.841"],["13302.119","16537.783"],["13296.918","16523.914"],["13286.771","16548.985"],["5749.980","18941.800"],["5821.230","18960.049"],["5826.150","19006.247"],["5739.587","18960.054"],["5753.502","18998.154"],["5651.314","19079.261"],["5822.564","18978.452"],["11829.263","18815.459"],["23987.585","7730.274"],["23946.141","7705.092"],["14562.724","16996.881"],["14609.737","17208.814"],["14612.572","17096.428"],["12093.703","17926.436"],["11944.713","17964.981"],["12015.026","17877.841"],["12057.815","17939.450"],["12018.714","17998.497"],["11990.063","17944.707"],["12139.169","17878.869"],["11974.116","17986.306"],["11464.190","18306.460"],["11435.461","18457.900"],["11465.218","18394.986"],["11473.014","18381.279"],["11325.647","18318.102"],["11327.538","18272.950"],["5629.131","16981.737"],["5670.339","16887.278"],["5782.005","16977.035"],["5763.113","16847.801"],["5777.327","16788.295"],["5755.781","16834.786"],["5719.771","16789.350"],["5721.958","16799.546"],["5711.103","16797.828"],["5685.207","16814.134"],["5677.599","16828.273"],["9815.450","17069.966"],["9677.582","17094.945"],["9715.249","17109.131"],["9755.474","17190.036"],["9778.610","17141.819"],["9817.466","17096.761"],["7555.954","15999.113"],["7541.092","15989.789"],["7523.202","15973.639"],["7386.916","17883.383"],["7381.958","17907.686"],["6153.392","15194.206"],["6157.751","15198.236"],["6147.145","15232.271"],["6156.274","15209.348"],["6156.530","15142.062"],["6166.629","15146.471"],["6161.629","15230.493"],["3560.255","18426.342"],["6054.571","18416.352"],["6079.041","18402.612"],["6072.232","18365.320"],["7233.172","20363.243"],["14128.384","17360.567"],["14125.654","17366.711"],["5347.552","16568.469"],["5252.406","16671.809"],["5366.742","16572.187"],["5400.644","16627.382"],["5359.192","16759.850"],["5366.741","16757.984"],["5366.626","16750.700"],["5303.215","16634.851"],["5264.165","16694.086"],["5292.690","16635.895"],["5266.851","16670.604"],["5325.963","16580.897"],["5335.880","16564.976"],["5283.062","16578.945"],["5293.070","16599.162"],["5295.886","16679.618"],["5281.310","16696.815"],["5252.254","16688.241"],["5234.400","16709.693"],["5342.261","16702.234"],["11233.419","17325.763"],["11251.258","17363.762"],["11185.047","17350.844"],["8083.796","16141.272"],["6977.891","18225.789"],["6956.004","18168.965"],["6941.291","18115.508"],["7043.374","18100.935"],["7003.168","18138.116"],["5403.081","17644.034"],["5333.311","17801.411"],["5326.764","17738.372"],["5323.671","17629.250"],["5312.208","17770.708"],["5326.496","17720.635"],["5391.912","17743.458"],["5344.346","17785.506"],["5394.109","17652.124"],["5374.405","17710.341"],["5342.332","17706.691"],["5356.017","17647.847"],["4925.379","16223.776"],["4934.599","16281.819"],["5651.949","15334.989"],["5629.225","15296.590"],["3042.403","18301.328"],["2989.673","18373.285"],["3040.890","18286.332"],["3019.558","18288.281"],["3027.732","18363.425"],["6533.561","20114.466"],["13615.564","18896.402"],["3038.674","16826.663"],["3064.694","16791.519"],["5774.536","16088.287"],["5749.966","16128.351"],["5780.746","16130.500"],["5770.787","15998.784"],["5751.478","16010.477"],["5736.227","16001.297"],["5730.305","15976.165"],["5740.208","15954.543"],["5734.862","15954.196"],["5696.442","15948.284"],["5702.653","15950.238"],["5687.988","15933.597"],["5738.360","15960.627"],["5749.758","15942.757"],["5702.535","16062.514"],["5692.256","16032.093"],["5689.287","15993.158"],["5685.274","15990.879"],["5658.992","16076.964"],["5631.042","16023.015"],["5625.516","16019.530"],["5677.668","16027.388"],["5691.714","16012.690"],["5670.115","15953.911"],["5774.192","16022.322"],["5622.956","16087.848"],["6692.811","20483.340"],["6811.207","20474.678"],["3889.546","14989.979"],["3917.967","14937.972"],["7239.283","18102.037"],["7278.937","18059.793"],["7258.259","18181.647"],["7245.512","18231.127"],["13981.148","16597.711"],["12142.882","16851.959"],["12118.552","16913.092"],["12113.882","16794.150"],["11930.965","18163.513"],["11879.884","18149.471"],["11858.766","18167.572"],["11750.385","18192.070"],["10100.717","17546.820"],["10113.085","17590.328"],["6037.884","18526.283"],["5926.013","18529.828"],["5931.386","18478.319"],["5979.676","18494.273"],["5903.727","18509.175"],["5913.355","18661.478"],["5179.292","15741.871"],["5119.685","15832.058"],["6660.264","16912.999"],["6629.891","16972.515"],["6528.098","16857.054"],["6537.571","16866.501"],["6539.939","16825.877"],["6612.022","16882.762"],["6605.382","16874.725"],["6640.862","16847.120"],["6640.053","16825.109"],["6605.094","16791.594"],["6623.623","16800.317"],["6562.154","16801.484"],["6590.409","16809.715"],["6558.858","16874.938"],["6553.215","16796.113"],["6539.877","16789.936"],["9642.359","16825.728"],["6619.600","15528.108"],["6539.584","15538.168"],["6497.360","15563.152"],["6486.151","15532.063"],["6592.412","15607.703"],["6569.127","15622.138"],["6540.246","15637.955"],["6514.272","15509.246"],["6465.160","15508.836"],["6494.708","15535.337"],["6519.031","15538.497"],["6478.388","15693.470"],["6537.280","15679.573"],["6474.755","15686.812"],["6647.897","15656.938"],["6609.887","15668.367"],["6577.600","15527.833"],["6655.451","15591.726"],["7430.668","16697.945"],["14408.107","18264.993"],["5558.047","18455.915"],["12904.693","17699.664"],["12797.809","17828.889"],["12918.246","17685.774"],["12962.089","17795.843"],["12936.003","17822.845"],["12867.476","17934.500"],["12877.497","17888.547"],["12903.665","17892.115"],["12792.371","17912.104"],["12823.865","17901.672"],["5663.790","16261.560"],["5654.103","16330.990"],["5625.195","16216.968"],["5739.110","16244.850"],["5707.415","16160.240"],["5687.020","16194.311"],["5717.880","16175.511"],["5680.426","16191.909"],["5653.814","16212.190"],["5632.884","16335.736"],["5674.285","16319.725"],["5711.013","16251.371"],["5724.827","16246.909"],["5712.656","16303.408"],["5783.797","16233.208"],["5756.973","16227.430"],["5745.848","16211.413"],["5017.804","17557.874"],["5024.498","17482.119"],["5132.707","17485.263"],["5113.021","17458.051"],["5065.951","17477.865"],["5082.134","17442.531"],["5075.746","17565.174"],["5102.743","17616.986"],["5080.149","17430.757"],["5170.777","17576.162"],["5188.834","17541.860"],["5152.260","17584.688"],["5176.911","17606.988"],["5194.058","17610.254"],["12798.043","16638.964"],["12960.112","16695.828"],["12930.721","16686.530"],["12901.880","16738.508"],["13360.974","18922.243"],["4477.663","14489.996"],["4439.571","14521.969"],["4433.634","14545.124"],["4470.131","14479.046"],["4401.973","14492.688"],["4313.588","17851.149"],["4164.776","17897.772"],["13952.323","18073.231"],["13958.047","18158.384"],["13841.315","18050.862"],["14002.723","18095.006"],["5169.822","16365.627"],["5149.567","16449.030"],["5192.275","16448.857"],["5004.047","16354.572"],["5058.571","16505.476"],["13926.090","15811.114"],["13953.238","15729.805"],["14001.507","15767.066"],["13981.931","15830.076"],["13942.460","15721.921"],["13997.320","15753.873"],["10514.589","16453.992"],["10539.020","16452.956"],["10585.935","16389.411"],["10518.299","16422.980"],["10589.765","16546.484"],["10591.764","16554.079"],["13672.837","18069.381"],["13664.141","18238.417"],["13826.780","18179.207"],["13755.710","18096.857"],["13656.568","18164.329"],["13702.407","18211.629"],["13783.765","18062.225"],["13731.285","18085.181"],["13769.942","18144.612"],["13779.268","18208.262"],["2790.501","16951.675"],["7232.723","16794.797"],["7096.924","16857.981"],["11704.788","17544.449"],["11712.683","17498.363"],["12627.966","16876.182"],["12594.569","16864.193"],["12582.356","16813.913"],["12681.605","16947.238"],["12767.092","16855.528"],["12734.590","16815.284"],["12733.734","16899.018"],["4937.276","16015.256"],["4899.727","16051.160"],["4925.220","16004.719"],["4938.115","16072.795"],["3910.547","18088.068"],["3862.678","18165.132"],["3888.698","18141.185"],["10469.527","17244.366"],["10599.124","17289.887"],["10546.591","17315.354"],["5077.825","15902.862"],["3156.832","15883.853"],["3213.181","15845.934"],["3513.418","17996.709"],["3445.967","18026.271"],["3487.546","17928.996"],["3448.714","17957.766"],["3341.179","17903.891"],["12702.249","17275.408"],["12680.910","17344.569"],["12746.551","17386.914"],["3559.915","17952.002"],["3654.126","17843.723"],["3670.197","17951.080"],["3712.866","18021.974"],["6747.753","17649.501"],["6678.918","17669.965"],["6880.670","17626.220"],["6833.945","17682.852"],["24533.029","7863.509"],["13782.595","15600.216"],["10642.347","17440.227"],["10649.493","17568.386"],["13882.420","16330.182"],["13933.036","16292.930"],["13998.729","16264.831"],["13911.154","16338.589"],["6082.079","15957.032"],["6062.384","15981.547"],["4366.410","18555.429"],["7023.576","17960.658"],["7048.872","17918.861"],["7056.872","17900.063"],["7078.181","17865.487"],["6914.820","17842.741"],["7001.067","17848.251"],["3270.516","16011.417"],["13664.660","17051.170"],["13639.265","17059.741"],["13664.558","17149.604"],["13744.361","17129.340"],["3545.064","17235.642"],["3547.920","17210.160"],["3598.068","17205.404"],["10087.443","16722.822"],["10129.139","16762.257"],["10200.283","16656.949"],["10123.945","16729.932"],["13050.541","17320.785"],["13077.229","17286.964"],["13062.114","17260.242"],["13085.280","17380.626"],["13118.997","17386.456"],["12903.736","16126.638"],["5170.495","18255.074"],["5024.116","18094.021"],["5039.533","18044.456"],["5043.569","18052.787"],["4946.350","17553.559"],["4948.272","17457.377"],["4971.645","17605.893"],["4967.485","17439.099"],["3708.731","17827.257"],["3631.231","17801.692"],["3693.567","17824.632"],["12371.122","16784.868"],["12395.073","16801.994"],["12372.256","16802.959"],["12377.581","16793.350"],["13406.713","17004.897"],["13404.263","17000.801"],["13314.146","17002.222"],["13279.665","17195.926"],["13241.030","17156.322"],["13299.299","17149.942"],["13307.589","17121.602"],["13389.874","17087.542"],["13392.374","17117.088"],["13380.494","17150.739"],["4842.982","16475.346"],["4880.898","16393.880"],["7932.253","19321.610"],["12578.685","18309.546"],["12743.396","18406.472"],["12762.618","18338.436"],["12729.968","18307.880"],["12590.037","18287.695"],["12632.964","18298.281"],["2865.947","17267.659"],["2796.654","17243.514"],["2867.295","17198.725"],["2847.016","17255.091"],["7616.142","18230.301"],["7617.264","18104.857"],["7554.658","18139.355"],["7642.967","18060.296"],["3830.683","16394.991"],["11766.209","17445.692"],["11583.135","18620.186"],["11653.958","18624.999"],["23627.755","7856.885"],["11688.751","17054.824"],["11577.813","17028.862"],["11633.136","17157.182"],["5994.507","18798.455"],["6016.257","18786.644"],["5940.225","18866.863"],["13808.683","16086.854"],["13746.149","16109.788"],["13288.426","18056.327"],["13208.078","18205.924"],["13227.716","18237.650"],["13344.531","18051.464"],["13279.117","18064.156"],["13319.935","18191.489"],["13231.489","18060.688"],["5454.272","18973.800"],["5491.574","18962.008"],["6712.940","20320.166"],["4172.696","15124.295"],["4227.483","15195.674"],["3237.807","17375.974"],["14071.105","15981.838"],["14084.681","15947.723"],["14072.231","16012.626"],["6598.604","17635.249"],["4089.952","18127.706"],["4023.122","18240.607"],["3939.553","18129.773"],["3954.520","18122.969"],["13690.866","17584.934"],["13764.687","17588.146"],["13778.189","17580.608"],["13811.396","17615.802"],["13795.663","17495.399"],["13788.541","17506.399"],["5208.497","18260.023"],["5211.523","18318.074"],["7809.917","18236.462"],["7867.356","18181.651"],["7848.080","18150.949"],["7782.064","18066.613"],["7814.531","18119.330"],["6999.662","15721.416"],["7026.944","15872.498"],["6921.824","15754.719"],["6896.706","15859.136"],["6915.874","15921.168"],["7091.574","15743.523"],["7093.111","15732.892"],["7019.643","20435.276"],["6904.845","20465.050"],["7024.187","20458.199"],["12582.255","17248.861"],["12609.852","17212.788"],["12731.716","17860.672"],["12760.698","17857.518"],["12640.745","17849.296"],["12737.650","17931.267"],["10891.009","16813.848"],["11055.185","16780.980"],["6148.008","16221.830"],["6099.429","16218.635"],["6110.456","16212.250"],["13205.247","16847.807"],["13304.582","16815.356"],["13379.599","16822.058"],["13141.719","18761.949"],["13041.026","18751.506"],["13014.694","18786.948"],["13105.305","18828.957"],["13024.762","18819.742"],["13196.027","18717.277"],["13787.169","16652.199"],["5920.802","17379.045"],["5913.292","17302.655"],["5886.003","17310.309"],["5892.391","17272.901"],["5856.212","17328.399"],["5939.151","17322.607"],["5904.614","17345.145"],["9031.513","15681.597"],["3942.685","18026.119"],["14029.045","16914.230"],["3215.590","18219.312"],["3189.948","18196.356"],["3153.846","18224.101"],["3220.195","18204.233"],["3285.596","18137.813"],["11314.757","17983.556"],["7416.888","16379.341"],["7396.822","16415.247"],["7405.687","16428.426"],["7477.639","16501.480"],["7281.724","18600.146"],["13700.229","17933.440"],["13697.713","17892.565"],["12703.584","17189.773"],["11176.174","16732.186"],["11126.289","16693.687"],["6820.829","18957.085"],["6848.098","19045.343"],["6790.302","18977.100"],["6701.381","18943.060"],["6731.117","18891.318"],["6841.392","19071.317"],["6872.033","19011.183"],["6821.020","19055.506"],["6840.058","19048.252"],["6684.662","18915.193"],["6684.777","18923.071"],["6734.021","18926.556"],["6153.196","20719.633"],["6062.072","20730.831"],["14414.988","18052.335"],["14454.067","18125.977"],["12093.294","17090.166"],["12066.502","17084.683"],["11661.558","17747.797"],["11536.886","17671.607"],["11534.123","17705.777"],["9190.451","18907.575"],["5856.821","18270.535"],["5830.603","18283.054"],["5859.220","18461.306"],["5874.006","18441.983"],["5839.960","18435.608"],["5907.082","18439.341"],["5923.964","18326.807"],["5843.032","16014.534"],["5838.639","16070.431"],["5945.226","15971.971"],["5832.696","15995.507"],["6808.631","18017.292"],["6797.266","17980.348"],["6103.576","18879.614"],["6162.224","18682.589"],["6042.733","18795.163"],["6155.559","18827.366"],["6093.421","18718.084"],["6215.024","18759.903"],["14260.499","17492.351"],["14255.602","17564.347"],["6298.759","20584.647"],["9349.317","17216.573"],["9362.421","17262.004"],["9358.970","17366.773"],["13607.577","18737.896"],["13612.215","18752.298"],["13466.317","18784.336"],["13611.453","18872.851"],["13419.211","18755.863"],["17251.932","4141.790"],["17419.500","4150.916"],["17307.540","4096.600"],["10757.348","16909.899"],["10810.090","16943.175"],["10828.660","16896.667"],["10856.888","16875.140"],["10850.331","16792.346"],["10790.946","16804.481"],["10834.919","16845.382"],["6324.083","14863.571"],["6307.524","14821.181"],["6335.865","14799.241"],["6301.989","14756.820"],["6294.766","14746.275"],["6255.704","14776.665"],["12255.688","18420.147"],["12208.024","18422.954"],["12146.578","18304.541"],["12258.224","18380.519"],["12261.809","18387.852"],["12150.032","18311.527"],["12233.519","18349.873"],["12282.544","18319.738"],["12332.593","18279.028"],["6800.767","20596.005"],["5833.931","18209.898"],["4342.266","16180.268"],["4334.388","16201.952"],["4291.575","16184.793"],["13934.695","15541.458"],["14029.556","15701.505"],["14001.807","15665.139"],["24303.558","7976.820"],["24349.390","8045.635"],["4458.565","18490.689"],["12308.721","18714.851"],["12281.370","18680.760"],["12234.234","18702.238"],["12195.812","18678.010"],["12168.612","18836.063"],["6385.883","17024.286"],["6403.564","17031.602"],["6294.492","17070.466"],["13182.943","18648.500"],["13038.635","18617.096"],["13028.240","18677.410"],["13025.916","18534.848"],["13176.495","18622.638"],["13098.357","18570.122"],["13028.225","18573.144"],["13139.083","18552.010"],["13079.802","18630.637"],["13158.133","18669.977"],["8276.174","18728.962"],["6583.189","16749.819"],["6594.750","16751.945"],["6620.456","16722.606"],["6592.101","16694.761"],["6572.763","16591.493"],["6572.485","16620.629"],["6573.275","16650.604"],["6560.951","16689.830"],["6584.109","16664.016"],["6572.905","16728.898"],["6600.388","16729.030"],["6613.574","16649.220"],["13415.737","18357.681"],["13527.636","18441.847"],["13487.283","18387.204"],["13506.937","18432.191"],["12298.265","18867.680"],["12319.877","18855.525"],["17085.832","4670.991"],["17161.045","4704.322"],["17045.760","4661.016"],["17007.348","4613.553"],["17086.392","4685.764"],["17018.547","4667.341"],["17091.593","4699.633"],["11392.336","18219.186"],["11386.199","18077.085"],["11379.653","18056.986"],["6915.060","16382.888"],["6939.960","16425.773"],["7019.823","16538.477"],["6989.035","16399.183"],["6998.270","16383.449"],["4913.126","17253.531"],["13622.570","15455.052"],["13790.149","15506.519"],["14395.443","18332.259"],["14322.020","18317.791"],["14299.296","18429.051"],["5548.899","16707.869"],["5537.375","16647.158"],["5423.914","16579.638"],["5446.832","16635.004"],["5471.828","16591.808"],["5458.341","16620.577"],["5441.120","16612.947"],["5414.426","16607.811"],["5579.788","16745.669"],["9121.491","16764.250"],["11044.756","17130.994"],["7527.352","16183.981"],["7524.079","16168.010"],["7986.621","18527.496"],["17394.884","4516.086"],["6677.143","20558.112"],["6856.753","20425.296"],["5671.376","17624.479"],["5717.138","17767.086"],["5690.640","17695.948"],["5737.686","17675.055"],["5767.487","17705.206"],["5734.759","17801.365"],["5742.024","17689.316"],["5644.244","17674.584"],["5786.480","17702.924"],["5708.811","17799.170"],["5716.806","17823.591"],["13596.461","15505.322"],["13480.920","15384.373"],["13461.446","15337.948"],["13539.938","15318.976"],["13607.784","15501.080"],["13444.277","15472.540"],["13452.957","15421.472"],["13539.362","15340.512"],["6715.313","15584.776"],["6861.650","15560.292"],["6817.833","15632.750"],["6762.390","15579.589"],["6778.841","15551.360"],["6685.456","15665.122"],["6739.511","15682.687"],["9809.019","15918.325"],["9757.321","15919.198"],["9741.814","15855.706"],["11380.895","17595.577"],["11453.297","17596.634"],["6374.894","17502.349"],["6326.835","17471.399"],["6372.236","17467.753"],["6338.009","17416.771"],["6385.065","17471.156"],["6372.228","17529.696"],["6353.316","17532.000"],["6341.194","17527.838"],["8857.625","16200.246"],["6949.537","20442.021"],["12181.163","17809.017"],["6516.565","15749.996"],["6478.903","15750.710"],["6670.681","15872.364"],["6499.334","15805.548"],["6512.894","15804.836"],["6563.678","15836.189"],["6493.607","15815.937"],["6498.791","15826.437"],["6527.763","15914.762"],["6522.911","15913.993"],["6523.614","15773.542"],["6534.222","15775.953"],["6618.540","15773.119"],["6583.229","15877.526"],["4617.143","15485.641"],["4612.505","15423.362"],["4619.939","15411.620"],["11009.513","16715.083"],["10972.298","16567.854"],["11068.180","16770.068"],["10933.749","16774.820"],["4351.767","15678.954"],["14290.437","17389.499"],["14293.858","17381.093"],["14371.103","17247.666"],["14258.420","17198.438"],["14335.170","17201.199"],["11329.137","17544.055"],["11366.565","17493.225"],["11489.068","17482.483"],["11394.498","17451.388"],["11389.606","17471.875"],["5136.654","16279.723"],["5161.629","16285.247"],["5147.873","16264.250"],["5078.524","16263.471"],["5165.923","16301.029"],["5073.593","16248.731"],["5159.755","16322.747"],["5082.563","16259.712"],["5100.964","16243.558"],["5098.730","16244.341"],["4993.211","16227.304"],["5351.983","15924.245"],["5339.065","15911.574"],["5338.260","15922.547"],["5308.660","15823.185"],["5291.309","15816.279"],["5290.031","15830.935"],["5284.985","15751.722"],["5284.196","15740.711"],["6439.318","15334.386"],["6425.741","15395.023"],["6415.511","15431.748"],["6423.357","15418.007"],["6414.015","15455.827"],["6454.229","15347.113"],["6414.408","15321.413"],["6370.114","15452.984"],["6387.581","15487.220"],["6420.987","15469.576"],["6424.721","15463.729"],["6354.542","15433.958"],["6337.851","15435.577"],["6371.902","15396.578"],["6379.550","15410.055"],["6380.862","15427.218"],["6381.981","15432.139"],["6367.336","15380.711"],["6376.596","15363.138"],["6357.021","15347.328"],["6368.896","15349.954"],["6278.147","15498.553"],["6271.758","15497.573"],["6300.210","15384.664"],["6257.933","15456.706"],["6255.729","15452.709"],["6264.208","15482.819"],["6265.474","15469.574"],["6291.481","15371.445"],["6296.923","15306.233"],["6286.557","15400.983"],["6258.892","15384.828"],["6269.103","15354.027"],["9988.726","16928.962"],["3023.266","15874.559"],["3041.276","15838.968"],["3082.082","15788.630"],["3078.595","15729.637"],["4949.624","15275.664"],["6700.762","15834.105"],["6683.013","15873.129"],["6708.205","15854.370"],["6701.244","15821.434"],["13021.012","16749.731"],["13136.876","16568.209"],["13179.689","16570.059"],["9643.948","15988.321"],["9719.818","15940.819"],["9402.831","16927.587"],["6956.468","19105.404"],["9966.880","17532.132"],["9954.418","17490.089"],["6470.797","18500.027"],["6620.189","18635.723"],["6630.140","18651.099"],["7391.587","15918.969"],["4662.512","14970.126"],["6727.322","17455.704"],["6682.541","17415.201"],["6874.421","17549.154"],["6766.349","17455.523"],["6794.333","17613.122"],["6872.208","17592.900"],["6829.668","17537.200"],["12956.763","18005.660"],["12967.372","18022.836"],["12969.260","17884.173"],["3912.490","17439.384"],["4670.851","14807.483"],["7238.555","15891.760"],["7093.885","15848.881"],["7194.975","15861.843"],["7118.109","15800.201"],["5698.831","18791.911"],["5672.499","18784.413"],["5628.310","18729.924"],["5641.584","18782.985"],["5627.691","18782.597"],["6571.431","17590.048"],["6645.191","17492.792"],["6659.787","17520.964"],["10636.886","17421.053"],["10632.207","17613.985"],["14081.293","16647.200"],["14095.372","16700.925"],["14080.474","16748.274"],["14074.092","16753.823"],["4081.233","15896.981"],["4080.296","15905.403"],["8374.250","18830.877"],["3921.698","18040.917"],["5351.276","15998.101"],["5369.599","15948.208"],["5309.209","15995.320"],["5370.204","15972.477"],["5340.972","16021.876"],["5293.596","16077.013"],["5293.167","16114.087"],["5306.557","16042.236"],["5297.232","16122.913"],["5287.263","16113.705"],["5361.052","16133.585"],["5287.861","16085.277"],["5297.548","16081.892"],["5313.157","16122.040"],["5309.312","16087.615"],["5335.953","16108.065"],["5359.473","16085.836"],["5366.957","16095.084"],["5275.513","16106.862"],["5383.219","16042.510"],["5393.170","16091.131"],["5376.842","16123.278"],["5204.712","15987.260"],["5203.994","16047.035"],["5255.352","16023.235"],["5223.379","16067.961"],["5285.730","16043.764"],["5198.942","15996.199"],["5394.748","15964.275"],["5380.961","15946.042"],["4478.407","17801.520"],["4402.075","17787.169"],["4471.631","17763.651"],["4406.242","17677.040"],["4428.792","17695.273"],["9209.902","18882.176"],["6927.532","18731.943"],["7047.256","18771.957"],["7028.753","18762.741"],["7077.319","18701.356"],["7074.230","18729.805"],["7022.132","18790.182"],["7060.257","18793.650"],["6944.731","18687.461"],["6958.448","18737.007"],["4686.991","18025.409"],["4706.596","17949.967"],["12307.564","16739.705"],["12274.109","16721.891"],["12350.248","16767.592"],["6922.086","18651.417"],["6986.125","18606.735"],["6908.063","18638.709"],["3015.977","16770.445"],["13343.417","17462.082"],["13375.467","17530.258"],["13219.100","17445.015"],["13260.394","17472.030"],["13272.368","17449.008"],["3948.147","17156.948"],["3938.887","17069.879"],["6733.862","16593.777"],["6789.672","16675.950"],["6823.800","16658.823"],["6785.873","16773.131"],["8844.040","18782.084"],["3808.857","16316.296"],["3787.010","16182.431"],["7489.465","16515.336"],["5198.480","17836.906"],["5074.412","17994.451"],["5140.754","18019.027"],["5140.458","18040.431"],["5133.386","17984.857"],["5113.945","18023.783"],["4425.328","15735.299"],["4549.834","15746.943"],["4530.492","15822.517"],["4556.348","15773.565"],["4415.509","15781.988"],["7334.253","18487.021"],["12276.787","17453.995"],["12307.379","17501.328"],["12182.624","17495.354"],["12181.690","17569.738"],["5825.683","17353.644"],["7871.669","18938.518"],["7909.993","18999.383"],["7566.066","15965.995"],["11363.068","17051.408"],["11405.514","17017.793"],["11356.111","17106.418"],["17006.344","4511.943"],["13108.664","17121.412"],["13063.943","17098.142"],["7083.213","17679.149"],["7078.468","17747.297"],["7011.220","17717.802"],["7004.970","17750.453"],["6932.861","17794.745"],["6942.927","17747.610"],["13156.634","18446.954"],["13106.642","18421.931"],["13097.629","18323.571"],["13176.346","18331.856"],["13066.802","18261.404"],["13066.120","18368.325"],["13030.760","18372.260"],["13002.734","18333.449"],["13094.093","18299.425"],["13198.031","18435.038"],["24446.621","7663.875"],["3051.778","17692.137"],["2989.097","17692.880"],["4417.398","16223.158"],["4400.375","16201.209"],["4388.287","16162.131"],["14186.692","17821.456"],["14172.321","17750.256"],["14228.122","17686.805"],["14111.169","17659.563"],["6412.285","18438.729"],["6398.337","18429.200"],["6405.433","18445.620"],["6396.742","18374.221"],["6278.085","18460.154"],["7760.362","18398.802"],["7737.818","18377.249"],["7933.080","18456.969"],["7879.970","18407.537"],["7837.782","18348.395"],["8264.753","19153.089"],["8286.761","19106.218"],["11853.179","19099.394"],["11731.685","18959.638"],["11824.438","18972.661"],["11761.215","19050.216"],["11437.129","18973.672"],["3307.270","16075.597"],["3327.879","16097.000"],["3443.142","15960.072"],["3385.033","16118.388"],["3354.162","16037.975"],["3305.911","15978.139"],["12521.913","16755.149"],["6746.982","20624.280"],["3524.472","15459.001"],["3591.795","15350.974"],["3541.745","15410.181"],["3570.282","15415.086"],["3518.785","15445.689"],["13973.434","17980.709"],["13903.698","17980.694"],["13869.233","17949.340"],["13979.618","17915.292"],["13971.306","17987.434"],["14018.592","18011.265"],["13951.267","17881.761"],["6408.190","16317.661"],["6363.190","16311.762"],["6365.894","16294.832"],["6443.438","16260.482"],["6412.381","16219.867"],["6360.689","16287.368"],["6361.882","16262.863"],["6379.213","16257.036"],["6461.119","16170.894"],["6443.516","16209.907"],["6423.747","16257.575"],["7996.853","18226.597"],["13364.659","17960.808"],["13387.553","17934.214"],["13384.030","18005.066"],["7798.380","19101.525"],["7847.297","19184.559"],["4855.663","15049.042"],["4829.109","14982.460"],["4816.773","14965.135"],["4896.559","14933.541"],["4870.293","15071.015"],["4494.668","17574.209"],["4388.645","17459.701"],["4390.997","17503.450"],["12328.503","18091.089"],["12295.587","18217.199"],["12218.179","18187.550"],["12211.301","18221.985"],["12226.935","18139.593"],["12311.476","18134.354"],["12236.904","18051.035"],["14616.767","17250.071"],["14477.989","17295.754"],["17411.121","4560.796"],["17467.063","4543.821"],["3511.242","18473.444"],["14172.492","18473.823"],["13690.977","17320.732"],["13687.178","17325.191"],["13698.797","17355.507"],["13620.777","17317.403"],["14283.683","18091.815"],["14315.721","18240.450"],["2888.024","17434.574"],["3054.492","17589.461"],["3081.499","17547.017"],["3047.486","17554.944"],["5847.427","17511.413"],["5835.117","17518.632"],["5877.864","17615.362"],["5871.692","17461.059"],["5855.457","17486.687"],["5901.723","17597.571"],["5861.855","17503.054"],["5916.723","17520.808"],["4281.008","16673.436"],["4291.025","16660.406"],["4209.051","16679.068"],["14308.221","17653.886"],["14270.721","17696.644"],["14268.455","17707.614"],["6388.953","18913.655"],["6315.273","18932.475"],["6419.693","18971.970"],["6388.369","17369.364"],["6372.629","17372.816"],["6349.667","17405.448"],["6323.083","17365.623"],["4002.067","17462.438"],["4032.429","17474.065"],["4053.367","17432.100"],["4038.687","17616.193"],["3482.986","18397.886"],["3465.058","18415.310"],["3460.075","18384.691"],["12875.428","16834.605"],["12930.399","16865.618"],["12972.613","16874.147"],["12858.503","16946.243"],["12977.565","16837.901"],["12784.769","16832.221"],["12890.815","16790.921"],["6983.127","16213.476"],["6974.513","16148.547"],["6903.324","16313.044"],["6902.863","16289.807"],["6949.759","16148.388"],["6957.407","16203.020"],["7029.276","16320.282"],["7024.123","16284.301"],["11697.797","18101.989"],["11611.577","18196.376"],["11595.113","18213.982"],["11518.247","18171.954"],["11559.382","18194.877"],["11658.808","18104.221"],["11697.525","18093.321"],["6424.129","20457.352"],["7325.569","16745.849"],["7381.276","16663.709"],["3331.662","17025.187"],["6682.483","17015.684"],["6810.792","17077.460"],["6773.510","17039.251"],["6769.986","17095.522"],["6781.830","17089.936"],["6874.102","17063.921"],["6857.485","17148.936"],["6725.119","17159.745"],["6734.683","17113.642"],["6879.120","17072.765"],["6867.115","17083.447"],["13848.350","15983.802"],["13972.827","16018.855"],["13884.717","15952.627"],["13912.976","17444.339"],["13854.347","17436.070"],["13101.714","18232.160"],["13074.771","18136.549"],["13161.966","18053.669"],["13194.322","18233.743"],["13174.717","18189.118"],["13161.204","18217.363"],["13114.064","18148.209"],["12993.700","18189.827"],["13189.159","18125.683"],["13188.814","18193.924"],["5624.288","15712.008"],["5625.114","15674.798"],["5652.679","15701.364"],["5665.903","15706.649"],["5649.805","15660.288"],["5672.880","15653.021"],["5658.570","15652.580"],["5776.378","15674.584"],["5774.948","15686.607"],["5785.078","15669.314"],["5791.805","15675.772"],["5737.058","15694.166"],["5741.943","15683.696"],["5745.953","15594.226"],["5763.646","15653.645"],["5712.458","15628.934"],["3360.017","16983.073"],["3358.783","16957.194"],["3307.501","16957.458"],["3447.204","16899.242"],["4894.778","18705.861"],["4958.938","18862.169"],["4976.520","18799.890"],["14051.004","18166.494"],["14163.572","18238.609"],["14225.394","18184.124"],["14137.914","18239.302"],["14207.384","18234.413"],["14144.704","18155.875"],["12223.149","17869.930"],["12274.930","17852.750"],["12178.992","17910.712"],["12146.198","17918.377"],["12177.841","17974.791"],["11899.281","17501.841"],["11866.074","17502.518"],["13910.214","18373.453"],["13952.631","18393.436"],["6189.029","15114.311"],["6165.427","15114.477"],["6199.658","15099.640"],["6213.391","15088.344"],["6216.249","15131.662"],["6193.497","15137.040"],["6209.260","15166.582"],["6187.007","15152.115"],["6233.626","15141.216"],["6224.547","15163.479"],["6238.977","15258.995"],["6244.618","15265.188"],["6081.940","15144.993"],["6061.139","15100.968"],["6053.985","15098.375"],["6239.875","15186.727"],["6181.070","15199.174"],["6179.408","15196.317"],["6217.209","15197.381"],["6177.406","15229.846"],["6221.793","15242.517"],["6211.642","15242.980"],["5586.490","18106.408"],["6472.929","15363.496"],["6461.956","15473.330"],["6494.669","15482.238"],["6499.768","15488.333"],["6504.222","15488.536"],["6476.772","15498.877"],["6502.911","15432.966"],["6501.546","15412.636"],["6536.610","15431.464"],["6553.278","15447.007"],["6491.965","15378.735"],["6500.814","15358.782"],["6508.739","15390.466"],["6507.341","15406.205"],["6497.943","15466.528"],["5697.216","18728.783"],["12622.842","16458.518"],["12688.854","16458.498"],["12689.267","16465.990"],["12668.163","16454.660"],["12702.735","16417.739"],["12724.343","16422.990"],["12713.064","16450.881"],["12718.148","16382.965"],["12697.543","16369.750"],["12675.382","16371.472"],["12641.461","16377.283"],["12658.229","16403.267"],["12700.511","16387.592"],["12769.193","16398.844"],["12752.027","16390.873"],["12717.106","16372.839"],["12767.203","16442.052"],["12759.313","16439.245"],["4337.075","17788.176"],["4314.005","17626.421"],["7232.159","18786.128"],["7253.449","18693.908"],["12773.900","16654.128"],["11694.944","19126.870"],["11656.803","19191.345"],["11611.490","19192.748"],["11573.115","19140.994"],["4745.881","15715.727"],["4636.682","15508.284"],["6791.559","15709.730"],["5847.596","16695.318"],["5938.964","16747.305"],["5854.705","16650.946"],["5833.302","16771.462"],["5859.236","16709.924"],["6027.592","16684.247"],["5957.949","16586.027"],["6009.170","16576.422"],["4371.903","15290.118"],["11984.788","18351.389"],["12011.416","18315.914"],["12049.779","18395.554"],["12116.013","18432.746"],["12113.513","18262.429"],["12090.980","18302.413"],["12068.525","18417.031"],["12052.620","18435.726"],["7118.199","18859.316"],["7205.630","18823.651"],["7114.813","18756.094"],["7192.558","18788.574"],["7158.315","18824.809"],["7163.380","18811.299"],["7154.548","18874.470"],["7126.588","18821.258"],["10405.754","17195.821"],["10337.580","16992.070"],["10257.021","17062.480"],["10709.459","16941.914"],["12520.397","17407.771"],["7121.330","17710.468"],["5611.301","18535.451"],["5597.617","18550.133"],["6559.407","18987.012"],["6589.539","19007.458"],["6573.674","19010.532"],["6509.864","19019.991"],["6493.203","19036.705"],["6471.109","18996.307"],["6496.619","19004.933"],["6467.426","19063.315"],["6488.942","19056.337"],["11628.367","17381.888"],["5243.032","16923.809"],["5315.161","16985.270"],["5329.685","16904.131"],["5325.787","16938.087"],["5327.611","16950.466"],["5264.917","16838.034"],["5247.861","16825.830"],["5321.030","16965.543"],["5379.340","16867.347"],["5341.346","16834.185"],["5392.382","16810.717"],["5340.787","16834.268"],["5311.824","16815.936"],["5389.009","16966.616"],["5387.814","16932.898"],["5397.032","16919.958"],["5400.248","16954.985"],["5392.144","16875.472"],["12552.282","18765.973"],["12545.682","18818.860"],["12517.051","18678.803"],["12470.004","18715.129"],["12492.109","18791.198"],["12501.196","18680.421"],["12436.263","18713.872"],["13318.172","17817.170"],["13239.067","17736.559"],["13362.996","17738.951"],["13318.588","17746.499"],["13307.216","17819.160"],["13209.478","17685.031"],["13358.562","17651.099"],["5777.416","16147.984"],["5769.051","16153.168"],["5744.973","16189.834"],["5769.048","16196.847"],["5781.765","16283.613"],["5797.159","16298.556"],["5787.092","16260.881"],["5738.414","16155.911"],["5737.066","16178.900"],["5726.404","16263.951"],["5767.179","16209.056"],["5769.955","16242.275"],["5787.985","16151.139"],["5476.230","16388.851"],["5536.266","16418.882"],["5549.888","16405.899"],["5583.328","16383.984"],["5574.461","16402.801"],["5505.175","16396.353"],["5598.256","16475.366"],["5515.838","16481.758"],["5517.384","16469.619"],["5538.552","16527.076"],["5581.496","16459.297"],["5602.783","16428.021"],["5607.766","16422.851"],["5470.144","16378.765"],["13060.928","17519.653"],["13055.287","17464.063"],["13171.024","17447.112"],["13032.513","17571.125"],["13144.749","17511.215"],["13149.617","17516.599"],["3321.009","15837.709"],["13767.754","18762.437"],["13796.224","18808.663"],["5240.541","17015.395"],["5268.424","16990.742"],["5396.773","16992.966"],["5285.361","17005.532"],["5233.147","17050.223"],["5231.418","17132.975"],["5269.056","17133.116"],["5238.584","17113.632"],["5392.698","17164.025"],["23901.260","7838.811"],["23763.645","7794.383"],["11597.148","16988.416"],["10614.418","16576.936"],["7128.635","18916.165"],["5108.634","17685.916"],["5038.170","17698.110"],["5061.937","17644.699"],["5043.258","17694.914"],["4994.212","17712.651"],["5626.630","18466.681"],["5623.720","18670.286"],["13131.872","16176.481"],["5608.444","16702.501"],["3582.535","15756.043"],["3691.614","15732.294"],["14689.098","15841.830"],["4703.565","16587.220"],["4581.937","16643.025"],["4775.910","16438.170"],["4641.756","16522.166"],["5661.550","16544.690"],["5755.859","16492.670"],["5763.387","16421.792"],["5772.434","16554.063"],["5711.970","16541.487"],["5727.226","16505.186"],["5795.822","16450.594"],["5776.289","16411.907"],["5817.227","16437.237"],["5801.005","16440.983"],["5793.346","16521.704"],["5813.867","16379.180"],["5801.842","16563.790"],["12773.736","17971.064"],["12600.567","18032.756"],["12688.016","18002.207"],["12682.182","18010.944"],["12570.162","17993.103"],["12684.591","17976.221"],["12732.459","18040.469"],["12571.563","17908.853"],["13933.034","19088.579"],["4709.899","18152.634"],["4681.024","18108.105"],["4622.449","18117.028"],["4702.964","18079.610"],["4735.125","18246.154"],["4589.589","18209.433"],["5621.091","15982.984"],["5636.650","15963.331"],["5642.705","16096.016"],["5710.205","16132.185"],["5632.705","16124.522"],["5704.218","16128.485"],["5704.647","16103.840"],["5737.048","16085.195"],["5737.525","16098.209"],["5723.304","16114.040"],["5641.742","16139.391"],["5629.074","16122.131"],["5619.897","16132.305"],["5763.960","16100.310"],["5738.415","16109.754"],["5729.928","16106.632"],["5634.227","15950.245"],["5630.064","16117.103"],["7207.917","16326.441"],["7177.517","16259.961"],["3720.743","15654.243"],["3625.035","15705.259"],["3630.134","15652.344"],["3724.108","15507.717"],["11289.374","17049.956"],["11188.266","17048.635"],["23937.674","7938.706"],["24130.167","7928.637"],["7285.487","18366.905"],["7292.641","18361.274"],["7229.059","18352.716"],["7216.909","18398.134"],["7282.014","18463.591"],["14479.246","17898.663"],["14464.346","17980.942"],["14477.487","17914.798"],["4164.364","17057.771"],["4155.039","16987.961"],["4164.200","17041.108"],["4158.904","17075.757"],["4173.525","17076.582"],["5858.355","18199.890"],["10932.592","18309.166"],["5053.066","18797.346"],["5021.076","18849.865"],["11854.471","18641.756"],["11887.896","18547.161"],["11870.922","18564.849"],["11726.671","18578.542"],["11792.208","18570.804"],["11777.767","18575.345"],["11882.481","18625.967"],["7968.619","19295.792"],["8282.286","18934.613"],["4039.452","17350.448"],["4052.774","17328.433"],["12518.903","16798.003"],["12537.911","16805.090"],["12517.700","16825.094"],["12365.047","16824.531"],["12391.568","16835.727"],["12411.727","16823.954"],["12428.057","16822.853"],["12406.725","16832.410"],["12373.587","16817.201"],["12440.501","16868.546"],["12454.402","16826.460"],["12541.175","16828.927"],["12475.082","16871.177"],["12499.264","16971.687"],["12435.191","16891.649"],["14103.127","17597.729"],["14045.629","17511.572"],["14230.141","17572.721"],["14091.091","17475.501"],["14164.446","17502.177"],["9943.619","17027.080"],["13525.178","16612.293"],["13539.949","16725.108"],["6022.192","15136.403"],["6027.539","15148.164"],["7430.311","17966.850"],["7417.828","17958.889"],["7313.325","17948.165"],["7374.155","18036.785"],["7446.859","17848.463"],["13827.712","17430.730"],["4004.892","15000.895"],["3964.990","15031.779"],["2863.645","18108.066"],["3891.700","17504.916"],["3917.950","17456.609"],["3887.223","17586.069"],["7183.434","16004.901"],["7172.019","16016.908"],["7285.968","16137.798"],["7255.804","16107.096"],["7149.649","16067.504"],["7273.120","15967.579"],["7261.892","20112.303"],["7145.506","20114.905"],["3327.444","16299.426"],["12269.666","17010.379"],["12300.349","17051.307"],["12346.354","17057.083"],["5653.214","17843.668"],["5683.015","17960.112"],["5677.623","17937.767"],["5718.253","17922.941"],["5698.179","17950.499"],["5701.164","17891.419"],["5700.819","17870.296"],["5727.579","17857.893"],["5635.124","17889.630"],["5665.493","17967.539"],["8776.509","15219.170"],["5880.471","16459.134"],["5855.742","16415.479"],["6026.548","16417.073"],["6035.440","16455.146"],["13823.527","17872.137"],["13698.577","18016.846"],["13643.623","17969.493"],["13639.363","17969.526"],["13818.246","17929.555"],["13735.688","17990.604"],["13635.790","18039.627"],["6280.454","18577.478"],["6396.311","18467.292"],["6426.309","18502.502"],["6320.240","18641.838"],["6280.553","18604.398"],["6444.720","18625.314"],["11755.722","16997.392"],["11877.010","17036.843"],["13600.329","17709.270"],["13553.651","17638.106"],["13524.611","17355.400"],["13441.705","17343.823"],["13577.175","17260.178"],["3217.538","15460.638"],["3277.538","15485.246"],["3289.627","15387.624"],["12940.202","17123.310"],["12914.445","17137.464"],["12810.643","17020.774"],["12838.752","17044.589"],["3992.437","17643.278"],["3975.825","17628.332"],["3971.861","17625.921"],["4034.941","17769.977"],["4136.142","17748.771"],["4136.388","17795.741"],["6740.244","15506.791"],["6851.914","15481.719"],["6859.418","15485.577"],["13475.994","17881.352"],["13449.773","17861.257"],["13546.191","17843.482"],["13486.037","17927.335"],["6152.796","15018.500"],["6169.490","15017.856"],["6189.381","15058.781"],["6189.068","15039.739"],["6163.959","15072.458"],["6173.515","15072.855"],["6112.810","14987.148"],["6154.554","15007.545"],["6168.485","15045.744"],["6129.146","15001.490"],["6122.054","14969.407"],["6223.922","14996.198"],["6248.897","15042.515"],["11872.112","17657.502"],["11877.096","17692.300"],["11778.598","17749.242"],["11751.361","17724.221"],["11810.957","17818.910"],["3689.787","16010.974"],["14100.562","16867.740"],["14086.154","16881.365"],["14044.399","16935.171"],["14060.024","16922.586"],["14108.568","16845.179"],["12054.175","17305.643"],["11944.583","17233.594"],["12568.005","17730.619"],["12573.597","17695.871"],["24216.297","7840.912"],["24190.575","7728.240"],["24172.066","7727.281"],["7226.365","20622.696"],["7223.201","20638.352"],["12729.113","17668.136"],["12689.387","17789.011"],["12708.026","17768.284"],["12651.460","17729.754"],["12681.070","17826.030"],["12681.278","17663.947"],["12698.663","17695.111"],["12679.271","17653.944"],["12719.836","17636.324"],["12773.162","17780.240"],["12754.659","17736.854"],["9209.809","15703.188"],["7070.910","17305.362"],["6007.340","15079.822"],["5927.827","16883.080"],["11844.846","16961.250"],["11908.537","16964.483"],["11911.310","16893.505"],["4406.503","15580.342"],["4413.724","15704.834"],["4416.454","15661.531"],["4392.786","15554.891"],["10437.126","17234.283"],["10329.773","17246.138"],["10293.795","17199.970"],["10285.663","17316.602"],["12472.353","18565.698"],["12465.610","18521.685"],["12401.357","18567.891"],["12392.973","18507.088"],["12481.888","18668.141"],["12429.613","18543.201"],["12222.398","17240.734"],["12218.906","17222.181"],["12211.599","17344.606"],["12184.645","17256.759"],["12322.557","17357.534"],["12226.028","17355.453"],["13128.616","16954.638"],["13067.939","16894.887"],["14252.463","17138.093"],["14380.218","17095.183"],["14330.994","17144.802"],["11634.776","18828.595"],["4672.727","16600.448"],["5599.712","18697.800"],["5559.732","18873.784"],["5509.336","18755.181"],["5546.824","18680.130"],["5414.835","18841.015"],["11264.007","17943.574"],["6218.381","15319.844"],["6243.233","15410.562"],["6227.329","15309.786"],["6250.093","15316.405"],["4710.552","15870.525"],["4748.068","15747.420"],["13286.601","17331.049"],["13281.584","17369.761"],["13397.511","17340.899"],["6869.377","19106.676"],["6044.632","15901.148"],["6137.774","16636.406"],["5435.722","17717.911"],["5598.697","17756.231"],["5591.382","17668.960"],["5507.698","17716.343"],["5445.680","17682.316"],["5419.396","17713.698"],["5414.224","17680.233"],["14087.933","17992.955"],["14121.378","17871.532"],["14043.007","17880.549"],["14156.215","17848.822"],["14238.659","18032.879"],["14208.610","17851.627"],["14114.614","17880.577"],["14065.269","17914.657"],["14211.339","17983.482"],["14154.005","17878.166"],["14162.556","18038.292"],["14152.868","18026.335"],["6580.869","16452.157"],["6542.860","16390.846"],["6513.957","16463.014"],["6516.827","16479.660"],["12793.841","16473.470"],["12818.938","16469.928"],["12786.696","16422.991"],["12780.797","16442.302"],["12959.248","16520.478"],["12909.068","16399.775"],["6840.504","18571.528"],["6789.172","18643.666"],["6838.086","18668.026"],["5810.100","16693.857"],["5794.994","16647.103"],["5810.279","16626.705"],["5777.064","16703.482"],["5791.776","16608.844"],["5743.750","16714.278"],["5761.382","16708.382"],["5782.467","16726.516"],["5743.571","16752.092"],["5741.564","16736.931"],["5726.590","16763.719"],["5773.655","16695.667"],["5763.524","16685.824"],["5749.452","16640.790"],["5761.783","16626.062"],["3440.047","15484.897"],["3403.304","15460.669"],["3415.853","15491.701"],["3437.042","15359.909"],["3378.196","15443.941"],["3326.008","15438.723"],["6805.999","16366.140"],["6762.724","16517.162"],["6814.139","16534.866"],["6730.136","16405.855"],["6678.024","16409.386"],["6725.828","16352.960"],["6672.519","16512.329"],["12522.963","18420.631"],["12380.394","18459.600"],["12375.081","18465.414"],["12550.199","18374.578"],["12465.494","18297.651"],["12549.459","18332.794"],["12510.994","18281.059"],["12382.164","18348.715"],["12437.164","18429.723"],["5957.833","18342.736"],["14458.038","16834.779"],["10119.781","16865.850"],["10081.151","16884.354"],["10137.365","16818.670"],["10169.891","16789.310"],["10052.737","16780.033"],["6776.521","17374.392"],["6730.064","17274.353"],["6689.889","17320.579"],["6724.255","17273.449"],["6732.084","17312.508"],["6736.574","17321.212"],["6688.236","17271.699"],["6744.666","17297.165"],["4402.712","16069.695"],["4404.636","16014.914"],["5155.893","16942.107"],["5097.818","16971.108"],["4222.830","17985.460"],["4166.235","18022.636"],["4170.922","18013.652"],["4227.731","18020.109"],["12241.586","19012.165"],["12188.552","18914.203"],["5066.383","18474.034"],["5168.470","18541.518"],["5080.638","18544.313"],["4997.570","18573.679"],["11897.729","17854.015"],["11856.287","17991.061"],["11864.116","17946.849"],["11728.743","17894.910"],["11774.549","17871.888"],["11830.447","17890.817"],["6060.010","16390.177"],["6098.580","16431.814"],["6054.019","16428.354"],["6063.348","16426.313"],["6061.427","16393.960"],["4873.358","18350.485"],["4796.578","18333.040"],["11139.860","16918.962"],["11130.567","16927.954"],["6052.185","15655.461"],["6042.210","15633.807"],["6102.162","15643.290"],["13640.106","18285.108"],["13803.076","18294.990"],["13821.053","18276.807"],["4775.402","18374.481"],["4703.143","18454.231"],["4685.284","18432.822"],["6301.635","17587.491"],["6296.437","17599.983"],["6287.164","17547.144"],["6287.361","17579.168"],["7383.788","15881.464"],["9720.943","17202.726"],["7099.050","17998.502"],["7240.097","17958.750"],["7260.532","17911.818"],["7254.828","17929.819"],["3494.581","17261.093"],["3499.532","17237.047"],["3472.213","17304.578"],["11714.635","17914.483"],["11568.570","17968.744"],["11542.287","17929.042"],["11713.412","17848.672"],["11707.886","17888.375"],["11642.261","17862.667"],["11593.275","17998.162"],["6937.940","18373.158"],["6898.859","18399.357"],["7077.108","18273.492"],["4108.508","18464.878"],["4051.008","18427.521"],["4048.196","18458.074"],["4058.952","18436.307"],["14360.560","17831.057"],["9233.865","15423.708"],["4985.818","17670.262"],["4924.956","17714.029"],["4906.764","17678.467"],["4980.982","17650.655"],["4954.919","17673.609"],["4962.682","17698.415"],["7058.175","20170.885"],["7005.550","20273.613"],["9185.920","17340.707"],["6451.775","15515.923"],["6397.091","15527.507"],["6395.183","15539.596"],["6446.623","15576.861"],["6396.304","15589.888"],["6391.995","15562.902"],["6398.531","15513.111"],["6430.620","15525.068"],["6434.005","15648.555"],["6400.719","15644.290"],["6314.641","15665.597"],["6293.620","15671.460"],["6296.956","15673.021"],["6261.300","15694.053"],["6345.848","15654.574"],["6347.862","15624.769"],["6454.691","15592.207"],["6442.333","15637.696"],["6434.218","15645.496"],["6403.660","15645.971"],["6384.397","15549.118"],["6362.867","15554.948"],["6363.447","15521.825"],["6363.414","15508.349"],["6271.270","15676.043"],["6252.642","15563.103"],["6482.982","16300.854"],["6611.444","16240.015"],["6605.061","16233.645"],["6633.920","16326.056"],["6494.324","16348.253"],["5481.052","15692.181"],["5527.027","15716.097"],["5490.799","15673.871"],["5571.056","15664.889"],["5601.303","15701.503"],["5589.251","15649.602"],["5581.537","15638.884"],["5550.502","15647.254"],["5508.629","15663.640"],["5543.065","15705.443"],["5562.983","15689.754"],["5590.486","15707.446"],["5589.097","15716.764"],["11702.211","18901.339"],["11578.188","18967.588"],["11636.691","19004.929"],["11618.312","18895.548"],["11538.033","19015.770"],["3235.211","16353.263"],["3283.977","16495.030"],["3192.842","16390.340"],["3199.586","16495.542"],["6599.527","17018.281"],["6631.659","17033.044"],["6641.034","17002.161"],["6638.896","17070.261"],["6621.823","17094.415"],["13467.635","17613.656"],["13466.023","17575.637"],["5608.421","17149.486"],["5539.391","17109.756"],["5582.600","17140.961"],["5459.831","17197.900"],["9157.463","15112.998"],["3109.102","16690.230"],["3108.049","16766.762"],["6798.237","16931.508"],["6803.815","16941.311"],["6743.612","16930.293"],["6721.728","16930.241"],["6721.590","16898.233"],["6691.638","16833.933"],["6673.707","16937.304"],["6688.812","16969.151"],["6799.492","16825.121"],["12476.920","17804.079"],["12502.437","17781.458"],["12497.522","17739.211"],["12463.288","17771.831"],["12368.198","17717.472"],["12445.731","17735.210"],["6919.084","17450.159"],["6901.156","17422.249"],["7026.027","17612.261"],["6890.746","17480.085"],["6883.307","17500.243"],["3718.833","16100.884"],["4281.856","16024.889"],["4354.932","16100.909"],["5944.269","16989.184"],["5868.733","17061.903"],["5873.716","17116.767"],["5895.509","17087.486"],["5861.703","17135.013"],["5893.387","17079.822"],["14496.833","15518.493"],["14519.498","15682.440"],["14640.144","15632.924"],["5712.408","15913.824"],["5671.836","15925.768"],["5713.329","15882.230"],["5730.828","15840.884"],["12692.984","18780.258"],["12889.697","16945.579"],["5680.908","16588.127"],["5824.660","16575.340"],["5712.151","16639.529"],["5712.464","16624.037"],["5749.403","16599.489"],["5686.486","16668.452"],["5703.871","16648.733"],["5792.582","16576.309"],["5755.093","16645.134"],["3849.568","15881.728"],["3830.687","15903.660"],["3846.690","15762.058"],["3796.805","15852.926"],["3820.900","15902.389"],["5632.158","15861.071"],["5783.248","15817.886"],["5761.570","15799.257"],["5689.672","15811.226"],["5676.432","15800.211"],["5697.205","15770.368"],["5799.361","15837.944"],["5793.588","15848.299"],["5767.607","15802.112"],["5736.473","15796.712"],["5790.305","15763.929"],["5774.456","15756.868"],["5706.477","15799.155"],["5661.742","15809.999"],["5652.567","15789.627"],["5694.076","15787.479"],["5644.100","15801.012"],["5659.484","15897.590"],["5630.619","15878.383"],["5619.961","15879.506"],["5801.681","15805.817"],["5826.040","15768.228"],["5826.122","15820.714"],["5795.020","15773.827"],["5799.115","15780.532"],["11669.542","16978.964"],["11623.525","16873.863"],["11539.792","16863.042"],["11699.592","16927.012"],["11543.752","16983.014"],["11576.141","16961.290"],["11641.483","16922.671"],["5583.065","18395.296"],["5452.267","18327.068"],["5425.984","18368.000"],["5466.584","18422.648"],["5437.093","18432.376"],["5423.894","18421.603"],["3375.793","18148.729"],["3319.148","18170.794"],["3311.286","18148.250"],["3348.326","18241.529"],["4573.697","16504.858"],["4174.573","14845.656"],["4224.557","14854.888"],["4311.728","14817.051"],["4213.110","14782.188"],["4186.892","14778.637"],["4260.871","14759.900"],["4249.407","14773.839"],["4249.308","14686.671"],["4257.861","14680.725"],["12674.695","18662.405"],["12692.212","18666.434"],["12698.546","18479.445"],["12730.125","18477.810"],["12671.469","18581.521"],["12641.929","18584.104"],["12634.067","18524.666"],["4209.002","16550.563"],["7450.630","20257.153"],["10488.464","17000.792"],["11640.389","18604.282"],["12550.368","17497.593"],["12498.707","17495.859"],["12470.301","17522.901"],["12381.863","17506.419"],["12547.885","17540.298"],["14299.023","15819.941"],["14352.321","15826.386"],["14369.890","15753.273"],["13202.111","16570.016"],["13255.881","16581.065"],["13266.400","16587.125"],["13300.555","16569.927"],["13271.710","16596.804"],["13343.130","16573.424"],["13341.978","16605.829"],["13363.898","16604.390"],["13357.263","16624.256"],["4963.075","18560.720"],["4958.826","18502.628"],["13341.056","18832.515"],["5441.352","15158.251"],["5474.658","15162.313"],["14464.371","15904.583"],["14656.260","15726.229"],["14641.813","15836.062"],["14551.744","15838.184"],["2892.575","17254.497"],["2946.199","17391.436"],["2885.574","17387.043"],["2911.626","17342.055"],["2960.804","17380.734"],["4768.491","14953.572"],["4727.751","14886.176"],["4777.495","14889.581"],["11417.156","16874.911"],["11436.296","16986.734"],["11500.460","16904.573"],["4038.229","18485.027"],["14002.668","16146.640"],["13913.950","16196.254"],["5555.463","18514.113"],["5538.014","18594.169"],["5555.529","18640.526"],["5566.286","18590.171"],["5552.872","18674.966"],["2825.632","17046.754"],["2845.978","17079.371"],["10686.416","17048.188"],["10731.725","17042.785"],["10740.262","16998.628"],["6582.285","18433.475"],["7401.324","20428.117"],["5094.804","18303.117"],["14138.486","15343.207"],["14095.819","15322.043"],["11923.319","19163.356"],["11894.733","19192.390"],["11801.123","19183.060"],["6237.079","15704.274"],["6227.358","15712.284"],["6217.431","15675.651"],["6173.201","15702.001"],["6180.504","15707.176"],["6123.050","15653.199"],["6127.168","15587.696"],["6111.707","15598.382"],["6141.518","15567.204"],["6138.476","15578.451"],["6152.907","15567.577"],["6157.183","15571.078"],["6193.611","15617.251"],["6183.035","15629.324"],["6243.798","15610.363"],["6241.035","15595.796"],["6248.172","15558.166"],["6182.670","15514.148"],["6208.377","15516.295"],["6203.837","15518.657"],["24065.763","7727.905"],["13763.932","17807.654"],["13629.581","17744.153"],["13700.371","17709.747"],["13663.923","17636.452"],["5999.738","16488.897"],["4304.022","17579.748"],["4296.885","17495.209"],["2909.221","18238.685"],["2922.329","18165.704"],["2958.102","18252.971"],["2899.517","18229.717"],["3054.784","18194.008"],["3038.649","18177.014"],["2975.689","18153.381"],["3045.261","18118.022"],["3001.297","18220.268"],["9070.255","15967.999"],["4107.667","16639.111"],["4112.420","16682.926"],["4098.243","16734.635"],["4039.345","16599.606"],["4046.697","16569.912"],["12005.018","19022.291"],["12001.466","19008.600"],["3272.379","18042.999"],["3214.797","17947.986"],["3203.218","17920.522"],["3243.415","17924.667"],["3745.769","15592.754"],["7601.516","18665.945"],["7036.858","16573.262"],["6918.759","16772.362"],["6962.256","16632.241"],["6931.791","16697.806"],["14038.261","17461.782"],["14008.025","17444.836"],["13837.291","17475.805"],["6257.973","16664.437"],["6405.257","16743.331"],["6396.577","16761.617"],["6365.725","16675.723"],["6394.403","16726.483"],["6407.988","16727.040"],["6374.225","16715.588"],["6388.485","16709.673"],["6262.171","16684.895"],["6282.135","16693.660"],["6272.050","16725.568"],["6254.546","16722.813"],["6423.902","16595.552"],["6286.073","16758.187"],["7572.615","18266.408"],["7609.865","18372.450"],["8997.860","18779.258"],["9011.165","18792.008"],["4183.979","14641.089"],["4264.274","14486.718"],["4265.047","14539.716"],["4260.655","14488.518"],["4181.971","14579.550"],["5645.214","17000.052"],["5727.235","17069.714"],["5801.314","17071.040"],["5708.535","17108.018"],["5763.853","17129.805"],["5741.115","17104.522"],["5697.921","17150.621"],["5695.474","17158.444"],["5722.053","17168.040"],["5724.176","17151.738"],["5645.748","17180.502"],["4376.128","17200.494"],["4360.638","17299.800"],["12502.438","16697.429"],["12513.646","16739.731"],["12370.497","16762.536"],["12357.932","16773.525"],["14095.447","16153.816"],["14105.052","16199.432"],["13689.393","17797.002"],["14255.475","15650.426"],["3144.603","18366.991"],["3272.407","18338.681"],["13268.127","16978.291"],["13247.405","16889.314"],["13290.968","16849.921"],["13299.255","16905.204"],["14070.467","17333.246"],["14243.365","17365.476"],["14197.189","17338.732"],["14149.691","17308.161"],["14169.641","17211.696"],["14120.782","17307.783"],["14219.286","17215.750"],["8028.332","15941.658"],["5158.615","17085.592"],["5153.167","17100.515"],["5035.410","17194.119"],["5145.828","17149.925"],["5097.522","17193.162"],["5007.587","17156.020"],["5105.642","17149.781"],["5096.566","17182.851"],["5168.188","17160.199"],["5195.129","17152.816"],["3238.378","16922.775"],["3240.040","16830.191"],["3166.454","16844.245"],["3216.421","16974.666"],["3146.240","16966.970"],["4282.773","17395.044"],["13750.702","18927.887"],["13736.606","18960.786"],["3639.241","17112.058"],["3697.646","17142.578"],["3632.301","17086.393"],["3636.741","17169.630"],["3673.939","17101.047"],["3684.942","17102.963"],["5299.450","16306.932"],["5311.292","16350.796"],["5345.605","16318.254"],["5203.050","16339.974"],["5205.518","16311.353"],["5220.617","16273.061"],["5397.237","16179.347"],["5396.799","16182.777"],["5340.880","16309.276"],["5216.096","16313.389"],["5369.207","16291.877"],["5331.719","16273.561"],["13645.875","17222.461"],["13644.575","17216.235"],["7277.594","20487.729"],["5099.559","17336.452"],["5157.788","17285.920"],["5071.265","17209.924"],["5044.906","17237.522"],["12480.439","18016.677"],["12520.390","17878.403"],["12560.258","17952.111"],["12547.283","18022.005"],["12559.414","17860.803"],["12539.956","17881.480"],["12401.700","17868.624"],["12390.788","17861.238"],["12371.182","17993.247"],["7318.177","18083.875"],["7484.150","18225.703"],["7487.833","18237.771"],["7434.605","18175.731"],["7478.810","18116.829"],["7333.782","18116.343"],["7502.338","18109.349"],["7355.959","18067.534"],["17469.377","4451.396"],["6048.874","18964.688"],["6093.792","19071.559"],["3772.103","17803.277"],["6222.116","18936.753"],["6119.101","18893.026"],["6097.374","18968.270"],["6094.183","18904.240"],["6079.686","18970.182"],["6860.923","18357.088"],["5211.128","17491.363"],["12930.538","18417.112"],["12922.840","18401.918"],["12788.067","18444.507"],["12979.822","18284.205"],["12895.497","18327.756"],["12847.131","18449.758"],["12867.599","18279.334"],["14221.158","16560.061"],["14196.010","16541.878"],["14066.265","16532.564"],["14100.213","16516.527"],["11810.135","17385.904"],["11821.088","17379.909"],["11860.619","17256.534"],["11732.262","17375.320"],["4278.978","14420.475"],["9006.262","14842.345"],["9002.327","14612.716"],["3178.623","8289.041"],["4423.795","11342.254"],["4551.563","11287.914"],["4372.209","11332.683"],["6978.884","16001.862"],["6899.751","16023.223"],["4573.602","11120.748"],["13876.813","13813.036"],["13369.680","14282.442"],["2720.679","11057.022"],["6984.495","15704.556"],["8128.011","14370.013"],["8104.241","14320.729"],["8454.224","14218.469"],["8422.493","14183.479"],["8425.987","14105.135"],["8463.927","14104.653"],["8492.188","14129.105"],["8510.291","14197.697"],["8367.645","14071.869"],["13353.970","12857.223"],["13363.945","12966.764"],["6249.068","16877.452"],["7285.035","15880.232"],["8306.849","14279.524"],["8147.224","14437.738"],["8296.917","14264.195"],["7463.768","16040.097"],["7321.971","16099.887"],["7500.139","15940.898"],["7320.466","15960.410"],["8855.980","14869.676"],["8788.161","14832.325"],["8911.150","14810.031"],["8929.373","14752.775"],["8828.325","14738.893"],["8817.774","14840.314"],["10108.413","7529.116"],["8400.749","15484.271"],["8499.874","15499.685"],["8476.160","15451.531"],["8536.532","15418.799"],["4310.377","10970.031"],["4297.454","10860.544"],["4320.251","10908.805"],["7480.727","16199.825"],["7384.118","16330.416"],["7120.241","16671.471"],["7176.807","16701.921"],["7235.543","16711.155"],["12453.863","12211.880"],["12871.250","12559.603"],["6447.501","13418.629"],["13182.749","13462.453"],["8791.303","13441.598"],["8797.570","13397.336"],["6626.990","14064.465"],["6768.656","16209.015"],["6819.371","16322.880"],["3668.422","8119.721"],["13225.339","13395.332"],["5427.347","12627.176"],["7896.007","14729.533"],["7836.079","14690.459"],["6532.140","16214.932"],["6481.499","16221.397"],["7060.544","16782.930"],["7032.352","16917.800"],["6935.138","16866.734"],["6980.763","16921.614"],["6264.644","16856.104"],["6352.344","16850.365"],["6254.878","16977.876"],["6323.842","16968.578"],["10384.421","8080.333"],["10425.725","8002.866"],["10246.409","8064.178"],["2367.571","11308.377"],["6795.332","15745.749"],["6847.131","15879.048"],["6836.448","15825.386"],["6792.353","15758.615"],["13931.201","14386.622"],["8836.809","14570.704"],["8784.364","14570.800"],["8848.243","14590.006"],["8833.328","14549.492"],["8818.458","14468.463"],["8821.533","14511.111"],["8868.591","14487.520"],["8895.221","14480.631"],["8893.802","14555.036"],["8180.202","12812.002"],["6784.489","16105.240"],["6740.028","16058.841"],["13759.308","14352.047"],["6537.881","13042.609"],["6642.904","12971.588"],["13327.084","13278.864"],["5352.204","10882.277"],["13026.348","13768.317"],["13107.957","13748.118"],["13329.053","13909.127"],["8770.147","9495.585"],["7854.669","12296.404"],["10558.231","8183.239"],["10607.385","8135.014"],["7145.319","16406.297"],["7129.527","16471.390"],["4595.104","10795.466"],["1982.870","10781.809"],["1965.124","10836.649"],["8809.096","14344.993"],["8980.418","14288.934"],["8862.936","14385.298"],["8949.996","14244.449"],["7392.409","15431.249"],["8399.341","15054.019"],["8377.394","15060.243"],["13507.771","13737.297"],["4373.103","10526.879"],["4427.026","10524.816"],["4531.492","10458.331"],["1629.154","13469.863"],["1682.111","13583.752"],["1799.463","13480.218"],["8720.988","14390.290"],["8687.704","14265.735"],["8634.433","14375.428"],["8706.439","13686.568"],["8716.058","13770.947"],["8109.651","14486.751"],["8101.993","14498.865"],["8094.236","14546.105"],["6558.050","12771.877"],["6447.373","12932.535"],["4315.715","11080.200"],["13263.974","13728.893"],["13252.811","13749.641"],["13148.161","14060.214"],["13319.986","12980.450"],["13271.306","12996.300"],["13001.617","13136.516"],["6656.040","15654.886"],["7387.576","16739.540"],["4360.657","11214.454"],["8954.245","14996.092"],["8882.738","14996.427"],["8884.194","14943.286"],["8846.058","14996.185"],["8943.317","14907.186"],["8975.388","14896.089"],["8928.043","14872.913"],["8914.579","14881.153"],["8830.171","14898.656"],["8886.621","15038.808"],["12909.077","12467.255"],["10163.485","7662.347"],["10345.581","7693.180"],["10340.217","7760.966"],["10274.621","7754.130"],["7256.112","16828.343"],["7111.398","16835.603"],["8138.400","14045.831"],["8116.180","14058.410"],["9580.533","9369.464"],["13896.970","14735.457"],["3489.656","7991.119"],["8750.389","13408.662"],["8758.368","13464.264"],["7245.958","12860.240"],["8744.110","13351.181"],["8738.765","13326.227"],["8711.813","13352.849"],["8671.161","13266.111"],["8775.428","13304.739"],["8644.942","13232.007"],["8652.282","13245.462"],["8688.126","13274.177"],["8712.801","13247.765"],["4632.043","10589.770"],["13039.387","12610.663"],["8099.140","15306.087"],["8693.504","14080.195"],["8620.316","14158.339"],["7001.665","15887.526"],["7023.703","15805.539"],["7063.769","15823.475"],["7401.016","16437.361"],["7426.850","16452.693"],["8914.565","14607.861"],["8872.405","13851.724"],["8801.050","13902.169"],["8795.505","13933.185"],["13117.977","12950.633"],["13196.129","12911.841"],["13003.925","12765.171"],["13089.677","12803.005"],["13769.077","14873.664"],["2326.611","11558.772"],["10722.375","7613.610"],["6437.631","13209.707"],["6270.052","17059.809"],["6257.598","17124.397"],["6627.253","16628.985"],["7674.660","14908.092"],["7646.834","14884.248"],["7618.880","14874.836"],["7066.174","16523.877"],["6971.901","16362.817"],["7001.662","16406.119"],["8197.667","15219.698"],["9747.121","9478.343"],["6695.457","15705.712"],["6738.865","15651.584"],["6753.178","15646.209"],["5276.653","11054.234"],["5251.547","11065.640"],["8741.740","12928.166"],["8683.379","12932.349"],["12221.480","12181.088"],["6576.529","15907.006"],["6640.904","15866.032"],["7300.693","15036.180"],["2273.147","11378.636"],["2387.987","11448.966"],["9053.475","14329.959"],["9013.030","14430.310"],["14958.700","9297.540"],["10439.232","7388.966"],["9641.043","9336.000"],["8748.385","14986.840"],["8724.151","14982.266"],["8713.120","14899.204"],["8668.583","14897.250"],["8774.113","14915.778"],["8582.944","14974.753"],["8605.460","14950.670"],["8691.247","15024.171"],["8718.014","15063.567"],["6684.998","15788.071"],["8574.585","15307.844"],["13556.097","13285.544"],["7374.681","15919.817"],["2599.931","11146.497"],["2567.199","11260.733"],["2580.647","11108.296"],["7144.367","15865.345"],["7206.731","15861.414"],["13096.036","14295.589"],["7724.020","13846.894"],["7684.235","13919.011"],["8872.774","13619.230"],["8913.464","13748.633"],["8919.882","13699.974"],["8889.001","13695.104"],["3485.090","8244.914"],["3368.664","8113.484"],["3487.835","8316.712"],["6822.484","16645.644"],["10403.787","7640.257"],["10448.884","7582.849"],["8322.220","15491.059"],["13639.560","13769.441"],["6714.418","14086.755"],["6719.324","14089.922"],["8489.604","12851.069"],["8429.761","12794.114"],["5502.728","10808.336"],["5602.964","10852.888"],["5582.927","10819.497"],["12661.615","12122.871"],["9040.386","14879.714"],["9112.190","14929.684"],["9110.890","14910.654"],["9159.507","14964.236"],["9161.735","14918.503"],["9026.456","14999.036"],["9000.875","14995.862"],["8993.221","15033.343"],["1610.259","13354.746"],["8544.731","12935.579"],["1854.822","10876.494"],["1910.045","10963.338"],["7417.600","15083.827"],["7347.739","14883.560"],["13610.654","13838.383"],["13554.734","14009.506"],["7023.016","16220.372"],["6884.738","16277.850"],["6952.637","16223.879"],["7090.209","16178.536"],["7031.184","16248.209"],["7403.774","16701.554"],["5018.183","6370.112"],["9150.349","14331.727"],["9052.974","14428.391"],["9088.737","14391.428"],["3453.723","8370.215"],["3408.288","8323.307"],["8526.189","15145.784"],["8527.962","15100.356"],["8451.328","15191.547"],["8380.792","15167.650"],["8470.691","15293.775"],["8461.408","15263.391"],["4932.977","6388.836"],["4883.169","6308.585"],["13858.709","14913.137"],["12799.091","12313.183"],["12967.501","12314.366"],["12709.339","12395.172"],["6127.704","17250.948"],["6226.125","17242.877"],["7180.532","16311.693"],["7174.974","16265.579"],["13532.379","14849.941"],["13425.571","14836.134"],["8808.530","13220.052"],["8869.985","13218.951"],["8891.291","13274.750"],["8813.378","13291.481"],["8779.184","13261.094"],["8780.532","13303.520"],["8815.343","13298.745"],["8816.509","13246.498"],["8838.501","13258.108"],["8849.345","13224.316"],["8446.937","14254.568"],["4540.138","10882.584"],["7218.343","15973.378"],["7256.708","16132.133"],["8764.956","14608.380"],["8727.799","14598.399"],["8706.725","14500.706"],["8723.470","14457.577"],["8640.638","14457.255"],["8614.786","14512.600"],["8577.080","14493.811"],["8773.239","14474.238"],["8160.060","14154.136"],["8251.613","14114.729"],["8344.765","14086.530"],["8618.831","15182.218"],["8675.393","15152.317"],["8731.378","15095.739"],["8611.657","15248.584"],["9197.621","14164.843"],["9196.530","14122.330"],["9016.254","14196.290"],["9166.618","14795.150"],["9124.824","14778.763"],["10254.239","7499.587"],["10405.231","7504.723"],["6694.318","14010.219"],["6698.868","14019.323"],["6693.558","14016.431"],["6706.135","14023.756"],["8747.931","14851.848"],["8734.339","14808.770"],["8769.940","14741.703"],["8676.589","14734.101"],["8692.866","14703.953"],["8632.110","14705.633"],["8616.899","14685.528"],["8661.995","14809.747"],["8775.050","14718.650"],["8632.361","14853.998"],["12367.692","12249.436"],["14214.077","14569.824"],["4354.651","10567.248"],["13177.205","13183.007"],["13118.255","13230.673"],["13010.329","13286.159"],["13011.217","13222.355"],["13611.225","14785.777"],["6500.853","16489.148"],["6590.849","16538.489"],["12905.817","13726.804"],["6796.589","16466.873"],["6742.011","16451.999"],["6862.312","16400.314"],["6752.957","16557.906"],["7468.860","14521.354"],["4304.755","10794.386"],["4344.312","10708.484"],["8845.707","13179.207"],["8866.087","13159.496"],["8868.792","13131.690"],["8829.244","13116.257"],["8848.550","13049.092"],["8847.103","13033.828"],["8862.552","12996.576"],["8779.121","13064.964"],["8778.773","13073.178"],["7597.486","14579.798"],["10159.388","7966.262"],["10071.687","7984.013"],["10054.306","7699.636"],["8758.080","13998.811"],["8728.826","13887.215"],["8718.890","13942.510"],["8646.868","14021.466"],["8736.504","14054.097"],["6642.273","16299.818"],["6512.943","16341.498"],["6510.163","16321.036"],["5378.418","10731.893"],["5377.797","10649.716"],["13806.428","14095.586"],["13694.555","14040.154"],["6845.199","16783.569"],["6872.476","16791.998"],["8759.440","14266.346"],["8761.565","14338.905"],["8776.710","14355.319"],["13605.506","14531.391"],["13478.992","14555.350"],["8051.345","15292.973"],["8178.072","14064.484"],["9204.762","14854.074"],["10022.326","7505.859"],["9453.536","14190.699"],["9506.610","14205.864"],["9489.901","14104.704"],["9433.197","14145.494"],["9630.419","13970.917"],["8500.848","14823.947"],["13479.990","14296.945"],["9507.009","14595.114"],["13531.753","14147.642"],["8246.309","14614.409"],["8261.751","14602.877"],["8205.354","14647.961"],["8186.102","14640.069"],["8267.363","14472.015"],["8232.854","14475.378"],["8179.225","14478.086"],["8854.048","12934.753"],["8819.536","12909.162"],["8576.546","13023.654"],["8744.933","12977.724"],["8720.098","13007.697"],["8662.368","12980.468"],["8764.102","13064.507"],["8713.852","13135.380"],["8722.511","13121.703"],["8651.686","13159.017"],["6948.733","16610.719"],["6934.707","16662.860"],["6971.388","16614.953"],["6437.768","16604.393"],["6393.852","16589.045"],["1554.705","13527.764"],["1497.799","13540.070"],["1475.323","13446.783"],["1557.936","13487.310"],["2481.843","11301.633"],["10466.061","7897.033"],["9378.191","14190.770"],["9285.018","14227.406"],["9354.331","14084.746"],["4373.657","10680.381"],["13558.987","13576.465"],["13635.705","13574.450"],["13756.069","14525.756"],["6552.608","15936.062"],["3170.988","8277.295"],["13724.871","14712.070"],["6952.162","15984.513"],["6956.091","16064.724"],["6936.979","16134.019"],["7067.791","16110.592"],["2744.459","11104.611"],["13358.299","12916.621"],["7218.509","15821.988"],["12759.772","12304.106"],["6375.686","16553.226"],["7469.802","16139.622"],["7400.721","16072.241"],["7425.820","16010.429"],["7372.876","15949.419"],["7393.263","16027.920"],["8324.410","13037.670"],["8342.962","13060.461"],["8351.416","13048.850"],["8336.762","13037.009"],["7420.122","16285.887"],["13816.883","13900.088"],["13701.604","13991.048"],["7190.755","16665.819"],["12893.668","12576.630"],["13056.036","13477.510"],["8787.152","13426.351"],["6820.491","16202.644"],["6759.396","16218.082"],["6828.634","16229.058"],["3634.458","8117.522"],["13201.368","13589.168"],["6535.167","16186.401"],["6992.259","16876.990"],["6964.269","16854.294"],["6367.903","16829.160"],["14018.119","15101.484"],["3242.144","8312.167"],["2310.367","11229.697"],["6875.442","15781.386"],["6806.722","15917.733"],["6833.455","15810.275"],["14016.319","14243.009"],["8293.342","12928.971"],["8343.194","12909.582"],["8313.490","12951.085"],["8345.908","12943.901"],["8327.076","12942.695"],["8311.467","12883.403"],["8321.122","12905.121"],["8282.898","12919.109"],["8289.296","12875.080"],["8202.373","12855.583"],["8235.101","12855.745"],["8227.142","12822.127"],["8234.938","12803.812"],["8261.599","12795.438"],["8194.106","12830.766"],["8191.320","12800.739"],["8203.705","12811.622"],["8223.672","12781.400"],["6752.976","16072.507"],["6852.053","16045.700"],["6717.532","16031.969"],["13762.923","14240.684"],["6513.440","13022.609"],["13362.875","13365.628"],["13200.917","13354.896"],["13345.698","13184.603"],["13181.983","13693.757"],["13366.507","13855.483"],["7777.662","12234.769"],["7779.474","12177.466"],["10496.817","8216.420"],["7157.026","16410.445"],["1681.250","13458.283"],["1752.975","13517.615"],["1755.296","13464.621"],["6672.230","12991.420"],["13307.701","13757.508"],["13215.210","13810.346"],["13111.439","14034.640"],["12994.902","13017.494"],["13186.411","13046.327"],["6629.872","15618.884"],["7120.461","16863.431"],["3364.228","8100.378"],["3395.303","7963.545"],["8752.383","13421.006"],["8772.654","13453.551"],["8727.552","13455.080"],["2706.411","11083.938"],["2774.119","11197.564"],["7228.784","12828.468"],["8721.425","13206.637"],["8717.037","13194.029"],["8661.390","13212.630"],["8758.131","13273.745"],["8702.817","13182.479"],["8709.803","13188.617"],["8672.285","13196.581"],["8672.864","13207.536"],["8706.581","13207.958"],["8684.209","13238.343"],["8662.664","13233.418"],["8733.630","13242.254"],["8719.199","13268.619"],["8724.836","13271.908"],["8757.724","13335.197"],["8684.254","13322.274"],["8676.552","13305.898"],["8696.562","13307.331"],["8705.993","13328.730"],["8685.657","13374.207"],["8702.054","13385.265"],["8709.689","13371.217"],["8751.057","13360.139"],["7045.486","15725.730"],["6994.921","15874.380"],["7015.742","15828.909"],["7388.088","16392.571"],["13930.359","14566.104"],["13006.684","12915.424"],["13055.980","12769.272"],["13093.744","12759.667"],["2298.058","11530.793"],["6321.776","17014.788"],["7084.056","16556.721"],["7083.463","16459.581"],["9032.058","16818.812"],["6709.686","15640.848"],["6807.060","15660.941"],["8680.474","12893.267"],["8708.517","12886.826"],["8649.313","12842.560"],["8642.553","12843.930"],["8571.928","12866.474"],["8580.786","12813.174"],["8680.373","12770.577"],["8673.350","12761.031"],["8597.314","12923.968"],["8620.028","12959.129"],["8592.116","12936.586"],["8657.988","12926.033"],["8620.669","12936.570"],["8650.868","12947.500"],["8665.898","12919.939"],["8664.500","12933.152"],["8708.447","12925.323"],["8656.605","12968.032"],["8676.527","12947.871"],["8697.629","12963.990"],["8570.342","12906.387"],["8590.276","12895.354"],["8687.456","12858.116"],["8699.676","12857.125"],["8701.338","12880.164"],["8621.907","12777.412"],["8648.601","12790.426"],["8568.395","12960.299"],["8752.933","12926.349"],["8761.330","12893.579"],["8726.898","12925.865"],["6653.961","15746.561"],["2340.121","11354.684"],["8573.876","12691.964"],["8586.327","12757.761"],["8568.831","12718.188"],["8650.735","12684.053"],["8694.074","12713.979"],["8641.228","12668.281"],["8622.318","12754.125"],["8578.051","12736.962"],["8568.728","12738.732"],["13416.632","13368.364"],["2547.550","11257.639"],["2516.812","11116.078"],["7285.286","15909.521"],["8322.553","12867.631"],["13108.276","14415.812"],["13078.865","12466.664"],["3495.357","8215.525"],["3467.161","8286.908"],["6778.993","16589.162"],["6680.164","16669.926"],["6796.678","16641.664"],["13726.429","13735.132"],["13691.785","13742.150"],["8545.711","12861.189"],["8503.204","12806.783"],["8541.461","12819.351"],["8476.346","12835.767"],["8486.932","12775.044"],["8415.682","12765.961"],["8449.070","12765.796"],["8467.863","12824.137"],["8364.126","12847.972"],["8382.038","12853.438"],["8378.107","12872.645"],["8456.394","12880.241"],["8453.944","12892.859"],["8473.717","12912.158"],["8503.251","12843.465"],["8506.004","12857.378"],["8521.956","12843.721"],["8513.425","12871.205"],["8529.652","12896.304"],["8501.398","12868.339"],["8465.739","12869.999"],["8468.218","12879.188"],["8503.277","12913.729"],["8445.908","12852.631"],["8450.756","12815.651"],["8433.318","12896.372"],["8415.310","12961.998"],["8565.415","12850.834"],["8564.551","12783.195"],["8517.550","12965.530"],["8482.067","12965.755"],["8451.347","12965.095"],["8478.420","12951.420"],["8481.100","12929.207"],["8389.505","12906.023"],["8426.000","12944.657"],["8405.655","12928.852"],["8417.530","12949.661"],["8431.543","12940.099"],["8427.974","12930.751"],["8451.924","12920.267"],["8561.608","12933.224"],["8509.477","12759.953"],["8505.266","12927.511"],["8535.887","12910.570"],["8530.046","12960.708"],["8555.578","12942.809"],["1933.799","10989.852"],["1921.137","10862.256"],["1862.688","10976.116"],["13601.328","13869.122"],["13503.042","13947.686"],["7043.618","16319.258"],["6998.854","16335.896"],["7352.806","16637.004"],["5019.862","6436.435"],["6838.424","15708.292"],["13374.662","13936.459"],["4899.070","6384.937"],["4860.078","6276.612"],["13835.513","14949.744"],["12735.322","12359.219"],["13532.561","14870.899"],["8777.806","13214.751"],["8794.221","13196.436"],["8785.750","13208.541"],["8835.100","13264.847"],["8881.580","13273.203"],["8844.343","13207.539"],["8844.699","13310.890"],["8860.731","13310.836"],["8906.669","13245.849"],["8829.940","13301.845"],["8835.569","13297.733"],["8781.387","13311.745"],["8796.552","13229.021"],["8789.463","13266.396"],["8787.212","13387.127"],["7300.849","16037.138"],["7219.921","15963.368"],["7215.253","16093.910"],["7236.955","16083.281"],["8514.012","12561.263"],["8455.936","12582.270"],["8538.551","12623.360"],["8540.333","12708.980"],["8539.099","12728.930"],["8551.714","12728.286"],["8516.847","12757.530"],["10402.596","8219.500"],["10409.947","8119.012"],["8187.890","12737.355"],["6478.913","16355.669"],["6583.069","16543.410"],["12952.023","13746.336"],["12941.442","13618.959"],["6873.631","16447.698"],["6710.227","16392.482"],["6710.368","16362.076"],["6742.891","16515.511"],["8489.160","12722.581"],["8513.338","12692.045"],["8496.923","12579.694"],["8507.022","12585.590"],["8516.401","12666.547"],["8508.605","12676.026"],["8420.496","12636.043"],["8386.159","12730.668"],["8429.391","12667.712"],["8425.625","12672.220"],["8419.145","12700.362"],["8458.442","12603.535"],["8488.706","12621.999"],["8467.768","12623.419"],["8204.107","12737.008"],["6460.261","12910.636"],["3551.639","7995.382"],["8401.968","13011.541"],["8387.916","12972.060"],["8438.348","13004.632"],["8371.426","13021.555"],["8418.054","13044.280"],["8392.672","13002.551"],["8401.389","12986.587"],["8424.756","13007.144"],["8557.075","13137.653"],["8535.125","13129.537"],["8498.361","13114.795"],["8529.216","13113.193"],["8491.979","13097.652"],["8544.512","13093.308"],["8504.543","13029.409"],["8550.299","13056.741"],["8487.109","13040.028"],["8530.111","13025.724"],["8492.076","13049.260"],["8505.093","12992.526"],["8483.449","13018.604"],["8502.577","13020.074"],["8424.001","13076.983"],["8363.655","13070.146"],["8384.231","13101.888"],["8413.507","13076.554"],["8381.928","13086.414"],["8450.225","13109.824"],["8471.886","13091.823"],["8460.225","13085.646"],["8426.343","13132.170"],["8425.537","13108.619"],["8356.992","13057.868"],["8541.115","12989.102"],["8545.834","13024.821"],["8500.501","13049.622"],["8515.003","12975.003"],["8536.944","13000.631"],["8559.019","13009.933"],["8539.898","12976.123"],["8813.357","13027.596"],["8830.676","13081.716"],["8795.594","13060.015"],["8857.682","13073.789"],["8813.764","12995.852"],["8812.804","13146.812"],["8812.429","13133.397"],["8787.775","13148.147"],["8790.074","13166.492"],["8781.522","13156.754"],["7434.642","15867.784"],["13700.581","14192.266"],["6836.237","16846.614"],["6760.528","16788.061"],["13579.123","14462.257"],["6452.154","13127.676"],["6461.089","13094.337"],["13456.491","12853.645"],["13419.653","12864.396"],["13536.285","14085.523"],["8821.822","12969.285"],["8833.040","12952.582"],["8802.892","12962.425"],["8788.447","12946.504"],["8759.553","13120.824"],["8759.520","13177.289"],["8733.698","13173.623"],["8745.342","13179.056"],["8770.556","13114.416"],["8756.350","13119.461"],["8692.912","13129.205"],["8723.718","13132.954"],["8744.310","13097.826"],["8736.874","12987.829"],["8717.104","13014.088"],["8739.850","13015.070"],["8774.969","13091.427"],["8739.537","12976.685"],["8755.014","12981.128"],["8630.962","13023.954"],["8648.528","12995.697"],["8643.578","13012.096"],["8648.961","13007.300"],["8651.116","13026.474"],["8685.053","13025.150"],["8704.392","13051.009"],["8725.474","13073.611"],["8677.961","13049.787"],["8682.254","13095.039"],["8698.800","13053.965"],["8721.412","12971.917"],["8712.119","13003.081"],["8673.188","13005.228"],["8581.107","13121.522"],["8580.953","13131.364"],["8608.322","13113.990"],["8640.376","13181.278"],["8602.832","13142.581"],["8574.565","12976.717"],["8676.089","13091.654"],["8627.353","13042.865"],["8637.840","13050.983"],["8677.654","13026.942"],["8590.225","12991.299"],["8593.403","13037.466"],["8577.683","13039.629"],["8572.734","13052.232"],["8606.892","13013.959"],["8606.555","13002.264"],["8620.651","13005.654"],["8655.552","13082.914"],["8645.850","13073.725"],["8631.794","13098.023"],["8627.089","13132.929"],["8647.586","13144.563"],["8667.887","13112.510"],["8693.816","13156.678"],["8641.305","13119.944"],["8616.822","13075.681"],["6983.775","16603.662"],["6944.474","16688.470"],["6320.849","12834.031"],["1440.306","13528.937"],["1543.005","13400.007"],["1506.350","13456.702"],["1573.553","13446.554"],["2545.226","11337.037"],["10655.460","8080.266"],["14067.026","14782.713"],["13470.837","13515.905"],["4152.078","18432.558"],["5486.786","17605.019"],["5461.805","17612.668"],["5615.035","17558.524"],["5605.761","17572.965"],["5569.827","17552.823"],["5539.591","17517.995"],["5426.347","17433.949"],["5495.108","17423.202"],["5410.062","17481.067"],["5490.763","17481.829"],["5505.486","17539.318"],["5510.080","17557.597"],["5437.549","17455.851"],["5427.707","17445.456"],["5440.371","17450.788"],["3896.874","17984.094"],["3748.898","17955.175"],["3733.980","17990.518"],["3764.988","18004.616"],["3741.567","17992.081"],["6579.660","18882.601"],["6506.666","18839.546"],["6538.640","18853.121"],["6472.820","18872.415"],["6466.774","18721.323"],["3850.171","14974.339"],["5090.912","18932.441"],["5083.498","18982.040"],["5052.182","19017.416"],["5032.594","19088.514"],["6825.529","18728.848"],["6712.306","18691.629"],["6839.232","18835.968"],["6789.713","18684.664"],["3715.736","15475.859"],["6612.944","15931.482"],["5311.401","16520.460"],["5332.076","16507.495"],["5275.408","16501.431"],["5331.954","16448.401"],["5399.425","16431.808"],["5320.649","16394.635"],["5357.614","16533.558"],["5302.992","16534.532"],["5284.398","16370.071"],["5279.133","16532.503"],["5225.169","16549.764"],["5342.683","16357.441"],["5227.219","16407.433"],["5247.324","16463.884"],["5209.727","16405.626"],["4842.181","18373.454"],["4819.451","18342.455"],["4793.192","18414.310"],["4812.785","18412.487"],["4833.382","18380.249"],["5195.850","15984.622"],["5175.725","16061.203"],["5169.350","15990.751"],["5183.034","15983.320"],["5163.806","16086.816"],["5138.331","16068.476"],["5123.786","15947.562"],["5083.164","16070.298"],["5025.331","16140.363"],["4027.836","17837.904"],["4041.553","17886.179"],["5307.749","18042.002"],["5387.176","17875.524"],["5394.795","17852.877"],["5303.595","17935.013"],["5291.885","17997.903"],["5228.596","17978.061"],["5209.073","17958.771"],["5200.041","17913.246"],["5212.898","17950.287"],["5232.635","17964.353"],["5222.803","17946.701"],["5265.187","17972.063"],["5201.052","17871.310"],["5308.350","17937.960"],["6188.538","17177.052"],["6117.887","17186.848"],["5215.569","18246.629"],["7043.595","15951.471"],["6888.933","15996.957"],["6972.540","15961.939"],["7026.677","16085.322"],["6989.788","16083.188"],["7048.815","16072.886"],["6974.766","16137.172"],["7067.117","16086.926"],["7050.240","16093.579"],["3336.724","16442.908"],["3312.464","16367.846"],["6305.820","19002.649"],["6301.325","19054.980"],["6380.193","18981.966"],["6439.845","19006.830"],["6407.330","19077.840"],["6457.788","19060.574"],["6354.885","19069.556"],["5048.831","16074.746"],["3339.362","18255.616"],["3342.111","18449.531"],["4467.036","17149.787"],["5322.929","18341.537"],["5258.965","18306.326"],["5354.064","18341.091"],["5334.969","18274.831"],["5351.356","18317.473"],["5247.296","18264.565"],["5269.367","18303.022"],["5258.627","18321.536"],["5257.377","18279.009"],["5400.029","18370.752"],["6216.394","16950.322"],["6250.289","16910.526"],["5732.102","17975.195"],["5730.468","18014.440"],["5720.627","18031.845"],["5828.977","17918.447"],["5773.381","17985.154"],["5751.917","17973.362"],["5778.754","18009.696"],["5799.411","18020.431"],["5757.370","17944.950"],["7197.247","15812.941"],["7211.730","15843.977"],["6202.456","20580.326"],["6438.641","16471.866"],["6413.112","16554.011"],["5031.770","18034.002"],["7042.505","20148.306"],["3342.577","17523.951"],["3369.288","17441.276"],["4135.838","15396.452"],["4039.635","15389.998"],["4112.415","15352.558"],["4029.027","15312.310"],["5411.936","17333.786"],["5412.859","17345.805"],["5471.371","17362.006"],["5481.456","17252.984"],["5475.644","17264.067"],["5465.044","17300.782"],["5478.312","17382.970"],["5442.307","17313.990"],["5436.426","17302.405"],["5454.605","17399.349"],["5445.038","17408.759"],["4220.921","15424.710"],["4250.148","15398.417"],["4180.690","15385.321"],["4322.545","15387.757"],["4287.232","15432.001"],["4157.102","15399.709"],["7508.049","16034.876"],["7488.949","16097.135"],["7335.330","16111.965"],["7339.536","16088.211"],["7361.099","16122.381"],["7455.932","15984.275"],["7491.556","15969.365"],["7349.060","15988.310"],["7377.053","15998.714"],["5258.102","15695.140"],["5247.114","15629.791"],["5645.544","17575.536"],["6488.356","20461.267"],["6652.136","20439.491"],["5153.992","15695.592"],["3182.211","15715.772"],["5860.858","17687.468"],["3046.605","15730.232"],["2996.193","15754.691"],["6904.619","18934.072"],["6914.068","18891.999"],["7015.398","18932.636"],["7011.056","18911.155"],["6960.034","19032.092"],["6957.926","18933.455"],["6890.125","19082.376"],["6924.115","19089.333"],["7005.846","19097.701"],["6954.053","19075.026"],["7017.540","19065.530"],["7446.493","16327.251"],["7384.733","16313.779"],["7408.041","16309.602"],["7135.546","16598.664"],["7175.376","16751.120"],["7204.686","16727.779"],["4609.930","14828.309"],["4721.262","14823.338"],["4616.591","14847.880"],["5679.237","16434.730"],["5625.711","16452.571"],["5686.422","16353.220"],["5648.572","16399.565"],["5636.105","16469.061"],["5692.969","16356.207"],["5688.249","16421.786"],["5681.771","16403.973"],["5727.465","18227.633"],["5706.656","18152.071"],["5646.868","18207.117"],["5809.485","18188.139"],["5738.212","18203.413"],["5620.552","18113.790"],["5622.401","18093.834"],["5698.806","18252.943"],["5663.443","18147.085"],["5648.048","18149.017"],["5732.599","18190.263"],["5786.140","18174.176"],["5572.305","15977.873"],["5547.336","16105.693"],["5538.422","16102.506"],["5501.201","16089.558"],["5577.186","16097.288"],["5619.709","16000.557"],["5599.364","15976.031"],["5619.002","15992.712"],["5418.393","16131.999"],["5468.541","16140.785"],["5556.867","16042.150"],["5559.120","15962.365"],["5604.153","16036.486"],["5580.653","16051.290"],["5480.132","16105.325"],["5429.704","16114.921"],["5518.904","16136.999"],["5447.309","16107.668"],["5468.921","16140.946"],["5484.282","16133.168"],["5469.459","16112.460"],["5484.755","16091.964"],["5557.272","16004.632"],["5443.147","15997.284"],["5501.426","16071.618"],["5457.298","16031.750"],["5412.707","15955.968"],["5474.432","15983.907"],["5276.298","17327.602"],["5293.932","17368.635"],["5258.225","17400.460"],["5372.667","17393.167"],["5359.998","17240.290"],["5222.062","17298.726"],["5375.439","17387.539"],["6536.655","18906.748"],["6568.296","18926.417"],["6545.564","18896.837"],["6493.932","18900.784"],["6571.405","18940.243"],["6591.207","18910.714"],["6664.283","18968.385"],["6467.935","18981.208"],["6518.460","18991.254"],["6912.687","20180.136"],["4934.415","18900.451"],["4981.047","19057.086"],["4756.972","18655.237"],["4745.192","18616.087"],["4775.003","18671.982"],["4757.489","18573.355"],["4629.290","18471.760"],["4643.734","18569.012"],["4635.280","18526.353"],["6711.008","16154.093"],["6807.136","16171.958"],["6850.121","16179.189"],["6761.057","16180.906"],["6758.150","16165.290"],["6727.665","16175.120"],["6695.844","16294.743"],["6880.848","16251.109"],["6846.398","16241.461"],["6843.023","16270.185"],["5775.100","18268.700"],["5757.701","18354.082"],["5825.635","18419.556"],["5774.818","18462.677"],["5702.816","18256.601"],["5812.672","18260.674"],["5790.655","18266.322"],["5707.660","18465.853"],["5675.509","18461.319"],["5674.916","18449.869"],["5687.206","18256.189"],["5784.915","18343.763"],["5778.375","18340.835"],["5783.529","18376.265"],["5780.749","18461.787"],["5802.753","18303.440"],["5174.593","18124.241"],["5125.575","18052.224"],["5116.315","18058.103"],["5196.364","18127.484"],["5174.444","18156.396"],["5097.128","18172.178"],["5054.359","18043.920"],["5066.912","18060.413"],["5143.764","18048.887"],["5180.338","18052.650"],["5181.390","18100.098"],["5148.258","18215.165"],["5164.294","18190.706"],["5132.369","18165.470"],["4998.004","15224.081"],["4076.759","15173.015"],["4080.081","15085.055"],["4106.529","15098.729"],["4075.690","15174.221"],["5933.284","18892.231"],["6001.442","18902.090"],["3022.428","17121.317"],["2939.468","17027.015"],["3033.744","17143.382"],["3075.981","17093.126"],["6552.061","16210.068"],["6521.565","16220.687"],["6508.933","16184.122"],["7047.057","16820.354"],["7067.056","16909.245"],["6945.332","16847.985"],["6982.259","16969.707"],["6939.579","16897.469"],["6931.762","16811.270"],["6904.400","16785.244"],["6927.637","16848.337"],["6301.916","16872.050"],["6276.037","16876.677"],["6292.115","16838.282"],["6279.434","16909.469"],["4370.423","15338.062"],["4401.903","15370.515"],["4564.626","15498.755"],["5574.642","15832.384"],["5590.459","15735.565"],["5602.318","15813.336"],["5539.686","15745.012"],["5557.367","15788.117"],["5597.654","15728.975"],["5507.798","15837.233"],["5572.584","15903.905"],["5482.510","15731.508"],["5504.770","15769.085"],["5474.852","15761.983"],["5564.560","15758.502"],["5597.668","15767.123"],["5566.254","15718.766"],["5581.908","15876.897"],["5566.037","15893.577"],["5599.376","15883.189"],["5530.412","15854.981"],["5619.471","15860.018"],["5525.707","15861.825"],["5519.096","15917.331"],["5545.920","15894.117"],["3886.125","17376.477"],["5094.071","18654.618"],["5892.856","18973.333"],["5902.396","18985.521"],["5853.423","18953.568"],["5831.499","18997.879"],["6032.269","19038.192"],["5917.528","18937.730"],["5997.384","19041.662"],["5993.463","19091.212"],["3510.886","15576.705"],["6852.162","15755.511"],["6854.736","15776.184"],["6869.076","15850.423"],["6853.795","15867.212"],["6795.593","15796.666"],["6792.593","15847.949"],["6851.991","15819.837"],["5532.015","16957.632"],["5569.147","16898.052"],["5577.816","16823.937"],["5554.245","16856.489"],["5577.156","16875.012"],["5608.788","16798.427"],["5571.827","16792.008"],["5466.180","16973.185"],["5435.745","16968.636"],["5475.082","16811.376"],["5435.396","16953.202"],["5425.020","16873.392"],["5420.313","16948.064"],["5618.774","16939.877"],["5601.108","16784.162"],["5598.558","16777.673"],["5531.501","16929.268"],["5466.180","16973.185"],["5606.844","16804.420"],["6723.071","16084.501"],["6731.512","16102.614"],["6873.797","16125.071"],["6810.984","16011.596"],["6836.856","16111.398"],["6821.790","16064.660"],["6764.236","16026.661"],["6732.791","16049.939"],["5072.980","15270.340"],["5133.136","15159.275"],["5114.830","15088.127"],["5085.866","15198.300"],["4359.871","17886.855"],["6536.834","20249.429"],["6657.760","20256.516"],["3710.657","18070.716"],["5224.322","18131.932"],["5313.615","18157.943"],["5238.993","18170.842"],["5308.352","18200.354"],["5239.553","18044.875"],["5223.221","18062.167"],["5238.957","18071.993"],["5204.910","18076.448"],["5215.445","18230.491"],["5215.303","18092.574"],["5220.139","18094.919"],["5223.659","18164.135"],["5298.560","18148.049"],["5327.349","18132.171"],["5300.233","15678.282"],["4478.845","18439.029"],["4492.984","18300.575"],["4460.664","18317.101"],["4478.664","18379.914"],["4532.957","18373.870"],["4547.730","18286.675"],["5157.820","15497.229"],["5572.704","16282.934"],["5615.050","16194.547"],["5547.722","16188.755"],["5473.048","16231.900"],["5508.344","16197.647"],["5554.891","16274.838"],["5579.008","16343.465"],["5562.983","16285.816"],["5550.905","16305.981"],["5596.074","16273.548"],["5554.694","16290.770"],["5554.667","16175.492"],["5583.302","16171.545"],["5588.748","16277.612"],["5448.165","16160.091"],["5483.823","16173.551"],["5446.016","16152.156"],["5446.521","16213.307"],["5472.113","16348.759"],["5424.029","16210.743"],["5413.058","16275.529"],["4177.565","15835.874"],["4184.292","15809.020"],["4153.157","15742.431"],["5672.091","18497.047"],["5640.051","18548.861"],["5645.742","18526.004"],["5638.161","18625.629"],["5754.068","18541.141"],["5694.084","18473.131"],["5716.569","18472.173"],["5707.778","18469.802"],["5777.026","18467.943"],["5681.954","18673.235"],["4800.437","15812.028"],["4806.144","15746.165"],["4954.234","15727.669"],["4981.429","15740.858"],["3420.656","15508.266"],["3377.827","15556.375"],["3807.541","17084.350"],["3891.387","17124.165"],["3893.393","17100.548"],["3835.285","17183.736"],["3794.474","15996.524"],["3755.165","16053.551"],["4543.664","16666.080"],["7127.984","20166.398"],["7193.943","20279.085"],["4838.767","18667.040"],["4805.207","18638.799"],["4811.583","18570.228"],["4302.706","18084.613"],["4182.870","18200.650"],["4212.623","18106.265"],["4164.919","18091.141"],["4160.264","18137.202"],["7065.648","20075.068"],["6994.723","19971.455"],["2986.454","16668.397"],["5417.459","17957.696"],["5414.957","17983.868"],["5445.439","18009.123"],["5456.288","17983.203"],["5550.252","18011.692"],["5567.050","17952.940"],["5570.308","17947.867"],["5573.695","17916.251"],["5481.258","17896.119"],["5441.220","17951.257"],["5516.246","18017.083"],["5531.163","17983.615"],["5527.131","18027.555"],["5496.914","18034.241"],["5490.200","17999.184"],["5526.939","17953.572"],["5537.223","17979.672"],["5537.203","17923.290"],["5538.028","17900.150"],["5550.278","18030.810"],["5604.622","17914.438"],["5613.790","17903.206"],["5594.369","17940.507"],["5469.361","17889.614"],["5606.496","17961.952"],["5593.652","18037.215"],["5421.292","17872.021"],["5519.824","17995.852"],["5496.045","18010.921"],["4713.173","18694.081"],["4661.434","18770.259"],["4701.804","18790.484"],["4231.025","16969.018"],["4248.048","16981.653"],["7232.334","16392.226"],["7133.687","16417.414"],["7211.434","16366.134"],["7204.183","16533.919"],["7200.614","16480.112"],["7158.706","16537.222"],["7139.973","16555.586"],["7137.339","16496.411"],["6440.819","18861.570"],["6450.207","18845.899"],["6419.045","18855.774"],["6267.040","18727.754"],["3251.738","17471.234"],["3303.399","17463.175"],["3804.970","16603.338"],["3760.543","16774.149"],["5753.730","18933.162"],["5773.698","18955.293"],["5724.668","18920.891"],["5714.876","18949.354"],["5667.910","18962.960"],["5746.035","19006.412"],["5671.446","19098.914"],["5684.348","19033.497"],["5667.957","19026.954"],["5663.157","19056.729"],["5643.354","19040.839"],["5649.457","19010.146"],["5700.456","16835.285"],["5640.339","16930.102"],["5715.740","16866.012"],["5753.083","16855.710"],["5729.123","16777.856"],["5728.110","16795.354"],["5669.611","16819.173"],["5633.242","16833.638"],["7547.323","16003.838"],["7540.286","16036.808"],["7517.172","16095.211"],["7552.221","16134.583"],["3576.917","18386.705"],["3569.565","18438.563"],["6659.270","15982.167"],["7255.726","20306.157"],["7276.250","20279.828"],["7230.335","20247.251"],["5386.727","16615.064"],["5367.289","16604.034"],["5301.814","16674.356"],["5307.964","16610.948"],["5275.729","16621.437"],["5306.418","16594.829"],["5278.544","16637.063"],["5345.979","16599.212"],["5305.537","16610.839"],["5289.253","16703.923"],["5251.317","16686.127"],["5249.741","16569.813"],["5280.506","16726.622"],["5399.160","17828.507"],["5213.286","17706.256"],["5331.041","17820.842"],["5383.113","17733.946"],["5237.774","17744.212"],["5331.895","17624.824"],["5384.001","17760.997"],["5357.669","17749.767"],["5395.488","17722.313"],["5399.050","17751.749"],["5382.365","17693.710"],["5366.938","17685.617"],["5353.171","17658.086"],["5225.824","17741.360"],["5232.397","17750.408"],["5218.337","17726.116"],["5204.763","17678.947"],["4796.174","16145.594"],["4938.357","16180.494"],["4912.677","16297.919"],["4960.145","16282.264"],["2979.986","18290.229"],["3080.775","18273.648"],["2932.815","18328.776"],["2960.282","18368.974"],["2890.879","16944.111"],["5777.690","16124.610"],["5747.909","15997.364"],["5727.953","15981.483"],["5696.919","15967.408"],["5759.342","15959.302"],["5695.381","16052.671"],["5705.225","15977.783"],["5658.466","16084.281"],["5627.309","16016.343"],["5668.671","16013.466"],["5784.185","16044.393"],["3929.924","14930.293"],["3881.980","15013.051"],["5855.558","20373.582"],["5872.448","18574.453"],["5858.954","18602.145"],["5918.575","18601.455"],["5985.645","18672.594"],["5085.870","15871.849"],["6623.670","15629.540"],["6642.617","15694.892"],["6610.808","15614.345"],["6530.743","15632.682"],["6496.978","15680.955"],["6464.431","15543.991"],["6510.882","15579.775"],["7405.981","16734.867"],["7408.027","16761.703"],["7420.405","16645.740"],["7445.931","16706.880"],["5548.696","18446.916"],["5515.012","18447.873"],["5495.232","18442.876"],["5594.772","18454.724"],["5662.112","16279.628"],["5703.781","16242.076"],["5685.425","16199.579"],["5717.498","16208.434"],["5706.018","16210.119"],["5691.643","16181.802"],["5707.383","16175.080"],["5706.003","16206.908"],["5725.289","16144.812"],["5637.216","16172.140"],["5646.608","16189.150"],["5742.213","16221.874"],["5728.619","16229.625"],["5728.670","16222.653"],["5023.955","17528.244"],["5064.170","17493.445"],["5128.865","17617.139"],["5023.320","17439.483"],["5054.486","17529.699"],["5113.128","17520.959"],["5130.603","17562.276"],["5151.982","17536.283"],["5002.761","17597.207"],["5133.342","17538.901"],["5147.042","17514.527"],["5154.339","17572.027"],["5178.892","17511.508"],["5191.962","17446.107"],["5157.441","17416.903"],["5148.317","17423.503"],["4408.634","14527.469"],["4415.394","14498.138"],["4398.979","14565.884"],["4424.390","14539.806"],["5033.355","16563.556"],["5032.894","16468.195"],["5018.866","16505.837"],["4853.899","18252.179"],["2827.672","16967.497"],["7283.736","16830.027"],["7222.001","16875.187"],["7243.564","16859.453"],["4938.082","16078.625"],["4863.657","15990.896"],["4799.842","15983.596"],["3853.984","18106.614"],["3890.605","18194.530"],["3799.109","18205.099"],["3891.296","18145.463"],["5148.681","15813.715"],["3231.602","15858.007"],["3214.480","15878.387"],["3181.899","15783.270"],["3252.737","15747.993"],["3262.211","15735.937"],["3436.428","17965.990"],["3458.155","18000.755"],["3491.346","17969.293"],["3436.823","17951.011"],["3640.293","17843.508"],["3712.103","17887.208"],["3188.625","15945.719"],["3249.792","15992.474"],["3541.111","17342.844"],["5140.267","18244.901"],["5048.477","18154.903"],["5041.278","18071.922"],["5682.466","19103.819"],["4925.733","17554.632"],["4836.543","17493.153"],["4781.170","17498.113"],["4806.416","17461.228"],["4814.158","17508.932"],["3675.409","17787.918"],["4814.956","16446.262"],["4969.308","16378.794"],["2876.473","17281.086"],["2829.680","17212.201"],["3845.650","16404.075"],["5842.224","18873.785"],["5944.729","18834.056"],["5925.920","18823.800"],["5998.520","18783.080"],["5949.539","18805.772"],["5904.384","18864.466"],["5992.133","18864.237"],["6013.646","18817.697"],["6804.425","20273.463"],["4102.994","18073.553"],["3964.955","18090.595"],["4021.510","18146.916"],["5312.497","18419.324"],["5404.693","18449.748"],["5268.722","18435.655"],["5250.157","18352.370"],["5232.734","18363.495"],["5303.385","18351.269"],["7026.982","15727.533"],["7059.877","15825.185"],["6969.128","15810.104"],["7013.573","15866.849"],["6899.525","15927.395"],["7015.051","15731.584"],["7037.976","15742.252"],["7015.249","15806.415"],["6885.409","15882.889"],["6925.968","20538.949"],["3940.269","17414.165"],["4543.039","16608.276"],["3167.876","18217.016"],["3174.126","18245.191"],["3272.323","18153.568"],["3104.735","18235.775"],["7483.269","16376.847"],["7374.568","16379.442"],["7389.605","16420.143"],["7310.524","16424.460"],["7464.184","16448.973"],["7483.659","16411.273"],["7456.208","16480.472"],["6868.477","18902.651"],["6868.689","18964.273"],["6881.119","19024.892"],["6802.544","18995.428"],["6747.154","18906.132"],["6790.724","19009.510"],["6835.584","19016.951"],["6865.272","19070.758"],["6764.020","18987.429"],["6741.225","19009.991"],["6723.399","18958.982"],["6881.599","18943.035"],["6725.655","18992.483"],["6051.052","20760.212"],["4079.506","15794.223"],["5892.363","18357.471"],["5927.970","18353.987"],["5886.125","18343.217"],["5846.611","18282.839"],["5926.007","18426.485"],["5900.654","18376.740"],["5835.475","18267.286"],["6112.780","18864.205"],["6063.490","18714.910"],["6054.033","18698.493"],["6094.452","18742.187"],["6108.391","18809.085"],["6080.627","18824.193"],["6049.822","18851.183"],["6113.393","18839.308"],["6154.378","18859.589"],["6059.956","18817.293"],["6238.184","18731.037"],["6250.964","18750.212"],["6148.554","18731.850"],["6123.142","18816.788"],["6209.491","18744.782"],["6355.289","20624.052"],["5837.585","18242.137"],["4300.687","16241.573"],["4269.964","16218.187"],["4276.493","16251.184"],["4407.479","18492.307"],["4402.775","18503.158"],["4377.989","18530.293"],["6300.246","17108.509"],["6301.868","17074.887"],["6300.936","17055.738"],["4956.188","15339.726"],["6672.236","16650.636"],["6665.838","16630.900"],["6968.148","16455.382"],["6959.335","16361.330"],["7065.927","16367.242"],["7030.877","16374.443"],["7082.950","16414.625"],["7061.303","16446.716"],["7081.500","16511.638"],["4980.136","17280.460"],["5530.543","16751.254"],["5517.813","16765.606"],["5602.720","16684.747"],["5421.733","16742.435"],["5416.340","16657.658"],["5443.361","16706.300"],["5461.485","16706.708"],["5484.185","16691.282"],["5464.821","16634.450"],["5459.772","16570.420"],["5417.798","16571.527"],["5435.051","16624.211"],["5595.687","16668.541"],["6875.056","20479.303"],["6698.201","20578.202"],["5697.380","17639.326"],["5751.133","17825.678"],["5626.741","17677.751"],["5621.622","17758.575"],["5680.706","17783.753"],["5622.838","17636.671"],["5760.945","17778.972"],["5779.284","17761.904"],["5629.668","17667.684"],["5651.399","17703.398"],["5734.040","17796.788"],["5667.753","17796.381"],["5787.219","17621.327"],["5722.176","17749.490"],["5788.405","17823.188"],["5793.648","17624.640"],["5812.467","17757.177"],["5818.305","17667.037"],["5825.180","17682.643"],["5774.428","17829.831"],["5708.549","17815.465"],["5620.567","17644.367"],["6725.408","15635.420"],["6685.013","15634.165"],["6751.903","15654.688"],["6822.997","15680.693"],["6591.267","15749.562"],["6605.053","15891.722"],["6635.624","15854.686"],["4674.462","15427.987"],["4596.649","15439.366"],["4571.748","15421.397"],["4350.615","15564.834"],["4350.484","15657.617"],["5098.699","16265.909"],["5124.822","16253.697"],["5189.670","16232.325"],["5184.131","16268.377"],["5132.940","16227.808"],["5083.193","16197.376"],["5066.416","16247.331"],["5141.572","16296.842"],["5114.828","16314.960"],["5296.488","15908.967"],["5336.305","15906.330"],["5337.454","15915.954"],["5387.630","15903.720"],["5394.308","15910.350"],["5279.782","15823.229"],["5283.434","15816.819"],["5302.241","15872.429"],["5297.663","15803.038"],["5352.688","15764.938"],["5353.378","15770.813"],["5280.922","15748.064"],["5233.601","15872.314"],["5242.694","15871.605"],["5242.348","15900.709"],["5258.618","15870.201"],["5283.459","15858.369"],["5343.165","15771.769"],["5358.870","15896.149"],["3006.177","15811.272"],["3023.644","15830.727"],["7311.317","20076.967"],["4904.702","15245.307"],["6675.740","15776.847"],["5646.503","18092.581"],["5727.271","18056.161"],["5694.839","18055.953"],["6939.180","19111.176"],["6961.480","19139.349"],["6912.216","19135.021"],["7021.816","19119.824"],["7324.027","15927.352"],["7262.560","20644.744"],["3926.355","17430.433"],["7265.293","15894.758"],["7265.023","15927.854"],["7138.939","15893.833"],["7139.087","15808.912"],["7124.153","15862.752"],["7167.009","15844.687"],["7100.588","15923.456"],["5740.175","18851.060"],["5693.798","18819.854"],["5703.191","18859.609"],["5680.197","18691.814"],["5642.637","18795.768"],["5319.876","16103.246"],["5265.305","16102.431"],["5303.767","16129.731"],["5350.871","16127.012"],["5395.295","16125.988"],["5246.783","15988.358"],["5257.852","16055.242"],["5284.826","15978.215"],["5212.212","16009.363"],["5220.526","16019.837"],["5227.639","16051.123"],["5203.568","16062.494"],["5278.422","16008.805"],["5306.344","15962.032"],["5296.685","15941.202"],["5310.197","15949.690"],["5301.236","16123.180"],["5348.282","15940.506"],["5379.894","15994.544"],["5304.892","16064.416"],["5314.579","15989.985"],["5382.228","16051.762"],["5399.037","16050.804"],["5279.163","15934.149"],["5269.163","15985.957"],["5403.582","16065.987"],["5207.313","16017.684"],["4431.637","17693.885"],["4369.482","17652.217"],["4386.325","17648.815"],["4386.473","17654.596"],["4379.204","17724.863"],["4487.288","17639.972"],["4382.330","17754.772"],["4413.546","17731.064"],["6969.830","18746.036"],["6917.418","18787.683"],["7086.083","18844.634"],["6977.115","18868.801"],["7075.562","18825.962"],["7046.458","18730.462"],["7052.609","18740.008"],["7071.205","18708.390"],["6934.799","18819.893"],["7004.353","18709.790"],["6951.092","18864.974"],["7010.105","18534.205"],["3082.358","16774.937"],["3983.788","17083.686"],["6734.815","16605.734"],["6712.812","16648.274"],["6878.915","16649.674"],["6827.484","16678.113"],["6798.372","16693.753"],["6839.296","16761.445"],["3299.885","17046.525"],["3831.736","16278.377"],["5180.461","18019.043"],["5124.918","17954.452"],["5067.563","18029.019"],["5052.892","18019.985"],["5154.553","18028.804"],["5172.262","18039.834"],["5192.958","17964.867"],["5191.092","17995.470"],["5170.914","17919.858"],["5189.729","17927.323"],["5154.317","17946.597"],["5168.854","17974.428"],["5170.894","17937.268"],["5166.722","17887.811"],["5182.882","17900.996"],["5179.006","17865.855"],["5152.431","17900.817"],["5191.619","17890.711"],["5112.579","17913.139"],["5129.066","17939.967"],["4522.861","15748.479"],["4505.640","15726.282"],["4495.344","15725.060"],["4561.627","15781.922"],["2961.532","17647.133"],["2991.449","17684.110"],["4399.766","16261.540"],["5146.123","16594.434"],["5108.343","16613.333"],["5055.071","16567.408"],["5065.143","16597.897"],["3808.355","16874.182"],["3773.372","16830.416"],["3368.339","15990.130"],["3436.333","16069.073"],["3361.037","16030.295"],["3374.524","16080.716"],["3845.132","15942.386"],["3574.361","15322.402"],["3540.890","15480.041"],["3560.676","15468.596"],["3527.831","15432.543"],["6449.103","16253.037"],["4812.563","15023.484"],["4977.300","14961.667"],["4813.681","15011.593"],["4977.069","14982.228"],["4415.987","17420.058"],["4488.400","17531.839"],["4535.403","17546.688"],["2909.685","17464.499"],["2908.501","17441.015"],["2956.396","17488.050"],["3011.318","17533.953"],["3023.407","17592.731"],["4205.203","16613.436"],["4340.005","16683.973"],["4219.808","16601.677"],["6272.873","18949.659"],["6322.050","18902.326"],["6289.941","18958.714"],["6436.110","18960.755"],["6380.179","18895.175"],["4002.084","17485.989"],["4086.705","17426.831"],["4098.942","17427.310"],["3964.792","17477.930"],["3499.581","18413.262"],["3477.854","18417.044"],["6903.834","16330.501"],["6938.669","16326.091"],["7088.457","16349.217"],["6938.558","16170.336"],["6915.680","16216.794"],["7082.155","16307.548"],["7089.408","16290.521"],["7035.855","16305.451"],["7376.342","16679.531"],["3384.112","16953.082"],["3337.040","16939.275"],["3343.405","16908.540"],["4946.208","18888.692"],["4969.454","18693.685"],["4796.795","18728.349"],["4955.417","18688.233"],["4799.109","18829.748"],["4843.534","18870.607"],["5616.659","18161.071"],["5519.630","18051.943"],["5490.299","18053.733"],["5585.389","18090.096"],["5724.933","18824.314"],["5753.394","18725.277"],["5779.453","18845.171"],["5794.108","18821.901"],["5711.854","18772.058"],["5784.272","18844.709"],["5791.345","18755.576"],["5711.706","18793.825"],["4306.450","17825.236"],["4183.855","17737.723"],["6762.756","15705.614"],["6732.189","15715.369"],["6849.753","15711.497"],["6747.668","15696.598"],["6848.594","15697.090"],["5856.132","16724.897"],["5859.770","16753.591"],["5926.373","16591.351"],["5914.277","16594.915"],["5934.833","16596.538"],["5965.918","16600.317"],["5966.075","16582.566"],["5960.394","16629.448"],["5924.111","16626.311"],["5949.900","16674.531"],["5987.402","16682.898"],["6000.967","16722.468"],["7100.494","18804.563"],["6569.547","19001.382"],["6594.201","19006.304"],["6511.180","19028.051"],["5271.237","16907.230"],["5344.703","16974.858"],["5402.760","16972.438"],["5281.001","16886.840"],["5352.778","16947.715"],["5229.987","16984.982"],["5338.320","16859.552"],["5397.267","16823.632"],["5345.590","16830.089"],["5403.007","16792.847"],["5341.914","16800.366"],["5342.728","16845.581"],["5390.787","16797.851"],["5398.694","16853.619"],["5390.636","16911.868"],["5398.163","16854.237"],["4439.855","17888.639"],["4450.660","17930.819"],["5753.735","16153.491"],["5785.532","16177.660"],["5758.512","16176.481"],["5790.696","16289.376"],["5781.666","16255.123"],["5746.357","16293.846"],["5774.383","16319.857"],["5724.269","16252.296"],["5720.042","16255.678"],["5770.907","16212.604"],["5476.626","16520.820"],["5490.819","16410.267"],["5475.163","16443.663"],["5550.055","16380.778"],["5464.235","16393.452"],["5495.488","16383.653"],["5611.784","16352.629"],["5607.334","16531.188"],["5591.150","16483.277"],["5519.752","16539.512"],["5608.586","16496.645"],["5583.284","16404.653"],["5606.977","16403.314"],["5456.817","16395.277"],["5455.945","16405.792"],["5248.274","17042.650"],["5248.633","17017.921"],["5398.056","17018.267"],["5366.422","16987.873"],["5343.190","17047.184"],["5220.484","17104.262"],["5229.439","17125.737"],["5220.452","17191.304"],["5288.038","17137.705"],["7120.447","18947.473"],["7106.804","18995.637"],["5166.101","17669.682"],["5115.525","17698.104"],["5089.456","17659.409"],["5025.151","17748.862"],["5057.355","17754.923"],["5190.412","17743.487"],["5180.017","17810.193"],["5188.243","17729.009"],["5174.836","17807.517"],["4997.792","17656.167"],["5139.922","17761.707"],["5160.575","17804.110"],["5621.551","18661.423"],["5597.750","16571.231"],["5599.216","16651.780"],["5598.816","16610.966"],["5619.108","16682.519"],["5618.455","16688.048"],["3699.519","15875.006"],["3641.088","15759.082"],["4746.864","16414.933"],["5670.580","16488.042"],["5744.203","16472.443"],["5719.803","16527.768"],["5713.500","16557.226"],["5813.365","16448.673"],["5733.933","16413.781"],["5711.600","16467.242"],["5687.407","16451.153"],["5687.935","16486.986"],["6164.887","17230.588"],["6129.119","17214.515"],["6090.669","17202.126"],["4644.110","18159.664"],["4695.116","18049.059"],["4704.162","18101.132"],["4569.328","18076.351"],["4657.135","18107.826"],["4723.102","18230.944"],["5711.472","16124.505"],["5655.518","16091.772"],["5659.054","16114.629"],["5700.979","16116.541"],["5703.627","16104.468"],["5642.600","15971.955"],["5670.410","16111.315"],["5625.586","15950.802"],["5741.345","16077.106"],["5733.069","16106.698"],["5639.408","15943.589"],["7218.530","16244.424"],["7199.233","16330.322"],["7282.893","16169.425"],["7212.894","16167.137"],["7295.612","16179.752"],["7135.192","16153.086"],["3592.766","15648.810"],["3697.700","15598.669"],["3608.457","15662.435"],["3629.519","15605.950"],["3677.118","15517.940"],["4170.581","17105.104"],["4181.058","17119.126"],["5007.655","18876.900"],["4989.543","18684.294"],["4102.528","17372.529"],["3957.293","14933.496"],["2878.826","18211.914"],["7218.639","15941.702"],["7232.587","15957.474"],["7226.191","16028.625"],["7218.759","16115.256"],["7165.694","15966.686"],["7204.162","20122.295"],["5649.037","17912.985"],["5634.408","17847.563"],["5686.933","17832.499"],["5718.993","17986.607"],["5638.485","17930.475"],["5732.790","17901.695"],["5797.776","17847.852"],["5732.496","17872.493"],["5657.954","17924.233"],["5659.151","17977.530"],["5645.775","17888.668"],["5660.686","17944.877"],["5652.009","17956.448"],["5689.602","17976.014"],["5679.339","17999.746"],["5749.847","17832.699"],["5876.787","16467.775"],["5916.354","16520.742"],["3262.576","16297.461"],["3266.852","16299.096"],["3233.842","16332.622"],["3226.527","16346.541"],["3217.612","16340.067"],["3301.633","15481.943"],["3223.262","15453.950"],["4008.506","17637.366"],["4016.253","17624.203"],["4033.329","17798.697"],["3691.070","16099.249"],["7122.891","20698.188"],["4383.082","15590.482"],["4364.661","15689.755"],["5034.035","16604.734"],["4608.319","16600.184"],["4627.612","16569.928"],["5473.104","18863.049"],["5607.346","18825.800"],["5577.742","18757.577"],["5550.060","18773.084"],["5470.140","18841.197"],["5523.273","18802.324"],["5508.460","18806.198"],["5546.977","18871.826"],["5423.325","18853.474"],["4752.591","15800.368"],["4770.832","15754.356"],["4522.272","18240.566"],["5422.530","17757.809"],["5528.558","17766.913"],["5590.704","17805.744"],["5578.809","17690.632"],["5573.191","17664.534"],["5563.121","17681.414"],["5520.137","17689.567"],["5423.245","17814.533"],["5462.696","17746.180"],["5457.748","17777.354"],["5591.067","17682.370"],["5465.406","17785.859"],["5467.714","17795.187"],["6559.080","16353.582"],["6495.682","16374.128"],["6486.506","16510.049"],["6583.118","16522.337"],["6588.172","16466.609"],["6487.080","16547.750"],["5773.082","16660.038"],["5788.911","16740.587"],["5792.599","16610.099"],["5796.809","16694.707"],["5803.118","16626.140"],["5767.895","16719.431"],["5657.917","16768.856"],["5679.536","16769.143"],["5734.327","16742.910"],["5778.475","16678.458"],["5823.475","16582.861"],["5679.988","16722.708"],["7067.448","19197.388"],["3416.511","15469.686"],["3366.979","15469.375"],["3357.242","15490.184"],["6868.253","16462.912"],["6760.501","16475.791"],["6851.729","16549.512"],["6832.872","16507.352"],["6675.415","16456.970"],["6785.137","16460.713"],["6833.626","16369.894"],["6826.462","16392.595"],["6686.552","16356.692"],["6696.303","16517.573"],["6714.042","16512.935"],["5893.209","18299.228"],["5921.302","18305.679"],["5905.744","18298.423"],["5979.101","18336.262"],["5965.572","18297.280"],["5942.344","18279.828"],["5957.332","18308.874"],["5979.396","18372.434"],["4268.215","18043.424"],["4190.264","18001.315"],["5088.777","18570.895"],["5107.012","18514.184"],["4856.223","18311.087"],["4836.797","18262.812"],["4859.547","18338.923"],["4819.769","18303.808"],["4732.223","18363.606"],["4744.970","18369.932"],["4703.990","18267.525"],["4714.693","18377.367"],["4620.234","18398.364"],["4646.496","18281.251"],["4716.825","18310.368"],["4573.353","18433.395"],["7412.505","15910.019"],["7404.120","15801.608"],["7323.645","15863.422"],["7427.939","15916.017"],["3439.877","17298.005"],["3512.871","17217.443"],["3464.598","17341.060"],["4058.689","18411.435"],["4026.041","18398.388"],["4983.969","17721.973"],["4951.266","17661.412"],["4968.785","17638.653"],["4916.291","17681.872"],["4980.064","17628.080"],["4966.942","17674.534"],["4869.883","17682.974"],["4850.536","17637.790"],["7089.437","20195.714"],["7002.178","20248.923"],["6442.515","15629.834"],["6456.972","15584.198"],["6650.812","16310.301"],["6464.012","16302.143"],["6473.120","16332.749"],["5584.783","17042.446"],["5534.019","17082.185"],["5557.205","17141.486"],["5445.582","17190.073"],["5421.269","17100.093"],["3134.118","16706.250"],["3096.273","16654.607"],["6768.065","16812.561"],["6794.048","16795.724"],["6806.860","16821.141"],["3720.086","16132.720"],["4308.287","16040.662"],["4283.320","16118.696"],["4268.896","16022.561"],["4346.429","16128.473"],["5686.755","16576.096"],["5655.356","16592.066"],["5673.610","16599.195"],["5704.507","16671.118"],["5691.530","16624.293"],["5710.142","16630.299"],["5749.784","16614.284"],["5672.803","16665.070"],["5656.516","16596.686"],["5656.386","16625.821"],["5647.610","16636.189"],["5707.712","16585.843"],["5711.197","16591.441"],["5712.012","16588.543"],["5693.685","16565.988"],["5754.846","16636.249"],["3779.009","15921.018"],["3814.009","15806.171"],["3780.572","15917.467"],["5579.315","18397.591"],["5463.698","18398.063"],["5445.580","18414.291"],["5416.964","18300.210"],["5492.379","18349.871"],["5613.193","18444.914"],["3327.421","18217.648"],["3331.862","18189.638"],["4254.952","14722.122"],["4301.629","14773.550"],["4236.037","14746.961"],["4195.790","14810.478"],["4265.525","14710.172"],["4209.456","14765.862"],["4269.308","14683.962"],["4333.114","16548.515"],["7370.762","20181.315"],["4907.289","18507.727"],["4870.162","18539.777"],["4897.552","18567.269"],["4905.324","18493.292"],["4937.980","18570.153"],["4980.913","18517.202"],["5601.569","18076.176"],["2944.768","17353.153"],["4766.541","14882.892"],["4040.054","18497.843"],["5569.452","18600.888"],["5559.452","18608.700"],["5544.217","18512.244"],["5586.750","18549.661"],["5586.947","18575.244"],["5561.253","18603.152"],["5583.901","18597.867"],["2789.547","17050.305"],["2821.224","17044.987"],["2775.996","17165.298"],["2814.845","17183.861"],["5092.151","18274.149"],["5179.081","18264.549"],["5195.662","18346.636"],["4285.520","17448.388"],["4342.673","17419.389"],["2894.435","18225.011"],["2909.303","18241.823"],["2905.915","18248.281"],["3045.623","18111.944"],["3062.695","18129.434"],["2972.810","18208.344"],["4065.924","16698.318"],["3974.246","16581.770"],["4060.101","16638.302"],["4103.045","16627.996"],["3284.090","17960.340"],["3275.883","18007.574"],["3238.185","17981.711"],["3277.116","17879.019"],["3772.792","15523.472"],["7055.104","16771.481"],["7068.907","16630.630"],["7000.937","16616.813"],["7026.430","16589.910"],["6896.861","16650.721"],["6925.726","16622.051"],["6903.851","16688.525"],["6442.845","16629.606"],["6377.321","16676.492"],["6403.769","16633.413"],["6457.760","16578.254"],["4159.029","14608.967"],["4305.014","14463.481"],["4180.705","14466.652"],["4289.274","14565.843"],["5658.929","17068.770"],["5699.555","17176.264"],["5681.398","17015.882"],["5739.767","17120.393"],["5663.738","17142.585"],["5734.657","17177.135"],["5739.149","17136.837"],["5818.815","17128.476"],["4430.371","17281.972"],["4402.469","17311.172"],["4388.430","17407.339"],["3207.481","18257.825"],["3141.971","18278.040"],["3296.881","18448.293"],["3268.509","18383.652"],["3287.407","18436.699"],["5189.381","16993.797"],["5086.058","17023.247"],["5086.957","17010.150"],["5163.365","17070.605"],["5178.924","17076.551"],["5193.344","17126.705"],["5010.170","17126.276"],["3205.056","16844.724"],["3121.619","16917.144"],["3222.638","16866.756"],["3232.063","16830.983"],["4285.700","17222.579"],["5016.284","16436.536"],["3539.505","17054.452"],["3644.620","17164.081"],["3693.814","17060.332"],["3688.567","17119.820"],["3649.515","17058.553"],["3646.637","17049.932"],["3674.038","17011.832"],["5345.301","16150.428"],["5353.996","16169.687"],["5386.859","16161.742"],["5209.742","16268.342"],["5235.695","16262.427"],["5245.514","16284.365"],["5245.138","16317.661"],["5270.746","16285.840"],["5248.313","16324.224"],["5252.933","16292.330"],["5343.193","16308.705"],["5349.656","16232.078"],["7236.949","20442.336"],["5081.647","17329.578"],["5169.493","17408.590"],["5062.185","17344.240"],["5080.755","17259.272"],["5125.163","17296.266"],["5112.115","17306.769"],["5130.377","17345.820"],["5065.810","17394.240"],["5107.905","17405.582"],["5144.490","17304.867"],["4996.859","17286.873"],["6240.964","19009.734"],["6076.463","19040.966"],["6119.532","19081.137"],["6061.999","19031.608"],["3930.233","17716.639"],["3900.299","17730.925"],["3746.511","17775.300"],["6184.285","18905.212"],["6100.204","18964.158"],["6091.996","18923.497"],["6244.470","18901.341"],["6236.869","18922.407"],["6088.256","18978.109"],["5239.350","17574.878"],["5352.596","17618.483"],["5406.943","17446.399"],["5396.886","17428.035"],["5220.280","17557.753"],["5361.153","17422.915"],["5388.004","17489.918"],["5384.647","17448.164"],["5218.464","17572.425"],["5206.643","17446.354"],["5381.535","17452.092"],["5381.398","17443.607"],["5380.072","17491.936"],["5352.828","17437.901"],["5351.015","17442.178"],["4195.442","14438.840"],["3738.799","17985.597"],["3790.498","18016.457"],["4351.555","17115.312"],["5063.510","18895.579"],["5015.122","18905.852"],["5137.733","18958.688"],["5021.242","18931.523"],["6823.633","18823.706"],["6852.028","18752.197"],["6858.767","18788.804"],["6870.337","18809.313"],["6770.673","18710.278"],["3678.170","15486.181"],["5241.187","16539.031"],["5259.454","16540.241"],["5383.813","16399.830"],["5374.045","16361.440"],["5257.785","16441.688"],["4777.886","18373.589"],["4790.690","18375.087"],["4841.147","18378.985"],["4804.001","18436.738"],["5147.002","16031.179"],["5174.646","15981.734"],["5178.647","16048.836"],["5198.405","16028.643"],["5103.519","16135.309"],["5135.527","15930.677"],["6239.555","17043.521"],["6220.690","17110.656"],["6226.197","17147.921"],["6100.295","17164.131"],["6884.624","15978.922"],["6913.346","15974.197"],["6941.417","15952.433"],["7035.007","16132.087"],["6883.747","16069.879"],["6895.622","16050.259"],["5407.009","18955.434"],["5287.952","18957.221"],["5341.338","18949.760"],["7102.545","20486.950"],["7135.667","20463.913"],["7185.973","20537.093"],["7118.845","20580.219"],["6966.755","15706.660"],["4151.709","14667.959"],["3328.690","18375.064"],["4414.138","17168.574"],["4481.963","17090.349"],["6216.392","16916.488"],["5768.907","17992.454"],["5791.350","17952.778"],["7270.479","15850.306"],["7291.316","15793.243"],["6439.263","16522.902"],["6935.009","20696.104"],["6968.606","20713.308"],["4124.701","15298.156"],["4121.642","15412.211"],["4170.246","15448.029"],["4291.591","15382.951"],["7485.210","16072.644"],["7474.852","16110.933"],["7421.115","16121.423"],["7425.943","16019.853"],["7420.751","15972.731"],["7437.673","15992.345"],["7330.617","15957.545"],["7321.412","16013.743"],["7326.971","15986.972"],["7403.305","16016.799"],["5260.155","15551.251"],["5103.071","15687.037"],["5051.317","15702.831"],["3193.872","15654.252"],["3138.034","15716.135"],["6907.004","19067.425"],["6949.365","18915.486"],["7049.409","19091.378"],["7450.083","16175.112"],["7490.774","16183.799"],["7314.903","16175.641"],["7407.716","16141.421"],["7441.690","16347.714"],["7461.805","16275.658"],["7320.438","16150.205"],["7200.842","16572.293"],["7139.408","16749.436"],["7257.755","16749.020"],["7165.146","16684.217"],["7184.208","16706.166"],["3775.522","15479.955"],["5044.682","19130.793"],["5820.179","18232.158"],["5646.156","18161.189"],["5728.158","18148.942"],["5434.189","16056.540"],["5199.765","17257.342"],["5234.146","17280.333"],["5238.199","17318.487"],["6941.486","20173.943"],["3736.209","16960.932"],["4972.495","19021.858"],["4970.788","18893.228"],["4586.708","18519.671"],["4625.230","18542.059"],["6736.216","16146.016"],["6771.751","16334.815"],["6862.374","16182.459"],["6859.939","16217.971"],["6702.751","16201.798"],["6740.580","16266.776"],["6705.713","16351.457"],["6713.854","16341.300"],["6735.614","16313.901"],["6790.921","16268.876"],["6821.874","16257.629"],["6830.213","16249.470"],["5058.654","15272.289"],["4082.894","15122.644"],["3017.839","16992.449"],["3057.856","17121.681"],["6553.880","16175.229"],["6581.732","16189.920"],["6501.943","16209.423"],["6510.315","16263.131"],["7033.964","16865.446"],["7078.432","16931.921"],["7071.793","16848.617"],["6992.704","16886.206"],["7023.776","16924.787"],["6948.986","16900.343"],["6959.663","16867.093"],["6913.413","16827.209"],["6906.900","16800.223"],["6361.719","16820.472"],["6279.714","16938.718"],["6350.783","16968.280"],["5525.521","15904.183"],["5495.322","15892.457"],["5524.966","15768.959"],["5529.813","15804.957"],["6769.493","15726.955"],["6858.552","15727.005"],["6850.127","15904.759"],["6823.120","15918.839"],["6807.020","15738.559"],["6820.379","15857.938"],["6771.941","15784.898"],["6875.182","15763.619"],["6723.157","16134.472"],["6697.729","16100.583"],["6806.576","16101.818"],["6857.909","16010.209"],["6685.966","16001.004"],["6755.308","16033.952"],["5032.017","15105.055"],["5015.142","15156.979"],["4457.907","18426.907"],["4555.177","18418.610"],["4476.033","18328.089"],["4561.198","18456.930"],["4849.138","15757.725"],["4821.193","15784.051"],["3450.623","15529.323"],["4156.825","15884.313"],["3736.900","17083.260"],["3897.801","17101.737"],["2872.165","18249.073"],["4359.495","16659.382"],["7188.270","20347.075"],["4892.018","18470.369"],["4968.712","18636.473"],["4803.292","18674.988"],["4803.128","18597.719"],["4889.969","18675.805"],["4795.784","18527.933"],["4254.860","18152.475"],["4237.854","18045.571"],["4754.125","18696.060"],["4723.498","18772.251"],["4735.571","18758.874"],["4764.866","18793.530"],["4208.525","16978.482"],["7105.248","16389.114"],["7153.868","16417.943"],["7185.858","16544.667"],["7220.288","16544.708"],["7132.210","16550.219"],["7283.535","16438.164"],["7093.589","16526.171"],["7171.846","16492.315"],["7097.882","16502.174"],["3257.396","17460.219"],["3256.508","17494.785"],["3888.309","16585.798"],["5670.212","19090.277"],["5709.538","19022.828"],["5695.477","19080.147"],["5663.214","18990.898"],["5737.207","19038.694"],["7518.378","16045.413"],["3531.851","18440.942"],["3522.903","18445.120"],["6664.202","15994.940"],["7276.652","20365.474"],["5325.237","16737.200"],["4967.850","16306.119"],["2934.986","18334.144"],["3024.574","18366.167"],["6582.854","20141.815"],["2981.618","16780.222"],["6841.569","20524.274"],["6780.531","20435.816"],["5115.093","15744.353"],["5088.118","15738.146"],["5037.031","15755.770"],["6601.285","15632.149"],["6636.247","15651.071"],["6526.332","15664.789"],["5116.802","17441.294"],["5130.487","17478.353"],["5174.837","17488.643"],["5042.966","17600.234"],["4409.292","14552.291"],["5034.639","16367.635"],["7111.909","16815.019"],["7272.163","16810.985"],["4874.332","16113.142"],["4946.306","16050.384"],["3923.639","18076.540"],["3800.918","18242.094"],["5144.726","15893.832"],["3298.263","15838.865"],["3095.190","15783.576"],["3482.777","17945.264"],["3545.326","17899.962"],["3647.119","17879.809"],["3634.668","17849.553"],["3707.220","18000.097"],["3301.777","16097.991"],["3589.943","17209.863"],["3580.354","17289.367"],["4915.164","16410.672"],["2859.307","17374.425"],["2803.978","17372.889"],["3785.930","16443.909"],["5594.066","18970.736"],["5596.745","19009.349"],["5571.810","19012.129"],["5551.037","18990.018"],["5429.272","18976.378"],["5478.257","18961.819"],["5461.635","19017.315"],["5416.150","19004.843"],["5429.319","18998.733"],["5424.267","19039.999"],["6738.812","20168.453"],["4153.272","15229.134"],["4115.133","18067.789"],["4089.228","18130.745"],["4034.175","18167.362"],["5217.914","18353.569"],["4142.473","16960.579"],["6656.403","20663.744"],["7020.946","15821.237"],["6988.989","15773.508"],["6979.609","15898.988"],["7028.573","15923.844"],["6986.665","15918.542"],["6928.323","15764.100"],["7088.449","15759.065"],["6891.572","20456.875"],["6958.995","20463.325"],["3963.296","18027.107"],["3155.211","18210.872"],["3294.856","18164.402"],["7440.588","16363.007"],["7372.595","16387.352"],["7399.420","16375.032"],["7454.876","16457.780"],["7494.253","16459.155"],["7401.405","16403.709"],["4051.233","15837.278"],["6263.262","20674.628"],["6336.581","20759.662"],["6359.845","20594.573"],["6844.780","20633.132"],["4319.421","16343.720"],["4502.233","18504.727"],["6311.842","17006.349"],["6294.067","17038.727"],["6264.342","17020.948"],["6282.125","17115.548"],["6644.041","16709.790"],["7076.207","16535.372"],["6904.138","16396.541"],["6938.734","16384.355"],["7005.818","16549.502"],["7049.200","16376.689"],["7055.856","16388.795"],["7087.655","16394.286"],["4969.166","17348.662"],["6680.261","20417.922"],["6685.310","15600.526"],["6820.896","15664.595"],["6836.584","15664.952"],["6637.163","15745.376"],["6639.366","15763.994"],["6663.017","15803.019"],["6583.130","15902.332"],["6607.467","15877.939"],["4643.393","15386.319"],["4215.674","15515.032"],["5190.593","16275.581"],["5142.981","16242.779"],["5055.710","16228.770"],["5279.953","15769.672"],["5236.989","15817.078"],["5257.028","15817.854"],["5256.349","15810.248"],["5244.659","15773.095"],["5266.388","15766.854"],["3078.233","15749.604"],["4426.825","14431.746"],["5773.123","18133.177"],["5820.611","18051.196"],["4638.943","14884.494"],["3815.763","17432.117"],["7224.065","15882.313"],["7243.475","15885.269"],["7133.923","15911.678"],["7159.169","15825.741"],["7137.722","15865.906"],["7128.933","15796.627"],["7145.529","15845.793"],["7116.271","15731.804"],["7172.262","15764.718"],["7095.917","15880.400"],["5351.407","15959.994"],["5285.928","16027.636"],["5333.445","16048.162"],["5267.963","15949.623"],["5373.891","15956.150"],["5338.287","15944.802"],["5287.475","16132.135"],["4445.332","17783.222"],["4422.728","17629.011"],["6934.735","18871.782"],["6883.077","18769.964"],["4599.534","17974.037"],["4347.808","15281.795"],["4945.303","16611.693"],["7005.473","18511.475"],["6944.650","18515.078"],["7002.607","18587.759"],["6902.840","18540.366"],["3062.095","16714.178"],["4001.337","17074.669"],["6768.859","16575.262"],["6742.200","16595.197"],["6728.664","16592.225"],["6740.043","16704.574"],["6794.079","16657.535"],["6785.214","16661.680"],["6853.191","16694.909"],["6845.776","16771.140"],["3781.846","16173.644"],["3777.240","16246.097"],["4475.821","15784.713"],["4408.798","15742.302"],["4372.227","15615.982"],["2951.022","17621.996"],["4377.973","16239.013"],["3756.036","16807.609"],["3467.320","16090.262"],["3319.611","15963.374"],["3808.405","16068.431"],["6452.486","16161.645"],["4950.622","14982.526"],["4861.872","14987.299"],["4377.525","17589.278"],["4387.426","17600.145"],["4495.623","17589.263"],["2954.525","17620.493"],["3963.263","17458.162"],["3953.391","17587.919"],["7041.717","16190.116"],["6979.870","16204.244"],["6928.702","16305.199"],["6921.860","16276.265"],["7038.141","16258.250"],["7056.316","16245.451"],["7060.164","16325.368"],["6889.478","16190.779"],["6411.448","20505.214"],["7314.679","16734.767"],["7348.326","16734.423"],["7323.424","16729.384"],["7373.568","16707.285"],["7428.898","16605.818"],["7339.065","16635.009"],["3311.793","17001.884"],["4815.968","18737.487"],["4954.080","18678.202"],["4796.511","18875.347"],["4063.473","16559.970"],["4333.653","17725.228"],["4338.466","17688.370"],["4605.597","15515.138"],["6775.227","15691.109"],["5421.308","16379.175"],["5011.224","17719.785"],["5041.436","17723.291"],["5048.957","17795.709"],["5031.057","17737.153"],["5045.945","17684.836"],["5083.197","17694.606"],["5045.656","17649.897"],["5072.072","17637.209"],["5053.202","17671.184"],["5011.311","17621.341"],["5021.099","17819.147"],["5008.432","17768.807"],["5042.384","17814.599"],["5087.455","17775.250"],["5063.293","17791.440"],["5146.148","17783.715"],["5146.604","17766.988"],["3693.762","15849.358"],["4763.804","16491.101"],["4695.769","16558.565"],["6012.805","19133.177"],["6148.313","17212.385"],["6149.895","17201.720"],["6100.560","17241.922"],["4690.465","18148.602"],["4661.488","18070.750"],["4697.921","18197.302"],["7203.522","16266.775"],["7177.374","16304.310"],["7130.667","16319.622"],["7201.960","16349.867"],["7281.051","16145.593"],["7154.286","16166.483"],["7235.589","16279.844"],["7318.086","20680.020"],["3582.256","15666.795"],["5047.275","18690.504"],["4033.811","17339.102"],["4087.051","17388.863"],["3981.043","15001.292"],["4010.138","15004.842"],["7283.341","16004.943"],["7213.311","15986.012"],["7235.203","16061.045"],["7294.952","16103.024"],["7113.482","16134.457"],["7174.047","20038.199"],["7131.706","20108.134"],["5654.881","17988.978"],["5638.695","17991.682"],["3201.737","16177.494"],["3214.240","16332.685"],["3226.716","15483.661"],["4000.348","17739.480"],["4145.369","17721.802"],["4046.684","17797.657"],["3711.382","16046.614"],["4411.290","15573.785"],["4505.167","18251.817"],["4522.007","18205.354"],["6524.889","16413.127"],["6554.175","16408.281"],["6528.239","16393.588"],["6586.911","16502.652"],["6556.819","16470.115"],["7075.489","19158.768"],["3402.235","15461.759"],["3445.019","15412.080"],["3497.765","15358.108"],["6770.931","16503.289"],["6861.803","16519.540"],["6721.090","16416.508"],["6752.159","16426.285"],["6753.803","16492.065"],["6721.821","16495.464"],["5908.806","18264.355"],["4401.906","16102.032"],["4335.249","17926.690"],["5159.133","18548.771"],["5048.746","18558.958"],["5049.511","18608.659"],["4943.482","18430.204"],["4874.838","18357.257"],["4801.265","18303.246"],["4736.418","18351.567"],["4742.221","18315.169"],["4639.630","18304.699"],["4691.252","18413.845"],["4620.545","18379.235"],["4676.314","18425.708"],["4726.858","18329.129"],["7415.924","15789.933"],["7345.876","15881.992"],["4044.101","18464.069"],["4143.048","18454.259"],["4977.459","17687.406"],["4984.344","17739.035"],["7078.083","20312.061"],["6534.445","16257.830"],["3209.191","16447.301"],["6739.771","16776.335"],["6842.321","16812.983"],["4284.998","16013.477"],["5967.532","20779.865"],["3870.999","15889.936"],["3334.280","18174.708"],["4609.273","16542.694"],["4259.804","14755.103"],["4201.827","14859.297"],["4343.656","16524.419"],["7314.446","20303.594"],["4928.444","18539.237"],["4898.782","18599.993"],["4836.247","18563.460"],["5614.495","18078.006"],["2883.513","17206.702"],["4743.564","14876.913"],["2789.201","17019.768"],["2769.448","17001.139"],["2769.927","17177.552"],["5179.387","18333.462"],["4243.250","17487.331"],["2887.231","18100.370"],["2957.366","18099.112"],["3045.278","18127.386"],["4051.318","16723.504"],["3294.781","17985.575"],["3289.978","17945.740"],["3758.045","15600.635"],["7081.936","16595.700"],["6904.181","16742.865"],["7075.346","16746.035"],["7079.343","16745.093"],["6957.894","16570.802"],["7059.196","16614.065"],["6953.304","16669.570"],["6948.307","16652.793"],["6968.607","16642.748"],["6458.191","16627.311"],["6379.494","16583.876"],["4153.667","14638.611"],["4247.925","14557.932"],["4399.695","17327.412"],["4387.333","17346.811"],["3209.882","18359.246"],["3275.894","18446.146"],["3299.672","16907.830"],["3242.753","16951.561"],["3132.753","16893.064"],["3609.669","17126.063"],["3572.465","17084.527"],["5222.074","16297.622"],["5276.372","16346.536"],["5326.153","16348.903"],["5379.398","16300.263"],["5308.442","16204.158"],["5202.035","16238.930"],["7200.670","20459.950"],["5048.277","17347.518"],["5031.399","17282.419"],["5072.571","17268.372"],["5043.258","17380.636"],["3267.045","15508.962"],["6102.443","19073.144"],["5255.578","17432.826"],["4282.645","14442.573"],["5492.262","17569.833"],["5594.728","17544.052"],["5515.305","17516.051"],["5485.277","17432.751"],["5489.867","17463.222"],["5444.000","17418.907"],["5492.125","17453.973"],["5471.092","17470.319"],["5474.499","17615.038"],["5491.088","17506.817"],["5492.729","17521.901"],["5448.946","17425.373"],["5477.435","17612.360"],["3766.543","17838.835"],["3830.707","17915.588"],["3865.674","17907.199"],["3808.782","17902.905"],["3788.914","17999.222"],["4276.473","17115.262"],["4249.841","17050.042"],["4344.733","17133.535"],["6643.726","18855.743"],["6566.699","18830.033"],["6522.867","18847.903"],["6500.491","18712.867"],["6663.234","18687.926"],["6576.242","18742.775"],["3843.576","14951.465"],["5058.334","18984.600"],["5009.304","19012.329"],["6851.407","18852.750"],["6878.728","18723.600"],["6747.955","18705.444"],["6851.312","18823.705"],["5356.713","16515.984"],["5382.058","16559.122"],["5404.573","16518.565"],["5314.701","16434.445"],["5369.061","16434.780"],["5373.525","16551.566"],["5202.855","16523.553"],["5372.056","16372.328"],["24445.329","7878.003"],["4831.885","18345.356"],["4803.194","18349.700"],["4790.748","18293.176"],["4859.501","18452.846"],["4890.406","18446.157"],["4783.806","18327.858"],["5100.595","15944.705"],["5100.120","16103.492"],["4889.800","15698.633"],["4049.530","17889.201"],["4093.296","17854.486"],["5404.413","17990.950"],["5203.287","18008.228"],["5214.917","17995.472"],["5399.264","17843.897"],["5331.786","17898.762"],["5374.106","17915.489"],["5369.171","17896.747"],["5349.168","17924.939"],["5335.824","17941.498"],["23845.890","7956.834"],["23904.468","7973.507"],["23886.533","7948.204"],["24092.674","7398.162"],["7225.111","20510.487"],["3310.474","16492.074"],["3329.438","16357.904"],["4148.321","14694.020"],["6413.365","19031.248"],["6312.504","19065.779"],["6362.013","19050.436"],["6288.888","19021.105"],["6299.106","18979.081"],["6267.181","18999.346"],["6398.263","18977.058"],["6385.867","19054.719"],["3344.790","18303.015"],["3331.418","18293.106"],["3374.496","18388.970"],["3330.072","18337.294"],["4530.247","17177.133"],["5325.807","18322.709"],["5252.274","18287.353"],["5367.405","18317.956"],["5399.448","18332.849"],["5346.856","18332.669"],["5276.226","18279.224"],["5258.413","18289.083"],["5281.966","18314.632"],["5286.681","18341.993"],["5710.262","18014.457"],["6963.902","20708.370"],["6948.746","20649.741"],["7041.164","20709.650"],["7015.285","20042.426"],["6938.278","19981.969"],["3411.755","17488.906"],["3350.505","17517.361"],["4119.309","15448.145"],["4105.819","15342.764"],["4114.454","15392.772"],["4065.836","15329.998"],["5437.538","17208.943"],["5438.352","17352.751"],["5418.039","17364.228"],["5465.855","17289.877"],["5463.155","17227.026"],["5447.652","17234.038"],["5433.159","17379.152"],["5468.515","17327.004"],["5481.598","17282.092"],["5428.964","17397.473"],["5465.756","17321.640"],["5465.229","17334.052"],["5471.706","17234.555"],["5460.710","17303.547"],["5472.662","17290.864"],["4211.447","15433.529"],["4183.388","15408.954"],["4324.535","15322.340"],["4260.620","15306.947"],["4262.249","15405.626"],["4152.102","15411.501"],["6489.195","20515.701"],["5128.144","15617.501"],["5162.968","15510.144"],["5106.174","15689.849"],["3161.438","15676.151"],["24540.417","7929.918"],["5870.019","17808.024"],["2941.292","15791.768"],["2960.009","15825.112"],["6921.197","18939.983"],["6938.858","18927.287"],["7077.829","19090.492"],["6992.706","18895.824"],["6958.702","19001.110"],["6962.896","18971.415"],["7002.993","19064.146"],["6975.667","19074.032"],["7033.478","19069.146"],["3785.769","15477.609"],["3748.104","15496.817"],["3783.022","15452.820"],["5640.750","16467.414"],["5646.270","16444.272"],["5622.141","16429.722"],["5711.616","18199.665"],["5760.630","18234.045"],["5754.931","18254.972"],["5664.726","18129.198"],["5778.586","18164.235"],["5680.099","18129.201"],["5769.007","18174.742"],["5568.637","15998.072"],["5530.755","15996.424"],["5588.193","15975.545"],["5600.648","16137.976"],["5512.172","16123.480"],["5522.056","16098.608"],["5605.630","15970.846"],["5597.771","15984.380"],["5578.802","15985.819"],["5436.086","16140.404"],["5450.461","16130.775"],["5495.483","16115.662"],["5470.977","16105.125"],["5564.657","16113.286"],["5553.949","16061.708"],["5574.047","16076.342"],["5491.224","16138.935"],["5416.086","15988.260"],["5444.808","16027.953"],["5468.058","16001.299"],["5453.630","16040.140"],["5502.514","15938.560"],["5407.200","17359.740"],["5337.345","17381.384"],["5238.275","17385.283"],["5270.363","17409.511"],["5364.374","17224.525"],["5367.717","17265.401"],["5209.784","17384.176"],["6471.135","18927.063"],["6495.115","18923.353"],["6574.563","18972.018"],["6654.069","18954.248"],["6610.959","18982.815"],["7076.937","20165.458"],["6958.575","20220.185"],["3752.887","16973.929"],["4928.630","19059.018"],["4946.788","19046.631"],["4945.094","19010.826"],["4834.307","18892.473"],["6458.726","18359.548"],["6403.870","18344.513"],["6402.699","18275.856"],["6419.298","18304.891"],["5842.836","15749.198"],["4743.666","18638.243"],["4760.701","18490.790"],["4744.140","18557.293"],["4652.993","18532.711"],["4676.530","18551.208"],["5812.280","18406.905"],["5125.048","18058.549"],["5084.971","18080.347"],["5068.738","18103.105"],["5129.269","18101.733"],["5150.429","18162.911"],["5137.818","18151.983"],["5180.955","18196.602"],["4991.993","15251.529"],["4143.718","14832.592"],["4110.819","15276.406"],["4067.088","15261.273"],["4091.808","15155.938"],["5947.890","18932.511"],["6052.559","16683.540"],["3035.158","16997.684"],["2908.069","17131.772"],["2967.000","17029.971"],["3014.912","17064.802"],["3067.444","17087.065"],["2935.369","17065.994"],["6110.628","18450.363"],["6172.824","18460.564"],["6189.587","18462.085"],["6131.337","18434.501"],["4380.538","15329.226"],["4383.022","15302.108"],["4566.041","15494.097"],["5569.395","15916.942"],["5509.686","15742.039"],["5597.334","15782.336"],["5587.219","15724.814"],["5607.682","15747.131"],["5512.534","15815.845"],["5518.738","15761.697"],["5602.569","15762.020"],["5586.037","15914.898"],["5581.168","15920.282"],["5519.753","15891.899"],["5451.505","15832.428"],["5462.909","15847.695"],["3848.674","17371.589"],["3837.654","17382.769"],["3920.352","17384.636"],["23998.618","7453.422"],["6236.700","18500.099"],["6052.454","18644.538"],["5008.837","18614.406"],["5029.922","18625.455"],["5944.512","19037.459"],["5958.580","19000.418"],["5898.580","18996.653"],["5887.370","18969.390"],["5830.644","18921.975"],["5868.014","19032.371"],["5894.457","19061.737"],["6040.569","19024.301"],["5895.274","18977.631"],["5990.650","19062.459"],["3461.676","15600.240"],["3386.725","15583.823"],["3379.768","15571.751"],["5467.656","16784.625"],["5492.327","16788.473"],["5527.829","16782.485"],["5508.380","16984.271"],["5550.206","16972.603"],["5536.298","16940.181"],["5574.489","16933.617"],["5563.185","16879.715"],["5556.109","16844.869"],["5611.064","16859.927"],["5467.258","16952.751"],["5512.318","16866.097"],["5523.891","16841.753"],["5487.615","16793.589"],["5415.493","16841.065"],["5414.352","16874.585"],["5434.597","16857.354"],["5532.572","16897.359"],["5615.493","16981.969"],["5484.936","16932.787"],["5527.784","16917.972"],["5602.314","16848.944"],["5605.955","16844.082"],["4154.906","18405.209"],["4997.083","15116.599"],["5114.007","15106.707"],["5065.998","15114.122"],["5052.132","15131.496"],["5060.044","15200.051"],["4445.726","17854.947"],["4365.512","17869.778"],["4471.055","17857.226"],["23565.612","7973.141"],["6559.800","20266.596"],["6616.900","20233.756"],["5868.419","16166.574"],["5257.365","18205.193"],["5218.582","18130.197"],["5272.760","18213.864"],["5266.330","18064.859"],["5207.038","18104.445"],["5206.498","18059.477"],["5204.872","18211.227"],["5234.237","18253.235"],["5227.186","18234.403"],["5358.572","18197.409"],["5266.915","18115.101"],["5288.872","18082.004"],["5243.576","18161.723"],["5327.865","18090.414"],["5366.737","18126.705"],["5349.593","18126.985"],["5360.470","18120.994"],["4459.190","18424.859"],["4512.397","18461.242"],["4445.812","18340.751"],["4513.449","18342.160"],["4564.108","18385.391"],["5614.549","16307.333"],["5598.100","16194.514"],["5601.955","16248.975"],["5493.229","16219.001"],["5604.729","16325.874"],["5540.201","16286.653"],["5577.052","16242.052"],["5519.118","16192.425"],["5576.542","16168.688"],["5551.312","16170.736"],["5481.093","16164.121"],["5646.189","18655.643"],["5626.224","18525.021"],["5666.092","18630.735"],["5670.138","18594.699"],["5723.045","18525.784"],["5723.703","18496.238"],["5798.596","18467.490"],["5812.338","18629.078"],["5808.641","18605.366"],["5702.214","18480.828"],["5688.660","18487.155"],["4799.105","15841.887"],["4846.193","15826.363"],["4797.559","15722.515"],["4163.766","15885.387"],["3768.133","17015.482"],["3852.176","17064.528"],["3863.327","17180.086"],["3901.469","17158.814"],["3846.107","17118.649"],["4893.662","18643.452"],["4806.255","18481.613"],["4815.920","18604.350"],["4831.646","18633.823"],["4825.391","18483.360"],["4180.617","18077.611"],["4163.084","18191.979"],["4304.416","18057.215"],["4328.906","18139.031"],["4170.650","18094.886"],["4160.017","18127.359"],["4229.985","18130.927"],["7007.091","19979.629"],["5427.880","18000.486"],["5491.732","17971.081"],["5455.150","17895.555"],["5452.456","18032.303"],["5594.240","18014.053"],["5586.093","17955.787"],["5615.712","17960.689"],["5594.627","18007.130"],["5574.929","17984.628"],["5572.584","17972.930"],["5610.591","17927.951"],["5580.630","18018.617"],["5608.731","17841.388"],["5618.260","18004.928"],["5610.772","17984.882"],["4773.920","18691.897"],["4683.712","18783.680"],["4701.705","18758.131"],["4249.364","16965.154"],["6392.453","18836.642"],["6443.813","18827.829"],["6430.178","18837.738"],["6419.554","18709.776"],["3254.501","17485.058"],["3241.969","17475.132"],["3776.299","16738.823"],["5782.628","18934.781"],["5726.378","18922.196"],["5792.167","18889.531"],["5738.387","19022.432"],["5787.449","19035.677"],["5744.242","19082.944"],["5821.725","19038.287"],["5768.387","18999.872"],["5671.763","19044.140"],["5627.823","18987.506"],["5682.948","19008.422"],["5636.192","18976.734"],["5652.518","19065.954"],["23947.441","7693.973"],["5691.572","16810.378"],["5643.572","16835.047"],["5791.548","16887.504"],["5719.686","16900.255"],["5797.606","16961.755"],["5643.879","16804.512"],["5653.583","16799.203"],["5714.961","16782.579"],["5735.142","16800.054"],["5676.925","16801.545"],["5621.821","16853.412"],["3519.795","18454.220"],["6228.999","18388.008"],["6113.757","18358.292"],["6170.030","18303.063"],["6097.165","18369.623"],["6095.206","18352.865"],["6054.411","18395.563"],["5355.089","16659.840"],["5375.004","16728.227"],["5406.219","16648.917"],["5382.387","16635.920"],["5351.671","16754.445"],["5341.286","16664.331"],["5310.316","16627.923"],["5290.222","16633.044"],["5324.515","16575.876"],["5297.593","16620.038"],["5280.685","16689.300"],["5242.731","16694.418"],["5281.668","16574.788"],["5405.591","17814.766"],["5213.789","17786.434"],["5400.778","17781.411"],["5384.593","17666.530"],["5317.357","17805.259"],["5316.013","17732.732"],["5340.711","17678.768"],["5388.928","17685.584"],["5395.638","17659.292"],["5294.209","17768.297"],["5291.937","17721.769"],["5244.459","17769.275"],["5246.759","17762.640"],["4953.033","16310.847"],["2954.607","18380.684"],["3057.288","18309.222"],["2986.696","18314.358"],["3046.482","18306.679"],["3083.144","18313.532"],["3079.546","16808.050"],["2888.066","16951.345"],["5772.101","16112.748"],["5772.986","15992.852"],["5754.532","15999.221"],["5734.089","15946.401"],["5681.179","15951.983"],["5744.841","15957.043"],["5728.539","16022.779"],["5691.919","15995.619"],["5623.517","16073.161"],["5642.210","16030.298"],["5689.658","16039.312"],["5660.921","15956.520"],["5773.135","16005.595"],["5762.395","16126.596"],["6713.140","20455.726"],["6821.062","20408.158"],["6828.068","20574.734"],["3881.076","14953.777"],["3895.582","14972.043"],["5991.665","18472.761"],["5834.396","18470.911"],["5907.765","18493.263"],["5846.880","18528.027"],["5847.351","18517.157"],["5958.771","18601.157"],["5888.562","18603.241"],["5068.912","15850.066"],["4993.307","15817.938"],["5821.548","18893.717"],["5590.051","18451.008"],["5661.274","16314.260"],["5629.941","16283.773"],["5672.425","16333.781"],["5777.711","16224.782"],["5722.959","16185.749"],["5705.048","16188.293"],["5633.978","16339.408"],["5671.883","16268.511"],["5671.998","16249.122"],["5762.729","16224.622"],["5622.533","16247.910"],["5078.840","17497.957"],["5014.780","17544.385"],["5038.873","17466.578"],["5127.265","17456.861"],["5130.958","17431.928"],["4995.177","17433.283"],["5023.532","17452.474"],["5024.371","17416.817"],["5090.440","17543.213"],["5132.002","17497.053"],["5102.089","17536.019"],["4415.131","14557.345"],["4410.871","14484.942"],["4171.224","17895.378"],["5170.615","16495.200"],["5036.516","16373.409"],["5157.777","16549.632"],["2830.484","16919.371"],["2846.224","16933.822"],["4792.095","16052.300"],["4804.233","16140.177"],["4829.809","16014.116"],["4911.832","16038.410"],["3805.761","18097.828"],["3840.892","18113.435"],["3755.234","18129.835"],["3909.494","18094.079"],["3934.158","18231.160"],["3795.392","18121.978"],["3840.573","18171.540"],["3875.704","18254.794"],["3224.266","15923.804"],["3195.649","15733.525"],["3183.642","15775.672"],["3244.119","15762.146"],["3179.119","15752.221"],["3100.749","15807.408"],["3499.125","17993.142"],["3459.076","17942.555"],["3470.984","18002.109"],["3448.155","17907.213"],["3348.876","17879.597"],["3318.925","17944.650"],["3571.954","17900.788"],["3664.488","17879.842"],["3686.825","18029.709"],["3166.651","15980.319"],["3233.822","16010.311"],["3555.343","17208.276"],["3560.107","17304.545"],["5173.408","18234.150"],["5146.089","18231.342"],["5058.378","18110.427"],["5050.928","18183.392"],["5028.717","18140.915"],["5017.473","18089.243"],["24172.273","7497.865"],["24333.928","7617.953"],["24339.127","7669.286"],["4957.912","17611.710"],["4863.340","17561.189"],["4871.941","17570.026"],["4862.892","17619.196"],["4910.655","17618.099"],["4909.711","17586.924"],["24140.186","7528.854"],["3688.764","17822.666"],["3676.099","17787.257"],["4898.214","16426.514"],["2744.220","17202.639"],["2855.091","17304.373"],["2822.147","17212.713"],["2758.019","17334.150"],["2866.676","17345.969"],["23640.303","7874.293"],["23609.745","7873.218"],["23586.228","7826.098"],["5911.513","18783.735"],["5946.886","18786.692"],["5475.884","18978.457"],["5481.156","18893.003"],["5505.839","18906.736"],["6805.654","20328.622"],["6876.793","20282.100"],["4227.269","15142.313"],["4224.506","15133.511"],["4189.325","15159.043"],["3296.163","17378.121"],["4087.189","18120.803"],["4059.343","18062.983"],["4009.734","18158.196"],["5205.907","18270.478"],["5335.236","18370.805"],["5274.445","18398.991"],["5250.545","18414.372"],["6480.934","20617.246"],["6902.745","20536.752"],["7023.428","20378.700"],["4548.681","16575.840"],["3156.511","18214.060"],["3216.856","18242.218"],["3276.944","18194.080"],["6816.865","18890.116"],["6772.229","19005.310"],["6839.151","18988.859"],["6802.379","19007.916"],["6779.209","18903.093"],["6851.999","19077.397"],["6867.180","19086.431"],["6847.410","19094.754"],["6737.047","18988.243"],["6860.878","19003.666"],["6197.193","20674.463"],["6068.240","20691.145"],["4118.618","15836.320"],["4038.371","15782.018"],["4140.986","15763.801"],["5844.830","18325.927"],["5904.443","18421.061"],["5836.441","18401.554"],["5835.521","16074.019"],["6061.664","18857.211"],["6041.006","18880.184"],["6156.185","18748.646"],["6172.682","18844.633"],["6399.838","20715.302"],["5833.119","18228.351"],["4298.401","16262.068"],["4260.391","16196.585"],["4342.431","16236.800"],["4346.822","16181.077"],["4327.054","16152.387"],["24317.972","7959.815"],["24237.490","8002.527"],["24270.783","7953.817"],["24310.640","7903.036"],["4500.687","18493.282"],["4542.476","18497.424"],["4559.605","18506.527"],["4928.396","15394.502"],["4108.749","14630.090"],["4951.399","17278.700"],["5482.786","16730.056"],["5536.201","16721.378"],["5567.704","16652.493"],["5587.029","16730.313"],["5455.713","16726.531"],["5530.066","16580.332"],["5467.469","16565.945"],["3676.077","16965.853"],["6865.829","20419.897"],["6734.221","20530.654"],["5710.298","17627.534"],["5675.118","17736.850"],["5701.648","17782.333"],["5672.673","17760.502"],["5806.488","17705.289"],["5820.929","17729.567"],["5635.374","17830.611"],["5814.655","17791.826"],["5800.095","17626.175"],["5765.444","17702.049"],["5731.953","17655.701"],["5724.131","17654.940"],["4260.790","14874.112"],["4616.386","15406.864"],["4568.755","15357.516"],["4650.547","15382.916"],["4680.646","15432.693"],["4321.240","15663.248"],["4305.944","15619.285"],["4261.562","15540.862"],["5179.335","16295.556"],["5177.954","16304.372"],["5109.063","16223.272"],["5173.907","16268.208"],["5088.567","16263.252"],["5152.814","16341.847"],["5003.380","16185.958"],["2983.693","15879.084"],["2995.914","15817.598"],["4972.476","15246.196"],["4356.742","14418.980"],["4360.459","14421.144"],["5679.536","18083.930"],["5662.428","18079.200"],["5726.120","18045.013"],["5811.740","18050.520"],["6908.795","19107.217"],["6976.899","19122.507"],["4641.097","14896.302"],["4674.601","14955.477"],["4626.245","14891.447"],["4667.051","14895.047"],["3823.657","17434.082"],["3812.424","17469.276"],["5703.190","18812.043"],["5623.577","18689.014"],["5632.475","18688.667"],["5622.586","18699.916"],["4055.394","15849.235"],["3838.475","18037.911"],["5244.814","16039.131"],["5301.098","16082.040"],["5249.732","16058.933"],["5280.341","16102.341"],["5317.082","16117.557"],["5268.378","16031.592"],["5214.480","16043.268"],["5308.148","15979.602"],["5289.300","16017.413"],["5374.284","16041.374"],["5264.130","15969.772"],["5298.954","15933.452"],["5406.918","15978.396"],["5237.937","16118.411"],["4477.980","17818.647"],["4410.173","17660.525"],["6975.559","18721.713"],["6928.382","18753.138"],["7016.184","18854.378"],["6997.039","18877.826"],["7068.888","18807.244"],["7046.228","18754.420"],["7090.749","18865.777"],["6956.178","18712.204"],["6976.502","18883.304"],["4707.910","18008.081"],["4593.251","18006.689"],["4986.902","16634.324"],["7021.280","18640.963"],["3083.312","16671.122"],["3035.269","16734.822"],["4120.664","17026.194"],["3951.502","17170.936"],["3824.976","16308.765"],["3835.305","16288.666"],["3817.081","16274.413"],["3815.908","16163.108"],["3732.109","16163.735"],["3827.158","16176.485"],["5182.928","17843.504"],["5157.385","17872.024"],["5131.530","17994.138"],["5137.829","18002.099"],["5139.011","18020.530"],["5186.078","18021.320"],["5125.474","18034.823"],["5093.213","17982.627"],["4521.101","15738.834"],["4538.765","15769.866"],["4500.262","15794.391"],["4520.690","15809.998"],["4369.628","15609.524"],["4368.115","15582.819"],["2946.088","17693.408"],["4389.092","16174.322"],["5185.752","16578.735"],["5192.666","16573.370"],["6376.294","18411.812"],["6353.302","18412.820"],["3740.806","16832.794"],["3326.908","15986.976"],["3446.316","16003.375"],["3449.408","16006.513"],["3316.086","15976.241"],["3303.981","16063.210"],["3328.904","15936.619"],["3768.523","16135.511"],["3804.079","16082.172"],["3827.155","16106.631"],["3803.076","16090.396"],["3831.843","16097.547"],["3602.930","15454.194"],["3584.936","15443.096"],["4964.059","15005.366"],["4945.695","15056.549"],["4869.435","14984.346"],["4886.642","14986.308"],["4977.263","14926.413"],["4384.614","17548.419"],["3513.660","18502.824"],["3493.940","18492.403"],["2959.373","17457.959"],["3048.489","17544.754"],["3068.917","17549.098"],["3022.699","17569.346"],["3053.259","17596.744"],["4239.758","16657.648"],["4314.298","16608.102"],["6270.161","18927.192"],["6323.403","18951.981"],["6461.773","18902.016"],["6384.134","18945.212"],["6402.709","18938.406"],["6412.814","18924.524"],["6448.890","18969.268"],["6274.385","18971.897"],["6439.218","18940.441"],["6446.981","18949.789"],["6262.121","18980.564"],["3993.547","17471.571"],["4132.248","17419.449"],["3969.140","17437.120"],["4011.647","17602.172"],["3510.255","18403.535"],["3456.275","18378.299"],["6348.677","20542.962"],["3316.695","16989.019"],["3433.635","17040.365"],["3419.293","16938.647"],["3456.579","16979.506"],["3447.616","16943.189"],["4876.594","18727.359"],["4940.205","18883.473"],["4817.448","18857.527"],["5607.452","18142.794"],["5558.068","18123.084"],["5425.036","18169.377"],["5500.838","18069.906"],["5524.176","18097.381"],["5502.822","18097.351"],["5468.495","18162.411"],["5468.697","18155.950"],["5464.939","18157.836"],["5481.441","18090.229"],["5485.040","18091.970"],["5491.176","18136.417"],["5492.157","18132.194"],["5617.583","18212.447"],["5605.079","18216.552"],["5592.812","18242.593"],["4133.519","15533.446"],["23925.352","8112.556"],["5812.764","18872.535"],["5708.064","18722.480"],["5773.748","18733.212"],["5804.271","18772.032"],["4311.505","17658.212"],["4174.382","17761.752"],["4167.753","17808.507"],["5891.579","16699.345"],["5877.067","16694.638"],["6031.713","16750.089"],["5969.465","16774.368"],["5972.680","16595.326"],["6032.740","16672.109"],["5618.654","18631.475"],["6591.891","18983.129"],["6582.532","19031.339"],["6539.185","19016.629"],["6517.940","19044.863"],["6476.799","19012.294"],["6475.249","19061.228"],["5216.138","16895.058"],["5376.954","16978.713"],["5331.939","16930.589"],["5376.085","16920.229"],["5292.202","16961.010"],["5212.516","16950.223"],["5389.636","16866.621"],["5384.833","16834.284"],["5298.172","16804.358"],["5387.312","16842.107"],["5387.391","16914.156"],["5400.297","16927.438"],["4377.305","17909.332"],["5772.456","16161.987"],["5738.940","16189.547"],["5802.225","16301.100"],["5787.751","16251.248"],["5736.002","16247.790"],["5733.314","16292.739"],["5422.730","16502.330"],["5461.990","16510.093"],["5602.569","16523.650"],["5409.279","16371.130"],["5413.537","16382.873"],["5506.184","16415.930"],["5527.220","16447.899"],["5607.745","16358.420"],["5557.199","16412.771"],["5574.511","16423.143"],["5519.963","16386.502"],["5542.294","16367.819"],["5518.848","16524.929"],["5571.479","16527.340"],["5593.177","16468.698"],["5478.692","16400.859"],["5481.260","16400.057"],["3315.187","15912.590"],["5250.212","17061.571"],["5259.308","16991.844"],["5280.966","17050.058"],["5226.173","17118.811"],["5252.679","17096.307"],["5393.756","17144.120"],["5264.666","17156.548"],["5352.797","17147.537"],["5351.656","17138.583"],["5339.745","17179.287"],["5344.822","17170.252"],["5317.535","17157.912"],["5321.305","17150.069"],["5300.067","17129.818"],["5366.755","17110.337"],["5387.991","17051.793"],["5376.044","17079.622"],["23759.784","7795.482"],["23799.241","7762.174"],["23732.573","7837.861"],["7105.448","18924.283"],["5145.114","17739.029"],["5181.653","17654.455"],["5121.874","17664.165"],["5064.532","17690.817"],["5014.859","17796.607"],["5064.014","17779.087"],["5031.214","17818.595"],["5619.708","16573.807"],["5600.636","16726.455"],["3706.345","15920.192"],["3706.762","15762.881"],["4675.210","16562.793"],["5627.071","16498.231"],["5705.007","16391.252"],["5781.468","16528.006"],["5811.234","16551.371"],["5805.753","16507.184"],["5812.895","16488.887"],["5805.648","16490.103"],["5759.649","16554.979"],["5755.599","16556.832"],["5759.844","16544.623"],["5987.032","19129.098"],["4617.863","18100.256"],["4599.080","18100.108"],["4661.284","18087.408"],["4724.713","18215.327"],["4648.414","18183.660"],["5675.485","16136.941"],["5717.952","16093.671"],["5652.458","16130.616"],["5697.871","16126.565"],["5637.640","15955.445"],["5706.956","16118.185"],["5731.030","16096.637"],["5740.210","16092.466"],["5730.421","16132.479"],["3670.891","15608.050"],["3585.315","15617.067"],["3638.177","15636.010"],["3718.950","15698.108"],["3623.088","15588.576"],["24105.559","7962.776"],["24082.525","8035.177"],["24021.307","7971.985"],["24127.143","7929.952"],["23979.454","8053.932"],["4173.361","17106.161"],["4174.266","17097.491"],["5087.228","18817.495"],["5062.968","18828.032"],["5052.030","18836.867"],["5064.941","18855.100"],["5005.393","18692.838"],["4078.811","17371.092"],["4027.478","17351.968"],["3975.517","14972.208"],["3983.872","15055.049"],["2877.839","18221.344"],["3881.384","17571.255"],["3322.641","16299.278"],["5683.258","17867.952"],["5683.952","17953.916"],["5719.558","17960.013"],["5731.888","17859.660"],["5715.128","17888.975"],["5730.506","17866.002"],["5781.219","17911.275"],["5656.785","18006.852"],["5838.476","16477.776"],["6322.529","18583.654"],["6321.237","18567.851"],["6429.422","18605.253"],["6359.095","18592.172"],["6362.611","18585.742"],["3174.303","16230.128"],["3249.286","16310.739"],["3217.563","16351.711"],["4841.157","17680.616"],["3226.601","15450.102"],["3265.564","15466.815"],["3234.101","15494.329"],["3249.068","15472.034"],["3952.108","17729.042"],["4002.042","17644.401"],["3708.866","16071.932"],["24205.739","7867.497"],["24186.021","7872.514"],["7163.588","20609.595"],["5908.781","16877.266"],["6023.283","16973.269"],["4415.904","15705.853"],["4409.842","15674.479"],["4658.335","16658.268"],["4602.595","16671.216"],["4617.842","16677.641"],["5533.707","18789.373"],["5589.813","18849.863"],["5600.323","18679.591"],["5604.665","18713.546"],["5543.266","18713.521"],["4701.868","15819.047"],["4540.757","18216.089"],["4545.203","18233.530"],["5428.765","17818.301"],["5438.024","17667.672"],["5426.676","17709.472"],["5571.020","17635.566"],["5530.593","17727.325"],["5496.507","17691.643"],["5503.355","17626.660"],["5419.757","17733.120"],["5507.985","17656.239"],["5526.967","17676.881"],["5548.370","17649.212"],["5807.368","16727.936"],["5790.517","16663.690"],["5774.474","16735.665"],["5749.590","16758.368"],["5773.540","16677.896"],["7068.267","19175.947"],["3384.505","15454.145"],["3406.248","15483.576"],["3473.440","15339.859"],["3443.193","15358.026"],["3496.745","15479.595"],["3330.811","15409.936"],["5937.922","18308.652"],["4396.429","16095.889"],["4393.633","16038.927"],["5149.235","16951.823"],["5171.583","16866.437"],["5197.948","16868.584"],["4164.327","17973.487"],["5068.040","18512.492"],["5181.205","18549.123"],["4811.808","18325.360"],["4776.669","18316.198"],["4654.892","18376.374"],["4659.943","18403.650"],["4653.906","18325.597"],["4683.913","18371.289"],["4675.459","18326.107"],["4762.087","18325.471"],["2833.485","17466.316"],["2827.366","17473.797"],["2839.570","17487.142"],["3469.417","17253.347"],["3490.601","17276.783"],["3446.801","17319.954"],["3474.367","17265.965"],["3997.982","18399.230"],["4959.314","17709.174"],["4966.781","17733.154"],["4895.971","17692.150"],["4960.149","17707.680"],["4972.698","17713.824"],["4882.824","17689.902"],["4893.396","17667.330"],["4902.895","17652.726"],["3180.342","16462.132"],["3268.073","16366.508"],["6796.520","20051.245"],["5471.174","17022.504"],["5409.733","17002.430"],["5520.575","17110.645"],["5577.153","17145.360"],["5596.102","17152.591"],["5557.719","17134.286"],["5521.868","17140.153"],["5516.338","17140.186"],["5468.176","17184.389"],["5458.118","17188.415"],["5459.667","17146.938"],["5464.997","17141.345"],["5414.436","17104.645"],["5412.209","17086.929"],["5432.704","17072.953"],["5430.584","17064.361"],["5419.906","17060.356"],["5422.896","17087.233"],["3113.427","16650.197"],["3114.315","16665.656"],["4307.909","16132.107"],["4283.551","16036.417"],["5869.654","17106.247"],["5849.933","17124.397"],["5868.039","17092.525"],["5721.783","15906.689"],["5661.919","15928.559"],["5712.231","15889.646"],["5743.575","15853.431"],["5706.621","16619.523"],["5763.505","16599.978"],["5704.546","16668.353"],["5759.205","16636.513"],["3730.522","15824.817"],["3744.535","15839.400"],["3737.447","15910.184"],["3859.223","15771.588"],["5625.365","15925.100"],["5650.842","15855.670"],["5666.744","15757.420"],["5677.254","15771.545"],["5802.558","15793.689"],["5741.299","15814.234"],["5705.770","15809.940"],["5676.132","15854.069"],["5655.948","15847.565"],["5821.286","15787.700"],["5814.165","15807.948"],["5779.461","15791.168"],["5787.487","15787.766"],["5802.306","15779.294"],["5780.316","15789.847"],["5796.196","15752.144"],["5788.425","15802.795"],["5805.250","15818.402"],["5626.574","15730.092"],["5752.757","15729.531"],["5817.660","15726.605"],["5797.701","15723.226"],["5517.243","18382.827"],["5530.802","18429.425"],["5463.549","18326.866"],["5438.072","18369.921"],["5469.881","18348.980"],["5507.099","18323.626"],["5597.041","18300.722"],["5564.671","18420.632"],["5603.091","18305.099"],["5598.496","18275.471"],["5425.019","18458.239"],["5457.769","18450.594"],["3379.642","18193.981"],["3364.346","18193.634"],["4238.603","14767.175"],["4221.218","14764.401"],["4221.876","14821.775"],["4289.413","16550.034"],["4317.637","16543.841"],["4341.617","16518.886"],["7344.627","20186.170"],["4912.138","18582.356"],["4875.115","18620.984"],["4854.426","18617.654"],["4973.646","18607.300"],["4844.719","18620.208"],["4929.427","18556.626"],["2900.782","17210.616"],["4774.844","14976.838"],["4036.617","18468.792"],["4066.107","18481.261"],["4143.525","18486.844"],["4096.743","18588.006"],["4119.424","18580.359"],["5550.258","18590.054"],["5605.846","18492.393"],["5590.332","18628.882"],["5566.831","18631.951"],["2851.537","17041.221"],["7412.409","20459.562"],["5131.078","18262.521"],["5104.064","18311.275"],["5143.702","18282.803"],["24036.381","7866.953"],["4351.489","17615.157"],["4297.755","17573.638"],["4351.638","17450.188"],["2912.444","18130.081"],["2958.316","18190.262"],["2904.648","18183.227"],["2889.484","18213.516"],["2997.580","18101.374"],["3063.287","18183.505"],["3032.481","18232.704"],["3013.945","18208.261"],["3023.255","18175.726"],["4048.226","16667.286"],["4106.598","16576.947"],["4054.164","16639.342"],["4002.026","16577.806"],["4036.039","16630.391"],["3247.659","18020.769"],["3214.419","17937.714"],["3197.511","17936.954"],["3776.723","15562.349"],["4262.598","14659.421"],["4163.700","14640.346"],["4194.078","14608.818"],["4269.817","14537.436"],["4227.859","14532.069"],["4166.231","14487.973"],["4280.343","14518.659"],["4168.024","14462.953"],["5643.371","17052.792"],["5688.640","17065.475"],["5826.277","17050.769"],["5775.567","17141.875"],["5731.963","17142.279"],["5730.629","17159.612"],["5624.999","17174.417"],["4444.307","17281.897"],["4375.936","17259.934"],["4372.566","17365.850"],["4359.089","17400.668"],["4410.293","17297.274"],["3154.685","18257.165"],["3201.955","18303.622"],["3178.994","18356.356"],["3273.427","18390.341"],["3292.572","18391.645"],["3287.950","18385.634"],["5159.413","17028.697"],["5078.762","17037.513"],["5142.690","17082.381"],["5116.670","17102.975"],["5127.460","17127.814"],["5048.426","17146.903"],["5072.010","16987.129"],["3110.961","16929.018"],["3179.398","16953.824"],["3130.089","16942.164"],["3166.882","16811.347"],["3165.813","16932.618"],["4345.501","17384.338"],["3569.998","17095.790"],["3601.889","17114.766"],["3605.146","17188.639"],["3658.008","17175.410"],["3650.567","17114.358"],["3696.735","17063.145"],["5327.785","16149.718"],["5340.564","16158.438"],["5406.272","16192.296"],["5407.110","16196.210"],["5307.591","16311.032"],["5389.408","16193.814"],["5252.595","16244.076"],["5288.642","16324.736"],["5328.407","16351.149"],["5327.785","16149.718"],["5301.440","16257.777"],["5164.301","17348.558"],["5140.552","17362.822"],["5104.317","17354.008"],["5069.932","17365.164"],["5159.423","17241.964"],["5122.485","17266.958"],["5050.445","17395.249"],["5197.049","17385.599"],["6088.453","18996.969"],["6148.131","19000.134"],["6135.301","19010.151"],["6167.272","19014.861"],["6190.835","19011.926"],["6093.331","19015.175"],["6058.890","18967.975"],["6079.038","19019.073"],["3892.897","17630.413"],["3796.461","17817.431"],["6203.657","18917.368"],["6172.046","18968.060"],["6221.351","18987.321"],["6222.017","18972.126"],["5220.962","17620.065"],["5244.904","17619.688"],["5198.770","17574.998"],["5290.879","17444.364"],["5217.847","17428.728"],["5242.726","17509.100"],["5252.671","17437.684"],["5257.715","17484.644"],["5238.140","17480.369"],["5257.695","17496.458"],["5265.579","17435.136"],["5263.201","17419.796"],["5294.047","17438.978"],["5281.480","17441.953"],["4324.950","14422.911"],["5468.186","17598.756"],["5555.655","17516.863"],["5561.798","17497.511"],["5618.851","17568.114"],["5605.455","17563.482"],["5548.556","17560.531"],["5531.224","17548.265"],["5442.095","17494.873"],["5439.345","17462.536"],["5483.903","17410.007"],["5469.333","17435.854"],["5555.176","17412.780"],["5432.368","17554.571"],["5608.415","17519.275"],["5525.167","17517.324"],["5543.987","17588.587"],["5570.207","17544.247"],["5527.349","17535.398"],["5527.306","17548.664"],["5576.914","17566.927"],["5576.217","17512.838"],["5569.783","17513.420"],["5597.788","17509.141"],["5441.127","17524.417"],["5432.273","17515.708"],["5427.739","17552.850"],["5421.490","17481.686"],["5472.153","17517.529"],["5550.686","17469.678"],["5522.694","17468.865"],["3776.576","17872.559"],["3905.707","17942.673"],["3914.013","17934.432"],["3744.428","17978.109"],["4295.141","17156.237"],["6610.428","18848.255"],["6562.187","18878.398"],["6468.122","18814.815"],["6573.985","18867.936"],["6509.462","18852.775"],["6462.152","18683.965"],["6627.733","18740.823"],["6637.175","18698.564"],["5621.219","18454.724"],["5038.560","18919.345"],["5051.985","19076.095"],["5057.149","18988.167"],["6870.689","18827.304"],["6870.244","18846.399"],["6706.216","18887.569"],["6799.029","18713.032"],["6825.948","18678.200"],["6841.460","18689.382"],["6731.570","18710.223"],["6759.391","18737.193"],["6872.672","18748.045"],["6672.818","18711.267"],["6875.516","18879.274"],["3670.062","15495.941"],["5308.621","16500.806"],["5382.974","16498.612"],["5346.192","16486.621"],["5235.786","16487.195"],["5295.369","16392.818"],["5382.614","16553.673"],["5213.854","16505.257"],["5407.703","16421.013"],["5369.611","16465.141"],["5398.333","16367.454"],["5366.438","16353.404"],["5211.474","16378.659"],["4799.066","18370.485"],["4824.007","18407.342"],["5134.679","16021.189"],["5185.211","16076.719"],["5125.948","15962.210"],["5111.535","16075.484"],["4867.591","15702.168"],["4038.576","17856.435"],["4097.814","17962.686"],["5394.952","18015.036"],["5308.086","17835.023"],["5300.491","17994.751"],["5226.511","18005.569"],["5241.543","18005.965"],["5300.047","18023.835"],["5330.186","17843.335"],["5319.149","17884.194"],["5319.840","17920.396"],["5380.597","17905.268"],["5262.254","18016.467"],["5226.793","18017.640"],["5293.304","17835.907"],["5215.883","17929.135"],["5213.393","17886.049"],["5211.241","17893.679"],["5293.971","17972.357"],["5302.068","17975.327"],["23871.092","7949.334"],["23928.875","7951.665"],["4912.366","17862.356"],["4930.421","17869.223"],["4938.439","17855.999"],["4960.510","17843.986"],["4955.925","17876.985"],["4950.115","17903.679"],["4963.537","17888.231"],["4899.203","17874.957"],["4914.309","17846.899"],["4936.556","17880.926"],["7172.016","20478.232"],["7127.589","20381.755"],["6351.018","18987.416"],["6274.796","19050.702"],["6366.191","18998.132"],["6327.845","19001.344"],["6326.458","19023.161"],["6397.364","19006.203"],["6379.501","19056.519"],["6440.315","19060.004"],["6319.556","18966.497"],["6449.395","18990.645"],["5835.405","16566.153"],["3353.559","18359.655"],["4384.532","17133.495"],["5307.213","18315.134"],["5321.580","18266.689"],["5270.623","18316.908"],["5312.226","18329.725"],["5277.800","18300.795"],["5356.367","18269.811"],["5272.510","18283.442"],["5366.585","18356.668"],["5321.914","18346.957"],["5406.127","18292.930"],["5299.844","18336.069"],["5325.075","18289.281"],["5406.533","18382.752"],["5405.808","18434.013"],["4749.636","17391.001"],["4760.127","17376.806"],["4725.765","17405.063"],["5762.608","17967.169"],["5715.885","18015.386"],["5738.434","18043.553"],["5829.527","18040.480"],["5296.839","15222.693"],["5254.292","15240.779"],["6917.399","20615.679"],["6924.280","20726.305"],["6977.956","20638.188"],["6951.831","20046.538"],["3344.567","17422.448"],["4090.540","15413.928"],["4021.132","15312.558"],["4057.744","15373.499"],["5461.951","17209.877"],["5444.769","17385.791"],["5428.336","17274.341"],["5426.102","17244.939"],["5434.283","17252.747"],["5470.216","17373.786"],["5437.573","17392.049"],["5479.098","17395.008"],["5410.259","17391.349"],["5572.044","17250.976"],["5521.165","17279.129"],["5525.034","17274.245"],["5514.959","17261.398"],["5490.199","17314.910"],["5494.772","17308.356"],["5509.794","17346.062"],["5506.169","17336.511"],["5423.272","17240.480"],["5425.882","17231.905"],["5423.796","17282.626"],["5588.480","17278.136"],["5543.246","17304.450"],["5529.464","17320.017"],["5534.054","17316.452"],["5555.567","17405.061"],["4213.486","15371.514"],["4211.759","15460.531"],["4236.677","15381.836"],["4316.492","15335.337"],["4334.157","15333.900"],["4278.647","15366.667"],["5235.239","15518.627"],["5801.093","17611.302"],["5633.019","17501.693"],["5117.298","15677.854"],["5048.077","15599.907"],["3274.843","15707.250"],["3258.560","15703.864"],["2985.190","15762.882"],["2935.930","15849.901"],["2998.809","15773.783"],["6911.207","18917.361"],["7066.557","19068.472"],["7044.539","18890.361"],["7053.355","18916.785"],["7038.366","18950.396"],["6915.032","18962.607"],["6884.343","19041.902"],["6981.103","19027.980"],["6883.060","18980.746"],["6982.698","18979.722"],["6932.568","19047.708"],["6923.559","19066.633"],["6953.407","19084.157"],["7077.336","18919.778"],["7085.676","18935.138"],["7085.535","18967.111"],["6958.938","19054.035"],["4134.380","18417.545"],["4756.805","14811.249"],["4715.653","14820.134"],["4716.870","14823.338"],["5621.994","16383.322"],["5643.117","16365.847"],["5673.050","16364.714"],["5620.524","16360.377"],["5693.442","18202.853"],["5682.225","18186.189"],["5640.038","18190.417"],["5726.645","18215.222"],["5817.245","18209.607"],["5774.547","18240.920"],["5624.960","18180.181"],["5822.662","18250.110"],["5635.499","18143.071"],["5745.790","18177.067"],["5725.851","18161.485"],["5739.658","18148.473"],["5551.499","15968.840"],["5522.247","15949.389"],["5572.322","15962.151"],["5564.410","15936.982"],["5523.438","16097.303"],["5509.491","16104.834"],["5612.209","16000.309"],["5452.094","16130.892"],["5556.472","15953.529"],["5573.166","16022.828"],["5450.571","16101.932"],["5440.960","16115.595"],["5490.154","16107.156"],["5539.936","16035.598"],["5565.282","16020.024"],["5532.667","16047.769"],["5580.374","16108.192"],["5510.484","16136.986"],["5488.104","16060.024"],["5274.882","17319.420"],["5237.452","17340.857"],["5298.404","17331.219"],["5328.293","17335.628"],["5304.889","17351.716"],["5234.623","17374.911"],["5308.932","17390.828"],["5348.224","17349.898"],["5384.356","17364.304"],["5395.708","17237.635"],["5374.725","17298.361"],["5395.490","17278.092"],["5228.095","17264.491"],["5407.417","17198.307"],["5398.306","17204.871"],["5318.848","17400.410"],["5395.490","17278.092"],["6484.588","18910.008"],["6556.207","18894.760"],["6518.766","18911.214"],["6510.125","18954.733"],["6542.828","18962.702"],["6490.482","18914.756"],["6482.787","18901.118"],["6670.237","18928.815"],["6642.737","18915.090"],["6626.635","18968.633"],["6463.675","18970.117"],["6620.666","18952.565"],["3731.941","16867.460"],["4934.370","19092.825"],["4945.455","19075.467"],["6364.515","18352.969"],["6440.206","18284.084"],["6334.883","18410.383"],["4571.330","18494.568"],["4615.935","18474.964"],["4668.438","18492.315"],["4662.878","18548.880"],["5735.776","18422.281"],["5696.300","18439.521"],["5689.765","18379.617"],["5811.585","18458.011"],["5828.546","18424.428"],["5820.010","18417.177"],["5812.633","18443.138"],["5692.617","18436.868"],["5700.667","18341.598"],["5707.936","18336.663"],["5167.614","18093.529"],["5117.532","18096.518"],["5150.180","18073.215"],["5165.904","18138.450"],["5178.371","18086.427"],["5155.316","18155.934"],["5147.915","18137.189"],["5144.510","18179.534"],["5122.046","18166.183"],["5057.145","18076.373"],["5062.211","18099.791"],["5052.076","18055.524"],["5102.810","18046.706"],["5149.532","18112.138"],["5170.379","18200.797"],["5103.482","18137.610"],["5099.410","18122.350"],["5109.938","18172.185"],["5018.950","15254.799"],["4114.834","14745.267"],["4078.928","15286.034"],["4101.742","15160.381"],["4083.782","15139.324"],["4137.811","15128.606"],["4115.854","15098.383"],["5970.192","18931.999"],["6932.158","19939.861"],["6943.341","19903.460"],["6055.567","16720.356"],["2911.639","17069.212"],["2904.517","17072.416"],["2976.918","17124.686"],["2931.935","17110.120"],["2920.205","17081.584"],["2919.894","17177.420"],["6162.810","18447.966"],["6229.422","18434.985"],["6078.785","18439.489"],["6214.199","18422.519"],["6214.551","18465.601"],["6209.551","18392.174"],["6096.311","18432.455"],["6114.156","18438.994"],["6227.580","18400.905"],["6197.265","18397.806"],["6230.377","18454.075"],["6131.797","18461.028"],["6176.236","18461.699"],["6144.972","18379.537"],["6064.630","18434.043"],["6131.979","18420.215"],["4393.647","15297.187"],["5560.036","15853.325"],["5580.119","15858.775"],["5611.056","15859.667"],["5555.706","15770.379"],["5553.782","15732.427"],["5511.288","15803.341"],["5566.169","15874.557"],["5505.824","15820.503"],["5476.186","15812.476"],["5467.895","15742.974"],["5482.846","15776.649"],["5477.797","15747.598"],["5569.921","15779.097"],["5568.704","15736.752"],["5570.790","15839.919"],["5597.073","15838.565"],["5472.533","15856.309"],["3836.733","17367.840"],["3844.463","17346.502"],["3856.602","17408.021"],["23977.005","7451.735"],["6235.672","18485.191"],["6144.074","18481.852"],["6085.489","18483.917"],["6094.736","18549.911"],["6186.554","18534.951"],["6244.772","18474.036"],["6174.350","18529.389"],["6142.503","18496.051"],["6184.090","18571.327"],["6172.716","18491.889"],["6157.601","18476.101"],["6178.177","18541.815"],["6199.906","18618.264"],["6170.354","18581.151"],["6087.833","18587.379"],["6137.356","18624.125"],["6204.138","18652.359"],["6216.906","18659.029"],["6221.122","18637.154"],["6225.049","18607.275"],["6227.052","18536.670"],["6069.046","18617.816"],["6069.442","18617.093"],["6067.297","18594.143"],["6054.246","18620.355"],["6052.454","18600.353"],["6240.005","18644.575"],["5113.606","18630.060"],["5076.196","18647.663"],["5035.723","18637.576"],["4988.873","18648.440"],["5930.241","19025.042"],["5926.162","18991.549"],["5976.327","18947.800"],["5894.377","18963.230"],["5876.647","18945.261"],["5864.450","19051.839"],["5838.102","19027.860"],["5934.120","19005.676"],["5999.111","18978.456"],["5858.522","18921.725"],["6020.815","19099.486"],["3422.975","15575.483"],["5504.689","16871.904"],["5591.631","16906.130"],["5580.907","16953.083"],["5615.512","16904.346"],["5418.632","16811.873"],["5573.389","16841.995"],["5600.189","16798.329"],["5418.064","16973.961"],["5572.632","16810.678"],["5473.696","16827.060"],["5491.645","16815.373"],["5423.749","16841.428"],["5414.105","16845.328"],["5452.192","16923.975"],["5425.648","16901.917"],["5432.541","16931.826"],["5464.405","16859.176"],["5417.879","16890.287"],["5434.871","16830.499"],["5496.435","16946.093"],["5495.602","16904.775"],["5505.400","16947.806"],["5500.098","16898.986"],["5508.168","16928.937"],["5504.407","16922.635"],["5512.690","16925.820"],["5492.448","16885.651"],["5071.935","15099.209"],["5120.011","15186.261"],["5147.363","15089.630"],["5002.659","15121.257"],["4468.391","17836.483"],["23542.887","7919.673"],["23898.928","7311.431"],["23931.001","7354.270"],["23843.496","7458.440"],["5263.483","18150.230"],["5296.246","18125.375"],["5241.263","18128.860"],["5229.881","18196.770"],["5268.690","18193.508"],["5287.496","18171.568"],["5269.981","18047.435"],["5221.638","18065.996"],["5359.577","18050.971"],["5221.111","18075.738"],["5221.317","18141.176"],["5204.392","18186.726"],["5274.037","18103.870"],["5230.517","18167.950"],["5275.912","18175.613"],["5326.028","18254.913"],["4505.109","18266.735"],["4472.457","18276.705"],["4501.822","18421.880"],["4473.829","18432.499"],["4525.171","18287.013"],["5075.123","15306.189"],["5029.413","15315.635"],["5038.147","15335.361"],["5598.841","16343.299"],["5615.048","16271.865"],["5568.002","16280.323"],["5610.689","16219.974"],["5588.416","16227.229"],["5598.677","16180.372"],["5466.025","16236.194"],["5445.630","16222.139"],["5595.965","16328.051"],["5568.861","16268.696"],["5601.519","16329.582"],["5557.950","16293.198"],["5607.702","16277.231"],["5524.727","16199.906"],["5452.639","16187.474"],["5464.349","16205.971"],["5490.128","16324.223"],["5476.708","16320.878"],["5424.137","16205.066"],["5420.895","16219.463"],["24354.408","7700.306"],["4190.674","15769.846"],["5664.002","18656.205"],["5665.451","18537.985"],["5689.875","18622.609"],["5678.572","18482.696"],["5717.387","18516.205"],["5643.292","18536.194"],["5820.593","18612.204"],["5684.965","18469.012"],["5709.428","18480.481"],["4824.565","15810.954"],["4863.743","15764.827"],["4811.572","15720.764"],["3431.018","15515.814"],["3443.534","15528.398"],["3729.383","17109.206"],["3782.081","17119.247"],["3878.673","17092.571"],["2854.632","18203.210"],["3816.218","15951.239"],["24111.048","8132.909"],["4792.894","18616.222"],["4792.244","18555.476"],["4783.868","18588.292"],["4857.347","18500.212"],["4942.160","18592.671"],["4882.354","18652.601"],["4879.637","18640.547"],["4183.923","18051.187"],["4284.038","18048.395"],["4200.354","18212.343"],["4197.755","18097.330"],["4170.560","18086.748"],["7046.997","20029.057"],["4810.519","17615.925"],["5431.705","17988.057"],["5435.600","17974.198"],["5457.670","17962.377"],["5528.995","17975.957"],["5477.429","17998.667"],["5500.316","17955.896"],["5481.025","18025.994"],["5455.712","18013.244"],["5484.788","17867.513"],["5562.774","17918.386"],["5596.252","17947.825"],["5424.988","17844.095"],["5614.034","17920.388"],["5555.817","17854.282"],["4739.761","18770.492"],["4736.725","18683.049"],["4724.057","18819.468"],["4696.853","18745.084"],["4762.465","18865.718"],["4278.624","16967.284"],["6310.148","18840.062"],["6421.888","18824.179"],["6395.223","18864.670"],["6413.655","18853.218"],["6291.112","18703.044"],["6393.688","18801.874"],["6418.276","18736.006"],["6419.215","18766.255"],["6432.373","18777.334"],["6459.813","18760.324"],["6385.347","18822.666"],["6260.223","18863.954"],["6296.768","18832.151"],["6331.595","18809.641"],["3296.442","17446.560"],["3261.672","17485.982"],["3788.802","16723.073"],["3867.404","16620.018"],["5687.517","18960.786"],["5804.027","18903.022"],["5732.201","18967.002"],["5803.441","18932.040"],["5777.498","18919.529"],["5766.413","19050.987"],["5724.456","18985.454"],["5709.538","18975.380"],["5665.689","19084.992"],["5828.632","18983.367"],["24034.589","7687.758"],["23954.537","7743.988"],["5659.911","16914.066"],["5657.444","16854.347"],["5735.454","16834.760"],["5790.106","16823.539"],["5734.771","16819.116"],["3553.676","18377.903"],["3554.022","18461.189"],["3555.223","18455.293"],["6200.137","18358.529"],["6174.451","18289.941"],["6146.310","18349.772"],["6074.352","18384.911"],["7225.491","20277.017"],["7216.996","20263.750"],["5403.817","16746.322"],["5372.966","16749.586"],["5341.212","16733.339"],["5360.878","16676.368"],["5400.938","16606.889"],["5371.623","16578.192"],["5245.422","16658.688"],["5319.534","16697.871"],["5263.470","16680.608"],["5310.160","16701.036"],["5377.383","16768.603"],["5338.310","16676.794"],["5305.145","16681.116"],["5333.232","16564.315"],["5288.845","16585.089"],["5294.271","16697.013"],["5233.012","16678.196"],["5284.434","16733.487"],["5289.481","16722.507"],["5212.106","17770.093"],["5234.449","17773.004"],["5205.609","17808.458"],["5219.918","17779.012"],["5357.570","17815.127"],["5320.120","17748.710"],["5368.343","17826.976"],["5361.386","17710.973"],["5319.610","17784.466"],["5347.751","17690.279"],["5351.912","17781.196"],["5346.419","17717.414"],["5333.665","17705.782"],["5385.457","17665.287"],["5398.747","17668.805"],["5292.901","17702.726"],["5299.100","17682.750"],["5248.996","17811.880"],["5239.450","17806.984"],["5252.202","17787.625"],["5287.153","17822.029"],["5291.418","17810.412"],["4848.806","16143.381"],["2975.742","18327.075"],["2935.183","18301.427"],["2945.315","18284.053"],["3038.867","18332.740"],["5241.804","15296.403"],["6608.265","20136.596"],["3055.286","16792.856"],["2939.349","16942.707"],["5796.040","15935.530"],["5763.524","16090.637"],["5746.543","16020.271"],["5738.513","15996.000"],["5757.251","15949.304"],["5685.834","15960.769"],["5747.916","15978.150"],["5704.213","16038.435"],["5713.317","16002.159"],["5652.775","16059.557"],["5656.155","16047.553"],["5764.915","16034.491"],["3933.954","14934.818"],["3931.405","14937.444"],["3866.882","15042.712"],["5970.591","20433.219"],["5949.593","18503.942"],["5889.116","18497.534"],["5920.947","18509.481"],["5875.931","18471.381"],["5935.847","18519.480"],["6019.865","18524.539"],["5941.109","18612.174"],["5949.314","18592.813"],["5876.201","18657.828"],["5965.378","18657.745"],["5095.220","15763.241"],["5039.130","15847.175"],["5532.845","18450.389"],["5686.932","16301.031"],["5633.320","16208.347"],["5707.531","16213.471"],["5693.945","16230.364"],["5710.048","16183.734"],["5674.472","16188.606"],["5721.725","16166.195"],["5639.453","16162.197"],["5689.071","16338.718"],["5736.424","16213.478"],["5041.634","17544.872"],["5007.360","17477.032"],["5011.740","17494.235"],["5118.638","17435.113"],["5102.735","17451.451"],["5026.543","17486.816"],["5163.680","17597.185"],["5113.762","17591.652"],["4993.847","17563.524"],["5019.848","17577.086"],["5111.366","17433.663"],["5058.270","17413.108"],["5088.968","17420.154"],["4995.363","17466.499"],["4430.953","14528.708"],["4324.032","17868.325"],["5128.705","16460.964"],["4792.819","16011.325"],["4826.026","16065.330"],["4791.223","16089.261"],["3884.017","18104.286"],["3757.899","18086.334"],["3783.162","18068.613"],["3860.556","18219.269"],["3901.033","18149.592"],["3894.503","18213.440"],["3154.250","15925.967"],["3273.034","15811.560"],["3217.885","15827.679"],["3451.724","17993.620"],["3481.329","17968.600"],["3456.247","17951.820"],["3555.638","17931.028"],["3673.567","17852.873"],["3703.386","17859.363"],["3666.217","17937.372"],["3692.960","17938.561"],["24454.705","7826.606"],["24529.933","7852.460"],["24525.891","7864.696"],["4411.427","18553.711"],["4360.884","18543.373"],["4407.858","18551.284"],["3267.490","15977.363"],["3263.871","15995.645"],["3586.637","17373.067"],["3599.301","17341.853"],["3584.943","17301.473"],["5059.349","18184.812"],["5028.557","18079.719"],["5042.932","18092.518"],["5070.684","18135.073"],["5067.964","18160.149"],["5030.889","18116.193"],["5018.639","18167.699"],["5005.408","18121.227"],["5015.478","18102.448"],["5100.887","18214.607"],["5101.798","18214.807"],["5122.409","18231.885"],["5124.574","18211.724"],["5089.734","18200.375"],["5083.324","18215.917"],["4964.165","17535.763"],["4947.289","17431.484"],["4923.899","17472.112"],["4920.445","17414.786"],["4906.235","17449.947"],["4955.583","17462.182"],["4980.295","17612.586"],["4853.179","17584.064"],["4895.387","17597.961"],["4845.624","17479.180"],["4814.834","17456.886"],["4780.457","17484.216"],["4850.491","17445.312"],["4783.508","17432.122"],["4811.229","17428.379"],["24040.141","7666.948"],["24139.339","7485.226"],["3663.303","17825.243"],["4981.938","16561.710"],["2780.651","17275.372"],["2790.832","17316.347"],["23712.356","7812.179"],["23693.908","7810.440"],["23631.155","7850.072"],["23681.043","7839.750"],["5831.612","18761.775"],["6029.614","18790.372"],["5997.535","18801.621"],["6015.110","18883.989"],["5885.152","18868.048"],["5882.988","18886.028"],["5513.670","18940.551"],["5446.262","18995.732"],["5435.752","18907.871"],["6719.618","20278.581"],["6793.208","20310.176"],["4090.758","18063.346"],["4003.369","18206.305"],["5293.317","18419.487"],["5315.540","18385.171"],["5221.718","18277.769"],["5354.562","18398.022"],["5243.757","18399.426"],["5235.944","18294.963"],["6508.175","20582.687"],["5874.289","17231.329"],["5874.289","17231.329"],["4098.652","18040.506"],["3165.359","18212.293"],["5617.029","16020.339"],["6824.233","18910.562"],["6840.927","18930.314"],["6849.875","18978.258"],["6878.636","19000.482"],["6811.289","18968.363"],["6791.240","18963.532"],["6775.401","18978.416"],["6749.274","18944.316"],["6804.193","18919.443"],["6862.130","19037.017"],["6808.083","19067.093"],["6826.400","19001.308"],["6718.379","18931.923"],["6736.620","18911.477"],["6783.906","18918.463"],["6757.813","19014.738"],["6191.058","20703.464"],["4073.601","15774.024"],["4145.921","15830.441"],["4092.828","15743.917"],["5863.235","18303.846"],["5866.133","18370.192"],["5879.090","18322.096"],["5865.636","18354.284"],["6040.251","18464.289"],["5861.194","18446.542"],["5885.554","18435.895"],["5871.687","18463.222"],["5864.549","18407.087"],["5931.243","18453.482"],["5948.064","18422.200"],["5852.822","16099.076"],["5849.810","15967.421"],["6146.869","18774.787"],["6045.907","18823.836"],["6070.860","18815.003"],["6125.215","18812.346"],["6179.162","18819.365"],["6243.554","18759.414"],["6198.290","18740.223"],["6210.494","18767.804"],["6225.223","18846.093"],["6422.025","20644.089"],["6813.430","20621.765"],["4328.730","16220.334"],["4321.575","16187.700"],["4305.227","16346.593"],["4293.057","16142.957"],["4381.180","18509.351"],["4970.863","15306.428"],["4930.720","17396.850"],["4955.790","17404.398"],["4951.569","17371.156"],["4970.500","17374.236"],["4946.283","17330.935"],["4931.010","17356.453"],["4938.728","17313.880"],["4920.938","17316.983"],["4918.624","17289.638"],["4948.811","17299.333"],["4945.733","17282.420"],["4960.530","17279.350"],["4970.760","17259.303"],["4981.491","17228.755"],["4963.123","17210.596"],["4954.816","17242.438"],["4935.213","17254.052"],["4947.921","17219.501"],["4966.189","17241.522"],["4935.677","17243.225"],["4924.714","17253.797"],["4929.199","17266.874"],["4906.876","17267.546"],["4907.989","17278.378"],["4902.956","17302.522"],["4903.795","17323.329"],["4890.598","17351.168"],["4927.260","17372.349"],["4947.960","17396.328"],["4971.022","17404.772"],["4985.341","17387.830"],["4948.841","17325.716"],["4916.436","17352.151"],["4973.065","17217.675"],["4971.419","17362.799"],["4965.515","17301.529"],["4854.371","17324.899"],["4836.866","17321.561"],["4869.073","17293.348"],["4875.643","17268.868"],["4875.224","17337.853"],["4881.095","17319.076"],["4842.980","17276.310"],["4865.174","17250.478"],["4933.450","17219.321"],["4899.449","17219.320"],["4917.707","17239.785"],["4939.967","17211.826"],["4830.771","17361.465"],["4852.876","17332.882"],["4829.338","17341.048"],["4818.171","17398.527"],["4822.928","17396.074"],["4840.631","17342.371"],["4853.719","17273.186"],["4895.549","17387.731"],["4910.823","17380.587"],["4880.019","17360.682"],["4780.836","17401.068"],["4807.352","17375.804"],["5490.576","16703.112"],["5468.392","16688.102"],["5554.711","16766.542"],["5502.303","16692.344"],["5521.618","16704.252"],["5565.417","16692.724"],["5581.092","16691.931"],["5518.773","16684.367"],["5434.846","16686.215"],["5505.707","16600.514"],["5514.050","16671.074"],["5560.152","16573.378"],["5433.012","16641.152"],["5420.019","16632.287"],["6860.487","20421.679"],["6855.549","20433.605"],["6834.812","20391.065"],["6685.389","20568.293"],["5668.844","17679.822"],["5669.391","17634.279"],["5683.194","17799.575"],["5685.484","17701.133"],["5651.845","17749.831"],["5660.848","17697.861"],["5623.792","17707.416"],["5774.471","17672.712"],["5753.376","17694.097"],["5732.887","17704.699"],["5821.046","17683.005"],["5777.916","17809.265"],["5819.014","17809.741"],["5799.564","17766.759"],["5744.995","17761.548"],["5678.652","17813.048"],["5732.051","17719.962"],["5642.813","17722.891"],["5694.858","17703.998"],["4588.656","15383.891"],["4684.807","15404.849"],["4610.531","15362.768"],["4634.182","15472.545"],["4330.105","15648.632"],["4295.220","15609.953"],["4185.723","15539.061"],["4102.598","14663.434"],["5105.821","16267.599"],["5104.264","16202.274"],["5060.237","16221.777"],["5052.207","16182.767"],["3054.466","15842.156"],["4394.719","14423.092"],["5625.399","18078.171"],["6926.090","19120.791"],["4659.518","14897.062"],["5699.390","18836.419"],["5689.604","18801.126"],["5685.706","18757.807"],["5655.936","18817.889"],["5761.773","18881.601"],["5734.438","18867.976"],["5661.781","18685.998"],["5709.141","18876.137"],["5340.403","15982.976"],["5276.888","16075.199"],["5292.887","16121.504"],["5350.345","16106.001"],["5404.535","16022.246"],["5274.678","15991.988"],["5243.230","16079.346"],["5230.744","15987.502"],["5383.134","15980.374"],["5316.603","16057.628"],["5380.222","16077.509"],["5382.115","15936.497"],["5331.366","16137.461"],["5205.770","16116.233"],["24168.215","7457.513"],["4468.407","17768.952"],["4450.808","17818.135"],["4463.002","17640.376"],["6937.918","18858.786"],["6929.518","18707.665"],["6893.320","18862.154"],["6980.577","18820.296"],["7021.003","18871.467"],["7034.682","18837.948"],["7007.666","18803.135"],["7024.772","18797.307"],["7072.012","18756.860"],["7081.428","18742.793"],["7068.621","18775.033"],["6916.277","18700.198"],["6942.099","18706.925"],["6909.846","18712.432"],["7027.132","18699.236"],["6927.135","18683.044"],["6922.343","18847.915"],["4588.436","17991.113"],["4596.251","17947.391"],["4646.860","17958.473"],["6884.496","18562.999"],["3990.729","17070.490"],["3957.077","17055.280"],["3960.449","17050.193"],["3760.420","16338.129"],["3794.905","16188.508"],["3819.033","16207.963"],["5135.033","17995.476"],["5184.787","18029.035"],["5154.208","17976.269"],["5157.744","18012.685"],["5168.956","18024.904"],["4478.173","15781.377"],["4497.746","15861.113"],["4541.578","15841.790"],["4444.259","15724.630"],["5775.299","17202.490"],["5621.845","17255.148"],["2954.838","17647.892"],["4422.595","16269.830"],["6388.287","18442.085"],["6385.694","18405.162"],["6406.061","18417.713"],["6395.295","18388.209"],["6260.812","18453.496"],["6415.194","18398.883"],["6376.481","18430.931"],["6411.533","18369.878"],["6330.120","18435.690"],["6288.635","18439.105"],["6265.358","18425.957"],["6404.809","18461.534"],["6296.854","18460.092"],["3763.717","16817.088"],["3841.431","16862.093"],["3773.898","16781.845"],["3400.774","16115.630"],["3383.751","15987.867"],["3333.635","16097.628"],["3362.616","15945.985"],["3314.562","15993.234"],["6840.387","20701.604"],["6778.726","20653.611"],["3768.931","16109.257"],["3788.109","16078.258"],["3564.887","15462.023"],["3563.917","15473.484"],["3525.824","15391.271"],["4834.211","14920.406"],["4857.580","15010.619"],["4922.513","14945.251"],["4358.369","17424.508"],["4439.647","17608.898"],["2954.344","17594.796"],["3011.762","17607.958"],["2953.324","17592.236"],["4252.094","16610.827"],["4275.647","16655.269"],["4232.291","16668.465"],["6305.333","18960.952"],["6262.106","18913.495"],["6252.540","18928.827"],["6417.554","18958.444"],["6359.569","18945.880"],["6429.155","18937.954"],["6253.678","18960.122"],["6393.264","18906.965"],["6366.387","18966.653"],["6382.776","18966.771"],["4113.251","17416.377"],["4107.906","17477.087"],["4031.771","17474.197"],["3994.617","17493.900"],["3480.157","18395.426"],["3459.951","17060.431"],["3424.211","16978.961"],["3350.083","16978.515"],["3397.385","16937.227"],["4908.721","18685.533"],["4898.506","18723.749"],["4938.362","18865.488"],["4933.629","18694.567"],["4844.657","18693.766"],["4845.392","18830.871"],["5581.276","18111.329"],["5574.038","18130.694"],["5518.814","18131.195"],["5594.351","18152.799"],["5440.182","18045.440"],["5512.115","18136.508"],["5508.892","18170.081"],["5577.135","18151.456"],["5536.651","18128.114"],["5715.498","18779.885"],["5756.149","18740.323"],["5800.621","18889.168"],["5826.443","18830.886"],["5762.529","18729.944"],["5691.756","18749.664"],["4153.345","17826.261"],["4178.049","17819.556"],["5959.558","16754.217"],["5948.999","16760.839"],["5859.478","16676.973"],["6012.167","16743.674"],["6001.910","16773.805"],["5900.271","16716.966"],["6019.556","16568.628"],["5995.048","16575.989"],["6016.973","16613.856"],["6025.526","16600.487"],["6030.191","16735.940"],["6009.146","16650.783"],["5977.007","16681.997"],["5830.560","16599.035"],["7104.645","18888.120"],["5604.419","18538.774"],["5606.487","18581.090"],["5611.401","18614.514"],["5601.319","18585.051"],["6478.414","19031.826"],["6610.185","18996.554"],["6544.735","18989.689"],["6508.746","19037.811"],["6496.849","19000.585"],["5203.902","16874.182"],["5336.429","16911.381"],["5348.451","16907.516"],["5288.649","16939.639"],["5395.612","16826.106"],["5233.039","16931.785"],["5273.519","16837.919"],["5212.779","16854.814"],["5223.258","16932.294"],["5318.141","16883.385"],["5243.196","16986.721"],["5313.780","16866.918"],["5331.889","16857.488"],["5327.251","16811.906"],["5318.485","16813.524"],["5394.365","16937.857"],["5399.062","16965.882"],["5823.977","16325.212"],["5785.185","16188.984"],["5782.663","16225.911"],["5772.818","16271.589"],["5787.828","16146.815"],["5755.518","16344.217"],["5777.607","16335.514"],["5451.727","16526.426"],["5433.743","16487.972"],["5483.487","16507.269"],["5608.029","16470.052"],["5412.435","16443.154"],["5421.694","16454.750"],["5503.355","16483.589"],["5463.312","16405.053"],["5454.940","16418.610"],["5567.997","16405.238"],["5599.012","16459.660"],["5594.106","16414.826"],["5571.720","16368.260"],["5615.490","16394.444"],["5470.306","16393.666"],["5414.282","16522.509"],["5356.536","17061.151"],["5204.777","17060.586"],["5275.056","17062.856"],["5207.838","17118.450"],["5205.037","17099.804"],["5334.956","17061.944"],["5358.105","17049.465"],["5356.937","17006.575"],["5333.025","17004.231"],["5224.822","17052.678"],["5375.539","17185.164"],["5385.642","17168.386"],["5272.540","17171.845"],["5238.028","16991.586"],["23780.928","7763.905"],["5155.015","17747.056"],["5083.503","17679.733"],["5079.743","17782.509"],["5076.726","17755.264"],["5111.364","17759.211"],["5079.435","17728.657"],["4994.803","17742.715"],["5000.036","17731.571"],["5193.948","17755.775"],["5026.613","17646.045"],["5622.288","18479.678"],["4777.604","16491.481"],["4756.765","16457.327"],["4634.855","16493.514"],["4677.283","16554.618"],["4660.815","16507.787"],["5664.231","16518.200"],["5662.586","16505.929"],["5728.218","16384.441"],["5715.241","16371.411"],["5743.506","16498.283"],["5790.905","16462.393"],["5755.839","16392.572"],["5794.555","16353.720"],["5786.266","16546.697"],["5810.322","16457.986"],["5805.805","16394.151"],["5815.813","16521.723"],["5646.540","16480.098"],["4622.566","18197.262"],["4616.497","18237.015"],["4684.392","18086.598"],["4671.945","18213.295"],["4642.855","18248.268"],["4742.643","18234.791"],["5695.896","16091.508"],["5671.472","16139.187"],["5669.218","16120.360"],["5699.877","16089.489"],["5713.940","16116.491"],["5630.111","16129.431"],["5743.582","16090.533"],["5726.112","16117.466"],["5634.786","15962.350"],["7328.662","20596.601"],["3697.799","15706.068"],["3716.105","15684.631"],["3673.950","15707.868"],["3676.450","15595.845"],["3652.891","15578.865"],["3646.641","15527.221"],["23953.449","8030.620"],["23987.729","7911.599"],["24014.799","7935.891"],["23950.253","7936.069"],["4189.710","17127.829"],["4180.170","17064.444"],["4150.055","17068.424"],["5024.580","18791.549"],["5046.800","18820.352"],["4462.433","14432.688"],["3943.181","14888.905"],["2860.158","18193.929"],["3901.338","17472.910"],["7215.691","20092.336"],["5661.472","17843.668"],["5716.498","17900.746"],["5741.021","17959.997"],["5721.970","17881.741"],["5723.664","17838.009"],["5795.506","17836.638"],["5662.887","17888.970"],["5623.073","17965.290"],["5641.994","17953.334"],["5662.321","17896.149"],["5710.318","17928.089"],["5682.076","17915.133"],["5680.213","17880.129"],["5621.519","17911.152"],["5763.542","17883.856"],["5756.021","17902.255"],["5770.215","17930.549"],["5644.782","17939.889"],["5638.992","17908.607"],["4724.689","14641.170"],["6268.183","18522.755"],["6252.498","18504.959"],["6290.756","18522.214"],["6376.410","18493.951"],["6279.807","18596.772"],["6318.688","18509.729"],["6438.313","18503.809"],["6292.005","18567.410"],["6398.678","18480.435"],["6375.352","18529.233"],["6277.293","18490.115"],["6384.764","18500.006"],["6274.018","18565.679"],["6411.730","18546.248"],["6299.627","18481.857"],["6305.335","18533.242"],["6329.877","18514.279"],["6269.155","18614.770"],["4826.366","17642.029"],["4945.397","17831.715"],["4962.574","17810.369"],["3228.327","15485.808"],["3997.437","17647.440"],["4013.165","17831.909"],["3715.264","16080.884"],["24223.626","7755.431"],["24221.230","7749.882"],["24161.241","7888.673"],["24251.406","7743.621"],["5994.903","16791.278"],["6034.574","16779.139"],["5863.416","16957.644"],["5852.283","16930.623"],["5879.015","16830.029"],["5925.945","16889.137"],["5958.182","16941.382"],["4445.517","15665.081"],["4425.352","15696.312"],["5002.082","16663.390"],["5034.599","16636.284"],["4703.796","16680.366"],["5599.470","18872.629"],["5581.374","18754.481"],["5525.657","18735.140"],["5613.803","18697.323"],["5578.290","18885.953"],["5608.893","18845.625"],["5559.369","18745.255"],["5508.891","18775.642"],["5573.745","18753.531"],["5588.427","18807.615"],["5569.548","18742.609"],["5530.981","18887.512"],["5570.940","18714.425"],["5562.484","18721.515"],["5440.245","17805.634"],["5456.840","17700.653"],["5411.281","17765.640"],["5594.914","17814.844"],["5606.362","17740.988"],["5583.798","17719.803"],["5563.208","17688.713"],["5525.527","17712.429"],["5593.080","17645.718"],["5424.545","17654.835"],["5548.336","17814.659"],["5813.276","16654.748"],["5765.194","16771.388"],["5806.382","16724.996"],["5747.336","16680.368"],["5811.217","16673.436"],["5746.679","16743.075"],["5760.415","16700.209"],["5811.977","16712.856"],["5820.050","16598.738"],["5690.765","16715.616"],["5719.341","16770.376"],["3430.722","15490.380"],["3494.459","15403.030"],["3320.022","15493.471"],["3307.012","15461.530"],["3379.561","15348.087"],["5938.580","18343.483"],["5984.610","18390.672"],["5957.587","18368.245"],["4426.231","16045.814"],["5085.252","16986.517"],["5122.873","16956.188"],["5177.282","16952.735"],["5188.342","16899.566"],["5177.668","16958.015"],["5133.275","16908.728"],["5121.401","16928.483"],["5177.177","16878.984"],["5198.659","16874.950"],["5059.019","16977.418"],["5085.300","16966.936"],["5047.044","18597.461"],["5047.573","18539.406"],["5080.257","18521.837"],["5091.189","18605.636"],["4915.176","18463.895"],["4818.705","18274.366"],["4879.241","18273.605"],["4775.583","18286.669"],["4757.093","18351.441"],["4775.323","18391.165"],["4721.713","18430.030"],["4693.968","18391.238"],["4635.376","18361.193"],["2846.330","17469.470"],["2861.560","17488.447"],["2845.458","17411.287"],["3493.857","17234.999"],["3381.722","17401.028"],["4030.712","18443.623"],["4136.584","18430.741"],["4937.571","17656.391"],["4919.150","17697.580"],["4942.045","17682.370"],["4958.175","17682.346"],["4868.926","17659.204"],["4886.016","17622.098"],["7015.149","20253.973"],["7086.920","20191.932"],["6952.983","20256.123"],["3291.411","16390.488"],["3212.974","16418.713"],["3197.152","16410.571"],["3208.944","16413.527"],["6838.212","19964.331"],["5514.252","17011.125"],["5513.643","17006.913"],["5535.486","16998.725"],["5417.160","17179.334"],["5604.045","16989.943"],["5574.610","17050.391"],["5612.220","17162.038"],["5610.806","17121.972"],["5414.443","17144.097"],["5492.910","17030.448"],["5421.241","17171.729"],["5413.950","17184.502"],["5506.417","17033.204"],["5511.807","17034.366"],["5510.772","17037.453"],["5619.106","17039.206"],["5488.357","17000.196"],["3108.000","16728.298"],["3123.082","16732.510"],["3101.651","16752.460"],["4255.541","16049.349"],["4286.955","16123.882"],["5897.223","17050.407"],["5858.041","17028.959"],["5890.328","17106.363"],["5928.017","17049.196"],["5950.533","17032.150"],["5880.551","17174.891"],["5886.370","17164.800"],["5886.889","17158.908"],["5812.305","15929.299"],["5795.908","15924.427"],["5823.461","15871.767"],["5709.072","15918.433"],["5670.044","15923.242"],["5725.339","15832.115"],["5801.560","15897.065"],["5625.658","16769.761"],["5638.066","16738.496"],["5690.947","16688.403"],["5667.620","16681.589"],["5736.111","16600.427"],["5751.958","16591.000"],["5694.233","16651.739"],["5636.357","16731.569"],["5620.850","16750.089"],["5733.783","16621.136"],["5743.468","16598.284"],["5658.299","16751.155"],["5808.320","16567.710"],["5963.223","20751.509"],["3778.877","15754.577"],["3838.318","15771.951"],["3872.118","15861.134"],["3770.095","15756.080"],["5636.961","15845.860"],["5750.320","15833.840"],["5782.129","15851.610"],["5817.557","15818.315"],["5653.131","15767.485"],["5621.129","15740.335"],["5808.259","15881.858"],["5779.630","15780.758"],["5710.589","15780.941"],["5710.321","15790.007"],["5654.545","15878.593"],["5658.681","15853.458"],["5674.257","15867.033"],["5635.635","15887.185"],["5689.435","15867.268"],["5808.247","15755.388"],["5825.760","15767.634"],["5784.115","15796.585"],["5816.040","15771.565"],["5779.888","15797.972"],["5817.471","15787.931"],["5827.882","15816.205"],["5811.517","15763.125"],["5792.964","15802.068"],["5760.158","15726.389"],["5751.513","15733.539"],["5598.460","18359.144"],["5550.006","18371.283"],["5542.162","18392.184"],["5420.681","18315.460"],["5452.128","18317.330"],["5484.920","18402.567"],["5474.894","18361.117"],["5449.909","18439.372"],["5511.847","18430.460"],["5563.488","18393.961"],["5413.985","18413.020"],["5420.599","18440.037"],["3374.313","18169.951"],["3370.217","18171.256"],["3334.954","18245.311"],["3353.688","18168.399"],["4155.955","14841.775"],["4261.547","14858.488"],["4211.942","14798.092"],["4318.110","14810.528"],["4311.633","16516.227"],["7335.334","20283.907"],["4769.954","17431.601"],["4760.300","17419.584"],["4727.880","17459.568"],["4749.206","17471.522"],["4754.746","17484.806"],["4731.441","17443.232"],["4755.268","17425.002"],["4979.226","18562.024"],["4939.903","18477.280"],["4948.377","18531.976"],["2921.111","17294.860"],["2923.041","17334.161"],["4141.633","18480.964"],["4117.927","18598.542"],["4118.404","18526.073"],["5588.074","18500.852"],["5600.943","18628.971"],["5591.273","18529.942"],["5551.681","18618.709"],["2795.089","17025.234"],["2846.372","17093.112"],["6478.869","18432.505"],["7400.616","20373.864"],["5165.215","18334.529"],["5150.544","18275.602"],["5127.419","18320.094"],["5119.705","18279.929"],["5192.691","18256.852"],["5096.414","18260.314"],["5174.110","18294.926"],["5141.430","18307.905"],["24091.182","7721.483"],["24062.170","7734.301"],["4324.269","17576.082"],["4326.028","17617.321"],["4290.454","17418.231"],["2908.464","18213.351"],["2941.408","18150.444"],["2999.981","18232.390"],["3063.287","18163.769"],["3056.083","18164.297"],["2995.656","18142.382"],["4140.874","16622.496"],["3997.930","16598.648"],["4114.789","16615.973"],["4133.440","16613.413"],["4977.765","17168.577"],["4972.943","17187.411"],["4976.546","17175.637"],["4801.880","14757.802"],["4851.590","14768.479"],["4787.435","14785.671"],["3267.906","17894.526"],["3219.797","17895.187"],["3262.478","17970.133"],["3250.488","17917.466"],["3738.779","15591.846"],["4203.371","14636.184"],["4204.571","14635.308"],["4191.297","14495.306"],["4163.073","14486.256"],["4267.481","14505.661"],["4325.410","14535.132"],["4994.518","15059.974"],["5624.802","17073.882"],["5655.575","17091.652"],["5673.484","17180.119"],["5666.036","17146.830"],["5741.447","17075.106"],["5752.813","17070.036"],["5671.603","17023.989"],["5763.543","17060.688"],["5805.164","16999.131"],["5698.550","17100.773"],["5698.832","17191.840"],["5708.211","17158.258"],["5814.193","17134.835"],["5775.774","17192.936"],["5669.862","17181.580"],["4399.889","17268.144"],["4453.862","17237.535"],["4470.906","17227.386"],["3194.899","18369.617"],["3189.372","18279.593"],["3199.323","18269.370"],["3268.855","18412.322"],["3266.108","18413.578"],["3282.638","18379.986"],["5095.712","17049.027"],["5172.851","17006.318"],["5184.193","17040.307"],["5083.271","16996.507"],["5139.690","17106.925"],["5132.028","17173.113"],["5055.943","17191.313"],["5127.258","17096.201"],["5035.924","17138.640"],["5140.958","17139.280"],["5071.525","17198.004"],["5023.262","17197.606"],["5007.776","17179.257"],["5033.465","17173.424"],["5055.177","17174.054"],["4993.675","17169.334"],["5137.007","17195.812"],["5051.703","17011.709"],["4992.341","17194.751"],["5013.598","17093.645"],["5033.905","17114.450"],["5050.320","17110.006"],["5070.877","17153.735"],["5066.503","17118.417"],["5193.472","17072.459"],["3129.892","16971.413"],["3219.316","16817.342"],["3200.780","16813.147"],["3203.461","16861.586"],["3667.103","17183.239"],["3548.781","17185.435"],["3606.676","17068.821"],["3578.139","17197.326"],["3705.798","17011.303"],["3678.840","17072.162"],["5300.005","16146.200"],["5346.052","16151.751"],["5392.681","16145.804"],["5402.459","16158.260"],["5249.688","16269.349"],["5280.801","16247.503"],["5230.709","16336.465"],["5362.535","16339.687"],["5375.370","16282.751"],["5280.462","16208.639"],["5268.245","16168.134"],["5140.962","17291.134"],["5119.137","17290.143"],["5174.376","17268.745"],["5176.467","17357.062"],["5149.101","17395.062"],["5003.890","17379.254"],["5049.791","17278.250"],["5119.127","17241.798"],["5033.436","17243.978"],["5126.582","17260.011"],["5017.811","17250.433"],["4994.122","17238.083"],["5003.744","17225.993"],["5010.728","17210.170"],["5038.906","17222.274"],["4998.535","17397.793"],["5077.578","17343.685"],["5084.789","17364.397"],["5075.605","17387.404"],["5099.105","17380.386"],["5081.880","17407.931"],["5113.980","17366.142"],["5102.704","17282.970"],["5137.260","17278.635"],["5132.190","17238.202"],["5106.537","17220.531"],["5099.534","17235.978"],["5109.607","17208.332"],["5136.015","17223.984"],["5162.324","17265.818"],["5075.557","17338.398"],["5123.082","17370.242"],["4993.478","17208.141"],["5074.731","17338.359"],["5081.192","17286.896"],["5065.223","17303.090"],["5006.297","17266.992"],["5011.802","17290.341"],["5023.152","17364.234"],["6105.223","19067.843"],["6113.545","19087.711"],["6066.111","19005.019"],["3901.088","17625.277"],["3912.618","17735.714"],["3909.032","17699.678"],["6151.588","18896.105"],["6144.121","18954.239"],["6232.326","18899.860"],["6119.677","18904.355"],["6103.361","18912.332"],["6250.106","18902.830"],["6220.292","19000.682"],["5219.543","17599.837"],["5293.720","17416.137"],["5245.080","17580.986"],["5370.845","17412.723"],["5309.211","17483.437"],["5240.777","17592.533"],["5250.445","17596.648"],["5224.753","17522.125"],["5222.439","17495.687"],["5321.774","17518.845"],["5317.475","17528.255"],["5324.368","17481.925"],["5395.670","17587.633"],["5379.652","17571.360"],["5369.750","17542.036"],["5317.118","17442.688"],["5318.688","17447.590"],["5406.793","17538.373"],["5201.587","17560.606"],["24005.261","7485.431"],["4276.363","14443.415"],["13708.069","13437.110"],["17425.871","17589.703"],["15811.963","17173.360"],["17806.529","17050.394"],["19342.005","17174.786"],["17620.473","17529.450"],["17631.943","17516.630"],["15581.131","16007.341"],["15643.881","15951.648"],["15569.798","15972.927"],["15715.036","16001.514"],["15589.013","16122.187"],["15300.058","16160.859"],["15219.930","16282.904"],["15300.718","16301.169"],["15211.842","16318.572"],["16282.876","16154.827"],["16255.248","16206.835"],["18558.942","12020.109"],["18506.866","12072.863"],["19923.739","17276.070"],["18457.379","13741.618"],["16186.965","16817.098"],["16170.745","16962.091"],["16328.803","16799.158"],["15085.433","16536.032"],["15076.959","16440.353"],["17777.428","17235.661"],["15979.505","16104.435"],["16161.149","15922.393"],["13771.793","13368.506"],["23922.984","17301.931"],["23928.965","17298.018"],["17431.120","16873.607"],["17473.769","16970.726"],["19028.763","12365.277"],["23634.470","17793.235"],["15138.336","12350.819"],["15242.613","12485.837"],["19086.562","13689.289"],["18143.724","16887.884"],["15919.835","16029.927"],["15091.054","12217.521"],["15901.830","16752.298"],["15796.813","16694.853"],["17820.721","16732.582"],["17807.975","16693.714"],["16930.912","15835.168"],["16789.002","15867.811"],["18781.294","15678.794"],["15204.021","17093.671"],["15861.172","16244.154"],["15921.635","16155.362"],["15887.272","16260.258"],["15877.801","16332.122"],["15776.393","16346.572"],["15917.452","16336.027"],["15089.202","18047.265"],["15154.735","12331.582"],["18157.261","14328.730"],["18234.888","14365.927"],["15907.121","13298.999"],["15279.659","16420.253"],["15250.880","16547.909"],["15290.756","16414.826"],["15298.183","16353.954"],["15287.532","16380.475"],["15300.312","16480.969"],["15285.245","16471.482"],["15247.893","16553.034"],["17990.177","17335.354"],["17911.043","17330.646"],["16478.479","16873.207"],["16599.225","16961.663"],["16652.578","16982.011"],["17190.219","17286.004"],["21561.122","13771.570"],["21562.827","13772.366"],["21562.390","13690.123"],["16495.281","16397.246"],["14878.236","12163.108"],["14807.428","12137.162"],["18271.838","14355.873"],["18491.129","13783.097"],["21397.809","13825.850"],["15351.502","12282.062"],["15852.816","16511.187"],["27357.782","16629.203"],["27151.513","16640.697"],["18785.082","14077.751"],["17571.954","17227.301"],["16333.236","16603.168"],["16196.439","16620.513"],["16339.601","16601.838"],["15588.720","15924.614"],["18201.827","14217.046"],["18210.445","14107.206"],["18222.222","14175.392"],["27234.905","9633.504"],["15985.730","15888.757"],["15489.120","16209.128"],["15314.874","16203.784"],["15493.786","16149.367"],["15455.253","16179.223"],["15491.812","16216.790"],["14762.245","12071.880"],["19457.712","17203.538"],["17006.014","17087.485"],["15310.060","12553.612"],["15469.071","12741.764"],["15694.119","16976.952"],["16614.097","16485.143"],["16590.880","16414.013"],["15715.099","16347.691"],["15539.177","16322.216"],["15580.933","16202.846"],["15622.091","16149.138"],["19014.400","15160.431"],["29432.467","9432.771"],["29465.442","9543.961"],["17601.933","16208.133"],["15453.408","15913.115"],["16365.821","16244.726"],["23640.586","17554.260"],["14583.121","12281.672"],["14576.324","12200.259"],["17986.936","14585.969"],["17974.427","14453.943"],["15850.871","17421.816"],["15801.192","17496.729"],["17750.816","16950.608"],["15174.467","16868.097"],["15111.555","16782.652"],["15120.797","16844.914"],["15107.813","16873.522"],["15140.983","16872.755"],["15300.955","16949.026"],["19292.877","11979.514"],["19178.720","11935.698"],["19105.684","17326.526"],["17899.057","16901.698"],["17953.643","16896.904"],["13799.838","13631.660"],["23797.223","17719.380"],["19255.947","16738.367"],["15055.039","17711.591"],["15114.499","16756.324"],["15110.640","16759.331"],["16983.037","17123.640"],["15403.527","12406.092"],["19502.687","15796.302"],["15857.646","16044.170"],["15624.206","17415.927"],["18618.786","14019.623"],["17955.468","16385.099"],["17842.411","16454.733"],["15476.379","16428.909"],["17439.079","16509.349"],["16309.567","16127.164"],["16301.337","15974.968"],["16165.793","16080.037"],["16225.837","16031.516"],["17354.405","17237.796"],["17392.276","17286.797"],["15587.829","16581.097"],["16075.427","16528.476"],["15965.248","16352.937"],["15954.203","16413.536"],["16120.395","16601.886"],["15505.708","16933.801"],["15450.176","16784.082"],["21592.836","9188.042"],["13840.548","13343.792"],["15067.883","12382.772"],["15290.917","16003.310"],["16691.690","17144.138"],["16669.170","17104.368"],["16774.723","17045.559"],["16774.723","17045.559"],["21373.767","13784.772"],["21373.633","13784.229"],["18573.857","15476.454"],["15889.307","15909.936"],["15631.131","17803.722"],["16429.350","15981.415"],["17406.312","16898.305"],["16030.265","16900.543"],["16873.400","15588.407"],["17400.971","16081.869"],["17261.074","16041.241"],["16701.348","16734.235"],["15082.913","12111.724"],["15088.299","12010.803"],["15275.418","16568.679"],["15290.070","16601.413"],["15227.444","16637.189"],["15208.738","16600.771"],["19646.991","12982.804"],["19435.452","16640.200"],["15042.211","17908.300"],["15526.425","16418.486"],["15582.184","16399.037"],["15559.254","16549.259"],["15686.039","16508.166"],["15712.345","16396.720"],["15648.262","16473.876"],["15522.457","16371.061"],["18144.124","16653.256"],["18261.755","12918.756"],["18349.920","12873.610"],["15475.213","13226.783"],["15343.351","16928.680"],["15423.417","16927.636"],["15487.977","16980.374"],["19763.172","13041.486"],["17714.303","16297.205"],["15301.637","16051.362"],["15510.590","15958.841"],["15501.245","16021.046"],["15509.872","16127.063"],["15443.307","15961.253"],["15567.780","17780.617"],["16134.542","16315.522"],["15955.193","16240.116"],["16024.251","16177.116"],["16041.781","16187.979"],["16038.162","16287.224"],["18040.607","16643.370"],["17955.835","16677.479"],["17925.718","16746.787"],["16193.400","16435.688"],["16351.646","16396.048"],["16319.491","16552.446"],["16309.267","16535.067"],["21530.716","13976.906"],["21456.207","13932.339"],["21560.363","13924.968"],["21412.862","13871.486"],["21600.623","13825.750"],["15864.173","16144.479"],["15559.937","18331.181"],["16450.040","16590.331"],["16443.208","16749.642"],["16480.684","16640.927"],["15647.719","13422.811"],["18709.814","14010.380"],["15468.192","16764.575"],["15425.396","16761.028"],["19669.513","17333.564"],["18246.799","13085.153"],["14891.554","17466.139"],["19202.346","17158.562"],["21778.831","6602.605"],["13797.174","13431.101"],["21842.813","6560.563"],["21891.727","6517.244"],["21895.143","6438.184"],["21998.778","6445.600"],["21919.041","6578.762"],["17481.226","17018.001"],["17493.964","17615.345"],["17536.727","17574.157"],["14972.787","12872.698"],["15075.509","12845.083"],["15093.206","12956.100"],["17695.029","17710.871"],["16745.272","14164.807"],["20961.471","7859.008"],["20882.376","7871.196"],["20935.089","7854.830"],["20875.895","7893.641"],["20883.276","7723.386"],["20845.521","7726.953"],["20877.594","7780.974"],["20837.347","7718.233"],["20868.613","7870.223"],["20903.227","7715.013"],["18738.536","17291.115"],["18760.616","17298.894"],["16974.052","18043.220"],["19823.773","6183.034"],["19765.302","6079.764"],["19851.914","6163.678"],["23645.545","17857.129"],["14791.529","12645.463"],["14703.913","12586.203"],["14706.914","12629.680"],["14683.326","12757.365"],["23858.011","5918.356"],["19816.263","5937.600"],["19830.227","5887.707"],["19764.306","5992.183"],["19792.809","5956.493"],["19809.602","5856.212"],["19831.082","5932.893"],["14703.070","12362.754"],["17716.330","17043.104"],["17768.542","17013.959"],["20337.212","7297.474"],["20332.262","7445.897"],["20758.850","6256.197"],["20701.876","6260.524"],["20716.860","6379.979"],["20706.333","6354.116"],["20655.354","6315.608"],["20586.538","6368.094"],["20590.814","6354.650"],["20639.219","6280.876"],["20597.327","6369.002"],["20647.294","6249.068"],["20646.801","6371.958"],["14688.591","13873.546"],["14719.190","13893.956"],["14691.897","13928.329"],["14355.346","13371.813"],["14307.392","13320.985"],["14381.474","13222.256"],["14441.060","13249.340"],["16216.035","12831.632"],["17181.011","16792.296"],["20201.126","6134.684"],["20201.311","6091.641"],["20202.084","6048.899"],["18794.359","12435.076"],["14625.938","13255.306"],["14596.025","13311.286"],["20575.376","6610.442"],["20630.935","6560.103"],["20688.567","6468.741"],["20739.011","6457.742"],["20720.722","6493.315"],["20605.771","6550.524"],["20581.199","6581.028"],["20714.220","6532.889"],["20677.641","6529.173"],["20731.062","6514.689"],["25004.595","6011.576"],["25028.789","6015.408"],["18619.139","16964.456"],["18647.247","16866.443"],["18620.044","16803.023"],["28601.883","8611.635"],["28582.574","8637.233"],["18656.437","17084.734"],["18640.293","17023.558"],["18641.128","16993.497"],["27506.610","6878.398"],["27493.156","6952.122"],["18631.137","15984.857"],["18051.090","17311.505"],["18075.464","17230.372"],["14000.275","13645.423"],["13831.640","13706.125"],["13858.220","13636.019"],["13961.532","13616.283"],["13940.383","13808.129"],["17726.446","17476.952"],["17660.351","17491.858"],["17661.052","17558.009"],["15638.496","15950.135"],["15588.899","15963.359"],["15689.174","16005.819"],["15618.470","16089.321"],["15996.830","13880.310"],["19715.758","5204.392"],["19666.613","5244.095"],["19718.571","5222.195"],["19668.127","5283.781"],["19673.735","5272.204"],["19560.643","5165.829"],["19595.107","5159.202"],["16590.551","17204.313"],["14005.598","12535.482"],["28529.091","9026.864"],["28519.239","9056.954"],["28159.964","9511.094"],["28191.411","9395.239"],["20643.159","7565.297"],["20588.817","7528.336"],["20637.863","7579.995"],["20629.792","7682.727"],["20711.799","7660.695"],["20665.549","7684.824"],["20720.302","7622.495"],["20687.490","7677.772"],["20457.250","7254.222"],["20490.477","7152.165"],["20474.359","7140.703"],["20824.799","7492.896"],["20947.086","7552.218"],["20837.086","7484.489"],["20811.614","7565.006"],["20808.736","7577.376"],["20820.835","7550.981"],["20819.903","7550.357"],["20792.751","7606.596"],["20784.544","7563.243"],["20826.731","7543.507"],["20832.389","7570.378"],["28619.268","9368.479"],["19964.405","6874.344"],["19990.293","6931.833"],["19949.717","6867.093"],["20135.227","6895.943"],["20114.158","6883.144"],["20014.323","6907.389"],["20137.382","6915.943"],["20090.096","6905.654"],["13795.916","12754.159"],["13743.258","12674.727"],["13748.519","12694.908"],["20268.805","5766.269"],["20197.681","5582.216"],["20254.293","5638.054"],["20267.599","5597.757"],["20189.408","5602.150"],["16210.532","16293.575"],["16273.011","16230.848"],["16189.083","16329.745"],["16174.145","16279.264"],["16268.302","12604.738"],["16147.366","12583.564"],["16241.740","12654.026"],["16202.577","12695.692"],["16157.836","12551.867"],["18487.675","11974.531"],["18520.214","12016.226"],["20577.461","8675.906"],["20580.652","8580.151"],["20619.122","8638.962"],["14043.305","12267.104"],["14231.546","12145.427"],["27260.672","7658.723"],["20422.452","7691.262"],["18460.615","13795.548"],["19965.020","17289.464"],["16338.962","16918.474"],["16262.389","16932.342"],["16288.484","16849.732"],["18349.906","13110.050"],["20579.933","7125.918"],["20609.029","7155.282"],["20582.943","7114.341"],["20612.998","7085.974"],["20757.455","7072.647"],["20638.639","7067.775"],["20683.475","7070.681"],["17624.954","17207.013"],["15988.628","16063.969"],["19981.545","8514.380"],["19988.441","8481.961"],["19962.734","8410.350"],["20024.066","8467.444"],["19364.875","11886.384"],["21892.626","6375.542"],["20681.060","7820.693"],["20676.750","7713.379"],["20692.671","7689.845"],["20572.311","7895.697"],["20718.032","7718.697"],["20725.011","7707.349"],["16339.289","15759.600"],["16224.817","15902.211"],["14120.643","13414.569"],["20318.577","6214.766"],["20182.576","6263.232"],["20189.089","6267.857"],["20283.381","6260.326"],["20155.717","6247.427"],["20275.388","6284.950"],["20201.934","6253.042"],["20311.924","6335.962"],["20349.112","6308.431"],["20259.194","6295.681"],["17154.040","16011.557"],["17061.827","16021.278"],["17435.167","16870.486"],["17447.239","16970.660"],["18462.083","17715.750"],["18659.567","17793.513"],["18609.221","17669.798"],["15763.625","13444.229"],["15812.654","13459.558"],["15838.484","13405.579"],["15919.344","13395.989"],["27523.106","7569.260"],["27602.113","7584.894"],["27525.419","7621.063"],["27586.324","7605.984"],["18283.593","17156.370"],["18318.186","17072.290"],["18317.416","17047.448"],["20303.269","8522.889"],["18638.166","17199.899"],["18667.762","17308.563"],["15149.395","12362.721"],["15236.626","12429.041"],["27643.460","7909.592"],["27608.032","7939.864"],["27665.417","7987.726"],["27685.993","8105.909"],["27676.388","8103.184"],["27566.288","7902.555"],["27615.647","7947.939"],["27590.351","7957.963"],["27302.712","7832.778"],["27251.149","7786.535"],["18146.037","16814.114"],["18139.179","16796.126"],["18227.090","16947.858"],["27709.776","7419.614"],["27714.069","7317.434"],["27637.292","7344.602"],["27640.335","7391.637"],["27703.608","7362.223"],["27718.148","7368.516"],["27639.154","7287.549"],["27636.309","7341.158"],["17595.990","16956.677"],["21196.404","7453.529"],["21110.730","7377.756"],["21109.661","7458.401"],["21176.207","7465.783"],["21133.653","7400.381"],["21095.721","7313.969"],["21002.283","7404.027"],["22649.586","6124.691"],["15754.919","13687.750"],["15902.230","16046.955"],["15920.780","16133.793"],["15913.074","15941.199"],["15893.138","16067.531"],["17913.234","17723.856"],["18225.841","17054.276"],["18044.970","17070.645"],["18066.642","17050.245"],["18167.595","17003.734"],["28239.386","7220.860"],["28282.890","7260.332"],["14144.406","13296.984"],["14247.548","13217.473"],["14915.654","12133.530"],["15926.519","16752.336"],["23514.296","7953.504"],["16189.471","13251.821"],["15112.294","17101.400"],["19475.090","6008.232"],["13875.092","13500.135"],["20375.500","7071.673"],["20408.997","7112.545"],["20410.592","7104.502"],["27502.307","7857.464"],["27507.275","7871.869"],["27509.249","7883.925"],["27344.702","7697.369"],["27320.310","7843.727"],["27311.774","7688.963"],["27395.886","7773.158"],["27376.577","7863.826"],["27378.682","7733.241"],["27445.084","7893.365"],["27430.693","7870.078"],["27465.479","7875.330"],["27451.811","7873.629"],["27384.542","7876.883"],["15740.909","16262.548"],["15815.578","16340.259"],["15921.887","16312.054"],["15811.573","16337.180"],["17174.983","17798.546"],["17149.106","17823.520"],["16891.234","16145.995"],["15000.189","18087.348"],["15004.630","18066.076"],["19993.957","6578.557"],["19954.714","6528.664"],["20058.179","6567.519"],["20093.624","6541.424"],["19953.819","6444.501"],["17205.017","18052.674"],["17201.678","18144.824"],["17220.507","18222.666"],["15099.025","12193.506"],["15124.544","12191.717"],["21084.894","6693.404"],["21035.930","6755.370"],["18156.589","14381.653"],["17211.064","18278.073"],["28395.849","8230.448"],["15804.730","13366.245"],["15806.991","13207.048"],["15922.014","13367.158"],["18710.427","15848.105"],["18539.663","14756.703"],["20200.391","8544.375"],["20213.220","8547.579"],["19826.281","8337.881"],["19920.804","8381.200"],["19753.559","8395.867"],["19737.869","8446.635"],["19729.628","8433.505"],["19814.678","8404.092"],["15402.247","13138.885"],["15469.713","13051.016"],["15513.616","13019.468"],["20154.476","6785.185"],["14836.983","13735.170"],["14803.866","13664.366"],["17996.796","17230.631"],["17848.249","17298.307"],["17968.342","17363.170"],["16506.697","16911.440"],["16537.857","16836.269"],["16538.633","16889.508"],["18926.288","14248.560"],["28250.910","8099.826"],["15571.674","16069.078"],["16679.940","16962.188"],["16677.451","16960.952"],["16769.706","16812.848"],["27548.611","7270.720"],["27596.983","7303.404"],["27557.378","7294.634"],["27614.154","7289.713"],["27536.440","7287.219"],["27538.087","7423.204"],["27553.696","7411.445"],["27518.515","7457.209"],["17065.977","17251.333"],["17174.609","17254.941"],["17198.526","17316.993"],["17421.784","17813.323"],["17465.168","17800.628"],["28057.051","8021.242"],["28130.629","8011.350"],["28119.528","7918.890"],["16459.625","17044.970"],["28598.758","8714.706"],["21562.188","13771.547"],["21561.614","13690.285"],["16479.112","16355.037"],["16036.615","17884.458"],["16087.807","17859.255"],["15987.779","17970.067"],["17180.395","17537.624"],["14823.688","12166.134"],["14785.774","12282.710"],["29358.433","9391.409"],["17714.013","16432.235"],["14609.282","12109.819"],["28160.954","7693.848"],["28266.502","7873.837"],["28168.739","7775.455"],["28224.281","7801.582"],["14514.368","14118.237"],["14486.171","14219.369"],["26702.091","7342.899"],["18663.782","16623.970"],["13992.153","12268.114"],["13883.345","12167.600"],["13951.796","12181.492"],["19480.074","5093.950"],["19483.495","5036.989"],["20637.217","6866.155"],["20604.273","6844.437"],["20663.606","7026.800"],["20609.807","7037.353"],["20671.221","7009.591"],["20618.343","7029.063"],["20701.934","6840.482"],["20692.345","6861.654"],["21288.631","6970.730"],["21408.795","6869.838"],["21396.992","6909.565"],["27755.133","7775.716"],["27929.037","7811.215"],["27871.553","7841.802"],["27929.201","7853.577"],["27918.379","7832.256"],["27876.586","7796.071"],["27922.255","7686.500"],["27851.680","7769.258"],["27909.443","7703.214"],["27828.999","7736.476"],["27885.907","7738.094"],["27877.288","7726.500"],["27894.607","7701.860"],["27894.706","7749.490"],["18597.921","13769.835"],["17513.699","12458.181"],["21397.786","13825.490"],["21360.003","13878.052"],["15651.163","17374.639"],["15312.677","12305.419"],["15347.252","12139.414"],["15688.647","12939.553"],["15649.956","12901.263"],["27765.930","8168.380"],["27863.074","8148.474"],["27791.873","8132.438"],["27862.975","8154.865"],["27854.192","8162.974"],["27868.370","8131.645"],["18014.127","17272.544"],["15738.204","16492.602"],["15752.824","16370.354"],["20379.990","7002.143"],["20165.190","7787.352"],["20172.560","7865.349"],["20217.100","7891.889"],["20250.682","7828.781"],["20250.402","7693.983"],["15498.950","18357.457"],["19933.299","6632.364"],["19924.780","6650.679"],["18992.970","15727.213"],["18885.264","17436.434"],["19035.884","17561.377"],["19053.656","17544.135"],["19092.206","17564.650"],["15234.107","12547.903"],["18073.979","17759.220"],["18074.434","17726.539"],["27719.249","7261.239"],["27713.838","7206.201"],["27682.424","7207.720"],["27722.901","7174.938"],["16013.876","12586.007"],["16064.519","12586.687"],["16103.634","12695.351"],["18863.037","14041.487"],["18822.797","14069.984"],["20135.959","6706.197"],["20087.308","6660.632"],["20141.239","6661.557"],["20080.893","6669.550"],["18144.449","17664.499"],["18146.270","17698.845"],["18210.177","17709.890"],["18236.092","17706.279"],["18119.461","17671.301"],["14278.891","13501.568"],["14407.112","13471.989"],["14271.247","13474.304"],["14267.799","13535.085"],["14963.063","13770.258"],["14926.354","13793.579"],["14988.350","13789.617"],["18268.604","14183.534"],["19122.943","17497.668"],["19201.331","17538.267"],["19246.272","17559.540"],["18736.042","6481.794"],["18747.152","6456.769"],["18762.375","6467.249"],["18812.097","6480.685"],["17537.218","17250.783"],["17480.705","17335.712"],["20430.988","7607.216"],["20464.689","7615.391"],["20424.606","7683.285"],["27998.559","7873.339"],["27955.878","7806.436"],["27995.549","7758.228"],["28005.713","7721.944"],["28074.951","7696.474"],["28068.147","7697.635"],["28117.472","7766.586"],["28133.755","7814.844"],["27956.422","7826.839"],["15857.797","13871.033"],["15868.958","13829.120"],["16322.419","16568.139"],["16231.881","16743.914"],["16278.685","16754.804"],["18146.346","17560.304"],["18233.226","17501.477"],["18045.095","17539.915"],["18127.514","17489.421"],["18237.315","17524.121"],["15577.980","15922.071"],["18730.188","9125.844"],["18743.971","9070.748"],["18788.912","8991.195"],["18703.332","8979.950"],["27761.447","7537.295"],["27804.737","7484.463"],["27767.993","7534.851"],["27804.309","7493.645"],["27747.631","7647.456"],["27830.032","7678.075"],["27791.973","7668.248"],["27746.381","7654.788"],["27771.019","7661.609"],["27746.940","7646.745"],["27824.900","7614.029"],["27801.710","7576.209"],["19879.036","6257.188"],["19869.151","6245.561"],["19866.533","6287.491"],["19868.112","6251.999"],["18159.803","14168.950"],["20345.182","7533.725"],["20354.202","7380.678"],["18293.219","17635.158"],["18323.498","17628.267"],["18329.216","17661.419"],["18352.929","17672.128"],["18431.529","17657.313"],["18275.208","17462.763"],["20415.107","7343.981"],["20419.975","7295.691"],["20403.051","7449.448"],["20457.844","7412.461"],["20474.917","7409.026"],["20449.835","7403.856"],["20549.175","7356.782"],["20476.872","7409.697"],["20475.277","7366.757"],["20542.612","7353.412"],["20462.217","7363.305"],["20546.675","7375.543"],["18257.350","16859.783"],["18289.721","16969.482"],["18387.853","17293.265"],["18318.500","17215.148"],["18338.384","17296.475"],["25644.110","5907.676"],["18550.328","16420.992"],["18570.160","16520.501"],["18568.288","16495.807"],["16770.948","17599.901"],["16712.907","17591.584"],["16011.852","15848.598"],["20562.360","6374.617"],["20560.238","6319.423"],["20521.651","6207.914"],["20507.079","6234.834"],["20408.148","6215.346"],["20411.667","6219.326"],["20366.069","6413.005"],["20416.711","6306.333"],["20468.059","6305.606"],["20432.615","6390.776"],["15552.232","12622.284"],["18960.056","17426.996"],["19053.761","17470.853"],["15489.759","16286.048"],["14801.541","17061.931"],["20670.062","7394.664"],["20710.275","7408.867"],["20598.681","7326.047"],["20764.509","7394.500"],["20704.986","7394.088"],["16243.549","17529.933"],["14760.222","12101.938"],["19400.344","17225.340"],["19479.902","17251.211"],["16991.856","17087.037"],["18638.611","15157.129"],["18947.108","17831.640"],["18996.246","17828.738"],["20788.101","6779.689"],["20837.920","6768.194"],["20832.871","6686.501"],["14091.920","13765.722"],["28585.764","8316.526"],["15475.814","12716.746"],["15052.140","13547.356"],["13822.650","13208.068"],["13716.943","13363.428"],["20165.785","5984.424"],["20161.328","5964.473"],["20203.976","5966.389"],["20185.624","5885.012"],["20154.473","5896.887"],["20336.039","5955.287"],["20355.891","5981.629"],["20310.217","5878.029"],["20335.793","5907.046"],["20338.737","5967.278"],["20298.342","5927.311"],["20349.381","5817.681"],["20305.022","5798.242"],["20280.993","5810.843"],["15337.811","13076.392"],["16100.360","12778.965"],["16138.264","12859.363"],["15938.048","12905.043"],["15936.118","12872.074"],["16612.152","16533.963"],["27642.457","7226.779"],["27538.205","7165.384"],["27558.470","7151.492"],["27621.546","7214.663"],["27598.882","7185.150"],["27609.105","7245.716"],["27568.891","7261.025"],["27515.261","7170.603"],["15668.961","16297.237"],["15577.852","16149.415"],["15619.449","16176.244"],["19732.999","5435.227"],["19780.647","5399.488"],["19770.450","5362.791"],["19761.321","5372.799"],["19813.827","5530.662"],["19932.067","5558.572"],["19934.271","5450.546"],["19886.836","5472.544"],["19848.503","5430.556"],["19805.082","5370.044"],["20501.735","7883.740"],["18987.447","15098.177"],["16860.867","17252.988"],["16520.655","16100.563"],["21415.035","6587.518"],["21422.620","6497.919"],["21510.120","6429.249"],["21452.554","6503.006"],["17072.431","18332.826"],["17131.758","18351.924"],["28387.492","8327.242"],["28448.478","8341.579"],["28555.353","8426.435"],["28526.455","8478.689"],["28537.409","8404.139"],["28362.226","8147.274"],["18297.067","17267.137"],["14659.265","12871.984"],["17565.888","16194.477"],["17546.088","16295.072"],["20424.115","5906.254"],["20421.006","5937.335"],["20424.674","5974.032"],["20410.200","5834.098"],["20457.752","5964.175"],["20548.837","5936.215"],["20515.268","5959.402"],["20512.127","5976.578"],["20485.880","5850.422"],["20443.873","5881.223"],["21747.303","6362.165"],["21710.510","6391.826"],["21797.944","6325.303"],["18292.593","13996.728"],["14576.202","13168.967"],["14588.948","13146.972"],["14627.453","12995.110"],["14619.696","13034.579"],["14347.754","13929.993"],["14371.580","13879.858"],["14396.965","13828.201"],["19556.738","5969.937"],["19535.209","5856.560"],["19568.992","5860.259"],["19559.584","5874.660"],["19589.024","5868.847"],["19693.434","5981.778"],["19597.113","5926.333"],["19709.729","5986.349"],["15700.882","13294.247"],["18625.160","16917.902"],["18512.941","13049.631"],["14778.012","12836.851"],["15186.630","12022.855"],["27779.036","7866.883"],["27884.086","7871.529"],["27903.626","7865.666"],["27888.593","7869.382"],["19966.658","6832.477"],["19995.474","6807.787"],["20142.058","6797.638"],["20144.624","6783.815"],["19961.457","6661.464"],["19958.776","6637.005"],["19943.595","6633.305"],["19949.418","6645.411"],["14007.482","13141.012"],["15216.956","13018.467"],["15258.827","13072.438"],["19496.376","5969.425"],["16389.193","16249.796"],["18645.401","16530.249"],["20279.161","5529.879"],["20276.563","5503.587"],["20296.349","5525.106"],["20171.319","5436.736"],["20167.981","5390.229"],["20187.471","5386.662"],["20263.015","5505.457"],["20286.107","5443.707"],["20289.808","5387.390"],["14665.812","13855.561"],["14611.167","13857.277"],["14697.995","13263.610"],["16291.919","13124.109"],["16243.178","13057.835"],["24604.876","6272.170"],["15101.159","17885.212"],["15103.675","17948.283"],["21061.322","7230.109"],["20148.801","6884.888"],["20341.075","7030.071"],["20328.049","7009.195"],["20319.644","6981.697"],["29561.875","9598.363"],["14593.739","12206.870"],["14554.259","12137.536"],["20015.150","5597.725"],["20122.648","5594.586"],["20069.161","5597.162"],["19951.054","5715.712"],["19984.738","5642.781"],["19989.113","5712.161"],["19982.485","5643.673"],["20002.945","5700.122"],["19998.323","5642.599"],["20012.106","5617.182"],["19984.837","5627.256"],["20029.310","5665.192"],["14731.574","13593.535"],["28026.530","7580.223"],["27990.559","7625.871"],["28035.724","7602.651"],["28100.296","7604.088"],["27943.092","7533.001"],["27972.253","7509.533"],["27966.283","7485.239"],["28132.182","7486.789"],["24020.922","5941.262"],["24000.741","5959.413"],["24025.264","5900.552"],["23992.600","5867.802"],["18719.130","17431.200"],["18775.166","17431.313"],["18778.249","17425.863"],["20091.489","7768.640"],["20071.900","7770.688"],["20131.933","7855.444"],["20124.614","7803.339"],["19993.907","7837.311"],["20002.476","7797.410"],["19197.714","13680.766"],["15733.997","18043.188"],["15859.423","18043.665"],["15879.452","17901.595"],["15921.647","17851.865"],["15917.023","18031.137"],["15812.670","17973.760"],["15767.282","18001.756"],["28456.345","8968.376"],["19918.299","6621.744"],["19883.743","6609.573"],["17959.847","14593.599"],["16723.209","15850.670"],["16603.936","15926.628"],["17703.994","16934.417"],["17736.482","16957.697"],["15069.443","13655.529"],["14972.206","13619.949"],["14988.552","13726.457"],["15551.213","12525.835"],["15545.861","12391.428"],["16484.507","15797.862"],["19268.699","12042.469"],["20828.795","7432.550"],["20788.976","7427.545"],["20803.999","7419.868"],["20816.088","7374.484"],["15621.671","12999.344"],["18166.055","13571.923"],["27515.820","6867.977"],["27650.426","6955.145"],["14933.751","12232.934"],["19326.065","17925.820"],["18668.676","14073.531"],["21287.568","6597.014"],["21233.081","6511.346"],["21289.758","6455.855"],["21293.804","6500.132"],["16374.829","12804.607"],["19134.529","17330.665"],["28221.811","7082.531"],["20948.394","6951.330"],["20944.792","7049.678"],["20801.830","6969.134"],["20806.616","6981.405"],["20881.155","7035.823"],["20800.201","7026.458"],["20896.090","6994.881"],["20916.799","6995.690"],["20943.954","7050.058"],["20942.687","6980.744"],["20965.108","6930.861"],["20964.993","6846.517"],["20981.980","7040.430"],["20294.644","7086.520"],["20305.977","7080.294"],["14934.887","16788.691"],["14016.137","12807.558"],["22712.645","6139.439"],["22717.323","6078.406"],["22736.616","6103.493"],["14210.748","12563.797"],["17920.242","16985.380"],["17920.242","16985.380"],["17851.717","16815.538"],["13808.969","13632.007"],["13987.927","13043.730"],["23843.773","17737.189"],["23875.662","17704.575"],["23786.726","17714.325"],["19281.519","16692.344"],["28177.108","8292.246"],["28218.638","8271.784"],["28155.728","8117.675"],["28221.304","8145.920"],["28269.824","8220.668"],["28207.275","8110.610"],["28303.722","8156.209"],["28320.880","8223.527"],["14404.942","14126.914"],["15037.835","17739.833"],["14998.247","17742.194"],["27959.293","7365.586"],["28132.429","7447.318"],["27955.215","7321.705"],["27983.159","7340.945"],["28002.682","7289.682"],["28074.096","7348.576"],["27842.115","8030.808"],["27748.282","8079.016"],["27899.688","7916.127"],["27865.082","7948.200"],["27934.293","7947.209"],["27935.345","7917.168"],["27930.740","7905.607"],["27908.717","7963.328"],["27912.167","8025.695"],["27896.460","8048.172"],["27899.223","8090.319"],["27838.492","8042.395"],["27851.074","8033.972"],["27804.610","7946.127"],["27820.416","8027.614"],["27820.679","7944.162"],["19410.313","5541.585"],["19472.632","5483.006"],["19509.572","5526.821"],["19499.572","5481.536"],["15878.393","12761.572"],["15793.214","12941.038"],["15802.213","12826.537"],["15661.638","16349.024"],["15587.577","16342.314"],["17085.867","18039.174"],["14572.756","15002.070"],["19860.655","6860.851"],["19842.053","6851.189"],["19934.619","6847.589"],["19857.431","6853.154"],["20391.087","7564.972"],["20541.037","7630.615"],["20375.034","7494.287"],["20501.465","7499.037"],["20506.613","7522.819"],["20470.246","7505.789"],["20523.486","7497.333"],["16012.937","12509.484"],["20521.132","6781.382"],["20482.875","6833.025"],["20361.056","6802.139"],["20374.247","6806.879"],["20424.526","6817.729"],["14942.532","16694.106"],["28065.751","8205.536"],["28092.890","8180.086"],["28106.830","8161.854"],["28109.477","8206.003"],["28010.543","8118.147"],["28021.184","8157.586"],["28030.493","8113.771"],["27985.609","8124.918"],["18580.817","9055.274"],["18593.342","9107.119"],["18625.183","9047.986"],["18584.579","9003.876"],["18584.384","8993.202"],["18576.071","8986.817"],["18563.587","9081.131"],["15895.983","16789.061"],["17414.204","17637.834"],["17586.779","17735.321"],["17596.226","17742.095"],["15693.084","18160.925"],["21014.661","7047.548"],["21003.082","7018.547"],["21115.878","7002.199"],["21173.200","6918.706"],["20140.076","6278.724"],["19972.520","6235.715"],["20038.145","6265.113"],["15461.407","12547.438"],["15433.227","12388.657"],["15382.165","13394.183"],["18682.688","8947.985"],["27505.514","7930.776"],["27503.771","8041.676"],["27304.494","7916.655"],["27427.864","7916.899"],["27434.525","7915.083"],["27407.305","7918.947"],["27433.955","8017.960"],["27385.534","8004.203"],["27447.688","7949.571"],["28175.710","8375.417"],["28257.472","8391.863"],["28342.130","8329.158"],["28352.771","8334.526"],["17892.067","17552.423"],["17961.521","17549.150"],["17901.597","17603.444"],["15858.604","15949.125"],["15457.816","13849.297"],["15375.069","13883.285"],["19592.076","5748.323"],["19631.748","5651.262"],["19651.600","5644.029"],["19627.340","5739.586"],["19624.873","5713.409"],["18488.314","14022.253"],["18532.603","13936.061"],["18655.897","14010.512"],["18549.734","13945.398"],["18631.860","13997.450"],["20843.661","7121.687"],["20875.996","7219.821"],["20833.578","7098.549"],["20942.194","7059.191"],["20843.639","7076.186"],["18855.532","6448.629"],["18809.978","6370.444"],["15682.807","17164.902"],["17994.514","16456.349"],["17852.222","16403.467"],["28242.265","7407.202"],["28171.492","7447.285"],["28185.340","7443.883"],["28262.429","7422.694"],["28251.228","7419.886"],["17437.381","16469.577"],["16354.295","15997.355"],["16253.443","15985.686"],["16170.020","15999.096"],["16253.307","16025.672"],["18104.312","16479.322"],["18894.788","17874.084"],["19078.043","17865.378"],["19053.327","17879.714"],["20463.312","6959.468"],["20426.108","6967.247"],["20427.105","7010.646"],["20500.576","7004.106"],["20519.158","6930.432"],["20518.089","6923.034"],["20523.138","6983.034"],["20500.030","6857.699"],["20536.329","6856.989"],["19541.928","5689.726"],["17338.615","17346.211"],["17364.576","17323.728"],["17207.440","17294.097"],["20353.618","6474.260"],["15623.970","16578.771"],["19684.562","5427.564"],["19689.923","5373.592"],["19707.226","5415.557"],["19674.183","5448.208"],["19700.137","5450.058"],["16125.180","16504.347"],["16050.330","16430.621"],["15961.874","16411.659"],["15981.214","16531.261"],["16144.839","16439.871"],["19509.593","5726.820"],["19490.678","5726.770"],["19484.708","5735.276"],["19373.832","5604.641"],["19436.793","5580.380"],["19464.095","5663.964"],["19380.757","5634.666"],["17762.581","17598.285"],["20481.881","6093.314"],["20469.858","6086.857"],["20462.901","6087.732"],["20550.829","6158.880"],["20553.312","6083.323"],["20531.865","6121.473"],["20417.319","6003.479"],["20394.507","6046.385"],["20411.743","6059.763"],["20379.737","6106.005"],["20454.479","6023.399"],["20536.337","6031.194"],["20552.308","6025.364"],["27695.527","7755.485"],["27650.429","7711.852"],["27724.541","7806.270"],["13709.551","13008.039"],["13873.941","13392.328"],["17284.235","17474.595"],["17331.847","17508.097"],["17348.007","17425.155"],["17400.147","17587.556"],["20144.421","8556.960"],["18639.763","17161.667"],["18628.978","17142.002"],["18552.586","17005.163"],["18570.525","17054.054"],["15823.122","18075.397"],["19142.626","17944.391"],["19182.991","17898.704"],["28621.423","9429.552"],["15005.120","12355.076"],["14934.139","12438.514"],["15092.201","12398.019"],["27542.866","7821.791"],["27567.399","7729.657"],["27614.579","7884.422"],["27664.590","7855.964"],["27548.229","7870.135"],["27543.870","7867.377"],["27595.564","7887.361"],["27607.637","7892.613"],["22162.525","8426.308"],["18022.783","17728.591"],["17894.976","17734.153"],["19864.529","6091.011"],["19918.608","6091.853"],["19859.381","6123.645"],["19765.686","5691.926"],["19924.623","5661.724"],["19815.208","5571.966"],["19880.899","5574.642"],["16648.637","17060.419"],["16766.389","17035.642"],["27755.099","7337.873"],["27739.200","7426.930"],["27728.559","7375.403"],["27788.015","7281.288"],["27769.758","7264.591"],["27869.096","7265.372"],["27859.721","7303.604"],["27849.557","7277.725"],["16967.486","15876.582"],["21372.247","13784.237"],["28005.314","7157.197"],["14497.838","14275.497"],["16392.146","15962.968"],["16516.803","15953.476"],["15825.121","12577.427"],["19643.972","6043.063"],["19715.041","6068.942"],["19682.492","6194.854"],["19598.692","6023.079"],["19661.883","6158.240"],["19591.719","5996.952"],["19604.054","6055.862"],["28020.982","8019.211"],["28039.386","8065.635"],["27964.025","8017.867"],["27936.920","8019.337"],["28023.618","8054.910"],["28035.806","8067.858"],["28027.418","8071.558"],["16566.505","17512.020"],["19975.809","6197.945"],["20049.866","6169.283"],["19995.623","6065.699"],["20054.208","6131.694"],["19998.452","6124.807"],["20058.106","6110.637"],["19986.248","6135.394"],["19936.240","6083.843"],["19935.894","6134.430"],["20054.880","6032.863"],["20115.703","6024.490"],["20057.495","6017.421"],["20061.920","5997.916"],["28347.116","8109.276"],["15978.837","16832.060"],["18693.520","17679.407"],["18741.146","17817.824"],["18875.387","17760.308"],["17020.425","15975.580"],["17207.283","16097.326"],["17382.746","16079.126"],["17266.611","16064.595"],["14445.573","12935.961"],["16703.137","16755.190"],["28612.166","8325.485"],["28591.652","8427.360"],["18698.579","17382.550"],["18768.353","17343.765"],["18800.754","16029.132"],["15227.057","17252.637"],["15163.479","17238.022"],["27783.870","7178.927"],["27765.614","7198.117"],["27779.479","7244.988"],["27755.433","7251.742"],["27807.587","7222.675"],["27798.508","7251.627"],["27735.023","7167.720"],["27741.799","7169.669"],["27742.967","7171.601"],["27736.766","7154.442"],["27729.644","7230.330"],["27909.324","7055.706"],["27874.376","7246.098"],["27914.294","7116.652"],["14993.316","12087.548"],["15022.115","12062.991"],["19636.316","12999.269"],["19408.500","16577.946"],["19951.495","8612.018"],["20085.982","5931.046"],["20044.654","5849.009"],["20103.354","5875.367"],["20026.775","5887.044"],["20011.479","5866.284"],["15564.100","16488.845"],["15547.050","16558.326"],["15606.185","16531.756"],["15631.767","16420.409"],["15690.597","16502.183"],["17252.390","18038.117"],["17301.152","17936.830"],["17335.050","17902.236"],["18065.975","16701.031"],["18122.458","16595.796"],["28115.364","8560.634"],["18277.148","12820.114"],["18309.688","12861.808"],["27584.949","7673.389"],["27633.964","7626.787"],["27643.355","7609.759"],["27619.375","7585.812"],["27652.286","7615.903"],["27719.737","7587.381"],["27620.954","7575.441"],["27719.720","7610.552"],["27616.702","7641.145"],["19718.927","5995.634"],["19762.333","13092.353"],["17620.147","16305.678"],["14486.422","12387.261"],["14827.010","13240.523"],["22051.393","6565.319"],["22088.219","6428.060"],["15568.490","18364.459"],["21083.448","7494.610"],["21082.708","7583.776"],["21089.599","7601.927"],["21106.700","7505.882"],["21165.565","7493.446"],["21036.483","7626.095"],["21056.510","7551.343"],["23939.835","17331.868"],["14256.839","13114.240"],["14359.214","13067.989"],["27457.465","7582.886"],["27490.722","7614.182"],["27389.801","7653.373"],["15940.971","16255.555"],["16043.522","16200.282"],["16047.534","16153.234"],["16049.293","16347.086"],["16068.899","16228.365"],["17839.659","16669.378"],["17844.846","16760.144"],["17919.466","16704.862"],["18039.770","16582.473"],["15856.665","12996.834"],["16247.475","16562.712"],["16181.598","16454.018"],["16314.883","16398.485"],["21236.569","7287.608"],["21229.661","7385.552"],["21536.460","13987.740"],["21560.502","13971.072"],["21564.234","13960.024"],["21460.399","13937.691"],["21441.189","13940.303"],["21561.861","13934.229"],["21600.578","13825.762"],["15833.113","16183.602"],["15862.315","16192.918"],["20748.595","6660.188"],["20715.305","6791.283"],["20752.016","6795.626"],["20769.960","6829.235"],["18623.682","16760.590"],["18591.781","16575.354"],["17280.823","17627.450"],["17338.896","17810.782"],["17384.142","17771.672"],["19267.020","17652.344"],["28149.913","8055.578"],["28215.383","7904.142"],["28225.597","7973.127"],["28152.785","7952.103"],["28326.836","8032.397"],["19947.642","5563.114"],["19939.123","5478.804"],["19966.902","5539.332"],["19953.563","5546.995"],["20041.729","5491.945"],["19980.331","5501.524"],["20080.510","5555.296"],["20025.283","5503.970"],["20097.306","5456.703"],["20103.474","5391.649"],["28466.573","8001.993"],["28432.510","8068.632"],["28434.928","7990.696"],["28377.642","8091.935"],["28362.193","8096.836"],["27315.367","9566.318"],["16517.466","16763.496"],["16549.602","16587.708"],["16391.569","16686.647"],["16433.992","16734.426"],["16523.135","16642.033"],["15621.865","13400.338"],["15669.413","13501.614"],["15606.935","13535.227"],["27312.560","9257.167"],["14319.925","13657.552"],["14264.425","13693.208"],["14327.050","13780.932"],["14337.036","13661.112"],["28264.539","7553.914"],["28162.138","7519.546"],["28199.030","7576.259"],["28220.686","7491.265"],["19735.648","8566.718"],["19814.447","8569.360"],["19736.734","8556.792"],["19924.752","8612.266"],["18714.789","14001.888"],["16055.793","17516.939"],["15983.215","17596.791"],["15995.828","17515.613"],["20155.117","6764.475"],["20168.936","6674.604"],["20319.195","6810.137"],["22465.737","6284.162"],["22511.329","6243.799"],["27498.962","6768.704"],["15218.872","17676.987"],["19632.967","17318.254"],["19911.237","6332.511"],["19920.118","6319.960"],["20544.216","6573.819"],["20556.897","6523.976"],["20451.288","6614.975"],["20407.374","6614.991"],["20443.328","6548.815"],["20511.091","6558.988"],["20559.693","6491.292"],["20420.976","6553.736"],["20489.561","6595.503"],["20527.143","6615.206"],["20466.234","6479.512"],["20442.434","6525.094"],["17060.006","18105.597"],["17034.736","18253.791"],["17040.582","18227.424"],["17016.208","18178.832"],["17141.301","18220.708"],["17183.844","18098.572"],["22139.041","6299.357"],["22069.518","6219.241"],["28371.509","8725.247"],["28525.090","8707.803"],["14788.817","17440.340"],["19147.207","11894.305"],["16849.346","16015.805"],["27186.224","9364.369"],["15005.269","14756.265"],["20280.726","6848.835"],["20233.209","6861.321"],["17654.810","17779.169"],["17745.450","17757.692"],["17785.936","17778.049"],["19535.637","15766.864"],["17807.282","18598.396"],["18717.718","13826.342"],["17423.739","16995.902"],["16578.019","14137.402"],["16622.323","14148.338"],["16915.603","17980.639"],["16885.899","17976.576"],["16819.431","17987.699"],["16312.613","12817.959"],["16229.984","12847.367"],["18614.556","18723.320"],["18616.859","18681.074"],["19048.641","18417.034"],["18091.078","17234.355"],["16739.416","17927.970"],["17690.550","17509.161"],["15563.528","16009.022"],["15712.120","15946.187"],["15592.637","16060.240"],["15648.039","16072.404"],["15669.910","16022.390"],["15594.896","16108.685"],["19226.821","11159.762"],["16912.470","14421.506"],["16424.111","15118.522"],["16394.461","15238.681"],["16475.587","15254.622"],["16394.461","15238.681"],["15193.667","16298.747"],["16599.194","15648.275"],["16589.915","15595.622"],["16426.080","14206.893"],["18753.706","18563.805"],["18727.110","18518.702"],["15496.660","12842.629"],["16157.032","16316.335"],["16272.501","16207.627"],["16211.650","16266.188"],["16181.212","16172.733"],["16220.665","16148.032"],["16204.649","16209.719"],["18510.690","12010.349"],["18548.434","11969.814"],["17983.280","14253.928"],["15602.401","17145.477"],["18417.368","13693.948"],["18447.625","13804.926"],["18293.258","13815.489"],["17871.545","17940.449"],["19956.689","17246.633"],["19172.407","18407.901"],["16303.872","16908.516"],["16234.521","16790.807"],["16208.768","16952.534"],["16266.595","13996.911"],["16385.654","14321.133"],["16533.382","14307.352"],["18593.889","18042.533"],["15954.216","16031.140"],["19572.863","18123.203"],["18365.610","17947.477"],["18356.366","17929.178"],["16702.118","14988.659"],["16758.467","14996.933"],["16760.632","14894.002"],["16593.844","15048.405"],["19335.714","11888.267"],["16274.985","15726.892"],["16312.781","15722.152"],["16335.715","15837.660"],["16177.415","15857.389"],["16860.999","13611.055"],["16862.829","13610.205"],["18977.434","12337.598"],["18988.350","12360.710"],["18630.676","17804.268"],["18664.690","17823.161"],["18471.783","17711.977"],["16645.355","14558.671"],["16686.837","14587.240"],["16763.730","14552.655"],["16717.112","14571.833"],["21678.720","9236.730"],["19475.252","14594.418"],["15135.277","12391.678"],["15232.251","12461.857"],["18896.967","13726.182"],["19664.213","16574.417"],["19519.510","16630.782"],["21834.273","9599.045"],["17568.518","16911.486"],["17609.609","16954.779"],["17570.724","16792.187"],["15587.609","17585.398"],["16668.968","17685.315"],["16697.406","17650.170"],["16777.261","17753.362"],["16735.748","17829.076"],["15924.112","16078.961"],["18158.894","17000.629"],["18194.024","13855.305"],["15063.817","12241.865"],["15835.530","16646.185"],["15925.176","16669.524"],["18858.491","18724.294"],["28913.688","16200.853"],["16935.790","15803.654"],["16794.450","15889.819"],["15162.322","17129.844"],["15814.680","16251.769"],["15735.465","16181.566"],["15743.071","16158.367"],["15731.017","16258.209"],["15922.754","16194.371"],["15872.479","16334.362"],["15828.651","16318.802"],["16994.182","17795.939"],["17051.061","17831.207"],["21494.225","9621.637"],["19119.813","18258.819"],["19380.254","18552.462"],["19376.981","18641.875"],["17290.420","18090.882"],["17276.604","18096.596"],["15153.352","12185.467"],["15607.948","16383.961"],["18222.460","14322.330"],["18234.366","14393.241"],["18072.718","14248.334"],["17356.658","18294.704"],["17283.089","18282.631"],["16589.604","15341.563"],["16701.250","15317.464"],["15891.299","13304.086"],["18674.002","15785.478"],["15253.822","16451.254"],["15261.667","16515.707"],["15265.685","16476.848"],["15200.948","16372.012"],["16191.127","14363.000"],["16288.452","14319.811"],["16341.159","14243.542"],["17969.630","17300.339"],["17927.581","17211.423"],["17881.111","17298.917"],["16709.693","16789.309"],["17439.612","17810.767"],["19028.181","11608.351"],["16459.221","16357.119"],["16548.522","16486.768"],["16557.189","16559.556"],["14775.821","12174.860"],["17040.920","16222.463"],["17177.144","16240.657"],["16997.895","16307.388"],["17672.659","16358.110"],["26893.261","16485.821"],["18888.236","18137.731"],["18930.583","18208.709"],["19087.843","18156.591"],["18531.998","18265.473"],["18529.307","18441.788"],["18266.671","14301.329"],["16768.729","15410.369"],["16572.451","15463.320"],["14796.559","16897.385"],["15652.140","17355.397"],["15853.142","16562.967"],["15813.538","16470.573"],["15740.108","16421.476"],["18439.916","18488.923"],["16432.577","15450.724"],["16369.041","15360.361"],["18898.101","15768.378"],["22796.819","7900.868"],["27280.826","16668.465"],["16093.681","12747.752"],["18870.277","14065.027"],["18714.207","14054.921"],["18702.483","14081.636"],["18839.272","14132.180"],["18867.269","14246.191"],["18218.739","17750.972"],["17449.485","16590.218"],["28716.307","16202.902"],["17875.986","17032.078"],["17912.079","17167.977"],["17838.351","17035.121"],["18040.595","17070.477"],["17550.779","17326.999"],["17431.286","17246.021"],["17605.274","17267.635"],["17431.286","17246.021"],["17605.274","17267.635"],["16351.182","16588.071"],["16312.990","16705.893"],["16186.848","16628.192"],["15571.638","15924.797"],["18820.341","18148.433"],["18687.808","18220.676"],["18684.716","18209.347"],["18246.561","14146.158"],["18408.305","17740.334"],["21979.911","9534.320"],["16213.210","15264.815"],["16266.695","15275.042"],["16329.643","15113.305"],["16419.757","14557.580"],["16071.688","14495.713"],["16612.598","17550.924"],["16666.792","17563.096"],["15952.066","15838.291"],["18938.820","18559.868"],["17585.770","17929.847"],["17587.053","17924.546"],["15485.602","16326.129"],["19705.724","15984.440"],["14777.431","17033.940"],["19290.359","18043.754"],["19168.498","18252.098"],["27028.624","16591.560"],["27077.916","16649.182"],["19324.587","17235.034"],["19486.795","17225.958"],["18175.190","13651.175"],["18008.674","12595.120"],["16108.895","12871.618"],["15958.639","12768.641"],["15654.716","16903.183"],["15688.915","16955.579"],["16687.502","16305.237"],["16668.019","16506.173"],["15566.869","16163.178"],["16828.159","15122.953"],["17525.786","16115.183"],["17509.774","16350.612"],["18262.243","13953.956"],["15622.824","13195.163"],["15667.424","13383.476"],["16097.144","14369.552"],["16086.787","14352.791"],["15470.195","17796.952"],["15402.923","17663.438"],["14639.239","13884.965"],["17450.325","18085.678"],["17509.782","18100.905"],["17601.953","18167.605"],["17558.778","18144.714"],["22136.827","9158.884"],["15097.376","17975.814"],["17553.737","18627.355"],["14568.248","12268.057"],["14659.946","12209.509"],["16251.545","15470.375"],["16173.189","15358.466"],["16187.773","15339.220"],["16822.409","15353.808"],["16822.080","15486.194"],["16810.308","15372.830"],["15589.124","17849.765"],["17463.918","18636.736"],["19139.841","13637.399"],["19290.930","13784.733"],["17807.153","18058.549"],["17794.042","18227.289"],["28410.525","16285.124"],["18142.823","13279.325"],["18086.326","13199.532"],["16707.048","15286.305"],["16765.495","15160.492"],["20455.997","9935.747"],["18008.362","14586.830"],["18006.520","14477.825"],["17974.082","14484.992"],["15740.074","17455.617"],["27286.259","9553.054"],["16255.354","14611.608"],["16227.147","14559.635"],["17765.586","16954.785"],["17692.767","16904.465"],["17752.940","18606.588"],["16511.772","15574.827"],["16408.337","15778.675"],["19241.380","12032.461"],["19248.814","12049.735"],["19115.851","11982.361"],["19108.218","11927.591"],["18573.906","18176.026"],["18470.290","18044.272"],["15347.471","17525.949"],["15372.389","17486.511"],["15344.272","17596.774"],["15433.017","17618.748"],["18212.519","13540.432"],["16288.691","15452.348"],["16332.360","15305.634"],["14930.703","12219.393"],["18541.664","14086.912"],["18566.521","14182.892"],["19103.496","17277.773"],["28289.786","16270.627"],["17887.157","16859.547"],["19223.761","15136.008"],["15018.247","17796.513"],["22331.222","9873.496"],["15613.272","16275.425"],["17033.561","17875.765"],["16857.371","17166.637"],["14968.482","16700.197"],["15899.004","16798.555"],["15995.385","13251.912"],["17436.816","17790.718"],["16779.481","14232.497"],["15178.683","16411.097"],["27188.463","9729.121"],["19409.982","18298.481"],["17894.812","17423.652"],["15857.471","16052.430"],["15865.879","15958.149"],["19567.857","18441.365"],["19596.130","18443.083"],["19541.859","18448.780"],["18471.817","13989.883"],["18494.264","14002.237"],["18637.722","14013.294"],["17787.216","18281.079"],["17647.681","18371.356"],["17701.184","18424.717"],["16127.791","14489.413"],["19283.745","14272.325"],["19300.139","14441.640"],["19137.396","14279.450"],["15586.924","17013.472"],["15611.108","17065.893"],["15648.844","17093.027"],["15724.386","17053.927"],["16438.951","14888.459"],["16361.429","14911.073"],["16512.588","14976.371"],["15865.266","15560.675"],["15902.141","15577.438"],["15828.276","15705.351"],["26812.370","16431.094"],["26838.927","16358.382"],["16287.094","16001.937"],["16260.347","16138.184"],["16288.696","16109.592"],["16201.152","16061.405"],["16158.211","16046.693"],["19163.544","14081.789"],["18887.885","17913.477"],["19022.162","17951.760"],["18347.107","13459.799"],["18278.642","13565.017"],["18373.663","13603.044"],["19155.425","12209.680"],["17203.402","17233.167"],["16418.651","14669.807"],["16122.536","16422.030"],["15984.066","16534.184"],["15991.887","16470.963"],["18817.233","18393.927"],["18868.927","18460.830"],["18821.532","18265.624"],["18878.424","18332.329"],["16095.977","16638.785"],["15952.469","16737.439"],["16035.152","16566.520"],["16118.062","16710.898"],["16522.329","15662.267"],["15465.414","16852.321"],["17661.364","17850.389"],["16067.059","15325.195"],["16553.088","14460.993"],["16528.993","14563.345"],["16525.791","14546.305"],["16742.422","14854.323"],["22795.963","9430.342"],["17268.683","17462.025"],["19196.166","17991.950"],["15036.732","12345.662"],["15284.914","17598.145"],["15277.050","16104.257"],["15244.138","16083.876"],["19270.005","13327.522"],["16224.681","14084.882"],["19727.529","10377.582"],["15856.273","15807.836"],["15693.068","17692.217"],["16403.527","15974.016"],["16526.988","15962.501"],["15971.579","16781.397"],["15967.642","16814.584"],["16839.691","15602.980"],["23079.227","8061.754"],["22467.229","9825.187"],["18445.945","14858.745"],["15005.074","18109.990"],["19105.414","15150.324"],["16664.363","14400.252"],["16696.913","14399.874"],["16742.670","14333.173"],["18020.746","18439.778"],["17930.402","18326.469"],["17991.882","18381.382"],["18273.707","18190.378"],["18280.286","18197.133"],["16150.603","14661.706"],["18004.760","18176.814"],["17902.079","18093.428"],["17461.423","18285.354"],["17461.012","18311.580"],["18790.478","16041.679"],["15259.407","17221.663"],["15010.691","12103.548"],["15015.832","12025.683"],["18988.906","18291.484"],["15530.491","16464.442"],["15565.372","16562.521"],["15632.158","16448.735"],["15593.505","16541.814"],["15625.845","16551.637"],["15707.016","16355.861"],["15687.976","16472.048"],["17391.546","17995.059"],["17390.164","18021.203"],["18124.811","16653.432"],["18344.237","12818.484"],["17639.307","16275.707"],["17811.101","16301.840"],["17795.288","16274.741"],["16903.326","14784.311"],["15532.026","18349.876"],["16525.070","14280.437"],["16459.981","14248.168"],["16085.001","16314.894"],["15953.531","16350.813"],["15995.163","16312.409"],["15951.423","16199.054"],["16008.004","16179.480"],["16031.785","16172.130"],["16023.775","16335.991"],["16108.206","16241.482"],["21725.071","10208.638"],["17941.482","16671.068"],["16296.038","16534.789"],["16302.102","16561.666"],["16302.004","16478.340"],["15968.981","13144.484"],["16016.486","13112.792"],["15876.147","16164.083"],["16797.754","17776.566"],["16968.557","17805.485"],["19483.274","18093.855"],["15434.014","17372.784"],["15414.845","17388.090"],["15464.904","17205.449"],["15406.146","17338.196"],["15115.371","14080.135"],["16839.575","14457.691"],["16879.990","14560.168"],["16892.852","14579.243"],["19071.115","11941.307"],["19349.160","18299.455"],["14414.460","13802.680"],["25236.515","8393.329"],["18690.235","13985.053"],["16641.817","15585.554"],["19613.986","17268.560"],["18455.132","13278.332"],["18286.129","13268.907"],["18933.239","13857.021"],["18629.725","14905.111"],["16807.835","18082.381"],["18106.199","13047.463"],["14806.234","17496.921"],["19181.273","11893.300"],["18340.217","12680.783"],["27255.892","9359.459"],["16199.416","15712.394"],["16244.252","15647.754"],["15792.284","17366.568"],["17704.061","17815.344"],["18577.375","17855.627"],["18512.412","17989.607"],["6747.692","18745.909"],["4482.106","17160.139"],["6041.242","15338.539"],["6075.959","15349.867"],["6066.957","15441.917"],["6045.723","15480.673"],["6166.544","15439.386"],["6135.213","15438.850"],["6124.805","15336.258"],["6113.528","15339.668"],["5888.964","15668.184"],["5883.882","15687.886"],["5848.208","15624.761"],["5813.582","15248.176"],["6096.896","15273.202"],["6089.087","15241.803"],["5790.235","15400.746"],["6886.589","18550.577"],["5757.736","15593.526"],["5905.275","15254.410"],["6008.782","15267.952"],["4971.460","18306.919"],["6053.707","15547.862"],["19765.886","13066.242"],["5016.307","18304.995"],["5009.003","18290.829"],["4470.329","17240.040"],["4300.213","17279.326"],["4341.602","17355.133"],["6011.172","15310.905"],["6724.415","18746.341"],["6715.848","18712.372"],["4513.652","17182.781"],["19586.908","12924.835"],["6048.174","15323.201"],["6086.421","15400.025"],["6079.445","15429.693"],["6067.502","15468.633"],["6174.690","15425.802"],["6151.424","15473.962"],["6127.167","15480.148"],["5988.464","15543.695"],["5939.735","15649.207"],["5921.969","15669.352"],["5936.100","15684.124"],["5862.276","15590.570"],["5848.057","15594.477"],["5812.190","15266.193"],["5800.880","15435.082"],["5808.542","15420.632"],["5815.189","15446.985"],["5801.013","15655.037"],["5772.715","15612.055"],["5868.100","15270.355"],["5880.753","15281.825"],["5973.807","15255.590"],["5928.313","15250.516"],["5988.085","15275.260"],["6004.539","15291.584"],["6033.203","15271.552"],["6748.250","18666.422"],["4985.206","18256.347"],["4952.380","18293.248"],["4975.952","18299.023"],["6056.368","15559.291"],["6041.021","15574.018"],["19774.373","13031.147"],["5009.474","18274.311"],["4392.616","17315.713"],["4281.331","17283.769"]] \ No newline at end of file diff --git a/src/gathering/10578.json b/src/gathering/10578.json new file mode 100644 index 0000000..d4ac424 --- /dev/null +++ b/src/gathering/10578.json @@ -0,0 +1 @@ +[["19648.826","15811.189"],["19647.870","15791.348"],["19656.995","15867.170"],["19544.280","15810.355"],["19549.458","15875.477"],["19664.383","15900.361"],["15948.724","15137.133"],["23847.870","7514.415"],["23830.883","7605.169"],["20154.509","15128.796"],["20214.795","15232.261"],["19114.876","15021.055"],["18754.968","12074.029"],["18842.636","11981.908"],["18838.047","12015.989"],["19525.569","15686.669"],["19584.579","15709.389"],["19558.655","15616.678"],["19532.333","15586.263"],["18139.507","12106.301"],["18180.905","12009.251"],["24531.017","7770.925"],["13799.850","12239.381"],["19330.430","15642.335"],["17659.297","12103.773"],["17690.126","12103.811"],["24049.807","7379.249"],["24688.065","7626.834"],["24686.125","7661.582"],["13952.963","12496.118"],["13986.045","12351.628"],["14109.491","14074.601"],["14151.088","14225.052"],["24292.233","8253.300"],["24235.375","8167.387"],["24320.638","8164.084"],["19618.653","15645.584"],["19619.709","15524.787"],["20147.936","15342.725"],["18595.081","11996.885"],["18481.760","11986.183"],["14059.286","12254.318"],["14085.313","12289.604"],["14111.264","12148.169"],["14060.833","12138.929"],["19828.461","17337.088"],["19850.076","17280.460"],["19897.736","17390.282"],["19883.571","17392.132"],["20069.879","17290.957"],["20068.922","17271.117"],["20145.436","17288.554"],["20078.048","17346.939"],["20108.929","17389.639"],["20024.419","17394.172"],["20140.877","17383.492"],["24866.303","8253.596"],["24811.060","8287.075"],["24392.129","8084.663"],["13899.094","12366.865"],["13853.177","12479.191"],["13859.007","12505.038"],["24737.517","8126.370"],["23667.337","8496.685"],["13712.057","12339.269"],["13722.718","12469.176"],["17975.452","12064.694"],["23770.722","8413.193"],["23917.582","8386.327"],["14761.019","15232.926"],["23911.869","8273.495"],["23839.395","8998.080"],["23846.113","9085.122"],["14079.468","12379.987"],["14098.394","12408.180"],["24583.232","8667.167"],["23311.016","8028.970"],["23489.162","8011.063"],["23374.692","8030.757"],["23697.470","7579.628"],["23682.454","7618.274"],["19313.011","15300.880"],["19374.827","15459.064"],["23914.546","7380.759"],["19721.603","15745.424"],["24272.643","7752.693"],["24252.248","7721.441"],["24235.094","7700.182"],["24220.566","7704.318"],["15391.953","15626.677"],["18913.985","15697.446"],["23950.029","8567.956"],["24119.800","8714.967"],["17743.698","12765.464"],["17705.574","12840.056"],["17670.292","12936.422"],["24457.682","7934.066"],["24360.861","7950.671"],["19368.920","14821.240"],["17531.252","12670.711"],["17541.212","12747.170"],["23940.922","7774.140"],["13874.198","12290.725"],["20066.274","17188.653"],["17533.587","12460.959"],["17498.516","12432.381"],["24289.092","7678.474"],["18334.958","12085.431"],["18425.426","12034.290"],["18458.756","12095.628"],["16560.271","15297.478"],["16456.688","15406.317"],["16384.031","15483.259"],["16562.617","15393.028"],["20072.580","14967.029"],["19899.022","15746.883"],["18108.618","12195.825"],["24531.255","7872.290"],["24559.462","7823.400"],["14561.993","12559.620"],["24237.670","7636.140"],["19446.982","15767.473"],["19329.124","15810.250"],["19409.414","15747.221"],["19880.529","17248.460"],["19848.476","17242.970"],["19806.971","17216.469"],["19706.640","15968.321"],["19671.360","15992.594"],["19588.879","15938.191"],["23579.472","7832.113"],["23616.809","7893.595"],["18595.911","12892.692"],["18633.657","12804.880"],["17970.489","12717.898"],["18427.531","12507.151"],["24012.206","9209.437"],["23978.770","9172.087"],["14380.018","12334.191"],["14259.343","12244.842"],["14343.551","12131.426"],["14394.179","12198.724"],["14460.663","12249.243"],["19004.235","15206.710"],["18983.869","15125.454"],["19946.622","17166.438"],["20005.631","17189.158"],["19953.386","17066.032"],["17863.069","14257.931"],["18100.439","12564.504"],["18176.726","12583.418"],["18146.306","12733.017"],["24186.991","8964.262"],["20124.517","15680.175"],["13868.253","14634.606"],["13741.355","12322.365"],["13463.148","12370.815"],["23278.365","8050.293"],["19788.064","15880.356"],["19766.457","15917.762"],["19856.395","15883.637"],["24158.068","7984.668"],["24220.550","8034.735"],["24160.998","7959.626"],["24206.537","7968.537"],["24170.267","7943.767"],["24190.506","7915.424"],["24196.137","7925.803"],["24232.363","7902.344"],["18771.348","14693.084"],["18724.910","14835.080"],["18822.376","14805.956"],["18788.648","14677.945"],["20283.925","14905.903"],["14252.018","12411.414"],["14964.727","15300.178"],["19491.158","15148.702"],["19889.307","17092.422"],["19829.052","17072.868"],["19929.949","17141.230"],["13390.188","12467.362"],["17841.253","12144.386"],["17932.137","12166.779"],["17842.345","12287.837"],["17882.590","12273.231"],["18036.536","12225.749"],["24339.308","8616.890"],["24206.724","8605.222"],["17323.892","12880.366"],["19953.574","15953.365"],["19955.135","15994.749"],["24576.204","8787.259"],["24578.901","8814.096"],["24791.440","8042.042"],["24811.904","7912.095"],["24858.831","7943.140"],["24298.426","7462.155"],["19289.029","16376.101"],["24373.249","8542.774"],["17522.443","13300.122"],["20032.269","15897.493"],["15317.484","15463.327"],["15388.533","15341.038"],["17756.447","12607.549"],["17657.259","12751.929"],["14177.340","12566.372"],["19295.560","15892.216"],["19207.079","15865.383"],["19134.253","15162.483"],["14349.873","14227.414"],["19186.211","14737.116"],["24431.690","7674.464"],["24435.688","7496.950"],["24412.982","7480.734"],["24214.125","7442.964"],["15332.921","15290.615"],["17795.542","12136.712"],["19892.773","15468.075"],["19885.811","15365.519"],["18635.482","12541.149"],["18597.054","12515.660"],["18536.570","12528.902"],["14362.339","14290.505"],["14323.130","14328.279"],["14434.458","14293.534"],["14285.938","14427.307"],["20116.284","15204.150"],["23538.136","8857.888"],["23547.217","8748.908"],["17637.472","14038.256"],["23834.768","8177.527"],["17878.146","13626.293"],["17924.932","13684.100"],["15115.818","14975.568"],["20179.330","15508.126"],["13935.226","12057.847"],["23478.803","7724.948"],["23450.163","7861.596"],["23365.175","7855.573"],["19182.784","15591.139"],["19204.505","15397.205"],["19298.874","15408.470"],["23759.531","7835.158"],["23860.242","7687.316"],["19468.254","15612.653"],["19506.616","15651.796"],["19428.573","15569.868"],["23129.514","8299.365"],["23205.612","8215.683"],["18267.136","12213.489"],["18314.694","12255.805"],["24283.601","8018.688"],["24259.916","8078.096"],["14154.424","12750.148"],["14225.397","12754.083"],["19327.798","15125.037"],["19363.675","15156.216"],["19991.299","15469.483"],["17827.213","12463.700"],["17828.261","12509.505"],["17752.618","12448.769"],["23938.184","8067.882"],["24010.178","8082.510"],["17605.180","12189.704"],["17595.825","12309.547"],["17590.197","12193.090"],["15103.706","15380.639"],["15241.093","15506.192"],["18092.641","12532.976"],["18201.956","12365.832"],["23321.380","8875.371"],["19826.250","17193.811"],["24293.467","7894.320"],["23297.677","8969.237"],["22995.914","7912.883"],["23019.964","8100.294"],["23315.009","8247.203"],["16730.458","16003.492"],["17648.720","12998.713"],["24213.126","8881.967"],["23269.104","8806.899"],["18704.102","12162.365"],["14120.900","14315.888"],["14216.929","14362.880"],["14169.761","14391.457"],["14241.124","14337.827"],["19597.221","12989.278"],["17438.630","12908.158"],["17575.840","12934.396"],["24349.734","8899.545"],["24312.650","8939.794"],["18134.954","12906.577"],["18245.164","12903.100"],["19772.909","13103.270"],["16905.621","14693.884"],["23077.619","8303.342"],["18233.110","12655.967"],["18834.647","15130.455"],["18759.790","15267.241"],["19364.047","14937.142"],["18736.291","15059.350"],["17977.312","12872.101"],["18037.036","12825.095"],["17859.528","12848.505"],["23547.568","8202.368"],["23662.844","8189.924"],["18502.175","12606.633"],["14978.483","15118.025"],["17511.261","13404.133"],["17481.513","13505.689"],["17441.516","13385.550"],["24442.968","8114.470"],["24459.086","8227.039"],["24535.155","8179.293"],["23868.187","8579.649"],["17951.096","13029.178"],["24006.839","7885.925"],["18624.719","12282.850"],["18560.678","12263.831"],["18538.311","12131.726"],["18630.288","12162.578"],["18677.806","12751.806"],["24620.929","8615.953"],["23505.720","9103.637"],["16954.734","15942.512"],["18411.382","12592.430"],["17572.141","13704.358"],["17491.227","13613.097"],["17584.242","13798.983"],["19891.649","15976.171"],["19758.446","15977.289"],["19778.033","15952.516"],["19598.081","15904.388"],["23822.462","7577.820"],["23820.291","7666.061"],["20196.727","15253.223"],["18820.981","12033.599"],["18879.215","11964.565"],["24369.599","7876.826"],["24429.956","7850.578"],["23980.308","8204.122"],["23982.158","8259.704"],["24130.281","8294.019"],["18702.633","12474.145"],["23855.181","7913.952"],["15259.032","15572.985"],["17640.646","12075.350"],["23540.004","8732.406"],["23869.045","8087.119"],["24114.918","7448.560"],["23973.719","7398.956"],["23942.900","7312.334"],["24694.266","7654.018"],["13991.871","12476.225"],["13986.995","12377.612"],["14115.865","14035.681"],["24354.882","8298.337"],["24273.105","8169.484"],["20230.095","15377.055"],["18587.491","12124.085"],["18539.500","12013.505"],["18557.736","11972.803"],["14171.090","12297.680"],["24868.721","8166.990"],["24911.682","8129.913"],["24521.362","8044.174"],["15216.674","15117.129"],["17607.685","12071.370"],["17989.662","12086.727"],["16990.261","15934.782"],["23888.590","8381.219"],["23748.583","8494.911"],["14765.182","15179.787"],["19561.528","14728.706"],["24183.861","8349.738"],["14289.495","12580.278"],["23864.952","9053.775"],["23930.710","9057.949"],["14165.773","12364.104"],["14041.458","12428.789"],["24755.302","8016.707"],["17896.567","12461.123"],["18980.305","15031.203"],["18927.381","15069.385"],["23415.982","8000.408"],["23349.765","7900.540"],["19352.083","15380.714"],["19529.802","15122.851"],["18867.204","15708.346"],["23902.505","7454.098"],["24338.420","7751.846"],["24311.287","7817.187"],["24299.448","7837.501"],["24308.151","7833.398"],["24259.784","7794.933"],["24321.478","7771.094"],["24330.725","7759.408"],["24349.911","7774.468"],["24280.371","7746.412"],["15308.564","15634.687"],["23692.949","9017.079"],["23520.204","8976.503"],["23533.776","9055.500"],["23970.319","8623.297"],["24121.572","8562.198"],["24092.990","8691.449"],["17651.398","12833.672"],["17694.126","12761.435"],["19432.539","14872.160"],["17580.636","12677.370"],["17431.001","12556.614"],["23986.760","7718.931"],["17461.878","12463.689"],["18448.629","12026.983"],["20075.935","15040.777"],["19844.618","15722.168"],["18203.824","12170.031"],["18205.116","12237.876"],["24400.070","7748.191"],["24381.986","7809.569"],["23717.423","8320.141"],["24273.466","7564.545"],["24339.257","7533.070"],["19352.333","15739.119"],["17829.771","13060.699"],["23717.437","7692.841"],["23677.282","7797.067"],["19868.016","15691.084"],["19892.999","15621.292"],["23791.269","8952.618"],["23797.786","8862.082"],["18341.646","12512.914"],["18448.698","12545.507"],["24138.523","9289.050"],["19036.972","15200.863"],["18057.289","12565.855"],["18121.642","12577.494"],["18219.606","12548.522"],["18076.704","12683.354"],["24268.024","9001.092"],["19535.395","14900.045"],["23214.941","8006.803"],["24202.541","7952.596"],["24283.606","7948.714"],["24337.491","8085.188"],["24334.541","7917.068"],["24273.137","7888.699"],["18251.755","12492.352"],["20184.846","14984.686"],["15092.525","15348.940"],["24120.231","8868.094"],["17923.886","12153.630"],["17946.257","12261.154"],["24312.805","8559.850"],["17365.825","12894.163"],["17357.344","12933.701"],["20035.309","16050.645"],["23294.355","8147.040"],["23245.734","8170.439"],["24628.589","8743.956"],["24815.371","8065.774"],["24828.715","7941.290"],["14803.165","14967.134"],["16334.680","15457.463"],["24247.189","7452.513"],["24412.146","8615.495"],["24519.071","8603.649"],["24539.827","8643.699"],["19937.718","15885.698"],["23611.088","8318.041"],["15358.027","15464.550"],["15510.713","15421.736"],["17712.635","12711.217"],["17782.682","12682.405"],["17633.991","12628.793"],["19157.553","15816.393"],["24449.455","7579.761"],["15308.070","15252.436"],["17663.000","12237.112"],["17638.057","12255.754"],["18633.663","12495.427"],["20084.182","15171.633"],["23720.098","8869.176"],["19510.649","15908.868"],["19339.237","15881.487"],["19435.526","15829.935"],["17593.422","12985.874"],["24665.155","8372.145"],["24671.570","8324.466"],["23351.707","7742.639"],["19143.425","15571.598"],["19245.864","15358.876"],["19165.590","15303.948"],["23748.926","7798.472"],["23157.080","8231.732"],["14204.038","12738.404"],["14236.495","12702.493"],["16017.556","15441.289"],["14191.553","15067.719"],["19365.313","15246.409"],["19998.195","15419.735"],["20065.621","15319.664"],["17808.345","12467.279"],["24021.464","7937.183"],["23094.264","7947.263"],["15241.458","15445.909"],["15135.205","15504.324"],["15175.945","15489.545"],["18161.105","12456.280"],["23459.323","8943.195"],["23349.352","8808.756"],["23429.210","8758.086"],["23450.552","8870.799"],["24270.573","7722.839"],["24263.072","7751.354"],["22994.335","7958.482"],["23337.230","8125.882"],["23481.061","8169.179"],["16651.070","16037.252"],["17636.895","13055.570"],["15001.706","15025.437"],["24171.093","8894.785"],["24542.499","7435.662"],["20051.250","15666.815"],["17602.707","12888.371"],["18138.939","12948.008"],["18062.674","12896.507"],["18247.434","12802.120"],["18327.418","12810.039"],["24566.566","8730.562"],["19797.810","13015.623"],["16827.436","14709.450"],["23058.283","8201.666"],["18150.054","12653.200"],["18818.058","15168.672"],["18862.198","15290.670"],["24031.052","9151.195"],["19336.022","14908.328"],["18024.140","12877.143"],["17906.079","12768.365"],["23703.316","8156.207"],["23672.858","8150.693"],["18642.750","12704.514"],["18546.952","12679.334"],["18654.119","12680.721"],["18532.336","12620.778"],["19583.017","15498.269"],["24430.994","8111.332"],["24499.748","8066.188"],["24409.629","8291.762"],["24459.612","8240.350"],["23844.453","8625.033"],["17854.225","12975.738"],["18015.165","13063.877"],["24629.365","7721.830"],["18610.558","12262.990"],["18510.690","12292.793"],["18544.183","12147.250"],["23354.585","9058.370"],["18380.665","12615.215"],["18397.865","12674.490"],["19865.415","16005.020"]] \ No newline at end of file diff --git a/src/gathering/10584.json b/src/gathering/10584.json new file mode 100644 index 0000000..84c4976 --- /dev/null +++ b/src/gathering/10584.json @@ -0,0 +1 @@ +[["25515.294","5853.125"],["19659.666","15858.411"],["19631.774","15898.543"],["15968.543","15148.545"],["23816.651","7531.973"],["23868.476","7627.352"],["23866.728","7590.573"],["17495.300","17032.577"],["17791.234","18396.492"],["17795.604","18326.282"],["21194.729","13962.940"],["17578.057","17499.759"],["17419.040","17539.543"],["21518.339","15166.332"],["21451.104","15202.781"],["14952.720","12884.392"],["15006.110","12771.042"],["20759.979","8132.331"],["20607.441","8146.631"],["20646.972","8193.568"],["16677.146","14195.989"],["16733.435","14131.363"],["16715.254","14133.421"],["16703.050","14129.151"],["16774.155","14159.682"],["20435.281","15260.137"],["25274.922","6580.963"],["25343.692","6479.641"],["16910.669","17975.866"],["14816.791","12731.722"],["14859.673","12593.240"],["14783.751","12648.565"],["14686.413","12668.905"],["14724.019","12663.850"],["14861.829","12500.603"],["14679.567","12389.096"],["17792.297","17049.943"],["17717.120","17028.497"],["17710.843","17193.967"],["17759.542","17104.442"],["19517.815","15546.597"],["14707.256","13917.729"],["14677.266","13961.034"],["14359.458","13387.184"],["14262.324","13277.393"],["16216.002","12840.385"],["16203.643","12929.289"],["16319.516","12785.301"],["31465.103","9020.575"],["18534.178","18701.305"],["14520.579","13379.164"],["14502.661","13358.792"],["14616.213","13253.852"],["14661.847","13247.941"],["14609.803","13185.420"],["14473.398","13300.760"],["14527.949","13280.113"],["15211.483","15589.616"],["25753.230","6879.474"],["25761.328","6944.550"],["22895.059","6681.098"],["27749.621","11547.594"],["18238.301","17249.713"],["18070.336","17285.556"],["18097.029","17220.256"],["23917.299","8067.063"],["24029.354","7343.174"],["16722.969","17852.511"],["29019.813","11220.092"],["17702.237","17483.192"],["15606.560","16006.384"],["15523.016","16083.312"],["20575.175","7926.919"],["20685.768","8038.043"],["15350.449","12108.300"],["15383.719","12012.815"],["15436.434","12123.442"],["15463.353","12094.659"],["15499.445","11980.917"],["16547.200","17270.348"],["16598.142","17252.596"],["23556.637","5921.102"],["27914.780","10409.343"],["16840.453","14416.125"],["14037.833","12422.271"],["13922.310","12500.261"],["26910.860","7163.759"],["14932.549","17138.326"],["18916.204","14148.002"],["16426.555","15095.590"],["15252.107","16296.961"],["21793.488","10338.979"],["16360.444","14199.368"],["16506.214","14111.724"],["20222.218","7954.559"],["20346.419","8038.913"],["18710.252","18530.329"],["15469.152","12760.326"],["26858.026","7540.748"],["26744.598","7520.867"],["13814.433","12741.825"],["13775.887","12716.047"],["17573.991","13840.922"],["16174.719","12659.962"],["16153.553","12613.826"],["16233.885","12585.654"],["16291.970","12666.660"],["16204.436","12720.961"],["16298.104","12571.988"],["20669.919","8675.439"],["22603.543","7065.143"],["14046.662","12206.724"],["14230.740","12162.992"],["19894.525","17330.448"],["19885.964","17284.688"],["19864.513","17369.985"],["19909.996","17211.749"],["15584.521","17168.551"],["18422.628","13792.398"],["17839.143","17934.222"],["20080.719","17338.180"],["20106.133","17371.835"],["20052.739","17371.517"],["20122.407","17377.167"],["29904.032","16025.933"],["19154.858","18383.210"],["16224.429","16833.102"],["16263.471","16972.305"],["16273.114","16822.850"],["16504.171","14305.865"],["18587.623","18027.454"],["17201.929","16745.994"],["17655.510","17218.011"],["27743.905","8958.320"],["16079.358","15936.654"],["16049.222","16092.830"],["13911.046","12393.145"],["19516.547","18097.208"],["18351.054","17858.229"],["16733.335","14988.873"],["16712.494","14930.567"],["16590.668","14963.912"],["20882.118","12838.589"],["28083.843","11153.924"],["28654.980","10978.654"],["28660.195","10877.090"],["20079.205","8483.533"],["22258.452","8677.668"],["18386.588","14479.033"],["28132.820","8746.429"],["23335.227","5940.385"],["16252.576","15775.611"],["16169.784","15839.321"],["16798.924","13683.203"],["13745.507","12374.488"],["28502.206","10972.409"],["28485.004","10989.229"],["26305.576","7140.370"],["17123.668","16008.315"],["17135.802","15945.529"],["17058.850","16031.749"],["17133.103","15962.855"],["17449.271","16857.800"],["17460.814","16959.923"],["20352.265","15986.263"],["16631.196","14611.897"],["16741.478","14548.016"],["14845.057","15272.506"],["21330.723","10398.234"],["27565.960","9619.229"],["13727.923","12614.863"],["15804.003","13445.573"],["15891.527","13429.378"],["18666.527","10424.604"],["18271.743","17127.720"],["18288.836","17007.570"],["23154.311","6172.057"],["23152.303","6019.972"],["23223.309","6080.639"],["14546.704","13776.174"],["14467.821","13797.641"],["14571.802","13689.353"],["14641.564","13725.962"],["21940.839","6946.028"],["21911.520","6983.465"],["21861.936","6992.892"],["20273.857","8440.806"],["20345.025","8371.868"],["20261.180","8458.413"],["20183.086","8461.961"],["20191.262","8355.337"],["27712.156","12558.553"],["24221.417","6376.789"],["15800.725","12253.372"],["15297.537","12476.098"],["15171.895","12371.309"],["15185.194","12481.251"],["22978.920","8353.566"],["18952.928","13792.499"],["18895.943","13642.196"],["25268.449","5823.900"],["28467.492","11849.093"],["18138.105","16969.514"],["18099.262","16780.814"],["18222.875","16903.919"],["18218.662","16976.592"],["17535.011","16898.120"],["14061.167","12513.162"],["14111.771","12426.527"],["21213.403","8430.277"],["21404.751","8346.287"],["20587.087","15416.880"],["27639.946","11250.180"],["15783.349","13682.100"],["15702.650","17434.902"],["15653.377","17591.888"],["15565.071","17564.377"],["23451.874","6552.146"],["16760.942","17712.730"],["24463.009","6331.510"],["24538.612","6353.747"],["24589.856","7920.654"],["18792.731","12769.035"],["15916.540","15944.457"],["18068.171","17058.387"],["18054.382","17053.098"],["18070.592","17117.611"],["20701.590","10293.108"],["21595.219","7791.119"],["21483.118","7802.046"],["21567.953","7725.693"],["15018.674","12264.411"],["15060.248","12202.591"],["15902.919","16692.848"],["15898.278","16718.150"],["15810.207","16728.510"],["17637.398","13980.051"],["21535.112","8221.578"],["17814.922","16663.268"],["17815.444","16718.739"],["16245.474","13234.298"],["21707.333","6950.876"],["16951.675","15825.827"],["16977.178","15722.994"],["22089.498","7112.626"],["22087.924","7165.881"],["15066.546","17128.857"],["15188.248","17167.128"],["15121.025","17199.102"],["21622.061","15712.615"],["20554.887","12299.276"],["25212.102","6754.252"],["20658.927","13024.380"],["15741.926","16211.645"],["15908.609","16172.290"],["15848.094","16289.324"],["21096.018","9950.200"],["21190.243","9955.013"],["15028.346","15535.339"],["16881.451","16143.005"],["16787.955","16244.417"],["19328.906","18558.027"],["22950.539","12543.181"],["15059.416","18077.571"],["17256.374","18099.123"],["15130.267","12205.508"],["15128.133","12334.207"],["25673.844","6581.766"],["25708.273","6627.202"],["27661.301","10989.104"],["17361.247","18334.572"],["17973.371","16351.653"],["17933.122","16298.336"],["21072.195","8060.260"],["21076.427","8043.386"],["21134.536","8070.218"],["22486.356","6812.907"],["22672.148","6821.292"],["22657.028","6696.980"],["22525.069","6664.959"],["15793.940","13379.771"],["15843.057","13383.344"],["15808.027","13238.592"],["18686.217","15719.811"],["15324.930","15565.190"],["21188.530","12488.327"],["15228.983","16552.086"],["16216.083","14358.044"],["14594.225","13421.120"],["14480.847","13460.359"],["14630.196","13445.415"],["15431.270","13071.391"],["15485.363","13150.580"],["15388.338","13121.991"],["15376.281","13061.862"],["15320.774","13010.153"],["14772.956","13662.605"],["14753.552","13749.695"],["14773.720","13806.450"],["14771.370","13799.524"],["14853.408","13689.364"],["31278.694","8700.040"],["18002.655","17340.863"],["17945.546","17367.982"],["17860.248","17285.354"],["17853.385","17234.030"],["14858.493","15961.567"],["16486.966","16917.026"],["24059.916","8177.169"],["24101.552","8188.930"],["24075.560","8196.427"],["24048.866","8175.236"],["18928.626","14403.373"],["15561.496","16112.377"],["26466.604","7199.854"],["16633.725","16819.462"],["16716.228","16878.588"],["16633.422","16784.078"],["16584.883","16928.335"],["16678.946","16984.488"],["17614.342","15341.213"],["17099.188","17200.920"],["17099.188","17200.920"],["17179.079","17281.618"],["17161.271","17322.185"],["17051.125","17234.603"],["16558.094","16995.505"],["16450.323","17056.503"],["16454.665","17192.791"],["22865.808","6626.945"],["22789.361","6519.426"],["22798.377","6461.706"],["22755.099","6418.399"],["22696.438","6512.858"],["25439.601","6917.625"],["25415.959","6932.974"],["16561.106","16538.511"],["16496.055","16376.934"],["16566.617","16407.223"],["16361.877","16482.258"],["14796.336","12178.207"],["14726.512","12161.284"],["14684.033","12177.464"],["14940.074","13161.791"],["20991.171","9698.292"],["17825.525","16431.402"],["14613.246","12114.261"],["14528.644","14170.825"],["13951.956","12294.704"],["13955.916","12170.974"],["18900.275","18165.494"],["18888.231","18228.659"],["28114.419","10445.313"],["18323.698","14290.206"],["27914.928","10548.999"],["16503.972","16168.136"],["20030.679","17086.986"],["16040.859","15073.746"],["18630.993","13709.422"],["16723.318","15445.187"],["14706.978","16900.047"],["20414.064","9509.876"],["19516.075","13324.619"],["15566.739","17332.327"],["24778.849","8392.353"],["23216.250","6249.995"],["26170.577","6750.319"],["26085.492","6808.911"],["20131.986","8004.220"],["21672.471","6804.898"],["15636.207","12808.291"],["15655.745","12909.488"],["15677.754","12931.281"],["22442.691","8965.877"],["18036.267","17259.976"],["15923.216","16412.974"],["15726.980","16475.771"],["20813.977","13137.597"],["18445.853","18483.787"],["16367.606","15338.675"],["16514.532","15371.398"],["16510.658","15434.088"],["15480.924","18322.791"],["28246.797","9182.618"],["28103.635","9707.655"],["15202.183","12619.183"],["20136.535","15762.859"],["19780.329","15765.421"],["15949.445","12614.698"],["16095.155","12665.187"],["15953.218","12746.045"],["18762.631","14102.435"],["18680.935","14081.789"],["18848.853","14398.879"],["18778.659","14415.290"],["23304.801","6154.438"],["23373.220","6126.168"],["23422.102","6111.648"],["17554.771","16701.031"],["16858.065","18072.158"],["25392.033","6407.090"],["19787.472","13185.572"],["14428.687","13531.071"],["14306.269","13522.798"],["20951.785","8930.810"],["17997.811","17177.084"],["18032.781","17007.237"],["14939.450","13800.750"],["18434.671","14149.456"],["18401.214","14172.992"],["18444.347","14051.256"],["17427.845","17394.916"],["17544.245","17350.186"],["17548.916","17276.234"],["17415.740","17286.765"],["15833.817","13831.346"],["15897.757","13898.097"],["15902.823","13865.057"],["16209.581","16685.947"],["16236.024","16709.443"],["16304.535","16768.706"],["16350.783","16621.199"],["18104.356","17507.896"],["18122.407","17435.908"],["22427.392","6570.100"],["15575.001","15891.356"],["18684.491","8986.225"],["18684.469","18215.309"],["18875.710","18246.565"],["18121.568","18438.044"],["20038.096","13752.174"],["18132.161","14195.548"],["18123.698","14114.165"],["18143.866","14106.032"],["18194.484","14162.370"],["14664.090","12744.310"],["18262.851","17817.792"],["18413.263","17801.655"],["27802.979","10796.929"],["16195.338","15238.719"],["18628.684","8325.992"],["16080.031","14510.087"],["24352.158","7596.209"],["16840.203","16774.980"],["14561.589","15087.872"],["16656.184","17530.792"],["19309.262","15795.257"],["17032.139","15401.432"],["24089.371","7533.716"],["24040.591","7601.302"],["24125.169","7655.259"],["24140.413","7590.706"],["24102.059","7604.001"],["24159.642","7611.844"],["24144.234","7560.341"],["24065.419","7539.487"],["24020.625","7569.445"],["15957.995","13449.578"],["18897.669","18672.039"],["18888.318","18470.921"],["19884.381","17227.958"],["19782.901","17371.704"],["19800.970","17214.604"],["19751.707","17244.909"],["22358.999","8087.284"],["17471.668","17834.500"],["18802.992","14497.329"],["18857.093","14526.978"],["18841.631","14457.202"],["21733.375","7378.898"],["15514.415","16336.775"],["19559.949","16003.950"],["15019.778","13858.029"],["27941.346","9547.953"],["14731.953","17119.773"],["23011.324","12577.477"],["22986.870","12606.228"],["19243.879","18143.093"],["19125.705","18142.437"],["19152.330","18250.529"],["19731.460","15709.228"],["20096.359","8295.960"],["14718.645","12096.708"],["22640.912","7016.437"],["22598.634","6857.409"],["22561.156","7027.713"],["22628.456","6954.749"],["22430.027","17192.168"],["16992.585","17171.708"],["21799.380","7155.043"],["21668.908","7100.544"],["16079.031","15127.716"],["19700.353","13583.926"],["26752.503","6942.064"],["15474.138","12549.313"],["15502.900","12670.952"],["14933.823","13519.389"],["15004.268","13398.483"],["15091.728","13558.567"],["15022.157","13548.232"],["15032.365","13482.241"],["26067.653","6998.539"],["26249.485","6987.656"],["15334.574","13093.945"],["16091.396","12835.910"],["16055.219","12888.675"],["16674.191","16321.914"],["15622.272","16188.473"],["15548.663","16192.167"],["15603.569","16196.383"],["15528.585","16144.991"],["25094.666","5856.565"],["14345.835","12208.674"],["20487.737","7775.944"],["16869.028","17221.387"],["16969.786","17236.831"],["16880.954","17261.312"],["19938.868","17026.366"],["17581.809","17014.302"],["16527.548","16082.381"],["25530.189","6648.739"],["25558.164","6763.795"],["28863.227","9607.413"],["20480.788","8248.704"],["20562.438","8234.038"],["17914.020","14356.292"],["17908.530","14305.875"],["20668.151","16236.755"],["20593.932","16226.840"],["22906.338","6377.092"],["22920.331","6359.213"],["22980.174","6306.572"],["23052.236","6283.946"],["23045.336","6379.967"],["14479.105","12704.920"],["14514.135","12895.966"],["14654.298","12849.341"],["14548.262","12874.897"],["14559.334","12958.050"],["17599.392","16322.632"],["17584.502","16189.662"],["17524.856","16315.859"],["17503.658","16210.558"],["15640.787","13806.962"],["18395.191","14008.559"],["14658.041","13081.986"],["14583.137","13174.363"],["14619.345","13002.195"],["14622.568","13075.264"],["14557.403","13009.829"],["14398.883","13889.008"],["14309.116","13957.941"],["13560.289","12536.858"],["15678.924","13263.582"],["15544.193","13227.631"],["16074.825","14384.927"],["21304.455","12617.059"],["14803.835","12855.596"],["15158.538","12067.364"],["18670.257","14591.202"],["29854.965","9301.131"],["15487.932","17720.314"],["15243.966","13027.747"],["16370.328","16239.986"],["14533.592","13857.308"],["14812.830","13204.252"],["14732.305","13281.772"],["14681.913","13282.909"],["17439.881","18081.648"],["16262.098","13155.067"],["16249.001","13029.263"],["21111.433","12768.132"],["21618.193","7414.283"],["21607.889","7270.060"],["21434.278","7379.163"],["21493.908","7454.346"],["21467.602","7323.379"],["21497.183","7566.763"],["21554.876","7618.605"],["18840.881","14813.144"],["24760.870","6272.190"],["18285.648","12519.338"],["20060.142","8062.020"],["14333.722","12506.438"],["14349.239","12415.157"],["14940.172","15321.109"],["15089.828","15373.300"],["14579.362","12209.001"],["14627.480","12261.920"],["14547.821","12331.502"],["14555.673","12126.801"],["14548.603","12280.794"],["20849.690","13364.375"],["17862.282","18610.287"],["19804.633","17072.374"],["20606.688","9529.909"],["20594.946","9464.899"],["20615.404","9386.037"],["23085.095","6151.398"],["23015.544","6016.445"],["22956.891","6119.190"],["21574.356","9825.378"],["25365.501","7343.268"],["14812.412","14046.726"],["14739.590","14169.768"],["18009.194","12227.986"],["20271.571","14218.612"],["17522.191","18571.665"],["19550.751","14501.556"],["27746.474","10934.243"],["19242.123","14638.806"],["16750.939","15102.622"],["17924.964","14499.613"],["18022.252","14517.916"],["15769.257","17513.818"],["21927.022","6818.227"],["16242.476","14558.726"],["16777.594","15856.210"],["16574.194","15894.332"],["17622.014","16853.036"],["17642.835","16881.733"],["15031.147","13646.645"],["15004.180","13630.750"],["14908.771","13629.658"],["23717.232","6289.578"],["25927.044","7054.713"],["25982.591","7121.932"],["17657.801","15236.210"],["17784.183","15110.081"],["29238.390","11444.227"],["16395.405","15904.735"],["16361.626","15765.448"],["16453.761","15883.561"],["16491.043","15789.558"],["23304.939","6297.717"],["23420.059","6216.829"],["18549.366","18146.596"],["15408.345","17613.185"],["15311.641","17528.137"],["16907.673","13500.648"],["15626.276","13075.707"],["28958.759","10802.228"],["16281.895","15314.289"],["14958.192","12209.614"],["22897.549","6512.503"],["22982.360","6419.832"],["23068.058","6560.736"],["22319.878","6844.425"],["26778.071","7800.824"],["23286.319","7628.083"],["27891.458","11054.015"],["22843.539","6675.280"],["25497.014","7624.608"],["25504.721","7478.201"],["25600.912","7527.361"],["17467.282","13337.539"],["17526.917","13343.293"],["26939.268","8959.145"],["18369.912","18033.521"],["22149.944","8294.849"],["28081.646","12060.736"],["15344.315","15446.030"],["22815.228","6201.153"],["22727.700","6037.008"],["17239.482","11841.151"],["14159.087","12553.905"],["17932.079","16981.871"],["17890.940","16798.244"],["17894.189","16923.944"],["17846.847","16779.990"],["17959.903","16799.737"],["17952.383","16870.067"],["15594.232","12183.255"],["15531.030","12241.018"],["15682.031","12153.245"],["14454.976","14212.359"],["14429.834","14080.425"],["14385.727","14112.244"],["14447.521","14169.715"],["15003.016","17759.155"],["24496.332","7510.084"],["15394.305","15170.938"],["20914.418","15302.907"],["18180.560","17095.112"],["15930.740","12831.661"],["15803.003","12823.284"],["18632.658","8261.081"],["17058.413","17862.190"],["14629.904","15030.282"],["14498.266","15043.044"],["16865.358","17062.137"],["16937.784","17052.391"],["16950.208","17152.509"],["16982.851","17060.891"],["16091.476","12533.163"],["16116.081","12501.139"],["16019.802","12489.445"],["26841.399","7097.279"],["15061.212","16778.131"],["18656.485","9018.650"],["15846.902","16780.334"],["15939.096","13334.089"],["17900.242","14179.750"],["14234.652","13118.451"],["16815.300","13382.471"],["16817.465","14164.430"],["16781.580","14165.771"],["25089.077","7035.207"],["15185.194","16473.313"],["15325.505","12532.901"],["15345.005","13542.985"],["20934.446","12677.407"],["29530.183","9804.388"],["19473.472","15850.680"],["19442.949","15897.265"],["19464.912","15804.919"],["17924.440","17515.519"],["17986.877","17466.299"],["17906.184","17430.515"],["18030.642","17538.431"],["15875.933","16129.120"],["15374.362","13901.584"],["18540.997","13980.050"],["18579.314","13938.502"],["22219.500","17403.563"],["16539.419","15836.207"],["19158.188","14365.748"],["15711.360","17140.277"],["18005.736","16475.042"],["21715.159","7496.607"],["21638.273","7625.393"],["21633.212","7520.534"],["17948.774","13686.110"],["17470.459","14627.410"],["17625.150","14698.105"],["17654.182","14790.636"],["16408.480","14878.779"],["16427.519","15054.348"],["21283.755","15010.400"],["26979.865","16084.275"],["20088.147","16263.614"],["21118.433","14972.353"],["25767.231","6206.854"],["20783.741","14805.718"],["15921.088","15614.234"],["20383.362","8085.410"],["20543.063","8025.996"],["20497.152","8029.104"],["16299.749","16098.746"],["16147.076","16028.080"],["16225.607","16057.024"],["18105.063","16557.249"],["18989.530","17993.510"],["20918.171","12299.618"],["25348.838","6893.589"],["17750.304","15384.808"],["17310.027","17381.842"],["15650.688","16585.444"],["26223.396","7693.336"],["19498.784","15716.634"],["20595.884","16093.556"],["14981.561","12741.827"],["15948.919","16413.579"],["16103.132","16660.832"],["16095.313","16616.336"],["16051.126","16590.524"],["15953.188","16756.676"],["15983.707","16613.871"],["16480.804","15672.135"],["14195.575","12678.130"],["14246.531","12666.110"],["15469.334","16814.108"],["17644.570","17976.718"],["16101.791","15359.567"],["14099.842","15071.317"],["23570.151","6194.242"],["23544.897","6100.865"],["23634.102","6041.455"],["23673.838","6083.999"],["16495.412","14521.829"],["16462.464","14525.924"],["17315.447","17489.903"],["17236.389","17525.355"],["17353.615","17511.337"],["17212.067","17476.120"],["17270.865","17457.642"],["24096.253","8088.997"],["19127.044","13085.312"],["27468.524","12299.048"],["14898.535","12481.590"],["17589.771","12220.073"],["15288.856","15357.720"],["15297.484","15466.333"],["15179.827","15467.282"],["18214.214","12522.169"],["15281.014","16089.839"],["25197.373","8474.278"],["16701.167","17086.165"],["16748.260","17050.833"],["16629.049","17100.416"],["25325.747","7084.546"],["16982.267","15911.700"],["16331.551","14215.747"],["16202.094","14106.822"],["25583.954","6234.448"],["25558.384","6414.113"],["18627.972","15405.999"],["15811.024","15734.904"],["24812.618","6415.310"],["24881.345","6219.547"],["22825.674","16307.703"],["16424.251","15993.323"],["16389.625","16090.184"],["16374.163","15997.950"],["23816.092","6185.935"],["22071.939","6904.503"],["22087.089","6908.277"],["15783.181","12629.901"],["15912.785","12709.978"],["23420.981","7629.907"],["24320.696","7893.982"],["25507.004","6531.694"],["25599.193","6468.279"],["15267.258","12931.369"],["15144.280","12885.514"],["15194.635","12812.713"],["15108.568","12927.116"],["17397.529","16897.017"],["17229.103","16890.696"],["17255.989","16867.424"],["15973.583","16849.794"],["25554.476","7398.992"],["18425.385","14683.151"],["22864.936","6296.689"],["17305.254","16042.972"],["17224.795","16077.444"],["17286.115","15963.213"],["16683.760","16140.686"],["16603.435","15960.333"],["22851.494","7312.013"],["22873.891","7355.614"],["21008.819","15325.295"],["21144.798","15346.726"],["16671.408","14322.669"],["16731.272","14356.112"],["16741.578","14272.026"],["18020.879","18319.434"],["24163.913","6452.333"],["16733.683","16742.759"],["16761.086","16588.711"],["16776.072","16700.396"],["16776.072","16700.396"],["18278.592","18082.896"],["15233.104","13204.924"],["14910.573","13919.986"],["16210.512","14773.788"],["17960.220","18170.522"],["22520.019","6426.927"],["17434.959","18399.623"],["14997.362","12089.333"],["20680.679","12564.677"],["20827.932","16148.336"],["24559.927","6489.010"],["21390.546","7852.205"],["25318.764","6063.854"],["25226.447","6019.775"],["22843.840","5989.875"],["15068.116","17931.917"],["15058.112","13189.488"],["17457.368","12780.383"],["15606.934","16399.100"],["15533.908","16559.251"],["15636.192","16427.362"],["15713.118","16518.014"],["15674.820","16436.783"],["15722.358","16412.271"],["23032.157","12825.520"],["22842.593","7791.900"],["26275.376","6955.161"],["26272.175","7047.097"],["20803.262","7994.732"],["20969.870","7977.630"],["17408.750","18017.603"],["18208.839","16684.102"],["18109.565","16676.522"],["18149.520","16725.651"],["18125.438","16579.163"],["13955.008","12755.852"],["13960.071","12558.309"],["21207.682","7517.763"],["21360.807","7474.988"],["25886.899","6688.936"],["25910.629","6743.138"],["22243.362","6740.054"],["22374.197","7070.414"],["22415.108","7143.704"],["22294.355","7097.478"],["22391.336","7069.805"],["14531.110","12394.605"],["15553.845","17766.704"],["14868.900","13245.956"],["22176.637","8166.370"],["21167.147","7674.809"],["21034.996","7525.448"],["21131.503","7610.174"],["26393.142","7417.098"],["14452.272","13000.984"],["14377.128","13043.379"],["14310.655","13154.098"],["15074.911","12737.631"],["16134.044","16331.704"],["15939.041","16274.726"],["15942.414","16209.695"],["16019.518","16261.751"],["16006.957","16345.651"],["16082.764","16235.715"],["23268.789","6526.466"],["23220.993","6603.926"],["18698.957","14904.565"],["17927.216","16724.772"],["18004.287","16643.230"],["17872.005","16669.593"],["15817.680","12987.011"],["15881.999","13026.262"],["15737.509","13124.949"],["16222.194","16390.212"],["16182.659","16451.243"],["16226.899","16542.019"],["16332.876","16457.857"],["16339.985","16525.992"],["21312.008","7274.434"],["16057.848","12973.088"],["28523.742","10425.209"],["17911.387","12789.708"],["16985.958","17815.345"],["16800.205","17752.388"],["17882.501","15031.053"],["21474.859","15842.109"],["20582.381","14758.316"],["15465.553","17308.566"],["15512.395","17225.057"],["14968.442","15100.646"],["16973.214","14530.837"],["22679.996","7044.215"],["24946.667","5764.996"],["17520.822","13501.857"],["17564.633","13423.671"],["17453.350","13554.934"],["17475.249","13435.278"],["28965.306","11197.250"],["16553.959","16749.215"],["16412.843","16759.909"],["16501.470","16631.705"],["15631.372","13394.590"],["15665.071","13444.290"],["15722.440","13439.787"],["15588.629","13496.383"],["19396.446","18271.841"],["19512.396","18361.249"],["14336.957","13771.664"],["14460.159","13605.825"],["14319.861","13634.630"],["14363.279","13650.773"],["16666.138","13354.435"],["23966.854","6364.785"],["24080.647","6369.732"],["31927.506","8687.234"],["16651.598","15646.633"],["17659.804","17362.626"],["17751.189","17295.448"],["24038.286","7843.537"],["24039.830","7873.340"],["19459.399","11255.829"],["26390.103","6944.767"],["22643.038","6325.745"],["24970.539","6466.952"],["24887.392","6435.251"],["15707.988","12081.890"],["15277.761","17707.742"],["22893.836","5849.959"],["22998.484","5922.457"],["7318.116","17497.388"],["19673.250","11158.300"],["20321.374","8260.129"],["20210.662","8202.421"],["20294.380","8169.669"],["14823.568","17450.250"],["25624.985","6798.747"],["25666.413","6713.310"],["25753.052","6712.346"],["25826.815","6776.000"],["15756.359","12435.581"],["19776.035","11879.155"],["25933.537","6429.789"],["17571.562","13642.649"],["30174.696","8679.228"],["19873.570","16014.360"],["28539.716","11641.892"],["16280.060","15569.534"],["16265.182","15660.434"],["16162.711","15618.895"],["15797.670","17387.981"],["17626.413","17804.774"],["16691.788","13668.184"],["25626.979","6051.901"],["25622.971","6189.368"],["18563.111","17860.089"],["16070.991","15197.859"],["17500.185","17475.856"],["17529.208","17428.591"],["21529.787","15196.178"],["19765.883","13553.234"],["20722.256","8189.450"],["20706.042","8198.135"],["25246.813","6492.691"],["25349.116","6601.194"],["16867.132","17976.180"],["14711.543","12709.393"],["15788.067","16985.674"],["15797.341","17175.292"],["15785.938","17187.698"],["15810.788","17016.867"],["17762.422","17045.407"],["17761.053","17154.245"],["14875.703","13948.761"],["24378.993","7850.443"],["14295.132","13231.283"],["16265.247","12887.489"],["19356.818","15618.274"],["20784.391","10756.962"],["19092.638","18378.305"],["15279.476","15560.847"],["15282.179","15572.864"],["15300.291","15645.058"],["15244.205","15702.173"],["18680.833","8287.773"],["25741.049","6892.940"],["22984.368","6657.431"],["27853.333","11650.480"],["18064.646","17273.211"],["16714.827","17897.152"],["29044.009","11225.243"],["15604.710","16017.494"],["15544.855","16127.105"],["15705.826","15994.033"],["15543.894","16041.167"],["15609.556","16120.750"],["15376.618","11965.689"],["16503.519","17279.866"],["23524.877","5990.466"],["23650.713","5956.566"],["16834.610","14355.952"],["14029.440","12532.402"],["14016.822","12527.455"],["13972.340","12362.963"],["14038.659","12474.258"],["26934.874","7141.166"],["18951.957","14036.367"],["16423.285","15226.909"],["16530.180","15088.180"],["15266.370","16161.294"],["22209.659","8724.269"],["22910.053","16398.941"],["16399.983","14122.423"],["20182.939","7986.317"],["20205.755","8032.478"],["18880.893","18562.791"],["18695.828","18494.524"],["15480.798","12826.157"],["20037.828","14251.305"],["26719.769","7568.324"],["24139.711","8040.171"],["24083.724","8040.564"],["16165.089","16316.702"],["16310.066","16188.339"],["16195.471","16274.905"],["16168.869","16271.694"],["20326.461","15382.921"],["20652.447","8692.682"],["22518.328","7097.226"],["22461.934","7152.094"],["19910.003","17334.196"],["19912.470","17239.625"],["19854.365","17384.188"],["19888.735","17392.512"],["21640.674","7699.001"],["14440.816","15117.082"],["20257.943","10887.854"],["18384.806","13740.185"],["20061.666","17349.548"],["22897.772","7330.511"],["19262.137","18321.354"],["16189.597","16937.936"],["16190.896","16830.525"],["16151.313","16780.424"],["16206.521","16778.560"],["16286.963","16956.264"],["16192.124","16817.710"],["14169.565","15094.189"],["18560.189","18038.668"],["15082.012","16555.096"],["17709.899","17235.461"],["15941.925","16082.382"],["15960.056","15959.747"],["16070.588","16127.918"],["19539.672","18150.849"],["20920.992","12902.886"],["20121.245","8442.823"],["20101.114","8422.554"],["18381.190","14634.672"],["23316.757","5990.938"],["16265.606","15865.878"],["16778.501","13674.829"],["16906.743","13728.491"],["28484.726","10972.575"],["26388.914","7137.084"],["18478.296","17762.266"],["16761.484","14572.003"],["14794.802","15110.455"],["14867.073","15157.012"],["21373.972","10375.994"],["23119.338","6103.834"],["23237.126","6002.367"],["23255.908","6092.316"],["21878.876","6972.826"],["20326.816","8498.634"],["20230.308","8434.896"],["20192.444","8404.524"],["20172.527","8470.599"],["20160.205","8319.931"],["24181.515","6412.231"],["19385.205","14461.133"],["15094.544","12349.114"],["15277.058","12484.894"],["21883.165","7127.181"],["25204.309","5982.071"],["25243.942","5794.701"],["21223.567","9509.762"],["17519.610","16970.812"],["22842.661","7243.574"],["14114.961","12383.868"],["14208.146","12464.720"],["20659.454","15459.190"],["20631.390","15415.230"],["15722.694","17528.698"],["23394.785","6512.774"],["16736.534","17705.711"],["24462.614","6289.429"],["24562.083","6395.498"],["15927.442","15971.362"],["15899.569","16103.471"],["18204.438","17028.353"],["21515.174","7712.580"],["14915.013","12145.900"],["15042.304","12208.190"],["15857.446","16669.425"],["15924.693","16741.023"],["15866.935","16713.566"],["21411.722","8296.411"],["20694.022","12959.810"],["17825.730","16599.875"],["17806.732","16608.778"],["21706.856","6958.886"],["16976.817","15834.744"],["22104.667","7186.096"],["15196.718","17074.166"],["15207.475","17133.538"],["26777.031","15737.562"],["25350.048","6683.564"],["25218.730","6746.523"],["15777.026","16327.322"],["15749.285","16149.673"],["15032.001","15577.746"],["23823.981","7415.559"],["16241.430","14509.428"],["19094.665","18302.965"],["22926.167","12545.055"],["23026.778","12516.573"],["15064.087","18096.679"],["17265.009","18097.851"],["15228.389","12242.309"],["15106.936","12329.204"],["25636.064","6583.153"],["25721.250","6598.861"],["17331.050","18366.958"],["17942.946","16276.757"],["17898.126","16318.810"],["16580.719","15379.536"],["16737.699","15301.954"],["21112.887","8042.904"],["21182.799","8067.945"],["7278.202","17455.670"],["22513.905","6767.358"],["22661.107","6664.148"],["18543.523","14730.387"],["18895.004","14450.149"],["15287.233","16488.557"],["15199.438","16385.180"],["16270.952","14327.292"],["18029.150","17318.219"],["17883.890","17225.132"],["17897.991","17359.794"],["19048.600","14372.578"],["19044.526","14262.041"],["18945.599","14383.455"],["16719.930","16855.559"],["16581.858","16798.005"],["26501.080","7458.693"],["16465.979","17084.191"],["22786.811","6581.854"],["22765.762","6533.779"],["20486.966","16349.572"],["25462.068","6922.398"],["16408.824","16425.395"],["16506.117","16492.778"],["14693.811","12302.706"],["17737.150","16384.304"],["15723.941","15537.956"],["15713.768","15686.789"],["15686.652","15551.714"],["19033.741","18239.923"],["18412.965","14410.095"],["20083.126","17173.238"],["20107.994","17196.217"],["27464.025","9633.349"],["14829.633","13478.217"],["14794.446","13415.367"],["16736.681","15481.576"],["14795.291","16842.315"],["20381.054","9569.463"],["19652.735","13276.373"],["15512.412","12174.244"],["15438.998","12200.421"],["23196.793","6345.305"],["26179.146","6831.624"],["26135.772","6767.012"],["17832.444","17255.899"],["15901.517","16384.748"],["15899.214","16448.189"],["15797.506","16472.874"],["15734.798","16360.065"],["15893.648","16397.112"],["26052.509","7085.466"],["18279.459","12025.997"],["18356.542","18499.939"],["16359.995","15369.824"],["16547.345","15360.184"],["21061.162","15988.893"],["23274.116","6111.616"],["20140.176","15004.959"],["15289.929","12582.514"],["19752.053","15760.159"],["16086.828","12756.977"],["18816.371","14164.830"],["17529.268","12370.940"],["18808.840","14409.856"],["23383.006","6082.337"],["23402.941","6102.037"],["17537.397","16758.221"],["25394.665","6411.037"],["14260.015","12683.137"],["23137.979","6205.781"],["17947.636","17063.676"],["17844.188","17017.817"],["18018.095","17102.269"],["17908.530","17110.274"],["18264.549","14063.187"],["18349.158","14158.195"],["18367.877","14062.411"],["18456.290","14197.395"],["17511.055","17371.971"],["17413.598","17249.126"],["17544.374","17214.595"],["17544.374","17214.595"],["17905.768","15210.979"],["18020.819","15218.904"],["16234.107","16595.764"],["16198.112","16716.880"],["16169.971","16587.691"],["16203.087","16565.591"],["22417.266","6466.436"],["15667.908","15738.606"],["24521.719","7848.514"],["18734.985","9097.894"],["18707.334","9105.674"],["18183.673","18392.280"],["19984.996","13804.768"],["18318.817","17827.345"],["21612.389","6898.160"],["27734.775","10731.151"],["16277.964","15285.883"],["16222.055","15166.313"],["16432.796","14600.575"],["24329.890","7580.076"],["16598.100","17506.583"],["16681.973","17539.744"],["17020.065","15373.651"],["23999.398","7635.420"],["15382.058","16998.009"],["15478.962","17040.202"],["15440.771","16998.521"],["15346.060","17007.670"],["27698.182","11129.395"],["18908.664","18467.734"],["17598.896","14757.218"],["19793.559","17343.859"],["19836.535","17208.222"],["19793.303","17271.184"],["22403.140","8085.954"],["17509.793","17883.963"],["17581.297","17923.043"],["17511.706","18033.390"],["18810.343","14652.552"],["18741.607","14568.017"],["21736.960","7462.647"],["15492.948","16314.906"],["15512.043","16158.170"],["15456.437","16165.350"],["15480.551","16239.683"],["15474.021","16200.804"],["20614.093","9362.416"],["19610.887","16009.261"],["14746.494","17065.921"],["14890.813","17177.824"],["23048.066","12602.358"],["23004.071","12604.513"],["22999.437","12678.277"],["22972.659","12579.457"],["20111.803","8130.938"],["20081.852","8260.551"],["14763.413","12109.716"],["22549.177","6961.917"],["22473.971","7013.136"],["22610.824","6920.100"],["19662.157","14983.507"],["21701.507","7181.984"],["21636.589","7057.852"],["17741.156","15626.338"],["16092.968","15091.959"],["19859.667","13615.674"],["19775.923","13705.911"],["26784.658","6987.597"],["15436.921","12700.778"],["26101.215","6884.038"],["26045.515","7016.541"],["26176.221","6997.518"],["26231.106","7672.970"],["18819.864","18006.534"],["16012.426","12936.188"],["16042.082","12823.706"],["15620.263","16885.447"],["15603.523","16832.237"],["15541.350","16954.858"],["16593.311","16274.313"],["16592.041","16471.593"],["15612.142","16147.830"],["15667.027","16204.993"],["21315.067","7251.841"],["25054.485","5866.160"],["14354.034","12288.140"],["20447.471","7820.821"],["20533.724","7722.088"],["17610.215","17094.003"],["17534.671","17137.960"],["25504.926","6750.259"],["25601.602","6727.792"],["25610.198","6774.470"],["20372.290","8317.838"],["20418.486","8263.948"],["20577.854","8246.261"],["20540.501","8132.494"],["16780.446","16043.007"],["22971.104","6337.727"],["23033.266","6251.312"],["23021.849","6382.510"],["17524.815","16172.126"],["13821.104","12285.817"],["14611.345","13122.717"],["14425.418","13899.154"],["15650.311","13344.873"],["16067.556","14433.284"],["16030.380","14418.325"],["21275.532","12679.373"],["14835.603","12901.391"],["15101.786","12028.259"],["15434.822","15899.060"],["15214.471","13115.300"],["24155.140","7935.255"],["24219.831","7977.281"],["24149.359","7982.682"],["24171.966","7912.024"],["14675.167","13197.051"],["17560.226","18149.884"],["21591.318","7352.020"],["21493.777","7415.535"],["21493.605","7354.032"],["21513.448","7679.222"],["21533.343","7670.694"],["21430.193","7584.798"],["21450.067","7474.278"],["21575.122","7530.199"],["20848.769","10434.837"],["25614.397","6046.814"],["25602.790","6197.246"],["18842.689","14730.706"],["18697.681","14774.005"],["18823.342","14852.273"],["18867.807","14721.941"],["29807.340","16119.122"],["14252.549","12372.949"],["14388.135","12471.183"],["14949.386","15366.996"],["14614.333","12231.607"],["14621.164","12309.203"],["14519.159","12169.681"],["20809.046","13231.642"],["17837.463","18601.534"],["15119.802","17133.667"],["19891.358","17154.565"],["19853.145","17111.274"],["19857.162","16992.280"],["20629.708","9497.058"],["20583.580","9481.001"],["22959.182","6134.806"],["23025.527","6003.613"],["22945.049","6121.337"],["28177.080","11130.715"],["16816.016","15447.413"],["16820.501","15356.335"],["25406.196","7351.704"],["20225.444","14129.640"],["17541.171","18603.573"],["24321.661","8579.309"],["15174.783","16260.683"],["15063.400","16348.867"],["19128.355","13697.897"],["19608.345","14586.618"],["20053.698","15993.741"],["17985.322","14559.101"],["15786.100","17650.948"],["15790.580","17535.651"],["21878.305","6802.901"],["19576.689","18372.612"],["17804.420","16889.109"],["17685.961","16919.770"],["23613.062","6222.748"],["23659.798","6278.860"],["25948.721","7073.375"],["17738.408","15263.407"],["15610.075","12477.050"],["15689.662","12437.090"],["16474.785","15616.708"],["15165.098","16838.833"],["15192.345","16881.541"],["15116.201","16873.670"],["15278.997","17004.437"],["15250.456","16861.011"],["15272.859","16924.897"],["15103.743","16796.769"],["15116.662","16899.303"],["16446.553","15921.885"],["23406.720","6288.307"],["18511.110","18195.679"],["15477.565","17419.447"],["15389.138","17504.454"],["16856.687","13397.282"],["15683.842","13084.404"],["18158.695","13549.872"],["18230.087","13439.431"],["18076.939","13406.899"],["16300.114","15470.581"],["25506.231","5889.938"],["22883.684","6569.943"],["22985.881","6520.803"],["22920.551","6429.956"],["23045.229","6559.382"],["22422.470","7032.842"],["21066.739","15288.891"],["21014.447","15129.838"],["26868.495","7781.491"],["22710.027","6827.898"],["22736.154","6741.325"],["22868.538","6694.162"],["25524.175","7643.143"],["25504.080","7479.638"],["17445.226","13340.529"],["17529.696","13330.378"],["15352.435","15465.541"],["14962.655","16783.742"],["22803.643","5997.719"],["22738.320","6141.285"],["22796.204","6100.212"],["15616.945","12260.233"],["15608.222","12138.522"],["15042.145","17786.323"],["15002.687","17754.614"],["24407.713","7683.893"],["24482.656","7578.643"],["24400.434","7691.940"],["15449.912","15274.588"],["15388.118","15235.652"],["19027.422","10158.755"],["15649.943","16351.415"],["18535.166","8238.477"],["15093.379","16631.519"],["15132.133","16704.557"],["15163.065","16775.763"],["17101.933","17860.290"],["19513.799","18624.123"],["16008.124","12521.658"],["26833.850","7114.389"],["13847.800","12316.134"],["25626.222","7519.670"],["15081.321","16717.940"],["15050.994","16690.875"],["14975.902","16676.261"],["14946.920","16628.822"],["15984.322","13331.339"],["15644.686","15368.960"],["15638.397","15326.889"],["15668.995","15424.822"],["25085.406","6961.792"],["15081.306","16453.084"],["15074.917","16507.928"],["15161.068","16388.981"],["15433.812","12522.275"],["15488.342","13543.851"],["19977.324","15095.883"],["19488.950","15854.427"],["18029.998","17445.025"],["17426.768","12985.520"],["18625.038","13963.169"],["22332.930","8895.611"],["17644.030","18465.460"],["19247.126","14265.661"],["15664.241","17058.760"],["15658.198","17146.177"],["17786.013","14109.741"],["24759.800","8324.544"],["21689.008","7545.773"],["21652.308","7533.548"],["15475.375","16425.490"],["17432.185","14625.800"],["17459.375","14635.922"],["18990.547","12796.721"],["17626.314","14860.255"],["17632.736","14846.165"],["17614.155","14763.749"],["17628.847","14745.631"],["16566.901","14963.846"],["16398.940","14909.270"],["16372.980","15076.510"],["21240.556","14994.022"],["21296.796","14915.939"],["16171.140","16987.409"],["16278.499","17042.495"],["21016.381","15005.051"],["25734.977","6222.940"],["15926.549","15660.758"],["15774.880","15528.954"],["15730.625","15608.823"],["15801.294","15603.977"],["15893.764","15621.631"],["15854.433","15624.432"],["7226.996","17684.521"],["20369.100","7958.963"],["20521.645","8091.106"],["20368.428","8068.532"],["20508.333","7909.826"],["16237.283","15957.450"],["16162.981","16052.704"],["16219.140","16020.748"],["22473.295","8152.822"],["18905.007","17980.876"],["20879.665","12264.444"],["21217.178","7998.913"],["25352.999","6968.944"],["25335.236","6916.315"],["25226.374","7026.703"],["15604.811","16583.455"],["15655.483","16615.666"],["15588.352","16597.234"],["23872.208","7705.386"],["19470.305","15674.797"],["19438.677","15633.575"],["20629.576","16098.992"],["16092.322","16452.349"],["15941.376","16356.938"],["16022.411","16480.515"],["18749.009","18305.152"],["18840.068","18265.310"],["16130.256","16681.746"],["14181.252","12711.019"],["20507.027","14770.721"],["15460.198","16877.296"],["15352.572","16810.502"],["15453.202","16776.964"],["17659.061","17869.745"],["17795.229","17966.312"],["23545.687","6116.802"],["23687.095","6143.107"],["16487.008","14490.962"],["16723.937","14842.598"],["17733.300","17430.397"],["15768.284","15384.516"],["15801.530","15401.921"],["15859.877","15484.994"],["15851.111","15459.932"],["15824.985","15417.290"],["17268.579","17475.288"],["23979.410","8048.010"],["19250.054","13047.242"],["21426.871","15038.418"],["27449.003","12216.293"],["19244.422","18011.075"],["15037.110","12409.147"],["15008.511","12500.406"],["15114.206","17563.128"],["15294.004","15381.552"],["15136.999","15327.949"],["16650.128","16998.938"],["16755.928","17172.195"],["25321.686","7149.543"],["15915.779","15167.108"],["15731.923","15246.957"],["16294.940","14230.265"],["25565.450","6301.682"],["25524.075","6389.390"],["15895.190","15774.000"],["15911.934","15751.604"],["15821.000","15800.682"],["15857.664","15793.475"],["24861.723","6247.689"],["24834.266","6231.054"],["15606.392","17665.062"],["15683.933","17764.749"],["15670.293","17702.633"],["15661.606","17734.131"],["16430.781","16015.453"],["21257.810","12438.608"],["23793.789","6164.713"],["19832.188","17154.786"],["19794.781","17064.265"],["19805.779","17123.063"],["22164.152","6882.256"],["22140.477","7050.787"],["15800.168","14609.340"],["23443.997","7590.148"],["23312.704","7658.092"],["24198.720","7727.265"],["24219.830","7744.683"],["25469.536","6550.852"],["25597.696","6492.705"],["17305.696","16963.362"],["16015.051","16879.023"],["15956.043","16842.233"],["19905.859","11121.572"],["22974.504","7984.959"],["25592.453","7395.226"],["28897.695","11273.923"],["28823.772","11259.904"],["20965.754","10312.430"],["22836.086","6404.906"],["22673.811","6346.950"],["17354.904","15987.871"],["23021.245","12701.037"],["22963.416","12684.727"],["23023.698","12747.787"],["19645.598","12065.285"],["18054.405","14544.987"],["16648.952","14353.762"],["16737.835","14381.100"],["16696.439","14278.646"],["16639.718","14251.273"],["17843.170","18328.891"],["18006.718","18380.127"],["24169.835","6513.110"],["16568.955","16708.729"],["16568.955","16708.729"],["18442.692","18108.616"],["18295.056","18047.768"],["22373.249","6829.297"],["20481.234","15511.498"],["18007.244","18180.926"],["22563.161","6621.854"],["22646.964","6490.034"],["22473.510","6554.080"],["22595.134","6484.252"],["15020.982","15044.430"],["17471.242","18307.022"],["15231.893","17333.084"],["15224.894","17186.524"],["15165.465","17215.636"],["24537.415","6510.054"],["25319.406","6050.675"],["15276.302","16578.425"],["15262.115","16715.437"],["22860.251","5896.202"],["15050.513","16278.597"],["15037.672","17914.576"],["15077.590","17954.972"],["14970.589","13218.855"],["15650.292","16485.248"],["15530.520","16442.489"],["15566.951","16533.256"],["15615.615","16452.598"],["15623.724","16549.770"],["15614.624","16489.862"],["15529.299","16380.672"],["28226.617","8594.629"],["26365.646","6996.757"],["26253.844","6928.928"],["20859.462","7986.639"],["20978.390","8019.661"],["17369.391","17941.319"],["18170.980","16653.120"],["21352.807","7668.277"],["21375.565","7561.964"],["21293.118","7647.559"],["25867.869","6642.908"],["25854.019","6807.231"],["25942.932","6673.724"],["22064.373","6788.698"],["22191.899","6766.957"],["15410.774","16937.221"],["15473.372","16976.394"],["15352.238","16973.707"],["15357.594","16907.448"],["17747.788","16306.250"],["15490.984","15953.870"],["15461.600","15972.043"],["15496.018","16113.492"],["15512.339","16115.155"],["15489.041","16023.441"],["22351.165","7145.604"],["22402.701","7069.062"],["15560.553","17825.249"],["19872.413","14350.787"],["18691.506","10509.902"],["15571.977","18362.444"],["22219.801","8159.264"],["21031.953","7657.009"],["21103.904","7636.153"],["20395.710","16473.036"],["26423.594","7282.563"],["16792.156","15145.480"],["18810.263","15131.976"],["16111.958","16302.541"],["15969.829","16326.165"],["15944.042","16205.219"],["16000.251","16192.964"],["15971.504","16155.676"],["16032.384","16288.556"],["16100.191","16266.465"],["23280.374","6455.281"],["18711.795","14957.444"],["27429.022","12038.339"],["17983.751","16687.833"],["17913.693","16679.168"],["16184.794","16476.712"],["21350.940","7362.301"],["16013.463","13175.594"],["15782.982","16173.757"],["15866.311","16170.359"],["16778.478","17770.026"],["16958.787","17782.430"],["14754.526","16695.220"],["19335.984","18069.947"],["15427.797","17309.894"],["16772.506","18016.320"],["20070.291","17410.207"],["21612.293","9505.742"],["16950.730","14585.816"],["27666.504","10696.653"],["22725.555","7037.526"],["20665.601","12420.920"],["17495.469","13533.593"],["17513.136","13437.676"],["27445.333","9497.610"],["28866.427","11136.187"],["15582.651","18328.159"],["17446.746","13383.321"],["21884.784","10329.990"],["14417.769","13758.737"],["16651.855","13251.942"],["16690.890","13199.637"],["23958.154","6406.949"],["24094.101","6388.609"],["21256.808","15341.980"],["15774.429","17708.748"],["16631.167","15597.350"],["20438.060","15456.141"],["15094.317","18064.540"],["27305.949","15645.075"],["23192.835","6700.788"],["28503.028","10086.157"],["24917.637","5857.686"],["24976.881","5813.799"],["24822.717","6418.217"],["24946.822","6542.493"],["24942.918","6501.048"],["15287.803","16614.041"],["15410.943","16722.692"],["15410.791","16764.216"],["15249.047","17661.290"],["25867.435","6469.575"],["27429.482","11055.806"],["22928.598","5984.943"],["23055.589","5899.303"],["23063.618","5950.658"],["18626.777","18664.196"],["20311.337","8147.191"],["29574.149","9323.024"],["14902.228","17459.406"],["14868.099","17422.515"],["25759.565","6683.857"],["25789.252","6835.319"],["20364.400","8364.898"],["15761.651","12503.982"],["18374.965","18410.162"],["17508.793","13611.033"],["17573.661","13756.381"],["16353.604","15650.142"],["16299.869","15706.116"],["16197.170","15675.304"],["15834.039","17233.629"],["15846.837","17291.762"],["15860.975","17400.486"],["25420.853","5847.592"],["19564.627","15835.977"],["19556.858","15733.828"],["17373.139","14562.188"],["17311.105","14574.629"],["17309.359","14608.333"],["16584.910","18778.948"],["16001.812","15211.225"],["16020.923","15104.337"],["14923.381","19271.145"],["17486.214","17520.920"],["14918.456","12792.852"],["19756.579","13498.047"],["20656.261","8110.232"],["20634.028","8172.759"],["16651.827","14129.955"],["16720.936","14231.393"],["28695.056","9744.266"],["25266.008","6565.302"],["25276.221","6495.003"],["25342.159","6586.495"],["25391.028","6509.269"],["16907.017","17931.357"],["16845.927","18017.344"],["14678.513","12576.047"],["14854.587","12536.412"],["14728.727","12379.579"],["17652.049","17020.859"],["17803.804","17073.278"],["17645.438","17155.527"],["17820.794","17007.121"],["14953.661","17476.615"],["19644.210","15717.383"],["14847.479","13879.499"],["24477.619","7860.705"],["21238.058","12772.832"],["16233.553","12890.819"],["25913.208","6409.971"],["14617.350","13227.212"],["19378.306","15699.090"],["18898.062","18317.036"],["15201.598","15585.273"],["18674.710","8287.335"],["28483.149","9984.980"],["25745.029","6929.257"],["16145.977","14811.341"],["24042.762","7429.049"],["16745.913","17907.458"],["17659.724","17478.655"],["20096.422","17218.664"],["20118.570","17235.524"],["15625.234","16102.490"],["15631.074","15953.682"],["15556.598","16004.928"],["15709.707","16047.138"],["15526.295","16053.603"],["15564.691","15935.433"],["20723.276","8081.543"],["16510.909","17361.761"],["16769.168","17231.573"],["23538.479","5961.498"],["23684.759","5963.222"],["26609.785","15581.011"],["20877.405","12365.708"],["16874.837","14407.283"],["13926.263","12443.855"],["13955.728","12344.053"],["26888.410","7077.764"],["14900.031","17085.878"],["16418.058","15143.039"],["16537.466","15158.866"],["15133.663","18415.305"],["16463.559","18407.838"],["19593.372","15596.157"],["16564.879","14234.602"],["16461.421","14166.783"],["20334.609","8023.422"],["20161.212","8010.512"],["20246.560","8052.874"],["18823.196","18627.521"],["15449.365","12781.566"],["15312.437","12931.746"],["20154.961","16347.150"],["20094.598","14301.781"],["26771.807","7560.292"],["16233.712","16164.374"],["16149.088","16208.328"],["16265.477","16146.044"],["16215.281","16210.022"],["16180.064","16305.786"],["16173.342","16153.421"],["16197.596","16203.990"],["20688.874","8676.309"],["16002.738","18128.929"],["19924.121","17376.071"],["19890.874","17279.972"],["19915.368","17405.938"],["21656.008","7791.351"],["18439.717","13743.359"],["17876.429","17892.554"],["19985.679","17315.746"],["20031.466","17209.967"],["20071.913","17355.841"],["20102.794","17382.570"],["20141.058","17386.415"],["29894.443","16067.832"],["22892.957","7264.548"],["19199.513","18394.936"],["16209.051","16900.186"],["24441.751","7965.511"],["18582.129","18002.747"],["18513.777","18037.897"],["17691.591","17326.208"],["17829.060","17303.004"],["16061.246","15988.460"],["15959.359","16120.096"],["16073.080","16111.954"],["13885.077","12389.189"],["18305.363","17915.702"],["20066.771","8515.506"],["20087.232","8334.445"],["18392.591","14456.605"],["28066.912","8906.113"],["16162.300","15911.658"],["16820.056","13715.585"],["24078.245","6442.680"],["24113.716","6468.964"],["26437.163","7241.489"],["26384.770","7160.684"],["16991.198","15931.430"],["18529.563","17812.621"],["14153.196","12080.493"],["20314.672","16074.381"],["14869.062","15148.819"],["14783.093","15186.277"],["19280.781","18568.217"],["23174.938","6028.197"],["23121.727","6005.868"],["23208.408","6042.060"],["14666.855","13652.380"],["21998.586","7023.518"],["21932.244","7015.537"],["21899.259","6902.868"],["20266.389","8470.379"],["20261.608","8379.966"],["20179.977","8412.781"],["20236.754","8475.504"],["24158.653","6415.138"],["15845.338","12295.704"],["15145.688","12370.472"],["19042.410","13781.382"],["21881.288","7182.623"],["22005.875","7090.664"],["25209.178","5990.956"],["25244.518","5893.083"],["18153.853","16983.590"],["14050.586","12432.802"],["14231.421","12420.543"],["21203.243","8493.742"],["20591.353","15362.526"],["20725.559","15378.490"],["15593.914","17557.953"],["23407.779","6550.594"],["16768.228","17713.391"],["16755.008","17767.780"],["24433.009","6374.698"],["15918.154","16051.000"],["18052.601","17150.467"],["21519.269","7800.708"],["21584.335","7687.824"],["14933.253","12129.236"],["15038.723","12285.721"],["15020.978","12263.927"],["15385.810","18579.867"],["15838.941","16692.721"],["21471.905","8284.471"],["18878.804","18725.615"],["17795.923","16682.361"],["21746.544","6962.783"],["21694.132","6855.847"],["16942.424","15869.887"],["16780.627","15832.555"],["22048.824","7124.732"],["22055.062","7132.091"],["16813.045","14962.398"],["15274.891","17052.525"],["21266.543","9354.305"],["25347.490","6831.162"],["25335.953","6732.961"],["25223.566","6734.137"],["20636.668","12993.192"],["15871.863","16229.339"],["15919.229","16231.737"],["15884.913","16155.181"],["15837.624","16282.570"],["15868.721","16294.814"],["15785.423","16351.807"],["18033.349","12679.679"],["17033.442","17740.134"],["16217.294","14517.717"],["16266.651","14455.116"],["19111.886","18299.942"],["16219.769","18482.661"],["16244.189","18570.113"],["22916.479","12537.112"],["22976.274","12506.122"],["17270.897","18169.230"],["15115.906","12254.614"],["15138.530","12315.141"],["15138.590","12167.539"],["25725.373","6578.182"],["19706.735","15733.887"],["15653.184","16388.435"],["20290.124","10979.119"],["18100.446","14412.624"],["22067.712","8608.417"],["17330.441","18362.284"],["21109.044","8018.494"],["21077.030","8024.270"],["21157.026","8080.697"],["21052.688","8080.425"],["7300.602","17619.662"],["22479.464","6766.185"],["15388.666","15649.282"],["15369.277","15522.716"],["15235.853","16491.431"],["16227.580","14307.309"],["16300.089","14293.567"],["23679.265","9063.956"],["14845.829","13745.043"],["17990.066","17246.643"],["18007.579","17303.795"],["16424.422","16932.790"],["23981.389","8116.256"],["23938.588","8116.303"],["19013.325","14302.867"],["19087.225","14403.002"],["18914.215","14395.378"],["15584.474","16055.055"],["15567.060","16082.597"],["16680.546","16882.150"],["17543.704","15337.350"],["17412.175","15474.682"],["23961.885","8574.269"],["17500.945","17793.724"],["16363.255","16995.578"],["22797.157","6569.814"],["22824.095","6486.937"],["22825.647","6496.190"],["22734.514","6532.412"],["25469.897","6991.019"],["16396.299","16368.945"],["16560.204","16505.912"],["14739.986","12265.713"],["27985.466","10828.238"],["29382.813","9444.011"],["17812.298","16472.443"],["17512.055","12549.594"],["30584.932","8708.358"],["20909.730","15046.150"],["29112.850","9610.558"],["28319.918","9881.849"],["23957.998","7788.271"],["18917.874","18127.096"],["18932.409","18230.327"],["18636.488","10534.310"],["18358.442","14417.698"],["20013.163","17073.642"],["20072.423","17196.388"],["16020.560","15065.542"],["16600.867","15428.108"],["16683.430","15352.664"],["14773.849","16907.003"],["28870.593","11053.875"],["28978.125","10938.351"],["15659.114","17350.955"],["15571.854","17381.097"],["15485.013","12229.390"],["15407.030","12170.901"],["23190.033","6285.668"],["23261.485","6226.157"],["26202.386","6766.471"],["26055.986","6775.831"],["18034.926","17237.914"],["15904.050","16501.265"],["20844.927","13058.416"],["18385.508","18477.346"],["16420.159","15382.730"],["16498.801","15343.251"],["16450.454","15456.887"],["15513.440","18296.135"],["23244.208","6172.456"],["20038.613","14995.813"],["15951.957","12742.548"],["18752.872","14132.532"],["18701.257","14034.301"],["17010.194","15551.824"],["23358.006","6070.562"],["25330.537","6410.245"],["20966.729","8847.351"],["20954.632","8849.983"],["17857.741","17098.260"],["17909.984","17020.801"],["18423.328","14050.546"],["17414.742","17236.037"],["17895.556","15124.184"],["16246.981","16601.077"],["16280.999","16674.320"],["18102.369","12125.514"],["22457.277","6544.584"],["18231.295","15038.958"],["18392.384","17712.952"],["16459.595","14606.610"],["24255.979","7648.266"],["16637.779","17522.518"],["19404.198","15910.040"],["19441.469","15737.190"],["17009.373","15478.729"],["24056.151","7639.485"],["27569.601","11216.513"],["15959.720","15862.094"],["16098.527","15910.459"],["19823.822","17371.093"],["19862.522","17216.959"],["19748.961","17232.407"],["22446.744","8062.319"],["17561.165","17968.477"],["18712.640","14467.636"],["18862.074","14495.445"],["21839.841","7461.102"],["15611.787","12657.476"],["28273.860","11455.517"],["15505.450","16293.926"],["20641.078","9327.210"],["14786.965","17059.691"],["22973.072","12549.275"],["23027.659","12667.652"],["19201.182","18158.238"],["19147.778","18149.308"],["20133.694","8167.883"],["20039.150","8210.196"],["20128.464","8231.699"],["14703.666","12118.988"],["14779.104","12085.406"],["22589.210","6950.918"],["22609.366","7042.434"],["22625.489","7013.596"],["19638.304","14891.909"],["21706.556","7246.806"],["21750.504","7137.852"],["26256.685","7702.014"],["16500.167","18230.205"],["26751.483","6952.964"],["15331.109","12587.612"],["14905.493","13396.157"],["26092.991","6871.371"],["26085.811","7038.704"],["26246.640","6909.175"],["15973.112","12936.025"],["16664.652","16275.862"],["16679.007","16540.174"],["16572.110","16353.133"],["16658.349","16469.723"],["15627.444","16253.917"],["15594.547","16265.258"],["15651.502","16293.633"],["15656.596","16167.476"],["24135.112","9270.493"],["16180.311","18167.970"],["25099.551","5916.466"],["14420.357","12261.613"],["14305.131","12194.678"],["20457.422","7824.041"],["20533.445","7732.063"],["16814.556","17233.585"],["16918.472","17248.369"],["16921.187","17297.888"],["17587.635","17160.778"],["25533.627","6710.523"],["25567.572","6718.676"],["25617.386","6818.384"],["20380.953","8203.469"],["20529.942","8235.463"],["18002.252","14379.674"],["17495.926","16104.184"],["16794.901","16097.515"],["22990.413","6336.637"],["22992.970","6292.881"],["23087.754","6302.956"],["24194.218","8996.105"],["14491.900","12827.741"],["14663.088","12904.317"],["14544.380","12780.701"],["21587.314","10337.896"],["17447.883","16279.250"],["17458.794","16344.051"],["20429.707","14598.911"],["13769.801","12308.633"],["15523.324","13606.754"],["14594.142","13118.008"],["15703.181","13332.163"],["16094.017","14391.538"],["18516.661","13162.196"],["15107.956","12068.449"],["14696.886","12971.539"],["18210.711","15140.622"],["19911.532","15877.180"],["16499.000","16316.590"],["24263.125","8091.489"],["24159.922","8018.015"],["14634.326","13819.990"],["14646.486","13875.707"],["17555.834","18170.908"],["15020.629","19012.329"],["14894.682","19059.402"],["21486.968","7472.959"],["21547.289","7382.322"],["21473.713","7576.408"],["21611.109","7570.678"],["18820.801","14740.427"],["18734.087","14757.340"],["18745.010","14793.260"],["27572.815","11656.302"],["14404.525","12374.617"],["14410.087","12343.745"],["15064.958","15500.310"],["14645.926","12260.799"],["14621.573","12176.056"],["20499.934","14693.309"],["29223.758","11818.472"],["14735.351","13454.991"],["15005.249","17157.633"],["19841.111","17020.422"],["20611.652","9517.653"],["20597.034","9428.235"],["23070.391","6096.980"],["23009.428","6081.991"],["22907.311","6008.438"],["23033.570","6031.127"],["22885.872","6044.904"],["16684.549","18456.030"],["21626.868","9919.363"],["16813.927","15422.640"],["16831.438","15470.830"],["15529.229","17982.577"],["25202.670","7422.850"],["17518.622","18573.713"],["14699.319","12878.900"],["27127.561","15390.632"],["19665.700","14463.855"],["19571.717","14617.734"],["19167.328","14531.744"],["16730.676","15087.016"],["17991.710","14599.859"],["17961.269","14460.120"],["27247.766","9427.414"],["27230.109","9542.090"],["20049.331","13829.438"],["17637.492","16937.010"],["17729.536","16863.168"],["15041.091","13731.282"],["26024.861","7087.217"],["25963.820","7076.249"],["17739.091","18613.723"],["17708.704","15101.497"],["23007.456","16341.371"],["16554.258","15620.971"],["15183.835","16947.521"],["16264.969","18326.164"],["23409.286","6264.855"],["18556.143","18215.746"],["15399.887","17483.112"],["15372.479","17596.494"],["14801.915","14973.773"],["22934.591","6626.681"],["22941.621","6599.876"],["22991.588","6495.154"],["22960.584","6451.822"],["23036.496","6530.876"],["22367.050","7002.818"],["22353.326","7018.112"],["21157.095","9560.819"],["26744.227","15394.376"],["18475.037","14167.502"],["26821.847","7749.741"],["26869.883","7725.526"],["19287.138","16378.083"],["27796.898","11021.113"],["22724.007","6762.168"],["22795.546","6754.240"],["22698.311","6631.794"],["25553.363","7669.514"],["25504.545","7544.879"],["17438.095","13314.307"],["17498.644","13329.470"],["15467.407","15385.970"],["26264.395","15964.492"],["22722.635","6030.006"],["14184.196","12609.339"],["20792.620","8202.699"],["15055.631","17771.212"],["24418.801","7637.048"],["15344.319","15275.206"],["19022.197","10134.473"],["20804.095","15346.120"],["18564.267","8292.853"],["17031.900","17891.389"],["14529.990","15049.941"],["13786.399","12542.132"],["19470.806","18613.338"],["16870.652","17174.853"],["26836.284","7101.391"],["14880.576","16800.367"],["14901.761","16764.777"],["14994.204","16703.319"],["18606.880","9066.974"],["15932.759","16797.347"],["15863.927","16792.962"],["15926.512","16825.454"],["16012.361","13200.173"],["15939.696","13306.019"],["17848.285","14166.984"],["17969.646","14166.391"],["17854.027","14113.261"],["14207.668","12985.886"],["25085.271","6994.149"],["15188.265","16522.866"],["19689.255","14424.152"],["15318.457","12435.419"],["15417.531","12369.341"],["25250.431","8316.157"],["19348.074","18389.083"],["19469.822","15800.203"],["15784.544","16080.621"],["19675.554","18383.413"],["18487.909","13934.093"],["17703.980","18372.628"],["15625.618","17166.931"],["15578.026","17061.928"],["15658.317","17108.519"],["17712.916","14051.558"],["18012.524","16540.407"],["17904.489","16366.657"],["24644.405","8329.515"],["21739.617","7533.717"],["21664.885","7645.640"],["21719.775","7621.558"],["17445.375","14615.333"],["19064.602","12946.385"],["17646.973","14860.911"],["16555.990","14935.563"],["16465.194","14934.168"],["21277.048","15001.746"],["27058.612","16060.738"],["15217.989","15039.813"],["24579.536","6525.528"],["24740.776","6487.664"],["25636.803","6240.615"],["20227.145","15578.395"],["20959.641","14852.912"],["15928.523","15580.378"],["20349.630","9536.917"],["20396.537","8074.196"],["20435.046","7946.329"],["20547.033","7968.653"],["18834.925","12641.749"],["16252.768","15978.287"],["16163.786","15980.912"],["16259.818","16085.124"],["16229.968","16008.893"],["17602.853","15534.137"],["18955.221","17957.177"],["27736.917","11241.025"],["25343.015","6989.968"],["17255.232","17341.220"],["19265.939","15346.016"],["15576.661","16572.161"],["23824.676","7831.976"],["16379.608","14817.643"],["20726.694","16105.957"],["16085.493","16524.760"],["16016.562","16496.902"],["16003.853","16547.278"],["18784.782","18401.821"],["14214.843","12680.105"],["21250.914","15115.397"],["15999.289","15381.039"],["23572.552","6182.483"],["23516.871","6056.488"],["23717.424","6170.968"],["23619.304","6203.600"],["20029.332","15464.902"],["16527.346","14515.677"],["28518.269","10553.839"],["17349.186","17545.559"],["17319.982","17433.471"],["19139.545","13178.177"],["14401.621","12115.449"],["17762.078","14255.727"],["15155.756","17575.382"],["15233.724","17592.311"],["27219.591","15569.774"],["15294.168","15381.254"],["15207.738","15490.982"],["15224.521","16075.281"],["16640.448","16338.889"],["16622.805","17144.554"],["16720.329","17162.930"],["25388.956","7053.760"],["16243.743","14049.133"],["15108.242","13087.033"],["25501.355","6305.002"],["18629.658","15347.470"],["15895.669","15881.040"],["15923.570","15906.337"],["15805.703","15796.087"],["24902.463","6280.555"],["24779.406","6257.227"],["23432.722","8797.588"],["14729.537","19211.099"],["15682.795","17658.545"],["16414.344","16020.916"],["21210.577","12412.194"],["23785.286","6163.953"],["19805.625","17173.035"],["22046.151","6985.717"],["23387.605","7645.856"],["23319.710","7660.635"],["25476.625","6510.538"],["25487.627","6449.985"],["15992.645","16821.163"],["16871.384","15649.438"],["25572.716","7370.834"],["22759.227","6325.467"],["22738.847","6235.752"],["17333.072","16097.047"],["27655.966","12218.386"],["23050.394","12743.099"],["23076.189","12720.937"],["19287.490","13485.693"],["19114.129","10055.236"],["22880.404","7332.575"],["23058.582","7884.379"],["18141.487","14568.436"],["21119.230","15425.205"],["21167.504","15364.094"],["16670.679","14353.217"],["16711.437","14420.381"],["14319.107","12872.093"],["14459.253","12844.126"],["14338.486","12903.498"],["17868.154","18263.788"],["17954.432","18373.009"],["16683.575","16721.609"],["16680.840","16594.347"],["16749.317","16605.652"],["18304.760","18062.517"],["22251.882","6725.834"],["20379.076","15528.778"],["17993.197","18074.601"],["22579.641","6571.367"],["22521.647","6443.855"],["15011.903","15025.074"],["24265.705","8900.165"],["17492.854","18280.845"],["15195.763","17296.065"],["15197.115","17250.155"],["15728.521","17251.881"],["15027.274","12111.009"],["20649.354","12638.256"],["24515.389","6424.317"],["21395.348","7840.991"],["25363.337","6122.698"],["19715.909","11902.174"],["19719.774","13147.620"],["15018.429","18020.527"],["15048.790","17945.707"],["17483.239","12933.757"],["15565.211","16476.814"],["15552.298","16375.066"],["15698.562","16353.169"],["15710.029","16543.268"],["15564.575","16550.279"],["17498.647","18058.543"],["26261.386","7025.247"],["20880.531","8003.551"],["20969.542","7950.511"],["17387.944","17959.700"],["18144.751","16672.397"],["14018.794","12654.062"],["21303.329","7499.603"],["21396.547","7479.084"],["21146.233","14867.578"],["25894.284","6720.909"],["25841.602","6751.095"],["15492.487","13371.566"],["15386.298","13231.432"],["22067.070","6757.220"],["17650.701","16293.753"],["16952.716","14837.762"],["16807.822","14779.702"],["16852.603","14793.466"],["16788.241","14856.236"],["22414.018","7067.317"],["22443.463","7128.163"],["22302.250","7178.255"],["14598.588","12495.741"],["14467.125","12409.666"],["14652.688","12488.995"],["15526.292","17645.381"],["15550.792","18411.508"],["22127.166","17016.562"],["22988.858","8266.932"],["22077.498","8189.212"],["21189.881","7566.373"],["21150.352","7659.076"],["26440.797","7446.862"],["14410.278","13165.831"],["16100.242","16322.715"],["15936.873","16190.578"],["15958.881","16240.240"],["16057.172","16321.487"],["16125.696","16262.336"],["23290.549","6502.436"],["18749.362","14961.578"],["18046.042","18522.206"],["17948.815","16644.851"],["17952.511","16609.933"],["21291.284","7307.266"],["21387.025","7308.676"],["17839.375","15025.364"],["19411.236","14073.375"],["25963.047","6732.849"],["14708.306","16717.567"],["20211.957","16353.515"],["19453.307","18103.764"],["21526.882","15859.142"],["21485.050","15751.146"],["20074.305","13431.954"],["15439.951","17351.380"],["14922.135","15220.754"],["16969.365","14531.464"],["23468.665","6056.570"],["23346.346","6014.753"],["22703.949","6955.640"],["18995.682","12262.712"],["17539.896","13402.862"],["17543.234","13524.548"],["17426.878","13395.410"],["28980.683","11213.184"],["16557.453","16624.810"],["16460.293","16722.139"],["16504.782","16725.426"],["21948.477","10240.184"],["27316.613","9197.592"],["14434.090","13782.760"],["14386.623","13742.173"],["16661.351","13237.068"],["23966.460","6416.445"],["18876.432","14002.278"],["21331.398","15299.275"],["23861.732","8644.337"],["16677.700","15689.316"],["19370.012","15944.454"],["23196.108","6644.091"],["24062.587","7855.869"],["24080.676","7814.753"],["24054.598","7799.560"],["26409.922","6945.180"],["22639.633","6312.797"],["24962.342","5797.020"],["24912.686","6557.982"],["24900.360","6475.800"],["15312.507","17778.696"],["22893.900","5945.609"],["22924.248","5874.220"],["23058.056","5881.136"],["18498.339","18643.205"],["20231.879","8222.107"],["20249.709","8188.529"],["14767.728","17496.991"],["25723.897","6720.924"],["25774.720","6633.560"],["25768.281","6800.819"],["15801.194","18445.427"],["23311.111","8966.120"],["28747.803","11304.732"],["20437.651","8381.661"],["20393.676","8386.385"],["15727.008","12520.644"],["16909.414","16005.488"],["18385.967","18406.810"],["17597.189","13656.735"],["17508.480","13624.592"],["17604.654","13768.809"],["19806.323","15985.652"],["28380.704","11491.039"],["16257.189","15628.048"],["16233.183","15694.756"],["16331.301","15654.254"],["15733.650","17382.642"],["17691.232","17791.166"],["27664.027","10455.141"],["16656.667","13707.932"],["25663.969","6047.541"],["25705.619","6186.524"],["18598.801","17838.950"],["17415.049","18022.541"],["25414.932","5811.853"],["22133.427","9533.255"],["19586.091","15812.261"],["17358.450","14579.228"],["17323.964","14555.834"],["25249.884","8079.958"],["21766.957","6579.060"],["25135.377","6206.059"],["25146.660","6219.849"],["21633.758","9296.743"],["21924.867","6616.379"],["21871.069","6593.643"],["21936.278","6419.770"],["16057.655","15095.675"],["15987.687","15091.005"],["23892.684","7617.487"],["23862.873","7619.063"],["17479.210","17005.614"],["17816.032","18293.548"],["21096.022","13929.078"],["17505.288","17615.898"],["17436.073","17476.203"],["17491.678","17588.840"],["21473.307","15204.972"],["21488.473","15160.641"],["27073.206","15414.358"],["26919.696","15404.083"],["14979.449","12859.304"],["15091.547","12865.566"],["15079.925","12943.091"],["19876.859","13407.295"],["20622.182","8134.245"],["20683.258","8175.350"],["22214.763","8970.619"],["17757.377","17710.063"],["17710.835","17729.104"],["17755.532","17723.885"],["16589.985","14188.340"],["16704.391","14187.274"],["16764.646","14226.832"],["20878.975","7844.889"],["20939.958","7817.026"],["20937.277","7814.565"],["20926.241","7838.480"],["20883.909","7754.088"],["20364.872","15268.492"],["25288.951","6453.880"],["18860.130","17377.125"],["18788.478","17320.315"],["18729.258","17279.575"],["16859.172","17909.954"],["16828.728","17939.516"],["16805.337","17849.406"],["19837.046","6127.146"],["19800.319","6174.000"],["19774.348","6098.856"],["14764.001","12573.505"],["14721.009","12638.416"],["14747.085","12717.350"],["15771.591","17060.855"],["15773.788","16994.530"],["15757.767","16988.537"],["15754.842","17121.435"],["15791.864","17175.160"],["23833.669","5971.122"],["19785.654","5921.993"],["19831.016","5947.311"],["19836.625","5860.027"],["19839.339","5865.824"],["19841.131","5852.777"],["14782.722","12520.539"],["14690.298","12422.734"],["14705.471","12373.192"],["17690.150","17057.895"],["20329.679","7419.654"],["20336.965","7399.142"],["19544.379","15664.429"],["20709.952","6368.963"],["20694.672","6349.459"],["20712.435","6297.155"],["20665.255","6275.278"],["20637.245","6253.428"],["20619.548","6377.375"],["20587.229","6302.990"],["14713.189","13871.664"],["14720.522","13900.512"],["14876.131","13999.305"],["14694.989","13929.452"],["24982.556","6016.580"],["24978.932","5996.057"],["14272.228","13263.843"],["14286.117","13203.633"],["14315.199","13240.893"],["14422.741","13206.193"],["16255.378","12785.683"],["16276.358","12831.362"],["28618.839","8260.407"],["28575.336","8251.505"],["13803.209","12170.461"],["25914.853","6384.174"],["20149.091","6030.253"],["20210.456","6028.684"],["20152.907","6023.218"],["20265.641","6122.289"],["20346.118","6127.062"],["20198.120","6067.033"],["20195.423","6099.651"],["14630.000","13302.334"],["14580.905","13309.335"],["20659.488","6511.367"],["20608.699","6620.632"],["20631.363","6610.706"],["20609.159","6462.382"],["20601.626","6464.579"],["20584.932","6535.116"],["20651.725","6541.887"],["20696.950","6551.799"],["20751.851","6542.864"],["20771.391","6599.643"],["20846.727","10832.326"],["19067.276","18383.144"],["18662.444","16918.763"],["18659.238","16797.656"],["18613.419","16779.352"],["18667.588","17096.014"],["28480.394","9920.289"],["25735.308","6951.866"],["23002.082","6685.854"],["18090.069","17269.539"],["18080.558","17204.510"],["24115.387","7360.089"],["24137.385","7415.643"],["23944.169","7408.123"],["16699.844","17916.772"],["17702.624","17551.134"],["17640.779","17501.816"],["15648.414","15955.485"],["15556.723","15998.495"],["15543.285","16038.327"],["20733.483","8106.071"],["15969.363","13924.918"],["15459.768","12067.493"],["19260.094","11175.864"],["19650.265","5274.631"],["19681.942","5226.556"],["19683.982","5201.617"],["16624.051","17246.412"],["16574.046","17211.954"],["23638.921","5984.890"],["20815.147","12400.876"],["16810.472","14381.232"],["16780.606","14353.438"],["26950.811","7106.947"],["14926.902","17055.520"],["28518.333","9022.301"],["18934.531","14043.842"],["19023.532","14067.238"],["16451.779","15234.079"],["16465.959","15206.686"],["16474.550","15181.954"],["16495.653","15091.390"],["16383.072","15140.324"],["15281.360","16331.808"],["15291.975","16192.476"],["20692.391","7627.714"],["20749.938","7611.782"],["20654.694","7639.044"],["20619.195","7545.677"],["20661.218","7608.451"],["20534.803","7069.308"],["20522.122","7105.460"],["20457.072","7053.272"],["16577.726","15646.577"],["16420.431","14112.848"],["16456.003","14139.913"],["16512.850","14056.057"],["20959.931","7482.342"],["20797.586","7576.076"],["20943.928","7547.710"],["20819.865","7474.910"],["20337.076","7990.077"],["20263.731","8056.210"],["18697.982","18489.685"],["18857.045","18593.219"],["15488.600","12793.349"],["28720.900","9170.778"],["27281.501","7933.815"],["19944.355","6864.864"],["19945.622","6851.850"],["20015.754","6842.814"],["20122.513","6911.897"],["20071.099","6880.502"],["20122.300","6845.175"],["20025.688","6853.384"],["20045.194","6847.174"],["20037.842","6859.230"],["26761.490","7588.712"],["26868.702","7658.772"],["13739.489","12715.271"],["20325.071","5733.733"],["20296.815","5771.752"],["20242.319","5598.252"],["20229.276","5719.227"],["20328.174","5613.067"],["16291.580","16189.791"],["16165.091","16304.410"],["16261.861","16286.843"],["16238.508","12624.984"],["16177.072","12678.553"],["16179.127","12641.812"],["16174.231","12573.371"],["16259.388","12641.541"],["16283.886","12626.125"],["16150.077","12688.475"],["18593.859","12030.986"],["20641.527","8672.151"],["28420.981","16112.114"],["14046.825","12261.159"],["14180.608","12182.546"],["16885.840","16398.148"],["27215.228","7642.489"],["21701.258","7745.030"],["21738.359","7838.356"],["18407.590","13716.620"],["18362.223","13639.422"],["17866.051","17975.990"],["20007.143","17292.030"],["22913.056","7264.202"],["22905.568","7289.883"],["19130.911","18433.367"],["16177.195","16843.903"],["16208.405","16926.867"],["16235.401","16846.884"],["16303.994","16981.367"],["16168.250","16800.010"],["16558.300","14309.218"],["16480.158","14303.867"],["18596.916","18036.901"],["18570.797","17998.404"],["22182.580","17171.494"],["19377.136","13977.278"],["20639.769","7155.051"],["20686.040","7083.893"],["20625.070","7068.947"],["20733.557","7066.024"],["15056.417","16519.749"],["17640.540","17254.187"],["16002.420","16095.187"],["15945.451","16127.649"],["16027.459","16121.527"],["19557.287","18096.151"],["18382.517","17875.950"],["18414.656","17934.348"],["16741.528","15022.597"],["16733.751","14922.629"],["16698.395","14894.778"],["20808.023","12814.849"],["20020.727","8483.298"],["19995.063","8485.813"],["20006.872","8486.160"],["19961.533","8360.986"],["20139.469","8501.435"],["20051.048","8407.575"],["24762.343","8266.643"],["24687.629","8219.094"],["21999.452","6395.030"],["21937.051","6256.401"],["21902.018","6323.618"],["18311.134","14582.269"],["18276.386","14491.043"],["23314.553","5940.402"],["23469.926","5950.829"],["20745.817","7745.202"],["20633.773","7703.371"],["20710.385","7824.789"],["20769.024","7739.356"],["20713.460","7703.007"],["20655.056","7760.414"],["20583.479","7886.663"],["16250.725","15733.168"],["16246.207","15794.293"],["16181.067","15830.551"],["16310.675","15775.808"],["28444.253","10947.328"],["26341.168","7164.747"],["20241.422","6311.942"],["20315.337","6207.153"],["20301.521","6234.750"],["20304.819","6376.160"],["20192.888","6249.393"],["20227.740","6243.348"],["20186.391","6306.486"],["20203.365","6285.165"],["20218.020","6247.295"],["15648.001","17851.918"],["17093.829","15951.855"],["17178.825","16056.018"],["17120.279","15942.462"],["17446.413","16895.316"],["17477.765","16977.414"],["18511.224","17765.932"],["18658.635","17725.947"],["18624.945","17689.980"],["21526.401","15705.884"],["16660.274","14604.762"],["16678.276","14628.603"],["16749.083","14485.661"],["16775.872","14478.260"],["14799.490","15128.159"],["14798.685","15194.238"],["15753.641","13415.988"],["15854.767","13421.962"],["15918.260","13435.238"],["19552.413","14737.427"],["19270.978","18579.926"],["19288.166","18601.908"],["27620.409","7516.164"],["27514.633","7545.202"],["27596.044","7631.467"],["27581.554","7604.580"],["27588.169","7500.562"],["27585.686","7502.560"],["27575.061","7513.427"],["18276.278","17100.783"],["18254.038","17180.051"],["23132.973","6072.818"],["23204.904","6062.208"],["14577.664","13774.588"],["14566.221","13614.321"],["21752.652","9434.459"],["20320.166","8458.945"],["20281.146","8513.027"],["20330.021","8368.473"],["20293.432","8452.557"],["20229.897","8433.475"],["20208.711","8386.621"],["20194.796","8485.149"],["16808.444","17994.140"],["24197.782","6403.346"],["19442.376","14589.824"],["15834.627","12255.896"],["15105.432","12365.670"],["15248.400","12534.080"],["23015.095","8349.345"],["27562.128","7970.946"],["27589.118","7994.794"],["27709.924","8099.963"],["27693.378","8044.621"],["27680.730","8103.002"],["27656.996","7902.920"],["27592.653","7955.189"],["27601.897","7922.323"],["18891.930","13659.124"],["21910.303","7151.805"],["25311.442","5821.175"],["27252.761","7812.910"],["27228.271","7732.844"],["21881.099","9679.937"],["18103.378","16980.656"],["18103.080","16862.047"],["18130.932","16782.060"],["18193.900","16943.895"],["18179.616","16961.146"],["18103.378","16980.656"],["27632.953","7347.235"],["27671.240","7362.422"],["27688.740","7396.195"],["27636.371","7427.475"],["27720.911","7428.268"],["27721.454","7327.607"],["27688.707","7420.968"],["17515.667","16935.466"],["21183.871","7422.117"],["21129.973","7436.188"],["21158.493","7441.406"],["21105.861","7426.559"],["21037.234","7334.283"],["21075.347","7329.580"],["21017.393","10832.517"],["15773.297","13722.419"],["15841.991","13805.929"],["15813.024","13678.628"],["15718.731","17439.495"],["15533.059","17618.691"],["23401.348","6465.474"],["16659.478","17689.229"],["16683.771","17667.627"],["16777.458","17747.053"],["24482.927","6370.123"],["15727.520","16103.563"],["15889.833","15946.517"],["18051.159","17118.363"],["18144.118","17012.163"],["18088.961","17027.999"],["18251.209","17095.623"],["20730.309","10348.891"],["28232.577","7257.260"],["18244.747","13832.713"],["21438.934","7850.157"],["21591.995","7791.185"],["21534.549","7834.267"],["21503.662","7790.040"],["21511.078","7772.184"],["15050.802","12178.499"],["15085.297","12203.004"],["15897.030","16691.874"],["15808.665","16663.546"],["16224.478","13266.531"],["21771.708","7045.475"],["21697.833","6916.937"],["16983.184","15798.920"],["16343.132","14298.472"],["22060.206","7095.334"],["22066.081","7108.788"],["16790.144","15025.537"],["19486.044","6136.423"],["19497.327","6199.908"],["25305.131","6707.363"],["25259.438","6723.864"],["19330.553","14263.272"],["19361.850","14401.014"],["19390.251","14258.997"],["20740.357","13013.503"],["20423.115","7093.555"],["20394.227","7102.223"],["20414.622","7091.950"],["27356.330","7745.164"],["27371.034","7845.428"],["27485.327","7785.610"],["27418.468","7765.743"],["27475.360","7760.078"],["27437.695","7751.176"],["27442.876","7747.543"],["27479.986","7874.835"],["27456.055","7885.851"],["27371.597","7851.532"],["27476.745","7867.254"],["27451.762","7889.302"],["15926.394","16227.399"],["15852.375","16326.053"],["15877.863","16338.051"],["15914.578","16308.706"],["17034.132","17804.280"],["17141.671","17798.623"],["17097.433","17820.086"],["15047.056","15519.504"],["21546.128","9651.693"],["16174.550","14509.376"],["18900.993","13431.027"],["22984.769","12538.719"],["20019.467","6553.190"],["20038.414","6597.137"],["20047.329","6591.934"],["20113.887","6554.604"],["19954.263","6430.926"],["20059.987","6453.188"],["17314.976","18124.870"],["17246.144","18119.305"],["17199.224","18174.128"],["25707.561","6554.665"],["16332.133","15593.779"],["15683.184","16390.560"],["21071.884","6673.190"],["21197.493","6695.667"],["18175.268","14353.854"],["18144.249","14405.536"],["18060.162","14301.268"],["18287.416","13159.372"],["17299.816","18321.871"],["17331.477","18363.787"],["17206.755","18276.190"],["20170.785","15748.581"],["17926.707","16294.604"],["17869.147","16331.634"],["28356.979","8184.830"],["28369.104","8222.899"],["28408.561","8318.374"],["28369.959","8248.118"],["16569.005","15333.795"],["21152.254","7996.725"],["22669.961","6762.977"],["22607.503","6638.832"],["15765.437","13359.920"],["15758.336","13331.185"],["15833.035","13284.886"],["15791.116","13194.780"],["18719.920","15840.626"],["18806.787","15726.605"],["18876.245","15733.883"],["15319.962","15589.484"],["15246.271","16522.101"],["16283.945","14298.324"],["16337.392","14264.913"],["16215.409","14339.167"],["14613.605","13416.148"],["14641.563","13560.682"],["14489.432","13427.082"],["14647.519","13436.297"],["19726.964","8410.037"],["19793.395","8513.505"],["19743.181","8423.497"],["19729.530","8446.453"],["15438.075","13139.068"],["15431.300","13012.498"],["15374.826","13091.734"],["15342.017","13180.929"],["20148.127","6786.622"],["14720.686","13769.000"],["14814.269","13689.604"],["14748.341","13685.864"],["14836.499","13812.639"],["17890.507","17261.044"],["18013.032","17232.306"],["18029.512","17307.227"],["17830.584","17336.529"],["17899.427","17405.256"],["17965.558","17349.456"],["16493.106","16823.619"],["16483.672","16852.862"],["16558.751","16790.292"],["16558.751","16790.292"],["18974.983","14444.094"],["18896.567","14443.008"],["18885.884","14258.336"],["28255.498","8058.551"],["28242.181","8078.954"],["16596.384","16822.200"],["16628.250","16986.739"],["16682.339","16802.597"],["16668.472","16908.395"],["16708.190","16960.259"],["16615.492","16972.860"],["27557.955","7403.303"],["27566.983","7289.663"],["27599.466","7336.220"],["27586.901","7293.214"],["27596.473","7327.054"],["27586.294","7406.144"],["27519.452","7411.016"],["27560.603","7391.511"],["17194.792","17259.154"],["17191.038","17340.534"],["17096.747","17225.816"],["17505.320","17831.874"],["17497.273","17814.104"],["26584.811","7316.733"],["28110.554","8069.582"],["28126.879","8083.869"],["28080.926","7949.493"],["16468.966","17119.898"],["16385.928","16993.321"],["16487.014","17026.215"],["16498.208","17136.370"],["16457.231","17009.045"],["22768.144","6545.058"],["22840.762","6522.103"],["22732.063","6476.723"],["28770.255","8564.863"],["25511.986","6999.029"],["25425.186","6973.866"],["24332.032","6513.080"],["24348.656","6509.476"],["16464.510","16450.123"],["16532.451","16465.307"],["16504.150","16418.711"],["16519.071","16393.255"],["16020.904","17913.221"],["15988.020","17839.514"],["15935.674","18003.739"],["14728.239","12133.984"],["21035.411","9772.763"],["17691.817","16433.453"],["14501.111","12085.142"],["28200.049","7687.027"],["28237.291","7858.940"],["28304.726","7822.491"],["28337.916","7894.993"],["28281.222","7851.904"],["28199.495","7872.978"],["14541.891","14209.114"],["14509.400","14214.094"],["14554.250","14157.928"],["14824.641","12188.793"],["20892.083","15084.096"],["20976.073","15019.228"],["29167.362","9569.499"],["13931.335","12133.399"],["24384.298","6513.291"],["18940.764","18240.864"],["19503.643","5029.243"],["20643.451","6863.463"],["20760.481","7046.079"],["20693.721","6996.247"],["20752.767","7041.499"],["20649.034","7010.136"],["20629.297","6976.957"],["20652.915","7026.040"],["17448.814","12005.345"],["21312.463","6931.754"],["21218.068","6881.249"],["18611.130","18307.877"],["18517.843","18409.435"],["18528.304","18445.091"],["18570.096","10559.194"],["19512.594","5876.807"],["19511.409","5870.069"],["16521.165","16263.251"],["16522.409","16205.293"],["23186.188","5959.560"],["23164.885","5962.350"],["27794.442","7847.145"],["27731.465","7847.905"],["27740.166","7795.469"],["27748.406","7793.156"],["27861.963","7796.015"],["27918.526","7759.813"],["27930.353","7781.240"],["27917.063","7786.063"],["27858.856","7851.579"],["27855.468","7840.662"],["27900.862","7829.713"],["27892.617","7707.755"],["27836.630","7687.722"],["27826.236","7771.306"],["27850.528","7748.598"],["27861.696","7748.466"],["27876.055","7764.585"],["16595.867","15372.319"],["16653.068","15352.399"],["16748.203","15419.357"],["16730.243","15377.352"],["20511.500","9412.941"],["15383.948","12290.186"],["15382.137","12129.505"],["23123.158","6288.327"],["26047.746","6758.556"],["20121.903","8073.369"],["15678.159","12842.905"],["15616.263","12887.623"],["23540.381","6217.100"],["27929.128","8111.293"],["27773.863","8131.067"],["27781.856","8117.772"],["27869.768","8157.755"],["27849.932","8139.952"],["15730.127","16541.367"],["15875.931","16501.661"],["15775.364","16451.638"],["26067.542","7158.777"],["17819.001","15078.155"],["17720.136","15068.816"],["20675.943","9847.556"],["18459.195","18665.913"],["20149.137","7820.845"],["20162.246","7791.745"],["20167.494","7780.312"],["20198.432","7872.335"],["20173.251","7896.678"],["20205.024","7760.639"],["20237.113","7709.541"],["20210.814","7764.305"],["20308.053","7832.444"],["16516.413","15398.955"],["16466.083","15417.380"],["19899.717","6795.979"],["19875.836","6839.166"],["19881.227","6662.355"],["19924.812","6658.276"],["19956.676","14998.096"],["20115.735","14921.564"],["18896.563","17436.615"],["19079.542","17578.473"],["19045.373","17512.504"],["19071.600","17567.306"],["19029.189","17534.771"],["18953.888","17475.287"],["15191.372","12658.439"],["18157.924","17732.284"],["18147.684","17737.409"],["22825.006","7942.759"],["27698.049","7243.311"],["27679.759","7240.586"],["27707.161","7177.217"],["27678.032","7247.192"],["27712.062","7216.540"],["27692.654","7210.247"],["27638.858","7260.794"],["16033.709","12639.954"],["16062.028","12621.782"],["15937.807","12740.728"],["16116.701","12642.231"],["18816.833","14040.937"],["18682.474","14052.518"],["18780.776","14136.563"],["18689.976","14111.471"],["20047.970","6645.361"],["20034.204","6630.118"],["19994.467","6644.833"],["20073.985","6697.197"],["20120.877","6712.836"],["18748.287","14421.922"],["18815.876","14433.798"],["23310.097","6155.743"],["23306.453","6197.536"],["23471.296","6103.837"],["18103.864","17713.092"],["18186.829","17663.800"],["18116.632","17674.092"],["18216.972","17631.605"],["17510.790","16724.148"],["19928.222","8474.330"],["16979.200","18063.236"],["19010.251","11715.916"],["14321.751","13438.284"],["14254.810","13491.390"],["14391.658","13595.636"],["14409.123","13452.512"],["14281.960","13552.559"],["20942.402","8874.827"],["22450.556","6088.555"],["17930.253","17005.462"],["17952.750","17119.357"],["18272.354","14192.700"],["18362.206","14145.122"],["18446.019","14083.435"],["19140.278","17518.626"],["19223.881","17474.105"],["19281.535","17541.307"],["18735.921","6481.534"],["18767.678","6449.717"],["18800.754","6423.218"],["18846.369","6478.340"],["17553.034","17408.567"],["17451.870","17317.105"],["17448.961","17225.219"],["20365.560","7578.994"],["20399.096","7641.435"],["20409.475","7643.103"],["28016.480","7688.860"],["28097.210","7690.201"],["27983.921","7823.199"],["28050.582","7844.586"],["28058.345","7723.975"],["28134.726","7829.163"],["28092.423","7776.248"],["28112.456","7775.373"],["27952.474","7827.004"],["27950.566","7821.339"],["27939.004","7860.959"],["15912.638","13834.296"],["21962.602","10057.809"],["21912.202","10221.182"],["16200.121","16650.761"],["16335.413","16653.226"],["16302.135","16731.562"],["16202.802","16621.767"],["16251.634","16771.676"],["18093.075","17416.136"],["18159.279","17520.627"],["18048.496","17522.308"],["17822.449","13222.022"],["20340.453","9588.774"],["22425.275","6503.827"],["22460.139","6576.937"],["18067.895","14967.029"],["24471.801","7838.803"],["24425.118","7830.145"],["18788.333","9094.642"],["18704.332","9130.810"],["18698.120","18194.219"],["27725.987","7629.826"],["27900.940","7681.001"],["27900.889","7668.730"],["27736.136","7604.800"],["27898.571","7683.643"],["27869.260","7516.056"],["27834.211","7487.914"],["27805.756","7639.594"],["27745.805","7595.300"],["27831.627","7606.778"],["27765.871","7656.110"],["27819.045","7597.596"],["27827.976","7656.341"],["27846.660","7636.489"],["27741.677","7595.020"],["27746.858","7597.216"],["27818.486","7665.870"],["19760.713","6220.094"],["19820.302","6219.566"],["19843.704","6258.870"],["19919.641","6295.963"],["18111.979","18358.358"],["18131.239","18422.206"],["18166.054","14184.659"],["18215.695","14129.480"],["14615.288","12551.506"],["20208.116","7682.984"],["20334.787","7492.189"],["20343.077","7565.534"],["18400.208","17700.523"],["18337.402","17674.440"],["18260.039","17691.316"],["18297.150","17671.013"],["18428.354","17621.640"],["15965.447","15603.004"],["18261.274","17438.122"],["18420.987","17608.007"],["18300.373","17607.491"],["20400.567","7395.872"],["20388.446","7304.675"],["20427.081","7317.309"],["20439.966","7335.615"],["20436.052","7370.661"],["20548.862","7387.170"],["20492.579","7348.392"],["20470.392","7328.970"],["20453.566","7347.962"],["20495.375","7396.815"],["20460.161","7417.773"],["20815.479","10198.637"],["16251.888","15240.568"],["16206.572","15185.827"],["16353.883","15108.899"],["18264.156","16933.502"],["18303.415","16881.176"],["18300.229","17199.531"],["16538.092","14623.743"],["16494.083","14632.838"],["16453.731","14577.771"],["16055.273","14531.582"],["16067.120","14603.400"],["25711.918","5847.844"],["25714.846","5849.958"],["24216.959","7562.580"],["18600.969","16431.678"],["18533.831","16439.472"],["18563.170","16557.892"],["14591.030","15112.211"],["16651.973","17572.725"],["16656.940","17554.591"],["16714.617","17539.924"],["17038.245","15370.367"],["23938.692","7670.141"],["23945.091","7700.257"],["23901.607","7652.511"],["15479.262","17007.383"],["15350.463","17058.063"],["15957.906","15842.558"],["20553.758","6402.610"],["20511.653","6256.103"],["20545.863","6338.614"],["20536.110","6259.027"],["20529.910","6240.447"],["20557.311","6410.703"],["20358.100","6216.038"],["20449.381","6234.470"],["20492.259","6214.074"],["20509.276","6366.300"],["20387.171","6375.086"],["20444.655","6325.028"],["20416.579","6353.170"],["17463.543","17879.488"],["17611.626","17910.442"],["18881.657","14524.309"],["18702.807","14556.584"],["21763.671","7353.382"],["15484.970","16146.427"],["15474.414","16170.123"],["15493.983","16205.064"],["15464.269","16248.602"],["15487.640","16227.245"],["22938.466","12599.492"],["22908.749","12563.486"],["23044.897","12656.724"],["20773.423","7386.870"],["20642.318","7288.907"],["20695.144","7387.248"],["20701.542","7376.084"],["20696.460","7426.422"],["20722.331","7417.917"],["20591.050","7399.870"],["19219.965","18125.410"],["27034.965","16612.890"],["16257.544","17478.040"],["20553.278","9360.042"],["19286.823","17609.850"],["20059.665","8295.877"],["19317.285","17244.662"],["19454.891","17263.040"],["18108.108","13751.608"],["22620.098","6978.978"],["17025.494","17045.776"],["18981.318","17818.758"],["18916.762","17827.660"],["19674.554","14894.988"],["20839.943","6783.372"],["20829.911","6790.919"],["21693.415","7159.589"],["21822.883","7163.746"],["21697.099","7154.698"],["21187.986","7685.560"],["14244.686","13649.178"],["19778.169","13789.258"],["26757.766","7000.495"],["15462.552","12735.530"],["15357.042","12699.541"],["14973.662","13412.814"],["15055.956","13568.580"],["15076.403","13508.645"],["26049.758","6999.282"],["26180.859","7005.825"],["26246.813","7668.859"],["20151.627","5877.564"],["20286.914","5821.760"],["20268.443","5809.473"],["20324.446","5796.013"],["20280.055","5828.911"],["20247.500","5980.341"],["18800.917","18043.132"],["16054.045","12808.610"],["16076.138","12952.194"],["15975.072","12888.783"],["16061.620","12777.259"],["15533.718","16891.036"],["15649.654","16875.291"],["15605.738","16862.237"],["15607.022","16978.245"],["15570.932","16836.479"],["15686.064","16930.611"],["16685.229","16240.880"],["16740.982","16154.174"],["16634.000","16414.492"],["16633.193","16526.642"],["27610.625","7195.621"],["27523.567","7190.917"],["27544.011","7152.386"],["27613.731","7125.087"],["27593.693","7250.406"],["27620.897","7255.658"],["27599.457","7203.466"],["15515.841","16315.949"],["15707.671","16325.534"],["15713.513","16324.556"],["15576.513","16348.343"],["15668.109","16146.221"],["15525.363","16141.805"],["21270.593","7251.114"],["25089.403","5895.491"],["19730.960","5421.255"],["19758.032","5459.455"],["19761.453","5507.415"],["19792.835","5377.176"],["19821.552","5445.533"],["19749.743","5501.123"],["19827.149","5558.226"],["19863.054","5531.966"],["19826.146","5501.083"],["19930.998","5462.685"],["20545.731","7727.306"],["19031.714","15268.795"],["16903.185","17272.058"],["16940.455","17231.038"],["19965.431","17144.197"],["17485.370","17079.738"],["16468.435","16086.496"],["25521.883","6713.264"],["25544.217","6773.738"],["18219.314","17855.513"],["21544.655","6556.996"],["21594.852","6583.536"],["21545.625","6505.947"],["21569.391","6520.596"],["20415.344","8267.878"],["20519.093","8212.264"],["20562.409","8174.906"],["17973.716","14371.495"],["21930.449","8605.454"],["17070.286","18262.998"],["17015.838","18284.724"],["17052.990","18277.385"],["17122.449","18351.957"],["18163.751","12747.917"],["18490.805","11889.868"],["20610.575","16292.843"],["28369.216","8194.161"],["22937.222","6355.844"],["23057.606","6390.867"],["18291.741","17238.043"],["18314.261","17253.467"],["14556.290","12905.687"],["14657.784","12834.164"],["14622.598","12870.896"],["14667.955","12789.908"],["27509.768","7172.486"],["21496.957","10339.209"],["21415.685","10344.172"],["17617.708","16350.592"],["17617.708","16350.592"],["17547.824","16272.488"],["20425.661","5876.311"],["20361.138","5853.999"],["20387.733","5836.724"],["20361.993","5985.131"],["20417.026","5990.581"],["20395.217","5856.031"],["20422.503","5877.319"],["20362.075","5985.510"],["20555.186","5974.448"],["20538.278","5940.790"],["20560.515","5930.913"],["20527.735","5887.379"],["20533.873","5811.115"],["20485.025","5835.855"],["20449.630","5793.147"],["20429.581","5863.006"],["20537.957","14634.429"],["28223.301","7304.048"],["28225.274","7280.018"],["21738.487","6294.898"],["14586.509","13152.259"],["14613.194","13018.941"],["14636.321","13014.033"],["14533.828","13053.928"],["14392.567","13866.679"],["14459.805","13888.436"],["19559.732","5939.086"],["19549.469","5885.676"],["19625.784","5931.688"],["19539.765","5948.087"],["19548.202","5881.498"],["19518.235","5872.745"],["19586.196","5852.001"],["19573.235","5943.744"],["19705.638","5972.067"],["15713.477","13389.306"],["15651.428","13278.877"],["15628.523","13283.700"],["15552.336","13285.796"],["16128.291","14394.674"],["18601.240","16797.336"],["18564.336","16963.432"],["18626.674","16899.140"],["21240.992","12614.443"],["14863.262","12891.688"],["14869.610","12825.138"],["14777.309","12903.531"],["14793.099","12874.924"],["15231.285","12026.389"],["20711.530","14888.242"],["20743.455","14875.319"],["27918.954","7889.342"],["20047.530","6835.927"],["18653.546","14515.052"],["15456.780","15891.149"],["15511.882","13626.001"],["15193.285","13123.493"],["15252.484","13086.948"],["19376.042","10896.286"],["19474.613","5966.514"],["16467.494","16348.310"],["16394.555","16243.718"],["18641.882","16539.877"],["20246.859","5529.995"],["20274.572","5506.774"],["20176.941","5565.998"],["20168.852","5438.982"],["20244.379","5410.411"],["20231.714","5413.202"],["20272.949","5383.541"],["24307.619","7946.191"],["24202.116","8050.204"],["24298.904","7895.104"],["24319.964","7899.319"],["14515.709","13935.659"],["19918.522","16958.805"],["14750.387","13218.373"],["17438.499","18106.305"],["17564.995","18117.464"],["17594.157","18234.359"],["16287.807","13157.536"],["16241.961","13012.897"],["16162.383","12988.731"],["14250.319","13915.392"],["14249.742","13849.715"],["21428.279","7473.426"],["21484.879","7456.411"],["21517.865","7380.324"],["21422.281","7677.806"],["21439.848","7558.489"],["21545.040","7553.436"],["20579.955","12277.482"],["24767.037","6226.063"],["21067.934","7104.608"],["21024.492","7181.405"],["21067.457","7237.773"],["21072.950","7083.784"],["20312.292","6997.304"],["20308.838","7033.076"],["14964.155","15313.767"],["15075.469","15341.690"],["14652.828","12275.776"],["14614.628","12203.940"],["14591.507","12168.077"],["20932.718","13353.514"],["20058.259","5610.954"],["20096.661","5634.289"],["20054.113","5690.147"],["19949.113","5726.612"],["20006.136","5687.207"],["20001.876","5656.373"],["19981.087","5630.576"],["14729.565","13557.355"],["27983.931","7611.123"],["28027.467","7580.421"],["28026.316","7571.140"],["28029.243","7584.595"],["17851.262","18617.505"],["15016.486","17197.028"],["19891.847","17065.169"],["20615.677","9561.746"],["23012.929","6005.396"],["22962.882","6139.233"],["22912.644","5994.423"],["22900.263","6039.685"],["23989.277","5966.547"],["23993.521","5913.302"],["18745.676","17468.786"],["18788.019","17423.221"],["21486.613","15342.630"],["16862.467","15358.653"],["16888.626","15368.539"],["15628.476","17855.094"],["20150.035","14151.543"],["17610.776","18555.183"],["17456.319","18585.869"],["20074.713","7776.072"],["20138.068","7780.415"],["20033.775","7795.362"],["15105.560","16293.384"],["15106.822","16336.678"],["19532.402","14531.587"],["19635.569","14513.275"],["15764.058","18022.367"],["15874.916","18035.077"],["15837.364","17953.729"],["15904.492","17875.003"],["15901.754","17916.261"],["15812.193","17977.773"],["20023.619","16035.892"],["19887.625","6526.005"],["19934.039","6623.000"],["18140.099","13285.322"],["16619.719","15284.934"],["16769.492","15142.408"],["16753.867","15171.293"],["20559.487","9882.951"],["17961.828","14450.591"],["18014.655","14549.723"],["15758.666","17410.268"],["15757.588","17491.086"],["27268.904","9392.724"],["21914.917","6763.099"],["23290.885","8162.738"],["16308.318","14614.553"],["16346.978","14557.733"],["16147.992","14457.506"],["16147.384","14635.555"],["16260.921","14600.636"],["19957.738","13841.498"],["16756.010","15871.210"],["17687.441","16961.485"],["15054.173","13646.265"],["14989.394","13635.226"],["14963.004","13617.978"],["23693.449","6280.627"],["25890.482","7059.255"],["17659.688","18497.615"],["17747.677","18567.447"],["17698.041","15176.392"],["16517.334","15590.205"],["16456.359","15507.659"],["16379.114","15578.802"],["15296.529","16906.022"],["15126.184","16850.945"],["15223.717","16937.129"],["15214.577","16889.048"],["15234.169","16999.808"],["15123.972","16832.560"],["18913.559","15961.608"],["16382.377","15877.742"],["16503.367","15872.275"],["16466.982","15746.191"],["16559.202","15791.287"],["23371.013","6271.049"],["19269.884","11976.851"],["19162.216","11971.345"],["22325.144","8141.526"],["20828.943","7435.357"],["20955.178","7385.199"],["18535.633","18215.415"],["18502.508","18190.923"],["20572.691","8603.999"],["15372.011","17487.584"],["15398.573","17530.227"],["15307.578","17588.632"],["15474.000","17611.303"],["15409.711","17575.313"],["15721.771","12973.349"],["15682.166","13109.501"],["18181.312","13521.954"],["18127.106","13435.361"],["14879.382","15003.881"],["16260.557","15326.174"],["16344.649","15340.674"],["16274.750","15416.643"],["16256.726","15464.167"],["27516.856","6909.249"],["14912.315","12211.994"],["14990.817","12178.947"],["22938.588","6608.382"],["22902.039","6553.676"],["22960.240","6517.912"],["22946.061","6451.904"],["23035.591","6552.131"],["22414.162","6983.172"],["22447.197","6898.298"],["21150.894","15151.751"],["21011.856","15191.659"],["21156.685","9441.060"],["19358.682","18035.364"],["19304.848","17913.367"],["18500.907","14134.559"],["18516.284","14170.503"],["18630.443","14048.355"],["26770.167","7722.776"],["22415.754","6240.149"],["21405.482","6502.907"],["21291.206","6433.311"],["27433.235","9665.028"],["19227.840","17206.374"],["19139.414","17325.991"],["27924.245","10988.157"],["22790.645","6750.326"],["22757.193","6645.601"],["25529.438","7606.380"],["25485.659","7512.520"],["25597.520","7511.195"],["19568.816","5426.358"],["19550.115","5382.560"],["19558.865","5487.812"],["26895.547","9029.573"],["18443.415","18011.803"],["28218.571","7068.262"],["28247.815","7051.614"],["20947.325","7040.413"],["20877.734","7008.655"],["20780.201","6998.713"],["20898.919","7026.954"],["22182.039","8286.379"],["20301.980","7057.800"],["15340.895","15411.147"],["15489.956","15404.428"],["16778.491","17592.565"],["26346.740","16032.496"],["22835.025","6009.032"],["22742.251","6170.253"],["22781.960","6110.815"],["14206.488","12574.004"],["28310.541","16167.276"],["17842.196","16793.893"],["17879.798","16980.044"],["17870.070","16867.587"],["17987.655","16938.865"],["17954.621","16849.663"],["18676.546","16615.762"],["28360.932","7238.267"],["20815.884","8135.648"],["28217.322","8240.603"],["28202.536","8246.400"],["28216.781","8228.579"],["28269.791","8149.619"],["28238.344","8151.535"],["28329.824","8165.688"],["28285.318","8113.385"],["28263.692","8261.049"],["28262.903","8270.100"],["14457.932","14102.947"],["14430.019","14128.541"],["28076.332","7468.117"],["27985.197","7439.938"],["27953.618","7466.560"],["28122.330","7326.707"],["28143.778","7394.618"],["28111.080","7378.812"],["28134.238","7307.830"],["28039.195","7269.633"],["27819.499","7928.050"],["27732.476","7991.667"],["27769.351","8066.762"],["27824.874","8051.709"],["27862.352","7983.080"],["27857.944","7942.552"],["27928.536","7972.180"],["27882.549","7938.555"],["27747.160","7989.381"],["27746.584","8025.632"],["27762.110","7981.107"],["27748.739","7954.220"],["27836.864","7991.263"],["27876.822","7998.181"],["27914.502","8045.844"],["27893.779","8019.106"],["27917.627","8056.215"],["27878.499","8044.275"],["27908.384","8024.440"],["15388.787","15214.703"],["19431.908","5528.687"],["19013.728","10143.402"],["19358.240","11914.606"],["20786.923","15319.884"],["15910.197","12885.980"],["15812.897","12916.378"],["15839.993","12872.516"],["15106.785","16760.290"],["15249.239","16712.523"],["15106.279","16682.408"],["15110.196","16755.928"],["17046.242","17839.877"],["17153.086","17843.867"],["17043.350","18013.344"],["14630.153","15068.435"],["19839.619","6876.755"],["19837.596","6955.648"],["19893.385","6935.103"],["19898.698","6856.210"],["20560.264","7560.755"],["20426.958","7566.574"],["20408.702","7593.098"],["20527.748","7637.273"],["20523.206","7475.615"],["19502.845","18609.705"],["16954.525","17074.575"],["15968.748","12481.560"],["20493.490","6786.664"],["20526.214","6820.969"],["20507.349","6808.780"],["20383.622","6798.505"],["26830.067","7091.251"],["14972.054","16641.248"],["27998.909","8178.286"],["28020.822","8126.686"],["27961.793","8129.014"],["18584.563","8991.606"],["18583.966","8967.035"],["18546.828","9010.021"],["18548.110","9076.596"],["15899.075","16786.865"],["15730.065","16959.523"],["15749.765","16946.851"],["17428.699","17645.818"],["17574.976","17759.552"],["17536.236","17762.720"],["19195.441","14020.606"],["19234.692","13822.997"],["17948.495","14189.607"],["17890.819","14160.500"],["14216.050","13141.325"],["15702.212","18133.955"],["25130.261","7007.874"],["25182.361","7006.983"],["21000.648","7003.667"],["21042.062","7018.432"],["21042.210","7040.331"],["20038.852","6220.257"],["20127.191","6246.070"],["20028.556","6278.605"],["15470.161","12510.871"],["15511.480","12445.979"],["15317.703","13470.008"],["29090.393","16245.871"],["25222.490","8298.879"],["23166.721","8469.368"],["27429.530","8031.685"],["27474.991","7976.243"],["27504.561","7930.069"],["27427.080","7939.562"],["27463.182","7971.057"],["27383.678","8030.053"],["27499.642","7917.283"],["27492.323","7981.329"],["27309.428","7936.936"],["27439.612","8027.688"],["27386.964","8000.884"],["27402.655","7994.822"],["27339.143","7908.495"],["17952.198","17568.004"],["17994.593","17549.617"],["15752.900","16053.543"],["15874.713","16023.502"],["15453.836","13884.656"],["15423.445","13860.751"],["19536.163","18438.871"],["19674.008","18369.111"],["15633.374","17414.307"],["19628.984","5742.724"],["19592.537","5701.320"],["19619.330","5691.295"],["19596.090","5588.967"],["19690.406","5665.700"],["18506.389","14004.334"],["18603.702","14014.775"],["18655.477","13951.832"],["17779.157","18282.450"],["20868.644","7114.503"],["20848.167","7186.724"],["20939.302","7245.040"],["20937.575","7229.301"],["20906.503","7068.638"],["20941.782","7123.799"],["20922.079","7096.615"],["20924.759","7099.505"],["20544.507","15823.435"],["19124.023","14369.177"],["18831.755","6375.498"],["18813.772","6303.545"],["15564.637","17034.678"],["17957.003","16496.546"],["17867.011","16430.656"],["17873.443","16488.075"],["17857.811","16364.865"],["23057.304","12838.869"],["21668.390","7477.321"],["21676.228","7516.822"],["21626.711","7635.599"],["21690.466","7525.324"],["15505.770","16424.367"],["28179.649","7464.494"],["28149.485","7432.834"],["16391.964","14882.165"],["16522.727","15032.080"],["21249.127","15078.601"],["16267.484","16999.197"],["25178.691","8212.591"],["20098.249","16255.204"],["24571.872","6530.500"],["24761.418","6440.711"],["24597.558","6422.552"],["21023.735","15035.287"],["21149.287","14939.538"],["17576.049","16399.384"],["17447.650","16451.126"],["25689.829","6217.494"],["15883.901","15625.349"],["20370.566","8066.253"],["20534.079","8103.179"],["20472.135","7938.781"],["20545.142","7986.094"],["18813.457","12734.409"],["16247.859","16122.705"],["16250.943","15989.683"],["16204.291","16066.605"],["31505.430","8489.075"],["17844.800","13288.176"],["19217.086","14217.160"],["18127.982","16469.151"],["18152.571","16552.909"],["18097.494","16402.928"],["19002.310","17976.235"],["18995.435","17978.052"],["18912.743","18018.987"],["19024.116","17893.686"],["19072.221","17899.779"],["19014.223","17878.796"],["18349.830","13447.710"],["20428.016","6981.697"],["20384.513","6964.010"],["20395.812","6987.841"],["20506.184","7005.361"],["20520.523","6846.931"],["20512.826","6934.297"],["20518.928","6861.333"],["19531.978","5713.393"],["19549.248","5662.691"],["25293.230","6881.583"],["17344.295","17236.300"],["17326.358","17365.979"],["17398.049","17336.524"],["20214.545","6555.099"],["20216.074","6563.538"],["20189.002","6570.871"],["20334.622","6516.374"],["20282.237","6525.606"],["15614.860","16564.908"],["15654.214","16611.536"],["15574.065","16590.584"],["19695.088","5400.974"],["19671.321","5387.135"],["19678.344","5495.475"],["19691.979","5433.212"],["19607.401","5520.842"],["16428.573","14867.006"],["19470.794","15585.400"],["20749.546","16102.812"],["14895.588","12655.380"],["15964.508","16357.030"],["16063.046","16485.823"],["15944.848","16559.508"],["15993.130","16447.025"],["18359.331","12231.262"],["18865.259","18401.541"],["18782.019","18390.343"],["18858.095","18258.093"],["18853.358","18303.279"],["21249.745","15254.488"],["20533.813","14816.645"],["15505.003","16850.274"],["15379.818","16793.973"],["15508.543","16882.890"],["15513.378","16805.969"],["15427.347","16801.745"],["17681.577","17866.277"],["17655.738","17921.061"],["17803.502","17997.542"],["16030.863","15398.920"],["23569.486","6147.108"],["23694.809","6164.725"],["19505.350","5671.345"],["19499.034","5751.477"],["19499.840","5737.885"],["19330.938","5627.349"],["19476.217","5636.532"],["19389.704","5592.717"],["19374.786","5606.540"],["19344.523","5589.827"],["17704.070","17601.822"],["17670.336","17422.707"],["22866.629","9462.946"],["20366.483","5996.146"],["20565.593","6095.791"],["20388.131","6151.597"],["20512.884","6100.746"],["20466.454","6127.039"],["20456.848","6189.731"],["20547.013","6105.156"],["20493.542","6077.493"],["20426.733","6103.372"],["20548.954","6143.108"],["20477.176","6046.752"],["20545.400","6044.935"],["27613.123","7761.317"],["27604.949","7761.994"],["27659.113","7701.827"],["17376.497","17425.588"],["17271.785","17567.619"],["17377.221","17606.297"],["24135.694","8100.246"],["19240.437","13097.808"],["27453.422","12234.213"],["19979.538","8607.526"],["19959.094","8564.685"],["19968.173","8565.098"],["18654.039","17169.000"],["18638.451","17193.382"],["18618.807","17186.588"],["18563.140","17061.882"],["18581.934","16997.824"],["18533.754","17027.739"],["18623.484","17036.556"],["15734.342","18086.557"],["15839.684","18070.971"],["19181.593","18000.852"],["19248.336","17906.086"],["19149.665","17881.517"],["19257.092","17892.824"],["28670.058","9403.640"],["28587.113","9420.782"],["15041.962","12360.823"],["14981.034","12397.728"],["27537.268","7688.055"],["27613.115","7886.223"],["27622.095","7872.152"],["27666.991","7883.677"],["27614.166","7885.362"],["27582.176","7885.924"],["27563.212","7888.418"],["27600.433","7885.643"],["15286.991","15487.043"],["15267.113","15469.198"],["15290.800","16122.688"],["17888.841","17732.617"],["17869.842","17768.409"],["18025.530","17751.101"],["17921.573","17741.990"],["22251.348","9284.117"],["19890.014","6080.414"],["19908.189","6112.256"],["19931.725","6145.633"],["19839.667","5995.849"],["19915.023","6117.419"],["19905.335","6153.422"],["19929.677","6163.166"],["19866.733","6086.255"],["19872.769","6099.516"],["19814.008","5725.056"],["19793.005","5671.992"],["19909.837","5717.347"],["19908.110","5775.332"],["19920.823","5781.443"],["19920.488","5576.805"],["16696.301","17143.784"],["25333.009","7114.665"],["27911.513","7465.784"],["27847.648","7469.153"],["27780.428","7471.680"],["27804.309","7330.260"],["27726.486","7423.726"],["27736.618","7360.737"],["27779.462","7276.763"],["27848.751","7264.414"],["20264.978","7890.535"],["16318.329","14100.574"],["16238.048","14124.080"],["19842.819","10314.622"],["25545.582","6265.431"],["25397.330","17375.607"],["15779.096","15753.060"],["24891.838","6263.693"],["20045.135","14219.533"],["27976.728","7066.709"],["27983.389","7236.189"],["27955.281","7102.597"],["27996.777","7147.783"],["28191.825","9642.422"],["15597.333","17697.385"],["15696.569","17745.353"],["15653.684","17770.941"],["16377.948","15964.624"],["16372.054","16058.731"],["16418.884","15993.970"],["21215.942","12508.361"],["23739.579","6204.052"],["22124.605","6911.481"],["15747.138","12551.312"],["15887.160","12732.026"],["23415.713","7653.304"],["20356.424","16469.997"],["19676.225","6054.673"],["19632.393","6201.857"],["19713.808","6061.196"],["19576.933","6162.204"],["19712.410","6178.438"],["19683.676","6113.467"],["27944.507","7989.224"],["27939.704","7947.424"],["27942.035","8041.319"],["27984.322","8050.286"],["27962.792","8015.869"],["27950.362","8098.180"],["25457.159","6581.433"],["25438.944","6546.541"],["25606.677","6495.149"],["25482.299","6458.820"],["16544.811","17510.699"],["16411.812","17541.613"],["20051.692","6123.338"],["20056.330","6083.024"],["19997.416","6168.160"],["20050.458","6189.861"],["20024.718","6137.524"],["20078.647","6005.117"],["20088.532","6033.788"],["20121.837","6027.446"],["20066.311","6060.708"],["19495.452","6216.357"],["15103.526","12772.424"],["15264.834","12837.023"],["15279.328","12950.274"],["17406.948","16927.335"],["17392.420","16915.290"],["17318.340","16932.174"],["15984.880","16788.580"],["16016.926","16872.368"],["16140.839","16974.507"],["19757.345","11147.004"],["16958.563","15699.277"],["16936.315","15657.289"],["18672.626","17730.507"],["18707.840","17785.156"],["18882.755","17774.412"],["23086.074","7907.640"],["25567.617","7397.472"],["22467.130","9881.900"],["18450.153","14780.555"],["22803.322","6361.091"],["22842.584","6351.652"],["17369.425","16033.671"],["17287.434","16078.263"],["17216.379","15996.253"],["17322.985","15981.275"],["16757.491","16065.101"],["23035.159","12710.121"],["16656.413","16021.055"],["16595.075","16077.534"],["19625.647","11934.569"],["21156.280","15326.692"],["21003.080","15325.213"],["27803.649","7029.232"],["16710.127","14328.102"],["16731.959","14252.561"],["14359.915","12917.506"],["14389.875","12823.685"],["14459.369","12960.711"],["17918.708","18420.639"],["17989.185","18337.617"],["24180.624","6472.862"],["28590.183","8869.204"],["16632.445","16707.495"],["16568.395","16650.291"],["21342.387","6789.483"],["18396.754","18045.676"],["18319.908","18146.117"],["18266.174","18101.625"],["15247.888","13313.298"],["22456.718","6751.669"],["14885.837","13920.952"],["14921.881","13838.203"],["14985.396","13844.651"],["17546.800","15280.028"],["16189.336","14687.112"],["17937.095","18142.908"],["17980.089","18140.811"],["22624.887","6454.359"],["18765.787","17352.584"],["18695.229","17348.943"],["18700.921","17305.351"],["18678.743","17239.851"],["14969.535","15010.772"],["17502.558","18336.799"],["17532.410","18306.312"],["18859.242","16021.708"],["15155.091","17394.838"],["15713.720","17301.680"],["27763.262","7197.358"],["27805.976","7244.079"],["27809.117","7227.845"],["27788.854","7258.315"],["27750.219","7243.154"],["27775.426","7115.178"],["27840.360","7145.846"],["27735.294","7137.903"],["27840.906","7176.652"],["27898.866","7174.538"],["27887.337","7130.161"],["27934.392","7252.870"],["14990.618","12035.624"],["15050.874","12086.934"],["17184.576","15100.960"],["19622.446","13106.145"],["25308.139","6108.098"],["25252.072","6060.519"],["15264.538","16598.204"],["15301.264","16682.510"],["15077.799","16324.586"],["19452.766","16748.564"],["18950.320","18306.050"],["19052.560","18318.687"],["19049.929","18266.284"],["17440.260","12853.109"],["20077.331","5971.690"],["20107.022","5875.995"],["20016.940","5799.364"],["20131.578","5898.439"],["20018.502","5877.581"],["20068.502","5828.778"],["20021.364","5874.624"],["15515.087","16362.493"],["15519.996","16426.921"],["15545.668","16544.619"],["15591.006","16518.462"],["15617.243","16556.723"],["15625.534","16399.715"],["15695.608","16461.907"],["26333.524","6981.232"],["26253.909","6930.744"],["20843.624","8040.776"],["20950.331","7929.653"],["16587.586","14332.551"],["16611.797","14346.165"],["17408.750","17947.082"],["17334.241","17850.749"],["17239.232","18013.113"],["17314.212","17892.938"],["18105.397","16721.942"],["18061.348","16617.215"],["18180.413","16606.150"],["13949.145","12581.429"],["21271.892","7554.427"],["21397.123","7489.522"],["18272.558","12879.304"],["18383.333","12876.568"],["27600.041","7630.427"],["27680.888","7645.449"],["27704.424","7567.811"],["27702.500","7636.580"],["27724.671","7640.660"],["27663.240","7635.077"],["27639.112","7567.497"],["27296.018","16539.589"],["28697.882","16103.464"],["20365.156","7312.751"],["25861.718","6658.630"],["25879.595","6781.748"],["25916.073","6760.446"],["15474.696","13357.753"],["22214.629","6770.310"],["15447.760","16941.233"],["15457.435","16950.613"],["15419.900","16954.396"],["15422.867","16965.179"],["15370.562","16980.206"],["15369.853","16946.027"],["15366.058","16927.921"],["17782.530","16334.485"],["17628.929","16240.595"],["17638.858","16207.090"],["15495.178","15989.527"],["15456.025","15954.586"],["15506.171","16122.455"],["15485.159","16029.106"],["22306.770","7053.652"],["22459.220","7208.345"],["22323.254","7147.189"],["22415.826","7059.169"],["14669.685","12521.642"],["14548.841","12345.788"],["14519.230","12387.615"],["15588.728","17744.854"],["15560.389","17710.565"],["14860.981","13203.901"],["22112.413","6551.413"],["22204.355","8192.128"],["20997.091","7601.934"],["21064.731","7486.270"],["21029.839","7656.417"],["21021.822","7602.128"],["21152.736","7591.463"],["26438.157","7390.693"],["14421.449","12997.432"],["16043.560","16214.131"],["15992.620","16262.537"],["16005.490","16256.452"],["16047.851","16279.567"],["16107.666","16238.221"],["20636.237","15664.545"],["23219.529","6527.258"],["23279.102","6599.995"],["28470.260","11978.583"],["17972.606","16642.640"],["17876.800","16727.824"],["17874.547","16632.402"],["15867.548","12970.696"],["16290.373","16544.782"],["16191.894","16482.809"],["16152.819","16431.379"],["16342.909","16419.889"],["16323.531","16554.312"],["16302.518","16440.788"],["21220.434","7281.200"],["21225.664","7411.646"],["21219.677","7429.813"],["21240.516","7452.191"],["21381.565","7290.938"],["15997.438","13105.121"],["16017.955","13062.739"],["16079.495","12995.988"],["28559.461","10313.546"],["15873.910","16155.016"],["20626.050","6820.275"],["20622.267","6785.114"],["20580.721","6817.220"],["20723.365","6639.082"],["20718.858","6656.869"],["20737.986","6654.738"],["16785.008","17777.441"],["16967.274","17753.247"],["16847.467","17630.257"],["14708.948","16769.442"],["19312.300","18150.426"],["19495.659","18139.107"],["21500.537","15813.233"],["15393.009","17201.833"],["16764.842","18023.521"],["20403.073","16001.684"],["15088.725","15156.774"],["17332.256","17635.890"],["17404.207","17775.008"],["17347.482","17800.694"],["17301.498","17651.551"],["17400.895","17801.598"],["16864.822","14464.925"],["16889.339","14531.891"],["22530.859","8566.973"],["23372.035","6060.091"],["22713.450","7051.052"],["22683.160","6950.240"],["20689.786","12488.193"],["28270.910","7952.284"],["28306.277","8022.108"],["28344.989","8092.113"],["19959.336","5562.685"],["19962.034","5489.142"],["19981.047","5453.122"],["19943.580","5442.553"],["19953.382","5542.635"],["20085.641","5540.713"],["20021.417","5472.787"],["19978.884","5533.018"],["19993.949","5500.797"],["20066.565","5520.566"],["20028.555","5509.467"],["20039.773","5409.139"],["20120.645","5369.783"],["20069.806","5455.679"],["20038.606","5376.984"],["28398.185","8090.283"],["28362.560","8066.435"],["16478.351","16702.669"],["15517.535","13519.133"],["15691.732","13425.181"],["15594.895","13533.708"],["19319.686","18292.023"],["19365.393","18295.723"],["27352.388","9364.650"],["14353.021","13780.978"],["14255.665","13715.373"],["14287.511","13615.103"],["23938.154","6358.906"],["24031.683","6382.795"],["28203.289","7615.252"],["28170.987","7513.534"],["28215.214","7519.414"],["19846.635","8572.102"],["19837.219","8600.143"],["17899.271","13082.395"],["17962.823","13059.958"],["16648.268","15624.169"],["16058.063","17504.470"],["16002.785","17531.104"],["19482.517","15943.244"],["19479.679","5160.243"],["20160.017","6668.849"],["20150.778","6634.290"],["20249.640","6834.863"],["20294.443","6793.559"],["20170.199","6838.695"],["20269.147","6822.262"],["20270.101","6815.260"],["22492.102","6229.365"],["22622.495","6326.736"],["24961.552","5814.377"],["24968.006","6469.859"],["24868.938","6508.133"],["15269.576","17747.335"],["14947.156","12737.718"],["19583.148","17331.978"],["18340.554","13333.990"],["22965.134","5957.682"],["22935.201","5846.607"],["23037.711","5877.090"],["16146.303","12541.299"],["18579.758","14981.639"],["18512.382","14889.480"],["18630.116","18643.205"],["18543.347","12312.525"],["20217.787","8297.949"],["20237.257","8262.090"],["20295.959","8187.423"],["20402.291","6556.709"],["20496.304","6479.814"],["20467.785","6577.848"],["20503.048","6531.903"],["20500.482","6588.088"],["20553.821","6541.762"],["20546.403","6555.355"],["20394.413","6615.437"],["20425.674","6464.401"],["20482.138","6422.634"],["20465.477","6485.904"],["17010.249","18190.343"],["17005.236","18126.522"],["17063.510","18187.239"],["17182.067","18104.154"],["17194.376","18162.264"],["17129.541","18224.111"],["17194.836","18070.576"],["22116.130","6305.071"],["22200.488","6212.503"],["22134.255","6324.047"],["22249.386","6389.299"],["25678.619","6812.521"],["25764.918","6636.962"],["25726.653","6754.296"],["25736.934","6723.015"],["19241.482","11815.947"],["20369.137","8388.466"],["15750.352","12493.148"],["18394.635","18396.967"],["19727.086","11741.484"],["17006.755","15927.699"],["20245.265","6906.424"],["20170.512","6860.726"],["20345.187","6947.511"],["19096.787","17003.556"],["16220.140","15679.232"],["16294.506","15647.358"],["16210.732","15702.882"],["15817.517","17253.506"],["15782.200","17239.194"],["17656.603","17749.408"],["17779.472","17781.550"],["25676.502","6041.100"],["25776.474","6204.525"],["18490.270","17844.083"]] \ No newline at end of file diff --git a/src/gathering/10620.json b/src/gathering/10620.json new file mode 100644 index 0000000..da0a91f --- /dev/null +++ b/src/gathering/10620.json @@ -0,0 +1 @@ +[["13982.945","14591.888"],["13963.540","14639.676"],["25553.575","5930.477"],["13719.979","13477.567"],["13724.557","13547.476"],["20011.984","8253.588"],["16100.154","15193.461"],["16102.624","15287.121"],["16128.507","15234.616"],["24309.779","6154.949"],["17597.145","17442.566"],["17448.784","17412.635"],["17447.390","17581.252"],["17435.107","17521.215"],["17410.733","17425.796"],["17565.998","17555.977"],["14976.684","12831.594"],["15008.776","12947.687"],["14919.677","12841.233"],["14971.044","12855.060"],["15089.542","12818.125"],["15054.452","12962.674"],["20588.533","8123.481"],["16758.684","14184.890"],["20903.538","7887.026"],["20810.995","7879.951"],["25289.962","6529.694"],["25403.583","6435.305"],["14844.169","12641.049"],["14709.017","12734.255"],["23809.941","5956.642"],["23801.767","5897.022"],["19795.397","5860.105"],["19794.295","5811.831"],["14806.624","12491.878"],["14807.631","12541.413"],["14792.472","12407.732"],["14730.208","12502.119"],["14711.113","12388.535"],["15373.982","14677.054"],["15321.827","14864.577"],["20651.320","6303.226"],["20600.826","6369.337"],["14707.416","13837.953"],["14843.976","13825.511"],["14792.021","13891.522"],["14983.942","19428.934"],["14289.650","13388.452"],["14306.550","13317.878"],["14277.736","13212.267"],["14418.234","13183.725"],["14433.682","13276.204"],["13615.102","12566.403"],["13613.550","12687.951"],["20291.877","6154.373"],["15402.031","14038.089"],["15469.056","14169.179"],["15305.065","14093.390"],["14664.610","13218.164"],["14641.235","13255.659"],["14507.392","13238.571"],["20710.659","6560.660"],["15276.256","13862.706"],["15230.803","13875.664"],["15130.657","13832.273"],["22841.908","12970.123"],["15048.276","14526.926"],["14992.567","14564.600"],["15071.810","14479.001"],["15043.676","14653.353"],["22912.343","6652.931"],["22990.126","6701.259"],["23015.114","6633.746"],["16662.069","18005.149"],["15654.985","15956.376"],["15635.291","15987.856"],["20770.892","8104.377"],["14837.298","13083.157"],["15394.778","12017.574"],["15369.508","12086.824"],["15490.196","12028.554"],["19661.630","5189.323"],["19694.950","5312.150"],["16638.529","17262.119"],["16635.976","17276.424"],["23652.976","5870.318"],["14151.886","12934.670"],["14050.760","12817.249"],["14178.429","12833.836"],["14102.494","12784.311"],["14112.103","12853.522"],["14229.604","12811.663"],["14061.738","14034.793"],["16308.090","14873.283"],["16179.525","14898.002"],["15292.597","16282.756"],["15203.293","16357.393"],["15157.446","18409.821"],["15182.232","18289.359"],["14725.232","14288.307"],["16426.219","18318.567"],["16382.983","18299.167"],["20584.545","7507.601"],["20575.550","7517.770"],["20835.120","7481.606"],["14568.023","16701.897"],["15308.419","12866.022"],["15393.157","12790.530"],["15434.590","12919.831"],["19966.298","6891.533"],["13798.998","12700.491"],["13754.662","12713.159"],["20279.653","5603.962"],["16295.718","16212.651"],["16262.183","12734.413"],["16201.682","12641.705"],["16248.615","12669.765"],["16285.160","12603.995"],["22473.579","7134.094"],["22538.577","7106.935"],["16109.966","18218.573"],["16119.917","18106.616"],["15945.205","18168.119"],["14211.564","12171.541"],["14349.183","14675.760"],["14366.617","14779.731"],["14456.026","14827.049"],["20429.579","7759.216"],["21676.670","7719.430"],["14451.075","15099.738"],["25184.181","7536.821"],["16202.193","16867.547"],["16447.271","14322.476"],["16547.212","14367.716"],["16461.008","14414.903"],["14925.815","16363.390"],["15030.164","16416.317"],["14959.457","16522.892"],["17724.627","17213.445"],["17790.733","17219.884"],["17621.425","17229.704"],["17669.783","17340.576"],["13375.061","12576.485"],["16702.259","15006.166"],["15222.091","15276.352"],["15215.655","15121.319"],["20048.587","8425.432"],["13829.984","14019.985"],["23450.347","5932.989"],["20755.238","7730.389"],["16781.743","13641.805"],["14845.936","14527.705"],["26592.325","7498.316"],["26668.144","7663.235"],["16689.367","18733.712"],["16694.910","18731.351"],["14158.424","13443.358"],["14106.788","13490.062"],["14064.689","13444.103"],["26287.312","7087.300"],["26438.882","7234.323"],["20330.547","6375.129"],["20326.994","6324.460"],["17119.447","16047.647"],["17104.836","15960.974"],["16678.818","14460.241"],["15791.091","13396.981"],["15814.990","13450.412"],["15875.753","13413.776"],["15934.131","13456.088"],["23283.466","6013.328"],["14543.666","13673.121"],["14446.677","12678.077"],["14403.755","12635.776"],["14259.514","12585.680"],["14432.384","12579.939"],["14400.882","12548.969"],["14379.522","12605.802"],["22025.170","6862.422"],["21979.922","7031.841"],["21875.341","6986.975"],["21938.371","6970.417"],["20245.755","8467.078"],["15096.612","12470.730"],["15184.577","12393.070"],["15672.411","18525.642"],["21996.386","7168.487"],["25368.742","5964.883"],["25304.517","5957.409"],["18096.125","16941.710"],["18056.234","16978.153"],["18098.376","16828.304"],["17533.145","16804.361"],["22673.461","7103.129"],["22829.091","7240.829"],["22825.471","7217.537"],["14190.452","12544.524"],["14182.440","12354.268"],["13972.003","13346.979"],["23331.950","6500.491"],["16673.325","17772.562"],["16595.288","17663.615"],["24495.002","6248.724"],["24541.695","6404.525"],["15760.099","18650.190"],["15757.583","18621.536"],["18176.591","17008.781"],["18115.842","17011.673"],["28296.868","7059.807"],["21580.762","7732.253"],["21523.616","7786.842"],["14243.799","13389.543"],["14042.011","13285.342"],["14048.072","13186.070"],["14114.006","13256.415"],["14123.148","13193.201"],["14904.782","12305.043"],["15395.201","18575.127"],["17085.740","15914.346"],["17036.015","15916.448"],["17812.756","16747.514"],["17806.665","16645.381"],["23536.197","7558.629"],["16279.498","13261.080"],["16179.766","13306.524"],["16188.780","13273.935"],["14927.781","16999.266"],["15007.039","16864.068"],["16985.854","15872.387"],["19841.988","8806.386"],["19781.042","8822.382"],["16797.560","15069.953"],["13760.619","12768.611"],["13899.492","13449.508"],["13964.130","13453.364"],["15890.453","16219.413"],["15875.381","16351.651"],["15794.779","16346.342"],["15830.373","16195.419"],["15920.556","16278.358"],["15773.833","16187.689"],["23594.555","7987.341"],["16311.743","14482.351"],["16188.585","18472.322"],["16278.564","18502.582"],["16240.192","18543.144"],["22944.955","12517.969"],["15079.087","18047.860"],["19985.691","6520.189"],["16413.366","13446.505"],["16401.226","13558.101"],["21195.635","6672.377"],["16581.900","15405.902"],["21058.988","8033.212"],["16008.196","15009.201"],["22513.475","6834.736"],["22642.778","6822.536"],["15869.755","13240.265"],["15802.691","13276.110"],["15787.977","13222.341"],["15807.341","13332.576"],["15333.999","15682.867"],["15496.280","15508.164"],["20243.304","8553.074"],["16339.826","14260.449"],["14590.956","13595.152"],["14583.224","13530.905"],["14485.318","13513.663"],["14540.192","13444.521"],["19856.463","8477.404"],["19840.657","8463.548"],["16970.695","18368.051"],["15391.887","13100.680"],["15478.786","13045.723"],["15389.835","13155.947"],["15453.079","13164.387"],["14820.886","13776.447"],["14798.300","13645.991"],["17862.235","17341.085"],["17858.404","17400.399"],["16468.009","16807.628"],["16502.103","16863.317"],["16538.246","16939.685"],["16519.942","16815.853"],["16406.307","16982.835"],["16490.338","16776.954"],["16490.338","16776.954"],["21499.346","7217.810"],["21579.669","7185.483"],["26516.767","7231.937"],["16582.507","16973.068"],["16707.162","16814.103"],["16611.142","16801.646"],["16727.337","16956.147"],["17066.566","17249.410"],["17114.046","17327.298"],["17057.396","17206.198"],["17028.233","17298.945"],["26516.919","7346.525"],["22804.340","6599.821"],["22446.818","17248.907"],["15878.539","14953.266"],["15915.557","15063.194"],["16392.787","16440.422"],["16516.045","16469.226"],["16533.369","16516.020"],["16520.836","16372.480"],["16398.579","16528.387"],["16428.473","16452.401"],["16039.064","17920.244"],["16013.020","18027.742"],["17195.571","17528.596"],["14675.154","12171.487"],["14711.374","12252.791"],["14800.398","12162.352"],["14895.357","13036.359"],["15023.691","13020.958"],["14942.179","13129.796"],["15218.128","14566.405"],["15285.792","14572.005"],["15253.063","14624.620"],["14563.517","14202.018"],["14617.490","14141.883"],["14637.029","14233.400"],["15612.309","15513.494"],["15672.366","15674.626"],["15570.079","15687.357"],["24265.782","5905.127"],["14693.030","17023.259"],["13954.467","12216.028"],["13993.979","12303.061"],["13948.326","12279.059"],["14027.499","12202.431"],["13992.420","12173.550"],["20632.995","7021.733"],["20684.805","6938.281"],["16471.692","16242.496"],["27728.467","6975.389"],["27755.587","7049.078"],["27783.905","6872.306"],["23153.458","5954.822"],["16023.229","14964.015"],["14857.860","13498.463"],["14811.888","13472.501"],["14860.767","13434.051"],["14766.017","13452.489"],["16750.833","15324.177"],["16596.450","15489.813"],["14832.673","16957.417"],["14744.674","16871.826"],["14667.894","16968.585"],["20539.615","9564.804"],["13348.141","13684.861"],["15440.036","12165.510"],["15335.594","12232.720"],["15453.304","12304.463"],["15665.670","12946.794"],["15634.059","12781.152"],["15601.732","12933.782"],["15779.457","16517.124"],["15794.326","16496.503"],["26047.512","7059.123"],["25979.364","6001.716"],["25953.782","6146.783"],["25876.794","6046.537"],["15196.799","13590.573"],["15145.815","13450.786"],["15281.644","13463.045"],["20405.508","7050.846"],["20258.713","7848.144"],["16396.925","15464.807"],["15482.338","18293.328"],["19877.367","6771.417"],["15251.525","12564.468"],["15286.096","12641.276"],["15145.994","12623.283"],["16024.944","12733.784"],["16029.423","12610.011"],["16135.860","12651.852"],["24075.610","6113.215"],["23600.546","6636.853"],["22917.852","7417.344"],["16924.478","18243.411"],["14361.393","12672.237"],["14277.005","12647.949"],["14365.369","13533.903"],["14383.941","13448.492"],["14326.366","13579.201"],["14279.406","13473.854"],["23103.255","6408.602"],["23137.897","6400.275"],["21873.999","7743.327"],["17534.033","17396.217"],["17485.994","17248.920"],["20435.121","7639.959"],["15815.316","14009.130"],["15752.712","13982.266"],["15843.865","13971.423"],["15776.297","13867.845"],["15855.162","13847.869"],["16154.307","16746.498"],["16272.983","16695.685"],["16313.733","16607.550"],["18144.735","17476.813"],["16677.213","18477.004"],["16744.960","18590.084"],["15587.188","15793.612"],["15573.036","15795.500"],["18212.726","15003.694"],["18678.621","9160.470"],["14661.921","12725.356"],["14584.399","12692.174"],["14617.066","12580.859"],["16238.139","15106.539"],["16354.913","15282.692"],["16291.706","15265.937"],["15152.643","14315.465"],["15112.754","14248.542"],["18253.220","16882.768"],["16545.795","14597.323"],["16044.123","14478.653"],["25689.360","5882.630"],["23320.121","6688.625"],["14587.290","15124.222"],["14506.166","15095.850"],["16766.234","17602.196"],["15991.664","13418.049"],["14552.431","14661.161"],["14518.434","14635.347"],["14540.603","14587.353"],["15639.996","14360.855"],["15549.986","12573.593"],["15689.868","12587.013"],["15009.851","13923.024"],["15014.888","13852.650"],["14825.646","17133.632"],["23018.082","12631.491"],["23640.424","7889.772"],["20076.353","8210.133"],["21809.681","7055.503"],["21822.475","7115.695"],["21703.771","7185.744"],["21730.277","7052.887"],["20990.955","7863.471"],["21038.311","7888.105"],["15525.853","14526.024"],["15556.064","14463.088"],["15623.410","14566.411"],["16532.535","18153.244"],["16400.957","18193.524"],["14137.231","13664.051"],["14046.070","13626.814"],["14234.737","13676.037"],["15050.527","16098.458"],["14854.000","15997.312"],["14989.892","15964.470"],["14947.637","16105.863"],["15508.221","12737.047"],["15403.183","12628.314"],["14915.275","13576.529"],["14974.245","13502.036"],["15066.276","13536.175"],["20242.462","5958.711"],["16140.731","12907.654"],["16060.144","12854.925"],["16050.821","12786.711"],["16584.537","16147.182"],["16727.498","16167.756"],["27640.571","7055.634"],["13960.778","14046.958"],["13980.229","14184.290"],["15647.905","16143.835"],["15922.942","14106.436"],["15922.972","14042.287"],["15871.182","14181.515"],["25192.644","5877.348"],["19878.280","5503.564"],["19778.947","5370.548"],["14386.593","12317.157"],["14386.362","12190.227"],["16904.461","15278.810"],["16894.070","15137.301"],["16869.714","17268.404"],["16966.729","17287.267"],["17579.947","17134.942"],["16509.287","16019.860"],["25588.048","6771.794"],["21576.533","6528.113"],["20445.366","8185.602"],["16795.778","16019.936"],["15249.313","18611.196"],["22974.007","6253.275"],["14516.738","12702.995"],["18306.387","17362.440"],["14556.653","12806.594"],["14506.857","12874.318"],["14615.459","12842.876"],["17597.666","16226.239"],["20395.603","5883.054"],["15698.373","13627.239"],["15722.055","13679.965"],["15704.789","13724.824"],["14637.011","13140.444"],["14548.981","12975.786"],["14619.096","13039.095"],["14656.088","12999.812"],["14573.018","13035.425"],["14435.978","13992.158"],["14429.433","13889.913"],["14437.617","13829.161"],["14382.625","13841.873"],["15669.788","13309.895"],["15620.903","13360.769"],["15722.232","13279.542"],["15686.487","13283.947"],["15607.199","13300.412"],["16021.081","14362.766"],["15989.145","14398.525"],["16019.811","14391.709"],["16022.779","14242.419"],["16075.762","14287.100"],["14860.518","12930.101"],["14744.050","12851.311"],["14776.106","12762.167"],["15202.140","12025.002"],["15150.683","11945.900"],["15474.502","15887.928"],["15510.038","15898.022"],["15457.941","13669.003"],["15326.969","13709.344"],["15470.612","13782.274"],["15341.246","13641.946"],["15355.916","13751.251"],["15228.102","13158.433"],["15153.564","13155.808"],["15136.575","13024.280"],["15240.667","12980.878"],["15279.880","13116.138"],["14793.177","13149.326"],["14760.804","13040.273"],["14787.151","13056.769"],["16414.023","16321.443"],["16482.421","16294.872"],["16504.698","16286.423"],["20251.075","5429.618"],["20237.785","5435.943"],["20149.225","5564.209"],["14512.995","13983.119"],["14602.406","13822.791"],["14559.928","13857.066"],["14606.740","13996.757"],["14524.726","13908.648"],["14657.713","13970.051"],["16345.446","13094.436"],["16283.949","12993.218"],["16201.628","12981.466"],["16230.932","13162.887"],["16203.392","13052.120"],["16310.456","13019.350"],["14991.928","19082.254"],["15033.294","19080.008"],["14936.245","19024.588"],["15778.154","14417.428"],["15929.198","14283.636"],["21608.537","7308.042"],["21526.943","7591.482"],["21497.385","7491.807"],["25472.788","6072.551"],["25427.734","6111.777"],["25613.322","6068.870"],["24649.326","6267.456"],["14339.499","12543.745"],["14416.804","12360.843"],["14366.794","12373.659"],["14297.375","12442.241"],["14256.593","12492.375"],["20284.488","6983.282"],["14997.917","15439.820"],["15054.215","15497.082"],["14512.198","12206.614"],["20058.151","5683.654"],["20115.961","5669.445"],["14775.012","13592.646"],["14732.212","13399.560"],["14770.413","13530.588"],["15035.121","17056.275"],["16227.596","15369.685"],["23055.062","6002.089"],["23955.150","5978.029"],["16886.075","15406.831"],["16870.815","15471.633"],["15011.721","14034.611"],["15010.337","14154.440"],["15089.218","14226.218"],["14899.200","14083.129"],["14673.433","14077.113"],["14803.346","14134.100"],["14780.679","14235.992"],["14715.095","14029.649"],["14716.275","12938.457"],["19876.414","6529.454"],["16732.842","15137.276"],["18021.872","14474.662"],["15599.135","14721.315"],["15518.548","14766.490"],["16749.236","15792.713"],["17630.779","16984.366"],["17730.853","16977.596"],["17738.869","16853.677"],["17789.627","16777.618"],["14973.680","13659.634"],["15058.836","13752.801"],["14963.584","13748.999"],["14942.517","13708.767"],["16455.109","13328.791"],["15393.205","14252.926"],["15545.167","12360.062"],["15155.040","16945.296"],["16330.873","18272.522"],["16306.618","18342.288"],["16485.468","15822.964"],["16486.313","15757.789"],["16440.818","15858.064"],["23348.248","6237.701"],["23439.911","6229.421"],["15643.925","13037.650"],["14685.608","14965.423"],["14991.041","12168.545"],["22923.650","6449.224"],["22345.505","6972.953"],["16455.927","13085.477"],["21213.530","6605.903"],["16370.961","12813.160"],["22741.639","6664.111"],["19570.703","5524.328"],["15518.166","15095.565"],["15577.375","15255.283"],["28270.700","7061.393"],["15513.612","15411.043"],["14333.714","14581.104"],["14360.967","14584.655"],["14414.676","14556.482"],["14374.810","14506.637"],["14450.269","14627.462"],["14455.467","14642.656"],["13973.595","12874.017"],["22675.596","6105.162"],["22827.870","6102.551"],["17251.324","11824.995"],["14112.571","12592.371"],["14167.341","12662.991"],["17856.405","16863.991"],["17977.493","16951.248"],["15686.603","12169.649"],["13984.080","13079.302"],["14017.821","12973.213"],["14365.788","14081.432"],["14972.770","17807.132"],["15044.661","17816.447"],["27946.500","7316.608"],["14154.811","14481.062"],["18176.531","17161.174"],["18096.368","17196.971"],["15741.206","12908.043"],["15788.798","12830.221"],["15905.475","12955.006"],["15896.266","12831.033"],["15823.802","12961.002"],["15852.527","12881.307"],["15592.323","16325.739"],["18542.879","8252.184"],["14561.488","14991.641"],["14551.543","14888.554"],["14641.847","15067.023"],["14508.679","14985.167"],["16826.115","17137.704"],["16986.834","17131.228"],["16784.595","17046.721"],["16954.739","17022.701"],["16046.863","12535.796"],["15952.590","12486.790"],["25655.049","7604.256"],["14925.285","16728.059"],["18575.277","9129.660"],["18609.019","9130.972"],["15944.711","13352.525"],["14182.492","13115.948"],["14046.985","13101.404"],["14165.010","13065.922"],["14192.251","13017.496"],["15504.815","18084.524"],["15574.437","15314.900"],["15557.286","15299.835"],["15570.337","15362.185"],["21006.249","6925.529"],["15448.036","12453.739"],["15416.931","13521.794"],["16571.594","14503.730"],["14731.395","19249.778"],["14806.016","16498.460"],["14743.163","16560.000"],["17952.041","17460.764"],["15843.089","16058.091"],["15838.343","16001.518"],["15329.149","13850.055"],["15328.070","13939.217"],["15512.758","14019.010"],["15467.767","13881.981"],["15348.029","13906.241"],["15587.577","17414.061"],["15586.393","17409.734"],["19549.396","5703.745"],["20976.627","7166.206"],["20788.226","7069.932"],["17834.907","16455.636"],["17899.584","16486.795"],["16469.952","14882.422"],["16398.608","14938.411"],["16099.705","14188.827"],["16036.953","14186.090"],["15974.309","14236.745"],["16006.695","14146.358"],["16048.863","14158.475"],["16075.432","14107.330"],["16026.615","14080.217"],["20293.132","8767.551"],["14618.773","16871.134"],["14573.242","16913.988"],["15237.065","15010.184"],["15249.071","14952.678"],["15296.060","14886.918"],["20045.254","16157.834"],["17562.066","16392.128"],["25802.646","6413.427"],["25701.742","6294.272"],["15841.117","15634.628"],["15776.843","15609.406"],["26098.974","6364.104"],["15074.122","14392.183"],["20471.760","8018.579"],["26892.316","7894.561"],["16276.515","16002.323"],["14812.281","19081.780"],["22236.292","17460.303"],["19531.374","5650.653"],["15805.576","14783.644"],["25286.423","6984.899"],["17304.811","17339.396"],["17230.092","17306.467"],["17202.957","17355.984"],["20198.841","6534.479"],["20154.894","6499.714"],["19704.117","5500.906"],["16375.551","14773.377"],["17345.472","16851.684"],["14989.187","12566.123"],["15029.654","12613.469"],["15039.301","12573.982"],["14914.301","12694.011"],["14966.227","12655.392"],["14992.233","12656.907"],["16076.703","16645.377"],["16072.088","18422.760"],["16495.056","17993.717"],["16394.140","17971.183"],["15313.814","14962.851"],["15317.839","14928.198"],["15351.551","14988.142"],["15359.824","14940.198"],["16133.663","15476.767"],["16131.086","15408.094"],["14239.224","14976.797"],["14183.722","14910.458"],["14150.430","14935.284"],["14133.607","14885.816"],["14204.555","14961.263"],["14194.600","14940.353"],["23525.363","6036.052"],["16702.793","13466.579"],["16578.046","14719.367"],["15836.468","15346.090"],["15876.157","15382.466"],["20510.432","6150.017"],["13928.878","13266.637"],["13984.336","13197.750"],["17207.575","17510.128"],["17392.275","17552.924"],["20139.804","8701.031"],["24391.228","6177.973"],["15927.507","18211.373"],["14889.756","12499.196"],["15257.790","17569.720"],["14668.967","14787.905"],["15155.589","15354.147"],["15199.198","15321.389"],["15107.693","15471.851"],["15460.162","14624.847"],["15344.016","14522.459"],["15608.782","14877.713"],["15659.513","14878.519"],["15627.504","15067.516"],["15638.621","14941.498"],["19793.706","5599.717"],["16762.445","16996.128"],["16692.297","17192.816"],["16730.660","17034.874"],["16666.050","17159.195"],["13876.799","14014.952"],["13980.646","13858.619"],["13987.404","13912.018"],["15869.784","15251.698"],["27907.848","7322.405"],["20325.625","7894.240"],["16157.512","14215.514"],["16271.939","14218.624"],["16326.808","14040.125"],["25423.220","6230.397"],["15257.778","13725.003"],["15286.646","13701.033"],["28064.637","7101.078"],["14561.407","14347.802"],["14629.228","14432.426"],["14661.210","14372.466"],["19625.768","9070.395"],["19717.302","9059.225"],["16392.511","16044.260"],["22139.093","7032.905"],["22103.914","7003.098"],["22211.828","6945.949"],["15867.226","12706.692"],["15785.607","12587.856"],["15905.762","14471.132"],["15274.568","14795.798"],["23362.370","7607.471"],["19596.588","6051.572"],["25450.673","6462.529"],["25531.228","6498.456"],["25547.551","6424.546"],["19951.246","6204.843"],["20058.007","6104.102"],["20035.721","6090.213"],["15363.414","14334.372"],["15344.440","14321.686"],["15254.277","12797.216"],["15239.097","12950.704"],["17362.066","16912.823"],["17258.317","16897.125"],["22735.160","6235.999"],["17273.037","16044.472"],["20448.563","8594.219"],["20461.113","8668.896"],["14214.121","14504.671"],["14186.951","14457.480"],["14150.354","14624.119"],["14197.889","14615.827"],["14077.258","14548.379"],["14124.726","14612.347"],["14274.341","12828.942"],["14255.584","12909.708"],["14350.139","12924.082"],["14303.675","12815.495"],["14430.217","12779.417"],["24191.425","6420.596"],["22074.612","7423.580"],["16761.877","16725.876"],["16703.174","16603.813"],["16714.268","16587.799"],["15159.758","13250.061"],["15285.210","13201.582"],["22314.553","6718.470"],["14895.370","13884.081"],["14928.282","14001.021"],["22647.473","6496.088"],["22567.916","6516.187"],["14763.617","14557.119"],["14681.790","14450.069"],["15144.084","17416.295"],["15171.639","17262.947"],["15208.744","17216.608"],["27757.135","7116.958"],["24532.852","6460.940"],["15051.231","16203.784"],["15096.163","16247.129"],["14967.468","16238.591"],["15003.083","17898.110"],["15026.455","17970.579"],["14851.103","16213.752"],["14690.054","16318.964"],["14681.869","16278.365"],["15045.123","13387.258"],["15071.822","13187.428"],["15065.453","13216.276"],["14961.653","13364.983"],["15014.083","13302.857"],["14897.388","13209.178"],["14907.700","13294.608"],["20008.644","5842.878"],["15600.333","16437.552"],["15584.282","16460.238"],["15680.498","16510.296"],["15538.791","16420.043"],["20859.061","8002.013"],["20962.861","8072.389"],["20887.598","8005.358"],["18122.110","16747.341"],["18243.108","16663.433"],["13899.142","12752.631"],["14015.699","12579.091"],["21386.492","7661.555"],["21263.225","7562.423"],["15134.557","16085.369"],["14815.787","17381.938"],["25892.033","6808.326"],["14373.973","15056.758"],["14387.336","15039.745"],["15386.545","13268.385"],["27490.456","10521.854"],["22106.790","6838.815"],["17660.685","16349.544"],["22290.463","7089.614"],["22427.247","7195.275"],["14661.116","12361.691"],["14616.647","12451.702"],["14517.477","12466.993"],["14557.904","12345.590"],["14475.233","12434.188"],["14863.563","13353.908"],["14803.840","13391.340"],["14842.095","13288.843"],["21820.334","8706.497"],["15753.349","18535.501"],["15592.963","18408.073"],["15582.749","18445.331"],["14404.476","13015.666"],["14281.836","12995.849"],["14338.153","13089.663"],["14265.140","13139.477"],["14525.946","14455.146"],["14594.322","14552.675"],["13913.425","12908.322"],["15749.246","13180.392"],["21214.023","7411.791"],["21366.931","7457.645"],["15957.591","13080.932"],["16009.761","13001.110"],["16120.389","13041.527"],["16930.451","17827.371"],["16932.803","17737.214"],["14797.357","16675.161"],["14881.959","16633.496"],["21604.713","15769.138"],["15267.880","14140.721"],["15248.410","14093.848"],["15190.745","14222.645"],["16827.774","14536.998"],["16855.144","14590.549"],["14623.325","16745.103"],["19980.681","5566.158"],["19939.563","5444.918"],["15594.634","18342.161"],["15581.401","18260.859"],["14644.537","18964.923"],["16401.747","16655.636"],["16381.502","16705.773"],["16519.115","16751.451"],["16516.496","16597.697"],["15620.459","13448.249"],["15553.135","13598.468"],["15557.175","13518.758"],["15702.013","13460.133"],["15632.658","13495.111"],["15640.712","13466.932"],["16208.496","17833.965"],["16210.245","17966.448"],["14346.729","13605.688"],["14442.290","13642.650"],["14430.441","13750.643"],["16724.187","13212.401"],["16691.189","13258.445"],["21241.030","15353.613"],["16653.772","15520.803"],["16755.626","15599.395"],["20538.052","15392.460"],["15105.649","18085.118"],["20194.026","6716.986"],["22495.008","6342.027"],["24950.892","6487.018"],["15229.810","17623.707"],["15273.362","17622.600"],["15049.231","12751.331"],["18393.699","13215.336"],["14158.858","14771.375"],["14223.365","14861.875"],["16785.425","18048.402"],["20304.478","8131.713"],["20189.382","8211.584"],["20446.329","6459.793"],["14836.843","17510.165"],["25764.204","6739.929"],["25925.813","6441.868"],["14130.081","14800.062"],["14927.727","14865.447"],["14953.629","14695.743"],["15569.838","13923.741"],["15702.698","14014.108"],["15666.633","13851.034"],["15595.595","13967.464"],["20304.750","6854.294"],["16299.178","15551.839"],["16201.076","15638.486"],["16889.642","16792.689"],["25634.078","5997.203"],["25685.844","6201.479"],["15624.913","14199.537"],["15531.572","14174.233"],["15639.041","14195.458"],["15646.068","14034.386"],["14030.778","14619.297"],["25502.852","5985.424"],["13730.541","13403.395"],["13763.612","13513.282"],["13802.169","13483.012"],["24271.013","6090.771"],["17506.379","17009.796"],["17608.332","17411.582"],["17509.237","17509.523"],["17559.732","17524.686"],["17420.456","17460.998"],["17594.484","17481.008"],["14963.329","12801.101"],["14994.199","12958.567"],["14888.913","12763.076"],["14996.154","12893.114"],["14899.972","12867.593"],["14943.479","12903.810"],["20578.148","8226.322"],["20615.194","8216.001"],["20883.429","7708.886"],["20837.377","7748.523"],["20907.420","7855.961"],["16889.586","17984.835"],["19745.260","6099.673"],["14873.416","12671.861"],["14742.120","12726.745"],["23740.153","5942.010"],["23897.507","5786.997"],["23840.550","5826.981"],["19812.404","5862.731"],["19875.759","5822.648"],["14786.739","12454.395"],["14705.998","12364.868"],["15397.942","14745.053"],["15341.538","14808.124"],["17640.222","17025.858"],["17736.296","17096.387"],["17754.699","17186.267"],["20752.840","6223.760"],["20589.363","6297.495"],["14830.075","14023.184"],["14346.563","13338.878"],["14251.721","13186.509"],["13563.343","12717.067"],["16274.130","12935.692"],["16209.810","12895.433"],["20233.205","6073.037"],["20268.144","6179.608"],["15405.798","14104.881"],["15321.646","14072.775"],["15428.836","14095.637"],["15363.149","14062.036"],["14648.533","13348.242"],["14550.701","13211.547"],["14566.521","13304.625"],["15220.533","13865.105"],["15222.889","13910.372"],["15303.359","14016.437"],["15018.816","14513.745"],["14996.138","14529.474"],["14994.967","14478.267"],["15033.078","14570.208"],["15034.749","14599.696"],["15083.159","14557.397"],["14995.336","14628.315"],["14948.991","14654.851"],["22978.247","6681.123"],["22976.771","6721.523"],["18075.946","17337.889"],["17405.830","16186.515"],["13996.770","13665.191"],["14022.251","13693.687"],["13918.709","13775.760"],["13872.890","13659.246"],["17786.354","17499.156"],["17656.953","17518.176"],["20714.617","8099.851"],["20602.146","8026.816"],["15972.784","13931.656"],["15322.400","12116.755"],["15478.942","12105.602"],["15509.795","12017.100"],["16480.411","17270.877"],["16552.469","17344.460"],["16562.820","17260.516"],["19703.782","5265.181"],["14151.677","12894.340"],["14124.989","12962.538"],["14091.189","12828.962"],["27891.355","10284.522"],["13950.040","12543.052"],["16241.955","15061.403"],["16340.705","14948.154"],["16247.564","14931.855"],["16358.038","15233.113"],["16542.883","15276.415"],["17227.543","12269.181"],["14714.131","14438.007"],["14690.349","14260.547"],["20585.154","7642.783"],["16356.605","14047.159"],["20335.063","7931.828"],["15398.572","12764.276"],["15343.209","12863.613"],["13713.296","12726.681"],["20151.824","5668.437"],["20272.781","5750.893"],["16227.850","12601.714"],["16336.600","12568.404"],["16245.572","12687.651"],["16204.765","12717.129"],["16258.927","12585.993"],["22472.421","7094.789"],["22481.343","7148.000"],["22469.435","7237.488"],["22613.380","7122.774"],["15993.774","18228.070"],["14273.751","14698.201"],["14311.231","14673.161"],["14344.942","14865.825"],["21701.368","7694.564"],["22055.147","7486.799"],["22918.920","7355.753"],["16325.832","16810.185"],["16291.752","16796.356"],["16317.853","16958.497"],["16403.900","14375.853"],["22185.755","17168.025"],["13982.682","14665.073"],["14922.681","16353.957"],["16736.665","15063.372"],["15165.785","15224.302"],["15129.816","15245.619"],["20112.863","8338.958"],["20126.182","8507.541"],["27465.044","11831.285"],["23489.344","5946.168"],["13649.582","13332.159"],["25767.296","5905.448"],["26559.519","7530.857"],["16701.950","18737.114"],["14182.467","13518.660"],["14139.166","13435.833"],["14170.179","13410.368"],["26397.789","7111.231"],["26440.987","7254.703"],["26449.119","7174.315"],["20354.988","6348.407"],["17120.127","16032.744"],["17423.259","16857.347"],["17473.062","16874.557"],["28331.659","10461.281"],["16728.254","14635.260"],["13630.967","12654.644"],["13782.426","12637.774"],["15818.181","13424.152"],["15725.671","13516.044"],["15751.733","13405.848"],["15883.665","13398.946"],["16573.318","15091.863"],["18303.607","17142.197"],["14463.876","13764.285"],["14253.746","12605.758"],["14441.550","12560.891"],["21855.177","6969.435"],["21955.350","7029.380"],["21970.838","6975.322"],["20246.166","8369.457"],["24158.908","6386.062"],["13614.176","13031.185"],["13512.370","13102.594"],["15783.956","12253.393"],["15266.722","12512.874"],["15145.006","12443.127"],["15225.563","12360.242"],["21854.235","7142.136"],["25324.879","5958.697"],["25236.657","5885.837"],["28456.925","11740.806"],["18118.786","16969.250"],["18131.247","16857.776"],["17549.392","16959.340"],["22804.583","7230.253"],["22810.506","7247.122"],["14638.688","12768.503"],["14569.224","14674.274"],["14087.166","12448.935"],["14180.197","12471.539"],["14021.066","13243.871"],["14013.049","13372.159"],["20774.650","15346.824"],["15030.900","17405.052"],["15777.471","13811.298"],["15787.070","13658.017"],["15746.340","13704.087"],["23349.235","6450.572"],["16765.665","17699.675"],["16697.601","17770.431"],["24436.729","6270.276"],["18063.389","17135.752"],["18080.981","17130.524"],["18147.966","17034.752"],["21545.162","7866.908"],["14207.401","13221.568"],["14204.359","13293.413"],["14238.131","13261.586"],["14987.896","12222.496"],["17002.622","15800.608"],["16204.233","13366.222"],["16175.810","13239.890"],["14990.474","16734.651"],["15034.530","16925.527"],["16862.550","15748.271"],["16842.050","15872.219"],["22053.672","7112.434"],["22123.008","7131.782"],["19816.576","8817.518"],["19871.942","8897.929"],["16881.116","15082.940"],["13781.211","12777.017"],["13763.433","12963.323"],["13863.251","13430.717"],["13983.326","13573.645"],["14016.103","13467.728"],["23558.400","7964.164"],["16823.040","16150.195"],["16293.482","18571.897"],["19996.924","6596.556"],["19993.832","6533.484"],["16439.781","13395.143"],["15282.897","12272.422"],["15162.909","12250.717"],["28703.041","10634.880"],["25683.794","6555.632"],["25742.642","6626.222"],["25707.219","6449.698"],["18660.447","9176.209"],["18594.356","9165.779"],["20268.888","15770.597"],["17862.845","16291.621"],["21165.780","7981.882"],["21005.899","8084.668"],["21048.142","7940.564"],["21153.236","7989.160"],["16001.551","14973.759"],["15761.494","13284.464"],["15875.343","13347.490"],["15785.395","13233.852"],["15781.473","13321.836"],["15314.086","15677.061"],["26035.390","6959.407"],["15286.108","16451.257"],["20172.853","8731.058"],["20252.341","8716.398"],["20146.169","8685.061"],["16270.172","14358.835"],["19817.417","8530.913"],["16857.505","18360.355"],["15338.862","13025.591"],["15457.311","13031.668"],["15433.404","13150.794"],["15405.164","13043.508"],["14703.490","13732.329"],["14679.591","13719.785"],["17847.624","17307.583"],["17990.505","17318.889"],["17974.605","17385.536"],["14790.068","16093.906"],["16386.115","16784.624"],["16499.152","16963.254"],["16535.631","16901.963"],["16379.098","16881.663"],["21568.323","7246.787"],["21570.360","7195.111"],["16639.566","16918.070"],["16654.777","16927.582"],["17099.681","17372.648"],["17134.833","17284.525"],["17045.373","17280.022"],["26492.923","7342.495"],["16455.787","17140.850"],["16540.462","16997.312"],["22800.853","6577.393"],["22800.210","6507.581"],["22433.861","17248.501"],["14870.031","14102.420"],["14864.886","14162.923"],["15735.414","14897.976"],["15789.839","15027.711"],["15853.841","14995.592"],["25491.601","6906.377"],["16377.971","16384.696"],["16369.529","16456.480"],["16108.765","17947.918"],["16036.819","17988.254"],["16368.727","12705.726"],["14776.115","12231.197"],["14924.726","17328.387"],["14881.312","17386.183"],["19733.515","8982.664"],["14910.595","13031.108"],["15051.963","13171.648"],["17641.456","16398.997"],["15254.409","14563.030"],["15190.657","14596.700"],["14545.821","12120.905"],["14583.772","12094.063"],["14573.748","14073.444"],["14636.698","14180.640"],["14573.449","14137.352"],["14521.638","14119.398"],["14848.901","12171.188"],["15598.129","15530.138"],["15638.488","15710.233"],["15624.064","15519.308"],["15667.618","15654.120"],["24287.476","5945.127"],["14036.144","12229.453"],["13998.025","12280.121"],["13972.728","12138.314"],["19472.121","5026.067"],["19414.374","4955.564"],["28113.095","10514.629"],["20764.525","6840.138"],["20598.538","7006.605"],["20691.301","6944.028"],["23165.185","5987.225"],["15447.561","18067.220"],["16020.059","14914.083"],["16066.292","14972.548"],["16118.700","14925.392"],["14839.960","13502.326"],["16728.119","15396.729"],["16674.513","15484.796"],["14747.048","16982.964"],["15404.051","12228.593"],["15568.646","12967.290"],["15631.921","12840.755"],["15604.462","12909.488"],["15699.784","12912.755"],["26057.693","7129.329"],["25987.006","6168.501"],["25921.202","6013.919"],["15216.900","13573.701"],["15273.515","13570.944"],["15165.083","13437.002"],["16367.596","15483.335"],["16494.502","15391.631"],["19931.742","6788.362"],["19930.591","6787.074"],["23302.496","6107.250"],["27955.138","10425.437"],["16000.393","12646.840"],["16081.045","12624.533"],["16130.653","12618.650"],["23468.018","6116.809"],["23435.947","6166.168"],["16891.830","18198.968"],["21553.469","15441.719"],["14343.735","12712.092"],["14340.498","12637.973"],["14402.903","12724.970"],["14258.767","13470.757"],["14260.198","13541.712"],["14335.328","13418.927"],["14324.573","13527.790"],["20844.066","8873.378"],["23112.338","6349.391"],["17964.513","17112.314"],["17920.571","17134.739"],["14884.326","13616.502"],["21895.943","7793.413"],["17434.913","17352.111"],["17489.717","17371.944"],["17574.104","17217.695"],["15756.970","13953.251"],["15860.659","13891.412"],["15921.918","13863.108"],["18079.755","17473.931"],["16685.914","18525.493"],["20543.111","9654.240"],["22434.660","6525.386"],["15524.097","15884.320"],["14649.109","12656.331"],["14651.588","12700.385"],["14495.221","12611.430"],["14596.789","12642.623"],["14580.105","12578.529"],["27796.217","10649.030"],["16148.664","15187.497"],["16252.252","15255.661"],["15154.476","14346.348"],["16561.018","14649.792"],["15957.327","14512.922"],["25678.899","5874.950"],["16764.326","17619.834"],["20393.261","6413.147"],["20535.457","6309.487"],["20561.665","6263.573"],["14531.566","14650.646"],["14556.255","14630.564"],["14568.969","14572.265"],["15615.821","14270.490"],["15550.817","14448.704"],["15659.772","14341.636"],["15639.396","12568.356"],["15573.483","12634.231"],["15040.867","13906.465"],["14998.111","14000.361"],["14786.152","17153.940"],["14776.312","17004.012"],["23013.750","12553.559"],["20646.206","7468.840"],["20024.511","8256.343"],["14708.992","12042.008"],["22585.234","6875.809"],["17001.615","17075.835"],["20836.070","6632.056"],["21686.139","7142.292"],["21657.004","7076.586"],["16125.257","15205.396"],["15515.590","14628.452"],["15607.370","14649.955"],["15591.650","14507.865"],["15681.494","14514.343"],["25274.141","6304.155"],["16456.072","18108.454"],["14103.926","13661.811"],["14155.344","13637.136"],["14972.559","16137.390"],["14921.791","15994.532"],["15001.338","16039.571"],["15050.831","15947.515"],["14874.280","16133.031"],["15430.219","12730.210"],["15324.440","12610.763"],["15304.171","12663.093"],["15464.975","12591.667"],["14914.409","13465.834"],["15058.432","13428.745"],["14902.321","13517.133"],["20195.850","5983.897"],["20296.219","5832.396"],["16105.010","12951.125"],["15955.000","12884.824"],["16105.179","12791.682"],["16573.004","16295.292"],["16694.895","16314.898"],["16618.117","16203.556"],["16634.016","16379.260"],["27671.393","7139.383"],["15806.599","14041.384"],["15932.670","14064.857"],["15858.191","14047.971"],["17245.862","15926.884"],["16150.591","18132.760"],["25045.190","5787.308"],["14421.948","12283.484"],["14415.893","12180.734"],["20548.231","7702.592"],["16813.234","17253.664"],["16884.331","17239.969"],["17563.254","17058.315"],["16499.930","16062.355"],["21506.681","6576.338"],["21451.533","6565.504"],["20462.488","8252.010"],["20417.946","8155.244"],["20446.210","8110.794"],["17425.513","16120.665"],["17410.818","15968.972"],["17448.706","16030.432"],["15240.498","18662.922"],["15214.371","18556.130"],["22892.165","6210.666"],["18264.150","17258.310"],["18272.747","17352.631"],["14651.726","12933.524"],["14595.080","12793.695"],["17516.886","16253.093"],["15627.101","13716.389"],["15720.196","13757.268"],["14619.510","13176.498"],["14670.806","13037.447"],["14359.669","13982.159"],["14366.084","13923.130"],["15588.611","13360.632"],["15571.186","13354.131"],["15697.872","13237.765"],["15985.316","14330.275"],["16110.926","14283.972"],["16089.247","14299.971"],["16035.821","14349.069"],["15944.943","14270.928"],["16004.126","14434.065"],["14831.768","12937.269"],["15221.647","12050.700"],["13840.384","13122.251"],["15510.227","13735.923"],["15424.424","13684.751"],["15305.400","13713.496"],["15094.144","12975.009"],["15143.404","13172.707"],["15128.796","12977.597"],["15210.282","13015.278"],["15238.402","13097.649"],["14732.086","13026.662"],["14678.636","13119.024"],["14830.475","13118.548"],["14765.712","13161.881"],["16403.903","16244.267"],["20187.358","5455.266"],["20252.571","5438.041"],["14636.172","13993.242"],["14633.792","14019.248"],["14699.015","13240.935"],["16261.334","13021.574"],["16313.734","13071.072"],["16254.353","13142.738"],["16256.583","13073.293"],["14106.321","13887.971"],["14228.737","13893.485"],["14226.254","13852.928"],["15053.162","19060.339"],["15899.132","14355.792"],["21525.658","7459.305"],["21439.396","7299.164"],["21505.232","7539.756"],["25435.913","6025.845"],["24641.086","6319.743"],["27527.064","11596.219"],["14315.305","12543.646"],["14323.052","12506.536"],["14448.204","12340.743"],["14971.909","15447.206"],["14989.873","15457.082"],["14606.997","12286.758"],["14594.376","12326.208"],["19949.039","5725.372"],["20087.770","5632.550"],["20141.396","5714.201"],["14697.273","13525.777"],["14698.399","13497.717"],["15077.650","17024.290"],["22901.192","6036.820"],["24000.545","5951.968"],["16852.062","15343.066"],["16860.171","15304.358"],["16906.769","15501.823"],["16960.559","15422.003"],["14972.981","14199.470"],["14969.692","14221.220"],["15073.669","14046.454"],["14991.219","14081.262"],["15048.210","14156.043"],["15076.260","14154.730"],["14683.237","14107.652"],["14694.516","14169.011"],["14842.410","14190.022"],["20035.275","7780.464"],["20140.604","7782.843"],["16755.241","15098.739"],["16608.925","15208.631"],["16719.898","15178.019"],["21992.785","6812.678"],["15678.137","14866.164"],["16581.353","15826.360"],["17805.237","16975.778"],["17818.124","16848.844"],["17802.254","16817.213"],["14929.387","13613.193"],["14981.008","13720.508"],["16442.543","13332.771"],["16479.621","13202.363"],["15364.389","14269.995"],["15456.164","14381.568"],["17650.105","15244.753"],["15572.927","12522.284"],["15717.911","12467.135"],["15698.044","12373.904"],["16416.081","15606.396"],["16160.410","18402.628"],["16278.225","18261.209"],["16354.743","18301.842"],["16372.969","15925.844"],["16433.113","15830.718"],["20805.367","7412.176"],["16852.018","13494.193"],["14364.635","15100.586"],["16233.229","15327.372"],["27714.321","7043.512"],["22604.347","8935.266"],["22959.242","6434.740"],["22408.359","6848.807"],["22423.728","6955.479"],["26743.727","7694.261"],["22458.775","6266.552"],["21312.609","6590.890"],["16357.937","12771.494"],["22803.448","6719.735"],["22687.827","6748.580"],["19572.726","5533.197"],["15615.364","15164.161"],["15649.753","15265.189"],["15551.733","15282.336"],["15533.271","15199.682"],["20937.186","7029.939"],["15477.514","15502.269"],["14407.309","14633.209"],["14322.435","14613.802"],["14330.638","14640.510"],["14399.298","14560.545"],["14037.008","12928.266"],["13959.310","12844.899"],["14037.106","12840.514"],["22748.869","6117.301"],["17236.261","11848.452"],["14118.845","12558.539"],["14119.052","12645.897"],["14225.985","12594.390"],["14042.251","12636.909"],["14189.942","12565.416"],["17900.093","16983.922"],["17956.589","16822.549"],["17902.115","16882.042"],["17900.093","16983.922"],["18003.937","16865.487"],["13804.841","13669.493"],["15526.264","12189.795"],["14031.923","13136.537"],["13944.583","13095.483"],["14038.046","13021.770"],["14380.545","14045.405"],["19464.713","5529.530"],["19069.915","10143.829"],["20946.322","15296.384"],["18164.997","17097.690"],["18118.451","17177.443"],["15754.745","12874.541"],["15861.960","12942.951"],["15843.385","12924.485"],["18580.373","8284.676"],["14595.861","14968.278"],["14473.468","14952.248"],["14543.267","14910.158"],["20555.566","7655.706"],["20559.463","7561.263"],["16939.827","17030.696"],["16833.429","17172.031"],["16818.879","16993.241"],["16901.434","17137.321"],["16914.514","17194.850"],["16937.698","17177.519"],["16042.866","12498.396"],["20541.525","6774.310"],["28315.646","11612.099"],["25731.617","7593.911"],["25712.936","7559.092"],["14894.956","16690.603"],["16037.705","13314.884"],["16115.924","13306.046"],["14251.260","12971.743"],["14104.784","13062.437"],["15590.652","15365.126"],["15544.229","15400.625"],["15480.750","12528.536"],["15327.602","13527.792"],["15381.584","13502.827"],["15390.632","13486.567"],["14725.618","19249.593"],["14836.482","16523.556"],["17925.878","17443.737"],["17941.564","17528.424"],["15308.598","13915.199"],["15474.123","13973.593"],["15438.161","13850.569"],["15402.108","13973.079"],["20924.670","7172.730"],["15613.994","17040.139"],["17873.321","16450.432"],["17969.681","16562.329"],["17972.749","16410.334"],["17954.262","16472.825"],["16102.886","14223.404"],["15946.791","14061.611"],["15953.863","14185.776"],["16009.831","14115.360"],["16054.416","14117.440"],["16105.927","14054.975"],["16006.106","14081.835"],["15130.228","15072.087"],["15203.397","14997.302"],["15197.669","14938.369"],["15274.685","14969.410"],["20102.888","16273.472"],["24570.539","6432.255"],["20991.906","15057.084"],["17446.738","16403.092"],["25638.042","6279.645"],["25828.847","6368.522"],["24489.107","6218.204"],["26066.737","6406.647"],["15091.179","14448.030"],["14929.780","14263.620"],["15074.320","14287.368"],["15027.572","14263.145"],["20555.263","7922.642"],["20403.557","8067.914"],["26901.664","7828.168"],["14868.712","19021.053"],["22223.335","17459.896"],["20548.633","6990.004"],["20481.166","6949.360"],["15761.795","14819.369"],["25387.887","7008.021"],["17330.815","17288.402"],["17225.257","17355.080"],["17304.132","17314.747"],["17274.034","17260.711"],["20317.723","6555.519"],["20240.667","6470.069"],["16447.255","14831.555"],["16365.025","14760.925"],["16437.499","14675.048"],["14932.346","12560.918"],["14960.898","12623.203"],["15063.348","12587.989"],["15034.225","12600.416"],["15035.814","12653.258"],["21278.248","15262.209"],["16370.407","17923.553"],["15510.533","14876.880"],["15417.957","14973.677"],["15348.265","14890.583"],["15382.110","14961.866"],["15376.600","14983.501"],["16103.446","15385.965"],["16068.883","15457.357"],["14134.132","14926.138"],["23563.256","6040.260"],["16572.195","14820.000"],["17810.691","17445.552"],["15869.492","15405.144"],["15756.610","15399.362"],["20370.594","6126.396"],["13818.670","13023.497"],["13963.486","13211.937"],["13946.548","13304.871"],["17407.093","17564.025"],["20028.015","8533.010"],["14886.888","12395.761"],["14988.752","12422.983"],["14660.644","14839.523"],["14591.739","14739.795"],["15151.855","15339.844"],["15139.933","15369.810"],["15308.555","14538.446"],["15479.291","14550.681"],["15304.124","14645.723"],["15304.124","14645.723"],["15620.914","14902.261"],["15581.217","15051.306"],["15668.464","14966.891"],["19867.003","6142.976"],["19743.114","5661.963"],["16716.106","17189.439"],["16571.361","17058.963"],["16745.119","17150.222"],["14016.130","14026.440"],["14002.082","13941.604"],["15885.529","15238.287"],["14873.659","14325.632"],["16183.315","14237.455"],["16185.660","14221.462"],["16297.544","14092.721"],["25580.526","6345.968"],["25562.866","6244.605"],["25471.565","6363.968"],["15296.289","13774.206"],["15302.150","13633.143"],["28036.265","7137.560"],["14504.363","14307.194"],["14662.827","14411.952"],["14642.591","14395.851"],["14640.613","14292.682"],["14521.494","14258.819"],["13697.117","13136.977"],["14787.859","19219.456"],["19662.773","9116.872"],["19646.428","9023.912"],["16376.794","16134.201"],["22084.836","6942.305"],["22199.591","6909.582"],["15932.099","12750.884"],["15894.972","12726.692"],["15762.500","14508.959"],["15203.861","14788.933"],["15289.852","14785.342"],["23390.913","7629.450"],["19531.308","6074.115"],["25489.440","6483.916"],["20029.619","6034.408"],["15341.982","14373.160"],["15175.298","12794.669"],["15105.317","12880.266"],["16790.099","15675.114"],["22703.779","6348.237"],["22700.911","6393.644"],["17214.854","16051.456"],["17292.498","15981.732"],["20446.507","8587.877"],["20400.903","8609.699"],["20419.715","8660.027"],["14240.648","14529.923"],["14221.680","14536.307"],["14089.773","14520.098"],["14192.420","14529.347"],["14126.436","14583.111"],["14161.595","14590.045"],["14109.124","14576.351"],["23072.473","12733.127"],["16668.018","16023.115"],["16777.630","15980.706"],["18149.966","14630.249"],["27908.815","6969.005"],["27856.954","7024.109"],["16713.885","14448.741"],["16651.133","14424.875"],["14311.180","12896.495"],["14360.009","12847.851"],["14286.257","12766.009"],["14364.382","12807.006"],["16705.748","16707.827"],["16724.836","16583.861"],["21353.579","6693.417"],["15207.069","13259.437"],["15133.774","13243.292"],["15179.867","13205.965"],["15247.702","13273.887"],["22341.888","6769.750"],["22304.599","6833.338"],["16263.055","14853.168"],["16247.627","14782.269"],["14897.657","14889.535"],["14780.591","14626.978"],["14775.163","14534.823"],["15213.352","17391.763"],["27770.984","7097.305"],["24516.531","6528.202"],["21359.518","7691.398"],["25397.142","6126.938"],["15019.276","16340.612"],["14888.760","16186.892"],["19631.612","12988.402"],["14762.933","16157.758"],["14721.140","16265.074"],["20123.825","5818.220"],["20913.864","7949.702"],["20801.545","8066.076"],["20954.342","7940.063"],["20984.818","8024.098"],["17062.106","12062.621"],["18154.403","16577.084"],["18136.867","16663.251"],["18112.313","16691.584"],["15419.326","18042.507"],["14758.772","17280.974"],["14452.460","14894.264"],["14289.403","14987.717"],["15349.393","13248.865"],["15425.248","13270.173"],["23524.551","6614.119"],["22088.698","6817.956"],["19813.910","13063.445"],["17754.901","16347.691"],["17764.065","16275.637"],["17772.294","16296.231"],["16927.586","14775.168"],["22283.999","7098.021"],["14610.134","12505.575"],["14542.847","12506.942"],["14542.114","12340.074"],["14486.812","12396.467"],["14838.957","13365.023"],["14802.817","13288.854"],["15791.062","18530.035"],["16744.717","18062.077"],["15609.789","18444.291"],["22145.765","17027.973"],["14324.214","12974.123"],["14272.330","12986.237"],["14253.327","13028.552"],["25314.515","7441.019"],["14504.202","14550.114"],["23194.817","6498.726"],["23096.874","6588.147"],["13933.743","12946.966"],["13877.354","12820.840"],["18033.695","16572.234"],["17960.325","16675.201"],["17914.523","16651.727"],["15883.422","13176.470"],["15914.186","13028.877"],["16346.662","16485.069"],["21270.866","7399.338"],["21320.121","7448.165"],["16047.450","13165.918"],["20618.203","6816.144"],["16789.003","17728.593"],["17850.263","15003.255"],["14870.952","16708.306"],["14793.181","16718.132"],["14785.473","16633.224"],["14817.858","16652.080"],["15260.469","14219.304"],["15245.614","14067.605"],["15200.639","14168.191"],["15074.875","15248.009"],["16855.802","14593.108"],["16805.316","14480.065"],["14612.435","16639.786"],["27693.906","10814.252"],["23478.488","6012.237"],["19950.268","5554.052"],["20035.467","5541.633"],["19949.184","5389.080"],["19962.934","5421.632"],["15573.104","18327.182"],["16365.384","16597.009"],["16474.908","16665.605"],["16407.101","16634.148"],["16432.198","16611.420"],["16462.775","16564.271"],["16516.539","16666.306"],["15518.656","13420.163"],["15605.718","13552.865"],["16216.094","17881.331"],["16699.382","13232.275"],["23992.814","6252.522"],["19758.256","8536.512"],["16576.730","15521.027"],["16744.256","15559.281"],["16640.085","15674.007"],["17765.253","17394.489"],["17673.516","17400.593"],["23293.088","6671.549"],["20333.779","6832.296"],["20166.559","6677.631"],["24902.553","6487.299"],["15638.762","12091.083"],["15044.656","12732.009"],["14186.793","14729.056"],["14224.038","14732.742"],["14176.064","14667.778"],["20343.067","8303.347"],["20308.488","8323.564"],["20314.563","8194.673"],["20452.365","6492.278"],["25675.051","6680.837"],["25809.665","6744.676"],["15796.141","12546.197"],["15814.438","12399.329"],["16946.615","15967.471"],["16863.880","16022.040"],["16476.471","17671.365"],["16524.696","17721.303"],["16391.212","17633.868"],["25946.372","6417.971"],["15539.896","13967.346"],["15628.013","14006.918"],["16166.172","15537.149"],["16232.956","15589.341"],["16200.928","15622.631"],["16823.628","16819.120"],["16736.900","13627.309"],["16646.974","13658.989"],["16723.181","13652.848"],["25777.121","6008.780"],["25696.595","6186.542"],["15715.160","14052.772"],["15602.956","14137.687"],["15625.258","14185.317"],["15616.403","14046.507"],["25536.585","5843.574"],["21672.569","6622.232"],["21638.523","6542.201"],["15940.902","15209.604"],["16095.117","15239.216"],["14929.567","19105.975"],["17473.074","17543.869"],["17470.740","17439.622"],["17564.403","17438.728"],["14977.606","12897.041"],["15050.401","12880.021"],["15073.140","12961.203"],["20841.785","7709.299"],["20888.094","7852.014"],["25275.258","6565.731"],["25381.644","6524.709"],["25390.619","6471.154"],["19808.237","6113.480"],["14820.361","12674.430"],["15776.209","17034.243"],["23784.810","5982.277"],["23794.678","5907.493"],["23841.701","5784.553"],["23930.249","5970.135"],["19754.065","5823.639"],["24255.684","6006.134"],["14829.340","12444.394"],["15432.388","14726.909"],["15443.700","14694.228"],["17666.021","17195.946"],["14954.700","17432.962"],["20599.076","6393.269"],["20691.830","6278.354"],["20580.892","6226.050"],["14867.400","13977.517"],["14310.076","13316.224"],["14326.994","13221.146"],["13539.271","12755.187"],["16294.884","12882.515"],["16180.814","12892.510"],["13824.364","12249.325"],["25953.579","6266.185"],["20304.624","6174.323"],["15431.569","14078.997"],["20661.461","6445.936"],["15148.851","13872.825"],["25633.578","6924.694"],["22972.277","6691.974"],["22982.742","6759.905"],["14872.097","12985.054"],["14817.192","13021.405"],["14879.463","13142.752"],["15955.794","13871.838"],["16617.482","17210.840"],["23546.792","5944.505"],["13974.097","12416.225"],["16221.313","15056.597"],["16343.674","15001.665"],["16264.304","14967.442"],["16511.400","15136.347"],["20754.857","7492.490"],["20791.946","7591.961"],["20301.807","7923.570"],["20259.248","8053.464"],["15499.463","12776.085"],["15440.968","12845.477"],["15387.624","12961.185"],["13757.927","12737.600"],["20202.252","5687.892"],["16340.306","12740.958"],["16261.920","12716.313"],["16312.751","12648.684"],["16299.026","12653.795"],["16309.996","12550.948"],["22656.751","7084.682"],["22573.183","7106.473"],["16028.955","18212.826"],["14087.581","12145.036"],["14205.619","12142.245"],["16432.104","14413.550"],["17608.781","17561.501"],["17770.230","17219.367"],["17643.031","17405.402"],["13368.164","12657.802"],["13855.351","12437.654"],["16626.738","15005.211"],["15265.652","15286.826"],["15136.149","15105.696"],["20103.028","8376.084"],["23444.245","5806.366"],["23402.090","5957.769"],["20707.708","7891.908"],["16892.352","13674.942"],["26587.005","7568.873"],["16743.200","18805.471"],["26458.651","7251.350"],["17048.234","15944.081"],["17193.030","15993.608"],["28276.453","10592.696"],["14122.362","12102.880"],["16595.442","14656.249"],["16663.999","14510.415"],["16760.060","14527.353"],["16616.642","14552.466"],["15802.484","13396.717"],["15745.138","13457.359"],["15873.501","13435.042"],["15919.723","13417.442"],["23129.618","6104.549"],["23282.611","6034.137"],["21914.695","7001.893"],["21874.239","6989.551"],["21911.780","7020.726"],["21922.302","6903.464"],["20294.286","8353.650"],["20209.456","8469.605"],["20238.156","8510.613"],["15913.749","12335.076"],["15189.952","12455.076"],["15192.814","12520.444"],["15276.500","12420.566"],["25238.203","5886.761"],["17586.982","16815.165"],["17501.844","16829.277"],["22760.010","7230.105"],["22882.397","7247.733"],["21200.495","8482.282"],["14979.238","17374.704"],["15779.675","13808.045"],["15743.830","13662.889"],["15726.620","13752.856"],["23433.731","6473.518"],["16701.487","17700.980"],["16618.767","17650.966"],["16629.674","17814.577"],["24502.288","6317.906"],["18048.441","17171.500"],["21561.502","7742.542"],["21505.853","7802.598"],["14947.032","12290.453"],["17023.530","15862.228"],["16153.228","13287.905"],["16204.285","13200.631"],["16227.415","13284.290"],["16325.122","13266.340"],["16270.708","13354.304"],["16351.134","13321.632"],["14905.721","16830.871"],["15053.116","16907.839"],["21811.589","7040.573"],["16794.784","15821.249"],["22086.748","7128.949"],["19842.382","8787.096"],["19771.097","8875.893"],["16826.812","15000.132"],["13729.411","12801.447"],["16179.381","14481.251"],["16338.970","14514.100"],["16196.031","18545.076"],["19962.089","6538.753"],["18552.119","9189.709"],["17843.452","16338.844"],["21002.418","7970.072"],["21045.457","8060.494"],["21182.175","7951.177"],["21075.527","7900.927"],["21086.948","7972.900"],["15916.981","13344.003"],["15906.651","13353.203"],["15831.247","13319.926"],["15847.056","13220.640"],["15821.457","13369.813"],["20214.580","8740.108"],["20338.139","8600.169"],["20237.094","8653.178"],["19831.200","8466.620"],["15364.470","13035.666"],["15427.663","13038.332"],["15416.243","13171.801"],["15451.808","13048.759"],["14771.147","13773.851"],["14878.329","13685.867"],["17843.766","17222.262"],["17862.605","17256.269"],["17892.657","17338.276"],["16429.647","16788.764"],["16449.204","16850.166"],["16431.172","16965.048"],["26500.484","7210.599"],["16620.931","16883.388"],["16577.216","16847.547"],["16653.689","16869.875"],["16612.432","16848.197"],["16651.093","16826.003"],["16726.217","16978.191"],["16694.713","16845.360"],["17152.784","17244.727"],["17098.522","17351.852"],["17192.092","17383.366"],["22769.883","6585.519"],["22774.864","6469.778"],["15758.213","14900.347"],["15846.233","15007.702"],["15823.145","15080.120"],["25571.847","6907.616"],["16477.769","16502.691"],["16498.845","16541.238"],["15961.046","17939.137"],["17195.455","17497.844"],["14689.359","12277.251"],["14858.796","12241.652"],["14694.839","12173.649"],["14832.734","12145.754"],["14959.833","13067.038"],["14592.473","12114.724"],["13914.295","12152.787"],["13987.696","12314.473"],["13987.483","12249.532"],["13938.918","12185.488"],["20684.903","7020.114"],["20684.870","6888.174"],["21405.065","6874.301"],["27787.112","6843.520"],["23154.461","5953.699"],["15435.723","18171.493"],["16078.119","15065.327"],["16132.319","14981.544"],["16764.945","15311.940"],["16598.969","15451.868"],["15441.682","12259.604"],["15369.723","12136.633"],["15567.342","12912.439"],["15688.198","12828.141"],["15665.689","12897.723"],["25961.282","6160.045"],["25842.698","6029.295"],["15229.244","13459.610"],["20288.499","7812.207"],["16457.200","15308.645"],["16549.452","15415.507"],["19887.367","6799.790"],["15095.479","12754.195"],["15210.505","12609.191"],["15283.201","12695.314"],["27723.515","7154.528"],["16081.151","12712.841"],["16042.273","12654.639"],["23397.788","6133.688"],["22895.015","7401.015"],["16940.663","18137.977"],["23136.499","6388.697"],["17855.732","16987.609"],["18040.029","17025.540"],["18008.568","17004.987"],["14890.801","13784.983"],["17554.529","17380.270"],["17484.728","17257.128"],["20395.138","7661.528"],["15754.340","13883.104"],["15922.270","14019.532"],["15843.850","13880.826"],["15874.994","13850.045"],["14696.482","14814.248"],["16234.795","16658.916"],["16336.336","16581.018"],["18076.330","17528.816"],["16648.216","18476.921"],["20478.609","9605.601"],["16117.753","15561.244"],["16272.970","15224.420"],["15233.236","14303.095"],["16426.170","14576.620"],["16073.552","14617.507"],["25631.119","5802.102"],["25727.927","5986.385"],["14611.380","15209.707"],["14563.138","15113.074"],["14623.289","15096.906"],["15618.522","14335.311"],["15574.618","12755.966"],["15066.757","13879.599"],["22999.525","12566.217"],["16305.660","17584.404"],["20131.454","8173.298"],["22500.646","6840.400"],["22575.826","6867.700"],["17021.639","17172.895"],["17038.261","17093.788"],["21711.199","7211.333"],["21792.113","7175.794"],["21720.366","7190.384"],["21711.411","7093.118"],["21642.301","7226.985"],["15599.562","14561.472"],["16500.743","18134.647"],["14234.180","13748.069"],["14120.950","13630.390"],["14902.743","16068.042"],["15387.088","12704.998"],["15432.814","12625.531"],["15050.900","13596.281"],["26136.197","7023.136"],["20274.682","5868.669"],["20309.130","5856.376"],["16037.549","12907.597"],["16040.201","12799.658"],["16677.540","16189.612"],["27678.580","7118.987"],["15841.879","14046.669"],["16179.538","18057.778"],["16172.943","18218.871"],["16354.031","18249.830"],["19840.268","5551.608"],["19882.408","5493.308"],["19831.973","5368.814"],["14361.243","12259.874"],["14435.847","12233.435"],["20367.835","7784.021"],["16841.361","17253.201"],["21567.289","6563.010"],["20422.389","8208.113"],["20552.368","8198.585"],["15261.139","18575.787"],["15184.075","18550.482"],["22914.402","6321.318"],["14521.909","12896.551"],["17567.434","16323.911"],["17428.428","16246.747"],["15537.058","13683.088"],["15666.619","13611.180"],["14452.752","13951.309"],["13597.904","12515.048"],["15629.214","13260.342"],["16051.110","14438.604"],["16128.327","14242.165"],["15248.415","11951.964"],["15245.989","12064.969"],["19967.631","6837.330"],["15362.825","13616.826"],["15155.759","12971.206"],["15159.799","12985.045"],["15205.006","13041.559"],["15276.936","13154.751"],["14844.945","13058.014"],["14781.670","13082.305"],["16551.207","16314.407"],["16489.044","16332.756"],["20089.486","7674.205"],["20273.887","5479.692"],["20246.338","5419.626"],["20279.867","5558.924"],["16177.272","13047.520"],["16190.145","13132.796"],["16222.393","12976.142"],["16255.948","13103.713"],["16218.738","13032.616"],["14993.096","19014.558"],["15743.136","14413.083"],["21501.073","7363.343"],["21589.541","7269.759"],["21522.025","7619.459"],["21436.064","7653.594"],["21575.115","7542.889"],["25486.785","6139.570"],["24577.985","6348.263"],["24700.658","6330.478"],["16187.833","15292.436"],["14330.922","12425.016"],["14555.738","12242.645"],["14567.118","12140.912"],["20066.111","5742.052"],["15027.559","16986.613"],["16192.808","15455.644"],["16900.630","15349.248"],["16949.399","15336.430"],["15583.680","17943.289"],["14697.382","12833.952"],["19851.283","6572.824"],["16671.146","15187.489"],["16755.841","15279.115"],["16708.120","15138.538"],["21954.972","6766.155"],["15602.633","14681.165"],["15658.806","14690.073"],["15672.545","14802.349"],["16618.273","15844.342"],["17763.113","16900.598"],["17669.216","16881.973"],["17673.596","16972.267"],["15019.804","13695.729"],["16362.361","13200.881"],["16407.856","13269.270"],["16377.907","13373.917"],["16421.176","13230.221"],["16486.444","13285.743"],["16490.515","15568.585"],["16151.726","18437.244"],["16327.259","18424.402"],["23447.016","6240.123"],["16813.239","13519.376"],["15690.059","12985.836"],["15567.156","13053.294"],["16350.908","15445.439"],["16205.779","15319.948"],["22613.540","8937.894"],["23070.986","6593.234"],["22987.779","6522.601"],["22384.173","6930.244"],["16394.188","13101.982"],["26676.046","7718.258"],["26849.619","7814.557"],["24364.977","6099.815"],["22461.686","6242.770"],["22836.639","6675.523"],["22684.570","6736.491"],["15576.079","15289.976"],["15709.615","15217.480"],["15582.210","15173.466"],["15705.881","15102.904"],["20801.367","6899.725"],["22729.922","6201.562"],["14049.737","12615.570"],["14189.531","12574.829"],["17926.904","16949.272"],["15576.845","12163.147"],["15590.902","12322.996"],["25873.678","5859.965"],["15489.501","15197.732"],["15765.847","12844.500"],["15924.655","12862.677"],["15840.151","12942.208"],["15807.246","12866.058"],["14563.554","14906.715"],["14475.340","15038.438"],["20540.879","7640.214"],["16813.613","17108.263"],["16009.220","12427.512"],["20369.535","6794.955"],["20378.154","6815.550"],["25716.600","7610.479"],["18562.575","9041.468"],["18654.512","9111.286"],["14236.752","13135.580"],["15540.833","18026.921"],["21055.081","6949.261"],["20114.652","6219.825"],["15492.674","12478.330"],["15508.380","12358.940"],["15470.467","13504.156"],["15339.938","13464.564"],["15305.204","13586.986"],["14723.595","19253.523"],["15379.971","13841.056"],["15373.087","13937.344"],["19563.351","5674.848"],["18007.879","16374.737"],["17863.880","16469.851"],["17932.239","16533.273"],["22883.721","12916.993"],["21750.764","7665.284"],["16480.821","14962.273"],["15993.325","14055.934"],["17507.615","16500.316"],["25760.870","6279.240"],["25722.960","6374.454"],["25795.961","6338.136"],["14958.069","14302.979"],["20427.188","7900.825"],["18082.919","16484.423"],["20475.162","6959.253"],["20434.077","6946.173"],["19522.751","5654.876"],["19539.630","5651.413"],["15752.232","14770.286"],["25310.387","6941.547"],["17219.370","17277.604"],["17381.380","17339.569"],["17282.942","17370.964"],["17225.212","17333.540"],["17229.418","17379.014"],["20265.782","6573.389"],["20298.989","6582.505"],["16538.589","14754.345"],["17370.598","16893.547"],["14883.857","12548.729"],["16432.863","15635.661"],["16534.447","17906.516"],["16484.842","17935.484"],["16040.551","15354.998"],["16036.867","15475.661"],["16497.979","14450.842"],["16752.241","14684.402"],["17620.712","17518.755"],["20486.912","6119.811"],["20510.580","6065.426"],["17258.632","17494.637"],["17380.068","17499.007"],["17298.494","17466.594"],["17333.909","17614.393"],["17384.931","17469.579"],["20072.275","8616.743"],["24411.640","6205.487"],["15220.836","17431.879"],["15218.648","17492.126"],["15140.871","17624.990"],["15714.472","14941.685"],["15594.034","14904.417"],["15560.896","15047.697"],["19894.289","6179.805"],["16758.036","17086.000"],["16608.849","17004.734"],["16661.520","17192.770"],["16691.491","17060.983"],["16664.273","17100.964"],["16308.737","14129.982"],["16293.706","14180.950"],["25507.897","6412.572"],["15108.863","13702.492"],["14575.484","14307.835"],["19580.888","9100.654"],["19657.793","9053.234"],["16408.979","16126.480"],["16491.128","15991.766"],["23933.504","6185.404"],["22118.962","7042.137"],["22132.747","7015.319"],["22219.023","6847.062"],["22183.028","6982.299"],["15864.923","12751.217"],["15758.887","12589.797"],["15729.620","14566.993"],["15852.973","14563.006"],["15879.733","14547.821"],["23319.446","7598.264"],["19671.598","6036.554"],["19589.219","6093.636"],["25517.692","6550.958"],["25409.776","6441.666"],["25495.546","6459.570"],["16388.543","17586.833"],["20084.323","6041.674"],["15172.325","12930.888"],["15191.297","12766.434"],["15268.458","12954.876"],["17282.768","16898.301"],["17271.493","16880.115"],["16786.737","15641.015"],["16961.796","15564.206"],["22774.815","6335.619"],["22763.345","6407.384"],["27430.412","10271.873"],["17205.075","16093.636"],["17256.689","16057.632"],["17305.382","16099.473"],["17205.075","16093.636"],["20456.343","8601.568"],["20471.459","8670.283"],["22959.290","12672.903"],["18143.394","14539.655"],["27875.205","6999.094"],["22046.895","7454.645"],["16722.419","16624.430"],["16752.130","16570.347"],["21275.553","6655.515"],["21298.596","6639.264"],["15194.045","13350.152"],["15104.299","13257.038"],["15220.646","13280.113"],["15292.359","13340.633"],["22283.171","6767.422"],["22420.482","6643.619"],["15004.334","13882.559"],["14922.324","13952.257"],["14972.948","13826.436"],["16273.723","14821.046"],["16208.268","14799.382"],["16285.880","14853.031"],["27912.861","7140.153"],["24521.075","6476.300"],["25314.363","6069.911"],["25354.040","5997.987"],["25258.170","6183.411"],["22842.410","5951.948"],["25022.641","5758.505"],["19985.420","5912.110"],["20879.242","7988.810"],["20877.236","8076.728"],["20945.159","8076.773"],["20986.529","8029.597"],["16592.130","14383.009"],["18147.772","16758.584"],["13847.786","12630.680"],["13873.464","12753.681"],["13972.506","12583.443"],["21257.962","7640.326"],["15485.247","17958.444"],["14755.724","17347.813"],["14860.642","17256.220"],["25868.135","6739.408"],["15362.540","13201.294"],["23584.873","6595.005"],["22125.013","6799.971"],["17673.271","16216.770"],["16943.687","14751.009"],["22329.394","7124.825"],["22414.879","7246.076"],["14656.886","12358.824"],["14568.331","12348.183"],["15557.042","18420.955"],["26458.416","7320.579"],["14440.868","13054.979"],["25335.455","7441.473"],["16852.194","15278.231"],["16837.760","15202.780"],["23174.728","6881.586"],["23176.034","6479.981"],["13928.194","12801.548"],["17851.741","16651.656"],["17851.741","16651.656"],["15913.930","12999.604"],["15921.815","13128.585"],["21335.302","7419.147"],["15996.332","13152.949"],["16041.436","13019.550"],["16122.456","13063.401"],["16889.990","17747.437"],["16752.250","18000.822"],["16734.175","17996.577"],["15228.542","14055.813"],["15098.225","14174.139"],["15234.465","14205.101"],["15057.627","15109.263"],["16912.062","14608.433"],["20123.197","5525.134"],["20129.563","5536.976"],["19991.339","5364.704"],["15535.884","18309.031"],["15693.332","18425.427"],["14648.912","19061.322"],["16505.971","16602.120"],["16377.273","16621.107"],["16467.567","16712.856"],["16465.205","16730.532"],["19641.431","8951.912"],["19587.456","8937.271"],["15683.541","13471.226"],["15601.498","13485.537"],["16177.394","17860.786"],["16176.216","17941.428"],["16331.739","17972.620"],["14353.296","13627.812"],["16635.535","13322.984"],["24145.948","6300.761"],["19756.775","8565.282"],["16587.212","15689.774"],["16660.823","15614.870"],["23261.323","6658.910"],["26406.029","7017.903"],["24921.271","6429.942"],["25843.023","6465.017"],["16239.433","12525.954"],["20312.688","8257.315"],["17024.988","18233.452"],["25773.514","6683.447"],["20427.475","8328.615"],["15734.588","12505.314"],["15758.029","12377.225"],["16806.976","15937.380"],["16552.755","17701.237"],["15081.612","14743.647"],["14953.592","14858.791"],["15680.191","13924.790"],["15606.545","14007.846"],["15793.911","17289.084"],["16854.785","16791.930"],["25790.383","6037.495"],["25654.249","6190.612"],["25752.285","6179.851"],["25632.829","6176.880"],["25430.518","5968.863"],["25409.957","5930.940"],["21787.447","9324.963"],["16057.210","15255.449"],["16127.899","15267.928"],["24320.379","6067.249"],["17462.057","16990.778"],["17533.879","17526.630"],["17512.487","17416.810"],["14906.101","12950.394"],["14992.310","12879.585"],["15051.347","12811.231"],["15085.453","12918.544"],["20616.504","8239.846"],["20671.985","8121.502"],["20587.150","8209.095"],["16723.345","14144.548"],["20951.055","7870.164"],["20885.732","7755.294"],["20941.587","7808.837"],["25265.077","6530.851"],["25406.536","6461.733"],["16817.809","17919.814"],["14859.340","12556.970"],["14752.830","12576.394"],["14819.604","12585.099"],["23837.228","5884.570"],["23854.843","5876.873"],["23858.390","5964.024"],["19915.447","5795.035"],["19891.055","5857.231"],["14846.741","12483.890"],["14760.751","12471.673"],["14862.628","12358.454"],["14765.857","12339.615"],["15490.553","14746.943"],["17786.704","17031.237"],["17703.695","17123.456"],["17794.372","17149.836"],["20602.659","6217.732"],["20662.455","6290.014"],["20708.787","6320.303"],["13485.975","12657.302"],["13488.336","12604.751"],["13586.703","12724.097"],["16224.021","12889.041"],["16274.308","12808.576"],["16302.933","12839.640"],["25908.478","6302.413"],["25926.392","6365.128"],["15485.122","14100.616"],["14648.168","13295.606"],["14567.169","13250.403"],["20725.231","6536.118"],["15278.552","14012.843"],["23001.969","6670.061"],["22916.915","6685.417"],["16092.134","14837.135"],["18241.588","17217.289"],["17369.303","16178.525"],["26427.100","13402.847"],["16628.720","17838.193"],["16654.378","17865.559"],["17754.830","17466.631"],["17779.436","17534.749"],["14865.315","13081.976"],["15952.058","13843.312"],["15338.257","11995.910"],["15341.808","12122.040"],["16502.034","17318.210"],["16482.273","17232.493"],["19689.671","5329.640"],["16707.601","17207.615"],["16695.118","17220.023"],["16733.285","17204.960"],["16595.907","17320.976"],["23569.917","5952.960"],["27811.670","10406.735"],["22445.185","8653.011"],["16179.034","15033.158"],["16257.889","15006.616"],["16395.231","15254.557"],["16457.150","15173.493"],["20724.199","7591.895"],["20595.878","7652.543"],["16450.967","14047.253"],["27836.912","12033.718"],["20232.127","8055.556"],["20176.595","8105.118"],["20304.511","8059.376"],["15510.300","12938.470"],["15354.210","12778.557"],["19968.617","6895.265"],["13716.604","12685.075"],["20273.502","5685.035"],["20198.091","5688.008"],["20295.150","5692.016"],["16355.479","16299.727"],["16355.438","12707.229"],["16321.081","12688.286"],["16290.950","12691.747"],["16174.905","12735.408"],["16303.220","12601.517"],["22503.218","7152.988"],["22556.817","7067.662"],["16008.650","18062.171"],["14162.744","12333.306"],["20409.727","7718.109"],["21691.081","7757.849"],["21661.694","7742.928"],["22112.299","7478.546"],["22884.330","7344.083"],["16265.654","16917.400"],["16268.452","16862.952"],["16355.548","16864.153"],["16267.205","13975.354"],["16550.975","14330.519"],["24364.644","8023.696"],["18420.506","13155.646"],["20704.015","7054.127"],["17623.834","17352.173"],["17724.645","17355.714"],["17675.028","17233.190"],["16685.990","14973.314"],["20135.739","8398.490"],["20131.133","8506.187"],["24744.931","8262.265"],["23460.907","5864.632"],["16299.989","15821.487"],["16840.896","13671.047"],["26638.477","7498.861"],["19818.473","13856.372"],["26258.874","7150.422"],["17049.057","15959.657"],["17065.516","16044.744"],["17491.793","16834.204"],["16704.674","14511.108"],["16684.290","14614.831"],["15796.519","13460.879"],["15883.139","13448.403"],["21939.029","6932.234"],["20154.166","8463.184"],["29399.655","11557.056"],["15855.515","12237.466"],["15788.234","12334.504"],["15286.525","12534.162"],["15144.771","12423.491"],["15264.435","12395.384"],["21955.794","7083.649"],["25299.402","5900.861"],["17593.515","16918.340"],["17542.688","16832.715"],["14199.564","12525.696"],["14248.338","12441.700"],["14131.050","12406.133"],["14129.510","12469.413"],["14024.180","13326.952"],["15802.983","13701.527"],["15784.015","13738.559"],["15757.564","13652.583"],["23396.126","6439.554"],["24415.627","6308.872"],["18121.702","17050.972"],["18087.731","17095.670"],["18164.575","17056.267"],["18126.949","16997.458"],["28296.998","7067.934"],["28606.988","10655.415"],["21574.314","7735.556"],["21484.620","7882.300"],["14206.617","13353.808"],["14153.625","13263.342"],["14975.533","12329.746"],["21416.568","8282.821"],["23944.023","7435.491"],["17063.633","15869.574"],["16233.542","13319.403"],["16256.560","13278.939"],["14967.250","16956.253"],["15072.820","16906.353"],["21804.749","6940.203"],["16950.651","15923.002"],["16861.627","15816.805"],["16336.982","14399.609"],["22081.632","7136.084"],["20590.405","9640.221"],["19831.757","8797.831"],["16830.915","15059.582"],["15117.781","17047.187"],["13728.250","12771.072"],["20869.672","8977.843"],["19499.515","6055.750"],["19404.247","14264.160"],["16965.231","16146.373"],["20001.135","6599.232"],["19958.372","6540.900"],["16408.951","13493.184"],["15280.819","12179.692"],["28669.166","10441.440"],["28699.488","10526.847"],["18396.392","13094.018"],["17923.510","16322.313"],["21094.279","8033.694"],["21004.423","8025.485"],["20998.373","7955.395"],["21126.410","7945.477"],["22626.593","6761.991"],["15926.849","13278.683"],["15921.010","13377.513"],["15739.865","13339.393"],["15851.020","13307.170"],["15793.067","13361.453"],["15911.160","13193.754"],["26000.505","6933.032"],["20201.702","8663.296"],["20245.480","8736.426"],["20285.040","8550.813"],["16198.400","14266.483"],["16286.915","14371.497"],["19827.088","8485.744"],["19854.752","8512.582"],["16967.768","18277.647"],["15434.802","13103.692"],["15473.913","12985.087"],["15387.139","13072.898"],["15356.493","13062.338"],["15461.035","13084.317"],["18012.387","17373.089"],["16505.868","16942.222"],["16415.652","16822.744"],["16530.878","16981.622"],["16483.255","16934.870"],["16361.241","16908.736"],["16378.928","16949.851"],["23993.853","8124.713"],["26483.445","7203.134"],["26503.589","7258.783"],["16645.162","16953.476"],["16598.082","16944.270"],["17182.475","17403.509"],["17167.670","17374.902"],["17145.156","17261.888"],["16563.134","17181.780"],["16512.615","17094.279"],["16528.965","17056.469"],["16559.673","17019.611"],["22741.939","6610.704"],["22785.127","6478.184"],["15777.448","14915.241"],["15794.345","15006.637"],["15903.047","14986.674"],["25483.212","6855.460"],["16361.810","16522.245"],["16446.786","16536.470"],["16374.573","16421.267"],["16404.273","16484.240"],["16012.773","18000.954"],["24442.124","7948.615"],["14849.000","12154.325"],["14754.301","12226.256"],["14725.988","12301.084"],["14957.154","13128.646"],["18058.213","17344.589"],["17768.420","16371.695"],["14524.672","12017.687"],["27558.372","11772.793"],["13930.755","12324.085"],["14024.520","12259.875"],["13877.464","12265.853"],["13918.867","12177.979"],["19492.203","4981.129"],["20599.558","6965.135"],["20581.532","6942.756"],["27731.705","7035.568"],["23238.984","5922.783"],["16107.149","14954.855"],["16624.783","15457.894"],["14721.560","16963.378"],["15332.861","12299.370"],["23130.364","6328.218"],["15610.408","12848.402"],["15700.042","12787.101"],["15624.989","12919.397"],["26119.272","7068.223"],["25945.034","6020.542"],["29113.431","10914.276"],["15278.569","13435.309"],["15201.785","13483.428"],["15280.875","13540.037"],["25251.864","7549.967"],["25242.344","7587.621"],["25342.932","7482.337"],["16537.746","15378.593"],["19875.690","6805.885"],["15134.010","12554.568"],["16052.277","12693.147"],["16084.361","12581.859"],["23500.929","6103.267"],["23395.388","6157.580"],["16851.691","18080.822"],["16981.584","18209.406"],["25405.637","6218.391"],["17846.725","17171.619"],["18020.142","17176.909"],["17887.018","17004.244"],["17902.328","17088.968"],["21859.122","7779.718"],["17492.545","17320.883"],["17561.489","17216.505"],["17446.329","17394.216"],["17515.613","17258.890"],["17598.533","17315.487"],["15918.503","13982.918"],["15812.057","13838.762"],["15918.300","13886.907"],["18190.206","14909.133"],["24507.200","7717.977"],["19741.756","6283.356"],["20190.111","7674.288"],["20317.721","7628.703"],["27821.242","10713.209"],["16299.398","15105.680"],["15190.383","14322.704"],["16513.298","14656.297"],["16014.958","14472.080"],["28878.804","10639.286"],["24229.405","7599.245"],["23304.683","6672.094"],["16127.931","13398.435"],["15954.246","13393.660"],["16048.518","13448.262"],["27673.577","11093.808"],["20393.803","6382.280"],["20495.342","6347.026"],["15632.170","14409.515"],["21658.619","7281.783"],["15621.110","12618.336"],["15715.412","12687.368"],["15549.024","12636.581"],["15044.388","14019.621"],["22927.409","12573.511"],["20685.137","7433.018"],["16342.143","17578.965"],["16341.494","17611.261"],["20031.975","8312.220"],["22494.198","6865.339"],["17011.239","17019.754"],["21652.382","7076.735"],["21793.479","7109.865"],["21796.277","7062.769"],["21689.428","7202.474"],["21643.287","7172.188"],["15584.920","14532.163"],["15715.335","14452.897"],["16414.348","18065.855"],["22926.963","7242.813"],["15478.462","12670.975"],["15476.883","12734.052"],["15483.704","12556.395"],["15305.548","12701.150"],["15426.005","12652.088"],["14973.692","13455.521"],["14915.951","13427.068"],["20269.781","5867.629"],["16144.803","12963.597"],["15962.481","12821.496"],["16098.271","12790.245"],["16575.574","16316.773"],["16652.071","16495.904"],["16662.218","16356.326"],["16693.323","16522.338"],["25147.529","5882.798"],["19923.607","5546.175"],["14314.073","12202.763"],["16910.840","15122.077"],["16780.104","17198.995"],["16780.104","17198.995"],["16886.603","17280.301"],["17558.193","17086.748"],["17538.146","17177.355"],["17590.097","17113.573"],["17594.170","17059.000"],["17523.449","17035.867"],["25163.021","6040.205"],["21461.631","6595.132"],["21598.622","6565.289"],["20375.436","8288.813"],["20422.898","8282.929"],["20504.598","8115.825"],["17469.954","16083.770"],["16827.643","16112.212"],["16937.559","16050.507"],["18322.323","17328.462"],["14464.228","12775.790"],["14511.527","12789.980"],["15528.761","13641.939"],["15651.589","13683.422"],["15531.819","13750.942"],["15591.468","13683.927"],["15580.746","13813.170"],["14656.814","13114.295"],["14580.843","13127.043"],["14415.598","13855.238"],["13445.656","12546.698"],["15724.771","13349.401"],["15663.102","13243.809"],["15582.485","13257.966"],["14819.383","12784.562"],["14880.467","12860.586"],["15214.509","12041.154"],["13926.946","13173.350"],["15322.035","13684.274"],["15417.001","13609.717"],["15174.113","13109.090"],["15107.809","13003.476"],["15189.443","12981.752"],["15278.301","13046.196"],["16386.140","16238.718"],["16373.752","16178.932"],["16412.475","16204.765"],["20248.723","5477.149"],["20239.923","5417.661"],["14547.552","14022.818"],["14745.136","13312.620"],["14770.097","13268.910"],["16204.410","13102.612"],["16283.843","13134.332"],["16245.547","12996.883"],["21611.530","7432.649"],["21418.886","7353.863"],["21537.519","7637.642"],["21445.006","7493.582"],["20881.510","10446.078"],["25486.538","6128.818"],["25613.519","6047.756"],["24574.153","6310.988"],["24627.780","6265.226"],["14316.300","12385.102"],["21063.387","7089.790"],["20289.455","7013.159"],["20316.281","7041.268"],["15009.380","15342.247"],["14668.112","12308.054"],["14656.239","12135.632"],["14558.301","12212.882"],["14532.990","12237.364"],["14482.823","12247.464"],["14639.194","12201.852"],["20135.009","5629.748"],["16197.984","15412.734"],["22927.050","6168.816"],["23061.180","6092.873"],["24145.470","5967.142"],["16856.914","15431.736"],["16802.297","15346.655"],["16972.330","15444.539"],["20110.637","7815.361"],["28136.528","10927.870"],["19203.207","14611.413"],["16640.137","15261.793"],["16735.162","15239.295"],["16697.096","15250.770"],["22039.199","6780.159"],["15655.105","14719.865"],["15685.527","14839.254"],["16762.915","15722.518"],["16665.897","15769.302"],["16689.630","15928.239"],["17653.699","16902.898"],["17789.365","16848.232"],["17818.360","16797.749"],["15069.668","13670.034"],["16387.639","13280.263"],["15660.047","12396.662"],["15642.066","12494.738"],["21184.474","8488.931"],["16375.522","15764.961"],["16868.273","13576.267"],["16792.700","13499.543"],["15683.000","13013.993"],["15664.028","13173.067"],["15620.630","12972.738"],["16343.814","15393.838"],["16261.758","15299.212"],["27676.048","7000.176"],["14949.113","12175.989"],["22989.292","6471.090"],["22359.584","6922.086"],["16394.321","13127.526"],["16414.614","13177.715"],["16467.677","13165.707"],["26688.002","7771.702"],["26832.086","7777.579"],["21327.412","6617.414"],["22817.247","6702.113"],["15673.135","15239.578"],["15652.081","15167.491"],["15553.361","15255.448"],["28228.249","7121.294"],["20937.236","6962.688"],["27972.372","11948.427"],["27978.305","12123.032"],["17203.638","11821.421"],["14068.571","12664.883"],["18028.330","16957.685"],["17971.390","16892.094"],["17836.335","16874.066"],["18023.699","16906.107"],["15607.900","12297.022"],["15435.284","15216.671"],["18151.387","17181.563"],["15743.634","12950.944"],["15744.157","12821.858"],["15900.411","12878.779"],["15934.287","12797.936"],["15835.637","12826.380"],["13703.465","12529.593"],["16859.705","17126.874"],["15961.681","12533.028"],["18578.003","9046.670"],["16078.863","13284.560"],["15973.463","13380.313"],["14097.500","12981.244"],["19923.238","15366.920"],["20124.208","6230.923"],["15385.992","12435.894"],["15322.713","13548.576"],["15427.782","13479.432"],["15497.112","13481.866"],["18795.361","8924.366"],["16613.458","14471.399"],["25257.898","8253.299"],["23168.660","8429.651"],["14753.437","16448.036"],["17968.018","17432.606"],["15424.771","13926.837"],["13839.525","12704.665"],["15700.462","17090.875"],["18031.062","16467.432"],["17907.344","16427.913"],["17981.297","16514.696"],["28164.461","10273.851"],["16528.875","15005.688"],["16424.496","14997.552"],["16012.981","14030.930"],["15226.132","15083.714"],["24589.069","6510.816"],["17497.574","16402.357"],["25765.047","6362.048"],["25717.746","6402.414"],["15471.834","18122.573"],["14000.298","12056.431"],["24394.156","6263.142"],["20558.898","7929.050"],["20407.719","7992.281"],["20447.411","8054.213"],["18121.515","16525.693"],["15790.840","14817.903"],["25363.117","7034.924"],["17282.185","17306.715"],["17372.438","17292.340"],["17305.884","17271.358"],["20319.680","6599.879"],["20243.742","6524.305"],["19649.650","5542.693"],["23883.810","7736.166"],["16536.051","14665.613"],["17399.248","16836.374"],["17317.629","16879.610"],["14892.627","12643.541"],["14888.581","12567.885"],["16527.029","17903.015"],["16031.325","15349.152"],["16076.669","15419.162"],["19952.453","15299.500"],["17838.907","17423.144"],["17878.326","17488.209"],["17836.070","17515.782"],["19472.492","5617.078"],["16467.862","14481.709"],["16613.922","14785.192"],["28403.722","10605.450"],["28487.679","10487.167"],["17679.251","17453.469"],["20464.708","6124.352"],["17341.343","17471.457"],["17287.287","17519.465"],["17339.809","17415.460"],["24112.493","8021.084"],["24072.970","8007.247"],["14928.679","12483.011"],["14905.605","12390.295"],["14636.761","14854.186"],["15348.540","14633.391"],["15611.827","14995.240"],["15538.205","14909.523"],["15568.191","15075.617"],["15700.231","14996.297"],["16773.414","16211.195"],["19775.457","6054.388"],["19859.906","5650.303"],["16646.640","17071.759"],["16601.684","17089.915"],["16581.740","17149.413"],["16717.610","17142.115"],["15873.446","15215.488"],["27782.914","7364.668"],["14817.756","14290.475"],["25616.923","6277.027"],["25574.361","6310.673"],["15157.373","13628.230"],["15239.331","13733.139"],["28029.884","7060.550"],["14569.222","14445.303"],["14538.311","14416.852"],["14555.913","14298.724"],["19689.277","9097.391"],["19691.017","9039.029"],["19711.015","8986.264"],["22245.347","6972.423"],["22094.422","7045.044"],["22157.599","7008.713"],["15762.720","12579.343"],["15881.189","12757.410"],["15822.978","14571.369"],["15917.274","14545.622"],["24174.378","7818.884"],["24162.193","7825.557"],["25431.315","6481.571"],["25575.883","6589.472"],["20003.698","6058.982"],["15149.942","12936.472"],["15202.178","12889.782"],["15113.765","12806.410"],["17396.329","16882.779"],["19746.635","11235.025"],["16971.462","15514.423"],["20799.478","10290.098"],["17020.670","16002.469"],["17306.622","16128.220"],["17398.384","16058.160"],["20523.053","8569.529"],["16644.905","16079.931"],["16708.463","16047.355"],["16337.848","14878.871"],["22978.484","12683.836"],["16569.574","15970.460"],["16621.024","16026.872"],["22965.742","7764.561"],["18083.146","14577.824"],["18117.460","14622.138"],["27855.523","7033.358"],["27934.267","6982.364"],["16608.807","14303.953"],["16728.027","16768.085"],["16760.608","16610.613"],["21364.127","6795.672"],["21328.629","6656.406"],["22304.372","6784.185"],["26075.229","6082.159"],["14978.627","13866.114"],["16303.744","14766.714"],["16225.119","14817.576"],["16306.954","14707.362"],["22597.720","6532.686"],["22567.341","6540.200"],["14908.660","14942.990"],["15277.155","17404.370"],["27834.783","7107.148"],["21393.449","7700.844"],["24453.850","7472.142"],["22840.929","5957.761"],["15056.393","13266.697"],["19985.502","15704.690"],["19997.378","5900.483"],["20921.825","7969.074"],["20880.311","8042.690"],["20968.876","8004.981"],["17089.204","12084.283"],["18223.924","16615.375"],["18209.457","16665.604"],["18113.592","16602.287"],["18061.149","16723.033"],["13878.718","12668.936"],["13982.364","12553.837"],["13996.211","12630.650"],["21298.142","7610.780"],["15467.006","17885.436"],["15421.961","17898.817"],["14818.192","17278.267"],["14876.628","17333.140"],["25959.665","6837.971"],["15306.172","13266.472"],["15406.438","13359.093"],["15487.667","13288.650"],["23538.734","6577.299"],["22137.793","6791.730"],["17713.773","16272.240"],["28291.274","11770.292"],["22397.444","7180.758"],["22358.834","7147.302"],["14656.672","12391.920"],["14512.734","12368.243"],["14478.753","12417.012"],["15599.462","17791.997"],["14376.473","13162.601"],["25292.929","7479.153"],["16868.000","15220.163"],["23130.728","6941.175"],["23105.327","6494.003"],["28535.975","11936.400"],["27668.498","12345.756"],["13860.414","12787.700"],["18038.771","16644.590"],["17871.435","16655.947"],["17853.436","16732.450"],["17953.864","16713.093"],["15789.067","12980.014"],["15884.127","13004.271"],["15814.279","13145.463"],["16337.138","16387.785"],["16083.031","13043.673"],["16822.424","17720.303"],["16865.500","17765.753"],["16562.781","15112.829"],["15192.127","14061.313"],["15223.825","14169.662"],["14932.775","15119.754"],["21570.900","9547.291"],["16815.933","14657.980"],["16828.284","14476.073"],["27648.361","10760.428"],["23459.096","6009.710"],["19982.392","5528.305"],["19981.438","5555.605"],["19961.536","5368.519"],["19964.184","5514.729"],["15602.364","18331.277"],["16493.825","16738.800"],["16361.313","16672.012"],["16399.034","16605.857"],["16412.737","16734.877"],["16536.103","16652.465"],["15661.272","13500.904"],["15711.338","13420.877"],["15612.346","13558.398"],["21895.636","10341.023"],["16195.278","17982.914"],["16293.400","17928.425"],["16249.515","17928.019"],["14299.790","13672.742"],["16638.353","13367.091"],["24140.158","6396.186"],["24014.689","6214.206"],["16671.632","15713.845"],["16571.170","15587.104"],["16667.400","15592.904"],["20382.162","15443.308"],["17809.644","17290.894"],["17745.312","17386.520"],["17776.117","17254.759"],["23099.654","6668.692"],["22516.077","6225.611"],["22620.646","6223.824"],["24973.820","6535.540"],["15641.337","12123.894"],["15212.363","17703.923"],["15174.383","17668.662"],["15015.748","12752.547"],["25932.727","6587.081"],["18314.203","13375.906"],["14246.296","14814.390"],["20341.569","8229.041"],["20320.734","8288.060"],["20297.839","8305.776"],["20522.694","6520.717"],["25777.379","6702.621"],["20425.629","8357.998"],["15767.367","12452.830"],["15810.301","12440.645"],["16863.839","16133.522"],["16525.453","17721.303"],["15617.809","13905.552"],["15517.985","13924.589"],["15573.680","13977.469"],["15716.808","13841.608"],["20245.424","6861.347"],["20250.687","6852.825"],["16289.187","15597.157"],["16173.642","15575.001"],["15837.860","17347.936"],["15744.705","17308.556"],["16841.080","16817.058"],["16794.077","16942.747"],["16763.313","13649.945"],["25663.015","6201.809"],["25771.776","6018.713"],["15939.751","15196.768"],["16133.398","15290.839"],["23786.717","7553.816"],["17495.596","16990.047"],["17545.025","17498.329"],["17434.153","17415.744"],["22054.427","8973.046"],["16828.369","17943.101"],["15380.464","14742.160"],["17793.750","17177.279"],["17743.179","17176.056"],["17680.426","17128.593"],["14982.747","17532.463"],["14960.291","19472.022"],["14424.898","13367.570"],["19685.087","11001.878"],["16154.408","12918.379"],["16248.799","12949.868"],["16303.499","12799.583"],["17116.208","16780.610"],["27550.226","10341.294"],["14622.070","13386.257"],["15169.578","14021.082"],["22851.662","12930.632"],["23876.240","8011.749"],["28272.214","10737.081"],["28344.016","10683.947"],["27727.916","11518.386"],["18121.600","17214.626"],["17377.308","16189.649"],["17390.158","16210.391"],["26417.063","13399.598"],["16663.111","17914.081"],["16678.286","17979.071"],["17823.231","17511.731"],["16478.132","17331.437"],["16485.442","17206.976"],["16520.140","17225.477"],["16516.097","17209.385"],["16563.353","17299.608"],["16644.051","17299.429"],["27895.873","10375.179"],["18979.168","14118.213"],["16205.910","14901.458"],["16321.108","15001.054"],["16294.452","14940.451"],["16507.258","15145.396"],["16536.386","15252.717"],["16402.355","18271.757"],["16441.190","18333.981"],["15975.122","17780.526"],["16008.695","17733.432"],["15971.817","18150.200"],["18478.025","13185.574"],["28973.160","9342.662"],["16319.625","16906.367"],["16342.897","16907.361"],["16335.047","16854.060"],["16229.271","16813.888"],["16232.323","16983.837"],["16351.025","16968.850"],["16353.858","13982.786"],["18413.110","13157.646"],["17723.929","17389.249"],["17640.825","17308.587"],["17754.682","17352.701"],["16649.834","15042.834"],["15215.836","15090.238"],["24640.573","8269.036"],["27586.085","11353.819"],["27595.662","11369.347"],["16802.753","13608.365"],["16621.407","18869.286"],["17113.055","16051.738"],["17067.941","16001.809"],["17090.837","15935.528"],["17411.990","16863.970"],["17433.563","16890.707"],["17472.286","16855.590"],["28153.204","10481.424"],["28167.519","10517.628"],["18503.501","17680.240"],["18519.127","17651.975"],["16661.318","14467.871"],["21382.543","10304.500"],["15746.211","13566.728"],["19543.278","14848.881"],["18270.587","17139.346"],["14441.434","12610.880"],["31516.439","9543.455"],["15704.968","18636.185"],["28535.949","11846.716"],["18173.997","16884.285"],["18086.426","16896.438"],["18127.530","16884.630"],["18096.882","16976.612"],["17577.854","16871.755"],["21970.214","7547.697"],["19041.224","11430.529"],["15124.191","17617.439"],["18110.021","17087.707"],["18113.380","17063.474"],["21413.672","8264.247"],["21521.359","8256.534"],["21477.489","8293.595"],["23990.518","7447.801"],["16188.993","13280.430"],["14894.008","16923.283"],["16865.559","15907.577"],["16351.367","14338.413"],["16833.974","15025.412"],["15282.298","17183.836"],["17061.497","17765.745"],["16990.666","17737.224"],["17113.128","17760.047"],["17097.557","17828.293"],["16270.253","14508.650"],["16851.115","16159.620"],["16982.672","16152.322"],["16198.157","18505.237"],["16193.251","18577.545"],["22893.833","12517.810"],["16471.984","13430.931"],["28623.009","10588.020"],["28639.180","10515.457"],["29306.299","9180.944"],["18384.649","13093.686"],["22161.730","8652.239"],["27533.664","11039.560"],["27549.372","10913.165"],["27557.260","10917.610"],["27595.222","10980.564"],["15936.182","15069.437"],["25179.101","14359.204"],["25196.971","14361.570"],["16243.584","14251.318"],["16885.843","18267.919"],["14682.615","13729.778"],["22789.589","12524.411"],["22813.159","12521.502"],["22750.475","12524.219"],["17910.470","17256.894"],["17848.034","17315.354"],["17989.194","17378.671"],["16506.458","16897.727"],["16559.461","16973.111"],["16442.938","16777.515"],["16532.255","16911.491"],["16529.411","16950.154"],["16567.880","16854.333"],["16613.468","16904.228"],["17049.422","17219.762"],["16473.181","17059.909"],["16383.812","16543.201"],["16386.306","16459.887"],["16362.699","16372.304"],["16380.931","16457.401"],["16383.812","16543.201"],["16072.515","18035.053"],["16048.218","18000.260"],["15994.176","17885.457"],["17150.891","17424.464"],["24475.814","7934.344"],["14926.176","17201.009"],["14908.467","17206.995"],["28103.131","10658.792"],["28121.190","10700.559"],["14891.016","13052.399"],["21055.770","9607.849"],["17815.181","16379.255"],["17651.486","16406.621"],["17777.497","16455.315"],["23983.480","7740.885"],["14623.323","17116.864"],["28061.104","10504.078"],["28060.701","10537.070"],["27987.656","10609.543"],["18550.372","10611.984"],["27840.031","10619.713"],["27798.241","10491.503"],["16550.050","16287.186"],["15446.825","18106.820"],["16065.503","15002.066"],["16768.646","15401.898"],["16673.987","15476.699"],["16600.395","15350.423"],["25240.516","14315.162"],["25202.306","14332.251"],["25283.400","14359.561"],["25272.567","14318.046"],["25280.335","14370.930"],["25282.987","14352.146"],["25244.515","14330.886"],["15141.012","13439.458"],["15273.923","13584.248"],["15220.654","13517.610"],["17709.586","15019.638"],["25240.774","7549.650"],["16368.340","15381.900"],["28112.873","10290.050"],["28056.414","10371.006"],["16073.384","12671.044"],["16909.676","18158.489"],["14386.784","13421.995"],["14417.903","13429.970"],["20861.383","8935.787"],["17968.197","17108.322"],["18023.464","17117.041"],["17873.509","17001.964"],["17885.240","17142.386"],["21920.860","7787.824"],["21875.870","7735.567"],["17555.996","17229.486"],["17530.638","17321.242"],["17436.214","17342.358"],["17610.497","17393.646"],["15785.149","13836.123"],["15800.826","14016.651"],["14858.456","14756.488"],["14847.699","14786.642"],["14683.615","14806.803"],["18126.237","17507.633"],["16612.460","18570.629"],["24374.390","7754.438"],["18722.616","9003.566"],["24982.768","9885.260"],["27797.773","10747.891"],["16200.370","15123.297"],["16230.262","15265.025"],["16164.821","15227.507"],["20452.902","13431.924"],["15160.719","14338.487"],["16075.964","14528.294"],["28934.625","10594.432"],["28829.721","10606.629"],["24297.960","7516.077"],["18619.319","16501.348"],["18584.587","16508.330"],["16633.846","17486.751"],["16676.516","17518.568"],["15979.271","13467.682"],["16041.902","13405.241"],["27670.143","11193.358"],["27604.626","11135.558"],["28175.867","11966.412"],["27954.263","9490.960"],["16288.001","17541.191"],["16245.972","17458.857"],["16160.480","17437.329"],["16267.561","17444.753"],["16196.886","17432.998"],["15565.988","14471.028"],["15701.699","14507.228"],["20184.747","11429.013"],["19802.694","13753.954"],["14912.936","13458.358"],["16134.897","12968.709"],["16667.664","16252.806"],["16573.339","16168.040"],["16689.686","16554.230"],["15896.216","14037.738"],["15909.200","14080.216"],["16232.548","18207.607"],["16930.424","15132.226"],["16932.949","17252.039"],["17565.902","17165.815"],["16527.139","16017.386"],["16532.945","16003.192"],["16854.506","16055.380"],["16903.286","16055.509"],["15240.975","18652.517"],["15167.693","18467.889"],["18265.829","17279.211"],["18273.668","17347.357"],["14613.729","12808.384"],["21438.010","10280.943"],["17480.340","16171.475"],["27673.903","11750.943"],["15691.265","13755.336"],["15519.570","13675.048"],["25080.131","9748.136"],["15386.838","13607.809"],["19426.629","10948.118"],["19367.905","10995.776"],["18184.499","15135.921"],["16385.098","16198.608"],["16419.219","16265.183"],["16390.845","16300.566"],["24241.558","7962.351"],["24196.368","7893.858"],["14567.458","14023.158"],["14230.168","13853.419"],["15020.580","19051.189"],["27575.393","11517.320"],["27520.115","11529.407"],["16149.462","15460.028"],["16211.633","15377.711"],["21594.668","9856.726"],["16911.384","15406.977"],["16907.556","15409.721"],["16687.629","15191.446"],["16585.378","15212.569"],["16709.789","15214.997"],["15555.388","14783.868"],["15670.006","14672.598"],["15642.172","14829.664"],["16587.388","15722.755"],["16638.321","15731.500"],["17662.438","16865.955"],["17818.914","16832.238"],["15093.106","13715.754"],["15081.330","13728.195"],["16509.468","13226.218"],["16486.803","13345.917"],["20585.034","13373.946"],["17649.981","15113.372"],["19061.680","11202.498"],["15206.075","16916.377"],["29387.272","11319.938"],["16341.696","18416.288"],["16390.801","15733.721"],["16467.032","15761.232"],["16349.436","15326.738"],["24172.907","7418.110"],["27865.073","10961.221"],["15555.555","15146.668"],["15683.183","15142.768"],["15551.865","15209.354"],["28112.256","12061.048"],["27990.618","12014.400"],["16799.877","17616.214"],["16791.316","17553.048"],["17983.588","16984.745"],["17969.696","16949.094"],["17844.499","16881.237"],["15464.830","15158.146"],["18158.319","17129.433"],["18582.386","8268.549"],["17179.781","17853.875"],["17192.176","17873.294"],["17135.267","17963.708"],["17137.057","17958.192"],["17154.402","17979.557"],["16975.057","17023.639"],["16811.287","17176.301"],["16806.713","17144.871"],["16882.000","17113.615"],["16954.761","17184.509"],["16932.419","17154.116"],["16977.903","17079.022"],["28314.596","11512.829"],["28256.774","11596.712"],["22858.634","12687.341"],["22780.305","12698.828"],["22737.728","12704.701"],["15012.821","16793.019"],["14227.280","13100.933"],["14245.101","13056.340"],["19933.273","15369.309"],["14647.846","17223.635"],["15383.790","13463.710"],["16606.482","14523.747"],["14729.763","19276.083"],["17840.140","17411.253"],["15349.680","14026.946"],["15499.863","13910.176"],["19231.204","11515.405"],["28394.590","11448.833"],["15717.566","17105.205"],["17976.834","16367.652"],["17976.327","16498.014"],["17948.800","16365.414"],["22987.710","12847.118"],["22950.388","12856.411"],["16143.271","14228.806"],["17443.617","16535.016"],["29012.893","10749.198"],["29001.034","10724.624"],["18075.568","16477.251"],["18110.684","16486.709"],["19067.176","17840.683"],["15806.349","14805.576"],["15817.524","14749.184"],["27840.185","11085.401"],["17344.721","17288.135"],["17278.481","17394.457"],["17337.323","17308.674"],["17287.935","17261.557"],["16467.977","14672.784"],["16443.209","14853.520"],["16372.305","14805.188"],["23108.382","8312.015"],["24272.939","8063.036"],["16378.394","18014.972"],["16375.209","17888.623"],["16070.633","15415.380"],["16019.882","15311.680"],["16775.307","14663.866"],["16606.643","14738.660"],["28479.163","10632.570"],["28419.701","10585.903"],["17676.529","17410.405"],["17828.517","17457.219"],["17288.632","17553.744"],["27579.801","12099.490"],["27713.124","11966.862"],["15259.744","17426.162"],["15201.477","17508.047"],["15127.404","17372.913"],["14633.055","14791.093"],["15623.739","14993.751"],["15599.159","14917.104"],["15645.216","15077.042"],["16669.965","16351.730"],["27886.228","11841.848"],["16575.428","17021.038"],["16671.588","17070.573"],["16600.642","17057.286"],["16581.307","17096.309"],["16755.113","17193.811"],["16727.630","17190.788"],["16647.399","17189.764"],["16696.688","17154.850"],["15757.643","15238.000"],["15833.970","15085.311"],["15165.436","13776.785"],["14760.853","19225.005"],["14881.442","19182.606"],["16388.980","15960.724"],["15861.688","14520.559"],["15868.154","14490.232"],["15746.825","14461.114"],["20437.499","12885.533"],["20424.096","12863.238"],["24242.912","7700.250"],["16468.067","17537.795"],["17300.077","16896.413"],["16829.721","15661.071"],["16955.272","15515.134"],["22999.293","8025.771"],["20803.169","10368.893"],["27307.179","10230.111"],["17296.555","16139.481"],["17374.716","16010.312"],["17262.848","15969.633"],["27682.432","12181.040"],["16685.493","16101.279"],["16649.169","16058.302"],["16632.318","15964.021"],["16740.303","15940.931"],["22932.004","7847.721"],["18068.482","14581.331"],["16536.548","18603.111"],["16585.248","14295.956"],["14328.578","12836.145"],["16711.389","16720.946"],["15096.708","13309.879"],["14970.684","13899.912"],["16272.819","14797.082"],["16255.951","14869.336"],["16205.851","14857.859"],["16281.887","14710.883"],["20506.191","13667.589"],["19667.694","11907.507"],["14974.785","13226.611"],["14945.139","13288.993"],["28179.696","8659.962"],["16615.530","14418.265"],["18055.561","16608.866"],["18119.905","16595.985"],["18100.536","16709.994"],["15480.867","17884.883"],["30009.803","9190.934"],["28399.654","10709.699"],["15725.881","18468.845"],["20307.269","12767.030"],["15586.910","18460.294"],["14355.710","13061.888"],["16831.668","15245.068"],["28580.942","12007.530"],["28482.595","11930.829"],["27676.602","12432.709"],["17932.142","16638.219"],["17849.275","16764.834"],["16356.531","16513.541"],["16001.825","12996.552"],["16968.865","17707.515"],["16930.832","17690.854"],["16901.315","17673.240"],["16886.651","17813.515"],["16871.750","17758.569"],["16878.042","17638.154"],["15247.982","14194.189"],["16874.601","14658.625"],["16788.399","14539.905"],["27798.859","12362.532"],["15598.565","18307.149"],["16428.982","16657.304"],["16385.949","16648.097"],["16424.416","16590.767"],["16423.466","16676.370"],["21861.573","10410.243"],["16344.990","18031.487"],["16179.153","17914.692"],["16717.872","13256.295"],["25244.126","8328.826"],["16682.566","15631.187"],["16570.348","15538.252"],["15961.403","17570.621"],["17636.877","17349.457"],["24304.507","7756.574"],["19363.453","11175.511"],["20300.909","13040.036"],["24597.773","7820.565"],["20367.400","13078.521"],["20469.096","13103.770"],["20420.344","13175.151"],["14182.241","14780.574"],["22655.335","8974.169"],["16534.384","17675.555"],["14910.213","14870.432"],["15655.135","13986.968"],["16225.794","15595.638"],["16192.869","15606.067"],["15861.587","17372.521"],["16821.003","16806.973"],["16783.880","16945.857"],["27687.930","10498.459"],["27598.633","10515.197"],["27553.113","10518.033"],["25072.037","9943.084"],["25076.180","9800.500"],["25079.827","9841.015"],["25015.365","9808.855"],["15588.377","14054.401"],["21675.777","9348.666"],["16080.155","15295.059"],["23801.879","7522.594"],["17475.958","16991.698"],["17536.937","17500.562"],["17457.949","17423.022"],["22061.476","8966.781"],["16937.638","17884.167"],["15747.282","17032.581"],["15507.156","14776.126"],["15366.188","14669.394"],["17814.504","17155.387"],["17756.403","17163.719"],["17653.322","17136.401"],["14971.957","17467.507"],["24444.845","7870.729"],["14886.426","19522.988"],["14373.321","13364.034"],["16156.279","12946.850"],["17128.625","16800.019"],["27540.618","10348.287"],["15227.604","14001.759"],["15165.718","13861.645"],["22866.081","12941.578"],["20838.667","10791.604"],["28309.193","10693.108"],["28320.525","10726.205"],["16701.971","17967.940"],["15986.305","13986.839"],["16444.232","17319.240"],["16478.519","17248.746"],["16551.648","17239.906"],["19289.810","11238.236"],["19137.755","11202.233"],["16682.576","17214.515"],["16655.591","17220.876"],["16617.077","17326.214"],["16611.596","17288.501"],["27872.690","10400.004"],["16323.583","14893.745"],["16208.632","15057.901"],["16269.730","14975.484"],["16550.429","15130.765"],["16356.942","18345.289"],["16419.542","14032.154"],["16007.906","17767.404"],["15961.832","17804.441"],["15999.737","17656.957"],["15950.797","18225.097"],["16240.480","16883.888"],["16251.393","16899.761"],["16204.540","16978.003"],["16557.570","14412.567"],["18365.876","13155.368"],["17823.857","17396.868"],["17736.955","17353.626"],["17829.282","17231.203"],["16704.790","15023.851"],["15138.669","15122.904"],["27310.203","11735.224"],["27324.715","11846.365"],["24739.717","8253.611"],["27603.489","11353.442"],["27519.667","11331.200"],["16700.436","18788.081"],["14250.514","13455.020"],["17094.341","15946.048"],["17062.190","16021.744"],["17054.664","15975.253"],["17442.097","16863.381"],["17411.671","16909.320"],["17480.467","16861.007"],["18466.708","17667.259"],["18539.917","17654.072"],["16721.799","14529.928"],["16569.225","14648.702"],["18287.504","17144.656"],["14374.005","12576.503"],["28258.301","9049.881"],["15654.006","18557.615"],["18102.664","16799.160"],["18052.471","16951.127"],["18101.077","16935.974"],["18104.602","16900.088"],["17558.035","16882.358"],["21953.014","7572.156"],["19764.066","10935.552"],["27710.659","11271.152"],["14991.553","17229.105"],["16633.389","17698.447"],["16582.509","17687.000"],["15728.208","18666.358"],["18044.354","17137.215"],["18071.751","17030.716"],["18101.097","17069.262"],["18057.644","17011.458"],["18056.192","17096.533"],["18112.548","17047.722"],["18234.843","17123.356"],["18044.354","17137.215"],["28758.415","10748.705"],["14249.506","13382.666"],["15307.718","18547.761"],["16166.082","13337.738"],["16249.431","13268.172"],["14939.567","16900.129"],["22671.254","8953.812"],["16851.698","15778.927"],["16824.832","15739.601"],["16832.851","15851.226"],["16938.746","15797.065"],["16344.278","14360.362"],["29648.664","9584.128"],["16824.221","15058.806"],["15304.503","17118.487"],["20939.551","9726.269"],["29456.604","11522.328"],["21071.467","9973.057"],["17051.645","17779.057"],["17099.773","17752.843"],["17113.856","17819.177"],["29370.557","11144.327"],["16260.143","18601.690"],["16453.317","13429.808"],["29381.926","9183.329"],["31433.460","9563.611"],["22131.150","8726.420"],["20031.749","11575.250"],["27615.667","11063.561"],["27532.438","10983.696"],["27556.109","10917.610"],["20257.017","15724.337"],["17884.335","16337.243"],["16592.430","15392.395"],["15948.912","15040.255"],["25175.178","14320.618"],["25192.575","14331.469"],["15863.719","13202.565"],["15894.665","13199.147"],["16320.736","14305.194"],["16203.855","14432.432"],["14640.492","13421.588"],["22837.994","12523.855"],["22859.064","12505.072"],["22710.903","12537.266"],["31301.680","8680.761"],["17924.468","17266.479"],["17861.573","17304.264"],["17902.558","17311.496"],["17845.752","17322.629"],["17943.595","17198.563"],["17943.595","17198.563"],["16510.427","16979.712"],["16524.656","16924.901"],["16566.071","16921.278"],["16473.201","16836.541"],["16379.937","16926.189"],["24111.910","8141.155"],["16608.577","16914.424"],["16605.557","16959.674"],["16670.355","16948.184"],["17154.319","17377.153"],["17135.088","17312.636"],["17054.104","17267.833"],["16501.435","17081.816"],["16555.796","17154.522"],["15768.506","15039.618"],["16384.771","16495.886"],["16377.899","16551.088"],["16368.688","16405.350"],["16007.625","18040.277"],["16127.110","17863.570"],["16077.778","17929.388"],["24395.226","7936.336"],["24411.898","7921.729"],["28099.546","10669.858"],["14905.260","13114.281"],["15000.738","13142.346"],["14895.324","12986.535"],["18057.177","17366.458"],["17790.132","16361.246"],["14536.807","12001.297"],["14581.186","14180.088"],["14603.372","17154.155"],["28074.808","10555.450"],["28029.000","10563.554"],["28076.127","10502.932"],["28080.720","10585.630"],["18580.122","10584.360"],["27905.870","10503.837"],["27739.407","10464.773"],["15429.571","18130.866"],["16128.059","14976.276"],["16092.339","15025.852"],["14873.729","13437.814"],["16682.695","15410.244"],["20333.856","11270.506"],["23066.886","6971.205"],["25259.279","14382.731"],["25215.480","14334.992"],["25233.954","14293.213"],["25254.710","14375.456"],["25300.478","14351.749"],["25305.648","14367.098"],["25211.056","14374.135"],["25290.314","14309.277"],["25215.698","14377.776"],["29151.497","10926.751"],["15291.308","13482.012"],["20468.452","13252.962"],["16499.536","15499.785"],["16446.146","15327.161"],["28017.931","10385.087"],["27952.527","10336.263"],["16119.896","12693.608"],["17589.817","16751.333"],["16898.508","18247.936"],["14356.706","13423.512"],["17855.511","17133.061"],["21877.268","7789.985"],["17615.117","17375.369"],["17455.941","17334.962"],["17619.180","17319.718"],["17574.384","17206.927"],["17525.989","17354.354"],["17956.404","15151.299"],["15854.609","13961.138"],["15730.146","13827.706"],["14724.535","14796.757"],["14841.606","14771.332"],["14703.880","14846.654"],["18074.129","17438.650"],["18697.509","9103.830"],["18701.892","8994.036"],["27853.886","10840.621"],["16257.745","15219.212"],["20388.642","13414.483"],["15204.749","14286.134"],["16478.865","14564.741"],["16015.069","14454.975"],["28933.288","10555.161"],["24285.365","7530.281"],["18617.564","16510.972"],["18606.277","16463.165"],["16706.333","17620.049"],["16710.329","17507.417"],["24119.433","7518.599"],["27637.752","11209.458"],["27654.873","11165.171"],["28146.146","11918.782"],["15567.460","14446.484"],["15019.086","13910.532"],["14786.711","17176.979"],["16166.385","17463.852"],["16236.562","17467.302"],["16229.056","17444.395"],["17011.955","17043.332"],["16090.412","15177.430"],["15636.074","14507.515"],["16406.039","18221.997"],["20196.740","11299.013"],["19806.913","13685.443"],["14981.776","13491.605"],["15003.555","13449.692"],["16061.131","12942.176"],["16103.220","12804.372"],["16598.715","16297.531"],["16655.950","16304.000"],["16595.178","16210.222"],["15887.138","14052.579"],["16220.410","18169.556"],["16924.240","15157.544"],["16918.592","15236.711"],["16924.544","17207.399"],["16924.544","17207.399"],["16903.305","17259.866"],["17585.899","17034.294"],["16543.151","16062.587"],["17448.825","16120.671"],["17432.698","16008.115"],["16830.741","16018.914"],["16961.992","16017.283"],["16916.504","16070.506"],["29442.930","8993.903"],["15229.864","18484.900"],["18277.311","17248.518"],["18277.640","17310.824"],["14516.095","12841.189"],["21496.586","10387.655"],["21442.543","10270.926"],["27656.180","11725.620"],["15534.700","13699.824"],["15628.351","13642.467"],["15684.511","13765.320"],["27486.343","11461.408"],["27910.978","12215.839"],["27775.849","12283.276"],["27734.422","12153.080"],["27754.664","11408.927"],["17349.341","15003.418"],["15257.019","13101.119"],["19352.917","10948.519"],["16400.131","16204.002"],["16369.739","16348.710"],["14756.312","13233.725"],["16200.265","13034.489"],["14222.257","13840.999"],["15072.800","19023.741"],["14975.208","19099.765"],["29789.537","9679.067"],["27696.654","11495.830"],["29357.241","11824.917"],["29259.591","11873.810"],["14726.285","13517.083"],["16843.460","15336.740"],["16811.540","15326.737"],["16985.594","15433.699"],["15568.359","17975.723"],["16688.500","15135.410"],["16585.424","15231.708"],["15606.733","14703.069"],["15630.230","14811.587"],["16629.572","15784.957"],["16659.399","15751.988"],["16586.144","15919.631"],["17799.243","16839.389"],["17807.629","16832.849"],["16481.919","13326.826"],["16429.872","13190.798"],["17681.420","15093.731"],["15233.965","16917.953"],["16192.696","18441.637"],["16291.190","18336.789"],["16473.485","15792.781"],["29237.196","9804.075"],["28946.373","10766.340"],["16354.310","15407.284"],["16261.765","15409.684"],["22525.237","8814.972"],["20349.857","13199.674"],["16461.776","13151.156"],["27487.579","11583.619"],["27846.016","11013.177"],["15582.612","15175.732"],["15648.331","15125.708"],["15578.213","15186.480"],["21647.661","9791.514"],["28019.894","12090.617"],["16830.405","17600.499"],["16804.232","17564.802"],["17224.392","11813.336"],["18002.110","16931.765"],["17960.451","16787.437"],["17901.425","16808.478"],["17920.483","16975.027"],["28864.795","12019.281"],["15462.790","15207.751"],["18105.004","17176.988"],["18147.283","17103.949"],["18167.475","17039.079"],["18512.872","8295.241"],["17160.669","17856.732"],["17154.002","17877.654"],["17133.737","17940.752"],["17129.343","17987.523"],["17141.096","17964.891"],["16964.415","17065.140"],["16786.492","17164.976"],["16807.081","17155.628"],["16901.738","17113.444"],["16877.874","17153.694"],["22836.215","12705.392"],["22724.194","12723.853"],["21407.095","8259.450"],["14951.178","16736.271"],["16080.915","13295.910"],["15373.283","12456.225"],["15465.303","13507.194"],["15305.540","13603.644"],["27939.211","11917.792"],["29533.686","9891.890"],["17952.543","17419.749"],["17894.281","17527.094"],["15369.294","13995.894"],["18005.374","16442.468"],["17943.748","16516.667"],["17930.507","16434.168"],["17964.273","16385.300"],["17940.832","16477.941"],["22968.680","12871.197"],["22947.129","12890.601"],["17676.284","14839.930"],["16405.319","15015.769"],["27901.771","11804.838"],["16342.166","17002.556"],["29071.417","10782.980"],["19041.864","17844.299"],["14712.909","19063.667"],["15773.568","14798.043"],["15836.983","14788.962"],["27770.190","11126.722"],["27731.841","11256.983"],["17292.761","17307.326"],["17263.985","17374.239"],["17355.514","17340.845"],["17300.832","17286.927"],["23827.668","7774.838"],["16373.611","14836.928"],["16385.393","14747.659"],["16407.173","14850.679"],["17362.292","16865.771"],["16378.076","15676.730"],["16030.765","15465.768"],["16111.706","15482.894"],["16490.223","14462.208"],["16709.471","14669.414"],["28458.900","10643.140"],["28422.476","10484.980"],["17721.545","17439.736"],["17627.352","17471.164"],["17805.915","17484.883"],["17786.941","17467.063"],["17356.929","17567.383"],["17321.812","17574.420"],["24004.902","8099.400"],["27571.774","12108.243"],["27716.134","11963.806"],["15228.780","17457.147"],["15264.595","17500.955"],["14671.249","14821.999"],["15710.614","14992.297"],["15554.513","14939.694"],["15570.460","15023.016"],["16621.039","16346.218"],["16603.436","17114.184"],["16749.298","17001.749"],["16694.273","17185.595"],["16624.776","17171.623"],["16748.846","17161.488"],["15852.876","15254.853"],["15175.306","13714.869"],["14880.075","19237.834"],["16410.125","15951.682"],["16387.791","16031.595"],["16540.702","15971.498"],["15917.636","14562.456"],["15876.312","14546.780"],["15753.010","14493.104"],["15774.066","14588.040"],["15727.279","14585.467"],["20407.205","12861.884"],["24178.365","7733.958"],["16447.649","17512.936"],["16859.665","15538.993"],["23056.033","7986.906"],["20864.364","10263.320"],["27335.267","10230.577"],["17222.809","16110.896"],["17350.631","16122.623"],["17241.204","15959.077"],["17350.631","16122.623"],["27568.198","12312.988"],["16769.738","16109.049"],["22915.853","12718.479"],["16701.861","15948.669"],["19592.078","11983.396"],["28334.703","11754.483"],["16668.073","14429.518"],["14323.409","12951.920"],["16720.600","16720.698"],["16696.578","16566.945"],["16727.544","16714.827"],["15131.656","13332.309"],["16269.891","14760.352"],["20422.063","13675.318"],["24425.473","7460.854"],["15057.978","13290.333"],["14938.404","13207.917"],["20363.864","12699.367"],["18060.806","16567.616"],["18132.916","16618.169"],["18122.097","16642.189"],["15503.316","17895.324"],["15468.593","17942.266"],["15444.131","17950.350"],["20290.059","11320.041"],["14858.446","17200.612"],["28448.977","10673.648"],["28438.433","10701.268"],["28819.770","9566.776"],["20339.325","12931.793"],["15545.808","18376.330"],["23043.052","8277.036"],["14390.826","13081.159"],["14256.498","13020.340"],["14452.163","12973.461"],["14406.302","13008.850"],["23095.139","6950.596"],["27643.581","12393.916"],["27446.358","11975.724"],["17919.309","16635.874"],["17864.785","16745.181"],["16108.447","13012.463"],["16020.081","13034.769"],["15984.088","13124.780"],["16785.961","17749.832"],["16898.058","17652.315"],["16975.002","17696.218"],["16958.585","17706.954"],["15205.663","14205.667"],["21576.423","9459.620"],["16846.164","14645.875"],["16817.593","14524.694"],["22495.709","8609.437"],["15546.311","18333.887"],["16439.902","16652.645"],["16367.709","16640.196"],["16455.320","16603.864"],["16432.010","16749.129"],["16496.927","16675.398"],["21900.099","10249.128"],["16350.867","17914.816"],["16191.094","17840.621"],["25377.257","8336.235"],["16701.246","15608.073"],["15945.446","17577.799"],["16132.360","17460.496"],["17766.706","17399.532"],["24100.172","7804.036"],["24034.390","7811.122"],["24109.740","7696.823"],["14947.140","12749.928"],["20296.780","13043.917"],["18345.518","13389.358"],["20383.223","13037.051"],["20429.376","13091.747"],["14191.535","14795.162"],["17015.136","18236.227"],["16838.050","16135.686"],["14906.118","14858.211"],["15641.056","13938.991"],["15520.702","13938.916"],["16265.023","15537.333"],["16152.523","15583.474"],["16836.184","16803.851"],["16811.226","16967.708"],["27630.888","10537.381"],["16316.570","17657.888"],["16325.534","17642.545"],["25104.464","9940.692"],["24997.894","9858.741"],["24999.279","9825.617"],["20638.077","13408.430"],["20627.508","13520.895"],["16783.545","18565.955"],["15566.600","14041.470"],["16053.119","15208.286"],["23915.979","7485.175"],["17606.448","17508.893"],["17578.004","17440.785"],["17461.571","17526.137"],["17572.215","17460.330"],["22069.166","8978.429"],["14682.863","12724.422"],["14842.888","12567.808"],["14757.848","12688.100"],["14695.136","12755.638"],["15482.849","14719.549"],["15348.437","14698.078"],["14882.851","13927.033"],["14743.988","13869.394"],["14757.419","13957.882"],["14816.059","13993.939"],["18690.794","9177.543"],["24391.848","7860.131"],["14374.137","13331.453"],["14293.096","13319.661"],["14412.501","13186.935"],["19684.775","11012.960"],["16225.440","12955.041"],["16173.022","12823.084"],["27537.258","10338.756"],["14643.853","13276.889"],["14514.518","13262.382"],["15122.965","13900.613"],["22853.624","12963.572"],["27731.921","10807.538"],["28305.566","10647.397"],["28226.818","10658.107"],["18061.087","17205.751"],["17355.476","16179.824"],["23880.502","8033.493"],["28263.316","10211.262"],["14826.437","12991.074"],["15972.539","13998.945"],["16516.402","17226.688"],["16517.745","17249.451"],["16674.769","17204.394"],["16576.382","17283.724"],["16276.444","14907.049"],["16444.321","15273.328"],["15249.124","18286.474"],["15201.466","18343.653"],["27727.055","11997.943"],["15388.670","12915.501"],["16483.430","14291.390"],["16447.238","14404.557"],["17591.565","17554.369"],["17697.933","17209.069"],["17688.281","17393.372"],["16721.319","14978.334"],["15157.547","15148.437"],["13775.079","13973.689"],["27589.877","11452.389"],["27544.774","11299.769"],["16842.333","13616.833"],["14149.595","13604.236"],["17178.993","15990.187"],["17151.300","15976.928"],["16766.527","14587.597"],["16765.512","14507.954"],["16668.275","15159.182"],["18254.753","17138.402"],["14599.764","13774.956"],["29346.947","11648.555"],["28191.896","9131.117"],["23063.081","8350.885"],["15612.214","18494.445"],["15692.656","18531.191"],["21252.611","9435.204"],["18206.454","16876.638"],["18115.500","16779.764"],["17576.924","16832.488"],["21978.002","7599.343"],["19003.081","11300.608"],["27555.653","11121.861"],["15752.679","13807.524"],["16720.434","17726.397"],["18195.863","17000.503"],["28725.109","10733.123"],["28577.851","10667.614"],["28651.734","10765.067"],["14209.324","13317.987"],["21522.426","8250.800"],["23942.944","7455.483"],["17070.964","15908.826"],["17790.447","16730.039"],["16175.857","13284.689"],["16230.861","13341.996"],["14898.663","16959.435"],["16852.195","15855.528"],["16829.542","15815.902"],["16789.160","15914.451"],["16949.836","15857.026"],["16978.990","15859.448"],["15274.345","17136.666"],["20968.910","9777.665"],["29415.798","11587.889"],["20125.207","11401.300"],["21005.342","9931.543"],["29333.867","11227.168"],["22895.873","12500.717"],["16443.399","13410.370"],["28665.648","10508.805"],["15971.080","12321.072"],["29270.119","9197.073"],["27651.807","11051.531"],["27685.182","11062.837"],["27589.776","11024.211"],["27556.344","10894.094"],["27547.998","10923.371"],["27657.474","10927.029"],["23100.379","7895.949"],["25194.582","14320.090"],["25185.158","14317.662"],["25194.069","14387.317"],["15739.474","13200.290"],["16217.791","14278.720"],["16292.929","14407.900"],["14524.020","13461.144"],["16974.857","18342.370"],["14852.859","13707.611"],["22810.619","12499.037"],["22760.590","12524.352"],["17847.170","17398.568"],["17863.607","17356.675"],["17895.514","17280.782"],["17995.275","17270.214"],["18037.489","17375.268"],["16443.542","16822.838"],["16499.645","16903.991"],["16385.235","16807.821"],["16443.193","16945.493"],["16696.233","16975.897"],["16644.267","16933.143"],["16594.650","16867.924"],["16704.299","16947.118"],["16671.862","16825.962"],["16621.422","16836.443"],["16750.744","16778.804"],["23940.455","8555.774"],["17031.824","17198.425"],["17080.787","17228.857"],["17081.761","17356.157"],["17031.824","17198.425"],["17173.873","17355.011"],["16517.543","17105.730"],["15866.966","15024.660"],["15822.043","15056.051"],["16534.796","16532.276"],["16019.171","18031.821"],["15984.579","17898.040"],["15407.567","18502.327"],["15463.436","18629.554"],["14905.587","17275.944"],["28133.181","10685.712"],["14948.277","13059.937"],["14549.847","14205.641"],["14562.967","14081.647"],["27517.201","11735.447"],["24021.911","7688.956"],["27969.987","10641.090"],["28142.070","10617.057"],["28064.213","10484.475"],["28142.214","10519.346"],["28040.859","10627.529"],["28048.255","10522.672"],["18576.245","10615.495"],["27832.737","10455.173"],["16519.155","16238.792"],["15316.768","18202.767"],["16105.372","14983.823"],["16067.740","15026.008"],["16634.296","15442.880"],["16571.727","15490.542"],["25217.495","14413.722"],["25209.459","14406.833"],["25224.872","14299.963"],["25278.631","14356.324"],["25289.151","14399.138"],["25273.422","14293.587"],["25248.053","14357.101"],["25203.687","14352.715"],["25252.788","14325.419"],["29191.386","10856.866"],["15301.744","13425.871"],["20401.430","13241.327"],["16440.889","15473.544"],["16556.315","15354.084"],["15482.894","18344.072"],["15397.478","18409.946"],["28122.775","9751.835"],["28123.420","10374.911"],["27980.959","10428.821"],["21703.576","9851.237"],["16057.072","12735.533"],["16131.995","12752.269"],["17499.303","16597.618"],["17506.813","16705.749"],["16860.457","18112.168"],["16919.906","18199.364"],["14419.401","13410.720"],["14320.016","13488.130"],["18015.704","17103.690"],["17967.575","17145.863"],["17931.050","17069.503"],["21901.732","7727.312"],["21908.637","7770.983"],["17487.392","17390.642"],["17585.255","17343.272"],["17480.583","17245.253"],["17484.843","17342.788"],["17929.398","15151.104"],["17978.823","15139.723"],["17857.070","15202.604"],["15795.180","13974.807"],["15896.036","13963.165"],["14755.676","14807.571"],["21859.529","10183.588"],["16260.884","16746.311"],["16272.298","16772.625"],["16292.383","16588.476"],["24452.910","7772.132"],["18719.740","9038.834"],["14467.308","12620.996"],["16260.787","15094.235"],["20401.981","13478.728"],["15243.611","14284.786"],["16485.837","14650.162"],["16053.563","14616.202"],["28891.270","10577.652"],["28892.929","10520.303"],["24232.499","7492.779"],["16822.329","16765.106"],["14535.804","15181.297"],["14614.259","15087.856"],["24058.191","7479.419"],["16023.639","13460.871"],["28608.103","11806.600"],["15641.931","14381.291"],["15060.733","13907.526"],["15038.791","13874.396"],["16356.165","17543.271"],["15560.285","14562.918"],["14114.592","13687.096"],["14964.763","13396.002"],["14942.622","13479.929"],["15043.356","13472.395"],["14920.600","13542.285"],["14996.697","13442.372"],["16655.467","16228.916"],["13879.759","14037.574"],["15920.160","14077.184"],["16932.727","15154.852"],["16927.178","15244.176"],["16831.393","17283.928"],["16459.672","16024.804"],["17436.845","16041.499"],["29484.328","9001.665"],["14528.409","12738.259"],["14571.335","12740.398"],["18303.700","17341.653"],["14537.212","12910.232"],["14597.276","12827.080"],["14484.016","12760.568"],["14463.819","12874.118"],["14598.003","12783.976"],["21583.522","10306.246"],["17448.110","16232.054"],["15691.836","13669.685"],["15551.823","13730.126"],["15585.630","13780.746"],["14466.591","13035.261"],["14474.563","12994.914"],["14582.626","13135.756"],["14539.929","13025.541"],["14512.758","13050.812"],["14490.125","13041.713"],["14419.929","14026.172"],["27767.379","12272.144"],["15528.811","13225.642"],["15543.953","13381.884"],["16055.189","14402.105"],["27785.390","11487.157"],["15212.046","11941.327"],["15496.500","17803.580"],["15393.697","13607.875"],["15264.761","13007.137"],["15263.094","12970.683"],["19318.053","11031.548"],["14803.019","13079.434"],["16549.259","16349.842"],["16396.309","16222.533"],["16520.853","16346.149"],["16543.933","16333.468"],["27448.467","11174.168"],["27436.579","11196.579"],["27476.151","11077.060"],["24178.935","8067.826"],["24166.632","8095.073"],["14478.338","13906.714"],["14703.406","13189.905"],["16280.707","13103.128"],["15739.740","14442.252"],["27522.787","11498.148"],["14385.053","12523.316"],["14760.346","13472.703"],["16179.833","15404.347"],["16868.592","15388.070"],["16779.106","15397.786"],["16898.357","15420.272"],["15533.775","17911.851"],["14691.474","12923.381"],["29957.212","8914.581"],["15577.225","14686.052"],["15569.029","14866.184"],["15658.697","14836.040"],["16586.649","15796.035"],["16662.935","15727.991"],["16612.146","15874.749"],["15055.734","13809.786"],["14957.153","13678.572"],["16458.256","13386.137"],["20630.363","13350.990"],["16498.188","15607.338"],["15250.045","16905.002"],["16369.397","15863.387"],["16416.535","15877.399"],["29339.373","9823.368"],["28979.883","10765.135"],["28787.296","10654.402"],["28895.067","10691.764"],["16301.209","15299.711"],["22487.536","8879.026"],["16437.253","13161.891"],["16372.824","13169.021"],["27800.154","10950.541"],["27845.837","10983.335"],["15601.154","15129.346"],["15545.394","15115.848"],["15706.324","15256.998"],["28032.789","12045.811"],["28113.656","11927.403"],["18025.068","16979.650"],["28791.765","12050.336"],["24459.508","7547.527"],["15501.929","15275.368"],["15512.902","15171.740"],["20990.961","10271.253"],["14517.070","15033.576"],["16974.464","17140.271"],["16820.971","17105.279"],["16827.293","17079.080"],["16957.076","17047.612"],["15984.213","12483.223"],["15958.269","12391.204"],["28266.469","11669.655"],["22877.712","12669.743"],["22820.986","12709.193"],["22727.096","12694.532"],["15000.768","16763.610"],["16096.827","13207.588"],["15980.205","13361.076"],["14248.858","13170.142"],["28376.298","11954.528"],["14667.057","17227.120"],["15448.970","12440.155"],["15443.333","13539.764"],["15326.410","13574.775"],["25332.002","8284.235"],["28053.292","11923.272"],["18011.638","17521.345"],["19982.097","11656.332"],["29335.898","11003.526"],["19146.275","11498.338"],["15682.848","17131.819"],["18034.562","16502.162"],["17853.691","16485.764"],["17889.586","16503.000"],["28156.125","10432.048"],["22977.891","12834.252"],["22920.890","12863.132"],["16509.297","15070.813"],["16382.194","15031.111"],["27898.548","11805.003"],["29041.211","10737.817"],["16352.763","16062.288"],["18091.473","16461.270"],["20293.634","12693.158"],["15800.506","14849.887"],["27819.938","11249.373"],["27749.600","11125.856"],["17284.895","17342.853"],["17221.616","17246.292"],["17257.780","17251.762"],["17220.563","17299.332"],["16380.997","14727.724"],["16558.992","14751.023"],["17386.913","16872.070"],["21345.224","10447.805"],["24153.978","8102.499"],["16107.775","15438.898"],["15997.344","15435.066"],["16069.926","15379.970"],["16597.837","14700.799"],["28457.851","10617.954"],["28484.929","10576.327"],["17257.654","17544.873"],["17400.957","17477.571"],["17298.060","17484.674"],["17316.077","17559.571"],["17409.199","17486.608"],["17378.883","17456.485"],["24128.379","7948.736"],["19696.183","13700.336"],["27539.965","12054.799"],["27714.225","12122.014"],["15189.574","17453.953"],["15684.421","14939.461"],["27725.091","11715.113"],["16752.266","17079.334"],["16703.490","17035.090"],["16728.920","17098.745"],["15739.069","15128.864"],["15930.442","15224.134"],["15145.590","13633.756"],["15237.182","13607.529"],["28176.044","9723.509"],["15917.543","12577.438"],["15850.341","14543.956"],["20406.728","12873.114"],["24170.159","7720.273"],["16471.932","17577.640"],["16443.017","17559.143"],["17355.899","16906.182"],["17284.500","16935.137"],["19802.970","11109.052"],["16833.026","15714.488"],["16866.621","15509.354"],["20800.857","10399.435"],["17035.777","15980.163"],["17007.589","15980.208"],["17249.717","16020.940"],["27604.489","12297.647"],["16590.602","16124.996"],["16705.064","16091.138"],["19719.513","11982.465"],["22930.369","7768.094"],["16663.666","14447.055"],["16634.762","14329.598"],["14423.715","12823.732"],["16724.702","16606.556"],["16695.044","16756.325"],["16730.236","16568.038"],["15208.416","13373.380"],["16283.472","14742.508"],["16237.380","14853.146"],["16235.799","14694.851"],["16317.487","14696.143"],["15263.653","17378.010"],["20514.212","13614.391"],["15017.605","13320.552"],["18154.705","16773.436"],["13942.226","12697.441"],["16849.618","14672.877"],["29283.222","11983.346"],["28197.417","11784.127"],["28433.698","10708.793"],["15787.421","18487.868"],["15800.797","18515.353"],["15809.887","18605.759"],["15867.062","18620.638"],["15560.953","18433.727"],["15550.278","18446.552"],["15651.185","18414.598"],["14315.889","13176.261"],["14280.025","13123.342"],["16780.668","15087.839"],["23096.021","6913.030"],["23135.810","6895.743"],["28525.761","12015.482"],["13924.755","12828.458"],["27403.459","12075.388"],["17839.082","16648.293"],["16142.963","13051.764"],["28423.216","10410.223"],["16846.717","17820.105"],["17898.343","15011.984"],["15202.801","14090.958"],["15151.972","14194.484"],["21538.295","9494.186"],["16779.994","14496.354"],["27591.735","10808.198"],["27910.978","12373.085"],["27741.975","12423.134"],["15544.091","18318.660"],["15689.043","18346.022"],["15604.648","18338.825"],["15710.501","18452.407"],["16504.642","16617.369"],["16387.107","16760.464"],["16433.004","16659.239"],["16438.418","16723.369"],["16503.880","16741.849"],["15517.563","13431.906"],["16343.087","17960.431"],["16185.963","17886.731"],["14296.502","13737.559"],["16722.117","13248.689"],["16730.733","13281.575"],["16674.500","13238.739"],["16703.602","15585.456"],["15249.077","18048.425"],["28174.119","8808.258"],["19442.691","11170.343"],["15205.685","17692.131"],["15021.891","12726.778"],["20370.114","13059.313"],["20497.008","13063.886"],["22657.383","8965.056"],["16818.944","18063.794"],["28362.113","8734.747"],["15727.006","18417.826"],["15824.699","18412.972"],["15912.003","12451.707"],["16529.696","17749.164"],["14961.021","14842.906"],["17002.471","15902.667"],["15712.984","13896.828"],["15574.837","14026.426"],["15673.317","13870.519"],["28384.922","11627.135"],["16185.994","15650.162"],["16235.695","15611.030"],["27678.398","10508.223"]] \ No newline at end of file diff --git a/src/gathering/10627.json b/src/gathering/10627.json new file mode 100644 index 0000000..728201a --- /dev/null +++ b/src/gathering/10627.json @@ -0,0 +1 @@ +[["25330.285","17557.016"],["22118.626","9564.201"],["21453.808","16002.440"],["21072.773","15533.082"],["27482.539","10047.748"],["22818.412","9608.409"],["22353.182","14593.666"],["26036.918","8331.693"],["25947.796","8420.646"],["25905.983","8512.843"],["21438.561","14442.759"],["14456.336","13389.083"],["14378.792","13247.444"],["14378.864","13259.022"],["28676.374","8209.206"],["27672.664","9349.082"],["27634.153","9316.004"],["27612.893","9266.355"],["22042.512","9631.640"],["20564.529","14423.006"],["20872.601","10797.857"],["28622.019","8610.065"],["28745.450","8421.976"],["19786.481","10681.512"],["22554.041","9769.510"],["30313.974","15096.517"],["28017.118","9081.733"],["27935.614","9102.145"],["24204.125","17163.111"],["23065.932","16512.462"],["20065.898","14380.195"],["26977.355","9240.631"],["27085.401","9313.092"],["18581.533","12097.932"],["20324.400","10954.458"],["28904.619","9339.647"],["28983.388","9185.299"],["20885.560","15804.363"],["27867.223","9153.986"],["27727.285","9037.972"],["27752.364","9107.647"],["26039.025","17555.448"],["26555.336","8660.985"],["26476.648","8600.175"],["26494.003","8536.870"],["26507.443","17319.291"],["28132.862","8855.515"],["26186.069","8540.394"],["25800.765","8068.273"],["20216.648","14556.655"],["28985.103","8377.435"],["28444.379","9506.832"],["29328.137","9152.515"],["28813.315","8864.022"],["21934.220","8824.685"],["21959.278","8745.503"],["21398.730","10401.080"],["19630.934","14672.440"],["18890.290","13055.990"],["18889.894","13054.436"],["26198.530","8306.041"],["14596.761","13640.221"],["14568.736","13785.494"],["14591.023","13681.366"],["29234.803","7541.834"],["29310.300","7745.330"],["25048.865","8095.044"],["23066.133","8358.950"],["21952.113","9710.327"],["21854.100","9683.627"],["27376.190","8435.583"],["27080.156","8708.027"],["19748.196","10949.299"],["21021.627","10764.644"],["26253.807","8631.640"],["14233.148","13286.777"],["25694.301","8172.170"],["26697.975","8757.229"],["26779.872","8855.464"],["28622.917","9027.866"],["28121.511","12711.332"],["29727.790","9440.815"],["20758.191","10817.827"],["27913.507","9929.527"],["27864.391","9980.870"],["23605.890","16551.503"],["21633.724","16663.396"],["26681.107","8973.334"],["30025.125","15768.837"],["29232.321","9219.053"],["24716.696","16824.627"],["29700.574","16189.922"],["25796.007","8657.102"],["31267.882","7913.295"],["18951.170","14296.125"],["26163.604","8744.368"],["26091.617","8766.854"],["29915.925","16226.169"],["25516.140","17229.322"],["27370.505","8816.568"],["27987.639","9325.287"],["31398.368","8891.101"],["26518.223","8815.412"],["29341.748","9476.631"],["29284.398","9416.408"],["29584.762","7984.613"],["22646.396","15052.243"],["29031.774","9398.704"],["18375.800","14398.252"],["26512.262","9015.568"],["25682.921","8393.258"],["24900.872","8399.497"],["23215.101","9786.086"],["30245.076","15465.259"],["22542.069","15224.445"],["29087.556","7605.959"],["21190.914","15949.032"],["20009.267","15008.561"],["20090.111","15014.556"],["27277.325","9015.927"],["27173.085","9132.112"],["28738.490","7887.861"],["28580.332","7888.255"],["30789.844","8184.343"],["22579.879","14781.176"],["14324.314","13502.389"],["18307.670","14047.975"],["25095.360","16444.686"],["25117.830","16454.642"],["25110.218","16378.187"],["17829.974","15741.912"],["27638.826","8915.413"],["27542.251","8810.592"],["27639.489","8810.941"],["26797.803","16965.881"],["18050.021","14926.653"],["22410.045","15196.758"],["23574.996","17231.877"],["22154.690","8779.820"],["22102.977","8802.241"],["26253.137","9024.211"],["25274.109","17638.059"],["22745.996","16675.360"],["16633.165","16152.664"],["18956.131","15263.902"],["30888.988","8124.465"],["28551.016","8272.166"],["29243.997","9688.120"],["27005.775","16338.783"],["14284.497","13831.474"],["29610.078","16135.984"],["29497.693","15998.151"],["28989.052","9068.812"],["25945.787","7978.375"],["23631.579","17488.068"],["23598.938","17437.209"],["20180.976","15001.225"],["20307.623","14932.246"],["25840.784","16439.452"],["28537.532","9639.910"],["26052.591","17410.007"],["28931.044","7601.846"],["28829.806","7683.173"],["21460.638","9993.835"],["19354.340","14237.802"],["28361.861","7820.403"],["28542.096","7738.322"],["19951.396","16022.721"],["26740.763","8661.141"],["26680.492","8674.420"],["28444.222","7670.302"],["29813.518","7934.725"],["22478.366","15271.811"],["27585.702","17514.157"],["19763.581","11532.389"],["27753.026","9395.768"],["21064.378","15235.054"],["25110.371","16290.880"],["27511.811","9723.817"],["20935.652","12813.132"],["20022.468","15869.409"],["21894.019","9405.703"],["26984.426","9105.744"],["21699.643","9750.759"],["21782.020","9596.888"],["30640.730","8077.367"],["19247.973","14768.779"],["20037.331","10118.808"],["26938.299","8787.752"],["22305.391","9989.631"],["28491.051","9212.599"],["31017.636","8019.294"],["27546.033","8582.898"],["26445.228","8486.092"],["26260.232","8486.568"],["24021.444","17437.970"],["19594.229","14327.919"],["19896.925","15443.583"],["27076.677","8992.590"],["27021.433","9107.081"],["27274.184","9797.161"],["29109.539","16203.622"],["25302.036","8159.575"],["20028.941","15159.662"],["27605.448","9001.865"],["19105.355","14417.049"],["19667.320","10098.931"],["27368.680","9049.409"],["21085.765","15028.330"],["21788.018","14380.008"],["26881.597","16397.933"],["17959.082","15653.312"],["23689.525","16634.875"],["23545.267","16741.577"],["23654.041","16689.093"],["20600.527","15952.409"],["19815.382","14489.594"],["24919.819","17146.645"],["24796.450","17185.951"],["24624.169","17182.213"],["21343.569","15162.732"],["20444.232","14836.221"],["30061.978","8089.860"],["27595.954","9713.583"],["27664.916","9801.474"],["22817.313","9447.286"],["21411.525","9221.379"],["23932.125","17506.645"],["23801.688","17526.173"],["25180.051","16868.208"],["29075.705","9205.471"],["26903.119","8945.141"],["19904.459","10405.986"],["27198.607","16892.544"],["28181.575","9798.826"],["16712.997","16046.061"],["27009.826","9523.880"],["28625.652","8951.969"],["28639.594","8327.318"],["21117.195","10637.462"],["19377.184","16743.671"],["19406.111","16656.315"],["27085.483","9633.430"],["20014.641","15599.453"],["20023.694","15528.840"],["19501.776","10374.791"],["30533.553","8118.200"],["18371.006","12943.514"],["24941.252","16220.724"],["24943.228","16279.233"],["30206.947","8143.822"],["20313.752","14694.256"],["20953.801","14066.885"],["28966.920","9501.304"],["25094.841","17238.677"],["27256.462","8776.558"],["27122.031","8942.272"],["27142.650","8938.979"],["22481.184","8450.311"],["24672.163","16774.923"],["19392.236","14120.988"],["25830.593","8798.959"],["20729.207","14712.528"],["26374.252","16903.186"],["27566.870","9543.037"],["28502.808","8089.141"],["27367.904","9392.536"],["27317.050","9548.417"],["17953.356","15506.324"],["17942.221","15474.900"],["17943.490","15312.278"],["30370.060","8204.396"],["14267.036","13780.536"],["14319.187","13749.979"],["25221.384","8372.731"],["27616.258","9869.443"],["27585.228","9957.576"],["25924.102","17465.376"],["28750.143","7959.941"],["28628.743","7953.968"],["26292.703","8929.040"],["26339.674","8800.716"],["26364.646","8889.654"],["26132.308","8026.481"],["23316.178","17509.666"],["25500.547","17798.201"],["27157.882","9212.994"],["27157.699","9292.685"],["25963.166","8592.967"],["25884.594","8608.658"],["25915.125","8687.096"],["25896.983","8631.583"],["27256.080","8597.822"],["25291.055","17577.576"],["22185.649","9517.760"],["21181.034","15556.638"],["21065.412","15614.356"],["27472.227","10021.753"],["22305.544","14585.436"],["26408.809","17271.314"],["25948.454","8413.594"],["25847.710","8488.020"],["27712.728","9411.834"],["21507.535","14254.509"],["14333.502","13228.985"],["28646.802","8289.437"],["27723.494","9270.871"],["27648.074","9203.580"],["20535.641","14445.726"],["14471.725","13359.800"],["13865.631","13689.454"],["21392.585","9928.847"],["30394.994","15137.161"],["22308.527","8600.612"],["18953.436","14229.731"],["23068.663","16548.300"],["22678.009","15271.044"],["27053.361","9316.874"],["20335.962","10956.060"],["20256.996","10868.110"],["28953.454","9217.636"],["20914.756","15734.825"],["29908.090","16138.642"],["27906.189","8991.891"],["27897.158","9148.833"],["27736.493","9109.266"],["27930.696","9093.293"],["25999.826","17535.290"],["26568.066","8625.097"],["20168.776","14867.153"],["26105.905","8554.415"],["26243.449","8691.841"],["26199.958","8647.544"],["26092.439","8734.501"],["25829.186","8012.666"],["20250.029","14543.192"],["28881.633","8365.379"],["19968.136","10630.597"],["28888.046","8916.845"],["21452.582","15670.898"],["21899.516","8846.664"],["27543.345","9593.845"],["26093.135","8277.226"],["26159.418","8250.731"],["14604.540","13663.403"],["29257.780","7580.512"],["29259.313","7754.281"],["25010.373","8059.697"],["23029.633","8331.933"],["19609.830","16603.681"],["19607.015","16682.978"],["19608.111","16745.815"],["21941.521","9713.514"],["22015.308","9665.942"],["26572.362","16792.186"],["27423.673","8474.470"],["19871.436","10950.669"],["20936.070","14023.330"],["20736.414","12955.875"],["25787.860","8201.322"],["26788.111","8912.955"],["26705.647","8885.984"],["28973.651","16190.691"],["28585.259","9050.927"],["28657.835","8983.836"],["16809.138","15897.044"],["28081.148","12710.875"],["29669.977","9391.005"],["30334.675","15606.550"],["22759.699","15610.458"],["20742.135","14145.963"],["20769.054","10791.168"],["19415.008","11493.197"],["27895.912","9903.336"],["27837.878","9963.876"],["23613.611","16524.891"],["28794.279","7712.405"],["29221.155","9263.884"],["21674.701","9571.769"],["24702.282","16833.284"],["20115.431","15498.573"],["14520.932","13548.397"],["14628.669","13473.870"],["14564.222","13578.309"],["14545.165","13470.304"],["31261.912","8000.512"],["19082.071","14431.023"],["26224.989","8863.441"],["28770.557","8564.895"],["29929.063","16181.869"],["25546.726","17280.069"],["27936.389","9332.752"],["29317.325","9394.476"],["22260.250","14667.937"],["29490.730","7937.888"],["20912.243","14980.600"],["31448.273","13950.960"],["29079.379","9588.080"],["22620.559","15062.888"],["22564.793","14930.325"],["26969.065","16357.578"],["25232.145","16945.675"],["29053.715","9392.841"],["23291.813","17416.446"],["26588.455","9000.763"],["26544.729","9025.114"],["25680.372","8370.005"],["23208.300","9797.380"],["22204.897","9868.326"],["22591.271","15239.938"],["22643.489","15191.145"],["29135.993","7513.722"],["28998.742","7593.324"],["21080.364","16073.048"],["21164.077","15958.467"],["27154.088","9108.611"],["27285.796","9085.226"],["28776.138","7862.047"],["30786.587","8177.786"],["22601.486","14702.118"],["14341.393","13541.373"],["14325.399","13498.112"],["29430.008","7879.216"],["25094.087","16436.666"],["27574.621","8823.154"],["27576.732","8826.877"],["18147.932","15031.342"],["18115.351","15055.112"],["18049.763","14928.374"],["18100.089","14920.782"],["27289.650","9719.990"],["19664.516","10354.257"],["22390.625","15272.946"],["20114.739","14754.836"],["23396.943","16926.350"],["23387.638","16786.547"],["22200.720","8874.829"],["22087.288","8834.074"],["26363.988","8954.361"],["17962.120","15764.269"],["17902.988","15792.273"],["17850.072","15729.477"],["18536.290","15092.870"],["25324.524","17623.954"],["17800.166","15546.510"],["22693.668","16673.605"],["19005.652","15244.457"],["17991.830","15367.219"],["16904.336","16036.028"],["28395.736","8165.673"],["21530.748","10328.851"],["21837.369","9353.362"],["14262.684","13899.076"],["14295.913","13844.885"],["15516.545","13199.104"],["18613.927","14559.678"],["18170.949","15092.649"],["23675.691","17585.195"],["23647.651","17582.351"],["29447.636","9771.583"],["26051.154","17446.601"],["19356.067","14214.532"],["26892.059","9298.914"],["23010.110","15812.456"],["19541.771","14603.599"],["27070.296","8462.202"],["28562.425","7752.938"],["28357.074","7858.107"],["27099.456","9424.672"],["26806.996","8633.495"],["26682.483","8659.986"],["28407.659","7682.210"],["29686.209","7955.002"],["29747.695","7897.285"],["23540.577","16778.449"],["23458.471","17380.730"],["23010.743","16169.400"],["21970.469","8713.743"],["21020.858","15214.410"],["25116.718","16247.337"],["27475.122","9687.585"],["27485.565","9769.946"],["20060.224","15866.633"],["20061.558","15761.455"],["19989.673","15813.141"],["20008.452","15756.092"],["26983.111","9150.666"],["22273.020","16227.116"],["21701.304","9723.757"],["27543.596","8916.321"],["19188.778","15123.912"],["19185.963","15203.209"],["19187.058","15266.046"],["20060.997","10124.030"],["26981.078","8743.821"],["30890.929","8086.563"],["30976.813","7984.298"],["26297.124","8414.627"],["26413.962","8433.095"],["23967.948","17484.996"],["23976.911","17448.567"],["18900.201","13015.873"],["27028.752","9114.381"],["25240.633","8278.524"],["20036.021","15197.935"],["18867.836","13206.848"],["22224.923","14327.994"],["27613.409","9022.327"],["19678.268","10135.276"],["21756.211","14345.056"],["26872.338","16391.690"],["19294.922","14178.232"],["24596.801","17200.049"],["17865.330","15510.107"],["17968.781","15552.087"],["17948.161","15648.338"],["27663.568","8998.831"],["23634.360","16721.805"],["23581.419","16704.547"],["23574.863","16734.345"],["23638.400","16667.653"],["23592.390","16642.585"],["23635.294","16589.162"],["29323.828","15977.656"],["19821.273","14461.566"],["24887.762","17102.654"],["24807.750","17134.258"],["21217.598","10599.697"],["27492.906","8561.011"],["20598.150","15859.220"],["21370.655","15120.498"],["20445.406","14749.309"],["20426.014","14852.959"],["20033.024","15421.085"],["30159.330","8077.077"],["27652.546","9734.433"],["22801.217","9542.488"],["23807.160","17524.890"],["23728.929","17534.863"],["28599.699","9552.584"],["29145.528","9165.572"],["22231.552","8429.590"],["20901.154","10859.055"],["25076.694","8363.741"],["26939.369","8930.311"],["19853.930","10357.859"],["22217.480","16050.055"],["22502.725","9839.096"],["19301.443","13409.361"],["19836.049","11463.983"],["16147.383","14731.247"],["22894.345","9504.132"],["19415.455","16689.589"],["19426.705","16724.226"],["19966.710","15614.532"],["30502.549","8145.698"],["30572.161","8131.290"],["18330.293","12941.506"],["18278.253","12954.506"],["24927.357","16247.805"],["24970.554","16222.274"],["30183.230","8201.130"],["20308.560","14748.462"],["20260.402","14692.289"],["19528.999","12627.968"],["22779.070","15471.630"],["25822.314","8804.592"],["29055.968","8769.530"],["28898.508","9389.625"],["28871.173","9489.838"],["19926.570","14421.734"],["22486.316","14910.009"],["27277.643","8843.852"],["27209.465","8799.894"],["27190.298","8898.863"],["24109.478","17220.973"],["22509.620","8345.511"],["21445.808","15793.590"],["20731.059","14731.645"],["31919.667","13168.522"],["28522.075","7905.447"],["27411.318","9387.081"],["17894.233","15392.749"],["17936.242","15385.820"],["17974.144","15450.940"],["17967.741","15483.169"],["17874.935","15484.714"],["17956.031","15395.308"],["17833.010","15492.936"],["26629.733","8520.628"],["26494.743","8529.851"],["27244.962","8614.668"],["27151.552","8657.975"],["30356.951","8133.810"],["14416.044","13677.067"],["14251.405","13769.830"],["14332.625","13790.168"],["25217.509","8383.732"],["27682.245","9857.007"],["27544.397","9831.568"],["27551.593","9889.748"],["30075.333","15609.106"],["25337.855","8534.068"],["28731.031","8035.152"],["26443.457","8786.067"],["22432.779","15298.314"],["26055.681","7957.752"],["26171.224","8089.145"],["14878.955","15414.247"],["25471.611","17811.506"],["27174.262","9256.946"],["25971.439","8602.909"],["25886.699","8587.040"],["25869.532","8674.572"],["25383.485","17520.413"],["20357.574","10948.298"],["31573.927","14025.205"],["21158.967","15581.846"],["21057.867","15589.198"],["22776.694","9590.266"],["25926.118","8487.946"],["25909.782","8507.161"],["27678.554","9477.722"],["21885.823","9347.425"],["21489.958","14419.544"],["14340.938","13255.053"],["14340.108","13334.608"],["14408.124","13272.482"],["28630.865","8175.184"],["27687.836","9278.947"],["27686.133","9218.576"],["22093.445","9605.588"],["20918.279","10777.339"],["28642.381","8602.088"],["16128.146","14695.921"],["19875.111","10741.555"],["30310.389","15130.010"],["27750.335","9362.773"],["18941.915","14210.254"],["24224.395","17187.745"],["28704.256","9290.156"],["19962.117","14411.663"],["20084.695","14384.309"],["21397.818","9218.226"],["21399.436","9356.398"],["27018.038","9216.435"],["20273.564","10881.570"],["28964.095","9212.351"],["28865.852","9334.973"],["20850.804","15767.909"],["27866.292","9139.239"],["27791.006","9160.299"],["27922.423","9046.274"],["27858.808","8997.412"],["26533.593","8708.136"],["26623.206","8607.599"],["26536.815","8557.713"],["20802.465","12827.724"],["28018.668","12799.354"],["22255.574","8637.422"],["26479.351","17329.580"],["27976.141","8891.223"],["26166.449","8685.425"],["26238.856","8609.212"],["26105.543","8619.221"],["26108.130","8731.825"],["20174.028","14552.890"],["28889.397","8481.200"],["28444.560","9503.001"],["29359.568","9158.246"],["20011.021","10453.913"],["21464.850","15634.346"],["22017.357","8762.095"],["27547.854","9631.208"],["19590.260","14837.308"],["18921.279","13106.781"],["26109.566","8314.501"],["26226.293","8263.696"],["14608.208","13638.272"],["14591.040","13672.745"],["29249.967","7550.603"],["29322.751","7798.823"],["13578.839","13106.805"],["19564.784","16640.648"],["21957.369","9751.259"],["27398.222","8484.689"],["27499.784","8513.087"],["19803.475","10920.851"],["21042.433","10766.494"],["14224.720","13290.481"],["25749.942","8203.995"],["26832.231","8919.576"],["26755.464","8920.584"],["28702.829","8985.674"],["19609.192","15245.302"],["19701.697","15134.846"],["16840.315","15906.479"],["22723.690","15551.521"],["20767.873","14096.304"],["19330.903","14240.346"],["20732.681","10779.545"],["27930.810","9950.518"],["23593.385","16525.797"],["21638.242","16615.917"],["17980.144","15253.968"],["21815.852","9526.682"],["28398.516","8224.335"],["24767.009","16883.386"],["24644.510","16828.993"],["20102.909","15491.732"],["25816.846","8658.159"],["25726.673","8731.471"],["14521.396","13595.867"],["14568.137","13580.571"],["14475.599","13396.678"],["14493.767","13432.997"],["31209.511","7912.519"],["19025.534","14254.289"],["18979.451","14265.113"],["26504.787","16569.036"],["29854.838","16247.024"],["25592.597","17236.439"],["27356.919","8901.094"],["26622.301","8794.850"],["26529.423","8840.718"],["26648.031","8925.258"],["29609.268","7972.541"],["22823.331","15548.707"],["20814.182","15015.418"],["29058.261","9682.382"],["22658.678","15059.316"],["26903.653","16443.184"],["25245.780","16910.431"],["28183.039","9805.135"],["18326.875","14438.463"],["18329.166","14304.095"],["18411.244","14370.463"],["24903.668","17204.729"],["26494.623","8976.387"],["26473.577","9094.875"],["24982.829","8405.409"],["30282.673","15493.711"],["23099.885","9788.624"],["25514.514","17617.777"],["18402.438","12108.904"],["22573.946","15180.875"],["22528.758","15187.467"],["22626.532","15163.778"],["29063.444","7583.532"],["21032.574","16031.301"],["20128.686","15051.161"],["25807.972","16175.888"],["27196.628","9142.053"],["27190.865","9098.174"],["27179.776","8997.282"],["28622.245","7831.803"],["28675.240","7894.877"],["28775.052","7868.224"],["28584.427","7876.198"],["30797.048","8180.214"],["30865.090","8143.573"],["20150.005","14957.698"],["22476.543","14836.174"],["22643.791","14690.040"],["14336.518","13488.104"],["14346.619","13546.244"],["23402.467","16764.471"],["25098.095","16453.546"],["27665.631","8794.595"],["26843.541","16960.791"],["18176.915","15077.472"],["18122.147","15014.268"],["18120.689","15010.787"],["22373.101","14923.597"],["19559.123","10307.036"],["21970.341","9528.188"],["22434.031","15234.480"],["20094.746","14777.888"],["27790.444","10015.965"],["23523.822","17359.381"],["23588.315","17209.599"],["23649.824","17396.138"],["19120.203","16510.373"],["28080.553","9524.669"],["22142.324","8848.310"],["19820.528","15690.011"],["19861.857","15701.822"],["26280.440","9055.474"],["26396.275","8956.442"],["17947.235","15791.450"],["17913.773","15774.682"],["25302.699","17687.460"],["17799.872","15634.989"],["22869.122","16584.692"],["22767.650","16661.143"],["14233.521","13720.540"],["13683.567","13320.739"],["19026.345","15152.529"],["17976.506","15338.090"],["17982.462","15356.325"],["27557.736","10031.084"],["28508.943","8263.776"],["29413.766","9413.024"],["26965.035","16321.376"],["21477.956","10293.521"],["20512.206","14620.290"],["14288.897","13870.831"],["18571.817","14627.899"],["29481.394","16102.776"],["26960.667","8692.161"],["29028.657","9007.623"],["25885.604","8057.407"],["29804.340","16021.598"],["26069.207","17559.345"],["28521.249","9651.817"],["29443.655","9765.473"],["29493.549","9775.672"],["29599.589","9633.313"],["28952.475","7674.843"],["28786.648","7672.306"],["21536.909","9937.353"],["26904.822","9291.449"],["19516.126","14515.233"],["28483.505","7850.477"],["28458.708","7775.581"],["26732.013","8593.495"],["29079.655","16086.100"],["28543.679","7601.103"],["29796.034","7971.653"],["27634.385","17577.000"],["24560.995","17154.236"],["24733.839","17133.718"],["26094.963","16476.089"],["27915.805","9466.900"],["21034.806","15203.692"],["25091.466","16256.043"],["27419.267","9718.303"],["27369.776","9784.312"],["20021.889","15830.886"],["27015.131","9139.494"],["27003.982","9112.846"],["22297.278","16221.728"],["21703.821","9691.734"],["27593.102","8916.883"],["27518.371","8861.205"],["19143.731","15160.879"],["14443.788","14035.569"],["19268.038","14739.308"],["19647.279","10004.586"],["22313.614","9879.920"],["31064.445","7958.997"],["26283.872","8502.475"],["24074.402","17462.167"],["18883.320","13011.691"],["27080.775","9092.730"],["25397.382","8132.342"],["20055.035","15228.817"],["28242.718","8415.683"],["22124.914","14319.425"],["28755.512","9632.002"],["21090.993","15913.362"],["23141.934","16523.748"],["23192.975","16557.489"],["27633.014","9021.468"],["19138.047","14419.801"],["25131.879","8178.933"],["21125.811","15009.950"],["21806.245","14344.884"],["26768.961","16460.010"],["29993.037","15699.258"],["19285.041","14114.450"],["22897.847","16650.949"],["18900.644","13202.874"],["17934.627","15699.594"],["17901.818","15588.402"],["17896.695","15640.381"],["17844.791","15666.560"],["17968.578","15552.821"],["17970.770","15552.580"],["17845.853","15576.628"],["17954.837","15682.042"],["17857.156","15651.198"],["17855.932","15602.332"],["28779.501","7994.524"],["19123.477","15331.972"],["19224.334","15328.477"],["27701.019","9030.094"],["23624.998","16740.971"],["23559.264","16702.571"],["23615.624","16623.311"],["23097.726","8275.386"],["21382.388","15097.822"],["19991.005","15440.930"],["30063.919","7993.443"],["27689.756","9776.804"],["23873.397","17479.844"],["23793.357","17575.405"],["29911.042","15239.696"],["28781.528","8534.358"],["29618.974","16190.703"],["19645.387","16808.245"],["26082.636","16276.731"],["25815.476","16481.798"],["25658.994","16480.566"],["22524.748","9861.583"],["26986.553","9511.295"],["19823.039","11395.345"],["19544.530","16811.741"],["22917.116","9433.347"],["21128.543","10621.905"],["26577.061","16555.707"],["19460.513","16685.668"],["19447.398","16632.298"],["27049.611","9660.664"],["20030.148","15716.318"],["20069.589","15692.491"],["30515.773","8120.496"],["30606.421","8160.340"],["18202.823","12969.323"],["18318.184","12914.970"],["24948.027","16279.955"],["24911.631","16235.261"],["30200.368","8173.483"],["20288.399","14728.387"],["20958.475","14139.579"],["20855.187","14058.883"],["28818.640","9468.764"],["23315.852","16597.578"],["23406.735","16640.621"],["27224.258","8756.706"],["27146.965","8800.340"],["27163.686","8904.115"],["22471.079","8356.547"],["18699.150","15030.604"],["19807.740","10086.729"],["19373.344","14123.988"],["21531.614","15795.530"],["25859.122","8820.112"],["19616.352","15353.611"],["32013.495","13111.911"],["25069.217","17197.365"],["22224.037","14666.194"],["27378.264","9397.585"],["27349.287","9542.372"],["23509.735","17645.060"],["17981.091","15446.087"],["17880.257","15496.673"],["26616.180","8483.964"],["27142.624","8726.028"],["30384.418","8135.461"],["25231.467","8495.437"],["22273.701","8386.048"],["22311.118","8442.076"],["27578.394","9807.502"],["27529.751","9969.186"],["26376.434","8794.275"],["26055.203","8007.439"],["23414.588","17463.495"],["23446.643","17426.130"],["26229.676","8973.351"],["14863.244","15403.046"],["25497.668","17743.337"],["16911.869","16017.597"],["16803.330","15995.519"],["27118.559","9327.279"],["27214.823","9287.875"],["27202.815","9231.512"],["25924.334","8621.340"],["25876.929","8600.549"],["25943.616","8697.595"],["25905.815","8628.858"],["27254.304","8593.776"],["22188.165","9506.513"],["21449.556","15986.799"],["20392.091","10950.799"],["21182.427","15530.572"],["21043.829","15665.803"],["26426.358","17290.967"],["14281.322","13334.856"],["14396.217","13324.428"],["14451.941","13368.475"],["14460.877","13390.170"],["22055.341","9649.840"],["20859.431","10832.696"],["19868.438","10663.098"],["23049.301","9876.096"],["22928.760","9332.472"],["22334.623","8627.558"],["29793.863","7891.537"],["24168.756","17188.928"],["22968.374","16547.358"],["18520.704","12117.527"],["20916.137","15772.239"],["20909.842","12922.151"],["31446.049","14083.243"],["20195.645","14592.590"],["20206.426","15995.172"],["21463.308","15706.893"],["18878.077","13111.767"],["21978.531","8773.044"],["21931.966","8848.005"],["23600.913","17686.658"],["14607.994","13643.409"],["29248.339","7588.572"],["29263.359","7754.677"],["19600.503","16607.807"],["26572.749","16800.548"],["27482.390","8434.471"],["19827.768","11042.445"],["21063.962","10793.086"],["18205.336","13926.470"],["18234.191","13924.058"],["14134.796","13254.644"],["19653.632","15149.314"],["16826.269","15856.306"],["28022.827","12745.171"],["22744.441","15540.411"],["20741.250","10769.768"],["21643.254","16655.972"],["17978.665","15241.493"],["24631.529","16796.160"],["29796.166","16204.142"],["14556.711","13496.233"],["14481.759","13423.543"],["31220.629","7987.862"],["18957.013","14251.721"],["29965.913","16143.861"],["25520.845","17202.354"],["22288.721","14632.093"],["22772.810","16474.607"],["22638.849","15064.270"],["26908.242","16397.057"],["25209.382","16919.151"],["18377.412","14385.046"],["18308.825","14381.376"],["30105.187","15128.234"],["30197.823","15205.369"],["30252.083","15472.163"],["25434.863","17496.802"],["18427.552","12110.688"],["22135.884","9977.195"],["22579.184","15200.556"],["29154.332","7529.675"],["28993.512","7610.268"],["21196.255","15942.222"],["20090.823","14977.811"],["30746.554","8194.649"],["25968.919","17406.012"],["22539.125","14861.563"],["22641.207","14762.225"],["14372.518","13560.923"],["14398.947","13498.206"],["14325.876","13486.254"],["29438.150","7856.590"],["25101.306","16450.913"],["25157.269","16412.247"],["18120.755","15084.018"],["18102.353","14915.925"],["18092.112","14955.975"],["22450.246","14965.722"],["19652.772","10415.727"],["22378.191","15226.291"],["20073.154","14697.369"],["20104.883","14706.067"],["23461.071","16864.428"],["23430.786","16796.132"],["28203.200","12095.935"],["19129.772","16552.800"],["22126.197","8881.152"],["17903.189","15796.768"],["17952.950","15727.129"],["25295.455","17686.381"],["17820.237","15647.566"],["17827.388","15715.973"],["14250.458","13676.800"],["17997.979","15334.697"],["27013.736","16348.345"],["21965.685","9249.219"],["19571.271","14918.218"],["20586.668","14875.647"],["18177.944","15100.372"],["20178.019","15017.542"],["20207.322","14934.319"],["28862.569","7636.171"],["19354.345","14166.784"],["19317.860","14232.947"],["20071.309","15930.233"],["29646.916","8018.404"],["20427.269","14879.204"],["23457.037","17327.907"],["23390.969","17385.453"],["23035.138","16169.009"],["22513.292","15274.697"],["27567.183","17512.083"],["21066.774","15198.114"],["25113.778","16250.036"],["19977.404","15789.521"],["20042.628","15891.152"],["20083.611","15785.675"],["22297.472","16179.932"],["21735.622","9666.517"],["17992.485","16911.073"],["19135.813","16623.600"],["19242.931","14776.463"],["20038.167","10150.902"],["30961.209","8101.592"],["31053.326","8027.552"],["23994.758","17497.104"],["27767.711","17155.140"],["19626.843","14322.300"],["29131.859","16224.167"],["25347.283","8213.270"],["22230.262","14366.017"],["21147.850","15739.298"],["23297.807","16545.197"],["23269.275","16527.223"],["23125.241","16483.553"],["19123.498","14401.258"],["19699.351","10072.740"],["24997.208","8142.285"],["21133.885","15082.739"],["21737.517","14343.496"],["26763.632","16394.230"],["29897.708","15709.531"],["19297.042","14116.378"],["22943.064","16611.358"],["17868.431","15706.207"],["17968.791","15557.716"],["17934.202","15621.837"],["17837.173","15647.020"],["31367.800","9347.743"],["23551.361","16683.861"],["23622.900","16690.065"],["23615.060","16696.169"],["23697.923","16677.962"],["23610.509","16611.238"],["23530.133","16772.767"],["20577.711","15948.443"],["24797.536","17186.826"],["24622.097","17183.550"],["21324.034","15166.817"],["20414.245","14801.948"],["30073.096","8010.570"],["21427.136","9271.537"],["23891.626","17497.992"],["25177.124","8484.483"],["29514.683","16178.994"],["22223.966","16098.285"],["22517.677","9820.223"],["16663.145","16053.344"],["19797.447","11461.043"],["16174.732","14712.320"],["21104.362","10611.086"],["19422.713","16627.192"],["20064.887","15696.976"],["20016.310","15599.185"],["30491.053","8147.878"],["30633.641","8109.473"],["18302.918","12950.834"],["24952.332","16256.836"],["24923.535","16236.006"],["20314.944","14696.819"],["22807.826","15492.755"],["20966.882","14165.754"],["20840.691","14167.783"],["20804.568","14074.911"],["23057.613","8262.153"],["23354.181","16629.268"],["13853.988","12942.672"],["24684.711","16772.302"],["21539.316","14212.006"],["21480.287","15768.140"],["20674.787","14774.618"],["25111.309","17121.913"],["25015.542","17147.162"],["22243.444","14688.128"],["17927.980","15352.343"],["30392.839","8170.342"],["30265.023","8119.495"],["14333.144","13801.971"],["14368.650","13718.220"],["14271.474","13645.009"],["14376.552","13689.842"],["25385.813","8513.644"],["22444.408","8408.118"],["22329.962","8457.170"],["25936.447","17443.779"],["25459.354","17784.024"],["25466.387","17642.783"],["16823.108","15993.115"]] \ No newline at end of file diff --git a/src/gathering/10633.json b/src/gathering/10633.json new file mode 100644 index 0000000..2034dad --- /dev/null +++ b/src/gathering/10633.json @@ -0,0 +1 @@ +[["16927.367","7318.569"],["16942.921","7374.371"],["16885.410","7336.876"],["16852.740","7354.434"],["16828.988","7295.229"],["16906.990","7305.892"],["16948.284","7434.005"],["16961.830","7336.673"],["16808.332","7371.511"],["16787.121","7421.083"],["16817.928","7273.468"],["16934.593","7409.731"],["16948.647","7332.190"],["16963.645","7348.508"],["16840.091","7355.392"],["16789.424","7327.819"],["16935.719","7455.773"],["16968.151","7391.729"],["16843.946","7325.034"],["16824.417","7359.851"],["16800.615","7451.203"],["16828.259","7335.360"],["16804.409","7267.658"],["16979.205","7473.477"],["16926.210","7326.197"],["16976.677","7332.210"],["16922.565","7342.681"],["16957.791","7453.692"],["16926.179","7465.764"],["16952.457","7386.908"],["16964.845","7363.537"],["16981.704","7366.807"],["16869.785","7347.445"],["16861.035","7329.113"],["16900.229","7370.847"],["16819.943","7405.813"],["16854.516","7410.454"],["16848.726","7416.961"],["16789.496","7451.203"],["16781.101","7403.164"],["16780.328","7440.191"],["16782.122","7280.966"],["31715.380","10502.985"],["31656.236","10523.877"],["31680.117","10476.230"],["31531.569","10567.586"],["31644.546","10494.918"],["31662.128","10512.606"],["31518.098","10513.614"],["31696.088","10639.814"],["31711.466","10448.551"],["31608.904","10537.577"],["31587.342","10570.624"],["31653.000","10545.554"],["31686.042","10529.501"],["31581.108","10597.131"],["31583.575","10588.114"],["31662.173","10625.941"],["31643.045","10638.988"],["31677.440","10600.121"],["31546.421","10502.714"],["32214.270","10886.356"],["32185.356","10956.645"],["32203.828","10892.857"],["32189.846","10947.397"],["32170.471","10924.507"],["32157.002","10900.025"],["32183.516","11029.175"],["32161.984","10881.369"],["31133.532","10002.085"],["31170.687","9841.199"],["31164.632","9864.341"],["31175.302","9848.143"],["6419.157","7612.277"],["6322.095","7527.799"],["32139.356","12135.250"],["26942.245","15420.987"],["26940.573","15427.021"],["26947.997","15498.489"],["26952.512","15438.025"],["26989.716","15476.051"],["20027.878","11005.468"],["20075.561","10960.716"],["20045.461","10983.949"],["20105.238","10958.390"],["20047.092","10916.256"],["20060.737","11017.309"],["31492.876","10229.790"],["31480.574","10356.280"],["31434.710","10407.404"],["31392.309","10279.956"],["31493.189","10368.700"],["31513.814","10403.365"],["31496.495","10426.024"],["31427.638","10252.474"],["31489.077","10275.422"],["31467.991","10372.185"],["31483.830","10384.753"],["31510.689","10250.847"],["31459.299","10344.117"],["19121.467","14944.550"],["19127.681","14944.291"],["32301.686","12713.499"],["32321.651","12604.981"],["32346.959","12638.214"],["32237.847","12692.757"],["32337.101","12739.868"],["32313.310","12716.449"],["32207.769","12616.163"],["6463.476","7417.342"],["6613.488","7424.514"],["6571.825","7451.495"],["6667.808","7377.863"],["6511.226","7271.079"],["6585.071","7442.059"],["6594.566","7400.923"],["6608.546","7375.962"],["6536.301","7276.508"],["6483.821","7434.237"],["6661.609","7371.348"],["6655.587","7412.768"],["6599.932","7411.139"],["6545.093","7461.940"],["6531.905","7279.950"],["6550.135","7403.344"],["6634.126","7388.074"],["6642.570","7451.538"],["6470.768","7307.584"],["6464.351","7415.233"],["6564.868","7472.172"],["6534.768","7405.840"],["6484.594","7310.492"],["6581.928","7274.789"],["27659.364","16726.731"],["27621.560","16712.837"],["27627.406","16708.540"],["27629.442","16737.936"],["27676.194","16751.245"],["27672.239","10361.836"],["27605.473","10410.640"],["27593.775","10427.963"],["27719.825","10318.652"],["27738.868","10845.009"],["32158.542","11548.014"],["32261.782","11505.735"],["32238.830","11656.693"],["32191.626","11666.288"],["32191.338","11610.079"],["32300.944","11567.701"],["32228.016","11519.757"],["32147.251","11512.019"],["32159.825","11501.392"],["32176.848","11498.898"],["32220.294","11650.302"],["32161.593","11658.212"],["27741.481","16978.550"],["27766.279","16952.160"],["27738.052","16918.955"],["27805.766","16964.714"],["27741.533","16923.315"],["27809.505","16942.430"],["27789.624","16918.401"],["27763.113","16929.637"],["5668.450","7979.518"],["5628.877","7921.436"],["5645.280","7971.290"],["5682.887","7965.118"],["5674.942","8020.263"],["5662.994","7993.522"],["28221.202","10851.115"],["28319.408","10722.665"],["28204.749","10800.036"],["28239.181","10824.142"],["28244.824","10824.048"],["28237.266","10811.029"],["28301.035","10695.374"],["28309.221","10813.158"],["28169.316","10774.135"],["28222.433","10718.217"],["28240.042","10740.940"],["28306.950","10695.680"],["28341.458","10680.788"],["28214.965","10694.635"],["28341.375","10796.496"],["28163.722","10790.282"],["28378.689","9981.278"],["7673.380","8942.303"],["7688.042","8917.253"],["7658.091","8922.267"],["7593.717","8924.220"],["7550.855","8972.715"],["7628.953","8953.641"],["7700.996","8925.328"],["7718.662","8883.137"],["7709.454","8968.061"],["7672.244","8923.873"],["7627.636","8920.547"],["7544.185","8945.452"],["7603.969","8945.661"],["7692.686","8881.537"],["31290.199","9913.773"],["31181.698","9964.976"],["31303.456","9904.905"],["31172.790","9952.361"],["31286.517","10001.813"],["27894.030","11608.607"],["27921.587","11629.580"],["27731.835","11557.532"],["27864.912","11584.631"],["27855.217","11512.867"],["27885.764","11548.987"],["27872.648","11633.512"],["27868.569","11577.607"],["27918.673","11507.605"],["27851.674","11508.756"],["27843.783","11606.245"],["7958.004","8528.843"],["7978.196","8526.578"],["7938.867","8444.291"],["7950.226","8510.631"],["7999.791","8528.295"],["7935.823","8359.906"],["7995.301","8515.298"],["7981.568","8496.834"],["7930.421","8346.040"],["7948.755","8392.286"],["7950.983","8484.157"],["5752.655","7371.762"],["5700.106","7397.654"],["5646.591","7375.429"],["5809.910","7406.241"],["5753.299","7346.313"],["5622.808","7388.691"],["5741.254","7470.275"],["5676.818","7340.185"],["5703.532","7377.462"],["5707.402","7447.304"],["5624.502","7355.875"],["5648.237","7445.404"],["5652.181","7280.463"],["5678.189","7407.034"],["5708.587","7330.287"],["5759.850","7352.638"],["5649.304","7419.824"],["5667.298","7362.307"],["5815.051","7360.129"],["31091.227","10008.752"],["28234.383","10092.822"],["28240.765","10109.205"],["28271.931","10012.958"],["28295.442","10137.082"],["28240.584","10131.599"],["28240.064","10073.387"],["31342.802","10522.235"],["31324.052","10502.103"],["31374.102","10517.379"],["31452.095","10574.070"],["31405.236","10566.364"],["31357.802","10545.835"],["31395.352","10494.087"],["31453.065","10511.857"],["31457.852","10580.181"],["31469.184","10511.450"],["31330.648","10583.077"],["31374.332","10523.358"],["31383.427","10570.773"],["31464.266","10438.370"],["31412.276","10548.461"],["31512.934","10540.236"],["31434.184","10633.723"],["31307.046","10517.060"],["31409.085","10560.247"],["31336.815","10503.005"],["27916.203","10255.936"],["27745.006","10341.046"],["27784.776","10321.162"],["27912.716","10253.719"],["27800.253","10325.968"],["31366.244","11818.931"],["31408.333","11857.032"],["31409.977","11757.808"],["31489.681","11864.200"],["31413.760","11781.524"],["31510.175","11784.332"],["31443.925","11726.413"],["31367.675","11899.361"],["31376.885","11905.901"],["15484.595","5151.200"],["15431.548","5162.948"],["15477.589","5155.792"],["15397.348","5149.847"],["15397.035","5171.301"],["15501.240","5156.865"],["6585.021","7831.699"],["6582.573","7717.091"],["6548.585","7808.659"],["6491.983","7868.084"],["6476.752","7889.746"],["6635.832","7885.283"],["6614.011","7782.849"],["6492.942","7740.094"],["6506.291","7828.394"],["6635.029","7847.092"],["6473.384","7824.053"],["6513.871","7885.871"],["6590.469","7875.993"],["6530.865","7856.990"],["6568.792","7831.379"],["31851.244","11047.088"],["31787.525","10943.351"],["31848.207","11040.581"],["31743.573","10938.492"],["31800.158","11008.718"],["31831.096","11003.351"],["31879.650","11026.945"],["31855.522","11011.668"],["31867.658","11033.694"],["31730.502","10872.320"],["31768.968","10914.697"],["31827.109","11043.830"],["31908.267","11028.657"],["31770.243","11039.331"],["31857.956","10859.611"],["31868.799","10859.095"],["31760.144","10912.088"],["31735.707","11020.152"],["31875.382","10899.186"],["31914.807","10927.146"],["31894.149","10865.941"],["31807.603","10969.789"],["31803.886","10950.505"],["31797.993","10899.615"],["31798.514","10864.787"],["31837.872","10869.643"],["31833.004","10977.289"],["31875.999","11021.858"],["31831.361","11052.709"],["31848.187","11036.177"],["31866.377","10882.420"],["31843.318","11037.597"],["31860.012","10899.183"],["31835.095","11002.321"],["31903.795","10925.953"],["31736.887","11061.098"],["31722.484","11036.769"],["31881.386","10943.645"],["31754.455","10975.721"],["31889.231","10980.177"],["31838.037","10941.204"],["31849.566","10920.543"],["31866.096","10877.967"],["31882.872","11030.023"],["31847.562","10977.647"],["31880.489","10990.149"],["31897.660","10968.068"],["16118.246","7476.271"],["16095.918","7484.139"],["16062.435","7524.650"],["16031.397","7506.737"],["16141.256","7494.058"],["16158.941","7484.014"],["5587.649","8848.071"],["5567.679","8849.171"],["5601.102","8856.973"],["32009.924","11528.312"],["32000.500","11609.121"],["31936.125","11560.054"],["31963.880","11692.630"],["32017.975","11687.296"],["31992.564","11624.075"],["31956.996","11621.375"],["32041.338","11508.378"],["32121.659","11613.919"],["32052.531","11513.836"],["32061.034","11587.626"],["31984.891","11595.132"],["31988.526","11548.890"],["32070.080","11563.250"],["32075.968","11655.801"],["31965.360","11593.010"],["5267.258","8575.184"],["5301.713","8713.281"],["5233.772","8597.273"],["5199.366","8670.470"],["5324.094","8613.856"],["5309.241","8592.395"],["5303.221","8683.679"],["5243.920","8625.316"],["5296.461","8578.667"],["5335.923","8622.780"],["5319.231","8683.375"],["5236.916","8658.579"],["5367.624","8550.562"],["5276.696","8598.103"],["5302.821","8720.902"],["5242.848","8614.577"],["5268.926","8535.789"],["5225.239","8715.080"],["22923.652","16506.987"],["22901.344","16546.303"],["22914.061","16554.084"],["22924.101","16561.129"],["31017.303","9374.342"],["31047.956","9309.253"],["31010.290","9321.729"],["19502.153","11476.551"],["19493.930","11487.628"],["27852.043","11959.961"],["27796.362","12017.907"],["27794.171","11966.875"],["27859.615","11956.085"],["30958.530","10804.009"],["30885.635","10828.876"],["30958.082","10811.690"],["30843.729","9758.288"],["30760.781","9721.995"],["30786.542","9770.278"],["30702.426","9758.515"],["30810.796","9704.866"],["30844.996","9748.477"],["30762.058","9655.476"],["4665.825","9560.498"],["4608.614","9411.344"],["4710.589","9468.835"],["4581.368","9490.389"],["4637.659","9490.625"],["4584.284","9415.927"],["4661.413","9554.118"],["4578.955","9428.297"],["4693.895","9448.351"],["4591.670","9531.503"],["4587.129","9444.763"],["4719.047","9473.195"],["4670.253","9417.190"],["32325.500","10394.815"],["32174.727","10326.772"],["32294.776","10225.616"],["32209.134","10293.725"],["32232.523","10324.923"],["32216.106","10356.209"],["32163.655","10347.357"],["32250.319","10405.055"],["32317.934","10411.215"],["32277.424","10412.701"],["32206.766","10315.245"],["32328.509","10355.790"],["6176.450","9576.079"],["6124.735","9550.752"],["6049.023","9582.183"],["6059.688","9564.309"],["6132.416","9566.937"],["6084.446","9556.248"],["6169.021","9556.654"],["6151.199","9559.158"],["6111.242","9546.793"],["6215.820","9518.275"],["28902.659","11356.087"],["28786.244","11317.557"],["28831.274","11403.643"],["28986.449","11431.005"],["28814.299","11316.638"],["28886.536","11422.294"],["28962.824","11325.032"],["28821.029","11381.438"],["28810.835","11405.726"],["28984.276","11389.025"],["28952.529","11368.359"],["28967.731","11325.827"],["28892.270","11321.712"],["28908.813","11456.477"],["28983.783","11381.246"],["28881.085","11451.337"],["28981.830","11451.670"],["28784.206","11321.404"],["31956.046","11089.015"],["31976.046","11200.081"],["31980.816","11187.380"],["32055.093","11069.659"],["32099.106","11225.960"],["31983.269","11126.119"],["31966.854","11234.146"],["31984.157","11133.039"],["32001.361","11232.197"],["31994.206","11204.715"],["31970.241","11138.021"],["32107.198","11146.147"],["32113.411","11215.545"],["32013.592","11257.478"],["32111.700","11161.028"],["31959.500","11126.538"],["31945.405","11150.287"],["32042.578","11157.862"],["31955.292","11081.214"],["31995.473","11153.700"],["31974.815","11092.065"],["31940.816","11242.711"],["32041.425","11274.982"],["32058.152","11245.255"],["32015.718","11187.468"],["32089.254","11271.415"],["32096.819","11150.242"],["31988.592","11204.579"],["31938.954","11194.042"],["31987.346","11070.386"],["31966.392","11094.036"],["32040.142","11139.090"],["31947.510","11103.516"],["31950.572","11130.463"],["32015.851","11170.925"],["32000.637","11069.373"],["31948.335","11134.030"],["32087.148","11247.897"],["31938.612","11100.317"],["32037.231","11242.695"],["31996.046","11129.235"],["32047.708","11211.068"],["32101.688","11209.664"],["31963.345","11224.678"],["32120.516","11180.368"],["6348.982","9545.581"],["6384.951","9536.517"],["6316.410","9554.175"],["6408.947","9457.310"],["6407.564","9463.270"],["6279.335","9593.411"],["6415.921","9469.449"],["6385.474","9527.843"],["6261.162","9486.579"],["6424.178","9469.697"],["6322.559","9527.621"],["6388.524","9558.817"],["6451.997","9482.089"],["6423.743","9488.231"],["6451.398","9519.771"],["6395.168","9366.908"],["6435.236","9433.674"],["6318.165","9506.643"],["6242.054","9474.409"],["28799.877","11743.586"],["28912.285","11891.410"],["28962.602","11854.532"],["28898.395","11898.875"],["28797.801","11778.044"],["28958.410","11884.156"],["28923.747","11903.826"],["28951.680","11875.874"],["6901.364","6084.801"],["6961.160","6009.219"],["6970.150","6154.183"],["6982.921","6118.289"],["6982.988","6062.506"],["6903.393","6077.842"],["6980.107","6136.752"],["6989.739","6066.774"],["6948.692","6078.095"],["6935.553","6042.686"],["6981.033","6163.852"],["6912.656","5996.585"],["6998.295","6131.689"],["6935.933","6023.930"],["6979.940","6072.286"],["6949.819","6093.465"],["6912.427","6069.222"],["6983.692","6132.788"],["6919.339","6025.977"],["6961.117","6012.986"],["6709.745","7409.306"],["6809.918","7419.351"],["6821.976","7386.600"],["6839.329","7385.581"],["6698.413","7472.642"],["6775.816","7424.111"],["6801.831","7428.588"],["6677.173","7466.842"],["6694.597","7418.687"],["6782.804","7383.280"],["6852.519","7431.503"],["6678.258","7399.559"],["6843.514","7424.317"],["6708.199","7435.021"],["6839.529","7363.767"],["6870.676","7454.931"],["6795.120","7382.178"],["6852.270","7410.403"],["6685.293","7374.964"],["6722.048","7451.107"],["6776.256","7410.357"],["6838.244","7374.664"],["31116.059","10771.758"],["31162.424","10664.624"],["31128.115","10680.775"],["31155.138","10651.263"],["31098.608","10685.053"],["31207.786","10676.069"],["31202.506","10709.215"],["31192.292","10659.206"],["31226.947","10733.443"],["31231.075","10689.380"],["31190.006","10819.983"],["31188.855","10702.163"],["31227.621","10817.060"],["31113.575","10682.262"],["28100.840","11336.965"],["28095.454","11304.228"],["28005.084","11347.899"],["27992.855","11390.872"],["28048.100","11346.663"],["28087.470","11367.794"],["27958.822","11355.600"],["28000.126","11352.071"],["28083.426","11371.888"],["28037.895","11374.281"],["28044.902","11343.988"],["28143.846","11369.631"],["28111.637","11299.722"],["27956.266","11356.571"],["28067.333","11282.217"],["27984.788","11404.180"],["28092.391","11324.427"],["28016.505","11379.815"],["28122.217","11369.453"],["27937.101","11406.663"],["30925.140","9649.999"],["31059.774","9589.798"],["30992.220","9600.197"],["31067.430","9714.886"],["30945.220","9625.368"],["31034.114","9769.825"],["30931.365","9639.491"],["31058.949","9633.480"],["32141.552","11161.738"],["7500.673","7888.799"],["7429.324","7893.387"],["7344.455","7757.663"],["7428.066","7857.198"],["7338.834","7752.349"],["7421.138","7882.520"],["21238.103","9942.159"],["21276.943","9808.921"],["21203.646","9903.579"],["21214.353","9913.924"],["21261.671","9899.638"],["21269.755","9880.121"],["21302.153","9857.774"],["21277.345","9828.337"],["21240.195","9907.951"],["21270.474","9900.843"],["21338.396","9878.674"],["21209.969","9909.560"],["21288.089","9823.904"],["21300.721","9872.502"],["21324.419","9912.708"],["6798.015","6038.762"],["6698.631","6029.774"],["6746.109","6079.038"],["6792.024","6105.370"],["6715.069","6021.026"],["6792.543","6110.331"],["6804.584","6053.455"],["6792.355","6012.000"],["6749.662","6061.466"],["6759.612","6117.452"],["6804.197","6006.166"],["6715.173","6010.407"],["6762.343","6054.678"],["6798.553","6033.317"],["30444.940","9783.847"],["7922.765","8447.462"],["7874.468","8515.256"],["7931.593","8374.788"],["7883.695","8516.743"],["7924.740","8467.903"],["7910.936","8411.508"],["7928.270","8387.802"],["7904.591","8462.508"],["7897.745","8416.446"],["7846.878","8530.135"],["7799.587","8516.346"],["7891.935","8502.342"],["7920.816","8501.764"],["7096.741","7634.498"],["7149.098","7627.354"],["7143.899","7679.671"],["7142.149","7611.049"],["7140.708","7600.297"],["7113.553","7618.553"],["7114.789","7573.722"],["7095.654","7540.798"],["7184.947","7668.907"],["7130.195","7645.949"],["7095.373","7626.804"],["7218.755","7681.312"],["7098.027","7585.274"],["7115.842","7677.269"],["31551.301","9789.138"],["28087.122","11187.004"],["28065.135","11203.788"],["28020.366","11240.834"],["28055.993","11130.256"],["28025.467","11210.703"],["28049.611","11159.125"],["28046.730","11191.757"],["28068.488","11133.833"],["28014.932","11109.996"],["27944.050","11127.298"],["28016.774","11093.481"],["28055.765","11163.958"],["28087.074","11132.998"],["27940.828","11235.324"],["28085.489","11191.566"],["27973.812","11077.172"],["28115.036","11259.461"],["28034.877","11109.117"],["27997.465","11220.704"],["28037.989","11240.239"],["28106.539","11085.766"],["28085.327","11069.679"],["28060.379","11107.804"],["28735.166","10884.857"],["28674.737","10939.104"],["28672.606","10941.719"],["28727.906","10901.865"],["28612.605","10953.438"],["28573.540","11051.930"],["14944.080","5711.148"],["15092.250","5635.351"],["14893.755","5770.386"],["14963.094","5769.727"],["14998.499","5739.045"],["15064.995","5764.044"],["14983.176","5735.888"],["14928.287","5761.462"],["15075.341","5779.833"],["14935.380","5718.827"],["15092.925","5643.377"],["14914.114","5766.069"],["14986.575","5775.726"],["14998.926","5750.100"],["14940.611","5730.647"],["14923.110","5716.879"],["14955.972","5779.752"],["15089.767","5626.862"],["27357.144","11887.211"],["19415.174","11713.579"],["19436.702","11742.605"],["19459.429","11783.596"],["19465.811","11782.308"],["19444.206","11727.679"],["19403.206","11718.178"],["6653.491","5856.130"],["6580.673","5931.290"],["6670.571","5825.490"],["6508.030","5930.631"],["6660.884","5857.983"],["6655.115","5933.997"],["6589.029","5931.720"],["6512.203","5934.244"],["6648.168","5968.672"],["6526.180","5921.328"],["6489.111","5965.716"],["6650.246","5946.652"],["6585.229","5934.494"],["6507.747","5896.605"],["6479.517","5947.215"],["6614.604","5944.412"],["6541.883","5931.209"],["27710.129","11430.193"],["27680.232","11345.752"],["27680.358","11352.023"],["27717.275","11458.703"],["27595.807","11351.048"],["27715.560","11431.477"],["27702.317","11404.006"],["27549.603","11473.352"],["27644.737","11354.828"],["27604.367","11449.340"],["27684.722","11300.188"],["27667.041","11419.092"],["27691.871","11290.377"],["32143.783","12622.715"],["32106.118","12626.779"],["32079.688","12737.547"],["32050.477","12657.332"],["31425.783","11952.193"],["31442.625","11995.215"],["31408.958","11995.925"],["31432.461","12005.785"],["31401.770","11919.278"],["31471.474","12014.422"],["31375.866","12014.241"],["31392.264","11973.068"],["31457.527","11967.172"],["31511.869","11983.836"],["16969.913","7488.522"],["16797.457","7488.312"],["16833.384","7576.293"],["16795.198","7671.082"],["16985.387","7545.688"],["16940.839","7652.999"],["16834.272","7591.586"],["16913.728","7680.005"],["16984.268","7552.096"],["16935.669","7653.276"],["16931.623","7486.458"],["16840.555","7542.849"],["16875.258","7658.080"],["16830.527","7679.720"],["16979.781","7585.871"],["16895.783","7666.784"],["16820.588","7569.026"],["16871.492","7680.623"],["17001.934","7597.947"],["16950.708","7638.980"],["16796.522","7554.834"],["16803.271","7572.370"],["16798.923","7606.947"],["16982.048","7536.952"],["16934.896","7604.279"],["16861.376","7659.946"],["16848.455","7666.029"],["16955.518","7537.629"],["16917.583","7648.986"],["16938.866","7624.874"],["16928.908","7679.638"],["28529.560","10969.249"],["28505.228","10991.960"],["28490.315","10975.068"],["28535.853","11022.427"],["28457.774","10864.151"],["28441.091","10885.057"],["28555.637","10923.197"],["28429.481","10991.386"],["28408.164","10885.338"],["28373.029","11010.420"],["28451.502","10919.162"],["28475.364","11043.364"],["28405.173","10959.433"],["28372.758","11016.264"],["27385.289","16818.527"],["27416.815","16776.286"],["27449.521","16802.870"],["16358.548","5557.625"],["5355.721","9520.672"],["5396.715","9541.701"],["5391.205","9473.191"],["5357.974","9491.159"],["5373.029","9534.395"],["5388.550","9515.222"],["5373.179","9450.396"],["5372.777","9470.697"],["5597.184","7969.802"],["5494.032","8099.438"],["5591.181","7957.848"],["5465.811","8093.382"],["5546.255","7967.104"],["5459.752","8096.773"],["5598.411","8046.096"],["5563.633","7982.142"],["5606.751","7971.765"],["5586.388","7904.172"],["5591.363","7929.347"],["28274.348","10508.386"],["28354.105","10448.401"],["28252.342","10518.031"],["28248.953","10509.005"],["28166.366","10478.509"],["31526.055","9482.207"],["31539.523","9517.982"],["31622.652","10663.513"],["31604.373","10726.245"],["31568.000","10827.629"],["31553.098","10667.282"],["31695.201","10804.491"],["31582.928","10764.694"],["31636.859","10826.841"],["31638.121","10762.379"],["31637.373","10825.478"],["31640.580","10751.292"],["31663.442","10686.700"],["31660.333","10727.146"],["31664.328","10786.833"],["31666.976","10780.987"],["31666.252","10659.269"],["31556.871","10843.476"],["31652.484","10802.183"],["31679.757","10763.001"],["31677.568","10721.036"],["31659.328","10783.051"],["25973.049","15883.525"],["26034.250","15864.434"],["29436.819","11368.395"],["29372.983","11614.205"],["29361.813","11568.842"],["29313.655","11632.470"],["29236.127","11622.661"],["29335.197","11526.841"],["29319.766","11574.170"],["29279.977","11586.640"],["29325.798","11674.285"],["29336.503","11635.047"],["29379.192","11515.330"],["29281.918","11601.829"],["29345.428","11531.020"],["29331.530","11598.156"],["29230.456","11574.382"],["29363.635","11500.599"],["29325.358","11573.196"],["5171.198","7571.128"],["5169.492","7533.450"],["5115.177","7671.601"],["5112.684","7604.065"],["5174.822","7629.378"],["5117.940","7669.190"],["5125.640","7651.706"],["5188.181","7532.125"],["5173.796","7576.892"],["5192.786","7559.665"],["5115.556","7663.888"],["5102.441","7611.872"],["5104.943","7682.236"],["5147.106","7653.931"],["5162.250","7590.996"],["5186.109","7569.574"],["5143.355","7630.061"],["6889.443","8121.662"],["7075.071","8115.486"],["6897.763","8122.820"],["28483.291","11848.842"],["28538.931","11722.685"],["28438.390","11898.114"],["28505.332","11710.333"],["28438.778","11804.083"],["28538.026","11716.326"],["28503.369","11801.126"],["28512.818","11807.571"],["27411.814","8420.493"],["27471.821","8449.464"],["27454.771","8413.609"],["27450.686","8457.316"],["27470.212","8428.953"],["27427.455","8442.488"],["17096.103","7522.015"],["17066.359","7541.207"],["17112.274","7507.237"],["17127.906","7646.188"],["17160.400","7588.840"],["17108.418","7479.414"],["17019.369","7556.566"],["17059.003","7497.616"],["16998.869","7492.412"],["17086.533","7654.468"],["17102.227","7578.531"],["17101.087","7518.580"],["17024.007","7522.727"],["17078.951","7485.453"],["17031.731","7510.513"],["17147.709","7667.394"],["17067.541","7551.300"],["17124.039","7506.201"],["17074.336","7516.649"],["17134.600","7659.764"],["17150.583","7574.598"],["17054.702","7550.991"],["17016.918","7534.452"],["17039.695","7523.236"],["17054.229","7520.687"],["17108.573","7495.709"],["17090.645","7502.464"],["17097.752","7475.574"],["17016.912","7496.211"],["17046.007","7487.986"],["17127.873","7608.533"],["17088.967","7619.149"],["17098.482","7656.824"],["17075.788","7587.458"],["17090.604","7596.744"],["17139.950","7584.254"],["31214.486","10096.850"],["31154.990","10187.028"],["31216.049","10108.576"],["31153.766","10220.601"],["31241.256","10169.402"],["31230.162","10032.535"],["31168.183","10178.610"],["31191.809","10062.446"],["27600.385","11085.888"],["27716.259","11098.610"],["27543.324","11158.065"],["27600.865","11092.033"],["5842.121","9726.315"],["5832.677","9625.712"],["5969.547","9716.347"],["5945.191","9605.729"],["5956.332","9578.044"],["6018.325","9610.767"],["5845.330","9720.873"],["5836.825","9804.264"],["5846.678","9633.234"],["5982.403","9665.632"],["5882.755","9622.275"],["6012.937","9599.215"],["5890.957","9782.624"],["5875.112","9696.756"],["5944.066","9698.240"],["5970.372","9660.065"],["5910.091","9645.495"],["5991.612","9585.434"],["5924.865","9716.773"],["5894.169","9681.681"],["5968.545","9735.565"],["5912.414","9620.617"],["5981.456","9600.806"],["5913.872","9580.924"],["5864.569","9669.621"],["5931.060","9593.498"],["5851.602","9807.585"],["5883.958","9762.864"],["5896.489","9620.111"],["5841.147","9616.562"],["5963.829","9598.831"],["5852.061","9778.025"],["5846.676","9763.683"],["5926.122","9746.768"],["5869.175","9653.373"],["5955.292","9703.339"],["5935.891","9604.411"],["6028.411","9613.392"],["6020.616","9667.866"],["5998.633","9699.669"],["16739.029","7380.538"],["16745.805","7416.393"],["16735.821","7441.983"],["16730.838","7401.595"],["31717.157","12227.683"],["31731.614","10354.166"],["31828.867","10373.472"],["31875.300","10412.857"],["31918.820","10430.809"],["31857.192","10399.793"],["31796.939","10362.606"],["31836.133","10430.880"],["31913.538","10418.410"],["31825.972","10426.255"],["31868.176","10352.250"],["31891.764","10399.529"],["31736.182","10372.845"],["31888.057","10296.066"],["31874.735","10234.910"],["31805.578","10416.296"],["31921.269","10412.993"],["31880.169","10329.521"],["31793.583","10239.517"],["5138.084","8201.260"],["5070.824","8229.694"],["5112.869","8207.657"],["5014.547","8218.980"],["5058.440","8192.398"],["5077.194","8280.751"],["5138.792","8190.294"],["5002.886","8221.870"],["5129.983","8258.589"],["5095.611","8165.396"],["5159.661","8312.404"],["5142.618","8165.716"],["5010.106","8212.886"],["5077.288","8202.853"],["5089.677","8286.680"],["5108.320","8200.728"],["5026.883","8190.954"],["31251.188","11178.675"],["31268.458","11161.317"],["28654.833","10736.587"],["28749.755","10714.614"],["28773.168","10725.988"],["28773.883","10701.460"],["28663.028","10836.012"],["28658.027","10803.647"],["28598.531","10836.641"],["28654.967","10766.739"],["28761.987","10665.321"],["28628.766","10690.078"],["28762.477","10752.952"],["27549.044","16801.176"],["27621.449","16788.507"],["27585.081","16871.214"],["27552.980","16854.620"],["27625.395","16899.190"],["27629.177","16887.774"],["27571.477","16809.757"],["27612.214","16818.857"],["27557.275","16843.454"],["27589.504","16895.927"],["27522.845","16781.779"],["27659.538","16879.268"],["27610.077","16869.565"],["27603.681","16819.570"],["27640.795","16903.333"],["27571.398","16801.081"],["27564.612","16786.100"],["16270.764","7479.451"],["16305.578","7434.691"],["16152.934","7472.539"],["16266.894","7464.848"],["16277.615","7448.166"],["16311.384","7470.001"],["5553.065","9393.725"],["5558.996","9453.514"],["5562.268","9405.377"],["5537.944","9429.897"],["5527.335","9476.502"],["5520.344","9422.614"],["7523.182","8971.414"],["7662.275","8967.580"],["7584.888","8954.350"],["7663.219","9000.790"],["7610.694","8964.139"],["7680.012","8980.165"],["6696.666","9136.577"],["19526.913","11697.799"],["19587.764","11492.418"],["19538.690","11491.952"],["19587.879","11491.311"],["19586.349","11519.552"],["19592.787","11504.490"],["30568.403","9840.657"],["30574.048","9891.821"],["30566.785","9889.263"],["30649.470","9816.730"],["5478.594","8142.509"],["5484.266","8174.553"],["5614.372","8283.625"],["5582.706","8294.001"],["5455.547","8148.420"],["5534.001","8311.896"],["5499.533","8128.049"],["5477.749","8170.996"],["5506.652","8120.137"],["5477.773","8122.549"],["6662.126","6026.750"],["6672.165","6061.979"],["5412.074","8069.483"],["5435.104","8096.974"],["5439.152","8077.292"],["5444.820","8058.052"],["5411.727","7998.094"],["5417.829","8045.351"],["5421.848","7961.521"],["5438.537","8071.693"],["5436.632","8104.923"],["5434.869","8039.422"],["5431.935","8028.948"],["32210.130","11926.602"],["6815.652","9152.054"],["6743.777","8971.460"],["6762.774","9007.704"],["6676.600","9082.770"],["6783.515","9023.662"],["6703.587","8971.930"],["6845.965","9131.145"],["6799.922","9122.507"],["6666.978","9094.865"],["6728.115","9014.192"],["6718.246","8989.891"],["6776.548","9006.479"],["29426.474","11533.970"],["29452.613","11511.749"],["32046.723","11280.322"],["32029.354","11344.451"],["31978.514","11433.694"],["32088.625","11470.938"],["31993.098","11486.759"],["31966.750","11293.563"],["32029.891","11279.377"],["31998.263","11314.406"],["32020.960","11406.396"],["32031.970","11348.712"],["31970.537","11292.455"],["31963.444","11465.256"],["32044.916","11477.998"],["26838.666","16599.261"],["26077.649","15853.077"],["26132.146","15792.644"],["26190.666","15787.195"],["26124.524","15916.562"],["26057.811","15828.488"],["26154.445","15754.640"],["26095.096","15766.389"],["26141.877","15784.949"],["6670.475","8929.108"],["6579.580","8903.904"],["6639.150","8924.560"],["6623.898","8929.260"],["6663.691","8918.552"],["6559.502","8907.882"],["6590.277","8915.839"],["6652.589","8905.241"],["6609.180","8898.702"],["21158.559","9838.943"],["21075.490","9906.796"],["21035.551","9949.171"],["21186.596","9950.554"],["21056.779","9913.207"],["21133.852","9905.387"],["21103.293","9896.432"],["21049.211","9922.978"],["21160.797","9875.772"],["21170.344","9825.169"],["21178.496","9861.212"],["21171.600","9919.861"],["21181.917","9850.231"],["21069.065","9910.396"],["21082.246","9957.531"],["21068.992","9920.310"],["21184.778","9964.208"],["19415.083","11585.151"],["19339.286","11582.559"],["19466.791","11521.211"],["19311.865","11618.063"],["19307.326","11615.932"],["19395.313","11592.633"],["19347.239","11548.230"],["19419.343","11578.595"],["19331.375","11584.375"],["19348.497","11590.859"],["19509.632","11525.916"],["27792.431","9837.665"],["27749.907","9942.228"],["29325.870","11108.717"],["29280.835","11257.140"],["29373.185","11222.290"],["29231.713","11099.352"],["29209.537","11069.517"],["29272.979","11263.862"],["29250.656","11168.260"],["29256.789","11275.538"],["29216.026","11176.324"],["29245.292","11238.989"],["29256.026","11146.662"],["29332.928","11112.741"],["6714.683","7730.072"],["6704.051","7810.998"],["6748.182","7838.589"],["6872.561","7686.380"],["6782.141","7689.810"],["6783.890","7732.816"],["6745.868","7738.693"],["6865.430","7887.645"],["6691.213","7804.244"],["6831.341","7739.224"],["6777.558","7733.510"],["6694.864","7715.406"],["6802.196","7777.903"],["6757.361","7877.511"],["6747.020","7832.639"],["6721.845","7763.456"],["6742.999","7859.473"],["6833.403","7709.100"],["6780.539","7786.910"],["6727.214","7859.324"],["5601.859","8165.707"],["5588.391","8204.399"],["5417.206","8184.708"],["5529.942","8194.686"],["5448.108","8204.053"],["5537.614","8219.313"],["5509.354","8245.750"],["5419.322","8167.479"],["5584.864","8142.699"],["5410.870","8178.186"],["5415.161","8246.627"],["5447.773","8286.461"],["5562.632","8124.491"],["31836.478","9958.064"],["31922.268","9989.889"],["31898.008","9983.927"],["31812.432","9981.037"],["31766.429","9967.527"],["28601.034","10623.641"],["28715.553","10484.500"],["28627.712","10616.771"],["28728.791","10524.424"],["28608.829","10442.164"],["28673.353","10561.062"],["28775.106","10612.658"],["28733.762","10530.750"],["28765.618","10604.268"],["20208.006","10867.602"],["20222.017","10874.378"],["20206.887","10910.096"],["27516.182","10939.722"],["27611.160","10900.578"],["27666.834","10943.421"],["27643.716","10859.171"],["27536.166","11009.053"],["27545.491","11013.876"],["27606.286","10904.508"],["25198.663","14590.651"],["25191.277","14577.229"],["25174.403","14588.257"],["25196.456","14550.061"],["25187.668","14564.293"],["25191.540","14585.866"],["32135.602","11290.110"],["32113.678","11375.263"],["32118.121","11305.525"],["32082.891","11308.464"],["32138.960","11292.874"],["32126.491","11299.177"],["32094.944","11285.998"],["7323.041","8967.195"],["7429.286","9035.447"],["7477.298","8968.990"],["7354.421","9013.512"],["7316.155","8993.657"],["7434.894","9020.402"],["7374.016","8966.590"],["7385.779","9018.512"],["7496.396","9016.127"],["7321.658","9021.472"],["7404.338","9040.580"],["7468.521","8997.142"],["7344.882","9043.223"],["7329.327","9058.630"],["7377.621","9048.768"],["7363.674","9016.861"],["7417.707","9006.446"],["7443.477","9021.239"],["7477.286","8976.703"],["7457.361","8979.865"],["7429.860","8971.792"],["32108.353","12395.564"],["32137.973","12532.856"],["32133.532","12489.586"],["31988.281","12072.725"],["32106.643","11928.105"],["32014.696","12041.478"],["31967.377","11978.158"],["31966.867","12045.260"],["16334.462","5662.742"],["16287.956","5587.180"],["16296.377","5768.106"],["16314.956","5675.590"],["16322.759","5598.285"],["16356.180","5761.698"],["16306.084","5682.654"],["16332.423","5647.993"],["16332.219","5764.866"],["16298.910","5748.783"],["16314.058","5752.449"],["16276.285","5649.299"],["16272.067","5683.230"],["16331.239","5683.567"],["16264.487","5564.410"],["16293.840","5602.501"],["16223.413","5772.657"],["16333.585","5606.617"],["16300.307","5577.122"],["16347.035","5597.823"],["16348.779","5781.936"],["30499.566","9620.894"],["30478.123","9702.337"],["30476.978","9693.989"],["6502.736","8117.511"],["5831.807","8166.959"],["5885.711","8112.775"],["6028.786","8163.485"],["6026.919","8148.958"],["5928.092","8144.627"],["5939.290","8127.236"],["5857.636","8114.706"],["26639.727","16605.998"],["26655.500","16614.239"],["26633.921","16673.611"],["26660.709","16628.554"],["16010.860","7885.364"],["16055.901","7842.946"],["16138.053","7718.005"],["4633.009","9114.987"],["4591.483","9028.279"],["4608.855","9138.445"],["4591.157","9117.374"],["4608.527","8983.096"],["32257.488","10581.296"],["32345.565","10482.330"],["32340.187","10573.560"],["32230.023","10640.051"],["32254.907","10447.582"],["32348.032","10618.019"],["32248.738","10509.801"],["32154.396","10636.573"],["32191.715","10582.287"],["32269.642","10527.539"],["32203.082","10638.663"],["32213.246","10634.832"],["32249.907","10517.061"],["32157.784","10486.069"],["32175.859","10528.001"],["32150.335","10511.264"],["32302.572","10595.988"],["5586.420","9599.853"],["5595.986","9607.330"],["5610.486","9631.144"],["5613.313","9675.672"],["5565.976","9622.316"],["5602.253","9624.456"],["5570.476","9598.015"],["22826.568","16546.740"],["3446.142","12167.541"],["16589.151","6769.493"],["16575.323","6778.786"],["16615.958","6744.610"],["16616.389","6816.245"],["16626.119","6804.829"],["16584.379","6749.499"],["16636.974","6759.230"],["16646.575","6816.289"],["16632.060","6684.875"],["16586.074","6817.502"],["16594.003","6641.909"],["16637.981","6741.770"],["16573.326","6800.762"],["16606.892","6808.710"],["16583.353","6629.504"],["16634.392","6813.145"],["16611.908","6767.240"],["16675.210","6804.697"],["16596.254","6707.996"],["16644.223","6827.189"],["16666.081","6818.898"],["16619.560","6699.325"],["16592.636","6741.043"],["16591.634","6811.453"],["16568.145","6792.867"],["16609.211","6761.526"],["16575.688","6651.792"],["28056.611","10674.720"],["28007.459","10664.619"],["28053.124","10647.107"],["27970.125","10855.332"],["27964.605","10841.938"],["28012.515","10666.710"],["28097.533","10702.536"],["28029.956","10847.980"],["28014.173","10841.051"],["27968.616","10813.224"],["28141.251","10762.277"],["28008.079","10802.243"],["28016.681","10843.458"],["28043.960","10659.154"],["28138.623","10689.085"],["28040.977","10666.789"],["28129.031","10745.382"],["27961.114","10823.663"],["28009.712","10808.520"],["27952.851","10848.342"],["27967.344","10652.613"],["28080.199","10689.680"],["28139.093","10745.217"],["28053.689","10703.426"],["27976.484","10774.570"],["27976.799","10787.136"],["28027.168","10654.869"],["28016.571","10840.193"],["28002.821","10658.658"],["6668.343","5817.597"],["6658.349","5789.662"],["19448.248","14864.944"],["25271.513","14667.668"],["25203.977","14681.545"],["25282.282","14718.582"],["25212.195","14752.666"],["25287.465","14676.181"],["25270.345","14673.498"],["25204.836","14669.380"],["25271.974","14682.251"],["31488.532","10915.350"],["31447.808","11015.829"],["31457.118","11060.767"],["31450.456","11019.165"],["31504.272","10952.956"],["31486.081","10920.701"],["31462.188","10889.698"],["31465.230","10896.122"],["31405.888","10951.894"],["31415.629","10946.883"],["31480.033","10899.590"],["31422.023","10905.998"],["31345.991","11050.417"],["31469.297","11009.080"],["31503.014","11053.109"],["31459.585","10989.719"],["31494.502","10944.847"],["31476.053","11064.248"],["31389.036","10868.472"],["31494.527","11067.478"],["5461.945","7797.539"],["5602.346","7859.546"],["5482.615","7776.815"],["5599.221","7857.680"],["5516.434","7812.579"],["5603.019","7814.569"],["5586.589","7866.895"],["5463.829","7803.011"],["5522.887","7805.695"],["16023.657","5731.772"],["15961.171","5771.282"],["16116.433","5723.315"],["15993.221","5728.768"],["15984.813","5733.210"],["16001.602","5738.044"],["16070.533","5763.204"],["16106.903","5765.159"],["15965.809","5661.192"],["16125.156","5735.566"],["16001.730","5680.874"],["16018.295","5739.420"],["15972.730","5708.269"],["16010.422","5712.318"],["15981.364","5717.351"],["16030.681","5779.275"],["16029.289","5761.806"],["16066.706","5712.991"],["16101.440","5716.432"],["16084.518","5764.284"],["25210.968","14567.929"],["25298.954","14450.710"],["25273.645","14578.943"],["25213.857","14608.603"],["25216.036","14453.550"],["21227.830","9782.143"],["21203.675","9797.390"],["21245.115","9795.223"],["21218.460","9784.260"],["28786.881","11678.786"],["28811.795","11683.231"],["28793.312","11659.133"],["27580.430","11719.361"],["27057.940","16534.399"],["27002.211","16371.820"],["27079.506","16539.453"],["26993.476","16521.148"],["26934.323","16544.469"],["27003.390","16542.870"],["27046.582","16511.732"],["27034.590","16546.504"],["26994.359","16382.470"],["27089.315","16527.217"],["26913.083","16554.087"],["28120.729","10547.687"],["28016.061","10642.307"],["27987.354","10563.148"],["28102.597","10615.486"],["27988.245","10644.207"],["28017.976","10573.046"],["32235.637","11289.075"],["32294.254","11406.708"],["32153.892","11459.276"],["32302.494","11338.368"],["32160.652","11445.502"],["32187.825","11341.495"],["32285.241","11446.725"],["32291.902","11435.775"],["32207.461","11294.338"],["32191.667","11335.909"],["32229.338","11337.151"],["32253.746","11310.743"],["32265.816","11310.870"],["32270.241","11399.871"],["32177.852","11433.762"],["32169.644","11445.322"],["6958.062","7483.615"],["6936.313","7499.404"],["7024.168","7488.899"],["6951.777","7513.307"],["6940.753","7475.483"],["7044.126","7518.416"],["7002.460","7525.287"],["7075.565","7549.378"],["6923.400","7474.993"],["7027.098","7510.510"],["6951.254","7535.975"],["6953.976","7479.906"],["6924.142","7498.707"],["7017.864","7494.302"],["6969.145","7528.220"],["6949.551","7517.823"],["6929.244","7504.607"],["7055.345","7497.440"],["7008.414","7528.762"],["7089.825","7672.698"],["27869.020","10588.899"],["27825.830","10584.818"],["27731.712","10621.872"],["27852.413","10598.405"],["27835.439","10616.786"],["29030.310","11852.468"],["29018.427","11804.594"],["29006.129","11888.905"],["29016.110","11891.903"],["29045.623","11861.012"],["29079.229","11903.144"],["29180.167","11824.569"],["29196.454","11823.074"],["29052.111","11909.330"],["29030.715","11844.202"],["29139.134","11891.421"],["29153.154","11848.830"],["29008.096","11863.940"],["29005.894","11896.510"],["29032.350","11856.679"],["29061.427","11886.289"],["28995.514","11846.975"],["29030.654","11875.521"],["29165.814","11860.198"],["29001.036","11827.675"],["29171.961","11869.692"],["29138.781","11881.496"],["30671.887","9793.862"],["5670.531","8471.693"],["5621.147","8386.342"],["5660.826","8416.455"],["5629.592","8467.317"],["5653.525","8465.814"],["5627.155","8395.610"],["6027.613","7643.535"],["5832.322","7502.443"],["5900.401","7545.592"],["5961.317","7649.858"],["5904.913","7480.545"],["5951.598","7665.598"],["5911.328","7596.996"],["6025.855","7565.867"],["5908.308","7518.732"],["5930.790","7608.144"],["6022.046","7581.441"],["5861.127","7508.291"],["5911.376","7516.782"],["5859.624","7539.985"],["5967.818","7611.060"],["5992.882","7630.961"],["7466.505","8084.259"],["7435.645","7936.136"],["7444.436","7993.462"],["7483.840","7899.475"],["7446.303","7960.523"],["7441.859","7955.603"],["7466.328","8006.756"],["7500.313","7917.711"],["7468.159","7912.575"],["7449.405","7968.102"],["7486.507","7951.767"],["7466.316","8088.721"],["7472.561","7996.319"],["15659.038","5183.692"],["15652.245","5260.443"],["15693.823","5259.901"],["15564.650","5315.888"],["15584.132","5231.017"],["15636.974","5225.925"],["15638.526","5200.690"],["15676.710","5213.182"],["15594.659","5306.346"],["15564.658","5276.318"],["15535.142","5351.673"],["15602.433","5192.535"],["15667.574","5157.152"],["15653.289","5240.631"],["15603.031","5285.190"],["15618.513","5253.318"],["15652.266","5282.368"],["15576.122","5279.918"],["15710.297","5172.295"],["15606.516","5167.863"],["15701.843","5152.758"],["15653.972","5195.236"],["15681.127","5164.683"],["15696.439","5171.686"],["15679.802","5269.831"],["15604.894","5249.090"],["15609.113","5233.205"],["15678.410","5280.645"],["15642.884","5216.941"],["15703.223","5250.160"],["15669.604","5247.187"],["15694.177","5230.903"],["15588.360","5297.857"],["15573.432","5317.486"],["15557.810","5328.160"],["15573.326","5259.010"],["15535.415","5231.430"],["15559.263","5259.291"],["15575.595","5353.762"],["28786.008","10906.409"],["28789.541","10990.836"],["28940.939","10870.531"],["28793.833","11032.816"],["28879.499","10878.689"],["28883.369","11026.808"],["28829.409","11046.587"],["28825.189","10944.812"],["28899.270","10952.868"],["28820.546","10985.387"],["28861.497","10915.983"],["30995.140","11364.473"],["31560.816","11883.621"],["31517.954","11712.077"],["31529.912","11837.032"],["31704.648","11763.820"],["31687.412","11891.466"],["31690.356","11770.657"],["31703.283","11731.004"],["31550.142","11743.440"],["31631.030","11841.475"],["31610.619","11732.870"],["23748.462","11007.632"],["23811.298","11014.320"],["23747.837","11004.973"],["23784.950","11031.016"],["23816.437","11024.562"],["23727.294","11017.441"],["23798.453","11025.005"],["23743.130","11020.958"],["23774.917","11034.419"],["23822.900","11065.367"],["23743.314","11008.342"],["23776.496","11028.671"],["25225.572","14313.340"],["25228.194","14359.623"],["25286.207","14343.950"],["25240.705","14446.754"],["25240.029","14306.205"],["25208.466","14310.846"],["25304.877","14422.743"],["25234.550","14438.039"],["25226.105","14361.820"],["25309.891","14321.902"],["25225.193","14303.612"],["25313.376","14435.273"],["25243.243","14355.032"],["25283.954","14317.972"],["25222.761","14447.994"],["25311.955","14447.040"],["25216.266","14439.215"],["25251.927","14370.441"],["25275.434","14325.288"],["25284.433","14438.598"],["25237.602","14379.541"],["25281.848","14368.013"],["28395.113","11243.693"],["28365.159","11210.658"],["28413.652","11201.697"],["28488.017","11180.761"],["28536.055","11076.351"],["28407.655","11253.915"],["28433.777","11208.110"],["28470.027","11239.232"],["28375.952","11263.522"],["28533.568","11120.173"],["31190.728","11300.128"],["31165.350","11360.888"],["31276.139","11387.246"],["31179.511","11387.197"],["31301.764","11366.024"],["31216.912","11352.548"],["31189.067","11290.599"],["31289.840","11354.629"],["31297.685","11367.709"],["31184.922","11384.653"],["16033.861","7904.805"],["29179.589","11059.756"],["27338.867","16750.284"],["27381.196","16670.752"],["27323.460","16648.063"],["27434.641","16739.078"],["27342.418","16694.395"],["27500.704","16707.191"],["27472.639","16739.770"],["27386.921","16707.525"],["27507.925","16696.780"],["27393.882","16687.194"],["27476.426","16669.697"],["27458.287","16706.344"],["27331.193","16649.550"],["27442.406","16673.964"],["27380.016","16639.669"],["27305.548","16592.027"],["27457.054","16689.272"],["27338.552","16696.424"],["27398.861","16682.500"],["27364.820","16694.021"],["20720.512","9866.108"],["20703.556","9854.233"],["31368.238","9677.668"],["28091.683","10230.687"],["27950.305","10275.012"],["27957.053","10386.149"],["28142.620","10231.992"],["27964.812","10392.463"],["28102.100","10365.037"],["28039.598","10247.106"],["28082.456","10246.509"],["6446.172","9348.868"],["6638.310","9183.386"],["6451.682","9367.727"],["6589.329","9201.494"],["17100.268","7329.551"],["17058.658","7300.501"],["17029.657","7389.159"],["17118.827","7361.817"],["17121.978","7473.752"],["17184.529","7346.978"],["17146.768","7404.809"],["17130.032","7311.790"],["17097.207","7269.254"],["17004.855","7356.046"],["17111.604","7397.248"],["17141.719","7443.726"],["17164.932","7417.561"],["17146.591","7353.195"],["17159.866","7313.907"],["17034.842","7314.820"],["17008.835","7389.010"],["17092.445","7369.298"],["17126.687","7492.172"],["17196.650","7349.241"],["17084.030","7325.013"],["17016.799","7273.879"],["17034.854","7411.512"],["17111.327","7385.285"],["17053.507","7457.195"],["16989.527","7454.543"],["17020.496","7374.163"],["17016.878","7395.980"],["17114.628","7427.247"],["17148.727","7455.560"],["17160.567","7393.000"],["16990.944","7405.286"],["17086.443","7282.153"],["17173.520","7350.528"],["17122.840","7293.016"],["17008.428","7291.500"],["17066.257","7308.495"],["17018.592","7264.234"],["17127.955","7388.026"],["17136.672","7365.483"],["17098.326","7354.078"],["17111.837","7453.462"],["17045.415","7470.777"],["15098.661","5808.962"],["15107.378","5796.575"],["15179.253","5802.619"],["15093.431","5795.403"],["15159.707","5811.019"],["15112.592","5783.726"],["15097.444","5786.815"],["15190.043","5784.799"],["15128.941","5815.055"],["15193.628","5829.010"],["27121.468","16633.505"],["27127.950","16636.583"],["27161.932","16609.008"],["27252.222","16663.936"],["27251.174","16655.158"],["27300.112","16688.114"],["27281.148","16656.933"],["27302.339","16587.002"],["27274.694","16626.421"],["27293.678","16658.847"],["27199.156","16618.498"],["27116.313","16684.672"],["27120.935","16732.924"],["27296.109","16754.102"],["27237.861","16633.415"],["27108.612","16644.484"],["27145.227","16571.605"],["27152.388","16754.908"],["27182.897","16623.577"],["6697.708","7496.176"],["6701.918","7488.281"],["6111.928","7579.065"],["6171.755","7653.130"],["6146.437","7500.237"],["6099.717","7506.135"],["6190.278","7476.451"],["6201.560","7587.705"],["6178.210","7607.602"],["6143.564","7539.238"],["6064.869","7680.617"],["6159.886","7680.229"],["6153.485","7534.592"],["6221.186","7510.935"],["6213.340","7613.560"],["6188.227","7635.183"],["6247.724","7486.560"],["6144.348","7582.309"],["6065.197","7683.356"],["6074.827","7646.414"],["6168.531","7564.941"],["6212.737","7495.707"],["6218.863","7606.863"],["6168.737","7606.512"],["6103.678","7513.143"],["6123.203","7549.284"],["6048.909","7636.082"],["6138.922","7664.357"],["6156.034","7588.562"],["6188.847","7502.082"],["6230.252","7480.466"],["6223.764","7585.641"],["6186.385","7642.449"],["6202.958","7591.801"],["6116.015","7602.166"],["6143.425","7639.260"],["6191.150","7529.284"],["6150.229","7563.591"],["6152.092","7502.288"],["6164.871","7615.397"],["32369.710","12776.107"],["32414.667","12863.786"],["27956.108","11716.749"],["27994.105","11744.245"],["28059.275","11778.384"],["27966.841","11753.070"],["28017.246","11778.730"],["27981.985","11736.768"],["28083.201","11745.190"],["28062.677","11899.118"],["5691.854","8324.923"],["32039.213","10414.645"],["32008.736","10423.910"],["32097.570","10355.466"],["32111.207","10288.308"],["31944.562","10324.064"],["31946.618","10364.724"],["32121.009","10266.062"],["32068.789","10233.758"],["31960.222","10421.762"],["32105.101","10429.079"],["31952.044","10361.560"],["31994.889","10407.654"],["32115.983","10402.695"],["32004.017","10420.470"],["32057.950","10272.371"],["31994.431","10336.335"],["32044.957","10370.752"],["32039.414","10250.240"],["32091.042","10332.487"],["31995.565","10340.992"],["31948.991","10417.538"],["32008.411","10408.027"],["31944.167","10263.816"],["32025.845","10363.552"],["32039.513","10403.800"],["31972.556","10348.391"],["32113.690","10413.593"],["4452.779","9480.553"],["4537.663","9577.662"],["4549.395","9491.793"],["4430.392","9570.231"],["4458.025","9427.868"],["17304.062","7276.601"],["17205.598","7344.897"],["17209.685","7296.104"],["17271.595","7327.881"],["17304.835","7292.736"],["17194.685","7375.637"],["17274.359","7276.292"],["17285.740","7265.115"],["17282.187","7296.436"],["17252.364","7263.722"],["17234.562","7369.472"],["17244.542","7300.968"],["17221.397","7365.621"],["17214.897","7346.865"],["17212.893","7279.985"],["18812.383","6485.237"],["18813.378","6495.086"],["18815.736","6483.754"],["18801.352","6486.917"],["18821.045","6472.477"],["18782.701","6414.657"],["18734.543","6461.086"],["18811.980","6453.776"],["18791.719","6502.636"],["18781.647","6472.329"],["18791.955","6476.258"],["18807.146","6412.394"],["18781.291","6441.788"],["18822.667","6436.907"],["18798.800","6451.326"],["18784.525","6425.441"],["18756.821","6485.675"],["18797.305","6443.055"],["31888.037","11399.772"],["31933.037","11430.028"],["31887.527","11302.249"],["31904.644","11311.301"],["31735.888","11290.662"],["31898.400","11280.586"],["31851.787","11406.692"],["31920.241","11353.529"],["31853.049","11287.882"],["31894.875","11337.279"],["31883.115","11435.776"],["31920.812","11329.501"],["31817.646","11476.264"],["31865.506","11316.623"],["31861.328","11339.629"],["31831.953","11328.448"],["31883.777","11302.315"],["31873.958","11428.128"],["31914.365","11391.648"],["31856.536","11399.592"],["31755.839","11414.907"],["27714.548","8793.902"],["27833.375","17252.077"],["27893.034","17309.818"],["27831.497","17284.863"],["27865.835","17297.953"],["27901.152","17327.589"],["27874.169","17343.398"],["27899.579","17347.126"],["27899.702","17265.469"],["27908.472","17243.227"],["27818.467","17273.662"],["27897.540","17306.564"],["27866.460","17208.803"],["31236.108","10265.505"],["31227.572","10401.376"],["31234.628","10369.501"],["31235.697","10292.177"],["31832.685","10604.537"],["31856.139","10593.967"],["31776.433","10433.770"],["31865.907","10542.919"],["31886.926","10468.815"],["31853.047","10494.657"],["31863.902","10441.131"],["31874.396","10633.104"],["31824.050","10614.013"],["31926.388","10615.228"],["31921.141","10622.346"],["31875.975","10573.290"],["31910.907","10525.116"],["31912.704","10573.081"],["31782.307","10577.154"],["31891.172","10547.988"],["31844.774","10574.017"],["31729.198","10638.228"],["31885.874","10619.500"],["31762.387","10580.194"],["31927.440","10601.058"],["5155.304","7752.481"],["5115.815","7722.287"],["5193.239","7856.681"],["5141.218","7793.262"],["5128.263","7694.869"],["5187.780","7751.024"],["5117.995","7716.658"],["5182.522","7830.231"],["5154.606","7693.778"],["5136.952","7733.621"],["5664.231","9654.543"],["5749.352","9653.646"],["5822.037","9683.899"],["5768.450","9757.618"],["5656.255","9710.264"],["5705.029","9749.700"],["5737.747","9719.216"],["5831.228","9734.755"],["5635.678","9637.400"],["5758.142","9654.812"],["5771.126","9679.962"],["5778.943","9777.536"],["5663.244","9640.548"],["5664.612","9765.958"],["5755.034","9781.479"],["5711.037","9705.689"],["5685.498","9767.994"],["5700.153","9733.503"],["5772.567","9622.412"],["5800.139","9707.246"],["5789.979","9758.460"],["5739.198","9675.538"],["5818.551","9792.601"],["5630.248","9592.190"],["5667.406","9753.154"],["5688.638","9756.299"],["5762.672","9687.625"],["5656.748","9664.693"],["5734.475","9738.515"],["5701.836","9669.798"],["5654.276","9725.665"],["5654.215","9641.711"],["5751.663","9614.799"],["5817.144","9634.965"],["5808.643","9663.034"],["5797.327","9655.074"],["5780.863","9643.282"],["5782.891","9753.324"],["5801.854","9766.784"],["5744.574","9772.174"],["5700.352","9779.613"],["5638.359","9651.547"],["5632.948","9686.774"],["5623.919","9658.004"],["5688.146","9719.287"],["5660.335","9694.013"],["5682.819","9707.539"],["5746.369","9718.180"],["5688.919","9695.785"],["5826.411","9652.561"],["5361.548","7225.627"],["5377.647","7255.156"],["5382.844","7258.839"],["6276.910","8221.877"],["6375.788","8166.303"],["6413.763","8305.607"],["6284.040","8268.764"],["6379.225","8142.419"],["6419.138","8197.418"],["6427.556","8217.434"],["6314.527","8276.692"],["6370.874","8181.360"],["6372.345","8135.785"],["6255.712","8192.019"],["6277.435","8227.620"],["6325.048","8175.766"],["6417.098","8246.623"],["6394.515","8235.575"],["6292.724","8253.603"],["6350.686","8149.849"],["6299.799","8111.770"],["6286.081","8221.330"],["6334.740","8191.014"],["6437.328","8205.726"],["6438.753","8304.229"],["6370.682","8273.742"],["6299.435","8289.259"],["6377.544","8136.257"],["6320.549","8228.415"],["6362.836","8180.645"],["6423.018","8215.849"],["6412.831","8249.531"],["6276.935","8285.477"],["6367.396","8116.158"],["6296.054","8114.723"],["24982.713","9861.264"],["24978.973","9872.990"],["24987.067","9867.597"],["27805.793","10818.519"],["27854.262","10833.163"],["27864.118","10747.079"],["27842.826","10824.170"],["6044.303","9524.778"],["6061.687","9525.190"],["6070.388","9493.894"],["6146.039","9522.123"],["6199.864","9494.397"],["6040.321","9493.554"],["28811.026","10519.072"],["28843.097","10597.751"],["28801.310","10529.037"],["14208.926","4786.291"],["14228.856","4831.646"],["14224.979","4768.301"],["14203.588","4757.389"],["14239.354","4739.251"],["14192.395","4768.558"],["14231.307","4837.212"],["14244.979","4733.239"],["14243.349","4838.308"],["14247.059","4790.319"],["14215.682","4830.432"],["14206.862","4773.451"],["14206.810","4744.507"],["14234.629","4822.497"],["14212.128","4764.212"],["14210.265","4802.295"],["14201.586","4781.538"],["14232.162","4803.901"],["14237.282","4743.809"],["14239.979","4757.368"],["4968.595","8202.933"],["4984.840","8195.774"],["4968.445","8220.851"],["4951.459","8223.033"],["4941.054","8192.412"],["27676.917","11223.658"],["28198.604","11998.056"],["28212.107","11982.350"],["31210.450","10896.168"],["31171.059","10890.354"],["31217.373","11045.347"],["31208.080","10954.596"],["31238.392","10987.527"],["31268.312","10864.359"],["31210.927","10887.051"],["31179.363","10977.717"],["31246.567","10990.384"],["31292.060","11043.283"],["6477.092","7620.035"],["6466.265","7590.739"],["16500.981","6840.931"],["16563.835","6817.912"],["16544.414","6825.743"],["16440.640","6857.787"],["16499.631","6849.855"],["16481.284","6837.197"],["14261.901","4716.798"],["14256.537","4714.625"],["14243.689","4706.243"],["6315.704","7450.638"],["6330.200","7450.200"],["6453.706","7437.639"],["6402.071","7422.146"],["6438.271","7410.686"],["6367.352","7428.721"],["6390.575","7411.578"],["6427.728","7423.880"],["6393.239","7463.023"],["6379.056","7461.315"],["6281.869","7463.682"],["6399.307","7443.300"],["6429.705","7405.635"],["6424.461","7453.848"],["32200.687","12537.249"],["32296.090","12478.336"],["32236.236","12518.184"],["32338.228","12491.465"],["7805.446","8974.778"],["7781.156","8992.930"],["28303.123","11457.450"],["28167.761","11485.006"],["28206.696","11367.717"],["28200.410","11459.026"],["28260.162","11317.593"],["28189.643","11312.944"],["28177.119","11378.995"],["28210.831","11446.285"],["28296.058","11415.476"],["28244.084","11349.951"],["28219.884","11472.409"],["28207.002","11433.987"],["28258.839","11288.613"],["28155.417","11294.108"],["28176.645","11386.478"],["28151.132","11375.362"],["28156.401","11366.829"],["28231.840","11429.916"],["28173.604","11337.296"],["28278.830","11326.280"],["28222.389","11467.934"],["28176.931","11469.867"],["28301.621","11309.938"],["28284.887","11289.083"],["28299.832","11407.405"],["28178.534","11453.829"],["28272.260","11308.488"],["28321.146","11313.092"],["28242.141","11289.124"],["28321.217","11453.681"],["28346.575","11459.476"],["28203.784","11324.979"],["28229.408","11399.697"],["28223.754","11435.977"],["28244.757","11484.482"],["28241.143","11362.207"],["28184.650","11362.079"],["28297.153","11317.478"],["28333.749","11371.015"],["28315.418","11457.999"],["28320.281","11463.973"],["28275.451","11426.579"],["28221.400","11289.334"],["28272.707","11437.147"],["28210.002","11408.673"],["28186.208","11326.898"],["32125.121","10173.544"],["32018.526","10182.710"],["16162.690","7759.571"],["16246.345","7713.164"],["16214.825","7743.821"],["16192.177","7767.279"],["16240.647","7750.081"],["16154.763","7751.280"],["16248.757","7831.368"],["16271.624","7685.898"],["16209.249","7779.478"],["16178.061","7724.258"],["16228.252","7728.059"],["16284.621","7775.530"],["16251.535","7801.476"],["16193.792","7737.127"],["16147.312","7728.968"],["16235.480","7785.448"],["16233.017","7810.624"],["16200.853","7820.448"],["16255.720","7701.405"],["16277.882","7799.360"],["16265.976","7773.648"],["16266.404","7773.268"],["16219.735","7790.388"],["7465.695","8138.865"],["7314.193","8157.335"],["4437.028","9068.471"],["4547.744","9071.289"],["4413.059","9052.605"],["4494.058","9162.650"],["4445.540","9072.434"],["4532.132","9107.253"],["4433.172","9125.066"],["4532.455","9132.054"],["4549.039","9031.407"],["4380.797","9148.492"],["5428.917","7212.040"],["5410.509","7238.553"],["5470.165","7212.120"],["5427.457","7218.311"],["5440.518","7225.129"],["5496.448","7227.710"],["32377.109","12462.200"],["32426.678","12500.800"],["32238.037","10949.164"],["32249.502","11003.097"],["32173.514","11061.374"],["32242.017","11034.564"],["32271.361","10944.765"],["32205.177","11063.031"],["32220.882","11034.135"],["32266.178","11036.452"],["29331.392","10853.286"],["29325.736","10852.430"],["6656.589","8096.547"],["6622.587","8091.054"],["7943.993","9094.700"],["27070.611","16639.749"],["26951.892","16752.495"],["27072.751","16726.833"],["26950.945","16744.831"],["27082.121","16590.253"],["26979.268","16756.987"],["26928.908","16745.066"],["27029.625","16566.567"],["27065.993","16740.211"],["5264.266","7895.312"],["5375.862","7864.566"],["5360.776","7890.632"],["5211.628","7878.026"],["5361.419","7817.607"],["5282.401","7771.652"],["5376.940","7831.813"],["5395.991","7888.834"],["5248.794","7867.009"],["5257.179","7792.826"],["5293.817","7763.246"],["5209.583","7886.249"],["5354.839","7895.931"],["5386.818","7820.418"],["5275.850","7866.265"],["5213.430","7742.656"],["5349.621","7786.651"],["5297.350","7805.413"],["5251.076","7889.472"],["5380.462","7893.463"],["5335.064","7882.993"],["5394.198","7857.066"],["5216.773","7847.912"],["5352.630","7792.676"],["5290.707","7756.392"],["5329.238","7862.572"],["5218.188","7796.954"],["5336.548","7826.246"],["5202.062","7841.012"],["28257.808","15848.394"],["28218.532","15888.129"],["28331.081","15866.762"],["28278.052","15890.009"],["7559.942","8995.477"],["32184.291","11759.005"],["32223.255","11799.418"],["32185.047","11724.026"],["32230.508","11790.137"],["32149.110","11768.518"],["32149.356","11856.693"],["32153.205","11896.049"],["5083.729","8331.937"],["5078.111","8358.697"],["5168.975","8330.928"],["4993.054","8402.489"],["5107.615","8424.718"],["5189.327","8418.160"],["5180.914","8457.525"],["5054.615","8390.696"],["5167.396","8339.236"],["5043.465","8420.986"],["5063.747","8453.763"],["5041.882","8321.649"],["5130.300","8503.035"],["5059.262","8351.579"],["5082.198","8361.119"],["5161.438","8399.675"],["5160.537","8355.437"],["5003.148","8471.628"],["4996.672","8400.143"],["5080.269","8432.599"],["5056.886","8323.400"],["5122.142","8341.139"],["5061.996","8471.579"],["5015.998","8408.319"],["5089.297","8456.982"],["5174.713","8512.323"],["5061.828","8348.755"],["5129.647","8390.464"],["5175.681","8329.563"],["5126.359","8352.299"],["5185.563","8453.505"],["5149.168","8481.898"],["5038.674","8447.698"],["5011.755","8418.657"],["5083.632","8408.561"],["7325.874","8106.234"],["7357.201","8056.122"],["7373.067","8065.989"],["7428.260","8098.360"],["7355.342","8100.588"],["7325.031","8036.182"],["7400.156","8019.053"],["28715.043","11265.991"],["28698.576","11194.137"],["28634.964","11272.830"],["28702.290","11253.092"],["28759.959","11245.090"],["32199.961","11191.592"],["32158.843","11189.263"],["32240.668","11186.918"],["32163.845","11166.516"],["32168.072","11237.944"],["32269.206","11109.108"],["32231.227","11196.700"],["32195.438","11193.199"],["32200.389","11106.345"],["32280.339","11136.898"],["32197.934","11208.757"],["32153.213","11198.799"],["32295.944","11213.745"],["32299.809","11245.834"],["32239.188","11213.661"],["32168.065","11234.769"],["32196.540","11091.773"],["32201.229","11234.063"],["32276.737","11120.432"],["32250.372","11233.843"],["32179.677","11249.947"],["32184.628","11256.008"],["31735.855","11709.093"],["31826.112","11893.712"],["31793.518","11899.682"],["31920.804","11765.595"],["31904.932","11759.385"],["31852.975","11726.569"],["31845.672","11900.938"],["31817.560","11809.617"],["31784.270","11858.254"],["31796.889","11705.248"],["31802.547","11884.554"],["31775.672","11869.344"],["31810.195","11898.510"],["31790.158","11822.581"],["31824.994","11905.884"],["31849.817","11784.141"],["31834.455","11716.544"],["31221.404","10575.348"],["31285.352","10478.463"],["31239.003","10514.582"],["31280.746","10551.147"],["31124.611","10580.610"],["31205.549","10618.893"],["31261.009","10472.435"],["31279.365","10618.496"],["31286.190","10441.425"],["31110.713","10599.685"],["31281.437","10581.552"],["31226.141","10605.647"],["31255.894","10443.385"],["31247.769","10483.985"],["31256.470","10562.912"],["31244.266","10599.873"],["31111.454","10615.524"],["31125.796","10600.363"],["31121.700","10489.529"],["32230.014","12271.138"],["32151.182","12139.032"],["32225.430","12322.726"],["32234.537","12210.329"],["31884.513","11580.665"],["31860.861","11519.889"],["31771.168","11682.305"],["31791.622","11691.235"],["31780.738","11692.482"],["31904.537","11635.075"],["31784.899","11512.829"],["31801.330","11543.068"],["31868.197","11572.705"],["31742.533","11558.028"],["31735.526","11529.737"],["31798.431","11683.902"],["31811.770","11620.979"],["31870.590","11594.876"],["31867.810","11560.805"],["31795.393","11512.680"],["31867.029","11620.037"],["31865.960","11579.426"],["31904.529","11493.894"],["31870.384","11616.404"],["31741.727","11491.356"],["31753.448","11675.116"],["31737.247","11640.929"],["31742.395","11567.701"],["31839.718","11510.417"],["31798.189","11504.571"],["31927.843","11648.799"],["31820.113","11592.994"],["27948.429","12402.565"],["5652.188","9109.572"],["5712.039","9034.795"],["5681.137","9032.500"],["5712.511","9049.459"],["5670.524","9070.013"],["5711.559","8972.549"],["5652.058","9047.017"],["5648.164","9153.128"],["5733.526","9027.034"],["5674.969","9045.960"],["5658.229","9152.995"],["5669.444","9000.058"],["5326.096","7427.002"],["5340.570","7408.058"],["5402.483","7277.452"],["5344.017","7326.439"],["5317.698","7365.692"],["5267.214","7374.331"],["5324.501","7413.063"],["5392.492","7340.042"],["5278.722","7319.665"],["5360.400","7453.559"],["5308.577","7373.757"],["5329.484","7419.884"],["5342.937","7344.546"],["5395.678","7363.995"],["5314.672","7339.102"],["5223.407","7429.604"],["5305.504","7414.087"],["5387.706","7409.502"],["5378.145","7281.832"],["5386.238","7304.920"],["5296.816","7349.833"],["5316.667","7469.843"],["5290.317","7382.430"],["5292.329","7471.279"],["5347.882","7312.897"],["5270.794","7319.564"],["5305.384","7459.058"],["5254.334","7389.380"],["5403.055","7284.833"],["7687.278","8698.289"],["7714.729","8723.855"],["7719.104","8719.016"],["7703.676","8679.676"],["7680.403","8739.792"],["7681.456","8707.141"],["30570.146","10240.722"],["5023.294","8899.487"],["5123.026","8872.253"],["5018.051","8932.787"],["5178.616","8819.320"],["5002.652","8860.395"],["5072.724","8868.832"],["5088.288","8919.761"],["5178.853","8839.885"],["5142.597","8928.156"],["5015.044","8882.684"],["5122.927","8866.291"],["5062.685","8899.437"],["5125.986","8894.945"],["5091.570","8951.112"],["5040.234","8855.206"],["5101.578","8855.226"],["5013.240","8910.850"],["5166.725","8833.789"],["27711.016","10931.979"],["29440.732","11226.042"],["29459.675","11219.416"],["29513.719","11246.365"],["5790.912","7931.079"],["5708.964","7898.328"],["5669.921","7916.326"],["5761.729","8107.624"],["5731.606","8015.124"],["5688.259","7907.016"],["5819.585","8009.363"],["5811.975","8072.339"],["5664.892","8102.525"],["5709.085","8038.482"],["5800.256","7908.402"],["5780.866","7946.391"],["5806.483","8039.795"],["5728.937","7995.783"],["5770.793","7941.541"],["5670.149","7899.097"],["5814.884","8068.126"],["5776.435","7898.592"],["27061.081","16271.268"],["26990.748","16343.145"],["27041.302","16340.841"],["27025.156","16337.197"],["5800.998","9546.297"],["5772.239","9584.817"],["5791.635","9526.771"],["6169.504","9922.158"],["6160.789","9940.880"],["6194.211","9951.499"],["6197.676","9941.886"],["6171.074","9928.714"],["6161.987","9951.970"],["6189.536","9918.225"],["32151.657","11092.065"],["19538.423","15037.445"],["19546.806","15028.128"],["19549.952","14992.496"],["19550.834","15023.796"],["19536.069","14961.866"],["19543.202","14958.587"],["27368.927","11431.547"],["27394.157","11386.493"],["27422.026","11392.448"],["27399.838","11460.263"],["27436.352","11379.434"],["27945.663","17248.455"],["27961.162","17249.282"],["27977.576","17240.763"],["27896.545","12261.828"],["27844.747","12157.373"],["27895.772","12299.945"],["27834.155","12152.815"],["27737.347","12325.946"],["27903.881","12303.925"],["27837.066","12139.817"],["27920.262","12299.086"],["27786.968","12136.101"],["27900.429","12204.237"],["27833.176","12211.436"],["28593.824","11565.823"],["28644.229","11675.334"],["28577.361","11646.261"],["28588.824","11505.938"],["28678.226","11694.132"],["28663.242","11610.088"],["28585.560","11614.808"],["28592.072","11649.561"],["28602.504","11524.734"],["28769.040","11676.542"],["28633.802","11660.865"],["28621.570","11596.462"],["28672.504","11680.057"],["28602.645","11519.341"],["28585.194","11546.198"],["28588.087","11494.700"],["28579.160","11592.234"],["28673.691","11693.908"],["28691.183","11662.537"],["25089.749","9739.818"],["25089.195","9755.219"],["25066.190","9791.244"],["25066.647","9796.524"],["25094.334","9760.145"],["25085.694","9753.662"],["27794.285","11427.012"],["27741.223","11365.607"],["27791.461","11428.844"],["27876.423","11290.975"],["27882.558","11402.573"],["27850.535","11396.631"],["27828.871","11343.991"],["27765.524","11455.576"],["27899.097","11394.121"],["27919.264","11350.399"],["27907.321","11413.068"],["27918.415","11384.628"],["27726.623","11424.063"],["27864.928","11395.576"],["5202.050","7493.805"],["5271.634","7481.861"],["5229.889","7482.038"],["5227.488","7488.396"],["5302.363","7499.725"],["5208.126","7517.648"],["5203.708","7609.310"],["5224.661","7553.075"],["5217.604","7509.532"],["26995.850","16910.441"],["27018.969","16856.705"],["27031.503","16829.548"],["27064.678","16838.291"],["27045.479","16905.766"],["27000.544","16777.431"],["27024.927","16824.211"],["27089.795","16912.365"],["27030.331","16860.894"],["27016.458","16899.727"],["26983.773","16908.653"],["28287.192","15693.708"],["28163.392","15696.218"],["28240.646","15700.231"],["14254.902","4706.819"],["5686.777","9241.743"],["5625.780","9308.698"],["5655.010","9286.837"],["5679.111","9277.192"],["5684.166","9257.587"],["5648.095","9297.625"],["5659.841","9232.045"],["5667.393","9303.494"],["27489.128","11134.261"],["27489.426","11138.435"],["27468.938","11077.143"],["5731.767","8127.652"],["5730.980","8210.326"],["5814.771","8119.603"],["5792.839","8171.956"],["5668.979","8224.243"],["5757.903","8109.325"],["5715.810","8240.260"],["5780.977","8208.964"],["5754.034","8194.253"],["5826.946","8164.371"],["5678.834","8277.447"],["5636.927","8151.593"],["5676.215","8161.260"],["5763.956","8127.080"],["5782.619","8154.180"],["5702.115","8314.989"],["5788.502","8208.919"],["5757.004","8161.666"],["5796.947","8173.010"],["5713.054","8169.582"],["5679.605","8155.402"],["5636.301","8145.073"],["5663.637","8233.447"],["23724.628","11105.570"],["23720.565","11113.365"],["23713.115","11111.483"],["5021.334","8967.295"],["5006.191","9010.209"],["5120.295","8966.224"],["5108.150","8987.105"],["5002.602","8961.852"],["5151.753","8971.160"],["5025.352","8968.673"],["5163.608","8956.864"],["6786.996","7451.311"],["6779.799","7467.150"],["6785.380","7462.386"],["26283.134","15693.575"],["26331.917","15649.185"],["6211.025","7448.888"],["6177.188","7470.862"],["6225.844","7456.419"],["6199.936","7462.973"],["4665.759","9286.365"],["4583.644","9311.567"],["4668.067","9357.734"],["4712.072","9308.843"],["4589.714","9263.887"],["4581.651","9258.068"],["4624.239","9187.353"],["4704.901","9310.891"],["4665.112","9361.340"],["4750.960","9335.271"],["7281.937","7924.512"],["7299.802","8046.041"],["7280.234","7929.712"],["7287.624","8055.361"],["7288.740","7964.510"],["7265.534","8054.859"],["7282.116","8049.485"],["31475.407","11259.182"],["31494.420","11106.729"],["31423.865","11212.439"],["31407.138","11192.439"],["31468.964","11191.663"],["31446.365","11143.488"],["31405.728","11230.219"],["31392.636","11101.004"],["31490.111","11083.707"],["31444.716","11156.738"],["31503.734","11186.213"],["31412.204","11196.353"],["31501.941","11202.613"],["31360.942","11237.750"],["31458.425","11076.346"],["31500.859","11116.660"],["31446.312","11270.627"],["31414.704","11179.590"],["31447.253","11193.050"],["31494.149","11194.695"],["31448.146","11104.819"],["31440.991","11128.006"],["31390.345","11264.849"],["27623.728","11504.003"],["27720.345","11555.951"],["27595.645","11685.998"],["27598.236","11675.647"],["6363.141","9336.975"],["6372.270","9357.685"],["6433.813","9373.722"],["6370.584","9388.514"],["28594.336","10373.131"],["28622.711","10405.219"],["28607.112","10373.192"],["28643.793","10301.641"],["6263.496","8331.935"],["16192.337","5397.120"],["16195.861","5436.103"],["16324.255","5554.034"],["16354.486","5566.741"],["16160.218","5406.133"],["16284.085","5417.780"],["16191.726","5464.105"],["16291.149","5564.837"],["16156.235","5434.717"],["16204.113","5400.101"],["16322.934","5434.957"],["16300.962","5459.928"],["16288.565","5431.020"],["29120.335","11407.856"],["29092.241","11351.681"],["29078.880","11468.686"],["29165.278","11363.462"],["29049.470","11459.488"],["29042.198","11450.253"],["29120.810","11321.821"],["29160.648","11383.277"],["28997.664","11432.741"],["29138.296","11423.529"],["29104.278","11469.082"],["29119.363","11351.813"],["29059.492","11469.804"],["29147.239","11435.653"],["29196.980","11394.871"],["29110.991","11366.198"],["29009.663","11318.599"],["28990.099","11456.151"],["29085.376","11457.616"],["29162.210","11312.297"],["29000.966","11353.062"],["29126.600","11366.941"],["29057.432","11460.023"],["29182.358","11295.898"],["29003.026","11396.027"],["29164.233","11387.357"],["19542.520","16424.318"],["19548.734","16424.060"],["30759.470","9864.140"],["30761.014","9845.372"],["30800.033","9952.075"],["29259.776","11902.718"],["29287.243","11854.410"],["29215.333","11797.714"],["29207.438","11807.551"],["29301.815","11867.523"],["29268.855","11894.955"],["29381.735","11753.997"],["29253.962","11705.559"],["29221.108","11854.113"],["7159.984","8130.929"],["7261.358","8117.913"],["7221.755","8153.591"],["7218.867","8143.139"],["7104.087","8110.635"],["7172.613","8121.023"],["7269.814","8114.930"],["20862.172","9447.619"],["20841.003","9524.209"],["20852.027","9523.299"],["28221.402","11098.306"],["28328.464","11186.701"],["28348.600","11273.393"],["28294.746","11190.286"],["28147.183","11128.998"],["28193.891","11250.045"],["28227.887","11278.337"],["28163.530","11073.583"],["28200.924","11218.319"],["28195.998","11210.533"],["28147.351","11265.538"],["28198.646","11248.956"],["28172.661","11104.174"],["28279.313","11157.547"],["28218.229","11150.714"],["28226.965","11091.496"],["28193.115","11099.933"],["28169.334","11070.112"],["28156.048","11145.326"],["28210.315","11075.736"],["28169.716","11218.010"],["28252.345","11132.604"],["28173.653","11193.414"],["28177.247","11243.995"],["28196.429","11238.870"],["28153.113","11227.590"],["28229.500","11163.287"],["28196.203","11262.540"],["28312.699","11166.834"],["28232.280","11159.571"],["28099.297","11500.991"],["28076.953","11660.061"],["27936.766","11565.140"],["27997.682","11513.868"],["27969.747","11523.339"],["28086.082","11660.843"],["27964.285","11646.040"],["27965.758","11611.454"],["28008.754","11578.537"],["27967.369","11639.172"],["28035.298","11524.575"],["27991.335","11535.647"],["28063.780","11688.241"],["27946.986","11610.686"],["28003.455","11533.559"],["27959.708","11543.027"],["28078.198","11535.911"],["28009.475","11564.207"],["28018.489","11694.124"],["5716.923","7846.739"],["5817.511","7883.976"],["5666.870","7892.540"],["5729.642","7873.278"],["5754.038","7888.631"],["5756.259","7865.791"],["5705.086","7896.424"],["5668.949","7871.525"],["5711.166","7869.552"],["5806.028","7747.787"],["5676.580","7838.254"],["5749.960","7845.495"],["5820.387","7801.809"],["17139.698","7251.612"],["17007.161","7252.078"],["17098.749","7244.699"],["17168.304","7261.934"],["17120.866","7252.817"],["17159.402","7255.856"],["17096.442","7229.481"],["31672.880","10389.756"],["31717.103","10429.625"],["31699.422","10367.164"],["31672.761","10352.036"],["31594.546","10244.464"],["31626.437","10289.452"],["31519.858","10371.830"],["31670.582","10266.331"],["31616.256","10414.291"],["31670.002","10431.226"],["31529.718","10431.276"],["31543.172","10362.490"],["31624.389","10366.107"],["31713.501","10423.762"],["31702.120","10222.820"],["31664.899","10378.675"],["31624.825","10247.966"],["31638.193","10369.740"],["31699.768","10253.836"],["31518.592","10372.259"],["31519.019","10397.478"],["15340.705","5628.787"],["15314.009","5703.605"],["15421.943","5647.023"],["15433.015","5763.871"],["15459.669","5695.359"],["15432.978","5650.359"],["15501.828","5614.905"],["15394.379","5763.694"],["15325.721","5589.248"],["15464.883","5718.827"],["15416.179","5693.241"],["15466.647","5601.544"],["15316.970","5716.174"],["15427.497","5752.574"],["15306.148","5599.025"],["15437.517","5666.726"],["15488.950","5612.263"],["15327.432","5648.341"],["15355.178","5604.128"],["15486.363","5735.706"],["15404.592","5739.582"],["15398.422","5664.727"],["15369.546","5593.279"],["15510.551","5604.482"],["15330.475","5662.081"],["15312.085","5733.019"],["15442.152","5718.150"],["15450.463","5658.154"],["15400.119","5721.184"],["15390.036","5733.438"],["15465.264","5744.353"],["15461.860","5754.196"],["15479.213","5698.644"],["15465.166","5717.593"],["15415.198","5714.438"],["15411.761","5706.891"],["15351.669","5630.707"],["15338.248","5616.623"],["15479.603","5586.771"],["27937.989","10973.220"],["28054.212","10924.374"],["28031.395","10889.752"],["27988.786","10969.420"],["28092.456","10941.701"],["28080.029","10978.177"],["28011.774","10858.588"],["28075.473","10858.055"],["28116.977","10897.985"],["27970.812","10856.397"],["27991.488","10922.416"],["28136.886","11000.070"],["28086.436","10978.830"],["28113.504","10902.174"],["28128.249","10950.164"],["28007.935","10862.415"],["28016.265","10928.226"],["27990.310","10952.168"],["28049.641","10944.462"],["28076.412","10953.074"],["28049.265","10925.886"],["27993.500","10993.917"],["28100.036","10939.459"],["28048.858","11017.693"],["27142.816","15351.338"],["27138.980","15350.406"],["27235.435","15374.626"],["5278.174","8279.161"],["5244.791","8131.955"],["5389.841","8204.987"],["5328.706","8277.082"],["5373.533","8220.764"],["5235.628","8209.878"],["5291.227","8135.383"],["5344.836","8210.035"],["5403.865","8152.953"],["5382.181","8257.707"],["5270.336","8234.897"],["5275.991","8193.978"],["5324.477","8278.837"],["5358.452","8192.245"],["5337.122","8191.918"],["5408.032","8123.409"],["5372.692","8296.473"],["5371.507","8141.750"],["5342.956","8245.403"],["5237.342","8246.979"],["5277.753","8304.300"],["5242.097","8158.483"],["5234.670","8113.581"],["5389.057","8117.786"],["5351.726","8311.830"],["5364.207","8250.434"],["5296.238","8163.447"],["5270.662","8301.446"],["5206.776","8264.955"],["5294.534","8129.243"],["5334.692","8153.434"],["27727.089","11008.647"],["27735.583","10919.636"],["4537.639","9730.937"],["20480.500","9909.573"],["31959.519","12870.540"],["32005.029","12780.433"],["32008.581","12798.748"],["32123.596","12823.962"],["31986.131","12844.479"],["32128.884","12779.846"],["31967.792","12894.818"],["15341.647","5529.997"],["15359.553","5560.676"],["15466.329","5408.186"],["15327.223","5471.896"],["15429.492","5410.795"],["15330.627","5525.538"],["15372.818","5558.675"],["15358.177","5479.444"],["15310.202","5484.939"],["15321.992","5494.803"],["15339.229","5482.070"],["15343.884","5472.293"],["15329.520","5544.524"],["15359.043","5566.787"],["15452.867","5403.257"],["15463.550","5400.870"],["15473.451","5369.359"],["15504.699","5374.302"],["15498.453","5401.956"],["15506.570","5410.997"],["15450.989","5563.377"],["15476.731","5559.355"],["31672.220","11588.895"],["31612.451","11595.947"],["31557.714","11679.845"],["31553.645","11694.967"],["31573.777","11629.600"],["31638.958","11674.092"],["31547.500","11655.980"],["31565.855","11656.129"],["31676.826","11512.594"],["31636.793","11519.630"],["31656.227","11623.902"],["31634.155","11654.571"],["31668.102","11667.982"],["31578.514","11607.288"],["31707.428","11608.560"],["31690.609","11631.967"],["31528.997","11649.787"],["31566.891","11673.850"],["31536.359","11675.942"],["14945.700","6223.230"],["14962.073","6241.101"],["14939.710","6215.616"],["14916.751","6207.865"],["14912.890","6223.715"],["14962.721","6216.893"],["31315.115","11680.571"],["31483.586","11634.031"],["31494.655","11597.879"],["31318.388","11692.281"],["31341.924","11675.468"],["31470.296","11602.058"],["31323.109","11560.373"],["31494.342","11566.220"],["31401.162","11658.683"],["31488.207","11521.793"],["31506.299","11660.241"],["31334.688","11679.613"],["31372.895","11557.797"],["31389.901","11628.449"],["31349.671","11694.692"],["31511.014","11625.058"],["31328.668","11604.023"],["31440.132","11695.749"],["31461.447","11683.561"],["31381.244","11687.783"],["31417.362","11579.641"],["7187.091","7722.186"],["7177.963","7691.768"],["7174.676","7783.892"],["7138.539","7894.828"],["7122.317","7733.869"],["7202.460","7760.502"],["7200.907","7723.246"],["7146.882","7781.236"],["7159.104","7847.828"],["7292.234","7741.015"],["7145.785","7742.528"],["7162.947","7871.293"],["7171.997","7779.634"],["7185.223","7816.135"],["7142.931","7693.778"],["7145.071","7754.504"],["7133.507","7871.526"],["7239.445","7745.380"],["7274.499","7751.688"],["16066.088","5504.405"],["16125.656","5476.113"],["16105.839","5515.688"],["16097.164","5536.531"],["16093.847","5462.240"],["16082.197","5520.280"],["16091.051","5485.213"],["16071.845","5495.972"],["16137.006","5481.983"],["16103.125","5537.769"],["16084.653","5475.832"],["16132.860","5463.842"],["16058.865","5534.747"],["16073.586","5534.631"],["7154.131","7922.838"],["7180.142","8100.384"],["7184.233","7918.839"],["7153.168","8023.668"],["7094.831","8051.472"],["7204.602","8100.090"],["7214.795","8076.817"],["7222.775","7988.331"],["7106.873","7982.725"],["7121.678","8027.579"],["7101.639","8074.830"],["7146.112","8073.662"],["7193.857","7979.120"],["7151.027","7996.735"],["7157.920","8041.731"],["7120.488","8100.767"],["7166.095","8092.068"],["7200.949","8046.765"],["7170.040","8042.419"],["7187.099","8073.332"],["7208.004","8004.582"],["7108.253","7964.229"],["16301.493","5785.663"],["16285.035","5857.828"],["16356.392","5794.033"],["16265.008","5807.719"],["16170.040","5853.305"],["16160.692","5824.825"],["16242.128","5899.305"],["16211.488","5896.548"],["16236.029","5829.770"],["16324.030","5817.522"],["16225.394","5802.350"],["16177.885","5864.536"],["16151.646","5786.839"],["16123.964","5961.197"],["16200.814","5914.798"],["16263.022","5865.989"],["16322.792","5799.344"],["16263.215","5792.839"],["16184.365","5820.043"],["16167.320","5803.421"],["16257.094","5897.365"],["16298.762","5811.987"],["16294.459","5882.813"],["16346.167","5798.751"],["16260.683","5783.656"],["16152.441","5842.471"],["16241.636","5842.553"],["16175.227","5975.768"],["16158.632","5953.968"],["16182.291","5943.856"],["16270.451","5877.802"],["16235.666","5865.268"],["16239.183","5891.722"],["16197.103","5867.120"],["16246.164","5870.580"],["16298.647","5819.102"],["16290.275","5846.897"],["16285.962","5820.542"],["16322.644","5794.290"],["16219.449","5823.309"],["16179.826","5844.255"],["16150.859","5828.621"],["16180.478","5809.796"],["16190.429","5795.494"],["16190.774","5833.908"],["16211.306","5865.283"],["16274.530","5893.475"],["29264.525","11432.184"],["29257.484","11330.768"],["29372.035","11439.130"],["29384.899","11301.245"],["29292.303","11418.962"],["29241.743","11354.914"],["29381.887","11447.784"],["29238.043","11389.992"],["29209.661","11357.893"],["29206.904","11433.370"],["29352.465","11381.119"],["29277.619","11357.051"],["29249.620","11362.684"],["29324.091","11418.634"],["29371.558","11461.607"],["29257.089","11338.613"],["29307.519","11393.959"],["4816.625","9395.968"],["4843.795","9475.123"],["4857.734","9400.792"],["4783.614","9494.165"],["4847.480","9409.395"],["4897.552","9461.254"],["4846.557","9539.004"],["4844.985","9469.071"],["4882.696","9441.947"],["5383.223","9199.186"],["5403.432","9248.629"],["5364.221","9215.796"],["5361.889","9189.261"],["27654.975","17606.598"],["27683.260","17486.335"],["27668.117","17498.901"],["27671.610","17598.566"],["16787.982","7770.308"],["16931.916","7766.291"],["16798.406","7715.607"],["16810.063","7787.347"],["16956.060","7739.437"],["16836.847","7825.634"],["16914.531","7733.524"],["16823.323","7720.843"],["16828.870","7795.939"],["16918.593","7774.846"],["16807.994","7707.763"],["16821.480","7704.180"],["16840.663","7780.877"],["16815.729","7799.259"],["16842.143","7765.105"],["16957.820","7760.329"],["16959.268","7753.161"],["16905.666","7724.937"],["31065.588","9556.599"],["30885.734","9391.643"],["31014.901","9420.562"],["30929.977","9439.330"],["30924.165","9551.919"],["30926.852","9446.650"],["31074.505","9422.852"],["31066.055","9419.158"],["27293.084","16152.035"],["27217.744","16160.104"],["7802.669","8790.781"],["7827.777","8895.949"],["7786.274","8849.284"],["7747.073","8925.105"],["7755.843","8823.845"],["7750.896","8866.773"],["7767.587","8832.681"],["7767.909","8915.169"],["7809.570","8846.550"],["7742.217","8888.245"],["7791.196","8803.409"],["7797.647","8885.538"],["5383.919","7970.476"],["5306.988","8050.329"],["5222.111","7951.205"],["5259.298","7956.930"],["5275.238","7909.634"],["5207.914","8071.232"],["5241.306","8028.255"],["5295.312","7998.463"],["5330.032","8040.813"],["5367.330","7976.102"],["5350.259","8026.283"],["5278.605","8062.501"],["5361.320","8051.424"],["5246.976","7917.605"],["5260.205","7937.049"],["5261.553","8020.459"],["5296.317","7968.865"],["5371.352","7971.059"],["5310.841","8041.712"],["5251.354","8025.401"],["5280.830","7928.528"],["5221.422","8056.129"],["5229.003","8006.834"],["5320.757","7978.232"],["5406.301","7992.468"],["5245.529","8019.533"],["5208.980","7915.951"],["5264.364","8028.374"],["5355.655","8094.412"],["5329.044","8004.403"],["5252.606","8080.833"],["5273.995","8086.283"],["5215.082","7917.751"],["5242.759","7977.041"],["5302.179","7908.346"],["5289.209","8006.312"],["5351.876","8077.656"],["5297.940","8025.389"],["5371.558","8003.072"],["31744.381","9773.054"],["31751.628","9767.720"],["31737.562","9750.926"],["5479.412","9106.936"],["5600.905","9107.091"],["5555.463","9125.092"],["5492.938","9096.997"],["5564.765","9101.377"],["5589.243","9119.514"],["5521.425","9108.525"],["5559.094","9071.932"],["5540.446","9091.698"],["5611.329","9095.349"],["5626.914","9089.089"],["5543.086","9078.155"],["5562.329","9123.093"],["5559.839","9053.040"],["5489.734","9164.347"],["5497.773","9135.098"],["5467.231","9103.124"],["5520.290","9070.936"],["5621.497","9137.353"],["7579.135","8886.312"],["7637.516","8873.232"],["7704.561","8752.147"],["7534.695","8939.358"],["7559.381","8924.654"],["7553.065","8913.225"],["7594.775","8899.996"],["7680.985","8896.569"],["28898.957","10743.477"],["28785.090","10704.678"],["28800.453","10715.216"],["28858.540","10697.835"],["28946.620","10646.099"],["28937.006","10738.954"],["28963.853","10702.999"],["31322.011","9820.864"],["31332.525","9809.152"],["15439.729","5320.853"],["15347.852","5332.352"],["15405.912","5311.383"],["15439.367","5305.382"],["15375.160","5321.897"],["15469.185","5318.826"],["15475.731","5300.535"],["15420.533","5282.183"],["15461.475","5335.759"],["15484.514","5347.084"],["15459.532","5311.637"],["15460.814","5274.527"],["15322.909","5355.513"],["15335.253","5324.144"],["15368.647","5313.772"],["15397.791","5352.104"],["15084.915","5988.476"],["14996.394","5794.652"],["15056.771","5823.036"],["15000.121","5870.008"],["14914.628","5894.806"],["14982.366","5867.414"],["14995.900","5786.345"],["15043.383","5824.143"],["15000.746","5835.210"],["14934.332","5902.486"],["14991.750","5871.936"],["14889.904","5793.212"],["15019.691","5864.537"],["14905.237","5946.730"],["14986.472","5918.546"],["15025.648","5820.511"],["14924.228","5905.573"],["14976.516","5879.039"],["14950.129","5977.249"],["15060.491","5979.326"],["15061.245","5819.469"],["15079.584","5783.334"],["15074.929","5809.279"],["14928.769","5810.347"],["15016.108","5816.432"],["14971.486","5838.530"],["15025.280","5800.199"],["14897.852","5925.277"],["14922.013","5890.694"],["14912.630","5883.684"],["14964.126","5915.044"],["14972.366","5887.860"],["14959.450","5904.612"],["14971.728","5962.856"],["14919.361","5964.649"],["27882.619","15791.889"],["6523.914","9487.836"],["6588.202","9501.761"],["6654.511","9479.777"],["6549.977","9506.522"],["6591.883","9492.818"],["6564.039","9476.399"],["6548.118","9488.917"],["6635.119","9480.107"],["27628.543","15798.174"],["27684.563","15775.581"],["27661.067","15730.950"],["27533.069","15785.663"],["27685.649","15773.880"],["26778.396","15390.745"],["6153.748","7765.432"],["6223.624","7870.544"],["6188.182","7807.845"],["6172.723","7854.180"],["6157.373","7851.383"],["6193.076","7880.627"],["6178.329","7762.611"],["6159.572","7836.383"],["6208.417","7798.435"],["6178.767","7896.250"],["6177.375","7788.161"],["6187.495","7840.275"],["6153.201","7848.532"],["6247.916","7778.543"],["6197.868","7776.022"],["6164.598","7876.955"],["6183.153","7823.917"],["6188.767","7890.569"],["6325.605","8841.430"],["6272.094","8781.503"],["6373.429","8894.801"],["6274.767","8868.647"],["6304.018","8798.547"],["6357.919","8885.701"],["6281.757","8892.214"],["6330.022","8841.569"],["6391.094","8919.078"],["6276.584","8843.051"],["6284.948","8882.520"],["6284.117","8820.777"],["6397.623","8858.269"],["6391.012","8898.120"],["6390.090","8856.650"],["6268.903","8856.908"],["6298.499","8859.120"],["6293.944","8895.600"],["6313.081","8809.778"],["6258.539","8782.327"],["6334.666","8867.238"],["6380.582","8880.230"],["15301.995","5542.098"],["15296.916","5549.735"],["15281.106","5500.216"],["15278.902","5487.598"],["15285.238","5558.785"],["15299.314","5477.491"],["15244.515","5566.366"],["15250.288","5570.759"],["32358.542","10522.610"],["7271.496","7795.707"],["7193.278","7797.001"],["7241.871","7833.482"],["7283.914","7886.839"],["7272.823","7790.968"],["7139.279","7822.225"],["7264.424","7842.389"],["7112.475","7777.417"],["7267.790","7855.442"],["32162.307","10733.848"],["32272.652","10746.482"],["32162.658","10812.979"],["32248.382","10789.164"],["32267.142","10782.089"],["32174.873","10755.829"],["32210.646","10739.397"],["32174.034","10705.970"],["28219.708","15758.497"],["28201.565","15856.142"],["28217.652","15754.583"],["31925.718","11261.869"],["31881.474","11068.690"],["31748.273","11249.589"],["31916.046","11189.053"],["31897.194","11231.103"],["31907.161","11151.615"],["31871.503","11159.806"],["31758.417","11132.493"],["31841.887","11144.962"],["31744.387","11263.839"],["31842.905","11175.539"],["31924.468","11204.688"],["31810.372","11119.998"],["31807.757","11225.415"],["31842.595","11189.951"],["31857.150","11072.659"],["31894.858","11212.556"],["31890.384","11206.297"],["31802.249","11102.056"],["31830.572","11161.676"],["31779.091","11164.384"],["31822.035","11115.565"],["31730.214","11131.845"],["31822.385","11192.571"],["31775.619","11225.696"],["31809.928","11130.948"],["31924.665","11206.868"],["31899.616","11165.816"],["31888.366","11215.676"],["31874.846","11197.625"],["31883.711","11121.836"],["31915.553","11225.255"],["31917.490","11251.648"],["31866.059","11175.083"],["31868.448","11205.965"],["31911.460","11097.844"],["31783.697","11203.377"],["31746.032","11246.069"],["31793.877","11145.838"],["31759.897","11138.885"],["31912.726","11196.011"],["31840.247","11172.390"],["31786.924","11077.146"],["31794.457","11169.764"],["31764.622","11194.702"],["31784.665","11122.227"],["31869.338","11122.701"],["31880.572","11200.933"],["31898.187","11123.146"],["27375.663","11687.198"],["27385.066","11684.136"],["27470.886","11663.373"],["27470.701","11681.716"],["27910.791","10968.630"],["27931.549","10955.979"],["27813.598","10935.555"],["27844.680","11001.816"],["27822.423","10956.618"],["27810.252","10924.953"],["27874.990","11016.975"],["27899.734","10939.627"],["27922.818","11030.231"],["27786.538","10866.501"],["27923.523","10966.997"],["27758.296","8841.800"],["27767.198","8788.963"],["27750.619","8826.221"],["27746.310","8840.688"],["27742.469","8853.709"],["27761.255","8891.631"],["27756.518","8897.003"],["27740.373","8900.871"],["27842.964","8859.561"],["27744.723","8816.962"],["27811.637","8849.179"],["22229.671","8308.998"],["28139.819","11944.259"],["28022.927","12031.341"],["28144.426","11961.640"],["27990.279","12054.958"],["27940.904","12074.148"],["28004.335","12066.628"],["28127.091","12011.202"],["27998.568","11989.854"],["27310.962","16194.975"],["28185.574","17224.950"],["28213.941","17222.874"],["28250.621","17238.802"],["28174.495","17215.374"],["28283.940","17216.191"],["28213.855","17233.955"],["6839.622","8113.704"],["5694.387","8913.034"],["5660.210","8941.804"],["5635.477","8897.667"],["5697.167","8888.014"],["5628.866","8851.688"],["5664.585","8897.213"],["5646.876","8865.842"],["5635.823","8875.586"],["5675.884","8942.861"],["19254.254","15144.407"],["28932.926","11931.320"],["28836.872","12004.970"],["28833.451","12005.780"],["28895.282","11921.639"],["28883.111","11927.469"],["28895.688","12075.193"],["28789.224","12005.649"],["6794.557","8038.331"],["6806.454","8086.810"],["6795.769","8100.640"],["6797.996","8074.940"],["6822.228","7963.352"],["6806.094","8023.548"],["6835.918","8056.332"],["6865.147","8057.841"],["6876.154","8014.794"],["6836.603","8106.574"],["6792.443","8071.753"],["6879.765","8104.162"],["6857.101","8004.614"],["31913.888","10739.002"],["31727.796","10800.251"],["31763.914","10744.727"],["31922.603","10739.285"],["31934.248","10662.109"],["31762.504","10847.889"],["31787.280","10834.003"],["31762.584","10803.646"],["31853.982","10672.878"],["31931.501","10701.279"],["31728.421","10844.710"],["31843.853","10651.539"],["31926.238","10831.341"],["31739.461","10728.319"],["31884.823","10742.093"],["31787.000","10847.678"],["31750.068","10686.569"],["31895.545","10667.296"],["31922.815","10701.400"],["31845.843","10720.701"],["31911.996","10738.903"],["31874.161","10794.487"],["31808.240","10750.540"],["31842.007","10788.558"],["31824.198","10697.881"],["31919.330","10772.580"],["31832.553","10811.143"],["31880.580","10645.775"],["31731.813","10836.742"],["31819.155","10814.465"],["31903.415","10844.391"],["31835.981","10764.358"],["31785.792","10771.705"],["31759.854","10784.884"],["31787.126","10683.472"],["31791.186","10818.130"],["31925.627","10698.741"],["31827.817","10739.595"],["31894.445","10708.827"],["31841.320","10740.520"],["31908.343","10742.386"],["7873.722","8816.908"],["7904.842","8727.435"],["7755.291","8809.650"],["7796.994","8843.429"],["7864.824","8840.079"],["7899.545","8883.762"],["7890.762","8845.942"],["7732.110","8752.362"],["7821.633","8801.979"],["7822.490","8864.657"],["7902.045","8837.189"],["7858.065","8826.784"],["7881.996","8866.437"],["7920.060","8800.364"],["7913.531","8756.384"],["14852.291","5809.992"],["14826.299","5867.311"],["14775.496","5987.685"],["14847.945","5814.813"],["14825.822","5849.920"],["14781.894","5985.918"],["14876.235","5838.975"],["14799.688","5890.812"],["14775.338","5996.663"],["14857.929","5815.424"],["14875.185","5914.735"],["14772.380","5966.519"],["14873.440","5783.031"],["14858.274","5839.569"],["14878.725","5819.817"],["14831.333","5810.766"],["14812.599","5878.706"],["14854.965","5882.411"],["14838.734","5861.458"],["14769.674","5991.929"],["14759.687","5961.021"],["14822.421","5999.480"],["16363.241","6786.882"],["6838.871","9166.546"],["6893.398","9188.163"],["6880.593","9186.566"],["6822.413","9246.190"],["6856.522","9163.348"],["6818.360","9171.271"],["6793.222","9186.193"],["6823.451","9263.951"],["6811.248","9225.186"],["6830.515","9210.842"],["6875.391","9153.791"],["6954.481","9355.215"],["6922.250","9260.571"],["6943.029","9317.072"],["6998.946","9305.669"],["6922.285","9226.933"],["6945.086","9229.101"],["6915.750","9304.700"],["6955.772","9281.772"],["6956.961","9246.013"],["6969.526","9313.736"],["6909.155","9288.663"],["6985.213","9319.377"],["7012.274","9261.316"],["6932.307","9272.685"],["6931.664","9332.101"],["7001.907","9326.479"],["6975.068","9333.852"],["6950.595","9299.302"],["6906.061","9209.331"],["6920.833","9187.597"],["6936.228","9351.955"],["5562.323","8626.403"],["5509.113","8557.971"],["5590.832","8560.100"],["5495.722","8633.368"],["5557.732","8600.898"],["5582.038","8612.614"],["5510.234","8602.086"],["5542.452","8565.026"],["5504.974","8599.593"],["5554.289","8664.036"],["5469.335","8563.306"],["5556.228","8544.144"],["31703.964","10916.188"],["31632.845","11012.241"],["31570.477","10874.438"],["31616.320","10979.351"],["31696.040","10865.511"],["31722.076","10969.590"],["31556.386","10995.768"],["31607.578","11056.440"],["31545.358","10908.678"],["31553.137","10924.698"],["31717.019","10865.739"],["31545.621","10870.759"],["31595.424","10921.263"],["31704.342","11043.059"],["31649.753","11053.562"],["31710.728","10973.637"],["31550.088","10875.573"],["31576.953","10902.881"],["31645.292","10934.971"],["31674.716","11067.374"],["31620.177","10889.900"],["31545.576","11050.738"],["31651.678","10960.697"],["31678.125","11064.743"],["31658.109","10911.234"],["31630.510","10867.303"],["31676.349","10919.673"],["31631.007","10969.062"],["31657.471","10968.781"],["31599.741","11026.635"],["4576.218","8944.026"],["4594.530","8919.750"],["16736.891","7500.506"],["16772.375","7493.151"],["16751.954","7683.647"],["16749.858","7495.860"],["16775.088","7498.321"],["28257.483","11520.259"],["28236.062","11536.215"],["28293.761","11512.538"],["28307.565","11673.997"],["28231.082","11678.057"],["28309.733","11651.470"],["28222.513","11648.412"],["28236.588","11532.483"],["28351.926","11553.894"],["28267.125","11510.608"],["28207.415","11696.273"],["28247.566","11597.485"],["28261.154","11523.953"],["28347.747","11530.880"],["28254.247","11535.546"],["28289.537","11627.950"],["32344.628","10215.294"],["7056.927","7575.702"],["6967.626","7648.741"],["7074.544","7592.513"],["7005.916","7569.817"],["6980.180","7626.650"],["7055.111","7582.616"],["6989.017","7560.374"],["6993.475","7599.133"],["6994.529","7441.110"],["6911.399","7402.975"],["6950.209","7441.485"],["6959.808","7416.844"],["7046.142","7430.732"],["6962.308","7446.956"],["6913.580","7407.867"],["7082.701","7447.691"],["7049.433","7441.401"],["6950.092","7402.715"],["6996.535","7459.376"],["7023.888","7437.624"],["6917.844","7426.013"],["6990.935","7425.909"],["27886.150","17063.040"],["27904.523","17149.237"],["27798.379","17023.821"],["27833.606","17180.156"],["27825.149","17054.856"],["27842.012","17153.818"],["27838.505","17116.593"],["27888.341","17037.461"],["27808.435","17054.372"],["27922.292","17172.671"],["27801.053","17075.648"],["27877.189","17031.198"],["27878.188","17116.101"],["27810.016","16991.556"],["27769.851","17017.050"],["27890.395","17048.745"],["27814.671","17101.235"],["27831.234","17152.227"],["27771.159","16996.315"],["27814.826","17089.608"],["27863.063","17103.331"],["27773.525","17093.442"],["27790.028","17023.018"],["27829.291","17012.346"],["27807.515","17100.606"],["27923.468","17169.234"],["28361.942","11967.901"],["30727.800","10110.400"],["5217.061","8931.683"],["5268.046","8924.116"],["5282.934","8896.120"],["5212.718","8837.209"],["5221.131","8808.710"],["5209.531","8930.058"],["5242.918","8891.204"],["5210.401","8821.038"],["5258.320","8878.106"],["5291.114","8860.110"],["5123.031","8694.892"],["5118.875","8622.568"],["5189.219","8735.245"],["5031.582","8554.753"],["5111.291","8678.364"],["5054.917","8676.345"],["5122.163","8605.860"],["5084.470","8611.197"],["5105.080","8586.008"],["5174.074","8602.439"],["5182.747","8740.158"],["5052.338","8581.909"],["5173.516","8639.733"],["5120.343","8693.892"],["5071.537","8736.238"],["5125.248","8617.462"],["5148.063","8591.165"],["5197.811","8711.263"],["5073.391","8567.912"],["5125.583","8730.576"],["5079.350","8693.602"],["5109.201","8644.083"],["5168.725","8547.609"],["5053.085","8540.659"],["5159.199","8723.305"],["5086.453","8726.517"],["31978.277","10538.690"],["31987.899","10585.561"],["32049.182","10583.463"],["32002.290","10591.325"],["32053.012","10616.924"],["32092.091","10576.610"],["32089.443","10577.155"],["32062.165","10556.713"],["32138.951","10532.146"],["31993.738","10630.214"],["32130.201","10510.297"],["31990.185","10587.555"],["31961.205","10490.759"],["32034.840","10435.813"],["31954.463","10623.866"],["32117.868","10504.179"],["32073.573","10588.253"],["32044.048","10637.816"],["32041.713","10591.292"],["32039.001","10511.304"],["32010.432","10467.935"],["32120.975","10578.852"],["32003.409","10510.511"],["32079.067","10518.505"],["32110.185","10592.213"],["32000.302","10587.416"],["32116.651","10588.259"],["32130.861","10581.058"],["31946.322","10463.321"],["32104.644","10585.666"],["31961.155","10596.477"],["32106.120","10561.680"],["31954.558","10473.588"],["31948.259","10488.039"],["32086.912","10471.866"],["32125.448","10468.596"],["32028.869","10633.253"],["31959.611","10618.085"],["32100.204","10632.536"],["31959.875","10612.206"],["32119.825","10473.626"],["32004.480","10605.220"],["5621.914","7846.701"],["5628.960","7811.762"],["5699.010","7785.469"],["5662.843","7771.361"],["5722.449","7748.925"],["5796.289","7708.775"],["5634.373","7746.500"],["5621.446","7843.282"],["29226.585","10935.816"],["29205.080","11065.996"],["29269.764","10919.668"],["31458.098","10170.443"],["31380.236","10159.559"],["31460.944","10160.963"],["14895.613","6100.494"],["14926.271","6115.275"],["15033.586","6062.517"],["14975.527","6188.144"],["14926.482","6008.355"],["14975.893","6058.149"],["14998.298","6117.974"],["15030.228","6008.509"],["14943.998","6006.505"],["14939.248","6102.773"],["14963.639","6081.419"],["15024.998","5998.187"],["14939.243","6172.934"],["14936.597","6018.149"],["14889.314","6065.697"],["14953.179","6109.627"],["15017.625","6083.102"],["15046.100","6055.573"],["14919.260","6177.310"],["14896.024","6074.747"],["14914.505","6091.197"],["14915.985","6100.807"],["14951.106","6085.135"],["15022.790","6089.576"],["14987.569","6096.189"],["14983.250","6083.152"],["15050.540","6020.796"],["15081.856","6027.320"],["14952.566","6154.899"],["14929.293","6142.777"],["14907.162","6181.380"],["14956.284","6010.932"],["4646.695","9645.557"],["4604.606","9637.697"],["4625.615","9680.115"],["4712.292","9617.913"],["19301.454","11629.788"],["19251.520","11699.232"],["19279.366","11682.898"],["19272.656","11638.248"],["19277.038","11626.275"],["19293.082","11606.485"],["5585.872","9368.509"],["5593.050","9322.290"],["5613.828","9333.740"],["5579.744","9319.714"],["5534.094","9363.886"],["28397.648","11441.921"],["28480.356","11363.843"],["28477.905","11359.232"],["28430.370","11388.972"],["28492.437","11393.853"],["28387.608","11422.691"],["28427.950","11342.759"],["28446.383","11290.263"],["28391.705","11382.274"],["28517.925","11468.198"],["28541.063","11312.566"],["28469.692","11331.513"],["28541.114","11462.696"],["28543.461","11451.798"],["28513.395","11487.986"],["28369.729","11478.857"],["28445.744","11297.232"],["28382.693","11479.633"],["28402.560","11469.429"],["28451.457","11488.418"],["28379.096","11312.196"],["28393.418","11456.095"],["28406.411","11404.531"],["28477.805","11484.820"],["28514.516","11290.016"],["28389.128","11428.810"],["28457.213","11436.673"],["28543.784","11474.267"],["28487.085","11432.428"],["28523.023","11427.866"],["28563.048","11438.950"],["28481.792","11449.161"],["5444.291","7264.807"],["5435.677","7290.734"],["5415.036","7292.221"],["5461.877","7299.940"],["5609.897","7405.057"],["5605.308","7375.974"],["5607.755","7435.748"],["28595.741","11949.430"],["28597.238","11927.762"],["28270.509","10376.976"],["28330.798","10344.917"],["28340.206","10339.384"],["28318.918","10405.920"],["28203.542","10422.756"],["28311.669","10320.689"],["5864.187","7472.745"],["5880.847","7403.765"],["5860.108","7449.592"],["5875.907","7350.831"],["5831.301","7431.350"],["5896.560","7461.844"],["28398.822","15750.029"],["28402.377","15743.543"],["30417.128","9978.821"],["30423.051","9919.616"],["30413.061","9911.318"],["6046.303","7955.152"],["6158.688","8084.906"],["6229.130","8077.324"],["6184.575","8054.485"],["6229.990","8048.641"],["6043.095","8086.321"],["6090.155","7992.747"],["6057.729","7911.315"],["6237.726","8062.496"],["6121.965","7938.415"],["6080.682","8023.355"],["6043.533","7924.310"],["6067.782","7932.879"],["6095.135","8000.332"],["6186.868","8074.804"],["6230.029","8043.602"],["6189.200","8030.270"],["6121.543","8035.658"],["6132.549","7954.617"],["6112.216","7904.346"],["6076.113","8062.237"],["6146.878","8071.047"],["6188.348","8103.310"],["6059.953","7924.118"],["6101.661","7903.973"],["6238.447","8069.800"],["5615.077","7618.568"],["5601.383","7672.323"],["5590.866","7492.816"],["5557.150","7636.118"],["5581.317","7650.478"],["5617.814","7671.795"],["5584.443","7558.370"],["5539.459","7516.097"],["5611.294","7614.918"],["5560.543","7565.474"],["5617.313","7648.912"],["5601.941","7499.312"],["5476.899","7494.171"],["5599.014","7663.636"],["5587.221","7649.107"],["5581.025","7539.991"],["5587.540","7498.273"],["5559.537","7514.050"],["5551.736","7577.936"],["5588.225","7651.597"],["5538.004","7614.477"],["5564.162","7594.078"],["5521.396","7520.223"],["6547.862","8202.616"],["6556.683","8244.364"],["6632.264","8149.032"],["6598.448","8132.088"],["6482.395","8183.340"],["6554.685","8247.041"],["6596.441","8136.414"],["6518.239","8186.264"],["6670.741","8123.715"],["6480.223","8222.092"],["6518.188","8242.631"],["6551.377","8194.712"],["26306.325","15749.664"],["26380.810","15786.321"],["26314.297","15826.404"],["26314.264","15820.112"],["26404.757","15846.107"],["26362.981","15787.923"],["26850.559","16532.812"],["26817.942","16536.910"],["26857.569","16537.764"],["31014.519","10112.062"],["31022.093","10111.209"],["29092.884","10723.289"],["32367.866","12746.035"],["16411.936","6750.330"],["16472.429","6669.966"],["16548.065","6650.712"],["16490.953","6781.270"],["16396.173","6787.074"],["16529.958","6811.864"],["16504.837","6734.858"],["16452.920","6795.028"],["16554.166","6760.298"],["16462.004","6795.424"],["16376.064","6744.037"],["16445.801","6682.600"],["16531.980","6672.991"],["16407.308","6829.270"],["16462.324","6833.358"],["16455.196","6722.354"],["16509.171","6727.655"],["16553.307","6811.394"],["16373.367","6755.615"],["16456.988","6672.839"],["16558.308","6637.466"],["16563.657","6690.811"],["16454.638","6739.864"],["16563.514","6749.356"],["16539.760","6837.917"],["16470.432","6629.075"],["16394.950","6811.582"],["16437.077","6725.778"],["16564.500","6716.920"],["16506.865","6811.162"],["16521.125","6812.830"],["16498.870","6748.632"],["16431.784","6758.882"],["16420.318","6798.173"],["16546.885","6716.557"],["16444.107","6804.682"],["16483.827","6777.236"],["16522.292","6680.968"],["16525.054","6753.500"],["16394.255","6743.063"],["16517.157","6785.649"],["16456.492","6632.807"],["16496.125","6663.297"],["16535.236","6682.273"],["16474.621","6793.342"],["16428.841","6830.806"],["16411.272","6774.687"],["16505.133","6716.030"],["16538.391","6756.209"],["16461.584","6814.745"],["27660.306","16948.947"],["27672.751","16922.293"],["27694.316","16931.801"],["27682.538","16962.683"],["27696.160","16904.145"],["27695.856","16819.483"],["27704.434","16871.474"],["27693.793","16940.659"],["27704.853","16798.209"],["6204.438","7973.984"],["6215.420","7927.298"],["6186.344","7898.392"],["6238.306","7898.730"],["6219.387","7972.096"],["5379.545","7516.048"],["5387.731","7648.068"],["5385.834","7492.509"],["5364.133","7643.179"],["5403.238","7620.864"],["5400.185","7506.270"],["5386.181","7477.189"],["5401.210","7616.345"],["5374.781","7542.096"],["8002.449","8947.935"],["7971.822","8857.632"],["8038.522","8907.953"],["7992.515","8872.411"],["8007.448","8933.298"],["7932.449","8769.587"],["7990.508","8884.362"],["8024.240","8942.756"],["7982.659","8905.473"],["7979.190","8747.113"],["8020.811","8927.861"],["7914.391","8783.722"],["7981.407","8843.230"],["7966.214","8852.694"],["16541.216","6626.151"],["16504.748","6624.400"],["27807.037","11208.371"],["27787.616","11150.104"],["27908.867","11093.172"],["27913.112","11161.132"],["27788.833","11131.720"],["27833.424","11222.128"],["27887.471","11156.096"],["27886.666","11254.430"],["27825.081","11159.242"],["27910.878","11215.271"],["27771.806","11260.214"],["27934.667","11218.063"],["27818.852","11133.022"],["27887.671","11194.630"],["27766.978","11242.785"],["27839.580","11141.495"],["27760.967","11240.901"],["27770.001","11114.205"],["27878.905","11095.743"],["27931.098","11215.868"],["27915.098","11153.848"],["27840.268","11120.794"],["27932.393","11239.707"],["27800.963","11242.868"],["27746.865","11166.391"],["14726.194","6235.166"],["14863.262","6282.370"],["14787.848","6280.828"],["14730.355","6257.875"],["14818.895","6283.791"],["14762.259","6292.197"],["14735.355","6241.970"],["14827.478","6260.323"],["14808.978","6280.788"],["14745.520","6249.997"],["14870.910","6287.853"],["14785.971","6295.326"],["14739.237","6291.599"],["14714.763","6264.596"],["14725.619","6275.662"],["14858.494","6239.108"],["14821.963","6242.832"],["14847.344","6248.153"],["14798.985","6289.733"],["14813.835","6264.412"],["14755.516","6302.155"],["7954.134","8590.287"],["8035.997","8547.321"],["7947.757","8638.970"],["7937.184","8685.506"],["7937.616","8613.815"],["7972.934","8597.389"],["7993.728","8562.560"],["7940.501","8717.126"],["7973.037","8687.975"],["7982.983","8616.464"],["8006.980","8581.989"],["7964.409","8704.382"],["7979.551","8563.271"],["7937.550","8566.152"],["7939.991","8736.846"],["7980.384","8572.335"],["7960.911","8600.807"],["7979.759","8596.943"],["8019.703","8570.647"],["7963.377","8546.809"],["7993.426","8542.713"],["7964.805","8670.463"],["7953.547","8689.306"],["7984.816","8712.911"],["7983.315","8757.523"],["6257.876","9615.146"],["6288.983","9634.353"],["6282.714","9602.238"],["6262.225","9612.180"],["6313.388","9604.447"],["6251.954","9641.365"],["6352.480","9586.768"],["6256.807","9657.524"],["27285.637","16099.954"],["27297.635","16061.437"],["27755.601","17574.350"],["27847.448","17480.747"],["27828.497","17541.853"],["27812.147","17555.967"],["27766.003","17579.104"],["27795.645","17581.822"],["27849.193","17445.505"],["27787.798","17537.552"],["27813.783","17559.346"],["16233.724","7534.710"],["16306.797","7544.035"],["16217.367","7667.056"],["16242.257","7571.022"],["16284.182","7513.763"],["16250.262","7665.322"],["16231.395","7519.285"],["16284.396","7554.853"],["16209.749","7638.116"],["16251.550","7535.234"],["16322.442","7521.807"],["16203.157","7663.373"],["16241.796","7543.293"],["16249.083","7518.405"],["16313.607","7505.522"],["16307.653","7522.995"],["16274.262","7496.084"],["16296.567","7507.471"],["16303.184","7484.895"],["16245.894","7603.955"],["16228.436","7647.040"],["16245.328","7678.386"],["16246.415","7639.598"],["6074.101","7746.211"],["6086.238","7800.510"],["6136.518","7836.230"],["6116.629","7797.720"],["6055.390","7850.660"],["6054.446","7726.211"],["6078.400","7762.187"],["6098.879","7811.186"],["6138.541","7829.940"],["6072.857","7791.027"],["6102.327","7819.053"],["6094.008","7839.321"],["6085.364","7714.602"],["32026.961","10774.545"],["31974.593","10832.282"],["32144.912","10824.655"],["31981.236","10696.313"],["31997.190","10816.577"],["31991.055","10799.286"],["31950.545","10657.386"],["31953.639","10726.812"],["31986.764","10840.788"],["32012.017","10822.541"],["32117.905","10785.531"],["32093.612","10834.647"],["32001.910","10723.860"],["32024.361","10773.059"],["32011.170","10706.189"],["32084.295","10661.135"],["32135.530","10654.971"],["32116.797","10783.459"],["31938.771","10749.372"],["32050.909","10684.520"],["31961.221","10686.304"],["32145.866","10843.235"],["32114.665","10821.815"],["32070.775","10697.122"],["32039.706","10705.760"],["32015.890","10811.573"],["32132.011","10787.671"],["32078.705","10739.843"],["31998.853","10719.744"],["32045.711","10740.338"],["6887.729","8058.476"],["6993.301","8007.374"],["7077.343","8106.671"],["7062.996","7998.181"],["6972.359","7970.446"],["6998.558","8018.389"],["6941.893","8031.526"],["7078.103","8036.366"],["6950.850","7962.950"],["6965.917","8011.593"],["6931.853","8019.928"],["7059.574","7991.422"],["6992.210","7962.501"],["7050.144","8021.833"],["6972.359","8004.609"],["6971.373","7944.154"],["7071.080","8083.826"],["6988.956","8036.642"],["5608.957","8480.932"],["5512.125","8377.827"],["5569.712","8358.910"],["5610.984","8368.184"],["5590.231","8384.317"],["5571.027","8370.025"],["5555.731","8401.652"],["5585.271","8414.034"],["5598.416","8461.467"],["5523.251","8396.330"],["5602.124","8347.013"],["5591.547","8357.129"],["27460.087","15752.747"],["27488.262","15815.505"],["27346.730","15919.712"],["27418.954","15779.779"],["27422.372","15849.661"],["27381.775","15877.351"],["27344.084","15795.726"],["27507.860","15822.746"],["19439.214","15093.341"],["19486.366","15106.767"],["19514.004","15087.560"],["19450.803","15114.721"],["19475.097","15119.799"],["19468.156","15119.435"],["19379.932","15121.587"],["19321.798","15086.808"],["19327.251","15096.452"],["16050.967","7468.780"],["16120.484","7462.100"],["16120.075","7432.947"],["16040.063","7463.412"],["16037.831","7450.821"],["16049.865","7457.797"],["6815.430","5961.833"],["6826.787","5962.977"],["6783.446","6015.554"],["6777.449","5989.589"],["6702.912","5816.862"],["6784.839","5963.961"],["6681.647","5814.624"],["6651.408","5847.158"],["6705.266","5812.821"],["6790.117","5972.614"],["6690.211","5857.169"],["6627.081","5989.066"],["6691.734","5996.936"],["27958.195","15785.828"],["27956.846","15778.099"],["28016.550","15753.359"],["28017.965","15770.188"],["28549.420","10485.574"],["28379.055","10450.052"],["28534.048","10613.854"],["28413.924","10485.891"],["28483.806","10508.217"],["28541.471","10580.229"],["28468.306","10613.166"],["28465.970","10625.998"],["28438.677","10522.852"],["28537.032","10483.991"],["28429.353","10477.769"],["28472.368","10630.193"],["28367.328","10477.749"],["28554.358","10641.272"],["28496.463","10514.403"],["7522.453","7969.357"],["7564.388","7942.072"],["7522.304","7976.905"],["7572.967","7948.064"],["7514.498","8003.537"],["7566.077","8027.368"],["7552.869","7985.387"],["7521.908","7933.168"],["30577.490","9509.532"],["30527.083","9466.412"],["30592.654","9509.794"],["20033.854","11057.437"],["28199.105","17155.785"],["28261.104","17115.393"],["28188.216","17170.732"],["28258.007","17170.790"],["28196.473","17152.466"],["28258.886","17187.867"],["28202.888","17151.310"],["28287.164","17153.895"],["28173.825","17130.517"],["28281.135","17140.582"],["6779.946","8059.264"],["6771.399","7916.740"],["6750.398","7898.829"],["6725.241","7972.924"],["6839.856","7916.346"],["6821.638","7958.161"],["6709.303","7930.686"],["6689.695","8000.430"],["6779.389","8042.643"],["6817.542","7926.119"],["6756.238","7975.604"],["6739.725","7909.986"],["6860.413","7919.040"],["6706.789","7908.387"],["6693.760","8003.415"],["6735.447","7936.857"],["28085.860","10201.174"],["27964.497","10219.456"],["6514.073","7907.656"],["6591.785","7903.607"],["6574.967","8068.433"],["6548.048","8042.040"],["6477.658","8079.339"],["6577.464","8055.902"],["6473.131","8068.715"],["6505.906","8019.923"],["6570.822","8051.455"],["6505.720","8085.912"],["6558.001","8074.426"],["6480.439","7985.339"],["6536.558","8049.232"],["6466.516","8084.347"],["6584.434","8032.350"],["6482.133","7978.729"],["27790.647","15710.069"],["27525.227","16772.251"],["27533.961","16725.858"],["27572.600","16720.056"],["27523.712","16707.567"],["27579.528","16729.387"],["27595.282","16735.245"],["31353.014","11342.176"],["31402.340","11332.482"],["31484.757","11299.319"],["31365.740","11470.464"],["31451.295","11309.157"],["31377.685","11367.791"],["31461.073","11389.344"],["31425.350","11329.839"],["31510.777","11393.803"],["31332.155","11468.565"],["31400.691","11379.448"],["31463.240","11450.844"],["31368.540","11304.026"],["31488.639","11390.896"],["31337.619","11371.309"],["31312.961","11446.913"],["31406.184","11336.872"],["31429.342","11353.040"],["31395.395","11403.660"],["31325.872","11302.834"],["31357.220","11451.851"],["31363.306","11365.774"],["28430.216","15698.521"],["28378.199","15643.118"],["28441.772","15699.979"],["27705.065","11962.121"],["15328.830","5362.416"],["15319.324","5367.619"],["15380.640","5392.540"],["15357.284","5377.115"],["15404.444","5370.585"],["15445.106","5360.742"],["15330.400","5372.907"],["15331.034","5394.406"],["15392.578","5361.055"],["22137.692","8323.421"],["22144.431","8343.596"],["22104.943","8346.719"],["22120.478","8378.845"],["32372.490","10296.434"],["31078.111","9806.599"],["30793.676","9575.133"],["30743.740","9503.755"],["30746.024","9408.514"],["30679.823","9409.254"],["30720.835","9508.929"],["30743.553","9403.369"],["30766.275","9454.683"],["30680.559","9428.403"],["30747.568","9497.899"],["6209.705","9627.614"],["6192.716","9769.552"],["6186.597","9636.972"],["6059.369","9661.391"],["6082.031","9712.204"],["6030.652","9727.781"],["6238.978","9650.207"],["6154.824","9738.375"],["6155.683","9702.898"],["6076.540","9627.947"],["6077.671","9600.328"],["6063.376","9687.891"],["6169.319","9686.496"],["6060.194","9724.878"],["6178.405","9788.880"],["6212.626","9681.902"],["6218.560","9663.119"],["6152.904","9764.898"],["6116.369","9611.371"],["6044.711","9647.578"],["6117.211","9693.903"],["6144.632","9640.622"],["6193.971","9734.938"],["6236.066","9617.469"],["6175.437","9760.575"],["6181.448","9804.834"],["6166.567","9639.480"],["6156.254","9608.475"],["6059.862","9675.445"],["6051.668","9620.692"],["6093.840","9736.597"],["6104.924","9679.152"],["6187.364","9657.000"],["6067.349","9740.938"],["6223.747","9638.531"],["6086.056","9705.209"],["19935.072","16596.120"],["19930.586","16607.562"],["21191.751","9797.308"],["30574.743","10116.928"],["30602.998","10143.913"],["30573.310","10086.922"],["30639.749","10187.319"],["30614.803","10035.383"],["30522.424","10098.020"],["27201.670","16869.998"],["27267.950","16882.711"],["27152.367","16801.922"],["27222.608","16785.009"],["27119.571","16912.062"],["6025.911","8828.813"],["6012.720","8831.671"],["6013.131","8854.610"],["6034.543","8832.163"],["6000.044","8837.304"],["6003.806","8812.001"],["31714.632","11971.499"],["31572.510","11999.658"],["31610.882","12002.350"],["31522.050","11966.049"],["31665.866","12011.532"],["31527.625","12010.409"],["31661.877","12029.417"],["26078.670","16228.355"],["26064.870","16277.306"],["7007.852","7818.185"],["6992.841","7879.289"],["6958.272","7849.297"],["6885.430","7885.910"],["7075.678","7835.882"],["7008.077","7696.881"],["6914.611","7776.815"],["6979.807","7735.415"],["7019.157","7889.698"],["7005.103","7787.323"],["6938.832","7752.890"],["7038.337","7757.246"],["7035.413","7743.639"],["6989.277","7876.879"],["6977.633","7893.779"],["6913.358","7801.119"],["6945.773","7871.027"],["7033.754","7838.392"],["6972.527","7702.911"],["6902.562","7743.164"],["6979.809","7754.991"],["6991.594","7821.722"],["7013.022","7844.364"],["6888.039","7827.180"],["6925.723","7832.286"],["6919.935","7891.381"],["7061.358","7784.133"],["6898.598","7741.975"],["7011.308","7736.830"],["7055.651","7818.370"],["7048.664","7855.841"],["6968.755","7878.613"],["6932.107","7846.591"],["7026.500","7694.682"],["6974.243","7778.270"],["25193.895","14690.926"],["25197.079","14697.404"],["16730.671","7691.326"],["16771.542","7705.315"],["16782.246","7749.075"],["16768.072","7699.534"],["16752.036","7722.408"],["16754.618","7733.473"],["7507.896","8974.207"],["6891.104","7908.388"],["7003.128","7921.415"],["7027.613","7934.795"],["28783.466","11222.638"],["28881.380","11235.737"],["28826.001","11235.706"],["28829.741","11201.173"],["28876.681","11239.391"],["27327.252","10310.309"],["27325.245","10310.405"],["27614.645","12302.419"],["27617.697","12259.260"],["6571.829","9041.411"],["6615.253","8974.417"],["6567.487","9013.500"],["6610.361","9009.156"],["6639.259","9058.048"],["6637.834","9107.956"],["6634.729","9027.080"],["6624.035","9093.480"],["6630.745","9010.873"],["6577.098","9098.037"],["6561.700","8958.616"],["6578.617","9076.879"],["6615.902","9062.899"],["6628.804","8984.795"],["6566.854","9122.249"],["6587.470","9053.269"],["6577.355","9024.516"],["6609.463","8985.977"],["6598.312","8999.322"],["6629.811","9045.759"],["6633.404","9091.111"],["6608.360","9103.175"],["26010.594","16278.941"],["26008.192","16224.881"],["6097.155","8139.638"],["6201.387","8308.321"],["6250.703","8188.057"],["6138.075","8212.957"],["6150.587","8202.623"],["6215.705","8279.280"],["6162.925","8241.600"],["6192.803","8189.205"],["6060.279","8239.561"],["6061.286","8135.159"],["6101.535","8111.757"],["6133.012","8211.096"],["6085.176","8177.381"],["6246.371","8266.884"],["6206.916","8308.273"],["6050.933","8131.125"],["6199.328","8158.353"],["6120.890","8163.951"],["6186.687","8193.744"],["6228.200","8219.734"],["6200.337","8211.984"],["6224.844","8316.470"],["6158.374","8124.284"],["6079.762","8248.167"],["19660.278","11915.171"],["19618.794","11972.366"],["19638.202","12048.716"],["19668.988","11992.048"],["19693.737","11980.258"],["19551.962","12090.721"],["19612.298","11981.136"],["32200.557","11485.066"],["29179.616","11081.276"],["29190.335","11174.457"],["29185.604","11245.043"],["29126.963","11137.917"],["29146.912","11202.501"],["29166.815","11274.081"],["29161.565","11278.776"],["29128.047","11110.378"],["29152.266","11236.621"],["29175.884","11209.024"],["29185.169","11162.422"],["29142.899","11210.181"],["29126.005","11121.004"],["6017.516","7999.592"],["5868.045","8100.636"],["6024.685","7962.552"],["5848.305","8051.579"],["5843.805","8083.858"],["5901.668","8002.730"],["5981.185","7941.904"],["5917.168","7946.269"],["6024.771","8095.606"],["5896.426","7976.435"],["5938.777","7976.637"],["5956.030","7924.775"],["5919.450","7991.096"],["5900.142","7908.401"],["5951.393","8019.088"],["5925.175","8028.603"],["6001.056","7911.539"],["5918.587","7922.305"],["6015.334","8100.248"],["5978.725","8032.382"],["5963.868","7969.285"],["5906.222","8044.010"],["5908.964","7971.958"],["6035.228","8051.944"],["5945.635","8076.574"],["5847.608","7977.676"],["5987.366","7905.423"],["5834.160","7912.708"],["5955.639","8031.852"],["5933.161","7976.992"],["5973.948","7833.393"],["5882.726","7808.950"],["5879.597","7737.012"],["5982.444","7845.532"],["5849.663","7777.796"],["5921.704","7799.064"],["5933.423","7871.695"],["5967.865","7868.540"],["5845.023","7720.080"],["5834.312","7826.296"],["5888.995","7725.486"],["5947.751","7772.663"],["5880.768","7813.360"],["5909.174","7867.525"],["5959.126","7817.168"],["5978.782","7765.317"],["5888.334","7805.713"],["6011.764","7703.080"],["5966.171","7724.655"],["5937.417","7757.092"],["5952.643","7826.956"],["5905.599","7768.412"],["5970.013","7783.503"],["5987.822","7844.326"],["5994.907","7786.906"],["6025.563","7693.429"],["5879.840","7842.074"],["5928.081","7718.885"],["6029.456","7785.503"],["28780.006","10790.707"],["28960.509","10847.133"],["28914.884","10777.353"],["28882.135","10811.483"],["28861.612","10760.653"],["28880.251","10831.095"],["28802.127","10843.859"],["28869.399","10804.600"],["28968.503","10846.139"],["7933.093","8590.958"],["7860.921","8616.206"],["7879.115","8555.165"],["7906.352","8553.183"],["7898.165","8532.350"],["7916.375","8640.325"],["7823.877","8524.911"],["7777.141","8543.455"],["7813.912","8532.481"],["7912.001","8545.102"],["7880.976","8637.645"],["7894.840","8668.008"],["7890.526","8615.000"],["7848.885","8562.571"],["7931.815","8659.972"],["7798.847","8538.823"],["7731.304","8732.147"],["7852.162","8595.695"],["7869.586","8584.392"],["7856.159","8582.289"],["7900.825","8576.701"],["7871.154","8555.545"],["28701.798","11739.229"],["28755.710","11783.543"],["28759.308","11706.384"],["28772.527","11857.696"],["28717.584","11725.472"],["28621.712","11888.985"],["28724.835","11721.196"],["28772.884","11781.662"],["28767.080","11781.470"],["31178.438","9514.088"],["31133.919","9460.963"],["31170.117","9562.250"],["31174.537","9557.711"],["31844.706","12109.780"],["31777.461","11967.536"],["31929.208","11935.570"],["31849.866","11913.456"],["31882.037","11935.520"],["31846.752","11940.751"],["19679.884","11872.787"],["19562.562","11733.007"],["19555.639","11703.816"],["19593.238","11861.315"],["19533.574","11758.505"],["19655.195","11909.027"],["19634.408","11806.928"],["19573.685","11803.711"],["19662.481","11845.030"],["19559.608","11774.673"],["19568.541","11730.462"],["6581.746","7601.643"],["6640.799","7536.137"],["6653.678","7517.546"],["6622.347","7579.178"],["6536.511","7554.367"],["6619.839","7537.729"],["6599.688","7493.290"],["6610.413","7532.353"],["6574.400","7596.127"],["6642.608","7534.139"],["6561.297","7508.669"],["6619.978","7585.865"],["6577.750","7562.568"],["6585.825","7570.892"],["6664.690","7533.439"],["6565.903","7535.457"],["6672.074","7478.222"],["6665.224","7513.302"],["26542.301","16465.741"],["26524.291","16372.017"],["26529.702","16442.736"],["26564.702","16353.553"],["31574.881","11299.281"],["31522.636","11295.950"],["31718.882","11301.480"],["31567.319","11380.191"],["31526.661","11459.234"],["31549.967","11307.244"],["31667.961","11427.541"],["31520.366","11346.404"],["31618.438","11323.247"],["31545.251","11366.602"],["31610.530","11369.113"],["31600.493","11348.730"],["31646.941","11370.348"],["31681.645","11442.454"],["32262.233","12883.818"],["32197.017","12759.998"],["32159.901","12782.964"],["32194.141","12842.874"],["32249.967","12800.714"],["15237.730","5693.495"],["15265.547","5622.909"],["15182.000","5781.182"],["15222.812","5713.578"],["15263.590","5641.026"],["15274.274","5628.242"],["15300.950","5698.634"],["15297.409","5591.684"],["15100.393","5656.214"],["15151.276","5743.957"],["15247.319","5724.610"],["15228.541","5622.545"],["15277.580","5647.466"],["15149.352","5780.257"],["15101.083","5668.266"],["15249.621","5701.109"],["15244.709","5650.341"],["15259.437","5745.554"],["15261.718","5594.805"],["15116.145","5756.542"],["15207.714","5689.746"],["15250.839","5696.187"],["15188.898","5703.883"],["15265.876","5662.810"],["15229.805","5642.851"],["15297.448","5642.148"],["15283.781","5612.866"],["15282.940","5694.803"],["15302.331","5749.369"],["15279.054","5582.732"],["15296.017","5576.547"],["15128.379","5688.429"],["15119.866","5624.880"],["28762.892","10944.447"],["28747.540","11018.828"],["28743.226","11050.210"],["7416.832","8900.631"],["7452.206","8962.575"],["7337.799","8926.557"],["7362.125","8932.717"],["7451.225","8915.406"],["7389.016","8922.609"],["7469.371","8900.169"],["7440.123","8888.899"],["27258.498","16489.460"],["27229.220","16535.896"],["27181.383","16551.691"],["27294.379","16508.891"],["27213.728","16549.096"],["27169.984","16518.663"],["27208.857","16539.510"],["27275.472","16552.614"],["27224.534","16549.294"],["5760.958","9083.533"],["5779.152","9076.313"],["5762.989","9032.781"],["5743.804","9003.155"],["6403.250","7499.951"],["6285.055","7489.177"],["6377.694","7485.526"],["6422.162","7483.370"],["6436.223","7527.602"],["6420.797","7518.508"],["6428.425","7476.562"],["6265.504","7502.708"],["6417.552","7478.722"],["6350.657","7480.062"],["5674.935","7611.732"],["5711.958","7658.680"],["5787.200","7659.117"],["5650.274","7574.597"],["5710.907","7590.472"],["5791.377","7615.141"],["5794.484","7661.347"],["5665.828","7617.880"],["5664.578","7671.808"],["5685.087","7635.949"],["5759.309","7599.817"],["5643.519","7643.575"],["5706.666","7674.644"],["5699.487","7600.981"],["5733.262","7644.851"],["28267.270","11877.302"],["28247.704","11790.571"],["28238.303","11805.253"],["28223.318","11842.874"],["28319.796","11847.107"],["30914.326","11038.365"],["30922.447","11034.755"],["31022.780","10994.929"],["28404.018","10818.429"],["28363.756","10797.226"],["28376.437","10832.820"],["28377.338","10795.554"],["28390.811","10835.141"],["28467.253","10666.130"],["28396.772","10804.363"],["28460.207","10667.246"],["28459.060","10684.073"],["28468.257","10694.235"],["28476.934","10677.519"],["28445.606","10686.550"],["28411.534","10653.296"],["4488.830","9725.153"],["4404.762","9736.816"],["4506.787","9685.759"],["4507.163","9751.420"],["4451.201","9662.096"],["4488.382","9769.208"],["29004.546","11039.212"],["29008.139","11036.164"],["6017.277","9536.140"],["6012.776","9568.925"],["6005.783","9539.724"],["6040.484","9558.238"],["6548.358","9117.091"],["6625.314","9156.094"],["6536.677","9106.925"],["6608.161","9153.405"],["6549.402","9076.793"],["6645.643","9163.938"],["6658.708","9139.864"],["28770.342","11963.880"],["28747.004","12031.594"],["28757.004","12071.611"],["28627.600","11962.230"],["28551.744","11980.017"],["19499.957","14994.404"],["19348.204","15082.564"],["19477.541","14977.949"],["19488.959","14969.385"],["19424.662","15015.249"],["19513.455","14950.652"],["19317.680","15011.233"],["19443.007","14921.103"],["19464.049","15040.538"],["19400.133","14939.915"],["19337.815","15044.344"],["19455.526","15048.747"],["19450.051","14913.952"],["19467.945","14937.646"],["27969.245","17116.226"],["27953.356","17144.470"],["27945.162","17153.726"],["27942.893","17191.199"],["27946.010","17172.192"],["27640.512","11622.632"],["27678.301","11650.282"],["32038.435","11872.151"],["32089.833","11823.646"],["32130.047","11800.657"],["32082.070","11769.327"],["32015.195","11818.774"],["32044.735","11743.283"],["31940.179","11904.241"],["32117.794","11791.507"],["32041.824","11911.970"],["27614.270","12397.518"],["27640.952","12463.249"],["6324.221","7956.349"],["6461.344","8037.486"],["6291.420","7922.330"],["6270.350","7982.617"],["6309.500","7945.333"],["6431.028","7960.829"],["6434.440","7914.971"],["6364.922","8024.822"],["6387.514","8025.946"],["6270.577","7978.195"],["6318.848","7926.160"],["6293.990","7991.567"],["6317.329","7967.662"],["6384.607","7932.897"],["6334.439","8051.440"],["6272.933","7939.390"],["6309.632","7955.176"],["6368.049","8020.558"],["27484.573","12012.916"],["27464.590","11923.519"],["28519.306","10389.051"],["28509.729","10400.474"],["7834.793","9015.044"],["7806.561","9030.179"],["7862.015","9001.836"],["7879.300","9020.824"],["7787.920","9051.980"],["7931.050","9137.895"],["7847.351","9043.491"],["7926.878","9114.516"],["7878.595","9035.626"],["7842.850","9020.520"],["7874.586","9088.363"],["7872.366","9003.271"],["7855.323","9109.280"],["7814.693","9084.233"],["7834.710","9082.185"],["7800.594","9039.348"],["23848.888","11116.860"],["23752.661","11206.239"],["23725.269","11102.961"],["23845.630","11104.060"],["23753.563","11198.435"],["23844.359","11128.727"],["23754.602","11182.556"],["23772.513","11134.229"],["23735.039","11110.095"],["23832.775","11103.545"],["23746.740","11204.885"],["23826.717","11104.657"],["23768.219","11128.005"],["23755.423","11117.724"],["23841.674","11137.572"],["23755.624","11209.797"],["23740.173","11187.242"],["23752.610","11225.748"],["7249.604","8994.218"],["7298.365","9047.829"],["7266.676","9002.311"],["7238.347","9079.266"],["7358.469","8989.303"],["7229.143","9000.197"],["7208.914","9018.691"],["7230.567","9057.251"],["7254.285","9036.046"],["7267.405","9044.688"],["7284.142","9007.531"],["7298.434","9028.621"],["7264.890","8987.804"],["6278.557","7887.393"],["6338.413","7783.201"],["6377.604","7789.685"],["6424.729","7858.862"],["6368.684","7872.163"],["6288.739","7864.062"],["6359.007","7734.785"],["6444.842","7822.025"],["6420.039","7780.519"],["6360.199","7856.560"],["6433.906","7838.433"],["6320.236","7701.831"],["6433.072","7745.661"],["6327.100","7801.099"],["6277.820","7849.539"],["6354.283","7783.797"],["6449.102","7730.292"],["6430.340","7873.194"],["6367.123","7735.996"],["6456.639","7765.800"],["5427.699","9421.525"],["5476.191","9527.382"],["5429.821","9533.887"],["5416.500","9456.962"],["5451.435","9489.303"],["5582.930","9577.458"],["5416.443","9418.380"],["5455.713","9506.847"],["5468.943","9431.267"],["5448.508","9465.473"],["5422.195","9455.680"],["5416.797","9489.204"],["5465.903","9402.306"],["5511.332","9428.939"],["5483.815","9511.325"],["5483.727","9478.867"],["5451.783","9410.818"],["5451.188","9524.992"],["5455.980","9433.768"],["5449.301","9380.769"],["5489.617","9502.620"],["5496.175","9529.843"],["5418.286","9516.593"],["21571.293","9527.118"],["21530.691","9538.658"],["21543.815","9504.141"],["21586.495","9489.312"],["21570.921","9465.726"],["21564.155","9516.944"],["21582.670","9520.571"],["19591.018","12170.716"],["19526.692","12174.894"],["19596.987","12159.961"],["19577.574","12183.194"],["27682.415","10646.023"],["27621.353","10728.713"],["27642.721","10740.497"],["27693.069","10649.070"],["27617.196","10743.623"],["7410.964","8139.160"],["5531.203","9267.227"],["5544.277","9197.219"],["5475.968","9216.995"],["5591.951","9241.189"],["5459.354","9165.805"],["5495.336","9236.647"],["5494.654","9283.362"],["5429.858","9305.707"],["5481.229","9249.685"],["5594.118","9175.621"],["5530.886","9192.470"],["5562.807","9259.860"],["5433.054","9218.476"],["5532.603","9164.355"],["5456.419","9306.411"],["5425.572","9367.283"],["5510.535","9249.878"],["5509.455","9324.262"],["5477.608","9169.161"],["5610.094","9243.759"],["5448.855","9338.440"],["5425.588","9335.562"],["5529.720","9234.522"],["5601.041","9206.494"],["5499.689","9272.658"],["5501.017","9209.860"],["5452.722","9231.948"],["5495.770","9306.707"],["5563.974","9229.694"],["5588.560","9286.584"],["5516.943","9301.860"],["5514.190","9187.814"],["5413.034","9250.783"],["5495.189","9187.887"],["5568.234","9171.457"],["5570.457","9189.226"],["5536.740","9177.517"],["31568.244","11122.919"],["31699.490","11082.002"],["31571.711","11157.559"],["31590.493","11158.864"],["31671.678","11216.865"],["31722.714","11099.805"],["31588.968","11214.183"],["31575.440","11193.055"],["31590.062","11159.182"],["31563.055","11131.156"],["31693.335","11159.760"],["31686.229","11270.231"],["31617.660","11159.644"],["31601.447","11275.650"],["31695.214","11272.132"],["31696.793","11167.584"],["31586.135","11265.790"],["31543.491","11172.812"],["31522.068","11124.649"],["31686.246","11115.747"],["31721.953","11084.021"],["31592.747","11216.254"],["31532.993","11193.166"],["31589.063","11171.498"],["31517.763","11272.528"],["31582.915","11278.130"],["31542.241","11270.896"],["31542.566","11154.619"],["31514.626","11180.244"],["31586.994","11093.654"],["31619.836","11210.210"],["31544.947","11182.452"],["31571.838","11123.674"],["31568.746","11093.963"],["31585.193","11235.945"],["27730.228","12337.240"],["27375.498","9440.139"],["27377.891","9425.957"],["27359.256","9398.747"],["28905.586","11074.401"],["28896.901","11072.154"],["28885.243","11072.444"],["28867.504","11122.900"],["28876.287","11125.885"],["28931.060","11143.713"],["28920.916","11142.008"],["28916.175","11138.338"],["28938.986","11089.389"],["28945.084","11088.407"],["28936.350","11086.643"],["28867.782","11116.814"],["28883.553","11127.448"],["28881.850","11081.933"],["28845.447","11069.833"],["28928.674","11165.153"],["28933.555","11161.301"],["28818.067","11181.615"],["28814.339","11167.359"],["28842.597","11209.819"],["28836.193","11185.715"],["28861.366","11167.278"],["30878.569","9313.038"],["30778.185","9329.814"],["30808.861","9343.304"],["27357.401","9303.490"],["4512.609","9270.816"],["4540.843","9340.815"],["4517.033","9275.187"],["4493.388","9173.871"],["4546.968","9248.116"],["4483.168","9344.351"],["4548.326","9174.493"],["4506.926","9213.444"],["5286.581","8496.414"],["5314.295","8357.432"],["5362.456","8403.686"],["5355.390","8471.468"],["5380.881","8513.050"],["5250.250","8491.497"],["5242.711","8444.495"],["5348.530","8352.714"],["5388.332","8338.923"],["5214.970","8485.436"],["5346.344","8415.329"],["5317.545","8468.346"],["5378.293","8501.012"],["5304.740","8428.889"],["5233.402","8355.099"],["5208.679","8429.970"],["5254.000","8488.540"],["5303.237","8364.282"],["5346.650","8440.317"],["5298.972","8454.006"],["5341.296","8518.918"],["5407.590","8516.781"],["5250.841","8434.771"],["5227.439","8320.440"],["5267.321","8367.550"],["5234.626","8420.666"],["5394.730","8333.292"],["5246.220","8530.242"],["5380.702","8422.612"],["5381.286","8483.378"],["5333.769","8528.794"],["5247.566","8427.231"],["5389.893","8362.161"],["5364.291","8381.022"],["5246.485","8373.541"],["15423.620","5117.696"],["15386.542","5114.455"],["15472.770","5137.129"],["15375.489","5142.696"],["15438.532","5151.793"],["15489.497","5116.981"],["14777.681","6109.406"],["14832.423","6185.656"],["14819.145","6079.530"],["14855.942","6084.838"],["14843.805","6196.705"],["14820.493","6061.165"],["14862.751","6054.301"],["14860.433","6196.903"],["14812.730","6119.447"],["14827.621","6205.161"],["14789.819","6060.983"],["14802.105","6111.322"],["14785.789","6092.412"],["14872.685","6087.893"],["14862.800","6061.981"],["14819.282","6183.757"],["14866.815","6202.436"],["14832.489","6184.352"],["5850.342","9557.311"],["5954.674","9525.524"],["5943.610","9507.058"],["5896.535","9561.736"],["5913.837","9538.118"],["5806.577","9527.660"],["5940.731","9514.850"],["5989.613","9479.262"],["5863.064","9551.232"],["5884.725","9522.957"],["6031.935","9522.777"],["5850.559","9580.660"],["5927.366","9531.461"],["5935.965","9544.883"],["5980.246","9555.874"],["5976.755","9441.268"],["5884.692","9568.394"],["5971.798","9564.705"],["5896.748","9540.546"],["5860.663","9515.014"],["5872.913","9518.979"],["31711.988","10072.152"],["31604.899","10159.567"],["31636.972","10047.874"],["31655.590","10160.277"],["31663.485","10173.060"],["31720.014","10171.871"],["31516.001","10200.095"],["31625.524","10153.308"],["31616.536","10176.586"],["31649.159","10208.964"],["31614.431","10158.502"],["5659.231","9243.852"],["5641.424","9181.997"],["5628.741","9248.625"],["5171.900","8052.563"],["5153.115","8076.268"],["5179.020","8058.943"],["5147.320","8056.273"],["5166.749","8078.455"],["27465.432","15568.854"],["27360.891","15590.451"],["27462.454","15580.017"],["27404.391","15537.537"],["27356.409","15548.646"],["27401.334","15532.079"],["27315.307","15512.393"],["15548.777","5371.937"],["15562.836","5417.748"],["15513.288","5364.996"],["15566.655","5372.631"],["15549.682","5404.938"],["15593.980","5456.863"],["15595.569","5395.026"],["15550.069","5422.126"],["15625.938","5436.164"],["15615.156","5441.671"],["15629.605","5424.321"],["6790.777","7641.582"],["6727.483","7579.814"],["6768.931","7565.520"],["6818.434","7617.775"],["6756.427","7633.822"],["6799.033","7558.324"],["6858.237","7612.721"],["6817.037","7655.550"],["6732.250","7591.205"],["6861.065","7654.175"],["6735.165","7650.007"],["6758.063","7678.931"],["6696.019","7617.188"],["6857.003","7665.835"],["6777.671","7668.196"],["6856.181","7616.718"],["27346.365","16782.787"],["28430.022","10147.450"],["28380.618","10086.443"],["28419.748","10075.247"],["28380.947","10133.148"],["28376.307","10018.922"],["28471.091","10137.938"],["31088.271","10020.172"],["4811.059","9367.918"],["4785.651","9328.079"],["4795.260","9358.268"],["15622.650","5148.347"],["15713.195","5114.371"],["15596.690","5154.423"],["15686.136","5125.688"],["15705.273","5107.752"],["15649.574","5139.875"],["15687.328","5140.058"],["15608.088","5148.977"],["15628.443","5130.690"],["31439.852","10783.389"],["31328.148","10674.054"],["31330.335","10838.893"],["31493.361","10841.717"],["31466.793","10758.550"],["31492.704","10748.967"],["31361.832","10833.773"],["31377.309","10696.415"],["31468.773","10800.544"],["31344.496","10691.477"],["31434.003","10696.184"],["31366.980","10756.795"],["31339.250","10691.824"],["31397.210","10807.315"],["31414.184","10801.865"],["31442.440","10823.847"],["31304.447","10835.986"],["31691.361","9948.705"],["31533.785","9877.114"],["31564.178","9861.441"],["31647.307","9855.427"],["31532.911","9800.825"],["31688.999","9912.814"],["31573.390","9877.555"],["31719.595","9941.382"],["15256.465","5229.216"],["15282.002","5241.495"],["15266.641","5253.022"],["15272.956","5244.451"],["15292.759","5269.670"],["15235.542","5271.614"],["15299.928","5239.780"],["28354.583","10885.198"],["28186.785","11021.544"],["28220.534","10962.570"],["28233.696","10895.853"],["28261.492","10966.065"],["28261.335","11003.303"],["28219.362","10986.870"],["28256.171","10980.082"],["28256.294","10875.787"],["28223.617","11030.387"],["28207.390","11054.434"],["28301.123","11001.438"],["28149.854","10960.084"],["28302.835","10920.170"],["28191.429","11064.372"],["28225.567","10912.172"],["28190.992","11059.716"],["28187.218","11025.261"],["28256.388","10989.548"],["28154.533","10963.419"],["28219.863","10982.461"],["28246.681","10929.898"],["28295.716","10875.886"],["28217.704","10969.526"],["28187.410","10869.292"],["28276.059","10927.961"],["28165.131","10911.203"],["31803.620","12162.877"],["31747.584","12207.749"],["6065.920","8772.440"],["6154.530","8792.483"],["6163.441","8915.532"],["6078.798","8777.345"],["6170.007","8763.532"],["6211.654","8834.003"],["6242.604","8893.637"],["6050.506","8868.921"],["6090.196","8819.988"],["6129.806","8778.723"],["6167.970","8823.912"],["6161.708","8901.655"],["6066.472","8815.317"],["6125.596","8764.871"],["6193.134","8884.127"],["6092.285","8792.721"],["6068.288","8785.421"],["6036.261","8771.285"],["6152.688","8801.451"],["6146.668","8762.739"],["6177.540","8800.427"],["6236.568","8863.051"],["6149.154","8835.820"],["6078.712","8895.184"],["6085.045","8860.138"],["6140.859","8873.071"],["6128.458","8883.426"],["6173.035","8872.436"],["31131.978","9593.827"],["32018.557","10933.009"],["31998.771","10957.320"],["32024.642","10889.491"],["31985.504","10888.834"],["32079.618","10944.996"],["32054.667","11019.678"],["31966.271","10951.490"],["31945.734","10908.916"],["32128.464","10938.710"],["31988.119","10977.752"],["32128.154","11037.135"],["32095.835","11015.814"],["31972.381","11010.677"],["32060.160","10989.356"],["32087.116","11060.102"],["32012.198","11001.886"],["31952.833","10963.876"],["32045.942","11000.903"],["32014.681","10944.457"],["31999.221","11044.143"],["32065.948","10856.513"],["32070.487","10992.720"],["16624.421","6814.038"],["16602.047","6830.294"],["16593.247","6821.896"],["19271.950","11828.049"],["19272.002","11757.223"],["19213.724","11704.087"],["19240.059","11825.560"],["19295.091","11842.897"],["19264.911","11817.381"],["19280.031","11765.624"],["19266.906","11794.476"],["31875.771","10149.691"],["31811.626","10064.934"],["31875.705","10073.027"],["31770.475","10209.460"],["31934.529","10169.894"],["31897.810","10055.141"],["31731.560","10190.219"],["31760.294","10060.756"],["31900.837","10042.209"],["31857.383","10136.495"],["31782.728","10058.675"],["31774.077","10065.397"],["28776.222","11349.346"],["28661.677","11321.985"],["28609.179","11371.280"],["28667.499","11340.257"],["28771.464","11326.925"],["28652.463","11375.321"],["28767.152","11309.720"],["28664.840","11338.782"],["28578.685","11483.096"],["28682.403","11315.355"],["28608.986","11405.626"],["28649.352","11378.190"],["5702.689","7501.643"],["5766.558","7572.466"],["5829.554","7532.230"],["5718.065","7533.667"],["5827.991","7576.232"],["5721.279","7540.694"],["5711.611","7474.909"],["5680.693","7552.531"],["5638.597","7520.557"],["5828.945","7552.477"],["5724.460","7545.530"],["5812.666","7488.323"],["5660.110","7516.236"],["5736.905","7523.814"],["5715.055","7524.174"],["5661.468","7526.845"],["5780.594","7538.909"],["5800.078","7572.301"],["5705.581","7535.297"],["5760.038","7548.966"],["5620.375","7480.029"],["5821.827","7491.147"],["15973.743","5828.025"],["16086.354","5814.325"],["16011.883","5949.877"],["15973.490","5799.110"],["16000.851","5810.414"],["16106.469","5860.419"],["15999.250","5925.845"],["16013.194","5814.965"],["16008.865","5844.450"],["16002.980","5785.502"],["15985.354","5794.747"],["16110.658","5837.269"],["15997.132","5903.392"],["16121.592","5944.654"],["16028.046","5803.388"],["15991.915","5818.242"],["16025.486","5793.195"],["16104.084","5808.264"],["16059.874","5814.441"],["16062.351","5803.050"],["15972.942","5894.546"],["16033.168","5897.050"],["16002.982","5945.188"],["28365.254","11498.476"],["28505.024","11511.654"],["28500.814","11623.581"],["28528.325","11683.399"],["28470.449","11628.418"],["28452.061","11494.236"],["28536.524","11522.654"],["28392.923","11530.482"],["28548.780","11629.028"],["28429.208","11587.165"],["28470.052","11510.128"],["28477.271","11495.249"],["28506.556","11521.227"],["28533.205","11694.817"],["28428.460","11628.214"],["28380.933","11675.326"],["28479.822","11606.096"],["28412.818","11620.475"],["28442.277","11532.827"],["28551.499","11538.877"],["28466.008","11628.963"],["28549.464","11606.611"],["28546.666","11649.461"],["28410.700","11534.067"],["5530.790","8406.834"],["5477.470","8387.443"],["5588.919","8514.277"],["5531.463","8455.110"],["5502.783","8399.747"],["5428.015","8409.384"],["5422.115","8320.220"],["5581.775","8500.376"],["5484.041","8435.275"],["5455.227","8348.713"],["5522.467","8527.453"],["5430.038","8443.387"],["5552.783","8419.912"],["5514.937","8479.903"],["5594.430","8515.150"],["5440.947","8362.771"],["5550.521","8454.909"],["5428.960","8456.738"],["5448.905","8416.262"],["5510.739","8514.338"],["5430.748","8345.252"],["27675.950","10556.964"],["27700.002","10594.406"],["14258.391","4793.985"],["14277.443","4780.078"],["14267.049","4834.443"],["14262.541","4740.219"],["14307.820","4809.336"],["14263.391","4775.719"],["14271.874","4756.477"],["14255.863","4840.234"],["14280.240","4806.255"],["14255.452","4777.792"],["14267.427","4783.860"],["14286.839","4832.124"],["14260.658","4754.670"],["14298.678","4852.394"],["14254.362","4799.700"],["14294.259","4809.666"],["14290.096","4792.010"],["14251.916","4764.167"],["14274.252","4796.888"],["14260.931","4831.354"],["14278.020","4820.091"],["14252.146","4830.655"],["25123.168","9899.198"],["25018.554","9810.425"],["25016.417","9814.825"],["25014.469","9954.570"],["25105.277","9952.247"],["25024.749","9812.314"],["25068.772","9802.238"],["25073.378","9807.756"]] \ No newline at end of file diff --git a/src/gathering/10655.json b/src/gathering/10655.json new file mode 100644 index 0000000..31ab123 --- /dev/null +++ b/src/gathering/10655.json @@ -0,0 +1 @@ +[["25304.229","17413.699"],["25297.005","17602.864"],["25392.732","17498.400"],["24585.058","9107.923"],["21191.208","15559.746"],["27808.923","16490.639"],["27801.244","16493.202"],["27808.659","16536.144"],["31966.540","12263.704"],["27084.855","15424.029"],["27081.369","15375.459"],["22429.334","14648.713"],["21554.573","14647.657"],["23737.613","16606.265"],["26306.583","17377.487"],["26421.935","17312.463"],["26270.180","17381.512"],["25743.488","17494.122"],["25748.947","17456.805"],["25741.062","17465.744"],["25786.729","17562.988"],["23060.780","13836.340"],["23000.445","13817.575"],["23011.598","13816.098"],["28712.793","15612.102"],["32352.340","12639.881"],["32235.898","12641.072"],["32154.274","12689.177"],["32356.515","12637.413"],["32148.861","12659.684"],["32338.760","12595.289"],["32159.788","12610.630"],["32184.324","12724.743"],["32149.630","12750.340"],["21436.155","14246.648"],["21445.789","14249.556"],["21566.559","14309.909"],["21420.083","14424.538"],["27612.675","16442.525"],["22215.667","12480.860"],["22242.976","12454.525"],["22174.884","12483.239"],["24579.584","15986.117"],["27660.666","16678.747"],["27627.487","16719.089"],["27631.026","16755.577"],["23035.270","16103.550"],["22920.187","16035.039"],["22999.007","16075.440"],["23008.049","16093.892"],["23832.069","16852.035"],["25630.041","15978.189"],["21599.011","14907.759"],["22659.648","15583.394"],["22465.594","15622.138"],["22581.877","15605.280"],["22659.659","15713.016"],["22540.293","15615.708"],["22496.833","15588.063"],["22494.084","15652.204"],["22528.975","15539.553"],["22485.927","15623.379"],["22507.512","15617.096"],["30470.362","15660.144"],["29743.277","15354.600"],["29800.547","15459.137"],["29820.154","15455.355"],["27771.605","16830.474"],["27847.501","16823.141"],["27915.649","16908.383"],["27927.504","16923.617"],["27853.862","16836.560"],["27311.529","16428.370"],["27349.773","16528.917"],["26378.939","13427.258"],["26377.581","13409.057"],["26736.494","16270.575"],["26822.292","16316.645"],["26783.324","16318.016"],["26821.918","16260.025"],["26693.657","16346.314"],["27130.236","15488.942"],["30975.903","14296.036"],["30959.942","14285.080"],["26635.151","15739.249"],["26480.716","15737.156"],["31682.985","13154.296"],["31700.216","13019.302"],["31626.075","13000.698"],["31642.319","13057.892"],["30587.056","14776.635"],["30659.375","14748.294"],["25657.756","17380.118"],["25643.287","17237.868"],["21939.930","14795.105"],["21908.247","14850.396"],["21991.675","14711.480"],["28956.591","16740.700"],["22899.836","16444.910"],["20166.998","16341.308"],["21253.088","14473.117"],["21228.741","14540.190"],["21351.968","14567.717"],["21309.825","14587.642"],["20504.915","12387.804"],["20396.598","12533.808"],["20479.182","12507.473"],["20486.176","12416.785"],["27271.772","17098.387"],["26055.868","15874.935"],["22628.361","15796.536"],["22587.367","15881.099"],["22520.419","15764.012"],["22526.493","15725.827"],["22605.780","15886.890"],["28615.639","15475.254"],["22160.551","14529.638"],["22108.339","14601.686"],["22087.955","14522.537"],["26360.143","16292.088"],["26417.096","16300.795"],["26356.240","16203.061"],["30626.199","15107.061"],["30498.814","15091.145"],["30519.463","15209.207"],["22971.420","12970.436"],["22887.940","13036.227"],["22893.444","13104.981"],["26077.206","17388.587"],["26110.279","17406.705"],["29969.422","15931.141"],["23293.211","16290.775"],["23190.454","16312.039"],["23173.687","16169.799"],["23143.065","16246.375"],["23151.009","16267.248"],["22268.224","12586.088"],["25998.109","17533.222"],["25914.007","17539.314"],["25899.545","17546.758"],["22345.031","13559.498"],["22310.744","13585.893"],["26660.400","17312.888"],["26591.566","17324.906"],["18427.200","14535.855"],["24953.721","16439.516"],["24938.148","16355.080"],["32110.306","12646.128"],["32129.934","12751.097"],["32108.495","12656.413"],["32141.947","12596.571"],["21268.269","13537.956"],["21341.475","13487.142"],["21332.028","13507.888"],["21545.653","15530.941"],["24220.324","16720.560"],["24185.220","16711.698"],["22701.090","16833.512"],["24990.773","16817.459"],["26038.501","15922.825"],["27157.387","17343.641"],["27152.388","17319.708"],["23623.581","16198.932"],["23607.174","16319.272"],["23624.736","16297.776"],["23644.821","16341.468"],["26826.861","15617.147"],["21628.208","14766.119"],["21749.535","14866.609"],["21667.133","14809.765"],["26423.091","16826.462"],["26466.607","16846.160"],["26486.139","16801.127"],["20990.611","13128.985"],["21004.708","13168.212"],["20989.356","13072.774"],["21092.210","13018.391"],["21119.663","13056.471"],["21102.135","13086.911"],["22462.606","15310.423"],["22628.445","15458.651"],["22497.008","15466.269"],["22521.004","15436.773"],["27665.244","17621.594"],["27716.613","17623.148"],["27692.997","17645.520"],["27169.672","16054.481"],["27101.806","16096.638"],["22767.232","9921.926"],["22763.679","9900.794"],["22770.545","9917.155"],["22768.660","9920.686"],["29112.379","15338.895"],["20929.641","13990.575"],["20944.177","13999.095"],["27623.342","16801.995"],["27556.885","16791.671"],["21257.241","16013.480"],["29139.237","16377.731"],["26879.061","16666.734"],["26880.599","16768.900"],["26721.218","16566.314"],["26767.241","16724.321"],["26695.023","16645.639"],["30382.356","15612.129"],["30424.025","15665.985"],["30273.945","15600.484"],["30393.795","15566.728"],["22812.738","15664.615"],["22834.017","15586.579"],["22830.374","15658.722"],["22760.598","15629.278"],["22782.900","15664.793"],["22836.782","15622.042"],["22740.035","15562.498"],["26125.597","15870.393"],["26118.305","15787.194"],["26808.373","15794.232"],["26848.823","15754.373"],["26837.439","15743.689"],["20724.545","14178.410"],["20681.007","14067.764"],["20741.752","14108.781"],["20680.095","14097.703"],["20713.528","14099.130"],["20673.492","14076.278"],["24418.302","8987.711"],["23523.975","16458.459"],["23664.444","16557.439"],["22465.761","13475.650"],["22644.720","13546.972"],["22961.767","15323.101"],["22955.539","15338.574"],["22917.195","15382.108"],["20789.358","13739.427"],["20790.968","13647.434"],["30007.603","15813.362"],["29992.975","15819.008"],["30039.260","15850.675"],["31299.813","13390.069"],["26187.259","16125.202"],["24731.173","16922.727"],["24706.072","16852.973"],["24651.360","16784.214"],["31071.431","13737.516"],["31078.481","13740.895"],["31072.035","13734.663"],["29818.986","16284.118"],["21989.317","15141.209"],["22033.613","15112.671"],["27383.108","17312.833"],["27345.505","17241.804"],["21000.880","12343.431"],["21025.272","12481.823"],["22881.282","14704.895"],["22752.396","14763.585"],["22879.758","14669.814"],["22879.586","14770.958"],["32031.443","12467.123"],["32374.081","13026.775"],["27833.478","16145.805"],["27815.068","16270.817"],["27751.337","16164.688"],["26541.072","16565.816"],["26592.908","16571.497"],["26543.682","16564.187"],["25439.841","16867.934"],["21509.805","13609.179"],["29901.460","16322.436"],["29961.369","16256.144"],["29976.838","16246.040"],["29959.996","16174.808"],["29909.786","16270.713"],["20368.510","16258.896"],["27231.159","15794.778"],["22289.884","14592.188"],["22789.224","16449.650"],["22767.566","16401.593"],["22768.541","16518.519"],["22829.361","16506.691"],["22879.427","16478.700"],["27514.824","16137.269"],["26927.070","15676.956"],["21207.916","14256.549"],["21224.404","14431.511"],["28624.688","16681.634"],["28659.881","16671.964"],["22282.647","14779.214"],["22254.169","14786.780"],["22263.490","14717.891"],["22329.097","14727.113"],["26800.463","17442.178"],["31446.828","13917.887"],["31412.736","13816.709"],["22661.382","14970.929"],["22577.226","14887.175"],["22643.237","14945.225"],["22650.283","14942.198"],["22604.459","14949.942"],["27019.090","16437.766"],["26939.092","16414.017"],["26917.571","16437.406"],["26968.355","16416.461"],["27007.144","16558.567"],["27018.247","16532.540"],["18345.252","14419.883"],["22030.388","12713.885"],["22029.358","12711.946"],["22005.733","12712.035"],["24953.249","17204.389"],["24827.707","17199.342"],["24881.624","17264.613"],["24881.223","17253.538"],["24791.806","17253.777"],["30260.810","15549.561"],["23381.297","16513.629"],["21303.914","13950.844"],["22080.479","15092.253"],["22233.704","15167.992"],["27176.393","17397.218"],["27293.325","17360.555"],["27290.826","17237.104"],["27285.912","17242.794"],["22918.886","14628.455"],["24986.256","8405.831"],["30369.815","15425.246"],["30367.354","15408.362"],["25262.202","14407.312"],["25263.653","14345.520"],["25222.980","14410.884"],["25269.175","14407.574"],["25311.309","14360.008"],["25209.813","14396.754"],["25299.912","14386.316"],["23191.690","9656.293"],["23139.888","9764.232"],["23133.549","9648.865"],["23145.214","9779.251"],["23108.053","9778.379"],["20921.146","14443.315"],["20893.152","14275.672"],["20897.957","14352.793"],["22005.219","12434.816"],["27589.203","16350.423"],["27521.334","16160.317"],["27637.481","16274.469"],["27652.035","16170.997"],["27711.574","16343.114"],["25594.950","17529.790"],["25460.705","17574.865"],["25427.132","17460.359"],["25417.982","17411.243"],["25532.654","17620.448"],["27340.322","16697.174"],["27348.489","16639.834"],["27326.246","16767.088"],["27379.259","16569.661"],["27335.466","16605.097"],["27419.462","16681.841"],["27401.036","16746.496"],["27400.441","16655.414"],["27349.356","16642.147"],["27352.775","16712.241"],["30231.133","15491.094"],["22527.861","15109.047"],["20507.778","13188.216"],["20557.857","13243.603"],["20528.149","13182.728"],["20435.468","13216.555"],["25623.657","17711.586"],["25718.676","17646.080"],["25645.553","17728.445"],["22860.379","12611.350"],["22756.717","12572.916"],["20992.763","15943.957"],["28007.176","16745.908"],["20995.758","14457.446"],["21188.796","14599.245"],["21065.823","14486.418"],["21122.967","14481.792"],["20997.931","14466.492"],["27377.504","16037.713"],["27468.136","16112.984"],["27384.118","16029.431"],["27123.431","16698.028"],["27291.582","16590.337"],["27217.599","16609.687"],["27162.712","16756.087"],["27283.956","16576.350"],["27121.406","16665.662"],["27189.632","16728.381"],["18858.638","14197.832"],["18827.035","14158.892"],["32465.234","12810.141"],["22050.303","12998.098"],["22086.357","13011.080"],["22085.448","13065.027"],["26033.543","17379.689"],["25997.821","17304.413"],["25842.598","17292.968"],["25860.594","17246.993"],["22569.879","14849.860"],["22551.729","14732.684"],["22589.314","14837.223"],["22507.614","14703.889"],["22751.138","13871.848"],["25651.270","16595.627"],["25681.686","16645.546"],["23400.855","16750.069"],["26966.906","17206.025"],["27006.286","17271.229"],["26960.503","17377.321"],["27832.314","17223.961"],["27919.038","17201.007"],["27907.590","17238.569"],["30988.094","13847.444"],["30887.233","13974.233"],["26757.586","16879.548"],["26735.576","16808.174"],["26846.450","16820.997"],["21990.482","12943.402"],["22360.999","15071.512"],["22420.209","14997.763"],["20434.670","13522.453"],["20563.446","13561.233"],["20537.552","13547.295"],["30156.752","15441.960"],["30248.475","15381.075"],["24561.441","16564.430"],["22296.233","15134.600"],["22332.425","15260.031"],["23440.719","16931.107"],["21824.106","13261.391"],["21794.123","13304.705"],["21786.169","13312.793"],["18817.417","14572.393"],["18807.038","14578.523"],["27068.947","17141.953"],["26121.315","16155.450"],["29278.479","13328.301"],["32382.153","12534.114"],["32444.340","12538.592"],["32556.094","12472.091"],["27840.666","15454.735"],["27843.440","15440.395"],["27022.774","16684.697"],["26908.138","16743.405"],["26894.395","16774.307"],["26911.535","16647.085"],["27018.541","16602.013"],["28166.492","15903.835"],["28134.613","15530.846"],["27988.215","15561.162"],["26041.603","15961.948"],["25290.269","17811.755"],["25347.348","17703.290"],["25353.444","17660.099"],["25269.622","17630.969"],["25320.085","17677.515"],["26664.021","16331.251"],["27226.813","17435.453"],["21956.755","14938.278"],["21934.327","14927.833"],["21908.026","14987.470"],["21927.027","14988.819"],["27473.063","17611.260"],["29472.843","14545.902"],["26487.494","17044.640"],["21542.626","13570.843"],["21429.588","13501.623"],["30568.119","14888.725"],["30566.754","15008.771"],["25885.291","17657.165"],["21720.654","14989.675"],["21776.745","14934.779"],["21782.834","14958.114"],["28815.821","15590.729"],["28821.487","15536.816"],["26453.961","15362.159"],["26958.612","16303.962"],["26930.266","16285.803"],["26971.343","16224.244"],["26959.179","15829.252"],["26936.206","15745.602"],["27045.361","15758.242"],["26338.416","16742.020"],["26428.456","16664.666"],["26458.140","16774.485"],["27970.528","17279.050"],["24075.708","16766.357"],["23977.546","16716.896"],["25493.775","16399.469"],["25474.531","16353.385"],["25558.894","16374.474"],["22442.823","15684.801"],["22345.137","15520.077"],["22461.626","15567.024"],["22360.641","15591.510"],["26955.568","16936.248"],["26293.542","14297.344"],["25134.156","17587.211"],["22817.023","16029.086"],["22847.509","15986.254"],["22834.420","16026.772"],["23988.701","16838.591"],["24072.130","16827.583"],["26284.709","15656.287"],["26322.889","15650.888"],["26307.252","15664.300"],["24309.491","16788.663"],["24167.569","16793.608"],["25915.005","8032.725"],["25929.600","8010.376"],["25905.785","8009.346"],["25905.006","8029.458"],["22070.617","12573.997"],["30864.509","13922.636"],["30823.838","13873.348"],["22823.292","14546.968"],["30030.000","15532.816"],["29974.823","15602.003"],["21692.811","15816.239"],["26104.766","17580.380"],["26219.054","17436.838"],["26243.600","17431.940"],["26183.627","17487.581"],["27334.188","17624.370"],["29576.332","16513.931"],["29570.000","15852.467"],["22652.417","13781.576"],["22586.750","13661.370"],["30259.046","14769.254"],["23031.409","16725.811"],["22931.120","16730.414"],["31829.634","13203.327"],["23756.627","16789.913"],["25594.701","17019.786"],["25582.784","17193.566"],["22040.581","14983.574"],["32086.063","12815.151"],["32129.951","12818.311"],["29841.275","16367.045"],["22693.325","14986.055"],["22776.788","14902.421"],["22783.550","14883.575"],["22810.795","14900.897"],["22749.391","14893.151"],["22775.892","14874.806"],["22781.175","14923.439"],["22692.969","16218.584"],["22777.515","16150.461"],["22698.994","16148.471"],["24975.965","16829.056"],["24788.595","16780.976"],["30212.837","15648.586"],["30198.078","15610.271"],["30120.164","15536.261"],["30060.859","15653.648"],["26177.139","16791.129"],["26057.248","16794.569"],["26106.379","16830.077"],["29546.176","15715.108"],["29433.431","15677.348"],["22952.678","16145.806"],["22960.311","16163.971"],["23049.624","16269.268"],["22577.526","15271.967"],["23775.791","16480.906"],["27689.072","17445.320"],["25071.366","15525.878"],["22914.995","14690.507"],["22969.684","14854.911"],["27428.708","16540.484"],["27473.399","16463.356"],["27389.988","16558.083"],["27206.043","16177.756"],["27248.037","16328.667"],["27274.220","16286.609"],["27294.020","16216.415"],["23580.868","16872.355"],["21647.952","14528.885"],["21743.457","14612.555"],["21826.904","14545.003"],["21675.801","14620.617"],["21661.448","14628.253"],["21748.285","14596.705"],["24981.721","8223.099"],["21000.441","12645.904"],["26238.240","16482.252"],["26145.868","16399.491"],["26204.345","16417.663"],["26219.264","16482.309"],["27900.685","15756.760"],["27776.477","15742.830"],["27890.454","15784.654"],["23065.267","13759.578"],["23027.409","13749.196"],["22912.924","13774.128"],["23068.037","13735.349"],["27699.108","15815.497"],["25121.480","15723.700"],["21408.579","14058.961"],["21280.263","14232.608"],["21648.392","14034.113"],["28298.713","15764.738"],["31219.063","13644.896"],["22361.054","13375.694"],["22334.723","13313.755"],["26618.653","15459.427"],["26571.072","15478.880"],["22404.732","16303.258"],["27308.688","16184.575"],["27379.060","16253.370"],["22251.496","15153.193"],["26387.590","16073.857"],["28180.852","17247.072"],["20664.612","14015.822"],["20690.330","14019.144"],["28608.419","15825.939"],["28707.441","15797.699"],["28589.378","15770.427"],["23195.677","15905.320"],["23229.817","15897.295"],["23260.824","15878.489"],["23174.298","15831.930"],["23217.887","15830.603"],["25886.182","17089.948"],["25876.189","17166.693"],["25957.196","17047.446"],["26039.770","17183.791"],["25891.878","17058.869"],["31776.447","12940.116"],["26376.521","16554.289"],["26264.897","8425.727"],["30442.734","15466.669"],["26039.474","16131.277"],["25846.213","16125.042"],["22150.860","16219.435"],["21936.281","16454.649"],["27931.970","16989.489"],["27849.959","17152.821"],["27851.797","17119.689"],["27803.189","17113.336"],["22481.111","15768.507"],["26744.843","17296.318"],["22240.819","13406.958"],["22202.765","13488.805"],["22215.931","13594.964"],["30163.958","14575.823"],["29142.356","16330.150"],["29011.850","16292.835"],["29089.521","16307.316"],["29100.306","16300.397"],["29032.667","16290.332"],["25204.696","8265.756"],["25363.662","17351.110"],["25358.962","17334.765"],["22209.581","14378.927"],["21128.940","15737.929"],["18602.725","13984.749"],["18639.066","13998.334"],["31359.441","9559.677"],["27091.301","17189.725"],["31298.882","13174.536"],["25468.586","16644.956"],["25598.085","16696.555"],["22094.338","14991.490"],["22222.629","14953.655"],["22167.954","14989.383"],["22137.234","14937.848"],["22158.529","14975.707"],["22172.857","14995.491"],["22123.259","14991.165"],["22509.912","14485.450"],["22516.589","14472.503"],["26995.799","16080.310"],["24998.203","8197.452"],["25169.260","8257.914"],["23356.474","16277.059"],["23340.464","16306.251"],["23307.534","16224.838"],["23329.128","16289.898"],["23307.474","16281.765"],["23334.466","16256.662"],["23472.046","16328.105"],["21801.910","14318.658"],["21642.862","14291.848"],["21639.295","14414.267"],["21784.980","14443.096"],["21787.910","14375.324"],["21668.434","14292.380"],["21639.532","14296.308"],["21655.969","14283.666"],["23169.548","16041.100"],["21426.491","13362.808"],["26299.870","15810.703"],["26338.104","15796.052"],["26371.534","15879.309"],["26691.153","16382.781"],["26724.233","16372.282"],["26818.710","16546.359"],["26718.609","16473.739"],["29259.659","15323.100"],["29263.047","15325.855"],["29265.142","15325.911"],["29272.899","15328.202"],["29270.031","15325.379"],["32447.290","12568.323"],["32404.196","12745.505"],["32375.506","12670.566"],["32447.911","12595.399"],["31351.390","9301.160"],["27706.490","16824.140"],["27707.013","16789.414"],["20279.256","12727.769"],["23035.918","16599.861"],["22908.244","16663.167"],["22925.565","16580.184"],["30490.697","15719.958"],["27235.448","17060.703"],["27159.379","17132.654"],["23704.520","16719.095"],["27222.392","16111.879"],["27261.214","16082.864"],["22590.858","12624.210"],["21814.912","13411.310"],["24838.397","17179.568"],["24826.778","17179.041"],["27731.395","17476.547"],["27734.586","17545.563"],["27799.105","17587.166"],["29916.231","15405.298"],["29939.465","15485.199"],["29893.875","15395.639"],["26408.484","17190.875"],["27453.712","15759.706"],["27325.315","15790.738"],["27507.542","15822.442"],["19471.816","15101.574"],["32297.161","13007.658"],["28134.496","15849.107"],["29384.348","16212.331"],["29329.048","16234.228"],["29364.788","16256.088"],["29230.121","16297.701"],["24780.396","17277.338"],["28176.131","17004.318"],["28242.166","17113.024"],["28219.421","17151.534"],["23798.904","16200.491"],["20927.330","16100.002"],["22878.957","16051.255"],["30714.093","14110.090"],["27887.065","15678.523"],["27860.806","15663.588"],["25186.150","16868.096"],["25112.838","16907.478"],["27563.800","16750.405"],["28377.791","15674.581"],["28422.863","15665.268"],["27178.619","16282.505"],["24883.067","16711.487"],["24788.623","16719.381"],["24777.919","16748.402"],["27876.519","16615.617"],["27746.802","16768.116"],["27778.850","16626.344"],["25017.783","8383.785"],["25006.482","8377.191"],["25030.741","8370.318"],["30076.540","15911.793"],["30895.152","13599.834"],["23154.755","16607.868"],["23163.365","16589.060"],["23185.870","16592.918"],["23234.304","16583.185"],["23138.974","16605.224"],["23109.962","16613.542"],["23211.592","16751.896"],["23111.001","16620.096"],["23102.324","16681.563"],["23103.833","16655.201"],["23114.536","16719.866"],["27141.616","16893.062"],["27223.969","16844.048"],["25639.447","16371.483"],["25638.598","16377.115"],["22985.480","15248.528"],["20565.031","12946.679"],["20532.544","12926.315"],["24615.153","16957.152"],["24615.755","16966.728"],["24583.752","16956.864"],["25411.079","17402.613"],["30887.179","13607.922"],["27721.694","14504.181"],["20965.354","12628.444"],["25135.026","17808.659"],["25081.576","17625.742"],["23053.873","13794.420"],["24023.726","16553.953"],["23961.772","16526.452"],["27957.266","16268.647"],["26244.105","16727.760"],["26758.258","16617.450"],["26193.784","17361.275"],["26247.051","17366.673"],["26171.008","17402.451"],["28038.975","15384.012"],["21962.202","14633.669"],["21976.197","14525.995"],["21871.504","14465.910"],["21856.771","14602.926"],["21969.010","14490.162"],["21870.011","14467.205"],["21077.950","15491.983"],["22304.876","14441.056"],["22447.177","14373.640"],["21638.178","14172.363"],["21767.472","14174.174"],["21679.389","14059.979"],["21671.401","14112.272"],["23818.722","9310.414"],["23815.911","9311.111"],["20476.766","13622.884"],["20524.083","13663.502"],["26637.007","16450.623"],["26596.260","16461.577"],["26582.568","16367.014"],["26587.513","16493.070"],["26668.375","16463.230"],["26642.725","16425.315"],["25964.448","16688.010"],["22254.807","13128.586"],["20450.406","12607.503"],["20510.558","12756.766"],["20384.949","12679.400"],["20509.159","12656.639"],["20502.206","12671.584"],["32294.478","12867.484"],["32253.067","12761.861"],["32170.664","12940.156"],["32174.371","12877.034"],["32254.184","12761.620"],["27253.361","16905.239"],["27299.592","16975.571"],["27204.992","16480.488"],["27210.892","16380.734"],["27225.918","16373.617"],["27157.218","16469.453"],["27297.507","16544.042"],["24857.574","16323.616"],["22916.155","13817.544"],["22753.055","13706.505"],["22755.737","13702.288"],["22751.058","15481.521"],["22847.632","15347.778"],["22706.900","15421.735"],["22737.672","15460.030"],["20802.426","14172.289"],["20941.111","14119.079"],["20870.093","14122.101"],["20803.357","14038.267"],["20877.205","14205.513"],["21058.542","14288.036"],["21134.123","14438.986"],["21157.867","14448.958"],["21075.600","14283.956"],["21046.213","14292.701"],["21192.556","14381.638"],["21061.574","14347.734"],["31441.752","13743.701"],["31345.989","13694.042"],["31379.383","13623.345"],["31335.800","13700.385"],["31467.967","13732.629"],["31341.939","13691.780"],["23327.290","9279.462"],["23373.316","9262.149"],["22575.375","14951.101"],["25162.368","17348.199"],["25046.874","17234.973"],["23375.579","16641.880"],["23421.122","16589.744"],["21748.172","13990.473"],["21650.976","13889.085"],["21748.683","13957.867"],["20720.247","13616.210"],["20621.978","13663.478"],["20702.270","13675.111"],["19485.438","15049.739"],["27953.158","17055.145"],["27980.727","16996.148"],["27986.075","16997.682"],["28129.123","17130.989"],["31032.029","14059.958"],["31005.808","14106.057"],["27537.354","12495.039"],["23726.132","11096.645"],["29109.868","14794.542"],["22240.014","15381.439"],["22104.438","12924.682"],["22128.228","12867.161"],["29177.208","15529.107"],["29119.200","15617.500"],["28020.233","16833.625"],["28039.946","16816.470"],["27970.023","16792.316"],["21443.125","14520.044"],["21413.689","14526.026"],["21471.726","14143.503"],["21412.992","14229.233"],["20676.609","14783.048"],["26307.570","16930.541"],["26421.852","16799.323"],["26365.598","16811.148"],["20422.487","16050.916"],["18813.386","13655.422"],["18772.584","13654.959"],["18758.859","13707.440"],["18728.082","13688.847"],["25517.009","8289.623"],["25492.050","8298.689"],["25519.160","8279.492"],["25523.224","8284.253"],["28065.130","16376.300"],["31795.012","13024.938"],["31901.053","13093.952"],["31166.164","13451.797"],["31297.272","13397.280"],["31161.819","13449.655"],["31170.014","13448.629"],["25132.619","17105.485"],["25088.750","17197.541"],["25138.123","17181.846"],["27743.071","12419.229"],["22197.936","14682.148"],["22227.718","14824.532"],["22163.758","14672.571"],["28027.377","16498.236"],["21068.569","14077.282"],["25970.894","17430.504"],["24517.478","16462.875"],["30077.806","15615.993"],["30246.694","15527.128"],["30043.869","15595.296"],["30076.842","15571.032"],["24846.856","15924.952"],["24852.620","15929.464"],["27446.663","15651.207"],["27351.031","15693.821"],["20332.278","13060.876"],["20354.726","13105.626"],["20352.806","13092.715"],["24941.152","17807.958"],["24887.387","17823.657"],["26481.440","15953.400"],["28212.561","16343.748"],["22319.466","15412.259"],["22425.741","15366.278"],["22322.758","15324.857"],["22425.675","15469.498"],["22316.958","15487.237"],["22420.307","15390.779"],["22413.304","15447.684"],["20524.640","13160.647"],["20486.789","13176.813"],["20473.239","12991.048"],["20418.089","13146.532"],["24285.011","16982.721"],["27335.495","16094.597"],["27397.477","15968.032"],["27329.707","16100.061"],["27435.377","15944.686"],["27432.639","15958.670"],["28625.095","15004.204"],["28623.597","15000.512"],["27208.886","17547.798"],["27276.206","17577.324"],["21945.161","14284.797"],["22023.458","14370.092"],["22005.483","14400.339"],["27119.192","15838.636"],["25619.558","17723.849"],["22995.690","16796.497"],["21697.551","13938.899"],["24989.694","17245.907"],["20645.657","13535.688"],["20579.135","13411.964"],["20726.265","13587.789"],["20769.457","13402.186"]] \ No newline at end of file diff --git a/src/gathering/10656.json b/src/gathering/10656.json new file mode 100644 index 0000000..29b0be0 --- /dev/null +++ b/src/gathering/10656.json @@ -0,0 +1 @@ +[["25389.991","17480.697"],["25352.392","17490.441"],["25306.247","17595.704"],["25340.616","17452.852"],["25355.320","17479.161"],["25359.816","17576.381"],["24684.264","9009.738"],["24639.461","9019.845"],["24664.034","9009.441"],["20558.185","11935.948"],["20366.679","14628.347"],["21050.853","13920.988"],["20131.345","12302.044"],["21423.458","15136.750"],["21420.493","15125.543"],["21420.052","15135.494"],["22335.406","14549.567"],["22308.816","14483.841"],["22400.656","14642.248"],["22318.712","14547.784"],["22278.898","14486.930"],["22385.985","14612.157"],["22336.771","14517.974"],["22300.099","14500.660"],["22385.294","14579.969"],["22263.830","14460.246"],["22315.521","14560.088"],["22311.362","14481.202"],["22418.995","14632.174"],["22253.068","14459.080"],["22303.334","14560.946"],["22265.553","14511.124"],["22374.718","14587.335"],["22326.097","14550.789"],["22286.221","14500.247"],["22431.445","14591.876"],["22326.677","14514.721"],["22263.435","14491.199"],["22387.169","14618.069"],["23733.419","16611.171"],["23817.514","16688.165"],["23739.505","16673.152"],["23775.404","16621.479"],["23804.190","16667.798"],["23782.861","16670.654"],["23732.661","16671.753"],["30436.805","14565.625"],["30459.979","14516.393"],["31403.544","9104.437"],["23045.998","16002.586"],["22980.019","16140.426"],["23037.911","16038.773"],["23045.390","16013.271"],["23005.857","16120.360"],["23083.794","16023.511"],["22992.782","16132.284"],["23017.155","15996.626"],["23047.857","16013.899"],["22977.074","16111.248"],["23058.136","16010.133"],["23021.153","16129.724"],["23061.640","15975.402"],["23033.767","16031.986"],["19988.269","12514.184"],["20113.466","12371.557"],["20029.815","12543.218"],["28279.822","10825.485"],["23418.125","8551.612"],["22489.823","10613.528"],["22623.984","10525.361"],["22519.728","10543.797"],["22631.221","10571.670"],["22498.951","10598.565"],["22559.334","10487.814"],["22474.988","10571.694"],["22539.317","10501.439"],["22513.688","10538.532"],["22606.271","10499.944"],["22528.958","10465.820"],["22563.540","10509.316"],["22641.057","10563.891"],["22575.189","10457.690"],["22481.912","10533.742"],["22591.238","10528.003"],["22226.735","14451.513"],["22205.617","14455.707"],["20622.642","11838.904"],["20765.318","11730.506"],["20759.709","11725.832"],["22945.569","10009.979"],["22998.325","9927.267"],["23068.007","9843.562"],["22914.056","10007.865"],["23027.980","9915.921"],["23038.726","9877.890"],["22954.451","9952.968"],["23006.434","9928.423"],["23066.099","9854.016"],["22913.168","9954.207"],["23026.648","9934.748"],["23012.340","9859.440"],["22957.856","9953.348"],["22989.756","9920.644"],["23037.925","9826.056"],["22926.639","9962.844"],["23022.750","9889.744"],["23030.425","9835.321"],["22916.310","10006.164"],["22996.681","9924.228"],["23085.293","9879.995"],["19305.936","13715.469"],["30384.260","15285.468"],["30431.729","15097.019"],["30438.522","15222.505"],["30262.946","15236.931"],["30432.681","15229.073"],["30435.035","15112.692"],["30427.714","15211.319"],["30405.298","15108.167"],["30441.546","15155.915"],["30433.308","15118.109"],["30434.934","15223.639"],["30444.344","15116.656"],["30426.020","15215.778"],["20766.077","11120.230"],["20746.570","11113.252"],["20744.350","11104.210"],["20729.366","11134.858"],["20752.623","11119.057"],["20766.801","11108.867"],["21934.311","10959.349"],["21972.074","11012.578"],["21941.828","10942.652"],["21951.778","11025.063"],["21934.903","10962.090"],["21868.061","11038.920"],["21911.828","10975.765"],["20938.020","12364.281"],["20915.438","12368.657"],["20954.944","12351.019"],["21893.734","14175.316"],["21836.604","14043.867"],["22008.201","14062.747"],["21979.116","14062.530"],["21895.319","14118.677"],["21881.241","14206.585"],["21834.301","14164.177"],["21966.881","14157.802"],["21884.918","14178.817"],["22027.593","14041.244"],["21997.852","14132.996"],["21961.461","14140.764"],["21950.300","14045.817"],["21964.940","14115.875"],["21837.130","14052.719"],["21942.808","14094.516"],["21862.749","14183.997"],["21986.419","14045.123"],["21963.124","14125.407"],["25824.754","17395.656"],["25721.955","17266.933"],["25735.804","17270.731"],["25627.765","17327.573"],["25749.307","17311.210"],["25625.775","17298.340"],["25769.521","17310.104"],["25780.031","17243.811"],["25788.501","17276.429"],["25786.738","17252.438"],["22972.915","16509.123"],["23074.880","16514.738"],["22925.514","16447.142"],["23071.179","16537.414"],["22964.198","16416.489"],["22941.096","16517.312"],["23061.409","16545.556"],["22904.922","16426.976"],["23074.551","16534.210"],["22965.325","16471.029"],["22925.795","16494.264"],["23045.109","16494.168"],["22281.335","10424.989"],["22308.046","10338.495"],["22276.516","10338.181"],["22284.290","10407.413"],["22311.207","10319.921"],["22286.582","10286.868"],["22263.901","10339.040"],["22283.145","10299.139"],["22274.865","10413.342"],["22283.868","10299.667"],["30879.272","9664.856"],["21349.645","14453.586"],["21262.968","14465.559"],["21276.142","14486.649"],["20484.025","12356.319"],["20459.470","12361.141"],["20404.141","12457.739"],["20332.644","15389.245"],["20230.133","15384.020"],["20225.133","15382.567"],["20186.756","15502.484"],["20228.307","15386.134"],["20227.452","15383.508"],["28365.403","15951.827"],["28358.166","15951.876"],["19690.733","12929.149"],["19685.108","12919.834"],["30530.631","15207.975"],["30591.373","15086.575"],["30528.999","15206.282"],["30473.259","15217.600"],["30628.512","15094.866"],["30485.555","15151.285"],["30488.801","15227.790"],["30528.614","15209.039"],["30521.943","15244.586"],["30559.696","15115.889"],["30525.987","15168.065"],["30529.476","15251.919"],["30495.374","15168.296"],["30479.509","15200.243"],["30530.424","15197.864"],["30497.601","15204.091"],["29983.203","16002.615"],["29967.693","15987.916"],["29945.950","15993.697"],["29949.424","16134.790"],["29981.314","15931.949"],["30013.861","15977.958"],["29926.394","15958.602"],["29986.147","16003.672"],["25068.463","16757.493"],["25059.187","16767.452"],["27683.280","11416.740"],["28486.662","10974.204"],["28402.198","10908.316"],["28407.532","10883.076"],["28439.324","11028.343"],["28524.863","11008.781"],["17119.167","16011.976"],["17105.590","16005.682"],["17100.212","15959.356"],["17104.389","15966.986"],["17154.200","16033.677"],["17185.006","16000.514"],["17149.628","15979.391"],["17085.245","15965.665"],["17142.671","16001.902"],["17114.850","15999.092"],["17084.021","15990.992"],["17104.291","15985.153"],["17154.990","16034.305"],["17155.154","15991.513"],["17165.154","16007.715"],["28309.696","10563.390"],["21352.588","13600.267"],["21222.276","13551.914"],["21245.532","13495.365"],["21744.124","10910.223"],["21778.038","10932.311"],["21716.772","10886.209"],["21776.203","11028.550"],["21708.798","10909.575"],["21688.369","10872.819"],["21771.778","11052.596"],["21785.340","10929.966"],["21723.104","10932.849"],["21784.353","10937.464"],["21673.943","10906.883"],["21776.705","10891.171"],["21705.792","10884.629"],["21558.321","14737.333"],["21587.614","14773.964"],["25026.588","16824.430"],["25037.800","16865.134"],["25023.712","16856.303"],["25018.672","16862.657"],["25080.996","16781.407"],["25012.899","16810.122"],["25058.728","16862.067"],["25127.492","16814.311"],["25037.100","16853.594"],["24996.122","16798.493"],["25065.331","16795.462"],["25084.318","16793.992"],["22033.714","10790.578"],["22027.513","10827.499"],["21692.686","14682.260"],["21693.229","14676.050"],["30581.275","14736.605"],["30549.071","14748.116"],["30535.535","14751.072"],["30568.906","14724.995"],["30562.969","14717.596"],["30524.910","14734.524"],["30552.788","14738.058"],["22650.815","15503.298"],["21224.046","11067.197"],["21333.875","11066.378"],["27648.877","11269.561"],["20889.638","13974.920"],["20805.064","14021.106"],["20808.386","13951.032"],["20730.054","10425.618"],["30447.759","15001.267"],["28640.397","10789.456"],["22999.785","10437.610"],["22984.242","10481.061"],["22979.456","10511.020"],["23009.127","10447.651"],["22946.002","10445.966"],["22938.091","10458.188"],["22933.930","10512.688"],["19665.162","11527.276"],["28955.683","16208.994"],["28919.334","16237.318"],["28959.910","16185.195"],["28949.515","16196.839"],["28911.061","16210.910"],["28921.916","16224.898"],["28899.186","16209.886"],["31539.630","13707.824"],["31529.548","13704.455"],["30321.484","15602.543"],["30316.515","15629.751"],["30337.981","15593.575"],["30303.407","15704.004"],["30307.586","15599.008"],["30312.206","15651.486"],["30328.146","15587.217"],["30394.396","15648.488"],["30348.392","15577.968"],["30298.242","15690.676"],["30383.129","15605.086"],["30286.417","15693.286"],["22785.076","15631.628"],["22684.269","15536.709"],["22763.629","15630.324"],["22752.395","15609.168"],["22713.562","15555.255"],["22789.764","15612.933"],["22730.898","15576.764"],["22700.640","15541.866"],["22764.007","15606.476"],["22788.218","15633.742"],["22718.809","15575.222"],["31479.751","13495.277"],["31497.913","13478.600"],["31490.726","13484.942"],["31477.699","13540.252"],["31458.127","13462.019"],["31394.509","13466.594"],["31394.163","13447.073"],["20694.033","14110.574"],["20588.248","14079.529"],["20716.032","14120.998"],["20703.029","14175.099"],["20692.700","14163.489"],["20635.140","14083.658"],["20730.650","14027.212"],["20753.877","14125.738"],["20649.893","14103.261"],["20755.259","14083.343"],["20716.493","14109.602"],["20585.535","14082.815"],["20746.690","14090.511"],["20591.768","14046.317"],["20714.893","14034.809"],["20758.762","14069.586"],["20596.604","14049.025"],["20736.345","14071.551"],["24452.642","9010.596"],["24359.082","9124.243"],["24514.364","8967.899"],["19441.572","12473.385"],["23084.268","15334.889"],["23015.633","15357.416"],["23020.370","15354.532"],["23077.048","15353.650"],["23018.396","15338.985"],["22968.281","15324.583"],["23273.048","9335.166"],["23253.980","9336.823"],["23235.214","9361.282"],["23239.142","9234.758"],["23224.984","9369.275"],["23262.393","9254.472"],["23280.032","9360.399"],["23228.582","9224.370"],["23238.734","9328.615"],["23253.497","9259.883"],["23236.135","9368.136"],["23206.744","9284.350"],["23243.026","9333.421"],["23208.140","9233.419"],["30019.100","15827.056"],["30034.313","15744.810"],["30028.047","15824.744"],["24643.799","16786.362"],["24762.495","16952.926"],["24714.612","16831.951"],["24702.178","16823.529"],["24617.944","16803.521"],["24749.421","16898.354"],["24775.077","16950.184"],["24707.466","16821.811"],["24753.928","16893.086"],["24641.826","16802.365"],["24776.426","16928.532"],["24716.372","16859.400"],["24634.589","16805.668"],["24737.859","16906.067"],["24687.573","16847.818"],["24616.776","16791.482"],["24718.955","16835.651"],["24610.757","16781.110"],["24759.222","16934.230"],["24696.186","16832.939"],["21863.900","15128.130"],["29829.611","16205.168"],["29814.447","16211.113"],["29825.368","16178.661"],["29799.167","16218.810"],["29778.230","16189.974"],["29633.797","16141.572"],["29634.274","16148.640"],["29824.447","16174.780"],["29799.940","16183.500"],["21186.036","11082.259"],["21155.158","11104.560"],["21013.540","11082.559"],["21023.273","11133.413"],["21094.055","11165.073"],["21095.667","11212.571"],["21037.019","11204.090"],["21085.882","11109.218"],["21073.200","11124.875"],["21024.264","11113.062"],["21076.095","11183.323"],["21053.583","11194.010"],["21132.317","11131.787"],["22689.234","14850.505"],["25988.178","16878.706"],["25965.824","16893.491"],["25958.708","16932.857"],["25926.816","16904.549"],["21614.967","13730.061"],["21565.329","13696.051"],["21598.125","13731.663"],["29969.457","16171.321"],["29963.405","16182.816"],["29981.069","16165.541"],["29968.355","16165.029"],["29984.161","16168.316"],["29998.133","16157.788"],["25440.695","17235.039"],["25445.698","17330.539"],["25576.597","17307.539"],["25515.566","17236.043"],["25441.619","17404.131"],["25437.455","17252.397"],["25584.876","17229.107"],["25428.294","17248.697"],["25606.166","17304.706"],["25420.435","17383.404"],["25580.287","17243.392"],["25587.469","17280.773"],["25579.081","17308.497"],["25438.412","17376.352"],["25546.964","17259.181"],["25563.129","17206.305"],["25607.239","17290.810"],["22776.194","15586.210"],["20983.130","15014.231"],["20861.250","14966.889"],["20976.156","15030.598"],["20973.903","15011.010"],["20867.072","14952.603"],["20964.702","14965.226"],["20918.810","14982.062"],["20964.603","14967.141"],["20985.522","15013.840"],["20858.224","14944.395"],["22552.291","14891.533"],["22599.571","14923.529"],["22652.847","14903.721"],["22626.644","14959.087"],["22600.048","14909.855"],["22659.458","15021.229"],["22633.379","14880.035"],["22643.817","14996.506"],["22633.716","14930.317"],["22652.797","15034.871"],["22669.567","14916.032"],["22594.177","14927.675"],["22645.133","14961.328"],["22499.667","14873.684"],["22605.377","14959.433"],["22646.843","14972.856"],["30260.232","15547.758"],["30271.384","15527.444"],["30329.492","15514.000"],["30307.831","15522.258"],["23316.039","16548.131"],["23417.955","16462.318"],["23492.018","16542.153"],["23315.875","16538.321"],["23493.071","16484.713"],["23431.327","16515.217"],["23435.982","16542.929"],["23502.643","16548.644"],["23321.122","16562.054"],["23438.449","16462.896"],["21227.162","13850.486"],["28846.725","11055.562"],["30212.535","15210.622"],["30130.915","15135.711"],["30143.102","15191.714"],["30187.272","15225.106"],["30090.027","15165.834"],["30239.180","15229.764"],["30209.426","15204.908"],["30124.829","15128.906"],["30236.269","15174.437"],["30202.963","15190.325"],["30083.760","15155.033"],["30054.903","15177.413"],["30272.913","15441.465"],["30354.250","15333.132"],["30376.750","15481.729"],["30364.776","15466.948"],["30254.032","15469.574"],["30308.312","15364.362"],["30406.036","15310.142"],["30303.690","15423.800"],["30272.815","15445.990"],["30389.359","15310.225"],["30378.888","15400.910"],["30324.513","15325.898"],["30324.792","15327.533"],["30370.707","15301.191"],["30386.349","15299.903"],["30330.006","15427.533"],["30259.955","15749.512"],["23054.331","10076.866"],["23091.864","10045.784"],["23060.564","10125.553"],["23085.335","10211.345"],["23077.494","10092.880"],["23053.163","10059.756"],["23066.484","10121.550"],["20898.183","11846.109"],["20796.997","11782.060"],["23109.485","9753.817"],["23145.783","9632.740"],["23244.509","9775.190"],["23153.789","9643.898"],["23124.366","9746.388"],["23117.905","9648.809"],["23132.688","9724.885"],["23122.889","9667.125"],["23209.986","9789.889"],["23179.809","9647.647"],["23144.333","9758.841"],["23132.642","9665.424"],["23256.877","9791.837"],["23184.266","9593.609"],["23138.659","9715.769"],["23119.201","9639.732"],["23186.421","9648.241"],["23138.330","9751.194"],["23129.470","9647.010"],["23268.764","9797.534"],["23258.818","9788.386"],["23187.736","9590.306"],["23156.032","9639.552"],["23118.628","9762.792"],["23223.769","9782.325"],["23179.151","9645.483"],["20948.984","14312.496"],["20903.738","14406.236"],["20896.517","14402.570"],["25411.603","17490.127"],["25542.323","17471.536"],["25542.356","17472.692"],["25429.455","17416.987"],["25551.238","17474.129"],["25461.211","17501.868"],["25512.778","17470.645"],["25524.017","17460.883"],["25416.603","17480.614"],["22560.624","15247.854"],["22532.946","15133.934"],["22576.594","15247.425"],["22546.453","15177.076"],["22546.499","15186.033"],["22545.759","15114.000"],["22588.522","15230.971"],["22540.611","15098.707"],["22583.749","15248.449"],["22553.719","15211.995"],["22595.825","15242.092"],["22554.519","15183.550"],["22549.657","15100.524"],["22523.624","15189.016"],["22582.222","15221.673"],["22541.318","15126.403"],["20444.813","13228.599"],["20460.389","13277.848"],["20464.287","13245.676"],["20458.908","13263.348"],["20631.606","11938.028"],["20605.619","11934.379"],["20651.132","14654.131"],["21081.832","16059.726"],["21080.525","16070.466"],["23411.234","8502.743"],["23418.470","8508.259"],["20335.521","15030.290"],["25932.254","17400.776"],["25866.531","17374.582"],["25950.036","17341.515"],["25877.616","17347.563"],["26004.625","17409.178"],["22651.566","14717.487"],["22591.046","14751.393"],["22520.654","14863.742"],["22600.299","14691.344"],["22650.816","14733.210"],["22631.091","14797.793"],["22624.526","14686.422"],["22595.372","14750.931"],["22671.237","14700.262"],["22592.165","14782.789"],["22609.788","14725.762"],["22581.194","14755.984"],["22611.787","14732.070"],["22618.309","14715.142"],["21308.716","15895.240"],["28663.149","16237.473"],["28633.691","16183.485"],["28613.222","16199.662"],["28666.356","16233.823"],["23411.772","16768.898"],["23411.732","16742.032"],["23425.637","16765.331"],["23410.499","16753.494"],["23421.189","16753.180"],["23390.614","16764.496"],["25143.590","16371.269"],["25107.751","16366.512"],["25110.728","16397.082"],["25137.126","16396.058"],["25135.580","16380.336"],["25140.678","16398.948"],["25142.027","16363.176"],["27697.864","8801.484"],["25558.063","17467.605"],["25563.433","17457.503"],["20047.810","13703.711"],["20129.422","13662.555"],["22421.416","14940.288"],["22445.231","14956.622"],["22457.139","14963.856"],["22457.775","14873.155"],["22425.807","14923.938"],["20413.880","13460.547"],["20401.067","13450.093"],["20417.498","13435.014"],["20410.985","13410.208"],["23395.736","16940.055"],["23427.292","16889.675"],["23437.211","16890.790"],["23417.726","16806.950"],["23404.501","16880.694"],["23354.332","16894.839"],["23391.737","16927.935"],["23432.825","16783.168"],["23398.203","16892.599"],["23422.740","16901.040"],["23428.845","16804.010"],["27622.484","11195.762"],["23191.437","10244.359"],["23173.921","10248.818"],["23569.060","17232.551"],["23552.703","17220.332"],["23540.926","17230.654"],["23562.549","17213.011"],["23574.441","17215.225"],["23551.946","17223.156"],["23571.595","17212.665"],["23576.476","17230.069"],["21340.204","13578.632"],["28326.817","15895.312"],["28231.148","15876.528"],["28239.520","15886.685"],["28331.587","15896.104"],["28251.954","15837.272"],["28242.480","15852.020"],["28241.592","15899.749"],["28272.925","15883.135"],["28339.087","15895.691"],["28222.859","15886.190"],["27984.446","15712.376"],["27996.880","15716.769"],["25370.030","17623.813"],["25301.882","17767.574"],["25314.849","17642.161"],["25283.548","17767.263"],["25298.543","17765.542"],["25346.313","17669.626"],["25289.382","17702.388"],["25290.573","17648.619"],["25286.487","17714.163"],["25397.184","17650.254"],["25310.007","17699.168"],["25258.478","17728.945"],["22425.514","10578.941"],["22383.672","10579.767"],["22358.507","10565.398"],["22259.553","10444.209"],["22400.925","10637.455"],["22280.951","10472.401"],["22392.159","10554.746"],["22268.717","10442.180"],["22383.902","10619.420"],["22369.856","10626.455"],["19730.839","12938.041"],["19735.892","12930.692"],["19831.286","12560.280"],["30438.664","15034.381"],["30458.917","15073.700"],["30455.588","15028.039"],["16609.557","16152.850"],["21446.068","13563.324"],["21431.181","13472.429"],["21441.135","13575.189"],["21444.849","13574.722"],["21418.385","13464.998"],["21461.772","13572.979"],["21458.082","13571.513"],["16537.222","16046.545"],["30488.861","15019.930"],["30533.752","14936.776"],["30647.031","15056.765"],["30511.417","14942.259"],["30569.525","15010.550"],["30465.884","14943.183"],["30586.965","14961.572"],["30612.755","15054.040"],["30489.223","15018.427"],["30567.449","14951.598"],["30554.558","14935.554"],["30571.505","15011.414"],["30580.676","15002.507"],["30551.982","15037.376"],["22056.155","10820.831"],["22063.303","10779.926"],["22056.834","10792.510"],["22073.197","10820.007"],["22066.101","10762.356"],["24298.029","9114.995"],["24256.368","9142.014"],["21461.837","10368.463"],["21509.024","10329.801"],["21462.232","10372.906"],["22367.662","10789.939"],["22331.613","10822.133"],["22352.830","10812.785"],["22386.103","10777.228"],["22346.157","10844.582"],["22368.041","10808.115"],["22375.285","10842.014"],["27787.873","11372.424"],["27735.536","11453.048"],["27763.592","11283.744"],["27810.811","11389.112"],["18517.686","13105.646"],["28192.552","15704.702"],["28318.216","15640.889"],["28215.085","15715.057"],["28342.805","15636.793"],["28305.355","15651.112"],["28208.983","15711.506"],["28339.960","15624.770"],["28347.312","15652.615"],["28325.881","15674.432"],["28193.309","15714.793"],["20589.777","14884.576"],["20709.689","14881.914"],["20579.580","14877.805"],["20592.458","14905.930"],["20738.570","14884.557"],["29611.807","16136.815"],["21075.685","11031.827"],["21121.688","11000.894"],["21120.930","11021.367"],["21128.250","11010.555"],["21179.375","11050.451"],["20823.236","11134.573"],["20847.710","11131.815"],["20851.608","11091.815"],["20969.988","11074.780"],["20847.644","11128.181"],["20781.653","11129.643"],["20958.968","11148.702"],["20822.584","11104.949"],["20967.652","11133.442"],["20832.216","11068.000"],["20852.331","11131.055"],["20974.988","11076.431"],["21163.814","12764.776"],["21178.919","12759.179"],["20784.646","10608.025"],["27689.903","11491.090"],["27695.819","11515.864"],["30029.147","15563.450"],["29991.515","15579.436"],["29966.046","15511.551"],["29981.293","15533.979"],["29991.647","15562.657"],["23661.321","17585.940"],["23649.493","17531.879"],["23671.453","17578.310"],["23655.579","17546.544"],["23653.539","17537.279"],["23666.431","17575.319"],["23662.110","17590.416"],["23645.727","17544.315"],["23717.568","17541.102"],["23649.559","17555.265"],["23669.709","17580.044"],["29042.510","11456.123"],["27672.921","17027.974"],["27705.882","17029.890"],["27703.313","17013.354"],["27682.000","17040.625"],["27663.104","17026.040"],["27696.194","17039.485"],["31581.589","13338.404"],["31576.030","13328.924"],["30798.417","9948.992"],["26052.827","17412.182"],["26055.327","17439.746"],["26048.699","17420.803"],["20883.190","13392.758"],["20905.196","13373.798"],["20897.038","13368.134"],["20857.631","13360.718"],["28306.603","11228.300"],["22974.561","15788.330"],["22948.130","15749.569"],["22934.594","15797.694"],["22926.987","15802.328"],["22940.688","15806.952"],["22924.331","15792.855"],["22964.783","15829.215"],["22976.913","15773.483"],["22914.553","15864.095"],["22933.196","15795.597"],["22911.313","15844.012"],["22958.791","15784.874"],["21938.754","14003.736"],["21955.208","13987.240"],["21984.221","13967.487"],["22002.389","14014.966"],["30528.620","14389.140"],["30508.468","14295.698"],["30467.880","14350.461"],["30485.491","14318.076"],["30525.968","14263.708"],["30479.805","14407.290"],["30537.827","14259.051"],["30509.817","14326.499"],["30531.462","14318.175"],["30488.242","14406.911"],["30570.968","14255.467"],["31834.609","13234.010"],["31764.938","13228.676"],["31909.891","13211.647"],["31738.639","13252.326"],["31778.507","13262.499"],["31734.231","13249.452"],["28409.455","16156.320"],["28407.218","16163.686"],["28433.403","16183.025"],["28405.047","16176.931"],["28389.488","16175.511"],["28377.728","16184.429"],["28397.449","16164.016"],["25473.853","17167.428"],["25464.811","17153.576"],["25562.208","17106.190"],["25548.902","17123.911"],["25491.669","17156.516"],["25436.390","17145.021"],["25514.642","17112.796"],["25451.734","17107.506"],["25582.734","17170.104"],["25486.620","17136.532"],["25475.254","17151.881"],["32107.989","12897.445"],["32081.805","12917.280"],["32144.019","12944.921"],["32113.565","12961.359"],["22716.564","15030.048"],["22734.466","14935.220"],["22713.883","14990.989"],["22705.815","14914.575"],["22741.769","14998.159"],["22753.907","14971.570"],["22678.759","14926.400"],["22702.838","14912.148"],["22732.542","14998.803"],["24939.310","16853.329"],["24855.576","16886.297"],["24894.954","16901.292"],["24854.918","16877.214"],["24850.954","16874.802"],["24881.500","16894.190"],["24833.766","16866.908"],["24879.164","16895.511"],["24841.480","16884.563"],["24879.921","16896.502"],["24956.365","16896.325"],["24841.678","16865.290"],["24895.102","16888.707"],["24981.780","16820.757"],["24846.480","16886.049"],["21739.558","11068.022"],["21697.815","11079.268"],["21716.959","11109.145"],["21734.558","11105.842"],["21686.285","11101.382"],["30085.002","15663.167"],["30101.153","15651.953"],["30064.180","15662.853"],["30083.357","15592.730"],["26250.372","16892.380"],["26105.132","16946.608"],["26213.596","16934.147"],["26099.161","16921.918"],["26169.054","16792.683"],["26214.566","16986.022"],["26131.151","16974.354"],["26249.139","16902.074"],["26184.139","16917.995"],["26061.447","16907.401"],["26238.694","16919.283"],["26183.612","16950.993"],["23528.572","16783.399"],["23532.141","16782.838"],["30484.470","15043.414"],["23008.012","16215.620"],["23037.002","16150.154"],["23032.732","16193.770"],["23020.216","16216.693"],["24639.264","8943.776"],["20140.131","12674.912"],["19974.273","12553.458"],["20055.773","12695.391"],["16536.346","15897.914"],["23708.751","16782.208"],["23670.133","16808.814"],["23673.570","16861.332"],["23631.087","16802.538"],["23616.843","16838.690"],["23656.844","16846.145"],["23638.373","16889.293"],["21711.579","14513.436"],["21632.486","14645.916"],["21684.817","14588.343"],["21647.419","14473.328"],["21668.076","14573.948"],["21676.464","14550.793"],["21794.853","14632.321"],["21656.729","14588.344"],["21644.989","14653.771"],["21723.172","14568.096"],["21673.837","14635.934"],["21731.067","14597.675"],["21681.182","14632.324"],["21651.897","14631.541"],["21635.199","14636.783"],["21695.052","14624.745"],["21651.666","14656.925"],["27743.797","15752.452"],["27801.396","15734.731"],["27758.337","15722.048"],["27755.886","15725.681"],["27747.366","15749.826"],["27797.531","15753.410"],["27743.978","15751.015"],["21037.397","15115.438"],["21059.100","15086.787"],["21338.040","14137.852"],["21396.622","14186.542"],["21311.313","14173.574"],["21268.829","14201.502"],["21381.721","14160.035"],["21346.540","14142.413"],["21394.270","14135.477"],["21334.319","14147.484"],["21342.494","14135.939"],["21358.941","14159.622"],["28190.283","15724.718"],["28176.154","15735.057"],["28218.457","15723.496"],["27744.473","8815.589"],["22271.434","16216.931"],["22280.825","16202.811"],["22285.586","16184.522"],["20700.831","14022.984"],["20339.623","14626.035"],["20349.886","14597.678"],["20344.475","14629.206"],["21575.799","13585.373"],["32036.898","13187.703"],["31952.375","13202.300"],["31947.687","13188.278"],["23850.757","17721.930"],["23790.728","17700.518"],["23865.931","17712.514"],["23857.813","17723.796"],["23792.159","17696.240"],["23870.888","17732.235"],["23862.928","17723.912"],["23845.313","17728.074"],["23879.319","17701.894"],["23862.296","17708.517"],["23795.678","17682.384"],["23857.050","17696.197"],["23791.583","17688.429"],["23129.973","10188.851"],["23094.742","10060.565"],["23105.039","10180.940"],["23185.927","10199.272"],["30445.681","15469.293"],["30410.417","15479.004"],["30422.506","15472.448"],["30422.177","15461.283"],["30417.934","15462.555"],["23963.102","17468.691"],["23987.449","17496.448"],["23963.967","17478.854"],["23946.691","17438.609"],["23949.142","17432.350"],["23965.233","17476.575"],["23997.845","17500.116"],["23979.975","17492.266"],["24000.789","17489.530"],["23950.918","17442.358"],["23979.585","17476.253"],["21459.713","11098.411"],["21488.447","11109.674"],["21545.749","11073.539"],["21540.863","11113.607"],["21477.186","11115.912"],["21537.830","11111.433"],["21462.491","11119.234"],["21542.096","11099.058"],["21511.902","11127.553"],["21571.669","11133.029"],["20170.769","13340.461"],["22208.523","16219.369"],["22182.097","16212.718"],["22183.421","16196.584"],["18915.210","13003.434"],["18912.361","13004.020"],["18957.057","13162.613"],["18942.089","13004.782"],["22547.525","10412.026"],["22530.288","10416.815"],["22572.459","10427.847"],["29140.631","16275.164"],["29077.802","16281.886"],["29117.490","16289.433"],["29056.236","16261.621"],["29101.454","16295.379"],["29103.427","16267.121"],["29077.420","16286.708"],["29116.996","16274.735"],["29074.229","16251.827"],["29125.615","16267.072"],["25348.090","17377.499"],["25361.018","17364.518"],["25373.222","17386.021"],["22148.900","14279.231"],["22221.752","14379.985"],["22240.322","14440.104"],["22135.907","14284.351"],["22201.473","14349.827"],["22109.821","14255.548"],["22205.650","14438.036"],["22207.837","14358.631"],["22209.121","14298.960"],["22237.525","14387.400"],["22133.769","14278.571"],["22175.798","14384.923"],["22185.545","14304.400"],["20014.523","12776.052"],["19843.556","12428.812"],["19913.746","12500.080"],["19871.203","12523.008"],["23259.381","16540.957"],["23094.321","16509.932"],["23161.405","16560.886"],["23139.418","16551.330"],["23247.602","16560.541"],["23111.916","16530.796"],["23096.278","16505.886"],["23193.004","16557.291"],["23139.696","16542.852"],["23288.227","16543.507"],["23229.118","16541.766"],["23301.203","16536.340"],["23205.862","16535.833"],["23119.301","16552.778"],["23128.064","16499.978"],["23164.285","16510.992"],["23281.301","16557.100"],["23157.184","9568.094"],["23219.994","9505.663"],["23274.826","9408.525"],["23175.105","9584.690"],["23160.227","9567.533"],["23228.704","9516.640"],["23243.593","9456.931"],["23193.972","9488.015"],["23176.740","9537.590"],["23302.820","9450.160"],["23194.352","9509.809"],["23159.964","9570.175"],["23302.112","9406.114"],["23243.920","9504.301"],["23178.760","9512.134"],["23292.672","9404.099"],["23246.516","9462.607"],["23155.096","9516.897"],["23286.004","9414.495"],["23210.573","9453.947"],["23188.687","9546.112"],["23282.935","9447.782"],["28548.830","11476.703"],["23235.475","9837.022"],["23225.212","9851.176"],["23235.726","9839.401"],["23236.429","9851.473"],["23268.074","9833.669"],["23238.945","9837.633"],["23205.940","9840.458"],["23210.327","9827.146"],["28389.202","15928.326"],["20157.957","13582.274"],["19061.951","12939.714"],["22580.546","14642.095"],["21335.080","14995.317"],["21301.982","14911.558"],["21344.866","15004.268"],["21385.498","15061.588"],["21276.028","14891.657"],["21332.926","14994.673"],["21279.778","14896.183"],["21270.032","14899.992"],["21351.994","15043.372"],["21288.544","14913.821"],["21334.554","15004.599"],["21340.113","14996.936"],["21297.719","14907.762"],["21023.034","15011.350"],["21012.686","15007.326"],["21025.691","15034.715"],["21124.951","14958.705"],["21023.125","15031.643"],["21159.953","14911.287"],["21029.249","14992.116"],["21017.014","15011.564"],["21032.703","14987.029"],["21020.943","14986.517"],["20196.192","15518.070"],["20190.008","15528.970"],["20196.329","15509.024"],["20196.937","15507.835"],["20857.188","14767.021"],["20826.630","14814.415"],["20870.016","14781.537"],["20833.347","14817.799"],["20866.905","14795.138"],["20786.315","14819.542"],["20856.480","14761.983"],["20777.680","14818.518"],["20823.752","14790.220"],["20787.811","14823.077"],["28325.288","15932.025"],["20011.925","13016.434"],["19939.754","13102.380"],["20085.083","13168.259"],["19938.706","12993.115"],["20898.183","10577.736"],["20794.298","10511.745"],["27611.237","16981.607"],["27618.572","16981.953"],["27599.940","16976.716"],["27614.066","16949.620"],["27602.268","16976.456"],["27605.958","16978.458"],["27557.207","16951.676"],["20351.382","12625.179"],["20297.746","12626.285"],["20829.629","12297.405"],["20818.050","12333.921"],["20937.230","12293.759"],["20903.282","12298.251"],["20837.376","12325.712"],["20847.030","12311.988"],["20903.019","12298.036"],["20889.878","12294.353"],["27774.986","11099.925"],["27778.857","11175.481"],["27850.606","11069.070"],["27914.635","11093.143"],["21194.019","13596.291"],["20645.531","15985.856"],["29866.616","15473.244"],["29909.511","15382.064"],["29897.196","15305.066"],["29943.448","15502.435"],["29862.718","15425.119"],["29863.063","15379.372"],["29944.317","15299.979"],["29898.853","15444.194"],["29960.683","15300.210"],["29918.331","15315.256"],["29992.247","15502.187"],["29883.573","15471.808"],["29899.811","15310.813"],["29965.142","15495.878"],["29868.080","15391.097"],["24981.031","16889.020"],["22752.001","10522.623"],["22820.579","10551.453"],["22703.959","10484.572"],["22817.141","10572.345"],["22833.375","10554.310"],["22703.778","10442.028"],["22681.287","10542.074"],["22714.896","10457.503"],["22785.990","10566.482"],["22750.899","10481.516"],["22818.901","10534.707"],["22727.807","10499.155"],["22810.052","10570.462"],["22724.304","10454.150"],["22850.809","10464.269"],["21256.010","15091.520"],["20419.288","14813.913"],["20417.067","14812.097"],["27987.851","15731.269"],["28015.367","15722.037"],["28042.308","15747.983"],["28036.255","15718.569"],["27999.479","15732.640"],["28426.381","10454.266"],["29376.836","16212.813"],["29210.384","16180.127"],["29243.010","16328.841"],["29319.089","16189.212"],["29270.648","16194.198"],["29220.164","16292.838"],["29341.293","16224.555"],["29220.171","16176.824"],["29229.375","16277.280"],["29343.514","16227.395"],["29243.921","16186.998"],["29220.938","16290.823"],["29329.599","16223.399"],["29249.940","16163.315"],["29225.938","16310.625"],["29365.306","16230.500"],["29244.315","16181.432"],["29227.204","16316.124"],["29357.412","16248.717"],["29246.750","16198.013"],["29208.076","16300.649"],["20789.524","16105.773"],["20813.786","16100.247"],["20821.924","15976.412"],["20872.044","15989.042"],["20812.539","16000.413"],["20868.264","15977.234"],["20820.749","15987.488"],["20874.362","15984.164"],["27771.701","15665.894"],["27764.464","15648.486"],["27774.366","15659.420"],["27767.096","15643.499"],["27798.379","15653.804"],["27781.191","15646.505"],["27800.172","15647.182"],["23862.431","17574.209"],["23809.770","17548.729"],["23733.028","17526.321"],["23891.429","17513.890"],["23898.623","17438.741"],["23928.780","17443.580"],["23796.939","17544.361"],["23841.443","17510.420"],["23878.518","17496.384"],["23728.308","17530.334"],["23867.596","17581.921"],["23871.297","17552.691"],["23892.893","17515.509"],["23847.803","17509.128"],["23902.817","17435.273"],["23892.009","17580.654"],["23856.016","17505.895"],["23896.435","17439.187"],["23828.003","17533.898"],["23877.929","17519.587"],["23917.701","17424.951"],["23863.845","17495.061"],["23868.023","17585.918"],["23812.070","17535.154"],["23913.261","17424.026"],["23874.631","17507.079"],["25050.702","16907.616"],["24989.074","16901.439"],["25002.890","16890.423"],["28373.294","15641.540"],["22148.657","8352.542"],["29899.367","15284.009"],["30001.334","15186.331"],["30012.765","15219.312"],["29944.745","15295.355"],["29981.515","15163.721"],["29994.640","15243.028"],["29996.877","15236.950"],["29981.285","15165.224"],["29459.809","16221.098"],["29596.001","16191.002"],["29507.292","16178.935"],["29495.927","16167.506"],["29599.768","16141.572"],["29479.036","16195.318"],["29613.830","16185.458"],["29455.500","16169.571"],["29506.569","16171.949"],["29593.666","16144.065"],["29469.842","16199.051"],["22654.998","15322.359"],["31697.354","13298.110"],["31565.208","13281.244"],["31677.354","13215.434"],["31596.301","13258.060"],["31597.782","13264.666"],["31594.887","13314.046"],["31684.180","13298.721"],["31682.469","13236.343"],["31646.482","13282.652"],["22902.653","15525.124"],["22899.462","15573.663"],["30210.711","15742.295"],["30201.435","15792.617"],["30226.830","15752.270"],["30108.951","15764.281"],["30233.968","15753.046"],["30053.655","15794.257"],["30237.570","15782.674"],["30116.517","15768.708"],["30085.876","15817.593"],["30174.576","15767.117"],["21331.865","13609.598"],["25382.869","17339.110"],["25382.507","17335.477"],["25394.198","17288.334"],["25376.224","17322.875"],["23139.186","16565.743"],["23040.913","15261.082"],["20391.547","12894.743"],["20410.527","12915.403"],["20415.322","12819.019"],["20429.516","12779.614"],["20385.988","12933.323"],["20425.305","12796.063"],["21020.229","12134.622"],["28903.319","11245.383"],["28884.832","11245.446"],["28883.246","11243.196"],["30489.881","14510.877"],["30548.111","14615.390"],["30551.713","14604.704"],["30607.042","14617.603"],["30589.344","14552.351"],["30464.141","14530.035"],["30528.357","14558.660"],["30486.690","14529.820"],["30576.597","14554.184"],["30480.506","14488.714"],["30627.502","14560.344"],["30513.795","14467.161"],["23038.879","10375.936"],["23022.694","10392.880"],["23091.766","10228.884"],["22991.757","10381.997"],["23018.921","10354.211"],["22957.398","10422.542"],["22987.464","10369.016"],["22988.797","10427.084"],["26199.202","16740.874"],["16687.600","15992.616"],["22015.303","13974.488"],["22021.997","14014.554"],["22017.474","14005.504"],["20784.646","11876.398"],["21098.593","15318.899"],["21098.843","15333.229"],["22260.322","14441.607"],["22260.601","14410.938"],["20950.931","13414.737"],["20962.165","13430.559"],["21813.988","14162.195"],["21805.929","14048.194"],["21811.439","14220.560"],["21778.676","14210.783"],["21787.623","14059.094"],["21780.502","14195.771"],["21829.663","14159.090"],["21799.183","14210.510"],["20765.318","10462.133"],["20759.709","10457.459"],["23378.224","8552.603"],["30623.127","14104.455"],["30552.847","14200.755"],["30604.969","14159.186"],["30583.193","14160.590"],["30607.765","14166.618"],["30520.808","14175.322"],["30564.295","14170.053"],["20373.503","12551.356"],["20437.986","12727.326"],["19917.962","13049.581"],["19759.906","13027.615"],["19839.512","12997.144"],["19892.752","13055.741"],["28463.911","10828.408"],["28403.898","10820.612"],["31480.650","13770.731"],["31497.755","13741.813"],["31481.702","13733.142"],["31493.742","13709.740"],["31461.949","13719.815"],["23325.893","9337.022"],["23310.367","9308.989"],["23341.107","9310.376"],["23316.058","9304.877"],["23313.311","9341.177"],["23307.456","9324.976"],["22484.568","14893.783"],["22479.705","14962.254"],["22465.330","14946.746"],["22497.627","14904.138"],["22463.932","14945.590"],["22469.677","14892.746"],["22478.417","14873.089"],["23342.661","16576.849"],["23395.503","16677.861"],["23314.148","16565.737"],["23354.800","16622.728"],["23390.026","16704.682"],["23359.734","16587.633"],["23396.950","16689.702"],["23361.115","16629.879"],["23406.171","16634.997"],["23373.197","16606.430"],["23399.812","16677.498"],["23348.434","16607.765"],["23379.784","16652.252"],["23468.848","16734.864"],["23408.792","16693.352"],["23326.165","16599.227"],["21744.981","13963.085"],["21783.616","13994.728"],["21778.804","13885.612"],["21739.397","13890.666"],["21734.117","13892.763"],["21802.950","13976.292"],["21742.653","13910.913"],["21757.489","13875.373"],["21755.278","13937.173"],["21813.937","14023.052"],["21736.140","13917.602"],["21749.998","13964.935"],["24075.142","17278.965"],["23963.765","17401.820"],["24074.796","17292.013"],["24127.060","17250.306"],["24071.902","17292.970"],["24093.458","17234.220"],["24104.146","17218.754"],["23959.769","17395.015"],["24080.898","17279.560"],["24111.715","17217.754"],["24066.836","17281.311"],["23958.946","17403.091"],["21381.396","11070.127"],["21355.574","11101.292"],["21214.375","11095.504"],["21361.840","11088.575"],["21227.039","11090.351"],["21305.696","11110.180"],["21352.679","11076.800"],["21314.841","11127.801"],["21321.116","11113.414"],["21271.443","11112.367"],["21203.828","11086.658"],["21364.636","11083.208"],["21232.522","11087.849"],["21283.739","11113.597"],["21293.410","11084.135"],["20395.588","12319.853"],["20474.237","12193.501"],["20470.602","12180.751"],["20446.655","12134.855"],["25341.681","16119.545"],["25359.773","16118.555"],["25350.612","16111.585"],["25381.500","16110.958"],["25393.753","16101.180"],["20159.095","12726.506"],["20821.440","11378.537"],["20848.003","11384.664"],["20841.374","11381.163"],["20844.088","11354.028"],["20787.986","11344.714"],["20816.884","11383.029"],["20839.647","11366.266"],["21446.027","14490.140"],["21505.187","14488.543"],["21464.053","14467.052"],["21460.402","14522.857"],["21543.707","14508.576"],["21457.441","14520.066"],["21490.171","14460.269"],["21464.793","14492.056"],["21540.286","14487.057"],["21475.912","14494.748"],["21499.382","14466.787"],["21540.171","14497.495"],["24521.189","8916.421"],["24491.206","8918.998"],["20719.931","14801.761"],["20604.905","14856.720"],["20726.958","14868.735"],["20728.390","14727.015"],["20657.165","14750.747"],["20611.921","14676.196"],["20716.411","14801.843"],["20773.568","14815.876"],["20046.115","13477.782"],["20062.167","13443.975"],["20054.273","13559.978"],["26326.461","16902.176"],["26317.250","16885.528"],["26338.763","16895.916"],["26301.263","16852.927"],["26350.638","16917.436"],["26320.885","16854.430"],["26332.102","16927.708"],["31903.246","13152.539"],["31915.746","13150.111"],["31778.392","13174.621"],["31764.971","13178.403"],["20622.642","10570.531"],["32029.042","13077.066"],["32014.190","13133.433"],["32082.841","12985.455"],["31963.279","13152.044"],["32059.190","13102.500"],["32071.312","12980.335"],["32036.822","13091.501"],["31935.977","13146.561"],["32072.233","12984.414"],["32037.806","13178.350"],["32026.081","13122.302"],["31501.194","13245.456"],["31513.744","13351.698"],["31497.477","13309.882"],["20192.578","12215.934"],["21373.386","15305.524"],["21353.452","15297.217"],["26016.610","17452.017"],["26024.866","17429.639"],["26038.106","17421.844"],["26006.511","17466.650"],["25953.835","17420.425"],["30062.488","15643.960"],["30044.838","15593.788"],["30059.377","15612.896"],["30055.561","15546.026"],["30051.449","15643.729"],["30048.374","15592.071"],["21000.443","12105.770"],["24909.174","8611.551"],["24942.414","8636.555"],["24905.045","8611.386"],["24915.818","8685.209"],["20090.456","13381.221"],["20054.815","13254.417"],["20141.871","13362.245"],["24954.751","8796.465"],["24946.133","8873.608"],["24958.715","8787.613"],["24938.370","8849.859"],["22376.076","15459.157"],["22378.198","15469.049"],["20421.350","12973.058"],["28354.142","10887.339"],["28248.591","10921.560"],["28274.513","10893.910"],["28249.334","10939.100"],["21211.580","14870.309"],["21226.119","14869.137"],["20867.919","11991.840"],["20985.269","12023.356"],["20987.391","12066.015"],["30460.742","14377.860"],["30459.624","14381.097"],["30447.683","14342.947"],["21794.331","13868.667"],["28521.678","11552.866"],["28507.180","11509.418"],["28538.747","11533.360"],["28519.850","11502.970"],["20720.783","13516.894"],["20771.112","13565.449"],["20666.959","13549.617"],["20655.808","13544.167"],["20699.088","13393.729"],["20722.378","13445.966"],["20745.898","13517.737"],["20754.862","13527.745"],["20665.167","13581.788"],["20656.252","13575.926"],["20691.769","13437.378"],["20705.305","13401.441"]] \ No newline at end of file diff --git a/src/gathering/10657.json b/src/gathering/10657.json new file mode 100644 index 0000000..1a35f2c --- /dev/null +++ b/src/gathering/10657.json @@ -0,0 +1 @@ +[["16926.143","7359.798"],["16963.704","7426.888"],["16869.987","7400.556"],["16909.732","7488.703"],["16842.621","7341.150"],["16795.562","7381.845"],["16849.296","7440.028"],["16894.815","7346.735"],["16807.520","7444.554"],["16911.850","7358.753"],["16803.885","7364.421"],["16914.659","7325.135"],["16912.604","7441.279"],["31664.346","10617.039"],["31687.535","10531.276"],["31621.254","10533.092"],["31660.430","10443.497"],["31703.407","10469.046"],["31657.403","10479.071"],["31641.844","10456.528"],["31677.753","10586.182"],["31601.470","10456.620"],["31544.200","10540.996"],["31543.986","10569.099"],["31698.571","10623.694"],["31651.548","10579.796"],["31599.749","10524.504"],["31611.427","10583.826"],["31676.674","10601.217"],["31709.453","10544.883"],["31657.693","10634.281"],["31617.035","10506.271"],["31599.157","10537.699"],["31574.190","10524.982"],["31722.808","10519.136"],["31518.396","10448.719"],["31547.377","10508.818"],["31562.985","10554.103"],["31558.660","10529.115"],["31543.775","10582.080"],["31716.242","10523.602"],["31695.744","10519.633"],["31540.300","10537.155"],["31672.763","10584.807"],["31675.545","10563.545"],["31706.482","10595.139"],["31668.144","10586.881"],["31609.025","10500.771"],["31605.440","10642.026"],["31604.782","10590.317"],["31713.203","10630.086"],["31581.213","10604.272"],["31700.473","10514.561"],["31562.315","10490.482"],["31624.897","10630.053"],["31639.190","10639.103"],["31564.679","10457.802"],["31587.640","10558.777"],["31535.469","10542.559"],["31556.127","10581.221"],["31627.523","10524.642"],["32212.726","10972.428"],["32150.835","10964.484"],["32163.283","11020.036"],["32183.645","10959.849"],["32213.464","10917.389"],["32148.010","10955.388"],["32228.026","10926.833"],["32202.681","10980.194"],["32196.036","10872.300"],["32177.039","10892.630"],["32184.424","10879.947"],["32191.458","10971.229"],["32164.433","10923.587"],["32162.262","10963.108"],["6328.992","7539.399"],["6334.971","7532.379"],["32126.939","12242.732"],["20061.938","10981.681"],["20100.021","10923.286"],["31496.626","10387.395"],["31324.694","10255.596"],["31475.952","10241.400"],["31467.021","10320.409"],["31350.598","10290.261"],["31483.546","10341.950"],["31442.442","10423.137"],["31503.643","10431.180"],["31486.030","10353.296"],["31471.425","10388.044"],["31429.019","10240.199"],["32346.795","12571.666"],["31141.639","10106.018"],["31122.081","10047.224"],["32378.766","11157.565"],["6581.168","7424.782"],["6649.452","7457.384"],["6598.158","7423.642"],["6511.425","7288.643"],["6488.550","7421.536"],["6670.571","7410.659"],["6588.563","7462.042"],["30520.874","9832.831"],["27547.364","10402.286"],["27545.007","10406.082"],["27548.527","10407.778"],["27668.360","10420.139"],["32226.865","11594.720"],["32302.588","11556.569"],["32162.506","11577.147"],["32261.125","11618.997"],["32230.426","11498.196"],["32183.444","11530.888"],["32168.880","11572.614"],["32178.310","11502.720"],["32163.491","11502.142"],["32296.462","11539.469"],["32168.863","11535.208"],["32236.478","11533.375"],["32236.182","11532.318"],["32175.886","11596.959"],["32331.090","11585.822"],["32236.073","11698.307"],["27732.594","16947.732"],["27729.927","16949.407"],["27729.776","16932.519"],["5635.334","7975.553"],["5647.551","7930.292"],["5653.475","7997.320"],["28177.436","10723.417"],["28217.847","10767.430"],["28150.783","10767.142"],["28204.072","10709.874"],["28180.644","10726.555"],["28208.368","10780.185"],["28245.420","10746.429"],["28158.285","10678.581"],["28193.834","10736.365"],["7702.794","8912.894"],["7579.634","8916.040"],["31299.996","9923.684"],["31256.408","9943.764"],["31284.342","10008.636"],["27754.896","11568.814"],["27926.058","11624.249"],["27893.645","11587.992"],["27839.127","11585.743"],["27872.384","11656.982"],["27856.177","11577.066"],["27788.963","11539.498"],["27914.815","11628.178"],["27731.122","11512.906"],["7951.641","8453.712"],["7958.636","8499.980"],["7965.988","8526.900"],["7955.919","8397.609"],["26676.856","16324.444"],["26752.414","16330.367"],["26754.815","16313.323"],["26869.961","16293.181"],["26838.288","16316.332"],["26823.667","16338.412"],["5701.531","7332.142"],["5765.254","7401.940"],["5788.203","7432.439"],["5670.508","7366.320"],["5649.387","7437.195"],["5744.294","7322.877"],["5671.966","7351.166"],["5702.120","7464.155"],["5739.648","7454.099"],["5637.283","7415.938"],["30890.475","9939.578"],["28306.587","10050.691"],["28329.120","10058.899"],["28318.248","10085.531"],["28327.436","10103.587"],["31344.381","10585.719"],["31473.493","10580.880"],["31507.687","10533.069"],["31382.736","10538.568"],["31389.217","10579.229"],["31503.575","10521.783"],["31381.174","10459.107"],["31387.819","10643.236"],["31499.579","10557.759"],["31459.562","10575.414"],["31330.039","10505.885"],["31430.187","10600.104"],["31401.454","10615.458"],["31459.990","10572.353"],["31462.722","10462.080"],["31498.265","10586.919"],["31437.130","10488.257"],["31461.719","10495.738"],["31327.278","10495.333"],["31338.183","10539.907"],["31380.222","10527.719"],["31345.271","10455.663"],["31439.268","10467.025"],["31459.038","10444.978"],["31454.597","10517.281"],["31383.775","10439.792"],["31440.960","10462.743"],["31400.794","10500.723"],["31477.917","10572.255"],["31431.503","10475.542"],["31438.413","10575.953"],["31480.206","10583.665"],["31448.939","10594.846"],["31432.983","10622.974"],["31432.525","10446.728"],["31338.873","10560.535"],["31380.880","10510.246"],["31343.002","10507.174"],["31455.748","10473.070"],["31440.829","10467.631"],["31407.952","10546.431"],["27847.675","10323.798"],["27844.073","10328.696"],["31402.642","11776.503"],["31367.116","11842.895"],["31412.790","11707.189"],["31477.790","11864.612"],["31367.741","11763.060"],["15516.392","5344.145"],["6531.390","7879.428"],["6515.585","7880.276"],["6573.201","7770.572"],["6526.111","7839.598"],["6576.071","7772.769"],["6540.775","7711.334"],["6462.850","7743.871"],["6643.273","7877.001"],["6491.517","7772.145"],["31738.799","10899.568"],["31763.092","10941.215"],["31806.287","11026.143"],["31866.737","11011.415"],["31899.568","10894.706"],["31821.608","10971.519"],["31896.295","10999.562"],["31729.106","11066.708"],["31787.385","11064.859"],["31851.628","11019.409"],["31809.309","10913.116"],["31900.925","10944.256"],["31914.544","10965.891"],["31736.188","10971.011"],["31821.386","10971.192"],["31797.675","11064.408"],["31868.086","10942.723"],["31889.650","11003.394"],["31769.346","10921.435"],["31771.641","10919.248"],["31794.507","11011.812"],["31924.478","10969.921"],["31839.494","10893.587"],["31795.975","10967.576"],["31921.079","10927.050"],["31859.782","11019.331"],["31732.603","10927.571"],["31779.067","10941.196"],["31797.527","10909.883"],["31729.213","10887.695"],["31817.245","10959.235"],["31841.291","10976.691"],["31793.528","11010.382"],["31728.906","10960.407"],["31755.952","11024.681"],["31792.722","10955.304"],["31886.310","11006.292"],["31864.270","11018.993"],["31835.043","11031.610"],["31881.606","11053.939"],["31844.977","11032.155"],["31821.737","10961.883"],["31816.139","11063.951"],["31748.812","10902.236"],["31791.353","10890.576"],["31834.642","10913.731"],["31847.011","10933.582"],["31770.251","10929.586"],["31766.357","11055.172"],["31789.005","11058.392"],["31781.554","10996.559"],["31815.617","11007.988"],["31757.294","11037.088"],["31856.885","11021.833"],["31876.014","10989.149"],["31915.372","10948.935"],["31806.655","11054.946"],["31907.428","10961.998"],["31860.750","10948.885"],["16095.754","7515.394"],["16089.091","7504.331"],["5571.404","8860.457"],["5603.941","8839.857"],["5606.080","8882.021"],["32114.825","11584.728"],["32135.491","11531.738"],["32000.508","11682.292"],["32080.755","11523.382"],["32057.046","11569.435"],["31960.977","11586.462"],["31961.283","11519.686"],["31965.016","11569.199"],["31945.313","11690.206"],["32051.336","11500.341"],["32112.514","11499.997"],["32120.985","11509.395"],["31948.832","11557.567"],["31966.283","11575.783"],["31987.537","11681.709"],["32073.113","11602.287"],["32017.551","11578.485"],["31980.644","11613.250"],["31938.224","11568.466"],["31972.434","11697.572"],["32096.511","11525.348"],["32084.521","11592.995"],["32002.105","11499.251"],["32061.534","11574.822"],["32005.051","11491.218"],["5222.409","8732.293"],["5270.178","8723.869"],["5220.246","8625.702"],["5326.791","8613.685"],["5258.623","8567.486"],["5203.003","8695.773"],["5280.487","8696.753"],["5310.694","8657.793"],["22964.498","16563.421"],["30930.027","9359.193"],["30954.213","9326.043"],["19505.742","11486.933"],["27809.853","11939.233"],["30886.968","10835.474"],["30837.825","9638.539"],["30740.763","9709.655"],["30821.873","9678.599"],["30695.119","9682.334"],["30806.065","9790.917"],["30689.465","9679.138"],["30740.327","9672.341"],["30733.094","9626.829"],["4696.713","9505.065"],["4584.997","9580.879"],["4659.360","9487.377"],["4569.968","9587.245"],["4656.318","9505.031"],["4595.416","9440.578"],["4694.330","9454.773"],["4701.676","9387.560"],["32174.282","10351.231"],["32294.299","10313.527"],["32191.421","10364.956"],["32175.563","10375.697"],["32159.478","10371.568"],["32247.669","10407.076"],["32170.267","10413.980"],["32343.904","10421.025"],["32285.039","10287.813"],["32190.023","10432.272"],["32296.486","10391.628"],["32353.888","10309.382"],["32279.936","10365.057"],["32264.476","10360.135"],["6118.167","9522.667"],["6100.729","9535.095"],["6163.436","9575.069"],["6128.362","9583.783"],["6187.211","9526.248"],["28888.780","11315.302"],["28836.295","11400.623"],["28952.545","11363.842"],["28861.478","11299.468"],["28846.985","11430.422"],["28843.981","11429.260"],["28971.889","11314.052"],["28890.731","11456.136"],["32097.595","11222.585"],["32075.917","11169.620"],["32107.710","11249.984"],["32111.262","11094.047"],["32107.726","11243.229"],["32091.525","11251.833"],["32026.359","11176.336"],["31970.208","11203.900"],["32040.668","11264.974"],["32016.750","11261.408"],["32126.388","11178.072"],["32111.536","11200.087"],["32116.244","11208.635"],["32064.895","11128.305"],["31992.346","11214.697"],["32063.760","11108.074"],["32101.803","11186.257"],["31986.721","11203.070"],["31966.326","11198.379"],["32065.175","11069.775"],["32045.999","11164.996"],["32006.674","11211.288"],["31954.124","11091.553"],["32074.994","11110.341"],["31988.218","11251.531"],["32093.394","11166.115"],["32052.391","11197.164"],["32070.648","11171.895"],["32059.747","11104.788"],["32124.122","11190.800"],["32071.671","11159.222"],["32055.224","11104.953"],["31976.406","11109.516"],["31939.465","11113.859"],["32123.084","11112.158"],["32076.817","11130.474"],["32050.337","11153.843"],["32062.656","11092.389"],["32017.113","11134.305"],["32119.498","11113.711"],["32074.367","11142.282"],["32101.234","11249.126"],["32038.557","11232.612"],["31966.945","11136.255"],["31956.550","11114.917"],["31944.988","11075.264"],["32055.093","11137.521"],["32114.023","11126.341"],["32132.245","11130.540"],["31949.942","11084.545"],["32084.531","11112.042"],["31982.262","11110.275"],["32114.030","11090.811"],["32108.129","11242.158"],["31951.451","11096.271"],["31981.205","11273.810"],["31993.162","11220.037"],["31989.494","11103.191"],["6411.329","9438.816"],["6289.121","9582.172"],["6375.574","9481.164"],["6285.288","9571.186"],["6415.344","9511.112"],["6391.474","9438.310"],["6331.505","9576.398"],["6413.637","9497.743"],["28927.734","11899.580"],["28795.387","11805.303"],["28963.629","11882.838"],["28893.845","11909.277"],["28802.641","11907.814"],["28782.360","11801.124"],["28803.812","11741.154"],["28952.734","11901.923"],["28975.900","11867.613"],["28936.674","11882.653"],["6964.080","6082.270"],["6992.821","6169.323"],["6691.605","7414.011"],["31290.582","10787.563"],["31144.332","10715.903"],["31107.638","10804.442"],["31267.934","10658.744"],["31154.529","10843.467"],["31239.266","10847.827"],["31201.766","10843.500"],["31160.796","10767.877"],["31123.888","10810.288"],["31256.552","10770.338"],["31103.181","10789.363"],["31179.003","10852.997"],["31289.856","10836.808"],["27940.051","11404.351"],["27989.058","11404.699"],["28079.362","11370.682"],["28012.524","11353.368"],["28115.609","11311.874"],["27948.533","11356.971"],["28098.047","11331.080"],["28128.399","11371.070"],["28081.207","11298.469"],["27977.660","11412.215"],["28093.580","11342.327"],["28040.448","11377.672"],["28106.404","11363.567"],["28048.536","11375.822"],["31033.425","9615.992"],["31037.590","9619.077"],["30987.560","9756.657"],["31067.514","9672.288"],["31077.492","9754.942"],["31082.728","9676.086"],["20315.540","10944.568"],["32140.339","11158.429"],["32140.424","11136.408"],["7489.706","7895.836"],["21297.093","9883.667"],["21204.097","9908.929"],["21274.314","9830.603"],["6735.293","6074.522"],["30446.398","9613.904"],["30440.294","9616.153"],["7907.022","8437.192"],["7886.039","8523.691"],["7929.414","8433.075"],["27804.853","8956.576"],["7152.191","7615.341"],["31515.530","9762.815"],["28142.370","11270.024"],["28024.427","11242.097"],["28085.200","11236.202"],["27983.771","11081.081"],["27948.694","11127.114"],["28044.999","11188.619"],["28072.983","11273.607"],["28049.987","11167.490"],["28078.292","11105.285"],["28117.842","11251.087"],["28077.710","11145.472"],["27954.914","11082.127"],["28095.306","11133.229"],["27994.629","11225.006"],["28053.812","11132.677"],["28103.771","11176.559"],["28685.656","10960.824"],["28710.906","11039.851"],["14970.215","5736.080"],["15090.483","5662.776"],["14913.521","5751.191"],["14951.479","5768.770"],["27352.453","11899.138"],["19358.051","11747.344"],["19406.841","11802.005"],["19309.155","11770.253"],["19325.226","11746.501"],["19455.900","11743.572"],["6660.216","5868.995"],["27518.195","11326.263"],["27599.411","11371.044"],["27578.935","11476.758"],["27716.008","11461.236"],["27696.215","11313.709"],["27697.162","11407.722"],["27686.224","11432.496"],["32080.572","12555.631"],["32136.688","12635.276"],["31379.994","11989.022"],["31363.152","12011.417"],["31410.389","11978.535"],["31498.859","12022.333"],["31388.974","11917.560"],["16791.550","7494.502"],["16922.202","7543.727"],["16986.988","7562.380"],["16785.185","7514.172"],["16959.905","7606.302"],["16843.679","7627.957"],["16895.912","7604.440"],["16902.852","7533.118"],["16899.516","7649.386"],["16934.048","7639.284"],["16953.873","7535.812"],["16955.929","7517.926"],["16843.499","7621.225"],["28441.386","10884.388"],["28487.904","10919.153"],["27362.875","16809.809"],["5404.208","9506.526"],["5403.193","9458.995"],["5555.283","7929.504"],["5581.086","8032.164"],["5590.283","7900.701"],["5479.566","8093.749"],["28232.265","10469.667"],["28292.281","10474.686"],["28268.036","10571.500"],["28248.273","10553.754"],["28159.247","10473.746"],["31640.502","9471.882"],["31689.371","9397.940"],["31575.271","9460.156"],["31587.317","10794.543"],["31581.266","10784.215"],["31588.927","10748.617"],["31613.853","10710.284"],["31548.269","10850.016"],["31693.536","10741.886"],["31649.854","10789.377"],["31691.976","10740.425"],["31702.338","10802.803"],["31687.930","10738.377"],["31670.841","10767.031"],["31535.072","10851.560"],["31532.243","10841.337"],["31557.124","10830.911"],["31583.949","10817.038"],["31548.324","10814.396"],["31657.601","10843.908"],["31541.308","10758.871"],["31557.179","10830.779"],["31637.190","10697.930"],["31616.410","10645.643"],["31669.266","10647.813"],["31525.053","10645.314"],["31555.432","10735.157"],["31691.433","10827.624"],["31647.157","10805.907"],["31679.377","10842.670"],["31542.985","10747.542"],["31560.271","10842.571"],["31547.788","10777.732"],["31658.670","10728.269"],["31622.025","10706.155"],["31697.044","10798.438"],["31576.388","10681.570"],["31617.784","10731.127"],["31642.753","10699.786"],["31716.486","10702.478"],["31623.158","10813.026"],["31543.869","10844.620"],["26037.899","15902.445"],["29309.194","11521.375"],["29222.048","11567.990"],["29327.874","11682.135"],["29385.722","11654.866"],["29351.414","11540.186"],["29304.280","11569.317"],["5152.024","7609.465"],["5187.597","7628.444"],["5141.042","7632.588"],["5184.653","7585.587"],["26559.630","16776.300"],["28540.230","11753.550"],["27476.062","8440.341"],["16997.037","7522.710"],["17125.031","7537.919"],["17047.921","7499.102"],["17014.013","7695.229"],["17063.043","7483.280"],["17039.479","7628.763"],["17094.884","7610.265"],["16995.274","7631.409"],["17150.368","7542.152"],["17012.804","7608.921"],["31247.206","10168.824"],["6004.944","9735.952"],["5887.141","9635.752"],["5887.493","9649.783"],["5844.499","9669.135"],["5996.187","9719.233"],["5937.689","9758.495"],["6008.828","9704.561"],["5950.688","9725.293"],["5828.055","9601.134"],["5839.005","9650.699"],["5943.024","9740.504"],["31741.334","10429.789"],["31911.976","10397.122"],["31890.117","10429.938"],["31787.206","10430.400"],["31829.903","10367.510"],["31832.915","10365.904"],["31917.720","10341.785"],["31916.223","10351.165"],["31872.432","10246.074"],["31735.623","10397.486"],["31793.205","10409.922"],["31920.903","10317.222"],["31797.728","10280.393"],["31756.758","10224.571"],["31904.130","10359.732"],["31866.879","10412.097"],["31920.549","10329.497"],["31846.380","10417.519"],["31803.255","10396.099"],["31732.991","10357.073"],["31803.205","10285.628"],["31816.939","10344.489"],["31859.126","10393.176"],["31736.626","10233.638"],["31802.969","10398.317"],["31852.870","10412.107"],["31879.893","10392.091"],["31794.564","10419.110"],["31827.037","10380.524"],["31862.860","10348.781"],["31815.837","10389.029"],["31737.942","10394.083"],["31908.123","10379.913"],["31776.659","10304.190"],["31814.751","10296.477"],["31746.396","10359.351"],["31904.461","10342.642"],["31916.846","10350.339"],["31926.040","10389.083"],["31913.561","10311.118"],["31906.900","10378.864"],["31922.979","10362.447"],["31772.280","10433.015"],["31758.596","10317.094"],["31836.968","10378.035"],["31863.462","10424.956"],["31725.732","10350.836"],["31732.656","10377.359"],["31773.462","10413.676"],["31850.403","10378.350"],["31892.366","10411.126"],["31863.139","10350.714"],["31761.577","10404.950"],["31906.873","10345.528"],["31810.162","10347.097"],["31839.126","10328.715"],["31760.179","10400.441"],["31890.327","10422.605"],["31898.672","10295.557"],["31911.945","10352.188"],["31913.890","10241.539"],["31939.655","10240.157"],["31855.247","10236.236"],["31912.634","10391.547"],["31726.458","10402.528"],["31754.352","10224.526"],["31860.750","10432.305"],["31801.869","10425.401"],["5134.188","8242.582"],["5042.394","8181.536"],["5064.203","8203.799"],["5066.114","8192.159"],["5083.597","8204.727"],["5099.403","8168.410"],["31238.754","11133.654"],["31173.195","11080.426"],["31283.902","11255.124"],["31182.044","11181.218"],["31212.109","11155.504"],["28721.545","10815.991"],["28725.362","10666.590"],["28638.246","10726.830"],["28646.217","10840.327"],["27664.793","16840.445"],["27615.252","16787.109"],["27550.942","16793.871"],["27645.346","16797.610"],["27642.285","16850.140"],["27535.191","16826.930"],["27683.300","16876.477"],["27644.516","16816.194"],["5514.671","9382.798"],["5561.554","9378.479"],["7533.339","8968.953"],["7688.518","8955.199"],["7638.854","8946.523"],["7537.278","9006.511"],["19588.083","11511.608"],["19534.299","11492.497"],["19574.622","11504.903"],["19581.637","11525.707"],["19569.787","11506.291"],["19619.105","11595.763"],["19515.414","11599.877"],["19519.888","11587.292"],["30668.520","9815.576"],["30589.764","9970.951"],["5583.768","8308.726"],["5603.262","8287.442"],["5450.756","8143.159"],["5511.465","8126.109"],["6666.304","6023.946"],["5468.360","7912.031"],["5439.333","8027.211"],["5471.649","7897.135"],["5456.916","8007.745"],["6820.558","9126.861"],["6741.935","8990.929"],["6686.511","9073.794"],["6764.636","8999.351"],["6822.838","9140.118"],["6880.947","9152.156"],["6746.238","9017.387"],["29410.927","11563.862"],["32049.270","11445.767"],["31997.033","11447.732"],["31970.569","11371.035"],["32099.648","11422.018"],["31993.168","11283.355"],["31977.198","11456.254"],["32065.927","11409.616"],["32081.042","11405.124"],["31939.782","11311.074"],["31938.318","11303.989"],["32103.366","11458.120"],["32074.385","11422.926"],["31964.764","11462.084"],["31937.231","11330.110"],["31961.918","11447.831"],["32072.917","11458.402"],["31979.299","11481.656"],["32034.916","11486.437"],["31985.678","11309.623"],["32042.405","11331.489"],["32049.544","11340.160"],["32062.500","11417.055"],["32030.625","11409.458"],["32038.672","11427.539"],["32064.873","11478.472"],["31961.628","11447.828"],["32009.708","11438.260"],["32089.017","11407.971"],["31974.955","11309.425"],["32027.438","11457.484"],["32079.554","11425.778"],["32045.070","11323.984"],["32019.161","11441.002"],["32104.918","11445.956"],["31976.480","11444.998"],["26833.252","16589.035"],["26686.321","16575.073"],["26223.908","15783.429"],["26098.718","15817.743"],["31294.046","9749.390"],["6642.727","8931.484"],["6571.773","8910.742"],["21111.080","9882.774"],["21160.935","9922.102"],["19316.470","11620.077"],["19415.198","11594.301"],["19342.789","11575.936"],["19461.024","11528.740"],["19319.595","11619.549"],["19391.547","11587.216"],["19396.629","11567.579"],["19343.217","11549.990"],["19470.903","11534.027"],["19480.706","11537.495"],["19308.033","11616.824"],["19390.922","11558.842"],["19395.066","11587.860"],["19381.925","11586.390"],["19479.028","11554.060"],["19460.887","11552.739"],["19478.650","11527.801"],["19353.058","11647.854"],["27902.177","9998.066"],["27865.927","10001.931"],["29334.019","11244.454"],["29271.240","11201.831"],["29221.034","11275.293"],["6734.794","7712.932"],["6722.278","7688.552"],["6753.982","7703.954"],["6777.975","7713.008"],["6788.295","7697.721"],["6877.240","7892.222"],["6695.023","7804.377"],["6804.834","7767.791"],["5572.517","8179.675"],["5501.616","8217.433"],["5492.627","8267.100"],["5461.524","8303.653"],["5507.437","8211.824"],["5582.728","8200.990"],["5448.449","8280.022"],["5436.515","8268.394"],["5431.561","8230.912"],["31771.873","9965.034"],["28720.180","10437.616"],["28673.514","10577.887"],["28685.584","10466.254"],["28604.505","10626.372"],["20224.832","10933.061"],["27607.286","11027.454"],["27542.869","10929.224"],["27599.742","11037.513"],["27646.059","10958.303"],["27663.043","10887.162"],["32141.075","11336.883"],["32117.428","11429.384"],["32127.013","11368.295"],["32140.746","11322.977"],["32123.438","11289.258"],["32082.060","11291.935"],["32127.366","11414.564"],["32139.685","11351.096"],["32081.928","11307.006"],["32062.981","11299.459"],["32140.970","11302.900"],["32080.837","11332.087"],["7375.836","9035.210"],["7360.671","9071.774"],["7386.148","9002.096"],["7459.425","9003.927"],["7437.435","9049.276"],["7334.091","8955.563"],["7420.537","8990.527"],["7331.628","9039.320"],["7388.735","9026.133"],["7480.839","8956.726"],["31941.182","11930.549"],["31988.222","11915.686"],["31978.577","12118.241"],["16281.903","5575.641"],["16318.785","5607.791"],["16265.096","5633.034"],["16302.002","5692.425"],["16314.783","5625.007"],["16301.247","5731.398"],["16278.879","5665.734"],["30633.534","9717.842"],["30606.145","9778.903"],["30637.993","9756.578"],["30502.948","9790.874"],["15736.755","5110.406"],["15750.540","5129.037"],["15725.966","5135.030"],["5833.783","8130.178"],["5943.546","8119.002"],["5855.819","8158.727"],["5956.027","8128.068"],["26653.742","16598.395"],["26576.571","16712.683"],["26556.933","16769.462"],["26569.656","16662.443"],["26534.096","16682.097"],["26542.906","16658.039"],["26495.472","16637.264"],["26614.134","16653.331"],["16037.205","7820.581"],["16039.856","7890.601"],["27968.238","12323.612"],["28013.532","12159.766"],["27967.441","12335.004"],["4594.141","9083.192"],["4577.578","9110.458"],["4570.957","8980.165"],["32234.642","10479.331"],["32195.004","10518.356"],["32152.586","10507.489"],["32197.654","10565.781"],["32301.338","10462.016"],["32219.579","10625.402"],["32260.483","10632.140"],["32186.139","10494.657"],["32311.322","10496.681"],["32223.460","10578.647"],["32154.097","10522.863"],["32199.574","10563.590"],["32156.367","10530.923"],["32236.548","10600.468"],["32179.476","10455.200"],["32185.972","10582.037"],["32170.545","10566.414"],["32228.144","10557.413"],["32152.009","10488.789"],["32250.545","10644.696"],["32154.278","10544.861"],["32168.867","10641.889"],["32301.170","10580.567"],["32256.778","10473.152"],["32181.926","10441.889"],["32195.726","10615.316"],["5574.200","9631.650"],["5529.491","9594.040"],["5643.222","9681.765"],["28103.660","10669.561"],["28073.153","10681.834"],["28002.733","10852.466"],["28121.179","10725.175"],["28006.097","10688.110"],["28050.868","10699.546"],["28027.246","10853.404"],["28051.322","10704.203"],["28068.047","10714.897"],["28133.723","10743.706"],["28135.335","10749.066"],["28039.035","10708.605"],["28002.090","10804.347"],["28054.274","10677.248"],["27959.183","10829.438"],["28031.543","10849.434"],["28140.445","10759.205"],["28078.323","10678.779"],["28048.173","10707.991"],["31455.539","11045.755"],["31461.772","10865.458"],["31456.131","10876.556"],["31447.101","11020.652"],["31424.151","10862.377"],["31481.698","10980.805"],["31404.905","11040.690"],["31513.771","10932.432"],["31487.216","10941.990"],["31492.940","11059.677"],["31427.944","11005.519"],["31413.575","10877.968"],["31467.044","10931.375"],["31386.961","11014.876"],["31468.409","11019.666"],["31489.984","11065.595"],["31437.792","11064.824"],["31503.499","11013.709"],["31464.404","11065.303"],["31473.939","10905.594"],["31357.590","10923.975"],["31339.087","10863.793"],["31377.574","10870.598"],["31348.758","10906.551"],["31367.344","10858.112"],["31491.209","10857.038"],["31494.262","11065.716"],["31378.678","11040.746"],["31308.546","10904.198"],["31498.793","10904.281"],["31507.993","11045.826"],["31436.871","11050.935"],["31405.358","11020.794"],["31425.062","11016.748"],["31468.894","11055.774"],["31440.424","11063.536"],["31449.157","11038.317"],["31462.052","11015.179"],["31432.903","10889.854"],["31456.686","10867.691"],["31425.979","10896.048"],["31391.517","10959.814"],["31309.412","10905.050"],["5488.160","7798.794"],["5614.729","7753.389"],["5516.701","7827.086"],["5595.339","7790.668"],["16038.842","5733.274"],["16012.289","5723.885"],["16052.782","5762.191"],["16014.255","5769.458"],["15976.751","5764.526"],["16071.502","5774.364"],["16026.032","5710.634"],["5895.093","9325.467"],["26994.482","16355.086"],["26926.629","16541.895"],["28346.718","9998.805"],["27965.748","10618.592"],["27994.087","10576.676"],["28116.781","10551.503"],["27962.130","10640.986"],["27980.798","10574.190"],["28009.741","10606.562"],["28018.592","10600.405"],["27992.278","10638.195"],["28057.041","10523.178"],["27968.272","10501.797"],["28103.249","10473.112"],["28041.937","10549.064"],["32311.211","11425.189"],["32291.622","11449.598"],["32245.471","11402.910"],["32157.753","11443.935"],["32313.641","11318.733"],["32192.595","11308.729"],["32162.496","11340.240"],["32259.780","11431.448"],["32267.773","11457.905"],["32152.264","11422.331"],["32289.167","11350.359"],["32257.029","11305.471"],["32286.974","11281.347"],["32233.865","11286.863"],["32186.715","11386.188"],["32178.738","11381.910"],["32166.396","11333.457"],["32227.580","11398.495"],["32313.074","11350.204"],["32323.586","11326.665"],["32163.586","11283.346"],["32187.257","11458.789"],["32205.169","11403.496"],["32231.073","11314.198"],["32185.185","11325.907"],["32195.119","11321.200"],["32291.001","11429.543"],["32153.090","11432.533"],["32211.034","11482.970"],["6947.988","7513.955"],["7052.931","7500.219"],["27778.661","10459.594"],["27881.538","10503.850"],["27799.334","10585.339"],["29018.020","11898.413"],["29188.705","11823.000"],["29076.435","11897.063"],["29025.578","11856.646"],["29014.264","11815.493"],["29182.810","11866.282"],["29189.268","11825.808"],["29036.939","11888.066"],["29081.968","11894.962"],["29006.190","11831.500"],["29004.188","11851.062"],["29166.178","11838.245"],["29041.234","11880.720"],["5658.407","8379.611"],["5635.790","8413.159"],["5666.915","8397.122"],["5659.726","8391.380"],["5630.357","8455.892"],["5990.041","7614.546"],["5873.068","7542.490"],["5866.217","7492.269"],["6003.247","7676.186"],["5848.226","7487.523"],["7446.518","7911.811"],["7496.042","7955.319"],["15659.707","5221.764"],["15699.551","5191.122"],["15645.809","5262.474"],["15547.165","5257.114"],["15513.831","5248.593"],["15669.354","5231.965"],["15571.672","5330.937"],["15601.640","5238.687"],["28823.371","10982.291"],["28782.245","11005.324"],["28784.935","10892.210"],["28780.037","11008.554"],["30947.426","11402.106"],["31629.566","11726.958"],["31564.994","11771.516"],["31549.139","11865.735"],["31637.823","11905.108"],["31631.612","11707.640"],["31608.355","11708.548"],["31532.905","11818.816"],["31533.069","11883.820"],["31716.819","11889.055"],["31710.948","11788.196"],["31640.053","11811.999"],["31687.895","11756.003"],["31644.692","11822.172"],["31636.221","11728.464"],["23764.019","11015.256"],["23726.648","11042.891"],["23828.734","11066.200"],["23820.535","11032.335"],["23765.851","11013.357"],["25210.081","14418.664"],["25291.554","14436.298"],["25292.755","14391.383"],["25283.215","14308.047"],["25257.377","14335.495"],["25241.160","14391.036"],["25267.626","14379.552"],["25219.729","14351.168"],["25295.573","14411.976"],["25301.540","14439.866"],["25261.883","14331.152"],["25298.363","14319.707"],["25232.771","14352.093"],["25300.354","14339.888"],["25291.547","14376.657"],["25283.643","14341.870"],["25278.298","14375.925"],["25255.354","14355.578"],["25233.654","14397.750"],["25291.815","14414.553"],["25296.883","14382.911"],["25224.021","14353.200"],["25285.831","14325.982"],["25282.936","14340.565"],["25200.442","14342.598"],["25240.025","14357.147"],["25213.051","14322.052"],["25214.048","14358.290"],["25277.496","14337.519"],["25221.345","14418.097"],["25234.713","14320.980"],["25273.604","14382.342"],["25216.885","14387.400"],["25287.627","14404.637"],["25211.542","14396.346"],["25287.858","14428.303"],["25224.109","14400.614"],["25248.821","14310.781"],["25219.272","14363.481"],["25203.161","14396.942"],["25226.262","14337.090"],["25207.167","14347.346"],["25288.072","14381.813"],["25212.052","14353.258"],["25258.729","14339.947"],["25314.272","14324.109"],["25290.491","14421.486"],["25261.333","14387.780"],["25198.935","14410.534"],["25284.782","14370.500"],["25294.688","14439.992"],["25246.887","14388.588"],["25251.493","14363.398"],["25221.739","14327.824"],["25315.637","14335.504"],["25260.621","14321.086"],["28396.568","11247.023"],["28377.386","11268.121"],["28474.665","11234.821"],["28430.945","11204.338"],["28496.529","11128.299"],["28412.400","11226.370"],["31165.021","11336.710"],["31187.669","11362.292"],["31275.794","11380.508"],["31176.353","11338.279"],["31172.373","11336.165"],["31185.909","11356.330"],["31141.211","11338.005"],["31252.593","11284.347"],["30451.306","11435.058"],["31145.866","11352.357"],["15997.545","7911.457"],["29169.770","11045.743"],["29151.830","10935.139"],["27427.910","16669.455"],["27483.528","16774.558"],["27448.413","16745.247"],["27336.881","16678.772"],["20706.231","9886.921"],["20675.962","9893.597"],["20653.149","9889.118"],["31404.391","9594.159"],["28107.375","10337.602"],["27981.837","10271.642"],["27975.329","10275.806"],["6524.794","9341.213"],["6643.511","9212.458"],["6561.437","9303.673"],["6546.585","9288.975"],["6603.369","9168.874"],["25721.608","16328.178"],["25724.930","16294.619"],["17111.238","7317.593"],["17196.707","7292.181"],["17074.389","7352.447"],["17008.548","7413.581"],["17131.733","7340.985"],["16995.650","7313.497"],["17102.749","7468.752"],["16993.441","7384.944"],["16996.184","7438.447"],["17092.232","7460.543"],["17088.574","7313.650"],["17185.683","7265.437"],["17131.206","7322.515"],["15112.906","5774.474"],["15130.841","5809.385"],["15118.045","5838.551"],["15103.633","5985.078"],["27286.298","16572.909"],["27257.519","16616.890"],["27105.329","16754.076"],["27258.848","16602.203"],["6127.252","7644.007"],["6165.354","7573.071"],["6102.841","7597.191"],["6220.700","7571.181"],["32429.095","12835.643"],["28019.124","11737.372"],["28055.207","11901.529"],["27994.187","11815.972"],["27979.579","11790.756"],["5626.131","8527.438"],["31998.440","10384.240"],["32020.004","10412.510"],["31987.784","10414.756"],["32099.644","10232.883"],["32033.888","10380.612"],["31978.509","10264.097"],["32011.832","10271.909"],["32075.777","10394.211"],["32070.826","10410.957"],["32016.090","10342.617"],["31936.799","10281.273"],["31966.174","10273.444"],["32060.892","10412.552"],["32038.277","10273.955"],["31998.047","10293.592"],["31977.998","10337.886"],["32066.287","10387.366"],["32017.701","10267.878"],["31975.650","10292.538"],["31988.528","10229.004"],["32044.071","10318.418"],["32031.965","10228.311"],["32027.442","10361.473"],["31956.291","10236.898"],["31949.910","10302.150"],["32000.929","10336.832"],["32092.062","10412.350"],["32104.463","10405.546"],["31965.132","10269.300"],["32066.361","10363.351"],["31997.009","10302.513"],["31993.771","10267.498"],["31972.208","10328.621"],["31935.958","10397.457"],["32045.201","10389.050"],["32025.251","10338.233"],["32069.461","10377.060"],["32061.649","10300.677"],["32010.551","10254.768"],["31935.913","10255.511"],["32027.015","10282.563"],["31954.350","10254.570"],["32043.972","10251.217"],["32042.788","10298.616"],["32082.418","10262.710"],["32000.526","10241.191"],["4548.718","9575.503"],["4418.848","9487.218"],["4522.649","9454.180"],["4448.586","9474.529"],["25732.128","16653.792"],["17293.286","7291.272"],["17185.921","7381.914"],["31882.381","11344.038"],["31844.914","11299.497"],["31907.214","11302.827"],["31854.644","11487.585"],["31768.553","11387.954"],["31732.632","11304.023"],["31815.738","11479.203"],["31803.137","11311.502"],["31747.545","11309.124"],["31830.177","11280.718"],["31806.476","11301.015"],["31888.746","11303.130"],["31914.766","11338.241"],["31911.869","11362.067"],["31857.375","11463.192"],["31874.842","11288.427"],["31925.105","11414.819"],["31903.509","11383.885"],["31776.398","11293.172"],["31806.610","11470.632"],["31725.481","11383.392"],["31814.807","11285.654"],["31849.478","11305.935"],["31774.593","11366.876"],["31824.957","11277.166"],["31840.485","11334.422"],["31756.020","11473.175"],["31847.648","11489.770"],["31821.727","11461.959"],["31818.076","11438.507"],["31871.924","11450.794"],["31910.280","11448.879"],["31920.216","11441.540"],["31871.417","11446.875"],["31818.343","11337.991"],["31802.109","11408.908"],["31762.241","11383.276"],["31856.303","11359.593"],["31823.754","11308.363"],["31847.081","11275.885"],["31798.059","11434.081"],["31802.385","11457.615"],["31817.699","11499.718"],["31794.523","11419.366"],["31864.013","11428.533"],["31920.313","11415.023"],["31834.013","11373.950"],["31901.020","11446.171"],["31869.655","11391.638"],["31914.905","11477.333"],["31918.059","11364.855"],["31907.171","11374.088"],["31821.090","11294.322"],["31898.886","11342.497"],["31923.557","11307.799"],["27690.209","8789.614"],["27715.212","8838.749"],["27698.292","8757.237"],["27699.659","8840.367"],["27885.720","17262.286"],["27852.095","17223.156"],["27871.307","17286.151"],["31264.151","10388.428"],["31220.039","10264.398"],["31299.069","10354.539"],["31268.115","10283.738"],["31291.618","10241.293"],["31249.628","10312.375"],["31236.766","10386.909"],["31253.032","10354.274"],["31892.290","10528.368"],["31730.101","10515.950"],["31875.693","10461.565"],["31814.100","10571.222"],["31816.271","10578.290"],["31913.261","10537.745"],["31855.876","10634.426"],["31925.744","10637.022"],["31753.376","10598.756"],["31883.573","10593.963"],["31928.345","10609.547"],["31727.354","10589.243"],["31754.794","10511.100"],["31746.160","10503.965"],["31821.308","10436.534"],["31880.189","10506.773"],["31750.715","10437.475"],["31910.245","10446.469"],["31790.047","10464.735"],["31912.440","10578.110"],["31883.806","10573.898"],["31751.980","10644.741"],["31922.911","10552.305"],["31801.842","10479.143"],["31814.178","10563.106"],["31739.655","10523.239"],["31908.884","10455.709"],["31899.690","10574.454"],["31734.969","10595.304"],["31725.545","10633.669"],["31730.989","10577.715"],["31728.894","10553.471"],["31853.495","10526.195"],["31879.860","10524.659"],["31804.285","10459.126"],["31813.363","10450.373"],["31806.488","10444.411"],["31755.228","10466.618"],["31826.018","10462.489"],["31917.901","10559.662"],["31926.151","10638.136"],["31841.141","10543.089"],["31758.882","10466.773"],["31739.013","10572.206"],["31861.645","10507.235"],["31891.137","10586.626"],["31897.222","10531.894"],["5190.121","7763.074"],["5181.074","7808.115"],["5154.237","7748.469"],["5158.827","7809.704"],["5156.399","7754.066"],["5688.434","9658.803"],["5668.788","9711.653"],["5821.389","9729.611"],["5795.067","9604.745"],["5656.436","9738.689"],["5787.921","9738.074"],["5786.607","9702.072"],["5764.369","9735.455"],["5812.888","9643.209"],["5728.482","9681.081"],["5707.086","9646.506"],["5633.752","9625.288"],["5719.204","9709.012"],["5782.789","9596.569"],["5866.178","9796.610"],["5784.368","9634.770"],["5734.107","9661.064"],["5671.063","9697.866"],["5828.202","9786.205"],["5773.068","9631.632"],["5388.386","7226.188"],["5321.671","7260.664"],["5352.136","7226.183"],["6451.073","8213.343"],["6398.436","8209.694"],["6291.953","8286.705"],["6386.659","8204.484"],["6436.780","8236.133"],["6253.247","8121.529"],["6265.114","8241.862"],["6373.441","8174.717"],["6301.523","8202.399"],["6398.221","8268.812"],["6428.065","8298.277"],["6353.775","8154.042"],["6445.162","8236.224"],["27812.879","10771.759"],["27774.645","10756.599"],["27849.970","10820.349"],["6128.736","9535.855"],["6152.031","9501.863"],["6046.147","9506.708"],["28863.309","10533.594"],["28831.519","10615.164"],["28818.794","10620.137"],["30878.341","9809.202"],["30827.903","9807.890"],["14238.519","4811.988"],["14210.231","4746.998"],["14245.574","4753.602"],["4965.241","8173.837"],["4968.325","8172.721"],["27626.607","11145.687"],["27599.943","11250.819"],["31161.585","10883.203"],["31265.384","10892.435"],["31257.194","10897.175"],["31220.053","10985.165"],["31177.307","11002.705"],["31284.741","11020.046"],["31215.892","11025.892"],["31186.721","10951.233"],["31252.323","10960.029"],["31279.593","10918.856"],["31273.096","10970.533"],["31240.767","11053.149"],["31271.375","10991.960"],["31289.369","10957.856"],["6447.405","7466.799"],["6402.419","7461.747"],["6365.281","7439.683"],["7740.820","8994.886"],["7786.704","8945.438"],["28176.118","11439.044"],["28355.549","11433.142"],["28202.355","11477.297"],["28347.539","11436.132"],["28169.274","11481.506"],["28214.628","11288.776"],["28248.640","11314.298"],["28339.342","11462.789"],["28180.353","11304.448"],["28168.320","11331.031"],["28208.537","11414.572"],["28307.365","11417.090"],["28180.557","11477.657"],["28289.520","11294.902"],["28329.434","11305.484"],["28218.233","11435.032"],["28269.399","11301.297"],["28249.630","11358.160"],["28192.301","11482.150"],["28249.760","11475.984"],["28256.582","11479.064"],["28203.684","11453.460"],["28256.292","11311.903"],["28221.755","11397.088"],["28161.281","11297.789"],["28267.685","11434.663"],["28207.111","11371.199"],["28147.961","11316.218"],["28186.883","11365.030"],["28198.395","11381.175"],["28190.562","11305.402"],["28262.819","11422.482"],["28276.752","11414.784"],["31978.512","10215.478"],["16230.372","7690.719"],["16158.728","7771.819"],["16274.665","7727.548"],["16179.591","7708.234"],["16198.665","7765.723"],["16222.306","7762.461"],["16224.825","7847.102"],["7447.290","8122.253"],["4424.472","9121.142"],["4517.726","9047.859"],["4473.306","9089.482"],["5464.367","7235.405"],["5435.639","7251.028"],["5549.707","7261.020"],["5419.318","7227.959"],["5435.657","7247.319"],["5524.111","7235.429"],["32473.771","12507.407"],["23706.777","11061.927"],["23722.214","11035.570"],["23723.689","11065.037"],["23719.012","11046.691"],["23716.036","11052.082"],["32231.869","11002.839"],["32229.667","11030.810"],["32211.260","11009.450"],["32238.647","10968.332"],["32257.249","10923.146"],["32279.848","11031.272"],["32249.128","11066.814"],["32271.343","11015.077"],["32181.819","11040.362"],["32204.599","11023.038"],["32260.329","11059.035"],["29203.016","10788.143"],["29339.694","10794.227"],["26905.222","16758.757"],["27013.958","16702.545"],["27076.215","16732.636"],["26894.802","16588.625"],["5268.985","7832.225"],["5338.134","7858.280"],["5259.168","7880.446"],["5401.408","7858.426"],["5247.637","7789.862"],["28203.043","15901.191"],["26042.029","15935.268"],["7611.851","8980.991"],["32236.824","11736.842"],["32198.222","11835.768"],["32226.445","11818.444"],["32211.856","11753.225"],["32218.847","11839.847"],["32198.633","11908.138"],["32288.326","11767.985"],["32209.377","11716.718"],["32246.992","11826.924"],["32263.030","11776.474"],["32204.938","11767.060"],["32155.629","11821.957"],["32299.478","11819.744"],["5196.842","8401.997"],["5159.208","8442.488"],["5146.610","8463.224"],["5004.918","8433.826"],["5101.443","8405.162"],["5162.623","8367.587"],["5072.051","8387.953"],["5134.560","8485.539"],["5184.954","8529.099"],["5162.729","8432.342"],["5023.878","8471.589"],["5150.837","8465.403"],["7306.511","8090.328"],["7409.858","8087.606"],["7316.443","7901.326"],["7342.464","8083.993"],["22836.064","16568.944"],["28633.792","11270.265"],["28650.062","11260.424"],["28693.295","11192.367"],["32211.507","11186.455"],["32226.443","11177.449"],["32295.259","11218.159"],["32263.039","11108.035"],["32176.081","11148.976"],["32239.566","11254.222"],["32161.273","11274.472"],["32180.615","11151.747"],["32243.137","11135.896"],["32174.930","11087.127"],["32321.326","11164.924"],["32274.632","11098.649"],["32212.806","11143.570"],["32222.954","11101.786"],["32257.013","11165.867"],["32303.152","11183.368"],["32175.849","11117.703"],["32245.010","11069.033"],["32157.313","11096.597"],["32158.431","11149.214"],["32194.293","11127.838"],["32146.908","11120.852"],["32328.569","11246.401"],["32151.859","11124.700"],["32225.280","11210.563"],["32179.303","11138.265"],["32263.037","11144.408"],["32242.878","11225.493"],["32220.740","11242.966"],["32282.352","11160.868"],["32340.822","11268.135"],["31797.000","11906.148"],["31810.113","11892.449"],["31819.258","11735.933"],["31788.797","11913.076"],["31829.143","11904.092"],["31840.064","11811.458"],["31813.419","11743.365"],["31775.981","11906.941"],["31779.681","11891.334"],["31794.340","11795.174"],["31827.975","11792.399"],["31852.317","11866.619"],["31828.304","11899.402"],["31846.168","11789.331"],["31866.402","11864.517"],["31921.797","11727.027"],["31879.081","11769.798"],["31822.897","11850.772"],["31796.024","11772.923"],["31809.132","11737.036"],["31756.303","11758.786"],["31842.225","11808.349"],["31910.991","11881.776"],["31906.480","11794.335"],["31897.850","11705.425"],["31852.617","11824.166"],["31870.611","11800.467"],["31752.504","11748.679"],["31811.649","11882.667"],["31850.119","11855.549"],["31258.246","10436.653"],["31236.289","10590.459"],["31240.582","10584.695"],["31234.085","10590.800"],["31114.973","10588.257"],["31114.940","10541.552"],["31135.516","10630.503"],["31245.171","10577.181"],["31214.710","10512.887"],["31244.759","10636.333"],["31128.723","10610.668"],["31290.220","10444.095"],["31151.306","10528.455"],["31138.822","10618.546"],["31294.449","10527.719"],["31301.604","10549.899"],["31266.007","10589.575"],["31917.473","11530.293"],["31859.496","11575.595"],["31897.457","11599.459"],["31747.237","11511.009"],["31753.398","11643.407"],["31904.883","11622.705"],["31844.850","11676.743"],["31851.018","11662.705"],["31934.044","11617.271"],["31888.690","11602.184"],["31926.404","11617.593"],["31756.299","11660.406"],["31821.918","11553.200"],["31837.778","11633.588"],["31929.718","11493.506"],["31789.145","11562.388"],["31913.898","11560.291"],["31842.311","11583.832"],["31896.168","11546.639"],["31852.039","11561.338"],["31899.753","11523.248"],["31840.395","11501.283"],["31893.783","11552.397"],["31847.813","11610.168"],["31917.664","11615.056"],["31841.217","11537.897"],["31899.264","11656.127"],["31883.392","11555.268"],["31821.630","11700.615"],["31832.617","11504.761"],["31816.003","11575.039"],["31892.368","11527.954"],["31810.609","11497.337"],["31824.934","11659.158"],["31878.372","11546.111"],["31858.339","11606.551"],["31910.498","11575.268"],["31821.252","11577.544"],["31899.706","11495.314"],["31893.376","11697.333"],["5657.294","9007.164"],["5629.184","9107.751"],["5679.627","9018.880"],["5657.233","9069.591"],["5665.495","9112.028"],["5707.893","9083.712"],["5656.088","9112.491"],["5656.952","9024.292"],["5243.437","7418.082"],["5309.928","7374.661"],["5345.376","7329.970"],["5300.325","7317.051"],["5398.979","7306.750"],["5408.204","7276.557"],["5339.482","7266.168"],["5241.628","7416.575"],["5294.231","7432.218"],["5331.754","7390.648"],["5321.395","7338.921"],["5294.599","7299.742"],["7312.667","7872.233"],["7329.558","7878.575"],["7687.684","8685.819"],["30617.453","10238.108"],["30614.363","10243.141"],["5043.383","8911.507"],["5027.209","8845.897"],["5093.547","8927.097"],["5089.746","8836.423"],["27705.009","10923.309"],["29512.658","11259.123"],["29452.461","11137.172"],["29478.131","11157.922"],["5691.804","8100.743"],["5762.578","8102.408"],["5827.954","8083.347"],["5786.809","8049.409"],["5782.366","7935.538"],["5688.220","8089.355"],["5786.872","8037.783"],["5829.131","8000.273"],["5805.351","7949.722"],["5779.088","8065.754"],["26990.834","16278.241"],["27073.905","16322.584"],["26998.627","16339.132"],["5798.404","9503.374"],["5714.447","9449.678"],["5797.365","9540.408"],["5706.388","9401.404"],["6188.782","9953.033"],["6180.065","9944.561"],["26458.734","16636.717"],["26431.329","16649.509"],["26359.726","16734.290"],["27413.466","11421.729"],["27938.149","17277.801"],["27959.477","17242.263"],["27733.957","12165.651"],["28589.169","11618.092"],["28598.602","11557.490"],["28595.673","11525.000"],["28579.135","11584.830"],["28670.413","11663.006"],["28589.432","11563.152"],["28584.486","11593.775"],["28579.137","11652.352"],["27833.647","11425.468"],["27910.554","11354.567"],["27861.374","11389.777"],["27843.317","11327.417"],["27873.594","11344.654"],["27874.137","11292.942"],["27916.160","11416.055"],["27915.949","11354.805"],["27744.489","11476.706"],["27771.933","11294.534"],["27856.085","11465.592"],["27905.430","11419.311"],["27840.296","11430.931"],["27848.205","11391.529"],["27920.144","11386.309"],["27765.454","11369.408"],["5246.305","7501.183"],["5273.506","7512.269"],["5370.065","7477.182"],["5343.870","7491.183"],["5221.585","7513.944"],["5305.167","7492.246"],["5340.739","7477.991"],["26947.900","16894.063"],["14284.707","4758.850"],["5678.919","9299.134"],["5649.691","9316.552"],["5740.489","9377.054"],["5821.829","9296.416"],["27481.706","11068.297"],["5807.661","8171.455"],["5712.939","8267.946"],["5710.747","8211.392"],["5659.873","8144.866"],["5706.497","8279.289"],["5818.396","8119.304"],["5802.221","8167.773"],["5760.558","8218.433"],["5628.744","8237.093"],["5652.626","8208.019"],["5702.306","8254.164"],["5639.256","8177.370"],["5669.486","8120.635"],["5814.664","8135.912"],["5701.245","8217.836"],["5622.072","8121.164"],["5662.644","8225.656"],["23718.811","11096.104"],["23718.889","11088.671"],["23714.272","11094.304"],["23722.340","11077.351"],["31450.950","11093.170"],["31408.092","11082.299"],["31480.329","11123.703"],["31512.981","11154.315"],["31499.058","11087.175"],["31453.664","11213.600"],["31511.328","11085.474"],["31479.799","11168.976"],["31437.648","11162.695"],["31439.967","11110.375"],["31405.016","11099.128"],["31319.297","11255.190"],["31310.477","11263.115"],["31473.072","11089.993"],["31484.387","11069.762"],["31459.930","11074.370"],["31466.180","11073.263"],["31489.683","11089.382"],["31409.601","11068.259"],["31474.453","11090.770"],["31440.076","11179.275"],["31478.415","11114.469"],["31503.777","11208.375"],["31465.306","11224.609"],["31487.214","11224.493"],["31462.527","11194.337"],["31475.487","11178.680"],["31451.589","11151.925"],["31440.553","11142.479"],["31494.657","11271.530"],["31502.442","11145.132"],["31429.408","11104.572"],["31374.352","11228.789"],["31354.319","11144.958"],["31384.665","11254.850"],["31497.549","11080.393"],["31429.075","11076.302"],["31434.289","11094.254"],["31489.552","11082.248"],["31398.300","11196.238"],["31494.237","11171.067"],["31458.727","11209.448"],["31455.438","11137.623"],["31513.711","11217.375"],["31475.142","11209.299"],["31483.596","11200.365"],["31448.448","11133.742"],["31489.097","11269.647"],["6406.119","9334.131"],["28646.647","10319.950"],["28665.906","10387.644"],["6253.260","8331.582"],["6256.050","8337.302"],["16235.831","5417.034"],["16304.694","5371.411"],["16293.155","5541.019"],["16214.449","5383.436"],["16332.967","5419.758"],["16220.913","5407.951"],["16328.790","5394.404"],["16296.201","5483.411"],["16334.750","5550.606"],["29111.972","11322.571"],["29047.995","11430.148"],["29018.014","11482.886"],["29060.308","11414.774"],["29197.412","11316.842"],["29046.984","11412.886"],["28989.622","11450.345"],["28992.648","11380.001"],["25893.931","16521.777"],["25843.717","16517.517"],["25894.145","16548.912"],["30802.866","9950.368"],["30722.473","9824.202"],["30673.193","9814.360"],["30748.653","9805.852"],["29207.453","11796.294"],["29247.677","11791.928"],["29252.393","11710.618"],["29234.599","11769.977"],["7289.069","8131.959"],["17218.746","7262.229"],["32358.024","11490.187"],["28169.889","11197.389"],["28164.887","11148.283"],["28235.692","11112.435"],["28240.683","11110.542"],["28161.806","11105.321"],["28288.224","11141.660"],["28195.776","11215.263"],["28177.945","11237.030"],["28218.480","11122.285"],["28222.365","11118.822"],["28207.827","11094.976"],["28305.019","11198.752"],["28210.887","11148.691"],["28159.002","11137.802"],["28165.346","11109.900"],["28147.688","11163.463"],["27972.019","11647.997"],["28125.489","11694.753"],["28020.513","11698.926"],["28087.326","11666.665"],["28045.802","11517.394"],["27988.111","11514.265"],["28063.482","11700.639"],["27956.963","11646.697"],["27999.201","11539.061"],["28009.857","11513.626"],["28069.323","11636.351"],["28016.659","11581.469"],["27952.704","11609.077"],["5793.640","7873.552"],["5728.085","7842.543"],["5772.533","7763.913"],["5827.660","7753.258"],["5726.561","7864.390"],["5761.860","7783.480"],["17126.468","7260.038"],["17026.561","7252.849"],["17191.270","7249.830"],["17057.466","7250.570"],["31694.690","10394.017"],["31712.909","10317.437"],["31707.794","10405.182"],["31553.797","10384.687"],["31529.998","10357.304"],["31546.001","10428.716"],["31691.215","10341.995"],["31681.157","10360.253"],["31594.496","10235.711"],["31661.680","10370.764"],["31549.883","10285.364"],["31690.672","10372.284"],["31608.074","10266.536"],["31686.988","10386.371"],["31712.070","10406.933"],["31640.565","10317.445"],["31650.598","10290.459"],["31524.167","10304.778"],["31541.322","10310.344"],["31595.090","10423.302"],["31618.822","10358.515"],["31533.329","10425.055"],["31684.891","10418.746"],["31638.361","10284.097"],["31683.914","10303.272"],["31595.421","10335.327"],["31600.995","10422.262"],["31686.536","10398.283"],["31710.428","10225.336"],["31628.892","10399.935"],["31534.336","10407.779"],["31572.494","10346.855"],["15469.377","5727.325"],["15307.987","5619.268"],["15436.465","5673.154"],["15441.148","5734.904"],["15383.867","5575.021"],["15484.656","5592.418"],["15459.816","5680.255"],["15327.228","5580.872"],["15401.039","5746.783"],["15343.848","5595.724"],["28073.367","10858.607"],["28107.245","10921.341"],["27943.854","10862.115"],["28089.020","11056.521"],["28107.272","11054.055"],["27992.835","10987.185"],["28068.269","10858.080"],["28121.033","10896.604"],["28012.052","10862.381"],["28110.216","10921.749"],["28143.376","10966.576"],["28126.459","11001.458"],["28061.387","11036.823"],["28101.749","10988.359"],["28107.084","11039.955"],["27986.113","10881.341"],["27961.306","10877.041"],["28070.431","10861.760"],["28122.651","10900.586"],["28058.856","10937.948"],["28030.614","10894.584"],["27994.226","10948.890"],["28087.419","10973.232"],["5272.125","8179.628"],["5379.233","8144.784"],["5374.967","8216.323"],["5252.403","8291.983"],["5311.055","8266.034"],["5285.667","8190.697"],["5394.249","8109.607"],["5350.946","8279.485"],["5346.449","8213.624"],["5222.331","8189.561"],["5257.986","8288.877"],["20543.911","9916.087"],["20491.922","9859.148"],["31954.770","12768.992"],["31985.703","12882.200"],["15443.756","5541.738"],["15355.895","5488.365"],["15508.871","5548.592"],["15363.067","5561.615"],["15376.381","5508.804"],["15482.389","5522.864"],["15455.635","5558.729"],["31578.849","11585.708"],["31597.895","11539.283"],["31595.263","11505.988"],["31690.510","11615.567"],["31549.336","11568.741"],["31585.652","11631.929"],["31702.171","11660.687"],["31662.862","11598.078"],["31650.816","11699.344"],["31523.178","11519.853"],["31612.549","11628.918"],["31715.164","11594.484"],["31656.451","11700.933"],["31612.389","11512.272"],["31567.290","11513.065"],["31698.076","11680.776"],["14924.682","6317.246"],["31441.250","11618.177"],["31333.783","11695.237"],["31448.010","11548.383"],["31496.227","11588.015"],["31472.181","11596.619"],["31438.579","11624.546"],["31343.586","11692.991"],["31378.158","11657.846"],["31510.724","11666.153"],["31368.734","11695.931"],["31318.980","11602.735"],["31433.339","11504.370"],["31421.266","11643.858"],["31494.638","11503.627"],["31413.530","11600.104"],["7156.713","7708.855"],["7279.358","7757.218"],["7160.411","7879.361"],["7182.872","7838.536"],["7186.158","7729.524"],["7244.546","7686.640"],["7207.974","7871.222"],["16112.914","5442.369"],["16082.061","5508.181"],["16102.749","5446.305"],["16066.186","5530.602"],["16127.205","5462.920"],["16085.651","5493.642"],["7221.053","8076.552"],["7136.779","7946.230"],["7129.224","8023.996"],["7107.836","8096.115"],["7220.259","8101.399"],["7157.218","7961.234"],["7174.784","8008.901"],["7135.012","8074.256"],["16181.281","5890.002"],["16295.594","5865.538"],["16220.524","5895.270"],["16234.949","5806.974"],["16156.108","5820.836"],["16253.535","5823.506"],["5813.646","9804.983"],["29303.361","11399.910"],["29225.134","11379.032"],["29324.044","11432.868"],["28350.085","11985.652"],["4829.572","9422.069"],["4813.586","9417.527"],["4819.293","9441.821"],["4874.057","9509.011"],["4802.926","9455.379"],["4808.338","9415.489"],["5402.513","9188.296"],["5384.843","9253.991"],["5376.738","9194.905"],["5370.953","9183.583"],["27638.322","17583.849"],["27707.495","17611.032"],["27600.405","17561.828"],["16971.368","7737.673"],["16971.413","7690.405"],["16920.531","7705.466"],["16917.207","7777.062"],["16911.804","7820.490"],["16884.167","7779.367"],["16928.381","7711.323"],["16881.539","7686.628"],["30994.770","9439.603"],["30997.989","9445.635"],["30913.427","9468.134"],["31020.907","9421.716"],["30888.061","9490.456"],["30910.097","9492.782"],["7734.711","8953.730"],["7817.132","8932.583"],["7733.409","8942.142"],["5321.643","7981.656"],["5268.189","8054.407"],["5297.727","7904.359"],["5383.084","8069.042"],["5351.774","8022.029"],["5332.631","8066.855"],["5302.801","7966.840"],["5235.722","7981.499"],["5217.306","7936.276"],["5262.164","7954.048"],["5407.272","8104.924"],["5384.631","8040.693"],["5324.573","8071.070"],["5278.510","8046.995"],["5294.049","8099.861"],["5251.158","8062.868"],["5540.005","9055.167"],["5500.488","9143.422"],["5578.607","9119.452"],["5558.949","9159.147"],["5601.258","9141.684"],["5530.495","9135.412"],["5621.977","9108.161"],["5496.043","9067.593"],["7645.091","8884.459"],["7521.066","8898.495"],["7586.873","8879.345"],["7697.964","8784.845"],["28793.999","10714.945"],["28862.327","10702.043"],["28834.250","10726.951"],["31324.883","9803.327"],["31309.821","9994.436"],["15496.927","5286.378"],["15356.330","5345.924"],["14942.754","5989.738"],["14985.200","5991.968"],["15046.259","5976.298"],["14975.644","5945.874"],["14955.901","5802.406"],["15039.703","5832.437"],["26072.938","16520.234"],["27879.149","15787.677"],["27744.760","15734.017"],["6470.235","9496.278"],["27551.800","15813.643"],["27550.367","15800.790"],["6190.179","7803.923"],["6215.270","7798.167"],["6142.249","7767.334"],["6199.557","7862.098"],["6211.762","7741.060"],["6254.857","8870.864"],["6251.871","8884.976"],["6282.791","8812.556"],["6381.805","8860.863"],["15270.072","5485.838"],["15273.988","5505.265"],["7142.377","7812.584"],["7124.116","7761.928"],["7282.901","7823.547"],["32228.810","10768.421"],["32211.896","10785.111"],["32209.063","10844.241"],["32250.347","10722.315"],["32191.743","10853.770"],["28247.109","15750.041"],["28194.807","15859.082"],["28151.419","15719.818"],["31868.493","11243.440"],["31821.723","11195.945"],["31808.943","11125.573"],["31791.262","11153.071"],["31894.239","11121.890"],["31858.158","11184.479"],["31802.477","11186.307"],["31868.481","11170.518"],["31786.096","11177.190"],["31863.220","11188.976"],["31897.430","11240.669"],["31901.474","11246.229"],["31927.560","11151.250"],["31888.102","11163.488"],["31895.467","11255.413"],["31886.394","11109.851"],["31834.947","11261.428"],["31798.602","11195.346"],["31867.533","11193.728"],["31921.014","11148.437"],["31794.648","11078.280"],["31911.787","11222.294"],["31825.438","11086.918"],["31865.964","11190.733"],["31843.466","11102.634"],["31887.940","11249.571"],["31888.645","11159.623"],["31929.698","11116.931"],["31836.933","11106.221"],["31742.278","11091.836"],["31767.383","11170.932"],["31769.324","11230.618"],["31782.644","11279.228"],["31752.218","11071.741"],["31777.169","11244.111"],["31919.626","11190.210"],["31843.162","11190.706"],["31907.290","11226.659"],["31771.571","11073.636"],["31750.222","11108.235"],["31728.984","11261.261"],["31839.862","11080.578"],["31820.866","11088.307"],["31753.863","11080.858"],["31752.778","11173.310"],["31738.929","11207.745"],["31757.465","11172.963"],["31804.685","11110.800"],["31876.632","11176.701"],["27330.757","11529.282"],["27366.755","11659.532"],["27861.664","10960.030"],["27903.542","10945.449"],["27879.833","10966.875"],["27858.089","10979.383"],["27915.923","11005.534"],["27925.009","11036.705"],["27763.294","8824.880"],["27757.294","8801.606"],["27734.412","8855.255"],["22196.786","8300.159"],["28064.549","12102.076"],["28258.817","17223.743"],["28277.732","17226.102"],["28192.907","17227.432"],["6826.908","8124.056"],["5705.894","8922.936"],["5682.890","8870.836"],["28942.913","11942.052"],["28911.940","11945.816"],["28866.849","11934.449"],["28862.520","11930.363"],["28907.990","12087.483"],["6805.285","8090.599"],["6861.145","8046.747"],["6831.155","8063.692"],["32360.962","11540.871"],["31784.934","10832.126"],["31801.398","10834.421"],["31904.182","10848.748"],["31859.254","10780.345"],["31812.971","10787.017"],["31866.803","10799.750"],["31818.398","10787.066"],["31899.961","10794.449"],["31752.551","10775.355"],["31904.262","10684.174"],["31900.759","10789.459"],["31830.019","10785.842"],["31817.403","10812.564"],["31893.540","10791.056"],["31926.484","10708.959"],["31867.455","10761.659"],["31846.550","10740.586"],["31894.463","10736.310"],["31822.414","10852.625"],["31843.207","10771.283"],["31841.649","10795.734"],["31771.040","10681.118"],["31838.705","10817.485"],["31788.524","10749.078"],["31862.527","10795.704"],["31887.000","10756.018"],["31855.019","10680.855"],["31933.209","10794.067"],["31834.706","10814.595"],["31746.318","10656.758"],["31746.647","10721.712"],["31726.252","10656.014"],["31736.186","10656.229"],["31735.495","10720.771"],["31736.005","10655.998"],["31887.467","10655.064"],["31890.164","10736.385"],["31789.986","10809.551"],["31880.051","10813.465"],["31770.331","10796.735"],["31778.357","10832.210"],["31756.565","10848.477"],["31897.124","10845.307"],["31814.591","10737.594"],["31747.831","10703.787"],["31746.433","10797.131"],["31801.104","10764.679"],["31772.274","10827.257"],["31844.511","10803.260"],["31750.432","10807.620"],["31805.646","10803.855"],["31929.443","10722.910"],["31758.966","10736.477"],["31749.015","10662.109"],["31909.868","10771.794"],["31927.763","10704.824"],["31877.321","10731.351"],["31912.354","10737.478"],["31892.338","10761.772"],["31801.548","10720.071"],["31859.278","10722.763"],["31870.364","10801.591"],["31854.196","10815.926"],["31738.686","10838.899"],["31865.709","10714.836"],["31767.535","10719.708"],["31745.448","10832.806"],["31823.787","10789.123"],["31770.580","10843.673"],["31812.208","10784.053"],["31765.648","10703.073"],["7749.210","8759.564"],["7849.809","8784.383"],["7943.650","8770.805"],["7888.264","8790.983"],["7833.669","8849.992"],["7843.101","8772.123"],["7917.804","8876.588"],["14890.976","5909.062"],["14863.633","5921.931"],["14825.830","5877.816"],["14837.278","5919.947"],["6800.915","9253.452"],["6842.691","9240.499"],["6831.769","9183.403"],["6991.384","9271.279"],["6908.983","9225.263"],["6884.105","9198.907"],["6985.841","9293.508"],["6990.047","9255.004"],["6944.735","9280.504"],["5564.274","8645.284"],["5568.771","8573.910"],["5567.603","8576.223"],["5586.349","8559.090"],["5493.449","8622.711"],["5591.549","8538.139"],["5567.074","8610.389"],["5496.288","8626.561"],["5482.011","8597.897"],["5591.811","8570.373"],["31537.200","10991.783"],["31518.388","11036.519"],["31522.368","10864.000"],["31586.661","11045.883"],["31724.428","10992.761"],["31568.394","10872.699"],["31543.063","11030.450"],["31588.557","10965.281"],["31606.838","10899.248"],["31701.974","11010.325"],["31592.286","10982.349"],["31693.931","10879.739"],["31549.112","10876.766"],["31681.250","10914.223"],["31629.951","10995.016"],["31665.744","10939.929"],["31608.162","10989.194"],["31676.928","10942.026"],["31566.567","10936.478"],["31581.320","11025.248"],["31613.620","11057.851"],["31623.456","11067.281"],["31611.301","11039.255"],["31562.617","11046.357"],["31543.259","11006.291"],["31631.597","10982.855"],["31589.130","11043.945"],["31647.847","11013.855"],["31559.640","10982.442"],["31543.588","11028.421"],["31518.914","11066.388"],["31591.464","11057.189"],["31530.822","11056.842"],["31587.368","11067.213"],["31564.163","10862.984"],["31620.199","10882.141"],["31652.897","10862.851"],["31690.101","10953.570"],["31620.742","10896.064"],["31681.137","10895.205"],["31692.373","10884.813"],["31685.152","10889.239"],["31713.840","11010.085"],["31622.864","10960.163"],["31617.880","10994.069"],["31572.765","11047.480"],["31636.449","10999.833"],["31598.505","11063.037"],["31635.446","11023.450"],["31556.959","11046.257"],["31576.120","11050.667"],["31587.683","11049.461"],["31622.897","10983.169"],["31566.201","11057.634"],["31576.760","11048.072"],["31534.574","10864.404"],["31539.492","10919.433"],["31526.285","10921.398"],["31695.380","10944.140"],["31613.226","10940.936"],["31635.051","10913.190"],["31661.219","10944.619"],["31531.176","10872.513"],["31720.666","11048.797"],["31523.875","10908.360"],["31585.909","10949.096"],["16772.568","7619.350"],["16774.701","7528.869"],["16760.349","7618.997"],["16749.902","7609.562"],["16786.070","7681.233"],["16800.964","7620.260"],["31888.433","12855.330"],["28232.191","11527.388"],["28312.290","11528.354"],["28239.773","11677.308"],["28200.791","11600.595"],["28151.874","11606.515"],["32320.236","10202.495"],["32172.868","10213.065"],["6954.416","7557.665"],["6956.835","7585.515"],["6957.683","7579.950"],["7064.072","7460.977"],["6907.433","7391.765"],["6985.292","7434.978"],["6925.290","7451.396"],["27918.456","17088.404"],["27887.895","17142.515"],["27830.629","17072.260"],["27906.110","17036.917"],["27820.290","17001.423"],["27887.604","17165.881"],["27807.405","17064.300"],["28477.304","12075.397"],["30824.457","10090.179"],["5260.626","8925.920"],["5216.794","8917.031"],["5268.010","8829.051"],["5151.658","8573.746"],["5147.245","8701.154"],["5060.418","8677.523"],["5092.503","8727.870"],["5098.262","8608.927"],["5134.521","8551.240"],["5143.942","8684.804"],["5107.179","8691.796"],["5075.912","8646.548"],["32049.938","10558.063"],["31964.659","10588.088"],["32042.897","10505.958"],["32016.271","10636.903"],["32059.757","10489.603"],["32057.570","10600.982"],["31986.042","10605.352"],["31967.621","10600.463"],["32059.792","10505.055"],["32010.993","10626.723"],["32141.240","10540.018"],["32002.259","10511.000"],["32038.442","10585.676"],["31994.807","10593.092"],["32017.076","10555.222"],["31967.749","10438.592"],["32061.417","10498.410"],["31990.512","10453.159"],["31965.611","10566.206"],["32007.963","10488.419"],["32143.475","10498.620"],["32113.162","10608.199"],["32094.330","10464.384"],["32115.218","10515.251"],["32086.764","10578.389"],["32056.155","10580.850"],["31948.148","10525.187"],["32010.171","10603.800"],["32080.434","10547.846"],["31937.720","10454.022"],["31939.266","10589.778"],["32140.253","10596.764"],["31969.873","10438.282"],["32001.963","10489.394"],["32035.779","10571.755"],["32046.552","10460.872"],["32006.536","10578.824"],["32038.115","10439.947"],["32125.549","10551.871"],["32051.028","10535.103"],["32056.519","10564.911"],["31982.786","10509.753"],["32000.549","10522.717"],["32016.832","10543.543"],["32051.696","10547.298"],["32011.125","10565.426"],["32073.503","10436.781"],["32042.634","10605.750"],["32042.091","10622.134"],["32131.219","10547.157"],["32134.870","10490.196"],["31962.307","10442.675"],["31957.638","10572.928"],["32067.983","10449.245"],["32031.470","10523.382"],["32039.611","10519.336"],["32010.434","10444.835"],["31972.309","10436.115"],["32015.220","10504.257"],["31966.108","10456.099"],["31993.131","10468.039"],["32086.421","10462.820"],["32017.704","10529.604"],["32034.233","10627.936"],["32005.681","10587.259"],["31970.565","10641.925"],["31945.352","10578.688"],["32031.748","10542.889"],["31945.286","10588.085"],["32003.668","10598.036"],["31955.115","10458.053"],["31950.874","10452.125"],["32130.627","10476.238"],["32115.315","10449.235"],["32101.120","10538.288"],["32142.453","10627.008"],["5721.574","7691.067"],["5640.042","7869.033"],["5668.512","7822.164"],["5629.683","7796.733"],["5735.343","7686.289"],["5679.708","7779.737"],["5737.970","7721.275"],["5663.018","7829.199"],["29222.810","10942.909"],["29319.389","11066.564"],["29319.735","10865.955"],["31476.149","10164.323"],["31477.202","10090.599"],["31379.134","10187.057"],["31470.650","10154.815"],["31492.407","10183.325"],["31448.427","10219.460"],["31470.023","10165.637"],["31481.852","10081.075"],["31481.491","10151.479"],["15086.308","6005.084"],["14979.349","6016.162"],["14953.014","6039.856"],["15085.673","6051.424"],["14972.138","6054.604"],["15057.531","6007.374"],["14959.572","6072.309"],["4643.229","9654.086"],["19207.680","11676.795"],["19280.114","11661.932"],["19274.958","11677.696"],["19245.534","11653.989"],["19285.706","11658.298"],["19301.569","11608.797"],["19268.379","11688.381"],["19254.168","11685.540"],["19286.874","11626.705"],["19262.705","11651.665"],["19300.204","11612.794"],["19299.694","11616.543"],["19241.011","11683.642"],["19208.634","11670.950"],["19297.705","11644.584"],["5502.451","9372.865"],["5565.667","9349.785"],["5594.200","9338.715"],["28469.673","11434.944"],["28511.931","11287.266"],["28473.552","11431.456"],["28542.440","11488.805"],["28412.105","11405.044"],["28499.697","11488.437"],["28453.727","11431.552"],["28554.210","11320.200"],["28540.053","11391.632"],["5464.344","7273.280"],["5442.585","7306.788"],["5600.934","7269.067"],["5438.491","7284.007"],["5437.838","7320.207"],["5599.973","7287.787"],["5592.013","7388.784"],["28316.521","10224.157"],["28266.517","10277.400"],["28236.255","10347.622"],["28258.339","10424.302"],["28232.806","10344.053"],["5854.320","7449.158"],["5852.192","7364.352"],["5838.780","7471.068"],["28484.223","15739.698"],["30428.109","10114.554"],["30450.319","10006.386"],["30454.897","9883.668"],["30451.484","9966.728"],["30444.667","9969.046"],["6140.330","8079.157"],["6113.062","8047.499"],["6046.092","8101.527"],["6048.449","7986.297"],["6045.611","8094.794"],["6221.922","8072.901"],["5595.945","7593.940"],["5410.045","7480.075"],["5477.185","7541.651"],["5534.910","7502.031"],["6561.272","8223.444"],["6496.996","8207.971"],["6557.047","8240.472"],["6541.441","8230.618"],["6635.707","8151.493"],["6604.029","8133.316"],["6506.797","8210.197"],["6646.315","8111.252"],["26304.750","15780.631"],["26383.738","15811.408"],["26281.706","15724.142"],["26743.072","16364.868"],["26683.825","16406.840"],["26876.345","16393.813"],["26820.438","16385.270"],["31083.032","10012.450"],["29043.542","10743.414"],["29050.313","10729.593"],["32362.878","12554.066"],["27696.194","16837.651"],["27716.373","16908.888"],["27698.831","16812.170"],["7963.899","8781.451"],["8035.654","8923.954"],["7963.253","8919.374"],["7947.848","8962.810"],["8000.321","8906.836"],["27803.982","11208.644"],["27801.038","11251.625"],["27892.360","11166.358"],["27871.024","11203.872"],["27915.884","11213.952"],["27875.583","11278.347"],["27785.049","11121.494"],["27789.086","11091.165"],["27785.286","11216.180"],["27757.272","11179.984"],["27794.586","11129.576"],["14743.153","6205.968"],["14873.114","6228.188"],["14875.975","6216.731"],["14743.467","6229.860"],["14766.140","6211.297"],["14738.828","6191.114"],["7948.833","8612.409"],["7958.992","8630.196"],["7963.367","8620.864"],["6264.715","9653.276"],["6266.260","9633.468"],["27263.687","16089.159"],["28358.461","11873.259"],["27856.443","17511.174"],["16298.861","7552.653"],["16321.032","7499.969"],["16249.753","7566.592"],["16267.951","7539.139"],["16205.407","7683.666"],["16314.938","7533.663"],["6065.899","7891.331"],["6093.573","7789.078"],["6082.105","7766.576"],["6118.120","7794.224"],["6155.555","7893.529"],["6045.584","7801.679"],["6050.730","7832.801"],["6059.284","7700.433"],["6081.139","7822.339"],["32005.136","10680.193"],["32073.294","10731.886"],["32024.468","10811.905"],["32136.655","10855.456"],["32108.637","10717.684"],["32080.693","10687.461"],["31989.986","10801.317"],["32088.917","10738.014"],["32018.047","10801.131"],["31979.593","10785.045"],["32062.011","10763.146"],["32008.014","10717.683"],["31948.935","10696.015"],["32070.975","10782.819"],["32070.323","10797.256"],["31970.545","10768.386"],["32138.738","10734.772"],["31977.340","10709.801"],["32127.685","10801.147"],["31964.644","10665.574"],["31935.681","10665.525"],["31993.690","10659.992"],["31973.947","10739.325"],["31961.546","10709.680"],["31988.717","10713.148"],["31952.615","10719.374"],["31955.724","10759.589"],["31965.263","10728.738"],["32009.490","10803.998"],["32042.188","10768.193"],["31936.992","10679.921"],["32055.150","10703.438"],["32047.352","10824.967"],["32141.563","10770.847"],["32032.352","10816.594"],["32016.042","10671.536"],["31959.348","10648.778"],["32041.908","10687.483"],["32041.003","10670.770"],["31936.069","10653.709"],["31944.474","10776.187"],["32003.964","10651.777"],["32007.303","10735.972"],["31953.783","10756.682"],["31946.482","10649.334"],["32098.308","10646.777"],["32118.059","10815.273"],["32038.569","10744.026"],["32026.546","10780.013"],["6917.899","8011.651"],["6941.134","7960.150"],["6902.622","8083.416"],["6901.820","8025.159"],["6948.157","7995.596"],["6944.917","7979.258"],["6953.637","8051.227"],["5575.617","8325.405"],["5601.936","8445.553"],["5532.347","8373.321"],["5527.676","8321.480"],["5572.224","8406.700"],["27310.624","15809.408"],["27422.675","15845.140"],["6685.650","5921.196"],["6719.726","5806.143"],["6674.661","5905.335"],["6727.565","5987.979"],["28468.684","10613.364"],["28461.441","10489.666"],["28397.745","10587.870"],["28482.944","10501.346"],["28535.260","10478.567"],["28413.767","10509.990"],["28377.065","10545.053"],["28411.815","10517.864"],["28541.722","10612.308"],["7524.777","8036.507"],["7576.219","7960.352"],["30558.094","9527.961"],["30563.731","9582.783"],["28229.850","17099.892"],["28311.336","17191.479"],["28228.528","17121.023"],["28236.281","17191.838"],["28181.094","17174.742"],["28260.205","17091.669"],["6877.122","7913.448"],["6792.459","7910.138"],["6713.334","7972.044"],["6733.429","7906.884"],["6774.289","7997.834"],["6839.108","7922.715"],["6771.888","8026.504"],["6770.864","7921.533"],["6343.847","8104.990"],["6314.127","8104.933"],["6511.437","7985.527"],["6604.418","7930.197"],["6559.986","8000.676"],["6544.045","8086.040"],["6504.090","8067.497"],["6552.951","8019.699"],["27928.983","15646.620"],["27763.269","15712.045"],["27514.842","16738.309"],["31494.058","11305.309"],["31464.461","11397.453"],["31492.093","11389.195"],["31341.250","11432.363"],["31476.875","11394.973"],["31348.586","11288.713"],["31409.934","11406.418"],["31344.671","11321.199"],["31325.428","11454.708"],["31485.687","11310.644"],["31495.424","11307.473"],["31449.149","11377.304"],["31389.313","11293.076"],["31376.846","11331.557"],["31397.340","11368.997"],["31372.027","11362.539"],["31347.138","11416.409"],["31334.441","11320.984"],["31320.921","11467.210"],["31477.995","11320.085"],["31506.861","11299.821"],["31492.469","11314.222"],["31512.782","11302.067"],["31503.244","11415.245"],["31485.134","11345.403"],["31486.071","11328.508"],["31505.150","11337.261"],["31488.935","11400.117"],["31494.034","11382.710"],["31478.431","11304.693"],["27663.741","11954.126"],["15316.555","5415.815"],["22092.106","8390.581"],["22239.943","8320.358"],["22126.563","8376.504"],["22089.905","8356.559"],["32365.615","10389.927"],["30865.267","9449.429"],["30873.074","9428.084"],["30811.081","9413.638"],["30880.693","9483.201"],["30798.240","9497.403"],["30807.430","9518.366"],["30812.453","9527.574"],["30838.653","9517.826"],["6059.937","9610.960"],["6167.499","9709.727"],["6157.937","9654.048"],["6070.989","9591.670"],["6126.936","9719.689"],["6142.153","9594.712"],["6079.439","9689.477"],["6156.568","9683.609"],["6197.541","9798.316"],["6113.761","9709.277"],["6156.764","9782.887"],["6225.512","9623.354"],["6124.075","9650.620"],["6086.367","9605.441"],["31537.410","9594.534"],["31637.679","9627.830"],["31595.997","9712.061"],["30551.869","10021.051"],["30658.657","10111.860"],["30580.763","10113.778"],["27145.854","16793.499"],["27111.396","16789.970"],["27152.392","16890.917"],["27251.676","16792.068"],["31702.280","12021.441"],["31541.491","12018.138"],["31557.971","11989.881"],["31590.175","11967.585"],["31561.606","11949.055"],["31711.721","11951.681"],["31715.251","11918.522"],["31714.609","11934.162"],["31720.709","12035.511"],["31714.297","11914.740"],["26200.266","16310.902"],["26227.700","16333.578"],["26088.419","16330.082"],["26077.317","16328.909"],["26094.307","16332.691"],["26188.029","16343.834"],["25781.463","16391.327"],["25818.052","16394.907"],["25811.095","16384.486"],["25769.848","16373.447"],["25665.222","16524.307"],["25670.436","16541.218"],["25716.439","16540.954"],["6909.872","7859.288"],["6965.860","7796.528"],["6976.260","7732.814"],["6918.858","7770.465"],["7013.392","7886.371"],["6944.839","7846.514"],["7014.729","7893.980"],["7034.119","7788.568"],["7006.411","7686.878"],["6945.234","7754.867"],["6454.658","9380.046"],["6355.256","9419.232"],["6401.352","9384.256"],["5429.659","7880.213"],["5426.271","7842.756"],["16714.194","7768.554"],["16744.725","7791.584"],["16712.579","7751.845"],["16740.539","7689.929"],["7509.685","8985.838"],["28863.850","11237.682"],["28809.219","11196.068"],["5798.209","9581.095"],["5786.543","9569.194"],["27624.513","12264.913"],["27538.037","12208.038"],["27723.757","12154.048"],["26050.067","16656.022"],["26235.100","16739.105"],["26181.070","16767.593"],["6578.579","9053.399"],["6647.920","9099.966"],["6556.438","9019.736"],["6581.204","9088.920"],["6543.808","9021.073"],["6661.244","9011.359"],["6618.885","9131.661"],["6619.076","9104.050"],["6629.301","9038.662"],["6590.349","8956.025"],["26008.806","16232.401"],["6184.934","8272.574"],["6096.662","8211.278"],["6220.689","8253.822"],["6078.007","8231.258"],["6129.453","8181.119"],["6223.815","8202.649"],["6214.451","8165.042"],["6086.260","8153.669"],["6173.135","8145.760"],["6228.440","8206.800"],["6069.329","8203.306"],["6222.875","8258.966"],["6197.996","8189.988"],["6107.239","8160.073"],["19672.821","11938.902"],["19626.243","11973.899"],["19693.302","11966.708"],["19534.297","12099.189"],["29192.325","11114.619"],["29198.055","11227.437"],["5925.827","8094.102"],["5897.669","8015.960"],["5947.609","7957.224"],["6040.116","7985.018"],["5836.581","8037.944"],["5886.626","8034.268"],["5935.597","8069.836"],["5841.966","7944.641"],["6010.664","7912.226"],["5896.156","7901.910"],["5932.409","8013.677"],["5891.275","7922.792"],["5958.910","7921.294"],["5928.885","8009.463"],["6019.234","7919.281"],["5966.021","8064.326"],["5841.150","8041.373"],["5901.961","7965.870"],["5842.032","8061.967"],["5951.520","8077.537"],["5940.413","7745.894"],["6031.924","7690.499"],["5944.658","7854.553"],["5951.848","7808.595"],["5832.956","7818.319"],["5856.794","7840.117"],["5986.407","7821.630"],["6035.240","7894.744"],["5936.046","7711.217"],["5882.673","7799.793"],["5909.230","7777.012"],["5848.502","7765.626"],["5969.081","7776.151"],["5974.621","7806.887"],["5989.017","7839.576"],["5866.418","7843.923"],["5961.616","7685.648"],["5843.444","7892.642"],["5929.831","7708.656"],["5910.274","7837.803"],["5944.982","7767.632"],["5938.899","7851.793"],["6001.843","7771.929"],["28873.595","10801.108"],["28880.179","10788.124"],["7917.402","8596.455"],["7817.486","8584.963"],["7736.101","8708.004"],["7880.265","8704.086"],["7867.305","8670.015"],["7888.794","8595.745"],["7897.622","8551.625"],["7830.642","8736.038"],["7912.481","8662.097"],["7856.213","8631.417"],["7924.891","8557.051"],["7751.648","8691.418"],["7861.356","8561.336"],["7911.368","8565.563"],["20563.497","8418.728"],["20491.516","8486.480"],["20475.883","8462.705"],["20542.121","8424.092"],["20486.385","8504.448"],["20501.135","8454.271"],["20486.793","8453.528"],["20536.030","8431.379"],["20508.589","8486.050"],["28754.083","11835.402"],["28765.805","11853.920"],["28733.332","11850.440"],["28624.952","11742.858"],["28743.663","11767.550"],["28725.418","11729.395"],["28749.238","11735.196"],["31798.826","11973.052"],["31780.356","11923.275"],["31813.069","11998.733"],["31828.004","11982.614"],["31853.600","11917.866"],["31888.853","11918.027"],["31841.357","12087.010"],["31777.751","11945.013"],["31839.100","11935.285"],["31846.600","11942.205"],["6541.761","7259.975"],["19554.052","11724.638"],["19570.269","11774.811"],["19658.626","11869.641"],["6637.777","7556.877"],["6468.282","7507.233"],["6608.336","7578.148"],["6660.983","7488.632"],["6608.068","7499.926"],["26549.225","16476.972"],["26668.811","16522.155"],["26660.492","16544.597"],["26644.468","16441.829"],["26660.421","16433.869"],["26499.373","16457.897"],["31597.451","11477.533"],["31721.908","11454.857"],["31572.734","11342.028"],["31528.405","11412.462"],["31678.499","11289.058"],["31559.918","11437.235"],["31544.017","11352.019"],["31541.205","11346.057"],["31715.954","11417.021"],["31701.184","11441.513"],["31582.436","11310.490"],["31542.847","11337.162"],["31554.015","11351.596"],["31539.807","11368.523"],["31541.682","11445.666"],["31552.850","11402.363"],["31660.859","11410.026"],["31559.132","11386.145"],["31561.451","11408.342"],["31605.794","11414.782"],["31644.346","11380.067"],["31715.218","11400.534"],["31685.234","11378.041"],["31714.034","11296.240"],["31565.586","11335.379"],["31678.306","11371.082"],["31549.556","11400.991"],["31553.374","11302.810"],["31519.426","11323.851"],["31561.186","11354.041"],["31588.472","11296.898"],["31566.581","11279.243"],["31588.390","11308.211"],["31630.053","11473.808"],["31657.866","11472.173"],["31591.484","11463.981"],["31542.076","11466.938"],["31581.303","11398.631"],["31538.951","11380.530"],["31676.764","11307.553"],["31681.632","11329.882"],["31709.165","11330.311"],["31606.645","11452.585"],["31583.908","11349.202"],["26014.162","16705.155"],["25961.136","16652.736"],["25989.656","16571.849"],["25962.189","16577.662"],["25986.918","16596.055"],["25971.935","16564.115"],["25853.000","16605.088"],["32259.628","12899.639"],["32183.316","12764.111"],["32277.833","12872.855"],["32162.426","12819.878"],["15231.501","5674.006"],["15134.143","5771.634"],["15141.167","5641.356"],["15236.166","5654.167"],["15286.128","5582.621"],["15276.034","5595.106"],["15244.915","5637.105"],["15189.558","5759.063"],["15099.860","5636.280"],["15289.965","5658.343"],["15127.163","5680.885"],["4803.381","9622.425"],["28744.442","11015.805"],["7416.638","8921.844"],["7379.608","8948.495"],["7508.067","8929.289"],["7404.902","8913.624"],["7508.363","8906.790"],["7506.478","8955.140"],["7405.996","8907.500"],["7404.646","8943.298"],["7440.604","8950.943"],["7473.058","8943.992"],["7407.427","8854.800"],["7433.913","8927.542"],["27282.117","16481.896"],["27119.133","16534.206"],["5728.464","8991.558"],["5727.126","9044.655"],["5727.898","7616.301"],["5637.216","7587.711"],["5621.792","7620.919"],["5623.247","7567.710"],["5767.363","7632.831"],["5642.030","7630.645"],["5632.020","7557.636"],["5786.393","7638.909"],["6249.140","8319.622"],["28327.074","11855.599"],["28389.998","10716.311"],["28359.789","10686.719"],["28490.082","10656.370"],["28421.118","10726.151"],["4487.483","9752.610"],["4496.793","9591.872"],["6018.602","9589.841"],["6002.496","9550.825"],["28578.155","12001.482"],["28625.425","12016.726"],["28362.540","12032.220"],["27983.781","17182.876"],["32031.560","11802.672"],["31961.051","11907.378"],["32016.182","11854.166"],["32043.435","11871.821"],["31953.139","11771.986"],["31969.389","11807.263"],["32045.261","11850.351"],["32069.412","11806.928"],["31990.331","11853.448"],["32018.176","11720.120"],["32137.058","11873.811"],["32030.792","11852.837"],["31983.390","11852.209"],["27611.483","12518.284"],["27617.044","12509.851"],["27661.482","12496.395"],["6443.266","8041.727"],["6265.041","7949.559"],["6286.085","7924.345"],["6406.415","8064.147"],["6442.951","8046.127"],["7860.361","9086.636"],["7818.783","9024.155"],["7803.146","9055.819"],["23834.917","11121.969"],["23767.031","11152.025"],["23777.299","11155.912"],["23754.067","11187.187"],["23830.369","11160.534"],["23830.805","11171.337"],["23830.845","11129.276"],["23833.167","11133.598"],["23829.699","11091.947"],["7293.026","9007.331"],["7222.736","9019.689"],["7286.082","9052.748"],["7284.266","9075.594"],["7287.749","9020.837"],["7242.328","9063.662"],["7264.245","8975.618"],["7275.314","9064.546"],["7235.660","8984.057"],["7276.301","9048.229"],["26458.184","16845.416"],["26405.766","16807.812"],["26398.003","16842.709"],["26386.868","16809.183"],["26436.407","16839.487"],["6320.807","7893.599"],["6400.384","7756.883"],["6449.447","7828.101"],["6412.164","7815.765"],["6406.752","7767.092"],["6304.568","7759.575"],["6457.035","7857.989"],["6407.386","7833.848"],["5543.701","9573.212"],["5438.114","9392.359"],["5411.544","9539.094"],["5482.009","9491.662"],["5481.230","9435.553"],["5502.184","9566.406"],["5463.217","9539.718"],["5443.832","9500.966"],["5437.492","9481.663"],["5550.569","9594.764"],["5509.544","9459.773"],["5437.025","9462.781"],["5498.562","9451.591"],["5446.830","9425.854"],["27613.800","10732.983"],["27592.290","10832.201"],["27660.935","10657.061"],["27721.615","10695.194"],["27670.255","10721.833"],["5514.863","9266.492"],["5534.090","9306.444"],["5594.066","9255.514"],["5552.582","9186.039"],["5528.055","9221.500"],["5471.515","9309.781"],["5453.028","9193.603"],["5531.466","9281.758"],["5461.255","9274.289"],["5411.841","9239.111"],["5444.561","9205.887"],["31567.241","11109.228"],["31559.905","11263.596"],["31635.802","11208.711"],["31521.986","11197.547"],["31555.785","11180.586"],["31615.259","11262.914"],["31524.963","11217.960"],["31576.661","11170.738"],["31610.707","11192.984"],["31664.539","11147.716"],["31657.747","11185.437"],["31584.803","11095.131"],["31564.034","11227.923"],["31598.499","11115.037"],["31573.302","11263.658"],["31552.039","11155.941"],["31641.217","11074.669"],["31683.092","11184.562"],["31516.595","11121.004"],["31540.559","11116.825"],["31556.842","11077.750"],["31579.490","11086.189"],["31542.428","11135.030"],["31541.153","11249.036"],["31555.759","11247.517"],["31684.712","11115.073"],["31717.761","11224.739"],["31701.659","11192.369"],["31682.975","11215.028"],["31669.768","11159.157"],["31687.432","11187.910"],["31646.414","11255.187"],["31635.115","11167.772"],["31621.776","11182.900"],["31677.484","11158.953"],["31520.872","11263.973"],["31672.533","11229.390"],["31589.260","11218.259"],["31668.766","11213.469"],["31575.066","11209.357"],["31586.826","11188.845"],["31538.076","11077.816"],["31553.421","11110.269"],["31576.859","11074.843"],["31552.500","11114.414"],["31546.513","11083.233"],["31542.132","11167.268"],["31520.306","11207.483"],["31538.382","11147.318"],["31714.975","11078.624"],["31717.887","11099.994"],["31706.149","11181.700"],["31713.370","11208.851"],["31708.600","11141.617"],["31688.172","11145.581"],["31670.261","11074.598"],["31647.105","11253.618"],["31646.990","11148.019"],["31576.086","11113.090"],["31569.243","11184.452"],["31672.961","11184.535"],["31647.352","11252.743"],["31580.510","11208.300"],["31586.118","11272.974"],["31665.806","11113.288"],["31624.079","11252.148"],["27732.157","12426.762"],["27791.888","12419.564"],["27921.880","12376.436"],["28840.746","11101.800"],["28834.764","11123.722"],["28855.884","11158.910"],["28842.513","11128.662"],["28841.506","11098.183"],["28825.108","11185.044"],["28863.762","11152.213"],["28814.825","11172.057"],["30760.053","9365.520"],["30756.020","9366.473"],["27318.973","9340.287"],["4536.196","9346.555"],["4425.654","9192.276"],["4428.073","9203.677"],["4484.858","9282.450"],["4562.999","9192.002"],["4531.241","9349.996"],["5356.186","8378.101"],["5363.371","8373.902"],["5202.236","8521.804"],["5322.313","8455.081"],["5265.867","8346.759"],["5286.359","8406.637"],["5247.400","8461.348"],["5394.389","8522.170"],["5287.017","8436.534"],["5397.315","8403.228"],["5332.773","8374.045"],["5283.292","8336.478"],["5288.197","8349.960"],["15448.709","5130.843"],["15457.252","5100.616"],["14809.682","6201.988"],["14837.619","6105.233"],["14785.070","6121.154"],["14769.276","6117.462"],["5967.652","9540.041"],["5903.162","9522.061"],["5965.868","9495.682"],["5920.528","9510.694"],["6036.427","9515.263"],["6006.387","9460.279"],["5915.911","9475.339"],["5870.661","9566.909"],["5972.258","9513.342"],["5944.050","9484.019"],["5916.520","9557.448"],["31518.468","10172.631"],["31716.955","10156.115"],["31713.847","10091.326"],["31624.003","10208.180"],["31529.949","10121.119"],["31639.291","10171.772"],["31670.438","10135.261"],["31669.836","10205.319"],["31595.849","10192.040"],["5655.235","9265.066"],["5171.523","8058.615"],["6836.825","7679.364"],["6805.746","7481.597"],["28441.733","10086.494"],["28416.068","10143.416"],["28394.863","10121.176"],["4779.105","9335.874"],["15700.332","5130.282"],["31454.227","10780.978"],["31416.470","10847.778"],["31452.194","10848.604"],["31430.954","10821.622"],["31413.158","10834.785"],["31433.740","10683.946"],["31325.434","10755.127"],["31340.403","10826.386"],["31356.735","10749.970"],["31457.031","10757.072"],["31419.465","10760.606"],["31461.094","10854.230"],["31416.686","10850.944"],["31496.390","10800.275"],["31446.554","10790.548"],["31442.936","10785.246"],["31500.189","10800.358"],["31393.627","10751.324"],["31471.271","10733.538"],["31401.715","10813.159"],["31459.480","10665.600"],["31317.492","10811.721"],["31408.281","10758.641"],["31372.689","10827.740"],["31447.590","10778.938"],["31318.939","10755.156"],["31381.949","10792.299"],["31464.038","10803.628"],["31495.880","10745.015"],["31501.488","10851.043"],["31439.219","10794.676"],["31467.196","10842.026"],["31475.666","10718.458"],["31459.400","10717.434"],["31363.475","10837.684"],["31324.198","10713.274"],["31600.290","9968.785"],["15271.513","5219.272"],["15249.576","5239.072"],["28207.330","10986.144"],["28167.711","10915.237"],["28305.427","10921.124"],["28161.958","10938.103"],["28221.488","10998.281"],["28296.223","10885.590"],["28227.328","10996.646"],["28236.815","10976.892"],["28168.934","10890.073"],["28214.950","11032.736"],["28306.372","10974.132"],["28166.343","10941.935"],["28269.165","10974.272"],["28220.278","11027.174"],["31741.433","12212.869"],["27327.435","16130.050"],["6200.828","8899.502"],["6134.077","8824.524"],["6111.121","8814.908"],["6060.101","8878.019"],["6180.216","8863.441"],["6229.134","8831.497"],["6111.610","8854.619"],["6243.525","8821.453"],["31118.824","9673.412"],["31200.683","9721.448"],["31992.109","10940.738"],["32045.234","10946.535"],["31998.623","10871.027"],["32015.498","10975.453"],["32043.771","10947.922"],["31973.919","11003.067"],["31942.116","10910.403"],["32025.454","10862.673"],["31962.264","10996.381"],["32021.227","10870.584"],["31943.680","11029.769"],["32013.014","10923.348"],["31993.843","10954.350"],["32092.233","11041.644"],["31953.647","10914.410"],["32098.368","10978.506"],["32022.806","11033.876"],["31991.885","11058.533"],["31950.389","10945.400"],["32034.326","11029.542"],["32090.789","10925.050"],["32141.414","10868.881"],["32141.102","11016.726"],["32072.000","10968.190"],["32042.919","10985.370"],["32032.669","11051.465"],["31967.790","10958.348"],["32095.921","11024.488"],["32090.609","10942.275"],["32129.040","11012.600"],["32145.849","11024.640"],["32130.156","11007.831"],["32119.235","11027.798"],["32108.199","10941.043"],["31993.281","10990.639"],["32017.965","11066.643"],["19239.900","11788.497"],["19256.627","11752.131"],["19270.601","11868.958"],["19258.314","11825.627"],["19279.867","11795.748"],["19229.843","11709.438"],["19229.089","11854.509"],["19204.788","11850.680"],["19266.265","11705.241"],["19253.976","11805.560"],["19234.728","11706.797"],["19281.742","11807.487"],["19239.812","11846.532"],["19268.058","11864.268"],["19559.019","11483.978"],["31927.967","10184.427"],["31904.307","10046.883"],["31898.156","10142.309"],["31793.139","10016.066"],["31730.985","10180.343"],["31864.225","10045.876"],["31880.257","10118.498"],["31914.918","10186.376"],["31893.069","10136.813"],["28770.893","11330.395"],["28653.344","11343.233"],["28665.476","11362.006"],["5702.564","7480.499"],["5779.683","7487.314"],["5762.986","7498.957"],["5638.685","7540.414"],["5760.272","7566.934"],["5774.573","7570.053"],["5813.734","7530.844"],["5752.617","7523.308"],["5687.558","7569.182"],["5630.297","7528.292"],["15969.004","5809.657"],["15979.348","5926.440"],["16127.604","5816.295"],["15988.542","5781.806"],["16095.767","5824.115"],["16091.310","5847.253"],["16145.779","5809.292"],["16027.037","5847.456"],["16096.375","5844.313"],["28403.632","11579.965"],["28379.663","11554.109"],["28401.260","11679.864"],["28392.661","11501.860"],["28524.777","11681.337"],["28363.524","11492.010"],["28541.199","11530.941"],["28549.402","11689.549"],["28431.963","11621.521"],["5455.193","8325.482"],["5413.785","8319.944"],["5548.208","8460.921"],["5426.650","8361.976"],["5572.645","8482.941"],["5522.994","8436.198"],["5500.830","8514.885"],["5526.004","8490.962"],["5440.946","8345.486"],["27720.478","10614.906"],["27646.555","10589.899"],["14290.026","4840.994"]] \ No newline at end of file diff --git a/src/gathering/10801.json b/src/gathering/10801.json new file mode 100644 index 0000000..1e848b5 --- /dev/null +++ b/src/gathering/10801.json @@ -0,0 +1 @@ +[["8972.794","16624.853"],["8973.975","16623.590"],["8938.363","16654.465"],["18570.461","14282.871"],["18567.378","14287.306"],["13623.735","13483.480"],["9511.505","15107.033"],["9513.545","15185.544"],["12496.340","17363.385"],["12441.698","17330.432"],["12453.734","17386.456"],["12366.949","17375.412"],["12377.260","17368.350"],["12370.299","17366.518"],["12409.905","17406.341"],["12367.919","17369.696"],["12449.936","17222.107"],["12368.331","17255.354"],["12409.237","17243.785"],["12411.103","17243.369"],["8068.621","14693.591"],["8126.782","14858.013"],["8124.384","14857.635"],["8082.920","14850.057"],["11779.880","15363.003"],["9061.224","14843.047"],["9023.525","14858.939"],["9022.375","14860.446"],["9025.843","14863.250"],["9005.866","14764.098"],["9185.203","14689.323"],["22091.921","9072.515"],["22095.479","9060.414"],["22221.795","9016.197"],["6075.903","18838.852"],["6218.780","18703.223"],["5537.091","13914.596"],["5537.090","13914.635"],["5538.380","13915.776"],["17638.846","15464.398"],["8150.873","16561.163"],["9723.170","12461.792"],["9745.342","12474.427"],["9751.327","12484.689"],["9740.917","12471.153"],["6680.826","18815.919"],["7400.459","12595.997"],["7385.615","12646.951"],["7364.423","12618.802"],["17632.337","17018.108"],["17625.997","17010.749"],["17684.562","17014.507"],["17810.453","17139.964"],["11516.957","16007.433"],["11520.361","16013.607"],["10029.639","14941.655"],["10785.675","7907.864"],["10815.130","7981.289"],["10711.179","7925.369"],["10718.747","7929.734"],["22855.127","12800.199"],["10651.683","13710.638"],["10653.769","13709.489"],["10651.230","13712.158"],["10645.463","13686.240"],["10646.121","13687.881"],["10525.094","13798.991"],["10636.106","13767.005"],["12130.915","12788.585"],["4798.047","17864.552"],["4806.245","17863.064"],["28346.403","10805.579"],["11743.977","16586.376"],["27888.037","11538.988"],["27934.102","11556.987"],["27901.019","11553.640"],["16045.988","14677.993"],["16114.160","14692.763"],["16110.137","14691.483"],["18177.140","17272.640"],["18160.508","17340.828"],["18190.014","17272.853"],["17271.803","16185.064"],["13502.401","13291.468"],["21203.879","9971.150"],["5561.558","14101.529"],["5563.213","14100.469"],["5532.330","14051.289"],["5598.781","14075.502"],["5618.701","14056.991"],["5570.325","14089.855"],["5570.689","14091.884"],["5609.718","14090.985"],["5578.162","14070.067"],["10635.602","14509.098"],["12535.763","17458.808"],["12465.159","17413.915"],["12561.408","17422.287"],["12381.861","17510.988"],["12440.125","17501.268"],["12415.982","17576.924"],["12415.180","17575.258"],["12417.662","17576.738"],["12479.458","17599.737"],["12471.307","17602.823"],["12468.948","17606.241"],["12540.902","17556.777"],["12542.719","17555.944"],["12530.335","17563.760"],["12381.719","17470.919"],["12405.858","17507.410"],["30036.291","8643.636"],["7951.880","14267.298"],["8096.482","17102.291"],["8060.013","17095.825"],["8073.686","17140.147"],["8109.260","16992.546"],["8106.483","17094.390"],["8040.340","17108.419"],["8040.833","17113.840"],["8075.559","17006.972"],["8068.578","17013.517"],["8068.681","17015.507"],["8062.002","17020.483"],["8129.790","17151.728"],["7893.052","15517.413"],["7917.968","15565.142"],["7821.677","15562.329"],["7821.109","15560.366"],["7864.291","15531.297"],["5389.392","18277.330"],["5387.928","18274.634"],["5386.200","18273.655"],["5386.858","18273.732"],["5403.144","18277.712"],["12704.123","14515.046"],["12704.542","14513.197"],["7389.365","18282.448"],["12370.024","13384.697"],["12369.752","13388.151"],["13986.143","8875.659"],["14036.925","8880.707"],["13372.559","15132.423"],["7360.742","15718.011"],["7361.986","15715.886"],["7327.381","15717.896"],["7301.343","15782.282"],["7292.475","15742.494"],["8497.759","16370.032"],["8496.886","16369.643"],["8561.796","16419.332"],["8561.070","16418.276"],["8150.437","14403.729"],["10969.806","14424.624"],["14311.208","9619.377"],["14317.357","9644.575"],["14336.887","9651.446"],["14335.884","9649.981"],["14320.292","9609.688"],["14367.642","9613.441"],["14369.637","9612.050"],["14263.494","9626.311"],["14276.122","9618.326"],["14362.103","9662.384"],["9443.829","15772.675"],["9442.722","15774.595"],["9444.216","15773.917"],["9553.500","15759.196"],["9554.245","15761.033"],["9550.768","15754.542"],["9552.337","15752.955"],["9575.723","15844.387"],["9577.523","15843.212"],["9500.460","15721.560"],["9570.329","15883.209"],["19446.419","11471.943"],["30797.847","9612.848"],["30795.111","9612.906"],["12225.206","12480.352"],["12312.346","12422.952"],["10138.154","15139.515"],["20074.388","14348.578"],["6282.318","9376.766"],["14246.528","12292.675"],["14156.372","12171.592"],["12506.183","14994.585"],["12481.888","14988.775"],["12065.146","12692.827"],["11962.790","12561.736"],["5773.345","17589.309"],["5827.650","17546.184"],["5738.178","17568.725"],["5722.985","17428.258"],["12465.742","14969.077"],["12468.389","14957.202"],["12467.228","14955.841"],["12473.249","14987.339"],["12472.088","14985.977"],["12470.363","14953.161"],["12470.868","14951.760"],["12360.550","15038.769"],["12366.887","15061.952"],["12365.386","15062.337"],["12461.240","15037.030"],["12462.783","15035.551"],["12382.267","14985.373"],["12380.977","14880.463"],["12433.432","14893.618"],["12432.885","14895.342"],["9005.459","15804.088"],["12342.267","15147.303"],["12340.372","15174.252"],["12342.669","15174.284"],["12340.899","15165.416"],["12319.399","15270.089"],["12321.268","15269.837"],["12340.795","15093.545"],["12338.963","15269.672"],["12203.260","15232.087"],["12202.177","15233.759"],["12230.945","15249.767"],["12309.737","15248.012"],["21212.872","9923.086"],["21231.643","9963.296"],["21332.607","9863.308"],["21248.318","9826.901"],["21296.566","9846.615"],["21235.853","9973.671"],["21286.914","9883.539"],["21289.530","9920.318"],["21210.619","9965.525"],["8974.722","14842.711"],["8958.243","14857.889"],["8975.310","14846.893"],["8948.262","14831.191"],["8949.878","14830.647"],["8949.212","14832.557"],["8890.419","14769.839"],["12859.606","13791.221"],["12801.671","13626.796"],["12841.634","13747.103"],["11519.713","16432.804"],["17255.309","16679.137"],["19550.271","14145.866"],["19570.054","14089.148"],["19595.620","14080.496"],["9760.420","17494.082"],["9756.973","17486.664"],["9731.535","17410.552"],["9755.396","17500.278"],["9811.101","17449.901"],["14415.270","9463.476"],["14395.761","9465.328"],["14392.583","9465.778"],["14426.513","9499.105"],["14398.444","9526.738"],["14322.012","9419.004"],["14322.185","9421.788"],["14320.980","9426.157"],["14346.515","9419.328"],["14343.296","9424.809"],["14343.497","9423.043"],["14361.742","9476.325"],["14360.032","9474.554"],["14299.386","9503.266"],["14295.984","9503.950"],["14391.461","9520.702"],["14389.712","9520.969"],["14400.776","9516.918"],["14433.989","9521.840"],["13721.142","9186.264"],["13719.192","9205.941"],["13719.206","9204.162"],["8456.826","15460.388"],["8458.579","15460.143"],["8485.500","15458.308"],["8492.513","15480.970"],["8490.816","15481.565"],["28036.699","11194.106"],["28064.980","11211.174"],["28066.970","11210.400"],["28030.722","11212.093"],["9228.601","16910.982"],["9220.989","16917.354"],["9290.475","16850.931"],["9291.870","16849.727"],["9290.280","16848.938"],["9230.806","16883.370"],["9226.861","16892.660"],["9236.574","16865.735"],["9311.777","16826.477"],["9207.789","16839.763"],["9206.445","16840.562"],["9429.525","12444.548"],["9434.797","12413.654"],["9454.181","12450.047"],["13823.307","13938.215"],["13809.341","13940.064"],["27370.816","11775.558"],["11497.287","13182.530"],["22265.331","8631.303"],["11963.023","15588.051"],["10801.979","13686.465"],["10763.256","13724.799"],["10764.535","13723.388"],["10745.059","13775.928"],["10743.454","13776.947"],["10682.756","13779.208"],["10681.548","13779.634"],["10682.643","13781.038"],["10682.571","13784.860"],["10681.216","13702.851"],["10682.888","13704.462"],["10725.956","13653.187"],["16900.317","13609.561"],["12404.010","15296.832"],["19744.744","13999.796"],["8945.329","13501.744"],["8943.362","13501.817"],["8942.972","13507.649"],["8901.798","13487.810"],["10398.751","13587.457"],["7902.735","15282.781"],["7900.857","15282.050"],["7902.358","15281.248"],["7892.262","15231.912"],["7891.436","15233.945"],["7776.897","15251.431"],["7821.892","15204.384"],["7755.762","15172.571"],["6165.538","9217.015"],["6157.763","9217.979"],["12465.763","17183.009"],["27708.582","14439.344"],["28161.093","8978.325"],["28161.293","9036.313"],["28218.481","9123.440"],["12020.452","13157.899"],["12010.658","13140.200"],["11976.167","13181.535"],["9277.191","16614.049"],["9290.947","16606.406"],["9274.819","16586.359"],["9283.449","16603.050"],["9281.411","16603.838"],["9283.215","16600.991"],["9288.860","16573.951"],["9289.276","16571.753"],["9288.446","16567.450"],["9222.896","16617.405"],["9221.293","16614.595"],["9209.246","16760.300"],["12332.068","12617.745"],["18119.699","16784.397"],["18084.744","16818.358"],["17602.225","16876.790"],["7725.096","14835.174"],["12777.439","14965.811"],["12734.046","14924.054"],["12722.456","14908.152"],["12724.086","15048.539"],["12696.297","14967.848"],["12687.213","15008.236"],["12639.358","14959.863"],["12635.326","14973.014"],["5941.621","13880.608"],["5940.482","13866.176"],["5991.098","13996.397"],["5989.751","14006.235"],["5842.326","13938.261"],["5859.730","13904.584"],["5930.463","13940.830"],["5905.371","14016.238"],["5836.429","13846.728"],["5837.290","13848.284"],["5889.131","13908.827"],["5909.194","13954.098"],["5945.578","13888.660"],["5957.633","13841.493"],["5914.562","13872.037"],["5837.205","13955.624"],["5932.455","13987.970"],["5935.597","13842.952"],["5939.963","13879.798"],["6028.191","18679.952"],["5970.905","18689.109"],["5970.773","18691.091"],["5979.437","18693.550"],["5974.979","18699.267"],["5841.784","18688.267"],["8618.356","16509.986"],["8670.132","16518.556"],["8684.425","16512.068"],["8622.571","16513.071"],["8639.610","16505.155"],["8635.523","16498.566"],["8647.838","16511.302"],["8642.800","16509.778"],["18241.589","17163.388"],["8437.219","12246.805"],["11518.317","13182.526"],["11516.305","13186.071"],["11649.715","13221.829"],["11651.054","13244.934"],["17793.770","16653.492"],["17734.680","16706.969"],["17792.879","16654.647"],["17792.027","16652.626"],["10830.587","15175.540"],["5585.075","8273.031"],["12712.361","13735.919"],["12713.941","13736.449"],["12714.694","13737.891"],["9093.903","17016.429"],["9092.264","17015.478"],["9070.722","17007.070"],["9112.318","17037.313"],["9121.122","17006.137"],["9098.153","17019.336"],["20699.267","9623.868"],["11732.527","13667.952"],["10725.393","14977.340"],["21172.958","9852.089"],["21136.254","9849.536"],["21139.190","9844.090"],["19337.545","11497.244"],["19433.956","12479.876"],["16942.444","16312.033"],["16838.263","16237.434"],["17431.028","14899.011"],["17567.497","14899.771"],["17593.824","14893.641"],["11158.022","15846.835"],["11248.970","15732.291"],["11295.673","15796.536"],["11220.759","15774.824"],["13453.062","16358.482"],["10230.824","17763.022"],["10167.856","17683.781"],["10169.180","17682.641"],["21079.824","16321.515"],["7486.592","17022.062"],["5786.005","18537.382"],["5770.310","18551.572"],["5804.263","18555.921"],["5804.345","18561.320"],["15447.686","15705.669"],["15461.209","15691.304"],["15344.245","15709.390"],["15496.927","15584.760"],["15504.033","15621.341"],["15489.547","15653.437"],["15444.405","15632.752"],["15390.677","15699.790"],["15495.419","15705.444"],["15494.190","15707.111"],["15461.762","15582.978"],["15463.111","15581.247"],["15447.689","15589.614"],["15449.415","15591.040"],["15449.836","15589.711"],["5734.791","13785.350"],["5739.675","13755.182"],["5796.991","13610.652"],["5796.980","13628.107"],["5764.852","13759.779"],["9126.608","17503.844"],["9127.862","17505.128"],["9083.657","17547.230"],["9082.496","17545.796"],["21922.733","9005.356"],["21915.786","9048.118"],["21891.402","9001.787"],["11985.711","13218.317"],["11948.731","13193.252"],["11949.389","13194.876"],["11950.442","13193.473"],["11972.511","13182.447"],["11949.413","13193.040"],["10407.490","16797.476"],["9161.669","12449.494"],["9188.733","12387.190"],["9093.030","12410.505"],["5977.324","13763.249"],["5968.404","13750.187"],["5967.436","13803.974"],["5843.190","13708.463"],["5866.061","13679.797"],["5864.704","13681.044"],["12429.762","13930.798"],["6468.035","9212.791"],["17087.067","16276.748"],["17156.615","16231.169"],["9581.803","12503.916"],["11088.848","15817.244"],["11057.128","15747.800"],["21088.282","9754.853"],["21046.641","9757.536"],["21048.004","9759.582"],["6437.751","18794.701"],["6439.799","18799.017"],["6438.716","18803.638"],["6439.036","18805.485"],["6437.781","18806.791"],["6440.893","18800.774"],["6441.933","18802.376"],["6440.033","18802.138"],["7321.829","15296.317"],["7315.231","15297.887"],["7482.319","15388.755"],["7471.574","15329.368"],["7470.190","15329.571"],["7471.642","15389.951"],["7490.161","15347.506"],["7503.727","15325.812"],["7428.818","15415.213"],["7447.080","15404.949"],["25258.162","14580.912"],["25205.210","14630.252"],["5633.959","13989.252"],["15526.943","15708.314"],["13487.316","13654.266"],["10892.068","17579.577"],["11045.605","17443.267"],["11037.480","17442.634"],["11018.755","17440.509"],["11020.926","17440.668"],["11025.499","17439.936"],["11027.476","17441.567"],["11033.887","17442.278"],["11057.149","17424.389"],["11018.824","17414.910"],["11022.133","17409.335"],["10882.648","17491.817"],["11012.515","17512.983"],["11006.114","17458.622"],["11025.707","17509.187"],["11063.631","17540.880"],["11047.899","17434.284"],["11041.731","17455.786"],["8138.836","14537.167"],["8138.846","14538.983"],["8141.405","14536.361"],["8140.228","14533.236"],["8133.301","14512.084"],["8139.792","14510.201"],["8118.850","14554.548"],["8117.131","14555.026"],["8133.647","14612.510"],["5969.856","7566.159"],["5978.970","7575.300"],["5947.473","7637.826"],["5984.936","7577.384"],["5962.017","7663.903"],["9360.805","16362.266"],["20453.627","9477.242"],["20488.599","9507.500"],["20493.791","9421.328"],["20521.816","9477.896"],["20401.733","9457.095"],["20405.659","9489.514"],["20411.697","9486.610"],["20494.286","9538.321"],["6069.150","17574.011"],["6058.861","17567.676"],["6168.647","17529.066"],["8422.298","12275.647"],["8451.093","12253.211"],["8498.689","12259.183"],["21391.417","13819.718"],["11232.183","17207.769"],["11276.764","17269.451"],["11208.603","17299.725"],["11224.876","17356.060"],["11292.556","17306.772"],["11120.200","17375.576"],["11146.726","17386.460"],["13366.063","13735.303"],["13384.280","13654.970"],["14064.316","8603.220"],["4754.604","17625.901"],["4766.067","17710.361"],["10417.422","15592.226"],["12239.393","13664.390"],["12243.822","13670.665"],["14214.571","9372.357"],["14211.838","9373.091"],["17690.378","14918.249"],["22237.254","8878.450"],["22240.002","8873.956"],["11055.284","14328.667"],["22963.151","9116.692"],["7098.059","18249.829"],["7099.784","18250.033"],["7099.318","18248.311"],["5830.790","18554.039"],["14646.193","8839.319"],["14639.017","8840.974"],["14581.576","8850.628"],["8164.861","17221.592"],["8199.551","17237.065"],["18719.134","14202.868"],["18696.563","14209.510"],["18691.520","14215.428"],["17025.301","15660.034"],["17050.035","15656.607"],["17050.192","15658.666"],["17058.120","15609.831"],["17027.293","15646.812"],["17148.129","15657.724"],["17072.619","15614.263"],["17042.329","15602.449"],["17178.944","15631.189"],["17178.134","15632.740"],["17118.391","15597.197"],["7030.603","15516.690"],["6936.990","15581.538"],["6972.263","15623.375"],["6987.704","15545.504"],["6989.291","15545.130"],["7022.174","15514.677"],["7028.978","15516.168"],["12574.949","16006.221"],["18736.858","14243.125"],["18673.808","14312.189"],["18679.280","14300.014"],["18673.317","14325.074"],["18744.667","14246.383"],["8673.379","10509.880"],["11907.487","14739.626"],["11873.180","14713.898"],["11913.777","14764.532"],["11883.994","14720.105"],["11889.899","14699.384"],["13998.267","15740.221"],["14233.045","9508.493"],["14238.247","9502.496"],["14188.387","9516.482"],["14188.960","9518.085"],["14186.539","9509.928"],["14152.205","9534.392"],["14150.672","9533.554"],["14230.062","9483.689"],["14239.378","9528.241"],["14240.280","9529.655"],["14238.786","9529.775"],["8095.261","16986.268"],["8133.316","16966.431"],["8060.247","16777.849"],["17870.608","17144.006"],["17945.324","17167.766"],["17439.632","17205.873"],["17478.950","17221.434"],["17488.324","17351.916"],["17762.703","15732.515"],["17821.712","15853.095"],["17900.257","15295.083"],["17852.125","15213.196"],["17870.872","15257.450"],["17864.495","15239.198"],["17875.557","15251.627"],["20541.283","9675.376"],["15712.283","15763.945"],["11898.545","13504.701"],["11936.704","13513.479"],["11914.712","13496.941"],["9586.477","12559.796"],["10172.260","16717.153"],["10188.006","16704.725"],["10196.467","16679.464"],["18276.023","17201.718"],["15984.051","14615.503"],["15984.759","14614.736"],["15983.261","14616.255"],["16012.373","14588.061"],["16013.536","14586.858"],["16009.015","14576.194"],["15986.997","14654.722"],["15983.476","14658.021"],["16856.637","16729.969"],["8184.235","16589.111"],["12218.068","13350.825"],["12218.090","13352.156"],["12219.029","13351.723"],["17564.030","14817.221"],["17580.233","14809.093"],["11433.403","16514.637"],["11360.014","16435.086"],["11361.692","16435.022"],["11458.767","16409.415"],["11444.496","16473.837"],["11439.586","16436.717"],["11439.842","16438.242"],["11452.075","16503.064"],["11455.724","16502.437"],["11454.860","16464.407"],["11456.587","16383.894"],["11356.895","16468.673"],["11358.520","16469.093"],["11493.097","16462.884"],["11491.393","16462.686"],["11466.855","16424.375"],["11469.462","16435.142"],["11471.276","16435.715"],["11418.435","16438.195"],["11376.587","16472.921"],["28183.047","11395.414"],["28184.551","11392.870"],["28204.404","11402.089"],["29330.814","10839.783"],["29346.657","10826.741"],["29305.816","10839.627"],["29302.903","10817.120"],["29292.907","10813.047"],["11657.903","17138.476"],["11672.774","17153.039"],["17833.253","15809.385"],["17835.019","15814.014"],["17831.980","15810.598"],["17842.327","15782.552"],["16181.586","17568.658"],["7236.973","14689.223"],["7235.741","14687.378"],["7237.630","14687.949"],["8151.460","17104.799"],["8155.797","17099.010"],["8253.390","17056.966"],["8243.813","17068.679"],["17824.832","15530.640"],["17823.339","15532.329"],["17772.186","15556.724"],["17771.274","15558.437"],["17784.691","15696.706"],["17757.880","15559.527"],["17722.974","15605.847"],["17678.797","15512.463"],["17713.947","15534.864"],["17729.041","15663.115"],["17730.383","15671.781"],["17729.802","15670.123"],["11250.377","13927.060"],["11245.212","14018.015"],["11245.107","14016.183"],["11199.383","14000.727"],["11237.106","13980.209"],["11206.574","14012.129"],["11210.516","14012.271"],["11202.712","14012.268"],["28662.178","11179.302"],["28594.957","11221.345"],["28601.502","11267.098"],["7261.842","14426.400"],["11018.683","17391.756"],["11053.496","17372.631"],["4683.087","18452.840"],["4676.326","18344.498"],["4687.763","18362.388"],["4645.208","18406.770"],["4712.491","18438.020"],["4697.050","18400.393"],["4688.622","18374.610"],["8231.771","14858.970"],["8317.382","14690.750"],["8234.133","14852.143"],["8287.268","14711.456"],["16607.712","16414.618"],["16575.446","16433.826"],["16773.181","16486.766"],["16777.328","16495.032"],["15673.549","16161.881"],["15676.058","16161.142"],["5815.712","9000.335"],["16923.591","17293.081"],["16938.067","17302.980"],["16783.170","17252.471"],["16810.790","17325.210"],["16956.699","17348.907"],["16799.649","17245.326"],["17479.200","17170.860"],["17531.303","17105.366"],["29476.854","11177.963"],["29451.626","11190.451"],["29462.745","11214.724"],["5986.302","17374.957"],["5993.604","17390.283"],["5994.102","17392.307"],["5835.409","17387.521"],["6033.768","17405.798"],["9374.684","12513.601"],["9320.862","12387.798"],["9339.225","12368.729"],["9314.601","12462.780"],["9312.239","12458.618"],["9319.817","12469.303"],["9245.718","12371.308"],["9344.096","12350.785"],["9342.482","12519.195"],["9340.954","12520.452"],["9385.806","12445.026"],["9398.955","12415.560"],["9399.892","12417.156"],["9364.085","12387.560"],["9354.193","12397.886"],["9323.547","12513.553"],["9209.773","12471.805"],["9270.692","12538.254"],["9341.124","12442.073"],["9342.708","12441.328"],["9274.578","12376.462"],["9381.155","12545.810"],["9379.683","12547.129"],["9366.936","12531.185"],["9286.247","12507.389"],["9284.597","12506.279"],["9223.547","12515.104"],["9222.077","12513.790"],["9230.690","12515.204"],["9258.231","12526.975"],["9252.829","12523.679"],["9247.394","12515.993"],["9262.012","12529.857"],["9262.455","12528.504"],["9274.865","12498.793"],["9312.351","12524.882"],["17585.187","15505.599"],["17617.330","15477.305"],["20683.936","16281.034"],["26363.517","15457.417"],["12320.469","15048.815"],["12301.095","15047.088"],["12293.590","15028.446"],["12320.363","15050.149"],["17578.940","16260.719"],["10233.863","9090.844"],["12888.723","15829.289"],["10228.643","12887.455"],["10242.098","12892.054"],["21906.162","9270.125"],["6230.714","18696.019"],["6232.411","18694.897"],["13455.093","12468.513"],["13457.765","12487.734"],["13428.896","12471.415"],["25127.722","9693.349"],["25060.673","9783.926"],["9269.719","17210.748"],["11504.781","15925.312"],["11304.770","15790.174"],["11304.779","15788.406"],["11304.842","15788.903"],["11433.739","15740.204"],["11438.938","15927.537"],["11463.966","15809.683"],["15394.626","15762.590"],["15395.481","15764.146"],["15378.710","15741.239"],["15391.952","15742.651"],["15376.884","15757.877"],["15376.267","15756.213"],["15457.323","15813.228"],["15458.104","15801.656"],["15457.983","15799.887"],["15355.477","15732.451"],["15335.562","15720.574"],["15361.369","15728.510"],["15448.912","15863.711"],["15475.357","15853.893"],["15480.518","15858.937"],["15363.881","15772.872"],["15423.676","15842.597"],["15453.866","15800.423"],["15424.921","15814.073"],["15424.385","15812.333"],["15431.407","15779.249"],["15433.107","15779.348"],["15454.602","15806.913"],["15480.870","15762.124"],["15415.092","15861.380"],["15468.352","15837.453"],["17378.065","15018.849"],["17401.634","15015.466"],["15272.485","13004.947"],["11375.588","15094.705"],["8142.285","17113.366"],["8124.747","17094.693"],["8143.257","17069.222"],["7725.639","15852.383"],["7729.033","15858.255"],["7547.139","14891.085"],["7550.506","14885.175"],["7551.244","14883.642"],["7546.283","14970.311"],["7556.557","14951.478"],["7554.885","14951.781"],["7563.456","14950.664"],["7567.104","14908.236"],["7533.675","14938.149"],["7533.400","14939.830"],["7535.233","14931.519"],["7658.701","15069.715"],["7658.633","15079.839"],["7604.561","15080.915"],["7594.280","15080.067"],["7688.029","15068.419"],["7647.059","15035.001"],["7645.975","15033.832"],["7610.186","15043.372"],["9207.568","12289.367"],["9209.093","12288.492"],["9250.730","12286.707"],["9401.911","12318.458"],["9216.317","12284.662"],["9198.833","12302.948"],["7668.815","14662.380"],["9165.762","16873.127"],["9107.115","16913.631"],["9108.262","16912.458"],["9166.129","16873.845"],["9143.988","16946.365"],["9173.872","16883.449"],["9147.357","16933.473"],["9136.550","16958.082"],["9136.766","16956.013"],["9125.677","16961.883"],["9136.707","16980.956"],["9135.914","16982.672"],["9133.916","16981.644"],["9093.921","16978.002"],["9078.220","16968.136"],["9098.393","16935.523"],["9100.162","16935.225"],["9101.688","16934.301"],["9099.563","16936.816"],["9178.570","16913.021"],["9189.640","16930.108"],["9119.088","16886.179"],["9120.376","16885.068"],["17450.791","15522.240"],["17514.987","15514.912"],["17562.667","15662.791"],["17499.748","15541.217"],["17516.162","15606.673"],["17542.092","15608.860"],["17544.060","15574.102"],["17576.408","15616.980"],["17609.014","15621.633"],["17580.936","15661.983"],["17547.457","15711.510"],["17535.770","15700.107"],["17498.510","15549.285"],["17525.249","15667.419"],["17564.728","15655.625"],["17536.721","15614.488"],["17602.694","15610.277"],["8253.862","15135.694"],["8253.901","15137.397"],["8254.172","15128.886"],["17242.536","4520.331"],["6241.940","17843.967"],["6102.502","17857.164"],["6145.891","17883.306"],["6161.374","17960.257"],["22469.975","8738.890"],["5649.535","17775.011"],["11594.027","15714.284"],["7680.501","15564.393"],["12970.520","15620.640"],["12933.910","15595.888"],["12973.215","15632.850"],["12971.033","15634.295"],["12979.121","15671.765"],["13398.450","12437.534"],["27948.832","11548.046"],["27943.418","11594.411"],["6642.924","15844.323"],["6666.065","15813.736"],["28040.042","10886.331"],["28092.443","10922.839"],["28085.567","10905.781"],["28076.629","10911.847"],["28105.806","10915.932"],["7138.924","14979.757"],["15298.568","15743.691"],["10511.725","15371.591"],["19268.016","14598.456"],["9025.081","14353.849"],["8906.772","15412.158"],["8914.434","15404.211"],["8909.806","15446.719"],["8911.718","15447.378"],["7620.676","15765.120"],["7621.497","15766.846"],["7628.716","15732.503"],["7626.764","15732.311"],["7724.697","15850.987"],["13860.216","9181.204"],["11402.274","15042.512"],["11402.122","15045.940"],["11335.431","15030.470"],["11442.619","14992.072"],["11443.762","14992.575"],["11363.431","15025.849"],["11454.653","15018.749"],["11455.796","15019.252"],["11410.427","15032.608"],["11394.080","15027.221"],["16184.467","14650.566"],["12222.623","12877.828"],["9270.990","15957.519"],["9308.997","15962.404"],["17697.764","16968.559"],["16459.802","13220.016"],["6678.117","15852.362"],["17761.492","15220.169"],["17759.119","15195.764"],["17621.798","15148.828"],["17826.375","15254.634"],["17828.832","15262.698"],["17803.770","15224.874"],["18661.967","14322.399"],["18617.496","14281.167"],["18610.697","14254.104"],["18634.221","14317.491"],["16399.723","15898.466"],["11062.665","17687.755"],["11011.542","17757.707"],["7852.112","15834.774"],["7858.852","15856.190"],["7863.585","15839.721"],["7627.091","16760.580"],["7614.396","16730.086"],["7627.737","16758.885"],["7628.650","16760.687"],["7653.622","16731.744"],["7655.614","16710.950"],["4697.612","18762.748"],["4817.173","18706.271"],["4750.281","18751.337"],["4701.071","18718.535"],["10916.699","13201.388"],["11348.258","16658.308"],["21286.375","14069.827"],["18632.912","14219.590"],["18666.781","14213.680"],["12750.108","15173.362"],["12736.556","15172.556"],["9279.229","16559.937"],["9277.123","16560.899"],["9278.880","16561.861"],["9260.380","16557.932"],["9257.414","16557.198"],["9268.797","16561.344"],["9274.773","16561.773"],["9253.630","16561.389"],["7695.630","13837.803"],["12364.585","15093.965"],["12497.032","15102.119"],["12500.229","15100.808"],["12497.774","15100.893"],["12370.316","15174.793"],["12438.457","15218.050"],["12389.704","15171.622"],["12389.341","15173.230"],["12389.409","15173.072"],["12459.133","15101.779"],["12457.318","15102.200"],["12458.071","15101.969"],["12415.339","15275.932"],["12413.927","15276.961"],["12490.995","15115.026"],["12357.804","15126.509"],["11455.071","16452.149"],["11456.117","16450.734"],["11451.947","16424.072"],["11415.639","16426.291"],["11415.738","16376.102"],["11415.785","16385.360"],["11413.800","16393.692"],["11415.923","16395.846"],["11420.446","16400.918"],["11421.984","16399.606"],["11419.993","16401.755"],["11483.126","16417.930"],["11487.225","16434.231"],["8204.156","17159.492"],["8199.139","17118.749"],["8196.584","17147.213"],["8196.619","17149.252"],["8283.071","17023.148"],["8289.795","17045.076"],["8261.270","17028.571"],["8297.440","17179.457"],["8282.374","17190.141"],["8294.966","17163.723"],["8290.690","17142.498"],["8220.695","17097.169"],["8216.515","17140.649"],["8236.724","17138.585"],["8839.498","13612.701"],["8837.935","13620.983"],["8837.174","13629.226"],["8915.288","13639.113"],["8917.232","13638.681"],["8847.474","13627.120"],["8845.774","13626.947"],["8847.476","13625.264"],["27892.086","8773.719"],["27889.340","8765.370"],["10465.694","16016.617"],["10523.441","15974.299"],["10545.650","15998.856"],["10542.008","15992.549"],["7765.466","15501.285"],["7754.026","15505.616"],["17362.104","14678.257"],["13119.131","15095.078"],["13120.176","15093.433"],["13121.212","15094.414"],["13802.036","13738.624"],["5666.276","17386.664"],["5638.545","17350.792"],["5700.119","17312.221"],["11369.985","17152.206"],["11340.635","17191.569"],["11317.574","17186.384"],["11316.989","17187.620"],["11387.043","17182.082"],["11314.459","17138.791"],["14363.789","14129.116"],["12469.363","12467.699"],["9359.352","12129.942"],["9204.849","12144.049"],["9202.682","12144.205"],["20059.709","10082.955"],["20057.736","10083.290"],["13189.325","15041.729"],["13190.369","15040.084"],["13191.405","15041.065"],["7614.756","15556.585"],["12461.045","10920.844"],["11695.625","16599.053"],["19028.754","12977.433"],["10447.061","16019.977"],["10400.300","15960.499"],["10340.433","15980.131"],["6375.074","16180.274"],["6371.005","16174.270"],["6371.602","16172.701"],["29915.498","10598.523"],["4532.304","17455.290"],["4484.258","17552.159"],["4584.629","17282.755"],["11680.717","16495.077"],["5905.125","17422.304"],["5858.468","17443.824"],["6037.183","17582.343"],["14268.920","14292.531"],["14306.654","14282.156"],["7482.496","14917.927"],["7481.887","14919.480"],["7410.884","14938.874"],["7479.076","14968.338"],["7477.764","14917.759"],["9210.360","17118.170"],["9209.932","17120.462"],["9249.529","17156.755"],["9248.837","17176.873"],["9237.946","17145.455"],["9237.739","17147.420"],["9322.686","17082.200"],["9199.462","17013.404"],["9215.951","16994.812"],["9213.942","16995.210"],["15782.537","16018.977"],["20445.613","14131.706"],["6981.534","14897.348"],["7657.263","13764.726"],["22260.209","8864.685"],["7884.701","14573.965"],["7883.527","14571.810"],["7885.473","14572.524"],["7881.427","14556.271"],["17872.087","16529.712"],["19020.605","12900.690"],["12533.556","14592.384"],["12545.221","14601.757"],["17746.610","14821.335"],["17732.571","14830.203"],["17732.856","14870.476"],["16546.351","14879.520"],["16545.686","14880.392"],["16546.916","14878.648"],["7562.284","15397.992"],["7594.287","15361.218"],["7570.030","15355.244"],["7568.619","15356.317"],["7558.376","15324.202"],["7580.734","15299.575"],["7560.416","15340.357"],["7560.159","15338.290"],["7562.335","15340.175"],["7559.213","15303.096"],["7554.088","15305.019"],["7553.761","15303.577"],["7685.162","15491.695"],["7685.317","15493.370"],["7673.688","15480.366"],["7674.064","15482.233"],["7672.560","15483.608"],["7680.473","15499.694"],["7723.900","15360.840"],["7722.411","15360.263"],["7719.078","15412.215"],["7720.517","15412.766"],["7703.209","15410.054"],["7694.553","15408.699"],["7685.972","15407.355"],["7701.369","15357.050"],["7704.997","15341.491"],["7624.013","15411.078"],["7605.017","15414.463"],["7604.567","15412.757"],["7628.650","15444.421"],["7696.746","15314.706"],["7627.127","15445.370"],["7697.533","15348.350"],["7711.830","15411.405"],["7576.915","15360.314"],["7575.402","15360.543"],["7564.999","15362.200"],["7617.686","15318.179"],["7631.632","15479.644"],["7632.693","15478.258"],["7619.691","15459.294"],["7610.369","15426.046"],["7608.888","15426.137"],["7711.830","15411.405"],["7644.831","15491.169"],["7644.908","15494.504"],["7605.595","15297.793"],["7604.629","15296.303"],["5975.746","16680.339"],["5973.003","16677.317"],["9481.556","12555.785"],["17512.572","16404.905"],["6010.152","14411.918"],["5938.514","9183.012"],["5935.212","9173.039"],["5973.459","9294.488"],["5977.606","9285.968"],["5974.450","9210.460"],["7246.061","17754.692"],["4748.006","18453.350"],["4739.984","18492.915"],["4649.285","18512.833"],["4657.988","18595.076"],["14023.032","11336.151"],["11530.672","17289.801"],["7734.371","15455.424"],["7743.317","15405.308"],["7743.312","15407.078"],["7770.527","15360.329"],["7771.026","15358.677"],["7771.679","15372.708"],["7773.215","15373.302"],["7727.865","15340.664"],["7782.121","15400.167"],["7783.712","15400.451"],["7920.806","15375.995"],["7876.375","15381.521"],["7935.496","15301.133"],["7934.249","15302.739"],["7855.486","15377.725"],["7855.649","15375.958"],["7851.808","15479.132"],["7894.094","15420.476"],["7805.029","15381.356"],["7803.136","15381.784"],["7851.201","15371.459"],["7853.623","15478.603"],["7759.068","15447.225"],["7818.778","15384.761"],["7792.227","15418.353"],["7789.388","15373.241"],["7764.589","15370.714"],["7832.423","15421.629"],["6379.405","9030.180"],["15894.903","14797.748"],["27866.684","11166.707"],["27833.536","11177.007"],["17771.040","15398.608"],["17795.154","15394.293"],["17806.799","15296.281"],["17804.477","15297.271"],["17817.603","15460.077"],["17707.657","15430.198"],["17722.679","15365.056"],["17722.112","15363.384"],["17754.075","15475.342"],["17746.516","15471.996"],["10919.169","11874.157"],["10919.169","11874.157"],["17845.711","15519.443"],["17844.130","15507.065"],["17906.070","15549.958"],["17913.435","15517.776"],["17835.924","15710.748"],["9508.304","12265.714"],["9524.988","12261.835"],["23588.006","16730.371"],["11971.801","6377.874"],["11971.801","6377.874"],["16094.919","16371.439"],["10224.521","14902.023"],["10232.384","14920.125"],["10230.704","14920.934"],["10230.341","14922.656"],["10246.627","14910.575"],["8481.530","15516.112"],["8482.460","15514.520"],["8399.314","15507.974"],["12225.947","14344.644"],["12223.729","14345.724"],["12224.547","14344.203"],["12251.367","14331.782"],["12273.925","14334.974"],["12247.290","14423.126"],["12251.219","14424.482"],["12248.392","14424.209"],["12249.554","14425.539"],["12231.874","14431.855"],["7267.573","15300.267"],["7269.192","15299.760"],["7260.975","15301.838"],["11068.911","14555.949"],["11056.679","14556.462"],["11008.024","14593.364"],["10992.831","14607.632"],["10993.564","14606.075"],["6258.598","9372.683"],["6296.328","9315.868"],["6261.061","9340.656"],["6254.133","9348.150"],["6311.248","9313.021"],["12442.134","13137.601"],["12441.065","13138.375"],["12442.190","13139.360"],["12374.315","13125.694"],["12364.392","13149.634"],["12419.003","13062.244"],["12399.711","13102.350"],["12398.285","13103.402"],["18751.612","11561.901"],["13425.950","13506.313"],["11506.220","13759.179"],["20458.879","14012.336"],["9308.272","12553.904"],["11258.683","17188.805"],["11199.151","17196.538"],["11254.808","17152.839"],["11256.397","17154.041"],["10814.765","11494.475"],["17998.930","16121.945"],["17836.180","16004.544"],["9154.651","16680.731"],["9142.733","16684.338"],["9089.888","16660.799"],["9073.877","16658.534"],["9128.159","16715.194"],["9145.305","16707.734"],["9145.233","16733.954"],["9183.798","16755.577"],["12582.522","17423.539"],["12625.151","17509.611"],["12620.083","17516.420"],["12652.976","17512.838"],["12611.584","17432.213"],["12587.531","17477.724"],["12637.329","17463.042"],["12655.091","17496.791"],["12574.469","17541.515"],["12567.406","17546.098"],["12627.092","17543.042"],["12625.958","17544.474"],["12600.998","17491.656"],["12600.197","17457.827"],["8491.479","14374.121"],["8489.039","14373.807"],["8537.629","14395.664"],["8537.700","14398.502"],["8394.865","14325.082"],["8377.099","14354.189"],["8378.549","14352.821"],["8385.602","14362.111"],["8376.925","14352.607"],["8375.580","14355.594"],["8377.283","14353.273"],["8376.450","14354.737"],["8415.826","14341.136"],["8417.112","14341.581"],["7943.932","16299.298"],["12395.514","14063.633"],["13924.781","8731.454"],["12974.872","14902.814"],["12976.256","14904.139"],["12975.111","14904.992"],["21146.146","9788.755"],["11938.519","13509.130"],["11937.603","13510.607"],["11939.237","13511.252"],["11938.145","13510.047"],["9387.916","17102.321"],["10153.027","14769.684"],["6259.176","18485.522"],["6370.416","18466.856"],["12121.076","15942.874"],["12934.628","14856.873"],["12935.671","14855.228"],["12936.709","14856.209"],["12331.190","15513.355"],["12332.774","15512.424"],["12266.879","15569.946"],["12340.335","15558.432"],["12244.938","15560.096"],["10633.858","16223.917"],["16545.270","15963.537"],["12116.415","17207.454"],["12116.780","17209.224"],["12623.097","17640.380"],["15832.119","14656.454"],["9350.300","15693.861"],["9350.279","15695.246"],["9364.975","15687.871"],["9364.105","15689.400"],["9331.240","15627.692"],["9333.507","15627.793"],["9304.855","15707.174"],["9306.068","15705.863"],["15379.868","14360.157"],["15379.258","14362.213"],["5624.071","14126.996"],["5827.333","14027.706"],["5662.595","14098.435"],["5689.623","14110.388"],["5637.226","14079.236"],["5622.200","14111.971"],["4694.252","17937.075"],["17381.626","16967.308"],["7234.131","15191.115"],["7216.340","15232.290"],["7217.476","15233.554"],["7212.153","15226.932"],["27375.968","10271.166"],["12349.781","17403.604"],["12337.392","17392.081"],["12342.927","17244.731"],["9287.179","16207.810"],["9285.279","16207.963"],["9297.191","16225.114"],["9294.687","16224.202"],["6533.816","15131.907"],["6536.067","15157.679"],["6543.339","15148.495"],["6537.522","15157.270"],["22961.372","12732.775"],["22964.161","12736.498"],["12520.987","14691.020"],["12520.030","14692.488"],["12357.091","14807.294"],["12358.334","14805.938"],["12555.024","14864.371"],["6255.097","18883.815"],["5974.106","7977.034"],["5911.936","7905.102"],["5985.623","7955.798"],["5991.699","7697.092"],["10837.962","17499.051"],["10843.387","17472.221"],["10860.905","17510.594"],["10853.184","17507.555"],["10850.229","17507.146"],["10805.898","17514.233"],["10806.303","17510.631"],["10802.313","17546.558"],["10870.421","17551.345"],["16684.052","16691.840"],["16278.221","14680.475"],["5924.156","18411.913"],["11117.993","17583.925"],["5008.574","18498.738"],["5016.772","18497.251"],["9435.279","15398.905"],["9452.121","15333.543"],["9435.191","15395.353"],["9435.632","15393.872"],["9493.608","15336.949"],["9560.797","15407.767"],["9528.674","15343.787"],["9480.416","15310.003"],["9451.764","15329.049"],["9588.965","15412.380"],["9432.506","15346.503"],["4853.300","18315.745"],["6837.484","14321.085"],["12317.295","14599.626"],["12315.700","14598.470"],["7352.405","15245.445"],["7349.865","15238.316"],["7385.217","15161.692"],["7384.213","15160.468"],["7495.598","15140.534"],["7484.675","15104.416"],["7458.658","15232.336"],["7903.417","16307.696"],["7901.973","16309.337"],["7678.611","14647.611"],["7679.660","14649.154"],["7635.201","14623.222"],["7634.033","14625.074"],["7633.778","14623.140"],["7360.673","15794.525"],["7358.074","15795.644"],["9723.428","17402.145"],["9724.820","17402.937"],["9779.498","17390.458"],["9781.001","17393.469"],["9191.856","12244.463"],["9190.127","12243.290"],["9169.806","12216.884"],["9193.967","12212.529"],["9195.599","12213.586"],["14479.724","9054.799"],["12460.879","12694.563"],["17666.246","16315.874"],["16939.670","14815.336"],["16933.250","14804.630"],["16916.919","14821.021"],["19572.423","12606.251"],["14303.953","9258.742"],["14306.926","9251.653"],["14285.171","9256.891"],["14286.525","9255.867"],["14279.488","9260.610"],["7032.075","18336.978"],["7033.139","18338.783"],["6984.991","18345.069"],["6991.699","18347.077"],["6983.574","18346.203"],["12587.808","12714.347"],["11882.929","13184.985"],["11920.449","13230.682"],["11781.275","13262.283"],["11785.044","13263.093"],["11881.703","13212.764"],["11930.124","13376.888"],["11919.683","13214.086"],["11918.631","13215.484"],["11120.301","14458.549"],["11149.701","14458.885"],["20635.994","15589.017"],["11965.392","15487.390"],["11988.018","15492.014"],["12008.676","15446.623"],["11954.281","15446.689"],["12008.483","15452.029"],["11743.344","16548.805"],["6684.901","16891.085"],["10265.457","14963.562"],["10260.176","14952.018"],["10255.331","14944.883"],["10255.673","14947.426"],["10264.860","14912.579"],["10291.574","14952.629"],["10278.602","14962.488"],["10280.109","14963.578"],["10269.403","14911.753"],["10299.398","14942.670"],["10297.645","14941.051"],["10287.795","14956.807"],["8418.094","16226.730"],["8404.429","16231.606"],["8403.985","16232.808"],["8455.946","16328.055"],["8458.988","16328.583"],["8458.682","16328.130"],["8456.141","16318.192"],["8461.377","16339.641"],["8458.642","16339.567"],["8459.796","16341.749"],["8429.956","16228.832"],["17948.803","16632.326"],["4455.920","17205.787"],["15771.227","13015.005"],["15768.365","13059.150"],["15754.171","13040.557"],["15753.530","13039.017"],["21433.137","13844.066"],["12554.859","17688.210"],["12464.553","17656.869"],["12462.119","17658.743"],["12459.985","17658.597"],["12549.973","17646.309"],["15806.006","16166.963"],["15807.752","16170.064"],["15800.993","16168.023"],["17861.111","14892.588"],["9215.591","14594.011"],["9232.972","14582.902"],["9328.908","14621.290"],["9356.175","14507.519"],["12327.543","13112.085"],["12355.606","13098.522"],["12349.963","13089.733"],["11904.124","12410.171"],["11709.700","13686.562"],["11709.189","13684.861"],["11625.582","13730.129"],["11625.071","13728.427"],["11623.844","13702.974"],["11624.949","13701.424"],["11625.560","13702.864"],["11639.300","13722.799"],["19287.555","12564.636"],["5480.421","18270.476"],["5478.848","18270.245"],["5498.529","18359.110"],["7595.824","15135.685"],["7643.337","15091.673"],["7646.035","15208.466"],["7577.550","15214.123"],["7597.981","15220.414"],["7643.428","15194.839"],["8444.559","14461.737"],["8493.048","14578.704"],["8495.601","14576.681"],["11906.424","13127.642"],["11909.126","13138.874"],["11880.412","13099.706"],["11877.858","13098.434"],["11877.755","13096.444"],["11842.599","13063.005"],["11842.132","13061.292"],["11829.534","13029.639"],["11829.543","13027.882"],["11858.206","13131.866"],["11855.729","13062.983"],["11913.476","13128.035"],["16539.572","16581.403"],["9495.057","16078.865"],["9496.457","16080.605"],["9496.170","16077.430"],["17905.379","15497.949"],["17847.603","15312.704"],["17846.033","15312.545"],["17891.954","15305.075"],["17892.733","15303.650"],["17860.566","15353.297"],["17844.267","15493.229"],["17875.091","15473.451"],["17863.907","15348.840"],["17876.958","15480.616"],["17910.954","15409.271"],["4904.778","18571.262"],["4799.593","18488.655"],["4826.521","18477.992"],["4821.249","18537.014"],["4806.834","18676.420"],["4815.530","18673.093"],["11748.966","14926.667"],["11752.589","14927.271"],["11654.087","16190.659"],["11651.692","16192.715"],["11612.015","16204.941"],["11610.779","16206.189"],["8443.619","13599.234"],["8196.695","14535.211"],["8196.917","14533.346"],["8208.827","14529.950"],["8230.921","14529.548"],["8312.518","14467.249"],["8312.333","14469.234"],["8196.005","14593.568"],["8209.058","14607.953"],["8284.748","14556.776"],["8182.419","14567.560"],["8247.708","14590.745"],["8277.425","14542.561"],["8220.599","14527.486"],["8222.147","14526.607"],["8164.583","14619.597"],["8235.864","14608.578"],["8233.615","14608.524"],["8271.394","14569.154"],["8151.214","14595.299"],["8211.400","14511.721"],["8227.309","14530.271"],["8227.383","14536.933"],["8208.321","14466.882"],["8178.623","14573.182"],["7769.601","15524.812"],["8020.771","16765.338"],["8015.897","16752.246"],["8022.943","16761.933"],["8022.783","16760.003"],["7950.211","16669.178"],["8016.511","16685.510"],["7688.092","15807.402"],["10227.214","14945.065"],["10243.760","14938.772"],["10248.112","14943.661"],["10249.538","14944.652"],["10248.717","14944.024"],["10248.568","14929.359"],["10251.134","14942.670"],["10249.653","14941.068"],["6040.683","18629.856"],["5974.725","18613.227"],["5974.303","18611.342"],["6008.125","18633.760"],["6026.790","18670.753"],["6011.089","18674.786"],["6027.065","18675.439"],["6011.727","18673.064"],["8921.346","15831.087"],["6990.604","14526.047"],["9005.377","14903.066"],["9057.298","14933.051"],["6316.726","16645.556"],["6317.540","16624.870"],["6318.507","16626.236"],["9351.088","15908.639"],["9355.384","15907.497"],["9253.883","15744.020"],["9253.633","15746.854"],["9254.802","15742.510"],["9317.394","15922.643"],["9318.903","15921.708"],["9236.697","15871.844"],["9216.509","15860.064"],["9369.729","15805.673"],["9266.341","15780.386"],["9246.652","15771.864"],["4474.190","17278.555"],["4372.310","17366.065"],["4379.958","17363.320"],["4420.379","17221.087"],["12404.464","16670.733"],["8673.394","16634.186"],["8674.302","16649.856"],["8672.226","16651.358"],["8604.015","16617.156"],["8643.443","16627.911"],["8593.082","16566.217"],["8583.505","16571.864"],["8586.439","16581.299"],["8580.546","16625.630"],["8631.725","16679.385"],["8642.688","16704.225"],["8639.544","16704.788"],["8700.444","16687.134"],["8699.896","16688.328"],["8699.141","16686.468"],["14212.895","9220.399"],["14233.175","9252.808"],["14231.689","9251.990"],["14238.882","9256.488"],["14212.124","9251.169"],["14212.377","9253.021"],["6095.518","8923.867"],["9144.282","17121.798"],["9145.700","17121.156"],["9194.376","17123.181"],["9192.780","17122.232"],["8859.003","15819.038"],["12805.488","14943.768"],["12787.091","15005.522"],["12780.112","15008.525"],["28624.342","11421.175"],["28648.379","11401.537"],["17261.782","15566.586"],["17335.469","15510.372"],["8246.147","14983.220"],["8194.684","14954.128"],["8202.575","15014.494"],["8202.198","15012.833"],["8203.627","15021.223"],["8296.277","15004.217"],["8294.616","15003.352"],["8292.760","15002.622"],["8295.951","15004.764"],["8302.349","15013.585"],["8258.026","14880.571"],["8257.128","14881.956"],["8259.205","14881.812"],["8259.243","14876.841"],["8260.700","14877.687"],["8260.153","14877.026"],["8258.797","14875.568"],["8261.373","14878.375"],["8258.579","14877.202"],["28510.198","11547.023"],["9959.156","7767.826"],["9961.369","7798.409"],["9951.456","7796.196"],["9929.282","7837.112"],["6441.567","14165.272"],["16285.176","17699.192"],["16289.018","17709.365"],["25069.659","9818.310"],["25090.942","9849.715"],["25114.817","9848.351"],["12571.910","12792.428"],["13602.209","13544.782"],["13568.099","13511.864"],["13612.818","13532.220"],["13613.795","13530.760"],["10245.965","15987.534"],["10478.692","16678.352"],["10383.041","16578.927"],["10461.538","16659.839"],["10263.531","16090.240"],["10264.625","16091.383"],["10272.881","15988.804"],["10394.737","16562.025"],["9967.285","15607.889"],["9991.650","15608.809"],["10360.717","16410.670"],["10356.665","16408.481"],["10249.366","15987.680"],["10416.602","15918.910"],["10522.668","16707.502"],["10523.250","16706.010"],["10456.073","16654.891"],["10389.843","16673.560"],["10410.356","16677.023"],["10407.916","16679.694"],["10409.776","16679.459"],["10408.825","16677.707"],["10406.002","16679.723"],["10394.278","16569.035"],["10493.926","16364.947"],["10174.067","15617.661"],["10386.200","15948.042"],["10443.688","16531.372"],["10398.048","16560.702"],["10484.633","16346.893"],["9968.823","15608.673"],["9999.643","15613.914"]] \ No newline at end of file diff --git a/src/gathering/10802.json b/src/gathering/10802.json new file mode 100644 index 0000000..99fbb77 --- /dev/null +++ b/src/gathering/10802.json @@ -0,0 +1 @@ +[["10367.298","16413.681"],["10363.564","16410.430"],["10323.138","16465.562"],["10323.707","16472.800"],["10350.367","16442.176"],["10325.525","16394.263"],["10338.336","16395.289"],["10344.110","16389.868"],["10336.459","16496.620"],["10326.314","16484.975"],["10239.672","15994.512"],["10037.830","15737.496"],["10034.872","15733.302"],["10418.330","15915.254"],["10382.559","15895.841"],["10376.497","15899.772"],["10418.392","15924.730"],["10527.113","16688.802"],["10046.645","15832.382"],["10043.589","15749.636"],["10521.099","16452.485"],["10518.666","16457.189"],["10250.612","16151.294"],["10267.814","16079.972"],["10256.752","16084.767"],["10284.617","15958.490"],["10276.659","15958.983"],["10298.304","16000.612"],["10301.808","15988.463"],["10306.732","16089.107"],["10270.180","16012.662"],["10407.347","15948.437"],["10414.552","15936.529"],["10358.727","15950.849"],["10389.472","15957.407"],["10440.272","16517.532"],["10436.689","16561.588"],["10448.364","16535.130"],["10445.789","16550.028"],["9952.558","15638.910"],["9996.106","15602.246"],["10008.466","15590.896"],["10354.395","16441.775"],["10038.142","15773.509"],["10022.297","15786.300"],["10027.085","15726.438"],["9994.780","15728.682"],["10035.355","15837.084"],["10415.711","15908.076"],["10369.908","15902.676"],["10360.886","15908.576"],["10523.931","16685.463"],["10519.301","16685.085"],["10514.919","16670.657"],["10517.723","16673.554"],["10519.919","16676.729"],["10251.740","16146.058"],["10458.601","16255.623"],["10060.489","15825.058"],["10070.180","15830.282"],["10044.388","15753.970"],["10412.924","16733.700"],["10476.159","16500.555"],["10522.593","16447.345"],["10248.695","16144.331"],["10305.223","16080.426"],["10265.868","16013.541"],["10402.991","15953.062"],["10364.585","15953.812"],["10396.967","15956.053"],["10417.071","15931.044"],["10399.189","16510.014"],["10410.504","16509.451"],["10433.707","16512.691"],["10438.163","16558.129"],["10434.829","16559.035"],["9969.370","15636.872"],["9993.665","15607.602"],["9996.852","15607.467"],["9997.080","15634.773"],["10008.664","15586.534"],["10009.824","15594.676"]] \ No newline at end of file diff --git a/src/gathering/10805.json b/src/gathering/10805.json new file mode 100644 index 0000000..363ca9f --- /dev/null +++ b/src/gathering/10805.json @@ -0,0 +1 @@ +[["10353.761","16406.935"],["10323.333","16469.931"],["17122.206","4560.985"],["17122.206","4560.985"],["10394.902","15904.911"],["10450.904","16239.579"],["10456.317","16216.931"],["10408.156","16678.464"],["10466.199","16429.994"],["11960.426","13187.293"],["13332.732","16399.135"],["13332.732","16399.135"],["11037.007","17440.308"],["11011.882","17428.463"],["10504.049","16488.797"],["10489.503","16361.187"],["10261.216","15972.425"],["10417.499","16560.327"],["10434.998","16523.521"],["10509.704","16345.040"],["10808.222","17513.786"],["10811.419","17508.736"],["10806.103","17550.746"],["10870.160","17549.292"],["9965.150","15637.500"],["10263.796","14952.711"],["17118.758","4557.902"],["10410.233","15912.929"],["13329.284","16396.052"],["11024.504","17441.288"],["10507.943","16491.714"],["10505.597","16488.203"],["10174.416","15622.203"],["10265.624","15991.208"],["10372.584","15943.562"],["7937.112","16299.278"],["10446.117","16531.956"],["10432.162","16556.444"],["10839.087","17507.855"],["10807.795","17551.764"],["9956.212","15626.786"],["11627.966","13714.726"]] \ No newline at end of file diff --git a/src/gathering/10809.json b/src/gathering/10809.json new file mode 100644 index 0000000..2a008ad --- /dev/null +++ b/src/gathering/10809.json @@ -0,0 +1 @@ +[["22233.721","9055.910"],["22246.739","9039.828"],["17626.760","15464.657"],["17129.011","4560.397"],["17130.986","4560.193"],["10652.921","13725.098"],["10654.779","13722.336"],["9669.480","14342.487"],["21385.783","9807.363"],["8471.275","16365.559"],["12494.039","14954.621"],["5762.489","17587.985"],["12472.219","14972.446"],["12418.681","15035.470"],["12334.931","15161.044"],["12353.404","15150.164"],["18416.546","13142.915"],["18423.774","13138.671"],["18423.774","13138.671"],["14409.140","9459.380"],["14415.645","9496.260"],["9221.599","16923.182"],["9222.070","16882.895"],["9421.105","12511.567"],["13736.496","13993.105"],["13772.853","14025.494"],["10738.621","13800.557"],["10770.138","13741.355"],["10755.184","13794.694"],["10756.021","13792.251"],["18100.926","16800.581"],["12772.710","14931.703"],["5940.421","13970.847"],["5871.213","14023.188"],["5864.406","13953.379"],["28594.922","10800.893"],["9109.924","17030.751"],["9109.141","17024.862"],["9102.355","17025.754"],["17087.263","4329.820"],["11145.904","15836.436"],["11246.947","15724.863"],["10189.623","17697.894"],["15365.278","15717.856"],["15512.142","15705.134"],["12124.018","13221.048"],["12027.943","13211.394"],["12028.729","13209.003"],["12024.602","13212.445"],["5942.198","13757.905"],["12471.606","13955.748"],["21456.215","13715.708"],["6573.272","9205.756"],["6573.517","9204.773"],["6298.688","18809.054"],["7441.014","15421.474"],["5822.843","14011.238"],["5642.760","13983.417"],["5634.785","13977.157"],["13339.537","16398.548"],["13341.513","16398.344"],["6070.147","17529.575"],["6062.149","17568.339"],["6149.003","17576.278"],["6167.243","17472.164"],["28522.428","11259.660"],["14060.867","8599.949"],["22264.850","9051.179"],["14640.266","8835.216"],["14582.166","8847.186"],["14002.359","15744.910"],["14224.580","9541.444"],["14222.196","9541.087"],["17878.335","15263.877"],["16009.814","14578.013"],["11376.753","16487.454"],["11448.867","16484.080"],["11418.610","16499.064"],["28348.127","11358.659"],["11655.447","17139.591"],["17843.888","15806.464"],["17835.531","15808.255"],["8391.724","13688.031"],["8383.295","13675.731"],["8381.536","13685.668"],["11242.059","13982.550"],["28739.845","11126.147"],["28744.656","11240.520"],["28669.267","11264.420"],["28733.234","11107.716"],["28717.541","11146.958"],["9283.908","12494.716"],["9279.060","12433.183"],["9276.715","12431.429"],["12861.867","15915.328"],["6226.539","18705.984"],["14585.922","13078.447"],["14586.286","13078.969"],["13429.031","12462.225"],["17378.323","4300.535"],["15478.708","15754.812"],["15448.626","15861.736"],["15488.087","15831.564"],["15487.536","15834.257"],["15450.027","15733.709"],["15391.117","15736.392"],["15467.827","15870.750"],["15453.308","15869.209"],["9405.179","12306.631"],["17545.869","15515.836"],["6239.782","17854.731"],["5670.096","17814.246"],["7690.041","15625.887"],["12935.019","15620.363"],["11030.957","16644.030"],["11029.157","16642.984"],["11028.323","16638.240"],["19124.790","14563.548"],["19138.767","14653.020"],["19162.446","14657.903"],["19148.464","14656.326"],["19147.742","14655.812"],["19163.092","14620.285"],["19169.557","14632.889"],["19205.291","14630.616"],["19199.612","14623.061"],["19171.648","14634.174"],["19198.458","14618.252"],["19180.963","14643.686"],["19205.501","14630.621"],["19189.287","14642.789"],["19172.754","14644.047"],["19175.798","14644.425"],["19794.281","14746.403"],["19808.636","14710.914"],["19809.618","14717.681"],["18664.974","14255.589"],["7862.373","15838.278"],["10916.541","13206.372"],["12486.813","15140.833"],["12483.799","15136.996"],["12505.649","15146.465"],["5649.697","17340.234"],["5967.544","17521.871"],["14270.464","14239.517"],["7568.019","15353.136"],["7722.378","15417.034"],["7681.127","15404.228"],["7630.141","15476.781"],["7607.833","15295.928"],["6041.607","7949.681"],["5969.236","9325.310"],["5966.542","9324.673"],["5941.794","9184.523"],["7765.068","15337.727"],["27879.505","11162.375"],["17798.045","15301.572"],["12228.277","14343.221"],["6294.782","9366.974"],["6295.980","9366.800"],["10741.082","17016.071"],["27344.886","10266.912"],["22952.451","12735.335"],["11920.633","12165.900"],["9526.165","15213.690"],["12709.700","17028.769"],["12709.152","17029.103"],["12708.555","17030.255"],["7044.286","18390.471"],["7040.955","18387.886"],["7012.210","18433.287"],["7089.862","18336.621"],["11839.919","13274.945"],["13734.279","14032.720"],["14165.716","8845.849"],["8455.926","16216.865"],["10603.114","14995.937"],["5513.368","18283.939"],["5497.062","18281.958"],["7645.681","15211.684"],["7589.836","15195.812"],["7577.846","15179.779"],["7720.400","15207.771"],["7718.427","15209.239"],["7553.579","15122.237"],["7699.033","15105.428"],["11895.660","13141.203"],["17533.489","15734.755"],["17518.082","15742.760"],["8168.988","14573.824"],["18428.184","13206.814"],["28348.080","10889.748"],["28597.094","11311.752"],["28587.508","11299.221"],["28627.526","11412.369"],["7410.678","18250.294"],["7411.282","18250.484"],["9941.835","7772.034"],["13580.548","13553.460"]] \ No newline at end of file diff --git a/src/gathering/10810.json b/src/gathering/10810.json new file mode 100644 index 0000000..c89df31 --- /dev/null +++ b/src/gathering/10810.json @@ -0,0 +1 @@ +[["22240.044","9046.942"],["22246.118","9038.451"],["17645.238","15488.844"],["29035.037","11150.397"],["12475.872","14968.627"],["12478.845","14960.853"],["12480.004","14957.256"],["12483.117","14948.953"],["12483.140","14970.740"],["12485.896","14962.867"],["12486.941","14959.270"],["12489.881","14950.946"],["12480.881","14973.783"],["5764.919","17588.995"],["12412.779","15042.777"],["12350.985","15149.734"],["18383.389","13117.606"],["14409.353","9465.109"],["9217.210","16886.701"],["28676.925","11040.675"],["13709.101","13985.121"],["13771.549","14026.348"],["10753.692","13782.876"],["10744.699","13802.353"],["10756.928","13767.118"],["10749.562","13774.869"],["11995.084","13057.354"],["12735.743","14960.250"],["5941.601","13848.748"],["5940.396","13855.838"],["5939.555","13862.776"],["5951.289","13850.704"],["5950.350","13857.710"],["28587.930","10800.862"],["15345.133","15707.197"],["15500.482","15684.573"],["15496.352","15687.070"],["15504.923","15704.215"],["11976.591","13191.437"],["21595.520","13799.684"],["7444.299","15418.265"],["20378.448","9451.209"],["20522.444","9486.443"],["6072.581","17530.583"],["6064.583","17569.346"],["6147.013","17578.040"],["6165.123","17473.765"],["11860.408","14712.042"],["28339.652","11369.373"],["8393.274","13687.677"],["8375.669","13672.945"],["17719.550","15704.043"],["28715.593","11091.819"],["28742.311","11238.177"],["28716.446","11147.355"],["8321.448","14693.989"],["8287.287","14711.476"],["14691.533","8610.258"],["9261.410","12529.721"],["9265.783","12508.760"],["9274.831","12539.090"],["12282.622","15047.725"],["12294.997","15035.458"],["12826.671","15846.701"],["15445.899","15874.556"],["15470.689","15830.450"],["7681.501","15031.738"],["17541.932","15532.851"],["6240.959","17852.370"],["7683.450","15638.924"],["19140.612","14599.004"],["19131.996","14555.056"],["19123.441","14587.645"],["19814.920","14706.625"],["19816.154","14718.705"],["19814.683","14763.878"],["19815.784","14755.044"],["19810.763","14743.978"],["19822.645","14735.132"],["19811.586","14732.884"],["17790.630","15215.751"],["7844.899","15848.046"],["12757.538","15183.752"],["12522.070","15119.390"],["12355.665","15145.017"],["8892.264","13625.827"],["27745.716","8887.672"],["7617.683","15568.401"],["5964.890","17521.900"],["7623.290","15458.813"],["7745.526","15406.070"],["7771.289","15357.895"],["7770.822","15338.261"],["27866.432","11159.522"],["27849.849","11170.359"],["17801.316","15303.934"],["27361.698","10265.976"],["27341.458","10264.173"],["22947.936","12727.631"],["28902.701","10842.437"],["28909.758","10850.552"],["7358.659","15173.253"],["6986.610","18309.756"],["6981.536","18314.600"],["6991.650","18304.793"],["7012.340","18436.916"],["7047.150","18385.471"],["7023.534","18434.950"],["11961.692","15492.660"],["11960.618","15494.101"],["11962.372","15491.207"],["11961.112","15490.640"],["13727.565","14029.239"],["15787.411","13028.528"],["7921.874","14276.843"],["7593.903","15196.932"],["7572.203","15183.264"],["7571.925","15181.428"],["8496.124","14575.090"],["8417.294","14538.514"],["11902.002","13146.552"],["17514.110","15739.449"],["8317.482","14511.108"],["18431.697","13229.749"],["18440.162","13218.456"],["28619.415","11412.638"],["13580.606","13547.731"]] \ No newline at end of file diff --git a/src/gathering/10811.json b/src/gathering/10811.json new file mode 100644 index 0000000..76e1ff7 --- /dev/null +++ b/src/gathering/10811.json @@ -0,0 +1 @@ +[["20079.555","10984.869"],["19970.930","10962.872"],["8297.036","14374.218"],["5763.472","17588.758"],["20170.741","11001.772"],["20211.741","10972.760"],["20600.576","7245.929"],["19349.792","11840.109"],["19370.669","11703.440"],["7788.238","14747.753"],["7777.290","14736.398"],["7823.404","14727.299"],["7764.546","14691.882"],["7739.180","14666.908"],["8005.730","14917.380"],["14666.237","13459.633"],["14652.622","13446.407"],["14486.394","13577.762"],["8943.096","14430.121"],["6071.134","17530.351"],["6063.136","17569.115"],["6057.723","17567.121"],["6169.650","17529.974"],["6147.863","17576.840"],["6166.060","17472.635"],["11378.806","13026.097"],["12609.679","15977.530"],["5961.772","17404.146"],["5964.066","17403.746"],["6011.529","17377.406"],["6013.955","17375.679"],["5994.649","17374.202"],["6009.436","17368.171"],["5987.208","17375.085"],["5987.297","17375.863"],["5992.623","17392.385"],["5992.499","17392.690"],["5993.104","17392.894"],["5992.993","17393.137"],["5992.903","17389.050"],["11184.237","16612.522"],["6240.615","17853.800"],["6101.274","17857.380"],["6147.177","17883.689"],["6160.136","17960.109"],["19257.315","12031.168"],["19240.272","12029.060"],["19122.526","11932.111"],["19331.081","11960.411"],["6036.072","17581.609"],["5966.315","17521.552"],["22432.814","8882.109"],["22443.750","8903.307"],["20008.894","11089.140"],["9354.667","13659.755"],["19707.688","11789.643"],["9182.953","12308.617"],["19262.178","11858.811"],["6860.087","18837.501"],["6828.208","18835.887"],["6835.514","18749.068"],["6863.944","18702.963"],["6802.585","18839.430"],["6818.518","18853.889"],["6812.536","18860.261"],["6805.725","18689.174"],["9702.126","14445.719"],["9686.986","14448.173"],["9676.006","14442.565"],["9649.138","14410.922"],["9658.852","14410.197"],["9632.457","14427.834"],["9643.582","14416.311"],["9756.147","14288.172"],["9759.792","14275.946"],["9771.991","14314.698"],["9764.862","14301.604"],["8127.321","14362.869"],["7473.185","18323.019"],["7482.758","18298.908"],["20165.101","11003.273"],["9773.751","13812.530"],["6920.530","18923.266"],["6946.888","18904.971"],["6913.487","19055.736"],["6939.306","19015.399"],["6941.525","19008.499"],["7016.939","18973.184"],["7018.448","18968.933"],["7021.115","18972.170"],["6978.212","19083.914"],["7024.049","19007.328"],["7025.100","19000.863"],["7022.636","18999.971"],["7021.477","19004.651"],["7018.472","19005.736"],["6910.725","19052.387"],["6907.816","19056.338"],["6907.858","19054.093"],["8411.574","9603.182"],["9692.860","14628.475"],["9693.131","14646.893"],["9698.614","14628.155"],["9740.959","14588.022"],["9743.252","14591.672"],["9723.521","14559.296"],["9728.970","14560.058"],["9724.414","14529.836"],["9730.520","14527.092"],["9724.404","14513.796"],["9723.566","14503.922"],["9695.273","14495.400"],["9697.418","14489.203"],["9705.139","14456.401"],["9751.634","14584.333"],["9745.469","14570.767"],["9750.525","14635.770"],["9740.121","14628.234"],["9725.690","14646.280"],["9714.619","14645.480"],["9808.262","14590.592"],["9802.815","14593.250"],["9787.429","14602.605"],["9780.738","14590.433"],["9793.164","14494.723"],["9797.313","14495.510"],["7764.148","14845.305"],["9786.702","14234.848"],["9790.186","14225.253"],["9756.615","14209.645"],["9756.056","14212.972"],["9733.013","14177.668"],["9726.800","14163.271"],["9729.163","14156.549"],["9745.819","14125.879"],["9736.897","14123.753"],["9766.522","14079.745"],["9770.223","14080.027"],["9803.879","14131.127"],["9802.956","14130.299"],["9773.039","14027.420"],["9771.351","14027.602"],["9800.363","14041.645"],["9786.256","14035.861"],["9729.540","14031.401"],["9804.202","14122.577"],["9802.334","14119.892"],["10679.994","11491.679"],["10679.994","11491.679"],["12749.872","13750.030"],["8006.026","14934.699"],["9901.660","14155.561"],["9902.141","14149.661"],["9868.244","14088.217"],["9865.920","14087.097"],["9837.686","14067.099"],["9851.750","14081.789"],["9831.171","14079.585"],["9839.073","14082.861"],["7732.522","18470.856"],["7740.171","18540.919"],["7737.183","18624.921"],["9053.705","14559.539"],["9444.219","13729.568"],["9410.576","13705.577"],["9518.438","13751.557"],["9585.365","13785.360"],["9565.514","13755.610"],["9538.218","13776.985"],["9464.128","13755.094"],["12776.420","13823.470"],["9303.571","14247.010"],["9298.457","14245.654"],["8379.234","9504.154"],["6824.709","18951.583"],["6880.246","18972.326"],["6867.793","19061.294"],["6711.568","18893.238"],["6710.161","18969.916"],["6755.797","18986.728"],["6861.977","19000.683"],["9620.084","13797.704"],["9341.905","17337.049"],["9314.426","17464.349"],["9582.461","14385.875"],["9586.292","14380.929"],["9603.141","14344.412"],["9607.092","14357.695"],["9601.257","14335.870"],["9609.081","14324.626"],["9571.398","14343.001"],["9572.665","14335.785"],["9591.059","14406.176"],["9588.949","14391.816"],["9611.422","14376.060"],["9611.119","14390.983"],["9574.827","14276.720"],["9575.672","14284.610"],["9570.645","14243.855"],["9560.813","14262.791"],["9524.822","14287.544"],["9514.301","14288.585"],["9539.177","14241.102"],["9441.659","14287.051"],["9435.352","14283.585"],["9599.968","14354.130"],["9603.835","14324.251"],["9555.706","14302.907"],["9896.340","14242.900"],["9895.810","14241.937"],["9982.931","14251.760"],["9959.213","14246.809"],["9965.149","14283.646"],["9976.298","14307.615"],["9962.638","14278.576"],["9964.887","14286.023"],["9949.531","14319.924"],["9941.578","14314.951"],["9895.633","14370.085"],["9893.621","14359.296"],["9917.657","14339.972"],["9913.496","14329.059"],["9938.957","14379.918"],["9939.847","14375.502"],["9976.167","14373.059"],["9960.419","14390.425"],["9880.864","14429.433"],["9875.395","14430.848"],["9854.775","14438.274"],["9848.042","14438.641"],["9906.929","14403.970"],["9901.468","14404.676"],["9942.581","14318.522"],["9960.604","14300.391"],["9613.692","17248.979"],["9578.554","17240.119"],["9526.832","17262.952"],["9454.135","17367.723"],["9465.376","17346.736"],["9511.063","17359.153"],["9573.398","17355.260"],["9600.729","17323.985"],["9429.916","17388.413"],["9415.559","17341.973"],["12994.202","11651.021"],["6935.385","18876.614"],["7035.608","18886.471"],["6890.282","18713.214"],["6885.668","18698.219"],["6889.652","18700.965"],["6889.150","18707.827"],["6980.983","18678.543"],["6986.732","18775.309"],["6983.736","18772.901"],["6973.047","18701.316"],["7064.507","18750.483"],["7049.293","18745.819"],["7065.750","18770.677"],["7075.889","18760.398"],["6962.029","18645.034"],["6917.216","18537.035"],["6958.709","18629.643"],["7012.098","18673.081"],["6970.097","18529.324"],["7699.842","18500.305"],["7702.051","18638.991"],["7932.848","14899.609"],["7116.076","18805.558"],["9854.473","14167.883"],["9838.815","14172.067"],["9875.140","14176.178"],["9888.565","14177.554"],["9946.165","14214.430"],["9949.767","14214.503"],["9943.736","14199.421"],["9958.062","14205.802"],["9915.852","14217.577"],["9926.923","14217.034"],["7148.416","18904.586"],["11732.626","5995.395"],["11732.626","5995.395"],["9648.617","13865.362"],["9359.357","13693.298"],["6785.120","18645.056"],["9649.371","17233.032"],["9623.839","17389.565"],["9667.709","17333.964"],["9528.992","14237.695"],["9663.369","14700.615"],["9655.305","14680.701"],["9704.230","14695.267"],["9707.854","14701.204"],["9697.709","14661.809"],["9745.313","13930.981"],["9683.451","13837.679"],["9696.102","13911.596"],["9717.083","13896.192"],["9673.305","13898.032"],["9785.414","13939.176"],["9716.377","13980.188"],["9696.300","14021.689"],["9737.572","14013.939"],["9768.514","13978.210"],["9737.503","13987.337"],["9781.771","13971.440"],["9782.751","13960.481"],["9790.197","13877.883"],["9784.756","13871.198"],["9779.153","13818.512"],["9762.852","13845.994"],["9761.406","13839.187"],["9739.238","13819.884"],["9716.694","13821.949"],["9657.243","13930.097"],["9654.645","13923.291"],["9653.794","13898.561"],["9650.616","13893.529"],["7566.867","18319.923"],["7560.647","18384.792"],["7583.157","18341.240"],["7601.044","18335.682"],["7568.441","18260.647"],["7683.276","18441.530"],["7562.118","18346.134"],["7537.702","18350.060"],["9845.754","14476.915"],["9850.180","14476.870"],["9539.919","17439.921"],["9594.341","17426.732"]] \ No newline at end of file diff --git a/src/gathering/10812.json b/src/gathering/10812.json new file mode 100644 index 0000000..0bcc065 --- /dev/null +++ b/src/gathering/10812.json @@ -0,0 +1 @@ +[["9067.720","14825.288"],["22099.286","9058.835"],["22105.367","8961.791"],["10782.437","7908.045"],["10660.417","13709.697"],["28306.647","10807.773"],["9678.305","14348.748"],["29027.794","11158.315"],["22915.289","9172.055"],["12535.829","17616.044"],["8037.784","17154.294"],["8119.498","17097.879"],["8037.836","17047.755"],["7771.804","15622.138"],["7836.467","15536.231"],["20113.262","14358.651"],["6312.597","9401.479"],["6296.812","9397.375"],["12307.392","15236.094"],["12315.968","15232.630"],["21254.886","9905.844"],["21246.732","9839.136"],["21297.809","9836.513"],["21302.097","9851.955"],["21286.228","9922.807"],["21217.053","9922.649"],["17375.750","16750.466"],["17349.155","16720.337"],["17338.326","16718.366"],["17340.522","16752.779"],["14397.732","9466.414"],["14407.740","9471.448"],["14391.411","9472.219"],["9453.229","12435.489"],["9435.797","12416.515"],["13806.778","13921.302"],["6478.878","14150.649"],["12056.991","13179.435"],["18090.578","16817.182"],["12777.412","14936.854"],["12725.583","14961.426"],["6003.544","18678.257"],["8686.461","16519.702"],["8591.500","16550.797"],["21173.349","9855.133"],["21139.251","9851.979"],["5787.423","18538.369"],["5788.480","18543.678"],["9163.251","12448.413"],["5925.537","13753.402"],["17795.308","15182.974"],["5482.383","17972.751"],["6470.256","9180.747"],["6571.150","9200.358"],["6465.230","9207.333"],["7427.928","15411.173"],["5630.334","13975.813"],["20448.472","9482.776"],["20425.568","9484.711"],["20429.556","9479.417"],["11267.201","17324.875"],["28885.921","10878.887"],["28888.670","10871.193"],["28541.318","11233.056"],["22424.332","8978.033"],["22240.189","8869.825"],["14171.597","9527.516"],["16899.935","16744.869"],["11430.720","16500.790"],["11462.363","16499.053"],["11381.504","16498.990"],["28308.114","11319.146"],["28308.011","11319.083"],["5857.462","9044.102"],["5813.338","8969.081"],["11655.796","17139.200"],["17833.932","15765.944"],["17833.700","15766.133"],["7274.228","14701.757"],["17667.818","15610.118"],["17682.585","15661.920"],["17686.164","15667.430"],["17686.133","15667.383"],["17693.413","15604.085"],["10580.330","12733.364"],["28708.747","11170.785"],["28708.671","11170.856"],["28718.091","11117.324"],["16838.412","17311.405"],["9326.250","12352.243"],["9274.355","12410.469"],["9362.824","12389.434"],["9364.977","12374.407"],["9295.810","12513.612"],["9304.301","12497.922"],["26406.532","15452.557"],["12318.001","15065.340"],["12371.704","14646.979"],["13463.377","12492.879"],["27904.921","11388.342"],["15447.272","15772.873"],["15362.574","15727.344"],["15468.828","15833.065"],["15453.549","15881.409"],["9204.511","12291.339"],["9181.337","16903.060"],["17612.751","15659.708"],["17521.356","15717.432"],["10760.798","13336.460"],["6470.485","15916.971"],["15295.643","15735.248"],["19146.334","14655.140"],["19178.407","14626.389"],["9038.502","14327.544"],["19791.360","14747.457"],["17809.978","15276.500"],["17815.663","15274.814"],["17794.018","15231.059"],["7871.927","15853.612"],["4685.350","18757.635"],["4819.213","18704.075"],["10916.340","13208.712"],["10916.283","13206.562"],["12511.750","15149.583"],["12406.542","15293.737"],["8149.583","17183.957"],["8217.654","17113.177"],["8168.468","17117.528"],["10481.356","16037.472"],["6691.223","14194.621"],["10457.758","16009.365"],["6358.984","16173.626"],["4531.210","17452.485"],["14296.492","14250.993"],["28394.914","11333.865"],["17771.221","14820.917"],["17758.615","14851.552"],["17766.588","14841.887"],["7691.465","15373.284"],["7705.420","15351.978"],["7695.579","15343.929"],["7606.385","15374.742"],["6474.670","14246.635"],["17577.087","16433.816"],["5941.383","9186.182"],["5986.346","9172.627"],["5966.550","9205.408"],["4745.103","18452.565"],["4742.876","18493.728"],["7740.699","15420.482"],["7740.344","15417.880"],["7823.074","15372.957"],["7773.851","15368.795"],["7771.313","15363.152"],["6425.065","9038.555"],["6374.505","9046.251"],["17878.820","15644.563"],["9526.834","12260.541"],["11512.090","16018.053"],["12251.207","14424.303"],["16402.922","14477.655"],["6300.278","9366.241"],["6253.245","9344.110"],["6392.424","9204.885"],["10750.999","17087.578"],["7099.746","18255.234"],["12621.195","17517.445"],["8548.490","14306.802"],["10138.871","14778.857"],["10138.923","14778.864"],["10573.802","16201.343"],["7213.316","15214.112"],["12339.484","17389.148"],["5996.721","7920.228"],["5981.743","7947.786"],["6013.284","7689.944"],["7426.060","14451.218"],["9495.549","15337.507"],["18058.265","16729.183"],["16926.805","14796.211"],["19622.793","12612.722"],["12711.023","17034.397"],["7019.666","18440.177"],["29056.797","11026.074"],["29042.784","10993.908"],["13729.008","14028.781"],["9189.709","12294.308"],["10293.539","14950.453"],["10273.058","14956.616"],["10273.059","14956.616"],["10285.955","14930.012"],["10292.264","14940.479"],["10292.478","14937.077"],["10291.573","14935.195"],["10292.479","14937.076"],["10285.844","14927.037"],["10277.119","14960.968"],["10277.119","14960.968"],["10286.906","14929.603"],["10275.273","14957.082"],["10603.115","14996.030"],["15780.112","13015.535"],["21547.102","13874.250"],["21485.571","13936.356"],["12557.818","17688.738"],["17831.129","14912.305"],["17852.745","14900.245"],["23807.060","11181.181"],["11624.851","13723.680"],["5499.388","18315.473"],["5510.721","18311.074"],["5528.120","18296.065"],["11885.247","13141.112"],["11904.046","13121.933"],["11904.202","13127.958"],["11893.744","13132.558"],["11862.267","13153.566"],["17901.320","15438.150"],["17532.701","15724.159"],["17518.375","15724.415"],["17521.901","15725.392"],["8234.205","14509.115"],["8265.756","14501.853"],["5734.573","9175.678"],["10237.141","14939.760"],["10241.204","14961.714"],["10241.206","14961.714"],["10236.454","14943.196"],["10235.145","14945.413"],["10236.453","14943.197"],["5974.901","18612.491"],["5997.017","18666.614"],["9052.547","14902.616"],["4417.744","17222.529"],["8626.143","16572.781"],["8586.106","16617.009"],["8610.606","16659.677"],["8645.052","16698.509"],["8690.263","16671.008"],["8671.577","16680.088"],["8634.714","16630.123"],["28343.659","10899.881"],["28349.811","10893.451"],["28293.643","10946.101"],["28312.175","11030.107"],["6091.634","8927.715"],["6172.520","8890.179"],["9143.501","17119.830"],["28644.716","11399.628"],["8265.973","15003.125"],["9934.344","7745.985"],["6419.363","14197.776"],["6380.325","14196.873"],["13607.166","13546.185"],["13581.946","13534.864"],["13575.668","13534.646"],["13577.467","13508.485"],["22235.382","9053.855"],["22245.370","9040.121"],["6123.836","9233.522"],["6554.564","9194.529"],["6538.729","9187.848"],["6533.543","9182.676"],["6541.727","9188.143"],["6548.250","9193.596"],["6546.466","9191.170"],["6525.907","9334.326"],["9934.506","15021.688"],["16538.011","16143.229"],["5975.454","9280.062"],["5977.550","9277.898"],["5926.348","9364.986"],["5928.502","9367.166"],["5948.986","9226.018"],["5946.042","9226.645"],["5947.841","9230.650"],["5949.995","9232.830"],["10027.167","14716.778"],["10035.809","14688.223"],["6229.518","9137.640"],["27883.648","11166.878"],["17869.135","15634.605"],["10229.641","14910.327"],["10200.139","14913.017"],["6297.407","9369.683"],["6302.203","9365.039"],["6304.188","9362.742"],["10049.770","14704.642"],["10047.621","14702.462"],["10142.183","15312.936"],["10453.620","15051.445"],["10258.296","15031.835"],["10293.248","14932.317"],["10286.422","14956.071"],["10260.082","14919.842"],["10294.539","14950.280"],["10283.060","14923.389"],["5736.829","9175.875"],["5739.804","9175.212"],["5730.245","9176.707"],["6247.772","9087.093"],["6248.458","9090.083"],["6251.768","9082.197"],["6203.034","9085.081"],["6200.087","9085.706"],["10228.216","14952.924"],["10236.635","14942.858"],["10238.695","14962.438"]] \ No newline at end of file diff --git a/src/gathering/10813.json b/src/gathering/10813.json new file mode 100644 index 0000000..44eeda5 --- /dev/null +++ b/src/gathering/10813.json @@ -0,0 +1 @@ +[["7819.523","15178.650"],["7795.804","15210.536"],["7827.813","15237.283"],["17699.037","15645.534"],["9300.498","12449.682"],["9306.180","12453.582"],["28581.091","11312.296"]] \ No newline at end of file diff --git a/src/gathering/10814.json b/src/gathering/10814.json new file mode 100644 index 0000000..4e0889b --- /dev/null +++ b/src/gathering/10814.json @@ -0,0 +1 @@ +[["8187.555","14432.807"],["12380.993","14992.434"],["7834.116","15221.705"],["7815.838","15227.787"],["7726.214","15195.257"],["7822.724","15240.508"],["5939.257","13966.227"],["21478.311","13624.396"],["28480.130","11328.334"],["28459.112","11323.543"],["28488.222","11305.354"],["21495.415","13884.277"],["17911.898","15369.831"],["8303.171","14542.473"],["8253.364","15017.936"]] \ No newline at end of file diff --git a/src/gathering/10815.json b/src/gathering/10815.json new file mode 100644 index 0000000..b253e3b --- /dev/null +++ b/src/gathering/10815.json @@ -0,0 +1 @@ +[["7805.857","15170.501"],["7815.420","15224.880"],["7837.061","15221.977"],["5936.916","13974.525"],["28485.315","11305.478"],["8214.106","14464.247"],["8248.718","14632.534"],["8197.176","14473.421"],["28579.437","11341.767"]] \ No newline at end of file diff --git a/src/gathering/10817.json b/src/gathering/10817.json new file mode 100644 index 0000000..44a45cd --- /dev/null +++ b/src/gathering/10817.json @@ -0,0 +1 @@ +[["28550.494","10962.931"],["28481.726","10975.803"],["7883.594","15392.516"],["7884.512","15389.728"],["7466.219","15195.233"],["8169.804","14547.542"],["8172.779","14547.535"],["8175.763","14547.426"]] \ No newline at end of file diff --git a/src/gathering/10818.json b/src/gathering/10818.json new file mode 100644 index 0000000..1807215 --- /dev/null +++ b/src/gathering/10818.json @@ -0,0 +1 @@ +[["10719.517","7919.176"],["10720.201","7925.317"],["10720.032","7925.810"],["10720.127","7925.772"],["10720.496","7918.657"],["10717.593","7919.433"],["16715.408","17372.911"],["7403.674","18254.390"],["12420.843","15022.667"],["12334.559","15161.025"],["21226.199","9889.741"],["21225.559","9889.836"],["21207.708","9957.194"],["21203.332","9955.926"],["14415.940","9496.677"],["14415.451","9491.698"],["9222.143","16883.404"],["9219.864","16884.818"],["9422.340","12512.511"],["13809.462","13933.443"],["13812.212","13930.574"],["10769.465","13741.727"],["10766.503","13742.717"],["10769.234","13741.359"],["7746.325","15191.010"],["7745.382","15191.379"],["7745.788","15191.201"],["7748.663","15190.339"],["7747.710","15190.592"],["7746.489","15193.483"],["7745.876","15191.250"],["9023.038","13620.646"],["9029.122","13612.474"],["18099.477","16800.555"],["18092.440","16793.664"],["5864.176","13953.838"],["6021.673","18679.085"],["17087.712","4328.394"],["11145.590","15836.236"],["15456.532","15600.858"],["12123.798","13221.557"],["21481.044","13653.159"],["8365.267","17090.336"],["6295.543","18809.438"],["11021.080","17505.391"],["11017.612","17507.876"],["28505.952","11275.252"],["14637.713","8835.862"],["14003.509","15749.046"],["14003.872","15743.818"],["17962.689","15250.986"],["11449.948","16484.709"],["17692.221","15659.818"],["17688.609","15656.468"],["17688.271","15656.023"],["17688.251","15656.119"],["17687.769","15656.978"],["17687.976","15655.679"],["17692.859","15661.792"],["17692.998","15662.758"],["11241.550","13982.487"],["9316.760","12337.623"],["9318.267","12337.727"],["9321.110","12534.034"],["9321.182","12538.080"],["12862.235","15915.270"],["17379.060","4301.680"],["15466.503","15790.638"],["15467.278","15793.035"],["15469.137","15793.170"],["15469.064","15793.704"],["15469.069","15794.197"],["15469.118","15793.658"],["15468.120","15793.116"],["8126.170","17097.183"],["9403.552","12326.431"],["9403.614","12326.457"],["12935.368","15620.494"],["8206.885","17145.467"],["8211.905","17155.459"],["8217.974","17142.906"],["8200.976","17154.020"],["8203.983","17156.697"],["8225.611","17148.110"],["7643.357","15645.898"],["7642.521","15642.951"],["7642.873","15645.068"],["6354.561","16209.561"],["7700.279","15475.569"],["7873.711","15482.192"],["7853.205","15354.717"],["7854.242","15355.344"],["7868.396","15360.406"],["14009.935","8569.886"],["21318.802","9768.357"],["9527.156","15214.973"],["9460.036","15344.447"],["7089.786","18337.128"],["11839.252","13273.641"],["14163.144","8845.891"],["18036.185","16727.928"],["5513.012","18283.566"],["7609.913","15217.949"],["7609.445","15216.541"],["7608.557","15214.208"],["11811.710","13147.283"],["11814.361","13147.345"],["8168.813","14573.494"],["8165.851","14574.030"],["28587.761","11301.599"],["28583.553","11296.729"],["7401.774","18254.552"],["7402.845","18254.935"],["7403.216","18255.365"],["7403.222","18255.269"],["7403.518","18255.700"],["7400.447","18252.772"],["9950.321","7790.133"],["9947.311","7787.441"],["10719.620","7924.772"],["10719.667","7924.817"],["10719.335","7924.703"],["16713.882","17369.758"],["16716.257","17369.318"],["16717.321","17370.617"],["21225.137","9889.774"],["14416.065","9493.972"],["9218.761","16885.486"],["9452.679","12450.548"],["9454.222","12450.027"],["9422.246","12511.096"],["16901.148","13610.911"],["16900.284","13609.525"],["7750.297","15191.853"],["7750.211","15191.582"],["7750.229","15191.518"],["18097.852","16794.033"],["18092.184","16795.419"],["15456.192","15599.491"],["21481.488","13655.157"],["8365.710","17092.332"],["11007.253","17459.725"],["11006.077","17458.594"],["21391.445","13821.308"],["21391.386","13819.596"],["28505.751","11277.597"],["14005.292","15749.351"],["17959.565","15266.265"],["17962.293","15253.504"],["17690.750","15660.325"],["17691.034","15660.139"],["17690.968","15660.147"],["17693.379","15662.776"],["9317.671","12337.694"],["15467.626","15788.929"],["15467.529","15788.954"],["15467.249","15790.243"],["8118.535","17103.989"],["9396.402","12333.155"],["8219.558","17142.755"],["7642.801","15644.330"],["7702.280","15474.605"],["7853.804","15355.225"],["7869.436","15362.586"],["17869.556","15640.626"],["6259.776","9373.746"],["6258.560","9372.656"],["21319.095","9766.672"],["18039.125","16725.654"],["7639.573","15212.377"],["7638.181","15212.342"],["7638.870","15211.444"],["7638.962","15211.957"],["7640.093","15211.417"],["11811.805","13148.616"],["11813.978","13148.830"],["8172.899","14586.907"],["8178.465","14583.226"],["8175.231","14585.938"],["8176.593","14584.331"],["8173.736","14585.073"],["8164.577","14573.914"],["8168.197","14571.624"],["8159.312","14576.768"],["6019.360","18672.424"],["28582.503","11296.939"],["28587.536","11300.600"],["7400.334","18251.807"],["7400.603","18251.608"],["7400.400","18251.797"]] \ No newline at end of file diff --git a/src/gathering/10820.json b/src/gathering/10820.json new file mode 100644 index 0000000..b7e3471 --- /dev/null +++ b/src/gathering/10820.json @@ -0,0 +1 @@ +[["12068.630","15926.983"],["5304.756","17904.909"],["5304.168","17901.842"],["11749.616","16592.265"],["12380.877","17433.023"],["12412.228","17448.976"],["12439.946","17506.931"],["12414.623","17553.859"],["5406.337","18255.172"],["7381.192","18259.238"],["7381.539","18256.305"],["28137.517","8969.718"],["28139.791","8969.612"],["10162.307","15177.045"],["14233.730","12266.516"],["14233.166","12263.823"],["14410.158","9471.321"],["14409.077","9472.983"],["14412.816","9546.733"],["8500.604","15505.641"],["9220.492","16848.050"],["9214.953","16850.607"],["27369.678","11769.660"],["27367.270","11771.147"],["27367.462","11768.640"],["28151.295","8955.980"],["8721.117","16553.144"],["8620.178","16522.871"],["8719.738","16550.476"],["12701.528","13732.042"],["11748.098","13672.975"],["11161.790","15823.540"],["11120.287","15791.895"],["11117.858","15792.436"],["7940.432","14950.706"],["15455.977","15586.273"],["15506.910","13155.412"],["11979.561","13186.670"],["5458.339","17956.905"],["5456.781","17958.963"],["5466.330","17974.947"],["5468.061","17977.547"],["20514.135","9475.649"],["20506.279","9452.861"],["20505.694","9450.718"],["11508.068","13136.790"],["12225.414","13687.909"],["5841.572","18594.498"],["5840.434","18596.340"],["8260.161","17227.761"],["8226.134","17201.782"],["6898.412","15569.136"],["6895.806","15568.404"],["14247.801","9480.388"],["14247.993","9474.808"],["14246.940","9472.111"],["14239.899","9473.882"],["21219.477","15859.033"],["11906.093","13526.355"],["11868.445","13426.239"],["11872.090","13427.077"],["11411.750","16469.823"],["11467.815","16390.959"],["11408.935","16375.294"],["11409.601","16377.902"],["17719.799","15652.910"],["11247.763","14015.352"],["9930.480","14997.760"],["4782.413","18493.661"],["4759.273","18478.781"],["4728.942","18467.382"],["12832.999","15848.994"],["10216.651","12890.487"],["12364.538","14514.087"],["12364.965","14516.561"],["12362.406","14512.110"],["15526.408","13305.393"],["15360.837","15734.585"],["15358.634","15734.076"],["8115.222","17107.991"],["8114.386","17104.642"],["17508.769","15679.414"],["12927.151","15607.938"],["12958.602","15629.242"],["12960.399","15585.516"],["12969.453","15596.300"],["12921.585","15644.242"],["12972.662","15621.330"],["10999.373","16601.545"],["10997.549","16599.095"],["8915.329","15406.504"],["13834.688","9193.023"],["7667.049","16732.971"],["7669.273","16734.482"],["7669.514","16731.735"],["4669.664","18704.272"],["4685.056","18727.805"],["4766.086","18719.832"],["4789.520","18704.368"],["11468.962","16438.467"],["11470.292","16437.109"],["11469.539","16437.772"],["13193.893","16117.452"],["13196.175","16119.749"],["9403.902","12153.732"],["11696.551","16595.907"],["4518.725","17479.530"],["4523.890","17507.555"],["7421.464","14934.423"],["7422.210","14936.211"],["7422.129","14933.300"],["7887.131","14592.836"],["5458.231","18146.649"],["5459.884","18150.100"],["5445.922","18131.370"],["7754.483","15358.100"],["7810.133","15399.991"],["7812.452","15400.510"],["7749.941","15352.976"],["7750.329","15351.193"],["7765.640","15351.308"],["7765.317","15353.449"],["7751.192","15365.315"],["7779.032","15410.440"],["7776.543","15409.914"],["7822.003","15429.909"],["7816.157","15421.195"],["7818.880","15421.658"],["17810.287","15387.380"],["17811.660","15390.081"],["10187.588","14950.129"],["10191.113","14936.501"],["10184.975","14925.104"],["8501.117","15508.928"],["10114.983","14728.209"],["10118.324","14778.659"],["12075.245","15953.686"],["12360.867","14805.138"],["5931.722","7912.904"],["7933.153","16320.345"],["7930.736","16319.133"],["9746.812","17379.353"],["9741.268","17376.281"],["9744.157","17376.232"],["9742.544","17374.198"],["15513.156","13353.520"],["7047.600","18424.221"],["7046.660","18427.190"],["7033.736","18285.383"],["7035.726","18288.201"],["7041.719","18403.645"],["10380.457","14906.232"],["15770.684","13023.451"],["12541.417","17663.867"],["12515.752","17652.532"],["12327.493","13140.315"],["5574.350","18265.704"],["5563.314","18283.439"],["5565.840","18285.189"],["5568.471","18286.574"],["5571.120","18287.388"],["5560.724","18335.264"],["5556.336","18336.273"],["5549.658","18343.887"],["5544.777","18350.613"],["5559.165","18337.255"],["7698.458","15125.004"],["11892.651","13137.695"],["11910.346","13145.591"],["8005.382","16685.212"],["10096.478","14950.920"],["6308.295","16642.046"],["6341.086","16652.700"],["4473.124","17224.435"],["4446.024","17231.667"],["12382.373","16674.028"],["10376.053","14840.079"],["5297.942","17562.627"],["5298.141","17565.542"]] \ No newline at end of file diff --git a/src/gathering/10821.json b/src/gathering/10821.json new file mode 100644 index 0000000..38b7338 --- /dev/null +++ b/src/gathering/10821.json @@ -0,0 +1 @@ +[["17120.468","4560.987"],["10510.769","16693.602"],["10454.626","16655.439"],["10409.076","16681.054"],["10384.108","16577.380"],["13330.995","16399.137"],["10488.388","16359.148"],["10173.021","15620.811"],["10266.548","16092.238"],["10292.500","16117.480"],["10393.129","16563.879"],["10492.937","16316.875"],["9959.549","15583.191"],["9994.709","15599.991"]] \ No newline at end of file diff --git a/src/gathering/10822.json b/src/gathering/10822.json new file mode 100644 index 0000000..ef701fb --- /dev/null +++ b/src/gathering/10822.json @@ -0,0 +1 @@ +[["10364.729","16391.231"],["10324.000","16475.654"],["17119.969","4559.140"],["17120.498","4558.885"],["10401.199","15922.310"],["10408.169","16679.988"],["13330.495","16397.291"],["13331.024","16397.035"],["11033.900","17442.154"],["11033.206","17440.932"],["10501.134","16488.534"],["10419.027","16558.003"],["10806.418","17510.643"],["10808.544","17510.042"],["9957.471","15627.621"],["10260.270","14951.935"],["11631.388","13721.131"]] \ No newline at end of file diff --git a/src/gathering/10823.json b/src/gathering/10823.json new file mode 100644 index 0000000..80e9bcc --- /dev/null +++ b/src/gathering/10823.json @@ -0,0 +1 @@ +[["6108.775","17030.759"],["6077.403","17030.078"],["6122.631","17026.716"],["6052.251","16916.239"],["6166.499","16750.894"],["6176.004","16622.923"],["6048.751","16646.046"],["10445.533","16233.414"],["10275.833","16159.974"],["6261.276","16960.050"],["6327.475","16895.766"],["6333.464","16838.824"],["5613.046","16892.525"],["5746.686","16808.482"],["10523.887","16486.379"],["10273.860","16113.126"],["10270.124","15987.926"],["5944.294","16703.450"],["5878.915","16746.804"],["6018.239","16589.200"],["10405.001","16551.289"],["10484.137","16344.084"],["5947.228","16839.817"],["6145.468","16667.281"],["5804.658","16768.462"],["5757.784","16732.086"],["5778.071","16611.480"],["5778.352","16628.644"],["9966.283","15610.449"],["5564.797","17118.828"],["5694.809","17135.861"],["5635.118","17082.945"]] \ No newline at end of file diff --git a/src/gathering/10825.json b/src/gathering/10825.json new file mode 100644 index 0000000..0d51240 --- /dev/null +++ b/src/gathering/10825.json @@ -0,0 +1 @@ +[["7753.716","15575.241"],["7741.892","15565.239"],["7487.555","15381.711"],["7492.219","15337.328"],["7494.027","15380.763"],["20864.469","9497.214"],["20862.495","9495.515"],["9687.166","14744.467"]] \ No newline at end of file diff --git a/src/gathering/10829.json b/src/gathering/10829.json new file mode 100644 index 0000000..7c98726 --- /dev/null +++ b/src/gathering/10829.json @@ -0,0 +1 @@ +[["7043.091","19046.287"],["6883.866","18895.258"],["6121.936","9233.971"],["9722.568","14046.730"],["10725.001","14990.425"],["6541.423","9186.219"],["6539.605","9186.328"],["6535.869","9184.577"],["6555.559","9196.215"],["6549.450","9192.071"],["6548.160","9190.792"],["6524.679","9335.865"],["5628.637","13977.828"],["5631.243","13985.497"],["18682.028","14246.308"],["29950.051","10698.615"],["29948.873","10697.137"],["9535.342","13717.529"],["19876.051","14210.994"],["17691.299","15597.541"],["17711.732","15606.627"],["9940.337","15023.515"],["9936.316","15021.002"],["27730.086","8835.161"],["7563.074","15346.925"],["9501.399","12668.174"],["5977.122","9281.087"],["5978.218","9279.544"],["5925.377","9366.669"],["5926.858","9367.767"],["5948.131","9224.284"],["5945.993","9224.597"],["5946.870","9232.333"],["5948.351","9233.432"],["10026.302","14715.024"],["10037.269","14686.925"],["10226.738","14903.959"],["10231.072","14911.664"],["10201.944","14912.278"],["6296.138","9371.175"],["6303.957","9365.867"],["6304.922","9364.315"],["10048.125","14705.243"],["10046.641","14704.145"],["9646.008","13830.022"],["9369.776","13685.186"],["10141.203","15314.620"],["10455.167","15050.821"],["10352.098","14877.765"],["10257.316","15033.518"],["10274.697","14916.873"],["10288.962","14950.206"],["10256.854","14948.302"],["9680.538","14766.274"],["9715.402","13951.478"],["5728.337","9177.143"],["5737.743","9177.591"],["5739.448","9176.916"],["6246.058","9088.004"],["6246.421","9090.312"],["6250.053","9081.261"],["6202.167","9083.340"],["6200.026","9083.654"],["6228.131","9139.022"],["10382.970","14857.137"]] \ No newline at end of file diff --git a/src/gathering/10830.json b/src/gathering/10830.json new file mode 100644 index 0000000..7f12dd0 --- /dev/null +++ b/src/gathering/10830.json @@ -0,0 +1 @@ +[["9559.917","15194.196"],["22092.441","9061.691"],["7293.813","15743.560"],["21292.139","9918.322"],["6166.985","9216.022"],["5586.628","8272.285"],["5453.692","16888.231"],["21143.921","9913.481"],["15435.134","15679.204"],["11950.725","13191.684"],["21431.132","13768.832"],["7429.542","15418.436"],["5977.411","7576.035"],["20488.197","9509.182"],["21405.986","13817.466"],["21408.299","13817.806"],["22239.866","8877.258"],["11013.976","17408.268"],["9345.771","12351.186"],["7155.266","14905.117"],["10164.074","15614.452"],["11406.826","15055.396"],["11410.755","15038.342"],["11495.620","14909.847"],["11502.406","14931.359"],["11495.041","14958.778"],["11349.185","14936.607"],["11383.404","14955.132"],["7874.864","15841.593"],["21286.864","14071.488"],["5653.336","17348.299"],["11368.335","17153.371"],["9358.987","12131.629"],["7409.882","14940.263"],["5939.378","9184.563"],["12230.480","14430.686"],["6254.857","9351.374"],["7952.353","16309.338"],["6274.484","18634.534"],["6275.388","18632.956"],["10868.919","17550.283"],["9521.555","15361.526"],["7368.674","15151.134"],["7321.592","15737.903"],["9736.048","17401.006"],["14266.896","9228.904"],["9215.126","14595.749"],["7646.547","15206.689"],["8300.452","14547.060"],["5721.064","17061.773"],["28586.482","11307.295"],["28651.300","11403.050"],["8193.680","14955.517"]] \ No newline at end of file diff --git a/src/gathering/10836.json b/src/gathering/10836.json new file mode 100644 index 0000000..741f8e5 --- /dev/null +++ b/src/gathering/10836.json @@ -0,0 +1 @@ +[["29036.826","11154.462"],["7043.552","19039.812"],["14416.109","9492.828"],["9723.081","14040.667"],["9541.852","13720.225"],["17973.477","15195.654"],["17950.672","15246.951"],["6885.341","18888.922"],["27728.558","8837.140"],["7725.821","15401.176"],["27879.794","11171.480"],["17868.110","15634.885"],["9646.468","13823.546"],["10291.887","14927.346"],["10286.780","14958.003"],["10259.219","14914.647"],["7702.122","15118.730"],["7578.106","15183.571"],["9715.863","13945.003"],["10226.882","14954.306"],["10237.615","14934.423"],["18022.763","13832.637"],["7728.725","15565.152"],["7044.094","19044.115"],["6885.201","18893.277"],["9723.283","14044.998"],["7243.039","15510.970"],["7717.003","15416.752"],["7232.102","15492.321"],["9647.011","13827.850"],["9370.779","13683.015"],["9716.406","13949.307"]] \ No newline at end of file diff --git a/src/gathering/10838.json b/src/gathering/10838.json new file mode 100644 index 0000000..df3420c --- /dev/null +++ b/src/gathering/10838.json @@ -0,0 +1 @@ +[["7954.082","14867.713"],["7479.743","18338.805"],["20213.590","10972.504"],["7785.679","14749.381"],["7776.041","14739.077"],["7821.942","14729.844"],["7767.354","14692.702"],["7785.812","14731.244"],["7740.615","14664.335"],["7788.997","14846.215"],["7883.699","14829.220"],["7992.235","14939.651"],["7742.257","18475.871"],["7782.714","18532.441"],["9531.148","13726.913"],["9462.387","13724.489"],["9425.721","13724.402"],["9510.344","13764.718"],["9601.198","13781.651"],["9610.000","13779.097"],["9554.661","13757.654"],["9534.849","13769.776"],["9464.590","13749.954"],["7674.120","18492.873"],["7716.098","18604.560"],["7695.077","18615.952"],["9664.613","13849.423"],["19842.066","11109.961"],["9368.631","13700.293"],["12410.184","12728.525"],["9704.270","13845.994"],["9696.829","13906.729"],["9711.828","13891.070"],["9674.555","13896.688"],["9793.719","13926.988"],["7568.345","18322.935"],["7563.639","18377.318"],["7605.401","18356.017"],["7621.102","18316.596"],["7590.105","18269.063"],["7679.028","18460.516"],["7560.415","18348.841"],["7535.599","18344.843"],["7574.992","18314.594"]] \ No newline at end of file diff --git a/src/gathering/10840.json b/src/gathering/10840.json new file mode 100644 index 0000000..304a917 --- /dev/null +++ b/src/gathering/10840.json @@ -0,0 +1 @@ +[["9716.607","12477.713"],["9714.847","12478.012"],["9711.943","12478.663"],["9712.659","12477.013"],["9702.874","12484.059"],["9702.018","12485.159"],["9716.212","12479.928"],["9711.212","12481.547"],["9708.301","12496.022"],["9711.113","12482.831"],["9708.627","12482.967"],["9708.725","12481.682"],["9714.323","12481.724"],["9711.642","12494.697"],["9707.778","12493.502"],["9713.478","12495.575"],["9717.116","12494.294"],["9717.215","12493.010"],["9718.942","12487.255"],["9717.532","12483.298"],["9718.420","12484.999"],["9718.250","12481.361"],["9706.688","12492.193"],["9706.786","12490.909"],["9705.482","12488.311"],["9706.214","12485.644"],["9704.774","12490.225"],["9703.449","12485.260"],["9422.027","12515.375"],["9422.900","12514.449"],["9020.251","13601.800"],["9021.543","13601.826"],["9016.972","13603.811"],["8898.817","13497.038"],["8898.232","13495.836"],["8897.379","13496.937"],["8896.191","13506.481"],["8896.288","13505.195"],["8892.928","13516.363"],["8906.251","13516.167"],["8906.116","13518.061"],["8881.911","13494.924"],["8881.958","13497.072"],["8879.324","13496.116"],["8879.100","13494.314"],["8877.304","13493.595"],["8886.610","13505.127"],["8885.884","13507.033"],["8899.911","13501.662"],["8901.676","13501.363"],["8901.287","13503.578"],["8886.770","13508.734"],["8897.104","13501.952"],["8897.736","13500.662"],["8944.319","13594.310"],["8946.585","13593.983"],["8945.737","13595.922"],["9015.729","13621.197"],["9015.745","13619.909"],["9010.608","13620.084"],["9001.147","13611.195"],["9008.371","13604.843"],["9006.983","13604.936"],["9028.609","13605.745"],["9016.732","13610.931"],["9016.696","13611.701"],["9030.297","13620.083"],["9030.296","13619.148"],["9021.994","13621.105"],["9091.959","12409.116"],["9360.201","12398.864"],["9359.542","12396.792"],["9359.449","12400.763"],["9360.067","12405.692"],["9359.778","12404.036"],["9360.900","12408.805"],["9357.966","12402.400"],["9358.078","12401.496"]] \ No newline at end of file diff --git a/src/gathering/10841.json b/src/gathering/10841.json new file mode 100644 index 0000000..59f0f67 --- /dev/null +++ b/src/gathering/10841.json @@ -0,0 +1 @@ +[["11629.759","16113.415"],["11698.406","16098.949"],["11690.848","16094.787"],["11642.717","16138.878"],["11698.116","16111.609"],["11666.887","16071.076"],["11612.796","16110.958"],["11611.465","16104.561"],["6184.017","9420.210"],["6051.215","17771.263"],["6047.806","17809.240"],["6114.386","17835.658"],["6077.860","17762.787"],["6084.426","17760.189"],["6168.833","17794.763"],["6206.118","17813.453"],["6166.053","17820.548"],["6201.147","17803.853"],["6199.589","17802.557"],["6208.415","17825.090"],["5757.358","17540.612"],["5727.191","17563.125"],["5738.570","17584.096"],["5736.219","17573.691"],["5739.738","17618.031"],["5741.687","17604.498"],["5765.279","17576.599"],["5766.459","17578.862"],["5791.253","17523.248"],["5793.798","17521.560"],["5820.436","17569.939"],["6025.918","17779.241"],["6014.655","17759.256"],["8525.663","13595.531"],["8728.699","16990.772"],["8694.926","16997.150"],["8698.650","17047.856"],["8694.413","17052.517"],["8666.279","17009.340"],["8676.295","17000.699"],["6030.535","17852.405"],["6019.195","17873.371"],["6026.046","17873.610"],["6020.297","17986.222"],["6015.788","17992.339"],["5970.942","17961.034"],["8580.790","13610.319"],["8592.227","13633.303"],["8641.941","13637.059"],["8620.268","13609.058"],["6152.649","17480.631"],["6168.237","17534.974"],["6166.983","17549.038"],["6168.770","17549.995"],["6165.993","17559.611"],["6177.492","17588.177"],["6111.661","17562.794"],["6111.678","17560.763"],["6048.733","17514.827"],["6083.304","17513.582"],["6070.555","17467.113"],["6074.239","17450.070"],["6201.586","17572.933"],["6050.118","17443.504"],["6050.135","17441.473"],["6133.246","17560.005"],["6157.183","17515.206"],["6156.894","17517.212"],["6105.793","17555.579"],["6103.797","17555.251"],["6098.018","17543.873"],["6091.555","17577.093"],["6117.970","17472.214"],["6071.410","17524.337"],["6077.355","17432.688"],["8649.499","13592.918"],["6025.935","17777.210"],["8549.031","13642.569"],["8545.002","13642.406"],["8548.789","13620.772"],["8374.620","13665.881"],["5861.298","17402.009"],["5868.360","17402.212"],["6061.419","17899.326"],["6051.981","17835.761"],["6117.841","17895.335"],["6111.121","17844.569"],["6109.705","17846.019"],["6148.869","17835.904"],["6153.065","17870.572"],["6223.263","17938.450"],["6230.619","17944.910"],["6117.161","17873.760"],["6067.484","17932.395"],["6066.944","17930.447"],["6087.940","17911.089"],["6071.534","17905.772"],["6090.711","17917.699"],["6139.422","17979.764"],["6171.411","18017.264"],["6159.015","18025.944"],["6140.208","18035.476"],["6203.183","17981.489"],["6170.528","17930.963"],["6185.878","17919.034"],["6176.690","17901.816"],["6176.706","17899.785"],["6178.892","17890.228"],["6176.949","17886.172"],["6167.818","17901.856"],["6125.043","17961.535"],["6167.449","17971.950"],["6184.103","17976.427"],["6228.112","17852.091"],["6226.282","17851.389"],["6227.397","17853.379"],["6237.308","17860.549"],["6189.701","17836.881"],["6070.675","17978.952"],["6188.724","17905.144"],["6199.243","17892.058"],["6068.875","17950.405"],["6069.399","17877.477"],["6067.626","17876.489"],["8463.251","13608.829"],["8426.205","13615.032"],["8495.480","13617.508"],["8393.332","13677.334"],["6852.301","16673.577"],["6748.323","16567.758"],["6809.217","16643.729"],["6848.852","16653.008"],["6827.832","16693.746"],["5715.275","17372.904"],["5714.910","17365.919"],["5954.998","17603.507"],["5944.369","17611.376"],["5844.652","17429.628"],["5944.386","17609.345"],["5844.646","17431.657"],["5971.846","17552.660"],["6013.651","17500.043"],["6029.191","17447.470"],["6037.547","17429.793"],["6001.447","17604.235"],["5973.259","17567.756"],["5972.953","17564.827"],["6070.627","17562.779"],["6072.410","17561.821"],["6022.176","17527.200"],["5958.094","9333.935"],["5958.110","9331.903"],["5945.783","9326.221"],["8710.359","16897.528"],["8731.194","16898.908"],["8729.477","16897.392"],["8709.893","16932.493"],["8713.455","16912.046"],["8738.226","16924.588"],["8738.922","16920.542"],["8732.775","16956.696"],["8763.233","16905.804"],["8767.367","16904.380"],["8729.053","16861.459"],["8698.683","16905.060"],["6065.930","17407.173"],["6049.640","17395.849"],["13672.976","14398.443"],["13687.479","14416.532"],["13645.340","14431.378"],["13669.043","14371.915"],["13681.260","14389.432"],["13620.665","14360.628"],["13624.825","14359.438"],["13653.629","14403.918"],["6562.533","9155.759"],["6759.407","16507.252"],["6780.831","16514.239"],["6740.278","16529.909"],["12688.099","17116.781"],["12705.421","17112.497"],["12748.114","17090.754"],["12748.162","17093.395"],["12733.846","17056.765"],["12746.793","17064.480"],["12728.533","17088.666"],["12736.229","17014.773"],["12741.999","17017.405"],["12725.967","17005.123"],["12752.369","17041.125"],["11618.681","16183.948"],["11618.985","16169.352"],["11628.245","16148.601"],["11659.713","16208.111"],["11681.146","16155.792"],["11641.598","16193.566"],["11647.537","16176.676"],["11630.798","16201.871"],["11676.551","16176.533"],["11665.266","16179.351"],["8468.637","13558.009"],["8409.721","13540.469"],["8410.571","13540.463"],["8467.958","13556.347"]] \ No newline at end of file diff --git a/src/gathering/10842.json b/src/gathering/10842.json new file mode 100644 index 0000000..cf44600 --- /dev/null +++ b/src/gathering/10842.json @@ -0,0 +1 @@ +[["7983.387","13690.791"],["7970.833","13681.423"],["7974.928","13673.442"],["7991.312","13659.272"],["8003.561","13669.765"],["7999.002","13645.193"],["8020.351","13664.345"],["8067.017","13686.860"],["8203.548","13681.073"],["8102.961","13579.136"],["8064.982","13534.493"],["8062.312","13439.691"],["8055.333","13544.201"],["8086.284","13573.664"],["7875.677","13868.502"],["8176.481","13879.751"],["8384.613","13549.863"],["14853.012","17170.780"],["8211.031","13570.898"],["8288.982","13522.772"],["8310.519","13552.065"],["8242.190","13603.182"],["8180.433","13578.982"],["8356.392","13499.692"],["7882.784","13688.505"],["8389.183","13645.552"],["7953.469","13767.292"],["8013.577","13735.591"],["7949.263","13761.055"],["7955.110","13736.872"],["7962.001","13721.225"],["7968.446","13711.264"],["7948.340","13717.931"],["7952.109","13709.369"],["7962.267","13695.873"],["8144.517","13737.418"],["8120.609","13810.832"],["8141.819","13532.829"],["8129.632","13842.375"],["8112.842","13831.071"],["8203.369","13710.385"],["8093.274","13542.356"],["8108.196","13419.068"],["8088.366","13556.595"],["8174.444","13866.588"],["7922.163","13786.161"],["8247.487","13511.134"],["8286.013","13464.263"],["8332.360","13564.561"],["8355.711","13506.598"],["8489.583","13643.318"],["8458.584","13628.178"],["8183.771","13534.359"],["8147.928","13524.803"],["7924.150","14077.589"],["7828.666","14137.888"],["8030.880","13815.988"],["8118.431","13849.576"],["8157.742","13811.403"],["8076.590","13617.086"],["8199.022","13708.281"],["8076.603","13552.506"],["8129.873","13562.437"],["8359.073","13460.474"],["14844.776","17194.454"],["8182.827","13579.548"],["8454.745","13644.835"],["7991.060","13691.052"],["8167.324","13776.155"],["8169.584","13702.873"],["8048.405","13588.169"],["8018.320","13559.579"],["8036.102","13440.533"],["8126.924","13544.887"],["8111.192","13564.885"],["8200.944","13594.666"],["8312.050","13494.217"],["8278.845","13477.886"],["8356.284","13516.163"],["8324.148","13471.482"],["8449.627","13651.176"],["8135.611","13757.561"],["8126.558","13814.992"],["8044.964","13705.005"],["7915.144","14077.567"],["7797.378","14150.811"],["8028.537","13818.567"],["7941.785","13836.599"],["8087.369","13826.795"],["8152.632","13806.287"]] \ No newline at end of file diff --git a/src/gathering/10846.json b/src/gathering/10846.json new file mode 100644 index 0000000..7c7c668 --- /dev/null +++ b/src/gathering/10846.json @@ -0,0 +1 @@ +[["9546.737","15126.235"],["9548.848","15124.742"],["9543.870","15125.250"],["9544.379","15127.133"],["9619.189","15087.724"],["9558.811","15155.994"],["9711.602","14400.289"],["9713.167","14402.638"],["9711.538","14403.696"],["9709.498","14398.713"],["9665.181","14349.433"],["9676.468","14349.596"],["9674.403","14347.561"],["9723.724","14329.455"],["9625.913","15116.569"],["5664.599","14019.637"],["5655.598","14016.351"],["5656.757","14016.773"],["8138.611","14519.487"],["18679.808","14245.102"],["8165.130","16621.223"],["17337.780","15505.963"],["17685.785","15611.210"],["17710.532","15608.855"],["17684.793","15669.684"],["7223.465","14417.979"],["7224.292","14419.719"],["7226.829","14418.467"],["7228.679","14416.579"],["7205.885","14426.667"],["7205.673","14428.586"],["7208.485","14428.829"],["7211.039","14428.169"],["5819.235","9002.980"],["17415.139","15551.845"],["6468.539","15916.606"],["17811.509","15276.065"],["9545.869","15043.554"],["9548.218","15027.287"],["9549.289","15025.941"],["6380.171","16189.661"],["7748.913","15426.252"],["15789.233","14685.736"],["17666.157","15381.164"],["17665.244","15382.885"],["17667.765","15384.175"],["17670.376","15384.536"],["21305.804","9753.842"],["21285.334","9747.841"],["10137.421","14777.389"],["9501.357","15258.426"],["9522.025","15251.931"],["9573.659","15228.258"],["9546.316","15229.735"],["9528.306","15324.838"],["9531.661","15340.359"],["9513.027","15353.463"],["9460.995","15314.567"],["9490.942","15333.951"],["9430.633","15369.166"],["9444.822","15425.756"],["19623.982","12620.852"],["10278.810","14920.298"],["10248.956","14925.926"],["10293.588","14938.762"],["7448.828","14279.585"],["7491.408","14280.227"],["7489.613","14277.790"],["9687.700","14741.837"],["8236.340","14588.482"],["10235.175","14939.502"],["6987.633","14473.339"],["6990.378","14472.378"],["6982.757","14463.587"],["7024.033","14460.593"],["6958.865","14495.602"],["6959.601","14497.399"],["6975.786","14490.089"],["12801.681","15000.377"],["9924.030","7798.703"],["9945.398","7785.019"],["9940.514","7762.295"],["9939.916","7760.710"],["9945.192","7786.576"],["9932.340","7749.058"],["9938.965","7748.307"]] \ No newline at end of file diff --git a/src/gathering/10847.json b/src/gathering/10847.json new file mode 100644 index 0000000..0ef1c6a --- /dev/null +++ b/src/gathering/10847.json @@ -0,0 +1 @@ +[["9034.074","14812.500"],["9111.832","14786.954"],["9167.442","14763.688"],["9129.793","14693.836"],["9035.120","14663.450"],["9028.865","14781.398"],["9243.901","14873.300"],["9229.527","14659.330"],["9196.416","14261.614"],["9113.915","14745.797"],["9376.993","14531.106"],["9283.874","14713.079"],["9039.446","14970.583"]] \ No newline at end of file diff --git a/src/gathering/10848.json b/src/gathering/10848.json new file mode 100644 index 0000000..ce1afe7 --- /dev/null +++ b/src/gathering/10848.json @@ -0,0 +1 @@ +[["9516.419","15101.986"],["14145.019","15914.616"],["14157.889","15907.834"],["14161.354","15904.540"],["14145.424","15910.894"],["14144.831","15922.425"],["14161.215","15907.745"],["10951.183","15300.758"],["11001.270","15333.748"],["7258.103","14658.769"],["11976.680","12794.829"],["13995.145","15488.231"],["13998.426","15486.436"],["13996.333","15482.380"],["14038.600","15505.403"],["14037.646","15501.062"],["14034.671","15503.705"],["14008.426","15375.370"],["13995.515","15401.185"],["14004.107","15366.767"],["13998.725","15376.248"],["14006.604","15381.724"],["14010.872","15377.723"],["12268.945","12536.397"],["10192.883","15149.895"],["12121.417","12571.867"],["19608.134","14045.190"],["6990.270","18995.353"],["7029.584","18971.725"],["7046.618","18994.676"],["7049.332","18978.715"],["7052.047","18994.248"],["6490.048","19079.042"],["6466.852","19024.769"],["12285.342","12700.155"],["12297.907","12744.155"],["12241.411","12688.502"],["12221.145","12728.489"],["12317.324","12707.469"],["12192.651","12659.468"],["12330.681","12666.586"],["12146.065","12599.577"],["7984.411","14897.006"],["7975.807","14941.581"],["7963.450","14902.390"],["7958.201","14890.710"],["7970.743","14899.630"],["7962.162","14883.553"],["7967.006","14902.750"],["7955.224","14873.232"],["6344.369","19134.735"],["6315.967","18754.651"],["6315.182","18752.081"],["6313.689","18753.183"],["8037.314","14562.787"],["8050.896","14600.566"],["8055.191","14587.143"],["8016.535","14578.910"],["8018.886","14534.563"],["8023.035","14516.251"],["8040.792","14501.208"],["8051.583","14515.371"],["10231.987","14858.311"],["10143.054","14828.609"],["17937.890","15231.413"],["10908.612","15255.896"],["10966.521","15167.187"],["10958.218","15092.138"],["11025.573","15092.368"],["7096.584","14758.709"],["7144.613","14872.175"],["7260.775","14661.640"],["8331.279","14673.702"],["8351.267","14666.663"],["14010.513","15578.325"],["14012.037","15591.461"],["13971.263","15584.741"],["14023.327","15587.375"],["14019.452","15585.614"],["14024.049","15596.589"],["7132.756","14942.840"],["11211.127","14959.283"],["6840.599","16637.571"],["7314.913","14739.465"],["12382.713","12451.159"],["6461.403","19050.335"],["6461.281","19054.578"],["7928.444","14880.983"],["9486.040","12673.501"],["9494.235","12686.400"],["12575.685","12526.122"],["12574.302","12488.973"],["10078.860","14756.670"],["9644.018","13843.970"],["9643.130","13846.705"],["6685.793","16413.627"],["6686.260","16456.381"],["12403.432","12604.778"],["12405.261","12719.754"],["12374.458","12568.254"],["12603.129","12661.947"],["12568.348","12634.643"],["6798.394","16784.345"],["8377.543","14594.669"],["8392.666","14625.027"],["8379.483","14640.885"],["8364.836","14655.007"],["8368.804","14572.939"],["9653.257","13939.089"],["9649.227","13933.454"],["9652.764","13951.469"],["9651.340","13935.176"],["9651.393","13945.309"],["9652.693","13942.816"],["9650.900","13942.601"],["9649.946","13938.340"],["9652.972","13939.034"],["8342.200","14623.696"],["8291.943","14636.358"],["8315.743","14648.164"],["8352.897","14610.480"],["8336.948","14604.495"],["8348.351","14587.634"],["14110.816","15440.218"],["14114.429","15455.218"],["14126.649","15458.062"],["14119.094","15456.832"],["14139.729","15411.916"],["14126.303","15445.742"],["10100.797","14934.664"],["9935.900","15253.338"],["12001.023","12488.951"],["11983.598","12480.225"],["10454.539","14818.116"],["10458.434","14853.404"]] \ No newline at end of file diff --git a/src/gathering/10849.json b/src/gathering/10849.json new file mode 100644 index 0000000..ed7a091 --- /dev/null +++ b/src/gathering/10849.json @@ -0,0 +1 @@ +[["9507.734","14270.405"],["9533.957","14257.076"],["9573.975","14391.949"],["9602.939","14372.222"],["9584.203","14391.154"],["9586.977","14394.539"],["9584.450","14393.484"],["9589.625","14395.748"],["9609.029","14384.154"],["9593.155","14356.907"],["9599.270","14367.798"],["9585.744","14397.951"],["9585.634","14395.808"],["9587.365","14409.298"],["9592.626","14348.254"],["9600.724","14345.592"],["9611.571","14315.653"],["9607.380","14310.272"],["9613.201","14321.870"],["9600.581","14319.546"],["9593.366","14319.240"],["9598.434","14320.510"],["9598.606","14304.220"],["9592.690","14303.612"],["9603.756","14298.362"],["9581.640","14309.988"],["9575.912","14296.975"],["9581.774","14296.082"],["9571.185","14305.815"],["9565.830","14321.414"],["9564.814","14308.876"],["9581.847","14342.703"],["9582.586","14336.191"],["9583.095","14340.615"],["9587.316","14335.019"],["9592.515","14328.261"],["9590.805","14337.458"],["9564.834","14274.798"],["9555.999","14303.746"],["9566.285","14285.334"],["9574.195","14278.933"],["9583.962","14285.497"],["9542.476","14260.960"],["9540.320","14252.065"],["9551.323","14261.753"],["9568.377","14264.043"],["9567.289","14257.789"],["9564.863","14260.922"],["9527.922","14268.317"],["9531.685","14269.583"],["9536.241","14269.471"],["9551.745","14284.866"],["9549.125","14283.211"],["9554.534","14278.025"],["9606.642","14327.500"],["9610.010","14320.195"],["9603.386","14322.248"],["9562.781","14346.393"],["9564.199","14344.719"],["9562.358","14349.084"],["9579.542","14266.253"],["9581.362","14276.406"],["9581.178","14278.587"],["9529.343","14257.632"],["9523.175","14251.441"],["9517.076","14247.893"],["9587.145","14383.603"],["9589.462","14381.744"],["9587.708","14385.015"],["9587.900","14368.965"],["9574.077","14347.837"],["9584.019","14345.035"],["9558.299","14348.537"],["9575.472","14325.528"],["9514.952","14266.049"],["9499.606","14272.047"],["9509.570","14259.664"],["9587.820","14396.440"],["9584.633","14394.658"],["9588.880","14393.427"],["9587.813","14394.987"],["9586.010","14394.588"],["9586.021","14395.488"],["9600.156","14357.772"],["9600.739","14359.145"],["9598.574","14359.218"],["9598.380","14358.026"],["9595.969","14355.085"],["9600.533","14355.761"],["9602.155","14357.679"],["9599.308","14357.482"],["9596.677","14357.203"],["9598.717","14359.020"],["9597.207","14358.516"],["9599.513","14361.242"],["9607.986","14325.233"],["9607.808","14322.272"],["9606.905","14323.068"],["9605.632","14320.403"],["9607.186","14320.615"],["9608.613","14324.281"],["9608.576","14322.734"],["9607.457","14323.340"],["9606.312","14321.833"],["9604.751","14322.774"],["9556.485","14307.504"],["9559.408","14306.697"],["9558.036","14305.396"],["9559.951","14303.060"],["9560.362","14304.840"],["9557.594","14307.652"],["9558.991","14306.941"],["9557.987","14306.227"],["9558.898","14304.517"],["9557.419","14303.254"],["8719.860","14563.309"],["8722.442","14565.431"],["8722.682","14563.044"],["9366.521","14508.075"],["9586.901","14392.618"],["9605.324","14383.421"],["9602.443","14379.111"],["9609.955","14386.703"],["9609.972","14362.797"],["9583.862","14313.598"],["9591.000","14409.653"],["9583.889","14395.005"],["9588.087","14396.489"],["9595.870","14360.575"],["9604.884","14358.449"],["9606.573","14323.050"],["9610.629","14330.322"],["9604.509","14306.599"],["9606.359","14322.139"],["9597.115","14315.282"],["9593.545","14317.088"],["9605.917","14301.225"],["9607.082","14305.109"],["9591.755","14298.352"],["9588.323","14294.004"],["9579.887","14300.825"],["9583.377","14302.679"],["9580.160","14319.572"],["9568.156","14325.544"],["9571.800","14314.850"],["9579.080","14333.110"],["9581.349","14347.771"],["9580.743","14339.067"],["9595.571","14318.861"],["9583.545","14306.440"],["9588.012","14330.862"],["9568.329","14301.547"],["9563.218","14295.499"],["9561.610","14302.391"],["9575.781","14273.822"],["9579.240","14288.566"],["9574.024","14280.283"],["9540.759","14257.271"],["9550.335","14258.436"],["9535.398","14249.422"],["9571.000","14249.475"],["9574.021","14257.727"],["9572.164","14251.725"],["9532.408","14274.616"],["9533.549","14267.272"],["9539.518","14273.715"],["9550.499","14279.059"],["9551.708","14280.369"],["9547.535","14282.858"],["9604.125","14335.429"],["9608.843","14333.390"],["9607.342","14324.003"],["9562.398","14340.846"],["9563.360","14345.148"],["9561.943","14349.762"],["9578.803","14273.473"],["9588.528","14269.469"],["9578.525","14279.501"],["9520.337","14255.019"],["9521.437","14251.781"],["9518.663","14253.048"],["9591.582","14384.935"],["9580.723","14380.892"],["9586.447","14383.516"],["9588.160","14365.339"],["9577.633","14363.848"],["9580.087","14354.717"],["9559.267","14333.935"],["9567.402","14334.375"],["9494.187","14274.452"],["9520.472","14271.126"],["9518.002","14267.756"],["9505.093","14272.639"],["9588.125","14394.654"],["9586.729","14395.426"],["9599.370","14358.546"],["9601.059","14358.960"],["9598.473","14355.688"],["9600.336","14357.223"],["9596.658","14359.212"],["9605.822","14324.745"],["9606.026","14322.167"],["9607.432","14322.212"],["9609.296","14324.277"],["9607.170","14320.668"],["9556.076","14305.044"],["9558.483","14304.249"],["9559.004","14305.714"],["9557.878","14308.391"],["9560.318","14304.698"],["8725.325","14562.187"],["8723.075","14562.276"],["8671.573","14641.850"],["8665.013","14650.995"],["8723.312","14559.907"]] \ No newline at end of file diff --git a/src/gathering/10861.json b/src/gathering/10861.json new file mode 100644 index 0000000..cdb7ca0 --- /dev/null +++ b/src/gathering/10861.json @@ -0,0 +1 @@ +[["16699.418","17328.239"],["16699.681","17333.050"],["16700.599","17352.447"],["16703.604","17355.031"],["16707.000","17358.136"],["14301.900","9621.546"],["14298.957","9617.912"],["8482.338","15458.872"],["28400.043","11045.486"],["28425.837","11047.830"],["28401.806","11050.894"],["28434.291","11058.173"],["28393.426","11062.361"],["5870.340","13660.188"],["5867.044","13657.727"],["5869.858","13679.468"],["5867.201","13676.345"],["5883.576","13703.997"],["5881.168","13714.157"],["6431.552","18794.451"],["5823.510","13836.890"],["5827.675","13874.386"],["5825.630","13873.013"],["5823.587","13871.644"],["20495.822","9504.714"],["20493.368","9501.424"],["20467.905","9549.935"],["28415.100","11072.747"],["17735.992","15016.308"],["17826.137","14946.912"],["17724.376","14980.360"],["17631.682","15083.382"],["17635.795","15083.225"],["14248.583","9502.373"],["14246.024","9504.543"],["14234.894","9510.459"],["14242.442","9510.997"],["14238.667","9510.626"],["14232.345","9503.893"],["14228.559","9503.740"],["14236.125","9503.844"],["27713.579","8763.009"],["20441.602","9661.659"],["20439.711","9665.341"],["7277.778","14728.567"],["16836.873","17308.834"],["16806.207","17325.334"],["15334.168","15747.562"],["15338.616","15748.280"],["15317.996","15736.948"],["15322.271","15736.990"],["15313.914","15767.200"],["15314.961","15762.169"],["27815.407","8809.299"],["27819.052","8810.611"],["27852.997","8830.172"],["27853.343","8838.409"],["27853.171","8834.320"],["14019.698","11336.192"],["17846.888","15992.106"],["17842.342","15993.320"],["11829.076","13091.194"],["11824.871","13090.414"],["11825.705","13093.736"],["11821.628","13094.045"],["11820.419","13091.056"],["11848.662","13115.757"],["11844.448","13116.065"],["18255.278","16744.589"],["28670.677","11358.567"],["28669.480","11353.349"]] \ No newline at end of file diff --git a/src/gathering/10866.json b/src/gathering/10866.json new file mode 100644 index 0000000..284b07a --- /dev/null +++ b/src/gathering/10866.json @@ -0,0 +1 @@ +[["15433.413","15876.250"],["15431.691","15875.284"]] \ No newline at end of file diff --git a/src/gathering/10867.json b/src/gathering/10867.json new file mode 100644 index 0000000..032173a --- /dev/null +++ b/src/gathering/10867.json @@ -0,0 +1 @@ +[["18604.999","14280.113"],["8425.112","17737.884"],["14535.898","13223.677"],["10625.209","13763.592"],["28309.112","10843.667"],["9691.210","14351.492"],["10634.710","14503.414"],["12647.417","14598.197"],["7388.372","18262.642"],["6554.753","7718.955"],["13371.156","15125.244"],["11341.305","17201.758"],["10141.588","17324.709"],["10170.773","15156.356"],["5615.517","17364.474"],["18371.667","13616.982"],["10771.963","13732.425"],["10712.170","13789.473"],["27656.239","11329.958"],["19750.598","13987.989"],["5573.198","8010.576"],["7185.648","14592.335"],["10399.390","13593.175"],["6198.728","9199.744"],["8079.056","17808.661"],["11652.042","13241.944"],["8759.939","15581.424"],["8692.889","15659.656"],["8767.882","15622.418"],["5468.324","16889.334"],["11143.899","15844.649"],["15257.670","12229.911"],["15301.487","12162.254"],["22248.363","8588.845"],["14665.277","13464.399"],["5997.821","8175.690"],["13329.964","15984.605"],["6481.844","9181.572"],["7670.563","17589.322"],["30416.711","11423.182"],["25281.018","14455.713"],["25240.697","14468.209"],["25259.016","14575.465"],["5668.360","16962.595"],["5660.398","8480.349"],["5998.352","7555.141"],["5965.164","7515.146"],["5972.498","7657.097"],["6163.602","17485.002"],["11377.484","13039.425"],["8508.539","12254.129"],["8432.609","12263.049"],["25323.213","14420.704"],["22282.453","9003.673"],["6950.315","14680.390"],["8277.526","17201.020"],["21218.827","15871.887"],["29945.088","10706.021"],["7027.371","14642.717"],["7068.724","14552.726"],["17941.042","15202.198"],["6312.288","8158.907"],["6000.671","9129.469"],["7284.116","14766.509"],["7194.965","14752.461"],["7297.824","14736.533"],["12846.480","15836.952"],["10227.216","12900.703"],["21888.375","9275.371"],["12364.437","14645.809"],["7747.245","17456.948"],["13430.847","12525.635"],["15529.899","13348.709"],["5784.793","8115.198"],["14473.409","14004.654"],["7718.612","14837.919"],["7044.636","14823.546"],["7085.183","14809.492"],["22502.300","8739.887"],["20671.145","9518.645"],["7175.653","14943.812"],["7135.281","14934.130"],["11008.167","16595.232"],["16206.118","14634.920"],["15706.716","12406.033"],["15684.642","12358.745"],["18655.975","14256.730"],["18625.047","14250.695"],["18617.796","14333.305"],["6714.367","16723.821"],["26483.262","15386.185"],["26461.959","15407.375"],["7320.413","14729.878"],["9209.723","12143.834"],["6839.006","14923.433"],["6851.899","15017.037"],["6942.257","14899.673"],["6985.945","14875.770"],["22904.406","12872.749"],["22927.442","12837.096"],["5979.466","16619.436"],["6011.145","14399.862"],["5505.659","7519.224"],["5984.872","9187.113"],["14024.910","11329.521"],["11536.085","17307.338"],["6413.910","9035.936"],["6352.509","8996.281"],["6337.361","19386.916"],["11977.672","15074.921"],["6281.222","9371.721"],["11276.513","17036.532"],["10044.779","14720.535"],["12070.948","15945.391"],["6004.587","8751.798"],["7648.396","17340.749"],["18775.280","14173.308"],["12360.546","14800.650"],["5975.426","7953.675"],["6664.708","16478.607"],["31274.505","8962.905"],["7459.767","14489.913"],["16921.064","14810.229"],["7023.110","18406.120"],["21805.013","8706.396"],["14449.106","13098.238"],["10817.644","11485.910"],["19489.515","15026.709"],["23815.284","11189.230"],["7351.431","8125.580"],["8487.526","14823.776"],["8004.787","16693.432"],["6216.251","9123.682"],["7514.811","18412.682"],["12374.313","16680.325"],["28316.487","10865.691"],["28293.166","10865.736"],["28270.695","10874.853"],["13091.805","15903.528"],["6185.793","8900.343"],["10261.355","14841.195"],["9952.499","7766.461"],["9956.156","7805.982"],["25054.433","9817.288"],["25037.514","9824.387"],["13581.924","13511.922"]] \ No newline at end of file diff --git a/src/gathering/10868.json b/src/gathering/10868.json new file mode 100644 index 0000000..d2e6166 --- /dev/null +++ b/src/gathering/10868.json @@ -0,0 +1 @@ +[["9591.761","15134.191"],["8091.019","14838.409"],["8095.994","14780.025"],["8142.789","14832.353"],["8142.789","14832.353"],["8090.252","14780.174"],["8139.847","14838.112"],["8139.847","14838.112"],["8092.154","14775.824"],["8141.366","14834.011"],["8141.366","14834.011"],["10665.674","15513.042"],["8991.671","14685.480"],["6060.314","18847.088"],["5581.413","14013.879"],["5546.559","13921.511"],["5539.161","13913.033"],["9167.238","14628.765"],["10817.999","7990.533"],["10809.689","7982.382"],["10809.397","7982.076"],["10832.430","8004.151"],["10825.138","7984.765"],["10825.728","7985.505"],["10819.964","7991.079"],["10819.716","7990.209"],["10820.101","7989.758"],["10818.015","7989.581"],["10823.420","7996.254"],["10714.600","7929.995"],["10822.785","7996.321"],["10812.087","7979.712"],["10805.819","7983.961"],["10817.974","7984.331"],["10817.618","7983.168"],["10517.575","13805.115"],["10526.225","13809.578"],["10525.800","13810.427"],["10517.912","13807.134"],["10518.594","13806.538"],["10519.161","13806.699"],["10518.458","13804.733"],["10515.144","13812.883"],["10514.782","13812.321"],["10502.313","13782.865"],["10523.628","13796.587"],["10499.507","13784.418"],["10524.068","13801.651"],["10523.179","13802.477"],["10498.089","13783.038"],["5591.019","14042.879"],["5537.343","14040.089"],["5576.883","14100.080"],["5599.047","14076.140"],["5544.204","14083.402"],["5594.025","14087.755"],["5603.854","14050.415"],["5566.850","14089.769"],["5563.283","14100.572"],["5577.672","14098.918"],["5526.980","14053.624"],["5617.233","14057.902"],["5613.812","14127.061"],["5595.706","14098.599"],["5608.404","14116.256"],["5578.322","14099.075"],["5609.745","14091.071"],["5584.672","14089.735"],["5598.645","14051.697"],["5593.321","14095.459"],["10628.876","14504.885"],["16730.162","17305.509"],["16730.363","17305.117"],["16709.223","17378.534"],["16710.657","17368.494"],["16709.421","17377.175"],["16716.994","17351.995"],["16710.256","17376.206"],["8068.706","17013.512"],["8085.314","17032.813"],["12343.010","15299.688"],["13366.211","15127.137"],["14305.214","9647.364"],["14355.233","9655.536"],["14314.734","9608.505"],["14314.756","9608.056"],["14314.865","9608.537"],["14308.698","9625.392"],["14305.360","9628.829"],["14304.153","9630.194"],["14305.797","9629.378"],["14306.212","9629.839"],["14304.833","9630.779"],["14303.559","9616.926"],["14303.553","9615.729"],["14303.927","9615.886"],["14304.342","9614.834"],["14304.934","9615.872"],["14313.944","9607.567"],["14315.601","9651.497"],["14336.860","9651.502"],["14316.922","9606.213"],["14327.595","9670.735"],["14291.419","9632.795"],["14291.781","9633.357"],["14313.871","9641.846"],["14306.860","9663.754"],["14306.434","9664.603"],["14304.805","9649.370"],["14305.655","9649.061"],["14306.060","9649.432"],["14353.931","9656.706"],["14353.268","9656.088"],["14353.834","9657.290"],["14355.712","9656.399"],["14313.943","9641.081"],["14262.573","9625.381"],["14364.334","9660.683"],["14358.592","9643.220"],["14325.970","9616.957"],["14336.630","9663.145"],["14286.225","9618.422"],["14274.549","9602.071"],["14317.349","9611.009"],["14319.057","9613.225"],["14317.257","9611.638"],["14316.052","9612.449"],["14316.918","9615.601"],["14315.607","9616.271"],["14318.631","9614.234"],["14319.208","9613.268"],["14260.504","9628.955"],["14261.426","9628.166"],["14358.455","9660.868"],["14359.361","9661.650"],["12336.197","15279.606"],["12338.303","15286.453"],["12338.928","15286.688"],["12336.790","15278.152"],["12345.906","15277.435"],["12346.064","15278.372"],["12337.660","15281.033"],["12337.859","15280.147"],["12338.410","15279.939"],["12203.366","15232.158"],["12337.664","15273.281"],["12338.073","15271.868"],["12339.306","15271.258"],["11977.611","15108.996"],["11981.362","15110.877"],["11980.624","15111.574"],["14397.584","9466.492"],["14318.067","9449.970"],["14343.241","9424.834"],["14396.055","9517.943"],["14256.324","9483.296"],["14391.496","9520.750"],["14346.814","9419.216"],["14258.009","9482.538"],["14273.345","9485.746"],["14322.014","9417.815"],["14259.028","9483.360"],["14321.889","9419.851"],["14322.411","9425.240"],["13731.327","9211.605"],["13719.137","9205.970"],["13726.017","9186.241"],["9239.611","16880.789"],["9290.413","16850.823"],["9290.867","16843.026"],["28398.273","11054.155"],["28495.061","11061.295"],["28507.913","11057.798"],["28427.382","11066.060"],["28414.713","11052.622"],["28410.700","11051.249"],["28501.403","11057.779"],["28422.495","11038.527"],["28389.809","11043.012"],["28427.038","11063.020"],["28424.101","11039.297"],["28402.691","11046.805"],["28496.873","11061.392"],["28499.705","11057.367"],["28412.400","11051.538"],["8945.338","13501.871"],["10404.193","13593.594"],["7759.562","15271.804"],["7761.199","15269.515"],["7760.962","15270.936"],["7760.821","15271.943"],["6198.911","9205.628"],["5991.266","14004.196"],["5957.538","13984.419"],["5842.267","13938.220"],["5845.888","13896.373"],["5836.472","13846.677"],["5849.382","13859.039"],["5942.811","13890.113"],["5838.683","13964.110"],["5837.192","13955.685"],["5882.436","13906.276"],["5940.039","13881.696"],["5939.745","13877.795"],["5940.937","13878.583"],["5943.241","13883.511"],["5971.031","18689.118"],["5975.863","18684.704"],["6009.467","18680.148"],["6021.790","18690.394"],["6030.057","18678.499"],["6001.411","18679.881"],["27771.383","8711.624"],["5459.921","16878.948"],["5465.213","16875.895"],["5459.767","16877.599"],["5458.455","16878.899"],["5458.611","16877.585"],["17605.637","15076.026"],["17604.517","15069.128"],["17619.219","15074.878"],["18026.123","16230.095"],["18026.460","16232.115"],["18027.143","16231.519"],["18027.710","16231.679"],["18026.741","16232.830"],["18011.787","16226.600"],["18011.145","16226.472"],["18016.421","16223.222"],["18017.191","16223.773"],["18035.602","16233.383"],["7467.190","17016.211"],["15386.974","15709.561"],["5781.769","13641.715"],["5758.513","13770.409"],["5731.733","13789.101"],["5740.233","13773.650"],["5783.691","13786.580"],["5764.799","13780.656"],["5784.118","13785.731"],["5739.871","13773.089"],["5829.654","13696.388"],["5830.181","13695.987"],["5774.983","13785.665"],["5761.328","13758.002"],["5715.536","13795.332"],["5791.341","13641.035"],["5791.866","13640.703"],["5813.786","13627.979"],["5764.437","13780.095"],["5815.761","13619.961"],["5814.003","13684.372"],["5826.785","13622.898"],["5768.159","13763.369"],["5721.358","13798.865"],["5780.206","13775.860"],["5783.126","13648.208"],["6016.364","8249.566"],["6015.811","8246.282"],["6016.632","8246.669"],["5987.924","8208.298"],["5950.694","8222.100"],["5992.286","8234.130"],["5990.878","8235.458"],["5990.445","8236.538"],["5952.031","8223.628"],["5958.769","8210.893"],["5991.061","8234.477"],["5990.830","8237.369"],["5991.599","8236.492"],["5992.785","8236.411"],["5994.364","8234.726"],["5960.051","8211.048"],["5965.485","8222.230"],["5836.265","13699.912"],["5941.012","13747.116"],["5852.334","13704.702"],["5851.391","13704.618"],["5834.274","13700.339"],["5834.897","13700.998"],["5834.765","13701.573"],["5835.672","13701.716"],["5866.125","13688.281"],["5844.937","13639.601"],["5845.103","13707.419"],["5831.047","13645.155"],["5842.088","13707.538"],["5842.723","13706.506"],["5841.229","13706.691"],["6480.186","9218.352"],["7499.687","15386.359"],["7482.448","15388.750"],["5782.634","13818.980"],["5818.443","13881.238"],["5812.082","13888.096"],["5826.119","13919.554"],["5818.409","13882.255"],["5802.922","13843.441"],["5800.596","13875.571"],["5801.595","13867.428"],["5801.535","13858.362"],["9059.046","14573.211"],["7961.602","14476.939"],["8129.906","14616.466"],["5997.055","7572.183"],["20434.180","9474.022"],["20479.526","9424.889"],["20474.874","9496.240"],["20436.658","9475.554"],["20432.438","9473.885"],["20432.425","9472.977"],["20431.951","9474.219"],["20418.942","9469.820"],["20489.678","9422.690"],["20480.107","9427.523"],["20480.617","9426.746"],["20477.785","9424.751"],["20477.771","9423.843"],["20477.298","9425.085"],["20471.062","9492.057"],["20473.132","9496.103"],["20473.119","9495.195"],["20472.645","9496.437"],["20432.951","9476.643"],["20481.111","9487.039"],["20470.576","9494.579"],["20409.201","9493.810"],["20408.828","9491.934"],["20409.535","9492.576"],["20407.184","9490.946"],["20408.016","9491.013"],["20407.826","9492.108"],["20406.880","9493.095"],["20407.624","9495.323"],["20487.257","9495.768"],["28404.093","11068.994"],["28474.407","11070.602"],["14217.784","8658.099"],["10411.184","15584.793"],["10434.020","15562.664"],["10429.140","15571.982"],["10403.956","15582.119"],["10403.404","15582.481"],["10411.581","15585.666"],["10406.902","15593.549"],["10406.049","15593.140"],["10409.179","15585.168"],["10409.786","15585.843"],["10409.637","15586.415"],["10391.502","15578.811"],["10429.048","15568.191"],["10419.788","15590.703"],["10428.492","15567.342"],["10435.773","15559.763"],["10432.121","15568.008"],["10413.916","15590.363"],["10414.755","15591.243"],["17755.606","14945.901"],["17693.574","14893.712"],["17730.238","14981.930"],["17748.438","15018.190"],["17767.623","15059.797"],["17744.643","15023.208"],["17753.852","14944.856"],["17829.320","14919.421"],["17753.866","14945.764"],["17745.415","15016.668"],["17626.892","15053.862"],["17627.845","15053.437"],["17628.298","15062.851"],["17753.377","14946.098"],["17738.720","14949.641"],["17738.344","14948.804"],["17680.892","14928.282"],["17762.651","15061.727"],["17771.036","14948.357"],["17730.596","14980.076"],["17722.000","14978.786"],["17748.088","15016.335"],["17766.423","15058.345"],["17816.070","14948.148"],["17744.878","15023.691"],["17754.505","15054.105"],["17757.976","15070.363"],["17729.193","14993.278"],["17716.278","14980.413"],["17674.929","14925.048"],["17816.070","14948.148"],["17764.483","15063.600"],["17770.140","15016.754"],["17747.756","15015.537"],["17759.198","15013.301"],["17745.862","14943.116"],["17678.906","14925.638"],["17624.194","15074.429"],["17624.514","15075.587"],["17757.540","14946.026"],["17757.608","14943.669"],["17759.539","14945.163"],["17759.829","14943.286"],["17760.280","14944.127"],["17758.633","14941.783"],["17759.395","14942.125"],["17758.834","14943.142"],["17689.655","14926.778"],["17686.321","14893.045"],["17708.323","14874.364"],["17687.829","14912.739"],["14644.495","8835.584"],["14641.229","8832.855"],["8683.443","10525.034"],["14248.905","9510.591"],["14248.005","9534.178"],["14250.119","9535.227"],["14227.920","9529.622"],["14235.203","9507.068"],["14248.922","9511.805"],["14249.581","9533.623"],["6453.861","15865.530"],["6451.245","15862.884"],["6453.806","15864.979"],["6453.557","15865.904"],["6451.968","15856.514"],["6451.400","15856.928"],["6450.875","15856.040"],["6459.479","15877.504"],["6434.731","15855.555"],["6453.895","15862.834"],["6452.645","15863.741"],["6449.112","15855.212"],["27703.665","8757.290"],["27692.663","8812.012"],["27708.338","8807.211"],["27706.471","8775.853"],["27710.875","8761.978"],["27701.530","8773.851"],["27701.583","8775.060"],["20430.962","9638.879"],["20433.315","9664.898"],["20432.346","9655.411"],["20430.576","9660.449"],["15708.065","15775.431"],["8900.032","15172.175"],["6000.411","9133.635"],["8246.759","14685.428"],["16896.592","17362.714"],["16896.974","17362.575"],["16851.611","17307.901"],["16851.565","17308.274"],["16919.152","17249.128"],["16918.995","17248.689"],["16811.607","17321.709"],["16961.139","17355.022"],["16897.727","17362.305"],["16850.391","17306.190"],["16963.928","17330.796"],["16813.529","17322.846"],["16812.945","17322.842"],["16812.432","17323.579"],["16815.873","17329.887"],["16816.349","17330.339"],["16960.952","17347.576"],["16960.251","17348.205"],["16962.894","17355.434"],["16963.156","17354.012"],["16963.540","17354.017"],["16967.249","17360.374"],["16966.668","17360.525"],["16852.556","17301.460"],["16825.248","17321.090"],["16957.844","17347.772"],["16950.389","17330.985"],["16950.208","17329.085"],["16950.850","17329.796"],["16948.679","17327.929"],["16949.501","17328.078"],["16949.205","17329.168"],["16948.152","17330.027"],["16948.662","17332.322"],["16826.817","17323.538"],["16824.459","17320.634"],["16953.991","17348.703"],["16955.520","17347.770"],["16850.968","17301.258"],["10511.758","13824.390"],["9314.517","12462.873"],["9342.566","12519.295"],["9381.238","12545.907"],["9284.669","12506.168"],["9223.463","12515.202"],["10230.208","9097.320"],["10231.127","12911.541"],["6230.664","18695.904"],["15341.322","15750.555"],["15348.775","15740.975"],["15355.408","15773.316"],["15430.530","15815.948"],["15405.499","15854.733"],["15342.457","15749.380"],["15394.659","15762.539"],["15391.259","15775.355"],["15376.844","15757.923"],["15458.061","15808.560"],["15458.056","15801.800"],["15346.546","15741.171"],["15344.491","15736.936"],["15356.205","15745.130"],["15355.712","15744.500"],["15358.067","15744.393"],["15345.294","15739.204"],["15341.106","15748.572"],["15341.262","15749.410"],["15347.034","15740.838"],["15347.021","15739.929"],["15314.744","15745.694"],["15338.416","15790.305"],["15337.910","15790.777"],["15356.055","15776.556"],["15347.191","15781.622"],["15346.271","15781.423"],["15353.548","15774.154"],["15354.294","15774.666"],["15354.284","15775.258"],["15358.424","15775.422"],["15361.291","15774.952"],["15359.858","15776.008"],["15431.402","15779.114"],["15428.789","15815.811"],["15428.775","15814.903"],["15428.301","15816.145"],["15400.326","15853.659"],["15400.773","15853.210"],["15410.200","15851.166"],["15404.336","15856.059"],["15404.309","15856.650"],["15403.598","15855.521"],["15410.729","15865.812"],["15410.973","15866.730"],["15314.558","15768.467"],["15314.130","15767.139"],["15391.222","15849.768"],["15390.134","15849.328"],["15341.865","15751.292"],["15381.150","15736.949"],["15325.359","15747.585"],["15345.371","15735.734"],["15315.649","15747.090"],["15345.060","15779.897"],["15429.020","15813.491"],["15315.948","15764.664"],["15317.607","15743.742"],["15318.077","15744.707"],["15304.468","15752.532"],["15318.490","15742.118"],["15316.685","15741.492"],["15317.602","15741.207"],["15316.881","15744.145"],["15330.131","15749.649"],["15329.231","15750.287"],["15359.103","15773.557"],["15360.185","15774.156"],["15316.686","15766.132"],["15344.325","15781.242"],["15343.619","15780.107"],["15409.684","15845.694"],["15317.199","15767.621"],["17820.104","15997.950"],["17820.408","15998.848"],["17826.459","15988.715"],["17825.808","15988.583"],["7713.319","14825.556"],["15300.666","15751.858"],["15300.241","15754.064"],["15299.183","15753.263"],["15300.056","15753.500"],["15283.128","15771.577"],["15285.292","15776.090"],["15283.280","15776.310"],["15282.580","15775.716"],["15282.202","15773.631"],["15303.369","15756.428"],["15301.024","15752.768"],["10664.638","15503.906"],["10664.185","15506.639"],["17625.226","15099.140"],["17620.398","15112.191"],["17627.539","15117.687"],["17624.538","15117.332"],["17628.384","15099.362"],["17622.474","15112.253"],["17646.089","15087.993"],["17645.908","15086.094"],["17646.549","15086.804"],["17644.378","15084.937"],["17645.200","15085.086"],["17644.904","15086.176"],["17643.852","15087.035"],["17644.362","15089.331"],["10917.789","13205.579"],["11429.474","16371.422"],["11426.481","16403.262"],["11460.016","16396.672"],["27833.221","8812.209"],["27850.418","8849.712"],["27804.153","8833.344"],["27850.665","8829.233"],["27870.613","8782.481"],["27828.458","8809.288"],["27768.203","8761.772"],["27768.446","8760.885"],["27806.015","8792.669"],["27811.651","8807.512"],["27806.777","8790.587"],["27807.287","8789.811"],["27731.988","8799.984"],["27794.791","8831.437"],["27752.991","8808.006"],["27763.594","8793.398"],["27827.296","8803.995"],["27896.096","8770.016"],["27734.155","8807.833"],["27734.417","8843.130"],["27729.369","8860.247"],["27852.761","8799.758"],["27734.177","8747.114"],["27810.296","8806.535"],["27832.806","8815.158"],["27821.574","8811.098"],["27849.492","8826.401"],["27795.302","8829.842"],["27763.213","8818.795"],["27830.275","8812.934"],["27735.686","8747.544"],["27825.086","8805.622"],["27820.868","8799.972"],["27819.375","8801.311"],["27819.528","8801.974"],["27819.237","8802.519"],["27819.600","8800.369"],["27823.056","8800.454"],["27819.498","8803.232"],["27821.781","8802.333"],["27850.910","8830.824"],["27848.314","8826.311"],["27842.354","8805.622"],["7672.067","15981.714"],["20049.917","10072.317"],["20033.844","10052.586"],["20050.058","10068.844"],["20041.517","10092.360"],["20018.091","10093.643"],["20048.176","10072.180"],["20048.163","10071.272"],["20047.688","10072.514"],["20032.103","10052.448"],["20032.089","10051.540"],["20031.614","10052.782"],["20028.302","10065.724"],["20022.015","10080.905"],["20022.525","10080.129"],["20059.729","10083.095"],["20042.114","10068.421"],["20048.278","10068.707"],["20048.337","10067.799"],["20047.872","10069.041"],["20052.153","10069.540"],["12464.894","10913.904"],["12437.953","10899.730"],["12463.442","10921.403"],["12467.150","10912.638"],["12463.341","10922.766"],["6344.469","16180.897"],["6348.259","16166.999"],["18053.516","16219.224"],["18053.893","16220.457"],["7846.203","14536.397"],["7888.146","14583.707"],["28560.415","11308.703"],["17797.657","14844.028"],["17776.014","14796.731"],["17704.207","14872.106"],["17708.400","14862.040"],["17724.188","14855.489"],["17707.573","14860.211"],["17685.555","14851.041"],["17720.104","14845.115"],["17714.936","14860.546"],["17709.807","14863.115"],["17704.416","14815.818"],["17795.916","14843.891"],["17795.903","14842.983"],["17795.428","14844.225"],["17733.065","14834.401"],["17774.273","14796.594"],["17774.260","14795.685"],["17773.785","14796.927"],["17749.680","14856.024"],["17750.190","14855.247"],["17788.399","14841.717"],["17788.909","14840.940"],["17777.190","14859.753"],["17772.274","14861.985"],["17778.483","14867.285"],["17693.124","14851.631"],["17705.883","14857.508"],["17683.338","14852.545"],["17721.670","14847.881"],["17716.975","14858.935"],["17708.117","14860.411"],["17680.416","14847.286"],["17696.419","14838.687"],["17687.917","14840.704"],["17675.279","14852.504"],["17703.228","14818.221"],["17703.349","14849.853"],["17791.949","14847.362"],["17770.246","14813.246"],["17778.958","14787.110"],["17778.973","14862.465"],["17773.504","14809.451"],["17774.542","14810.045"],["17786.945","14844.192"],["17786.764","14842.293"],["17787.406","14843.003"],["17785.235","14841.137"],["17786.057","14841.285"],["17785.761","14842.375"],["17784.709","14843.234"],["17785.218","14845.530"],["17715.851","14859.741"],["6000.284","14404.955"],["5982.305","9202.462"],["14025.497","11325.028"],["6376.775","9074.410"],["6378.469","9053.288"],["6354.551","8992.747"],["6285.207","9372.270"],["18768.586","11520.749"],["18768.094","11529.169"],["18760.097","11534.212"],["18765.160","11511.846"],["18765.865","11529.366"],["18766.353","11529.032"],["18766.455","11511.911"],["18769.110","11528.564"],["18766.340","11528.124"],["18765.945","11512.687"],["18765.931","11526.671"],["18763.591","11505.281"],["18765.967","11530.041"],["18747.419","11545.250"],["18747.208","11546.005"],["18745.463","11544.368"],["18743.113","11544.668"],["18744.225","11546.564"],["18746.095","11546.648"],["18769.150","11504.526"],["18745.337","11547.177"],["18746.045","11545.830"],["17836.642","15994.600"],["17834.600","15994.620"],["17834.833","15995.928"],["17835.081","15995.387"],["17834.835","15993.350"],["17834.826","16002.903"],["17837.773","16002.228"],["14023.828","8565.384"],["13984.317","8567.792"],["6270.009","18483.370"],["7648.766","17345.098"],["5623.807","14108.442"],["5682.938","14110.127"],["5654.349","14096.075"],["5650.962","14095.610"],["5638.042","14082.771"],["5633.270","14128.600"],["5633.360","14073.624"],["6537.824","15156.585"],["6505.241","15223.766"],["6535.958","15157.646"],["6543.590","15163.017"],["6541.075","15192.470"],["5966.506","7958.659"],["17456.606","15093.544"],["17606.588","15092.522"],["17456.976","15092.418"],["17611.507","15114.088"],["17616.009","15133.940"],["17613.131","15141.224"],["5921.869","18401.551"],["9557.732","15393.887"],["9514.202","15355.581"],["9555.534","15391.183"],["9535.958","15316.187"],["9456.030","15324.201"],["14039.760","11311.052"],["7305.021","15785.194"],["21799.039","8716.732"],["8126.508","18136.258"],["14224.844","9640.428"],["14232.104","9620.422"],["10812.581","11489.801"],["10806.369","11478.077"],["14169.311","8842.236"],["17839.000","14893.049"],["17840.169","14912.317"],["9384.616","14521.034"],["8361.125","14716.223"],["11844.040","13063.647"],["11905.163","13127.116"],["11884.299","13084.423"],["11855.468","13055.017"],["11844.967","13063.106"],["11901.671","13128.655"],["11870.319","13089.067"],["11877.883","13096.439"],["11883.627","13083.089"],["11870.055","13099.354"],["11740.244","13017.949"],["11900.621","13055.926"],["11841.241","13113.902"],["11849.971","13113.767"],["11852.302","13047.827"],["11851.646","13047.754"],["11852.430","13055.710"],["11851.395","13056.730"],["11852.251","13057.136"],["11853.714","13053.973"],["11853.727","13054.881"],["11853.239","13055.213"],["11841.471","13064.517"],["11888.719","13083.389"],["11886.305","13085.778"],["11889.381","13084.067"],["11845.022","13034.660"],["11894.901","13066.032"],["11897.308","13066.592"],["11896.964","13060.377"],["11737.563","13021.325"],["11897.530","13059.130"],["11859.763","13062.258"],["11893.711","13066.923"],["11736.983","13014.217"],["11897.742","13052.004"],["11851.251","13115.183"],["11854.822","13060.256"],["11854.875","13061.466"],["11891.588","13053.933"],["11911.759","13052.717"],["8153.765","14501.372"],["8146.164","14505.126"],["8196.576","14535.212"],["8205.268","14552.159"],["8218.122","14527.237"],["8312.646","14467.267"],["8258.871","14512.553"],["8272.219","14558.183"],["8203.428","14469.266"],["6208.581","9122.515"],["5974.612","18613.255"],["6022.263","18673.949"],["6015.903","18676.045"],["18307.931","16742.584"],["18254.181","16730.687"],["18254.981","16722.069"],["18281.033","16730.936"],["18290.003","16741.493"],["18291.917","16725.228"],["18289.740","16726.794"],["18290.250","16726.018"],["18292.496","16742.142"],["18310.950","16751.039"],["18311.460","16750.262"],["18307.197","16765.635"],["18306.177","16741.539"],["18306.190","16742.447"],["18297.400","16744.220"],["18305.702","16742.781"],["18255.394","16731.259"],["18252.777","16745.647"],["18281.516","16738.717"],["18283.939","16743.438"],["18283.977","16726.104"],["18282.873","16723.450"],["18283.892","16725.062"],["18309.385","16741.661"],["18310.670","16740.306"],["18310.565","16741.244"],["18310.550","16738.385"],["18311.002","16739.083"],["18309.890","16739.674"],["18308.672","16739.299"],["18307.257","16741.211"],["18253.478","16721.899"],["6194.286","8911.207"],["8891.648","15799.990"],["28680.203","11351.112"],["28673.957","11359.312"],["28681.609","11350.353"],["8175.255","14915.324"]] \ No newline at end of file diff --git a/src/gathering/10869.json b/src/gathering/10869.json new file mode 100644 index 0000000..c363a69 --- /dev/null +++ b/src/gathering/10869.json @@ -0,0 +1 @@ +[["9463.517","18354.617"],["6077.862","17036.747"],["6127.671","17025.597"],["6118.705","17031.257"],["6182.465","17041.642"],["6159.098","16938.488"],["6201.514","16782.132"],["7122.439","14566.865"],["6182.922","16631.954"],["14009.009","13253.701"],["6331.532","16834.020"],["6338.576","16841.956"],["6261.069","16847.179"],["6296.389","16829.684"],["6295.256","16835.347"],["14205.170","13183.137"],["5604.690","16892.476"],["5673.552","16958.909"],["5616.311","16896.534"],["5700.485","16951.303"],["6957.968","14671.689"],["10877.474","13051.986"],["9714.654","17787.015"],["9515.997","17971.246"],["9358.877","18404.284"],["14033.551","13076.718"],["6040.407","16699.742"],["5881.327","16654.536"],["6010.501","16588.829"],["6023.326","16583.780"],["6033.343","16635.210"],["10201.356","14943.702"],["13547.183","13461.788"],["13678.725","12985.925"],["10049.076","14735.779"],["5879.540","16901.878"],["6180.193","16707.366"],["5809.785","16769.000"],["5804.389","16782.245"],["5762.719","16733.583"],["5752.141","16734.111"],["5794.276","16724.212"],["7059.171","18336.021"],["5567.481","17123.249"],["5559.246","17116.559"],["10080.740","14950.073"],["9891.061","15243.997"],["5729.812","17112.350"],["10348.124","14862.589"]] \ No newline at end of file diff --git a/src/gathering/10870.json b/src/gathering/10870.json new file mode 100644 index 0000000..158f4a5 --- /dev/null +++ b/src/gathering/10870.json @@ -0,0 +1 @@ +[["17828.689","17121.586"],["9515.682","18342.274"],["6082.376","17082.761"],["6079.608","17076.749"],["6103.650","17089.401"],["6099.183","17086.907"],["13549.957","13304.489"],["13490.822","13289.660"],["13438.675","13264.849"],["14079.000","12940.176"],["14088.735","12952.605"],["6156.028","16953.281"],["10169.782","15188.781"],["14049.151","13573.370"],["7098.007","14624.721"],["13562.598","13132.480"],["17616.181","16871.048"],["14022.146","13247.025"],["6252.916","16909.335"],["6255.792","16912.835"],["13375.313","13324.063"],["17885.809","17217.915"],["17595.122","15482.725"],["17028.117","16283.205"],["17011.409","16146.489"],["13411.548","13701.680"],["5670.785","16949.055"],["6970.674","14744.450"],["17065.325","15649.651"],["17046.992","15666.714"],["17921.795","17168.425"],["17475.935","17348.306"],["17471.590","17349.141"],["9360.420","18489.106"],["16864.074","16744.648"],["7294.091","14768.071"],["17635.061","15637.742"],["17817.582","15598.602"],["9689.246","17809.450"],["9682.881","17806.911"],["9709.135","17753.682"],["9716.573","17753.295"],["9704.831","17756.178"],["9663.069","17825.974"],["13743.682","13349.332"],["13681.502","13300.541"],["13686.678","13299.336"],["13763.010","13319.629"],["13771.476","13317.298"],["13824.897","13319.967"],["16618.832","16560.247"],["16645.087","16441.619"],["9477.135","18105.029"],["9431.870","18230.649"],["17486.207","17096.356"],["17525.237","17089.704"],["17544.686","16213.384"],["9532.595","17819.314"],["13883.609","13180.109"],["14092.163","13872.342"],["14094.174","13884.527"],["17536.110","15614.502"],["17580.223","15612.522"],["17582.101","15615.125"],["9419.278","17972.055"],["9498.347","17959.853"],["9399.975","18424.305"],["13987.631","13133.508"],["14002.988","13128.670"],["13950.590","13056.206"],["14043.429","12992.661"],["10194.229","14950.648"],["13493.594","13427.705"],["13527.520","13464.695"],["13543.745","13438.822"],["13780.022","13003.159"],["13786.839","13009.784"],["13748.645","13008.619"],["13901.091","13309.312"],["13845.095","13328.696"],["13853.339","13340.290"],["13948.306","13298.985"],["13970.544","13210.146"],["10046.830","14746.470"],["16538.555","16134.817"],["16566.687","16129.745"],["17317.494","16947.422"],["17391.024","16946.929"],["5869.569","16919.590"],["5862.356","16920.323"],["5874.205","16894.141"],["5868.964","16894.727"],["5862.150","16892.146"],["5857.470","16887.074"],["5855.790","16881.165"],["17628.043","16324.357"],["17691.911","16337.286"],["7054.843","18346.642"],["6992.454","18356.765"],["7064.315","18295.377"],["7067.742","18289.165"],["7002.279","18409.791"],["6990.507","18361.431"],["7000.637","18402.465"],["7057.073","18351.223"],["7036.995","18330.184"],["7030.332","18282.943"],["19491.053","14978.513"],["17938.186","16577.879"],["9476.431","17829.088"],["9466.790","17830.419"],["9539.557","17826.734"],["9538.605","17821.469"],["17516.980","15746.980"],["13298.456","13397.465"],["9886.163","15252.676"],["10358.918","14828.539"]] \ No newline at end of file diff --git a/src/gathering/10871.json b/src/gathering/10871.json new file mode 100644 index 0000000..336e277 --- /dev/null +++ b/src/gathering/10871.json @@ -0,0 +1 @@ +[["9704.110","12520.189"],["9720.371","12546.704"],["9697.822","12515.194"],["9695.337","12515.784"],["9695.987","12513.739"],["9680.123","12520.543"],["9680.051","12522.325"],["9691.924","12506.168"],["9692.208","12511.942"],["9692.960","12513.345"],["9693.583","12515.429"],["9691.367","12517.555"],["9680.029","12524.451"],["9681.568","12518.290"],["9679.667","12517.890"],["9682.160","12520.700"],["9678.427","12524.095"],["9677.472","12525.368"],["9693.884","12506.810"],["9695.381","12508.018"],["9720.143","12457.677"],["9719.255","12458.997"],["9731.342","12514.244"],["9733.063","12515.131"],["9733.789","12516.546"],["9731.625","12516.189"],["9739.215","12513.511"],["9738.452","12516.172"],["9740.082","12515.612"],["9702.841","12518.816"],["9704.335","12517.977"],["9709.445","12514.544"],["9707.772","12515.121"],["9706.227","12514.778"],["9707.882","12513.332"],["9691.270","12515.770"],["9688.027","12498.439"],["9689.493","12499.452"],["9689.171","12496.392"],["9692.543","12498.925"],["9690.971","12499.871"],["9690.944","12498.034"],["9750.538","17486.763"],["9748.953","17486.788"],["9751.577","17484.123"],["8991.648","13564.842"],["8988.707","13561.922"],["8995.553","13563.433"],["8988.776","13564.580"],["8985.575","13563.762"],["8986.135","13566.819"],["8980.433","13566.510"],["8979.514","13564.757"],["8987.717","13566.668"],["8986.691","13561.842"],["8987.288","13563.623"],["8988.121","13562.836"],["8981.270","13564.928"],["8982.528","13565.884"],["8884.279","13604.369"],["8986.704","13565.115"],["8984.496","13572.015"],["8923.614","13606.852"],["8927.638","13603.314"],["8925.699","13605.260"],["8926.439","13608.811"],["8928.311","13601.871"],["8928.955","13603.437"],["8996.763","13618.995"],["8995.741","13620.330"],["9019.428","13619.683"],["9029.704","13613.727"],["9722.251","12548.494"],["9720.878","12547.849"],["9093.046","12413.677"],["9096.750","12408.760"],["9564.722","12466.572"],["9565.696","12465.314"],["17623.587","15636.778"],["17816.406","15653.325"],["9315.292","12342.707"],["9316.831","12341.812"],["9313.936","12340.794"],["9321.937","12343.273"],["9323.699","12343.509"],["9324.342","12340.594"],["8882.006","13605.248"],["8885.630","13605.240"],["8887.285","13604.949"],["8886.644","13606.272"],["8888.192","13607.278"],["8883.262","13605.852"],["8927.242","13606.601"],["8925.897","13607.526"],["8928.999","13605.222"],["8927.116","13605.092"],["8884.725","13606.724"],["9761.266","17380.832"],["9763.809","17380.684"],["9743.793","17346.635"],["9756.144","17342.157"],["9742.019","17346.839"],["9825.638","17392.925"],["9827.363","17393.627"],["9824.356","17394.508"],["7656.778","15157.198"]] \ No newline at end of file diff --git a/src/gathering/10872.json b/src/gathering/10872.json new file mode 100644 index 0000000..345ba31 --- /dev/null +++ b/src/gathering/10872.json @@ -0,0 +1 @@ +[["6250.914","18689.998"],["9688.897","12516.881"],["9688.184","12520.047"],["9728.742","12495.379"],["9709.551","12495.181"],["9710.077","12482.633"],["9686.168","12495.719"],["9707.627","12484.208"],["9713.850","12480.293"],["9673.712","12531.517"],["9686.737","12488.015"],["9742.513","12509.076"],["9746.138","12509.439"],["9697.770","12548.564"],["9716.080","12494.096"],["9720.195","12486.435"],["9705.651","12491.995"],["9692.330","12501.052"],["17119.075","4547.059"],["21225.978","9858.156"],["10148.862","15152.998"],["21265.889","9805.702"],["21198.819","9820.423"],["19544.133","14075.368"],["9788.315","17460.303"],["9772.563","17442.414"],["9760.494","17500.681"],["9767.848","17494.630"],["9803.763","17416.489"],["9810.861","17516.556"],["9417.137","12515.238"],["9420.455","12509.393"],["9020.383","13600.773"],["9023.967","13603.177"],["8855.237","13479.764"],["8859.531","13479.663"],["8874.743","13458.936"],["8883.940","13427.833"],["8884.613","13428.962"],["8835.589","13448.965"],["8907.835","13513.069"],["8926.484","13594.420"],["8869.232","13573.379"],["8938.719","13544.982"],["8901.963","13495.509"],["8873.837","13462.605"],["8819.404","13601.321"],["8865.518","13486.867"],["8832.190","13437.609"],["8835.737","13454.154"],["8961.748","13518.643"],["8958.478","13564.543"],["8894.180","13515.523"],["8895.141","13506.283"],["8980.696","13551.960"],["8927.817","13595.520"],["8921.109","13598.361"],["9004.904","13606.676"],["9013.924","13621.379"],["9002.656","13610.150"],["9028.137","13607.548"],["9017.258","13614.710"],["9029.714","13619.751"],["9024.283","13620.453"],["6000.034","18678.275"],["6008.753","18678.137"],["6032.875","18683.099"],["5975.634","18691.163"],["5972.904","18690.987"],["6000.734","18681.443"],["6006.712","18674.483"],["9709.819","12555.695"],["9708.285","12553.412"],["9580.627","12455.313"],["9588.348","12461.447"],["9597.166","12444.611"],["9581.311","12482.342"],["9612.271","12428.645"],["9566.711","12483.247"],["9578.719","12452.052"],["9580.525","12450.772"],["9612.667","12434.469"],["9614.097","12431.327"],["9577.530","12456.603"],["9580.910","12498.548"],["9581.093","12433.441"],["9578.845","12431.971"],["9578.590","12466.817"],["9566.800","12487.983"],["9567.360","12467.269"],["9607.853","12422.699"],["9596.213","12421.354"],["9594.446","12423.441"],["9599.306","12442.154"],["9581.297","12456.621"],["13329.602","16385.210"],["21325.130","14019.651"],["11672.935","17156.424"],["17627.151","15643.560"],["17628.160","15638.907"],["17621.523","15643.304"],["17815.013","15649.259"],["9358.643","12405.123"],["9359.846","12409.878"],["9359.810","12407.822"],["9355.149","12396.350"],["9323.276","12339.022"],["9315.586","12340.512"],["9309.024","12501.473"],["9309.676","12499.673"],["9267.306","12495.768"],["9837.868","17436.151"],["8847.857","13615.595"],["8844.226","13633.183"],["8900.415","13616.670"],["8902.947","13611.438"],["8921.340","13606.472"],["8841.346","13672.811"],["8918.371","13609.152"],["8844.511","13637.271"],["8832.977","13621.755"],["8833.288","13625.182"],["8837.123","13613.312"],["8842.164","13615.386"],["8847.893","13620.642"],["8817.991","13635.551"],["8968.413","13612.557"],["8941.035","13610.108"],["6295.662","18912.599"],["6296.132","18911.171"],["6295.174","18908.523"],["6292.726","18907.907"],["6948.710","14932.678"],["6951.161","14926.670"],["6959.125","14912.743"],["6898.953","14916.052"],["10025.610","14718.384"],["10033.857","14687.136"],["10222.217","14901.274"],["10230.530","14908.271"],["10198.656","14911.342"],["21308.572","9752.018"],["9749.482","17382.121"],["9749.727","17379.430"],["9751.340","17382.866"],["9717.422","17403.150"],["6691.735","16851.668"],["6691.816","16852.496"],["7638.731","15226.176"],["7637.117","15225.447"],["7640.628","15225.279"],["7639.563","15223.723"],["7635.228","15225.387"],["7657.256","15153.815"],["7653.884","15153.811"],["7650.853","15157.397"],["10096.853","14939.607"],["6002.380","18651.254"],["5978.044","18623.344"],["6000.636","18674.291"],["6006.496","18637.425"],["6037.763","18638.738"],["5975.670","18611.742"],["6005.920","18652.258"],["5982.448","18618.194"],["6024.708","18670.956"],["5966.496","18677.883"],["6034.339","18675.092"],["8241.976","14953.711"]] \ No newline at end of file diff --git a/src/gathering/10873.json b/src/gathering/10873.json new file mode 100644 index 0000000..2a98278 --- /dev/null +++ b/src/gathering/10873.json @@ -0,0 +1 @@ +[["9723.050","12456.807"],["9619.726","12418.409"],["9621.736","12417.703"],["9643.413","12400.100"],["9641.176","12398.085"],["9648.626","12490.674"],["9646.439","12489.977"],["9645.794","12522.065"],["9644.065","12521.433"],["9724.486","12459.339"],["9621.706","12420.528"],["9640.798","12402.726"],["9646.675","12492.874"],["9644.970","12519.414"],["9726.894","12457.327"],["9734.072","12472.727"],["9622.327","12445.227"],["10189.193","15146.421"],["10187.508","15135.734"],["9438.101","12364.696"],["9440.903","12366.338"],["9440.969","12370.715"],["9440.574","12368.915"],["9517.885","12498.334"],["9520.825","12497.672"],["9520.294","12500.420"],["9485.693","12475.131"],["9483.015","12475.898"],["9427.625","12454.377"],["9427.828","12452.136"],["9428.238","12391.743"],["9427.858","12384.571"],["9427.609","12386.396"],["9432.115","12383.102"],["9434.350","12385.115"],["9433.604","12389.747"],["9434.718","12387.806"],["9422.349","12347.568"],["9420.754","12345.713"],["9437.827","12369.181"],["9439.561","12362.912"],["9523.673","12497.535"],["9487.524","12477.237"],["9430.915","12450.683"],["9428.322","12389.000"],["9427.400","12376.373"],["9431.735","12387.741"],["9436.905","12387.492"],["9424.067","12346.865"],["9448.873","12474.068"],["9384.643","12120.032"],["9087.874","12407.729"],["9096.048","12412.089"],["9089.080","12403.729"],["9510.435","12430.360"],["9525.069","12448.624"],["9527.862","12447.515"],["9535.052","12445.012"],["9530.011","12448.961"],["9563.109","12513.295"],["9566.596","12519.007"],["9565.658","12513.666"],["9576.345","12537.095"],["9578.592","12539.045"],["9619.276","12443.926"],["9527.108","12450.301"],["9530.708","12446.855"],["9565.741","12516.552"],["9564.646","12511.639"],["9578.604","12535.480"],["9510.009","12426.298"],["10227.431","14852.983"],["9605.567","12569.833"],["9550.741","12573.393"],["9553.621","12572.528"],["9557.374","12574.754"],["9555.637","12574.154"],["9603.552","12567.856"],["9554.487","12576.138"],["9556.512","12572.116"],["9400.229","12374.058"],["9402.743","12372.405"],["9399.995","12371.360"],["9354.406","12336.840"],["9405.159","12371.647"],["9356.771","12334.844"],["9352.862","12332.275"],["9394.425","12473.406"],["9241.598","12344.189"],["15399.662","15733.626"],["15397.381","15736.110"],["9265.479","12289.330"],["9353.742","12334.334"],["9328.821","12284.763"],["9327.557","12282.517"],["9372.784","12279.875"],["9375.021","12281.890"],["9375.087","12286.267"],["9374.692","12284.467"],["9339.778","12308.377"],["9342.991","12309.592"],["9345.798","12313.123"],["9344.562","12311.761"],["9305.369","12296.637"],["9307.267","12299.279"],["9306.180","12303.518"],["9307.582","12301.973"],["9288.127","12297.225"],["9290.514","12295.413"],["9294.805","12296.186"],["9292.969","12296.230"],["9206.363","12321.362"],["9205.124","12318.613"],["9206.820","12314.580"],["9206.460","12316.387"],["9265.852","12267.374"],["9372.406","12284.516"],["9376.880","12284.153"],["9340.849","12311.137"],["9346.303","12310.394"],["9308.493","12297.012"],["9309.775","12302.249"],["9290.355","12298.357"],["9293.082","12294.014"],["9208.396","12318.465"],["9204.332","12315.790"],["9263.098","12267.400"],["17567.184","15631.707"],["9350.969","12166.002"],["9320.077","12208.802"],["9315.813","12207.109"],["9318.190","12207.027"],["9386.863","12224.811"],["9385.016","12222.432"],["9378.847","12280.421"],["9378.778","12277.405"],["9381.911","12274.359"],["9380.875","12275.881"],["9312.395","12240.862"],["9313.357","12243.722"],["9311.287","12247.572"],["9311.818","12245.808"],["9275.637","12209.481"],["9277.873","12211.496"],["9260.220","12216.182"],["9261.935","12213.705"],["9265.597","12213.624"],["9263.908","12212.369"],["9264.515","12208.722"],["9266.324","12209.032"],["9263.476","12247.685"],["9260.594","12247.818"],["9208.415","12246.150"],["9206.204","12245.740"],["9314.908","12131.060"],["9350.054","12167.944"],["9322.594","12208.704"],["9317.163","12208.991"],["9387.330","12222.498"],["9382.476","12277.521"],["9379.148","12274.494"],["9310.766","12243.711"],["9313.880","12246.606"],["9274.974","12212.279"],["9264.854","12215.986"],["9263.327","12210.225"],["9267.006","12214.997"],["9260.619","12250.472"],["9203.943","12247.276"],["9207.881","12244.296"],["9317.125","12129.444"],["7419.673","14990.126"],["9495.432","12584.457"],["9497.936","12583.743"],["15763.074","14669.838"],["9431.336","12252.629"],["9433.967","12252.279"],["9434.309","12255.876"],["9432.402","12254.851"],["9470.365","12326.078"],["9468.130","12324.064"],["9429.782","12255.575"],["9435.786","12254.200"],["9467.750","12328.705"],["10235.234","14911.259"],["10258.099","14917.820"],["15794.739","14652.449"],["10870.590","17518.215"],["10869.375","17515.541"],["10870.193","17521.526"],["10872.801","17520.188"],["10867.406","17551.940"],["10866.435","17555.036"],["10865.947","17558.436"],["10868.663","17559.520"],["10864.321","17556.312"],["10872.461","17516.138"],["10872.312","17523.282"],["10869.377","17553.819"],["10868.598","17556.717"],["10862.851","17558.329"],["9170.714","12303.452"],["9173.563","12302.500"],["9177.574","12304.629"],["9176.038","12303.616"],["9172.389","12305.655"],["9177.386","12301.858"],["10075.415","14962.568"],["10041.507","14965.275"]] \ No newline at end of file diff --git a/src/gathering/10874.json b/src/gathering/10874.json new file mode 100644 index 0000000..4add613 --- /dev/null +++ b/src/gathering/10874.json @@ -0,0 +1 @@ +[["18565.646","14289.898"],["9183.628","14691.244"],["6070.204","18844.189"],["6218.754","18700.733"],["9149.211","14534.110"],["7400.023","12593.546"],["14320.232","13275.042"],["10717.092","7926.224"],["10708.917","7924.119"],["10644.766","13767.571"],["10634.622","13765.754"],["6112.336","17047.853"],["6170.224","17055.390"],["6180.522","17035.674"],["27888.710","11541.927"],["27930.576","11554.253"],["27930.156","11550.505"],["16013.109","14813.909"],["16133.625","14842.588"],["16134.867","14844.917"],["16047.667","14834.864"],["5608.416","14118.221"],["5594.274","14097.132"],["10642.216","14500.710"],["16713.137","17367.306"],["12369.683","17483.671"],["8041.137","17105.831"],["8038.646","17027.409"],["8097.129","17034.801"],["8062.353","17023.431"],["7908.570","15542.790"],["7921.980","15549.302"],["12585.150","14618.510"],["6049.468","16917.969"],["6204.362","16925.356"],["6202.792","16931.276"],["6242.637","16962.954"],["13380.052","15124.762"],["7302.757","15784.601"],["7291.623","15739.213"],["11330.860","17217.417"],["8152.780","14402.568"],["8181.407","14433.332"],["8180.336","14432.517"],["8182.009","14431.869"],["14315.873","9642.290"],["14321.173","9612.014"],["20111.694","14356.428"],["16892.790","16454.340"],["16930.991","16423.265"],["16933.149","16420.505"],["12382.474","14882.447"],["12308.176","15249.947"],["12230.141","15242.501"],["21199.439","9818.035"],["21284.312","9895.201"],["8967.338","14704.464"],["8888.551","14768.203"],["11518.097","16430.818"],["17296.394","16674.063"],["19634.029","14056.067"],["19572.482","14088.620"],["19539.829","14134.004"],["19597.912","14080.013"],["9754.232","17495.669"],["14403.207","9517.404"],["14348.975","9420.478"],["13723.807","9186.778"],["8401.518","15506.834"],["28080.700","11256.944"],["28077.618","11219.569"],["28033.041","11213.002"],["9314.140","16827.226"],["9436.135","12411.555"],["27366.480","11804.636"],["27368.015","11802.483"],["19743.149","13997.887"],["8901.333","13490.212"],["8928.587","13593.564"],["10390.191","13592.983"],["7802.019","15216.288"],["7791.485","15214.462"],["7802.028","15189.497"],["7780.936","15178.685"],["7775.408","15181.942"],["7770.685","15197.065"],["7776.021","15180.201"],["28220.273","9121.733"],["6160.259","16746.161"],["6158.426","16749.133"],["6211.180","16672.316"],["6212.363","16675.038"],["6176.779","16628.218"],["6173.369","16627.237"],["6180.046","16630.370"],["6038.191","16645.869"],["6038.005","16774.308"],["6039.189","16777.033"],["9200.207","16748.538"],["9206.965","16759.322"],["18211.697","16807.208"],["12755.014","15054.948"],["5945.660","13885.981"],["5940.684","13845.376"],["5951.840","13884.439"],["5865.405","13894.333"],["5844.675","13845.665"],["5915.474","13869.519"],["5957.173","13857.803"],["5940.534","13862.532"],["6030.642","18679.584"],["5977.211","18698.339"],["6003.425","18681.687"],["6017.160","18682.795"],["8588.763","16539.270"],["15920.701","16024.599"],["15924.040","16022.216"],["15926.037","16023.471"],["6322.052","16884.373"],["6259.986","16841.778"],["6296.051","16826.182"],["6323.733","16878.169"],["6320.387","16877.551"],["11651.221","13219.850"],["11653.127","13246.390"],["17076.922","15739.362"],["17074.757","15740.871"],["17735.225","16709.395"],["17788.531","16694.839"],["17788.225","16691.344"],["10835.071","15165.663"],["5581.776","8272.337"],["12705.065","13749.851"],["9113.783","17032.248"],["21136.630","9847.410"],["17433.269","14897.949"],["17510.638","14900.144"],["11240.572","15729.805"],["10229.158","17756.049"],["10230.981","17759.082"],["31443.195","9403.371"],["18029.808","16240.413"],["7486.432","17024.646"],["7483.525","17016.591"],["15343.416","15713.856"],["15336.016","15718.128"],["15389.175","15697.813"],["5736.987","13784.210"],["5795.089","13629.711"],["5766.265","13762.097"],["21893.606","9000.647"],["21918.155","9047.384"],["9190.447","12385.393"],["6006.501","8192.559"],["21432.637","13784.416"],["19451.994","12754.487"],["8382.133","17082.408"],["21050.737","9758.681"],["17737.889","16503.416"],["25267.838","14577.812"],["21299.418","9777.707"],["21300.618","9774.324"],["15527.440","15706.229"],["11013.648","17418.200"],["11057.500","17422.265"],["11059.748","17396.678"],["8137.319","14510.366"],["8116.101","14556.804"],["8133.966","14624.443"],["5972.112","7560.232"],["5982.267","7576.017"],["5964.221","7662.764"],["9360.941","16364.752"],["20491.208","9505.358"],["8421.421","12272.894"],["8449.160","12254.762"],["8509.805","12259.584"],["21384.827","13837.397"],["21320.483","14021.613"],["28436.205","11201.339"],["14164.086","8544.454"],["14218.689","8660.742"],["4748.944","17630.244"],["17242.615","17069.426"],["17241.168","17072.618"],["17690.944","14920.674"],["22633.699","15173.628"],["14641.029","8837.391"],["14642.132","8835.502"],["14583.543","8847.223"],["8673.949","10506.540"],["8673.139","10511.213"],["11901.535","14768.705"],["11880.722","14782.116"],["11877.540","14782.526"],["11861.106","14791.093"],["11832.004","14796.177"],["11830.198","14781.866"],["11822.239","14767.548"],["11795.321","14713.192"],["11794.769","14693.530"],["11801.521","14694.780"],["11789.218","14692.990"],["11855.810","14672.434"],["11843.518","14674.383"],["11877.474","14672.985"],["11923.059","14670.966"],["14235.695","9509.043"],["17674.220","15719.374"],["27712.575","8844.345"],["9587.406","12561.600"],["16922.293","16619.010"],["16789.576","16664.843"],["16788.884","16661.406"],["8155.193","16632.593"],["8182.558","16587.723"],["17562.507","14815.274"],["17582.211","14807.597"],["11412.430","16472.876"],["11354.548","16454.105"],["11379.105","16474.634"],["28356.408","11355.683"],["28355.016","11352.860"],["29328.347","10837.405"],["29327.936","10833.672"],["17848.563","15796.849"],["8182.535","17095.778"],["17068.176","17078.109"],["17620.091","15583.290"],["17623.317","15583.290"],["17727.309","15672.679"],["17729.120","15674.848"],["17737.420","15682.494"],["17735.287","15684.346"],["17699.958","15651.400"],["17702.442","15653.916"],["17704.311","15677.878"],["28663.194","11112.166"],["7264.046","14425.260"],["11020.683","17392.750"],["11055.335","17371.369"],["15703.359","16317.926"],["15708.275","16321.039"],["15669.181","16203.925"],["15671.620","16205.724"],["9377.016","12512.762"],["9321.832","12470.836"],["9243.982","12436.609"],["9244.067","12438.066"],["9341.963","12348.163"],["9381.680","12402.854"],["9387.892","12444.886"],["9211.977","12470.666"],["9273.232","12378.551"],["9367.831","12533.506"],["9307.164","12361.716"],["9222.461","12517.182"],["17615.189","15454.603"],["17616.961","15456.088"],["17614.659","15457.934"],["12346.404","14921.747"],["10231.486","9090.776"],["10231.896","9084.185"],["10230.684","12888.376"],["10202.278","12933.192"],["6121.552","18795.621"],["6244.996","18701.484"],["25129.907","9692.201"],["15368.563","15722.160"],["15380.466","15738.925"],["15463.974","15761.122"],["15461.587","15760.947"],["15463.019","15760.116"],["15455.972","15815.321"],["15363.726","15725.423"],["15363.470","15728.431"],["15482.598","15860.290"],["15453.816","15797.935"],["15456.917","15879.829"],["17393.362","15014.076"],["14712.850","13337.075"],["7732.390","15864.745"],["17285.195","16452.952"],["17287.943","16451.826"],["9403.901","12319.943"],["7711.945","14830.891"],["9115.258","16906.330"],["17470.835","15577.283"],["17587.661","15597.294"],["17585.072","15596.875"],["17509.612","15681.974"],["17509.815","15684.609"],["17557.227","15648.226"],["17531.853","15615.003"],["17538.966","15613.435"],["17571.826","15651.715"],["14668.429","13427.860"],["12938.797","15658.056"],["14937.639","14053.390"],["27946.542","11545.270"],["27946.939","11542.786"],["28038.940","10888.777"],["28046.023","10882.804"],["28031.190","10902.557"],["28058.100","10900.853"],["15300.493","15743.060"],["10525.656","15378.138"],["16186.998","14651.811"],["9273.327","15958.344"],["17828.894","15281.519"],["17766.224","15214.449"],["17624.256","15148.520"],["18671.720","14310.824"],["18669.938","14312.770"],["16398.411","15895.225"],["11060.589","17688.195"],["11013.027","17759.703"],["7649.812","16715.680"],["7635.730","16767.103"],["7634.476","16764.249"],["7637.945","16765.501"],["7645.498","16758.898"],["7643.104","16759.940"],["4682.287","18748.853"],["4810.486","18707.146"],["5272.821","16098.072"],["21213.829","14060.158"],["21287.593","14066.673"],["12733.898","15176.464"],["12737.560","15181.094"],["12353.903","16659.310"],["12482.754","15133.499"],["12496.578","15143.084"],["12501.301","15146.603"],["12510.545","15147.710"],["12527.712","15155.210"],["12436.008","15218.477"],["12541.027","15155.136"],["11443.216","16378.460"],["8198.103","17155.961"],["8232.988","17103.297"],["8172.037","17149.745"],["8844.785","13630.755"],["8837.793","13610.771"],["27887.244","8766.697"],["8191.216","15499.822"],["7771.504","15497.818"],["17361.571","14680.683"],["9312.836","14557.237"],["18006.424","16787.744"],["5698.967","17313.938"],["11335.344","17196.064"],["14365.106","14127.008"],["9361.918","12127.744"],["9389.151","12142.266"],["7626.653","15708.009"],["12453.661","10915.731"],["12459.914","10923.158"],["15684.909","15462.608"],["6351.169","16209.337"],["4530.232","17461.732"],["7414.114","14937.875"],["15779.919","16022.318"],["7881.535","14558.757"],["28512.933","11322.942"],["28555.484","11393.071"],["28357.962","11356.912"],["17748.057","14823.356"],["17754.188","14814.663"],["7626.817","15434.532"],["6038.045","16642.836"],["5878.851","16659.193"],["5876.136","16748.538"],["5975.207","16676.177"],["9481.255","12558.626"],["9482.765","12670.873"],["6063.761","7961.673"],["6017.188","14403.670"],["5962.370","9324.012"],["4751.900","18458.885"],["4736.139","18487.344"],["14033.608","11330.530"],["7831.324","15389.428"],["7792.533","15416.048"],["15884.673","14776.976"],["17695.392","15485.589"],["17692.992","15484.502"],["17897.211","15559.983"],["17900.395","15559.934"],["23598.803","16731.149"],["23614.198","16701.569"],["11509.219","16017.162"],["15995.401","16552.433"],["15991.859","16550.143"],["16097.004","16369.063"],["16097.358","16364.921"],["15950.113","16410.045"],["16078.008","16401.253"],["16081.199","16398.781"],["16080.487","16395.554"],["11052.417","14567.945"],["6379.402","9208.933"],["6391.493","9198.867"],["6313.452","9311.882"],["12371.843","13125.070"],["9309.667","12555.961"],["13982.590","8570.348"],["13983.361","8569.868"],["6264.111","18486.786"],["12798.741","13823.977"],["15110.488","14789.557"],["17127.912","16369.794"],["17130.337","16364.788"],["17130.151","16368.871"],["17128.411","16366.890"],["17174.134","16448.188"],["17174.118","16444.681"],["5634.037","14075.843"],["5949.308","16848.256"],["5953.183","16848.655"],["5951.715","16851.681"],["6536.489","15132.511"],["22962.658","12734.529"],["5987.827","7954.659"],["11600.066","15722.867"],["6144.247","16704.598"],["6142.148","16707.162"],["6145.317","16701.112"],["10839.730","17497.310"],["16239.237","14787.983"],["16240.685","14784.791"],["5781.519","16627.813"],["5780.191","16591.808"],["5783.449","16591.302"],["5917.335","18409.793"],["9410.712","17121.417"],["9559.248","15406.116"],["9529.539","15375.352"],["9476.586","15340.305"],["9723.972","17399.682"],["9724.699","17396.701"],["9726.378","17399.431"],["9735.827","17403.429"],["16934.444","14799.271"],["16926.945","14822.562"],["7030.886","18339.962"],["11923.330","13230.158"],["11845.754","13194.590"],["15958.160","16222.120"],["11986.257","15493.788"],["11977.832","15476.289"],["10824.789","11484.686"],["14165.956","8848.138"],["19493.436","15026.491"],["10256.321","14918.442"],["15752.740","13052.478"],["15750.997","13051.408"],["12550.495","17683.040"],["9231.169","14581.195"],["9328.069","14623.631"],["9358.379","14506.379"],["8135.450","15153.951"],["8135.450","15153.951"],["7928.251","14273.622"],["14946.564","15135.738"],["7615.520","15198.606"],["7600.253","15188.721"],["7591.313","15206.529"],["7626.037","15225.409"],["7627.706","15223.742"],["7667.133","15251.965"],["7712.264","15248.922"],["7600.561","15147.369"],["7568.306","15162.187"],["7569.743","15163.364"],["8392.906","14501.224"],["17864.305","15336.157"],["17944.918","15337.195"],["17913.023","15407.900"],["17863.009","15401.703"],["8201.952","14550.559"],["8205.159","14530.128"],["8198.499","14471.099"],["8200.296","14471.255"],["8230.247","14504.272"],["8179.233","14568.976"],["8250.076","14590.012"],["8279.897","14542.754"],["8152.304","14597.535"],["8227.047","14534.644"],["8178.652","14464.128"],["8180.472","14570.974"],["8327.729","14538.266"],["8251.090","14626.563"],["8246.475","14629.557"],["8246.311","14631.389"],["31621.102","10015.418"],["11890.670","14651.991"],["11909.438","14648.119"],["11906.124","14628.046"],["7952.517","16668.817"],["8062.070","16774.931"],["8010.925","16681.860"],["10229.444","14944.189"],["6010.564","18634.169"],["6008.694","18672.162"],["6992.613","14527.504"],["9059.304","14931.715"],["6320.242","16627.522"],["9237.524","15874.193"],["9371.979","15806.717"],["9268.807","15780.634"],["5758.545","17123.514"],["5755.398","17124.757"],["5754.020","17121.540"],["4427.006","17222.387"],["12383.954","16653.778"],["8578.591","16619.916"],["28587.634","11308.866"],["17281.654","15564.012"],["17280.871","15561.485"],["8289.617","14968.536"],["8300.373","14983.338"],["8197.907","14953.129"],["8299.810","14988.435"],["8218.534","14979.818"],["8287.663","14984.214"],["8288.183","14980.502"],["9955.608","7759.444"],["9954.711","7796.691"],["9952.969","7794.409"],["13604.299","13543.444"]] \ No newline at end of file diff --git a/src/gathering/10878.json b/src/gathering/10878.json new file mode 100644 index 0000000..f73d82f --- /dev/null +++ b/src/gathering/10878.json @@ -0,0 +1 @@ +[["25260.923","17461.480"],["25321.825","17444.414"],["21508.139","12631.351"],["21099.580","15597.088"],["21159.639","15635.632"],["29575.191","14706.006"],["28781.711","14304.948"],["25424.587","15510.971"],["27342.024","17170.043"],["31978.472","12272.024"],["26883.876","15351.389"],["22307.251","14452.666"],["21572.578","14654.016"],["21571.355","14653.133"],["20362.948","15155.891"],["26276.348","17296.178"],["26260.244","17351.952"],["22093.700","13707.904"],["25764.502","17541.991"],["22999.208","13858.013"],["23040.882","13854.049"],["28679.983","15560.778"],["25982.790","15208.854"],["28828.432","12164.206"],["26856.055","14704.954"],["32324.788","12667.755"],["32275.463","12660.747"],["32274.083","12758.224"],["32273.454","12682.454"],["32231.343","12657.671"],["32352.936","12617.362"],["21413.617","14325.652"],["21410.928","14407.394"],["21534.048","14307.524"],["21617.107","14413.841"],["21619.630","14407.575"],["21578.035","14391.605"],["21574.817","14333.762"],["27696.598","16399.016"],["27610.523","16506.831"],["21309.715","13246.206"],["21310.356","13254.713"],["22209.112","12490.409"],["22182.713","12462.957"],["22167.088","12447.766"],["23613.685","13493.036"],["23856.696","15993.269"],["23864.599","15984.177"],["24700.011","16121.030"],["24584.091","15990.933"],["31402.599","9109.474"],["27596.038","16617.782"],["27596.936","16664.278"],["27665.280","16738.255"],["22905.103","16103.872"],["23009.152","16128.277"],["23009.370","16123.923"],["23920.815","16870.426"],["23870.853","16868.028"],["25804.490","16038.153"],["26104.101","15188.280"],["32617.103","12402.552"],["32603.178","12424.124"],["32737.469","12407.716"],["32641.100","12413.067"],["22610.345","15529.962"],["22524.682","15610.921"],["22463.985","15593.357"],["22501.901","15562.230"],["22549.183","15507.241"],["22488.065","15625.136"],["22509.888","15664.709"],["22532.833","15558.121"],["22528.129","15690.524"],["30480.438","15516.520"],["23875.596","13805.357"],["23725.769","13690.269"],["23885.273","13809.342"],["29819.521","15430.503"],["29816.639","15427.918"],["29430.399","12353.491"],["27803.721","16798.961"],["27853.127","16838.987"],["27851.665","16827.062"],["28917.350","14998.121"],["28900.144","14880.487"],["31140.280","12646.259"],["23683.651","14647.086"],["27305.930","16362.531"],["27369.253","16561.179"],["27360.321","16543.984"],["27315.577","16538.749"],["27355.084","16505.886"],["26431.828","13530.293"],["26334.266","13477.984"],["26730.702","16328.331"],["28569.660","14232.233"],["26977.889","13968.628"],["26494.583","15878.300"],["26584.513","15844.871"],["27754.637","16125.265"],["31640.777","13026.609"],["26005.880","17245.148"],["30654.854","14731.585"],["30609.350","14773.384"],["24202.808","14438.346"],["22244.588","13896.425"],["26652.771","15552.160"],["26666.733","15524.273"],["30058.497","16052.926"],["21873.972","14224.848"],["21970.236","14188.797"],["21948.363","14213.262"],["25625.525","17365.186"],["25630.675","17343.955"],["21540.754","16549.181"],["21986.620","14704.366"],["21914.745","14711.795"],["22005.879","14729.328"],["21900.562","14803.999"],["20539.804","7252.739"],["20543.229","7249.458"],["20535.808","7255.320"],["22874.566","15289.483"],["22529.720","13852.194"],["22668.068","13818.340"],["21266.538","14553.028"],["21336.817","14548.481"],["21265.329","14459.987"],["21320.081","14590.647"],["21215.526","14524.127"],["27994.706","15877.444"],["20359.458","12452.861"],["20378.038","12359.587"],["20444.236","12359.197"],["20485.265","12518.551"],["26539.316","12803.024"],["26659.649","12807.148"],["24445.724","9416.582"],["24448.221","9411.999"],["24423.101","9435.883"],["22584.913","15867.042"],["22630.767","15724.466"],["22578.091","15865.840"],["22150.621","14477.885"],["22244.052","14587.848"],["22100.413","14491.327"],["22185.290","14589.589"],["22049.398","14573.567"],["22168.708","14488.512"],["22073.893","14599.850"],["22220.598","14622.826"],["26310.524","16348.043"],["25487.998","14423.011"],["31083.758","9643.051"],["23039.409","13168.854"],["23040.968","13166.000"],["30033.512","15946.743"],["30039.443","15988.326"],["29988.022","15993.241"],["25791.237","17125.951"],["25702.361","17090.768"],["25704.590","17076.607"],["29007.315","14262.587"],["20564.643","7246.619"],["20569.143","7250.091"],["20600.158","7248.158"],["20569.784","7241.932"],["20587.572","7248.751"],["20613.067","7243.738"],["23754.023","15201.914"],["23294.040","16255.647"],["23109.370","16261.825"],["23282.638","16307.883"],["23299.468","16304.462"],["22268.337","12555.985"],["25973.505","17560.590"],["22420.424","13546.918"],["31214.174","8756.111"],["27235.839","13582.545"],["24077.100","13042.890"],["23427.393","12580.190"],["31878.565","12720.691"],["30648.347","13652.991"],["26557.091","17299.632"],["24953.862","16471.376"],["30119.977","14101.136"],["30141.951","13140.614"],["23619.137","12654.389"],["24592.712","14794.018"],["24666.396","14847.806"],["27378.812","16835.287"],["32342.395","12940.885"],["25741.826","17709.863"],["27557.666","17248.398"],["27522.601","17241.437"],["21407.682","13487.558"],["21360.915","13485.712"],["21382.827","13428.362"],["21372.804","13453.551"],["21385.480","13454.480"],["21220.247","13488.176"],["21375.950","13494.323"],["21233.917","13402.453"],["21239.452","13518.870"],["22043.835","14328.011"],["21537.928","15687.207"],["24285.157","16691.939"],["22540.248","16202.894"],["26434.849","13148.102"],["23277.524","15144.005"],["29034.013","14665.242"],["29115.892","14713.488"],["21577.597","14673.341"],["21618.087","14782.372"],["21557.117","14681.871"],["24041.918","14737.317"],["26466.510","13851.862"],["27135.686","17317.982"],["23611.473","16207.214"],["23636.596","16301.673"],["23633.284","16206.782"],["23594.717","16278.608"],["23633.161","16253.419"],["29106.046","12366.337"],["25246.042","16841.813"],["27350.138","13605.573"],["27340.291","13618.908"],["21635.177","14694.286"],["21716.926","14666.195"],["26776.485","15518.377"],["26801.269","15687.584"],["21630.116","14729.730"],["21716.761","14774.521"],["21764.039","14738.932"],["21741.335","14805.741"],["21072.171","12979.947"],["21076.449","12996.491"],["21161.345","13057.829"],["29895.019","14576.258"],["29896.723","14579.505"],["22514.418","15327.703"],["22592.881","15504.236"],["22545.933","15430.773"],["22587.821","15449.900"],["22550.706","15468.268"],["27296.799","16001.211"],["30081.394","15279.168"],["30111.439","15287.270"],["20993.964","12508.903"],["29113.795","15336.866"],["28992.946","15367.529"],["25206.807","17122.834"],["25264.644","17180.032"],["31308.407","13176.192"],["31352.352","13016.555"],["28142.910","15221.325"],["27939.003","15192.646"],["20832.746","13948.913"],["30454.426","14883.350"],["30457.050","14911.804"],["30436.285","15025.150"],["30458.045","14883.797"],["28611.567","9015.525"],["28568.013","12394.846"],["24046.898","12734.196"],["24044.073","12715.171"],["23420.655","15563.254"],["21265.933","16025.350"],["29124.213","16376.290"],["26801.680","16692.084"],["26843.518","16705.631"],["26769.221","16665.990"],["30271.891","15588.318"],["30347.173","15567.309"],["30357.790","15652.316"],["30457.755","15663.219"],["22830.253","15609.955"],["22798.071","15675.568"],["22762.181","15646.999"],["22748.209","15635.165"],["26144.860","15787.831"],["26784.712","15856.353"],["26794.284","15814.371"],["27044.559","12411.679"],["25770.628","12126.194"],["27237.729","14205.820"],["20710.633","14214.494"],["20637.016","14175.535"],["20726.516","14172.321"],["20683.576","14055.125"],["20762.839","14035.971"],["28668.521","14399.741"],["23716.700","16494.355"],["24427.175","15807.372"],["24446.214","15802.771"],["22556.935","13532.748"],["22883.398","15320.160"],["21804.669","12711.240"],["20807.638","13674.928"],["25790.316","15509.057"],["29959.328","15898.833"],["29918.454","15829.773"],["29984.344","15856.787"],["31226.205","13266.315"],["31249.887","13218.762"],["31300.273","13232.329"],["29728.240","13863.656"],["22032.606","13732.559"],["21953.712","13714.690"],["26171.138","15998.776"],["26195.321","16101.989"],["26065.195","16062.873"],["24775.046","16789.226"],["24748.374","16817.736"],["31075.352","13738.150"],["31003.004","13636.035"],["29813.218","16286.398"],["24683.740","15667.235"],["27344.151","17277.768"],["21049.589","12439.765"],["21030.624","12503.111"],["27480.732","16165.458"],["32115.485","12464.316"],["23412.251","13603.151"],["23330.803","13401.211"],["27894.375","16256.550"],["27825.877","16224.764"],["26647.881","16613.425"],["26494.511","16769.833"],["26585.192","16737.793"],["28302.301","15276.004"],["28301.399","15272.906"],["25443.601","16909.865"],["25454.162","16959.681"],["29910.033","16309.257"],["30018.187","16164.005"],["29960.985","16277.615"],["30006.252","16298.497"],["29929.262","16252.171"],["30029.264","16172.980"],["31305.183","13418.470"],["25506.904","17325.997"],["29667.755","14043.467"],["27157.122","15801.422"],["27247.528","15847.553"],["29683.427","12824.289"],["31399.426","8893.229"],["27517.416","16125.161"],["24786.843","13151.367"],["21269.977","14272.739"],["21265.514","14335.362"],["21258.549","14345.655"],["21233.512","14419.354"],["28691.123","16754.841"],["22370.528","14762.788"],["25405.248","14817.030"],["25322.677","14836.592"],["25398.600","14867.692"],["30408.966","11430.399"],["30418.892","11412.802"],["30454.015","11422.470"],["28103.881","13554.206"],["29460.681","12422.358"],["26860.084","17610.408"],["31430.498","13884.009"],["22582.836","14962.222"],["22596.496","14885.424"],["22632.790","14980.377"],["25249.410","14178.647"],["27026.026","16406.558"],["26928.901","16408.678"],["27002.611","16396.610"],["26948.630","16361.528"],["27047.731","16559.565"],["26962.238","16562.726"],["25257.554","16986.449"],["29408.475","14559.128"],["22029.142","12686.384"],["22015.691","12674.194"],["24822.299","17237.727"],["24909.371","17198.436"],["27382.971","14782.162"],["23381.269","16544.483"],["23366.400","16459.676"],["25659.081","8482.467"],["25665.951","8469.034"],["25660.842","8471.215"],["21619.801","14910.008"],["25547.520","13731.668"],["22240.799","15238.592"],["22201.081","15262.780"],["27095.002","17268.237"],["28238.137","14871.247"],["28231.193","14870.180"],["28328.144","14841.982"],["30424.198","15367.723"],["30336.768","15455.023"],["30325.909","15435.245"],["30394.182","15406.501"],["25729.512","14879.486"],["20927.583","14368.231"],["20909.207","14273.292"],["27612.421","16248.547"],["25415.529","17444.801"],["25577.510","17476.678"],["22398.555","12910.479"],["22267.137","12787.869"],["27355.735","16686.396"],["27443.974","16772.526"],["27377.703","16669.329"],["27371.130","16604.029"],["30593.540","12952.713"],["20520.119","13212.923"],["20509.897","13210.750"],["28271.577","14932.432"],["28235.625","13793.856"],["22866.439","12617.202"],["20991.336","15991.438"],["21036.430","15979.981"],["27990.448","16718.442"],["28028.995","16661.166"],["24597.864","9687.400"],["24611.332","9693.349"],["31387.042","9698.776"],["28519.322","15419.324"],["21186.904","14512.036"],["21017.124","14458.468"],["26604.436","14237.349"],["27494.304","16137.976"],["27281.928","16589.168"],["27127.634","16759.034"],["27117.081","16656.135"],["24888.797","12632.641"],["32405.909","12870.784"],["32501.620","12835.450"],["32395.452","12901.446"],["32498.857","12817.332"],["22123.638","13019.937"],["22105.754","13152.795"],["25835.842","17213.524"],["25834.606","17252.910"],["22533.571","14672.650"],["22528.972","14706.107"],["22556.711","14765.410"],["28362.508","17211.370"],["31246.597","13791.746"],["31299.897","13643.852"],["23947.318","13734.046"],["22831.884","13870.451"],["27089.727","17271.912"],["23407.857","16752.998"],["27039.816","17304.442"],["27018.874","12656.074"],["27011.697","12665.582"],["27014.116","12666.314"],["25590.969","17416.909"],["30995.938","13853.083"],["30942.771","13894.946"],["30974.396","13897.383"],["26878.071","16845.212"],["22440.844","14916.553"],["30188.697","15455.213"],["25414.272","14814.348"],["25629.013","12524.108"],["30454.340","12254.976"],["22300.511","15162.533"],["22345.826","15278.911"],["22346.735","15281.250"],["22304.618","15151.458"],["30860.656","14089.036"],["20127.591","14860.968"],["23514.318","16838.543"],["21821.348","13267.965"],["30388.074","13195.410"],["27714.500","15088.989"],["29270.796","16383.079"],["29275.530","16449.092"],["24991.070","17791.002"],["32335.292","12476.251"],["28346.375","15387.282"],["28356.039","15470.288"],["28354.468","15393.794"],["28212.851","15302.453"],["26917.675","17179.692"],["26192.740","16174.949"],["32537.701","12470.173"],["32409.655","12530.360"],["27774.766","15414.470"],["24382.515","11638.956"],["26216.178","12308.014"],["28061.995","15523.297"],["28133.331","15591.338"],["21777.209","12875.695"],["29620.195","12395.836"],["25393.572","17650.733"],["25318.688","17700.636"],["25400.111","17661.472"],["25233.713","17642.803"],["30185.072","13478.218"],["24330.803","16435.887"],["32330.282","13244.008"],["21980.326","14909.198"],["21951.177","14941.515"],["30055.892","13998.913"],["27511.014","17589.094"],["29468.018","14534.772"],["31350.917","13226.093"],["31320.596","13220.319"],["28475.715","14477.697"],["28474.662","14472.246"],["26497.969","14664.089"],["22719.120","13271.401"],["29018.164","14985.623"],["21464.486","13447.366"],["24536.340","16078.184"],["23764.636","14394.518"],["23845.788","14282.959"],["30556.641","14937.880"],["30517.144","15062.797"],["30585.510","14873.764"],["30649.897","14967.010"],["26100.806","12801.652"],["26098.545","12802.674"],["26102.783","12804.451"],["21805.259","14988.576"],["21807.120","15013.161"],["21824.483","14902.150"],["24636.933","16482.710"],["28795.146","15680.672"],["28792.997","15545.407"],["24420.033","15087.245"],["27083.074","16236.446"],["27012.176","15764.693"],["26951.301","12852.428"],["30073.257","12867.574"],["30047.699","12879.938"],["27488.869","17412.238"],["25552.524","16480.023"],["27463.508","16628.873"],["22458.800","15558.993"],["27039.309","16886.077"],["26915.624","16804.655"],["27032.684","16835.446"],["27040.940","16921.812"],["27071.088","16797.594"],["27028.539","16854.337"],["28161.479","15601.338"],["28291.109","15707.356"],["22770.022","16126.989"],["22863.891","16123.305"],["22829.037","16020.816"],["24088.749","16792.403"],["24063.831","16791.012"],["24023.656","16826.208"],["23976.241","16845.169"],["24029.360","16861.241"],["26307.451","15698.083"],["26404.613","15627.666"],["26323.138","15653.951"],["28540.222","16996.489"],["28487.979","17083.611"],["29806.733","12279.475"],["28549.775","14181.289"],["24889.616","13991.575"],["29061.819","9057.793"],["25887.501","14720.135"],["24349.845","16871.661"],["22243.563","12649.459"],["22112.937","12687.379"],["30855.678","13870.753"],["30868.022","13832.669"],["22861.508","14610.982"],["30008.503","15541.433"],["29884.042","15522.149"],["29942.412","15545.647"],["30036.244","15640.899"],["30024.669","15523.330"],["29972.699","15578.775"],["29971.861","15605.631"],["21728.280","15892.436"],["26051.019","17595.827"],["26216.411","17473.476"],["25911.692","16532.489"],["25846.964","16545.799"],["23466.500","13331.016"],["26047.398","12691.896"],["22594.447","13673.449"],["22582.401","13640.235"],["22640.242","13748.760"],["26175.713","15044.357"],["26148.857","14891.578"],["30252.798","14768.681"],["23092.430","16693.679"],["23076.188","16599.739"],["23015.366","16614.338"],["23032.038","16617.047"],["23067.895","16713.201"],["27095.026","15413.583"],["24327.239","9506.526"],["24290.972","9514.694"],["24311.269","9522.262"],["24215.127","9422.863"],["31878.063","13243.019"],["31898.158","13253.371"],["31790.238","13234.503"],["23826.677","16912.712"],["29893.653","8861.223"],["21992.074","15052.628"],["24476.721","16879.537"],["24557.434","16839.676"],["32081.279","12762.208"],["22788.121","14901.414"],["22693.884","16311.496"],["21914.084","13105.306"],["21990.050","13049.415"],["21915.124","13152.446"],["22024.648","13163.458"],["24883.606","16806.702"],["26008.102","14365.231"],["25895.182","14333.614"],["26010.137","14369.520"],["26107.366","14750.066"],["24468.171","9287.882"],["24462.479","9279.971"],["24455.705","9279.744"],["18577.107","15735.832"],["18570.299","15726.534"],["18572.014","15722.653"],["30220.064","15518.651"],["30125.822","15545.709"],["30153.594","15682.183"],["30168.719","15552.203"],["30166.538","15525.401"],["30225.086","15582.416"],["30088.575","15548.990"],["26154.943","16843.554"],["22935.566","14308.589"],["29492.455","15663.013"],["23039.236","16252.794"],["22980.470","16183.106"],["23015.195","16153.477"],["22976.137","16157.313"],["22996.973","16218.403"],["22983.414","16212.899"],["28772.681","13443.260"],["29725.082","15196.325"],["22561.794","15259.054"],["23759.967","16544.339"],["22902.197","14709.245"],["22920.200","14695.756"],["27488.159","16375.885"],["27192.806","16199.121"],["27222.692","16350.656"],["23592.513","16903.722"],["23613.380","16889.657"],["21692.674","14508.155"],["21827.553","14547.230"],["21826.671","14606.705"],["26172.384","16373.404"],["21905.675","14754.458"],["30015.794","15444.584"],["27899.650","15797.328"],["23057.302","13612.779"],["23009.830","13755.700"],["23027.676","13766.286"],["26803.061","15475.354"],["21315.560","14176.894"],["28660.250","15292.881"],["26868.490","14004.526"],["28197.938","15861.995"],["28150.886","15870.879"],["31170.900","13738.567"],["31157.562","13669.786"],["22327.532","13300.625"],["22339.505","13282.217"],["22345.839","13330.866"],["23826.517","13286.609"],["23825.611","13281.670"],["22374.401","16269.313"],["28327.856","17451.313"],["27391.449","16300.344"],["27343.103","16181.426"],["26409.886","15998.660"],["20717.852","13924.692"],["20680.425","14007.329"],["28667.155","15785.057"],["28674.039","15863.961"],["25465.110","8689.228"],["25457.172","8679.207"],["25463.901","8682.390"],["22795.118","15911.054"],["24726.072","14455.819"],["23259.534","15915.203"],["23167.715","15781.996"],["23203.970","15744.524"],["23268.402","15884.921"],["23118.560","15805.280"],["23123.298","15846.647"],["23192.086","15776.972"],["25935.617","17116.250"],["25964.616","17181.415"],["27316.040","12784.497"],["26391.554","16419.954"],["25897.777","16028.481"],["26034.395","16011.871"],["22199.335","16187.244"],["22017.059","16431.975"],["27861.119","17015.274"],["27878.840","17055.752"],["29144.576","13881.460"],["26771.656","17313.640"],["22226.777","13413.454"],["22220.695","13444.279"],["31016.057","13404.952"],["26382.690","14921.140"],["26451.308","14893.278"],["30168.481","14576.488"],["30165.972","14569.795"],["29096.686","16343.604"],["23362.433","14403.639"],["25288.268","17297.258"],["25335.294","17263.424"],["25393.198","17387.474"],["25310.169","17274.854"],["22139.308","14346.020"],["22219.067","14292.097"],["27118.248","13739.550"],["25850.823","17151.427"],["26857.640","13441.458"],["31155.419","13148.866"],["21748.944","13005.081"],["21660.684","13126.895"],["21664.668","13124.084"],["24736.223","13585.071"],["29816.723","15543.014"],["24378.905","13713.609"],["29527.255","15239.378"],["29593.026","15182.467"],["25502.197","16666.754"],["22147.081","14961.297"],["22186.514","14888.506"],["22200.293","14940.045"],["25573.846","12926.509"],["22570.876","14495.676"],["23400.397","14005.582"],["23398.083","14003.906"],["23307.706","16265.881"],["23413.267","16327.687"],["23483.048","16306.716"],["23375.770","16281.203"],["20654.804","14239.496"],["30890.463","13037.790"],["23306.680","12227.781"],["23304.639","12230.111"],["21132.021","15070.855"],["21632.578","14291.730"],["20258.423","15519.310"],["23349.253","13119.305"],["23345.250","13124.307"],["23132.047","16100.426"],["26387.999","15769.867"],["26731.071","16460.684"],["26758.240","16502.543"],["29882.697","15696.222"],["29917.060","15716.840"],["30027.039","15696.163"],["29272.276","15331.068"],["29260.029","15332.225"],["29229.309","15454.110"],["29278.707","15330.624"],["30445.584","12832.874"],["32420.917","12586.551"],["32377.342","12651.304"],["32396.758","12683.061"],["32408.880","12549.389"],["32499.319","12623.783"],["25194.777","12608.405"],["25197.241","12607.102"],["20355.779","12701.877"],["20343.686","12569.721"],["23138.844","10610.175"],["23143.238","10606.350"],["23069.583","16574.115"],["23063.161","16583.374"],["25704.678","16863.831"],["24109.890","13548.451"],["26199.774","14475.928"],["26071.596","14619.395"],["23620.479","16644.019"],["22650.483","12560.811"],["21657.006","13591.956"],["21809.751","13432.059"],["24886.307","17173.273"],["29887.845","15404.964"],["29998.106","15497.798"],["29987.810","15495.669"],["25256.254","13060.711"],["25256.231","13058.460"],["25556.870","17793.610"],["32377.946","13239.839"],["27719.352","15408.016"],["27578.575","15491.189"],["26386.855","16190.626"],["21836.026","13288.596"],["21933.026","13191.220"],["29855.056","14375.958"],["20621.038","15756.826"],["20622.542","15765.780"],["20767.080","15804.578"],["27408.004","17626.021"],["25304.799","12862.034"],["26281.074","17020.792"],["27503.386","15826.965"],["27353.546","15837.975"],["27348.850","15772.681"],["27349.468","15793.199"],["32176.042","13159.688"],["32194.665","12983.396"],["32197.603","13131.742"],["24649.731","15412.795"],["20140.830","15356.749"],["30160.537","14951.355"],["28120.427","15736.912"],["25211.217","15304.665"],["29382.833","16333.289"],["29394.720","16230.190"],["29285.707","16258.118"],["29210.678","16288.069"],["29321.108","16228.855"],["24982.869","17265.630"],["23824.017","16201.301"],["23888.927","16282.204"],["20395.478","13878.791"],["22773.555","14123.887"],["22867.498","15968.564"],["29069.488","15781.646"],["24513.934","14039.891"],["28361.159","15671.909"],["27159.907","16263.542"],["27204.913","16271.021"],["27189.849","16303.818"],["29072.471","9368.727"],["24805.423","16720.218"],["27298.086","15691.192"],["27209.053","15559.080"],["27168.897","15615.773"],["27926.626","16639.701"],["27844.316","16672.753"],["27733.067","15055.790"],["27743.568","14896.748"],["31697.042","13229.509"],["31671.682","13209.021"],["31637.841","13253.092"],["23162.505","16614.780"],["23095.493","16720.076"],["23195.272","16717.054"],["25790.000","16364.995"],["22778.781","16302.757"],["26222.346","14438.496"],["20426.615","12759.030"],["20461.751","12867.986"],["20359.896","12774.918"],["20490.003","12958.261"],["20456.772","12903.467"],["24633.984","16972.579"],["24644.515","16975.774"],["27425.573","15474.726"],["23298.275","17109.997"],["30960.027","13699.783"],["27530.232","14453.376"],["22863.559","13075.281"],["20983.681","12681.005"],["25185.605","17672.395"],["25047.792","17671.827"],["23054.240","13778.930"],["23047.561","13814.147"],["25377.035","16351.987"],["27991.952","16299.053"],["26162.970","16668.117"],["26229.867","16581.953"],["26206.233","17307.101"],["26110.630","17203.011"],["22000.503","14530.638"],["21976.507","14467.341"],["21972.881","14557.319"],["21891.213","14495.319"],["22002.045","14509.288"],["24111.863","13552.167"],["21148.782","15446.013"],["32154.858","13194.003"],["32147.780","13193.889"],["32163.417","13240.105"],["25546.101","15490.383"],["22306.359","14445.364"],["25960.913","14734.840"],["29837.648","13316.058"],["29977.545","13212.066"],["32698.049","13013.998"],["21761.988","14079.238"],["29052.924","14598.992"],["29038.176","14628.372"],["29025.880","14548.856"],["31183.947","8964.673"],["31269.145","8970.532"],["31273.719","8953.992"],["18833.019","16030.699"],["18852.230","16018.548"],["18834.011","16033.457"],["20347.477","12402.177"],["22263.230","13400.119"],["24310.520","15186.888"],["26586.810","16360.272"],["26603.816","16530.543"],["26530.185","16415.770"],["26483.202","16439.768"],["28412.507","16365.501"],["24658.177","12943.563"],["20464.064","12645.951"],["20523.651","12644.093"],["20477.147","12601.347"],["20362.191","12572.660"],["20465.017","12723.713"],["20460.044","12648.490"],["20514.180","12602.470"],["20394.988","12663.527"],["32199.546","12781.067"],["32300.882","12877.294"],["30532.938","12755.985"],["27229.742","16561.655"],["27135.744","16419.666"],["24852.435","16318.502"],["24862.588","15014.888"],["29603.462","14304.954"],["28732.844","14756.148"],["28740.471","14764.866"],["22754.023","13713.775"],["22729.523","15460.385"],["22746.102","15494.535"],["22702.790","15473.713"],["22685.654","15343.549"],["22758.564","15414.414"],["20943.049","14218.483"],["20886.671","14203.625"],["20872.147","14097.849"],["20810.237","14068.338"],["20956.072","14156.481"],["20884.512","14148.246"],["21004.233","14370.938"],["21156.418","14375.349"],["21143.108","14393.101"],["21100.468","14393.335"],["21120.343","14418.213"],["21156.924","14406.967"],["29130.746","8907.447"],["25626.142","14171.399"],["31422.601","13636.796"],["31314.507","13771.993"],["22578.727","14993.209"],["22463.700","15022.647"],["25094.593","17234.552"],["25048.207","17205.702"],["25084.211","17211.240"],["25061.071","17234.506"],["25607.190","14165.622"],["21290.742","13059.913"],["22238.058","15594.737"],["27969.837","13934.330"],["27965.226","13936.121"],["27952.168","14941.123"],["20772.865","13669.216"],["20636.470","13663.521"],["20594.745","13699.662"],["20759.961","13604.554"],["20680.616","13623.266"],["25069.304","15452.674"],["27971.921","16987.049"],["24274.531","14850.527"],["31161.612","8939.983"],["30955.783","14238.418"],["30964.373","14112.567"],["30993.536","14121.780"],["27528.513","12458.662"],["24749.383","13313.849"],["24745.110","13316.335"],["25301.540","12721.217"],["25305.246","12723.373"],["24668.289","16763.066"],["29149.901","14856.737"],["29198.012","14851.279"],["22186.136","15401.399"],["22111.414","12947.497"],["25695.468","15907.078"],["27978.527","16885.463"],["21619.081","14565.490"],["21435.193","14535.696"],["21508.005","14577.372"],["21607.753","14580.385"],["21486.560","14139.244"],["21492.807","14179.230"],["20638.113","14809.826"],["20634.965","14810.566"],["20684.072","14741.737"],["26499.421","14362.527"],["26497.177","14364.338"],["26440.107","16852.491"],["26294.468","16847.280"],["26338.651","16847.863"],["25229.617","13634.575"],["26353.224","13891.198"],["31767.535","13054.128"],["31830.039","13078.823"],["31736.684","13104.217"],["31179.048","13448.883"],["31195.964","13442.871"],["31212.264","13558.015"],["31190.518","13594.980"],["31165.905","13447.754"],["31162.504","13445.657"],["23197.208","15599.684"],["25057.473","17182.330"],["25048.879","17130.189"],["25010.659","17189.013"],["25117.635","17187.882"],["23415.174","15435.603"],["23476.424","15421.712"],["22058.586","14680.863"],["22221.180","14802.125"],["22212.018","14792.665"],["22069.656","14679.592"],["22244.665","14811.470"],["22148.634","14733.977"],["22246.441","14864.647"],["28245.435","14461.870"],["26049.842","13948.489"],["27420.162","14973.520"],["27418.671","14969.983"],["23723.781","16136.679"],["21080.446","14070.131"],["25444.020","12566.849"],["27191.125","14448.125"],["25819.607","15261.296"],["26229.336","14442.786"],["24940.672","10818.737"],["24936.807","10821.171"],["24401.223","16475.160"],["24422.214","16466.624"],["24462.545","16480.715"],["26351.243","13336.741"],["27318.121","15653.535"],["25291.280","15502.544"],["25300.615","15441.691"],["25903.425","17663.260"],["25979.499","17703.942"],["20347.869","13028.279"],["20304.602","13043.155"],["24916.803","17798.721"],["26515.515","15994.438"],["24812.084","8741.672"],["24798.380","8741.302"],["27623.633","13701.976"],["23751.414","14050.032"],["22330.576","15339.157"],["22378.278","15385.950"],["22405.673","15430.522"],["22401.240","15373.873"],["22383.220","15381.916"],["22292.718","15357.867"],["22383.507","15355.168"],["20540.114","13100.870"],["20474.943","13052.007"],["20379.263","13009.955"],["20369.436","13123.258"],["20534.580","13079.037"],["20489.549","13001.441"],["20436.316","13059.662"],["20553.577","13093.420"],["24302.692","14132.680"],["22736.608","13494.876"],["31360.798","12644.239"],["30865.765","13012.819"],["27414.489","15983.267"],["27320.988","16115.843"],["28625.592","14995.434"],["28627.446","14998.733"],["23365.426","16986.783"],["23359.491","16995.929"],["23345.561","16994.497"],["27237.784","17547.084"],["21866.286","14387.010"],["22013.043","14396.851"],["21971.455","14294.058"],["27917.557","15184.111"],["27922.779","15187.134"],["27119.373","15781.888"],["28983.265","15372.935"],["28981.190","15375.405"],["28981.850","15370.966"],["24657.519","15115.931"],["25433.258","17649.168"],["25607.903","17676.736"],["25415.908","17734.774"],["25411.491","17668.445"],["23029.122","16816.344"],["30758.144","12457.749"],["29358.218","12533.779"],["30720.148","14268.926"],["20650.114","13604.362"],["20589.924","13503.046"],["20695.130","13497.455"],["20650.368","13581.690"],["20761.613","13524.194"],["20665.754","13565.020"],["20710.443","13583.278"],["20647.174","13494.930"]] \ No newline at end of file diff --git a/src/gathering/a10004.json b/src/gathering/a10004.json new file mode 100644 index 0000000..6a4f201 --- /dev/null +++ b/src/gathering/a10004.json @@ -0,0 +1 @@ +[[-1268621,1523221],[-127720,-120390],[-127232,-123185],[-126097,-117502],[-125661,-117892],[-126500,-115872],[-115465,-138897],[-117521,-135371],[-119844,-136619],[-116500,-139410],[-125204,-134140],[-124762,-136458],[-124678,-136272],[-125828,-135007],[-126047,-134794],[-126824,-136787],[-125586,-140077],[-122005,-133110],[-121435,-131120],[-121715,-130974],[-123180,-130980],[-122029,-132773],[-120021,-133228],[-123587,-128279],[-127085,-142894],[-125963,-142454],[-126258,-142934],[-125442,-148273],[-126262,-148414],[-122240,-146830],[-122648,-147061],[-124810,-145880],[-125859,-148233],[-126932,-146469],[-126062,-148173],[-125966,-146231],[-125087,-145930],[-127198,-146655],[-123567,-145440],[-123447,-148298],[-125908,-146645],[-125596,-146193],[-124994,-146191],[-118610,-171840],[-119672,-178581],[-119640,-178470],[-119740,-178393],[-119811,-178563],[-119842,-178442],[-124464,-235853],[-124477,-235761],[-124635,-235891],[-124557,-235945],[-124734,-235858],[-117230,-5694],[-117073,-5486],[-116167,-4593],[-116242,-558],[-116714,-3018],[-116695,-2057],[-117821,-1101],[-115299,-5830],[-116135,-6708],[-122001,-12462],[-122733,-12019],[-121081,-8604],[-120866,-8977],[-119744,-1577],[-119763,-1031],[-119501,-1689],[-119550,-1041],[-119426,-3243],[-118618,-3565],[-119478,-3530],[-119631,-2191],[-127561,-245483],[-117918,-16595],[-117775,-17940],[-116091,-17646],[-116187,-19869],[-115947,-19977],[-125928,-23729],[-124580,-23013],[-125137,-23287],[-124896,-23213],[-121663,-24309],[-122872,-24283],[-122364,-24402],[-118812,-22203],[-118632,-21980],[-119211,-22118],[-118583,-22173],[-118638,-22959],[-117525,-22482],[-117855,-22639],[-117121,-22107],[-119891,-18528],[-120531,-17766],[-119784,-18701],[-120334,-17366],[-120466,-17318],[-120507,-17463],[-119945,-16437],[-120123,-16432],[-119820,-16579],[-119925,-16067],[-126089,-15165],[-117804,-36998],[-116450,-33804],[-116683,-31709],[-115667,-27677],[-119970,-33734],[-122667,-33811],[-122889,-33423],[-124057,-26108],[-123442,-25404],[-124446,-25602],[-125213,-25797],[-115956,-40436],[-117503,-39457],[-126910,-44031],[-124164,-40264],[-126433,-40402],[-126378,-39707],[-120443,-42147],[-121446,-42267],[-124578,-74093],[-122991,-75894],[-119944,-65066],[-119636,-66020],[-121620,-85837],[-119858,-96376],[-115251,-96440],[-115753,-97223],[-115350,-97273],[-119260,576],[-115431,4040],[-115902,9538],[-116218,9459],[-117841,11296],[-117786,9877],[-117029,5922],[-119282,4113],[-118360,5942],[-117728,3828],[-117283,12870],[-119990,7869],[-120252,7310],[-119273,1565],[-119679,1932],[-115631,8125],[-116376,8010],[-115808,7903],[-116413,8239],[-115414,9457],[-115941,9685],[-115999,10095],[-116149,10014],[-116301,10429],[-116666,10261],[-116345,12400],[-120287,2566],[-117721,10742],[-123189,10960],[-126335,139275],[-124340,137975],[-116361,137103],[-116738,138399],[-117931,138725],[-116198,140165],[-115832,140317],[-116617,128493],[-115428,137444],[-116106,133374],[-116715,132943],[-115952,132715],[-117143,132094],[-127472,135458],[-127133,135150],[-127095,135341],[-118948,135581],[-126139,132387],[-125845,132832],[-119420,140957],[-121920,140099],[-121895,142950],[-118861,146473],[-120145,149723],[-115447,148856],[-117588,152188],[-115565,152934],[-119830,151704],[-121153,150264],[-123547,149642],[-118007,150252],[-121654,152894],[-126171,144085],[-122958,145235],[-121174,145783],[-123891,147951],[-126563,144021],[-117377,148030],[-118724,148112],[-117378,147610],[-118191,146952],[-115864,147698],[-115604,146080],[-115474,145396],[-126049,150756],[-127258,150727],[-125631,148996],[-125568,148829],[-127776,143651],[-118131,142593],[-124942,145668],[-120411,153809],[-118498,154574],[-124464,153840],[-124983,155619],[-124493,156946],[-122035,156287],[-125164,154576],[-122569,156465],[-121870,153907],[-122634,155224],[-124665,156901],[-119621,164355],[-116612,177697],[-122310,178203],[-116535,176170],[-125957,177876],[-127837,235092],[-120312,14910],[-120179,14601],[-119522,15700],[-121900,18697],[-120698,17247],[-121133,18143],[-120193,20824],[-120923,20563],[-121006,21023],[-121076,19965],[-119010,23467],[-118108,23582],[-118313,23376],[-119028,22533],[-121371,24500],[-121192,25736],[-121962,24824],[-121795,18200],[-121665,17928],[-117927,13940],[-117437,13496],[-118945,13990],[-116134,25782],[-116228,25399],[-117425,25798],[-117445,25527],[-120482,25741],[-123080,19144],[-118761,16095],[-118858,16172],[-118533,15623],[-116504,23973],[-121805,20650],[-121528,15102],[-120076,294203],[-121619,295164],[-125445,305423],[-120681,305690],[-118498,296601],[-115552,296544],[-122209,305050],[-125402,299714],[-127085,309913],[-121654,311524],[-121821,311412],[-121618,311407],[-121770,311313],[-124343,34224],[-124054,33348],[-124697,34050],[-123950,34000],[-123264,29938],[-122462,35022],[-123847,34788],[-123698,34838],[-124350,35816],[-117866,38215],[-117515,34932],[-117702,35183],[-115595,33393],[-118406,26149],[-117581,26564],[-120421,27862],[-119174,37445],[-118089,27230],[-117857,27657],[-116119,28213],[-115921,27883],[-115213,28639],[-115652,28071],[-116046,26208],[-116677,25944],[-117420,26378],[-116562,26071],[-116001,33287],[-117227,33786],[-115986,33518],[-116478,33776],[-116782,33840],[-116900,33289],[-116190,33720],[-127885,33335],[-127207,33020],[-126982,32941],[-126917,33323],[-127022,33176],[-123666,27557],[-127698,33223],[-123169,33120],[-122137,31989],[-123507,32219],[-119091,31734],[-127460,33334],[-127404,33195],[-127699,33422],[-124722,37874],[-124802,38018],[-124903,37745],[-125612,37427],[-116725,432307],[-118454,39151],[-118203,38623],[-118181,39417],[-118941,44580],[-120982,46299],[-119665,46753],[-116486,46166],[-118011,47500],[-118788,45147],[-117472,46379],[-125544,44975],[-120183,39573],[-120419,43015],[-124196,43439],[-123501,39396],[-124122,40991],[-127262,40532],[-127013,40372],[-127863,39544],[-127752,55451],[-127669,54815],[-126741,51613],[-127876,51598],[-126586,54682],[-126801,55660],[-127006,53075],[-126564,53939],[-115429,57048],[-122508,57784],[-117723,61097],[-116826,61337],[-116890,58713],[-118350,61186],[-117202,54510],[-115214,56088],[-117725,76012],[-116005,75321],[-120188,75162],[-119158,75732],[-115789,69187],[-117050,75371],[-118089,67387],[-126581,71105],[-121364,75071],[-124912,74697],[-116272,64450],[-120119,67056],[-126462,71302],[-118387,77499],[-118650,79235],[-117268,81655],[-118280,87707],[-120406,89001],[-117351,88887],[-119653,87773],[-119563,88596],[-121807,84845],[-120098,87073],[-119147,83296],[-116500,84862],[-119066,88971],[-122823,81411],[-124072,86089],[-124802,86823],[-125494,87929],[-124703,87559],[-123735,87514],[-126827,87323],[-126309,87714],[-127527,88954],[-126924,84140],[-123587,84591],[-118369,100226],[-117016,97618],[-115940,100472],[-117048,91916],[-115233,91373],[-121028,102234],[-119167,95609],[-120130,99760],[-125887,100623],[-123715,96515],[-126868,94518],[-120026,93057],[-127546,101210],[-123203,98260],[-124756,100206],[-124246,100409],[-123437,100217],[-122082,102196],[-124100,101657],[-120533,92093],[-118973,92524],[-115810,90154],[-119533,101413],[-123039,98844],[-119127,102180],[-126372,95754],[-124695,95483],[-126156,95812],[-122895,94062],[-121580,92166],[-121978,92931],[-122761,92290],[-122880,91351],[-116326,104498],[-126161,103002],[-124198,104565],[-127352,107926],[-123495,104434],[-116587,104178],[-122894,102956],[-116304,110605],[-115487,109089],[-115289,110297],[-116992,114879],[-124672,111358],[-124966,111635],[-125372,111259],[-124677,111590],[-124081,108647],[-124652,108336],[-125386,108094],[-125479,108784],[-127591,107345],[-126904,107188],[-126345,108966],[-127945,108039],[-116339,107926],[-118879,105324],[-123735,118916],[-121518,117342],[-120923,115866],[-124627,115614],[-122677,116327],[-116366,116709],[-116921,116750],[-116431,127811],[-116684,127723],[-119163,125442],[-115758,125513],[-128144,-137928],[-140761,-129845],[-140037,-129670],[-128245,-146245],[-132466,-174657],[-130495,-924],[-130805,-7830],[-128102,-245303],[-136544,-23894],[-134940,-27740],[-132683,-29131],[-140678,-38207],[-135676,-36452],[-135798,-36596],[-135978,-36677],[-135803,-36663],[-135835,-36028],[-134731,-35316],[-134051,-35337],[-132999,-33827],[-132323,-35923],[-132323,-36032],[-133938,-37718],[-134145,-38089],[-135950,-32288],[-139537,-43351],[-138865,-43677],[-140667,-41468],[-138463,-41922],[-139625,-41825],[-132824,-39143],[-137675,-58650],[-138585,-58182],[-130241,-55511],[-129642,-56316],[-133822,-87987],[-130366,-88256],[-129931,-89036],[-131031,-91028],[-130377,-113111],[-133956,12417],[-137739,11019],[-134660,12380],[-139517,10422],[-138626,8477],[-136106,9056],[-130474,12585],[-132532,558],[-130946,656],[-130719,1818],[-140776,7588],[-137901,7965],[-138293,7785],[-136156,5017],[-136618,4000],[-133537,6635],[-133735,6657],[-133821,4540],[-137802,10769],[-138162,10206],[-135970,9433],[-137300,10303],[-130063,10939],[-140763,139938],[-137653,136688],[-137391,136419],[-136514,135462],[-139584,135339],[-135990,140951],[-136148,140506],[-135104,140603],[-131342,129848],[-132003,140942],[-130076,140959],[-128455,132548],[-132921,152413],[-134683,149409],[-136028,149466],[-132904,150036],[-134822,150674],[-132982,149170],[-134328,149887],[-134074,150902],[-137519,141939],[-129061,144883],[-128066,143457],[-128297,145911],[-130449,141504],[-131549,141228],[-138410,146308],[-139057,147116],[-138941,145980],[-138010,146698],[-130744,154993],[-128925,155807],[-135680,160162],[-135201,160964],[-135479,158873],[-135809,160856],[-138054,161345],[-132704,161991],[-132804,160036],[-132285,162460],[-130012,159510],[-133470,159652],[-132558,159076],[-131789,161045],[-138536,160438],[-140211,156133],[-132743,173989],[-132154,238213],[-128155,242278],[-136634,235375],[-136780,235797],[-128866,241486],[-132034,240627],[-132090,240627],[-132144,240608],[-132211,240701],[-132020,240416],[-131893,240591],[-132041,240356],[-132294,240350],[-132072,240484],[-130417,243719],[-131622,243647],[-138587,23966],[-136547,21210],[-135768,21315],[-136051,21996],[-139309,16295],[-138146,21435],[-140711,24323],[-140105,15924],[-137185,16276],[-138776,19285],[-138575,17787],[-136589,17177],[-131360,16934],[-140256,17727],[-131981,13285],[-139827,18470],[-136204,24661],[-135131,24163],[-134192,21185],[-134245,21942],[-139877,21575],[-128339,24258],[-128574,23243],[-128078,304330],[-129818,302809],[-133000,307254],[-128941,301383],[-129210,301413],[-128879,301513],[-129031,30781],[-129646,30473],[-138338,37168],[-140122,36711],[-140465,36893],[-128473,35740],[-128030,36181],[-128273,35611],[-128676,36278],[-128539,36502],[-128226,36765],[-128486,36240],[-128370,33438],[-128276,32739],[-128233,33766],[-137822,30233],[-138410,30987],[-130307,33295],[-129292,38251],[-128493,38463],[-128853,37454],[-130465,44991],[-129798,45090],[-130522,44804],[-128399,48038],[-130135,48591],[-129981,47023],[-129330,46734],[-132310,43208],[-128926,39795],[-129072,38849],[-130016,38709],[-130665,42233],[-130576,42055],[-131781,43238],[-130897,42917],[-133414,41494],[-131889,40128],[-131432,40314],[-131716,40051],[-133833,41211],[-134706,41272],[-135436,41572],[-134865,41245],[-134813,42457],[-134285,42632],[-134364,42809],[-134144,42818],[-136717,43388],[-136658,43537],[-138409,43227],[-140118,42161],[-137401,44142],[-137109,44779],[-137259,44077],[-140542,45257],[-139301,44740],[-138226,44861],[-139774,44948],[-136638,48140],[-136952,48514],[-137413,48930],[-137086,48108],[-138474,47078],[-137836,46328],[-136440,44191],[-140760,41987],[-134317,43943],[-132913,44955],[-133070,44842],[-128549,41237],[-128397,41303],[-139083,43739],[-140013,44265],[-130817,44464],[-140490,40791],[-140374,41097],[-140643,39685],[-139323,42291],[-140250,41826],[-140061,41896],[-140161,41939],[-137227,48873],[-136929,49127],[-136966,48892],[-137441,48618],[-136558,46478],[-137040,46183],[-137033,45682],[-136558,45704],[-138248,46417],[-137413,45969],[-137282,46316],[-137930,46683],[-138534,51229],[-138378,51147],[-138204,51185],[-134485,51358],[-135234,51292],[-134844,51037],[-134665,50799],[-129399,38829],[-128458,38644],[-132154,40246],[-134182,45377],[-140781,40156],[-132987,54280],[-135317,54379],[-134327,54804],[-133787,53779],[-139313,63330],[-140676,60893],[-140417,61623],[-136844,61878],[-136936,61327],[-136552,60187],[-137387,60571],[-128359,52067],[-133948,63755],[-133778,61559],[-128657,63053],[-135777,52101],[-135145,52014],[-135899,52182],[-134814,51877],[-139031,52266],[-138770,52858],[-139015,52528],[-138742,52396],[-140392,65972],[-140454,66329],[-138934,70508],[-138302,73760],[-133985,65406],[-133932,73725],[-136317,68170],[-132608,71051],[-128401,76805],[-129209,70435],[-130948,68694],[-131435,68553],[-130920,71025],[-130387,65875],[-129905,67004],[-130514,87170],[-132222,87856],[-134644,89157],[-138671,87668],[-136762,89708],[-133699,88321],[-131665,88117],[-137214,83732],[-136308,79286],[-140623,79569],[-133820,79545],[-130589,81130],[-128512,100943],[-129004,98665],[-128174,100639],[-129799,92195],[-133066,90771],[-130611,90489],[-133109,94410],[-132494,94737],[-131454,93081],[-131791,96458],[-134099,95162],[-133710,100379],[-131968,96920],[-134787,101865],[-137063,93285],[-136388,95858],[-136041,98251],[-133198,102313],[-135020,90520],[-138305,92361],[-132932,90212],[-136998,90254],[-134351,92671],[-136674,91006],[-133042,93897],[-130981,100813],[-131414,91326],[-132812,91120],[-130745,90666],[-131628,90724],[-133491,91099],[-131672,91473],[-136081,101736],[-135272,102560],[-133157,102479],[-131905,102022],[-131177,90123],[-129744,102722],[-130946,113319],[-128973,107822],[-132961,111740],[-133631,113542],[-133123,110827],[-140395,106892],[-135683,103244],[-135981,103686],[-132611,102996],[-131904,103395],[-135749,109871],[-130437,124124],[-131258,123653],[-131178,125102],[-135911,125601],[-134639,125983],[-135447,125547],[-135938,126518],[-128389,126285],[-138757,128011],[-139517,126190],[-153018,-146353],[-152897,-146388],[-141897,-144255],[-150447,-151535],[-144584,-157005],[-142546,-209139],[-153053,-222686],[-142702,-233545],[-149223,-5739],[-149384,-5954],[-141494,-1150],[-141534,-1216],[-141326,-1175],[-141378,-973],[-141433,-1207],[-141695,-1104],[-141639,-1022],[-141636,-933],[-141351,-1077],[-141586,-1077],[-150032,-6732],[-152983,-10340],[-147613,-11465],[-148023,-11155],[-151615,-243806],[-142137,-274595],[-141046,-275806],[-142008,-274195],[-141983,-274077],[-141155,-275241],[-152605,-20558],[-148234,-12914],[-147599,-13007],[-144281,-14082],[-143147,-14025],[-151413,-22896],[-150337,-37784],[-150639,-38145],[-148313,-25942],[-148067,-30048],[-146143,-30506],[-146302,-35791],[-146907,-35729],[-145779,-32488],[-150156,-33096],[-148679,-42498],[-147801,-43005],[-146817,-40454],[-146679,-40538],[-146381,-40729],[-146565,-40838],[-142653,-42236],[-142898,-42199],[-143819,-40325],[-143308,-40712],[-149058,-38962],[-145488,-41977],[-145015,-41913],[-151093,-40197],[-151326,-39853],[-144636,-43495],[-145462,-43314],[-140882,-38268],[-141530,-51279],[-146830,11032],[-145724,12654],[-147826,11270],[-152610,10238],[-143701,10005],[-143209,9890],[-142469,9350],[-141595,8952],[-152882,4789],[-153435,11950],[-144786,1802],[-144540,1764],[-144451,135003],[-144067,133412],[-145503,134829],[-143198,137816],[-141215,138107],[-152018,131476],[-147331,152791],[-145266,152388],[-147715,153462],[-143314,149902],[-143488,144521],[-151236,141032],[-142656,151132],[-141585,146866],[-150397,148713],[-149105,150108],[-147675,149639],[-144656,141339],[-146755,141001],[-147344,144311],[-148818,145313],[-147932,145521],[-148701,144422],[-148310,153941],[-147677,155830],[-147826,156228],[-146985,155831],[-144838,156356],[-147386,158066],[-150006,157363],[-146780,155226],[-149164,154427],[-152647,155855],[-146919,13296],[-152804,13412],[-148819,22429],[-149853,21780],[-149042,23671],[-145344,21622],[-142081,22170],[-141808,23871],[-144482,22553],[-144114,14608],[-143964,14351],[-145785,13838],[-147031,13454],[-150857,15031],[-147562,15071],[-152623,16163],[-152175,15691],[-147646,14000],[-140982,35942],[-145858,29311],[-150145,33946],[-142698,32548],[-148306,40600],[-148732,41445],[-148223,41561],[-149394,39514],[-149372,40421],[-150006,40146],[-150047,39673],[-141469,44337],[-141614,44175],[-142663,44058],[-142933,45943],[-143259,45046],[-141481,41934],[-141387,42135],[-140924,42091],[-143457,41213],[-143669,41408],[-143753,41274],[-144351,42765],[-144175,42730],[-144146,42381],[-145094,42043],[-147508,48178],[-147872,50590],[-147105,51147],[-148259,51182],[-146195,50789],[-146307,50252],[-141984,45697],[-141463,45822],[-148095,50458],[-149900,49531],[-149145,50416],[-149427,50592],[-151948,50514],[-151750,50279],[-150736,49058],[-148927,49749],[-147852,49550],[-148127,49575],[-148777,49551],[-144439,41916],[-143684,41946],[-144050,41554],[-143533,41798],[-142047,41170],[-141813,41383],[-140963,41433],[-140837,39768],[-141028,39361],[-142258,40323],[-141589,41119],[-141993,40502],[-142479,40947],[-141607,39843],[-141007,40107],[-141257,39443],[-141603,39636],[-141226,51265],[-141555,50148],[-141192,50479],[-141557,50686],[-141159,45605],[-148037,49930],[-150926,49333],[-152706,50813],[-148284,62613],[-148765,62751],[-148403,62497],[-148458,62160],[-147354,63169],[-148120,63582],[-147644,63610],[-147747,63260],[-146919,64125],[-146521,63984],[-141012,63508],[-141228,61746],[-141581,62324],[-144533,54348],[-145822,53759],[-143895,54215],[-143591,54545],[-150983,52382],[-151719,55646],[-149083,60271],[-152208,58713],[-147811,51876],[-146911,51695],[-147176,51583],[-147764,52286],[-143364,54075],[-143709,53446],[-142863,54081],[-145081,53966],[-144751,53690],[-144491,53842],[-144676,54240],[-144644,53898],[-145092,53051],[-144560,53727],[-143969,53783],[-144130,53751],[-146223,51517],[-146433,52837],[-146040,51747],[-146370,52996],[-152064,63988],[-152300,63481],[-152326,62752],[-143378,54508],[-153511,57715],[-149679,70126],[-145700,64419],[-145509,64632],[-145383,64897],[-144842,65015],[-145289,65128],[-145338,65369],[-143449,64978],[-143088,64902],[-142855,64886],[-141929,64982],[-150122,72165],[-140893,74161],[-145174,69329],[-144493,71061],[-146156,70097],[-142415,64868],[-153288,69328],[-150130,69612],[-150464,69502],[-150030,68582],[-152249,68525],[-152038,68799],[-152781,68215],[-152725,68738],[-150156,88744],[-149462,88495],[-149604,88463],[-149020,81780],[-141131,86415],[-146785,88052],[-148123,85336],[-142247,78032],[-143219,78602],[-149255,82028],[-147757,79431],[-143062,102033],[-144236,100148],[-142928,102302],[-141966,99547],[-142652,90340],[-150724,89928],[-150726,90124],[-150221,91807],[-151068,92609],[-150129,92401],[-150654,92900],[-151248,92487],[-150974,92831],[-150501,93422],[-151250,93758],[-150305,91264],[-149860,91784],[-150460,91613],[-149713,92041],[-153448,92176],[-153311,91672],[-153461,91251],[-153578,91349],[-152500,90457],[-150511,90597],[-152674,98740],[-146778,98854],[-148251,97432],[-149953,101144],[-152025,101183],[-146495,93866],[-143170,91375],[-144031,90099],[-147039,96190],[-147223,95920],[-147410,95705],[-153140,114835],[-143754,112452],[-144879,109341],[-144999,111858],[-146831,109568],[-141399,106674],[-141307,106895],[-141954,106702],[-147288,105569],[-148822,108973],[-148428,106409],[-152955,121551],[-151122,124926],[-141080,118556],[-142553,118647],[-156527,-147420],[-160427,-3065],[-162851,-8174],[-162904,-8395],[-157965,-10165],[-157637,-9797],[-163631,-12315],[-161885,-6464],[-156454,-18780],[-156465,-19033],[-156434,-23862],[-154953,-33624],[-154768,-33388],[-153600,-37833],[-155389,-29198],[-154754,-29204],[-157421,-26874],[-157154,-27837],[-163736,-28908],[-153898,-36932],[-163734,-31456],[-159673,-31958],[-154698,-41116],[-164287,-57688],[-159707,7710],[-165223,870],[-162059,3832],[-163853,3527],[-163492,2958],[-162038,6281],[-161724,6702],[-165350,4036],[-161677,10714],[-162182,10676],[-157000,12545],[-164303,12348],[-160104,4145],[-157828,10368],[-158950,10189],[-163872,11374],[-164226,12015],[-158190,4393],[-155713,3787],[-157839,9380],[-157723,1608],[-154938,133458],[-162881,132306],[-159975,132350],[-162422,139208],[-162907,149012],[-162401,152264],[-163788,148308],[-164142,148907],[-166362,148137],[-164888,147355],[-165484,153236],[-164005,150479],[-160208,148831],[-158634,151053],[-157962,149719],[-154547,149622],[-163047,153241],[-162534,162094],[-156422,155565],[-155430,153972],[-155641,155491],[-157436,154370],[-156961,156566],[-157962,157228],[-162310,158417],[-153644,161099],[-164682,163755],[-165277,157989],[-164761,158598],[-159414,154745],[-159080,155636],[-162459,154903],[-162734,154068],[-153623,168896],[-158414,169901],[-162498,168019],[-154113,20658],[-165607,21336],[-160486,17423],[-166195,21205],[-162067,17111],[-164524,14465],[-163977,14479],[-158472,20041],[-158841,16686],[-161745,17593],[-158382,16171],[-159694,18233],[-161773,18274],[-157475,20836],[-154685,22068],[-154909,20137],[-155030,23083],[-156849,25172],[-154252,22382],[-153902,23574],[-157534,14010],[-161595,15487],[-157596,13949],[-154492,13221],[-160110,23827],[-165004,25558],[-156800,28161],[-156359,26315],[-161805,31450],[-155709,32272],[-160297,34085],[-155913,27685],[-156601,32779],[-162941,33542],[-155066,36095],[-161905,33973],[-160597,32462],[-158565,31227],[-154640,32421],[-158432,31781],[-158928,35284],[-160928,31984],[-161317,32908],[-165536,32917],[-163036,33702],[-155121,37676],[-155606,37325],[-155668,37667],[-156614,37346],[-158312,36735],[-157833,36854],[-157508,37123],[-157223,26707],[-166012,28641],[-166220,26747],[-160720,29827],[-156424,38065],[-155190,39679],[-155840,39442],[-166213,41577],[-156626,49843],[-157463,50544],[-154899,50646],[-162506,56357],[-161983,57126],[-162921,57836],[-160607,62902],[-154645,54142],[-156162,56796],[-156090,56992],[-156058,56684],[-157495,56373],[-158939,60432],[-155898,55251],[-157030,60157],[-158324,61820],[-165619,67140],[-163248,65987],[-158470,71913],[-157971,72964],[-162129,73207],[-162910,73812],[-156626,74472],[-156584,73796],[-156757,76221],[-156916,76869],[-156972,76140],[-157715,76942],[-162523,74897],[-161834,76529],[-161441,76305],[-161010,76644],[-162225,75038],[-163335,75431],[-163075,75728],[-162491,74243],[-160401,73697],[-160014,72604],[-159523,73972],[-159764,72586],[-161219,74439],[-158354,69646],[-153997,70185],[-158273,69625],[-156058,71537],[-161714,65608],[-159327,69142],[-160606,86504],[-158980,85641],[-157138,85684],[-155150,85014],[-154877,85273],[-154624,84846],[-165669,89643],[-161318,89071],[-160960,88190],[-164990,88566],[-156220,87651],[-157356,89429],[-153622,78456],[-159104,83339],[-161535,77622],[-161242,77066],[-161045,78065],[-161830,79092],[-161280,79375],[-161509,77925],[-162343,78911],[-161512,78335],[-160959,79998],[-161537,79497],[-161739,79595],[-162045,80002],[-161714,78954],[-162446,78863],[-161436,78864],[-161296,77320],[-156420,83252],[-156340,82969],[-160534,77395],[-153974,100850],[-155654,101839],[-155126,102055],[-157328,98638],[-165531,95543],[-165595,96953],[-157485,97646],[-160856,97844],[-157316,97544],[-158631,100598],[-159687,94209],[-158932,90981],[-161509,93584],[-159697,96714],[-157536,98185],[-160682,89927],[-160856,90256],[-156781,106289],[-158228,107428],[-156921,104406],[-164391,104134],[-165716,104109],[-153766,104847],[-156948,107079],[-159264,103208],[-154689,103020],[-153885,106634],[-157378,117176],[-153683,126935],[-155431,125728],[-157341,123066],[-158194,126341],[-162954,125725],[-164093,127637],[-165897,127821],[-164562,128096],[-159456,117739],[-158072,118263],[-159072,117419],[-157383,117558],[-162846,118897],[-166192,118746],[-162858,119176],[-162513,121759],[-163572,124149],[-164709,122617],[-165950,123711],[-159864,124093],[-160365,124681],[-173300,-139822],[-173366,-139557],[-171452,-143714],[-171567,-143492],[-174720,-145268],[-174962,-145392],[-167055,-162978],[-176877,-212343],[-177335,-217267],[-176948,-225784],[-177206,-217568],[-177669,-217759],[-177790,-233920],[-178619,-232039],[-178574,-232118],[-178462,-231935],[-178561,-231926],[-178722,-232057],[-178700,-232170],[-178857,-231561],[-176500,-2022],[-172741,-1323],[-178172,-3087],[-178517,-1642],[-172282,-7265],[-178056,-9083],[-175972,-11992],[-176008,-6073],[-174422,-5465],[-176494,-5892],[-176265,-22],[-171761,-11953],[-170203,-12031],[-167574,-2405],[-167512,-2947],[-171827,-11894],[-171019,-12560],[-168925,-12426],[-168845,-12194],[-170855,5],[-175362,-3411],[-175113,-3157],[-179174,-10687],[-167649,-2242],[-168802,-243786],[-168523,-255339],[-168721,-255394],[-168785,-255394],[-168525,-255482],[-168500,-255136],[-168572,-255232],[-168537,-255279],[-171075,-243962],[-169836,-246882],[-173655,-245668],[-174567,-270419],[-176945,-22636],[-177546,-21013],[-177884,-20664],[-172338,-14882],[-173230,-19304],[-173603,-20244],[-169322,-23562],[-169263,-23827],[-169494,-21983],[-169534,-22049],[-169326,-22008],[-169378,-21806],[-169593,-22062],[-169695,-21937],[-169639,-21855],[-169636,-21766],[-169351,-21910],[-169586,-21910],[-168768,-27233],[-170418,-27217],[-174743,-26989],[-178834,-35489],[-177534,-31560],[-177470,-25669],[-175662,-43369],[-175867,-43482],[-177167,-74327],[-174225,2484],[-174672,564],[-173426,1242],[-177200,3707],[-166780,6752],[-177976,1165],[-178738,1977],[-166893,7986],[-167947,7369],[-172513,329],[-166689,3871],[-170968,277],[-174743,4294],[-173768,6273],[-176782,12985],[-174564,5672],[-173671,9242],[-168916,12650],[-169214,7581],[-171930,5400],[-176726,9992],[-170626,6675],[-171182,6444],[-178937,135501],[-173624,135749],[-177306,134336],[-176427,134708],[-174804,137672],[-171061,133068],[-167338,138639],[-169265,137722],[-169560,137609],[-169315,137271],[-173006,134319],[-173192,134768],[-172820,135306],[-172929,134762],[-177022,139986],[-177484,137666],[-172152,134814],[-166453,132099],[-166548,135095],[-173072,129910],[-175786,130394],[-174943,128525],[-168804,129059],[-173073,128770],[-175262,129650],[-170984,129869],[-174132,128927],[-168547,149784],[-166666,148200],[-173008,147288],[-172627,147417],[-170892,144687],[-173890,145067],[-168304,146654],[-175797,143112],[-174147,145411],[-175039,143007],[-173612,145550],[-176084,152767],[-178401,152096],[-178329,152431],[-175497,149003],[-177776,149038],[-172708,143344],[-177324,148032],[-175426,144780],[-173617,145135],[-167987,153453],[-168944,149758],[-168726,149232],[-170669,152161],[-169035,152313],[-167179,153431],[-176107,147491],[-173785,152205],[-177923,153522],[-178561,156585],[-175583,161123],[-175238,156950],[-171326,157311],[-171526,156378],[-173224,158242],[-169533,154459],[-168776,154032],[-170203,160589],[-170133,155643],[-169297,163121],[-168981,159221],[-175486,155110],[-175919,156071],[-178353,156549],[-178733,155307],[-176751,154634],[-169451,160028],[-172726,158848],[-172731,159193],[-172544,158067],[-178526,164269],[-168931,172719],[-175552,23285],[-171909,23793],[-172439,24710],[-177774,21821],[-176792,23279],[-172312,22994],[-178555,17736],[-178721,22671],[-176482,18546],[-168920,13955],[-170372,13600],[-167411,14556],[-167358,17740],[-166995,15521],[-176506,18130],[-170652,15320],[-173725,18568],[-173692,20278],[-173713,22757],[-177662,24815],[-166754,25407],[-177699,23075],[-176202,37358],[-175183,37024],[-177653,38236],[-179109,32956],[-177215,31824],[-178287,35295],[-176425,30404],[-177634,27404],[-175827,29167],[-178096,27860],[-178815,29506],[-174121,26380],[-174940,25899],[-173192,26618],[-176791,43306],[-178239,39333],[-177856,38865],[-177013,41397],[-178176,42925],[-177265,44884],[-174679,46218],[-177352,46546],[-175854,45686],[-174789,46698],[-176513,46829],[-175766,45912],[-176361,46656],[-173275,43774],[-176874,48112],[-177539,49221],[-177379,50621],[-174114,51294],[-172159,39901],[-166503,40174],[-168992,42482],[-166587,50922],[-172908,62523],[-174147,62516],[-177367,52344],[-176023,53124],[-177034,54584],[-176681,54489],[-178266,56796],[-177957,57325],[-168221,53076],[-176082,52991],[-176182,58959],[-176726,74991],[-174552,76852],[-174853,73732],[-176198,73132],[-176603,69965],[-178334,67240],[-175624,65073],[-179121,66021],[-176422,67009],[-175155,67847],[-174913,67853],[-171433,65946],[-171149,66892],[-178872,76373],[-171662,67027],[-168156,70450],[-168334,70380],[-168529,70038],[-168391,70192],[-167816,66007],[-178439,66878],[-178445,71132],[-176740,67644],[-175147,73282],[-174625,69658],[-172869,68024],[-176547,76076],[-175709,77716],[-175851,77836],[-173026,79823],[-173598,81461],[-176238,80193],[-173436,82780],[-175207,89788],[-177034,87851],[-175383,89474],[-175384,83915],[-175887,81744],[-175791,85294],[-173963,82080],[-174756,85693],[-176447,84772],[-174155,83547],[-177579,79626],[-178152,78501],[-177389,81524],[-176705,77903],[-178231,84104],[-178412,93597],[-177408,92619],[-177838,91804],[-168148,94734],[-168129,101663],[-175901,90287],[-177840,92280],[-176157,92616],[-166986,99692],[-168025,101713],[-167490,99507],[-171889,113182],[-169426,114649],[-167327,124961],[-167243,123752],[-175266,120675],[-178146,125820],[-169393,121192],[-168967,127147],[-177176,127274],[-177526,127578],[-167929,124721],[-169321,120089],[-172960,122505],[-168328,125135],[-177936,120418],[-177561,121798],[-178547,117934],[-173722,120046],[-174149,118697],[-174529,119564],[-174850,116362],[-170481,116843],[-172307,116367],[-168232,118024],[-177643,124245],[-174627,126569],[-174419,126634],[-175549,128111],[-179843,-136345],[-179833,-136135],[-183014,-130007],[-183265,-129995],[-184122,-130704],[-184375,-130657],[-187587,-132845],[-187756,-132637],[-189459,-131775],[-189657,-131602],[-191144,-131386],[-191031,-131633],[-181751,-145918],[-181814,-145657],[-180851,-149466],[-180579,-149436],[-190139,-211771],[-190313,-211851],[-186981,-209640],[-191788,-225188],[-185101,-227941],[-189900,-220851],[-180134,-238228],[-187076,-232840],[-179517,-239068],[-185394,-239412],[-182036,-2073],[-184645,-3873],[-181135,-333],[-185226,-5185],[-185980,-3197],[-179623,-1931],[-180640,-9911],[-181883,-9288],[-184011,-7127],[-184211,-7487],[-186300,-8367],[-186021,-5775],[-185725,-5060],[-180749,-4451],[-181542,-4235],[-180537,-5728],[-185900,-11840],[-179856,-19403],[-180065,-19165],[-182511,-14547],[-181692,-15450],[-183013,5484],[-186115,3534],[-180416,1800],[-181801,5583],[-181862,3394],[-180680,4660],[-179317,4814],[-182696,140249],[-185664,135054],[-191097,139230],[-189728,134228],[-187846,134493],[-189449,133523],[-187941,139934],[-191012,133695],[-189436,134722],[-181625,135662],[-184636,134530],[-184066,135454],[-181381,138506],[-181500,137439],[-182615,136154],[-179201,136635],[-179421,137721],[-180426,134316],[-180053,134135],[-183875,136395],[-183482,134741],[-183575,134318],[-180036,135278],[-187791,133475],[-179469,128276],[-180123,133482],[-186870,129790],[-188230,128411],[-188452,130150],[-180803,128769],[-179381,146749],[-179385,141556],[-181434,141109],[-180870,141245],[-181167,146564],[-185159,142431],[-187820,142437],[-185819,142667],[-189454,144248],[-187271,147410],[-190868,147814],[-187994,147475],[-185678,147905],[-189419,152318],[-183119,153637],[-183411,153158],[-181157,151680],[-185948,152166],[-189386,144968],[-190069,145875],[-191327,144416],[-190015,151772],[-183772,149999],[-183428,150496],[-189379,143730],[-181217,142950],[-183993,143133],[-179266,146743],[-179310,142606],[-186003,148665],[-189262,148118],[-187825,146924],[-179721,153653],[-191541,154967],[-189483,159006],[-187421,160017],[-185391,160282],[-184319,156980],[-184761,156260],[-188610,154420],[-182324,154469],[-185428,156640],[-182538,159311],[-179865,154542],[-184464,156426],[-182852,156768],[-184090,155144],[-180771,156768],[-181158,155831],[-190283,156125],[-191034,155622],[-180848,154511],[-179756,154032],[-181042,164104],[-180797,164649],[-181472,164125],[-181323,164649],[-190059,168016],[-191345,24105],[-186524,20448],[-185874,20953],[-186452,19513],[-186185,21380],[-189878,15697],[-190156,17326],[-188601,16358],[-188803,17047],[-190029,17529],[-191420,17924],[-189371,15939],[-185881,14672],[-185383,15486],[-185386,13463],[-182428,21707],[-180864,24921],[-181455,18992],[-180406,18482],[-183157,17984],[-182927,20672],[-183622,13074],[-182768,18522],[-183842,14696],[-183351,22743],[-180427,15438],[-185480,19838],[-180259,20825],[-181894,304506],[-181771,304650],[-181245,32722],[-181918,31505],[-183488,27058],[-179697,31162],[-180216,30576],[-179980,29965],[-182301,29192],[-180078,30642],[-179855,31317],[-190912,35670],[-191454,35581],[-190684,36193],[-179537,34473],[-184573,28768],[-183919,38580],[-188977,32593],[-185471,33198],[-187357,29177],[-188066,28947],[-188110,38119],[-187188,28119],[-187324,28247],[-181867,44606],[-181643,44409],[-182909,44526],[-183584,41950],[-182457,41631],[-180972,41737],[-182727,38614],[-181131,43643],[-181438,45990],[-181630,43538],[-181897,42799],[-182853,43255],[-181687,44889],[-182328,45970],[-180192,44830],[-181893,49621],[-179939,47956],[-180577,47630],[-182372,46608],[-191602,41699],[-190641,39534],[-191300,41819],[-191124,46095],[-190988,45457],[-191033,45005],[-188654,50793],[-190253,50840],[-182418,47635],[-183153,44529],[-182427,43759],[-187060,49452],[-188306,50156],[-188856,41482],[-191668,47800],[-191410,47802],[-183754,43591],[-187177,48495],[-185052,59040],[-185642,61100],[-185967,61020],[-186725,59678],[-185482,62104],[-183930,60722],[-180592,53399],[-179599,53638],[-179543,53109],[-191976,55653],[-191858,54443],[-188973,51893],[-180934,62811],[-181567,51911],[-181701,51921],[-180728,55135],[-191450,54709],[-186504,51743],[-190810,63142],[-190662,63286],[-191424,60188],[-189059,52300],[-189011,52567],[-188771,55020],[-186013,60761],[-179304,53953],[-181037,56224],[-179338,59586],[-179882,62849],[-183997,64971],[-186199,68684],[-180832,75722],[-186608,76800],[-179808,66136],[-187227,76470],[-189550,76655],[-187757,75871],[-182657,72851],[-182540,71963],[-184701,70249],[-186816,66401],[-185343,69446],[-179860,65592],[-181630,69214],[-180693,68212],[-183340,78129],[-187370,77599],[-181403,82889],[-185070,81093],[-183887,79936],[-181067,81921],[-183356,81830],[-182013,81953],[-185750,87038],[-187279,85421],[-182379,86786],[-190225,88232],[-188788,79585],[-191736,79687],[-190100,80266],[-191612,83277],[-188845,86291],[-191344,84198],[-190232,78070],[-183366,79293],[-181255,80227],[-179853,88333],[-186572,88442],[-182854,84635],[-184630,85517],[-179400,90859],[-180612,92105],[-187195,90573],[-188503,91002],[-188817,95740],[-189174,97311],[-187613,93140],[-190084,96853],[-188424,98090],[-190884,91468],[-186969,102141],[-188433,101429],[-183540,94507],[-179574,98267],[-181726,94240],[-183648,92952],[-182531,93715],[-185781,89918],[-188064,96842],[-185197,93160],[-186477,100423],[-187013,97949],[-183319,97678],[-182328,99519],[-190101,99205],[-189919,100160],[-190495,103348],[-183561,112423],[-188715,114303],[-181618,106753],[-181368,106783],[-181724,106798],[-181842,106626],[-180260,105004],[-185128,113715],[-185255,113877],[-185272,113947],[-185252,113678],[-184946,113732],[-185050,113788],[-185084,113737],[-180230,104111],[-180063,104130],[-190914,103443],[-189932,107139],[-190828,121136],[-184166,127451],[-181087,125299],[-183368,125814],[-182188,126417],[-180858,128039],[-187189,117975],[-187307,118084],[-192343,-128906],[-192030,-165184],[-202221,-173894],[-202395,-173770],[-202435,-173725],[-202333,-173982],[-202051,-173777],[-202171,-173788],[-202185,-173841],[-198270,-211064],[-197858,-211479],[-199448,-208546],[-199491,-209080],[-199772,-208404],[-197704,-228434],[-197310,-228471],[-197839,-251467],[-197784,-251528],[-197727,-251510],[-197825,-251713],[-197785,-251658],[-197746,-251743],[-197935,-251733],[-197902,-251505],[-197976,-251546],[-197959,-251498],[-197821,-251425],[-192188,-250161],[-196840,-249159],[-196739,-248970],[-195362,-246762],[-193037,-258169],[-192856,-258065],[-192609,-260827],[-196062,-276364],[-204034,-279055],[-197767,-276275],[-197788,-276216],[-197831,-276176],[-197776,-276072],[-197937,-276345],[-197745,-276414],[-198000,-276353],[-202193,-35302],[-193072,-65189],[-203385,-112740],[-203199,-112638],[-202737,140481],[-201271,140537],[-200080,136375],[-201553,136925],[-203606,132668],[-204495,132815],[-199971,134811],[-203529,134335],[-203986,133801],[-195606,135994],[-192384,138448],[-193367,133362],[-194859,132488],[-193144,132659],[-196307,136577],[-192804,133439],[-196805,136947],[-200734,135560],[-201692,137987],[-201623,135212],[-200876,131473],[-198179,131866],[-197234,132289],[-204583,140309],[-202034,140841],[-195096,131766],[-193557,142042],[-193429,145903],[-193657,148530],[-195063,143369],[-193578,147514],[-201496,141922],[-197258,146927],[-200112,146645],[-197265,142008],[-201730,147047],[-201303,143935],[-202820,142519],[-202240,144757],[-198359,152858],[-199190,149776],[-195423,153082],[-197096,153379],[-193304,153648],[-201843,153527],[-201375,152614],[-201511,153091],[-199174,150551],[-203038,147994],[-203192,148347],[-202604,142355],[-202546,146095],[-202610,143902],[-196369,144403],[-195567,148726],[-194036,151854],[-198713,147269],[-199139,149925],[-194152,146571],[-192975,152968],[-203860,152225],[-204100,151755],[-204759,152747],[-198345,154004],[-193631,155074],[-196413,160284],[-194175,158674],[-197554,160007],[-192559,160427],[-203677,159011],[-201574,154789],[-192813,155961],[-203934,156906],[-202307,184497],[-203865,182793],[-203671,183086],[-204107,183848],[-197731,19596],[-196484,20977],[-197670,21302],[-200497,23329],[-204265,24245],[-196275,18311],[-194042,24721],[-194184,28314],[-204350,28303],[-197877,28682],[-195456,26304],[-194614,37827],[-192631,36695],[-194722,32637],[-194676,32412],[-194475,32598],[-194596,32729],[-197804,33551],[-198711,33188],[-198563,32851],[-197677,33306],[-197498,28994],[-197762,27665],[-197399,28119],[-197841,27816],[-194101,29621],[-194042,29533],[-192760,30246],[-193036,30141],[-198859,33730],[-204140,31246],[-198643,37983],[-199977,44622],[-199811,46190],[-202210,47897],[-199279,48974],[-199286,48210],[-200176,50110],[-200647,48415],[-196826,46352],[-198683,46372],[-202717,43670],[-201887,43051],[-203346,43103],[-202555,42638],[-194095,39800],[-193115,39504],[-193993,40421],[-192305,41020],[-192347,45513],[-193247,51016],[-193852,49719],[-192862,48926],[-193483,50476],[-201752,39886],[-196447,43855],[-203554,39947],[-204082,55315],[-204466,61398],[-198035,63155],[-196747,61684],[-198145,60968],[-198049,61861],[-198762,59066],[-199464,57685],[-198307,58749],[-200050,57461],[-194178,54982],[-193866,56825],[-204475,59029],[-204546,58260],[-204512,56643],[-204608,58763],[-195522,57630],[-200686,61108],[-197998,55232],[-202528,65506],[-204463,70424],[-202981,65716],[-201753,68541],[-202774,67200],[-202880,67354],[-193360,88985],[-194816,89690],[-199161,83983],[-200508,81562],[-199216,83531],[-200456,81899],[-201572,83056],[-195239,84520],[-199063,81636],[-197949,84500],[-201351,84356],[-197021,89671],[-204082,84246],[-203341,84539],[-203728,84996],[-192499,87881],[-192293,86604],[-204142,85079],[-201227,84007],[-202746,83495],[-194455,86806],[-195300,85516],[-198121,89407],[-195669,79550],[-193273,83383],[-197964,81533],[-192020,79287],[-198321,101579],[-196917,98362],[-201853,101704],[-201445,98068],[-196131,99890],[-197191,101919],[-198214,99349],[-195747,97162],[-204166,97177],[-204289,97815],[-200646,95706],[-199891,95946],[-202510,95722],[-192888,98752],[-192965,94989],[-193850,94030],[-195565,90110],[-195211,90994],[-199998,92307],[-202777,92183],[-198149,92167],[-203778,90194],[-192977,101131],[-195385,101669],[-203798,93940],[-200385,90860],[-195958,108281],[-198657,103729],[-195667,109789],[-197100,107814],[-197857,105065],[-202214,108024],[-203913,109262],[-204110,108912],[-200954,105612],[-196629,111992],[-197650,113632],[-200950,112892],[-200437,110689],[-194851,109654],[-204743,112472],[-197205,103598],[-197008,103704],[-196771,103725],[-203226,108637],[-203849,107528],[-203731,108936],[-195363,109560],[-195144,109933],[-194611,107854],[-194667,107529],[-194914,108095],[-195541,109670],[-194948,109210],[-202857,107200],[-202252,104023],[-202977,107687],[-202457,108845],[-196798,113033],[-202887,114581],[-197230,110660],[-201385,113426],[-192670,103729],[-192983,109092],[-195110,114018],[-200656,115270],[-197271,114336],[-195972,102955],[-195657,104175],[-195919,103098],[-195088,102903],[-193655,109557],[-192475,107904],[-193369,106821],[-192582,106458],[-204506,126060],[-204341,127283],[-204692,126674],[-204335,126953],[-204475,127196],[-197537,115646],[-194955,122927],[-194959,123173],[-195001,122812],[-194838,122687],[-197721,128123],[-207381,-139576],[-215784,-150764],[-208303,-146397],[-209433,-223612],[-212778,-238906],[-212769,-238693],[-210311,-256898],[-213000,-41487],[-210526,-81470],[-211050,-96404],[-205568,140755],[-205073,132641],[-215079,129535],[-212364,128345],[-209520,133661],[-208802,129966],[-213118,129979],[-210056,130642],[-213665,130083],[-209027,130607],[-212384,135027],[-217078,131782],[-215867,134132],[-214050,134759],[-212519,132129],[-216275,134996],[-214338,135847],[-217160,135934],[-217111,134351],[-214011,138855],[-215631,139082],[-208596,132161],[-215999,137095],[-215450,137590],[-216613,137114],[-216145,137149],[-217170,129726],[-215306,130044],[-216140,135871],[-215862,130363],[-205725,132003],[-207655,131784],[-208175,128428],[-207990,132390],[-210771,133725],[-210484,131201],[-211039,133625],[-210113,131062],[-215451,137434],[-212541,139245],[-212733,140037],[-208439,139761],[-216019,142846],[-210172,148776],[-214836,145442],[-211951,147323],[-210129,146945],[-208383,148030],[-210721,144462],[-211720,146253],[-213248,146988],[-211865,147713],[-214380,146894],[-214582,146980],[-215225,147847],[-213641,148204],[-214937,142162],[-210579,142243],[-207229,141580],[-206857,144158],[-207391,153665],[-207642,153181],[-206466,152817],[-205731,152374],[-204896,152577],[-205569,157787],[-205337,159595],[-204920,160401],[-207115,158281],[-205953,159199],[-208569,158342],[-210620,155912],[-206905,157882],[-212577,163986],[-207273,154225],[-210806,167334],[-211211,18699],[-216135,16502],[-213347,37307],[-212405,36921],[-213344,37779],[-207323,26421],[-208292,27503],[-210918,37814],[-210907,37586],[-214986,38652],[-213721,38970],[-213959,38812],[-213618,47700],[-210190,47336],[-210431,49288],[-209991,48463],[-210927,45608],[-210336,45026],[-212953,44199],[-210621,44888],[-212830,42301],[-213426,42167],[-213487,40425],[-209125,40925],[-208772,43342],[-208922,42817],[-207421,43731],[-205575,44068],[-205553,43285],[-205000,49849],[-217010,49140],[-216256,49965],[-215856,48270],[-214320,42727],[-213475,44100],[-215096,42907],[-213855,44003],[-210653,48295],[-211702,46660],[-212597,47155],[-212532,47278],[-208446,45557],[-204922,47592],[-205175,47655],[-205306,47425],[-214373,48754],[-211824,51979],[-210577,52579],[-209920,53175],[-215745,52410],[-213362,56428],[-208932,59171],[-208015,59197],[-208888,57080],[-210671,59924],[-208766,62689],[-209885,61460],[-209348,63232],[-205188,63256],[-207180,60858],[-207111,60376],[-207600,64182],[-209240,63956],[-207667,63740],[-208949,62980],[-206669,57644],[-206831,56818],[-205939,51782],[-208150,53055],[-207386,54681],[-208574,54435],[-214096,55253],[-211604,55640],[-212069,54773],[-212143,55404],[-213371,53346],[-211322,59149],[-211901,59072],[-212327,57539],[-211626,57629],[-209451,55796],[-212286,60377],[-215570,56805],[-216225,56989],[-212569,73320],[-212123,72254],[-212572,72089],[-212036,72396],[-211624,70212],[-210626,69145],[-210797,69159],[-210679,69942],[-211986,67515],[-212937,67167],[-211999,66501],[-212461,66582],[-212540,74736],[-213818,73760],[-213144,74678],[-212687,74684],[-205651,71352],[-206835,72501],[-207286,72311],[-205004,71119],[-212915,71467],[-208351,76888],[-216190,68970],[-213888,75910],[-215488,71326],[-208752,85738],[-207324,84380],[-204956,86862],[-205808,83659],[-206472,86262],[-205174,89769],[-212007,85871],[-212276,88192],[-212501,87856],[-207347,85211],[-208688,88438],[-208213,78218],[-213133,79200],[-216977,83377],[-206618,97275],[-205599,99532],[-204927,96395],[-205036,95686],[-205694,96451],[-206092,97663],[-205162,96435],[-206123,95985],[-211432,93005],[-207641,94956],[-212025,94443],[-209671,96656],[-210289,96288],[-210815,92967],[-209406,93455],[-212403,100873],[-214677,98811],[-215647,100461],[-209892,100541],[-211674,100065],[-213747,101376],[-214305,100885],[-215199,102467],[-213989,98559],[-210633,98644],[-210037,93704],[-215414,99533],[-208208,90234],[-208819,91470],[-209141,109483],[-210900,113132],[-206077,110397],[-208519,110563],[-212493,110796],[-213403,105175],[-216829,109558],[-217270,113573],[-217128,112734],[-216806,112375],[-217520,113212],[-216528,112904],[-215103,112623],[-214548,114941],[-213081,105853],[-215718,102860],[-217410,105907],[-217380,104765],[-215480,126319],[-214473,124052],[-217425,128172],[-216475,124583],[-206733,117976],[-207554,116088],[-211306,122497],[-212690,118233],[-206506,121906],[-211913,119256],[-207391,117276],[-210389,123149],[-208442,124700],[-206813,126030],[-205646,121478],[-206743,121932],[-210069,127703],[-217058,120934],[-216834,120845],[-217339,117776],[-215730,119960],[-215401,119062],[-213979,123761],[-216038,124422],[-215409,123120],[-214477,123218],[-215883,122966],[-214662,124052],[-215429,124829],[-212963,120556],[-211648,119119],[-211861,119192],[-213165,118143],[-204839,119751],[-210195,121772],[-211152,124758],[-211029,124970],[-217569,116619],[-204865,126123],[-208190,126348],[-226177,-120135],[-226834,-131098],[-225148,-244685],[-219946,-34641],[-228986,-41318],[-221543,-51866],[-218693,-53376],[-217812,-51240],[-218083,-107582],[-218763,132436],[-221144,132764],[-218679,136516],[-220756,136602],[-220556,132474],[-221226,137262],[-222145,137811],[-219042,136828],[-220675,137894],[-219255,139687],[-217719,138277],[-222261,128418],[-218547,138461],[-230126,135921],[-230274,137441],[-228619,138069],[-228477,138349],[-227724,139036],[-227235,138265],[-227361,137195],[-228845,138765],[-229030,138029],[-227483,136922],[-220692,134410],[-222638,130963],[-226695,129234],[-224736,129088],[-227185,129246],[-226946,132125],[-225132,129513],[-223038,129226],[-217994,143599],[-219463,149740],[-219333,150147],[-221742,153004],[-219580,153634],[-221686,152357],[-221942,151889],[-221434,150544],[-228882,143785],[-229895,144145],[-229155,144604],[-226778,145591],[-227022,142614],[-228682,142511],[-226861,142383],[-228239,141875],[-225222,22876],[-228188,19992],[-222696,268683],[-224699,338737],[-230217,27779],[-226660,29390],[-227369,30726],[-225111,29538],[-225348,28949],[-223924,29888],[-223946,29335],[-220688,26307],[-222707,26983],[-218466,27775],[-220172,29176],[-220101,28521],[-226071,31522],[-229606,31963],[-220015,31441],[-222789,33374],[-218513,34559],[-229041,32482],[-229392,34411],[-228210,33561],[-222906,37395],[-229219,37637],[-223600,38566],[-229761,44624],[-217915,42302],[-218176,42513],[-224411,42354],[-223798,42805],[-228261,44990],[-228930,43385],[-228181,41942],[-225036,40592],[-225280,39495],[-228354,39329],[-230147,40284],[-221934,42827],[-226463,46183],[-224642,41264],[-229033,47621],[-228961,48542],[-227583,49407],[-224938,47837],[-223821,50144],[-222879,50669],[-227261,50976],[-226808,51133],[-226650,51134],[-218148,48992],[-219749,50112],[-217780,49088],[-230365,590912],[-223146,58298],[-223277,58456],[-222877,58476],[-223023,58704],[-224317,59857],[-221796,51443],[-221905,51623],[-224104,53422],[-227292,51770],[-222483,53293],[-223774,53474],[-223177,51920],[-223116,53211],[-220191,54346],[-219817,53446],[-220089,55016],[-219155,53176],[-222397,58481],[-222569,57066],[-221771,55727],[-226336,57433],[-225233,58197],[-225843,57886],[-229198,56918],[-230303,57246],[-229736,58083],[-229196,51907],[-229806,52294],[-230375,52833],[-229308,52217],[-219490,61948],[-220270,63233],[-219224,62958],[-220326,56273],[-229240,60282],[-226457,54349],[-219018,54521],[-229848,56629],[-230049,56666],[-224395,64632],[-223268,64702],[-223341,65446],[-225463,64428],[-229987,69207],[-229341,69388],[-224383,69870],[-224123,69940],[-219451,68727],[-219966,68821],[-218860,69653],[-218927,69600],[-225346,65200],[-218943,69278],[-229348,67044],[-226550,64933],[-226458,71462],[-221013,65648],[-221226,66095],[-221300,65842],[-224803,71790],[-218489,74576],[-218051,74212],[-219003,75301],[-218469,74747],[-223597,76611],[-228091,79161],[-220215,83921],[-219681,81955],[-219999,82007],[-218187,81098],[-221564,81618],[-225959,83171],[-224644,80539],[-220984,80302],[-224042,83342],[-225610,84642],[-222994,97495],[-221384,91403],[-219202,92490],[-229403,96684],[-224169,98084],[-222307,96199],[-228203,99998],[-225631,101794],[-219663,113332],[-217793,113169],[-217656,112607],[-218457,109330],[-218251,110451],[-218723,110701],[-218339,110594],[-219073,113353],[-218545,113225],[-218826,107340],[-217813,105359],[-221893,109266],[-227059,113026],[-221727,111961],[-226311,110618],[-226930,111288],[-227598,111824],[-228918,103126],[-229790,106419],[-225773,104256],[-219593,102846],[-219420,102984],[-222540,121627],[-218112,121788],[-222860,124013],[-221235,122419],[-223116,124273],[-223626,123623],[-219730,120853],[-220778,115649],[-220764,117742],[-219851,121412],[-221546,126517],[-223312,125927],[-220246,116251],[-219936,121018],[-219175,118075],[-227075,126775],[-230204,126706],[-226863,119762],[-227265,119879],[-226826,118878],[-227560,120785],[-223029,115730],[-221871,115711],[-222498,115527],[-227310,125863],[-223047,115979],[-225595,120096],[-239647,-115993],[-233123,-120838],[-231403,-237494],[-231532,-237658],[-231589,-237694],[-231319,-237612],[-231494,-237315],[-231503,-237435],[-231446,-237454],[-241096,-240438],[-241041,-240464],[-240949,-240485],[-240936,-240586],[-240979,-240261],[-241187,-240322],[-240939,-240235],[-242326,-248167],[-231893,-252116],[-238742,-255460],[-242296,-266736],[-232191,-277295],[-238250,-91847],[-240665,10473],[-238899,10521],[-232550,11723],[-237953,7996],[-236961,7842],[-237339,140422],[-230909,135955],[-231681,135914],[-230867,136269],[-232166,137247],[-230430,137458],[-232461,136453],[-231122,130984],[-231092,137800],[-240526,133223],[-242776,132783],[-240196,133682],[-239167,132601],[-238524,128257],[-242529,136860],[-238661,135351],[-233732,129353],[-235893,130019],[-231791,128412],[-234629,144465],[-235054,143936],[-234533,143390],[-234837,142324],[-234654,141954],[-234428,142412],[-234932,144379],[-235275,143802],[-236707,141618],[-236992,141402],[-237287,142383],[-237148,141714],[-237184,142498],[-237167,142021],[-231192,144193],[-231397,144276],[-241185,151991],[-240625,151309],[-242528,152743],[-242663,151859],[-242440,149390],[-241814,147230],[-242545,147527],[-241699,147520],[-242125,207019],[-241999,207225],[-242100,207227],[-242257,207071],[-242235,206957],[-236346,15015],[-238729,15005],[-231958,18969],[-237262,16389],[-236695,19855],[-230778,20097],[-235375,21135],[-235323,20890],[-235334,21251],[-235513,21355],[-234399,22835],[-233719,261782],[-233664,261721],[-233607,261739],[-233705,261536],[-233665,261591],[-233626,261506],[-233815,261516],[-233782,261744],[-233856,261703],[-233839,261751],[-233701,261824],[-241824,258926],[-242015,259031],[-241566,259255],[-241246,258777],[-236092,278071],[-240602,327368],[-231548,28930],[-232980,27166],[-230515,28321],[-231013,30293],[-231574,29872],[-232312,33334],[-233111,34399],[-234001,36852],[-231677,34928],[-230628,35819],[-231763,37759],[-231307,35939],[-233231,37755],[-234365,28117],[-233617,32381],[-232822,39238],[-236441,39288],[-235054,40058],[-235389,40868],[-236940,40505],[-234294,42826],[-234682,42822],[-235533,46089],[-233407,44095],[-233686,44308],[-233866,41421],[-233904,41375],[-231048,45169],[-231474,39901],[-241706,39113],[-239279,43369],[-235934,46554],[-236471,46066],[-237454,44898],[-238785,45435],[-237996,47400],[-239652,46713],[-234075,45957],[-235512,48795],[-241009,49487],[-239564,50457],[-235339,48949],[-232164,47804],[-230505,590931],[-230458,590727],[-230471,590663],[-230691,590979],[-230613,590895],[-230559,590924],[-230553,590927],[-231105,593870],[-231053,594133],[-232009,593990],[-231631,589395],[-231758,589556],[-240713,52056],[-241759,52352],[-240014,54556],[-239344,54598],[-233283,57558],[-233440,57760],[-233248,58084],[-235310,57588],[-236452,56470],[-234885,55693],[-230688,56596],[-231364,60578],[-239943,59402],[-241920,59390],[-241090,59005],[-237206,63927],[-238967,54488],[-233204,62401],[-242605,58503],[-230632,58842],[-230870,59132],[-231050,59235],[-239295,55025],[-232705,70083],[-233957,69954],[-232761,70270],[-232435,69394],[-233673,72040],[-233608,72485],[-233260,72672],[-232863,72227],[-236121,64798],[-236714,65938],[-235035,64866],[-235876,64889],[-234757,69587],[-235566,69055],[-239618,65350],[-240506,78633],[-231852,85685],[-234837,86985],[-237988,88000],[-240877,89453],[-238995,88231],[-238985,91399],[-243116,92046],[-238897,102502],[-239492,99224],[-241114,100228],[-239399,112897],[-239647,112473],[-241479,105223],[-243193,102798],[-232733,122782],[-232030,121712],[-240148,125254],[-237707,125241],[-232612,125387],[-231099,124417],[-231587,118310],[-241608,125221],[-240913,126233],[-241881,127310],[-233101,127911],[-236447,126098],[-231531,121107],[-234668,122205],[-234472,122704],[-231851,117342],[-230595,126167],[-2,-152877],[-709,-152780],[-4735,-162913],[-2980,-163758],[-3021,-163452],[-2574,-162986],[-537,-165591],[-596,-164685],[-26,-165647],[-543,-165819],[-942,-171703],[-4470,-174381],[-3716,-175373],[-3695,-176486],[-3779,-175525],[-2861,-173653],[-2395,-177939],[-2173,-176597],[-3158,-178040],[-1958,-180418],[-2003,-180441],[-2051,-180483],[-1851,-180592],[-1809,-180396],[-1856,-180655],[-2140,-180428],[-9144,-11605],[-8795,-10572],[-11258,-12252],[-11753,-12340],[-1973,-328],[-1525,-2792],[-1395,-2910],[-3252,72],[-4556,-4615],[-4437,-5119],[-4216,-5246],[-3832,-5713],[-3340,-280],[-3797,-979],[-3207,-1031],[-3050,-705],[-4223,-780],[-5264,-636],[-4256,-1158],[-3954,4],[-8703,-20949],[-9413,-21734],[-8032,-13284],[-8504,-13558],[-11933,-19860],[-12567,-20216],[-12247,-15517],[-12426,-15698],[-8396,-17133],[-7946,-17960],[-3973,-27509],[-3624,-27590],[-4189,-26571],[-9065,-30527],[-5238,-37966],[-9289,-32571],[-9742,-32484],[-6534,-33923],[-7335,-33720],[-916,-32717],[-501,-32563],[-1954,-35591],[-266,-36330],[-11535,-34110],[-12142,-33408],[-7353,-30493],[-6623,-30604],[-7166,-26743],[-7701,-26864],[-4011,-38539],[-4020,-38216],[-4656,-39112],[-4235,-39834],[-5105,-39174],[-12365,-39979],[-10613,-42124],[-12785,-41832],[-10707,-41032],[-5991,-50151],[-7844,-42927],[-1474,-40869],[-1362,-40995],[-1613,-40717],[-849,-41357],[-7419,-41935],[-6580,-43507],[-7605,-51759],[-4611,-53032],[-7259,-55699],[-10880,-52031],[-11011,-52741],[-5009,-65605],[-7508,-66839],[-9234,-107307],[-9278,-107335],[-9321,-107376],[-9119,-107492],[-9088,-107275],[-9118,-107553],[-9414,-107328],[-7485,-109974],[-4210,938],[-81,1878],[-532,930],[-284,1159],[-120,1644],[-1488,1283],[-1103,1152],[-1179,10039],[-5140,10511],[-12613,4259],[-11556,5267],[-12782,4993],[-11997,6018],[-12666,24769],[-12183,22501],[-11594,21963],[-12662,22959],[-8543,24195],[-9755,21929],[-3577,22696],[-3617,22662],[-3653,22613],[-3454,22529],[-3439,22746],[-3446,22466],[-3747,22651],[-12182,17029],[-12222,16996],[-12258,16947],[-12053,16860],[-12043,17079],[-12044,16798],[-12355,16985],[-7926,20812],[-7887,20842],[-7865,20779],[-7772,20769],[-7872,20600],[-7848,20670],[-7789,20588],[-7976,20555],[-8055,20730],[-7991,20786],[-8049,20781],[-7812,20808],[-5016,23188],[-7604,21250],[-7467,20925],[-10972,18232],[-11230,18662],[-10032,18194],[-10054,18049],[-5458,14593],[-5804,14652],[-5901,13895],[-5570,14346],[-6008,15094],[-6324,14920],[-6380,15225],[-5882,14471],[-8569,36695],[-8706,33526],[-10311,27474],[-51,27087],[-44,27318],[-131,27269],[-183,27052],[-114,26979],[-1156,26451],[-9354,41883],[-12667,39370],[-7715,47712],[-11276,46918],[-11773,43709],[-9591,41561],[-7452,627109],[-10197,52076],[-12190,88244],[-11970,88366],[-8638,87081],[-7241,86254],[-7355,86423],[-6133,85778],[-6758,87122],[-7710,87588],[-7550,87791],[-8229,88293],[-6608,87061],[-6012,86871],[-10958,89592],[-11221,89604],[-11679,89561],[-253659,-130820],[-254989,-237891],[-249309,-2859],[-255452,-248484],[-246448,-247356],[-243693,133080],[-244591,135611],[-243370,137078],[-244048,131843],[-244462,135287],[-246775,136339],[-247159,137738],[-249456,135379],[-248587,136491],[-250495,132678],[-249582,132681],[-250061,131538],[-247932,134909],[-254132,133839],[-253980,129894],[-249067,135502],[-247710,133273],[-254352,135353],[-250721,131442],[-252554,134848],[-255180,129387],[-255916,128640],[-255789,128687],[-255802,129073],[-255815,128457],[-243164,139103],[-246671,136597],[-252050,130750],[-252853,134906],[-251021,132124],[-252355,134151],[-246025,133998],[-244683,133089],[-243617,136302],[-243724,150600],[-244633,150716],[-244091,148114],[-243685,148154],[-245856,203332],[-250619,201655],[-249977,202229],[-255456,203855],[-253327,210289],[-244726,24884],[-246842,15322],[-243411,15063],[-250108,13645],[-252786,17279],[-254240,16967],[-249825,17325],[-251509,17008],[-251778,17048],[-244993,48655],[-244978,49174],[-245305,47808],[-248638,58419],[-252753,56131],[-248386,65910],[-254122,68222],[-249126,76229],[-254003,75891],[-246246,75068],[-244417,79351],[-252548,100108],[-246069,92280],[-244679,96967],[-254339,104488],[-254587,112316],[-254574,112368],[-254393,112199],[-254388,112167],[-254634,112202],[-254670,112249],[-254952,112684],[-254742,112301],[-254975,113108],[-254781,113169],[-246380,106096],[-245939,110587],[-245059,108812],[-246007,109004],[-244945,112285],[-245357,113853],[-252524,127663],[-253114,127641],[-252143,127296],[-251661,127784],[-246409,123450],[-251518,120036],[-255374,122306],[-249469,125347],[-248543,125752],[-251420,122081],[-243999,126025],[-249022,123862],[-249172,123772],[-248862,123754],[-248898,124026],[-247799,117205],[-246763,118653],[-248645,117623],[-267576,-117674],[-267553,-117714],[-267471,-117747],[-267593,-117891],[-267539,-117834],[-267530,-117920],[-267694,-117909],[-267676,-117682],[-267646,-117682],[-267694,-117729],[-267545,-117650],[-267492,-117699],[-260568,-118574],[-266651,-132821],[-266622,-132587],[-266709,-132629],[-266787,-132839],[-266722,-132924],[-257819,-239987],[-260846,-248551],[-267443,-100431],[-267149,-101381],[-263644,-102486],[-263592,-102533],[-263503,-102558],[-263637,-102703],[-263598,-102636],[-263558,-102730],[-263746,-102727],[-263772,-102493],[-263715,-102501],[-263789,-102540],[-263601,-102467],[-263531,-102515],[-261597,136068],[-260388,136503],[-264407,137653],[-266196,137830],[-256526,128792],[-265112,20338],[-265857,20540],[-261855,22135],[-256732,14218],[-267869,36902],[-267912,31552],[-267567,30108],[-266630,36971],[-267485,34552],[-267001,34436],[-266738,34921],[-266934,34804],[-265144,34974],[-266513,36803],[-267011,37727],[-267021,36881],[-266975,37835],[-267594,37704],[-266596,37386],[-266314,34433],[-266752,36927],[-262971,36226],[-266855,34829],[-268796,42742],[-268520,38681],[-267137,38775],[-263844,49902],[-267545,44380],[-263992,46331],[-264979,43747],[-265338,43332],[-267593,51102],[-265901,49066],[-268486,43878],[-266839,39505],[-265443,39437],[-265429,39308],[-265716,39292],[-263025,49867],[-261038,47109],[-260838,47171],[-265693,63736],[-268508,59650],[-267794,52603],[-258301,61510],[-260103,59786],[-262624,56283],[-258406,60180],[-260064,54787],[-258792,51987],[-266731,54929],[-266123,55910],[-266590,56553],[-259449,55914],[-262606,56538],[-258038,59829],[-265294,74047],[-263544,67832],[-262455,67731],[-260281,70584],[-262308,71067],[-264930,72458],[-257823,65613],[-259557,71505],[-259467,71330],[-259217,71360],[-264810,74060],[-266744,89572],[-267436,87365],[-267575,85852],[-268369,85323],[-263851,87853],[-264837,88606],[-264269,84656],[-263499,85166],[-263220,83316],[-264568,81401],[-264003,81421],[-264438,78304],[-265620,80416],[-261331,81709],[-260143,80869],[-267238,85189],[-266558,101333],[-267232,102017],[-268134,90256],[-260945,101804],[-266635,98137],[-257493,100050],[-268049,93194],[-268697,95721],[-256003,96387],[-268777,105328],[-267484,106675],[-267100,106757],[-265671,112891],[-260104,109095],[-259601,109418],[-259393,105852],[-259270,106231],[-259833,105666],[-257727,104533],[-257096,111102],[-262620,115006],[-266411,116673],[-261756,126779],[-258089,125500],[-256056,127756],[-256984,127415],[-261433,117132],[-256370,119273],[-277124,-119137],[-277169,-119188],[-277201,-119265],[-277341,-119129],[-277283,-119170],[-277375,-119210],[-277355,-119021],[-277120,-118998],[-277130,-119066],[-277168,-118982],[-277091,-119152],[-277142,-119215],[-271545,-137184],[-271465,-136962],[-271561,-136984],[-271685,-137166],[-271638,-137267],[-276458,-186969],[-274810,-187705],[-273344,-188002],[-275393,-188317],[-274103,-188512],[-275159,-190715],[-274349,-191092],[-277385,-191490],[-276238,-190753],[-272584,-190796],[-273396,-190939],[-277091,-191154],[-276320,-191416],[-273515,-189290],[-272689,-192368],[-276186,-193092],[-281415,-9271],[-280584,-10850],[-281564,-10293],[-279734,-10727],[-279653,-12754],[-280691,-82754],[-281080,-91709],[-281105,-91779],[-281108,-91859],[-281283,-91788],[-281218,-91796],[-281290,-91873],[-281332,-91699],[-281120,-91582],[-281108,-91651],[-281171,-91585],[-281037,-91723],[-281064,-91800],[-275871,-93728],[-275835,-93782],[-275749,-93825],[-275899,-93946],[-275845,-93890],[-275827,-93989],[-276012,-93948],[-275993,-93710],[-275946,-93727],[-276016,-93755],[-275831,-93712],[-275771,-93772],[-269756,-90646],[-275245,-102018],[-275218,-102064],[-275135,-102106],[-275281,-102234],[-275223,-102182],[-275214,-102272],[-275389,-102239],[-275357,-102009],[-275318,-102018],[-275381,-102055],[-275209,-101997],[-275155,-102054],[-274513,-104289],[-276283,-107311],[-276227,-107375],[-276419,-107423],[-276347,-107410],[-276372,-107478],[-276521,-107385],[-276398,-107223],[-276440,-107251],[-276250,-107256],[-276223,-107318],[-273107,-111108],[-273060,-111157],[-272973,-111194],[-273118,-111328],[-273073,-111268],[-273041,-111364],[-273230,-111341],[-273235,-111103],[-273179,-111114],[-273255,-111150],[-273063,-111089],[-272998,-111144],[-275490,846],[-275988,1015],[-275709,1119],[-276093,1729],[-278917,2278],[-280814,3071],[-275867,3212],[-281058,7325],[-278559,132570],[-280623,132271],[-275839,134391],[-280042,134902],[-272423,18725],[-280709,19266],[-280169,19349],[-279145,18625],[-279525,18113],[-279059,18268],[-279926,17550],[-280977,19973],[-280996,19416],[-280346,19550],[-273242,25232],[-269881,13655],[-272515,25426],[-281303,20370],[-281277,20616],[-281365,20270],[-281226,20117],[-273364,25228],[-270455,38441],[-271225,38557],[-270602,36945],[-271220,35945],[-271102,31397],[-270260,33813],[-272442,26274],[-273913,29190],[-275469,26761],[-274487,25988],[-273788,27515],[-274205,32506],[-281206,37540],[-278666,32223],[-270900,42030],[-272622,48415],[-272268,48135],[-270478,46137],[-274367,45155],[-272572,44011],[-276352,42874],[-277470,45435],[-276833,46796],[-271624,44296],[-271340,44877],[-281190,39474],[-281270,39256],[-281343,38882],[-281348,38954],[-281276,38980],[-274171,51334],[-279647,46597],[-274355,63956],[-271479,63891],[-273933,59185],[-269793,59854],[-275658,59491],[-275352,58227],[-269746,55794],[-270974,56910],[-269190,60257],[-269380,53088],[-273385,51966],[-278411,61716],[-273851,55200],[-280244,57290],[-278824,60813],[-271181,55210],[-272027,54650],[-271563,53977],[-273788,56693],[-273663,55451],[-273528,56753],[-271604,56882],[-276638,59565],[-277205,59336],[-276108,59293],[-275969,59880],[-273169,62598],[-271915,63206],[-272421,63848],[-272336,62622],[-273800,61322],[-271991,62024],[-271367,68160],[-273259,67776],[-274490,65213],[-269554,65332],[-275794,69481],[-276015,70368],[-276148,69666],[-275737,69914],[-276523,67679],[-277650,66770],[-276975,66728],[-276941,67667],[-276748,67918],[-276382,68695],[-276446,68299],[-276262,68674],[-277362,65731],[-277684,65802],[-277297,65409],[-277467,65146],[-281546,67958],[-281459,67071],[-280955,67525],[-281228,67515],[-281449,66299],[-280793,66485],[-281261,66895],[-276577,73190],[-275136,71177],[-270255,72087],[-280194,72943],[-272351,87287],[-272672,87251],[-274079,85117],[-273718,83314],[-271395,79197],[-272411,82211],[-272200,78389],[-273232,77527],[-281186,88356],[-280374,87412],[-279510,87642],[-280342,85503],[-279477,86662],[-280294,86188],[-281358,89170],[-273477,87132],[-274807,78939],[-280364,82341],[-281594,83807],[-281314,81639],[-280699,82321],[-281312,84929],[-280912,83882],[-275512,95122],[-273853,93767],[-274603,95014],[-275239,95542],[-271392,100025],[-269987,95109],[-280052,100078],[-280157,95683],[-268852,95931],[-276639,99943],[-278459,100352],[-277929,98292],[-269778,93447],[-272681,92125],[-274020,91273],[-271147,105739],[-273960,113100],[-273057,111741],[-280655,110421],[-277604,110321],[-280597,111444],[-273737,104235],[-274576,104002],[-277718,111545],[-271850,104043],[-278889,110709],[-280897,111015],[-280666,110130],[-279318,110969],[-280233,111318],[-281297,102839],[-277798,110252],[-278098,110783],[-276296,117559],[-286795,-120361],[-287771,-120322],[-293810,-127698],[-293771,-127777],[-293577,-127680],[-293536,-127819],[-293470,-127732],[-285178,-152271],[-293317,-155170],[-293242,-154991],[-293337,-154986],[-293456,-155129],[-293408,-155222],[-294254,-175027],[-294183,-174801],[-294282,-174818],[-294347,-175107],[-283344,-177244],[-283210,-177048],[-283304,-177034],[-283472,-177175],[-283455,-177293],[-284460,-167756],[-294319,-182351],[-294299,-182567],[-294226,-182520],[-294267,-182244],[-283599,-183141],[-283025,-189312],[-282968,-189082],[-283064,-189102],[-283169,-189298],[-283111,-189398],[-289943,-9602],[-293987,-11263],[-288535,-5315],[-286315,-3116],[-289709,-8540],[-284180,-3193],[-286750,-7173],[-287011,-11606],[-285108,-12329],[-283824,-7960],[-289735,-12112],[-287535,-10625],[-289976,-12484],[-284975,-8807],[-282616,-10326],[-284770,-8260],[-282294,-11771],[-284872,-7328],[-284591,-6577],[-283116,-7010],[-283562,-10071],[-281648,-11343],[-286409,-11521],[-286899,-9142],[-286152,-7861],[-285926,-7780],[-286052,-248472],[-285811,-248457],[-285859,-248384],[-286078,-248335],[-286161,-248419],[-283203,-18488],[-293277,-13743],[-291087,-13645],[-294266,-17887],[-293101,-15652],[-291963,-15534],[-291958,-18808],[-287691,-17560],[-287784,-15650],[-290430,-17764],[-288901,-18536],[-288064,-14402],[-287552,-13088],[-288560,-13030],[-287516,-18758],[-291156,-35541],[-290860,-43769],[-292206,-42693],[-291942,-45510],[-289212,-45182],[-290410,-44099],[-291560,-43210],[-293316,-38947],[-289833,-44365],[-289390,-45247],[-289127,-100283],[-289091,-100227],[-289066,-100136],[-288919,-100239],[-288905,-100155],[-288887,-100344],[-289094,-100411],[-289104,-100353],[-289051,-100418],[-289119,-100258],[-289079,-100183],[-282749,9124],[-284600,2893],[-285450,3265],[-286786,1582],[-292737,8752],[-292660,7961],[-293926,6628],[-292946,7249],[-287522,8006],[-288171,7739],[-288133,7870],[-287889,8820],[-293388,9576],[-284862,139012],[-285470,13074],[-285712,14127],[-285763,14217],[-286026,14339],[-289575,16818],[-289487,16332],[-288948,16289],[-288527,16900],[-286083,19756],[-286956,19686],[-286496,18637],[-286403,20304],[-289166,22107],[-281819,20900],[-281998,20731],[-281689,20931],[-281706,21138],[-282019,14899],[-285511,23243],[-284972,13275],[-289072,22890],[-289821,22819],[-290737,22070],[-289997,23490],[-291736,23348],[-289879,24798],[-290103,23137],[-289787,23343],[-289771,23110],[-289730,23456],[-289901,23564],[-284679,25511],[-287434,36163],[-287950,35127],[-288015,36773],[-287369,36871],[-288480,34922],[-287699,36089],[-288028,35338],[-287094,34872],[-291590,29551],[-286958,30379],[-290781,387031],[-291012,386906],[-287042,50383],[-287275,49810],[-287227,50000],[-286630,50588],[-286490,49827],[-286515,49709],[-286226,50241],[-286239,49990],[-291561,49300],[-291565,49693],[-291331,49706],[-291394,49903],[-293589,45458],[-293793,45419],[-294166,45498],[-293745,45337],[-292836,45629],[-293092,45836],[-293067,45188],[-293088,45580],[-293956,49864],[-294239,47944],[-285182,40395],[-285181,40214],[-283892,40118],[-283899,39427],[-286451,41062],[-285881,40327],[-286500,40439],[-287036,41013],[-287912,42015],[-286796,42354],[-287526,42203],[-288281,41275],[-293009,39377],[-282621,40133],[-290492,48412],[-292224,45856],[-293554,45722],[-293043,51778],[-289241,52287],[-290478,52646],[-292559,54157],[-290228,53945],[-285893,58139],[-289989,60807],[-284128,56854],[-286913,56335],[-286142,60275],[-289402,54818],[-285930,59049],[-290072,59555],[-290522,59047],[-289327,55644],[-283711,60323],[-290956,57060],[-287892,58424],[-294135,62411],[-288450,62580],[-286844,62768],[-286512,62061],[-290210,63371],[-287382,62927],[-289044,60778],[-289956,55523],[-289144,61362],[-289466,57412],[-288775,58458],[-291192,63292],[-288751,61569],[-282969,51785],[-291117,59043],[-293190,52361],[-284549,51456],[-286747,52989],[-287477,54235],[-288606,59242],[-287048,59262],[-285431,51837],[-282495,57325],[-285931,59888],[-282143,58191],[-284256,59400],[-282172,62945],[-285436,63817],[-282973,61822],[-283736,61700],[-286125,64128],[-290338,63609],[-291417,60920],[-291341,61102],[-286437,62454],[-291825,61463],[-290588,61158],[-284608,56595],[-282726,56972],[-283854,53643],[-284822,55823],[-283744,55453],[-283000,53053],[-283297,56643],[-284423,59698],[-283427,61843],[-285121,60810],[-294156,61173],[-291407,64198],[-291834,55405],[-291156,55683],[-289393,59591],[-287965,60589],[-291329,58608],[-290943,52892],[-293663,59500],[-292751,59009],[-293457,59653],[-293780,54023],[-294359,53448],[-292490,53973],[-293183,53264],[-292934,54001],[-293437,53079],[-290402,52551],[-291039,52287],[-290621,52178],[-291258,52207],[-290520,52477],[-294220,60487],[-287142,60816],[-285443,61690],[-285358,61520],[-283582,55171],[-293383,57848],[-293620,55813],[-294202,57370],[-294204,56593],[-293884,56289],[-293134,58662],[-294001,66878],[-288057,67055],[-291679,68878],[-286304,66857],[-294372,66437],[-292266,69171],[-287077,68639],[-292881,67558],[-291671,67901],[-292761,66808],[-289524,68550],[-290087,71808],[-294114,64509],[-288738,74853],[-285197,72843],[-281718,75221],[-283667,74255],[-288994,73573],[-287158,69113],[-290684,67329],[-291526,65141],[-291193,71989],[-290646,72142],[-291129,64745],[-290075,70474],[-286644,67179],[-292025,72507],[-290637,64600],[-282553,68814],[-283456,67146],[-282439,68173],[-289381,65175],[-282433,71250],[-285666,66842],[-288757,70897],[-288762,65749],[-283807,66180],[-289081,69920],[-284435,65565],[-287948,68202],[-286119,67423],[-285312,68649],[-282462,70412],[-289707,66396],[-289807,66818],[-283639,65795],[-281826,66205],[-284066,65385],[-285803,70567],[-287321,69647],[-288234,72341],[-284098,74161],[-287282,74444],[-284591,74141],[-284435,75738],[-286186,74683],[-285196,76814],[-284416,76255],[-292446,64934],[-294240,66157],[-285824,71843],[-285518,72726],[-285765,72251],[-285894,72418],[-288304,75148],[-287734,75057],[-288280,74681],[-287585,75009],[-287915,75753],[-287848,75247],[-288246,75297],[-288126,75917],[-283286,70592],[-283135,71363],[-282684,70371],[-282638,70583],[-283724,69963],[-282731,70606],[-282781,69824],[-282996,69629],[-282829,69500],[-282312,68661],[-282369,69109],[-282825,68888],[-282945,68487],[-283285,68955],[-283059,68289],[-282614,68932],[-281729,66542],[-282775,65870],[-282034,66106],[-282215,65974],[-282089,65522],[-285283,65047],[-285068,64744],[-284362,64271],[-285166,64483],[-286102,64834],[-286225,64416],[-286357,65166],[-286433,65046],[-289916,68745],[-290125,68956],[-290121,68835],[-290268,68609],[-288756,68732],[-289159,68573],[-288996,68480],[-288897,68733],[-289773,65318],[-290133,65567],[-290550,65267],[-290072,65846],[-291449,71320],[-291824,70507],[-290955,70867],[-291460,71143],[-288641,72821],[-288229,75411],[-289856,74775],[-289371,76912],[-287743,76592],[-293468,75764],[-293144,75965],[-292257,76600],[-292627,74651],[-283833,79512],[-282107,79525],[-283186,77886],[-284595,77827],[-285047,79248],[-285349,77804],[-282467,77776],[-284067,79811],[-282858,77911],[-285320,79474],[-285335,79621],[-282847,77463],[-282961,77678],[-282817,77341],[-282628,77316],[-285734,77838],[-288528,81126],[-288952,82522],[-289890,82621],[-282336,81401],[-284570,80576],[-286770,81372],[-290125,77725],[-282600,81897],[-286307,88134],[-282485,83905],[-289611,87584],[-284962,88673],[-283079,85986],[-290355,87603],[-285209,85390],[-290396,86480],[-284451,87809],[-283787,87330],[-285842,79683],[-282427,84535],[-285400,86701],[-289088,86506],[-285273,87203],[-285165,81535],[-286054,84817],[-286061,82927],[-281718,81353],[-286193,85270],[-286444,82113],[-283996,81450],[-285895,82148],[-289057,78143],[-289595,77336],[-288506,80457],[-288617,80720],[-289662,82121],[-289009,79171],[-286536,77835],[-287184,78542],[-283400,81061],[-285491,88543],[-283434,89689],[-286058,84599],[-283569,89531],[-282198,85128],[-282561,85139],[-282226,83538],[-294254,78287],[-293558,77300],[-293701,81096],[-292950,80134],[-293100,81685],[-292884,81755],[-283270,89722],[-294238,83003],[-293237,85223],[-291405,88491],[-282352,85644],[-288140,84200],[-285640,80387],[-281770,91316],[-283278,90478],[-283279,93121],[-291807,101767],[-283075,90516],[-283793,96067],[-283670,96823],[-283842,96740],[-284045,96533],[-283926,96425],[-283965,96429],[-284027,96414],[-284061,96512],[-283915,96211],[-283802,96373],[-283955,96155],[-287952,92712],[-287930,90627],[-283981,90593],[-283800,90704],[-293996,93127],[-294307,93913],[-293784,93945],[-283362,89956],[-283356,90070],[-283547,90126],[-286607,97497],[-290243,92689],[-289311,113176],[-291320,107998],[-286412,108512],[-288858,113426],[-284315,112047],[-282047,111460],[-283408,107649],[-284000,113066],[-290601,112353],[-292151,112193],[-291829,112866],[-283591,106618],[-286291,108580],[-282470,111099],[-281681,102850],[-285686,111542],[-285342,112440],[-283034,111593],[-283761,107247],[-283913,108503],[-283717,107642],[-283180,103610],[-290644,103903],[-284659,102845],[-288720,104054],[-294308,107545],[-294129,109239],[-287754,107065],[-283298,107016],[-293806,121265],[-290233,120892],[-289955,121389],[-290129,120513],[-283657,116003],[-296874,-121228],[-295060,-128538],[-296772,-160593],[-296728,-160381],[-296825,-160409],[-296914,-160602],[-296854,-160681],[-294396,-175001],[-305459,-186080],[-305378,-186244],[-305420,-186474],[-305249,-186174],[-305560,-186298],[-305589,-186243],[-294462,-184776],[-294456,-184539],[-294547,-184583],[-294604,-184795],[-294528,-184880],[-294177,-182292],[-301709,-192645],[-301924,-192607],[-301919,-192689],[-301718,-192780],[-301632,-192719],[-298004,-197677],[-298533,-2265],[-300248,-3506],[-299551,-4309],[-298067,-527],[-298772,-3979],[-298999,-2442],[-303007,-10318],[-303758,-11883],[-298629,-12525],[-303867,-9578],[-305488,-4242],[-306456,-7742],[-306475,-6366],[-306230,-6285],[-302174,-265752],[-302200,-265981],[-302123,-265956],[-302034,-265729],[-302105,-265655],[-305001,-261379],[-304774,-261321],[-304842,-261261],[-305069,-261258],[-305122,-261350],[-300795,-22909],[-302311,-31194],[-300745,-31619],[-297828,-29544],[-302904,-29424],[-300332,-29311],[-304694,-36911],[-297820,-28413],[-305367,-29934],[-304057,-31373],[-302048,-27292],[-302000,-37060],[-297161,-36555],[-300217,-32753],[-307107,-37321],[-304279,-28896],[-298459,-32212],[-296086,-36621],[-295421,-39076],[-298412,-44625],[-298603,-38634],[-298332,-42623],[-297823,-39160],[-297151,-42387],[-298547,-45367],[-296241,-45030],[-298028,-40187],[-304495,-42663],[-305372,-49300],[-305258,-47973],[-305399,-42006],[-305971,-48501],[-302346,-43365],[-306747,-43964],[-302149,-47806],[-302225,-45241],[-299759,-49168],[-304020,-43190],[-300299,-42776],[-302767,-45916],[-300731,-50485],[-301163,-44767],[-306660,-46174],[-302774,-49709],[-304980,-50658],[-298756,-49550],[-302233,-53520],[-303701,-92394],[-303754,-92449],[-303782,-92520],[-303921,-92383],[-303857,-92419],[-303958,-92462],[-303938,-92279],[-303658,-92438],[-303710,-92326],[-304030,-92413],[-303669,-92412],[-303720,-92473],[-302552,-106773],[-302489,-106801],[-302406,-106819],[-302489,-106984],[-302413,-106997],[-302577,-107021],[-302664,-106806],[-302607,-106794],[-302668,-106856],[-302511,-106745],[-302437,-106781],[-306856,-113373],[-306800,-113414],[-306713,-113434],[-306832,-113591],[-306803,-113524],[-306754,-113612],[-306935,-113624],[-306980,-113393],[-306921,-113393],[-306993,-113442],[-306813,-113351],[-306742,-113393],[-298431,1813],[-297945,520],[-306895,4997],[-305304,5567],[-306606,5723],[-305938,5071],[-300861,8814],[-297591,7417],[-297944,7015],[-297083,7460],[-303738,18974],[-304015,18263],[-303800,19192],[-306128,19614],[-304169,25468],[-305625,18324],[-294931,20361],[-294852,20160],[-294897,20477],[-295094,20544],[-298127,303181],[-305238,27650],[-305071,27856],[-299032,37257],[-299640,36944],[-299509,36885],[-299758,36764],[-298479,35846],[-298732,35413],[-298894,35631],[-298703,35590],[-298508,36162],[-299117,36425],[-299349,36931],[-298919,36728],[-301153,32428],[-300564,32786],[-301206,32550],[-300529,32372],[-303498,30959],[-303400,30838],[-303289,31326],[-302946,31872],[-305437,36620],[-305641,36361],[-305027,35384],[-303920,36070],[-304753,35980],[-304277,35308],[-304836,35457],[-297712,30388],[-297578,30194],[-297700,30506],[-297908,30548],[-294975,34837],[-294799,35212],[-297021,34209],[-295534,28017],[-295634,27792],[-304676,503862],[-304742,503820],[-304774,503714],[-294465,509966],[-294649,509857],[-294607,510716],[-296321,505485],[-296347,505262],[-296387,505222],[-296196,505432],[-296465,505579],[-296431,505481],[-296368,505492],[-300927,505216],[-295461,42098],[-294640,44108],[-294822,50053],[-295320,40527],[-295789,42198],[-295689,48682],[-295638,48794],[-295504,40947],[-295466,41088],[-296353,41878],[-294966,41571],[-295553,48528],[-298123,45425],[-302416,48335],[-300815,50265],[-302159,47933],[-301489,48296],[-300308,48538],[-299677,48048],[-300721,47808],[-300760,47183],[-301317,48292],[-300058,48060],[-300934,50805],[-301502,50689],[-304175,49944],[-305116,50092],[-304554,49010],[-305139,49625],[-304739,49953],[-305759,516810],[-304038,515201],[-297989,514427],[-295401,512794],[-295819,63107],[-295648,61996],[-295535,64061],[-295226,64039],[-294468,53310],[-294453,54123],[-305355,57024],[-305105,57058],[-305458,57063],[-305568,56885],[-305164,53049],[-305137,59801],[-302029,56372],[-302201,56381],[-294847,51451],[-295947,52690],[-297188,61043],[-295226,58309],[-295219,56650],[-294720,52069],[-295611,52787],[-295063,52452],[-300602,51624],[-301099,51936],[-300945,51962],[-301024,52337],[-301791,51679],[-294561,56857],[-296543,64287],[-297207,64888],[-296796,70576],[-296523,72039],[-294992,71859],[-295169,70115],[-296281,65743],[-295803,65196],[-295716,67209],[-295406,66226],[-295331,64951],[-295395,65074],[-305768,67243],[-305903,67208],[-305724,68317],[-304698,66006],[-305811,67144],[-303910,66730],[-304827,67038],[-304969,69806],[-304744,70028],[-305866,68841],[-305661,69288],[-305964,69447],[-305876,68999],[-305253,70619],[-305947,70614],[-305704,71068],[-305933,70723],[-306347,73158],[-305473,72996],[-305652,72829],[-305905,73023],[-305918,73132],[-305823,72550],[-306373,72677],[-305515,72552],[-307147,72516],[-299737,69965],[-306177,73486],[-304958,68769],[-305003,68841],[-305054,68841],[-304901,69003],[-304959,68971],[-304968,69057],[-304793,68986],[-304929,68828],[-304806,68800],[-304837,68760],[-304997,68732],[-295676,72152],[-296060,76324],[-294958,75989],[-301999,88917],[-302122,88280],[-302817,88826],[-303434,87915],[-303781,85111],[-302649,86608],[-302278,85050],[-302560,84369],[-302517,83728],[-303018,83921],[-300832,79758],[-301063,80480],[-301288,80135],[-302229,80576],[-303780,82648],[-301194,81435],[-304081,82864],[-301792,82995],[-296927,79212],[-300142,87113],[-301670,86824],[-306729,79597],[-302882,84254],[-306046,88377],[-296150,78913],[-296469,78546],[-295924,77730],[-297863,82435],[-298144,82298],[-298386,83628],[-297217,82412],[-302032,97940],[-303319,98869],[-294433,100861],[-294696,100260],[-303764,101502],[-300457,97599],[-300996,97328],[-299698,97477],[-295101,98573],[-295862,98090],[-296208,99079],[-304615,95277],[-305071,93136],[-305035,95762],[-305553,95542],[-305726,96454],[-305793,97361],[-306677,96947],[-306786,96247],[-300250,90252],[-300976,90809],[-301316,91328],[-301726,92411],[-300973,91896],[-303695,94212],[-301984,89924],[-300893,95920],[-300880,96028],[-300854,95986],[-300938,95923],[-300656,96084],[-300663,96004],[-300728,96040],[-300602,95849],[-300851,95868],[-300625,95999],[-300577,95998],[-304423,90229],[-305862,91926],[-294707,91435],[-296299,91234],[-296818,90552],[-294958,94272],[-295811,91237],[-295035,91109],[-306187,105500],[-296338,107137],[-296817,107672],[-295153,109911],[-299730,105693],[-298899,106381],[-299529,106009],[-302543,105180],[-302796,105370],[-302617,106046],[-302372,105731],[-304328,102978],[-301934,105371],[-306377,105517],[-301816,104167],[-302253,103270],[-300888,102898],[-316951,-125609],[-316893,-125645],[-316803,-125667],[-316915,-125827],[-316888,-125763],[-316834,-125846],[-317018,-125859],[-317075,-125633],[-317017,-125628],[-317085,-125682],[-316909,-125585],[-316835,-125626],[-315400,-119855],[-309348,-195872],[-309323,-195658],[-309417,-195690],[-309491,-195887],[-309422,-195963],[-311107,-197282],[-309933,-197991],[-309846,-197784],[-309945,-197800],[-310071,-197979],[-310030,-198067],[-307782,-241503],[-313012,-5064],[-314255,-5144],[-307282,-20089],[-307202,-33514],[-307253,-29407],[-316001,-34594],[-311924,-52350],[-319894,-89320],[-319836,-89358],[-320017,-89339],[-319958,-89336],[-319851,-89296],[-319779,-89340],[-319750,-89383],[-319863,-89539],[-319837,-89476],[-319784,-89561],[-319964,-89567],[-320028,-89388],[-317775,-94370],[-313108,10918],[-313048,10503],[-314836,9866],[-313457,10824],[-319672,11209],[-319855,10623],[-319686,10285],[-315196,10045],[-318165,8303],[-316538,7505],[-318145,6516],[-317366,9012],[-317518,7098],[-318599,7129],[-317607,6895],[-317915,7391],[-317832,7034],[-317037,7860],[-310164,8872],[-309889,9453],[-310349,9209],[-309373,10250],[-311039,6026],[-311374,5734],[-311043,5579],[-310691,5337],[-308731,5531],[-308679,5880],[-308778,8437],[-308857,6197],[-315739,12576],[-313287,2537],[-313469,2618],[-313042,2759],[-312894,2525],[-312706,2708],[-312650,2808],[-313992,14413],[-313443,15075],[-313635,14547],[-318308,18605],[-316411,17653],[-314918,16567],[-315363,18224],[-319562,16827],[-319699,15539],[-319095,17015],[-307438,15344],[-308437,16017],[-307415,15717],[-307720,16791],[-311065,19521],[-312717,18905],[-310977,17840],[-310628,18134],[-317994,17605],[-318345,16711],[-317283,15897],[-317381,17022],[-316625,13854],[-318562,13278],[-318349,14761],[-316541,22321],[-316764,22204],[-317241,25395],[-317708,24946],[-318554,23250],[-318068,24331],[-316710,23331],[-317618,24034],[-316088,314800],[-319059,311357],[-318498,310110],[-318424,310363],[-319053,32756],[-319132,33432],[-318820,30697],[-317764,30350],[-313607,37718],[-312188,37823],[-311279,38021],[-310586,36617],[-310302,36994],[-311509,37418],[-310619,37699],[-309952,38433],[-310174,36052],[-310123,36828],[-310609,37342],[-310991,36428],[-309204,28938],[-310016,36313],[-310259,36292],[-309891,36264],[-309777,36436],[-315183,38022],[-315220,37862],[-315091,38094],[-315224,38234],[-308024,33757],[-315905,34208],[-318236,31139],[-317923,36961],[-313957,32759],[-310452,38949],[-311155,38833],[-309563,39844],[-316556,41298],[-317059,41179],[-316539,41102],[-316551,41202],[-314378,39670],[-313854,39786],[-314086,40020],[-313551,40040],[-310689,39193],[-310745,39362],[-310400,39744],[-311270,49718],[-311337,49954],[-311273,49596],[-311086,49525],[-311030,512802],[-318100,63349],[-318155,63273],[-312817,59588],[-318504,53260],[-314743,65818],[-310231,69051],[-309847,69134],[-310239,69422],[-313167,70377],[-314020,75813],[-318338,72301],[-307418,72986],[-307274,72407],[-307616,72172],[-307882,72216],[-316346,75191],[-314097,76748],[-317102,77439],[-318878,78231],[-319517,88406],[-319799,89580],[-309792,88756],[-319302,81803],[-318769,82193],[-313826,78429],[-311438,78356],[-309056,85383],[-308951,86283],[-308076,86645],[-312440,98794],[-318547,100025],[-309513,98747],[-313755,95871],[-316621,94128],[-313625,94018],[-312931,97743],[-317607,92683],[-317918,91198],[-319053,90007],[-318288,92034],[-317852,91803],[-316535,94074],[-316922,93766],[-311845,99457],[-309958,98616],[-313611,102148],[-311673,99330],[-311553,93421],[-307418,95851],[-308718,97141],[-316119,92154],[-314093,90384],[-314039,90369],[-314228,90250],[-314283,90233],[-314175,90445],[-314157,90500],[-309284,96401],[-310153,91437],[-317439,101283],[-314369,95109],[-317636,99314],[-307236,100130],[-310456,100731],[-314032,101510],[-317801,110508],[-317328,110238],[-317254,111066],[-316116,111448],[-319547,108341],[-319459,107403],[-319579,106427],[-313971,106515],[-312152,106638],[-312164,105327],[-312207,106210],[-312799,105723],[-313866,105689],[-313380,105280],[-331164,-10011],[-329522,-10356],[-330225,-9619],[-331060,-10371],[-329180,-6575],[-326899,-6258],[-328577,-6835],[-325592,-5881],[-325174,-4274],[-328163,-6233],[-329408,-5725],[-323349,-6307],[-328450,-2449],[-328565,-3032],[-327121,-2625],[-330462,129],[-331817,-10776],[-325242,-271818],[-325003,-271848],[-325035,-271768],[-325243,-271674],[-325339,-271746],[-322793,-275153],[-331461,-69120],[-331399,-69134],[-331302,-69139],[-331373,-69312],[-331359,-69252],[-331289,-69311],[-331469,-69362],[-331576,-69175],[-331524,-69149],[-331575,-69222],[-331426,-69089],[-331343,-69111],[-320714,10059],[-324495,12733],[-324486,12902],[-323974,12137],[-332620,9676],[-331650,10151],[-332775,6837],[-332079,7563],[-329658,7349],[-324460,6632],[-323821,6285],[-328232,5575],[-329061,6429],[-328792,2902],[-328110,2778],[-328877,2797],[-328988,3166],[-323880,1019],[-326398,474],[-326162,1569],[-324032,2131],[-324125,3380],[-322863,4812],[-322670,4786],[-324085,4869],[-322207,6461],[-322373,5440],[-322011,6334],[-321072,5650],[-325303,9531],[-326198,9386],[-326229,8632],[-325490,9005],[-327586,7942],[-327811,8448],[-327567,8405],[-327201,9781],[-327607,8368],[-324178,11690],[-330656,180633],[-330811,180796],[-325662,14855],[-320603,16229],[-323569,17063],[-323850,17038],[-324937,13406],[-322780,17869],[-325385,20996],[-328379,24433],[-327890,20956],[-326660,17703],[-322941,18030],[-331429,14814],[-330538,15287],[-330426,15177],[-332681,20600],[-332046,20337],[-331444,20188],[-331374,19628],[-326428,18309],[-327369,18968],[-327152,19304],[-326954,19008],[-328566,21123],[-329818,22117],[-329344,22939],[-329038,21458],[-330136,24684],[-330532,24715],[-329336,25756],[-332113,21821],[-332161,302289],[-323191,314820],[-324231,310454],[-326840,313044],[-322473,319599],[-322292,319713],[-328622,322295],[-325970,321673],[-331933,329802],[-331260,343987],[-331018,344111],[-330252,27656],[-329579,28264],[-328239,32385],[-327771,33259],[-327910,32553],[-328763,33200],[-320797,34212],[-321433,33115],[-320871,31197],[-332159,30529],[-331843,30987],[-332128,30765],[-331770,29510],[-320969,34084],[-331828,31227],[-332702,31731],[-320144,33530],[-320144,33530],[-327818,33431],[-330935,37113],[-329248,34740],[-328996,34777],[-329333,37350],[-324016,35805],[-328375,34332],[-330605,34579],[-329896,27982],[-326121,31669],[-330608,37947],[-330811,38017],[-330615,37553],[-320797,415217],[-322216,42408],[-321216,42386],[-321683,42773],[-322350,43492],[-321616,40947],[-321975,41649],[-322321,40753],[-320475,40579],[-326004,50449],[-332563,46242],[-332353,46174],[-332318,46126],[-332474,46355],[-332685,46109],[-332586,46130],[-332577,46192],[-322723,43978],[-321555,46557],[-321577,46592],[-321621,46615],[-321418,46699],[-321492,46697],[-321452,46774],[-321331,46638],[-321463,46578],[-321432,46484],[-321474,46460],[-321649,46643],[-328033,49052],[-324907,50959],[-329160,47943],[-330746,58540],[-328404,53659],[-326062,54932],[-330549,52201],[-329137,53924],[-328508,57934],[-328135,59257],[-328643,57479],[-328824,58773],[-329227,62701],[-329521,62657],[-327685,64129],[-327770,63651],[-328863,63737],[-323878,56588],[-323197,59205],[-320112,59173],[-328790,52187],[-329185,52882],[-321366,56690],[-322729,53816],[-327695,64963],[-329026,64747],[-329518,64772],[-326455,69375],[-324348,67668],[-325378,69633],[-326122,69437],[-330686,67783],[-329222,65653],[-329628,65141],[-329876,65428],[-330322,66901],[-332084,66595],[-329473,66206],[-327719,70473],[-330158,72726],[-332750,69953],[-332723,71826],[-332406,70577],[-327668,69651],[-324924,69139],[-322835,73632],[-326672,75422],[-320574,84679],[-321409,81998],[-327821,79855],[-324061,78884],[-323883,84512],[-321400,84091],[-320118,88149],[-320265,79328],[-322894,85762],[-320199,87983],[-322124,87138],[-321026,87339],[-325931,81834],[-323127,82619],[-325490,83237],[-329509,86467],[-329450,84526],[-328724,87236],[-329508,84717],[-328403,87616],[-327051,87022],[-328940,86561],[-325442,88069],[-325857,88411],[-325322,87406],[-323690,89508],[-331820,83753],[-329621,83802],[-330101,83508],[-324864,84283],[-328978,87488],[-322615,78139],[-325618,79209],[-325969,77305],[-323027,85657],[-322334,80745],[-326000,92546],[-329790,100279],[-326470,97899],[-322570,100660],[-323233,94474],[-322341,96305],[-324401,96088],[-321750,105923],[-321645,105852],[-321978,105894],[-323566,106012],[-322805,104538],[-323607,104559],[-323068,104988],[-324054,105009],[-325564,104029],[-341549,-141325],[-341575,-141208],[-341397,-141265],[-336295,-152935],[-336395,-152954],[-336194,-152929],[-336346,-153240],[-333647,-155181],[-342208,85],[-343594,-916],[-345269,-3028],[-344101,-3053],[-343392,-1905],[-339423,-2468],[-337898,-837],[-339019,-2450],[-340156,-83],[-335159,-584],[-335348,-1820],[-333499,-1142],[-334307,-7279],[-333476,-7272],[-333486,-8250],[-334938,-2799],[-334075,-2316],[-333470,-3030],[-334163,-3581],[-334861,-9657],[-335196,-1040],[-343664,-3680],[-341556,-8335],[-341600,-2714],[-341462,-2855],[-341011,-2670],[-340876,-3212],[-340714,-3422],[-336099,-63590],[-342767,-83454],[-342838,-83484],[-342893,-83536],[-342966,-83357],[-342923,-83416],[-343032,-83416],[-342938,-83254],[-342701,-83326],[-342747,-83388],[-342739,-83292],[-342740,-83473],[-342813,-83508],[-343355,10552],[-343235,12097],[-335883,12642],[-336601,12129],[-335431,12308],[-334545,12653],[-336173,12396],[-334965,11054],[-335466,11237],[-334262,11600],[-332995,9733],[-333666,9754],[-333146,7358],[-335787,5787],[-336176,6907],[-336397,5875],[-336064,7513],[-333695,4062],[-333991,3965],[-333814,3982],[-333173,3871],[-342266,859],[-341595,779],[-345311,3079],[-343323,10817],[-345007,6516],[-336842,11028],[-337373,5621],[-342209,4496],[-342689,2179],[-333075,171963],[-344152,16285],[-344815,20812],[-343413,13090],[-342062,16514],[-342478,16038],[-341613,14516],[-339223,16685],[-341890,14486],[-333153,14088],[-332902,14027],[-332809,14151],[-345455,13853],[-345126,13563],[-345149,14087],[-343802,13667],[-344081,14318],[-343952,14377],[-344506,19274],[-344365,19661],[-344532,18945],[-344003,19211],[-337950,22856],[-339222,21300],[-337081,19146],[-340320,17527],[-338255,18402],[-335406,20549],[-337036,21003],[-336653,19294],[-336864,19755],[-336348,20102],[-336479,19391],[-341762,18370],[-341026,20339],[-341729,17247],[-342517,18551],[-341591,17292],[-341407,18936],[-341175,19204],[-340932,19227],[-340610,18789],[-336229,24177],[-337056,23955],[-336539,24510],[-336107,25279],[-336526,25396],[-335955,25355],[-342208,23102],[-340522,18044],[-340776,303973],[-332967,300654],[-332839,301007],[-343119,317436],[-344466,313472],[-332961,324717],[-338532,326873],[-338323,326934],[-333780,27237],[-333482,28475],[-334173,27703],[-333315,27701],[-336623,26414],[-336237,28958],[-335808,29902],[-334191,30377],[-334395,30054],[-334447,32233],[-333911,29918],[-333865,34132],[-334762,33596],[-333338,33807],[-333750,33715],[-334218,35807],[-333861,36214],[-334368,35415],[-333793,36464],[-334744,37317],[-335000,37069],[-334810,36279],[-335361,37377],[-339450,28917],[-342266,29467],[-334293,33246],[-344253,33783],[-345049,49724],[-342863,49748],[-342313,49765],[-343459,49613],[-343277,47789],[-344767,49743],[-340222,47088],[-341941,47227],[-342174,47357],[-337815,50878],[-339640,50427],[-338891,50761],[-333394,50578],[-334708,49809],[-332911,50287],[-333405,50326],[-335045,50019],[-333280,50329],[-333842,39899],[-334212,40124],[-333879,39441],[-334826,40144],[-336604,41182],[-344073,44514],[-334699,40152],[-338615,51539],[-334930,54010],[-336352,53576],[-334864,52811],[-336319,52822],[-336256,53160],[-336315,52089],[-335494,54128],[-334591,53835],[-338923,51822],[-338628,61560],[-340699,54655],[-335358,66081],[-336637,66569],[-334128,67198],[-336787,65546],[-334391,71466],[-334733,71113],[-335859,70465],[-333625,73137],[-333916,72364],[-334544,76491],[-345115,71181],[-341891,68990],[-336199,68899],[-336087,65358],[-339163,67990],[-338209,72970],[-334007,69581],[-337795,69868],[-338852,71893],[-333983,77865],[-334296,78003],[-335077,77577],[-334716,77996],[-333969,88846],[-334032,88948],[-335454,78088],[-333078,83268],[-332832,83703],[-334939,94414],[-335037,98908],[-356717,-238133],[-356506,-238239],[-356520,-238285],[-356697,-238073],[-356820,-238244],[-356747,-238255],[-354210,-238118],[-354150,-238096],[-354191,-238319],[-354241,-238363],[-354327,-238124],[-354305,-238078],[-348993,-237900],[-348972,-237660],[-349057,-237695],[-349112,-237906],[-349057,-237999],[-353310,-1983],[-355449,-1175],[-356602,-736],[-354299,-779],[-349740,-1622],[-351535,-777],[-349806,-2121],[-349639,-2058],[-347272,-222],[-358012,-9308],[-358127,-8669],[-357941,-6355],[-349459,-8116],[-349846,-8774],[-349915,-8143],[-349652,-9165],[-352804,-6857],[-351772,-6411],[-352405,-7049],[-353809,-6790],[-354327,-9188],[-353580,-8512],[-352149,-9308],[-355179,-8778],[-355283,-9233],[-357432,-8362],[-357634,-8854],[-347541,-9024],[-353737,-935],[-355833,-275308],[-355595,-275327],[-355637,-275252],[-355851,-275168],[-355936,-275241],[-346943,-276767],[-347605,-79439],[-352499,-92060],[-345941,-92691],[-345887,-92734],[-345804,-92767],[-345931,-92910],[-345900,-92851],[-345855,-92941],[-346034,-92927],[-346066,-92696],[-346007,-92699],[-346081,-92743],[-345897,-92668],[-345829,-92719],[-346488,1886],[-345969,4187],[-354140,2003],[-351434,2626],[-353783,1647],[-352089,2397],[-351519,2539],[-347442,1255],[-348441,339],[-349535,3965],[-352574,4741],[-349681,4569],[-349884,3784],[-356133,5384],[-356124,6072],[-356539,5377],[-356909,6154],[-357487,12054],[-351939,12633],[-353688,12522],[-349128,12371],[-349260,12303],[-349077,12283],[-346399,9826],[-347409,10254],[-347311,11108],[-358356,5474],[-353284,1677],[-350380,11120],[-356933,6952],[-353698,183912],[-353470,183972],[-353847,13188],[-351250,13141],[-351000,18956],[-350640,18195],[-349875,18534],[-351604,18094],[-355443,21525],[-355521,21608],[-356286,20201],[-354520,20158],[-357541,18316],[-353578,22019],[-352388,21179],[-352873,21555],[-350820,20026],[-355845,15932],[-355615,17106],[-354463,18659],[-346295,18006],[-346271,16655],[-345763,16821],[-349627,22833],[-357168,23293],[-357077,281238],[-357353,281061],[-357409,281161],[-357034,280921],[-357273,280802],[-349309,307802],[-348003,316420],[-348276,318232],[-345736,319645],[-345670,319981],[-354190,330023],[-354006,330132],[-352605,323077],[-350451,322944],[-356136,325575],[-347042,26192],[-347591,33401],[-345961,28763],[-346706,33529],[-346880,33498],[-347387,33406],[-346622,33626],[-352018,46509],[-350853,47679],[-351098,47495],[-350163,48387],[-345914,46514],[-347451,46148],[-345949,50293],[-346281,50845],[-345717,49485],[-346336,50319],[-345871,50500],[-360029,-193838],[-359981,-193879],[-359936,-193910],[-359940,-194018],[-359869,-193690],[-360082,-193705],[-359827,-193671],[-360260,-220187],[-360145,-219974],[-360241,-219973],[-360384,-220138],[-360363,-220251],[-364924,-2777],[-364237,-5232],[-365019,-3011],[-365209,-2737],[-364631,-3665],[-364500,-3743],[-364050,-1178],[-363770,-2101],[-363926,-1776],[-361328,-5529],[-362034,-5458],[-362368,-7024],[-362356,-7758],[-362910,-6026],[-362848,-6322],[-360395,-8494],[-360808,-8180],[-361061,-7493],[-361070,-8335],[-358860,-8679],[-358469,-8651],[-359519,-5893],[-359727,-5863],[-359131,-272696],[-358961,-272544],[-359054,-272514],[-359250,-272610],[-359251,-272720],[-366174,-63606],[-366123,-63650],[-366028,-63669],[-366106,-63750],[-366298,-63622],[-366246,-63626],[-366309,-63669],[-366136,-63587],[-366191,-63669],[-365336,-75282],[-366894,-66085],[-366841,-66124],[-366750,-66154],[-366878,-66302],[-366841,-66243],[-366797,-66329],[-366987,-66324],[-367021,-66097],[-366965,-66096],[-367036,-66145],[-366852,-66061],[-366780,-66108],[-366142,-63819],[-366060,-63841],[-366251,-63851],[-359187,664],[-359896,1562],[-359726,2486],[-358514,1221],[-361709,12824],[-361524,12986],[-360371,7163],[-360345,6911],[-360997,9998],[-361857,11215],[-362324,9555],[-360921,9107],[-359914,5328],[-360241,5676],[-368838,10165],[-367040,11005],[-368307,10648],[-367064,11326],[-365570,8248],[-365376,7647],[-365327,9001],[-365674,8857],[-364447,3239],[-363854,4605],[-364050,4897],[-364463,3712],[-364688,4200],[-366276,639],[-366684,1567],[-366605,2268],[-366807,1786],[-367606,8179],[-367522,7150],[-362268,7156],[-364726,7182],[-360995,6321],[-362782,5213],[-360925,14020],[-359029,17656],[-358552,18699],[-363837,18256],[-363414,18772],[-360512,16269],[-363347,18980],[-361236,23212],[-362549,20990],[-362915,20444],[-361549,23207],[-359440,14390],[-368699,13530],[-366946,14212],[-367300,13352],[-367366,13041],[-368117,15446],[-366513,14193],[-368412,15348],[-368346,15915],[-361075,329752],[-360925,327257],[-20715,-118874],[-14007,-157052],[-14618,-155271],[-18315,-157593],[-19090,-155872],[-24658,-156647],[-24906,-156671],[-22848,-162138],[-23414,-163160],[-21072,-163974],[-22427,-163911],[-22424,-164552],[-21440,-165946],[-18125,-159318],[-15355,-165774],[-21206,-163397],[-18472,-162036],[-19946,-161883],[-18893,-160683],[-19166,-162971],[-17925,-162953],[-18596,-163793],[-18692,-164008],[-19457,-164132],[-22458,-166283],[-22712,-168446],[-21619,-169571],[-21989,-169895],[-24577,-173577],[-23163,-173260],[-25560,-172340],[-17357,-179711],[-17399,-179674],[-17454,-179648],[-17484,-179862],[-17281,-179838],[-17540,-179885],[-17444,-179542],[-21581,-179410],[-21441,-180478],[-20758,-2726],[-21896,-3679],[-21036,-3620],[-22760,-7926],[-22296,-9191],[-23789,-10476],[-19524,-8362],[-19443,-6892],[-24853,-2040],[-24968,-1442],[-16543,-11592],[-16431,-11874],[-23851,-21075],[-23138,-21292],[-16195,-19486],[-16396,-19329],[-19633,-22983],[-19399,-23430],[-21659,-23502],[-25028,-25232],[-25327,-25348],[-25156,-24826],[-22451,-21450],[-20671,-22076],[-14747,-13634],[-19021,-19478],[-18158,-20093],[-17023,-13602],[-17660,-14607],[-22819,-26050],[-23704,-26607],[-22970,-26349],[-25571,-26274],[-25090,-25471],[-14377,-32279],[-16555,-29649],[-13994,-27408],[-15321,-27235],[-21551,-35524],[-19625,-28729],[-20072,-28489],[-15402,-35341],[-14871,-36800],[-13870,-41244],[-13813,-41610],[-14149,-40198],[-16476,-49992],[-17516,-50602],[-17143,-50370],[-18651,-40202],[-19112,-40891],[-21612,-44931],[-21386,-45340],[-23663,-43825],[-24733,-44089],[-14580,-40467],[-14720,-40045],[-25028,-47627],[-22930,-46242],[-22725,-45915],[-14085,-50267],[-13188,-47754],[-14014,-50764],[-13745,-48342],[-14282,-50728],[-18095,-47565],[-21993,-49784],[-15644,-44967],[-15866,-45160],[-20886,-49381],[-18064,-51314],[-22909,-53287],[-22631,-53359],[-22891,-54475],[-21919,-53239],[-21863,-54602],[-21647,-53643],[-22094,-53615],[-22423,-54501],[-24692,-54893],[-23719,-54525],[-24217,-54683],[-23486,-54715],[-23918,-55832],[-23916,-54444],[-24620,-55838],[-24169,-54568],[-15196,-58963],[-13596,-61665],[-13845,-60329],[-20950,-56891],[-21699,-57486],[-23389,-51857],[-23645,-51862],[-20501,4190],[-18705,3113],[-17992,2646],[-19987,3273],[-19938,3444],[-22777,1057],[-25515,7306],[-13948,9474],[-13588,8133],[-13527,8221],[-13813,9424],[-13706,8540],[-13647,8378],[-13980,9424],[-16189,12366],[-15784,21042],[-15949,20435],[-15239,21542],[-18595,20832],[-14193,22925],[-15527,24860],[-15687,24193],[-19319,22603],[-20079,23259],[-22217,22550],[-21927,22350],[-25527,21999],[-18145,20869],[-18612,19282],[-19282,19476],[-18540,19593],[-12839,22018],[-13501,22563],[-13308,22812],[-14425,22454],[-15573,23807],[-25328,16072],[-13748,22641],[-17468,17532],[-18923,15741],[-20173,13968],[-20467,14253],[-20165,15358],[-15723,14363],[-13860,20976],[-16161,14479],[-16203,13860],[-16242,13705],[-13361,16565],[-13736,17068],[-15034,16757],[-13249,15825],[-16574,13739],[-14036,13584],[-16347,14567],[-17490,31308],[-19291,39776],[-13345,42140],[-18803,44089],[-20932,62547],[-17396,61812],[-25279,60903],[-21196,57362],[-22171,59783],[-23069,75232],[-23434,71256],[-21396,70114],[-20734,64893],[-22965,76072],[-23362,66440],[-23735,66965],[-24985,66651],[-24723,66715],[-21572,65211],[-21621,64802],[-21790,64705],[-22554,64617],[-25585,69740],[-24365,64222],[-25127,64425],[-21472,66127],[-25528,70324],[-22009,66249],[-22505,66818],[-21500,65063],[-21287,80939],[-23270,81708],[-19811,78785],[-24771,77121],[-20552,78199],[-24042,83324],[-18893,80011],[-21323,81473],[-23674,82054],[-24032,78733],[-19956,79653],[-25185,81484],[-13223,88258],[-13598,88378],[-14929,89164],[-13537,89441],[-14442,89514],[-14557,89702],[-13661,89697],[-372981,-244152],[-371626,-69281],[-371572,-69319],[-371487,-69358],[-371616,-69488],[-371583,-69440],[-371539,-69522],[-371721,-69496],[-371752,-69280],[-371693,-69282],[-371768,-69325],[-371582,-69257],[-371514,-69309],[-380312,-76109],[-371529,-66262],[-380136,-88731],[-380109,-88775],[-380030,-88825],[-380197,-88933],[-380135,-88892],[-380131,-88977],[-380309,-88925],[-380255,-88712],[-380210,-88722],[-380285,-88753],[-380094,-88710],[-380045,-88769],[-383170,8713],[-371847,214413],[-383965,207273],[-371480,220114],[-372064,333243],[-371880,333413],[-394502,-240233],[-394606,-240429],[-394691,-240197],[-394784,-240438],[-394553,-240378],[-394530,-240464],[-394607,-240160],[-394575,-240165],[-394739,-240163],[-385318,6658],[-390341,202948],[-390153,203049],[-393065,216004],[-384478,210499],[-384273,210671],[-391194,207893],[-385358,231575],[-401717,195385],[-404514,193665],[-406801,202024],[-399194,208432],[-397620,212532],[-404169,23579],[-402193,31109],[-403231,33935],[-406396,491713],[-406365,491981],[-418739,191163],[-417499,197835],[-416526,38192],[-414400,495835],[-412237,495389],[-412196,495858],[-417234,495304],[-410688,489353],[-410939,489252],[-410909,489316],[-434438,159929],[-433756,192967],[-433956,192892],[-432062,193905],[-429251,229819],[-429103,292344],[-429405,292765],[-446681,-3120],[-447837,145003],[-447637,144998],[-438638,160280],[-438538,160458],[-436734,186452],[-438333,188821],[-438533,188701],[-438461,188662],[-438229,188709],[-438211,188824],[-443235,191860],[-438621,200174],[-447008,214582],[-447179,214510],[-445719,213319],[-435970,207960],[-439709,210646],[-437395,229985],[-437872,226934],[-437685,227039],[-442457,239055],[-442665,239000],[-447846,233167],[-440594,299914],[-440753,299801],[-447816,321389],[-447946,321329],[-441354,93713],[-441489,93933],[-450196,-7080],[-458425,-11603],[-449386,-17998],[-451009,-21160],[-458224,-18109],[-456593,-12892],[-450942,138475],[-450230,143620],[-448632,192106],[-452023,185597],[-462709,-12849],[-496856,375536],[-496425,375151],[-497351,375005],[-496676,374414],[-494630,383316],[-494573,383122],[-494823,383577],[-489142,116020],[-489289,115802],[-32405,-134278],[-34968,-146327],[-29401,-146986],[-29896,-143036],[-33387,-144992],[-35889,-144526],[-35339,-144752],[-37734,-141346],[-37454,-144555],[-38170,-150461],[-38190,-149613],[-37788,-146225],[-37825,-146666],[-35930,-147339],[-36771,-150809],[-31610,-156771],[-33349,-156532],[-36438,-157003],[-35272,-156082],[-37648,-153722],[-38290,-154876],[-34715,-154654],[-36479,-154692],[-36183,-159057],[-30520,-176121],[-29823,-176192],[-29677,-176313],[-29869,-176347],[-29518,-176654],[-27922,-174675],[-25706,-172504],[-28998,-174060],[-34136,-172038],[-34459,-172264],[-32247,-175968],[-32673,-175475],[-33538,-174918],[-32815,-178234],[-32521,-178359],[-32200,-178404],[-36277,-172298],[-37472,-166371],[-36388,-166539],[-32300,-11305],[-26931,-4113],[-28424,-4091],[-28455,-5080],[-27813,-4977],[-27584,-5947],[-26545,-6399],[-26310,-6095],[-27681,-6375],[-28248,-1695],[-26584,-2581],[-26744,-2300],[-27183,-1492],[-28531,-3151],[-28487,-3703],[-28909,-2666],[-33834,-2586],[-33568,-3788],[-34035,-3202],[-36360,-4429],[-36148,-4199],[-33816,-4951],[-34461,-5316],[-34207,-5412],[-38212,-8495],[-37233,-7660],[-38140,-8647],[-37449,-8605],[-37007,-5063],[-36222,-5780],[-36161,-5896],[-36568,-5049],[-36605,-5248],[-36728,-6702],[-36958,-7226],[-38211,-9300],[-32342,-838],[-32351,-1075],[-32272,-739],[-32413,-586],[-32449,-1666],[-32108,-350],[-36644,2],[-36680,-88],[-37444,-654],[-37209,-1141],[-37346,-2111],[-36829,-652],[-36309,-1083],[-36491,-268],[-36319,-245],[-35868,-426],[-36570,-2250],[-37111,-2784],[-36129,-1525],[-36646,-2983],[-25690,-22077],[-34444,-25303],[-31674,-20777],[-31312,-20543],[-34153,-21292],[-34844,-19028],[-36224,-19341],[-36161,-19088],[-35353,-18654],[-37089,-19658],[-36838,-20535],[-31210,-16527],[-36007,-17720],[-36539,-18495],[-36589,-18512],[-36645,-18538],[-36476,-18692],[-36389,-18496],[-36494,-18746],[-36720,-18476],[-36287,-14687],[-34708,-13716],[-37078,-15682],[-37115,-15711],[-37146,-15745],[-36941,-15851],[-36945,-15649],[-36928,-15903],[-37243,-15707],[-37070,-15597],[-35310,-30782],[-35155,-31167],[-33179,-31023],[-35074,-29752],[-33569,-27133],[-33347,-26988],[-33640,-26531],[-30566,-29659],[-32132,-29770],[-32693,-29471],[-30686,-29400],[-31791,-32084],[-31723,-33229],[-37545,-37285],[-30109,-46872],[-26312,-49803],[-29411,-38308],[-29112,-38420],[-38023,-39100],[-37562,-38697],[-38002,-39084],[-33541,-40998],[-32888,-41188],[-33863,-42906],[-33894,-42694],[-31547,-48418],[-33699,-45915],[-33876,-46502],[-28735,-50535],[-28281,-50517],[-25689,-47391],[-38101,-51000],[-38279,-49999],[-30842,-50874],[-34507,-61214],[-34560,-61039],[-36248,-60621],[-36426,-61064],[-35740,-61737],[-33210,-55499],[-34100,-55745],[-33821,-56814],[-33688,-56848],[-37033,-58192],[-37557,-57594],[-35903,-56358],[-36260,-57852],[-35784,-56232],[-36102,-56496],[-37691,-57491],[-37396,-55339],[-37045,-55265],[-30451,-51146],[-30763,-50945],[-25828,-53704],[-36104,-68125],[-35253,-67998],[-30840,-109727],[-30796,-109489],[-30892,-109518],[-30985,-109723],[-30922,-109821],[-37400,12654],[-36315,12309],[-35924,11845],[-34670,12160],[-36167,12146],[-36043,12041],[-36599,11271],[-36122,11470],[-35187,12267],[-31128,12366],[-29858,11990],[-31751,11649],[-31979,11928],[-36400,9138],[-35838,9352],[-35924,9507],[-36167,9369],[-25659,7294],[-25708,7275],[-25758,7237],[-25605,7121],[-25619,7060],[-25832,7295],[-34601,9674],[-25824,11569],[-25864,11534],[-25899,11481],[-25700,11419],[-25688,11627],[-25691,11357],[-25993,11512],[-29887,7390],[-36952,7183],[-36969,6977],[-37001,6917],[-36816,7132],[-37065,7174],[-37006,7190],[-27723,475],[-35361,7399],[-29260,8092],[-29309,8077],[-29360,8046],[-29203,7885],[-29113,8085],[-29218,7824],[-29435,8118],[-27229,564],[-34568,1724],[-31826,1462],[-31993,2538],[-33732,1586],[-32841,2256],[-33797,2471],[-33785,2702],[-32198,2443],[-32150,4883],[-31615,5624],[-31566,5205],[-32480,5645],[-34829,5740],[-34199,5005],[-34472,5775],[-33342,5328],[-37994,2854],[-38058,3923],[-37608,2629],[-38219,3506],[-26652,21903],[-25741,22375],[-27876,21519],[-29847,17881],[-28155,18444],[-28655,22635],[-37370,13374],[-36994,13615],[-28177,13148],[-25885,46530],[-31059,44723],[-33744,44454],[-30796,58379],[-31748,57852],[-29807,63106],[-26045,60843],[-31683,59704],[-31530,55603],[-32900,63987],[-33792,61124],[-33588,61117],[-33726,60995],[-33652,61206],[-35448,62350],[-35696,62472],[-37653,61071],[-37632,60539],[-37809,60591],[-37208,60513],[-34803,61298],[-38012,62475],[-36010,57321],[-36057,57297],[-36106,57258],[-35913,57127],[-35860,57339],[-35920,57064],[-36193,57316],[-36332,57671],[-37532,61377],[-28044,53447],[-25574,52963],[-30930,68002],[-33584,70385],[-29346,70182],[-26737,72803],[-30647,71424],[-31368,67553],[-28771,66709],[-28562,68294],[-32568,75778],[-26393,71209],[-27023,71795],[-27847,72361],[-27656,72300],[-27459,72584],[-29195,72951],[-26424,64954],[-28371,69970],[-28250,70273],[-27779,69335],[-27899,69521],[-28101,69530],[-30875,72548],[-25795,72093],[-26755,71649],[-25868,70715],[-26116,70697],[-32568,66229],[-32787,65689],[-32872,65817],[-29793,66390],[-29439,66312],[-29218,66193],[-30707,64295],[-28534,80831],[-32617,78110],[-31289,81840],[-31261,78717],[-28426,79254],[-31289,82216],[-32050,81777],[-31572,77855],[-38000,80479],[-36687,78241],[-37785,79130],[-37840,80633],[-36018,78615],[-37560,80162],[-34538,78236],[-30642,80567],[-30228,82227],[-28434,89314],[-29945,87482],[-26998,88875],[-29543,86889],[-36779,84256],[-37647,85656],[-33907,85458],[-33958,85445],[-34015,85418],[-33854,85248],[-33757,85443],[-33875,85188],[-34086,85494],[-510531,365960],[-510785,365872],[-504041,380485],[-506048,378111],[-506227,378008],[-506429,397897],[-518026,358326],[-517818,358372],[-518498,364273],[-523911,67051],[-531724,75731],[-531768,75950],[-531846,75891],[-531851,75663],[-531765,75616],[-528367,73307],[-532737,72261],[-535865,72378],[-527776,67932],[-528727,79619],[-528435,82316],[-544535,196216],[-543120,202285],[-542883,202327],[-546118,200356],[-547130,196635],[-547347,196471],[-546327,207541],[-562622,186297],[-556584,194153],[-565340,191533],[-565404,189540],[-573375,214853],[-572797,214868],[-574842,208444],[-578615,1764130],[-580585,1765383],[-577804,1762941],[-583286,1755453],[-577218,1763792],[-584824,1762608],[-587862,1759787],[-576536,1773595],[-587356,1780469],[-599000,1765716],[-598904,1765290],[-599769,1766311],[-598726,1769391],[-597273,1767002],[-599043,1766765],[-597827,1766725],[-588856,1782043],[-593738,206947],[-590284,209079],[-589632,210819],[-592774,213948],[-598497,215190],[-613259,1753993],[-602524,1753952],[-602001,215034],[-602196,215132],[-614036,62725],[-613984,62959],[-614080,62932],[-614175,62727],[-614119,62633],[-610230,56016],[-607939,57432],[-612217,60445],[-602766,56938],[-613381,64438],[-613017,67333],[-612833,67442],[-613151,67452],[-614767,55629],[-617578,67243],[-615076,64213],[-49214,-136810],[-46967,-135299],[-49026,-134310],[-48623,-139340],[-40406,-136437],[-41520,-132286],[-39284,-143550],[-40165,-145149],[-38637,-142874],[-40683,-143124],[-42758,-144261],[-46581,-141661],[-48348,-144507],[-50153,-143572],[-49358,-142289],[-49848,-141569],[-49772,-145593],[-50967,-146301],[-51099,-143445],[-41675,-150966],[-42112,-145920],[-39183,-151785],[-41413,-148474],[-40305,-146122],[-41372,-145638],[-39751,-146123],[-40358,-147609],[-42431,-144799],[-38983,-155687],[-38468,-157123],[-40906,-157454],[-41508,-157665],[-40921,-156469],[-43689,-155998],[-51424,-162616],[-49601,-163438],[-51197,-163196],[-49554,-163556],[-51003,-163205],[-51927,-163529],[-50883,-163316],[-50783,-163190],[-47871,-161315],[-47918,-161339],[-47967,-161378],[-47774,-161509],[-47721,-161297],[-47781,-161572],[-48054,-161320],[-38873,-161184],[-43978,-163507],[-43887,-163300],[-43983,-163300],[-44118,-163467],[-44076,-163572],[-46608,-164399],[-45046,-172717],[-48402,-166611],[-50913,-179990],[-50368,-179385],[-50796,-179800],[-49927,-179765],[-50799,-180350],[-50364,-179985],[-50692,-180480],[-50672,-180523],[-47554,-264],[-47439,59],[-47339,43],[-47797,-3097],[-47268,-2953],[-41732,-6067],[-46170,-2138],[-46335,-4434],[-46342,-4479],[-46339,-4539],[-46119,-4459],[-46264,-4318],[-46073,-4500],[-46435,-4568],[-46518,-4512],[-46369,-627],[-40277,-3537],[-40050,-2944],[-39434,-2395],[-38671,-2883],[-50459,-531],[-42652,-917],[-39433,-9769],[-39785,-9504],[-39796,-9725],[-42414,-3445],[-42168,-3459],[-41491,189],[-50516,-24698],[-48899,-23255],[-49208,-23636],[-39584,-25097],[-40281,-25330],[-45392,-23844],[-41913,-19340],[-42650,-19779],[-42793,-17399],[-42138,-16937],[-42912,-16423],[-42145,-16339],[-43095,-12735],[-43612,-12809],[-42913,-13163],[-43359,-13159],[-45076,-14955],[-44966,-14667],[-44438,-14559],[-44392,-14650],[-43339,-15042],[-43428,-14872],[-43433,-15017],[-44263,-15053],[-42075,-14344],[-42753,-14611],[-42864,-14373],[-42510,-14395],[-39935,-15580],[-39997,-15789],[-40271,-16421],[-39925,-16391],[-39805,-22265],[-38706,-21901],[-38964,-22269],[-46545,-20045],[-46593,-20067],[-46643,-20099],[-46454,-20239],[-46394,-20033],[-46464,-20296],[-46728,-20042],[-46793,-19995],[-46342,-19715],[-39312,-22609],[-38882,-23080],[-38502,-21189],[-40570,-22236],[-39834,-20127],[-41486,-21367],[-42585,-21047],[-41619,-20540],[-42437,-19301],[-42481,-20267],[-42382,-18399],[-42024,-16983],[-42008,-16142],[-42926,-15338],[-43886,-21402],[-44917,-21580],[-44943,-21723],[-46285,-21838],[-48151,-22095],[-39869,-23811],[-44786,-31150],[-47117,-31610],[-49096,-30737],[-45555,-30451],[-47902,-27126],[-49543,-27393],[-48645,-25552],[-50250,-29022],[-42267,-29305],[-43767,-31695],[-43828,-33560],[-42662,-32141],[-43774,-36069],[-44144,-36987],[-44741,-35692],[-43870,-37161],[-39989,-34971],[-40510,-34434],[-40608,-30945],[-40778,-30751],[-40694,-30456],[-39673,-32348],[-51192,-25937],[-42455,-32871],[-41576,-32485],[-48707,-31599],[-48775,-32040],[-50720,-35467],[-51169,-34777],[-42716,-26529],[-48347,-47959],[-46751,-45087],[-45437,-38591],[-43715,-38744],[-45248,-38971],[-49801,-40901],[-49090,-42819],[-45369,-44034],[-43895,-49858],[-50298,-45399],[-47708,-44762],[-46989,-44129],[-48014,-53459],[-47742,-53445],[-50113,-51830],[-41133,-63266],[-40753,-62992],[-41963,-62552],[-41686,-63739],[-42222,-63311],[-43292,-57908],[-43460,-58626],[-43610,-58469],[-43599,-58914],[-44317,-58511],[-43528,-60247],[-45054,-58985],[-43335,-58419],[-50639,-61214],[-50238,-60490],[-50668,-61511],[-50330,-62370],[-49630,-61771],[-40547,-52675],[-38756,-52525],[-46357,-55658],[-46606,-55576],[-48273,-58066],[-48261,-57479],[-46952,-67298],[-46707,-64856],[-46535,-65344],[-48862,-73333],[-50255,-74298],[-49536,-74842],[-44618,-72911],[-45222,-70984],[-39605,-70775],[-39967,-74153],[-44452,-83148],[-44040,-82119],[-39061,-97696],[-50138,-110236],[-49944,-110220],[-47002,10626],[-46961,11060],[-43427,11023],[-42832,8613],[-43277,8368],[-43284,8036],[-42786,10178],[-43031,10369],[-43628,6429],[-47168,5432],[-47999,5141],[-48620,6661],[-50708,3233],[-50144,12678],[-47925,12873],[-47692,12998],[-47975,12046],[-48255,12059],[-47181,12116],[-48542,10301],[-44534,11509],[-49179,11755],[-49624,7437],[-48632,7749],[-49443,8027],[-48458,8024],[-46217,5711],[-46948,5711],[-49508,7783],[-49927,11287],[-50932,12008],[-49287,9775],[-49183,9936],[-45908,12336],[-46123,12329],[-42439,8525],[-38722,9858],[-38772,9846],[-38830,9818],[-38666,9652],[-38573,9842],[-38687,9591],[-38901,9895],[-46335,5195],[-50758,3464],[-44345,5574],[-50092,2106],[-47641,845],[-47953,801],[-40748,1480],[-40796,2030],[-40810,2237],[-40548,2565],[-40114,2634],[-40331,3005],[-41342,3824],[-42308,3469],[-43508,3188],[-43526,3874],[-45923,3939],[-41873,3349],[-41746,4029],[-49924,306],[-49711,666],[-41292,651],[-50455,850],[-45900,605],[-50341,13145],[-47314,13136],[-46387,18624],[-47290,17901],[-45473,19147],[-46273,20004],[-45821,19268],[-49333,19237],[-49793,19402],[-49118,18597],[-49522,19923],[-50146,20006],[-50298,20013],[-50812,20147],[-45584,24774],[-51025,22272],[-42364,21940],[-42846,21432],[-42661,22287],[-44060,22291],[-41268,22456],[-41024,22943],[-43598,19940],[-44129,19602],[-45125,20397],[-43842,18678],[-43630,18658],[-45371,22169],[-45163,22206],[-45744,21517],[-44800,22922],[-44924,22345],[-45808,24474],[-47630,24972],[-49038,20790],[-47735,22050],[-47235,23048],[-46884,20660],[-44484,26632],[-44590,26814],[-45599,31850],[-45810,30998],[-46549,29919],[-45544,32567],[-45279,32771],[-45375,33055],[-45291,33703],[-46550,34293],[-47137,31538],[-45599,34655],[-44568,35114],[-43692,33346],[-43201,34132],[-43132,35220],[-40649,28675],[-40824,29288],[-41923,29891],[-41667,27303],[-41105,26750],[-50563,34433],[-49895,37638],[-49269,36428],[-45502,30760],[-43529,28158],[-40309,26135],[-47520,386472],[-40255,44881],[-49993,50194],[-51083,47230],[-51009,42302],[-50915,43737],[-50497,45046],[-48133,44205],[-46572,44064],[-50607,41100],[-49687,41220],[-44658,63825],[-43364,62510],[-43608,62402],[-43954,62539],[-46951,61979],[-46678,74883],[-45271,75287],[-48487,76516],[-43491,76836],[-43434,76626],[-46510,76380],[-47582,66842],[-48545,66291],[-48353,67701],[-45113,68699],[-45338,69067],[-44830,69656],[-42810,67920],[-42417,68630],[-47934,64947],[-49404,75447],[-42934,83337],[-43743,79080],[-40217,78119],[-50343,78858],[-47020,77069],[-48520,78570],[-49252,77547],[-44292,77355],[-42834,78395],[-39332,79223],[-48787,85839],[-50102,77968],[-39821,88084],[-45788,109919],[-47395,110895],[-647384,-268167],[-648288,-276234],[-650519,-275902],[-644959,-280705],[-649091,-278634],[-650670,-278099],[-648429,-277364],[-649643,-280621],[-649406,-281034],[-648685,-281342],[-645390,-281044],[-644175,-279438],[-649428,-280540],[-649367,-270769],[-643877,-279297],[-643784,-279808],[-643845,-279423],[-643065,-279831],[-649184,-268852],[-651167,-274417],[-643587,-279406],[-644612,-291596],[-645794,-290904],[-644283,-291916],[-647420,-290041],[-648437,-289682],[-652259,-284925],[-652138,-290360],[-651250,-289414],[-651523,-289673],[-652526,-289405],[-651776,-289246],[-644583,-285031],[-647296,-287739],[-645355,-282465],[-644964,-283264],[-648824,-284397],[-660636,-268489],[-656444,-274543],[-660447,-268841],[-655936,-273902],[-660865,-269391],[-661558,-269415],[-661051,-270074],[-656370,-272982],[-654362,-273199],[-656270,-274012],[-653633,-272468],[-654118,-273105],[-653675,-273138],[-654775,-281046],[-654577,-280903],[-656630,-272482],[-653103,-289831],[-653018,-286273],[-653259,-286231],[-653151,-284848],[-654129,-284125],[-652925,-289953],[-653408,-285004],[-654258,-283674],[-654200,-286438],[-653413,-287256],[-653051,-287224],[-653224,-284007],[-652990,-285598],[-663087,1688885],[-661588,1683621],[-661476,1683454],[-661593,1683418],[-661687,1683570],[-667310,1682481],[-677836,1683419],[-676456,1677352],[-676399,1680298],[-667950,1684009],[-667576,1687245],[-673286,1687202],[-678797,1681876],[-56767,-120428],[-57895,-118620],[-53467,-120095],[-55440,-120095],[-61413,-116441],[-60997,-117446],[-59823,-116720],[-59977,-116725],[-59885,-116564],[-59335,-116164],[-59338,-115947],[-59047,-115496],[-61525,-117628],[-58766,-115251],[-63608,-127458],[-63541,-127300],[-63685,-127205],[-63715,-127462],[-62672,-126704],[-62585,-126891],[-62543,-127129],[-62364,-127157],[-62551,-126562],[-62376,-126925],[-56042,-136729],[-54137,-134789],[-63591,-131107],[-63819,-131386],[-63423,-128076],[-63418,-128045],[-63649,-127977],[-63574,-128090],[-63248,-131141],[-63522,-131758],[-63656,-131676],[-63614,-131588],[-63338,-131078],[-63184,-131296],[-53316,-130272],[-51743,-129297],[-58466,-137444],[-60603,-139385],[-62619,-136013],[-61021,-134386],[-51243,-145705],[-53387,-145085],[-52213,-143260],[-53272,-143815],[-53309,-147921],[-54239,-147544],[-55941,-148150],[-55505,-149913],[-53787,-151051],[-54947,-152479],[-56599,-142572],[-61755,-147114],[-61410,-147528],[-61112,-147438],[-63368,-141865],[-63122,-141891],[-63464,-141798],[-63608,-141946],[-55271,-150460],[-57343,-152991],[-58219,-146585],[-62231,-145403],[-61908,-145280],[-59839,-150462],[-56485,-155708],[-59776,-154580],[-59312,-155011],[-59026,-155109],[-55172,-158114],[-55578,-157429],[-55559,-157282],[-56470,-157390],[-54252,-163650],[-54300,-163672],[-54349,-163712],[-54160,-163834],[-54102,-163634],[-54168,-163897],[-54435,-163653],[-57649,-158322],[-62669,-162109],[-62459,-157254],[-55345,-163329],[-56036,-176456],[-56367,-176481],[-62027,-179757],[-62014,-180611],[-61915,-179635],[-59065,-1779],[-61841,-1876],[-61138,-3606],[-58987,-2650],[-58503,-1329],[-58930,-1589],[-57860,-860],[-56023,1],[-56053,-43],[-56078,-98],[-55845,-126],[-55899,87],[-55822,-182],[-56181,-90],[-63245,-9202],[-61053,-11440],[-61406,-11891],[-60056,-11487],[-61803,-12180],[-60375,-10716],[-60120,-10554],[-59943,-10939],[-52663,-12463],[-55939,-9890],[-53289,-5956],[-56157,-9812],[-55607,-4882],[-55399,-5576],[-56332,-5239],[-54741,-6995],[-52549,-4201],[-52723,-3799],[-53481,-3773],[-53313,-3312],[-54689,-24875],[-58667,-25197],[-61568,-23950],[-51309,-24371],[-51417,-24890],[-61779,-13036],[-55151,-23577],[-56923,-23515],[-56445,-23465],[-53664,-13047],[-53485,-13223],[-53308,-13996],[-53795,-13889],[-51378,-30936],[-51572,-31152],[-52266,-30582],[-51275,-29968],[-52569,-28209],[-54897,-28951],[-53804,-27169],[-57274,-29049],[-58311,-29788],[-58229,-29255],[-56568,-27954],[-57727,-30215],[-60226,-30735],[-58490,-32013],[-52903,-37510],[-51813,-35444],[-51862,-36761],[-52174,-37155],[-52546,-30511],[-55810,-30731],[-55093,-30624],[-55437,-30791],[-58270,-30594],[-54615,-28743],[-57498,-37712],[-58183,-33369],[-55862,-33455],[-55688,-35400],[-63082,-34960],[-62911,-35004],[-63034,-35185],[-60793,-33290],[-61674,-31163],[-62391,-29854],[-61504,-26517],[-62008,-26552],[-62956,-28212],[-63535,-27263],[-63133,-27199],[-63785,-27599],[-61607,-27615],[-61483,-28035],[-61459,-27831],[-57650,-27024],[-58528,-27142],[-58014,-27315],[-57317,-27534],[-51956,-26243],[-51556,-25765],[-53267,-26605],[-53359,-26794],[-53718,-26545],[-54883,-27081],[-54735,-26764],[-56599,-37527],[-56223,-37541],[-53529,-30345],[-54056,-30276],[-52000,-35391],[-62019,-34687],[-62224,-35057],[-62323,-34938],[-62315,-34721],[-62783,-35598],[-62611,-35638],[-62721,-35723],[-62014,-35064],[-61960,-35144],[-53281,-44019],[-51248,-45417],[-52261,-46860],[-52671,-49137],[-54021,-48312],[-53305,-49864],[-52984,-49836],[-55797,-48731],[-56586,-49078],[-56325,-48480],[-56054,-41339],[-53975,-41319],[-58757,-45040],[-60778,-46217],[-57654,-49743],[-59212,-49711],[-62102,-50137],[-62207,-47725],[-60107,-38757],[-63041,-41931],[-51827,-49639],[-55669,-49710],[-61513,-50155],[-57126,-47582],[-55732,-44355],[-54003,-53078],[-55699,-56079],[-51251,-60760],[-52221,-63114],[-52202,-63015],[-52136,-62389],[-54217,-62208],[-52776,-61198],[-53953,-62311],[-52308,-62324],[-54674,-60979],[-52111,-52833],[-52434,-54255],[-59483,-56360],[-59551,-54923],[-60032,-58387],[-59381,-58939],[-56336,-52567],[-55432,-52825],[-61994,-71041],[-63025,-77448],[-51739,-78749],[-51857,-76926],[-56062,-88963],[-63453,-86564],[-62021,-88915],[-61749,-88639],[-60944,-88126],[-61288,-87640],[-58767,-84116],[-58990,-83490],[-55457,-90093],[-60882,-94322],[-61012,-93963],[-56673,-113241],[-56522,-112983],[-56276,-112562],[-58913,-114048],[-58777,-113897],[-59060,-114184],[-59284,-114124],[-57561,-111682],[-57815,-112068],[-59293,-114326],[-58514,-113407],[-58375,-114770],[-57650,-111970],[-51221,-103338],[-52941,7101],[-54090,6676],[-55235,7080],[-54061,4047],[-57556,440],[-55903,1788],[-55283,415],[-56715,1051],[-60100,1589],[-54817,1410],[-55747,11372],[-55936,11863],[-55653,11675],[-54808,12492],[-61242,9814],[-62060,10749],[-59858,10667],[-60452,11179],[-63565,9614],[-59206,10294],[-58520,12000],[-52318,4940],[-51825,5089],[-52460,6779],[-54520,4260],[-55122,9082],[-54303,9868],[-56008,9655],[-55991,9472],[-57085,6966],[-55867,8766],[-54102,10337],[-52551,12937],[-52268,12373],[-54236,12787],[-57660,12772],[-58224,12858],[-63206,6656],[-63731,7384],[-63843,5232],[-62580,6984],[-63295,1976],[-63092,1804],[-63590,1796],[-53837,1088],[-53498,2152],[-53321,10102],[-51872,10529],[-52304,10949],[-51626,7210],[-55634,9913],[-55623,9965],[-55625,10028],[-55846,9954],[-55709,9783],[-55894,9996],[-55524,10063],[-52260,6769],[-52022,4060],[-51385,9712],[-54553,177249],[-53509,179007],[-52260,179571],[-52132,182637],[-52729,14914],[-53631,14740],[-53826,17571],[-52221,17966],[-52817,17850],[-52612,17858],[-56695,13410],[-58235,13499],[-54492,17137],[-55295,17851],[-53626,16497],[-53917,16480],[-53439,16358],[-53664,16279],[-54986,16442],[-55359,17030],[-55765,16892],[-56023,16347],[-54397,14287],[-54886,14217],[-54832,14927],[-54639,19464],[-54546,21330],[-58273,21873],[-59332,22766],[-59916,23636],[-61083,23416],[-60986,22211],[-52295,24685],[-52652,24560],[-51562,25118],[-51739,25061],[-51516,22081],[-53844,24095],[-57975,19667],[-62628,25556],[-58726,25439],[-56017,32977],[-56809,33599],[-56561,31469],[-58509,31996],[-55143,31526],[-61243,28702],[-58874,27533],[-63676,28953],[-62910,30320],[-54869,36051],[-52550,36648],[-58146,33955],[-56904,34284],[-57543,34629],[-57383,34369],[-61722,389040],[-57917,396678],[-61213,398602],[-61477,398560],[-63715,50601],[-54315,49302],[-53247,47266],[-53151,48672],[-52531,43721],[-52363,40291],[-51216,39037],[-52433,41838],[-53339,39140],[-61167,46041],[-60739,44501],[-54973,49246],[-54997,44347],[-54082,47012],[-60050,50339],[-55237,51212],[-63301,55642],[-60183,55984],[-58262,55174],[-60911,53061],[-62502,52997],[-62646,58636],[-59342,59225],[-57944,60280],[-60194,60828],[-61411,60143],[-61991,58607],[-63300,58789],[-53476,51655],[-55504,52048],[-55939,51917],[-62274,59286],[-54480,56575],[-51592,57138],[-51748,57270],[-51433,56923],[-61054,72921],[-56758,75900],[-60671,76754],[-54753,76046],[-53671,75806],[-57977,72110],[-57044,72514],[-62118,73444],[-60139,73162],[-61384,73999],[-52783,75899],[-51288,76008],[-52370,73112],[-54848,73188],[-54387,74844],[-61061,76209],[-61785,75768],[-55797,74936],[-62390,64796],[-62245,67660],[-56815,74199],[-57542,76811],[-59427,73356],[-60981,78045],[-60379,81561],[-61911,81546],[-51440,79345],[-51898,78823],[-62536,81403],[-63870,81752],[-62577,80669],[-63349,87950],[-54796,78878],[-51577,77530],[-61996,81416],[-62564,77867],[-63677,82133],[-63962,80842],[-55040,82254],[-53833,88135],[-56153,86700],[-59823,78778],[-59666,78486],[-53170,77569],[-53214,77417],[-61204,91487],[-63691,91587],[-60604,91884],[-57273,91555],[-62207,90011],[-62542,92782],[-63537,97543],[-63383,99164],[-51435,93365],[-52532,93194],[-75275,-123375],[-74935,-123724],[-74909,-123835],[-66962,-117643],[-75807,-123658],[-74962,-126170],[-74908,-126409],[-74711,-126313],[-75064,-126091],[-64710,-130657],[-64621,-130843],[-65843,-129887],[-64010,-130295],[-64139,-130154],[-73617,-135386],[-74586,-131048],[-70886,-130305],[-74161,-130886],[-74539,-130214],[-73914,-130710],[-74381,-130221],[-68570,-150084],[-71219,-147512],[-74341,-148356],[-65113,-150023],[-65397,-150243],[-64902,-149877],[-65431,-150469],[-64725,-149516],[-65432,-148416],[-64934,-149449],[-64612,-149135],[-64007,-150385],[-64472,-152160],[-64747,-151937],[-65283,-153047],[-64246,-150800],[-65404,-153736],[-73868,-168854],[-73860,-169057],[-73882,-169121],[-73731,-168881],[-74035,-168794],[-73973,-168884],[-73921,-168857],[-72318,-6924],[-71656,-6239],[-70715,-9986],[-70656,-9538],[-70160,-9783],[-70410,-9251],[-71005,-8464],[-70727,-7672],[-74676,-5560],[-74286,-3962],[-70768,-5753],[-64868,-8978],[-75920,-23543],[-75702,-23553],[-75581,-24166],[-76244,-23171],[-76210,-21936],[-68640,-25141],[-68694,-24356],[-67106,-20470],[-66917,-18191],[-73359,-24363],[-73249,-24680],[-73609,-24653],[-73476,-21005],[-75242,-19717],[-72172,-17121],[-73621,-12936],[-70024,-36119],[-64629,-36368],[-64674,-33586],[-64386,-33858],[-66235,-34458],[-69020,-29027],[-68776,-28324],[-76060,-30130],[-75466,-25514],[-65694,-29927],[-66332,-29693],[-65777,-30429],[-65718,-30488],[-64772,-28494],[-65253,-29012],[-64549,-28395],[-64533,-28260],[-64256,-27311],[-67456,-31646],[-68482,-32356],[-67597,-32171],[-67330,-32164],[-68665,-32443],[-68306,-33316],[-68147,-33181],[-68835,-33023],[-76748,-38987],[-69496,-38470],[-75523,-42515],[-72496,-59014],[-71954,-61016],[-71576,-59974],[-70321,-60282],[-72150,-60945],[-70249,-61840],[-71360,-59223],[-67435,-61873],[-64134,-57693],[-64429,-58281],[-67701,-62707],[-65052,-63355],[-65531,-63263],[-71836,-74834],[-67143,-74614],[-71386,-72159],[-72002,-72357],[-74582,-70316],[-70437,-69126],[-66498,-70386],[-66893,-69846],[-66173,-70172],[-67200,-88027],[-69193,-87460],[-69130,-87888],[-68429,-88174],[-64328,-80977],[-74288,-78486],[-73212,-77028],[-69718,-85950],[-73658,-88705],[-76511,-85333],[-65687,-99237],[-74208,-89732],[-71716,-108734],[-75494,-105632],[-76417,-109788],[-74335,-109903],[-72872,-110505],[-66824,-103425],[-67287,-105800],[-69602,-107742],[-68254,-107478],[-68747,-108249],[-67288,-111713],[-67378,-111931],[-70017,-105924],[-70052,-104925],[-68160,-109992],[-69041,-111173],[-69003,-110976],[-69542,-108395],[-68723,-108016],[-69370,-107277],[-73590,-111071],[-69174,-108889],[-69183,-108918],[-67465,-112367],[-67560,-112286],[-67628,-112461],[-67102,-113041],[-68818,-112682],[-68993,-113121],[-68297,-113689],[-68256,-113523],[-68141,-113651],[-68068,-113400],[-66958,-113297],[-68065,-110394],[-71652,-114971],[-65655,-107764],[-64221,6532],[-64460,2398],[-72008,950],[-65741,318],[-68048,382175],[-67381,381134],[-69856,379622],[-69714,378906],[-74315,377390],[-68081,378687],[-67766,377415],[-75188,379617],[-69185,411026],[-68923,411006],[-65634,50603],[-71461,47594],[-68496,50920],[-73009,50255],[-65722,41790],[-68552,57106],[-68581,60143],[-67097,61080],[-67082,55254],[-65073,51425],[-72907,55301],[-74950,51488],[-71047,54727],[-69289,53268],[-70794,56595],[-64053,52661],[-65296,64139],[-64713,56315],[-76223,55934],[-70746,53755],[-65784,62770],[-65667,62756],[-65700,62812],[-65997,62824],[-66155,75830],[-73100,74701],[-74207,71816],[-76638,72594],[-73909,73185],[-76269,75670],[-65369,74812],[-66943,74346],[-72398,75425],[-68297,66237],[-65026,65638],[-74740,70794],[-70439,75407],[-64333,75937],[-67948,76887],[-66618,76504],[-68932,70018],[-68183,67129],[-71391,74694],[-69343,80123],[-68608,88370],[-72817,83977],[-67109,82358],[-64926,77883],[-64782,84567],[-70915,80996],[-75526,78043],[-68929,88637],[-72244,87047],[-67278,78357],[-71759,79885],[-65089,82467],[-70821,83858],[-66641,83669],[-70047,89637],[-66745,88491],[-68000,86843],[-73959,85862],[-75682,83311],[-67822,88169],[-64337,81799],[-64077,89158],[-65992,80335],[-70527,82004],[-76495,78536],[-76178,83696],[-75431,83527],[-75304,81622],[-76492,81113],[-75268,79705],[-70527,78310],[-71877,89150],[-73186,79358],[-67969,77251],[-67892,82450],[-73122,81229],[-71759,88301],[-75143,87279],[-75193,87293],[-75256,87296],[-75198,87069],[-75018,87194],[-75246,87027],[-75280,87398],[-75951,86543],[-75389,86076],[-74706,89483],[-74450,89445],[-74435,91772],[-74107,94499],[-72516,98729],[-73140,91426],[-72935,96195],[-70440,90998],[-73752,93342],[-69523,90830],[-69514,97155],[-65558,90247],[-65950,93291],[-66009,91993],[-65069,99673],[-67423,99432],[-70631,99464],[-68129,100363],[-69376,100857],[-68967,98828],[-66791,100717],[-66276,100033],[-64837,99909],[-73899,89978],[-73897,91204],[-69514,91742],[-67041,102756],[-69045,104564],[-69211,104445],[-72724,103944],[-72220,123165],[-71975,123113],[-72309,123243],[-72475,123117],[-88252,-115101],[-87439,-115984],[-84336,-121703],[-77505,-121425],[-89459,-121226],[-89193,-124527],[-88589,-124190],[-88822,-124702],[-88645,-124614],[-88478,-115084],[-81573,-125168],[-81716,-126131],[-81442,-125429],[-77399,-121172],[-77513,-120912],[-77481,-121014],[-79084,-123882],[-78745,-123202],[-78840,-123500],[-78332,-124372],[-89055,-129407],[-89346,-132019],[-79043,-129472],[-88787,-140089],[-89218,-138166],[-86550,-128402],[-85363,-128080],[-82918,-132962],[-82864,-135243],[-87524,-135786],[-84399,-141805],[-84466,-141760],[-77109,-152846],[-77889,-143182],[-77565,-143428],[-77299,-144620],[-78538,-144458],[-81574,-146850],[-86786,-144779],[-85998,-147246],[-86722,-146808],[-84965,-148588],[-84248,-146946],[-82777,-152215],[-81019,-150533],[-79471,-148348],[-89179,-144362],[-82382,-142430],[-89299,-143371],[-89128,-143625],[-88469,-144316],[-88522,-143847],[-80618,-153723],[-89419,-160857],[-83767,-157654],[-81336,-164678],[-81331,-164887],[-81357,-164949],[-81195,-164717],[-81511,-164601],[-81449,-164697],[-81392,-164676],[-76969,-8774],[-77910,-12297],[-77918,-12539],[-77855,-12187],[-78013,-12060],[-86830,-12508],[-88227,122],[-82083,-10838],[-88992,-7719],[-89323,-11510],[-77087,-23815],[-89457,-20088],[-89579,-20740],[-86965,-24285],[-88746,-24546],[-85841,-23864],[-83495,-15656],[-84140,-12740],[-87437,-13716],[-86759,-14960],[-88148,-13672],[-86377,-33836],[-81787,-28696],[-78948,-30382],[-77168,-29827],[-78107,-31195],[-78595,-32677],[-80016,-32496],[-79506,-31694],[-78623,-34293],[-81701,-34998],[-82441,-35418],[-81988,-35365],[-82105,-36994],[-80001,-37256],[-89205,-34494],[-88602,-33366],[-89120,-32687],[-88634,-36371],[-83883,-33964],[-77472,-34309],[-88031,-31110],[-89303,-33009],[-85963,-28339],[-86680,-26869],[-86623,-28531],[-89033,-27379],[-88210,-28456],[-87775,-31397],[-87824,-31559],[-88005,-31303],[-88234,-31523],[-87718,-31462],[-88586,-31406],[-89291,-32021],[-88074,-31445],[-79072,-38255],[-79401,-38482],[-81099,-39117],[-83831,-38929],[-81983,-40318],[-88279,-39873],[-88132,-42636],[-79671,-40494],[-80278,-40970],[-79921,-44412],[-85614,-49991],[-85013,-50097],[-85269,-49970],[-88793,-50888],[-89202,-46030],[-84945,-46154],[-89335,-42332],[-82385,-58999],[-83265,-56235],[-85038,-54969],[-80958,-55055],[-81993,-54475],[-84266,-55988],[-86841,-60684],[-89556,-59682],[-88874,-59499],[-89406,-59828],[-86988,-52897],[-88760,-51111],[-77935,-58168],[-77582,-57084],[-80180,-56202],[-79732,-56208],[-79129,-56177],[-80123,-57634],[-82929,-56007],[-82817,-58165],[-83579,-54109],[-81985,-51858],[-84374,-51130],[-85620,-52047],[-83340,-52157],[-87482,-51424],[-87814,-51606],[-87567,-51644],[-88914,-55499],[-87494,-73637],[-89003,-70120],[-79193,-71536],[-82718,-72993],[-82665,-72882],[-78748,-71360],[-85668,-73167],[-79349,-88835],[-83892,-83710],[-79600,-84352],[-79653,-80970],[-79287,-77047],[-82954,-88924],[-86860,-77404],[-86844,-77556],[-86921,-77099],[-88914,-100755],[-86601,-93283],[-87843,-90167],[-86104,-90412],[-83832,-91222],[-83925,-91549],[-84794,-91848],[-84979,-91653],[-87104,-91104],[-87243,-112142],[-87364,-112057],[-87032,-111539],[-77728,-112153],[-89255,-109191],[-89349,-109979],[-87374,-108439],[-87465,-107234],[-88028,-108698],[-87123,-107289],[-85194,2162],[-84806,2405],[-84754,2302],[-84217,1721],[-87132,3472],[-85920,3100],[-86087,3263],[-86561,3768],[-86561,2451],[-85841,2669],[-86030,2414],[-87441,2872],[-87240,756],[-87436,503],[-87843,498],[-87687,392],[-87770,814],[-87781,666],[-89570,1681],[-89206,1526],[-89350,1152],[-89389,2377],[-89529,2970],[-86516,1481],[-89508,128741],[-88275,138347],[-82825,134381],[-81177,217224],[-82882,215985],[-85402,218553],[-81440,221187],[-80909,222774],[-81390,219721],[-86551,221780],[-83190,221805],[-88636,15016],[-89150,14246],[-86329,15063],[-85944,15172],[-87419,23529],[-87922,22635],[-84787,24846],[-85340,24697],[-81025,21903],[-81560,21661],[-88919,326607],[-88771,326456],[-88737,326403],[-88799,326671],[-89099,326539],[-88980,326521],[-88961,326568],[-86160,327560],[-82286,378046],[-77928,377524],[-77564,26886],[-77416,27114],[-77441,32468],[-78138,29917],[-82703,34694],[-83541,35578],[-88719,35805],[-84345,418690],[-86075,419898],[-86010,420097],[-84325,423108],[-78229,46886],[-79877,48129],[-78934,47348],[-78475,51212],[-89500,49062],[-88497,47710],[-88479,45179],[-87643,41751],[-87856,46664],[-82168,50526],[-82177,49523],[-82080,50500],[-82517,51260],[-78973,53530],[-77618,55121],[-77685,54558],[-80092,53001],[-86963,57717],[-85024,59431],[-86003,60330],[-87006,58976],[-85376,58016],[-85634,57469],[-77052,63113],[-77029,62539],[-76827,62635],[-80870,76516],[-84442,76891],[-83163,74915],[-85233,66988],[-87751,65693],[-89496,66469],[-88609,65219],[-83097,82965],[-85088,83273],[-83471,82586],[-77725,77001],[-80115,79357],[-79331,78564],[-80431,79982],[-80047,82294],[-78681,85182],[-80120,83847],[-77770,83808],[-77690,81544],[-81782,85910],[-85164,81862],[-83485,84002],[-77090,85476],[-85238,79282],[-83809,77484],[-83726,78914],[-77445,83071],[-77511,81888],[-78529,81884],[-77167,83018],[-77736,82421],[-79496,81825],[-80266,80273],[-78566,79088],[-79265,79617],[-87973,87160],[-80386,77231],[-89137,88620],[-87375,89413],[-86596,88798],[-76936,79500],[-77205,85852],[-77319,86395],[-77196,86451],[-82527,101562],[-83898,100996],[-84237,95843],[-84413,101967],[-82776,101501],[-87603,89923],[-88340,92231],[-87005,90759],[-88944,91260],[-86800,114826],[-83428,112395],[-80559,107504],[-88586,108525],[-87013,110293],[-88358,114882],[-87638,114907],[-87187,111409],[-82062,110746],[-80533,110874],[-79179,109742],[-80586,110579],[-85166,106767],[-78426,114623],[-81144,114969],[-83656,114159],[-82240,115171],[-89387,111102],[-78637,117435],[-79795,118007],[-83051,116536],[-87231,116184],[-86126,117667],[-89064,118494],[-80924,118553],[-83192,124525],[-85586,124970],[-83004,124288],[-84022,122962],[-83703,122796],[-77825,119793],[-77805,119751],[-77780,119698],[-77629,119800],[-77825,119902],[-77578,119771],[-77838,119658],[-80294,119790],[-85745,118198],[-87050,122635],[-85014,122851],[-85698,117157],[-1055754,1488913],[-1055889,1489133],[-91350,-127067],[-91510,-127529],[-91718,-125261],[-91785,-123500],[-92120,-121952],[-93766,-126035],[-94079,-126986],[-90084,-119918],[-89733,-120054],[-90039,-120644],[-91830,-124534],[-90736,-125018],[-91133,-124697],[-91719,-124185],[-95204,-115267],[-94945,-116372],[-95218,-116566],[-95596,-115945],[-94723,-116456],[-95545,-119426],[-96205,-118624],[-95817,-118912],[-95316,-118749],[-97676,-116647],[-96640,-115009],[-98324,-115712],[-96884,-116092],[-97829,-117515],[-98009,-117654],[-97669,-117533],[-99131,-117535],[-99854,-115224],[-100076,-115510],[-100071,-115144],[-91911,-137661],[-91109,-135177],[-90556,-131839],[-93569,-138030],[-93290,-138448],[-89847,-128843],[-89777,-129421],[-89653,-128018],[-91725,-138225],[-90951,-136513],[-91732,-136748],[-91303,-137174],[-96923,-136942],[-96748,-134668],[-97481,-137462],[-96823,-137668],[-98315,-140218],[-99303,-139781],[-98980,-139712],[-98173,-140301],[-101822,-139088],[-97235,-129004],[-98424,-131730],[-96878,-148832],[-97953,-148890],[-97726,-147002],[-98155,-145870],[-97167,-144129],[-96829,-145863],[-91335,-143246],[-90539,-145965],[-90310,-147650],[-90505,-147644],[-90713,-149696],[-89844,-151714],[-90768,-148929],[-98360,-143013],[-98197,-145157],[-94312,-142676],[-94027,-142313],[-94037,-141264],[-93933,-141882],[-94094,-144625],[-93758,-144540],[-93648,-144696],[-93519,-144021],[-96203,-146014],[-96095,-145869],[-95296,-147185],[-95139,-145392],[-94630,-148278],[-94617,-148916],[-93630,-148809],[-94323,-147870],[-94986,-149403],[-95251,-151146],[-94893,-152209],[-95056,-150216],[-94867,-152097],[-94443,-151241],[-94648,-151926],[-94474,-151668],[-96072,-151314],[-95605,-151205],[-95553,-151318],[-95724,-151987],[-92783,-156603],[-89904,-157476],[-90581,-160761],[-90826,-161018],[-92348,-161714],[-91056,-159814],[-95786,-7143],[-93306,-153],[-93312,-36],[-94853,-2258],[-95068,-2086],[-95385,-2144],[-95905,-4725],[-92202,-2474],[-92885,-3702],[-90337,-6471],[-90136,-8263],[-90452,-11284],[-89982,-12457],[-95827,-2308],[-96530,-2955],[-91771,-5972],[-92460,-6784],[-92305,-6365],[-91411,-6545],[-90114,-7876],[-90508,-7981],[-90167,-7559],[-90009,-6220],[-91802,-12550],[-99884,-6168],[-100171,-6758],[-100814,-7562],[-99491,-7203],[-92872,-6566],[-96552,-10192],[-95136,-24969],[-94033,-21052],[-93179,-21324],[-99952,-20334],[-99995,-20541],[-99868,-20255],[-99978,-20079],[-100426,-20724],[-90124,-16039],[-98759,-19156],[-99453,-15610],[-102181,-13477],[-99845,-17609],[-90154,-13020],[-91020,-13643],[-90675,-13425],[-91429,-12755],[-98120,-35476],[-100116,-34471],[-97775,-36452],[-96494,-27560],[-96623,-28032],[-96575,-27123],[-97078,-28460],[-97172,-28968],[-95704,-25987],[-95263,-26558],[-102127,-26460],[-91095,-40058],[-98522,-43788],[-90015,-59194],[-89713,-61203],[-97217,-55738],[-96751,-54911],[-95032,-54863],[-92784,-53431],[-91291,-56462],[-89951,-56923],[-90210,-54008],[-98173,-59628],[-97865,-60304],[-97195,-60324],[-98415,-60180],[-97271,-58412],[-97834,-58187],[-97591,-58261],[-97906,-58099],[-98074,-58140],[-97672,-58068],[-90103,-71115],[-89950,-71258],[-89638,-75238],[-101419,-73158],[-101137,-70612],[-98795,-66244],[-91205,-68855],[-97866,-67581],[-94241,-82050],[-99496,-85970],[-90490,-88437],[-95432,-88270],[-95699,-87105],[-95798,-87818],[-95424,-87265],[-95851,-88747],[-96297,-89115],[-96399,-88986],[-96554,-88912],[-100448,-76706],[-97136,-100213],[-96546,-101074],[-90506,-92472],[-100215,-93446],[-101241,-91698],[-91061,-90952],[-89742,-95743],[-94530,-97151],[-95241,-96584],[-94567,-96926],[-95105,-96853],[-94689,-100685],[-95424,-100401],[-95491,-100324],[-95416,-101190],[-94987,-101169],[-95401,-100946],[-94864,-101933],[-93049,-102046],[-93381,-101785],[-93482,-101538],[-92716,-101510],[-93451,-101967],[-95782,-89454],[-96538,-91232],[-96721,-91300],[-96113,-91358],[-96625,-91403],[-96953,-92756],[-96637,-92522],[-97434,-93798],[-97176,-92866],[-97009,-92445],[-96814,-92794],[-97074,-93062],[-97601,-93853],[-95860,-90171],[-95590,-90139],[-95903,-90628],[-95649,-90490],[-96512,-90230],[-96082,-89863],[-96187,-90030],[-97990,-102183],[-98632,-98486],[-99113,-98629],[-97572,-96473],[-92208,-105248],[-91176,-107006],[-91170,-106810],[-91728,-105255],[-94465,-110416],[-94241,-110104],[-92805,-112045],[-93399,-111733],[-93349,-111437],[-93402,-107685],[-95638,-108016],[-95570,-107799],[-94595,-102762],[-92934,-103060],[-93310,-102440],[-92997,-102241],[-92706,-106047],[-91550,-106093],[-91491,-106712],[-92085,-106247],[-93771,-105682],[-93058,-106316],[-93002,-106858],[-93475,-105713],[-94076,-108563],[-94046,-109424],[-94042,-109225],[-94653,-108921],[-89922,-109633],[-89897,-110481],[-95186,-114675],[-95151,-114791],[-95667,-113972],[-96036,-113080],[-96273,-113965],[-96199,-112874],[-95829,-113051],[-97345,-104085],[-95761,-108782],[-96674,-109157],[-99490,-114852],[-101560,8810],[-102185,5181],[-102261,11436],[-100977,12920],[-97768,8104],[-96874,10097],[-96367,11941],[-93933,10534],[-94587,6152],[-95789,5875],[-91914,3770],[-91574,4942],[-94220,10584],[-92748,8960],[-89758,11465],[-90526,7282],[-94521,8331],[-95881,7261],[-91484,12304],[-100630,499],[-90003,341],[-90316,749],[-90077,2444],[-89760,2588],[-90514,1946],[-90609,2635],[-91117,2698],[-90898,2580],[-92841,232],[-92874,361],[-93744,904],[-94198,243],[-94273,862],[-94529,296],[-100802,130000],[-98607,131172],[-101770,128557],[-102179,131034],[-98652,131756],[-97505,131879],[-99907,130984],[-97664,134664],[-97676,134025],[-96887,133674],[-98582,133766],[-99460,133835],[-96132,132486],[-97137,133891],[-100740,137150],[-102385,139782],[-100730,138054],[-99842,137527],[-101144,139732],[-95888,128646],[-94350,128888],[-98414,133301],[-97189,130089],[-95382,147669],[-92581,141433],[-93824,207851],[-95338,207692],[-99367,205972],[-99308,212025],[-99357,208856],[-96040,212714],[-93559,210076],[-97567,212569],[-101835,13465],[-101348,14643],[-92867,14361],[-90457,14942],[-91975,15839],[-93164,17393],[-94097,17529],[-91254,18630],[-91615,20088],[-97250,21368],[-98974,21432],[-101938,23464],[-95924,24998],[-91520,25031],[-100324,21129],[-100036,21267],[-100835,21426],[-100808,20374],[-100797,20702],[-100868,21229],[-99954,24616],[-93397,270061],[-90485,32607],[-90674,37028],[-93201,36836],[-92127,35939],[-91609,39043],[-99123,29052],[-97009,35655],[-99031,26621],[-99884,27445],[-101084,30566],[-90720,32657],[-98392,30694],[-100236,38556],[-93136,32620],[-95693,36107],[-92216,34164],[-98190,30019],[-92830,29662],[-95071,30133],[-95329,27449],[-93710,49083],[-92387,49546],[-91760,47610],[-91420,50597],[-94057,49949],[-91994,43721],[-89801,42493],[-92826,45475],[-90384,43518],[-90670,44984],[-89611,42575],[-99606,40074],[-94397,45908],[-100129,48498],[-90969,49551],[-94993,39211],[-97276,43157],[-98472,39594],[-96793,45050],[-92482,45442],[-92653,38696],[-91157,39083],[-100073,39087],[-93380,57731],[-95845,59959],[-96872,60651],[-93999,61590],[-96633,60997],[-97855,58969],[-99058,61441],[-97326,55337],[-99260,60522],[-99992,61273],[-90575,53937],[-95105,53904],[-101135,59969],[-100492,55272],[-92827,65534],[-92825,66523],[-91383,65772],[-101736,65634],[-92784,76871],[-96162,71441],[-100832,72041],[-94032,76923],[-90124,74345],[-91218,72379],[-93699,72841],[-94805,70377],[-92520,67638],[-90297,67723],[-93249,70119],[-90163,70908],[-91291,64833],[-89661,70819],[-92366,69318],[-101897,67987],[-100089,65487],[-96580,65621],[-100898,65344],[-100427,68083],[-101898,65379],[-91243,68215],[-93790,71486],[-94676,71942],[-92916,71223],[-91273,70924],[-94143,68616],[-90611,70605],[-91410,68369],[-100607,73969],[-101730,72585],[-102334,73850],[-101246,73636],[-98416,80818],[-98821,85903],[-100081,88214],[-100161,86538],[-98339,83254],[-93528,87406],[-91982,88321],[-91850,87897],[-96353,82322],[-91341,84115],[-96085,82545],[-96510,84805],[-94178,83616],[-93312,85054],[-92622,80852],[-100619,81748],[-100059,83452],[-101524,82080],[-101012,82379],[-101646,81529],[-101463,83415],[-96021,79484],[-93986,79601],[-94875,78205],[-94960,78475],[-91606,85424],[-92793,86846],[-92393,86869],[-91800,86106],[-98773,86439],[-95549,87448],[-95856,87000],[-95722,88153],[-100614,99403],[-99634,95777],[-98855,95620],[-99995,97206],[-98168,95151],[-100497,98680],[-101545,100855],[-96711,101331],[-98073,102320],[-93813,101952],[-96654,100597],[-90418,102541],[-90841,101777],[-96251,101131],[-94125,91084],[-90307,95335],[-92623,91124],[-90116,91570],[-89993,91291],[-94621,92902],[-97213,97849],[-95668,97216],[-96440,96619],[-100197,92807],[-101587,91804],[-98805,94545],[-99827,94651],[-96886,99988],[-99755,97505],[-97273,106112],[-99335,103330],[-101274,105799],[-92975,109852],[-91631,109583],[-96190,109009],[-93258,103998],[-100552,104131],[-91298,103922],[-90669,105890],[-90438,104419],[-90163,104635],[-90247,103301],[-101987,106927],[-102261,107572],[-101929,108251],[-102161,109090],[-101377,106649],[-99211,102624],[-91984,113049],[-90615,113561],[-93295,113248],[-92519,113641],[-100341,105233],[-101048,105760],[-97831,113557],[-102256,104467],[-98527,103972],[-97989,105203],[-93960,104276],[-96653,107855],[-96577,106600],[-98472,105608],[-96031,109258],[-90965,109583],[-93672,106113],[-91877,106650],[-98906,116888],[-94212,122933],[-98289,125620],[-99113,116985],[-94478,121400],[-96994,117322],[-96943,121062],[-101691,127360],[-99711,118794],[-100703,117933],[-98883,118362],[-100582,116852],[-99445,116210],[-99313,116784],[-101989,121901],[-101668,121734],[-101717,120987],[-90798,124465],[-95418,118562],[-91016,121464],[-94113,120489],[-101798,125758],[-101645,128042],[-96155,120014],[-100579,124230],[-113432,-137552],[-113965,-139764],[-104693,-147522],[-112485,-143030],[-112840,-145190],[-112733,-144871],[-113973,-145755],[-114009,-145109],[-114182,-146149],[-112882,-146007],[-112936,-145810],[-111351,-146032],[-112056,-145651],[-109217,-146217],[-109928,-147699],[-110929,-146797],[-111702,-147673],[-112465,-147684],[-112826,-146219],[-110581,-162988],[-110753,-161991],[-110875,-162896],[-110433,-160962],[-113309,-1390],[-111878,-2787],[-110005,-254],[-113628,-9144],[-113779,-9517],[-112351,-10970],[-113629,-11761],[-103322,-761],[-103597,-950],[-109582,-5909],[-109529,-5496],[-107142,-3949],[-108349,-4125],[-107174,-4408],[-105414,-4934],[-105350,-5051],[-109888,-2501],[-108878,-2180],[-109704,-8119],[-109817,-8048],[-109055,-8814],[-109627,-9109],[-109534,-9430],[-109151,-8783],[-108635,-10363],[-108880,-10210],[-109061,-10903],[-108889,-10729],[-108240,-10551],[-107939,-10895],[-108250,-10787],[-108184,-11327],[-108029,-12507],[-108435,-11770],[-103409,-5476],[-108142,-5168],[-111703,-43],[-103963,-21658],[-107651,-22292],[-103456,-19908],[-103167,-20085],[-103044,-14777],[-115136,-17043],[-108005,-12984],[-111371,-18116],[-110768,-18372],[-112588,-18191],[-111688,-17719],[-112456,-16416],[-111283,-16304],[-111375,-17486],[-111106,-20035],[-110929,-20057],[-111446,-19206],[-111900,-20044],[-103538,-16819],[-103123,-17159],[-106883,-19022],[-109182,-24427],[-110681,-30565],[-110184,-27458],[-112499,-26298],[-112868,-26683],[-109554,-38608],[-112311,-41823],[-112014,-41854],[-112140,-41750],[-114353,-50413],[-109306,-54567],[-109353,-53760],[-111743,-62525],[-103894,-71498],[-105749,-76197],[-107236,-73582],[-109646,-64233],[-110814,-65969],[-109245,-78368],[-106258,-77456],[-105042,-82600],[-106170,-85558],[-107897,-83092],[-106558,-77498],[-113918,-78884],[-112586,-77795],[-107566,-88841],[-110903,-85099],[-114989,-83453],[-115046,-83700],[-114914,-83367],[-115043,-83204],[-106213,-95907],[-106974,-95552],[-114094,-90158],[-105559,-106076],[-105866,-106472],[-105369,-106159],[-106010,-105790],[-107294,-106601],[-107296,-106136],[-106413,-105824],[-106734,-106393],[-106667,-106258],[-106972,-106060],[-106179,-105573],[-105938,-104955],[-106395,-104959],[-106862,-104828],[-106660,-104695],[-106380,-104684],[-106702,-105367],[-114278,5604],[-112810,7235],[-114357,6040],[-114163,7462],[-113799,4144],[-115185,5071],[-112171,5852],[-113359,3650],[-108427,5110],[-109914,4798],[-109021,6108],[-108943,4810],[-110172,8108],[-110259,9893],[-108947,8440],[-109966,7995],[-107106,7497],[-108494,8830],[-108186,8774],[-107860,9289],[-106516,11989],[-105158,12374],[-105841,12203],[-112446,12463],[-111656,12637],[-110780,10912],[-111769,12636],[-110179,11611],[-103495,11402],[-103956,12039],[-106459,10694],[-106231,11607],[-106960,5772],[-104876,4897],[-111832,2511],[-113720,699],[-106550,2678],[-112243,139320],[-114936,139198],[-106647,137723],[-106439,136293],[-108005,134588],[-106234,130414],[-103644,127914],[-107485,130690],[-111360,140836],[-109248,139913],[-108878,141074],[-102670,138955],[-102382,136958],[-105873,129532],[-106161,129854],[-105435,129350],[-104885,132166],[-113584,135320],[-114478,135252],[-115085,137523],[-102678,130282],[-114908,141397],[-108808,143258],[-108491,146622],[-111023,145044],[-108852,143909],[-109863,142144],[-113961,144857],[-114165,147847],[-114377,143474],[-114121,144975],[-114817,143575],[-109933,141560],[-113538,141465],[-108233,143950],[-110961,142389],[-111295,141971],[-114688,149085],[-112723,149301],[-103963,143644],[-106018,152238],[-105945,150003],[-105487,149353],[-108723,152060],[-106043,150223],[-106215,149820],[-108037,151215],[-108754,147380],[-109157,147125],[-109462,146404],[-108982,146845],[-110452,153572],[-109709,155314],[-110881,156262],[-111903,156321],[-103718,159414],[-113565,155729],[-102653,155644],[-105508,163634],[-110321,169152],[-111886,171133],[-115051,174114],[-106662,183714],[-114030,23100],[-113329,22469],[-111780,21730],[-112017,21779],[-109038,22607],[-106419,18414],[-108836,21331],[-108945,21951],[-105641,18778],[-104857,16662],[-103502,15552],[-102761,16308],[-104880,24222],[-103455,24145],[-113066,20833],[-113111,20724],[-105198,14098],[-107646,15931],[-107399,15324],[-109886,14138],[-113055,17231],[-113014,16654],[-114043,18726],[-113580,19083],[-104120,27432],[-115118,27349],[-114744,27962],[-114185,28090],[-113735,28877],[-113557,28000],[-112867,28949],[-112389,28268],[-111551,27448],[-112417,28088],[-111573,28074],[-111386,28779],[-111562,29031],[-111512,29275],[-114157,38360],[-114080,37447],[-113128,38338],[-108438,26970],[-106931,35644],[-105652,33318],[-105817,33091],[-106529,36242],[-104660,34874],[-111278,33767],[-109868,29689],[-111000,29032],[-109522,31164],[-104615,422373],[-104960,420143],[-104927,420219],[-104877,419989],[-104884,419941],[-105077,420108],[-105073,420163],[-113385,39637],[-113714,38935],[-113505,48594],[-113796,49010],[-113695,49006],[-109640,50056],[-103342,44436],[-112827,40630],[-106105,42693],[-113771,39155],[-102561,64129],[-107704,61509],[-109592,60031],[-107851,61665],[-109619,63897],[-107176,60615],[-106171,62553],[-103986,60329],[-103268,55773],[-105177,58652],[-107765,55430],[-106201,52942],[-112218,57230],[-110689,55160],[-115020,56446],[-113922,55779],[-114191,57454],[-113645,64106],[-114279,51425],[-109052,65387],[-102631,64661],[-112532,74556],[-110047,74835],[-110845,71320],[-102804,73515],[-104838,72167],[-110839,76781],[-108600,74665],[-113303,74502],[-113970,73086],[-102862,67767],[-114907,72342],[-111837,66759],[-112116,67232],[-111088,77211],[-112385,77434],[-112037,77762],[-112030,79169],[-109780,78759],[-106280,83211],[-113374,78014],[-112488,81643],[-107380,83769],[-105955,87486],[-105991,83553],[-107116,89578],[-103066,83978],[-105046,82964],[-104005,83705],[-103694,83415],[-113991,82866],[-112540,81199],[-110913,85761],[-112989,81759],[-108510,82239],[-112241,84001],[-103379,87877],[-112617,89164],[-105235,89834],[-102983,97176],[-109823,93269],[-108495,93825],[-110688,96522],[-110104,96420],[-102997,99188],[-103881,101646],[-103815,100802],[-107745,97453],[-113827,100064],[-111577,101664],[-112469,99356],[-113009,102329],[-107938,92875],[-106865,93562],[-107345,93902],[-107490,95075],[-104269,94936],[-108244,96452],[-113946,91337],[-109157,92045],[-110783,93239],[-110587,95966],[-102703,103036],[-103453,106790],[-108390,103491],[-114407,115025],[-114241,112768],[-105647,113640],[-112953,110784],[-111718,109184],[-109752,114546],[-107282,113484],[-114644,113196],[-111001,111219],[-111527,114336],[-111799,113810],[-109225,113256],[-103739,108381],[-103375,108730],[-103453,108610],[-115125,111102],[-108586,113921],[-110174,111395],[-109962,114582],[-108351,114595],[-104070,103017],[-105291,103648],[-103521,120391],[-103403,125373],[-105468,116279],[-108788,119476],[-109573,127074],[-104567,123852],[-104319,126266],[-109620,125207],[-108512,123757],[-105107,125866],[-107876,121755],[-104613,124668],[-115188,117846],[-103722,121706],[-114726,127838],[-114790,126573],[-114517,126555],[-109743,125121],[-108905,123669],[-108414,125532],[-109576,128159],[-110406,125949],[-110190,126162],[-109288,127148],[-113824,120803],[-114656,118765],[-112715,116929],[-113387,120254],[-104385,128001],[1186,-153834],[10669,-159847],[10622,-159870],[10573,-159911],[10767,-160037],[10819,-159828],[10760,-160100],[10486,-159853],[10202,-165091],[4472,-165276],[2992,-165311],[4327,-165835],[3042,-165240],[3528,-161946],[3425,-162115],[5601,-161626],[3730,-162468],[1269,-158948],[1784,-158452],[1353,-164247],[1841,-159190],[3991,-158626],[5537,-160262],[5557,-160004],[4979,-159397],[7254,-158732],[8612,-160169],[8492,-159986],[7838,-159117],[9270,-163439],[8970,-163866],[9301,-163802],[9549,-163253],[4098,-170691],[6956,-172613],[655,-169156],[1202,-168774],[1227,-167723],[1074,-169004],[9449,-166391],[8556,-167013],[9157,-166876],[6263,-167615],[6032,-167851],[5700,-166872],[5744,-168108],[4883,-167366],[4621,-167239],[4778,-167058],[3579,-172629],[3225,-172507],[4724,-171984],[3605,-171323],[1581,-171741],[2148,-171643],[1961,-170938],[1610,-171458],[687,-167794],[213,-168113],[146,-166913],[179,-166838],[12688,-178793],[12605,-182508],[12193,-184135],[12624,-186036],[6930,-24981],[6111,-25208],[4475,-25244],[11574,-23083],[11953,-21026],[8675,-23164],[9323,-22750],[8958,-22793],[9178,-22812],[12201,-28915],[8093,-28204],[10607,-26690],[10902,-26797],[9265,-25576],[3962,-26410],[1726,-34623],[2486,-34705],[10451,-30986],[10144,-30629],[7068,-29184],[6032,-28964],[1050,-35973],[1100,-36040],[5531,-35465],[5074,-35252],[12698,-35874],[7321,-35553],[7591,-35573],[9646,-34613],[9702,-35510],[9233,-32678],[9375,-32591],[11152,-27402],[11193,-26914],[11242,-27185],[10389,-26774],[7623,-27470],[7898,-27595],[7124,-27671],[1470,-42492],[9249,-42754],[9414,-42592],[9204,-42607],[3993,-41861],[1975,-42578],[8279,-53612],[10837,-83923],[10181,139177],[10582,139562],[10623,139178],[10624,139374],[4856,146319],[6320,143106],[7042,143098],[11137,145678],[11102,143510],[11355,143577],[11161,19220],[7805,19735],[7971,19335],[11466,18870],[6992,19872],[7088,19744],[13037,24392],[13065,24201],[13042,24149],[13181,24377],[12856,24435],[12925,24363],[12983,24384],[5292,16346],[5284,31024],[5053,30498],[3935,32065],[4105,32223],[4008,32249],[3818,32132],[3814,32034],[10403,31722],[5925,31565],[5873,31562],[5812,31541],[5945,31371],[6071,31529],[5915,31316],[5753,31623],[287,27343],[4104,29411],[3969,29647],[4724,29621],[3704,42878],[3562,43849],[3472,42181],[4090,44020],[11885,599288],[8386,595547],[9700,596143],[11587,599027],[11674,599231],[8692,596716],[8532,596837],[8509,596920],[8572,596641],[8861,596753],[8755,596800],[8728,596737],[9586,596527],[9431,596719],[4533,598592],[4454,598561],[4455,598620],[4563,598594],[4241,598661],[4295,598706],[4324,598631],[4336,598862],[4524,598703],[4534,598701],[4495,598737],[5066,598624],[4883,598715],[4848,598794],[4969,598548],[5210,598671],[5106,598707],[5091,598648],[5274,598645],[4658,597640],[796,607426],[5101,610852],[6419,614037],[10694,606511],[11162,606815],[10245,603777],[352,612656],[5396,604408],[7226,604268],[3298,612599],[4876,614997],[10550,68526],[10535,68211],[10964,68452],[11515,69195],[7237,68709],[7075,68970],[7307,69036],[7785,69075],[8797,109775],[8817,109729],[8859,109683],[8974,109884],[8778,109919],[9040,109882],[8798,109592],[8491,109412],[9259,109337],[10781,112457],[10913,111667],[10426,112072],[8752,109833],[10813,112295],[10711,112051],[10798,112118],[10829,111972],[7284,104515],[7170,104504],[7587,103970],[7169,104204],[7633,122241],[9116,120438],[7661,122144],[7415,122006],[134803,-5573],[129118,-1113],[128592,-1211],[135734,-34436],[137962,-34016],[131760,-35725],[132941,-36378],[139857,-34475],[134507,-29010],[128047,-33984],[128909,-37215],[128253,-40712],[132342,-38841],[129809,-40484],[132448,-40052],[134481,-40733],[135258,-39485],[128789,-40635],[128818,-48963],[128572,-48814],[128643,-49685],[128542,-49049],[130304,-50571],[128144,-50255],[130042,-49453],[131184,-49547],[130308,-48959],[129682,-49409],[133537,-49565],[131719,-49510],[132415,-49180],[131111,-49502],[135064,-48889],[138425,-47792],[140073,-50631],[139371,-48889],[140599,-49041],[139401,-48561],[138078,-48367],[138225,-48970],[138192,-49052],[137434,-49389],[136081,-49144],[128446,-50619],[134457,-49160],[136596,-49135],[137156,-50718],[136304,-50842],[136264,-50735],[128731,-38678],[137127,-51817],[136591,-51070],[138184,-72829],[136298,-71495],[135918,-72563],[140691,-74972],[139247,-74048],[139785,-73464],[130994,-88430],[132580,-89313],[137953,-86838],[136497,-85717],[134514,-85112],[133812,-84918],[128889,-84843],[138949,-85739],[140698,-85764],[140274,-83115],[129530,-95983],[129354,-96151],[129333,-95655],[131412,-96997],[131396,-96296],[130628,-97023],[130631,-95235],[131739,-95770],[129677,-95278],[132719,-95697],[131725,-95532],[132110,-95094],[131220,-93598],[130556,-94878],[131217,-94770],[133643,-94915],[133705,-94446],[134078,-95087],[134515,-93913],[134115,-93589],[134158,-93293],[133155,-94552],[133745,-93543],[133474,-94726],[133717,-93419],[132886,-92575],[133995,-93311],[133715,-93211],[135036,-93348],[132775,-91259],[132085,-91681],[132442,-91140],[131955,-90607],[133182,-90297],[133516,-91691],[132576,-90869],[133601,-90222],[130394,-95339],[133531,-91615],[136252,-90505],[129944,-93353],[133623,697],[136190,6183],[135338,2617],[128955,25427],[128619,25632],[128626,25543],[128887,25607],[128790,25669],[128701,25714],[128642,25630],[128802,25591],[128615,25530],[128769,25336],[128939,25416],[128825,25400],[135404,355741],[134133,26277],[135057,71884],[130942,71293],[135417,88585],[130061,100962],[128608,93895],[131883,107415],[131628,107686],[138795,114884],[139409,114044],[135618,109140],[145392,-36268],[142845,-47507],[143743,-57823],[142574,-58197],[145793,-57074],[145560,-57502],[141451,-52467],[149782,-76211],[146735,-74505],[145511,-75415],[142042,-88771],[153018,-76896],[150820,-76752],[148823,-78206],[152450,-85217],[152262,-82339],[143511,-79391],[144001,-78576],[145167,-103615],[140841,751],[146194,213330],[146006,213267],[141932,213346],[143910,25297],[146008,24952],[152654,357232],[151681,355948],[149318,357303],[148117,35250],[147175,29688],[146877,46395],[144848,45359],[142544,47442],[141735,44805],[146903,63225],[150222,61465],[146539,58366],[142367,53195],[142319,51958],[146576,76706],[150323,75121],[142561,84657],[146606,112248],[151166,114279],[150072,114815],[146908,114148],[147948,113607],[152248,107658],[141231,115929],[151720,117590],[152109,115402],[141162,116549],[149573,116631],[151059,117595],[148429,116692],[166293,-161372],[161596,-169165],[157272,-74714],[162553,-87650],[157762,-88077],[159500,-88780],[163173,-86573],[154003,-85084],[155510,-83332],[156022,-77354],[154390,-84763],[159500,-88140],[163667,-85410],[163212,-91381],[166125,-95542],[162296,-101524],[161293,-100304],[159970,-94497],[159231,-91940],[159867,-90883],[166136,-112231],[165557,-106969],[165965,-104106],[164340,-102556],[161075,-102863],[161849,-108261],[161987,-108873],[163983,-110249],[160301,-111945],[157569,-112659],[155183,-113017],[164132,305622],[164165,305379],[164184,305733],[164015,305855],[160523,92466],[170283,-122012],[167908,-156639],[167666,-156751],[166517,-161222],[168024,-93069],[170777,-91682],[166861,-92009],[166808,-105357],[167869,-103776],[174497,-105874],[177695,282469],[177655,282436],[177611,282390],[177817,282303],[177832,282520],[177818,282243],[177522,282426],[172342,288981],[172484,289177],[172387,289190],[172227,289036],[172232,288928],[178268,301623],[173757,329354],[173709,329337],[173654,329305],[173832,329151],[173907,329350],[173814,329090],[173578,329374],[179000,355420],[167506,349769],[167460,349746],[167414,349706],[167575,349583],[167648,349786],[167565,349520],[167336,349764],[179145,347520],[179188,347414],[172204,352111],[174200,409654],[186985,-150720],[186801,-150829],[179703,-149225],[179559,-149384],[188406,-158970],[189048,-174825],[188839,-174985],[185407,287418],[185403,287365],[185424,287305],[185614,287429],[185445,287563],[185680,287397],[185323,287249],[185500,286649],[190891,300380],[191060,349485],[189784,352344],[179286,347492],[179372,347718],[179271,347706],[187124,396603],[185581,397564],[185379,413812],[185546,413924],[185582,413807],[185430,413713],[187145,497920],[187046,497693],[187136,497708],[187265,497869],[187238,497994],[182242,493304],[190510,494144],[189517,494105],[182865,508154],[182678,508281],[184051,500702],[183835,500578],[183922,500532],[184135,500575],[184177,500700],[188855,524265],[188634,524297],[188427,523975],[188649,523903],[187806,513128],[196216,-135694],[192562,-155417],[192417,-155535],[192865,-159521],[194445,-76500],[203966,196065],[203544,210362],[203783,210486],[194984,305951],[195071,306174],[194971,306162],[194843,305980],[194886,305873],[195697,310574],[200113,314580],[198189,325570],[194534,341852],[200283,342632],[198204,333570],[192526,497120],[208850,312785],[208828,312739],[208807,312679],[208990,312681],[208934,312886],[209009,312625],[208728,312679],[209613,311741],[209460,331035],[209512,331265],[209416,331243],[209316,331045],[209376,330947],[208099,333824],[205129,530597],[205328,530581],[204834,531258],[220680,523080],[220614,523278],[231969,-140490],[232693,-140886],[230557,553414],[241537,565192],[241324,565096],[246364,-155127],[244114,-181533],[244084,-180906],[254887,295297],[254871,295087],[254859,295036],[254982,295228],[254765,295407],[254812,295303],[254844,295308],[20745,-150633],[20087,-150684],[20326,-151360],[20502,-152647],[20825,-151679],[18413,-152588],[18686,-152447],[17850,-152763],[18709,-152947],[25518,-164238],[24113,-164284],[23907,-165417],[23684,-164521],[23566,-164396],[23873,-164547],[23495,-164087],[21534,-160528],[16194,-155720],[16154,-155751],[16118,-155797],[16314,-155896],[16332,-155677],[16320,-155958],[16026,-155754],[14760,-161492],[15576,-157635],[20122,-153704],[13380,-160530],[13454,-161378],[13704,-160172],[12816,-161861],[13926,-156544],[14370,-156693],[15260,-156621],[13214,-155823],[19067,-159878],[20009,-160909],[19185,-160504],[19539,-161096],[18119,-165333],[18987,-164777],[19307,-164519],[19107,-165097],[19728,-165385],[20137,-165751],[16663,-159965],[17163,-160114],[25547,-167195],[23310,-169245],[24397,-166670],[25273,-167397],[25398,-167133],[25282,-167216],[24015,-166378],[22918,-168217],[22217,-167484],[22288,-167361],[22218,-167854],[22371,-169841],[22353,-170186],[22728,-170256],[22672,-169845],[25333,-169280],[18917,-166781],[16275,-169077],[20344,-166608],[19979,-166214],[20715,-170678],[21058,-170371],[20910,-170325],[20923,-170167],[18430,-184380],[18764,-185997],[15825,-186774],[15011,-186320],[14758,-182656],[15696,-182031],[15459,-188488],[24038,-183290],[23387,-182123],[23956,-182388],[16470,-191772],[16548,-190382],[19031,-235],[17932,-1189],[18696,106],[18650,-797],[19796,-510],[17893,-93],[22658,-8883],[24391,-9290],[21429,-7527],[21862,-7726],[21908,-9435],[25140,-12462],[19881,-351],[19730,-355],[24512,-9231],[24270,-4436],[24249,-3989],[20331,-4606],[20584,-4312],[15887,-11669],[14468,-10737],[15582,-12416],[16226,-11361],[17893,-11453],[16760,-11073],[16000,-11473],[25365,-2208],[22501,85],[23331,-1943],[16638,-13491],[16495,-13761],[16400,-13562],[17296,-17152],[17217,-18754],[14617,-24202],[20779,-24615],[23193,-15644],[25244,-14136],[16472,-12952],[16312,-16318],[15772,-15701],[16057,-15574],[15772,-14966],[16751,-15067],[16774,-14929],[17527,-15257],[17315,-15240],[14661,-19654],[14272,-19583],[15041,-19167],[14618,-19757],[17847,-20146],[17614,-20439],[18544,-20570],[18517,-20459],[23174,-19838],[23131,-20088],[23252,-19746],[23119,-19586],[18162,-28743],[14308,-26531],[16047,-26756],[17289,-26934],[17587,-26903],[14238,-28190],[13485,-29323],[12822,-29174],[14451,-31375],[16210,-37549],[16246,-37852],[16018,-34399],[13669,-35937],[14932,-33965],[22294,-34449],[22709,-36776],[22019,-36551],[21797,-36698],[22024,-36397],[18980,-34523],[19379,-33656],[17432,-33821],[17469,-34438],[17175,-33370],[16995,-33407],[12817,-35434],[14536,-27113],[14569,-27064],[22151,-25752],[23290,-50930],[23348,-49560],[24318,-50823],[25190,-50391],[25001,-50558],[22461,-42007],[22393,-42424],[22229,-41768],[15611,-48243],[15214,-48120],[16078,-48003],[15437,-48186],[16617,-48418],[20902,-39341],[13546,-41629],[16449,-43117],[24281,-51227],[25010,-52572],[17920,-62650],[18587,-52895],[19552,-53156],[18772,-53497],[19152,-53028],[15613,-71700],[21168,-69661],[22933,-69679],[18627,-65822],[17856,-77770],[19563,-82508],[17688,-85568],[13021,-81648],[13312,-80168],[20038,-97827],[21446,-97614],[15593,2915],[15921,1940],[16374,2683],[22156,1849],[22758,2874],[20756,282],[18101,6031],[20117,250],[20344,552],[19584,335],[20004,675],[20555,5261],[19253,6412],[17540,5750],[17213,5906],[22769,5942],[16721,6531],[19344,7149],[14101,2479],[20737,3287],[19890,3413],[19457,3946],[20632,3107],[21297,3834],[18768,273],[17222,5743],[19156,552],[16958,6969],[20022,10693],[21328,12171],[21281,12149],[21232,12120],[21422,11986],[21478,12184],[21415,11933],[21145,12172],[22614,10311],[23417,9197],[25159,11683],[19466,12387],[17393,9406],[18425,10922],[19552,12278],[17920,139770],[25053,137048],[23362,139056],[24772,135051],[24881,134467],[22732,139258],[21863,137541],[23588,137823],[22480,138047],[16653,138900],[14993,140018],[22838,136239],[20136,137669],[19700,138083],[16634,139831],[16053,139528],[18485,144339],[16348,142279],[16339,141324],[16540,141606],[17128,142813],[18736,143959],[23972,147901],[24676,192352],[13026,18645],[18785,22469],[13362,24398],[23781,14872],[19741,17799],[21039,19293],[21022,18239],[12855,288057],[24372,33926],[24414,33953],[24432,33888],[24521,33874],[24408,33713],[24435,33783],[24489,33696],[24304,33674],[24238,33854],[24308,33903],[24248,33904],[24485,33915],[24900,27125],[14379,31241],[15366,30915],[20112,495569],[20150,495512],[19919,495485],[19868,495533],[20070,495672],[20122,495675],[23252,39244],[17207,513543],[17196,513480],[17057,513643],[17035,513713],[17261,513629],[17317,513624],[17765,512991],[17698,513035],[17679,512979],[17652,513154],[17584,513092],[17510,513144],[17634,513268],[17784,513091],[17788,513143],[17814,513096],[17795,512978],[16102,523757],[15999,523928],[15997,524011],[15958,523722],[16293,523743],[16196,523822],[16151,523769],[15508,524195],[15299,524219],[15248,524277],[15435,524072],[15625,524309],[15518,524300],[15522,524231],[16149,524988],[16370,524927],[16354,525000],[21144,518884],[21173,518833],[21225,518807],[21183,518684],[21299,519013],[21093,519007],[21366,519044],[21867,519104],[21678,518951],[21746,518930],[21943,519003],[21975,519127],[21597,517934],[21362,517880],[21416,517820],[21637,517793],[21709,517899],[16219,525020],[16162,525079],[16057,525058],[13791,599828],[13813,599775],[13844,599761],[13802,599633],[13950,599947],[13764,599941],[14000,599989],[13821,600064],[13651,599923],[13585,599932],[13842,599936],[13817,600203],[13758,600134],[13802,600090],[12878,604870],[14618,606391],[16152,608966],[16092,608971],[16221,609042],[16293,609100],[16236,608863],[16199,608868],[16204,608761],[15709,608433],[15610,70155],[16896,70545],[23276,88919],[24133,86211],[23531,87114],[21847,89429],[19946,84679],[21133,98462],[20294,98977],[20747,98754],[19883,99795],[18404,97991],[18941,97557],[18245,97552],[18123,97727],[22794,95284],[23107,95532],[22268,95702],[23402,95820],[19755,95925],[19297,96617],[19948,95618],[20411,95310],[18615,97871],[18590,97914],[18551,97963],[18429,97761],[18641,97720],[18367,97769],[18605,98049],[23337,106865],[23415,106929],[23451,107042],[23124,106795],[23049,106818],[22994,106889],[22934,107119],[22953,107203],[22979,107289],[23180,107344],[23288,107304],[23380,107233],[13718,109632],[13797,109695],[13832,109808],[13506,109562],[13430,109585],[13375,109656],[13315,109887],[13334,109971],[13360,110057],[13561,110111],[13670,110071],[13761,109999],[21964,104130],[22042,104193],[22078,104306],[21751,104060],[21676,104083],[21620,104154],[21560,104385],[21579,104469],[21606,104555],[21806,104609],[21915,104569],[22007,104497],[13373,106261],[24860,109018],[16342,118794],[16421,118858],[16456,118971],[16129,118725],[16054,118748],[15999,118818],[15939,119049],[15958,119134],[15984,119220],[16185,119273],[16294,119234],[16385,119162],[24971,127151],[24376,122992],[21499,125262],[16703,127323],[16544,127167],[16470,125535],[16366,125501],[16199,125084],[17401,123778],[16898,126837],[256730,277017],[256470,276949],[263034,298756],[267675,527162],[306265,411334],[305301,411832],[319577,406729],[319808,406617],[319944,601797],[327940,597734],[328512,597421],[323274,591744],[322955,595927],[322943,596122],[322633,596542],[323283,596736],[323272,593072],[323559,592302],[325109,593766],[321931,599517],[321684,600521],[321578,597147],[326928,605940],[328099,605706],[327846,609017],[327004,610390],[330481,606927],[330294,606930],[330003,607464],[331799,606541],[327855,603992],[327317,603514],[327422,603908],[330507,602771],[329417,603772],[330322,602822],[321417,609122],[322358,609205],[322555,608929],[321592,608230],[321785,608777],[321672,608441],[321811,608688],[320891,604713],[320634,605180],[320660,602343],[340636,601128],[337230,592813],[337851,593194],[337258,592644],[337350,593399],[333976,603393],[338291,608388],[338404,607802],[342440,614080],[342449,614196],[341863,612490],[341681,612551],[341217,605276],[341168,605257],[341114,605225],[341034,605290],[341293,605072],[341368,605279],[341279,605011],[341680,619309],[341786,619363],[341909,619563],[341816,619575],[341656,619422],[350094,613215],[350203,609048],[350162,609016],[350122,608970],[350337,608876],[350346,609094],[350343,608815],[350026,609009],[350994,622440],[351641,615159],[349869,618728],[358697,-82898],[32180,-124602],[36734,-145928],[36695,-145962],[36656,-146011],[36874,-146095],[36877,-145876],[36881,-146158],[36559,-145975],[29942,-151411],[34295,-153446],[34347,-153447],[34410,-153444],[34160,-153374],[34452,-153530],[26281,-163618],[25880,-163486],[26326,-163450],[25952,-163414],[27624,-164258],[27769,-164617],[27554,-164637],[27372,-164097],[26139,-165679],[26540,-165255],[26383,-165421],[26387,-165695],[34317,-153227],[34357,-153187],[26145,-168575],[25985,-168260],[26256,-168361],[26074,-168684],[26979,-168312],[27037,-168553],[27388,-168489],[27289,-168721],[25782,-169376],[25679,-169157],[25697,-169585],[34862,-171529],[33091,-168758],[33459,-168063],[33763,-168523],[34476,-169431],[33662,-169401],[33103,-171445],[33604,-169790],[32608,-169431],[35638,-170217],[36051,-169874],[25616,-183550],[28202,-182101],[27194,-181455],[31004,-185187],[31575,-185338],[32710,-185027],[29987,-181681],[30158,-182715],[28972,-182289],[27752,-184067],[28735,-186045],[28986,-193380],[30189,-2378],[32362,-6039],[34715,-7328],[35906,-12066],[35309,-12433],[31363,-8629],[31038,-6499],[30462,-5912],[29877,-5297],[26365,-4867],[29819,-7634],[31125,-8568],[31939,-7529],[33247,-9277],[34445,-8127],[37731,-9010],[37377,-7969],[37842,-9031],[31799,-8074],[28611,-5162],[28378,-5378],[37897,-3637],[26473,-4999],[27870,-8773],[28412,-9143],[28060,-8839],[28411,-8751],[27822,-4469],[27958,-4849],[27986,-11430],[25936,-8320],[37325,-13166],[34065,-15456],[30908,-17708],[30463,-15768],[27096,-16404],[31032,-13278],[26230,-16790],[30027,-18668],[30457,-18925],[29074,-19788],[29836,-21333],[32375,-23622],[30516,-22507],[31901,-19812],[26880,-20592],[29224,-15121],[32414,-17205],[35416,-18305],[36701,-18446],[37189,-20776],[34949,-23504],[35330,-22143],[35246,-19988],[29627,-24714],[25643,-15240],[28120,-15227],[29273,-15622],[37597,-26257],[35805,-26861],[36850,-28266],[30393,-32532],[28375,-35113],[28215,-33141],[26750,-35685],[27689,-36686],[35257,-27871],[32852,-25680],[28772,-28827],[27200,-26619],[27416,-27061],[25868,-29203],[26607,-30460],[28778,-50250],[27830,-50235],[27489,-46218],[28519,-44827],[26776,-49441],[28579,-49386],[29051,-49173],[29923,-49945],[26998,-46624],[30108,-49208],[34850,-47151],[31947,-45725],[32862,-44436],[30997,-45131],[36448,-46332],[24250,-41569],[28307,-42233],[28147,-42181],[27488,-43313],[32765,-50992],[31826,-50654],[31722,-50726],[31267,-50533],[26129,-53992],[26267,-51566],[27747,-52135],[28008,-51524],[26640,-53724],[34486,-52104],[32862,-51145],[37917,-51897],[37771,-51786],[27633,-75201],[27618,-76406],[28714,-76783],[28396,-77215],[35762,7670],[35616,6173],[26504,135726],[25931,136445],[28135,135451],[29542,132897],[27455,134518],[27275,134704],[29097,133458],[29586,131151],[29874,129787],[29942,129462],[29211,129193],[28916,129216],[29425,132704],[28461,134209],[28219,132096],[28954,133975],[28049,135311],[28048,131973],[35476,140847],[30703,139431],[33653,134082],[35079,135443],[35033,135464],[34972,135480],[34987,135246],[35187,135335],[34931,135215],[34967,135581],[35204,135657],[35043,135666],[35247,135073],[35391,135376],[37387,139765],[37345,139732],[37305,139687],[37519,139592],[37531,139811],[37525,139532],[37208,139726],[36329,133154],[36271,133265],[37273,140438],[36244,129179],[32325,149131],[28064,148843],[36020,149489],[37451,145560],[33837,154636],[26150,193075],[34113,255070],[35858,23117],[36586,22475],[35891,23336],[37958,22383],[38282,22164],[36105,24271],[35922,24233],[35985,24059],[35245,20092],[34323,15146],[36451,22379],[35349,22076],[37722,22447],[37066,23691],[37005,22637],[36365,23691],[36319,21538],[35306,21669],[38067,24587],[36115,24385],[38258,24607],[32548,23633],[30963,24896],[33612,24798],[33403,24826],[31177,24518],[37747,20566],[38188,20734],[38272,17367],[37451,17888],[35697,19417],[37893,19488],[32799,23383],[33149,22668],[32482,24913],[36882,18221],[37604,19623],[37712,19513],[36754,18353],[33672,24913],[33252,24308],[30003,25154],[30587,25319],[29894,25349],[37354,17400],[37398,17518],[37378,18033],[37829,17673],[35756,19650],[36084,19128],[35984,19235],[32894,25524],[28178,17683],[35627,258754],[31707,355531],[37417,27138],[37612,27096],[37615,26918],[37158,26715],[37285,26750],[34444,37855],[34397,37831],[34349,37790],[34542,37664],[34594,37875],[34536,37600],[34261,37847],[37765,37790],[26085,36936],[29457,34073],[29733,33730],[29682,33496],[29780,33526],[29877,33721],[29818,33822],[30451,33902],[30512,34111],[30414,34087],[30310,33898],[30363,33818],[30283,34927],[30541,27949],[28084,28618],[29373,26541],[33495,28711],[36007,33318],[34453,34123],[32825,29957],[34097,26022],[33323,28655],[36333,29118],[36231,28721],[36621,29486],[35655,30282],[36424,29246],[36036,28726],[29664,29712],[26247,27308],[31747,30928],[34297,34090],[36445,28789],[28708,30284],[36164,33372],[38154,31131],[35976,31443],[34189,33417],[34312,32435],[34979,31057],[32889,31209],[33555,30411],[34460,29777],[34490,27346],[35015,27656],[32006,27007],[32648,26154],[32924,26888],[31556,27375],[36380,31738],[26975,26603],[27975,27175],[29577,26425],[29917,28257],[31393,26601],[26944,26398],[29731,29432],[31038,30663],[29481,29516],[33607,26683],[35641,29439],[37204,28310],[37196,32292],[36551,31758],[28825,30183],[34437,27517],[32914,32076],[33283,32928],[33298,33375],[33696,32338],[30432,28021],[31581,30707],[31382,29224],[31777,26532],[29211,26507],[29691,28156],[26555,27713],[27841,27366],[27796,27145],[26551,27498],[28724,30039],[35572,30459],[35477,30329],[34012,33449],[33751,33575],[33962,33636],[25941,27373],[27132,26818],[27165,27545],[27930,28519],[27853,27618],[33333,28793],[33457,28861],[33895,30217],[33833,30368],[33688,30224],[35459,32083],[37249,30565],[38217,30617],[38149,29860],[38105,29698],[37460,28391],[37081,28344],[37736,27892],[32190,32850],[32154,32814],[32129,32761],[32299,32697],[32307,32913],[32312,32634],[32043,32791],[31780,32781],[26230,27043],[26209,27091],[26170,27141],[26051,26969],[26244,26895],[25989,26982],[26228,27219],[32363,32457],[27045,26191],[27263,522094],[27366,522153],[27347,522112],[27245,522141],[27538,522000],[27467,521958],[27459,522031],[27373,521823],[27250,522041],[27225,521991],[27251,521953],[25658,61043],[32742,76911],[27168,75120],[27205,75447],[28040,74971],[33019,89413],[31914,89621],[33049,88999],[38173,91588],[36436,96129],[36515,96193],[36550,96304],[36224,96058],[36148,96080],[36093,96149],[36034,96375],[36053,96456],[36079,96542],[36280,96598],[36388,96561],[36479,96491],[26143,95283],[26220,95347],[26252,95459],[25932,95211],[25856,95233],[25799,95301],[25733,95527],[25749,95609],[25773,95695],[25973,95752],[26083,95715],[26176,95646],[28209,99941],[28293,99997],[28340,100105],[27990,99894],[27917,99924],[27869,100000],[27832,100235],[27859,100316],[27894,100399],[28100,100432],[28204,100382],[28288,100302],[32260,90823],[26147,91939],[26360,91786],[26056,92354],[25921,92533],[36464,103548],[36485,103630],[36513,103716],[36714,103768],[36822,103728],[36912,103656],[26631,109815],[26710,109877],[26746,109988],[26418,109746],[26343,109769],[26287,109838],[26227,110065],[26246,110146],[26273,110231],[26474,110285],[26583,110246],[26674,110176],[36862,103292],[36942,103355],[36979,103467],[36649,103225],[36574,103249],[36520,103319],[36418,123256],[37283,122721],[32482,123859],[34559,121685],[35549,125407],[36600,123314],[33754,122396],[33652,124386],[30980,123196],[35265,124225],[35811,125484],[32937,124590],[27744,126643],[28984,125095],[29819,125966],[27423,124003],[38399,126547],[33699,127159],[25862,125403],[27589,126974],[30257,125947],[26048,124918],[26050,123130],[31481,126462],[28818,127971],[28954,126791],[28882,126948],[30584,127585],[30402,127669],[396449,662352],[395342,663526],[395471,663075],[396192,662196],[395400,660762],[396187,659944],[396549,659977],[396582,660927],[396610,661602],[396341,660969],[392879,672674],[393664,673298],[393230,674218],[395238,674001],[393330,673188],[395981,674585],[395449,674275],[395925,674062],[404972,655727],[403806,656296],[405317,655284],[402180,657159],[400338,657116],[397341,662275],[398350,657786],[398077,657527],[397074,657795],[397824,657954],[402304,659462],[404245,664735],[404636,663936],[400301,678089],[401312,670966],[401171,669836],[402964,670214],[403214,670196],[399311,671708],[399826,668328],[399784,669004],[399957,666579],[400116,665931],[400172,666660],[400915,665858],[405723,667903],[404641,666495],[404210,666156],[405425,667762],[406535,667369],[406275,667072],[39691,-152607],[46580,-148769],[46532,-148789],[46486,-148822],[46658,-148972],[46726,-148764],[46650,-149032],[46404,-148757],[49325,-164699],[49114,-165247],[48490,-164887],[50412,-165210],[48544,-156961],[50420,-157352],[48801,-156062],[48384,-155438],[48233,-155478],[47404,-156740],[48662,-155392],[43789,-154571],[41815,-154047],[41563,-153968],[39775,-155145],[40542,-154793],[44795,-165611],[44379,-165274],[44745,-165745],[39002,-171225],[39321,-170386],[38929,-170471],[42325,-168792],[42031,-168363],[41807,-168620],[41974,-167884],[47172,-166782],[47672,-167583],[48011,-167261],[47798,-167857],[44778,-166278],[42899,-228781],[43642,-227866],[44993,-227793],[46058,-224890],[43420,-230800],[41182,-5476],[44303,-4002],[43787,-4630],[44712,-3614],[42096,-3186],[40231,-4704],[41148,-7155],[41436,-5253],[42117,-11221],[42532,-2275],[42841,-1779],[44379,-3868],[43934,-5224],[42976,-6247],[43676,-7266],[42141,-3354],[40933,-8304],[41026,-8018],[40600,-10935],[40384,-10995],[40680,-10119],[41082,-9803],[40950,-9800],[44221,-537],[40606,-12490],[38776,-8927],[38714,-8083],[44149,-4794],[44536,-5379],[44483,-5859],[44254,-4379],[44340,-4521],[44365,-4429],[40116,-4587],[38939,-8809],[42264,-11368],[44735,-6082],[44140,-455],[44426,-861],[44193,-311],[44373,-334],[40297,35],[39165,-11691],[45904,-1106],[45660,-3884],[45484,-2595],[45300,-4051],[45742,-3148],[47520,-2867],[49360,-1547],[45554,-6424],[47045,-8796],[49714,-4209],[45899,-9560],[42340,-11194],[45165,-5894],[44878,-9773],[46969,-6217],[46719,-4869],[46900,-3586],[45913,-3163],[45790,-6849],[45299,-8619],[45431,-9296],[47438,-10269],[46140,-10913],[46283,-10970],[47143,-8903],[45438,-8675],[44898,-9906],[49822,-4303],[43870,-8658],[43605,-10568],[49193,-2646],[47435,-7215],[50411,-1814],[49589,-643],[44530,-7510],[48517,-4063],[47376,-2854],[46680,-4748],[45704,-6432],[45427,-8807],[45293,-8764],[47289,-2662],[47225,-2785],[45005,-5809],[45429,-6522],[47974,-6454],[48132,-6144],[46836,-11065],[46699,-11025],[46761,-10913],[49360,-10662],[49572,-10792],[49621,-11134],[49329,-10542],[49534,-10305],[49582,-10583],[49504,-10406],[49647,-10351],[46638,-11915],[45023,-6524],[45156,-6842],[45127,-6474],[47820,-12200],[47600,-12429],[47639,-12256],[47343,-118],[46795,-365],[47064,-405],[46562,-713],[46341,-725],[46503,-52],[46520,90],[47135,-1],[46010,-3383],[49994,51],[49451,122],[49860,-540],[40388,-13294],[40596,-16860],[39474,-15974],[40107,-12985],[40773,-14904],[41415,-12913],[44420,-24475],[41500,-17117],[42639,-15530],[46189,-24384],[50001,-14258],[49895,-14262],[50096,-14456],[48977,-13035],[49244,-13471],[49068,-13431],[49267,-13380],[43537,-16413],[43162,-15889],[43786,-15989],[43944,-16009],[45686,-13302],[45862,-13329],[45437,-12637],[45437,-12948],[43285,-17666],[43433,-17261],[44085,-17689],[42495,-13253],[42588,-13575],[42503,-13413],[47330,-12749],[50475,-22326],[39830,-28844],[41016,-26186],[42232,-25602],[49848,-26820],[44251,-48181],[42015,-48895],[42269,-48927],[46748,-46587],[46634,-46787],[49732,-46898],[49585,-46620],[48645,-49517],[47773,-49663],[39429,-49228],[40650,-53889],[42985,-53453],[45293,-54102],[40245,4956],[41504,7218],[42709,3225],[42850,3072],[40138,5019],[41693,5549],[39541,393],[41390,3963],[41197,4159],[42789,7662],[42826,7627],[42879,7595],[42941,7813],[42723,7796],[43004,7828],[42850,7495],[43974,8146],[43522,8229],[43678,8048],[43832,6662],[43465,6851],[43718,6266],[43579,6859],[45001,138655],[46147,140321],[51039,132089],[50849,131804],[51143,131665],[51088,131729],[51061,133170],[51086,133204],[51099,133256],[50900,133301],[50956,133093],[50871,133363],[51194,133231],[47212,133930],[46051,133498],[47682,133059],[46658,132612],[43205,132342],[41779,137735],[41871,134460],[41821,134447],[41765,134416],[41927,134260],[42022,134449],[41908,134199],[41692,134489],[41634,134633],[41956,134602],[42652,133908],[42419,134830],[45850,140812],[45838,140751],[42734,129559],[43263,131502],[40403,129218],[40257,130443],[41046,130769],[40419,130516],[38602,148015],[44257,148959],[43574,150182],[50523,144486],[50745,144387],[45786,141006],[45728,141020],[45589,141026],[39883,142386],[40075,141521],[48891,206115],[48956,206084],[49007,206114],[48955,205907],[48987,205949],[49039,205896],[48850,205871],[48836,206079],[48773,206018],[48780,206064],[48898,206167],[39125,22341],[38845,22241],[38558,22017],[41240,23624],[40209,22833],[41129,23403],[41264,24272],[39481,22394],[40283,22692],[38594,22156],[41221,25555],[39391,25629],[40215,23042],[41901,15534],[42915,14172],[38534,15880],[40371,14308],[42052,13358],[39759,15635],[43527,25403],[43646,23254],[43165,24642],[43663,23458],[45652,24958],[39844,18798],[39890,18611],[41930,17713],[45875,13378],[45351,14439],[41031,13294],[41812,17997],[40613,16689],[38945,17153],[40925,18433],[38742,17083],[45572,13655],[41940,13363],[39651,14171],[42315,21502],[43478,25162],[43080,24509],[43053,24679],[44908,25627],[43705,16177],[45868,13575],[44165,15708],[44454,15484],[44283,15347],[38807,15481],[38594,15350],[43089,21212],[43441,21661],[43319,21584],[43094,21437],[42875,21186],[42737,14514],[38524,20684],[43680,13064],[40061,15130],[48933,25790],[50163,14221],[48285,14801],[50911,18561],[49798,17561],[49429,18928],[48687,17319],[50242,17057],[49631,17020],[47813,18610],[47571,18463],[47669,18599],[42257,382821],[41364,31130],[40748,30616],[40655,30132],[40817,30258],[40028,27183],[39878,27052],[40620,30318],[47432,29814],[42746,27614],[39159,28613],[39236,28712],[41324,31983],[42203,33178],[42356,33274],[43885,33682],[40628,30032],[43445,28451],[42600,27585],[42602,27506],[42312,26692],[42345,27499],[43272,28501],[43429,28600],[45071,31581],[44226,32232],[40939,28220],[40147,31802],[40122,31663],[40092,27013],[42107,26674],[44625,31363],[46901,33333],[46029,29872],[48784,30318],[48279,31300],[48389,31458],[47015,33107],[48552,29274],[42033,31583],[42268,31392],[41738,29829],[41884,29901],[41824,29775],[38989,28806],[38532,27309],[43077,34004],[43436,33993],[44097,32351],[47704,28685],[51177,30415],[50619,31682],[49732,31977],[49265,31187],[45958,28763],[48338,29064],[46857,30341],[46845,30237],[46716,30220],[45192,32204],[46266,32493],[38629,27374],[41481,25919],[43141,36348],[51084,35524],[49101,28080],[38743,33285],[38767,32094],[50103,28592],[50034,29160],[50101,29023],[38907,33241],[40403,33619],[45158,26173],[45200,26201],[45250,26236],[45049,26326],[45011,26133],[45058,26376],[45333,26203],[47212,27181],[47174,27146],[47141,27091],[47346,27061],[47347,27248],[47358,27002],[47044,27112],[44031,47546],[47080,46315],[50660,46627],[47341,46843],[50309,43612],[45748,47640],[47142,49652],[46586,51358],[49514,48825],[50885,50313],[47530,60069],[46482,63643],[47936,63887],[48726,61708],[47774,59414],[44832,62791],[41199,63048],[49113,55259],[44588,53261],[48879,52252],[50696,76821],[50499,76828],[48408,67430],[50549,66679],[51065,69670],[47908,72605],[42986,71175],[41786,67894],[44693,67579],[49580,65169],[47156,66110],[47973,69994],[42596,66224],[42542,67770],[41512,70174],[45006,74462],[45831,76280],[48679,76100],[50539,79814],[50794,79998],[47140,79273],[47806,81807],[49607,82119],[50004,84956],[44586,93187],[41173,96642],[49851,92637],[48264,94625],[44575,96220],[42009,94515],[38564,94028],[43194,91374],[47063,90998],[44709,93415],[44642,97628],[49582,96037],[41894,92070],[45461,90743],[45835,94654],[43357,95165],[44940,91798],[47484,95309],[46578,96988],[39952,93735],[42643,96521],[43268,93765],[45989,90407],[46566,91958],[50516,93895],[44642,101844],[50327,98882],[40617,95071],[40748,94977],[40673,95000],[40961,95047],[41075,95223],[41039,95110],[40557,95302],[40603,95472],[40577,95386],[40804,95526],[41004,95414],[40912,95486],[46592,97229],[46670,97293],[46706,97406],[46381,97159],[46306,97182],[46252,97252],[46194,97483],[46214,97566],[46240,97653],[46439,97707],[46546,97668],[46637,97596],[50820,103252],[48532,108616],[50732,107012],[50662,109090],[39934,110582],[40012,110646],[40048,110759],[39721,110513],[39646,110536],[39590,110607],[39530,110838],[39550,110922],[39576,111008],[39777,111062],[39885,111022],[39977,110950],[43872,108360],[43951,108423],[43986,108536],[43659,108290],[43584,108313],[43529,108384],[43469,108615],[43488,108699],[43514,108785],[43715,108839],[43824,108799],[43915,108727],[48416,115395],[48735,118334],[48623,121573],[42766,118669],[44807,118687],[39703,120327],[48518,123488],[46282,122739],[46016,120626],[47150,118152],[43085,124336],[44727,122158],[42613,120087],[47220,122600],[47581,122319],[45538,123071],[48669,123551],[42337,122445],[45797,122292],[43448,121304],[50944,120898],[40959,123581],[41085,123582],[40324,123085],[40567,122954],[40134,122843],[40397,122921],[44015,116726],[44090,116794],[44121,116907],[43806,116646],[43729,116665],[43671,116732],[43601,116957],[43617,117040],[43639,117128],[43837,117192],[43947,117159],[44041,117093],[48629,115462],[48709,115525],[48746,115637],[48340,115418],[48286,115489],[48229,115718],[48249,115800],[48277,115886],[48478,115938],[48586,115898],[48677,115827],[48629,115462],[48709,115525],[48746,115637],[48340,115418],[48286,115489],[48229,115718],[48249,115800],[48277,115886],[48478,115938],[48586,115898],[48677,115827],[41338,125484],[39768,125772],[48800,126660],[48413,127967],[46494,125663],[46449,125638],[46401,125597],[46601,125474],[46640,125686],[46596,125411],[46314,125653],[60140,-118898],[60101,-118931],[60064,-118978],[60279,-119066],[60281,-118847],[60288,-119127],[59967,-118942],[62000,-122630],[62739,-122846],[62374,-122842],[62322,-122965],[62945,-123309],[62325,-125466],[62385,-125300],[61794,-124555],[61509,-124682],[63548,-131339],[60161,-139506],[63227,-134053],[54977,-138511],[54735,-138498],[55208,-138564],[55000,-138669],[51548,-158715],[51506,-158747],[51467,-158794],[51670,-158890],[51690,-158672],[51675,-158953],[51373,-158751],[53657,-160619],[54373,-160937],[52960,-161900],[53191,-162364],[53455,-161108],[52217,-162113],[56155,-161695],[56981,-161623],[55700,-161506],[56813,-161836],[55086,-157460],[54959,-157477],[54936,-157858],[55985,-157521],[62525,-175840],[60812,-177986],[58882,-174101],[58030,-174268],[63420,-169721],[62907,-169354],[55042,-177021],[54686,-175263],[53922,-174971],[55506,-174366],[62044,-178860],[61723,-228716],[60666,-228293],[59998,-230935],[53224,-369],[51230,-2570],[53133,-587],[59525,-5340],[59499,-623],[61900,-9260],[63061,-11410],[57329,-3697],[61556,-8905],[62423,-3330],[58677,-4848],[61015,-5045],[61326,-5846],[58178,-1759],[61127,-5605],[61197,-5765],[60825,-3646],[58635,-3687],[61000,-3019],[63306,-5143],[63455,-5246],[63726,-6189],[63877,-5641],[61002,-3829],[59077,-3860],[58205,-3114],[57548,-2311],[57743,-9736],[56574,-9618],[58163,-10324],[56374,-6992],[61036,-3643],[60660,-834],[59548,-426],[58972,-4741],[53060,-457],[54034,-11226],[55094,-4758],[55992,-3553],[58053,-8161],[54685,-11925],[57414,-7392],[57673,-9426],[56500,-7118],[63611,-9112],[63772,-9109],[52271,-10442],[53894,-11118],[57415,-7528],[57702,-7423],[59002,-8821],[57963,-8209],[54908,-4653],[55722,-4797],[62205,-11404],[62938,-12368],[57827,-12272],[57022,-11467],[55295,-1373],[54840,-2596],[54493,-2163],[63353,-2484],[62335,-3112],[61832,-3208],[63509,-7025],[62078,-4342],[63854,-7834],[62622,-10016],[58796,-9966],[58809,-10122],[59523,-5693],[61242,-5131],[61083,-5404],[60797,-5172],[59918,-2633],[59587,-2707],[62495,-3195],[62913,-2120],[61847,-2076],[61163,-2763],[61819,-9091],[55165,-11215],[53818,-11088],[63667,-6362],[63762,-7899],[63589,-7672],[55714,68],[55325,-608],[60957,-6770],[60769,-6822],[60870,-6886],[63603,-3741],[53332,-9966],[53195,-9926],[53258,-9814],[58228,-12284],[58337,-12209],[58639,-12048],[58716,-12176],[63624,-2227],[62704,-2217],[62291,-2413],[56375,-191],[56777,-7113],[62741,-22510],[61636,-23500],[56607,-23116],[55400,-14724],[54761,-13543],[56375,-17138],[58519,-13611],[56953,-14518],[59094,-15443],[55345,-14580],[53619,-18127],[61531,-15025],[62808,-14102],[59199,-15170],[56970,-14309],[56396,-18504],[54448,-18991],[54935,-17610],[58448,-19126],[57036,-16930],[58714,-17093],[56442,-13698],[58351,-13609],[60361,-13470],[61289,-14727],[57193,-19426],[58220,-19847],[57582,-18665],[58016,-17563],[58046,-19801],[57521,-18874],[58879,-18623],[63000,-15005],[63759,-15244],[63769,-15418],[62283,-15079],[61380,-17350],[61933,-17103],[61835,-17231],[62407,-17184],[60887,-17273],[58081,-15967],[58145,-16111],[53072,-13819],[59805,-12775],[59609,-12907],[63686,-13372],[60014,-16267],[59829,-15866],[60036,-15780],[60166,-15863],[60860,-16632],[60215,-17196],[56572,-22308],[53081,-19447],[53351,-18809],[55340,-18153],[51502,-14909],[51972,-29339],[52942,-29388],[51482,-30590],[63984,-25460],[61742,-40796],[61841,-40575],[62560,-42576],[60406,-43428],[60212,-42826],[61370,-47024],[61139,-47133],[52567,-50065],[52023,-49158],[52765,-49997],[52984,-49561],[55215,-48242],[56234,-48935],[55615,-48574],[63883,-41870],[58852,-41822],[59441,-42886],[58817,-45331],[59100,-45664],[56424,-44814],[61317,-50040],[58192,-58427],[57316,-60290],[59467,-59093],[58381,-58500],[62601,-56358],[60379,-56215],[51688,-52587],[53084,-51995],[54475,-51954],[58027,-51461],[61188,-51658],[61038,-51743],[60363,-71444],[57658,-72066],[60535,-73710],[63039,-76623],[57946,-96277],[57994,-96040],[57898,-96067],[57802,-96271],[57863,-96369],[57846,-92177],[52833,2087],[52917,1479],[56785,3363],[55230,4826],[54840,3136],[63251,387],[63596,483],[56716,4139],[59709,5947],[59662,5929],[59615,5898],[59774,5741],[59852,5945],[59764,5680],[59538,5966],[57344,4301],[56912,3934],[59426,5922],[60043,6295],[60019,7282],[58969,8707],[60588,8249],[60609,9201],[59232,9203],[59182,9192],[59119,9181],[59232,9023],[59368,9185],[59196,8982],[59072,9239],[60371,11041],[60378,11271],[60289,11235],[60235,11037],[60307,10945],[58959,10543],[59703,10363],[52689,5852],[53016,4605],[59529,12727],[57917,12705],[55863,11659],[53445,12143],[55277,12363],[54119,12518],[53044,12937],[52898,138125],[51645,131801],[51326,131670],[51279,131646],[51230,131607],[51423,131476],[51476,131688],[51416,131413],[59448,130868],[59401,130844],[59351,130806],[59545,130674],[59598,130886],[59537,130613],[59265,130863],[55119,134348],[51854,141033],[51635,145253],[59937,17307],[52967,24152],[54390,23568],[55394,25280],[56006,23599],[54714,24064],[56655,21763],[55954,22337],[57786,19002],[58870,19004],[59422,18417],[58156,17773],[57894,21118],[57731,19274],[57679,20337],[58936,14588],[58235,15605],[59538,15169],[55016,13059],[53391,24095],[53022,23638],[53431,23507],[52913,23722],[53164,23981],[51653,31196],[53351,32228],[52984,32302],[51818,31112],[54916,33733],[54765,33582],[54691,33722],[55497,37431],[54731,36258],[55604,37036],[52329,30483],[62490,31828],[61710,31909],[61685,31870],[61670,31811],[61896,31849],[61820,32006],[61928,31800],[61565,31803],[53630,32556],[63747,38396],[63858,32029],[63705,34325],[63116,35700],[54165,31924],[55452,32980],[54740,32503],[56680,33934],[57397,32537],[58762,35904],[60533,35830],[60650,37546],[52718,28517],[51312,27790],[54429,29106],[55093,26951],[55870,26781],[63363,408660],[63338,408459],[63311,408414],[63482,408583],[63220,408780],[63265,408678],[63313,408675],[62545,412368],[62771,412479],[60907,50579],[60727,50376],[60585,50850],[60627,49838],[52035,43388],[51799,43374],[53461,43041],[54106,45173],[54184,41254],[56929,43436],[60485,50850],[60807,50579],[60627,50376],[60527,49838],[58284,47899],[57975,38785],[52852,47325],[53158,47764],[54926,46913],[54961,47135],[52660,47701],[62213,44913],[62034,44710],[61891,45184],[61933,44172],[61562,44782],[63076,601952],[62396,61801],[60430,61180],[57999,61927],[58953,63760],[61764,63637],[59012,63107],[57418,62896],[61624,63851],[59030,62299],[60120,61102],[58803,63589],[56571,63176],[54160,62764],[59061,63399],[60541,61703],[57378,61954],[63367,64018],[55804,57728],[56648,56874],[56356,57260],[56086,57148],[51546,61111],[52597,54070],[53484,54718],[58699,55457],[59061,56483],[59616,56167],[58759,56804],[59458,55582],[52118,51612],[62128,62081],[61724,61837],[60309,53209],[63869,61885],[55721,76691],[57953,73514],[60743,74818],[62112,74992],[57886,74056],[54177,75517],[53608,76725],[56449,74730],[57278,74075],[52344,76168],[61021,76592],[62020,76074],[60703,74002],[60736,75087],[59153,74703],[58837,73799],[57582,74800],[58704,76113],[60911,69216],[61631,67327],[59891,68194],[60660,65299],[57009,67427],[59786,68365],[58384,66007],[57141,64467],[60479,66513],[60144,64667],[60451,69338],[54606,65299],[60385,64813],[57824,65624],[59510,68232],[60425,69140],[55908,64510],[55494,72406],[52251,69253],[52959,67630],[52010,75805],[53044,74578],[53213,74592],[53319,72676],[58685,75942],[63157,64817],[63621,64729],[63565,64856],[61843,75654],[61960,75865],[61863,75864],[61718,75691],[61738,75587],[58026,78134],[59346,77137],[51850,78025],[51396,81460],[53432,83898],[56584,80539],[58144,77983],[56638,80379],[54409,80074],[53818,81297],[53158,81562],[51526,79093],[51336,78680],[52729,79455],[54584,77604],[56471,80386],[58517,78035],[57802,78253],[51540,83377],[63846,81976],[63205,82780],[63871,87169],[63577,85020],[63189,83021],[62261,80249],[58445,82608],[63693,80897],[57302,82478],[60439,81850],[60560,82499],[63618,84866],[59508,81501],[58102,84396],[54776,81502],[59340,83882],[58883,82667],[62011,85347],[58771,81279],[58814,81412],[60579,81860],[60549,81987],[61292,83589],[58338,79505],[55790,78411],[62507,100903],[59964,99163],[60986,102432],[63336,98295],[62821,96810],[61583,100810],[61306,102360],[58774,101927],[63165,99647],[63234,101818],[63653,99216],[63418,99076],[62173,98815],[63648,96040],[59606,102537],[58903,100610],[59525,102398],[55788,112252],[56381,110044],[56638,110700],[59408,102617],[59205,104514],[56028,107458],[53525,106814],[57926,112942],[51996,115345],[57832,104293],[56938,105043],[57652,109208],[52563,107486],[52675,113012],[58728,103925],[58743,103629],[58354,109095],[54250,110886],[53175,111165],[52893,114419],[59961,109602],[59759,109280],[59759,109095],[58347,107474],[60421,115144],[60374,115120],[60325,115081],[60518,114950],[60571,115162],[60511,114887],[60238,115139],[63789,104066],[61617,106736],[61578,106956],[61500,106908],[61485,106712],[61573,106635],[58032,112084],[58092,112317],[57994,112295],[57888,112096],[57943,111995],[61442,106636],[59727,114504],[53652,118911],[52805,119653],[52334,118614],[54272,119163],[52317,120018],[54211,119919],[55209,118207],[54206,119621],[55881,116357],[54282,119444],[51433,121056],[51768,120916],[54234,115533],[58863,123783],[54811,126039],[54854,126060],[54903,126106],[54699,126220],[54661,126008],[54706,126291],[54989,126044],[59526,126272],[59880,126785],[60209,126679],[60105,126534],[63825,124097],[63795,124135],[63746,124179],[63657,123961],[63591,123962],[63791,124269],[63589,124329],[58312,121088],[58368,121323],[58270,121299],[58168,121098],[58225,120998],[58966,120463],[55349,116192],[53948,115467],[56321,121875],[61970,119869],[61787,119680],[63870,123950],[68253,-117187],[68908,-116964],[68196,-115011],[68936,-115336],[70681,-115179],[70586,-115333],[69632,-116332],[74055,-116706],[68519,-117688],[67890,-118500],[68666,-117941],[71925,-116359],[71392,-117387],[71230,-116219],[73278,-115933],[72788,-116331],[72399,-115454],[71879,-116041],[75807,-118354],[76584,-120296],[75111,-118585],[74861,-122453],[76319,-119780],[71992,-123740],[71150,-122633],[72670,-122309],[71941,-122654],[73281,-123728],[74428,-124066],[73099,-125765],[73008,-124618],[65577,-125396],[66945,-126390],[67137,-126101],[66874,-126548],[65959,-121114],[65071,-120539],[66323,-121776],[65924,-121441],[74884,-115169],[76129,-161130],[76440,-157711],[75726,-157226],[75729,-162893],[73241,-162419],[74459,-160908],[72517,-160184],[75107,-156297],[65505,-172822],[67767,-168383],[70953,-168977],[69257,-10565],[70406,-12071],[65535,-10241],[65489,-8371],[66528,-1946],[68160,-7378],[69095,-5906],[69530,-6629],[68370,-3964],[69606,-8638],[68642,-10063],[69314,-10817],[68839,-11252],[64139,-5631],[64508,-8174],[64915,-8688],[64483,-10129],[64160,-5730],[64381,-10350],[66129,-9570],[66010,-9264],[65982,-9667],[68328,-7270],[66886,-5280],[67037,-5264],[69001,-5018],[66408,-4469],[67722,-2941],[65322,-3297],[64422,-1769],[64561,-2035],[64622,-1835],[66476,-1828],[66945,-5386],[69181,-5082],[67699,-12334],[68536,-9460],[67724,-9297],[67247,-10519],[70250,-11079],[67840,-9415],[67952,-7661],[69451,-12442],[69443,-10679],[67769,-11370],[65300,-2921],[65317,-10341],[64546,-10241],[64306,-10144],[67735,-10365],[68446,-8578],[65968,-1334],[65806,-1219],[65890,-1631],[64396,-4259],[65029,-5237],[64485,-4835],[65155,-7138],[70845,-7494],[70653,-7733],[71159,-8467],[71723,-8611],[72013,-8838],[67629,-12126],[72921,-2781],[71612,-8549],[71149,-8288],[71621,-9276],[71636,-9325],[71672,-9379],[71798,-9211],[71618,-9125],[71860,-9229],[71607,-9453],[74936,-1167],[75520,-851],[76641,-24814],[65508,-23778],[64672,-22992],[68965,-13063],[66894,-13279],[68379,-14600],[66361,-16565],[65574,-16635],[64374,-16691],[65193,-13815],[67400,-14507],[67566,-14495],[64026,-15231],[65813,-14632],[65875,-14308],[68550,-14079],[75831,-33291],[76635,-29276],[76337,-28878],[76635,-27202],[75736,-27686],[73512,-26622],[76060,-27008],[75670,-35165],[76719,-37421],[74667,-36128],[74020,-26214],[74834,-25924],[70134,-27698],[70002,-28037],[70790,-32479],[71186,-31892],[74031,-35833],[74496,-35898],[64356,-25736],[74908,-38428],[75613,-40135],[74656,-38308],[64494,-43276],[71618,-39225],[71076,-39011],[76696,-40561],[76278,-41208],[68489,-42805],[68074,-43206],[64918,-41936],[76149,-49354],[76496,-49784],[76382,-49894],[76185,-49997],[76222,-50491],[76519,-50116],[76262,-50120],[64597,-44247],[74586,-47869],[75140,-58312],[73113,-53677],[73656,-51027],[73528,-51228],[75562,-53534],[74636,-54024],[72387,-51665],[74256,-85509],[73537,-85308],[74297,-87450],[74025,-87499],[73300,-87113],[73053,-86942],[75662,-87069],[75577,-87275],[75309,-87737],[68718,-78936],[70781,-79470],[69907,-113198],[74195,-106571],[74534,-107547],[74551,-107672],[73899,-106735],[74404,-109641],[74393,-109491],[76664,-106001],[76330,-105892],[69353,-114042],[68896,-113918],[76376,-107276],[75027,-113231],[74678,-112097],[74603,-111413],[73833,-111821],[76519,-113857],[76074,-112355],[70192,132172],[66338,139732],[69681,133941],[68685,133075],[66795,134212],[66693,128946],[71116,133784],[69194,129134],[76370,160647],[76297,20283],[75625,13588],[75973,20237],[75926,20211],[75880,20171],[76072,20046],[76121,20259],[76068,19983],[75791,20226],[69655,24577],[73894,22573],[73933,22594],[73952,22532],[74046,22524],[73936,22375],[73967,22447],[74019,22360],[73829,22335],[73761,22509],[73826,22547],[73770,22554],[74007,22560],[75031,17559],[74611,17404],[76453,15498],[67224,14327],[67204,14373],[67168,14426],[67028,14237],[67228,14177],[66967,14251],[67231,14505],[65434,14525],[65398,14562],[65348,14601],[65273,14380],[65489,14383],[65210,14373],[65381,14697],[65773,15146],[67934,14335],[66732,18827],[65884,323844],[65688,323781],[75425,321172],[70556,325698],[68880,30946],[65343,31777],[72393,38536],[66710,36542],[66808,33967],[66761,33988],[66699,34001],[66917,33861],[66674,33750],[66688,34101],[64762,32168],[74823,31592],[74776,31567],[74729,31527],[74917,31401],[74972,31612],[74911,31338],[74642,31584],[64016,35299],[66465,33195],[70226,34441],[69183,34953],[69728,34149],[69999,34541],[69241,404309],[67186,47419],[75532,48271],[76524,49592],[71683,51305],[70616,49694],[74085,45167],[65032,39631],[66745,42075],[66699,42058],[66656,42033],[66822,41871],[66886,42068],[66817,41817],[66574,42098],[69783,45152],[67160,40953],[67030,40838],[66599,40847],[66705,40529],[66600,613716],[66696,613290],[65831,614311],[66874,617391],[68327,615002],[66557,614765],[67773,614725],[76744,630043],[66475,59623],[64490,61672],[66400,57881],[66434,57920],[66463,57863],[66558,57856],[66473,57686],[66493,57747],[66558,57681],[66373,57640],[66279,57791],[66336,57857],[66280,57840],[66512,57894],[68676,61923],[65429,61481],[68928,61812],[68657,61583],[69025,61217],[67811,60991],[68406,61657],[76044,71324],[66236,75715],[66282,75728],[66339,75762],[66161,75915],[66084,75718],[66182,75981],[66410,75687],[67067,76428],[67111,76452],[67121,76386],[67212,76358],[67082,76209],[67121,76272],[67163,76182],[66971,76186],[66926,76371],[66998,76416],[66942,76420],[67178,76405],[75514,71637],[66486,75114],[66248,75378],[68207,71107],[68175,71149],[68252,71157],[68270,71208],[68424,71106],[68354,71120],[68449,71160],[68455,71035],[68265,70998],[68225,71068],[68215,71013],[68217,71192],[67987,71036],[75418,73142],[75292,72685],[66927,66280],[74671,73999],[74175,74534],[74644,74481],[65078,81171],[64973,89642],[68159,89213],[66141,89340],[65367,87592],[64659,79612],[68103,85603],[67295,88097],[66119,89222],[64938,86242],[67099,86372],[67328,87976],[66300,83873],[66172,83823],[64216,81011],[65993,87036],[64291,84076],[65603,85275],[64168,87347],[65198,84593],[65035,84696],[65233,84428],[65054,86300],[65035,86156],[68230,85361],[64824,80739],[68748,88131],[68733,88798],[68568,88747],[71422,83562],[71422,83768],[73726,84708],[72661,89619],[71963,83210],[71979,83256],[71990,83317],[71756,83276],[71866,83091],[71722,83328],[72089,83332],[71644,82596],[75435,79396],[74638,79631],[75460,78780],[75411,78788],[75353,78785],[75404,78574],[75581,78705],[75361,78529],[75326,78880],[74370,79777],[64937,90063],[69670,93154],[68501,94897],[66211,91396],[65274,93820],[68436,96675],[68870,94687],[64381,96565],[68074,100764],[66968,90232],[65954,94558],[69073,94821],[67571,99774],[68080,92554],[67006,96754],[64149,100576],[65010,98334],[64817,98747],[67450,91580],[68271,93520],[67097,94212],[66179,94483],[67051,95388],[66106,92372],[70060,94450],[69967,94256],[69972,94085],[69917,95330],[69899,95280],[69894,95219],[70119,95260],[70009,95448],[70162,95210],[69789,95199],[66533,100359],[69457,94854],[76308,99373],[76660,93649],[72587,98201],[74716,95973],[76563,92066],[70201,91900],[72166,97818],[73962,99244],[74025,99473],[73926,99452],[73818,99255],[73872,99158],[75006,101044],[74970,100160],[69802,103897],[65473,111942],[66392,112643],[65110,113237],[65347,113251],[65209,103532],[64018,103712],[65553,104983],[76791,108232],[72387,109679],[72340,109657],[72291,109618],[72471,109492],[72536,109695],[72462,109429],[72207,109677],[74510,124345],[66501,117588],[72646,121364],[75775,121272],[74120,124898],[64031,123851],[64183,124539],[64194,123995],[67342,117911],[67706,124451],[83773,-123429],[83564,-123372],[83520,-123329],[83688,-123552],[83892,-123283],[83789,-123314],[83787,-123376],[86905,-124827],[87049,-125278],[86231,-123212],[86401,-123830],[85776,-120029],[85399,-118869],[87001,-120373],[87620,-119773],[89544,-115003],[89142,-127093],[88178,-126544],[87639,-126599],[87805,-123658],[89349,-123754],[87890,-123773],[82087,-119248],[82155,-118860],[83429,-119810],[80833,-116184],[81151,-116311],[78316,-116106],[82777,-128802],[82737,-128835],[82698,-128879],[82917,-128966],[82919,-128753],[82924,-129024],[82601,-128845],[78345,-135737],[78588,-161451],[79144,-158921],[78762,-159923],[82489,-163606],[83701,-159494],[83820,-159333],[83864,-157758],[78991,-164988],[81242,-228997],[88390,-233420],[86273,-230857],[79859,-230335],[87919,-3432],[88195,-4327],[86598,-12301],[85708,-8014],[84640,-7993],[81701,-7768],[84158,-9035],[87886,-11423],[81261,-10275],[81268,-10325],[81293,-10384],[81469,-10240],[81287,-10125],[81529,-10267],[81210,-10447],[80917,-10094],[80437,-11624],[79249,-8994],[83677,-10053],[83007,-8157],[80418,-6808],[79777,-5916],[81619,-4158],[80079,-4322],[81011,-10912],[86850,-10083],[85673,-9571],[83774,-7002],[83843,-10309],[88141,-16106],[87016,-15658],[82023,-13075],[88068,-19277],[88722,-18830],[87457,-30173],[85619,-35937],[84814,-37153],[84955,-38028],[78053,-35711],[77371,-35795],[76957,-32427],[78528,-33722],[80983,-30671],[84136,-33722],[83049,-35000],[84580,-33479],[80791,-36676],[81026,-38118],[88589,-37215],[87648,-32307],[83083,-29102],[81787,-29867],[85151,-28955],[82749,-27673],[83987,-31604],[87822,-33422],[87832,-36989],[83258,-36812],[82635,-37345],[83309,-37978],[76890,-36133],[86749,-39996],[86193,-40020],[85053,-39443],[88375,-39723],[80229,-40458],[83697,-38525],[87733,-38411],[87286,-38369],[86831,-38603],[87556,-39130],[79470,-39714],[78316,-40312],[84077,-39361],[83544,-38303],[84069,-50652],[78389,-49706],[78367,-49881],[80669,-50018],[80500,-50601],[81408,-49362],[83536,-39986],[83509,-40173],[80627,-41394],[80368,-41164],[89118,-38946],[76878,-50120],[77863,-50458],[77882,-50605],[77027,-46960],[79032,-46502],[79373,-46090],[79894,-46063],[79604,-45981],[84815,-59440],[83067,-58054],[81757,-56511],[78388,-57386],[77531,-58101],[77257,-58446],[79526,-58061],[85418,-56122],[85580,-55935],[85930,-60166],[86920,-62441],[87131,-62250],[77752,-52493],[78048,-52425],[77859,-52346],[77784,-52045],[79414,-52270],[79585,-52406],[80684,-51814],[80609,-51642],[80689,-52161],[80987,-55599],[80985,-54490],[81827,-56370],[82483,-54323],[82384,-54458],[84151,-51070],[78230,-51869],[79401,-51944],[79278,-52290],[78328,-52041],[78771,-51972],[86901,-51874],[88992,-67707],[89460,-67430],[89020,-67423],[87524,-69498],[87279,-69377],[87579,-69109],[87546,-70224],[85103,-66324],[85284,-66466],[84813,-66356],[85326,-67850],[86178,-76400],[86202,-76166],[86108,-76203],[86035,-76413],[86104,-76499],[89364,-80966],[87335,-80259],[87223,-81073],[87344,-80997],[83988,-82002],[83867,-82065],[83821,-82467],[89469,-84248],[89449,-83570],[87145,-84659],[87592,-85126],[84880,-85413],[83918,-87321],[84166,-86311],[82222,-86170],[82785,-86849],[82461,-87788],[88343,-88874],[89435,-78373],[83468,-100284],[83421,-100308],[83372,-100347],[83565,-100478],[83618,-100266],[83558,-100541],[83285,-100289],[84470,-101341],[85001,-101868],[77088,-106814],[78978,-104543],[78706,-104581],[78741,-104345],[76856,-107211],[77127,-108519],[77023,-107956],[84177,-103119],[84163,-102341],[79690,-104934],[81507,-109567],[79347,-109159],[80250,-107755],[79739,-108365],[78599,-112511],[78711,-113011],[79310,-113810],[77867,-114854],[77811,-114649],[76930,-114779],[77704,-114041],[79654,-105416],[80143,-104776],[78663,-105856],[79364,-105463],[77297,-114282],[79747,-111526],[79959,-111842],[79360,-112844],[79993,-109768],[82189,-109605],[83086,-109504],[84685,-108108],[83834,-107216],[87612,-114052],[81917,243072],[81995,243288],[81903,243258],[81796,243061],[81830,242982],[88610,19065],[80377,15114],[84591,17142],[79062,25371],[78236,14518],[78187,14504],[78132,14473],[78309,14324],[78384,14509],[78292,14264],[78056,14544],[77815,14765],[80428,13632],[77403,19521],[87580,13542],[84326,13425],[85152,18454],[87207,17755],[85677,18310],[86081,19105],[85684,21784],[83755,22380],[85287,21727],[85847,22703],[89478,22654],[77306,34923],[77805,33495],[85420,33882],[78391,36737],[80263,29861],[84394,36998],[88948,28499],[79479,413667],[78648,48313],[81305,42543],[87129,44665],[85469,46392],[85424,46365],[85379,46323],[85579,46205],[85617,46421],[85578,46142],[85287,46374],[79086,44545],[79137,44553],[79130,44489],[79196,44433],[79041,44332],[79083,44380],[79103,44282],[78942,44345],[78944,44533],[79028,44555],[78971,44575],[79183,44487],[86985,612130],[85014,613383],[87796,610941],[82314,603453],[88382,611792],[80776,610608],[77738,607787],[89064,621594],[78244,628469],[82213,53781],[78383,57451],[77201,57386],[84569,61392],[83192,63345],[79011,52499],[78810,52521],[78588,52842],[84816,51933],[86385,52043],[79514,51524],[78309,74229],[77128,71831],[89109,69014],[87253,64336],[88160,64781],[86475,64609],[77825,83625],[83739,88439],[83696,88410],[83657,88369],[83853,88255],[83880,88471],[83857,88193],[83564,88417],[79422,79816],[82309,82006],[82669,82163],[82558,82583],[83026,82021],[83476,87956],[87895,89579],[78474,81173],[78478,81121],[78504,81062],[78667,81206],[78499,81322],[78728,81179],[78420,80998],[81753,92938],[79549,100557],[87220,102039],[85282,91083],[85287,91031],[85313,90973],[85490,91115],[85308,91231],[85552,91089],[85226,90908],[82156,97580],[82110,97554],[82064,97514],[82258,97389],[82304,97604],[82255,97326],[81974,97569],[87765,97469],[80018,93725],[88127,89876],[88411,90155],[83791,109011],[77835,110236],[82677,113197],[86670,114242],[78269,112920],[78226,112889],[78187,112845],[78395,112743],[78412,112961],[78401,112682],[78090,112887],[77053,104987],[78995,120841],[79286,119256],[97540,-119066],[92555,-120873],[92543,-120678],[92233,-120258],[92883,-120064],[92872,-123728],[93159,-124498],[94709,-123034],[92874,-125056],[97963,-127653],[89985,-124726],[91531,-117283],[91284,-116279],[91178,-119653],[98112,-119379],[97874,-129525],[97860,-129586],[97393,-128141],[95826,-129218],[97488,-129156],[94422,-132478],[94033,-130493],[94728,-131376],[93046,-129671],[89830,-128934],[90199,-233406],[92153,-233798],[94821,-236290],[100973,-235403],[100081,-238711],[95671,-240481],[91824,-2241],[92569,-12539],[92552,-12490],[92523,-12434],[92360,-12599],[92592,-12362],[92302,-12579],[100631,-24457],[97899,-22970],[97914,-22922],[97921,-22858],[97707,-22917],[97805,-23091],[97674,-22867],[98014,-22836],[92194,-20792],[90760,-17886],[90199,-18457],[91333,-19292],[90533,-18709],[92013,-20368],[94221,-18835],[94698,-16642],[91761,-20293],[91726,-20257],[91674,-20221],[91624,-20445],[91818,-20432],[91566,-20455],[91699,-20123],[92557,-12691],[91711,-34785],[92872,-38027],[93623,-34722],[101506,-33712],[100035,-32071],[100333,-27835],[100101,-36498],[97286,-33703],[97363,-36437],[95208,-35963],[93699,-37455],[93234,-35525],[90920,-33778],[98409,-35201],[98437,-34763],[97439,-34642],[96121,-32941],[97014,-32668],[96569,-35052],[96529,-33079],[97790,-36754],[98603,-37670],[98315,-37438],[97467,-36747],[96213,-32554],[97256,-32507],[100789,-25562],[100783,-25822],[90984,-38043],[92611,-34034],[92655,-34010],[92705,-33970],[92530,-33856],[92462,-34053],[92544,-33795],[92780,-34023],[101550,-41143],[99206,-40891],[93957,-39351],[101333,-49749],[100833,-47600],[99857,-47849],[100070,-47446],[98645,-48424],[98999,-48599],[99867,-49272],[93561,-48975],[94032,-50117],[94266,-49430],[99077,-41127],[98974,-40817],[99291,-40647],[99408,-42150],[98316,-42397],[98453,-41532],[98879,-42531],[98242,-41073],[99714,-40437],[91083,-49399],[99353,-48332],[95985,-45412],[97754,-44660],[97647,-44676],[100380,-45176],[90856,-58462],[91310,-57628],[92556,-58240],[93316,-57572],[91782,-57547],[92090,-54638],[94132,-53742],[93349,-53760],[94367,-53652],[93297,-54072],[98149,-52116],[98541,-52624],[98267,-51927],[90768,-58767],[89881,-58432],[91373,-59192],[89830,-52552],[91393,-51494],[90368,-52430],[92071,-51585],[94525,-62475],[101142,-60881],[100883,-60723],[100867,-62545],[100375,-61433],[91567,-51630],[97338,-59300],[98826,-55856],[98848,-55900],[98886,-55952],[99021,-55760],[98811,-55703],[99085,-55774],[98824,-56033],[100382,-63666],[89977,-59203],[97292,-60057],[98185,-61882],[93476,-55512],[93532,-56266],[96084,-53353],[96244,-53637],[99034,-52577],[98883,-60334],[100434,-64311],[99715,-64771],[99528,-64517],[99712,-64018],[101844,-72262],[91818,-65628],[92876,-64552],[92773,-64397],[96257,-67827],[96697,-68633],[98527,-67839],[98101,-68673],[99490,-68355],[99648,-66677],[98250,-65471],[97933,-66637],[100590,-73761],[100759,-73916],[94295,-69879],[93944,-69209],[96135,-70720],[93990,-69524],[94775,-65461],[95663,-65408],[95201,-65123],[93473,-65740],[101401,-75441],[97917,-76037],[93446,-76404],[99131,-63798],[96209,-74560],[95223,-70572],[95174,-70576],[95113,-70590],[95232,-70790],[95357,-70616],[95198,-70843],[95063,-70504],[100466,-66153],[98498,-69105],[101396,-72121],[102025,-68069],[93247,-74734],[97408,-68413],[100678,-68129],[97371,-65321],[95607,-73925],[90069,-75586],[93057,-72205],[91934,-80452],[92412,-80742],[92550,-80987],[90041,-79609],[90715,-80595],[98979,-77366],[99071,-77621],[93956,-78746],[98720,-80617],[98707,-80838],[92284,-79690],[91789,-82077],[91957,-81759],[91613,-81795],[91186,-82477],[89680,-84244],[91748,-85095],[92763,-84214],[93614,-78556],[89878,-79809],[98280,-78159],[96262,-83874],[91438,-88094],[92497,-77010],[92532,-77339],[90565,-76981],[102018,-84380],[94014,-101644],[102229,-91092],[96528,-110860],[97699,-111094],[97367,-108276],[97560,-108289],[96604,-106410],[100081,-109873],[99894,-109870],[99603,-109336],[101399,-110259],[94035,-103697],[93485,-104194],[92817,-104053],[93122,-103036],[97455,-112809],[96917,-113287],[97022,-112892],[100107,-114029],[99017,-113029],[99922,-113978],[91017,-107678],[91958,-107595],[92155,-107871],[91192,-108570],[91907,-111055],[90491,-112087],[90234,-111620],[90260,-114457],[94651,-107243],[91385,-108023],[91272,-108359],[91411,-108112],[97901,1111],[98540,3329],[95671,11480],[99962,12152],[97302,11595],[102125,7028],[102337,8297],[101987,3870],[97581,5280],[94525,2798],[95384,3928],[96180,3272],[90139,1387],[90353,2230],[90431,5254],[93503,8481],[94620,7384],[95491,6084],[91266,12401],[90455,9588],[93181,9528],[102036,6230],[92169,4637],[94466,7243],[91180,12479],[101309,6183],[97438,221230],[97254,221121],[93628,17340],[92874,14060],[92416,17672],[90820,14259],[91648,24011],[90729,24989],[98254,15832],[102137,14561],[102059,14942],[94828,19311],[93900,19745],[94879,19951],[93179,18734],[96428,17603],[100029,16811],[98252,16403],[101957,23416],[102259,21310],[102358,21316],[93603,28809],[94853,28569],[93083,30157],[91866,26348],[92148,26977],[100258,33666],[94311,28073],[94359,28090],[94363,28024],[94439,27991],[94301,27855],[94336,27917],[94372,27822],[94199,27839],[94171,28028],[94250,28064],[94191,28075],[94416,28039],[100707,36415],[100851,32828],[101551,28421],[101954,27591],[100122,29155],[90620,46865],[98163,49400],[94301,46524],[101033,38861],[99959,40226],[97249,39393],[100698,41316],[98059,40489],[99000,41610],[96021,41624],[97413,40082],[101872,49832],[100418,50461],[97334,56314],[93128,56576],[97612,58419],[96581,59962],[99892,52120],[98265,52051],[98603,52130],[99665,52127],[101164,68772],[98600,74029],[101090,76490],[99297,66245],[90820,74677],[90824,74467],[90796,74405],[90962,74636],[90739,74601],[90706,74660],[90765,74680],[91192,69085],[90698,69744],[90740,68755],[100976,66541],[100685,65918],[97637,84319],[94733,88194],[94924,89322],[96265,101043],[101438,99818],[90044,91856],[96092,97366],[95409,97378],[90202,99304],[90711,97795],[91658,98930],[90354,98923],[95609,91909],[89672,109864],[101063,113738],[101530,112551],[93568,113819],[95022,109012],[97304,107779],[92729,113725],[97479,116932],[110236,-115672],[106830,-123987],[107451,-123606],[106858,-124156],[106950,-123401],[114673,-228288],[103182,-236052],[104834,-236261],[107785,-7942],[111635,-2512],[109583,-5110],[107811,-3379],[107701,-3203],[105573,-9639],[107831,-2519],[107774,-2513],[107442,-2477],[108635,-3098],[111237,-12623],[114470,-17649],[114559,-17659],[114659,-17644],[114645,-17546],[114504,-17594],[114639,-17437],[114407,-17355],[114347,-17512],[114394,-17442],[114194,-17492],[114485,-17773],[114533,-17367],[110064,-30016],[106232,-31281],[105003,-28964],[104203,-34148],[102917,-26163],[103046,-28372],[102697,-28134],[109191,-32766],[110659,-32449],[110807,-30507],[110069,-28830],[108649,-30955],[107770,-29056],[106137,-30880],[107898,-34545],[105938,-34378],[109116,-33067],[109619,-34239],[107067,-33427],[108206,-31785],[106480,-31966],[108443,-31108],[110338,-31494],[108941,-29066],[106609,-30631],[105840,-33444],[104677,-34782],[104349,-33727],[105317,-37204],[105398,-36762],[105548,-33566],[109503,-33255],[111013,-30778],[110311,-28722],[109096,-28695],[110344,-29026],[103027,-37657],[103371,-37575],[114093,-36754],[106256,-41644],[105552,-41572],[105844,-41417],[112973,-48861],[113088,-49031],[112654,-48557],[114365,-48510],[112345,-49143],[110455,-49879],[112322,-49287],[111133,-49887],[111493,-49575],[111149,-49171],[110866,-47779],[110762,-47524],[111086,-47436],[111527,-47365],[114310,-48226],[114828,-47918],[114858,-48238],[113748,-47754],[114122,-47954],[110362,-40804],[110929,-41211],[110207,-40990],[110387,-40877],[111107,-40034],[110712,-39714],[110683,-39197],[111708,-40158],[111866,-40013],[111864,-39707],[111664,-39417],[111633,-40652],[111933,-40838],[112077,-39953],[112867,-39961],[112485,-40351],[111946,-40040],[113007,-39823],[112492,-41108],[111811,-41479],[111590,-41559],[112394,-41079],[112532,-42269],[112838,-41994],[113288,-42591],[113040,-42554],[110008,-42436],[108773,-42622],[108186,-42668],[105201,-42277],[104854,-42659],[105179,-42738],[106170,-41914],[113122,-40459],[113262,-40523],[113172,-40313],[113663,-41072],[115188,-39992],[114366,-40639],[114073,-40534],[114313,-40629],[114881,-40250],[105367,-48823],[105322,-49146],[105197,-49799],[104919,-49660],[114739,-62435],[114055,-60980],[111555,-61907],[110463,-61723],[110575,-62603],[113482,-57345],[112799,-57430],[113227,-57773],[113549,-57854],[103000,-72153],[103163,-71977],[103068,-71949],[102884,-72074],[102882,-72188],[102499,-70644],[103075,-76476],[113657,-65283],[113142,-64477],[115130,-65975],[113065,-67201],[112261,-66466],[112941,-66274],[112656,-66560],[108519,-67648],[106983,-66654],[111120,-88599],[111386,-97437],[111509,-97237],[111416,-97225],[111256,-97378],[111280,-97491],[103576,-113407],[107891,-108412],[107549,-108177],[111968,-103415],[111795,-103291],[111581,-103383],[111252,-104145],[110817,-111524],[110768,-111543],[110714,-111575],[110893,-111728],[110968,-111521],[110879,-111789],[110634,-111510],[113761,3454],[113233,4147],[108864,7113],[105711,6651],[114353,7494],[114603,7203],[114086,7126],[109216,6254],[105608,5147],[105024,6154],[108412,5905],[112281,9106],[111221,10594],[111086,8672],[112474,7273],[107329,12551],[107000,12577],[104970,12356],[103122,8066],[103391,5366],[103148,3376],[103031,4584],[104988,3141],[112963,15629],[108137,13818],[104057,18076],[102758,14143],[102445,13965],[105160,15269],[107665,14996],[104507,13610],[107611,21334],[107129,19254],[108939,21213],[109519,20298],[108013,17394],[110694,20542],[112810,15735],[108270,20882],[107711,20274],[107559,20122],[107804,20695],[115151,22029],[103901,19218],[102461,18953],[102547,18024],[110353,22421],[107308,24123],[106882,25079],[109242,22162],[105200,25070],[102753,24463],[104998,25332],[104001,23270],[102522,21968],[102593,21451],[103560,21082],[106469,37714],[107572,28438],[107802,29200],[109205,26263],[113044,27376],[108820,28405],[111936,28674],[112168,27959],[102860,28241],[103194,26056],[109454,30695],[106315,32535],[106461,30873],[107113,34314],[111342,30260],[113398,32131],[112267,33567],[112586,31297],[115003,32100],[108427,34236],[112572,36868],[111016,37696],[114050,34438],[114102,34526],[114148,34622],[114052,34668],[114019,34519],[113960,34700],[113762,34538],[113864,34377],[113828,34483],[104926,29646],[109121,29221],[109706,29341],[110048,29079],[108957,29341],[109632,29580],[108654,40645],[102790,48187],[105962,39760],[102467,41412],[103780,41045],[106534,50844],[110291,38875],[114312,40384],[113439,39609],[106554,53998],[105346,51439],[106158,52031],[102877,82379],[103383,101932],[110397,114576],[109013,106118],[107605,110365],[111052,110209],[104374,109342],[105002,110139],[104975,109889],[104977,109335],[114160,120654],[110059,115517],[119473,-225190],[116699,-221373],[120366,-226296],[119338,-229820],[116054,-228640],[116654,-226718],[118779,-223401],[118978,-239547],[127917,-796],[127863,-585],[121511,-1169],[117113,-1880],[115917,-300],[116794,-12003],[122634,-8977],[122755,-8557],[122661,-8625],[122626,-8521],[122588,-8432],[122492,-8468],[122579,-8591],[122418,-8531],[122407,-8779],[122594,-8810],[122487,-8760],[122363,-8636],[116570,-13007],[124525,-20000],[123239,-24171],[123648,-23893],[126214,-23736],[125949,-22401],[125571,-22467],[126776,-30444],[116385,-50237],[116256,-50191],[115616,-49970],[115717,-50572],[117608,-49883],[117121,-49524],[117494,-49217],[116089,-50599],[116715,-50980],[115219,-48559],[116516,-47848],[116143,-48153],[118569,-47656],[117671,-47615],[115543,-48131],[115394,-48266],[117434,-47622],[117926,-47665],[117235,-47393],[117139,-47378],[116521,-47490],[115937,-47547],[116154,-47712],[116185,-47815],[115358,-47909],[115360,-39685],[115653,-39756],[115422,-39352],[119874,-43375],[121438,-42972],[124621,-48124],[124061,-48908],[123600,-49683],[121987,-49220],[121516,-48890],[125396,-48345],[125562,-47948],[127575,-47358],[127900,-47527],[123011,-50954],[119012,-50595],[120600,-49918],[118942,-50319],[126377,-41951],[126159,-40341],[126432,-41679],[127573,-40682],[124670,-40718],[126858,-41197],[126923,-50070],[127663,-50612],[124795,-50409],[124653,-50524],[124942,-50045],[123818,-50502],[124664,-50365],[123319,-50807],[117452,-51509],[115768,-51162],[119790,-51966],[123141,-52177],[124152,-52229],[122928,-51368],[126459,-51398],[126156,-51035],[126884,-51502],[126324,-51068],[126674,-51857],[125290,-51772],[125689,-52265],[127207,-51440],[125364,-51637],[115424,-62239],[115418,-63184],[116494,-56126],[116252,-55375],[116116,-56197],[117004,-74663],[116925,-74832],[117045,-74773],[122566,-66504],[121624,-66976],[122033,-65903],[121674,-68034],[121256,-68011],[121416,-67836],[125537,-75120],[116107,-65739],[116078,-65406],[115443,-65059],[118545,-85701],[121284,-88846],[121285,-88895],[121301,-88958],[121489,-88841],[121330,-88701],[121544,-88879],[121214,-89006],[122077,-88143],[127713,-81736],[126508,-79357],[124900,-79467],[120594,-94360],[121241,-101641],[120619,-90396],[126307,-95746],[119469,-98072],[119694,-103585],[119803,-107752],[119762,-107784],[119722,-107830],[119937,-107924],[119946,-107706],[119943,-107985],[119626,-107791],[115422,8087],[115266,892],[120935,289503],[118171,291395],[118187,291610],[118107,291594],[118052,291418],[118110,291317],[126064,285013],[115730,296204],[122666,327611],[122622,327583],[122582,327550],[122790,327443],[122810,327643],[122796,327392],[122485,327587],[121026,332019],[120979,332005],[120931,331979],[121071,331807],[121165,332004],[121055,331749],[120863,332053],[124013,331269],[123967,331244],[123922,331207],[124114,331076],[124161,331289],[124111,331015],[123832,331262],[123848,330592],[123878,330832],[123785,330797],[123707,330586],[123773,330493],[118322,337333],[126020,34142],[123655,31071],[122593,34756],[123041,34748],[118106,35037],[115450,34229],[116389,29060],[115592,29381],[116157,28257],[119926,30070],[124522,74363],[117177,68795],[116009,97119],[117039,107239],[126516,112427],[120398,115161],[119619,112299],[122719,113987],[126783,112488],[127014,110239],[116572,108694],[115225,108950],[123076,105884],[123721,106685],[123759,107013],[122570,106229],[116468,117500]] \ No newline at end of file diff --git a/src/gathering/a10006.json b/src/gathering/a10006.json new file mode 100644 index 0000000..485cfa7 --- /dev/null +++ b/src/gathering/a10006.json @@ -0,0 +1 @@ +[[-140302,-498709],[-140194,-506651],[-138128,-506943],[-136150,-506682],[-129915,-505163],[-138016,-507658],[-136170,-504695],[-136112,-515962],[-138128,-515363],[-138290,-516687],[-137682,-517724],[-138953,-522308],[-138736,-514836],[-148446,-497434],[-148361,-498173],[-151025,-496359],[-148218,-494998],[-149240,-491656],[-144607,-498577],[-147610,-510141],[-143809,-519674],[-144912,-521232],[-144908,-521235],[-144169,-520211],[-143735,-520277],[-144406,-512731],[-144705,-512553],[-153387,-517725],[-148178,-516634],[-141242,-525267],[-141169,-524690],[-141030,-524677],[-141424,-524655],[-141149,-524684],[-153904,-494190],[-160060,-492069],[-155351,-496340],[-164047,-510664],[-163962,-511037],[-155125,-500028],[-165231,-515610],[-165584,-515252],[-166121,-522305],[-164651,-515699],[-165492,-516112],[-153732,-524105],[-165517,-533924],[-167096,-478185],[-170839,-489976],[-170729,-495880],[-172648,-497750],[-169494,-510275],[-172432,-504194],[-166882,-522770],[-167070,-515118],[-167443,-523637],[-167718,-515333],[-170297,-515822],[-167102,-523623],[-170409,-518014],[-168018,-515175],[-187022,-390929],[-188631,-393311],[-187423,-391094],[-187388,-392884],[-190725,-392417],[-190220,-390897],[-202832,-381069],[-203496,-380879],[-197160,-388193],[-198835,-386940],[-197705,-390260],[-195765,-389718],[-197383,-404601],[-197519,-404435],[-202073,-407740],[-202118,-407575],[-201213,-406174],[-201045,-406259],[-202829,-407291],[-203009,-406880],[-202393,-399389],[-203168,-427262],[-202161,-426093],[-203319,-427312],[-210053,-391119],[-210388,-391005],[-210910,-390329],[-210899,-390092],[-211395,-390047],[-209810,-389376],[-209549,-390041],[-209641,-389477],[-208269,-389909],[-206133,-418891],[-217041,-467170],[-227483,-446111],[-225965,-448616],[-227243,-448106],[-222781,-449287],[-223351,-449654],[-222192,-453791],[-224111,-456139],[-220334,-452743],[-219395,-453317],[-219207,-453536],[-218359,-451918],[-217837,-454315],[-223376,-449087],[-217693,-466251],[-223633,-475946],[-239047,-442565],[-241646,-439351],[-242684,-447003],[-241124,-446258],[-241177,-446851],[-235697,-444982],[-236044,-444497],[-232665,-442836],[-232086,-442575],[-231633,-442707],[-230917,-445181],[-234335,-444458],[-242763,-448088],[-247697,-314255],[-247492,-314282],[-247873,-312774],[-247687,-311268],[-252156,-311951],[-252549,-311539],[-251875,-311913],[-252140,-311950],[-252030,-311827],[-252027,-312252],[-248127,-393502],[-250725,-396998],[-244623,-444856],[-245012,-444584],[-246694,-443735],[-245882,-442420],[-245842,-443526],[-244093,-447755],[-245430,-445841],[-246824,-442804],[-247338,-449959],[-246834,-448937],[-248240,-450045],[-249237,-451424],[-249019,-451136],[-249023,-450190],[-247277,-451702],[-248018,-450961],[-248734,-453063],[-249182,-453450],[-249369,-447893],[-257938,-395741],[-260018,-396675],[-263106,-434626],[-260255,-450958],[-260262,-449412],[-281437,-366159],[-281025,-366081],[-281252,-366070],[-272713,-393702],[-272670,-393311],[-272320,-393558],[-272763,-392899],[-273349,-393748],[-269767,-408550],[-270212,-408528],[-275857,-401055],[-276755,-399210],[-276943,-399073],[-276925,-398638],[-273138,-397085],[-274124,-398076],[-272751,-398037],[-275284,-415382],[-274685,-413920],[-274742,-413481],[-274808,-413346],[-274093,-414783],[-271540,-407673],[-269619,-408507],[-271182,-408959],[-277039,-420385],[-280181,-421706],[-279201,-419383],[-278618,-422010],[-280389,-423340],[-281256,-426123],[-282474,-352347],[-282674,-352231],[-282710,-351838],[-294367,-366336],[-293883,-366200],[-292555,-365651],[-292570,-366322],[-293532,-366515],[-285183,-364050],[-285529,-364180],[-285151,-364517],[-287359,-365496],[-286793,-364718],[-286958,-364241],[-286629,-364405],[-287068,-364580],[-286451,-364327],[-286460,-364165],[-286618,-363896],[-287057,-364561],[-287167,-364841],[-287173,-364961],[-287096,-364817],[-287241,-364486],[-287793,-365310],[-287857,-365327],[-287629,-365437],[-287953,-365074],[-286642,-367109],[-286833,-367150],[-286795,-367263],[-287128,-365628],[-286091,-366918],[-286312,-366644],[-288820,-364803],[-288738,-365013],[-287408,-367022],[-287290,-367506],[-287591,-366370],[-294093,-366303],[-285468,-358366],[-285307,-358870],[-284107,-358438],[-284396,-359452],[-284462,-359140],[-284149,-358584],[-284500,-359118],[-286878,-362678],[-284441,-367191],[-294126,-366057],[-286129,-358162],[-286018,-358408],[-286196,-358264],[-285628,-358769],[-287127,-363860],[-287710,-377126],[-288559,-377217],[-278564,-422320],[-278808,-422559],[-279019,-422608],[-279284,-422375],[-279194,-422839],[-283058,-421919],[-283384,-422127],[-283597,-422084],[-283677,-421766],[-285413,-419896],[-285698,-419686],[-285985,-418886],[-285903,-418662],[-286240,-418327],[-289282,-428872],[-289033,-429985],[-289289,-427307],[-289132,-428116],[-281658,-426732],[-283852,-422215],[-293421,-431547],[-285599,-427231],[-284177,-428851],[-288407,-431579],[-293984,-443381],[-304450,-329907],[-302104,-328295],[-307036,-321842],[-306800,-344320],[-306830,-345240],[-306598,-342620],[-305028,-340123],[-303538,-344727],[-303656,-344605],[-303763,-344857],[-304973,-340355],[-303935,-337764],[-301205,-335381],[-303791,-337156],[-304756,-335685],[-304813,-369278],[-305454,-369137],[-304120,-368674],[-303399,-369068],[-295535,-366689],[-296466,-367129],[-295923,-366761],[-295363,-365976],[-295697,-367213],[-295630,-366930],[-295392,-365202],[-294738,-366450],[-294727,-366237],[-298284,-367781],[-298208,-367931],[-299542,-368273],[-299561,-368052],[-299657,-367789],[-303646,-368935],[-304325,-368741],[-303941,-368591],[-304761,-368846],[-295712,-433884],[-295423,-444206],[-295261,-444404],[-294978,-444613],[-302528,-439501],[-302373,-439644],[-306210,-440707],[-305974,-440557],[-301908,-440398],[-299956,-441427],[-300112,-440027],[-299842,-440005],[-295262,-435307],[-295356,-435118],[-296916,-437751],[-319529,-318861],[-318477,-318047],[-319736,-318850],[-318579,-318658],[-318539,-319096],[-318297,-318827],[-318419,-318895],[-311804,-318124],[-312912,-313377],[-320123,-318278],[-318629,-318911],[-316210,-318499],[-314467,-318657],[-314630,-317964],[-308143,-322392],[-307629,-322834],[-307838,-322548],[-308199,-322589],[-308761,-322504],[-308266,-349496],[-309881,-348163],[-309934,-347884],[-310464,-347715],[-319955,-367435],[-312402,-365829],[-312183,-369195],[-311881,-368652],[-311824,-368933],[-310196,-367456],[-312194,-368755],[-312360,-369046],[-312878,-366062],[-309399,-367790],[-308965,-367482],[-308808,-367587],[-319190,-368615],[-313579,-366649],[-313349,-368748],[-310267,-366232],[-310123,-366551],[-310142,-366301],[-310013,-366691],[-309909,-367693],[-309818,-367378],[-314793,-367589],[-314855,-367543],[-314853,-367464],[-315961,-367866],[-316112,-367729],[-317883,-368441],[-318513,-368285],[-318441,-368578],[-309616,-367412],[-309766,-367604],[-309047,-367709],[-309108,-366714],[-319078,-379558],[-318592,-381552],[-320697,-379581],[-318139,-380508],[-312797,-380284],[-312141,-380390],[-312482,-380203],[-312729,-381393],[-312134,-381927],[-310523,-379834],[-312086,-380267],[-310034,-379520],[-309446,-379507],[-316635,-379018],[-316646,-379645],[-317069,-379601],[-317111,-380009],[-307654,-379287],[-319861,-415205],[-318650,-419981],[-317766,-418490],[-316785,-411370],[-318450,-411126],[-318762,-432870],[-318979,-423745],[-319243,-423373],[-319219,-422987],[-319325,-422747],[-318220,-448389],[-319419,-449473],[-319284,-449431],[-319361,-449876],[-319114,-479867],[-319206,-480383],[-319952,-481373],[-319962,-482426],[-320011,-318087],[-322090,-367263],[-321141,-367513],[-321492,-367904],[-321559,-367942],[-321371,-367422],[-323609,-367487],[-326205,-367565],[-326790,-367418],[-324052,-366870],[-326403,-367580],[-325006,-366466],[-323756,-366951],[-326432,-368283],[-323643,-366861],[-320532,-368514],[-325941,-367639],[-326130,-367504],[-327613,-367857],[-327448,-368097],[-327344,-368401],[-321242,-382355],[-323815,-385365],[-321742,-386156],[-324109,-389185],[-323557,-388290],[-323154,-387341],[-323387,-387950],[-322028,-387700],[-322280,-392405],[-321968,-392202],[-331439,-400904],[-328163,-403047],[-331870,-400163],[-330092,-401726],[-320992,-408509],[-320933,-408516],[-321998,-419625],[-322238,-422093],[-321985,-419320],[-329060,-420841],[-329383,-415836],[-331303,-416659],[-331982,-419178],[-332445,-418950],[-324179,-415877],[-324203,-415725],[-320439,-410429],[-322217,-410883],[-323231,-410590],[-320095,-432953],[-321823,-434113],[-320291,-433401],[-323578,-431855],[-321840,-434121],[-331529,-428609],[-332098,-423606],[-329642,-422449],[-326207,-436451],[-335766,-358394],[-335570,-358250],[-335178,-358568],[-330458,-390335],[-336576,-390750],[-333780,-389037],[-334319,-421257],[-334329,-415818],[-335958,-419219],[-343523,-419533],[-343207,-415233],[-343610,-414881],[-344553,-416705],[-339460,-418503],[-339414,-418476],[-340639,-418161],[-339160,-417761],[-340710,-420278],[-340238,-420831],[-341392,-420486],[-340450,-421122],[-340773,-420597],[-341498,-420194],[-342078,-432308],[-343414,-432883],[-340873,-433594],[-342038,-433914],[-338879,-427332],[-340959,-428917],[-342083,-427684],[-340984,-428763],[-335129,-433110],[-335476,-432441],[-339911,-434476],[-335294,-428384],[-336829,-429303],[-333237,-427730],[-340926,-436456],[-341887,-436226],[-346288,-438086],[-343183,-437847],[-345695,-435723],[-345164,-437760],[-335347,-435113],[-340443,-536102],[-340892,-536484],[-356504,-310058],[-357463,-309882],[-357522,-309710],[-348315,-390043],[-357666,-428321],[-359063,-421770],[-358164,-436499],[-357192,-435649],[-348214,-436219],[-346310,-438459],[-347952,-436328],[-354261,-437540],[-355595,-439515],[-354572,-441249],[-355444,-439047],[-355557,-437741],[-358190,-436709],[-349262,-439778],[-348349,-440962],[-355953,-441688],[-353210,-442919],[-352406,-445041],[-357913,-458227],[-358385,-457838],[-354761,-455019],[-354608,-454592],[-355800,-457281],[-357444,-456754],[-357201,-457594],[-356871,-456861],[-357485,-456940],[-357130,-457705],[-356865,-457176],[-349972,-458663],[-354957,-464920],[-354898,-464358],[-354197,-464489],[-356422,-558820],[-356429,-558055],[-356639,-558433],[-369457,-294120],[-368939,-298245],[-370595,-302697],[-364743,-313509],[-368140,-312807],[-369101,-313626],[-370426,-310914],[-364416,-312245],[-361865,-311381],[-362744,-402460],[-363274,-402290],[-364963,-401655],[-369017,-421644],[-368052,-433480],[-368116,-433184],[-359039,-422564],[-361480,-425807],[-363106,-429608],[-365562,-428471],[-368769,-421392],[-360995,-426006],[-363604,-434484],[-367090,-424794],[-367089,-424349],[-368111,-422924],[-365541,-435164],[-365958,-434820],[-368426,-437625],[-369508,-440614],[-369286,-440586],[-368743,-443880],[-368816,-443647],[-371431,-441502],[-365981,-438412],[-368071,-437996],[-364021,-435813],[-368558,-441779],[-368032,-442769],[-368103,-442906],[-367949,-442826],[-365401,-438643],[-364992,-438228],[-356282,-435587],[-363532,-437796],[-358473,-457642],[-358507,-457957],[-364780,-471461],[-365076,-471168],[-360705,-519194],[-361325,-519394],[-367368,-518064],[-361825,-575768],[-360875,-577250],[-378588,-306107],[-377470,-305275],[-377239,-305972],[-376750,-298351],[-378551,-300398],[-379460,-301001],[-377087,-300717],[-374999,-302576],[-375507,-302751],[-375639,-308570],[-375759,-310199],[-375625,-310204],[-379120,-314103],[-381158,-309278],[-380195,-307278],[-375234,-424749],[-375254,-425244],[-375401,-424888],[-379242,-431104],[-373794,-437248],[-370397,-439659],[-370214,-439361],[-370176,-442123],[-371729,-459105],[-376567,-474894],[-375947,-474327],[-377682,-474598],[-377947,-475189],[-382482,-487620],[-382519,-487379],[-382271,-487465],[-388201,-305575],[-389252,-304053],[-388524,-298454],[-395674,-300852],[-396206,-299528],[-396607,-301295],[-388236,-299556],[-387160,-308328],[-386920,-308116],[-386719,-309709],[-390429,-365682],[-391307,-367893],[-390672,-366836],[-391560,-368066],[-390157,-366347],[-391197,-367040],[-389522,-368603],[-389172,-370536],[-386333,-369943],[-388758,-369633],[-386606,-370342],[-388758,-370599],[-386584,-362754],[-385331,-364676],[-384983,-364487],[-385685,-363362],[-393722,-468167],[-393680,-468389],[-393587,-468377],[-396174,-470781],[-394300,-469043],[-393848,-470907],[-393845,-469808],[-393289,-469880],[-394218,-470311],[-394227,-470700],[-394535,-471597],[-395256,-463893],[-395660,-463642],[-395524,-463827],[-394628,-464411],[-394577,-464104],[-394935,-464440],[-389740,-468439],[-389831,-464280],[-389698,-464620],[-390000,-464646],[-389823,-464699],[-389592,-464776],[-390250,-464485],[-390674,-464883],[-389951,-464805],[-396264,-524687],[-397128,-295890],[-398436,-294741],[-398198,-294776],[-396901,-301511],[-403020,-312349],[-407192,-373227],[-407155,-372662],[-409044,-385943],[-408924,-386259],[-409525,-386248],[-408110,-397749],[-407122,-398522],[-407659,-397569],[-400863,-400806],[-406902,-453459],[-405975,-453530],[-407150,-454600],[-405816,-454301],[-406286,-455971],[-405867,-454367],[-405793,-473416],[-405673,-473408],[-405943,-473456],[-406274,-473963],[-406442,-474169],[-406157,-473599],[-405952,-473915],[-406429,-473930],[-405776,-474033],[-405657,-473879],[-405597,-473793],[-406677,-494053],[-407507,-495634],[-407892,-487723],[-407850,-489557],[-409265,-491097],[-409231,-494538],[-408009,-493580],[-406072,-495131],[-403454,-486346],[-408596,-487215],[-401865,-502775],[-421345,-326003],[-417928,-454895],[-418762,-455405],[-418683,-454477],[-415255,-456362],[-415154,-456547],[-415250,-455405],[-416889,-457146],[-415985,-456522],[-416204,-456393],[-417585,-457646],[-417580,-457798],[-418572,-458297],[-418738,-458236],[-418341,-457245],[-417017,-463961],[-417096,-464405],[-417417,-464169],[-421115,-460932],[-409993,-489975],[-410307,-492091],[-411994,-488618],[-414835,-493437],[-412502,-490727],[-413193,-491043],[-413812,-492264],[-416210,-494836],[-415589,-494528],[-414587,-494422],[-418240,-493245],[-412643,-488566],[-421624,-496273],[-421719,-543296],[-420922,-543567],[-425795,-326713],[-425725,-326526],[-425470,-326596],[-425368,-326220],[-425888,-326909],[-426190,-326775],[-425898,-327595],[-425281,-327363],[-426098,-325797],[-426858,-325487],[-426890,-322016],[-426278,-321611],[-426498,-321867],[-426880,-321853],[-426273,-320918],[-425982,-321597],[-427309,-338791],[-427384,-337855],[-427319,-338630],[-427437,-338535],[-427452,-338360],[-426499,-337356],[-426321,-337439],[-426561,-337360],[-434210,-446261],[-434202,-446231],[-435076,-441681],[-434421,-452082],[-434037,-451596],[-434142,-452000],[-433867,-453007],[-434250,-452765],[-433121,-452898],[-430320,-459756],[-430339,-459817],[-431809,-458589],[-431490,-458696],[-429316,-460016],[-429376,-459865],[-429525,-459900],[-430827,-459667],[-431901,-460594],[-431557,-460587],[-431358,-459189],[-431619,-459305],[-430913,-460157],[-431439,-457869],[-431478,-458492],[-431001,-457903],[-431888,-458470],[-431942,-458153],[-431929,-458230],[-430080,-456994],[-428215,-455397],[-429291,-455916],[-428025,-456375],[-428700,-456070],[-430721,-466243],[-430822,-466084],[-430733,-465673],[-430570,-465551],[-430315,-465608],[-430936,-465793],[-431220,-465619],[-431251,-465755],[-428480,-460755],[-427623,-461030],[-428289,-461768],[-424849,-492681],[-430224,-492119],[-430388,-494092],[-427760,-493346],[-433776,-491623],[-428656,-493429],[-430652,-493632],[-429998,-491477],[-428083,-493779],[-433991,-557135],[-434077,-556959],[-445148,-203503],[-444136,-201729],[-443962,-201647],[-442773,-204101],[-443517,-205541],[-438434,-314766],[-438341,-317649],[-438168,-317924],[-436029,-312060],[-440848,-311566],[-441773,-311316],[-445323,-321979],[-445784,-321510],[-443308,-322651],[-443541,-322657],[-440381,-321168],[-443113,-332261],[-443295,-333042],[-441787,-333397],[-441636,-333669],[-446267,-366631],[-446464,-366709],[-446381,-366567],[-447388,-364368],[-447486,-364342],[-447448,-364136],[-447563,-364199],[-444981,-381082],[-443807,-386577],[-444885,-390866],[-444414,-390099],[-444181,-390137],[-445237,-387729],[-447927,-385095],[-447509,-383969],[-447178,-384162],[-447410,-384110],[-446859,-405936],[-447107,-405950],[-446925,-405681],[-446392,-404833],[-446237,-404836],[-446317,-404631],[-446180,-404641],[-447763,-399700],[-441735,-445222],[-435270,-445996],[-436209,-444366],[-440623,-454082],[-441324,-452460],[-446908,-452080],[-446959,-452301],[-446483,-452318],[-435428,-464500],[-440220,-460872],[-444084,-516121],[-444192,-516070],[-442014,-552710],[-442377,-550466],[-442237,-550457],[-452261,-196743],[-452410,-199107],[-452407,-199456],[-452416,-196783],[-450084,-202444],[-460652,-321901],[-457436,-374030],[-457868,-373655],[-458037,-373143],[-457199,-372944],[-457546,-372453],[-454059,-373754],[-458753,-376865],[-458747,-378753],[-448427,-384777],[-448485,-384873],[-451949,-392599],[-452386,-392980],[-453119,-392576],[-453370,-392560],[-448059,-384975],[-460613,-392429],[-459329,-392212],[-459144,-393890],[-458969,-392074],[-455274,-407505],[-454722,-407700],[-455135,-408143],[-454805,-408333],[-454443,-407885],[-456365,-398111],[-454482,-400775],[-455770,-398552],[-459801,-397542],[-452169,-398834],[-453267,-400432],[-452601,-399954],[-452353,-399667],[-453469,-399523],[-453989,-397965],[-454584,-397709],[-454547,-398105],[-454886,-397118],[-453852,-398447],[-448285,-400403],[-448392,-398489],[-448486,-398881],[-449700,-398799],[-456524,-402796],[-453951,-404036],[-453664,-403334],[-455378,-405103],[-455788,-405423],[-459088,-404483],[-459547,-402202],[-459118,-402341],[-459782,-401549],[-459236,-402788],[-459596,-404121],[-459721,-403150],[-460399,-403484],[-459198,-403089],[-454025,-417956],[-449756,-413087],[-449643,-412968],[-449562,-413140],[-449967,-412939],[-454441,-414373],[-453671,-412769],[-454618,-414301],[-454443,-413660],[-453693,-414224],[-456624,-415092],[-456836,-414939],[-454935,-415268],[-454466,-414700],[-455093,-414983],[-457535,-419488],[-456746,-420369],[-457694,-419508],[-457146,-420716],[-457645,-420532],[-459326,-418059],[-459660,-418625],[-459251,-417372],[-458186,-417165],[-459824,-418273],[-455973,-413077],[-455244,-412955],[-455723,-414457],[-455271,-413143],[-455906,-412529],[-450575,-441223],[-454399,-448130],[-449773,-454395],[-449189,-453804],[-457860,-451450],[-457843,-451286],[-451104,-455821],[-450373,-471564],[-450275,-471844],[-450412,-473160],[-450411,-472979],[-450418,-474629],[-448322,-476109],[-448516,-476298],[-454206,-500714],[-454096,-500581],[-454958,-502181],[-458870,-522041],[-459107,-521994],[-457271,-534218],[-449707,-540182],[-450122,-541408],[-449271,-542100],[-450174,-541258],[-459593,-542331],[-459730,-542423],[-459749,-542543],[-451628,11293],[-452140,12397],[-452698,12568],[-462652,-221711],[-462735,-221752],[-473243,-226136],[-473333,-226011],[-471149,-226198],[-470984,-260292],[-470712,-261425],[-470827,-259028],[-469517,-260631],[-468256,-261173],[-473532,-308514],[-473688,-308208],[-472722,-308788],[-461145,-321862],[-462807,-343658],[-462720,-342840],[-463146,-343094],[-462834,-342964],[-463209,-343391],[-463315,-343489],[-470388,-372368],[-472603,-373286],[-473480,-374080],[-472537,-374248],[-473493,-373230],[-473362,-378044],[-473109,-378620],[-471953,-378682],[-470685,-378740],[-471432,-379278],[-469565,-376484],[-469245,-375069],[-470374,-375063],[-467625,-373812],[-468951,-375052],[-468733,-374604],[-468501,-373978],[-470645,-374770],[-468653,-373972],[-468833,-373834],[-460814,-393135],[-465098,-395791],[-464745,-393189],[-466192,-395344],[-465037,-394245],[-466836,-392948],[-470471,-391933],[-469391,-391111],[-470119,-392320],[-470631,-392291],[-468613,-392772],[-472498,-393424],[-470678,-393437],[-470363,-394296],[-469819,-393476],[-468615,-393260],[-472797,-390951],[-473447,-392636],[-473469,-388747],[-472513,-388870],[-461273,-394820],[-465146,-406222],[-465992,-406994],[-465239,-407073],[-465202,-407378],[-465174,-407592],[-464789,-407283],[-465426,-407951],[-465549,-407716],[-464294,-406976],[-467395,-404974],[-467906,-405309],[-466614,-404974],[-468896,-405383],[-471002,-402708],[-471317,-403275],[-471376,-403511],[-470266,-403022],[-470121,-403338],[-472885,-405300],[-472238,-405788],[-471449,-405808],[-473556,-405108],[-471867,-405222],[-460918,-402023],[-472416,-413859],[-470861,-413229],[-471328,-413363],[-471864,-413874],[-472450,-414290],[-470691,-416418],[-469995,-416432],[-470340,-416852],[-470424,-414902],[-468037,-427133],[-468336,-426532],[-468481,-427555],[-467782,-427006],[-471568,-424214],[-472206,-423497],[-471983,-423841],[-471738,-423557],[-471433,-424626],[-465925,-498996],[-468192,-494346],[-465963,-499122],[-463349,-535567],[-463531,-535858],[-469684,-548655],[-469979,-548569],[-471000,-542191],[-470836,-542139],[-475694,-226945],[-475817,-226944],[-475758,-226806],[-477107,-228690],[-475774,-228174],[-486154,-290513],[-486190,-290860],[-486113,-290961],[-480409,-293955],[-478990,-293797],[-482527,-293501],[-482813,-293504],[-482016,-293677],[-482501,-293143],[-482355,-293634],[-483872,-289308],[-483321,-289853],[-483733,-289921],[-483305,-289736],[-483136,-290127],[-483802,-287880],[-482642,-288351],[-483054,-288227],[-483707,-287716],[-484024,-288791],[-480571,-293852],[-481570,-299205],[-482995,-300722],[-482189,-300571],[-481922,-299964],[-482112,-300178],[-478590,-295801],[-477442,-296897],[-477625,-296884],[-478246,-296599],[-478105,-296117],[-479507,-294264],[-480799,-294382],[-481580,-298788],[-481623,-298769],[-482489,-298876],[-481690,-298624],[-480981,-300112],[-477777,-308126],[-475280,-309493],[-476452,-307410],[-477835,-308678],[-477230,-307951],[-474689,-307203],[-474558,-308182],[-475525,-308691],[-475476,-308570],[-475599,-308471],[-474244,-308356],[-474621,-307766],[-478812,-312301],[-478726,-312603],[-478584,-312904],[-478873,-312720],[-478789,-310529],[-477867,-354506],[-477757,-355790],[-478465,-355858],[-477955,-356312],[-478873,-358054],[-478835,-357565],[-480396,-352858],[-478927,-354318],[-479700,-354912],[-479433,-353566],[-478183,-354427],[-481757,-358991],[-479366,-359616],[-480207,-360642],[-478681,-360553],[-479986,-360384],[-475295,-367720],[-475924,-367608],[-475074,-368059],[-475520,-366957],[-474710,-367982],[-483529,-360802],[-484621,-361088],[-482832,-360591],[-483379,-360201],[-484450,-360774],[-484813,-364884],[-484905,-364561],[-485425,-364237],[-486263,-363307],[-485024,-364044],[-479495,-358210],[-480063,-358412],[-473886,-375375],[-474169,-376151],[-474738,-375384],[-474642,-374732],[-474938,-376092],[-485409,-371410],[-484393,-372388],[-485432,-371697],[-484964,-372623],[-484234,-371989],[-485490,-372333],[-482339,-373463],[-482670,-372612],[-482030,-372340],[-480845,-372660],[-482415,-373018],[-484681,-380453],[-485887,-380849],[-484334,-380250],[-483812,-380648],[-485109,-379856],[-482170,-377148],[-482226,-377559],[-475530,-390922],[-475160,-391673],[-473945,-391976],[-475435,-393441],[-475864,-392868],[-476141,-392514],[-474163,-388845],[-476426,-389208],[-478166,-388547],[-478652,-388572],[-481885,-389491],[-480609,-389612],[-482896,-389426],[-480898,-394676],[-481512,-395134],[-481251,-396015],[-482114,-394577],[-481933,-395151],[-483041,-395945],[-482707,-394735],[-482555,-396079],[-473920,-388343],[-480444,-384335],[-480371,-385361],[-479654,-384815],[-484845,-389579],[-484520,-388739],[-484076,-389638],[-484701,-389352],[-484976,-389213],[-486053,-391781],[-484429,-391224],[-485585,-391758],[-483432,-396227],[-478851,-383967],[-480624,-402495],[-482379,-401563],[-480915,-401009],[-484922,-401809],[-484290,-402533],[-483418,-403434],[-484458,-402819],[-485059,-403255],[-484126,-408221],[-483938,-408863],[-483452,-407265],[-484576,-408122],[-483749,-408457],[-478862,-406714],[-483294,-397010],[-478951,-409639],[-479668,-410672],[-479799,-411012],[-480702,-410052],[-480344,-410448],[-478607,-411121],[-479668,-411952],[-478739,-412577],[-479425,-412155],[-477329,-412001],[-485191,-420542],[-486273,-421045],[-486328,-419980],[-486175,-419824],[-486094,-420061],[-481137,-426716],[-481091,-428556],[-481199,-426363],[-480046,-427522],[-479760,-427301],[-476127,-436086],[-475887,-435951],[-474290,-436293],[-481364,-437985],[-481240,-438280],[-484789,-439313],[-481964,-435590],[-477877,-452686],[-477590,-452618],[-479890,-451521],[-479866,-451261],[-479499,-458532],[-483202,-463783],[-483177,-463598],[-482047,-464531],[-484022,-464630],[-480227,-498149],[-481859,-496588],[-480002,-495718],[-480207,-495409],[-481643,-507820],[-482542,-503831],[-483392,-502175],[-482078,-504409],[-477143,-508462],[-476971,-509034],[-481259,-507785],[-481329,-507680],[-481910,-505847],[-481701,-505775],[-481725,-501680],[-480884,-512171],[-484305,-516574],[-485446,-523294],[-483597,-521919],[-483126,-521696],[-483334,-521621],[-482385,-520842],[-481998,-520673],[-482186,-520650],[-483055,-521537],[-482704,-519561],[-482314,-519249],[-482654,-519275],[-482500,-519466],[-483663,-516938],[-483830,-517000],[-484752,-514361],[-481032,-513663],[-486073,-520605],[-486339,-520599],[-480144,-513908],[-479683,-513280],[-480289,-513924],[-480273,-513404],[-480407,-513249],[-482679,-519657],[-481167,-517015],[-481584,-531385],[-481444,-531333],[-476292,-549879],[-479869,-550681],[-480008,-550237],[-495917,-168824],[-490648,-168416],[-491335,-168578],[-493927,-167938],[-498853,-278519],[-498527,-278592],[-498842,-278321],[-498749,-278483],[-497201,-278398],[-497706,-278641],[-497058,-276948],[-496532,-278374],[-496366,-277499],[-494286,-284832],[-496757,-281696],[-492887,-282745],[-492642,-282678],[-493258,-282670],[-492679,-282861],[-492313,-283197],[-488749,-284606],[-489358,-285733],[-488777,-285467],[-489110,-284509],[-488988,-284789],[-487986,-285642],[-488393,-286792],[-487461,-287247],[-487808,-287281],[-488237,-285897],[-488493,-288457],[-488571,-288388],[-488481,-289959],[-488329,-289068],[-489056,-287973],[-486449,-290260],[-494689,-291088],[-496198,-291808],[-495624,-290067],[-494188,-291176],[-495504,-290477],[-488121,-294191],[-488574,-294047],[-486447,-290620],[-499076,-292728],[-494259,-306025],[-495149,-304806],[-495421,-305597],[-494447,-305263],[-494365,-305455],[-494372,-304210],[-493603,-303271],[-493617,-304686],[-493923,-305029],[-493933,-304728],[-497862,-303692],[-498783,-303331],[-498528,-303668],[-498532,-301249],[-498381,-302073],[-496378,-297595],[-496825,-298449],[-496130,-297764],[-496660,-300133],[-498103,-300146],[-497376,-300492],[-498682,-300245],[-497714,-300533],[-490245,-306295],[-490123,-306970],[-488094,-294418],[-487127,-295011],[-487477,-294958],[-487490,-315566],[-487739,-315803],[-488018,-316300],[-487207,-316287],[-488415,-315989],[-489804,-310104],[-491204,-308970],[-488851,-310170],[-490327,-309521],[-489797,-309112],[-488793,-307850],[-489597,-307780],[-490552,-307317],[-494199,-310660],[-494594,-310696],[-493872,-310646],[-493367,-310327],[-494488,-309455],[-492609,-319297],[-498022,-330125],[-498413,-330036],[-498391,-329804],[-497880,-329517],[-497066,-330188],[-498494,-330557],[-496733,-329323],[-497781,-330467],[-497381,-330679],[-493541,-320996],[-492975,-320625],[-493236,-320409],[-493046,-320631],[-489416,-324560],[-489906,-322558],[-487978,-321665],[-488300,-321491],[-488254,-320830],[-487366,-321700],[-488056,-321001],[-489149,-323277],[-489131,-322321],[-486839,-322136],[-488706,-322300],[-488861,-322571],[-494299,-338164],[-494782,-338814],[-494085,-339095],[-495529,-338131],[-495055,-338249],[-496476,-336784],[-495387,-337546],[-495739,-338077],[-490330,-363228],[-487813,-363894],[-488071,-363134],[-488670,-364765],[-488051,-364567],[-489413,-359501],[-490174,-359098],[-490553,-360291],[-490044,-360515],[-490084,-359499],[-496507,-360795],[-495794,-363842],[-495963,-361526],[-497405,-361424],[-497049,-361196],[-493937,-358368],[-494603,-359138],[-490537,-365238],[-491353,-370073],[-491620,-369666],[-490396,-370328],[-488504,-370935],[-487596,-370885],[-490777,-370899],[-493594,-359067],[-493735,-358446],[-487251,-371583],[-488378,-372152],[-492526,-375195],[-491280,-375616],[-492255,-375797],[-492233,-375554],[-491435,-374730],[-491188,-375491],[-489152,-375656],[-489752,-374744],[-486803,-378363],[-490799,-371757],[-491296,-371593],[-490673,-371883],[-498099,-394833],[-497279,-392981],[-498257,-395096],[-498383,-393722],[-498999,-394046],[-487753,-390314],[-488291,-389983],[-488469,-390310],[-487989,-389986],[-487765,-389605],[-487400,-400470],[-487265,-400984],[-487658,-400724],[-487057,-401175],[-486691,-402296],[-491178,-402189],[-491086,-401697],[-490536,-401923],[-490446,-403259],[-490580,-402779],[-492061,-403646],[-492745,-404156],[-493339,-406273],[-492959,-404017],[-493371,-401352],[-494004,-402139],[-493860,-401857],[-494743,-401117],[-493284,-400915],[-498667,-405514],[-498108,-406697],[-497767,-406951],[-490061,-441667],[-490787,-437225],[-490555,-436402],[-493187,-442586],[-495994,-483112],[-496564,-482252],[-493321,-482664],[-490535,-509435],[-490311,-509404],[-491197,-507349],[-491245,-507643],[-491944,-508200],[-496472,-507554],[-494630,-508391],[-493943,-507487],[-493701,-507119],[-493374,-507071],[-498287,-509470],[-497707,-508833],[-497732,-509095],[-489270,-509908],[-489346,-510763],[-489411,-510943],[-489082,-509894],[-494269,-500225],[-494269,-500469],[-486942,-520738],[-499116,-520873],[-496416,-516911],[-496207,-516722],[-497085,-523244],[-497151,-523266],[-495698,-520294],[-489471,-517331],[-489327,-517094],[-489508,-517172],[-489417,-518355],[-489418,-518076],[-491164,-520414],[-490785,-520238],[-491644,-521774],[-492891,-522347],[-492623,-522291],[-490418,-522573],[-490191,-522619],[-490707,-524199],[-493078,-521333],[-490686,-524121],[-490640,-524382],[-490772,-524047],[-489791,-522113],[-489533,-522130],[-490678,-516344],[-491109,-515545],[-487135,-515595],[-487137,-515206],[-490415,-516504],[-486717,-526296],[-494684,-543957],[-498220,-544468],[-494405,-546554],[-488933,-547101],[-489118,-546877],[-493022,-540111],[-494701,-543688],[-488748,-539150],[-489143,-539140],[-504605,-155167],[-505858,-154615],[-499406,-209299],[-503974,-216365],[-502663,-254958],[-503316,-248527],[-508942,-248379],[-507041,-247888],[-507093,-247989],[-500451,-248409],[-505324,-277183],[-511654,-279056],[-510900,-279027],[-511740,-278788],[-510831,-278592],[-510585,-279201],[-504927,-275177],[-499523,-279955],[-502611,-275342],[-502797,-275527],[-503459,-276059],[-500324,-293517],[-499786,-292259],[-499526,-292307],[-499920,-291941],[-500251,-295269],[-509516,-304105],[-502434,-296265],[-503879,-297771],[-503017,-297599],[-503736,-297357],[-508004,-319016],[-508354,-319706],[-511023,-318971],[-510352,-318982],[-510949,-319126],[-511086,-319737],[-508688,-318623],[-508767,-318237],[-508274,-316426],[-508439,-318503],[-508990,-316776],[-506931,-310194],[-506965,-310489],[-505920,-309205],[-507035,-310422],[-505524,-313304],[-506704,-312332],[-506238,-312175],[-505915,-312667],[-506210,-313356],[-507965,-319259],[-508787,-320065],[-507767,-320019],[-510253,-320174],[-507378,-335085],[-506355,-333701],[-506882,-335072],[-507269,-334672],[-504474,-336522],[-504247,-337999],[-503441,-336219],[-504511,-337426],[-504154,-337193],[-509610,-333685],[-509150,-333483],[-509412,-334142],[-508874,-334659],[-509104,-334456],[-511361,-336672],[-511317,-336327],[-511292,-336693],[-511816,-336943],[-511990,-336569],[-510965,-336818],[-510427,-337141],[-510817,-337059],[-510674,-336857],[-510873,-336365],[-510880,-344582],[-510260,-344961],[-510965,-344846],[-510688,-345138],[-510385,-344534],[-511808,-353808],[-511487,-353662],[-511067,-352779],[-511215,-351054],[-511731,-351811],[-511329,-351811],[-511941,-348419],[-510932,-350770],[-504252,-357112],[-503880,-356766],[-504825,-357657],[-505700,-357968],[-506573,-353402],[-507449,-353423],[-506439,-354180],[-506899,-353139],[-507318,-354163],[-511363,-346430],[-511136,-353549],[-511581,-352534],[-511963,-347758],[-511699,-360101],[-511313,-363304],[-511485,-363934],[-510929,-363289],[-510870,-363260],[-510884,-363455],[-511143,-368062],[-511306,-367921],[-511008,-367709],[-511505,-368802],[-511592,-368573],[-511745,-368489],[-511219,-368867],[-505743,-360669],[-505588,-360043],[-504088,-359745],[-503881,-360281],[-505512,-359156],[-505511,-358315],[-511853,-362116],[-500796,-366739],[-500993,-367294],[-501678,-366873],[-511883,-369163],[-506453,-383107],[-505921,-382340],[-505088,-382708],[-505878,-382058],[-505941,-382969],[-505738,-378011],[-505371,-378646],[-505871,-379032],[-505684,-379269],[-505742,-378458],[-510351,-379311],[-509674,-378503],[-509494,-378438],[-511193,-378215],[-510716,-378070],[-509536,-377964],[-509612,-377223],[-510643,-377498],[-509710,-377282],[-504757,-383327],[-505775,-383580],[-508183,-373746],[-508051,-373140],[-506038,-373573],[-507794,-373619],[-508118,-373038],[-507919,-371770],[-507426,-371817],[-507761,-372024],[-507952,-372017],[-507701,-372392],[-508207,-389276],[-510702,-391051],[-510781,-388995],[-511100,-389625],[-511209,-388656],[-511202,-387782],[-510479,-388577],[-510231,-385744],[-509445,-387008],[-509904,-386609],[-502450,-385813],[-503284,-385947],[-502763,-386118],[-501934,-385908],[-503067,-386251],[-511829,-407104],[-503151,-405576],[-502846,-405183],[-503034,-405346],[-503063,-400895],[-502473,-401202],[-501639,-401423],[-502978,-401847],[-502851,-401595],[-499298,-406379],[-499255,-406916],[-499715,-409927],[-499809,-410803],[-500342,-410166],[-499871,-410954],[-500068,-410429],[-511523,-419018],[-511149,-433307],[-511596,-434548],[-504130,-446548],[-503055,-446976],[-505957,-446340],[-505779,-446084],[-507160,-446474],[-507476,-446511],[-506157,-446816],[-507107,-446071],[-507109,-446463],[-508849,-439489],[-508434,-439430],[-506827,-454945],[-506979,-454993],[-507233,-453737],[-507821,-454249],[-507721,-454386],[-507874,-451263],[-507600,-453863],[-507816,-458265],[-509590,-449421],[-509719,-450083],[-509790,-449953],[-510017,-450130],[-509722,-450264],[-509695,-450458],[-510621,-449565],[-510583,-451041],[-509257,-449990],[-509394,-450211],[-509311,-450270],[-503557,-448595],[-501200,-449808],[-499541,-449723],[-509666,-458760],[-510223,-448398],[-509970,-449777],[-510222,-448346],[-507917,-452831],[-503939,-473201],[-509546,-482539],[-510263,-481759],[-510536,-481813],[-510779,-481747],[-501058,-483042],[-500601,-483607],[-509342,-474218],[-501326,-474408],[-502631,-474364],[-502307,-474570],[-508356,-476179],[-509090,-496191],[-506460,-494347],[-506288,-494225],[-511527,-488851],[-511841,-488764],[-511435,-489122],[-511655,-486802],[-510091,-493016],[-511724,-486508],[-502148,-511464],[-502758,-511639],[-503564,-510203],[-506800,-508099],[-506713,-508232],[-506556,-508799],[-506413,-509153],[-511079,-507879],[-511081,-507927],[-506124,-501287],[-506428,-502640],[-505160,-502391],[-504652,-520030],[-504636,-519803],[-504744,-518861],[-504946,-518990],[-504002,-523446],[-504192,-523556],[-505107,-512106],[-502991,-513909],[-502689,-514026],[-501795,-517812],[-501762,-521517],[-504223,-519829],[-500579,-513409],[-501022,-525289],[-500863,-525430],[-501007,-542638],[-500681,-542808],[-510114,-539533],[-510020,-539769],[-509807,-539493],[-521904,-152154],[-521740,-151638],[-522084,-152319],[-521673,-151851],[-522327,-152785],[-521730,-150500],[-522753,-154199],[-518420,-202797],[-519718,-203075],[-519819,-201981],[-514528,-196877],[-515544,-198820],[-514424,-196526],[-514699,-197221],[-515301,-196779],[-524212,-225138],[-524500,-226035],[-524296,-225326],[-523852,-225395],[-523784,-223781],[-521583,-224537],[-523721,-225938],[-523525,-224868],[-523178,-224474],[-524568,-239462],[-524748,-241240],[-524427,-240710],[-524088,-253901],[-523594,-255183],[-524198,-255307],[-523818,-255772],[-523597,-254559],[-524176,-255775],[-521761,-266861],[-521835,-266086],[-523650,-255980],[-523765,-260010],[-523652,-259425],[-524597,-263934],[-524757,-263450],[-524501,-263713],[-524480,-263977],[-515064,-275071],[-514574,-275049],[-514987,-275415],[-513880,-276069],[-513347,-275942],[-514844,-275126],[-524042,-275259],[-524181,-274742],[-524367,-275118],[-523981,-274918],[-523965,-275319],[-522707,-273628],[-522700,-273204],[-517130,-274585],[-517594,-274778],[-517104,-273668],[-515959,-273689],[-518795,-275513],[-521786,-272774],[-522475,-272480],[-522445,-271704],[-522662,-271757],[-521495,-272116],[-513304,-305974],[-522009,-312077],[-521501,-312170],[-519695,-310277],[-519725,-310257],[-516829,-308862],[-516772,-308788],[-515554,-307217],[-515157,-307409],[-522790,-311983],[-515959,-307547],[-520425,-310813],[-513980,-316583],[-514199,-315341],[-514981,-316663],[-513947,-316150],[-514117,-315137],[-518918,-328160],[-517958,-328242],[-517542,-326106],[-517937,-328063],[-517943,-325992],[-522374,-326683],[-519973,-324449],[-520512,-325706],[-519920,-325161],[-520137,-325342],[-519377,-331831],[-518686,-332058],[-518534,-332320],[-519216,-332099],[-517959,-331613],[-518109,-330880],[-517936,-330200],[-518939,-330837],[-518306,-330985],[-514954,-329632],[-515101,-329783],[-514877,-328325],[-514447,-329596],[-514412,-328969],[-514697,-328890],[-515016,-327225],[-514099,-326802],[-514546,-328754],[-513595,-326414],[-514094,-328943],[-513506,-328142],[-513723,-325732],[-513637,-327457],[-521143,-321032],[-520797,-321481],[-521431,-320673],[-521075,-321344],[-520986,-321605],[-521891,-321687],[-522340,-323652],[-522019,-321788],[-521697,-322841],[-522526,-323371],[-514744,-332553],[-514058,-335510],[-515239,-334107],[-514344,-335046],[-512842,-335302],[-514770,-334756],[-512995,-334283],[-512435,-334860],[-516844,-335005],[-517340,-333161],[-516958,-335709],[-516565,-335624],[-516525,-334765],[-513694,-345362],[-512606,-345069],[-513938,-357646],[-514487,-355918],[-513604,-355308],[-514731,-355652],[-514600,-355238],[-514984,-356510],[-513069,-354087],[-512293,-354346],[-512136,-352988],[-512006,-352688],[-512047,-351820],[-512216,-351570],[-515128,-353198],[-515584,-353861],[-514737,-353107],[-514829,-354008],[-515057,-354413],[-514733,-352015],[-514380,-352012],[-514215,-352350],[-514771,-352359],[-514159,-352485],[-513102,-347647],[-512316,-348002],[-512766,-349523],[-512958,-349066],[-512327,-349550],[-512386,-349115],[-514699,-347732],[-514198,-345458],[-513981,-346500],[-514488,-346840],[-516004,-345596],[-512753,-345723],[-512084,-345602],[-514802,-348314],[-514167,-347870],[-512868,-347126],[-513249,-345450],[-513536,-345423],[-513520,-345468],[-512627,-347678],[-512709,-361586],[-512392,-361611],[-512581,-361611],[-512370,-369224],[-512256,-368470],[-512914,-366929],[-512762,-369286],[-515192,-364083],[-515172,-364943],[-515213,-364760],[-514852,-364310],[-515264,-364079],[-518669,-360600],[-517517,-360866],[-518353,-359557],[-517370,-361376],[-517066,-360797],[-515297,-359068],[-514380,-358321],[-515124,-360387],[-515252,-359642],[-514111,-359240],[-514847,-359681],[-514258,-358660],[-522763,-362553],[-522083,-361860],[-523224,-362584],[-522655,-361868],[-523494,-361998],[-520636,-365431],[-519151,-364484],[-520792,-366843],[-519662,-366136],[-519166,-366039],[-517586,-369623],[-520771,-365859],[-518498,-365183],[-517391,-366023],[-518422,-364517],[-518999,-368874],[-519595,-368562],[-519060,-368469],[-512546,-366706],[-512835,-367386],[-517380,-380954],[-516963,-381035],[-519049,-381160],[-518186,-380285],[-512611,-380414],[-512553,-380680],[-513507,-379929],[-514867,-380006],[-513712,-380109],[-518804,-378645],[-518469,-378606],[-518681,-378532],[-519496,-379053],[-519524,-379477],[-524084,-377076],[-522078,-377459],[-522674,-378128],[-522392,-376774],[-521167,-376750],[-521891,-377226],[-521575,-376889],[-521996,-376027],[-511994,-378957],[-522111,-383668],[-522392,-383600],[-522507,-383699],[-512608,-377728],[-522258,-373555],[-521925,-373857],[-523346,-372542],[-522003,-373718],[-521891,-373296],[-521933,-373079],[-521729,-373653],[-521851,-373698],[-512755,-375479],[-512120,-374779],[-513084,-375256],[-512780,-377642],[-512200,-375998],[-519592,-386054],[-519263,-385231],[-520193,-386996],[-519329,-387210],[-520286,-386992],[-518346,-386495],[-519294,-386434],[-518363,-386723],[-518466,-385852],[-518203,-385687],[-514613,-387372],[-515813,-385840],[-515495,-385563],[-514249,-386951],[-513954,-386010],[-516252,-384950],[-518529,-384784],[-521207,-395448],[-521348,-395116],[-521307,-396052],[-524076,-394408],[-521721,-394739],[-524350,-392733],[-521574,-392645],[-521499,-393368],[-524527,-392409],[-523294,-390717],[-522332,-384182],[-516588,-384363],[-524231,-387315],[-518780,-400451],[-518512,-400976],[-518794,-399767],[-518836,-400210],[-519501,-400515],[-516595,-405764],[-517224,-404957],[-515312,-405545],[-515135,-404275],[-516199,-405315],[-517781,-413701],[-516819,-412445],[-517620,-414102],[-515970,-413716],[-517087,-413037],[-516990,-416918],[-516937,-416696],[-517472,-416013],[-517471,-416574],[-512045,-418865],[-518878,-420555],[-512742,-426305],[-513494,-428790],[-512832,-428606],[-520933,-447751],[-518355,-450408],[-519967,-449336],[-518496,-450588],[-521066,-452712],[-520751,-447833],[-518843,-449630],[-522034,-452729],[-522073,-453263],[-523512,-453874],[-524567,-454610],[-524727,-454400],[-520799,-479925],[-520948,-480325],[-520817,-480081],[-520315,-497186],[-515316,-510916],[-515002,-511017],[-514016,-511501],[-513954,-511500],[-515629,-509893],[-515548,-510049],[-517423,-510525],[-516528,-509283],[-516461,-509505],[-516270,-509052],[-517974,-507786],[-514788,-513764],[-515991,-513673],[-515780,-513543],[-515366,-512176],[-515626,-512363],[-515536,-512009],[-513935,-520244],[-513787,-520479],[-514752,-513892],[-517569,-526430],[-531639,-176524],[-534534,-204167],[-533953,-204184],[-537572,-201535],[-534233,-205444],[-533556,-204900],[-533745,-205609],[-526863,-227544],[-526385,-227211],[-526598,-227507],[-525803,-227083],[-527031,-227448],[-525260,-227941],[-525815,-236003],[-528022,-236027],[-528708,-236109],[-524871,-240246],[-525124,-241224],[-532657,-235732],[-533546,-237058],[-534041,-237288],[-533548,-235650],[-532574,-235956],[-537268,-238772],[-537069,-238517],[-536523,-237794],[-537432,-238243],[-528099,-247025],[-527283,-248779],[-537003,-243157],[-525103,-244088],[-525731,-251208],[-525063,-250887],[-525523,-250710],[-526225,-250363],[-525424,-251394],[-525336,-257194],[-525555,-257082],[-524884,-264884],[-524913,-263305],[-532110,-256569],[-532611,-256497],[-532568,-257344],[-532460,-256327],[-532193,-256484],[-532862,-258524],[-532016,-258801],[-532767,-259305],[-532030,-259816],[-532298,-257798],[-525649,-262988],[-535367,-309525],[-535946,-310071],[-536636,-310485],[-533779,-309391],[-536589,-310512],[-532907,-311394],[-530735,-310855],[-532434,-310877],[-531211,-309824],[-532863,-310757],[-529825,-314640],[-527848,-319099],[-527402,-319514],[-527726,-319427],[-527750,-319159],[-528161,-319622],[-537215,-325236],[-536701,-323685],[-535583,-325787],[-534551,-324818],[-536281,-327075],[-535253,-330393],[-536316,-329503],[-536347,-329841],[-535499,-330835],[-534418,-343371],[-536092,-344461],[-531802,-345210],[-531952,-344685],[-530115,-342200],[-531678,-343451],[-531365,-343011],[-531725,-344158],[-532265,-344345],[-536120,-342395],[-534230,-341034],[-533390,-341836],[-533935,-341377],[-534233,-340750],[-534896,-344278],[-535532,-345195],[-529864,-355902],[-533286,-355088],[-531627,-352237],[-533535,-355735],[-527521,-357935],[-526417,-356885],[-526659,-357442],[-526722,-357457],[-533974,-356073],[-534883,-356593],[-536163,-355782],[-535077,-356795],[-530836,-356397],[-530598,-355999],[-530461,-355560],[-531048,-355912],[-528308,-351221],[-530174,-353272],[-528451,-352621],[-528915,-352675],[-526659,-354079],[-525453,-353565],[-527632,-351150],[-528183,-351372],[-527798,-351973],[-527601,-351832],[-527380,-350979],[-526407,-351080],[-527160,-351708],[-525832,-350426],[-527190,-351121],[-528945,-348834],[-530528,-350354],[-529222,-350805],[-529459,-349218],[-531136,-348684],[-532239,-349434],[-530242,-350966],[-531827,-349877],[-530396,-351642],[-533636,-352676],[-534876,-352377],[-534523,-352086],[-534242,-353169],[-535111,-353074],[-535811,-348609],[-535217,-349255],[-535866,-349104],[-532446,-345568],[-535697,-366662],[-535384,-367891],[-537044,-365369],[-535039,-366785],[-535095,-366458],[-531438,-369844],[-531526,-369042],[-526512,-367415],[-529144,-367247],[-529966,-368895],[-527985,-366356],[-527171,-366971],[-527217,-365015],[-527736,-367131],[-527151,-366069],[-525665,-365014],[-526259,-365785],[-526440,-363992],[-525652,-365624],[-526905,-365083],[-532521,-364840],[-532995,-364145],[-530997,-363424],[-533361,-364140],[-530806,-364425],[-529707,-364223],[-530441,-364214],[-530380,-364413],[-530368,-363823],[-529339,-358810],[-530417,-360969],[-530644,-362377],[-530536,-361858],[-529971,-362137],[-530840,-360407],[-531634,-359015],[-531684,-362126],[-532502,-361196],[-533416,-360638],[-531666,-361258],[-534845,-361328],[-534165,-360254],[-534691,-361216],[-534134,-361631],[-535142,-360258],[-534882,-358291],[-526539,-376174],[-528179,-377026],[-528032,-378757],[-527345,-377956],[-528175,-373262],[-533150,-371283],[-526738,-373190],[-526234,-372265],[-527864,-372353],[-527278,-373129],[-536053,-384163],[-525467,-385942],[-525266,-386214],[-535176,-465313],[-535780,-464742],[-535956,-464844],[-528066,-477972],[-535768,-484454],[-526503,-515443],[-526483,-515372],[-539340,-202330],[-538065,-201792],[-538010,-202713],[-538634,-203048],[-545743,-212381],[-550131,-227144],[-543096,-228151],[-542366,-228298],[-542050,-228501],[-541672,-228281],[-541063,-242766],[-538407,-237476],[-543563,-246654],[-543621,-245998],[-545120,-246268],[-543733,-246406],[-544680,-246265],[-542923,-247697],[-543804,-248708],[-543048,-248029],[-543414,-247893],[-542736,-247851],[-550000,-255134],[-550144,-254665],[-550339,-255580],[-548537,-255552],[-548227,-255782],[-549171,-254521],[-548261,-253933],[-548350,-254689],[-540454,-243763],[-539767,-245438],[-541629,-243209],[-539263,-245307],[-550176,-255965],[-550125,-272952],[-550390,-272795],[-540279,-290258],[-540924,-291541],[-540455,-291086],[-539866,-290225],[-540615,-287804],[-541572,-287545],[-542228,-288912],[-541162,-288567],[-541026,-288694],[-546025,-303633],[-545714,-303006],[-546925,-302919],[-547101,-299629],[-545716,-300475],[-546599,-300170],[-545592,-299690],[-549295,-318243],[-548917,-317940],[-547802,-317389],[-549241,-317423],[-547837,-316402],[-550354,-315879],[-549167,-315575],[-549290,-315497],[-547358,-316280],[-544102,-318761],[-543379,-318046],[-543625,-319460],[-543275,-318497],[-543040,-318246],[-537963,-319152],[-538155,-319128],[-539481,-329478],[-537959,-332583],[-540051,-332041],[-541536,-332495],[-542485,-330678],[-540205,-332591],[-540789,-330669],[-543066,-329077],[-537785,-326733],[-543103,-327117],[-542632,-326954],[-544431,-328207],[-543665,-327578],[-543890,-327593],[-543547,-327524],[-544102,-327880],[-544223,-328048],[-542889,-327054],[-543380,-327681],[-541083,-327045],[-540871,-327240],[-541057,-327427],[-540677,-327722],[-540169,-327937],[-540448,-327815],[-539727,-328352],[-539962,-328092],[-539786,-331112],[-538703,-330371],[-550073,-336829],[-550364,-335182],[-549343,-343796],[-549683,-342998],[-550068,-343342],[-548281,-343263],[-538767,-344135],[-538330,-335883],[-539938,-339411],[-543934,-335889],[-544381,-336288],[-540921,-337376],[-539456,-348735],[-539969,-348886],[-539607,-348426],[-539831,-351671],[-542315,-361664],[-544860,-366495],[-543984,-364001],[-543680,-364145],[-543864,-361447],[-542600,-361602],[-547472,-361028],[-549183,-360987],[-549437,-359536],[-537916,-376510],[-538483,-377559],[-538132,-377350],[-537772,-376845],[-537624,-377007],[-537907,-385406],[-541824,-449429],[-541650,-449690],[-539045,-483870],[-539055,-484963],[-540302,-486196],[-543393,-485578],[-543555,-485979],[-540998,-485685],[-540784,-486558],[-540218,-486515],[-543292,-486337],[-561287,-203948],[-561458,-204131],[-561035,-203805],[-556649,-216449],[-556953,-216768],[-556627,-215990],[-558507,-215642],[-557997,-216165],[-558429,-217289],[-558241,-216857],[-559320,-217550],[-557166,-217465],[-561213,-230950],[-557747,-231428],[-550778,-255557],[-552112,-269764],[-551285,-271065],[-552392,-270132],[-551032,-271485],[-551993,-270170],[-551127,-273224],[-551217,-272818],[-550859,-273169],[-558913,-303870],[-557083,-304340],[-557473,-303610],[-558305,-303128],[-558532,-304144],[-558498,-301046],[-556560,-302798],[-558078,-300388],[-559381,-301062],[-556823,-299768],[-559885,-310664],[-559286,-311165],[-558675,-309140],[-559241,-309352],[-560777,-310156],[-562129,-308463],[-555336,-315817],[-554778,-315527],[-554347,-316992],[-555913,-315040],[-555094,-316041],[-562748,-319402],[-562870,-307664],[-562168,-307280],[-561549,-307696],[-562665,-321676],[-561463,-338052],[-560722,-338610],[-561416,-337059],[-562655,-338191],[-562370,-338512],[-553207,-333790],[-551756,-337188],[-561983,-348021],[-561724,-345839],[-555982,-358858],[-556082,-359776],[-556166,-358588],[-556012,-359521],[-556743,-359499],[-550403,-359606],[-554070,-378239],[-553888,-378055],[-560275,-379930],[-554718,-400900],[-555168,-400232],[-559135,-403492],[-559171,-403305],[-559471,-402861],[-559270,-402536],[-559074,-402893],[-559365,-402965],[-560475,-402929],[-560199,-403501],[-559136,-403749],[-559075,-403907],[-559058,-403096],[-559217,-402807],[-559235,-402258],[-555682,-399280],[-554134,-412432],[-550948,-424248],[-551911,-424933],[-556383,-479353],[-556385,-478886],[-556880,-476608],[-556757,-486682],[-564400,-204160],[-573286,-201469],[-572155,-230947],[-570259,-232761],[-569421,-231128],[-568226,-230436],[-566250,-240093],[-567150,-235249],[-567911,-236091],[-567458,-235572],[-568076,-234232],[-563870,-240051],[-564036,-240170],[-564535,-240206],[-564115,-239761],[-563919,-239591],[-571309,-246168],[-570874,-246302],[-569043,-246602],[-570312,-246633],[-572004,-252337],[-571635,-251561],[-571655,-252407],[-570669,-252112],[-573141,-291869],[-573221,-292562],[-573897,-292062],[-569205,-288686],[-566739,-302681],[-566003,-302516],[-566552,-301725],[-565732,-302101],[-564969,-302742],[-574388,-295896],[-571445,-307833],[-569506,-308010],[-569296,-308936],[-563720,-309122],[-574047,-313493],[-574456,-312539],[-573808,-312484],[-575305,-312453],[-563566,-345286],[-574047,-341719],[-574864,-341855],[-574422,-341260],[-573510,-342192],[-573792,-341452],[-564047,-349212],[-565554,-359585],[-565509,-365448],[-570341,-378524],[-570223,-378715],[-564953,-405018],[-565028,-404820],[-564812,-404561],[-564968,-404915],[-568091,-405099],[-568128,-405328],[-568389,-406017],[-568217,-406339],[-567970,-405667],[-567792,-404981],[-569307,-405596],[-569090,-406207],[-569413,-406319],[-569732,-406226],[-569788,-405764],[-569896,-405926],[-569915,-405563],[-569872,-405655],[-569838,-406412],[-569528,-405613],[-569502,-405613],[-569566,-405642],[-569277,-406272],[-569345,-406305],[-572399,-407355],[-572595,-407417],[-572000,-408066],[-571141,-407887],[-571492,-408090],[-573174,-407653],[-573003,-407828],[-572807,-407897],[-572602,-407991],[-572337,-408094],[-572231,-408146],[-572567,-408134],[-574807,-404016],[-574781,-404174],[-574331,-403890],[-574991,-403999],[-574563,-404150],[-573845,-404222],[-573995,-404541],[-573997,-404371],[-573883,-403992],[-574126,-404887],[-574010,-404313],[-573887,-404049],[-574035,-404094],[-575136,-404319],[-568990,-405372],[-563913,-409459],[-564121,-409404],[-574788,-449808],[-574593,-449613],[-574113,-449541],[-573784,-449592],[-573598,-449768],[-573727,-449717],[-574259,-448648],[-574837,-448992],[-575036,-448931],[-574232,-448928],[-572014,-452144],[-572156,-452969],[-572039,-452660],[-574798,-449564],[-574799,-449613],[-573904,-449223],[-574087,-449440],[-573584,-449431],[-573573,-449305],[-572006,-452453],[-574221,-449108],[-571897,-452461],[-565738,-474856],[-565651,-473425],[-565342,-485662],[-579097,-229975],[-578644,-230343],[-578058,-286170],[-576050,-312970],[-587181,-341283],[-588457,-342647],[-587225,-341619],[-587169,-341674],[-588122,-341619],[-588717,-340093],[-583804,-363607],[-584816,-364948],[-582991,-364693],[-582399,-363752],[-580663,-365338],[-581509,-363345],[-580492,-363902],[-581872,-365087],[-588734,-406120],[-588480,-406383],[-583247,-405619],[-583400,-405452],[-583786,-404720],[-583472,-404923],[-583588,-405207],[-583881,-405303],[-583698,-405474],[-583628,-405559],[-583290,-405568],[-582862,-404810],[-582702,-405519],[-582828,-404203],[-582810,-404339],[-582830,-404022],[-588072,-406781],[-587975,-406557],[-586070,-414565],[-584778,-419796],[-584954,-419825],[-585320,-419699],[-584520,-419772],[-585223,-419685],[-585264,-419783],[-585094,-419705],[-586414,-414181],[-586846,-414294],[-586746,-414344],[-586473,-413842],[-587013,-414506],[-585880,-414787],[-586157,-414883],[-585812,-414667],[-585644,-414718],[-585943,-414509],[-586696,-414598],[-586691,-414637],[-585186,-419929],[-585362,-419912],[-585406,-420172],[-585468,-419936],[-584721,-419860],[-584967,-420109],[-585885,-414724],[-586172,-414244],[-585921,-414002],[-586219,-414184],[-586257,-414129],[-586242,-414109],[-587068,-414674],[-586765,-414505],[-586734,-414592],[-584686,-420250],[-584437,-420196],[-582973,-434690],[-582457,-434840],[-582701,-434445],[-582574,-434571],[-581916,-434379],[-582286,-434910],[-582905,-434848],[-582002,-435015],[-582756,-435003],[-582654,-434650],[-584407,-439526],[-579047,-445527],[-578956,-445725],[-579057,-445140],[-578878,-445000],[-578975,-445372],[-578962,-445788],[-580172,-445339],[-580181,-445144],[-580120,-444801],[-579911,-444624],[-579987,-444452],[-580028,-444789],[-580034,-445095],[-584262,-438572],[-583906,-438658],[-583598,-438990],[-583765,-438883],[-583400,-440283],[-583708,-440399],[-583481,-440364],[-581765,-435031],[-581726,-435246],[-582691,-435358],[-582164,-435428],[-583071,-435093],[-582458,-435456],[-582997,-435131],[-582853,-435261],[-583227,-435331],[-581690,-435584],[-582441,-435047],[-579512,-445333],[-579592,-444359],[-579316,-445215],[-584371,-439661],[-584384,-439781],[-583710,-439485],[-583751,-439069],[-579419,-444694],[-579539,-444655],[-579314,-444783],[-579189,-444887],[-582077,-435249],[-582419,-435178],[-582636,-434847],[-582653,-435179],[-579786,-445317],[-579958,-445282],[-579744,-444579],[-601551,-296969],[-601479,-298998],[-601362,-301803],[-601042,-300026],[-601366,-300753],[-601302,-300557],[-600614,-301248],[-602313,-298618],[-601213,-295986],[-593402,-328892],[-592287,-328940],[-589030,-341068],[-589262,-340415],[-590431,-341531],[-589169,-338323],[-590738,-388695],[-590669,-388965],[-596918,-409342],[-597033,-409758],[-596694,-409714],[-601691,-412313],[-600935,-436885],[-602179,-299291],[-602430,-300023],[-602357,-300242],[-601677,-299665],[-602127,-297126],[-612130,-326612],[-613185,-326774],[-613027,-327333],[-612433,-326876],[-612360,-327793],[-602007,-411362],[-602360,-412169],[-602340,-411790],[-602477,-411467],[-657399,-166149],[125517,-276707],[-117410,-406380],[-118100,-406816],[-117523,-407696],[-118278,-409619],[-124010,-430767],[-124641,-429213],[-124483,-428469],[-124347,-428187],[-119651,-423485],[-120442,-423587],[-126083,-463300],[-126322,-463467],[-122330,-472891],[-122591,-472616],[-126967,-482381],[-121154,-523443],[-116615,613175],[-117622,613514],[-116348,612398],[-116213,613525],[-117299,626869],[-127797,629086],[-126885,632458],[-127317,632165],[-125951,628901],[-126229,628722],[-125703,628293],[-125304,628761],[-125948,628491],[-127284,629181],[-126111,629593],[-125539,628492],[-117936,629254],[-116681,629062],[-116923,628784],[-116088,634554],[-138014,-434582],[-135071,-434125],[-131027,-432620],[-131177,-432386],[-131967,-428560],[-129128,-430697],[-136572,-444491],[-135400,-444572],[-135213,-444935],[-135453,-436968],[-135209,-456606],[-134829,-457578],[-138824,-458178],[-136981,-460966],[-130076,-461989],[-130355,-462129],[-129357,-460741],[-135421,-470461],[-129354,-479035],[-132578,-475895],[-130482,-478017],[-139355,-473806],[-137554,-479336],[-140111,-483172],[-139234,-479497],[-139717,-489920],[-138765,-489389],[-134140,-492240],[-134234,-491294],[-134623,-488473],[-134929,-486730],[-138620,-486214],[-138229,-493093],[-138396,-492992],[-139687,-501231],[-136171,-503598],[-133093,627037],[-132851,629316],[-134196,628419],[-130404,628279],[-131980,627562],[-131789,627725],[-132632,628039],[-131169,630880],[-129781,631144],[-131178,631513],[-128753,631157],[-128213,633762],[-128806,635731],[-128847,634452],[-128317,635135],[-128732,634892],[-132898,633826],[-136208,634816],[-136129,628777],[-130965,635777],[-151732,-438481],[-152002,-438711],[-144395,-438707],[-144743,-438169],[-144685,-437803],[-145789,-438677],[-148317,-443242],[-143928,-442648],[-143954,-443825],[-151997,-455025],[-150900,-455240],[-151099,-453979],[-152297,-455716],[-149147,-467758],[-149241,-473010],[-143599,-471434],[-148200,-468787],[-149395,-470642],[-141931,-471946],[-151815,-467660],[-152575,-472509],[-150755,-472633],[-148719,-472837],[-141719,-472184],[-141100,-469850],[-145035,-470364],[-150141,-469607],[-151946,-474572],[-147746,-477260],[-147917,-474709],[-146472,-475177],[-142892,-474108],[-147797,-477986],[-150629,-479167],[-141334,-485471],[-141660,-485814],[-142587,-485053],[-145937,-482988],[-141397,-481443],[-151236,-480262],[-150967,-493933],[-152369,-486643],[-150316,-488093],[-148719,-486339],[-152754,-496355],[-152491,-507154],[-151581,-501695],[-145431,-500648],[-145418,-502785],[-146701,-503506],[-146745,-499613],[-152617,-520990],[-145791,-512280],[-146665,-512860],[-148366,-516569],[-165703,-447458],[-165917,-447152],[-155006,-439945],[-155216,-437739],[-154675,-436922],[-154737,-437292],[-164657,-451752],[-163102,-456559],[-163345,-456539],[-163550,-456827],[-157602,-455789],[-165132,-466405],[-163341,-467248],[-160127,-472127],[-154748,-467475],[-155180,-469491],[-160585,-469200],[-159731,-464847],[-157118,-464765],[-166073,-470383],[-166126,-471406],[-163504,-473166],[-162299,-470583],[-157842,-466346],[-156443,-461873],[-161849,-465541],[-161551,-466275],[-161528,-465654],[-162794,-463920],[-154805,-471514],[-155503,-469357],[-157107,-468249],[-165244,-466684],[-160656,-464441],[-155595,-463022],[-157086,-463723],[-156780,-466872],[-160574,-473555],[-155754,-474059],[-157456,-475501],[-157025,-479170],[-156744,-478305],[-156899,-477576],[-157164,-478921],[-156736,-477212],[-157252,-474145],[-160148,-473436],[-156769,-476649],[-157327,-473916],[-162110,-481251],[-164155,-478154],[-163915,-476587],[-154223,-478263],[-153753,-479886],[-153995,-479966],[-165786,-481713],[-164704,-485271],[-162359,-481835],[-164539,-484974],[-158499,-496194],[-162721,-487387],[-160628,-488813],[-154343,-487960],[-160346,-498674],[-160312,-506547],[-165241,-506356],[-165523,-508829],[-159378,-507463],[-153617,-503569],[-161464,-503584],[-158586,-503389],[-164867,-519135],[-158507,-522515],[-157481,-522034],[-155610,-519660],[-163126,-522485],[-153965,-521243],[-160730,-521545],[-165082,-535516],[-162583,-533540],[-162508,-533343],[-166233,-529328],[-160816,-524872],[-166011,-528546],[-162967,-525068],[-178448,-362044],[-176964,-361688],[-178843,-380838],[-177950,-432228],[-176625,-433919],[-174065,-443429],[-174159,-444118],[-173794,-444281],[-171194,-444197],[-168854,-444693],[-168367,-445171],[-178987,-447015],[-175336,-444227],[-168140,-451828],[-167976,-452319],[-168072,-452481],[-176852,-457119],[-176693,-457047],[-168525,-456333],[-168448,-456511],[-168772,-456363],[-168882,-453469],[-178896,-451627],[-178701,-472265],[-177772,-469047],[-173067,-470533],[-177556,-467072],[-178419,-467959],[-173418,-468594],[-173969,-467751],[-178283,-472632],[-175605,-466465],[-175208,-465180],[-179123,-472682],[-175140,-467528],[-176870,-471086],[-177844,-471610],[-177364,-468423],[-171301,-478123],[-174087,-474396],[-176160,-474252],[-174338,-476341],[-173186,-480661],[-172869,-484902],[-176543,-474088],[-171823,-479341],[-169259,-480603],[-178292,-480788],[-177866,-482945],[-170186,-490369],[-166578,-488857],[-169208,-489079],[-168758,-492719],[-168541,-501213],[-172542,-499939],[-175931,-501981],[-169753,-502158],[-168159,-504461],[-166980,-506077],[-167142,-508561],[-173350,-507741],[-170241,-510416],[-169250,-508713],[-173256,-524159],[-177793,-522378],[-171810,-518076],[-173347,-513364],[-174475,-516807],[-167918,-534992],[-167455,-534929],[-168510,-525840],[-171759,-532235],[-172290,-525911],[-171734,-541900],[-177581,-542296],[-178458,-541840],[-178354,-541556],[-186582,-368060],[-185944,-374934],[-185971,-371052],[-183890,-371171],[-179904,-381794],[-190159,-421378],[-185500,-427240],[-185781,-427395],[-185434,-428131],[-182602,-428431],[-179920,-434122],[-179752,-433992],[-183176,-433905],[-185239,-446106],[-189682,-444131],[-186060,-445108],[-185964,-445325],[-184076,-447236],[-184502,-447268],[-181533,-441877],[-179937,-441337],[-183637,-449800],[-182182,-452357],[-180324,-447917],[-186936,-455805],[-191036,-460489],[-186249,-469446],[-185270,-470575],[-185435,-469526],[-184337,-471052],[-182721,-469316],[-183748,-469435],[-187796,-464234],[-191918,-461935],[-190781,-463919],[-182063,-471092],[-186367,-463424],[-190895,-467777],[-190104,-467558],[-179808,-473276],[-186579,-472239],[-185178,-469185],[-185554,-475227],[-184511,-474763],[-185737,-474871],[-190078,-473541],[-185276,-478206],[-179954,-482516],[-180947,-487264],[-181981,-489845],[-185039,-490955],[-183421,-492349],[-185203,-493624],[-186605,-492338],[-187977,-498631],[-187811,-499895],[-189570,-506117],[-187738,-505860],[-191131,-507535],[-194005,-356228],[-192866,-352607],[-194852,-350625],[-202612,-365834],[-201688,-382415],[-197950,-378695],[-200209,-378579],[-201678,-399238],[-194912,-398826],[-197259,-397920],[-195563,-397931],[-204423,-397294],[-196614,-398171],[-195656,-399244],[-199784,-421645],[-200013,-422191],[-203496,-418314],[-200216,-427932],[-199579,-422543],[-199060,-423085],[-197623,-444740],[-204609,-438958],[-204295,-437409],[-204092,-441683],[-204456,-437333],[-194130,-440422],[-194322,-440258],[-192735,-441735],[-194509,-440740],[-192077,-441496],[-204661,-436221],[-204309,-435452],[-198352,-443638],[-204231,-454005],[-204347,-453885],[-200038,-453905],[-198460,-454197],[-195421,-454719],[-193773,-455908],[-193568,-455830],[-195842,-453622],[-198161,-452980],[-198975,-451292],[-195306,-457981],[-192249,-457310],[-200141,-456364],[-203261,-458901],[-199965,-459498],[-202251,-459737],[-192675,-462966],[-200273,-462647],[-200671,-472543],[-203822,-470983],[-203463,-473286],[-193846,-466669],[-192697,-468810],[-194985,-462771],[-194227,-465599],[-197058,-469153],[-196721,-468539],[-200116,-469693],[-193681,-466991],[-197960,-473136],[-203066,-472733],[-200445,-469469],[-203492,-467248],[-198160,-464382],[-203204,-461069],[-203750,-461213],[-192852,-468489],[-200371,-474693],[-197660,-473649],[-197501,-475310],[-198833,-473998],[-196055,-476501],[-199895,-474806],[-198000,-474419],[-204746,-476618],[-200665,-475599],[-199447,-477485],[-199407,-480843],[-197860,-477324],[-200410,-480176],[-192208,-478935],[-214409,-383796],[-213167,-380915],[-210632,-381858],[-206342,-376430],[-206257,-372914],[-213676,-388460],[-213850,-388905],[-214603,-389228],[-211421,-391323],[-210905,-391294],[-210742,-392472],[-216895,-388811],[-216903,-389231],[-218293,-390807],[-208398,-393728],[-205862,-392426],[-207966,-393140],[-212647,-386038],[-214345,-384006],[-205473,-395453],[-205625,-395755],[-205197,-392522],[-214894,-388463],[-214223,-384713],[-205662,-385300],[-216335,-406441],[-215872,-401975],[-204926,-397230],[-207811,-414352],[-209279,-416759],[-205800,-415938],[-204875,-416237],[-205150,-416084],[-212453,-433023],[-212111,-432657],[-211069,-434199],[-209722,-432793],[-210288,-431217],[-208809,-433695],[-208929,-433617],[-210163,-434609],[-209933,-434789],[-204809,-438650],[-210194,-436199],[-208139,-436672],[-209195,-436388],[-210487,-435010],[-204938,-440461],[-206242,-440822],[-204868,-464194],[-206504,-464153],[-206427,-463806],[-207366,-480258],[-207388,-481067],[-206410,-483603],[-206627,-483965],[-209805,-485423],[-215563,-481044],[-216286,-479240],[-210555,-490757],[-207121,-489917],[-228867,-355116],[-226518,-369509],[-225943,-369200],[-226030,-368392],[-226311,-368863],[-228401,-370043],[-230007,-368584],[-230211,-366035],[-229574,-368008],[-230148,-367832],[-228831,-364262],[-225586,-362824],[-221986,-359074],[-224199,-372733],[-224724,-372757],[-224895,-379855],[-221069,-396396],[-228400,-392333],[-228928,-392306],[-226308,-394006],[-223709,-395048],[-223180,-394594],[-224244,-391111],[-223880,-390451],[-229352,-388330],[-218109,-386520],[-218367,-386445],[-221628,-407492],[-221740,-407756],[-220982,-409175],[-220908,-409025],[-220813,-408066],[-221406,-403820],[-220095,-402535],[-229757,-403694],[-229616,-403453],[-219402,-405999],[-218778,-408915],[-218695,-409092],[-228286,-407793],[-229439,-407696],[-228279,-406780],[-228687,-406779],[-222704,-400237],[-219721,-399478],[-221627,-409454],[-219672,-415006],[-220408,-415753],[-222449,-414518],[-226176,-412330],[-226174,-412435],[-225115,-413377],[-222942,-410345],[-228675,-414398],[-227979,-413481],[-226596,-413768],[-226896,-413693],[-224783,-414751],[-223128,-415110],[-222983,-415346],[-221566,-414518],[-222473,-411632],[-221952,-411926],[-222718,-411341],[-222637,-424439],[-222829,-424276],[-226109,-424592],[-225950,-424616],[-221871,-428183],[-222059,-427716],[-228352,-423076],[-221723,-425804],[-217844,-431017],[-229792,-430850],[-229571,-431039],[-224663,-435921],[-221554,-438190],[-222048,-437430],[-229802,-436620],[-229655,-436880],[-228668,-446071],[-228348,-446209],[-221161,-450533],[-221627,-449920],[-221905,-449012],[-222626,-448874],[-223522,-448464],[-222341,-449176],[-224405,-464295],[-224591,-462651],[-232756,-354417],[-234283,-355932],[-238160,-355901],[-239277,-358106],[-242286,-356353],[-242048,-354764],[-240161,-356903],[-238402,-353131],[-236870,-369350],[-230700,-367929],[-231519,-366914],[-237389,-367688],[-231953,-368800],[-230575,-365566],[-230601,-368474],[-230580,-370421],[-235374,-365866],[-231596,-360164],[-230978,-358561],[-232622,-360204],[-234769,-359103],[-236751,-359183],[-237366,-382807],[-235025,-381847],[-239142,-383729],[-239248,-383391],[-239041,-382365],[-236509,-380764],[-236919,-380985],[-238188,-380307],[-233782,-375986],[-238027,-382721],[-238050,-382276],[-238426,-382729],[-237225,-380170],[-240696,-372855],[-238821,-374965],[-240609,-392743],[-240116,-395172],[-239915,-396382],[-240261,-396106],[-240133,-395426],[-241009,-395728],[-237580,-394345],[-240928,-396313],[-231730,-389811],[-231972,-390237],[-232433,-385487],[-231592,-386131],[-233082,-387723],[-232697,-392805],[-234885,-391920],[-232848,-385057],[-234320,-390779],[-236214,-393872],[-236318,-392654],[-235374,-391430],[-238498,-384593],[-237965,-384450],[-240595,-385580],[-237530,-399461],[-237541,-399279],[-236817,-399760],[-238582,-399441],[-238316,-399973],[-237165,-399338],[-235613,-400271],[-236684,-399963],[-237401,-400385],[-236396,-399571],[-241645,-402500],[-243043,-407379],[-242024,-402461],[-243144,-396685],[-234954,-403118],[-234565,-402735],[-234421,-402560],[-230759,-409248],[-230572,-409097],[-231416,-403516],[-240210,-408046],[-238439,-408676],[-232139,-421568],[-231132,-409599],[-237676,-410917],[-237505,-413799],[-237423,-413350],[-235784,-412287],[-232822,-412988],[-236131,-422414],[-236913,-424096],[-236638,-424023],[-236889,-423857],[-230691,-429804],[-246642,-356320],[-244700,-355569],[-254875,-369389],[-248724,-361301],[-250895,-360282],[-253174,-361188],[-255180,-361250],[-255515,-360926],[-253923,-362040],[-250733,-368223],[-249910,-371769],[-249368,-371248],[-243228,-396307],[-243843,-394663],[-243581,-395354],[-253388,-395447],[-251010,-394708],[-251094,-395019],[-248026,-392970],[-247695,-393251],[-244376,-390144],[-244972,-387036],[-244478,-387477],[-243418,-397335],[-251077,-408232],[-251186,-408195],[-247921,-399448],[-248638,-403266],[-245435,-399232],[-246587,-404513],[-244216,-408026],[-244473,-396921],[-244869,-396943],[-244602,-399875],[-246022,-400015],[-244195,-397375],[-245034,-401369],[-243651,-396627],[-254901,-402089],[-254357,-402002],[-252417,-397682],[-253948,-401779],[-251924,-399869],[-251935,-399180],[-252377,-399947],[-251930,-401306],[-253236,-400610],[-251100,-401133],[-250953,-400983],[-250914,-396659],[-255514,-412071],[-250265,-414810],[-249376,-413718],[-249675,-414471],[-248924,-414767],[-247320,-411592],[-254046,-422164],[-252619,-424946],[-251202,-424515],[-246903,-423829],[-245300,-422723],[-248202,-433736],[-251477,-433444],[-249396,-433125],[-249608,-433007],[-250148,-432025],[-250435,-431756],[-250512,-430302],[-251651,-432510],[-252060,-432249],[-251769,-428836],[-251157,-428084],[-243612,-433111],[-243727,-433257],[-246021,-433181],[-255393,-431771],[-248174,-436285],[-247952,-436474],[-252008,-435698],[-248183,-437119],[-248687,-436459],[-252012,-449773],[-247332,-454719],[-247581,-453261],[-247304,-452948],[-247901,-452405],[-248520,-452315],[-253000,-596099],[-254350,-599757],[-257727,-371149],[-256118,-372769],[-260846,-395400],[-261068,-395592],[-260954,-394790],[-260566,-396216],[-261114,-395968],[-261321,-395756],[-257168,-406040],[-257415,-406148],[-257578,-405562],[-257182,-406146],[-257439,-407458],[-257854,-407472],[-257335,-406914],[-256698,-407732],[-256249,-407741],[-256464,-407766],[-256554,-407901],[-264673,-408258],[-262744,-408441],[-263524,-409071],[-260217,-397149],[-260479,-397907],[-258627,-403710],[-258396,-403961],[-258982,-403734],[-258476,-403621],[-258624,-402916],[-259046,-403143],[-259175,-403068],[-258844,-402192],[-259038,-401638],[-259451,-401968],[-259367,-401971],[-257586,-404762],[-257700,-404494],[-257593,-404108],[-258333,-404820],[-259908,-400189],[-260447,-400056],[-259637,-400994],[-259921,-401544],[-259558,-400470],[-259840,-400790],[-260133,-398102],[-259561,-398516],[-259630,-398507],[-260117,-398294],[-258558,-407473],[-259356,-403977],[-259568,-404388],[-258981,-404238],[-259569,-404216],[-262656,-399372],[-264712,-402835],[-264102,-402581],[-265881,-410239],[-260594,-417103],[-263414,-420958],[-259557,-415384],[-256364,-417761],[-256822,-417916],[-256983,-417424],[-257557,-416660],[-258254,-416830],[-257764,-417101],[-256390,-418358],[-256749,-417816],[-257415,-433549],[-257158,-430662],[-257416,-432483],[-268765,-437424],[-267976,-437494],[-261724,-436965],[-265378,-438123],[-259715,-450383],[-259625,-452746],[-273802,-366163],[-274253,-366360],[-274561,-394145],[-276121,-396562],[-280367,-403483],[-276275,-400657],[-276624,-401062],[-278570,-403191],[-275660,-396737],[-278744,-396969],[-277923,-397370],[-276706,-402134],[-275730,-406367],[-274880,-405040],[-275217,-402103],[-272169,-413808],[-274419,-421780],[-272737,-415361],[-275128,-418306],[-278008,-417985],[-275836,-417074],[-277524,-425803],[-278512,-424551],[-276529,-427904],[-274815,-422163],[-275869,-422547],[-274592,-423441],[-272834,-439837],[-271117,-440699],[-273225,-441820],[-271204,-445453],[-277712,-452312],[-270601,-451773],[-270400,-453543],[-271739,-451779],[-268962,-452765],[-271711,-452485],[-276312,-450449],[-277290,-454187],[-276000,-454751],[-276632,-453127],[-291863,-362328],[-292045,-362647],[-291902,-362338],[-291913,-362916],[-291608,-362074],[-287580,-364237],[-288119,-376485],[-289342,-377348],[-288783,-376988],[-287850,-415981],[-287270,-415070],[-289072,-412097],[-281956,-414860],[-282135,-415257],[-285210,-413936],[-283947,-418175],[-292153,-429560],[-292295,-430026],[-293168,-430445],[-293939,-443805],[-290064,-447646],[-287814,-447691],[-287624,-446811],[-288032,-446292],[-284456,-442915],[-286031,-443568],[-286128,-445109],[-287858,-444923],[-289987,-448110],[-289176,-449073],[-287742,-447979],[-290769,-452259],[-306907,-323758],[-304249,-335174],[-300240,-338066],[-297777,-365481],[-300854,-359967],[-306424,-460834],[-305472,-465174],[-319065,-301237],[-318887,-300486],[-319327,-296791],[-318888,-300120],[-315765,-306770],[-313664,-306530],[-313819,-305979],[-312769,-306855],[-307485,-317016],[-311059,-313759],[-311232,-313528],[-311401,-313299],[-311311,-317767],[-312186,-317303],[-317260,-312427],[-316745,-309916],[-316648,-307583],[-318979,-381828],[-319209,-382396],[-318932,-382241],[-319534,-387161],[-319725,-386584],[-319443,-386855],[-317055,-446970],[-312156,-459170],[-311828,-458996],[-312293,-460248],[-307397,-456571],[-309692,-453683],[-314577,-459363],[-314773,-464133],[-315163,-464516],[-314629,-463958],[-310399,-461957],[-310160,-461689],[-310063,-469085],[-309790,-465012],[-309765,-466130],[-316209,-464492],[-309426,-466852],[-310449,-461829],[-313787,-472622],[-316231,-468038],[-315474,-555372],[-320064,-293397],[-321177,-300051],[-320758,-299734],[-321007,-299957],[-321287,-299402],[-320924,-303488],[-320556,-301602],[-330721,-306322],[-331108,-306505],[-331273,-306625],[-331238,-306427],[-332175,-306552],[-331202,-306572],[-333078,-306261],[-322655,-303210],[-323011,-303558],[-332246,-307739],[-326888,-307339],[-331809,-307789],[-331268,-307506],[-324037,-389342],[-324228,-389354],[-325691,-394014],[-325540,-393809],[-325615,-393497],[-324895,-396025],[-326238,-393626],[-325770,-392908],[-327996,-396081],[-328842,-394654],[-329682,-396209],[-327863,-396284],[-321958,-392793],[-322562,-392923],[-322264,-392838],[-321758,-391866],[-322893,-457851],[-323416,-478408],[-321724,-477881],[-322622,-562476],[-323169,-562941],[-328868,-571063],[-328269,-571502],[-321821,-565382],[-332134,-565735],[-325475,-574360],[-329332,-573699],[-329038,-573474],[-330167,-567122],[-329175,-567198],[-325185,-577261],[-324009,-576985],[-329362,-580016],[-328966,-575897],[-337847,-304127],[-338339,-304227],[-339101,-304177],[-340212,-304264],[-340065,-304416],[-340245,-304403],[-333927,-305443],[-334021,-305392],[-333850,-305326],[-339084,-389746],[-339532,-388911],[-339021,-389128],[-333772,-417767],[-335733,-417284],[-335577,-417017],[-333688,-454563],[-335076,-454679],[-345060,-454324],[-345419,-454513],[-340940,-463457],[-341090,-464922],[-340753,-465772],[-340230,-462278],[-339474,-464205],[-345403,-560499],[-336762,-562994],[-336471,-559132],[-342216,-561268],[-339092,-556600],[-344927,-562801],[-341061,-562762],[-339546,-558252],[-339629,-558034],[-342200,-564884],[-338613,-575577],[-339796,-575485],[-334902,-573109],[-334608,-574359],[-333388,-574565],[-334981,-564659],[-335160,-564575],[-334026,-570914],[-345025,-565948],[-339954,-572534],[-340439,-570604],[-337301,-573234],[-345244,-563480],[-340432,-572545],[-334962,-574160],[-333951,-572250],[-337216,-569822],[-335194,-571184],[-335812,-571538],[-339113,-569228],[-342130,-569309],[-341915,-569436],[-342323,-567874],[-343233,-566701],[-345557,-567779],[-345222,-563111],[-344538,-577246],[-355092,-306392],[-356499,-306734],[-347159,-305113],[-352989,-301344],[-352441,-301722],[-351867,-301721],[-350800,-301525],[-352007,-301974],[-349101,-301788],[-350488,-302247],[-350192,-302649],[-353143,-303626],[-353110,-303633],[-356320,-305681],[-356270,-305567],[-355560,-307989],[-355281,-307059],[-355263,-361511],[-353423,-446058],[-355746,-444676],[-354113,-447037],[-354914,-446098],[-353904,-458658],[-353492,-468388],[-349657,-464391],[-356472,-467189],[-357743,-472886],[-353133,-465541],[-348004,-470662],[-353469,-477697],[-353803,-477631],[-356263,-477259],[-354297,-523064],[-354111,-522930],[-355260,-522629],[-356217,-523105],[-355792,-525132],[-354269,-530287],[-355010,-531156],[-353668,-530830],[-356969,-546230],[-345908,-560595],[-354903,-561895],[-357899,-561578],[-355302,-561895],[-345658,-568594],[-346222,-564707],[-346452,-567688],[-348220,-567949],[-349009,-565792],[-370686,-292162],[-369930,-303963],[-368361,-305529],[-368142,-305321],[-370108,-301457],[-370411,-301221],[-370154,-303201],[-368543,-300642],[-368773,-300311],[-369173,-299819],[-368123,-299279],[-369644,-298680],[-371026,-295923],[-370690,-302440],[-369936,-295314],[-369400,-295975],[-370171,-295148],[-364659,-312505],[-364897,-313824],[-364192,-313640],[-363980,-313467],[-364721,-312783],[-359279,-309542],[-366378,-356297],[-360679,-381519],[-360660,-378310],[-360054,-379574],[-360587,-380051],[-359934,-378805],[-367944,-392249],[-364048,-389676],[-367033,-391902],[-365149,-392990],[-363284,-394913],[-362134,-392760],[-365128,-397473],[-363410,-407268],[-363426,-407371],[-363715,-407492],[-363756,-407086],[-369676,-415091],[-367715,-417663],[-366955,-417640],[-359841,-434762],[-359689,-434795],[-359665,-434636],[-360415,-434313],[-367172,-438884],[-368100,-437652],[-367499,-437459],[-367434,-438806],[-368305,-442888],[-367466,-442680],[-365567,-439109],[-368321,-470562],[-368721,-470220],[-370952,-470983],[-369652,-470982],[-363292,-477862],[-364164,-485540],[-366638,-479803],[-360371,-520578],[-359642,-524046],[-359640,-523562],[-359934,-523767],[-362532,-546790],[-361440,-548509],[-363704,-549055],[-362735,-561529],[-360611,-570502],[-372993,-291220],[-372723,-291729],[-371652,-291670],[-371904,-292024],[-373830,-305327],[-374510,-305287],[-374479,-305510],[-378243,-302859],[-378838,-301838],[-373134,-302084],[-373173,-313488],[-374827,-311952],[-372789,-354475],[-372238,-363453],[-379044,-358365],[-376342,-390253],[-376545,-390428],[-375939,-390481],[-375765,-390133],[-376168,-390812],[-381200,-389942],[-381029,-391864],[-380793,-391846],[-380952,-389788],[-382475,-399884],[-381987,-400770],[-373129,-407639],[-383610,-421868],[-383330,-421970],[-374815,-428274],[-374719,-428266],[-378089,-456567],[-377872,-456225],[-377840,-459206],[-378192,-459201],[-383874,-474401],[-375357,-493289],[-376736,-493282],[-377871,-493801],[-376970,-493470],[-371769,-494690],[-376090,-498507],[-387902,-305761],[-385491,-303372],[-386950,-305970],[-393610,-301704],[-393532,-302318],[-392436,-303457],[-395183,-311423],[-391029,-313200],[-387450,-310125],[-390483,-312359],[-388939,-311187],[-388044,-308312],[-386910,-309310],[-385157,-309597],[-386440,-309831],[-386658,-309885],[-396644,-358317],[-391174,-388488],[-394521,-393063],[-394249,-389417],[-386923,-392664],[-387910,-392203],[-389707,-408642],[-390801,-408003],[-393338,-406839],[-392845,-406638],[-393378,-407088],[-393117,-406821],[-393103,-407981],[-392692,-408136],[-391898,-407542],[-391748,-407468],[-393567,-408349],[-392929,-408482],[-393409,-408270],[-393788,-408441],[-392080,-408409],[-391221,-408829],[-391879,-409058],[-391367,-408176],[-387152,-407175],[-384193,-405386],[-390012,-406270],[-387281,-402314],[-394439,-398382],[-395069,-397219],[-387666,-407194],[-388490,-408200],[-387614,-408495],[-388133,-408406],[-393327,-406408],[-396525,-404434],[-390690,-415591],[-390566,-415051],[-390753,-415669],[-389911,-414902],[-389934,-414714],[-390087,-414615],[-389709,-414766],[-391854,-409608],[-389060,-409502],[-395419,-433926],[-395589,-433922],[-395967,-433794],[-385170,-435268],[-385233,-435799],[-385033,-435612],[-385538,-435241],[-394016,-457855],[-393612,-458245],[-393873,-458075],[-392769,-457098],[-392505,-457208],[-391982,-457300],[-391788,-457170],[-388935,-480774],[-390136,-483282],[-388419,-481223],[-384753,-484403],[-385014,-485676],[-385910,-485709],[-389514,-492045],[-389048,-490699],[-390834,-490858],[-384976,-486304],[-385915,-492996],[-384458,-499557],[-384556,-499288],[-384129,-499871],[-384676,-503673],[-384390,-506975],[-401286,-303505],[-400950,-303153],[-399360,-303074],[-399663,-303076],[-403085,-303551],[-403206,-303281],[-403254,-303499],[-403960,-303746],[-404077,-304361],[-404121,-304014],[-399133,-303020],[-401795,-303330],[-402129,-303315],[-403802,-303754],[-407304,-311577],[-407339,-311388],[-407473,-311720],[-408623,-314690],[-404420,-313945],[-402369,-314390],[-405696,-313017],[-406285,-307045],[-409339,-309532],[-409317,-309762],[-407105,-307073],[-406510,-307716],[-409551,-307765],[-408951,-313568],[-398755,-356351],[-398763,-357719],[-402355,-355886],[-399130,-354273],[-404528,-351835],[-404430,-351617],[-401202,-351361],[-401314,-348598],[-407853,-363177],[-406504,-362476],[-405757,-365521],[-408033,-364331],[-407446,-363394],[-398240,-358928],[-400032,-381204],[-409148,-395459],[-409527,-395311],[-405492,-396422],[-408104,-398191],[-407991,-397548],[-405849,-398295],[-404101,-399033],[-405467,-398456],[-406358,-397649],[-407317,-397481],[-406618,-398577],[-399289,-407340],[-400525,-406179],[-403679,-398827],[-404028,-398797],[-404433,-399569],[-398976,-407240],[-405860,-398800],[-404825,-398537],[-403346,-399386],[-404623,-400184],[-405182,-399003],[-405304,-399656],[-398966,-407432],[-404412,-406395],[-397408,-403831],[-398602,-402613],[-398284,-404347],[-398778,-403040],[-404646,-397715],[-406190,-396837],[-397837,-404590],[-397604,-404822],[-399356,-404390],[-399297,-404174],[-399163,-404529],[-399596,-403230],[-399836,-403291],[-402427,-399079],[-402310,-399302],[-402261,-399182],[-402472,-399383],[-397855,-397816],[-408577,-411280],[-406914,-422862],[-407324,-413459],[-405915,-411304],[-400068,-410760],[-399321,-408883],[-399745,-421514],[-403094,-430671],[-401614,-421375],[-407470,-424919],[-401167,-459755],[-401284,-459611],[-401567,-459772],[-401499,-459694],[-408032,-469034],[-409063,-478656],[-408884,-477961],[-407409,-477206],[-408268,-479284],[-407854,-478214],[-407427,-478790],[-404248,-477610],[-407894,-489978],[-398999,-487507],[-401789,-496607],[-401833,-495873],[-399898,-495947],[-401923,-495848],[-408236,-506304],[-408373,-506402],[-408606,-506017],[-408784,-507320],[-407555,-507162],[-412483,-305069],[-413230,-305258],[-413338,-305016],[-411434,-311556],[-413473,-311295],[-412594,-311336],[-413237,-313352],[-412965,-313682],[-413125,-311135],[-412011,-312139],[-412452,-312242],[-409838,-314370],[-410379,-317514],[-411256,-308281],[-412620,-357525],[-422038,-356072],[-419840,-356407],[-422292,-356508],[-410187,-353375],[-409856,-353427],[-413376,-361119],[-413482,-362380],[-412286,-367755],[-414266,-362510],[-415854,-362442],[-416381,-364288],[-419724,-366088],[-419239,-358917],[-422027,-359204],[-421134,-362228],[-419633,-362761],[-417646,-395419],[-421411,-392230],[-415972,-394071],[-418945,-395662],[-414869,-396110],[-415180,-395445],[-416907,-396309],[-417844,-395966],[-416641,-396144],[-416680,-396160],[-417495,-393330],[-417185,-393469],[-417526,-393458],[-417552,-393290],[-422176,-392682],[-421272,-391822],[-422263,-392313],[-422394,-391399],[-422119,-391405],[-422355,-391834],[-422194,-392121],[-422228,-391672],[-421986,-391747],[-409944,-395500],[-409614,-395255],[-410084,-395514],[-409874,-395286],[-410066,-395294],[-418257,-391193],[-417912,-390951],[-418245,-391832],[-417448,-391310],[-417666,-391535],[-418418,-391870],[-418135,-391340],[-417885,-391463],[-421372,-390115],[-421975,-390607],[-409781,-448601],[-411231,-449282],[-410023,-469961],[-410875,-466936],[-410365,-470220],[-421169,-464737],[-420760,-460279],[-420797,-460101],[-420565,-460144],[-418758,-461312],[-418729,-464052],[-421925,-475281],[-421815,-474857],[-419945,-474336],[-409815,-506805],[-421575,-503672],[-421309,-503053],[-422345,-502920],[-421133,-504112],[-412091,-503774],[-413386,-508595],[-428519,-242451],[-435110,-234431],[-434819,-233990],[-433417,-235650],[-432910,-237822],[-434983,-239407],[-434079,-235396],[-434434,-234906],[-434652,-244371],[-432483,-343320],[-431251,-345340],[-432278,-342829],[-431964,-343681],[-427786,-339556],[-427667,-339495],[-427586,-339297],[-427482,-339448],[-427416,-339132],[-430974,-355366],[-429517,-354533],[-433341,-357970],[-434605,-357104],[-433910,-357746],[-431814,-349440],[-431678,-349174],[-431502,-349302],[-432699,-348948],[-426679,-346517],[-426929,-346683],[-429327,-352670],[-431682,-351894],[-429691,-351972],[-428446,-348350],[-429434,-346191],[-431979,-347841],[-423362,-354045],[-434038,-345603],[-434788,-356189],[-423393,-353861],[-423522,-353966],[-427287,-359763],[-434378,-358278],[-427508,-365123],[-424696,-359372],[-431110,-383052],[-431806,-383303],[-431924,-383452],[-431150,-383697],[-431312,-383340],[-431523,-383303],[-432852,-382402],[-432780,-383557],[-432835,-383598],[-432745,-383073],[-432917,-383161],[-434208,-383412],[-433607,-383140],[-433150,-382595],[-433588,-383036],[-433833,-383495],[-434258,-383311],[-433511,-382697],[-433901,-382980],[-432563,-383536],[-432014,-383729],[-432227,-383490],[-430548,-383730],[-433775,-374262],[-431415,-382155],[-434085,-382726],[-434221,-382640],[-430511,-382972],[-424098,-394054],[-433021,-384121],[-431317,-384257],[-433676,-384174],[-430635,-384029],[-430336,-384638],[-430008,-384733],[-429834,-384336],[-430141,-384179],[-430011,-384135],[-430208,-383883],[-422553,-391875],[-422521,-392168],[-422479,-391277],[-431444,-384137],[-425390,-388057],[-426186,-388299],[-430408,-398742],[-434670,-403509],[-429919,-399085],[-430906,-400311],[-432851,-401660],[-433496,-401823],[-433058,-401761],[-432866,-401814],[-432912,-402297],[-433568,-402168],[-428402,-419454],[-428655,-419457],[-426297,-425678],[-426283,-425681],[-431692,-433500],[-433179,-430234],[-423360,-441343],[-423685,-441206],[-423814,-441350],[-428686,-459280],[-429009,-458772],[-430527,-459761],[-427453,-460463],[-423433,-469568],[-428476,-468504],[-427255,-472739],[-425115,-471653],[-432350,-461375],[-434750,-465010],[-434812,-464995],[-434630,-464886],[-434690,-464814],[-434833,-465253],[-422461,-475158],[-425630,-479200],[-431874,-482974],[-426878,-479698],[-427963,-480839],[-434696,-476788],[-434717,-478520],[-430234,-495806],[-430713,-488807],[-429380,-488692],[-427239,-497729],[-427131,-494596],[-426398,-494670],[-426844,-494518],[-426977,-495799],[-426068,-494716],[-424508,-497539],[-426501,-496657],[-444469,-226472],[-443474,-227591],[-444359,-226195],[-444689,-227194],[-441516,-225907],[-441878,-226657],[-441989,-226114],[-441518,-226251],[-439100,-235629],[-436201,-244933],[-435677,-244449],[-438679,-294184],[-438086,-293517],[-438790,-291904],[-447631,-344867],[-443883,-343808],[-447922,-345011],[-439146,-339653],[-436564,-339607],[-440127,-338767],[-437510,-340824],[-440682,-340180],[-439843,-340289],[-444492,-340325],[-442597,-340761],[-442976,-340618],[-444335,-342759],[-444403,-342624],[-443149,-342966],[-443244,-342948],[-445016,-342974],[-446463,-346871],[-443922,-345905],[-435424,-350481],[-435773,-357894],[-435517,-357963],[-435376,-358035],[-435271,-356594],[-436655,-348337],[-437074,-347873],[-436883,-348417],[-437034,-348032],[-435713,-349459],[-436510,-348721],[-437267,-347801],[-445307,-354290],[-445580,-354222],[-445710,-368367],[-436775,-367319],[-436074,-368514],[-436168,-365820],[-435631,-366356],[-436605,-363321],[-436630,-365151],[-436526,-363646],[-441829,-383495],[-439719,-383786],[-440439,-383411],[-440779,-383307],[-442022,-383161],[-441677,-383355],[-442305,-383370],[-439998,-383107],[-440545,-383138],[-442724,-382814],[-442688,-383187],[-441714,-383254],[-442663,-383153],[-438550,-375909],[-437115,-377353],[-437180,-377451],[-440486,-376910],[-440276,-376851],[-437172,-378979],[-439082,-379976],[-440469,-377516],[-440728,-373519],[-447113,-372404],[-446944,-372380],[-438943,-380619],[-438498,-379956],[-439117,-380915],[-438723,-380950],[-439395,-381101],[-438880,-380776],[-438703,-381133],[-446712,-381241],[-446834,-381134],[-447035,-378442],[-438541,-384006],[-440502,-383828],[-441583,-384115],[-440558,-383989],[-443752,-385771],[-442914,-386083],[-443694,-386260],[-443090,-386236],[-442964,-385360],[-442694,-385025],[-443518,-385974],[-443249,-385514],[-444046,-386220],[-441989,-383982],[-442501,-384011],[-437445,-389653],[-438677,-390362],[-444790,-391413],[-445275,-391470],[-442860,-383800],[-441941,-397860],[-444993,-401096],[-446448,-408943],[-437979,-420792],[-438223,-420640],[-437828,-420603],[-438116,-420541],[-447048,-413511],[-447075,-414584],[-446660,-413871],[-436082,-422833],[-435918,-422676],[-435753,-422885],[-436140,-422607],[-435460,-422563],[-435294,-422382],[-442723,-443405],[-443375,-444096],[-442454,-444102],[-442742,-443698],[-444356,-443059],[-447949,-438712],[-447371,-438433],[-447205,-439208],[-446531,-447047],[-446294,-446958],[-445335,-447667],[-445902,-447511],[-445386,-447414],[-445747,-447138],[-445245,-447500],[-447389,-446272],[-446337,-445597],[-445734,-446603],[-445741,-446393],[-446339,-446103],[-446480,-446101],[-446133,-446211],[-442011,-443149],[-441384,-443593],[-441213,-443483],[-439658,-444444],[-438642,-445160],[-439692,-444277],[-438269,-445961],[-439232,-444088],[-438834,-444380],[-438934,-445136],[-438950,-445398],[-439128,-445152],[-438655,-444990],[-440798,-443884],[-440108,-444554],[-442707,-443963],[-440081,-443551],[-447974,-438484],[-445590,-447549],[-445481,-448353],[-445916,-448095],[-445134,-448548],[-436575,-472822],[-441859,-469721],[-437557,-471943],[-439632,-472194],[-443161,-466526],[-435523,-464394],[-435325,-464386],[-435797,-463996],[-443964,-472611],[-443712,-471919],[-444457,-471355],[-444031,-470791],[-443663,-471553],[-442693,-470676],[-447963,-467370],[-447793,-467309],[-436144,-478103],[-442824,-474080],[-443619,-474280],[-442441,-475355],[-444171,-473968],[-436446,-558106],[-458132,-140649],[-457497,-154819],[-456567,-156806],[-450286,-214583],[-450064,-214868],[-449564,-214858],[-449933,-214621],[-450327,-216043],[-450929,-215399],[-450744,-215737],[-450836,-216015],[-450033,-223990],[-450149,-222992],[-449583,-222172],[-449723,-222598],[-450586,-220192],[-450199,-219364],[-449787,-217745],[-450136,-217552],[-448489,-229491],[-448214,-228658],[-448345,-228893],[-448063,-229039],[-457546,-226112],[-457848,-226186],[-448038,-237143],[-458128,-329487],[-458862,-328258],[-458988,-327137],[-459769,-330100],[-452922,-344461],[-448751,-342113],[-455468,-342942],[-455302,-343104],[-460584,-339598],[-448916,-345345],[-458886,-340537],[-454883,-342130],[-455470,-343159],[-455636,-342994],[-456033,-343666],[-456055,-342814],[-451802,-341043],[-456304,-341765],[-455079,-338546],[-455433,-338309],[-454660,-339262],[-454672,-337082],[-455922,-338182],[-460504,-340007],[-459130,-333313],[-460524,-335831],[-460737,-335646],[-460054,-345101],[-459208,-342074],[-460137,-342286],[-458577,-344451],[-457853,-343035],[-457664,-343125],[-458993,-341635],[-451592,-333667],[-451810,-333861],[-448457,-346307],[-454792,-346775],[-457850,-351342],[-458090,-351423],[-457948,-351538],[-456555,-349007],[-452223,-356520],[-452265,-356810],[-457904,-371798],[-452800,-379140],[-451246,-379525],[-449861,-383717],[-451213,-377042],[-456408,-390771],[-449685,-384085],[-454222,-418342],[-453910,-418265],[-456685,-434971],[-456356,-433575],[-455636,-434327],[-454383,-434172],[-453606,-434448],[-453088,-434962],[-455667,-433665],[-459765,-433458],[-459462,-431754],[-458290,-432539],[-459958,-433665],[-459733,-433772],[-458320,-433688],[-458006,-433640],[-458897,-434799],[-448473,-446763],[-457097,-439984],[-454952,-442408],[-453740,-438188],[-454174,-438005],[-453668,-437792],[-452877,-436928],[-455177,-435547],[-459765,-435397],[-458761,-436017],[-457898,-436147],[-457832,-435756],[-458199,-436848],[-458035,-436113],[-454388,-435784],[-455754,-437525],[-458106,-436550],[-455311,-437181],[-456221,-437430],[-454849,-437226],[-455905,-437089],[-455366,-437618],[-449938,-437373],[-449894,-437567],[-450456,-436236],[-449156,-437284],[-449873,-435785],[-448680,-436505],[-449969,-436179],[-449140,-439132],[-448584,-438205],[-448470,-439639],[-448289,-439276],[-448300,-439956],[-448569,-439551],[-451132,-441460],[-456640,-435390],[-458228,-435132],[-456667,-435116],[-448247,-439614],[-450739,-455723],[-449357,-455412],[-448609,-450927],[-448403,-455626],[-448315,-455417],[-448895,-455416],[-449399,-455377],[-449185,-455429],[-448771,-455550],[-449480,-455366],[-449496,-455447],[-449401,-455421],[-448655,-455548],[-448755,-455410],[-448821,-455700],[-448550,-455788],[-448745,-455390],[-448367,-455308],[-448125,-455416],[-448532,-455714],[-448720,-455597],[-448386,-455792],[-448256,-455536],[-450845,-455967],[-453400,-458798],[-451750,-460419],[-451868,-456437],[-460762,-459438],[-449115,-456149],[-448040,-456818],[-448040,-456883],[-449333,-456527],[-449110,-456300],[-449202,-456266],[-449399,-456151],[-449265,-461947],[-452854,-461497],[-457665,-476255],[-452809,-476656],[-458272,-474808],[-455225,-476552],[-457583,-475877],[-453634,-479908],[-453377,-485398],[-453647,-483724],[-452824,-482523],[-450812,-483237],[-450598,-480141],[-449596,-479268],[-448264,-480680],[-448175,-492063],[-450716,-488347],[-456243,-489465],[-452862,-538939],[-452835,-538790],[-452292,10767],[-451048,12934],[-452438,13019],[-451950,14073],[-450621,13912],[-463197,-132768],[-462922,-137709],[-461507,-152907],[-466224,-142706],[-463066,-140814],[-461950,-146005],[-462971,-144966],[-469362,-157419],[-466222,-158510],[-467185,-161649],[-472768,-160568],[-466902,-170703],[-467996,-168325],[-470341,-171676],[-468966,-174763],[-471812,-167256],[-470992,-171503],[-471864,-171683],[-469866,-166266],[-468925,-179753],[-470684,-220506],[-469087,-221109],[-470350,-220823],[-470111,-220736],[-462181,-219121],[-462140,-219044],[-462528,-218834],[-461460,-218301],[-461670,-308561],[-465295,-307270],[-464395,-312335],[-465562,-312828],[-464117,-310620],[-469450,-317298],[-469378,-316211],[-464506,-331162],[-464760,-331149],[-463740,-338046],[-473415,-340249],[-467535,-340826],[-467716,-340719],[-470572,-342199],[-470647,-342020],[-461233,-341471],[-463891,-342193],[-464031,-339624],[-467306,-333647],[-469338,-333178],[-467926,-333437],[-467943,-333760],[-465796,-335166],[-470631,-334276],[-465314,-336412],[-465714,-336262],[-461127,-336705],[-464989,-344119],[-472782,-337057],[-467882,-356720],[-467057,-356054],[-471405,-357817],[-468145,-352892],[-463689,-364391],[-462416,-366570],[-461974,-367179],[-461947,-365047],[-465701,-361615],[-466523,-362560],[-466158,-362852],[-463696,-365747],[-465436,-360245],[-463089,-372974],[-462989,-372740],[-469609,-385344],[-460866,-434325],[-461077,-433399],[-461087,-432492],[-461827,-433681],[-463799,-440036],[-462953,-441043],[-463541,-441286],[-462482,-443749],[-464819,-445362],[-467475,-446652],[-467237,-446568],[-464062,-449995],[-472807,-450031],[-472132,-454791],[-472143,-453496],[-473454,-453264],[-472901,-459265],[-460994,-459525],[-461897,-458726],[-462171,-457628],[-463695,-459465],[-472325,-461415],[-473176,-468227],[-461849,-461892],[-466949,-470280],[-469445,-469260],[-469308,-470729],[-470238,-468437],[-472456,-479638],[-469340,-478432],[-468615,-479101],[-470229,-479686],[-468106,-484222],[-468139,-481666],[-465803,-483835],[-463226,-483234],[-462852,-483342],[-461516,-473646],[-464060,-477590],[-462222,-478300],[-464624,-487561],[-465562,-544284],[-465561,-544097],[-479734,-151914],[-482013,-149746],[-476197,-151715],[-485809,-158524],[-481194,-158138],[-485026,-156263],[-481375,-163301],[-479912,-163221],[-482574,-160011],[-477332,-157908],[-479506,-159117],[-480690,-172530],[-486188,-175642],[-486140,-175330],[-477788,-175109],[-478778,-174138],[-479766,-172104],[-476892,-175250],[-474231,-171860],[-475634,-170971],[-481950,-175444],[-479103,-177275],[-480222,-176135],[-479382,-169830],[-479392,-169904],[-484585,-169779],[-482573,-171403],[-475611,-166586],[-483828,-177189],[-474443,-179250],[-483491,-180420],[-479614,-179824],[-482591,-183452],[-480272,-327679],[-474041,-339365],[-475458,-334394],[-473838,-335671],[-475326,-334228],[-474392,-334381],[-473982,-339208],[-473771,-337241],[-475539,-334183],[-473887,-336373],[-475741,-335713],[-473825,-335062],[-474092,-336554],[-473655,-335975],[-473762,-336123],[-475397,-351392],[-482210,-345661],[-478820,-346661],[-474205,-357645],[-474072,-357282],[-475369,-360756],[-474205,-358490],[-474406,-359159],[-474464,-358251],[-479157,-386858],[-485541,-440405],[-481177,-438072],[-478457,-451449],[-474184,-459741],[-473788,-455035],[-481018,-455940],[-486192,-448661],[-482775,-455649],[-482307,-457769],[-483369,-454827],[-483245,-454594],[-484247,-451142],[-484990,-450576],[-485791,-452708],[-485050,-453304],[-476642,-469970],[-474444,-469581],[-483915,-465159],[-480682,-480415],[-480635,-479698],[-480510,-479738],[-481294,-480119],[-481569,-480130],[-483443,-479705],[-483436,-479599],[-482966,-479867],[-481208,-481826],[-481558,-481674],[-481721,-481495],[-481228,-481716],[-477275,-483628],[-477577,-483367],[-477808,-483732],[-477439,-483424],[-477990,-483546],[-476786,-481669],[-476461,-481535],[-475749,-481938],[-475193,-481757],[-475878,-481894],[-484572,-483996],[-475323,-473967],[-473775,-477760],[-473649,-477854],[-475647,-473483],[-473787,-477478],[-483006,-473430],[-484532,-494972],[-483831,-494858],[-484289,-494746],[-482120,-494712],[-482393,-494734],[-482244,-494567],[-479980,-496015],[-480132,-495656],[-479946,-494632],[-484406,-492604],[-484727,-492468],[-484683,-492586],[-484871,-492617],[-485701,-492016],[-483193,-494541],[-482622,-490002],[-484264,-487940],[-481677,-489183],[-483649,-487817],[-478847,-488881],[-478910,-488723],[-479498,-486620],[-479588,-486787],[-482336,-489499],[-482322,-489410],[-478677,-508780],[-484061,-508058],[-477516,-505166],[-477383,-505135],[-483689,-501816],[-483432,-500876],[-482697,-504266],[-482492,-504058],[-483516,-501162],[-483585,-502160],[-480802,-504087],[-477594,-505374],[-477766,-505157],[-478012,-505484],[-478391,-511120],[-477833,-509471],[-478117,-509374],[-478397,-504082],[-479000,-511601],[-479947,-508174],[-479920,-508404],[-482078,-511612],[-482009,-511233],[-481855,-511142],[-479205,-508069],[-481684,-505001],[-482690,-503320],[-481351,-501742],[-485843,-516428],[-486069,-516653],[-483439,-515669],[-483868,-516231],[-483986,-516018],[-484126,-516496],[-486180,-517877],[-486076,-517836],[-483911,-516822],[-485855,-516529],[-478908,-512356],[-478813,-512452],[-484986,-514484],[-484831,-536987],[-485382,-531987],[-485077,-531516],[-473662,-537996],[-474384,-538100],[-474289,-538251],[-488109,-162897],[-490329,-160800],[-486920,-156548],[-492245,-159973],[-493814,-163876],[-493924,-164145],[-498292,-163713],[-495926,-158807],[-494670,-156054],[-495118,-162827],[-488275,-162354],[-490548,-159724],[-490352,-154832],[-490572,-158280],[-491601,-155822],[-492857,-156999],[-492149,-159012],[-492929,-159911],[-494934,-158962],[-497697,-154798],[-497666,-156293],[-497662,-160759],[-494117,-161952],[-496759,-164814],[-490542,-163800],[-493789,-157037],[-494280,-156001],[-490126,-178480],[-488648,-167527],[-490225,-178025],[-490207,-170409],[-489940,-172988],[-489525,-174859],[-493826,-170159],[-493428,-174582],[-489602,-173729],[-489422,-170471],[-498198,-168469],[-492424,-166313],[-486775,-169729],[-493942,-247021],[-494130,-247228],[-497744,-344630],[-497256,-345175],[-498219,-344869],[-498638,-348282],[-497628,-347538],[-498134,-348043],[-498590,-348692],[-494083,-347080],[-493773,-347775],[-497843,-349216],[-495428,-347554],[-495817,-347090],[-494851,-346963],[-494054,-346957],[-495510,-347151],[-496961,-345675],[-499186,-350876],[-498635,-351426],[-498011,-346219],[-496179,-349396],[-494182,-349407],[-495259,-349963],[-494373,-349837],[-498330,-356145],[-498945,-355878],[-498593,-359023],[-496854,-443053],[-495974,-442396],[-494971,-445573],[-494634,-444822],[-494630,-445448],[-491985,-447625],[-492301,-447703],[-491816,-435680],[-498658,-444655],[-486922,-447053],[-491914,-449077],[-492968,-453222],[-492902,-453396],[-495845,-448178],[-496426,-448439],[-497019,-448498],[-495672,-448616],[-493081,-450412],[-493453,-450579],[-487051,-448707],[-493822,-457750],[-494188,-457286],[-494841,-459443],[-494990,-458949],[-492160,-457940],[-498757,-456996],[-494168,-456195],[-495045,-463363],[-493174,-467655],[-494496,-468247],[-497644,-467849],[-496435,-468618],[-496340,-468640],[-498813,-470079],[-498633,-469481],[-498245,-480343],[-497696,-480709],[-497507,-480856],[-489264,-482159],[-489636,-482258],[-489359,-482282],[-489355,-482512],[-489156,-481937],[-487164,-483206],[-488732,-481875],[-493286,-476199],[-486975,-491456],[-496734,-506798],[-490310,-508260],[-490797,-508134],[-490504,-508297],[-498210,-510768],[-497670,-510494],[-497483,-510359],[-498066,-511473],[-486656,-508694],[-488143,-509000],[-487900,-508557],[-488031,-508807],[-491205,-509091],[-496352,-509759],[-494605,-507826],[-493638,-505391],[-488084,-507343],[-487890,-507218],[-492911,-508442],[-493221,-507891],[-493016,-508270],[-492737,-508362],[-493113,-508045],[-494428,-509957],[-493416,-510997],[-493232,-510973],[-498006,-516130],[-498278,-515919],[-497887,-514138],[-497993,-513935],[-498864,-512544],[-493095,-518261],[-492574,-517957],[-497500,-522765],[-496090,-522535],[-496570,-522846],[-497652,-523907],[-497459,-523522],[-495457,-515686],[-495451,-515081],[-495328,-515277],[-492841,-517718],[-492456,-517877],[-492531,-517576],[-491210,-516973],[-491000,-516080],[-490119,-516371],[-497768,-520120],[-495601,-517273],[-488573,-513234],[-487343,-512494],[-488600,-512965],[-488640,-516421],[-492833,-512333],[-490121,-512126],[-490423,-512257],[-488547,-512687],[-486794,-516186],[-488539,-517019],[-488523,-516986],[-492236,-547725],[-492038,-547694],[-498181,-543730],[-494645,-543693],[-494137,-540244],[-491465,-541113],[-493142,-544764],[-504173,-151140],[-507155,-151573],[-504470,-160223],[-501903,-162165],[-503041,-154556],[-508259,-155973],[-511107,-154406],[-510331,-158092],[-500642,-156534],[-500041,-156744],[-510677,-161362],[-508779,-164477],[-508123,-160520],[-506251,-156457],[-499489,-171164],[-501434,-169000],[-501515,-167252],[-503732,-166863],[-501527,-213908],[-502613,-261810],[-502355,-261880],[-503496,-299923],[-503181,-298260],[-499648,-344389],[-499877,-344927],[-499905,-343689],[-501876,-350418],[-500799,-349958],[-504133,-349088],[-504737,-347871],[-504756,-347759],[-504538,-346800],[-504444,-347630],[-504079,-348296],[-503253,-347290],[-502909,-347918],[-500472,-351036],[-500014,-351353],[-500791,-350821],[-500129,-351364],[-500249,-355984],[-500375,-357828],[-508551,-364572],[-508096,-364374],[-508754,-363460],[-505356,-367813],[-505769,-366834],[-504327,-367172],[-505043,-368654],[-511933,-419784],[-506194,-429512],[-505845,-429362],[-499379,-431994],[-499555,-431410],[-501456,-434625],[-506249,-428615],[-508565,-432580],[-508268,-432789],[-501675,-434868],[-503677,-447493],[-500272,-441965],[-501847,-441227],[-500257,-445264],[-501645,-444272],[-500964,-444060],[-501449,-445364],[-508918,-446639],[-509048,-445948],[-507749,-446371],[-507059,-446692],[-507152,-446315],[-506396,-441365],[-505295,-437467],[-500517,-445456],[-507355,-446057],[-507717,-454114],[-507573,-453991],[-507511,-453950],[-507314,-453830],[-507890,-454281],[-509272,-451201],[-509441,-451342],[-508684,-452432],[-508882,-452157],[-508535,-452481],[-505004,-456564],[-504091,-448646],[-503442,-448934],[-501645,-449816],[-501174,-449281],[-499530,-449746],[-502100,-448511],[-502450,-448687],[-509836,-459921],[-509625,-458860],[-510403,-457786],[-510626,-458305],[-509159,-450239],[-509456,-450304],[-509630,-450383],[-510733,-450296],[-510371,-451107],[-509799,-449530],[-509753,-449646],[-510386,-450812],[-510183,-448630],[-509624,-459318],[-504273,-484385],[-507120,-478186],[-510308,-480672],[-510612,-480269],[-502403,-485394],[-499852,-478387],[-500186,-475797],[-509007,-497559],[-510355,-498940],[-508656,-497461],[-510044,-498864],[-504515,-497699],[-507224,-498283],[-507868,-496616],[-504108,-491282],[-503968,-490679],[-503749,-490967],[-506931,-498641],[-504138,-497964],[-504962,-498214],[-504473,-498151],[-501593,-497873],[-501943,-498465],[-502069,-497864],[-501743,-498207],[-501803,-498085],[-509549,-499060],[-507393,-499684],[-507269,-507174],[-507174,-507389],[-507488,-507220],[-506624,-506505],[-505775,-505964],[-505977,-505331],[-506363,-505241],[-506313,-505510],[-503350,-510982],[-503707,-511027],[-500147,-509632],[-501340,-508752],[-502071,-510595],[-502576,-507872],[-502338,-507784],[-503820,-507129],[-506820,-508743],[-506735,-508814],[-506167,-508119],[-500229,-511399],[-506003,-509248],[-506166,-508697],[-504216,-506809],[-505996,-508999],[-503696,-507870],[-506543,-499590],[-505497,-511598],[-499681,-511450],[-506942,-500468],[-507298,-500218],[-507091,-500597],[-505873,-500372],[-505757,-502248],[-505684,-502172],[-505157,-513393],[-500379,-513227],[-501545,-513281],[-501408,-513321],[-499216,-512372],[-510181,-518702],[-510089,-518930],[-509212,-521291],[-508343,-521910],[-508219,-521892],[-500918,-513389],[-499774,-514257],[-499478,-512051],[-511857,-521455],[-501421,-517523],[-503384,-521143],[-499364,-522686],[-504410,-539075],[-504451,-539259],[-508467,-542287],[-508379,-542420],[-499886,-540091],[-500007,-539919],[-499361,-543965],[-503182,-543341],[-506563,-542432],[-505154,-537697],[-522556,-137346],[-512420,-146975],[-512951,-145831],[-514871,-146293],[-522088,-148385],[-522282,-144139],[-522543,-150645],[-518103,-147058],[-524529,-143081],[-518691,-152907],[-517969,-156191],[-521905,-156343],[-515576,-154534],[-514528,-159740],[-518892,-159993],[-519203,-154306],[-519409,-158564],[-524376,-155745],[-515061,-289411],[-515261,-289046],[-515956,-289306],[-518073,-312133],[-519288,-311063],[-521204,-310359],[-520698,-311643],[-519828,-382816],[-520147,-383772],[-520131,-383098],[-512185,-420205],[-512364,-418500],[-512208,-418642],[-519418,-419982],[-513238,-438228],[-513120,-441024],[-513262,-440689],[-513454,-439784],[-513524,-438996],[-513525,-439243],[-518583,-482914],[-518335,-483860],[-517736,-484191],[-513333,-481803],[-513638,-482094],[-514971,-486038],[-515352,-485920],[-513860,-485434],[-514669,-479863],[-514792,-480020],[-513232,-486903],[-512776,-487178],[-512391,-487472],[-512737,-487328],[-514997,-498005],[-514501,-497913],[-513942,-498042],[-514485,-498329],[-515312,-495079],[-515484,-495781],[-523984,-489713],[-523851,-490097],[-523234,-489620],[-524596,-488573],[-522967,-491560],[-523368,-491412],[-523229,-491438],[-518127,-508384],[-518451,-508909],[-518260,-509119],[-516942,-506417],[-517046,-506608],[-518930,-509495],[-518959,-509774],[-512911,-521121],[-512399,-521413],[-513188,-522022],[-513322,-521850],[-513987,-521599],[-513754,-521825],[-519755,-517106],[-520620,-516906],[-520421,-517008],[-515965,-525461],[-515794,-525316],[-516311,-527714],[-522392,-527674],[-522632,-527618],[-522367,-527388],[-522575,-527387],[-527477,-126206],[-532536,-137093],[-537397,-138302],[-532826,-133554],[-534903,-132081],[-535946,-130736],[-537536,-134832],[-528407,-135493],[-531445,-139780],[-528811,-135013],[-528798,-134421],[-529111,-130289],[-527010,-127956],[-528122,-151733],[-527709,-152163],[-528304,-143343],[-533841,-149245],[-529930,-142962],[-533443,-141378],[-535448,-145451],[-529372,-141412],[-525802,-147738],[-525840,-153907],[-524832,-156051],[-525540,-156072],[-534235,-176609],[-525700,-171323],[-524958,-315333],[-525915,-316386],[-525949,-315908],[-531560,-314212],[-531418,-314087],[-529961,-313964],[-525330,-315017],[-526389,-313305],[-528168,-325686],[-534479,-326196],[-536684,-330779],[-535633,-330841],[-530167,-389747],[-527538,-473363],[-527718,-485860],[-527699,-486074],[-527632,-485743],[-527430,-482345],[-527450,-482150],[-527483,-482217],[-528147,-483383],[-528201,-483626],[-527961,-483833],[-527808,-483498],[-528103,-482920],[-531300,-479689],[-527939,-479595],[-531427,-478427],[-531251,-478262],[-530900,-476721],[-527433,-478490],[-529022,-474912],[-529668,-475362],[-529519,-475383],[-529255,-474734],[-528435,-477547],[-527468,-486352],[-527765,-486288],[-525146,-488364],[-530713,-104073],[-539884,-127350],[-545481,-117795],[-539923,-131056],[-540428,-128602],[-537852,-178077],[-538337,-180594],[-548671,-204291],[-547638,-215484],[-549267,-214908],[-540500,-208697],[-545660,-216989],[-545522,-216463],[-547839,-224751],[-545970,-217429],[-545559,-217459],[-539374,-218028],[-545924,-217860],[-541501,-327190],[-542439,-326986],[-541433,-326959],[-544681,-328457],[-545820,-329909],[-545340,-328102],[-540209,-327348],[-539419,-327582],[-539301,-327748],[-539886,-326813],[-540059,-327006],[-546467,-337553],[-546014,-337780],[-546529,-337377],[-541108,-342151],[-541915,-358794],[-542720,-359477],[-541847,-359870],[-543393,-384874],[-543214,-384778],[-548682,-385424],[-549024,-421888],[-549281,-421872],[-545624,-485817],[-543469,-479926],[-562014,-190770],[-562396,-200586],[-558627,-204384],[-555276,-216797],[-553815,-216259],[-560639,-208303],[-553123,-212925],[-553865,-211946],[-553295,-211344],[-553732,-212070],[-553848,-211987],[-559443,-210636],[-555371,-205925],[-555876,-205044],[-557507,-230909],[-562491,-255765],[-560572,-243682],[-560363,-244087],[-561795,-257600],[-561901,-257558],[-562142,-263196],[-562219,-274297],[-557568,-322991],[-556559,-323197],[-556286,-322524],[-557496,-323213],[-557315,-321701],[-559496,-341724],[-560297,-344655],[-560438,-344525],[-561012,-344266],[-558387,-342864],[-562349,-345943],[-553620,-383277],[-553601,-382895],[-559660,-378387],[-559378,-408297],[-559399,-408079],[-557725,-405276],[-558007,-404668],[-554190,-400491],[-554353,-400339],[-555180,-399909],[-554992,-400227],[-555796,-399476],[-555087,-399945],[-552343,-418157],[-553181,-435795],[-552901,-435726],[-550434,-439852],[-550636,-439854],[-550545,-439723],[-555999,-478713],[-555761,-478471],[-555684,-477988],[-555671,-477399],[-554519,-476237],[-558079,-479559],[-560333,-486360],[-560449,-486721],[-573683,-194633],[-574023,-195136],[-575762,-196822],[-575592,-196596],[-574828,-195207],[-574645,-194889],[-575461,-196144],[-574969,-196163],[-568864,-202005],[-567620,-202848],[-571447,-202011],[-572271,-201348],[-563367,-203866],[-567981,-202233],[-566970,-202569],[-574322,-199887],[-567196,-201845],[-565875,-209681],[-574245,-206360],[-570758,-206397],[-573298,-211902],[-573849,-211712],[-573450,-211074],[-573959,-212237],[-573037,-210872],[-572600,-205445],[-567874,-221504],[-567957,-222246],[-573167,-218123],[-570154,-221720],[-570684,-222253],[-567024,-218650],[-572802,-219975],[-567730,-221582],[-567889,-218067],[-571275,-217932],[-572693,-220584],[-571860,-237122],[-572839,-241669],[-573785,-241272],[-571805,-237930],[-571574,-237801],[-575358,-243052],[-572170,-248283],[-569036,-243281],[-566802,-245853],[-567403,-245385],[-564802,-265064],[-569031,-262510],[-563588,-265807],[-565162,-262480],[-566438,-267814],[-564197,-264862],[-572376,-267770],[-574706,-267888],[-572207,-267268],[-568139,-268165],[-568690,-263491],[-573346,-276654],[-566871,-270854],[-568632,-268979],[-572714,-273276],[-569363,-271083],[-575527,-271823],[-572731,-276971],[-569867,-278648],[-568563,-272308],[-564680,-269920],[-565818,-273501],[-566887,-275400],[-565958,-270759],[-569927,-269882],[-571824,-280998],[-571912,-282087],[-572920,-325073],[-571913,-324733],[-572449,-324868],[-572543,-325064],[-572638,-325605],[-571173,-327071],[-571859,-328182],[-571367,-327390],[-570974,-327805],[-571827,-327398],[-566424,-326807],[-569267,-326444],[-568751,-326484],[-566751,-345098],[-564287,-352442],[-573186,-352705],[-572891,-350318],[-566163,-364834],[-574817,-403507],[-569459,-405677],[-569510,-405837],[-569642,-405874],[-574667,-449757],[-566377,-472719],[-565430,-475433],[-565599,-475142],[-565719,-475325],[-566293,-474954],[-566045,-474985],[-565718,-475241],[-565710,-473856],[-565627,-474656],[-566964,-479126],[-566647,-479048],[-566125,-476182],[-566843,-474686],[-566331,-475962],[-566564,-475328],[-566559,-474869],[-567292,-473815],[-566554,-476776],[-567325,-475736],[-567343,-475576],[-570093,-482714],[-569968,-482679],[-569934,-482894],[-577669,-195679],[-578180,-196082],[-577884,-194365],[-576467,-193918],[-577631,-194740],[-582324,-200270],[-576862,-193745],[-576804,-194167],[-578763,-196296],[-577328,-194111],[-582553,-200009],[-576509,-197223],[-577866,-195351],[-578265,-196677],[-578511,-198158],[-579573,-199451],[-580492,-197844],[-578888,-198141],[-579431,-198655],[-580998,-199716],[-577590,-197760],[-577301,-198371],[-581638,-211947],[-580125,-212852],[-578896,-212505],[-582870,-214584],[-582832,-214200],[-581904,-213872],[-583683,-214574],[-577809,-210873],[-577392,-211008],[-576366,-211122],[-582024,-211976],[-581145,-211298],[-580241,-211467],[-582985,-215691],[-582549,-215465],[-581952,-214378],[-582823,-214089],[-584304,-229171],[-584264,-229011],[-578525,-221775],[-588566,-221049],[-584809,-228842],[-584507,-229833],[-585269,-229124],[-585644,-228563],[-587293,-228941],[-587169,-228214],[-587436,-229906],[-587122,-229443],[-586839,-222111],[-588275,-221170],[-588680,-219783],[-586999,-221419],[-584801,-230396],[-584606,-230972],[-588380,-247545],[-587543,-247347],[-587603,-246947],[-587173,-246362],[-576291,-244114],[-583290,-267308],[-579969,-268922],[-582296,-269707],[-586029,-290437],[-585700,-291315],[-580317,-287812],[-582915,-289026],[-579494,-290562],[-582108,-289022],[-579519,-289260],[-581241,-291151],[-588053,-303369],[-583753,-294505],[-579840,-301920],[-579149,-302326],[-580691,-301951],[-580456,-300108],[-581312,-300489],[-577685,-300335],[-584001,-295040],[-585962,-316225],[-585166,-315645],[-587585,-321995],[-577883,-344832],[-578249,-344572],[-577686,-344520],[-577376,-348009],[-579273,-352450],[-588350,-406776],[-588605,-406848],[-588784,-406991],[-588921,-406819],[-588129,-405742],[-588125,-405930],[-588103,-406044],[-587832,-406204],[-587641,-406396],[-579618,-444880],[-587091,-455127],[-587391,-453572],[-587410,-453489],[-594057,-234197],[-590285,-232951],[-593615,-234691],[-591180,-234921],[-592394,-236632],[-591101,-234786],[-591710,-236678],[-591095,-234646],[-589435,-242515],[-589257,-242470],[-589697,-242822],[-590091,-237434],[-589998,-240149],[-590634,-236001],[-589677,-239063],[-590771,-238640],[-593647,-242318],[-592922,-238093],[-591635,-237503],[-593068,-238797],[-591818,-237183],[-593185,-239017],[-592985,-234791],[-593043,-233214],[-592569,-234350],[-592427,-234234],[-593296,-234928],[-591652,-232638],[-591133,-233441],[-591329,-233021],[-590791,-231536],[-591181,-232445],[-594509,-242730],[-593970,-242924],[-588998,-244560],[-589028,-243345],[-593495,-247336],[-593746,-246256],[-592399,-246175],[-591300,-247840],[-591513,-247047],[-589024,-247852],[-593653,-280714],[-593373,-281728],[-593287,-282067],[-597739,-287152],[-591892,-311596],[-593487,-311578],[-590956,-312421],[-590066,-315142],[-589210,-315751],[-590579,-316376],[-591601,-321741],[-600608,-336411],[-593586,-340196],[-596516,-371986],[-588901,-406274],[-589011,-407054],[-589051,-406847],[-589281,-406619],[-588918,-407279],[-596789,-408941],[-589022,-406644],[-593463,-456782],[-593325,-457018],[-607279,-291890],[-603802,-289016],[-607191,-326842],[-607550,-325934],[-605150,-326200],[-604418,-332780],[-604053,-333319],[-601995,-335058],[-602163,-335228],[-609366,-349414],[-610790,-349670],[-610772,-350852],[-610337,-349598],[-610082,-351311],[-611093,-352082],[-612536,-351030],[-611651,-351926],[-611998,-352038],[-612039,-352288],[-612653,-352011],[-614315,-350907],[-613455,-351971],[-612741,-351923],[-613367,-351286],[-601813,-411952],[-602038,-411559],[-601893,-411460],[-616929,-344718],[-620461,-340728],[-620412,-340769],[-619892,-340712],[-620106,-341269],[-619846,-341099],[-620430,-339743],[-619668,-338895],[-620650,-339857],[-620817,-339526],[-620943,-340485],[-619700,-341758],[-620402,-342384],[-620195,-341787],[-619463,-341872],[-619602,-343138],[-618108,-346109],[-618267,-345470],[-619153,-346065],[-618939,-345728],[-85623,625313],[-85257,622099],[-88931,619925],[-86061,625824],[-86114,625463],[-84145,626786],[-87441,637078],[-88342,637152],[-88119,635816],[-88038,635388],[-87617,635511],[-87490,635709],[-100173,-406097],[-93189,-402747],[-91213,-400277],[-91705,-400164],[-99819,595897],[-101372,596869],[-96125,614120],[-94718,614069],[-102166,626610],[-100325,626306],[-100800,621468],[-100260,621487],[-98316,622995],[-95342,618912],[-96030,618937],[-99050,617059],[-98657,616932],[-97233,615716],[-92681,617399],[-92840,617147],[-98466,620498],[-95336,614635],[-89799,619816],[-96011,626632],[-96783,626922],[-96785,626587],[-93957,627160],[-95978,626334],[-92643,627385],[-96149,626819],[-96158,626450],[-100243,637653],[-99700,634177],[-100903,638172],[-100801,638219],[-95865,635342],[-98784,636733],[-97215,634972],[-90066,637687],[-94637,638089],[-94554,635207],[-90286,628511],[-91654,628759],[-92036,631646],[-95086,638132],[-91091,631486],[-94696,627835],[-93751,628141],[-93568,631723],[-91769,627421],[-109872,-407490],[-108789,-407837],[-110435,-404543],[-111519,-405190],[-111364,-405586],[-112743,-411471],[-106303,593907],[-106508,598769],[-106662,593827],[-104190,595269],[-105308,606060],[-110086,614123],[-114606,612337],[-110083,613220],[-114703,610668],[-114579,610882],[-112366,609729],[-103148,621949],[-106777,617723],[-107277,616101],[-109213,615727],[-110599,615638],[-111890,615275],[-109299,614669],[-114880,632701],[240287,700601],[250775,690174],[251253,689837],[254494,694072],[254935,694794],[243972,700454],[243252,700822],[244050,702668],[255231,694704],[252534,703102],[254348,713157],[257105,691486],[260828,696614],[266416,711974],[266324,712559],[265547,712173],[266465,712220],[256137,716896],[267398,712184],[266935,712077],[256021,717163],[95490,-287769],[103802,-293812],[106110,-291695],[116661,-298030],[122588,-299319]] \ No newline at end of file diff --git a/src/gathering/a10009.json b/src/gathering/a10009.json new file mode 100644 index 0000000..6935ed4 --- /dev/null +++ b/src/gathering/a10009.json @@ -0,0 +1 @@ +[[-124336,140376],[-120344,141142],[-117304,146222],[-121744,141181],[-121243,143809],[-121247,25998],[-119801,36838],[-116290,26734],[-121159,34856],[-120121,35337],[-120440,31259],[-125652,38409],[-122724,42601],[-118539,39610],[-125825,46676],[-123446,44250],[-123062,43596],[-122278,39796],[-122021,59765],[-120787,63896],[-126126,59285],[-122246,55809],[-121584,56237],[-117779,56339],[-117494,60614],[-120376,61894],[-118400,68428],[-115942,68959],[-117723,67583],[-126226,68919],[-124331,73037],[-125295,72252],[-122461,74242],[-120795,71305],[-124103,70205],[-124625,64408],[-117986,77014],[-119231,84359],[-118782,85826],[-118603,85044],[-117158,83684],[-115273,84047],[-116113,82301],[-127384,78103],[-124573,80833],[-120900,81629],[-120025,93322],[-117891,91000],[-116280,95697],[-120801,95435],[-117862,102474],[-119259,97066],[-117850,100975],[-127264,98340],[-127274,95720],[-126655,97318],[-121652,103645],[-118195,102689],[-133429,-139193],[-132101,-442977],[-132235,-442840],[-132162,-442975],[-132183,-443096],[-129909,232272],[-140269,62545],[-136134,64093],[-132086,61793],[-134870,75433],[-138586,74327],[-136255,74125],[-138821,67544],[-139952,67931],[-135250,65009],[-134163,65927],[-133638,69861],[-133820,68744],[-136467,71095],[-133534,70550],[-131180,73613],[-129610,75650],[-132197,68054],[-130092,66254],[-133871,71245],[-130320,70070],[-130094,66130],[-137820,89789],[-139028,82585],[-140693,79038],[-140633,78295],[-133352,77670],[-134125,77231],[-134710,78705],[-134339,78536],[-131077,96232],[-129752,96858],[-140163,117421],[-153291,149390],[-151708,149304],[-151706,152127],[-152373,76383],[-142535,76382],[-142937,76158],[-144973,64263],[-145516,69935],[-148717,85678],[-150814,88157],[-144341,84560],[-146247,87964],[-146963,87067],[-143749,85783],[-144419,80080],[-146321,101641],[-143485,90314],[-153349,101783],[-151996,97542],[-151171,97445],[-151255,98898],[-147014,102518],[-148848,100696],[-151917,102565],[-147341,94232],[-141539,90751],[-142968,95962],[-145955,91251],[-146993,102938],[-153570,104268],[-149585,104824],[-151150,104569],[-149138,105104],[-163680,136397],[-163722,133914],[-164470,133467],[-162661,134892],[-164038,135803],[-163902,150811],[-154401,147710],[-154882,148684],[-158490,153337],[-154715,150884],[-158884,151935],[-159991,153641],[-155037,155144],[-156048,154496],[-161814,158722],[-159773,160929],[-161841,160385],[-163046,157680],[-166206,162785],[-156285,154370],[-162189,154732],[-160402,155581],[-164345,155565],[-161900,154248],[-162196,53144],[-158941,62012],[-158208,63880],[-156739,62874],[-154521,61882],[-156189,61652],[-154211,59876],[-156189,59717],[-154625,76656],[-156708,67448],[-156311,65934],[-159795,69930],[-155592,64617],[-158902,66997],[-161717,65926],[-163061,89533],[-161801,87292],[-160095,85978],[-153985,88260],[-153745,82903],[-156008,80858],[-156901,80475],[-163512,101938],[-165936,102582],[-163602,101971],[-162419,101063],[-157284,98413],[-159727,95322],[-162344,95534],[-159621,93438],[-162560,90077],[-162761,90780],[-153654,90409],[-156090,97978],[-157023,102427],[-165114,105975],[-162768,104822],[-158596,103113],[-155339,105320],[-155280,105489],[-158946,105733],[-159706,105662],[-162568,124331],[-163062,119106],[-165022,120525],[-161431,116229],[-160054,116377],[-163250,116474],[-165524,123154],[-164311,123420],[-165741,121873],[-165002,122490],[-176133,132993],[-177197,134352],[-176812,132111],[-176541,137295],[-176056,130851],[-173797,131911],[-175187,130673],[-173854,131301],[-174250,129479],[-178429,143901],[-177088,145184],[-170670,152371],[-170108,152788],[-171682,152099],[-178895,151223],[-175603,153094],[-176415,153020],[-178890,153460],[-167924,154785],[-171424,155359],[-168365,157790],[-166848,159671],[-166611,159816],[-170163,162077],[-172297,155378],[-175688,156446],[-174021,154436],[-177442,155269],[-169559,157877],[-171328,159356],[-171176,158715],[-172942,158805],[-175047,157508],[-175122,62717],[-176319,61375],[-177846,66022],[-178128,70252],[-178053,68872],[-174167,70917],[-173917,71355],[-175385,66418],[-177649,67791],[-174963,69998],[-176037,74993],[-174710,78821],[-175758,83880],[-175443,79954],[-174645,83896],[-176840,79290],[-178098,87897],[-177105,93112],[-175967,92828],[-166607,100717],[-168819,115282],[-169870,114651],[-170438,114036],[-170268,115171],[-168093,103264],[-168561,105588],[-167631,105653],[-168022,104595],[-172770,127997],[-169521,127185],[-172569,122999],[-173989,125380],[-171850,123929],[-170417,122741],[-179011,122200],[-176074,121428],[-174343,119754],[-176670,115941],[-174772,118126],[-175703,117242],[-174572,118350],[-178470,125963],[-175418,124966],[-176963,127896],[-175669,127611],[-176303,124430],[-167213,121072],[-191997,-165022],[-181646,135677],[-185034,130873],[-186780,129798],[-187440,129174],[-181169,128670],[-179678,129786],[-190538,143273],[-191056,145434],[-191781,152241],[-185079,152420],[-182952,149682],[-188796,143263],[-188750,143462],[-187569,143926],[-187099,143790],[-180205,144689],[-179273,145239],[-180595,144181],[-183729,141753],[-186983,144789],[-190633,148876],[-188462,149253],[-189443,145928],[-179949,151845],[-190475,164784],[-189390,158720],[-188407,154973],[-180322,155739],[-183476,56673],[-185024,61260],[-185188,59940],[-184006,60706],[-189117,76425],[-187417,75954],[-184429,72803],[-182777,74861],[-186917,66916],[-187340,66249],[-180612,65200],[-184996,65389],[-180236,76341],[-179856,76618],[-189332,77303],[-190967,79782],[-182388,83687],[-180753,80947],[-183835,84175],[-180689,83931],[-183355,80484],[-184736,86891],[-186192,88553],[-187086,84512],[-191977,98118],[-179873,93582],[-184818,92754],[-186187,91121],[-184169,94483],[-186301,90260],[-185427,90517],[-188095,96413],[-191729,93418],[-188744,94253],[-189086,95394],[-186751,100370],[-184610,98437],[-187587,101705],[-185938,101669],[-183656,100625],[-189469,101967],[-188141,97530],[-187646,98917],[-191033,106007],[-191538,104546],[-190546,105453],[-187671,107437],[-182388,122721],[-180703,122924],[-186945,126824],[-188318,127801],[-183286,127386],[-183348,125449],[-182307,127972],[-182782,126526],[-179959,126189],[-196388,-158808],[-201966,140343],[-203684,140881],[-203854,146770],[-200752,150620],[-199695,152588],[-202824,147148],[-202694,148661],[-198843,142401],[-199253,142151],[-198917,141559],[-198741,147065],[-195716,148928],[-195696,146114],[-198565,145755],[-197664,149001],[-193935,142260],[-193330,151781],[-204630,149451],[-203193,151755],[-203694,46800],[-201491,48342],[-204548,58075],[-203123,58994],[-203764,86707],[-199900,81706],[-202741,83601],[-198877,82984],[-200709,85639],[-200308,88543],[-201904,85505],[-195938,85555],[-196884,88635],[-193834,86714],[-198716,88982],[-194646,85430],[-196713,82266],[-194504,81003],[-194552,81970],[-194477,78973],[-192327,81493],[-198811,93463],[-197112,94543],[-200833,92935],[-201889,95061],[-201726,90315],[-194524,101582],[-201372,105959],[-197696,104807],[-197608,105829],[-201895,104705],[-198833,103096],[-199894,110439],[-197551,110049],[-194319,104715],[-197405,114401],[-194966,113710],[-202130,115751],[-216103,129770],[-216838,131401],[-205481,130630],[-210807,133055],[-210254,134318],[-213343,134735],[-213376,133418],[-212098,137372],[-212658,140214],[-215094,139913],[-216480,137962],[-212667,141310],[-215332,142588],[-210626,144038],[-208149,141950],[-210403,150843],[-206841,148930],[-204806,142364],[-208049,151728],[-205757,149444],[-207118,149085],[-212732,35466],[-212210,38099],[-214656,41568],[-214220,46198],[-209882,49092],[-213841,43692],[-209882,43654],[-207212,44427],[-211054,52640],[-210071,52408],[-214860,52308],[-212463,73335],[-209828,69643],[-209882,89169],[-211154,85688],[-212801,88128],[-213619,88486],[-207956,89479],[-207702,87147],[-207591,89033],[-215844,78102],[-216418,83884],[-216984,80374],[-212857,96766],[-211219,100540],[-209844,96550],[-211722,100237],[-207804,90055],[-207172,92222],[-210106,90806],[-205131,89903],[-207403,89853],[-216524,107189],[-216255,104325],[-216894,104759],[-216974,104494],[-217504,104081],[-217552,127671],[-209193,126651],[-209727,125600],[-207551,121660],[-208231,120984],[-206592,118601],[-209735,121415],[-208101,122656],[-216563,118624],[-207118,125782],[-207747,128009],[-208089,124171],[-206559,123965],[-218343,134784],[-219146,132680],[-223202,131104],[-229027,129879],[-226198,129465],[-223941,129059],[-224063,129481],[-230305,30463],[-227129,30169],[-225354,29614],[-223416,30152],[-220725,26834],[-220280,29081],[-223016,31843],[-219103,35410],[-218074,34715],[-228266,34599],[-226672,38485],[-221419,42146],[-222417,41724],[-226955,45184],[-228177,43395],[-229043,48058],[-228509,48618],[-224232,49328],[-220088,83399],[-218368,86876],[-220407,82130],[-222383,82516],[-224788,82986],[-227366,85784],[-223910,77696],[-224728,83053],[-228669,98283],[-227469,100674],[-228401,97493],[-227666,98542],[-229119,101823],[-226706,101812],[-223135,100588],[-228448,102335],[-218378,115199],[-217664,104433],[-222520,103483],[-226838,104458],[-220647,121284],[-222475,126732],[-219367,125663],[-218699,120269],[-218423,121058],[-219187,116798],[-227480,127905],[-226830,121822],[-227624,121112],[-228973,120395],[-226723,122422],[-226594,126517],[-225616,123384],[-242433,132724],[-237883,129235],[-237652,130018],[-241008,136252],[-235207,128365],[-237728,131239],[-232569,129151],[-236224,28265],[-234878,27166],[-236662,29795],[-238210,26940],[-241337,26704],[-242612,26857],[-241849,31806],[-239539,29962],[-241716,30542],[-237052,29431],[-237593,31097],[-231572,32650],[-235611,34876],[-235948,36184],[-240473,38314],[-240261,37804],[-231751,34365],[-230700,36046],[-231492,37115],[-232551,38374],[-240655,42706],[-240645,42437],[-239859,45124],[-235737,39790],[-235948,39995],[-236182,41732],[-230847,44736],[-230693,40777],[-236366,48028],[-239503,46531],[-239533,48879],[-235539,48636],[-241408,50815],[-240777,52710],[-239453,51751],[-239525,54760],[-234481,59538],[-233898,87661],[-233254,87604],[-232260,89034],[-231643,84909],[-231692,84574],[-239499,89390],[-236666,87237],[-232902,84810],[-241712,90011],[-240122,91264],[-241170,96778],[-238753,97665],[-241835,101320],[-243169,112214],[-240422,126542],[-242522,126221],[-241255,125842],[-238137,126426],[-234083,127854],[-237335,126313],[-232746,119360],[-236370,121003],[-235290,122266],[-236571,120847],[-233371,122732],[-231057,126772],[-2729,-98391],[-2839,-98306],[-10392,35967],[-7255,34009],[-7102,32554],[-7254,32704],[-1989,51242],[-1031,51590],[-4606,62442],[-7253,56988],[-9425,61599],[-7418,64452],[-279,80493],[-62,80580],[-254591,129621],[-247667,129427],[-253444,131862],[-248861,129229],[-249116,133046],[-248845,132983],[-246107,133170],[-246699,134260],[-249721,32405],[-249533,31100],[-252471,29116],[-254024,32286],[-251873,26369],[-248394,29254],[-254132,29671],[-253532,27183],[-252370,34271],[-252917,35614],[-244454,28333],[-245656,98715],[-245337,97873],[-245369,92273],[-246529,94913],[-244635,92632],[-246719,102129],[-243788,100162],[-246028,109677],[-243822,108895],[-247113,110219],[-246802,111259],[-245268,110978],[-249453,112076],[-253473,127984],[-254129,122914],[-250856,123544],[-247861,125579],[-244010,125570],[-243266,125884],[-246868,115557],[-248559,117585],[-247606,117198],[-256911,-1976],[-256077,27372],[-258927,51121],[-264629,49624],[-265008,49161],[-267494,45025],[-264607,45509],[-263939,46044],[-263711,43452],[-264570,42459],[-263938,63302],[-267490,60203],[-268047,52945],[-261789,58423],[-259291,61169],[-259918,56610],[-256077,61959],[-261367,53021],[-267620,55772],[-268746,52539],[-257854,60730],[-268285,56132],[-260714,60442],[-257668,58843],[-266620,74696],[-268045,75839],[-265701,66391],[-266962,87089],[-267652,87617],[-268404,86284],[-266090,86074],[-265521,86038],[-263601,84087],[-263199,82056],[-264324,82091],[-265339,81149],[-265324,82274],[-264632,78353],[-265439,79799],[-264569,83813],[-268067,90479],[-266149,90641],[-264532,90064],[-258461,113724],[-257874,114657],[-262766,117410],[-260529,118767],[-256298,119826],[-260287,120221],[-256559,118893],[-273677,-183953],[-274293,-189316],[-274447,-189355],[-274565,-188415],[-275513,-188024],[-275690,-190120],[-275142,-190014],[-273108,-190413],[-272735,-189421],[-272621,-193069],[-273497,-192456],[-274094,-192924],[-274586,-195121],[-274471,-194766],[-275664,-194939],[-276471,-192636],[-271542,49533],[-271970,48272],[-272412,45067],[-275087,44360],[-277289,45394],[-273240,62445],[-270688,63900],[-272193,59937],[-270651,60275],[-272484,61279],[-273322,60970],[-273065,57884],[-273565,59027],[-270404,55856],[-269168,58738],[-271481,63750],[-274596,64185],[-271745,76808],[-271225,68229],[-272453,67218],[-274003,64967],[-269995,64354],[-274117,74156],[-270883,70855],[-273781,68317],[-271950,88502],[-274055,87867],[-271570,84205],[-272978,84165],[-272468,81743],[-274162,80581],[-273456,78556],[-274011,84570],[-272278,82511],[-273028,88834],[-277116,98871],[-275282,93531],[-276888,100227],[-274238,100971],[-279690,102087],[-273423,94117],[-272713,91056],[-274816,94030],[-270036,93554],[-279500,108804],[-275975,107149],[-281006,109520],[-278172,105664],[-284031,1063],[-284794,3094],[-289621,72031],[-288584,75825],[-284295,79605],[-291364,87077],[-291405,83250],[-291149,88457],[-291189,81364],[-288307,83707],[-292357,90700],[-288115,91550],[-289625,108878],[-287185,112152],[-283636,107722],[-283193,111819],[-292310,105766],[-283649,112275],[-284306,107908],[-282491,112157],[-284015,107237],[-307059,67085],[-307131,85374],[-304774,88882],[-306141,89339],[-305517,90012],[-299922,102414],[-299614,101994],[-302590,103730],[-303277,104050],[-295613,110699],[-295165,106129],[-318477,64016],[-318442,63752],[-316346,60412],[-310272,65073],[-313415,72248],[-317893,74952],[-319542,73066],[-314177,75704],[-313655,72725],[-315041,75939],[-316423,85060],[-317131,85975],[-319224,85135],[-319124,84404],[-311284,77553],[-313813,78752],[-312620,81279],[-313471,83150],[-308240,82352],[-308730,83786],[-308953,87379],[-310754,88008],[-316501,93085],[-313165,97464],[-309000,93600],[-311536,92988],[-314202,95769],[-315371,96924],[-308838,99321],[-311202,98513],[-313303,105202],[-310854,103367],[-309748,103081],[-326065,49234],[-329470,48000],[-326757,48521],[-330823,48466],[-327148,47953],[-329402,58088],[-326347,55285],[-327924,60373],[-322670,64094],[-325385,56152],[-328109,70714],[-323923,72191],[-323366,74021],[-323672,72782],[-322123,81585],[-328413,79028],[-329129,77589],[-320573,88283],[-328496,77826],[-322991,78922],[-322081,80087],[-325301,79555],[-323245,80080],[-324399,82456],[-321791,84177],[-320932,81916],[-323142,80481],[-321384,81046],[-326333,97125],[-326243,93642],[-320278,97951],[-322367,93028],[-324566,94771],[-325788,95301],[-320291,98911],[-320040,97432],[-333963,50431],[-335398,54403],[-335797,52643],[-334174,70315],[-338045,65445],[-336079,70645],[-339724,64444],[-340464,67008],[-339331,66424],[-339744,70537],[-339860,67860],[-335061,71413],[-334945,72492],[-338225,71178],[-338997,75877],[-339396,86903],[-355382,-548191],[-355087,-548629],[-355132,-548353],[-355464,-548941],[-355888,-548739],[-355806,-548368],[-347439,49813],[-353186,45002],[-20035,-337859],[-12952,61879],[-20331,76494],[-20562,76748],[-19960,76739],[-24423,88081],[-24575,87970],[-17602,88471],[-19693,85722],[-23264,86698],[-25021,87675],[-25277,91836],[-24472,90927],[-29375,-60494],[-30239,33583],[-30532,31337],[-33759,35157],[-30332,42801],[-28361,39029],[-37011,88545],[-33694,87709],[-36344,89708],[-27777,92044],[-37418,92672],[-32687,93158],[-577417,1763430],[-583702,1756679],[-584953,1757879],[-580095,1778036],[-577989,1770806],[-45195,-23517],[-43339,-37349],[-46661,-46290],[-49809,-43450],[-45003,-43630],[-46438,-53835],[-44656,11608],[-43729,6247],[-46567,5444],[-50530,12470],[-47685,18323],[-40203,46505],[-46291,57975],[-49009,76265],[-46100,87678],[-50152,82001],[-38782,91700],[-53124,-45723],[-54448,-46209],[-57158,-111823],[-56507,-112835],[-55166,-111254],[-55275,-111369],[-54936,-111075],[-54103,6067],[-62426,7846],[-56316,3839],[-53403,14816],[-53550,17840],[-63800,43872],[-63308,73791],[-55387,66868],[-54447,79377],[-59987,87116],[-55256,93783],[-55329,93690],[-73769,-134429],[-75424,-142003],[-75409,-145138],[-74155,-146382],[-75301,-40580],[-68419,-112927],[-68226,-113218],[-68486,-113064],[-66643,-113226],[-67895,-113851],[-66645,40031],[-64474,44057],[-64374,44096],[-80424,-144868],[-85643,-159447],[-82443,-31172],[-84102,-31354],[-83170,-41819],[-83085,-38886],[-78410,-38838],[-79158,-38525],[-86185,-50336],[-80682,-113410],[-85516,37758],[-86247,32255],[-86696,36018],[-85840,37494],[-82225,42436],[-87768,41298],[-79305,114206],[-78697,112553],[-83817,111253],[-80616,113016],[-88354,122877],[-87841,123179],[-84941,118022],[-88279,122744],[-83693,115410],[-91919,-147687],[-93780,-112012],[-95033,-108001],[-98891,23531],[-100800,24011],[-94930,23154],[-92845,24291],[-90851,24023],[-92160,35035],[-91772,38033],[-93382,34888],[-96499,38565],[-96858,26188],[-96699,30505],[-94320,33730],[-98392,29168],[-96148,31178],[-101990,37835],[-99361,37863],[-99907,34561],[-102221,35651],[-91534,32584],[-94806,26934],[-94867,26011],[-97982,28027],[-93919,39535],[-93146,41129],[-99552,45044],[-98398,49393],[-95597,45338],[-99072,46029],[-93118,51247],[-99410,41400],[-95007,42235],[-99696,44887],[-95160,39519],[-102058,40847],[-99400,58975],[-101951,91354],[-101056,102351],[-97467,102586],[-102040,98221],[-100144,92486],[-97221,102644],[-97500,111635],[-93052,112718],[-96978,105601],[-95892,108902],[-94135,109723],[-94523,105738],[-93547,108354],[-92138,107501],[-94295,105446],[-94899,121603],[-92319,121275],[-96142,126041],[-93264,120715],[-92435,123540],[-100851,126339],[-99708,119458],[-96699,122583],[-101447,118696],[-100430,125586],[-104343,-145778],[-102764,127969],[-111260,27172],[-113910,27077],[-105016,36678],[-111718,34565],[-109044,35532],[-102697,33330],[-107168,31632],[-108179,28908],[-108419,30192],[-109195,31006],[-110937,30704],[-109592,47485],[-112100,50632],[-110047,49705],[-114205,42526],[-104920,44641],[-107649,40216],[-107061,40945],[-114188,40033],[-111235,63634],[-107604,62123],[-109200,58206],[-103462,59533],[-103204,59231],[-103237,57323],[-106076,56230],[-106274,55782],[-114966,63900],[-107921,54180],[-106280,52003],[-109765,52924],[-114064,53639],[-113845,66148],[-109021,64876],[-112483,85934],[-111721,87834],[-108143,81855],[-109903,83099],[-111307,81942],[-106560,85988],[-110967,81830],[-106284,88646],[-106097,89635],[-112833,86770],[-105819,93643],[-104844,95475],[-109180,98639],[-111165,100094],[-105980,99087],[-103409,99668],[-105322,102322],[-104832,95540],[-105183,94068],[-105774,98127],[-109529,92889],[-112268,91463],[-108760,92763],[-111783,90633],[-105684,102652],[4374,136327],[8658,135605],[7109,141680],[12236,143706],[862,48791],[6061,58728],[7084,63854],[6579,63834],[2068,60000],[213,55804],[3126,53398],[11293,56183],[4012,74828],[2980,75817],[3194,74027],[771,74335],[5877,71924],[5838,72007],[5731,71871],[5688,71820],[5480,71763],[2446,72880],[2466,72784],[2474,72984],[6427,80192],[6302,80210],[6368,80176],[6494,80297],[6960,79588],[6388,80139],[6590,80123],[7980,79777],[7922,79684],[6201,80164],[6498,80123],[5524,81091],[6001,81040],[6169,81181],[5837,81235],[5875,81386],[5995,81163],[7654,79802],[81,80538],[133811,-37361],[137939,-32741],[139955,-37421],[129190,-32916],[133882,-28706],[130561,-27843],[130641,-28421],[139485,10935],[137611,53146],[137349,76953],[135196,78598],[130751,99527],[130390,89897],[133415,91042],[138173,106416],[132737,105064],[129604,115749],[144744,-35184],[146810,28677],[141815,45641],[142844,60228],[146020,57829],[144380,51461],[152266,75924],[141768,64461],[144129,85597],[143775,77517],[143027,82354],[144488,98352],[144081,90409],[146075,110558],[150403,113935],[143792,112169],[149496,110749],[144883,122861],[147868,115623],[150721,115428],[180847,80658],[180620,80704],[20568,-51581],[13365,144451],[15757,148387],[13789,147390],[24501,60676],[20281,57222],[23296,56307],[25275,59783],[23998,58170],[22798,58395],[23449,57183],[22743,60775],[15246,61204],[15392,61357],[14341,58211],[18936,59698],[14894,57501],[22957,63656],[19907,75342],[21214,74719],[19708,74689],[21091,74876],[19595,75317],[19802,75281],[14988,73761],[15279,74061],[15206,73274],[14859,73985],[15496,74189],[19217,70944],[19292,70984],[19823,71024],[13047,74439],[13243,74499],[13538,74609],[13586,74875],[13661,74706],[14841,75237],[13426,74558],[19457,79389],[19530,79270],[19657,79080],[23447,79764],[23381,77483],[21685,78867],[21358,81352],[21424,81772],[22046,79966],[15519,81674],[16489,80204],[15379,81816],[15696,82118],[25203,98737],[23301,106403],[25359,103128],[13679,115141],[19449,115379],[15160,115487],[25085,123459],[330440,609754],[332450,609664],[332147,607651],[329483,617639],[332140,619093],[340887,611393],[337203,611856],[334784,618955],[332983,619857],[336522,616567],[338417,617252],[354009,620820],[347602,621971],[347292,622232],[353721,620497],[32680,133753],[32138,139969],[36711,135539],[37283,131354],[35778,137594],[32855,151150],[29688,150916],[27926,146463],[34255,143574],[28647,141370],[36290,146542],[37310,144989],[36742,143594],[37122,144465],[32144,157355],[32308,155990],[30308,51039],[29984,50942],[29223,48765],[29514,48773],[37510,47578],[36097,45556],[36292,45583],[32206,47856],[35363,49089],[32874,59983],[31280,59983],[30706,56378],[32381,58179],[30888,53546],[28003,61202],[27546,61363],[29951,54523],[27592,58216],[28543,56507],[34418,58094],[37668,57433],[36831,53828],[37770,55113],[37335,55094],[36893,56586],[30649,63727],[33647,71766],[33142,70265],[37903,74732],[35195,70035],[31358,79347],[28083,82539],[28381,82626],[27167,99201],[28206,100587],[27675,100750],[28388,101976],[28298,101681],[28298,101681],[28298,101681],[28298,101681],[27906,98207],[35845,92475],[33544,111057],[34756,111398],[30464,109618],[29906,108905],[37282,113950],[32333,103990],[32913,103346],[34051,102695],[27290,119529],[46144,-129825],[46774,-129951],[43943,-280188],[46089,-304514],[38701,139034],[46028,128737],[42700,135505],[43068,136090],[42428,139146],[45915,149132],[45398,150325],[39515,142373],[40040,53701],[40756,55925],[40306,55874],[44065,59949],[42453,61695],[40635,85448],[41607,85052],[46464,82758],[45079,88229],[45560,96345],[43117,102238],[47334,109119],[43079,105842],[45962,107000],[48898,110193],[47195,112682],[46488,114907],[49889,112572],[40672,107524],[38512,108146],[45862,104565],[38690,106301],[40214,108269],[41992,103831],[41494,116550],[42433,118085],[63807,-14977],[63871,-13415],[53026,136281],[53637,137760],[51612,137299],[56733,142137],[59176,38953],[51415,83010],[55510,93834],[51408,96227],[53644,96844],[58984,90912],[54567,106121],[62597,113530],[62432,109864],[63916,106508],[62150,105043],[57666,127061],[60848,123102],[59732,126134],[54364,124409],[56773,122096],[61159,117399],[61958,118350],[61778,117710],[52513,125227],[73586,129651],[69590,132846],[66484,135766],[69549,133318],[72705,24436],[74811,17206],[66715,18105],[69943,31124],[67885,26759],[70538,31672],[76467,47195],[68709,44395],[73414,43965],[72908,50535],[73045,41803],[68426,59539],[74756,62849],[76162,62803],[67502,70504],[65791,66481],[74237,72874],[76597,73567],[69773,79570],[71649,82124],[69180,94263],[75237,95787],[74474,93867],[76414,93452],[74806,101396],[68392,115241],[64282,112400],[66028,110809],[65786,108540],[67858,107002],[71935,108295],[72799,107705],[66231,124798],[71806,126742],[77682,-6336],[83038,-7804],[89243,-5267],[78633,-9599],[79608,-8984],[79254,-15652],[86761,16378],[81743,18584],[82362,17725],[81004,17015],[84525,25857],[88197,26089],[81083,45815],[80057,42676],[80107,42235],[79842,41764],[88183,611430],[81898,604679],[80647,605879],[85505,626036],[87611,618806],[77401,72701],[77207,90090],[78984,90814],[87260,102134],[80544,101716],[85487,109920],[84354,113131],[80103,108297],[82548,105120],[83972,104297],[83878,103860],[99597,-4140],[102003,-3299],[93167,-11433],[93354,-15214],[93266,-15370],[99083,-99161],[101740,-97707],[100040,-107046],[102377,-107189],[101183,-108770],[98597,2134],[96774,3715],[98414,4222],[99665,4725],[100953,5966],[97603,10618],[96255,13596],[100703,13450],[100862,13008],[93159,18111],[91548,30743],[95225,29538],[92741,25863],[99835,33115],[100851,35161],[99503,32688],[93178,46243],[90093,44346],[92370,40081],[101966,54915],[96407,57082],[92922,76178],[97949,64818],[99524,75492],[99697,65123],[98990,83797],[98716,99878],[100776,101709],[100326,108270],[92213,112770],[109272,-6683],[108147,-8890],[104384,-97845],[102583,-96943],[106122,-100233],[108077,-100293],[110487,-105407],[106803,-104944],[114571,4637],[114540,5535],[112611,4855],[113972,8131],[108276,9255],[106446,10974],[109261,11195],[107534,6138],[105503,4976],[107746,5602],[108456,2198],[110025,2446],[105074,7565],[104512,10116],[102588,9366],[110461,19917],[103936,24978],[106943,36106],[108029,26614],[114941,29171],[109052,26413],[109169,27607],[108488,27245],[108151,36049],[108077,32787],[110658,38148],[111241,37363],[103107,48650],[110513,44094],[111406,102367],[103171,100154],[112692,114951],[106571,110558],[113681,109618],[111749,115340],[110313,115696],[116390,-12490],[119915,-10244],[116910,-9053],[121847,-16839],[124301,-18812],[125293,-24697],[120695,-18422],[123609,-95980],[125284,-96962],[117202,-94829],[116892,-94568],[123321,-96303],[118886,-92844],[118648,4227],[115267,30173],[115373,29588],[116427,36310],[125154,69553],[125122,89805],[115465,110297],[118996,115498]] \ No newline at end of file diff --git a/src/gathering/a10013.json b/src/gathering/a10013.json new file mode 100644 index 0000000..59d9399 --- /dev/null +++ b/src/gathering/a10013.json @@ -0,0 +1 @@ +[[-127351,-123231],[-125110,-120848],[-125231,-120995],[-125633,-120991],[-125483,-121088],[-125321,-121056],[-116289,-121248],[-118003,-123262],[-117708,-123073],[-116858,-126568],[-118158,-126656],[-116342,-126505],[-122935,-124894],[-123261,-126372],[-122360,-124440],[-116745,-116652],[-118328,-116871],[-119338,-117784],[-123968,-121393],[-124061,-120888],[-124041,-121178],[-124016,-121396],[-123999,-121233],[-124457,-138433],[-125057,-139985],[-120283,-131010],[-118716,-132203],[-119490,-131747],[-126456,-177708],[-126636,-177633],[-126733,-177232],[-126786,-177407],[-126714,-177550],[-117031,-168076],[-116963,-167865],[-116941,-168071],[-116879,-168135],[-119383,-167427],[-122409,-191773],[-123417,-191746],[-118853,-189311],[-118734,-189440],[-117166,-189463],[-118841,-189383],[-125362,-188461],[-127015,-187412],[-126299,-187748],[-127167,-188022],[-120898,-189697],[-119112,-189723],[-119441,-190386],[-119281,-189877],[-127840,-189917],[-127859,-190838],[-127836,-190143],[-127635,-189940],[-127324,-190533],[-127370,-190195],[-127095,-185374],[-126856,-185416],[-127085,-185460],[-127133,-185530],[-126440,-182018],[-126300,-181821],[-126380,-182047],[-126327,-182120],[-117738,-187551],[-117661,-187725],[-117850,-188085],[-117694,-187994],[-117648,-187836],[-125485,-185057],[-124712,-184084],[-124377,-182678],[-126111,-186417],[-124635,-182691],[-124893,-184013],[-115318,-184851],[-118219,-181189],[-118570,-180690],[-127450,-204287],[-124094,-193829],[-124303,-193634],[-124808,-193495],[-124642,-193211],[-123157,-194617],[-122852,-194814],[-122944,-194900],[-122635,-195306],[-119506,-194454],[-119380,-194432],[-119574,-194557],[-116003,-192386],[-116697,-193061],[-116620,-192833],[-120771,-192418],[-120592,-191967],[-126966,-192175],[-126690,-200102],[-126899,-201639],[-125938,-201137],[-127928,-201103],[-116424,-197880],[-116308,-197726],[-115900,-197708],[-116061,-197624],[-116216,-197657],[-115652,-197663],[-115856,-197530],[-115623,-197585],[-115553,-197532],[-115764,-193039],[-115946,-192979],[-116098,-192600],[-116123,-192779],[-116041,-192914],[-123072,-194991],[-123058,-195235],[-123147,-195017],[-123231,-194989],[-126723,-192318],[-126666,-192501],[-126888,-192845],[-126720,-192764],[-126667,-192615],[-120553,-201640],[-120701,-201517],[-120707,-201117],[-120793,-201264],[-120767,-201424],[-115933,-204548],[-115900,-204437],[-122523,-191801],[-121575,-192096],[-121721,-192088],[-123263,-191853],[-122749,-204298],[-122894,-204409],[-122928,-204561],[-115620,-204288],[-115790,-204324],[-124751,-206035],[-116644,-213927],[-116911,-213826],[-116967,-214280],[-118339,-214527],[-119195,-213125],[-118728,-212376],[-117742,-212119],[-117316,-212097],[-121695,-216518],[-127617,-213116],[-127799,-213068],[-127996,-212716],[-127894,-213007],[-125790,-214044],[-125679,-214196],[-125777,-214595],[-125643,-214464],[-125643,-214301],[-120522,-216727],[-120648,-216720],[-120338,-216233],[-120479,-216258],[-120501,-216139],[-120654,-210173],[-120628,-209939],[-120567,-210170],[-120494,-210196],[-122815,-204844],[-122905,-204674],[-115939,-204737],[-127862,-223507],[-119969,-220334],[-120082,-220390],[-120078,-220564],[-118525,-221626],[-118751,-221823],[-118234,-221534],[-118682,-220754],[-127963,-224737],[-121016,-227058],[-120982,-226870],[-120653,-226627],[-120828,-226613],[-120952,-226715],[-122416,-230190],[-122659,-230169],[-122429,-230106],[-125631,-218107],[-125869,-218148],[-125657,-218036],[-125642,-217947],[-123170,-224882],[-123294,-225029],[-123704,-225027],[-123545,-225124],[-123390,-225091],[-125940,-229136],[-125916,-228894],[-125849,-229124],[-125785,-229164],[-122392,-230028],[-127695,-237289],[-127582,-237348],[-119808,-242659],[-119910,-242959],[-117078,-242992],[-122951,-239804],[-122783,-239870],[-124393,-239578],[-124392,-237485],[-123753,-239663],[-124136,-240712],[-124906,-240712],[-124808,-240858],[-125237,-241578],[-127497,-240551],[-127391,-240021],[-125674,-239756],[-126637,-239263],[-122031,-238015],[-121994,-239637],[-122540,-240092],[-118191,-242136],[-118182,-241857],[-120209,-241544],[-119448,-241739],[-118789,-241880],[-115990,-239945],[-115782,-239193],[-115856,-241291],[-115353,-241409],[-115212,-242836],[-115218,-242124],[-125206,-361],[-123850,-4735],[-127943,-8185],[-126083,-3858],[-124850,-3976],[-127503,-652],[-127031,-2663],[-123894,-5648],[-125771,-5394],[-124740,-581],[-125309,-749],[-125304,-507],[-124676,-12271],[-124353,-11354],[-122950,-11416],[-122917,-11740],[-125197,-9559],[-125760,-9256],[-124987,-9837],[-124595,-10375],[-124903,-9601],[-125106,-9854],[-124426,-8828],[-124033,-7479],[-125150,-7613],[-125384,-8067],[-124961,-9683],[-123271,-7560],[-124275,-8913],[-119621,-11992],[-116081,-8932],[-116125,-9200],[-117721,-8733],[-116852,-9543],[-117733,-9398],[-117772,-8578],[-115997,-7824],[-126189,-10495],[-126263,-9804],[-126387,-10253],[-126049,-9869],[-125995,-9698],[-116165,-247425],[-116368,-246989],[-117996,-254570],[-116275,-254587],[-115832,-253934],[-119484,-247520],[-118775,-248285],[-119199,-248199],[-119729,-248704],[-121060,-247959],[-121080,-248514],[-128089,-245331],[-127529,-250409],[-127997,-250276],[-125087,-247255],[-126251,-247794],[-124405,-249675],[-125753,-249578],[-125849,-249477],[-125635,-249190],[-124844,-244562],[-124923,-244367],[-119828,-245101],[-123243,-245791],[-123204,-246703],[-120266,-246793],[-126560,-249950],[-126914,-249718],[-124823,-245636],[-124515,-245938],[-124160,-243956],[-124749,-243032],[-120904,-244354],[-121402,-245395],[-121713,-245319],[-117029,-243140],[-117771,-243646],[-117420,-243470],[-117455,-243614],[-118258,-244052],[-116064,-244580],[-117126,-245940],[-117685,-246038],[-117256,-246254],[-117359,-245247],[-116675,-243006],[-121899,-247517],[-121358,-248850],[-120750,-249567],[-121190,-248926],[-121360,-266489],[-121173,-266169],[-118003,-277233],[-116683,-268926],[-115350,-271066],[-117941,-271252],[-117497,-272244],[-127521,-18597],[-127567,-18589],[-127288,-18820],[-127679,-18635],[-127944,-18810],[-127635,-18866],[-127684,-15766],[-127644,-17219],[-127303,-17301],[-127057,-16028],[-126795,-17758],[-126751,-12915],[-126897,-14526],[-126664,-13726],[-126571,-13431],[-127867,-15090],[-127243,-12823],[-125245,-12682],[-123952,-12934],[-125423,-12828],[-120626,-12822],[-118988,-13696],[-119473,-13676],[-119464,-12812],[-119148,-13826],[-120357,-13122],[-121955,-14747],[-121640,-14730],[-121626,-15476],[-121909,-15303],[-122111,-17458],[-122998,-18876],[-123891,-18391],[-122026,-17655],[-123776,-18945],[-123831,-17165],[-123537,-17830],[-124780,-14389],[-126477,-14246],[-125247,-15096],[-123524,-15463],[-124849,-16301],[-124682,-14213],[-124888,-15287],[-126430,-17975],[-126742,-18614],[-124626,-18702],[-125336,-19509],[-124910,-19335],[-127451,-20214],[-125714,-21768],[-126971,-21598],[-127638,-19680],[-127714,-21153],[-127933,-21147],[-127611,-34283],[-126991,-59702],[-127011,-59535],[-127837,-58916],[-127955,-58798],[-127211,-72017],[-127415,-68196],[-127360,-69634],[-127555,-69091],[-127712,-68265],[-127414,-69441],[-126148,-64490],[-125699,-65791],[-125618,-65933],[-125602,-66131],[-125338,-65775],[-122424,-79131],[-121755,-85217],[-121864,-85006],[-120135,-87435],[-116467,-80756],[-116824,-81215],[-116957,-80887],[-119979,-80867],[-119274,-81142],[-120000,-80390],[-118918,-80446],[-119049,-80422],[-118721,-80605],[-118820,-80237],[-116432,-82482],[-116802,-83414],[-116634,-82665],[-116394,-83814],[-116927,-83412],[-116287,-82936],[-116341,-82787],[-123090,-99153],[-123205,-99126],[-124609,-100376],[-123750,-97283],[-123806,-97487],[-125932,-95381],[-125563,-97091],[-127919,-91669],[-117094,-91337],[-117058,-90872],[-117234,-94286],[-117042,-93789],[-117516,-94305],[-116440,-93411],[-127704,-108616],[-127526,-108729],[-126598,-102818],[-118870,-103355],[-124351,-114833],[-124468,-114182],[-124167,-111973],[-125680,-112409],[-125545,-112909],[-124687,-113232],[-125797,-112543],[-125140,9784],[-118736,7531],[-123857,9619],[-127591,996],[-126730,2805],[-118995,8682],[-123990,10585],[-124245,11180],[-124431,11815],[-124140,12398],[-125808,12367],[-123531,11188],[-121204,12726],[-120749,12740],[-121143,12915],[-126377,241714],[-127911,235077],[-125424,13217],[-124812,13298],[-127316,14451],[-124393,14055],[-126992,16053],[-124503,21260],[-125231,15845],[-126707,15019],[-126457,16593],[-126270,15771],[-123315,14674],[-123513,15054],[-123459,14589],[-123396,15247],[-123681,15000],[-120985,13167],[-120856,13051],[-124488,19698],[-116028,306464],[-121950,418285],[-124076,418266],[-124267,429448],[-120970,427896],[-117789,433308],[-116755,432183],[-121746,437713],[-121214,439882],[-118638,436724],[-140377,-126491],[-135966,-116564],[-135065,-118658],[-137196,-116698],[-137202,-116398],[-133543,-117498],[-131694,-117834],[-137475,-126865],[-138984,-122132],[-139389,-120125],[-137528,-119781],[-137348,-119709],[-136846,-119922],[-136941,-119762],[-137087,-119719],[-138273,-122881],[-138306,-123070],[-138663,-123273],[-138480,-123273],[-138357,-123172],[-132191,-123630],[-131959,-123707],[-132199,-123716],[-132250,-123779],[-134867,-121618],[-134989,-121469],[-134920,-121075],[-135033,-121203],[-135036,-121366],[-130572,-126809],[-130658,-126639],[-130494,-126267],[-130644,-126370],[-130677,-126528],[-130364,-126754],[-130226,-126554],[-130278,-126788],[-130245,-126853],[-135364,-115080],[-135583,-115425],[-135422,-115334],[-135360,-115194],[-135447,-115548],[-134773,-127075],[-134730,-127257],[-134980,-127569],[-134810,-127512],[-134736,-127365],[-131079,-122367],[-130984,-122144],[-130999,-122375],[-130936,-122437],[-130854,-122160],[-140498,-126796],[-140212,-121845],[-132054,-140481],[-129608,-139448],[-132446,-128532],[-131481,-128715],[-132160,-129742],[-133512,-130433],[-134704,-132982],[-133060,-133452],[-132902,-135082],[-132682,-133921],[-133355,-134650],[-131733,-128082],[-135873,-128879],[-130777,-130497],[-130131,-130832],[-138158,-133585],[-138199,-133772],[-138563,-133962],[-138382,-133968],[-138253,-133873],[-135618,-130300],[-135569,-130485],[-135810,-130817],[-135642,-130746],[-135572,-130599],[-130484,-130455],[-130458,-130213],[-130396,-130445],[-130324,-130482],[-130134,-130525],[-134029,-129679],[-133825,-129567],[-136360,-145713],[-138132,-145517],[-137478,-143683],[-138936,-142145],[-138276,-141853],[-135203,-142349],[-131323,-146309],[-136958,-150530],[-134036,-150838],[-138114,-151274],[-139456,-151973],[-140742,-150959],[-131421,-150151],[-133100,-151276],[-134400,-150304],[-134690,-151910],[-131193,-151378],[-131408,-151489],[-131238,-151322],[-131250,-151232],[-132064,-147417],[-132296,-147354],[-132056,-147340],[-132007,-147266],[-140100,-152559],[-140082,-152370],[-139745,-152148],[-139930,-152160],[-140038,-152264],[-139374,-148323],[-139307,-148107],[-139291,-148342],[-139221,-148377],[-136848,-152689],[-137021,-152859],[-136917,-152653],[-136952,-152570],[-133051,-153359],[-137050,-153171],[-137137,-153329],[-137083,-164324],[-137227,-164197],[-137215,-163805],[-137310,-163944],[-137288,-164105],[-133875,-164689],[-133644,-164769],[-133877,-164753],[-133933,-164823],[-139079,-155153],[-139108,-155339],[-139387,-155598],[-139226,-155574],[-139155,-155443],[-132928,-153836],[-133060,-153757],[-133149,-153517],[-133120,-153659],[-135324,-158592],[-135258,-158413],[-134876,-158271],[-135051,-158246],[-135191,-158319],[-137023,-153552],[-137090,-153460],[-136869,-153665],[-128806,-175885],[-130566,-174585],[-130601,-177464],[-132007,-174749],[-138361,-174578],[-138845,-178570],[-138853,-178373],[-138523,-178132],[-138701,-178149],[-138807,-178272],[-138246,-175144],[-138355,-175302],[-138764,-175339],[-138598,-175418],[-138444,-175374],[-133980,-174882],[-133795,-175039],[-134019,-174953],[-134092,-174996],[-134631,-176518],[-134522,-176358],[-134119,-176315],[-134281,-176243],[-134435,-176283],[-137641,-166984],[-137649,-167228],[-137730,-167001],[-137798,-166968],[-137473,-167098],[-136879,-191002],[-138582,-185524],[-138454,-185619],[-132403,-189991],[-132223,-191021],[-132990,-190243],[-133981,-190923],[-133993,-190829],[-132398,-190523],[-132455,-190361],[-134251,-190666],[-134064,-190331],[-133114,-190001],[-133475,-191367],[-132273,-190668],[-133866,-190997],[-132106,-190625],[-132343,-190415],[-132408,-191565],[-135805,-190129],[-135598,-190164],[-135721,-190010],[-134335,-185697],[-134423,-185883],[-134245,-185667],[-133991,-186033],[-133805,-185981],[-133611,-186173],[-134077,-185673],[-135550,-187968],[-135210,-187740],[-135305,-187927],[-135577,-188139],[-136098,-188320],[-135427,-187925],[-135492,-187906],[-135807,-188629],[-128549,-186646],[-129887,-186275],[-129156,-186241],[-129660,-186643],[-128688,-189856],[-129058,-189660],[-129705,-189577],[-128921,-189569],[-128904,-189326],[-128830,-189556],[-128764,-189587],[-139187,-182068],[-139283,-181901],[-139142,-181521],[-139282,-181632],[-139310,-181790],[-139672,-182178],[-139578,-181958],[-139581,-182195],[-139539,-182256],[-134587,-198151],[-134537,-198379],[-137644,-200021],[-137717,-199867],[-139834,-195796],[-139213,-196246],[-139457,-195587],[-139992,-196532],[-130591,-202823],[-129156,-203791],[-129341,-199580],[-133431,-196106],[-140473,-200840],[-139130,-202377],[-139343,-202127],[-129121,-193091],[-129165,-192886],[-129493,-192773],[-129202,-194076],[-128915,-193966],[-128411,-200490],[-128020,-199154],[-128515,-200308],[-128934,-203051],[-128432,-198060],[-128312,-198173],[-128958,-200379],[-129328,-203925],[-140706,-201120],[-140225,-213203],[-137260,-210848],[-140029,-214480],[-132216,-206743],[-140793,-211076],[-135937,-215457],[-140095,-214649],[-139481,-211527],[-138010,-210722],[-138503,-211555],[-139278,-211409],[-135544,-214620],[-131046,-217231],[-133797,-215615],[-133962,-215710],[-134346,-215589],[-134228,-215729],[-134074,-215734],[-128388,-205074],[-128006,-212898],[-130934,-217384],[-138794,-220065],[-138807,-219876],[-136350,-225578],[-136408,-225348],[-135591,-226327],[-135965,-229771],[-132867,-229741],[-135368,-229237],[-135249,-229362],[-131179,-228169],[-128879,-227423],[-128544,-226901],[-132415,-229040],[-132252,-229637],[-138482,-227034],[-129238,-221816],[-139551,-218463],[-128161,-224597],[-128193,-224669],[-128262,-224720],[-131027,-217783],[-130895,-217651],[-130898,-217491],[-135209,-218232],[-135213,-218422],[-135535,-218669],[-135356,-218652],[-135248,-218527],[-135800,-218849],[-135560,-218808],[-135768,-218922],[-135784,-219007],[-139729,-221167],[-139911,-221210],[-140226,-220962],[-140167,-221132],[-140019,-221202],[-139132,-220806],[-139293,-221113],[-139213,-220768],[-139222,-220703],[-140556,-220867],[-140386,-221040],[-140601,-220934],[-140678,-220969],[-137848,-227377],[-138033,-227380],[-138301,-227073],[-138272,-227256],[-138138,-227347],[-129383,-231246],[-129830,-231700],[-134028,-235084],[-134050,-235625],[-134712,-231336],[-135206,-232772],[-135151,-232976],[-133704,-232465],[-133584,-232407],[-132787,-231190],[-132992,-231049],[-139578,-232552],[-140314,-238595],[-136516,-237399],[-134066,-233467],[-135768,-231534],[-137332,-241817],[-131580,-236238],[-133862,-233373],[-133893,-233182],[-133569,-232736],[-133743,-232796],[-133822,-232928],[-135034,-231258],[-134968,-231026],[-134958,-231267],[-134883,-231313],[-135598,-238779],[-135834,-238833],[-135626,-238716],[-135617,-238624],[-136637,-234653],[-136396,-234623],[-136612,-234727],[-136628,-234812],[-129939,-236403],[-129698,-236417],[-129931,-236467],[-129964,-236550],[-135958,-231589],[-135861,-231813],[-136022,-231639],[-136109,-231641],[-139982,-241619],[-139968,-241804],[-140254,-242099],[-140073,-242054],[-139995,-241912],[-137857,-239944],[-138087,-239862],[-137848,-239859],[-137791,-239794],[-132793,-239328],[-132983,-239302],[-133202,-238958],[-133199,-239143],[-133086,-239254],[-133058,-239739],[-133275,-239628],[-133037,-239650],[-132973,-239603],[-128147,-237604],[-128009,-237645],[-128030,-237758],[-129214,-241573],[-128223,-240689],[-128196,-239886],[-137562,-8464],[-134225,-6954],[-140718,-8983],[-138000,-12346],[-137583,-4982],[-138237,-2736],[-133890,-6591],[-132322,-5275],[-130115,-8260],[-128877,-9242],[-128063,-8969],[-130170,-8327],[-137254,-4076],[-138451,-7113],[-134499,-7830],[-139820,-7919],[-139171,-6968],[-140380,-5423],[-133783,-7951],[-133607,-6826],[-133769,-6641],[-132362,-2948],[-135622,-8378],[-138746,-243301],[-133188,-255778],[-139096,-244920],[-138996,-244709],[-139007,-244943],[-138977,-245009],[-139206,-244588],[-139207,-244779],[-139508,-245048],[-139326,-245018],[-139242,-244888],[-133759,-254179],[-133654,-254397],[-133826,-254228],[-133910,-254236],[-133464,-249423],[-133066,-248223],[-132455,-247433],[-133462,-248774],[-131928,-247051],[-132165,-251457],[-132673,-251137],[-131249,-249313],[-129907,-248781],[-132193,-251008],[-131827,-251245],[-130306,-251330],[-135615,-250858],[-135449,-251093],[-132987,-251618],[-132558,-251781],[-133639,-251505],[-133693,-252306],[-133813,-252940],[-134019,-252623],[-134206,-252442],[-135170,-252183],[-133640,-252621],[-133914,-250348],[-133951,-250165],[-133568,-250107],[-133538,-250598],[-133460,-250248],[-140675,-249644],[-140726,-249943],[-140288,-250056],[-140438,-250130],[-138967,-251122],[-138583,-251129],[-137819,-249850],[-140200,-253824],[-140570,-253864],[-140458,-253776],[-140295,-253828],[-140451,-253867],[-140041,-253717],[-140772,-253577],[-140602,-253526],[-140560,-252689],[-140075,-253329],[-128445,-248551],[-137891,-265332],[-139336,-261353],[-139055,-260034],[-137377,-259720],[-135509,-262470],[-133452,-261838],[-130613,-256493],[-137266,-262911],[-140648,-267358],[-139585,-263025],[-135672,-262861],[-139245,-266038],[-139260,-266258],[-140517,-263867],[-131350,-259945],[-131350,-260074],[-131839,-259689],[-131810,-259834],[-131922,-259863],[-132751,-273945],[-132241,-273410],[-132193,-272990],[-132860,-271643],[-132684,-272108],[-133651,-273333],[-134268,-279836],[-136084,-275129],[-137600,-276973],[-135679,-275289],[-134048,-278947],[-134746,-282454],[-134373,-283104],[-130534,-281579],[-130000,-283010],[-130243,-282296],[-130470,-282094],[-128776,-17489],[-128475,-17580],[-128300,-15010],[-128172,-19541],[-136442,-24668],[-136291,-24772],[-136683,-24902],[-136536,-24689],[-136541,-24752],[-136661,-24741],[-136597,-25341],[-137128,-24410],[-137522,-24638],[-137475,-24229],[-137480,-25018],[-136677,-25334],[-137448,-25125],[-137299,-24812],[-137788,-23076],[-137511,-23818],[-137255,-22850],[-137275,-22980],[-137122,-23303],[-136849,-23111],[-136851,-23459],[-138153,-24074],[-138670,-24005],[-138160,-23375],[-137794,-23872],[-138795,-24205],[-129790,-17664],[-130239,-18266],[-130348,-17984],[-129906,-17998],[-130271,-17829],[-130065,-17790],[-130389,-18264],[-131299,-22743],[-129887,-23590],[-131319,-21143],[-130585,-24101],[-130443,-21345],[-130217,-21690],[-131871,-23590],[-132191,-21827],[-133438,-23195],[-132766,-22329],[-131921,-21286],[-131345,-22252],[-131180,-24941],[-131423,-23358],[-130526,-24726],[-130675,-25248],[-133414,-29910],[-133073,-30289],[-133084,-30861],[-131091,-32433],[-132522,-29931],[-133318,-30728],[-133316,-28722],[-131923,-29897],[-132678,-28521],[-133272,-29402],[-132877,-29510],[-133558,-29626],[-134943,-28643],[-134460,-28694],[-133633,-28640],[-134163,-28280],[-134490,-28512],[-134506,-28684],[-135524,-27247],[-135768,-27186],[-134730,-28137],[-135412,-26635],[-134972,-28268],[-135075,-27936],[-135952,-26467],[-135357,-26800],[-135536,-26987],[-135935,-26104],[-131507,-31642],[-132251,-30470],[-132005,-31121],[-131961,-31510],[-131509,-31014],[-131951,-30967],[-129446,-33499],[-129506,-33313],[-129248,-33310],[-129469,-33424],[-129312,-33575],[-128290,-34261],[-128722,-34294],[-128932,-33981],[-128065,-34327],[-128060,-34021],[-128823,-34340],[-139061,-31364],[-139364,-31603],[-139846,-31257],[-138608,-31756],[-139266,-32043],[-139089,-31874],[-138784,-31214],[-138071,-37611],[-138336,-36745],[-137780,-36687],[-128593,-25966],[-129322,-27539],[-129728,-27760],[-130166,-27844],[-129281,-26781],[-131563,-26977],[-131814,-27547],[-132040,-27298],[-130486,-27217],[-130841,-27977],[-131312,-26596],[-129231,-30240],[-130636,-27893],[-129964,-30498],[-130091,-29671],[-130302,-29812],[-133975,-32557],[-140697,-50658],[-140504,-59199],[-140399,-51315],[-135806,-63040],[-135354,-62530],[-135857,-62819],[-136198,-61986],[-135031,-63249],[-135458,-62495],[-132327,-62390],[-133665,-62503],[-133552,-63758],[-133598,-62619],[-133381,-62778],[-132342,-62866],[-140152,-60296],[-132791,-55470],[-140282,-64301],[-139177,-64048],[-136615,-65425],[-133028,-67808],[-135821,-68576],[-130767,-72371],[-129732,-68971],[-128752,-71189],[-128505,-72914],[-128184,-69084],[-128198,-69272],[-133903,-66649],[-132901,-66184],[-133648,-67869],[-131980,-64983],[-136047,-67683],[-133986,-67296],[-132602,-64784],[-137040,-67517],[-138713,-66243],[-138558,-67847],[-139018,-66951],[-139570,-65880],[-138817,-66872],[-128367,-68822],[-130928,-72306],[-131281,-71519],[-131277,-71336],[-131030,-72424],[-131463,-72137],[-130656,-72627],[-130928,-72608],[-131910,-73279],[-131881,-73766],[-132091,-73721],[-131011,-73085],[-130946,-72569],[-132888,-71452],[-133356,-71884],[-132751,-71158],[-132412,-71128],[-132938,-71200],[-133269,-70894],[-133535,-88153],[-134829,-87681],[-134615,-87721],[-135078,-87900],[-135131,-87670],[-134996,-87857],[-134919,-87883],[-138672,-95155],[-139905,-97799],[-137557,-98651],[-134472,-101383],[-135432,-100954],[-135303,-100881],[-129205,-93003],[-135591,-100939],[-137911,-101464],[-138546,-94305],[-138355,-94451],[-138626,-94757],[-138458,-94697],[-138371,-94565],[-130460,-91762],[-130327,-91623],[-129920,-91654],[-130070,-91547],[-130228,-91567],[-140663,-98392],[-138798,-113126],[-136621,-112849],[-137950,-111750],[-137406,-111880],[-138000,-110653],[-137889,-110447],[-139917,-111543],[-140043,-111606],[-138878,-107864],[-140133,-108585],[-139888,-109159],[-140263,-109091],[-133397,-109478],[-132643,-109677],[-134368,-111896],[-133627,-111685],[-133968,-111291],[-133055,-111941],[-132560,-110390],[-132949,-110401],[-132672,-110328],[-132681,-110525],[-140313,-105459],[-140151,-104765],[-132886,-103412],[-134022,-102858],[-135388,-102625],[-135556,-102664],[-131932,-106703],[-130863,-107859],[-130723,-107982],[-129264,-112538],[-130292,-113112],[-135694,-102372],[-140269,-114419],[-140654,-114261],[-130919,-108032],[-130795,-108176],[-130846,-108631],[-130746,-108494],[-130697,-108647],[-129471,-112017],[-129282,-112051],[-129083,-112410],[-129078,-112226],[-129180,-112103],[-134798,-106745],[-134724,-106918],[-134918,-107272],[-134760,-107185],[-134713,-107027],[-134652,-105988],[-134665,-105745],[-134586,-105968],[-134498,-105992],[-136829,-107256],[-136615,-107373],[-136848,-107335],[-136914,-107391],[-136266,-105745],[-136279,-105559],[-135986,-105278],[-136167,-105315],[-136253,-105453],[-135424,-114902],[-140330,-111121],[-140139,-111102],[-139849,-111391],[-139893,-111211],[-140028,-111125],[-135871,-102384],[-135626,-102711],[-135647,-102527],[-135763,-102422],[-136192,-102439],[-136063,-102377],[-128549,1819],[-128857,2257],[-128221,9291],[-129870,8045],[-129337,6644],[-132228,8581],[-129210,7429],[-130462,4707],[-129237,7402],[-129969,8111],[-130490,6538],[-132304,4637],[-129331,8946],[-131244,8536],[-130766,6844],[-131269,5869],[-137241,2001],[-138832,1863],[-139897,2318],[-140226,1852],[-140156,1569],[-140566,1517],[-132364,9850],[-131924,239817],[-132186,239655],[-131814,242453],[-135217,235015],[-135562,234853],[-138403,237496],[-128218,235173],[-128519,15798],[-129217,19798],[-131026,22090],[-134161,15369],[-136809,16374],[-131950,22131],[-134761,20278],[-133473,22667],[-129764,16245],[-130260,15112],[-136325,16828],[-132124,20029],[-134599,16602],[-130917,22155],[-134544,24034],[-134874,23329],[-133613,22984],[-137687,24746],[-137130,24890],[-137028,24482],[-137350,24522],[-137328,24885],[-133698,23928],[-134082,23764],[-133826,24023],[-131937,22831],[-133813,24199],[-130999,23137],[-130150,23775],[-130195,23750],[-130095,23984],[-129792,23457],[-133108,307178],[-131431,305590],[-129140,302615],[-131623,308286],[-131636,33112],[-131774,33257],[-132378,33152],[-132485,32896],[-131966,33268],[-140130,31872],[-139771,31126],[-139712,31327],[-140197,31716],[-139900,31317],[-139578,31312],[-140303,31821],[-140061,31581],[-139549,31765],[-139893,31180],[-139803,31772],[-140257,31627],[-139950,31230],[-140366,31323],[-140510,31574],[-139652,30871],[-139755,31226],[-136118,33577],[-134959,41278],[-134415,40992],[-136055,42654],[-134163,40711],[-134320,40706],[-135674,40960],[-135071,40667],[-135750,42718],[-135351,41559],[-135813,40728],[-135148,40698],[-134529,41653],[-137178,42002],[-135016,41673],[-152084,-124282],[-152518,-125396],[-152081,-124427],[-145378,-117375],[-143371,-119917],[-149631,-118414],[-150090,-118153],[-149511,-118582],[-152694,-117581],[-153315,-118271],[-153538,-117936],[-145712,-115331],[-145924,-115427],[-146929,-126107],[-149367,-125335],[-148395,-125657],[-148625,-125783],[-148782,-126882],[-148928,-127102],[-148877,-127010],[-148911,-126902],[-145398,-120908],[-153418,-126299],[-153244,-126223],[-152725,-126426],[-152819,-126268],[-152975,-126228],[-151273,-119912],[-151082,-119889],[-150790,-120168],[-150836,-119997],[-150970,-119907],[-153108,-120737],[-153002,-120896],[-153123,-121285],[-152985,-121165],[-152969,-121003],[-149522,-121718],[-149608,-121943],[-149604,-121702],[-149668,-121649],[-153254,-118640],[-153464,-118519],[-153233,-118576],[-153163,-118516],[-145019,-124233],[-145181,-124129],[-145232,-123725],[-145305,-123889],[-145255,-124043],[-147623,-127214],[-147653,-127402],[-147998,-127619],[-147812,-127618],[-147705,-127503],[-147910,-127251],[-148144,-127318],[-147952,-127176],[-147943,-127092],[-142059,-126197],[-140821,-125579],[-141848,-126313],[-144744,-133997],[-144934,-133975],[-145156,-133633],[-145146,-133817],[-145039,-133929],[-147926,-134840],[-147773,-134947],[-147736,-135356],[-147653,-135189],[-147706,-135036],[-149388,-134198],[-149521,-133994],[-149329,-134138],[-149246,-134118],[-152149,-130716],[-144385,-140160],[-146481,-138032],[-144347,-139469],[-152596,-132083],[-153221,-132258],[-151859,-132974],[-151279,-133923],[-142846,-131205],[-143883,-133202],[-144718,-131496],[-143330,-130061],[-143255,-130040],[-143185,-129971],[-144403,-130221],[-145241,-129123],[-149941,-128648],[-148769,-128482],[-148658,-128549],[-152763,-131587],[-150258,-130956],[-150029,-130871],[-150214,-131011],[-150212,-131101],[-151833,-134168],[-151709,-134029],[-151302,-134023],[-151460,-133927],[-151612,-133973],[-148510,-132528],[-148677,-132434],[-148757,-132034],[-148822,-132208],[-148755,-132351],[-153319,-130789],[-141464,-128762],[-152195,-133648],[-152532,-131915],[-152621,-131214],[-153135,-130575],[-140966,-128192],[-150429,-131130],[-153470,-145591],[-153568,-146274],[-148034,-140851],[-148153,-141630],[-148777,-141035],[-150878,-150940],[-152436,-151995],[-150828,-151294],[-141202,-150626],[-141745,-151123],[-145836,-151412],[-145995,-151511],[-146385,-151387],[-146264,-151529],[-146102,-151538],[-142350,-148594],[-142517,-148689],[-142898,-148544],[-142787,-148686],[-142627,-148714],[-151230,-160382],[-147053,-161289],[-147274,-161187],[-147041,-161211],[-146976,-161147],[-143185,-161387],[-143428,-161368],[-143198,-161304],[-143160,-161226],[-144904,-162013],[-144747,-161827],[-144826,-162052],[-144787,-162124],[-141817,-153582],[-144509,-158277],[-147962,-155832],[-147611,-157649],[-150650,-155822],[-151246,-154953],[-152452,-158778],[-151849,-156957],[-149266,-158235],[-152755,-160899],[-153029,-165712],[-153472,-165110],[-153056,-162381],[-143178,-161074],[-142920,-161323],[-145143,-162594],[-145433,-166175],[-148418,-157663],[-148258,-157555],[-147867,-157672],[-147991,-157539],[-148149,-157520],[-150353,-162346],[-150280,-162576],[-150425,-162383],[-150509,-162381],[-141708,-161093],[-141529,-161038],[-141184,-161256],[-141265,-161088],[-141419,-161039],[-146742,-164036],[-146632,-164187],[-146743,-164562],[-146610,-164450],[-146596,-164287],[-147979,-164908],[-148092,-164752],[-148012,-164364],[-148139,-164494],[-147271,-157830],[-147202,-157596],[-147184,-157836],[-147118,-157884],[-144642,-156753],[-144673,-156564],[-144412,-156252],[-144588,-156310],[-144656,-156452],[-142656,-156405],[-142420,-156341],[-142616,-156482],[-142623,-156563],[-142824,-159388],[-142652,-159301],[-142278,-159462],[-142384,-159319],[-142540,-159278],[-153047,-158243],[-142555,-154056],[-151061,-168068],[-153507,-171814],[-152605,-169760],[-147888,-171919],[-148559,-170503],[-146332,-171519],[-145477,-172605],[-146901,-171728],[-146923,-174312],[-147422,-173967],[-145641,-174868],[-145336,-174017],[-145797,-175473],[-141756,-173561],[-142891,-169725],[-146410,-168574],[-145203,-166331],[-145416,-166353],[-141520,-177228],[-141661,-176054],[-140896,-177964],[-149744,-169370],[-149901,-169261],[-149938,-168855],[-150011,-169021],[-149973,-169171],[-149337,-173850],[-149261,-173618],[-149250,-173857],[-149186,-173910],[-148110,-170954],[-148263,-170974],[-148588,-170686],[-148546,-170858],[-148412,-170950],[-142102,-171522],[-142281,-171589],[-142638,-171390],[-142543,-171545],[-142395,-171599],[-145675,-177875],[-145493,-177917],[-145313,-178282],[-145295,-178097],[-145399,-177972],[-146817,-169202],[-146768,-169429],[-146886,-169219],[-146973,-169210],[-145463,-167866],[-145388,-167639],[-145378,-167864],[-145312,-167923],[-145637,-167835],[-149837,-182532],[-149818,-181627],[-149936,-183065],[-149774,-183169],[-150283,-182478],[-150739,-181065],[-150681,-180783],[-147320,-189261],[-150316,-187865],[-150431,-187681],[-149794,-187147],[-151499,-185496],[-151380,-185933],[-151481,-186084],[-151308,-184888],[-151991,-185969],[-151796,-184045],[-151675,-183764],[-151868,-183633],[-152670,-184727],[-152914,-184815],[-151785,-187472],[-152079,-187300],[-153155,-191415],[-150398,-191585],[-151902,-191375],[-148216,-187791],[-148935,-187245],[-146801,-184498],[-146475,-183405],[-141897,-179428],[-141248,-181930],[-145149,-184976],[-145292,-185101],[-145697,-185047],[-145557,-185152],[-145395,-185152],[-153329,-192652],[-152735,-193144],[-150841,-192216],[-147909,-195788],[-148063,-195666],[-146993,-194963],[-147312,-194942],[-148357,-195415],[-147446,-193505],[-147822,-193579],[-146475,-193308],[-142226,-198141],[-148302,-197643],[-148413,-197863],[-148336,-197649],[-148361,-197569],[-144121,-201688],[-147566,-199821],[-149193,-203623],[-146133,-198871],[-146323,-199026],[-145958,-199465],[-145897,-199225],[-145571,-198479],[-145912,-198203],[-145717,-198695],[-145629,-198478],[-145512,-198396],[-146939,-204525],[-146905,-204264],[-147604,-204066],[-144011,-201403],[-143502,-198160],[-143289,-198127],[-141253,-203560],[-141351,-202937],[-153063,-203916],[-153243,-203984],[-148125,-199696],[-147887,-199654],[-148102,-199761],[-148114,-199849],[-152378,-197119],[-152539,-197375],[-152667,-197062],[-152641,-197322],[-147760,-199907],[-147579,-200069],[-147805,-199984],[-147872,-200020],[-153576,-203778],[-153505,-203904],[-153355,-203960],[-148124,-205387],[-148184,-205141],[-147407,-210747],[-151384,-208922],[-143881,-208810],[-143613,-211826],[-146893,-204660],[-148042,-205016],[-148079,-205233],[-149167,-214405],[-149265,-214500],[-149285,-214347],[-149259,-214245],[-147283,-210492],[-152614,-210952],[-152402,-211254],[-152337,-211319],[-152641,-210776],[-149624,-214867],[-148764,-214701],[-149110,-215953],[-145551,-215420],[-145609,-215208],[-145729,-215399],[-146214,-214327],[-146608,-215930],[-150040,-215487],[-149586,-214712],[-150288,-215436],[-149704,-215029],[-150839,-217054],[-149088,-214166],[-152951,-213430],[-150715,-215761],[-153402,-213870],[-146299,-212558],[-146213,-212385],[-145688,-212204],[-145864,-212146],[-146006,-212214],[-147181,-214171],[-147110,-214402],[-147247,-214205],[-147335,-214203],[-143642,-217270],[-143603,-217207],[-143530,-217155],[-149628,-208640],[-149515,-208486],[-149350,-207994],[-149348,-207377],[-149666,-206901],[-150104,-207230],[-149610,-206676],[-149058,-207207],[-149649,-206428],[-150110,-208124],[-149942,-208116],[-146724,-204692],[-147501,-204835],[-148718,-204645],[-143829,-217122],[-151662,-226670],[-152028,-227776],[-150866,-221919],[-153039,-221838],[-153316,-221328],[-150355,-221481],[-149891,-220834],[-150916,-220663],[-153548,-221225],[-153176,-221784],[-153588,-221307],[-153448,-221589],[-153152,-218135],[-152922,-219348],[-151720,-226329],[-148314,-218735],[-152391,-219111],[-153108,-219524],[-153327,-219986],[-152593,-221913],[-153013,-221515],[-152087,-221813],[-152152,-227153],[-152524,-221715],[-152692,-222129],[-153286,-227918],[-153357,-227475],[-150087,-220875],[-150287,-221012],[-150144,-220818],[-150168,-220734],[-144150,-228768],[-144121,-228956],[-144393,-229264],[-144222,-229202],[-144135,-229070],[-145271,-227077],[-145195,-226845],[-145184,-227084],[-145120,-227136],[-143695,-218916],[-143750,-219098],[-144127,-219252],[-143949,-219282],[-143812,-219191],[-148515,-217789],[-143778,-240024],[-143958,-241392],[-141604,-236937],[-141552,-237511],[-141699,-237997],[-144260,-242144],[-141084,-233787],[-143307,-237425],[-143255,-230626],[-142962,-230328],[-144877,-235631],[-141296,-242037],[-143454,-240564],[-143358,-240340],[-143369,-240579],[-143308,-240634],[-146017,-236906],[-145935,-236676],[-145925,-236917],[-145876,-236967],[-144909,-239513],[-144835,-239691],[-145027,-240053],[-144867,-239957],[-144825,-239805],[-147395,-240928],[-147284,-240751],[-147310,-240963],[-147294,-241042],[-153060,-242781],[-153238,-242723],[-153389,-242345],[-153408,-242525],[-153332,-242658],[-143214,-4319],[-143709,-9652],[-142323,-7828],[-141733,-8087],[-142071,-9362],[-142395,-5424],[-141606,-10611],[-141072,-9974],[-144118,-10722],[-143643,-5797],[-141316,-8597],[-145797,-2937],[-150197,-2221],[-148883,-3205],[-150395,-3944],[-141322,-8297],[-143021,-6686],[-140953,-4202],[-141510,-7748],[-143985,-244944],[-143950,-245362],[-145832,-244115],[-144242,-243110],[-145467,-244179],[-150531,-246918],[-144024,-247511],[-147422,-245410],[-147286,-245387],[-141682,-251161],[-140968,-245832],[-141156,-245867],[-141473,-245623],[-141410,-245796],[-141270,-245853],[-146891,-243639],[-146815,-243407],[-146804,-243646],[-146740,-243698],[-143549,-247888],[-143738,-247897],[-144006,-247597],[-143968,-247779],[-143849,-247868],[-146577,-244445],[-146540,-244633],[-146800,-244951],[-146630,-244886],[-146550,-244747],[-150292,-247050],[-150109,-246989],[-149763,-247206],[-149847,-247047],[-149994,-246984],[-151273,-245177],[-151464,-245156],[-151690,-244817],[-151683,-245001],[-151569,-245110],[-145373,-250211],[-145210,-250312],[-145151,-250717],[-145087,-250551],[-145132,-250396],[-145725,-249941],[-145856,-249736],[-145664,-249879],[-145582,-249863],[-152305,-247081],[-152134,-246991],[-151764,-247153],[-151866,-247006],[-152023,-246969],[-147937,-249010],[-147770,-248914],[-147391,-249060],[-147501,-248916],[-147660,-248887],[-148797,-248196],[-148987,-248045],[-148760,-248124],[-148685,-248077],[-146198,-253101],[-146156,-253212],[-146706,-253300],[-146557,-253367],[-146628,-253537],[-140841,-251021],[-140906,-253092],[-143086,-259175],[-141574,-260769],[-151560,-267296],[-151302,-266514],[-153511,-267149],[-153365,-262267],[-141315,-265301],[-150680,-268220],[-151325,-264292],[-147228,-266507],[-147733,-266100],[-150071,-264759],[-149497,-267475],[-141721,-264797],[-141494,-264730],[-141690,-264871],[-141689,-264954],[-149835,-270179],[-149719,-270578],[-150853,-270054],[-142724,-279540],[-151319,-282717],[-151947,-284656],[-151083,-282657],[-147933,-291088],[-152042,-298239],[-153059,-296790],[-149643,-295509],[-148935,-23338],[-146417,-61952],[-145090,-60106],[-147081,-60418],[-146485,-59887],[-147040,-61743],[-145089,-61752],[-144660,-60328],[-147885,-57091],[-146706,-56484],[-147477,-57123],[-147268,-57668],[-147354,-56261],[-147230,-56259],[-146698,-54337],[-147283,-54346],[-148019,-54936],[-146966,-54226],[-147122,-54458],[-146920,-53814],[-145781,-63034],[-144947,-63199],[-145446,-63216],[-145537,-63742],[-145327,-63133],[-144908,-63071],[-142450,-60782],[-141008,-59420],[-141136,-59661],[-142572,-53668],[-142158,-53265],[-141394,-53984],[-142012,-53350],[-141538,-53093],[-142280,-53181],[-141503,-51173],[-141389,-51117],[-140810,-51291],[-143066,-52032],[-144226,-52085],[-143943,-52002],[-143892,-51954],[-143366,-52488],[-142797,-51946],[-149286,-62866],[-149347,-63084],[-149343,-62844],[-149417,-62793],[-149160,-63376],[-149026,-70561],[-149570,-70865],[-149503,-72063],[-150497,-72833],[-151260,-73977],[-152467,-73387],[-152872,-73518],[-152835,-73890],[-152987,-73438],[-152824,-73430],[-152152,-74489],[-151750,-72875],[-150629,-71483],[-150629,-71438],[-148858,-71733],[-148927,-71658],[-142419,-65452],[-141123,-63851],[-141463,-66173],[-141975,-66133],[-141323,-65601],[-150495,-76355],[-150676,-76499],[-150521,-76314],[-150546,-76226],[-150228,-79262],[-145460,-80195],[-145266,-80317],[-145498,-80255],[-145563,-80313],[-147438,-81135],[-147333,-81297],[-147457,-81686],[-147322,-81566],[-147300,-81406],[-142212,-82135],[-142030,-82295],[-142241,-82188],[-142320,-82232],[-145855,-89354],[-144216,-82839],[-144331,-82991],[-144736,-83002],[-144572,-83091],[-144425,-83057],[-147285,-85499],[-147150,-85631],[-147184,-86039],[-147073,-85890],[-147098,-85729],[-147793,-85324],[-147933,-85125],[-147737,-85256],[-147654,-85239],[-142660,-81480],[-142471,-81511],[-142266,-81865],[-142265,-81680],[-142367,-81561],[-149850,-78077],[-149867,-78320],[-149933,-78095],[-150010,-78057],[-149654,-78484],[-149781,-78277],[-149738,-78511],[-149784,-78577],[-152709,-98224],[-150238,-93084],[-151273,-93546],[-149152,-92102],[-149047,-91899],[-147115,-93867],[-147108,-96627],[-147497,-100574],[-145836,-100598],[-144861,-100224],[-141899,-97925],[-141798,-99372],[-151734,-100902],[-151994,-100787],[-152580,-98867],[-151817,-99974],[-151728,-99978],[-152215,-99233],[-153386,-100738],[-152731,-101374],[-153046,-100951],[-153580,-100618],[-153420,-96681],[-153507,-96510],[-153491,-96242],[-153527,-96401],[-148491,-101768],[-148734,-101760],[-148507,-101684],[-148474,-101606],[-142688,-93971],[-142457,-94157],[-142747,-94069],[-142821,-94127],[-151876,-90300],[-151686,-90270],[-151380,-90537],[-151435,-90368],[-151572,-90283],[-145785,-89527],[-145978,-89888],[-145817,-89795],[-145777,-89636],[-146145,-89573],[-146160,-89491],[-146123,-89412],[-147343,-94511],[-147347,-94319],[-147049,-94047],[-147215,-94084],[-147320,-94207],[-146388,-89556],[-153561,-95739],[-153345,-96144],[-144096,-113313],[-143641,-113747],[-144219,-113410],[-144443,-113450],[-146312,-112649],[-143548,-113869],[-147119,-111692],[-146921,-111759],[-146731,-111873],[-146073,-112831],[-145410,-111728],[-146254,-110834],[-149058,-110590],[-150131,-103987],[-150587,-104827],[-150147,-103939],[-151811,-108317],[-151868,-109267],[-153425,-105394],[-152759,-104561],[-152626,-103319],[-152453,-103115],[-145531,-102207],[-142794,-103322],[-148677,-104848],[-147571,-104600],[-144783,-107573],[-141691,-108666],[-140883,-113598],[-144950,-112369],[-145112,-112266],[-145171,-111866],[-145235,-112026],[-145189,-112182],[-147679,-103632],[-147446,-103675],[-147684,-103713],[-147720,-103787],[-147435,5903],[-142752,4693],[-146087,5921],[-146741,3539],[-141999,4789],[-148819,3376],[-146103,3321],[-148924,3553],[-142559,1302],[-146862,4785],[-142152,1187],[-142678,880],[-143165,2210],[-147682,262],[-152264,19024],[-152643,19206],[-152484,18788],[-151785,18640],[-152492,18488],[-151778,18157],[-152563,18847],[-149696,22442],[-149618,23189],[-149547,23308],[-149630,23368],[-149649,23541],[-150250,22490],[-149595,23117],[-144796,24084],[-145603,25205],[-143551,24184],[-144686,23740],[-144181,24590],[-145186,25246],[-147300,24876],[-147047,25003],[-147205,24614],[-147104,24930],[-146706,25101],[-148391,25608],[-146686,25515],[-148132,25658],[-144230,25739],[-145364,26738],[-145329,28232],[-144842,28466],[-143780,28736],[-152284,35964],[-152224,35711],[-151723,35993],[-152573,35968],[-151748,35806],[-152572,34289],[-152011,35487],[-152464,35053],[-151785,35176],[-152197,34763],[-147596,25859],[-148663,24986],[-144216,26256],[-143936,25944],[-143117,26729],[-144010,26523],[-152064,27769],[-164570,-117319],[-164883,-117486],[-165126,-123534],[-163125,-125590],[-159450,-125994],[-165008,-118825],[-164788,-119140],[-164081,-117091],[-162744,-121988],[-158313,-123105],[-159253,-123290],[-160471,-122524],[-160653,-123115],[-162911,-122215],[-163226,-120759],[-165144,-127217],[-163838,-124925],[-156628,-115552],[-156662,-115294],[-156429,-115323],[-156635,-116835],[-162178,-135344],[-157966,-139849],[-159943,-132896],[-161660,-128250],[-162467,-129578],[-163185,-129209],[-162085,-130528],[-164204,-128337],[-164362,-128451],[-159520,-135614],[-159534,-135834],[-159717,-135786],[-160688,-136627],[-163050,-128741],[-161043,-133005],[-158868,-130670],[-154618,-129825],[-154785,-129922],[-154843,-133024],[-154718,-133531],[-154618,-130057],[-154472,-130244],[-154675,-130114],[-154752,-130145],[-154879,-133825],[-153637,-131522],[-159209,-151505],[-161021,-151508],[-157306,-151212],[-159811,-150331],[-160758,-152313],[-163060,-143168],[-162651,-141721],[-164219,-146001],[-164144,-147518],[-162965,-149101],[-164829,-150042],[-163040,-151300],[-162896,-152966],[-157749,-144143],[-158917,-144220],[-154271,-142066],[-155347,-141883],[-153983,-143521],[-154662,-143466],[-158472,-148631],[-158490,-148402],[-162897,-155875],[-163177,-154081],[-155177,-158465],[-154743,-159800],[-154230,-160374],[-155401,-161262],[-156846,-160773],[-159762,-163516],[-159934,-163141],[-154138,-161670],[-159938,-164194],[-159710,-164107],[-159893,-164259],[-159891,-164346],[-154165,-161471],[-154352,-161428],[-154538,-161065],[-154553,-161250],[-154449,-161372],[-155577,-164055],[-155385,-164073],[-155157,-164413],[-155168,-164230],[-155279,-164116],[-154324,-160849],[-154552,-160937],[-154372,-160781],[-154371,-160694],[-166302,-176703],[-156136,-178363],[-156452,-177769],[-156629,-177783],[-156974,-177719],[-157316,-177445],[-156620,-177844],[-157080,-177465],[-157106,-177880],[-155122,-178454],[-155386,-178435],[-155294,-178323],[-154863,-178471],[-155456,-178326],[-154004,-168067],[-157465,-169709],[-157273,-169688],[-156982,-169975],[-157028,-169798],[-157161,-169709],[-153873,-166908],[-153867,-167100],[-154175,-167370],[-153996,-167337],[-153895,-167210],[-157449,-167002],[-157546,-166836],[-157404,-166453],[-157548,-166567],[-157571,-166724],[-156496,-171483],[-156641,-171287],[-156439,-171416],[-156359,-171395],[-154866,-171013],[-154866,-171013],[-155650,-172375],[-162910,-179804],[-163088,-179676],[-162150,-181337],[-160540,-181171],[-160119,-181040],[-158309,-180752],[-157192,-181560],[-156293,-185289],[-156278,-184154],[-157829,-182242],[-158441,-182850],[-157221,-183527],[-157301,-183662],[-157536,-184737],[-159354,-183492],[-155194,-190496],[-154558,-190390],[-155106,-190431],[-156134,-185372],[-155794,-185259],[-155919,-185336],[-155523,-186127],[-155940,-185446],[-156200,-182148],[-156335,-182199],[-156326,-182109],[-156779,-182316],[-156442,-182277],[-155973,-182654],[-155766,-182833],[-156726,-182802],[-156252,-182506],[-155957,-182432],[-162116,-190740],[-161658,-190969],[-161586,-190853],[-161747,-190894],[-162043,-190787],[-159515,-191761],[-159340,-191520],[-159558,-191627],[-159563,-191412],[-159427,-191505],[-159347,-191677],[-161014,-199488],[-161198,-199539],[-161535,-199308],[-161459,-199476],[-161313,-199536],[-157547,-200746],[-157426,-200539],[-157459,-200769],[-157415,-200838],[-157687,-200596],[-157916,-200679],[-157735,-200519],[-157731,-200442],[-162628,-195174],[-162591,-195362],[-162851,-195680],[-162681,-195615],[-162601,-195476],[-162364,-195405],[-162288,-195173],[-162277,-195412],[-162213,-195464],[-155529,-196818],[-155492,-197006],[-155752,-197324],[-155582,-197259],[-155502,-197120],[-164001,-201322],[-163934,-201495],[-164140,-201842],[-163981,-201745],[-163926,-201608],[-164452,-201424],[-164433,-201229],[-164370,-201389],[-164291,-201435],[-156591,-216176],[-162324,-213194],[-155419,-211569],[-153859,-210961],[-154252,-210403],[-153907,-211056],[-153997,-210907],[-158749,-214218],[-158366,-214329],[-158080,-208038],[-158765,-207906],[-159161,-207953],[-159012,-207666],[-155805,-207745],[-156144,-214567],[-156703,-213628],[-156606,-213902],[-156333,-214081],[-156737,-213863],[-154729,-213858],[-154241,-213851],[-156687,-216757],[-156502,-216669],[-156728,-217125],[-156715,-216117],[-156905,-215963],[-156691,-216054],[-156612,-216004],[-159046,-208411],[-159143,-208576],[-159546,-208643],[-159378,-208709],[-159225,-208654],[-155636,-207923],[-155549,-207695],[-155564,-207925],[-155495,-207983],[-155401,-207806],[-162618,-215933],[-162845,-216008],[-162652,-215864],[-162651,-215775],[-157307,-215034],[-164102,-217135],[-163127,-216938],[-163015,-216066],[-162849,-216451],[-164662,-217129],[-158671,-215726],[-156359,-214739],[-156421,-214567],[-156551,-214482],[-153849,-229319],[-153649,-221211],[-155671,-218738],[-156040,-217719],[-155593,-218559],[-156219,-218537],[-154254,-220837],[-154295,-220657],[-154068,-219534],[-153643,-220507],[-153877,-221814],[-153601,-224803],[-159325,-229905],[-160654,-219367],[-160814,-219189],[-160606,-219310],[-160525,-219271],[-160299,-219393],[-160518,-219293],[-160278,-219321],[-160218,-219253],[-161285,-221329],[-161219,-221562],[-161359,-221366],[-161442,-221359],[-158710,-223174],[-158708,-222983],[-158391,-222728],[-158570,-222759],[-158674,-222873],[-165217,-224147],[-164230,-218979],[-165007,-220724],[-160418,-225719],[-160532,-225847],[-161054,-226034],[-160813,-225923],[-160544,-225950],[-160989,-218829],[-162193,-219158],[-161790,-218980],[-162262,-218714],[-163356,-221362],[-163298,-218776],[-163764,-218809],[-164074,-218792],[-163066,-220279],[-162512,-219434],[-164014,-218972],[-164235,-218738],[-162964,-217454],[-156771,-217451],[-155036,-226693],[-156001,-241926],[-154146,-230462],[-166168,-231016],[-157582,-242726],[-157390,-242715],[-157279,-242739],[-159642,-241758],[-159702,-241574],[-159495,-241235],[-159645,-241312],[-159708,-241461],[-158788,-234422],[-158874,-234324],[-158253,-234291],[-158371,-234199],[-158306,-234098],[-157152,-242841],[-165919,-2361],[-165175,-2322],[-162625,-5761],[-164035,-4758],[-164358,-4659],[-165030,-4610],[-162866,-1362],[-163626,-8840],[-164839,-9189],[-160354,-1728],[-164822,-9842],[-161864,-2380],[-163642,-917],[-163361,-1107],[-159951,-12556],[-158107,-11713],[-158279,-10884],[-159001,-11788],[-154416,-245722],[-154384,-245061],[-157119,-243009],[-165977,-257595],[-159181,-267807],[-154559,-263940],[-157437,-266618],[-160150,-263615],[-166053,-261966],[-156554,-266822],[-157104,-268495],[-157268,-266058],[-162253,-259672],[-156702,-261731],[-156302,-262265],[-155608,-262601],[-155676,-263766],[-158207,-261488],[-158127,-261357],[-156550,-256885],[-156376,-256803],[-156007,-256977],[-156110,-256822],[-156262,-256786],[-155684,-265967],[-155391,-271912],[-153990,-271971],[-156360,-271051],[-153982,-277351],[-158593,-278943],[-160539,-278810],[-159262,-278751],[-160831,-276976],[-162566,-275470],[-164143,-277108],[-163690,-276140],[-161102,-273689],[-163629,-274597],[-159085,-273488],[-159641,-272157],[-156801,-274670],[-157203,-274308],[-162136,-291451],[-165276,-292665],[-163047,-291451],[-160372,-295755],[-161497,-299062],[-160224,-297856],[-154343,-302018],[-157163,-296014],[-155443,-297372],[-155437,-296611],[-161846,-297255],[-153608,-294601],[-154003,-294736],[-154125,-294509],[-163804,-318703],[-165378,-17727],[-161941,-13800],[-164324,-15194],[-164416,-15303],[-164969,-14813],[-165826,-17285],[-161731,-16891],[-160849,-16552],[-160255,-16510],[-159082,-14494],[-159993,-17782],[-159989,-17464],[-159390,-17088],[-158536,-16177],[-159820,-16554],[-160200,-17771],[-165558,-34503],[-165600,-36329],[-164853,-34844],[-165713,-35405],[-162163,-34964],[-161272,-36421],[-161581,-35083],[-163431,-35593],[-160644,-37240],[-158581,-37534],[-160196,-37653],[-160285,-36538],[-157298,-37536],[-164547,-32904],[-158153,-40162],[-157488,-40571],[-158691,-39758],[-158208,-39666],[-157258,-39826],[-153926,-59756],[-163456,-59567],[-164402,-57685],[-156110,-76551],[-158104,-76113],[-154963,-74395],[-153874,-75404],[-163113,-69634],[-154477,-75983],[-154746,-75560],[-153670,-74055],[-153854,-74105],[-154194,-73877],[-154112,-74036],[-153968,-74105],[-160466,-71008],[-164545,-72701],[-160204,-74952],[-155566,-65395],[-160012,-88261],[-158106,-85845],[-159037,-85368],[-161664,-85538],[-159862,-84042],[-160663,-82032],[-162511,-82492],[-162044,-84151],[-165346,-78694],[-155555,-89398],[-155381,-89316],[-158497,-83716],[-158935,-83394],[-158915,-83578],[-158784,-83675],[-158862,-87984],[-159057,-87837],[-158829,-87907],[-158756,-87861],[-161969,-84914],[-162065,-84693],[-161878,-84929],[-155114,-89331],[-155269,-89299],[-160816,-80360],[-160546,-78187],[-162795,-78159],[-163159,-79400],[-159934,-76632],[-161712,-76978],[-158253,-76660],[-159404,-78837],[-159627,-78899],[-159429,-78764],[-159429,-78678],[-162022,-84925],[-155010,-89486],[-161098,-102068],[-160775,-99429],[-164153,-100023],[-163661,-100460],[-164345,-99659],[-161059,-97245],[-164795,-92824],[-164945,-92132],[-164686,-94832],[-155619,-98165],[-153845,-100321],[-156704,-96575],[-154809,-94485],[-156167,-95375],[-154982,-94985],[-153977,-95739],[-164625,-95154],[-164419,-95023],[-164562,-95216],[-164558,-95295],[-159346,-99468],[-159576,-99551],[-159394,-99397],[-159390,-99312],[-159718,-100812],[-159758,-101097],[-159783,-100776],[-159825,-100698],[-158363,-93305],[-158548,-93248],[-158806,-92754],[-158831,-92935],[-158744,-93065],[-158664,-93047],[-160743,-94236],[-160706,-93997],[-160651,-94227],[-160588,-94274],[-161405,-94040],[-161236,-93949],[-160860,-94105],[-160970,-93954],[-161123,-93928],[-160651,-93676],[-164697,-94949],[-164721,-94706],[-164618,-94922],[-164534,-94943],[-160281,-95787],[-160427,-95905],[-160829,-95826],[-160694,-95953],[-160530,-95945],[-166213,-99728],[-166101,-99561],[-153735,-95626],[-161190,-113694],[-161183,-113538],[-163637,-112083],[-163402,-114592],[-163859,-113382],[-163605,-113830],[-163493,-113613],[-163524,-113849],[-163466,-113912],[-154800,-107044],[-156786,-109852],[-165680,-106096],[-164194,-104587],[-163230,-104722],[-162436,-103396],[-159405,-114127],[-161795,-110763],[-164891,-109047],[-165154,-110146],[-165265,-109443],[-163446,-108101],[-163446,-108293],[-163103,-107680],[-165368,-108006],[-165105,-107720],[-165539,-103204],[-165826,-103156],[-165316,-103331],[-165062,-103262],[-154542,-105233],[-155166,-105840],[-154850,-108679],[-154833,-108424],[-155856,-107640],[-157362,-105760],[-159240,-108288],[-159430,-108247],[-159140,-108159],[-161613,-105878],[-162254,-106756],[-162851,-106930],[-161926,-106741],[-161283,-105567],[-159244,-104984],[-159770,-104009],[-159311,-104057],[-161710,-103115],[-161071,-102223],[-163232,-103076],[-160145,-102819],[-155349,-113158],[-155523,-113328],[-155424,-113113],[-155452,-113034],[-158345,-114873],[-158168,-114796],[-158055,-114782],[-159788,-114145],[-159914,-113940],[-159729,-114094],[-159644,-114073],[-165305,-103209],[-165495,-103234],[-165790,-102959],[-165744,-103129],[-165606,-103217],[-161838,-103555],[-162020,-103614],[-162368,-103397],[-162282,-103557],[-162134,-103618],[-163742,-102643],[-163891,-102763],[-164293,-102685],[-164158,-102803],[-163996,-102808],[-165458,-108726],[-165360,-108891],[-165500,-109277],[-165358,-109159],[-165332,-109002],[-165234,-108858],[-165143,-108634],[-165146,-108869],[-165089,-108930],[-165557,-110665],[-165318,-110617],[-165522,-110736],[-165534,-110822],[-157522,-103597],[-157711,-103589],[-157949,-103266],[-157937,-103443],[-157814,-103553],[-157805,-114983],[-157901,-114829],[-164523,2448],[-159657,241],[-162159,559],[-162527,518],[-162819,2091],[-166231,25798],[-166082,25168],[-162577,35570],[-162887,35668],[-162911,36047],[-162970,35656],[-162351,35913],[-164140,35389],[-163233,35261],[-163868,35232],[-163968,35641],[-163830,35405],[-165995,33848],[-165121,34506],[-166019,33175],[-165873,33273],[-165748,26289],[-166178,26408],[-165871,26261],[-165790,25917],[-165237,27135],[-165585,26971],[-165454,26645],[-165741,26947],[-165251,27100],[-161942,27512],[-158296,46959],[-158778,46531],[-159144,46512],[-159244,46513],[-158875,46347],[-158382,44061],[-158315,44205],[-158046,44091],[-158925,43783],[-158542,43940],[-159106,43768],[-158372,43200],[-158909,43748],[-158669,43062],[-159221,43142],[-159145,43130],[-159778,43046],[-160351,42059],[-160365,41789],[-160370,42093],[-160798,42111],[-160718,42091],[-160329,42122],[-160482,41977],[-161127,42594],[-161637,42226],[-161975,41761],[-162018,41592],[-161780,41694],[-162349,42986],[-164454,39909],[-164476,39951],[-164326,39876],[-164056,40382],[-163720,40386],[-162819,39577],[-163322,39574],[-163118,39420],[-163854,39091],[-163076,39469],[-162975,39516],[-162722,39408],[-162357,39585],[-162379,39915],[-162617,39093],[-155044,51009],[-154838,50783],[-155284,50887],[-155257,50831],[-155202,50880],[-157147,48529],[-156720,49128],[-157288,49397],[-156612,48802],[-156519,49052],[-156112,51638],[-155939,51885],[-156131,52010],[-155978,51657],[-156418,51628],[-155265,53427],[-155379,53468],[-155525,53678],[-155441,53314],[-155409,53732],[-167383,-122854],[-169528,-121862],[-172452,-116085],[-171631,-116861],[-170008,-123780],[-167854,-125543],[-167596,-125519],[-167647,-126487],[-175054,-117978],[-174446,-117328],[-174405,-117182],[-169748,-125780],[-173292,-123300],[-171523,-126509],[-175587,-122899],[-174810,-121312],[-170808,-127661],[-167701,-127523],[-172672,-118195],[-173383,-115446],[-174665,-127724],[-176165,-126014],[-177456,-123150],[-176887,-124242],[-176124,-126325],[-166904,-129655],[-176094,-138109],[-176044,-138347],[-176171,-138149],[-176252,-138130],[-169129,-128797],[-169780,-132131],[-168911,-128728],[-178573,-136139],[-178012,-136773],[-178253,-136808],[-178046,-136691],[-178022,-136612],[-174796,-132373],[-174131,-130350],[-173220,-130884],[-170928,-138769],[-169307,-138744],[-169862,-139476],[-174485,-136633],[-174459,-136823],[-174735,-137126],[-174564,-137070],[-174475,-136936],[-178390,-133506],[-173348,-135154],[-173117,-135178],[-173253,-130035],[-172544,-129973],[-171548,-131853],[-173794,-134909],[-171583,-134898],[-171173,-133861],[-170772,-134006],[-174484,-132532],[-174746,-132541],[-172953,-134752],[-177316,-138047],[-178553,-139680],[-173245,-143453],[-176375,-145846],[-171043,-153212],[-171229,-153359],[-172773,-140648],[-177485,-147965],[-171104,-155363],[-171080,-155553],[-171361,-155852],[-171186,-155797],[-171098,-155666],[-167056,-162788],[-178133,-154814],[-178270,-154945],[-178830,-154941],[-178684,-155054],[-178523,-155035],[-175097,-155459],[-175037,-155347],[-175017,-155474],[-174949,-155526],[-179025,-158165],[-178820,-158296],[-179053,-158240],[-179120,-158293],[-177886,-157901],[-178011,-158037],[-178569,-158074],[-178416,-158179],[-178256,-158145],[-175821,-164113],[-176030,-164237],[-175879,-164048],[-175895,-163969],[-175918,-164666],[-175955,-164429],[-175831,-164632],[-175765,-164662],[-174693,-153784],[-174544,-153598],[-174619,-153827],[-174571,-153890],[-174887,-160066],[-174850,-160254],[-175110,-160572],[-174940,-160507],[-174860,-160368],[-171187,-153405],[-171155,-153490],[-177655,-160911],[-177537,-160975],[-177728,-160967],[-177801,-160961],[-179185,-162822],[-167861,-177743],[-168230,-177962],[-167931,-176244],[-167782,-176466],[-167652,-176056],[-167478,-176505],[-167461,-175749],[-167661,-176197],[-172379,-172329],[-172167,-172683],[-173269,-172946],[-173436,-172672],[-172449,-178078],[-171107,-177417],[-171135,-176894],[-172205,-175829],[-168048,-172514],[-167986,-172498],[-168593,-172660],[-168713,-172897],[-171979,-178065],[-172010,-177948],[-171443,-178182],[-171506,-178065],[-171402,-178002],[-170216,-177861],[-170157,-177747],[-169903,-178316],[-169864,-178176],[-169746,-178199],[-167151,-179588],[-178222,-180755],[-174501,-184206],[-175173,-183980],[-174676,-183082],[-169392,-187312],[-170151,-187393],[-169417,-187815],[-169911,-187713],[-167695,-194197],[-167156,-194222],[-167657,-194336],[-173475,-198638],[-173461,-198823],[-173758,-199104],[-173581,-199054],[-173485,-198934],[-177359,-202668],[-177461,-202817],[-177867,-202860],[-177696,-202920],[-177547,-202889],[-166571,-199368],[-166482,-199141],[-166484,-199379],[-166425,-199436],[-167467,-194107],[-167391,-193875],[-167380,-194114],[-167316,-194166],[-178201,-193032],[-178420,-192924],[-178181,-192947],[-178118,-192891],[-172238,-206267],[-172527,-206342],[-169339,-210335],[-169191,-210282],[-168418,-209730],[-169069,-210442],[-173949,-209351],[-174079,-206936],[-174342,-206918],[-172957,-205735],[-178774,-207609],[-178348,-207666],[-178377,-207848],[-178289,-210027],[-177152,-207754],[-172670,-205933],[-170955,-211882],[-176631,-212810],[-176391,-212788],[-176611,-212886],[-176629,-212970],[-172266,-211953],[-172399,-211694],[-168485,-209465],[-168658,-209551],[-169187,-209379],[-169080,-209530],[-168924,-209561],[-173282,-205275],[-173472,-205265],[-173832,-204853],[-173823,-205023],[-173705,-205134],[-178264,-209870],[-178146,-210022],[-178238,-210422],[-178110,-210288],[-178105,-210128],[-178737,-207770],[-178566,-207857],[-178475,-208256],[-178424,-208085],[-178481,-207935],[-174491,-216836],[-174825,-217073],[-174639,-217058],[-174435,-213544],[-174695,-213862],[-175801,-216942],[-170748,-215628],[-170518,-215787],[-172724,-215316],[-177798,-224643],[-173835,-219476],[-172867,-218520],[-174495,-219198],[-172774,-218879],[-174426,-222111],[-172865,-218360],[-173015,-220114],[-173760,-222235],[-174403,-221482],[-174311,-222716],[-174168,-219474],[-174342,-219554],[-174866,-219361],[-174766,-219513],[-174611,-219552],[-168592,-222945],[-168578,-222703],[-168509,-222934],[-168430,-222963],[-171873,-223875],[-171552,-223833],[-171182,-223919],[-171289,-223773],[-171480,-223747],[-171268,-220996],[-172783,-220382],[-167974,-226606],[-169331,-225354],[-167902,-225753],[-168970,-225816],[-168264,-218931],[-167398,-219172],[-174865,-218940],[-176458,-218487],[-175366,-236773],[-174967,-236255],[-175358,-235260],[-175156,-235895],[-173079,-235150],[-173565,-235881],[-171308,-238122],[-177015,-231255],[-174663,-230999],[-173464,-233783],[-169755,-239911],[-169942,-239929],[-170224,-239642],[-170187,-239819],[-170049,-239907],[-167680,-238670],[-167643,-238858],[-167903,-239176],[-167733,-239111],[-167653,-238972],[-168674,-3220],[-171793,-2299],[-166475,130],[-168066,-5667],[-169392,-4547],[-170778,-7808],[-168766,-6682],[-175539,-251381],[-174121,-246453],[-178017,-243260],[-177503,-245570],[-171599,-254892],[-173232,-251104],[-174203,-250011],[-171067,-253181],[-174038,-251172],[-170613,-255205],[-173769,-254181],[-171885,-255628],[-171144,-252042],[-176942,-253246],[-171212,-250430],[-176732,-250852],[-171030,-250924],[-174309,-255298],[-170938,-258412],[-173583,-258201],[-173262,-257579],[-171219,-257360],[-176523,-263121],[-170697,-256576],[-170743,-258062],[-170488,-256803],[-171722,-259877],[-174034,-258385],[-172672,-258773],[-170010,-256540],[-171591,-259073],[-167293,-260581],[-167238,-261138],[-168430,-262041],[-167331,-261462],[-167065,-263094],[-178518,-263962],[-178129,-262775],[-177332,-261427],[-174283,-260776],[-173787,-261362],[-172553,-261123],[-175389,-256807],[-175343,-256627],[-176636,-256156],[-166785,-273328],[-172536,-288995],[-172436,-288044],[-172829,-288651],[-170312,-288451],[-170198,-287363],[-169468,-289921],[-168676,-289661],[-168356,-290702],[-167079,-289152],[-166842,-289370],[-170726,-284159],[-178789,-16551],[-178301,-16858],[-177322,-14122],[-171052,-24018],[-172308,-23245],[-169579,-23257],[-173839,-22839],[-172818,-25306],[-169786,-25344],[-168841,-17788],[-168639,-17110],[-168535,-18911],[-168232,-18241],[-166621,-19406],[-166453,-19103],[-166755,-14666],[-169933,-25960],[-169462,-28203],[-171862,-25871],[-171348,-25552],[-169985,-26067],[-171186,-26835],[-168587,-27526],[-171850,-26381],[-172626,-36611],[-173858,-29445],[-166528,-34850],[-176792,-49706],[-177214,-48767],[-178226,-50348],[-174517,-57557],[-175112,-55622],[-177312,-54484],[-175536,-56384],[-175993,-53907],[-176068,-59611],[-177776,-56811],[-172164,-56860],[-168288,-63781],[-168506,-63683],[-168265,-63702],[-166893,-58864],[-170929,-55829],[-168210,-63638],[-175168,-66332],[-176344,-64367],[-172810,-67160],[-171765,-69379],[-170579,-68568],[-170853,-65777],[-171278,-66679],[-174002,-72107],[-170187,-64666],[-178614,-79961],[-177662,-84250],[-177846,-84299],[-178183,-84066],[-178104,-84227],[-177961,-84297],[-175975,-95377],[-178805,-91894],[-178667,-92094],[-178856,-91959],[-178941,-91977],[-176566,-90894],[-176398,-90983],[-176316,-91384],[-176252,-91210],[-176320,-91063],[-175381,-91809],[-175562,-91971],[-175435,-91769],[-175468,-91685],[-176422,-93232],[-176259,-93322],[-176196,-93717],[-176124,-93552],[-176184,-93399],[-172524,-101235],[-173595,-101339],[-167871,-101661],[-167658,-101821],[-167768,-101881],[-169257,-100068],[-169140,-99992],[-169808,-99498],[-170392,-98110],[-170392,-98247],[-174023,-94503],[-173966,-94591],[-173905,-94471],[-175903,-96051],[-173346,-98250],[-173402,-98046],[-173616,-99466],[-173602,-99772],[-171129,-100467],[-170905,-101576],[-170689,-101622],[-169599,-98001],[-169620,-97592],[-169637,-94820],[-166738,-98763],[-168408,-98765],[-168228,-98843],[-168281,-98630],[-169104,-94151],[-172086,-101667],[-172043,-101431],[-171996,-101658],[-171929,-101709],[-173635,-97696],[-173584,-97882],[-173822,-98216],[-173655,-98143],[-173587,-97995],[-173879,-97840],[-174123,-97846],[-173901,-97755],[-173872,-97678],[-173400,-102001],[-173669,-101910],[-173867,-101768],[-173633,-101828],[-173567,-101786],[-174676,-97570],[-174607,-97749],[-174811,-98105],[-174650,-98016],[-174599,-97862],[-167397,-98967],[-167268,-98825],[-166860,-98844],[-167013,-98746],[-167169,-98765],[-169747,-96911],[-169644,-97073],[-169771,-97463],[-169630,-97342],[-169614,-97182],[-167675,-94432],[-167507,-94350],[-167127,-94489],[-167238,-94345],[-167395,-94334],[-171318,-92940],[-171209,-92799],[-170804,-92754],[-170971,-92676],[-171120,-92740],[-173468,-102179],[-168514,-98639],[-173771,-96503],[-169953,-101799],[-172276,-109637],[-172240,-109575],[-173844,-109791],[-173698,-108899],[-173026,-110323],[-171411,-110984],[-169425,-110183],[-169222,-110463],[-169240,-110542],[-169431,-111683],[-178529,-107273],[-171449,-114356],[-170335,-111619],[-173277,-110624],[-174523,-108444],[-170065,-104202],[-172870,-103817],[-172563,-105067],[-173303,-103453],[-173118,-103253],[-172916,-103718],[-171753,-102645],[-173011,-103879],[-171088,-107373],[-169131,-107839],[-167667,-103439],[-167450,-103454],[-168134,-103442],[-169372,-103303],[-169132,-103318],[-172775,-104610],[-172661,-104765],[-172761,-105159],[-172635,-105035],[-172621,-104871],[-173852,-102319],[-173669,-102357],[-173538,-102269],[-172351,-105519],[-169935,538],[-168918,1662],[-168918,1210],[-175657,11863],[-166408,25441],[-166494,25030],[-166478,25309],[-166441,24801],[-172582,21358],[-175515,291735],[-173567,292241],[-181794,-118268],[-181678,-118117],[-182429,-117733],[-182353,-117501],[-182342,-117740],[-182278,-117793],[-182991,-118711],[-182870,-118499],[-182913,-118732],[-182856,-118799],[-181228,-124200],[-181152,-123968],[-181141,-124207],[-181077,-124259],[-180190,-123367],[-180148,-123139],[-180103,-123373],[-180077,-123431],[-181571,-120544],[-181722,-120429],[-181796,-119877],[-181887,-120034],[-181846,-120191],[-182343,-121128],[-180578,-126767],[-180917,-124742],[-181282,-124899],[-180966,-124845],[-180259,-125425],[-180380,-125254],[-180349,-124754],[-180432,-124863],[-180368,-125027],[-180410,-123982],[-180619,-124106],[-180464,-123926],[-180479,-123839],[-188658,-123460],[-189209,-126268],[-189439,-126351],[-189254,-126199],[-189252,-126112],[-190461,-123814],[-190638,-123982],[-190532,-123768],[-190563,-123689],[-188105,-121481],[-188293,-121512],[-188603,-121244],[-188546,-121421],[-188408,-121494],[-191785,-117564],[-191642,-117679],[-191980,-117568],[-182627,-122360],[-182460,-122205],[-182543,-122384],[-182488,-122442],[-189935,-125200],[-189701,-125579],[-189872,-125351],[-189680,-125585],[-189968,-125279],[-189827,-125189],[-189950,-125561],[-190016,-125395],[-190002,-125429],[-191837,-132598],[-191352,-132873],[-191425,-132704],[-191572,-132641],[-180937,-131014],[-180919,-130829],[-180495,-130468],[-180680,-130474],[-180787,-130595],[-179871,-136931],[-180060,-136912],[-180420,-136485],[-180412,-136670],[-180293,-136778],[-184047,-134931],[-184055,-134687],[-183962,-134908],[-183884,-134935],[-188698,-132938],[-188823,-133148],[-188782,-132912],[-188830,-132846],[-181523,-129718],[-181428,-129493],[-181438,-129731],[-181377,-129789],[-181758,-133936],[-181957,-134077],[-181824,-133879],[-181841,-133797],[-183385,-133363],[-183160,-133710],[-183312,-133526],[-183394,-133521],[-183632,-130762],[-183416,-130867],[-183654,-130832],[-183714,-130894],[-186177,-134063],[-183456,-132394],[-183392,-132629],[-183531,-132435],[-183614,-132425],[-180734,-129705],[-180789,-129943],[-180811,-129706],[-180884,-129657],[-186727,-138994],[-186793,-134275],[-184059,-136560],[-183948,-136493],[-180364,-132102],[-180100,-136259],[-180509,-132099],[-184112,-138763],[-182823,-139798],[-180270,-131484],[-180208,-131667],[-180418,-132013],[-180265,-131931],[-180201,-131780],[-179839,-137566],[-179649,-137551],[-179289,-137739],[-179580,-137786],[-185276,-137232],[-185108,-137408],[-185322,-137304],[-185399,-137335],[-184589,-138363],[-184567,-138172],[-184225,-137950],[-184407,-137957],[-184522,-138066],[-187208,-137163],[-187367,-137348],[-187274,-137133],[-187317,-137053],[-189607,-138931],[-189763,-139033],[-190114,-138912],[-190000,-139052],[-189811,-139088],[-179240,-137916],[-179834,-131733],[-179241,-140151],[-182944,-143771],[-182928,-143930],[-182830,-147910],[-180691,-150828],[-180786,-150640],[-184982,-146449],[-185142,-146343],[-185249,-145803],[-185324,-145956],[-185278,-146112],[-186534,-146840],[-186384,-146650],[-186459,-146866],[-186413,-146943],[-186301,-147820],[-186452,-147724],[-186255,-147875],[-186263,-147964],[-186412,-151429],[-186320,-151203],[-186326,-151440],[-186266,-151499],[-185099,-141456],[-185294,-141598],[-185157,-141399],[-185182,-141317],[-185880,-153066],[-185752,-153211],[-185704,-153315],[-184819,-149984],[-184963,-150180],[-184941,-149878],[-187221,-144669],[-187130,-144443],[-187141,-144679],[-187075,-144738],[-188730,-143838],[-188688,-143572],[-188646,-143846],[-188583,-143905],[-183640,-145604],[-183555,-145375],[-183553,-145613],[-183492,-145669],[-181390,-146304],[-181466,-146076],[-181542,-146043],[-184264,-140814],[-184142,-140949],[-184194,-141355],[-184076,-141210],[-184099,-141048],[-190615,-145994],[-190652,-146132],[-187877,-142787],[-188067,-142807],[-188503,-142457],[-188458,-142635],[-188321,-142720],[-182402,-142278],[-182342,-142459],[-182559,-142807],[-182392,-142724],[-182340,-142571],[-181525,-151325],[-181514,-151513],[-181785,-151810],[-181610,-151763],[-181542,-151623],[-186708,-148396],[-186892,-148357],[-187085,-147997],[-187087,-148179],[-186993,-148303],[-179960,-144990],[-191436,-163422],[-190536,-159265],[-191251,-158609],[-191499,-158490],[-191709,-158390],[-191198,-158824],[-190765,-158579],[-191082,-159354],[-190907,-158968],[-191910,-162987],[-191658,-161949],[-191577,-161729],[-191537,-162833],[-190926,-161812],[-190830,-161126],[-189852,-159971],[-182324,-165301],[-182518,-165092],[-182916,-165424],[-182689,-165020],[-184190,-163109],[-184992,-163206],[-184187,-163232],[-184592,-162374],[-188018,-155010],[-190789,-155597],[-189804,-155917],[-191266,-159206],[-191198,-158977],[-191186,-159218],[-191115,-159264],[-186402,-157049],[-186437,-157285],[-186379,-157349],[-183456,-154374],[-183516,-154634],[-183540,-154351],[-183591,-154287],[-185817,-153615],[-185699,-153472],[-180339,-156749],[-180524,-156798],[-180859,-156564],[-180785,-156735],[-180637,-156793],[-180787,-160451],[-180720,-160219],[-180698,-160452],[-180636,-160507],[-183858,-155522],[-183785,-155699],[-183970,-156059],[-183811,-155962],[-183775,-155814],[-179340,-162785],[-179296,-162545],[-179263,-162776],[-180686,-173081],[-180291,-173098],[-185145,-167470],[-185045,-167294],[-185901,-166726],[-183214,-167126],[-181364,-173783],[-180154,-172963],[-181323,-174209],[-184632,-170274],[-185357,-168929],[-184865,-170293],[-179551,-176911],[-179228,-176770],[-180918,-175682],[-181130,-175568],[-180560,-176068],[-180458,-174929],[-187708,-174198],[-188351,-172823],[-188513,-172924],[-189055,-172795],[-188941,-172935],[-188780,-172955],[-188993,-173890],[-189179,-173732],[-188959,-173818],[-188880,-173774],[-189997,-173417],[-190127,-173555],[-190687,-173576],[-190536,-173683],[-190376,-173656],[-191359,-174387],[-191388,-174576],[-191838,-174909],[-191654,-174910],[-191535,-174800],[-191168,-175757],[-191103,-175522],[-191079,-175758],[-191015,-175810],[-190510,-175061],[-190703,-175211],[-190572,-175011],[-190598,-174926],[-187048,-173835],[-187257,-173713],[-187024,-173770],[-186954,-173710],[-187948,-173649],[-188178,-173568],[-187939,-173566],[-187882,-173499],[-189837,-177434],[-185675,-176764],[-185717,-176512],[-185588,-176899],[-185910,-176885],[-185823,-176657],[-185820,-176898],[-185764,-176949],[-179347,-180682],[-179711,-181483],[-179611,-181297],[-179267,-181274],[-190102,-186528],[-190227,-186738],[-190187,-186503],[-190235,-186436],[-183196,-202871],[-183128,-203124],[-183660,-202815],[-187989,-198721],[-185871,-201049],[-186020,-201055],[-186190,-202423],[-186014,-201235],[-190174,-200375],[-189964,-200471],[-188013,-199823],[-179465,-206033],[-180515,-215882],[-180587,-216054],[-180971,-216158],[-180802,-216212],[-180656,-216136],[-180200,-215761],[-179962,-215803],[-180200,-215825],[-180244,-215903],[-180610,-216288],[-190306,-211820],[-179233,-227168],[-179875,-226892],[-179865,-227831],[-180045,-228310],[-180400,-228096],[-180509,-226442],[-179265,-227599],[-184216,-225284],[-182535,-226359],[-181818,-225180],[-180816,-224603],[-182424,-225279],[-187355,-225846],[-188022,-226821],[-188115,-226625],[-188141,-226986],[-186673,-226054],[-188804,-226964],[-189989,-226360],[-191373,-226064],[-191477,-226220],[-191059,-224519],[-179402,-223206],[-179583,-223271],[-180085,-223483],[-179959,-223619],[-179785,-223524],[-181665,-223984],[-181456,-224104],[-181691,-224057],[-181755,-224114],[-190272,-227010],[-187235,-228118],[-188832,-232002],[-191495,-231432],[-180757,-242459],[-179826,-242913],[-182044,-241968],[-181978,-242769],[-185142,-236000],[-183610,-238357],[-186835,-235915],[-184215,-239891],[-183394,-239654],[-187885,-240107],[-189251,-239396],[-187843,-239207],[-191036,-239483],[-191946,-240590],[-190016,-237125],[-189297,-241573],[-189392,-242174],[-189803,-241895],[-188091,-242661],[-189251,-242455],[-183536,-12517],[-188516,-3972],[-188496,-6869],[-181049,-244130],[-181460,-243558],[-186511,-246502],[-186127,-247692],[-188808,-243383],[-189098,-243728],[-184640,-246414],[-187226,-244415],[-185653,-244496],[-190216,-246682],[-188655,-245452],[-188335,-244224],[-190835,-245739],[-191151,-245909],[-191119,-246839],[-185949,-243700],[-185394,-244929],[-185861,-246655],[-184175,-245471],[-184003,-247713],[-184612,-247595],[-184191,-248677],[-184464,-251122],[-184971,-250096],[-183534,-247686],[-184858,-250238],[-183829,-249756],[-186388,-248894],[-186183,-247786],[-186480,-247984],[-187899,-248832],[-187617,-251122],[-187653,-251729],[-185299,-252861],[-185709,-253907],[-186030,-253091],[-185745,-249803],[-185660,-249308],[-186471,-250307],[-182433,-252482],[-183275,-249866],[-183896,-250540],[-184345,-253853],[-184223,-251442],[-183318,-253489],[-184891,-254354],[-184188,-253854],[-186636,-253577],[-184466,-252939],[-187840,-253700],[-186358,-253606],[-186891,-254317],[-188823,-255565],[-189172,-254192],[-189297,-254469],[-189770,-254076],[-188772,-254036],[-189013,-253025],[-191695,-252792],[-191964,-253090],[-191964,-245805],[-189952,-244885],[-191686,-245038],[-190652,-245754],[-191824,-247423],[-191008,-248175],[-191042,-251187],[-190802,-250252],[-190682,-250233],[-191357,-250109],[-190386,-248697],[-190591,-248757],[-186227,-255377],[-186098,-255537],[-186149,-255678],[-191000,-256396],[-190442,-256286],[-181752,-263375],[-179821,-264864],[-181749,-261361],[-180983,-260942],[-181726,-260606],[-181038,-259802],[-191765,-265503],[-186443,-255848],[-191923,-279397],[-185357,-279490],[-186075,-280888],[-187036,-293114],[-184385,-285637],[-186571,-302339],[-191001,-302720],[-185326,-300135],[-186550,-299679],[-186214,-299093],[-185700,-299092],[-186637,-298757],[-189753,-326686],[-190384,-326279],[-189462,-325080],[-191528,-326217],[-191619,-326250],[-190968,-326488],[-187639,-18083],[-184478,-23392],[-184582,-23610],[-183712,-23072],[-185533,-21345],[-185150,-21530],[-184849,-20502],[-179310,-16550],[-180924,-13769],[-181146,-13610],[-185674,-14153],[-191886,-25374],[-190980,-24439],[-191772,-15321],[-191968,-17976],[-190667,-18023],[-191859,-16100],[-191673,-20259],[-191374,-22337],[-181496,-26644],[-182901,-28694],[-184885,-28449],[-185068,-35474],[-185128,-35264],[-185905,-35597],[-191850,-27381],[-190833,-25705],[-190255,-29929],[-190364,-31454],[-190534,-30457],[-189987,-30348],[-186522,-30773],[-187617,-31656],[-188263,-31145],[-188712,-30422],[-186715,-31113],[-186991,-33889],[-185821,-34825],[-186562,-33938],[-186960,-34665],[-191630,-36262],[-179647,-34580],[-191048,-47090],[-190462,-42392],[-188054,-48014],[-188419,-49734],[-190107,-42903],[-188173,-39747],[-184984,-55449],[-184883,-55517],[-185510,-59208],[-180613,-57621],[-181419,-53863],[-181614,-54008],[-181469,-53822],[-181495,-53735],[-180819,-51509],[-191078,-54105],[-185060,-68324],[-181746,-68812],[-181194,-69307],[-182646,-68106],[-186007,-65802],[-191785,-69852],[-181300,-78630],[-185393,-88554],[-181150,-84373],[-181450,-84292],[-190683,-87657],[-189828,-84776],[-185802,-81648],[-185993,-81634],[-186234,-81303],[-186216,-81482],[-186100,-81595],[-180831,-109193],[-187429,-102627],[-186735,-101547],[-187670,-102740],[-189696,6692],[-181849,12861],[-182580,12224],[-184600,245646],[-185200,15684],[-182512,14122],[-183829,14787],[-183342,14506],[-182488,14138],[-182935,14724],[-181673,14016],[-183165,13139],[-183548,13584],[-188805,25380],[-189720,25014],[-189887,24301],[-190924,25209],[-182306,290490],[-182465,290559],[-182479,290438],[-185483,299317],[-188914,299877],[-183254,297254],[-181673,304663],[-189923,26270],[-189320,26659],[-189437,26380],[-188903,26753],[-188920,26865],[-190751,26459],[-191990,30465],[-191647,30856],[-182660,47927],[-182159,49391],[-181704,49550],[-191041,51337],[-186631,50836],[-184364,49740],[-184872,50317],[-185951,50205],[-190753,39248],[-191451,39606],[-190442,39159],[-190454,39541],[-191501,51451],[-189925,52213],[-190207,51475],[-189863,51658],[-187378,52971],[-190272,52061],[-189715,52231],[-189951,52384],[-190471,52432],[-183372,94214],[-183309,94474],[-181678,106945],[-181591,106629],[-202597,-127221],[-203389,-127381],[-204042,-126581],[-204708,-125312],[-203424,-127269],[-194187,-116042],[-194362,-115968],[-194590,-115460],[-194633,-115640],[-194549,-115775],[-193920,-126817],[-193958,-126576],[-193842,-126781],[-193758,-126801],[-195168,-117908],[-195317,-118005],[-195877,-117847],[-195765,-117996],[-195576,-117926],[-194531,-118649],[-194416,-118737],[-193168,-117629],[-192946,-117639],[-193056,-117726],[-193161,-117758],[-203688,-116052],[-192008,-117667],[-204519,-127944],[-198809,-129220],[-195999,-133325],[-195964,-133451],[-195838,-133338],[-192022,-132649],[-193303,-132481],[-193129,-132404],[-192610,-132608],[-192704,-132450],[-192860,-132409],[-192803,-131115],[-192728,-130885],[-192714,-131121],[-192654,-131176],[-198695,-133415],[-198777,-133299],[-193617,-131663],[-193607,-131718],[-193776,-132384],[-193588,-132263],[-193645,-132015],[-192482,-128283],[-204711,-152030],[-204405,-152580],[-200293,-145702],[-204761,-142513],[-201670,-151297],[-204126,-148246],[-192208,-146996],[-195298,-148895],[-193709,-148767],[-193521,-148901],[-193749,-148823],[-193818,-148876],[-194510,-143640],[-194582,-143463],[-194392,-143102],[-194543,-143199],[-194594,-143348],[-195689,-146716],[-198856,-154407],[-198692,-154494],[-199939,-153434],[-199976,-153791],[-200900,-156650],[-200734,-153966],[-198592,-154941],[-198471,-154991],[-201858,-156083],[-200530,-160978],[-201268,-160135],[-200350,-160871],[-200747,-160942],[-198153,-158077],[-197300,-158374],[-197746,-158344],[-198473,-157606],[-197490,-158483],[-195459,-159055],[-196433,-158866],[-196344,-158174],[-195004,-159920],[-196356,-161828],[-195569,-162878],[-192714,-164052],[-195596,-157481],[-197217,-156047],[-197061,-156098],[-197062,-155983],[-197208,-156271],[-198963,-155904],[-198481,-156217],[-192497,-158496],[-192504,-159232],[-192345,-159132],[-192130,-160100],[-192711,-157806],[-194203,-161513],[-197305,-164487],[-197703,-161313],[-197867,-161487],[-195620,-159434],[-195320,-159355],[-195802,-165971],[-196579,-165649],[-196005,-165999],[-196403,-165079],[-196433,-165248],[-196013,-165487],[-204198,-156073],[-204356,-156143],[-203470,-159871],[-203750,-159875],[-203775,-158596],[-192354,-154705],[-192693,-154548],[-203998,-160024],[-195936,-166402],[-197490,-168447],[-197620,-168573],[-196040,-167375],[-200058,-167038],[-200377,-170199],[-200500,-169618],[-202412,-169846],[-204477,-171540],[-204171,-171463],[-204371,-171732],[-200371,-170363],[-197167,-169538],[-200580,-177320],[-203995,-177777],[-203996,-177373],[-202961,-177880],[-192886,-175577],[-192793,-175802],[-192950,-175628],[-193036,-175627],[-193216,-175502],[-198477,-176996],[-198314,-176893],[-197931,-177016],[-198045,-176887],[-198205,-176860],[-196064,-166408],[-202981,-167368],[-200696,-190897],[-200478,-190859],[-200365,-190469],[-200502,-190591],[-200501,-190749],[-196008,-187223],[-199476,-182525],[-199464,-182613],[-200496,-186224],[-203526,-193241],[-204446,-192204],[-201926,-194650],[-194888,-200688],[-202097,-195964],[-200549,-195689],[-200504,-196594],[-200598,-197294],[-201368,-196661],[-201819,-195950],[-201904,-194867],[-201914,-195110],[-201974,-194880],[-202057,-194847],[-203594,-193184],[-203394,-193067],[-203519,-193328],[-195713,-193585],[-195868,-193691],[-196417,-193592],[-196294,-193730],[-196132,-193737],[-202969,-214553],[-202970,-214745],[-203290,-215002],[-203108,-214977],[-203004,-214853],[-204046,-208031],[-204144,-208254],[-204115,-208020],[-204179,-207955],[-204487,-213106],[-204567,-212931],[-195190,-221860],[-195053,-223103],[-199707,-221514],[-195541,-221104],[-195709,-222838],[-192347,-225312],[-202318,-225839],[-201868,-219155],[-202061,-219161],[-202468,-218780],[-202434,-218957],[-202307,-219054],[-199397,-221259],[-199214,-221219],[-198741,-221514],[-198804,-221338],[-198950,-221271],[-193580,-221706],[-193806,-221623],[-193878,-221674],[-197678,-227779],[-197817,-226995],[-198216,-227080],[-198842,-226773],[-198691,-227040],[-199591,-227236],[-199185,-226883],[-198435,-225323],[-198152,-225003],[-196833,-225490],[-196612,-225854],[-197000,-225743],[-197528,-224567],[-197321,-224548],[-198305,-225180],[-198243,-225256],[-197143,-225734],[-197253,-225821],[-198468,-225007],[-196932,-225304],[-197651,-225812],[-198559,-226389],[-198318,-226794],[-198090,-226660],[-198149,-226385],[-197393,-225994],[-198089,-226332],[-197775,-226043],[-197467,-225603],[-198514,-225509],[-197848,-225057],[-198305,-225631],[-197958,-225317],[-197664,-225741],[-197181,-225485],[-197933,-225489],[-197838,-225443],[-197774,-225246],[-197943,-225730],[-198276,-225620],[-197846,-225624],[-195415,-220665],[-203220,-230131],[-200140,-229498],[-204420,-226556],[-202189,-229475],[-193772,-221561],[-193444,-221410],[-204760,-217504],[-195406,-230841],[-199126,-234553],[-202265,-233689],[-201987,-235818],[-200275,-232818],[-201979,-235186],[-198196,-235858],[-198392,-235651],[-197320,-235734],[-192665,-238440],[-195939,-236014],[-195258,-236348],[-200105,-234099],[-200672,-234457],[-198823,-234118],[-200995,-234393],[-201877,-235635],[-202485,-234499],[-202104,-235660],[-201974,-236493],[-202951,-237059],[-202062,-238952],[-201678,-238474],[-201885,-238432],[-203182,-238480],[-200801,-240651],[-201055,-241336],[-192813,-239336],[-193487,-238398],[-193422,-238268],[-193496,-237749],[-194056,-240954],[-196010,-239766],[-195720,-240139],[-196843,-239936],[-196971,-240019],[-195528,-242582],[-203893,-242952],[-203621,-241357],[-202574,-242525],[-203200,-241799],[-204683,-242337],[-203327,-240834],[-201602,-241348],[-192973,-233572],[-204391,-4837],[-200511,-11708],[-200319,-11829],[-193805,-254413],[-194455,-253682],[-195100,-254097],[-194240,-253886],[-192227,-253856],[-194870,-254261],[-193858,-252624],[-192996,-252844],[-194588,-255613],[-195708,-255759],[-196985,-255191],[-197525,-254460],[-196663,-254011],[-196992,-255329],[-195745,-244880],[-196126,-244062],[-198846,-246127],[-197432,-243171],[-197699,-244171],[-198468,-245209],[-198131,-245709],[-198405,-245943],[-197186,-245429],[-199524,-243837],[-197549,-243868],[-198156,-245691],[-197597,-245542],[-199430,-244118],[-194973,-244497],[-195303,-245424],[-192408,-244499],[-192085,-244422],[-192096,-245686],[-192303,-251073],[-193925,-254892],[-194157,-252303],[-193876,-253046],[-200031,-252568],[-199177,-251257],[-199448,-253868],[-199084,-249315],[-198391,-249895],[-199044,-250523],[-199241,-249787],[-202799,-254053],[-201614,-251548],[-198995,-246283],[-199087,-246142],[-200254,-248738],[-200491,-248214],[-201377,-250579],[-201498,-246710],[-202166,-245307],[-201363,-248952],[-201969,-251699],[-202427,-250687],[-202152,-250880],[-202298,-249033],[-202540,-249586],[-202302,-245120],[-200986,-243268],[-203809,-245031],[-194776,-254181],[-194947,-254283],[-196226,-254832],[-196382,-253682],[-196347,-253815],[-196275,-254357],[-196284,-254546],[-197672,-250588],[-197578,-250385],[-197499,-250263],[-195186,-250034],[-195098,-249893],[-195294,-250072],[-195443,-249082],[-193603,-250123],[-193336,-250123],[-193438,-250060],[-192411,-250162],[-192403,-248646],[-192420,-248748],[-192278,-248641],[-193093,-248961],[-195582,-246897],[-195538,-246657],[-195517,-246889],[-195436,-246933],[-195106,-246718],[-195270,-246627],[-195433,-246095],[-195499,-246266],[-195431,-246412],[-198616,-244833],[-198249,-244388],[-198023,-244541],[-198298,-244772],[-198381,-244469],[-201381,-253231],[-197904,-256218],[-201331,-258314],[-198109,-256582],[-192943,-265975],[-193817,-267000],[-192074,-266611],[-193326,-265798],[-198546,-265728],[-197628,-265291],[-200953,-267662],[-199678,-264232],[-194545,-256843],[-194623,-256402],[-195496,-257426],[-195553,-257286],[-195422,-257027],[-201303,-264925],[-201192,-264679],[-201181,-264918],[-201117,-264970],[-192982,-258230],[-197030,-272973],[-195141,-274256],[-195138,-272500],[-195014,-271526],[-199043,-269072],[-200771,-272555],[-201168,-273453],[-201685,-272744],[-201498,-271482],[-200895,-272349],[-201880,-275074],[-192297,-279635],[-192254,-279583],[-192134,-279296],[-192284,-279396],[-194284,-289118],[-194506,-290275],[-194680,-290014],[-193707,-291042],[-193455,-288301],[-193332,-289549],[-193673,-288491],[-192956,-289080],[-196365,-294037],[-193875,-289751],[-193389,-289878],[-194442,-290616],[-195565,-303059],[-195374,-305804],[-196188,-297176],[-196422,-298090],[-199733,-303907],[-199534,-303786],[-199806,-303830],[-201214,-305625],[-197501,-306028],[-197300,-304643],[-197921,-305990],[-196641,-306951],[-198938,-305963],[-196082,-303027],[-204784,-317120],[-203053,-315416],[-202199,-313531],[-203866,-315705],[-204131,-316470],[-203219,-312928],[-203029,-315010],[-203497,-315027],[-201328,-312756],[-201389,-312495],[-200808,-312426],[-200991,-307957],[-201373,-307775],[-201307,-307780],[-200648,-309275],[-194256,-309397],[-198612,-308910],[-196720,-314863],[-197763,-316551],[-198678,-316875],[-199044,-317546],[-201325,-318106],[-196541,-316480],[-197002,-315958],[-192577,-332378],[-192433,-332480],[-192109,-332524],[-202964,-327613],[-199326,-329001],[-198226,-329389],[-196445,-334835],[-195763,-335020],[-196500,-336853],[-196954,-337330],[-196737,-336931],[-193740,-333506],[-193759,-332858],[-194254,-334547],[-198160,-336701],[-198165,-336339],[-198427,-336978],[-195343,-25394],[-195990,-25150],[-199252,-15353],[-192598,-17067],[-192770,-19974],[-192388,-22401],[-192491,-20201],[-193075,-19661],[-203228,-17444],[-203473,-21153],[-203684,-18700],[-203940,-18616],[-203700,-18581],[-203421,-17033],[-203738,-18794],[-194978,-37105],[-194973,-36736],[-194560,-26912],[-192715,-27904],[-192463,-25802],[-194353,-25481],[-194249,-25676],[-192846,-26062],[-193606,-26941],[-196254,-28219],[-196206,-29293],[-193520,-27435],[-192385,-26479],[-192491,-26531],[-193233,-25998],[-193088,-27372],[-192923,-26476],[-192544,-27416],[-200515,-35991],[-199726,-37274],[-200328,-37119],[-200540,-37678],[-203807,-37666],[-203302,-37724],[-203904,-37179],[-203293,-37331],[-192117,-36743],[-192457,-35779],[-193233,-37312],[-199994,-31858],[-199687,-32207],[-200834,-32231],[-200363,-32070],[-201018,-44188],[-193099,-40407],[-192198,-39857],[-195182,-48149],[-195974,-44574],[-194755,-47795],[-193873,-46536],[-194550,-47411],[-194517,-46527],[-192594,-46094],[-192214,-46697],[-192597,-46733],[-193605,-46827],[-196911,-48719],[-196941,-50711],[-195851,-50729],[-194335,-50059],[-194793,-50725],[-203528,-44400],[-202790,-41981],[-202273,-42218],[-201545,-42044],[-204141,-40340],[-202864,-41151],[-204026,-40979],[-201746,-40863],[-201214,-40789],[-200717,-40214],[-200045,-41293],[-200350,-41316],[-198251,-38740],[-198166,-40331],[-199133,-40728],[-196262,-39119],[-198536,-41662],[-198523,-41684],[-197661,-41504],[-198743,-42907],[-197451,-52093],[-197084,-51636],[-195632,-51729],[-195111,-68223],[-197654,-70826],[-201569,-72806],[-198622,-72557],[-198532,-72330],[-198536,-72568],[-198474,-72625],[-204332,-66769],[-204151,-66704],[-203805,-66894],[-203887,-66754],[-204038,-66693],[-193169,-65269],[-194643,-65657],[-194497,-67179],[-193935,-84941],[-194844,-84857],[-195089,-88955],[-203179,-82394],[-198525,-87044],[-199533,-86099],[-198240,-88461],[-201165,-83375],[-201603,-85594],[-204714,-80340],[-202944,-82254],[-202906,-82439],[-203164,-82756],[-202989,-82696],[-202917,-82549],[-198846,-101789],[-197966,-97835],[-200038,-99741],[-203513,-97386],[-195533,-95465],[-195594,-95578],[-194119,-94385],[-195031,-91168],[-195884,-93092],[-195860,-92994],[-195741,-93342],[-200524,-98422],[-200538,-98232],[-200248,-97960],[-200428,-98002],[-200512,-98121],[-197742,-96767],[-197734,-97007],[-197669,-97058],[-203716,-90552],[-203919,-90418],[-203694,-90485],[-203620,-90430],[-195902,-93239],[-204677,-99227],[-204780,-99083],[-193084,-111912],[-195680,-103495],[-195680,-103495],[-202117,-109977],[-201459,-110123],[-203080,-109751],[-203281,-109613],[-203052,-109675],[-202979,-109625],[-197052,-110352],[-196862,-110316],[-196404,-110626],[-196466,-110451],[-196604,-110378],[-199579,-105485],[-200373,-105610],[-200693,-103506],[-199075,-113263],[-201509,-112950],[-201410,-111021],[-200936,-110918],[-200464,-111706],[-200648,-111649],[-201277,-111170],[-201306,-111353],[-201214,-111476],[-196486,-113978],[-196296,-114002],[-196075,-114346],[-196079,-114160],[-196193,-114048],[-204164,-111981],[-204280,-112195],[-204244,-111960],[-204298,-111894],[-196079,-110728],[-195892,-110773],[-195715,-111142],[-195699,-110958],[-195793,-110831],[-203190,-112419],[-203399,-112293],[-203163,-112336],[-203096,-112286],[-194932,9605],[-203321,9832],[-204446,34035],[-204514,34652],[-204263,34061],[-204127,33727],[-204295,33043],[-202331,29649],[-202952,29371],[-202914,29640],[-203195,29510],[-195270,27376],[-194432,27439],[-195519,26757],[-196069,26930],[-192450,32034],[-192299,31502],[-193907,36800],[-194841,34842],[-194985,34430],[-194657,35793],[-195855,48795],[-197163,50033],[-197309,50196],[-196840,50020],[-204374,46282],[-204263,47684],[-196878,47334],[-196913,46883],[-196440,47696],[-197234,47566],[-195930,45118],[-195429,45446],[-195904,45993],[-195446,45816],[-198168,45151],[-197345,46057],[-197749,45855],[-197665,43952],[-198634,42896],[-200377,41571],[-198952,41896],[-200306,41204],[-200592,42202],[-200721,41778],[-200712,42699],[-200561,41437],[-202037,41790],[-201849,41295],[-201521,40591],[-202633,41698],[-192299,52170],[-201774,56249],[-201816,59430],[-198308,64025],[-196902,59280],[-196221,59672],[-197074,58923],[-196817,60608],[-196371,56935],[-197021,56704],[-197007,56107],[-197309,55903],[-198421,56488],[-198613,56050],[-199262,56395],[-198959,56779],[-194329,54823],[-195627,54568],[-195442,53640],[-195484,54873],[-195213,59240],[-194167,57413],[-194511,57496],[-194925,57185],[-203784,72397],[-203883,71541],[-203683,71150],[-197057,67430],[-196064,66781],[-196568,66482],[-196978,66296],[-199046,65566],[-198848,64709],[-198684,64416],[-200115,67180],[-199920,67456],[-200073,67751],[-199942,67086],[-195140,122879],[-194834,122952],[-205980,-125110],[-206083,-125297],[-206258,-125356],[-205331,-123430],[-204956,-123478],[-205406,-122922],[-217554,-117083],[-216040,-120385],[-210898,-124173],[-211889,-123394],[-213192,-124491],[-211734,-120857],[-213344,-127735],[-214691,-125695],[-208793,-123129],[-209552,-122769],[-209590,-122849],[-214377,-119737],[-214346,-119546],[-213911,-120275],[-215052,-115396],[-215173,-115537],[-216609,-115608],[-216717,-115554],[-207400,-123321],[-207671,-123419],[-210560,-127637],[-210455,-127752],[-210702,-127694],[-213370,-116758],[-213583,-117204],[-213286,-116870],[-207583,-115841],[-207793,-115728],[-207787,-115342],[-207860,-115490],[-207817,-115647],[-212444,-115934],[-212437,-115690],[-212359,-115917],[-212282,-115949],[-214803,-132951],[-214977,-132478],[-213892,-131229],[-211050,-130641],[-211027,-131118],[-209664,-131824],[-209588,-131684],[-206944,-129870],[-207009,-139864],[-207930,-139112],[-208215,-139145],[-211307,-137770],[-210451,-139004],[-210096,-134343],[-210316,-134627],[-211119,-138019],[-210467,-138559],[-210812,-139107],[-210319,-139072],[-210185,-135139],[-210645,-132950],[-210719,-133081],[-210405,-134765],[-210190,-128231],[-206240,-129913],[-206030,-130326],[-207095,-129923],[-206198,-129345],[-213416,-132361],[-211141,-139847],[-210942,-139710],[-211082,-139906],[-211057,-139985],[-217357,-134997],[-216245,-134637],[-216127,-134551],[-214694,-138407],[-215102,-137206],[-216917,-138882],[-204986,-151439],[-204837,-151899],[-204994,-151079],[-208394,-143118],[-205017,-142590],[-204840,-142662],[-206568,-142611],[-209022,-142511],[-209681,-141987],[-208495,-143220],[-206743,-140803],[-207189,-140646],[-206909,-140654],[-207492,-141297],[-216631,-153172],[-213504,-144936],[-213277,-144773],[-211198,-145575],[-211420,-147153],[-214024,-146976],[-209772,-144670],[-209874,-144516],[-209760,-144126],[-209899,-144248],[-209903,-144410],[-212169,-159557],[-214581,-158042],[-206331,-154691],[-206157,-154715],[-213508,-159296],[-214410,-165099],[-213550,-154824],[-214430,-154416],[-216014,-153622],[-215940,-153662],[-215901,-153739],[-212566,-153801],[-212662,-153966],[-213059,-154032],[-212897,-154099],[-212742,-154044],[-215361,-162291],[-217012,-161716],[-216490,-161422],[-214491,-165663],[-214449,-165264],[-214274,-165367],[-215848,-153444],[-206930,-175256],[-207601,-173907],[-211857,-173178],[-211763,-173024],[-207103,-178745],[-207415,-172731],[-207483,-173441],[-207772,-173254],[-209540,-173529],[-209876,-172926],[-215047,-176375],[-214915,-176614],[-215733,-176351],[-214808,-176173],[-214597,-176000],[-216406,-177272],[-207035,-178337],[-210623,-176492],[-210909,-176683],[-206391,-169012],[-209183,-171586],[-206563,-168899],[-206056,-169875],[-209379,-171791],[-206840,-168991],[-206337,-168496],[-205712,-168363],[-207182,-170768],[-207261,-170781],[-216149,-184958],[-216517,-191043],[-217154,-190691],[-217316,-190661],[-208650,-179818],[-215894,-185218],[-216058,-185118],[-216191,-184578],[-216264,-184745],[-216208,-184895],[-216647,-183347],[-216829,-183288],[-216982,-182909],[-217008,-183090],[-216923,-183222],[-212638,-181338],[-212791,-189455],[-212269,-189792],[-212311,-189835],[-212228,-189662],[-212165,-189479],[-213339,-187506],[-213644,-187300],[-213783,-187448],[-213970,-187189],[-213917,-187363],[-217572,-199862],[-215456,-201292],[-216126,-192190],[-215957,-191870],[-215367,-191981],[-215649,-193549],[-215812,-193629],[-215714,-193067],[-215999,-192492],[-215896,-192455],[-215614,-192722],[-214686,-204177],[-215025,-203782],[-211127,-201630],[-209745,-194285],[-209883,-194473],[-209814,-194243],[-209866,-194177],[-214428,-195805],[-214194,-195738],[-214386,-195881],[-214393,-195962],[-215574,-200333],[-215725,-200523],[-215654,-200296],[-215691,-200222],[-211730,-204169],[-210533,-203646],[-211679,-201251],[-212028,-201076],[-210134,-193393],[-206008,-199419],[-206028,-199197],[-216276,-192530],[-216782,-192405],[-216851,-192172],[-216713,-192368],[-216624,-192369],[-208657,-199197],[-208546,-199343],[-208600,-199746],[-208484,-199606],[-208509,-199448],[-216085,-205535],[-216175,-205374],[-216426,-209021],[-217244,-211304],[-216828,-209427],[-214794,-215652],[-214592,-205511],[-214997,-205322],[-215017,-205869],[-212160,-213766],[-212479,-216029],[-211838,-217259],[-211716,-216649],[-212690,-215561],[-212209,-206571],[-214508,-206110],[-214451,-206062],[-212078,-206903],[-207591,-216925],[-207569,-217196],[-207655,-216962],[-207744,-216956],[-214126,-214033],[-214144,-213790],[-214044,-214008],[-213962,-214029],[-209504,-214765],[-209576,-214587],[-209360,-214085],[-209505,-214166],[-209556,-214319],[-211560,-216341],[-216802,-207158],[-216206,-208528],[-211051,-206802],[-210660,-207002],[-207674,-211630],[-208054,-211346],[-209055,-210618],[-208806,-209252],[-211295,-205793],[-211124,-205228],[-206230,-205154],[-206415,-205201],[-206744,-204960],[-206671,-205130],[-206530,-205195],[-208460,-208530],[-208611,-208412],[-208623,-208007],[-208712,-208162],[-208676,-208320],[-210457,-207189],[-217436,-218290],[-211183,-223659],[-210032,-223071],[-206227,-219364],[-205434,-220493],[-205354,-220722],[-205134,-220584],[-205598,-220887],[-209550,-220213],[-209412,-220436],[-208235,-220787],[-211871,-220331],[-210821,-219927],[-208971,-220621],[-212770,-219204],[-214136,-217728],[-213976,-217483],[-214062,-217779],[-214007,-217841],[-216817,-219460],[-216982,-219558],[-217509,-219422],[-217389,-219565],[-217239,-219586],[-212925,-226436],[-208293,-229504],[-206438,-228509],[-214527,-228607],[-207520,-230440],[-209637,-231295],[-213089,-232004],[-216634,-231488],[-214902,-233687],[-208383,-235059],[-207672,-233487],[-205868,-234088],[-210150,-236866],[-207788,-233175],[-208491,-235520],[-206801,-233831],[-208890,-233859],[-207954,-234494],[-210025,-234614],[-209395,-236772],[-210322,-236074],[-211659,-239349],[-207211,-236800],[-207964,-238709],[-207306,-235718],[-205050,-237246],[-207047,-237126],[-206421,-242052],[-207989,-241489],[-206913,-241612],[-208338,-242593],[-208160,-240522],[-208012,-240242],[-207471,-242146],[-207721,-241248],[-209789,-240489],[-209914,-240289],[-209528,-239849],[-210083,-240335],[-212578,-239172],[-210585,-241505],[-215809,-236988],[-216641,-238029],[-217298,-237915],[-217236,-238559],[-208506,-241375],[-213157,-239894],[-216313,-242192],[-216324,-242664],[-216519,-241963],[-213227,-242620],[-214583,-242237],[-205090,-237543],[-217544,-232925],[-213091,-239048],[-213060,-238808],[-213000,-239037],[-212933,-239082],[-213129,-1077],[-210002,-180],[-209248,-2483],[-206435,-3584],[-206611,-3636],[-208132,-5797],[-213152,-10747],[-209180,-9884],[-205057,-250423],[-206353,-243502],[-210046,-244675],[-210036,-245048],[-211057,-244739],[-211163,-245349],[-209640,-246517],[-209351,-246532],[-208621,-246511],[-207327,-245910],[-209514,-245853],[-212816,-246615],[-210516,-246742],[-216057,-245210],[-215525,-247524],[-215818,-245295],[-215367,-246133],[-214988,-247078],[-216115,-244646],[-215328,-247763],[-212287,-244310],[-213716,-243672],[-216433,-243957],[-211734,-244517],[-216209,-253937],[-210195,-251976],[-215238,-251114],[-212374,-250406],[-216649,-251944],[-210341,-267681],[-210264,-266872],[-208062,-266686],[-214888,-264908],[-215132,-265776],[-215173,-266730],[-216351,-267308],[-213159,-265927],[-212074,-266162],[-212510,-265897],[-213360,-266877],[-214164,-266618],[-206118,-263453],[-211505,-263330],[-208570,-261379],[-207031,-264565],[-206546,-265493],[-206031,-265711],[-207274,-264366],[-206967,-265460],[-207027,-264954],[-205364,-258079],[-207946,-270830],[-213695,-270541],[-206176,-271662],[-207703,-270193],[-206683,-272358],[-206567,-271362],[-207562,-270948],[-205154,-272208],[-208020,-273174],[-209455,-271174],[-209575,-272029],[-209859,-272355],[-209710,-272324],[-207201,-280653],[-211895,-277949],[-216684,-286759],[-216493,-282383],[-216182,-283211],[-216303,-281681],[-214773,-284731],[-212768,-285528],[-212360,-285945],[-211504,-287585],[-212812,-286387],[-213272,-284843],[-206278,-287690],[-210539,-286614],[-210358,-287492],[-208736,-291413],[-209825,-288346],[-205995,-290183],[-208811,-289005],[-212550,-304995],[-206923,-299323],[-210177,-298721],[-213711,-300299],[-213924,-300363],[-214986,-294555],[-208005,-302949],[-207779,-303009],[-207733,-301804],[-212995,-319347],[-206481,-318625],[-205212,-318754],[-206557,-314726],[-206642,-310232],[-204868,-310042],[-216710,-328215],[-213621,-327987],[-212989,-327112],[-210860,-328396],[-210097,-322150],[-209801,-322141],[-210033,-322223],[-208689,-324406],[-207491,-323912],[-208934,-324313],[-212212,-324988],[-204849,-331170],[-204926,-336184],[-205974,-336207],[-205598,-336578],[-205500,-336739],[-217584,-16454],[-209843,-14521],[-209982,-14596],[-212547,-15931],[-212927,-19329],[-214430,-22426],[-210757,-18288],[-210936,-21986],[-215971,-28067],[-215218,-29628],[-206222,-32754],[-205344,-31696],[-214695,-44959],[-207836,-50108],[-209872,-46772],[-212137,-50009],[-206854,-45871],[-207116,-46067],[-207922,-42275],[-210748,-47916],[-205632,-48102],[-205241,-47989],[-205556,-47651],[-205097,-47896],[-216378,-53450],[-218397,-62432],[-217135,-61804],[-215585,-57190],[-205803,-72308],[-209039,-72354],[-209627,-73219],[-209175,-69056],[-208983,-64396],[-205059,-64392],[-205369,-64548],[-205397,-64974],[-216445,-79430],[-213522,-76922],[-213759,-76981],[-213559,-76850],[-213549,-76763],[-205248,-78837],[-208291,-81487],[-209615,-78019],[-210537,-77711],[-210248,-77984],[-211936,-80188],[-210482,-84986],[-212059,-86415],[-212908,-82194],[-212983,-82365],[-213505,-82557],[-213332,-82614],[-213186,-82539],[-212115,-76946],[-211940,-76779],[-212040,-76987],[-212009,-77068],[-209105,-80482],[-209141,-80243],[-209027,-80456],[-208943,-80469],[-205614,-90244],[-205884,-90050],[-206724,-91537],[-211209,-90340],[-211194,-90126],[-211673,-91211],[-214606,-101082],[-212071,-101704],[-211486,-98587],[-208501,-100600],[-205840,-99450],[-207214,-97051],[-207126,-97211],[-207259,-97600],[-205187,-99189],[-205038,-99090],[-204940,-99064],[-207041,-95053],[-207223,-95111],[-207571,-94893],[-207488,-95060],[-207336,-95111],[-211751,-90550],[-211682,-90784],[-211825,-90590],[-211907,-90585],[-215865,-101091],[-215764,-100871],[-215778,-101104],[-215721,-101168],[-208581,-110991],[-215153,-111935],[-212555,-113096],[-212696,-113221],[-212616,-113088],[-212675,-113019],[-214826,-114986],[-213175,-106476],[-214087,-106853],[-214118,-109224],[-209681,-113367],[-209454,-113458],[-209695,-113455],[-209748,-113510],[-217398,-102747],[-217370,-102935],[-217468,-103188],[-217387,-103046],[-213179,11895],[-205187,9859],[-205053,9622],[-205274,9237],[-209413,9286],[-208740,6332],[-208856,10135],[-205242,9674],[-206836,6345],[-205761,5905],[-206403,5678],[-207432,4981],[-207953,3178],[-207238,2608],[-207942,2676],[-212811,5242],[-216490,2797],[-209296,3501],[-217295,14689],[-215821,18269],[-216012,23728],[-215898,25030],[-217144,25767],[-213320,19990],[-209634,22751],[-209497,23694],[-210389,23620],[-209421,23807],[-213470,21262],[-214020,20034],[-214008,20666],[-212441,32576],[-216204,29273],[-215332,30940],[-214435,30465],[-216335,30351],[-215334,30981],[-216447,25873],[-205385,26178],[-205540,26604],[-205498,34783],[-209458,34774],[-211013,35205],[-211946,35178],[-210431,36161],[-212396,31911],[-211124,32127],[-210173,31790],[-206706,27667],[-206208,27861],[-205995,32870],[-206602,30663],[-206637,30865],[-206280,30654],[-204915,32416],[-205774,32927],[-209823,45777],[-206300,46363],[-205971,46497],[-205000,46739],[-205481,47066],[-205827,47631],[-205995,47435],[-206281,47438],[-209862,39044],[-209773,39753],[-204895,71312],[-205624,72452],[-206544,74585],[-206404,73175],[-205666,72649],[-206091,75323],[-205411,74749],[-206471,76105],[-205322,75354],[-209062,73794],[-208080,73191],[-208503,73550],[-208947,72822],[-227179,-115188],[-225811,-117608],[-225775,-117793],[-226037,-118093],[-225867,-118044],[-225786,-117900],[-220543,-116037],[-222180,-117713],[-221130,-117922],[-224257,-117024],[-225785,-116959],[-221164,-121345],[-221142,-121112],[-221109,-121351],[-221025,-121390],[-228273,-115197],[-227014,-115077],[-230057,-118396],[-229916,-118545],[-229905,-118785],[-229841,-118837],[-227885,-117007],[-227792,-117230],[-227948,-117062],[-228035,-117060],[-230091,-119121],[-230204,-118969],[-230115,-118570],[-230245,-118702],[-230239,-118862],[-220482,-127782],[-230003,-123935],[-224120,-129363],[-225611,-128618],[-217648,-137518],[-224550,-138335],[-227466,-129051],[-227569,-129193],[-228115,-129284],[-227953,-129374],[-227797,-129323],[-218607,-132958],[-226439,-153373],[-225172,-149848],[-224135,-151092],[-224075,-148663],[-227928,-149159],[-222535,-150980],[-222455,-150749],[-222445,-150989],[-222387,-151042],[-230001,-152912],[-230028,-153101],[-230376,-153319],[-230190,-153317],[-230078,-153202],[-229873,-152563],[-229703,-152738],[-229908,-152625],[-229989,-152661],[-221201,-147380],[-221028,-147303],[-220670,-147490],[-220761,-147333],[-220918,-147290],[-222848,-144245],[-222770,-144014],[-222769,-144249],[-222699,-144304],[-222657,-144178],[-227340,-143823],[-227510,-143908],[-227887,-143747],[-227777,-143890],[-227622,-143929],[-225016,-149954],[-224863,-150136],[-225064,-150003],[-225146,-150035],[-218604,-148473],[-218665,-148615],[-219642,-159634],[-220165,-159595],[-222140,-158950],[-221406,-153581],[-224156,-154955],[-228495,-157602],[-228681,-157557],[-228858,-157208],[-228875,-157372],[-228778,-157505],[-230168,-165525],[-230078,-165688],[-230187,-166077],[-230053,-165956],[-230056,-165799],[-221598,-158381],[-220960,-163036],[-221227,-163335],[-221183,-162844],[-220342,-178303],[-222349,-177786],[-217606,-172699],[-218727,-171068],[-218542,-171036],[-218494,-171725],[-225632,-171150],[-225514,-171372],[-226345,-171533],[-226577,-171708],[-226993,-172590],[-226930,-178247],[-227072,-178305],[-220548,-174916],[-220148,-174263],[-220318,-174118],[-219291,-168143],[-220032,-168352],[-218490,-168746],[-218394,-169426],[-219516,-168532],[-225146,-171059],[-224910,-171028],[-225126,-171134],[-225139,-171218],[-225505,-171518],[-225660,-171615],[-226178,-171475],[-226081,-171615],[-225920,-171639],[-228617,-167046],[-227954,-189711],[-229830,-187076],[-229677,-187095],[-229723,-187220],[-229207,-184716],[-226858,-182556],[-228467,-185437],[-223376,-179795],[-223170,-179840],[-224099,-181828],[-218025,-187225],[-218203,-187294],[-218716,-187070],[-218626,-187226],[-218471,-187275],[-219384,-186210],[-219576,-186186],[-219919,-185749],[-219912,-185932],[-219802,-186045],[-225207,-189849],[-225045,-190278],[-229786,-184594],[-226796,-179046],[-225387,-180935],[-226186,-181779],[-223979,-179543],[-223461,-180667],[-224152,-179661],[-223753,-179218],[-223673,-179782],[-228452,-203259],[-224329,-198267],[-222719,-203943],[-225141,-198463],[-223075,-204336],[-230363,-194826],[-223543,-202540],[-224485,-202753],[-224143,-202615],[-224507,-202895],[-223420,-200607],[-224461,-201867],[-221545,-200843],[-218516,-193531],[-218665,-193610],[-219049,-193472],[-218931,-193615],[-218766,-193624],[-229883,-210850],[-227147,-205343],[-221330,-212280],[-220972,-216788],[-225041,-210365],[-221763,-211118],[-225602,-208731],[-227352,-207989],[-223429,-215709],[-224171,-217113],[-220338,-218067],[-220094,-218177],[-219979,-218179],[-230135,-218626],[-219914,-218088],[-218505,-220036],[-218250,-219068],[-218152,-219227],[-218546,-218815],[-218737,-218828],[-219162,-218467],[-219123,-218647],[-218989,-218735],[-217710,-221019],[-217698,-220851],[-223496,-218729],[-223347,-218211],[-222742,-218344],[-229495,-224460],[-218855,-228756],[-224207,-225741],[-225189,-225299],[-228692,-227135],[-229655,-229565],[-228814,-231679],[-217961,-239663],[-220406,-234917],[-219724,-235168],[-220170,-237036],[-225410,-241465],[-220241,-238476],[-220015,-238432],[-219814,-236642],[-223707,-235436],[-223404,-234148],[-221232,-234285],[-224585,-233882],[-224025,-231998],[-223767,-232132],[-223091,-232263],[-223508,-230367],[-222133,-231781],[-223173,-233176],[-223313,-230985],[-224533,-231207],[-225143,-236151],[-224981,-236622],[-225502,-236317],[-225822,-235791],[-225766,-235665],[-225826,-235992],[-230233,-233003],[-227546,-237311],[-227408,-236257],[-226723,-237505],[-228733,-240923],[-229327,-236937],[-228250,-237513],[-230075,-236311],[-229500,-235528],[-229901,-237609],[-229986,-237401],[-222306,-239449],[-219817,-241012],[-219445,-239693],[-221390,-241166],[-222758,-242259],[-223577,-242286],[-221744,-241882],[-217904,-241798],[-219592,-242690],[-220557,-240676],[-219196,-240843],[-224460,-241277],[-228508,-240707],[-228372,-240551],[-225800,-242810],[-225981,-242884],[-217701,-232890],[-217676,-232659],[-217625,-232894],[-221548,-8765],[-222104,-10069],[-222371,-10242],[-228331,-8819],[-222189,-1657],[-227230,-10116],[-227296,-8653],[-226517,-10589],[-227088,-10034],[-227929,-8998],[-230251,-8725],[-225343,-245661],[-222399,-243013],[-222050,-243104],[-228122,-246296],[-228448,-245408],[-226985,-246343],[-226758,-246468],[-227095,-246285],[-228753,-245961],[-224958,-245321],[-225004,-244103],[-224691,-244737],[-226011,-243275],[-227296,-243292],[-219721,-246725],[-218867,-244300],[-219113,-246126],[-220837,-243623],[-222122,-244582],[-222430,-243565],[-222727,-247247],[-221423,-247190],[-221910,-243767],[-223101,-247589],[-223126,-247574],[-226477,-263097],[-219697,-257607],[-230113,-282746],[-229517,-282576],[-229071,-283689],[-225736,-287350],[-228478,-285466],[-227505,-281445],[-224598,-285338],[-226690,-282882],[-224603,-284421],[-227875,-285356],[-218970,-306525],[-230050,-303282],[-229975,-303447],[-227218,-306862],[-222621,-300429],[-222632,-300537],[-225127,-311178],[-225325,-311153],[-225185,-311099],[-227310,-307004],[-227645,-307251],[-227714,-307418],[-227407,-307652],[-227038,-16377],[-226855,-16329],[-224276,-17075],[-224582,-18717],[-221247,-19052],[-227634,-12900],[-221988,-16889],[-230123,-32563],[-226432,-34259],[-229255,-33340],[-226429,-32250],[-229504,-34658],[-230181,-31815],[-229363,-34185],[-220547,-28588],[-220085,-27310],[-222430,-44568],[-228449,-42823],[-222626,-45239],[-230279,-48571],[-229916,-48568],[-229754,-50950],[-222477,-41737],[-223237,-41733],[-228692,-52458],[-228859,-52220],[-226749,-52291],[-226775,-51206],[-225763,-52696],[-226081,-52335],[-223992,-53052],[-221458,-68917],[-221269,-68879],[-220808,-69187],[-220872,-69013],[-221010,-68940],[-218498,-82233],[-219017,-82406],[-218336,-82050],[-218963,-81292],[-225845,-98363],[-225916,-98189],[-225699,-97678],[-225858,-97765],[-225902,-97921],[-229154,-102027],[-224050,-98459],[-223972,-98228],[-223961,-98469],[-223901,-98518],[-225762,-98077],[-228974,-111415],[-227205,-111918],[-229770,-110850],[-226014,-111020],[-225398,-112735],[-224862,-112191],[-224005,-111850],[-223886,-111827],[-227506,-113995],[-224619,-106381],[-223291,-106535],[-223958,-106517],[-224326,-106550],[-226584,-106579],[-226318,-106399],[-226415,-106635],[-226361,-106539],[-227253,-110715],[-227062,-110693],[-226669,-110910],[-226816,-110799],[-226949,-110712],[-219933,-111822],[-220375,-112080],[-219535,-111518],[-217646,-103239],[-229124,-102268],[-229048,-102242],[-228962,-102260],[-220978,9017],[-223481,7505],[-224780,7136],[-217836,10185],[-217954,12212],[-226723,14220],[-219401,16411],[-224656,25625],[-229372,323315],[-229761,322335],[-229054,321037],[-228476,323131],[-229871,321065],[-228337,358008],[-230358,357483],[-225231,355347],[-228987,357815],[-229602,352214],[-230059,360303],[-228249,358671],[-228960,586177],[-227825,586494],[-228978,585877],[-228210,581956],[-228925,580420],[-223050,54803],[-222942,54763],[-224293,55416],[-223570,55118],[-223185,55163],[-222967,54618],[-224330,56942],[-224805,56834],[-223905,56823],[-224753,57140],[-224707,57023],[-224754,56991],[-224172,57329],[-224595,59874],[-224701,60565],[-224455,60156],[-224287,60067],[-224752,59658],[-224772,60031],[-224726,59813],[-230305,59711],[-230278,59895],[-230315,59964],[-229703,59931],[-229978,59966],[-228244,60043],[-228892,60274],[-228187,60231],[-229047,60226],[-230179,58597],[-229602,58783],[-230058,58299],[-227984,57466],[-227373,57305],[-227549,57321],[-227294,57196],[-227220,57312],[-227310,58153],[-225802,59208],[-226403,58709],[-225629,59234],[-226633,58921],[-225832,59614],[-218121,61361],[-217913,61435],[-224807,56606],[-229404,59995],[-241559,-118139],[-239305,-118804],[-236671,-119439],[-236579,-119214],[-236584,-119451],[-236525,-119510],[-236496,-122367],[-236471,-122607],[-237266,-118516],[-236558,-122603],[-236404,-122652],[-236613,-125481],[-236857,-125483],[-236631,-125401],[-236601,-125319],[-231602,-125325],[-231687,-125539],[-231658,-125299],[-231725,-125240],[-231087,-123134],[-231193,-122933],[-231158,-123147],[-231221,-123083],[-231011,-122727],[-231251,-122750],[-231027,-122666],[-231004,-122577],[-233456,-121350],[-233465,-120922],[-233922,-121674],[-232997,-117274],[-232606,-118733],[-237436,-139573],[-237603,-139661],[-237977,-139502],[-237864,-139648],[-237715,-139682],[-236077,-137866],[-236183,-137708],[-236068,-137320],[-236203,-137439],[-236216,-137601],[-238267,-134056],[-238125,-133925],[-237724,-133978],[-237862,-133870],[-238023,-133874],[-238841,-128374],[-238885,-128187],[-238646,-127862],[-238806,-127930],[-238880,-128073],[-233154,-131675],[-233212,-131491],[-233016,-131152],[-233177,-131234],[-233212,-131376],[-234855,-137524],[-234779,-137292],[-234768,-137531],[-234704,-137583],[-239112,-151283],[-238975,-151385],[-238920,-151923],[-238819,-151771],[-238858,-151614],[-238589,-149521],[-238418,-149449],[-237902,-149657],[-237993,-149497],[-238150,-149456],[-233719,-150565],[-233893,-150643],[-234362,-150230],[-234262,-150386],[-234106,-150421],[-241979,-150332],[-242156,-150379],[-242500,-150155],[-242421,-150323],[-242266,-150371],[-235781,-143021],[-235885,-142860],[-235772,-142470],[-235909,-142594],[-235914,-142750],[-241447,-145660],[-241580,-145863],[-241527,-145640],[-241575,-145565],[-242870,-141692],[-242992,-141544],[-243037,-141283],[-243035,-141437],[-241206,-142783],[-241082,-142636],[-240680,-142642],[-240828,-142547],[-240988,-142573],[-241127,-141551],[-241111,-141794],[-241208,-141574],[-241287,-141549],[-239325,-141821],[-239388,-142057],[-239405,-141819],[-239474,-141767],[-242916,-141145],[-233333,-142241],[-232571,-142273],[-232656,-142109],[-243022,-162657],[-243188,-163948],[-242452,-163092],[-242347,-162779],[-242242,-162438],[-242394,-162500],[-242460,-162646],[-234519,-163828],[-234548,-163680],[-234391,-163813],[-234348,-163884],[-236026,-158845],[-235810,-159107],[-235785,-159510],[-235697,-159346],[-235740,-159192],[-233107,-160543],[-232973,-160679],[-232961,-161237],[-232849,-161086],[-232874,-160928],[-234725,-163005],[-234650,-162766],[-234669,-163000],[-234611,-163063],[-240063,-156209],[-239832,-156163],[-240021,-156289],[-240046,-156367],[-241668,-153568],[-241908,-153531],[-241676,-153478],[-241628,-153412],[-234542,-162914],[-239404,-160490],[-239434,-160678],[-239780,-160896],[-239594,-160895],[-239484,-160779],[-236555,-165100],[-234156,-165264],[-237711,-158187],[-237616,-157967],[-237623,-158198],[-237567,-158262],[-243111,-171558],[-239978,-167289],[-240656,-167346],[-239793,-168235],[-240109,-167710],[-240102,-167537],[-240225,-167039],[-240145,-166929],[-240228,-167355],[-239171,-170666],[-239199,-170853],[-239244,-170684],[-239326,-170652],[-237702,-178775],[-237831,-178713],[-236982,-177715],[-238116,-177672],[-243090,-172824],[-242787,-172881],[-239191,-167332],[-242505,-173967],[-242677,-173936],[-242740,-173813],[-241986,-173773],[-242904,-174552],[-243135,-175432],[-241116,-175137],[-240284,-175673],[-241557,-174459],[-240591,-176093],[-242948,-178403],[-233473,-170544],[-233303,-170476],[-232791,-170691],[-232880,-170528],[-233036,-170487],[-233261,-170866],[-233228,-171106],[-233329,-170889],[-233415,-170870],[-233145,-170681],[-236576,-166594],[-233684,-190212],[-237893,-190962],[-239853,-189211],[-239307,-184400],[-239009,-187311],[-242139,-190517],[-241331,-190523],[-239354,-187950],[-242201,-183756],[-240422,-186406],[-242836,-182304],[-240965,-185533],[-238928,-190330],[-238699,-190413],[-238879,-190265],[-238880,-190175],[-233267,-189061],[-230666,-185272],[-230781,-184737],[-230850,-183961],[-234967,-182858],[-234817,-182915],[-231877,-185647],[-236137,-185980],[-233575,-201283],[-235402,-203456],[-238926,-194130],[-239201,-192311],[-237135,-193347],[-238621,-193799],[-240045,-195509],[-242436,-201350],[-232657,-201200],[-233624,-201788],[-231300,-202098],[-237811,-204497],[-235842,-203628],[-234491,-197029],[-231182,-193721],[-236898,-202987],[-237025,-202364],[-236653,-202614],[-236087,-204491],[-237968,-201938],[-237722,-201607],[-237317,-202171],[-236146,-201902],[-234139,-198605],[-234536,-192737],[-236415,-193826],[-234036,-194180],[-239769,-192470],[-231674,-195817],[-231025,-195799],[-230713,-194227],[-236112,-192531],[-240386,-203233],[-235225,-208568],[-237268,-207604],[-232169,-213949],[-234667,-207627],[-236009,-206626],[-237241,-204868],[-235034,-205146],[-242217,-204611],[-242630,-212355],[-241973,-205419],[-234729,-209693],[-238836,-210781],[-233921,-209651],[-234745,-209996],[-233752,-211287],[-231272,-211482],[-233294,-209465],[-239103,-215063],[-240688,-216259],[-232177,-209585],[-242601,-204043],[-243105,-204695],[-232448,-222865],[-234141,-229000],[-231697,-225115],[-236520,-227034],[-238525,-222677],[-234688,-220069],[-240677,-217928],[-240082,-229706],[-240492,-229963],[-241812,-228870],[-242081,-228172],[-230745,-233279],[-230508,-231734],[-230746,-235248],[-231562,-236819],[-233102,-235116],[-231560,-235275],[-232594,-237817],[-236091,-237107],[-233832,-234001],[-232931,-235087],[-233435,-237727],[-234783,-238596],[-233009,-237254],[-234723,-236732],[-236087,-236837],[-234920,-234954],[-235498,-235604],[-234530,-234809],[-236531,-238048],[-235534,-240211],[-235789,-240203],[-232399,-240175],[-231197,-241333],[-230927,-241845],[-231134,-239001],[-230738,-240961],[-238706,-232458],[-238058,-231149],[-238236,-232023],[-238563,-232676],[-238022,-233988],[-237774,-233548],[-240018,-233777],[-240801,-234667],[-240030,-233356],[-239184,-232571],[-238563,-233922],[-238898,-233882],[-240211,-235555],[-240869,-235052],[-236288,-235746],[-237469,-234544],[-236855,-235839],[-239110,-237067],[-241156,-238858],[-240562,-237078],[-242600,-236920],[-242336,-237794],[-243073,-231797],[-239835,-230461],[-238155,-240022],[-238421,-240996],[-239226,-238975],[-234718,-238158],[-234854,-237849],[-237952,-237923],[-237579,-237684],[-232031,-240568],[-231101,-240735],[-230869,-239276],[-235009,-233423],[-240021,-9770],[-239716,-9729],[-231131,-8608],[-230599,-7624],[-231475,-4388],[-232645,-2598],[-235645,-6350],[-235225,-8399],[-233060,-5606],[-242652,-3945],[-235699,-249732],[-235516,-249732],[-242262,-249204],[-242928,-249371],[-241671,-249198],[-242455,-253345],[-241525,-254574],[-232705,-243559],[-232788,-243614],[-233504,-243496],[-233411,-243650],[-233256,-243641],[-234203,-244136],[-234097,-243866],[-233802,-245557],[-231959,-247967],[-230963,-247056],[-238960,-255291],[-242678,-259012],[-238401,-263346],[-240855,-277033],[-239907,-280022],[-242142,-275590],[-241082,-277513],[-237557,-303885],[-238358,-302021],[-242801,-301260],[-242889,-301405],[-230426,-303349],[-242148,-310222],[-238011,-311812],[-237115,-310701],[-230785,-319636],[-230978,-318822],[-236719,-318618],[-242985,-318072],[-239567,-321458],[-236384,-320807],[-239839,-326952],[-231735,-320217],[-233616,-19630],[-234616,-15955],[-235057,-15847],[-236519,-16271],[-236004,-16387],[-237813,-14805],[-231524,-21801],[-231948,-21792],[-231181,-16061],[-231573,-15793],[-240984,-33880],[-242308,-32722],[-242256,-32465],[-241563,-33729],[-235883,-33160],[-235185,-33265],[-232664,-32657],[-234507,-32975],[-234744,-30652],[-236159,-32201],[-234241,-32207],[-239145,-31705],[-237449,-28804],[-235676,-28982],[-238561,-30894],[-237129,-29566],[-236087,-30213],[-237154,-31079],[-241830,-35453],[-231985,-49624],[-231647,-40994],[-232365,-39950],[-242242,-61424],[-235090,-58408],[-235422,-58339],[-235146,-58325],[-234619,-58656],[-239807,-60747],[-242069,-75751],[-240855,-99763],[-241686,-99713],[-240766,-101799],[-236324,-102068],[-234656,-102195],[-234940,-101735],[-234102,-101292],[-231212,-99012],[-231808,-98648],[-231697,-98376],[-231563,-97721],[-232122,-98623],[-231610,-98090],[-241074,-94783],[-242563,-94071],[-241570,-96715],[-232495,-98658],[-232413,-98887],[-232558,-98706],[-232645,-98702],[-241962,-96836],[-240012,-97012],[-239816,-97499],[-240132,-97053],[-237160,-96502],[-234621,-108996],[-243060,-108652],[-242741,-108942],[-241259,-113272],[-239496,-112547],[-239382,-112153],[-239396,-105170],[-239633,-105962],[-241468,-102478],[-240075,-106010],[-240053,-103924],[-231434,-103369],[-230952,-104026],[-231167,-104179],[-230852,-104337],[-232844,-103903],[-232565,-104458],[-231705,-103349],[-231789,-103276],[-234617,-112954],[-234411,-113002],[-235668,-109960],[-235789,-110030],[-235332,-102849],[-237762,-114467],[-237798,-114278],[-237546,-113963],[-237710,-114023],[-237789,-114164],[-237845,-114607],[-237872,-114846],[-237925,-114625],[-232946,-113471],[-232756,-113485],[-232527,-113819],[-232535,-113639],[-232651,-113525],[-238001,-114581],[-234478,-102270],[-234694,-102321],[-235419,-113277],[-235375,-113048],[-235337,-113285],[-235261,-113319],[-236269,-104343],[-236460,-104359],[-236888,-103999],[-236846,-104174],[-236711,-104266],[-230516,-110375],[-231480,-113263],[-234525,-112871],[-233185,-111199],[-233624,-114378],[-233734,-114413],[-233803,-114214],[-233846,-114350],[-233940,-114301],[-241567,962],[-240387,2799],[-239659,2606],[-240199,3802],[-240898,206502],[-240522,207972],[-241088,205912],[-242145,208226],[-241676,208955],[-235185,21207],[-235476,21100],[-236038,265088],[-233630,261974],[-233554,262205],[-233543,261966],[-233479,261914],[-233530,261658],[-239901,257376],[-239574,257226],[-233848,261913],[-242051,259016],[-236177,265044],[-230555,324506],[-237833,324550],[-238373,325983],[-235089,324916],[-236321,327130],[-237640,324156],[-236659,327377],[-240904,330855],[-241132,330922],[-242464,330779],[-241208,331127],[-238628,330980],[-240480,331448],[-239763,331321],[-241286,331625],[-240272,332176],[-239125,331060],[-240320,344954],[-240266,344874],[-238212,344034],[-234233,344457],[-234343,345632],[-235965,342540],[-234380,342044],[-233854,339473],[-232106,336808],[-236460,342078],[-235935,338792],[-236561,342351],[-236504,337650],[-242704,335049],[-242166,340239],[-238920,338914],[-241754,340856],[-241863,338915],[-239234,339953],[-240644,341112],[-238844,339025],[-238733,346436],[-240904,347316],[-240880,346537],[-242749,347769],[-234685,345917],[-238145,346477],[-238012,346521],[-237036,346553],[-230618,357645],[-234005,357382],[-233059,356914],[-235130,356356],[-235852,358099],[-234401,357337],[-230830,353139],[-231072,350577],[-231082,354104],[-233427,352767],[-231739,351510],[-235181,353464],[-235166,352719],[-238842,352763],[-238913,352072],[-238369,351707],[-236429,350239],[-235715,349526],[-236248,350041],[-232186,364046],[-231933,362204],[-230569,362266],[-231075,361903],[-232674,361452],[-234848,359274],[-240049,359083],[-239260,359121],[-240161,359379],[-232614,31009],[-239949,44955],[-240140,43332],[-241319,43813],[-240605,44634],[-242220,42729],[-241031,42704],[-240026,47211],[-233928,48557],[-233547,49579],[-233556,50906],[-233542,51134],[-232798,50580],[-230925,587442],[-232023,586505],[-232368,586872],[-236359,587025],[-237332,588353],[-233427,582159],[-230708,580134],[-242740,583482],[-234847,593168],[-233339,595356],[-235612,596102],[-233797,596589],[-233224,594503],[-234344,595013],[-236795,590661],[-231073,594114],[-230629,594026],[-232102,594160],[-231879,594410],[-231985,594411],[-231528,589463],[-235113,589006],[-230407,59708],[-230435,59429],[-232882,52078],[-232532,55976],[-12754,-199549],[-8470,-236224],[-8877,-236188],[-6665,-239036],[-6619,-237712],[-4376,-237885],[-5206,-237644],[-3444,-238269],[-1840,-238939],[-4418,-240831],[-6540,-239629],[-6688,-239303],[-5617,-234914],[-6412,-235004],[-8595,-235435],[-8324,-235322],[-9385,-249349],[-12066,-248615],[-10062,-248013],[-1453,-254221],[-9211,-247950],[-9061,-247941],[-9022,-248046],[-8752,-247807],[-8159,-248749],[-12205,-246356],[-9710,-247408],[-10001,-247255],[-5085,-252411],[-3958,-253762],[-4866,-252587],[-2971,-252582],[-2734,-252510],[-4689,-251041],[-4790,-251222],[-3348,-251669],[-2961,-266572],[-626,-267716],[-578,-267567],[-981,-266239],[-1319,-266571],[-3401,-267140],[-3307,-267639],[-3960,-266800],[-5410,-266596],[-5994,-267660],[-1544,-256588],[-1359,-256235],[-1593,-256661],[-249558,-117720],[-250467,-117749],[-245102,-116477],[-245102,-115249],[-248176,-122492],[-249751,-117650],[-245105,-117094],[-245345,-119608],[-249174,-119080],[-249657,-120588],[-251433,-120347],[-247145,-115730],[-248336,-123525],[-246182,-117747],[-250576,-120022],[-244880,-118578],[-250665,-125002],[-246718,-120341],[-253605,-119076],[-246603,-120075],[-245163,-120490],[-245651,-121812],[-250735,-121808],[-244703,-115301],[-246132,-116533],[-243686,-117842],[-243217,-115970],[-247092,-116668],[-250189,-125986],[-249763,-126729],[-253131,-123929],[-250618,-120656],[-250695,-120487],[-250517,-120115],[-250674,-120214],[-250706,-120367],[-246319,-122186],[-246334,-122929],[-247377,-124036],[-255564,-118278],[-254759,-115378],[-255119,-115061],[-254870,-115816],[-251516,-130619],[-251513,-130334],[-251631,-130819],[-251560,-130740],[-251553,-129865],[-251638,-129856],[-252690,-131980],[-254073,-134651],[-253700,-134451],[-248526,-129569],[-248206,-128831],[-248319,-128934],[-244859,-136402],[-244899,-136214],[-244652,-135891],[-244823,-135960],[-244891,-136095],[-249984,-133744],[-250246,-133447],[-250130,-133353],[-250156,-133505],[-249992,-132911],[-249543,-132040],[-249668,-132057],[-249581,-132200],[-249713,-132341],[-249664,-134012],[-255075,-140844],[-254951,-140887],[-255605,-142199],[-254414,-143605],[-254408,-143481],[-255668,-145849],[-250731,-143273],[-250399,-143444],[-250351,-142094],[-250220,-142068],[-250083,-142049],[-250456,-142199],[-250354,-141741],[-251889,-152335],[-251855,-152571],[-252180,-152155],[-252153,-152337],[-251999,-152414],[-248611,-143019],[-248386,-143111],[-248616,-143097],[-248676,-143161],[-251180,-148340],[-251252,-148566],[-251264,-148344],[-251328,-148284],[-252399,-150440],[-252469,-150206],[-252323,-150396],[-252240,-150403],[-244587,-142129],[-246082,-150134],[-246211,-150275],[-246621,-150257],[-246467,-150360],[-246309,-150333],[-244407,-142162],[-244231,-142515],[-244210,-142337],[-244314,-142211],[-246425,-147378],[-246527,-147249],[-246104,-146989],[-246239,-146940],[-246205,-146824],[-250774,-151012],[-244890,-164806],[-254443,-164679],[-255983,-158609],[-255940,-157413],[-254964,-156747],[-255427,-157896],[-248898,-165722],[-249265,-165583],[-243370,-163201],[-243341,-163161],[-251646,-161579],[-251649,-161377],[-251702,-161518],[-252586,-161252],[-248923,-158771],[-248468,-158535],[-248183,-159417],[-248965,-158386],[-248101,-159324],[-248239,-159194],[-248252,-158638],[-248359,-158783],[-248336,-158943],[-254305,-154534],[-246679,-159488],[-246831,-159603],[-247386,-159529],[-245886,-162728],[-245983,-162504],[-245817,-162678],[-245732,-162673],[-248212,-156200],[-248617,-156095],[-248920,-156161],[-248802,-156314],[-248644,-156322],[-247959,-156914],[-248313,-157430],[-247989,-156834],[-247967,-156752],[-246355,-163419],[-246296,-163651],[-246339,-163535],[-246465,-163462],[-246197,-163687],[-248228,-157338],[-248379,-157529],[-248299,-157305],[-248225,-157200],[-245930,-155315],[-243850,-170533],[-253647,-170544],[-252864,-172073],[-249159,-166461],[-248001,-168468],[-248636,-167562],[-248136,-166891],[-249152,-168460],[-244562,-170895],[-244223,-170396],[-245865,-170667],[-250973,-173102],[-251207,-173692],[-251647,-172976],[-252194,-172956],[-251761,-172322],[-250951,-171739],[-250760,-172003],[-251895,-172906],[-250055,-167847],[-250107,-167351],[-248930,-167447],[-249375,-167966],[-249482,-178302],[-247944,-175475],[-248250,-175696],[-249269,-166336],[-245596,-174839],[-244164,-173780],[-245978,-174173],[-244315,-177048],[-250786,-190806],[-248374,-180546],[-246178,-183953],[-252536,-187837],[-252006,-183760],[-244517,-188887],[-253220,-184169],[-244973,-184022],[-251880,-183862],[-244736,-189446],[-249904,-189075],[-251760,-184598],[-248362,-182313],[-248020,-182331],[-248925,-182473],[-247605,-182824],[-245215,-191269],[-245422,-191474],[-245310,-191503],[-249754,-179186],[-249524,-179111],[-249277,-180169],[-254952,-179760],[-245061,-179759],[-244457,-195621],[-244018,-195981],[-255232,-191923],[-255943,-191978],[-251022,-193400],[-244302,-195829],[-244566,-191812],[-249158,-192339],[-248828,-194818],[-246978,-197006],[-244771,-198530],[-248795,-202785],[-246530,-200458],[-244898,-201225],[-246991,-194054],[-245201,-195559],[-244261,-195694],[-244119,-195760],[-246228,-191960],[-251430,-195028],[-249845,-196861],[-253802,-202831],[-254058,-198124],[-249192,-197116],[-250744,-198445],[-250771,-201355],[-255943,-203586],[-251649,-200830],[-247760,-198215],[-252660,-200450],[-250664,-198699],[-253764,-203362],[-252620,-198728],[-249644,-199172],[-244785,-198937],[-244518,-199242],[-253381,-199491],[-249308,-200358],[-252651,-195415],[-251336,-196758],[-252333,-197699],[-252773,-200696],[-252143,-197153],[-243672,-203907],[-244652,-203589],[-243540,-204323],[-250187,-205036],[-253430,-211169],[-244086,-207616],[-254429,-204653],[-255839,-209655],[-251254,-214247],[-255349,-208505],[-255552,-214242],[-248161,-211846],[-247143,-211282],[-247835,-206420],[-245752,-210888],[-244030,-205126],[-247837,-214956],[-244109,-214644],[-243817,-215922],[-243291,-213131],[-244210,-213480],[-247002,-221110],[-251221,-229729],[-244278,-230090],[-246333,-229878],[-247302,-229311],[-247442,-229488],[-244029,-228429],[-243423,-226506],[-244165,-226861],[-243451,-226828],[-248154,-217495],[-244093,-230046],[-246546,-231633],[-243707,-233610],[-243276,-233090],[-243565,-232516],[-244220,-231582],[-245570,-233776],[-243812,-232732],[-245180,-233425],[-245865,-233853],[-244382,-233592],[-244891,-233462],[-245586,-232704],[-244325,-233778],[-245993,-231266],[-243773,-231605],[-246060,-230650],[-248198,-237061],[-247808,-237429],[-248408,-237534],[-247373,-237929],[-248265,-237595],[-248229,-237297],[-248179,-237613],[-246689,-237623],[-245790,-238159],[-246752,-237715],[-246314,-238194],[-246387,-237673],[-247845,-235119],[-247856,-235259],[-247839,-234490],[-247896,-235364],[-247825,-234760],[-251758,-239359],[-252018,-239369],[-251580,-239063],[-251987,-238881],[-251692,-238821],[-251712,-239545],[-255459,-236254],[-255659,-236268],[-255339,-236073],[-254965,-236952],[-255572,-235902],[-247606,-236297],[-249466,-237992],[-250400,-237447],[-251520,-236848],[-249980,-237720],[-251284,-236934],[-248295,-237332],[-249582,-239736],[-249956,-239929],[-249954,-239990],[-250303,-239771],[-250151,-240048],[-254484,-234463],[-250218,-232806],[-253213,-235196],[-252573,-235155],[-254362,-233240],[-254446,-234296],[-245285,-240583],[-245685,-240845],[-245108,-240123],[-245536,-240615],[-244253,-239402],[-253853,-236824],[-255997,-237083],[-243938,-230313],[-248963,-11386],[-244678,-1461],[-244885,-1705],[-254153,-12341],[-253551,-11412],[-254025,-11659],[-255217,-11720],[-255866,-12195],[-252116,-12131],[-251877,-246787],[-246182,-246082],[-246004,-246230],[-243381,-248668],[-243391,-249020],[-245576,-253598],[-245549,-251876],[-244929,-252541],[-245236,-252456],[-245397,-252374],[-244177,-254718],[-245275,-253726],[-244200,-254844],[-244621,-254493],[-244019,-256771],[-244098,-256422],[-244106,-256589],[-251935,-265989],[-253198,-265656],[-252522,-265816],[-243532,-277001],[-244410,-278792],[-247761,-288142],[-247390,-288423],[-250723,-288444],[-252971,-290377],[-253529,-284765],[-255838,-290554],[-255229,-292134],[-251349,-303317],[-249737,-302990],[-248245,-304686],[-248010,-306125],[-253990,-301987],[-254921,-301561],[-251267,-298787],[-250192,-299078],[-249255,-297372],[-247844,-298865],[-248179,-296714],[-251890,-308460],[-253913,-307055],[-248342,-312366],[-244362,-309928],[-249904,-318996],[-255918,-318067],[-254946,-309984],[-246319,-312626],[-243495,-319679],[-251042,-321469],[-249259,-320589],[-248360,-321677],[-254604,-24183],[-250307,-17736],[-251936,-16449],[-251913,-16706],[-250488,-15014],[-250615,-16415],[-249674,-16194],[-251998,-13805],[-254238,-25653],[-253954,-30149],[-254692,-32498],[-254173,-30170],[-249491,-28991],[-243833,-32700],[-243433,-32702],[-245234,-62473],[-245045,-62490],[-245179,-62710],[-244826,-62647],[-244941,-62532],[-246567,-59656],[-246468,-59936],[-246645,-59648],[-246487,-59782],[-245656,-61706],[-245828,-61624],[-245932,-61228],[-245980,-61402],[-245913,-61547],[-245436,-62439],[-243569,-56162],[-247614,-68069],[-247183,-66475],[-255623,-80670],[-247418,-99593],[-246645,-100588],[-247554,-99771],[-243724,-101164],[-245944,-101995],[-249756,-95904],[-253120,-91345],[-252642,-91733],[-245869,-97336],[-247074,-100158],[-246981,-99184],[-245511,-96279],[-246230,-97585],[-244654,-99432],[-243319,-97555],[-244505,-90684],[-253474,-101109],[-252375,-100703],[-252109,-100442],[-253837,-101117],[-253351,-100859],[-252072,-100124],[-251170,-100565],[-254160,-99347],[-253951,-98841],[-254544,-97921],[-253785,-96858],[-252641,-94437],[-255529,-95686],[-255206,-95639],[-255212,-98640],[-255656,-97098],[-253152,-92137],[-252624,-93022],[-253929,-92771],[-253679,-91973],[-255015,-92081],[-253245,-92486],[-251335,-114751],[-245249,-111675],[-244773,-114537],[-244763,-108638],[-245792,-113637],[-247883,-114107],[-244832,-110989],[-249053,-110911],[-246175,-107812],[-247316,-111883],[-246412,-105332],[-249149,-108152],[-246054,-106171],[-246440,-106173],[-243623,-104892],[-246472,-103894],[-247491,-105438],[-246517,-107041],[-250920,-113456],[-249972,-102491],[-243381,-114922],[-245957,-110456],[-245920,-110215],[-245865,-110449],[-245801,-110491],[-254207,-114571],[-251589,-109365],[-254138,-105128],[-255817,-106509],[-254242,-103350],[-255587,-102343],[-243298,1755],[-244314,4841],[-245547,5710],[-247734,3530],[-250839,6678],[-253078,8436],[-253116,7115],[-254297,6784],[-250882,5536],[-246057,5094],[-255711,12953],[-255529,12609],[-255987,12124],[-255613,12193],[-255208,12204],[-254721,10309],[-252091,132767],[-251896,132506],[-247150,202916],[-246390,203718],[-246135,204381],[-247069,202151],[-250031,202612],[-250008,201147],[-249089,202277],[-249009,202906],[-245248,204272],[-246340,204425],[-246546,204828],[-246720,205343],[-245458,205333],[-245704,205064],[-253039,206151],[-251429,207664],[-251527,206721],[-250991,208268],[-254993,210500],[-253039,209551],[-254190,212409],[-254282,211525],[-252845,208386],[-244172,206832],[-253998,209260],[-244859,280826],[-244659,280594],[-245748,332945],[-250038,331927],[-248174,332535],[-248493,332275],[-253912,334635],[-252790,336925],[-251965,336659],[-255785,337747],[-251126,343964],[-252242,343625],[-251257,344965],[-247367,335150],[-247618,333486],[-245640,335351],[-244543,335545],[-244339,336310],[-250463,333121],[-248026,333333],[-249409,333597],[-252558,333882],[-245904,347564],[-245142,348050],[-253654,390703],[-255976,397014],[-255996,398489],[-250220,42959],[-249113,43141],[-245643,44524],[-243521,588513],[-243750,588014],[-245619,582298],[-244002,581395],[-244229,583430],[-256434,-123266],[-260852,-124736],[-258152,-123121],[-260197,-122402],[-256945,-122443],[-259337,-121657],[-256653,-117196],[-257694,-121970],[-258686,-121767],[-260150,-120150],[-256975,-117716],[-257145,-119661],[-257723,-121640],[-262609,-119060],[-259550,-119000],[-262495,-115652],[-261852,-135292],[-259896,-134139],[-259619,-128151],[-260368,-129348],[-259728,-129402],[-260028,-129227],[-263268,-139555],[-263203,-139881],[-262940,-139181],[-262912,-140092],[-261301,-137238],[-260990,-137508],[-261485,-137382],[-260727,-137723],[-261719,-133860],[-261057,-133740],[-260627,-134673],[-261178,-134158],[-262120,-132453],[-265800,-133387],[-266352,-132798],[-267062,-136835],[-268124,-148223],[-263394,-144043],[-262604,-146105],[-265935,-152449],[-265697,-153203],[-262300,-144521],[-262320,-145366],[-262027,-144917],[-261923,-145380],[-267208,-149574],[-267336,-148985],[-266876,-149651],[-267124,-149359],[-267179,-149911],[-267261,-150378],[-266828,-150774],[-267340,-150379],[-256759,-146877],[-256475,-145713],[-256764,-146481],[-258955,-149716],[-258898,-149928],[-258757,-151713],[-258681,-151601],[-258715,-151881],[-264032,-151701],[-263733,-151323],[-263596,-151621],[-263355,-151730],[-262780,-148730],[-264187,-149117],[-263815,-148894],[-263742,-148629],[-264620,-143551],[-264347,-142553],[-263862,-143525],[-264864,-142833],[-265440,-146248],[-265241,-145707],[-264970,-145441],[-264228,-145588],[-256258,-143548],[-260448,-163452],[-267474,-163416],[-260241,-164125],[-260815,-161044],[-261589,-163111],[-262262,-159579],[-262350,-160126],[-265746,-165509],[-264573,-161203],[-259533,-164731],[-256143,-158530],[-256317,-157887],[-256096,-158715],[-258049,-154124],[-257675,-156146],[-257170,-154148],[-257334,-156013],[-260424,-160909],[-260248,-160617],[-259746,-160306],[-260173,-160668],[-258411,-163651],[-258335,-163614],[-259058,-163561],[-257790,-162627],[-266349,-153945],[-265799,-154631],[-265392,-154664],[-266424,-153936],[-262917,-158114],[-263265,-158492],[-263475,-158582],[-262900,-157277],[-262540,-156046],[-262292,-156827],[-263386,-156924],[-263099,-157201],[-257335,-157730],[-257246,-157503],[-257253,-157742],[-257187,-157798],[-266777,-166316],[-267574,-173209],[-263855,-171827],[-259721,-166215],[-258829,-172877],[-264342,-166451],[-266760,-170112],[-260562,-166906],[-265888,-167699],[-259184,-166865],[-264685,-167512],[-261571,-171935],[-256799,-169617],[-259779,-171425],[-259326,-174516],[-264893,-172857],[-264728,-169716],[-264481,-175359],[-267419,-172529],[-257386,-170747],[-262870,-176507],[-261875,-176249],[-263178,-174414],[-268500,-168658],[-260749,-168288],[-258541,-167216],[-268630,-169395],[-260435,-171550],[-262224,-177186],[-259451,-171450],[-267076,-166414],[-262500,-175397],[-261027,-171087],[-257866,-173375],[-259284,-174703],[-265130,-167996],[-267420,-171476],[-267977,-174350],[-260660,-168082],[-256444,-175839],[-264060,-179270],[-263101,-184721],[-267756,-182499],[-262191,-184389],[-257195,-185855],[-258824,-187967],[-259385,-182698],[-262731,-182533],[-259776,-181952],[-263044,-180358],[-260233,-182323],[-266326,-188283],[-264555,-188374],[-263515,-185429],[-260945,-187412],[-265988,-182116],[-268568,-179079],[-256465,-188984],[-257657,-180523],[-260253,-190336],[-259087,-188647],[-259691,-188636],[-260479,-190588],[-260475,-188722],[-260598,-192170],[-256213,-192985],[-260885,-200989],[-257662,-202459],[-259751,-200982],[-260210,-204205],[-259350,-203840],[-260851,-194131],[-266084,-203522],[-258969,-194908],[-258189,-194814],[-258253,-200953],[-259301,-198955],[-261544,-195510],[-258869,-208962],[-257414,-208897],[-259502,-206515],[-261731,-205727],[-258264,-206147],[-257790,-206229],[-266569,-206902],[-266142,-206463],[-264275,-206715],[-264646,-206386],[-256410,-214100],[-258881,-213073],[-258362,-213827],[-256165,-211276],[-256333,-211467],[-256807,-214046],[-257729,-225892],[-258608,-224444],[-256771,-226216],[-257515,-224862],[-256586,-226074],[-256430,-234329],[-268219,-241889],[-268146,-241461],[-259887,52],[-261706,-11921],[-263728,-12372],[-267760,-12304],[-259402,-281],[-259078,-244071],[-267683,-243021],[-267482,-243178],[-266139,-253864],[-264511,-255716],[-265141,-263399],[-258965,-287237],[-261579,-289835],[-262297,-289056],[-265629,-285989],[-263550,-286371],[-268044,-287811],[-264625,-293396],[-265508,-291048],[-260909,-281839],[-260803,-281716],[-256340,-285688],[-257310,-288269],[-256560,-286905],[-256426,-287854],[-263773,-295971],[-262309,-296271],[-262784,-302644],[-262502,-302218],[-258057,-302865],[-257586,-302271],[-259635,-307824],[-256135,-317951],[-258271,-317130],[-258646,-318083],[-260587,-313527],[-258356,-312872],[-256881,-311315],[-264127,-318688],[-262293,-318435],[-265192,-343655],[-266404,-341981],[-266463,-342130],[-267612,-15771],[-268036,-14460],[-265776,-15558],[-268496,-16173],[-267615,-13485],[-264777,-13035],[-263254,-12717],[-262065,-15388],[-262490,-14261],[-267743,-13150],[-265838,-24230],[-264682,-21823],[-267921,-23226],[-257702,-31376],[-257147,-28311],[-259626,-25605],[-266325,-29891],[-265775,-30588],[-267297,-31181],[-268639,-34881],[-268030,-33859],[-266422,-33759],[-266569,-32554],[-267913,-33609],[-265343,-27541],[-266421,-26687],[-265399,-26034],[-267148,-27614],[-266131,-39239],[-267470,-44409],[-267190,-71041],[-259482,-87482],[-261654,-88066],[-262656,-88447],[-263489,-87138],[-261776,-86267],[-261788,-86492],[-262074,-84913],[-266088,-85423],[-258980,-85687],[-257999,-85368],[-265301,-86647],[-265820,-86784],[-262015,-81789],[-263879,-78165],[-261583,-80481],[-264793,-81140],[-264190,-80510],[-266584,-89066],[-264503,-88434],[-259204,-89175],[-258531,-88230],[-267894,-89027],[-268637,-89378],[-267930,-86982],[-267197,-88877],[-267681,-88615],[-260395,-88668],[-256013,-95973],[-256142,-99963],[-258263,-98620],[-256645,-96091],[-258311,-98352],[-258382,-101247],[-256125,-91921],[-259900,-93339],[-258627,-93554],[-260671,-89552],[-257217,-89736],[-268127,-90102],[-262004,-91484],[-264478,-96331],[-262807,-93521],[-264638,-93992],[-263997,-93658],[-262814,-96620],[-266472,-94100],[-265431,-95896],[-266052,-92914],[-265697,-93306],[-267073,-92458],[-265926,-93339],[-259894,-93548],[-261172,-92520],[-256514,-96343],[-256178,-94295],[-259749,-93549],[-259587,-95557],[-260483,-96033],[-261125,-108327],[-265083,-106694],[-256279,-103701],[-262813,1751],[-261476,5027],[-259397,4043],[-258794,4562],[-258582,12982],[-256940,12758],[-257329,12436],[-256151,12775],[-260671,2904],[-260827,2670],[-261977,1276],[-258011,5028],[-258330,5220],[-258182,5506],[-256339,14035],[-256845,15543],[-259319,332403],[-259650,330555],[-258680,327916],[-262292,327140],[-260667,327353],[-260624,327501],[-264996,327774],[-263635,329214],[-264166,327564],[-264803,327090],[-265038,330848],[-265470,332932],[-268029,332056],[-265315,331155],[-263807,331308],[-265497,331123],[-256799,336200],[-259401,333777],[-258765,334062],[-257487,334423],[-260142,334210],[-260630,333919],[-258960,337369],[-260421,337163],[-258320,337317],[-259781,335824],[-260972,333335],[-262313,333733],[-262978,333967],[-264195,334404],[-265188,336370],[-263591,338689],[-263945,338078],[-261693,334925],[-263743,335670],[-263381,27462],[-262454,27876],[-264004,27758],[-265732,29767],[-264822,27926],[-262591,30196],[-261178,31058],[-259559,391274],[-256889,393258],[-257770,393256],[-257365,391967],[-258993,390731],[-259282,395786],[-261502,396163],[-261843,394273],[-258339,396880],[-261003,396700],[-260799,392798],[-268148,384459],[-268166,388250],[-268580,386139],[-266549,385480],[-264173,387818],[-264452,386447],[-264241,387598],[-266181,388567],[-268551,392174],[-268326,392058],[-267885,392148],[-261401,397064],[-260883,397999],[-258583,398407],[-258715,398495],[-256789,398015],[-257412,398183],[-257252,397411],[-256770,397471],[-268771,89402],[-265299,88812],[-267965,88464],[-265331,87593],[-267175,90418],[-267974,90376],[-263114,112759],[-273930,-120790],[-276698,-123376],[-280195,-117873],[-280630,-117590],[-279262,-118268],[-276553,-124160],[-277145,-124016],[-275735,-124090],[-276734,-124363],[-279420,-116964],[-278834,-116991],[-278587,-115377],[-277012,-115208],[-277374,-117178],[-278002,-116769],[-275706,-115303],[-275526,-115930],[-274239,-117194],[-275562,-116429],[-275262,-116231],[-275121,-117019],[-275414,-115594],[-277337,-119453],[-280800,-122654],[-279187,-119541],[-279332,-119335],[-279049,-119316],[-277662,-118417],[-278920,-124381],[-276219,-135993],[-276840,-137187],[-275513,-136774],[-279140,-135724],[-277825,-137365],[-276876,-140287],[-275405,-140220],[-280620,-139693],[-281600,-137043],[-280026,-140393],[-279844,-138907],[-278195,-152104],[-277425,-150303],[-276455,-148377],[-277571,-141002],[-280349,-147813],[-276940,-146426],[-279502,-146417],[-277424,-140928],[-277808,-150537],[-277916,-149158],[-276442,-150748],[-277097,-150121],[-276758,-150651],[-276877,-150510],[-276844,-149697],[-280151,-146236],[-280027,-146118],[-279966,-146279],[-279796,-146027],[-280198,-147206],[-280082,-147004],[-279644,-147250],[-275446,-141067],[-276006,-141587],[-275413,-141058],[-276059,-141587],[-275494,-141734],[-277271,-145084],[-276982,-144696],[-277663,-143971],[-277513,-144704],[-277014,-143980],[-277278,-144701],[-280144,-140850],[-280156,-140624],[-271550,-155909],[-271909,-156851],[-277622,-153825],[-280061,-156658],[-279955,-156348],[-275141,-167316],[-278868,-176531],[-278559,-178594],[-278197,-175432],[-269700,-170673],[-269328,-176313],[-269637,-178871],[-281262,-174744],[-271792,-198066],[-278421,-205989],[-275608,-206260],[-275777,-207090],[-278917,-207867],[-280199,-207381],[-279905,-207391],[-279096,-207316],[-279686,-209679],[-279978,-209364],[-279666,-209440],[-279720,-209340],[-280079,-209459],[-279644,-209323],[-279495,-208933],[-279755,-208983],[-279514,-208787],[-280359,-208544],[-279649,-208541],[-280412,-208363],[-279909,-208871],[-279842,-208602],[-280170,-213215],[-279518,-213192],[-280178,-213585],[-280128,-213585],[-280314,-214189],[-276826,-212053],[-279600,-213442],[-279357,-213148],[-279401,-216391],[-279328,-216130],[-279560,-217269],[-279278,-216742],[-279411,-216565],[-280218,-215825],[-280485,-216768],[-280523,-216888],[-279628,-216050],[-279905,-217111],[-280509,-216604],[-279631,-216598],[-278740,-222210],[-280849,-229503],[-279813,-217580],[-280122,-222023],[-280379,-221516],[-279558,-222749],[-280043,-221547],[-280028,-222071],[-280622,-223004],[-280633,-224175],[-281122,-224509],[-280263,-224284],[-280537,-224012],[-280518,-223813],[-280296,-223948],[-269168,-10879],[-270003,-11684],[-269724,-10788],[-276304,-10380],[-271816,-246217],[-275685,-255769],[-278184,-255763],[-275926,-254846],[-276107,-255791],[-278463,-258603],[-278562,-256934],[-268930,-287562],[-270003,-283027],[-268967,-343592],[-268992,-343733],[-268925,-343084],[-278799,-22654],[-275721,-19271],[-275211,-17057],[-273400,-18678],[-273428,-19041],[-269810,-14426],[-278692,-13793],[-280175,-15709],[-277409,-16834],[-279527,-15359],[-279693,-15472],[-277495,-17037],[-277917,-24902],[-278177,-24908],[-278049,-24765],[-268865,-17893],[-279026,-12711],[-276066,-37612],[-276321,-37827],[-279150,-33844],[-279636,-33166],[-279249,-33957],[-280070,-25891],[-268843,-36720],[-277982,-38425],[-278989,-39122],[-278773,-39488],[-279131,-39308],[-278759,-41331],[-279071,-41087],[-279527,-42110],[-274781,-45174],[-273832,-43343],[-275201,-45599],[-275417,-43389],[-275381,-45151],[-275707,-44403],[-281392,-47005],[-278939,-47503],[-280756,-45150],[-281220,-46740],[-274677,-42682],[-281108,-52662],[-280828,-51817],[-275984,-51235],[-272529,-84401],[-274055,-83713],[-271929,-83854],[-274910,-83534],[-274934,-82740],[-274869,-82494],[-274746,-82040],[-275003,-83188],[-276619,-79791],[-276864,-80187],[-276426,-80470],[-271813,-85581],[-274998,-84939],[-274786,-85541],[-278636,-88961],[-277909,-87971],[-277424,-88139],[-278123,-88593],[-270884,-88553],[-270683,-89133],[-272199,-88844],[-277775,-83766],[-276668,-83666],[-277071,-84257],[-277902,-83471],[-278139,-84094],[-277592,-83256],[-272066,-89088],[-272268,-87026],[-274337,-88531],[-273411,-88085],[-274457,-85044],[-275679,-84199],[-276971,-84453],[-277820,-84347],[-276657,-83841],[-276611,-82265],[-276962,-83206],[-275820,-83074],[-278062,-78791],[-277017,-78131],[-278214,-80049],[-278624,-78762],[-271177,-90639],[-270665,-90544],[-273061,-89588],[-270813,-91394],[-271973,-91692],[-270415,-90406],[-272315,-89907],[-271535,-89982],[-274194,-90390],[-281048,-114551],[-278591,-104418],[-278717,-104535],[-280521,-111860],[-278076,-114384],[-278151,-114243],[-278896,-108633],[-280830,-109986],[-280082,-108661],[-280367,-108203],[-280619,-110568],[-279143,-111631],[-278545,-109929],[-279326,-110572],[-278807,-110390],[-279111,-109468],[-279687,-109918],[-278924,-109084],[-277572,-114972],[-281506,20354],[-281177,20372],[-269639,323587],[-274560,328809],[-269838,327621],[-271004,329200],[-271294,326446],[-270406,329334],[-271265,329382],[-271106,33648],[-270420,32429],[-276942,32688],[-280035,35422],[-280880,27683],[-274873,32824],[-281234,387376],[-280065,384831],[-275809,387623],[-278462,387081],[-275346,388783],[-276378,384671],[-274954,384493],[-273837,385187],[-274297,385303],[-276563,406584],[-277394,398808],[-276847,400014],[-278260,397782],[-278533,401238],[-280996,400142],[-281289,401361],[-281176,401638],[-278060,410621],[-278577,410570],[-277614,410869],[-271683,73230],[-273367,74882],[-271700,72977],[-272036,74321],[-272260,73323],[-272395,73196],[-273781,77066],[-272193,83855],[-272073,77110],[-274159,77670],[-271557,77852],[-274665,79675],[-275195,82642],[-272741,86410],[-270755,81827],[-272996,81761],[-273974,83559],[-271558,84898],[-272290,88288],[-273790,86703],[-274644,86743],[-271257,90606],[-272455,89871],[-273153,90323],[-278898,103445],[-280347,104657],[-278674,103488],[-279786,104045],[-280016,103641],[-293622,-119221],[-281880,-115795],[-290368,-116689],[-285746,-121012],[-287100,-119106],[-291692,-119150],[-290802,-122747],[-285621,-121131],[-288295,-123829],[-287052,-123741],[-287644,-127390],[-284150,-126743],[-282518,-122779],[-282554,-122397],[-282409,-122473],[-291274,-119891],[-291393,-119784],[-291509,-118997],[-291384,-119985],[-290741,-121222],[-290868,-120754],[-290452,-121193],[-290607,-121318],[-291125,-125540],[-291492,-125366],[-291259,-125866],[-283503,-126390],[-283522,-126205],[-283382,-126097],[-292275,-124911],[-284676,-122487],[-283379,-123679],[-281826,-122877],[-285123,-123869],[-283709,-123118],[-284783,-121441],[-283321,-121360],[-286974,-120986],[-286470,-121765],[-287618,-121845],[-285468,-117123],[-286731,-117630],[-285252,-118134],[-287182,-118796],[-286634,-120915],[-285962,-121989],[-283952,-120017],[-284583,-120225],[-286209,-120429],[-285815,-117024],[-284260,-116414],[-292654,-125731],[-293958,-124543],[-292898,-124062],[-293774,-124130],[-294316,-120846],[-294123,-121431],[-289295,-115191],[-286875,-115981],[-288504,-116445],[-288735,-117323],[-287575,-135452],[-286930,-133382],[-286721,-134368],[-286738,-134543],[-284204,-130691],[-291613,-132582],[-292021,-136688],[-290713,-137341],[-287393,-139833],[-288385,-131866],[-286896,-131392],[-287301,-130829],[-287930,-131794],[-290276,-130683],[-290512,-130814],[-290428,-130644],[-290088,-131562],[-290577,-133216],[-290735,-133279],[-290757,-137176],[-281889,-140147],[-292577,-137971],[-293235,-137778],[-291830,-138454],[-292107,-135862],[-291656,-136932],[-292451,-138362],[-291957,-137563],[-293175,-137104],[-294256,-136274],[-293439,-137216],[-293837,-135239],[-292982,-136682],[-292883,-136761],[-290913,-134163],[-290061,-135494],[-290878,-134878],[-289539,-135151],[-289904,-134780],[-288579,-129835],[-287902,-131779],[-293369,-130581],[-292484,-130177],[-293094,-130277],[-293189,-130812],[-290880,-127557],[-293082,-129528],[-293542,-129963],[-293311,-130188],[-292028,-127948],[-292429,-140521],[-288310,-131396],[-287016,-130951],[-285564,-130296],[-287677,-133020],[-287891,-133534],[-292601,-145154],[-293361,-145353],[-286455,-141558],[-283162,-151466],[-285991,-147558],[-282047,-147617],[-289353,-143523],[-288168,-145761],[-287886,-146644],[-287230,-146952],[-287296,-146294],[-292239,-150260],[-292483,-150521],[-293360,-151163],[-292075,-151031],[-284037,-142571],[-283234,-142463],[-284612,-142838],[-283215,-141795],[-284282,-142367],[-283971,-140648],[-285018,-142527],[-290277,-148034],[-289934,-148739],[-290175,-149273],[-289348,-150093],[-291541,-150121],[-288830,-149522],[-290474,-148659],[-289762,-144298],[-289865,-144073],[-289569,-142967],[-291330,-144708],[-289230,-144753],[-289296,-144964],[-289600,-144823],[-294342,-147078],[-291642,-148487],[-291373,-148659],[-292700,-146828],[-288562,-145719],[-294059,-148216],[-293516,-148225],[-290599,-147052],[-291398,-141429],[-291588,-141152],[-291468,-140789],[-291976,-141357],[-294097,-159850],[-281853,-176884],[-293592,-167373],[-293750,-166562],[-293804,-167917],[-281862,-175700],[-283116,-173536],[-291542,-176392],[-287750,-179443],[-288834,-191051],[-287721,-189678],[-287543,-195210],[-286756,-194274],[-288455,-195471],[-282404,-198513],[-283235,-197021],[-289462,-199867],[-291254,-204298],[-289143,-197656],[-288337,-197702],[-289296,-196620],[-288798,-195628],[-290619,-198849],[-289134,-197283],[-286641,-197902],[-287490,-197340],[-286779,-205008],[-283405,-205578],[-284851,-208976],[-283211,-208467],[-283308,-212181],[-285628,-208406],[-285071,-214246],[-288809,-217306],[-286867,-216640],[-292469,-227806],[-292432,-223724],[-293865,-227262],[-293433,-226367],[-291887,-221120],[-294246,-217541],[-286764,-218618],[-290577,-218500],[-293222,-219725],[-292791,-220328],[-293281,-218793],[-293258,-217874],[-283504,-222373],[-282677,-226085],[-282660,-225665],[-282475,-225605],[-282773,-226032],[-282489,-225730],[-282573,-225502],[-284186,-227082],[-284622,-227016],[-284657,-226721],[-284941,-226617],[-284548,-227131],[-285240,-226999],[-287173,-228691],[-286935,-229175],[-287655,-229497],[-287700,-229393],[-286898,-228804],[-286722,-229231],[-288122,-229652],[-288018,-229919],[-287995,-230163],[-288303,-229745],[-287783,-230094],[-287192,-234932],[-285635,-234933],[-288952,-239149],[-286137,-238511],[-286174,-238328],[-282174,-236004],[-288302,-230226],[-289734,-231549],[-289180,-231553],[-289706,-231897],[-289773,-231677],[-289663,-231585],[-289713,-232093],[-289118,-230409],[-288765,-230750],[-289287,-230535],[-288887,-231140],[-289639,-231042],[-289326,-230666],[-293374,-5449],[-293906,-7631],[-294153,-8916],[-290898,-6657],[-293918,-6055],[-293822,-245463],[-293993,-246783],[-292194,-244868],[-293185,-247888],[-293913,-248188],[-290538,-245341],[-292017,-248971],[-291413,-248050],[-287148,-255068],[-287882,-243122],[-293223,-250427],[-293841,-255976],[-292359,-268058],[-290323,-266576],[-290509,-266122],[-290382,-266149],[-292631,-266747],[-292794,-266422],[-292604,-265764],[-287936,-265140],[-287939,-266927],[-282858,-262085],[-288675,-276138],[-290982,-272292],[-291188,-271093],[-292905,-277836],[-289877,-273567],[-290099,-276469],[-286145,-276510],[-289791,-281102],[-291387,-280517],[-289251,-280485],[-292839,-280793],[-289761,-268820],[-290258,-279205],[-284717,-273054],[-285749,-275737],[-284325,-277342],[-284738,-277229],[-285855,-272449],[-285504,-273038],[-290573,-275107],[-291226,-275405],[-290695,-275205],[-289972,-269634],[-293033,-282218],[-291381,-283203],[-285942,-20565],[-282365,-19482],[-284428,-22249],[-283680,-20927],[-285722,-24317],[-285606,-23507],[-289279,-25172],[-294013,-22639],[-294014,-21480],[-294130,-22690],[-291815,-22184],[-292647,-21612],[-293275,-22048],[-292928,-21889],[-282406,-19621],[-284408,-15116],[-283887,-14987],[-282309,-32642],[-282161,-32812],[-281645,-36221],[-282617,-29173],[-284217,-29409],[-282862,-28855],[-284357,-29425],[-283269,-29527],[-285776,-28875],[-289320,-26077],[-291158,-30714],[-291140,-30504],[-293454,-28529],[-289834,-30028],[-290891,-28029],[-284665,-36192],[-287349,-33873],[-284209,-33368],[-284951,-36285],[-287454,-33993],[-286442,-35603],[-284068,-38180],[-284135,-38349],[-284205,-38915],[-283436,-38419],[-283343,-39254],[-284021,-39275],[-286377,-47676],[-288099,-47493],[-288358,-49427],[-287556,-49293],[-286996,-47062],[-287233,-49446],[-291259,-47731],[-291767,-49272],[-290397,-50210],[-292760,-49411],[-284192,-50067],[-282880,-49308],[-282817,-48922],[-281827,-47362],[-281880,-46836],[-288546,-61066],[-282033,-52563],[-284101,-52108],[-293121,-51798],[-290279,-54350],[-292199,-51582],[-290178,-53034],[-290592,-53022],[-292818,-51596],[-291561,-51424],[-288984,-61472],[-290608,-62162],[-286620,-58757],[-285033,-62360],[-284564,-60809],[-284552,-61802],[-286443,-60609],[-284419,-61828],[-286660,-60602],[-288724,-60477],[-286103,-62549],[-285294,-61372],[-283353,-62457],[-293230,-62425],[-287127,-59867],[-285453,-60000],[-291554,-60395],[-291374,-60359],[-290946,-60257],[-291392,-61698],[-290482,-73698],[-291877,-72889],[-294078,-66639],[-293608,-65033],[-288904,-73653],[-289353,-73335],[-288990,-73490],[-289363,-63952],[-289298,-63820],[-291821,-64528],[-286344,-73625],[-286158,-73613],[-285726,-73971],[-285766,-73790],[-285904,-73704],[-286991,-73773],[-292730,-72888],[-292732,-72644],[-292680,-72776],[-292568,-72897],[-282631,-73820],[-282505,-73611],[-282548,-73846],[-282498,-73911],[-294310,-69855],[-294310,-69855],[-290535,-76041],[-291088,-75566],[-291151,-75687],[-292350,-75599],[-292550,-73489],[-293708,-74237],[-293577,-74800],[-293760,-74184],[-294087,-74039],[-292282,-74290],[-293131,-75099],[-291979,-74857],[-290031,-76326],[-288565,-75846],[-291578,-76612],[-291620,-76845],[-284204,-84195],[-286618,-87258],[-284480,-85340],[-287390,-86048],[-285619,-86203],[-284868,-85229],[-286011,-77308],[-287518,-80505],[-286396,-79513],[-286667,-79784],[-287398,-79402],[-286769,-80108],[-286645,-80243],[-286828,-80031],[-287396,-77428],[-286844,-76795],[-287470,-76751],[-287011,-77094],[-288538,-77033],[-288056,-77368],[-289611,-79106],[-289061,-79661],[-289455,-78412],[-290711,-78491],[-290475,-78416],[-289382,-79259],[-289586,-78458],[-284875,-94296],[-283839,-96223],[-282744,-95254],[-281764,-100471],[-288260,-101772],[-287707,-101611],[-288450,-101718],[-287872,-110074],[-286104,-110764],[-288152,-111441],[-284799,-114507],[-288685,-114486],[-287904,-103493],[-289273,-102986],[-289371,-104310],[-288758,-103516],[-288664,-103609],[-283279,-108342],[-287107,-112977],[-284997,-111636],[-285999,-113707],[-285321,-113002],[-285424,-114030],[-287291,-113131],[-286117,-112532],[-288761,-108852],[-286351,-109987],[-285330,-108989],[-285719,-109703],[-286081,-110869],[-285970,-110863],[-287374,-111241],[-286752,-108920],[-287638,-108921],[-287842,-112112],[-288844,-114132],[-288833,-114299],[-287828,-114213],[-281663,20794],[-281922,20977],[-285923,20129],[-289621,23419],[-289907,23305],[-289113,309896],[-290879,310091],[-288601,309385],[-290890,309931],[-289590,308128],[-290992,311324],[-288358,314768],[-288936,314922],[-288690,312466],[-290403,315480],[-290383,312959],[-288518,315240],[-292954,319803],[-294294,318982],[-294016,320389],[-284907,30529],[-293638,388751],[-293767,388026],[-283504,389359],[-282634,385411],[-281863,385036],[-288163,396348],[-286415,396532],[-294127,396925],[-292614,396470],[-287248,409760],[-288732,408683],[-284808,402719],[-281841,403322],[-283523,402253],[-286874,399908],[-285634,397748],[-286183,399382],[-284989,398996],[-288411,400253],[-287698,399920],[-289943,400368],[-293572,404356],[-291398,405112],[-285899,399148],[-292754,397367],[-288441,397430],[-289154,418252],[-292332,421230],[-287352,410497],[-289505,417616],[-289679,417112],[-290386,424345],[-282625,425030],[-291232,426856],[-291002,427022],[-291111,426820],[-292232,426162],[-288532,504617],[-287964,502834],[-287412,503459],[-291077,505742],[-291571,506396],[-288147,509247],[-287682,506671],[-290668,505838],[-292690,508045],[-291075,509620],[-288489,50077],[-291002,514458],[-293981,60077],[-293091,63137],[-292542,58918],[-291256,59899],[-292528,59436],[-291812,62304],[-292093,59025],[-290773,59449],[-293613,57623],[-293654,68410],[-293460,66456],[-293639,68570],[-293951,66634],[-292605,66382],[-293109,73214],[-293656,74416],[-293849,73530],[-282942,77340],[-282776,77542],[-294399,79665],[-294033,79236],[-293583,81604],[-281656,101844],[-283260,90054],[-283445,89895],[-284251,111712],[-286352,114015],[-284919,113873],[-284513,112508],[-286078,111044],[-283690,114317],[-294167,103208],[-293969,103499],[-293054,103155],[-297447,-116834],[-299421,-122181],[-296220,-119340],[-297668,-124629],[-295387,-122741],[-300638,-126537],[-306345,-124892],[-305993,-124079],[-306082,-124127],[-306679,-122506],[-298627,-119450],[-298222,-118513],[-297096,-119093],[-298370,-118546],[-298898,-119232],[-298365,-118379],[-299356,-118506],[-306033,-124242],[-306551,-122466],[-305226,-127367],[-306537,-127709],[-306965,-122990],[-295388,-126656],[-294888,-124279],[-300044,-127425],[-300031,-126584],[-301744,-126493],[-302673,-126586],[-302387,-125641],[-300156,-127578],[-301626,-125483],[-294563,-122076],[-295421,-121185],[-295475,-123070],[-294767,-122777],[-296436,-123618],[-296037,-119850],[-296398,-121209],[-297029,-118854],[-295778,-118788],[-295962,-118702],[-295245,-119101],[-297061,-120183],[-294482,-126656],[-295164,-126695],[-294703,-126425],[-305761,-118321],[-304523,-130918],[-303264,-132821],[-304395,-131968],[-299319,-136265],[-300496,-135482],[-300541,-136125],[-299636,-135322],[-300711,-131779],[-300805,-131917],[-302056,-132068],[-301122,-131374],[-304677,-135025],[-304625,-135000],[-304157,-134924],[-304636,-135270],[-304625,-138995],[-305016,-138673],[-303075,-129943],[-305183,-129221],[-304704,-138125],[-304791,-138965],[-302685,-138792],[-302967,-139454],[-295969,-132254],[-306961,-129366],[-306892,-129439],[-307025,-129434],[-306008,-128155],[-301987,-139514],[-300140,-137806],[-294510,-130881],[-294417,-129809],[-294855,-128452],[-295477,-130120],[-302857,-128535],[-302756,-128587],[-303543,-128830],[-303316,-129067],[-303152,-128861],[-302691,-128737],[-303079,-128383],[-305255,-128957],[-305110,-138564],[-304302,-138183],[-304261,-138108],[-303765,-136834],[-306849,-138572],[-303167,-143687],[-299308,-144004],[-297720,-145170],[-306868,-149313],[-295351,-149559],[-298937,-151506],[-296840,-151467],[-300288,-149897],[-295598,-150829],[-295440,-150836],[-295635,-149517],[-295395,-150522],[-298033,-149809],[-298764,-149842],[-297962,-150354],[-298199,-150585],[-302471,-150062],[-303346,-149367],[-302726,-149760],[-303091,-149236],[-304157,-151278],[-303595,-150552],[-304278,-151310],[-304755,-150294],[-305860,-148058],[-300850,-142717],[-297345,-142475],[-299300,-152404],[-300932,-152964],[-300507,-152483],[-301019,-153142],[-296217,-146672],[-295886,-148087],[-295354,-147625],[-295929,-146907],[-295612,-146860],[-306336,-143737],[-306917,-143976],[-306188,-143926],[-305947,-143386],[-305384,-153093],[-305314,-153182],[-305676,-153177],[-299935,-159174],[-296248,-161687],[-302221,-160839],[-299146,-162606],[-299242,-162345],[-297272,-165430],[-297284,-164934],[-300271,-164818],[-302086,-157428],[-303413,-157219],[-303299,-156783],[-302212,-156959],[-304227,-156112],[-302559,-156996],[-304132,-156186],[-298714,-157749],[-296888,-159090],[-299067,-158106],[-297471,-159043],[-295389,-161688],[-297840,-157363],[-296577,-156862],[-295577,-158085],[-294441,-157665],[-296990,-157019],[-294734,-158646],[-296203,-155866],[-298607,-153952],[-299006,-154510],[-299129,-153861],[-295570,-166535],[-295776,-167251],[-304617,-176204],[-302445,-203519],[-301722,-213368],[-304132,-215599],[-302020,-213396],[-303726,-213990],[-302929,-212962],[-299118,-213313],[-305689,-217225],[-304127,-213387],[-304132,-212851],[-306646,-213225],[-303464,-211229],[-305973,-212939],[-300707,-208293],[-300239,-209331],[-299052,-209890],[-298120,-208835],[-301412,-208238],[-304240,-208039],[-302120,-208210],[-303418,-207860],[-305722,-206767],[-305899,-205349],[-303617,-224835],[-303287,-227173],[-304258,-225328],[-305545,-226778],[-300315,-223417],[-304274,-224912],[-305350,-226446],[-300907,-223910],[-296305,-221954],[-294490,-220249],[-298569,-220081],[-296913,-221711],[-297562,-217678],[-295588,-223059],[-303936,-219832],[-300386,-220339],[-304608,-220478],[-306295,-224365],[-304735,-224721],[-301097,-220907],[-299834,-217984],[-303242,-219363],[-305450,-220614],[-305893,-220752],[-304324,-218176],[-306912,-224394],[-305246,-219798],[-306409,-222304],[-305268,-225150],[-297616,-224630],[-301833,-226073],[-298860,-225869],[-295611,-229023],[-295514,-227639],[-302753,-226143],[-302429,-225146],[-303476,-227094],[-300539,-225310],[-299765,-227346],[-302243,-234045],[-304544,-231623],[-303950,-235466],[-301006,-237720],[-296826,-8251],[-300521,-11876],[-297169,-11770],[-300243,-12337],[-297169,-9400],[-295184,-9403],[-296808,-9165],[-297366,-9927],[-297409,-9076],[-295005,-5397],[-295206,-5057],[-295913,-5131],[-296591,-7295],[-296589,-5392],[-294595,-8149],[-295795,-253240],[-298566,-253080],[-296754,-253781],[-295633,-246253],[-299504,-251432],[-301077,-243803],[-294803,-244887],[-296999,-244822],[-296656,-244950],[-299840,-255483],[-296961,-250136],[-299315,-251874],[-301967,-255443],[-306913,-261307],[-304642,-265675],[-306391,-261796],[-294720,-258355],[-299199,-264774],[-296048,-264886],[-299324,-264555],[-305358,-260870],[-304376,-262869],[-302650,-267600],[-304202,-268274],[-302740,-266970],[-306776,-264251],[-306960,-263895],[-306982,-263354],[-306993,-263489],[-307010,-263611],[-300230,-265687],[-301567,-265019],[-300259,-264629],[-299400,-262107],[-299281,-261920],[-299339,-261831],[-295904,-264491],[-300034,-257566],[-298713,-269260],[-294478,-272402],[-297752,-272096],[-297293,-269554],[-300896,-274769],[-297996,-276553],[-302263,-275711],[-300646,-269262],[-304501,-271454],[-303566,-270508],[-296557,-279913],[-294565,-272378],[-294550,-272521],[-301060,-25226],[-300610,-23954],[-301195,-24189],[-302002,-24490],[-301731,-23944],[-302804,-24121],[-295767,-22724],[-296665,-21302],[-297561,-23009],[-297512,-23544],[-296676,-23060],[-296568,-22993],[-296741,-21675],[-300075,-12722],[-299989,-12920],[-301980,-16606],[-303434,-21388],[-297532,-26263],[-298562,-25613],[-298095,-27218],[-297664,-25950],[-297998,-26284],[-297345,-27066],[-298444,-25774],[-295048,-48037],[-297728,-48041],[-295858,-47832],[-295366,-48340],[-295217,-49678],[-296586,-47499],[-301534,-63244],[-301790,-52062],[-302290,-52979],[-303947,-56536],[-302581,-52024],[-295699,-74881],[-295636,-69374],[-300074,-71473],[-297592,-70069],[-296136,-69603],[-295250,-67497],[-302235,-68430],[-303145,-66104],[-303110,-65997],[-302975,-67323],[-298658,-69323],[-296857,-69347],[-296033,-67286],[-299791,-68755],[-299585,-68838],[-297741,-70124],[-295847,-66902],[-298767,-69313],[-295537,-65051],[-300236,-68101],[-301496,-68145],[-301616,-67933],[-301431,-68086],[-301350,-68075],[-304120,-65839],[-304044,-65607],[-304033,-65846],[-303969,-65898],[-296785,-70671],[-296864,-70438],[-296974,-70232],[-297049,-70203],[-294594,-63916],[-294896,-64308],[-294672,-72954],[-306911,-80367],[-306132,-80795],[-306227,-80651],[-305630,-84652],[-297560,-86015],[-296817,-87176],[-297316,-88047],[-295431,-93414],[-295036,-95461],[-298591,-113354],[-303703,-112680],[-303756,-112832],[-301766,-113886],[-301744,-113525],[-296616,-112282],[-296645,-112083],[-296712,-111577],[-295948,-107817],[-296086,-107888],[-295781,-107914],[-304836,2941],[-301216,1927],[-296652,25444],[-296309,25308],[-294768,20479],[-295048,20298],[-305522,301342],[-305146,301348],[-304757,301495],[-295009,318921],[-298627,318251],[-298187,318879],[-297667,319585],[-304616,309995],[-304539,310228],[-304899,310586],[-306821,323646],[-304608,332675],[-303862,330848],[-299389,320279],[-297596,320666],[-298096,320599],[-299135,321937],[-297590,323972],[-299015,322192],[-298163,322239],[-298405,323303],[-297234,323621],[-295836,32876],[-295417,26897],[-295858,26922],[-295814,27265],[-296279,27243],[-295725,27132],[-296486,26000],[-296811,27061],[-296562,26650],[-296639,26106],[-297441,26837],[-297156,26231],[-297461,26218],[-295366,27414],[-295376,27755],[-295600,27685],[-297559,30525],[-297819,30311],[-298492,384323],[-299071,385045],[-294689,389983],[-295248,388063],[-305322,394610],[-296691,394657],[-305969,400780],[-306808,402413],[-304506,405509],[-304173,405477],[-305297,406873],[-303564,405328],[-304682,406192],[-295540,405651],[-303768,399433],[-303512,399088],[-305601,399331],[-302280,398150],[-299477,397313],[-295030,404531],[-306216,419787],[-306323,420137],[-299646,410475],[-302191,410855],[-300583,411100],[-300110,410115],[-303281,414578],[-302698,415542],[-303678,412755],[-303901,415508],[-300130,415557],[-300313,415437],[-298945,415340],[-299776,414044],[-300487,417259],[-294514,413267],[-298174,426759],[-298293,427484],[-298368,426847],[-297515,429064],[-294715,506179],[-304612,503817],[-304543,503975],[-296221,505563],[-303433,51027],[-304990,48386],[-303381,50937],[-305564,49749],[-306301,49199],[-303637,49679],[-300248,514405],[-302492,512724],[-300245,513411],[-299672,513710],[-298768,516232],[-300101,515069],[-296201,512873],[-302297,524058],[-295253,60575],[-295040,62296],[-305426,57201],[-305322,56905],[-297292,54802],[-298265,52787],[-297044,52916],[-298479,52761],[-299699,51782],[-294711,56579],[-297779,55278],[-294835,55034],[-297141,55918],[-296868,60760],[-295761,59281],[-296310,58987],[-305931,65467],[-305783,70368],[-306304,71006],[-306341,72875],[-306502,71815],[-306335,72607],[-306368,71636],[-296520,66412],[-296235,67769],[-296130,66448],[-294847,66379],[-295886,67561],[-296145,67556],[-294660,69927],[-294745,72433],[-296360,74836],[-295525,72714],[-295247,76537],[-296729,79866],[-297799,79385],[-297924,80315],[-298304,79657],[-298451,80329],[-297718,80630],[-301227,82230],[-300317,83187],[-302907,84556],[-302337,82432],[-299758,81764],[-299826,80453],[-302691,89396],[-302681,89041],[-295232,77138],[-296781,80715],[-296039,77634],[-296289,81597],[-294800,80512],[-295432,80791],[-294491,80871],[-294831,81739],[-297920,98309],[-299118,97977],[-298451,98169],[-295908,102542],[-297551,101378],[-301762,89805],[-300958,92692],[-300884,90430],[-302046,90602],[-296513,104057],[-294470,106897],[-307364,-124854],[-308034,-123374],[-308513,-134361],[-309015,-135225],[-307363,-132669],[-310174,-138302],[-312692,-136444],[-311087,-136841],[-312421,-132101],[-308803,-135082],[-307915,-135097],[-308718,-134958],[-307453,-129225],[-307233,-128236],[-307811,-128195],[-307889,-129931],[-308043,-129236],[-308396,-129180],[-309906,-129707],[-307917,-128590],[-308138,-129575],[-308306,-128171],[-310381,-128508],[-311715,-128532],[-310352,-127967],[-311862,-128883],[-311455,-127928],[-312284,-128061],[-312425,-128244],[-312154,-134425],[-311731,-133747],[-310994,-134019],[-312093,-133862],[-310934,-134689],[-312494,-133463],[-312155,-133975],[-310706,-137440],[-310724,-137449],[-309129,-136878],[-309945,-137342],[-309113,-136052],[-309497,-135642],[-308026,-136640],[-309467,-141388],[-310490,-142143],[-310577,-142060],[-313972,-140989],[-315060,-142651],[-315547,-144740],[-315529,-143429],[-315400,-144769],[-316203,-153384],[-312831,-144789],[-311851,-144227],[-311836,-143717],[-312411,-143162],[-312159,-144647],[-312413,-143203],[-314760,-143846],[-314781,-143988],[-313092,-142955],[-315163,-143969],[-314017,-143055],[-314150,-144930],[-307802,-145073],[-307927,-145001],[-310103,-145870],[-307733,-146224],[-309085,-147558],[-308587,-146140],[-314431,-150532],[-312871,-150208],[-311746,-149007],[-314457,-150835],[-313949,-149121],[-313499,-150906],[-311857,-152048],[-310776,-152575],[-311210,-152722],[-312177,-152638],[-314205,-155100],[-315363,-153774],[-310904,-153407],[-311855,-153827],[-310261,-153674],[-311005,-156125],[-310889,-156517],[-310292,-156185],[-311626,-155506],[-309924,-155519],[-311654,-154293],[-311448,-156226],[-310237,-159700],[-311832,-159505],[-311223,-159433],[-310939,-159162],[-310219,-160022],[-311335,-158826],[-310272,-158919],[-315648,-155856],[-315115,-155708],[-316903,-156421],[-316125,-156472],[-316106,-153990],[-315874,-154224],[-316136,-154144],[-319203,-188771],[-310236,-186990],[-317894,-191413],[-319543,-185826],[-319543,-193113],[-310142,-197312],[-309848,-197426],[-310752,-196640],[-311902,-199620],[-311960,-199471],[-311919,-198523],[-311186,-199103],[-311070,-198689],[-311329,-198708],[-310936,-198670],[-311221,-198652],[-310988,-199520],[-312477,-200774],[-310154,-196072],[-309476,-196780],[-309346,-198648],[-309029,-198779],[-309206,-199039],[-309629,-198137],[-310153,-198636],[-308949,-197169],[-309178,-196011],[-308967,-195948],[-311480,-199971],[-317539,-204176],[-307974,-212790],[-307799,-215222],[-309517,-214707],[-319871,-206340],[-308634,-222949],[-316584,-240907],[-316589,-240848],[-310678,-237436],[-312873,-241073],[-314825,-242526],[-310402,-242771],[-311473,-241221],[-312459,-240347],[-311229,-242701],[-315019,-237818],[-310149,-232068],[-311376,-234647],[-308911,-237414],[-310825,-231229],[-311884,-230923],[-309656,-4624],[-307638,-5182],[-309128,-2429],[-311346,-2798],[-312531,-5288],[-310411,-3442],[-311158,-5138],[-317039,-3574],[-316164,-243807],[-316657,-244664],[-318744,-245262],[-313092,-243706],[-317568,-243800],[-317993,-243505],[-318152,-246178],[-314432,-244880],[-309197,-247730],[-309225,-247920],[-309577,-248128],[-309395,-248131],[-309273,-248021],[-313233,-259318],[-309626,-261669],[-317414,-262126],[-316129,-261128],[-312867,-261922],[-313705,-260369],[-316736,-266463],[-312415,-270227],[-313342,-273476],[-314148,-270010],[-315790,-268764],[-313977,-273956],[-316064,-271763],[-317989,-269483],[-317529,-271993],[-317923,-272795],[-317085,-271991],[-319399,-272365],[-309487,-273380],[-312686,-272421],[-319135,-280928],[-319295,-277582],[-318348,-280577],[-319014,-280824],[-317979,-275248],[-309382,-274128],[-311237,-276312],[-313831,-274951],[-316220,-276942],[-316364,-275954],[-317811,-278530],[-317955,-278544],[-319814,-278866],[-319991,-283997],[-319833,-283578],[-319369,-283124],[-319357,-282698],[-319836,-282389],[-314394,-291401],[-314382,-291531],[-315341,-291677],[-317096,-292233],[-315906,-292764],[-316677,-287235],[-317867,-283003],[-317470,-282231],[-318628,-282361],[-318633,-282144],[-317844,-282010],[-317607,-284053],[-317415,-284412],[-317588,-284598],[-318550,-284517],[-316791,-285956],[-317576,-286488],[-316849,-287343],[-316869,-287412],[-316844,-287412],[-316598,-287441],[-317090,-286854],[-316709,-291000],[-315910,-290712],[-316279,-296758],[-316030,-296133],[-308954,-17895],[-308075,-23642],[-308239,-23263],[-308360,-18859],[-307444,-22777],[-317083,-33515],[-315439,-32729],[-310097,-26842],[-312679,-33514],[-313947,-50965],[-316120,-47346],[-315487,-46997],[-309129,-46907],[-314025,-38415],[-315254,-43006],[-317977,-54796],[-319069,-54124],[-318544,-54478],[-319144,-54392],[-313649,-63190],[-315716,-63517],[-318836,-60204],[-318743,-60323],[-317359,-62542],[-317645,-61528],[-315544,-63186],[-313928,-62650],[-315921,-61327],[-315738,-61265],[-315187,-61548],[-315540,-62472],[-313793,-65115],[-315271,-64160],[-312325,-65726],[-316893,-67133],[-316255,-66581],[-316994,-67848],[-313891,-65264],[-316298,-66480],[-317400,-75116],[-318489,-76198],[-319369,-74126],[-319408,-73987],[-319294,-75334],[-319453,-75106],[-318527,-73237],[-318436,-72672],[-319701,-67488],[-314894,-64761],[-314027,-76486],[-317272,-76430],[-317945,-75907],[-318497,-75457],[-307384,-66476],[-307470,-66248],[-307312,-66428],[-308132,-66288],[-317394,-68426],[-317291,-68212],[-317305,-68440],[-317255,-68507],[-319258,-71923],[-308982,-65137],[-308906,-64905],[-308895,-65144],[-308831,-65197],[-319803,-71994],[-319984,-72044],[-307228,-66429],[-316379,-71946],[-316503,-72091],[-317063,-72138],[-316906,-72237],[-316746,-72204],[-315235,-82053],[-309035,-86003],[-316771,-82728],[-315973,-87524],[-315984,-87589],[-313715,-84821],[-311535,-83583],[-310287,-85820],[-309834,-87025],[-310536,-80956],[-308567,-80979],[-311924,-77780],[-312578,-81358],[-312594,-80977],[-315770,-78513],[-314591,-80118],[-315422,-79701],[-315542,-80996],[-311351,-83472],[-307472,-80263],[-307632,-79398],[-314160,-85587],[-313342,-87078],[-319984,-87958],[-319763,-87816],[-319710,-88882],[-319887,-88512],[-318968,-82421],[-318400,-83270],[-316973,-82844],[-319850,-86040],[-307861,-86079],[-307291,-86154],[-307583,-86154],[-311578,-81912],[-312328,-95908],[-313775,-94722],[-312737,-91079],[-319025,-103093],[-314539,-103920],[-314358,-103904],[-313944,-104264],[-313975,-104085],[-314110,-103995],[-317560,7812],[-319212,138950],[-319376,311359],[-319202,311264],[-319359,311072],[-319377,311229],[-319360,311569],[-319194,311102],[-312771,332658],[-310457,325442],[-307527,327435],[-308583,327248],[-310555,330680],[-311523,328703],[-312987,325775],[-308012,325003],[-314471,324703],[-317945,378000],[-318683,378014],[-318749,378618],[-316628,377788],[-315697,378834],[-316439,378083],[-307833,382621],[-309637,380894],[-307509,382990],[-314506,31752],[-309959,36131],[-310050,36437],[-314982,38046],[-315317,38025],[-312394,385423],[-311217,384409],[-311858,384368],[-309647,384821],[-309233,384303],[-309674,384361],[-311727,394907],[-312787,395669],[-312040,396483],[-311328,394490],[-317260,387735],[-316316,385840],[-315894,385200],[-316493,389809],[-316512,388223],[-315729,388209],[-315299,390572],[-313201,389112],[-313902,389705],[-317095,390416],[-316067,391410],[-317788,391245],[-312551,400436],[-311089,402257],[-312892,397616],[-311886,404428],[-313997,407945],[-314883,407391],[-311108,406131],[-310855,406266],[-310705,406380],[-317944,422406],[-317500,421342],[-318042,421799],[-307334,420554],[-308878,419423],[-308662,418374],[-308758,418385],[-311385,418434],[-312308,417605],[-311553,417062],[-314037,417066],[-313482,417083],[-313476,418084],[-314941,418192],[-315941,418622],[-316110,418218],[-315507,420708],[-315665,420751],[-309079,413357],[-316733,425648],[-316310,425443],[-317265,426573],[-316826,43245],[-314898,44370],[-317224,45780],[-317866,44565],[-316520,44402],[-316299,44433],[-311669,49928],[-312621,47686],[-310722,48509],[-311416,49619],[-311171,49778],[-308408,49111],[-319060,63288],[-319773,59854],[-317656,61629],[-318600,63729],[-319402,60068],[-309305,62673],[-307825,63351],[-319500,56829],[-319672,66343],[-315964,65121],[-318980,68012],[-317724,66491],[-318497,66792],[-307422,64465],[-309205,65652],[-308328,64393],[-309668,71910],[-310045,72692],[-309237,68883],[-308566,71139],[-309590,69821],[-311509,69678],[-311524,71952],[-312483,69312],[-314445,71616],[-312550,70651],[-313548,71889],[-312835,72914],[-312387,72828],[-312971,76139],[-313907,72477],[-312734,75659],[-313048,72833],[-309283,70457],[-308664,71640],[-309093,71807],[-309616,71327],[-308888,69338],[-307411,71641],[-308058,71477],[-319279,86526],[-318908,84653],[-317978,84820],[-318256,85977],[-319021,83913],[-315310,78737],[-314595,78567],[-315110,77221],[-314010,77380],[-314061,79815],[-315037,77097],[-319975,98743],[-319387,95599],[-319544,98845],[-318465,98946],[-318609,97485],[-310322,105225],[-312019,104323],[-311266,106748],[-311143,103825],[-310465,105299],[-310138,105172],[-331547,-116710],[-331466,-126830],[-331833,-126395],[-331139,-126628],[-329810,-126226],[-332126,-126348],[-329913,-127760],[-330862,-126763],[-329878,-127633],[-332369,-127269],[-320514,-121533],[-320360,-121014],[-320377,-122169],[-321760,-123055],[-322247,-120228],[-320623,-122353],[-322381,-121469],[-321585,-122610],[-325948,-121840],[-326132,-121440],[-324522,-123256],[-324447,-123024],[-324436,-123263],[-323441,-124392],[-323296,-124270],[-322718,-124207],[-322812,-124049],[-322968,-124009],[-322573,-124004],[-322482,-121854],[-322621,-122048],[-322559,-121816],[-322557,-121758],[-322993,-122445],[-322852,-122326],[-322836,-122162],[-320965,-120943],[-321162,-120900],[-322821,-115824],[-322731,-115983],[-322892,-116511],[-322742,-116409],[-322713,-116247],[-330963,-140409],[-329837,-137661],[-331871,-137696],[-331169,-137414],[-331961,-140342],[-330844,-138769],[-330837,-127868],[-328788,-139772],[-329000,-139887],[-328840,-139707],[-328852,-139624],[-329820,-135394],[-330547,-135559],[-330446,-135565],[-329386,-142054],[-329732,-143068],[-328553,-143496],[-326022,-143726],[-325472,-142970],[-325077,-144608],[-327893,-150253],[-329050,-151034],[-330612,-149736],[-328999,-146150],[-328114,-147473],[-327800,-144961],[-328926,-150986],[-329618,-150102],[-330035,-151911],[-329833,-153110],[-329219,-159101],[-330844,-159158],[-329837,-159894],[-330006,-159935],[-330456,-159445],[-328035,-158135],[-326438,-156978],[-328193,-157159],[-327855,-157762],[-328398,-157376],[-328074,-158312],[-327474,-157686],[-332563,-163131],[-331941,-162994],[-320400,-163797],[-321844,-165058],[-320534,-163400],[-320606,-165117],[-321994,-164033],[-320629,-164221],[-322850,-165744],[-321118,-162724],[-321044,-161855],[-321827,-163011],[-321233,-162510],[-320919,-162790],[-320398,-162479],[-322696,-176333],[-322077,-175851],[-322298,-178961],[-328769,-173763],[-330024,-168462],[-330226,-168364],[-330460,-168178],[-328503,-169852],[-329997,-168296],[-326837,-167571],[-327864,-168095],[-328033,-166634],[-328241,-166897],[-327941,-166769],[-327048,-167637],[-324772,-172771],[-326324,-174533],[-325907,-175536],[-331667,-174908],[-326162,-167170],[-325327,-166387],[-324398,-167354],[-326319,-168848],[-327100,-169451],[-324508,-168424],[-326489,-169033],[-326040,-169064],[-322036,-167502],[-321596,-166763],[-321259,-167575],[-321062,-166393],[-320954,-166418],[-321934,-166942],[-325163,-191427],[-324315,-189320],[-321145,-190849],[-325487,-189348],[-328601,-188010],[-324638,-189214],[-326711,-186992],[-326958,-185233],[-325955,-181708],[-327161,-185252],[-327769,-185969],[-326719,-185165],[-327186,-184176],[-325694,-183361],[-322519,-179596],[-321281,-182135],[-320813,-182138],[-320284,-186429],[-320774,-186994],[-320414,-186143],[-320909,-186560],[-321550,-186602],[-321283,-192169],[-324643,-193711],[-329853,-211044],[-329695,-212219],[-329030,-210983],[-330977,-219792],[-332629,-220321],[-330891,-224490],[-328722,-241961],[-324164,-238531],[-324562,-242280],[-325643,-239205],[-321455,-237557],[-320420,-242134],[-320471,-242300],[-328196,-242361],[-327492,-238062],[-323826,-234787],[-324171,-233523],[-326001,-236266],[-326436,-3901],[-326208,-243296],[-332783,-244548],[-332781,-244334],[-325226,-244408],[-320916,-244851],[-329873,-243063],[-326257,-243205],[-326833,-243509],[-328545,-267218],[-327438,-264915],[-328779,-265818],[-321010,-267740],[-332302,-270036],[-327620,-271161],[-321955,-269601],[-324363,-270335],[-321426,-271135],[-321669,-271089],[-326772,-271937],[-329777,-271788],[-331256,-271650],[-328811,-272616],[-330704,-270018],[-321053,-277518],[-321568,-277817],[-323124,-281288],[-322682,-281203],[-322112,-281005],[-321403,-280461],[-326165,-280501],[-326124,-281056],[-328650,-280913],[-330074,-280145],[-328821,-279706],[-328958,-278319],[-332694,-276530],[-330673,-274451],[-330350,-273800],[-329826,-272207],[-325568,-273100],[-326874,-272043],[-324454,-272701],[-324508,-272782],[-324306,-272921],[-324427,-272887],[-324530,-272980],[-324624,-272892],[-325108,-272381],[-325064,-272590],[-326133,-273525],[-325025,-275646],[-326165,-273704],[-322907,-275627],[-324033,-278090],[-327802,-277860],[-327661,-277912],[-327898,-277761],[-329174,-275859],[-330816,-276805],[-328332,-279408],[-326544,-279516],[-330955,-276864],[-320103,-278238],[-320797,-277762],[-321109,-279153],[-321794,-278835],[-323051,-279872],[-323907,-278055],[-322420,-276598],[-323332,-276440],[-322919,-275446],[-321002,-277365],[-327492,-284490],[-327619,-285100],[-327260,-285099],[-326214,-284730],[-325957,-284173],[-326021,-283435],[-326392,-283409],[-327202,-282817],[-327215,-283132],[-326609,-282404],[-326971,-282294],[-327053,-282165],[-326250,-281880],[-325020,-282007],[-325171,-282024],[-324911,-282023],[-324738,-282079],[-324615,-282078],[-324808,-281954],[-324540,-281511],[-323143,-281993],[-322655,-282140],[-323294,-282172],[-320983,-281428],[-320889,-281672],[-322620,-284580],[-321708,-284923],[-321892,-285457],[-322546,-286291],[-322441,-286112],[-320164,-283986],[-320389,-283747],[-320588,-283213],[-325084,-284072],[-322782,-284504],[-322631,-284128],[-325839,-285673],[-326518,-282595],[-325797,-284511],[-325998,-284108],[-325781,-286095],[-325207,-287049],[-325914,-287654],[-326995,-281686],[-325202,-289856],[-326178,-290055],[-325701,-289935],[-327521,-304386],[-327641,-304214],[-327665,-304371],[-327604,-304262],[-327094,-303373],[-327195,-303435],[-327196,-302986],[-327922,-305193],[-327825,-305437],[-328086,-305375],[-327831,-305212],[-327637,-305129],[-327641,-304954],[-327658,-305514],[-327518,-304072],[-327554,-304629],[-327510,-304611],[-327635,-304562],[-327561,-304486],[-327570,-304809],[-327543,-304839],[-327387,-303664],[-326775,-303678],[-320437,-297975],[-320604,-297820],[-321091,-297667],[-320981,-297623],[-323149,-22683],[-323998,-20831],[-322330,-35805],[-322157,-27645],[-322182,-25778],[-320298,-60632],[-326544,-61849],[-328067,-59714],[-327196,-59224],[-323977,-58897],[-321672,-53629],[-323110,-52996],[-320699,-61264],[-320472,-60742],[-321299,-61249],[-321625,-63697],[-320594,-61499],[-323040,-63426],[-328310,-53607],[-328252,-53334],[-328223,-53614],[-329053,-53168],[-321904,-65263],[-320731,-64203],[-320665,-65588],[-321017,-66376],[-322751,-67749],[-324003,-66656],[-325977,-72113],[-320868,-72027],[-320571,-72035],[-324017,-72188],[-321476,-68856],[-320641,-67211],[-330751,-74846],[-330958,-74733],[-330702,-74577],[-332373,-76596],[-330318,-75964],[-330397,-75932],[-320474,-71770],[-320401,-71940],[-320249,-72001],[-320175,-86970],[-332168,-77331],[-331917,-77147],[-331662,-77924],[-320268,-76846],[-320374,-77168],[-323192,-101841],[-323178,-101948],[-322416,-100781],[-322400,-100744],[-321964,-100377],[-322715,-101068],[-322792,-100100],[-322259,-100230],[-322914,-100395],[-322141,-100204],[-327384,-109097],[-327893,-109252],[-327419,-108965],[-327273,-109051],[-327293,-108946],[-327488,-109087],[-327204,-108162],[-325701,-107937],[-327281,-107985],[-326654,-107419],[-325037,-108211],[-326541,-107281],[-325398,-107018],[-326617,-107236],[-325108,-110230],[-322545,-104849],[-321591,-104907],[-321444,-104781],[-323117,-107856],[-322538,-106856],[-322445,146327],[-320157,147706],[-325227,172027],[-331688,293252],[-331837,292058],[-332777,292909],[-329009,303420],[-329611,303428],[-329345,303646],[-329255,303599],[-329218,303760],[-329113,303243],[-326617,305521],[-326000,305018],[-325943,305106],[-325785,304842],[-326785,305008],[-326008,305183],[-325620,305195],[-325662,306130],[-325973,305852],[-325444,306050],[-325931,306516],[-325775,305594],[-326155,305813],[-325728,307192],[-325952,307218],[-328272,306786],[-328305,307075],[-328283,306563],[-328355,306876],[-328454,307127],[-332690,302409],[-332270,302293],[-331909,302099],[-332423,302184],[-328417,306679],[-327195,311696],[-326916,311722],[-327114,311820],[-327032,311492],[-327240,311647],[-327128,311604],[-328493,312914],[-327389,313184],[-328094,313603],[-327837,313265],[-327980,313508],[-327610,312699],[-329207,313535],[-330247,313776],[-329472,314053],[-330394,314346],[-329644,314151],[-331357,314132],[-331609,313849],[-331494,314649],[-331533,314220],[-324364,316166],[-324260,315606],[-324219,316211],[-324499,315709],[-324314,315881],[-323947,315374],[-325053,314270],[-325469,315182],[-325511,315041],[-325387,315008],[-325490,315682],[-325208,314624],[-324318,312227],[-323519,311810],[-323966,311780],[-324372,311665],[-322860,312656],[-324089,311857],[-324731,313503],[-324010,312870],[-324086,312725],[-325112,313091],[-324938,313375],[-323893,312704],[-323740,314784],[-323095,314839],[-323058,314984],[-323317,314432],[-323127,315085],[-322961,314923],[-324171,319232],[-324718,319136],[-324672,319308],[-323765,319112],[-324532,318936],[-324176,319158],[-322411,320199],[-322834,319726],[-322868,319862],[-322332,320083],[-327462,319952],[-327225,319809],[-322473,320245],[-325546,322080],[-328027,327274],[-325702,322115],[-325680,321743],[-325819,321686],[-323975,322791],[-324082,322523],[-323895,322542],[-324145,322613],[-324440,323130],[-324704,323292],[-323367,322128],[-323298,321994],[-323075,324626],[-322472,325047],[-323577,324764],[-324052,324699],[-323065,324785],[-324186,324744],[-321420,325701],[-321867,325764],[-321592,326329],[-321819,326299],[-321991,325460],[-321424,326115],[-321807,325702],[-327245,325008],[-327788,325661],[-328083,326027],[-327773,325335],[-327974,326283],[-328680,322149],[-327827,321609],[-328881,322251],[-327845,321818],[-328088,322188],[-327809,321851],[-329805,320631],[-328861,320446],[-329160,320441],[-329297,320787],[-328588,320397],[-328987,320625],[-327479,321828],[-329077,322156],[-327198,321233],[-327549,320389],[-332220,330090],[-332022,329623],[-331927,329405],[-330250,325994],[-331394,327956],[-330338,326846],[-330308,326251],[-330674,327086],[-330153,323781],[-330418,323567],[-330367,323953],[-330313,324290],[-330360,324201],[-330398,323512],[-330979,322974],[-330652,323423],[-330990,322213],[-330869,322316],[-331042,323392],[-330788,322452],[-329469,324828],[-330939,324748],[-331716,323770],[-331732,323428],[-324486,324388],[-324303,326674],[-327995,326124],[-325468,322193],[-324625,326342],[-326374,326560],[-332083,330446],[-323297,321373],[-323308,321315],[-324052,323180],[-323271,323391],[-323644,323109],[-327136,336087],[-327379,335578],[-327056,335580],[-327707,335818],[-327878,335995],[-327282,335007],[-325807,336577],[-325639,336626],[-326209,337528],[-326285,337303],[-326178,337543],[-325334,336882],[-326056,337410],[-325569,337458],[-325357,336910],[-325148,337039],[-325610,336617],[-326710,337108],[-326610,336902],[-332419,338095],[-323344,335059],[-323934,334762],[-329271,338184],[-327042,336726],[-328172,380002],[-327965,381151],[-328314,381890],[-326617,383020],[-327077,382757],[-326641,382699],[-321809,374347],[-321565,373601],[-321239,374963],[-327261,387519],[-324925,387997],[-324654,388053],[-324397,388304],[-326663,388282],[-326028,389905],[-326781,388375],[-331831,398840],[-325636,422592],[-324054,422371],[-327697,418442],[-328816,418386],[-328339,419200],[-330313,418078],[-332782,417900],[-332504,417420],[-324644,425142],[-324980,425510],[-326142,425921],[-321715,426219],[-320942,426134],[-320661,426999],[-325764,422631],[-331291,423961],[-330085,424995],[-328568,424312],[-331162,424177],[-330971,424115],[-332414,423178],[-332309,50421],[-332729,51050],[-332484,48488],[-330116,47931],[-332660,48504],[-329935,50296],[-330932,50223],[-330629,49111],[-330920,56615],[-330087,58863],[-329983,58617],[-329678,57420],[-329949,56147],[-330285,52606],[-321059,59148],[-320039,64043],[-321578,55850],[-320924,54465],[-320061,56410],[-321584,56776],[-320837,56307],[-321483,58093],[-324008,58552],[-323590,57362],[-323604,57207],[-324715,57484],[-322378,58384],[-323185,75978],[-324563,76747],[-325578,75978],[-320028,65589],[-320392,83209],[-324958,81331],[-324492,79886],[-324874,80724],[-322469,80342],[-322437,82128],[-323475,82696],[-326803,77477],[-326494,77687],[-324893,77567],[-320527,98351],[-341910,-124024],[-340840,-124716],[-342178,-123589],[-340787,-124110],[-340917,-124190],[-340004,-122534],[-341103,-122775],[-340579,-121740],[-340420,-121763],[-341049,-122671],[-342491,-123116],[-341723,-123280],[-340553,-127764],[-342092,-127054],[-341639,-127259],[-342255,-127060],[-342040,-126727],[-342142,-126953],[-340551,-127690],[-340057,-127025],[-339370,-118532],[-341727,-121114],[-341394,-120761],[-337569,-118850],[-344306,-117128],[-345476,-117087],[-344586,-117423],[-345351,-118816],[-332947,-126735],[-340245,-122599],[-340400,-122781],[-340305,-122559],[-340348,-122483],[-336315,-120497],[-336167,-123059],[-335402,-121375],[-341487,-128715],[-341314,-128657],[-338765,-136979],[-340256,-131614],[-338774,-133272],[-339966,-132694],[-338273,-135034],[-338304,-136229],[-335097,-140041],[-332882,-138774],[-336857,-139797],[-335423,-139996],[-338506,-131228],[-333984,-131631],[-333797,-131582],[-332919,-131213],[-332990,-131042],[-333130,-130974],[-336995,-134964],[-337039,-130269],[-336938,-129818],[-334627,-134166],[-335389,-132777],[-342075,-148664],[-345127,-151158],[-345101,-148783],[-344638,-148928],[-341164,-144108],[-335114,-143646],[-338140,-144392],[-334883,-143782],[-339547,-145939],[-335605,-141396],[-341146,-142665],[-340741,-142228],[-338926,-141157],[-343849,-144344],[-341804,-143143],[-343821,-144882],[-343094,-144055],[-342643,-146136],[-344096,-146476],[-344703,-144569],[-344665,-145990],[-345483,-146691],[-345536,-145518],[-343636,-140611],[-338160,-144852],[-337522,-145115],[-338288,-145165],[-338699,-145298],[-336117,-143266],[-336508,-142971],[-336630,-142984],[-336675,-143643],[-333386,-147899],[-333659,-146586],[-332848,-146693],[-335666,-149194],[-333976,-149910],[-334002,-150048],[-337001,-148763],[-336927,-148635],[-337298,-148263],[-338405,-151817],[-338652,-150068],[-338411,-152583],[-339825,-149967],[-339832,-149472],[-339320,-151916],[-342167,-152966],[-341997,-152718],[-343720,-144756],[-343673,-144954],[-343621,-145193],[-342993,-143862],[-342925,-143719],[-343519,-143179],[-343802,-143153],[-344599,-144453],[-343288,-145579],[-342053,-146646],[-341838,-146580],[-345464,-152192],[-336696,-141267],[-336949,-141802],[-333008,-162375],[-333299,-163327],[-332945,-163669],[-333341,-162708],[-333682,-162487],[-337094,-166014],[-336483,-165348],[-336752,-166042],[-335463,-166153],[-336417,-165886],[-344230,-174674],[-344067,-174987],[-344807,-174973],[-344923,-174917],[-336689,-166320],[-336601,-166628],[-333127,-169102],[-334125,-168572],[-334897,-169695],[-333708,-168548],[-333956,-168771],[-333801,-169634],[-333794,-169590],[-338739,-170030],[-338620,-170844],[-337939,-170412],[-339111,-170303],[-337946,-169826],[-338184,-170249],[-338399,-169175],[-337536,-172386],[-338033,-172005],[-337234,-172498],[-338239,-172072],[-338267,-172388],[-338187,-172589],[-338198,-172205],[-338642,-167380],[-338736,-167210],[-338848,-166571],[-339071,-166692],[-339033,-167584],[-338930,-166217],[-339315,-168497],[-337449,-240120],[-338979,-239535],[-335787,-241507],[-337915,-241705],[-342003,-242016],[-336744,-241423],[-336401,-238458],[-344621,-236379],[-339189,-234714],[-341982,-235635],[-340582,-233720],[-332916,-238119],[-342308,-9069],[-345309,-9619],[-342880,-9408],[-342463,-9297],[-333903,-244033],[-342947,-252635],[-339196,-244026],[-338235,-243720],[-334448,-247687],[-334274,-247611],[-333755,-247814],[-333849,-247656],[-334005,-247616],[-335725,-267833],[-342815,-265496],[-344455,-266255],[-342074,-267866],[-343111,-266842],[-338750,-270571],[-336159,-272429],[-338933,-268624],[-337335,-271355],[-338867,-268774],[-335835,-274122],[-332884,-276780],[-332870,-276580],[-333234,-277325],[-335881,-276485],[-343203,-275148],[-342142,-274152],[-343974,-276013],[-343850,-276821],[-333607,-78324],[-332900,-77048],[-345089,-83267],[-345040,-83306],[-344837,-82576],[-333148,-77501],[-333065,-99295],[-334276,-108128],[-343259,-107198],[-342309,-106487],[-343443,-109361],[-343551,-109304],[-336266,290167],[-333767,291056],[-335662,289113],[-333546,291934],[-337894,292705],[-338992,291180],[-340001,290390],[-340246,291475],[-339113,293123],[-340218,292989],[-338098,290182],[-337630,283925],[-337190,283251],[-339301,302613],[-344600,296196],[-341587,294807],[-342630,297710],[-341480,297065],[-342618,296255],[-340675,294809],[-332966,302791],[-344374,298543],[-341557,306986],[-340834,306207],[-339620,307253],[-340402,306431],[-338662,305682],[-344116,306961],[-344425,302720],[-345333,303971],[-344320,302660],[-338395,313992],[-337950,313693],[-338082,313016],[-337966,313710],[-338426,313890],[-338195,313345],[-336948,320010],[-337317,319944],[-337212,319863],[-336253,317593],[-335731,317404],[-336816,317444],[-336126,317125],[-336655,317469],[-336724,317244],[-334339,319243],[-333978,319333],[-334756,319183],[-334044,319249],[-334507,319214],[-334106,319188],[-342362,319942],[-339325,317306],[-335935,319119],[-338884,316403],[-338003,315499],[-339218,314744],[-339824,315499],[-342051,314481],[-344325,317568],[-339601,307429],[-342862,310763],[-340363,310452],[-339904,313721],[-343921,315051],[-344975,316642],[-345376,318207],[-344704,315297],[-341666,311342],[-342969,314139],[-340476,310988],[-339626,311126],[-343788,322738],[-343956,322545],[-344118,322868],[-343569,322686],[-343686,322541],[-343842,322638],[-337254,320556],[-337024,320238],[-336741,320597],[-332881,332090],[-333150,331745],[-333161,332114],[-333387,331917],[-333073,331608],[-332870,332274],[-333185,329674],[-333260,329768],[-333073,329463],[-345246,332712],[-345398,331325],[-343528,332317],[-344484,330549],[-340657,327667],[-336947,326485],[-339119,329431],[-340519,328300],[-338442,329993],[-343127,323289],[-341951,323749],[-342833,321028],[-340514,321818],[-341835,322762],[-337292,320337],[-337059,321292],[-339628,320791],[-333579,325010],[-333584,323561],[-339492,336287],[-340010,335912],[-338917,337049],[-339635,335823],[-339524,336349],[-339795,337580],[-340097,337646],[-340341,337193],[-339986,337582],[-339909,337741],[-340284,337415],[-342473,337114],[-341892,337790],[-342155,337798],[-342415,336973],[-342614,336940],[-342092,337473],[-343149,335152],[-342948,334665],[-343047,334864],[-343027,335234],[-343183,335517],[-343042,335044],[-341523,337899],[-341348,338015],[-340876,338737],[-340849,338531],[-341483,337999],[-340839,338409],[-338150,339619],[-337543,340056],[-337341,342002],[-339555,342012],[-338282,339783],[-334931,340864],[-333547,338512],[-333027,338352],[-334445,338428],[-334301,338990],[-337181,336770],[-336095,335304],[-334818,337784],[-337924,337234],[-335926,338300],[-341018,338647],[-341170,337728],[-342358,336825],[-342162,336373],[-343937,336845],[-342949,338154],[-344302,341265],[-343569,344483],[-341483,342905],[-343211,343423],[-343262,340359],[-343024,342393],[-342466,342562],[-337687,336642],[-334238,337163],[-337229,336046],[-338664,336773],[-341477,383451],[-337611,378305],[-337663,378256],[-337764,378638],[-339690,378607],[-339352,378909],[-338887,378485],[-341657,384784],[-341235,384323],[-342400,392369],[-341745,392159],[-342486,391991],[-334687,389693],[-334902,390418],[-335548,388820],[-335425,388925],[-335290,389900],[-338945,388170],[-339246,387573],[-339154,388445],[-336959,414059],[-338882,414100],[-339122,412754],[-335126,415806],[-334197,416063],[-334100,417210],[-338155,421597],[-338529,421320],[-338349,421598],[-334217,423415],[-335043,422872],[-334811,424047],[-344180,50000],[-344135,51001],[-342070,51303],[-340952,49860],[-341272,51102],[-340160,49576],[-341635,49897],[-335212,50434],[-344515,53189],[-335908,52063],[-336706,51972],[-336204,52364],[-353663,-120039],[-348704,-118115],[-348565,-118240],[-346553,-119126],[-349449,-119014],[-349857,-119817],[-356464,-119224],[-356311,-119498],[-356192,-119378],[-356348,-119435],[-356789,-120456],[-357138,-120665],[-356883,-120523],[-356234,-121575],[-355357,-121224],[-356084,-121404],[-356373,-121432],[-346043,-117459],[-351859,-118257],[-352211,-118666],[-350906,-118731],[-351242,-118299],[-351868,-119295],[-355169,-127538],[-355229,-127304],[-355094,-127504],[-355009,-127510],[-355760,-123673],[-355878,-123521],[-355817,-122968],[-355943,-123102],[-355940,-123262],[-356692,-117668],[-356667,-117471],[-356672,-117120],[-356827,-117221],[-356738,-117374],[-358039,-116842],[-345995,-117550],[-356016,-126553],[-356051,-126745],[-356492,-126575],[-356334,-127074],[-353875,-128185],[-353704,-128097],[-353177,-128273],[-353490,-128171],[-354399,-127851],[-356849,-130560],[-356799,-130374],[-356316,-130097],[-356497,-130081],[-356626,-130172],[-346425,-138377],[-352591,-140062],[-353222,-140152],[-349193,-138540],[-349484,-138136],[-349097,-138619],[-350196,-138900],[-349366,-138080],[-348620,-137324],[-352272,-139954],[-351236,-139579],[-352232,-140033],[-351908,-139610],[-352985,-130915],[-351847,-129173],[-349225,-129334],[-348888,-128925],[-349607,-129107],[-355832,-134834],[-356075,-134329],[-354059,-133715],[-351130,-137624],[-352444,-149438],[-350892,-152814],[-351215,-150686],[-352632,-150975],[-349612,-149063],[-352262,-150058],[-345928,-147676],[-356978,-144480],[-357090,-143772],[-355755,-144887],[-356953,-143271],[-358008,-144114],[-356513,-142517],[-357078,-151792],[-355689,-153197],[-357182,-151398],[-355435,-153277],[-356582,-150620],[-356886,-150159],[-353453,-146675],[-353505,-148293],[-353228,-147356],[-352155,-147030],[-352557,-148676],[-351995,-146893],[-351534,-142185],[-352349,-144009],[-350919,-141944],[-352437,-141790],[-353419,-143936],[-352371,-142653],[-352874,-141882],[-350605,-141783],[-350947,-141142],[-352619,-141589],[-351637,-141639],[-351208,-145459],[-351434,-144723],[-346598,-144826],[-346482,-144917],[-346475,-145488],[-346835,-144828],[-347699,-149153],[-347351,-148862],[-347288,-149326],[-347295,-149910],[-347460,-150746],[-347660,-150816],[-348284,-151533],[-347249,-151885],[-351074,-149787],[-350188,-150945],[-350923,-149945],[-350477,-150158],[-345797,-143204],[-346348,-143300],[-357259,-156447],[-349248,-155452],[-351437,-155253],[-349503,-155976],[-355611,-159023],[-354762,-158641],[-346088,-156560],[-346442,-155276],[-358238,-153646],[-356919,-153425],[-357225,-158092],[-357619,-158339],[-357945,-158124],[-358281,-157888],[-351759,-163324],[-351623,-175688],[-352671,-175090],[-355796,-172473],[-355607,-171925],[-347303,-176147],[-352723,-184609],[-357584,-188498],[-356447,-183331],[-350687,-181436],[-349547,-182339],[-349880,-181650],[-350121,-181778],[-350517,-181828],[-350797,-181522],[-350040,-181453],[-348956,-181453],[-349011,-181824],[-350333,-182767],[-355824,-187290],[-355214,-187821],[-354940,-188126],[-355028,-188159],[-358209,-195804],[-358001,-195087],[-355670,-198031],[-351823,-196351],[-351034,-191920],[-351088,-201130],[-353978,-200719],[-352360,-199826],[-355543,-198153],[-352533,-197506],[-354280,-199957],[-354670,-200701],[-357665,-199204],[-350008,-196723],[-349932,-196549],[-349552,-196448],[-349717,-196394],[-349861,-196465],[-349600,-204443],[-357054,-205033],[-356011,-205054],[-356827,-206213],[-354296,-205894],[-349101,-207036],[-349040,-206853],[-348827,-206643],[-348979,-206743],[-349097,-204761],[-348665,-206706],[-358290,-227946],[-356336,-227656],[-355652,-228006],[-356631,-228720],[-357183,-226280],[-355658,-225164],[-356043,-226955],[-354548,-229809],[-355668,-233380],[-357308,-231388],[-357388,-233840],[-354998,-234437],[-358040,-232306],[-355483,-238473],[-356783,-238414],[-356860,-237579],[-353865,-238299],[-352778,-238418],[-350064,-239784],[-352939,-241876],[-353024,-233382],[-354116,-233246],[-355424,-230975],[-350208,-238414],[-349022,-238058],[-346056,-240415],[-347141,-230389],[-354419,-9862],[-353440,-9900],[-350802,-9704],[-347270,-9656],[-347963,-9626],[-347114,-9615],[-347182,-8960],[-358027,-243267],[-346696,-254272],[-346469,-255156],[-349909,-244209],[-356136,-246380],[-357721,-243234],[-349137,-244568],[-352994,-243912],[-353480,-247252],[-355095,-245260],[-345691,-247630],[-346542,-251105],[-357145,-248954],[-356671,-248935],[-357236,-249286],[-357044,-249292],[-357259,-248941],[-356322,-249269],[-352889,-267913],[-355074,-268247],[-355561,-268318],[-347866,-258710],[-350463,-265817],[-352926,-269610],[-354251,-268700],[-353926,-268792],[-353884,-269093],[-353146,-269866],[-357879,-268614],[-358352,-272897],[-349473,-276828],[-355532,-276335],[-355833,-276787],[-348869,-272497],[-353587,-276522],[-353861,-274564],[-354663,-275471],[-353082,-271667],[-352682,-271276],[-354217,-271789],[-353942,-271830],[-353697,-273378],[-354054,-277620],[-352878,-276720],[-357252,-278308],[-356554,-277206],[-354092,-277403],[-351278,-278271],[-350380,-278427],[-356016,-55663],[-346571,-82127],[-346521,-82303],[-346754,-82637],[-346583,-82564],[-346525,-82410],[-348318,-88450],[-348730,-84235],[-348723,-84162],[-349407,-84083],[-349323,-84243],[-349163,-84288],[-351620,-94712],[-350331,-94093],[-351327,-95569],[-351046,-95315],[-352085,-94009],[-355467,-93268],[-356196,-92611],[-354349,-93510],[-354455,-94592],[-356413,-96914],[-356097,-96597],[-356554,-96144],[-356602,-96207],[-357030,-94813],[-357652,-97324],[-358214,-96616],[-358003,-93549],[-358310,-93168],[-357972,-94697],[-357377,-91682],[-357241,-92378],[-358221,-102129],[-358138,-101900],[-358133,-102140],[-358073,-102193],[-354529,-114178],[-354863,-114838],[-354424,-114396],[-353869,-112895],[-354238,-113479],[-354162,-112025],[-353925,-110276],[-350361,-112947],[-354355,-110793],[-348199,-110510],[-348366,-112157],[-348823,-110429],[-345889,-110529],[-356835,-106246],[-356823,-106055],[-356414,-105677],[-356598,-105694],[-356700,-105817],[-355700,-113389],[-358007,-107517],[-358232,187381],[-357337,23140],[-351929,293996],[-352865,292902],[-352224,293079],[-353133,295736],[-352038,294901],[-350778,296076],[-351034,295392],[-352757,296278],[-355406,295896],[-353334,297293],[-354145,298296],[-353809,297273],[-352173,298187],[-354478,298970],[-352465,300960],[-350807,300113],[-353686,298556],[-352816,297776],[-348033,306359],[-345603,306093],[-348042,304860],[-346437,305172],[-345900,304946],[-355374,301119],[-356322,299928],[-356813,301308],[-353024,300235],[-355636,300790],[-356556,302829],[-357967,300908],[-357262,300333],[-352836,311402],[-352449,311130],[-352138,311030],[-352582,311013],[-352265,311070],[-350697,316948],[-350041,317066],[-351046,317173],[-350653,317140],[-350926,317093],[-350204,317053],[-352136,318440],[-351796,318358],[-350684,320143],[-349404,316247],[-350534,317196],[-349493,317256],[-349671,317307],[-350188,317720],[-349490,319924],[-349843,319984],[-349088,320089],[-348207,318232],[-348033,318074],[-348329,318253],[-348873,318033],[-348495,318002],[-349361,319920],[-346039,307915],[-346337,307580],[-346140,308830],[-357622,309821],[-356476,310193],[-357994,308154],[-355457,308973],[-357152,310766],[-357336,311083],[-354216,312752],[-356397,311175],[-355035,310347],[-355129,310648],[-352947,311391],[-347594,318341],[-352507,319835],[-351329,320668],[-351048,320691],[-350469,320438],[-350807,320609],[-350708,320700],[-349491,320249],[-346377,330712],[-346114,330934],[-350791,323494],[-351162,323324],[-350027,325172],[-351146,325242],[-355635,323880],[-357654,321592],[-356004,323239],[-355154,321282],[-355876,323471],[-353638,324214],[-349761,321560],[-350232,321413],[-348051,323043],[-348596,322168],[-348900,321891],[-350907,322199],[-357743,328445],[-357379,330831],[-357894,327481],[-357074,327463],[-357944,327255],[-354192,340640],[-353137,339660],[-353150,339898],[-353514,340296],[-354226,339711],[-354220,340148],[-348348,340319],[-346254,339633],[-347055,340083],[-347875,341001],[-347079,340430],[-355983,383595],[-356586,383579],[-355431,381157],[-354645,381742],[-354211,381495],[-355906,383731],[-357052,393718],[-356977,393631],[-352125,385519],[-352145,385192],[-356450,396725],[-355555,397458],[-354332,406949],[-353417,405906],[-354889,406887],[-355202,409528],[-356276,408893],[-355371,408734],[-358099,406548],[-358007,406643],[-355753,400177],[-356403,400923],[-356059,400484],[-356848,401128],[-358107,397982],[-356062,397038],[-348568,40106],[-346532,49754],[-368945,-127101],[-369785,-126032],[-368860,-124699],[-364920,-120401],[-367693,-121868],[-365705,-116009],[-368105,-124618],[-362968,-122119],[-361001,-123952],[-360082,-126366],[-360220,-125931],[-360382,-117504],[-360225,-117594],[-361278,-116304],[-360233,-117503],[-362795,-115423],[-363378,-115738],[-363220,-119373],[-364974,-120280],[-362247,-121568],[-362647,-121445],[-361688,-121387],[-361584,-121755],[-361981,-122063],[-363335,-122337],[-362213,-122198],[-362277,-121397],[-363678,-119576],[-363088,-119731],[-364637,-119440],[-364547,-119741],[-366395,-119198],[-358561,-119341],[-370115,-122674],[-366947,-117772],[-367484,-115954],[-369622,-118632],[-369236,-115258],[-370818,-115666],[-369052,-116752],[-369420,-118386],[-366706,-131371],[-367668,-128977],[-367183,-128614],[-368303,-128856],[-369897,-128022],[-367021,-132391],[-367972,-133407],[-367949,-134623],[-368341,-134374],[-366481,-132575],[-365246,-133443],[-366802,-135668],[-368372,-136442],[-364025,-129754],[-364383,-130960],[-368385,-139635],[-363626,-138541],[-362042,-131406],[-361677,-132848],[-362270,-132926],[-364329,-140428],[-363472,-139042],[-362498,-133527],[-361130,-135660],[-361759,-136074],[-361281,-136117],[-358975,-133847],[-360103,-135254],[-359164,-140394],[-359301,-138912],[-359285,-138976],[-359538,-139834],[-369824,-145466],[-369110,-142283],[-368025,-142470],[-370544,-152004],[-364684,-152408],[-361565,-148681],[-362138,-152004],[-367724,-151804],[-364548,-146393],[-363741,-148342],[-369896,-146834],[-363882,-149493],[-366022,-145814],[-363997,-144078],[-363411,-147856],[-369192,-147287],[-365473,-150747],[-366192,-150669],[-364065,-150148],[-363991,-150773],[-363087,-152231],[-363666,-151731],[-367278,-150969],[-368242,-151041],[-366341,-152845],[-363295,-145536],[-363837,-146558],[-363054,-141694],[-365159,-141103],[-362155,-142150],[-361837,-141977],[-362656,-142588],[-363691,-143202],[-361856,-145675],[-358770,-153309],[-361438,-151006],[-361370,-150773],[-359154,-153224],[-358895,-149081],[-359593,-149111],[-359390,-148414],[-358931,-148684],[-358810,-148639],[-359087,-147649],[-358901,-148562],[-359662,-148421],[-367141,-147735],[-366865,-147055],[-369234,-165749],[-368191,-159758],[-366977,-155326],[-365045,-154412],[-367962,-155239],[-368149,-155580],[-367821,-154347],[-360189,-159925],[-362301,-161125],[-362168,-160134],[-359450,-159243],[-363108,-160461],[-360200,-162714],[-358592,-154157],[-358478,-153850],[-359368,-154422],[-370333,-160475],[-369581,-159582],[-366369,-158980],[-366032,-158737],[-360954,-160166],[-368673,-162647],[-370304,-163593],[-370078,-163493],[-367319,-164021],[-359669,-178728],[-359209,-178425],[-370829,-178580],[-368525,-176363],[-368769,-176601],[-368581,-175893],[-368489,-176029],[-368471,-176191],[-368175,-175803],[-368225,-175901],[-368009,-176924],[-367426,-185264],[-366566,-186926],[-368631,-186130],[-366523,-185814],[-366038,-183147],[-369260,-191317],[-370142,-189490],[-369151,-190347],[-359878,-182269],[-358799,-183181],[-362548,-184158],[-361664,-184039],[-363025,-179999],[-362101,-181760],[-361883,-180852],[-367048,-181653],[-367093,-182009],[-370174,-179326],[-370220,-179471],[-370437,-179503],[-371138,-179387],[-371172,-179314],[-370242,-180325],[-370388,-180208],[-370388,-179841],[-370480,-179967],[-370450,-180124],[-370621,-195355],[-370915,-192076],[-366285,-192741],[-367486,-201216],[-368833,-199044],[-369968,-199741],[-365895,-197744],[-369250,-197237],[-368068,-197016],[-360759,-196207],[-363223,-192787],[-360005,-193383],[-360092,-192132],[-358558,-194837],[-362971,-199981],[-363244,-200423],[-361677,-199880],[-364600,-196473],[-362868,-196966],[-363844,-199840],[-358837,-197247],[-370206,-202494],[-370440,-202261],[-370029,-201851],[-370055,-202369],[-370522,-202778],[-370026,-201124],[-369098,-206073],[-369278,-204819],[-363370,-217280],[-368860,-227842],[-370464,-223988],[-368654,-226875],[-370411,-227056],[-369892,-224058],[-371146,-225144],[-364738,-227526],[-367322,-222586],[-361602,-227949],[-362082,-228678],[-362532,-226244],[-361741,-228101],[-361665,-229385],[-367667,-229157],[-366790,-229775],[-362272,-217498],[-367284,-242629],[-366578,-239082],[-367115,-237559],[-363805,-230228],[-364070,-237865],[-366215,-236542],[-362481,-235362],[-363275,-236940],[-362852,-238462],[-363273,-239371],[-362745,-238607],[-371124,-239979],[-359533,-238960],[-369393,-243924],[-369171,-243433],[-369316,-243146],[-370138,-243397],[-368852,-243354],[-369362,-244270],[-366902,-252885],[-367975,-252707],[-366584,-253894],[-370279,-254169],[-370436,-249121],[-369945,-249987],[-367691,-250732],[-369594,-246627],[-368154,-249602],[-368430,-245100],[-369402,-253548],[-371183,-253333],[-370506,-252869],[-370741,-251926],[-371124,-251669],[-369774,-251363],[-367305,-254046],[-368805,-251724],[-367437,-252327],[-358417,-246231],[-362888,-244263],[-370474,-244334],[-368562,-255727],[-371085,-255315],[-364876,-260268],[-366331,-260741],[-366960,-259792],[-362391,-266886],[-363501,-266047],[-365155,-258688],[-358712,-264755],[-363970,-264874],[-364963,-264376],[-361794,-263719],[-361591,-263839],[-364232,-264841],[-367232,-266662],[-367246,-266793],[-369655,-266724],[-368038,-264897],[-369238,-262376],[-364453,-267954],[-362554,-267611],[-370779,-263360],[-362861,-268112],[-363749,-266806],[-366946,-269432],[-368989,-268759],[-369287,-269749],[-371156,-269365],[-368077,-271308],[-365043,-271058],[-365061,-272081],[-361999,-274029],[-360298,-273473],[-362260,-270678],[-369258,-270033],[-366502,-33941],[-370522,-31083],[-370014,-31004],[-368420,-34659],[-366073,-37250],[-366212,-36607],[-370310,-35667],[-368295,-34003],[-368496,-40589],[-370987,-40061],[-368939,-39034],[-368606,-38965],[-368510,-39121],[-361351,-87068],[-361272,-87001],[-363066,-85118],[-363408,-87898],[-363394,-88385],[-367998,-88014],[-370626,-84723],[-371035,-89230],[-360205,-85169],[-367348,-85277],[-367536,-85349],[-368555,-84280],[-366265,-85193],[-369143,-88584],[-363838,-80478],[-363053,-83749],[-364393,-83845],[-361745,-79512],[-362554,-79321],[-361691,-82418],[-371092,-98657],[-364561,-89454],[-358678,-97315],[-359299,-92570],[-358908,-91438],[-361559,-93373],[-360543,-97098],[-360378,-96919],[-360464,-97139],[-360432,-97214],[-368215,-99310],[-364746,-100696],[-365399,-101283],[-364986,-100731],[-365024,-100583],[-366966,-101006],[-368498,-100912],[-369266,-101144],[-367068,-102072],[-367170,-102097],[-364085,-98478],[-363584,-98217],[-364075,-99464],[-368259,-99672],[-371127,-91283],[-370855,-91163],[-360418,-114302],[-362898,-111352],[-360800,-111140],[-364304,-110806],[-363722,-114853],[-362080,-106438],[-360076,-110260],[-358563,-105833],[-369576,-110128],[-367969,-112502],[-367519,-111620],[-365765,-112349],[-367839,-113427],[-365413,-111081],[-364928,-113627],[-370778,-106270],[-369569,-106372],[-369533,-103860],[-361782,-114252],[-364302,-113473],[-361732,-114830],[-361834,-112453],[-365166,-107870],[-365931,-107034],[-365090,-108298],[-367597,-108333],[-364545,-108953],[-365587,-107400],[-366854,-105759],[-362385,-107117],[-362172,-108056],[-368359,-106368],[-368201,-106689],[-367533,-105310],[-367461,-104281],[-366649,-102340],[-368840,-102316],[-369539,-102907],[-367507,-102896],[-371185,-109686],[-370742,-109233],[-370630,-109717],[-370458,-109906],[-370375,-110047],[-370662,-109824],[-369901,-107181],[-370458,-107883],[-370535,-107954],[-369812,-107330],[-371166,-108294],[-369648,-107366],[-369863,-107343],[-368301,-112128],[-368664,-112093],[-368451,-111781],[-368697,-111501],[-367882,-111918],[-367901,-112258],[-368853,-111747],[-363009,192732],[-360793,24003],[-360850,23749],[-360978,24056],[-362477,23453],[-362842,19813],[-364597,19096],[-367163,17037],[-367080,17298],[-363307,288631],[-361541,287231],[-364025,289565],[-363669,287019],[-363198,286595],[-360553,288507],[-362547,287048],[-363817,293562],[-361668,294124],[-365406,292528],[-362697,293471],[-364916,292917],[-369207,289001],[-369951,287878],[-370800,291312],[-367096,288586],[-362991,295049],[-359941,302228],[-361045,302896],[-359980,301809],[-358755,302526],[-365771,301829],[-365267,303581],[-366897,301821],[-365302,302993],[-366835,303509],[-366966,302981],[-367870,302539],[-367109,303481],[-370203,315603],[-369088,316881],[-369018,315701],[-370878,315585],[-370652,312096],[-369720,310086],[-370868,310727],[-371018,311635],[-371195,312346],[-370914,322638],[-368857,322034],[-369182,321887],[-370175,321246],[-365856,328064],[-362873,327529],[-363741,327644],[-363883,328262],[-363944,328417],[-363970,328608],[-359144,329467],[-360012,380209],[-359565,380464],[-359338,380209],[-365428,374346],[-365709,374554],[-365321,374545],[-363522,376375],[-365487,377315],[-366458,377363],[-361308,26614],[-360014,26396],[-360187,26360],[-361455,28374],[-361788,28739],[-361976,31188],[-359307,29411],[-359141,29604],[-360744,33573],[-360347,396189],[-361844,396738],[-366239,387568],[-366019,387911],[-363296,390610],[-363816,389666],[-364108,390337],[-360805,390083],[-361134,390744],[-361657,390962],[-359219,393215],[-367146,388310],[-369373,390812],[-369077,389868],[-368503,389991],[-359359,398401],[-358794,399238],[-358606,405015],[-359624,398187],[-371151,427670],[-371067,426637],[-22446,-195481],[-25526,-212470],[-20328,-215111],[-20380,-215432],[-19271,-212333],[-12832,-206691],[-14024,-210739],[-15797,-212060],[-15517,-213353],[-14443,-215428],[-14038,-215776],[-16751,-207811],[-17345,-208184],[-21591,-219943],[-20691,-220823],[-19692,-219692],[-19943,-219775],[-18225,-219369],[-18440,-219589],[-23489,-241256],[-23936,-241340],[-23410,-240920],[-20069,-241676],[-20854,-240612],[-20663,-240932],[-21197,-240956],[-22137,-241724],[-22582,-241144],[-20151,-240444],[-19356,-240310],[-18730,-241780],[-18344,-246310],[-18763,-244528],[-18142,-246608],[-18559,-246080],[-18551,-245732],[-18563,-244863],[-14374,-247887],[-18851,-243664],[-19298,-243748],[-18750,-243274],[-15601,-245143],[-12890,-246421],[-13934,-243947],[-13804,-245068],[-13845,-244506],[-14114,-244660],[-16093,-358364],[-23033,224480],[-24320,223895],[-15652,229303],[-15940,57572],[-371271,-127337],[-382501,-124052],[-377475,-126561],[-375130,-124975],[-375279,-124783],[-373722,-123145],[-377809,-120214],[-381057,-119548],[-377871,-122124],[-371506,-118835],[-372909,-119373],[-379120,-117146],[-379612,-117187],[-375783,-118414],[-375269,-123246],[-375148,-123294],[-375033,-123330],[-374907,-123367],[-374806,-123461],[-374656,-123411],[-379915,-118540],[-379671,-118518],[-373666,-123218],[-373561,-123970],[-379662,-119064],[-377373,-119613],[-377517,-119566],[-377429,-119756],[-377873,-120083],[-375206,-119472],[-377017,-120787],[-381019,-126146],[-381697,-125517],[-373332,-132320],[-372650,-137973],[-373825,-130323],[-380983,-138305],[-375397,-138025],[-375503,-136720],[-375165,-135498],[-379849,-138074],[-379928,-135821],[-375289,-133411],[-374895,-137198],[-373854,-137493],[-374538,-133598],[-373135,-135345],[-372473,-134782],[-383112,-134053],[-381377,-131342],[-380785,-131567],[-375091,-133153],[-379024,-130567],[-371866,-139792],[-374471,-131697],[-381666,-134346],[-381450,-134113],[-381667,-134459],[-380781,-133331],[-379249,-129635],[-379789,-128478],[-377922,-146410],[-383455,-141451],[-382714,-144231],[-377668,-141568],[-372585,-141688],[-372845,-141523],[-374365,-144488],[-375690,-144337],[-377725,-149386],[-378615,-151104],[-373153,-151455],[-373428,-149574],[-374888,-148319],[-383870,-151349],[-373103,-142237],[-378618,-144358],[-378757,-144374],[-376577,-153695],[-377328,-154030],[-374225,-156726],[-373945,-161764],[-383491,-159323],[-383350,-158644],[-374297,-159641],[-376178,-159668],[-382403,-178573],[-382277,-176893],[-381305,-168616],[-381236,-169532],[-381986,-189927],[-372850,-190034],[-377714,-184009],[-378174,-188071],[-377861,-184089],[-375499,-185927],[-383280,-184116],[-379661,-181296],[-379453,-182624],[-379715,-179746],[-381102,-184406],[-381001,-184385],[-381159,-184489],[-380115,-187539],[-381826,-186642],[-383043,-186388],[-380377,-188370],[-378762,-190370],[-378391,-189191],[-375641,-189510],[-383135,-184197],[-378004,-179444],[-377945,-179261],[-377591,-179112],[-377749,-179083],[-377886,-179167],[-371966,-181606],[-371911,-181784],[-372137,-182126],[-371978,-182037],[-371965,-181867],[-375501,-189203],[-375592,-189369],[-375975,-189480],[-375804,-189532],[-375674,-189448],[-381698,-199515],[-376801,-202016],[-372419,-194444],[-373704,-194989],[-377279,-198156],[-374818,-196711],[-372202,-193106],[-380079,-202098],[-381032,-201478],[-381007,-201162],[-373451,-200334],[-373508,-201541],[-373311,-200950],[-373020,-200083],[-377112,-200636],[-381603,-216278],[-382315,-217238],[-381109,-214637],[-379825,-214865],[-376356,-212055],[-377396,-216037],[-376977,-215778],[-377569,-213012],[-377955,-214321],[-381408,-212416],[-383304,-204973],[-376528,-205526],[-377031,-204892],[-383493,-206593],[-376973,-209318],[-378499,-210177],[-373549,-214355],[-371532,-208377],[-374016,-204635],[-382801,-206711],[-383148,-210132],[-383120,-209941],[-382675,-209607],[-382857,-209609],[-382972,-209717],[-371908,-222287],[-373635,-221797],[-382867,-217654],[-381665,-218162],[-382432,-217406],[-375494,-227732],[-381465,-218309],[-377926,-219722],[-376706,-219709],[-376110,-227339],[-379474,-221804],[-379658,-221855],[-379997,-221626],[-379918,-221788],[-379772,-221853],[-373991,-237858],[-372880,-241277],[-371229,-241598],[-375803,-237719],[-382171,-235524],[-381363,-235039],[-382120,-239560],[-381618,-234368],[-373055,-232499],[-373476,-236256],[-371711,-241546],[-378234,-239713],[-379842,-238668],[-379689,-238016],[-383214,-1331],[-382763,-2368],[-371488,-246999],[-371668,-250764],[-372758,-250566],[-375046,-246976],[-371590,-243857],[-373456,-244110],[-372406,-252527],[-373187,-251081],[-373529,-250198],[-373607,-246999],[-373644,-252535],[-372050,-258909],[-375030,-258218],[-372330,-266142],[-379871,-259800],[-375741,-262609],[-378927,-264493],[-373788,-263286],[-376011,-255924],[-372921,-271868],[-372583,-271973],[-377461,-270495],[-374119,-270390],[-372354,-76384],[-376895,-75314],[-378849,-75760],[-376677,-75273],[-378118,-74216],[-376773,-75391],[-378952,-75857],[-378091,-74324],[-378207,-74313],[-374125,-76293],[-374796,-76279],[-373555,-75368],[-374088,-76108],[-375453,-71813],[-375334,-71662],[-372083,-89387],[-373111,-85204],[-372189,-84286],[-371478,-88981],[-377392,-83239],[-375681,-84215],[-379499,-85068],[-372463,-78162],[-373195,-77025],[-379524,-76974],[-378238,-78450],[-379592,-77197],[-379413,-84924],[-379757,-84166],[-383741,-77678],[-383155,-78230],[-373286,-97597],[-374596,-101118],[-374673,-95433],[-372148,-93741],[-373225,-91520],[-375084,-95913],[-373926,-95067],[-371845,-95333],[-377638,-94978],[-377164,-90146],[-372942,-89803],[-381628,-97065],[-383211,-98414],[-377397,-97897],[-378744,-98751],[-376724,-98637],[-383858,-93200],[-383954,-98310],[-383962,-98870],[-378591,-95217],[-378813,-93876],[-371524,-92803],[-371857,-92051],[-372075,-101071],[-372069,-100828],[-371984,-101053],[-371922,-101078],[-375039,-101772],[-371669,-113846],[-371727,-110775],[-371852,-103986],[-374383,-102241],[-375021,-102747],[-374468,-102683],[-373698,-114080],[-383800,-104176],[-374370,-112718],[-373886,-113267],[-374195,-112567],[-374464,-113158],[-374545,-112997],[-374320,-113578],[-382985,8246],[-382566,8256],[-383960,8304],[-381229,220133],[-374047,293700],[-373236,294156],[-373775,294579],[-375476,295902],[-375354,295569],[-376047,294949],[-375134,295679],[-379185,300443],[-381133,298275],[-382006,299567],[-383044,302081],[-380437,299029],[-382220,301565],[-382832,298446],[-381140,306108],[-382113,305451],[-380864,305403],[-380873,306268],[-380853,304839],[-383204,306376],[-381329,306359],[-376351,302697],[-376501,302293],[-375155,303384],[-376796,302247],[-374975,303232],[-377763,304464],[-374824,305497],[-375118,306493],[-376301,305097],[-374647,304650],[-374592,306711],[-374010,303614],[-374383,305268],[-382706,316455],[-381808,317359],[-383962,315296],[-382564,316569],[-382812,317383],[-380315,319342],[-378375,319985],[-378039,319784],[-375467,315002],[-373112,317627],[-376067,315748],[-375017,317307],[-374594,315177],[-375485,317963],[-372694,314847],[-373063,315606],[-373403,316402],[-372299,309740],[-378822,322614],[-377740,321016],[-378416,320767],[-378244,321662],[-375731,325872],[-375863,322989],[-375075,325460],[-376344,324051],[-375288,325619],[-374878,325075],[-373306,321998],[-372799,322363],[-372771,323253],[-380577,409563],[-377038,399593],[-377489,401461],[-377788,401229],[-378664,401858],[-378205,402829],[-378078,402087],[-380012,401899],[-379984,403507],[-380085,402177],[-378833,420116],[-378578,419335],[-379264,419532],[-375825,419884],[-375872,418911],[-377281,421128],[-375299,413960],[-376719,417877],[-375105,416006],[-382108,414842],[-381678,414850],[-381931,415713],[-381898,410898],[-381659,410399],[-372978,428021],[-371941,428751],[-372410,428592],[-371912,428417],[-372356,426384],[-371610,426781],[-382546,434969],[-381792,435028],[-382432,433680],[-382771,432839],[-377572,434846],[-381996,436432],[-382252,435920],[-380710,437119],[-381231,436826],[-381585,436144],[-374858,436368],[-376414,436806],[-382428,110143],[-384354,-124218],[-387027,-126986],[-390607,-126005],[-390782,-125596],[-390105,-123108],[-389560,-123838],[-388459,-118041],[-388859,-122456],[-394566,-118955],[-390298,-122984],[-388562,-120704],[-388266,-119326],[-388530,-121797],[-387308,-118096],[-387725,-115868],[-384168,-122026],[-386861,-116383],[-387049,-115633],[-393188,-127296],[-391383,-126212],[-393084,-126546],[-391622,-125506],[-393619,-125213],[-392445,-125722],[-394449,-127680],[-393415,-127196],[-396713,-127715],[-393501,-127589],[-394463,-126642],[-395452,-124838],[-393215,-124015],[-393646,-124960],[-395619,-125067],[-394767,-125679],[-395694,-123565],[-394898,-124487],[-395104,-121257],[-395826,-121327],[-395869,-119700],[-396206,-120640],[-396337,-121007],[-393716,-117147],[-394578,-115725],[-395834,-116225],[-396541,-115732],[-393202,-127488],[-394483,-125032],[-394317,-124584],[-395037,-124705],[-394946,-125367],[-394244,-124987],[-394339,-124345],[-384781,-127604],[-384460,-126999],[-388035,-119340],[-388243,-121402],[-387996,-120563],[-390737,-117388],[-391391,-117078],[-384088,-134587],[-384994,-137407],[-385046,-138151],[-384545,-139530],[-386035,-135322],[-384501,-132239],[-390967,-128056],[-389719,-128362],[-386047,-129347],[-395626,-133065],[-390674,-136687],[-389944,-130388],[-391215,-127976],[-392955,-129322],[-391996,-129200],[-390852,-129973],[-390941,-129706],[-386541,-129848],[-389172,-129264],[-389822,-130972],[-389004,-134206],[-388671,-134818],[-385170,-132802],[-385815,-131769],[-394711,-128821],[-393141,-129256],[-394625,-128899],[-394888,-128643],[-391744,-128291],[-391331,-128359],[-391558,-127964],[-390547,-129355],[-390412,-128938],[-391576,-128561],[-385286,-136187],[-384940,-136028],[-385086,-136125],[-385178,-135689],[-384863,-136136],[-384875,-136246],[-385167,-136394],[-385419,-137818],[-385131,-137438],[-385390,-138275],[-385582,-137243],[-385540,-138182],[-385498,-137914],[-390316,-138279],[-390110,-138092],[-390132,-138365],[-393465,-150517],[-393599,-151788],[-393126,-151126],[-393363,-147408],[-390701,-152597],[-387279,-153359],[-390615,-149620],[-386646,-152481],[-389448,-151859],[-391965,-146565],[-386179,-151424],[-391421,-152118],[-387694,-150661],[-396572,-144249],[-395972,-144693],[-393492,-143954],[-391726,-144821],[-391211,-144101],[-392004,-145724],[-389746,-143207],[-392955,-143643],[-391096,-142586],[-386689,-143918],[-385966,-148503],[-385605,-148297],[-385648,-147475],[-385341,-149921],[-385031,-150709],[-384588,-149415],[-384562,-145746],[-385781,-145269],[-394477,-151674],[-394803,-151479],[-392745,-157893],[-395758,-158784],[-393858,-155996],[-390410,-157472],[-391853,-153681],[-393148,-154025],[-391508,-155255],[-395467,-160165],[-388094,-159217],[-386071,-154982],[-385150,-154027],[-389647,-162874],[-388725,-162237],[-395174,-174226],[-394871,-169275],[-394828,-168171],[-395441,-167021],[-395446,-167510],[-394447,-178895],[-390621,-177479],[-393689,-176706],[-393634,-173306],[-395190,-178970],[-395995,-177863],[-395937,-176964],[-396194,-175990],[-386528,-177706],[-387627,-175858],[-386537,-177833],[-386352,-178511],[-393333,-168232],[-388120,-174112],[-396566,-177914],[-396240,-178109],[-385188,-180350],[-384056,-180822],[-385423,-180837],[-384654,-185572],[-384226,-186583],[-384859,-186289],[-390708,-184300],[-388017,-190114],[-392124,-180714],[-389617,-185425],[-395353,-184061],[-394541,-189128],[-395151,-179354],[-393036,-181013],[-392934,-184056],[-393603,-187146],[-392165,-188382],[-394185,-191365],[-396676,-191180],[-393764,-188844],[-390676,-185244],[-394426,-182379],[-387863,-180685],[-388688,-180437],[-386631,-179674],[-389057,-186659],[-388487,-185154],[-388311,-188629],[-393521,-182173],[-393921,-182370],[-393815,-180371],[-396278,-188395],[-396280,-187804],[-387829,-188262],[-385976,-188339],[-384325,-195970],[-385164,-197153],[-395556,-196761],[-390219,-201715],[-386556,-197857],[-390445,-198687],[-385713,-197021],[-387500,-201944],[-388847,-194165],[-389431,-194132],[-396039,-192123],[-395691,-193780],[-396037,-194929],[-396031,-193597],[-388463,-200985],[-388518,-203805],[-388677,-204206],[-386255,-197847],[-387486,-197412],[-395142,-198851],[-386958,-198264],[-395216,-193869],[-389452,-197232],[-389030,-195085],[-387183,-197582],[-387218,-199349],[-395594,-192297],[-385801,-201858],[-389875,-199936],[-396270,-193550],[-390563,-193955],[-395785,-198027],[-385152,-198974],[-384446,-196772],[-396670,-199559],[-384660,-193618],[-387463,-202260],[-396505,-198234],[-389608,-196463],[-388473,-203438],[-385046,-201445],[-384150,-201417],[-390417,-201142],[-389034,-199936],[-384770,-192763],[-394477,-201474],[-389716,-200587],[-387019,-201336],[-391026,-201793],[-388602,-195540],[-387137,-200625],[-388233,-197859],[-389475,-192937],[-390708,-197502],[-387085,-203279],[-395558,-194916],[-393762,-214569],[-392364,-214329],[-391434,-217355],[-394753,-215736],[-388447,-207725],[-385172,-208814],[-385702,-208334],[-385143,-207665],[-389455,-207942],[-395466,-211514],[-395812,-206130],[-392980,-214457],[-390997,-216670],[-388142,-210499],[-391027,-205761],[-388854,-208316],[-392584,-214484],[-387650,-208063],[-394376,-211788],[-390321,-210514],[-386618,-215017],[-395418,-204983],[-390874,-225931],[-394286,-222630],[-394233,-225874],[-392865,-222019],[-392960,-221817],[-394648,-223550],[-391330,-227834],[-393976,-221691],[-392505,-217910],[-391648,-218055],[-396529,-218780],[-389713,-221043],[-391382,-220013],[-396015,-220281],[-393789,-221703],[-389937,-226993],[-389403,-226555],[-389295,-225433],[-387419,-229686],[-389268,-229162],[-387588,-229838],[-391683,-229927],[-396478,-223352],[-396220,-224350],[-394767,-228598],[-391582,-227965],[-391959,-228520],[-386036,-222521],[-388161,-224138],[-387391,-222671],[-388651,-222440],[-389939,-219162],[-392882,-217853],[-393766,-219028],[-389892,-219365],[-389836,-219947],[-389298,-219869],[-388908,-222079],[-387271,-222876],[-387861,-222169],[-384217,-217967],[-391302,-231257],[-387226,-230811],[-389112,-232094],[-387192,-233132],[-393489,-231618],[-391788,-230481],[-388263,-235023],[-384395,-235708],[-393437,-231365],[-388497,-235501],[-393312,-236697],[-389442,-239852],[-389913,-237840],[-394534,-234248],[-389326,-237453],[-387776,-239056],[-388494,-1419],[-385876,-2784],[-385288,-2499],[-388620,-7981],[-388378,-9059],[-387859,-9130],[-389406,-9474],[-388823,-9875],[-389791,-6086],[-388919,-5223],[-390716,-6351],[-390202,-5684],[-392036,-9326],[-393715,-9038],[-391658,-9426],[-392015,-1016],[-393139,68],[-392780,-2789],[-392524,-2643],[-392560,-2181],[-386939,-1276],[-390415,-254351],[-390820,-254564],[-389922,-254040],[-391543,-255217],[-394786,-255501],[-393138,-255389],[-394801,-255147],[-393297,-254732],[-384935,-267123],[-389819,-266509],[-392889,-266693],[-389366,-266288],[-390077,-259862],[-391414,-256040],[-390502,-255813],[-394947,-256347],[-396698,-260430],[-396063,-271920],[-390098,-269411],[-395817,-16960],[-395924,-17758],[-394043,-24231],[-390941,-24215],[-390003,-23777],[-391141,-22153],[-391451,-22957],[-386808,-22817],[-388477,-23197],[-389561,-19479],[-390139,-19904],[-388413,-25315],[-385220,-23156],[-384343,-22068],[-392824,-14367],[-392641,-15342],[-390493,-18740],[-389295,-20460],[-389719,-16676],[-388156,-17855],[-388430,-22181],[-387651,-20887],[-387331,-20937],[-388055,-24064],[-384520,-25425],[-389574,-27439],[-385982,-26047],[-387347,-27757],[-395639,-37365],[-395156,-36391],[-395879,-31014],[-394257,-31108],[-394247,-29774],[-391655,-32977],[-392184,-30693],[-391866,-36106],[-392824,-35779],[-396024,-27392],[-395520,-28281],[-390465,-28098],[-390004,-29075],[-388971,-28106],[-391545,-28201],[-391006,-27768],[-395743,-25438],[-387558,-28814],[-387535,-29563],[-389462,-33055],[-394136,-31626],[-394919,-32203],[-396293,-41740],[-396532,-40172],[-389956,-86110],[-390364,-85482],[-389737,-79415],[-389330,-87716],[-389531,-87388],[-389686,-87511],[-389506,-87480],[-389749,-87338],[-390420,-87512],[-391274,-88936],[-391027,-88933],[-391137,-88838],[-391267,-88764],[-392050,-82325],[-396123,-83188],[-384348,-100791],[-386117,-100872],[-385078,-100777],[-384237,-102190],[-393172,-98091],[-388241,-101064],[-387160,-101388],[-393446,-99774],[-393551,-99824],[-393132,-97894],[-393994,-98654],[-395924,-96518],[-393207,-94291],[-392847,-94104],[-395825,-92413],[-395965,-92993],[-393311,-92071],[-393150,-91936],[-392738,-93926],[-390792,-93147],[-392162,-91880],[-391084,-91510],[-391754,-91605],[-392371,-92432],[-388388,-94692],[-387304,-92106],[-388319,-92041],[-385386,-92224],[-385879,-92139],[-384618,-93606],[-385463,-97156],[-385482,-97732],[-392238,-101272],[-391297,-100595],[-390007,-89877],[-395276,-95143],[-395592,-94758],[-394728,-94843],[-396459,-95318],[-396704,-92861],[-396502,-96102],[-389195,-93167],[-389265,-93850],[-389266,-93545],[-389529,-93466],[-389500,-93498],[-389171,-93352],[-390035,-96182],[-389785,-96419],[-389784,-96317],[-389778,-96238],[-389999,-95766],[-389829,-95913],[-384355,-102163],[-391202,-112280],[-394168,-114771],[-394220,-113327],[-396219,-113413],[-391688,-109877],[-396058,-110511],[-392715,-109457],[-392767,-109641],[-387878,-109511],[-385606,-103083],[-384304,-104709],[-384054,-104646],[-384406,-104762],[-384193,-103888],[-391305,6638],[-390453,6164],[-390299,5195],[-387642,5857],[-387136,5184],[-387193,5608],[-386405,5232],[-386786,5599],[-394368,7625],[-394515,8023],[-385034,9158],[-385562,9528],[-391103,7867],[-394567,9268],[-395366,8679],[-386979,283],[-394052,2002],[-394429,2827],[-393135,903],[-394487,953],[-385743,1294],[-385708,2292],[-388118,216052],[-388863,208584],[-389440,207757],[-396667,13573],[-386369,299745],[-386554,299664],[-384865,299555],[-385604,301843],[-387445,300142],[-387199,300703],[-385066,299365],[-385420,317389],[-385487,315598],[-392516,368248],[-392743,368833],[-388453,372292],[-396774,371720],[-394002,387785],[-392978,386106],[-393831,396760],[-394679,397722],[-386243,399599],[-390540,422232],[-392750,422342],[-389584,421434],[-388273,421764],[-388835,421133],[-393174,419370],[-394699,420660],[-393745,420589],[-396546,419733],[-395894,417316],[-396101,420432],[-396444,415932],[-384971,411869],[-385431,414794],[-384413,413716],[-390147,430802],[-388961,431335],[-390104,430923],[-386899,424710],[-387218,425596],[-386254,425198],[-388439,428337],[-388584,429438],[-388833,427146],[-390676,424038],[-394188,425997],[-393777,425556],[-394446,425430],[-390605,424805],[-392353,427183],[-392905,426731],[-384214,435814],[-386672,435506],[-384880,436415],[-388045,436038],[-388416,436462],[-387765,437982],[-395289,486236],[-384046,110186],[-384812,111188],[-399181,-124366],[-399311,-122191],[-399545,-122311],[-399236,-121848],[-399581,-124025],[-402500,-118627],[-400971,-119131],[-401658,-117929],[-398897,-118688],[-398700,-116779],[-401134,-115699],[-402545,-121864],[-397106,-129082],[-397542,-128373],[-398142,-151068],[-401692,-151022],[-397652,-147754],[-405944,-162636],[-406434,-162937],[-407005,-162135],[-405707,-164459],[-406121,-163627],[-406580,-161341],[-406138,-162089],[-399586,-155197],[-398697,-154665],[-398240,-158333],[-400834,-158254],[-398190,-161268],[-397270,-161105],[-401243,-160703],[-398741,-163252],[-402592,-161208],[-402343,-161024],[-404759,-159322],[-402827,-159629],[-403837,-160441],[-404922,-162189],[-405597,-161976],[-407462,-156428],[-407046,-166072],[-406577,-161340],[-407614,-165393],[-406996,-177942],[-408784,-178252],[-408672,-170423],[-403154,-170243],[-403993,-175497],[-400528,-172819],[-398801,-172501],[-398307,-175397],[-399958,-175760],[-399480,-167193],[-398847,-167124],[-397026,-169403],[-397920,-167102],[-398636,-167017],[-399865,-167421],[-398694,-167938],[-401360,-167916],[-397674,-176682],[-402947,-177745],[-404257,-176591],[-402736,-169643],[-402706,-170320],[-403418,-174404],[-405626,-172105],[-403273,-166239],[-402758,-174725],[-397569,-190576],[-402889,-191320],[-401505,-190929],[-403573,-191050],[-404249,-189883],[-400455,-191695],[-400800,-190818],[-400810,-191521],[-400046,-186995],[-408283,-188281],[-409140,-182799],[-405478,-182720],[-408458,-183575],[-404302,-185006],[-408614,-188522],[-407805,-191401],[-405195,-189624],[-405206,-190855],[-407387,-189398],[-404810,-190740],[-404350,-190815],[-408247,-189131],[-406729,-182236],[-402231,-185868],[-400363,-189522],[-398056,-191316],[-401756,-184810],[-402419,-186205],[-397684,-183181],[-399187,-190125],[-400321,-190779],[-401234,-181333],[-400932,-182045],[-397598,-191463],[-403527,-186191],[-397311,-190944],[-400033,-189704],[-397330,-181069],[-399202,-186524],[-399021,-189604],[-398957,-187240],[-397921,-189377],[-399478,-190588],[-407639,-189451],[-403012,-187063],[-403059,-179177],[-407645,-183653],[-403412,-181552],[-402838,-182602],[-407006,-181617],[-403842,-181517],[-405334,-184741],[-406238,-188910],[-396968,-186623],[-406472,-184019],[-397824,-196096],[-401908,-196194],[-403771,-199645],[-402206,-198750],[-403708,-196297],[-399042,-198609],[-406164,-201407],[-403879,-200862],[-406215,-201106],[-405035,-202251],[-408805,-198317],[-406828,-191877],[-409203,-195046],[-397132,-199352],[-398867,-198917],[-404177,-191840],[-400681,-192144],[-404363,-193808],[-400459,-197905],[-406922,-195393],[-406703,-196085],[-398282,-196377],[-397020,-200746],[-397531,-202834],[-398647,-203415],[-397333,-202918],[-397808,-192500],[-398404,-198182],[-397587,-201354],[-399705,-199754],[-398218,-192527],[-401337,-193930],[-397130,-193447],[-396838,-197267],[-401043,-194620],[-404306,-192521],[-399268,-194175],[-399062,-193951],[-399586,-193968],[-398637,-197930],[-402832,-196390],[-402799,-197209],[-402440,-197283],[-402516,-217209],[-401676,-214465],[-401338,-211786],[-403966,-214245],[-404560,-214188],[-404779,-214361],[-397409,-210830],[-398407,-215713],[-397005,-210697],[-397000,-211932],[-397911,-208801],[-398696,-206582],[-400313,-215248],[-399168,-212724],[-402043,-213277],[-397722,-213236],[-400402,-213034],[-406766,-217235],[-401051,-221050],[-397729,-223594],[-400214,-219760],[-397479,-219206],[-401839,-217914],[-399225,-217705],[-397802,-218766],[-401631,-225633],[-397427,-226646],[-401477,-224038],[-402741,-221912],[-402149,-221174],[-404224,-220932],[-403904,-219996],[-401200,-222325],[-405518,-218449],[-403824,-218644],[-405263,-218102],[-405302,-217921],[-398993,-219313],[-398148,-229145],[-400663,-227741],[-398917,-228396],[-405940,-219935],[-399981,-230868],[-398423,-233173],[-398935,-233437],[-400143,-234819],[-397500,-233685],[-396991,-230448],[-406710,-140],[-406276,16],[-398496,-892],[-397787,-1123],[-408158,-302],[-408168,-641],[-406973,-3641],[-406712,-2940],[-405494,-2924],[-405060,-2855],[-404445,-7786],[-403496,-6105],[-402601,-8527],[-404580,-10762],[-404577,-9602],[-404827,-10154],[-404965,-10991],[-405567,-10324],[-405615,-9962],[-405858,-9587],[-404410,-8837],[-403186,-11133],[-403554,-11055],[-404468,-12309],[-403230,-7891],[-398636,-267051],[-402654,-262884],[-397318,-260900],[-397090,-271875],[-396871,-20775],[-397547,-19882],[-397222,-19928],[-397364,-19750],[-401958,-24624],[-403209,-22917],[-402940,-21200],[-404897,-19947],[-405164,-20883],[-407598,-21349],[-403091,-12651],[-405198,-13184],[-397989,-24948],[-398242,-23747],[-399366,-36274],[-399415,-36546],[-400624,-29305],[-398164,-25898],[-397061,-44229],[-397949,-74372],[-397496,-73480],[-401319,-73103],[-402052,-73805],[-399901,-72027],[-399855,-70681],[-397185,-83068],[-396864,-77670],[-398619,-77310],[-397649,-94323],[-398857,-94304],[-398403,-94208],[-396984,-93841],[-397964,-92227],[-398449,-93429],[-398942,-92256],[-396975,-93626],[-399145,-97773],[-398063,-96318],[-397969,-97127],[-397884,-96269],[-398389,-98072],[-405658,-101376],[-406503,-101203],[-403529,-101330],[-397002,-113888],[-397874,-109831],[-397932,-110678],[-397921,-112611],[-407651,-112155],[-407583,-111815],[-407932,-112861],[-408997,-113740],[-405142,-106670],[-404939,-106424],[-405198,-106544],[-403228,-110537],[-407329,868],[-407617,762],[-408768,742],[-399120,210495],[-403759,210066],[-403245,208770],[-401864,207363],[-400148,208887],[-398143,215238],[-398248,216319],[-400658,217335],[-399107,220347],[-397554,219790],[-405283,21690],[-409497,16544],[-397502,15059],[-397634,14050],[-396831,13624],[-399869,335446],[-399861,335523],[-397432,370895],[-399739,369714],[-404863,368631],[-405189,366798],[-402908,368003],[-403935,367069],[-398982,368365],[-399999,360453],[-406830,363181],[-407465,364622],[-407351,363203],[-406191,365959],[-403746,378927],[-404480,378341],[-403093,378270],[-401096,380879],[-400418,371842],[-409322,30354],[-408984,30280],[-404517,34060],[-405468,33740],[-408873,32982],[-409445,28148],[-409104,29655],[-400019,408434],[-400536,407256],[-398314,406344],[-396962,405169],[-398510,406546],[-398402,415392],[-396892,414600],[-401919,410470],[-406639,489090],[-419167,-125498],[-418827,-126132],[-419085,-124424],[-421366,-128233],[-419713,-128791],[-418873,-128129],[-417798,-131083],[-419342,-178772],[-415834,-178622],[-417869,-177892],[-419441,-175875],[-418350,-177496],[-417139,-175870],[-415622,-175207],[-415246,-177424],[-413446,-170741],[-415307,-168940],[-414828,-171017],[-413750,-170544],[-412858,-170998],[-414850,-169775],[-416919,-170915],[-419447,-175870],[-412086,-190124],[-410427,-188174],[-409629,-189773],[-410240,-188119],[-410869,-188126],[-411347,-188775],[-420314,-181605],[-418523,-179823],[-409724,-181056],[-412450,-187628],[-412050,-181212],[-420804,-190607],[-409716,-196691],[-414080,-193786],[-419822,-194203],[-419674,-194306],[-419659,-193836],[-419964,-194990],[-422352,-203149],[-418224,-198054],[-409716,-228739],[-411002,-228515],[-418726,-229243],[-418574,-229725],[-420348,-229536],[-409716,-241539],[-411270,-241357],[-409795,-232944],[-421046,-9048],[-413531,-11849],[-417975,-243234],[-418005,-243076],[-422263,-257191],[-410179,-19841],[-418966,-18680],[-418576,-17573],[-418608,-17484],[-419320,-17925],[-418043,-16615],[-416695,-14954],[-415324,-14956],[-415438,-14063],[-411956,-68553],[-410823,-68790],[-410884,-66994],[-417150,-88006],[-417968,-91296],[-421018,-93061],[-421884,-92581],[-414875,-90595],[-409992,-109575],[-410396,-109285],[-412350,-108836],[-411738,-107568],[-421702,-107709],[-421772,-105490],[-412500,4940],[-413593,4273],[-416236,7412],[-413164,6877],[-412538,12708],[-412926,12858],[-411852,9908],[-409632,1379],[-412371,2515],[-422219,6011],[-415689,25469],[-414952,25619],[-414355,20862],[-413807,21141],[-415889,23107],[-411301,22486],[-411712,24583],[-414572,24155],[-415658,23234],[-416976,23837],[-414688,17327],[-419605,15471],[-412622,14222],[-412892,13193],[-409749,18578],[-417463,16804],[-416522,17064],[-411671,15793],[-411595,15758],[-413312,16290],[-415279,15540],[-411606,17008],[-420906,292343],[-421488,292282],[-420219,292759],[-419778,309026],[-413486,34084],[-413285,34116],[-418253,30295],[-417578,30311],[-417301,30270],[-417351,29444],[-420122,32865],[-411712,35888],[-412609,32811],[-412666,29355],[-414128,27181],[-409969,37986],[-410610,37997],[-413080,28529],[-410584,28504],[-410551,28784],[-410756,486416],[-411041,483592],[-412140,483581],[-414654,492834],[-415685,492058],[-414965,491914],[-411296,486817],[-411479,491121],[-412214,490439],[-411976,497177],[-414220,494958],[-413171,496961],[-417314,494419],[-419196,495901],[-419322,493628],[-420462,494418],[-415161,499241],[-416797,497627],[-418476,495225],[-418344,494088],[-412279,494769],[-413561,488195],[-412139,500418],[-411378,39408],[-411264,39265],[-428861,-116780],[-426572,-115035],[-427441,-115350],[-425863,-117323],[-424086,-116005],[-423785,-120508],[-426753,-120979],[-431017,-132791],[-434595,-134420],[-431639,-133772],[-432168,-143732],[-431038,-144889],[-429788,-143360],[-426728,-144463],[-432881,-158943],[-432542,-159027],[-423040,-176350],[-430885,-176619],[-433714,-169206],[-434467,-172152],[-426529,-188973],[-426335,-191484],[-431130,-179831],[-433203,-179149],[-426434,-186979],[-425376,-187689],[-425345,-187860],[-433876,-179119],[-422516,-203139],[-423802,-202915],[-422595,-194544],[-429286,-218052],[-429526,-218634],[-426832,-9242],[-425205,-7899],[-424855,-8057],[-425371,-3677],[-424880,-2217],[-426014,-1525],[-426881,-1176],[-426263,-2105],[-434538,-245308],[-423838,-256671],[-433719,-58037],[-431726,-71083],[-434470,-68769],[-434271,-83063],[-427028,-78267],[-425982,-79056],[-423467,-93136],[-426675,-95630],[-425568,-95096],[-423147,-93211],[-423214,-109701],[-434855,-107725],[-432542,-112561],[-431634,-111734],[-435017,12730],[-434360,9360],[-432605,11558],[-432646,11338],[-422977,6368],[-423409,7290],[-425463,9415],[-425454,10984],[-424975,11325],[-425869,12200],[-433440,164465],[-433153,159036],[-432979,215994],[-433464,211164],[-434994,209111],[-428802,223913],[-429818,232444],[-429557,234442],[-424087,15711],[-422925,16978],[-433538,18860],[-434016,20585],[-433910,18319],[-433836,17371],[-433372,17758],[-430214,13119],[-433344,14730],[-431419,15467],[-429202,16927],[-433942,296201],[-430687,305920],[-427017,313247],[-427824,310548],[-423290,310090],[-426819,309787],[-432053,322897],[-433438,329608],[-432799,329477],[-433983,35564],[-426057,37937],[-423706,38418],[-431149,35580],[-432447,35366],[-432216,35478],[-429722,36381],[-430137,36239],[-434153,44866],[-438494,-164445],[-437623,-164199],[-436646,-163596],[-437438,-163377],[-437520,-164577],[-435684,-154231],[-439591,-157775],[-438490,-158858],[-441865,-162840],[-441406,-162840],[-435283,-167195],[-435324,-172129],[-437791,-177035],[-439075,-178486],[-438596,-180337],[-440935,-180783],[-440725,-180062],[-438400,-180027],[-439397,-180191],[-440933,-181123],[-436999,-185904],[-436991,-186068],[-443781,-180092],[-446515,-198439],[-447536,-203251],[-446188,-203196],[-447359,-197725],[-446790,-198967],[-444250,-198520],[-440593,-216359],[-437557,-217312],[-440973,-217272],[-440456,-219300],[-442212,-219666],[-440912,-220156],[-439793,-219886],[-439009,-218742],[-436539,-218606],[-439542,-217608],[-438917,-233216],[-439977,-233548],[-439604,-233362],[-438872,-233853],[-439801,-233233],[-439850,-234989],[-439980,-234684],[-437167,-237777],[-438352,-236510],[-437197,-237930],[-439211,-238139],[-440466,-241437],[-442532,-241328],[-443478,-242135],[-447334,-1336],[-447801,-2955],[-446414,-4003],[-447413,-4065],[-447597,-4299],[-447070,-3711],[-445965,-2600],[-447911,-4379],[-447777,-4311],[-447938,-4509],[-439571,-245901],[-438424,-247063],[-440235,-246020],[-440923,-248186],[-441809,-247992],[-440403,-246656],[-437068,-246090],[-446814,-250810],[-442640,-86841],[-440972,-88574],[-435681,-82912],[-446842,-93047],[-446754,-92104],[-435535,-108614],[-446096,4162],[-445970,4178],[-440869,7225],[-440889,7342],[-442859,8670],[-440841,3151],[-442172,4022],[-441545,4287],[-442533,2696],[-443099,1296],[-444285,4798],[-444436,1709],[-446854,11225],[-445367,11221],[-441210,7580],[-441831,12603],[-441103,12562],[-440136,10651],[-439965,10680],[-438356,12759],[-438501,12749],[-440950,10745],[-441281,10163],[-445088,6344],[-443317,7689],[-445252,6034],[-444914,4209],[-444810,3781],[-442591,6298],[-440721,2718],[-445627,6025],[-440849,161221],[-435748,155655],[-446788,185904],[-438477,188869],[-435210,195917],[-441831,212405],[-442373,223073],[-442154,235127],[-435935,16910],[-436362,15530],[-436090,21854],[-435879,20380],[-438327,22162],[-438608,18974],[-438969,21763],[-439661,21387],[-444217,21271],[-445418,22791],[-441076,21504],[-441830,22343],[-440410,19282],[-441207,19794],[-444289,15732],[-438547,22530],[-442989,18876],[-443929,19685],[-444106,19973],[-447336,20023],[-447715,20761],[-440930,17607],[-440760,19205],[-437449,19521],[-437575,20090],[-436306,13387],[-440326,13325],[-439859,14245],[-439379,318228],[-439969,310791],[-441206,309665],[-439765,309484],[-437072,31067],[-435280,35014],[-444295,28046],[-445802,27673],[-444841,28461],[-445532,27666],[-445997,27653],[-445771,27497],[-445652,28132],[-444685,30792],[-439358,31495],[-441489,31020],[-441273,33545],[-439392,36291],[-438199,36019],[-440093,33153],[-436913,32308],[-437578,32561],[-436489,32270],[-442074,28792],[-442425,28462],[-440066,32624],[-437306,83805],[-448014,-181686],[-448130,-203196],[-455406,-209878],[-455283,-207681],[-457836,-206218],[-456334,-212621],[-454213,-227744],[-454597,-228596],[-455048,-11130],[-450643,-6437],[-458449,-929],[-455737,-2341],[-457650,-6204],[-458251,-11384],[-454070,-10648],[-457059,-7798],[-455101,-10296],[-456161,-7180],[-449297,-405],[-451251,-2552],[-452844,-4220],[-452348,-4293],[-451589,-7121],[-451466,-7181],[-451599,-6827],[-453364,-8237],[-452023,-9878],[-450974,-8925],[-452525,-10798],[-459763,-9275],[-459605,-9233],[-450147,-11094],[-450612,-10686],[-451405,-11564],[-451198,-9914],[-456879,-18926],[-459197,-16723],[-459339,-17211],[-454522,-21532],[-455183,-21926],[-457008,-18637],[-456826,-19414],[-457421,-19134],[-453158,-18353],[-455300,-21758],[-453422,-21257],[-458192,-22892],[-457156,-22198],[-458573,-18616],[-457369,-16049],[-451369,-19690],[-450232,-14930],[-458560,-21070],[-458195,-18622],[-448873,-17949],[-454999,-18355],[-454678,-34194],[-452643,-37499],[-450562,-36088],[-459992,-61799],[-452863,-60776],[-454649,-97259],[-454168,-95976],[-453605,-99462],[-453091,-98170],[-460694,-98840],[-459742,-97826],[-459783,-105418],[-459193,-103508],[-455832,2831],[-452086,1000],[-454530,6532],[-455518,9206],[-457524,10516],[-458228,9154],[-449914,11867],[-458478,10504],[-455005,6489],[-455070,7237],[-456250,7290],[-456006,9309],[-456630,8356],[-458881,6023],[-454422,7296],[-451848,12354],[-457819,12669],[-448813,11337],[-452689,12917],[-457686,149650],[-449387,148325],[-453012,150500],[-453944,160002],[-448860,195762],[-451842,195404],[-452333,215554],[-453482,222722],[-448835,15799],[-452570,13386],[-453191,13171],[-452869,13606],[-448786,22485],[-450004,20367],[-449068,18975],[-450830,15011],[-448343,19801],[-467534,-174359],[-466349,-194277],[-463622,-11277],[-464823,-6882],[-463583,-5946],[-464027,-3594],[-464210,-3814],[-466833,-4689],[-465565,-5405],[-466229,-7517],[-469106,-5475],[-468503,-5279],[-469515,-3551],[-470900,-3193],[-466142,-381],[-469054,-1230],[-468787,-620],[-470948,-2892],[-463755,-8549],[-462516,-4977],[-462708,-53],[-466106,-7286],[-465784,-6983],[-461936,-12786],[-466940,-25011],[-465637,-23456],[-465525,-24570],[-461299,-16586],[-462353,-16672],[-461927,-16412],[-466286,-14775],[-467867,-13498],[-470560,-15796],[-471010,-15163],[-471238,-15735],[-473497,-17775],[-473362,-18279],[-468684,-20422],[-467880,-21790],[-468306,-22146],[-468903,-22791],[-467804,-19661],[-465391,-18853],[-463172,-16536],[-466618,-421163],[-473067,-421650],[-470417,-425600],[-466297,-26358],[-466469,-25427],[-471657,-26265],[-470043,-32474],[-468535,-42137],[-469246,-41002],[-469126,-41019],[-467337,-48089],[-467394,-48241],[-467328,-49167],[-470946,-50773],[-470915,-39949],[-462451,-72507],[-462435,-100128],[-461242,-101053],[-461216,-102331],[-462912,-105813],[-462890,-106317],[-462338,663],[-468129,800],[-470228,1026],[-470203,1529],[-463283,568],[-464118,3371],[-464756,3777],[-464691,4605],[-468243,5418],[-466286,100868],[-467929,96268],[-475946,-1854],[-474108,-284],[-474522,-2083],[-476698,-3792],[-475861,-2952],[-477050,-3072],[-482253,-7621],[-481186,-7775],[-478675,-9615],[-475462,-10666],[-478303,-10732],[-477943,-9061],[-476223,-10697],[-473828,-10487],[-473665,-8442],[-479483,-13176],[-480494,-15581],[-481167,-16505],[-481630,-22482],[-481727,-18791],[-481201,-20764],[-482144,-16073],[-481210,-15457],[-474430,-22071],[-474615,-21654],[-474991,-21537],[-473605,-19531],[-481272,-404205],[-485040,-50669],[-476535,-81563],[-479817,127960],[-497027,-208089],[-495439,-205950],[-495589,-205698],[-495376,-205969],[-488595,-394232],[-497893,-407411],[-495033,378999],[-496773,381343],[-494304,378894],[-489855,383647],[-496506,386749],[-496505,387006],[-496457,386472],[-495998,388398],[-492597,392250],[-493225,391414],[-494488,394260],[-495419,391921],[-497674,394324],[-497229,395434],[-489007,384931],[-488499,385227],[-38006,-196471],[-36978,-197931],[-37049,-200302],[-34298,-199740],[-31705,-213181],[-32578,-212828],[-33099,-220663],[-33264,-220832],[-33159,-220979],[-33519,-221828],[-33492,-222273],[-33429,-222090],[-35869,-225688],[-31950,-238473],[-32397,-238559],[-31853,-238150],[-27686,-242054],[-28154,-241351],[-28612,-241204],[-28538,-241171],[-28535,-238130],[-30170,-238668],[-36788,-230271],[-33445,-230371],[-37894,-238104],[-36478,-237209],[-36643,-237009],[-37541,-239361],[-37441,-239023],[-37359,-238897],[-37047,-240209],[-36493,-239845],[-36325,-240031],[-30100,-241144],[-30350,-241088],[-30549,-241428],[-30452,-241336],[-32137,-818],[-32472,-840],[-37465,-7345],[-37005,-8095],[-37121,-7475],[-36927,-7729],[-37072,-7955],[-37000,-8151],[-35906,-5827],[-36013,-5604],[-35575,-5369],[-35740,-5325],[-36144,-5570],[-36212,-5464],[-33890,-4410],[-33695,-4289],[-34125,-4101],[-33923,-4162],[-34509,-4573],[-34321,-3857],[-33208,-2104],[-32910,-1587],[-33194,-2026],[-32657,-2297],[-33294,-2180],[-33541,-2460],[-29197,-2816],[-29328,-2867],[-29189,-3106],[-29198,-3602],[-29387,-3238],[-29145,-2795],[-29554,-1166],[-29645,-1151],[-30067,-774],[-30227,-856],[-30004,-833],[-30194,-897],[-28283,-1905],[-28386,-1185],[-28406,-2097],[-27933,-1638],[-28908,-1702],[-28345,-1441],[-27734,-2050],[-27327,-2225],[-27102,-2243],[-27562,-2064],[-27594,-2445],[-27274,-2400],[-27113,-2566],[-26901,-2801],[-27458,-2714],[-26913,-2607],[-26988,-2360],[-26978,-2562],[-27493,-5207],[-27649,-5912],[-27646,-5629],[-27473,-5344],[-27449,-5134],[-27172,-5448],[-26161,-3174],[-26768,-3621],[-26686,-3269],[-26038,-3694],[-26408,-3075],[-25959,-3378],[-26771,-2866],[-26413,-2939],[-26429,-1640],[-26307,-2526],[-26763,-2766],[-26609,-3048],[-27380,-7909],[-27778,-8525],[-27416,-7768],[-27874,-8300],[-27825,-8090],[-27676,-8582],[-27652,-7128],[-27685,-7238],[-27484,-6615],[-27664,-6731],[-27631,-7263],[-27414,-6928],[-31059,-8632],[-31012,-7978],[-31282,-8352],[-31120,-8305],[-31761,-7897],[-31395,-8023],[-31664,-7065],[-31274,-7162],[-31264,-6509],[-31533,-6961],[-31554,-7399],[-31699,-7158],[-32265,-5550],[-32056,-5917],[-31996,-6093],[-31904,-6025],[-31636,-6125],[-32051,-6564],[-32488,-6110],[-33087,-5352],[-32713,-6006],[-32741,-5858],[-32499,-5409],[-33657,-6965],[-34005,-6877],[-33139,-6964],[-33418,-6718],[-33908,-7021],[-33581,-7167],[-29747,-257792],[-29262,-257023],[-26830,-265848],[-27593,-265404],[-31816,-264680],[-29234,-266058],[-32260,-264236],[-33239,-262908],[-26734,225352],[-26705,228251],[-508722,-200636],[-506479,-209038],[-503081,-215195],[-508142,-221953],[-508245,-221953],[-511442,-62264],[-508717,-74121],[-503209,-92937],[-509140,-98579],[-508547,-98797],[-510033,-99351],[-507435,-97391],[-511915,-98844],[-511579,151725],[-509444,160051],[-509302,376841],[-508947,375096],[-508768,375091],[-511800,373151],[-511275,382793],[-511971,381821],[-509783,380908],[-508939,392609],[-509711,391644],[-507282,386491],[-508424,386106],[-503143,392653],[-501143,391257],[-503633,390959],[-501642,392418],[-502859,394395],[-504124,394401],[-524401,-116427],[-524088,-119897],[-521523,-124405],[-519704,-126021],[-521228,-125655],[-521798,-124808],[-519970,-125228],[-519452,-127151],[-520279,-127612],[-520143,-129272],[-518821,-130396],[-519224,-130648],[-519868,-130829],[-519831,-132796],[-523397,-130215],[-523096,-130597],[-523031,-131126],[-515125,-205896],[-518258,-211086],[-515250,-217363],[-523627,-228322],[-519755,-227328],[-517200,-225722],[-517227,-225360],[-523087,-226472],[-522309,-227526],[-522383,-227763],[-521577,-227281],[-521715,-225918],[-519851,-223392],[-520038,-223018],[-520061,-222921],[-518409,-219844],[-518605,-219771],[-518559,-219670],[-515671,-217419],[-517987,-223705],[-518125,-223746],[-515890,-238861],[-515732,-53074],[-517411,-53419],[-512034,-64170],[-521200,-69178],[-520320,-83088],[-519110,-82566],[-512655,-100875],[-516025,-96381],[-512783,-102350],[-512173,159067],[-515957,154408],[-519669,157675],[-515021,163246],[-520345,164809],[-519549,165048],[-518419,328181],[-520975,357200],[-514484,368096],[-514928,369462],[-512859,363883],[-513430,373235],[-512764,376122],[-525006,-115177],[-531689,-173951],[-537309,-258179],[-526994,-57081],[-527755,-54984],[-529620,-56221],[-527883,-106606],[-527480,-106887],[-526639,62922],[-525036,63741],[-546405,-231530],[-543453,197525],[-543527,196196],[-547692,205642],[-547775,205882],[-542801,206614],[-544822,209106],[-551641,-197342],[-554559,-198769],[-558411,188657],[-560914,191255],[-559077,187611],[-560448,186930],[-559607,185938],[-560820,196759],[-560023,197689],[-559107,200884],[-558607,199180],[-559807,199579],[-551751,202597],[-551005,203433],[-550441,202915],[-551166,198371],[-553443,196273],[-551528,194037],[-556003,211673],[-557906,213246],[-557577,212225],[-558265,212598],[-563036,211553],[-569464,182041],[-573203,186646],[-572701,188686],[-571216,204976],[-570824,204570],[-567415,203381],[-565325,200243],[-568216,193991],[-569244,193469],[-569609,206469],[-572712,216605],[-573497,216359],[-566087,207776],[-566938,209222],[-576961,193593],[-578649,195408],[-595647,209877],[-592187,210857],[-590998,209683],[-594954,217576],[-594712,217289],[-594574,217583],[-592266,214911],[-592475,215038],[-598330,210253],[-597210,210911],[-598127,209783],[-598416,210533],[-590243,214788],[-599736,218173],[-599845,219083],[-598550,218448],[-600083,218689],[-599378,218351],[-594939,218263],[-591920,221223],[-593804,219872],[-591675,219759],[-601938,1767193],[-612927,58489],[-612467,59131],[-605861,54732],[-609048,60537],[-609942,55962],[-607861,57676],[-612230,60585],[-612954,67643],[-613267,67604],[-608548,66753],[-617614,60140],[-46833,-197806],[-44277,-201333],[-40588,-199009],[-41090,-199921],[-40934,-198018],[-39272,-197452],[-50248,-226079],[-50466,-226616],[-43994,-220258],[-45907,-220849],[-45195,-221709],[-45575,-223172],[-46282,-223580],[-43170,-221481],[-43648,-221753],[-42441,-225702],[-51038,-227905],[-49690,-229647],[-45454,-229616],[-47258,-227909],[-47469,-228450],[-47451,-228567],[-45553,-228762],[-44609,-226604],[-44557,-226922],[-46420,-225677],[-46309,-225860],[-46293,-225690],[-45919,-224887],[-44857,-222430],[-44805,-222363],[-43383,-221792],[-43247,-221361],[-42111,-222132],[-41432,-220909],[-41197,-220887],[-40404,-222564],[-40892,-225061],[-40669,-222979],[-40672,-224457],[-42129,-224846],[-41500,-225137],[-41497,-224555],[-42343,-224150],[-42191,-223713],[-44715,-219673],[-45294,-219351],[-45048,-219217],[-43926,-226279],[-43950,-226017],[-45214,-231137],[-44482,-230609],[-49185,-236225],[-48813,-236049],[-50509,-232534],[-45806,-233506],[-44990,-233571],[-49833,-230861],[-50025,-230768],[-40298,-237558],[-40683,-240387],[-40665,-240777],[-41905,-237022],[-39871,-239980],[-39522,-238996],[-39284,-238824],[-39228,-239792],[-39321,-234754],[-39912,-235112],[-41579,-235818],[-46989,-253783],[-40977,-255519],[-49814,-291522],[-49988,-291323],[-49538,-290142],[-49669,-290464],[-42962,159627],[-43503,159866],[-42669,160131],[-43465,159503],[-44161,162281],[-43578,162136],[-44003,161682],[-44272,162110],[-39382,166550],[-39608,167058],[-40317,166686],[-39606,166622],[-41981,169287],[-50573,182230],[-42531,182273],[-41731,183841],[-41463,182399],[-41769,183327],[-42123,183385],[-48227,191790],[-49029,189533],[-48383,189675],[-47973,189660],[-48746,190696],[-49368,191253],[-50128,191945],[-49802,189307],[-47356,193192],[-47955,192353],[-48171,193034],[-45892,192205],[-49514,391434],[-47314,386700],[-47311,386981],[-49315,389681],[-49620,399292],[-48942,400504],[-49080,403538],[-48464,403647],[-49892,403623],[-48392,405238],[-48548,405664],[-49580,405243],[-49730,409807],[-49611,411442],[-631061,-149847],[-631104,-149666],[-631698,-148014],[-630297,-150311],[-630415,-150381],[-629280,-152862],[-628768,-153047],[-629078,-152473],[-628871,-152285],[-651197,-154932],[-651664,-155651],[-649050,-161549],[-648967,-161522],[-647445,-165146],[-646545,-163250],[-646195,-163595],[-650495,-154457],[-650143,-154788],[-650523,-154875],[-650191,-154674],[-650372,-154496],[-647121,-164648],[-647163,-164845],[-644256,-165281],[-644291,-165171],[-644465,-163851],[-644400,-163335],[-644133,-163536],[-644625,-162171],[-643800,-163211],[-643775,-162918],[-643425,-163062],[-643513,-163114],[-649912,-170101],[-649742,-169971],[-648514,-166863],[-649506,-168552],[-648017,-173305],[-648709,-168421],[-648354,-167453],[-647610,-166400],[-647474,-166469],[-644893,-168017],[-647420,-166812],[-645080,-168251],[-647607,-167288],[-647500,-166601],[-644721,-168190],[-648660,-169417],[-646561,-170097],[-645850,-167645],[-647595,-189704],[-648142,-191994],[-647815,-192765],[-649663,-193986],[-651547,-195707],[-650432,-195478],[-651665,-195549],[-651923,-195153],[-651674,-193914],[-645305,-196028],[-650242,-195613],[-641280,-274137],[-641701,-279568],[-644633,-276714],[-647403,-275826],[-647617,-274873],[-648502,-274762],[-643774,-281386],[-649047,-288998],[-642962,-282274],[-640428,-288018],[-640365,-287962],[-657817,-152573],[-658882,-152355],[-658051,-152750],[-658226,-152727],[-655428,-153059],[-658615,-159265],[-658673,-159916],[-658842,-159793],[-658996,-159529],[-659843,-158907],[-658288,-158959],[-657736,-159416],[-657856,-158821],[-659252,-159117],[-659878,-159049],[-660827,-158754],[-661543,-159473],[-661385,-158939],[-661385,-159097],[-658417,-158516],[-658473,-158311],[-660808,-163086],[-659939,-163532],[-660591,-164173],[-660455,-164022],[-659993,-162012],[-659704,-161650],[-658897,-161568],[-658712,-161540],[-662822,-162449],[-663050,-162455],[-653222,-164186],[-659589,-161260],[-655368,-164814],[-658532,-162372],[-652817,-153762],[-664719,-173718],[-656321,-166371],[-662288,-173761],[-663173,-174157],[-655064,-201969],[-655056,-205100],[-658370,-266528],[-655408,-270609],[-656562,-270357],[-655277,-276351],[-654252,-279364],[-656482,-271395],[-657765,-278860],[-657066,-281187],[-656270,-281781],[-664714,1693423],[-670328,-159818],[-666879,-162405],[-667195,-162006],[-666555,-162741],[-667109,-163197],[-667234,-162980],[-667565,-161801],[-667430,-162891],[-667279,-163682],[-667315,-163859],[-667449,-164093],[-673051,-163238],[-672518,-162880],[-673928,-160602],[-674958,-159370],[-674882,-161304],[-669751,-159606],[-669983,-158459],[-670000,-158040],[-670208,-155587],[-673081,-160293],[-672217,-159976],[-670650,-164003],[-670570,-164175],[-669415,-161323],[-669533,-160239],[-669000,-156582],[-668943,-156319],[-666873,-155145],[-667088,-155552],[-672691,-165819],[-667254,-174187],[-670480,-173219],[-669931,-172859],[-671579,-167540],[-670167,-166515],[-666536,1677828],[-63401,-141685],[-63359,-141988],[-62974,-227813],[-58316,-221856],[-58846,-222135],[-57808,-225475],[-58338,-225754],[-58051,-229784],[-57401,-229997],[-56926,-229746],[-62760,-221810],[-61902,-220620],[-62075,-220858],[-54515,-229843],[-55156,-226162],[-51612,-227829],[-52574,-230015],[-52309,-229926],[-51358,-227717],[-55370,-232791],[-52832,-231816],[-52298,-231726],[-54265,-230784],[-51409,-230812],[-54340,-239899],[-61632,-265426],[-55267,-292073],[-57476,-289894],[-56948,-289844],[-60171,1322],[-55114,177561],[-53234,178331],[-52236,177795],[-51313,178787],[-52190,178340],[-52263,178850],[-52023,178043],[-52309,178621],[-54148,180133],[-53809,179836],[-54631,179923],[-51701,182509],[-51203,183506],[-51505,182746],[-52133,182404],[-55468,179684],[-51328,179997],[-62507,329378],[-62426,379519],[-62692,379273],[-62911,379622],[-56841,392383],[-62270,396658],[-59514,384842],[-59310,384451],[-60189,384568],[-57590,401755],[-58982,403816],[-58661,405063],[-61892,400875],[-60486,401082],[-62532,404769],[-61318,403380],[-60931,405761],[-60834,406914],[-61774,406785],[-61271,407555],[-55606,408325],[-55354,407784],[-58620,409366],[-57860,403658],[-54033,404275],[-56855,406824],[-55485,403745],[-55193,400351],[-54724,398609],[-53684,402530],[-53988,401296],[-54928,402296],[-61435,409853],[-58295,412400],[-57734,412816],[-61543,415014],[-59987,412361],[-63020,411475],[-62783,411619],[-63416,413184],[-61473,414802],[-62045,416740],[-54228,414080],[-53455,413120],[-52033,413315],[-75156,-212360],[-72231,-213762],[-71929,-216353],[-68655,-215587],[-76455,-227156],[-73087,-227686],[-73660,-227127],[-75485,-227040],[-68212,-227500],[-68298,-227155],[-67816,-228257],[-67577,-223642],[-65554,-229232],[-74472,-229980],[-73280,-229474],[-66397,-229372],[-64103,-229769],[-69010,-229736],[-68380,-229943],[-65684,-229756],[-73185,-220408],[-72094,-230766],[-76588,-231064],[-71472,-230878],[-72643,-230614],[-72340,-230419],[-76513,-231937],[-65823,-230401],[-69847,-230502],[-69300,-230792],[-67475,-232268],[-68253,-232445],[-67091,-230289],[-69750,-233412],[-69411,-233665],[-69859,-234683],[-69887,-234673],[-67191,-235769],[-67930,-234467],[-65223,-243712],[-64535,268103],[-65595,408644],[-66004,410116],[-65545,410401],[-67074,419273],[-65569,419393],[-65264,419474],[-68945,420097],[-70750,422246],[-68807,419055],[-68968,410302],[-68283,424920],[-70240,425602],[-68237,423857],[-72216,123365],[-72233,123038],[-88176,-206827],[-88083,-206096],[-88087,-205612],[-87779,-205533],[-87973,-205575],[-88343,-205536],[-87710,-204802],[-87534,-208990],[-87592,-209127],[-86637,-207091],[-86835,-207247],[-86447,-206309],[-86669,-206423],[-88428,-207212],[-88587,-207028],[-88925,-207740],[-88593,-207807],[-89584,-214582],[-85766,-217395],[-83388,-216754],[-77723,-227883],[-78130,-227844],[-89432,-225257],[-89466,-222606],[-88914,-224200],[-87363,-221961],[-87405,-222037],[-86206,-229358],[-84098,-227605],[-83798,-228790],[-83804,-228532],[-83462,-229755],[-85302,-225419],[-85647,-225152],[-85916,-224725],[-77949,-218201],[-84517,-224123],[-85689,-228228],[-80560,-228806],[-82225,-228141],[-82612,-227995],[-82226,-229059],[-80715,-225670],[-77767,-225767],[-81628,-226144],[-82019,-225793],[-83291,-222635],[-82921,-224725],[-80613,-221981],[-82671,-224081],[-82803,-224646],[-82439,-229707],[-82411,-230056],[-81486,-229498],[-85555,-219372],[-85841,-218271],[-84500,-221572],[-84407,-221609],[-84115,-220739],[-84359,-218396],[-84573,-219699],[-85730,-218089],[-84711,-220973],[-84888,-218862],[-84923,-221093],[-83830,-218632],[-83320,-218092],[-83131,-217949],[-83568,-218156],[-82587,-223257],[-81790,-223082],[-84628,-224537],[-84940,-225165],[-84468,-225101],[-79553,-225697],[-79806,-229485],[-80031,-229585],[-78650,-230152],[-78809,-229661],[-85360,-232267],[-85915,-234203],[-87540,-231164],[-86230,-230413],[-85849,-230712],[-87438,-231061],[-86321,-230787],[-89580,-234542],[-88071,-233386],[-79149,-231100],[-80085,-232276],[-79306,-232482],[-80980,-231720],[-81726,-230326],[-77758,-230279],[-77403,-232363],[-77739,-12245],[-78028,-12321],[-84811,-246466],[-86834,-97515],[-89277,-97201],[-88854,-96955],[-85127,373504],[-83133,377347],[-87723,32495],[-85557,34636],[-85568,34255],[-87019,36492],[-88024,31148],[-85931,31904],[-86259,37179],[-85648,405803],[-84463,403625],[-85629,401673],[-89028,402481],[-88683,403429],[-87585,401875],[-87166,421051],[-87156,421413],[-89316,422119],[-88891,417375],[-88730,418298],[-85633,411409],[-87547,45589],[-87950,45751],[-87754,43882],[-85568,41696],[-85224,41964],[-87268,41586],[-86767,45059],[-87363,45279],[-84929,43165],[-87064,40595],[-86412,41222],[-86826,42487],[-87471,42775],[-85094,41673],[-87377,45316],[-87519,43131],[-83991,41073],[-87361,41934],[-1014823,1485886],[-1051706,1479005],[-102302,-117298],[-90352,-171565],[-92243,-172653],[-99356,-178293],[-98036,-178961],[-99311,-186351],[-100852,-179979],[-101835,-183886],[-94484,-184188],[-94528,-184333],[-94677,-186492],[-95114,-185480],[-91150,-182099],[-91118,-182663],[-92186,-182689],[-92011,-182949],[-90388,-182058],[-91459,-181378],[-91151,-181711],[-90415,-181835],[-98485,-179282],[-98404,-179641],[-100617,-187336],[-99627,-191713],[-99379,-191305],[-99408,-190942],[-101309,-188823],[-101442,-188848],[-101351,-188783],[-101107,-190016],[-98488,-179421],[-96394,-181988],[-96403,-187732],[-96322,-187508],[-96320,-187749],[-96253,-187795],[-101421,-192971],[-102327,-192585],[-102203,-192523],[-101553,-192927],[-92367,-199728],[-92275,-199600],[-91842,-199556],[-101085,-193031],[-101328,-193004],[-101099,-192957],[-101058,-192875],[-99636,-191905],[-102333,-192162],[-99679,-215713],[-99553,-215705],[-99910,-216215],[-99773,-216177],[-99734,-216286],[-89721,-205657],[-90105,-206542],[-90000,-207134],[-89843,-205000],[-92599,-208323],[-92728,-209904],[-91274,-209287],[-90629,-209502],[-90654,-209878],[-91541,-212115],[-91768,-211777],[-90680,-213676],[-90798,-214022],[-89610,-214372],[-91313,-214683],[-89736,-215188],[-92222,-215504],[-91190,-215714],[-91003,-215212],[-89693,-215455],[-89637,-215927],[-102196,-227258],[-102298,-227770],[-102063,-227640],[-102141,-227798],[-101666,-228013],[-101680,-228069],[-101061,-225113],[-101341,-225924],[-100861,-224645],[-99267,-225165],[-100469,-230187],[-101562,-229417],[-101061,-228418],[-99842,-228060],[-99070,-227010],[-97339,-227472],[-97819,-224711],[-97278,-228351],[-97784,-227307],[-100089,-228191],[-99520,-226467],[-98872,-230168],[-96558,-230056],[-97016,-228267],[-102024,-224095],[-101518,-224260],[-99610,-222847],[-98853,-223039],[-98757,-223158],[-99039,-223486],[-100659,-224214],[-100591,-223891],[-93836,-230031],[-93848,-228672],[-94074,-228628],[-92343,-217895],[-93434,-218736],[-93314,-219010],[-92872,-218638],[-92566,-217728],[-93173,-218783],[-93448,-219140],[-89832,-220673],[-102308,-233133],[-99898,-231167],[-101171,-230620],[-97464,-230908],[-98649,-230715],[-98581,-230642],[-93772,-230372],[-93150,-230436],[-99340,-243526],[-102037,-246671],[-99297,-248476],[-101068,-268242],[-100369,-268593],[-100926,-269737],[-101490,-272583],[-99747,-20351],[-100078,-20310],[-97793,-58010],[-97864,-58287],[-102051,-105802],[-100637,-105722],[-100230,-103427],[-101648,-102709],[-90418,234450],[-94067,263012],[-93739,262826],[-93386,264381],[-93312,269825],[-93200,269772],[-93003,269740],[-97714,37998],[-91822,30726],[-92333,384904],[-90379,388459],[-96776,415777],[-97985,416606],[-99211,417380],[-93872,420328],[-95314,420726],[-91867,416292],[-92918,416611],[-93450,414775],[-94357,414126],[-98994,410143],[-98998,410927],[-96884,412574],[-91094,416398],[-93963,411990],[-91363,411650],[-90859,413016],[-98820,49111],[-98520,51048],[-98435,48461],[-100238,47347],[-99067,47866],[-92390,43161],[-101181,42397],[-96531,46075],[-93765,47346],[-100952,42698],[-92406,47094],[-99229,40781],[-96799,45000],[-98090,41821],[-100387,41406],[-100520,42725],[-98249,41074],[-97943,47982],[-91089,47273],[-97260,44550],[-101991,43004],[-98072,637129],[-98091,636693],[-97243,636560],[-97176,636654],[-95247,637660],[-96600,637027],[-107280,-122693],[-106969,-122235],[-106981,-120621],[-106477,-125978],[-104719,-126974],[-106991,-127594],[-112131,-126902],[-108426,-127577],[-112231,-125007],[-112551,-124789],[-112620,-125781],[-104908,-124657],[-106911,-124107],[-103161,-115752],[-102973,-116909],[-105489,-116047],[-103357,-118392],[-103423,-118162],[-103295,-118366],[-103204,-118369],[-108009,-124347],[-107854,-124534],[-108060,-124410],[-108140,-124440],[-109221,-128651],[-111886,-133344],[-112036,-134634],[-112041,-132793],[-114662,-128781],[-113921,-130250],[-106961,-140181],[-107795,-140131],[-114710,-132661],[-104754,-128176],[-104718,-128363],[-104974,-128683],[-104809,-128616],[-104726,-128477],[-112577,-134323],[-112432,-134163],[-112485,-134331],[-112440,-134389],[-110437,-143489],[-111061,-144871],[-111508,-142989],[-109415,-142556],[-109016,-143082],[-111586,-156428],[-111450,-156292],[-111045,-156337],[-111189,-156225],[-111349,-156239],[-106677,-177375],[-105080,-174965],[-104927,-175913],[-103615,-178403],[-110466,-174326],[-108496,-174606],[-109470,-175682],[-110905,-171470],[-111038,-171527],[-108325,-171213],[-105990,-174653],[-105783,-174757],[-104574,-178849],[-106247,-183092],[-104466,-182242],[-104560,-182036],[-112227,-191259],[-112382,-191138],[-111874,-190204],[-112102,-190256],[-107314,-190544],[-106746,-190774],[-106818,-190762],[-106765,-191200],[-105896,-185546],[-104752,-185628],[-105723,-185512],[-104930,-186280],[-104794,-190594],[-106285,-189141],[-105321,-190336],[-106064,-189238],[-105021,-189165],[-104554,-189971],[-104622,-189893],[-105300,-189860],[-110695,-190859],[-110582,-187092],[-110710,-186997],[-110037,-186742],[-110685,-187143],[-109974,-186602],[-109726,-185925],[-109616,-186655],[-109393,-185973],[-110803,-191482],[-110986,-191363],[-105394,-186419],[-105357,-186607],[-105617,-186925],[-105447,-186860],[-105367,-186721],[-105627,-186373],[-105568,-186136],[-105557,-186371],[-105480,-186420],[-102426,-183547],[-102507,-186243],[-102413,-185788],[-102522,-186375],[-111330,-191509],[-113883,-180431],[-109054,-193619],[-110434,-194993],[-109384,-193547],[-110322,-195056],[-103010,-192144],[-103753,-192199],[-111394,-200057],[-111434,-199869],[-111183,-199548],[-111350,-199614],[-111427,-199754],[-114641,-203821],[-114747,-203607],[-114569,-203767],[-114497,-203753],[-104907,-199299],[-104737,-199209],[-104362,-199368],[-104467,-199221],[-104625,-199186],[-112035,-196211],[-112202,-196046],[-111986,-196153],[-111910,-196109],[-111670,-194401],[-111720,-193944],[-111756,-194263],[-111796,-207458],[-105245,-230124],[-105159,-230161],[-104288,-225777],[-104115,-225893],[-102801,-228420],[-102797,-228300],[-102592,-225261],[-102962,-224983],[-104120,-225195],[-104037,-225053],[-103558,-225326],[-114414,-240042],[-114759,-239934],[-111066,-242671],[-112597,-241981],[-106123,-240343],[-109163,-240025],[-109528,-239767],[-109148,-239904],[-109299,-239517],[-108915,-239212],[-108976,-238808],[-110867,-240348],[-107525,-233845],[-107864,-234999],[-107632,-235371],[-106458,-235011],[-106560,-233639],[-106464,-233629],[-104980,-230203],[-104954,-231103],[-104599,-233221],[-104799,-233167],[-102873,-233053],[-104108,-232301],[-102634,-233824],[-102853,-231964],[-112918,-245040],[-112186,-246450],[-110364,-244291],[-112610,-253500],[-105975,-255493],[-107261,-255371],[-106426,-255695],[-107406,-254570],[-114780,-253013],[-115199,-254774],[-113034,-250081],[-109030,-247994],[-106660,-247692],[-113466,-244646],[-111163,-243443],[-109848,-243120],[-109979,-243221],[-109863,-261791],[-111599,-259457],[-109135,-260736],[-105087,-256531],[-113283,-256385],[-113304,-256921],[-111845,-258113],[-104756,-256380],[-104124,-256036],[-114654,-257953],[-114643,-257645],[-110464,-259468],[-110254,-259958],[-109939,-262620],[-106282,-266405],[-106408,-265773],[-106683,-263995],[-107090,-263995],[-108515,-265318],[-109208,-264809],[-108514,-265713],[-114452,-273239],[-113596,-271167],[-106413,-268905],[-106859,-268757],[-111446,-274991],[-111643,-276313],[-111421,-276015],[-106922,-273430],[-105477,-273245],[-114088,-269770],[-114240,-80104],[-114018,-80336],[-114204,-80391],[-114056,-80416],[-113297,-80537],[-113786,-86133],[-114008,-85860],[-113801,-86345],[-113859,-86180],[-114330,-86283],[-113516,-86444],[-115018,-86002],[-114810,-83479],[-115110,-83434],[-113029,-99347],[-113061,-99860],[-114063,-98272],[-112981,-97393],[-113495,-97956],[-113993,-99017],[-112702,-98166],[-110210,-113708],[-109298,-113680],[-109762,-113565],[-103544,-110587],[-107948,-111337],[-106503,-114649],[-106666,-114752],[-111030,403466],[-105326,402693],[-106933,400833],[-106051,55267],[-103189,53903],[-104478,54921],[-107077,52413],[10828,-205793],[10428,-205472],[11359,-205909],[10618,-206305],[11155,-206081],[695,-266912],[243,-267530],[981,-255958],[519,-255974],[612,-256383],[5529,-260882],[9420,137725],[6591,145073],[7772,164728],[5896,164030],[7877,280433],[8712,280576],[8267,281194],[8416,280559],[8264,280341],[8514,280328],[8439,280314],[8733,280568],[8342,281282],[7995,280402],[8940,281772],[9136,281413],[10937,299075],[139063,-170916],[138810,-171173],[137933,-173563],[137393,-173322],[134599,-172218],[136291,-172209],[134188,-172069],[139495,-172534],[139686,-172266],[138729,-172996],[130393,-174317],[128529,-172890],[129789,-174493],[130296,-174127],[132728,-168419],[130479,-167257],[130309,-169001],[130147,-168772],[133155,-167997],[130851,-169235],[136474,-216384],[139365,-209768],[137013,-215373],[136824,-216624],[137161,-215304],[137229,-216055],[138871,-214926],[140196,-214104],[139374,-215156],[139833,-214854],[139106,-215511],[138978,-215875],[135664,-207864],[136968,-207795],[140535,-205523],[140517,-204785],[137196,-209850],[136515,-208651],[135911,-208051],[136626,-217743],[137764,-220946],[137661,-221639],[137452,-220609],[138054,-221043],[138316,-221405],[138166,-221265],[137095,-221145],[137287,-221719],[137053,-225303],[137739,-220506],[136330,-220524],[134926,-224621],[134132,-224239],[137978,-225720],[138444,-226072],[138929,-226912],[136876,-231696],[133776,-1131],[135986,-1352],[138580,10557],[129999,190676],[139066,186782],[137851,187123],[139164,186817],[138700,186490],[134820,188912],[135613,188136],[134946,188238],[135229,187478],[129140,191203],[130160,191942],[129653,191870],[130755,191606],[136509,190080],[131992,189978],[133970,193350],[132130,193066],[131642,193063],[137815,213555],[137591,213186],[138180,213842],[138243,212885],[140141,210629],[140724,211098],[140133,210782],[140122,211511],[140227,25611],[138421,19842],[135218,289990],[135022,289071],[132781,291655],[134944,291272],[133426,292424],[130816,292623],[131039,291167],[129297,290763],[130659,289557],[129840,283661],[134691,289036],[130477,304319],[132239,302031],[129820,302900],[129238,304169],[132889,303046],[135517,306783],[133110,306941],[132724,304993],[137131,298711],[138382,302443],[137024,303194],[132645,296637],[133044,297519],[136933,300489],[137484,301779],[133713,303119],[138206,299481],[138111,298644],[138062,300024],[137759,296943],[140133,297165],[136551,298457],[139773,308783],[140730,314675],[139235,319339],[140259,319619],[139095,319200],[139053,320590],[131076,331516],[132981,332692],[131371,323946],[128482,320984],[128055,324735],[128608,321825],[129848,324902],[128541,323211],[131629,332415],[130012,332867],[130190,332101],[136979,341296],[137240,341016],[130666,343016],[132691,344231],[132449,345753],[130860,343860],[131820,344641],[140492,334960],[140298,334892],[140078,335580],[140525,334114],[129586,344616],[128349,340116],[128271,337314],[129506,337381],[130606,337600],[130164,348181],[130664,348110],[130875,349064],[130081,349500],[130134,349596],[131260,349847],[131604,350808],[132230,353568],[136439,353639],[135890,356448],[128374,347340],[129526,346480],[129292,346452],[129153,346373],[128960,346522],[135351,63386],[135121,62217],[137187,73036],[131547,82207],[129832,97951],[128407,109125],[128900,109605],[148935,-163848],[148699,-163964],[142896,-163036],[143874,-162793],[148489,-160538],[147730,-160417],[145486,-160379],[146048,-163186],[145945,-164001],[147451,-164391],[145993,-162006],[148267,-162633],[151990,-159833],[151344,-158816],[141136,-160771],[142059,-161410],[141976,-161259],[141906,-160885],[142568,-157725],[141772,-157916],[141645,-158857],[153349,-159480],[147658,-176494],[148102,-176988],[146895,-175313],[148017,-176729],[146299,-177923],[143943,-178220],[146643,-178676],[146855,-178274],[144668,-177819],[148063,-170661],[145669,-167369],[145765,-167588],[146035,-167760],[148386,-171118],[148250,-170915],[146893,-169529],[143290,-169032],[143799,-169278],[144317,-169051],[141227,-170475],[141797,-170529],[149704,-171556],[150710,-172871],[145656,-169534],[143230,-169413],[140862,-168199],[141587,-168619],[142885,-169973],[146832,-167572],[150668,-177309],[151128,-174492],[150766,-177518],[141188,-172066],[150194,-188487],[150805,-190936],[150996,-191204],[149922,-187754],[151665,-186676],[144216,-179017],[147211,-180803],[147596,-184478],[147534,-183171],[145193,-183362],[145512,-183561],[147468,-184318],[144587,-187860],[145536,-186513],[144551,-189798],[146920,-186227],[146845,-187287],[146042,-189467],[147619,-191124],[147292,-190644],[150928,-180166],[152276,-183527],[150550,-187256],[145622,-195819],[145878,-195770],[145967,-196713],[147100,-196839],[146179,-196675],[142671,-203934],[142535,-203838],[150749,-191895],[146519,-198836],[144546,-202868],[148094,-192291],[147867,-192104],[140847,-204906],[141486,-204753],[147052,-254023],[146795,-253048],[143341,-252784],[144588,-255698],[143401,-250976],[142106,-251491],[143213,-250718],[142726,-249775],[146906,-253458],[148877,-259974],[147411,-256979],[145919,-256247],[143034,-259292],[149940,-261475],[149474,-259665],[149392,-259607],[153389,-258503],[141206,209791],[144678,210363],[144078,210090],[144083,210371],[144326,210178],[146076,211343],[145515,211122],[145773,210504],[146404,211058],[147930,211227],[147747,211365],[148031,209944],[148355,210690],[145590,207638],[145424,208213],[146947,209262],[146424,208156],[146622,208461],[145924,24633],[143236,294425],[153420,294135],[152310,294393],[152540,294277],[142128,300720],[142413,303715],[142388,296379],[143383,296033],[150139,301540],[151306,301679],[150408,301536],[153229,294674],[143721,310554],[142627,311063],[143551,310359],[143036,310656],[142049,309231],[143750,309102],[141836,309271],[142587,315376],[141225,314194],[142634,313218],[141327,313418],[142197,314780],[142921,324527],[143058,324398],[142760,324739],[142826,324600],[143307,325049],[143229,324999],[142299,324093],[141534,324416],[141326,325418],[141542,324492],[141983,323623],[141509,323733],[142563,326219],[141985,323211],[141498,323206],[142538,323935],[142659,322167],[142225,322782],[141605,322666],[141851,321448],[141471,320781],[143333,329455],[141154,332837],[141219,332815],[141942,332897],[148461,329481],[149608,329928],[146634,329538],[147741,329517],[146203,326382],[148252,325748],[150136,326721],[151687,323884],[150869,324536],[152494,324561],[151457,325667],[152240,332963],[144181,330341],[143434,331085],[146084,331272],[143439,330967],[144166,330438],[145371,332810],[144103,332746],[144002,332143],[141170,336008],[141476,333688],[153356,336043],[152107,333207],[151675,336158],[152647,334620],[151926,333659],[147624,336231],[148133,334133],[149496,334917],[151091,334661],[148552,334423],[149760,337614],[143809,333637],[144081,333852],[145616,333252],[142575,334378],[146269,348218],[148830,357574],[147550,356285],[150366,359100],[147238,358783],[147765,358689],[146837,47308],[147448,44120],[140856,46049],[147279,62178],[146706,53872],[141135,56323],[143931,75385],[141486,73297],[144749,64388],[141264,82406],[143450,79983],[146215,77486],[144925,108714],[146339,112612],[153559,111365],[141912,110840],[148997,106056],[145067,119312],[146792,118715],[150856,116165],[160964,-163942],[161028,-164001],[156262,-164308],[155630,-161179],[156816,-160401],[154004,-160821],[154479,-160436],[157826,-261983],[157959,-259766],[157672,-259789],[155614,-258935],[155945,-259911],[156894,-260437],[155145,-260269],[155185,-260262],[161147,-266251],[160286,281784],[160055,279065],[159571,280820],[160760,279879],[160147,280488],[160352,280528],[160454,279149],[165864,283372],[158889,287012],[158845,286913],[160483,286150],[158498,285938],[159205,286899],[158702,286212],[159192,283058],[158988,282516],[158699,282897],[159791,282741],[156617,282731],[157148,282701],[157499,284261],[156117,282806],[154500,282725],[156925,285275],[158333,286493],[157611,289346],[156884,286782],[157317,288188],[157603,288282],[159289,287692],[154508,293571],[158812,307112],[158064,306730],[157143,306979],[157960,306124],[156832,306297],[155854,303986],[164329,305680],[164005,305595],[159590,309343],[159148,308732],[158904,307488],[158970,307564],[158826,308266],[159349,311149],[159484,311039],[159946,310970],[160718,310537],[160482,312228],[160729,312444],[160459,312299],[160240,312935],[159393,312434],[160551,311794],[160547,307960],[159936,311011],[160749,309273],[160986,309089],[160790,308662],[160957,309546],[160901,309142],[160922,309967],[157449,307969],[161713,317833],[161145,318160],[160338,317755],[160440,317746],[161601,318112],[160318,317113],[162417,318320],[162609,318875],[163134,318015],[162411,318317],[164598,319985],[163252,320073],[164105,319829],[164172,316616],[163787,316373],[163648,318204],[164195,319739],[164566,318290],[164227,318806],[157870,316261],[159556,315100],[159983,313909],[158581,313650],[158403,314430],[157668,316830],[161029,313263],[164119,321103],[163256,320742],[163902,320962],[163983,320979],[163979,320928],[163180,320683],[163201,322760],[163159,324049],[163972,322525],[162325,323175],[163004,323800],[162781,322681],[165188,323704],[164745,322941],[164607,322750],[164422,323466],[165206,323558],[164895,324353],[164732,322909],[164163,320469],[154234,325500],[154874,327681],[154889,325348],[155303,324427],[156673,327861],[155360,327180],[162462,325255],[161061,326037],[159158,324214],[160638,327383],[158070,325192],[159923,326231],[160071,328806],[161706,330242],[160446,328928],[161010,330341],[159896,330251],[157310,331249],[154555,329786],[155412,329203],[153930,331750],[158542,331753],[157877,332406],[160176,332886],[160163,332504],[155371,333449],[157151,335605],[157110,336293],[158674,338431],[157875,338195],[155951,335570],[156922,338306],[161367,335188],[160196,336026],[159766,335399],[163199,336015],[162958,344880],[162797,344621],[162704,344548],[162350,342732],[162428,343158],[162443,343302],[162782,343681],[153695,354010],[153671,354937],[160059,349508],[162252,348223],[160259,351056],[158791,346941],[160124,350154],[161822,352195],[163061,351456],[163898,350784],[156984,60102],[156530,112914],[166549,276897],[178919,276358],[166971,279129],[167899,277512],[168203,274049],[171384,278104],[172091,277181],[173678,277832],[173914,279391],[173403,274430],[173893,278692],[169355,279408],[168331,279590],[169914,278444],[167426,280008],[167155,282407],[175984,317988],[177131,319451],[176991,318175],[176476,317527],[176836,319118],[177719,317709],[178910,315158],[178536,317695],[177698,318051],[177368,315898],[173841,327777],[172791,326212],[173296,327893],[173971,326482],[173143,327899],[175223,327163],[174855,327618],[175330,327095],[174164,327221],[175152,327131],[176948,327760],[176010,327797],[178835,327068],[176382,327244],[175423,327622],[175808,327781],[175805,327129],[175455,326021],[175971,326559],[175209,325839],[175226,325955],[175943,325386],[176652,326256],[177294,327348],[177105,327075],[177205,326024],[177117,326999],[176798,326490],[177490,327188],[178327,327732],[178937,326902],[177444,326379],[177909,327535],[178119,326385],[174583,329064],[174083,329497],[174206,330022],[174608,329695],[174497,329694],[175279,329424],[174302,329660],[170352,329607],[170718,327513],[170290,329113],[170522,329433],[169218,328307],[169887,328283],[175740,332153],[172316,331496],[176235,332826],[175261,330420],[171873,325689],[172001,325507],[170883,325902],[170544,325550],[170474,325388],[170793,325070],[177126,325659],[172165,345698],[176398,344191],[176946,344865],[178069,344125],[175196,333046],[176361,334529],[170931,335261],[168573,333246],[170113,334497],[175646,337777],[173318,334976],[172906,335939],[167624,335098],[174415,340052],[176350,340269],[178166,355225],[177973,356790],[179157,356318],[178167,354745],[170377,349072],[174142,347625],[171443,347698],[173799,348290],[166824,350191],[166742,348705],[169607,350996],[167096,348813],[168177,350818],[167280,348846],[176245,346859],[176626,346441],[177067,347607],[167914,353273],[166744,353523],[168078,353319],[167545,353424],[167147,353329],[167728,353160],[176675,364872],[176747,365144],[179196,365540],[177441,366662],[177040,365388],[178136,365583],[177857,365882],[178309,365072],[176823,365581],[176204,358853],[174092,409578],[175769,407990],[175577,410686],[183079,281680],[182905,280661],[180730,274588],[181741,275937],[179565,275745],[180825,277492],[181507,276701],[187076,284998],[186785,284062],[183835,285826],[185791,286466],[183527,285515],[181271,283691],[191362,294048],[190755,293038],[191180,293736],[188890,289700],[190128,291077],[189735,290446],[188068,290777],[188782,289195],[187782,289978],[189348,286468],[188852,290523],[188484,287934],[189831,290005],[189885,290109],[191012,289773],[179810,318644],[179951,319373],[181919,317456],[181647,320021],[180606,315288],[180123,316259],[181858,316025],[182476,316243],[180552,315921],[182712,316079],[181387,314841],[181057,315041],[183677,318253],[182978,320005],[183715,318573],[183465,318809],[182356,319959],[179461,326347],[191973,330443],[185476,331062],[189863,326448],[189323,332392],[182624,331706],[185512,332250],[183635,331333],[184780,332729],[181703,327029],[180612,326002],[181617,327521],[180625,326165],[180805,326845],[180979,326088],[182245,327788],[184076,323375],[180165,322481],[180130,322950],[182337,324928],[180712,321198],[182446,325149],[181328,323487],[182135,323286],[181782,324533],[183079,325075],[183127,324625],[182275,324839],[180133,322810],[180531,323824],[181009,322859],[181412,322913],[181424,323110],[183826,320514],[187714,345751],[190901,344770],[190701,342918],[191835,342335],[190013,340805],[191977,333439],[183438,342472],[179241,341191],[185690,345684],[184755,344815],[183900,342632],[186322,342098],[185433,345475],[185408,343644],[188996,345383],[191276,333250],[186891,333312],[189128,336090],[188787,334972],[188376,333511],[188822,333750],[188261,336209],[188381,335500],[184494,333427],[183897,334113],[182708,336111],[184923,336234],[182909,335261],[182758,336708],[181651,337174],[182118,336289],[187597,353372],[187087,355485],[191772,351308],[188901,353313],[191453,349803],[191329,350029],[191811,350567],[190695,349789],[190119,348853],[189310,348124],[190149,348827],[190336,346720],[191135,349849],[191776,346839],[191913,345846],[189591,350551],[189605,352730],[190395,349981],[191758,353323],[189406,352130],[190125,351307],[186123,353688],[184428,353317],[184683,353373],[184043,355970],[185301,353420],[185202,355970],[181459,358163],[181424,348664],[181226,348108],[181351,348186],[183098,349741],[183108,350829],[182974,348527],[188419,346769],[185599,349384],[185871,348309],[181027,347435],[179524,347322],[181868,364861],[179530,365760],[179634,366035],[180365,365954],[180239,364622],[179435,364693],[181208,361422],[180836,361771],[181359,361890],[181430,362037],[181885,360710],[183145,359585],[182281,359871],[182772,359564],[182855,359557],[182777,360352],[182799,359345],[183081,360247],[182231,361140],[182586,361515],[182261,361343],[182327,360839],[181654,361172],[182603,361868],[182541,361047],[179300,366233],[191172,408864],[190086,498911],[182028,495666],[182384,495671],[181617,495666],[183493,495561],[179640,495430],[184250,498280],[189751,498102],[190414,511045],[190310,505747],[190372,506248],[190694,509031],[190322,508077],[189536,508174],[190206,507643],[185475,502689],[186054,502004],[185196,505993],[187009,506033],[181657,502442],[188255,506046],[189530,499831],[189955,499573],[189673,499633],[190852,500908],[191011,500218],[188489,509169],[189294,507049],[184243,508110],[185233,508295],[189250,509340],[186537,509564],[190306,521418],[191163,520081],[191932,523027],[191909,517297],[202459,202386],[199372,199515],[202003,199041],[193662,292190],[192769,292351],[193651,293297],[194794,292675],[195204,292365],[194272,293258],[193379,293102],[193479,292291],[193582,295222],[198677,296123],[198372,296053],[199906,297778],[197914,297373],[200255,298255],[202289,298714],[203784,299692],[204069,298588],[204675,300089],[201907,299412],[203026,301662],[204289,307258],[201337,306256],[203617,307339],[203723,306834],[202998,308621],[203888,307571],[203406,332422],[204735,331373],[198106,331964],[195708,332857],[198185,332732],[197542,330229],[197007,329985],[194570,325915],[198022,326452],[198218,324700],[196292,324033],[195090,326443],[197083,324545],[202050,345132],[202264,345575],[201290,344333],[200959,344349],[201481,342675],[204148,342768],[203740,343087],[203062,341106],[202044,340286],[201705,341695],[203407,338529],[203445,339258],[200872,338666],[200446,339794],[202493,336565],[202989,336891],[204176,337219],[202973,337597],[202561,336334],[202861,336956],[202444,338970],[202954,338773],[201911,339679],[202636,338459],[200962,339435],[202440,339497],[201838,344923],[201457,344019],[203010,343571],[203314,342965],[202017,342667],[202148,344701],[201019,344924],[199456,345459],[201826,345781],[200343,345023],[193734,343783],[195633,343729],[196043,342433],[201895,338632],[196178,342318],[198380,344008],[196092,341849],[198081,340198],[192617,341638],[192870,340558],[192117,341822],[194773,341074],[193535,342395],[193647,338990],[194837,339184],[193693,336500],[192970,336981],[193247,338214],[194886,339093],[197825,334182],[198282,348808],[199290,347450],[199514,347404],[199347,347279],[198799,346977],[200422,346114],[199737,346818],[195742,350250],[196495,349764],[197651,349335],[197905,347962],[193616,350339],[196201,347415],[193798,347199],[193276,347170],[192870,496804],[192362,498382],[192858,498420],[192113,511741],[200619,506429],[198951,507825],[199738,508494],[201419,504616],[198947,505071],[199385,508821],[192818,501075],[193224,499970],[201128,524801],[199580,524724],[194898,523696],[193497,524724],[197661,518419],[198577,521544],[199195,522185],[195423,520964],[197918,518643],[199741,521379],[194652,517056],[192521,516498],[195544,517628],[200666,530313],[204232,527914],[199965,528960],[198520,527672],[197295,526708],[197419,528583],[197229,526272],[214937,200976],[205516,302312],[207790,306658],[208964,305763],[209915,306458],[204868,319925],[205038,320123],[209057,308648],[208208,308156],[207463,308006],[208738,312458],[211456,311449],[209877,311710],[208900,311777],[208745,311555],[211278,312796],[205588,332178],[206332,332799],[205311,331938],[204996,331345],[205844,332073],[208882,329512],[207612,332248],[208962,331371],[208030,329739],[207604,330303],[207555,331480],[205656,322551],[204884,321447],[205425,322177],[204886,320296],[205631,338083],[205759,338582],[204980,338572],[204846,339016],[205809,333495],[205992,335574],[206127,333138],[206894,333524],[205178,333110],[206832,340422],[209882,520818],[206828,524605],[208097,524994],[206467,516399],[207099,523565],[216670,537012],[213097,537137],[208367,535667],[210440,535724],[212919,537174],[213039,528476],[212640,527904],[214802,529499],[214781,530197],[215756,529734],[209826,526594],[208549,525419],[210955,538269],[213469,538509],[224637,527300],[224245,528934],[225759,527193],[224037,526737],[225986,525380],[225117,528464],[226195,532874],[225333,532166],[227306,532894],[225707,532352],[225417,529698],[225581,532649],[229204,537340],[229816,536290],[227077,536267],[227084,537175],[228857,537035],[226794,537073],[217984,536762],[219233,535406],[220008,537552],[218954,537734],[220877,538437],[219594,542683],[219301,541894],[219940,542523],[219190,545348],[221931,543250],[220239,544428],[218593,544928],[221102,548237],[220996,548730],[220655,549116],[220587,548762],[242217,559995],[242495,562562],[241797,563321],[241650,561794],[237918,561134],[236842,559633],[238134,559704],[235897,562384],[236883,561712],[239323,562220],[239794,555386],[239813,555157],[236930,557527],[241304,555129],[237018,555196],[241280,555201],[241745,564218],[243131,565010],[249787,188968],[249755,188600],[248900,188783],[252292,191369],[255208,191099],[249364,187027],[249408,186927],[248583,186891],[249338,186675],[254996,192710],[254968,192380],[255970,192538],[255852,193418],[250512,195139],[14063,-191319],[15041,-191370],[14552,-191754],[24814,-194395],[25087,-194186],[25278,-195005],[25318,-195275],[20582,-204331],[23791,-196815],[24314,-196725],[24685,-196914],[24310,-199200],[24087,-199785],[24415,-199909],[24126,-200055],[24564,-198674],[25533,-207673],[21703,-206319],[23434,-208626],[20337,-204698],[20875,-205214],[21203,-205338],[20914,-205484],[18966,-207067],[18660,-206793],[15752,-206825],[16802,-206487],[18396,-206576],[19720,-208673],[19461,-209042],[14136,-209731],[15304,-208242],[20236,-241430],[20036,-241161],[18736,-240331],[19232,-240731],[19265,-240831],[19073,-246784],[18837,-246757],[19399,-250694],[20000,-249577],[17648,-248042],[19070,-251557],[22346,-252765],[14459,-252805],[13358,-253489],[12994,-253172],[13298,-253724],[23148,-346346],[23372,-19842],[23045,-19830],[20465,148064],[24741,209461],[24882,252900],[25042,253001],[23958,253415],[24140,251846],[24132,252243],[24761,252310],[24284,254786],[23606,255226],[25010,254747],[20833,256131],[20312,255255],[19956,255858],[24633,249077],[23698,250610],[25581,254955],[22351,256733],[23157,256430],[22955,256686],[20161,256682],[19401,256669],[19606,256722],[19989,256422],[24167,259410],[21934,260376],[23828,259050],[23868,259162],[260939,183838],[262069,182127],[261426,183859],[259796,182975],[260851,183212],[260229,182560],[260299,183403],[262868,186905],[262313,185177],[256134,192496],[257183,395950],[257500,396152],[258896,395006],[257687,393488],[256965,393332],[256548,395590],[257649,395198],[258246,395753],[257445,393855],[259334,396713],[257174,396367],[259516,396458],[259728,394075],[260920,395486],[259189,393649],[260562,394735],[260899,396466],[258451,397300],[257177,401676],[257131,400830],[260140,399652],[259219,400801],[259987,400932],[257236,397950],[259340,413929],[257909,414149],[259237,414249],[259264,413241],[258988,416937],[260550,417425],[260217,416775],[259390,417479],[262229,420550],[261574,419510],[261370,419461],[261660,420887],[258341,420839],[257677,421131],[257923,418948],[257861,418690],[267931,422445],[256587,419504],[259017,419058],[258713,419549],[256795,416749],[257007,417300],[256683,417568],[259336,423348],[259225,524479],[258982,522772],[256937,523995],[260580,523729],[266325,521907],[267234,522424],[266804,521332],[266360,521354],[263074,526729],[261031,526837],[261937,526742],[264356,528643],[260102,527812],[262125,526696],[259236,525032],[260155,525011],[267994,527398],[267824,542455],[265546,542427],[268285,543788],[272344,408704],[271839,403451],[272953,407193],[272609,405914],[273603,407119],[272557,406518],[270964,405150],[272143,406328],[271434,405266],[274216,407880],[275439,422580],[278523,421809],[272863,422553],[276603,415529],[272752,413602],[273267,416183],[275334,412593],[275152,414431],[273346,416752],[274961,410094],[274489,409875],[275808,424232],[277918,423977],[277730,423239],[268957,523980],[270078,519121],[273216,519257],[270671,520438],[273042,519999],[271096,521347],[271486,518229],[275642,524814],[275892,528224],[277602,525228],[275003,527657],[275619,526216],[276060,525898],[278589,546289],[275903,549691],[274972,549588],[277002,548582],[278531,547072],[275502,543636],[274303,545526],[274062,546783],[274496,543533],[275884,547968],[275874,546437],[275014,547614],[274959,544130],[276819,544046],[277816,544230],[269929,547232],[269458,544301],[270384,545614],[285087,459968],[288240,459752],[289354,460433],[286696,459370],[293038,460876],[287172,460898],[288282,461462],[285650,463167],[290600,462234],[292766,461062],[291088,462624],[291006,462964],[292011,463775],[291108,469390],[290060,470306],[294368,468148],[290357,470457],[293436,468515],[287668,466293],[287808,467729],[289059,467172],[287164,464945],[286954,467340],[287968,467637],[290252,471744],[290593,471413],[291503,470978],[290109,471969],[289987,471067],[283400,467815],[285391,467396],[283552,467761],[284738,467283],[286064,465902],[286555,467574],[285631,463396],[288105,465775],[288315,466890],[291689,473989],[292377,486001],[295794,-98197],[295356,-99613],[295256,-101938],[301065,-93894],[300588,-94425],[306672,407541],[307064,408327],[306605,409066],[307155,416271],[306896,410716],[299600,462471],[297446,462602],[299759,462904],[298041,461415],[297070,461893],[297752,464258],[299320,467676],[298884,466015],[300148,467495],[299440,467401],[297783,466680],[294879,470701],[308542,407359],[311778,408875],[309600,409326],[312352,408440],[317681,405264],[312616,407569],[310701,406858],[312059,406022],[312591,406144],[313357,405864],[312993,406895],[317003,408901],[312930,405787],[314851,405594],[313083,408012],[315719,409077],[310108,416936],[308634,417861],[309753,416965],[310142,417518],[308100,417037],[308514,410654],[311185,409937],[309251,411349],[311133,410811],[318967,412362],[318601,412915],[317957,414053],[316987,415202],[317405,413550],[318608,420917],[319056,414840],[317804,420759],[314145,421587],[315542,422140],[316000,421240],[319547,418957],[316380,411752],[313791,413929],[315907,413147],[316658,413696],[315685,412220],[315327,413957],[313626,431274],[313747,429882],[312380,430499],[313616,430236],[313334,430004],[312366,430831],[311618,425195],[310876,423997],[312084,425042],[312946,424525],[313201,424158],[309402,424347],[314766,423188],[319263,428144],[319137,428049],[318716,428852],[319165,430021],[320575,411671],[320660,417531],[322234,415094],[323140,415313],[320963,415653],[329510,418581],[322456,414856],[323770,414390],[323745,414853],[325295,419691],[328545,417080],[323159,420862],[321045,421097],[322843,419263],[322485,419687],[325874,429732],[322332,423392],[326394,428289],[327670,427980],[329258,427891],[328348,427821],[329468,427834],[326559,429965],[331073,429784],[329364,428425],[329212,429334],[332125,430868],[330083,431129],[329233,430552],[328497,434438],[330974,434893],[331189,433139],[328741,434920],[330897,434607],[323695,434204],[323369,435207],[324665,435263],[322783,432907],[322921,432221],[320116,430999],[322056,429088],[329547,436069],[322743,435975],[337317,428999],[335478,429444],[335711,431251],[335160,429694],[336455,430507],[334784,431244],[335364,434920],[335658,432865],[335656,434091],[335310,434641],[335372,434235],[336251,433898],[30641,-191163],[30914,-190954],[31666,-188022],[31027,-188521],[30965,-188608],[37100,-185200],[36900,-185350],[35874,-184868],[35196,-184451],[35648,-184134],[35035,-184060],[37250,-189117],[37232,-189140],[36985,-189028],[31105,-191773],[34290,-190777],[34196,-191515],[36538,-191360],[36841,-187353],[37500,-185550],[37618,-196693],[37566,-196413],[36413,-196383],[33930,-194028],[35864,-192368],[26070,-202746],[26087,-202454],[28508,-202239],[32217,-196064],[32137,-196449],[31985,-196330],[31434,-191897],[31145,-192043],[30147,-193476],[32321,-194406],[32364,-194869],[25607,-195129],[27793,-193849],[29849,-195830],[29592,-195879],[30451,-195459],[28566,-196548],[28512,-196243],[28166,-196718],[27949,-197776],[28207,-198276],[25964,-199500],[25931,-198798],[32060,-193458],[35231,-192294],[36705,-192084],[31831,-204510],[31218,-209567],[27896,-208763],[30899,-209444],[29424,-211329],[29345,-208268],[25832,-207998],[29696,-205522],[29258,-205206],[29251,-205432],[28618,-205500],[29419,-205845],[28141,-205598],[32928,-229248],[33338,-229712],[33351,-229814],[34062,-227656],[34586,-228186],[34847,-241568],[34815,-241351],[34532,-241043],[32967,-241795],[33431,-242043],[29226,-237728],[28806,-238254],[34126,-230468],[34542,-230465],[31593,-245285],[31288,-246318],[30738,-246151],[37066,-243341],[35850,-244090],[31885,-245169],[30787,-243206],[37782,-243501],[37453,-243609],[28760,-249726],[28846,-250119],[28214,-250500],[27865,-250336],[37525,-245179],[37109,-243602],[36803,-243525],[37352,146477],[36153,217137],[36974,220948],[32445,255418],[32785,255203],[32599,255802],[33471,255936],[31312,254595],[31625,254626],[33472,256008],[32018,255064],[29840,252685],[29419,253911],[28267,252208],[28708,251234],[30734,251511],[28973,256194],[30168,255060],[31039,255193],[30115,255449],[38372,256061],[37753,254808],[37722,255087],[36089,254171],[34928,254197],[36058,253449],[35808,254264],[36355,254843],[33934,250373],[34150,250815],[34297,250700],[30636,250057],[31998,251411],[32111,251228],[28381,253261],[26345,253416],[38283,252218],[35041,254754],[33240,258831],[36916,259657],[34762,256733],[34619,256647],[34347,257206],[33602,256690],[33977,256350],[33859,256916],[33933,256857],[34878,257472],[35135,256995],[34138,257041],[33732,256692],[27388,257626],[28075,257545],[30568,258888],[31071,259665],[31347,259506],[29103,259061],[28693,259354],[28888,256440],[28669,256257],[33444,258543],[33295,258519],[33060,258941],[34692,258182],[35818,257560],[35274,257167],[37997,257949],[37950,258117],[37649,258635],[27837,257941],[28502,258441],[28367,259197],[33342,256785],[35012,265724],[32518,259075],[31376,258956],[32780,259926],[32815,258711],[32998,260080],[35714,260505],[36408,371171],[36109,370238],[32851,48362],[34240,47854],[33942,47962],[34008,47758],[34019,47546],[34419,47552],[40907,-182776],[41076,-182961],[39925,-184856],[39283,-186398],[46263,-185661],[43885,-188068],[43798,-188093],[46147,-186480],[46165,-186857],[45834,-186730],[43498,-184123],[43908,-183951],[43472,-185979],[41262,-215057],[42399,-214579],[40607,-215292],[42395,-216022],[42609,-215963],[38977,-229550],[38653,-229587],[38783,-229751],[44060,-221820],[41280,-225868],[41878,-228725],[41046,-228533],[48326,-217883],[46968,-218492],[48423,-217420],[42762,-242418],[46745,-231305],[43763,-230903],[49795,-232494],[40646,-232118],[40491,-232259],[39215,-231496],[42334,-234024],[42074,-233801],[40226,-234382],[40131,-235674],[40542,-234381],[40065,-244167],[40040,-243818],[39504,-245900],[39667,-245505],[39496,-245490],[47584,-331141],[46334,147887],[38881,144075],[42190,201561],[41605,202381],[41922,202147],[40817,202865],[38561,198806],[40303,206846],[40574,206831],[40517,206017],[40521,206629],[43258,210113],[43379,209281],[45204,210349],[43708,209297],[41485,210125],[40564,209529],[40546,210375],[40169,210309],[41100,210659],[42269,209230],[42772,209441],[43399,253816],[38671,255573],[38602,255590],[40629,255678],[40544,255884],[40667,255490],[39014,253822],[50862,13593],[39765,258742],[38504,258075],[39813,256931],[38612,256909],[39299,259084],[40861,258307],[41174,259762],[42856,257566],[44244,257673],[42492,258175],[42509,257865],[42880,257664],[42254,257566],[63265,-229020],[57858,-224809],[58141,-224449],[56507,-223790],[56271,-224623],[56561,-224503],[63319,-228271],[55823,-241064],[56503,-232443],[54818,-233282],[54911,-233547],[59202,-231170],[53466,-231851],[51860,-232611],[51882,-231786],[61276,-230485],[55147,137006],[63727,414326],[63356,414931],[61844,413433],[63662,615193],[70052,-173292],[73296,-171717],[72873,-173391],[75537,-191505],[76174,-191769],[69401,-188803],[70099,-189342],[70128,-189441],[71803,-190506],[71358,-190411],[75822,-185525],[76188,-192252],[73099,-198571],[73762,-197984],[70413,-198051],[70466,-198143],[71591,-222557],[71243,-223789],[76446,-223473],[71383,-222858],[72254,-222134],[71530,-221330],[70371,-222206],[70909,-221733],[69791,-218422],[69828,-218681],[70950,-219150],[67102,-228400],[75150,-227380],[74918,-227130],[75726,-226891],[75840,-226557],[75989,-226833],[72299,-219956],[74128,-219687],[73334,-235040],[73960,-234866],[73080,-234709],[74613,-235618],[73341,-234638],[70516,-256296],[69852,137046],[69759,327394],[68672,31376],[74799,399367],[74572,399455],[74023,400458],[75120,399717],[75992,403446],[75450,402794],[76653,403994],[75733,404382],[74391,405389],[74379,404654],[73690,404232],[75262,405654],[76436,409725],[76208,409152],[76684,408919],[75255,408636],[74312,408356],[74008,408611],[75159,408534],[66091,408630],[65866,408850],[65055,408424],[64879,408159],[64304,400256],[67663,410913],[67203,411892],[66268,412073],[64886,415221],[64566,415706],[65320,414129],[65108,415573],[65384,410149],[72541,41958],[69353,60511],[64306,53632],[79046,-188213],[78676,-191018],[79076,-191034],[88628,-194539],[88366,-194370],[82344,-209206],[82362,-208061],[79937,-209432],[80474,-208648],[80573,-208671],[86840,-213293],[87115,-213092],[85655,-213642],[87644,-214027],[88744,-216044],[88765,-215705],[89499,-216105],[88946,-208752],[89035,-209486],[86752,-228850],[84926,-229363],[85127,-226100],[83047,-225401],[84831,-224749],[83492,-225522],[84621,-225571],[85126,-224220],[85357,-224039],[85549,-224858],[85878,-224982],[85589,-225128],[85893,-217828],[85996,-217803],[85823,-219157],[77041,-222144],[77605,-220816],[77510,-220566],[88414,-233644],[82300,-232480],[83968,-233005],[82366,-232222],[83994,-230967],[82403,-230741],[79227,-232513],[85506,-232374],[78769,-232645],[78728,-232428],[85909,-233472],[78854,-232598],[82506,-230444],[88492,-234572],[86749,-234129],[89021,-241858],[89304,-230410],[88735,-1069],[84076,-1969],[87063,165442],[84353,165451],[85073,158654],[85587,157636],[80856,159930],[80938,162696],[82156,161193],[78921,159009],[79461,159878],[78974,160073],[80470,160596],[87571,166222],[85673,164562],[87676,164814],[85428,165549],[86100,167934],[83306,166900],[82256,170130],[80921,169455],[81190,172085],[81133,169029],[80493,169162],[82110,240590],[82901,243090],[82696,243657],[78127,334684],[87930,32051],[83942,27329],[77551,399188],[78018,399077],[77769,399599],[77572,399524],[76929,410580],[84426,97501],[83180,112402],[81014,108893],[80365,106229],[80774,104912],[86373,108424],[82449,117286],[78766,119140],[92990,-158656],[91936,-160517],[92760,-154006],[92706,-154294],[93567,-155439],[93896,-155563],[93607,-155709],[93640,-157253],[93615,-157881],[92448,-154161],[93604,-154930],[92680,-155176],[92151,-160953],[102328,-161092],[89819,-215951],[89723,-216249],[101921,-214006],[96851,-211835],[92998,-222579],[101606,-239875],[101484,-240231],[95809,-232848],[96129,-232609],[102336,-231793],[89630,164932],[98638,161059],[91358,168576],[94807,168935],[93199,167513],[93069,167492],[92391,166620],[92550,167388],[94842,217676],[90993,225256],[95808,222035],[97745,222530],[92295,27324],[102054,70760],[98887,74426],[99370,64423],[98483,100865],[94310,103251],[96546,105637],[103012,-161779],[102443,-160983],[110089,-164512],[111242,-166877],[111066,-166994],[110723,-166397],[109927,-169119],[109270,-169088],[111312,-169931],[111494,-168848],[110723,-168963],[110731,-168839],[113152,-169242],[109775,-197738],[110343,-201328],[109308,-200486],[109408,-200911],[108961,-201150],[110366,-203676],[110494,-203812],[110823,-203814],[108877,-203112],[108402,-203146],[107647,-202752],[107780,-203571],[109180,-203493],[108039,-202840],[107558,-202178],[108179,-202454],[107760,-202592],[108687,-202225],[109342,-204633],[112799,-215696],[113445,-207037],[113747,-207152],[110646,-230098],[106303,-229580],[106909,-219457],[106628,-227662],[106392,-227582],[108674,-228216],[108749,-229289],[109879,-228996],[102745,-222529],[109753,-218262],[112703,-233705],[112263,-233762],[110722,-239036],[113506,-239306],[113082,-240233],[106270,-240755],[113837,-238910],[113150,-239085],[105174,-241148],[111423,-241701],[113176,-240277],[112038,-240645],[110857,-238682],[114203,-242035],[110370,-242547],[108404,-242752],[111548,-231312],[102417,-230924],[102408,-230224],[111735,-246902],[104170,-245845],[106761,-248035],[105148,-245941],[108784,-244816],[107718,-245300],[108512,-244225],[109444,-245938],[109237,-245978],[110760,-246581],[108564,-243460],[107856,-243383],[110548,-244709],[112647,-245904],[105811,-247521],[106459,-248159],[103510,-247570],[103611,-247295],[114924,339349],[114175,335461],[112084,343514],[113675,338837],[112941,338419],[113943,28166],[114301,35106],[112092,42336],[105613,54717],[103108,84986],[112514,109662],[113047,115206],[114805,111425],[111386,107195],[116926,-170428],[116569,-173028],[116672,-171978],[116416,-172135],[124133,-173078],[125679,-173889],[123656,-170543],[123415,-171716],[126773,-171603],[126289,-171851],[126419,-171380],[126971,-171664],[127617,-174199],[118917,-216506],[117652,-212987],[117563,-212638],[123283,-217114],[127716,-213444],[126110,-213575],[126564,-214000],[121651,-215771],[116700,-207183],[116608,-209088],[123682,-211333],[123757,-211022],[124210,-211362],[123253,-210719],[122637,-210903],[121680,-210479],[120942,-211127],[121365,-211254],[121171,-209826],[120854,-210104],[124956,-217249],[121301,-223204],[120408,-221382],[121019,-221267],[120587,-224927],[121764,-220332],[117575,-217884],[123734,-218084],[123426,-217947],[123445,-218218],[126173,-225741],[124575,-226759],[125583,-225729],[121759,-222744],[123166,-228119],[127387,-222529],[115324,-236744],[124462,-18667],[127568,-31468],[126973,193491],[126140,193818],[126418,193632],[127085,192850],[127782,197257],[126914,196952],[127121,197102],[127934,196995],[126159,198552],[126374,199462],[126850,197967],[126735,198462],[126549,199708],[126461,287133],[126971,286903],[126400,287534],[127522,286011],[126528,285676],[122645,285801],[124084,285168],[126187,285994],[122110,289687],[121456,285904],[120624,289235],[126014,319093],[123520,318326],[124760,319187],[124603,319259],[123438,319449],[123795,330184],[126098,328630],[123919,329733],[127545,330935],[125509,328812],[125493,323163],[122980,326859],[124164,326622],[122385,326337],[123057,325855],[121393,325360],[123901,325920],[121242,332561],[118287,330761],[123558,336563],[123272,335522],[120541,335090],[121214,338875],[122878,337769],[122906,334207],[119740,334923],[121911,336480],[118686,334479],[116530,333047],[116790,336791],[120606,340094],[119312,336638],[118506,337013],[115307,345417],[115288,338083],[124263,343716],[122952,343436],[126772,344520],[124776,344158],[127651,338289],[125924,337503],[127564,337891],[127941,338402],[127410,337297],[127232,336513],[127086,336544],[127964,335881],[127509,333834],[124091,348996],[127459,347108],[124089,346608],[121892,346736],[127273,349096],[126920,348503],[122328,412878],[124185,72389],[118680,115448]] \ No newline at end of file diff --git a/src/gathering/a10017.json b/src/gathering/a10017.json new file mode 100644 index 0000000..5bfbb7d --- /dev/null +++ b/src/gathering/a10017.json @@ -0,0 +1 @@ +[[-116527,-139684],[-123392,-253980],[-121048,-42204],[-121502,-42765],[-119162,-65982],[-119777,-65648],[-137504,-268532],[-140030,-280334],[-140027,-279780],[-140398,-280207],[-140727,-281119],[-140732,-280239],[-140110,-272701],[-140319,-272781],[-136695,-271177],[-138288,-269660],[-138132,-269655],[-139238,-281983],[-139989,-281690],[-139176,-282060],[-139156,-281514],[-137522,-283228],[-137298,-283367],[-138634,-282975],[-138436,-282677],[-139189,-285360],[-138351,-284704],[-138734,-284983],[-139720,-282832],[-138806,-284220],[-137612,-283807],[-139887,-284982],[-138890,-285521],[-139194,-283894],[-139100,-284608],[-137956,-289794],[-129890,-56005],[-129214,-56107],[-130998,21500],[-130814,21468],[-130918,21539],[-130911,21322],[-130855,21271],[-129837,13895],[-129929,13843],[-129975,13792],[-129894,13920],[-129829,13774],[-129738,13875],[-129751,13722],[-131485,301552],[-131647,301218],[-138163,30702],[-138853,30804],[-133144,30792],[-132967,30842],[-133092,30856],[-132987,30671],[-132913,30649],[-134620,31420],[-134431,31404],[-134540,31467],[-134521,31248],[-134461,31201],[-134443,36118],[-134276,36161],[-134401,36171],[-134281,36003],[-134208,35983],[-143656,-263555],[-144589,-263230],[-144171,-263113],[-143656,-264010],[-144668,-263512],[-144537,-263491],[-144344,-263806],[-143695,-264331],[-144942,-268419],[-145418,-268542],[-144962,-268298],[-144753,-268460],[-145362,-268574],[-142816,-277556],[-142778,-279420],[-142593,-277695],[-141663,-277875],[-142631,-277650],[-141254,-277665],[-142070,-277937],[-141833,-277594],[-142324,-277811],[-141899,-278780],[-141549,-274776],[-141882,-275888],[-143039,-275018],[-141147,-274779],[-141257,-275039],[-141879,-275692],[-141711,-275428],[-141865,-274483],[-142818,-274493],[-140854,-280342],[-142516,-273646],[-142684,-272846],[-141767,-273186],[-141752,-273290],[-142173,-272233],[-141233,-273515],[-142111,-273256],[-142045,-273364],[-142391,-272111],[-141681,-273491],[-140936,-273284],[-141507,-273070],[-141253,-273379],[-140843,-273063],[-141120,-273064],[-140955,-272901],[-140976,-273470],[-143853,-271373],[-144518,-270607],[-144249,-271248],[-144658,-270925],[-145156,-271968],[-144004,-270942],[-144120,-271640],[-143827,-271752],[-143309,-271617],[-142853,-271698],[-144063,-271713],[-143378,-273706],[-143019,-273593],[-142769,-272556],[-142841,-272943],[-143291,-271795],[-142985,-271749],[-143078,-272779],[-143073,-271943],[-143276,-272051],[-143564,-271912],[-143785,-272072],[-143564,-271949],[-143815,-272129],[-143372,-271658],[-143483,-272125],[-143817,-271780],[-143555,-272171],[-144391,-271850],[-144137,-271568],[-144266,-272037],[-144891,-271648],[-144037,-272466],[-144067,-272048],[-144695,-271744],[-144436,-271979],[-144880,-271961],[-144273,-272199],[-145132,-269249],[-145202,-268666],[-144858,-269531],[-145002,-268914],[-145688,-268857],[-147422,31058],[-147501,30975],[-147469,30946],[-147350,31082],[-147244,31000],[-145698,30904],[-145653,30808],[-145612,30763],[-145728,30853],[-145579,30903],[-145665,30994],[-145516,30964],[-141785,29927],[-141739,29827],[-141698,29781],[-141815,29873],[-141666,29925],[-141753,30020],[-141604,29991],[-141264,29933],[-141276,29813],[-141232,29796],[-141199,29981],[-141064,29936],[-164729,-253169],[-164644,-253045],[-165469,-253233],[-165326,-253288],[-166100,-251994],[-162985,-255371],[-164107,-253896],[-160608,-258771],[-160127,-258641],[-156248,-260071],[-155992,-260132],[-156365,-259979],[-156153,-260359],[-156185,-260067],[-155760,-260149],[-156591,-259913],[-155570,-260234],[-155534,-260270],[-154390,-260480],[-155214,-260154],[-166198,13387],[-156541,27554],[-157113,27801],[-156439,27989],[-165695,45282],[-165761,45385],[-165800,45367],[-165718,45202],[-165823,45140],[-163055,48104],[-163171,48061],[-163183,47989],[-163080,47839],[-163173,47761],[-162172,56813],[-162166,57685],[-179024,-139091],[-177148,-140064],[-177129,-140261],[-177919,-146926],[-177681,-146973],[-177725,-146794],[-177900,-146744],[-173242,-143608],[-173427,-143545],[-173340,-143639],[-173293,-143419],[-173337,-143359],[-173874,-140674],[-174016,-140541],[-174183,-140675],[-178746,-238246],[-175428,-240498],[-175333,-240976],[-174927,-240866],[-176007,-240084],[-175075,-240352],[-175155,-240905],[-175831,-240534],[-175720,-240700],[-175981,-240800],[-175544,-240410],[-173698,-242411],[-174034,-242255],[-173696,-242725],[-171407,-242945],[-174096,-240027],[-173857,-240044],[-173928,-239878],[-174100,-239842],[-173262,-243096],[-170980,-243918],[-170995,-243460],[-171423,-243343],[-171690,-243130],[-171333,-243700],[-171686,-243089],[-171646,-243372],[-171616,-246922],[-171296,-246827],[-171482,-246575],[-172173,-246678],[-171711,-246779],[-171360,-246232],[-172190,-246164],[-171497,-246858],[-171800,-246673],[-172236,-243795],[-172391,-244324],[-172500,-244258],[-172830,-243631],[-173038,-243193],[-172245,-244215],[-168412,-251617],[-167684,-253365],[-167363,-253702],[-167659,-253766],[-167659,-253635],[-167601,-253058],[-168042,-253605],[-168154,-253508],[-167352,-254023],[-168007,-253181],[-168530,-251971],[-168452,-252518],[-168745,-252211],[-167715,-252438],[-168424,-252292],[-168242,-252706],[-168396,-251879],[-167969,-252216],[-168607,-252009],[-168508,-252104],[-166746,-250745],[-167271,-250784],[-166903,-250868],[-167428,-249847],[-167605,-250389],[-167580,-250244],[-167404,-250029],[-167305,-250534],[-166744,-250497],[-171779,-247009],[-171973,-246983],[-172031,-247189],[-171321,-248036],[-171463,-247849],[-169246,-258609],[-170115,-262505],[-170989,-263456],[-173637,-265623],[-173025,-265554],[-173986,-265864],[-173377,-264602],[-174194,-264865],[-175755,-267529],[-174219,-265562],[-174216,-265576],[-175587,-265742],[-169459,-259347],[-168933,-259544],[-170281,-262591],[-168695,-259316],[-168811,-259562],[-169279,-256922],[-168870,-256752],[-169845,-260291],[-169625,-259743],[-171286,-262421],[-171298,-262348],[-171438,-262375],[-171477,-262291],[-177613,128815],[-177766,128934],[-177916,128798],[-178925,142638],[-178915,142820],[-166610,13556],[-174434,26175],[-174267,26841],[-174759,33835],[-174600,33748],[-174678,33847],[-174728,33640],[-174689,33574],[-175073,33396],[-175175,33302],[-175159,33232],[-174998,33141],[-175059,33027],[-171242,66512],[-171385,67132],[-178484,78025],[-178699,78110],[-178696,77931],[-178535,77847],[-179207,-139123],[-184709,-133297],[-184515,-133326],[-182323,-133545],[-182496,-133637],[-182363,-133638],[-182493,-133454],[-182565,-133446],[-182897,-133816],[-182786,-133765],[-182742,-133714],[-182831,-133841],[-182897,-133694],[-182998,-133795],[-182983,-133642],[-186480,-209765],[-186554,-209767],[-186561,-209911],[-186650,-209939],[-180753,-227838],[-180995,-227933],[-182170,-227104],[-183784,-228235],[-185594,-227810],[-185546,-227760],[-185663,-227659],[-185634,-227549],[-184607,-225129],[-184565,-225070],[-184692,-224984],[-184673,-224880],[-179458,-237447],[-179419,-237596],[-179338,-237737],[-180904,-238081],[-184705,-250130],[-184733,-250074],[-184859,-250163],[-184947,-250106],[-185221,-250318],[-185041,-250477],[-184991,-250296],[-185109,-250174],[-189911,-262437],[-189890,-262372],[-190040,-262341],[-190066,-262231],[-189082,-519640],[-190531,-55263],[-190644,-55308],[-189786,-53537],[-183070,153298],[-183228,153187],[-183097,153204],[-183252,153366],[-183325,153362],[-183178,151056],[-183190,151291],[-184527,150080],[-184573,149890],[-184485,149983],[-184709,150008],[-184763,149956],[-182718,38098],[-182500,38079],[-182541,38248],[-182723,38283],[-186997,48680],[-187022,48487],[-186849,48511],[-186813,48677],[-193092,-225137],[-193103,-225318],[-192572,-225855],[-192497,-226035],[-193470,-225555],[-193229,-225572],[-193293,-225406],[-193473,-225370],[-192875,-262032],[-192695,-261873],[-192856,-261799],[-193010,-261906],[-192556,-261368],[-192374,-261355],[-194063,-58270],[-193253,-58362],[-195013,-58872],[-195172,-58773],[-192066,-58636],[-196595,-57975],[-193242,-55481],[-195622,-55122],[-196977,-54966],[-195058,-55600],[-195665,-55299],[-198295,-57669],[-196550,129854],[-196628,129963],[-196703,129949],[-196813,129790],[-196907,129859],[-202701,49492],[-202501,51262],[-199795,41022],[-199784,40833],[-199733,40953],[-199946,40899],[-199982,40834],[-198126,45013],[-197968,44913],[-198036,45019],[-198112,44816],[-198078,44747],[-203932,57049],[-195163,81133],[-195013,81167],[-195009,81239],[-195143,81384],[-195021,81455],[-214976,-269640],[-214795,-269725],[-216046,-59279],[-217512,-59270],[-216671,-59955],[-217067,-59895],[-215753,34568],[-216780,37946],[-211402,38236],[-211381,38170],[-211247,38197],[-211190,38103],[-216248,39230],[-213651,48730],[-213583,48735],[-213582,48881],[-213476,48916],[-215983,54223],[-215947,54715],[-207898,55945],[-211231,52049],[-215036,52325],[-211404,90805],[-211344,90890],[-211343,90957],[-211342,90809],[-211481,90906],[-211492,90775],[-211562,90914],[-224083,-212280],[-223958,-212397],[-224493,-226858],[-224413,-226644],[-224265,-226847],[-224066,-226840],[-228302,-280049],[-228449,-279922],[-228405,-280036],[-228278,-279854],[-228296,-279782],[-226908,-269454],[-226723,-269530],[-225937,-270027],[-225752,-270012],[-226069,36539],[-226574,36758],[-226367,36540],[-226162,36305],[-225935,36335],[-224158,38291],[-224037,37892],[-220275,38092],[-218450,37054],[-223802,42025],[-218556,40705],[-219382,39049],[-218606,40063],[-218349,43763],[-222337,47034],[-222209,53992],[-221465,51744],[-226716,54837],[-227947,56457],[-222576,55644],[-219848,55527],[-220483,54297],[-221681,53560],[-220603,54688],[-220884,54485],[-221057,53665],[-220785,54015],[-220490,54116],[-220701,54353],[-221890,53678],[-223936,103819],[-223899,103954],[-223962,104000],[-224161,103975],[-224158,104100],[-235396,-198811],[-235478,-198634],[-235488,-198760],[-235296,-198644],[-235283,-198569],[-236222,-198566],[-236149,-198468],[-236143,-198400],[-236151,-198554],[-236288,-198458],[-236317,-198600],[-236386,-198461],[-230744,-217718],[-230663,-217628],[-230650,-217560],[-230673,-217713],[-230802,-217610],[-230843,-217746],[-230899,-217602],[-231107,-218031],[-231299,-218070],[-231171,-218109],[-231244,-217896],[-231311,-217867],[-230527,22052],[-234746,35732],[-239769,41920],[-239701,41911],[-239675,42058],[-239563,42078],[-238545,54052],[-238517,53988],[-238382,54034],[-238310,53948],[-235258,69283],[-235442,68607],[-239247,110336],[-239183,110380],[-9732,-115374],[-8676,-118838],[-8842,-120664],[-7454,-118640],[-7279,-119913],[-9173,-122076],[-9607,-122520],[-3124,-123849],[-3346,-124025],[-4571,-123031],[-4887,-119471],[-4950,-119974],[-12705,-115023],[-12864,-114937],[-10596,-121123],[-11683,-120240],[-10737,-122972],[-12451,-121659],[-11175,-129883],[-10882,-129623],[-11270,-144000],[-12536,-146058],[-5136,-144201],[-557,-147802],[-1956,-149039],[-3357,-145587],[-3234,-144354],[-4240,-145558],[-4125,-148173],[-8959,-143464],[-287,-155787],[-12566,-181128],[-12708,-181006],[-12670,-181113],[-12538,-180937],[-12554,-180868],[-5896,-39686],[-4628,-39570],[-5402,-39470],[-5510,-40008],[-3714,-44557],[-4167,-44127],[-3574,-44256],[-2277,-45507],[-3004,-43825],[-20,-44152],[-328,-45126],[-609,-43932],[-3132,-44937],[-3002,-45174],[-2504,-45004],[-3012,-45066],[-2392,-45526],[-3982,-44803],[-3875,-44846],[-3681,-44694],[-3978,-44623],[-3839,-44648],[-5751,-44469],[-5699,-44345],[-5485,-44400],[-5524,-44507],[-5558,-44598],[-5234,-44206],[-5099,-44291],[-5248,-44397],[-4895,-44195],[-5040,-44313],[-11964,-70012],[-300,-85908],[-5513,-100805],[-9347,-100238],[-202,-96912],[-12663,-98946],[-5312,-91750],[-5323,-91259],[-8621,-103765],[-10612,-103064],[-253797,-125251],[-253882,-125375],[-254571,-125588],[-255053,-125389],[-254310,-125408],[-254479,-125494],[-254622,-125439],[-255870,-125407],[-255339,-138965],[-255486,-138996],[-255817,-138723],[-255999,-138667],[-255660,-137198],[-250103,-177211],[-250751,-178028],[-250212,-175952],[-249094,-173872],[-250219,-176570],[-250361,-176392],[-250219,-176256],[-248925,-175748],[-253000,59228],[-253001,59036],[-251881,64400],[-251909,64215],[-243460,94475],[-243509,94294],[-243422,94393],[-243641,94405],[-243694,94354],[-244304,104472],[-244480,104629],[-257241,-135784],[-256331,-138316],[-256130,-138671],[-256064,-138529],[-259406,-151786],[-264534,-160442],[-264879,-160328],[-267258,-159115],[-267325,-158484],[-267255,-159503],[-267436,-158967],[-264705,-158992],[-256133,-159651],[-260368,-248786],[-260371,-248721],[-260526,-248732],[-260578,-248634],[-267284,-101002],[-266668,-101336],[-260171,68933],[-260292,69073],[-258659,82100],[-258726,82078],[-258693,81939],[-258776,81879],[-265213,115203],[-265342,115006],[-265160,114971],[-265049,115119],[-281574,-183437],[-281546,-183964],[-281525,-183764],[-281509,-184218],[-281531,-183787],[-279763,-184210],[-280029,-183544],[-279960,-183957],[-281226,-183917],[-281199,-183393],[-279557,-183423],[-279419,-183567],[-280024,-183712],[-281224,-183827],[-280201,-183936],[-278769,-184795],[-278555,-185465],[-278888,-184896],[-278470,-184324],[-278271,-184251],[-278554,-185607],[-279296,-184989],[-278351,-184471],[-278808,-184197],[-278670,-184204],[-277343,-200909],[-278970,-202070],[-277262,-200229],[-277291,-201068],[-277878,-201993],[-277565,-200399],[-277588,-200040],[-278429,-200627],[-277591,-200729],[-277294,-200069],[-278416,-202102],[-278603,-202153],[-278972,-201945],[-279485,-203110],[-278394,-203555],[-279283,-203453],[-278691,-203263],[-278230,-203029],[-279234,-201893],[-278796,-202546],[-280033,-204356],[-280252,-206024],[-278977,-205375],[-280111,-205015],[-278984,-204922],[-279895,-206265],[-280046,-205564],[-280274,-206214],[-279387,-205569],[-279390,-205967],[-280113,-212412],[-280036,-212334],[-279541,-211880],[-281589,36551],[-281559,36731],[-281410,36641],[-281357,36697],[-273953,50903],[-278643,40339],[-278759,40485],[-278718,40359],[-278586,40528],[-278591,40603],[-277690,48093],[-277546,47927],[-277455,48079],[-277565,48229],[-273870,51599],[-274840,81715],[-274747,81653],[-274716,81686],[-274880,81801],[-274780,81898],[-276953,98113],[-277015,98204],[-277083,98239],[-276940,98180],[-277078,98085],[-276949,98008],[-277105,97991],[-281587,113679],[-287386,-120320],[-287894,-120790],[-287542,-136477],[-288054,-135547],[-287523,-134971],[-288248,-137225],[-288715,-137334],[-287849,-136785],[-288880,-136645],[-281633,-183909],[-282200,-183641],[-282285,-184088],[-283657,-184382],[-282150,-183960],[-285646,-185733],[-284875,-185419],[-285184,-185417],[-285400,-185490],[-285361,-185127],[-284872,-185043],[-284774,-185400],[-285260,-185471],[-285026,-184967],[-285213,-185171],[-286062,-185352],[-286347,-185433],[-286586,-185383],[-287600,-186237],[-286996,-185155],[-286686,-185727],[-286562,-185785],[-286370,-185319],[-286508,-185882],[-287290,-185468],[-288542,-185575],[-289016,-185990],[-288805,-186381],[-288754,-186281],[-288962,-185837],[-288272,-185923],[-289101,-186540],[-288459,-186502],[-288764,-185671],[-289357,-185987],[-290205,-185997],[-290807,-185799],[-291598,-185793],[-290070,-186496],[-290331,-185950],[-290728,-186594],[-290292,-186442],[-290874,-186558],[-290772,-186234],[-290611,-185980],[-292427,-185564],[-292271,-185555],[-292759,-186480],[-291457,-186467],[-292623,-186028],[-292364,-186182],[-292050,-185566],[-292281,-186259],[-292923,-185965],[-294045,-185304],[-294341,-185151],[-293698,-236068],[-294278,-236474],[-293925,-236475],[-293134,-236969],[-293914,-237090],[-294120,-237423],[-293710,-237068],[-294087,-237407],[-294120,-236504],[-294008,-236860],[-289279,25073],[-289216,25045],[-289155,25186],[-289038,25185],[-290805,35663],[-290799,35479],[-290810,34383],[-290728,34552],[-290820,34468],[-290612,34414],[-290544,34452],[-281620,36620],[-286673,31253],[-286629,31307],[-286726,31408],[-286669,31501],[-293163,54458],[-293096,54289],[-283666,55403],[-283483,55472],[-283578,55609],[-283750,55569],[-294347,56035],[-281729,113813],[-281897,113681],[-284025,116033],[-284152,115880],[-297924,-124027],[-303014,-120799],[-304697,-125040],[-305384,-125838],[-305070,-125786],[-303941,-130922],[-303313,-127914],[-294553,-185247],[-294787,-185899],[-295097,-185065],[-294416,-185291],[-294967,-185004],[-294578,-185244],[-294742,-186036],[-295703,-185002],[-295431,-185699],[-295686,-185314],[-296157,-184868],[-295513,-184958],[-296072,-185133],[-296366,-184871],[-295806,-185050],[-296454,-185777],[-296315,-184796],[-296805,-184763],[-296523,-184969],[-298025,-184527],[-298246,-184433],[-297806,-184515],[-296596,-184943],[-297283,-185076],[-297931,-184533],[-298818,-185291],[-298474,-185365],[-298915,-185121],[-298479,-184723],[-298211,-184644],[-298028,-185378],[-298099,-184588],[-297933,-185308],[-298010,-185509],[-299550,-185045],[-298785,-185044],[-299185,-185229],[-300133,-185532],[-299920,-185575],[-300185,-186052],[-299942,-185380],[-299458,-185079],[-299310,-185359],[-302983,-184200],[-300640,-184436],[-301699,-184763],[-302489,-184326],[-302632,-184650],[-301428,-184049],[-300662,-184373],[-302758,-184608],[-300568,-184638],[-300708,-184144],[-302669,-185023],[-303098,-185177],[-303789,-184862],[-302250,-184912],[-303231,-184329],[-303900,-184985],[-303047,-184656],[-303507,-185170],[-302890,-184485],[-303195,-184556],[-302935,-186739],[-302896,-187205],[-303391,-187321],[-302643,-186553],[-303963,-186999],[-303324,-187608],[-303615,-187515],[-303912,-187072],[-302294,-186776],[-303791,-187392],[-300878,-186874],[-300804,-187067],[-300053,-186592],[-300703,-187157],[-302553,-187337],[-302080,-186839],[-300887,-186442],[-300548,-187018],[-301229,-186670],[-301103,-186580],[-305681,-186470],[-306021,-186048],[-305937,-186065],[-305861,-186342],[-305893,-186484],[-305553,-186092],[-305412,-186211],[-305763,-186345],[-297298,-241056],[-297702,-241636],[-296711,-241213],[-296990,-241203],[-297837,-241879],[-296905,-240757],[-296836,-240907],[-297599,-241672],[-297669,-241250],[-297749,-241716],[-301852,-247460],[-301356,-247148],[-301909,-247961],[-302340,-248209],[-301681,-247821],[-302517,-247618],[-302006,-248053],[-301719,-247975],[-301753,-247509],[-301691,-247102],[-301124,-246646],[-301229,-247500],[-300417,-246484],[-300075,-246412],[-301363,-246678],[-300754,-246948],[-300465,-247417],[-301077,-247066],[-301065,-246156],[-300702,-247584],[-298527,-244399],[-303841,-248415],[-294405,-61178],[-295230,-60743],[-296508,-62205],[-301671,-63152],[-301364,-63431],[-304289,-63630],[-300002,-66379],[-302863,45355],[-302898,45217],[-294403,56202],[-315873,-297485],[-315766,-297432],[-318986,-297197],[-315274,-30536],[-318312,-58390],[-311868,36564],[-311728,36433],[-311564,36557],[-314287,37568],[-314056,37527],[-313936,33083],[-313870,33064],[-313818,33195],[-313703,33189],[-324296,-254051],[-324270,-253714],[-324391,-253932],[-324271,-253885],[-321628,-255668],[-321628,-255668],[-321924,-255522],[-321770,-255594],[-322029,-255658],[-321696,-255432],[-321943,-255693],[-326965,-254748],[-326493,-254543],[-328938,-254012],[-329092,-253815],[-326252,-254412],[-324735,-253030],[-324198,-252910],[-323433,-253053],[-322932,-253652],[-321763,-254363],[-322618,-253560],[-322170,-253877],[-323811,-252922],[-325183,-253314],[-325843,-254114],[-327796,-254825],[-328184,-254750],[-328550,-254553],[-328856,-254297],[-329387,-253578],[-329633,-253336],[-329635,-253332],[-329887,-253184],[-330103,-252995],[-329586,-255243],[-329856,-254697],[-330178,-254301],[-330457,-253923],[-329412,-255519],[-329377,-261226],[-329467,-261078],[-329377,-261050],[-329541,-261263],[-329496,-261433],[-329696,-261292],[-329696,-261292],[-324278,-261234],[-324138,-261294],[-324216,-261393],[-324132,-261542],[-323004,-261679],[-322797,-261997],[-323103,-263249],[-322704,-263530],[-332155,-265201],[-332496,-265200],[-332271,-265304],[-332326,-265189],[-328283,-256176],[-328371,-255847],[-328413,-256093],[-328316,-256009],[-323553,-260624],[-323799,-260323],[-324034,-259970],[-330575,-268517],[-330857,-268095],[-331490,-268433],[-331146,-267692],[-331632,-268133],[-331984,-267209],[-331939,-266087],[-331189,-266597],[-331847,-265706],[-331009,-266606],[-331019,-266221],[-329800,-264764],[-329233,-264559],[-331877,-263757],[-327608,-265550],[-326432,-265569],[-326325,-265457],[-324982,-265010],[-324983,-263662],[-324562,-263085],[-324365,-262984],[-330188,-259073],[-329355,-256614],[-329417,-256177],[-326706,-266109],[-327439,-266130],[-327405,-266612],[-326595,-266581],[-326630,-267211],[-327298,-267114],[-326547,-267530],[-329978,-258553],[-323043,-257920],[-322705,-257585],[-321879,-257433],[-332654,-263629],[-331666,-260712],[-331401,-260150],[-331413,-260176],[-330866,-259889],[-331696,-265328],[-330765,-265927],[-331821,-267658],[-329297,-257102],[-326134,-265115],[-325853,-264702],[-325589,-264365],[-325186,-263933],[-325357,-264139],[-323506,-262997],[-323341,-260949],[-324174,-259613],[-324160,-259294],[-324094,-259044],[-324024,-258744],[-323874,-258609],[-323500,-258399],[-322088,-257109],[-321827,-256846],[-329666,-257907],[-330507,-259450],[-331558,-260506],[-332372,-261383],[-332758,-261538],[-332239,-263669],[-331608,-264089],[-331558,-264428],[-331654,-264869],[-330415,-265227],[-330108,-264916],[-328897,-264611],[-328574,-264746],[-327881,-265145],[-327198,-272597],[-327767,-272408],[-328038,-271001],[-328038,-271001],[-330978,-269402],[-331251,-268918],[-324047,-293849],[-324239,-293314],[-325070,-293838],[-324822,-289238],[-329472,-17060],[-321545,-84420],[-320634,33880],[-321317,33747],[-332349,31544],[-330381,26900],[-330256,26803],[-331229,29522],[-331332,29383],[-321595,40541],[-321679,40407],[-327925,86896],[-328164,86920],[-328103,86747],[-327927,86712],[-325970,98363],[-325740,98350],[-325790,98517],[-325979,98548],[-340657,-245395],[-340856,-246567],[-344160,-247868],[-342653,-258320],[-343012,-259294],[-343720,-261651],[-345561,-260516],[-344844,-258734],[-343920,-259514],[-344652,-256420],[-344693,-256111],[-334795,-263328],[-333863,-262190],[-335584,-263352],[-336011,-262147],[-336325,-262138],[-337110,-261980],[-337551,-261903],[-338084,-262685],[-337866,-261926],[-339072,-261888],[-339121,-262637],[-339610,-262695],[-336714,-262016],[-338596,-262633],[-340078,-261950],[-340141,-262841],[-333130,-263488],[-337016,-263753],[-336836,-263583],[-337083,-263624],[-336868,-263420],[-334161,-262115],[-333560,-262008],[-333933,-262035],[-334506,-262201],[-334918,-262168],[-335269,-262152],[-335605,-262181],[-336245,-263219],[-335904,-263330],[-335181,-263368],[-333716,-263464],[-333235,-261671],[-333253,-261332],[-333345,-261564],[-333232,-261502],[-332959,-261597],[-334432,-14770],[-335681,-15624],[-333021,31370],[-343715,26437],[-343808,26310],[-338947,27520],[-338731,27433],[-339394,42750],[-339404,42564],[-339339,42679],[-339555,42643],[-339595,42582],[-338132,66099],[-338108,65946],[-338042,65927],[-337884,66027],[-337805,65902],[-358273,-121559],[-358331,-121733],[-358259,-121576],[-358300,-122290],[-358335,-122193],[-358152,-122136],[-358359,-122785],[-355609,-121252],[-355926,-121179],[-355377,-120996],[-355583,-120888],[-355391,-121029],[-356312,-121304],[-356020,-121165],[-355461,-120978],[-355449,-121033],[-355819,-121666],[-356160,-121361],[-355482,-119218],[-355218,-119116],[-355986,-119367],[-355945,-119310],[-355580,-119244],[-355550,-119261],[-355488,-119738],[-355290,-119207],[-355218,-119813],[-355660,-119870],[-355863,-118869],[-352619,-118199],[-352664,-118226],[-352978,-118737],[-352329,-118625],[-352426,-118412],[-352691,-118701],[-352456,-117998],[-353343,-118569],[-352646,-118955],[-352811,-118162],[-352309,-118691],[-354103,-116201],[-354463,-116203],[-354541,-116094],[-354982,-115910],[-354177,-116320],[-354250,-115879],[-354872,-116665],[-354471,-116221],[-354637,-116568],[-354415,-116460],[-354075,-115829],[-357782,-252636],[-356842,-253678],[-356683,-254790],[-355308,-255091],[-354767,-254472],[-348359,-248098],[-347023,-245469],[-352713,-252668],[-354601,-256883],[-354493,-256462],[-356563,-256935],[-357616,-256429],[-346421,-261481],[-347876,-260230],[-353537,-31545],[-351687,-30658],[-350329,-74306],[-349436,-73008],[-352125,-74647],[-356353,-98772],[-357010,-98970],[-356342,-99037],[-356270,-98144],[-356438,-98800],[-357124,-98565],[-355514,-98105],[-355778,-98271],[-356871,-98996],[-355875,-98689],[-356798,-98322],[-353057,-112331],[-352588,-112219],[-352927,-112702],[-352933,-111866],[-352912,-112125],[-352531,-112215],[-353148,-112221],[-352468,-111973],[-352719,-112505],[-353376,-111718],[-352316,-112558],[-353310,-108879],[-353308,-108735],[-353596,-108434],[-353492,-108531],[-353225,-108214],[-353404,-108558],[-353501,-108486],[-353783,-108994],[-353678,-108651],[-353639,-108214],[-353798,-108622],[-363510,-127683],[-363672,-127799],[-363584,-127003],[-363366,-127003],[-363127,-126631],[-363702,-127512],[-363356,-127258],[-363618,-126986],[-363736,-127472],[-363602,-127286],[-363586,-126942],[-363800,-127424],[-362947,-126954],[-362872,-125659],[-362743,-125783],[-362679,-125152],[-363163,-125809],[-363435,-126105],[-363782,-125353],[-363390,-126191],[-363025,-125833],[-363357,-125288],[-362888,-125448],[-363511,-126079],[-360569,-123061],[-360081,-123073],[-360992,-123350],[-360481,-123168],[-361398,-123027],[-360521,-123196],[-359923,-123165],[-359240,-122782],[-359287,-122330],[-359652,-123350],[-360084,-122435],[-359987,-122477],[-359347,-122666],[-359704,-123056],[-359554,-122983],[-359493,-122557],[-359554,-122556],[-358416,-122321],[-358557,-121981],[-358670,-122239],[-358860,-122067],[-359100,-122246],[-358943,-122109],[-359744,-122609],[-358724,-122785],[-358406,-122613],[-358783,-122963],[-358825,-122042],[-358867,-122644],[-358752,-122642],[-369488,-137978],[-369427,-137929],[-368955,-137840],[-369482,-138158],[-369518,-137925],[-369837,-138739],[-369310,-138456],[-368965,-138133],[-369258,-138012],[-369587,-138632],[-369877,-138531],[-368777,-133996],[-369309,-134017],[-369366,-133940],[-368635,-134022],[-368736,-134227],[-369232,-133918],[-368735,-133851],[-369198,-134072],[-369280,-134609],[-369297,-133831],[-368768,-133615],[-367785,-131829],[-368361,-131351],[-367502,-131080],[-367797,-131565],[-368061,-131427],[-367476,-131020],[-367701,-131738],[-367875,-131150],[-368029,-131833],[-367770,-130535],[-368015,-131062],[-366669,-130414],[-365750,-130653],[-366384,-130274],[-366427,-130492],[-365786,-130394],[-366322,-130303],[-366463,-130456],[-366788,-130228],[-366534,-130516],[-366187,-130458],[-366487,-131110],[-364199,-128053],[-364160,-128296],[-363527,-128210],[-364213,-128265],[-363920,-127845],[-364142,-128150],[-363879,-128401],[-363699,-128060],[-369556,-139897],[-369733,-138180],[-369649,-138259],[-369868,-138227],[-371180,-141173],[-371028,-142913],[-369610,-141107],[-364727,-188939],[-364278,-189652],[-364703,-186830],[-364795,-204362],[-363902,-203920],[-363791,-204206],[-364469,-204291],[-363432,-204383],[-364676,-204298],[-364585,-204261],[-364021,-204167],[-364193,-204057],[-370933,-195825],[-364097,-204279],[-363582,-205111],[-360691,-251288],[-360126,-252545],[-358979,-253271],[-360347,-252255],[-360134,-252623],[-363153,-249247],[-365146,-249863],[-365266,-250016],[-365640,-250362],[-365968,-250396],[-366103,-249655],[-361673,-256724],[-361108,-258255],[-362606,-258589],[-362915,-257697],[-367024,-258005],[-365711,-257548],[-365834,-257595],[-365884,-257305],[-366465,-257335],[-366509,-258036],[-366312,-257510],[-366087,-257287],[-366381,-257763],[-361599,-38106],[-25189,-126354],[-21567,-124186],[-19363,-125596],[-24724,-131135],[-24253,-137738],[-22082,-136728],[-23256,-134462],[-23868,-134856],[-21414,-134739],[-20740,-138061],[-20862,-129372],[-21914,-128568],[-19143,-133117],[-17758,-129182],[-13713,-129110],[-24430,-130589],[-24852,-130817],[-24777,-132657],[-24805,-132312],[-25050,-132715],[-25024,-133736],[-24165,-133826],[-25368,-133533],[-23894,-140742],[-17685,-143363],[-21551,-144300],[-20159,-143393],[-19900,-143241],[-16371,-141285],[-14525,-142821],[-13269,-145605],[-16658,-149111],[-16430,-149143],[-16739,-148714],[-15150,-149114],[-18816,-148226],[-20637,-145871],[-20783,-145652],[-20861,-146487],[-21095,-145882],[-14302,-42354],[-14659,-42275],[-14491,-41733],[-13838,-42460],[-14095,-42410],[-15985,-43293],[-15677,-42972],[-15826,-43283],[-15389,-42683],[-15806,-43228],[-25158,-49902],[-24747,-49412],[-24181,-49770],[-24969,-49434],[-23989,-49761],[-21618,-65804],[-21337,-65914],[-13487,-68053],[-13760,-71718],[-15329,-66647],[-21881,-100254],[-17074,-101210],[-13639,-98127],[-22403,-103625],[-17124,16180],[-16920,16090],[-16909,16266],[-17045,16333],[-15899,14643],[-15893,14704],[-16045,14693],[-16094,14792],[-371812,-143109],[-374971,-146810],[-375255,-146098],[-375079,-146236],[-374543,-146217],[-374573,-146051],[-373911,-146183],[-373744,-145626],[-374210,-145533],[-374028,-145640],[-373704,-145872],[-373385,-145651],[-373310,-145780],[-374086,-146404],[-375045,-146017],[-375163,-146454],[-375788,-146456],[-373549,-145346],[-373486,-144662],[-374634,-146255],[-374721,-146842],[-376842,-146968],[-376812,-146838],[-376483,-147256],[-378399,-147538],[-377968,-147089],[-377614,-146776],[-376976,-146813],[-380114,-148293],[-379552,-147753],[-372216,-142902],[-371801,-142775],[-372458,-144173],[-372574,-143636],[-373285,-145677],[-372810,-144214],[-372921,-143883],[-371952,-144043],[-371897,-143835],[-372237,-143646],[-372251,-144176],[-372319,-143501],[-372116,-143407],[-375285,-152968],[-372424,-197864],[-372375,-197870],[-371762,-197833],[-372344,-197714],[-371740,-198159],[-372241,-198478],[-371387,-198377],[-371288,-196015],[-371371,-195796],[-381195,-204368],[-381916,-208010],[-375880,-265676],[-375250,-264978],[-395023,-151617],[-387635,-165734],[-386982,-165472],[-385542,-160222],[-385460,-160471],[-385203,-161465],[-385383,-161519],[-385455,-162397],[-386763,-164526],[-386124,-164303],[-386259,-164311],[-386375,-164426],[-385858,-163858],[-385971,-163925],[-386873,-165903],[-387383,-166421],[-387928,-166354],[-387486,-167076],[-388016,-166519],[-390086,-172331],[-390136,-172160],[-390131,-171372],[-390221,-172069],[-390156,-171529],[-389192,-171588],[-389665,-171719],[-390149,-172531],[-393835,-196705],[-396797,-199719],[-387714,-218962],[-388493,-217472],[-388523,-217569],[-385328,-268321],[-384967,-268372],[-384944,-268712],[-406446,-177478],[-405722,-176240],[-405705,-175422],[-406107,-174963],[-409066,-177005],[-408166,-177110],[-407540,-173941],[-398886,-178639],[-396831,-199656],[-396965,-199716],[-397035,-199644],[-398834,-208445],[-398611,-208493],[-398648,-208312],[-398826,-208264],[-403655,-19953],[-37010,-121432],[-33905,-124193],[-33046,-124069],[-30467,-127464],[-29005,-126935],[-28058,-130460],[-26802,-132894],[-25747,-136079],[-26400,-139754],[-27956,-136674],[-26552,-134926],[-26822,-130399],[-31048,-137415],[-31638,-133805],[-33851,-129829],[-36151,-129967],[-33268,-136839],[-31268,-138014],[-31488,-137567],[-31141,-137943],[-31364,-138173],[-37647,-19615],[-37495,-19505],[-37848,-18216],[-37617,-18172],[-37690,-18056],[-37876,-18054],[-32707,-55581],[-27849,-66180],[-29536,-67109],[-29772,-67105],[-36245,-75672],[-34981,-89196],[-33759,-86512],[-33443,-86802],[-31650,-86975],[-32360,-78521],[-32511,-79157],[-34633,-80570],[-33931,-79438],[-35350,-84981],[-34700,-88153],[-26532,-92232],[-29037,-95665],[-29483,-97569],[-27715,-98429],[-34845,-99235],[-27669,-104791],[-32269,19144],[-32172,18923],[-32049,19060],[-32109,19232],[-49110,-116741],[-48386,-118879],[-47961,-122728],[-38834,-116552],[-44431,-124328],[-42751,-124625],[-46102,-123832],[-49821,-130592],[-43668,-129286],[-47703,-152915],[-47589,-152871],[-47542,-152823],[-47638,-152944],[-47694,-152795],[-47802,-152889],[-47777,-152738],[-46320,-2117],[-46314,-2048],[-46470,-2032],[-46509,-1929],[-44241,-18027],[-44237,-17954],[-44388,-17948],[-44420,-17853],[-43177,-62156],[-46015,-64462],[-50790,-64848],[-50973,-64852],[-51155,-65020],[-51138,-64812],[-50947,-64874],[-50273,-64515],[-50484,-64754],[-50543,-64555],[-50320,-64706],[-50262,-64543],[-50617,-80425],[-39571,-87969],[-41986,-88435],[-42119,-92066],[-38591,-90979],[-47399,-96252],[-49842,-97253],[-49212,-91937],[-50095,-93144],[-42324,-100382],[-41397,-98211],[-42656,-111005],[-45960,-111697],[-44234,-112178],[-44373,-112544],[-48880,-104548],[-44837,-107548],[-52409,-119567],[-51294,-126953],[-51511,-126573],[-59501,-123986],[-60335,-121134],[-53263,-128383],[-55922,-127887],[-55460,-130491],[-59135,-154569],[-59179,-154517],[-59286,-154626],[-59387,-154588],[-54321,-162776],[-54212,-162721],[-54171,-162668],[-54254,-162796],[-54324,-162664],[-54421,-162766],[-54412,-162617],[-51496,-165925],[-51633,-165791],[-51600,-165906],[-51459,-165733],[-51472,-165660],[-60883,-168122],[-60919,-167899],[-50742,-3906],[-50758,-3849],[-50900,-3908],[-50979,-3833],[-58536,-12288],[-58296,-12310],[-58357,-12136],[-58533,-12109],[-61841,-19393],[-61723,-19539],[-60919,-21774],[-61037,-21620],[-61020,-21746],[-60866,-21589],[-60870,-21514],[-60377,-18967],[-60230,-19101],[-55730,-18698],[-55739,-18625],[-55887,-18650],[-55956,-18568],[-51661,-62424],[-51725,-61702],[-51893,-61734],[-52661,-74704],[-51357,-74247],[-51542,-75167],[-52126,-65226],[-52017,-65420],[-52177,-65329],[-51957,-65369],[-51977,-65120],[-54408,-66511],[-54473,-66588],[-54207,-66557],[-54188,-66617],[-54473,-66341],[-52903,-81814],[-52788,-84497],[-55326,-80210],[-56302,-78229],[-55273,-79412],[-54674,-77165],[-54180,-89227],[-58444,-88746],[-60213,-88046],[-61306,-86871],[-53807,-99417],[-56929,-98897],[-53364,-94303],[-51871,-92600],[-52112,-92681],[-55558,-92112],[-60759,-89499],[-59641,-90262],[-57731,-91330],[-62986,-89727],[-55194,-102056],[-51221,-104227],[-53332,-104865],[-52516,-103142],[-51969,-103575],[-52437,-102222],[-57253,-111653],[-54140,1277],[-54135,1347],[-54290,1352],[-54332,1454],[-72861,-161740],[-72744,-161736],[-72684,-161707],[-72815,-161788],[-72801,-161637],[-72936,-161686],[-72856,-161556],[-71580,-22867],[-71156,-23552],[-71936,-27329],[-71783,-27331],[-73994,-39128],[-73853,-38610],[-72551,-45831],[-72587,-46001],[-69699,-47120],[-69660,-48797],[-71778,-63338],[-71210,-63635],[-71856,-68555],[-72047,-68666],[-67385,-68468],[-76452,-67551],[-71386,-63897],[-71261,-63956],[-71470,-63891],[-69087,-64625],[-69394,-64521],[-68882,-64088],[-69437,-64163],[-69362,-64283],[-72852,-66145],[-73053,-66215],[-66647,91425],[-66681,91484],[-66814,91422],[-66894,91496],[-82140,-166035],[-82309,-165941],[-82241,-166036],[-82153,-165845],[-82184,-165781],[-80061,-17210],[-79846,-17281],[-79849,-17110],[-80015,-17032],[-83928,-14535],[-83696,-14466],[-83817,-14344],[-83996,-14367],[-78238,-68008],[-77878,-68069],[-78664,-67353],[-78317,-67144],[-78568,-67532],[-76822,-68077],[-82748,-69027],[-83481,-68836],[-83013,-68657],[-83615,-69506],[-83384,-68734],[-86327,-68782],[-85326,-87766],[-85367,-88148],[-85362,-87982],[-85367,-88275],[-85000,-88290],[-87023,-88985],[-87457,-89340],[-87224,-89098],[-87411,-89291],[-78878,-94338],[-79369,-93100],[-78724,-100643],[-79408,-99207],[-78492,-92498],[-78559,-93579],[-80448,68527],[-96266,-2689],[-96281,-3370],[-101049,-33937],[-102103,-32002],[-99547,-27924],[-99022,-27476],[-99054,-27278],[2162,-124846],[1777,-125084],[3002,-117035],[9095,-122657],[9933,-122743],[197,-122737],[11195,-133114],[11110,-137851],[3803,-128609],[4737,-145214],[5912,-144751],[3606,-146984],[5777,-147814],[5236,-150163],[7334,-149388],[7622,-147452],[9990,-146264],[5975,-148707],[12428,-144491],[10661,-143074],[8128,-146056],[8964,-148469],[7747,-151695],[4181,-152376],[12365,-160847],[12325,-160615],[6306,-36560],[6932,-38036],[6969,-38158],[8468,-38268],[6592,-38484],[1454,-38899],[735,-38348],[1535,-39625],[730,-39673],[59,-43693],[806,-43600],[3171,-44773],[3563,-43201],[2968,-45522],[2137,-45024],[4134,-45454],[8520,-46193],[6962,-46125],[8669,-45511],[7377,-44659],[7701,-44223],[6623,-101310],[6721,-101890],[7259,-100895],[7972,-101710],[5299,-100641],[5702,-95665],[5107,-99974],[6302,-92409],[8850,133679],[9028,133738],[11687,604781],[11716,604618],[11789,604613],[11951,604747],[12015,604592],[128114,-927],[128354,-935],[128290,-773],[128106,-743],[128529,-842],[128460,-839],[128480,-982],[128382,-1038],[132970,-3314],[132961,-3251],[132810,-3258],[132760,-3158],[138349,-89126],[139275,-88841],[138495,-88802],[138706,-88859],[138176,-89415],[140197,-89791],[133835,-101249],[133728,-101359],[133759,-101424],[133946,-101488],[133878,-101594],[140599,-108955],[140483,-108799],[140375,-108932],[140465,-109081],[142952,-48993],[142876,-48923],[142821,-48899],[142962,-48937],[142841,-49039],[142953,-49085],[142804,-49114],[151836,-53800],[151835,-53614],[152798,-71071],[152739,-70960],[152691,-70922],[152816,-71003],[152695,-71079],[152788,-71172],[152645,-71167],[141006,-86523],[141207,-86533],[141082,-86647],[151012,-85833],[150973,-85659],[153373,-85656],[142840,-89998],[141818,-89754],[140921,-89799],[148782,-89752],[148621,-89745],[156069,-60071],[155839,-60012],[155863,-60189],[156041,-60254],[160007,-68450],[159939,-68352],[159900,-68371],[159975,-68524],[159865,-68589],[159963,-73363],[160102,-73413],[160154,-73359],[160145,-73166],[160267,-73162],[159060,-75644],[159163,-75433],[155758,-73438],[155621,-73506],[155634,-73578],[155791,-73704],[155690,-73795],[158576,-78159],[158675,-77993],[158508,-77858],[153607,-85647],[166164,-89310],[165944,-89392],[159542,-92233],[159333,-92127],[159174,-91599],[159394,-91620],[159319,-91449],[159140,-91432],[159997,294582],[171004,-126833],[171115,-126628],[170788,-126923],[170673,-126768],[170488,-126866],[170630,-62169],[170590,-62026],[170519,-62016],[170370,-62138],[170286,-62021],[172463,-68316],[172229,-68299],[175242,-66789],[175348,-66929],[175328,-66805],[175162,-66952],[175159,-67020],[170665,-64159],[170754,-63942],[170572,-63942],[170488,-64108],[172347,-88961],[172256,-88762],[172127,-88882],[172189,-89056],[168872,-79195],[168835,-79374],[175715,403952],[175553,403618],[180950,-61916],[181033,-61715],[180855,-61704],[180773,-61864],[196299,-134987],[241105,-199403],[241111,-199640],[241267,-199566],[241282,-199396],[241190,-200019],[241236,-199974],[241122,-199870],[241152,-199767],[232252,-206048],[232399,-206121],[232438,-205509],[232460,-205307],[23496,-116236],[25209,-123599],[24311,-118425],[23840,-117892],[23061,-119217],[20849,-117837],[18363,-118113],[18413,-116956],[19390,-115391],[19647,-115238],[24410,-135786],[20775,-137243],[19757,-137119],[20781,-135594],[21154,-135952],[17643,-135425],[15789,-136317],[18662,-133794],[14480,-133234],[13484,-136477],[13497,-140364],[13534,-141776],[16119,-39529],[15418,-39705],[15829,-39604],[15682,-39576],[15817,-39039],[18368,-47672],[17380,-48749],[17543,-46906],[18331,-74209],[17196,-74130],[25208,-75813],[16316,-78069],[14978,-80227],[15823,-81013],[14698,-80428],[14658,-79355],[24075,-100200],[21151,-101951],[23954,-94503],[23354,-95230],[18909,-95854],[17134,-99731],[17583,-99525],[22504,-97032],[25073,-114847],[25254,-112607],[16401,-113555],[17457,-112295],[21539,-114141],[15536,-108827],[13796,-109010],[18453,-104009],[21048,-106502],[24664,-107159],[268161,513791],[268312,513611],[328251,416346],[328124,416462],[328171,416336],[328266,416536],[328243,416602],[30581,-117948],[29443,-117737],[29776,-116986],[29435,-119660],[26838,-117976],[26067,-122348],[26983,-122753],[25802,-120378],[26065,-120302],[26725,-137415],[34953,-135736],[37971,-130234],[35779,-49848],[36494,-50491],[36884,-50536],[34704,-54169],[37445,-75579],[36811,-79171],[38047,-87424],[34104,-77801],[34834,-77060],[26004,-77269],[32444,-97988],[33270,-99002],[33583,-100376],[32394,-101076],[30713,-91236],[30179,-94037],[28612,-92310],[30911,-96611],[32055,-96416],[28110,-100690],[26811,-101589],[26458,-101454],[37116,-92049],[37019,-90761],[37586,-90080],[28016,-93364],[28201,-95809],[27563,-97247],[30185,-96622],[37353,-114197],[34390,-114673],[35873,-105558],[41542,-118152],[49849,-127628],[47664,-127442],[46224,-128241],[42958,-136917],[43651,-131546],[43297,-132628],[43462,-133027],[51169,-54697],[50446,-54555],[50639,-54528],[48163,-52170],[47767,-52081],[44245,-55372],[48690,-52292],[48663,-52151],[49274,-52076],[48743,-52230],[48712,-52297],[38488,-83991],[49520,-87855],[44733,-88337],[44494,-85587],[44402,-86402],[42133,-87652],[40154,-84543],[40334,-84473],[40601,-84536],[40763,-84120],[39463,-83937],[39965,-84434],[40815,-83817],[39857,-83908],[39844,-83639],[40020,-83478],[39825,-84185],[40676,-83601],[40462,-83512],[40283,-83403],[39787,-83347],[39464,-83718],[41129,-84260],[38505,-90279],[44435,-96184],[40531,-93919],[39712,-93763],[40903,-94603],[41250,-92283],[44449,-93627],[47245,-95941],[46695,-100915],[41373,-98274],[46673,-97802],[46890,-97855],[46895,-98636],[46479,-98313],[46505,-98017],[39865,-114850],[40758,-110695],[41602,-109151],[46400,-105308],[45063,-104553],[40836,137171],[41019,137095],[38469,139472],[38653,139497],[49688,128225],[49568,128120],[51824,-116730],[57463,-49887],[57236,-50131],[58845,-48855],[58956,-49036],[59163,-48832],[58831,-49171],[59038,-48881],[52084,-54733],[54732,-54650],[55451,-54887],[54659,-54564],[55248,-54253],[55145,-54345],[63940,-70244],[58180,-70204],[57936,-69717],[58605,-73895],[60831,-84973],[54439,-86150],[55493,-83179],[56200,-85548],[61204,51135],[61302,51077],[61356,51076],[61226,51067],[61295,51213],[61170,51227],[61276,51310],[61305,125582],[61490,125506],[58862,117353],[58906,117534],[67944,-47988],[69621,34581],[69726,34641],[69766,34695],[69688,34562],[69610,34702],[69518,34594],[69521,34748],[74176,27923],[74016,28027],[74071,27917],[74167,28119],[74139,28189],[70246,34698],[70120,34719],[70059,34703],[70204,34756],[70180,34600],[70315,34624],[70218,34507],[66074,61488],[66174,61557],[66208,61615],[66140,61475],[66066,61602],[65980,61487],[65975,61638],[76082,53270],[76234,53179],[76161,53283],[76086,53075],[76114,53007],[67895,76797],[67906,76989],[67247,74027],[67070,74102],[67145,74001],[67216,74195],[67178,74254],[75182,74362],[75182,74553],[74972,74588],[74626,74349],[74650,74467],[74638,74530],[74683,74383],[74543,74432],[74556,74292],[74450,74401],[72145,85085],[72168,85318],[69487,78678],[69502,78872],[69292,78918],[67696,77030],[72163,92708],[72319,92583],[79617,-6837],[80735,-104565],[80702,-104334],[80592,53100],[80596,53173],[80443,53171],[80392,53266],[85485,68152],[85489,68221],[85354,68194],[85292,68286],[77951,90219],[77951,90455],[97888,-88661],[97853,-88450],[102093,20887],[102103,21071],[92686,49269],[92521,49373],[92585,49261],[92681,49464],[92651,49534],[93057,50155],[92987,50261],[92936,50297],[93072,50224],[92940,50142],[93047,50054],[92895,50051],[99267,51707],[99117,51805],[99164,51700],[99258,51904],[99232,51971],[95055,83001],[95293,83040],[95189,83190],[95010,83180],[95842,92177],[95945,92090],[95984,92116],[95849,92259],[95954,92342],[95945,91645],[95883,91786],[95811,91785],[95682,91644],[95583,91741],[93850,104092],[93933,103865],[94063,103991],[94017,104170],[94220,108762],[94366,108805],[94373,108878],[94252,109023],[94356,109103],[102768,-62788],[102989,-62705],[107273,20512],[107424,20540],[108293,19793],[108388,19961],[108279,19886],[108487,19804],[108554,19835],[103237,21277],[103172,21387],[103123,21425],[103255,21345],[103116,21266],[103220,21175],[103069,21178],[109993,29346],[110220,29427],[110094,29557],[109915,29514],[122495,-2522],[122495,-2331],[122284,-2298],[122642,-2505],[122838,-2491],[122717,-2442],[122761,-2661],[122823,-2701],[116721,5216],[116808,5411],[119798,29627],[119795,29701],[119645,29693],[119606,29784]] \ No newline at end of file diff --git a/src/gathering/a10043.json b/src/gathering/a10043.json new file mode 100644 index 0000000..1b03955 --- /dev/null +++ b/src/gathering/a10043.json @@ -0,0 +1 @@ +[[-125353,-121142],[-127019,-117491],[-116600,-123365],[-115635,-123614],[-123724,-135045],[-121090,-129045],[-116076,-143888],[-116374,-197844],[-115732,-197576],[-122773,-204221],[-115981,-192836],[-122872,-195254],[-126643,-192711],[-127399,-191938],[-120679,-201394],[-120849,-201158],[-115690,-204221],[-115805,-204461],[-122833,-204900],[-120623,-210024],[-120515,-210306],[-119979,-220447],[-127627,-228975],[-123672,-236897],[-115235,-17789],[-116348,-19968],[-120375,-17241],[-123552,-25257],[-124545,-23643],[-124746,-28975],[-115986,-96531],[-124925,-98008],[-123092,-110761],[-115772,-103729],[-122704,-102663],[-116379,-113850],[-123597,11089],[-116620,177690],[-116549,177648],[-122318,178141],[-122236,178126],[-116580,176161],[-116556,176083],[-116291,26033],[-138633,-115379],[-138455,-115737],[-132910,-123838],[-138350,-123276],[-135500,-115642],[-129120,-189565],[-135619,-214022],[-134738,-213642],[-136914,-217160],[-135109,-210699],[-137600,-206972],[-135281,-209162],[-135196,-209236],[-138747,-223070],[-138668,-243080],[-133733,-254303],[-137486,-259794],[-132020,-31032],[-135775,-75194],[-138964,-66880],[-135338,-75708],[-131758,-65203],[-129823,-73797],[-133229,-74749],[-135884,-72581],[-135471,-67026],[-132492,-69993],[-135685,-69010],[-137967,-85404],[-136491,-86627],[-136104,-82838],[-140776,-78259],[-135750,-80031],[-133741,-82286],[-128390,-80153],[-129658,-84042],[-128367,-83096],[-130878,-87031],[-131016,-89252],[-131387,-89887],[-134945,-90002],[-136760,-94606],[-134629,-100659],[-130204,-101238],[-131463,-99929],[-131104,-93358],[-136870,-93683],[-137883,-91701],[-139927,-97771],[-131059,-89306],[-131138,-91118],[-131099,-91190],[-129619,-114144],[-129702,-114111],[-134674,-107093],[-136652,-112965],[-140535,-114791],[-130380,22889],[-133122,23323],[-142033,-117500],[-144387,-119367],[-148303,-120038],[-152252,-116292],[-150306,-115614],[-150467,-115571],[-150227,-115118],[-142290,-116886],[-142450,-116778],[-142397,-116852],[-144450,-159075],[-152595,-160820],[-149347,-170707],[-142485,-171643],[-150426,-187794],[-148257,-197778],[-151760,-192822],[-153354,-203877],[-147969,-199801],[-152551,-197292],[-145822,-208342],[-150711,-217180],[-147175,-218937],[-142900,-242729],[-146271,-253145],[-141666,-264645],[-146881,-259636],[-141500,-50637],[-144343,-59890],[-146734,-58074],[-142005,-53243],[-140824,-59704],[-147300,-69939],[-144766,-73715],[-150615,-76157],[-147786,-73999],[-148418,-71884],[-141230,-70449],[-144788,-73593],[-141498,-83866],[-141917,-82161],[-142462,-82257],[-149574,-83862],[-141374,-76872],[-149654,-78573],[-151693,-87695],[-152228,-100069],[-146529,-101636],[-150284,-94626],[-149593,-92822],[-143331,-90911],[-141374,-100639],[-142371,-99934],[-142043,-101153],[-142848,-96478],[-148707,-108616],[-146004,-113136],[-141760,-107724],[-147460,-104582],[-143835,25547],[-162973,-120363],[-157096,-126391],[-158379,-123343],[-164440,-117191],[-159655,-120540],[-154794,-121412],[-156019,-123564],[-163938,-128579],[-163019,-143133],[-155286,-142016],[-162515,-157382],[-165460,-171513],[-153701,-166830],[-154012,-168212],[-160942,-183515],[-159964,-186442],[-161549,-189785],[-161723,-190867],[-155110,-190476],[-158461,-214293],[-153878,-210823],[-165597,-208276],[-165737,-208845],[-159293,-208563],[-155450,-207738],[-155782,-207920],[-165597,-227842],[-159298,-228128],[-159605,-241482],[-158673,-234385],[-162503,-238751],[-161564,-233859],[-160601,-250730],[-154236,-50436],[-162285,-56563],[-156465,-59871],[-161672,-68104],[-162978,-72318],[-159543,-78737],[-161698,-76890],[-154029,-84974],[-158343,-83135],[-155569,-98245],[-159572,-101564],[-162619,-114367],[-165785,-102895],[-157860,-112091],[-158072,-111504],[-156816,-110571],[-154472,-108226],[-153643,168936],[-153721,168898],[-172152,-122945],[-168721,-129059],[-176146,-115510],[-168096,-122299],[-174872,-116694],[-171853,-119206],[-171089,-127056],[-167504,-131190],[-166551,-134114],[-174567,-139876],[-174645,-139449],[-174541,-139954],[-177401,-137614],[-169790,-128332],[-178201,-136774],[-179012,-133726],[-170362,-134753],[-169681,-138608],[-169267,-140582],[-173069,-135045],[-173231,-135184],[-174580,-137019],[-174374,-136822],[-173430,-143889],[-174748,-145350],[-172877,-141616],[-173331,-140883],[-172801,-142257],[-172878,-142016],[-172422,-143659],[-172455,-143723],[-172495,-143921],[-171104,-153308],[-173404,-152715],[-172789,-150332],[-171068,-155753],[-175106,-155302],[-178293,-158038],[-178795,-158099],[-174537,-153659],[-174821,-160433],[-175159,-160227],[-179156,-158165],[-174714,-153890],[-178234,-154726],[-178548,-154941],[-175019,-160636],[-177623,-161022],[-179058,-167345],[-167221,-178281],[-172125,-178045],[-170167,-177947],[-167353,-186182],[-170114,-187500],[-178277,-192959],[-176433,-212843],[-172331,-211782],[-168846,-209422],[-168543,-209573],[-173380,-205295],[-168542,-210503],[-169251,-210435],[-173518,-204987],[-172865,-205887],[-176825,-212893],[-178274,-209922],[-178128,-210413],[-178957,-207849],[-178396,-207960],[-178429,-208326],[-178677,-207674],[-174979,-216936],[-174526,-217049],[-174657,-216909],[-174371,-213484],[-174757,-213542],[-172786,-218725],[-174240,-219530],[-174526,-219356],[-176213,-219713],[-171259,-226460],[-172512,-241279],[-170198,-239585],[-167683,-238784],[-168772,-242643],[-168170,-63773],[-171660,-69497],[-178740,-79979],[-178507,-93925],[-166666,-92214],[-173583,-99717],[-173470,-102103],[-168435,-98668],[-171521,-101203],[-171130,-96187],[-176072,-96064],[-174031,-108786],[-170263,-110225],[-168155,-111616],[-172058,-111942],[-170632,-110413],[-172542,-105138],[-169326,163007],[-168968,172617],[-168899,172568],[-171938,113092],[-171873,113039],[-169450,121129],[-169396,121065],[-168982,127034],[-180401,-125093],[-182579,-122393],[-184069,-135058],[-184009,-135021],[-184100,-131021],[-184191,-131120],[-184116,-131109],[-181506,-128535],[-181470,-128599],[-189635,-131925],[-179482,-137779],[-186713,-139130],[-181265,-141336],[-183506,-151285],[-182456,-142575],[-181665,-151599],[-188915,-146886],[-190711,-160729],[-190949,-155507],[-191940,-162674],[-190157,-154764],[-191250,-159065],[-184020,-156998],[-184082,-157048],[-184893,-156778],[-185955,-155349],[-185867,-155307],[-183740,-154612],[-182600,-153735],[-180577,-156765],[-180586,-160655],[-180658,-160290],[-180870,-160610],[-185636,-153400],[-184685,-167242],[-180433,-173116],[-180312,-166758],[-180949,-175720],[-191838,-197889],[-185772,-201165],[-185968,-201101],[-190038,-200250],[-182036,-204969],[-180412,-215898],[-180063,-215816],[-180666,-216218],[-185128,-224818],[-181445,-53791],[-191973,-62422],[-185080,-68253],[-191094,-87224],[-185429,-88439],[-182785,-89455],[-186058,-81489],[-183503,-108467],[-189243,129446],[-189163,129471],[-183513,112450],[-183547,112533],[-190719,121128],[-190694,121213],[-203524,-127334],[-195884,-118053],[-196027,-118012],[-194023,-126735],[-194332,-133349],[-192550,-131275],[-192428,-130537],[-200015,-128826],[-204717,-131501],[-194531,-143373],[-197970,-199876],[-197786,-199898],[-196790,-198656],[-199028,-221405],[-198580,-72605],[-203776,-66787],[-204132,-76043],[-194001,-84909],[-192286,-79131],[-203739,-79428],[-194914,-87252],[-198661,-84393],[-202757,-79765],[-195730,-93221],[-203228,-109773],[-196632,-107189],[-197012,-110465],[-197006,-113565],[-200976,-107228],[-201374,-111135],[-201674,154872],[-201750,154826],[-205401,-123369],[-207954,-121945],[-208383,-121560],[-216144,-120270],[-214370,-120155],[-216888,-125890],[-210201,-134344],[-211142,-139915],[-216092,-135101],[-209136,-145402],[-213570,-159306],[-212082,-187452],[-208194,-190689],[-217442,-199882],[-209538,-204625],[-213433,-82658],[-212026,-76912],[-206470,-85237],[-209110,-80353],[-211475,-98449],[-216377,-94991],[-215812,-101132],[-212587,-113447],[-207361,155316],[-210566,155947],[-210602,156031],[-207634,71487],[-207359,70979],[-212837,75159],[-218187,-124090],[-226120,-117974],[-219052,-118027],[-221112,-121462],[-218351,-128167],[-224964,-150064],[-222752,-142291],[-219163,-155750],[-220005,-185773],[-228356,-185335],[-228072,-185133],[-229058,-185413],[-229139,-181441],[-223922,-98299],[-227519,-111857],[-227363,-112022],[-226528,-106501],[-224379,368841],[-236497,-125430],[-233339,-121460],[-232651,-122567],[-232570,-117502],[-234288,-117678],[-231504,-130947],[-241880,-162965],[-242868,-165268],[-237648,-158079],[-236012,-168738],[-242675,-173857],[-237129,-177784],[-238737,-190314],[-239914,-189289],[-230972,-91051],[-232476,-98801],[-232722,-98592],[-231570,-103393],[-235356,-113137],[-236955,-104081],[-236877,65262],[-236637,65481],[-234398,68942],[-232388,70648],[-1995,-180503],[-1962,-180464],[-1902,-180504],[-1961,-180564],[-9267,-107401],[-9234,-107354],[-9171,-107387],[-9230,-107470],[-7621,-109957],[-7652,-110040],[-3600,22598],[-3572,22648],[-3507,22620],[-3562,22538],[-12204,16931],[-12177,16981],[-12111,16954],[-12163,16869],[-250588,-120342],[-251667,-129918],[-252737,-131934],[-248479,-130267],[-250428,-143209],[-244614,-142196],[-245529,-143840],[-250298,-156065],[-249375,-165788],[-247924,-168378],[-244258,-170485],[-246285,-178877],[-246849,-185050],[-243925,-101117],[-245930,-110350],[-245938,-102244],[-245616,68210],[-249460,82845],[-249387,83942],[-249378,82524],[-258169,73640],[-258324,75353],[-274660,83579],[-279140,83843],[-292748,-77847],[-284316,-83431],[-284731,-102704],[-288842,-103355],[-289007,-104129],[-286713,-104477],[-288336,-105390],[-287428,-106138],[-288089,42123],[-293572,49032],[-294006,53843],[-293265,53642],[-290545,68839],[-288877,68333],[-284200,83623],[-284383,82956],[-285636,84545],[-305529,-153327],[-296198,-73860],[-295302,-76518],[-297639,-89174],[-296497,-87336],[-294968,-81218],[-297795,-78737],[-303501,-77330],[-306422,-94695],[-295914,-105774],[-304529,49948],[-304487,50164],[-323360,-129767],[-326230,-138133],[-331137,-146516],[-17451,-179706],[-17404,-179722],[-17423,-179787],[-17494,-179757],[-21675,-179341],[-21633,-179522],[-25459,16106],[-25500,16028],[-18625,87052],[-23066,87649],[-22993,87722],[-22862,87689],[-22963,87689],[-24278,89722],[-20884,87379],[-19764,88108],[-22087,85991],[-24357,86805],[-24538,87351],[-24557,90267],[-24377,90151],[-19045,90049],[-462302,114188],[-462384,114537],[-461982,113934],[-480311,102762],[-34269,-134646],[-34210,-135014],[-36218,-172185],[-36284,-172133],[-36114,-17775],[-36122,-17856],[-36595,-18576],[-36554,-18537],[-36505,-18577],[-36575,-18649],[-37093,-15770],[-37069,-15724],[-37001,-15748],[-37050,-15835],[-37187,-15546],[-37252,-15586],[-25716,7215],[-25672,7249],[-25621,7205],[-25702,7155],[-34547,9703],[-34805,9652],[-25847,11474],[-25819,11522],[-25753,11497],[-25808,11420],[-30010,7451],[-30063,7383],[-27854,483],[-27876,398],[-29316,8010],[-29272,8046],[-29221,7996],[-29301,7935],[-27346,626],[-27398,558],[-36052,57230],[-36016,57273],[-35958,57232],[-36021,57160],[-36270,57792],[-36338,57852],[-37609,61273],[-37560,61202],[-33094,89625],[-33137,89706],[-36179,89130],[-36253,89121],[-38317,88539],[-38388,88551],[-38314,88607],[-25768,88634],[-33968,85379],[-33923,85413],[-33875,85361],[-33953,85303],[-28579,93436],[-28657,93442],[-28347,93668],[-29119,93315],[-27190,92134],[-30163,90970],[-34914,90594],[-31379,90068],[-47913,-161406],[-47877,-161363],[-47819,-161404],[-47882,-161476],[-39005,-161176],[-39028,-161261],[-47051,-2470],[-47085,-2548],[-46284,-4508],[-46299,-4465],[-46233,-4452],[-46208,-4516],[-46590,-20132],[-46552,-20089],[-46496,-20127],[-46561,-20204],[-46477,-19715],[-46503,-19799],[-38781,9781],[-38739,9813],[-38692,9759],[-38764,9708],[-45636,30755],[-45659,30671],[-43667,28154],[-43685,28068],[-40446,26143],[-40472,26058],[-49264,76092],[-48897,74864],[-47384,81766],[-48027,85301],[-43475,84827],[-43147,84788],[-42844,88741],[-47076,86726],[-50918,83600],[-51113,83309],[-51150,83395],[-50746,80377],[-49842,81533],[-49906,81492],[-47346,85870],[-50587,82656],[-49023,77588],[-46747,83264],[-40084,88209],[-39880,88207],[-39969,88195],[-39243,92269],[-39175,92226],[-59977,-150443],[-60011,-150524],[-54296,-163736],[-54259,-163697],[-54202,-163739],[-54267,-163801],[-57788,-158315],[-57814,-158399],[-56017,-99],[-56005,-44],[-55935,-51],[-55956,-147],[-63382,-9236],[-63381,-9322],[-55682,10001],[-55667,9947],[-55731,9927],[-55758,10019],[-76329,129865],[-75236,87238],[-75178,87248],[-75158,87180],[-75260,87164],[-76089,86542],[-76114,86460],[-89389,128751],[-89366,128838],[-88376,138406],[-88426,138339],[-82706,134240],[-86741,157935],[-77745,119737],[-77783,119769],[-77741,119782],[-77673,119742],[-80310,119762],[-80230,119738],[-101106,-192960],[-100482,-6353],[-94428,128791],[-94376,128724],[-98533,133323],[-98523,133275],[-89682,136699],[-95482,147744],[-95553,147692],[-96604,150909],[-93400,142246],[-100860,157448],[-100242,155098],[-108223,-123387],[-107111,-120623],[-113223,-130913],[-107262,-134376],[-110860,-128023],[-112552,-134421],[-106012,-149261],[-105562,-149396],[-107826,-145733],[-106773,-177456],[-105545,-186997],[-105603,-186261],[-112978,-182747],[-111323,-199758],[-104628,-199290],[-111921,-196219],[-106287,-19004],[-104395,-19876],[-112355,-19331],[-114363,-86249],[-112725,-101945],[-105885,-105891],[-104931,-104957],[-104999,-105111],[-113342,-105624],[-112549,-102768],[-113517,-103443],[-106318,-104440],[-108247,-107454],[-109256,-108242],[-108376,-109457],[-106869,-108089],[-103837,159472],[-103886,159403],[-113654,155793],[-113704,155728],[-110389,169065],[-110334,169002],[-111986,171199],[-112051,171141],[-110181,167888],[10976,-159640],[11587,-159394],[10472,-159405],[10403,-159802],[10066,-165080],[10039,-165164],[3999,-170649],[3948,-170720],[5147,31057],[5106,30981],[5853,31503],[5902,31525],[5941,31465],[5856,31438],[8883,109742],[8842,109770],[8880,109823],[8946,109780],[10644,112472],[10615,112389],[8625,109892],[8569,109823],[1286878,140648],[1286863,140653],[1286869,140684],[1289373,151796],[1289358,151801],[1289364,151832],[1283097,284070],[1283082,284075],[1283088,284106],[1280423,124462],[1280408,124467],[1280414,124498],[135864,200006],[150881,340807],[152528,357251],[152505,357171],[159875,332516],[177671,282372],[177695,282424],[177748,282401],[177714,282309],[169394,288980],[172194,287646],[173705,329272],[173745,329307],[173797,329256],[173728,329200],[178923,355322],[178982,355251],[167457,349682],[167498,349721],[167553,349679],[167475,349616],[185476,287343],[185444,287393],[185492,287430],[185554,287343],[190759,300391],[190729,300308],[190940,349511],[190907,349431],[194295,306037],[195565,310585],[195535,310502],[198057,325567],[198043,325480],[198075,333587],[198041,333505],[194402,341863],[194372,341780],[195733,333104],[208863,312685],[208860,312743],[208896,312746],[208919,312644],[207964,319154],[205543,322664],[20365,-152071],[20340,-152155],[21400,-160511],[21373,-160593],[16169,-155817],[16198,-155767],[16545,-155815],[16228,-155531],[16855,6939],[16836,6855],[19901,10628],[19914,10545],[21285,12087],[21321,12129],[21379,12096],[21315,12017],[24777,27173],[24731,27099],[14280,31261],[14253,31179],[15233,30920],[15214,30835],[18522,97909],[18570,97873],[18539,97809],[18452,97875],[13239,106253],[13217,106170],[302264,17260],[302289,18276],[303044,17464],[304088,19026],[303746,18672],[305866,17816],[340499,601091],[340500,601002],[341166,605190],[341206,605230],[341190,605116],[349962,613185],[349946,613105],[350180,608950],[350207,609001],[350274,608976],[350224,608886],[353405,126690],[353309,126640],[360054,-188124],[359739,-187153],[358426,-187244],[363066,-188024],[363405,-186417],[361699,-188615],[370559,91020],[370703,91009],[370643,91100],[382707,133795],[382843,133754],[382810,133861],[373258,32772],[373155,32732],[379784,87242],[379684,87203],[376810,77503],[376724,77456],[373751,119680],[373647,119641],[36714,-146027],[36740,-145976],[36807,-146002],[36760,-146088],[29799,-151529],[34378,-153397],[34326,-153406],[34302,-153328],[32579,-170534],[32573,-170619],[34981,135421],[35039,135418],[35046,135344],[34943,135355],[37353,139643],[37454,139692],[37408,139603],[34403,37764],[34439,37807],[34497,37766],[34434,37695],[32171,32752],[32196,32803],[32258,32781],[32204,32695],[31652,32810],[31630,32736],[26147,27094],[26184,27052],[26140,26995],[26085,27074],[26959,26153],[26977,26068],[393377,22210],[393276,22168],[402142,12498],[402035,12467],[408588,117737],[408481,117707],[416840,63650],[416856,63551],[414548,89632],[414446,89590],[419225,96486],[419129,96435],[415731,91832],[415631,91786],[419151,110624],[419056,110567],[426521,20433],[426410,20447],[424466,43348],[424373,43407],[447874,17446],[447906,17561],[470326,-174],[470236,-222],[468281,13491],[468385,13538],[477077,157054],[476971,157023],[489307,158437],[489310,158335],[497341,202578],[497234,202547],[488841,21238],[488752,21180],[507895,3932],[507788,3901],[502030,28690],[501923,28659],[505347,58643],[505257,58636],[39551,-152598],[39523,-152678],[46533,-148856],[46572,-148815],[46628,-148860],[46555,-148930],[48191,-156350],[48185,-156437],[42889,7652],[42835,7673],[42852,7743],[42947,7701],[46023,140306],[46008,140219],[51016,131838],[50930,131813],[51051,133268],[51040,133209],[50971,133209],[50999,133323],[41811,134382],[41856,134415],[41906,134362],[41827,134312],[42712,134041],[42643,134100],[45745,140854],[39922,15148],[39888,15069],[40277,33639],[40247,33557],[45194,26259],[45161,26211],[45103,26227],[45158,26319],[47194,27093],[47219,27137],[47286,27119],[47237,27051],[46458,125572],[46489,125615],[46545,125575],[46495,125504],[521568,-7254],[521675,-7223],[512250,-31218],[512143,-31248],[516686,-48444],[516584,-48480],[523031,147456],[522941,147520],[520478,116087],[520480,116191],[525087,-46040],[524978,-46052],[544968,129557],[544878,129618],[545304,150062],[545204,150116],[540379,210314],[540302,210378],[543053,106251],[543060,106158],[542921,106152],[541326,124783],[541240,124880],[544083,121743],[544090,121650],[543951,121644],[552550,-34301],[552456,-34326],[554186,150489],[554096,150557],[557843,72813],[557756,72883],[555477,81718],[555387,81786],[556027,102177],[555912,102173],[567596,-47001],[567497,-47045],[573830,-43092],[573937,-43061],[572454,-63090],[572530,-63011],[574931,-76200],[575067,-76192],[574976,-76105],[567001,-71712],[566921,-71715],[573360,-91409],[573259,-91447],[569285,132447],[569195,132514],[575239,75288],[575143,75234],[580420,-89165],[580322,-89210],[581017,220058],[580919,220095],[583794,55650],[583728,55738],[583526,96098],[583459,96209],[578166,106941],[578071,107003],[583583,116004],[583590,115911],[583451,115905],[600196,-13],[600114,39],[598324,-45253],[598218,-45288],[594618,-54881],[594521,-54875],[596341,218305],[596256,218374],[601231,306478],[601159,306547],[609350,22347],[609260,22415],[614196,306756],[606943,331375],[606901,331440],[617301,272301],[617197,272262],[626091,314888],[626199,314835],[626126,314718],[638223,1505],[638327,1560],[60121,-118996],[60147,-118944],[60215,-118968],[60166,-119059],[61868,-122619],[61838,-122702],[63421,-131296],[63379,-131372],[51521,-158812],[51551,-158763],[51616,-158794],[51559,-158876],[54156,-160739],[54107,-160809],[59796,-159683],[59775,-159635],[59831,-159583],[59853,-159669],[63487,-2201],[63447,-2275],[62569,-2227],[62547,-2309],[56582,4177],[56537,4101],[59658,5862],[59700,5901],[59753,5853],[59676,5788],[57208,4264],[57208,4178],[59879,6217],[60470,9190],[60449,9114],[59157,9139],[59204,9170],[59232,9132],[59155,9070],[51320,131622],[51378,131581],[51315,131509],[59406,130776],[59441,130820],[59498,130781],[59438,130707],[61728,31830],[61733,31874],[61804,31875],[61791,31810],[53493,32528],[53493,32442],[63738,32099],[63684,32036],[63729,61900],[63698,61819],[60379,115053],[60415,115096],[60410,114983],[59645,114601],[59561,114576],[54848,126133],[54813,126084],[54750,126113],[54812,126202],[63729,124122],[63778,124092],[63749,124023],[63668,124079],[649040,4952],[648961,5030],[658771,-5116],[658783,-5193],[658643,-5191],[658349,-20479],[658259,-20411],[693654,-123167],[693545,-123137],[741950,-171974],[741935,-171969],[741941,-171938],[750359,-187215],[750342,-187210],[750357,-187180],[745923,-200538],[745908,-200533],[745914,-200502],[759009,-170012],[758983,-170003],[758989,-169972],[755781,-189362],[755765,-189357],[755772,-189326],[71475,-8581],[71474,-8667],[71009,-8272],[70977,-8351],[71698,-9333],[71665,-9288],[71710,-9234],[71759,-9315],[69766,-113210],[69753,-113296],[75932,20145],[75968,20189],[76028,20149],[75964,20076],[69534,24599],[69502,24517],[67140,14373],[67176,14335],[67127,14279],[67072,14345],[65336,14543],[65385,14517],[65359,14448],[65278,14495],[66595,36546],[66570,36461],[66714,33948],[66768,33942],[66772,33868],[66684,33887],[64663,32169],[64671,32089],[74781,31501],[74818,31544],[74877,31503],[74810,31433],[66700,41994],[66739,42031],[66795,41987],[66722,41919],[67021,40983],[66967,40914],[64357,61716],[64313,61641],[66289,75798],[66247,75760],[66193,75805],[66267,75872],[66117,75385],[66088,75302],[72527,89616],[72511,89530],[71931,83305],[71934,83244],[71864,83223],[71859,83336],[71512,82608],[71487,82524],[75297,79403],[75270,79319],[74659,79761],[74581,79803],[75371,78735],[75427,78744],[75447,78674],[75345,78666],[69952,95235],[69946,95292],[70013,95306],[70023,95206],[69323,94864],[69297,94779],[70065,91917],[70033,91835],[72031,97849],[71990,97771],[72341,109592],[72380,109632],[72437,109589],[72366,109526],[67206,117908],[67185,117822],[809926,-133497],[809852,-133425],[812901,-150482],[812844,-150416],[828198,-161109],[828091,-161069],[826340,-188264],[826373,-188360],[826237,-188393],[836886,-152791],[836797,-152855],[832094,-146262],[832182,-146183],[844468,-160275],[844375,-160221],[838654,-184087],[838574,-184009],[850165,-150828],[850075,-150760],[850007,-145907],[849926,-145845],[848523,-158225],[848425,-158170],[855492,-162744],[855422,-162659],[870144,-150170],[870054,-150103],[857942,-154862],[857980,-154749],[877871,-121641],[877856,-121636],[877862,-121605],[874491,-137620],[874476,-137615],[874482,-137584],[872375,-150863],[872360,-150858],[872366,-150827],[872569,-178885],[872499,-178800],[874477,-180329],[874451,-180320],[874457,-180289],[872659,-86595],[872577,-86519],[894150,-147978],[894124,-147969],[894130,-147938],[892157,-169679],[892131,-169670],[892137,-169639],[86228,-123456],[86188,-123534],[82757,-128898],[82782,-128847],[82849,-128868],[82803,-128961],[78219,-135712],[78192,-135792],[87796,-11453],[87808,-11540],[81334,-10343],[81304,-10294],[81360,-10247],[81408,-10336],[80879,-10901],[80849,-10984],[83426,-100375],[83462,-100332],[83520,-100373],[83457,-100445],[78184,14442],[78223,14473],[78273,14421],[78208,14374],[80332,13650],[80303,13568],[78250,36734],[78231,36648],[80131,29872],[80101,29789],[85434,46298],[85467,46344],[85528,46309],[85470,46230],[83709,88345],[83740,88392],[83803,88359],[83745,88276],[79285,79787],[79282,79700],[83337,87945],[83319,87861],[78542,81105],[78514,81153],[78567,81196],[78610,81113],[85356,91014],[85324,91063],[85376,91106],[85431,91021],[82117,97487],[82152,97532],[82212,97494],[82149,97418],[87630,97502],[87588,97424],[78243,112823],[78271,112873],[78336,112844],[78284,112758],[907087,340315],[907089,340412],[896999,351254],[896920,351327],[912280,-104974],[912254,-104965],[912260,-104934],[928444,-118284],[928433,-118284],[928446,-118253],[926154,-129322],[926129,-129313],[926135,-129282],[930612,-179807],[930595,-179804],[930596,-179773],[926233,-95970],[926218,-95965],[926224,-95934],[933102,-96843],[933092,-96854],[933066,-96844],[928393,298794],[928303,298862],[924531,327957],[924441,328025],[945971,-96995],[945879,-96931],[942529,-101537],[942431,-101486],[935189,292653],[935093,292713],[944660,314611],[944569,314679],[948906,-129459],[948891,-129454],[948897,-129423],[959381,-167542],[959355,-167533],[959361,-167502],[958006,138086],[957910,138145],[956096,161570],[956006,161637],[954154,155543],[954056,155600],[956867,173145],[956790,173221],[958809,254116],[958719,254184],[953465,290793],[953345,290790],[961022,-135286],[960996,-135277],[961001,-135246],[963108,-138681],[963093,-138676],[963099,-138645],[972299,175252],[972197,175306],[972522,196121],[972432,196189],[961733,199798],[961645,199867],[969204,203164],[969156,203258],[971186,229516],[971096,229579],[960316,239167],[960226,239235],[968499,308434],[968409,308502],[962745,396726],[960455,402111],[962625,415905],[965982,419429],[971680,416136],[971280,415785],[968933,425849],[971112,428877],[967982,120021],[967885,120081],[974002,-120381],[973987,-120376],[973993,-120345],[974414,-154934],[974388,-154925],[974394,-154894],[977664,162395],[977608,162485],[975483,159985],[975393,160053],[974933,189382],[974855,189461],[984582,213716],[984501,213791],[979239,219000],[979149,219051],[983028,254273],[982934,254332],[973331,315094],[973425,315159],[982457,310077],[982568,310012],[982485,309913],[985083,367285],[982110,455136],[983044,454400],[975063,122739],[974971,122796],[985726,-161043],[985701,-161034],[985706,-161003],[986992,-70692],[986977,-70687],[986983,-70656],[986814,-104054],[986799,-104049],[986805,-104018],[992767,140811],[992685,140870],[988955,156419],[988865,156487],[990616,169061],[990526,169129],[996727,346319],[991500,360382],[991650,384270],[991895,389534],[995264,401336],[996583,515229],[993209,124547],[993119,124611],[1000765,-147156],[1000750,-147151],[1000756,-147120],[1008332,-165940],[1008317,-165935],[1008323,-165904],[1008840,-163449],[1008825,-163444],[1008831,-163413],[1002292,-88747],[1002277,-88742],[1002283,-88711],[1009481,-110695],[1009466,-110698],[1009472,-110668],[1004169,145663],[1004079,145731],[1002451,176501],[1002510,176404],[1002386,176342],[1004335,198740],[1004253,198810],[1005976,263903],[1005913,263990],[1001619,355527],[1001578,392268],[999471,398861],[999387,403877],[1011078,474658],[1001846,491420],[1002235,494370],[1012676,-93057],[1012671,-93043],[1012703,-93028],[1020221,377566],[1015625,410222],[1015476,412038],[1014147,451312],[1011783,468402],[1017291,475669],[1011465,474760],[1013283,523771],[1015207,521728],[97759,-129403],[97802,-129367],[97853,-129417],[97776,-129476],[92489,-12480],[92521,-12525],[92465,-12578],[92417,-12497],[100517,-24469],[100488,-24551],[97872,-22881],[97869,-22934],[97792,-22947],[97811,-22860],[92104,-20722],[92063,-20785],[91672,-20280],[91715,-20303],[91688,-20373],[91625,-20329],[92660,-33950],[92617,-33987],[92554,-33943],[92639,-33888],[90959,-49382],[90929,-49465],[99215,-48333],[99199,-48418],[98916,-55901],[98873,-55861],[98915,-55799],[98986,-55873],[96416,-53764],[96266,-53341],[99125,-52527],[99101,-52444],[95153,-70638],[95197,-70613],[95224,-70674],[95155,-70716],[93907,-101598],[93857,-101670],[89922,91924],[89865,91859],[1026637,-109677],[1026622,-109672],[1026628,-109641],[1027290,143747],[1027201,143809],[1036489,146424],[1036397,146475],[1032760,325828],[1030407,335157],[1035778,355364],[1034280,355634],[1032918,347352],[1028585,363837],[1026152,369607],[1024727,421228],[1032644,425040],[1027236,452216],[1033546,469755],[1028992,499134],[1028032,510373],[1047377,-132646],[1047362,-132641],[1047368,-132610],[1038049,356272],[1046384,407575],[1046225,411736],[1061023,-120240],[1061008,-120235],[1061014,-120204],[1052916,-120935],[1052901,-120930],[1052907,-120899],[1062086,-153845],[1062071,-153840],[1062077,-153809],[1059476,-108655],[1059461,-108650],[1059467,-108619],[1060508,311368],[1069018,-128681],[1069003,-128676],[1069009,-128645],[1073634,-135559],[1073607,-135543],[1073624,-135514],[1068845,310141],[1067309,396357],[1063183,401747],[1082273,-138614],[1082247,-138605],[1082253,-138574],[1086204,-103488],[1086189,-103483],[1086195,-103452],[1079076,334340],[1087258,368954],[1100622,-123883],[1100608,-123878],[1100613,-123847],[1094892,-105139],[1094877,-105134],[1094883,-105103],[1092174,322870],[1090827,369982],[1104311,-139783],[1104296,-139778],[1104302,-139747],[1110403,-91981],[1110388,-91976],[1110394,-91945],[1121667,-79252],[1121641,-79243],[1121647,-79212],[1138227,-41869],[1138201,-41860],[1138207,-41829],[1134656,-81207],[1134641,-81202],[1134647,-81171],[1131890,-89704],[1131864,-89695],[1131870,-89664],[1140462,-12288],[1140447,-12283],[1140453,-12252],[1146696,-25832],[1146670,-25823],[1146676,-25792],[1148362,-40405],[1148336,-40396],[1148342,-40365],[1146652,9053],[1146626,9062],[1146632,9093],[110099,-115709],[110100,-115798],[110766,-111610],[110806,-111570],[110790,-111684],[1157534,-33875],[1157508,-33866],[1157514,-33835],[1156697,20237],[1156723,20228],[1156703,20268],[1177297,16805],[1177282,16810],[1177288,16841],[1175681,20459],[1175666,20464],[1175672,20495],[1179323,-2285],[1179308,-2280],[1179314,-2249],[1192471,-3368],[1192456,-3363],[1192462,-3332],[1202596,285448],[1202581,285457],[1202587,285483],[1211537,190332],[1211522,190337],[1211528,190368],[1215724,284061],[1215709,284066],[1215715,284097],[1203967,318832],[1203952,318837],[1203958,318868],[1205185,36765],[1205168,36772],[1205176,36800],[1203443,48527],[1203417,48536],[1203423,48567],[1222303,181563],[1222288,181568],[1222294,181599],[1226577,48850],[1226551,48859],[1226557,48890],[1235321,144470],[1235306,144475],[1235312,144506],[1241001,274956],[1240987,274964],[1240988,274990],[1233390,304696],[1233375,304701],[1233381,304732],[1232610,59952],[1232584,59961],[1232590,59992],[1241307,84165],[1241292,84170],[1241298,84201],[1252482,173827],[1252456,173836],[1252462,173867],[1241659,50044],[1241633,50053],[1241639,50084],[1248334,66258],[1248335,66271],[1248370,66276],[1248691,98677],[1248676,98682],[1248682,98713],[1259663,132997],[1259648,133002],[1259654,133033],[1266940,240753],[1266925,240758],[1266931,240789],[1266029,265598],[1266014,265605],[1266020,265634],[1265143,292044],[1265135,292056],[1265154,292081],[1257261,299908],[1257246,299913],[1257252,299944],[1262849,111237],[1262834,111242],[1262840,111273],[1259890,121860],[1259875,121865],[1259881,121896],[1272789,166063],[1272763,166072],[1272769,166103],[1270210,280643],[1270195,280648],[1270201,280679],[118422,-85633],[118364,-85697],[121345,-88925],[121324,-88870],[121387,-88830],[121415,-88929],[119562,-103615],[119546,-103695],[119780,-107850],[119807,-107799],[119874,-107824],[119824,-107914],[120801,289475],[120791,289393],[115596,296243],[115564,296175],[122639,327524],[122667,327569],[122730,327542],[120968,331939],[121013,331973],[121064,331920],[120977,331864],[123974,331178],[124009,331222],[124069,331185],[124006,331107]] \ No newline at end of file diff --git a/src/gathering/a10045.json b/src/gathering/a10045.json new file mode 100644 index 0000000..5e4ddd3 --- /dev/null +++ b/src/gathering/a10045.json @@ -0,0 +1 @@ +[[-135750,-36618],[-135671,-36542],[-146654,-40512],[-146724,-40459],[-156173,56969],[-156229,56853],[-177769,-233787],[-168300,70338],[-168191,70368],[-196818,-248980],[-196888,-249088],[-192931,-258044],[-193048,-258098],[-203271,-112596],[-203390,-112645],[-212838,-238702],[-212913,-238823],[-223308,58385],[-223238,58281],[-221927,51555],[-221867,51439],[-238679,-255558],[-231830,589425],[-254535,112213],[-259431,71373],[-259469,71479],[-290565,-167285],[-285334,61601],[-285374,61713],[-302103,56320],[-330636,-95315],[-330556,-95316],[-341439,-2798],[-341507,-2708],[-349367,-226204],[-354229,-238178],[-354218,-238231],[-354286,-238248],[-354297,-238176],[-347087,-230358],[-346867,33451],[-346762,33459],[-393227,-165506],[-390109,-172401],[-390207,203064],[-390322,203010],[-406453,491886],[-406466,491757],[-438606,159983],[-437757,227073],[-437876,227022],[-517884,358411],[-518012,358395],[-612905,67475],[-613023,67421],[-47342,386803],[-55351,-157440],[-86205,419994],[-104951,420100],[161311,-169366],[154015,-168324],[154049,-168071],[179706,-149683],[179792,-149553],[19992,495492],[19925,495675],[16242,608940],[262183,290041],[61359,412161],[73548,54270]] \ No newline at end of file diff --git a/src/gathering/a10047.json b/src/gathering/a10047.json new file mode 100644 index 0000000..8b993c9 --- /dev/null +++ b/src/gathering/a10047.json @@ -0,0 +1 @@ +[[-121551,311613],[-121679,311415],[-116679,432263],[-140747,-38132],[-135977,-36737],[-135893,-36681],[-140811,-38214],[-142816,-164542],[-146461,-40678],[-146503,-40772],[-142999,44708],[-155592,-225003],[-166336,-25128],[-166306,-25080],[-166143,-25336],[-161277,-26329],[-161225,-26399],[-163043,-25794],[-163052,-25869],[-163108,-25905],[-163201,-25652],[-163806,-31627],[-163811,-31778],[-165589,-30786],[-166337,-25588],[-166233,-25622],[-168455,70007],[-168437,70109],[-181790,304497],[-181789,304584],[-181712,304713],[-187143,28165],[-187243,28190],[-190721,63100],[-190703,63201],[-180151,104110],[-198284,-242475],[-198252,-242211],[-202720,67237],[-202813,67282],[-216113,-285771],[-217504,7015],[-217524,6875],[-222236,-287407],[-221292,2268],[-221333,2192],[-221280,2197],[-226237,58629],[-226268,58559],[-226265,58810],[-229852,56704],[-229949,56666],[-241817,259019],[-241921,259010],[-260973,47040],[-260911,47121],[-290445,-166932],[-290380,-167009],[-305481,-186367],[-305532,-186356],[-303946,-187312],[-303962,-187342],[-304684,-249140],[-304660,-249077],[-294545,510017],[-294587,509923],[-310720,-200117],[-313266,2612],[-313369,2597],[-314171,90342],[-325400,-291949],[-325435,-292097],[-330608,38031],[-330711,38006],[-349795,-196550],[-349966,-196673],[-352848,-73460],[-352454,-73270],[-347554,33322],[-347471,33382],[-360770,-185687],[-360686,-185720],[-358866,-188721],[-358824,-188666],[-388083,-172937],[-387143,-220232],[-387579,-268234],[-387626,-268257],[-389169,-51631],[-389488,-51578],[-397443,-144057],[-408002,-24034],[-409725,-171152],[-409714,-171089],[-410229,-235917],[-410229,-235780],[-416114,-243842],[-416173,-243920],[-415986,-243978],[-423029,-197517],[-423029,-197380],[-426495,-206211],[-426574,-206162],[-426299,-206254],[-433827,193026],[-433885,192943],[-429261,292518],[-429236,292638],[-447791,144906],[-447708,144964],[-447097,214632],[-447133,214554],[-442521,239137],[-442589,239059],[-440818,299929],[-440675,299819],[-447961,321447],[-494796,383206],[-494636,383414],[-506133,378144],[-506171,378059],[-601993,215133],[-602098,215120],[-48607,75869],[-48602,75731],[-661387,1683351],[-661585,1683479],[-57229,-150009],[-56595,-154640],[-86275,420103],[-93748,262907],[-93735,262694],[10027,18817],[12721,295704],[11683,599029],[11662,599132],[146137,213407],[146082,213324],[165097,305124],[175468,-118789],[175473,-118910],[178220,-32909],[178127,-33052],[169677,337741],[186922,-150695],[186833,-150716],[188260,-159068],[188466,-159010],[183967,334525],[185649,414013],[185521,413815],[192823,-159341],[192711,-168237],[199909,207615],[216988,-129417],[216962,-129309],[212098,-25991],[212030,-26125],[209550,-84295],[209709,-84296],[205228,530566],[224564,-137226],[224733,-137227],[220704,523318],[220659,523186],[242802,-194724],[243044,-194642],[17161,513583],[17159,513597],[260856,280965],[284682,-125166],[284629,-125330],[318645,-188036],[318482,-187978],[358344,-188747],[380194,-184252],[380305,-184117],[37380,257965],[41910,206695],[57103,-154445],[57062,-154698],[58245,-155860],[58515,-154160],[60900,-156550],[61832,-155203],[59301,-154909],[59915,-154463],[58616,-161229],[59181,-162015],[61331,-160669],[62145,-157739],[97358,221281],[97316,221187],[102034,76824],[102188,76825],[109213,64883],[107667,77595],[113692,77676]] \ No newline at end of file diff --git a/src/gathering/a10049.json b/src/gathering/a10049.json new file mode 100644 index 0000000..70fb943 --- /dev/null +++ b/src/gathering/a10049.json @@ -0,0 +1 @@ +[[-132105,240557],[-132058,240589],[-132102,240479],[-132023,240540],[-128434,235196],[-128463,235267],[-129552,24014],[-129519,23798],[-142772,53538],[-142778,53612],[-157246,50862],[-157175,50882],[-176420,-239034],[-176475,-238978],[-185732,-233291],[-185692,-233359],[-183082,-237718],[-183096,-237796],[-188893,-276486],[-188822,-276456],[-190470,62990],[-190401,62962],[-197736,-276394],[-197851,-276222],[-197811,-276124],[-197851,-276297],[-213417,-238728],[-213351,-238689],[-213259,-238705],[-210243,-238979],[-210239,-239051],[-206021,-281169],[-205952,-281136],[-228211,-220246],[-228141,-220277],[-228226,-220197],[-240958,-240430],[-241003,-240420],[-240970,-240370],[-241024,-240344],[-233614,261897],[-233613,261821],[-239351,352170],[-231898,589280],[-232013,589388],[-232914,67153],[-232854,67126],[-237157,81221],[-237121,81286],[-251396,137485],[-244294,80077],[-244340,80141],[-290972,-127243],[-290963,-127144],[-282066,423584],[-281993,423584],[-286061,61485],[-286019,61536],[-283920,96329],[-299225,-125442],[-299202,-125372],[-304025,504803],[-303960,504843],[-303581,46213],[-303547,46147],[-311420,-200045],[-311413,-199997],[-311313,-196754],[-316439,315894],[-316256,316060],[-309171,401398],[-330920,172968],[-330846,172986],[-326812,168773],[-326755,168816],[-332778,300690],[-327767,318830],[-322800,311426],[-322453,319776],[-322853,311291],[-331261,321186],[-331174,321215],[-326723,337606],[-326385,337405],[-331474,399524],[-331412,399564],[-342524,305757],[-342376,305754],[-336206,316557],[-336080,316718],[-344482,315300],[-341904,337922],[-342025,337777],[-353596,186353],[-353667,186325],[-357036,281287],[-357370,280757],[-347253,314474],[-347165,314584],[-351918,318304],[-349351,320476],[-354183,330044],[-369998,-141983],[-359939,-193849],[-359975,-193832],[-359891,-193797],[-359929,-193770],[-363727,187974],[-363661,188003],[-360101,320119],[-360226,320195],[-366343,308902],[-366588,308976],[-382473,-159043],[-382444,-158941],[-383576,-153638],[-383590,-153683],[-376463,292983],[-376476,293119],[-375706,299746],[-375510,299663],[-384548,-242664],[-384521,-242742],[-384464,-242724],[-386356,-268047],[-386345,-267992],[-391196,-88869],[-385315,180088],[-385243,180114],[-389262,405174],[-389282,405021],[-387194,421668],[-387083,421685],[-406598,491857],[-406503,492025],[-439329,307265],[-439352,307064],[-503234,138052],[-503190,137989],[-510981,365527],[-510773,365634],[-529599,67458],[-529534,67499],[-544082,199857],[-544162,199838],[-574747,208249],[-594492,208884],[-594575,208896],[-57209,-149633],[-56695,-150805],[-60777,-154797],[-55314,-157391],[-93838,263026],[-93849,263103],[6116,286758],[6152,286813],[161472,-169012],[163013,313065],[155075,332392],[175013,-147371],[174955,-147324],[166617,-166286],[167186,-166289],[169275,-160526],[169424,-160541],[168350,-172182],[168933,-180692],[175162,325927],[191617,-176295],[188531,512792],[188267,512890],[192897,-159357],[193639,-170109],[193767,-170023],[202269,-87010],[202362,-86906],[201635,205054],[195076,337450],[207559,-140868],[207649,-140632],[204636,-184155],[204525,-184175],[212511,-91596],[213186,-91454],[221154,545786],[221207,545753],[224806,544356],[224860,544390],[235534,-165968],[235503,-165828],[241702,-170802],[241576,-170895],[242506,-179985],[242497,-179840],[242910,-194635],[21238,518877],[21190,518882],[21295,518932],[21214,518916],[13873,599822],[13827,599827],[13936,599872],[13845,599865],[257868,291078],[323918,-175177],[323850,-175129],[38099,209582],[31210,369270],[31280,369297],[389519,-119731],[389588,-119667],[73481,54126],[73550,54159],[83733,243978],[83790,244030],[1026723,433386],[124111,192826]] \ No newline at end of file diff --git a/src/gathering/a10051.json b/src/gathering/a10051.json new file mode 100644 index 0000000..e4f16d4 --- /dev/null +++ b/src/gathering/a10051.json @@ -0,0 +1 @@ +[[-127355,-123149],[-125376,-120947],[-126652,-177618],[-126964,-185310],[-126476,-182149],[-126351,-181928],[-117667,-187761],[-117997,-187757],[-127775,-225066],[-125285,-31504],[-124432,-29169],[-127221,-59595],[-118356,-98792],[-127630,-108561],[-116502,-102617],[-120400,2468],[-120449,2549],[-117713,10591],[-117790,10601],[-123227,10813],[-123295,10846],[-119669,164503],[-119540,164502],[-125868,177758],[-125984,177708],[-121796,20501],[-121891,20510],[-121504,14951],[-121564,14958],[-115212,28100],[-115891,28021],[-116950,29055],[-127592,33121],[-127677,33057],[-138268,-122979],[-139593,-116905],[-138031,-115459],[-134936,-121334],[-130343,-126607],[-130557,-126523],[-130475,-126880],[-130629,-126583],[-134848,-127337],[-134914,-127670],[-130916,-122073],[-140701,-129722],[-135764,-130884],[-135518,-130678],[-130460,-130329],[-130195,-130473],[-131133,-151281],[-131356,-151294],[-131926,-147426],[-140009,-152334],[-139655,-152081],[-140058,-152541],[-136970,-153395],[-136887,-152620],[-135239,-158647],[-134921,-158171],[-135180,-158240],[-136730,-153638],[-138714,-178310],[-138514,-175262],[-133894,-174973],[-134174,-176233],[-137667,-167124],[-132280,-190486],[-132194,-190564],[-139287,-181531],[-139197,-181789],[-139100,-182016],[-131299,-203040],[-128326,-204964],[-129240,-205225],[-133530,-208921],[-131024,-209470],[-130777,-206607],[-133346,-227198],[-130853,-227896],[-128060,-224771],[-138797,-220222],[-136820,-226555],[-133232,-226943],[-130909,-229618],[-130839,-229929],[-138647,-228847],[-136323,-229709],[-133862,-232857],[-133653,-232361],[-134702,-231614],[-135770,-238674],[-131651,-230352],[-132606,-230365],[-128599,-231793],[-140543,-236555],[-136462,-239165],[-138000,-240040],[-140797,-233986],[-135018,-231544],[-130842,-7976],[-130920,-7941],[-136512,-24037],[-136632,-24038],[-132737,-28995],[-132615,-28976],[-135865,-32408],[-135967,-32456],[-139842,-76286],[-140537,-87029],[-137373,-84882],[-135207,-83348],[-140147,-79248],[-137770,-84756],[-137666,-84606],[-134520,-84858],[-135723,-82910],[-137084,-79918],[-137935,-80404],[-133194,-76883],[-131339,-80385],[-128040,-80772],[-132923,-85444],[-137003,-89805],[-133703,-90322],[-135519,-94201],[-135803,-97466],[-139659,-90916],[-140060,-91018],[-138896,-91268],[-135524,-91327],[-137067,-89722],[-137483,-89729],[-134820,-91674],[-134351,-90694],[-135304,-100982],[-130200,-91901],[-130183,-91669],[-139633,-113506],[-129244,-112209],[-129358,-112311],[-134991,-106940],[-134583,-105988],[-134599,-105758],[-136736,-107327],[-136983,-107181],[-136203,-105746],[-136305,-105363],[-136139,-105488],[-139538,-107140],[-137379,-108660],[-139325,-112201],[-140057,-111236],[-140308,-111004],[-136024,-102414],[-135548,-114890],[-140338,156058],[-140371,156157],[-132819,174139],[-128349,24107],[-128427,24126],[-128525,23100],[-128600,23090],[-130218,33173],[-130287,33139],[-128699,37404],[-128709,37493],[-139560,41841],[-134278,45662],[-134138,45257],[-145930,-115556],[-141684,-117374],[-144817,-119025],[-145384,-119175],[-146398,-121647],[-148170,-121800],[-151177,-119897],[-153067,-126400],[-149391,-123722],[-152917,-121041],[-149586,-121835],[-153065,-115775],[-152419,-117944],[-153120,-118343],[-145803,-115765],[-147188,-117196],[-147924,-117444],[-148497,-116458],[-149653,-116359],[-150530,-118106],[-150571,-118367],[-149047,-118993],[-149028,-119503],[-148051,-119225],[-148435,-119834],[-153047,-120958],[-152914,-121313],[-147944,-120531],[-147719,-118592],[-144320,-119698],[-141962,-117348],[-145161,-123979],[-145187,-123692],[-148045,-127279],[-147816,-127438],[-152585,-115792],[-143175,-125315],[-150594,-120040],[-149401,-132065],[-150290,-134014],[-149937,-134021],[-150204,-133704],[-153459,-129948],[-152863,-131380],[-152900,-132405],[-152757,-132040],[-152962,-131537],[-153312,-131116],[-153336,-130854],[-152774,-132301],[-145086,-127949],[-150136,-130951],[-151357,-133966],[-142647,-148602],[-142991,-148497],[-142420,-148737],[-148367,-157754],[-147634,-157483],[-150161,-162430],[-153229,-164155],[-145058,-160844],[-146349,-159590],[-146350,-159590],[-141468,-161105],[-151506,-156959],[-146519,-157916],[-144526,-156192],[-147753,-163547],[-147649,-163318],[-147983,-163683],[-141157,-161151],[-142753,-156487],[-142785,-159425],[-142255,-159512],[-151123,-167935],[-150130,-169098],[-149552,-170070],[-149159,-173753],[-148658,-170647],[-145599,-177901],[-146833,-169341],[-151299,-168142],[-150495,-172056],[-151960,-166412],[-152182,-166215],[-150126,-169225],[-146900,-169138],[-145401,-167752],[-145480,-168009],[-145726,-185137],[-145445,-185062],[-141501,-202973],[-143487,-208525],[-143223,-209076],[-143053,-209086],[-143132,-208772],[-143200,-208520],[-143839,-208368],[-144158,-208397],[-143824,-208535],[-153008,-221695],[-153252,-221426],[-141729,-236871],[-143399,-240451],[-144298,-238623],[-141391,-235033],[-144266,-237079],[-142992,-231161],[-142749,-230489],[-144130,-244853],[-150002,-247104],[-150300,-247122],[-151515,-245015],[-151788,-244899],[-151966,-246906],[-152013,-247090],[-147383,-248951],[-148904,-248089],[-145014,-60406],[-150244,-75508],[-148541,-74237],[-150439,-76242],[-150159,-75668],[-153382,-85409],[-145364,-80303],[-147337,-81692],[-150292,-77735],[-149128,-89290],[-149350,-89275],[-141941,-83864],[-144504,-82754],[-149209,-83889],[-147214,-85770],[-147849,-85207],[-147342,-86084],[-149794,-84034],[-149891,-84097],[-142101,-79878],[-142204,-81842],[-142303,-81533],[-142567,-81752],[-147094,-82467],[-147410,-81433],[-140837,-76773],[-149774,-78182],[-149831,-78383],[-151532,-85600],[-153448,-96430],[-147641,-90962],[-147489,-91274],[-145826,-89587],[-146205,-89729],[-144623,-91534],[-141007,-90783],[-141461,-91088],[-151595,-90395],[-150736,-93495],[-147313,-94278],[-147133,-93955],[-146999,-101572],[-147323,-101271],[-146549,-101960],[-144414,-101701],[-141249,-100278],[-153475,-96126],[-150257,-103953],[-150367,-105076],[-149532,-107436],[-150356,-110413],[-147205,-109051],[-148092,-108509],[-153473,-104860],[-150942,-109549],[-150947,-109522],[-149988,-110223],[-148773,-110060],[-148482,-110998],[-148567,-108738],[-148365,-108709],[-148053,-108958],[-146886,-109380],[-147326,-109421],[-146498,-109713],[-145272,-111851],[-145291,-112142],[-144939,-112319],[-145717,-114831],[-148004,-113685],[-148047,-113298],[-145706,-102446],[-144385,-103743],[-147808,-103647],[-147576,-103686],[-141517,-108034],[-141679,-107472],[-146655,155157],[-142140,41406],[-150984,49194],[-151058,49240],[-152625,50691],[-152731,50645],[-143689,54605],[-143324,54522],[-147547,81565],[-147456,81522],[-141768,95050],[-141744,94996],[-165482,-121809],[-162811,-115646],[-159330,-126442],[-154698,-126752],[-164008,-126180],[-155637,-116198],[-157749,-115027],[-156108,-121601],[-153775,-130979],[-154437,-130066],[-159753,-164158],[-154254,-161469],[-155394,-163994],[-157384,-169675],[-156250,-170165],[-153868,-167001],[-157623,-166665],[-156578,-167913],[-156492,-167797],[-156942,-169871],[-155287,-170741],[-156576,-171350],[-156576,-217029],[-156835,-215936],[-162162,-213919],[-162557,-215844],[-162711,-216028],[-156612,-216676],[-160405,-219221],[-160962,-219228],[-161152,-221342],[-158449,-222662],[-158577,-222923],[-154303,-220759],[-162309,-218571],[-157192,-242705],[-157057,-242958],[-153606,-73947],[-155484,-89320],[-158958,-87889],[-158998,-87985],[-159059,-88133],[-159005,-87970],[-162015,-84805],[-155255,-89425],[-164634,-95415],[-159812,-100886],[-158567,-92996],[-158906,-92811],[-155200,-89629],[-160818,-94114],[-161116,-94044],[-164638,-94920],[-160558,-95833],[-160828,-95946],[-163505,-113691],[-161386,-111495],[-160755,-111766],[-160670,-113330],[-163696,-113374],[-163946,-111681],[-163481,-114261],[-155289,-114198],[-159061,-112199],[-161200,-111233],[-156427,-105030],[-154732,-105144],[-154119,-105448],[-153725,-106862],[-153689,-107091],[-156538,-108734],[-156832,-110025],[-156394,-110225],[-161902,-110807],[-160679,-111441],[-159918,-112104],[-155657,-113894],[-155330,-114331],[-158068,-114882],[-157974,-114727],[-159514,-114134],[-159827,-114033],[-153626,-111059],[-153713,-110987],[-165626,-105962],[-163979,-105308],[-159216,-104428],[-159771,-103582],[-159477,-103358],[-160023,-103719],[-160438,-102710],[-160432,-102478],[-161491,-105167],[-161261,-105347],[-163254,-102782],[-165397,-103243],[-165713,-103262],[-165542,-103102],[-162418,-103469],[-162130,-103504],[-162212,-103681],[-161959,-103670],[-162025,-103335],[-161693,-103198],[-164045,-102881],[-163789,-102563],[-164010,-102705],[-160940,-108322],[-160105,-108836],[-159826,-108584],[-159356,-112297],[-158346,-111933],[-155478,-114014],[-155208,-113038],[-165876,-107480],[-165462,-108792],[-165257,-109056],[-165403,-108950],[-165651,-110855],[-165262,-110512],[-157757,-103456],[-158038,-103361],[-156824,-105301],[-157987,9358],[-157983,9464],[-157791,1478],[-157881,1551],[-164539,35424],[-165877,28704],[-165853,28619],[-166084,26810],[-166060,26726],[-154722,54012],[-154790,54070],[-160112,73027],[-159936,73064],[-161498,78441],[-164179,89923],[-164087,89948],[-165492,97061],[-165436,96986],[-169500,-126652],[-167912,-125735],[-175706,-126672],[-171321,-131830],[-175495,-129265],[-168523,-222769],[-171615,-223735],[-174044,-221986],[-177658,-31640],[-177700,-31527],[-177343,-25597],[-177508,-25694],[-177961,-84178],[-178843,-92079],[-175498,-91871],[-176288,-93468],[-176392,-91056],[-167562,-101737],[-172021,-101709],[-173607,-97770],[-173789,-97780],[-174005,-97816],[-173994,-97996],[-170494,-98027],[-173641,-102199],[-173543,-102196],[-173840,-101966],[-173691,-101694],[-174704,-97852],[-167129,-98856],[-167218,-98833],[-167108,-99017],[-169672,-97495],[-169814,-96923],[-169532,-97233],[-169737,-97210],[-169861,-96684],[-167106,-94375],[-167348,-94273],[-167383,-94465],[-171071,-92828],[-171143,-93041],[-170839,-92630],[-171245,-92710],[-172862,-104892],[-172680,-104988],[-173475,-102333],[-167806,65858],[-167890,65865],[-168169,101808],[-168071,101817],[-190538,45235],[-188761,43220],[-188143,43460],[-188647,43818],[-183843,38711],[-183785,38660],[-182355,43889],[-182574,43741],[-186914,49474],[-186730,49407],[-190046,52373],[-188727,55161],[-188626,55108],[-191460,81371],[-191371,81392],[-188989,79850],[-188939,79942],[-182800,92867],[-182872,92822],[-187436,94548],[-187541,94570],[-183408,94425],[-183377,94273],[-183262,94330],[-183303,94434],[-188583,114233],[-188631,114168],[-181537,106742],[-181649,106872],[-181713,106729],[-181616,106657],[-200514,-195867],[-201917,-195018],[-203738,-193103],[-200732,-195717],[-201418,-195786],[-201875,39899],[-201697,39628],[-196594,43806],[-196599,43915],[-192792,54536],[-192576,54631],[-193392,54236],[-199696,52270],[-199169,51885],[-198099,55119],[-198151,55188],[-195747,68401],[-195317,68034],[-194547,86809],[-194427,86808],[-201207,89311],[-201178,89417],[-194942,123013],[-195075,122909],[-194942,122837],[-194864,122926],[-216256,-178978],[-216058,-185224],[-213350,-189928],[-216015,-184855],[-216526,-183337],[-216871,-183116],[-217228,-190542],[-216656,-190603],[-216188,-191230],[-214037,-187043],[-213630,-187252],[-209831,-194364],[-215733,-192014],[-216031,-192068],[-214684,-192817],[-216027,-198862],[-216146,-199133],[-216689,-192228],[-210153,-193737],[-210082,-193516],[-211650,-200914],[-211456,-199425],[-208629,-199497],[-208491,-199754],[-205865,-199120],[-214066,-213839],[-210712,-206928],[-212440,140776],[-212497,140839],[-208562,45472],[-208614,45573],[-209182,55788],[-209398,55638],[-212117,60334],[-212016,60613],[-212430,74929],[-212261,72868],[-207283,74489],[-207669,75005],[-211112,86993],[-211057,87014],[-216120,102346],[-216027,102381],[-214626,115070],[-214533,115104],[-205081,126422],[-204922,127438],[-225871,-117615],[-230052,-153282],[-230010,-152754],[-230272,-153031],[-228722,-157426],[-225826,-171487],[-218432,-187150],[-219091,-189851],[-219711,-185934],[-222108,-183173],[-221266,-180553],[-219636,-182709],[-226680,-189188],[-226249,-189454],[-226023,-189035],[-218099,-187275],[-219197,-182429],[-219558,-183210],[-220105,-184588],[-218794,-193498],[-218479,-193627],[-218856,-193703],[-226867,-110667],[-227398,-110657],[-219549,149862],[-219443,149907],[-219375,150290],[-219262,150299],[-229627,60241],[-229308,60436],[-225206,65235],[-225188,65151],[-220439,75569],[-220532,75679],[-220739,76221],[-222634,80401],[-222723,80432],[-223139,97541],[-223099,97612],[-221389,91551],[-221284,91535],[-219245,92638],[-219175,92638],[-220742,117890],[-220646,117857],[-231481,-125405],[-231637,-125236],[-236199,-137312],[-237988,-133821],[-238695,-128391],[-238974,-151642],[-239217,-151416],[-242332,-150426],[-235846,-142790],[-241163,-142771],[-242365,-162692],[-234462,-163711],[-235851,-159247],[-232995,-160965],[-239959,-156054],[-241807,-153550],[-239462,-160853],[-239697,-160971],[-234601,-162987],[-232947,-161149],[-240094,-167300],[-238995,-170862],[-239256,-170641],[-239212,-170777],[-230760,-177988],[-233477,-175559],[-237901,-114492],[-237759,-114237],[-233001,-113558],[-232532,-113877],[-231056,131123],[-230964,131041],[-235805,130630],[-235743,130707],[-238224,130390],[-238100,130389],[-235109,20991],[-235877,21408],[-235409,21224],[-235459,21007],[-240151,60297],[-239692,60408],[-241975,60471],[-241535,60262],[-241254,61948],[-242122,62288],[-241948,62539],[-239512,112996],[-239429,113060],[-239494,112500],[-239516,112365],[-241403,105361],[-241319,105260],[-233787,121276],[-233692,121322],[-235939,126011],[-235831,126031],[-244859,-136144],[-244747,-135840],[-251931,-152443],[-248479,-143117],[-252535,-150350],[-246152,-150060],[-246349,-150418],[-246623,-150359],[-244149,-142445],[-247406,-159462],[-247491,-159493],[-246039,-162539],[-248625,-156197],[-248475,-158676],[-246242,-163525],[-248121,-156917],[-248283,-157302],[-253358,-101432],[-254116,-102164],[-243196,138968],[-243304,139009],[-246816,136630],[-246767,136735],[-254329,131306],[-254376,131406],[-251887,132631],[-252038,132712],[-252046,132556],[-251930,132522],[-249824,17475],[-249151,17152],[-247616,61688],[-247825,62056],[-247968,80949],[-248479,80944],[-248893,81331],[-248320,80346],[-252654,100005],[-252716,100102],[-243989,92598],[-244003,92691],[-254342,104337],[-254415,104352],[-244565,108975],[-244519,109069],[-246531,106112],[-246504,106200],[-250320,124540],[-250423,124589],[-251894,123628],[-251888,123714],[-244075,126732],[-244024,126815],[-258945,-115506],[-266442,-140834],[-258663,-143434],[-258631,-143491],[-257221,-157572],[-257179,-157520],[-257389,-157591],[-267160,-85393],[-257746,-93042],[-258362,-93628],[-262336,-99271],[-263066,-98591],[-261957,22112],[-262136,22260],[-256700,14350],[-256592,14313],[-266298,34283],[-266322,34145],[-266506,36700],[-266808,36765],[-261770,46170],[-261945,46069],[-261433,81597],[-261481,81662],[-257514,100202],[-257384,100180],[-267978,93331],[-267885,93235],[-257577,104498],[-257620,104419],[-261848,126664],[-261923,126756],[-277040,-144643],[-275416,-158209],[-276540,-172617],[-276546,-172678],[-279147,-167546],[-277277,-87508],[-278439,-105567],[-281152,7408],[-280913,7404],[-281277,20450],[-281429,20370],[-281303,20276],[-281209,20352],[-280312,19352],[-280187,17353],[-277216,65514],[-277374,65654],[-276334,69548],[-276084,68535],[-277284,67411],[-275544,77999],[-280107,100202],[-280003,100240],[-280263,95794],[-280174,95846],[-277940,110296],[-277882,110397],[-282372,-123002],[-293122,-126944],[-286885,-133085],[-287051,-149770],[-287953,-164385],[-286242,-175425],[-281996,-181885],[-281954,-181918],[-285253,-191535],[-286056,-193505],[-291889,-202533],[-283691,-204994],[-281897,20857],[-281734,20827],[-281766,20973],[-281880,20970],[-284235,13973],[-284259,13654],[-285592,14009],[-290230,15767],[-290155,15854],[-286073,20042],[-286266,20120],[-289802,23259],[-289684,23377],[-289811,23428],[-290049,23310],[-286139,72848],[-286400,72897],[-288108,75496],[-288063,75405],[-282885,77542],[-282925,77392],[-282799,77391],[-282788,77503],[-285016,80685],[-285021,80580],[-294171,82869],[-294241,82847],[-283344,89877],[-283290,90015],[-283412,90040],[-283426,89931],[-283221,103753],[-283105,103761],[-290700,104041],[-290585,104061],[-283685,115859],[-283793,115902],[-306744,-171045],[-297475,-179750],[-301407,-187924],[-301346,-187953],[-299966,-183324],[-299948,-183370],[-294965,-182909],[-294977,-182984],[-300639,-214826],[-301685,-214661],[-303048,-250553],[-302997,-250570],[-304553,-248010],[-304632,-247993],[-294788,20574],[-294714,20387],[-295126,20198],[-297694,30308],[-297476,30544],[-297252,30114],[-297803,30343],[-305275,57018],[-305394,57138],[-305450,56998],[-305348,56933],[-299773,69818],[-299846,69850],[-306141,73342],[-306238,73332],[-306742,79449],[-306835,79471],[-302915,84108],[-302995,84140],[-301086,91796],[-301131,91871],[-303753,94088],[-303817,94100],[-307572,-172311],[-309386,-196760],[-309321,-196754],[-310092,-196039],[-311262,-197123],[-310928,-197791],[-310610,-199544],[-310542,-199528],[-308946,-195171],[-319484,-193035],[-319455,-193132],[-316419,-241459],[-308811,-235168],[-316592,-235057],[-312508,-243187],[-312440,-243210],[-309080,28941],[-309057,28852],[-310414,36617],[-309996,36199],[-309931,36336],[-310023,36688],[-315600,37789],[-315188,38085],[-315932,37759],[-311286,49804],[-311374,49666],[-311236,49636],[-311192,49744],[-318625,53345],[-318532,53426],[-307772,72311],[-307712,72205],[-308063,86574],[-308177,86580],[-330443,-160102],[-330476,-159558],[-324314,-189424],[-324371,-189415],[-330280,343],[-330322,97],[-327337,8434],[-327651,8299],[-329307,25892],[-329067,26154],[-328981,35836],[-329311,35828],[-327795,33339],[-327709,33615],[-326134,50375],[-326168,50480],[-321505,56627],[-321522,56706],[-329054,87362],[-329138,87437],[-342052,-242291],[-341487,-231657],[-334929,-9797],[-334880,-9538],[-335698,25426],[-335986,25336],[-344222,44487],[-344220,44586],[-334561,40170],[-334562,40052],[-338482,61564],[-338494,61457],[-340843,54612],[-340853,54714],[-345239,71100],[-345281,71207],[-347298,-178300],[-345683,-217636],[-352648,-234380],[-347402,-9071],[-347446,-9159],[-353716,-1079],[-353832,-1074],[-353149,1727],[-353127,1611],[-350259,11005],[-350533,11189],[-349768,22788],[-349677,22636],[-357315,23262],[-357063,23228],[-345871,28646],[-345950,28600],[-359369,-138843],[-359152,-138795],[-363770,-153169],[-363740,-153118],[-369652,-178863],[-369699,-178919],[-360606,-175883],[-360559,-175847],[-370844,-176778],[-370476,-171711],[-370391,-171695],[-370645,-181659],[-370584,-181687],[-366501,-179769],[-366540,-179744],[-366202,-224660],[-366012,-241894],[-18469,86444],[-21707,85367],[-22771,87768],[-23499,87860],[-20265,85590],[-24736,88871],[-373981,-176622],[-374006,-176694],[-383119,-210039],[-385558,-185295],[-385966,-219629],[-32372,-917],[-32224,-837],[-32354,-747],[-32441,-822],[-32329,-1606],[-32281,-1680],[-32112,-496],[-32224,-473],[-29318,90673],[-45725,86244],[-43919,86388],[-44731,87423],[-38849,88583],[-39685,91712],[-38680,90370],[-646632,-277734],[-646604,-277601],[-60691,-139519],[-60754,-139415],[-62622,-136159],[-62727,-136140],[-63289,-141891],[-63380,-141752],[-63463,-141870],[-63379,-141953],[-55982,-10036],[-56079,-9981],[-61995,-71184],[-62082,-71181],[-72146,123129],[-72210,123287],[-72316,123172],[-72249,123074],[-89278,-132144],[-89380,-132184],[-83804,-157501],[-83674,-157514],[-77927,-12381],[-77799,-12276],[-77920,-12207],[-77995,-12296],[-88119,-13545],[-88008,-13578],[-86418,1604],[-86358,1492],[-82974,134400],[-82945,134495],[-100080,-6622],[-92779,-6479],[-92718,-6500],[-96528,-10075],[-96427,-10079],[-99994,-20403],[-99836,-20360],[-99950,-20252],[-100046,-20302],[-100336,-20851],[-100457,-20889],[-97298,-58319],[-97170,-58303],[-97770,-58240],[-97809,-58097],[-97931,-58170],[-97878,-58262],[-92706,141517],[-92640,141585],[-111056,-156208],[-111317,-156356],[-104958,-24005],[-111786,-18875],[-111454,-19440],[-114327,-85879],[-115023,-83524],[-114876,-83473],[-114982,-83358],[-115073,-83417],[-114038,-90010],[-113968,-90084],[-102782,155575],[-102814,155695],[-105631,163737],[-105527,163777],[-115193,174154],[-115134,174261],[-110922,28772],[-114513,27569],[1287697,139262],[1290202,299893],[1280950,70785],[1291758,115461],[153002,-152191],[152889,-152015],[151720,356102],[151825,356028],[165406,-123019],[165538,-123067],[164117,305539],[164249,305647],[164105,305712],[164033,305620],[161277,310550],[162326,311370],[178157,-126962],[178268,-127192],[176021,-108364],[176002,-108049],[169784,273507],[178244,301741],[178353,301768],[190186,-89271],[190309,-89204],[186729,-99736],[186855,-99674],[187695,-94767],[187685,-94633],[189754,352500],[189864,352473],[196610,-87799],[196721,-87715],[193346,-96596],[193469,-96531],[210135,-117637],[210247,-117640],[207686,-140957],[207653,-140417],[216583,-156973],[216691,-156890],[208050,-85962],[208155,-85900],[215346,-94644],[215464,-94581],[217281,-99680],[217397,-99618],[207653,-94683],[207775,-94613],[209599,311891],[209711,311876],[208108,333970],[208227,333935],[222671,-137987],[222826,-137897],[23138,-19915],[23293,-19847],[23176,-19742],[23081,-19812],[263191,411621],[286449,402262],[285320,403947],[286577,402523],[371339,136065],[371242,136030],[377239,29119],[377138,29110],[377767,67866],[377668,67852],[377470,87973],[377374,87933],[377702,110713],[377601,110688],[386802,140645],[386701,140615],[385767,111960],[385672,111919],[401622,-8116],[401509,-8116],[401521,-8184],[401300,52663],[401219,52618],[404532,664588],[403136,669736],[403312,669773],[413529,-27423],[413437,-27455],[420377,19958],[420267,19954],[420277,19887],[410833,80032],[410739,80004],[420590,97018],[420487,97016],[413609,108306],[413512,108273],[443140,186788],[443043,186747],[440543,43638],[440453,43595],[452502,178944],[452407,178913],[472720,187782],[472624,187741],[461203,200942],[461102,200915],[466392,98135],[466306,98102],[482720,198755],[482630,198702],[483070,92654],[482973,92615],[489408,164694],[489307,164667],[489816,162542],[489716,162528],[490628,214988],[490525,214977],[511359,213582],[511258,213575],[505091,13879],[504996,13851],[517812,-9110],[517714,-9136],[513145,-40619],[513053,-40684],[517988,-41174],[518099,-41119],[517817,-41126],[521431,160638],[515374,190618],[519414,93748],[519412,93883],[517662,105344],[517666,105228],[533625,-17907],[533527,-17933],[532852,145297],[532866,145427],[531758,113190],[531780,113330],[529008,119851],[546642,-25886],[546544,-25912],[543733,-33624],[543645,-33638],[539818,148207],[549342,166730],[549354,166837],[544585,191968],[544014,185258],[540104,201765],[540117,201902],[546581,92750],[546581,92885],[539141,112924],[539055,112941],[562287,-32108],[562189,-32134],[559028,129199],[559028,129334],[551447,189666],[553944,202776],[553977,202916],[559750,82841],[559750,82976],[550421,119047],[550421,119182],[563300,-23679],[563203,-23714],[573340,-29962],[573246,-29998],[573532,209086],[569372,220769],[563540,28075],[570424,88478],[578986,-32478],[579048,-32432],[578956,-32466],[578687,-48917],[578795,-48907],[577993,106079],[577681,104648],[589875,-34804],[589775,-34833],[593391,-42763],[593293,-42789],[599414,-74147],[599356,-74194],[595781,200430],[590540,60617],[590524,60519],[607801,-13859],[620558,208156],[51617,-14994],[51521,-15077],[647355,229207],[647379,229087],[642847,250324],[642927,250462],[643184,354086],[643213,354230],[656394,-22424],[674950,-122775],[668042,-98107],[686624,-116152],[681664,-19523],[683072,-50087],[690587,253119],[687471,280367],[687474,280251],[695594,-77433],[691284,294980],[697844,310782],[697827,310903],[711340,-126333],[711323,-126211],[710404,-127765],[713025,-136290],[710393,-127902],[706140,-105262],[706140,-105127],[724722,-116049],[724722,-115914],[718017,-122437],[718033,-122303],[724701,-147942],[724699,-147817],[754251,-136614],[746955,-147444],[746965,-147320],[760865,-134536],[760900,-134658],[793710,-151189],[805915,-142503],[805977,-142375],[811853,-133155],[835911,-164537],[836746,-176320],[852333,-172356],[877889,-125787],[880609,-153844],[877497,-178663],[872265,-184771],[894742,-127818],[886459,-142907],[883332,-157996],[88090,-19126],[88190,-19166],[88630,-18710],[88757,-18666],[906030,-151289],[898890,337606],[898932,337755],[916732,336492],[916732,336627],[928062,324494],[928062,324629],[944706,291968],[944650,292044],[936136,301511],[936040,301630],[947883,-130864],[947913,-130720],[950251,-114923],[959942,135460],[959942,135595],[958512,243543],[958500,243671],[969652,-145542],[961388,192810],[961413,192956],[969074,216981],[969124,217129],[965356,275993],[965364,276133],[972745,281322],[964584,317814],[964532,317894],[970884,330112],[970884,330247],[962025,355415],[961996,355524],[967935,429711],[979951,-128303],[973311,177546],[973311,177681],[983014,275022],[983007,275155],[972829,281258],[979510,319260],[979492,319372],[980274,335176],[980322,335277],[981980,485129],[995407,-166346],[994645,291375],[994645,291510],[988649,317941],[988624,318057],[998267,315757],[998272,315884],[995422,314025],[993608,323777],[993634,323922],[994740,340585],[994771,340768],[992444,359159],[993125,365128],[992989,392643],[990842,485127],[996090,504888],[1008076,-165189],[1008041,-165076],[1005318,-155197],[1008270,-170695],[1008746,166053],[1008746,166188],[1003420,179177],[1003418,179307],[1002604,177331],[1002596,177460],[1008734,199110],[1008726,199237],[1010567,227252],[1010503,227310],[1005463,280806],[1005475,280935],[1005924,352688],[1005900,351457],[1000603,403777],[1000198,493884],[1021452,229327],[1021451,229461],[1013604,268087],[1013685,268276],[1020192,313967],[1023863,326351],[1016711,378762],[1017557,378520],[1023573,427394],[1014469,516851],[97251,-59916],[97364,-59904],[98132,-62019],[98033,-61956],[102374,-70745],[102084,-68211],[102017,-68220],[1031020,-174516],[1035757,146901],[1035791,147050],[1036346,141512],[1036326,141634],[1026559,155825],[1026578,155967],[1036394,361590],[1042842,-104612],[1048255,148089],[1048282,148234],[1043167,341211],[1043314,342779],[1043180,342782],[1039837,558826],[1061391,-153189],[1054335,-159998],[1056165,-110836],[1058973,154690],[1058973,154825],[1060779,335112],[1063459,297801],[1082891,-107045],[1100580,-100044],[1089999,369786],[1108568,-60065],[1110580,-69322],[1112838,540700],[1125800,-150951],[1115570,-82398],[1135097,-142826],[1131969,-58303],[1126720,-86963],[1133374,-84218],[1126751,-87760],[1128304,-88729],[1135065,-80503],[1128915,-111652],[1133222,539904],[1144707,-121172],[1147084,-2576],[1143630,-35170],[1145267,-26399],[1144800,-57498],[1140928,537237],[102450,-70787],[1155997,-30731],[1156300,-101932],[1156083,17343],[1161123,269173],[1152074,536171],[1168486,4364],[1165783,249165],[1168510,526548],[1178257,21132],[1185561,269520],[1188307,416235],[1184706,474418],[1181244,522154],[1192419,-16978],[1194667,11160],[1202112,51753],[1209237,275983],[1209226,275999],[1219374,163365],[1220230,206754],[1225706,216413],[1224062,35004],[1220836,37058],[1236362,13326],[1229569,306758],[1229935,306835],[1230922,30338],[1240007,74756],[1247350,-7417],[1249460,151569],[1248749,214771],[1252435,213833],[1250517,16056],[1242469,305165],[1246830,34079],[1246537,90066],[1242337,109802],[1263596,182451],[1262654,222955],[1266316,13377],[1260931,68558],[1264594,105546],[1272748,5576],[1273733,141980],[1271561,165477],[1269302,167378],[1271276,201957],[1275512,41841],[1275037,41992]] \ No newline at end of file diff --git a/src/gathering/a10053.json b/src/gathering/a10053.json new file mode 100644 index 0000000..147923c --- /dev/null +++ b/src/gathering/a10053.json @@ -0,0 +1 @@ +[[-125246,-171713],[-125300,-171711],[-116988,-168179],[-116918,-168235],[-127836,-212896],[-125980,-214307],[-125808,-214673],[-120532,-216417],[-120575,-216387],[-120578,-216654],[-120726,-226528],[-122492,-229982],[-125828,-218099],[-125525,-217914],[-123425,-224985],[-125926,-229005],[-125652,-229153],[-127777,-237382],[-127681,-237373],[-121177,-257684],[-119985,-16580],[-123702,-24960],[-126213,-15040],[-127687,-59072],[-117308,-98380],[-123265,19256],[-123180,19268],[-116159,30152],[-139776,-117033],[-139352,-148429],[-139414,-148188],[-133194,-153627],[-137215,-164079],[-134081,-215596],[-134208,-215833],[-136238,-225547],[-131057,-217517],[-131151,-217795],[-135619,-218663],[-135330,-218208],[-140294,-220895],[-139589,-221238],[-138099,-227237],[-136438,-234713],[-133891,-235042],[-129771,-236506],[-139285,-232261],[-136038,-231556],[-135713,-231717],[-140424,-242028],[-140095,-241875],[-133042,-239154],[-132995,-239704],[-128231,-237437],[-130381,-749],[-130368,-819],[-139097,-245034],[-139147,-244758],[-131895,-259684],[-131391,-259852],[-129367,-33382],[-132277,-30383],[-134946,-27527],[-134894,-27583],[-129586,-55832],[-133350,-70964],[-133424,-70989],[-130217,-79861],[-130389,-79677],[-130056,-99522],[-131687,-98104],[-131745,-98079],[-139835,-114631],[-153419,-115598],[-147824,-118699],[-146136,-151414],[-146659,-164070],[-153444,-167531],[-149374,-214562],[-145858,-212102],[-146004,-212416],[-143745,-217104],[-145694,-212426],[-145917,-212291],[-146279,-212479],[-145083,-208117],[-143395,-210413],[-145296,-209732],[-150154,-221014],[-140858,-220982],[-144243,-229050],[-145092,-226948],[-145372,-226953],[-143891,-219123],[-143812,-219273],[-144304,-218134],[-143958,-235592],[-143584,-237143],[-145986,-236941],[-144940,-239814],[-147369,-240961],[-153270,-242569],[-153375,-242452],[-147313,-245505],[-141331,-245909],[-141242,-245742],[-146850,-243521],[-143821,-247761],[-143697,-247974],[-146654,-244728],[-146476,-244536],[-145785,-249843],[-145050,-250698],[-145306,-250276],[-145849,-261504],[-149332,-62759],[-149415,-62686],[-149146,-63439],[-146148,-59155],[-148221,-70331],[-148159,-70359],[-145592,-93625],[-145522,-93571],[-148995,-102319],[-147503,14164],[-147507,14077],[-152018,35894],[-151853,34647],[-149483,39545],[-148054,41121],[-154027,-165946],[-155102,-161408],[-157233,-161031],[-162562,-168718],[-162624,-168746],[-162579,-168773],[-156373,-230328],[-165069,-252437],[-156288,-257075],[-155933,-256978],[-154513,-50594],[-155170,-54505],[-163513,-97635],[-159172,-99851],[-159160,-99934],[-159697,-110365],[-154109,-113986],[-155705,3950],[-159992,23666],[-164126,35451],[-160169,42475],[-160818,42905],[-158813,43677],[-161913,78984],[-167348,-115071],[-167269,-115084],[-177660,-122810],[-177686,-122671],[-179076,-138283],[-175851,-164283],[-169875,-184552],[-176645,-224207],[-177165,-224149],[-177538,-228984],[-170240,-112449],[-173682,20073],[-173678,20139],[-173807,22941],[-173781,22878],[-177629,25026],[-177645,24957],[-166666,25219],[-166687,25283],[-177853,23223],[-177773,23219],[-189679,-137746],[-189756,-137732],[-179652,-129349],[-185070,-146107],[-183455,-145562],[-184811,-150143],[-186274,-147005],[-185122,-141390],[-180813,-150887],[-183906,-155835],[-188685,-172757],[-188059,-173585],[-189061,-172932],[-191138,-175857],[-184485,-196268],[-187225,-215973],[-187232,-216027],[-179377,-227460],[-179618,-223340],[-180830,-224010],[-189367,-256960],[-190557,-57994],[-190600,-58040],[-190582,-57962],[-182769,-68108],[-182026,3429],[-181977,3408],[-180282,21038],[-180223,20982],[-185300,33144],[-185347,33169],[-187362,28995],[-187350,29050],[-188288,28987],[-188209,28967],[-188289,37982],[-188222,38026],[-189056,41537],[-188991,41512],[-202765,-121568],[-196775,-115254],[-200897,-133671],[-200899,-133712],[-193614,-148856],[-193101,-175517],[-198220,-177105],[-204528,-190893],[-204361,-190948],[-204417,-190934],[-204160,-190927],[-193814,-224576],[-193756,-224558],[-197171,-88944],[-194545,-95808],[-194595,-95789],[-201257,-112782],[-198518,-107117],[-202658,-108181],[-204641,-106014],[-194118,24560],[-203561,40119],[-195652,57543],[-196528,70836],[-195418,69331],[-198585,72337],[-202706,65435],[-202645,65449],[-204643,70335],[-204624,70398],[-212426,-115766],[-207899,-115625],[-207957,-131556],[-207979,-131491],[-209787,-144393],[-208057,-193963],[-208058,-194028],[-208034,-194073],[-206501,-192188],[-206594,-192190],[-208134,-248836],[-205233,-254586],[-205263,-254498],[-207337,-94979],[-205334,-102101],[-209459,-101546],[-211823,-90459],[-217552,-103288],[-217355,-103122],[-209587,-113429],[-209812,-113355],[-205198,71038],[-205129,71057],[-208554,76820],[-208483,76836],[-216139,68799],[-216143,68853],[-213931,75717],[-208258,78413],[-222073,-120283],[-222017,-120281],[-226043,-123237],[-225961,-123331],[-227762,-129104],[-221374,-131821],[-225140,-131081],[-222296,-150873],[-218527,-143379],[-220612,-147386],[-222701,-144078],[-227368,-143754],[-227878,-143865],[-227190,-157548],[-224062,-154925],[-225999,-153479],[-228213,-194738],[-228159,-194842],[-220433,-192703],[-217667,-232781],[-225703,-89177],[-225664,-86179],[-225800,-97950],[-219094,69301],[-219050,69282],[-229475,66883],[-229426,66930],[-226362,71296],[-223800,76583],[-221546,80494],[-220971,80699],[-227483,80025],[-234802,-137410],[-234831,-137630],[-234020,-140074],[-237998,-139629],[-233079,-131393],[-234324,-150022],[-234624,-162829],[-239152,-196601],[-239311,-196703],[-234204,-212387],[-232221,-211419],[-233083,62591],[-233127,62527],[-242541,58325],[-242589,58193],[-230652,58656],[-239758,65231],[-5831,-162283],[-3691,-161869],[-4209,-163138],[-3256,-164217],[-3428,-162657],[-2852,-98346],[-1628,-100311],[-246354,-147051],[-246165,-146890],[-246217,-146843],[-254060,68006],[-254075,68082],[-249226,76058],[-249246,76118],[-246382,74979],[-246334,74995],[-244584,79291],[-244528,79299],[-267488,-126398],[-267625,-117811],[-260458,-118695],[-263362,-239047],[-267510,-255207],[-267536,-255070],[-267576,-255203],[-262741,35837],[-263213,49915],[-259619,55847],[-260456,70473],[-260394,70503],[-262472,70922],[-262410,70966],[-265103,72387],[-265044,72400],[-277270,-119112],[-277155,-119125],[-277560,-144042],[-280808,-82785],[-269592,-90689],[-281223,39337],[-281306,39138],[-278540,61580],[-273756,55035],[-293256,-121147],[-286114,-149759],[-292332,-208996],[-288432,-227233],[-289008,-100339],[-289100,-100290],[-287207,-113237],[-285392,-112850],[-283001,22546],[-285147,13139],[-285081,13181],[-287871,35316],[-287438,41407],[-290284,48330],[-290350,48363],[-292373,45692],[-292315,45744],[-293536,45548],[-293529,45601],[-290515,52273],[-290507,52338],[-294027,60571],[-286987,60760],[-288637,72682],[-299162,-115122],[-300891,-127625],[-300390,-126171],[-300769,-128791],[-296260,-131900],[-298250,-137848],[-299226,-128447],[-300131,-159747],[-300485,-160687],[-301138,-210125],[-301120,-210212],[-301013,-210046],[-306319,-228020],[-305594,-4050],[-305561,-4118],[-306609,-7618],[-306563,-7663],[-303850,-92365],[-296692,-112289],[-295058,-107061],[-294851,35034],[-294824,35086],[-297101,34021],[-295484,48357],[-300114,49821],[-300557,49845],[-294367,56755],[-318018,-120698],[-313436,-143846],[-313549,-143350],[-316023,-157376],[-318360,-187035],[-316838,-220281],[-307699,-237181],[-319924,-89460],[-317674,-94481],[-317182,-109187],[-316186,-113300],[-309056,-103297],[-327733,-120000],[-327592,-149187],[-327951,-150138],[-324847,-156604],[-324790,-156614],[-324779,-156565],[-324881,-233081],[-331519,-69205],[-331455,-69251],[-322268,-100181],[-332127,21604],[-332113,21676],[-329844,27809],[-329848,27864],[-326220,31479],[-326239,31560],[-321943,41490],[-339534,-167323],[-336276,-63621],[-342897,-83379],[-334288,34039],[-334015,36635],[-342436,29390],[-342381,29411],[-334221,33049],[-336615,41386],[-336615,41320],[-350602,-170330],[-348295,-209924],[-348345,-209970],[-347491,-79622],[-352304,-92024],[-352370,-92101],[-345955,-92807],[-356980,7163],[-356909,7104],[-367191,-165813],[-365007,-190324],[-368464,-211285],[-366252,-63773],[-365227,-75390],[-366933,-66222],[-23229,-133456],[-379367,-170321],[-375007,-182309],[-381052,-184449],[-371685,-66400],[-380138,-88832],[-396429,-129363],[-388215,-203501],[-394675,-240236],[-394664,-240289],[-394607,-240228],[-394618,-240314],[-401318,-155645],[-408483,-202229],[-408339,-201969],[-403644,-101267],[-403650,-101191],[-405065,-106586],[-405025,-106711],[-415961,-225793],[-415961,-238593],[-428761,-200193],[-26045,-130711],[-102294,-154668],[-96432,-187600],[-96341,-187741],[-99890,-216281],[-99870,-216352],[-99712,-215826],[-107918,-124526],[-111721,-162994],[-114406,-155063],[-114347,-155088],[-111288,-169599],[-111301,-169648],[-105253,-23982],[-106675,-96576],[-107353,-98374],[-112101,28376],[136032,216427],[135928,216341],[192789,349722],[367650,-53614],[367907,-53638],[367853,-53781],[365885,-54080],[365075,-56818],[365226,-56839],[365171,-56592],[405071,663985],[93104,218534]] \ No newline at end of file diff --git a/src/gathering/a10055.json b/src/gathering/a10055.json new file mode 100644 index 0000000..ea27d13 --- /dev/null +++ b/src/gathering/a10055.json @@ -0,0 +1 @@ +[[-124554,-235818],[-124437,-235726],[-124704,-235933],[-121697,-85803],[-121644,-85929],[-116685,432386],[-135775,-36138],[-135743,-36030],[-148674,-42618],[-148562,-42541],[-156036,56564],[-155958,56666],[-177671,-233893],[-178618,-231950],[-178657,-232110],[-178777,-231543],[-179480,-238948],[-179604,-238982],[-179534,-238820],[-191314,60248],[-191406,60284],[-184219,127562],[-192386,-128720],[-192448,-128840],[-195354,-246645],[-195473,-246710],[-195226,-246670],[-212983,-238787],[-204838,47675],[-204967,47709],[-226088,-120054],[-226214,-120011],[-224371,59955],[-224434,59836],[-220913,65636],[-220959,65757],[-238858,-255497],[-242278,-266619],[-242402,-266664],[-242132,-266630],[-241481,259302],[-241631,259325],[-243344,103026],[-259205,71235],[-259110,71317],[-280568,-183481],[-280493,-183456],[-277855,-87622],[-286087,-110966],[-297309,-124999],[-297337,-124948],[-305490,-186042],[-305440,-186028],[-304557,-249265],[-304508,-249241],[-298151,303262],[-298274,303121],[-304855,503784],[-304782,503934],[-330804,-297353],[-330681,-303982],[-330617,-304054],[-332742,301049],[-322492,319679],[-331819,329839],[-331949,329954],[-336925,-117560],[-340985,-2563],[-341110,-2593],[-336995,-92192],[-337060,-92149],[-336747,-93767],[-336794,-93848],[-333176,-107295],[-333259,-107286],[-348648,-147352],[-345754,319768],[-354079,330204],[-381730,-154563],[-381769,-154627],[-387536,-168281],[-387626,-168332],[-422125,-189038],[-421944,-189013],[-415617,195291],[-415617,195348],[-432051,194014],[-432152,193993],[-438724,200219],[-438664,200094],[-510922,365714],[-518510,364376],[-518615,364292],[-523485,114835],[-523494,114755],[-574698,208419],[-574761,208545],[-47496,386587],[-71336,409068],[-71120,408977],[-84211,423094],[-84252,423213],[10689,295455],[144735,211460],[170261,328919],[204747,531313],[230573,553540],[230457,553468],[16237,524972],[16313,525037],[16248,525079],[16136,525042],[297361,-172050],[297462,-171949],[328392,597457],[328430,597331],[42371,382848],[42288,382946],[83325,277466],[97992,-119343],[98030,-119469]] \ No newline at end of file diff --git a/src/gathering/a10057.json b/src/gathering/a10057.json new file mode 100644 index 0000000..53cd85c --- /dev/null +++ b/src/gathering/a10057.json @@ -0,0 +1 @@ +[[-116644,-123350],[-115565,-123589],[-123758,-135007],[-121081,-129092],[-121015,-128988],[-116029,-143943],[-120564,-210348],[-127688,-228763],[-121195,-257776],[-123161,-99077],[-122555,-102879],[-116397,-113775],[-116430,-113859],[-132044,-123604],[-139535,-117026],[-138113,-115855],[-140411,-136825],[-138610,-133940],[-138358,-175360],[-140737,-201031],[-135141,-210746],[-137629,-207185],[-134892,-209054],[-138700,-223080],[-138603,-243003],[-133530,-254404],[-137544,-259808],[-139466,-76011],[-137710,-76217],[-138216,-74119],[-135138,-73110],[-133562,-75993],[-136493,-73777],[-140222,-65247],[-140599,-74129],[-140676,-74070],[-140404,-87553],[-140082,-89176],[-128993,-79858],[-132953,-82731],[-133248,-85597],[-134987,-87985],[-138321,-85280],[-134209,-84917],[-138523,-94799],[-134935,-89560],[-137063,-92779],[-136728,-94324],[-140013,-89429],[-131416,-89806],[-135342,-95214],[-134589,-99039],[-136854,-93767],[-137401,-112018],[-138457,-107788],[-130771,-108289],[-132980,-103526],[-140488,-114694],[-139903,31610],[-140220,30999],[-132314,32884],[-150839,-118187],[-142294,-121868],[-144177,-119300],[-147640,-118796],[-149754,-116979],[-150158,-115093],[-150130,-115090],[-143949,-124869],[-144830,-134015],[-151321,-137431],[-151588,-137121],[-140814,-136686],[-146945,-133992],[-147832,-135080],[-146101,-159544],[-149533,-162834],[-149547,-164363],[-141642,-168810],[-150486,-187855],[-151519,-192928],[-145879,-208310],[-144993,-208009],[-143318,-210483],[-143212,-210299],[-150585,-217077],[-153065,-219123],[-147154,-218875],[-147218,-218906],[-144415,-218143],[-142910,-242799],[-146446,-253251],[-146734,-253376],[-148074,-249113],[-141598,-264784],[-146813,-259638],[-145897,-261491],[-142804,-60921],[-146522,-58851],[-141173,-70522],[-141152,-70574],[-143229,-76631],[-143741,-84744],[-143243,-77027],[-145421,-101073],[-148678,-101719],[-142746,-94154],[-151317,-90447],[-153378,-96775],[-151698,-93884],[-151905,-90204],[-142089,-101194],[-142905,-96463],[-150679,-109380],[-145098,-112122],[-142803,-108839],[-147925,-113536],[-147495,-104515],[-147401,-104563],[-149131,-102225],[-144193,42248],[-143883,41446],[-163132,-116845],[-156983,-126493],[-162027,-127027],[-159293,-122979],[-161532,-122107],[-165348,-119864],[-163358,-119010],[-153807,-118033],[-157087,-134456],[-158409,-133168],[-158489,-133259],[-155751,-137818],[-159677,-130148],[-162390,-127876],[-158837,-130819],[-159766,-129919],[-162580,-157350],[-154849,-168097],[-160354,-186560],[-161996,-189388],[-161769,-190792],[-161314,-199416],[-161217,-199607],[-157475,-200635],[-157869,-200505],[-157415,-200979],[-162504,-195205],[-162193,-195263],[-162722,-195466],[-162382,-195558],[-155616,-197111],[-155425,-196962],[-164152,-201427],[-164027,-201866],[-159295,-228049],[-160680,-225955],[-160615,-225874],[-160911,-225969],[-159677,-241538],[-159685,-241647],[-158510,-234311],[-158752,-234333],[-162459,-238705],[-156310,-230323],[-160726,-250876],[-155265,-54339],[-161746,-68092],[-162996,-72256],[-154028,-85024],[-164828,-94868],[-166150,-99644],[-155546,-113213],[-158929,-112136],[-163232,-108060],[-159602,-110417],[-166205,-113408],[-164113,39629],[-164177,39728],[-163226,39694],[-156940,49348],[-156886,49389],[-156720,49064],[-155205,53433],[-155613,71408],[-159763,73755],[-170884,-127529],[-167572,-122462],[-167727,-124988],[-167234,-122679],[-172681,-117581],[-177289,-119004],[-177708,-122770],[-169616,-131869],[-169445,-129329],[-168150,-128364],[-175740,-164261],[-179101,-167371],[-167170,-178225],[-167150,-178164],[-171875,-178084],[-170005,-178082],[-170053,-178033],[-167300,-186179],[-173682,-199176],[-173367,-199010],[-173609,-198632],[-174229,-198930],[-177374,-202749],[-177796,-203020],[-176898,-202778],[-166442,-199189],[-167582,-193997],[-178328,-192938],[-176664,-205258],[-171459,-226533],[-170014,-239795],[-167631,-238786],[-168814,-242586],[-168978,-242805],[-178309,-251236],[-178456,-251326],[-167428,-65434],[-168431,-63808],[-178203,-82727],[-169877,-96599],[-167600,-94435],[-176001,-96092],[-172318,-111737],[-172112,-111912],[-170214,-112387],[-177525,-108390],[-176554,18279],[-176583,18209],[-170771,15218],[-170698,15220],[-173777,18420],[-173717,18459],[-172881,38726],[-172858,38651],[-168003,45962],[-167951,45894],[-172043,39980],[-171981,39979],[-168148,46112],[-172947,38722],[-177445,67108],[-177427,67033],[-177487,67148],[-178406,67372],[-178333,67352],[-178459,67414],[-182858,-115967],[-189377,-126186],[-190655,-123819],[-188208,-121554],[-191893,-117658],[-190431,-123970],[-190485,-123551],[-182424,-122304],[-189729,-131750],[-191952,-132001],[-191470,-128471],[-187285,-137480],[-187158,-137038],[-184985,-136468],[-187025,-136677],[-190027,-134414],[-189999,-134343],[-190232,-133486],[-189846,-131568],[-189019,-146968],[-191265,-159005],[-179281,-162669],[-184720,-167330],[-180729,-172957],[-180333,-166796],[-180788,-175818],[-185105,-202729],[-185084,-202850],[-189923,-200391],[-184400,-196249],[-185178,-224767],[-189300,-256923],[-189112,-256776],[-181532,-53900],[-191882,-62420],[-183461,-76254],[-186826,-68751],[-189728,-84879],[-182765,-89533],[-186213,-81263],[-181023,-106153],[-184595,37792],[-189071,32718],[-189071,32647],[-190583,45734],[-190602,46980],[-183266,44484],[-183184,44430],[-186704,62912],[-186634,62927],[-181661,52012],[-181599,51981],[-184769,62797],[-184845,62796],[-184810,62855],[-203704,-120973],[-202724,-121491],[-203934,-121685],[-194489,-115780],[-192584,-127008],[-194096,-133076],[-192488,-130534],[-199947,-128862],[-200371,-190749],[-196477,-193594],[-197905,-199875],[-196598,-198739],[-195777,-193618],[-196169,-193804],[-202955,-214935],[-203100,-214805],[-204124,-208114],[-204045,-207891],[-201950,-219218],[-199306,-221202],[-198978,-221383],[-199118,-221386],[-193651,-221691],[-204114,-66727],[-204067,-76060],[-204059,-75831],[-194887,-87196],[-203794,-79515],[-202754,-79687],[-203287,-82447],[-198279,-87431],[-203044,-109684],[-196763,-107267],[-196962,-110312],[-196616,-110489],[-196440,-114015],[-200698,-111475],[-197430,-104761],[-193734,32431],[-194936,32761],[-198767,38080],[-198747,38013],[-199445,52418],[-216822,-125916],[-216927,-125836],[-210044,-134399],[-211026,-139797],[-215207,-152931],[-209045,-145531],[-215936,-153869],[-212795,-153959],[-211934,-187698],[-208185,-190628],[-214349,-195669],[-211530,-198870],[-215593,-200262],[-206738,-193443],[-207611,-217123],[-209461,-214462],[-214675,-215552],[-208125,-211519],[-206504,-205086],[-210976,-206240],[-211297,-206326],[-211926,-205697],[-208574,-208260],[-208743,-208039],[-209658,-204694],[-213942,-217605],[-217315,-219639],[-208146,-248881],[-208149,-248614],[-213171,-82129],[-206218,-85355],[-209309,-80290],[-212210,-86501],[-211519,-98744],[-216329,-95005],[-212576,-112972],[-212528,-113228],[-215667,56927],[-215669,56850],[-216348,57086],[-216333,57013],[-212969,71319],[-212912,71359],[-218384,-123754],[-219270,-118150],[-229964,-118847],[-227877,-117205],[-230092,-118517],[-218388,-127945],[-225200,-131091],[-224765,-150019],[-222719,-142354],[-230172,-165841],[-227598,-175446],[-228906,-185553],[-219994,-185838],[-229170,-181494],[-228559,-181215],[-223486,-193823],[-220502,-192728],[-218882,-218710],[-218777,-222012],[-225674,-86236],[-229817,-90680],[-224042,-98592],[-226363,-106311],[-229059,-102348],[-226617,46208],[-226567,46149],[-219045,54675],[-219083,54610],[-236567,-119275],[-236537,-122704],[-231126,-122800],[-238916,-127976],[-231568,-131115],[-231733,-130711],[-233124,-131112],[-238203,-149586],[-242362,-163157],[-237666,-158229],[-233345,-170767],[-233124,-170804],[-237079,-177819],[-238982,-190273],[-232369,-211452],[-235670,-110011],[-236358,-104356],[-235479,49020],[-235448,48956],[-232257,47930],[-232261,47855],[-239099,54573],[-239076,54503],[-5479,-98874],[-6203,-100955],[-3604,-98025],[-4718,-105978],[-6174,-105047],[-5597,-104245],[-2292,-103350],[-7898,20782],[-7863,20717],[-7939,20669],[-7987,20732],[-7635,21107],[-7575,21155],[-250606,-120591],[-251555,-130312],[-250662,-143285],[-245571,-143860],[-249320,-165797],[-249290,-165507],[-246233,-178853],[-246205,-177238],[-246892,-185026],[-244526,-192553],[-244620,-192307],[-243853,-101117],[-263487,-238984],[-277222,-124136],[-279866,-10809],[-279791,-10820],[-273502,25162],[-273437,25146],[-278586,32089],[-278576,32161],[-286624,-145191],[-283588,-159858],[-284375,-164480],[-293748,-168044],[-286680,-7033],[-286748,-7063],[-286797,-9025],[-286871,-9037],[-287567,-18907],[-287505,-18867],[-293516,9487],[-293440,9480],[-282163,14836],[-282089,14814],[-285549,23092],[-285488,23136],[-284630,25363],[-284602,25434],[-286984,35768],[-291705,29657],[-291695,29583],[-282633,39977],[-282579,40032],[-288008,74834],[-300653,-136710],[-300639,-22915],[-300695,-22863],[-302355,-53423],[-302340,-53498],[-303724,35702],[-305183,36456],[-304909,36287],[-295100,34744],[-295025,34739],[-316226,-156100],[-317162,-156826],[-309762,-164164],[-311823,-190002],[-318406,-186972],[-313145,-5149],[-313073,-5156],[-315897,-34478],[-315972,-34489],[-310932,36891],[-308180,33747],[-308120,33704],[-316038,34123],[-315968,34119],[-318388,31178],[-318343,31116],[-326777,-187775],[-330386,-208258],[-331972,-10754],[-331921,-10811],[-323994,35650],[-323956,35713],[-328472,34208],[-328404,34227],[-330747,34646],[-330714,34580],[-321703,43495],[-343771,-3794],[-343695,-3784],[-341708,-8298],[-341662,-8360],[-336915,10946],[-337529,5633],[-337475,5580],[-342081,4407],[-342102,4477],[-342772,2047],[-342699,2070],[-342336,23194],[-342316,23123],[-340671,17999],[-340601,17968],[-339607,28915],[-339549,28869],[-334150,40428],[-350507,-170215],[-15798,14240],[-15726,14269],[-16185,13579],[-16162,13647],[-396326,-129271],[-391992,-138295],[-391788,-85521],[-415978,-225644],[-415978,-238444],[-428778,-200044],[-470086,90476],[-470309,90555],[-31310,11529],[-31343,11642],[-31144,12191],[-31425,11922],[-646504,-277918],[-102323,-154733],[-107943,-124459],[-113237,-130990],[-107232,-134448],[-112596,-134464],[-106012,-149317],[-105501,-149398],[-107915,-145718],[-106848,-177465],[-112999,-182707],[-113073,-101971],[-114072,22926],[-111068,21527],[-111070,21124],[-111605,27733],[5113,30379],[5135,30446],[24397,33895],[24428,33827],[24347,33786],[24305,33852],[37819,37642],[37845,37716],[399236,670737],[402963,669045],[48210,-98720],[46748,-97806],[47365,-97337],[47068,-98164],[46571,-98294],[63708,38268],[63770,38303],[73920,22545],[73950,22476],[73874,22445],[73829,22508],[66431,57855],[66471,57803],[66402,57742],[66347,57798],[68665,61769],[68717,61828],[67846,60838],[67881,60907],[67090,76394],[67111,76325],[67029,76289],[66994,76360],[68241,71120],[68318,71146],[68355,71069],[68269,71043],[67989,70878],[68038,70938],[79052,25220],[79105,25276],[84383,36847],[84436,36903],[79096,44505],[79103,44435],[79013,44426],[79000,44502],[93215,218543],[94328,28037],[94346,27965],[94258,27940],[94231,28013],[100511,28678],[100576,28713]] \ No newline at end of file diff --git a/src/gathering/a10059.json b/src/gathering/a10059.json new file mode 100644 index 0000000..4d6aede --- /dev/null +++ b/src/gathering/a10059.json @@ -0,0 +1 @@ +[[-121751,311495],[-132821,-22945],[-131911,-23585],[-131909,-20882],[-135593,-69226],[-139602,-74477],[-129113,301281],[-129054,301190],[-149282,-5989],[-149152,-5757],[-144615,1898],[-144650,1991],[-156337,-18937],[-156245,-18885],[-171638,-143756],[-178693,-231991],[-178895,-231466],[-169171,-23692],[-169105,-23606],[-179754,-125533],[-181906,-145787],[-181973,-145863],[-191334,-244167],[-191243,-244157],[-181935,304562],[-191512,47923],[-191567,48009],[-189332,52233],[-189230,52415],[-192837,-258181],[-192758,-258082],[-225874,-243218],[-226087,-243052],[-227302,57217],[-227253,57213],[-218204,52181],[-218239,52119],[-221156,65905],[-221048,65941],[-238912,-255400],[-231038,59088],[-231044,58990],[-247550,-47465],[-247597,-47408],[-247622,-47492],[-247654,-47437],[-286046,-7696],[-286112,-7631],[-290856,386852],[-290751,386810],[-306344,-6207],[-306410,-6152],[-305234,27848],[-305339,27854],[-304655,503742],[-309042,401411],[-325427,-289582],[-325372,-289549],[-327584,-304541],[-330139,-296006],[-330189,-296025],[-331399,-303205],[-325654,-98851],[-325608,-98881],[-348886,-206783],[-348929,-206808],[-356648,-238185],[-356663,-238255],[-356627,-238302],[-356607,-238229],[-390703,-172271],[-396241,-187895],[-394536,-240584],[-394474,-240673],[-390661,-87226],[-399681,341539],[-399594,341486],[-410791,489180],[-410693,489122],[-432191,-113191],[-440680,77981],[-440690,78017],[-440665,77946],[-441570,93757],[-441535,93667],[-468619,105851],[-468680,105854],[-489321,115869],[-489144,115764],[-510645,365795],[-510557,365738],[-547185,196440],[-547076,196408],[-594593,208970],[-661505,1683551],[-61353,398457],[-61277,398383],[-71448,409486],[-1055079,1473181],[-1055090,1473217],[-1055065,1473146],[-1055970,1488957],[-1055935,1488868],[-102291,422743],[9395,596565],[9360,596464],[128810,44870],[128885,44899],[160668,-145985],[160751,-145822],[165351,264524],[163479,317215],[178544,-122915],[178562,-122743],[173785,-137921],[173841,-137754],[167819,-156738],[167914,-156870],[171831,344267],[191090,-160179],[191052,-160009],[188978,-175018],[189017,-175475],[185449,413895],[188606,524039],[188590,524124],[220723,198537],[241444,565017],[241511,564950],[25546,-98015],[24397,-99623],[23311,-98906],[24793,-97425],[23433,-95914],[24236,-95339],[13774,288717],[256612,276863],[256705,276803],[297535,-172024],[297522,-172142],[306818,17432],[304309,16906],[310822,12556],[310876,12275],[327984,-94456],[328055,-94579],[339485,-181594],[339459,-181685],[25903,-97927],[29756,358026],[65764,323693],[65821,323621],[88758,158972],[88825,158963],[88580,159167],[93284,224783],[101537,48668],[103014,44679],[103016,44539],[115941,47312],[116191,50083]] \ No newline at end of file diff --git a/src/gathering/a10061.json b/src/gathering/a10061.json new file mode 100644 index 0000000..579fc92 --- /dev/null +++ b/src/gathering/a10061.json @@ -0,0 +1 @@ +[[-140065,-162882],[-130023,-66001],[-135485,-66005],[-132079,240232],[-132147,240312],[-133246,307106],[-140247,45507],[-138908,44917],[-136591,46234],[-145232,-164694],[-144467,47619],[-141334,51459],[-155733,-224420],[-155669,-224455],[-155980,-225039],[-163666,-20413],[-161181,-26449],[-161196,-26125],[-163728,-31576],[-165495,-30912],[-168476,-17353],[-168342,-17451],[-202432,-2042],[-202440,-2126],[-216035,-285569],[-205549,2578],[-205634,2631],[-205990,2490],[-205424,47644],[-205325,47611],[-222421,-287454],[-222775,58723],[-222850,58639],[-234815,-232782],[-234954,-233012],[-230870,593973],[-230975,593968],[-251620,17251],[-251611,17138],[-268672,95880],[-295767,28003],[-295669,27973],[-300766,95906],[-316081,-281222],[-317336,-276509],[-318273,310202],[-318400,310090],[-330420,-275144],[-322543,-275018],[-330631,180888],[-330670,180792],[-331024,343858],[-331100,343942],[-340955,-3456],[-340891,-3371],[-338255,326757],[-338382,326810],[-353572,183756],[-353603,183791],[-363727,-189345],[-363750,-189258],[-363795,-189373],[-365187,-182822],[-365104,-182783],[-365140,-182845],[-367533,-218548],[-367443,-218536],[-359074,191592],[-359065,191545],[-371803,333181],[-371900,333241],[-388626,-269395],[-391808,-82325],[-384221,210421],[-384314,210488],[-402890,-121934],[-402721,-122035],[-403634,-234265],[-407958,-23876],[-404875,-12857],[-404679,-12933],[-418424,-170477],[-418426,-170408],[-410376,-177989],[-410458,-177807],[-415385,-1649],[-415353,-1700],[-411441,-251081],[-411452,-251018],[-411347,-251085],[-424241,-212681],[-424252,-212618],[-424147,-212685],[-445402,-165428],[-445387,-165492],[-445503,-165443],[-542955,202092],[-542999,202193],[-50923,-163983],[-47371,386582],[-654594,-281152],[-654650,-281076],[-56849,-152982],[-56920,-150069],[-56653,-148400],[-56687,-147818],[-52123,-163828],[-51509,-164963],[-55649,-159804],[-55421,-157610],[-59289,-160181],[-57121,-158577],[-60553,-154756],[-58868,-154772],[-55622,-158260],[-58989,-160250],[-56489,-157304],[-52364,-163983],[-69038,410795],[-69069,410906],[7259,19869],[8433,19911],[5972,19701],[5667,17982],[4402,598682],[4420,598775],[129775,189453],[142947,324177],[169245,-164200],[161011,-163905],[160955,-163961],[159124,51850],[159044,51748],[166530,-161470],[175261,37714],[175137,37764],[173954,409506],[173305,73902],[173188,73967],[187154,-106335],[187107,-106175],[187022,353853],[182988,508136],[182854,508290],[188778,524393],[185018,68379],[184948,68496],[192877,-173163],[192923,-173034],[202884,147237],[202753,147278],[203772,210233],[203700,210317],[213788,205324],[218960,-97731],[218942,-97572],[252749,-172667],[252574,-172680],[13642,282165],[261938,-119615],[261827,-119638],[266887,-138462],[266804,-138353],[268167,-154576],[268043,-154501],[263844,-103388],[263736,-103489],[263722,-103374],[280261,-46635],[280154,-46704],[280181,-46609],[288833,-124798],[288703,-124754],[282119,-70629],[282263,-70656],[300065,-108055],[299931,-108049],[319592,406457],[319784,406766],[334385,-148838],[334259,-148780],[353023,-154877],[352922,-154782],[27315,522112],[27329,522002],[62704,412248],[62664,412325],[70966,325821],[80603,168626],[99043,53780],[98976,68612],[105111,61772],[104119,61649],[104104,61789],[107664,70651],[125948,30537],[125909,30671],[126061,83589],[125951,83623]] \ No newline at end of file diff --git a/src/gathering/a10063.json b/src/gathering/a10063.json new file mode 100644 index 0000000..957d712 --- /dev/null +++ b/src/gathering/a10063.json @@ -0,0 +1 @@ +[[-128055,-245129],[-127577,-245313],[-127585,-245429],[-118772,15938],[-118738,16015],[-116681,24039],[-116591,23970],[-125217,299689],[-125326,299734],[-123844,27514],[-123738,27507],[-128107,-245234],[-130314,-88438],[-130316,-88322],[-129755,-88968],[-129872,-88976],[-130201,-113043],[-130318,-113051],[-132132,40065],[-132113,40170],[-156767,49768],[-156683,49780],[-176772,-225716],[-176889,-225724],[-168633,-243701],[-168748,-243725],[-168676,-255301],[-168550,-255435],[-168568,-255319],[-168578,-255184],[-174411,-270526],[-174480,-270434],[-175243,83792],[-175154,83781],[-191623,-225097],[-191738,-225121],[-190026,-220984],[-189934,-220934],[-182377,290583],[-186331,51716],[-186420,51761],[-188240,75966],[-188319,75899],[-179742,98229],[-179647,98220],[-180106,105114],[-180218,105077],[-185166,113866],[-185169,113786],[-185126,113760],[-185115,113807],[-202276,-173725],[-202327,-173837],[-202236,-173845],[-202123,-173768],[-195969,-276528],[-195994,-276415],[-204009,-279222],[-203994,-279113],[-200779,60996],[-200715,61032],[-197905,128124],[-197803,128092],[-210135,-256830],[-210252,-256838],[-208688,-281327],[-208583,-281377],[-211789,-277964],[-211864,-278042],[-209490,142110],[-209378,142092],[-212147,90281],[-212231,90234],[-222524,268757],[-222639,268748],[-227938,79212],[-228026,79214],[-231461,-237731],[-231461,-237559],[-231449,-237505],[-231545,-237445],[-231717,-252048],[-231834,-252056],[-241241,258957],[-241277,258849],[-241207,258845],[-230541,590782],[-230494,590838],[-231888,594134],[-231986,594074],[-253491,-130891],[-253577,-130817],[-254809,-237840],[-254926,-237846],[-246584,-247227],[-246521,-247324],[-250444,201704],[-250561,201694],[-249819,202124],[-253178,210369],[-253281,210356],[-252606,56033],[-252669,56112],[-246598,123436],[-246485,123410],[-257955,65507],[-257867,65540],[-260299,80784],[-260201,80803],[-257271,111176],[-257184,111103],[-276403,73209],[-276501,73230],[-280962,84065],[-280967,83950],[-278172,110958],[-278161,110844],[-285551,77841],[-285654,77872],[-284585,103017],[-284658,102933],[-301921,-64994],[-301843,-64929],[-296409,505348],[-296376,505433],[-296334,505393],[-297812,514480],[-297928,514484],[-295367,512968],[-295420,512879],[-305259,53214],[-305235,53102],[-305120,59989],[-305164,59884],[-302168,89890],[-302059,89878],[-302113,105434],[-302020,105365],[-310666,-196647],[-310886,-199473],[-311247,-199137],[-311907,-198915],[-311936,-198880],[-316379,-277813],[-316450,-277834],[-318492,-279918],[-318615,-279873],[-318523,-280951],[-318572,-280955],[-318598,-42797],[-318659,-42782],[-317912,36780],[-317887,36882],[-316241,92016],[-316149,92072],[-313544,105184],[-313432,105211],[-320261,-282865],[-320297,-282814],[-326433,-281730],[-326545,-282198],[-325953,-285509],[-327716,-299900],[-330868,-298227],[-330509,-298233],[-327827,-304749],[-327619,-304264],[-326440,-23658],[-326483,-23677],[-323520,-32357],[-323494,-32356],[-326446,-89911],[-326287,-90053],[-332457,46127],[-332464,46208],[-332533,46202],[-332526,46151],[-322576,43869],[-322640,43956],[-344479,-77702],[-344453,-77750],[-336822,-92660],[-336923,-92514],[-346684,-217714],[-345731,-217473],[-353366,-234752],[-345873,-28763],[-354796,-94312],[-360491,-105358],[-360426,-105390],[-13464,8370],[-13519,8376],[-13387,8324],[-388241,-269087],[-388199,-268978],[-389146,-268826],[-392976,216170],[-393060,216089],[-391254,207715],[-391194,207813],[-399317,208292],[-399225,208361],[-397493,212652],[-397593,212610],[-418567,191222],[-418682,191220],[-417339,197882],[-417438,197890],[-410734,489374],[-410851,489370],[-434464,159743],[-434418,159849],[-429070,229868],[-429183,229874],[-436551,186506],[-436666,186502],[-445574,213346],[-445678,213356],[-437541,229905],[-437435,229931],[-447676,233226],[-447791,233223],[-450856,138644],[-450936,138564],[-450042,143632],[-450156,143659],[-36954,7092],[-36982,7147],[-562462,186369],[-562558,186355],[-573265,214781],[-573320,214856],[-593565,206929],[-593674,206968],[-598313,215220],[-598427,215239],[-610044,56034],[-610161,56042],[-607772,57522],[-607881,57493],[-613122,67645],[-615080,64034],[-615054,64145],[-617557,67064],[-617536,67169],[-673311,1687017],[-673266,1687126],[-55381,-152689],[-55303,-152604],[-57144,-149639],[-56701,-150755],[-55609,-155715],[-55588,-155840],[-55645,-157173],[-62730,-162897],[-62847,-162895],[-52080,179593],[-52197,179597],[-73939,-169000],[-73855,-168945],[-73891,-168895],[-73938,-168927],[-81411,-164822],[-81330,-164769],[-81363,-164716],[-81411,-164746],[-88775,326321],[-88874,326534],[-88881,326437],[-86084,327390],[-86102,327507],[-84179,418773],[-84288,418756],[-93187,269834],[-109038,-237662],[-109352,-237339],[12980,24246],[13048,24321],[13013,24356],[12970,24319],[5458,16410],[5343,16397],[8655,596837],[4973,598751],[4995,598650],[5048,598657],[142115,213386],[142001,213399],[174381,284449],[181838,331876],[189624,493982],[189592,494067],[188001,512951],[187871,513073],[204130,196159],[204022,196130],[204919,338464],[254818,295168],[254894,295208],[254868,295264],[254829,295245],[18964,22409],[18872,22477],[13529,24484],[13417,24452],[13031,288125],[12914,288117],[20048,495586],[16100,523924],[16109,523797],[15444,524193],[13676,600035],[13740,599992],[13776,600057],[13736,600081],[306261,411144],[306296,411255],[321472,595141],[321361,595163],[35805,258780],[35700,258800],[31866,355590],[63273,408542],[63365,408578],[63337,408633],[63287,408617],[75608,321222],[75493,321219],[69419,404353],[69302,404356],[75564,73178],[75460,73187],[75336,72500],[75336,72615],[83659,-123318],[83675,-123402],[83742,-123391],[83732,-123339],[80093,167714],[80071,93793],[91072,-121659],[90961,-121637],[91248,225966],[90825,74586],[90793,74639],[113658,200492],[121347,-1264],[121462,-1237]] \ No newline at end of file diff --git a/src/gathering/a10065.json b/src/gathering/a10065.json new file mode 100644 index 0000000..5584898 --- /dev/null +++ b/src/gathering/a10065.json @@ -0,0 +1 @@ +[[-128021,235073],[-128104,235217],[-133237,307371],[-133136,307272],[-128839,301269],[-128976,301315],[-140706,39917],[-140701,40054],[-151824,-243969],[-151688,-243920],[-147794,-43266],[-147752,-43132],[-146796,-72309],[-146839,-72349],[-142998,-76558],[-141217,-76230],[-140995,-76065],[-141041,-76100],[-142979,-76618],[-142900,32379],[-142767,32431],[-155086,50705],[-155008,50632],[-157583,56128],[-157496,56237],[-159186,60384],[-159052,60364],[-165735,66909],[-165642,67005],[-174821,-145454],[-177747,-270212],[-177797,-270296],[-183128,-130206],[-184237,-130847],[-191930,-250090],[-192451,-128719],[-197818,-251512],[-197802,-251596],[-197890,-251604],[-197852,-251536],[-192076,-250083],[-203193,65592],[-203060,65617],[-201956,68476],[-201830,68470],[-213866,-15125],[-213926,-15180],[-213827,-15204],[-214115,-15257],[-215504,54242],[-215577,54193],[-215859,55629],[-215991,55692],[-224499,338494],[-224541,338688],[-223934,53216],[-223986,53351],[-224829,71562],[-224771,71679],[-223773,80572],[-223081,80438],[-231932,-277335],[-233682,261653],[-233770,261645],[-240388,327220],[-240471,327330],[-235421,347661],[-235717,347573],[-5667,14314],[-5752,14432],[-253081,-179212],[-251618,119788],[-251525,119900],[-304975,68903],[-316731,-234695],[-316705,-234775],[-314209,-5398],[-314188,-5262],[-313028,2751],[-312935,2693],[-330657,37309],[-330590,37427],[-320534,415172],[-320664,415232],[-321532,46631],[-344405,33960],[-344359,33836],[-335161,94533],[-335068,94431],[-356251,-178284],[-356287,-178366],[-356198,-178265],[-346722,33828],[-346708,33699],[-365040,-188078],[-364923,-188086],[-360486,-218545],[-360556,-218453],[-25338,-135005],[-25404,-135010],[-25463,-135022],[-25252,-134498],[-24027,-131153],[-25328,-130877],[-24069,-133514],[-24509,-133379],[-383826,207021],[-371694,214209],[-371735,214339],[-383976,207139],[-376567,387713],[-396683,-98061],[-394006,-108083],[-384064,207023],[-401456,195327],[-401581,195395],[-404521,193424],[-404500,193531],[-406892,201781],[-406808,201887],[-419462,-228460],[-424303,-184269],[-424277,-184093],[-432189,-202862],[-432262,-202860],[-432215,-202921],[-422939,-229232],[-422896,-229185],[-33384,-134649],[-25634,-133436],[-503781,380543],[-503925,380558],[-546166,207333],[-546220,207468],[-565170,191347],[-565223,191471],[-573049,214806],[-572911,214802],[-60212,-154118],[-60450,-154123],[138706,42031],[138856,42046],[151306,37204],[151451,37244],[171206,-150471],[171014,-150423],[173963,409771],[174064,409672],[185587,284735],[199792,-147260],[199773,-147409],[200844,202990],[207239,-192495],[207074,-192363],[222113,-179120],[222006,-179124],[225165,-206096],[225040,-206059],[253651,-22020],[253799,-21994],[17733,513063],[17728,513083],[310807,12429],[310898,12319],[34324,254905],[34243,255026],[48872,205991],[48916,206061],[74271,159971],[70687,325472],[70644,325611],[79699,413515],[94791,217785],[102335,67788],[100172,67426],[102221,69785],[101244,79452],[116233,49949]] \ No newline at end of file diff --git a/src/gathering/a10067.json b/src/gathering/a10067.json new file mode 100644 index 0000000..092d4be --- /dev/null +++ b/src/gathering/a10067.json @@ -0,0 +1 @@ +[[-315888,314717],[-315979,314692],[-318915,311308],[-319149,311081],[-331545,302330],[-332027,302220],[-322973,314714],[-323621,314898],[-324069,310593],[-324092,310512],[-324840,313501],[-326085,311227],[-326700,312883],[-326800,312886],[-331172,312201],[-331502,312201],[-330377,326578],[-330770,327409],[-328422,322209],[-328512,322179],[-325687,322048],[-325859,321553],[-332796,324575],[-340598,303853],[-340684,303839],[-338276,314071],[-342962,317332],[-343041,317301],[-344448,315420],[-344268,313382],[-344361,313349],[-332898,324567],[-349147,307845],[-352330,311170],[-347954,316610],[-347918,316521],[-348086,318163],[-348181,318125],[-352532,322875],[-352627,322918],[-349933,322580],[-350159,322900],[-356039,325381],[-356135,325411],[-360180,320315],[-360875,329682],[-360966,329674],[-360632,326926],[-360787,327222],[98737,49128],[101234,47631],[101212,47709],[97882,53278],[99409,63055],[99402,63173],[99994,63797],[96562,58158],[99028,55470],[96488,55599],[99991,56153],[102232,58466],[101849,74264],[101769,66688],[102191,65432],[101807,69119],[101473,69753],[96690,70493],[96588,70548],[98628,75153],[98527,75099],[102273,81725],[112604,44156],[113199,44326],[111173,43684],[102915,39648],[103709,44210],[103014,45034],[113757,46108],[107933,46959],[108446,63454],[107673,60846],[107716,60633],[105239,70966],[105268,70654],[108532,68601],[107564,64863],[109200,65004],[104602,66291],[104260,66269],[114644,76401],[114807,76441],[105868,66762],[105800,66683],[102681,81390],[107833,79056],[107975,79079],[124628,41287],[124723,41342],[116753,45548],[116862,45627],[118918,44064],[118876,44153],[115291,46156],[124133,42455],[124050,42525],[116397,47458],[116308,47534],[122294,77452],[122957,78494]] \ No newline at end of file diff --git a/src/gathering/a10069.json b/src/gathering/a10069.json new file mode 100644 index 0000000..a20747b --- /dev/null +++ b/src/gathering/a10069.json @@ -0,0 +1 @@ +[[292974,-129310],[295739,-140244],[301637,-143192],[313893,-115803],[309923,-124638],[312319,-132972],[316031,-140581],[318012,-111185],[315628,-113074],[312737,-109265],[327426,-117478],[326464,-122588],[325707,-126393],[325404,-124868],[322596,-137126],[324236,-136691],[331675,-136177],[328835,-128897],[330699,-131697],[329577,-142496],[331894,-145858],[328433,-149363],[329566,-161842],[327739,-104515],[326979,-112593],[332027,-110400],[342800,-115759],[342102,-115426],[333876,-116539],[334159,-125006],[339828,-121114],[336711,-134523],[336261,-152921],[344318,-157144],[339412,-153535],[340201,-163414],[341984,-110205],[336652,-106106],[339631,-103887],[336922,-109768],[355438,-125609],[352077,-123587],[346564,-128178],[345617,-158229],[348034,-111387],[359244,-122077],[363444,-124925],[361853,-131894],[363661,-134162],[360244,-139225],[533409,133331],[538405,132660],[538370,132600],[550275,78886],[550185,78924],[542776,87143],[542707,87206],[547056,95182],[546984,95240],[547083,100809],[546992,100846],[543549,110335],[543461,110377],[547751,110925],[547659,110946],[538498,116600],[538422,116645],[545588,126291],[545577,126222],[548658,121942],[545796,120204],[545713,120227],[559765,130526],[559672,130555],[557368,80111],[557349,80048],[558155,85959],[558065,85999],[560059,94122],[560054,94051],[554954,92043],[552991,110744],[552908,110799],[560830,107037],[560753,107100],[557813,116500],[557780,116440],[551164,121661],[551075,121700],[568492,96243],[568404,96321],[567686,91816],[567592,91826],[570436,107447],[570407,107384],[574204,117084],[574182,117017],[579411,94195],[579337,94127],[584086,111570],[584057,111513],[1082665,436132],[1082437,436361],[1082150,441781],[1082435,441695],[1088878,441583],[1109540,453980],[1109322,453880],[1105489,454762],[1124772,458374],[1124159,457569],[1123987,457642],[1114227,450127],[1131556,421629],[1131749,421613],[1130007,434472],[1132765,439102],[1133381,452035],[1135913,461291],[1135777,461432],[1127074,469929],[1127322,469662],[1151456,-83703],[1143044,-81591],[1150247,-89657],[1150344,-89420],[1153035,-75473],[1158196,-73238],[1152674,-77539],[1157088,-93415],[1157325,-93397],[1165913,-64042],[1175961,-63913],[1172782,-75349],[1165390,-73113],[1174681,-66804],[1168510,-72226],[1174294,-85774],[1174118,-85697],[1170523,-99723],[1170470,-99865],[1166670,-102195],[1172921,-92112],[1166691,-93949],[1166354,-102168],[1177220,-107090]] \ No newline at end of file diff --git a/src/gathering/a10071.json b/src/gathering/a10071.json new file mode 100644 index 0000000..f2dd1a7 --- /dev/null +++ b/src/gathering/a10071.json @@ -0,0 +1 @@ +[[-332251,-135643],[-332348,-135626],[-326519,-140927],[-326536,-140831],[-325296,-145328],[-325384,-145290],[-327546,-150204],[-327603,-150287],[-330113,-146802],[-330712,-147035],[-337379,-152137],[-336931,-152754],[-336148,-150783],[-343508,-146478],[-344307,-143076],[-341577,-141103],[-341448,-141159],[-341587,-141284],[-336310,-153025],[-336088,-153002],[-336196,-153034],[-337553,-148333],[-344207,-160149],[-340804,-158782],[-341143,-155789],[-341706,-155238],[-336934,-158774],[-336174,-156836],[-336845,-154386],[-333730,-155211],[-333831,-155208],[-334819,-158043],[-334818,-158142],[-340985,-160430],[-340927,-160353],[-345448,-161545],[-345667,-161720],[-356511,-130277],[-356597,-130248],[-348174,-145424],[-347755,-147326],[-348464,-146603],[-348515,-148559],[-350599,-147753],[-357286,-143591],[-357274,-152474],[-349576,-147641],[-349192,-147061],[-353228,-143391],[-353256,-143297],[-350382,-161448],[-350396,-162295],[-351715,-159960],[-349961,-162183],[-351615,-162555],[-347465,-160309],[-345639,-160454],[-347122,-161289],[-357602,-157639],[-352737,-159948],[-348520,-156800],[-346678,-155438],[-348119,-162131],[-348034,-162092],[-347842,-159299],[-347749,-159310],[-351584,-161285],[-351673,-161245],[-351785,-161236],[-368319,-139599],[-363501,-134652],[-363509,-134561],[-362038,-142118],[-358426,-161005],[-363099,-160389],[-367232,-162361],[-380615,-151862],[-380566,-151865],[-377931,-160651],[-377908,-160721],[367767,35098],[367758,35044],[361115,51097],[361089,51045],[366491,50234],[366485,50177],[366160,59750],[366161,59639],[378629,19298],[375622,23555],[375575,23518],[377942,20214],[371762,32826],[371748,32772],[380300,29394],[380257,29383],[383969,50704],[373340,59681],[388986,22934],[388983,22987],[389222,29252],[389144,29325],[393685,26261],[386799,43328],[386797,43382],[387475,61767],[1002812,-18720],[1002680,-19024],[1010646,-12975],[1010690,-13039],[1023570,-21809],[1020713,-20842],[1020715,-20812],[1013725,-24324],[1036057,-14565],[1035752,-14730]] \ No newline at end of file diff --git a/src/gathering/a10073.json b/src/gathering/a10073.json new file mode 100644 index 0000000..c258138 --- /dev/null +++ b/src/gathering/a10073.json @@ -0,0 +1 @@ +[[-13566,-104554],[-13358,-104699],[-29370,-129844],[-29431,-129796],[-33494,-130160],[18813,-117550],[23911,-107791],[13274,-110803],[23008,-104769],[23782,-112265],[32214,-120103],[33462,-116963],[35223,-116601],[35545,-116664],[25669,-117255],[33592,-124040],[35154,-124577],[32112,-115560],[32058,-115722],[36342,-98328],[32458,-98001],[32964,-94657],[27821,-101911],[28322,-99784],[28249,-99737],[31979,-102091],[33615,-104910],[36617,-104001],[26551,-108849],[26548,-108758],[28691,-104172],[28615,-104117],[32038,-102165],[34229,-105447],[34319,-105535],[35789,-113975],[38118,-111878],[34041,-106299],[34059,-106213],[33878,-114777],[33901,-114864],[36615,-105836],[36540,-105818],[31786,-110227],[31858,-110190],[38641,-121902],[39049,-126543],[38849,-118615],[38776,-118593],[40864,-129094],[40240,-114589],[50287,-109361],[49807,-107326],[45254,-103004],[42014,-106607],[46925,-107319],[42091,-109173]] \ No newline at end of file diff --git a/src/gathering/a10075.json b/src/gathering/a10075.json new file mode 100644 index 0000000..950e302 --- /dev/null +++ b/src/gathering/a10075.json @@ -0,0 +1 @@ +[[-140407,-2559],[-143169,-2285],[-143874,-3761],[-142719,-1148],[-142443,-8299],[-146154,-7736],[-145095,-10202],[-143400,-8467],[-152988,-5440],[-153080,-5364],[-141546,-1131],[-141409,-1104],[-141587,-990],[-141546,-954],[-148323,-11662],[-148235,-11364],[-149973,-7769],[-150032,-7692],[-147162,-4905],[-145070,-252],[-145109,-138],[-162522,-11706],[-160947,-11323],[-160053,-8307],[-162555,-6330],[-162559,-6510],[-163023,-5527],[-163049,-4685],[-163577,-5920],[-160153,-6122],[-161887,-10130],[-161451,-5896],[-160604,-6829],[-160313,-9566],[-160299,-9757],[-156162,-12827],[-156814,-16855],[-157275,-18036],[-160545,-19281],[-166335,-21310],[-165942,-16004],[-162794,-14844],[-162597,-19867],[-156296,-17968],[-157542,-14032],[-160477,-21474],[-162813,-24207],[-162923,-24241],[-158015,-21212],[-157995,-21323],[-161591,-18333],[-157508,-18521],[-154977,-18265],[-155220,-18128],[-154529,-13997],[-158351,-19735],[-158503,-19868],[-158132,-14855],[-157428,-19143],[-161229,-17322],[-163715,-20659],[-163905,-20117],[-163994,-13747],[-164843,-28322],[-161940,-28845],[-164718,-30540],[-164283,-31450],[-165487,-30543],[-164791,-27252],[-163640,-27172],[-163372,-27141],[-161944,-30086],[-161198,-26758],[-164606,-25723],[-164706,-25678],[-166590,-24106],[-167540,-20379],[-166710,-17044],[-166935,-19905],[-169538,-21799],[-169424,-21914],[-168405,-24658],[-168515,-24647],[-166424,-27659],[-166551,-27098],[139674,34841],[133971,51031],[132423,48336],[137094,39730],[128317,62101],[129454,56154],[132770,54703],[140083,63618],[134209,72106],[135386,78508],[138719,86583],[134679,84764],[145525,132705],[145996,136907],[146636,132217],[142549,40113],[150701,63128],[149592,55958],[142350,58279],[148837,51404],[149208,66214],[150472,64406],[148323,71175],[147329,86589],[147309,93143],[140836,92153],[155284,134189],[156356,125838],[933600,-132889],[933664,-132785],[939695,-127505],[939781,-127416],[946427,-128415],[946531,-128387],[949077,-132435],[949179,-132390],[959079,-133736],[958978,-133644],[954646,-137407],[954730,-137316],[966975,-143113],[967089,-143089],[962439,-144298],[962553,-144330],[961162,-159226],[963951,-187409],[964050,-187337],[973590,-147675],[973703,-147646],[978207,-151910],[978318,-151881],[980972,-154628],[981058,-154546],[975024,-161736],[975112,-161655],[976205,-155302],[976234,-155176],[978365,-170035],[978474,-170002],[981415,-179496],[981512,-179423],[982233,-188574],[982326,-188494],[973388,-186411],[973484,-186360],[977086,-179853],[977169,-179937],[977922,-200200],[978010,-200117],[998678,-162864],[998777,-162792],[1008668,-160372],[1008752,-160291],[1006127,-171184],[1006239,-171144],[97802,51289],[97916,51277],[99595,42027],[101358,48679],[99146,58550],[99276,53778],[101594,53838],[101500,53732],[98851,68695],[102342,67937],[95686,71011],[97300,74255],[97241,74124],[102326,69782],[97330,79030],[97486,79025],[101335,79490],[104032,44413],[103944,44345],[112174,43711],[112221,43595],[113531,46757],[103162,44520],[103780,60501],[103728,60633],[106721,60694],[107166,60410],[107308,60385],[113680,59364],[109607,63931],[109723,63787],[104939,63667],[105532,65206],[105668,65161],[104418,67671],[104485,67549],[110982,69420],[112039,65350],[111619,69426],[110915,76810],[108523,78835],[113500,81282],[111293,87196],[107239,84547],[114819,78059],[114781,77935],[104267,78426],[104126,78468],[117037,59731],[119315,53884],[119364,58221],[118763,57428],[124415,63535],[125881,63976],[115796,74534],[115704,71695],[117888,75065],[120502,75450],[121385,77525],[120878,80953],[116404,80917],[124857,84768],[120453,93056]] \ No newline at end of file diff --git a/src/gathering/a10077.json b/src/gathering/a10077.json new file mode 100644 index 0000000..729df82 --- /dev/null +++ b/src/gathering/a10077.json @@ -0,0 +1 @@ +[[-226136,353703],[-267317,337781],[-269796,324122],[-272659,324088],[-331944,344912],[-332036,88662],[-331867,88738],[-338157,330857],[-336770,325810],[-339450,330646],[-341841,330547],[-335403,329736],[-335942,326679],[-343832,63718],[-344002,63789],[-344467,64937],[-337481,85820],[-337637,85880],[-333160,87964],[-333173,88091],[-333831,88887],[-333927,88934],[-341530,80365],[-341946,80389],[-341624,80375],[-341309,80807],[-336602,92332],[-336701,92242],[-336965,92585],[-334195,91528],[-334317,91465],[-358119,332688],[-356936,330303],[-358393,332899],[-345877,374356],[-352409,426764],[-352705,428623],[-350821,50743],[-350759,51281],[-350866,51329],[-346690,59810],[-346646,59909],[-346171,71741],[-346306,71667],[-346858,71118],[-346778,70266],[-346774,70141],[-346822,66682],[-346730,66687],[-359633,340271],[-360672,372700]] \ No newline at end of file diff --git a/src/gathering/a10079.json b/src/gathering/a10079.json new file mode 100644 index 0000000..53f424e --- /dev/null +++ b/src/gathering/a10079.json @@ -0,0 +1 @@ +[[561848,-62422],[561620,-62337],[556624,-77142],[556795,-77159],[571340,-62296],[571456,-62226],[567145,-56523],[567066,-56502],[571224,-67952],[573748,-69884],[570161,-75561],[570251,-75488],[572494,-76157],[572515,-76091],[574956,-72736],[574951,-72840],[566673,-78783],[574729,-82821],[574883,-82732],[573485,-87756],[566651,-78633],[572680,-90880],[573507,-92416],[572163,-90977],[573507,-91126],[585111,-86535],[585236,-86631],[581940,-93294],[582076,-93211],[579404,-90940],[578351,-95324],[55329,49656],[61624,49272],[62340,43681],[62681,39329],[62593,39433],[56383,50966],[62411,50639],[61252,40631],[62433,42145],[54881,47062],[52628,47697],[57029,49853],[52780,47356],[54434,49655],[55536,52027],[55340,52003],[64473,36165],[72087,37665],[68185,37901],[68978,39002],[72152,44991],[69716,49386],[70589,42739],[67837,43298],[67542,43996],[69906,47213],[66038,50819],[68582,49291],[67427,45729],[69227,45232],[69309,40983],[64292,39424],[65935,51296],[68674,50258],[67178,47337],[67199,47642],[70122,45437],[69005,44243],[69127,44658],[71736,43065],[67815,52543],[67705,52530]] \ No newline at end of file diff --git a/src/gathering/a10081.json b/src/gathering/a10081.json new file mode 100644 index 0000000..f851997 --- /dev/null +++ b/src/gathering/a10081.json @@ -0,0 +1 @@ +[[-1376649,1138240],[-1373504,1141856],[-1373454,1141928],[-122261,-146987],[-122538,-147047],[-122058,-147258],[-118580,-172004],[-118535,-171929],[-135496,-140837],[-135229,-140826],[-136224,-140620],[-140057,-152165],[-140411,-159633],[-140001,-158539],[-132425,-174779],[-132513,-174791],[-137267,-73075],[-137420,-73279],[-134355,-75047],[-134496,-75088],[-129755,-73854],[-131623,-65061],[-131516,-64985],[-136819,-67338],[-135637,-69909],[-139382,-69192],[-139610,-74356],[-133758,-87895],[-133617,-87974],[-136818,-81362],[-136588,-81478],[-134441,-83488],[-137558,-87318],[-137458,-87382],[-140788,-87416],[-139113,-88338],[-139231,-88188],[-139891,-88759],[-138844,-89102],[-138787,-89291],[-131113,-80652],[-130426,-80073],[-128771,241360],[-128767,241448],[-131724,243518],[-131638,243535],[-144989,-120663],[-145104,-120646],[-144517,-120653],[-141818,-144379],[-141800,-144314],[-141352,-141244],[-141328,-141666],[-150471,-151697],[-150404,-151640],[-142817,-148614],[-152252,-159276],[-150946,-162031],[-150897,-162093],[-150719,-160444],[-150786,-160561],[-150583,-160442],[-150656,-161487],[-150296,-161691],[-146524,-160417],[-145851,-161091],[-143567,-163245],[-143638,-163244],[-141141,-163751],[-141227,-163816],[-141492,-159089],[-141354,-159172],[-143114,-158631],[-143040,-158639],[-142715,-158130],[-144847,-159270],[-144672,-159642],[-142906,-157495],[-144353,-157839],[-144309,-157784],[-144243,-157921],[-143445,-161163],[-143618,-161280],[-142928,-164415],[-142806,-164476],[-142725,-157187],[-145279,-164605],[-145642,-163655],[-145667,-163516],[-141957,-158893],[-141009,-158958],[-144652,-156857],[-144677,-156942],[-142627,-154075],[-142537,-154125],[-151285,-22794],[-151372,-22789],[-150209,-32938],[-150243,-33017],[-141367,-51276],[-141434,-51220],[-140849,-87461],[-140815,-87763],[-146024,29297],[-145955,29244],[-150311,33958],[-150252,33896],[-147916,49819],[-147924,49906],[-155983,-135029],[-155843,-135338],[-156087,-135357],[-154694,-159181],[-154728,-159219],[-154598,-160989],[-154539,-160961],[-155729,-172233],[-155547,-172322],[-163766,-12218],[-163748,-12303],[-161810,-6317],[-161892,-6347],[-163599,-31363],[-163686,-31351],[-159815,-31871],[-159791,-31954],[-154773,-40967],[-154796,-41050],[-164364,-57771],[-158027,4412],[-158099,4463],[-157757,13984],[-157705,13913],[-154480,13387],[-154541,13328],[-157381,26654],[-157301,26618],[-157507,50705],[-157547,50627],[-162967,57996],[-163005,57919],[-161385,74431],[-161319,74376],[-166978,-162873],[-167124,-162693],[-178715,-35375],[-178801,-35377],[-177137,-74488],[-177093,-74412],[-176246,53011],[-176189,52944],[-171792,67133],[-171779,67048],[-188575,-69078],[-188883,-69423],[-188439,50257],[-188422,50174],[-180663,54983],[-180634,55065],[-191594,54630],[-191509,54610],[-202330,-35210],[-202309,-35295],[-193229,-65344],[-193209,-65416],[-193099,-65298],[-196129,-106079],[-198945,33587],[-198863,33612],[-204280,31335],[-204258,31251],[-207423,-139735],[-207351,-139685],[-215754,-150925],[-215639,-150820],[-208430,-146500],[-208343,-146503],[-217230,-190433],[-210423,-81597],[-210421,-81510],[-210885,-96344],[-210952,-96294],[-216300,16508],[-216237,16447],[-226776,-131236],[-226746,-131156],[-225042,-244808],[-225047,-244721],[-228683,-245672],[-219924,-34478],[-219991,-34535],[-229077,-41455],[-228992,-41432],[-221391,-51811],[-221473,-51780],[-218856,-53342],[-218805,-53410],[-217917,-51366],[-217831,-51352],[-224026,-106472],[-218196,-107701],[-218278,-107688],[-225378,22818],[-225298,22785],[-228342,20053],[-228304,19974],[-222084,42757],[-222000,42731],[-226572,54229],[-226486,54235],[-239617,-116154],[-239573,-116078],[-233070,-120780],[-233175,-120933],[-230950,-123115],[-231676,-125453],[-242160,-248109],[-242247,-248087],[-236220,-253661],[-236301,-253962],[-237646,-253048],[-238228,-91944],[-238035,-91922],[-241723,-96803],[-241656,-96716],[-234504,-113021],[-234610,-112870],[-242057,207101],[-242133,207183],[-242143,207105],[-242204,207036],[-234239,22796],[-234288,22869],[-236144,277950],[-236071,277996],[-233782,32392],[-233721,32329],[-237345,64018],[-237324,63935],[-240635,78526],[-240550,78524],[-5005,23033],[-4957,23107],[-45,27201],[-146,27221],[-110,27150],[-120,27055],[-249884,-125932],[-250053,-125975],[-250760,-120320],[-252312,-150467],[-250743,-150905],[-250639,-150911],[-245700,203300],[-245763,203356],[-255419,203704],[-255384,203762],[-254053,75735],[-253978,75780],[-266618,-132718],[-266718,-132685],[-266698,-132753],[-266727,-132841],[-263065,36090],[-262979,36110],[-266966,34954],[-266964,34870],[-271491,-137092],[-271584,-137035],[-271578,-137107],[-271624,-137185],[-274112,32370],[-274100,32457],[-281245,37379],[-281174,37427],[-293705,-127666],[-293713,-127779],[-293652,-127741],[-293554,-127751],[-285146,-152426],[-285101,-152354],[-293265,-155083],[-293358,-155013],[-293351,-155091],[-293396,-155162],[-294212,-174932],[-294308,-174867],[-294293,-174944],[-294332,-175025],[-283265,-177163],[-283338,-177069],[-283353,-177153],[-283420,-177220],[-284434,-167921],[-284386,-167847],[-294331,-182477],[-294210,-182469],[-294263,-182413],[-294258,-182317],[-283575,-182980],[-283642,-183037],[-282984,-189205],[-283084,-189148],[-283068,-189229],[-283105,-189317],[-285941,-248481],[-285913,-248367],[-285984,-248417],[-286078,-248412],[-293110,39246],[-293024,39261],[-295002,-128687],[-294980,-128603],[-296743,-160485],[-296845,-160449],[-296821,-160523],[-296849,-160611],[-294448,-184669],[-294558,-184638],[-294524,-184707],[-294539,-184796],[-301827,-192604],[-301872,-192701],[-301800,-192685],[-301712,-192719],[-297941,-197799],[-297898,-197727],[-302206,-265879],[-302095,-265901],[-302134,-265835],[-302113,-265740],[-304887,-261365],[-304895,-261254],[-304953,-261314],[-305048,-261329],[-304091,25612],[-304174,25583],[-305468,18371],[-305547,18410],[-300931,505050],[-300871,505114],[-294610,510774],[-305744,516648],[-305692,516718],[-303876,515236],[-303952,515280],[-309334,-195796],[-309433,-195731],[-309404,-195803],[-309423,-195893],[-310951,-197324],[-311000,-197250],[-309854,-197688],[-309977,-197837],[-309962,-197938],[-310009,-197998],[-307770,-241668],[-307718,-241602],[-310977,512651],[-310942,512731],[-325132,-271854],[-325086,-271740],[-325164,-271778],[-325256,-271754],[-322757,-275300],[-322715,-275224],[-324182,11526],[-324123,11590],[-335317,-1154],[-335230,-1153],[-333029,171804],[-332993,171883],[-348988,-237790],[-349076,-237748],[-349046,-237823],[-349057,-237914],[-355719,-275337],[-355686,-275225],[-355762,-275266],[-355856,-275248],[-346929,-276905],[-346877,-276839],[-360205,-220096],[-360279,-220013],[-360280,-220098],[-360330,-220174],[-359038,-272633],[-359098,-272532],[-359124,-272612],[-359201,-272665],[-13741,22496],[-13690,22567],[-13824,20816],[-13784,20894],[-372958,-244312],[-372909,-244242],[-371523,220163],[-371617,220111],[-385333,231418],[-385286,231492],[-414566,495805],[-414492,495763],[-417401,495309],[-417336,495250],[-438452,188787],[-438404,188667],[-438371,188747],[-438281,188783],[-443232,191693],[-443178,191760],[-435933,207803],[-435891,207879],[-439679,210485],[-439635,210561],[-448594,191954],[-448556,192033],[-452019,185431],[-451979,185496],[-496823,375234],[-496759,375360],[-36128,-159198],[-36096,-159119],[-30807,-109618],[-30911,-109568],[-30889,-109647],[-30919,-109737],[-506275,397959],[-506357,397990],[-523833,66911],[-523811,66993],[-531742,75850],[-531849,75840],[-531798,75784],[-531789,75688],[-528340,73153],[-528293,73227],[-532692,72113],[-532653,72190],[-535860,72220],[-535806,72289],[-527734,67778],[-527694,67855],[-528704,79456],[-528654,79528],[-528336,82186],[-528331,82274],[-544490,196057],[-544450,196135],[-546041,200214],[-546019,200298],[-556653,194286],[-556654,194199],[-565431,189375],[-565364,189429],[-590256,208928],[-590217,208983],[-589735,210702],[-589653,210706],[-592565,213873],[-592683,213898],[-614005,62836],[-614104,62884],[-614082,62805],[-612261,60284],[-612188,60330],[-602694,56788],[-602671,56872],[-613406,64301],[-613339,64353],[-614757,55462],[-614706,55530],[-43919,-163410],[-44009,-163337],[-44006,-163419],[-44057,-163498],[-51211,-103504],[-51162,-103435],[-650534,-163475],[-652354,-175459],[-649326,-270924],[-649286,-270847],[-648875,-284500],[-648822,-284504],[-655885,-174489],[-653158,-284151],[-653152,-284065],[-61001,-134551],[-60961,-134477],[-56355,-155391],[-56467,-155554],[-54546,177107],[-54494,177177],[-53480,178856],[-53438,178933],[-52117,182495],[-52072,182570],[-66937,-117803],[-66889,-117730],[-71636,-115135],[-71584,-115064],[-104522,422568],[-104616,422482],[3119,293035],[4020,32142],[3963,32226],[3938,32151],[3864,32091],[380,27323],[343,27389],[130060,288501],[137606,291785],[131078,306969],[135428,355587],[135473,355662],[130814,353658],[128885,346381],[145304,208049],[143719,294828],[149376,357163],[149409,357237],[161248,306767],[175542,-139050],[175553,-139191],[171244,-141557],[171183,-141697],[174468,-166075],[174384,-166186],[172406,289073],[172345,289154],[172332,289074],[172273,289001],[172234,351950],[172278,352026],[182729,-124469],[182722,-124582],[190600,-136754],[190472,-136757],[180117,-131921],[180053,-132059],[181828,-149383],[181770,-149524],[186222,-143818],[186184,-143961],[185493,286484],[185547,286550],[179336,347592],[179244,347659],[179251,347579],[179206,347496],[187085,497840],[187156,497748],[187166,497839],[187220,497916],[182076,493300],[182252,493378],[190344,494128],[190414,494080],[183951,500673],[183971,500544],[184022,500621],[184111,500652],[203875,-116019],[203834,-116136],[196372,-132395],[196344,-132522],[197593,-143584],[197594,-143713],[200284,-169961],[200369,-170060],[196195,-178797],[196098,-178886],[192397,-101899],[192245,-101883],[204174,-90806],[204116,-90947],[195036,306047],[194944,306114],[194951,306036],[194904,305956],[200099,314415],[200160,314475],[200345,342478],[200375,342558],[192491,496960],[192562,497010],[210586,-128053],[210487,-128163],[210483,-149680],[210335,-149663],[212920,-151257],[212864,-151398],[206733,-160426],[206581,-160426],[208788,-167986],[208760,-168126],[206316,-176886],[206288,-177026],[206699,-177664],[206672,-177804],[205661,-100658],[205619,-100801],[215991,198536],[205624,208712],[209500,331143],[209398,331197],[209416,331117],[209381,331028],[235632,-165894],[243194,-22353],[255190,-11862],[254965,-9876],[253823,-10637],[252978,-10381],[253870,-9662],[251404,-12423],[249849,-8460],[248226,-8052],[253903,-10587],[254113,-4786],[246424,-2183],[245637,-3208],[249352,-9715],[251300,-19156],[251394,-18866],[244162,-19577],[250377,-12600],[255212,-22227],[246168,-26074],[253266,-26171],[255716,-27639],[249330,1082],[246308,1025],[18982,-166904],[19008,-166827],[21435,209540],[21764,519070],[21784,518955],[21834,519030],[21919,519068],[21483,517947],[21466,517821],[21536,517874],[21631,517872],[256561,-10270],[258125,-9298],[256745,-6623],[261242,-7819],[258950,-9544],[267249,-8149],[267230,-9520],[266291,-9843],[267340,-10458],[256375,-13094],[260066,-20404],[265112,-24992],[268391,-18078],[265466,-24427],[262428,-24025],[261851,-23664],[260920,-14655],[258830,-14252],[264717,-13990],[259746,-25174],[266706,-25888],[264256,-28573],[262193,-28806],[262665,-27173],[265445,-27499],[257005,-28221],[259796,-27489],[259808,-25844],[262946,298615],[263030,298641],[269747,-10529],[269117,-12349],[275713,-12493],[275143,-11836],[272133,-10486],[271223,-11049],[272161,-24496],[268862,-24916],[275074,-22663],[277707,-19117],[277724,-19199],[277089,-14696],[269309,-18362],[272297,-19393],[271901,-20396],[270809,-22241],[269856,-21595],[271441,-17907],[271523,-16516],[278795,-25782],[280126,-27350],[277431,-31409],[273551,-34525],[271928,-33170],[271047,-31656],[270793,-30643],[271327,-26553],[269771,-27187],[305136,411828],[305202,411771],[327990,597586],[328024,597666],[341861,619451],[341784,619537],[341774,619456],[341711,619384],[26042,36795],[26113,36846],[29698,33632],[29799,33577],[29781,33654],[29813,33738],[30487,34008],[30389,34048],[30408,33974],[30374,33887],[43402,205965],[38917,365360],[57981,-96169],[57878,-96117],[57899,-96196],[57867,-96286],[57854,-92343],[57910,-92275],[60380,11138],[60275,11181],[60311,11112],[60300,11028],[59027,10401],[59054,10476],[61968,62089],[62022,62031],[61721,61689],[61768,61763],[61898,75753],[61825,75824],[61823,75743],[61772,75662],[61606,106828],[61495,106853],[61546,106794],[61551,106714],[58070,112190],[57970,112247],[57988,112166],[57953,112078],[58349,121195],[58248,121250],[58267,121170],[58233,121081],[58803,120436],[58878,120390],[76395,160483],[76429,160551],[76116,328641],[65479,61335],[65510,61417],[66555,100196],[66602,100270],[74001,99352],[73902,99407],[73919,99326],[73883,99238],[86931,-52035],[86975,-51959],[86199,-76287],[86093,-76250],[86123,-76327],[86102,-76420],[89279,-78430],[89361,-78462],[81951,243181],[81872,243217],[81884,243143],[81851,243054],[97590,-119214],[97624,-119134],[100438,-63753],[90026,-59358],[90063,-59279],[93595,-55627],[93590,-55540],[93646,-56386],[93645,-56299],[95952,-53252],[95967,-53337],[100391,-63826],[100393,-66005],[100369,-66088],[98632,-69203],[98614,-69117],[101341,-71965],[101307,-72045],[102272,-91252],[102309,-91173],[103081,-72077],[103022,-71981],[103002,-72059],[102932,-72120],[111461,-97349],[111384,-97263],[111374,-97344],[111311,-97416],[103528,159619],[103339,161361],[122397,199219],[118178,291483],[118087,291544],[118121,291473],[118111,291398],[126121,284856],[126153,284937],[123871,330702],[123766,330746],[123795,330668],[123774,330576],[118380,337182],[118402,337265],[126631,344515]] \ No newline at end of file diff --git a/src/gathering/a10083.json b/src/gathering/a10083.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/a10083.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/a10085.json b/src/gathering/a10085.json new file mode 100644 index 0000000..f2154d8 --- /dev/null +++ b/src/gathering/a10085.json @@ -0,0 +1 @@ +[[-124542,299697],[-124507,299821],[-128376,303056],[-128458,303159],[-182537,290530],[-182428,290436],[-244287,206751],[-244191,206859],[-254026,209161],[-254138,209175],[-294557,510634],[-294704,510700],[-300502,515250],[-300592,515342],[-311146,512753],[-311235,512611],[-329825,146613],[-329883,146659],[-337639,169845],[-337677,169826],[-362258,180306],[-362207,180331],[-370068,223188],[-369989,223172],[-383725,176256],[-383571,176493],[-383608,176442],[-379474,175674],[-379522,175617],[-378340,175676],[-375164,176223],[-375157,176293],[-376178,176373],[-407174,212564],[-407241,212598],[-406301,213196],[-406227,213157],[-421449,191240],[-421536,191307],[-416519,199084],[-416477,199028],[-412054,494942],[-412086,494880],[-412141,494751],[-412187,494848],[-430083,210963],[-430099,211036],[-429315,210603],[-431108,211509],[-484472,124534],[-484408,124487],[-485442,122588],[-484143,124274],[-491183,97415],[-491243,97436],[-491434,97807],[-490441,98362],[-491461,96667],[-491510,96662],[-491403,97223],[-508761,390756],[-508823,390851],[-508814,390878],[-508804,390933],[-525925,76937],[-525859,76954],[-526146,76552],[-526171,76587],[-555110,211000],[-555041,211151],[-563813,196822],[-563979,196945],[-591111,209509],[-591201,209571],[-595382,218498],[-595483,218581],[-651518,-267688],[-651653,-267695],[-645308,-282179],[-645388,-282072],[-653480,-286757],[-653578,-286359],[-673303,1686342],[-673179,1686307],[-51276,179921],[-51405,179874],[-93376,264487],[-93499,264412],[-93301,269894],[-93087,269793],[131734,201307],[131633,201391],[132663,283816],[132747,283717],[128122,351717],[128056,351795],[151521,294054],[150515,294673],[150993,363378],[151082,363434],[151107,363425],[151160,363408],[155965,146775],[154298,146453],[178252,150887],[170531,149781],[168804,148974],[189942,151588],[189162,151736],[186605,151290],[182201,151323],[179359,150721],[193517,152905],[194309,154302],[201515,156905],[203046,156986],[204617,157581],[205285,158007],[207731,157784],[209082,159310],[212376,158850],[213704,159124],[214298,158422],[216087,158005],[217414,157118],[213737,159558],[207900,208431],[207837,208543],[207137,303258],[207213,303280],[207235,303239],[207295,303270],[214584,325575],[214541,325684],[252720,48794],[253199,47300],[252699,48050],[255138,44797],[250351,54639],[250797,54333],[14453,297019],[14357,297107],[266096,298488],[266011,298588],[259933,37946],[259643,37298],[259740,36271],[260473,36255],[261561,35700],[261276,35006],[262701,35469],[262438,37202],[264724,37639],[265251,37279],[266708,38023],[265479,34418],[258754,48706],[258571,47923],[256817,46273],[256106,44444],[257023,44236],[257413,46063],[259044,42345],[260500,41761],[258256,40658],[257846,39428],[259788,41201],[272985,31877],[270974,34217],[271973,36496],[272109,36776],[273284,36630],[273511,34326],[272174,34836],[276404,34253],[278697,32228],[282485,31147],[283725,30187],[40276,198488],[40161,198562],[47601,364191],[47539,364297],[74682,415931],[74570,416013],[80126,275106],[77119,318622],[77110,318684],[120290,320373],[120158,320415]] \ No newline at end of file diff --git a/src/gathering/a10087.json b/src/gathering/a10087.json new file mode 100644 index 0000000..32a70a8 --- /dev/null +++ b/src/gathering/a10087.json @@ -0,0 +1 @@ +[[-177438,-140477],[-177480,-140500],[-177042,-137427],[-173645,-139679],[-175955,-137602],[-177952,-137521],[-181083,-124857],[-180940,-126598],[-183998,-136741],[-188861,-133067],[-181649,-129631],[-181468,-129762],[-179982,-136260],[-181365,-137770],[-183298,-137123],[-180763,-130717],[-190916,-131390],[-187776,-132850],[-187875,-134338],[-181697,-142554],[-181230,-142200],[-181116,-141469],[-182878,-146420],[-182797,-146357],[-184043,-151034],[-180711,-149310],[-183562,-154822],[-183582,-154772],[-182122,-153520],[-185952,-156573],[128720,25608],[128717,25406],[128767,25439],[128831,25538],[134027,26323],[133899,26329],[102004,6311],[101915,6386],[92164,4751],[92110,4863],[94434,7329],[94352,7419],[91174,12576],[91111,12681],[100095,29269],[100011,29356],[101984,49807],[102097,49843],[109592,-5000],[109538,-4889],[108157,-2741],[108085,-2638],[105539,-9548],[105448,-9467],[111125,-12586],[111007,-12576],[113296,-541],[113244,-586],[114575,-17565],[114490,-17389],[114435,-17454],[114438,-17575],[108046,17493],[108016,17608],[110666,20629],[110576,20701],[112808,15828],[112740,15906],[104009,23356],[103954,23452],[114033,34598],[113835,34588],[113855,34532],[113959,34471],[104885,29757],[104795,29837],[106583,50949],[106572,51072],[106085,51968],[105938,51856],[122531,-8530],[122419,-8692],[122465,-8698],[122574,-8656],[115253,22076],[115315,22174],[125907,34180],[125786,34162],[123675,31187],[123632,31303]] \ No newline at end of file diff --git a/src/gathering/a10088.json b/src/gathering/a10088.json new file mode 100644 index 0000000..e331b9c --- /dev/null +++ b/src/gathering/a10088.json @@ -0,0 +1 @@ +[[-246054,-304360],[-245762,-299832],[-249548,-324760],[-251465,-333881],[-262314,-307615],[1284600,251016],[1281169,252734],[129195,408070],[132454,127504],[156327,139775],[155377,82101],[178619,-122621],[171412,73915],[178435,84384],[177535,83292],[178389,83373],[178819,82065],[179181,81350],[178303,105443],[191030,140328],[179911,81180],[202785,72043],[195419,113657],[215694,-39875],[210540,95502],[206513,112436],[230156,-23725],[221688,-38114],[229208,-37711],[223384,-26484],[229458,-26333],[225599,-27851],[227787,-40388],[222752,245935],[236771,-35783],[236880,-33252],[232377,-39283],[243173,-69303],[232994,60207],[234206,98449],[248219,-52275],[251360,65495],[253705,99450],[243427,120298],[260932,-29785],[264908,-34746],[273501,-54915],[282540,-60770],[291252,-71243],[291669,3214],[295313,-5976],[306644,-2],[301012,7536],[1005110,212580],[100550,56854],[99515,73840],[93750,111092],[104342,416832],[111250,101689],[1202750,260459],[1215784,146801],[1212137,155367],[1214499,160144],[1207960,156668],[1212750,215600],[1215455,208858],[1215237,207657],[1210882,258884],[1213542,265340],[1208964,261628],[1227676,144048],[1225828,152134],[1221028,149057],[1218069,150335],[1218606,147560],[1227214,158459],[1226248,166041],[1222531,165951],[1219631,156342],[1223976,155748],[1216637,161381],[1228372,191236],[1220985,186591],[1226461,204516],[1228645,204895],[1227133,199983],[1227211,197161],[1218413,203290],[1220043,209247],[1227839,206422],[1227301,208430],[1228694,258615],[1236054,138996],[1231415,152957],[1233819,151423],[1236754,149617],[1231835,142674],[1229295,143405],[1236870,154468],[1237918,156237],[1229962,161273],[1229542,155663],[1231819,157444],[1232803,161733],[1236136,159371],[1237410,173411],[1236188,173281],[1237880,174784],[1235396,173401],[1233533,171005],[1239059,172625],[1241416,182793],[1231422,189614],[1229369,191049],[1236999,190712],[1236818,198079],[1238717,195563],[1231526,207580],[1233932,208642],[1233608,209788],[1230271,212488],[1231224,212529],[1235365,209692],[1241250,212017],[1237983,212945],[1235486,216762],[1233028,215873],[1235742,220488],[1234485,218967],[1240441,236342],[1231853,261352],[1237798,260751],[1229348,265986],[1241328,258166],[1240759,128114],[1242202,136953],[1241693,132608],[1246439,149917],[1242165,141339],[1251934,143778],[1247801,148233],[1249182,150251],[1247115,151204],[1251471,162041],[1251316,159160],[1244874,155668],[1243744,157802],[1246248,154097],[1244667,154831],[1247183,156453],[1253653,159422],[1248854,166270],[1250278,164471],[1252772,171475],[1251824,168149],[1244519,170875],[1245266,173391],[1244038,173655],[1243513,173279],[1248517,190054],[1253642,188242],[1242473,183451],[1246122,181236],[1243301,185653],[1242040,188125],[1252064,185528],[1246197,189530],[1253159,182546],[1253064,181004],[1249368,182215],[1249833,193727],[1244581,195355],[1242416,195945],[1246318,198458],[1244414,197569],[1249466,199334],[1243275,204342],[1247121,202557],[1243202,202248],[1250743,192316],[1251429,194533],[1250666,204881],[1254251,195854],[1252187,207451],[1250920,210381],[1253075,205590],[1247371,229524],[1242157,239512],[1247523,235355],[1246729,236254],[1253439,244370],[1253451,255653],[1244909,254300],[1246311,250651],[1252826,259520],[1243866,266360],[1266289,157589],[1263134,162915],[1256703,162945],[1259451,160089],[1266096,156100],[1265910,165178],[1254804,163483],[1265086,170887],[1263612,167867],[1265591,167114],[1266401,167185],[1254785,167749],[1257705,191533],[1266304,191200],[1254554,185282],[1259473,184442],[1258034,193693],[1257324,201622],[1256208,204290],[1266656,201537],[1255871,209128],[1255166,228608],[1256437,243002],[1259040,236066],[1258311,234328],[1258472,231199],[1261618,237900],[1263443,243285],[1260258,241293],[1268827,151928],[1268853,165377],[1268096,163396],[1269412,161006],[1273474,159013],[1272502,157645],[1273587,157079],[1271619,171151],[1267589,173974],[1270079,198050],[1273091,242191],[1272754,250538],[1277707,252501],[1277405,260609],[1276441,256893],[-246519,-296279],[-247089,-320026],[-247296,-325922],[-257376,-295026],[1287581,252613],[1282127,251456],[136749,56396],[135602,62236],[134354,77229],[132259,95545],[141273,19271],[145392,39597],[149736,98548],[146392,128172],[165159,-5816],[162088,-14368],[160110,-20424],[157908,23203],[157037,89172],[162937,109973],[175266,-118742],[175312,-11900],[168643,-23780],[173680,-34670],[177158,2578],[178587,135664],[174527,47660],[169335,40524],[177956,84523],[178393,84687],[170309,81850],[169400,105769],[191187,-24374],[191719,-12665],[182474,-12959],[186335,-28834],[190395,37300],[186060,36435],[181913,43761],[189944,113282],[179890,111255],[189448,113636],[203245,-10033],[196909,-25457],[202916,-58823],[196042,-54746],[200654,-65007],[194823,1538],[197870,11648],[193793,6660],[192203,132221],[197582,36779],[197447,50958],[203546,41535],[196468,42219],[199412,127230],[210956,-37564],[217099,-28751],[214172,-37717],[205663,-30820],[208448,-68240],[214549,-73095],[208611,5238],[212283,5075],[214540,57912],[209059,53953],[206472,76215],[222190,-10139],[230273,-25167],[219792,-21339],[218684,-13118],[223214,-27901],[219204,-40578],[224365,-39583],[228491,-38350],[220605,-44365],[221302,-65291],[223905,11323],[219840,148722],[220033,247757],[224648,56447],[229547,95674],[225727,99664],[217756,97997],[232334,-37381],[234572,-36374],[238186,-33385],[232165,-26287],[237813,-53788],[239106,-68443],[233461,24464],[242641,23485],[240653,43439],[234796,56083],[235070,70505],[244667,-49423],[253912,-62709],[244096,35108],[243369,120894],[259583,-35678],[264519,-28461],[258418,-67605],[266535,-75336],[256396,8271],[256185,22345],[266534,24013],[257860,67452],[278512,-139606],[280604,-9333],[277178,-18275],[273642,-53468],[279320,-61300],[277576,10684],[276526,72212],[288949,-25681],[293510,-71504],[288257,11457],[290741,4532],[295842,-5925],[301734,-121],[306846,-9365],[305642,-3089],[302287,-14393],[300323,4795],[302292,9526],[296566,8166],[296028,7133],[312667,-1625],[400549,-406],[830503,-116224],[831635,-131987],[830061,-130878],[829691,-131016],[831485,-112643],[836520,-118869],[835686,-121609],[834398,-119979],[836334,-120861],[837739,-120760],[835014,-124650],[844458,-126732],[836322,-127039],[842575,-116741],[832778,-132162],[844236,-129941],[844199,-129068],[839267,-88737],[838605,-96268],[840271,-96279],[844665,-96877],[841731,-90348],[834222,-113761],[833220,-113185],[845878,-125531],[849195,-118839],[849241,-120724],[848643,-120985],[849952,-120215],[850151,-120184],[849699,-120379],[850397,-119405],[848524,-118336],[848614,-118649],[857473,-119985],[854949,-123947],[855139,-124430],[853125,-123812],[853099,-123269],[855042,-123788],[846121,-126098],[847389,-122505],[856858,-133985],[847276,-86163],[848056,-86419],[847385,-86577],[854833,-88321],[846782,-92915],[851978,-91219],[853902,-93491],[853816,-93736],[854059,-93389],[848031,-114918],[849410,-106768],[847535,-109159],[845044,-108226],[845989,-107417],[845987,-107597],[850995,-106566],[852591,-102866],[862767,-120784],[864429,-120458],[862948,-122795],[859326,-120158],[859492,-118005],[864150,-126847],[866299,-140500],[860711,-140042],[870143,-135538],[864933,-142967],[864859,-140752],[861776,-140525],[861539,-140778],[863599,-146240],[863644,-146470],[859378,-88094],[858312,-95794],[858233,-95322],[858847,-102895],[871253,-118505],[878309,-121201],[877933,-123005],[877042,-125703],[876360,-128594],[872909,-128251],[873470,-129209],[873746,-138781],[873684,-138321],[875167,-137744],[881016,-134591],[877293,-146146],[876804,-114297],[877145,-112377],[876799,-114082],[874260,-113902],[874729,-111994],[100316,57230],[101331,55818],[94643,82931],[93164,110010],[1215380,148194],[1214089,146774],[1215781,143692],[1212621,155025],[1213191,157587],[1215447,161528],[1209907,155038],[1213192,215264],[1215059,209216],[1213463,206012],[1204735,261100],[1212598,264133],[1209730,262306],[1227404,144030],[1226022,141826],[1224693,152906],[1220713,150618],[1216848,150113],[1219242,146573],[1227374,143915],[1228717,160659],[1227681,157858],[1220330,164178],[1220850,155756],[1225304,155381],[1227223,166184],[1221855,167441],[1228074,191058],[1219834,187752],[1225665,204755],[1227931,200046],[1227496,197679],[1220662,204444],[1219876,209547],[1227483,206597],[1228006,259146],[1240756,128387],[1232949,153028],[1236904,152909],[1229191,153435],[1237342,150137],[1233363,143759],[1237949,156603],[1230182,155742],[1232599,157960],[1234098,162020],[1235294,157894],[1236853,174682],[1238422,174164],[1235547,172106],[1233551,172522],[1233500,171286],[1238972,172381],[1232535,185306],[1231656,189889],[1229578,191209],[1235370,191061],[1236590,198603],[1238755,194057],[1236103,201635],[1229726,204551],[1231933,207939],[1233713,208454],[1233536,210615],[1230032,212659],[1228929,211926],[1230352,213713],[1240656,210725],[1237843,212186],[1235012,215972],[1233008,215882],[1233877,218065],[1235963,220704],[1239342,237397],[1229187,267363],[1230411,263407],[1238201,260886],[1241300,258708],[1241900,137303],[1246419,149498],[1242653,141901],[1252620,144270],[1248118,148377],[1250226,150493],[1247450,152712],[1250544,165499],[1252821,160824],[1249385,162428],[1251559,158566],[1252362,155461],[1244812,156205],[1244669,158085],[1245277,154180],[1248222,156816],[1253579,159343],[1248936,164202],[1248866,161822],[1241888,173474],[1245241,170684],[1244223,173753],[1245112,174371],[1245160,171976],[1248276,191435],[1244778,186709],[1251939,189762],[1241708,183930],[1242737,182630],[1244965,183390],[1243172,186192],[1244110,185827],[1241656,188641],[1252044,184965],[1245974,189287],[1253431,181506],[1254021,184309],[1253014,181907],[1251818,183031],[1251349,181906],[1249328,181052],[1249686,193601],[1245388,193940],[1242390,196068],[1246076,198988],[1244118,198078],[1249715,199131],[1243926,201751],[1243954,203167],[1253740,197002],[1252434,193874],[1250961,203108],[1252350,205162],[1249830,209904],[1248127,209948],[1253273,208156],[1242807,239213],[1247369,235647],[1246297,236409],[1254052,243963],[1252982,254441],[1247941,254902],[1245609,254105],[1246091,251962],[1253100,259794],[1266358,156867],[1265244,159629],[1261896,162684],[1256105,161194],[1257934,161770],[1266947,155168],[1265773,163723],[1255034,162603],[1255675,167413],[1265024,171876],[1266577,173809],[1263393,167092],[1265466,167429],[1254700,166915],[1267081,167236],[1257718,190933],[1255966,188927],[1259602,184321],[1255388,189959],[1266707,189921],[1257174,194108],[1255983,203432],[1255655,204489],[1266790,201552],[1256171,208136],[1256022,229887],[1259623,231034],[1259714,235752],[1258005,234386],[1261777,238008],[1261902,243181],[1256307,243495],[1265438,244796],[1268546,151607],[1268358,165989],[1271078,159674],[1271886,158411],[1272770,154457],[1273331,171522],[1268422,198045],[1272686,251047],[1277706,252674],[1268142,257142],[1276566,261276],[1277491,257429],[127006,110631],[123575,106067],[-1326317,1381486],[-242084,-317486],[-249327,-296505],[-252602,-308827],[1284775,250863],[140261,131359],[137515,115259],[144593,107853],[167374,131621],[170396,73864],[169302,81751],[177266,105585],[190866,143496],[186041,121230],[188818,116654],[199611,110187],[198126,127891],[214287,-36456],[212663,152186],[205582,73030],[217158,96264],[229994,-23361],[223344,-26766],[229558,-25505],[225364,-26250],[219288,-41590],[223122,-41285],[230428,-35083],[235540,-36993],[238480,-33683],[231443,-39453],[237846,97967],[234071,97235],[245417,49907],[258403,-34632],[263821,-36622],[256522,67229],[271488,-54683],[275588,89182],[282783,-57922],[291231,-72267],[289147,6576],[283418,70667],[295791,-2634],[303812,3175],[295852,5656],[100207,63369],[98525,73302],[94319,83352],[94756,110815],[110374,76414],[108710,107279],[1202575,260549],[1215912,145983],[1213149,157753],[1215457,160234],[1209735,156143],[1212903,215352],[1214624,209658],[1212122,259070],[1213255,264085],[1208616,261823],[1224547,152492],[1219849,149859],[1218062,149771],[1217518,148239],[1227822,144127],[1227673,158947],[1228663,153910],[1218886,156016],[1225445,155852],[1216108,154162],[1227650,167173],[1221593,167394],[1219191,186756],[1226080,204261],[1219760,204466],[1219394,210097],[1227304,206604],[1236801,138775],[1231914,153644],[1236611,149437],[1232458,143424],[1236201,154117],[1229037,160820],[1231845,158496],[1233613,161807],[1235345,158066],[1237700,174881],[1235339,173241],[1239016,174327],[1234332,172364],[1233747,173161],[1233415,170994],[1238286,171329],[1232413,190127],[1229351,190720],[1236329,190635],[1237210,197952],[1239043,194532],[1229324,204705],[1228984,199206],[1231854,208204],[1233488,208638],[1233763,210561],[1230368,212414],[1230891,213229],[1241110,211488],[1238184,211272],[1235765,215556],[1232643,216487],[1236508,221158],[1233843,218021],[1240072,237573],[1229100,258285],[1232292,262176],[1237328,260731],[1241446,258787],[1229274,265919],[1240179,127956],[1242131,136517],[1246136,148995],[1246116,151722],[1242257,141835],[1252293,143756],[1245146,153369],[1247867,147746],[1249163,150366],[1246766,151726],[1253356,164138],[1251825,160154],[1249382,163916],[1250360,158468],[1252507,156983],[1244779,155546],[1244325,157796],[1253913,159188],[1248822,164319],[1248002,161855],[1252894,170694],[1250362,168240],[1244350,171088],[1245387,171923],[1245670,173079],[1244225,172321],[1253158,191045],[1243550,187024],[1253746,188276],[1242343,183439],[1245154,181490],[1244783,186422],[1252698,185197],[1245727,189389],[1251510,183592],[1254021,184373],[1253038,182336],[1248799,194116],[1244700,195460],[1242936,195844],[1246235,198316],[1244132,197660],[1248338,198928],[1245553,202937],[1244285,202708],[1252669,193749],[1251950,203651],[1252280,206628],[1249741,209778],[1248418,208560],[1253746,212050],[1247725,235910],[1245726,237007],[1252336,244440],[1252649,255586],[1248979,254892],[1243710,254945],[1246509,250927],[1244893,265861],[1265591,159632],[1263490,161711],[1255160,161966],[1257942,160343],[1266430,155271],[1256699,167170],[1265227,171991],[1266587,173916],[1263295,167552],[1264418,182790],[1264625,185281],[1258474,184566],[1256202,197664],[1258063,193376],[1258136,192714],[1257970,201024],[1255933,204651],[1267145,201695],[1255144,206119],[1256451,207996],[1255529,229107],[1259134,236826],[1257539,233082],[1259227,231589],[1261364,236188],[1260831,242742],[1255421,246082],[1256824,243482],[1263142,244895],[1267097,257346],[1268545,153727],[1268072,164224],[1269261,160888],[1270207,164505],[1272589,159350],[1270530,157256],[1268573,158024],[1272301,157516],[1270595,167880],[1269187,198394],[1267548,192893],[1273242,252031],[1278021,252446],[1278158,260191],[1276588,258088],[-241983,-324540],[-243517,-301693],[-255167,-337897],[-257644,-295142],[1287951,253116],[1283147,250487],[139188,49465],[129236,78201],[136593,99544],[145459,21628],[142399,30318],[149810,96820],[144146,124185],[162519,-6688],[155311,-15440],[157147,-21599],[164270,-23465],[162687,24633],[154760,102260],[162001,102021],[165876,109855],[171579,-6748],[177105,-14187],[173034,-39698],[168054,11505],[173939,39868],[169389,81914],[169404,82292],[176087,101628],[175665,111105],[179777,-149481],[184082,-9017],[191374,-16830],[191646,-23097],[189616,-25970],[187524,33774],[183603,38063],[185957,44900],[179822,81020],[179767,81609],[180157,83136],[180533,82470],[188803,114738],[188333,126450],[193967,-3231],[192454,-14491],[196653,-24624],[195648,-55140],[197598,-66231],[200262,5746],[193002,9067],[200430,30570],[203032,44561],[192386,50020],[194270,42492],[196811,110570],[201116,124727],[197865,126330],[214146,-202420],[206004,-7865],[214766,-28612],[210448,-37410],[205346,-37512],[215257,-39101],[216926,-49947],[209801,-61912],[216822,-64413],[210564,-74621],[214172,-73098],[208142,10232],[213382,7107],[207445,143834],[212939,54117],[204831,52932],[205816,70833],[209596,95624],[218334,-11939],[220981,-8688],[219782,-21971],[228037,-37251],[224524,-26180],[228191,-25501],[226826,-27350],[220644,-38810],[224659,-41770],[218941,-47637],[226103,-57104],[217494,-72236],[221415,-68226],[220022,246001],[224077,16337],[225093,57331],[226127,102783],[231924,-25825],[232134,-39355],[235044,-39112],[237699,-57787],[238069,-67335],[231914,23667],[237933,25702],[242554,45868],[241222,54979],[238497,64586],[237903,88817],[232434,120304],[249197,-52194],[251376,-61874],[255615,9473],[252388,18376],[244710,39958],[258459,-35525],[265426,-32459],[260055,-67713],[261097,-74614],[262664,25530],[279267,-140131],[273194,-8927],[272398,-56112],[278649,-61738],[278504,10385],[278439,11358],[269424,18832],[280478,69794],[289103,-22395],[290197,-16637],[291179,-71715],[289758,6759],[291981,17624],[287034,18808],[302686,-260],[296699,-5028],[298551,-14166],[304222,607],[298056,7703],[305263,4853],[295512,6515],[308551,-9899],[308211,-1712],[98400,61028],[101981,54851],[100324,56581],[97467,74053],[99365,73832],[94678,110929],[96099,121741],[95186,123485],[103732,98873],[103062,120836],[1203098,259901],[1215763,147112],[1215230,148147],[1215087,153900],[1212757,155172],[1212408,157106],[1209473,157021],[1212691,215788],[1215032,209170],[1215532,206805],[1211049,258292],[1212633,264382],[1211167,260809],[1228147,144281],[1220704,150835],[1217997,149688],[1218646,145996],[1216777,144729],[1227044,143107],[1226394,158430],[1226902,163606],[1217444,162105],[1221215,166405],[1219822,155691],[1224340,155211],[1217205,161058],[1226808,166601],[1228639,190054],[1228610,195052],[1226216,204095],[1226459,196965],[1219966,209185],[1228774,211819],[1228765,206517],[1220494,205370],[1227868,258521],[1241385,142773],[1232915,152862],[1234389,152495],[1236516,152703],[1237848,149884],[1236106,154206],[1228850,161754],[1229018,154850],[1233070,159355],[1234512,162663],[1234874,157902],[1228816,153830],[1237712,174808],[1237302,173600],[1238847,174614],[1234831,171911],[1234286,171944],[1238230,171469],[1241175,182805],[1231586,190040],[1235509,191005],[1237233,199279],[1238724,192436],[1229033,199731],[1231756,208253],[1233836,208706],[1233692,210374],[1230357,212149],[1231067,212947],[1241088,211593],[1237735,211804],[1231396,205576],[1235966,216265],[1232678,217063],[1235354,219691],[1234905,218647],[1240108,235867],[1228890,267275],[1229529,262246],[1237862,260505],[1241454,258976],[1239296,128019],[1242017,136468],[1246492,149351],[1252096,143926],[1245328,153669],[1250353,151144],[1247943,151870],[1253670,164431],[1250592,165552],[1251743,161976],[1251709,158648],[1252653,157079],[1248769,156542],[1244132,155737],[1243260,157582],[1248636,156375],[1253572,159737],[1248613,165551],[1249860,162162],[1252686,170390],[1251837,167728],[1242060,173926],[1243868,170375],[1245247,173720],[1244603,174715],[1242806,173114],[1246692,191032],[1251790,190552],[1241689,181999],[1245202,183155],[1252280,185749],[1245901,189469],[1252281,181640],[1252105,181436],[1249679,181559],[1251921,180910],[1250659,192162],[1249870,194252],[1244597,195208],[1242647,194985],[1243610,197417],[1248803,199444],[1245519,203417],[1247222,202398],[1250857,203291],[1252230,207737],[1253008,205453],[1247432,235617],[1246741,236930],[1252519,244205],[1252909,254593],[1246851,255514],[1245352,254042],[1246425,250598],[1244443,266705],[1261676,161444],[1256328,166313],[1256618,162790],[1258202,161812],[1267060,160208],[1265290,172357],[1263936,167161],[1265852,167153],[1266589,167456],[1264807,183141],[1259255,190641],[1254501,185034],[1258591,185195],[1266509,191561],[1261628,199400],[1266246,197266],[1255217,197272],[1257493,194445],[1266199,202061],[1256716,207402],[1256098,229248],[1258675,231177],[1256017,243254],[1259130,235579],[1257188,232780],[1261428,238005],[1260360,241163],[1264571,242718],[1273422,158728],[1271357,156838],[1267846,158063],[1268964,153982],[1272944,155792],[1267298,155588],[1270899,170603],[1269522,197975],[1274302,250211],[1277442,260747],[1276771,257654],[-250707,-304603],[-255659,-305689],[-249898,-320370],[-247204,-332287],[-85246,601238],[-101739,598517],[-92471,599587],[1281906,250747],[1280480,253023],[1286690,253756],[139863,126081],[131466,115836],[161472,124899],[173125,74958],[169432,81963],[178371,102436],[181364,135538],[188688,119064],[204369,133111],[214532,-202138],[211665,-36336],[208520,75510],[216990,96554],[208758,118138],[228750,-25253],[227343,-36464],[225186,-28545],[228545,-28925],[226949,-27158],[219860,-39305],[223328,-38797],[223218,131991],[224417,76849],[230009,103217],[237145,-33118],[234711,-41085],[233335,-38201],[241759,129509],[237480,88936],[236150,114324],[249411,-52623],[247689,49760],[251988,77152],[259538,-33222],[265754,-34154],[275668,-53454],[280822,-55640],[293058,-72759],[290820,5650],[284918,78368],[297952,-6202],[301279,7811],[99449,56370],[94471,110901],[107410,95581],[102858,120989],[1211363,158038],[1208447,156882],[1212233,216570],[1214731,209585],[1215768,206610],[1203421,260844],[1211104,258915],[1213154,264365],[1210708,261403],[1228432,144327],[1223683,152527],[1222737,150735],[1219025,149723],[1218851,147953],[1216280,147650],[1216437,142332],[1228421,143171],[1228664,161316],[1227348,157145],[1220259,164238],[1220769,155886],[1225229,155974],[1217218,161560],[1216371,154281],[1227776,167339],[1221141,166935],[1227877,191246],[1219177,186821],[1226325,204639],[1228021,199929],[1227257,197259],[1219893,204189],[1219277,210284],[1228061,206305],[1228303,256224],[1239156,132170],[1237896,137892],[1241563,142979],[1234537,152321],[1237376,152329],[1229751,153666],[1237408,149979],[1231831,153958],[1235601,154045],[1237859,157805],[1229840,154853],[1231775,158618],[1233693,161964],[1235211,160065],[1237727,174743],[1238890,174415],[1234208,172653],[1234093,171789],[1239223,172360],[1241041,183430],[1241464,182657],[1233001,184688],[1232935,189527],[1228976,191317],[1236923,190597],[1237372,199622],[1238897,194680],[1230351,207901],[1233367,208762],[1233927,210312],[1230461,212484],[1229776,211126],[1231251,213050],[1235946,209706],[1241529,211357],[1238646,212092],[1236415,216128],[1232931,216095],[1229879,205331],[1236584,220415],[1233581,218835],[1241177,235324],[1241187,235044],[1229764,266520],[1231962,262064],[1237073,261490],[1240597,257904],[1241126,127047],[1245943,151332],[1252532,143782],[1245266,153155],[1247453,148182],[1250695,151208],[1247622,152562],[1251132,164654],[1252810,160901],[1251116,163225],[1250510,159648],[1252031,156503],[1243307,158258],[1244667,154831],[1248490,164029],[1249105,161339],[1252541,171459],[1251071,166935],[1245737,172202],[1244716,173427],[1244488,174597],[1244006,171875],[1247305,191639],[1251843,190030],[1246442,186995],[1245164,182159],[1242742,185968],[1244678,186317],[1241960,188009],[1251836,184925],[1243922,190245],[1250995,191432],[1251893,181602],[1249761,181489],[1250754,195159],[1245280,193817],[1242578,195685],[1243616,197571],[1249000,199444],[1250366,202408],[1245651,203034],[1243831,202483],[1252500,193370],[1252543,204608],[1252233,206456],[1251108,210980],[1248424,209221],[1246786,230153],[1245795,236859],[1251927,243748],[1253660,255618],[1248242,255454],[1244667,254988],[1246511,251042],[1243888,265036],[1264113,162139],[1257166,163662],[1258249,160214],[1266173,155965],[1266007,165031],[1254846,164249],[1254980,159292],[1256366,167696],[1265318,173969],[1263306,167007],[1266251,166957],[1265721,167147],[1264493,183157],[1265742,186701],[1254482,184828],[1259022,185603],[1266177,197408],[1255322,197388],[1256261,194433],[1258056,192553],[1256217,204472],[1254441,205487],[1255771,208875],[1254741,230113],[1256199,243347],[1258960,235469],[1257905,234713],[1259073,231962],[1261395,235365],[1260564,241360],[1257805,243996],[1263363,244713],[1268730,165674],[1271400,160765],[1271372,160630],[1272740,159382],[1267429,159741],[1268446,154527],[1272203,157530],[1271140,169420],[1267283,173903],[1267763,191786],[1267941,198955],[1267793,202478],[1274281,243384],[1274537,252149],[1276968,252695],[1268405,257060],[1269135,259737],[1277706,260770],[1277609,257370],[258898,-9003],[275105,-118162],[271649,-120960],[273268,-124695],[280544,-122595],[280598,-85319],[281885,-119585],[293824,-126208],[293418,-120949],[290841,-116739],[286613,-147339],[292954,-25008],[289426,-86944],[289215,-78828],[283753,-89134],[281922,-90087],[283570,-111795],[295749,-132098],[296936,-95592],[296664,-92870],[302019,-97993],[297607,-106407],[294966,-107728],[314962,-169193],[312569,-80757],[311879,-82390],[308042,-78160],[324190,-82720],[344288,-127893],[342389,-151427],[343711,-184556],[353862,-151561],[350843,-165572],[352094,-177932],[346098,-187123],[354649,-186035],[354576,-109906],[357697,37006],[350798,61296],[350140,59925],[351056,62016],[369045,-117670],[359028,-149858],[367051,-161896],[368447,-160575],[359128,-179989],[365561,-34849],[365241,-58033],[362509,-57096],[364868,-55398],[364000,-114274],[361000,-114407],[370592,38409],[369948,42906],[370527,40019],[360016,60279],[360220,62918],[364685,62972],[362913,62703],[361755,60760],[363782,60685],[360652,57316],[360744,58233],[362879,52008],[371108,56832],[370155,56608],[366618,74709],[366244,73965],[365448,68695],[366147,69117],[363673,72278],[363208,67944],[362792,66792],[360903,64775],[367016,78704],[368400,78911],[368217,81443],[369339,81619],[369258,81911],[370293,83956],[365841,83078],[363083,78769],[371176,100204],[363149,114479],[380246,-115535],[374279,-117518],[372341,-132705],[383571,-128438],[377199,-163155],[375494,-179398],[377931,-3519],[375913,-3826],[376383,-4176],[371534,-31073],[382619,-41302],[376192,-76378],[382156,-69640],[381571,-67376],[379492,-66095],[371773,41051],[376476,43548],[381583,41049],[377179,44779],[377589,48342],[373986,50293],[373045,42995],[379927,51500],[371323,60621],[375751,59338],[379453,60183],[378667,56896],[377732,57376],[375937,74055],[373595,68590],[371225,85617],[374082,82879],[372191,82047],[371393,89637],[377862,88729],[379572,87462],[379452,87146],[380121,88413],[379834,88786],[375022,97060],[372631,97179],[372850,98022],[373829,98677],[371635,98758],[373626,98132],[374313,97489],[374647,97211],[373959,96011],[373762,96299],[374733,96001],[376287,95557],[377774,94560],[377146,92980],[379026,91395],[378909,91094],[379287,92007],[377816,90229],[385056,-117282],[388709,-138085],[386490,-150419],[386410,-149452],[394638,-142666],[386851,-164462],[384219,-175966],[385374,-180104],[391275,2272],[385644,5329],[396429,88729],[401164,-123972],[408007,-118821],[405091,-130715],[406551,-134292],[403188,-5656],[400094,-107415],[400899,4207],[409229,139929],[401683,14032],[405110,17224],[399203,30546],[410720,-8295],[417845,-6381],[419959,-9150],[422174,-10366],[411681,-13114],[416071,-43245],[413281,3225],[413776,2968],[414478,1110],[409854,59883],[422129,93214],[421346,93408],[427560,-9644],[428984,-8486],[422656,212948],[422593,213161],[430621,17633],[431865,14647],[433958,28612],[429553,85892],[428924,86433],[428661,86933],[428661,87469],[428775,89619],[429383,88969],[429481,93098],[428885,93960],[426793,94069],[425362,94868],[438695,-6375],[442292,-49334],[447450,21775],[444094,21329],[443543,21458],[444101,22685],[446460,23196],[447078,22392],[446844,23980],[443457,25756],[443071,24582],[443643,33414],[443736,43851],[447643,47343],[446855,46243],[459572,-132667],[455877,-51506],[451618,5998],[448488,34184],[455277,68542],[471549,-133805],[465287,-136786],[467892,-138934],[462468,-28068],[462857,-29635],[467835,4282],[467623,4712],[466021,432289],[464261,429225],[465863,430021],[466366,430985],[464394,429416],[467820,432703],[466226,431817],[481334,-137676],[481958,-139190],[483198,-141360],[484764,-10405],[483361,-10075],[476989,-29042],[495345,-154148],[487522,13832],[492587,49189],[509843,-78551],[512473,-75544],[512160,-75451],[586678,274848],[587989,272917],[588692,274069],[580787,288408],[580903,289141],[581004,289553],[581578,287946],[581095,286926],[580882,285647],[579983,285498],[578877,284085],[587995,311774],[588244,311236],[588770,308802],[588761,309068],[590211,268179],[591458,267572],[589611,272290],[591623,270105],[589160,269073],[589269,270173],[588864,270996],[592825,270679],[594219,271828],[593715,271459],[597817,274556],[598188,274880],[597196,276209],[592254,273459],[593258,273615],[595056,274615],[596627,294298],[595165,292976],[597610,306013],[596452,306166],[598704,303838],[598622,303284],[596458,304700],[594314,306837],[593617,306698],[593151,307178],[597424,306034],[597267,296344],[595323,296466],[589125,312332],[596129,317404],[600831,318709],[592065,28592],[594821,39203],[595674,42673],[596538,42262],[591906,38808],[595133,39169],[595060,39260],[594657,42942],[595000,42852],[612903,310796],[614113,312708],[613414,312469],[609600,318986],[608240,319562],[604533,316523],[609094,350687],[608701,350851],[618730,305986],[619031,306768],[614836,305290],[615641,305644],[617551,306831],[626049,306844],[621336,302823],[620409,301937],[622958,302583],[627167,310268],[617843,307628],[623585,310146],[615074,313974],[617100,310775],[616516,309741],[620301,313875],[621174,314628],[626048,314352],[623916,319163],[623352,307509],[624058,307869],[621708,310133],[620877,310300],[618142,308764],[620527,307829],[618197,307637],[621069,322616],[617107,321207],[616142,335783],[637138,305730],[633100,305119],[630483,306652],[628117,307166],[627685,309677],[629102,308833],[627700,307907],[638579,364253],[646357,366996],[644901,364590],[643587,364353],[642937,364664],[675266,95063],[673240,95536],[671164,97048],[672906,95553],[673400,95710],[675667,98858],[681026,101292],[681448,101112],[684678,100596],[683657,100442],[685661,100485],[681367,101416],[680980,100992],[712318,389199],[718408,390194],[723867,399852],[725722,399629],[734168,402819],[742372,414820],[740639,414901],[740631,416539],[741014,416414],[739275,418694],[739062,418736],[742142,421688],[740864,421199],[738722,428007],[749779,390469],[750686,395545],[751261,393706],[750330,392419],[750341,391808],[751903,392435],[747743,386963],[748533,387243],[745501,411953],[745662,412447],[743162,413497],[748773,415754],[747507,415408],[747732,418268],[748843,420337],[747748,421889],[751038,416925],[750037,416765],[754223,417751],[748058,416815],[745470,416379],[753255,419589],[754299,414142],[753333,426662],[756146,394942],[757533,395351],[757823,394626],[758323,395181],[760015,395004],[760232,396009],[767396,395629],[766759,391558],[766953,390799],[763535,387922],[761816,387809],[757561,385386],[761483,408774],[767846,405575],[767160,407187],[766449,407533],[765489,404873],[762630,403032],[758290,400584],[758045,398614],[756033,397528],[760405,398834],[763502,397883],[767374,400335],[767402,408204],[765731,402566],[767731,403995],[760880,406025],[761394,406222],[760724,408411],[761779,410412],[760883,411685],[757131,413059],[757992,411466],[759471,412420],[759439,410724],[764984,410568],[765796,409845],[755482,417163],[755421,417438],[756075,415289],[758497,416385],[758888,414246],[765030,414511],[768031,411977],[768656,396646],[775929,396925],[768234,391389],[770702,395394],[770344,390334],[777814,389045],[771367,403782],[769431,404233],[770189,405292],[769226,405887],[770771,402788],[768802,399127],[771905,409504],[778711,404499],[778000,398774],[768905,413794],[983094,94822],[982546,93555],[980190,96467],[980271,95990],[977851,97678],[976555,99097],[976429,101778],[977587,101495],[979144,100408],[981116,100059],[982339,101537],[979816,102248],[982036,106500],[985108,105000],[979020,102967],[980557,105908],[994411,222497],[998053,98171],[996043,98851],[994996,98800],[990923,100232],[991272,99164],[989613,95742],[991738,95835],[991527,91934],[991032,91947],[985626,92793],[988583,105431],[989401,103843],[991480,106152],[993183,103819],[994639,104348],[997413,105492],[998375,106101],[998351,104694],[1010416,214924],[1004502,100175],[1002077,100002],[998649,98339],[1004890,102792],[1000931,104310],[1002377,106567],[1004017,104911],[1061652,-27872],[1061747,-28407],[1075848,-136353],[1085650,-142431],[1077677,485966],[1078677,485433],[1077372,485311],[1092754,494149],[1091346,492872],[1089072,491512],[1098963,504032],[1098064,505403],[1099864,505700],[1100704,504776],[1162631,-68603],[-239565,-326183],[-249651,-307363],[-249786,-335064],[-260374,-302564],[-92850,599776],[1287405,252679],[1282407,250541],[1280695,253026],[129423,-2464],[133998,-4168],[138884,-11390],[133011,-22592],[139631,-13485],[137090,-33543],[132961,-34223],[129834,-31220],[131191,11034],[134955,122598],[141051,-27183],[162358,138044],[157921,43464],[155523,103300],[174554,107634],[185650,-226343],[190293,111181],[193364,140413],[192926,63879],[194441,69551],[197807,65265],[199442,122080],[196265,126853],[216578,-24655],[208505,-27990],[207364,146466],[205627,74391],[228489,-5703],[226421,-16585],[229786,-25291],[226197,-58928],[226659,131327],[229492,239371],[229995,33086],[234457,-16408],[240377,-25867],[236048,-36965],[235727,-32961],[230517,-26066],[236429,-46078],[230834,-53743],[238790,-55995],[234474,4152],[234279,901],[232448,242037],[230584,239495],[231508,49116],[235686,69943],[240931,93718],[236766,119458],[252457,-51872],[263876,-36900],[256559,71723],[275212,-6593],[276671,-14865],[279808,-36947],[280901,-53630],[275676,69765],[292895,-6934],[285561,-47265],[288846,-60845],[74270,57285],[67769,56694],[81162,49460],[82456,49231],[82402,49761],[89517,53236],[85329,51803],[80092,51663],[89254,51500],[100470,12453],[91302,5615],[95789,21316],[99619,32005],[92512,30377],[91151,35882],[90658,51051],[94278,40054],[96411,43602],[97964,48502],[95433,39600],[89918,40038],[91032,44191],[99435,55390],[91967,52798],[94770,55466],[92540,57596],[98372,74473],[95028,122206],[96469,124290],[96576,124004],[93207,122792],[94829,122932],[95092,123750],[101866,120722],[101851,121383],[102392,120404],[106468,9664],[104389,12726],[104616,34761],[106082,44387],[109740,47325],[111352,39937],[102798,121940],[102665,120779],[1215351,148015],[1213802,146006],[1213187,153671],[1213262,158898],[1214200,161822],[1210294,155717],[1212781,215452],[1215310,209041],[1215132,207702],[1203547,259962],[1212125,258400],[1213863,264720],[1209855,262405],[1225783,152791],[1219796,149970],[1218000,149825],[1217769,148535],[1216928,145945],[1227404,158206],[1226577,164364],[1227250,166299],[1220297,164280],[1219886,155485],[1223766,155641],[1220998,166998],[1227979,191274],[1220567,187315],[1226815,204724],[1227987,200038],[1218013,203614],[1219287,209658],[1228174,207061],[1241268,136719],[1239036,131931],[1236177,138969],[1233132,150239],[1236539,152723],[1237149,149351],[1232449,142745],[1233002,153964],[1235004,155764],[1237789,156189],[1229535,162186],[1229919,155589],[1232303,157628],[1233532,162791],[1235468,159310],[1237288,174610],[1237148,173394],[1238787,174343],[1234294,172578],[1233305,171000],[1238166,171322],[1240744,183983],[1240916,188447],[1233229,185250],[1232241,190236],[1229613,191049],[1236496,190589],[1237472,198948],[1238246,193695],[1231230,208396],[1233602,208431],[1233352,209947],[1230174,212151],[1229897,211448],[1231733,214085],[1235744,209655],[1240747,212384],[1238567,211935],[1231487,205943],[1235844,215748],[1231895,216901],[1235024,219807],[1235006,218739],[1240735,236742],[1229352,262024],[1237215,260854],[1241289,259194],[1228840,258684],[1229432,265608],[1239707,127099],[1242647,142594],[1252178,142896],[1243730,153487],[1249784,151083],[1247302,152869],[1248989,141467],[1253138,163729],[1251131,160629],[1250075,159179],[1252082,156434],[1244344,155293],[1244366,157701],[1248887,165086],[1249963,165166],[1248078,161235],[1252118,168516],[1245409,174874],[1241737,172889],[1245303,170758],[1245038,172103],[1250956,189720],[1246211,187953],[1243302,182887],[1243491,181791],[1244134,185688],[1252772,185925],[1243853,190447],[1251633,183662],[1254275,184538],[1252950,182078],[1248616,182081],[1249797,194306],[1244706,193882],[1242518,195098],[1244475,197419],[1248247,198733],[1245481,202718],[1246997,201787],[1242864,201900],[1251098,192648],[1253595,196906],[1251512,203819],[1252362,205661],[1253293,208558],[1250332,211120],[1242907,239993],[1241950,235444],[1247453,236953],[1246306,236823],[1252605,244070],[1254001,255740],[1248736,254941],[1244318,254372],[1246245,249667],[1253294,258850],[1243730,264928],[1263418,157608],[1262630,161352],[1256688,162809],[1257462,161848],[1254694,159289],[1256266,167531],[1265600,172548],[1263251,168192],[1265603,166903],[1265583,183707],[1259242,190763],[1259501,184246],[1255269,189983],[1266806,190428],[1257926,193702],[1258109,201070],[1256199,205885],[1255288,206208],[1255945,208458],[1256163,229365],[1256820,243276],[1259726,235032],[1256560,232625],[1258694,232079],[1261078,235603],[1260093,242473],[1255618,245831],[1258186,244036],[1265438,245046],[1267413,151586],[1268456,163826],[1271032,159563],[1273467,157483],[1268500,158314],[1272828,156804],[1267560,155988],[1267274,165987],[1270202,168346],[1269364,197859],[1273678,242305],[1273119,252117],[1278198,252067],[1268346,257017],[1270245,259903],[1277589,258436],[1276932,256606],[127556,-24586],[116383,4113],[122443,11689],[123398,6890],[115718,19374],[119790,21580],[125612,18478],[115631,103655],[-242968,-307336],[-238250,-319707],[-250368,-304762],[-255910,-325519],[-265203,-294520],[1283399,250718],[1287653,254274],[130861,-881],[132625,-2469],[135877,-12074],[137856,-24692],[140106,-12971],[139495,-21110],[133443,-24644],[129601,-31076],[133491,-29070],[138418,-27428],[128373,12296],[139102,140657],[131452,140684],[134902,140731],[139118,141417],[133978,117183],[151786,47932],[151674,51120],[153539,89443],[158900,-198882],[160357,141661],[155142,51291],[154921,61781],[163943,98927],[156391,95680],[163952,107957],[164075,109523],[158947,107745],[155773,108039],[173173,136960],[166888,140339],[179048,48415],[174878,51940],[173645,74522],[168511,88662],[177625,86332],[176508,80568],[175887,82114],[170202,81897],[178733,91311],[167913,123292],[191417,-229471],[189942,-229543],[186972,-234713],[186137,-234711],[189009,46475],[186166,62889],[186497,63175],[195703,142337],[197530,145448],[200685,50790],[201463,42060],[192065,41729],[193781,64173],[195927,68733],[198018,65714],[200993,69433],[202593,73030],[214130,-23652],[208501,-30343],[215063,58389],[211733,95087],[210199,103004],[228935,-5981],[226530,-13823],[228746,-15807],[228516,-24264],[228907,-28849],[225563,-27322],[228294,-57251],[226491,129759],[226313,77210],[236411,-1267],[241220,-162],[241642,-26215],[235534,-36603],[238988,-31232],[237010,-47391],[233103,-52621],[237980,-57437],[234733,3662],[231837,34973],[240867,69951],[237268,77946],[237601,99353],[246960,66086],[254888,81173],[254300,77897],[251850,86326],[263267,-36475],[256090,-52933],[256951,65270],[266209,84994],[257814,92121],[273645,-14248],[276156,-35081],[278132,-59142],[280471,61931],[276417,67001],[276820,73627],[271271,89638],[292314,-6955],[285090,-45505],[287995,-62660],[287209,63311],[282226,58737],[283209,80893],[67557,56256],[87749,51222],[88454,45473],[88203,53252],[83778,52392],[80857,52176],[1006826,219519],[90219,5426],[98874,13219],[90911,18567],[99136,34116],[90949,32357],[97000,36850],[91927,37314],[91082,51029],[94634,43996],[100366,49147],[98883,42599],[100812,55478],[93270,53528],[90699,57103],[102054,84496],[96816,110179],[96073,123173],[92927,122946],[1029549,210562],[107588,5206],[106055,9431],[103394,12865],[113174,22289],[105188,34849],[105131,43551],[111753,47566],[107941,38613],[105989,63261],[107528,52564],[104852,52024],[103991,71520],[107555,86502],[105818,82581],[105289,110791],[103104,120481],[114385,124856],[1214618,154092],[1212479,156615],[1209592,157070],[1212162,216575],[1215639,208933],[1215124,206568],[1204428,262109],[1212276,259029],[1212909,264266],[1228088,144497],[1220745,150738],[1219163,149411],[1218274,149055],[1217092,142468],[1228318,143366],[1226590,159492],[1228788,154198],[1226540,164120],[1226043,165995],[1219541,164204],[1221138,166363],[1220887,155971],[1225163,155592],[1218711,160470],[1227865,190914],[1219630,187365],[1228659,190177],[1219893,203802],[1228487,195059],[1224624,204472],[1227865,200010],[1226544,197554],[1218556,203195],[1228239,206837],[1227205,207922],[1227936,258504],[1238028,131530],[1231875,152810],[1234009,151288],[1237734,150112],[1232738,143392],[1237941,156550],[1229791,161141],[1229232,154646],[1232202,158712],[1233300,161577],[1237025,159701],[1235464,153963],[1236108,173492],[1234006,172550],[1232930,171539],[1238599,170770],[1232473,185798],[1232378,189639],[1236104,190459],[1237390,199341],[1238895,193606],[1234915,200711],[1229267,204895],[1230991,208401],[1233445,209071],[1234080,210382],[1230583,212346],[1231054,212872],[1235630,209709],[1241394,210399],[1237590,210653],[1235467,216229],[1232642,216274],[1234565,218343],[1235395,219774],[1241496,235144],[1229513,267407],[1230323,263374],[1237122,260561],[1240336,259358],[1239033,127220],[1241807,136441],[1246956,148040],[1246348,152660],[1242427,142549],[1252327,143351],[1247756,151090],[1253780,164191],[1251827,162037],[1250895,163436],[1250499,159984],[1252686,156099],[1243048,154883],[1243344,157644],[1244667,154830],[1247015,156528],[1248936,165164],[1248655,160862],[1244643,154351],[1252602,170520],[1251792,168141],[1241919,173769],[1243959,172627],[1242958,173404],[1242892,172467],[1248364,191578],[1251816,189662],[1242214,182531],[1242273,182433],[1242541,185942],[1241791,188747],[1252670,185527],[1246233,189257],[1251106,191956],[1252279,183072],[1253658,185110],[1252905,181059],[1250702,181753],[1248814,194482],[1244674,193821],[1242401,195523],[1245526,198948],[1244080,197458],[1249554,199392],[1250420,202526],[1242759,202184],[1252560,194876],[1251805,203816],[1252432,206505],[1252322,207642],[1244913,205773],[1249860,210535],[1248268,208941],[1253198,207958],[1247411,229820],[1254382,229490],[1241733,239302],[1247469,236886],[1251911,255366],[1250816,254153],[1244519,254724],[1247313,251134],[1243549,265275],[1266451,156936],[1263996,158977],[1261732,158034],[1263249,163434],[1257588,162991],[1257127,161656],[1266900,155354],[1254735,160531],[1267088,163450],[1265607,172714],[1263642,167337],[1254523,166710],[1265710,183873],[1256926,191639],[1266389,191600],[1258303,184009],[1256822,194200],[1256096,203529],[1266191,201894],[1256353,196850],[1255168,206137],[1254839,210625],[1258551,230602],[1260386,238060],[1258101,234513],[1261640,236416],[1261797,242021],[1265429,243226],[1255427,246404],[1257036,243541],[1268920,153013],[1267826,166500],[1271162,159609],[1272094,158089],[1273136,154933],[1268939,166747],[1269975,168071],[1268144,197363],[1273030,242147],[1273208,252402],[1279904,253271],[1267312,257445],[1270243,259759],[1276709,261242],[1276536,257116],[124585,-1884],[124965,6608],[125760,134071],[116998,22607],[123761,17675],[116969,96460],[121992,104453],[122002,119984],[116394,115418],[-247658,-300379],[-244529,-321025],[-246562,-323871],[-260044,-300869],[1283680,250962],[1286468,253782],[1280334,254395],[133608,-3765],[136386,-8452],[135347,-24842],[140027,-19822],[134382,-25264],[137989,-16629],[140603,-33784],[136015,-32166],[132925,-31807],[131374,291],[131970,135717],[128079,134563],[134669,143099],[132644,145019],[130425,13486],[133188,409445],[131667,63826],[133713,77217],[134545,93991],[141771,144588],[141482,143765],[146203,23977],[145259,32391],[143985,46288],[151819,99991],[151813,109436],[161227,-4575],[154225,-15729],[156199,-25204],[166057,-24073],[156903,140618],[161626,133289],[162175,23262],[154529,47888],[156846,51976],[159614,63051],[158041,63033],[154252,92829],[160720,92395],[158904,97776],[164565,98807],[163566,105820],[160686,106967],[154462,108541],[176721,-2285],[177517,-14357],[176653,-37079],[177171,3891],[167751,134039],[171258,21535],[171151,46086],[174386,46346],[169449,55221],[169544,55236],[169810,55289],[169916,55011],[169950,55283],[172381,75051],[176973,81567],[176168,81535],[171476,97369],[172914,113772],[176697,106370],[185962,-225501],[190165,-19216],[180526,-14067],[180095,-32356],[183775,-25033],[180765,136908],[181331,130434],[189181,35210],[190727,37052],[189644,47330],[188313,58518],[189116,62029],[179753,70398],[183992,84573],[180437,84173],[185206,114746],[187755,128065],[181358,123764],[194874,-2454],[204720,-7541],[195667,-14034],[193380,-25566],[202382,-29156],[205500,-61718],[202199,-64241],[198484,5196],[194153,8188],[195466,139683],[201064,143889],[201619,32551],[194760,32766],[196073,49600],[200867,43507],[194753,44797],[192333,40961],[193709,63107],[199429,63611],[194550,68789],[202202,78412],[204608,95510],[198843,98923],[217424,-24984],[209247,-27894],[214992,-31582],[214586,-39352],[205650,-68533],[208637,11417],[215306,5405],[208072,47912],[215740,59047],[210780,58650],[210562,79421],[229855,-4889],[219957,-7118],[229877,-15734],[230038,-25266],[223452,-14111],[224718,-28066],[229237,-58935],[222812,-58675],[223996,-68903],[223301,-64249],[225087,12721],[229928,25611],[230270,32724],[226469,58564],[219511,115167],[234227,-39],[233707,-17362],[239349,-26117],[235468,-35008],[238190,-32312],[232235,-25809],[235276,-44756],[233665,-50841],[233416,-50816],[236148,-56312],[236592,-62283],[237990,23026],[240930,31819],[241247,44161],[240071,54827],[237986,118866],[245408,-31138],[246971,-52112],[251090,-56678],[253590,9622],[249740,19580],[254279,83071],[249580,88382],[243806,81273],[257935,-35379],[265203,-37081],[256372,-53013],[264133,-75447],[265885,23913],[262702,60582],[260184,80383],[257304,99391],[274310,-8916],[278565,-7643],[274788,-13256],[275064,-18140],[277693,-33797],[275402,7044],[278306,22231],[275154,66930],[269963,72048],[270441,87970],[279530,94388],[279058,116099],[288713,-7663],[285802,-23618],[292292,-18560],[284786,-44506],[287527,-59934],[281626,-57282],[288962,11052],[283813,19811],[286720,59526],[284776,57148],[283539,59370],[290460,87803],[288617,84447],[302991,-12035],[306497,-8951],[305927,-1137],[303489,5583],[299537,9768],[295021,8826],[307415,-6796],[68037,57792],[88818,33703],[88079,50674],[84840,51065],[82295,50924],[80328,53425],[95194,11220],[97439,18165],[93731,33310],[95438,37751],[92461,48930],[92013,40710],[95785,41510],[102125,41595],[91579,39769],[89867,43716],[91751,52734],[89615,56211],[97509,55862],[94052,58631],[90740,57619],[102210,69241],[100926,72005],[97715,84001],[91879,82353],[101411,109050],[96332,123938],[114947,6862],[104483,11430],[106537,13873],[107936,22093],[105326,33923],[105538,44872],[108564,39255],[109561,49833],[108903,58823],[110223,93477],[110567,95059],[103964,108790],[110366,119044],[105236,121802],[103228,120092],[1213235,146716],[1214905,144432],[1215794,154812],[1211505,158082],[1215310,160274],[1209867,154989],[1213604,214802],[1214891,209891],[1215992,206438],[1203407,260734],[1210628,257593],[1215005,264933],[1209783,261371],[1227011,143201],[1225023,152854],[1220976,148865],[1218267,150435],[1218054,148647],[1216881,147191],[1228005,143376],[1228686,161582],[1226749,157793],[1226928,163925],[1219563,164158],[1222459,166193],[1219985,155527],[1224325,156248],[1228173,167112],[1227976,191016],[1219920,203845],[1226677,204696],[1226762,196738],[1223035,204415],[1222327,203758],[1219323,209797],[1227753,206291],[1227471,208140],[1220632,205395],[1227752,258500],[1240792,132510],[1232280,152893],[1236915,152928],[1229968,152857],[1237492,150128],[1232560,143788],[1237173,153813],[1238274,156728],[1229391,155741],[1231720,157292],[1233495,162161],[1237031,159988],[1237448,173526],[1236170,173198],[1235459,171920],[1233080,170908],[1239053,172181],[1241129,182849],[1241454,187648],[1231950,189777],[1229619,191200],[1235382,190930],[1237350,199247],[1238683,194071],[1233202,204469],[1229018,199123],[1231453,207914],[1233387,208457],[1233866,209990],[1230486,212452],[1229767,212001],[1231220,213068],[1240660,211452],[1237964,212932],[1234003,217659],[1235022,216050],[1232350,216715],[1236681,220501],[1240755,236165],[1240753,239461],[1229978,262702],[1237760,263143],[1241242,258292],[1241676,137339],[1246737,149130],[1242519,142803],[1252456,142847],[1250036,150559],[1247072,151150],[1243804,153376],[1251872,160229],[1249417,162824],[1251582,158712],[1251978,156565],[1244629,156248],[1243010,157176],[1248271,156793],[1248969,164335],[1248100,161847],[1252898,171150],[1252194,168514],[1245395,174800],[1244475,171869],[1244879,172542],[1244205,173691],[1248269,190961],[1251733,190676],[1241686,182843],[1245125,183189],[1242616,186276],[1244223,185787],[1252927,185814],[1246063,189099],[1250576,191430],[1252113,182885],[1253643,185139],[1252798,182069],[1251829,182901],[1246847,194576],[1245360,194293],[1242715,195130],[1244267,197686],[1249052,198847],[1249689,202098],[1245072,204387],[1248401,203127],[1243693,202633],[1251389,194418],[1250686,204727],[1253245,207866],[1249725,210839],[1248414,208461],[1242887,234741],[1253894,244672],[1248880,254761],[1247633,250084],[1243672,265631],[1263937,162072],[1256233,161169],[1257845,162562],[1266680,156112],[1254759,162347],[1254642,159810],[1256389,167728],[1265114,171845],[1263367,168117],[1266561,184098],[1257537,191261],[1259746,185797],[1260612,194357],[1257346,194023],[1255772,203412],[1266655,202206],[1256328,197815],[1256007,206101],[1255997,208642],[1255772,229245],[1259558,234991],[1258264,234455],[1258930,231941],[1261174,235115],[1264494,242562],[1255593,243542],[1262804,244089],[1267854,152065],[1268152,164149],[1272658,159500],[1272935,157580],[1267460,158031],[1272707,155080],[1270358,167958],[1267422,173865],[1267575,198578],[1268042,192408],[1274190,242854],[1272608,251085],[1276440,258139],[1267633,256437],[125327,-487],[126368,-29081],[118110,11676],[120012,9910],[121348,7065],[116201,22371],[125135,16252],[115975,49220],[125332,106832],[121077,124076],[-239719,-324605],[-243414,-293177],[-254985,-337053],[-269686,-298208],[-99631,596860],[-92012,601745],[-96581,604708],[-93187,607845],[1285266,251597],[130287,-2666],[135594,-4838],[136603,-10559],[139222,-13381],[140438,-34050],[134523,-33996],[129682,-25549],[137447,-27484],[130916,-32115],[132241,-32336],[130199,11333],[134545,140634],[128314,133363],[140754,141944],[136490,61622],[133162,75162],[138581,98595],[141387,-22160],[142154,-24985],[141625,141188],[145453,21147],[148265,31052],[141114,46311],[152591,92955],[151616,99815],[151932,107977],[164289,-3790],[156371,-13517],[161888,-26007],[164727,-26617],[161516,24167],[157832,44040],[153862,46277],[159981,61604],[159146,61661],[159682,96072],[164256,101857],[154969,108590],[177854,-16],[174611,-37882],[177294,-27452],[178961,6003],[179091,50527],[173855,46962],[173733,75136],[173686,75390],[171699,74541],[171584,73760],[178671,86008],[177208,80512],[177728,84451],[168560,89805],[168398,95110],[170382,114207],[175326,111790],[173454,120734],[177510,117082],[182301,-9343],[191682,-19267],[180158,-16142],[183722,-25172],[188484,-25327],[186771,6836],[182219,134839],[179386,144225],[184130,38944],[187038,39964],[186820,42439],[191880,63984],[185674,60403],[188163,65477],[179458,74662],[183313,89253],[183948,83935],[179528,86286],[187961,102410],[194034,-10508],[195019,-3780],[202629,-11758],[197407,-26468],[203774,-29633],[203039,-57799],[192238,-54999],[200049,-62157],[201503,6310],[200807,139185],[195681,139643],[198186,142969],[202536,33523],[196825,34333],[192094,32412],[199277,46593],[200004,45656],[201072,51368],[192246,47738],[197424,63719],[199374,52180],[197165,68791],[202001,73996],[204267,76826],[199771,76117],[200411,76638],[196335,78914],[201516,91787],[216672,-129242],[210794,-27256],[213616,-35250],[216224,-50584],[211012,-67602],[217704,-71793],[215171,8251],[216392,60631],[214664,56627],[221538,-7943],[224964,-15026],[222656,-14370],[219187,-26502],[226695,-27716],[228571,-58719],[219843,-53921],[226108,-62406],[218294,-68454],[220808,-67219],[226655,12664],[230328,26706],[226603,59682],[231009,-8812],[237955,-973],[231223,-14429],[230894,-24423],[240015,-28086],[234840,-34903],[236509,-32933],[232016,-27528],[238099,-42691],[230636,-51703],[237014,-53573],[234290,-61415],[234510,-55537],[234594,3716],[240625,21467],[233633,33270],[241610,48592],[234961,56803],[247943,-29916],[252786,-50148],[251376,-62060],[254936,-63699],[254898,18564],[244552,33813],[245162,69765],[255949,78573],[250290,90632],[253890,91830],[244546,116500],[258165,-36112],[264217,-36245],[260742,-71339],[258767,3263],[265515,25003],[264046,63350],[261343,58544],[259124,77212],[266733,83191],[262756,90462],[273312,-8405],[272390,-3468],[274310,-12958],[274728,-16184],[278684,-35919],[281296,-57123],[275732,9051],[281592,14899],[274611,24337],[269591,69398],[272196,68066],[274531,87258],[278825,114837],[291127,-5688],[285777,-21541],[287431,-14837],[285075,-46508],[288934,-60610],[293288,4257],[284517,55784],[283429,67436],[290200,82191],[302918,-12244],[305498,-6565],[302952,-3588],[306349,-5627],[304511,7919],[297298,10775],[445647,432028],[72098,57321],[66019,55315],[87574,34691],[87971,51603],[87753,54441],[83370,52161],[88807,56380],[79360,51449],[81181,52013],[1006188,210603],[1009962,219353],[1015428,196454],[1019157,205591],[98414,15969],[97960,14969],[97561,31622],[91738,31371],[90878,49978],[92694,41262],[95592,41555],[100982,44506],[98736,42896],[94224,38811],[93846,40419],[92299,42464],[92764,53713],[92134,56439],[96984,55141],[93466,58014],[93929,62777],[98347,65806],[100708,81993],[99890,87021],[101766,109251],[95472,124040],[96573,123351],[94117,122818],[93940,123500],[93226,124497],[93537,124546],[94987,122954],[94863,123126],[94680,122915],[1039856,195681],[1039239,224716],[1039336,219695],[1044989,222625],[1065832,200740],[108047,12350],[102818,14862],[108782,17948],[103469,35419],[103045,45484],[110249,40731],[106392,54270],[108947,52980],[104186,63953],[108240,93705],[112139,95653],[108514,107858],[104597,111668],[114570,115488],[106594,124533],[1202933,260604],[1214838,147547],[1214618,147083],[1215332,146160],[1212820,154202],[1213011,157604],[1214731,161306],[1208957,155878],[1213685,214683],[1215206,209859],[1215765,206358],[1212840,264510],[1227236,144488],[1223163,151347],[1219537,148147],[1219043,147302],[1226517,157927],[1218634,163454],[1220825,155193],[1224569,156557],[1227573,167276],[1221706,166681],[1219880,187496],[1219863,203901],[1225635,204840],[1227675,206655],[1240696,132458],[1236929,138850],[1233158,150258],[1236089,153268],[1235186,151898],[1229766,152743],[1238082,149613],[1233020,153858],[1236849,156883],[1229467,160706],[1229772,154615],[1232753,157892],[1233910,162013],[1235869,159708],[1236174,173266],[1239017,174104],[1235424,171997],[1233265,171875],[1237746,171623],[1232639,185487],[1232357,189698],[1229584,191175],[1235644,190755],[1237306,198265],[1237882,194357],[1235541,201130],[1229884,204419],[1229060,199821],[1231733,208091],[1233538,208485],[1233348,210756],[1229806,212824],[1230063,211681],[1231681,213225],[1235926,209996],[1240856,211942],[1238138,212065],[1236096,216255],[1232595,215988],[1235946,220172],[1233753,218007],[1241440,235179],[1232437,261022],[1238338,261034],[1240672,258013],[1241787,137428],[1242197,142883],[1248980,141584],[1252714,144096],[1247966,147883],[1249816,150639],[1248049,152115],[1251136,158448],[1251054,163353],[1249655,158775],[1252558,157055],[1243071,157118],[1246115,154307],[1248521,165385],[1250368,164578],[1247961,161277],[1251162,170975],[1251587,167467],[1244512,171771],[1244284,173695],[1242776,172628],[1249002,191496],[1242349,184278],[1242465,183328],[1245322,182160],[1241753,185566],[1242252,188513],[1252463,185344],[1246455,189892],[1250388,191833],[1252825,181601],[1253810,184999],[1251985,181429],[1248669,181940],[1246971,194480],[1245248,194233],[1242299,195357],[1244091,198160],[1249194,198755],[1249774,202137],[1244965,204220],[1248286,203127],[1244034,203005],[1253959,194664],[1251820,203626],[1252652,207354],[1250400,211068],[1247702,209018],[1246392,230241],[1243606,238523],[1243128,234801],[1252110,243913],[1246653,251285],[1244411,266671],[1265431,159139],[1263844,158920],[1261674,163278],[1258974,160770],[1266747,155429],[1265628,163437],[1255443,162520],[1256086,161086],[1254693,159690],[1256346,166849],[1265245,174043],[1263587,167240],[1266467,172944],[1265145,183236],[1259088,190729],[1264431,185296],[1259031,184355],[1266682,197903],[1255122,195889],[1258038,194253],[1257952,201147],[1266065,201941],[1255218,206374],[1255761,228420],[1255338,243246],[1259859,236184],[1257279,234291],[1257576,231483],[1261343,235194],[1261944,243088],[1265315,243135],[1255800,245800],[1258055,244166],[1267587,165842],[1268371,163212],[1272905,158310],[1272770,157327],[1267407,157380],[1271244,154637],[1272618,155124],[1271143,168225],[1268501,198134],[1267909,192467],[1274247,242735],[1272557,250898],[1276572,261180],[1277178,256529],[1272201,262139],[125049,-1374],[116385,6714],[125920,11082],[121806,3340],[125437,141356],[118207,13092],[118524,23361],[120454,17917],[118805,124489],[-243399,-307247],[-243283,-307391],[-255889,-311134],[-253700,-323704],[-254764,-337696],[-264762,-306948],[1287295,252476],[1283319,250576],[1280462,254220],[128527,-402],[134741,-3528],[135277,-10052],[138114,-14366],[132968,-22254],[140423,-37880],[137975,-33393],[129103,-27393],[137397,-27681],[137425,-40390],[138513,-39220],[132523,-54612],[133605,-53125],[140912,-21824],[141257,-27321],[145259,-46354],[146208,-45732],[151668,-49856],[143442,-47911],[144320,-47897],[144171,-38562],[147593,-48643],[141448,-49273],[140928,-48819],[146446,-49690],[152900,-56022],[150841,-95667],[151801,-93547],[158819,-48649],[164489,-48611],[154691,-47733],[155931,-50366],[162057,-48383],[154040,-50178],[162548,-55893],[161008,-51878],[155170,-52190],[154978,-54387],[158652,-54866],[160885,-67263],[160793,-65529],[161979,-66942],[157263,43795],[164887,51646],[155408,81782],[174333,-42684],[176424,-48239],[176620,-48715],[170044,-54328],[169825,-55998],[176023,-59614],[170379,55034],[171754,75017],[169656,122813],[168798,119761],[167138,118725],[179553,-50529],[180463,-54054],[183031,-53481],[184143,-54741],[182081,-54097],[185198,-57045],[187310,-58478],[187010,-58609],[183587,-55971],[181255,-61085],[180214,-59181],[191689,-62396],[189323,-61767],[190066,-62914],[184759,-65374],[185050,-64356],[191908,-73433],[192107,-76415],[182853,-67902],[182361,-67557],[183193,-69808],[186789,-73106],[185825,-72745],[189587,-76110],[189166,-76062],[187221,-78379],[189458,56585],[184921,114490],[188871,123000],[179928,123367],[180536,121419],[180067,121612],[181042,116165],[193975,-64974],[192519,-64335],[197352,-66538],[198241,-67886],[198638,-68366],[200586,-69727],[193087,-64796],[199207,-69927],[196494,-67675],[200673,-71746],[201737,-71894],[203619,-72726],[193150,-74018],[194157,-75451],[195020,-77085],[196070,-78003],[195882,-82304],[202367,-85325],[204905,-87490],[201283,-86934],[193131,129098],[193263,63583],[193391,53421],[193324,53562],[194891,69626],[197388,64278],[199890,76419],[201018,68802],[198551,79861],[198924,80064],[202345,115761],[199054,118367],[199655,122455],[216122,-23490],[211898,-29690],[207942,-85582],[210460,-86061],[210104,-86620],[211572,-87189],[212346,-89231],[211361,-86926],[211049,-84637],[210645,-84984],[208908,-86367],[214863,59703],[205893,58937],[217526,99372],[215825,108907],[216053,109295],[209619,115032],[205121,111307],[205284,116190],[228954,-13486],[229120,-58500],[228655,89618],[226735,96634],[219019,103709],[232545,-6902],[232230,-15681],[236483,-25823],[234866,-42498],[234165,-54601],[233915,-54165],[234455,1008],[233060,240294],[233749,34730],[241008,80590],[236118,85854],[245773,-27788],[253504,-52908],[275989,-9825],[272172,-13898],[277481,-35733],[280411,-53108],[288132,-5644],[284787,-46506],[285260,-62230],[26249,149307],[400807,-313],[404392,7831],[445914,431988],[73258,57059],[66690,56118],[823978,-121493],[831725,-116605],[831780,-131849],[830226,-131211],[834308,-121147],[835482,-120428],[834731,-124737],[836668,-127479],[836921,-127242],[842800,-117435],[832658,-132463],[840897,-129288],[844221,-129663],[837979,-89736],[840931,-97103],[843559,-90537],[834935,-112546],[851923,-118305],[850190,-120579],[848919,-118772],[853634,-122971],[855451,-126017],[857219,-124082],[856071,-134231],[855616,-88330],[850795,-95129],[850869,-90972],[848001,-106932],[847078,-107159],[850508,-107422],[851638,-103570],[862588,-122953],[859851,-117901],[858382,-119478],[864273,-126527],[864772,-140300],[860816,-138958],[870174,-135412],[865046,-141713],[861271,-141391],[861970,-141827],[862813,-147022],[858865,-88111],[863405,-81247],[858075,-102833],[871215,-118248],[874171,-117843],[878427,-118190],[876838,-125194],[875497,-127911],[872912,-129283],[875524,-129786],[874468,-138780],[873285,-138640],[875060,-136972],[880564,-134878],[882457,-135223],[877021,-144817],[87438,32954],[89103,48966],[78979,50251],[87184,48589],[88521,54681],[84408,51911],[82204,52955],[87292,113679],[84385,116719],[78594,119412],[908274,-144405],[990253,164723],[1005640,211209],[1010624,215993],[1005373,221127],[1020316,179338],[1021884,202132],[1012595,197070],[1014390,208281],[1017337,205768],[1018229,241804],[93949,10887],[97551,15011],[93347,14597],[98988,32988],[91440,32600],[94458,37805],[91679,37199],[90998,50146],[93494,51369],[93499,42557],[97897,47968],[100123,41266],[90881,44540],[99492,62793],[90229,53844],[90268,53565],[96107,56680],[95976,55153],[94343,58393],[91333,57295],[91314,58273],[91391,58510],[92758,102112],[92401,101887],[92315,101897],[94443,102910],[94574,103151],[94516,105300],[94625,105019],[92471,105124],[92093,105308],[99582,114118],[90631,114383],[90914,112997],[1026163,171110],[1034031,192105],[1031398,208208],[1032026,231708],[1039230,189643],[1047908,186588],[1038526,197521],[1040238,225998],[1037200,220744],[1042006,223358],[1060092,186098],[1058553,209592],[1065691,187185],[112932,5929],[108784,9412],[102754,14662],[107714,17607],[114406,22467],[104600,35621],[105569,45839],[114276,49213],[111882,39985],[113191,112662],[107207,113927],[105643,111746],[104822,112812],[110842,115445],[1215341,146785],[1215221,145660],[1212177,158805],[1210115,155093],[1215085,156152],[1212753,215156],[1215808,210163],[1214734,207003],[1203789,260478],[1212142,258841],[1212884,264213],[1210688,262334],[1227197,143797],[1226378,152346],[1223017,150535],[1219831,149324],[1219011,148519],[1216711,144983],[1227730,142858],[1228592,160658],[1226977,158360],[1226657,163813],[1218730,163398],[1221738,166096],[1221643,155620],[1225069,155995],[1217668,162701],[1226848,166687],[1228570,190971],[1220957,187762],[1225739,204653],[1226702,198022],[1219549,204286],[1219938,209511],[1227702,206455],[1227630,207241],[1227697,258895],[1240872,133176],[1237127,138488],[1232602,153577],[1236981,153762],[1233830,151802],[1238600,149978],[1232328,143549],[1229002,152955],[1237234,156469],[1229013,154437],[1232327,157996],[1233189,162679],[1236262,160001],[1236965,174273],[1234906,173546],[1238746,174085],[1234515,171692],[1233013,171277],[1237562,171498],[1240737,183333],[1241026,188248],[1233413,185455],[1232405,189833],[1230813,191103],[1235975,190770],[1237331,199563],[1238129,196660],[1235308,200865],[1228872,200700],[1231360,207591],[1233196,208328],[1233634,210718],[1230143,212579],[1229937,211479],[1231895,211694],[1235792,209607],[1241115,212154],[1238366,210733],[1228820,205334],[1236249,215070],[1230947,217578],[1235670,220643],[1233425,218543],[1238346,237848],[1229020,267226],[1232429,261963],[1238078,263107],[1240350,258586],[1240589,127447],[1242138,136849],[1246558,149192],[1241917,142066],[1251738,144198],[1247647,149228],[1249528,150740],[1247719,151500],[1250087,165282],[1250738,160702],[1249648,162840],[1250466,158621],[1252191,155978],[1248356,156058],[1244370,155604],[1242982,158185],[1245082,154913],[1244667,154830],[1253554,159542],[1248250,163848],[1248007,160994],[1253481,161750],[1251331,175612],[1252526,170876],[1241913,173092],[1251110,168511],[1243696,170586],[1245119,173309],[1244730,174073],[1243952,172476],[1247346,190415],[1242777,182703],[1245080,181932],[1242514,186124],[1245404,183654],[1253746,186799],[1252689,185391],[1244589,190593],[1254081,187792],[1250489,190876],[1253336,184402],[1252845,181134],[1248011,182185],[1250496,194498],[1245234,194486],[1242268,195694],[1246881,199496],[1249317,199463],[1247954,201689],[1242742,201603],[1253188,194212],[1250828,202923],[1245203,204124],[1252026,205557],[1253031,208393],[1250599,210142],[1248122,209026],[1253067,206622],[1246659,229587],[1242888,239504],[1241879,234699],[1247698,236929],[1246541,236432],[1253987,243880],[1252418,254431],[1248041,255550],[1244992,253120],[1247008,251025],[1253750,259702],[1244158,266699],[1265749,158961],[1262450,158042],[1263558,161569],[1255037,166334],[1257779,163113],[1258117,161318],[1266639,155697],[1265100,173981],[1263044,166889],[1265475,167889],[1255675,189669],[1264939,182997],[1263189,190016],[1265733,186018],[1255229,189348],[1257480,183803],[1258765,191745],[1257343,196439],[1257465,192836],[1254598,201985],[1255876,205924],[1255416,209903],[1259233,230458],[1256235,229038],[1258485,235485],[1256708,233973],[1260246,235773],[1263452,242596],[1261788,242196],[1255519,246058],[1256212,243641],[1268128,166361],[1268473,163597],[1269514,160756],[1268981,159754],[1271452,157844],[1268487,157325],[1269543,155895],[1272830,155582],[1267338,163956],[1267231,167340],[1270321,168321],[1267209,172929],[1267933,191071],[1268503,196852],[1267408,201206],[1273663,241710],[1272914,250216],[1277611,252244],[1268333,255901],[1270128,259024],[1277488,258734],[1277094,256793],[1271687,261403],[122867,-3348],[124969,-27260],[119972,10668],[126613,12602],[122808,11939],[120920,6973],[124433,16674]] \ No newline at end of file diff --git a/src/gathering/a10093.json b/src/gathering/a10093.json new file mode 100644 index 0000000..98275f4 --- /dev/null +++ b/src/gathering/a10093.json @@ -0,0 +1 @@ +[[-1327436,1381064],[128391,-2099],[135346,-3433],[137281,-9550],[137306,-24750],[138629,-15318],[138404,-20684],[132595,-24749],[139973,-28184],[128083,-25803],[137140,-30686],[129053,-32378],[131095,-28685],[128521,12590],[133131,132995],[135335,138660],[128681,131485],[137047,145299],[129405,22314],[130528,14703],[129634,37485],[128322,89455],[134665,95397],[130432,97860],[138770,114877],[131831,104520],[136622,122841],[138160,125429],[132401,126324],[129231,116761],[148930,-9993],[150070,-15150],[151926,-20871],[143071,11132],[140997,129088],[147188,138053],[150719,140514],[145928,22484],[149310,19570],[148777,26708],[147782,97836],[147074,112885],[143622,106659],[148822,102911],[158805,-14165],[165585,-36700],[154385,139459],[165858,131417],[162044,143825],[162757,141313],[159178,45209],[153986,61188],[153767,71616],[153737,88845],[155679,77985],[161734,95426],[161980,91227],[154331,114230],[160119,103491],[165411,120287],[160206,123963],[158806,118026],[166528,-5948],[173813,-2684],[174380,-15972],[169878,9636],[176215,141435],[171765,17938],[172111,21866],[174276,13565],[170241,81551],[170422,81933],[176295,105269],[180781,-26756],[187540,-34661],[187862,-34782],[187344,-49282],[187144,140130],[190922,136056],[186827,143056],[181106,144679],[182698,19338],[188530,29360],[191734,32845],[189777,40430],[186828,75480],[186781,82124],[188084,119496],[196938,-6436],[192462,-5062],[194689,-30207],[201516,-39414],[201433,-46724],[196914,-58843],[200193,8427],[195545,129010],[194641,129892],[195769,131597],[200487,148209],[196986,145473],[201351,50285],[200910,47461],[195261,44324],[194266,62463],[197912,64134],[197580,68391],[204761,100000],[200096,91012],[197496,108137],[211333,-29731],[205529,-61937],[216784,-64637],[214530,148527],[212085,148040],[213419,24112],[206615,30424],[215475,61421],[206162,73105],[211749,67933],[211203,80409],[213256,84855],[212627,102876],[205492,118986],[209359,121827],[207726,116542],[228277,-17734],[225875,-13813],[230223,-52316],[228447,-55886],[222845,47562],[222974,81170],[228657,94267],[227910,97857],[228621,115327],[232031,-7245],[233694,-35],[239730,-25908],[238519,-44444],[238498,-94344],[234591,1867],[232114,35425],[232043,29147],[242057,67769],[234869,91060],[253792,-137425],[244748,-31145],[249726,-37753],[255827,-51351],[252038,11262],[255725,129017],[246346,39805],[247544,48096],[243530,50482],[250244,63929],[252136,81598],[253612,109251],[266828,-85195],[258478,-83434],[264094,-101873],[259800,1725],[257096,18491],[259828,36332],[259603,95894],[259910,100015],[263586,103412],[263362,113275],[266826,117923],[268847,-129466],[272019,-133134],[273374,-8877],[274465,-11627],[273633,-18241],[278850,-37269],[272206,-89631],[274362,-102947],[280435,23205],[270563,88184],[273985,96213],[269371,94011],[278168,105392],[279332,112325],[270652,104735],[285523,-6465],[290462,-10239],[283441,-48868],[287349,-60279],[282483,-58097],[283905,-83526],[287236,21517],[281674,76155],[290999,83266],[303861,-33964],[306091,-46738],[300422,-69672],[296335,-73933],[302494,-89551],[303286,7940],[296248,10958],[315661,-10111],[313318,-10974],[309762,-7603],[316987,-6921],[314145,-14273],[308516,-24751],[312434,-35170],[309490,-45192],[310129,-43920],[308619,-63083],[308444,-61549],[309351,-56261],[310234,2429],[390451,33246],[73198,57082],[66982,56411],[81132,51170],[80711,42870],[89201,51564],[87514,53104],[82462,52408],[79888,64196],[80967,73408],[1020658,178167],[91474,4278],[95159,13688],[96450,19424],[98155,34260],[91370,38472],[89790,35154],[96974,27308],[91208,49408],[94045,40265],[92972,42294],[98638,45851],[101220,42772],[91182,52239],[94012,57892],[92103,57578],[95339,74753],[91194,71130],[101324,88480],[100968,83959],[89866,85104],[93355,109055],[106805,-5537],[110639,5771],[106891,9951],[112935,6027],[110763,3216],[104139,16073],[112661,22282],[109822,18127],[113592,18508],[111172,23109],[103180,33408],[111215,37815],[113094,37211],[112821,50602],[112152,47808],[107380,58363],[110555,101131],[104637,100953],[104731,102386],[114845,100376],[111434,90200],[109568,110022],[103128,120010],[102880,124366],[111421,125774],[120932,-1418],[125375,-2309],[115504,-8539],[125177,-10830],[120249,9341],[118863,2733],[115686,128295],[118053,129768],[120622,129182],[120367,132492],[125558,134629],[119266,14944],[121270,22715],[124888,17060],[121861,20274],[124330,35002],[125978,87966],[119722,85553],[119567,100245],[115702,106963],[125981,103118],[127319,103089],[123110,116918],[123755,120514],[117997,122690],[128826,-2413],[134479,-3176],[138266,-10478],[130311,-11737],[140417,-20063],[136980,-15513],[139911,-28283],[136054,-34385],[129860,-25480],[138698,11411],[133677,132474],[135403,128933],[139150,132942],[135492,139403],[136449,137721],[129349,129477],[128030,131994],[138340,143564],[128707,21288],[131124,30363],[129216,100331],[130162,91605],[128202,90295],[137497,93823],[140110,97281],[130986,113144],[135234,107125],[130549,104033],[139046,126828],[129392,123447],[149951,-12431],[147947,-14580],[141530,-35843],[143643,130632],[142316,138901],[151691,140882],[148807,25265],[146247,19419],[153018,69390],[153140,82479],[140805,102221],[146090,101247],[152268,113136],[147015,113758],[160031,-7704],[154581,-19963],[157518,-13770],[160959,138373],[165219,128874],[156671,142311],[161272,43370],[155127,62857],[155604,82392],[158823,100842],[159719,92845],[160763,91008],[159559,114897],[156758,106539],[162530,121981],[170301,-10761],[179066,-6933],[176857,-16322],[168501,-34424],[170342,12190],[172996,11820],[171097,129983],[179102,142116],[173869,142488],[169719,18491],[174288,24736],[178017,23002],[168974,55709],[173236,77566],[170361,82168],[175435,103709],[181572,-34527],[184309,-30088],[186205,-29545],[186146,-51813],[191627,-57805],[185090,11216],[190581,130773],[190449,135536],[189611,147808],[185532,21929],[189220,22589],[182719,31566],[184355,38107],[190429,37764],[190807,51308],[180165,81402],[199011,-3965],[194919,-224],[196516,-31720],[194426,-42917],[199132,-46954],[200147,-55497],[200047,131462],[194752,136446],[199945,150172],[199358,142126],[196569,14206],[196667,46123],[192634,39754],[192374,56745],[193334,53455],[192821,65265],[194527,69261],[198500,65050],[197148,93762],[203012,114746],[208072,-30086],[206336,-53988],[214677,-66727],[214605,151452],[211044,149887],[216542,59207],[213074,78849],[205595,92682],[210900,91505],[212268,101070],[208402,126633],[217342,118810],[209305,115871],[229530,-16131],[227336,-56234],[223102,145954],[219775,21748],[221571,30835],[224052,49783],[218705,67958],[218000,82561],[222018,107824],[236629,-155],[231102,-9210],[235081,-23650],[234761,-45269],[230629,-51338],[236553,-57959],[233035,20995],[233416,22528],[232043,35196],[234836,49568],[241776,71477],[236147,89491],[243511,-30705],[251352,-50561],[244437,-91554],[254270,8900],[252536,37810],[253040,38912],[246825,50668],[244652,59721],[252980,61960],[253039,75723],[250915,77402],[255879,94191],[258027,-123337],[256772,-80697],[265036,20171],[268572,90644],[271083,-127807],[272276,-133120],[275935,-6307],[276042,-14994],[273926,-17195],[278986,-37438],[281343,-60458],[274811,-81464],[272922,29871],[278211,76025],[286398,-9137],[288822,-4553],[286262,-23175],[283941,-46615],[285616,-60662],[293491,10931],[284274,23825],[288177,78980],[287324,85826],[282264,77315],[301220,-48050],[298675,-74930],[295247,-73827],[302293,-87769],[306499,-84046],[299265,-91785],[306389,6504],[310116,-12007],[318115,-6534],[309810,-5183],[317445,-14360],[310987,-20817],[310761,-24899],[310048,-33338],[307954,-41708],[312946,-56917],[307447,-61622],[307235,-55332],[308629,1331],[67568,55371],[86985,35729],[88990,49138],[80030,50968],[80853,44866],[87711,54266],[87285,61967],[81331,63009],[971517,207042],[91899,2835],[98961,35711],[94682,30671],[94301,44061],[101269,44404],[91304,45876],[93387,51565],[93423,58036],[90205,58056],[92292,74105],[90238,68724],[99498,80358],[95387,86039],[102030,104932],[100382,120749],[106748,149],[106458,8535],[111815,6591],[110358,21040],[110096,22544],[103513,33247],[111671,48711],[112143,43063],[107018,58783],[111105,87644],[105818,89713],[102603,88248],[112737,110069],[108156,109939],[114691,127876],[112037,120456],[106533,123167],[114621,122836],[118199,-7935],[124202,-29208],[115579,6095],[126524,12919],[126194,8283],[123234,3735],[127611,7285],[120880,8222],[117829,128487],[119270,132686],[122386,135415],[121297,19333],[124028,25045],[127648,37413],[122785,26782],[118062,36592],[117997,97359],[125985,100519],[126966,117431],[1322300,381085],[137013,-10047],[134017,-23110],[135216,-25022],[139337,-13972],[137187,-20079],[131101,-33654],[135521,-29309],[131514,608],[130898,12267],[140672,135960],[133031,135805],[140496,21853],[131221,37339],[138427,47480],[136164,60791],[130504,78687],[135106,95070],[132463,98004],[128133,92310],[134132,106991],[129995,106369],[137913,126112],[132402,126844],[129530,118251],[147932,-13520],[141040,-26623],[141089,-34871],[143601,12990],[146029,134372],[152193,134665],[141217,140532],[145347,21034],[148090,34053],[149811,26015],[151095,67723],[148383,95434],[148056,110429],[141818,105798],[151626,105098],[153042,116706],[161562,-6115],[159327,-23494],[165312,-23211],[156736,-20858],[163618,-13259],[166294,140379],[159469,133462],[161798,131533],[164743,143156],[162182,20559],[166174,21677],[159712,45009],[155580,56641],[155110,78600],[161000,102147],[157465,93059],[161414,91131],[161336,113652],[161190,120760],[156932,117932],[172093,-6126],[166514,-8634],[178713,-16864],[178495,-16075],[166757,-28947],[174405,-43815],[172501,1835],[176658,2454],[175200,8382],[174287,138807],[169070,23822],[171183,24252],[175311,44455],[170226,55459],[174333,77476],[173085,106663],[166928,113697],[176920,107711],[185985,-9452],[189822,-14109],[189926,-31989],[187102,-29387],[187315,-48090],[191048,-55468],[184083,138010],[190276,135300],[182694,138861],[188674,143603],[181054,19806],[182858,23193],[189422,31636],[182625,41210],[184593,38999],[189034,46620],[187428,38945],[191336,65823],[186732,83016],[190157,113975],[184502,120539],[194528,-8913],[193986,-19635],[198748,-24386],[201665,-17092],[198936,-32172],[204668,-56759],[197169,-59391],[202651,8029],[193925,9437],[196911,1700],[195459,433],[197160,6969],[201101,136354],[200794,128452],[204390,134958],[192662,131890],[197415,143385],[198167,36149],[192124,30033],[197550,50378],[199028,43349],[202060,51660],[197137,53627],[194582,69465],[198821,64715],[199237,93280],[200452,107715],[195183,105365],[206163,-8810],[209144,-28595],[216246,-28533],[215425,-38184],[206025,-34390],[214878,-46944],[208457,-41894],[204896,-56818],[214216,-55671],[206056,-66967],[212393,-72427],[214304,8582],[213473,135140],[215825,150711],[208230,150218],[212424,20976],[212759,26807],[215365,59995],[211378,59571],[208801,75578],[209318,70803],[214191,88399],[206664,96710],[213314,113804],[211111,104260],[227348,-8419],[219291,-8586],[228928,-15425],[220449,-21505],[218492,-13140],[217935,-27913],[228772,-56684],[220798,-55292],[225626,-55944],[218298,-71184],[218890,-69128],[221503,148161],[223335,16668],[225853,47369],[222789,45820],[222356,57486],[224347,78794],[223079,103989],[236169,-916],[231894,-15631],[239089,-26080],[238972,-43367],[232677,-52489],[238850,-56365],[235975,-54703],[233533,-64139],[231715,-83296],[231484,23442],[232641,36037],[242248,33537],[240927,47889],[233524,57349],[240440,58429],[236703,54626],[237021,70961],[240019,71701],[238144,91995],[252982,-125347],[244851,-29554],[248575,-38428],[249494,-57461],[245467,-88021],[255459,-96557],[250168,9037],[254174,131732],[252142,58688],[265444,-123016],[264974,-125076],[262628,-1390],[256198,-52240],[263828,-79767],[263857,-93014],[258616,8029],[266436,26561],[265665,73225],[258934,95064],[260038,118134],[270347,-134006],[276099,-151978],[275130,-7266],[274674,-7644],[275983,-14784],[277552,-35924],[271272,-26961],[281332,-56816],[277027,10058],[280895,13306],[278561,99743],[289712,-6217],[292981,-5791],[286258,-22085],[290099,-17940],[286338,-44618],[288978,-60003],[292045,-68875],[286763,-83814],[294306,-84836],[284171,25447],[281917,63358],[284562,73531],[291043,78276],[288631,85648],[286931,80939],[305664,-9085],[298746,-20634],[305026,-24948],[305470,-34296],[306683,-33235],[301633,-49468],[307130,-56083],[297253,-71573],[306742,-91246],[305147,3664],[295029,9212],[297953,7330],[307299,-112],[311540,-7005],[311313,-26103],[311429,-41929],[307806,-41420],[311811,-54898],[310403,-88940],[400664,308],[434185,426168],[434200,433364],[446180,431706],[438752,430006],[443779,431499],[444185,432136],[443258,431433],[66035,56054],[830656,-116897],[831606,-132164],[829342,-132639],[837025,-115550],[834824,-120438],[835487,-119599],[838929,-124645],[835711,-122265],[839154,-124943],[836812,-122282],[834869,-125030],[832360,-132740],[841162,-129234],[837164,-127899],[843815,-129325],[841810,-97429],[838466,-96156],[837656,-113601],[833718,-113627],[844240,-109691],[851610,-119024],[850971,-118646],[848028,-120077],[850460,-119274],[850527,-119583],[848535,-119698],[848833,-118636],[847540,-119349],[848526,-118424],[848414,-115415],[855463,-125135],[855084,-124168],[853275,-124926],[854795,-124090],[848083,-125257],[848052,-123231],[845658,-123711],[857573,-133441],[845879,-88269],[845676,-87860],[847397,-87889],[846625,-88580],[854531,-87890],[846301,-92772],[847149,-91522],[851185,-94723],[853385,-93172],[853507,-93985],[845433,-111781],[845377,-114132],[848116,-114740],[846519,-109177],[847482,-108494],[846264,-107905],[844972,-107976],[850756,-106883],[853158,-103963],[860988,-122546],[861612,-121097],[863142,-120574],[860982,-119507],[862800,-123115],[862448,-116771],[858389,-118474],[859608,-118157],[858932,-124408],[864335,-127239],[864940,-140331],[861419,-139016],[869520,-136911],[865662,-140929],[860289,-141347],[862275,-141894],[863630,-146706],[862305,-147811],[858395,-88284],[862972,-80442],[857811,-95395],[857820,-95558],[873238,-126906],[873019,-126795],[877983,-121582],[876036,-120160],[877269,-124950],[873604,-131757],[874717,-128245],[875321,-129680],[872913,-129453],[876657,-130361],[872923,-128122],[876063,-128205],[873169,-137803],[874470,-137341],[880933,-134396],[880719,-134847],[876024,-145823],[877298,-114693],[876521,-111655],[875677,-114710],[876525,-112325],[87941,50807],[89355,42669],[82142,45499],[87578,55371],[87274,57866],[77641,56749],[84874,72426],[86708,79918],[96687,6774],[98591,14560],[100583,23093],[96953,31936],[93221,33223],[91689,50376],[92859,39917],[96909,43638],[97976,47678],[100366,43273],[92424,38672],[93138,51485],[94378,58765],[90697,68031],[96256,71293],[95938,70606],[98434,81418],[92959,108432],[100602,106915],[108648,-6072],[108500,7917],[113000,9602],[105976,16482],[107809,18805],[109760,15783],[111327,24418],[104830,32198],[111391,47845],[114024,39560],[104734,83729],[111239,98584],[113153,90869],[107101,106905],[103590,120591],[102418,123396],[109899,126096],[115378,-8051],[118173,6206],[122844,2798],[121338,4213],[118247,131945],[126279,130714],[119102,24331],[125282,18165],[125716,25523],[119959,16412],[120347,21740],[115609,44386],[127626,99403],[117418,101992],[124781,110892],[116099,110669],[125396,109769],[121127,104810],[116794,117711],[115502,127308],[120484,128079],[122036,121057],[116080,122235],[1321097,380608],[130689,132219],[138011,131300],[136716,133666],[138060,142817],[128994,33084],[139869,59144],[129482,80853],[128872,85882],[134223,98083],[139380,95451],[138359,97829],[138116,100463],[136805,104335],[130513,109086],[128955,113248],[131288,112239],[136543,109945],[131514,105710],[140771,113085],[129738,104886],[128167,104076],[135949,125567],[134525,128052],[138479,125449],[133267,116091],[129556,116337],[130718,123722],[128252,117339],[147355,-13072],[151732,-17520],[143943,9503],[141287,132095],[143905,139937],[151071,139778],[142179,141516],[145530,142399],[141667,23209],[147072,32831],[140858,47072],[152563,71645],[150732,111688],[145161,107169],[143942,103250],[144094,127200],[165688,-10859],[159239,-23663],[166078,-23291],[156645,-13555],[160238,140840],[160941,131788],[165768,142703],[166141,14070],[157601,45619],[156353,58226],[154116,86076],[161293,88652],[162363,77753],[165824,108256],[155687,107785],[158031,104735],[157187,120425],[173932,-118926],[177738,-120963],[178379,-118201],[176750,-127522],[177446,-140112],[176132,-134021],[176675,-142943],[177465,-143081],[178355,-144975],[176793,-142830],[173782,-148424],[174827,-156646],[173422,-159435],[174656,-160162],[170646,-164880],[176351,-164393],[175356,-161441],[174046,-163501],[171385,-163371],[174220,-165793],[178545,-175378],[178014,-173698],[169917,-166489],[170479,-166753],[171886,-168535],[172958,-169152],[174074,-167405],[173251,-167608],[177806,-178011],[169779,-167405],[178446,-171688],[178830,-170928],[175022,-167564],[169689,-173437],[177912,-181309],[177845,-10158],[171400,-8138],[170270,-5250],[171824,-2824],[172871,-38525],[166886,-37907],[178943,-112636],[177368,7361],[170539,8288],[178127,2066],[173082,8823],[172728,132367],[175835,144786],[168434,15167],[178480,20434],[174216,47840],[173476,41019],[176676,104424],[186412,-117285],[186256,-127438],[185720,-122735],[183633,-125467],[190102,-122924],[191370,-119356],[180373,-118736],[179282,-116097],[190300,-124432],[186024,-120288],[179973,-121783],[184778,-128596],[190563,-128480],[189730,-134489],[185344,-136456],[186057,-137774],[182787,-139174],[181985,-135667],[181883,-135914],[182426,-132291],[182944,-129459],[184349,-137995],[179582,-139236],[181591,-131966],[180569,-130136],[180446,-128408],[181355,-128217],[180219,-134309],[189350,-127949],[183085,-142172],[180255,-141772],[184136,-144503],[179214,-142745],[188915,-151993],[189017,-146607],[190725,-146261],[191885,-148218],[179216,-147046],[187962,-146689],[186716,-148475],[185809,-149452],[190255,-148761],[189424,-150077],[180163,-146570],[187775,-153927],[179284,-155330],[180122,-158554],[184422,-162547],[188027,-165441],[189819,-164231],[186871,-163453],[189221,-162379],[186454,-165245],[186316,-154213],[181843,-161528],[184442,-159977],[185721,-160378],[187252,-159588],[181064,-159645],[182694,-171553],[183948,-171526],[186237,-170300],[190378,-168543],[190812,-172018],[188005,-173585],[189327,-174537],[191916,-175167],[188689,-176526],[182037,-173065],[181423,-178701],[179270,-168295],[180104,-167846],[180424,-167725],[179435,-169970],[191999,-186039],[182962,-179798],[186152,-184266],[181207,-182895],[183377,-183054],[179580,-178908],[181514,-181847],[179222,-180864],[182410,-184428],[187967,-181345],[186912,-182873],[189027,-183515],[186805,-180108],[185462,-179775],[191665,-183862],[191572,-213945],[190476,-219258],[183335,-229756],[184076,-228633],[187477,-227326],[188326,-224000],[189081,-225813],[191986,-229295],[185916,-231323],[189062,-233116],[188445,-232209],[180918,-11624],[190253,-15370],[179206,-16816],[185220,-27827],[189979,-28309],[185639,-32411],[191056,-113264],[191290,-114388],[184300,-109294],[181075,-107550],[187007,-111160],[185771,-110484],[187377,-112757],[190448,-114469],[185346,-112365],[191042,-104809],[190053,-102896],[186195,-105031],[190890,10022],[190429,131158],[189198,133566],[181083,146351],[186143,142771],[183409,144018],[186195,24300],[183907,28199],[182124,37463],[184653,55230],[185870,75703],[186192,99541],[179326,107457],[179737,109367],[186940,105063],[190058,119782],[197010,-115220],[202470,-119772],[201415,-119487],[200867,-119982],[198575,-118156],[196774,-118189],[202167,-124763],[198480,-127286],[195875,-122038],[193728,-117332],[196361,-126449],[200571,-128363],[193749,-129378],[195360,-131924],[195019,-132049],[197909,-133116],[193765,-136380],[204304,-152315],[194815,-147519],[192727,-152737],[194510,-151146],[198731,-152092],[195748,-144636],[198362,-142742],[194783,-142096],[200906,-151833],[202787,-148665],[198610,-162386],[200645,-157552],[200352,-160146],[198834,-160885],[202341,-164863],[200688,-165642],[204492,-163680],[203464,-156014],[201670,-155215],[202253,-154249],[192269,-154239],[194402,-156458],[198395,-153500],[194871,-156503],[193920,-158026],[193096,-162139],[195892,-158793],[196861,-157021],[194040,-165177],[194949,-165446],[193524,-164840],[198579,-170726],[199600,-173519],[198837,-174353],[200251,-178017],[203600,-177816],[203781,-166967],[201455,-176966],[197130,-170268],[196941,-167121],[193792,-168203],[192506,-170897],[196693,-171911],[200196,-180503],[202231,-182097],[203905,-185505],[192428,-185070],[199338,-182099],[197557,-183359],[196758,-185662],[201848,-187720],[200518,-187757],[198458,-189307],[199514,-191340],[192854,-185848],[194366,-184333],[192602,-183323],[193309,-188627],[193335,-181676],[192688,-179703],[196472,-179079],[198216,-179423],[200532,-185993],[201244,-204500],[198310,-201213],[204744,-200284],[195384,-201703],[195528,-197156],[201936,-195398],[203009,-207922],[203106,-206406],[200097,-205885],[201806,-215868],[201448,-214642],[202807,-215235],[201176,-208863],[198927,-208233],[198637,-206535],[197812,-208403],[197122,-208925],[199945,-211186],[199266,-213487],[198549,-215432],[194621,-205913],[204314,-210735],[198324,-210878],[197389,-211466],[197676,-213138],[198683,-214998],[198647,-216978],[195642,-215210],[195024,-215859],[194541,-213051],[192240,-216067],[201687,-217431],[200508,-218700],[195357,-219033],[192786,-218603],[193099,-219537],[192543,-230752],[199599,-234391],[197175,-234586],[196310,-231857],[196835,-230649],[193635,-232191],[201141,-234806],[201934,-232920],[200124,-230814],[199651,-232930],[203160,-8616],[194337,-6409],[193723,-3685],[192162,-20153],[192923,-17031],[197633,-24791],[195260,-35856],[195665,-41534],[193847,-48167],[201201,-47236],[193932,-53160],[200659,-65631],[193337,-101415],[195471,-102780],[200017,-109430],[199196,-112146],[199801,-114497],[201344,7955],[201499,8550],[198337,11057],[194630,130773],[199957,138478],[199498,147228],[198539,141503],[196266,23322],[202114,35823],[202956,43922],[200093,48003],[195914,45885],[203820,51809],[198916,52464],[195575,88447],[201394,99310],[202250,97836],[198493,92299],[199894,94310],[197717,111076],[194408,107476],[206523,-145268],[213208,-151793],[212227,-149970],[206251,-149185],[208073,-149228],[216510,-163714],[215344,-161708],[212088,-162694],[215534,-154169],[211827,-153683],[209472,-154862],[205123,-161283],[205161,-158235],[205838,-154673],[205029,-175423],[205689,-169053],[210405,-173243],[209950,-176365],[212701,-172470],[213330,-173825],[215479,-173235],[215936,-175750],[216449,-175208],[209010,-168058],[212467,-168918],[214026,-168130],[215272,-166458],[208559,-167225],[205748,-189378],[209832,-189990],[207898,-188743],[210615,-187420],[213369,-187816],[214471,-185167],[207501,-187743],[211276,-184384],[212980,-184543],[213859,-182091],[214103,-180441],[215997,-184311],[216259,-185805],[217340,-185698],[217348,-189299],[211706,-189889],[205197,-190387],[217391,-193950],[212989,-196786],[214196,-199594],[214456,-197119],[217084,-197752],[217103,-199268],[214714,-195416],[209754,-195814],[212532,-194479],[216898,-202260],[214960,-199622],[205288,-192406],[208922,-200192],[205727,-200509],[207240,-200668],[210540,-199557],[211829,-199853],[205680,-201628],[208746,-200350],[206025,-203140],[206747,-203837],[208141,-196459],[217445,-213641],[209275,-206317],[211070,-205775],[210435,-210256],[207955,-209321],[207558,-212871],[205806,-216072],[206940,-208395],[205993,-213647],[212809,-205101],[208722,-211842],[214961,-221161],[213848,-221117],[214800,-217619],[205082,-228899],[217476,-243396],[214552,-247997],[211237,-248332],[216437,-273738],[215900,-275864],[210110,-279500],[213054,-287487],[206796,-289566],[210926,-291387],[210884,-291618],[215228,-291435],[215765,-293634],[216336,-304986],[209029,-295863],[212944,-304140],[208233,-303774],[216845,-299249],[217484,-298637],[212965,-306578],[211698,-305468],[212015,-309187],[215431,-311106],[213783,-315885],[213809,-36041],[212359,-36122],[206025,-33953],[209076,-33769],[210069,-70240],[214215,-66137],[212310,7873],[215525,147830],[207314,152510],[206391,141102],[211837,21361],[208620,30590],[210917,59393],[210404,70693],[212791,80000],[211041,77117],[216728,87901],[208737,95589],[212251,104073],[215292,115657],[229996,-146419],[222056,-162245],[222821,-159543],[226145,-162793],[225746,-164608],[217911,-165346],[223268,-175742],[224284,-175411],[221838,-172739],[220956,-171010],[221043,-170640],[218552,-169591],[220252,-166714],[228017,-166579],[227959,-173628],[226225,-177129],[219380,-178380],[220371,-175826],[219819,-176492],[222019,-178756],[221345,-178990],[224724,-167341],[223871,-171495],[222825,-170396],[225105,-171007],[218085,-181514],[218715,-184920],[220738,-183459],[220642,-185374],[219199,-187936],[227005,-187417],[226231,-189845],[229437,-189456],[228851,-185717],[229437,-183735],[223033,-191727],[224249,-191050],[223783,-185245],[224253,-185046],[225850,-182858],[223270,-183493],[220820,-186460],[219433,-187409],[219761,-180182],[217743,-179246],[219725,-197404],[224487,-198916],[226089,-194229],[220713,-201720],[223036,-197158],[229376,-203793],[222614,-194920],[219142,-195883],[227214,-198091],[228685,-196015],[217690,-203339],[226718,-195644],[227401,-201585],[226420,-195424],[220147,-207418],[230386,-207618],[225345,-209283],[225670,-214429],[224383,-216989],[227179,-213813],[226939,-208513],[229275,-210367],[226708,-206110],[225225,-206933],[224825,-206024],[223131,-208777],[221676,-209415],[218214,-215028],[222968,-211885],[222023,-211058],[220423,-211323],[218336,-210762],[219295,-209124],[221232,-206160],[219727,-215426],[229887,-226370],[228711,-225902],[229135,-227395],[228545,-222798],[230032,-225433],[228957,-218620],[224495,-223026],[224077,-223637],[226982,-220503],[225594,-218680],[222625,-218206],[227488,-217495],[225329,-220916],[224388,-225529],[223202,-222400],[221392,-219737],[218447,-218080],[226093,-229882],[226056,-229042],[227455,-229679],[226210,-231252],[225759,-232445],[220524,-10010],[229734,-253061],[220591,-249543],[225273,-267157],[224306,-256611],[223093,-258044],[222554,-259317],[225597,-256238],[224290,-256797],[221148,-257804],[224586,-260670],[228280,-264429],[225121,-262888],[226632,-265012],[225631,-263862],[224478,-286203],[224788,-287118],[226852,-290290],[221672,-289520],[217976,-287017],[221276,-294050],[224641,-295278],[223539,-296823],[229388,-298445],[224825,-305953],[229273,-302563],[226155,-304040],[221166,-294605],[220652,-295801],[219927,-297245],[228813,-312588],[225872,-308857],[226340,-313840],[221945,-312030],[226184,-315443],[218282,-313156],[219407,-22847],[221924,-14902],[228613,-36127],[219987,-29371],[218807,-39886],[225901,-41577],[220564,-64959],[218812,-70896],[222657,148476],[228814,25750],[222866,13107],[228348,29680],[222702,45210],[229583,54599],[225230,83218],[224020,101684],[219532,105429],[219683,117321],[238277,-152260],[240020,-153228],[230697,-148260],[239419,-159521],[239943,-154426],[242540,-156162],[233849,-154182],[231998,-156301],[242029,-157582],[242278,-159904],[242472,-176313],[240123,-173590],[240531,-167054],[239697,-177935],[240027,-175221],[232659,-166972],[232709,-169072],[234635,-173460],[234641,-169481],[236892,-177096],[235892,-173540],[232014,-178165],[236833,-191669],[236049,-189662],[234987,-190873],[239439,-187976],[241347,-190252],[242622,-191710],[241808,-186943],[243059,-185071],[233245,-188935],[232668,-185608],[234473,-184033],[230802,-181628],[241434,-179477],[242139,-199585],[240824,-195238],[238794,-195333],[237681,-196166],[237627,-192102],[230708,-202159],[233119,-199104],[233412,-199466],[232753,-204289],[235262,-203164],[230729,-203331],[231463,-196459],[231503,-198022],[231584,-217393],[235862,-204613],[233716,-206586],[237384,-206629],[236182,-209512],[231483,-210762],[231090,-206906],[233568,-209590],[230858,-213806],[235629,-205603],[235831,-207007],[230739,-208553],[235965,-209701],[232258,-213323],[234504,-218384],[231320,-227114],[231718,-225620],[232089,-221719],[240061,-240126],[242665,-238184],[240588,-240401],[235845,-238578],[232570,-240244],[233411,-242542],[236086,-239686],[232064,-237905],[240254,-246550],[232396,-253653],[239047,-264841],[239434,-268300],[241515,-268240],[230905,-258462],[231032,-256850],[231034,-264817],[239730,-271831],[237130,-276207],[238353,-277240],[235369,-277743],[231755,-269280],[234445,-275599],[235211,-270768],[237478,-277567],[239362,-281459],[239918,-289139],[238794,-282792],[238468,-289251],[237071,-283323],[230927,-292191],[230464,-287139],[230469,-303148],[232226,-300678],[237255,-303637],[232998,-307146],[235322,-319606],[237022,-317568],[238571,-318638],[242687,-316857],[235965,-310959],[239303,-323948],[238327,-331618],[235385,-326417],[232252,-40876],[235206,-56974],[231134,-67639],[230505,-85667],[235606,19278],[240010,35834],[242323,48603],[240223,51636],[236303,70469],[239708,87365],[230592,91304],[234937,93421],[254474,-136926],[244030,-152726],[243502,-176040],[245824,-174531],[247793,-174259],[250237,-175908],[248486,-177060],[247615,-171426],[249050,-170255],[246086,-169621],[244006,-169893],[246021,-178329],[243338,-189858],[246574,-186419],[245158,-179414],[247177,-183177],[249618,-181017],[244029,-192380],[255946,-225610],[245420,-241029],[248841,-245879],[250075,-251395],[250981,-252123],[246241,-252338],[251763,-257518],[252666,-258019],[247066,-256143],[250254,-261055],[247117,-264551],[243390,-260418],[245838,-262884],[246704,-259673],[244567,-260707],[244784,-257928],[255649,-268195],[255593,-266728],[248890,-265268],[250831,-262942],[249119,-263352],[251206,-271180],[251294,-272686],[250847,-269283],[254097,-280548],[249967,-268990],[250969,-271941],[250488,-272406],[245825,-274596],[255088,-284127],[248893,-281412],[244679,-283768],[254703,-293683],[251020,-289442],[250071,-291811],[249353,-290151],[248023,-289809],[249945,-292109],[248087,-293960],[246978,-292824],[250784,-291259],[250927,-283694],[250346,-289127],[250864,-290753],[252816,-286314],[249570,-295112],[252301,-297497],[254382,-302917],[254492,-299175],[255298,-303750],[250138,-302556],[245777,-305425],[243966,-302887],[243604,-301739],[246939,-310974],[255901,-314924],[250303,-316033],[255407,-319666],[245698,-312000],[247962,-323986],[249923,-322529],[253879,-58866],[243422,-93169],[252240,22394],[251186,39607],[249242,73229],[247281,64836],[245489,70986],[249480,79615],[255346,94101],[251945,119777],[268383,-123042],[258860,-228729],[256360,-226123],[260803,-224434],[258052,-228175],[257074,-225798],[264904,-245486],[266086,-250807],[268531,-251171],[257628,-266288],[259095,-268090],[259954,-269829],[260270,-271511],[259341,-272533],[256024,-269999],[259307,-280368],[259645,-278798],[263302,-280591],[256280,-275973],[257952,-277331],[259483,-277930],[259575,-276479],[256583,-290152],[256346,-287902],[258983,-281435],[257200,-283622],[257483,-281939],[260624,-284513],[266901,-284211],[267068,-281949],[264610,-284024],[258485,-281416],[267942,-299971],[256576,-298012],[259424,-304018],[258851,-299332],[266223,-301777],[265736,-303378],[267147,-299527],[259690,-298064],[263047,-305933],[256277,-297325],[267788,-296589],[268093,-296325],[265961,-298769],[268287,-302668],[267496,-314758],[267451,-308282],[265274,-326105],[266297,-325084],[259124,-325103],[261633,-324277],[261748,-324142],[261664,-325853],[258562,-63033],[268752,-88081],[258410,128635],[260460,14768],[257722,116866],[258897,121729],[256138,127849],[269768,-126430],[276105,-153044],[273293,-253062],[273002,-243695],[270086,-244679],[273577,-247168],[272836,-249401],[271887,-251159],[270381,-249409],[273101,-246446],[280369,-260846],[275924,-269451],[276988,-269066],[271556,-283081],[269791,-288216],[273886,-288024],[280830,-292329],[277812,-293702],[278865,-27265],[273058,-56341],[269253,-93506],[276236,-102217],[277577,10174],[273047,50372],[280716,74739],[290836,-11017],[282173,-294097],[290148,-22350],[282096,-59593],[292238,-73440],[286647,-87043],[293344,-84452],[289089,7960],[290435,8287],[285772,14465],[284942,18155],[282602,26316],[287607,76905],[289524,80184],[288370,85110],[303064,-1424],[306614,-12381],[302175,-2594],[300952,-9270],[305631,-9509],[296175,-2941],[296721,-25100],[305670,-38316],[306668,-44611],[305729,-58264],[306411,-62521],[297304,-75275],[299504,7405],[299726,9633],[301715,5828],[295679,3972],[312088,-8959],[312042,-8278],[315897,-6440],[309929,-34060],[309382,-28432],[311715,-43773],[308327,-59931],[313158,-53989],[308027,-86103],[310060,-88654],[308743,-89893],[308384,4106],[433398,433461],[446143,431504],[444060,430877],[80911,46665],[80726,61049],[78604,60421],[88226,86140],[96000,-10207],[99263,-14703],[96045,3209],[94630,11255],[92513,69184],[101967,84481],[100727,92988],[93109,108043],[112327,-1042],[104238,10369],[105033,18930],[114110,50625],[107549,58567],[107880,96777],[104651,93139],[106045,90452],[113484,115223],[108447,111330],[109646,105698],[103784,102624],[111096,118768],[103983,125543],[108482,124829],[117231,-7440],[125058,-8343],[125924,6694],[116558,128317],[123376,133645],[122661,133190],[127579,132399],[121823,22744],[117712,38228],[127574,42177],[116189,86997],[125968,90934],[115380,105345],[126093,104731],[-1326821,1381046],[1320988,378911],[1320201,379964],[128203,132950],[132647,132560],[134858,129970],[137537,128418],[134593,140478],[132206,128772],[140580,142726],[128196,14986],[135982,32617],[129350,35000],[135662,61177],[134939,76664],[132959,88411],[137357,93178],[135156,96641],[133315,102964],[148135,-17135],[141868,12276],[141400,131339],[144502,139430],[151598,139576],[143661,141317],[140871,18816],[150141,24924],[147614,18952],[143913,31130],[144452,48847],[153122,66231],[153127,78186],[148894,95059],[147616,97906],[150033,112679],[143799,110293],[149554,103360],[166095,-4421],[159976,-8431],[157389,-14431],[165212,-26289],[160040,-26735],[158845,140636],[165631,134254],[159797,142005],[161711,21076],[156550,61952],[162753,87858],[155204,101000],[163668,97022],[156228,112341],[154207,114804],[162921,103941],[158563,103410],[162245,120934],[173036,-8928],[168124,-9191],[174829,-13864],[173873,-36503],[169437,-37155],[174637,3857],[176472,12134],[173924,128335],[176010,142142],[166609,18847],[173548,26908],[178939,48824],[169571,42376],[178022,69563],[167092,112397],[179105,112016],[182364,-12913],[191788,-34898],[184418,-30437],[192098,-49955],[191226,133764],[191736,133589],[189694,141454],[186719,142067],[180824,142136],[182914,23568],[184161,19382],[187530,22383],[188306,27765],[185151,37831],[186422,43614],[188242,42272],[185109,78991],[179221,105176],[190342,115162],[181042,107214],[184820,126147],[187267,118650],[193680,-2411],[202770,-6589],[200906,-6182],[192826,-18879],[192902,-15083],[200726,-22522],[193920,-42505],[195480,-54771],[192128,-58522],[198904,-57446],[192341,4903],[195071,1084],[198967,6543],[196731,140846],[198602,143660],[204559,147578],[200169,13348],[200573,29884],[192191,32493],[194424,49719],[201504,46925],[193786,43491],[194683,52699],[192386,58088],[200780,97167],[201072,113001],[201796,127192],[199346,126679],[216796,-33044],[205490,-30891],[207950,-25426],[216079,-42535],[215848,-48189],[216719,-54481],[209043,-63631],[206910,-68107],[213213,-72550],[215488,-63401],[212106,12263],[215343,10631],[216354,152700],[209727,31025],[205653,49983],[213405,57268],[209195,70035],[210348,76279],[209559,66917],[213268,87129],[209098,93900],[204966,95264],[210661,113538],[210727,104849],[205223,120684],[220933,-8896],[219401,-21923],[221747,-14016],[222653,-27491],[218236,-39316],[227519,-39239],[226142,-56024],[221997,-71923],[221377,-65009],[218017,147902],[217937,22110],[222333,15537],[228283,25984],[225358,41641],[225727,56221],[230034,96610],[221848,109054],[231549,-33616],[233701,-42497],[238206,-59280],[232159,-68714],[232701,-83143],[234119,24462],[236772,17685],[241816,34294],[241201,42653],[238888,52863],[240257,80808],[248853,-57359],[249829,-81115],[251385,7734],[253617,130103],[254624,17892],[249641,38651],[253364,67186],[252189,78157],[248360,114892],[253658,127993],[256768,-122408],[267495,-129023],[256076,-141756],[264235,-1784],[268488,-24964],[260279,-67094],[264411,-84661],[267151,-97951],[264216,20225],[256038,35503],[256150,93326],[279321,-138174],[278931,-150245],[276251,-3228],[276121,-50840],[280168,-62081],[275968,-89395],[274013,9125],[271740,15963],[273621,87284],[278797,99920],[280398,115330],[291344,-6758],[284968,-21294],[293511,-18268],[285703,-71084],[293976,-75718],[284902,-82894],[290098,-90700],[292822,12219],[289488,6008],[283826,71968],[285040,84289],[287705,83551],[285713,80290],[296693,-6155],[306141,-8581],[299356,-8474],[303939,-7368],[296932,-23667],[306972,-34280],[305793,-49540],[296700,-68744],[304472,-93848],[299071,9454],[296844,5599],[296986,7464],[310751,-18068],[311116,-20816],[308731,-26460],[312259,-40186],[311570,-40160],[309740,-50673],[308450,-43739],[307842,-39837],[309929,-62958],[312554,-53289],[308673,-87069],[316201,-86011],[309335,4112],[431537,432077],[442768,430838],[445527,432255],[82689,39222],[78010,58552],[85890,76005],[88647,67376],[89070,65472],[102124,10658],[102334,59847],[92823,85943],[93100,109117],[100890,108720],[102295,120397],[1038676,209035],[115088,-8953],[103616,2257],[106772,16659],[110465,87161],[103923,86610],[102711,85878],[114307,101772],[103095,103647],[105089,123868],[114223,127060],[124954,-12205],[120016,133061],[126316,132981],[125914,133465],[126557,13920],[118884,17069],[123900,21539],[124853,34852],[115574,38157],[115646,50071],[115409,85735],[127361,100619],[115830,103984],[122942,102716],[122927,107040],[117269,127216],[126802,116763],[125229,122241],[121163,119402],[116765,121830],[129347,134196],[134835,129388],[129469,13897],[129005,31148],[133347,64628],[136683,78657],[129247,101425],[133663,100466],[131842,95291],[134886,92989],[128468,99678],[128678,105374],[137650,125489],[138831,127925],[132972,127949],[129586,117042],[130047,121056],[150769,-16531],[144494,7001],[144398,131986],[150062,133301],[143901,23517],[143794,19346],[148023,35032],[148425,26637],[141279,50352],[150938,97074],[147769,99442],[149976,114430],[151590,107077],[160342,-7852],[158340,-24572],[155481,-21552],[162341,133284],[158442,142532],[159060,143575],[163869,141993],[163002,25480],[153681,46659],[158295,47784],[156677,51965],[162345,57963],[154720,60900],[159249,76339],[162125,80891],[154669,100830],[160128,100206],[160772,95918],[158277,90213],[162300,109784],[165192,108147],[155469,113931],[155126,105177],[158589,120379],[172934,-6326],[167850,-10479],[174448,-17110],[175606,-15761],[172988,-35781],[168109,-33967],[178635,-34415],[168354,-28721],[176958,-44121],[175848,7046],[177599,133665],[171159,135190],[175070,136799],[167721,143526],[170008,143381],[170337,17388],[175260,22379],[170085,24767],[172333,40786],[173514,89574],[176617,81669],[170628,81946],[173075,91964],[177307,106541],[176736,110945],[172724,121858],[169253,119843],[191804,-9740],[180234,-5808],[186339,-24876],[187578,-25345],[186295,-16826],[189422,-31450],[190639,-28551],[186189,-31562],[190853,-45552],[191519,-59350],[189776,-53666],[186823,5050],[181137,134309],[191361,136960],[190432,146563],[189687,145181],[185346,143097],[180590,146190],[188405,20623],[184605,20994],[185217,29022],[190797,37525],[188560,36499],[187545,53170],[188295,72698],[180545,71290],[182069,76677],[182461,84013],[181778,89916],[187885,83436],[186978,103487],[191348,116007],[204190,-8987],[195716,-4205],[194266,-1049],[201811,-33286],[192781,-40594],[198873,-46811],[202955,7000],[197868,6994],[200402,133195],[197012,134765],[203650,152545],[197270,145579],[201737,16652],[198317,28723],[198368,36810],[194231,49426],[196628,49511],[197658,46964],[194127,45023],[202647,76747],[199323,77257],[195788,100693],[201384,106444],[202349,111546],[196199,121141],[216687,-3561],[215117,-30168],[216079,-47993],[216385,-51576],[211561,-68858],[213395,-72759],[214390,-65961],[209554,7272],[217338,6426],[212008,151579],[206748,30501],[210490,55733],[204952,52595],[214748,70623],[209631,78520],[210555,89788],[211545,102919],[211071,121491],[207741,119598],[218816,-22686],[219322,-13590],[228346,-37314],[221691,-28620],[218497,-34166],[226300,-40447],[222101,-59964],[221440,-68361],[223989,12778],[221503,147098],[220761,21360],[221640,44702],[227708,59114],[224777,105006],[224464,121683],[232201,-40256],[233485,-56932],[239188,-64855],[232134,-84441],[236613,-89755],[230935,21696],[234533,22040],[238006,13518],[235244,32118],[238117,46731],[233069,50017],[240287,80495],[232850,96949],[237271,91790],[253357,-137335],[248595,-34784],[249262,-62778],[254919,-97261],[250672,8116],[251097,129063],[253725,129755],[252002,22085],[253850,16374],[246641,36420],[246089,39982],[245906,48961],[245782,61007],[252021,83436],[251844,81048],[253546,92020],[267992,-81669],[268007,-85480],[268048,-98386],[256749,5405],[258036,61875],[259339,83147],[267466,89556],[256795,92857],[262167,111981],[268830,-125694],[274412,-132488],[274924,-18198],[273101,-55508],[279949,11716],[281157,12714],[280667,20839],[279381,59380],[280208,57501],[279235,75682],[280955,74786],[272811,88860],[281185,115756],[289052,-7624],[291453,-23920],[281685,-60652],[290473,-74763],[286123,-68846],[287789,-85933],[293601,12217],[288635,7838],[292896,8070],[286201,22775],[291974,62026],[288827,66890],[287852,81344],[289690,82049],[305053,-1546],[301306,-7024],[304131,-4097],[297143,-3810],[303323,-13349],[298735,-20682],[304809,-22422],[305166,-33887],[306503,-44925],[303944,-59719],[305432,-56927],[306623,-56156],[296718,-69972],[298059,-89590],[295198,10814],[299456,4667],[305086,72014],[310591,-9153],[314574,-12489],[310526,-18289],[310358,-27901],[307480,-50751],[313164,-57620],[308959,-87690],[308185,-90632],[310571,8452],[86244,41900],[85215,57627],[77627,61035],[1019764,200974],[93570,11784],[91637,63861],[100460,65756],[98863,71545],[91272,66481],[97248,84698],[90011,82612],[93768,96224],[101837,110474],[99186,103076],[110542,-3333],[113674,10417],[107118,24534],[106803,59675],[103768,71826],[105298,83553],[103197,85680],[106994,99000],[105014,91876],[110725,95860],[111360,90568],[102535,90008],[109456,103047],[107525,104607],[112612,115338],[103516,104598],[110988,121823],[102852,123190],[106752,124470],[108670,124031],[115818,-5784],[124073,-10388],[119261,131672],[123403,134276],[127082,130350],[127264,131551],[122139,16764],[121709,21631],[123211,28584],[117253,37162],[116423,48605],[120383,89402],[117788,108095],[121711,105315],[117218,126143],[119881,127584],[119402,126173],[1323380,380302],[1322084,381237],[139571,8765],[131411,130961],[135941,128624],[138604,129878],[133985,137366],[133852,145230],[140775,23955],[130468,18478],[128343,37643],[138434,62071],[135950,73963],[136767,86703],[130169,102597],[130265,92901],[139005,101694],[136890,104431],[130860,113499],[133953,112722],[129305,105720],[134586,127563],[129417,121598],[148038,-18396],[150326,139768],[146550,141413],[149144,24445],[146153,17487],[147688,33566],[144275,46943],[151886,68037],[152546,89712],[147579,110365],[147879,102913],[156241,-11405],[159897,-8155],[163257,-14347],[166095,-25919],[157714,141782],[160355,23966],[166277,21292],[165198,26314],[155738,50484],[160394,48057],[154374,46740],[161271,63389],[155847,63701],[158899,64310],[153680,86809],[154025,78718],[157058,94758],[165003,97913],[157474,99937],[160082,99785],[162420,92310],[162084,91841],[162507,110269],[154877,107555],[158171,111366],[164374,127823],[163652,124407],[155477,115560],[177915,-115609],[177632,-122680],[178324,-121529],[177903,-118345],[176379,-127286],[177258,-139678],[178077,-133884],[175592,-141938],[177706,-143089],[177302,-144942],[178142,-148830],[177591,-151895],[176281,-145377],[177432,-146392],[174629,-149033],[175182,-156745],[174635,-163696],[174478,-165073],[176314,-161176],[176645,-161622],[178788,-159078],[170755,-164884],[175721,-165116],[175077,-162478],[173475,-164296],[172383,-163580],[175061,-165165],[179139,-178743],[177903,-174132],[169760,-167067],[172284,-168837],[173381,-170075],[174798,-169414],[172721,-166435],[177075,-177811],[177614,-178966],[179079,-171451],[174944,-168096],[170169,-173562],[178673,-182780],[168979,-8053],[172645,-488],[173708,-6324],[177724,-17571],[173858,-12677],[177317,-28849],[177187,-36526],[178442,-33273],[166912,-27064],[178399,-112752],[175962,8122],[174487,3070],[170154,140515],[178176,140892],[167167,131405],[170224,15852],[174852,22460],[178205,19747],[176059,76052],[175522,81606],[175729,81477],[172684,91532],[175864,111135],[167839,107584],[175641,116889],[187752,-117360],[185479,-122497],[187966,-121695],[183865,-125390],[187098,-125125],[184416,-126676],[190274,-121303],[179222,-115578],[188804,-124615],[185883,-120438],[180524,-120634],[190311,-129685],[190008,-131530],[186109,-131571],[189174,-135573],[189059,-133019],[191477,-133347],[185462,-133643],[184385,-137134],[183579,-139207],[180257,-136252],[181318,-131383],[183409,-128708],[180341,-132185],[180686,-130425],[180754,-129189],[188101,-141136],[179582,-142756],[187306,-142828],[180774,-144068],[183483,-140786],[188908,-151060],[191527,-145137],[190412,-153241],[184020,-153350],[181080,-153124],[187214,-151207],[187385,-147301],[186874,-149000],[186551,-149820],[189827,-149026],[190176,-150911],[179989,-145342],[187543,-154325],[187398,-156247],[179968,-153568],[188678,-159965],[187928,-156011],[182116,-162827],[180060,-166082],[185967,-153844],[181798,-159987],[183360,-159860],[186577,-162256],[187362,-159596],[181570,-158780],[181749,-166794],[180062,-168162],[185239,-169739],[188965,-167960],[191727,-172861],[188974,-175667],[189197,-174987],[191226,-176298],[185830,-177898],[184712,-175778],[183284,-173126],[182575,-174197],[179808,-168175],[185845,-170386],[181555,-166219],[181026,-172468],[182137,-179236],[184495,-182506],[189043,-185498],[181603,-184345],[182361,-183072],[186538,-188871],[181836,-180565],[183349,-183811],[191984,-180115],[188900,-181882],[186878,-183279],[189271,-184441],[186600,-180027],[185125,-180728],[191776,-213366],[191873,-219610],[191337,-219950],[184038,-230175],[185020,-229820],[188012,-227874],[188378,-224847],[186875,-230525],[190000,-232100],[185521,-233059],[189811,-11921],[180498,-13105],[187625,-25138],[191771,-46425],[190723,-101067],[190864,-100890],[191569,-113819],[183357,-108502],[182661,-107326],[187461,-112779],[191390,-111664],[184344,-113068],[190568,-104128],[187535,137966],[188502,140998],[184625,132906],[191230,141716],[187251,143490],[185019,141927],[191177,21361],[182497,23125],[183473,31382],[187902,39268],[179674,51908],[188939,71179],[179633,75847],[186651,74665],[180173,82172],[183771,90146],[185304,104249],[183887,117036],[202944,-118018],[200121,-116612],[202142,-120552],[197563,-117185],[195589,-118540],[202602,-125519],[195552,-124198],[192440,-125552],[200424,-128336],[194167,-131446],[193520,-130948],[196988,-131037],[194225,-133904],[195891,-133712],[193780,-134576],[197627,-134348],[203164,-149453],[192266,-146372],[193934,-145094],[196084,-146501],[193521,-150372],[194347,-152979],[200203,-153053],[196713,-146440],[202871,-144780],[199727,-143534],[195975,-142191],[193786,-142348],[200873,-151066],[201809,-160730],[199845,-162545],[199759,-163233],[201473,-162551],[202760,-165186],[203490,-162417],[202493,-155566],[203845,-153804],[194238,-155146],[195583,-153455],[197672,-154285],[194025,-157289],[192567,-158345],[193942,-159543],[195959,-158677],[195702,-159334],[196765,-162541],[197997,-165840],[195283,-164066],[195372,-162560],[196516,-162847],[200602,-172008],[198852,-174207],[199817,-178374],[202372,-177348],[203372,-174427],[200858,-171959],[202488,-176388],[194045,-166837],[194439,-173897],[193437,-171481],[195689,-171581],[197345,-178931],[202336,-182653],[204697,-186509],[192147,-182400],[192420,-187517],[201168,-183806],[199973,-182972],[199496,-182576],[196185,-182129],[203960,-189889],[204527,-189564],[201626,-189745],[198436,-188037],[198312,-189226],[192750,-184644],[193731,-184779],[192623,-187565],[192793,-181528],[195333,-183415],[198436,-180694],[200497,-186079],[198405,-192470],[199664,-191828],[198442,-204360],[198545,-202365],[204292,-200629],[196594,-200426],[196933,-197445],[204438,-211792],[203675,-204985],[198812,-209101],[202049,-214443],[201163,-215344],[203957,-214031],[203602,-207394],[196776,-207592],[198177,-208697],[197155,-209253],[200784,-211502],[198967,-214080],[199746,-215224],[197374,-204711],[195872,-206549],[198902,-212208],[196856,-210955],[197932,-212024],[197667,-214603],[195801,-216682],[194425,-214130],[192315,-216246],[200538,-218326],[199202,-217829],[195953,-218176],[195717,-218973],[193049,-218913],[193408,-228878],[198273,-234896],[196269,-230820],[193177,-231267],[199225,-234918],[200468,-231482],[199771,-230514],[199787,-232578],[203520,-7349],[193564,-6778],[194882,-615],[195324,-24491],[192593,-18697],[197901,-26519],[202756,-28133],[192417,-34195],[194274,-39884],[193776,-48162],[196965,-47403],[203386,-54072],[199802,-63146],[192298,-108987],[195085,-102871],[200924,-107428],[197762,-112176],[198368,-113193],[197762,-113010],[202207,-114394],[192676,8166],[202367,9222],[201181,10502],[194872,136224],[199733,147016],[198973,32359],[203114,39725],[203262,47477],[193708,50333],[197925,46713],[192982,39161],[193298,51445],[193021,53212],[196047,81039],[196800,88597],[193914,94946],[200786,99411],[202734,96573],[196431,97555],[194540,112651],[201527,113472],[207263,-147820],[206452,-149824],[216188,-165684],[214627,-164307],[211235,-157777],[211508,-154853],[213141,-154329],[211008,-153497],[208276,-155506],[209567,-165468],[205127,-165093],[206134,-160445],[207255,-156887],[205404,-155065],[205791,-172115],[206826,-173075],[211379,-174472],[212540,-173309],[213764,-173797],[214525,-172534],[216732,-171312],[215526,-173430],[210163,-168712],[211548,-170050],[214108,-168317],[217355,-169467],[205099,-188957],[208599,-188745],[207263,-189811],[211220,-188343],[212341,-188554],[208742,-185505],[210936,-184205],[214110,-185684],[214047,-184114],[216754,-179519],[215674,-181600],[217182,-187267],[215299,-188935],[217238,-181239],[212232,-190369],[209230,-193820],[209769,-191935],[215414,-195884],[213728,-196758],[217135,-198845],[216177,-201222],[215426,-198874],[213752,-195450],[209974,-195312],[211502,-193840],[211346,-194627],[214353,-198994],[205595,-192708],[208388,-197004],[210024,-202896],[206353,-200091],[209752,-199394],[210123,-199763],[206433,-201832],[209782,-203942],[208652,-201970],[207755,-202581],[205134,-197219],[204877,-202224],[205879,-204594],[213574,-204892],[209023,-196529],[210688,-210508],[210637,-206097],[208727,-209989],[208545,-207175],[207475,-205788],[206211,-216046],[207693,-206601],[205130,-209439],[206227,-210067],[209694,-212219],[215075,-221109],[213793,-220620],[214456,-217722],[216337,-246260],[212706,-247982],[209871,-280041],[216523,-289366],[213908,-287361],[213186,-290024],[206539,-284739],[213069,-284103],[205045,-282433],[208607,-293236],[212127,-293873],[216623,-290894],[212973,-297979],[211690,-294864],[208457,-297839],[215892,-297311],[212485,-307692],[217521,-31008],[214296,-35808],[213561,-39284],[216643,-54470],[208555,-55051],[205839,-68445],[211376,-72469],[216689,-65944],[216266,9924],[211143,147321],[205948,150425],[213925,23248],[207283,37528],[206247,30124],[214524,57694],[205109,52148],[209387,70935],[207261,73537],[211017,68549],[211596,80170],[215707,86744],[204982,98903],[207002,94749],[213531,104517],[213737,121096],[206746,122757],[215000,116043],[222505,-165775],[221239,-161043],[223515,-162222],[224929,-162596],[226962,-163615],[218235,-165013],[222537,-175730],[223310,-176593],[222526,-172921],[219320,-170292],[219859,-168009],[229025,-166272],[228906,-166818],[226280,-174225],[226227,-177689],[217797,-178680],[219631,-174340],[219109,-177034],[223756,-168903],[224656,-170266],[222599,-170525],[226423,-170521],[219190,-182211],[218970,-183856],[219990,-184100],[220668,-185401],[218771,-188282],[217769,-188519],[227453,-188698],[228421,-191018],[229434,-185187],[230273,-185010],[223014,-191042],[224951,-190524],[224932,-185912],[224210,-185485],[225448,-181564],[222091,-183985],[222622,-186337],[218996,-189960],[220434,-181503],[219052,-178790],[218481,-182361],[225109,-198901],[224818,-194631],[219689,-203737],[229572,-200571],[228625,-202044],[230366,-203202],[224661,-194036],[219449,-195597],[226057,-204452],[225749,-197617],[228196,-197115],[218406,-202380],[218181,-200241],[227623,-195864],[230097,-197532],[230209,-198185],[228816,-199524],[224486,-196439],[229404,-216503],[229379,-208385],[229575,-213541],[225985,-211034],[226433,-216990],[224840,-216047],[228339,-213114],[226706,-208152],[228232,-210853],[224906,-208041],[226256,-206998],[218749,-207542],[223088,-206882],[223546,-209948],[223125,-205896],[222195,-207701],[219218,-217024],[218588,-214741],[217951,-213099],[221332,-212313],[222431,-211746],[220366,-212118],[218091,-211592],[218390,-208755],[219118,-209322],[218301,-205495],[219859,-215539],[229787,-228953],[229886,-227009],[227539,-226007],[228602,-228424],[229620,-221877],[230130,-225240],[227649,-221396],[223264,-222737],[226163,-220000],[222872,-217648],[227889,-218148],[225086,-221245],[224642,-226352],[224550,-224517],[224398,-222050],[221360,-219390],[224974,-229169],[226764,-231351],[225243,-231037],[218746,-5420],[217725,-245015],[219306,-246994],[226209,-253697],[222058,-254745],[224915,-260710],[223988,-256423],[224313,-257013],[229047,-263885],[222748,-259559],[230115,-267641],[227622,-265505],[225072,-262139],[225003,-264583],[228826,-264839],[217822,-278321],[224567,-283212],[225541,-288496],[225094,-291264],[221165,-285487],[221628,-291218],[224454,-301170],[225111,-294434],[224199,-297375],[229101,-300700],[217719,-301614],[220603,-295051],[221335,-299320],[228787,-309562],[218823,-316146],[221981,-308112],[228555,-316296],[221966,-312917],[221825,-317076],[226663,-315550],[220297,-313464],[223215,-15690],[218947,-37695],[229351,-37276],[221504,-26710],[222780,-39034],[220176,-46077],[222075,-59480],[219046,-71072],[225311,-70170],[224340,150632],[222021,13795],[220447,44795],[226704,57298],[227113,97476],[224139,102046],[221641,107594],[237531,-152398],[241558,-151953],[230783,-142832],[233787,-154870],[239226,-153529],[241541,-154586],[238623,-156030],[242441,-156349],[235585,-161686],[233967,-153284],[233157,-155629],[242326,-158342],[242930,-160783],[242529,-177764],[242534,-168450],[241213,-168175],[242130,-166382],[240055,-175108],[231109,-177565],[230899,-167106],[232668,-169231],[238798,-166684],[239466,-173126],[238662,-168765],[234883,-169217],[237203,-177638],[236382,-173961],[234813,-176240],[237020,-190699],[238188,-190630],[238187,-188407],[233061,-187667],[231626,-187962],[233826,-183948],[231610,-181721],[233967,-181253],[240492,-179109],[239363,-197574],[242077,-196470],[236472,-194891],[236470,-197993],[236547,-192218],[231319,-194671],[231596,-193508],[240472,-192231],[242403,-194106],[230466,-200774],[235193,-204366],[233342,-204289],[232890,-202728],[231272,-200912],[236129,-205292],[235352,-211219],[233640,-212442],[231024,-206381],[233019,-209464],[230696,-212805],[235199,-206375],[235189,-206708],[231528,-209854],[234872,-209971],[231260,-212861],[231110,-217741],[232113,-225111],[231989,-223581],[241589,-240551],[240868,-239529],[235732,-238547],[232097,-240687],[235882,-239597],[237224,-238479],[236571,-239768],[240902,-244749],[233198,-263134],[235463,-262149],[231612,-265608],[240213,-274630],[239819,-271861],[238970,-273757],[240390,-275902],[233495,-271149],[235793,-280975],[237137,-280382],[234539,-270872],[235787,-280247],[234071,-274188],[234951,-272191],[242750,-284090],[233423,-287939],[232303,-294022],[235581,-305079],[242209,-297804],[233383,-304104],[237002,-312757],[236360,-309920],[235816,-312081],[236710,-324225],[230468,-37240],[231268,-48852],[231099,-63707],[240209,-91943],[234813,12988],[231904,23777],[240927,49172],[236806,60684],[235809,54665],[236769,57706],[240826,75450],[240864,71137],[241681,69375],[241044,79432],[236362,88068],[240967,97703],[232319,93634],[233170,90717],[234800,94624],[239367,115233],[251467,-138821],[244846,-155700],[246398,-176437],[246829,-173156],[249663,-176875],[248246,-170959],[247272,-169017],[245524,-169585],[246081,-178661],[243445,-184483],[246295,-185881],[245932,-181036],[245975,-179671],[246151,-183352],[248229,-182334],[248812,-181403],[244876,-180903],[248836,-244116],[248883,-254455],[245082,-248882],[244980,-249455],[245060,-254756],[243842,-256206],[248797,-263229],[244381,-259209],[246720,-259336],[246350,-266338],[253660,-266956],[248676,-258450],[255710,-272956],[251427,-272782],[249331,-271750],[250390,-272708],[253185,-275856],[255162,-270525],[250019,-271259],[254649,-280775],[243993,-275846],[243875,-282070],[243267,-285851],[248296,-287882],[251420,-289027],[254287,-285936],[248944,-290794],[247932,-290088],[245978,-291775],[254181,-285250],[251744,-287482],[255032,-288461],[253711,-301046],[253636,-298738],[244732,-297008],[248386,-300410],[245372,-303181],[243582,-307450],[247431,-310899],[248880,-315778],[245978,-315403],[247484,-321299],[255788,-322483],[244104,-322378],[246944,-325897],[244787,-320160],[247463,-324305],[252147,-341606],[247623,-35191],[253019,-59575],[252044,6056],[248232,134443],[255714,129387],[251581,18233],[248955,38686],[247406,46102],[248759,62425],[249953,64556],[255120,110492],[266938,-127627],[268552,-207270],[262844,-227743],[256103,-226346],[257841,-228088],[256671,-227907],[257915,-226357],[265137,-237822],[261878,-264627],[261399,-268185],[258521,-264658],[260417,-273355],[268308,-280226],[259167,-272487],[256411,-272746],[258981,-280628],[259916,-279921],[263246,-280076],[256224,-274523],[256617,-274039],[263049,-279022],[256881,-282956],[264239,-283644],[256968,-293719],[260086,-282906],[257038,-285657],[256705,-282131],[264765,-283585],[264024,-283664],[264555,-286127],[260560,-281826],[260856,-297949],[267220,-294925],[258842,-300238],[258598,-305652],[258203,-296294],[257285,-300133],[261754,-298818],[259839,-299304],[262740,-303471],[256403,-299481],[267914,-296932],[268208,-303166],[266788,-304404],[266462,-306260],[268643,-311128],[259561,-317415],[263103,-319770],[266791,-320012],[261688,-329165],[262743,-335216],[265630,-73676],[258830,9769],[259135,78098],[256985,79887],[267465,89346],[266154,95200],[256607,91772],[261086,98123],[268577,94654],[260663,103612],[266747,106843],[264374,111397],[266755,117785],[272549,-132466],[272172,-248955],[271925,-246600],[276227,-249321],[274715,-247468],[277576,-249018],[272079,-247796],[281081,-263493],[280830,-265855],[270112,-285900],[271749,-18678],[274518,-54015],[279456,-60644],[274505,-101061],[273078,6987],[279443,16600],[271748,27674],[278650,29036],[281003,57681],[269316,78284],[273612,92813],[276713,104875],[277376,110915],[270898,104729],[282295,-10993],[288182,-9199],[285599,-269327],[294279,-284320],[282747,-293708],[284340,-22942],[288056,-18111],[293429,-74213],[293443,-75765],[292900,-77105],[286076,-87703],[290342,11712],[291956,4209],[293119,4602],[290284,22126],[283762,62600],[285273,63218],[289030,76306],[283023,74141],[290957,82444],[283387,80485],[303612,-12395],[295026,-3944],[302003,-15008],[298325,-22400],[298937,-25801],[300217,-46580],[307002,-90160],[299856,12907],[299803,12196],[301894,4224],[309296,-20525],[307906,-34456],[310023,-26267],[315052,-48293],[307763,-46099],[309699,-45559],[310401,-57715],[310787,-86327],[309363,-82525],[307667,5645],[432811,432920],[443143,431785],[445566,431940],[76542,57192],[82954,39805],[82824,69819],[88185,67266],[88050,83413],[100221,-24426],[92174,5933],[91519,10279],[90159,129212],[99540,55351],[95763,69703],[97682,69750],[99704,89488],[98315,87477],[92569,79707],[100585,112640],[92738,109115],[100147,115663],[110818,-66],[107121,4441],[104989,16011],[114562,36148],[108479,27902],[111489,49344],[106135,80774],[107763,86940],[104828,77672],[113399,100611],[109598,94518],[109176,111170],[114063,109300],[103495,105474],[113039,115615],[102719,121729],[107988,123003],[123787,-11965],[127727,10732],[118554,8068],[120596,130218],[127987,130867],[117522,20347],[127486,21245],[123934,37043],[127867,87919],[120263,86576],[117193,93467],[125549,100601],[117237,100549],[127451,110513],[117697,114231],[118283,111868],[125417,112661],[121214,110868],[115236,126618],[120101,122501],[118522,121589],[-1024251,1516899],[1323468,380769],[1322178,380575],[128018,-13095],[131163,137784],[128701,132736],[139130,136354],[135663,134085],[138990,142337],[131725,31062],[131606,32989],[139558,59086],[131329,76546],[136588,90849],[131669,95338],[136103,98886],[134928,97314],[140244,99275],[129472,114722],[134803,106734],[134809,127506],[137927,125351],[147741,-10862],[153074,-17310],[143703,12110],[141025,130492],[148786,130676],[152504,139105],[141965,141488],[141921,142268],[145720,24939],[146640,18221],[147951,32018],[151137,41769],[142853,49459],[153226,59036],[149801,73125],[143904,91796],[145516,101023],[143833,111143],[149569,104709],[159039,-7346],[159204,-21701],[166191,-37036],[162214,136579],[161815,132876],[160423,25478],[154368,48447],[154366,67745],[159413,89292],[154196,82682],[166268,90625],[164054,101809],[160047,95478],[160682,114852],[153933,109973],[156080,107757],[160358,103101],[158953,122904],[175074,-154785],[175660,-176605],[179199,-178616],[171702,-6529],[174883,-59],[166646,-8594],[174416,-16796],[178765,-13010],[174194,-25410],[175021,-42202],[177387,2364],[172859,8490],[175690,130710],[171064,139316],[177174,141073],[169605,17087],[175018,20871],[177577,22725],[174424,74980],[172937,74603],[177971,74322],[176108,73680],[175481,81563],[175529,113345],[167080,107626],[175770,125538],[182154,-8491],[191480,-16860],[190027,-14643],[187433,-25697],[190768,-27501],[181875,-29787],[179856,-39666],[190716,-111347],[184947,131494],[187505,145933],[185773,144083],[184590,143894],[190489,19001],[183125,22392],[185456,28867],[186582,37238],[187219,45637],[189504,39815],[187914,64085],[182228,86855],[184569,79565],[187756,107372],[186772,110326],[179221,118078],[183537,126735],[190545,116047],[194138,-8775],[193800,5],[197487,-23513],[202675,-25177],[192725,-34403],[195537,-39342],[195637,-46120],[198729,-57371],[195275,-54591],[197455,-65681],[202042,-64879],[204060,12366],[194923,7400],[201993,7088],[194553,129387],[200679,130812],[193892,131372],[202463,149829],[199831,143310],[195886,13253],[201365,36348],[199930,36794],[197725,33748],[195987,45474],[197972,49269],[198640,46165],[194213,40258],[197021,40941],[192543,63326],[199490,70885],[203117,98934],[202194,100011],[195885,96533],[203648,92082],[192359,106391],[194025,114482],[196403,108415],[192084,122752],[206582,-9323],[213669,-33203],[213457,-38063],[204961,-33520],[212077,-38355],[214310,-56029],[205647,-61217],[212705,-69809],[215589,9043],[214921,153419],[209047,150510],[213018,24640],[211880,54784],[208133,53309],[205297,75020],[213229,64564],[208118,74143],[211675,66352],[210597,83349],[214998,84494],[212586,101298],[212950,105125],[206669,117794],[211180,124984],[213498,122121],[208074,119115],[218093,-12350],[219725,-22406],[229111,-37724],[222185,-29086],[220165,-39409],[226888,-41622],[219756,-50098],[226129,-60236],[222258,-72394],[225373,-66484],[220993,11202],[223405,129185],[218796,20615],[224652,43897],[225450,54403],[221818,90820],[219355,104383],[231375,-182032],[235072,-183555],[232953,-39710],[238162,-52421],[239567,-64729],[231582,-84964],[232065,-92682],[231740,21606],[233894,13083],[234070,26403],[240206,51672],[243000,70258],[239401,91211],[252201,-124562],[247346,-35896],[255722,-56936],[254731,-61962],[244417,-90664],[250534,5913],[244655,35387],[249285,38031],[243474,43791],[247875,40592],[251571,76540],[252264,84889],[248129,79213],[253126,97104],[256639,-135210],[258590,-70420],[261909,2031],[257399,23172],[266303,61617],[260797,76627],[257291,66700],[257713,94060],[257424,125458],[256691,128007],[271670,-132244],[272264,-150130],[273953,-5716],[274673,-16662],[273623,-25251],[275358,-54407],[279826,-61094],[273184,-102778],[278244,6463],[277390,25329],[269701,27724],[272904,66894],[277445,65662],[269936,89135],[276528,116993],[288226,-7270],[285437,-23573],[289881,-15633],[291630,-71971],[284131,-77528],[289151,-80282],[285821,-83009],[281660,-91119],[293067,3392],[292916,6798],[287263,13237],[285336,57287],[284495,56974],[282252,85766],[289259,84598],[304242,-258],[301351,-12484],[306584,-10224],[297050,-4065],[298754,-22958],[305375,-34037],[305448,-46027],[297841,-57097],[301645,-58941],[304236,-59156],[302413,-79121],[304753,-90048],[297647,8195],[299486,10338],[300014,6069],[302662,72654],[307845,-10713],[310053,-8001],[310798,-3210],[310450,-19835],[310934,-24834],[312888,-46712],[308192,-45903],[309620,-45619],[307210,-63626],[307736,-54978],[309729,-86920],[307630,1119],[433872,425680],[442184,431971],[436018,432339],[444617,432004],[76377,60551],[85572,43447],[86628,61739],[97187,-22533],[91324,5841],[89789,15433],[102052,72572],[98324,66199],[90434,72243],[92230,68491],[102156,87991],[99928,83591],[92247,87740],[93630,89904],[93551,107597],[101602,121961],[107685,-946],[111181,4807],[106672,17201],[112243,50803],[113111,41212],[107179,54875],[107774,53953],[103985,59113],[102410,67060],[104013,89339],[113321,101780],[105095,97316],[103079,95624],[112892,91706],[103736,107265],[106355,108258],[103644,104318],[113210,123621],[114163,124590],[105283,124005],[118536,-13473],[118917,6265],[118238,129192],[125403,132918],[117052,146245],[126631,15902],[117616,20413],[120718,20710],[123596,37154],[127065,86005],[117941,86428],[124917,101134],[126714,101416],[116973,98086],[122182,109021],[116745,109031],[127969,104850],[120375,116987],[117229,126488],[121354,120893],[125805,122230],[118778,122875],[-317773,-197919],[1280007,172079],[1292665,201233],[1289131,195583],[1281046,241120],[1284988,241490],[1285840,242884],[1280074,235136],[1285341,234142],[1282653,231669],[1286943,230748],[1304400,431821],[1305012,437378],[1314121,203835],[1317077,201580],[1315001,211139],[1313069,206620],[1313265,209765],[1315429,218562],[1312282,286545],[1310992,295819],[1307627,297749],[1313106,384069],[1314032,392657],[1308065,432002],[1305706,433430],[1308080,446655],[1324538,205607],[1322894,239141],[1321566,241083],[1321184,238474],[1326346,247568],[1322883,246278],[1327237,245680],[1324355,382454],[1318740,375961],[1327092,391055],[1326826,388705],[1327340,384311],[1321706,385731],[1322830,385868],[1329925,401823],[1325847,399504],[1326531,398835],[1322911,406291],[1333830,203115],[1333447,202387],[1331822,243275],[1332086,242061],[252106,-212481],[254729,-210778],[249577,-211932],[247443,-111352],[273773,-117200],[271341,-123399],[277872,-124282],[280321,-117972],[274343,-134826],[281059,-129293],[270922,-131569],[272228,-135574],[280192,-192239],[272792,-86361],[279501,-84580],[281463,-88513],[275041,-96726],[275324,-103569],[271851,156679],[272137,157515],[272922,157237],[275023,161794],[293343,-122096],[291239,-121445],[289306,-121676],[288064,-119306],[281643,-138898],[294069,-136446],[290950,-129576],[284094,-138720],[284419,-135048],[284442,-130606],[290885,-145692],[286685,-141949],[292796,-153319],[293485,-143060],[286092,-156661],[292426,-163358],[292985,-159407],[293620,-162348],[287586,-153869],[289006,-156031],[291334,-167606],[291317,-174424],[290096,-174237],[283182,-192977],[290135,-87963],[281724,-93076],[292092,-97640],[289031,-100357],[292806,-97604],[284398,-112683],[282481,-113941],[285679,135310],[290353,171067],[290246,171077],[288498,172005],[296649,-115064],[299110,-128751],[295758,-149887],[297556,-163511],[298907,-157738],[299982,-157461],[304550,-160598],[306145,-161317],[296563,-167451],[296047,-171522],[299528,-76143],[303376,-88830],[301712,-89364],[303061,-86296],[298206,-87487],[304507,-89855],[294992,-100040],[297310,-100082],[301203,-95271],[300023,-100414],[305313,-102098],[300847,-97675],[296868,-100589],[297182,-114897],[297033,-113561],[298574,-110975],[298035,149545],[298456,150809],[297081,153788],[295662,95774],[295655,96841],[296893,96943],[295670,97694],[295559,97337],[304726,95495],[300566,104748],[312346,-158224],[314558,-160737],[312818,-160718],[309451,-160502],[314489,-169231],[314769,-169096],[311667,-166267],[310927,-68329],[316099,-74742],[317359,-85616],[314375,-84897],[308073,-76687],[314414,-99690],[309726,-97178],[318200,-112956],[314512,131258],[311921,129057],[312251,128977],[307869,163421],[312695,88036],[313462,87009],[313954,95251],[312029,96279],[312191,96591],[309265,116591],[323951,-164348],[331695,-171911],[332251,-169173],[327754,-166814],[325776,-167907],[325494,-249829],[329272,-17966],[330216,-26511],[324928,-40883],[330931,-102543],[330560,3865],[325573,5544],[322452,7080],[324691,11452],[323831,8643],[324576,7799],[322449,9037],[320160,9376],[326000,178299],[330728,34981],[330117,74741],[324021,74434],[323699,74758],[323584,74949],[323762,74844],[325546,71862],[327616,78531],[322907,80045],[328878,92379],[326927,91582],[327439,91995],[320646,90924],[344205,-175746],[345527,-172431],[336586,-175051],[337086,-168065],[336330,-173257],[337874,-182952],[341249,-184971],[341965,-182847],[338816,-189631],[334359,-185261],[343204,-23560],[343573,-23340],[333618,-30130],[334742,-45531],[336646,-46607],[334653,-58779],[334365,-62491],[334182,-69623],[334064,-64738],[342781,-82644],[343728,-94019],[333540,4457],[336321,4500],[336370,128688],[341849,221039],[337758,18109],[338278,44306],[334206,50734],[333877,45030],[340003,127085],[351183,-169039],[349052,-172957],[346526,-174554],[356104,-186261],[346912,-23405],[356375,-24386],[356506,-24528],[357272,-22237],[355411,-25480],[355541,-25665],[350194,-42150],[355457,-68668],[349070,-87978],[353476,-87105],[346196,-96850],[348938,-97693],[348248,-97195],[348223,-92458],[353130,-91187],[346102,149272],[351172,176975],[347785,173592],[351544,177857],[354003,179196],[350682,170208],[356973,170718],[355620,171960],[354437,168859],[357997,171599],[357923,171520],[356665,167564],[356062,168109],[353308,180124],[355562,182337],[357322,182225],[354310,184850],[354471,182848],[348365,180526],[346773,181432],[351711,182956],[348266,186830],[351308,211453],[355320,125858],[370281,-119901],[366804,-120758],[361912,-152988],[365483,-161921],[370846,-159066],[366199,-168136],[367268,-170804],[364593,-180231],[359176,-183179],[361533,-188288],[368870,-182971],[361477,-185628],[366148,-183718],[367245,-183713],[368013,-54661],[361525,-53422],[365730,-68449],[370275,-88555],[363979,-86454],[366658,-93595],[359478,-95883],[366814,-114965],[359075,-109825],[370373,-112488],[366463,163513],[363653,159659],[358793,170753],[359449,169581],[358642,171044],[365887,169349],[364515,168596],[361705,176266],[370239,178172],[370825,178271],[362872,173636],[361627,191368],[375626,-115567],[380297,-115121],[383188,-121263],[383724,-124413],[376496,-138789],[380192,-128348],[380326,-131922],[377684,-164323],[374216,-164004],[374999,-171944],[373476,-174881],[382056,-175846],[371326,-166433],[374343,-182014],[383691,-182438],[375877,-186620],[373451,-231172],[382113,-12042],[376844,-3100],[377304,-4560],[383657,-41544],[372412,-55124],[372487,-55154],[372083,-54949],[375770,-62646],[377712,-54355],[381449,-67076],[376302,-76120],[380366,-89523],[382389,-92688],[382836,-90969],[376344,-94627],[377478,-90423],[375904,-89966],[373212,-90372],[372764,-101978],[380014,-103061],[374986,-107385],[371784,-107176],[372041,177235],[374165,180210],[376043,186368],[371973,196067],[372490,194348],[379876,209266],[380782,211688],[386037,-124181],[388839,-126659],[388571,-124351],[388884,-121401],[384811,-131219],[394089,-133892],[390487,-137130],[389687,-140506],[393585,-137773],[389842,-138952],[391555,-131601],[390071,-146773],[389103,-148763],[391154,-146717],[392352,-142924],[395035,-143226],[387820,-160411],[394533,-165567],[387997,-178597],[394313,-168321],[392477,-251524],[396308,-18210],[386481,-38696],[385315,-39573],[390889,-76314],[393048,-64260],[392678,-87142],[390680,-81771],[390788,-80407],[391613,-80542],[392039,-89778],[396349,-103058],[392668,-110087],[393565,-108482],[391992,-103402],[391119,2133],[385652,4994],[384348,188290],[384045,187341],[388682,211714],[388411,211551],[385218,214615],[386809,216740],[396607,214557],[390429,35378],[402870,-118864],[405706,-134346],[404672,-133306],[405085,-133017],[407004,-134247],[406737,-134288],[398430,-237762],[405518,-237408],[402862,-5161],[402011,-45040],[403651,-44932],[397331,-74931],[403890,-64490],[397569,-79823],[402148,-89914],[397617,170568],[404845,195474],[407800,199112],[405939,228682],[406363,227375],[406799,229718],[409136,242602],[408095,242561],[405567,242740],[403884,241241],[403697,240908],[404105,240716],[403268,240351],[407766,243075],[407867,242827],[408766,243970],[408456,244714],[406296,244932],[405396,244278],[407395,245366],[407131,245422],[401907,13942],[405032,17891],[404240,376766],[404908,375809],[403702,378050],[403451,377099],[403604,377453],[399608,30954],[403398,80369],[411349,-235343],[412880,-235927],[410679,-231557],[415052,-10125],[411816,-7924],[418103,-6050],[419997,-9341],[422180,-10511],[412093,-12972],[413464,2686],[414247,941],[420127,204092],[420371,204695],[417432,204372],[417460,209692],[409787,210080],[410279,245681],[411717,246590],[411649,247639],[415480,249517],[412347,250079],[414847,253366],[420124,254106],[419882,255119],[413263,415849],[411174,79950],[433124,-205608],[426777,-9584],[427758,-9191],[428832,-8496],[432261,-247639],[424745,-256518],[432834,-84669],[428137,155812],[424737,217204],[431063,222412],[429018,222805],[430186,225462],[427773,223975],[426058,223658],[426106,250478],[428460,251531],[429230,251942],[427951,252780],[430330,251213],[430516,249704],[430939,18265],[431578,15571],[431969,15198],[433611,28737],[439491,-211663],[444875,-214236],[446580,-217321],[439717,-218015],[441543,-225835],[441396,-232861],[438778,-6859],[440360,-48999],[442539,-49151],[441063,177892],[445284,170172],[443719,183134],[445660,180135],[444149,196881],[447270,21937],[443612,21234],[444084,22584],[446492,23312],[446881,22423],[446870,25077],[443561,25640],[442790,24485],[441870,352016],[443874,33450],[448253,33498],[443488,43710],[447904,47019],[446996,46514],[458588,-131023],[451573,6191],[453643,176935],[459652,192081],[458862,189703],[452320,183289],[452435,184697],[454843,203207],[451002,197269],[459529,206510],[458253,15926],[458054,15927],[456025,68629],[469980,-134078],[465883,-138041],[468139,-138751],[461301,-131732],[472649,-233713],[466494,-244364],[464095,-31248],[462337,-33406],[462611,-28445],[462441,-29625],[468033,4888],[472948,187701],[462996,212052],[464140,426574],[463625,426429],[463079,105897],[464037,108588],[464862,108709],[466578,108919],[470976,109056],[472372,117726],[483427,-137579],[481497,-137555],[483055,-141356],[484540,-10298],[483366,-10192],[480637,-22422],[479797,-52882],[476715,174826],[484395,208563],[478652,22414],[485002,76702],[495493,-153971],[498894,-63431],[499022,-63925],[489507,158695],[486656,211573],[487237,205506],[489522,212983],[495658,226342],[489316,223423],[492582,218383],[492575,232439],[487066,13640],[492521,49365],[492314,59290],[492022,72844],[487514,70953],[496393,110021],[510487,-1909],[510772,-1773],[510770,-2034],[505791,-7215],[505785,-7100],[506290,-7166],[511639,-38168],[511563,-38050],[511696,-38015],[511536,-26222],[509515,-44635],[509540,-44891],[509289,-44570],[506223,-41905],[503408,-44537],[502923,-44357],[502996,-44566],[504466,-44497],[509937,-73312],[510362,-73006],[511236,-75850],[511048,-76107],[501237,-79886],[501091,-79873],[500987,-80375],[504359,-100420],[504677,-99695],[503515,171632],[500514,41888],[503221,58074],[514642,-11106],[514634,-11318],[519178,-4801],[514710,-8404],[515428,-19075],[524320,-32199],[523878,-31984],[512519,-36123],[512502,-35938],[512335,-35944],[512532,-42879],[513165,-42940],[512972,-48544],[512805,-48934],[512781,-48708],[513309,-51019],[513502,-51148],[512631,-53058],[512681,-53146],[512819,-53174],[524641,-56019],[512325,-75913],[524417,7264],[524708,7389],[524490,7071],[514995,183878],[516867,184577],[520933,189263],[520079,194369],[521677,80457],[531089,-1749],[531050,-13340],[530581,-12987],[530618,-13424],[525291,-16457],[525128,-16312],[525219,-16016],[527786,-20604],[531769,-45757],[533190,-43952],[525924,6327],[525653,6424],[525799,6498],[529252,24386],[534078,31113],[526684,63406],[527560,58178],[528966,69048],[529232,64505],[525766,87257],[537610,-15268],[543797,-13981],[543025,-65331],[542784,-65900],[543055,-65846],[544453,57420],[546583,62438],[549886,51565],[545107,55301],[540912,64657],[538353,65176],[537984,81260],[555215,-11667],[550710,-19435],[554506,-34844],[551976,-29385],[563054,-31250],[551410,21537],[575632,-74643],[572611,-76100],[573992,-82117],[567079,-83912],[575363,-80635],[572658,-80345],[575703,-87725],[569328,-94169],[586171,-35973],[580940,-59959],[581268,-59864],[580870,-59741],[579481,-61238],[579584,-61325],[583758,-88201],[580817,-93243],[597769,-45761],[597639,-46094],[598508,-45662],[598341,-45156],[598697,-44369],[600433,-46727],[600766,-47049],[601222,-44368],[600561,-44441],[600945,-45018],[599417,-44598],[599271,-44568],[599516,-44966],[598456,-70928],[596160,14933],[595823,15156],[608947,-85764],[610110,-87408],[630742,-164493],[630526,-164095],[630058,-162333],[630173,-163479],[630225,-163086],[630554,-163490],[634115,-168871],[633963,-168802],[633276,-168730],[633787,-169023],[633221,-168847],[633878,-168058],[633730,-168128],[633704,-168529],[636856,-173328],[636176,-174182],[634920,-174836],[634222,-175205],[636426,-175200],[635262,-174330],[635536,-175279],[636011,-174146],[630706,-173116],[630911,-173662],[630986,-173828],[629454,-175164],[628990,-175208],[629337,-174669],[630024,-166345],[631040,-166669],[629872,-166423],[631439,-168186],[632105,-168004],[631701,-167423],[631533,-168030],[631793,-168056],[630135,-166380],[630399,-166347],[630185,-166262],[636080,-168590],[635517,-168371],[636303,-168716],[638006,-167709],[637176,-167736],[637704,-168004],[629494,-188333],[630165,-188332],[630043,-187823],[629780,-185051],[630573,-185097],[629849,-185561],[631926,-185042],[631546,-185156],[631247,-185262],[630834,-186632],[630887,-187343],[631260,-186613],[631223,-187043],[631512,-187242],[632303,-187271],[632458,-186619],[631729,-187539],[630300,-186253],[627861,-179986],[628552,-181568],[628697,-181567],[629896,-181976],[636653,362234],[643506,-160316],[643711,-160862],[643786,-161028],[642254,-162364],[641790,-162408],[642137,-161869],[641279,-160531],[641695,-160597],[640957,-160781],[642294,-175533],[642965,-175532],[642843,-175023],[642580,-172251],[643373,-172297],[642649,-172761],[644726,-172242],[644346,-172356],[644047,-172462],[643634,-173832],[643687,-174543],[644060,-173813],[644023,-174243],[644312,-174442],[645103,-174471],[645258,-173819],[644529,-174739],[643100,-173453],[640661,-167186],[641352,-168768],[641497,-168767],[642696,-169176],[648486,-189474],[647347,-188164],[646923,-188987],[647612,-189566],[647661,-189028],[648510,-189808],[648042,-189910],[646839,-189437],[647236,-190024],[645435,-189194],[645446,-189292],[645201,-189259],[651832,-188941],[651922,-188538],[651513,-188265],[651110,-187320],[651242,-187464],[651344,-187631],[651180,-191065],[651228,-190945],[650813,-191074],[663980,-178265],[664028,-178145],[652939,-71375],[678199,-119558],[676192,-111341],[670833,89524],[676906,101695],[677405,101162],[675808,101277],[674441,101734],[677828,96501],[677012,93930],[677692,93467],[675503,97215],[674605,96499],[673652,96399],[672722,97480],[672329,96323],[674365,97940],[677076,96688],[676683,94016],[675887,93121],[671612,96525],[673861,92273],[673419,93105],[675663,96329],[669765,90098],[669412,92682],[680236,-128096],[682004,100026],[678595,101598],[683594,100942],[679405,98012],[678515,97225],[679882,96427],[714072,-148565],[713492,-148730],[715557,-167029],[714664,-169131],[713589,-168820],[707347,-178852],[712171,389153],[718363,390471],[717731,390247],[724060,400069],[726269,400566],[733844,-197857],[734529,402747],[742230,414937],[740630,414450],[741118,416262],[738840,418822],[741106,421447],[739013,427929],[754499,-169382],[749720,390669],[750572,395386],[750434,392874],[749832,391568],[751954,392090],[748135,387986],[745226,412624],[743117,413731],[742368,421705],[748954,415852],[747823,415618],[747513,418050],[749164,420575],[747551,421484],[751130,417081],[750314,416474],[754474,417930],[747706,416778],[745670,416689],[753012,419272],[753828,413841],[753156,426764],[758290,-167470],[755915,394719],[757246,395623],[757767,395062],[758573,395317],[760381,395271],[760116,396150],[767760,395740],[767057,391822],[767208,390597],[763096,387603],[761942,387737],[758076,385398],[761458,409228],[765683,409185],[766872,407000],[766287,407958],[765293,405054],[763080,403507],[758278,400651],[758155,398419],[756163,397615],[760064,398809],[763300,397804],[767285,400289],[767700,408780],[765331,403316],[767489,403934],[761201,405899],[760016,408580],[762335,410304],[760563,412033],[758196,412031],[757623,411140],[759393,412966],[759001,410583],[765220,410315],[755674,417193],[755493,417231],[755777,417817],[756286,415374],[758275,416331],[759001,414413],[765236,414617],[767900,412182],[770862,-155013],[768104,391125],[770514,395263],[777904,389189],[772003,403349],[770024,403655],[770001,405394],[768914,405980],[768301,405067],[770432,403390],[768732,399271],[768710,397203],[771865,409470],[778315,404923],[777998,398340],[775902,397305],[770106,408985],[769591,412887],[784924,-145525],[785170,-145752],[784894,-145900],[788999,-150441],[788666,-149536],[781956,-150833],[819615,-148406],[851624,-153425],[872176,-152588],[972357,-183175],[972257,-183305],[973404,-149742],[975540,-162152],[983544,-175021],[974545,-183768],[979558,-183063],[982797,-179606],[973326,-196344],[973237,-196085],[979195,-201153],[978095,332518],[980987,95196],[977742,100123],[983285,101498],[982850,105539],[987221,-169683],[988900,95976],[994149,100711],[986940,101592],[998370,104965],[991713,104617],[1007561,-164158],[1001139,307385],[1007357,313618],[1003954,315314],[1003697,328128],[1004642,338008],[1004810,103689],[1020851,189490],[1022129,300775],[1021735,300728],[1030675,280012],[1028436,282961],[1030814,284501],[1025571,319452],[1032295,323445],[1031511,330416],[1033556,332312],[1026388,323103],[1036705,353832],[1034767,358960],[1027068,361820],[1040636,291643],[1043841,289625],[1048417,299359],[1044635,328279],[1038613,337035],[1037826,344762],[1040534,358284],[1042653,363520],[1044808,367593],[1061579,278508],[1052665,292447],[1057672,290677],[1054378,289983],[1051127,305166],[1054107,296340],[1058013,295818],[1057353,295416],[1049917,322218],[1071735,-132950],[1065798,279439],[1073504,285197],[1071778,287269],[1068238,298626],[1074992,305390],[1072827,305456],[1074376,314045],[1064431,314781],[1071451,321348],[1085688,292608],[1082342,294671],[1085856,311736],[1079526,311706],[1075983,325138],[1076818,329301],[1075238,330241],[1098365,287061],[1097395,292855],[1090413,298766],[1090206,300303],[1091219,310281],[1091166,327501],[1162907,-68660],[1163182,-68637],[1162667,-68793],[1158974,295424],[1189880,407933],[1182381,408631],[1185088,408067],[1187330,408800],[1186476,411302],[1187681,412158],[1184618,411513],[1182569,410872],[1188328,415096],[1188969,421170],[1201558,240982],[1202482,236432],[1201980,246266],[1202355,245231],[1200820,251810],[1197132,408424],[1195521,409310],[1191702,409761],[1194532,410068],[1197461,413709],[1190586,415982],[1191147,418678],[1209648,202534],[1209845,200730],[1206871,238853],[1204822,239276],[1204596,242488],[1204554,239980],[1204186,235494],[1205319,251127],[1205784,249780],[1204360,248146],[1208174,252554],[1208352,251851],[1208320,254567],[1210614,255036],[1212509,253339],[1213988,251720],[1213361,250347],[1212543,248959],[1207876,247660],[1206322,245886],[1205283,244114],[1209207,249785],[1210344,248301],[1213839,257398],[1216002,184696],[1219541,183722],[1221947,181365],[1217570,191332],[1216821,196005],[1216467,194366],[1217406,192543],[1228476,239879],[1226331,237474],[1228166,239398],[1227573,238313],[1217108,254147],[1218099,250712],[1224220,115389],[1228492,122073],[1223771,117347],[1224189,119721],[1221332,120911],[1232249,129230],[1233100,175881],[1230636,175636],[1241261,215693],[1235075,214296],[1231179,238844],[1229905,238324],[1239912,417216],[1241084,120254],[1239596,121493],[1230352,118780],[1246641,133565],[1246585,136028],[1252034,210996],[1248954,213366],[1248055,210831],[1243899,215947],[1254193,271833],[1244493,406509],[1243235,408615],[1243519,410825],[1241868,411926],[1242755,122383],[1255116,149810],[1255938,151191],[1258105,150250],[1259095,156574],[1261930,189080],[1263956,202003],[1264262,204702],[1266496,205907],[1263657,217721],[1263720,216129],[1264285,219800],[1262876,221852],[1262612,223452],[1261875,217973],[1265383,221120],[1266688,224424],[1265417,222383],[1262358,264769],[1259087,261970],[1256695,262101],[1258717,261036],[1263746,264230],[1264731,264731],[1255361,270879],[1269878,150753],[1267639,149932],[1276510,166983],[1272599,188298],[1272670,185768],[1274010,192162],[1272635,199794],[1271265,202323],[1271854,204311],[1271177,206367],[1268689,205309],[1271261,208857],[1273070,211508],[1272240,212963],[1269940,215015],[1268525,217017],[1269951,213912],[1267679,207979],[1271730,229574],[1268092,228137],[1271268,227836],[1272507,232803],[1272962,234166],[1278662,239548],[1275994,237941],[1279513,238352],[1278405,237830],[1277503,235949],[1279476,233251],[1268234,266365],[-1443651,1079936],[1280029,172176],[1287811,230385],[1280382,238481],[1281120,241693],[1284470,240969],[1286143,242735],[1280012,235026],[1281223,236506],[1281548,236807],[1281703,231302],[1323616,380262],[251215,-213489],[254901,-211263],[249279,-211868],[248650,-218328],[248401,-109159],[267002,-199195],[256615,-221220],[271974,-125651],[280033,-122719],[272024,-133178],[281106,-133315],[271980,-132971],[276058,-149314],[279669,-191942],[275287,-80873],[280127,-87112],[271796,-111939],[271782,158218],[274420,161922],[282342,-118571],[291448,-115829],[288454,-121613],[287606,-118611],[289616,-118753],[285651,-140331],[294011,-136866],[291246,-130385],[282708,-135374],[290860,-145277],[285812,-152811],[286530,-155193],[293842,-158540],[293298,-163322],[291851,-155202],[291973,-167029],[291593,-174532],[283288,-193394],[292564,-198735],[287935,-205453],[289864,-208940],[293796,-276965],[292746,-81762],[283205,-90981],[290832,-97555],[289647,-101065],[283570,-111563],[290881,-103869],[291299,-105352],[286066,135186],[285556,135078],[285771,134819],[293667,171398],[290372,170949],[290064,170457],[290709,171675],[289591,172526],[294781,-125176],[295529,-129376],[295997,-148993],[297404,-164205],[294549,-155949],[298312,-157971],[303754,-161462],[295248,-168096],[295502,-170277],[300577,-204649],[298783,-217618],[294413,-228734],[298645,-266968],[300248,-77452],[302815,-86551],[298781,-88459],[299353,-84624],[297318,-94355],[306329,-97515],[303345,-95301],[301963,-98197],[302083,-96213],[302047,-97384],[297857,-114935],[301374,-104778],[306325,-102213],[298147,-112515],[294979,-104386],[298603,149813],[298397,151091],[299044,152225],[297495,156156],[303781,91005],[305454,94265],[297247,96621],[296042,97255],[295761,97710],[304717,95842],[297252,126912],[307967,-158308],[310672,-221258],[316666,-74928],[316193,-85477],[308968,-90929],[314050,-91326],[309437,-95230],[314939,-100014],[312333,129353],[308662,163548],[318922,163330],[312748,88704],[312777,87190],[313451,87685],[313026,95878],[312235,96568],[312462,96726],[330885,-162400],[324261,-164952],[331479,-165436],[325324,-166137],[331622,-171952],[332759,-168760],[325484,-250035],[329275,-23409],[329737,-44300],[327689,-41758],[332616,-57342],[330706,-64908],[330901,3350],[322047,6944],[326116,11341],[324739,8149],[325758,178217],[331315,21084],[332774,21052],[330119,34638],[329499,36320],[330986,61819],[329980,75134],[323823,74482],[323329,74507],[324039,75346],[323867,74761],[327431,78586],[322636,78112],[324574,90869],[328439,91746],[327487,92314],[327218,91585],[334014,-166176],[344321,-177372],[344053,-171885],[335956,-175107],[337932,-167983],[344969,-174520],[335381,-170784],[339918,-184315],[342684,-183450],[339004,-188200],[335379,-184120],[334736,-248228],[333851,-249547],[337773,-256740],[341409,-259454],[334694,-30812],[333318,-30253],[335065,-45310],[336462,-45238],[334712,-59498],[334394,-62795],[334679,-71603],[342497,-82310],[344852,-94996],[332933,3782],[335843,4451],[336584,129055],[337254,129426],[341691,219721],[337339,15131],[338166,44217],[349778,-178990],[348693,-167941],[350306,-173209],[345785,-186750],[356259,-185424],[357486,-189510],[349645,-246938],[357030,-251360],[349121,-261879],[356473,-24405],[356503,-24239],[350468,-42717],[358211,-42981],[345953,-84794],[346832,-96706],[349415,-97704],[354285,-108644],[346261,148946],[346193,155984],[351974,176828],[351151,176504],[347871,173812],[351738,178521],[351293,173278],[350853,170632],[354135,169854],[354122,170113],[357391,172737],[357994,171040],[358157,171305],[354923,180225],[354042,179686],[358064,182707],[355380,182600],[356387,182297],[355044,184034],[348783,180309],[350933,183576],[350532,183698],[353440,208235],[361083,-116517],[358713,-149374],[362626,-164098],[370219,-164354],[366382,-168645],[366897,-172156],[363508,-179463],[361830,-188511],[369531,-183191],[361872,-182542],[363249,-182416],[359770,-184061],[368686,-216574],[363935,-220120],[371179,-220143],[371143,-227377],[364294,-86223],[371168,-91699],[367116,-93966],[370064,-111050],[358922,-110902],[371038,-112315],[361289,-114606],[366779,164249],[360146,163121],[358792,170414],[358490,171008],[364021,168929],[370325,178441],[370356,177871],[370947,177739],[367903,173952],[362895,172803],[363277,173597],[359136,166823],[365527,176783],[361247,180322],[381743,-116817],[371461,-118090],[383163,-123917],[383045,-133798],[381323,-131978],[374737,-163665],[371531,-165691],[378402,-167088],[375576,-171691],[374398,-173472],[380944,-175972],[383228,-179005],[380373,-207155],[378756,-212254],[376119,-207433],[374464,-222088],[373094,-230210],[382250,-11427],[377558,-3484],[376049,-4112],[377004,-4779],[375427,-53599],[374807,-53452],[381174,-89935],[382508,-93368],[382819,-90441],[378005,-94583],[377367,-89757],[375511,-90398],[374730,-90577],[380036,-102432],[373734,-106620],[371595,-106556],[372661,-102248],[378904,176228],[378721,188837],[372157,196046],[379101,216082],[379073,208485],[380598,209993],[386748,-119117],[386728,-124371],[388367,-123362],[392228,-138587],[392524,-132640],[392579,-143310],[393917,-142834],[396518,-143167],[394332,-168016],[395032,-166455],[387095,-179568],[386564,-181362],[396225,-204854],[392298,-252541],[394945,-244933],[396065,-18152],[386223,-38862],[384323,-40274],[393798,-53658],[392703,-73067],[392980,-64334],[391104,-89016],[391605,-87690],[392701,-86772],[394455,-79964],[396384,-80819],[390270,-80152],[394980,-92732],[392727,-107248],[390593,2296],[385460,5617],[388105,211435],[386309,214666],[395552,261086],[405375,-134238],[405906,-134519],[405063,-133041],[406104,-131652],[405957,-134432],[398532,-202670],[404404,-206744],[398284,-237218],[402627,-5186],[403944,-251722],[402034,-45097],[403478,-45909],[403432,-55361],[397403,-74691],[397955,-93248],[401508,171149],[397913,169011],[404852,196245],[406004,228377],[409393,242668],[405628,242618],[403544,240469],[404220,240611],[408137,243133],[408832,245585],[406967,245551],[405992,244419],[405097,245045],[406375,245203],[407777,243914],[401664,13651],[405310,17671],[404658,378498],[405290,374375],[403575,375184],[403905,378087],[403263,376988],[421993,-210985],[418489,-242251],[410969,-235546],[412921,-235456],[411099,-231871],[420762,-241492],[411212,-7839],[417653,-6305],[420103,-9305],[422271,-10450],[421380,-253449],[418826,-267070],[412069,-12921],[413612,2587],[414391,1147],[420351,204841],[410510,216021],[411360,226114],[410001,244813],[412344,247689],[412511,248632],[416545,248893],[415306,249743],[415987,249247],[416216,247343],[412530,250364],[414575,253034],[419994,255166],[413163,415561],[414828,417439],[427707,-206339],[433878,-205598],[425546,-211225],[431145,-239807],[428472,-8732],[433701,-245259],[423959,-256123],[432301,-261669],[432698,-262078],[435114,-261994],[423383,-41466],[433024,-84655],[423070,212297],[430957,223329],[429228,223142],[431065,224892],[429073,225983],[428664,223765],[425774,223800],[432495,223552],[426539,250294],[430254,250794],[428680,252286],[426916,252326],[430454,251845],[430882,250024],[430722,17803],[431955,14737],[432938,28658],[440191,-212487],[445731,-215691],[439174,-217149],[436892,-210667],[442534,-226328],[441427,-232843],[440268,-236513],[438444,-6505],[439257,-249993],[447923,-247295],[441909,-50230],[442153,-49189],[438499,-69909],[441362,173655],[440952,177867],[444360,179286],[443599,183993],[447101,21939],[444069,21137],[444025,20223],[443671,21668],[444044,22701],[446504,22837],[447133,22660],[446018,24749],[443610,25641],[442586,24712],[443843,25517],[441566,351638],[439515,351882],[443997,34394],[447728,33285],[443834,43661],[447545,47367],[446812,46476],[452382,-210390],[448298,-217481],[449234,-232558],[456948,-232834],[460342,-251818],[453191,-255756],[455741,-51692],[451202,5808],[453872,178433],[450864,184027],[452472,184787],[459653,192184],[454890,203391],[450622,196663],[458293,430096],[455590,68865],[456022,84526],[470172,-134231],[467509,-139830],[467753,-138789],[461545,-223547],[462495,-225541],[472319,-232167],[469715,-240515],[472670,-242313],[472047,-231078],[466746,-242198],[470891,-236150],[468836,-245918],[472722,-247036],[466690,-244506],[465202,-249367],[462607,-246574],[461507,-255334],[462716,-28421],[462660,-29490],[469241,782],[468218,4393],[467901,5422],[466324,128521],[462442,187486],[463516,211488],[461570,207133],[464265,425737],[464250,106873],[465400,110560],[467202,110397],[469267,109218],[481824,-139377],[478729,-226491],[477083,-220052],[484190,-235273],[482080,-240602],[483960,-240929],[484960,-10022],[483272,-10371],[477113,175458],[473917,187546],[485383,204792],[485442,212376],[486354,210152],[482654,73875],[479980,112687],[478616,110726],[478073,110024],[477180,108450],[476685,107429],[477575,106566],[475875,106369],[484079,111451],[486074,110823],[486091,112090],[485944,110998],[485846,111894],[484587,111676],[484381,109305],[484431,109005],[483714,110528],[482940,108056],[480908,106885],[480597,105987],[480441,105856],[474611,125211],[496429,-154879],[489908,-233799],[497111,-238669],[498826,-63707],[498824,-63560],[497712,-68849],[497487,-69300],[497694,-69144],[494967,6119],[487847,210322],[488210,206258],[490385,213973],[489132,223704],[492058,218400],[497085,232733],[494497,231467],[496309,233701],[486902,13544],[492842,48889],[493207,59590],[490779,64048],[487744,70804],[487652,112473],[489248,110548],[490005,111880],[490946,111386],[501212,-238936],[510890,-1711],[510834,-1884],[510927,-1840],[505910,-7484],[506058,-7128],[506039,-7431],[506702,-9698],[511785,-38138],[511893,-37759],[511998,-38115],[511889,-26246],[511679,-26340],[509200,-44651],[509468,-45111],[509511,-44452],[503514,-44412],[503507,-44549],[503120,-44587],[504400,-44412],[510191,-73162],[511768,-75471],[501767,-81801],[501346,-79981],[501339,-80281],[501317,-80175],[504395,-100009],[504585,-100224],[501941,1707],[507744,183320],[499618,225152],[502894,61418],[518698,-5278],[515272,-6454],[524639,-13180],[517846,-16946],[516029,-18992],[516165,-19224],[523846,-26590],[524192,-32213],[524723,-32070],[518645,-32767],[512740,-35723],[512633,-35509],[512478,-35688],[512009,-26051],[512917,-48816],[512635,-48560],[512945,-48300],[512873,-42944],[513316,-51134],[512956,-53114],[513200,-52815],[524577,7361],[524288,7112],[524727,7481],[517539,188638],[520072,184366],[522337,196215],[520006,77761],[531296,-2678],[530804,-13148],[530453,-12967],[530609,-13103],[524867,-13187],[525210,-16142],[525311,-16294],[524970,-16196],[525531,6292],[525660,6312],[525683,6532],[528048,24690],[534113,31290],[527389,63711],[528808,59207],[525135,73385],[528449,68711],[528687,68545],[537003,65102],[536722,79707],[527505,86428],[529089,127885],[543365,-13301],[546938,-25922],[543463,-65982],[543405,-66146],[542633,-65508],[541655,-80011],[549868,50096],[546657,62647],[543122,57263],[541303,66325],[552922,-24439],[554194,-34765],[561682,-32057],[554759,23778],[563727,-50208],[575636,-73170],[573803,-68024],[573230,-76490],[572169,-85346],[571907,-85239],[574040,-82304],[574326,-82376],[571308,-81186],[575976,-87905],[569177,-94344],[588385,-33511],[588430,-33643],[588785,-34605],[582301,-50092],[581315,-60026],[581200,-61097],[579939,-61098],[579672,-61250],[579270,-61133],[576178,-80748],[581581,-93710],[597717,-45033],[597914,-45104],[598081,-45252],[598321,-45518],[598840,-45538],[598845,-44569],[600321,-46901],[600158,-46380],[600785,-47261],[601330,-44688],[601048,-44408],[601141,-44584],[599432,-44448],[599049,-44530],[598900,-44881],[596437,-71107],[591885,-85986],[592184,303642],[589492,309477],[593331,39143],[611090,-44895],[610949,-45319],[610081,-88020],[606503,-87134],[617434,14511],[631125,-164263],[630753,-163987],[630094,-162708],[630804,-163257],[629942,-163402],[631101,-163403],[630368,-166181],[634508,-168793],[633954,-168894],[633545,-169192],[633586,-168648],[634158,-168161],[633423,-168731],[633578,-168470],[634541,-175950],[634837,-173507],[634119,-175606],[635758,-176005],[634676,-175258],[635849,-174308],[635873,-173654],[630144,-173025],[630884,-174206],[631035,-173422],[629356,-175085],[629624,-175795],[629899,-166598],[630611,-166233],[630137,-167173],[631319,-166989],[631996,-167914],[631329,-167615],[631753,-167819],[631929,-167438],[631707,-167679],[629854,-166708],[630108,-166581],[635915,-168533],[636111,-168693],[635618,-168121],[637156,-167239],[637446,-167887],[637505,-167781],[629496,-188793],[629486,-188212],[630285,-188386],[630586,-185375],[630737,-185144],[629984,-185195],[632683,-185890],[631986,-186149],[631848,-186209],[632107,-187146],[631108,-187741],[632093,-187245],[631096,-187252],[632105,-188196],[631488,-188005],[632478,-188268],[627973,-180957],[629888,-181125],[628528,-181384],[629452,-180697],[631404,-182806],[636696,362288],[642944,-160225],[643684,-161406],[643835,-160622],[642156,-162285],[642424,-162995],[641023,-160590],[649956,-154439],[642296,-175993],[642286,-175412],[643085,-175586],[643386,-172575],[643537,-172344],[642784,-172395],[645483,-173090],[644786,-173349],[644648,-173409],[644907,-174346],[643908,-174941],[644893,-174445],[643896,-174452],[644905,-175396],[644288,-175205],[645278,-175468],[640773,-168157],[642688,-168325],[641328,-168584],[642252,-167897],[644204,-170006],[647142,-190323],[648481,-190420],[648289,-189617],[647999,-189673],[647349,-188588],[646048,-189149],[646857,-190096],[646382,-189108],[644895,-188837],[644903,-189534],[645097,-188886],[652538,-188827],[652019,-188848],[651241,-187631],[651521,-187232],[651488,-187728],[651325,-191049],[650970,-190968],[651108,-191401],[648922,-63142],[663908,-178601],[652904,-188383],[671169,89397],[669637,89773],[677713,101108],[677840,96851],[677023,94280],[677624,93821],[675816,97393],[674730,96837],[673890,96656],[673082,97478],[672622,96514],[674723,97906],[677109,96865],[675902,94991],[675965,93410],[676203,92257],[671971,96554],[674095,92532],[673754,93206],[676203,96691],[669429,92332],[675802,94654],[672781,95876],[672828,95633],[673128,95452],[671742,96561],[671365,97006],[674713,98741],[675893,94950],[675331,95035],[673047,95529],[686073,-104169],[681644,100028],[678951,101647],[683471,100956],[681447,100998],[681104,101341],[684421,100138],[683381,101150],[683761,100323],[680913,101214],[684280,100059],[679720,98186],[678654,96148],[679863,96776],[713502,-148841],[713821,-148571],[713622,-148584],[713683,-148704],[715186,-170162],[707664,-179124],[712149,388829],[718651,390252],[717808,390420],[723787,399863],[726045,400472],[734612,402867],[742374,414826],[740402,414815],[741210,415518],[739116,418772],[740741,421470],[738994,428132],[754208,-168289],[749945,390577],[750197,395326],[751171,394218],[750484,392634],[750297,391744],[751889,392312],[747886,386669],[748545,387375],[745802,412876],[745579,412239],[745608,412579],[743565,413584],[742484,421389],[746828,414782],[748683,415572],[747867,415568],[747674,418098],[749128,420407],[747624,421577],[750945,416821],[749913,416802],[754556,417868],[747954,416832],[745351,416431],[753483,418559],[754530,412841],[764680,-161069],[764647,-158605],[758116,-167754],[756324,394826],[757413,395512],[757842,395011],[758669,395434],[759876,395230],[760097,396085],[767589,395744],[766965,391649],[767092,390573],[763357,388061],[761564,387630],[757824,385557],[761178,408941],[765921,409114],[767849,405316],[767125,407284],[766721,407824],[765614,404953],[762863,403024],[758198,400144],[758325,398562],[756002,397369],[760403,399112],[763547,397799],[767112,400132],[767660,408755],[761164,406238],[762226,410385],[760983,411462],[757837,412325],[757906,411565],[759596,412207],[759024,410445],[765025,410223],[755406,417355],[756450,415292],[758730,416435],[759044,414752],[765192,414847],[767657,412061],[773263,-152034],[780536,-150565],[776093,396994],[768491,391250],[771083,395420],[777981,389025],[771469,403580],[769533,403921],[770301,405167],[769236,406081],[770804,402585],[768939,399651],[768793,397068],[772561,409284],[778628,404953],[777765,398525],[769601,408858],[769409,413442],[785291,-145935],[784875,-146164],[784861,-145772],[788542,-149161],[785217,-149948],[819409,-148065],[960447,-140822],[972383,-182998],[972267,-183108],[972480,-183250],[973411,-147678],[976300,-160748],[975782,-161748],[981407,-157512],[977784,-170398],[974761,-183709],[974815,-183617],[980713,-181087],[982792,-179428],[973436,-196153],[973316,-196183],[982412,96108],[977033,100002],[982189,101680],[982704,105588],[985678,-170733],[988474,223402],[988993,94548],[994026,100776],[987621,101071],[987939,103463],[1001329,309531],[1004148,308311],[1006858,313694],[1004514,316629],[1005411,327137],[1007105,323878],[1004395,336136],[1005706,103419],[999873,104345],[1019424,303201],[1023941,302026],[1022040,303885],[1027433,283459],[1032366,323545],[1030140,328556],[1027800,320642],[1026460,322978],[1030394,361529],[1026931,362344],[1044968,292934],[1044268,290236],[1043550,311826],[1043755,326618],[1039542,337750],[1039813,347771],[1037371,352697],[1040519,367791],[1041037,364156],[1039148,362068],[1060259,277874],[1054755,275300],[1061527,293089],[1061034,287408],[1049665,304428],[1058219,306085],[1051712,302307],[1068909,276067],[1071405,279913],[1065969,281409],[1062694,292331],[1070143,285197],[1062722,299393],[1071435,305434],[1074504,312669],[1062595,316764],[1072255,322481],[1083237,293378],[1083663,294505],[1082258,311163],[1078244,326898],[1076004,332263],[1085083,498507],[1097758,280606],[1100582,284815],[1097766,286704],[1098367,290850],[1090703,299252],[1090541,298833],[1089656,310714],[1159480,295430],[1190290,408018],[1182729,409294],[1186331,407492],[1187562,409453],[1186119,411889],[1187837,412812],[1185223,411302],[1183046,410948],[1188893,415404],[1190149,420894],[1202437,236870],[1202287,246740],[1202741,244312],[1200536,250997],[1197679,408414],[1196699,408662],[1190512,409535],[1191936,410024],[1194117,409987],[1200534,413715],[1190721,416525],[1191238,419370],[1210040,202656],[1209577,200264],[1207660,237692],[1208351,236779],[1205722,239492],[1205083,242388],[1204514,239647],[1203827,235663],[1205829,251935],[1205738,249959],[1204590,248768],[1205784,247373],[1208885,248331],[1207853,252705],[1208683,252105],[1208139,256038],[1210987,254702],[1212279,253492],[1213891,251434],[1214000,250586],[1212181,248687],[1208641,247596],[1205456,244212],[1209451,250344],[1210719,247262],[1214628,256713],[1216239,184810],[1219846,184122],[1221820,181333],[1217194,191220],[1216261,193838],[1218922,192954],[1217401,204167],[1228212,240211],[1226656,238127],[1228583,239472],[1227026,237810],[1216329,253826],[1218284,251083],[1218978,253021],[1216618,256047],[1223311,116626],[1224997,116246],[1224082,119870],[1220991,120605],[1231901,128496],[1233048,175175],[1231390,176140],[1240864,214143],[1235026,214228],[1230844,238623],[1228913,237636],[1240978,121126],[1239553,120947],[1230577,118623],[1233870,125042],[1229072,121993],[1245715,132773],[1246563,135377],[1251492,129236],[1253585,212393],[1249749,214501],[1248013,210537],[1243835,216481],[1253362,271865],[1242299,122094],[1254730,149691],[1255719,150560],[1257897,150643],[1258909,157430],[1261888,188687],[1263566,202045],[1264232,204020],[1265878,204279],[1267085,207370],[1262678,217606],[1262312,216534],[1264400,219345],[1263224,221734],[1261863,224317],[1264917,220978],[1266337,225033],[1266010,222842],[1261315,263365],[1260040,262064],[1256941,262323],[1258647,260975],[1263904,265119],[1265106,264294],[1255303,271121],[1269692,151059],[1267243,149373],[1273783,166599],[1277481,167877],[1271969,187648],[1271793,185604],[1274267,191254],[1272897,199979],[1271203,202713],[1268961,204621],[1271447,205714],[1273100,205045],[1270208,208867],[1272779,211754],[1271449,212508],[1269424,215048],[1268579,216635],[1269780,213998],[1272212,228759],[1268648,227917],[1271186,227499],[1272470,233125],[1272968,233781],[1278716,239208],[1276447,237683],[1279122,237642],[1277151,236554],[1279225,232728],[1267345,265164],[1292464,199922],[1288355,195766],[1287755,230508],[1280089,238434],[1280525,242009],[1285669,241651],[1286627,243190],[1280575,234019],[1282197,235712],[1285455,234642],[1281504,231221],[1313884,204705],[1316793,201275],[1315720,212929],[1313372,207072],[1312222,208542],[1315161,217835],[1314063,287573],[1310751,294228],[1307289,296314],[1313248,383937],[1314901,394016],[1306510,431501],[1305812,432802],[1306499,433809],[1305935,437778],[1307833,446086],[1323375,206307],[1321162,238674],[1321226,241948],[1320076,239106],[1327638,247363],[1322646,243845],[1326026,245917],[1331058,244698],[1323821,382209],[1320507,375393],[1319934,376686],[1326056,383252],[1324798,390466],[1325832,386835],[1323822,384997],[1322207,385366],[1328850,402269],[1326181,399186],[1326980,397166],[1323223,406153],[1332122,202564],[1331670,242380],[253946,-213430],[252179,-213221],[255353,-210246],[249796,-210358],[272565,-120357],[273307,-127842],[277627,-122072],[281199,-120546],[274168,-133282],[274966,-134493],[280261,-149905],[273593,-96089],[270073,-112710],[272443,157595],[274846,161853],[287489,-116010],[288571,-122167],[288507,-119836],[290076,-118556],[294082,-136790],[291189,-130005],[284556,-131473],[291304,-145581],[287315,-142761],[287658,-152670],[291431,-142597],[293060,-158213],[293764,-161616],[291528,-166895],[292226,-174599],[283191,-192141],[288722,-209379],[282448,-85850],[287868,-81598],[285249,-93145],[292573,-94035],[290551,-98827],[288531,-100547],[285516,-110671],[284780,-113809],[292974,-109229],[284986,136994],[285597,134003],[285822,134977],[291098,170329],[290282,171089],[290614,171027],[288984,172493],[291162,173773],[294228,98465],[298182,-122335],[295111,-115203],[296224,-115164],[296725,-132442],[303521,-152246],[295980,-147666],[297455,-163280],[297111,-155677],[298135,-157940],[303268,-153926],[303191,-161619],[306365,-160280],[306852,-154430],[296514,-167745],[295149,-171478],[297873,-85885],[302874,-87153],[299290,-99320],[301764,-99656],[301928,-95156],[301738,-97814],[298086,-110117],[299814,-111190],[295535,-104514],[298297,149975],[298235,151105],[299010,152382],[295916,96554],[295555,97639],[304358,95347],[305164,108372],[313556,-159148],[313825,-160824],[309212,-157470],[316009,-74775],[310843,-93279],[312685,-90508],[312992,-89867],[313264,-98714],[314082,-100482],[310327,-99007],[308031,-96123],[312791,129484],[312797,129734],[319588,167086],[317064,75174],[309543,85025],[309568,85397],[313182,87795],[312644,96715],[313441,93486],[313816,95781],[312203,95781],[312730,96460],[318672,91792],[323498,-165503],[329935,-164983],[332457,-171506],[331872,-168835],[324624,-10854],[325017,-249955],[327126,-18623],[330194,-26315],[329418,-47682],[328822,-43627],[325922,-38285],[326625,-38209],[332642,-66892],[322077,-86220],[330932,3772],[322507,7672],[322975,10480],[323682,8421],[324672,7716],[321772,9237],[325018,178018],[325096,178510],[331643,34736],[330571,35022],[331641,45280],[331106,61184],[329143,65852],[330060,75263],[324035,74495],[323316,74676],[323147,74693],[325583,74952],[321728,78198],[327404,77884],[325460,91554],[328029,90943],[327598,91849],[327550,92806],[345192,-153948],[344693,-173329],[337374,-175930],[334179,-166730],[336508,-167398],[345232,-173607],[341130,-168446],[341130,-168446],[342816,-184317],[341805,-183963],[339490,-189386],[334278,-185734],[333023,-29814],[332951,-31498],[333465,-30084],[335026,-30204],[335372,-46796],[336179,-46343],[334294,-60102],[334175,-62136],[333417,-63626],[333864,-70445],[344378,-94251],[344395,148762],[344266,222109],[336671,14345],[333505,20670],[340046,22332],[338133,44340],[334463,50407],[334903,52429],[333360,57149],[340323,127770],[351056,-150074],[349869,-173485],[346690,-174709],[346545,-186166],[354172,-183370],[357021,-185440],[357447,-188428],[353772,-188523],[350217,-42357],[352151,-87268],[346235,-84447],[346270,-97354],[347926,-96756],[352207,-90624],[351126,-106238],[345773,149255],[346171,149202],[350009,176881],[350253,176736],[348811,174727],[351236,177487],[350454,174069],[351725,170938],[351697,170259],[351122,170150],[356668,171681],[357083,170659],[357848,170991],[357950,171175],[356381,171219],[357459,167415],[353282,179855],[354386,179439],[357676,182889],[355815,182586],[355432,183410],[358282,184204],[352308,184251],[357210,183373],[350970,183015],[351159,211458],[358151,243302],[369312,-120373],[362026,-146914],[369859,-164215],[364481,-178838],[370268,-166714],[367804,-168177],[365459,-171811],[360294,-182717],[364475,-185246],[368244,-54645],[369279,-57020],[367218,-55315],[368483,-54875],[361736,-54121],[365851,-68356],[364679,-85374],[367913,-93818],[359539,-96388],[367834,-112987],[361588,-108917],[370513,-113030],[366854,164061],[370935,155631],[359311,170122],[359368,169235],[358496,170567],[364414,169167],[361534,176198],[370356,178358],[370646,178390],[363135,173271],[359410,166616],[361085,180113],[360540,182085],[368865,180932],[364216,186856],[377908,-132164],[373875,-164615],[380337,-167619],[381974,-176640],[375024,-178515],[375738,-171589],[374382,-174488],[380696,-175984],[375622,-182930],[382223,-11865],[375388,-53536],[374800,-53397],[372894,-53936],[372908,-53787],[373354,-62411],[380883,-66096],[373345,-89043],[380720,-90437],[383447,-92072],[382016,-91163],[378319,-94207],[377344,-91296],[374850,-91267],[372457,-101867],[380090,-102867],[378267,-114967],[374384,-107773],[372383,-105865],[372162,177247],[372282,194177],[378217,193430],[380019,208698],[387171,-124644],[384148,-124415],[388274,-123276],[385212,-130852],[387921,-134313],[392403,-132850],[384551,-141966],[387682,-146956],[392368,-146619],[393154,-142325],[392884,-146370],[395393,-144110],[394390,-166048],[386224,-178789],[385622,-167862],[394340,-167860],[387485,-182419],[392672,-252288],[395119,-244758],[396339,-17977],[386135,-38951],[385622,-40027],[388947,-48803],[392379,-62930],[391632,-64933],[389468,-85489],[392984,-86941],[394328,-80586],[390321,-81085],[390231,-80190],[392265,-80939],[390529,-77882],[396225,-89842],[392182,-89860],[388091,-103912],[384315,189065],[384214,187826],[390274,198568],[394903,215717],[396291,260700],[404243,-121846],[405701,-134814],[402302,-129078],[406044,-131673],[406057,-132065],[405077,-130666],[398331,-237617],[403391,-46205],[403966,-54718],[400726,-65650],[402440,-111207],[401687,171760],[397640,170751],[404690,195509],[406073,227252],[409156,242669],[407755,242867],[405768,242611],[404081,241279],[403899,240206],[404040,240410],[408326,242930],[407790,246204],[408238,244405],[406075,244101],[405296,244665],[407204,245050],[407657,243496],[404573,378508],[404651,377316],[403066,375711],[403586,377100],[403198,377501],[398469,31631],[399400,40141],[397399,38714],[410722,-235325],[413137,-235464],[410865,-231802],[415324,-10391],[415196,-10545],[414834,-9628],[416687,-267243],[419990,204766],[414545,199993],[418138,207078],[410331,245131],[411380,246487],[412198,248361],[415958,249252],[416254,250331],[416987,249198],[412511,250080],[414682,253072],[420035,254179],[417325,252588],[413134,415179],[414595,419375],[409951,418841],[432945,-204890],[425681,-254148],[432157,-247592],[432535,-84946],[431455,223207],[428906,222988],[431003,225453],[428820,225985],[427867,224184],[425780,224624],[424658,220323],[426379,250704],[428326,251990],[428378,252830],[427080,253014],[430446,251451],[430779,249535],[429419,250057],[439695,-212578],[445756,-215606],[440077,-216705],[446622,-219305],[442052,-225328],[439871,-233533],[438541,-70201],[443681,183293],[444973,180386],[441722,351757],[460378,-131133],[453639,176800],[450145,171266],[450872,182271],[453692,186849],[460645,194130],[451804,203276],[450553,196483],[460531,206360],[457928,15995],[458366,15871],[457844,16189],[458453,16900],[458726,16479],[458154,430025],[458214,426417],[473346,-234206],[467935,-244352],[466352,128596],[464628,212264],[464364,427193],[463530,425758],[464378,425656],[462180,105797],[467855,110210],[464970,108495],[470856,109793],[473459,123169],[481429,-21216],[476507,174706],[480254,174856],[474579,189483],[481643,185775],[486131,212683],[484807,205121],[479252,111844],[478382,110738],[477984,110050],[477079,108550],[477098,106293],[477742,106619],[476184,106250],[484304,111107],[486179,111055],[484763,111349],[484019,109435],[484084,108510],[483703,110570],[483324,108084],[482057,107004],[480185,105538],[479910,106255],[497614,-69272],[498754,-63918],[499098,-63815],[492272,6688],[492571,211559],[487271,205613],[490369,209860],[489487,213104],[499085,225272],[487536,223564],[497115,232621],[496707,45277],[486798,112540],[487759,112487],[489270,112015],[491127,111158],[486643,110923],[510654,-1815],[510938,-1619],[510535,-1754],[506069,-7270],[506014,-7599],[506138,-7052],[506499,-9692],[511744,-37830],[511675,-37909],[511449,-26282],[511834,-25984],[509376,-44786],[509317,-45097],[509398,-45269],[503608,-44655],[503192,-44683],[503378,-44688],[504401,-44668],[509965,-73482],[510242,-72962],[509518,-73729],[501854,-81735],[501704,-81942],[501540,-79864],[501121,-80134],[501180,-80322],[509947,-77955],[504205,-99932],[504460,-100611],[502978,173957],[503260,41304],[515263,-6388],[524733,-13143],[515706,-18940],[515835,-19095],[523612,-26804],[524031,-32056],[523683,-31907],[524130,-32272],[518705,-32856],[512765,-35973],[512601,-36059],[512272,-35806],[513347,-42760],[513152,-49499],[512735,-48897],[513213,-48469],[513440,-51389],[513508,-51029],[512466,-53500],[512408,-75464],[524797,7226],[524670,7203],[524437,7472],[512999,185481],[517148,184490],[516292,188355],[515673,182518],[517454,192365],[523077,73362],[521940,82369],[536063,-8028],[530270,-1659],[530436,-13559],[530391,-13464],[530716,-13058],[525444,-16295],[525233,-16362],[525455,-16546],[525301,-31121],[525255,6438],[525797,6265],[525762,6420],[528234,132372],[529001,24463],[526612,59864],[529975,60464],[525031,60701],[527891,88332],[549673,-20538],[542917,-65929],[543504,-65691],[543301,-66201],[543825,-112670],[543264,63572],[545188,55472],[538528,64180],[541368,65494],[551577,-22089],[553453,-35118],[551997,-29530],[562199,-31783],[550878,50086],[564365,-49913],[571491,-67567],[575459,-74314],[571742,-85154],[574110,-82615],[573949,-82377],[573795,-76795],[575381,-81385],[575181,-87058],[568862,-94501],[580051,-40131],[582239,-50516],[581517,-60733],[580753,-60755],[580131,-61037],[583518,-86095],[581659,-93496],[588604,308946],[588082,45449],[597916,-45789],[598808,-45310],[598722,-44523],[600415,-47020],[601120,-46718],[600542,-46973],[600975,-44622],[601070,-45214],[599572,-45233],[599447,-44722],[599525,-44581],[594956,295473],[592113,29093],[606518,-86597],[606651,-86686],[606089,-86379],[627049,-180091],[631221,-163762],[630012,-163155],[630760,-163613],[630647,-163416],[630314,-163503],[633932,-167964],[634524,-168643],[633147,-168938],[634410,-168704],[634464,-168568],[633369,-169110],[633318,-168908],[633443,-169168],[634603,-168539],[636201,-174305],[635739,-174837],[635624,-175745],[634813,-175242],[633236,-175620],[634172,-174377],[635544,-175452],[635454,-173964],[630293,-173133],[630538,-174173],[631370,-174442],[630039,-175455],[629485,-174892],[629510,-175684],[630263,-166896],[631904,-167047],[631445,-167608],[631936,-167832],[631259,-167284],[631194,-167410],[631332,-168116],[630379,-166590],[629952,-167034],[630241,-166493],[636005,-169061],[635615,-168284],[635862,-168377],[636908,-167389],[637656,-167745],[637072,-167749],[639849,-167291],[630276,-187345],[630137,-188497],[629696,-188116],[629582,-185735],[630633,-184885],[629892,-184898],[631602,-184985],[631324,-184986],[632606,-185454],[631218,-186419],[631176,-187489],[631910,-187074],[631816,-187147],[631850,-187856],[632438,-187894],[632904,-188294],[628912,-181497],[628621,-181684],[630258,-181845],[627969,-180061],[627857,-180144],[636610,362225],[643093,-160333],[644170,-161642],[642839,-162655],[642285,-162092],[642310,-162884],[641517,-160613],[643076,-174545],[642937,-175697],[642496,-175316],[642382,-172935],[643433,-172085],[642692,-172098],[644402,-172185],[644124,-172186],[645406,-172654],[644018,-173619],[643976,-174689],[644710,-174274],[644616,-174347],[644650,-175056],[645238,-175094],[645704,-175494],[641712,-168697],[641421,-168884],[643058,-169045],[640769,-167261],[640657,-167344],[647456,-188707],[647408,-188993],[648911,-190050],[646173,-188082],[648277,-189787],[646293,-189194],[646689,-189466],[647160,-189432],[644918,-188997],[645051,-189086],[644489,-188779],[652742,-188068],[652572,-188646],[652134,-188387],[651147,-187427],[651713,-187424],[651180,-187797],[650956,-191072],[651409,-191277],[651074,-190992],[650544,-69587],[663756,-178272],[664209,-178477],[663874,-178192],[670668,89339],[675341,101808],[676301,101267],[677477,101626],[674927,101657],[678030,96393],[677241,93810],[677936,93424],[675252,95052],[675567,96964],[674792,96336],[673733,96185],[672632,97226],[672362,96065],[674273,97698],[677023,98119],[676712,95170],[675244,95094],[676076,93846],[676356,92555],[676288,98055],[675567,92364],[672324,97109],[673946,92061],[673379,92848],[676285,96781],[674742,95968],[669610,90268],[669173,92783],[676446,96889],[673218,95566],[673226,95524],[671142,97078],[671150,97036],[672946,95532],[672922,95566],[673423,95671],[673426,95713],[675643,98891],[675648,98849],[685452,-97288],[682073,100273],[683186,100557],[681004,101322],[681012,101280],[681482,101091],[681460,101128],[684697,100631],[684662,100605],[683650,100399],[683675,100430],[685688,100453],[685679,100493],[681399,101449],[681359,101437],[680936,100975],[680974,100962],[679076,101080],[680428,98612],[678815,98426],[678458,97834],[680093,96337],[678666,96474],[713968,-148574],[713396,-148862],[713442,-148634],[713706,-148591],[715190,-167079],[713197,-168318],[707426,-178875],[733621,-197937],[753929,-169323],[764865,-160539],[764955,-158291],[758384,-167051],[771125,-153881],[785109,-146030],[784726,-145899],[785017,-145684],[788389,-150692],[786217,-148812],[785462,-150306],[781362,-149928],[819585,-149181],[838050,-168387],[838183,-168696],[872332,-152567],[871877,-152701],[964896,-142883],[972276,-183465],[972366,-183513],[972372,-183359],[974468,-151593],[974327,-148239],[975823,-161896],[975474,-162629],[977691,-169970],[977774,-170114],[983262,-177585],[974619,-183521],[974488,-183597],[979579,-182693],[973176,-196425],[982479,94535],[977152,98608],[981904,105854],[982816,102737],[989116,-160313],[986624,-169891],[989110,96168],[986901,101456],[988850,104496],[1001242,308997],[1002496,307862],[1008671,315385],[1005320,315039],[1004061,325323],[1006487,324313],[1005017,336531],[999766,103684],[1018868,301500],[1026646,319175],[1030741,322478],[1030120,329151],[1032650,330890],[1025222,321060],[1033144,341229],[1035696,351237],[1032201,360868],[1027926,359061],[1042372,291344],[1045027,289256],[1049598,304312],[1046710,312248],[1040417,344830],[1037810,349004],[1047016,365512],[1056918,-111441],[1055614,-113835],[1055872,-113784],[1058410,279411],[1062081,292036],[1057442,291773],[1057497,288788],[1054091,295009],[1051363,302666],[1050694,324580],[1067630,-128435],[1074562,-137055],[1067760,275836],[1074778,281199],[1066471,280593],[1071674,287143],[1063564,297993],[1062665,305839],[1072042,307939],[1064175,315165],[1070719,320466],[1074524,328300],[1080255,293950],[1083812,294350],[1078334,305862],[1083821,311073],[1076555,313984],[1078342,325830],[1087257,330432],[1084714,333847],[1099747,284445],[1098389,286263],[1089516,295080],[1091629,300633],[1090864,307912],[1091180,308083],[1088531,314181],[1189789,408002],[1182670,409355],[1185273,407908],[1186915,409530],[1185582,411862],[1188477,412382],[1184917,411612],[1182757,410805],[1188478,415425],[1190133,420249],[1201526,239877],[1201834,237512],[1201916,246220],[1202606,245023],[1200487,251079],[1196700,408450],[1196010,408864],[1190433,409130],[1192145,409619],[1194096,410085],[1199430,414034],[1190750,416160],[1190948,419477],[1210069,202765],[1209492,200837],[1208024,237360],[1205135,242945],[1204878,243218],[1203981,240643],[1204245,235394],[1205291,251254],[1205686,249828],[1204466,248240],[1204431,247065],[1208878,249010],[1207853,252755],[1210145,251227],[1208162,255067],[1210619,254259],[1212486,253346],[1213783,251869],[1213474,250224],[1212221,248956],[1208072,247761],[1205943,245310],[1208886,249904],[1210583,247425],[1214578,256772],[1216295,185026],[1220262,184137],[1221836,180720],[1216992,192047],[1217505,195290],[1216268,194624],[1217360,192571],[1217399,204110],[1228431,240685],[1225894,237671],[1228261,239169],[1217743,254557],[1218022,250628],[1219324,253468],[1216039,256773],[1223775,117264],[1225246,115667],[1224629,120148],[1222125,120696],[1232398,129156],[1233852,175614],[1230948,176293],[1241454,214324],[1234440,214781],[1230288,238702],[1229969,238051],[1228874,237303],[1241006,415936],[1241302,120609],[1240261,121484],[1230907,118319],[1233630,125207],[1229418,121813],[1251538,129395],[1247157,133251],[1246072,136258],[1254219,211565],[1251902,210947],[1248856,213347],[1249497,210574],[1243493,214965],[1253583,272485],[1246089,408656],[1241985,408547],[1244401,414686],[1242806,413014],[1243511,122010],[1254654,149519],[1256507,150644],[1258150,150101],[1260213,157321],[1261972,188366],[1262809,201500],[1264421,204529],[1265868,204764],[1263788,217623],[1262771,217470],[1263684,219483],[1263342,221848],[1261504,223872],[1262895,217841],[1265395,220747],[1267064,225065],[1265734,222485],[1261088,262988],[1260646,262237],[1257010,262359],[1259503,261847],[1264106,264904],[1265313,264883],[1255731,271033],[1269523,150580],[1268082,150560],[1279721,171467],[1276411,167189],[1273781,166703],[1272403,187891],[1274619,191058],[1272920,199851],[1270834,201782],[1272938,204878],[1269831,206083],[1268675,205472],[1272685,211392],[1270875,213280],[1270019,214969],[1268932,216925],[1269524,213551],[1267882,208186],[1272357,230252],[1267956,228010],[1270314,227870],[1272582,232521],[1274020,233756],[1278096,238741],[1276268,237862],[1279216,237987],[1277217,236251],[1279714,233291],[1267819,265680],[1280123,170652],[1292105,199595],[1289414,195337],[1281381,241086],[1284872,241272],[1280079,235112],[1283382,235772],[1284978,235063],[1286454,242936],[1304340,431903],[1305516,436689],[1314609,203578],[1317211,200931],[1315157,210116],[1316414,213201],[1313319,206532],[1312799,208774],[1313254,286836],[1308748,294197],[1307196,296103],[1318206,375384],[1313013,384112],[1314804,393055],[1306647,431212],[1309667,429072],[1308340,446386],[1324527,205009],[1322831,239264],[1320734,241756],[1320709,238748],[1326134,248619],[1323246,245716],[1326674,245216],[1323532,382517],[1321862,378145],[1325715,383401],[1327066,391978],[1326618,396470],[1326585,387494],[1322646,385642],[1328617,400012],[1326165,400700],[1324007,406726],[1331468,201312],[1331991,202158],[1331621,241884],[1331525,244615],[252829,-213851],[251706,-212719],[254517,-210097],[249545,-210997],[271757,-120277],[279775,-125818],[271159,-140103],[273395,-85111],[275225,-80321],[280953,-86528],[272887,158101],[275141,162028],[271973,156167],[281969,-121393],[293639,-118937],[289648,-121807],[287748,-118361],[289917,-118873],[293868,-136370],[291100,-130332],[284670,-131256],[281955,-129868],[289735,-144800],[291657,-146086],[286781,-141555],[285762,-142897],[286138,-155757],[293749,-157880],[292747,-163148],[286135,-154111],[290644,-153907],[291755,-168642],[292706,-173654],[282434,-191807],[285859,-79306],[284617,-93321],[291954,-98107],[289583,-101896],[284713,-109946],[285421,-113645],[291140,-104340],[283984,134780],[290924,170766],[290326,170586],[288928,171563],[297887,-126600],[294962,-115480],[296264,-115700],[296893,-135964],[302661,-152299],[294826,-144548],[297397,-163770],[296705,-155928],[297982,-157563],[303625,-161420],[296097,-168625],[296496,-171064],[299612,-85193],[298492,-77752],[302897,-86608],[299057,-87720],[305803,-86257],[295572,-92394],[299353,-91116],[299688,-100881],[300653,-99619],[306403,-101829],[303093,-96043],[298151,-106368],[299430,-110701],[294875,-104834],[298035,149702],[298174,151056],[301061,92489],[304841,95827],[296005,97587],[297029,96664],[295492,97267],[296069,97088],[304935,95740],[297695,125676],[297109,126662],[314893,-74361],[312489,-85320],[319633,-88028],[309529,-89950],[310704,-93744],[309476,-90806],[313219,-91837],[313859,-99638],[307367,-95753],[314112,130354],[312721,129314],[309914,85123],[309681,85540],[313105,87697],[313130,94873],[312762,96567],[317868,94062],[309953,116282],[320012,-162541],[331879,-172028],[325955,-250112],[329563,-16970],[331223,-51435],[330906,4006],[322683,8267],[323894,10538],[324718,8437],[323938,179277],[325108,178644],[328312,181100],[331222,19693],[331477,34552],[332387,44237],[329929,75743],[322956,74676],[324698,75212],[327605,78146],[324819,90903],[326821,91777],[327416,92218],[340169,-151119],[343897,-172478],[337068,-175942],[333245,-169846],[336564,-167183],[340848,-184745],[341150,-186806],[342898,-183887],[338094,-189989],[338849,-190020],[334444,-185553],[333317,-28854],[334827,-29719],[332960,-49051],[334646,-45545],[335037,-47058],[336581,-46293],[335267,-57737],[334254,-61639],[336281,-58797],[337444,-72279],[344434,-94165],[333088,5380],[335387,4313],[336499,4762],[345431,148998],[341966,221061],[344660,222095],[343500,225240],[333591,21410],[342685,22541],[338722,17941],[337612,44787],[334298,50392],[333868,56789],[341926,126284],[356953,-175724],[350659,-166744],[350033,-173128],[346174,-174535],[355899,-186239],[351437,-85807],[346186,-97812],[348835,-97154],[352361,-90934],[356389,-111757],[353300,178618],[350280,176596],[348625,174006],[348866,174161],[347882,173780],[351862,178710],[351685,177803],[350959,177523],[351828,170735],[351007,170710],[356774,170958],[356316,172451],[354014,169388],[357856,170833],[357816,171068],[358219,171086],[358192,171152],[358381,170756],[356730,167263],[353811,180002],[354075,179805],[357723,182434],[357290,182520],[357639,185055],[356470,182973],[348589,180313],[346743,181457],[351048,183008],[351101,189704],[368285,-119708],[359193,-150925],[364102,-164513],[370719,-166537],[367204,-168712],[367105,-171005],[362918,-180240],[363999,-180020],[358859,-179171],[363074,-182480],[368627,-180914],[359934,-183935],[369579,-186467],[370996,-232866],[369644,-56858],[363991,-53044],[365737,-68416],[363655,-85861],[363738,-98938],[362857,-113808],[359977,-106606],[370934,-106381],[371196,-113774],[366695,163753],[358913,170528],[365484,169617],[364283,169152],[370610,178845],[370983,178416],[361413,173007],[360709,182124],[382819,-122869],[383966,-124510],[376743,-133796],[381963,-130693],[372085,-163082],[378541,-166706],[375673,-172377],[373901,-174206],[379856,-175692],[372568,-180138],[380205,-180513],[377994,-183426],[377627,-3783],[376119,-3656],[374610,-52749],[374428,-53716],[376130,-76300],[381466,-67172],[381324,-89135],[383902,-93088],[381861,-91256],[377477,-93878],[376156,-91920],[375139,-89731],[374098,-90919],[380740,-114946],[375141,-107942],[372589,-102398],[371341,177383],[373063,170331],[379073,174773],[378587,185714],[379705,191111],[371898,194196],[378869,208922],[388832,-125993],[386637,-124219],[388816,-124822],[390961,-115539],[390194,-135266],[393081,-132533],[390604,-144833],[387731,-147773],[391440,-143461],[395181,-143550],[386740,-160103],[394887,-165883],[385458,-177309],[393963,-168749],[386288,-180091],[387800,-183192],[393016,-252979],[394906,-244350],[385370,-39512],[384564,-40878],[390323,-53879],[392931,-73593],[396545,-74310],[391140,-88611],[391396,-85113],[392111,-86123],[390168,-81412],[390702,-80252],[390354,-77772],[395724,-103999],[391051,2240],[385335,5261],[384970,172684],[384323,188274],[388705,211535],[385594,214327],[387503,216540],[396710,260634],[396199,44127],[394309,87316],[395306,88160],[406026,-116036],[402878,-122671],[402582,-121151],[407152,-120030],[405063,-119923],[398773,-237961],[405655,-237284],[403158,-9918],[401863,-5497],[398530,-29510],[403496,-46094],[403197,-53900],[400835,-64327],[403048,-66082],[397444,-109631],[407109,138516],[408106,139360],[398027,170726],[405859,195445],[397355,218967],[409212,243134],[405699,242658],[403611,240910],[404336,240620],[403208,240521],[402634,239548],[408272,242950],[408828,243664],[408601,245552],[408127,243689],[406048,244815],[405519,244271],[406823,244577],[407226,245182],[408176,243709],[401593,14196],[404310,17492],[404527,377546],[405927,376191],[403202,376972],[403289,376344],[403568,377728],[403401,376654],[398345,31559],[412831,-128343],[410590,-235214],[413064,-235922],[410370,-231938],[411491,-7831],[417739,-6211],[419958,-9331],[422378,-10716],[411943,-12810],[419515,-38136],[413270,3219],[414044,2574],[414518,926],[421213,204670],[420316,204567],[417663,208890],[414918,209944],[409896,244875],[411816,246638],[411127,247693],[416358,250074],[416500,249539],[415183,248872],[412972,250493],[415316,253249],[414352,418999],[412817,418589],[410791,418374],[422472,-186650],[433635,-205389],[426238,-235947],[428628,-8320],[431993,-246529],[425155,-256641],[430948,223701],[429708,222909],[430578,225768],[426183,224806],[428812,251102],[427487,251585],[427113,252537],[430357,251623],[431500,249579],[430338,249857],[430666,17963],[431172,14797],[431800,15038],[433609,28316],[439474,-212557],[445826,-215119],[438641,-216134],[447980,-219087],[442481,-225716],[441925,-231917],[438899,-6635],[438400,-70367],[440309,176404],[441048,177759],[443689,183902],[446743,181238],[447180,21649],[443595,21215],[443381,21506],[444118,22614],[446847,23141],[446886,22579],[446871,23938],[446866,25509],[446804,25197],[443728,25463],[442745,24495],[440877,352234],[443897,33332],[447677,34048],[443983,43427],[447625,47270],[446980,46002],[451044,5932],[453790,178544],[458980,192067],[451638,182426],[452426,184913],[451004,203072],[451067,197419],[460497,207824],[454568,428420],[455602,68456],[456234,84652],[457021,126181],[473002,-232994],[466350,-244200],[462914,-28539],[462621,-29325],[468059,4475],[467713,5297],[466649,128707],[473420,187726],[462355,210352],[464096,425233],[463328,425782],[462687,103774],[467573,110590],[469752,106347],[472874,123413],[472781,115871],[469998,124653],[474501,-241642],[484555,-10459],[483208,-10219],[480435,173480],[486014,206736],[480146,112528],[478565,110703],[477925,110065],[477455,106935],[476552,107401],[477298,106123],[476269,106133],[484227,110947],[485803,110661],[486131,111182],[486019,111827],[483923,111403],[484123,109439],[483635,108824],[483285,110104],[483102,107903],[482041,106979],[480239,105780],[479944,106100],[492798,8603],[487229,212936],[490566,213613],[486584,209736],[487958,210314],[495347,217519],[489761,212301],[499145,225365],[487336,223505],[497982,233130],[494184,231207],[487765,14014],[492475,48977],[491033,61376],[487129,72952],[488796,72518],[487038,112184],[487377,112115],[489230,110659],[489598,111908],[491075,111493],[503193,172031],[509763,185753],[506684,201311],[507797,199950],[514502,-7849],[523654,-55950],[519966,190835],[516564,183183],[519371,184930],[518928,193571],[521397,80832],[530377,-2213],[528432,132781],[529747,25333],[529000,68554],[528300,68390],[528496,86355],[550273,50200],[544065,55833],[540517,63886],[540045,64208],[538657,79199],[554569,-34090],[552373,-29508],[562344,-32326],[572563,-67516],[574697,-74813],[572273,-77868],[567928,-82878],[571885,-80559],[585971,-35991],[583001,-50368],[576070,-80035],[580693,-92775],[588571,309273],[590442,33938],[592706,27675],[592142,29175],[593571,39114],[590754,43792],[590981,43704],[608457,350820],[616802,272715],[636588,362547],[670923,89480],[676807,101713],[677473,101207],[675726,101233],[674549,101694],[678024,98374],[677824,96592],[677007,94021],[677681,93567],[675595,97257],[674648,96590],[673708,96469],[672822,97471],[672400,96378],[674464,97922],[676692,94116],[675917,93216],[671915,96493],[673915,92344],[673503,93137],[669736,90012],[669422,92592],[679263,-119027],[682692,-85231],[687599,-95258],[686577,-103693],[681904,100035],[678695,101603],[683690,100960],[678637,97029],[679870,96516],[679970,99042],[714702,-169205],[713331,-168784],[707481,-179090],[712620,389281],[718351,390367],[724114,400285],[726014,400565],[733576,-198174],[734384,402682],[742308,414505],[740155,415194],[740573,416666],[741215,415756],[738936,418275],[739100,418719],[740859,421447],[738572,427447],[749996,390804],[750356,395368],[751320,394342],[750305,392766],[750172,391697],[751865,391957],[748034,386769],[748285,387328],[745335,412705],[745316,412503],[743290,413717],[742055,421747],[746954,414146],[747709,415426],[747623,417966],[748985,420421],[747742,421789],[751305,416761],[751286,417088],[754196,417668],[747831,416691],[745080,416582],[753452,419439],[753611,412285],[753328,426754],[764327,-160590],[758550,-167793],[756128,394865],[757499,395668],[757763,394307],[758717,395420],[760263,395356],[767383,395737],[767321,391882],[767040,390456],[763531,388294],[761928,387570],[758085,385397],[761047,409389],[765918,409371],[767357,407252],[766275,407576],[765412,404737],[763013,403342],[758252,400629],[758310,398572],[756095,397400],[760173,396778],[760548,398928],[763751,397857],[767459,400147],[767505,408428],[765420,403312],[767808,403802],[760691,406224],[760440,408280],[761763,410609],[760906,411712],[757820,412619],[757993,411309],[759742,412233],[759106,410574],[765019,410071],[756042,417562],[755597,417458],[755822,415423],[758741,416334],[758736,413829],[765278,414752],[767563,412429],[772581,-154430],[768460,396648],[768485,391233],[770914,395595],[770857,390215],[778426,389104],[771668,403593],[769457,404147],[770231,405534],[769067,405848],[768011,405494],[770512,403218],[768540,398957],[771887,409384],[778528,405416],[777877,398657],[775889,397076],[769859,408680],[768913,413922],[788431,-149550],[788481,-150923],[784840,-149905],[780919,-151175],[821775,-149997],[867888,-150630],[961444,-141532],[971058,-150023],[973181,-149938],[975472,-151606],[974079,-147889],[982396,-177602],[980330,-183356],[981565,96810],[977191,100121],[982654,105610],[982361,102828],[986976,-170952],[986832,193720],[987084,100370],[988557,95994],[993918,99935],[990917,104891],[1007822,-164133],[1002077,306706],[1002251,307929],[1006146,313564],[1005085,316725],[1003939,328605],[1006553,324129],[1003638,335438],[1002773,103011],[999865,103593],[1018221,303336],[1022771,303449],[1029472,283315],[1024598,301812],[1032314,323295],[1031652,329363],[1025203,323581],[1031118,363042],[1028956,359176],[1043763,292627],[1044833,289995],[1042725,311297],[1048711,321543],[1046380,325924],[1037882,339994],[1037854,343493],[1039165,355259],[1041747,365111],[1042085,366525],[1041629,359231],[1056949,-110703],[1056058,-110867],[1055959,-111110],[1060004,280600],[1054935,292834],[1056653,290074],[1051080,304273],[1056934,295384],[1050192,300160],[1067663,278062],[1071667,279982],[1064135,292340],[1072846,287277],[1065935,299520],[1074509,308811],[1073937,314341],[1064242,319087],[1073356,320658],[1073019,331774],[1085329,296959],[1081531,312050],[1084182,308983],[1080301,308544],[1076701,323335],[1086707,334707],[1085242,498416],[1091432,-141059],[1099188,284424],[1098803,284510],[1089717,295028],[1089578,304715],[1100016,299609],[1090890,308007],[1089845,311486],[1089953,331471],[1183473,408707],[1186329,407456],[1187100,409352],[1185685,411921],[1188104,412419],[1184988,411155],[1182989,411426],[1188261,414913],[1189790,416221],[1201341,240057],[1201854,237070],[1202290,246188],[1202526,244918],[1200809,251653],[1197204,408315],[1196100,408914],[1191093,410077],[1194319,410029],[1199194,413961],[1191597,419567],[1190493,421280],[1209676,202668],[1209826,200993],[1215873,194338],[1207590,237933],[1207893,235901],[1205994,239961],[1205016,242440],[1204674,235521],[1205826,251865],[1206111,249640],[1204307,248275],[1207778,252615],[1209746,250715],[1208364,255081],[1211023,254826],[1212229,253316],[1214286,251664],[1213017,250212],[1212370,248835],[1208227,247315],[1206935,246190],[1205092,243556],[1208956,250499],[1209657,247578],[1213766,257358],[1216373,185433],[1219964,183892],[1221954,180935],[1217338,191462],[1217129,204091],[1228174,239682],[1226317,237647],[1227779,239530],[1228400,236425],[1217365,254941],[1217878,250689],[1219003,252973],[1224201,117217],[1225225,116199],[1224112,120012],[1221049,120751],[1231840,129381],[1233352,175688],[1230959,176342],[1240777,213891],[1234502,214796],[1231594,238284],[1229074,237140],[1241225,416005],[1241348,120835],[1239153,121340],[1230840,118321],[1232291,125731],[1229311,122018],[1246755,133426],[1246508,135323],[1254160,212152],[1250288,214636],[1249550,210710],[1254206,271506],[1245854,405337],[1242952,411362],[1243191,413045],[1242211,122355],[1255625,150165],[1256639,151059],[1258205,150099],[1259596,157641],[1261705,187911],[1264022,202386],[1264709,204017],[1266398,205607],[1264400,216649],[1263919,219675],[1263546,221620],[1262549,223890],[1263659,218396],[1264735,220795],[1266939,225237],[1265949,222778],[1260771,262993],[1259597,262346],[1256735,262856],[1257987,261306],[1263122,265246],[1265175,264379],[1255216,271402],[1269630,150386],[1267781,150809],[1272581,165206],[1276704,167577],[1272742,187904],[1272609,185353],[1274186,191721],[1272627,199031],[1271723,202450],[1268963,203883],[1270990,206401],[1272389,205126],[1270917,209157],[1272573,211077],[1272030,212908],[1269443,215216],[1269231,217057],[1270084,213901],[1267216,208268],[1272180,229484],[1268269,228002],[1270356,227830],[1272486,232999],[1273889,234915],[1278845,239180],[1275954,237983],[1279332,238394],[1278089,237524],[1277395,236305],[1279232,232841],[1267918,265758],[1281699,241526],[1285133,241499],[1286075,242364],[1280127,233609],[1285209,234187],[1287223,230608],[239975,-223968],[254090,-209232],[250108,-209539],[246886,-213389],[247923,-217252],[254632,-205992],[252943,-213731],[252147,-212416],[254335,-210962],[249213,-211169],[253993,-219925],[254477,-220991],[244923,-218430],[257124,-187476],[262268,-194776],[260929,-207491],[257829,-214845],[260161,-209623],[276275,-116839],[278623,-123762],[279316,-121290],[274001,-133370],[279153,-150076],[274723,-185769],[279656,-193152],[274070,-84979],[275159,-80976],[279293,-83949],[272623,158353],[275449,160944],[274701,161755],[272083,156181],[290609,-119495],[292835,-116317],[289315,-122309],[293820,-136659],[291343,-129954],[290798,-145470],[287412,-141685],[285974,-155704],[293811,-157899],[293326,-162593],[286705,-153685],[291912,-167087],[292016,-172951],[283829,-191683],[293938,-184289],[282106,-88189],[287996,-84813],[282024,-93488],[292615,-90122],[292150,-98662],[288720,-101092],[281926,-111461],[292573,-107422],[292209,-104114],[285432,134671],[285950,134767],[290485,171009],[290444,170392],[290779,171231],[289455,172402],[297764,-123086],[296666,-115183],[299741,-130239],[297550,-164554],[298310,-158586],[296651,-168447],[296057,-170981],[304448,-189772],[299333,-75875],[294474,-83170],[304434,-86770],[299748,-88451],[297978,-84170],[304421,-90396],[300420,-99985],[306284,-101209],[297940,-100257],[299778,-109605],[299080,-111150],[294766,-105964],[294433,-105034],[298292,149714],[298093,151194],[300932,92265],[301600,92596],[305729,93129],[295557,97691],[295567,97750],[304626,95965],[297238,126989],[319809,-162541],[307232,-189519],[310450,-194270],[316733,-72391],[313842,-65068],[312188,-64036],[315672,-74082],[314228,-84260],[311960,-93276],[308240,-99126],[314669,-98313],[315588,-100495],[314309,131894],[313979,131020],[312305,129022],[317510,166421],[312458,88460],[313788,87894],[308234,81922],[313606,95880],[313167,96273],[312088,96286],[312261,96100],[318912,90949],[310581,116380],[331889,-171539],[326990,-203632],[331037,-204606],[328910,-205095],[322866,-216776],[324564,-217729],[323049,-219805],[324631,-230172],[321002,-228624],[323137,-224534],[326643,-229754],[326668,-230231],[325510,-231328],[325983,-239777],[325665,-10448],[324630,-6575],[328982,-21063],[326418,-37177],[330057,-25978],[324145,-40472],[327487,-42085],[320604,-78862],[320017,-87843],[330962,2596],[325407,5187],[320814,9790],[324502,11924],[324158,7646],[321621,175485],[330415,34968],[329029,65848],[329551,75519],[323609,74645],[323794,74957],[327745,78126],[322489,78141],[324526,90899],[326921,91711],[327371,91818],[337856,-131436],[344528,-177017],[336316,-176290],[333050,-169024],[334134,-166405],[337057,-167808],[341391,-180076],[343090,-182540],[338266,-188679],[333893,-184730],[345214,-202197],[342513,-201718],[338011,-192892],[340146,-194410],[341393,-212381],[339274,-208810],[333188,-217977],[332933,-222542],[333549,-227436],[335016,-218179],[335234,-234431],[334515,-30229],[333497,-29747],[337108,-45948],[334823,-59967],[333086,-62247],[335302,-57593],[333527,-71126],[333972,-64532],[345010,-94198],[336404,4774],[338562,130935],[345584,149203],[343680,219014],[339534,22609],[339443,18539],[338297,44392],[336318,69584],[339181,78230],[333521,88093],[334810,93952],[335643,102966],[336308,106790],[339282,126346],[355540,-152334],[357896,-143125],[346345,-151301],[350260,-161187],[350069,-177806],[356356,-176663],[348692,-172868],[348591,-185144],[356893,-186058],[358294,-179634],[347226,-200008],[357170,-198447],[349487,-207353],[351125,-17041],[351153,-17343],[350844,-16820],[350778,-17118],[351563,-89040],[345849,-84101],[346906,-97078],[348314,-96853],[352429,-91172],[357497,-108249],[354938,-113464],[350811,135899],[353158,145790],[346136,149018],[351339,177736],[351428,177313],[351556,171375],[351249,169882],[356504,171573],[355798,171868],[353279,170634],[358213,170658],[358319,170569],[357660,171494],[357889,171323],[358380,170398],[355874,169539],[354341,180307],[354646,179638],[358073,182856],[355473,182748],[356125,182660],[354654,183130],[355546,182488],[351785,182978],[353281,207926],[350839,20474],[351233,122202],[353097,115858],[370569,-120104],[361709,-115919],[363889,-178827],[367203,-168970],[365546,-171935],[365570,-180196],[358986,-183501],[359088,-198770],[365326,-198774],[364877,-196690],[363924,-197373],[368355,-198939],[369540,-56748],[361247,-57369],[365846,-68327],[364204,-85749],[367552,-93974],[367966,-100329],[370750,-113142],[366554,164000],[362118,159986],[359253,169984],[363723,168816],[370300,178514],[370761,178048],[370993,177665],[362838,175836],[360480,172602],[362908,189748],[361971,41748],[361637,39629],[383938,-119609],[377925,-136355],[379114,-131339],[372244,-162594],[378448,-163212],[382886,-162832],[373826,-164341],[375285,-178042],[375853,-172215],[373946,-174705],[381684,-175542],[381479,-180874],[372649,-188734],[383388,-189553],[374075,-183916],[371704,-198467],[372842,-200430],[380767,-200233],[379912,-198723],[372939,-232534],[378041,-3426],[377456,-3117],[376667,-4618],[382258,-42412],[381625,-41860],[374778,-52870],[373898,-54719],[374074,-54331],[371943,-54911],[379915,-69084],[380433,-65347],[379306,-66250],[381068,-90134],[382615,-92981],[377497,-94042],[377655,-91541],[375144,-90729],[373344,-90260],[372211,-101844],[380540,-114792],[374412,-107227],[372557,-106177],[374992,178275],[383763,187954],[374513,181493],[372227,194493],[381419,194703],[379422,208923],[387145,-124514],[384652,-124597],[389330,-124113],[385056,-145546],[392894,-142691],[396185,-143020],[394395,-166197],[387240,-178114],[387417,-178324],[394835,-185163],[394904,-180666],[384244,-186205],[390360,-197297],[395189,-196663],[392988,-194483],[391004,-194591],[385398,-196516],[395095,-192128],[391061,-193600],[384363,-199622],[392464,-252345],[395032,-244186],[391174,-75099],[390079,-89168],[389197,-86021],[391848,-85827],[395420,-78261],[390603,-80595],[393135,-81965],[394306,-97192],[389298,-107404],[392535,-108834],[390947,1945],[385490,5418],[391899,162572],[388585,166182],[387179,211825],[389295,210594],[385683,215042],[387092,216324],[396590,260493],[394866,87568],[403029,-122265],[408869,-120724],[403926,-117768],[405247,-130768],[398803,-146732],[398922,-160082],[398691,-178454],[401052,-170959],[402516,-191356],[408561,-190233],[397923,-193128],[409445,-197851],[403190,-193475],[398381,-237866],[405602,-238050],[400746,-8942],[402480,-5457],[404697,-27545],[403394,-46325],[404570,-68298],[405530,-86672],[398236,-83635],[397501,-78759],[409211,-92761],[397907,-94265],[408608,-114670],[408333,-112306],[409137,-103773],[398375,-108900],[407666,138768],[405110,195806],[405647,228521],[407283,229689],[408840,243152],[407742,242636],[405577,242617],[403958,240070],[403707,240245],[403873,240618],[408360,243147],[408197,245656],[408307,244708],[405703,244943],[405794,244238],[407062,245250],[408195,243802],[401625,14033],[405093,17748],[404948,378490],[405249,377289],[403264,376645],[403806,377849],[403206,377320],[399231,31066],[415542,-125569],[415494,-124203],[416263,-119096],[421209,-125117],[418598,-138532],[416226,-127981],[419150,-145469],[417893,-143837],[419860,-145585],[418497,-155037],[416882,-156900],[420539,-156611],[418681,-166925],[422205,-186491],[419324,-194822],[420960,-197570],[411415,-235495],[412924,-235829],[410055,-231794],[411630,-8190],[417786,-6422],[419861,-8970],[412268,-13031],[419872,-36159],[413603,2142],[414364,1105],[419998,204799],[420015,204366],[415344,200298],[411362,210103],[410223,245396],[411178,247219],[412750,247829],[416704,250064],[414920,249425],[412407,249989],[414821,253488],[419206,252992],[418102,252765],[414957,417383],[422926,-132844],[422829,-146147],[422421,-160856],[423532,-177174],[422884,-172997],[430190,-178164],[432578,-177616],[429007,-176105],[425548,-169633],[422428,-166814],[429561,-174501],[426442,-180263],[422522,-185458],[422854,-195627],[424382,-201358],[434577,-203912],[434389,-205866],[425979,-234079],[422493,-10546],[427858,-9231],[429041,-8425],[425378,-254391],[432936,-245499],[427284,-66246],[432609,-84552],[430928,223446],[429337,222908],[430626,225486],[429072,225124],[428121,224316],[425707,223934],[426019,250992],[429273,251683],[429038,252258],[428289,252175],[430126,251846],[431464,249386],[431456,249677],[431035,17941],[431661,15613],[431984,15270],[433680,28255],[435552,-179394],[439556,-181756],[444924,-188001],[446206,-186533],[447980,-182857],[435748,-200167],[440202,-204567],[441379,-201226],[439743,-212732],[444532,-215108],[440367,-216972],[443201,-208373],[447072,-217683],[443008,-225567],[439854,-232335],[438568,-6548],[438432,-69873],[440960,177698],[443589,183876],[446272,179702],[444166,197378],[447249,21687],[443702,21149],[443515,19861],[443479,21509],[446663,22840],[446710,22664],[446875,25417],[446237,24508],[443540,25495],[442302,24619],[442626,24458],[444255,25487],[443513,33769],[447864,33902],[443649,43593],[447843,46968],[447252,46229],[454103,-184364],[459940,-184745],[460459,-192637],[449099,-209475],[454149,-210458],[456691,-209090],[459344,-209136],[451700,6221],[454943,178831],[458688,191285],[451286,183614],[451681,184777],[459224,193828],[453099,201304],[449308,197834],[460549,206507],[455563,68348],[463829,-210105],[473562,-241115],[466583,-245392],[462421,-28386],[462581,-29571],[467919,4682],[466227,128798],[462428,187760],[463464,210316],[463596,425562],[464728,426329],[462713,105134],[467035,111062],[469780,109639],[472874,127626],[474685,-232629],[475622,-4362],[484615,-10227],[483522,-9751],[480396,-30928],[479517,173514],[475235,187490],[481883,184473],[485511,213073],[486203,209945],[485522,26285],[493407,8306],[495509,6514],[489409,158534],[492844,213831],[490062,209470],[489674,213565],[492553,221644],[489506,224546],[494360,218042],[495383,230701],[494737,231138],[487463,14111],[492655,49532],[493761,62548],[503242,173564],[504623,174391],[509945,181506],[501867,41206],[503258,47769],[499873,44986],[514798,-7805],[514386,189245],[515908,185108],[517630,186784],[517877,182255],[517856,193720],[516841,217902],[522097,81961],[530288,-1695],[526832,-29864],[528534,132935],[529481,25568],[537416,263520],[535397,31836],[528518,59463],[526311,62079],[529364,69230],[528578,68206],[527967,82095],[528491,88283],[528955,127793],[550380,-21265],[549894,-20696],[545145,-113553],[550365,50657],[547318,56968],[542901,56192],[541139,66959],[539284,65712],[538479,80712],[552052,-29459],[562337,-32276],[554051,161391],[555261,24088],[569155,-53420],[571874,-68596],[575069,-74189],[574754,-66861],[568592,-81960],[575616,-81004],[571542,-81183],[575857,-88147],[570651,222299],[581900,-49191],[583571,-88237],[588306,45446],[583719,45654],[591883,303820],[592137,304037],[589631,309131],[591583,42909],[593789,39298],[616960,272473],[636736,362683],[639700,366302],[648909,-61753],[665080,321618],[677611,-128656],[671431,-54897],[676056,-86936],[675804,94652],[672783,95873],[671743,96558],[675897,94942],[675920,94954],[675905,94946],[675330,95040],[675348,95025],[675337,95036],[673046,95526],[673072,95525],[673055,95526],[679149,-118974],[686468,-97330],[681447,100995],[684423,100136],[683383,101148],[681473,100994],[681456,100995],[680912,101211],[680938,101210],[680921,101211],[684279,100056],[684305,100055],[684288,100056],[714420,-166398],[706999,-178548],[705750,373608],[712169,388657],[718427,390342],[717880,390078],[724290,400447],[726443,400287],[733800,-198016],[734492,402723],[742362,414789],[740747,414818],[740565,416588],[741053,415920],[738741,418888],[742400,421937],[740876,421387],[739457,427434],[754255,-168886],[749529,390288],[750778,395459],[751377,393610],[750234,392691],[749794,391474],[751728,391551],[747902,386733],[748424,387455],[745350,412756],[745740,412707],[743020,413627],[748287,415814],[747792,415820],[747544,418188],[749175,420523],[747620,421847],[750077,416922],[754245,417874],[753569,419607],[754143,412627],[764873,-160410],[757910,-167287],[756038,394816],[757306,395577],[757611,394590],[758459,395306],[759917,395339],[760345,396647],[767614,395646],[767166,391940],[767125,390977],[763158,387876],[761695,387518],[757874,385763],[760878,408134],[765434,409219],[766942,407058],[766444,407890],[765470,405200],[763001,403202],[758356,400153],[758408,398715],[756032,397390],[760510,398983],[763588,397949],[767238,400168],[767633,408338],[766872,407443],[761057,406339],[760375,408377],[761948,410382],[761155,411516],[758171,412145],[758098,411393],[759617,412285],[759345,410356],[765121,410144],[755365,417437],[755726,417459],[756294,415517],[758735,416265],[758907,414855],[765400,414661],[767505,412178],[771430,-154865],[768548,396896],[775920,396729],[768307,391418],[770418,390406],[770772,395638],[778041,389106],[771187,404111],[769951,403795],[770040,405417],[769433,405405],[769235,404398],[770241,403423],[768909,399388],[772059,409280],[778560,405020],[778112,398594],[769849,409115],[769338,413486],[788861,-149513],[788501,-150717],[781814,-151008],[815186,371867],[819599,-148444],[867916,-150939],[865544,377411],[962643,-140505],[962829,-144734],[971107,-149063],[982180,-175370],[983093,-178501],[980607,95481],[978650,100827],[983298,102475],[982946,105317],[986917,-170825],[989467,94681],[995422,99532],[987793,101198],[991571,105681],[1002277,306225],[1002225,308773],[1004892,316376],[1001676,322965],[1004144,327391],[1002726,324658],[1004533,339691],[1004638,101985],[1000856,104183],[1020523,301031],[1031084,281004],[1024294,301900],[1034999,321363],[1032301,329455],[1027519,320702],[1028326,324560],[1036590,337553],[1033967,350305],[1034101,349800],[1029600,360764],[1024939,359647],[1035169,364851],[1048254,290025],[1048593,290331],[1048163,306254],[1042812,311844],[1041067,310504],[1047927,321598],[1044704,328170],[1039332,346142],[1036994,350761],[1040171,366356],[1046883,364848],[1048246,363262],[1061674,278535],[1052727,293058],[1054714,290890],[1058547,294824],[1062014,297054],[1051713,302554],[1051767,343992],[1069261,277914],[1065345,278828],[1072736,279117],[1071256,284652],[1064097,298540],[1070778,305442],[1063744,320648],[1070947,322352],[1073942,332421],[1084108,293952],[1076157,305765],[1083980,308933],[1080444,312002],[1076742,312766],[1076702,327287],[1094557,241801],[1098417,282718],[1097720,291501],[1088476,296027],[1089091,301633],[1099936,301071],[1092302,308681],[1089986,327276],[1160564,292168],[1162783,295014],[1182366,409725],[1185916,407280],[1186574,411631],[1188503,412525],[1184587,410877],[1183320,411288],[1187319,409992],[1187820,415757],[1190337,415877],[1201717,240399],[1201966,237182],[1201867,246432],[1202421,244307],[1200454,251106],[1198230,408393],[1191685,409896],[1190955,409833],[1194301,410034],[1199337,413788],[1190950,418572],[1190588,420280],[1210398,203549],[1208917,200716],[1215945,195018],[1207596,237607],[1208153,236373],[1205290,239670],[1204877,242720],[1204094,240440],[1205953,249524],[1204608,248870],[1207256,252987],[1208660,255052],[1210613,254206],[1212550,253279],[1214207,251818],[1213364,249953],[1212399,249239],[1207884,247468],[1206719,246365],[1204975,243577],[1209291,249921],[1210482,247808],[1214430,256765],[1220339,183968],[1221052,181505],[1217155,191362],[1228308,240722],[1226498,237349],[1227139,238955],[1227847,236104],[1217304,254139],[1217812,250762],[1228614,122038],[1224095,117326],[1225366,116431],[1224095,119883],[1221686,120632],[1232295,128278],[1231539,175616],[1234454,214679],[1231277,238853],[1229216,237938],[1241422,120570],[1239690,121103],[1230791,118156],[1246604,133604],[1246324,136130],[1252579,211108],[1250021,214515],[1241895,214647],[1253544,271331],[1252002,128010],[1242714,122198],[1255862,150721],[1257583,150354],[1262639,189813],[1264203,202011],[1264097,204528],[1266042,204634],[1264013,216894],[1263821,217752],[1264534,219609],[1263511,221719],[1263398,223040],[1262448,218037],[1264489,220711],[1267079,224668],[1266209,222567],[1260780,262645],[1259106,261820],[1256769,261997],[1259212,260977],[1264308,264969],[1265572,264223],[1267095,265564],[1255202,271077],[1269785,150537],[1267904,150009],[1272477,165192],[1279734,171334],[1276621,167605],[1272887,187696],[1273493,192347],[1272749,199587],[1271579,202366],[1271858,204074],[1268483,204856],[1271696,205713],[1272690,211425],[1271597,212658],[1269947,215547],[1267880,216286],[1270122,213673],[1267314,207454],[1272509,229510],[1268454,227374],[1271174,227780],[1272609,231999],[1273795,233931],[1278134,239034],[1276620,237893],[1279311,238549],[1278355,237694],[1277574,235929],[1278652,233253],[1292345,199927],[1289792,195889],[1304811,431576],[1305407,432084],[1314969,203812],[1316584,200941],[1314932,210971],[1313216,206907],[1312914,208748],[1315151,217910],[1313123,286678],[1309568,292516],[1307043,296618],[1314421,383246],[1315165,393799],[1307151,431876],[1305946,437621],[1308445,445630],[1324129,205485],[1329355,240319],[1325858,242448],[1323798,239746],[1320800,241414],[1320141,237833],[1326961,247792],[1323989,245632],[1327222,245696],[1323706,382719],[1322234,376857],[1319921,375770],[1323373,384104],[1325966,390855],[1326660,396156],[1326332,388360],[1326333,384418],[1329128,400430],[1326067,400397],[1323176,405835],[1332522,201705],[253700,-213847],[252777,-212524],[253798,-211431],[250272,-211848],[253806,-224308],[266981,-198735],[275092,-118650],[277560,-123368],[280889,-120326],[268886,-137145],[275969,-149428],[269329,-190301],[279861,-192059],[280778,-87487],[275644,-110839],[272781,156387],[273004,158094],[274783,161799],[292535,-117054],[294088,-116484],[294332,-127331],[289100,-122240],[293797,-137000],[291099,-130372],[290712,-146313],[286734,-142378],[286705,-153043],[284959,-154626],[293646,-157722],[293365,-161505],[291938,-170164],[291714,-168194],[292035,-173662],[285216,-189548],[282283,-192299],[288641,-195557],[287380,-204353],[289561,-209576],[292545,-276815],[282014,-88143],[282417,-91000],[292998,-90301],[292105,-98951],[289214,-101312],[281801,-110612],[285716,-112933],[293622,-108358],[294291,-104697],[283868,135902],[285421,134867],[291514,170365],[290406,170965],[289640,172359],[297585,-121177],[295100,-121239],[297028,-129669],[303730,-140330],[302138,-132878],[295563,-130344],[304802,-151866],[306786,-143811],[296408,-164620],[298523,-157819],[303106,-161174],[295697,-167596],[295836,-170297],[300577,-202463],[300210,-217947],[295788,-228359],[298116,-266519],[299805,-74929],[299554,-89020],[306841,-80885],[303595,-87814],[299381,-89278],[303002,-97649],[300269,-98693],[302084,-95274],[297599,-100535],[299033,-104601],[296407,-107245],[298764,-103070],[295010,-106569],[298141,149314],[298301,151158],[298251,152358],[296993,153514],[296937,154035],[305946,92616],[304747,95990],[296694,96852],[295810,97766],[295725,97376],[304409,95561],[302636,108039],[296525,125026],[297422,127185],[312406,-127734],[314755,-138502],[318206,-134515],[311302,-222190],[315490,-74802],[311288,-88677],[319651,-81051],[308555,-86123],[311375,-93967],[312863,-91702],[315188,-99722],[317878,10279],[314616,131935],[312862,129861],[316977,76078],[309849,85084],[312815,87808],[313579,87953],[319209,84665],[314285,94987],[311835,96388],[312377,96625],[324279,-165466],[332236,-172115],[332311,-169453],[327843,-8449],[325515,-12182],[324090,-6216],[330696,-252785],[329606,-22673],[330415,-48017],[328014,-42939],[329990,-108645],[330936,4026],[325304,5298],[325912,10320],[324865,8700],[320550,167142],[325111,178074],[325596,180536],[328536,180411],[331076,19546],[329997,35056],[331554,45235],[330451,61992],[332547,61825],[329557,74342],[330038,75431],[323454,74353],[323395,74829],[321674,78302],[329357,77176],[322037,79276],[320687,89262],[325181,91286],[326787,92448],[327499,92605],[336502,-127656],[336549,-130269],[336845,-129680],[342314,-151364],[343386,-151952],[341950,-151150],[343762,-175388],[335755,-178685],[343778,-175757],[344566,-173015],[336079,-176124],[340964,-181725],[343062,-182001],[342021,-183388],[338079,-188187],[338011,-189324],[334680,-184402],[336187,-246809],[335681,-257653],[340068,-261314],[333007,-29938],[334620,-30336],[334544,-59214],[334206,-62120],[333237,-63276],[338981,-71697],[338698,-72884],[333769,-70391],[334988,-69548],[336450,-90091],[343772,-93075],[338972,-95061],[343801,-93320],[340428,-111338],[332868,3907],[336455,5022],[341813,220045],[344261,222071],[337449,15746],[336789,17597],[338559,44443],[333529,56853],[348609,-131406],[357682,-140602],[358194,-168443],[350394,-175757],[350677,-171128],[349753,-172604],[346737,-175269],[351588,-184447],[345665,-185902],[355045,-182220],[352888,-179573],[355726,-186684],[351158,-246054],[350352,-262215],[354146,-19962],[354421,-20127],[353879,-19615],[354319,-18475],[354063,-18377],[354800,-18636],[353025,-18040],[352807,-17717],[350983,-16914],[351285,-17144],[349644,-88485],[345706,-83154],[349555,-98278],[347917,-98703],[347402,-96536],[350540,-103545],[347003,-105253],[349765,-114927],[355626,-103506],[357484,-104290],[355137,-108571],[351627,-110279],[346415,149152],[356268,166593],[349490,176778],[348426,174002],[353610,179163],[350155,174059],[351727,170038],[350692,170493],[354580,169819],[353881,169096],[357706,170805],[357582,171568],[357935,171712],[356808,167591],[353240,180160],[358053,182758],[355303,182616],[356163,182105],[357761,182890],[351319,182939],[351229,189538],[352436,114701],[360297,-118684],[370451,-123293],[364418,-120460],[367398,-134339],[368151,-138764],[371080,-129325],[364187,-151780],[360454,-149668],[363088,-162853],[370734,-166882],[367635,-169627],[365750,-171037],[370176,-182010],[364024,-180449],[359108,-182982],[361583,-188543],[370329,-185965],[369363,-198320],[367652,-216365],[364631,-219821],[371064,-219505],[362492,-53762],[364553,-85320],[367651,-93261],[366991,-100500],[364108,-114795],[370322,-113862],[366978,164076],[359430,169269],[358663,170553],[363676,169765],[361009,176249],[361763,175718],[370106,178181],[370904,178165],[362500,172262],[358901,166659],[364164,191694],[375189,-125713],[372409,-123955],[381125,-121500],[381218,-124546],[382625,-122175],[373202,-120158],[383217,-123868],[380763,-140446],[383609,-136639],[374735,-147942],[377792,-144456],[378112,-143104],[383029,-162856],[373127,-156690],[375585,-166766],[375775,-166206],[375017,-171724],[374065,-175322],[380026,-176548],[380725,-181294],[380438,-208899],[377370,-209951],[375011,-207329],[374977,-222756],[371886,-226663],[373253,-229582],[378004,-3668],[377040,-4037],[376828,-5022],[374255,-54081],[377536,-54455],[381596,-66992],[382617,-93037],[382087,-89549],[378166,-93792],[377500,-90611],[375808,-90298],[374098,-90021],[371684,-102003],[374275,-100892],[380255,-114586],[375443,-106940],[372324,-107212],[372078,177180],[377597,176656],[372227,196069],[380245,207918],[378040,72289],[391931,-116477],[386850,-124014],[387512,-123388],[390761,-119612],[394041,-132081],[391855,-142344],[395183,-144614],[386565,-161289],[386028,-154729],[389170,-162410],[386957,-175347],[393355,-166928],[386323,-179034],[395927,-204773],[396615,-17939],[386562,-45688],[391463,-53233],[393239,-76334],[392997,-73361],[390199,-86278],[390562,-81270],[390264,-80059],[390719,-81499],[390813,-82340],[390627,-89560],[388318,-107557],[391122,2494],[385952,5465],[395060,172794],[386135,215048],[384455,208237],[395745,215414],[387642,242232],[396265,44226],[395012,87475],[407362,-127588],[398740,-202518],[404435,-206572],[398098,-237841],[405506,-237347],[402406,-5408],[404148,-251259],[403698,-45257],[396828,-76505],[403860,-64194],[401033,-64236],[397257,-78740],[398297,-94055],[408630,138760],[406494,195708],[405805,196110],[405924,229234],[406886,230180],[408741,242644],[405344,242340],[404095,241068],[404150,241148],[404282,240526],[403163,239539],[407718,244175],[408075,243638],[407989,244091],[404982,244305],[406600,244975],[407420,245170],[406958,245222],[407809,243588],[402173,13647],[404999,17163],[404699,379628],[405558,375148],[403899,376826],[403809,376788],[403135,377475],[399459,32021],[407496,76034],[420474,-213151],[418922,-242691],[411147,-235446],[412434,-235968],[411501,-231997],[420991,-241416],[410698,-8083],[418280,-6083],[419985,-8902],[422352,-10311],[421786,-253572],[412664,-13085],[413036,3351],[413838,2187],[414495,1496],[420788,204753],[415371,200123],[417570,207579],[411753,206515],[410511,244258],[410615,245142],[411461,247189],[411360,247612],[416581,248651],[415436,249782],[416189,249191],[415317,249117],[412658,249853],[414557,252412],[421323,254200],[417378,252787],[414890,418695],[412624,418415],[428092,-205946],[434376,-205728],[426393,-211040],[425388,-234289],[430353,-239727],[427726,-8982],[429170,-8322],[424996,-255331],[431684,-260542],[432572,-262132],[434737,-261128],[432694,-84161],[431238,222875],[430065,222174],[430412,225227],[428949,224955],[427835,224141],[425569,223682],[426771,250656],[429433,251986],[428105,252989],[430890,250950],[431458,249191],[431341,249293],[430886,18258],[431396,15075],[432098,14873],[432750,28820],[439417,-212458],[445179,-214462],[446758,-217386],[437199,-210170],[438680,-217750],[440811,-226650],[441357,-233098],[440417,-236995],[438578,-6680],[440095,-249908],[443226,171625],[444969,185681],[446849,180101],[443988,197097],[447275,21786],[443774,21252],[444054,19855],[443678,21671],[446694,23239],[447171,22515],[443371,25536],[442667,24494],[443943,33773],[448143,33572],[443961,43629],[447672,47137],[446714,46589],[451826,-210999],[448611,-232766],[455844,-232703],[448461,-247082],[451424,6366],[456018,178733],[451709,185500],[459747,192223],[453262,201452],[455648,431117],[455842,68466],[456126,85021],[462236,-223723],[462295,-225158],[473006,-234345],[470075,-240528],[472978,-242332],[472400,-231158],[466130,-241753],[470874,-235967],[469055,-245994],[472431,-247498],[465970,-243437],[465607,-247825],[461808,-253487],[462623,-246954],[462013,-255715],[462326,-28209],[462721,-29174],[470066,-40430],[468367,4817],[466937,128541],[464309,426638],[463437,426220],[462289,106587],[467986,109980],[471187,107457],[468761,123506],[472134,117547],[469623,124617],[480412,-227575],[477931,-220701],[474259,-241684],[484189,-235119],[483098,-239914],[483428,-241246],[484803,-10131],[483642,-9645],[476922,175580],[485222,212175],[497466,-129991],[490372,-233918],[497086,-238110],[487194,205759],[495412,217054],[496174,226069],[489210,223362],[497001,232616],[487140,13565],[492741,48967],[493620,72521],[500988,-238960],[508024,178417],[502002,172738],[511825,185828],[514668,-8321],[524247,-56504],[514958,183730],[517885,184571],[516666,188033],[521626,195054],[521236,83110],[530800,-2685],[526847,-29535],[528214,132936],[528567,25095],[530124,68963],[528822,64470],[526712,83941],[542903,-112530],[548936,50347],[542920,57444],[542873,55610],[539780,66670],[538411,65276],[538344,79684],[551691,-21278],[552250,-33824],[562829,-31098],[575068,-66998],[573857,-77056],[569512,-81754],[568521,-83900],[584021,-35823],[585904,-51172],[576199,-80519],[588616,309403],[587885,45456],[594636,-53527],[594011,38998],[594508,39253],[593698,39442],[593411,39477],[617329,272314],[637005,362769],[651200,-68460],[707771,-179219],[711983,388991],[718710,390285],[717857,389938],[724218,400195],[726428,400315],[734531,402790],[740421,414587],[740514,416974],[741345,415767],[739020,418459],[738973,418976],[742160,421851],[740919,420726],[738795,428136],[749865,390661],[750457,395316],[751535,394184],[750675,393008],[749979,391654],[751895,391719],[751681,392281],[748288,386611],[748290,387531],[745653,412795],[743332,413519],[746823,414583],[748620,415893],[747925,415707],[748987,420627],[747690,421704],[751404,417088],[750111,416619],[754629,417702],[747954,416931],[745535,416512],[753513,419558],[754036,412837],[764344,-160080],[758480,-167184],[756210,394690],[757326,395415],[758012,394303],[758452,395430],[760255,395212],[760740,396275],[767733,395514],[766790,391747],[767335,390684],[763446,387767],[761717,387683],[757495,385704],[761368,409017],[765574,409257],[767242,407423],[766756,407945],[765173,404728],[762832,402954],[758400,400713],[758358,398645],[755934,397196],[760668,398866],[763641,397663],[767665,400453],[767652,408564],[766517,406942],[760906,405828],[760936,406511],[760281,408503],[762073,410630],[761039,411607],[757568,412263],[758172,411535],[759892,412335],[759121,410404],[764756,410174],[755302,417281],[755741,417667],[756682,415215],[756562,415324],[758881,416210],[758304,416515],[759402,414431],[765035,414869],[767836,412361],[768365,396794],[767970,391172],[770930,395162],[771417,389911],[778538,389161],[771417,403933],[770166,403237],[770394,405285],[769040,406060],[768281,405418],[770331,403269],[768697,399519],[772138,409168],[778472,405121],[777997,398493],[776048,397167],[769559,408683],[769038,414105],[788187,-151005],[785390,-150070],[781388,-151136],[819603,-148313],[962391,-140771],[970989,-149058],[972176,-149498],[975323,-151105],[974175,-148119],[981510,-157354],[981911,-175230],[982997,-178427],[985470,196167],[981186,96370],[977600,98738],[983437,105018],[982160,103211],[994464,222044],[989303,94966],[994221,100204],[988124,101025],[989829,103798],[1008215,-163946],[1003519,307084],[1003933,316135],[1007210,328556],[1006485,325614],[1005108,339288],[999623,103545],[1023279,298956],[1021286,364812],[1030390,279280],[1027538,302323],[1026645,301241],[1034572,321019],[1027941,321499],[1029447,323218],[1036455,338499],[1034347,335971],[1030488,357792],[1030268,346149],[1036104,365968],[1042440,291183],[1049436,287326],[1041019,345849],[1037878,353515],[1047894,362755],[1042960,366329],[1055404,-113863],[1059737,294425],[1057621,290991],[1050924,307237],[1053149,296194],[1054980,295926],[1052302,301197],[1050476,343755],[1065229,-127033],[1073641,-135895],[1072903,279891],[1070521,286003],[1067293,302041],[1070839,306038],[1075142,303604],[1073911,313934],[1063268,317706],[1073535,332051],[1082535,295149],[1086607,311545],[1080787,308628],[1076463,323247],[1075328,324570],[1096018,278397],[1088702,294162],[1097288,287939],[1099232,287626],[1097692,293260],[1088814,296448],[1089168,313146],[1088181,331494],[1243562,405502],[1243047,408908],[1244142,413146],[1242876,412610]] \ No newline at end of file diff --git a/src/gathering/a10104.json b/src/gathering/a10104.json new file mode 100644 index 0000000..f8ca57d --- /dev/null +++ b/src/gathering/a10104.json @@ -0,0 +1 @@ +[[-255658,-311425],[-255491,-311522],[-315571,310067],[-330072,314692],[-331738,328011],[-344915,320807],[-337069,334625],[-352610,310495],[-31337,242461],[-98557,625079],[-97454,624067],[-98516,616754],[-98055,620010],[-96529,621377],[-98487,624004],[-100295,623388],[130256,-2320],[135777,-3217],[136378,-12379],[133506,-22487],[137259,-14079],[138208,-19001],[129959,-24396],[134949,-27295],[128603,-34514],[133311,-29498],[136414,57039],[134128,77370],[135177,94402],[130882,107432],[141441,-24494],[141074,-34969],[143922,23164],[144158,33815],[142974,43946],[147671,99289],[149373,128175],[153648,-165325],[156481,-9912],[156889,-22496],[161805,25296],[164097,99484],[158805,123900],[167977,-136497],[168408,-152172],[178217,-164384],[174863,-154536],[179105,-12148],[166924,-7236],[166497,-23263],[173685,5914],[177941,140993],[175471,45449],[173732,38924],[169407,55796],[175124,104662],[168179,107973],[186312,-153399],[185947,-151094],[191182,-25092],[181922,-13280],[180779,-31963],[185323,-28952],[179586,-71111],[189911,-114372],[189858,35199],[185638,46815],[180852,112605],[188898,102843],[201358,-126267],[194384,-10112],[193281,-2549],[203069,-10520],[197280,-24512],[204216,-30219],[196438,-57869],[200847,-64674],[192666,5772],[200663,146098],[201834,34793],[195425,43074],[192898,51841],[194124,68657],[198947,65500],[198046,127231],[210043,-124425],[213640,-30423],[214313,-29861],[212035,-36482],[217165,-47846],[217594,-49559],[212263,-54770],[215772,-62987],[212302,-69745],[211184,-68379],[217408,-71672],[208736,-108481],[205319,6190],[210313,13684],[205680,49390],[214706,59235],[213573,57379],[213004,71842],[213850,94895],[216718,98199],[215006,115120],[207316,122478],[228765,-4859],[219535,-11896],[224523,-16636],[218113,-24534],[220317,-23514],[220800,-16458],[227620,-58894],[220417,-65021],[221400,14470],[228018,60711],[226350,84207],[222177,83735],[229279,96375],[232944,-1742],[234623,-17407],[237698,-26928],[236948,-45270],[233433,-50870],[238888,-55344],[235530,-53348],[230747,-63905],[236734,2591],[231244,25142],[238469,21733],[232300,35804],[236154,62106],[237652,55719],[244586,-31700],[247075,-36346],[247043,-38723],[253348,-52321],[248663,-52024],[249383,-59996],[243791,37042],[244043,45023],[251399,62478],[259612,-67599],[257849,5438],[259298,19896],[278668,-140466],[269892,-137676],[275020,-7130],[276100,-3024],[275734,-14708],[274087,-21912],[276610,-34258],[280124,-54781],[276983,10156],[277026,24925],[276488,74054],[285817,-150629],[290768,-157309],[288550,-10135],[290384,-3831],[285286,-26048],[284827,-46170],[289518,-60814],[284264,13379],[284584,19337],[303487,-2624],[296747,10012],[295805,5225],[308888,-11636],[310260,-2919],[308252,7837],[400644,-52],[72883,56720],[67587,56658],[831348,-116418],[829748,-132973],[827689,-130366],[829123,-132102],[834317,-115171],[837052,-120119],[834127,-119444],[835531,-120061],[834718,-120079],[835754,-120710],[837486,-123545],[843725,-122036],[835925,-119285],[836842,-119557],[835116,-125100],[837866,-126302],[832229,-133268],[841007,-129652],[843738,-129284],[839210,-89070],[840093,-94138],[839883,-94418],[839961,-94011],[842625,-97829],[842968,-91422],[842708,-91435],[833320,-114802],[841298,-111873],[841112,-110944],[843187,-108825],[847691,-120158],[848662,-119204],[850492,-120135],[849646,-118880],[849458,-119281],[849241,-119766],[847796,-118433],[847545,-119550],[848432,-119050],[853980,-124571],[854257,-124314],[854029,-124133],[847291,-125465],[845656,-124043],[855712,-120026],[857114,-122520],[857267,-134745],[847041,-88242],[846790,-86517],[847920,-87628],[850384,-87153],[849751,-85379],[855420,-88762],[847101,-92941],[851698,-95160],[851190,-94928],[852192,-91508],[854103,-93885],[854004,-93725],[854314,-94469],[854028,-93750],[845351,-111198],[847584,-114298],[849083,-114790],[847910,-108766],[847446,-108878],[846349,-109701],[846311,-107116],[845998,-107872],[852875,-101939],[862584,-122910],[860701,-122869],[863335,-118867],[860371,-121939],[859065,-119014],[868885,-115864],[860073,-115866],[857931,-117962],[859070,-123076],[859822,-138423],[869833,-135046],[865212,-142397],[865329,-141947],[861889,-140692],[862508,-142486],[863861,-146457],[863267,-146373],[859474,-88820],[862006,-80364],[863006,-82392],[864026,-95524],[859640,-103890],[871620,-124790],[872418,-123782],[873830,-127336],[873956,-127667],[875984,-120586],[874212,-127190],[877416,-125600],[875463,-130571],[874448,-131365],[872655,-129006],[872583,-129359],[873965,-127931],[874117,-128199],[874072,-138565],[882450,-135584],[881498,-134728],[877179,-145685],[876874,-113930],[876294,-111939],[876620,-112536],[875501,-114524],[84274,49792],[82945,49478],[82538,49385],[80061,53116],[897316,-128805],[97461,12094],[91643,10515],[95402,17376],[90795,32199],[94339,37314],[90017,35029],[91434,50280],[92565,45337],[94168,41104],[99089,46654],[101466,43356],[90757,39264],[89643,42423],[92810,53962],[89603,55880],[97382,55986],[94576,58204],[90770,58242],[90686,51428],[94393,102362],[92633,103928],[92625,103336],[92561,103795],[93146,105710],[92985,105641],[105947,10994],[110966,20463],[105333,35147],[105347,43327],[109690,48719],[106612,39839],[123333,-1617],[116532,2955],[124342,7184],[115888,23752],[124314,21720],[127840,13024],[127846,113096],[124991,107468],[-255503,-311158],[-343693,324343],[-341084,335799],[-352056,312992],[-32837,242925],[-97694,620135],[131892,-2460],[134831,-3957],[140217,-8638],[136815,-24463],[139242,-16781],[132287,-25035],[139665,-28038],[132401,-34306],[128029,-32453],[130085,12451],[134853,123050],[141037,-18801],[142336,-33934],[146299,114229],[157172,-167090],[167460,-137414],[177560,-147669],[171860,-162616],[172483,138454],[175962,128795],[176750,110222],[175218,125043],[189971,-147535],[179414,-173883],[180083,-170364],[179760,-70569],[191619,-111099],[189695,-113322],[191354,133188],[185207,113125],[191958,113948],[180816,127571],[198323,-119124],[200185,-137934],[198569,129839],[196062,137531],[193577,62687],[194499,68161],[197270,64326],[198376,71243],[202582,79951],[200728,96100],[204750,93134],[192208,104971],[193655,115389],[192356,124013],[210504,-121590],[214951,-23512],[210107,-30137],[204807,-92879],[206597,-109886],[208059,143732],[217419,61602],[212470,64083],[212396,103880],[206186,118518],[228715,-5155],[229077,-15513],[229974,-53642],[226793,-56754],[227723,83734],[221276,100281],[218355,97423],[230619,-182280],[234393,-183018],[232627,-1861],[233504,-17118],[240770,-26546],[235058,-44332],[236541,7652],[238820,130054],[233897,35099],[239787,69608],[245756,-30750],[248062,-36876],[254571,-51347],[247051,64480],[251831,117090],[273651,-7971],[269886,-9999],[279819,-33355],[280400,-54448],[280844,71031],[285719,-149959],[290050,-156909],[292022,-8199],[287012,-45957],[286500,-61615],[74250,57685],[67976,55022],[86960,33850],[83311,51124],[82801,51174],[82489,51379],[86814,52241],[88052,53671],[1020731,205261],[1013208,219237],[99837,12983],[92555,9987],[94753,15967],[98703,35490],[94515,30148],[90358,49676],[94397,40770],[97247,46458],[100613,44022],[95087,39242],[93290,39651],[90795,45080],[91368,52641],[96262,55333],[91858,57896],[1054541,183663],[112619,7088],[106804,7747],[102995,12059],[110222,19614],[104087,30830],[104382,44747],[112448,47952],[108713,39547],[126598,-3186],[126682,-27617],[119594,12062],[124024,10233],[124052,6251],[120450,25669],[123298,16701],[119254,103581],[-331791,314618],[-328712,321953],[-335202,332497],[-349450,315030],[-30423,242440],[-30373,248649],[-52376,252741],[-54445,260322],[-67972,250544],[132419,66585],[131001,79735],[138628,123702],[145621,20909],[147723,29939],[142554,44260],[149546,102359],[151218,96155],[148849,127984],[166297,-161593],[162525,-6137],[158106,-11296],[155919,-20709],[164353,-23648],[163490,24579],[162064,105338],[167283,-157204],[175566,-154651],[175031,-1065],[172970,-39320],[171338,135126],[173033,32778],[178282,38828],[178093,49836],[175833,102452],[176074,108306],[167795,106981],[190268,-115306],[187328,-148251],[183033,-10661],[184103,-19360],[181032,-13410],[181006,-26948],[186681,-27650],[191341,-25543],[191633,5511],[190043,35195],[188236,42581],[195160,-125641],[194983,-138600],[198492,-2748],[193982,-15569],[199725,-25383],[204083,-30438],[201716,-69131],[201461,4564],[197533,36722],[196833,50180],[202859,45777],[198073,44612],[200854,53588],[195461,103541],[197289,126477],[205199,-10338],[212818,-34588],[217556,-30437],[216085,-48460],[211304,-74748],[209747,7823],[209869,143006],[211465,13022],[213108,56807],[210441,77690],[208906,95002],[213719,124763],[220265,-7125],[220589,-22102],[218682,-14909],[227857,-36669],[224820,-25479],[225599,-38898],[221548,-60646],[222691,-58444],[218917,-67007],[219578,-64748],[225873,132007],[228799,25527],[223772,59933],[224605,78546],[232050,-38124],[237182,-56450],[232472,-63860],[240216,128339],[242475,43445],[241829,54713],[248522,-37064],[250331,-56665],[254017,10326],[244993,23170],[252083,22620],[243717,38084],[247539,64106],[261807,-68750],[262945,-72941],[263400,23449],[265222,67795],[276252,-8326],[273626,-16724],[275653,-53166],[277183,9452],[279586,21153],[271717,72014],[288348,-23929],[290435,-13909],[282645,-60133],[292969,-73793],[282220,13505],[284647,23754],[302295,-4737],[295564,-1899],[299692,-12725],[304323,1231],[295882,9000],[305515,2842],[301003,11660],[294947,7986],[308844,-11184],[309303,37],[106672,96507],[-319910,314984],[-331157,313811],[-331133,322642],[-338062,337638],[-349433,314881],[-345675,323499],[-34206,242882],[139844,22212],[137828,52849],[140320,59233],[136681,79615],[136510,94708],[143847,133652],[146791,30588],[150285,99049],[155190,-164998],[165798,-8375],[158435,-13421],[154993,-20086],[165954,-23765],[165435,105966],[161429,102662],[170832,-137354],[169312,-149568],[166842,-161600],[174744,81],[176202,-15014],[179038,-69674],[171626,15505],[167070,34589],[175797,44541],[176444,104055],[173452,126996],[188475,-116629],[180106,-7306],[189067,-24078],[180037,-32102],[179580,2162],[183894,137324],[189019,15004],[186045,31332],[190208,41670],[189620,46401],[181182,112157],[186906,109709],[197936,-127785],[194929,-138599],[192823,-10418],[198641,-2139],[195104,-28558],[198733,-57540],[203699,7210],[197425,37014],[200525,44502],[198729,43806],[196445,52826],[204151,52942],[197090,112140],[198452,126991],[210259,-124588],[205540,-8293],[212373,-36472],[211150,-37752],[213605,-68446],[216289,-67597],[200789,-92416],[207409,-109331],[212758,11897],[208939,138658],[208277,55502],[211971,115850],[223011,-6764],[222428,-20000],[219467,-38140],[223501,-38129],[228419,-35921],[217642,-48667],[220748,-54771],[219805,-60061],[223690,-54418],[220557,19375],[228578,28073],[226924,60330],[218638,72120],[223438,76792],[222735,119614],[232205,-39400],[233726,-51251],[231039,-66567],[242612,29092],[241845,35709],[237460,59521],[239841,54759],[238069,93989],[249412,-37283],[248215,-37223],[252002,-58268],[252656,8311],[251412,21907],[244364,43920],[254061,76992],[244344,126932],[262868,-73100],[263207,22562],[260514,93980],[276336,-22952],[271449,-54675],[273540,10452],[274525,13493],[275486,85243],[287028,-24570],[288494,-14472],[281925,-59751],[290314,-73257],[290322,8151],[303059,-527],[306154,-5336],[296356,-4877],[301713,-14369],[300473,6951],[299032,5328],[306798,5161],[296363,8854],[295850,3595],[311809,-2380],[122050,99664],[121851,119379],[120756,116415],[-336552,334380],[132536,126044],[166402,-160499],[156930,-164954],[159190,-167585],[166232,136492],[171020,-137372],[174698,-159485],[166496,-161351],[174778,-154193],[176524,132213],[177410,102350],[184508,-151758],[186366,-148991],[179825,-162332],[180682,-69049],[189481,-113888],[200200,-124732],[192698,136028],[202574,106262],[200017,126903],[210055,-126707],[217258,-129307],[210285,-181433],[212990,-36022],[208546,-109785],[207656,129751],[205440,76259],[216596,97841],[204907,126380],[223382,-27637],[224880,-40760],[227185,-38251],[227810,99689],[222720,105468],[230770,-37667],[238055,68070],[250283,-34037],[255894,64471],[272812,-54323],[278933,-60488],[270115,75665],[272815,86820],[287318,-152387],[293433,-70747],[291914,5572],[304475,172],[98658,108727],[127250,86335],[-205671,-305089],[-205604,-305044],[-315820,314278],[-349532,323712],[139998,140539],[137373,140033],[134665,140827],[133325,143881],[139773,63123],[133640,73865],[135702,95676],[153346,142527],[144596,21527],[148301,31683],[146624,48700],[151779,90543],[149068,98849],[151723,111661],[153325,106754],[158333,-12569],[160551,23008],[156114,48700],[154639,47239],[162905,61364],[155572,57028],[161877,97015],[165146,93356],[158582,91309],[163117,98545],[161683,107718],[164111,108268],[175001,-149021],[166731,-160033],[176297,-940],[167674,-6530],[172846,-24951],[175570,-34781],[178939,131617],[178003,130681],[168795,138573],[172190,142232],[177687,37458],[173867,44961],[172839,74705],[175659,75039],[176022,81327],[183678,-154157],[179812,-11172],[184569,-11788],[181338,-34210],[185392,-29345],[191565,-29032],[191720,6407],[187338,30798],[180519,46843],[189577,48889],[187251,45960],[186977,70066],[182268,82956],[182119,86200],[179290,111711],[186615,108480],[196373,-122409],[193430,-133605],[193789,-11825],[200248,-3639],[202288,-12189],[194156,-18375],[199807,-25518],[202701,-58192],[195996,-54231],[198326,-63636],[201836,9429],[195625,140965],[196530,33083],[203347,38647],[195564,48622],[199276,45991],[203647,48438],[194763,46234],[194596,44262],[192076,58910],[192119,122784],[216836,-3832],[211768,-36568],[205678,-28868],[207137,12290],[214652,4702],[211822,144715],[210167,54188],[207822,75510],[212544,80204],[210771,89860],[221806,-11103],[221255,-23683],[222428,-27736],[217720,-28047],[221028,-40176],[223343,-41481],[220273,-54746],[219869,-59904],[221670,-58644],[218676,-70816],[223749,11809],[229723,58595],[217806,113615],[217972,103690],[230922,-33516],[230881,-39332],[237186,-50646],[235713,-65242],[233949,28560],[242980,43268],[238227,57587],[234873,72566],[238027,76440],[247412,-51800],[250315,-54966],[253993,-58577],[254880,8093],[244025,20855],[247780,36494],[253900,76453],[254798,90665],[252970,108467],[260493,-65425],[262723,-76504],[260248,24048],[262039,58046],[257681,65726],[256095,84574],[256940,90964],[263071,100329],[260491,105254],[262575,111787],[266420,118024],[272074,-5174],[276118,-16387],[276143,-55102],[281024,-61691],[277740,12449],[275829,16277],[275908,67477],[276798,69939],[277030,66550],[269519,86664],[278212,90492],[275058,97748],[270764,96555],[277521,105507],[276690,113131],[277386,114520],[287053,-25489],[289826,-72767],[293920,4689],[285677,19541],[282459,23000],[286917,61090],[284641,59498],[286128,80962],[288232,81949],[301917,-10201],[305495,-11308],[305419,-5485],[294412,-12900],[303624,720],[302004,5514],[300768,7392],[297076,3447],[310038,-2118],[308067,5687],[96758,71938],[96581,66355],[94704,81292],[94878,100222],[100664,106414],[103222,54083],[105109,53970],[109979,94798],[108330,94966],[104007,111680],[108620,121630],[120225,134491],[115937,106980],[119135,118798],[122943,124566],[-216170,-296007],[-227731,-320077],[-238199,-316594],[-318214,311538],[-333330,311512],[-338976,331600],[-346452,312122],[-53837,265119],[-86600,630663],[134879,140458],[140200,143144],[135742,144923],[139868,58960],[133231,73343],[134913,92535],[140608,118870],[140987,143324],[143657,21766],[144193,38072],[144391,52774],[149059,96349],[156418,-161444],[163059,-5040],[159053,-14142],[155484,-19118],[164263,-26488],[159139,140944],[158668,142158],[163028,141434],[165732,17798],[160873,23782],[159542,62690],[162734,62207],[161315,86998],[160026,96489],[153697,93203],[163897,104687],[153938,108438],[154248,108530],[161990,103917],[167594,-137926],[176283,-150223],[171153,-156748],[177875,-5982],[177372,-14525],[173503,-37998],[172507,132630],[169514,144257],[171629,141002],[166576,34973],[174671,47144],[171082,40235],[177962,74966],[176782,81401],[176255,92054],[168905,113711],[175483,107068],[178241,-164177],[186003,-174712],[184583,-9357],[187398,-25038],[191010,-15915],[185906,-29589],[181216,-71435],[190078,-113974],[186875,5238],[186145,137223],[189542,30046],[191225,37872],[185046,46840],[186246,60383],[190099,69262],[179374,75841],[180972,84316],[201061,-122487],[201569,-12197],[193001,-13827],[197659,-25491],[200989,-30562],[192030,-58677],[195839,-61724],[204139,-91090],[195759,852],[199356,143833],[196330,37207],[197249,36235],[203145,48049],[203906,48209],[193927,42972],[192603,49117],[200167,53191],[202552,77062],[198059,94240],[192542,110011],[208942,-120252],[216719,-31094],[215531,-36036],[211160,-39191],[217354,-50951],[214576,-49884],[211134,-60635],[204084,-58533],[216737,-62524],[209227,-70429],[214135,-73285],[206745,-110300],[211183,5485],[204829,5172],[212152,7080],[212343,56280],[216689,76188],[204804,101805],[219439,-11343],[219468,-23179],[227370,-34991],[224487,-26203],[219053,-40380],[225160,-39534],[226476,-54983],[220641,-65698],[222445,18560],[227810,61211],[234510,-42300],[232877,-65112],[242174,43267],[237361,51993],[247707,-34759],[250388,-54227],[255395,-61321],[255770,4328],[255393,21399],[244105,33653],[245079,69697],[253829,90677],[257326,-69672],[257610,-75588],[263641,25470],[265707,61708],[261395,75493],[266884,85766],[256091,84963],[275629,-3094],[272224,-23601],[270734,-54449],[277703,-59941],[278735,11565],[281335,62765],[278761,64099],[281170,64883],[274877,67357],[276827,68050],[269781,83680],[278819,96621],[278905,116703],[286655,-152084],[289663,-158609],[291051,-21783],[288836,-15581],[291473,-72318],[291081,4173],[282111,13855],[285674,22611],[283581,59030],[285621,84545],[285443,78110],[303166,-10214],[302079,-1152],[298947,-642],[306919,2630],[300908,8600],[306244,7765],[299017,8627],[296239,5239],[307588,-10510],[307808,-2360],[100565,57047],[98595,65701],[97837,70445],[96589,77870],[98136,77902],[94228,100677],[102963,61173],[107324,101030],[112298,90957],[108518,93923],[112005,115705],[126494,105992],[115643,122780],[122604,123495],[-316697,313959],[-345366,322935],[-336796,332775],[-349411,310426],[-351583,318283],[139171,140169],[134115,140876],[134298,144768],[165364,-150560],[157540,140459],[165243,138323],[157778,142666],[156471,44610],[158718,61255],[158073,65110],[156195,99131],[164502,95107],[160637,96128],[160301,101287],[164034,108125],[162096,109605],[154012,107977],[155591,105783],[170160,143724],[173551,74691],[177686,82637],[172967,97181],[190386,-116919],[186153,-153463],[183726,135599],[179507,135675],[181058,42416],[186324,42475],[188491,58325],[187898,65367],[181103,76133],[184274,84042],[181939,84880],[181629,115132],[185099,122578],[195478,-139548],[198015,142441],[199524,141260],[198892,49102],[192376,44615],[195480,43480],[202660,75819],[197660,98400],[211727,-37563],[207376,74246],[206051,127320],[218621,-38019],[229467,-35289],[224904,-27195],[225445,-39495],[218726,110357],[234888,-41490],[243091,119045],[231052,124140],[247431,-34660],[246223,75490],[254392,83553],[252397,87331],[254438,89124],[252582,108545],[243609,127741],[265739,62142],[260013,100765],[260435,104755],[270917,-54548],[281049,-59830],[280360,63067],[271785,65499],[272171,67435],[279092,79225],[271355,85668],[275838,96597],[270958,93976],[268856,105955],[277850,105566],[278346,112828],[270846,104979],[276035,115008],[278588,115587],[280785,118183],[285731,-151993],[290318,-156834],[292027,-72267],[283743,3405],[281739,55522],[282861,71610],[288156,67190],[282542,81290],[288123,84478],[301335,-1089],[296782,-1856],[299468,12503],[962464,200746],[962406,200724],[967719,197680],[970219,212087],[97371,70890],[96080,70831],[99777,82312],[100407,87055],[106843,58127],[104383,58445],[102425,66490],[109962,93264],[112449,97844],[103786,107147],[106710,103257],[115135,117167],[113518,124377],[123613,130641],[115230,111067],[123848,115948],[115971,122250],[271923,-119907],[279154,-126195],[281594,-117510],[277772,-151056],[275329,-79882],[279909,-84742],[281202,-88082],[271422,-112427],[274090,-104528],[292568,-122655],[282216,-94415],[291329,-99481],[283120,-111945],[291694,-111768],[295641,-122820],[300304,-135805],[297486,-73952],[299542,-98321],[303856,-96237],[296196,-110761],[314774,-65660],[311521,-85024],[342363,-187476],[342925,-187601],[353922,-152108],[346022,-151268],[353521,-168002],[355491,-181446],[353313,-104360],[363805,-116037],[365655,-161583],[370728,-158742],[360674,-181945],[367850,-183150],[362968,-82296],[360216,-111799],[373518,-115853],[382945,-130324],[373045,-180191],[373723,-184549],[380545,-114904],[386002,-121754],[389338,-161590],[395471,62682],[420028,18475],[419827,19751],[591984,28910],[594542,38513],[591157,43797],[594605,39296],[593834,39031],[593628,41337],[593451,40301],[590309,40326],[599350,39224],[598739,39397],[594533,38895],[640262,366543],[675804,94649],[675924,95046],[675927,95052],[675746,94520],[675753,94521],[675804,94571],[675808,94574],[675257,95050],[675256,95048],[675308,95105],[675308,95102],[672783,95870],[672725,95741],[672732,95743],[672783,95793],[672787,95796],[672884,95650],[672892,95655],[673282,95577],[673282,95575],[673231,95523],[673230,95521],[673150,95511],[673154,95518],[671742,96554],[671678,96426],[671687,96429],[671736,96475],[671741,96479],[671299,97018],[671298,97017],[671206,97089],[671206,97087],[671155,97035],[671154,97033],[672889,95500],[672882,95502],[672903,95570],[672906,95576],[673355,95680],[673349,95684],[673405,95724],[673409,95727],[675711,98897],[675711,98893],[675659,98844],[675659,98841],[674750,98702],[674755,98702],[675896,94930],[675938,94954],[675921,94955],[675914,94956],[675936,94925],[675924,94936],[675909,94946],[675907,94948],[675323,95048],[675343,94997],[675349,95023],[675352,95034],[675321,95008],[675333,95023],[675335,95030],[675340,95034],[673039,95521],[673086,95509],[673074,95525],[673069,95532],[673068,95493],[673065,95510],[673058,95522],[673050,95525],[681440,100990],[681302,100987],[681307,100982],[681374,100959],[681379,100959],[681126,101397],[681129,101402],[681068,101333],[681068,101330],[681017,101279],[681016,101276],[681426,101061],[681420,101062],[681448,101125],[681454,101130],[684423,100133],[684365,100004],[684372,100006],[684423,100055],[684427,100058],[683383,101145],[683325,101016],[683332,101018],[683383,101067],[683387,101070],[683783,100378],[683786,100384],[684735,100578],[684731,100574],[684662,100597],[684660,100599],[683603,100445],[683601,100450],[683671,100449],[683679,100451],[685625,100444],[685619,100447],[685666,100499],[685672,100503],[681415,101383],[681410,101378],[681350,101419],[681348,101420],[680961,101044],[680964,101047],[680992,100985],[680999,100984],[681487,100978],[681475,100994],[681470,101001],[681441,100993],[681469,100962],[681466,100979],[681459,100991],[681451,100994],[680905,101206],[680952,101194],[680940,101210],[680935,101217],[680934,101178],[680931,101195],[680924,101207],[680916,101210],[684272,100051],[684319,100039],[684307,100055],[684302,100062],[684301,100023],[684298,100040],[684291,100052],[684283,100055],[254795,-223495],[249088,-218428],[249461,-222282],[254500,-221798],[263994,-190335],[260621,-222243],[260289,-230870],[281267,-119026],[274094,-125755],[278823,-123742],[280518,-119165],[279530,-131336],[273712,-141807],[271308,-190907],[280274,-192673],[280644,-214162],[277008,-205238],[269517,-210805],[273289,-227795],[278577,-266469],[280704,-269637],[272654,-87631],[279676,-85622],[291972,-119488],[293458,-130077],[288915,-143076],[286837,-195761],[283086,-192235],[290862,-196270],[286429,-197548],[289987,-203047],[292812,-203425],[283072,-210638],[286132,-204949],[293392,-215195],[288661,-209430],[287836,-218614],[291501,-223915],[288077,-225635],[287120,-237454],[286867,-246184],[292273,-248034],[292175,-262814],[291626,-258792],[293911,-259230],[285137,-281328],[290065,-271857],[292307,-275780],[289031,-284218],[282532,-87575],[290731,-87344],[284449,-93341],[283943,-107692],[282106,-104200],[281923,-111842],[296627,-123334],[303776,-153813],[299772,-165282],[299118,-214574],[301014,-205900],[295983,-211498],[300920,-221389],[299662,-221189],[294647,-228987],[302015,-242500],[300226,-250618],[303049,-244433],[302210,-256959],[299200,-266203],[305254,-72143],[300439,-76889],[303003,-92225],[306079,-91882],[296267,-98198],[301172,-100826],[301934,-99118],[295938,-102545],[296031,-112512],[300132,-105774],[308012,-160292],[308960,-193304],[317905,-203964],[311738,-222297],[316532,-244791],[307896,-267274],[316899,-81321],[316537,-77412],[307479,-81316],[329633,-251793],[321464,-251385],[330131,-252232],[329148,-101124],[327356,-107828],[344152,-152375],[345260,-176479],[339487,-184363],[344348,-186316],[344103,-246698],[336200,-247494],[338273,-261258],[338087,-259252],[341316,-259401],[336236,-111607],[357936,-149195],[349168,-175384],[350967,-166828],[356705,-180760],[355841,-187585],[346599,-209684],[351494,-226002],[347328,-237664],[354101,-231893],[351674,-238547],[358072,-239749],[355516,-237232],[355821,-250860],[349634,-245264],[357098,-250753],[351624,-263668],[356828,-265516],[350231,-262112],[356093,-73038],[355783,-70602],[356072,-72456],[352839,-113557],[358129,-113827],[357261,-109379],[370845,-125201],[366209,-117198],[363579,-115350],[369728,-148823],[368293,-156209],[361638,-154251],[363784,-164965],[363388,-169335],[370812,-182361],[366953,-183727],[362895,-205182],[368680,-217396],[364086,-227524],[368286,-222593],[364040,-220691],[361744,-236186],[359851,-232701],[365729,-232520],[371013,-233136],[366802,-250600],[369713,-249682],[364970,-266141],[361150,-57324],[363902,-74517],[365540,-83626],[381664,-122823],[379574,-118504],[371670,-160088],[381260,-166024],[382819,-175262],[377582,-181681],[375425,-187960],[375185,-202978],[381301,-207429],[377803,-211893],[374813,-207033],[371690,-220164],[374586,-222303],[371921,-227100],[373423,-228919],[377999,-3141],[377378,-4451],[377147,-4884],[374690,-266339],[371930,-112891],[391537,-132366],[387836,-165235],[393736,-202566],[395942,-205323],[389508,-206205],[390289,-248186],[391535,-244669],[392788,-252237],[395392,-244253],[387364,-256801],[386307,-38861],[391245,2066],[386015,5194],[395626,138901],[398585,-202579],[402316,-204727],[397824,-207418],[404818,-211131],[404448,-206624],[400476,-220459],[397967,-237359],[405832,-237096],[402446,-5585],[405214,-243044],[397700,-255603],[406155,-252417],[396835,-244181],[399838,-249183],[404775,-248300],[405823,-253229],[404395,-251931],[402142,14203],[405348,18328],[399673,90664],[417117,-205799],[420917,-212848],[414802,-217512],[418552,-227310],[421752,-240287],[411205,-241892],[418828,-233632],[410519,-235018],[413092,-235383],[410095,-231614],[420803,-242292],[411448,-8289],[419981,-9714],[422385,-10488],[419566,-249872],[417732,-244499],[413716,-251840],[421109,-252897],[412067,-260851],[414410,-260349],[416330,-267316],[411948,-13347],[412868,3577],[413491,2544],[413979,997],[412340,141172],[431960,-205083],[428581,-206340],[433191,-204923],[426245,-209925],[424421,-210767],[427992,-241738],[430383,-239895],[427414,-9625],[428643,-8195],[422680,-249225],[424383,-255331],[431795,-245240],[432891,-260665],[433017,-262808],[430652,17923],[431223,14781],[432021,14715],[433129,28641],[446412,-214064],[440671,-211938],[444964,-214249],[439386,-216652],[436642,-210435],[435717,-222167],[447058,-230148],[447804,-217604],[442988,-226924],[441293,-231554],[442831,-241245],[440384,-236834],[438950,-6495],[446669,-245262],[440796,-247375],[439443,-249965],[447519,-246620],[447101,22048],[443828,21145],[444122,20131],[443527,21461],[444100,22552],[446961,23248],[447240,22533],[446872,25362],[446049,24836],[443519,25699],[442766,24527],[444463,25115],[443506,33425],[447945,33917],[443638,43782],[447996,47055],[446777,46493],[452798,-211092],[456352,-219609],[449231,-231990],[448920,-232648],[456228,-232207],[452502,-246110],[460731,-252401],[451966,6213],[459400,15958],[459249,16731],[458037,17656],[458470,17715],[455530,68638],[472964,-226558],[461521,-223770],[462654,-224569],[469719,-240374],[472586,-242373],[472325,-230804],[467902,-236051],[471429,-236249],[468978,-246077],[472664,-247277],[468206,-254068],[467058,-245546],[465825,-243383],[465653,-248505],[461881,-246887],[461072,-255096],[462384,-28566],[462761,-29357],[467672,5500],[480199,-228445],[476539,-220701],[473143,-234981],[484005,-235254],[482492,-240631],[483946,-241060],[484663,-10367],[483473,-10025],[479082,282117],[484631,285214],[493926,-239517],[490023,-233988],[497618,-238325],[487458,13553],[492870,48965],[501188,-238991],[504495,282145],[502743,283683],[517868,314388],[556553,321734],[555119,361613],[571738,344044],[564206,367315],[581938,346566],[580804,350499],[585736,382368],[591564,354858],[594585,38314],[595944,385213],[593179,42162],[590208,41731],[602706,365123],[607712,371679],[616227,383739],[625432,389629],[641600,366681],[646237,405525],[659718,420873],[669320,416174],[671047,89441],[676676,101718],[677633,101139],[675627,101263],[674631,101774],[678148,98363],[677828,96722],[677011,94151],[677649,93693],[675703,97328],[674686,96715],[673796,96565],[672951,97477],[672509,96449],[674593,97917],[677118,96792],[675783,94581],[675971,93311],[671841,96542],[674003,92440],[673627,93175],[676162,96612],[669689,89891],[669429,92462],[672762,95803],[671713,96485],[675919,94942],[675332,95019],[673064,95513],[677761,97370],[683096,421341],[689084,421744],[681773,100028],[678846,101602],[683572,100958],[680042,99150],[681374,100984],[684402,100066],[683362,101078],[681465,100982],[680930,101198],[684297,100043],[679606,98122],[678655,96777],[679863,96646],[701787,437738],[696770,442218],[696490,443786],[712513,389436],[707117,444888],[718565,390405],[724089,400129],[725522,399796],[726429,458839],[723101,465625],[734498,402574],[742041,414977],[740669,414578],[740450,416583],[741139,415866],[738821,418413],[742190,421605],[740992,421430],[738796,428393],[736133,462192],[749645,390567],[750800,395271],[750641,392832],[749909,391462],[751575,391635],[748080,386685],[748196,387658],[745576,412978],[745776,412642],[743435,413591],[748799,415873],[747712,415637],[747858,418190],[748739,420330],[747878,421678],[751316,416653],[750121,416859],[747801,416967],[745494,416651],[753370,419094],[753975,412522],[753674,426660],[743502,463262],[748688,466173],[755761,394719],[757497,395537],[757532,394607],[758633,395272],[760081,395331],[760159,396317],[767362,395818],[767425,392085],[767156,390760],[763722,388042],[761805,387724],[757674,385681],[761381,409374],[765702,409297],[767905,405432],[767105,407287],[766409,407707],[765412,404852],[762379,402686],[758094,400655],[758237,398626],[755800,397381],[760203,398885],[763359,397997],[767549,400341],[767497,408481],[766755,407108],[765804,402768],[767959,404100],[761331,405298],[760518,408443],[762031,410348],[761126,411416],[758099,412177],[757896,411222],[760127,412030],[759697,410825],[765079,410316],[755140,417584],[755614,417202],[755882,417606],[756603,415386],[758536,416487],[759486,414644],[765260,414455],[767675,412556],[768687,396942],[768344,391274],[771408,395579],[778435,388975],[771553,403880],[769769,403880],[769931,405368],[769651,406727],[770255,402930],[768728,398907],[772338,409260],[778496,404898],[777955,398812],[775901,397249],[769668,408554],[769054,413539],[778501,464023],[772256,472137],[775345,520850],[771111,528023],[787676,456234],[781113,456577],[786975,468359],[804161,438053],[798475,448032],[799674,461130],[793616,503984],[810843,422349],[816353,411685],[808006,439721],[807732,442233],[808232,460970],[812812,500614],[820629,401656],[822139,431896],[835249,398333],[838410,399215],[846024,403024],[856733,407403],[855731,433717],[853692,439261],[860950,408421],[862872,406947],[880285,402662],[880823,429383],[882101,534172],[891300,398078],[889471,414084],[891096,490402],[893362,494784],[893280,494348],[889214,503369],[892450,519696],[895622,516274],[889575,532367],[901488,474766],[897290,504333],[907043,502789],[897633,548098],[900350,547204],[915615,369947],[911005,385808],[916768,428469],[918577,474651],[916890,491170],[913374,548680],[925942,368280],[934388,371017],[927199,379943],[928539,378632],[933628,392053],[925956,431107],[933940,449779],[924133,455036],[925900,507416],[930210,521451],[928573,518200],[930309,546829],[924249,553345],[930462,560567],[940691,414087],[939850,423930],[934891,428625],[938388,524578],[938235,533521],[958961,-133755],[954323,376391],[950201,377814],[947507,438800],[950025,535309],[967909,370034],[966637,556903],[965913,557245],[969984,569623],[970061,575986],[982633,181097],[985137,349023],[982385,346735],[974825,567361],[984342,576554],[993064,582869],[999517,576073],[1032629,569992],[1030472,569096],[1026001,581832],[1026898,578841],[1039633,578859],[1057534,612647],[1071738,601281],[1085006,498460],[1096711,588764],[246560,-220204],[267669,-195931],[256700,-222659],[262844,-237920],[265659,-78203],[279460,-123600],[274170,-126882],[280717,-115302],[271424,-120427],[273760,-124777],[274576,-128374],[280478,-129787],[274694,-142057],[275786,-188009],[274426,-203803],[280537,-192500],[270296,-210682],[271095,-229468],[272768,-84689],[275252,-80331],[281449,-85167],[271887,-114366],[294220,-121069],[292049,-121206],[282883,-125715],[281751,-122092],[294133,-116171],[292487,-147205],[288298,-143100],[284903,-142854],[288364,-196473],[283567,-191896],[291767,-197869],[284992,-191965],[285720,-211407],[285862,-207611],[289525,-209870],[293211,-219751],[284396,-224516],[287215,-234091],[291118,-279917],[293608,-276489],[281696,-90772],[284223,-108788],[283215,-102319],[283397,-113395],[281754,-111644],[295410,-126083],[296705,-128999],[301626,-133781],[298181,-134039],[303933,-139648],[304414,-152288],[294637,-160933],[298608,-153464],[304411,-191458],[301975,-203218],[298159,-206555],[294468,-218703],[294925,-225207],[299759,-219690],[295032,-228768],[301313,-239384],[299525,-247147],[301546,-258765],[297169,-261289],[299347,-267357],[300549,-76426],[300079,-91896],[306493,-99087],[305764,-95637],[295778,-102124],[297954,-103069],[300008,-110070],[297489,-109370],[313577,-137474],[312128,-128332],[309941,-139226],[313319,-160880],[310939,-166836],[310893,-221536],[312977,-86847],[309807,-78080],[322680,-199185],[321012,-243684],[322258,-248369],[322047,-86537],[324004,-112022],[324973,-108362],[340613,-116078],[336290,-130310],[341187,-150136],[339557,-151374],[342337,-174081],[341426,-175340],[336477,-178045],[341190,-181214],[336924,-186959],[338841,-184891],[338114,-182929],[343429,-188834],[335093,-247846],[333563,-250811],[333924,-251484],[339355,-262561],[337609,-256854],[339085,-261543],[337551,-91232],[341810,-95037],[343906,-97557],[339818,-96219],[335945,-106788],[335631,-113533],[334941,-110982],[339911,-111667],[348286,-127862],[357026,-151856],[350438,-172564],[351065,-174918],[354576,-175913],[357974,-176862],[352459,-169433],[357128,-186511],[350939,-184011],[348859,-205278],[347076,-241463],[353435,-233102],[348057,-233739],[347401,-245599],[352858,-253539],[356501,-251631],[356345,-252474],[355376,-263390],[350227,-261106],[353108,-68100],[352201,-67110],[352879,-105155],[345810,-104681],[354781,-104132],[353250,-111471],[369874,-124206],[364775,-120503],[370358,-125492],[367887,-132837],[365124,-150219],[362381,-165828],[367881,-156956],[363222,-156303],[367242,-162368],[369691,-163874],[363198,-154611],[367222,-167843],[359016,-168398],[368144,-184367],[361874,-203317],[367461,-215990],[370731,-227297],[363835,-220269],[370856,-220576],[371124,-232643],[362331,-244643],[369135,-248210],[366935,-259674],[366599,-265450],[360057,-267006],[367138,-71025],[364058,-81589],[368104,-114437],[362889,-113160],[361522,42208],[374400,-125553],[373631,-123849],[374305,-124264],[381728,-116075],[371777,-116374],[371954,-130308],[380920,-139981],[380225,-128067],[382206,-137084],[374460,-146585],[374944,-144384],[382959,-153303],[378529,-145967],[378142,-142182],[383269,-162448],[377547,-163717],[371253,-182001],[373761,-186924],[377730,-203256],[381101,-208083],[379281,-210953],[374834,-208358],[373924,-221714],[372221,-227517],[373257,-230178],[389536,-132246],[393082,-133226],[387702,-153178],[385114,-158841],[386641,-159049],[390065,-201688],[395908,-205069],[392820,-252722],[394995,-244659],[403086,-203343],[398393,-202738],[404739,-206211],[399601,-215239],[404678,-233575],[398677,-237364],[405757,-237296],[396874,-254150],[403809,-251098],[406611,-260035],[406472,-268452],[400045,89419],[400800,89550],[415171,-201401],[421729,-212268],[416772,-219556],[413436,-230733],[418271,-236660],[410738,-235120],[412428,-235608],[410458,-231863],[420965,-241811],[418764,-244414],[422205,-253386],[410656,-260412],[415741,-258086],[417415,-256044],[412570,-266780],[412845,140619],[413600,140750],[423552,-208125],[428505,-205848],[433565,-206134],[426293,-210538],[429403,-224419],[425311,-233911],[430389,-238900],[423874,-254185],[433430,-246748],[432316,-261870],[432302,-262954],[437058,-210044],[444771,-213649],[440816,-212175],[445844,-215031],[436992,-210981],[438915,-218025],[446626,-217767],[442174,-225705],[446938,-231703],[441558,-233682],[440782,-236973],[440796,-236433],[438401,-246291],[439097,-249919],[447545,-246232],[452622,-210564],[460051,-218972],[449772,-232585],[456182,-232164],[450139,-249331],[456676,-254640],[454761,-250494],[460097,-253822],[461268,-224712],[463334,-225793],[472885,-233156],[472908,-242783],[472190,-231127],[471374,-236325],[469724,-240079],[469283,-245802],[472491,-247070],[464947,-255255],[466379,-244559],[467267,-243278],[466688,-249605],[462127,-247221],[476339,-225967],[478739,-227801],[477038,-219188],[483652,-234904],[482403,-240414],[483384,-240727],[477263,-237723],[479791,26024],[493470,-232012],[490127,-233731],[497826,-237966],[492066,293013],[501103,-239215],[516499,314659],[534855,322874],[545198,326941],[555827,322080],[556789,360681],[566634,344535],[588443,357373],[587395,382501],[596340,42518],[605016,364216],[636369,362252],[642243,366898],[675970,101785],[676901,101194],[677993,101593],[674596,100636],[675492,97035],[674251,97799],[677963,98466],[677723,97593],[676735,95800],[675606,95260],[675775,94483],[676917,98087],[671698,97187],[676529,97210],[675340,96164],[675925,95036],[675700,94521],[675809,94571],[675292,95039],[672754,95704],[672679,95742],[672788,95793],[672877,95646],[673266,95512],[673150,95499],[671702,96387],[671628,96427],[671742,96476],[671316,97018],[671190,97024],[672866,95562],[673374,95739],[675691,98832],[674750,98710],[675938,94907],[675306,95006],[673060,95479],[677155,96748],[682103,100176],[683791,100329],[681282,100943],[681280,101027],[681378,100957],[681127,101386],[681052,101268],[681408,101124],[684394,99967],[684319,100005],[684428,100056],[683354,100979],[683279,101017],[683388,101068],[683784,100368],[684665,100558],[683651,100478],[685628,100508],[681344,101384],[681007,101006],[681461,100948],[680926,101164],[684293,100009],[678591,101141],[680700,99182],[679545,98795],[678942,97867],[959093,-133639],[978435,179790],[240973,-224524],[243379,-195493],[249058,-220322],[247740,-222166],[266612,-199139],[261818,-229151],[256820,-222883],[256664,-219165],[260848,-223633],[267953,-78813],[280056,-126844],[281495,-116099],[274874,-116731],[271254,-124171],[281302,-120703],[281399,-131386],[273411,-142896],[279281,-192534],[280842,-215644],[272806,-207478],[271689,-214407],[271222,-229169],[278818,-266941],[280973,-269667],[275402,-81217],[277453,-109166],[276569,-107743],[281585,-112481],[283018,-125479],[292967,-124826],[289856,-118332],[284730,-140063],[282552,-146898],[290628,-146523],[290340,-143400],[288672,-195251],[283863,-191986],[291275,-196028],[286255,-197610],[289330,-202361],[292883,-203705],[291426,-216022],[283290,-210305],[293201,-210801],[286321,-206688],[292990,-214231],[292128,-226048],[285828,-223103],[290343,-235418],[287097,-244226],[291173,-245782],[291554,-257922],[286749,-270069],[287893,-278240],[289176,-270984],[292568,-277081],[288914,-286139],[282138,-85617],[288791,-81802],[283277,-83770],[281784,-98265],[284763,-93689],[283410,-107777],[282042,-105616],[296395,-120469],[300885,-130777],[295458,-135621],[300073,-165782],[299687,-169826],[300321,-169588],[299526,-213870],[298737,-205083],[296350,-211916],[298038,-222608],[300229,-219962],[295530,-227893],[295569,-253543],[305169,-250199],[298210,-244382],[296496,-262185],[294824,-257185],[306478,-267619],[297954,-267388],[299094,-77584],[307185,-86383],[295588,-95843],[299810,-99179],[298803,-98793],[301607,-109403],[314130,-118915],[313790,-166180],[314729,-166977],[308288,-190618],[313159,-206276],[310163,-221649],[316884,-246268],[309535,-76209],[319478,-82611],[314733,-83059],[308502,-89133],[314356,-100845],[330623,-252376],[325671,-247598],[332491,-251085],[320035,-84267],[340692,-172738],[343992,-186708],[345326,-184250],[345227,-210824],[345303,-249289],[336231,-247553],[342079,-256884],[335869,-257469],[340029,-260545],[334911,-108575],[350691,-119541],[350854,-149740],[347849,-150595],[350833,-175434],[353641,-168331],[347075,-180348],[357386,-185822],[358177,-179394],[347106,-238784],[346028,-230692],[355687,-235711],[357162,-240138],[356639,-235142],[355493,-247682],[348997,-246098],[355483,-251880],[354511,-267195],[356520,-266261],[350455,-262021],[346719,-23152],[357462,-72772],[354783,-68046],[350375,-112055],[370602,-116433],[364100,-115416],[370482,-150457],[365220,-153977],[366573,-162512],[368560,-162552],[361965,-153517],[359144,-169339],[360250,-180583],[365788,-208038],[368476,-216390],[359688,-228527],[361716,-229364],[364485,-226726],[364611,-220674],[364585,-230655],[360212,-251111],[368277,-247868],[366643,-244806],[362866,-265979],[365750,-57470],[365453,-57842],[365258,-82747],[375808,-118451],[377054,-125342],[377558,-117996],[382337,-117676],[373705,-117567],[377484,-138886],[376895,-166484],[373851,-178111],[374926,-182177],[380095,-184236],[382938,-183166],[374013,-203419],[380160,-208231],[378020,-212333],[376144,-206605],[371669,-220116],[373905,-223138],[372029,-227141],[374475,-229953],[372538,-232074],[375632,-62834],[387641,-124841],[392147,-139571],[392737,-140029],[389322,-142275],[394595,-142149],[392925,-141300],[387612,-160425],[387739,-183865],[395840,-205200],[388844,-206888],[395207,-249922],[390429,-247454],[392627,-244013],[391731,-252775],[395033,-245319],[386916,-256110],[393025,-114828],[394648,44350],[404602,-136347],[398739,-202640],[401644,-208563],[397771,-206502],[405170,-211451],[404727,-206655],[404400,-221141],[402489,-242125],[398006,-237935],[405459,-237992],[404947,-245855],[397834,-243293],[400598,-249277],[405536,-248346],[404825,-252047],[403819,-250707],[400853,-258799],[400652,89571],[415850,-204372],[421379,-211333],[414179,-233167],[417715,-239867],[417951,-242765],[419626,-232915],[410657,-235523],[412530,-235752],[410650,-231528],[421485,-241609],[417175,-252333],[414564,-252868],[422303,-253163],[409656,-257821],[418058,-256909],[412156,-258599],[413452,140771],[426234,-203289],[428522,-206857],[433817,-206377],[424482,-210896],[433695,-229995],[428291,-241222],[430639,-239874],[422625,-249199],[432229,-245398],[425175,-256059],[432053,-261756],[431946,-262484],[437294,-208856],[439659,-211842],[444391,-214470],[440482,-216631],[447327,-216954],[437229,-210929],[445987,-228011],[443068,-224959],[441865,-231649],[438188,-233818],[442476,-240239],[440522,-236369],[447490,-245497],[445257,-245077],[439239,-250398],[452516,-210873],[451567,-218810],[449501,-233663],[456101,-231936],[460280,-252682],[448120,-246714],[459024,16653],[465294,-218015],[473514,-224204],[463035,-224376],[470078,-240338],[472789,-242411],[471999,-230960],[461481,-240439],[467199,-236037],[466599,-242344],[471284,-235936],[469021,-246116],[472587,-247105],[467447,-245526],[465123,-247892],[461266,-246687],[478866,-227015],[476802,-220050],[474063,-241538],[473613,-234168],[483698,-235241],[482334,-240661],[484002,-240999],[494110,-234172],[490061,-234015],[498010,-238683],[500478,-239100],[590999,43815],[635751,363609],[1060905,-124423],[1074552,-134353],[1095842,239951],[1262139,187438],[241307,-220650],[254268,-207936],[254956,-217095],[252584,-217159],[246751,-216750],[249600,-222995],[255823,-219812],[251045,-220058],[244254,-218204],[263520,-190643],[261274,-210704],[256225,-205754],[259586,-223508],[267594,-236189],[279617,-126994],[280434,-130204],[277904,-149321],[277092,-202809],[273172,-215415],[270994,-229837],[278670,-266810],[280670,-268231],[277873,-99670],[279300,-103507],[290477,-151944],[287378,-143503],[293123,-163103],[291665,-163242],[281717,-153653],[291491,-170046],[287879,-197948],[282240,-192059],[282853,-192230],[286389,-197811],[289635,-202860],[293021,-203771],[292642,-213361],[285404,-211633],[292878,-214593],[288429,-209312],[293051,-224863],[282873,-221709],[285282,-232203],[292952,-236815],[288870,-245937],[291432,-246667],[291081,-260515],[291259,-258255],[289762,-278182],[288857,-271252],[293528,-285466],[283842,-85487],[286992,-79910],[281860,-96881],[282954,-109026],[284118,-103898],[304320,-135777],[294812,-136885],[296229,-151485],[298999,-163062],[298238,-165518],[301333,-170170],[301870,-170511],[303161,-170416],[303453,-169922],[305496,-170602],[306840,-173557],[295295,-185277],[296517,-209961],[296376,-212049],[295686,-222729],[296002,-254766],[294881,-257957],[297703,-257228],[305176,-72292],[295691,-87933],[300402,-88284],[305836,-89117],[295221,-97036],[300789,-103844],[312193,-137986],[316846,-163500],[315986,-161699],[309478,-159939],[318566,-158570],[313770,-164112],[317339,-166540],[311212,-174621],[307980,-189113],[310751,-191337],[312495,-202724],[316153,-210165],[319744,-218944],[317365,-229490],[317291,-246737],[308443,-245750],[318814,-82883],[308584,-80456],[311899,-88009],[318877,-86839],[321203,-134703],[326507,-172704],[330572,-203061],[326560,-202685],[329017,-204708],[327056,-214710],[323171,-218681],[324566,-225016],[329570,-229503],[330804,-225517],[332512,-226377],[326222,-237728],[325030,-233558],[327858,-233803],[325908,-246656],[330950,-249575],[331796,-105248],[338737,-129970],[335139,-136825],[333184,-168472],[338935,-173176],[341823,-173376],[339411,-174986],[343485,-177848],[335738,-183635],[345029,-188464],[344951,-200831],[340298,-194140],[344719,-205463],[336679,-212403],[338635,-209854],[344698,-206859],[333298,-217769],[333753,-221226],[335753,-218985],[342877,-238013],[336231,-235040],[345346,-253063],[338342,-265996],[340159,-257299],[344181,-25222],[333739,-88984],[333739,-88984],[337526,-97621],[335212,-112639],[336852,68881],[338466,77573],[333733,87322],[336211,95861],[333131,100917],[335130,106416],[348825,-117647],[355429,-141348],[358263,-145801],[354227,-152911],[348767,-152847],[349993,-164593],[351690,-163696],[346615,-156207],[354066,-175323],[358129,-173920],[355658,-183134],[348634,-200438],[354274,-199406],[353521,-222509],[346439,-230203],[355668,-236053],[357938,-238242],[352958,-253262],[356334,-261673],[357642,-266497],[345846,-22899],[349518,-42623],[354767,-69409],[358317,-69081],[356906,-113556],[355727,-114271],[351790,-109826],[348129,-103196],[351915,144023],[351406,20102],[352284,123457],[366574,-133176],[365543,-146838],[359165,-156264],[364451,-155508],[364261,-163545],[369563,-165178],[360116,-169429],[368413,-173939],[364841,-169364],[359976,-188107],[361340,-199331],[364266,-198679],[369237,-197324],[362945,-197615],[369661,-199014],[370272,-200469],[361674,-208236],[363623,-228373],[359949,-229692],[364667,-224790],[358773,-237131],[366534,-231617],[366719,-239663],[371046,-232659],[367269,-248184],[367790,-259621],[362215,-267258],[367462,-47691],[364725,-58538],[363463,-63564],[368246,-75254],[358988,-106500],[369416,53254],[382421,-126123],[379895,-116581],[375285,-126950],[371419,-127351],[380344,-132349],[374275,-147587],[377769,-143642],[383589,-146463],[371960,-158066],[377088,-164917],[383477,-160078],[374903,-157673],[376783,-170879],[381437,-180880],[381439,-196000],[373941,-198352],[376786,-201253],[375519,-198635],[382217,-198156],[382937,-12089],[374476,-254455],[374125,-113865],[380833,-102957],[382177,126488],[380203,125309],[390536,-117835],[388916,-136791],[391153,-129972],[388389,-140847],[389898,-182256],[387905,-181648],[387332,-184227],[391029,-184809],[393854,-186519],[389973,-197226],[393365,-196429],[394084,-194089],[388462,-195261],[389279,-195522],[388702,-203941],[385273,-198757],[394015,-205916],[390549,-247871],[393025,-244045],[392841,-252520],[395502,-244222],[387432,-256806],[406703,-128126],[397245,-151515],[399823,-144853],[398484,-158600],[398098,-153833],[399527,-177530],[406439,-190334],[397515,-193368],[401322,-195793],[407546,-193440],[405580,-196763],[406657,-195943],[404288,-193697],[402900,-213691],[404259,-206552],[396937,-206813],[406141,-211169],[407024,-238010],[398878,-237640],[396889,-252265],[398163,-244676],[400240,-248680],[405593,-248347],[405270,-253058],[407578,-268000],[405229,-257303],[405218,-27290],[409168,-100009],[409334,-93718],[399972,-110415],[400663,-110253],[400955,-110071],[397115,136101],[402857,79634],[400446,91076],[418417,-124749],[415558,-121451],[411893,-117788],[413556,-125423],[421663,-125629],[417870,-139877],[416103,-128163],[416386,-153308],[419795,-149614],[417953,-148964],[418109,-143099],[418233,-152966],[422254,-144321],[420923,-163153],[418790,-159768],[413514,-153945],[416161,-157736],[419680,-163657],[421906,-160349],[419789,-168135],[420317,-201073],[420560,-195847],[421887,-202707],[414042,-218242],[412029,-232153],[416679,-232744],[414719,-241015],[420074,-232388],[410546,-235259],[412479,-235220],[410336,-232725],[420114,-249866],[413577,-253160],[421530,-247796],[411752,-262345],[417059,-261423],[413867,-111288],[411710,-114933],[413246,142276],[426088,-128858],[426317,-164123],[428777,-178935],[428228,-175334],[423990,-173027],[428042,-174188],[429183,-182669],[428106,-181251],[433562,-179209],[422751,-195662],[426817,-201248],[434654,-202082],[424644,-204736],[433521,-205859],[427777,-241076],[424551,-236174],[432622,-245015],[424886,-255460],[435496,-178332],[446950,-188718],[437870,-179878],[439795,-201821],[440662,-212122],[445115,-214451],[441327,-208190],[446198,-206516],[437257,-226418],[438363,-217767],[447160,-217855],[441812,-226076],[445551,-232685],[443210,-230948],[439946,-231845],[443358,-241163],[447025,-248118],[451340,-162655],[448866,-187946],[456940,-190486],[449891,-181953],[455084,-186738],[460686,-185924],[448428,-185756],[448186,-208501],[453102,-212362],[455758,-208747],[458351,-209982],[460058,-209800],[458662,-220942],[452531,-244477],[458688,15961],[458315,15425],[458961,16819],[458542,15506],[466305,-243999],[482343,-232090],[474052,-242617],[490818,-234013],[491905,36308],[591009,35246],[594492,38915],[598047,39467],[595659,42820],[635983,363833],[640440,367099],[911676,-125853],[943308,-149368],[955432,-141821],[954012,-141218],[1061128,-124659],[1060940,-120051],[1061740,-125266],[1060903,-125914],[1060962,-122824],[1061849,-117072],[1060233,-121791],[1060231,-123850],[1061275,-31048],[1064482,-125764],[1062695,-116861],[1065598,-127335],[1063274,-125803],[1071444,-133468],[1075006,-135279],[1072269,-132268],[1070111,-129947],[1070095,-128521],[1071443,-131230],[1071934,-134028],[1073741,-136781],[1066267,-127937],[1073345,-135150],[1081917,-136931],[1081945,-137230],[1078257,-139959],[1075672,-136505],[1079061,-133128],[1085868,-130394],[1082360,-131586],[1087742,-135255],[1083162,-130294],[1083484,-129602],[1087698,-143444],[1080365,-146645],[1087401,-145351],[1085082,-146070],[1081584,-147433],[1092556,-139126],[1097630,-132554],[1100460,-136780],[1089689,-141543],[1099743,-112009],[1099131,-111531],[1095847,239821],[1103524,-117699],[1103239,-116945],[1110752,-105421],[1108146,-109147],[1153827,-37468],[1156399,-30520],[1155252,-37107],[-324595,-203915],[-324485,-205077],[-323704,-206644],[1286874,140696],[1289369,151844],[1283093,284118],[1280419,124510],[243018,-194834],[248462,-222994],[264186,-187843],[256130,-220041],[259793,-223663],[277694,-140968],[276126,-150165],[277014,-189030],[276421,-205619],[270971,-213013],[271339,-226206],[279097,-266741],[275670,-80873],[277720,-96267],[282818,-125018],[290066,-148209],[288416,-143471],[293104,-162503],[294198,-166150],[285904,-157064],[294396,-169674],[282658,-191716],[290696,-198331],[286830,-197675],[290081,-203235],[292989,-203611],[284688,-203611],[288661,-213848],[283497,-212070],[293101,-214909],[288920,-209155],[288800,-224853],[286286,-225023],[287161,-231823],[290913,-255697],[286947,-245685],[291201,-247035],[291641,-266674],[291854,-258953],[281726,-269490],[289857,-271095],[285929,-281486],[285584,-80178],[284254,-98696],[283897,-89727],[291767,-91964],[283954,-108039],[284331,-102730],[282985,191246],[301197,-136146],[299817,-135629],[298631,-138902],[300736,-135674],[296311,-153124],[298535,-141915],[306095,-157664],[299261,-160923],[296310,-211677],[301189,-217935],[296266,-241001],[295285,-257166],[298671,-263582],[304502,-268120],[298946,-262361],[301555,-86494],[306911,-87851],[301525,-101877],[304365,-104551],[314538,-118302],[313863,-136799],[318017,-163525],[314561,-164591],[309620,-159135],[319760,-161715],[311509,-174147],[312805,-195013],[319473,-208905],[316873,-245917],[311375,-251961],[307488,-80201],[312143,-80230],[317669,-86179],[312713,-98493],[312387,-105622],[313310,-112904],[312387,-105622],[309937,-109305],[319548,48451],[326364,-169941],[332253,-253529],[325234,-248473],[327190,-88117],[326597,-112552],[341032,-170813],[334964,-172326],[345450,-180410],[343476,-186199],[345427,-243926],[339017,-266716],[339023,-261533],[345426,-98151],[343932,-95841],[337848,-96834],[343938,114310],[344886,103172],[345404,102672],[348467,-120485],[350558,-135088],[352600,-142621],[351351,-158482],[347236,-157184],[347465,-178289],[351554,-177312],[347960,-177934],[349039,-210050],[349545,-223639],[352110,-237504],[358209,-237161],[348680,-252240],[353891,-266625],[356705,-266557],[355864,-72730],[355297,-72131],[351296,-101752],[352839,-113330],[358313,-105902],[357490,137371],[352425,143919],[356587,48683],[354378,62280],[356535,62433],[352328,62875],[357285,52039],[354665,65069],[345823,72793],[356698,69792],[355375,120818],[353404,125382],[362206,-116708],[367385,-136404],[369517,-150438],[358886,-149408],[365935,-148080],[365883,-159374],[370004,-155213],[364145,-156770],[358579,-155725],[364978,-169746],[365671,-167964],[368590,-167091],[365844,-204212],[358460,-240041],[358888,-232579],[367440,-232987],[360206,-253649],[368491,-257656],[369688,-259840],[363346,-267291],[363657,-35456],[367035,-49253],[359289,-57898],[359784,-56520],[360949,-57380],[367421,-67236],[365345,-70725],[367559,-67795],[367209,-69917],[361578,-80230],[359721,-114264],[362726,133436],[363907,46509],[359799,50385],[362882,46914],[362443,46974],[361598,42069],[369732,45046],[364169,62797],[363989,61866],[360966,58990],[362434,52771],[360822,52363],[364477,52619],[368044,59333],[366823,75207],[366429,74402],[365452,74739],[365510,75256],[364960,67736],[366411,69196],[363213,72648],[363452,66755],[363242,68421],[360325,65520],[361340,65621],[364458,64369],[366400,77984],[367150,79948],[368579,80295],[369083,78831],[369974,81791],[370424,82549],[368452,81176],[370563,91123],[361505,97856],[377413,-127672],[378557,-133964],[371826,-130174],[377143,-136308],[371428,-149548],[381782,-140891],[380624,-157421],[377207,-158465],[375996,-167848],[378612,-173390],[377422,-180942],[378311,-200243],[373183,-231863],[377469,-246643],[376063,-62597],[373494,-63593],[374851,-114298],[382741,133904],[374233,43420],[380431,39651],[382178,38683],[380295,47701],[382425,45482],[371692,48146],[375488,43826],[376405,49301],[372860,47605],[371652,55481],[371642,57053],[372037,57818],[374229,58977],[373939,57348],[375354,60495],[373157,73314],[372194,84572],[372730,82925],[373409,81653],[372477,96259],[380016,125579],[384094,-129741],[388366,-133378],[386865,-143729],[384379,-140892],[384822,-177514],[389327,-182149],[385843,-184832],[393134,-203054],[388891,-203897],[396772,-214694],[390865,-247204],[391854,-244503],[391968,-251945],[386859,-257026],[406805,-128057],[406041,-205180],[397917,-206779],[406856,-211066],[409402,-219415],[401357,-241618],[398648,-237796],[400624,-9149],[401542,-8045],[406980,-248572],[398505,-253960],[397046,-244466],[399585,-249123],[405625,-248313],[405554,-253264],[399631,150706],[407199,119899],[419668,-201020],[411672,-224201],[418664,-232393],[410919,-234983],[412738,-235563],[411247,-231728],[410231,-12377],[417613,-251574],[413577,-252448],[413256,-258705],[414683,-261638],[411952,-268588],[415379,-267730],[410674,-34862],[420069,17941],[420301,20015],[411861,47613],[426968,-205534],[433053,-205179],[422732,-240506],[427545,-241329],[423373,-232387],[432801,-251644],[423596,-248886],[425036,-255641],[432381,-245446],[431305,-24712],[432744,-84370],[438604,-211143],[443986,-214366],[440037,-211644],[445465,-215366],[445753,-216851],[440805,-217552],[440863,-225678],[437299,-231340],[445984,-233720],[444304,-234342],[441097,-231444],[442558,-240465],[438311,-70077],[442120,166983],[435386,24348],[460483,-221268],[449255,-250408],[455881,-246947],[454664,-14027],[457822,202790],[456259,84783],[472554,-244247],[467872,-244632],[462832,-47531],[466383,128649],[462418,187624],[464729,208091],[463700,73428],[477886,-225715],[473784,-232345],[481289,-84730],[483425,191585],[476497,199805],[477980,14270],[493579,-238724],[487468,165508],[489797,158274],[494581,214685],[494323,74338],[499330,187629],[499422,33617],[513796,182078],[516955,218013],[522011,268890],[512941,38454],[526837,-29731],[537362,263673],[547548,256576],[554188,161369],[559909,277713],[574890,-76094],[570558,222430],[565855,249913],[571358,288996],[571742,307840],[578987,-32545],[576729,265598],[588755,271353],[594640,-53316],[591906,255245],[595402,295559],[592004,303915],[591995,29002],[590402,43391],[593613,41015],[593540,40270],[595931,42723],[590633,39797],[599555,39118],[590571,43861],[594807,41682],[607780,306781],[605324,308020],[617059,272598],[625411,306373],[614910,340648],[622511,342453],[637570,222677],[628344,228423],[634654,351905],[636526,362812],[640021,366789],[659774,246848],[664989,321753],[660365,375867],[663593,375152],[675413,392957],[671288,89171],[669427,89682],[675047,101813],[678006,97007],[677190,94435],[677754,94040],[676066,97341],[674955,96957],[674118,96663],[673272,97308],[672845,96466],[674898,97721],[677536,97340],[675915,95079],[676712,94626],[676042,93712],[676333,92471],[672223,96550],[674322,92543],[673955,93098],[676266,96711],[669276,92162],[676390,96797],[672903,95681],[673139,95540],[671276,96999],[674797,98711],[677440,97311],[679742,257966],[686899,373772],[679570,385765],[686516,396670],[681453,100197],[679203,101656],[683242,101083],[680289,99439],[680349,99562],[681118,101429],[683775,100411],[679786,98275],[680015,96946],[678792,98423],[698545,377978],[705681,367741],[716551,390782],[741946,-171926],[731810,374745],[736743,398844],[754527,-179551],[750358,-187179],[745919,-200490],[752724,339951],[744991,384835],[750379,396348],[749276,398518],[754530,402520],[755776,-189314],[760142,385418],[755281,414114],[771777,390849],[777546,388555],[775013,399722],[815342,371890],[865449,377544],[877867,-121593],[874487,-137572],[872371,-150815],[928457,-118258],[930595,-179760],[926229,-95922],[933054,-96832],[948902,-129411],[963104,-138633],[973998,-120333],[986988,-70644],[986810,-104006],[1000761,-147108],[1008328,-165892],[1008836,-163401],[1002288,-88699],[1009477,-110675],[1012714,-93029],[1026633,-109629],[1047373,-132598],[1061019,-120192],[1052912,-120887],[1062082,-153797],[1059472,-108607],[1070427,-130739],[1069014,-128633],[1086200,-103440],[1100619,-123835],[1094888,-105091],[1104306,-139735],[1110399,-91933],[1134652,-81159],[1140458,-12240],[1177293,16853],[1175677,20507],[1179319,-2237],[1192467,-3320],[1202592,285502],[1211533,190380],[1215720,284109],[1203963,318880],[1205178,36817],[1222299,181611],[1235317,144518],[1240994,275011],[1233386,304744],[1241303,84213],[1248379,66269],[1248687,98725],[1259659,133045],[1266936,240802],[1266025,265651],[1265169,292088],[1257257,299956],[1262845,111285],[1259886,121908],[1270206,280691]] \ No newline at end of file diff --git a/src/gathering/a10114.json b/src/gathering/a10114.json new file mode 100644 index 0000000..e331b9c --- /dev/null +++ b/src/gathering/a10114.json @@ -0,0 +1 @@ +[[-246054,-304360],[-245762,-299832],[-249548,-324760],[-251465,-333881],[-262314,-307615],[1284600,251016],[1281169,252734],[129195,408070],[132454,127504],[156327,139775],[155377,82101],[178619,-122621],[171412,73915],[178435,84384],[177535,83292],[178389,83373],[178819,82065],[179181,81350],[178303,105443],[191030,140328],[179911,81180],[202785,72043],[195419,113657],[215694,-39875],[210540,95502],[206513,112436],[230156,-23725],[221688,-38114],[229208,-37711],[223384,-26484],[229458,-26333],[225599,-27851],[227787,-40388],[222752,245935],[236771,-35783],[236880,-33252],[232377,-39283],[243173,-69303],[232994,60207],[234206,98449],[248219,-52275],[251360,65495],[253705,99450],[243427,120298],[260932,-29785],[264908,-34746],[273501,-54915],[282540,-60770],[291252,-71243],[291669,3214],[295313,-5976],[306644,-2],[301012,7536],[1005110,212580],[100550,56854],[99515,73840],[93750,111092],[104342,416832],[111250,101689],[1202750,260459],[1215784,146801],[1212137,155367],[1214499,160144],[1207960,156668],[1212750,215600],[1215455,208858],[1215237,207657],[1210882,258884],[1213542,265340],[1208964,261628],[1227676,144048],[1225828,152134],[1221028,149057],[1218069,150335],[1218606,147560],[1227214,158459],[1226248,166041],[1222531,165951],[1219631,156342],[1223976,155748],[1216637,161381],[1228372,191236],[1220985,186591],[1226461,204516],[1228645,204895],[1227133,199983],[1227211,197161],[1218413,203290],[1220043,209247],[1227839,206422],[1227301,208430],[1228694,258615],[1236054,138996],[1231415,152957],[1233819,151423],[1236754,149617],[1231835,142674],[1229295,143405],[1236870,154468],[1237918,156237],[1229962,161273],[1229542,155663],[1231819,157444],[1232803,161733],[1236136,159371],[1237410,173411],[1236188,173281],[1237880,174784],[1235396,173401],[1233533,171005],[1239059,172625],[1241416,182793],[1231422,189614],[1229369,191049],[1236999,190712],[1236818,198079],[1238717,195563],[1231526,207580],[1233932,208642],[1233608,209788],[1230271,212488],[1231224,212529],[1235365,209692],[1241250,212017],[1237983,212945],[1235486,216762],[1233028,215873],[1235742,220488],[1234485,218967],[1240441,236342],[1231853,261352],[1237798,260751],[1229348,265986],[1241328,258166],[1240759,128114],[1242202,136953],[1241693,132608],[1246439,149917],[1242165,141339],[1251934,143778],[1247801,148233],[1249182,150251],[1247115,151204],[1251471,162041],[1251316,159160],[1244874,155668],[1243744,157802],[1246248,154097],[1244667,154831],[1247183,156453],[1253653,159422],[1248854,166270],[1250278,164471],[1252772,171475],[1251824,168149],[1244519,170875],[1245266,173391],[1244038,173655],[1243513,173279],[1248517,190054],[1253642,188242],[1242473,183451],[1246122,181236],[1243301,185653],[1242040,188125],[1252064,185528],[1246197,189530],[1253159,182546],[1253064,181004],[1249368,182215],[1249833,193727],[1244581,195355],[1242416,195945],[1246318,198458],[1244414,197569],[1249466,199334],[1243275,204342],[1247121,202557],[1243202,202248],[1250743,192316],[1251429,194533],[1250666,204881],[1254251,195854],[1252187,207451],[1250920,210381],[1253075,205590],[1247371,229524],[1242157,239512],[1247523,235355],[1246729,236254],[1253439,244370],[1253451,255653],[1244909,254300],[1246311,250651],[1252826,259520],[1243866,266360],[1266289,157589],[1263134,162915],[1256703,162945],[1259451,160089],[1266096,156100],[1265910,165178],[1254804,163483],[1265086,170887],[1263612,167867],[1265591,167114],[1266401,167185],[1254785,167749],[1257705,191533],[1266304,191200],[1254554,185282],[1259473,184442],[1258034,193693],[1257324,201622],[1256208,204290],[1266656,201537],[1255871,209128],[1255166,228608],[1256437,243002],[1259040,236066],[1258311,234328],[1258472,231199],[1261618,237900],[1263443,243285],[1260258,241293],[1268827,151928],[1268853,165377],[1268096,163396],[1269412,161006],[1273474,159013],[1272502,157645],[1273587,157079],[1271619,171151],[1267589,173974],[1270079,198050],[1273091,242191],[1272754,250538],[1277707,252501],[1277405,260609],[1276441,256893],[-246519,-296279],[-247089,-320026],[-247296,-325922],[-257376,-295026],[1287581,252613],[1282127,251456],[136749,56396],[135602,62236],[134354,77229],[132259,95545],[141273,19271],[145392,39597],[149736,98548],[146392,128172],[165159,-5816],[162088,-14368],[160110,-20424],[157908,23203],[157037,89172],[162937,109973],[175266,-118742],[175312,-11900],[168643,-23780],[173680,-34670],[177158,2578],[178587,135664],[174527,47660],[169335,40524],[177956,84523],[178393,84687],[170309,81850],[169400,105769],[191187,-24374],[191719,-12665],[182474,-12959],[186335,-28834],[190395,37300],[186060,36435],[181913,43761],[189944,113282],[179890,111255],[189448,113636],[203245,-10033],[196909,-25457],[202916,-58823],[196042,-54746],[200654,-65007],[194823,1538],[197870,11648],[193793,6660],[192203,132221],[197582,36779],[197447,50958],[203546,41535],[196468,42219],[199412,127230],[210956,-37564],[217099,-28751],[214172,-37717],[205663,-30820],[208448,-68240],[214549,-73095],[208611,5238],[212283,5075],[214540,57912],[209059,53953],[206472,76215],[222190,-10139],[230273,-25167],[219792,-21339],[218684,-13118],[223214,-27901],[219204,-40578],[224365,-39583],[228491,-38350],[220605,-44365],[221302,-65291],[223905,11323],[219840,148722],[220033,247757],[224648,56447],[229547,95674],[225727,99664],[217756,97997],[232334,-37381],[234572,-36374],[238186,-33385],[232165,-26287],[237813,-53788],[239106,-68443],[233461,24464],[242641,23485],[240653,43439],[234796,56083],[235070,70505],[244667,-49423],[253912,-62709],[244096,35108],[243369,120894],[259583,-35678],[264519,-28461],[258418,-67605],[266535,-75336],[256396,8271],[256185,22345],[266534,24013],[257860,67452],[278512,-139606],[280604,-9333],[277178,-18275],[273642,-53468],[279320,-61300],[277576,10684],[276526,72212],[288949,-25681],[293510,-71504],[288257,11457],[290741,4532],[295842,-5925],[301734,-121],[306846,-9365],[305642,-3089],[302287,-14393],[300323,4795],[302292,9526],[296566,8166],[296028,7133],[312667,-1625],[400549,-406],[830503,-116224],[831635,-131987],[830061,-130878],[829691,-131016],[831485,-112643],[836520,-118869],[835686,-121609],[834398,-119979],[836334,-120861],[837739,-120760],[835014,-124650],[844458,-126732],[836322,-127039],[842575,-116741],[832778,-132162],[844236,-129941],[844199,-129068],[839267,-88737],[838605,-96268],[840271,-96279],[844665,-96877],[841731,-90348],[834222,-113761],[833220,-113185],[845878,-125531],[849195,-118839],[849241,-120724],[848643,-120985],[849952,-120215],[850151,-120184],[849699,-120379],[850397,-119405],[848524,-118336],[848614,-118649],[857473,-119985],[854949,-123947],[855139,-124430],[853125,-123812],[853099,-123269],[855042,-123788],[846121,-126098],[847389,-122505],[856858,-133985],[847276,-86163],[848056,-86419],[847385,-86577],[854833,-88321],[846782,-92915],[851978,-91219],[853902,-93491],[853816,-93736],[854059,-93389],[848031,-114918],[849410,-106768],[847535,-109159],[845044,-108226],[845989,-107417],[845987,-107597],[850995,-106566],[852591,-102866],[862767,-120784],[864429,-120458],[862948,-122795],[859326,-120158],[859492,-118005],[864150,-126847],[866299,-140500],[860711,-140042],[870143,-135538],[864933,-142967],[864859,-140752],[861776,-140525],[861539,-140778],[863599,-146240],[863644,-146470],[859378,-88094],[858312,-95794],[858233,-95322],[858847,-102895],[871253,-118505],[878309,-121201],[877933,-123005],[877042,-125703],[876360,-128594],[872909,-128251],[873470,-129209],[873746,-138781],[873684,-138321],[875167,-137744],[881016,-134591],[877293,-146146],[876804,-114297],[877145,-112377],[876799,-114082],[874260,-113902],[874729,-111994],[100316,57230],[101331,55818],[94643,82931],[93164,110010],[1215380,148194],[1214089,146774],[1215781,143692],[1212621,155025],[1213191,157587],[1215447,161528],[1209907,155038],[1213192,215264],[1215059,209216],[1213463,206012],[1204735,261100],[1212598,264133],[1209730,262306],[1227404,144030],[1226022,141826],[1224693,152906],[1220713,150618],[1216848,150113],[1219242,146573],[1227374,143915],[1228717,160659],[1227681,157858],[1220330,164178],[1220850,155756],[1225304,155381],[1227223,166184],[1221855,167441],[1228074,191058],[1219834,187752],[1225665,204755],[1227931,200046],[1227496,197679],[1220662,204444],[1219876,209547],[1227483,206597],[1228006,259146],[1240756,128387],[1232949,153028],[1236904,152909],[1229191,153435],[1237342,150137],[1233363,143759],[1237949,156603],[1230182,155742],[1232599,157960],[1234098,162020],[1235294,157894],[1236853,174682],[1238422,174164],[1235547,172106],[1233551,172522],[1233500,171286],[1238972,172381],[1232535,185306],[1231656,189889],[1229578,191209],[1235370,191061],[1236590,198603],[1238755,194057],[1236103,201635],[1229726,204551],[1231933,207939],[1233713,208454],[1233536,210615],[1230032,212659],[1228929,211926],[1230352,213713],[1240656,210725],[1237843,212186],[1235012,215972],[1233008,215882],[1233877,218065],[1235963,220704],[1239342,237397],[1229187,267363],[1230411,263407],[1238201,260886],[1241300,258708],[1241900,137303],[1246419,149498],[1242653,141901],[1252620,144270],[1248118,148377],[1250226,150493],[1247450,152712],[1250544,165499],[1252821,160824],[1249385,162428],[1251559,158566],[1252362,155461],[1244812,156205],[1244669,158085],[1245277,154180],[1248222,156816],[1253579,159343],[1248936,164202],[1248866,161822],[1241888,173474],[1245241,170684],[1244223,173753],[1245112,174371],[1245160,171976],[1248276,191435],[1244778,186709],[1251939,189762],[1241708,183930],[1242737,182630],[1244965,183390],[1243172,186192],[1244110,185827],[1241656,188641],[1252044,184965],[1245974,189287],[1253431,181506],[1254021,184309],[1253014,181907],[1251818,183031],[1251349,181906],[1249328,181052],[1249686,193601],[1245388,193940],[1242390,196068],[1246076,198988],[1244118,198078],[1249715,199131],[1243926,201751],[1243954,203167],[1253740,197002],[1252434,193874],[1250961,203108],[1252350,205162],[1249830,209904],[1248127,209948],[1253273,208156],[1242807,239213],[1247369,235647],[1246297,236409],[1254052,243963],[1252982,254441],[1247941,254902],[1245609,254105],[1246091,251962],[1253100,259794],[1266358,156867],[1265244,159629],[1261896,162684],[1256105,161194],[1257934,161770],[1266947,155168],[1265773,163723],[1255034,162603],[1255675,167413],[1265024,171876],[1266577,173809],[1263393,167092],[1265466,167429],[1254700,166915],[1267081,167236],[1257718,190933],[1255966,188927],[1259602,184321],[1255388,189959],[1266707,189921],[1257174,194108],[1255983,203432],[1255655,204489],[1266790,201552],[1256171,208136],[1256022,229887],[1259623,231034],[1259714,235752],[1258005,234386],[1261777,238008],[1261902,243181],[1256307,243495],[1265438,244796],[1268546,151607],[1268358,165989],[1271078,159674],[1271886,158411],[1272770,154457],[1273331,171522],[1268422,198045],[1272686,251047],[1277706,252674],[1268142,257142],[1276566,261276],[1277491,257429],[127006,110631],[123575,106067],[-1326317,1381486],[-242084,-317486],[-249327,-296505],[-252602,-308827],[1284775,250863],[140261,131359],[137515,115259],[144593,107853],[167374,131621],[170396,73864],[169302,81751],[177266,105585],[190866,143496],[186041,121230],[188818,116654],[199611,110187],[198126,127891],[214287,-36456],[212663,152186],[205582,73030],[217158,96264],[229994,-23361],[223344,-26766],[229558,-25505],[225364,-26250],[219288,-41590],[223122,-41285],[230428,-35083],[235540,-36993],[238480,-33683],[231443,-39453],[237846,97967],[234071,97235],[245417,49907],[258403,-34632],[263821,-36622],[256522,67229],[271488,-54683],[275588,89182],[282783,-57922],[291231,-72267],[289147,6576],[283418,70667],[295791,-2634],[303812,3175],[295852,5656],[100207,63369],[98525,73302],[94319,83352],[94756,110815],[110374,76414],[108710,107279],[1202575,260549],[1215912,145983],[1213149,157753],[1215457,160234],[1209735,156143],[1212903,215352],[1214624,209658],[1212122,259070],[1213255,264085],[1208616,261823],[1224547,152492],[1219849,149859],[1218062,149771],[1217518,148239],[1227822,144127],[1227673,158947],[1228663,153910],[1218886,156016],[1225445,155852],[1216108,154162],[1227650,167173],[1221593,167394],[1219191,186756],[1226080,204261],[1219760,204466],[1219394,210097],[1227304,206604],[1236801,138775],[1231914,153644],[1236611,149437],[1232458,143424],[1236201,154117],[1229037,160820],[1231845,158496],[1233613,161807],[1235345,158066],[1237700,174881],[1235339,173241],[1239016,174327],[1234332,172364],[1233747,173161],[1233415,170994],[1238286,171329],[1232413,190127],[1229351,190720],[1236329,190635],[1237210,197952],[1239043,194532],[1229324,204705],[1228984,199206],[1231854,208204],[1233488,208638],[1233763,210561],[1230368,212414],[1230891,213229],[1241110,211488],[1238184,211272],[1235765,215556],[1232643,216487],[1236508,221158],[1233843,218021],[1240072,237573],[1229100,258285],[1232292,262176],[1237328,260731],[1241446,258787],[1229274,265919],[1240179,127956],[1242131,136517],[1246136,148995],[1246116,151722],[1242257,141835],[1252293,143756],[1245146,153369],[1247867,147746],[1249163,150366],[1246766,151726],[1253356,164138],[1251825,160154],[1249382,163916],[1250360,158468],[1252507,156983],[1244779,155546],[1244325,157796],[1253913,159188],[1248822,164319],[1248002,161855],[1252894,170694],[1250362,168240],[1244350,171088],[1245387,171923],[1245670,173079],[1244225,172321],[1253158,191045],[1243550,187024],[1253746,188276],[1242343,183439],[1245154,181490],[1244783,186422],[1252698,185197],[1245727,189389],[1251510,183592],[1254021,184373],[1253038,182336],[1248799,194116],[1244700,195460],[1242936,195844],[1246235,198316],[1244132,197660],[1248338,198928],[1245553,202937],[1244285,202708],[1252669,193749],[1251950,203651],[1252280,206628],[1249741,209778],[1248418,208560],[1253746,212050],[1247725,235910],[1245726,237007],[1252336,244440],[1252649,255586],[1248979,254892],[1243710,254945],[1246509,250927],[1244893,265861],[1265591,159632],[1263490,161711],[1255160,161966],[1257942,160343],[1266430,155271],[1256699,167170],[1265227,171991],[1266587,173916],[1263295,167552],[1264418,182790],[1264625,185281],[1258474,184566],[1256202,197664],[1258063,193376],[1258136,192714],[1257970,201024],[1255933,204651],[1267145,201695],[1255144,206119],[1256451,207996],[1255529,229107],[1259134,236826],[1257539,233082],[1259227,231589],[1261364,236188],[1260831,242742],[1255421,246082],[1256824,243482],[1263142,244895],[1267097,257346],[1268545,153727],[1268072,164224],[1269261,160888],[1270207,164505],[1272589,159350],[1270530,157256],[1268573,158024],[1272301,157516],[1270595,167880],[1269187,198394],[1267548,192893],[1273242,252031],[1278021,252446],[1278158,260191],[1276588,258088],[-241983,-324540],[-243517,-301693],[-255167,-337897],[-257644,-295142],[1287951,253116],[1283147,250487],[139188,49465],[129236,78201],[136593,99544],[145459,21628],[142399,30318],[149810,96820],[144146,124185],[162519,-6688],[155311,-15440],[157147,-21599],[164270,-23465],[162687,24633],[154760,102260],[162001,102021],[165876,109855],[171579,-6748],[177105,-14187],[173034,-39698],[168054,11505],[173939,39868],[169389,81914],[169404,82292],[176087,101628],[175665,111105],[179777,-149481],[184082,-9017],[191374,-16830],[191646,-23097],[189616,-25970],[187524,33774],[183603,38063],[185957,44900],[179822,81020],[179767,81609],[180157,83136],[180533,82470],[188803,114738],[188333,126450],[193967,-3231],[192454,-14491],[196653,-24624],[195648,-55140],[197598,-66231],[200262,5746],[193002,9067],[200430,30570],[203032,44561],[192386,50020],[194270,42492],[196811,110570],[201116,124727],[197865,126330],[214146,-202420],[206004,-7865],[214766,-28612],[210448,-37410],[205346,-37512],[215257,-39101],[216926,-49947],[209801,-61912],[216822,-64413],[210564,-74621],[214172,-73098],[208142,10232],[213382,7107],[207445,143834],[212939,54117],[204831,52932],[205816,70833],[209596,95624],[218334,-11939],[220981,-8688],[219782,-21971],[228037,-37251],[224524,-26180],[228191,-25501],[226826,-27350],[220644,-38810],[224659,-41770],[218941,-47637],[226103,-57104],[217494,-72236],[221415,-68226],[220022,246001],[224077,16337],[225093,57331],[226127,102783],[231924,-25825],[232134,-39355],[235044,-39112],[237699,-57787],[238069,-67335],[231914,23667],[237933,25702],[242554,45868],[241222,54979],[238497,64586],[237903,88817],[232434,120304],[249197,-52194],[251376,-61874],[255615,9473],[252388,18376],[244710,39958],[258459,-35525],[265426,-32459],[260055,-67713],[261097,-74614],[262664,25530],[279267,-140131],[273194,-8927],[272398,-56112],[278649,-61738],[278504,10385],[278439,11358],[269424,18832],[280478,69794],[289103,-22395],[290197,-16637],[291179,-71715],[289758,6759],[291981,17624],[287034,18808],[302686,-260],[296699,-5028],[298551,-14166],[304222,607],[298056,7703],[305263,4853],[295512,6515],[308551,-9899],[308211,-1712],[98400,61028],[101981,54851],[100324,56581],[97467,74053],[99365,73832],[94678,110929],[96099,121741],[95186,123485],[103732,98873],[103062,120836],[1203098,259901],[1215763,147112],[1215230,148147],[1215087,153900],[1212757,155172],[1212408,157106],[1209473,157021],[1212691,215788],[1215032,209170],[1215532,206805],[1211049,258292],[1212633,264382],[1211167,260809],[1228147,144281],[1220704,150835],[1217997,149688],[1218646,145996],[1216777,144729],[1227044,143107],[1226394,158430],[1226902,163606],[1217444,162105],[1221215,166405],[1219822,155691],[1224340,155211],[1217205,161058],[1226808,166601],[1228639,190054],[1228610,195052],[1226216,204095],[1226459,196965],[1219966,209185],[1228774,211819],[1228765,206517],[1220494,205370],[1227868,258521],[1241385,142773],[1232915,152862],[1234389,152495],[1236516,152703],[1237848,149884],[1236106,154206],[1228850,161754],[1229018,154850],[1233070,159355],[1234512,162663],[1234874,157902],[1228816,153830],[1237712,174808],[1237302,173600],[1238847,174614],[1234831,171911],[1234286,171944],[1238230,171469],[1241175,182805],[1231586,190040],[1235509,191005],[1237233,199279],[1238724,192436],[1229033,199731],[1231756,208253],[1233836,208706],[1233692,210374],[1230357,212149],[1231067,212947],[1241088,211593],[1237735,211804],[1231396,205576],[1235966,216265],[1232678,217063],[1235354,219691],[1234905,218647],[1240108,235867],[1228890,267275],[1229529,262246],[1237862,260505],[1241454,258976],[1239296,128019],[1242017,136468],[1246492,149351],[1252096,143926],[1245328,153669],[1250353,151144],[1247943,151870],[1253670,164431],[1250592,165552],[1251743,161976],[1251709,158648],[1252653,157079],[1248769,156542],[1244132,155737],[1243260,157582],[1248636,156375],[1253572,159737],[1248613,165551],[1249860,162162],[1252686,170390],[1251837,167728],[1242060,173926],[1243868,170375],[1245247,173720],[1244603,174715],[1242806,173114],[1246692,191032],[1251790,190552],[1241689,181999],[1245202,183155],[1252280,185749],[1245901,189469],[1252281,181640],[1252105,181436],[1249679,181559],[1251921,180910],[1250659,192162],[1249870,194252],[1244597,195208],[1242647,194985],[1243610,197417],[1248803,199444],[1245519,203417],[1247222,202398],[1250857,203291],[1252230,207737],[1253008,205453],[1247432,235617],[1246741,236930],[1252519,244205],[1252909,254593],[1246851,255514],[1245352,254042],[1246425,250598],[1244443,266705],[1261676,161444],[1256328,166313],[1256618,162790],[1258202,161812],[1267060,160208],[1265290,172357],[1263936,167161],[1265852,167153],[1266589,167456],[1264807,183141],[1259255,190641],[1254501,185034],[1258591,185195],[1266509,191561],[1261628,199400],[1266246,197266],[1255217,197272],[1257493,194445],[1266199,202061],[1256716,207402],[1256098,229248],[1258675,231177],[1256017,243254],[1259130,235579],[1257188,232780],[1261428,238005],[1260360,241163],[1264571,242718],[1273422,158728],[1271357,156838],[1267846,158063],[1268964,153982],[1272944,155792],[1267298,155588],[1270899,170603],[1269522,197975],[1274302,250211],[1277442,260747],[1276771,257654],[-250707,-304603],[-255659,-305689],[-249898,-320370],[-247204,-332287],[-85246,601238],[-101739,598517],[-92471,599587],[1281906,250747],[1280480,253023],[1286690,253756],[139863,126081],[131466,115836],[161472,124899],[173125,74958],[169432,81963],[178371,102436],[181364,135538],[188688,119064],[204369,133111],[214532,-202138],[211665,-36336],[208520,75510],[216990,96554],[208758,118138],[228750,-25253],[227343,-36464],[225186,-28545],[228545,-28925],[226949,-27158],[219860,-39305],[223328,-38797],[223218,131991],[224417,76849],[230009,103217],[237145,-33118],[234711,-41085],[233335,-38201],[241759,129509],[237480,88936],[236150,114324],[249411,-52623],[247689,49760],[251988,77152],[259538,-33222],[265754,-34154],[275668,-53454],[280822,-55640],[293058,-72759],[290820,5650],[284918,78368],[297952,-6202],[301279,7811],[99449,56370],[94471,110901],[107410,95581],[102858,120989],[1211363,158038],[1208447,156882],[1212233,216570],[1214731,209585],[1215768,206610],[1203421,260844],[1211104,258915],[1213154,264365],[1210708,261403],[1228432,144327],[1223683,152527],[1222737,150735],[1219025,149723],[1218851,147953],[1216280,147650],[1216437,142332],[1228421,143171],[1228664,161316],[1227348,157145],[1220259,164238],[1220769,155886],[1225229,155974],[1217218,161560],[1216371,154281],[1227776,167339],[1221141,166935],[1227877,191246],[1219177,186821],[1226325,204639],[1228021,199929],[1227257,197259],[1219893,204189],[1219277,210284],[1228061,206305],[1228303,256224],[1239156,132170],[1237896,137892],[1241563,142979],[1234537,152321],[1237376,152329],[1229751,153666],[1237408,149979],[1231831,153958],[1235601,154045],[1237859,157805],[1229840,154853],[1231775,158618],[1233693,161964],[1235211,160065],[1237727,174743],[1238890,174415],[1234208,172653],[1234093,171789],[1239223,172360],[1241041,183430],[1241464,182657],[1233001,184688],[1232935,189527],[1228976,191317],[1236923,190597],[1237372,199622],[1238897,194680],[1230351,207901],[1233367,208762],[1233927,210312],[1230461,212484],[1229776,211126],[1231251,213050],[1235946,209706],[1241529,211357],[1238646,212092],[1236415,216128],[1232931,216095],[1229879,205331],[1236584,220415],[1233581,218835],[1241177,235324],[1241187,235044],[1229764,266520],[1231962,262064],[1237073,261490],[1240597,257904],[1241126,127047],[1245943,151332],[1252532,143782],[1245266,153155],[1247453,148182],[1250695,151208],[1247622,152562],[1251132,164654],[1252810,160901],[1251116,163225],[1250510,159648],[1252031,156503],[1243307,158258],[1244667,154831],[1248490,164029],[1249105,161339],[1252541,171459],[1251071,166935],[1245737,172202],[1244716,173427],[1244488,174597],[1244006,171875],[1247305,191639],[1251843,190030],[1246442,186995],[1245164,182159],[1242742,185968],[1244678,186317],[1241960,188009],[1251836,184925],[1243922,190245],[1250995,191432],[1251893,181602],[1249761,181489],[1250754,195159],[1245280,193817],[1242578,195685],[1243616,197571],[1249000,199444],[1250366,202408],[1245651,203034],[1243831,202483],[1252500,193370],[1252543,204608],[1252233,206456],[1251108,210980],[1248424,209221],[1246786,230153],[1245795,236859],[1251927,243748],[1253660,255618],[1248242,255454],[1244667,254988],[1246511,251042],[1243888,265036],[1264113,162139],[1257166,163662],[1258249,160214],[1266173,155965],[1266007,165031],[1254846,164249],[1254980,159292],[1256366,167696],[1265318,173969],[1263306,167007],[1266251,166957],[1265721,167147],[1264493,183157],[1265742,186701],[1254482,184828],[1259022,185603],[1266177,197408],[1255322,197388],[1256261,194433],[1258056,192553],[1256217,204472],[1254441,205487],[1255771,208875],[1254741,230113],[1256199,243347],[1258960,235469],[1257905,234713],[1259073,231962],[1261395,235365],[1260564,241360],[1257805,243996],[1263363,244713],[1268730,165674],[1271400,160765],[1271372,160630],[1272740,159382],[1267429,159741],[1268446,154527],[1272203,157530],[1271140,169420],[1267283,173903],[1267763,191786],[1267941,198955],[1267793,202478],[1274281,243384],[1274537,252149],[1276968,252695],[1268405,257060],[1269135,259737],[1277706,260770],[1277609,257370],[258898,-9003],[275105,-118162],[271649,-120960],[273268,-124695],[280544,-122595],[280598,-85319],[281885,-119585],[293824,-126208],[293418,-120949],[290841,-116739],[286613,-147339],[292954,-25008],[289426,-86944],[289215,-78828],[283753,-89134],[281922,-90087],[283570,-111795],[295749,-132098],[296936,-95592],[296664,-92870],[302019,-97993],[297607,-106407],[294966,-107728],[314962,-169193],[312569,-80757],[311879,-82390],[308042,-78160],[324190,-82720],[344288,-127893],[342389,-151427],[343711,-184556],[353862,-151561],[350843,-165572],[352094,-177932],[346098,-187123],[354649,-186035],[354576,-109906],[357697,37006],[350798,61296],[350140,59925],[351056,62016],[369045,-117670],[359028,-149858],[367051,-161896],[368447,-160575],[359128,-179989],[365561,-34849],[365241,-58033],[362509,-57096],[364868,-55398],[364000,-114274],[361000,-114407],[370592,38409],[369948,42906],[370527,40019],[360016,60279],[360220,62918],[364685,62972],[362913,62703],[361755,60760],[363782,60685],[360652,57316],[360744,58233],[362879,52008],[371108,56832],[370155,56608],[366618,74709],[366244,73965],[365448,68695],[366147,69117],[363673,72278],[363208,67944],[362792,66792],[360903,64775],[367016,78704],[368400,78911],[368217,81443],[369339,81619],[369258,81911],[370293,83956],[365841,83078],[363083,78769],[371176,100204],[363149,114479],[380246,-115535],[374279,-117518],[372341,-132705],[383571,-128438],[377199,-163155],[375494,-179398],[377931,-3519],[375913,-3826],[376383,-4176],[371534,-31073],[382619,-41302],[376192,-76378],[382156,-69640],[381571,-67376],[379492,-66095],[371773,41051],[376476,43548],[381583,41049],[377179,44779],[377589,48342],[373986,50293],[373045,42995],[379927,51500],[371323,60621],[375751,59338],[379453,60183],[378667,56896],[377732,57376],[375937,74055],[373595,68590],[371225,85617],[374082,82879],[372191,82047],[371393,89637],[377862,88729],[379572,87462],[379452,87146],[380121,88413],[379834,88786],[375022,97060],[372631,97179],[372850,98022],[373829,98677],[371635,98758],[373626,98132],[374313,97489],[374647,97211],[373959,96011],[373762,96299],[374733,96001],[376287,95557],[377774,94560],[377146,92980],[379026,91395],[378909,91094],[379287,92007],[377816,90229],[385056,-117282],[388709,-138085],[386490,-150419],[386410,-149452],[394638,-142666],[386851,-164462],[384219,-175966],[385374,-180104],[391275,2272],[385644,5329],[396429,88729],[401164,-123972],[408007,-118821],[405091,-130715],[406551,-134292],[403188,-5656],[400094,-107415],[400899,4207],[409229,139929],[401683,14032],[405110,17224],[399203,30546],[410720,-8295],[417845,-6381],[419959,-9150],[422174,-10366],[411681,-13114],[416071,-43245],[413281,3225],[413776,2968],[414478,1110],[409854,59883],[422129,93214],[421346,93408],[427560,-9644],[428984,-8486],[422656,212948],[422593,213161],[430621,17633],[431865,14647],[433958,28612],[429553,85892],[428924,86433],[428661,86933],[428661,87469],[428775,89619],[429383,88969],[429481,93098],[428885,93960],[426793,94069],[425362,94868],[438695,-6375],[442292,-49334],[447450,21775],[444094,21329],[443543,21458],[444101,22685],[446460,23196],[447078,22392],[446844,23980],[443457,25756],[443071,24582],[443643,33414],[443736,43851],[447643,47343],[446855,46243],[459572,-132667],[455877,-51506],[451618,5998],[448488,34184],[455277,68542],[471549,-133805],[465287,-136786],[467892,-138934],[462468,-28068],[462857,-29635],[467835,4282],[467623,4712],[466021,432289],[464261,429225],[465863,430021],[466366,430985],[464394,429416],[467820,432703],[466226,431817],[481334,-137676],[481958,-139190],[483198,-141360],[484764,-10405],[483361,-10075],[476989,-29042],[495345,-154148],[487522,13832],[492587,49189],[509843,-78551],[512473,-75544],[512160,-75451],[586678,274848],[587989,272917],[588692,274069],[580787,288408],[580903,289141],[581004,289553],[581578,287946],[581095,286926],[580882,285647],[579983,285498],[578877,284085],[587995,311774],[588244,311236],[588770,308802],[588761,309068],[590211,268179],[591458,267572],[589611,272290],[591623,270105],[589160,269073],[589269,270173],[588864,270996],[592825,270679],[594219,271828],[593715,271459],[597817,274556],[598188,274880],[597196,276209],[592254,273459],[593258,273615],[595056,274615],[596627,294298],[595165,292976],[597610,306013],[596452,306166],[598704,303838],[598622,303284],[596458,304700],[594314,306837],[593617,306698],[593151,307178],[597424,306034],[597267,296344],[595323,296466],[589125,312332],[596129,317404],[600831,318709],[592065,28592],[594821,39203],[595674,42673],[596538,42262],[591906,38808],[595133,39169],[595060,39260],[594657,42942],[595000,42852],[612903,310796],[614113,312708],[613414,312469],[609600,318986],[608240,319562],[604533,316523],[609094,350687],[608701,350851],[618730,305986],[619031,306768],[614836,305290],[615641,305644],[617551,306831],[626049,306844],[621336,302823],[620409,301937],[622958,302583],[627167,310268],[617843,307628],[623585,310146],[615074,313974],[617100,310775],[616516,309741],[620301,313875],[621174,314628],[626048,314352],[623916,319163],[623352,307509],[624058,307869],[621708,310133],[620877,310300],[618142,308764],[620527,307829],[618197,307637],[621069,322616],[617107,321207],[616142,335783],[637138,305730],[633100,305119],[630483,306652],[628117,307166],[627685,309677],[629102,308833],[627700,307907],[638579,364253],[646357,366996],[644901,364590],[643587,364353],[642937,364664],[675266,95063],[673240,95536],[671164,97048],[672906,95553],[673400,95710],[675667,98858],[681026,101292],[681448,101112],[684678,100596],[683657,100442],[685661,100485],[681367,101416],[680980,100992],[712318,389199],[718408,390194],[723867,399852],[725722,399629],[734168,402819],[742372,414820],[740639,414901],[740631,416539],[741014,416414],[739275,418694],[739062,418736],[742142,421688],[740864,421199],[738722,428007],[749779,390469],[750686,395545],[751261,393706],[750330,392419],[750341,391808],[751903,392435],[747743,386963],[748533,387243],[745501,411953],[745662,412447],[743162,413497],[748773,415754],[747507,415408],[747732,418268],[748843,420337],[747748,421889],[751038,416925],[750037,416765],[754223,417751],[748058,416815],[745470,416379],[753255,419589],[754299,414142],[753333,426662],[756146,394942],[757533,395351],[757823,394626],[758323,395181],[760015,395004],[760232,396009],[767396,395629],[766759,391558],[766953,390799],[763535,387922],[761816,387809],[757561,385386],[761483,408774],[767846,405575],[767160,407187],[766449,407533],[765489,404873],[762630,403032],[758290,400584],[758045,398614],[756033,397528],[760405,398834],[763502,397883],[767374,400335],[767402,408204],[765731,402566],[767731,403995],[760880,406025],[761394,406222],[760724,408411],[761779,410412],[760883,411685],[757131,413059],[757992,411466],[759471,412420],[759439,410724],[764984,410568],[765796,409845],[755482,417163],[755421,417438],[756075,415289],[758497,416385],[758888,414246],[765030,414511],[768031,411977],[768656,396646],[775929,396925],[768234,391389],[770702,395394],[770344,390334],[777814,389045],[771367,403782],[769431,404233],[770189,405292],[769226,405887],[770771,402788],[768802,399127],[771905,409504],[778711,404499],[778000,398774],[768905,413794],[983094,94822],[982546,93555],[980190,96467],[980271,95990],[977851,97678],[976555,99097],[976429,101778],[977587,101495],[979144,100408],[981116,100059],[982339,101537],[979816,102248],[982036,106500],[985108,105000],[979020,102967],[980557,105908],[994411,222497],[998053,98171],[996043,98851],[994996,98800],[990923,100232],[991272,99164],[989613,95742],[991738,95835],[991527,91934],[991032,91947],[985626,92793],[988583,105431],[989401,103843],[991480,106152],[993183,103819],[994639,104348],[997413,105492],[998375,106101],[998351,104694],[1010416,214924],[1004502,100175],[1002077,100002],[998649,98339],[1004890,102792],[1000931,104310],[1002377,106567],[1004017,104911],[1061652,-27872],[1061747,-28407],[1075848,-136353],[1085650,-142431],[1077677,485966],[1078677,485433],[1077372,485311],[1092754,494149],[1091346,492872],[1089072,491512],[1098963,504032],[1098064,505403],[1099864,505700],[1100704,504776],[1162631,-68603],[-239565,-326183],[-249651,-307363],[-249786,-335064],[-260374,-302564],[-92850,599776],[1287405,252679],[1282407,250541],[1280695,253026],[129423,-2464],[133998,-4168],[138884,-11390],[133011,-22592],[139631,-13485],[137090,-33543],[132961,-34223],[129834,-31220],[131191,11034],[134955,122598],[141051,-27183],[162358,138044],[157921,43464],[155523,103300],[174554,107634],[185650,-226343],[190293,111181],[193364,140413],[192926,63879],[194441,69551],[197807,65265],[199442,122080],[196265,126853],[216578,-24655],[208505,-27990],[207364,146466],[205627,74391],[228489,-5703],[226421,-16585],[229786,-25291],[226197,-58928],[226659,131327],[229492,239371],[229995,33086],[234457,-16408],[240377,-25867],[236048,-36965],[235727,-32961],[230517,-26066],[236429,-46078],[230834,-53743],[238790,-55995],[234474,4152],[234279,901],[232448,242037],[230584,239495],[231508,49116],[235686,69943],[240931,93718],[236766,119458],[252457,-51872],[263876,-36900],[256559,71723],[275212,-6593],[276671,-14865],[279808,-36947],[280901,-53630],[275676,69765],[292895,-6934],[285561,-47265],[288846,-60845],[74270,57285],[67769,56694],[81162,49460],[82456,49231],[82402,49761],[89517,53236],[85329,51803],[80092,51663],[89254,51500],[100470,12453],[91302,5615],[95789,21316],[99619,32005],[92512,30377],[91151,35882],[90658,51051],[94278,40054],[96411,43602],[97964,48502],[95433,39600],[89918,40038],[91032,44191],[99435,55390],[91967,52798],[94770,55466],[92540,57596],[98372,74473],[95028,122206],[96469,124290],[96576,124004],[93207,122792],[94829,122932],[95092,123750],[101866,120722],[101851,121383],[102392,120404],[106468,9664],[104389,12726],[104616,34761],[106082,44387],[109740,47325],[111352,39937],[102798,121940],[102665,120779],[1215351,148015],[1213802,146006],[1213187,153671],[1213262,158898],[1214200,161822],[1210294,155717],[1212781,215452],[1215310,209041],[1215132,207702],[1203547,259962],[1212125,258400],[1213863,264720],[1209855,262405],[1225783,152791],[1219796,149970],[1218000,149825],[1217769,148535],[1216928,145945],[1227404,158206],[1226577,164364],[1227250,166299],[1220297,164280],[1219886,155485],[1223766,155641],[1220998,166998],[1227979,191274],[1220567,187315],[1226815,204724],[1227987,200038],[1218013,203614],[1219287,209658],[1228174,207061],[1241268,136719],[1239036,131931],[1236177,138969],[1233132,150239],[1236539,152723],[1237149,149351],[1232449,142745],[1233002,153964],[1235004,155764],[1237789,156189],[1229535,162186],[1229919,155589],[1232303,157628],[1233532,162791],[1235468,159310],[1237288,174610],[1237148,173394],[1238787,174343],[1234294,172578],[1233305,171000],[1238166,171322],[1240744,183983],[1240916,188447],[1233229,185250],[1232241,190236],[1229613,191049],[1236496,190589],[1237472,198948],[1238246,193695],[1231230,208396],[1233602,208431],[1233352,209947],[1230174,212151],[1229897,211448],[1231733,214085],[1235744,209655],[1240747,212384],[1238567,211935],[1231487,205943],[1235844,215748],[1231895,216901],[1235024,219807],[1235006,218739],[1240735,236742],[1229352,262024],[1237215,260854],[1241289,259194],[1228840,258684],[1229432,265608],[1239707,127099],[1242647,142594],[1252178,142896],[1243730,153487],[1249784,151083],[1247302,152869],[1248989,141467],[1253138,163729],[1251131,160629],[1250075,159179],[1252082,156434],[1244344,155293],[1244366,157701],[1248887,165086],[1249963,165166],[1248078,161235],[1252118,168516],[1245409,174874],[1241737,172889],[1245303,170758],[1245038,172103],[1250956,189720],[1246211,187953],[1243302,182887],[1243491,181791],[1244134,185688],[1252772,185925],[1243853,190447],[1251633,183662],[1254275,184538],[1252950,182078],[1248616,182081],[1249797,194306],[1244706,193882],[1242518,195098],[1244475,197419],[1248247,198733],[1245481,202718],[1246997,201787],[1242864,201900],[1251098,192648],[1253595,196906],[1251512,203819],[1252362,205661],[1253293,208558],[1250332,211120],[1242907,239993],[1241950,235444],[1247453,236953],[1246306,236823],[1252605,244070],[1254001,255740],[1248736,254941],[1244318,254372],[1246245,249667],[1253294,258850],[1243730,264928],[1263418,157608],[1262630,161352],[1256688,162809],[1257462,161848],[1254694,159289],[1256266,167531],[1265600,172548],[1263251,168192],[1265603,166903],[1265583,183707],[1259242,190763],[1259501,184246],[1255269,189983],[1266806,190428],[1257926,193702],[1258109,201070],[1256199,205885],[1255288,206208],[1255945,208458],[1256163,229365],[1256820,243276],[1259726,235032],[1256560,232625],[1258694,232079],[1261078,235603],[1260093,242473],[1255618,245831],[1258186,244036],[1265438,245046],[1267413,151586],[1268456,163826],[1271032,159563],[1273467,157483],[1268500,158314],[1272828,156804],[1267560,155988],[1267274,165987],[1270202,168346],[1269364,197859],[1273678,242305],[1273119,252117],[1278198,252067],[1268346,257017],[1270245,259903],[1277589,258436],[1276932,256606],[127556,-24586],[116383,4113],[122443,11689],[123398,6890],[115718,19374],[119790,21580],[125612,18478],[115631,103655],[-242968,-307336],[-238250,-319707],[-250368,-304762],[-255910,-325519],[-265203,-294520],[1283399,250718],[1287653,254274],[130861,-881],[132625,-2469],[135877,-12074],[137856,-24692],[140106,-12971],[139495,-21110],[133443,-24644],[129601,-31076],[133491,-29070],[138418,-27428],[128373,12296],[139102,140657],[131452,140684],[134902,140731],[139118,141417],[133978,117183],[151786,47932],[151674,51120],[153539,89443],[158900,-198882],[160357,141661],[155142,51291],[154921,61781],[163943,98927],[156391,95680],[163952,107957],[164075,109523],[158947,107745],[155773,108039],[173173,136960],[166888,140339],[179048,48415],[174878,51940],[173645,74522],[168511,88662],[177625,86332],[176508,80568],[175887,82114],[170202,81897],[178733,91311],[167913,123292],[191417,-229471],[189942,-229543],[186972,-234713],[186137,-234711],[189009,46475],[186166,62889],[186497,63175],[195703,142337],[197530,145448],[200685,50790],[201463,42060],[192065,41729],[193781,64173],[195927,68733],[198018,65714],[200993,69433],[202593,73030],[214130,-23652],[208501,-30343],[215063,58389],[211733,95087],[210199,103004],[228935,-5981],[226530,-13823],[228746,-15807],[228516,-24264],[228907,-28849],[225563,-27322],[228294,-57251],[226491,129759],[226313,77210],[236411,-1267],[241220,-162],[241642,-26215],[235534,-36603],[238988,-31232],[237010,-47391],[233103,-52621],[237980,-57437],[234733,3662],[231837,34973],[240867,69951],[237268,77946],[237601,99353],[246960,66086],[254888,81173],[254300,77897],[251850,86326],[263267,-36475],[256090,-52933],[256951,65270],[266209,84994],[257814,92121],[273645,-14248],[276156,-35081],[278132,-59142],[280471,61931],[276417,67001],[276820,73627],[271271,89638],[292314,-6955],[285090,-45505],[287995,-62660],[287209,63311],[282226,58737],[283209,80893],[67557,56256],[87749,51222],[88454,45473],[88203,53252],[83778,52392],[80857,52176],[1006826,219519],[90219,5426],[98874,13219],[90911,18567],[99136,34116],[90949,32357],[97000,36850],[91927,37314],[91082,51029],[94634,43996],[100366,49147],[98883,42599],[100812,55478],[93270,53528],[90699,57103],[102054,84496],[96816,110179],[96073,123173],[92927,122946],[1029549,210562],[107588,5206],[106055,9431],[103394,12865],[113174,22289],[105188,34849],[105131,43551],[111753,47566],[107941,38613],[105989,63261],[107528,52564],[104852,52024],[103991,71520],[107555,86502],[105818,82581],[105289,110791],[103104,120481],[114385,124856],[1214618,154092],[1212479,156615],[1209592,157070],[1212162,216575],[1215639,208933],[1215124,206568],[1204428,262109],[1212276,259029],[1212909,264266],[1228088,144497],[1220745,150738],[1219163,149411],[1218274,149055],[1217092,142468],[1228318,143366],[1226590,159492],[1228788,154198],[1226540,164120],[1226043,165995],[1219541,164204],[1221138,166363],[1220887,155971],[1225163,155592],[1218711,160470],[1227865,190914],[1219630,187365],[1228659,190177],[1219893,203802],[1228487,195059],[1224624,204472],[1227865,200010],[1226544,197554],[1218556,203195],[1228239,206837],[1227205,207922],[1227936,258504],[1238028,131530],[1231875,152810],[1234009,151288],[1237734,150112],[1232738,143392],[1237941,156550],[1229791,161141],[1229232,154646],[1232202,158712],[1233300,161577],[1237025,159701],[1235464,153963],[1236108,173492],[1234006,172550],[1232930,171539],[1238599,170770],[1232473,185798],[1232378,189639],[1236104,190459],[1237390,199341],[1238895,193606],[1234915,200711],[1229267,204895],[1230991,208401],[1233445,209071],[1234080,210382],[1230583,212346],[1231054,212872],[1235630,209709],[1241394,210399],[1237590,210653],[1235467,216229],[1232642,216274],[1234565,218343],[1235395,219774],[1241496,235144],[1229513,267407],[1230323,263374],[1237122,260561],[1240336,259358],[1239033,127220],[1241807,136441],[1246956,148040],[1246348,152660],[1242427,142549],[1252327,143351],[1247756,151090],[1253780,164191],[1251827,162037],[1250895,163436],[1250499,159984],[1252686,156099],[1243048,154883],[1243344,157644],[1244667,154830],[1247015,156528],[1248936,165164],[1248655,160862],[1244643,154351],[1252602,170520],[1251792,168141],[1241919,173769],[1243959,172627],[1242958,173404],[1242892,172467],[1248364,191578],[1251816,189662],[1242214,182531],[1242273,182433],[1242541,185942],[1241791,188747],[1252670,185527],[1246233,189257],[1251106,191956],[1252279,183072],[1253658,185110],[1252905,181059],[1250702,181753],[1248814,194482],[1244674,193821],[1242401,195523],[1245526,198948],[1244080,197458],[1249554,199392],[1250420,202526],[1242759,202184],[1252560,194876],[1251805,203816],[1252432,206505],[1252322,207642],[1244913,205773],[1249860,210535],[1248268,208941],[1253198,207958],[1247411,229820],[1254382,229490],[1241733,239302],[1247469,236886],[1251911,255366],[1250816,254153],[1244519,254724],[1247313,251134],[1243549,265275],[1266451,156936],[1263996,158977],[1261732,158034],[1263249,163434],[1257588,162991],[1257127,161656],[1266900,155354],[1254735,160531],[1267088,163450],[1265607,172714],[1263642,167337],[1254523,166710],[1265710,183873],[1256926,191639],[1266389,191600],[1258303,184009],[1256822,194200],[1256096,203529],[1266191,201894],[1256353,196850],[1255168,206137],[1254839,210625],[1258551,230602],[1260386,238060],[1258101,234513],[1261640,236416],[1261797,242021],[1265429,243226],[1255427,246404],[1257036,243541],[1268920,153013],[1267826,166500],[1271162,159609],[1272094,158089],[1273136,154933],[1268939,166747],[1269975,168071],[1268144,197363],[1273030,242147],[1273208,252402],[1279904,253271],[1267312,257445],[1270243,259759],[1276709,261242],[1276536,257116],[124585,-1884],[124965,6608],[125760,134071],[116998,22607],[123761,17675],[116969,96460],[121992,104453],[122002,119984],[116394,115418],[-247658,-300379],[-244529,-321025],[-246562,-323871],[-260044,-300869],[1283680,250962],[1286468,253782],[1280334,254395],[133608,-3765],[136386,-8452],[135347,-24842],[140027,-19822],[134382,-25264],[137989,-16629],[140603,-33784],[136015,-32166],[132925,-31807],[131374,291],[131970,135717],[128079,134563],[134669,143099],[132644,145019],[130425,13486],[133188,409445],[131667,63826],[133713,77217],[134545,93991],[141771,144588],[141482,143765],[146203,23977],[145259,32391],[143985,46288],[151819,99991],[151813,109436],[161227,-4575],[154225,-15729],[156199,-25204],[166057,-24073],[156903,140618],[161626,133289],[162175,23262],[154529,47888],[156846,51976],[159614,63051],[158041,63033],[154252,92829],[160720,92395],[158904,97776],[164565,98807],[163566,105820],[160686,106967],[154462,108541],[176721,-2285],[177517,-14357],[176653,-37079],[177171,3891],[167751,134039],[171258,21535],[171151,46086],[174386,46346],[169449,55221],[169544,55236],[169810,55289],[169916,55011],[169950,55283],[172381,75051],[176973,81567],[176168,81535],[171476,97369],[172914,113772],[176697,106370],[185962,-225501],[190165,-19216],[180526,-14067],[180095,-32356],[183775,-25033],[180765,136908],[181331,130434],[189181,35210],[190727,37052],[189644,47330],[188313,58518],[189116,62029],[179753,70398],[183992,84573],[180437,84173],[185206,114746],[187755,128065],[181358,123764],[194874,-2454],[204720,-7541],[195667,-14034],[193380,-25566],[202382,-29156],[205500,-61718],[202199,-64241],[198484,5196],[194153,8188],[195466,139683],[201064,143889],[201619,32551],[194760,32766],[196073,49600],[200867,43507],[194753,44797],[192333,40961],[193709,63107],[199429,63611],[194550,68789],[202202,78412],[204608,95510],[198843,98923],[217424,-24984],[209247,-27894],[214992,-31582],[214586,-39352],[205650,-68533],[208637,11417],[215306,5405],[208072,47912],[215740,59047],[210780,58650],[210562,79421],[229855,-4889],[219957,-7118],[229877,-15734],[230038,-25266],[223452,-14111],[224718,-28066],[229237,-58935],[222812,-58675],[223996,-68903],[223301,-64249],[225087,12721],[229928,25611],[230270,32724],[226469,58564],[219511,115167],[234227,-39],[233707,-17362],[239349,-26117],[235468,-35008],[238190,-32312],[232235,-25809],[235276,-44756],[233665,-50841],[233416,-50816],[236148,-56312],[236592,-62283],[237990,23026],[240930,31819],[241247,44161],[240071,54827],[237986,118866],[245408,-31138],[246971,-52112],[251090,-56678],[253590,9622],[249740,19580],[254279,83071],[249580,88382],[243806,81273],[257935,-35379],[265203,-37081],[256372,-53013],[264133,-75447],[265885,23913],[262702,60582],[260184,80383],[257304,99391],[274310,-8916],[278565,-7643],[274788,-13256],[275064,-18140],[277693,-33797],[275402,7044],[278306,22231],[275154,66930],[269963,72048],[270441,87970],[279530,94388],[279058,116099],[288713,-7663],[285802,-23618],[292292,-18560],[284786,-44506],[287527,-59934],[281626,-57282],[288962,11052],[283813,19811],[286720,59526],[284776,57148],[283539,59370],[290460,87803],[288617,84447],[302991,-12035],[306497,-8951],[305927,-1137],[303489,5583],[299537,9768],[295021,8826],[307415,-6796],[68037,57792],[88818,33703],[88079,50674],[84840,51065],[82295,50924],[80328,53425],[95194,11220],[97439,18165],[93731,33310],[95438,37751],[92461,48930],[92013,40710],[95785,41510],[102125,41595],[91579,39769],[89867,43716],[91751,52734],[89615,56211],[97509,55862],[94052,58631],[90740,57619],[102210,69241],[100926,72005],[97715,84001],[91879,82353],[101411,109050],[96332,123938],[114947,6862],[104483,11430],[106537,13873],[107936,22093],[105326,33923],[105538,44872],[108564,39255],[109561,49833],[108903,58823],[110223,93477],[110567,95059],[103964,108790],[110366,119044],[105236,121802],[103228,120092],[1213235,146716],[1214905,144432],[1215794,154812],[1211505,158082],[1215310,160274],[1209867,154989],[1213604,214802],[1214891,209891],[1215992,206438],[1203407,260734],[1210628,257593],[1215005,264933],[1209783,261371],[1227011,143201],[1225023,152854],[1220976,148865],[1218267,150435],[1218054,148647],[1216881,147191],[1228005,143376],[1228686,161582],[1226749,157793],[1226928,163925],[1219563,164158],[1222459,166193],[1219985,155527],[1224325,156248],[1228173,167112],[1227976,191016],[1219920,203845],[1226677,204696],[1226762,196738],[1223035,204415],[1222327,203758],[1219323,209797],[1227753,206291],[1227471,208140],[1220632,205395],[1227752,258500],[1240792,132510],[1232280,152893],[1236915,152928],[1229968,152857],[1237492,150128],[1232560,143788],[1237173,153813],[1238274,156728],[1229391,155741],[1231720,157292],[1233495,162161],[1237031,159988],[1237448,173526],[1236170,173198],[1235459,171920],[1233080,170908],[1239053,172181],[1241129,182849],[1241454,187648],[1231950,189777],[1229619,191200],[1235382,190930],[1237350,199247],[1238683,194071],[1233202,204469],[1229018,199123],[1231453,207914],[1233387,208457],[1233866,209990],[1230486,212452],[1229767,212001],[1231220,213068],[1240660,211452],[1237964,212932],[1234003,217659],[1235022,216050],[1232350,216715],[1236681,220501],[1240755,236165],[1240753,239461],[1229978,262702],[1237760,263143],[1241242,258292],[1241676,137339],[1246737,149130],[1242519,142803],[1252456,142847],[1250036,150559],[1247072,151150],[1243804,153376],[1251872,160229],[1249417,162824],[1251582,158712],[1251978,156565],[1244629,156248],[1243010,157176],[1248271,156793],[1248969,164335],[1248100,161847],[1252898,171150],[1252194,168514],[1245395,174800],[1244475,171869],[1244879,172542],[1244205,173691],[1248269,190961],[1251733,190676],[1241686,182843],[1245125,183189],[1242616,186276],[1244223,185787],[1252927,185814],[1246063,189099],[1250576,191430],[1252113,182885],[1253643,185139],[1252798,182069],[1251829,182901],[1246847,194576],[1245360,194293],[1242715,195130],[1244267,197686],[1249052,198847],[1249689,202098],[1245072,204387],[1248401,203127],[1243693,202633],[1251389,194418],[1250686,204727],[1253245,207866],[1249725,210839],[1248414,208461],[1242887,234741],[1253894,244672],[1248880,254761],[1247633,250084],[1243672,265631],[1263937,162072],[1256233,161169],[1257845,162562],[1266680,156112],[1254759,162347],[1254642,159810],[1256389,167728],[1265114,171845],[1263367,168117],[1266561,184098],[1257537,191261],[1259746,185797],[1260612,194357],[1257346,194023],[1255772,203412],[1266655,202206],[1256328,197815],[1256007,206101],[1255997,208642],[1255772,229245],[1259558,234991],[1258264,234455],[1258930,231941],[1261174,235115],[1264494,242562],[1255593,243542],[1262804,244089],[1267854,152065],[1268152,164149],[1272658,159500],[1272935,157580],[1267460,158031],[1272707,155080],[1270358,167958],[1267422,173865],[1267575,198578],[1268042,192408],[1274190,242854],[1272608,251085],[1276440,258139],[1267633,256437],[125327,-487],[126368,-29081],[118110,11676],[120012,9910],[121348,7065],[116201,22371],[125135,16252],[115975,49220],[125332,106832],[121077,124076],[-239719,-324605],[-243414,-293177],[-254985,-337053],[-269686,-298208],[-99631,596860],[-92012,601745],[-96581,604708],[-93187,607845],[1285266,251597],[130287,-2666],[135594,-4838],[136603,-10559],[139222,-13381],[140438,-34050],[134523,-33996],[129682,-25549],[137447,-27484],[130916,-32115],[132241,-32336],[130199,11333],[134545,140634],[128314,133363],[140754,141944],[136490,61622],[133162,75162],[138581,98595],[141387,-22160],[142154,-24985],[141625,141188],[145453,21147],[148265,31052],[141114,46311],[152591,92955],[151616,99815],[151932,107977],[164289,-3790],[156371,-13517],[161888,-26007],[164727,-26617],[161516,24167],[157832,44040],[153862,46277],[159981,61604],[159146,61661],[159682,96072],[164256,101857],[154969,108590],[177854,-16],[174611,-37882],[177294,-27452],[178961,6003],[179091,50527],[173855,46962],[173733,75136],[173686,75390],[171699,74541],[171584,73760],[178671,86008],[177208,80512],[177728,84451],[168560,89805],[168398,95110],[170382,114207],[175326,111790],[173454,120734],[177510,117082],[182301,-9343],[191682,-19267],[180158,-16142],[183722,-25172],[188484,-25327],[186771,6836],[182219,134839],[179386,144225],[184130,38944],[187038,39964],[186820,42439],[191880,63984],[185674,60403],[188163,65477],[179458,74662],[183313,89253],[183948,83935],[179528,86286],[187961,102410],[194034,-10508],[195019,-3780],[202629,-11758],[197407,-26468],[203774,-29633],[203039,-57799],[192238,-54999],[200049,-62157],[201503,6310],[200807,139185],[195681,139643],[198186,142969],[202536,33523],[196825,34333],[192094,32412],[199277,46593],[200004,45656],[201072,51368],[192246,47738],[197424,63719],[199374,52180],[197165,68791],[202001,73996],[204267,76826],[199771,76117],[200411,76638],[196335,78914],[201516,91787],[216672,-129242],[210794,-27256],[213616,-35250],[216224,-50584],[211012,-67602],[217704,-71793],[215171,8251],[216392,60631],[214664,56627],[221538,-7943],[224964,-15026],[222656,-14370],[219187,-26502],[226695,-27716],[228571,-58719],[219843,-53921],[226108,-62406],[218294,-68454],[220808,-67219],[226655,12664],[230328,26706],[226603,59682],[231009,-8812],[237955,-973],[231223,-14429],[230894,-24423],[240015,-28086],[234840,-34903],[236509,-32933],[232016,-27528],[238099,-42691],[230636,-51703],[237014,-53573],[234290,-61415],[234510,-55537],[234594,3716],[240625,21467],[233633,33270],[241610,48592],[234961,56803],[247943,-29916],[252786,-50148],[251376,-62060],[254936,-63699],[254898,18564],[244552,33813],[245162,69765],[255949,78573],[250290,90632],[253890,91830],[244546,116500],[258165,-36112],[264217,-36245],[260742,-71339],[258767,3263],[265515,25003],[264046,63350],[261343,58544],[259124,77212],[266733,83191],[262756,90462],[273312,-8405],[272390,-3468],[274310,-12958],[274728,-16184],[278684,-35919],[281296,-57123],[275732,9051],[281592,14899],[274611,24337],[269591,69398],[272196,68066],[274531,87258],[278825,114837],[291127,-5688],[285777,-21541],[287431,-14837],[285075,-46508],[288934,-60610],[293288,4257],[284517,55784],[283429,67436],[290200,82191],[302918,-12244],[305498,-6565],[302952,-3588],[306349,-5627],[304511,7919],[297298,10775],[445647,432028],[72098,57321],[66019,55315],[87574,34691],[87971,51603],[87753,54441],[83370,52161],[88807,56380],[79360,51449],[81181,52013],[1006188,210603],[1009962,219353],[1015428,196454],[1019157,205591],[98414,15969],[97960,14969],[97561,31622],[91738,31371],[90878,49978],[92694,41262],[95592,41555],[100982,44506],[98736,42896],[94224,38811],[93846,40419],[92299,42464],[92764,53713],[92134,56439],[96984,55141],[93466,58014],[93929,62777],[98347,65806],[100708,81993],[99890,87021],[101766,109251],[95472,124040],[96573,123351],[94117,122818],[93940,123500],[93226,124497],[93537,124546],[94987,122954],[94863,123126],[94680,122915],[1039856,195681],[1039239,224716],[1039336,219695],[1044989,222625],[1065832,200740],[108047,12350],[102818,14862],[108782,17948],[103469,35419],[103045,45484],[110249,40731],[106392,54270],[108947,52980],[104186,63953],[108240,93705],[112139,95653],[108514,107858],[104597,111668],[114570,115488],[106594,124533],[1202933,260604],[1214838,147547],[1214618,147083],[1215332,146160],[1212820,154202],[1213011,157604],[1214731,161306],[1208957,155878],[1213685,214683],[1215206,209859],[1215765,206358],[1212840,264510],[1227236,144488],[1223163,151347],[1219537,148147],[1219043,147302],[1226517,157927],[1218634,163454],[1220825,155193],[1224569,156557],[1227573,167276],[1221706,166681],[1219880,187496],[1219863,203901],[1225635,204840],[1227675,206655],[1240696,132458],[1236929,138850],[1233158,150258],[1236089,153268],[1235186,151898],[1229766,152743],[1238082,149613],[1233020,153858],[1236849,156883],[1229467,160706],[1229772,154615],[1232753,157892],[1233910,162013],[1235869,159708],[1236174,173266],[1239017,174104],[1235424,171997],[1233265,171875],[1237746,171623],[1232639,185487],[1232357,189698],[1229584,191175],[1235644,190755],[1237306,198265],[1237882,194357],[1235541,201130],[1229884,204419],[1229060,199821],[1231733,208091],[1233538,208485],[1233348,210756],[1229806,212824],[1230063,211681],[1231681,213225],[1235926,209996],[1240856,211942],[1238138,212065],[1236096,216255],[1232595,215988],[1235946,220172],[1233753,218007],[1241440,235179],[1232437,261022],[1238338,261034],[1240672,258013],[1241787,137428],[1242197,142883],[1248980,141584],[1252714,144096],[1247966,147883],[1249816,150639],[1248049,152115],[1251136,158448],[1251054,163353],[1249655,158775],[1252558,157055],[1243071,157118],[1246115,154307],[1248521,165385],[1250368,164578],[1247961,161277],[1251162,170975],[1251587,167467],[1244512,171771],[1244284,173695],[1242776,172628],[1249002,191496],[1242349,184278],[1242465,183328],[1245322,182160],[1241753,185566],[1242252,188513],[1252463,185344],[1246455,189892],[1250388,191833],[1252825,181601],[1253810,184999],[1251985,181429],[1248669,181940],[1246971,194480],[1245248,194233],[1242299,195357],[1244091,198160],[1249194,198755],[1249774,202137],[1244965,204220],[1248286,203127],[1244034,203005],[1253959,194664],[1251820,203626],[1252652,207354],[1250400,211068],[1247702,209018],[1246392,230241],[1243606,238523],[1243128,234801],[1252110,243913],[1246653,251285],[1244411,266671],[1265431,159139],[1263844,158920],[1261674,163278],[1258974,160770],[1266747,155429],[1265628,163437],[1255443,162520],[1256086,161086],[1254693,159690],[1256346,166849],[1265245,174043],[1263587,167240],[1266467,172944],[1265145,183236],[1259088,190729],[1264431,185296],[1259031,184355],[1266682,197903],[1255122,195889],[1258038,194253],[1257952,201147],[1266065,201941],[1255218,206374],[1255761,228420],[1255338,243246],[1259859,236184],[1257279,234291],[1257576,231483],[1261343,235194],[1261944,243088],[1265315,243135],[1255800,245800],[1258055,244166],[1267587,165842],[1268371,163212],[1272905,158310],[1272770,157327],[1267407,157380],[1271244,154637],[1272618,155124],[1271143,168225],[1268501,198134],[1267909,192467],[1274247,242735],[1272557,250898],[1276572,261180],[1277178,256529],[1272201,262139],[125049,-1374],[116385,6714],[125920,11082],[121806,3340],[125437,141356],[118207,13092],[118524,23361],[120454,17917],[118805,124489],[-243399,-307247],[-243283,-307391],[-255889,-311134],[-253700,-323704],[-254764,-337696],[-264762,-306948],[1287295,252476],[1283319,250576],[1280462,254220],[128527,-402],[134741,-3528],[135277,-10052],[138114,-14366],[132968,-22254],[140423,-37880],[137975,-33393],[129103,-27393],[137397,-27681],[137425,-40390],[138513,-39220],[132523,-54612],[133605,-53125],[140912,-21824],[141257,-27321],[145259,-46354],[146208,-45732],[151668,-49856],[143442,-47911],[144320,-47897],[144171,-38562],[147593,-48643],[141448,-49273],[140928,-48819],[146446,-49690],[152900,-56022],[150841,-95667],[151801,-93547],[158819,-48649],[164489,-48611],[154691,-47733],[155931,-50366],[162057,-48383],[154040,-50178],[162548,-55893],[161008,-51878],[155170,-52190],[154978,-54387],[158652,-54866],[160885,-67263],[160793,-65529],[161979,-66942],[157263,43795],[164887,51646],[155408,81782],[174333,-42684],[176424,-48239],[176620,-48715],[170044,-54328],[169825,-55998],[176023,-59614],[170379,55034],[171754,75017],[169656,122813],[168798,119761],[167138,118725],[179553,-50529],[180463,-54054],[183031,-53481],[184143,-54741],[182081,-54097],[185198,-57045],[187310,-58478],[187010,-58609],[183587,-55971],[181255,-61085],[180214,-59181],[191689,-62396],[189323,-61767],[190066,-62914],[184759,-65374],[185050,-64356],[191908,-73433],[192107,-76415],[182853,-67902],[182361,-67557],[183193,-69808],[186789,-73106],[185825,-72745],[189587,-76110],[189166,-76062],[187221,-78379],[189458,56585],[184921,114490],[188871,123000],[179928,123367],[180536,121419],[180067,121612],[181042,116165],[193975,-64974],[192519,-64335],[197352,-66538],[198241,-67886],[198638,-68366],[200586,-69727],[193087,-64796],[199207,-69927],[196494,-67675],[200673,-71746],[201737,-71894],[203619,-72726],[193150,-74018],[194157,-75451],[195020,-77085],[196070,-78003],[195882,-82304],[202367,-85325],[204905,-87490],[201283,-86934],[193131,129098],[193263,63583],[193391,53421],[193324,53562],[194891,69626],[197388,64278],[199890,76419],[201018,68802],[198551,79861],[198924,80064],[202345,115761],[199054,118367],[199655,122455],[216122,-23490],[211898,-29690],[207942,-85582],[210460,-86061],[210104,-86620],[211572,-87189],[212346,-89231],[211361,-86926],[211049,-84637],[210645,-84984],[208908,-86367],[214863,59703],[205893,58937],[217526,99372],[215825,108907],[216053,109295],[209619,115032],[205121,111307],[205284,116190],[228954,-13486],[229120,-58500],[228655,89618],[226735,96634],[219019,103709],[232545,-6902],[232230,-15681],[236483,-25823],[234866,-42498],[234165,-54601],[233915,-54165],[234455,1008],[233060,240294],[233749,34730],[241008,80590],[236118,85854],[245773,-27788],[253504,-52908],[275989,-9825],[272172,-13898],[277481,-35733],[280411,-53108],[288132,-5644],[284787,-46506],[285260,-62230],[26249,149307],[400807,-313],[404392,7831],[445914,431988],[73258,57059],[66690,56118],[823978,-121493],[831725,-116605],[831780,-131849],[830226,-131211],[834308,-121147],[835482,-120428],[834731,-124737],[836668,-127479],[836921,-127242],[842800,-117435],[832658,-132463],[840897,-129288],[844221,-129663],[837979,-89736],[840931,-97103],[843559,-90537],[834935,-112546],[851923,-118305],[850190,-120579],[848919,-118772],[853634,-122971],[855451,-126017],[857219,-124082],[856071,-134231],[855616,-88330],[850795,-95129],[850869,-90972],[848001,-106932],[847078,-107159],[850508,-107422],[851638,-103570],[862588,-122953],[859851,-117901],[858382,-119478],[864273,-126527],[864772,-140300],[860816,-138958],[870174,-135412],[865046,-141713],[861271,-141391],[861970,-141827],[862813,-147022],[858865,-88111],[863405,-81247],[858075,-102833],[871215,-118248],[874171,-117843],[878427,-118190],[876838,-125194],[875497,-127911],[872912,-129283],[875524,-129786],[874468,-138780],[873285,-138640],[875060,-136972],[880564,-134878],[882457,-135223],[877021,-144817],[87438,32954],[89103,48966],[78979,50251],[87184,48589],[88521,54681],[84408,51911],[82204,52955],[87292,113679],[84385,116719],[78594,119412],[908274,-144405],[990253,164723],[1005640,211209],[1010624,215993],[1005373,221127],[1020316,179338],[1021884,202132],[1012595,197070],[1014390,208281],[1017337,205768],[1018229,241804],[93949,10887],[97551,15011],[93347,14597],[98988,32988],[91440,32600],[94458,37805],[91679,37199],[90998,50146],[93494,51369],[93499,42557],[97897,47968],[100123,41266],[90881,44540],[99492,62793],[90229,53844],[90268,53565],[96107,56680],[95976,55153],[94343,58393],[91333,57295],[91314,58273],[91391,58510],[92758,102112],[92401,101887],[92315,101897],[94443,102910],[94574,103151],[94516,105300],[94625,105019],[92471,105124],[92093,105308],[99582,114118],[90631,114383],[90914,112997],[1026163,171110],[1034031,192105],[1031398,208208],[1032026,231708],[1039230,189643],[1047908,186588],[1038526,197521],[1040238,225998],[1037200,220744],[1042006,223358],[1060092,186098],[1058553,209592],[1065691,187185],[112932,5929],[108784,9412],[102754,14662],[107714,17607],[114406,22467],[104600,35621],[105569,45839],[114276,49213],[111882,39985],[113191,112662],[107207,113927],[105643,111746],[104822,112812],[110842,115445],[1215341,146785],[1215221,145660],[1212177,158805],[1210115,155093],[1215085,156152],[1212753,215156],[1215808,210163],[1214734,207003],[1203789,260478],[1212142,258841],[1212884,264213],[1210688,262334],[1227197,143797],[1226378,152346],[1223017,150535],[1219831,149324],[1219011,148519],[1216711,144983],[1227730,142858],[1228592,160658],[1226977,158360],[1226657,163813],[1218730,163398],[1221738,166096],[1221643,155620],[1225069,155995],[1217668,162701],[1226848,166687],[1228570,190971],[1220957,187762],[1225739,204653],[1226702,198022],[1219549,204286],[1219938,209511],[1227702,206455],[1227630,207241],[1227697,258895],[1240872,133176],[1237127,138488],[1232602,153577],[1236981,153762],[1233830,151802],[1238600,149978],[1232328,143549],[1229002,152955],[1237234,156469],[1229013,154437],[1232327,157996],[1233189,162679],[1236262,160001],[1236965,174273],[1234906,173546],[1238746,174085],[1234515,171692],[1233013,171277],[1237562,171498],[1240737,183333],[1241026,188248],[1233413,185455],[1232405,189833],[1230813,191103],[1235975,190770],[1237331,199563],[1238129,196660],[1235308,200865],[1228872,200700],[1231360,207591],[1233196,208328],[1233634,210718],[1230143,212579],[1229937,211479],[1231895,211694],[1235792,209607],[1241115,212154],[1238366,210733],[1228820,205334],[1236249,215070],[1230947,217578],[1235670,220643],[1233425,218543],[1238346,237848],[1229020,267226],[1232429,261963],[1238078,263107],[1240350,258586],[1240589,127447],[1242138,136849],[1246558,149192],[1241917,142066],[1251738,144198],[1247647,149228],[1249528,150740],[1247719,151500],[1250087,165282],[1250738,160702],[1249648,162840],[1250466,158621],[1252191,155978],[1248356,156058],[1244370,155604],[1242982,158185],[1245082,154913],[1244667,154830],[1253554,159542],[1248250,163848],[1248007,160994],[1253481,161750],[1251331,175612],[1252526,170876],[1241913,173092],[1251110,168511],[1243696,170586],[1245119,173309],[1244730,174073],[1243952,172476],[1247346,190415],[1242777,182703],[1245080,181932],[1242514,186124],[1245404,183654],[1253746,186799],[1252689,185391],[1244589,190593],[1254081,187792],[1250489,190876],[1253336,184402],[1252845,181134],[1248011,182185],[1250496,194498],[1245234,194486],[1242268,195694],[1246881,199496],[1249317,199463],[1247954,201689],[1242742,201603],[1253188,194212],[1250828,202923],[1245203,204124],[1252026,205557],[1253031,208393],[1250599,210142],[1248122,209026],[1253067,206622],[1246659,229587],[1242888,239504],[1241879,234699],[1247698,236929],[1246541,236432],[1253987,243880],[1252418,254431],[1248041,255550],[1244992,253120],[1247008,251025],[1253750,259702],[1244158,266699],[1265749,158961],[1262450,158042],[1263558,161569],[1255037,166334],[1257779,163113],[1258117,161318],[1266639,155697],[1265100,173981],[1263044,166889],[1265475,167889],[1255675,189669],[1264939,182997],[1263189,190016],[1265733,186018],[1255229,189348],[1257480,183803],[1258765,191745],[1257343,196439],[1257465,192836],[1254598,201985],[1255876,205924],[1255416,209903],[1259233,230458],[1256235,229038],[1258485,235485],[1256708,233973],[1260246,235773],[1263452,242596],[1261788,242196],[1255519,246058],[1256212,243641],[1268128,166361],[1268473,163597],[1269514,160756],[1268981,159754],[1271452,157844],[1268487,157325],[1269543,155895],[1272830,155582],[1267338,163956],[1267231,167340],[1270321,168321],[1267209,172929],[1267933,191071],[1268503,196852],[1267408,201206],[1273663,241710],[1272914,250216],[1277611,252244],[1268333,255901],[1270128,259024],[1277488,258734],[1277094,256793],[1271687,261403],[122867,-3348],[124969,-27260],[119972,10668],[126613,12602],[122808,11939],[120920,6973],[124433,16674]] \ No newline at end of file diff --git a/src/gathering/a10120.json b/src/gathering/a10120.json new file mode 100644 index 0000000..98275f4 --- /dev/null +++ b/src/gathering/a10120.json @@ -0,0 +1 @@ +[[-1327436,1381064],[128391,-2099],[135346,-3433],[137281,-9550],[137306,-24750],[138629,-15318],[138404,-20684],[132595,-24749],[139973,-28184],[128083,-25803],[137140,-30686],[129053,-32378],[131095,-28685],[128521,12590],[133131,132995],[135335,138660],[128681,131485],[137047,145299],[129405,22314],[130528,14703],[129634,37485],[128322,89455],[134665,95397],[130432,97860],[138770,114877],[131831,104520],[136622,122841],[138160,125429],[132401,126324],[129231,116761],[148930,-9993],[150070,-15150],[151926,-20871],[143071,11132],[140997,129088],[147188,138053],[150719,140514],[145928,22484],[149310,19570],[148777,26708],[147782,97836],[147074,112885],[143622,106659],[148822,102911],[158805,-14165],[165585,-36700],[154385,139459],[165858,131417],[162044,143825],[162757,141313],[159178,45209],[153986,61188],[153767,71616],[153737,88845],[155679,77985],[161734,95426],[161980,91227],[154331,114230],[160119,103491],[165411,120287],[160206,123963],[158806,118026],[166528,-5948],[173813,-2684],[174380,-15972],[169878,9636],[176215,141435],[171765,17938],[172111,21866],[174276,13565],[170241,81551],[170422,81933],[176295,105269],[180781,-26756],[187540,-34661],[187862,-34782],[187344,-49282],[187144,140130],[190922,136056],[186827,143056],[181106,144679],[182698,19338],[188530,29360],[191734,32845],[189777,40430],[186828,75480],[186781,82124],[188084,119496],[196938,-6436],[192462,-5062],[194689,-30207],[201516,-39414],[201433,-46724],[196914,-58843],[200193,8427],[195545,129010],[194641,129892],[195769,131597],[200487,148209],[196986,145473],[201351,50285],[200910,47461],[195261,44324],[194266,62463],[197912,64134],[197580,68391],[204761,100000],[200096,91012],[197496,108137],[211333,-29731],[205529,-61937],[216784,-64637],[214530,148527],[212085,148040],[213419,24112],[206615,30424],[215475,61421],[206162,73105],[211749,67933],[211203,80409],[213256,84855],[212627,102876],[205492,118986],[209359,121827],[207726,116542],[228277,-17734],[225875,-13813],[230223,-52316],[228447,-55886],[222845,47562],[222974,81170],[228657,94267],[227910,97857],[228621,115327],[232031,-7245],[233694,-35],[239730,-25908],[238519,-44444],[238498,-94344],[234591,1867],[232114,35425],[232043,29147],[242057,67769],[234869,91060],[253792,-137425],[244748,-31145],[249726,-37753],[255827,-51351],[252038,11262],[255725,129017],[246346,39805],[247544,48096],[243530,50482],[250244,63929],[252136,81598],[253612,109251],[266828,-85195],[258478,-83434],[264094,-101873],[259800,1725],[257096,18491],[259828,36332],[259603,95894],[259910,100015],[263586,103412],[263362,113275],[266826,117923],[268847,-129466],[272019,-133134],[273374,-8877],[274465,-11627],[273633,-18241],[278850,-37269],[272206,-89631],[274362,-102947],[280435,23205],[270563,88184],[273985,96213],[269371,94011],[278168,105392],[279332,112325],[270652,104735],[285523,-6465],[290462,-10239],[283441,-48868],[287349,-60279],[282483,-58097],[283905,-83526],[287236,21517],[281674,76155],[290999,83266],[303861,-33964],[306091,-46738],[300422,-69672],[296335,-73933],[302494,-89551],[303286,7940],[296248,10958],[315661,-10111],[313318,-10974],[309762,-7603],[316987,-6921],[314145,-14273],[308516,-24751],[312434,-35170],[309490,-45192],[310129,-43920],[308619,-63083],[308444,-61549],[309351,-56261],[310234,2429],[390451,33246],[73198,57082],[66982,56411],[81132,51170],[80711,42870],[89201,51564],[87514,53104],[82462,52408],[79888,64196],[80967,73408],[1020658,178167],[91474,4278],[95159,13688],[96450,19424],[98155,34260],[91370,38472],[89790,35154],[96974,27308],[91208,49408],[94045,40265],[92972,42294],[98638,45851],[101220,42772],[91182,52239],[94012,57892],[92103,57578],[95339,74753],[91194,71130],[101324,88480],[100968,83959],[89866,85104],[93355,109055],[106805,-5537],[110639,5771],[106891,9951],[112935,6027],[110763,3216],[104139,16073],[112661,22282],[109822,18127],[113592,18508],[111172,23109],[103180,33408],[111215,37815],[113094,37211],[112821,50602],[112152,47808],[107380,58363],[110555,101131],[104637,100953],[104731,102386],[114845,100376],[111434,90200],[109568,110022],[103128,120010],[102880,124366],[111421,125774],[120932,-1418],[125375,-2309],[115504,-8539],[125177,-10830],[120249,9341],[118863,2733],[115686,128295],[118053,129768],[120622,129182],[120367,132492],[125558,134629],[119266,14944],[121270,22715],[124888,17060],[121861,20274],[124330,35002],[125978,87966],[119722,85553],[119567,100245],[115702,106963],[125981,103118],[127319,103089],[123110,116918],[123755,120514],[117997,122690],[128826,-2413],[134479,-3176],[138266,-10478],[130311,-11737],[140417,-20063],[136980,-15513],[139911,-28283],[136054,-34385],[129860,-25480],[138698,11411],[133677,132474],[135403,128933],[139150,132942],[135492,139403],[136449,137721],[129349,129477],[128030,131994],[138340,143564],[128707,21288],[131124,30363],[129216,100331],[130162,91605],[128202,90295],[137497,93823],[140110,97281],[130986,113144],[135234,107125],[130549,104033],[139046,126828],[129392,123447],[149951,-12431],[147947,-14580],[141530,-35843],[143643,130632],[142316,138901],[151691,140882],[148807,25265],[146247,19419],[153018,69390],[153140,82479],[140805,102221],[146090,101247],[152268,113136],[147015,113758],[160031,-7704],[154581,-19963],[157518,-13770],[160959,138373],[165219,128874],[156671,142311],[161272,43370],[155127,62857],[155604,82392],[158823,100842],[159719,92845],[160763,91008],[159559,114897],[156758,106539],[162530,121981],[170301,-10761],[179066,-6933],[176857,-16322],[168501,-34424],[170342,12190],[172996,11820],[171097,129983],[179102,142116],[173869,142488],[169719,18491],[174288,24736],[178017,23002],[168974,55709],[173236,77566],[170361,82168],[175435,103709],[181572,-34527],[184309,-30088],[186205,-29545],[186146,-51813],[191627,-57805],[185090,11216],[190581,130773],[190449,135536],[189611,147808],[185532,21929],[189220,22589],[182719,31566],[184355,38107],[190429,37764],[190807,51308],[180165,81402],[199011,-3965],[194919,-224],[196516,-31720],[194426,-42917],[199132,-46954],[200147,-55497],[200047,131462],[194752,136446],[199945,150172],[199358,142126],[196569,14206],[196667,46123],[192634,39754],[192374,56745],[193334,53455],[192821,65265],[194527,69261],[198500,65050],[197148,93762],[203012,114746],[208072,-30086],[206336,-53988],[214677,-66727],[214605,151452],[211044,149887],[216542,59207],[213074,78849],[205595,92682],[210900,91505],[212268,101070],[208402,126633],[217342,118810],[209305,115871],[229530,-16131],[227336,-56234],[223102,145954],[219775,21748],[221571,30835],[224052,49783],[218705,67958],[218000,82561],[222018,107824],[236629,-155],[231102,-9210],[235081,-23650],[234761,-45269],[230629,-51338],[236553,-57959],[233035,20995],[233416,22528],[232043,35196],[234836,49568],[241776,71477],[236147,89491],[243511,-30705],[251352,-50561],[244437,-91554],[254270,8900],[252536,37810],[253040,38912],[246825,50668],[244652,59721],[252980,61960],[253039,75723],[250915,77402],[255879,94191],[258027,-123337],[256772,-80697],[265036,20171],[268572,90644],[271083,-127807],[272276,-133120],[275935,-6307],[276042,-14994],[273926,-17195],[278986,-37438],[281343,-60458],[274811,-81464],[272922,29871],[278211,76025],[286398,-9137],[288822,-4553],[286262,-23175],[283941,-46615],[285616,-60662],[293491,10931],[284274,23825],[288177,78980],[287324,85826],[282264,77315],[301220,-48050],[298675,-74930],[295247,-73827],[302293,-87769],[306499,-84046],[299265,-91785],[306389,6504],[310116,-12007],[318115,-6534],[309810,-5183],[317445,-14360],[310987,-20817],[310761,-24899],[310048,-33338],[307954,-41708],[312946,-56917],[307447,-61622],[307235,-55332],[308629,1331],[67568,55371],[86985,35729],[88990,49138],[80030,50968],[80853,44866],[87711,54266],[87285,61967],[81331,63009],[971517,207042],[91899,2835],[98961,35711],[94682,30671],[94301,44061],[101269,44404],[91304,45876],[93387,51565],[93423,58036],[90205,58056],[92292,74105],[90238,68724],[99498,80358],[95387,86039],[102030,104932],[100382,120749],[106748,149],[106458,8535],[111815,6591],[110358,21040],[110096,22544],[103513,33247],[111671,48711],[112143,43063],[107018,58783],[111105,87644],[105818,89713],[102603,88248],[112737,110069],[108156,109939],[114691,127876],[112037,120456],[106533,123167],[114621,122836],[118199,-7935],[124202,-29208],[115579,6095],[126524,12919],[126194,8283],[123234,3735],[127611,7285],[120880,8222],[117829,128487],[119270,132686],[122386,135415],[121297,19333],[124028,25045],[127648,37413],[122785,26782],[118062,36592],[117997,97359],[125985,100519],[126966,117431],[1322300,381085],[137013,-10047],[134017,-23110],[135216,-25022],[139337,-13972],[137187,-20079],[131101,-33654],[135521,-29309],[131514,608],[130898,12267],[140672,135960],[133031,135805],[140496,21853],[131221,37339],[138427,47480],[136164,60791],[130504,78687],[135106,95070],[132463,98004],[128133,92310],[134132,106991],[129995,106369],[137913,126112],[132402,126844],[129530,118251],[147932,-13520],[141040,-26623],[141089,-34871],[143601,12990],[146029,134372],[152193,134665],[141217,140532],[145347,21034],[148090,34053],[149811,26015],[151095,67723],[148383,95434],[148056,110429],[141818,105798],[151626,105098],[153042,116706],[161562,-6115],[159327,-23494],[165312,-23211],[156736,-20858],[163618,-13259],[166294,140379],[159469,133462],[161798,131533],[164743,143156],[162182,20559],[166174,21677],[159712,45009],[155580,56641],[155110,78600],[161000,102147],[157465,93059],[161414,91131],[161336,113652],[161190,120760],[156932,117932],[172093,-6126],[166514,-8634],[178713,-16864],[178495,-16075],[166757,-28947],[174405,-43815],[172501,1835],[176658,2454],[175200,8382],[174287,138807],[169070,23822],[171183,24252],[175311,44455],[170226,55459],[174333,77476],[173085,106663],[166928,113697],[176920,107711],[185985,-9452],[189822,-14109],[189926,-31989],[187102,-29387],[187315,-48090],[191048,-55468],[184083,138010],[190276,135300],[182694,138861],[188674,143603],[181054,19806],[182858,23193],[189422,31636],[182625,41210],[184593,38999],[189034,46620],[187428,38945],[191336,65823],[186732,83016],[190157,113975],[184502,120539],[194528,-8913],[193986,-19635],[198748,-24386],[201665,-17092],[198936,-32172],[204668,-56759],[197169,-59391],[202651,8029],[193925,9437],[196911,1700],[195459,433],[197160,6969],[201101,136354],[200794,128452],[204390,134958],[192662,131890],[197415,143385],[198167,36149],[192124,30033],[197550,50378],[199028,43349],[202060,51660],[197137,53627],[194582,69465],[198821,64715],[199237,93280],[200452,107715],[195183,105365],[206163,-8810],[209144,-28595],[216246,-28533],[215425,-38184],[206025,-34390],[214878,-46944],[208457,-41894],[204896,-56818],[214216,-55671],[206056,-66967],[212393,-72427],[214304,8582],[213473,135140],[215825,150711],[208230,150218],[212424,20976],[212759,26807],[215365,59995],[211378,59571],[208801,75578],[209318,70803],[214191,88399],[206664,96710],[213314,113804],[211111,104260],[227348,-8419],[219291,-8586],[228928,-15425],[220449,-21505],[218492,-13140],[217935,-27913],[228772,-56684],[220798,-55292],[225626,-55944],[218298,-71184],[218890,-69128],[221503,148161],[223335,16668],[225853,47369],[222789,45820],[222356,57486],[224347,78794],[223079,103989],[236169,-916],[231894,-15631],[239089,-26080],[238972,-43367],[232677,-52489],[238850,-56365],[235975,-54703],[233533,-64139],[231715,-83296],[231484,23442],[232641,36037],[242248,33537],[240927,47889],[233524,57349],[240440,58429],[236703,54626],[237021,70961],[240019,71701],[238144,91995],[252982,-125347],[244851,-29554],[248575,-38428],[249494,-57461],[245467,-88021],[255459,-96557],[250168,9037],[254174,131732],[252142,58688],[265444,-123016],[264974,-125076],[262628,-1390],[256198,-52240],[263828,-79767],[263857,-93014],[258616,8029],[266436,26561],[265665,73225],[258934,95064],[260038,118134],[270347,-134006],[276099,-151978],[275130,-7266],[274674,-7644],[275983,-14784],[277552,-35924],[271272,-26961],[281332,-56816],[277027,10058],[280895,13306],[278561,99743],[289712,-6217],[292981,-5791],[286258,-22085],[290099,-17940],[286338,-44618],[288978,-60003],[292045,-68875],[286763,-83814],[294306,-84836],[284171,25447],[281917,63358],[284562,73531],[291043,78276],[288631,85648],[286931,80939],[305664,-9085],[298746,-20634],[305026,-24948],[305470,-34296],[306683,-33235],[301633,-49468],[307130,-56083],[297253,-71573],[306742,-91246],[305147,3664],[295029,9212],[297953,7330],[307299,-112],[311540,-7005],[311313,-26103],[311429,-41929],[307806,-41420],[311811,-54898],[310403,-88940],[400664,308],[434185,426168],[434200,433364],[446180,431706],[438752,430006],[443779,431499],[444185,432136],[443258,431433],[66035,56054],[830656,-116897],[831606,-132164],[829342,-132639],[837025,-115550],[834824,-120438],[835487,-119599],[838929,-124645],[835711,-122265],[839154,-124943],[836812,-122282],[834869,-125030],[832360,-132740],[841162,-129234],[837164,-127899],[843815,-129325],[841810,-97429],[838466,-96156],[837656,-113601],[833718,-113627],[844240,-109691],[851610,-119024],[850971,-118646],[848028,-120077],[850460,-119274],[850527,-119583],[848535,-119698],[848833,-118636],[847540,-119349],[848526,-118424],[848414,-115415],[855463,-125135],[855084,-124168],[853275,-124926],[854795,-124090],[848083,-125257],[848052,-123231],[845658,-123711],[857573,-133441],[845879,-88269],[845676,-87860],[847397,-87889],[846625,-88580],[854531,-87890],[846301,-92772],[847149,-91522],[851185,-94723],[853385,-93172],[853507,-93985],[845433,-111781],[845377,-114132],[848116,-114740],[846519,-109177],[847482,-108494],[846264,-107905],[844972,-107976],[850756,-106883],[853158,-103963],[860988,-122546],[861612,-121097],[863142,-120574],[860982,-119507],[862800,-123115],[862448,-116771],[858389,-118474],[859608,-118157],[858932,-124408],[864335,-127239],[864940,-140331],[861419,-139016],[869520,-136911],[865662,-140929],[860289,-141347],[862275,-141894],[863630,-146706],[862305,-147811],[858395,-88284],[862972,-80442],[857811,-95395],[857820,-95558],[873238,-126906],[873019,-126795],[877983,-121582],[876036,-120160],[877269,-124950],[873604,-131757],[874717,-128245],[875321,-129680],[872913,-129453],[876657,-130361],[872923,-128122],[876063,-128205],[873169,-137803],[874470,-137341],[880933,-134396],[880719,-134847],[876024,-145823],[877298,-114693],[876521,-111655],[875677,-114710],[876525,-112325],[87941,50807],[89355,42669],[82142,45499],[87578,55371],[87274,57866],[77641,56749],[84874,72426],[86708,79918],[96687,6774],[98591,14560],[100583,23093],[96953,31936],[93221,33223],[91689,50376],[92859,39917],[96909,43638],[97976,47678],[100366,43273],[92424,38672],[93138,51485],[94378,58765],[90697,68031],[96256,71293],[95938,70606],[98434,81418],[92959,108432],[100602,106915],[108648,-6072],[108500,7917],[113000,9602],[105976,16482],[107809,18805],[109760,15783],[111327,24418],[104830,32198],[111391,47845],[114024,39560],[104734,83729],[111239,98584],[113153,90869],[107101,106905],[103590,120591],[102418,123396],[109899,126096],[115378,-8051],[118173,6206],[122844,2798],[121338,4213],[118247,131945],[126279,130714],[119102,24331],[125282,18165],[125716,25523],[119959,16412],[120347,21740],[115609,44386],[127626,99403],[117418,101992],[124781,110892],[116099,110669],[125396,109769],[121127,104810],[116794,117711],[115502,127308],[120484,128079],[122036,121057],[116080,122235],[1321097,380608],[130689,132219],[138011,131300],[136716,133666],[138060,142817],[128994,33084],[139869,59144],[129482,80853],[128872,85882],[134223,98083],[139380,95451],[138359,97829],[138116,100463],[136805,104335],[130513,109086],[128955,113248],[131288,112239],[136543,109945],[131514,105710],[140771,113085],[129738,104886],[128167,104076],[135949,125567],[134525,128052],[138479,125449],[133267,116091],[129556,116337],[130718,123722],[128252,117339],[147355,-13072],[151732,-17520],[143943,9503],[141287,132095],[143905,139937],[151071,139778],[142179,141516],[145530,142399],[141667,23209],[147072,32831],[140858,47072],[152563,71645],[150732,111688],[145161,107169],[143942,103250],[144094,127200],[165688,-10859],[159239,-23663],[166078,-23291],[156645,-13555],[160238,140840],[160941,131788],[165768,142703],[166141,14070],[157601,45619],[156353,58226],[154116,86076],[161293,88652],[162363,77753],[165824,108256],[155687,107785],[158031,104735],[157187,120425],[173932,-118926],[177738,-120963],[178379,-118201],[176750,-127522],[177446,-140112],[176132,-134021],[176675,-142943],[177465,-143081],[178355,-144975],[176793,-142830],[173782,-148424],[174827,-156646],[173422,-159435],[174656,-160162],[170646,-164880],[176351,-164393],[175356,-161441],[174046,-163501],[171385,-163371],[174220,-165793],[178545,-175378],[178014,-173698],[169917,-166489],[170479,-166753],[171886,-168535],[172958,-169152],[174074,-167405],[173251,-167608],[177806,-178011],[169779,-167405],[178446,-171688],[178830,-170928],[175022,-167564],[169689,-173437],[177912,-181309],[177845,-10158],[171400,-8138],[170270,-5250],[171824,-2824],[172871,-38525],[166886,-37907],[178943,-112636],[177368,7361],[170539,8288],[178127,2066],[173082,8823],[172728,132367],[175835,144786],[168434,15167],[178480,20434],[174216,47840],[173476,41019],[176676,104424],[186412,-117285],[186256,-127438],[185720,-122735],[183633,-125467],[190102,-122924],[191370,-119356],[180373,-118736],[179282,-116097],[190300,-124432],[186024,-120288],[179973,-121783],[184778,-128596],[190563,-128480],[189730,-134489],[185344,-136456],[186057,-137774],[182787,-139174],[181985,-135667],[181883,-135914],[182426,-132291],[182944,-129459],[184349,-137995],[179582,-139236],[181591,-131966],[180569,-130136],[180446,-128408],[181355,-128217],[180219,-134309],[189350,-127949],[183085,-142172],[180255,-141772],[184136,-144503],[179214,-142745],[188915,-151993],[189017,-146607],[190725,-146261],[191885,-148218],[179216,-147046],[187962,-146689],[186716,-148475],[185809,-149452],[190255,-148761],[189424,-150077],[180163,-146570],[187775,-153927],[179284,-155330],[180122,-158554],[184422,-162547],[188027,-165441],[189819,-164231],[186871,-163453],[189221,-162379],[186454,-165245],[186316,-154213],[181843,-161528],[184442,-159977],[185721,-160378],[187252,-159588],[181064,-159645],[182694,-171553],[183948,-171526],[186237,-170300],[190378,-168543],[190812,-172018],[188005,-173585],[189327,-174537],[191916,-175167],[188689,-176526],[182037,-173065],[181423,-178701],[179270,-168295],[180104,-167846],[180424,-167725],[179435,-169970],[191999,-186039],[182962,-179798],[186152,-184266],[181207,-182895],[183377,-183054],[179580,-178908],[181514,-181847],[179222,-180864],[182410,-184428],[187967,-181345],[186912,-182873],[189027,-183515],[186805,-180108],[185462,-179775],[191665,-183862],[191572,-213945],[190476,-219258],[183335,-229756],[184076,-228633],[187477,-227326],[188326,-224000],[189081,-225813],[191986,-229295],[185916,-231323],[189062,-233116],[188445,-232209],[180918,-11624],[190253,-15370],[179206,-16816],[185220,-27827],[189979,-28309],[185639,-32411],[191056,-113264],[191290,-114388],[184300,-109294],[181075,-107550],[187007,-111160],[185771,-110484],[187377,-112757],[190448,-114469],[185346,-112365],[191042,-104809],[190053,-102896],[186195,-105031],[190890,10022],[190429,131158],[189198,133566],[181083,146351],[186143,142771],[183409,144018],[186195,24300],[183907,28199],[182124,37463],[184653,55230],[185870,75703],[186192,99541],[179326,107457],[179737,109367],[186940,105063],[190058,119782],[197010,-115220],[202470,-119772],[201415,-119487],[200867,-119982],[198575,-118156],[196774,-118189],[202167,-124763],[198480,-127286],[195875,-122038],[193728,-117332],[196361,-126449],[200571,-128363],[193749,-129378],[195360,-131924],[195019,-132049],[197909,-133116],[193765,-136380],[204304,-152315],[194815,-147519],[192727,-152737],[194510,-151146],[198731,-152092],[195748,-144636],[198362,-142742],[194783,-142096],[200906,-151833],[202787,-148665],[198610,-162386],[200645,-157552],[200352,-160146],[198834,-160885],[202341,-164863],[200688,-165642],[204492,-163680],[203464,-156014],[201670,-155215],[202253,-154249],[192269,-154239],[194402,-156458],[198395,-153500],[194871,-156503],[193920,-158026],[193096,-162139],[195892,-158793],[196861,-157021],[194040,-165177],[194949,-165446],[193524,-164840],[198579,-170726],[199600,-173519],[198837,-174353],[200251,-178017],[203600,-177816],[203781,-166967],[201455,-176966],[197130,-170268],[196941,-167121],[193792,-168203],[192506,-170897],[196693,-171911],[200196,-180503],[202231,-182097],[203905,-185505],[192428,-185070],[199338,-182099],[197557,-183359],[196758,-185662],[201848,-187720],[200518,-187757],[198458,-189307],[199514,-191340],[192854,-185848],[194366,-184333],[192602,-183323],[193309,-188627],[193335,-181676],[192688,-179703],[196472,-179079],[198216,-179423],[200532,-185993],[201244,-204500],[198310,-201213],[204744,-200284],[195384,-201703],[195528,-197156],[201936,-195398],[203009,-207922],[203106,-206406],[200097,-205885],[201806,-215868],[201448,-214642],[202807,-215235],[201176,-208863],[198927,-208233],[198637,-206535],[197812,-208403],[197122,-208925],[199945,-211186],[199266,-213487],[198549,-215432],[194621,-205913],[204314,-210735],[198324,-210878],[197389,-211466],[197676,-213138],[198683,-214998],[198647,-216978],[195642,-215210],[195024,-215859],[194541,-213051],[192240,-216067],[201687,-217431],[200508,-218700],[195357,-219033],[192786,-218603],[193099,-219537],[192543,-230752],[199599,-234391],[197175,-234586],[196310,-231857],[196835,-230649],[193635,-232191],[201141,-234806],[201934,-232920],[200124,-230814],[199651,-232930],[203160,-8616],[194337,-6409],[193723,-3685],[192162,-20153],[192923,-17031],[197633,-24791],[195260,-35856],[195665,-41534],[193847,-48167],[201201,-47236],[193932,-53160],[200659,-65631],[193337,-101415],[195471,-102780],[200017,-109430],[199196,-112146],[199801,-114497],[201344,7955],[201499,8550],[198337,11057],[194630,130773],[199957,138478],[199498,147228],[198539,141503],[196266,23322],[202114,35823],[202956,43922],[200093,48003],[195914,45885],[203820,51809],[198916,52464],[195575,88447],[201394,99310],[202250,97836],[198493,92299],[199894,94310],[197717,111076],[194408,107476],[206523,-145268],[213208,-151793],[212227,-149970],[206251,-149185],[208073,-149228],[216510,-163714],[215344,-161708],[212088,-162694],[215534,-154169],[211827,-153683],[209472,-154862],[205123,-161283],[205161,-158235],[205838,-154673],[205029,-175423],[205689,-169053],[210405,-173243],[209950,-176365],[212701,-172470],[213330,-173825],[215479,-173235],[215936,-175750],[216449,-175208],[209010,-168058],[212467,-168918],[214026,-168130],[215272,-166458],[208559,-167225],[205748,-189378],[209832,-189990],[207898,-188743],[210615,-187420],[213369,-187816],[214471,-185167],[207501,-187743],[211276,-184384],[212980,-184543],[213859,-182091],[214103,-180441],[215997,-184311],[216259,-185805],[217340,-185698],[217348,-189299],[211706,-189889],[205197,-190387],[217391,-193950],[212989,-196786],[214196,-199594],[214456,-197119],[217084,-197752],[217103,-199268],[214714,-195416],[209754,-195814],[212532,-194479],[216898,-202260],[214960,-199622],[205288,-192406],[208922,-200192],[205727,-200509],[207240,-200668],[210540,-199557],[211829,-199853],[205680,-201628],[208746,-200350],[206025,-203140],[206747,-203837],[208141,-196459],[217445,-213641],[209275,-206317],[211070,-205775],[210435,-210256],[207955,-209321],[207558,-212871],[205806,-216072],[206940,-208395],[205993,-213647],[212809,-205101],[208722,-211842],[214961,-221161],[213848,-221117],[214800,-217619],[205082,-228899],[217476,-243396],[214552,-247997],[211237,-248332],[216437,-273738],[215900,-275864],[210110,-279500],[213054,-287487],[206796,-289566],[210926,-291387],[210884,-291618],[215228,-291435],[215765,-293634],[216336,-304986],[209029,-295863],[212944,-304140],[208233,-303774],[216845,-299249],[217484,-298637],[212965,-306578],[211698,-305468],[212015,-309187],[215431,-311106],[213783,-315885],[213809,-36041],[212359,-36122],[206025,-33953],[209076,-33769],[210069,-70240],[214215,-66137],[212310,7873],[215525,147830],[207314,152510],[206391,141102],[211837,21361],[208620,30590],[210917,59393],[210404,70693],[212791,80000],[211041,77117],[216728,87901],[208737,95589],[212251,104073],[215292,115657],[229996,-146419],[222056,-162245],[222821,-159543],[226145,-162793],[225746,-164608],[217911,-165346],[223268,-175742],[224284,-175411],[221838,-172739],[220956,-171010],[221043,-170640],[218552,-169591],[220252,-166714],[228017,-166579],[227959,-173628],[226225,-177129],[219380,-178380],[220371,-175826],[219819,-176492],[222019,-178756],[221345,-178990],[224724,-167341],[223871,-171495],[222825,-170396],[225105,-171007],[218085,-181514],[218715,-184920],[220738,-183459],[220642,-185374],[219199,-187936],[227005,-187417],[226231,-189845],[229437,-189456],[228851,-185717],[229437,-183735],[223033,-191727],[224249,-191050],[223783,-185245],[224253,-185046],[225850,-182858],[223270,-183493],[220820,-186460],[219433,-187409],[219761,-180182],[217743,-179246],[219725,-197404],[224487,-198916],[226089,-194229],[220713,-201720],[223036,-197158],[229376,-203793],[222614,-194920],[219142,-195883],[227214,-198091],[228685,-196015],[217690,-203339],[226718,-195644],[227401,-201585],[226420,-195424],[220147,-207418],[230386,-207618],[225345,-209283],[225670,-214429],[224383,-216989],[227179,-213813],[226939,-208513],[229275,-210367],[226708,-206110],[225225,-206933],[224825,-206024],[223131,-208777],[221676,-209415],[218214,-215028],[222968,-211885],[222023,-211058],[220423,-211323],[218336,-210762],[219295,-209124],[221232,-206160],[219727,-215426],[229887,-226370],[228711,-225902],[229135,-227395],[228545,-222798],[230032,-225433],[228957,-218620],[224495,-223026],[224077,-223637],[226982,-220503],[225594,-218680],[222625,-218206],[227488,-217495],[225329,-220916],[224388,-225529],[223202,-222400],[221392,-219737],[218447,-218080],[226093,-229882],[226056,-229042],[227455,-229679],[226210,-231252],[225759,-232445],[220524,-10010],[229734,-253061],[220591,-249543],[225273,-267157],[224306,-256611],[223093,-258044],[222554,-259317],[225597,-256238],[224290,-256797],[221148,-257804],[224586,-260670],[228280,-264429],[225121,-262888],[226632,-265012],[225631,-263862],[224478,-286203],[224788,-287118],[226852,-290290],[221672,-289520],[217976,-287017],[221276,-294050],[224641,-295278],[223539,-296823],[229388,-298445],[224825,-305953],[229273,-302563],[226155,-304040],[221166,-294605],[220652,-295801],[219927,-297245],[228813,-312588],[225872,-308857],[226340,-313840],[221945,-312030],[226184,-315443],[218282,-313156],[219407,-22847],[221924,-14902],[228613,-36127],[219987,-29371],[218807,-39886],[225901,-41577],[220564,-64959],[218812,-70896],[222657,148476],[228814,25750],[222866,13107],[228348,29680],[222702,45210],[229583,54599],[225230,83218],[224020,101684],[219532,105429],[219683,117321],[238277,-152260],[240020,-153228],[230697,-148260],[239419,-159521],[239943,-154426],[242540,-156162],[233849,-154182],[231998,-156301],[242029,-157582],[242278,-159904],[242472,-176313],[240123,-173590],[240531,-167054],[239697,-177935],[240027,-175221],[232659,-166972],[232709,-169072],[234635,-173460],[234641,-169481],[236892,-177096],[235892,-173540],[232014,-178165],[236833,-191669],[236049,-189662],[234987,-190873],[239439,-187976],[241347,-190252],[242622,-191710],[241808,-186943],[243059,-185071],[233245,-188935],[232668,-185608],[234473,-184033],[230802,-181628],[241434,-179477],[242139,-199585],[240824,-195238],[238794,-195333],[237681,-196166],[237627,-192102],[230708,-202159],[233119,-199104],[233412,-199466],[232753,-204289],[235262,-203164],[230729,-203331],[231463,-196459],[231503,-198022],[231584,-217393],[235862,-204613],[233716,-206586],[237384,-206629],[236182,-209512],[231483,-210762],[231090,-206906],[233568,-209590],[230858,-213806],[235629,-205603],[235831,-207007],[230739,-208553],[235965,-209701],[232258,-213323],[234504,-218384],[231320,-227114],[231718,-225620],[232089,-221719],[240061,-240126],[242665,-238184],[240588,-240401],[235845,-238578],[232570,-240244],[233411,-242542],[236086,-239686],[232064,-237905],[240254,-246550],[232396,-253653],[239047,-264841],[239434,-268300],[241515,-268240],[230905,-258462],[231032,-256850],[231034,-264817],[239730,-271831],[237130,-276207],[238353,-277240],[235369,-277743],[231755,-269280],[234445,-275599],[235211,-270768],[237478,-277567],[239362,-281459],[239918,-289139],[238794,-282792],[238468,-289251],[237071,-283323],[230927,-292191],[230464,-287139],[230469,-303148],[232226,-300678],[237255,-303637],[232998,-307146],[235322,-319606],[237022,-317568],[238571,-318638],[242687,-316857],[235965,-310959],[239303,-323948],[238327,-331618],[235385,-326417],[232252,-40876],[235206,-56974],[231134,-67639],[230505,-85667],[235606,19278],[240010,35834],[242323,48603],[240223,51636],[236303,70469],[239708,87365],[230592,91304],[234937,93421],[254474,-136926],[244030,-152726],[243502,-176040],[245824,-174531],[247793,-174259],[250237,-175908],[248486,-177060],[247615,-171426],[249050,-170255],[246086,-169621],[244006,-169893],[246021,-178329],[243338,-189858],[246574,-186419],[245158,-179414],[247177,-183177],[249618,-181017],[244029,-192380],[255946,-225610],[245420,-241029],[248841,-245879],[250075,-251395],[250981,-252123],[246241,-252338],[251763,-257518],[252666,-258019],[247066,-256143],[250254,-261055],[247117,-264551],[243390,-260418],[245838,-262884],[246704,-259673],[244567,-260707],[244784,-257928],[255649,-268195],[255593,-266728],[248890,-265268],[250831,-262942],[249119,-263352],[251206,-271180],[251294,-272686],[250847,-269283],[254097,-280548],[249967,-268990],[250969,-271941],[250488,-272406],[245825,-274596],[255088,-284127],[248893,-281412],[244679,-283768],[254703,-293683],[251020,-289442],[250071,-291811],[249353,-290151],[248023,-289809],[249945,-292109],[248087,-293960],[246978,-292824],[250784,-291259],[250927,-283694],[250346,-289127],[250864,-290753],[252816,-286314],[249570,-295112],[252301,-297497],[254382,-302917],[254492,-299175],[255298,-303750],[250138,-302556],[245777,-305425],[243966,-302887],[243604,-301739],[246939,-310974],[255901,-314924],[250303,-316033],[255407,-319666],[245698,-312000],[247962,-323986],[249923,-322529],[253879,-58866],[243422,-93169],[252240,22394],[251186,39607],[249242,73229],[247281,64836],[245489,70986],[249480,79615],[255346,94101],[251945,119777],[268383,-123042],[258860,-228729],[256360,-226123],[260803,-224434],[258052,-228175],[257074,-225798],[264904,-245486],[266086,-250807],[268531,-251171],[257628,-266288],[259095,-268090],[259954,-269829],[260270,-271511],[259341,-272533],[256024,-269999],[259307,-280368],[259645,-278798],[263302,-280591],[256280,-275973],[257952,-277331],[259483,-277930],[259575,-276479],[256583,-290152],[256346,-287902],[258983,-281435],[257200,-283622],[257483,-281939],[260624,-284513],[266901,-284211],[267068,-281949],[264610,-284024],[258485,-281416],[267942,-299971],[256576,-298012],[259424,-304018],[258851,-299332],[266223,-301777],[265736,-303378],[267147,-299527],[259690,-298064],[263047,-305933],[256277,-297325],[267788,-296589],[268093,-296325],[265961,-298769],[268287,-302668],[267496,-314758],[267451,-308282],[265274,-326105],[266297,-325084],[259124,-325103],[261633,-324277],[261748,-324142],[261664,-325853],[258562,-63033],[268752,-88081],[258410,128635],[260460,14768],[257722,116866],[258897,121729],[256138,127849],[269768,-126430],[276105,-153044],[273293,-253062],[273002,-243695],[270086,-244679],[273577,-247168],[272836,-249401],[271887,-251159],[270381,-249409],[273101,-246446],[280369,-260846],[275924,-269451],[276988,-269066],[271556,-283081],[269791,-288216],[273886,-288024],[280830,-292329],[277812,-293702],[278865,-27265],[273058,-56341],[269253,-93506],[276236,-102217],[277577,10174],[273047,50372],[280716,74739],[290836,-11017],[282173,-294097],[290148,-22350],[282096,-59593],[292238,-73440],[286647,-87043],[293344,-84452],[289089,7960],[290435,8287],[285772,14465],[284942,18155],[282602,26316],[287607,76905],[289524,80184],[288370,85110],[303064,-1424],[306614,-12381],[302175,-2594],[300952,-9270],[305631,-9509],[296175,-2941],[296721,-25100],[305670,-38316],[306668,-44611],[305729,-58264],[306411,-62521],[297304,-75275],[299504,7405],[299726,9633],[301715,5828],[295679,3972],[312088,-8959],[312042,-8278],[315897,-6440],[309929,-34060],[309382,-28432],[311715,-43773],[308327,-59931],[313158,-53989],[308027,-86103],[310060,-88654],[308743,-89893],[308384,4106],[433398,433461],[446143,431504],[444060,430877],[80911,46665],[80726,61049],[78604,60421],[88226,86140],[96000,-10207],[99263,-14703],[96045,3209],[94630,11255],[92513,69184],[101967,84481],[100727,92988],[93109,108043],[112327,-1042],[104238,10369],[105033,18930],[114110,50625],[107549,58567],[107880,96777],[104651,93139],[106045,90452],[113484,115223],[108447,111330],[109646,105698],[103784,102624],[111096,118768],[103983,125543],[108482,124829],[117231,-7440],[125058,-8343],[125924,6694],[116558,128317],[123376,133645],[122661,133190],[127579,132399],[121823,22744],[117712,38228],[127574,42177],[116189,86997],[125968,90934],[115380,105345],[126093,104731],[-1326821,1381046],[1320988,378911],[1320201,379964],[128203,132950],[132647,132560],[134858,129970],[137537,128418],[134593,140478],[132206,128772],[140580,142726],[128196,14986],[135982,32617],[129350,35000],[135662,61177],[134939,76664],[132959,88411],[137357,93178],[135156,96641],[133315,102964],[148135,-17135],[141868,12276],[141400,131339],[144502,139430],[151598,139576],[143661,141317],[140871,18816],[150141,24924],[147614,18952],[143913,31130],[144452,48847],[153122,66231],[153127,78186],[148894,95059],[147616,97906],[150033,112679],[143799,110293],[149554,103360],[166095,-4421],[159976,-8431],[157389,-14431],[165212,-26289],[160040,-26735],[158845,140636],[165631,134254],[159797,142005],[161711,21076],[156550,61952],[162753,87858],[155204,101000],[163668,97022],[156228,112341],[154207,114804],[162921,103941],[158563,103410],[162245,120934],[173036,-8928],[168124,-9191],[174829,-13864],[173873,-36503],[169437,-37155],[174637,3857],[176472,12134],[173924,128335],[176010,142142],[166609,18847],[173548,26908],[178939,48824],[169571,42376],[178022,69563],[167092,112397],[179105,112016],[182364,-12913],[191788,-34898],[184418,-30437],[192098,-49955],[191226,133764],[191736,133589],[189694,141454],[186719,142067],[180824,142136],[182914,23568],[184161,19382],[187530,22383],[188306,27765],[185151,37831],[186422,43614],[188242,42272],[185109,78991],[179221,105176],[190342,115162],[181042,107214],[184820,126147],[187267,118650],[193680,-2411],[202770,-6589],[200906,-6182],[192826,-18879],[192902,-15083],[200726,-22522],[193920,-42505],[195480,-54771],[192128,-58522],[198904,-57446],[192341,4903],[195071,1084],[198967,6543],[196731,140846],[198602,143660],[204559,147578],[200169,13348],[200573,29884],[192191,32493],[194424,49719],[201504,46925],[193786,43491],[194683,52699],[192386,58088],[200780,97167],[201072,113001],[201796,127192],[199346,126679],[216796,-33044],[205490,-30891],[207950,-25426],[216079,-42535],[215848,-48189],[216719,-54481],[209043,-63631],[206910,-68107],[213213,-72550],[215488,-63401],[212106,12263],[215343,10631],[216354,152700],[209727,31025],[205653,49983],[213405,57268],[209195,70035],[210348,76279],[209559,66917],[213268,87129],[209098,93900],[204966,95264],[210661,113538],[210727,104849],[205223,120684],[220933,-8896],[219401,-21923],[221747,-14016],[222653,-27491],[218236,-39316],[227519,-39239],[226142,-56024],[221997,-71923],[221377,-65009],[218017,147902],[217937,22110],[222333,15537],[228283,25984],[225358,41641],[225727,56221],[230034,96610],[221848,109054],[231549,-33616],[233701,-42497],[238206,-59280],[232159,-68714],[232701,-83143],[234119,24462],[236772,17685],[241816,34294],[241201,42653],[238888,52863],[240257,80808],[248853,-57359],[249829,-81115],[251385,7734],[253617,130103],[254624,17892],[249641,38651],[253364,67186],[252189,78157],[248360,114892],[253658,127993],[256768,-122408],[267495,-129023],[256076,-141756],[264235,-1784],[268488,-24964],[260279,-67094],[264411,-84661],[267151,-97951],[264216,20225],[256038,35503],[256150,93326],[279321,-138174],[278931,-150245],[276251,-3228],[276121,-50840],[280168,-62081],[275968,-89395],[274013,9125],[271740,15963],[273621,87284],[278797,99920],[280398,115330],[291344,-6758],[284968,-21294],[293511,-18268],[285703,-71084],[293976,-75718],[284902,-82894],[290098,-90700],[292822,12219],[289488,6008],[283826,71968],[285040,84289],[287705,83551],[285713,80290],[296693,-6155],[306141,-8581],[299356,-8474],[303939,-7368],[296932,-23667],[306972,-34280],[305793,-49540],[296700,-68744],[304472,-93848],[299071,9454],[296844,5599],[296986,7464],[310751,-18068],[311116,-20816],[308731,-26460],[312259,-40186],[311570,-40160],[309740,-50673],[308450,-43739],[307842,-39837],[309929,-62958],[312554,-53289],[308673,-87069],[316201,-86011],[309335,4112],[431537,432077],[442768,430838],[445527,432255],[82689,39222],[78010,58552],[85890,76005],[88647,67376],[89070,65472],[102124,10658],[102334,59847],[92823,85943],[93100,109117],[100890,108720],[102295,120397],[1038676,209035],[115088,-8953],[103616,2257],[106772,16659],[110465,87161],[103923,86610],[102711,85878],[114307,101772],[103095,103647],[105089,123868],[114223,127060],[124954,-12205],[120016,133061],[126316,132981],[125914,133465],[126557,13920],[118884,17069],[123900,21539],[124853,34852],[115574,38157],[115646,50071],[115409,85735],[127361,100619],[115830,103984],[122942,102716],[122927,107040],[117269,127216],[126802,116763],[125229,122241],[121163,119402],[116765,121830],[129347,134196],[134835,129388],[129469,13897],[129005,31148],[133347,64628],[136683,78657],[129247,101425],[133663,100466],[131842,95291],[134886,92989],[128468,99678],[128678,105374],[137650,125489],[138831,127925],[132972,127949],[129586,117042],[130047,121056],[150769,-16531],[144494,7001],[144398,131986],[150062,133301],[143901,23517],[143794,19346],[148023,35032],[148425,26637],[141279,50352],[150938,97074],[147769,99442],[149976,114430],[151590,107077],[160342,-7852],[158340,-24572],[155481,-21552],[162341,133284],[158442,142532],[159060,143575],[163869,141993],[163002,25480],[153681,46659],[158295,47784],[156677,51965],[162345,57963],[154720,60900],[159249,76339],[162125,80891],[154669,100830],[160128,100206],[160772,95918],[158277,90213],[162300,109784],[165192,108147],[155469,113931],[155126,105177],[158589,120379],[172934,-6326],[167850,-10479],[174448,-17110],[175606,-15761],[172988,-35781],[168109,-33967],[178635,-34415],[168354,-28721],[176958,-44121],[175848,7046],[177599,133665],[171159,135190],[175070,136799],[167721,143526],[170008,143381],[170337,17388],[175260,22379],[170085,24767],[172333,40786],[173514,89574],[176617,81669],[170628,81946],[173075,91964],[177307,106541],[176736,110945],[172724,121858],[169253,119843],[191804,-9740],[180234,-5808],[186339,-24876],[187578,-25345],[186295,-16826],[189422,-31450],[190639,-28551],[186189,-31562],[190853,-45552],[191519,-59350],[189776,-53666],[186823,5050],[181137,134309],[191361,136960],[190432,146563],[189687,145181],[185346,143097],[180590,146190],[188405,20623],[184605,20994],[185217,29022],[190797,37525],[188560,36499],[187545,53170],[188295,72698],[180545,71290],[182069,76677],[182461,84013],[181778,89916],[187885,83436],[186978,103487],[191348,116007],[204190,-8987],[195716,-4205],[194266,-1049],[201811,-33286],[192781,-40594],[198873,-46811],[202955,7000],[197868,6994],[200402,133195],[197012,134765],[203650,152545],[197270,145579],[201737,16652],[198317,28723],[198368,36810],[194231,49426],[196628,49511],[197658,46964],[194127,45023],[202647,76747],[199323,77257],[195788,100693],[201384,106444],[202349,111546],[196199,121141],[216687,-3561],[215117,-30168],[216079,-47993],[216385,-51576],[211561,-68858],[213395,-72759],[214390,-65961],[209554,7272],[217338,6426],[212008,151579],[206748,30501],[210490,55733],[204952,52595],[214748,70623],[209631,78520],[210555,89788],[211545,102919],[211071,121491],[207741,119598],[218816,-22686],[219322,-13590],[228346,-37314],[221691,-28620],[218497,-34166],[226300,-40447],[222101,-59964],[221440,-68361],[223989,12778],[221503,147098],[220761,21360],[221640,44702],[227708,59114],[224777,105006],[224464,121683],[232201,-40256],[233485,-56932],[239188,-64855],[232134,-84441],[236613,-89755],[230935,21696],[234533,22040],[238006,13518],[235244,32118],[238117,46731],[233069,50017],[240287,80495],[232850,96949],[237271,91790],[253357,-137335],[248595,-34784],[249262,-62778],[254919,-97261],[250672,8116],[251097,129063],[253725,129755],[252002,22085],[253850,16374],[246641,36420],[246089,39982],[245906,48961],[245782,61007],[252021,83436],[251844,81048],[253546,92020],[267992,-81669],[268007,-85480],[268048,-98386],[256749,5405],[258036,61875],[259339,83147],[267466,89556],[256795,92857],[262167,111981],[268830,-125694],[274412,-132488],[274924,-18198],[273101,-55508],[279949,11716],[281157,12714],[280667,20839],[279381,59380],[280208,57501],[279235,75682],[280955,74786],[272811,88860],[281185,115756],[289052,-7624],[291453,-23920],[281685,-60652],[290473,-74763],[286123,-68846],[287789,-85933],[293601,12217],[288635,7838],[292896,8070],[286201,22775],[291974,62026],[288827,66890],[287852,81344],[289690,82049],[305053,-1546],[301306,-7024],[304131,-4097],[297143,-3810],[303323,-13349],[298735,-20682],[304809,-22422],[305166,-33887],[306503,-44925],[303944,-59719],[305432,-56927],[306623,-56156],[296718,-69972],[298059,-89590],[295198,10814],[299456,4667],[305086,72014],[310591,-9153],[314574,-12489],[310526,-18289],[310358,-27901],[307480,-50751],[313164,-57620],[308959,-87690],[308185,-90632],[310571,8452],[86244,41900],[85215,57627],[77627,61035],[1019764,200974],[93570,11784],[91637,63861],[100460,65756],[98863,71545],[91272,66481],[97248,84698],[90011,82612],[93768,96224],[101837,110474],[99186,103076],[110542,-3333],[113674,10417],[107118,24534],[106803,59675],[103768,71826],[105298,83553],[103197,85680],[106994,99000],[105014,91876],[110725,95860],[111360,90568],[102535,90008],[109456,103047],[107525,104607],[112612,115338],[103516,104598],[110988,121823],[102852,123190],[106752,124470],[108670,124031],[115818,-5784],[124073,-10388],[119261,131672],[123403,134276],[127082,130350],[127264,131551],[122139,16764],[121709,21631],[123211,28584],[117253,37162],[116423,48605],[120383,89402],[117788,108095],[121711,105315],[117218,126143],[119881,127584],[119402,126173],[1323380,380302],[1322084,381237],[139571,8765],[131411,130961],[135941,128624],[138604,129878],[133985,137366],[133852,145230],[140775,23955],[130468,18478],[128343,37643],[138434,62071],[135950,73963],[136767,86703],[130169,102597],[130265,92901],[139005,101694],[136890,104431],[130860,113499],[133953,112722],[129305,105720],[134586,127563],[129417,121598],[148038,-18396],[150326,139768],[146550,141413],[149144,24445],[146153,17487],[147688,33566],[144275,46943],[151886,68037],[152546,89712],[147579,110365],[147879,102913],[156241,-11405],[159897,-8155],[163257,-14347],[166095,-25919],[157714,141782],[160355,23966],[166277,21292],[165198,26314],[155738,50484],[160394,48057],[154374,46740],[161271,63389],[155847,63701],[158899,64310],[153680,86809],[154025,78718],[157058,94758],[165003,97913],[157474,99937],[160082,99785],[162420,92310],[162084,91841],[162507,110269],[154877,107555],[158171,111366],[164374,127823],[163652,124407],[155477,115560],[177915,-115609],[177632,-122680],[178324,-121529],[177903,-118345],[176379,-127286],[177258,-139678],[178077,-133884],[175592,-141938],[177706,-143089],[177302,-144942],[178142,-148830],[177591,-151895],[176281,-145377],[177432,-146392],[174629,-149033],[175182,-156745],[174635,-163696],[174478,-165073],[176314,-161176],[176645,-161622],[178788,-159078],[170755,-164884],[175721,-165116],[175077,-162478],[173475,-164296],[172383,-163580],[175061,-165165],[179139,-178743],[177903,-174132],[169760,-167067],[172284,-168837],[173381,-170075],[174798,-169414],[172721,-166435],[177075,-177811],[177614,-178966],[179079,-171451],[174944,-168096],[170169,-173562],[178673,-182780],[168979,-8053],[172645,-488],[173708,-6324],[177724,-17571],[173858,-12677],[177317,-28849],[177187,-36526],[178442,-33273],[166912,-27064],[178399,-112752],[175962,8122],[174487,3070],[170154,140515],[178176,140892],[167167,131405],[170224,15852],[174852,22460],[178205,19747],[176059,76052],[175522,81606],[175729,81477],[172684,91532],[175864,111135],[167839,107584],[175641,116889],[187752,-117360],[185479,-122497],[187966,-121695],[183865,-125390],[187098,-125125],[184416,-126676],[190274,-121303],[179222,-115578],[188804,-124615],[185883,-120438],[180524,-120634],[190311,-129685],[190008,-131530],[186109,-131571],[189174,-135573],[189059,-133019],[191477,-133347],[185462,-133643],[184385,-137134],[183579,-139207],[180257,-136252],[181318,-131383],[183409,-128708],[180341,-132185],[180686,-130425],[180754,-129189],[188101,-141136],[179582,-142756],[187306,-142828],[180774,-144068],[183483,-140786],[188908,-151060],[191527,-145137],[190412,-153241],[184020,-153350],[181080,-153124],[187214,-151207],[187385,-147301],[186874,-149000],[186551,-149820],[189827,-149026],[190176,-150911],[179989,-145342],[187543,-154325],[187398,-156247],[179968,-153568],[188678,-159965],[187928,-156011],[182116,-162827],[180060,-166082],[185967,-153844],[181798,-159987],[183360,-159860],[186577,-162256],[187362,-159596],[181570,-158780],[181749,-166794],[180062,-168162],[185239,-169739],[188965,-167960],[191727,-172861],[188974,-175667],[189197,-174987],[191226,-176298],[185830,-177898],[184712,-175778],[183284,-173126],[182575,-174197],[179808,-168175],[185845,-170386],[181555,-166219],[181026,-172468],[182137,-179236],[184495,-182506],[189043,-185498],[181603,-184345],[182361,-183072],[186538,-188871],[181836,-180565],[183349,-183811],[191984,-180115],[188900,-181882],[186878,-183279],[189271,-184441],[186600,-180027],[185125,-180728],[191776,-213366],[191873,-219610],[191337,-219950],[184038,-230175],[185020,-229820],[188012,-227874],[188378,-224847],[186875,-230525],[190000,-232100],[185521,-233059],[189811,-11921],[180498,-13105],[187625,-25138],[191771,-46425],[190723,-101067],[190864,-100890],[191569,-113819],[183357,-108502],[182661,-107326],[187461,-112779],[191390,-111664],[184344,-113068],[190568,-104128],[187535,137966],[188502,140998],[184625,132906],[191230,141716],[187251,143490],[185019,141927],[191177,21361],[182497,23125],[183473,31382],[187902,39268],[179674,51908],[188939,71179],[179633,75847],[186651,74665],[180173,82172],[183771,90146],[185304,104249],[183887,117036],[202944,-118018],[200121,-116612],[202142,-120552],[197563,-117185],[195589,-118540],[202602,-125519],[195552,-124198],[192440,-125552],[200424,-128336],[194167,-131446],[193520,-130948],[196988,-131037],[194225,-133904],[195891,-133712],[193780,-134576],[197627,-134348],[203164,-149453],[192266,-146372],[193934,-145094],[196084,-146501],[193521,-150372],[194347,-152979],[200203,-153053],[196713,-146440],[202871,-144780],[199727,-143534],[195975,-142191],[193786,-142348],[200873,-151066],[201809,-160730],[199845,-162545],[199759,-163233],[201473,-162551],[202760,-165186],[203490,-162417],[202493,-155566],[203845,-153804],[194238,-155146],[195583,-153455],[197672,-154285],[194025,-157289],[192567,-158345],[193942,-159543],[195959,-158677],[195702,-159334],[196765,-162541],[197997,-165840],[195283,-164066],[195372,-162560],[196516,-162847],[200602,-172008],[198852,-174207],[199817,-178374],[202372,-177348],[203372,-174427],[200858,-171959],[202488,-176388],[194045,-166837],[194439,-173897],[193437,-171481],[195689,-171581],[197345,-178931],[202336,-182653],[204697,-186509],[192147,-182400],[192420,-187517],[201168,-183806],[199973,-182972],[199496,-182576],[196185,-182129],[203960,-189889],[204527,-189564],[201626,-189745],[198436,-188037],[198312,-189226],[192750,-184644],[193731,-184779],[192623,-187565],[192793,-181528],[195333,-183415],[198436,-180694],[200497,-186079],[198405,-192470],[199664,-191828],[198442,-204360],[198545,-202365],[204292,-200629],[196594,-200426],[196933,-197445],[204438,-211792],[203675,-204985],[198812,-209101],[202049,-214443],[201163,-215344],[203957,-214031],[203602,-207394],[196776,-207592],[198177,-208697],[197155,-209253],[200784,-211502],[198967,-214080],[199746,-215224],[197374,-204711],[195872,-206549],[198902,-212208],[196856,-210955],[197932,-212024],[197667,-214603],[195801,-216682],[194425,-214130],[192315,-216246],[200538,-218326],[199202,-217829],[195953,-218176],[195717,-218973],[193049,-218913],[193408,-228878],[198273,-234896],[196269,-230820],[193177,-231267],[199225,-234918],[200468,-231482],[199771,-230514],[199787,-232578],[203520,-7349],[193564,-6778],[194882,-615],[195324,-24491],[192593,-18697],[197901,-26519],[202756,-28133],[192417,-34195],[194274,-39884],[193776,-48162],[196965,-47403],[203386,-54072],[199802,-63146],[192298,-108987],[195085,-102871],[200924,-107428],[197762,-112176],[198368,-113193],[197762,-113010],[202207,-114394],[192676,8166],[202367,9222],[201181,10502],[194872,136224],[199733,147016],[198973,32359],[203114,39725],[203262,47477],[193708,50333],[197925,46713],[192982,39161],[193298,51445],[193021,53212],[196047,81039],[196800,88597],[193914,94946],[200786,99411],[202734,96573],[196431,97555],[194540,112651],[201527,113472],[207263,-147820],[206452,-149824],[216188,-165684],[214627,-164307],[211235,-157777],[211508,-154853],[213141,-154329],[211008,-153497],[208276,-155506],[209567,-165468],[205127,-165093],[206134,-160445],[207255,-156887],[205404,-155065],[205791,-172115],[206826,-173075],[211379,-174472],[212540,-173309],[213764,-173797],[214525,-172534],[216732,-171312],[215526,-173430],[210163,-168712],[211548,-170050],[214108,-168317],[217355,-169467],[205099,-188957],[208599,-188745],[207263,-189811],[211220,-188343],[212341,-188554],[208742,-185505],[210936,-184205],[214110,-185684],[214047,-184114],[216754,-179519],[215674,-181600],[217182,-187267],[215299,-188935],[217238,-181239],[212232,-190369],[209230,-193820],[209769,-191935],[215414,-195884],[213728,-196758],[217135,-198845],[216177,-201222],[215426,-198874],[213752,-195450],[209974,-195312],[211502,-193840],[211346,-194627],[214353,-198994],[205595,-192708],[208388,-197004],[210024,-202896],[206353,-200091],[209752,-199394],[210123,-199763],[206433,-201832],[209782,-203942],[208652,-201970],[207755,-202581],[205134,-197219],[204877,-202224],[205879,-204594],[213574,-204892],[209023,-196529],[210688,-210508],[210637,-206097],[208727,-209989],[208545,-207175],[207475,-205788],[206211,-216046],[207693,-206601],[205130,-209439],[206227,-210067],[209694,-212219],[215075,-221109],[213793,-220620],[214456,-217722],[216337,-246260],[212706,-247982],[209871,-280041],[216523,-289366],[213908,-287361],[213186,-290024],[206539,-284739],[213069,-284103],[205045,-282433],[208607,-293236],[212127,-293873],[216623,-290894],[212973,-297979],[211690,-294864],[208457,-297839],[215892,-297311],[212485,-307692],[217521,-31008],[214296,-35808],[213561,-39284],[216643,-54470],[208555,-55051],[205839,-68445],[211376,-72469],[216689,-65944],[216266,9924],[211143,147321],[205948,150425],[213925,23248],[207283,37528],[206247,30124],[214524,57694],[205109,52148],[209387,70935],[207261,73537],[211017,68549],[211596,80170],[215707,86744],[204982,98903],[207002,94749],[213531,104517],[213737,121096],[206746,122757],[215000,116043],[222505,-165775],[221239,-161043],[223515,-162222],[224929,-162596],[226962,-163615],[218235,-165013],[222537,-175730],[223310,-176593],[222526,-172921],[219320,-170292],[219859,-168009],[229025,-166272],[228906,-166818],[226280,-174225],[226227,-177689],[217797,-178680],[219631,-174340],[219109,-177034],[223756,-168903],[224656,-170266],[222599,-170525],[226423,-170521],[219190,-182211],[218970,-183856],[219990,-184100],[220668,-185401],[218771,-188282],[217769,-188519],[227453,-188698],[228421,-191018],[229434,-185187],[230273,-185010],[223014,-191042],[224951,-190524],[224932,-185912],[224210,-185485],[225448,-181564],[222091,-183985],[222622,-186337],[218996,-189960],[220434,-181503],[219052,-178790],[218481,-182361],[225109,-198901],[224818,-194631],[219689,-203737],[229572,-200571],[228625,-202044],[230366,-203202],[224661,-194036],[219449,-195597],[226057,-204452],[225749,-197617],[228196,-197115],[218406,-202380],[218181,-200241],[227623,-195864],[230097,-197532],[230209,-198185],[228816,-199524],[224486,-196439],[229404,-216503],[229379,-208385],[229575,-213541],[225985,-211034],[226433,-216990],[224840,-216047],[228339,-213114],[226706,-208152],[228232,-210853],[224906,-208041],[226256,-206998],[218749,-207542],[223088,-206882],[223546,-209948],[223125,-205896],[222195,-207701],[219218,-217024],[218588,-214741],[217951,-213099],[221332,-212313],[222431,-211746],[220366,-212118],[218091,-211592],[218390,-208755],[219118,-209322],[218301,-205495],[219859,-215539],[229787,-228953],[229886,-227009],[227539,-226007],[228602,-228424],[229620,-221877],[230130,-225240],[227649,-221396],[223264,-222737],[226163,-220000],[222872,-217648],[227889,-218148],[225086,-221245],[224642,-226352],[224550,-224517],[224398,-222050],[221360,-219390],[224974,-229169],[226764,-231351],[225243,-231037],[218746,-5420],[217725,-245015],[219306,-246994],[226209,-253697],[222058,-254745],[224915,-260710],[223988,-256423],[224313,-257013],[229047,-263885],[222748,-259559],[230115,-267641],[227622,-265505],[225072,-262139],[225003,-264583],[228826,-264839],[217822,-278321],[224567,-283212],[225541,-288496],[225094,-291264],[221165,-285487],[221628,-291218],[224454,-301170],[225111,-294434],[224199,-297375],[229101,-300700],[217719,-301614],[220603,-295051],[221335,-299320],[228787,-309562],[218823,-316146],[221981,-308112],[228555,-316296],[221966,-312917],[221825,-317076],[226663,-315550],[220297,-313464],[223215,-15690],[218947,-37695],[229351,-37276],[221504,-26710],[222780,-39034],[220176,-46077],[222075,-59480],[219046,-71072],[225311,-70170],[224340,150632],[222021,13795],[220447,44795],[226704,57298],[227113,97476],[224139,102046],[221641,107594],[237531,-152398],[241558,-151953],[230783,-142832],[233787,-154870],[239226,-153529],[241541,-154586],[238623,-156030],[242441,-156349],[235585,-161686],[233967,-153284],[233157,-155629],[242326,-158342],[242930,-160783],[242529,-177764],[242534,-168450],[241213,-168175],[242130,-166382],[240055,-175108],[231109,-177565],[230899,-167106],[232668,-169231],[238798,-166684],[239466,-173126],[238662,-168765],[234883,-169217],[237203,-177638],[236382,-173961],[234813,-176240],[237020,-190699],[238188,-190630],[238187,-188407],[233061,-187667],[231626,-187962],[233826,-183948],[231610,-181721],[233967,-181253],[240492,-179109],[239363,-197574],[242077,-196470],[236472,-194891],[236470,-197993],[236547,-192218],[231319,-194671],[231596,-193508],[240472,-192231],[242403,-194106],[230466,-200774],[235193,-204366],[233342,-204289],[232890,-202728],[231272,-200912],[236129,-205292],[235352,-211219],[233640,-212442],[231024,-206381],[233019,-209464],[230696,-212805],[235199,-206375],[235189,-206708],[231528,-209854],[234872,-209971],[231260,-212861],[231110,-217741],[232113,-225111],[231989,-223581],[241589,-240551],[240868,-239529],[235732,-238547],[232097,-240687],[235882,-239597],[237224,-238479],[236571,-239768],[240902,-244749],[233198,-263134],[235463,-262149],[231612,-265608],[240213,-274630],[239819,-271861],[238970,-273757],[240390,-275902],[233495,-271149],[235793,-280975],[237137,-280382],[234539,-270872],[235787,-280247],[234071,-274188],[234951,-272191],[242750,-284090],[233423,-287939],[232303,-294022],[235581,-305079],[242209,-297804],[233383,-304104],[237002,-312757],[236360,-309920],[235816,-312081],[236710,-324225],[230468,-37240],[231268,-48852],[231099,-63707],[240209,-91943],[234813,12988],[231904,23777],[240927,49172],[236806,60684],[235809,54665],[236769,57706],[240826,75450],[240864,71137],[241681,69375],[241044,79432],[236362,88068],[240967,97703],[232319,93634],[233170,90717],[234800,94624],[239367,115233],[251467,-138821],[244846,-155700],[246398,-176437],[246829,-173156],[249663,-176875],[248246,-170959],[247272,-169017],[245524,-169585],[246081,-178661],[243445,-184483],[246295,-185881],[245932,-181036],[245975,-179671],[246151,-183352],[248229,-182334],[248812,-181403],[244876,-180903],[248836,-244116],[248883,-254455],[245082,-248882],[244980,-249455],[245060,-254756],[243842,-256206],[248797,-263229],[244381,-259209],[246720,-259336],[246350,-266338],[253660,-266956],[248676,-258450],[255710,-272956],[251427,-272782],[249331,-271750],[250390,-272708],[253185,-275856],[255162,-270525],[250019,-271259],[254649,-280775],[243993,-275846],[243875,-282070],[243267,-285851],[248296,-287882],[251420,-289027],[254287,-285936],[248944,-290794],[247932,-290088],[245978,-291775],[254181,-285250],[251744,-287482],[255032,-288461],[253711,-301046],[253636,-298738],[244732,-297008],[248386,-300410],[245372,-303181],[243582,-307450],[247431,-310899],[248880,-315778],[245978,-315403],[247484,-321299],[255788,-322483],[244104,-322378],[246944,-325897],[244787,-320160],[247463,-324305],[252147,-341606],[247623,-35191],[253019,-59575],[252044,6056],[248232,134443],[255714,129387],[251581,18233],[248955,38686],[247406,46102],[248759,62425],[249953,64556],[255120,110492],[266938,-127627],[268552,-207270],[262844,-227743],[256103,-226346],[257841,-228088],[256671,-227907],[257915,-226357],[265137,-237822],[261878,-264627],[261399,-268185],[258521,-264658],[260417,-273355],[268308,-280226],[259167,-272487],[256411,-272746],[258981,-280628],[259916,-279921],[263246,-280076],[256224,-274523],[256617,-274039],[263049,-279022],[256881,-282956],[264239,-283644],[256968,-293719],[260086,-282906],[257038,-285657],[256705,-282131],[264765,-283585],[264024,-283664],[264555,-286127],[260560,-281826],[260856,-297949],[267220,-294925],[258842,-300238],[258598,-305652],[258203,-296294],[257285,-300133],[261754,-298818],[259839,-299304],[262740,-303471],[256403,-299481],[267914,-296932],[268208,-303166],[266788,-304404],[266462,-306260],[268643,-311128],[259561,-317415],[263103,-319770],[266791,-320012],[261688,-329165],[262743,-335216],[265630,-73676],[258830,9769],[259135,78098],[256985,79887],[267465,89346],[266154,95200],[256607,91772],[261086,98123],[268577,94654],[260663,103612],[266747,106843],[264374,111397],[266755,117785],[272549,-132466],[272172,-248955],[271925,-246600],[276227,-249321],[274715,-247468],[277576,-249018],[272079,-247796],[281081,-263493],[280830,-265855],[270112,-285900],[271749,-18678],[274518,-54015],[279456,-60644],[274505,-101061],[273078,6987],[279443,16600],[271748,27674],[278650,29036],[281003,57681],[269316,78284],[273612,92813],[276713,104875],[277376,110915],[270898,104729],[282295,-10993],[288182,-9199],[285599,-269327],[294279,-284320],[282747,-293708],[284340,-22942],[288056,-18111],[293429,-74213],[293443,-75765],[292900,-77105],[286076,-87703],[290342,11712],[291956,4209],[293119,4602],[290284,22126],[283762,62600],[285273,63218],[289030,76306],[283023,74141],[290957,82444],[283387,80485],[303612,-12395],[295026,-3944],[302003,-15008],[298325,-22400],[298937,-25801],[300217,-46580],[307002,-90160],[299856,12907],[299803,12196],[301894,4224],[309296,-20525],[307906,-34456],[310023,-26267],[315052,-48293],[307763,-46099],[309699,-45559],[310401,-57715],[310787,-86327],[309363,-82525],[307667,5645],[432811,432920],[443143,431785],[445566,431940],[76542,57192],[82954,39805],[82824,69819],[88185,67266],[88050,83413],[100221,-24426],[92174,5933],[91519,10279],[90159,129212],[99540,55351],[95763,69703],[97682,69750],[99704,89488],[98315,87477],[92569,79707],[100585,112640],[92738,109115],[100147,115663],[110818,-66],[107121,4441],[104989,16011],[114562,36148],[108479,27902],[111489,49344],[106135,80774],[107763,86940],[104828,77672],[113399,100611],[109598,94518],[109176,111170],[114063,109300],[103495,105474],[113039,115615],[102719,121729],[107988,123003],[123787,-11965],[127727,10732],[118554,8068],[120596,130218],[127987,130867],[117522,20347],[127486,21245],[123934,37043],[127867,87919],[120263,86576],[117193,93467],[125549,100601],[117237,100549],[127451,110513],[117697,114231],[118283,111868],[125417,112661],[121214,110868],[115236,126618],[120101,122501],[118522,121589],[-1024251,1516899],[1323468,380769],[1322178,380575],[128018,-13095],[131163,137784],[128701,132736],[139130,136354],[135663,134085],[138990,142337],[131725,31062],[131606,32989],[139558,59086],[131329,76546],[136588,90849],[131669,95338],[136103,98886],[134928,97314],[140244,99275],[129472,114722],[134803,106734],[134809,127506],[137927,125351],[147741,-10862],[153074,-17310],[143703,12110],[141025,130492],[148786,130676],[152504,139105],[141965,141488],[141921,142268],[145720,24939],[146640,18221],[147951,32018],[151137,41769],[142853,49459],[153226,59036],[149801,73125],[143904,91796],[145516,101023],[143833,111143],[149569,104709],[159039,-7346],[159204,-21701],[166191,-37036],[162214,136579],[161815,132876],[160423,25478],[154368,48447],[154366,67745],[159413,89292],[154196,82682],[166268,90625],[164054,101809],[160047,95478],[160682,114852],[153933,109973],[156080,107757],[160358,103101],[158953,122904],[175074,-154785],[175660,-176605],[179199,-178616],[171702,-6529],[174883,-59],[166646,-8594],[174416,-16796],[178765,-13010],[174194,-25410],[175021,-42202],[177387,2364],[172859,8490],[175690,130710],[171064,139316],[177174,141073],[169605,17087],[175018,20871],[177577,22725],[174424,74980],[172937,74603],[177971,74322],[176108,73680],[175481,81563],[175529,113345],[167080,107626],[175770,125538],[182154,-8491],[191480,-16860],[190027,-14643],[187433,-25697],[190768,-27501],[181875,-29787],[179856,-39666],[190716,-111347],[184947,131494],[187505,145933],[185773,144083],[184590,143894],[190489,19001],[183125,22392],[185456,28867],[186582,37238],[187219,45637],[189504,39815],[187914,64085],[182228,86855],[184569,79565],[187756,107372],[186772,110326],[179221,118078],[183537,126735],[190545,116047],[194138,-8775],[193800,5],[197487,-23513],[202675,-25177],[192725,-34403],[195537,-39342],[195637,-46120],[198729,-57371],[195275,-54591],[197455,-65681],[202042,-64879],[204060,12366],[194923,7400],[201993,7088],[194553,129387],[200679,130812],[193892,131372],[202463,149829],[199831,143310],[195886,13253],[201365,36348],[199930,36794],[197725,33748],[195987,45474],[197972,49269],[198640,46165],[194213,40258],[197021,40941],[192543,63326],[199490,70885],[203117,98934],[202194,100011],[195885,96533],[203648,92082],[192359,106391],[194025,114482],[196403,108415],[192084,122752],[206582,-9323],[213669,-33203],[213457,-38063],[204961,-33520],[212077,-38355],[214310,-56029],[205647,-61217],[212705,-69809],[215589,9043],[214921,153419],[209047,150510],[213018,24640],[211880,54784],[208133,53309],[205297,75020],[213229,64564],[208118,74143],[211675,66352],[210597,83349],[214998,84494],[212586,101298],[212950,105125],[206669,117794],[211180,124984],[213498,122121],[208074,119115],[218093,-12350],[219725,-22406],[229111,-37724],[222185,-29086],[220165,-39409],[226888,-41622],[219756,-50098],[226129,-60236],[222258,-72394],[225373,-66484],[220993,11202],[223405,129185],[218796,20615],[224652,43897],[225450,54403],[221818,90820],[219355,104383],[231375,-182032],[235072,-183555],[232953,-39710],[238162,-52421],[239567,-64729],[231582,-84964],[232065,-92682],[231740,21606],[233894,13083],[234070,26403],[240206,51672],[243000,70258],[239401,91211],[252201,-124562],[247346,-35896],[255722,-56936],[254731,-61962],[244417,-90664],[250534,5913],[244655,35387],[249285,38031],[243474,43791],[247875,40592],[251571,76540],[252264,84889],[248129,79213],[253126,97104],[256639,-135210],[258590,-70420],[261909,2031],[257399,23172],[266303,61617],[260797,76627],[257291,66700],[257713,94060],[257424,125458],[256691,128007],[271670,-132244],[272264,-150130],[273953,-5716],[274673,-16662],[273623,-25251],[275358,-54407],[279826,-61094],[273184,-102778],[278244,6463],[277390,25329],[269701,27724],[272904,66894],[277445,65662],[269936,89135],[276528,116993],[288226,-7270],[285437,-23573],[289881,-15633],[291630,-71971],[284131,-77528],[289151,-80282],[285821,-83009],[281660,-91119],[293067,3392],[292916,6798],[287263,13237],[285336,57287],[284495,56974],[282252,85766],[289259,84598],[304242,-258],[301351,-12484],[306584,-10224],[297050,-4065],[298754,-22958],[305375,-34037],[305448,-46027],[297841,-57097],[301645,-58941],[304236,-59156],[302413,-79121],[304753,-90048],[297647,8195],[299486,10338],[300014,6069],[302662,72654],[307845,-10713],[310053,-8001],[310798,-3210],[310450,-19835],[310934,-24834],[312888,-46712],[308192,-45903],[309620,-45619],[307210,-63626],[307736,-54978],[309729,-86920],[307630,1119],[433872,425680],[442184,431971],[436018,432339],[444617,432004],[76377,60551],[85572,43447],[86628,61739],[97187,-22533],[91324,5841],[89789,15433],[102052,72572],[98324,66199],[90434,72243],[92230,68491],[102156,87991],[99928,83591],[92247,87740],[93630,89904],[93551,107597],[101602,121961],[107685,-946],[111181,4807],[106672,17201],[112243,50803],[113111,41212],[107179,54875],[107774,53953],[103985,59113],[102410,67060],[104013,89339],[113321,101780],[105095,97316],[103079,95624],[112892,91706],[103736,107265],[106355,108258],[103644,104318],[113210,123621],[114163,124590],[105283,124005],[118536,-13473],[118917,6265],[118238,129192],[125403,132918],[117052,146245],[126631,15902],[117616,20413],[120718,20710],[123596,37154],[127065,86005],[117941,86428],[124917,101134],[126714,101416],[116973,98086],[122182,109021],[116745,109031],[127969,104850],[120375,116987],[117229,126488],[121354,120893],[125805,122230],[118778,122875],[-317773,-197919],[1280007,172079],[1292665,201233],[1289131,195583],[1281046,241120],[1284988,241490],[1285840,242884],[1280074,235136],[1285341,234142],[1282653,231669],[1286943,230748],[1304400,431821],[1305012,437378],[1314121,203835],[1317077,201580],[1315001,211139],[1313069,206620],[1313265,209765],[1315429,218562],[1312282,286545],[1310992,295819],[1307627,297749],[1313106,384069],[1314032,392657],[1308065,432002],[1305706,433430],[1308080,446655],[1324538,205607],[1322894,239141],[1321566,241083],[1321184,238474],[1326346,247568],[1322883,246278],[1327237,245680],[1324355,382454],[1318740,375961],[1327092,391055],[1326826,388705],[1327340,384311],[1321706,385731],[1322830,385868],[1329925,401823],[1325847,399504],[1326531,398835],[1322911,406291],[1333830,203115],[1333447,202387],[1331822,243275],[1332086,242061],[252106,-212481],[254729,-210778],[249577,-211932],[247443,-111352],[273773,-117200],[271341,-123399],[277872,-124282],[280321,-117972],[274343,-134826],[281059,-129293],[270922,-131569],[272228,-135574],[280192,-192239],[272792,-86361],[279501,-84580],[281463,-88513],[275041,-96726],[275324,-103569],[271851,156679],[272137,157515],[272922,157237],[275023,161794],[293343,-122096],[291239,-121445],[289306,-121676],[288064,-119306],[281643,-138898],[294069,-136446],[290950,-129576],[284094,-138720],[284419,-135048],[284442,-130606],[290885,-145692],[286685,-141949],[292796,-153319],[293485,-143060],[286092,-156661],[292426,-163358],[292985,-159407],[293620,-162348],[287586,-153869],[289006,-156031],[291334,-167606],[291317,-174424],[290096,-174237],[283182,-192977],[290135,-87963],[281724,-93076],[292092,-97640],[289031,-100357],[292806,-97604],[284398,-112683],[282481,-113941],[285679,135310],[290353,171067],[290246,171077],[288498,172005],[296649,-115064],[299110,-128751],[295758,-149887],[297556,-163511],[298907,-157738],[299982,-157461],[304550,-160598],[306145,-161317],[296563,-167451],[296047,-171522],[299528,-76143],[303376,-88830],[301712,-89364],[303061,-86296],[298206,-87487],[304507,-89855],[294992,-100040],[297310,-100082],[301203,-95271],[300023,-100414],[305313,-102098],[300847,-97675],[296868,-100589],[297182,-114897],[297033,-113561],[298574,-110975],[298035,149545],[298456,150809],[297081,153788],[295662,95774],[295655,96841],[296893,96943],[295670,97694],[295559,97337],[304726,95495],[300566,104748],[312346,-158224],[314558,-160737],[312818,-160718],[309451,-160502],[314489,-169231],[314769,-169096],[311667,-166267],[310927,-68329],[316099,-74742],[317359,-85616],[314375,-84897],[308073,-76687],[314414,-99690],[309726,-97178],[318200,-112956],[314512,131258],[311921,129057],[312251,128977],[307869,163421],[312695,88036],[313462,87009],[313954,95251],[312029,96279],[312191,96591],[309265,116591],[323951,-164348],[331695,-171911],[332251,-169173],[327754,-166814],[325776,-167907],[325494,-249829],[329272,-17966],[330216,-26511],[324928,-40883],[330931,-102543],[330560,3865],[325573,5544],[322452,7080],[324691,11452],[323831,8643],[324576,7799],[322449,9037],[320160,9376],[326000,178299],[330728,34981],[330117,74741],[324021,74434],[323699,74758],[323584,74949],[323762,74844],[325546,71862],[327616,78531],[322907,80045],[328878,92379],[326927,91582],[327439,91995],[320646,90924],[344205,-175746],[345527,-172431],[336586,-175051],[337086,-168065],[336330,-173257],[337874,-182952],[341249,-184971],[341965,-182847],[338816,-189631],[334359,-185261],[343204,-23560],[343573,-23340],[333618,-30130],[334742,-45531],[336646,-46607],[334653,-58779],[334365,-62491],[334182,-69623],[334064,-64738],[342781,-82644],[343728,-94019],[333540,4457],[336321,4500],[336370,128688],[341849,221039],[337758,18109],[338278,44306],[334206,50734],[333877,45030],[340003,127085],[351183,-169039],[349052,-172957],[346526,-174554],[356104,-186261],[346912,-23405],[356375,-24386],[356506,-24528],[357272,-22237],[355411,-25480],[355541,-25665],[350194,-42150],[355457,-68668],[349070,-87978],[353476,-87105],[346196,-96850],[348938,-97693],[348248,-97195],[348223,-92458],[353130,-91187],[346102,149272],[351172,176975],[347785,173592],[351544,177857],[354003,179196],[350682,170208],[356973,170718],[355620,171960],[354437,168859],[357997,171599],[357923,171520],[356665,167564],[356062,168109],[353308,180124],[355562,182337],[357322,182225],[354310,184850],[354471,182848],[348365,180526],[346773,181432],[351711,182956],[348266,186830],[351308,211453],[355320,125858],[370281,-119901],[366804,-120758],[361912,-152988],[365483,-161921],[370846,-159066],[366199,-168136],[367268,-170804],[364593,-180231],[359176,-183179],[361533,-188288],[368870,-182971],[361477,-185628],[366148,-183718],[367245,-183713],[368013,-54661],[361525,-53422],[365730,-68449],[370275,-88555],[363979,-86454],[366658,-93595],[359478,-95883],[366814,-114965],[359075,-109825],[370373,-112488],[366463,163513],[363653,159659],[358793,170753],[359449,169581],[358642,171044],[365887,169349],[364515,168596],[361705,176266],[370239,178172],[370825,178271],[362872,173636],[361627,191368],[375626,-115567],[380297,-115121],[383188,-121263],[383724,-124413],[376496,-138789],[380192,-128348],[380326,-131922],[377684,-164323],[374216,-164004],[374999,-171944],[373476,-174881],[382056,-175846],[371326,-166433],[374343,-182014],[383691,-182438],[375877,-186620],[373451,-231172],[382113,-12042],[376844,-3100],[377304,-4560],[383657,-41544],[372412,-55124],[372487,-55154],[372083,-54949],[375770,-62646],[377712,-54355],[381449,-67076],[376302,-76120],[380366,-89523],[382389,-92688],[382836,-90969],[376344,-94627],[377478,-90423],[375904,-89966],[373212,-90372],[372764,-101978],[380014,-103061],[374986,-107385],[371784,-107176],[372041,177235],[374165,180210],[376043,186368],[371973,196067],[372490,194348],[379876,209266],[380782,211688],[386037,-124181],[388839,-126659],[388571,-124351],[388884,-121401],[384811,-131219],[394089,-133892],[390487,-137130],[389687,-140506],[393585,-137773],[389842,-138952],[391555,-131601],[390071,-146773],[389103,-148763],[391154,-146717],[392352,-142924],[395035,-143226],[387820,-160411],[394533,-165567],[387997,-178597],[394313,-168321],[392477,-251524],[396308,-18210],[386481,-38696],[385315,-39573],[390889,-76314],[393048,-64260],[392678,-87142],[390680,-81771],[390788,-80407],[391613,-80542],[392039,-89778],[396349,-103058],[392668,-110087],[393565,-108482],[391992,-103402],[391119,2133],[385652,4994],[384348,188290],[384045,187341],[388682,211714],[388411,211551],[385218,214615],[386809,216740],[396607,214557],[390429,35378],[402870,-118864],[405706,-134346],[404672,-133306],[405085,-133017],[407004,-134247],[406737,-134288],[398430,-237762],[405518,-237408],[402862,-5161],[402011,-45040],[403651,-44932],[397331,-74931],[403890,-64490],[397569,-79823],[402148,-89914],[397617,170568],[404845,195474],[407800,199112],[405939,228682],[406363,227375],[406799,229718],[409136,242602],[408095,242561],[405567,242740],[403884,241241],[403697,240908],[404105,240716],[403268,240351],[407766,243075],[407867,242827],[408766,243970],[408456,244714],[406296,244932],[405396,244278],[407395,245366],[407131,245422],[401907,13942],[405032,17891],[404240,376766],[404908,375809],[403702,378050],[403451,377099],[403604,377453],[399608,30954],[403398,80369],[411349,-235343],[412880,-235927],[410679,-231557],[415052,-10125],[411816,-7924],[418103,-6050],[419997,-9341],[422180,-10511],[412093,-12972],[413464,2686],[414247,941],[420127,204092],[420371,204695],[417432,204372],[417460,209692],[409787,210080],[410279,245681],[411717,246590],[411649,247639],[415480,249517],[412347,250079],[414847,253366],[420124,254106],[419882,255119],[413263,415849],[411174,79950],[433124,-205608],[426777,-9584],[427758,-9191],[428832,-8496],[432261,-247639],[424745,-256518],[432834,-84669],[428137,155812],[424737,217204],[431063,222412],[429018,222805],[430186,225462],[427773,223975],[426058,223658],[426106,250478],[428460,251531],[429230,251942],[427951,252780],[430330,251213],[430516,249704],[430939,18265],[431578,15571],[431969,15198],[433611,28737],[439491,-211663],[444875,-214236],[446580,-217321],[439717,-218015],[441543,-225835],[441396,-232861],[438778,-6859],[440360,-48999],[442539,-49151],[441063,177892],[445284,170172],[443719,183134],[445660,180135],[444149,196881],[447270,21937],[443612,21234],[444084,22584],[446492,23312],[446881,22423],[446870,25077],[443561,25640],[442790,24485],[441870,352016],[443874,33450],[448253,33498],[443488,43710],[447904,47019],[446996,46514],[458588,-131023],[451573,6191],[453643,176935],[459652,192081],[458862,189703],[452320,183289],[452435,184697],[454843,203207],[451002,197269],[459529,206510],[458253,15926],[458054,15927],[456025,68629],[469980,-134078],[465883,-138041],[468139,-138751],[461301,-131732],[472649,-233713],[466494,-244364],[464095,-31248],[462337,-33406],[462611,-28445],[462441,-29625],[468033,4888],[472948,187701],[462996,212052],[464140,426574],[463625,426429],[463079,105897],[464037,108588],[464862,108709],[466578,108919],[470976,109056],[472372,117726],[483427,-137579],[481497,-137555],[483055,-141356],[484540,-10298],[483366,-10192],[480637,-22422],[479797,-52882],[476715,174826],[484395,208563],[478652,22414],[485002,76702],[495493,-153971],[498894,-63431],[499022,-63925],[489507,158695],[486656,211573],[487237,205506],[489522,212983],[495658,226342],[489316,223423],[492582,218383],[492575,232439],[487066,13640],[492521,49365],[492314,59290],[492022,72844],[487514,70953],[496393,110021],[510487,-1909],[510772,-1773],[510770,-2034],[505791,-7215],[505785,-7100],[506290,-7166],[511639,-38168],[511563,-38050],[511696,-38015],[511536,-26222],[509515,-44635],[509540,-44891],[509289,-44570],[506223,-41905],[503408,-44537],[502923,-44357],[502996,-44566],[504466,-44497],[509937,-73312],[510362,-73006],[511236,-75850],[511048,-76107],[501237,-79886],[501091,-79873],[500987,-80375],[504359,-100420],[504677,-99695],[503515,171632],[500514,41888],[503221,58074],[514642,-11106],[514634,-11318],[519178,-4801],[514710,-8404],[515428,-19075],[524320,-32199],[523878,-31984],[512519,-36123],[512502,-35938],[512335,-35944],[512532,-42879],[513165,-42940],[512972,-48544],[512805,-48934],[512781,-48708],[513309,-51019],[513502,-51148],[512631,-53058],[512681,-53146],[512819,-53174],[524641,-56019],[512325,-75913],[524417,7264],[524708,7389],[524490,7071],[514995,183878],[516867,184577],[520933,189263],[520079,194369],[521677,80457],[531089,-1749],[531050,-13340],[530581,-12987],[530618,-13424],[525291,-16457],[525128,-16312],[525219,-16016],[527786,-20604],[531769,-45757],[533190,-43952],[525924,6327],[525653,6424],[525799,6498],[529252,24386],[534078,31113],[526684,63406],[527560,58178],[528966,69048],[529232,64505],[525766,87257],[537610,-15268],[543797,-13981],[543025,-65331],[542784,-65900],[543055,-65846],[544453,57420],[546583,62438],[549886,51565],[545107,55301],[540912,64657],[538353,65176],[537984,81260],[555215,-11667],[550710,-19435],[554506,-34844],[551976,-29385],[563054,-31250],[551410,21537],[575632,-74643],[572611,-76100],[573992,-82117],[567079,-83912],[575363,-80635],[572658,-80345],[575703,-87725],[569328,-94169],[586171,-35973],[580940,-59959],[581268,-59864],[580870,-59741],[579481,-61238],[579584,-61325],[583758,-88201],[580817,-93243],[597769,-45761],[597639,-46094],[598508,-45662],[598341,-45156],[598697,-44369],[600433,-46727],[600766,-47049],[601222,-44368],[600561,-44441],[600945,-45018],[599417,-44598],[599271,-44568],[599516,-44966],[598456,-70928],[596160,14933],[595823,15156],[608947,-85764],[610110,-87408],[630742,-164493],[630526,-164095],[630058,-162333],[630173,-163479],[630225,-163086],[630554,-163490],[634115,-168871],[633963,-168802],[633276,-168730],[633787,-169023],[633221,-168847],[633878,-168058],[633730,-168128],[633704,-168529],[636856,-173328],[636176,-174182],[634920,-174836],[634222,-175205],[636426,-175200],[635262,-174330],[635536,-175279],[636011,-174146],[630706,-173116],[630911,-173662],[630986,-173828],[629454,-175164],[628990,-175208],[629337,-174669],[630024,-166345],[631040,-166669],[629872,-166423],[631439,-168186],[632105,-168004],[631701,-167423],[631533,-168030],[631793,-168056],[630135,-166380],[630399,-166347],[630185,-166262],[636080,-168590],[635517,-168371],[636303,-168716],[638006,-167709],[637176,-167736],[637704,-168004],[629494,-188333],[630165,-188332],[630043,-187823],[629780,-185051],[630573,-185097],[629849,-185561],[631926,-185042],[631546,-185156],[631247,-185262],[630834,-186632],[630887,-187343],[631260,-186613],[631223,-187043],[631512,-187242],[632303,-187271],[632458,-186619],[631729,-187539],[630300,-186253],[627861,-179986],[628552,-181568],[628697,-181567],[629896,-181976],[636653,362234],[643506,-160316],[643711,-160862],[643786,-161028],[642254,-162364],[641790,-162408],[642137,-161869],[641279,-160531],[641695,-160597],[640957,-160781],[642294,-175533],[642965,-175532],[642843,-175023],[642580,-172251],[643373,-172297],[642649,-172761],[644726,-172242],[644346,-172356],[644047,-172462],[643634,-173832],[643687,-174543],[644060,-173813],[644023,-174243],[644312,-174442],[645103,-174471],[645258,-173819],[644529,-174739],[643100,-173453],[640661,-167186],[641352,-168768],[641497,-168767],[642696,-169176],[648486,-189474],[647347,-188164],[646923,-188987],[647612,-189566],[647661,-189028],[648510,-189808],[648042,-189910],[646839,-189437],[647236,-190024],[645435,-189194],[645446,-189292],[645201,-189259],[651832,-188941],[651922,-188538],[651513,-188265],[651110,-187320],[651242,-187464],[651344,-187631],[651180,-191065],[651228,-190945],[650813,-191074],[663980,-178265],[664028,-178145],[652939,-71375],[678199,-119558],[676192,-111341],[670833,89524],[676906,101695],[677405,101162],[675808,101277],[674441,101734],[677828,96501],[677012,93930],[677692,93467],[675503,97215],[674605,96499],[673652,96399],[672722,97480],[672329,96323],[674365,97940],[677076,96688],[676683,94016],[675887,93121],[671612,96525],[673861,92273],[673419,93105],[675663,96329],[669765,90098],[669412,92682],[680236,-128096],[682004,100026],[678595,101598],[683594,100942],[679405,98012],[678515,97225],[679882,96427],[714072,-148565],[713492,-148730],[715557,-167029],[714664,-169131],[713589,-168820],[707347,-178852],[712171,389153],[718363,390471],[717731,390247],[724060,400069],[726269,400566],[733844,-197857],[734529,402747],[742230,414937],[740630,414450],[741118,416262],[738840,418822],[741106,421447],[739013,427929],[754499,-169382],[749720,390669],[750572,395386],[750434,392874],[749832,391568],[751954,392090],[748135,387986],[745226,412624],[743117,413731],[742368,421705],[748954,415852],[747823,415618],[747513,418050],[749164,420575],[747551,421484],[751130,417081],[750314,416474],[754474,417930],[747706,416778],[745670,416689],[753012,419272],[753828,413841],[753156,426764],[758290,-167470],[755915,394719],[757246,395623],[757767,395062],[758573,395317],[760381,395271],[760116,396150],[767760,395740],[767057,391822],[767208,390597],[763096,387603],[761942,387737],[758076,385398],[761458,409228],[765683,409185],[766872,407000],[766287,407958],[765293,405054],[763080,403507],[758278,400651],[758155,398419],[756163,397615],[760064,398809],[763300,397804],[767285,400289],[767700,408780],[765331,403316],[767489,403934],[761201,405899],[760016,408580],[762335,410304],[760563,412033],[758196,412031],[757623,411140],[759393,412966],[759001,410583],[765220,410315],[755674,417193],[755493,417231],[755777,417817],[756286,415374],[758275,416331],[759001,414413],[765236,414617],[767900,412182],[770862,-155013],[768104,391125],[770514,395263],[777904,389189],[772003,403349],[770024,403655],[770001,405394],[768914,405980],[768301,405067],[770432,403390],[768732,399271],[768710,397203],[771865,409470],[778315,404923],[777998,398340],[775902,397305],[770106,408985],[769591,412887],[784924,-145525],[785170,-145752],[784894,-145900],[788999,-150441],[788666,-149536],[781956,-150833],[819615,-148406],[851624,-153425],[872176,-152588],[972357,-183175],[972257,-183305],[973404,-149742],[975540,-162152],[983544,-175021],[974545,-183768],[979558,-183063],[982797,-179606],[973326,-196344],[973237,-196085],[979195,-201153],[978095,332518],[980987,95196],[977742,100123],[983285,101498],[982850,105539],[987221,-169683],[988900,95976],[994149,100711],[986940,101592],[998370,104965],[991713,104617],[1007561,-164158],[1001139,307385],[1007357,313618],[1003954,315314],[1003697,328128],[1004642,338008],[1004810,103689],[1020851,189490],[1022129,300775],[1021735,300728],[1030675,280012],[1028436,282961],[1030814,284501],[1025571,319452],[1032295,323445],[1031511,330416],[1033556,332312],[1026388,323103],[1036705,353832],[1034767,358960],[1027068,361820],[1040636,291643],[1043841,289625],[1048417,299359],[1044635,328279],[1038613,337035],[1037826,344762],[1040534,358284],[1042653,363520],[1044808,367593],[1061579,278508],[1052665,292447],[1057672,290677],[1054378,289983],[1051127,305166],[1054107,296340],[1058013,295818],[1057353,295416],[1049917,322218],[1071735,-132950],[1065798,279439],[1073504,285197],[1071778,287269],[1068238,298626],[1074992,305390],[1072827,305456],[1074376,314045],[1064431,314781],[1071451,321348],[1085688,292608],[1082342,294671],[1085856,311736],[1079526,311706],[1075983,325138],[1076818,329301],[1075238,330241],[1098365,287061],[1097395,292855],[1090413,298766],[1090206,300303],[1091219,310281],[1091166,327501],[1162907,-68660],[1163182,-68637],[1162667,-68793],[1158974,295424],[1189880,407933],[1182381,408631],[1185088,408067],[1187330,408800],[1186476,411302],[1187681,412158],[1184618,411513],[1182569,410872],[1188328,415096],[1188969,421170],[1201558,240982],[1202482,236432],[1201980,246266],[1202355,245231],[1200820,251810],[1197132,408424],[1195521,409310],[1191702,409761],[1194532,410068],[1197461,413709],[1190586,415982],[1191147,418678],[1209648,202534],[1209845,200730],[1206871,238853],[1204822,239276],[1204596,242488],[1204554,239980],[1204186,235494],[1205319,251127],[1205784,249780],[1204360,248146],[1208174,252554],[1208352,251851],[1208320,254567],[1210614,255036],[1212509,253339],[1213988,251720],[1213361,250347],[1212543,248959],[1207876,247660],[1206322,245886],[1205283,244114],[1209207,249785],[1210344,248301],[1213839,257398],[1216002,184696],[1219541,183722],[1221947,181365],[1217570,191332],[1216821,196005],[1216467,194366],[1217406,192543],[1228476,239879],[1226331,237474],[1228166,239398],[1227573,238313],[1217108,254147],[1218099,250712],[1224220,115389],[1228492,122073],[1223771,117347],[1224189,119721],[1221332,120911],[1232249,129230],[1233100,175881],[1230636,175636],[1241261,215693],[1235075,214296],[1231179,238844],[1229905,238324],[1239912,417216],[1241084,120254],[1239596,121493],[1230352,118780],[1246641,133565],[1246585,136028],[1252034,210996],[1248954,213366],[1248055,210831],[1243899,215947],[1254193,271833],[1244493,406509],[1243235,408615],[1243519,410825],[1241868,411926],[1242755,122383],[1255116,149810],[1255938,151191],[1258105,150250],[1259095,156574],[1261930,189080],[1263956,202003],[1264262,204702],[1266496,205907],[1263657,217721],[1263720,216129],[1264285,219800],[1262876,221852],[1262612,223452],[1261875,217973],[1265383,221120],[1266688,224424],[1265417,222383],[1262358,264769],[1259087,261970],[1256695,262101],[1258717,261036],[1263746,264230],[1264731,264731],[1255361,270879],[1269878,150753],[1267639,149932],[1276510,166983],[1272599,188298],[1272670,185768],[1274010,192162],[1272635,199794],[1271265,202323],[1271854,204311],[1271177,206367],[1268689,205309],[1271261,208857],[1273070,211508],[1272240,212963],[1269940,215015],[1268525,217017],[1269951,213912],[1267679,207979],[1271730,229574],[1268092,228137],[1271268,227836],[1272507,232803],[1272962,234166],[1278662,239548],[1275994,237941],[1279513,238352],[1278405,237830],[1277503,235949],[1279476,233251],[1268234,266365],[-1443651,1079936],[1280029,172176],[1287811,230385],[1280382,238481],[1281120,241693],[1284470,240969],[1286143,242735],[1280012,235026],[1281223,236506],[1281548,236807],[1281703,231302],[1323616,380262],[251215,-213489],[254901,-211263],[249279,-211868],[248650,-218328],[248401,-109159],[267002,-199195],[256615,-221220],[271974,-125651],[280033,-122719],[272024,-133178],[281106,-133315],[271980,-132971],[276058,-149314],[279669,-191942],[275287,-80873],[280127,-87112],[271796,-111939],[271782,158218],[274420,161922],[282342,-118571],[291448,-115829],[288454,-121613],[287606,-118611],[289616,-118753],[285651,-140331],[294011,-136866],[291246,-130385],[282708,-135374],[290860,-145277],[285812,-152811],[286530,-155193],[293842,-158540],[293298,-163322],[291851,-155202],[291973,-167029],[291593,-174532],[283288,-193394],[292564,-198735],[287935,-205453],[289864,-208940],[293796,-276965],[292746,-81762],[283205,-90981],[290832,-97555],[289647,-101065],[283570,-111563],[290881,-103869],[291299,-105352],[286066,135186],[285556,135078],[285771,134819],[293667,171398],[290372,170949],[290064,170457],[290709,171675],[289591,172526],[294781,-125176],[295529,-129376],[295997,-148993],[297404,-164205],[294549,-155949],[298312,-157971],[303754,-161462],[295248,-168096],[295502,-170277],[300577,-204649],[298783,-217618],[294413,-228734],[298645,-266968],[300248,-77452],[302815,-86551],[298781,-88459],[299353,-84624],[297318,-94355],[306329,-97515],[303345,-95301],[301963,-98197],[302083,-96213],[302047,-97384],[297857,-114935],[301374,-104778],[306325,-102213],[298147,-112515],[294979,-104386],[298603,149813],[298397,151091],[299044,152225],[297495,156156],[303781,91005],[305454,94265],[297247,96621],[296042,97255],[295761,97710],[304717,95842],[297252,126912],[307967,-158308],[310672,-221258],[316666,-74928],[316193,-85477],[308968,-90929],[314050,-91326],[309437,-95230],[314939,-100014],[312333,129353],[308662,163548],[318922,163330],[312748,88704],[312777,87190],[313451,87685],[313026,95878],[312235,96568],[312462,96726],[330885,-162400],[324261,-164952],[331479,-165436],[325324,-166137],[331622,-171952],[332759,-168760],[325484,-250035],[329275,-23409],[329737,-44300],[327689,-41758],[332616,-57342],[330706,-64908],[330901,3350],[322047,6944],[326116,11341],[324739,8149],[325758,178217],[331315,21084],[332774,21052],[330119,34638],[329499,36320],[330986,61819],[329980,75134],[323823,74482],[323329,74507],[324039,75346],[323867,74761],[327431,78586],[322636,78112],[324574,90869],[328439,91746],[327487,92314],[327218,91585],[334014,-166176],[344321,-177372],[344053,-171885],[335956,-175107],[337932,-167983],[344969,-174520],[335381,-170784],[339918,-184315],[342684,-183450],[339004,-188200],[335379,-184120],[334736,-248228],[333851,-249547],[337773,-256740],[341409,-259454],[334694,-30812],[333318,-30253],[335065,-45310],[336462,-45238],[334712,-59498],[334394,-62795],[334679,-71603],[342497,-82310],[344852,-94996],[332933,3782],[335843,4451],[336584,129055],[337254,129426],[341691,219721],[337339,15131],[338166,44217],[349778,-178990],[348693,-167941],[350306,-173209],[345785,-186750],[356259,-185424],[357486,-189510],[349645,-246938],[357030,-251360],[349121,-261879],[356473,-24405],[356503,-24239],[350468,-42717],[358211,-42981],[345953,-84794],[346832,-96706],[349415,-97704],[354285,-108644],[346261,148946],[346193,155984],[351974,176828],[351151,176504],[347871,173812],[351738,178521],[351293,173278],[350853,170632],[354135,169854],[354122,170113],[357391,172737],[357994,171040],[358157,171305],[354923,180225],[354042,179686],[358064,182707],[355380,182600],[356387,182297],[355044,184034],[348783,180309],[350933,183576],[350532,183698],[353440,208235],[361083,-116517],[358713,-149374],[362626,-164098],[370219,-164354],[366382,-168645],[366897,-172156],[363508,-179463],[361830,-188511],[369531,-183191],[361872,-182542],[363249,-182416],[359770,-184061],[368686,-216574],[363935,-220120],[371179,-220143],[371143,-227377],[364294,-86223],[371168,-91699],[367116,-93966],[370064,-111050],[358922,-110902],[371038,-112315],[361289,-114606],[366779,164249],[360146,163121],[358792,170414],[358490,171008],[364021,168929],[370325,178441],[370356,177871],[370947,177739],[367903,173952],[362895,172803],[363277,173597],[359136,166823],[365527,176783],[361247,180322],[381743,-116817],[371461,-118090],[383163,-123917],[383045,-133798],[381323,-131978],[374737,-163665],[371531,-165691],[378402,-167088],[375576,-171691],[374398,-173472],[380944,-175972],[383228,-179005],[380373,-207155],[378756,-212254],[376119,-207433],[374464,-222088],[373094,-230210],[382250,-11427],[377558,-3484],[376049,-4112],[377004,-4779],[375427,-53599],[374807,-53452],[381174,-89935],[382508,-93368],[382819,-90441],[378005,-94583],[377367,-89757],[375511,-90398],[374730,-90577],[380036,-102432],[373734,-106620],[371595,-106556],[372661,-102248],[378904,176228],[378721,188837],[372157,196046],[379101,216082],[379073,208485],[380598,209993],[386748,-119117],[386728,-124371],[388367,-123362],[392228,-138587],[392524,-132640],[392579,-143310],[393917,-142834],[396518,-143167],[394332,-168016],[395032,-166455],[387095,-179568],[386564,-181362],[396225,-204854],[392298,-252541],[394945,-244933],[396065,-18152],[386223,-38862],[384323,-40274],[393798,-53658],[392703,-73067],[392980,-64334],[391104,-89016],[391605,-87690],[392701,-86772],[394455,-79964],[396384,-80819],[390270,-80152],[394980,-92732],[392727,-107248],[390593,2296],[385460,5617],[388105,211435],[386309,214666],[395552,261086],[405375,-134238],[405906,-134519],[405063,-133041],[406104,-131652],[405957,-134432],[398532,-202670],[404404,-206744],[398284,-237218],[402627,-5186],[403944,-251722],[402034,-45097],[403478,-45909],[403432,-55361],[397403,-74691],[397955,-93248],[401508,171149],[397913,169011],[404852,196245],[406004,228377],[409393,242668],[405628,242618],[403544,240469],[404220,240611],[408137,243133],[408832,245585],[406967,245551],[405992,244419],[405097,245045],[406375,245203],[407777,243914],[401664,13651],[405310,17671],[404658,378498],[405290,374375],[403575,375184],[403905,378087],[403263,376988],[421993,-210985],[418489,-242251],[410969,-235546],[412921,-235456],[411099,-231871],[420762,-241492],[411212,-7839],[417653,-6305],[420103,-9305],[422271,-10450],[421380,-253449],[418826,-267070],[412069,-12921],[413612,2587],[414391,1147],[420351,204841],[410510,216021],[411360,226114],[410001,244813],[412344,247689],[412511,248632],[416545,248893],[415306,249743],[415987,249247],[416216,247343],[412530,250364],[414575,253034],[419994,255166],[413163,415561],[414828,417439],[427707,-206339],[433878,-205598],[425546,-211225],[431145,-239807],[428472,-8732],[433701,-245259],[423959,-256123],[432301,-261669],[432698,-262078],[435114,-261994],[423383,-41466],[433024,-84655],[423070,212297],[430957,223329],[429228,223142],[431065,224892],[429073,225983],[428664,223765],[425774,223800],[432495,223552],[426539,250294],[430254,250794],[428680,252286],[426916,252326],[430454,251845],[430882,250024],[430722,17803],[431955,14737],[432938,28658],[440191,-212487],[445731,-215691],[439174,-217149],[436892,-210667],[442534,-226328],[441427,-232843],[440268,-236513],[438444,-6505],[439257,-249993],[447923,-247295],[441909,-50230],[442153,-49189],[438499,-69909],[441362,173655],[440952,177867],[444360,179286],[443599,183993],[447101,21939],[444069,21137],[444025,20223],[443671,21668],[444044,22701],[446504,22837],[447133,22660],[446018,24749],[443610,25641],[442586,24712],[443843,25517],[441566,351638],[439515,351882],[443997,34394],[447728,33285],[443834,43661],[447545,47367],[446812,46476],[452382,-210390],[448298,-217481],[449234,-232558],[456948,-232834],[460342,-251818],[453191,-255756],[455741,-51692],[451202,5808],[453872,178433],[450864,184027],[452472,184787],[459653,192184],[454890,203391],[450622,196663],[458293,430096],[455590,68865],[456022,84526],[470172,-134231],[467509,-139830],[467753,-138789],[461545,-223547],[462495,-225541],[472319,-232167],[469715,-240515],[472670,-242313],[472047,-231078],[466746,-242198],[470891,-236150],[468836,-245918],[472722,-247036],[466690,-244506],[465202,-249367],[462607,-246574],[461507,-255334],[462716,-28421],[462660,-29490],[469241,782],[468218,4393],[467901,5422],[466324,128521],[462442,187486],[463516,211488],[461570,207133],[464265,425737],[464250,106873],[465400,110560],[467202,110397],[469267,109218],[481824,-139377],[478729,-226491],[477083,-220052],[484190,-235273],[482080,-240602],[483960,-240929],[484960,-10022],[483272,-10371],[477113,175458],[473917,187546],[485383,204792],[485442,212376],[486354,210152],[482654,73875],[479980,112687],[478616,110726],[478073,110024],[477180,108450],[476685,107429],[477575,106566],[475875,106369],[484079,111451],[486074,110823],[486091,112090],[485944,110998],[485846,111894],[484587,111676],[484381,109305],[484431,109005],[483714,110528],[482940,108056],[480908,106885],[480597,105987],[480441,105856],[474611,125211],[496429,-154879],[489908,-233799],[497111,-238669],[498826,-63707],[498824,-63560],[497712,-68849],[497487,-69300],[497694,-69144],[494967,6119],[487847,210322],[488210,206258],[490385,213973],[489132,223704],[492058,218400],[497085,232733],[494497,231467],[496309,233701],[486902,13544],[492842,48889],[493207,59590],[490779,64048],[487744,70804],[487652,112473],[489248,110548],[490005,111880],[490946,111386],[501212,-238936],[510890,-1711],[510834,-1884],[510927,-1840],[505910,-7484],[506058,-7128],[506039,-7431],[506702,-9698],[511785,-38138],[511893,-37759],[511998,-38115],[511889,-26246],[511679,-26340],[509200,-44651],[509468,-45111],[509511,-44452],[503514,-44412],[503507,-44549],[503120,-44587],[504400,-44412],[510191,-73162],[511768,-75471],[501767,-81801],[501346,-79981],[501339,-80281],[501317,-80175],[504395,-100009],[504585,-100224],[501941,1707],[507744,183320],[499618,225152],[502894,61418],[518698,-5278],[515272,-6454],[524639,-13180],[517846,-16946],[516029,-18992],[516165,-19224],[523846,-26590],[524192,-32213],[524723,-32070],[518645,-32767],[512740,-35723],[512633,-35509],[512478,-35688],[512009,-26051],[512917,-48816],[512635,-48560],[512945,-48300],[512873,-42944],[513316,-51134],[512956,-53114],[513200,-52815],[524577,7361],[524288,7112],[524727,7481],[517539,188638],[520072,184366],[522337,196215],[520006,77761],[531296,-2678],[530804,-13148],[530453,-12967],[530609,-13103],[524867,-13187],[525210,-16142],[525311,-16294],[524970,-16196],[525531,6292],[525660,6312],[525683,6532],[528048,24690],[534113,31290],[527389,63711],[528808,59207],[525135,73385],[528449,68711],[528687,68545],[537003,65102],[536722,79707],[527505,86428],[529089,127885],[543365,-13301],[546938,-25922],[543463,-65982],[543405,-66146],[542633,-65508],[541655,-80011],[549868,50096],[546657,62647],[543122,57263],[541303,66325],[552922,-24439],[554194,-34765],[561682,-32057],[554759,23778],[563727,-50208],[575636,-73170],[573803,-68024],[573230,-76490],[572169,-85346],[571907,-85239],[574040,-82304],[574326,-82376],[571308,-81186],[575976,-87905],[569177,-94344],[588385,-33511],[588430,-33643],[588785,-34605],[582301,-50092],[581315,-60026],[581200,-61097],[579939,-61098],[579672,-61250],[579270,-61133],[576178,-80748],[581581,-93710],[597717,-45033],[597914,-45104],[598081,-45252],[598321,-45518],[598840,-45538],[598845,-44569],[600321,-46901],[600158,-46380],[600785,-47261],[601330,-44688],[601048,-44408],[601141,-44584],[599432,-44448],[599049,-44530],[598900,-44881],[596437,-71107],[591885,-85986],[592184,303642],[589492,309477],[593331,39143],[611090,-44895],[610949,-45319],[610081,-88020],[606503,-87134],[617434,14511],[631125,-164263],[630753,-163987],[630094,-162708],[630804,-163257],[629942,-163402],[631101,-163403],[630368,-166181],[634508,-168793],[633954,-168894],[633545,-169192],[633586,-168648],[634158,-168161],[633423,-168731],[633578,-168470],[634541,-175950],[634837,-173507],[634119,-175606],[635758,-176005],[634676,-175258],[635849,-174308],[635873,-173654],[630144,-173025],[630884,-174206],[631035,-173422],[629356,-175085],[629624,-175795],[629899,-166598],[630611,-166233],[630137,-167173],[631319,-166989],[631996,-167914],[631329,-167615],[631753,-167819],[631929,-167438],[631707,-167679],[629854,-166708],[630108,-166581],[635915,-168533],[636111,-168693],[635618,-168121],[637156,-167239],[637446,-167887],[637505,-167781],[629496,-188793],[629486,-188212],[630285,-188386],[630586,-185375],[630737,-185144],[629984,-185195],[632683,-185890],[631986,-186149],[631848,-186209],[632107,-187146],[631108,-187741],[632093,-187245],[631096,-187252],[632105,-188196],[631488,-188005],[632478,-188268],[627973,-180957],[629888,-181125],[628528,-181384],[629452,-180697],[631404,-182806],[636696,362288],[642944,-160225],[643684,-161406],[643835,-160622],[642156,-162285],[642424,-162995],[641023,-160590],[649956,-154439],[642296,-175993],[642286,-175412],[643085,-175586],[643386,-172575],[643537,-172344],[642784,-172395],[645483,-173090],[644786,-173349],[644648,-173409],[644907,-174346],[643908,-174941],[644893,-174445],[643896,-174452],[644905,-175396],[644288,-175205],[645278,-175468],[640773,-168157],[642688,-168325],[641328,-168584],[642252,-167897],[644204,-170006],[647142,-190323],[648481,-190420],[648289,-189617],[647999,-189673],[647349,-188588],[646048,-189149],[646857,-190096],[646382,-189108],[644895,-188837],[644903,-189534],[645097,-188886],[652538,-188827],[652019,-188848],[651241,-187631],[651521,-187232],[651488,-187728],[651325,-191049],[650970,-190968],[651108,-191401],[648922,-63142],[663908,-178601],[652904,-188383],[671169,89397],[669637,89773],[677713,101108],[677840,96851],[677023,94280],[677624,93821],[675816,97393],[674730,96837],[673890,96656],[673082,97478],[672622,96514],[674723,97906],[677109,96865],[675902,94991],[675965,93410],[676203,92257],[671971,96554],[674095,92532],[673754,93206],[676203,96691],[669429,92332],[675802,94654],[672781,95876],[672828,95633],[673128,95452],[671742,96561],[671365,97006],[674713,98741],[675893,94950],[675331,95035],[673047,95529],[686073,-104169],[681644,100028],[678951,101647],[683471,100956],[681447,100998],[681104,101341],[684421,100138],[683381,101150],[683761,100323],[680913,101214],[684280,100059],[679720,98186],[678654,96148],[679863,96776],[713502,-148841],[713821,-148571],[713622,-148584],[713683,-148704],[715186,-170162],[707664,-179124],[712149,388829],[718651,390252],[717808,390420],[723787,399863],[726045,400472],[734612,402867],[742374,414826],[740402,414815],[741210,415518],[739116,418772],[740741,421470],[738994,428132],[754208,-168289],[749945,390577],[750197,395326],[751171,394218],[750484,392634],[750297,391744],[751889,392312],[747886,386669],[748545,387375],[745802,412876],[745579,412239],[745608,412579],[743565,413584],[742484,421389],[746828,414782],[748683,415572],[747867,415568],[747674,418098],[749128,420407],[747624,421577],[750945,416821],[749913,416802],[754556,417868],[747954,416832],[745351,416431],[753483,418559],[754530,412841],[764680,-161069],[764647,-158605],[758116,-167754],[756324,394826],[757413,395512],[757842,395011],[758669,395434],[759876,395230],[760097,396085],[767589,395744],[766965,391649],[767092,390573],[763357,388061],[761564,387630],[757824,385557],[761178,408941],[765921,409114],[767849,405316],[767125,407284],[766721,407824],[765614,404953],[762863,403024],[758198,400144],[758325,398562],[756002,397369],[760403,399112],[763547,397799],[767112,400132],[767660,408755],[761164,406238],[762226,410385],[760983,411462],[757837,412325],[757906,411565],[759596,412207],[759024,410445],[765025,410223],[755406,417355],[756450,415292],[758730,416435],[759044,414752],[765192,414847],[767657,412061],[773263,-152034],[780536,-150565],[776093,396994],[768491,391250],[771083,395420],[777981,389025],[771469,403580],[769533,403921],[770301,405167],[769236,406081],[770804,402585],[768939,399651],[768793,397068],[772561,409284],[778628,404953],[777765,398525],[769601,408858],[769409,413442],[785291,-145935],[784875,-146164],[784861,-145772],[788542,-149161],[785217,-149948],[819409,-148065],[960447,-140822],[972383,-182998],[972267,-183108],[972480,-183250],[973411,-147678],[976300,-160748],[975782,-161748],[981407,-157512],[977784,-170398],[974761,-183709],[974815,-183617],[980713,-181087],[982792,-179428],[973436,-196153],[973316,-196183],[982412,96108],[977033,100002],[982189,101680],[982704,105588],[985678,-170733],[988474,223402],[988993,94548],[994026,100776],[987621,101071],[987939,103463],[1001329,309531],[1004148,308311],[1006858,313694],[1004514,316629],[1005411,327137],[1007105,323878],[1004395,336136],[1005706,103419],[999873,104345],[1019424,303201],[1023941,302026],[1022040,303885],[1027433,283459],[1032366,323545],[1030140,328556],[1027800,320642],[1026460,322978],[1030394,361529],[1026931,362344],[1044968,292934],[1044268,290236],[1043550,311826],[1043755,326618],[1039542,337750],[1039813,347771],[1037371,352697],[1040519,367791],[1041037,364156],[1039148,362068],[1060259,277874],[1054755,275300],[1061527,293089],[1061034,287408],[1049665,304428],[1058219,306085],[1051712,302307],[1068909,276067],[1071405,279913],[1065969,281409],[1062694,292331],[1070143,285197],[1062722,299393],[1071435,305434],[1074504,312669],[1062595,316764],[1072255,322481],[1083237,293378],[1083663,294505],[1082258,311163],[1078244,326898],[1076004,332263],[1085083,498507],[1097758,280606],[1100582,284815],[1097766,286704],[1098367,290850],[1090703,299252],[1090541,298833],[1089656,310714],[1159480,295430],[1190290,408018],[1182729,409294],[1186331,407492],[1187562,409453],[1186119,411889],[1187837,412812],[1185223,411302],[1183046,410948],[1188893,415404],[1190149,420894],[1202437,236870],[1202287,246740],[1202741,244312],[1200536,250997],[1197679,408414],[1196699,408662],[1190512,409535],[1191936,410024],[1194117,409987],[1200534,413715],[1190721,416525],[1191238,419370],[1210040,202656],[1209577,200264],[1207660,237692],[1208351,236779],[1205722,239492],[1205083,242388],[1204514,239647],[1203827,235663],[1205829,251935],[1205738,249959],[1204590,248768],[1205784,247373],[1208885,248331],[1207853,252705],[1208683,252105],[1208139,256038],[1210987,254702],[1212279,253492],[1213891,251434],[1214000,250586],[1212181,248687],[1208641,247596],[1205456,244212],[1209451,250344],[1210719,247262],[1214628,256713],[1216239,184810],[1219846,184122],[1221820,181333],[1217194,191220],[1216261,193838],[1218922,192954],[1217401,204167],[1228212,240211],[1226656,238127],[1228583,239472],[1227026,237810],[1216329,253826],[1218284,251083],[1218978,253021],[1216618,256047],[1223311,116626],[1224997,116246],[1224082,119870],[1220991,120605],[1231901,128496],[1233048,175175],[1231390,176140],[1240864,214143],[1235026,214228],[1230844,238623],[1228913,237636],[1240978,121126],[1239553,120947],[1230577,118623],[1233870,125042],[1229072,121993],[1245715,132773],[1246563,135377],[1251492,129236],[1253585,212393],[1249749,214501],[1248013,210537],[1243835,216481],[1253362,271865],[1242299,122094],[1254730,149691],[1255719,150560],[1257897,150643],[1258909,157430],[1261888,188687],[1263566,202045],[1264232,204020],[1265878,204279],[1267085,207370],[1262678,217606],[1262312,216534],[1264400,219345],[1263224,221734],[1261863,224317],[1264917,220978],[1266337,225033],[1266010,222842],[1261315,263365],[1260040,262064],[1256941,262323],[1258647,260975],[1263904,265119],[1265106,264294],[1255303,271121],[1269692,151059],[1267243,149373],[1273783,166599],[1277481,167877],[1271969,187648],[1271793,185604],[1274267,191254],[1272897,199979],[1271203,202713],[1268961,204621],[1271447,205714],[1273100,205045],[1270208,208867],[1272779,211754],[1271449,212508],[1269424,215048],[1268579,216635],[1269780,213998],[1272212,228759],[1268648,227917],[1271186,227499],[1272470,233125],[1272968,233781],[1278716,239208],[1276447,237683],[1279122,237642],[1277151,236554],[1279225,232728],[1267345,265164],[1292464,199922],[1288355,195766],[1287755,230508],[1280089,238434],[1280525,242009],[1285669,241651],[1286627,243190],[1280575,234019],[1282197,235712],[1285455,234642],[1281504,231221],[1313884,204705],[1316793,201275],[1315720,212929],[1313372,207072],[1312222,208542],[1315161,217835],[1314063,287573],[1310751,294228],[1307289,296314],[1313248,383937],[1314901,394016],[1306510,431501],[1305812,432802],[1306499,433809],[1305935,437778],[1307833,446086],[1323375,206307],[1321162,238674],[1321226,241948],[1320076,239106],[1327638,247363],[1322646,243845],[1326026,245917],[1331058,244698],[1323821,382209],[1320507,375393],[1319934,376686],[1326056,383252],[1324798,390466],[1325832,386835],[1323822,384997],[1322207,385366],[1328850,402269],[1326181,399186],[1326980,397166],[1323223,406153],[1332122,202564],[1331670,242380],[253946,-213430],[252179,-213221],[255353,-210246],[249796,-210358],[272565,-120357],[273307,-127842],[277627,-122072],[281199,-120546],[274168,-133282],[274966,-134493],[280261,-149905],[273593,-96089],[270073,-112710],[272443,157595],[274846,161853],[287489,-116010],[288571,-122167],[288507,-119836],[290076,-118556],[294082,-136790],[291189,-130005],[284556,-131473],[291304,-145581],[287315,-142761],[287658,-152670],[291431,-142597],[293060,-158213],[293764,-161616],[291528,-166895],[292226,-174599],[283191,-192141],[288722,-209379],[282448,-85850],[287868,-81598],[285249,-93145],[292573,-94035],[290551,-98827],[288531,-100547],[285516,-110671],[284780,-113809],[292974,-109229],[284986,136994],[285597,134003],[285822,134977],[291098,170329],[290282,171089],[290614,171027],[288984,172493],[291162,173773],[294228,98465],[298182,-122335],[295111,-115203],[296224,-115164],[296725,-132442],[303521,-152246],[295980,-147666],[297455,-163280],[297111,-155677],[298135,-157940],[303268,-153926],[303191,-161619],[306365,-160280],[306852,-154430],[296514,-167745],[295149,-171478],[297873,-85885],[302874,-87153],[299290,-99320],[301764,-99656],[301928,-95156],[301738,-97814],[298086,-110117],[299814,-111190],[295535,-104514],[298297,149975],[298235,151105],[299010,152382],[295916,96554],[295555,97639],[304358,95347],[305164,108372],[313556,-159148],[313825,-160824],[309212,-157470],[316009,-74775],[310843,-93279],[312685,-90508],[312992,-89867],[313264,-98714],[314082,-100482],[310327,-99007],[308031,-96123],[312791,129484],[312797,129734],[319588,167086],[317064,75174],[309543,85025],[309568,85397],[313182,87795],[312644,96715],[313441,93486],[313816,95781],[312203,95781],[312730,96460],[318672,91792],[323498,-165503],[329935,-164983],[332457,-171506],[331872,-168835],[324624,-10854],[325017,-249955],[327126,-18623],[330194,-26315],[329418,-47682],[328822,-43627],[325922,-38285],[326625,-38209],[332642,-66892],[322077,-86220],[330932,3772],[322507,7672],[322975,10480],[323682,8421],[324672,7716],[321772,9237],[325018,178018],[325096,178510],[331643,34736],[330571,35022],[331641,45280],[331106,61184],[329143,65852],[330060,75263],[324035,74495],[323316,74676],[323147,74693],[325583,74952],[321728,78198],[327404,77884],[325460,91554],[328029,90943],[327598,91849],[327550,92806],[345192,-153948],[344693,-173329],[337374,-175930],[334179,-166730],[336508,-167398],[345232,-173607],[341130,-168446],[341130,-168446],[342816,-184317],[341805,-183963],[339490,-189386],[334278,-185734],[333023,-29814],[332951,-31498],[333465,-30084],[335026,-30204],[335372,-46796],[336179,-46343],[334294,-60102],[334175,-62136],[333417,-63626],[333864,-70445],[344378,-94251],[344395,148762],[344266,222109],[336671,14345],[333505,20670],[340046,22332],[338133,44340],[334463,50407],[334903,52429],[333360,57149],[340323,127770],[351056,-150074],[349869,-173485],[346690,-174709],[346545,-186166],[354172,-183370],[357021,-185440],[357447,-188428],[353772,-188523],[350217,-42357],[352151,-87268],[346235,-84447],[346270,-97354],[347926,-96756],[352207,-90624],[351126,-106238],[345773,149255],[346171,149202],[350009,176881],[350253,176736],[348811,174727],[351236,177487],[350454,174069],[351725,170938],[351697,170259],[351122,170150],[356668,171681],[357083,170659],[357848,170991],[357950,171175],[356381,171219],[357459,167415],[353282,179855],[354386,179439],[357676,182889],[355815,182586],[355432,183410],[358282,184204],[352308,184251],[357210,183373],[350970,183015],[351159,211458],[358151,243302],[369312,-120373],[362026,-146914],[369859,-164215],[364481,-178838],[370268,-166714],[367804,-168177],[365459,-171811],[360294,-182717],[364475,-185246],[368244,-54645],[369279,-57020],[367218,-55315],[368483,-54875],[361736,-54121],[365851,-68356],[364679,-85374],[367913,-93818],[359539,-96388],[367834,-112987],[361588,-108917],[370513,-113030],[366854,164061],[370935,155631],[359311,170122],[359368,169235],[358496,170567],[364414,169167],[361534,176198],[370356,178358],[370646,178390],[363135,173271],[359410,166616],[361085,180113],[360540,182085],[368865,180932],[364216,186856],[377908,-132164],[373875,-164615],[380337,-167619],[381974,-176640],[375024,-178515],[375738,-171589],[374382,-174488],[380696,-175984],[375622,-182930],[382223,-11865],[375388,-53536],[374800,-53397],[372894,-53936],[372908,-53787],[373354,-62411],[380883,-66096],[373345,-89043],[380720,-90437],[383447,-92072],[382016,-91163],[378319,-94207],[377344,-91296],[374850,-91267],[372457,-101867],[380090,-102867],[378267,-114967],[374384,-107773],[372383,-105865],[372162,177247],[372282,194177],[378217,193430],[380019,208698],[387171,-124644],[384148,-124415],[388274,-123276],[385212,-130852],[387921,-134313],[392403,-132850],[384551,-141966],[387682,-146956],[392368,-146619],[393154,-142325],[392884,-146370],[395393,-144110],[394390,-166048],[386224,-178789],[385622,-167862],[394340,-167860],[387485,-182419],[392672,-252288],[395119,-244758],[396339,-17977],[386135,-38951],[385622,-40027],[388947,-48803],[392379,-62930],[391632,-64933],[389468,-85489],[392984,-86941],[394328,-80586],[390321,-81085],[390231,-80190],[392265,-80939],[390529,-77882],[396225,-89842],[392182,-89860],[388091,-103912],[384315,189065],[384214,187826],[390274,198568],[394903,215717],[396291,260700],[404243,-121846],[405701,-134814],[402302,-129078],[406044,-131673],[406057,-132065],[405077,-130666],[398331,-237617],[403391,-46205],[403966,-54718],[400726,-65650],[402440,-111207],[401687,171760],[397640,170751],[404690,195509],[406073,227252],[409156,242669],[407755,242867],[405768,242611],[404081,241279],[403899,240206],[404040,240410],[408326,242930],[407790,246204],[408238,244405],[406075,244101],[405296,244665],[407204,245050],[407657,243496],[404573,378508],[404651,377316],[403066,375711],[403586,377100],[403198,377501],[398469,31631],[399400,40141],[397399,38714],[410722,-235325],[413137,-235464],[410865,-231802],[415324,-10391],[415196,-10545],[414834,-9628],[416687,-267243],[419990,204766],[414545,199993],[418138,207078],[410331,245131],[411380,246487],[412198,248361],[415958,249252],[416254,250331],[416987,249198],[412511,250080],[414682,253072],[420035,254179],[417325,252588],[413134,415179],[414595,419375],[409951,418841],[432945,-204890],[425681,-254148],[432157,-247592],[432535,-84946],[431455,223207],[428906,222988],[431003,225453],[428820,225985],[427867,224184],[425780,224624],[424658,220323],[426379,250704],[428326,251990],[428378,252830],[427080,253014],[430446,251451],[430779,249535],[429419,250057],[439695,-212578],[445756,-215606],[440077,-216705],[446622,-219305],[442052,-225328],[439871,-233533],[438541,-70201],[443681,183293],[444973,180386],[441722,351757],[460378,-131133],[453639,176800],[450145,171266],[450872,182271],[453692,186849],[460645,194130],[451804,203276],[450553,196483],[460531,206360],[457928,15995],[458366,15871],[457844,16189],[458453,16900],[458726,16479],[458154,430025],[458214,426417],[473346,-234206],[467935,-244352],[466352,128596],[464628,212264],[464364,427193],[463530,425758],[464378,425656],[462180,105797],[467855,110210],[464970,108495],[470856,109793],[473459,123169],[481429,-21216],[476507,174706],[480254,174856],[474579,189483],[481643,185775],[486131,212683],[484807,205121],[479252,111844],[478382,110738],[477984,110050],[477079,108550],[477098,106293],[477742,106619],[476184,106250],[484304,111107],[486179,111055],[484763,111349],[484019,109435],[484084,108510],[483703,110570],[483324,108084],[482057,107004],[480185,105538],[479910,106255],[497614,-69272],[498754,-63918],[499098,-63815],[492272,6688],[492571,211559],[487271,205613],[490369,209860],[489487,213104],[499085,225272],[487536,223564],[497115,232621],[496707,45277],[486798,112540],[487759,112487],[489270,112015],[491127,111158],[486643,110923],[510654,-1815],[510938,-1619],[510535,-1754],[506069,-7270],[506014,-7599],[506138,-7052],[506499,-9692],[511744,-37830],[511675,-37909],[511449,-26282],[511834,-25984],[509376,-44786],[509317,-45097],[509398,-45269],[503608,-44655],[503192,-44683],[503378,-44688],[504401,-44668],[509965,-73482],[510242,-72962],[509518,-73729],[501854,-81735],[501704,-81942],[501540,-79864],[501121,-80134],[501180,-80322],[509947,-77955],[504205,-99932],[504460,-100611],[502978,173957],[503260,41304],[515263,-6388],[524733,-13143],[515706,-18940],[515835,-19095],[523612,-26804],[524031,-32056],[523683,-31907],[524130,-32272],[518705,-32856],[512765,-35973],[512601,-36059],[512272,-35806],[513347,-42760],[513152,-49499],[512735,-48897],[513213,-48469],[513440,-51389],[513508,-51029],[512466,-53500],[512408,-75464],[524797,7226],[524670,7203],[524437,7472],[512999,185481],[517148,184490],[516292,188355],[515673,182518],[517454,192365],[523077,73362],[521940,82369],[536063,-8028],[530270,-1659],[530436,-13559],[530391,-13464],[530716,-13058],[525444,-16295],[525233,-16362],[525455,-16546],[525301,-31121],[525255,6438],[525797,6265],[525762,6420],[528234,132372],[529001,24463],[526612,59864],[529975,60464],[525031,60701],[527891,88332],[549673,-20538],[542917,-65929],[543504,-65691],[543301,-66201],[543825,-112670],[543264,63572],[545188,55472],[538528,64180],[541368,65494],[551577,-22089],[553453,-35118],[551997,-29530],[562199,-31783],[550878,50086],[564365,-49913],[571491,-67567],[575459,-74314],[571742,-85154],[574110,-82615],[573949,-82377],[573795,-76795],[575381,-81385],[575181,-87058],[568862,-94501],[580051,-40131],[582239,-50516],[581517,-60733],[580753,-60755],[580131,-61037],[583518,-86095],[581659,-93496],[588604,308946],[588082,45449],[597916,-45789],[598808,-45310],[598722,-44523],[600415,-47020],[601120,-46718],[600542,-46973],[600975,-44622],[601070,-45214],[599572,-45233],[599447,-44722],[599525,-44581],[594956,295473],[592113,29093],[606518,-86597],[606651,-86686],[606089,-86379],[627049,-180091],[631221,-163762],[630012,-163155],[630760,-163613],[630647,-163416],[630314,-163503],[633932,-167964],[634524,-168643],[633147,-168938],[634410,-168704],[634464,-168568],[633369,-169110],[633318,-168908],[633443,-169168],[634603,-168539],[636201,-174305],[635739,-174837],[635624,-175745],[634813,-175242],[633236,-175620],[634172,-174377],[635544,-175452],[635454,-173964],[630293,-173133],[630538,-174173],[631370,-174442],[630039,-175455],[629485,-174892],[629510,-175684],[630263,-166896],[631904,-167047],[631445,-167608],[631936,-167832],[631259,-167284],[631194,-167410],[631332,-168116],[630379,-166590],[629952,-167034],[630241,-166493],[636005,-169061],[635615,-168284],[635862,-168377],[636908,-167389],[637656,-167745],[637072,-167749],[639849,-167291],[630276,-187345],[630137,-188497],[629696,-188116],[629582,-185735],[630633,-184885],[629892,-184898],[631602,-184985],[631324,-184986],[632606,-185454],[631218,-186419],[631176,-187489],[631910,-187074],[631816,-187147],[631850,-187856],[632438,-187894],[632904,-188294],[628912,-181497],[628621,-181684],[630258,-181845],[627969,-180061],[627857,-180144],[636610,362225],[643093,-160333],[644170,-161642],[642839,-162655],[642285,-162092],[642310,-162884],[641517,-160613],[643076,-174545],[642937,-175697],[642496,-175316],[642382,-172935],[643433,-172085],[642692,-172098],[644402,-172185],[644124,-172186],[645406,-172654],[644018,-173619],[643976,-174689],[644710,-174274],[644616,-174347],[644650,-175056],[645238,-175094],[645704,-175494],[641712,-168697],[641421,-168884],[643058,-169045],[640769,-167261],[640657,-167344],[647456,-188707],[647408,-188993],[648911,-190050],[646173,-188082],[648277,-189787],[646293,-189194],[646689,-189466],[647160,-189432],[644918,-188997],[645051,-189086],[644489,-188779],[652742,-188068],[652572,-188646],[652134,-188387],[651147,-187427],[651713,-187424],[651180,-187797],[650956,-191072],[651409,-191277],[651074,-190992],[650544,-69587],[663756,-178272],[664209,-178477],[663874,-178192],[670668,89339],[675341,101808],[676301,101267],[677477,101626],[674927,101657],[678030,96393],[677241,93810],[677936,93424],[675252,95052],[675567,96964],[674792,96336],[673733,96185],[672632,97226],[672362,96065],[674273,97698],[677023,98119],[676712,95170],[675244,95094],[676076,93846],[676356,92555],[676288,98055],[675567,92364],[672324,97109],[673946,92061],[673379,92848],[676285,96781],[674742,95968],[669610,90268],[669173,92783],[676446,96889],[673218,95566],[673226,95524],[671142,97078],[671150,97036],[672946,95532],[672922,95566],[673423,95671],[673426,95713],[675643,98891],[675648,98849],[685452,-97288],[682073,100273],[683186,100557],[681004,101322],[681012,101280],[681482,101091],[681460,101128],[684697,100631],[684662,100605],[683650,100399],[683675,100430],[685688,100453],[685679,100493],[681399,101449],[681359,101437],[680936,100975],[680974,100962],[679076,101080],[680428,98612],[678815,98426],[678458,97834],[680093,96337],[678666,96474],[713968,-148574],[713396,-148862],[713442,-148634],[713706,-148591],[715190,-167079],[713197,-168318],[707426,-178875],[733621,-197937],[753929,-169323],[764865,-160539],[764955,-158291],[758384,-167051],[771125,-153881],[785109,-146030],[784726,-145899],[785017,-145684],[788389,-150692],[786217,-148812],[785462,-150306],[781362,-149928],[819585,-149181],[838050,-168387],[838183,-168696],[872332,-152567],[871877,-152701],[964896,-142883],[972276,-183465],[972366,-183513],[972372,-183359],[974468,-151593],[974327,-148239],[975823,-161896],[975474,-162629],[977691,-169970],[977774,-170114],[983262,-177585],[974619,-183521],[974488,-183597],[979579,-182693],[973176,-196425],[982479,94535],[977152,98608],[981904,105854],[982816,102737],[989116,-160313],[986624,-169891],[989110,96168],[986901,101456],[988850,104496],[1001242,308997],[1002496,307862],[1008671,315385],[1005320,315039],[1004061,325323],[1006487,324313],[1005017,336531],[999766,103684],[1018868,301500],[1026646,319175],[1030741,322478],[1030120,329151],[1032650,330890],[1025222,321060],[1033144,341229],[1035696,351237],[1032201,360868],[1027926,359061],[1042372,291344],[1045027,289256],[1049598,304312],[1046710,312248],[1040417,344830],[1037810,349004],[1047016,365512],[1056918,-111441],[1055614,-113835],[1055872,-113784],[1058410,279411],[1062081,292036],[1057442,291773],[1057497,288788],[1054091,295009],[1051363,302666],[1050694,324580],[1067630,-128435],[1074562,-137055],[1067760,275836],[1074778,281199],[1066471,280593],[1071674,287143],[1063564,297993],[1062665,305839],[1072042,307939],[1064175,315165],[1070719,320466],[1074524,328300],[1080255,293950],[1083812,294350],[1078334,305862],[1083821,311073],[1076555,313984],[1078342,325830],[1087257,330432],[1084714,333847],[1099747,284445],[1098389,286263],[1089516,295080],[1091629,300633],[1090864,307912],[1091180,308083],[1088531,314181],[1189789,408002],[1182670,409355],[1185273,407908],[1186915,409530],[1185582,411862],[1188477,412382],[1184917,411612],[1182757,410805],[1188478,415425],[1190133,420249],[1201526,239877],[1201834,237512],[1201916,246220],[1202606,245023],[1200487,251079],[1196700,408450],[1196010,408864],[1190433,409130],[1192145,409619],[1194096,410085],[1199430,414034],[1190750,416160],[1190948,419477],[1210069,202765],[1209492,200837],[1208024,237360],[1205135,242945],[1204878,243218],[1203981,240643],[1204245,235394],[1205291,251254],[1205686,249828],[1204466,248240],[1204431,247065],[1208878,249010],[1207853,252755],[1210145,251227],[1208162,255067],[1210619,254259],[1212486,253346],[1213783,251869],[1213474,250224],[1212221,248956],[1208072,247761],[1205943,245310],[1208886,249904],[1210583,247425],[1214578,256772],[1216295,185026],[1220262,184137],[1221836,180720],[1216992,192047],[1217505,195290],[1216268,194624],[1217360,192571],[1217399,204110],[1228431,240685],[1225894,237671],[1228261,239169],[1217743,254557],[1218022,250628],[1219324,253468],[1216039,256773],[1223775,117264],[1225246,115667],[1224629,120148],[1222125,120696],[1232398,129156],[1233852,175614],[1230948,176293],[1241454,214324],[1234440,214781],[1230288,238702],[1229969,238051],[1228874,237303],[1241006,415936],[1241302,120609],[1240261,121484],[1230907,118319],[1233630,125207],[1229418,121813],[1251538,129395],[1247157,133251],[1246072,136258],[1254219,211565],[1251902,210947],[1248856,213347],[1249497,210574],[1243493,214965],[1253583,272485],[1246089,408656],[1241985,408547],[1244401,414686],[1242806,413014],[1243511,122010],[1254654,149519],[1256507,150644],[1258150,150101],[1260213,157321],[1261972,188366],[1262809,201500],[1264421,204529],[1265868,204764],[1263788,217623],[1262771,217470],[1263684,219483],[1263342,221848],[1261504,223872],[1262895,217841],[1265395,220747],[1267064,225065],[1265734,222485],[1261088,262988],[1260646,262237],[1257010,262359],[1259503,261847],[1264106,264904],[1265313,264883],[1255731,271033],[1269523,150580],[1268082,150560],[1279721,171467],[1276411,167189],[1273781,166703],[1272403,187891],[1274619,191058],[1272920,199851],[1270834,201782],[1272938,204878],[1269831,206083],[1268675,205472],[1272685,211392],[1270875,213280],[1270019,214969],[1268932,216925],[1269524,213551],[1267882,208186],[1272357,230252],[1267956,228010],[1270314,227870],[1272582,232521],[1274020,233756],[1278096,238741],[1276268,237862],[1279216,237987],[1277217,236251],[1279714,233291],[1267819,265680],[1280123,170652],[1292105,199595],[1289414,195337],[1281381,241086],[1284872,241272],[1280079,235112],[1283382,235772],[1284978,235063],[1286454,242936],[1304340,431903],[1305516,436689],[1314609,203578],[1317211,200931],[1315157,210116],[1316414,213201],[1313319,206532],[1312799,208774],[1313254,286836],[1308748,294197],[1307196,296103],[1318206,375384],[1313013,384112],[1314804,393055],[1306647,431212],[1309667,429072],[1308340,446386],[1324527,205009],[1322831,239264],[1320734,241756],[1320709,238748],[1326134,248619],[1323246,245716],[1326674,245216],[1323532,382517],[1321862,378145],[1325715,383401],[1327066,391978],[1326618,396470],[1326585,387494],[1322646,385642],[1328617,400012],[1326165,400700],[1324007,406726],[1331468,201312],[1331991,202158],[1331621,241884],[1331525,244615],[252829,-213851],[251706,-212719],[254517,-210097],[249545,-210997],[271757,-120277],[279775,-125818],[271159,-140103],[273395,-85111],[275225,-80321],[280953,-86528],[272887,158101],[275141,162028],[271973,156167],[281969,-121393],[293639,-118937],[289648,-121807],[287748,-118361],[289917,-118873],[293868,-136370],[291100,-130332],[284670,-131256],[281955,-129868],[289735,-144800],[291657,-146086],[286781,-141555],[285762,-142897],[286138,-155757],[293749,-157880],[292747,-163148],[286135,-154111],[290644,-153907],[291755,-168642],[292706,-173654],[282434,-191807],[285859,-79306],[284617,-93321],[291954,-98107],[289583,-101896],[284713,-109946],[285421,-113645],[291140,-104340],[283984,134780],[290924,170766],[290326,170586],[288928,171563],[297887,-126600],[294962,-115480],[296264,-115700],[296893,-135964],[302661,-152299],[294826,-144548],[297397,-163770],[296705,-155928],[297982,-157563],[303625,-161420],[296097,-168625],[296496,-171064],[299612,-85193],[298492,-77752],[302897,-86608],[299057,-87720],[305803,-86257],[295572,-92394],[299353,-91116],[299688,-100881],[300653,-99619],[306403,-101829],[303093,-96043],[298151,-106368],[299430,-110701],[294875,-104834],[298035,149702],[298174,151056],[301061,92489],[304841,95827],[296005,97587],[297029,96664],[295492,97267],[296069,97088],[304935,95740],[297695,125676],[297109,126662],[314893,-74361],[312489,-85320],[319633,-88028],[309529,-89950],[310704,-93744],[309476,-90806],[313219,-91837],[313859,-99638],[307367,-95753],[314112,130354],[312721,129314],[309914,85123],[309681,85540],[313105,87697],[313130,94873],[312762,96567],[317868,94062],[309953,116282],[320012,-162541],[331879,-172028],[325955,-250112],[329563,-16970],[331223,-51435],[330906,4006],[322683,8267],[323894,10538],[324718,8437],[323938,179277],[325108,178644],[328312,181100],[331222,19693],[331477,34552],[332387,44237],[329929,75743],[322956,74676],[324698,75212],[327605,78146],[324819,90903],[326821,91777],[327416,92218],[340169,-151119],[343897,-172478],[337068,-175942],[333245,-169846],[336564,-167183],[340848,-184745],[341150,-186806],[342898,-183887],[338094,-189989],[338849,-190020],[334444,-185553],[333317,-28854],[334827,-29719],[332960,-49051],[334646,-45545],[335037,-47058],[336581,-46293],[335267,-57737],[334254,-61639],[336281,-58797],[337444,-72279],[344434,-94165],[333088,5380],[335387,4313],[336499,4762],[345431,148998],[341966,221061],[344660,222095],[343500,225240],[333591,21410],[342685,22541],[338722,17941],[337612,44787],[334298,50392],[333868,56789],[341926,126284],[356953,-175724],[350659,-166744],[350033,-173128],[346174,-174535],[355899,-186239],[351437,-85807],[346186,-97812],[348835,-97154],[352361,-90934],[356389,-111757],[353300,178618],[350280,176596],[348625,174006],[348866,174161],[347882,173780],[351862,178710],[351685,177803],[350959,177523],[351828,170735],[351007,170710],[356774,170958],[356316,172451],[354014,169388],[357856,170833],[357816,171068],[358219,171086],[358192,171152],[358381,170756],[356730,167263],[353811,180002],[354075,179805],[357723,182434],[357290,182520],[357639,185055],[356470,182973],[348589,180313],[346743,181457],[351048,183008],[351101,189704],[368285,-119708],[359193,-150925],[364102,-164513],[370719,-166537],[367204,-168712],[367105,-171005],[362918,-180240],[363999,-180020],[358859,-179171],[363074,-182480],[368627,-180914],[359934,-183935],[369579,-186467],[370996,-232866],[369644,-56858],[363991,-53044],[365737,-68416],[363655,-85861],[363738,-98938],[362857,-113808],[359977,-106606],[370934,-106381],[371196,-113774],[366695,163753],[358913,170528],[365484,169617],[364283,169152],[370610,178845],[370983,178416],[361413,173007],[360709,182124],[382819,-122869],[383966,-124510],[376743,-133796],[381963,-130693],[372085,-163082],[378541,-166706],[375673,-172377],[373901,-174206],[379856,-175692],[372568,-180138],[380205,-180513],[377994,-183426],[377627,-3783],[376119,-3656],[374610,-52749],[374428,-53716],[376130,-76300],[381466,-67172],[381324,-89135],[383902,-93088],[381861,-91256],[377477,-93878],[376156,-91920],[375139,-89731],[374098,-90919],[380740,-114946],[375141,-107942],[372589,-102398],[371341,177383],[373063,170331],[379073,174773],[378587,185714],[379705,191111],[371898,194196],[378869,208922],[388832,-125993],[386637,-124219],[388816,-124822],[390961,-115539],[390194,-135266],[393081,-132533],[390604,-144833],[387731,-147773],[391440,-143461],[395181,-143550],[386740,-160103],[394887,-165883],[385458,-177309],[393963,-168749],[386288,-180091],[387800,-183192],[393016,-252979],[394906,-244350],[385370,-39512],[384564,-40878],[390323,-53879],[392931,-73593],[396545,-74310],[391140,-88611],[391396,-85113],[392111,-86123],[390168,-81412],[390702,-80252],[390354,-77772],[395724,-103999],[391051,2240],[385335,5261],[384970,172684],[384323,188274],[388705,211535],[385594,214327],[387503,216540],[396710,260634],[396199,44127],[394309,87316],[395306,88160],[406026,-116036],[402878,-122671],[402582,-121151],[407152,-120030],[405063,-119923],[398773,-237961],[405655,-237284],[403158,-9918],[401863,-5497],[398530,-29510],[403496,-46094],[403197,-53900],[400835,-64327],[403048,-66082],[397444,-109631],[407109,138516],[408106,139360],[398027,170726],[405859,195445],[397355,218967],[409212,243134],[405699,242658],[403611,240910],[404336,240620],[403208,240521],[402634,239548],[408272,242950],[408828,243664],[408601,245552],[408127,243689],[406048,244815],[405519,244271],[406823,244577],[407226,245182],[408176,243709],[401593,14196],[404310,17492],[404527,377546],[405927,376191],[403202,376972],[403289,376344],[403568,377728],[403401,376654],[398345,31559],[412831,-128343],[410590,-235214],[413064,-235922],[410370,-231938],[411491,-7831],[417739,-6211],[419958,-9331],[422378,-10716],[411943,-12810],[419515,-38136],[413270,3219],[414044,2574],[414518,926],[421213,204670],[420316,204567],[417663,208890],[414918,209944],[409896,244875],[411816,246638],[411127,247693],[416358,250074],[416500,249539],[415183,248872],[412972,250493],[415316,253249],[414352,418999],[412817,418589],[410791,418374],[422472,-186650],[433635,-205389],[426238,-235947],[428628,-8320],[431993,-246529],[425155,-256641],[430948,223701],[429708,222909],[430578,225768],[426183,224806],[428812,251102],[427487,251585],[427113,252537],[430357,251623],[431500,249579],[430338,249857],[430666,17963],[431172,14797],[431800,15038],[433609,28316],[439474,-212557],[445826,-215119],[438641,-216134],[447980,-219087],[442481,-225716],[441925,-231917],[438899,-6635],[438400,-70367],[440309,176404],[441048,177759],[443689,183902],[446743,181238],[447180,21649],[443595,21215],[443381,21506],[444118,22614],[446847,23141],[446886,22579],[446871,23938],[446866,25509],[446804,25197],[443728,25463],[442745,24495],[440877,352234],[443897,33332],[447677,34048],[443983,43427],[447625,47270],[446980,46002],[451044,5932],[453790,178544],[458980,192067],[451638,182426],[452426,184913],[451004,203072],[451067,197419],[460497,207824],[454568,428420],[455602,68456],[456234,84652],[457021,126181],[473002,-232994],[466350,-244200],[462914,-28539],[462621,-29325],[468059,4475],[467713,5297],[466649,128707],[473420,187726],[462355,210352],[464096,425233],[463328,425782],[462687,103774],[467573,110590],[469752,106347],[472874,123413],[472781,115871],[469998,124653],[474501,-241642],[484555,-10459],[483208,-10219],[480435,173480],[486014,206736],[480146,112528],[478565,110703],[477925,110065],[477455,106935],[476552,107401],[477298,106123],[476269,106133],[484227,110947],[485803,110661],[486131,111182],[486019,111827],[483923,111403],[484123,109439],[483635,108824],[483285,110104],[483102,107903],[482041,106979],[480239,105780],[479944,106100],[492798,8603],[487229,212936],[490566,213613],[486584,209736],[487958,210314],[495347,217519],[489761,212301],[499145,225365],[487336,223505],[497982,233130],[494184,231207],[487765,14014],[492475,48977],[491033,61376],[487129,72952],[488796,72518],[487038,112184],[487377,112115],[489230,110659],[489598,111908],[491075,111493],[503193,172031],[509763,185753],[506684,201311],[507797,199950],[514502,-7849],[523654,-55950],[519966,190835],[516564,183183],[519371,184930],[518928,193571],[521397,80832],[530377,-2213],[528432,132781],[529747,25333],[529000,68554],[528300,68390],[528496,86355],[550273,50200],[544065,55833],[540517,63886],[540045,64208],[538657,79199],[554569,-34090],[552373,-29508],[562344,-32326],[572563,-67516],[574697,-74813],[572273,-77868],[567928,-82878],[571885,-80559],[585971,-35991],[583001,-50368],[576070,-80035],[580693,-92775],[588571,309273],[590442,33938],[592706,27675],[592142,29175],[593571,39114],[590754,43792],[590981,43704],[608457,350820],[616802,272715],[636588,362547],[670923,89480],[676807,101713],[677473,101207],[675726,101233],[674549,101694],[678024,98374],[677824,96592],[677007,94021],[677681,93567],[675595,97257],[674648,96590],[673708,96469],[672822,97471],[672400,96378],[674464,97922],[676692,94116],[675917,93216],[671915,96493],[673915,92344],[673503,93137],[669736,90012],[669422,92592],[679263,-119027],[682692,-85231],[687599,-95258],[686577,-103693],[681904,100035],[678695,101603],[683690,100960],[678637,97029],[679870,96516],[679970,99042],[714702,-169205],[713331,-168784],[707481,-179090],[712620,389281],[718351,390367],[724114,400285],[726014,400565],[733576,-198174],[734384,402682],[742308,414505],[740155,415194],[740573,416666],[741215,415756],[738936,418275],[739100,418719],[740859,421447],[738572,427447],[749996,390804],[750356,395368],[751320,394342],[750305,392766],[750172,391697],[751865,391957],[748034,386769],[748285,387328],[745335,412705],[745316,412503],[743290,413717],[742055,421747],[746954,414146],[747709,415426],[747623,417966],[748985,420421],[747742,421789],[751305,416761],[751286,417088],[754196,417668],[747831,416691],[745080,416582],[753452,419439],[753611,412285],[753328,426754],[764327,-160590],[758550,-167793],[756128,394865],[757499,395668],[757763,394307],[758717,395420],[760263,395356],[767383,395737],[767321,391882],[767040,390456],[763531,388294],[761928,387570],[758085,385397],[761047,409389],[765918,409371],[767357,407252],[766275,407576],[765412,404737],[763013,403342],[758252,400629],[758310,398572],[756095,397400],[760173,396778],[760548,398928],[763751,397857],[767459,400147],[767505,408428],[765420,403312],[767808,403802],[760691,406224],[760440,408280],[761763,410609],[760906,411712],[757820,412619],[757993,411309],[759742,412233],[759106,410574],[765019,410071],[756042,417562],[755597,417458],[755822,415423],[758741,416334],[758736,413829],[765278,414752],[767563,412429],[772581,-154430],[768460,396648],[768485,391233],[770914,395595],[770857,390215],[778426,389104],[771668,403593],[769457,404147],[770231,405534],[769067,405848],[768011,405494],[770512,403218],[768540,398957],[771887,409384],[778528,405416],[777877,398657],[775889,397076],[769859,408680],[768913,413922],[788431,-149550],[788481,-150923],[784840,-149905],[780919,-151175],[821775,-149997],[867888,-150630],[961444,-141532],[971058,-150023],[973181,-149938],[975472,-151606],[974079,-147889],[982396,-177602],[980330,-183356],[981565,96810],[977191,100121],[982654,105610],[982361,102828],[986976,-170952],[986832,193720],[987084,100370],[988557,95994],[993918,99935],[990917,104891],[1007822,-164133],[1002077,306706],[1002251,307929],[1006146,313564],[1005085,316725],[1003939,328605],[1006553,324129],[1003638,335438],[1002773,103011],[999865,103593],[1018221,303336],[1022771,303449],[1029472,283315],[1024598,301812],[1032314,323295],[1031652,329363],[1025203,323581],[1031118,363042],[1028956,359176],[1043763,292627],[1044833,289995],[1042725,311297],[1048711,321543],[1046380,325924],[1037882,339994],[1037854,343493],[1039165,355259],[1041747,365111],[1042085,366525],[1041629,359231],[1056949,-110703],[1056058,-110867],[1055959,-111110],[1060004,280600],[1054935,292834],[1056653,290074],[1051080,304273],[1056934,295384],[1050192,300160],[1067663,278062],[1071667,279982],[1064135,292340],[1072846,287277],[1065935,299520],[1074509,308811],[1073937,314341],[1064242,319087],[1073356,320658],[1073019,331774],[1085329,296959],[1081531,312050],[1084182,308983],[1080301,308544],[1076701,323335],[1086707,334707],[1085242,498416],[1091432,-141059],[1099188,284424],[1098803,284510],[1089717,295028],[1089578,304715],[1100016,299609],[1090890,308007],[1089845,311486],[1089953,331471],[1183473,408707],[1186329,407456],[1187100,409352],[1185685,411921],[1188104,412419],[1184988,411155],[1182989,411426],[1188261,414913],[1189790,416221],[1201341,240057],[1201854,237070],[1202290,246188],[1202526,244918],[1200809,251653],[1197204,408315],[1196100,408914],[1191093,410077],[1194319,410029],[1199194,413961],[1191597,419567],[1190493,421280],[1209676,202668],[1209826,200993],[1215873,194338],[1207590,237933],[1207893,235901],[1205994,239961],[1205016,242440],[1204674,235521],[1205826,251865],[1206111,249640],[1204307,248275],[1207778,252615],[1209746,250715],[1208364,255081],[1211023,254826],[1212229,253316],[1214286,251664],[1213017,250212],[1212370,248835],[1208227,247315],[1206935,246190],[1205092,243556],[1208956,250499],[1209657,247578],[1213766,257358],[1216373,185433],[1219964,183892],[1221954,180935],[1217338,191462],[1217129,204091],[1228174,239682],[1226317,237647],[1227779,239530],[1228400,236425],[1217365,254941],[1217878,250689],[1219003,252973],[1224201,117217],[1225225,116199],[1224112,120012],[1221049,120751],[1231840,129381],[1233352,175688],[1230959,176342],[1240777,213891],[1234502,214796],[1231594,238284],[1229074,237140],[1241225,416005],[1241348,120835],[1239153,121340],[1230840,118321],[1232291,125731],[1229311,122018],[1246755,133426],[1246508,135323],[1254160,212152],[1250288,214636],[1249550,210710],[1254206,271506],[1245854,405337],[1242952,411362],[1243191,413045],[1242211,122355],[1255625,150165],[1256639,151059],[1258205,150099],[1259596,157641],[1261705,187911],[1264022,202386],[1264709,204017],[1266398,205607],[1264400,216649],[1263919,219675],[1263546,221620],[1262549,223890],[1263659,218396],[1264735,220795],[1266939,225237],[1265949,222778],[1260771,262993],[1259597,262346],[1256735,262856],[1257987,261306],[1263122,265246],[1265175,264379],[1255216,271402],[1269630,150386],[1267781,150809],[1272581,165206],[1276704,167577],[1272742,187904],[1272609,185353],[1274186,191721],[1272627,199031],[1271723,202450],[1268963,203883],[1270990,206401],[1272389,205126],[1270917,209157],[1272573,211077],[1272030,212908],[1269443,215216],[1269231,217057],[1270084,213901],[1267216,208268],[1272180,229484],[1268269,228002],[1270356,227830],[1272486,232999],[1273889,234915],[1278845,239180],[1275954,237983],[1279332,238394],[1278089,237524],[1277395,236305],[1279232,232841],[1267918,265758],[1281699,241526],[1285133,241499],[1286075,242364],[1280127,233609],[1285209,234187],[1287223,230608],[239975,-223968],[254090,-209232],[250108,-209539],[246886,-213389],[247923,-217252],[254632,-205992],[252943,-213731],[252147,-212416],[254335,-210962],[249213,-211169],[253993,-219925],[254477,-220991],[244923,-218430],[257124,-187476],[262268,-194776],[260929,-207491],[257829,-214845],[260161,-209623],[276275,-116839],[278623,-123762],[279316,-121290],[274001,-133370],[279153,-150076],[274723,-185769],[279656,-193152],[274070,-84979],[275159,-80976],[279293,-83949],[272623,158353],[275449,160944],[274701,161755],[272083,156181],[290609,-119495],[292835,-116317],[289315,-122309],[293820,-136659],[291343,-129954],[290798,-145470],[287412,-141685],[285974,-155704],[293811,-157899],[293326,-162593],[286705,-153685],[291912,-167087],[292016,-172951],[283829,-191683],[293938,-184289],[282106,-88189],[287996,-84813],[282024,-93488],[292615,-90122],[292150,-98662],[288720,-101092],[281926,-111461],[292573,-107422],[292209,-104114],[285432,134671],[285950,134767],[290485,171009],[290444,170392],[290779,171231],[289455,172402],[297764,-123086],[296666,-115183],[299741,-130239],[297550,-164554],[298310,-158586],[296651,-168447],[296057,-170981],[304448,-189772],[299333,-75875],[294474,-83170],[304434,-86770],[299748,-88451],[297978,-84170],[304421,-90396],[300420,-99985],[306284,-101209],[297940,-100257],[299778,-109605],[299080,-111150],[294766,-105964],[294433,-105034],[298292,149714],[298093,151194],[300932,92265],[301600,92596],[305729,93129],[295557,97691],[295567,97750],[304626,95965],[297238,126989],[319809,-162541],[307232,-189519],[310450,-194270],[316733,-72391],[313842,-65068],[312188,-64036],[315672,-74082],[314228,-84260],[311960,-93276],[308240,-99126],[314669,-98313],[315588,-100495],[314309,131894],[313979,131020],[312305,129022],[317510,166421],[312458,88460],[313788,87894],[308234,81922],[313606,95880],[313167,96273],[312088,96286],[312261,96100],[318912,90949],[310581,116380],[331889,-171539],[326990,-203632],[331037,-204606],[328910,-205095],[322866,-216776],[324564,-217729],[323049,-219805],[324631,-230172],[321002,-228624],[323137,-224534],[326643,-229754],[326668,-230231],[325510,-231328],[325983,-239777],[325665,-10448],[324630,-6575],[328982,-21063],[326418,-37177],[330057,-25978],[324145,-40472],[327487,-42085],[320604,-78862],[320017,-87843],[330962,2596],[325407,5187],[320814,9790],[324502,11924],[324158,7646],[321621,175485],[330415,34968],[329029,65848],[329551,75519],[323609,74645],[323794,74957],[327745,78126],[322489,78141],[324526,90899],[326921,91711],[327371,91818],[337856,-131436],[344528,-177017],[336316,-176290],[333050,-169024],[334134,-166405],[337057,-167808],[341391,-180076],[343090,-182540],[338266,-188679],[333893,-184730],[345214,-202197],[342513,-201718],[338011,-192892],[340146,-194410],[341393,-212381],[339274,-208810],[333188,-217977],[332933,-222542],[333549,-227436],[335016,-218179],[335234,-234431],[334515,-30229],[333497,-29747],[337108,-45948],[334823,-59967],[333086,-62247],[335302,-57593],[333527,-71126],[333972,-64532],[345010,-94198],[336404,4774],[338562,130935],[345584,149203],[343680,219014],[339534,22609],[339443,18539],[338297,44392],[336318,69584],[339181,78230],[333521,88093],[334810,93952],[335643,102966],[336308,106790],[339282,126346],[355540,-152334],[357896,-143125],[346345,-151301],[350260,-161187],[350069,-177806],[356356,-176663],[348692,-172868],[348591,-185144],[356893,-186058],[358294,-179634],[347226,-200008],[357170,-198447],[349487,-207353],[351125,-17041],[351153,-17343],[350844,-16820],[350778,-17118],[351563,-89040],[345849,-84101],[346906,-97078],[348314,-96853],[352429,-91172],[357497,-108249],[354938,-113464],[350811,135899],[353158,145790],[346136,149018],[351339,177736],[351428,177313],[351556,171375],[351249,169882],[356504,171573],[355798,171868],[353279,170634],[358213,170658],[358319,170569],[357660,171494],[357889,171323],[358380,170398],[355874,169539],[354341,180307],[354646,179638],[358073,182856],[355473,182748],[356125,182660],[354654,183130],[355546,182488],[351785,182978],[353281,207926],[350839,20474],[351233,122202],[353097,115858],[370569,-120104],[361709,-115919],[363889,-178827],[367203,-168970],[365546,-171935],[365570,-180196],[358986,-183501],[359088,-198770],[365326,-198774],[364877,-196690],[363924,-197373],[368355,-198939],[369540,-56748],[361247,-57369],[365846,-68327],[364204,-85749],[367552,-93974],[367966,-100329],[370750,-113142],[366554,164000],[362118,159986],[359253,169984],[363723,168816],[370300,178514],[370761,178048],[370993,177665],[362838,175836],[360480,172602],[362908,189748],[361971,41748],[361637,39629],[383938,-119609],[377925,-136355],[379114,-131339],[372244,-162594],[378448,-163212],[382886,-162832],[373826,-164341],[375285,-178042],[375853,-172215],[373946,-174705],[381684,-175542],[381479,-180874],[372649,-188734],[383388,-189553],[374075,-183916],[371704,-198467],[372842,-200430],[380767,-200233],[379912,-198723],[372939,-232534],[378041,-3426],[377456,-3117],[376667,-4618],[382258,-42412],[381625,-41860],[374778,-52870],[373898,-54719],[374074,-54331],[371943,-54911],[379915,-69084],[380433,-65347],[379306,-66250],[381068,-90134],[382615,-92981],[377497,-94042],[377655,-91541],[375144,-90729],[373344,-90260],[372211,-101844],[380540,-114792],[374412,-107227],[372557,-106177],[374992,178275],[383763,187954],[374513,181493],[372227,194493],[381419,194703],[379422,208923],[387145,-124514],[384652,-124597],[389330,-124113],[385056,-145546],[392894,-142691],[396185,-143020],[394395,-166197],[387240,-178114],[387417,-178324],[394835,-185163],[394904,-180666],[384244,-186205],[390360,-197297],[395189,-196663],[392988,-194483],[391004,-194591],[385398,-196516],[395095,-192128],[391061,-193600],[384363,-199622],[392464,-252345],[395032,-244186],[391174,-75099],[390079,-89168],[389197,-86021],[391848,-85827],[395420,-78261],[390603,-80595],[393135,-81965],[394306,-97192],[389298,-107404],[392535,-108834],[390947,1945],[385490,5418],[391899,162572],[388585,166182],[387179,211825],[389295,210594],[385683,215042],[387092,216324],[396590,260493],[394866,87568],[403029,-122265],[408869,-120724],[403926,-117768],[405247,-130768],[398803,-146732],[398922,-160082],[398691,-178454],[401052,-170959],[402516,-191356],[408561,-190233],[397923,-193128],[409445,-197851],[403190,-193475],[398381,-237866],[405602,-238050],[400746,-8942],[402480,-5457],[404697,-27545],[403394,-46325],[404570,-68298],[405530,-86672],[398236,-83635],[397501,-78759],[409211,-92761],[397907,-94265],[408608,-114670],[408333,-112306],[409137,-103773],[398375,-108900],[407666,138768],[405110,195806],[405647,228521],[407283,229689],[408840,243152],[407742,242636],[405577,242617],[403958,240070],[403707,240245],[403873,240618],[408360,243147],[408197,245656],[408307,244708],[405703,244943],[405794,244238],[407062,245250],[408195,243802],[401625,14033],[405093,17748],[404948,378490],[405249,377289],[403264,376645],[403806,377849],[403206,377320],[399231,31066],[415542,-125569],[415494,-124203],[416263,-119096],[421209,-125117],[418598,-138532],[416226,-127981],[419150,-145469],[417893,-143837],[419860,-145585],[418497,-155037],[416882,-156900],[420539,-156611],[418681,-166925],[422205,-186491],[419324,-194822],[420960,-197570],[411415,-235495],[412924,-235829],[410055,-231794],[411630,-8190],[417786,-6422],[419861,-8970],[412268,-13031],[419872,-36159],[413603,2142],[414364,1105],[419998,204799],[420015,204366],[415344,200298],[411362,210103],[410223,245396],[411178,247219],[412750,247829],[416704,250064],[414920,249425],[412407,249989],[414821,253488],[419206,252992],[418102,252765],[414957,417383],[422926,-132844],[422829,-146147],[422421,-160856],[423532,-177174],[422884,-172997],[430190,-178164],[432578,-177616],[429007,-176105],[425548,-169633],[422428,-166814],[429561,-174501],[426442,-180263],[422522,-185458],[422854,-195627],[424382,-201358],[434577,-203912],[434389,-205866],[425979,-234079],[422493,-10546],[427858,-9231],[429041,-8425],[425378,-254391],[432936,-245499],[427284,-66246],[432609,-84552],[430928,223446],[429337,222908],[430626,225486],[429072,225124],[428121,224316],[425707,223934],[426019,250992],[429273,251683],[429038,252258],[428289,252175],[430126,251846],[431464,249386],[431456,249677],[431035,17941],[431661,15613],[431984,15270],[433680,28255],[435552,-179394],[439556,-181756],[444924,-188001],[446206,-186533],[447980,-182857],[435748,-200167],[440202,-204567],[441379,-201226],[439743,-212732],[444532,-215108],[440367,-216972],[443201,-208373],[447072,-217683],[443008,-225567],[439854,-232335],[438568,-6548],[438432,-69873],[440960,177698],[443589,183876],[446272,179702],[444166,197378],[447249,21687],[443702,21149],[443515,19861],[443479,21509],[446663,22840],[446710,22664],[446875,25417],[446237,24508],[443540,25495],[442302,24619],[442626,24458],[444255,25487],[443513,33769],[447864,33902],[443649,43593],[447843,46968],[447252,46229],[454103,-184364],[459940,-184745],[460459,-192637],[449099,-209475],[454149,-210458],[456691,-209090],[459344,-209136],[451700,6221],[454943,178831],[458688,191285],[451286,183614],[451681,184777],[459224,193828],[453099,201304],[449308,197834],[460549,206507],[455563,68348],[463829,-210105],[473562,-241115],[466583,-245392],[462421,-28386],[462581,-29571],[467919,4682],[466227,128798],[462428,187760],[463464,210316],[463596,425562],[464728,426329],[462713,105134],[467035,111062],[469780,109639],[472874,127626],[474685,-232629],[475622,-4362],[484615,-10227],[483522,-9751],[480396,-30928],[479517,173514],[475235,187490],[481883,184473],[485511,213073],[486203,209945],[485522,26285],[493407,8306],[495509,6514],[489409,158534],[492844,213831],[490062,209470],[489674,213565],[492553,221644],[489506,224546],[494360,218042],[495383,230701],[494737,231138],[487463,14111],[492655,49532],[493761,62548],[503242,173564],[504623,174391],[509945,181506],[501867,41206],[503258,47769],[499873,44986],[514798,-7805],[514386,189245],[515908,185108],[517630,186784],[517877,182255],[517856,193720],[516841,217902],[522097,81961],[530288,-1695],[526832,-29864],[528534,132935],[529481,25568],[537416,263520],[535397,31836],[528518,59463],[526311,62079],[529364,69230],[528578,68206],[527967,82095],[528491,88283],[528955,127793],[550380,-21265],[549894,-20696],[545145,-113553],[550365,50657],[547318,56968],[542901,56192],[541139,66959],[539284,65712],[538479,80712],[552052,-29459],[562337,-32276],[554051,161391],[555261,24088],[569155,-53420],[571874,-68596],[575069,-74189],[574754,-66861],[568592,-81960],[575616,-81004],[571542,-81183],[575857,-88147],[570651,222299],[581900,-49191],[583571,-88237],[588306,45446],[583719,45654],[591883,303820],[592137,304037],[589631,309131],[591583,42909],[593789,39298],[616960,272473],[636736,362683],[639700,366302],[648909,-61753],[665080,321618],[677611,-128656],[671431,-54897],[676056,-86936],[675804,94652],[672783,95873],[671743,96558],[675897,94942],[675920,94954],[675905,94946],[675330,95040],[675348,95025],[675337,95036],[673046,95526],[673072,95525],[673055,95526],[679149,-118974],[686468,-97330],[681447,100995],[684423,100136],[683383,101148],[681473,100994],[681456,100995],[680912,101211],[680938,101210],[680921,101211],[684279,100056],[684305,100055],[684288,100056],[714420,-166398],[706999,-178548],[705750,373608],[712169,388657],[718427,390342],[717880,390078],[724290,400447],[726443,400287],[733800,-198016],[734492,402723],[742362,414789],[740747,414818],[740565,416588],[741053,415920],[738741,418888],[742400,421937],[740876,421387],[739457,427434],[754255,-168886],[749529,390288],[750778,395459],[751377,393610],[750234,392691],[749794,391474],[751728,391551],[747902,386733],[748424,387455],[745350,412756],[745740,412707],[743020,413627],[748287,415814],[747792,415820],[747544,418188],[749175,420523],[747620,421847],[750077,416922],[754245,417874],[753569,419607],[754143,412627],[764873,-160410],[757910,-167287],[756038,394816],[757306,395577],[757611,394590],[758459,395306],[759917,395339],[760345,396647],[767614,395646],[767166,391940],[767125,390977],[763158,387876],[761695,387518],[757874,385763],[760878,408134],[765434,409219],[766942,407058],[766444,407890],[765470,405200],[763001,403202],[758356,400153],[758408,398715],[756032,397390],[760510,398983],[763588,397949],[767238,400168],[767633,408338],[766872,407443],[761057,406339],[760375,408377],[761948,410382],[761155,411516],[758171,412145],[758098,411393],[759617,412285],[759345,410356],[765121,410144],[755365,417437],[755726,417459],[756294,415517],[758735,416265],[758907,414855],[765400,414661],[767505,412178],[771430,-154865],[768548,396896],[775920,396729],[768307,391418],[770418,390406],[770772,395638],[778041,389106],[771187,404111],[769951,403795],[770040,405417],[769433,405405],[769235,404398],[770241,403423],[768909,399388],[772059,409280],[778560,405020],[778112,398594],[769849,409115],[769338,413486],[788861,-149513],[788501,-150717],[781814,-151008],[815186,371867],[819599,-148444],[867916,-150939],[865544,377411],[962643,-140505],[962829,-144734],[971107,-149063],[982180,-175370],[983093,-178501],[980607,95481],[978650,100827],[983298,102475],[982946,105317],[986917,-170825],[989467,94681],[995422,99532],[987793,101198],[991571,105681],[1002277,306225],[1002225,308773],[1004892,316376],[1001676,322965],[1004144,327391],[1002726,324658],[1004533,339691],[1004638,101985],[1000856,104183],[1020523,301031],[1031084,281004],[1024294,301900],[1034999,321363],[1032301,329455],[1027519,320702],[1028326,324560],[1036590,337553],[1033967,350305],[1034101,349800],[1029600,360764],[1024939,359647],[1035169,364851],[1048254,290025],[1048593,290331],[1048163,306254],[1042812,311844],[1041067,310504],[1047927,321598],[1044704,328170],[1039332,346142],[1036994,350761],[1040171,366356],[1046883,364848],[1048246,363262],[1061674,278535],[1052727,293058],[1054714,290890],[1058547,294824],[1062014,297054],[1051713,302554],[1051767,343992],[1069261,277914],[1065345,278828],[1072736,279117],[1071256,284652],[1064097,298540],[1070778,305442],[1063744,320648],[1070947,322352],[1073942,332421],[1084108,293952],[1076157,305765],[1083980,308933],[1080444,312002],[1076742,312766],[1076702,327287],[1094557,241801],[1098417,282718],[1097720,291501],[1088476,296027],[1089091,301633],[1099936,301071],[1092302,308681],[1089986,327276],[1160564,292168],[1162783,295014],[1182366,409725],[1185916,407280],[1186574,411631],[1188503,412525],[1184587,410877],[1183320,411288],[1187319,409992],[1187820,415757],[1190337,415877],[1201717,240399],[1201966,237182],[1201867,246432],[1202421,244307],[1200454,251106],[1198230,408393],[1191685,409896],[1190955,409833],[1194301,410034],[1199337,413788],[1190950,418572],[1190588,420280],[1210398,203549],[1208917,200716],[1215945,195018],[1207596,237607],[1208153,236373],[1205290,239670],[1204877,242720],[1204094,240440],[1205953,249524],[1204608,248870],[1207256,252987],[1208660,255052],[1210613,254206],[1212550,253279],[1214207,251818],[1213364,249953],[1212399,249239],[1207884,247468],[1206719,246365],[1204975,243577],[1209291,249921],[1210482,247808],[1214430,256765],[1220339,183968],[1221052,181505],[1217155,191362],[1228308,240722],[1226498,237349],[1227139,238955],[1227847,236104],[1217304,254139],[1217812,250762],[1228614,122038],[1224095,117326],[1225366,116431],[1224095,119883],[1221686,120632],[1232295,128278],[1231539,175616],[1234454,214679],[1231277,238853],[1229216,237938],[1241422,120570],[1239690,121103],[1230791,118156],[1246604,133604],[1246324,136130],[1252579,211108],[1250021,214515],[1241895,214647],[1253544,271331],[1252002,128010],[1242714,122198],[1255862,150721],[1257583,150354],[1262639,189813],[1264203,202011],[1264097,204528],[1266042,204634],[1264013,216894],[1263821,217752],[1264534,219609],[1263511,221719],[1263398,223040],[1262448,218037],[1264489,220711],[1267079,224668],[1266209,222567],[1260780,262645],[1259106,261820],[1256769,261997],[1259212,260977],[1264308,264969],[1265572,264223],[1267095,265564],[1255202,271077],[1269785,150537],[1267904,150009],[1272477,165192],[1279734,171334],[1276621,167605],[1272887,187696],[1273493,192347],[1272749,199587],[1271579,202366],[1271858,204074],[1268483,204856],[1271696,205713],[1272690,211425],[1271597,212658],[1269947,215547],[1267880,216286],[1270122,213673],[1267314,207454],[1272509,229510],[1268454,227374],[1271174,227780],[1272609,231999],[1273795,233931],[1278134,239034],[1276620,237893],[1279311,238549],[1278355,237694],[1277574,235929],[1278652,233253],[1292345,199927],[1289792,195889],[1304811,431576],[1305407,432084],[1314969,203812],[1316584,200941],[1314932,210971],[1313216,206907],[1312914,208748],[1315151,217910],[1313123,286678],[1309568,292516],[1307043,296618],[1314421,383246],[1315165,393799],[1307151,431876],[1305946,437621],[1308445,445630],[1324129,205485],[1329355,240319],[1325858,242448],[1323798,239746],[1320800,241414],[1320141,237833],[1326961,247792],[1323989,245632],[1327222,245696],[1323706,382719],[1322234,376857],[1319921,375770],[1323373,384104],[1325966,390855],[1326660,396156],[1326332,388360],[1326333,384418],[1329128,400430],[1326067,400397],[1323176,405835],[1332522,201705],[253700,-213847],[252777,-212524],[253798,-211431],[250272,-211848],[253806,-224308],[266981,-198735],[275092,-118650],[277560,-123368],[280889,-120326],[268886,-137145],[275969,-149428],[269329,-190301],[279861,-192059],[280778,-87487],[275644,-110839],[272781,156387],[273004,158094],[274783,161799],[292535,-117054],[294088,-116484],[294332,-127331],[289100,-122240],[293797,-137000],[291099,-130372],[290712,-146313],[286734,-142378],[286705,-153043],[284959,-154626],[293646,-157722],[293365,-161505],[291938,-170164],[291714,-168194],[292035,-173662],[285216,-189548],[282283,-192299],[288641,-195557],[287380,-204353],[289561,-209576],[292545,-276815],[282014,-88143],[282417,-91000],[292998,-90301],[292105,-98951],[289214,-101312],[281801,-110612],[285716,-112933],[293622,-108358],[294291,-104697],[283868,135902],[285421,134867],[291514,170365],[290406,170965],[289640,172359],[297585,-121177],[295100,-121239],[297028,-129669],[303730,-140330],[302138,-132878],[295563,-130344],[304802,-151866],[306786,-143811],[296408,-164620],[298523,-157819],[303106,-161174],[295697,-167596],[295836,-170297],[300577,-202463],[300210,-217947],[295788,-228359],[298116,-266519],[299805,-74929],[299554,-89020],[306841,-80885],[303595,-87814],[299381,-89278],[303002,-97649],[300269,-98693],[302084,-95274],[297599,-100535],[299033,-104601],[296407,-107245],[298764,-103070],[295010,-106569],[298141,149314],[298301,151158],[298251,152358],[296993,153514],[296937,154035],[305946,92616],[304747,95990],[296694,96852],[295810,97766],[295725,97376],[304409,95561],[302636,108039],[296525,125026],[297422,127185],[312406,-127734],[314755,-138502],[318206,-134515],[311302,-222190],[315490,-74802],[311288,-88677],[319651,-81051],[308555,-86123],[311375,-93967],[312863,-91702],[315188,-99722],[317878,10279],[314616,131935],[312862,129861],[316977,76078],[309849,85084],[312815,87808],[313579,87953],[319209,84665],[314285,94987],[311835,96388],[312377,96625],[324279,-165466],[332236,-172115],[332311,-169453],[327843,-8449],[325515,-12182],[324090,-6216],[330696,-252785],[329606,-22673],[330415,-48017],[328014,-42939],[329990,-108645],[330936,4026],[325304,5298],[325912,10320],[324865,8700],[320550,167142],[325111,178074],[325596,180536],[328536,180411],[331076,19546],[329997,35056],[331554,45235],[330451,61992],[332547,61825],[329557,74342],[330038,75431],[323454,74353],[323395,74829],[321674,78302],[329357,77176],[322037,79276],[320687,89262],[325181,91286],[326787,92448],[327499,92605],[336502,-127656],[336549,-130269],[336845,-129680],[342314,-151364],[343386,-151952],[341950,-151150],[343762,-175388],[335755,-178685],[343778,-175757],[344566,-173015],[336079,-176124],[340964,-181725],[343062,-182001],[342021,-183388],[338079,-188187],[338011,-189324],[334680,-184402],[336187,-246809],[335681,-257653],[340068,-261314],[333007,-29938],[334620,-30336],[334544,-59214],[334206,-62120],[333237,-63276],[338981,-71697],[338698,-72884],[333769,-70391],[334988,-69548],[336450,-90091],[343772,-93075],[338972,-95061],[343801,-93320],[340428,-111338],[332868,3907],[336455,5022],[341813,220045],[344261,222071],[337449,15746],[336789,17597],[338559,44443],[333529,56853],[348609,-131406],[357682,-140602],[358194,-168443],[350394,-175757],[350677,-171128],[349753,-172604],[346737,-175269],[351588,-184447],[345665,-185902],[355045,-182220],[352888,-179573],[355726,-186684],[351158,-246054],[350352,-262215],[354146,-19962],[354421,-20127],[353879,-19615],[354319,-18475],[354063,-18377],[354800,-18636],[353025,-18040],[352807,-17717],[350983,-16914],[351285,-17144],[349644,-88485],[345706,-83154],[349555,-98278],[347917,-98703],[347402,-96536],[350540,-103545],[347003,-105253],[349765,-114927],[355626,-103506],[357484,-104290],[355137,-108571],[351627,-110279],[346415,149152],[356268,166593],[349490,176778],[348426,174002],[353610,179163],[350155,174059],[351727,170038],[350692,170493],[354580,169819],[353881,169096],[357706,170805],[357582,171568],[357935,171712],[356808,167591],[353240,180160],[358053,182758],[355303,182616],[356163,182105],[357761,182890],[351319,182939],[351229,189538],[352436,114701],[360297,-118684],[370451,-123293],[364418,-120460],[367398,-134339],[368151,-138764],[371080,-129325],[364187,-151780],[360454,-149668],[363088,-162853],[370734,-166882],[367635,-169627],[365750,-171037],[370176,-182010],[364024,-180449],[359108,-182982],[361583,-188543],[370329,-185965],[369363,-198320],[367652,-216365],[364631,-219821],[371064,-219505],[362492,-53762],[364553,-85320],[367651,-93261],[366991,-100500],[364108,-114795],[370322,-113862],[366978,164076],[359430,169269],[358663,170553],[363676,169765],[361009,176249],[361763,175718],[370106,178181],[370904,178165],[362500,172262],[358901,166659],[364164,191694],[375189,-125713],[372409,-123955],[381125,-121500],[381218,-124546],[382625,-122175],[373202,-120158],[383217,-123868],[380763,-140446],[383609,-136639],[374735,-147942],[377792,-144456],[378112,-143104],[383029,-162856],[373127,-156690],[375585,-166766],[375775,-166206],[375017,-171724],[374065,-175322],[380026,-176548],[380725,-181294],[380438,-208899],[377370,-209951],[375011,-207329],[374977,-222756],[371886,-226663],[373253,-229582],[378004,-3668],[377040,-4037],[376828,-5022],[374255,-54081],[377536,-54455],[381596,-66992],[382617,-93037],[382087,-89549],[378166,-93792],[377500,-90611],[375808,-90298],[374098,-90021],[371684,-102003],[374275,-100892],[380255,-114586],[375443,-106940],[372324,-107212],[372078,177180],[377597,176656],[372227,196069],[380245,207918],[378040,72289],[391931,-116477],[386850,-124014],[387512,-123388],[390761,-119612],[394041,-132081],[391855,-142344],[395183,-144614],[386565,-161289],[386028,-154729],[389170,-162410],[386957,-175347],[393355,-166928],[386323,-179034],[395927,-204773],[396615,-17939],[386562,-45688],[391463,-53233],[393239,-76334],[392997,-73361],[390199,-86278],[390562,-81270],[390264,-80059],[390719,-81499],[390813,-82340],[390627,-89560],[388318,-107557],[391122,2494],[385952,5465],[395060,172794],[386135,215048],[384455,208237],[395745,215414],[387642,242232],[396265,44226],[395012,87475],[407362,-127588],[398740,-202518],[404435,-206572],[398098,-237841],[405506,-237347],[402406,-5408],[404148,-251259],[403698,-45257],[396828,-76505],[403860,-64194],[401033,-64236],[397257,-78740],[398297,-94055],[408630,138760],[406494,195708],[405805,196110],[405924,229234],[406886,230180],[408741,242644],[405344,242340],[404095,241068],[404150,241148],[404282,240526],[403163,239539],[407718,244175],[408075,243638],[407989,244091],[404982,244305],[406600,244975],[407420,245170],[406958,245222],[407809,243588],[402173,13647],[404999,17163],[404699,379628],[405558,375148],[403899,376826],[403809,376788],[403135,377475],[399459,32021],[407496,76034],[420474,-213151],[418922,-242691],[411147,-235446],[412434,-235968],[411501,-231997],[420991,-241416],[410698,-8083],[418280,-6083],[419985,-8902],[422352,-10311],[421786,-253572],[412664,-13085],[413036,3351],[413838,2187],[414495,1496],[420788,204753],[415371,200123],[417570,207579],[411753,206515],[410511,244258],[410615,245142],[411461,247189],[411360,247612],[416581,248651],[415436,249782],[416189,249191],[415317,249117],[412658,249853],[414557,252412],[421323,254200],[417378,252787],[414890,418695],[412624,418415],[428092,-205946],[434376,-205728],[426393,-211040],[425388,-234289],[430353,-239727],[427726,-8982],[429170,-8322],[424996,-255331],[431684,-260542],[432572,-262132],[434737,-261128],[432694,-84161],[431238,222875],[430065,222174],[430412,225227],[428949,224955],[427835,224141],[425569,223682],[426771,250656],[429433,251986],[428105,252989],[430890,250950],[431458,249191],[431341,249293],[430886,18258],[431396,15075],[432098,14873],[432750,28820],[439417,-212458],[445179,-214462],[446758,-217386],[437199,-210170],[438680,-217750],[440811,-226650],[441357,-233098],[440417,-236995],[438578,-6680],[440095,-249908],[443226,171625],[444969,185681],[446849,180101],[443988,197097],[447275,21786],[443774,21252],[444054,19855],[443678,21671],[446694,23239],[447171,22515],[443371,25536],[442667,24494],[443943,33773],[448143,33572],[443961,43629],[447672,47137],[446714,46589],[451826,-210999],[448611,-232766],[455844,-232703],[448461,-247082],[451424,6366],[456018,178733],[451709,185500],[459747,192223],[453262,201452],[455648,431117],[455842,68466],[456126,85021],[462236,-223723],[462295,-225158],[473006,-234345],[470075,-240528],[472978,-242332],[472400,-231158],[466130,-241753],[470874,-235967],[469055,-245994],[472431,-247498],[465970,-243437],[465607,-247825],[461808,-253487],[462623,-246954],[462013,-255715],[462326,-28209],[462721,-29174],[470066,-40430],[468367,4817],[466937,128541],[464309,426638],[463437,426220],[462289,106587],[467986,109980],[471187,107457],[468761,123506],[472134,117547],[469623,124617],[480412,-227575],[477931,-220701],[474259,-241684],[484189,-235119],[483098,-239914],[483428,-241246],[484803,-10131],[483642,-9645],[476922,175580],[485222,212175],[497466,-129991],[490372,-233918],[497086,-238110],[487194,205759],[495412,217054],[496174,226069],[489210,223362],[497001,232616],[487140,13565],[492741,48967],[493620,72521],[500988,-238960],[508024,178417],[502002,172738],[511825,185828],[514668,-8321],[524247,-56504],[514958,183730],[517885,184571],[516666,188033],[521626,195054],[521236,83110],[530800,-2685],[526847,-29535],[528214,132936],[528567,25095],[530124,68963],[528822,64470],[526712,83941],[542903,-112530],[548936,50347],[542920,57444],[542873,55610],[539780,66670],[538411,65276],[538344,79684],[551691,-21278],[552250,-33824],[562829,-31098],[575068,-66998],[573857,-77056],[569512,-81754],[568521,-83900],[584021,-35823],[585904,-51172],[576199,-80519],[588616,309403],[587885,45456],[594636,-53527],[594011,38998],[594508,39253],[593698,39442],[593411,39477],[617329,272314],[637005,362769],[651200,-68460],[707771,-179219],[711983,388991],[718710,390285],[717857,389938],[724218,400195],[726428,400315],[734531,402790],[740421,414587],[740514,416974],[741345,415767],[739020,418459],[738973,418976],[742160,421851],[740919,420726],[738795,428136],[749865,390661],[750457,395316],[751535,394184],[750675,393008],[749979,391654],[751895,391719],[751681,392281],[748288,386611],[748290,387531],[745653,412795],[743332,413519],[746823,414583],[748620,415893],[747925,415707],[748987,420627],[747690,421704],[751404,417088],[750111,416619],[754629,417702],[747954,416931],[745535,416512],[753513,419558],[754036,412837],[764344,-160080],[758480,-167184],[756210,394690],[757326,395415],[758012,394303],[758452,395430],[760255,395212],[760740,396275],[767733,395514],[766790,391747],[767335,390684],[763446,387767],[761717,387683],[757495,385704],[761368,409017],[765574,409257],[767242,407423],[766756,407945],[765173,404728],[762832,402954],[758400,400713],[758358,398645],[755934,397196],[760668,398866],[763641,397663],[767665,400453],[767652,408564],[766517,406942],[760906,405828],[760936,406511],[760281,408503],[762073,410630],[761039,411607],[757568,412263],[758172,411535],[759892,412335],[759121,410404],[764756,410174],[755302,417281],[755741,417667],[756682,415215],[756562,415324],[758881,416210],[758304,416515],[759402,414431],[765035,414869],[767836,412361],[768365,396794],[767970,391172],[770930,395162],[771417,389911],[778538,389161],[771417,403933],[770166,403237],[770394,405285],[769040,406060],[768281,405418],[770331,403269],[768697,399519],[772138,409168],[778472,405121],[777997,398493],[776048,397167],[769559,408683],[769038,414105],[788187,-151005],[785390,-150070],[781388,-151136],[819603,-148313],[962391,-140771],[970989,-149058],[972176,-149498],[975323,-151105],[974175,-148119],[981510,-157354],[981911,-175230],[982997,-178427],[985470,196167],[981186,96370],[977600,98738],[983437,105018],[982160,103211],[994464,222044],[989303,94966],[994221,100204],[988124,101025],[989829,103798],[1008215,-163946],[1003519,307084],[1003933,316135],[1007210,328556],[1006485,325614],[1005108,339288],[999623,103545],[1023279,298956],[1021286,364812],[1030390,279280],[1027538,302323],[1026645,301241],[1034572,321019],[1027941,321499],[1029447,323218],[1036455,338499],[1034347,335971],[1030488,357792],[1030268,346149],[1036104,365968],[1042440,291183],[1049436,287326],[1041019,345849],[1037878,353515],[1047894,362755],[1042960,366329],[1055404,-113863],[1059737,294425],[1057621,290991],[1050924,307237],[1053149,296194],[1054980,295926],[1052302,301197],[1050476,343755],[1065229,-127033],[1073641,-135895],[1072903,279891],[1070521,286003],[1067293,302041],[1070839,306038],[1075142,303604],[1073911,313934],[1063268,317706],[1073535,332051],[1082535,295149],[1086607,311545],[1080787,308628],[1076463,323247],[1075328,324570],[1096018,278397],[1088702,294162],[1097288,287939],[1099232,287626],[1097692,293260],[1088814,296448],[1089168,313146],[1088181,331494],[1243562,405502],[1243047,408908],[1244142,413146],[1242876,412610]] \ No newline at end of file diff --git a/src/gathering/a10126.json b/src/gathering/a10126.json new file mode 100644 index 0000000..f8ca57d --- /dev/null +++ b/src/gathering/a10126.json @@ -0,0 +1 @@ +[[-255658,-311425],[-255491,-311522],[-315571,310067],[-330072,314692],[-331738,328011],[-344915,320807],[-337069,334625],[-352610,310495],[-31337,242461],[-98557,625079],[-97454,624067],[-98516,616754],[-98055,620010],[-96529,621377],[-98487,624004],[-100295,623388],[130256,-2320],[135777,-3217],[136378,-12379],[133506,-22487],[137259,-14079],[138208,-19001],[129959,-24396],[134949,-27295],[128603,-34514],[133311,-29498],[136414,57039],[134128,77370],[135177,94402],[130882,107432],[141441,-24494],[141074,-34969],[143922,23164],[144158,33815],[142974,43946],[147671,99289],[149373,128175],[153648,-165325],[156481,-9912],[156889,-22496],[161805,25296],[164097,99484],[158805,123900],[167977,-136497],[168408,-152172],[178217,-164384],[174863,-154536],[179105,-12148],[166924,-7236],[166497,-23263],[173685,5914],[177941,140993],[175471,45449],[173732,38924],[169407,55796],[175124,104662],[168179,107973],[186312,-153399],[185947,-151094],[191182,-25092],[181922,-13280],[180779,-31963],[185323,-28952],[179586,-71111],[189911,-114372],[189858,35199],[185638,46815],[180852,112605],[188898,102843],[201358,-126267],[194384,-10112],[193281,-2549],[203069,-10520],[197280,-24512],[204216,-30219],[196438,-57869],[200847,-64674],[192666,5772],[200663,146098],[201834,34793],[195425,43074],[192898,51841],[194124,68657],[198947,65500],[198046,127231],[210043,-124425],[213640,-30423],[214313,-29861],[212035,-36482],[217165,-47846],[217594,-49559],[212263,-54770],[215772,-62987],[212302,-69745],[211184,-68379],[217408,-71672],[208736,-108481],[205319,6190],[210313,13684],[205680,49390],[214706,59235],[213573,57379],[213004,71842],[213850,94895],[216718,98199],[215006,115120],[207316,122478],[228765,-4859],[219535,-11896],[224523,-16636],[218113,-24534],[220317,-23514],[220800,-16458],[227620,-58894],[220417,-65021],[221400,14470],[228018,60711],[226350,84207],[222177,83735],[229279,96375],[232944,-1742],[234623,-17407],[237698,-26928],[236948,-45270],[233433,-50870],[238888,-55344],[235530,-53348],[230747,-63905],[236734,2591],[231244,25142],[238469,21733],[232300,35804],[236154,62106],[237652,55719],[244586,-31700],[247075,-36346],[247043,-38723],[253348,-52321],[248663,-52024],[249383,-59996],[243791,37042],[244043,45023],[251399,62478],[259612,-67599],[257849,5438],[259298,19896],[278668,-140466],[269892,-137676],[275020,-7130],[276100,-3024],[275734,-14708],[274087,-21912],[276610,-34258],[280124,-54781],[276983,10156],[277026,24925],[276488,74054],[285817,-150629],[290768,-157309],[288550,-10135],[290384,-3831],[285286,-26048],[284827,-46170],[289518,-60814],[284264,13379],[284584,19337],[303487,-2624],[296747,10012],[295805,5225],[308888,-11636],[310260,-2919],[308252,7837],[400644,-52],[72883,56720],[67587,56658],[831348,-116418],[829748,-132973],[827689,-130366],[829123,-132102],[834317,-115171],[837052,-120119],[834127,-119444],[835531,-120061],[834718,-120079],[835754,-120710],[837486,-123545],[843725,-122036],[835925,-119285],[836842,-119557],[835116,-125100],[837866,-126302],[832229,-133268],[841007,-129652],[843738,-129284],[839210,-89070],[840093,-94138],[839883,-94418],[839961,-94011],[842625,-97829],[842968,-91422],[842708,-91435],[833320,-114802],[841298,-111873],[841112,-110944],[843187,-108825],[847691,-120158],[848662,-119204],[850492,-120135],[849646,-118880],[849458,-119281],[849241,-119766],[847796,-118433],[847545,-119550],[848432,-119050],[853980,-124571],[854257,-124314],[854029,-124133],[847291,-125465],[845656,-124043],[855712,-120026],[857114,-122520],[857267,-134745],[847041,-88242],[846790,-86517],[847920,-87628],[850384,-87153],[849751,-85379],[855420,-88762],[847101,-92941],[851698,-95160],[851190,-94928],[852192,-91508],[854103,-93885],[854004,-93725],[854314,-94469],[854028,-93750],[845351,-111198],[847584,-114298],[849083,-114790],[847910,-108766],[847446,-108878],[846349,-109701],[846311,-107116],[845998,-107872],[852875,-101939],[862584,-122910],[860701,-122869],[863335,-118867],[860371,-121939],[859065,-119014],[868885,-115864],[860073,-115866],[857931,-117962],[859070,-123076],[859822,-138423],[869833,-135046],[865212,-142397],[865329,-141947],[861889,-140692],[862508,-142486],[863861,-146457],[863267,-146373],[859474,-88820],[862006,-80364],[863006,-82392],[864026,-95524],[859640,-103890],[871620,-124790],[872418,-123782],[873830,-127336],[873956,-127667],[875984,-120586],[874212,-127190],[877416,-125600],[875463,-130571],[874448,-131365],[872655,-129006],[872583,-129359],[873965,-127931],[874117,-128199],[874072,-138565],[882450,-135584],[881498,-134728],[877179,-145685],[876874,-113930],[876294,-111939],[876620,-112536],[875501,-114524],[84274,49792],[82945,49478],[82538,49385],[80061,53116],[897316,-128805],[97461,12094],[91643,10515],[95402,17376],[90795,32199],[94339,37314],[90017,35029],[91434,50280],[92565,45337],[94168,41104],[99089,46654],[101466,43356],[90757,39264],[89643,42423],[92810,53962],[89603,55880],[97382,55986],[94576,58204],[90770,58242],[90686,51428],[94393,102362],[92633,103928],[92625,103336],[92561,103795],[93146,105710],[92985,105641],[105947,10994],[110966,20463],[105333,35147],[105347,43327],[109690,48719],[106612,39839],[123333,-1617],[116532,2955],[124342,7184],[115888,23752],[124314,21720],[127840,13024],[127846,113096],[124991,107468],[-255503,-311158],[-343693,324343],[-341084,335799],[-352056,312992],[-32837,242925],[-97694,620135],[131892,-2460],[134831,-3957],[140217,-8638],[136815,-24463],[139242,-16781],[132287,-25035],[139665,-28038],[132401,-34306],[128029,-32453],[130085,12451],[134853,123050],[141037,-18801],[142336,-33934],[146299,114229],[157172,-167090],[167460,-137414],[177560,-147669],[171860,-162616],[172483,138454],[175962,128795],[176750,110222],[175218,125043],[189971,-147535],[179414,-173883],[180083,-170364],[179760,-70569],[191619,-111099],[189695,-113322],[191354,133188],[185207,113125],[191958,113948],[180816,127571],[198323,-119124],[200185,-137934],[198569,129839],[196062,137531],[193577,62687],[194499,68161],[197270,64326],[198376,71243],[202582,79951],[200728,96100],[204750,93134],[192208,104971],[193655,115389],[192356,124013],[210504,-121590],[214951,-23512],[210107,-30137],[204807,-92879],[206597,-109886],[208059,143732],[217419,61602],[212470,64083],[212396,103880],[206186,118518],[228715,-5155],[229077,-15513],[229974,-53642],[226793,-56754],[227723,83734],[221276,100281],[218355,97423],[230619,-182280],[234393,-183018],[232627,-1861],[233504,-17118],[240770,-26546],[235058,-44332],[236541,7652],[238820,130054],[233897,35099],[239787,69608],[245756,-30750],[248062,-36876],[254571,-51347],[247051,64480],[251831,117090],[273651,-7971],[269886,-9999],[279819,-33355],[280400,-54448],[280844,71031],[285719,-149959],[290050,-156909],[292022,-8199],[287012,-45957],[286500,-61615],[74250,57685],[67976,55022],[86960,33850],[83311,51124],[82801,51174],[82489,51379],[86814,52241],[88052,53671],[1020731,205261],[1013208,219237],[99837,12983],[92555,9987],[94753,15967],[98703,35490],[94515,30148],[90358,49676],[94397,40770],[97247,46458],[100613,44022],[95087,39242],[93290,39651],[90795,45080],[91368,52641],[96262,55333],[91858,57896],[1054541,183663],[112619,7088],[106804,7747],[102995,12059],[110222,19614],[104087,30830],[104382,44747],[112448,47952],[108713,39547],[126598,-3186],[126682,-27617],[119594,12062],[124024,10233],[124052,6251],[120450,25669],[123298,16701],[119254,103581],[-331791,314618],[-328712,321953],[-335202,332497],[-349450,315030],[-30423,242440],[-30373,248649],[-52376,252741],[-54445,260322],[-67972,250544],[132419,66585],[131001,79735],[138628,123702],[145621,20909],[147723,29939],[142554,44260],[149546,102359],[151218,96155],[148849,127984],[166297,-161593],[162525,-6137],[158106,-11296],[155919,-20709],[164353,-23648],[163490,24579],[162064,105338],[167283,-157204],[175566,-154651],[175031,-1065],[172970,-39320],[171338,135126],[173033,32778],[178282,38828],[178093,49836],[175833,102452],[176074,108306],[167795,106981],[190268,-115306],[187328,-148251],[183033,-10661],[184103,-19360],[181032,-13410],[181006,-26948],[186681,-27650],[191341,-25543],[191633,5511],[190043,35195],[188236,42581],[195160,-125641],[194983,-138600],[198492,-2748],[193982,-15569],[199725,-25383],[204083,-30438],[201716,-69131],[201461,4564],[197533,36722],[196833,50180],[202859,45777],[198073,44612],[200854,53588],[195461,103541],[197289,126477],[205199,-10338],[212818,-34588],[217556,-30437],[216085,-48460],[211304,-74748],[209747,7823],[209869,143006],[211465,13022],[213108,56807],[210441,77690],[208906,95002],[213719,124763],[220265,-7125],[220589,-22102],[218682,-14909],[227857,-36669],[224820,-25479],[225599,-38898],[221548,-60646],[222691,-58444],[218917,-67007],[219578,-64748],[225873,132007],[228799,25527],[223772,59933],[224605,78546],[232050,-38124],[237182,-56450],[232472,-63860],[240216,128339],[242475,43445],[241829,54713],[248522,-37064],[250331,-56665],[254017,10326],[244993,23170],[252083,22620],[243717,38084],[247539,64106],[261807,-68750],[262945,-72941],[263400,23449],[265222,67795],[276252,-8326],[273626,-16724],[275653,-53166],[277183,9452],[279586,21153],[271717,72014],[288348,-23929],[290435,-13909],[282645,-60133],[292969,-73793],[282220,13505],[284647,23754],[302295,-4737],[295564,-1899],[299692,-12725],[304323,1231],[295882,9000],[305515,2842],[301003,11660],[294947,7986],[308844,-11184],[309303,37],[106672,96507],[-319910,314984],[-331157,313811],[-331133,322642],[-338062,337638],[-349433,314881],[-345675,323499],[-34206,242882],[139844,22212],[137828,52849],[140320,59233],[136681,79615],[136510,94708],[143847,133652],[146791,30588],[150285,99049],[155190,-164998],[165798,-8375],[158435,-13421],[154993,-20086],[165954,-23765],[165435,105966],[161429,102662],[170832,-137354],[169312,-149568],[166842,-161600],[174744,81],[176202,-15014],[179038,-69674],[171626,15505],[167070,34589],[175797,44541],[176444,104055],[173452,126996],[188475,-116629],[180106,-7306],[189067,-24078],[180037,-32102],[179580,2162],[183894,137324],[189019,15004],[186045,31332],[190208,41670],[189620,46401],[181182,112157],[186906,109709],[197936,-127785],[194929,-138599],[192823,-10418],[198641,-2139],[195104,-28558],[198733,-57540],[203699,7210],[197425,37014],[200525,44502],[198729,43806],[196445,52826],[204151,52942],[197090,112140],[198452,126991],[210259,-124588],[205540,-8293],[212373,-36472],[211150,-37752],[213605,-68446],[216289,-67597],[200789,-92416],[207409,-109331],[212758,11897],[208939,138658],[208277,55502],[211971,115850],[223011,-6764],[222428,-20000],[219467,-38140],[223501,-38129],[228419,-35921],[217642,-48667],[220748,-54771],[219805,-60061],[223690,-54418],[220557,19375],[228578,28073],[226924,60330],[218638,72120],[223438,76792],[222735,119614],[232205,-39400],[233726,-51251],[231039,-66567],[242612,29092],[241845,35709],[237460,59521],[239841,54759],[238069,93989],[249412,-37283],[248215,-37223],[252002,-58268],[252656,8311],[251412,21907],[244364,43920],[254061,76992],[244344,126932],[262868,-73100],[263207,22562],[260514,93980],[276336,-22952],[271449,-54675],[273540,10452],[274525,13493],[275486,85243],[287028,-24570],[288494,-14472],[281925,-59751],[290314,-73257],[290322,8151],[303059,-527],[306154,-5336],[296356,-4877],[301713,-14369],[300473,6951],[299032,5328],[306798,5161],[296363,8854],[295850,3595],[311809,-2380],[122050,99664],[121851,119379],[120756,116415],[-336552,334380],[132536,126044],[166402,-160499],[156930,-164954],[159190,-167585],[166232,136492],[171020,-137372],[174698,-159485],[166496,-161351],[174778,-154193],[176524,132213],[177410,102350],[184508,-151758],[186366,-148991],[179825,-162332],[180682,-69049],[189481,-113888],[200200,-124732],[192698,136028],[202574,106262],[200017,126903],[210055,-126707],[217258,-129307],[210285,-181433],[212990,-36022],[208546,-109785],[207656,129751],[205440,76259],[216596,97841],[204907,126380],[223382,-27637],[224880,-40760],[227185,-38251],[227810,99689],[222720,105468],[230770,-37667],[238055,68070],[250283,-34037],[255894,64471],[272812,-54323],[278933,-60488],[270115,75665],[272815,86820],[287318,-152387],[293433,-70747],[291914,5572],[304475,172],[98658,108727],[127250,86335],[-205671,-305089],[-205604,-305044],[-315820,314278],[-349532,323712],[139998,140539],[137373,140033],[134665,140827],[133325,143881],[139773,63123],[133640,73865],[135702,95676],[153346,142527],[144596,21527],[148301,31683],[146624,48700],[151779,90543],[149068,98849],[151723,111661],[153325,106754],[158333,-12569],[160551,23008],[156114,48700],[154639,47239],[162905,61364],[155572,57028],[161877,97015],[165146,93356],[158582,91309],[163117,98545],[161683,107718],[164111,108268],[175001,-149021],[166731,-160033],[176297,-940],[167674,-6530],[172846,-24951],[175570,-34781],[178939,131617],[178003,130681],[168795,138573],[172190,142232],[177687,37458],[173867,44961],[172839,74705],[175659,75039],[176022,81327],[183678,-154157],[179812,-11172],[184569,-11788],[181338,-34210],[185392,-29345],[191565,-29032],[191720,6407],[187338,30798],[180519,46843],[189577,48889],[187251,45960],[186977,70066],[182268,82956],[182119,86200],[179290,111711],[186615,108480],[196373,-122409],[193430,-133605],[193789,-11825],[200248,-3639],[202288,-12189],[194156,-18375],[199807,-25518],[202701,-58192],[195996,-54231],[198326,-63636],[201836,9429],[195625,140965],[196530,33083],[203347,38647],[195564,48622],[199276,45991],[203647,48438],[194763,46234],[194596,44262],[192076,58910],[192119,122784],[216836,-3832],[211768,-36568],[205678,-28868],[207137,12290],[214652,4702],[211822,144715],[210167,54188],[207822,75510],[212544,80204],[210771,89860],[221806,-11103],[221255,-23683],[222428,-27736],[217720,-28047],[221028,-40176],[223343,-41481],[220273,-54746],[219869,-59904],[221670,-58644],[218676,-70816],[223749,11809],[229723,58595],[217806,113615],[217972,103690],[230922,-33516],[230881,-39332],[237186,-50646],[235713,-65242],[233949,28560],[242980,43268],[238227,57587],[234873,72566],[238027,76440],[247412,-51800],[250315,-54966],[253993,-58577],[254880,8093],[244025,20855],[247780,36494],[253900,76453],[254798,90665],[252970,108467],[260493,-65425],[262723,-76504],[260248,24048],[262039,58046],[257681,65726],[256095,84574],[256940,90964],[263071,100329],[260491,105254],[262575,111787],[266420,118024],[272074,-5174],[276118,-16387],[276143,-55102],[281024,-61691],[277740,12449],[275829,16277],[275908,67477],[276798,69939],[277030,66550],[269519,86664],[278212,90492],[275058,97748],[270764,96555],[277521,105507],[276690,113131],[277386,114520],[287053,-25489],[289826,-72767],[293920,4689],[285677,19541],[282459,23000],[286917,61090],[284641,59498],[286128,80962],[288232,81949],[301917,-10201],[305495,-11308],[305419,-5485],[294412,-12900],[303624,720],[302004,5514],[300768,7392],[297076,3447],[310038,-2118],[308067,5687],[96758,71938],[96581,66355],[94704,81292],[94878,100222],[100664,106414],[103222,54083],[105109,53970],[109979,94798],[108330,94966],[104007,111680],[108620,121630],[120225,134491],[115937,106980],[119135,118798],[122943,124566],[-216170,-296007],[-227731,-320077],[-238199,-316594],[-318214,311538],[-333330,311512],[-338976,331600],[-346452,312122],[-53837,265119],[-86600,630663],[134879,140458],[140200,143144],[135742,144923],[139868,58960],[133231,73343],[134913,92535],[140608,118870],[140987,143324],[143657,21766],[144193,38072],[144391,52774],[149059,96349],[156418,-161444],[163059,-5040],[159053,-14142],[155484,-19118],[164263,-26488],[159139,140944],[158668,142158],[163028,141434],[165732,17798],[160873,23782],[159542,62690],[162734,62207],[161315,86998],[160026,96489],[153697,93203],[163897,104687],[153938,108438],[154248,108530],[161990,103917],[167594,-137926],[176283,-150223],[171153,-156748],[177875,-5982],[177372,-14525],[173503,-37998],[172507,132630],[169514,144257],[171629,141002],[166576,34973],[174671,47144],[171082,40235],[177962,74966],[176782,81401],[176255,92054],[168905,113711],[175483,107068],[178241,-164177],[186003,-174712],[184583,-9357],[187398,-25038],[191010,-15915],[185906,-29589],[181216,-71435],[190078,-113974],[186875,5238],[186145,137223],[189542,30046],[191225,37872],[185046,46840],[186246,60383],[190099,69262],[179374,75841],[180972,84316],[201061,-122487],[201569,-12197],[193001,-13827],[197659,-25491],[200989,-30562],[192030,-58677],[195839,-61724],[204139,-91090],[195759,852],[199356,143833],[196330,37207],[197249,36235],[203145,48049],[203906,48209],[193927,42972],[192603,49117],[200167,53191],[202552,77062],[198059,94240],[192542,110011],[208942,-120252],[216719,-31094],[215531,-36036],[211160,-39191],[217354,-50951],[214576,-49884],[211134,-60635],[204084,-58533],[216737,-62524],[209227,-70429],[214135,-73285],[206745,-110300],[211183,5485],[204829,5172],[212152,7080],[212343,56280],[216689,76188],[204804,101805],[219439,-11343],[219468,-23179],[227370,-34991],[224487,-26203],[219053,-40380],[225160,-39534],[226476,-54983],[220641,-65698],[222445,18560],[227810,61211],[234510,-42300],[232877,-65112],[242174,43267],[237361,51993],[247707,-34759],[250388,-54227],[255395,-61321],[255770,4328],[255393,21399],[244105,33653],[245079,69697],[253829,90677],[257326,-69672],[257610,-75588],[263641,25470],[265707,61708],[261395,75493],[266884,85766],[256091,84963],[275629,-3094],[272224,-23601],[270734,-54449],[277703,-59941],[278735,11565],[281335,62765],[278761,64099],[281170,64883],[274877,67357],[276827,68050],[269781,83680],[278819,96621],[278905,116703],[286655,-152084],[289663,-158609],[291051,-21783],[288836,-15581],[291473,-72318],[291081,4173],[282111,13855],[285674,22611],[283581,59030],[285621,84545],[285443,78110],[303166,-10214],[302079,-1152],[298947,-642],[306919,2630],[300908,8600],[306244,7765],[299017,8627],[296239,5239],[307588,-10510],[307808,-2360],[100565,57047],[98595,65701],[97837,70445],[96589,77870],[98136,77902],[94228,100677],[102963,61173],[107324,101030],[112298,90957],[108518,93923],[112005,115705],[126494,105992],[115643,122780],[122604,123495],[-316697,313959],[-345366,322935],[-336796,332775],[-349411,310426],[-351583,318283],[139171,140169],[134115,140876],[134298,144768],[165364,-150560],[157540,140459],[165243,138323],[157778,142666],[156471,44610],[158718,61255],[158073,65110],[156195,99131],[164502,95107],[160637,96128],[160301,101287],[164034,108125],[162096,109605],[154012,107977],[155591,105783],[170160,143724],[173551,74691],[177686,82637],[172967,97181],[190386,-116919],[186153,-153463],[183726,135599],[179507,135675],[181058,42416],[186324,42475],[188491,58325],[187898,65367],[181103,76133],[184274,84042],[181939,84880],[181629,115132],[185099,122578],[195478,-139548],[198015,142441],[199524,141260],[198892,49102],[192376,44615],[195480,43480],[202660,75819],[197660,98400],[211727,-37563],[207376,74246],[206051,127320],[218621,-38019],[229467,-35289],[224904,-27195],[225445,-39495],[218726,110357],[234888,-41490],[243091,119045],[231052,124140],[247431,-34660],[246223,75490],[254392,83553],[252397,87331],[254438,89124],[252582,108545],[243609,127741],[265739,62142],[260013,100765],[260435,104755],[270917,-54548],[281049,-59830],[280360,63067],[271785,65499],[272171,67435],[279092,79225],[271355,85668],[275838,96597],[270958,93976],[268856,105955],[277850,105566],[278346,112828],[270846,104979],[276035,115008],[278588,115587],[280785,118183],[285731,-151993],[290318,-156834],[292027,-72267],[283743,3405],[281739,55522],[282861,71610],[288156,67190],[282542,81290],[288123,84478],[301335,-1089],[296782,-1856],[299468,12503],[962464,200746],[962406,200724],[967719,197680],[970219,212087],[97371,70890],[96080,70831],[99777,82312],[100407,87055],[106843,58127],[104383,58445],[102425,66490],[109962,93264],[112449,97844],[103786,107147],[106710,103257],[115135,117167],[113518,124377],[123613,130641],[115230,111067],[123848,115948],[115971,122250],[271923,-119907],[279154,-126195],[281594,-117510],[277772,-151056],[275329,-79882],[279909,-84742],[281202,-88082],[271422,-112427],[274090,-104528],[292568,-122655],[282216,-94415],[291329,-99481],[283120,-111945],[291694,-111768],[295641,-122820],[300304,-135805],[297486,-73952],[299542,-98321],[303856,-96237],[296196,-110761],[314774,-65660],[311521,-85024],[342363,-187476],[342925,-187601],[353922,-152108],[346022,-151268],[353521,-168002],[355491,-181446],[353313,-104360],[363805,-116037],[365655,-161583],[370728,-158742],[360674,-181945],[367850,-183150],[362968,-82296],[360216,-111799],[373518,-115853],[382945,-130324],[373045,-180191],[373723,-184549],[380545,-114904],[386002,-121754],[389338,-161590],[395471,62682],[420028,18475],[419827,19751],[591984,28910],[594542,38513],[591157,43797],[594605,39296],[593834,39031],[593628,41337],[593451,40301],[590309,40326],[599350,39224],[598739,39397],[594533,38895],[640262,366543],[675804,94649],[675924,95046],[675927,95052],[675746,94520],[675753,94521],[675804,94571],[675808,94574],[675257,95050],[675256,95048],[675308,95105],[675308,95102],[672783,95870],[672725,95741],[672732,95743],[672783,95793],[672787,95796],[672884,95650],[672892,95655],[673282,95577],[673282,95575],[673231,95523],[673230,95521],[673150,95511],[673154,95518],[671742,96554],[671678,96426],[671687,96429],[671736,96475],[671741,96479],[671299,97018],[671298,97017],[671206,97089],[671206,97087],[671155,97035],[671154,97033],[672889,95500],[672882,95502],[672903,95570],[672906,95576],[673355,95680],[673349,95684],[673405,95724],[673409,95727],[675711,98897],[675711,98893],[675659,98844],[675659,98841],[674750,98702],[674755,98702],[675896,94930],[675938,94954],[675921,94955],[675914,94956],[675936,94925],[675924,94936],[675909,94946],[675907,94948],[675323,95048],[675343,94997],[675349,95023],[675352,95034],[675321,95008],[675333,95023],[675335,95030],[675340,95034],[673039,95521],[673086,95509],[673074,95525],[673069,95532],[673068,95493],[673065,95510],[673058,95522],[673050,95525],[681440,100990],[681302,100987],[681307,100982],[681374,100959],[681379,100959],[681126,101397],[681129,101402],[681068,101333],[681068,101330],[681017,101279],[681016,101276],[681426,101061],[681420,101062],[681448,101125],[681454,101130],[684423,100133],[684365,100004],[684372,100006],[684423,100055],[684427,100058],[683383,101145],[683325,101016],[683332,101018],[683383,101067],[683387,101070],[683783,100378],[683786,100384],[684735,100578],[684731,100574],[684662,100597],[684660,100599],[683603,100445],[683601,100450],[683671,100449],[683679,100451],[685625,100444],[685619,100447],[685666,100499],[685672,100503],[681415,101383],[681410,101378],[681350,101419],[681348,101420],[680961,101044],[680964,101047],[680992,100985],[680999,100984],[681487,100978],[681475,100994],[681470,101001],[681441,100993],[681469,100962],[681466,100979],[681459,100991],[681451,100994],[680905,101206],[680952,101194],[680940,101210],[680935,101217],[680934,101178],[680931,101195],[680924,101207],[680916,101210],[684272,100051],[684319,100039],[684307,100055],[684302,100062],[684301,100023],[684298,100040],[684291,100052],[684283,100055],[254795,-223495],[249088,-218428],[249461,-222282],[254500,-221798],[263994,-190335],[260621,-222243],[260289,-230870],[281267,-119026],[274094,-125755],[278823,-123742],[280518,-119165],[279530,-131336],[273712,-141807],[271308,-190907],[280274,-192673],[280644,-214162],[277008,-205238],[269517,-210805],[273289,-227795],[278577,-266469],[280704,-269637],[272654,-87631],[279676,-85622],[291972,-119488],[293458,-130077],[288915,-143076],[286837,-195761],[283086,-192235],[290862,-196270],[286429,-197548],[289987,-203047],[292812,-203425],[283072,-210638],[286132,-204949],[293392,-215195],[288661,-209430],[287836,-218614],[291501,-223915],[288077,-225635],[287120,-237454],[286867,-246184],[292273,-248034],[292175,-262814],[291626,-258792],[293911,-259230],[285137,-281328],[290065,-271857],[292307,-275780],[289031,-284218],[282532,-87575],[290731,-87344],[284449,-93341],[283943,-107692],[282106,-104200],[281923,-111842],[296627,-123334],[303776,-153813],[299772,-165282],[299118,-214574],[301014,-205900],[295983,-211498],[300920,-221389],[299662,-221189],[294647,-228987],[302015,-242500],[300226,-250618],[303049,-244433],[302210,-256959],[299200,-266203],[305254,-72143],[300439,-76889],[303003,-92225],[306079,-91882],[296267,-98198],[301172,-100826],[301934,-99118],[295938,-102545],[296031,-112512],[300132,-105774],[308012,-160292],[308960,-193304],[317905,-203964],[311738,-222297],[316532,-244791],[307896,-267274],[316899,-81321],[316537,-77412],[307479,-81316],[329633,-251793],[321464,-251385],[330131,-252232],[329148,-101124],[327356,-107828],[344152,-152375],[345260,-176479],[339487,-184363],[344348,-186316],[344103,-246698],[336200,-247494],[338273,-261258],[338087,-259252],[341316,-259401],[336236,-111607],[357936,-149195],[349168,-175384],[350967,-166828],[356705,-180760],[355841,-187585],[346599,-209684],[351494,-226002],[347328,-237664],[354101,-231893],[351674,-238547],[358072,-239749],[355516,-237232],[355821,-250860],[349634,-245264],[357098,-250753],[351624,-263668],[356828,-265516],[350231,-262112],[356093,-73038],[355783,-70602],[356072,-72456],[352839,-113557],[358129,-113827],[357261,-109379],[370845,-125201],[366209,-117198],[363579,-115350],[369728,-148823],[368293,-156209],[361638,-154251],[363784,-164965],[363388,-169335],[370812,-182361],[366953,-183727],[362895,-205182],[368680,-217396],[364086,-227524],[368286,-222593],[364040,-220691],[361744,-236186],[359851,-232701],[365729,-232520],[371013,-233136],[366802,-250600],[369713,-249682],[364970,-266141],[361150,-57324],[363902,-74517],[365540,-83626],[381664,-122823],[379574,-118504],[371670,-160088],[381260,-166024],[382819,-175262],[377582,-181681],[375425,-187960],[375185,-202978],[381301,-207429],[377803,-211893],[374813,-207033],[371690,-220164],[374586,-222303],[371921,-227100],[373423,-228919],[377999,-3141],[377378,-4451],[377147,-4884],[374690,-266339],[371930,-112891],[391537,-132366],[387836,-165235],[393736,-202566],[395942,-205323],[389508,-206205],[390289,-248186],[391535,-244669],[392788,-252237],[395392,-244253],[387364,-256801],[386307,-38861],[391245,2066],[386015,5194],[395626,138901],[398585,-202579],[402316,-204727],[397824,-207418],[404818,-211131],[404448,-206624],[400476,-220459],[397967,-237359],[405832,-237096],[402446,-5585],[405214,-243044],[397700,-255603],[406155,-252417],[396835,-244181],[399838,-249183],[404775,-248300],[405823,-253229],[404395,-251931],[402142,14203],[405348,18328],[399673,90664],[417117,-205799],[420917,-212848],[414802,-217512],[418552,-227310],[421752,-240287],[411205,-241892],[418828,-233632],[410519,-235018],[413092,-235383],[410095,-231614],[420803,-242292],[411448,-8289],[419981,-9714],[422385,-10488],[419566,-249872],[417732,-244499],[413716,-251840],[421109,-252897],[412067,-260851],[414410,-260349],[416330,-267316],[411948,-13347],[412868,3577],[413491,2544],[413979,997],[412340,141172],[431960,-205083],[428581,-206340],[433191,-204923],[426245,-209925],[424421,-210767],[427992,-241738],[430383,-239895],[427414,-9625],[428643,-8195],[422680,-249225],[424383,-255331],[431795,-245240],[432891,-260665],[433017,-262808],[430652,17923],[431223,14781],[432021,14715],[433129,28641],[446412,-214064],[440671,-211938],[444964,-214249],[439386,-216652],[436642,-210435],[435717,-222167],[447058,-230148],[447804,-217604],[442988,-226924],[441293,-231554],[442831,-241245],[440384,-236834],[438950,-6495],[446669,-245262],[440796,-247375],[439443,-249965],[447519,-246620],[447101,22048],[443828,21145],[444122,20131],[443527,21461],[444100,22552],[446961,23248],[447240,22533],[446872,25362],[446049,24836],[443519,25699],[442766,24527],[444463,25115],[443506,33425],[447945,33917],[443638,43782],[447996,47055],[446777,46493],[452798,-211092],[456352,-219609],[449231,-231990],[448920,-232648],[456228,-232207],[452502,-246110],[460731,-252401],[451966,6213],[459400,15958],[459249,16731],[458037,17656],[458470,17715],[455530,68638],[472964,-226558],[461521,-223770],[462654,-224569],[469719,-240374],[472586,-242373],[472325,-230804],[467902,-236051],[471429,-236249],[468978,-246077],[472664,-247277],[468206,-254068],[467058,-245546],[465825,-243383],[465653,-248505],[461881,-246887],[461072,-255096],[462384,-28566],[462761,-29357],[467672,5500],[480199,-228445],[476539,-220701],[473143,-234981],[484005,-235254],[482492,-240631],[483946,-241060],[484663,-10367],[483473,-10025],[479082,282117],[484631,285214],[493926,-239517],[490023,-233988],[497618,-238325],[487458,13553],[492870,48965],[501188,-238991],[504495,282145],[502743,283683],[517868,314388],[556553,321734],[555119,361613],[571738,344044],[564206,367315],[581938,346566],[580804,350499],[585736,382368],[591564,354858],[594585,38314],[595944,385213],[593179,42162],[590208,41731],[602706,365123],[607712,371679],[616227,383739],[625432,389629],[641600,366681],[646237,405525],[659718,420873],[669320,416174],[671047,89441],[676676,101718],[677633,101139],[675627,101263],[674631,101774],[678148,98363],[677828,96722],[677011,94151],[677649,93693],[675703,97328],[674686,96715],[673796,96565],[672951,97477],[672509,96449],[674593,97917],[677118,96792],[675783,94581],[675971,93311],[671841,96542],[674003,92440],[673627,93175],[676162,96612],[669689,89891],[669429,92462],[672762,95803],[671713,96485],[675919,94942],[675332,95019],[673064,95513],[677761,97370],[683096,421341],[689084,421744],[681773,100028],[678846,101602],[683572,100958],[680042,99150],[681374,100984],[684402,100066],[683362,101078],[681465,100982],[680930,101198],[684297,100043],[679606,98122],[678655,96777],[679863,96646],[701787,437738],[696770,442218],[696490,443786],[712513,389436],[707117,444888],[718565,390405],[724089,400129],[725522,399796],[726429,458839],[723101,465625],[734498,402574],[742041,414977],[740669,414578],[740450,416583],[741139,415866],[738821,418413],[742190,421605],[740992,421430],[738796,428393],[736133,462192],[749645,390567],[750800,395271],[750641,392832],[749909,391462],[751575,391635],[748080,386685],[748196,387658],[745576,412978],[745776,412642],[743435,413591],[748799,415873],[747712,415637],[747858,418190],[748739,420330],[747878,421678],[751316,416653],[750121,416859],[747801,416967],[745494,416651],[753370,419094],[753975,412522],[753674,426660],[743502,463262],[748688,466173],[755761,394719],[757497,395537],[757532,394607],[758633,395272],[760081,395331],[760159,396317],[767362,395818],[767425,392085],[767156,390760],[763722,388042],[761805,387724],[757674,385681],[761381,409374],[765702,409297],[767905,405432],[767105,407287],[766409,407707],[765412,404852],[762379,402686],[758094,400655],[758237,398626],[755800,397381],[760203,398885],[763359,397997],[767549,400341],[767497,408481],[766755,407108],[765804,402768],[767959,404100],[761331,405298],[760518,408443],[762031,410348],[761126,411416],[758099,412177],[757896,411222],[760127,412030],[759697,410825],[765079,410316],[755140,417584],[755614,417202],[755882,417606],[756603,415386],[758536,416487],[759486,414644],[765260,414455],[767675,412556],[768687,396942],[768344,391274],[771408,395579],[778435,388975],[771553,403880],[769769,403880],[769931,405368],[769651,406727],[770255,402930],[768728,398907],[772338,409260],[778496,404898],[777955,398812],[775901,397249],[769668,408554],[769054,413539],[778501,464023],[772256,472137],[775345,520850],[771111,528023],[787676,456234],[781113,456577],[786975,468359],[804161,438053],[798475,448032],[799674,461130],[793616,503984],[810843,422349],[816353,411685],[808006,439721],[807732,442233],[808232,460970],[812812,500614],[820629,401656],[822139,431896],[835249,398333],[838410,399215],[846024,403024],[856733,407403],[855731,433717],[853692,439261],[860950,408421],[862872,406947],[880285,402662],[880823,429383],[882101,534172],[891300,398078],[889471,414084],[891096,490402],[893362,494784],[893280,494348],[889214,503369],[892450,519696],[895622,516274],[889575,532367],[901488,474766],[897290,504333],[907043,502789],[897633,548098],[900350,547204],[915615,369947],[911005,385808],[916768,428469],[918577,474651],[916890,491170],[913374,548680],[925942,368280],[934388,371017],[927199,379943],[928539,378632],[933628,392053],[925956,431107],[933940,449779],[924133,455036],[925900,507416],[930210,521451],[928573,518200],[930309,546829],[924249,553345],[930462,560567],[940691,414087],[939850,423930],[934891,428625],[938388,524578],[938235,533521],[958961,-133755],[954323,376391],[950201,377814],[947507,438800],[950025,535309],[967909,370034],[966637,556903],[965913,557245],[969984,569623],[970061,575986],[982633,181097],[985137,349023],[982385,346735],[974825,567361],[984342,576554],[993064,582869],[999517,576073],[1032629,569992],[1030472,569096],[1026001,581832],[1026898,578841],[1039633,578859],[1057534,612647],[1071738,601281],[1085006,498460],[1096711,588764],[246560,-220204],[267669,-195931],[256700,-222659],[262844,-237920],[265659,-78203],[279460,-123600],[274170,-126882],[280717,-115302],[271424,-120427],[273760,-124777],[274576,-128374],[280478,-129787],[274694,-142057],[275786,-188009],[274426,-203803],[280537,-192500],[270296,-210682],[271095,-229468],[272768,-84689],[275252,-80331],[281449,-85167],[271887,-114366],[294220,-121069],[292049,-121206],[282883,-125715],[281751,-122092],[294133,-116171],[292487,-147205],[288298,-143100],[284903,-142854],[288364,-196473],[283567,-191896],[291767,-197869],[284992,-191965],[285720,-211407],[285862,-207611],[289525,-209870],[293211,-219751],[284396,-224516],[287215,-234091],[291118,-279917],[293608,-276489],[281696,-90772],[284223,-108788],[283215,-102319],[283397,-113395],[281754,-111644],[295410,-126083],[296705,-128999],[301626,-133781],[298181,-134039],[303933,-139648],[304414,-152288],[294637,-160933],[298608,-153464],[304411,-191458],[301975,-203218],[298159,-206555],[294468,-218703],[294925,-225207],[299759,-219690],[295032,-228768],[301313,-239384],[299525,-247147],[301546,-258765],[297169,-261289],[299347,-267357],[300549,-76426],[300079,-91896],[306493,-99087],[305764,-95637],[295778,-102124],[297954,-103069],[300008,-110070],[297489,-109370],[313577,-137474],[312128,-128332],[309941,-139226],[313319,-160880],[310939,-166836],[310893,-221536],[312977,-86847],[309807,-78080],[322680,-199185],[321012,-243684],[322258,-248369],[322047,-86537],[324004,-112022],[324973,-108362],[340613,-116078],[336290,-130310],[341187,-150136],[339557,-151374],[342337,-174081],[341426,-175340],[336477,-178045],[341190,-181214],[336924,-186959],[338841,-184891],[338114,-182929],[343429,-188834],[335093,-247846],[333563,-250811],[333924,-251484],[339355,-262561],[337609,-256854],[339085,-261543],[337551,-91232],[341810,-95037],[343906,-97557],[339818,-96219],[335945,-106788],[335631,-113533],[334941,-110982],[339911,-111667],[348286,-127862],[357026,-151856],[350438,-172564],[351065,-174918],[354576,-175913],[357974,-176862],[352459,-169433],[357128,-186511],[350939,-184011],[348859,-205278],[347076,-241463],[353435,-233102],[348057,-233739],[347401,-245599],[352858,-253539],[356501,-251631],[356345,-252474],[355376,-263390],[350227,-261106],[353108,-68100],[352201,-67110],[352879,-105155],[345810,-104681],[354781,-104132],[353250,-111471],[369874,-124206],[364775,-120503],[370358,-125492],[367887,-132837],[365124,-150219],[362381,-165828],[367881,-156956],[363222,-156303],[367242,-162368],[369691,-163874],[363198,-154611],[367222,-167843],[359016,-168398],[368144,-184367],[361874,-203317],[367461,-215990],[370731,-227297],[363835,-220269],[370856,-220576],[371124,-232643],[362331,-244643],[369135,-248210],[366935,-259674],[366599,-265450],[360057,-267006],[367138,-71025],[364058,-81589],[368104,-114437],[362889,-113160],[361522,42208],[374400,-125553],[373631,-123849],[374305,-124264],[381728,-116075],[371777,-116374],[371954,-130308],[380920,-139981],[380225,-128067],[382206,-137084],[374460,-146585],[374944,-144384],[382959,-153303],[378529,-145967],[378142,-142182],[383269,-162448],[377547,-163717],[371253,-182001],[373761,-186924],[377730,-203256],[381101,-208083],[379281,-210953],[374834,-208358],[373924,-221714],[372221,-227517],[373257,-230178],[389536,-132246],[393082,-133226],[387702,-153178],[385114,-158841],[386641,-159049],[390065,-201688],[395908,-205069],[392820,-252722],[394995,-244659],[403086,-203343],[398393,-202738],[404739,-206211],[399601,-215239],[404678,-233575],[398677,-237364],[405757,-237296],[396874,-254150],[403809,-251098],[406611,-260035],[406472,-268452],[400045,89419],[400800,89550],[415171,-201401],[421729,-212268],[416772,-219556],[413436,-230733],[418271,-236660],[410738,-235120],[412428,-235608],[410458,-231863],[420965,-241811],[418764,-244414],[422205,-253386],[410656,-260412],[415741,-258086],[417415,-256044],[412570,-266780],[412845,140619],[413600,140750],[423552,-208125],[428505,-205848],[433565,-206134],[426293,-210538],[429403,-224419],[425311,-233911],[430389,-238900],[423874,-254185],[433430,-246748],[432316,-261870],[432302,-262954],[437058,-210044],[444771,-213649],[440816,-212175],[445844,-215031],[436992,-210981],[438915,-218025],[446626,-217767],[442174,-225705],[446938,-231703],[441558,-233682],[440782,-236973],[440796,-236433],[438401,-246291],[439097,-249919],[447545,-246232],[452622,-210564],[460051,-218972],[449772,-232585],[456182,-232164],[450139,-249331],[456676,-254640],[454761,-250494],[460097,-253822],[461268,-224712],[463334,-225793],[472885,-233156],[472908,-242783],[472190,-231127],[471374,-236325],[469724,-240079],[469283,-245802],[472491,-247070],[464947,-255255],[466379,-244559],[467267,-243278],[466688,-249605],[462127,-247221],[476339,-225967],[478739,-227801],[477038,-219188],[483652,-234904],[482403,-240414],[483384,-240727],[477263,-237723],[479791,26024],[493470,-232012],[490127,-233731],[497826,-237966],[492066,293013],[501103,-239215],[516499,314659],[534855,322874],[545198,326941],[555827,322080],[556789,360681],[566634,344535],[588443,357373],[587395,382501],[596340,42518],[605016,364216],[636369,362252],[642243,366898],[675970,101785],[676901,101194],[677993,101593],[674596,100636],[675492,97035],[674251,97799],[677963,98466],[677723,97593],[676735,95800],[675606,95260],[675775,94483],[676917,98087],[671698,97187],[676529,97210],[675340,96164],[675925,95036],[675700,94521],[675809,94571],[675292,95039],[672754,95704],[672679,95742],[672788,95793],[672877,95646],[673266,95512],[673150,95499],[671702,96387],[671628,96427],[671742,96476],[671316,97018],[671190,97024],[672866,95562],[673374,95739],[675691,98832],[674750,98710],[675938,94907],[675306,95006],[673060,95479],[677155,96748],[682103,100176],[683791,100329],[681282,100943],[681280,101027],[681378,100957],[681127,101386],[681052,101268],[681408,101124],[684394,99967],[684319,100005],[684428,100056],[683354,100979],[683279,101017],[683388,101068],[683784,100368],[684665,100558],[683651,100478],[685628,100508],[681344,101384],[681007,101006],[681461,100948],[680926,101164],[684293,100009],[678591,101141],[680700,99182],[679545,98795],[678942,97867],[959093,-133639],[978435,179790],[240973,-224524],[243379,-195493],[249058,-220322],[247740,-222166],[266612,-199139],[261818,-229151],[256820,-222883],[256664,-219165],[260848,-223633],[267953,-78813],[280056,-126844],[281495,-116099],[274874,-116731],[271254,-124171],[281302,-120703],[281399,-131386],[273411,-142896],[279281,-192534],[280842,-215644],[272806,-207478],[271689,-214407],[271222,-229169],[278818,-266941],[280973,-269667],[275402,-81217],[277453,-109166],[276569,-107743],[281585,-112481],[283018,-125479],[292967,-124826],[289856,-118332],[284730,-140063],[282552,-146898],[290628,-146523],[290340,-143400],[288672,-195251],[283863,-191986],[291275,-196028],[286255,-197610],[289330,-202361],[292883,-203705],[291426,-216022],[283290,-210305],[293201,-210801],[286321,-206688],[292990,-214231],[292128,-226048],[285828,-223103],[290343,-235418],[287097,-244226],[291173,-245782],[291554,-257922],[286749,-270069],[287893,-278240],[289176,-270984],[292568,-277081],[288914,-286139],[282138,-85617],[288791,-81802],[283277,-83770],[281784,-98265],[284763,-93689],[283410,-107777],[282042,-105616],[296395,-120469],[300885,-130777],[295458,-135621],[300073,-165782],[299687,-169826],[300321,-169588],[299526,-213870],[298737,-205083],[296350,-211916],[298038,-222608],[300229,-219962],[295530,-227893],[295569,-253543],[305169,-250199],[298210,-244382],[296496,-262185],[294824,-257185],[306478,-267619],[297954,-267388],[299094,-77584],[307185,-86383],[295588,-95843],[299810,-99179],[298803,-98793],[301607,-109403],[314130,-118915],[313790,-166180],[314729,-166977],[308288,-190618],[313159,-206276],[310163,-221649],[316884,-246268],[309535,-76209],[319478,-82611],[314733,-83059],[308502,-89133],[314356,-100845],[330623,-252376],[325671,-247598],[332491,-251085],[320035,-84267],[340692,-172738],[343992,-186708],[345326,-184250],[345227,-210824],[345303,-249289],[336231,-247553],[342079,-256884],[335869,-257469],[340029,-260545],[334911,-108575],[350691,-119541],[350854,-149740],[347849,-150595],[350833,-175434],[353641,-168331],[347075,-180348],[357386,-185822],[358177,-179394],[347106,-238784],[346028,-230692],[355687,-235711],[357162,-240138],[356639,-235142],[355493,-247682],[348997,-246098],[355483,-251880],[354511,-267195],[356520,-266261],[350455,-262021],[346719,-23152],[357462,-72772],[354783,-68046],[350375,-112055],[370602,-116433],[364100,-115416],[370482,-150457],[365220,-153977],[366573,-162512],[368560,-162552],[361965,-153517],[359144,-169339],[360250,-180583],[365788,-208038],[368476,-216390],[359688,-228527],[361716,-229364],[364485,-226726],[364611,-220674],[364585,-230655],[360212,-251111],[368277,-247868],[366643,-244806],[362866,-265979],[365750,-57470],[365453,-57842],[365258,-82747],[375808,-118451],[377054,-125342],[377558,-117996],[382337,-117676],[373705,-117567],[377484,-138886],[376895,-166484],[373851,-178111],[374926,-182177],[380095,-184236],[382938,-183166],[374013,-203419],[380160,-208231],[378020,-212333],[376144,-206605],[371669,-220116],[373905,-223138],[372029,-227141],[374475,-229953],[372538,-232074],[375632,-62834],[387641,-124841],[392147,-139571],[392737,-140029],[389322,-142275],[394595,-142149],[392925,-141300],[387612,-160425],[387739,-183865],[395840,-205200],[388844,-206888],[395207,-249922],[390429,-247454],[392627,-244013],[391731,-252775],[395033,-245319],[386916,-256110],[393025,-114828],[394648,44350],[404602,-136347],[398739,-202640],[401644,-208563],[397771,-206502],[405170,-211451],[404727,-206655],[404400,-221141],[402489,-242125],[398006,-237935],[405459,-237992],[404947,-245855],[397834,-243293],[400598,-249277],[405536,-248346],[404825,-252047],[403819,-250707],[400853,-258799],[400652,89571],[415850,-204372],[421379,-211333],[414179,-233167],[417715,-239867],[417951,-242765],[419626,-232915],[410657,-235523],[412530,-235752],[410650,-231528],[421485,-241609],[417175,-252333],[414564,-252868],[422303,-253163],[409656,-257821],[418058,-256909],[412156,-258599],[413452,140771],[426234,-203289],[428522,-206857],[433817,-206377],[424482,-210896],[433695,-229995],[428291,-241222],[430639,-239874],[422625,-249199],[432229,-245398],[425175,-256059],[432053,-261756],[431946,-262484],[437294,-208856],[439659,-211842],[444391,-214470],[440482,-216631],[447327,-216954],[437229,-210929],[445987,-228011],[443068,-224959],[441865,-231649],[438188,-233818],[442476,-240239],[440522,-236369],[447490,-245497],[445257,-245077],[439239,-250398],[452516,-210873],[451567,-218810],[449501,-233663],[456101,-231936],[460280,-252682],[448120,-246714],[459024,16653],[465294,-218015],[473514,-224204],[463035,-224376],[470078,-240338],[472789,-242411],[471999,-230960],[461481,-240439],[467199,-236037],[466599,-242344],[471284,-235936],[469021,-246116],[472587,-247105],[467447,-245526],[465123,-247892],[461266,-246687],[478866,-227015],[476802,-220050],[474063,-241538],[473613,-234168],[483698,-235241],[482334,-240661],[484002,-240999],[494110,-234172],[490061,-234015],[498010,-238683],[500478,-239100],[590999,43815],[635751,363609],[1060905,-124423],[1074552,-134353],[1095842,239951],[1262139,187438],[241307,-220650],[254268,-207936],[254956,-217095],[252584,-217159],[246751,-216750],[249600,-222995],[255823,-219812],[251045,-220058],[244254,-218204],[263520,-190643],[261274,-210704],[256225,-205754],[259586,-223508],[267594,-236189],[279617,-126994],[280434,-130204],[277904,-149321],[277092,-202809],[273172,-215415],[270994,-229837],[278670,-266810],[280670,-268231],[277873,-99670],[279300,-103507],[290477,-151944],[287378,-143503],[293123,-163103],[291665,-163242],[281717,-153653],[291491,-170046],[287879,-197948],[282240,-192059],[282853,-192230],[286389,-197811],[289635,-202860],[293021,-203771],[292642,-213361],[285404,-211633],[292878,-214593],[288429,-209312],[293051,-224863],[282873,-221709],[285282,-232203],[292952,-236815],[288870,-245937],[291432,-246667],[291081,-260515],[291259,-258255],[289762,-278182],[288857,-271252],[293528,-285466],[283842,-85487],[286992,-79910],[281860,-96881],[282954,-109026],[284118,-103898],[304320,-135777],[294812,-136885],[296229,-151485],[298999,-163062],[298238,-165518],[301333,-170170],[301870,-170511],[303161,-170416],[303453,-169922],[305496,-170602],[306840,-173557],[295295,-185277],[296517,-209961],[296376,-212049],[295686,-222729],[296002,-254766],[294881,-257957],[297703,-257228],[305176,-72292],[295691,-87933],[300402,-88284],[305836,-89117],[295221,-97036],[300789,-103844],[312193,-137986],[316846,-163500],[315986,-161699],[309478,-159939],[318566,-158570],[313770,-164112],[317339,-166540],[311212,-174621],[307980,-189113],[310751,-191337],[312495,-202724],[316153,-210165],[319744,-218944],[317365,-229490],[317291,-246737],[308443,-245750],[318814,-82883],[308584,-80456],[311899,-88009],[318877,-86839],[321203,-134703],[326507,-172704],[330572,-203061],[326560,-202685],[329017,-204708],[327056,-214710],[323171,-218681],[324566,-225016],[329570,-229503],[330804,-225517],[332512,-226377],[326222,-237728],[325030,-233558],[327858,-233803],[325908,-246656],[330950,-249575],[331796,-105248],[338737,-129970],[335139,-136825],[333184,-168472],[338935,-173176],[341823,-173376],[339411,-174986],[343485,-177848],[335738,-183635],[345029,-188464],[344951,-200831],[340298,-194140],[344719,-205463],[336679,-212403],[338635,-209854],[344698,-206859],[333298,-217769],[333753,-221226],[335753,-218985],[342877,-238013],[336231,-235040],[345346,-253063],[338342,-265996],[340159,-257299],[344181,-25222],[333739,-88984],[333739,-88984],[337526,-97621],[335212,-112639],[336852,68881],[338466,77573],[333733,87322],[336211,95861],[333131,100917],[335130,106416],[348825,-117647],[355429,-141348],[358263,-145801],[354227,-152911],[348767,-152847],[349993,-164593],[351690,-163696],[346615,-156207],[354066,-175323],[358129,-173920],[355658,-183134],[348634,-200438],[354274,-199406],[353521,-222509],[346439,-230203],[355668,-236053],[357938,-238242],[352958,-253262],[356334,-261673],[357642,-266497],[345846,-22899],[349518,-42623],[354767,-69409],[358317,-69081],[356906,-113556],[355727,-114271],[351790,-109826],[348129,-103196],[351915,144023],[351406,20102],[352284,123457],[366574,-133176],[365543,-146838],[359165,-156264],[364451,-155508],[364261,-163545],[369563,-165178],[360116,-169429],[368413,-173939],[364841,-169364],[359976,-188107],[361340,-199331],[364266,-198679],[369237,-197324],[362945,-197615],[369661,-199014],[370272,-200469],[361674,-208236],[363623,-228373],[359949,-229692],[364667,-224790],[358773,-237131],[366534,-231617],[366719,-239663],[371046,-232659],[367269,-248184],[367790,-259621],[362215,-267258],[367462,-47691],[364725,-58538],[363463,-63564],[368246,-75254],[358988,-106500],[369416,53254],[382421,-126123],[379895,-116581],[375285,-126950],[371419,-127351],[380344,-132349],[374275,-147587],[377769,-143642],[383589,-146463],[371960,-158066],[377088,-164917],[383477,-160078],[374903,-157673],[376783,-170879],[381437,-180880],[381439,-196000],[373941,-198352],[376786,-201253],[375519,-198635],[382217,-198156],[382937,-12089],[374476,-254455],[374125,-113865],[380833,-102957],[382177,126488],[380203,125309],[390536,-117835],[388916,-136791],[391153,-129972],[388389,-140847],[389898,-182256],[387905,-181648],[387332,-184227],[391029,-184809],[393854,-186519],[389973,-197226],[393365,-196429],[394084,-194089],[388462,-195261],[389279,-195522],[388702,-203941],[385273,-198757],[394015,-205916],[390549,-247871],[393025,-244045],[392841,-252520],[395502,-244222],[387432,-256806],[406703,-128126],[397245,-151515],[399823,-144853],[398484,-158600],[398098,-153833],[399527,-177530],[406439,-190334],[397515,-193368],[401322,-195793],[407546,-193440],[405580,-196763],[406657,-195943],[404288,-193697],[402900,-213691],[404259,-206552],[396937,-206813],[406141,-211169],[407024,-238010],[398878,-237640],[396889,-252265],[398163,-244676],[400240,-248680],[405593,-248347],[405270,-253058],[407578,-268000],[405229,-257303],[405218,-27290],[409168,-100009],[409334,-93718],[399972,-110415],[400663,-110253],[400955,-110071],[397115,136101],[402857,79634],[400446,91076],[418417,-124749],[415558,-121451],[411893,-117788],[413556,-125423],[421663,-125629],[417870,-139877],[416103,-128163],[416386,-153308],[419795,-149614],[417953,-148964],[418109,-143099],[418233,-152966],[422254,-144321],[420923,-163153],[418790,-159768],[413514,-153945],[416161,-157736],[419680,-163657],[421906,-160349],[419789,-168135],[420317,-201073],[420560,-195847],[421887,-202707],[414042,-218242],[412029,-232153],[416679,-232744],[414719,-241015],[420074,-232388],[410546,-235259],[412479,-235220],[410336,-232725],[420114,-249866],[413577,-253160],[421530,-247796],[411752,-262345],[417059,-261423],[413867,-111288],[411710,-114933],[413246,142276],[426088,-128858],[426317,-164123],[428777,-178935],[428228,-175334],[423990,-173027],[428042,-174188],[429183,-182669],[428106,-181251],[433562,-179209],[422751,-195662],[426817,-201248],[434654,-202082],[424644,-204736],[433521,-205859],[427777,-241076],[424551,-236174],[432622,-245015],[424886,-255460],[435496,-178332],[446950,-188718],[437870,-179878],[439795,-201821],[440662,-212122],[445115,-214451],[441327,-208190],[446198,-206516],[437257,-226418],[438363,-217767],[447160,-217855],[441812,-226076],[445551,-232685],[443210,-230948],[439946,-231845],[443358,-241163],[447025,-248118],[451340,-162655],[448866,-187946],[456940,-190486],[449891,-181953],[455084,-186738],[460686,-185924],[448428,-185756],[448186,-208501],[453102,-212362],[455758,-208747],[458351,-209982],[460058,-209800],[458662,-220942],[452531,-244477],[458688,15961],[458315,15425],[458961,16819],[458542,15506],[466305,-243999],[482343,-232090],[474052,-242617],[490818,-234013],[491905,36308],[591009,35246],[594492,38915],[598047,39467],[595659,42820],[635983,363833],[640440,367099],[911676,-125853],[943308,-149368],[955432,-141821],[954012,-141218],[1061128,-124659],[1060940,-120051],[1061740,-125266],[1060903,-125914],[1060962,-122824],[1061849,-117072],[1060233,-121791],[1060231,-123850],[1061275,-31048],[1064482,-125764],[1062695,-116861],[1065598,-127335],[1063274,-125803],[1071444,-133468],[1075006,-135279],[1072269,-132268],[1070111,-129947],[1070095,-128521],[1071443,-131230],[1071934,-134028],[1073741,-136781],[1066267,-127937],[1073345,-135150],[1081917,-136931],[1081945,-137230],[1078257,-139959],[1075672,-136505],[1079061,-133128],[1085868,-130394],[1082360,-131586],[1087742,-135255],[1083162,-130294],[1083484,-129602],[1087698,-143444],[1080365,-146645],[1087401,-145351],[1085082,-146070],[1081584,-147433],[1092556,-139126],[1097630,-132554],[1100460,-136780],[1089689,-141543],[1099743,-112009],[1099131,-111531],[1095847,239821],[1103524,-117699],[1103239,-116945],[1110752,-105421],[1108146,-109147],[1153827,-37468],[1156399,-30520],[1155252,-37107],[-324595,-203915],[-324485,-205077],[-323704,-206644],[1286874,140696],[1289369,151844],[1283093,284118],[1280419,124510],[243018,-194834],[248462,-222994],[264186,-187843],[256130,-220041],[259793,-223663],[277694,-140968],[276126,-150165],[277014,-189030],[276421,-205619],[270971,-213013],[271339,-226206],[279097,-266741],[275670,-80873],[277720,-96267],[282818,-125018],[290066,-148209],[288416,-143471],[293104,-162503],[294198,-166150],[285904,-157064],[294396,-169674],[282658,-191716],[290696,-198331],[286830,-197675],[290081,-203235],[292989,-203611],[284688,-203611],[288661,-213848],[283497,-212070],[293101,-214909],[288920,-209155],[288800,-224853],[286286,-225023],[287161,-231823],[290913,-255697],[286947,-245685],[291201,-247035],[291641,-266674],[291854,-258953],[281726,-269490],[289857,-271095],[285929,-281486],[285584,-80178],[284254,-98696],[283897,-89727],[291767,-91964],[283954,-108039],[284331,-102730],[282985,191246],[301197,-136146],[299817,-135629],[298631,-138902],[300736,-135674],[296311,-153124],[298535,-141915],[306095,-157664],[299261,-160923],[296310,-211677],[301189,-217935],[296266,-241001],[295285,-257166],[298671,-263582],[304502,-268120],[298946,-262361],[301555,-86494],[306911,-87851],[301525,-101877],[304365,-104551],[314538,-118302],[313863,-136799],[318017,-163525],[314561,-164591],[309620,-159135],[319760,-161715],[311509,-174147],[312805,-195013],[319473,-208905],[316873,-245917],[311375,-251961],[307488,-80201],[312143,-80230],[317669,-86179],[312713,-98493],[312387,-105622],[313310,-112904],[312387,-105622],[309937,-109305],[319548,48451],[326364,-169941],[332253,-253529],[325234,-248473],[327190,-88117],[326597,-112552],[341032,-170813],[334964,-172326],[345450,-180410],[343476,-186199],[345427,-243926],[339017,-266716],[339023,-261533],[345426,-98151],[343932,-95841],[337848,-96834],[343938,114310],[344886,103172],[345404,102672],[348467,-120485],[350558,-135088],[352600,-142621],[351351,-158482],[347236,-157184],[347465,-178289],[351554,-177312],[347960,-177934],[349039,-210050],[349545,-223639],[352110,-237504],[358209,-237161],[348680,-252240],[353891,-266625],[356705,-266557],[355864,-72730],[355297,-72131],[351296,-101752],[352839,-113330],[358313,-105902],[357490,137371],[352425,143919],[356587,48683],[354378,62280],[356535,62433],[352328,62875],[357285,52039],[354665,65069],[345823,72793],[356698,69792],[355375,120818],[353404,125382],[362206,-116708],[367385,-136404],[369517,-150438],[358886,-149408],[365935,-148080],[365883,-159374],[370004,-155213],[364145,-156770],[358579,-155725],[364978,-169746],[365671,-167964],[368590,-167091],[365844,-204212],[358460,-240041],[358888,-232579],[367440,-232987],[360206,-253649],[368491,-257656],[369688,-259840],[363346,-267291],[363657,-35456],[367035,-49253],[359289,-57898],[359784,-56520],[360949,-57380],[367421,-67236],[365345,-70725],[367559,-67795],[367209,-69917],[361578,-80230],[359721,-114264],[362726,133436],[363907,46509],[359799,50385],[362882,46914],[362443,46974],[361598,42069],[369732,45046],[364169,62797],[363989,61866],[360966,58990],[362434,52771],[360822,52363],[364477,52619],[368044,59333],[366823,75207],[366429,74402],[365452,74739],[365510,75256],[364960,67736],[366411,69196],[363213,72648],[363452,66755],[363242,68421],[360325,65520],[361340,65621],[364458,64369],[366400,77984],[367150,79948],[368579,80295],[369083,78831],[369974,81791],[370424,82549],[368452,81176],[370563,91123],[361505,97856],[377413,-127672],[378557,-133964],[371826,-130174],[377143,-136308],[371428,-149548],[381782,-140891],[380624,-157421],[377207,-158465],[375996,-167848],[378612,-173390],[377422,-180942],[378311,-200243],[373183,-231863],[377469,-246643],[376063,-62597],[373494,-63593],[374851,-114298],[382741,133904],[374233,43420],[380431,39651],[382178,38683],[380295,47701],[382425,45482],[371692,48146],[375488,43826],[376405,49301],[372860,47605],[371652,55481],[371642,57053],[372037,57818],[374229,58977],[373939,57348],[375354,60495],[373157,73314],[372194,84572],[372730,82925],[373409,81653],[372477,96259],[380016,125579],[384094,-129741],[388366,-133378],[386865,-143729],[384379,-140892],[384822,-177514],[389327,-182149],[385843,-184832],[393134,-203054],[388891,-203897],[396772,-214694],[390865,-247204],[391854,-244503],[391968,-251945],[386859,-257026],[406805,-128057],[406041,-205180],[397917,-206779],[406856,-211066],[409402,-219415],[401357,-241618],[398648,-237796],[400624,-9149],[401542,-8045],[406980,-248572],[398505,-253960],[397046,-244466],[399585,-249123],[405625,-248313],[405554,-253264],[399631,150706],[407199,119899],[419668,-201020],[411672,-224201],[418664,-232393],[410919,-234983],[412738,-235563],[411247,-231728],[410231,-12377],[417613,-251574],[413577,-252448],[413256,-258705],[414683,-261638],[411952,-268588],[415379,-267730],[410674,-34862],[420069,17941],[420301,20015],[411861,47613],[426968,-205534],[433053,-205179],[422732,-240506],[427545,-241329],[423373,-232387],[432801,-251644],[423596,-248886],[425036,-255641],[432381,-245446],[431305,-24712],[432744,-84370],[438604,-211143],[443986,-214366],[440037,-211644],[445465,-215366],[445753,-216851],[440805,-217552],[440863,-225678],[437299,-231340],[445984,-233720],[444304,-234342],[441097,-231444],[442558,-240465],[438311,-70077],[442120,166983],[435386,24348],[460483,-221268],[449255,-250408],[455881,-246947],[454664,-14027],[457822,202790],[456259,84783],[472554,-244247],[467872,-244632],[462832,-47531],[466383,128649],[462418,187624],[464729,208091],[463700,73428],[477886,-225715],[473784,-232345],[481289,-84730],[483425,191585],[476497,199805],[477980,14270],[493579,-238724],[487468,165508],[489797,158274],[494581,214685],[494323,74338],[499330,187629],[499422,33617],[513796,182078],[516955,218013],[522011,268890],[512941,38454],[526837,-29731],[537362,263673],[547548,256576],[554188,161369],[559909,277713],[574890,-76094],[570558,222430],[565855,249913],[571358,288996],[571742,307840],[578987,-32545],[576729,265598],[588755,271353],[594640,-53316],[591906,255245],[595402,295559],[592004,303915],[591995,29002],[590402,43391],[593613,41015],[593540,40270],[595931,42723],[590633,39797],[599555,39118],[590571,43861],[594807,41682],[607780,306781],[605324,308020],[617059,272598],[625411,306373],[614910,340648],[622511,342453],[637570,222677],[628344,228423],[634654,351905],[636526,362812],[640021,366789],[659774,246848],[664989,321753],[660365,375867],[663593,375152],[675413,392957],[671288,89171],[669427,89682],[675047,101813],[678006,97007],[677190,94435],[677754,94040],[676066,97341],[674955,96957],[674118,96663],[673272,97308],[672845,96466],[674898,97721],[677536,97340],[675915,95079],[676712,94626],[676042,93712],[676333,92471],[672223,96550],[674322,92543],[673955,93098],[676266,96711],[669276,92162],[676390,96797],[672903,95681],[673139,95540],[671276,96999],[674797,98711],[677440,97311],[679742,257966],[686899,373772],[679570,385765],[686516,396670],[681453,100197],[679203,101656],[683242,101083],[680289,99439],[680349,99562],[681118,101429],[683775,100411],[679786,98275],[680015,96946],[678792,98423],[698545,377978],[705681,367741],[716551,390782],[741946,-171926],[731810,374745],[736743,398844],[754527,-179551],[750358,-187179],[745919,-200490],[752724,339951],[744991,384835],[750379,396348],[749276,398518],[754530,402520],[755776,-189314],[760142,385418],[755281,414114],[771777,390849],[777546,388555],[775013,399722],[815342,371890],[865449,377544],[877867,-121593],[874487,-137572],[872371,-150815],[928457,-118258],[930595,-179760],[926229,-95922],[933054,-96832],[948902,-129411],[963104,-138633],[973998,-120333],[986988,-70644],[986810,-104006],[1000761,-147108],[1008328,-165892],[1008836,-163401],[1002288,-88699],[1009477,-110675],[1012714,-93029],[1026633,-109629],[1047373,-132598],[1061019,-120192],[1052912,-120887],[1062082,-153797],[1059472,-108607],[1070427,-130739],[1069014,-128633],[1086200,-103440],[1100619,-123835],[1094888,-105091],[1104306,-139735],[1110399,-91933],[1134652,-81159],[1140458,-12240],[1177293,16853],[1175677,20507],[1179319,-2237],[1192467,-3320],[1202592,285502],[1211533,190380],[1215720,284109],[1203963,318880],[1205178,36817],[1222299,181611],[1235317,144518],[1240994,275011],[1233386,304744],[1241303,84213],[1248379,66269],[1248687,98725],[1259659,133045],[1266936,240802],[1266025,265651],[1265169,292088],[1257257,299956],[1262845,111285],[1259886,121908],[1270206,280691]] \ No newline at end of file diff --git a/src/gathering/a10127.json b/src/gathering/a10127.json new file mode 100644 index 0000000..128f41d --- /dev/null +++ b/src/gathering/a10127.json @@ -0,0 +1 @@ +[[1281441,241577],[1285439,241211],[1285845,242341],[1280450,234331],[1281753,236499],[1285739,233035],[1281283,237077],[1285356,233473],[1286822,231109],[230047,-196180],[252458,-172472],[243307,-195985],[249205,-217560],[248330,-221028],[254126,-219687],[256061,-224819],[260851,-224692],[279143,-124697],[280283,-116578],[280410,-129948],[279795,-145564],[277295,-153258],[275095,-188474],[272130,-191222],[269024,-195472],[277024,-204682],[270570,-214578],[274502,-229557],[268848,-234230],[278860,-267271],[281323,-269784],[272251,-82806],[278106,-99458],[277355,-103846],[278647,-112901],[289481,-143867],[291732,-164035],[284616,-155739],[292631,-166402],[283738,-191885],[290840,-197866],[286323,-197535],[289565,-202507],[292969,-203338],[284933,-215590],[283343,-210030],[288072,-206708],[292694,-214709],[288499,-209790],[292471,-217514],[293344,-223525],[283306,-224093],[286358,-233656],[290992,-236784],[288699,-244680],[291723,-246250],[291786,-267484],[292355,-258461],[290882,-277306],[289136,-271768],[292757,-276434],[286674,-86705],[283119,-88229],[290478,-86747],[283438,-109330],[281990,-102824],[300879,-130648],[304390,-138316],[298002,-135997],[294466,-150914],[298836,-151098],[301255,-159236],[296494,-162202],[304441,-169288],[305090,-170843],[305281,-171263],[298186,-204362],[296300,-210395],[296036,-215453],[295950,-211637],[294509,-223119],[301655,-220346],[295831,-228380],[298958,-252708],[305448,-249857],[295167,-258570],[302444,-259398],[298834,-266468],[301568,-85828],[301536,-100587],[297518,-105494],[312529,-135292],[308093,-157702],[319128,-164188],[317660,-159360],[317067,-176362],[309981,-193213],[312053,-222325],[315314,-247969],[309622,-266990],[307898,-85409],[316509,-86016],[314077,-92061],[324708,-166184],[322305,-200478],[320736,-244885],[331624,-249432],[332097,-95097],[324286,-90542],[328075,-109472],[327739,-106494],[332860,-169885],[344459,-174581],[334478,-181233],[344815,-182435],[342531,-185259],[343534,-210057],[336663,-247490],[334712,-251527],[339351,-267582],[341674,-258488],[337588,-256584],[341686,-261810],[345171,-36274],[340337,-96962],[351006,-117189],[348926,-131293],[353361,-141915],[357672,-146651],[356586,-152217],[350581,-159667],[346622,-179293],[350789,-181184],[347007,-229440],[347546,-239749],[353591,-235339],[356693,-235897],[346390,-249491],[347504,-246123],[352989,-253548],[356057,-251800],[355455,-264722],[357367,-266272],[350136,-261423],[347715,-99970],[357770,-106668],[368590,-148838],[366019,-146043],[366291,-159627],[362909,-164062],[360023,-169447],[364054,-167324],[368778,-167280],[369280,-184145],[365362,-205411],[368996,-216505],[362581,-228754],[366980,-225750],[359522,-223518],[364486,-219985],[370435,-219501],[362158,-237614],[359952,-232395],[366463,-232758],[365016,-250152],[360490,-268270],[371192,-30713],[364044,-62194],[362202,-53547],[363969,-60119],[364528,-74990],[367307,-86241],[362442,-79708],[358664,-113261],[369967,-114173],[382145,-126197],[380908,-129687],[377392,-129582],[374802,-130160],[375604,-136481],[373520,-147638],[378673,-142878],[382613,-159398],[376602,-173359],[380469,-172201],[383737,-177370],[377514,-202857],[379956,-207612],[378296,-211868],[376788,-209107],[373772,-222283],[371432,-227220],[373754,-230441],[374121,-253892],[372380,-267635],[381691,-14174],[379416,-67247],[379989,-105235],[387349,-133497],[385177,-142193],[384710,-180132],[384746,-186426],[395698,-205330],[393186,-207824],[389695,-206662],[395891,-253246],[391472,-248046],[393013,-244463],[392734,-251705],[394614,-244833],[387555,-256214],[402627,-203796],[398674,-202785],[396886,-206787],[405388,-210477],[404593,-206748],[403765,-220295],[398131,-242002],[408166,-241135],[398860,-237274],[398368,-244831],[399845,-248617],[404750,-248254],[405422,-252563],[404493,-251805],[408009,-257343],[406639,-265685],[401735,-256486],[420560,-135135],[417612,-202983],[421414,-211175],[411534,-219789],[418470,-228617],[417767,-242683],[418561,-233162],[411303,-235543],[412626,-235654],[410253,-231707],[421127,-241734],[413754,-253710],[420932,-253173],[418045,-262109],[422355,-255953],[425341,-204088],[428024,-206458],[433834,-205228],[424753,-211145],[428956,-226676],[425220,-231591],[429011,-242965],[430281,-238786],[422781,-248555],[424530,-254337],[432642,-247417],[432657,-260786],[432532,-263008],[434554,-262185],[435971,-213369],[440931,-211368],[444485,-215733],[436663,-210598],[445260,-219518],[438668,-218069],[447993,-219208],[442589,-226264],[445912,-235935],[439967,-233065],[442374,-240133],[440784,-236367],[446961,-248164],[436592,-253555],[439202,-250530],[451491,-210405],[458749,-227297],[449446,-233289],[456681,-232643],[448805,-236171],[455179,-255379],[457097,-245219],[459677,-252561],[448748,-247087],[461507,-224345],[462711,-225461],[472609,-232201],[469821,-240300],[472531,-242667],[471945,-230740],[466117,-242344],[471121,-236453],[470907,-255562],[469234,-245619],[473103,-247417],[465153,-255451],[466510,-244206],[465566,-249814],[462115,-246983],[479072,-226910],[476603,-221189],[474391,-241807],[478589,-230653],[474269,-241573],[484070,-235008],[483010,-239894],[483233,-241127],[494426,-234373],[490383,-233973],[497180,-238472],[488615,28668],[500974,-238400],[594238,33845],[591718,29756],[591887,28641],[591146,43661],[594604,39157],[593438,41981],[593441,41298],[598349,39443],[598537,39399],[590367,41692],[600301,38890],[600047,38917],[670734,89489],[676937,101693],[677353,101183],[675946,101295],[674354,101713],[677874,98510],[677868,96397],[677042,93838],[677773,93402],[675478,97139],[674641,96401],[673614,96295],[672642,97413],[672270,96246],[674300,97893],[677058,96600],[675822,94636],[675875,93031],[671555,96463],[673825,92169],[673341,93047],[675590,96276],[669764,90209],[669376,92772],[672801,95858],[671754,96539],[675905,94919],[675942,94890],[675313,95038],[675289,95000],[673040,95507],[673053,95462],[678341,97361],[682063,100078],[678507,101579],[683628,100982],[681441,100976],[684441,100120],[683401,101132],[681454,100931],[680906,101192],[680919,101147],[684273,100037],[684286,99992],[679329,97963],[679931,96327],[679854,98892],[1091387,-142283],[1089652,496442],[1190365,409529],[1190001,408989],[1182482,409255],[1186147,407437],[1187018,409535],[1186585,412144],[1188176,412309],[1184285,411389],[1183372,410870],[1187846,415902],[1190149,416130],[1202302,240841],[1202478,236783],[1202205,246092],[1202744,244947],[1200796,250678],[1197720,408397],[1195510,409166],[1192872,409943],[1193673,410287],[1198805,413634],[1190751,419530],[1190402,420091],[1210129,202551],[1210226,200268],[1214907,194818],[1207851,237627],[1205634,239304],[1204065,241949],[1204229,239263],[1203212,235673],[1205388,251293],[1205652,249776],[1204695,248735],[1205482,247318],[1208841,248479],[1208010,252674],[1208290,251889],[1208641,254973],[1210491,254449],[1212583,253527],[1214074,251598],[1212902,250220],[1211961,249006],[1208142,247809],[1207648,246067],[1205334,243721],[1209900,250827],[1210253,247621],[1214254,257142],[1216334,184770],[1220151,183947],[1221265,181871],[1217797,191470],[1217303,195465],[1218562,193613],[1217535,204303],[1228080,240246],[1226901,238213],[1228045,239872],[1227772,235740],[1216384,253868],[1217807,250762],[1219212,253563],[1216303,255884],[1224733,115362],[1228144,122599],[1223545,117439],[1223665,119764],[1221693,120799],[1232456,128591],[1233452,176007],[1231651,175603],[1240827,214006],[1234633,214409],[1230160,238707],[1229460,237880],[1240083,121030],[1230988,118488],[1232663,125726],[1252189,128260],[1247087,134100],[1246323,134859],[1253653,211823],[1252501,210978],[1249912,214472],[1249612,210499],[1243574,214865],[1253412,272393],[1241801,120217],[1242773,121600],[1254998,149026],[1255924,150758],[1257869,150224],[1259101,156446],[1263730,202103],[1264805,203759],[1265231,204962],[1267029,207510],[1261679,217642],[1263476,216410],[1263727,219596],[1263689,221359],[1262859,223426],[1265083,220815],[1266764,224578],[1265979,222727],[1261677,263654],[1259660,262001],[1257766,261648],[1259110,261550],[1263754,265237],[1265713,264567],[1267139,265585],[1256077,271261],[1269769,150780],[1267862,150110],[1272896,165642],[1278175,168020],[1272633,187559],[1272683,185505],[1274309,192047],[1273144,199575],[1270902,202028],[1272167,204241],[1268887,204492],[1271510,206229],[1273281,211262],[1270827,212910],[1269560,215662],[1268441,216733],[1269565,213807],[1272313,229947],[1268346,228689],[1270155,228369],[1272687,233887],[1273353,234071],[1278444,239338],[1276419,237767],[1279574,238486],[1278727,237760],[1277110,236044],[1278965,232826],[1281558,241461],[1285042,241400],[1286086,242999],[1280304,234391],[1281833,236567],[1282168,231296],[216541,-218215],[214061,-234562],[229979,-195663],[232505,-195093],[221717,-225608],[229170,-237237],[224388,-239971],[224964,-245651],[226477,-252642],[229855,-254199],[240806,-222174],[238767,-223901],[242917,-235726],[236808,-234097],[242679,-242358],[233916,-238411],[234521,-242053],[237970,-239717],[239583,-239955],[236949,-243009],[236655,-264800],[231564,-259147],[235824,-267431],[240786,129323],[241194,129504],[246502,-155578],[251701,-172245],[252052,-171938],[253031,-172684],[243286,-196162],[251898,-207139],[251419,-217020],[253631,-216270],[248380,-209107],[250392,-209283],[249441,-214155],[248071,-212816],[244459,-216154],[246452,-213638],[255996,-205528],[247013,-220355],[247478,-221584],[250815,-219732],[250368,-219725],[245325,-220120],[245374,-217438],[246664,-241896],[253351,-245294],[245603,-247229],[247293,-250224],[251167,-252492],[244529,-251792],[250772,-258727],[250233,-260239],[248543,-263560],[246584,-263845],[249139,-267486],[251366,-269447],[255658,-269685],[253401,-269934],[263268,-186878],[259463,-185903],[257941,-187242],[260218,-189278],[256371,-207845],[265057,-207314],[262450,-206618],[256619,-214203],[256813,-216708],[259315,-210999],[260483,-212581],[257006,-205881],[256420,-221188],[257028,-221155],[260669,-223689],[266191,-230839],[256344,-262752],[260902,-263011],[259556,-267679],[262464,-78310],[280926,-124984],[280460,-116953],[280188,-129338],[277835,-142437],[279963,-149209],[269141,-190069],[278535,-187978],[269960,-195711],[280612,-192357],[271326,-196312],[273445,-207435],[271047,-215638],[273262,-229271],[278532,-266724],[280893,-268485],[275278,-111093],[272996,-110888],[283343,-147342],[288571,-147208],[288378,-144009],[285613,-153491],[291694,-170290],[284517,-184463],[291493,-185020],[292450,-184764],[288349,-192596],[281668,-196311],[282804,-192805],[291154,-196323],[286215,-197423],[289862,-202654],[292931,-203656],[288294,-217319],[283920,-215626],[284218,-210613],[292666,-207502],[288291,-206502],[292958,-214311],[289091,-209939],[292332,-226222],[283333,-224675],[289064,-232596],[288918,-244886],[292399,-248138],[290976,-258390],[289659,-270618],[289033,-272015],[292403,-276003],[287962,-281995],[291745,-89805],[283285,-105866],[302741,-137601],[295577,-142071],[301407,-162465],[297619,-160669],[304670,-170807],[300052,-173130],[303004,-189851],[303636,-188522],[306816,-190782],[302983,-197813],[302014,-207217],[295769,-211898],[298798,-218040],[294932,-229232],[300651,-236377],[306982,-246683],[295372,-258472],[305848,-261446],[298849,-255829],[299215,-266921],[297397,-89207],[299775,-91857],[303414,-98375],[298936,-98221],[299371,-99323],[319228,-135009],[312534,-138848],[310070,-145894],[307884,-160122],[319207,-162512],[317347,-162121],[308423,-162728],[319702,-159637],[311377,-167347],[309165,-191685],[318451,-198742],[311136,-192812],[311434,-221407],[318875,-217853],[319783,-218964],[317685,-244842],[308264,-82351],[316951,-82747],[309358,-86609],[312288,-92896],[316386,-107899],[312082,-108000],[312082,-108000],[309467,-106388],[328589,-137563],[321925,-166021],[330128,-202892],[327904,-204531],[328049,-202959],[327144,-202540],[331377,-204845],[328892,-204751],[325869,-215313],[323758,-217759],[322675,-221158],[321446,-220680],[324088,-222849],[324726,-230052],[322008,-226808],[324446,-226486],[326099,-227469],[329112,-228312],[331242,-221280],[329987,-222867],[326811,-232828],[326392,-232291],[320460,-230263],[321227,-230203],[326171,-233840],[328747,-233368],[322078,-244775],[326722,-248085],[330089,-251713],[320924,-81800],[331717,-88573],[327142,-90718],[326559,-102239],[341851,-171323],[341694,-178718],[344495,-178367],[344786,-182568],[343570,-203397],[344740,-200504],[340415,-202730],[341283,-201589],[338241,-193056],[339785,-193438],[340386,-193589],[340088,-194216],[345565,-210233],[333800,-215815],[338921,-213925],[335769,-214556],[337370,-212445],[339780,-209430],[338180,-210404],[333355,-217687],[333020,-219213],[333184,-226080],[332978,-228341],[342375,-241491],[335553,-231679],[335008,-231845],[334873,-247702],[333521,-251355],[344750,-266821],[344257,-260869],[336576,-256251],[339129,-260710],[338457,-95904],[333951,-97354],[334660,-107914],[339250,71325],[338274,68920],[338183,76949],[338645,77928],[334038,89380],[337394,89993],[335772,94637],[336914,94675],[333794,99274],[333796,98460],[335929,106888],[334473,106883],[351247,-119360],[352876,-134955],[354081,-140410],[355280,-150191],[352704,-161925],[348334,-153760],[350434,-174671],[356470,-179148],[350616,-190827],[346674,-201129],[348350,-200407],[355779,-199603],[353845,-199426],[346001,-203662],[356217,-200987],[354076,-223426],[350862,-232651],[353233,-238328],[357684,-239164],[349362,-251733],[351416,-246615],[348912,-247996],[356497,-250489],[350819,-265257],[356967,-265872],[349099,-261525],[351710,-46016],[353880,-71235],[346729,-102002],[358120,-114634],[353825,-109972],[352570,-105867],[352932,144040],[353070,144389],[350284,20316],[351900,20999],[348302,122189],[370123,-143534],[359511,-146689],[365838,-146071],[362410,-158536],[368321,-154533],[364088,-154294],[360927,-165603],[360200,-170006],[364763,-168015],[370107,-167843],[362238,-168707],[359723,-184755],[361081,-187722],[361807,-199149],[363632,-198806],[365960,-198030],[368324,-196622],[365926,-196802],[363928,-196558],[363364,-196781],[361144,-203153],[358587,-200670],[361009,-201369],[369098,-200362],[367798,-216521],[365169,-225442],[363781,-220831],[363946,-241306],[359061,-236922],[361616,-230717],[365015,-231655],[360409,-252761],[370457,-254515],[362050,-266260],[370760,-32630],[370824,-33609],[364908,-58333],[363500,-57319],[363262,-72199],[365925,-83416],[381599,-127305],[379535,-118494],[376531,-122035],[378342,-132814],[373030,-127874],[377580,-142878],[374120,-140764],[374125,-158410],[381670,-167071],[380287,-171470],[379312,-179724],[373996,-190454],[381137,-187312],[378669,-186658],[378173,-185873],[380283,-195580],[382756,-195165],[372894,-198349],[371540,-197638],[373568,-204119],[372090,-201016],[374816,-198680],[376458,-198508],[376792,-199411],[380054,-198755],[381941,-200164],[380202,-208881],[379687,-211415],[375353,-207058],[372212,-227351],[371395,-220072],[374880,-222894],[372321,-226454],[373057,-229709],[373581,-232604],[376112,-259877],[380047,-68016],[388004,-127491],[385660,-138266],[385318,-148714],[384987,-159452],[395782,-159106],[386688,-179930],[390055,-183538],[393377,-187031],[387525,-188347],[395087,-202957],[385322,-198111],[395780,-200315],[394665,-201407],[393786,-197717],[391845,-197259],[395451,-194784],[395348,-193925],[393854,-194258],[390626,-194941],[384465,-196148],[385637,-195709],[395467,-192222],[394737,-192308],[391153,-193600],[396134,-205335],[390024,-206669],[391433,-247192],[392268,-243860],[392867,-251859],[394740,-244602],[387588,-256018],[404325,-135617],[398036,-141931],[397201,-159570],[398821,-154776],[399575,-153719],[402385,-154574],[398758,-178636],[401379,-171975],[401102,-170972],[400830,-167743],[402528,-191125],[402083,-191410],[396898,-183436],[408231,-189661],[398402,-202484],[397217,-197130],[397506,-192853],[397955,-193614],[404752,-195226],[409067,-195749],[408138,-194321],[406232,-192851],[406665,-192419],[405327,-194068],[402214,-192093],[401975,-206299],[397676,-207433],[406104,-209614],[404847,-206291],[405580,-216169],[407518,-240666],[398705,-237616],[404831,-243644],[398808,-249684],[404898,-254011],[397899,-243721],[399835,-249565],[405341,-247436],[405163,-252743],[403741,-250624],[404980,-27535],[403366,-27679],[409551,-101819],[416022,-127696],[415709,-126596],[417841,-121645],[418200,-121206],[412768,-119814],[414534,-120772],[413523,-125421],[413306,-116924],[419721,-130600],[420952,-133587],[418947,-140117],[418586,-136185],[417767,-131247],[417520,-148331],[419359,-145793],[418174,-147446],[417855,-143705],[418391,-142360],[421399,-149642],[422359,-143042],[422227,-141928],[420033,-160974],[421314,-160513],[418009,-157642],[418189,-156283],[414319,-156592],[413323,-154153],[416512,-158040],[417171,-158892],[419782,-165044],[421458,-159208],[420144,-154421],[421125,-172940],[422145,-166700],[421901,-167990],[409904,-190608],[414662,-203045],[420250,-195500],[422158,-200273],[420377,-213026],[417505,-220320],[411541,-224835],[420036,-233255],[410504,-235400],[413111,-235623],[410944,-231494],[421338,-241873],[419252,-251471],[418131,-244356],[413263,-252487],[421713,-253756],[410897,-260417],[416298,-258180],[409828,-268481],[411159,-98390],[411091,-93334],[410963,-109848],[414247,-113656],[422783,-122713],[422768,-126245],[423466,-148576],[423723,-177426],[422847,-173527],[429724,-176555],[426105,-174927],[425362,-174144],[427710,-174098],[428841,-174791],[425414,-169799],[431224,-175251],[426257,-184971],[426995,-181129],[427783,-184362],[427694,-179211],[423934,-196039],[422451,-196121],[423319,-198392],[426968,-202184],[434192,-200745],[425870,-206374],[431063,-207998],[428816,-206599],[433784,-205423],[426720,-205015],[425188,-212068],[432785,-224209],[430113,-238787],[434965,-245602],[422897,-249813],[427498,-243005],[425533,-254456],[433103,-246623],[423184,-268561],[431814,-260524],[432711,-262627],[435167,-262182],[436020,-180879],[437043,-180774],[438507,-180402],[446983,-188793],[444064,-185403],[445244,-185501],[446213,-187027],[437612,-179615],[447909,-183204],[437173,-203113],[438756,-202250],[442341,-201877],[443407,-210714],[439519,-212214],[444869,-214726],[440401,-215982],[437420,-209728],[439230,-205499],[436585,-207509],[446369,-211575],[443198,-207589],[444572,-206647],[447001,-206956],[446978,-230016],[446651,-218172],[442467,-226481],[446101,-231372],[439380,-232816],[442503,-241052],[440518,-237332],[439562,-250849],[452099,-162268],[448360,-187796],[449764,-188228],[456715,-190858],[449888,-182559],[453467,-187402],[455275,-186304],[457675,-185933],[457190,-184412],[460376,-192638],[449366,-208286],[451493,-210091],[451720,-208099],[453480,-208306],[454565,-209104],[458642,-208658],[459334,-210418],[460670,-210662],[460704,-222253],[448243,-232470],[457030,-231456],[451196,-248212],[459825,-243267],[459709,-254046],[448453,-247284],[462275,-224319],[461906,-225024],[469805,-240511],[472647,-242489],[472206,-231020],[467366,-241467],[471110,-236157],[469007,-245985],[472349,-247408],[465992,-254709],[465472,-244380],[464457,-248874],[462394,-245949],[474362,-223684],[479208,-226878],[476737,-220831],[484072,-235086],[482158,-240456],[483090,-241175],[476379,-238667],[492006,-233748],[490120,-234016],[497389,-238070],[500760,-239054],[591887,29278],[593840,38140],[594497,38052],[594548,39084],[595777,42901],[590481,44049],[670915,89172],[675611,101707],[676633,101306],[677573,101580],[674711,101560],[678122,96626],[677306,94055],[677949,93722],[675828,97053],[674958,96584],[673955,96300],[672922,97178],[672599,96153],[674538,97622],[677262,98221],[677608,97434],[676720,95430],[675317,95058],[676625,93489],[676432,92803],[676916,95134],[676548,98070],[675678,92599],[672066,97140],[674166,92179],[673632,92866],[669447,90080],[669130,92533],[675803,94642],[675930,95030],[675750,94520],[672782,95864],[672729,95742],[672876,95636],[673291,95531],[673260,95482],[673156,95494],[671739,96547],[671683,96428],[671316,97026],[671215,97043],[671184,96994],[672861,95534],[672872,95592],[676688,95360],[676746,95111],[673356,95723],[673401,95763],[675714,98852],[675680,98804],[674738,98702],[675892,94933],[675932,94926],[675317,95041],[675324,95014],[673036,95519],[673066,95498],[677788,95835],[675286,95009],[681803,100326],[683352,100517],[681437,100988],[681305,100985],[681132,101380],[681077,101287],[681046,101237],[681398,101100],[681414,101158],[684422,100126],[684369,100004],[683382,101138],[683329,101017],[683789,100362],[684695,100547],[684638,100556],[683625,100477],[683685,100486],[685611,100487],[685645,100537],[681371,101370],[681320,101396],[680997,101027],[681029,100977],[681467,100967],[680902,101204],[680932,101183],[684269,100049],[684299,100028],[678776,101134],[679198,98614],[678573,97851],[680164,96576],[985408,200630],[987584,183447],[998076,220708],[1092334,-138901],[1088946,491452],[1189918,408811],[1183221,408410],[1185834,407423],[1187321,409002],[1186532,411627],[1188347,412184],[1184916,411521],[1183466,411046],[1188667,416168],[1189790,415664],[1189551,420702],[1201865,240924],[1201647,237980],[1202042,246468],[1202929,244224],[1199566,251541],[1197904,408027],[1195349,409331],[1192913,409407],[1193115,409623],[1194100,409903],[1199651,414260],[1191286,419742],[1210163,202688],[1210427,200838],[1208140,237116],[1207854,236042],[1206260,239818],[1205240,243068],[1205009,242053],[1204017,240803],[1203381,235631],[1206019,251653],[1206414,249949],[1204396,248063],[1204429,247138],[1207099,248230],[1208042,252817],[1208200,251692],[1207993,254169],[1210566,255007],[1212710,253830],[1213966,251612],[1213404,250120],[1212757,249623],[1207738,247313],[1206176,245232],[1212032,250290],[1210560,247310],[1215013,257006],[1216346,185341],[1219872,184278],[1221889,181503],[1217326,192058],[1217967,204493],[1217650,195456],[1216098,193894],[1218994,192545],[1228353,240313],[1226715,238300],[1227421,238920],[1228757,236910],[1228286,236875],[1217661,254371],[1217743,251070],[1219014,253131],[1216539,255913],[1222821,116064],[1224851,115761],[1224470,120725],[1220527,119838],[1232132,129299],[1233257,175280],[1231130,176145],[1241538,214471],[1235325,213808],[1230979,238502],[1241560,120210],[1239678,120952],[1230423,118996],[1233736,125450],[1229302,122381],[1246794,133816],[1246869,135292],[1252395,210233],[1249233,214631],[1248610,211263],[1243377,216289],[1253847,272810],[1242835,122165],[1255277,150016],[1256268,150403],[1258490,150515],[1258351,157323],[1261865,188454],[1263644,202041],[1264262,204075],[1262491,216422],[1263613,216512],[1266679,206191],[1264086,219565],[1263721,221358],[1262871,223171],[1262917,218205],[1264883,221064],[1266861,224415],[1265396,222762],[1262008,264311],[1260134,262616],[1256404,263376],[1258175,261613],[1263653,264732],[1265875,264655],[1254708,271410],[1269776,150425],[1267299,149822],[1275472,165897],[1279546,171525],[1272695,185643],[1274021,191797],[1272702,199146],[1270665,201871],[1269850,202179],[1270973,206205],[1272261,205357],[1272414,211509],[1270740,213147],[1270278,215148],[1268922,216454],[1269909,213931],[1268240,208034],[1271797,229240],[1269661,228337],[1269897,227458],[1272498,234134],[1273644,233712],[1278435,239584],[1276467,237852],[1279653,238500],[1278973,237630],[1277650,235553],[1279216,232830],[1268416,266328],[1280166,170498],[1280401,242235],[1285573,241556],[1286409,242247],[1282681,236133],[1285956,233705],[1285700,234518],[1288247,230815],[1282714,232038],[230463,-195353],[233253,-195011],[241616,130067],[251324,-173022],[244217,-196331],[255746,-224269],[247442,-221983],[253294,-219266],[258967,-226104],[266452,-77714],[280653,-117381],[274215,-126121],[277985,-140431],[279577,-129394],[281562,-150849],[281565,-154770],[269244,-187162],[277881,-206941],[274302,-213416],[280340,-219526],[274139,-226759],[278373,-267178],[280672,-268208],[277485,-108516],[291209,-152845],[287611,-194556],[290860,-196365],[286842,-204114],[286306,-197094],[290167,-202983],[292908,-203491],[285346,-211557],[293521,-211055],[294017,-216661],[293003,-215588],[289112,-219120],[288712,-226382],[284051,-220474],[290021,-232964],[286892,-245466],[291981,-247613],[291313,-259373],[294181,-257840],[284798,-275456],[289705,-272204],[292762,-277298],[292073,-283558],[284287,-83325],[282311,-101898],[282251,-99898],[284967,-90493],[282114,-108331],[303034,-133418],[297526,-138230],[299320,-162821],[299175,-159370],[297468,-160750],[300677,-153676],[295070,-167655],[304298,-200094],[301284,-204626],[295917,-211491],[297662,-217907],[300274,-218128],[294802,-228955],[297048,-237946],[300319,-247120],[296675,-260057],[298501,-256517],[299299,-266103],[301302,-91912],[295891,-90281],[298958,-102141],[305404,-103798],[312111,-137619],[307815,-161790],[317337,-161291],[310278,-163119],[307478,-158547],[318734,-158402],[314205,-207363],[318836,-208245],[311388,-222624],[315956,-244497],[307396,-249969],[309278,-82232],[311596,-86450],[311268,-89731],[325976,-138605],[324272,-167401],[321752,-245000],[330547,-252450],[332568,-251827],[331152,-87662],[320824,-82454],[324677,-92121],[331500,-107550],[345150,-171733],[345177,-177522],[341007,-183398],[344506,-209011],[339590,-236197],[344853,-246060],[336071,-246633],[339361,-263173],[336322,-258090],[339365,-260684],[344646,-99357],[343553,-97903],[333968,-94072],[351656,-121303],[351359,-136036],[356538,-150449],[352545,-162730],[347071,-156017],[351215,-176894],[346645,-182278],[352029,-182573],[350271,-225603],[352099,-238517],[350502,-249610],[348143,-245282],[350505,-266309],[357144,-265795],[349143,-262560],[347308,-268308],[356507,-70688],[348376,-109001],[355844,-114181],[351365,-109120],[369814,-149353],[360585,-145102],[365163,-145624],[363751,-161776],[365996,-161578],[363535,-156215],[361708,-164699],[359548,-169815],[364308,-169019],[368722,-167531],[369659,-183780],[365262,-209497],[368186,-217020],[361899,-228600],[366401,-227342],[363665,-225559],[363962,-219550],[370930,-220817],[362704,-236250],[359089,-238806],[359998,-235237],[358496,-230400],[366082,-231972],[368292,-258287],[362871,-268114],[371005,-32396],[361251,-71613],[367106,-83397],[361546,44321],[378985,-124047],[373169,-126524],[382747,-132976],[374660,-140619],[381937,-142329],[376305,-154223],[379290,-171656],[376123,-166611],[375009,-200532],[380061,-208943],[377539,-210465],[374591,-208098],[373204,-221493],[372463,-227351],[374210,-229441],[371865,-250583],[374927,-260087],[385625,-139314],[386489,-134604],[384881,-177828],[387607,-182560],[385521,-184368],[394935,-203127],[391427,-204003],[395805,-204888],[390937,-247225],[391681,-244299],[391511,-252925],[394347,-244872],[387000,-256308],[398735,-202802],[400184,-213760],[405506,-206287],[397203,-206474],[404634,-210305],[404776,-206211],[400833,-240620],[407664,-246444],[397809,-252360],[397940,-243997],[399780,-249506],[405423,-247621],[405747,-252913],[404128,-250964],[405833,-258670],[420874,-141754],[415206,-201565],[422340,-210155],[415958,-220560],[415602,-224367],[419045,-233331],[420909,-242563],[420067,-252813],[417736,-244113],[414595,-253637],[422252,-253833],[411876,-262593],[414022,-260661],[411756,-266954],[423259,-205988],[428170,-205924],[432054,-214250],[424864,-210749],[434183,-227381],[425549,-232503],[427696,-242417],[431065,-239942],[423355,-248910],[432370,-261243],[432522,-262637],[434520,-261903],[446464,-217144],[437135,-210844],[447464,-229559],[447942,-231988],[442715,-241302],[439602,-237423],[440049,-252113],[439144,-249308],[447302,-247156],[451756,-210632],[448595,-233834],[456094,-232335],[451698,-247410],[457972,-247091],[453296,-255580],[466557,-228153],[461338,-223794],[462309,-225523],[472848,-242776],[471849,-230776],[470432,-236242],[470902,-236255],[469689,-240165],[469153,-245663],[472930,-247439],[465282,-243086],[465835,-248617],[461325,-253097],[462638,-246405],[480591,-229074],[479902,-227531],[476998,-219742],[483834,-234882],[482397,-240207],[483062,-241284],[489234,-241585],[489892,-233936],[497401,-237970],[500233,-238365],[592523,34649],[594059,33583],[675925,95070],[672900,95658],[673149,95534],[671264,97020],[674768,98687],[675926,94958],[675353,95019],[673080,95525],[681127,101420],[683784,100402],[681481,100994],[680946,101210],[684313,100055],[1089195,491457],[1190249,408923],[1182904,409389],[1185762,407098],[1187563,408727],[1186358,412160],[1188342,412113],[1184554,411815],[1182922,411142],[1187765,416005],[1190362,416383],[1201404,239229],[1202363,236938],[1202381,245881],[1202438,244708],[1200147,250969],[1198097,408264],[1195618,409307],[1191217,409773],[1193571,410280],[1198952,413753],[1190796,419392],[1190419,420894],[1215911,184627],[1210103,202631],[1209517,200159],[1207941,237713],[1208005,236241],[1205120,239345],[1205419,243179],[1204826,243120],[1204308,240178],[1205936,251811],[1206386,249307],[1204010,248130],[1204355,246814],[1206856,248221],[1208028,252664],[1208197,251557],[1208191,255392],[1210767,254733],[1212806,253263],[1214042,251432],[1213157,250259],[1212164,248993],[1209020,247322],[1206303,245688],[1209252,250329],[1210067,248165],[1213883,257354],[1215096,256345],[1220090,183925],[1221381,180929],[1216714,191262],[1217194,195789],[1216088,194711],[1218791,193109],[1217383,204329],[1228317,239935],[1226056,237625],[1228081,239288],[1228653,237131],[1216493,253787],[1218047,250850],[1218371,253353],[1228038,122138],[1223042,116124],[1224752,115888],[1224008,120142],[1221401,120339],[1232203,128208],[1232705,175076],[1230442,175552],[1240248,215455],[1235512,215574],[1231465,238234],[1229676,237668],[1240906,120926],[1240067,120557],[1231161,118929],[1233653,125343],[1246693,134271],[1246195,136281],[1254002,212613],[1252525,210873],[1248733,213354],[1248549,210231],[1244262,216198],[1253893,271695],[1242566,122139],[1255222,149941],[1256559,150739],[1257781,150476],[1259522,157808],[1263222,201544],[1264426,204102],[1266289,205314],[1262056,217262],[1262422,216545],[1263175,217213],[1264287,219450],[1263905,221994],[1261937,223827],[1264213,220823],[1267061,224858],[1266084,223017],[1261202,263778],[1259666,261699],[1257518,261735],[1258601,261375],[1264343,264606],[1265480,264908],[1256294,271473],[1269160,150899],[1267648,150013],[1278118,168243],[1272976,167345],[1271933,185591],[1273412,192565],[1272235,200249],[1271120,201940],[1272879,204754],[1271305,206374],[1269508,206163],[1272814,211315],[1271422,213147],[1269354,215302],[1268038,216980],[1270502,214089],[1267635,208005],[1272294,229564],[1269277,227948],[1271242,227397],[1272122,232869],[1274227,234396],[1278335,239276],[1276923,237872],[1279605,238230],[1279119,237722],[1277034,235529],[1279982,234724],[1278750,233049],[1267456,265461],[1280597,171056],[1280871,241908],[1285977,241684],[1286655,242653],[1280214,233945],[1284004,236513],[1283816,236172],[1280967,232019],[1289093,230907],[230476,-195913],[231102,-195172],[239105,-224297],[241539,-221815],[246809,-154908],[252970,-207553],[255892,-213933],[247942,-209081],[248574,-210134],[250420,-212449],[246744,-213490],[246790,-217312],[245837,-216527],[254942,-206242],[255054,-223692],[253540,-218173],[255197,-217478],[252922,-223420],[249828,-217969],[245417,-218850],[244516,-221287],[263602,-181890],[259482,-186353],[257542,-189242],[257453,-193333],[256086,-203403],[261257,-208547],[263483,-207269],[265658,-206298],[256071,-215442],[260354,-210306],[261726,-209451],[256922,-205244],[260001,-224518],[264863,-231591],[279675,-118808],[280666,-130247],[275948,-152124],[269122,-188827],[276719,-189321],[276631,-188318],[278631,-204430],[272078,-213594],[271349,-227293],[278525,-266945],[274049,-84687],[277888,-99519],[273231,-110947],[282866,-124800],[291603,-150938],[286091,-154004],[294110,-167082],[283226,-188883],[282560,-190486],[293173,-185300],[289355,-194677],[286685,-197232],[290275,-203169],[292780,-203323],[281926,-192064],[293445,-216233],[281770,-212163],[285630,-206778],[293340,-214682],[291455,-225288],[285244,-223485],[288224,-231016],[288802,-246494],[291530,-247030],[291488,-258409],[285995,-278042],[281669,-268681],[288905,-272448],[293718,-276335],[294108,-286484],[282044,-83031],[283528,-100317],[291850,-101907],[284811,-90989],[292782,-89509],[289479,-101620],[294033,-98862],[283231,-108823],[300216,-135487],[294620,-136228],[296352,-152621],[300683,-164096],[297892,-164162],[303401,-188332],[305430,-190079],[301462,-205573],[295981,-211408],[297897,-219160],[300837,-219842],[295374,-229416],[300739,-236548],[301413,-248076],[304253,-252794],[297051,-257401],[295426,-257692],[299320,-267451],[306512,-88497],[301556,-89657],[300767,-98391],[299065,-103161],[312647,-139134],[308883,-161581],[310587,-158305],[308397,-190852],[308976,-190260],[307405,-190752],[315787,-200191],[310396,-197863],[310699,-221190],[319852,-244088],[311454,-78261],[315877,-82659],[312860,-85476],[314720,-88392],[320371,-163154],[320611,-157990],[324337,-169355],[330175,-202860],[330074,-202751],[327889,-204488],[328754,-203484],[328877,-203196],[329402,-206490],[325620,-215519],[325217,-219070],[321478,-221764],[322513,-222378],[322260,-219444],[322748,-218645],[323234,-222997],[323682,-228658],[323047,-228325],[322073,-229766],[324847,-224867],[324436,-225039],[326617,-229782],[330114,-230017],[330662,-221054],[332380,-224232],[332600,-227209],[332619,-225700],[326079,-233125],[325592,-232537],[322460,-230434],[324246,-238250],[327535,-236992],[325765,-248115],[326588,-248461],[330653,-249844],[331792,-92027],[327456,-105419],[324807,-108389],[343583,-181662],[343569,-180446],[340754,-184610],[332921,-189916],[341419,-203439],[344394,-201675],[343318,-203146],[338845,-192571],[341236,-194586],[335182,-215638],[335119,-213838],[338279,-210446],[338115,-208506],[338536,-209879],[333985,-218270],[333685,-217715],[333187,-220892],[333244,-227110],[334978,-234870],[335516,-234396],[334877,-248003],[334249,-250340],[344321,-260188],[336061,-257521],[339676,-260717],[336547,71877],[336948,72240],[340434,78534],[337638,79520],[336489,87992],[336970,88204],[337408,94246],[338446,96708],[334799,100052],[336109,100994],[336727,106938],[336584,107024],[351936,-120466],[350974,-115186],[353100,-141364],[353907,-149459],[348286,-153202],[352371,-159756],[350317,-176018],[350174,-181709],[358166,-189679],[351015,-191160],[345732,-201406],[347004,-200636],[347318,-201217],[355614,-197351],[354723,-199821],[347465,-193416],[350710,-192827],[358040,-202736],[357110,-227932],[350603,-225083],[346202,-238495],[353984,-235300],[353255,-250668],[355618,-251237],[348688,-245309],[357077,-250815],[351278,-268189],[356381,-266142],[350498,-262217],[353829,-71898],[352582,-67503],[349233,-68267],[347814,-80620],[352346,-101915],[348760,-98433],[348681,-100974],[349990,-110714],[358384,-114536],[353822,-113269],[352769,145380],[353820,142434],[350454,19452],[350929,20888],[348726,121669],[369140,-125177],[368718,-138251],[359271,-146947],[363905,-144590],[369155,-155492],[363432,-165035],[368881,-164930],[363277,-167974],[363428,-168424],[363051,-189718],[359919,-198764],[362730,-198454],[365351,-197529],[361159,-197691],[360908,-197658],[359249,-200698],[361335,-200580],[365662,-201143],[367182,-200338],[362911,-209752],[368785,-216649],[360038,-229067],[363372,-226694],[371199,-222831],[363927,-219771],[370250,-219961],[358756,-238872],[359776,-237709],[364491,-231113],[359845,-244367],[359784,-260046],[370536,-260631],[359650,-267673],[371046,-33317],[358415,-43160],[364470,-58183],[363992,-56163],[361346,-57151],[363055,-71805],[362886,-113863],[360251,-106194],[379136,-117835],[376146,-138390],[372812,-148603],[380241,-141409],[383045,-143997],[381914,-156765],[381360,-155397],[381756,-173214],[378828,-166289],[383178,-175160],[373310,-179782],[382580,-185655],[380100,-187742],[377498,-185717],[383321,-194404],[379759,-196130],[374131,-197346],[372844,-198343],[372548,-203341],[372135,-201951],[378200,-202772],[377307,-200274],[382513,-199592],[381264,-198970],[373939,-205942],[382045,-208217],[378700,-211213],[375447,-207900],[375308,-221855],[371616,-226533],[374215,-229299],[373926,-232212],[373944,-250347],[390792,-116819],[391847,-133517],[385797,-132059],[386252,-130463],[396707,-157745],[385302,-175452],[384268,-180930],[389882,-185862],[389538,-185990],[392639,-186789],[392014,-187737],[387820,-185895],[388718,-198380],[395090,-196229],[390389,-194874],[391672,-193993],[384249,-196885],[387159,-195817],[393005,-193120],[390097,-194033],[389127,-201467],[390645,-204466],[385649,-200048],[384122,-198855],[388176,-200015],[395886,-205279],[394597,-255630],[390466,-248136],[391805,-244073],[391886,-251510],[395462,-244812],[394939,-247373],[386834,-256108],[396242,43874],[408783,-115225],[406278,-128584],[399624,-152384],[400455,-164266],[400624,-164252],[397804,-157203],[401367,-160510],[398953,-154519],[398601,-154104],[398004,-173103],[402022,-190049],[406476,-190784],[408774,-189537],[398496,-203082],[396924,-194792],[397501,-195369],[399266,-195717],[407482,-193362],[408292,-195834],[406949,-195912],[406501,-191895],[404935,-195547],[406754,-205974],[397862,-206638],[404461,-210978],[404557,-206334],[406592,-218070],[403022,-242706],[397924,-237630],[405018,-237160],[405259,-248763],[402403,-253533],[397122,-244024],[399979,-249031],[405284,-247672],[405642,-252153],[404860,-250800],[405812,-264418],[403299,-25026],[402652,-25950],[405963,-101260],[409093,-100410],[408594,-110581],[415053,-125960],[418987,-126243],[417254,-121615],[417296,-119071],[413634,-118464],[417503,-119969],[411449,-121805],[421528,-127750],[410477,-115913],[411374,-115447],[418651,-138587],[419805,-133825],[417851,-140531],[415675,-129754],[417081,-129124],[419096,-146394],[418603,-146509],[418289,-142254],[418912,-153377],[417513,-152824],[417461,-152285],[422130,-148388],[422318,-143685],[421758,-141569],[420945,-161309],[419141,-156655],[418625,-158024],[418364,-154265],[414816,-158123],[417153,-159323],[416760,-165099],[418636,-164961],[417951,-166153],[421881,-161582],[420915,-172727],[422340,-167119],[415137,-203181],[419183,-195798],[420565,-210591],[418367,-216215],[409682,-231022],[420187,-232869],[411358,-235753],[413080,-235173],[411382,-231578],[421679,-242467],[418902,-244197],[412700,-252814],[421079,-253992],[410396,-258531],[418386,-261610],[418107,-256442],[411195,-265856],[410684,-94634],[410146,-94506],[413911,-112336],[423674,-124277],[423252,-125305],[422822,-131339],[422435,-148267],[424151,-163557],[422414,-176851],[427903,-177671],[433191,-177820],[434163,-178138],[429288,-174707],[429312,-177883],[423464,-173676],[427848,-174167],[429157,-174425],[424245,-166937],[426473,-183204],[425961,-183545],[422894,-195788],[423507,-196259],[427094,-204097],[426939,-201800],[433224,-201422],[433508,-199989],[434600,-204480],[422491,-194929],[426763,-208044],[427430,-206366],[433296,-205961],[434357,-206151],[424772,-209772],[430459,-228091],[427875,-241607],[431176,-240044],[422401,-249241],[424809,-256147],[433091,-261247],[431908,-262930],[438588,-182597],[437067,-180592],[443742,-186462],[444946,-187354],[447167,-187773],[447687,-185022],[447398,-185552],[439882,-203801],[441743,-203687],[436837,-210238],[440540,-212124],[445516,-214289],[440716,-216625],[437243,-210880],[443000,-208183],[439304,-206089],[443359,-206666],[443722,-206444],[447834,-209499],[447711,-209451],[447079,-218023],[441528,-225844],[445033,-232482],[439509,-231160],[442281,-240515],[440442,-237744],[438383,-247726],[439680,-250133],[447455,-246857],[457019,-191119],[450392,-188392],[454503,-186692],[453684,-187473],[456468,-186087],[459286,-187636],[448612,-186357],[459570,-192019],[450091,-214062],[452338,-209497],[455927,-210977],[456309,-208940],[455779,-209620],[459631,-210115],[448765,-233708],[456627,-232867],[455603,-242463],[450142,-244856],[460411,-252705],[452194,-255483],[461893,-208470],[463798,-210077],[463670,-219684],[461850,-223716],[461881,-225380],[473282,-241508],[473021,-233116],[469801,-240297],[472728,-242614],[471886,-231218],[465085,-241984],[471331,-236490],[469246,-245713],[472721,-247636],[467669,-253912],[465420,-243544],[464486,-249531],[461946,-246849],[482695,-229164],[478782,-228525],[477033,-219711],[473638,-242541],[483976,-235022],[482544,-240687],[483429,-240921],[490186,-235367],[490262,-233651],[497782,-238462],[501197,-238515],[594272,38247],[592971,34799],[593956,33389],[594081,33280],[594265,33153],[594011,33773],[588867,28729],[593985,33352],[591611,42577],[594781,39053],[595826,42591],[595640,42650],[593170,39763],[675799,94649],[675802,94654],[675800,94653],[675926,95057],[675753,94517],[675810,94572],[675256,95048],[675306,95100],[672781,95876],[672778,95870],[672732,95739],[672789,95794],[672779,95875],[672893,95656],[673280,95573],[673230,95520],[673151,95521],[671743,96562],[671735,96554],[671686,96425],[671744,96476],[671742,96560],[671289,97017],[671204,97085],[671154,97033],[672885,95505],[672907,95576],[673353,95685],[673411,95727],[675709,98892],[675659,98841],[674762,98699],[675899,94951],[675889,94938],[675334,95038],[675328,95051],[673044,95524],[673038,95529],[681445,100993],[681439,100998],[681303,100981],[681375,100950],[681128,101407],[681066,101329],[681016,101276],[681422,101065],[681455,101130],[684421,100138],[684418,100133],[684372,100002],[684429,100056],[684419,100138],[683381,101150],[683378,101145],[683332,101014],[683389,101068],[683379,101150],[683785,100389],[684729,100575],[684661,100600],[683605,100449],[683680,100451],[685622,100449],[685673,100503],[681408,101381],[681349,101421],[680965,101043],[680999,100983],[680910,101209],[680904,101214],[684277,100054],[684271,100059],[994999,222474],[1091176,-141326],[1099109,250646],[1189797,408082],[1182575,409177],[1186081,406927],[1187459,409484],[1186617,411884],[1188935,412298],[1184202,411261],[1182754,410028],[1188121,416124],[1189766,415875],[1189815,420368],[1200347,240177],[1202807,237636],[1202176,246564],[1202540,244214],[1200888,251495],[1197907,408543],[1195100,409753],[1191992,409662],[1190795,409893],[1193333,409932],[1200023,414203],[1191045,418778],[1209637,202633],[1209875,200396],[1207456,238000],[1207688,235398],[1205769,240332],[1204047,242084],[1203881,240759],[1205705,251736],[1205807,249862],[1204035,248008],[1209468,248056],[1207979,252762],[1210181,251197],[1208114,255413],[1210723,255183],[1212500,253523],[1214568,252023],[1214128,250598],[1212115,249147],[1208427,247120],[1207069,245726],[1205509,244424],[1210256,250819],[1209659,247821],[1215680,256147],[1213958,257361],[1216273,184879],[1220322,184152],[1221513,181720],[1217604,192121],[1217849,204290],[1217828,194952],[1216342,193915],[1218730,193464],[1228130,240630],[1226815,238529],[1227546,239382],[1228453,235786],[1216269,253746],[1218106,250934],[1219172,253001],[1223531,116810],[1224696,115595],[1224114,119841],[1221430,120505],[1232068,129039],[1233212,176010],[1231129,175823],[1240261,215553],[1235281,213817],[1230661,238497],[1228940,237441],[1241475,120338],[1240270,121386],[1231072,119848],[1233202,125660],[1229573,122089],[1246902,134234],[1246673,135374],[1252488,211185],[1249621,212847],[1248493,211095],[1243469,216438],[1253537,272016],[1243075,121702],[1254917,148181],[1256490,150503],[1258135,149909],[1259700,157825],[1263505,201683],[1264600,204003],[1266115,204958],[1264073,216339],[1263105,216526],[1263731,219990],[1262940,221471],[1262739,223385],[1262140,218481],[1264867,220889],[1266828,224971],[1265775,223186],[1261204,263533],[1259153,262282],[1257366,262173],[1258787,261279],[1264260,265106],[1265022,265005],[1266795,265624],[1256342,271716],[1270147,150776],[1267778,149930],[1276652,165494],[1272809,165640],[1272563,187432],[1274046,191559],[1272691,199894],[1270763,202396],[1269056,201992],[1271480,205806],[1272405,205250],[1272613,211087],[1271506,212655],[1269749,215182],[1269245,216488],[1269418,213982],[1268182,208044],[1272180,228951],[1268494,228371],[1269755,227232],[1272907,232777],[1273303,234143],[1278229,238876],[1276175,238246],[1279253,238505],[1277994,237434],[1277224,235505],[1279670,233428]] \ No newline at end of file diff --git a/src/gathering/a10136.json b/src/gathering/a10136.json new file mode 100644 index 0000000..fcf49ae --- /dev/null +++ b/src/gathering/a10136.json @@ -0,0 +1 @@ +[[1287050,139273],[1284717,141780],[1290375,255133],[1290289,256986],[1281232,260273],[1281171,261172],[1288939,102325],[1289534,102470],[384983,-58176],[406624,-11363],[417528,-31816],[419057,-35056],[423743,-10284],[424363,-12527],[430661,-24355],[432350,-44403],[435656,-6649],[441993,-19920],[444859,-25042],[446545,-25650],[442219,-42282],[445873,-43534],[447027,-49092],[441279,-51298],[436016,-81921],[444216,-79423],[458102,-16855],[457217,-16804],[455804,-44387],[457939,-44793],[450631,-41304],[449394,5470],[463313,-19939],[466280,-16651],[463098,-27505],[470685,-87668],[469727,3190],[461082,163020],[478725,-78428],[483489,-82751],[477878,-87743],[497752,5707],[507109,-36272],[503394,15387],[505896,14492],[519618,-6429],[519048,-4992],[513010,-32408],[513739,-37743],[512834,-73234],[535296,-26893],[535317,-27038],[546844,-19825],[543570,-14841],[547768,-21588],[544727,-30689],[545927,-31330],[546248,-113642],[555761,-20959],[562254,-26634],[556358,-29965],[553265,-31184],[562061,-38631],[559539,-38718],[558157,3470],[571715,-37183],[567683,-36792],[571266,-48881],[571252,-48517],[571347,-47858],[573764,-42717],[571898,-72400],[574842,-94744],[576920,-10237],[584363,-34106],[585734,-35985],[580847,-45842],[588413,-42365],[579916,-88836],[578493,-87217],[576262,-89975],[579319,273149],[577896,278896],[577745,277417],[578129,278337],[600061,-12919],[605283,-3412],[607004,7662],[624252,14647],[625395,18651],[652318,-7153],[650737,-7679],[660909,-4149],[663338,-2204],[664346,-26958],[661782,-28399],[674538,-123187],[671402,-132615],[667041,-134713],[668842,-132269],[671466,-128203],[677248,-20088],[674404,-58713],[669985,-58967],[672634,-59362],[670208,-56788],[690795,-117273],[687340,-120836],[681282,-124236],[681620,-21269],[683954,-13830],[689852,-62740],[680308,-62362],[688663,-56731],[681160,-71603],[683122,-73384],[686205,-88335],[687156,-99880],[689709,-107724],[692412,-119783],[691307,-116109],[701352,-120289],[697118,-96934],[694040,-95252],[699173,-110292],[703414,-108072],[713664,-116632],[704313,-123102],[715698,-146272],[714042,-113443],[708426,-108189],[704657,-104061],[723950,-144180],[723943,-143317],[718737,-146475],[723098,-114921],[737252,-201221],[735963,-211959],[742788,-118838],[747551,-124569],[745453,-128300],[764195,-166673],[800350,-130401],[799981,-148512],[801852,-141730],[805919,-142235],[809528,-132594],[808640,-133033],[812657,-141350],[809622,-146013],[818958,-141326],[812886,-153308],[815634,-147415],[815480,-149867],[814153,-206517],[814686,-206266],[807093,280863],[807240,280849],[807930,280839],[807400,281181],[807573,280460],[808062,279623],[810336,289949],[812390,289010],[811557,289996],[812056,287774],[810739,289628],[810546,289486],[811207,288564],[811621,287817],[811698,286492],[811533,286598],[813205,286100],[811794,291011],[810557,290930],[811410,291086],[813225,286687],[813174,287246],[813192,286896],[812927,288463],[813143,287193],[812272,287011],[812507,288001],[824202,-138949],[824348,-134703],[826573,-143738],[826556,-145729],[822011,-142080],[819321,-148025],[827173,-157459],[831415,-170999],[828776,-175000],[830203,-178867],[827433,-185602],[830020,-189396],[827786,-189010],[826543,-179192],[829106,-189866],[828805,-189762],[828712,-190187],[829126,-190093],[831508,-183850],[831438,-183434],[831082,-184027],[831958,-183434],[829996,-179233],[829726,-192834],[824896,-201964],[824725,-201921],[825110,-194441],[825022,-194021],[825197,-194113],[839672,-152463],[833677,-145403],[833394,-145080],[838250,-166009],[836253,-162039],[834088,-157234],[843068,-167772],[841583,-182549],[841498,-182113],[840984,-182225],[841271,-181918],[833940,-182522],[832440,-180493],[833287,-190139],[832988,-190176],[832710,-190442],[832769,-190132],[832869,-189988],[832410,-190091],[836167,-186806],[836342,-187329],[836336,-187487],[870156,-175834],[867439,-177281],[877373,-118266],[877314,-118026],[877691,-118446],[877446,-118440],[877514,-118283],[873106,-129069],[873001,-128845],[873478,-129171],[873223,-129220],[873255,-129054],[872530,-150321],[872479,-150079],[872893,-150498],[872625,-150491],[872683,-150339],[883167,-164397],[882982,-164240],[877518,-178336],[877836,-178516],[877591,-178510],[877459,-178096],[877659,-178353],[871992,-175399],[871855,-175763],[872074,-175594],[871637,-175624],[872560,-167460],[872904,-167461],[872683,-167757],[872664,-167959],[872862,-167292],[871369,-181572],[871412,-182137],[871200,-182030],[876416,-182404],[876367,-182874],[871766,-188340],[871399,-188278],[876622,-111072],[876564,-110832],[876965,-111252],[876705,-111246],[876771,-111089],[888267,-118103],[888208,-117863],[888585,-118283],[888340,-118277],[888408,-118120],[893337,-127796],[893396,-128028],[893714,-128245],[893469,-128213],[893537,-128059],[883399,-164292],[894947,-171281],[894697,-171380],[894927,-171805],[894838,-171115],[885213,-58838],[885040,-59269],[886813,-58727],[886639,-58210],[886504,-58126],[886358,-58360],[884030,-59348],[885158,-59089],[884614,-60811],[885366,-63378],[883421,-61686],[883467,-62221],[886757,-59438],[884585,-66774],[883616,-69508],[884304,-69133],[884147,-67831],[884990,-67284],[884896,-63817],[884590,-114021],[884531,-113781],[884908,-114201],[884663,-114195],[884731,-114038],[889368,-106441],[884867,-104488],[884794,-104808],[896576,-147941],[896517,-147704],[896894,-148142],[896649,-148123],[896717,-147966],[902606,-154018],[902775,-154019],[902923,-154255],[902715,-160509],[903272,-160894],[902531,-160481],[902312,-160131],[896430,-158955],[896295,-159114],[896362,-158653],[910062,-107887],[910235,-107359],[910192,-107728],[910213,-107576],[928025,-129082],[925606,-131583],[924785,330157],[924375,330101],[946648,146397],[943062,166480],[945577,164124],[941648,164164],[943996,160793],[943274,162153],[943141,163842],[943436,163315],[943379,163250],[943545,165132],[945923,163997],[946096,163966],[945204,165019],[946383,164311],[946093,164612],[946766,165375],[946306,165678],[943297,165723],[945610,165415],[944633,165720],[945944,166169],[943594,165291],[943167,165870],[943958,165992],[944612,165376],[943995,162439],[942918,162754],[943522,163231],[942721,163189],[945384,165986],[945396,165570],[944805,165822],[945275,166235],[943628,158858],[943522,158764],[944127,158992],[943550,158916],[944624,157256],[943566,157902],[945135,156501],[944591,156159],[945583,156436],[944970,155877],[942508,160878],[942595,161036],[943201,160070],[944967,163131],[944843,163631],[944096,163994],[945294,163168],[946844,163711],[946950,163899],[945287,162059],[944987,161921],[945188,162116],[944985,162057],[945067,161763],[945194,161115],[945110,161644],[945385,158585],[945558,158253],[945426,158972],[945478,155490],[945768,154315],[946518,154018],[946601,154674],[946866,154814],[947107,154374],[946673,154575],[946785,154794],[946930,154558],[946192,166843],[938829,453887],[950143,-116299],[949923,-116326],[957693,-138481],[956304,-114946],[955877,-114856],[958600,138910],[953701,153596],[952301,152221],[953040,152381],[953088,152665],[952228,153119],[955644,148421],[955371,147818],[957172,152130],[958027,152418],[955293,141664],[951421,141448],[958540,141558],[957927,165580],[957819,165412],[957370,165621],[957099,165496],[957042,166019],[957019,166174],[956980,166046],[948746,165355],[948446,165433],[948519,165595],[949660,165906],[949180,165719],[948953,165421],[955564,164716],[955377,164471],[956738,162776],[957016,162934],[957050,162949],[955498,161362],[955832,161627],[957460,164209],[957594,163718],[957849,163692],[957166,163502],[955732,163326],[955156,163071],[955790,163743],[955961,164194],[953758,156000],[953973,156285],[952753,155098],[952850,155172],[952890,153890],[952744,154428],[953064,154905],[952844,154138],[954225,154085],[953581,154853],[953864,155261],[954329,154521],[953912,156162],[948968,155353],[949044,155559],[948986,155337],[948977,155352],[948879,155178],[948853,155238],[949792,155109],[950054,155037],[949463,154605],[949374,155168],[949290,154710],[947502,154942],[947756,155197],[947694,155283],[948546,155418],[948066,155139],[948915,154638],[948969,154477],[948608,154422],[948672,154364],[957404,166760],[957176,172975],[956630,172955],[956277,172046],[956220,172013],[957658,172346],[957148,171225],[956086,171704],[949842,170670],[950201,169630],[949509,170008],[950071,169810],[948034,169413],[948527,169919],[947224,170281],[948415,170598],[947924,169622],[948393,172724],[947968,171422],[947946,172813],[948364,174663],[947314,174347],[957453,175684],[957701,175740],[953095,173952],[953719,173635],[952849,173121],[953445,173845],[952529,172249],[951484,177874],[952091,178309],[952653,178511],[952896,178491],[952649,177268],[951665,178015],[951299,179035],[950581,178571],[951464,179322],[956960,178717],[955984,177103],[947230,166812],[949720,167296],[949343,166971],[948475,167385],[948881,167041],[947531,166830],[947650,166713],[948423,166669],[948122,166731],[951931,167021],[951272,166907],[951275,167497],[951369,166954],[953195,167019],[953278,167246],[953487,166885],[953535,166885],[955059,190017],[954803,190538],[959708,185057],[957110,184116],[959416,184906],[958567,185237],[958949,184851],[959508,184446],[958490,185282],[958694,188147],[958134,187682],[957857,187753],[958652,187523],[952496,187433],[952863,187340],[954701,189451],[952109,187468],[951817,187714],[952963,185246],[951974,185172],[950422,185562],[949983,183199],[952021,184485],[949282,184021],[949191,183300],[948376,184904],[952295,180873],[951807,180626],[953433,181212],[956130,179829],[958160,181386],[958422,181483],[958793,191815],[958839,192035],[948935,192075],[956046,195874],[956452,196379],[955555,196332],[956289,195750],[956296,196354],[959185,196604],[959226,197939],[958792,197419],[959454,196978],[958346,196759],[959694,197702],[958759,198978],[957663,199489],[958703,199458],[958626,198505],[958485,198695],[958708,198770],[958101,197622],[958873,198155],[959347,198036],[958334,199682],[955476,197547],[955257,196519],[955349,196914],[955703,195993],[957024,192381],[952062,196679],[947903,193114],[949906,192317],[948864,194238],[949006,194063],[950891,195120],[952883,193502],[951790,193893],[950678,194526],[951607,194185],[954404,194345],[954715,193195],[954702,192893],[956681,198241],[952432,196864],[956850,287594],[955813,287929],[957928,497817],[969357,-148013],[970722,-148776],[971923,137389],[971883,137267],[970233,129541],[970651,147614],[971029,152022],[963573,145129],[963282,144302],[962815,150681],[963338,148205],[965746,165786],[965038,163296],[965193,163862],[964995,165120],[964035,165426],[972603,155853],[972764,155289],[972525,155673],[971231,155543],[971385,156067],[971560,156691],[972095,156311],[971700,155467],[971968,160687],[971313,161526],[971285,161259],[971928,160638],[969692,162313],[971713,178070],[972006,175219],[972519,175108],[972599,174884],[972629,177931],[961475,170271],[961573,170122],[961295,170154],[962313,169146],[961113,169160],[961596,169584],[960224,166948],[960711,168008],[962848,179302],[961288,173525],[963299,172905],[962346,178107],[961918,177418],[963870,177526],[963588,178467],[963937,178600],[963693,178110],[961315,177866],[961068,177663],[961292,177915],[960257,176738],[969801,175374],[970933,177587],[969268,175413],[964487,173641],[964660,173118],[970966,168069],[970841,168511],[967381,167510],[968397,167919],[968078,168129],[966399,167844],[966637,167513],[967493,167312],[966004,167555],[969119,168425],[968335,168789],[967511,168869],[966558,168429],[969497,190621],[968228,191070],[964014,190427],[962268,190546],[962755,191311],[962055,191609],[966317,180128],[966706,180792],[967350,182437],[966783,182750],[966038,182792],[968632,187182],[968142,186596],[966678,186080],[967583,186087],[963517,188885],[963326,188567],[964360,188566],[963308,189520],[965616,182146],[965124,182613],[965751,184228],[965249,183470],[964574,181835],[970776,182862],[971064,188474],[969289,187683],[971387,187461],[970952,188330],[970874,186056],[960990,183076],[961781,182650],[960868,182789],[961377,179960],[966826,179425],[960418,198202],[960095,198008],[962135,200030],[962228,199257],[961533,199627],[960827,199186],[961773,199899],[962851,200210],[963086,200457],[962991,200071],[963740,202001],[963493,202113],[962326,200888],[962341,202215],[967019,193966],[972699,194913],[971967,195636],[972014,194706],[971749,193210],[971730,193799],[972238,192511],[972181,193932],[961579,196595],[961260,192687],[962303,192504],[961051,192995],[960757,192979],[961457,193147],[961475,193233],[961216,203031],[960782,202316],[965973,204353],[965983,194359],[966511,194902],[964744,197017],[965366,195405],[963577,198821],[963694,198906],[964529,200102],[964605,200846],[966029,199065],[964491,200001],[964520,200299],[966012,201744],[970935,199306],[971491,199348],[965832,197233],[970157,195003],[969727,194818],[969721,194783],[969319,203101],[969702,202657],[966499,199496],[966465,198968],[964221,194199],[963781,194542],[969565,213089],[969513,213577],[968919,214194],[969906,214224],[968903,211479],[968446,211668],[969074,210498],[968843,210433],[969592,215621],[968974,217205],[968895,216873],[967656,205284],[971391,214200],[972630,214289],[971996,217601],[971778,213370],[968229,220646],[968533,221651],[968166,220402],[968649,222399],[968041,222884],[968235,222573],[971026,220054],[970712,220096],[971235,222845],[971716,222515],[970957,223420],[971855,222103],[969473,220067],[970453,219528],[969797,225714],[970907,226805],[971359,226949],[969807,226774],[970274,229975],[970769,230031],[971833,226548],[970518,229640],[971261,230007],[964995,219235],[964937,220349],[965233,219509],[971398,217846],[972757,217861],[971377,234276],[970876,239751],[970896,237390],[970328,238556],[970901,237519],[970962,237229],[969944,237748],[971229,237150],[970670,242178],[968400,236002],[969643,236102],[969037,235724],[968743,236312],[966671,242349],[967376,239488],[967725,240383],[969222,243495],[968121,243965],[970741,250251],[968670,244060],[969179,247795],[968622,247741],[968737,246932],[970915,247683],[970408,247698],[970562,247596],[971252,247485],[970432,247864],[964537,277552],[962124,283094],[964847,485749],[963367,478103],[963146,477977],[962639,500448],[961437,126528],[965399,117716],[980863,-161349],[977852,-185677],[980203,-184796],[984757,-184447],[984796,-184273],[984962,-183829],[982438,-186490],[982662,-186952],[982355,-186663],[975907,140749],[985564,133230],[985060,132896],[977924,148792],[978725,151074],[979560,143334],[985182,158537],[985142,157753],[981605,157906],[981563,157993],[980778,156714],[981195,158287],[980636,157625],[975356,160473],[975579,160386],[975304,159934],[975868,155469],[976101,156053],[976751,155739],[976392,156137],[976785,155944],[973484,156660],[973631,155987],[973384,156101],[973727,156805],[973000,155906],[972815,156022],[972816,155289],[974143,161189],[973020,160524],[973720,160428],[974085,160428],[977751,161592],[977788,161625],[978880,162138],[977030,161195],[979280,161828],[978985,162228],[980196,162179],[979554,162361],[979180,163214],[980002,162393],[975015,177329],[975872,176561],[975159,178770],[976292,173510],[975556,173703],[975373,174141],[975242,173555],[973996,174202],[973567,174091],[973924,174588],[974356,174694],[973919,173586],[972838,177412],[974333,177196],[983228,167611],[983341,171047],[976999,167964],[977717,167551],[976901,167632],[977134,167590],[977417,167867],[975590,186688],[974010,188422],[974105,187137],[975190,187568],[973182,187217],[976323,184816],[976905,185009],[977462,185370],[976719,185090],[975588,181960],[975820,182778],[975423,182982],[975489,181984],[983243,191792],[981765,189729],[980536,191313],[978804,184480],[978235,184417],[978353,183832],[978324,184810],[981439,183597],[979937,188281],[975080,189983],[974673,189351],[973715,184073],[979430,179732],[974569,202536],[974485,201414],[974449,201854],[974638,202265],[974961,200301],[973557,200907],[973954,199386],[974263,199478],[974496,199467],[973569,199153],[973083,195308],[973536,194238],[983706,199954],[983576,196187],[982639,196340],[982176,195997],[981826,196689],[982855,196560],[982025,192731],[982823,192263],[982596,193077],[982622,203326],[981394,195387],[977284,192588],[975833,194526],[973382,194059],[979858,202317],[976671,200192],[984229,216468],[984562,216559],[984207,216001],[983854,209050],[977023,210584],[976471,213505],[976750,213224],[976751,213343],[976235,214945],[976224,214852],[978903,211352],[978917,211027],[978106,208040],[979735,207673],[980126,209346],[980140,216241],[980621,213422],[979917,214086],[981153,213234],[980099,215925],[980719,214619],[980292,215529],[979869,215227],[976007,217342],[976618,217745],[976384,217513],[976978,216711],[974275,206403],[983000,210412],[975457,212296],[973800,212127],[972974,217135],[985494,221119],[984894,222281],[984423,222485],[984535,223288],[984719,222956],[984892,218906],[983725,218972],[983350,221537],[984456,218674],[984650,220494],[980261,219106],[978140,223395],[977882,223242],[977681,222385],[978115,223028],[977055,223755],[977195,220136],[977414,219553],[972866,227730],[985425,227231],[985138,227038],[983703,228033],[983732,227813],[983019,228063],[982895,228191],[983227,228424],[984343,226598],[979490,227691],[980506,228140],[973727,224200],[973060,223904],[972841,221035],[973307,221833],[973436,221985],[973756,221261],[973572,218591],[985553,243240],[979370,242727],[979830,242057],[980821,242999],[980317,242016],[982312,242726],[981598,241584],[982758,242694],[983018,243052],[983070,238725],[985113,233422],[982940,232196],[982190,231419],[978833,234151],[982167,238292],[982196,238263],[985289,251476],[983868,248633],[984984,244760],[985126,244693],[985040,244738],[981417,245114],[981617,245782],[981955,245232],[980783,245391],[981708,245204],[974959,247803],[977292,248078],[977562,248395],[977328,248362],[977162,248270],[978639,246048],[978183,244616],[977811,245081],[979105,246939],[979672,245132],[979705,249570],[979616,249498],[979741,249218],[979447,253608],[980495,252104],[980448,253265],[982016,253652],[982318,253621],[979159,273417],[980233,274583],[978878,324809],[983706,533514],[982487,534155],[985119,126169],[980917,126448],[982891,124318],[974805,122980],[988501,-132829],[988552,-132633],[988197,-133072],[989304,-161838],[992535,-167958],[987446,-177402],[987538,-176883],[987233,-177239],[990717,138222],[987447,153085],[986884,152488],[998011,149187],[996644,145168],[993410,146860],[988122,145122],[986628,143772],[986315,149617],[994416,164667],[985640,157214],[985870,157519],[986238,157178],[987825,154336],[987334,154121],[995518,165451],[990512,168149],[997277,172581],[997251,172636],[985698,195621],[996568,204838],[993311,202034],[990716,206133],[991252,216963],[997155,216009],[985965,222569],[986304,222555],[986119,222287],[998299,228731],[998284,228458],[997978,228423],[997113,227720],[996721,227349],[995691,230263],[996312,228491],[995323,230273],[995203,229494],[985751,229762],[986697,228834],[986014,229060],[986375,226016],[985933,226592],[989927,230239],[989387,230167],[991689,228923],[987156,220431],[987340,219886],[987225,220591],[987384,220831],[987223,220548],[991333,218439],[990608,218219],[993084,227119],[993969,227744],[993593,227718],[993791,228160],[996153,231328],[996706,232452],[994027,242088],[993681,241907],[992011,241082],[987862,238749],[988054,238710],[987759,238612],[988150,235816],[988902,235264],[989785,235468],[988354,235404],[988562,236153],[988940,241509],[989076,241079],[989237,241040],[986091,231838],[988760,233204],[988467,234094],[988575,233829],[989025,232374],[989228,232430],[993412,237454],[993082,237515],[992581,237913],[990384,239988],[990516,240117],[990274,239094],[994813,234170],[995149,235407],[994649,233937],[996231,234831],[995726,235134],[992489,234675],[992106,235427],[991642,233632],[991224,234314],[991097,235188],[995952,244068],[996438,244084],[995705,243867],[996004,244115],[996220,243522],[987614,244336],[988180,244029],[987598,245511],[985656,243464],[993091,247629],[987851,252154],[992496,248220],[992877,245810],[992296,246057],[995758,247129],[996932,248411],[998225,247879],[997986,244433],[997627,243839],[997796,244429],[994888,252804],[995299,252462],[994682,253060],[995628,252190],[994941,253296],[993394,250861],[993385,250769],[993499,250861],[986993,254733],[985892,248874],[985897,249009],[986834,246608],[986994,246935],[988094,243407],[993568,254383],[993678,254254],[993255,254293],[992844,252076],[998283,252442],[989303,392221],[996666,494406],[986641,127118],[1002884,-147312],[1002947,-147600],[1002684,-147499],[1005360,-161368],[1006278,-162149],[1008891,-163745],[1009436,-163730],[1008856,-164092],[1008943,-163532],[1008513,-162260],[1008432,-162394],[1004994,-155047],[1004928,-155088],[1004782,-154637],[1004747,-155064],[1005125,-168292],[1005340,-168450],[1005092,-168579],[1002919,-173355],[1003159,-173091],[1002811,-173405],[1004740,-171577],[1004386,-171365],[1004195,-171623],[1005544,-19323],[1010743,-111603],[1010683,-111415],[1010077,-111800],[1010514,-111454],[1010575,-111720],[1010620,-111230],[998796,149558],[1000435,151800],[1000357,152575],[1009131,166284],[1009209,166324],[1008767,166218],[1009032,166385],[1008541,164912],[1009932,164614],[1009280,165078],[1009533,165142],[1008184,164400],[1002706,166496],[1008771,161997],[1008520,160372],[1008869,163360],[1008305,163700],[1007984,163041],[1007457,163867],[1005167,164214],[1005349,164610],[1004645,164225],[1004965,164460],[1003376,162623],[1002225,163455],[1001158,163779],[1000178,162973],[1006444,154290],[998826,155945],[998527,156016],[1003503,155339],[1005403,156835],[1004675,160916],[1004954,160720],[1005830,163005],[1005849,162720],[1002580,175341],[1009099,167152],[1002659,179066],[1002565,178235],[1002235,178935],[1002510,177633],[1003433,178900],[998946,179228],[999864,179039],[999584,178435],[1005412,175635],[1006408,175868],[1000091,173632],[1000425,173778],[1000650,176462],[999920,176414],[1005992,168671],[1006714,169082],[1003012,172577],[1003149,172694],[1003232,173065],[1002638,173332],[1003886,171738],[1003817,171615],[1002679,167116],[1001199,168597],[1000562,169573],[1010604,178261],[1005315,167119],[1004777,167163],[998947,179590],[1004504,190682],[1004861,180256],[1005870,182229],[1004977,187350],[998828,188654],[1003768,199188],[1006923,194886],[999945,196364],[1001041,217477],[1001247,206155],[1002443,230152],[1000902,228214],[1000758,228354],[1001044,228300],[1001083,228842],[1000301,228622],[998785,228999],[998567,228728],[1002178,220727],[1001363,218933],[1001433,220224],[1001019,221439],[1000521,221695],[1001473,220282],[1003172,221548],[1003339,221540],[1002913,223032],[1003579,222799],[1000216,226161],[1003243,227391],[1000252,224926],[1002777,227196],[1006829,229747],[1006839,229197],[1006659,229794],[1006662,229278],[1004079,228024],[1003924,228052],[1001618,227322],[1004622,228108],[1011296,227494],[1009683,228730],[1010262,224332],[1009804,224534],[1002581,230823],[1002589,230885],[1003021,230679],[1002617,230642],[1001573,233048],[1001628,233142],[1001780,233156],[1001934,233418],[1001715,233156],[1001318,234061],[1001471,234659],[1001645,234488],[1001066,234283],[1001342,235716],[1001093,235829],[1001113,235866],[998805,237975],[1005899,232692],[1010351,235521],[1010097,235524],[1010063,235485],[1009907,235342],[1005346,233561],[1005418,232596],[1010898,239901],[1010825,239804],[1011153,240066],[1005282,236876],[1007654,240581],[1009144,239850],[1009245,241512],[1009330,241537],[1008931,240943],[1002084,241756],[999216,240577],[1000088,239230],[998588,247834],[998767,243862],[999594,245715],[999634,244975],[1000661,246980],[1001243,248623],[1000801,248981],[1001362,248540],[1001607,248562],[1000969,249766],[1000193,250620],[1000568,249584],[1000663,249282],[1000647,249707],[1002474,246571],[1005464,250176],[1006492,252565],[1006774,252601],[1007046,252893],[1007729,253909],[1007150,253640],[1007735,254723],[1010334,254216],[1009062,254929],[1008624,254296],[1009353,254855],[1009055,253709],[1010883,254221],[1009885,255905],[1010042,251646],[1009911,251076],[1009666,251886],[1009431,251610],[1008819,251798],[1008986,252095],[1010974,249643],[1010376,247361],[1010323,247295],[1010092,248168],[1010603,247114],[1006556,246876],[1006251,246487],[1006487,247154],[1005366,246072],[1004832,246051],[1004997,245099],[1004120,243527],[1005269,245623],[1002368,243854],[999341,251635],[999993,251106],[998458,252491],[999502,252802],[998850,252277],[1006626,254680],[1006627,255818],[1006485,255729],[1006115,255122],[1004513,253301],[1004607,252487],[1003624,256041],[1002767,255563],[1004312,265068],[1007681,261016],[998571,318396],[1004172,319615],[1008318,368282],[1017589,-108800],[1017703,-109924],[1022804,145469],[1022590,144426],[1017360,162416],[1015191,164597],[1012800,179190],[1022484,186524],[1022959,187082],[1014177,197116],[1011424,227024],[1012787,225342],[1012469,226609],[1013409,226126],[1016115,224893],[1019581,226971],[1023226,226062],[1023103,226744],[1023416,226011],[1021405,226659],[1019434,227682],[1021200,228637],[1020812,230086],[1021401,229878],[1013730,228640],[1013730,228640],[1012619,229941],[1014418,230061],[1014357,229106],[1020285,231994],[1020823,231462],[1020807,230948],[1016815,232901],[1017073,232652],[1016834,233011],[1016440,233004],[1016727,233094],[1014554,234434],[1013861,235104],[1011826,234222],[1011772,238783],[1012284,238506],[1012310,239514],[1012086,238822],[1016059,237456],[1015034,235744],[1015246,236560],[1020124,240505],[1019704,238281],[1023305,238546],[1023431,239036],[1020854,236421],[1023444,238573],[1012449,255267],[1011450,255419],[1011938,249738],[1014415,246491],[1011553,249390],[1013096,246777],[1014754,246196],[1012902,246705],[1019509,251235],[1019122,250112],[1016188,248763],[1012373,252046],[1021652,244949],[1020419,244909],[1011331,265015],[1014897,267670],[1013295,262067],[1011255,269380],[1020200,272284],[1022825,281165],[1030808,-125395],[1030277,-125770],[1033470,-136506],[1033570,-136906],[1033091,-136827],[1033661,-136583],[1033853,-136891],[1029541,-132759],[1029525,-132244],[1035400,-161932],[1035339,-162153],[1035145,-161770],[1035091,-162161],[1034985,-161969],[1036316,-165470],[1036339,-174625],[1032148,-178561],[1035153,-180949],[1034930,-179316],[1025538,-106976],[1027647,-105399],[1033113,-109741],[1030571,-110755],[1034106,139358],[1027659,147349],[1026900,145222],[1027418,143922],[1034788,144893],[1025193,149209],[1028155,157585],[1025588,156323],[1032435,221254],[1032782,222624],[1032327,221161],[1036102,228916],[1035559,228930],[1031113,230065],[1031557,230214],[1031439,227042],[1031347,226610],[1031562,226709],[1028913,226091],[1029790,223368],[1029633,223283],[1027799,227306],[1026939,226512],[1027922,227134],[1027678,226415],[1027006,227092],[1025279,228037],[1025731,228527],[1024429,228528],[1026182,228744],[1025051,228125],[1025814,229337],[1024464,236878],[1025847,236912],[1026260,236260],[1031030,236547],[1030704,236608],[1030771,236232],[1030553,236016],[1030661,235966],[1032251,237426],[1033849,236947],[1033863,230711],[1034398,230638],[1033606,231244],[1033621,231188],[1024578,244675],[1026772,246957],[1028610,252454],[1030330,246657],[1024951,508172],[1047401,-131984],[1048525,-130437],[1038148,-147303],[1037950,-147303],[1038168,-147060],[1038256,-147232],[1039548,-152465],[1040706,-151395],[1040707,-151892],[1040852,-151500],[1041383,-151306],[1040620,-151474],[1043041,-165881],[1037539,-163367],[1043541,-173206],[1042837,-172394],[1042267,-170002],[1042587,-169635],[1042905,-166944],[1038036,-170861],[1037149,-171106],[1046462,-190558],[1047293,-190276],[1039324,-190977],[1040209,-191942],[1045363,-108155],[1046657,-107024],[1041028,140722],[1040605,142768],[1043558,183397],[1046176,183217],[1041369,227233],[1041083,227500],[1039431,230106],[1039572,230227],[1040103,230019],[1038573,229893],[1041742,228640],[1042168,227106],[1041906,228748],[1042342,227331],[1041029,227069],[1046685,223827],[1048743,230442],[1046699,230476],[1046515,230579],[1046914,230519],[1046841,230418],[1037210,236611],[1037356,236715],[1039125,236692],[1041079,233248],[1040549,233587],[1037341,232684],[1037847,232737],[1041813,232112],[1041816,232018],[1039830,230662],[1045660,231669],[1047114,234686],[1038332,280102],[1054383,-129452],[1055081,-127945],[1053317,-132366],[1053831,-131487],[1056895,-140024],[1056096,-136741],[1062384,-111055],[1059848,-112239],[1057519,-107453],[1055563,-106741],[1059953,154291],[1050186,185359],[1058118,182229],[1060250,216926],[1059709,207646],[1052110,228485],[1051479,227651],[1052076,230486],[1050678,230455],[1051994,222893],[1053193,221927],[1053813,221165],[1055002,222474],[1054984,222260],[1055930,224787],[1059269,220441],[1053020,225393],[1052524,226172],[1065556,-138241],[1067041,-141071],[1068706,-108861],[1072056,-109325],[1070689,160895],[1066959,165950],[1072387,163973],[1066298,155362],[1068729,156207],[1067512,157112],[1069535,156131],[1069584,154017],[1070068,154831],[1066236,157970],[1064576,157064],[1073692,166899],[1073059,167892],[1073809,171849],[1072827,172648],[1073222,192976],[1073008,195757],[1063594,221354],[1078131,-107415],[1076841,-108916],[1081816,-102688],[1081599,-103275],[1076881,170921],[1076053,172103],[1076983,186049],[1076423,187168],[1076865,554711],[1076416,552890],[1098347,-128981],[1098267,-128548],[1092946,-149167],[1092341,-148134],[1091931,-143762],[1091596,-144902],[1094489,-101632],[1096488,-99793],[1098308,-107063],[1097077,-106688],[1101876,-137733],[1107130,-132409],[1106161,-133321],[1107558,-142464],[1108067,-141861],[1101116,-140859],[1119713,-115600],[1119281,-136164],[1119120,-137262],[1114725,-69288],[1124962,-79467],[1125129,-78436],[1119232,-78768],[1125954,-104513],[1120901,-111383],[1132476,-116329],[1129337,-116788],[1132242,-132385],[1130139,-134021],[1128188,-147326],[1129103,-147643],[1138297,-76560],[1133573,-75372],[1134431,-87997],[1132116,-79553],[1131332,-86099],[1129108,-90422],[1127722,-102060],[1136736,-100786],[1138916,-102178],[1133402,-113283],[1135310,-112674],[1137711,264345],[1137416,265289],[1136572,260270],[1136372,268852],[1138188,271499],[1134496,277780],[1135265,277350],[1136799,281838],[1135709,283789],[1143874,-8429],[1142056,-5214],[1142913,-5701],[1146141,-13277],[1146606,-109280],[1147255,-108755],[1146447,-106776],[1149573,-105500],[1148564,262985],[1145291,268762],[1147943,266944],[1150790,266213],[1147465,266093],[1148183,261728],[1146871,262264],[1146896,258206],[1139655,261205],[1145313,273311],[1151711,277087],[1144441,277761],[1144726,277131],[1148453,270192],[1140005,288709],[1142172,290853],[1143998,296262],[1143440,304421],[1141079,536888],[1145715,545402],[1145107,545588],[1162817,-124416],[1164730,-156661],[1161806,-161142],[1160694,-111390],[1162856,-112143],[1162475,-107530],[1164386,-107388],[1160750,-104375],[1158013,-106885],[1153838,20305],[1156183,20138],[1162229,24257],[1161704,257874],[1163184,274285],[1154019,275109],[1154315,275354],[1162972,279852],[1164258,286458],[1161051,285833],[1154852,296507],[1153954,296779],[1154684,297760],[1158280,296343],[1159154,296172],[1161725,302203],[1153716,302470],[1153254,304042],[1154387,301705],[1153431,303616],[1154006,305028],[1162343,306935],[1152293,298298],[1154672,300986],[1155003,300534],[1155590,299826],[1154761,299469],[1160087,314456],[1161730,26299],[1158113,521600],[1162377,521581],[1160213,540529],[1158349,538114],[1165066,-121806],[1167136,-131571],[1171298,-130288],[1175613,-137326],[1175199,-139470],[1166704,-139953],[1166382,-140304],[1170549,-148323],[1174778,-147958],[1167638,-156480],[1164814,-164235],[1172344,-26390],[1171817,-26910],[1170071,-54843],[1169011,-58213],[1173993,-71375],[1174419,-70278],[1168988,-99732],[1167312,-105988],[1169012,206958],[1169527,206481],[1175788,210110],[1175355,209585],[1169638,220877],[1173264,19406],[1172593,22741],[1166103,259269],[1164955,286924],[1169415,281918],[1168109,284751],[1177021,289995],[1176037,289956],[1176638,284759],[1173096,290554],[1174208,290489],[1166540,302447],[1168104,306485],[1174617,294836],[1176401,297633],[1176928,306988],[1167160,28030],[1167489,29428],[1164863,535759],[1182899,-123487],[1181833,-123245],[1188693,-132770],[1185072,-131939],[1189430,-147431],[1185813,-145691],[1177878,-159528],[1178597,-158664],[1183092,-32037],[1182835,-28058],[1183668,-59365],[1187645,-60833],[1180182,-56334],[1178499,-60788],[1178610,-80610],[1179354,-83637],[1185036,-101971],[1185366,-101761],[1183607,-94094],[1186112,-94939],[1186067,-103085],[1180725,-111495],[1181062,-110616],[1180705,-103337],[1179916,218307],[1180265,217844],[1182563,15358],[1184598,13066],[1179196,285669],[1182777,298102],[1189844,348302],[1189175,346954],[1183002,409192],[1185371,408159],[1189616,421188],[1187408,421347],[1188471,411630],[1185759,475770],[1182663,500353],[1181755,499740],[1182847,499798],[1196887,-108939],[1192497,-110574],[1201789,214246],[1200702,224974],[1197844,228423],[1199566,235406],[1197619,236288],[1196325,20085],[1196208,22160],[1199882,284137],[1198751,282906],[1190738,284461],[1190617,284126],[1195118,287934],[1194732,286864],[1197755,292161],[1197086,293150],[1199059,297410],[1200922,297165],[1195866,303807],[1198918,320552],[1199457,322712],[1200527,35214],[1197469,33609],[1192917,34274],[1193370,33204],[1192356,409738],[1199908,397853],[1199652,397691],[1190873,419791],[1192151,457584],[1202319,471246],[1196686,473935],[1202691,55207],[1203193,56707],[1201074,61516],[1199860,64526],[1207512,-19990],[1207188,-19270],[1206245,-16152],[1209799,-104226],[1210578,-104513],[1212759,5573],[1210961,174922],[1210688,177211],[1212145,212625],[1209885,210453],[1203837,213618],[1210006,22904],[1208080,271357],[1209860,270461],[1208605,285225],[1207617,287236],[1214401,289041],[1214753,288463],[1210478,293888],[1211058,295671],[1207145,304101],[1208887,305632],[1212566,306910],[1211296,303190],[1207834,31027],[1208356,31643],[1206556,31660],[1204474,33862],[1208631,70075],[1208945,73074],[1217262,-636],[1218369,-574],[1228615,12780],[1219708,12745],[1219072,162709],[1217440,161670],[1226236,221275],[1217902,240213],[1219994,237227],[1218822,13554],[1227913,28339],[1217941,35579],[1222975,34109],[1229944,132696],[1241562,135667],[1234140,156574],[1231672,155077],[1235264,192061],[1234991,192152],[1229174,220431],[1233394,16982],[1239099,278684],[1237376,279034],[1229840,27659],[1238904,564038],[1234054,109734],[1233437,106815],[1229954,127174],[1249767,12086],[1252513,10030],[1241836,135030],[1253747,135488],[1246225,190554],[1245213,190081],[1247045,210975],[1248059,211313],[1244579,228732],[1244760,228260],[1244688,270774],[1243998,271543],[1253027,44712],[1254079,42334],[1242855,566694],[1252146,107651],[1250280,110908],[1255533,135214],[1265476,195111],[1263338,194328],[1259530,15648],[1259470,18536],[1256265,19794],[1256488,18108],[1256581,258727],[1257171,260504],[1265324,263174],[1262526,273226],[1263043,273321],[1267063,284133],[1265709,55121],[1255977,113230],[1256680,113698],[1267674,138748],[1268113,135703],[1268827,264330],[1269453,283999],[1267956,56729],[1276047,60489],[1278940,59991],[1273076,74446],[1276073,76423],[1274161,92615],[1274087,93467],[1285006,139960],[1285106,139761],[1285903,137915],[1291709,253995],[1288618,253294],[1291823,256280],[1280392,258964],[1280314,259430],[1280890,58853],[1289789,101415],[1289127,100077],[1287975,102796],[418290,-10561],[421591,-15614],[412878,-26999],[417939,-39476],[414768,-39649],[420308,-46335],[418214,-66696],[435015,-7115],[431144,-17620],[426973,-18482],[427831,-17848],[431709,-23617],[432121,-21262],[431653,-23823],[426642,-43420],[443159,-19897],[447214,-28123],[443219,-29161],[447503,-28156],[442932,-45492],[435683,-47798],[440393,-44123],[446164,-43910],[441294,-75588],[437159,-75642],[445080,4306],[435355,508],[449149,-13545],[458456,-16893],[452521,-15195],[449158,-42283],[454887,-53355],[452393,-82494],[459786,-84627],[459918,-84291],[456120,-78825],[458941,-78242],[449406,5896],[448185,235],[461944,-18223],[465234,-27447],[465976,-37153],[461137,-33936],[461667,-26197],[471147,-85669],[470541,-87800],[469268,3500],[469478,3065],[461142,163263],[482932,-80455],[477745,-87847],[493581,8371],[506470,-31212],[505410,-45234],[501578,-38230],[502506,12105],[509733,9259],[508785,9451],[511644,16480],[505918,13521],[503571,15214],[506114,14370],[523258,-10548],[519895,-10563],[518674,-4979],[519081,-6673],[522185,-4830],[527884,-117717],[526880,-122792],[525425,-6870],[526387,-6196],[533393,-14651],[536897,-12747],[536236,-14947],[533462,-12904],[534004,-26199],[533903,-25933],[529622,-25972],[541100,-15831],[546699,-20157],[543833,-18582],[543146,-15575],[549732,-22021],[545068,-30248],[547092,-29705],[544090,-28453],[544913,-113670],[544802,-113628],[545629,-113472],[546030,-113347],[552599,-23056],[553011,-24341],[552118,-26075],[556398,-27718],[557334,-37511],[551852,-29600],[551918,-25543],[557830,6338],[558543,3835],[571809,-36974],[571188,-47492],[575260,-43500],[575004,-42424],[572722,-72422],[572017,-71717],[572743,-72524],[571674,-72244],[573905,-94731],[573635,-94621],[575917,-89673],[575094,272710],[574155,272865],[582569,-35338],[586099,-36234],[584404,-42910],[584504,-42672],[578631,-87870],[578483,-88315],[578491,-87510],[578365,-85817],[578246,-87316],[576015,-77549],[576148,-77904],[578252,278029],[577617,277384],[578948,278078],[578788,279067],[598715,-7382],[611092,-8663],[608215,-2696],[612892,-5578],[606021,6911],[608141,2601],[609248,6693],[625566,12842],[625775,12614],[624071,13288],[626498,18891],[651398,-6452],[650600,-1770],[644830,-4649],[657870,-9387],[663253,-2340],[658254,-5783],[660032,-3148],[660600,-14582],[656036,-16666],[658366,5404],[674045,-126436],[674295,-125076],[674557,-125228],[674777,-126027],[670521,-134096],[669740,-132355],[669934,-133680],[670373,-134512],[674914,-129235],[674340,-5513],[671792,-9229],[667501,-22418],[678149,-60006],[670370,-54307],[670277,-59336],[669699,-59386],[669987,-57825],[667878,-59053],[672796,-114805],[685001,-67825],[685104,-68119],[684394,-68567],[689675,-87692],[689532,-86383],[688024,-81702],[685904,-78067],[685079,-82484],[684944,-78396],[690806,-111477],[689356,-114994],[680495,-111109],[681787,-111459],[690625,-103586],[692984,-115766],[693478,-122676],[691232,-119435],[695306,-124031],[695017,-124244],[698100,-96992],[693999,-98834],[696476,-106010],[703832,-104861],[693823,-114060],[701687,-111413],[715270,-115129],[716179,-145427],[716563,-145459],[716669,-145702],[707673,-105526],[709405,-104226],[725309,-117063],[726209,-117552],[728997,-119932],[724460,-144246],[725121,-144824],[723751,-144927],[719159,-111332],[719036,-112891],[731276,-129375],[731500,-129636],[737116,-201145],[735892,-211904],[735995,-211961],[742589,-117905],[743399,-124595],[764233,-166646],[803885,-136681],[803959,-133739],[799377,-129470],[806202,-141924],[816089,-136055],[810279,-131882],[808586,-133425],[807449,-131144],[814291,-144559],[807643,-140905],[811881,-146262],[814961,-146001],[815078,-149641],[815091,-146099],[810180,-151050],[814040,-206516],[814076,-206515],[814389,-206383],[814470,-206290],[807353,280728],[808097,281626],[807282,281454],[806827,279637],[807946,279809],[807762,279604],[812296,289197],[810523,289821],[812567,290378],[812185,288105],[810862,290252],[811377,289404],[810850,289122],[810951,287930],[810639,288544],[811143,288014],[812143,287020],[811482,286925],[811752,286797],[813170,285760],[812030,286772],[811495,291376],[811810,291615],[811793,291411],[811034,291003],[810749,291028],[811427,290635],[813347,286561],[812968,288039],[812855,287695],[813118,287459],[812683,288059],[813255,287280],[813263,286383],[812443,287425],[812372,286971],[807566,281807],[824288,-134574],[826865,-146101],[830196,-146258],[824173,-142687],[825728,-141614],[823052,-152409],[823368,-150822],[830269,-156476],[830795,-160076],[828849,-159761],[830792,-177641],[830167,-178793],[830150,-178814],[831605,-186885],[826699,-184326],[826088,-188812],[827685,-189393],[826468,-188134],[830652,-191049],[827005,-181685],[829086,-189991],[829057,-189726],[828806,-189988],[828979,-190174],[831431,-183817],[831599,-183538],[831306,-184048],[831254,-183678],[830253,-179054],[830055,-179176],[828611,-197549],[825859,-198738],[824955,-201930],[825090,-194219],[825041,-193987],[825264,-194253],[834316,-148688],[837800,-152547],[832403,-145886],[836637,-162150],[834725,-159299],[832006,-168542],[833379,-172276],[842375,-168570],[841061,-166808],[841621,-182433],[841388,-182351],[841563,-182130],[841615,-182271],[841167,-182499],[841261,-182376],[832576,-179504],[832348,-184502],[833282,-190108],[833216,-190097],[832912,-190293],[832982,-190112],[832641,-190474],[832585,-190426],[832867,-189857],[832827,-189643],[832408,-189898],[836126,-186837],[836185,-186785],[835945,-187182],[836547,-187471],[849825,-170966],[845656,-172945],[869804,-175836],[867926,-177920],[877434,-118061],[877562,-118014],[877522,-118197],[877676,-118240],[877578,-118566],[873127,-128855],[873256,-128777],[873248,-128967],[873425,-128970],[873374,-129317],[872596,-150118],[872751,-150068],[872698,-150252],[872890,-150290],[872739,-150624],[870855,-175891],[877707,-178084],[877821,-178310],[877723,-178636],[877579,-178131],[877667,-178267],[871571,-175410],[871913,-175444],[872166,-175449],[871588,-175495],[872611,-167525],[873084,-167849],[872909,-167986],[872986,-167718],[872824,-167378],[870730,-179278],[871250,-181794],[871739,-182190],[871195,-182074],[876294,-182486],[876265,-182545],[876365,-182743],[876318,-182749],[871578,-188455],[871309,-188778],[871604,-188775],[876686,-110867],[876828,-110820],[876782,-111003],[876954,-111046],[876833,-111372],[888328,-117898],[888456,-117851],[888416,-118034],[888570,-118077],[888472,-118403],[893457,-127835],[893585,-127812],[893545,-127979],[893699,-128051],[893601,-128333],[883575,-164292],[883254,-164552],[895029,-171769],[894744,-171225],[894845,-171654],[894873,-171413],[885099,-59400],[886044,-58940],[886680,-58059],[884933,-58439],[885518,-57885],[885917,-57754],[884902,-60867],[884110,-59488],[884511,-59832],[884009,-60145],[883825,-61107],[884264,-60777],[884403,-62022],[884174,-61190],[883974,-62221],[883689,-67367],[884354,-66806],[884032,-69672],[884095,-69151],[883695,-68629],[884361,-67972],[884414,-67704],[884072,-64248],[884189,-64492],[884045,-64731],[883771,-64967],[884651,-113816],[884779,-113769],[884738,-113952],[884892,-113995],[884795,-114321],[889017,-106426],[884883,-104606],[884947,-104883],[896637,-147741],[896765,-147706],[896725,-147883],[896879,-147941],[896781,-148246],[903037,-154123],[902784,-153888],[903100,-154016],[903023,-160561],[902920,-160325],[902552,-160312],[902232,-160266],[896306,-158874],[896187,-158736],[896362,-158566],[909734,-107909],[910047,-107422],[909926,-107473],[910317,-107201],[910355,-107576],[925269,-131122],[925171,-131189],[925532,-131237],[923285,331488],[923565,331635],[926591,329940],[926664,330623],[947071,153498],[946381,153440],[946696,153699],[942243,166017],[944965,164093],[942834,163610],[942552,164074],[942353,164978],[945159,163695],[943774,160764],[943518,164124],[943268,161012],[942120,162754],[943210,163313],[943383,163947],[942821,163600],[942907,163589],[942342,162998],[944296,164558],[946306,165011],[946858,164116],[944233,164479],[945277,164586],[945838,163807],[945836,163997],[945554,163754],[946552,165073],[947113,166284],[945844,165914],[946099,166024],[945928,166281],[945957,166139],[944255,165187],[945572,166304],[943409,166038],[944650,165252],[943854,165924],[944420,165898],[943883,165473],[943930,165923],[944235,165918],[944754,165081],[943540,162878],[943242,163076],[943414,163295],[943074,162377],[943404,162884],[943428,162788],[944774,165998],[945097,165625],[945039,166080],[945226,166414],[944878,165663],[945402,166062],[943527,159088],[943803,159015],[942930,158691],[943304,158833],[944121,159204],[943825,158671],[944502,157537],[943768,157907],[944070,157772],[944261,157325],[944358,155833],[945301,156621],[945169,155884],[944716,156496],[944559,156602],[945433,156521],[942528,160882],[942344,161147],[942707,159917],[942367,160949],[942657,160939],[944787,163668],[945889,163824],[945387,163400],[945243,163444],[944578,163521],[944598,163682],[946744,163582],[946653,163681],[946425,163122],[946444,163140],[946439,163145],[945063,162016],[944999,161910],[944951,161851],[945153,162075],[944939,162173],[944589,161117],[944851,161004],[944547,160940],[945626,158628],[945526,159024],[946325,158777],[946177,158461],[945551,158861],[945732,158366],[945488,154974],[946198,154337],[946225,154913],[947097,155040],[947049,155523],[946808,154590],[947027,154546],[946741,154573],[946930,154622],[946744,154572],[946627,154401],[943368,166594],[946877,167128],[939128,452934],[950119,-116489],[950226,-116025],[956199,-115140],[956788,-136419],[957420,-138143],[955917,-114929],[954691,138886],[954568,135537],[956061,137777],[959220,135376],[957852,139160],[953665,153458],[953791,153693],[952726,152366],[952548,152109],[952777,152319],[952390,153424],[952334,153523],[952392,153234],[952667,152846],[952541,152725],[953194,153321],[947651,153534],[947268,153461],[954847,146931],[954740,146641],[954077,147001],[956699,152584],[957032,152259],[955695,152232],[948551,149699],[956236,141800],[956276,141558],[958042,164549],[957920,165572],[957810,164606],[957133,166413],[957150,166427],[957267,165874],[957356,166020],[947637,165729],[947298,165794],[947464,166064],[948782,165481],[948540,165515],[948849,165222],[949433,165909],[949859,165654],[949947,165704],[949376,165830],[949529,165925],[955322,164708],[955490,164534],[957250,162320],[956721,162371],[956739,161637],[957223,163017],[956944,162487],[956730,161677],[955851,162172],[955674,161494],[956015,161395],[957246,163027],[957934,164551],[957446,163318],[957555,163600],[957435,163244],[957955,162608],[955963,163768],[955740,163595],[955495,162798],[955295,163564],[955963,163594],[955171,162778],[953819,156099],[953772,156069],[952725,154898],[951921,154086],[952003,154094],[952585,154102],[953251,154243],[952668,153905],[953258,154579],[953132,154172],[953106,154062],[952883,155387],[953516,154602],[953950,154140],[953184,155244],[953594,154754],[953365,154989],[953809,155446],[949127,155502],[948713,155194],[948496,155175],[948844,155306],[948282,155027],[949906,154921],[949709,154739],[950033,155258],[948427,154350],[948585,154885],[949495,154104],[948662,154313],[947948,154616],[948182,155288],[947970,155202],[948222,155097],[948797,154411],[948789,154248],[948898,154378],[948868,154393],[948922,154542],[948828,154575],[956757,166715],[956958,166764],[957322,174178],[957037,172872],[957162,174087],[957256,174192],[956389,172433],[956301,172174],[956403,171576],[957424,172339],[957543,172196],[951584,169288],[949187,170015],[951376,169743],[950463,170227],[949693,170793],[949239,171351],[948960,169985],[948340,170632],[947628,169796],[950648,169906],[948138,169677],[948744,170331],[947822,169462],[947694,169911],[948278,173446],[947577,172979],[947454,173521],[948310,172444],[947582,174068],[947888,174211],[947368,175607],[956290,174486],[956744,175211],[957466,174666],[956814,175118],[951630,173251],[953373,174469],[953360,172938],[951831,174674],[954319,173374],[952241,177226],[952072,178497],[951759,177844],[951911,178190],[953015,178242],[951877,178679],[951114,178305],[950653,177744],[950632,178902],[950812,179016],[952138,179262],[951610,179363],[953789,177022],[954537,176797],[953939,177320],[949190,167562],[949619,167629],[948824,167509],[950131,167209],[948540,167181],[949765,167245],[948509,166967],[947717,166770],[948259,167120],[947337,166709],[947430,167060],[947341,167216],[951650,166987],[951716,166938],[951331,167097],[951360,167099],[951490,167666],[951575,166979],[953439,167801],[953611,167760],[953415,166921],[953386,167252],[953672,167628],[953691,167550],[950342,191664],[954384,190606],[954766,190771],[954493,190998],[958715,184600],[956664,184740],[957652,184809],[957639,184301],[959256,184881],[958975,185174],[958303,184775],[958084,184429],[959371,185405],[959028,185366],[958210,185218],[958475,187820],[957469,187916],[958118,187888],[958430,188147],[959031,188257],[958513,187962],[959327,187771],[951368,189360],[951971,188148],[952782,187912],[952010,188250],[952218,187091],[951430,184121],[947898,183125],[951326,183969],[948314,183958],[949877,183400],[950965,184550],[949932,183103],[950608,184282],[948173,183395],[948988,182489],[951425,183950],[951485,183975],[950656,183858],[953685,180755],[956932,181321],[958057,179555],[955361,180442],[957218,179641],[956189,179665],[958454,181526],[958288,191650],[957533,189769],[948526,191718],[955497,196834],[956384,195954],[955436,196745],[956436,196554],[956628,195344],[958676,196827],[958289,196691],[959303,196434],[958629,196715],[958798,197368],[959440,197911],[959805,197433],[959090,199771],[957944,199232],[959037,199427],[959051,198033],[957964,197807],[958198,198947],[957887,198314],[959223,198496],[958797,199796],[956152,197410],[955690,196514],[956053,197172],[956099,198113],[959519,194069],[959968,202101],[948856,193664],[949236,192933],[949038,193333],[950410,195412],[949428,194469],[949935,193966],[949507,193340],[950270,195131],[951772,193961],[950818,195599],[951441,195248],[950671,193865],[951697,194738],[951037,194660],[955354,192900],[954333,194252],[953483,200572],[954035,201044],[955959,198832],[958712,192535],[958940,192450],[958487,279064],[953956,283630],[955443,286197],[954923,286520],[955133,286136],[958895,292792],[957698,497521],[959346,497277],[959026,497129],[953673,505773],[954099,509286],[968692,-145897],[970913,-148206],[971852,138893],[972467,139311],[960238,136844],[972571,148175],[972252,148437],[970284,151741],[970473,151330],[971831,151550],[970081,150452],[963357,146050],[962375,145089],[962978,144205],[962464,152115],[963999,150751],[964583,148969],[967327,142906],[963862,164937],[964042,166079],[963738,164158],[963568,165280],[965069,163881],[965040,164869],[960373,164176],[972643,155936],[971818,156195],[971021,155685],[970758,155543],[971987,156598],[971722,156859],[971698,156082],[970822,155307],[971331,161271],[971698,160542],[970991,161092],[971401,160949],[969902,162655],[970098,162375],[970476,162725],[966241,166327],[971376,175617],[971255,175373],[970779,179004],[966482,170592],[962153,169700],[961377,170886],[961414,170361],[961198,169543],[961784,168804],[961563,169646],[963118,168782],[961576,167685],[961341,166791],[960917,166778],[963069,178879],[965035,173526],[961901,178440],[963532,177268],[962737,177620],[963378,177945],[964151,177468],[963624,178048],[964313,178509],[960592,177163],[961396,177179],[961372,177607],[961129,177635],[960049,177427],[962143,177868],[960993,177478],[971119,174217],[966679,175300],[965977,174592],[964716,171694],[970931,168607],[971020,167868],[970815,168149],[967062,168069],[968230,167906],[967140,168270],[967116,167717],[967008,168505],[966274,167104],[966512,166672],[967345,169221],[967063,168548],[967859,168597],[968528,168994],[967887,191046],[968565,191183],[968417,190976],[968020,191112],[966465,189748],[969085,188309],[964107,190846],[962219,191675],[960437,191809],[972725,188034],[966357,180098],[966721,180967],[966834,180959],[967122,181702],[966358,180703],[966820,180774],[966289,184214],[967042,181943],[968101,187153],[967445,186405],[968289,186355],[965715,187600],[963675,188749],[964514,188578],[964340,188575],[963607,189543],[966162,181906],[964689,181505],[965378,183781],[966033,181485],[965962,181105],[965526,183201],[972142,183341],[972692,183656],[970387,183696],[971246,187665],[970741,188532],[971285,186321],[971067,186679],[970913,187035],[960505,181533],[960010,180777],[961979,180121],[961522,180037],[960465,197945],[961069,198969],[962718,200173],[962042,199521],[962878,199963],[962780,200065],[962138,200308],[962698,199884],[963207,201152],[963117,201983],[963571,202165],[964728,202090],[962457,201263],[962281,200967],[967173,192834],[972372,196013],[972127,194958],[972444,193702],[962665,192390],[962015,192794],[961552,192625],[961957,192327],[961289,192469],[961207,193136],[961186,196020],[961548,196844],[961804,197046],[961136,203195],[960130,202269],[960440,202232],[967804,194372],[966130,204655],[966612,192867],[966529,195159],[965543,195372],[964960,195263],[964489,199261],[965196,197223],[966763,198345],[967028,198635],[966922,198594],[966618,201729],[966530,201877],[966055,201456],[968065,203382],[970921,200527],[969434,198739],[968895,199717],[968650,199338],[968158,199331],[968200,199203],[968638,199529],[969035,198786],[968153,199241],[969774,195799],[969983,194854],[969914,202846],[968972,203305],[969359,203178],[966476,199216],[966224,200024],[964416,194455],[963862,195039],[963897,195149],[968933,214296],[969222,213454],[969501,214446],[969255,213958],[969590,213947],[969666,213154],[968624,214320],[968202,211066],[969375,211252],[968461,210345],[969218,208806],[968730,216359],[969462,215865],[967934,205524],[971667,212867],[972680,217146],[972718,217644],[971746,213582],[970287,221050],[968041,219976],[968103,220291],[967738,220621],[967508,221511],[968137,222306],[971156,222205],[969327,220620],[971701,222289],[971266,221928],[971566,222136],[971932,222413],[971743,222661],[971293,221610],[971638,222661],[971699,223445],[971943,222263],[970594,226464],[969509,226763],[969415,226641],[969910,229558],[969699,229965],[969496,230218],[969551,229634],[970813,229316],[971965,230303],[972127,228362],[971686,229893],[971702,228414],[972026,229898],[965337,220950],[965410,220173],[963908,220540],[964411,220878],[972739,219746],[971198,235530],[971342,236095],[971505,237270],[970877,239750],[969547,237661],[970355,238530],[970094,237786],[970791,236828],[970851,238250],[970749,242064],[971113,242308],[970679,241497],[970846,242562],[971216,242774],[969508,236021],[969644,236047],[965529,238410],[966845,242102],[965947,240681],[968055,240324],[967561,241728],[966391,241068],[967678,242660],[968885,244512],[971251,249489],[969584,246106],[968748,247973],[971723,248643],[969110,247406],[968540,248031],[972303,246075],[971293,248273],[971581,247295],[963776,277742],[961661,486058],[962974,477801],[964647,486730],[964864,486741],[965375,487060],[962786,501511],[962764,501309],[965038,120199],[967275,116776],[965464,120791],[964869,117616],[979589,-165648],[984399,-159342],[982116,-161029],[979537,-167823],[981467,-187484],[981691,-185111],[984824,-184426],[984650,-184109],[984965,-183989],[982525,-186709],[982773,-186912],[982651,-186547],[982368,-186712],[979492,140249],[983666,133151],[983158,131501],[984771,131946],[977687,152901],[978631,151970],[978260,148625],[978858,150111],[977491,148937],[978479,141746],[978877,142063],[984650,158276],[984788,157389],[984713,159308],[985278,157867],[985213,158416],[981200,163574],[981653,157722],[981057,157690],[980743,156924],[981694,157227],[981125,157486],[981429,156946],[980729,156429],[977490,158344],[975818,155603],[975896,155601],[975879,156362],[976763,155721],[975824,155295],[976796,155791],[975999,155983],[973406,155486],[973694,155360],[973972,155677],[973277,155663],[973677,156114],[973516,156927],[974138,155850],[974254,161183],[973675,160527],[977650,162062],[977395,162439],[977788,160767],[977552,162981],[977617,162262],[977117,162601],[979177,161462],[979104,162476],[979170,162105],[979944,162095],[979448,163046],[975483,176007],[975625,174193],[975213,173943],[975160,174164],[973738,173714],[974035,174716],[973808,174403],[974026,175040],[974179,174918],[974118,174296],[974055,174498],[973110,177268],[973026,177215],[973485,177137],[973386,177900],[977965,168395],[973471,175232],[984010,167068],[976800,166797],[977934,167973],[977153,167285],[974564,169975],[973854,187374],[973442,187157],[975443,186961],[974933,186528],[975700,186757],[973109,189301],[977234,187515],[978554,187196],[976591,185234],[976067,182643],[977551,183411],[975681,182535],[977824,183735],[975386,182214],[975465,182357],[974831,182585],[975856,182118],[976043,182055],[976931,182817],[973530,180516],[983350,192044],[981972,191939],[981603,189790],[978328,183894],[977921,184927],[979188,183156],[979597,182868],[981059,187924],[981655,189014],[979109,187468],[980498,188039],[979460,187490],[975125,189079],[974470,189599],[974326,189723],[975699,191093],[974985,190350],[972943,184220],[973260,183958],[973381,181935],[981594,179691],[981389,179833],[974281,201855],[974386,202144],[975516,202520],[974674,200022],[975260,200728],[974671,200780],[974447,198772],[973435,199193],[973419,195573],[973216,194365],[983415,200985],[983518,200008],[984044,195281],[981923,196051],[982895,196617],[982640,196270],[982565,196409],[982680,196605],[982920,196145],[981954,194836],[982714,192468],[982937,192856],[983896,203795],[981588,203516],[983536,204019],[976772,196012],[977471,195327],[975850,193308],[976462,193041],[985401,198573],[980099,203082],[977527,200258],[977632,199952],[976847,199981],[976669,199862],[975640,202007],[984235,216210],[984023,210394],[976820,211452],[976689,211683],[977204,211628],[976827,212140],[977048,212224],[976154,214997],[976385,214731],[976204,215426],[976629,215481],[975877,214851],[976473,214573],[979875,209812],[979967,209044],[978581,210987],[979576,211305],[977690,209350],[979907,211661],[979841,209021],[979768,209473],[979762,207831],[979949,207850],[981349,213009],[981438,213134],[980596,214430],[980750,213137],[979979,214375],[981344,213236],[979959,215597],[976139,217155],[976586,217448],[976348,216914],[979090,211085],[974623,206448],[983438,208387],[975164,211995],[973142,213746],[974288,211461],[974814,211909],[974932,212891],[973734,213292],[973241,214051],[973108,210164],[982900,224332],[985515,222796],[985450,221560],[985501,222806],[984776,221714],[984140,219122],[980943,222478],[984469,218849],[984251,219970],[982699,221471],[980302,219437],[980193,219092],[980317,218506],[980245,219505],[980416,218687],[980738,220757],[980956,221120],[981004,221782],[976814,224085],[977576,224090],[977808,222229],[978429,223112],[977613,223545],[977093,219578],[976959,218452],[977397,220395],[973980,223778],[973276,228428],[985321,227482],[982677,228185],[982911,228321],[982856,228620],[983504,228632],[982905,228645],[982831,228610],[984516,226908],[984005,226356],[980574,227915],[979056,226604],[980252,227538],[980103,226839],[975401,223664],[973591,223820],[974221,224000],[974703,221555],[974573,221875],[974775,220881],[973616,221626],[974392,221315],[974292,221659],[973195,221552],[973303,219445],[973045,219037],[972988,219156],[984373,242623],[980200,240871],[979430,242997],[982783,242488],[982681,242568],[982558,242542],[982600,242539],[983081,242979],[978831,235011],[985120,233506],[982772,232132],[978999,232291],[979880,232975],[979945,232533],[979166,232773],[981323,231495],[981685,238365],[982358,238629],[981841,238876],[983685,248588],[983917,248587],[985279,245349],[985014,245118],[984652,245317],[983298,244200],[983276,244536],[985200,244654],[982079,245024],[981499,245232],[981284,244860],[981205,244770],[981268,245346],[980520,245171],[981073,245566],[976438,247821],[977577,248675],[976638,248263],[977017,248373],[977333,248287],[976618,248179],[976989,248173],[979287,244796],[977583,243996],[979368,244457],[978596,246016],[978990,245017],[979254,249026],[979767,249415],[979503,249487],[980502,252371],[983037,253556],[985197,252123],[984946,251712],[983124,252086],[983470,252460],[982344,276379],[978070,278990],[981070,272596],[978878,270728],[977003,320068],[978526,319265],[979117,321049],[981111,320780],[976703,392161],[976893,392020],[977061,524270],[976442,523258],[976718,523429],[976083,523357],[974118,525550],[974528,525413],[983810,535147],[984068,535091],[983865,535343],[974748,525477],[982800,125271],[983059,124754],[981602,126233],[975287,120079],[979943,122883],[974045,122948],[981524,125527],[988630,-160099],[989774,-161207],[988241,-162666],[990650,-169032],[991628,-167834],[987163,-177149],[987229,-176914],[987427,-177020],[985828,135763],[990317,135891],[991486,135508],[986577,152865],[987465,153788],[997533,151219],[998186,149700],[994382,144421],[997265,146674],[986747,144510],[988377,144647],[986632,149016],[987384,149516],[985937,157341],[986041,157561],[986111,154209],[987542,154047],[986958,154276],[986990,154235],[986906,154372],[995762,164397],[995215,164664],[998223,156092],[990741,168627],[990627,168913],[998042,179390],[997938,172842],[997973,172622],[997856,171959],[986606,191811],[994192,204836],[993222,199380],[993987,200166],[990016,205742],[990687,216818],[990815,217125],[991084,217629],[990810,216707],[990373,216999],[991068,217665],[994300,205246],[996879,215779],[985855,222207],[986324,222703],[986316,222552],[986133,222622],[985873,222490],[986314,222503],[998291,228689],[998217,228096],[998235,228298],[998067,227737],[998219,227386],[995417,229785],[995374,230214],[995949,228898],[995958,229592],[995595,229869],[987622,228387],[986545,228886],[987360,228218],[986731,229352],[987282,228415],[987032,228747],[985788,228883],[986308,225871],[985828,225786],[986367,226178],[986220,226738],[990502,229787],[989634,229092],[990972,228499],[991593,229062],[991844,229185],[990754,228839],[987697,221116],[987286,221097],[987231,220288],[987168,221218],[993601,227894],[994431,227572],[993813,227123],[993306,227568],[995534,232299],[995896,230813],[996184,232077],[996177,242995],[992416,242251],[993445,242157],[993772,242940],[991927,241040],[991490,240769],[991319,240963],[989530,237104],[988492,236879],[988371,237933],[990105,234778],[988607,236523],[989986,234495],[989638,236510],[988321,236071],[988373,235461],[988316,241713],[988229,241294],[988314,241250],[985801,242722],[988542,233921],[989179,233091],[988051,234098],[989147,233089],[987933,232571],[988654,232129],[990372,232862],[993938,237449],[992509,237445],[993451,237320],[992545,237679],[993108,237847],[993674,237127],[990737,239601],[989573,239598],[990879,239490],[995716,234641],[995510,234992],[995746,235847],[995450,235746],[995122,235102],[995730,235167],[995473,234959],[992280,235656],[993248,234876],[992741,235142],[992325,233449],[998334,237847],[985960,243345],[995845,243736],[996035,244240],[995803,243712],[996444,243844],[995860,244044],[996169,244333],[988791,244634],[987087,244192],[986225,243766],[992940,247757],[990121,249363],[992205,247993],[990772,249197],[992512,246196],[992164,246103],[995476,246931],[995556,247245],[997042,248087],[997403,243674],[997651,244067],[997030,243945],[997125,244202],[997042,243957],[997274,244460],[995380,253684],[995556,252278],[995657,251906],[994638,253402],[995587,252010],[995709,253358],[994427,253364],[993492,250583],[993158,251131],[993374,250898],[993675,250735],[988171,255332],[986677,246932],[992014,255761],[993063,254171],[993820,250489],[993059,250826],[997975,316897],[992594,392655],[989483,492747],[986088,126682],[986137,126275],[987221,128020],[1008400,-163481],[1007246,-161240],[1006073,-160519],[1005102,-162751],[1008163,-167695],[1008957,-163809],[1009365,-163721],[1008763,-164094],[1009278,-163612],[1008449,-162010],[1008742,-162233],[1005030,-154942],[1004828,-154978],[1004788,-155088],[1004987,-168260],[1004930,-168394],[1005535,-168367],[1002726,-173077],[1002968,-173050],[1004632,-171430],[1004197,-171878],[1004884,-171548],[1004472,-171521],[1005826,-19180],[1005138,-18528],[998547,148983],[1001138,152659],[1000499,152386],[1010674,166573],[1008732,166370],[1008999,164274],[1008408,164914],[1009843,164144],[1009909,164749],[1009853,164218],[1008283,164946],[1009323,165063],[1008059,164278],[1002726,166556],[1002666,165894],[1009471,160591],[1009243,160817],[1008197,161586],[1009252,160787],[1009067,161893],[1009433,159947],[1008866,160690],[1008621,161127],[1008998,161953],[1008586,163868],[1008683,163357],[1008706,163840],[1007527,163833],[1005559,164498],[1004673,165050],[1004306,165230],[1004593,165043],[1005013,164110],[1005292,164550],[1004854,164396],[1002341,163320],[1003247,163534],[1002268,163136],[1001968,163774],[1002102,164057],[1002699,163372],[999763,164135],[999631,162766],[999876,163088],[1008301,154757],[1008123,154253],[1008308,154697],[1001330,154222],[998740,156141],[998638,156601],[1003291,154753],[1003678,155393],[1003011,154857],[1004601,160826],[1004729,160865],[1005592,160730],[1007629,163830],[1007786,163662],[1005080,162847],[1005334,162660],[1006327,163689],[1009679,173873],[1010321,167860],[1009882,167259],[1009270,167884],[1008922,167998],[1008631,167722],[1001697,178457],[1001886,179212],[1001735,179163],[1001451,178710],[1003187,179211],[1003390,177035],[1003307,178908],[998764,179032],[999940,178397],[999840,178266],[999747,178596],[1006138,175759],[1005972,175690],[1005284,176027],[999868,173571],[1000067,173645],[999531,173199],[999997,175776],[999734,176127],[999690,176390],[1005492,167991],[1005412,167457],[1006849,169041],[1006926,168823],[1006826,168779],[1002311,172904],[1002320,172690],[1003076,173103],[1002945,173402],[1002839,173472],[1004499,171616],[1004985,170936],[1004200,171024],[1003387,166777],[1003651,166711],[1002393,166628],[1001590,169921],[1000206,168121],[1001297,169045],[1008713,166752],[1009263,176982],[1009572,179104],[1004658,166912],[1007449,183372],[998430,179436],[1008911,191000],[1010886,179949],[1005054,180880],[1004379,181606],[1005072,181178],[999474,186551],[1002008,187496],[1002093,189052],[1005483,197839],[998549,192441],[999712,194792],[1006375,209451],[1000307,206111],[1002613,229540],[1003086,228955],[1000463,228261],[1000704,228540],[1000788,228425],[1001059,228682],[1000799,228096],[1000691,228613],[1001024,228661],[998674,228833],[998640,229042],[998822,227490],[998719,228341],[1001605,221305],[1000812,223177],[999355,220886],[1000981,221407],[1001303,220817],[1000613,221402],[1001250,220631],[1000634,220906],[1001446,220218],[1003045,222465],[1003152,222621],[1002010,222685],[1002779,222935],[1001959,222583],[1002370,222063],[1001678,225805],[1002364,226726],[1002512,225642],[1001890,226424],[1002577,226751],[1006928,229557],[1007457,229301],[1007023,230046],[1006345,229650],[1007091,229896],[1003152,227940],[1004204,227639],[1003843,228048],[1003851,228302],[1003174,227209],[1003907,228109],[1004242,228025],[1011183,227021],[1010587,227421],[1011124,226912],[1002853,230683],[1002759,231391],[1002621,233388],[1002113,233625],[1002545,233484],[1002140,233923],[1001408,233250],[1001595,233697],[1002120,233974],[1001116,234478],[1001138,234972],[1000015,236979],[1000634,237097],[1001377,235124],[999091,237845],[1005720,233878],[1007503,230787],[1010358,235979],[1010019,235127],[1010628,235635],[1009919,235637],[1005101,233895],[1005511,233953],[1011015,240017],[1005620,238268],[1005417,235777],[1008806,240078],[1008125,239746],[998974,238896],[999907,240421],[998629,244273],[1000040,245982],[1000208,245938],[999756,245334],[1000577,246725],[1001671,248593],[1001037,247076],[1000676,247215],[1000935,247752],[1001598,249340],[1000667,250028],[1000716,249362],[1000860,250039],[1001047,249687],[1001163,249574],[1000969,249493],[1002531,244761],[1002474,245694],[1002399,245578],[1005341,249764],[1007130,253124],[1006408,253171],[1008638,254859],[1007476,254065],[1007654,254924],[1006932,253603],[1008423,254695],[1008720,253808],[1009641,254080],[1008956,254552],[1009172,254906],[1009185,254618],[1009217,253676],[1011143,254203],[1010587,255883],[1008790,250180],[1009450,251302],[1010278,247041],[1009112,247229],[1010821,246938],[1010608,247266],[1010103,247217],[1008760,246763],[1010022,248493],[1006563,246700],[1004921,246008],[1004718,245621],[1005277,246001],[1005276,246099],[1005362,245684],[1005032,245246],[1001955,243897],[1002716,244967],[1002136,244103],[999919,251886],[999921,249995],[999929,251305],[999697,251559],[998942,252316],[999362,252213],[998559,252003],[1007376,256133],[1006640,255263],[1006923,255678],[1006805,254983],[1006956,255788],[1006285,254627],[1004224,252247],[1004022,252575],[1004292,253055],[1006771,253426],[1004855,257009],[1003312,257830],[1005414,264350],[1004260,264017],[1004615,262787],[1006271,261132],[1010813,268878],[1009284,262421],[1009554,263672],[1010642,263832],[1006815,318030],[1000292,318558],[1003947,314251],[1001200,526067],[1001873,526843],[1002496,103769],[1016792,-109780],[1018840,-109729],[1019097,-109772],[1023856,145935],[1017107,161654],[1016671,161656],[1022565,186802],[1021300,187121],[1013220,207412],[1012730,226091],[1013996,228615],[1012345,226247],[1013549,225917],[1014137,226344],[1015763,224597],[1015873,225253],[1016666,225545],[1017895,226133],[1016253,226360],[1019782,226987],[1021417,226476],[1023484,225952],[1022837,226471],[1023052,226383],[1023194,226524],[1019250,226877],[1019262,226868],[1022273,226901],[1019939,227428],[1020581,229742],[1021174,229808],[1020824,229994],[1021298,228726],[1020517,229645],[1021369,229005],[1013295,230113],[1019813,231983],[1019337,231368],[1019380,231286],[1019551,230836],[1020652,231083],[1016532,233146],[1017478,233273],[1017299,233186],[1016726,233072],[1016931,232695],[1016376,232576],[1017413,232430],[1013903,235427],[1014384,234274],[1014797,235634],[1012552,239073],[1012343,238963],[1011780,239047],[1012104,239264],[1012421,238517],[1012160,239321],[1015301,236869],[1015081,235763],[1019224,238751],[1019505,240442],[1022075,240018],[1023392,238626],[1022693,239255],[1020677,238247],[1023751,238924],[1022927,236518],[1022107,232639],[1011569,255373],[1011423,255218],[1013234,255605],[1013885,256058],[1013633,256160],[1011639,251163],[1011656,251410],[1012282,249555],[1012400,249432],[1012395,247152],[1013714,246501],[1011689,249443],[1013331,246606],[1013282,247272],[1014076,246980],[1018904,251263],[1018927,250210],[1018165,248547],[1015390,247834],[1020050,250254],[1020717,244783],[1012642,268862],[1014175,261402],[1016476,260122],[1013791,261693],[1015943,260660],[1013211,275224],[1023936,279820],[1023565,279393],[1020397,283741],[1018281,376450],[1017178,377524],[1017278,511867],[1029647,-123534],[1030080,-125588],[1029554,-123632],[1029092,-131382],[1030517,-131413],[1031250,-132854],[1036508,-163449],[1035655,-165066],[1034056,-176744],[1035789,-176846],[1035420,-175209],[1032388,-180146],[1027193,-107608],[1025799,-106993],[1025866,-106908],[1032138,-110089],[1030751,-109256],[1033400,-109157],[1026371,151132],[1027619,146658],[1026552,146768],[1025801,146702],[1027552,143560],[1034381,141078],[1031908,157330],[1027202,158142],[1025922,154091],[1024144,154544],[1033095,224184],[1034432,223899],[1033088,223954],[1034242,224638],[1033028,221276],[1036274,228876],[1036354,228781],[1030721,229814],[1030463,229316],[1030752,229255],[1031282,230120],[1030744,229216],[1032315,227103],[1031551,227147],[1031392,227864],[1032113,227371],[1028603,225591],[1029733,223322],[1027351,227226],[1027668,226395],[1027208,226620],[1027552,226832],[1027781,226895],[1027677,226378],[1026315,228158],[1025285,229437],[1025085,228675],[1024862,228545],[1026081,228747],[1024166,238682],[1025461,236736],[1024694,236117],[1028374,236317],[1031492,236941],[1030177,235036],[1030939,236427],[1031063,236038],[1030904,235322],[1030826,236252],[1032501,237714],[1033137,236901],[1032491,237841],[1034429,237380],[1033821,236599],[1035810,236864],[1035885,237244],[1033697,231004],[1033794,230640],[1034372,231054],[1033963,230683],[1025867,231506],[1027576,230803],[1026002,244178],[1025596,244091],[1027721,245187],[1028727,249707],[1029397,247654],[1028587,249245],[1031276,281509],[1048222,-131274],[1046309,-129517],[1046095,-129513],[1039055,-152198],[1039437,-151795],[1040363,-151171],[1043511,-166040],[1037238,-163311],[1042921,-172611],[1043536,-173514],[1042348,-172529],[1043848,-169884],[1043755,-170785],[1043073,-170128],[1043561,-170371],[1043043,-169724],[1043142,-166952],[1042957,-167261],[1036897,-170732],[1037513,-171191],[1036828,-169973],[1046916,-190172],[1046924,-189877],[1047035,-189624],[1040204,-191504],[1040795,-191592],[1040870,-191902],[1045015,-107267],[1046792,-106884],[1044757,-106332],[1037837,138519],[1040787,145963],[1039955,141035],[1042010,142386],[1043465,142123],[1047022,143194],[1044175,144621],[1043159,186919],[1044604,187077],[1049170,183494],[1045660,187546],[1038247,197562],[1040709,227349],[1040906,227390],[1043346,230380],[1040693,229904],[1040080,230565],[1040381,230557],[1039633,229787],[1040298,230314],[1046931,223606],[1046089,224619],[1046688,223045],[1045886,227005],[1046492,230274],[1047399,230442],[1049109,230307],[1037012,237226],[1038342,236692],[1040416,235921],[1038514,233193],[1037645,232890],[1044947,232478],[1045484,232059],[1048897,230804],[1048381,231262],[1043350,230763],[1059868,-131141],[1056705,-127862],[1057751,-129912],[1052280,-133754],[1053907,-131127],[1054031,-131560],[1057230,-137770],[1057230,-137476],[1058242,-137979],[1055052,-106698],[1055119,-106071],[1057114,-105190],[1059821,156079],[1059026,154485],[1060247,154915],[1059181,154706],[1061083,182367],[1059818,216596],[1059999,217143],[1060251,215893],[1061974,214791],[1051815,228973],[1051507,227360],[1050958,228982],[1051188,228599],[1051756,228308],[1051604,230270],[1052320,230156],[1051825,229269],[1050803,229947],[1052564,223466],[1051931,222861],[1053118,222763],[1053346,222202],[1052597,218105],[1052293,218514],[1060701,557152],[1060893,556571],[1064615,-138937],[1066656,-139147],[1065087,-138668],[1063608,-111636],[1063710,-113177],[1063639,-111746],[1069245,-108832],[1071907,-110543],[1069621,-107614],[1073832,-108697],[1066886,153613],[1068488,152295],[1067153,152791],[1072924,158935],[1066693,166589],[1074185,163633],[1068675,156233],[1070375,154747],[1064694,158318],[1064545,157051],[1065106,155065],[1070589,167209],[1064258,175045],[1071048,167982],[1073567,172612],[1075156,172115],[1074667,189443],[1063173,186607],[1073339,196231],[1072978,196284],[1072110,195191],[1064229,221495],[1069441,554751],[1085478,-100945],[1076619,-106816],[1077507,-107339],[1082128,-103628],[1080140,-102711],[1075353,174044],[1075689,190762],[1076067,190207],[1077042,554753],[1076786,554987],[1076387,555448],[1076942,555948],[1099970,-125987],[1097817,-126340],[1099998,-128195],[1100415,-138305],[1093523,-150841],[1093381,-149386],[1093056,-150649],[1092028,-143235],[1091824,-142499],[1092850,-142421],[1100249,-98051],[1093567,-100108],[1096170,-99183],[1096110,-107492],[1097533,-107064],[1099146,-106556],[1103602,-139062],[1106344,-129893],[1106164,-131591],[1106721,-131740],[1101817,-142210],[1104668,-140701],[1101838,-142532],[1104893,-141076],[1102334,311375],[1118611,-135300],[1118168,-136158],[1117934,-136106],[1114243,-75315],[1119916,-76239],[1126200,-80279],[1124887,-79313],[1116285,-78698],[1124483,-103563],[1124764,-104160],[1120934,-113359],[1124190,-109822],[1125499,-108349],[1127279,-116810],[1128520,-115217],[1130559,-117821],[1128814,-133593],[1130677,-135649],[1133990,-133801],[1127001,-145651],[1128209,-146116],[1129717,-146173],[1133572,-75505],[1127094,-78185],[1128609,-88335],[1133699,-83206],[1137210,-77140],[1132111,-85040],[1127771,-89698],[1127402,-101726],[1136736,-100939],[1135926,-101449],[1138306,-103507],[1137523,-113924],[1135421,-109388],[1133295,-109293],[1138744,266370],[1136616,270544],[1137379,269616],[1138232,270095],[1134991,275818],[1135458,275760],[1135454,276297],[1138900,289388],[1137116,283909],[1137767,282976],[1144324,-10147],[1144272,-11816],[1142891,-10285],[1143073,-6483],[1142844,-6780],[1143144,-6656],[1148669,-109034],[1150564,-110516],[1147926,-110187],[1146928,-106316],[1148467,-104074],[1149823,-104259],[1144033,261477],[1149542,266612],[1150150,265918],[1147681,263919],[1146761,262582],[1145489,262244],[1142629,263151],[1140973,262236],[1144904,258351],[1141530,258093],[1148405,273521],[1146715,271585],[1151669,270119],[1151849,276751],[1146502,279001],[1146280,277213],[1145575,278571],[1142427,274473],[1143721,270277],[1149725,269189],[1143472,293664],[1141791,287502],[1142467,290983],[1143189,289856],[1140127,297507],[1142299,300925],[1145648,305574],[1141283,536765],[1145342,545630],[1163733,-161367],[1163179,-161064],[1159397,-111185],[1161217,-112539],[1160678,-111882],[1161465,-103530],[1161851,-102508],[1161512,-106786],[1162433,-106309],[1156372,-105960],[1158664,-104385],[1164447,25654],[1163664,24958],[1164035,23188],[1156468,21425],[1156460,21884],[1153025,22311],[1162663,261259],[1152516,274599],[1152920,276381],[1152365,277374],[1160438,270326],[1159632,273907],[1161205,280936],[1163760,280154],[1164281,284678],[1162342,285203],[1159841,282063],[1163150,284514],[1161445,289014],[1160632,287203],[1162033,287193],[1162258,301551],[1161885,302129],[1160287,300833],[1160546,300286],[1152908,295408],[1160139,295411],[1161773,302259],[1153201,303445],[1152509,303901],[1155088,300276],[1154797,300661],[1154417,303489],[1153574,303985],[1153579,304155],[1162629,306490],[1163453,306577],[1152463,298791],[1152262,298603],[1154898,300421],[1154769,300836],[1154809,300844],[1161598,519405],[1160977,518389],[1160511,540342],[1159917,540773],[1157864,538229],[1158031,538212],[1165066,-124276],[1165136,-121564],[1165668,-123494],[1166775,-128596],[1168387,-129016],[1166601,-129812],[1174975,-136743],[1173084,-137107],[1170745,-139367],[1170082,-138332],[1165541,-139632],[1168544,-141020],[1173240,-148538],[1171205,-149146],[1177089,-150551],[1164875,-157827],[1167796,-154824],[1167698,-156335],[1165270,-164098],[1169815,-25635],[1169891,-27152],[1172762,-27603],[1169471,-58015],[1169872,-54737],[1173453,-56514],[1175747,-69205],[1173605,-68442],[1176226,-70902],[1174792,-83881],[1176535,-77427],[1176871,-78537],[1167036,-103769],[1168431,-103123],[1169663,-108190],[1169741,207265],[1169549,206625],[1169501,206566],[1174988,209343],[1175574,209251],[1175774,210263],[1170302,20816],[1173752,19300],[1173843,20287],[1165957,264058],[1164923,287229],[1169748,283811],[1177547,291645],[1177156,291109],[1173961,289229],[1174378,288764],[1169588,306627],[1169375,295768],[1173978,295715],[1172673,294665],[1174657,311559],[1173975,309793],[1168589,27361],[1167347,27766],[1167758,31697],[1175496,523906],[1181978,-119875],[1181005,-122668],[1180757,-120037],[1188463,-133983],[1184001,-132096],[1189863,-131837],[1184152,-146756],[1181963,-147321],[1184294,-144842],[1178703,-157899],[1177941,-158567],[1180281,-160053],[1182273,-30444],[1181548,-29364],[1181642,-30290],[1183492,-58875],[1186495,-56032],[1186731,-56454],[1187555,-60190],[1181167,-57127],[1180716,-59474],[1185710,-94208],[1190007,-91053],[1185498,-94200],[1184883,-101381],[1181701,-100923],[1180602,-101688],[1184358,-105777],[1182148,-111256],[1183453,-111366],[1183569,-112684],[1183691,-104112],[1181410,-103363],[1182353,11877],[1179133,218277],[1179147,220575],[1180326,218570],[1183139,15011],[1184224,13043],[1177637,290354],[1177746,286081],[1178594,286112],[1179018,286148],[1181170,296975],[1179063,305901],[1177699,306793],[1181495,301907],[1180254,301571],[1182327,295220],[1183425,408227],[1184913,407911],[1186275,407274],[1186624,407355],[1190172,409063],[1190127,419981],[1188868,420937],[1188153,421749],[1189761,420567],[1186711,420468],[1187042,420877],[1188977,412080],[1188689,412469],[1184499,411042],[1185835,411585],[1184828,411902],[1182852,410474],[1183735,411259],[1185972,476348],[1182919,500127],[1181712,499563],[1181441,521908],[1197432,-109215],[1194369,-110636],[1198605,-109791],[1202763,213110],[1202922,216549],[1198695,223405],[1200647,227937],[1200879,223696],[1199316,237422],[1198179,234449],[1197172,234774],[1193046,20750],[1195472,22529],[1196078,22067],[1199764,283911],[1196502,288249],[1197018,284618],[1191401,284201],[1190685,284334],[1190438,284802],[1195992,287827],[1195194,286720],[1194667,289131],[1197595,293240],[1197006,293011],[1197349,292398],[1199478,299847],[1198381,300275],[1198397,300211],[1199844,297772],[1200321,296595],[1198632,303562],[1195765,309763],[1197395,311071],[1197267,311757],[1199815,328650],[1199576,328307],[1201211,324489],[1199898,324836],[1200319,324864],[1201231,33643],[1199352,32609],[1197395,35615],[1195087,33413],[1196347,32284],[1196820,31976],[1191895,409722],[1190422,409357],[1199577,397296],[1199533,397760],[1199747,397482],[1199226,398188],[1199473,397979],[1190980,420294],[1190857,420642],[1192242,410111],[1191840,410093],[1193666,460294],[1193519,460575],[1192527,457206],[1192514,457022],[1192278,457053],[1196477,473203],[1202097,470936],[1203054,57597],[1201130,54040],[1202531,63527],[1202286,63276],[1202707,65747],[1208048,-19158],[1207776,-18751],[1206205,-19367],[1207975,-14734],[1205018,-18557],[1211481,-104464],[1212720,-103298],[1210213,-107664],[1213034,6212],[1213286,3471],[1211871,5319],[1209667,175849],[1209638,175912],[1210756,180810],[1212783,212803],[1211904,212525],[1212733,215034],[1203590,215232],[1207623,270768],[1207267,270752],[1209285,271252],[1209654,285100],[1207693,287809],[1213772,290459],[1214678,291389],[1214287,289628],[1210353,294192],[1209346,295584],[1210462,296584],[1209787,307200],[1207438,303258],[1208692,306610],[1211142,302043],[1212001,303300],[1210941,302988],[1209560,32016],[1209096,31573],[1206527,31482],[1207074,30688],[1207040,31117],[1205348,35930],[1203652,58159],[1207819,71960],[1208655,71004],[1208133,70541],[1217170,-350],[1216076,-3429],[1216986,-1365],[1227739,12385],[1219686,11825],[1219365,11234],[1219836,12659],[1216129,163431],[1219236,163052],[1219539,164290],[1226854,221596],[1225926,222727],[1226916,222320],[1216945,240529],[1217179,240314],[1217729,240330],[1218724,35638],[1221281,36267],[1219439,33069],[1229132,10448],[1229666,131021],[1230854,129789],[1232354,131614],[1241440,135155],[1239681,134357],[1241218,135533],[1230223,159258],[1232108,156734],[1230838,159374],[1237229,191871],[1237982,193256],[1234699,193298],[1229664,13611],[1239304,279915],[1238446,280451],[1236535,283902],[1229844,27191],[1228901,29202],[1229577,29648],[1231938,108115],[1235099,109751],[1232137,107247],[1254395,9793],[1250161,9444],[1247254,189114],[1246703,188927],[1245816,187580],[1249437,211223],[1247326,213574],[1246499,213351],[1245823,230287],[1245536,227650],[1246996,226673],[1246610,270481],[1246182,271801],[1245304,271577],[1253541,43747],[1253994,46048],[1252141,43690],[1248851,107987],[1248436,107691],[1251271,109528],[1254475,8199],[1256802,135529],[1257092,135061],[1254824,137725],[1266849,135076],[1264304,193622],[1263832,193817],[1261971,199483],[1260798,18704],[1258274,14102],[1257122,14895],[1255602,18940],[1255480,18325],[1255659,18815],[1256547,259013],[1258294,259385],[1257707,261869],[1267172,264132],[1264307,275834],[1264188,271914],[1263065,270904],[1265501,55044],[1257942,112533],[1258167,113063],[1257049,112753],[1267728,133989],[1268541,135992],[1279518,259694],[1268654,267284],[1267801,262826],[1269231,286930],[1267866,286106],[1270327,286159],[1268099,57040],[1268814,57387],[1276338,60349],[1277567,57872],[1276197,74158],[1275478,76045],[1275955,73171],[1273815,94381],[1274336,95297],[1274054,93614]] \ No newline at end of file diff --git a/src/gathering/a10137.json b/src/gathering/a10137.json new file mode 100644 index 0000000..fcf49ae --- /dev/null +++ b/src/gathering/a10137.json @@ -0,0 +1 @@ +[[1287050,139273],[1284717,141780],[1290375,255133],[1290289,256986],[1281232,260273],[1281171,261172],[1288939,102325],[1289534,102470],[384983,-58176],[406624,-11363],[417528,-31816],[419057,-35056],[423743,-10284],[424363,-12527],[430661,-24355],[432350,-44403],[435656,-6649],[441993,-19920],[444859,-25042],[446545,-25650],[442219,-42282],[445873,-43534],[447027,-49092],[441279,-51298],[436016,-81921],[444216,-79423],[458102,-16855],[457217,-16804],[455804,-44387],[457939,-44793],[450631,-41304],[449394,5470],[463313,-19939],[466280,-16651],[463098,-27505],[470685,-87668],[469727,3190],[461082,163020],[478725,-78428],[483489,-82751],[477878,-87743],[497752,5707],[507109,-36272],[503394,15387],[505896,14492],[519618,-6429],[519048,-4992],[513010,-32408],[513739,-37743],[512834,-73234],[535296,-26893],[535317,-27038],[546844,-19825],[543570,-14841],[547768,-21588],[544727,-30689],[545927,-31330],[546248,-113642],[555761,-20959],[562254,-26634],[556358,-29965],[553265,-31184],[562061,-38631],[559539,-38718],[558157,3470],[571715,-37183],[567683,-36792],[571266,-48881],[571252,-48517],[571347,-47858],[573764,-42717],[571898,-72400],[574842,-94744],[576920,-10237],[584363,-34106],[585734,-35985],[580847,-45842],[588413,-42365],[579916,-88836],[578493,-87217],[576262,-89975],[579319,273149],[577896,278896],[577745,277417],[578129,278337],[600061,-12919],[605283,-3412],[607004,7662],[624252,14647],[625395,18651],[652318,-7153],[650737,-7679],[660909,-4149],[663338,-2204],[664346,-26958],[661782,-28399],[674538,-123187],[671402,-132615],[667041,-134713],[668842,-132269],[671466,-128203],[677248,-20088],[674404,-58713],[669985,-58967],[672634,-59362],[670208,-56788],[690795,-117273],[687340,-120836],[681282,-124236],[681620,-21269],[683954,-13830],[689852,-62740],[680308,-62362],[688663,-56731],[681160,-71603],[683122,-73384],[686205,-88335],[687156,-99880],[689709,-107724],[692412,-119783],[691307,-116109],[701352,-120289],[697118,-96934],[694040,-95252],[699173,-110292],[703414,-108072],[713664,-116632],[704313,-123102],[715698,-146272],[714042,-113443],[708426,-108189],[704657,-104061],[723950,-144180],[723943,-143317],[718737,-146475],[723098,-114921],[737252,-201221],[735963,-211959],[742788,-118838],[747551,-124569],[745453,-128300],[764195,-166673],[800350,-130401],[799981,-148512],[801852,-141730],[805919,-142235],[809528,-132594],[808640,-133033],[812657,-141350],[809622,-146013],[818958,-141326],[812886,-153308],[815634,-147415],[815480,-149867],[814153,-206517],[814686,-206266],[807093,280863],[807240,280849],[807930,280839],[807400,281181],[807573,280460],[808062,279623],[810336,289949],[812390,289010],[811557,289996],[812056,287774],[810739,289628],[810546,289486],[811207,288564],[811621,287817],[811698,286492],[811533,286598],[813205,286100],[811794,291011],[810557,290930],[811410,291086],[813225,286687],[813174,287246],[813192,286896],[812927,288463],[813143,287193],[812272,287011],[812507,288001],[824202,-138949],[824348,-134703],[826573,-143738],[826556,-145729],[822011,-142080],[819321,-148025],[827173,-157459],[831415,-170999],[828776,-175000],[830203,-178867],[827433,-185602],[830020,-189396],[827786,-189010],[826543,-179192],[829106,-189866],[828805,-189762],[828712,-190187],[829126,-190093],[831508,-183850],[831438,-183434],[831082,-184027],[831958,-183434],[829996,-179233],[829726,-192834],[824896,-201964],[824725,-201921],[825110,-194441],[825022,-194021],[825197,-194113],[839672,-152463],[833677,-145403],[833394,-145080],[838250,-166009],[836253,-162039],[834088,-157234],[843068,-167772],[841583,-182549],[841498,-182113],[840984,-182225],[841271,-181918],[833940,-182522],[832440,-180493],[833287,-190139],[832988,-190176],[832710,-190442],[832769,-190132],[832869,-189988],[832410,-190091],[836167,-186806],[836342,-187329],[836336,-187487],[870156,-175834],[867439,-177281],[877373,-118266],[877314,-118026],[877691,-118446],[877446,-118440],[877514,-118283],[873106,-129069],[873001,-128845],[873478,-129171],[873223,-129220],[873255,-129054],[872530,-150321],[872479,-150079],[872893,-150498],[872625,-150491],[872683,-150339],[883167,-164397],[882982,-164240],[877518,-178336],[877836,-178516],[877591,-178510],[877459,-178096],[877659,-178353],[871992,-175399],[871855,-175763],[872074,-175594],[871637,-175624],[872560,-167460],[872904,-167461],[872683,-167757],[872664,-167959],[872862,-167292],[871369,-181572],[871412,-182137],[871200,-182030],[876416,-182404],[876367,-182874],[871766,-188340],[871399,-188278],[876622,-111072],[876564,-110832],[876965,-111252],[876705,-111246],[876771,-111089],[888267,-118103],[888208,-117863],[888585,-118283],[888340,-118277],[888408,-118120],[893337,-127796],[893396,-128028],[893714,-128245],[893469,-128213],[893537,-128059],[883399,-164292],[894947,-171281],[894697,-171380],[894927,-171805],[894838,-171115],[885213,-58838],[885040,-59269],[886813,-58727],[886639,-58210],[886504,-58126],[886358,-58360],[884030,-59348],[885158,-59089],[884614,-60811],[885366,-63378],[883421,-61686],[883467,-62221],[886757,-59438],[884585,-66774],[883616,-69508],[884304,-69133],[884147,-67831],[884990,-67284],[884896,-63817],[884590,-114021],[884531,-113781],[884908,-114201],[884663,-114195],[884731,-114038],[889368,-106441],[884867,-104488],[884794,-104808],[896576,-147941],[896517,-147704],[896894,-148142],[896649,-148123],[896717,-147966],[902606,-154018],[902775,-154019],[902923,-154255],[902715,-160509],[903272,-160894],[902531,-160481],[902312,-160131],[896430,-158955],[896295,-159114],[896362,-158653],[910062,-107887],[910235,-107359],[910192,-107728],[910213,-107576],[928025,-129082],[925606,-131583],[924785,330157],[924375,330101],[946648,146397],[943062,166480],[945577,164124],[941648,164164],[943996,160793],[943274,162153],[943141,163842],[943436,163315],[943379,163250],[943545,165132],[945923,163997],[946096,163966],[945204,165019],[946383,164311],[946093,164612],[946766,165375],[946306,165678],[943297,165723],[945610,165415],[944633,165720],[945944,166169],[943594,165291],[943167,165870],[943958,165992],[944612,165376],[943995,162439],[942918,162754],[943522,163231],[942721,163189],[945384,165986],[945396,165570],[944805,165822],[945275,166235],[943628,158858],[943522,158764],[944127,158992],[943550,158916],[944624,157256],[943566,157902],[945135,156501],[944591,156159],[945583,156436],[944970,155877],[942508,160878],[942595,161036],[943201,160070],[944967,163131],[944843,163631],[944096,163994],[945294,163168],[946844,163711],[946950,163899],[945287,162059],[944987,161921],[945188,162116],[944985,162057],[945067,161763],[945194,161115],[945110,161644],[945385,158585],[945558,158253],[945426,158972],[945478,155490],[945768,154315],[946518,154018],[946601,154674],[946866,154814],[947107,154374],[946673,154575],[946785,154794],[946930,154558],[946192,166843],[938829,453887],[950143,-116299],[949923,-116326],[957693,-138481],[956304,-114946],[955877,-114856],[958600,138910],[953701,153596],[952301,152221],[953040,152381],[953088,152665],[952228,153119],[955644,148421],[955371,147818],[957172,152130],[958027,152418],[955293,141664],[951421,141448],[958540,141558],[957927,165580],[957819,165412],[957370,165621],[957099,165496],[957042,166019],[957019,166174],[956980,166046],[948746,165355],[948446,165433],[948519,165595],[949660,165906],[949180,165719],[948953,165421],[955564,164716],[955377,164471],[956738,162776],[957016,162934],[957050,162949],[955498,161362],[955832,161627],[957460,164209],[957594,163718],[957849,163692],[957166,163502],[955732,163326],[955156,163071],[955790,163743],[955961,164194],[953758,156000],[953973,156285],[952753,155098],[952850,155172],[952890,153890],[952744,154428],[953064,154905],[952844,154138],[954225,154085],[953581,154853],[953864,155261],[954329,154521],[953912,156162],[948968,155353],[949044,155559],[948986,155337],[948977,155352],[948879,155178],[948853,155238],[949792,155109],[950054,155037],[949463,154605],[949374,155168],[949290,154710],[947502,154942],[947756,155197],[947694,155283],[948546,155418],[948066,155139],[948915,154638],[948969,154477],[948608,154422],[948672,154364],[957404,166760],[957176,172975],[956630,172955],[956277,172046],[956220,172013],[957658,172346],[957148,171225],[956086,171704],[949842,170670],[950201,169630],[949509,170008],[950071,169810],[948034,169413],[948527,169919],[947224,170281],[948415,170598],[947924,169622],[948393,172724],[947968,171422],[947946,172813],[948364,174663],[947314,174347],[957453,175684],[957701,175740],[953095,173952],[953719,173635],[952849,173121],[953445,173845],[952529,172249],[951484,177874],[952091,178309],[952653,178511],[952896,178491],[952649,177268],[951665,178015],[951299,179035],[950581,178571],[951464,179322],[956960,178717],[955984,177103],[947230,166812],[949720,167296],[949343,166971],[948475,167385],[948881,167041],[947531,166830],[947650,166713],[948423,166669],[948122,166731],[951931,167021],[951272,166907],[951275,167497],[951369,166954],[953195,167019],[953278,167246],[953487,166885],[953535,166885],[955059,190017],[954803,190538],[959708,185057],[957110,184116],[959416,184906],[958567,185237],[958949,184851],[959508,184446],[958490,185282],[958694,188147],[958134,187682],[957857,187753],[958652,187523],[952496,187433],[952863,187340],[954701,189451],[952109,187468],[951817,187714],[952963,185246],[951974,185172],[950422,185562],[949983,183199],[952021,184485],[949282,184021],[949191,183300],[948376,184904],[952295,180873],[951807,180626],[953433,181212],[956130,179829],[958160,181386],[958422,181483],[958793,191815],[958839,192035],[948935,192075],[956046,195874],[956452,196379],[955555,196332],[956289,195750],[956296,196354],[959185,196604],[959226,197939],[958792,197419],[959454,196978],[958346,196759],[959694,197702],[958759,198978],[957663,199489],[958703,199458],[958626,198505],[958485,198695],[958708,198770],[958101,197622],[958873,198155],[959347,198036],[958334,199682],[955476,197547],[955257,196519],[955349,196914],[955703,195993],[957024,192381],[952062,196679],[947903,193114],[949906,192317],[948864,194238],[949006,194063],[950891,195120],[952883,193502],[951790,193893],[950678,194526],[951607,194185],[954404,194345],[954715,193195],[954702,192893],[956681,198241],[952432,196864],[956850,287594],[955813,287929],[957928,497817],[969357,-148013],[970722,-148776],[971923,137389],[971883,137267],[970233,129541],[970651,147614],[971029,152022],[963573,145129],[963282,144302],[962815,150681],[963338,148205],[965746,165786],[965038,163296],[965193,163862],[964995,165120],[964035,165426],[972603,155853],[972764,155289],[972525,155673],[971231,155543],[971385,156067],[971560,156691],[972095,156311],[971700,155467],[971968,160687],[971313,161526],[971285,161259],[971928,160638],[969692,162313],[971713,178070],[972006,175219],[972519,175108],[972599,174884],[972629,177931],[961475,170271],[961573,170122],[961295,170154],[962313,169146],[961113,169160],[961596,169584],[960224,166948],[960711,168008],[962848,179302],[961288,173525],[963299,172905],[962346,178107],[961918,177418],[963870,177526],[963588,178467],[963937,178600],[963693,178110],[961315,177866],[961068,177663],[961292,177915],[960257,176738],[969801,175374],[970933,177587],[969268,175413],[964487,173641],[964660,173118],[970966,168069],[970841,168511],[967381,167510],[968397,167919],[968078,168129],[966399,167844],[966637,167513],[967493,167312],[966004,167555],[969119,168425],[968335,168789],[967511,168869],[966558,168429],[969497,190621],[968228,191070],[964014,190427],[962268,190546],[962755,191311],[962055,191609],[966317,180128],[966706,180792],[967350,182437],[966783,182750],[966038,182792],[968632,187182],[968142,186596],[966678,186080],[967583,186087],[963517,188885],[963326,188567],[964360,188566],[963308,189520],[965616,182146],[965124,182613],[965751,184228],[965249,183470],[964574,181835],[970776,182862],[971064,188474],[969289,187683],[971387,187461],[970952,188330],[970874,186056],[960990,183076],[961781,182650],[960868,182789],[961377,179960],[966826,179425],[960418,198202],[960095,198008],[962135,200030],[962228,199257],[961533,199627],[960827,199186],[961773,199899],[962851,200210],[963086,200457],[962991,200071],[963740,202001],[963493,202113],[962326,200888],[962341,202215],[967019,193966],[972699,194913],[971967,195636],[972014,194706],[971749,193210],[971730,193799],[972238,192511],[972181,193932],[961579,196595],[961260,192687],[962303,192504],[961051,192995],[960757,192979],[961457,193147],[961475,193233],[961216,203031],[960782,202316],[965973,204353],[965983,194359],[966511,194902],[964744,197017],[965366,195405],[963577,198821],[963694,198906],[964529,200102],[964605,200846],[966029,199065],[964491,200001],[964520,200299],[966012,201744],[970935,199306],[971491,199348],[965832,197233],[970157,195003],[969727,194818],[969721,194783],[969319,203101],[969702,202657],[966499,199496],[966465,198968],[964221,194199],[963781,194542],[969565,213089],[969513,213577],[968919,214194],[969906,214224],[968903,211479],[968446,211668],[969074,210498],[968843,210433],[969592,215621],[968974,217205],[968895,216873],[967656,205284],[971391,214200],[972630,214289],[971996,217601],[971778,213370],[968229,220646],[968533,221651],[968166,220402],[968649,222399],[968041,222884],[968235,222573],[971026,220054],[970712,220096],[971235,222845],[971716,222515],[970957,223420],[971855,222103],[969473,220067],[970453,219528],[969797,225714],[970907,226805],[971359,226949],[969807,226774],[970274,229975],[970769,230031],[971833,226548],[970518,229640],[971261,230007],[964995,219235],[964937,220349],[965233,219509],[971398,217846],[972757,217861],[971377,234276],[970876,239751],[970896,237390],[970328,238556],[970901,237519],[970962,237229],[969944,237748],[971229,237150],[970670,242178],[968400,236002],[969643,236102],[969037,235724],[968743,236312],[966671,242349],[967376,239488],[967725,240383],[969222,243495],[968121,243965],[970741,250251],[968670,244060],[969179,247795],[968622,247741],[968737,246932],[970915,247683],[970408,247698],[970562,247596],[971252,247485],[970432,247864],[964537,277552],[962124,283094],[964847,485749],[963367,478103],[963146,477977],[962639,500448],[961437,126528],[965399,117716],[980863,-161349],[977852,-185677],[980203,-184796],[984757,-184447],[984796,-184273],[984962,-183829],[982438,-186490],[982662,-186952],[982355,-186663],[975907,140749],[985564,133230],[985060,132896],[977924,148792],[978725,151074],[979560,143334],[985182,158537],[985142,157753],[981605,157906],[981563,157993],[980778,156714],[981195,158287],[980636,157625],[975356,160473],[975579,160386],[975304,159934],[975868,155469],[976101,156053],[976751,155739],[976392,156137],[976785,155944],[973484,156660],[973631,155987],[973384,156101],[973727,156805],[973000,155906],[972815,156022],[972816,155289],[974143,161189],[973020,160524],[973720,160428],[974085,160428],[977751,161592],[977788,161625],[978880,162138],[977030,161195],[979280,161828],[978985,162228],[980196,162179],[979554,162361],[979180,163214],[980002,162393],[975015,177329],[975872,176561],[975159,178770],[976292,173510],[975556,173703],[975373,174141],[975242,173555],[973996,174202],[973567,174091],[973924,174588],[974356,174694],[973919,173586],[972838,177412],[974333,177196],[983228,167611],[983341,171047],[976999,167964],[977717,167551],[976901,167632],[977134,167590],[977417,167867],[975590,186688],[974010,188422],[974105,187137],[975190,187568],[973182,187217],[976323,184816],[976905,185009],[977462,185370],[976719,185090],[975588,181960],[975820,182778],[975423,182982],[975489,181984],[983243,191792],[981765,189729],[980536,191313],[978804,184480],[978235,184417],[978353,183832],[978324,184810],[981439,183597],[979937,188281],[975080,189983],[974673,189351],[973715,184073],[979430,179732],[974569,202536],[974485,201414],[974449,201854],[974638,202265],[974961,200301],[973557,200907],[973954,199386],[974263,199478],[974496,199467],[973569,199153],[973083,195308],[973536,194238],[983706,199954],[983576,196187],[982639,196340],[982176,195997],[981826,196689],[982855,196560],[982025,192731],[982823,192263],[982596,193077],[982622,203326],[981394,195387],[977284,192588],[975833,194526],[973382,194059],[979858,202317],[976671,200192],[984229,216468],[984562,216559],[984207,216001],[983854,209050],[977023,210584],[976471,213505],[976750,213224],[976751,213343],[976235,214945],[976224,214852],[978903,211352],[978917,211027],[978106,208040],[979735,207673],[980126,209346],[980140,216241],[980621,213422],[979917,214086],[981153,213234],[980099,215925],[980719,214619],[980292,215529],[979869,215227],[976007,217342],[976618,217745],[976384,217513],[976978,216711],[974275,206403],[983000,210412],[975457,212296],[973800,212127],[972974,217135],[985494,221119],[984894,222281],[984423,222485],[984535,223288],[984719,222956],[984892,218906],[983725,218972],[983350,221537],[984456,218674],[984650,220494],[980261,219106],[978140,223395],[977882,223242],[977681,222385],[978115,223028],[977055,223755],[977195,220136],[977414,219553],[972866,227730],[985425,227231],[985138,227038],[983703,228033],[983732,227813],[983019,228063],[982895,228191],[983227,228424],[984343,226598],[979490,227691],[980506,228140],[973727,224200],[973060,223904],[972841,221035],[973307,221833],[973436,221985],[973756,221261],[973572,218591],[985553,243240],[979370,242727],[979830,242057],[980821,242999],[980317,242016],[982312,242726],[981598,241584],[982758,242694],[983018,243052],[983070,238725],[985113,233422],[982940,232196],[982190,231419],[978833,234151],[982167,238292],[982196,238263],[985289,251476],[983868,248633],[984984,244760],[985126,244693],[985040,244738],[981417,245114],[981617,245782],[981955,245232],[980783,245391],[981708,245204],[974959,247803],[977292,248078],[977562,248395],[977328,248362],[977162,248270],[978639,246048],[978183,244616],[977811,245081],[979105,246939],[979672,245132],[979705,249570],[979616,249498],[979741,249218],[979447,253608],[980495,252104],[980448,253265],[982016,253652],[982318,253621],[979159,273417],[980233,274583],[978878,324809],[983706,533514],[982487,534155],[985119,126169],[980917,126448],[982891,124318],[974805,122980],[988501,-132829],[988552,-132633],[988197,-133072],[989304,-161838],[992535,-167958],[987446,-177402],[987538,-176883],[987233,-177239],[990717,138222],[987447,153085],[986884,152488],[998011,149187],[996644,145168],[993410,146860],[988122,145122],[986628,143772],[986315,149617],[994416,164667],[985640,157214],[985870,157519],[986238,157178],[987825,154336],[987334,154121],[995518,165451],[990512,168149],[997277,172581],[997251,172636],[985698,195621],[996568,204838],[993311,202034],[990716,206133],[991252,216963],[997155,216009],[985965,222569],[986304,222555],[986119,222287],[998299,228731],[998284,228458],[997978,228423],[997113,227720],[996721,227349],[995691,230263],[996312,228491],[995323,230273],[995203,229494],[985751,229762],[986697,228834],[986014,229060],[986375,226016],[985933,226592],[989927,230239],[989387,230167],[991689,228923],[987156,220431],[987340,219886],[987225,220591],[987384,220831],[987223,220548],[991333,218439],[990608,218219],[993084,227119],[993969,227744],[993593,227718],[993791,228160],[996153,231328],[996706,232452],[994027,242088],[993681,241907],[992011,241082],[987862,238749],[988054,238710],[987759,238612],[988150,235816],[988902,235264],[989785,235468],[988354,235404],[988562,236153],[988940,241509],[989076,241079],[989237,241040],[986091,231838],[988760,233204],[988467,234094],[988575,233829],[989025,232374],[989228,232430],[993412,237454],[993082,237515],[992581,237913],[990384,239988],[990516,240117],[990274,239094],[994813,234170],[995149,235407],[994649,233937],[996231,234831],[995726,235134],[992489,234675],[992106,235427],[991642,233632],[991224,234314],[991097,235188],[995952,244068],[996438,244084],[995705,243867],[996004,244115],[996220,243522],[987614,244336],[988180,244029],[987598,245511],[985656,243464],[993091,247629],[987851,252154],[992496,248220],[992877,245810],[992296,246057],[995758,247129],[996932,248411],[998225,247879],[997986,244433],[997627,243839],[997796,244429],[994888,252804],[995299,252462],[994682,253060],[995628,252190],[994941,253296],[993394,250861],[993385,250769],[993499,250861],[986993,254733],[985892,248874],[985897,249009],[986834,246608],[986994,246935],[988094,243407],[993568,254383],[993678,254254],[993255,254293],[992844,252076],[998283,252442],[989303,392221],[996666,494406],[986641,127118],[1002884,-147312],[1002947,-147600],[1002684,-147499],[1005360,-161368],[1006278,-162149],[1008891,-163745],[1009436,-163730],[1008856,-164092],[1008943,-163532],[1008513,-162260],[1008432,-162394],[1004994,-155047],[1004928,-155088],[1004782,-154637],[1004747,-155064],[1005125,-168292],[1005340,-168450],[1005092,-168579],[1002919,-173355],[1003159,-173091],[1002811,-173405],[1004740,-171577],[1004386,-171365],[1004195,-171623],[1005544,-19323],[1010743,-111603],[1010683,-111415],[1010077,-111800],[1010514,-111454],[1010575,-111720],[1010620,-111230],[998796,149558],[1000435,151800],[1000357,152575],[1009131,166284],[1009209,166324],[1008767,166218],[1009032,166385],[1008541,164912],[1009932,164614],[1009280,165078],[1009533,165142],[1008184,164400],[1002706,166496],[1008771,161997],[1008520,160372],[1008869,163360],[1008305,163700],[1007984,163041],[1007457,163867],[1005167,164214],[1005349,164610],[1004645,164225],[1004965,164460],[1003376,162623],[1002225,163455],[1001158,163779],[1000178,162973],[1006444,154290],[998826,155945],[998527,156016],[1003503,155339],[1005403,156835],[1004675,160916],[1004954,160720],[1005830,163005],[1005849,162720],[1002580,175341],[1009099,167152],[1002659,179066],[1002565,178235],[1002235,178935],[1002510,177633],[1003433,178900],[998946,179228],[999864,179039],[999584,178435],[1005412,175635],[1006408,175868],[1000091,173632],[1000425,173778],[1000650,176462],[999920,176414],[1005992,168671],[1006714,169082],[1003012,172577],[1003149,172694],[1003232,173065],[1002638,173332],[1003886,171738],[1003817,171615],[1002679,167116],[1001199,168597],[1000562,169573],[1010604,178261],[1005315,167119],[1004777,167163],[998947,179590],[1004504,190682],[1004861,180256],[1005870,182229],[1004977,187350],[998828,188654],[1003768,199188],[1006923,194886],[999945,196364],[1001041,217477],[1001247,206155],[1002443,230152],[1000902,228214],[1000758,228354],[1001044,228300],[1001083,228842],[1000301,228622],[998785,228999],[998567,228728],[1002178,220727],[1001363,218933],[1001433,220224],[1001019,221439],[1000521,221695],[1001473,220282],[1003172,221548],[1003339,221540],[1002913,223032],[1003579,222799],[1000216,226161],[1003243,227391],[1000252,224926],[1002777,227196],[1006829,229747],[1006839,229197],[1006659,229794],[1006662,229278],[1004079,228024],[1003924,228052],[1001618,227322],[1004622,228108],[1011296,227494],[1009683,228730],[1010262,224332],[1009804,224534],[1002581,230823],[1002589,230885],[1003021,230679],[1002617,230642],[1001573,233048],[1001628,233142],[1001780,233156],[1001934,233418],[1001715,233156],[1001318,234061],[1001471,234659],[1001645,234488],[1001066,234283],[1001342,235716],[1001093,235829],[1001113,235866],[998805,237975],[1005899,232692],[1010351,235521],[1010097,235524],[1010063,235485],[1009907,235342],[1005346,233561],[1005418,232596],[1010898,239901],[1010825,239804],[1011153,240066],[1005282,236876],[1007654,240581],[1009144,239850],[1009245,241512],[1009330,241537],[1008931,240943],[1002084,241756],[999216,240577],[1000088,239230],[998588,247834],[998767,243862],[999594,245715],[999634,244975],[1000661,246980],[1001243,248623],[1000801,248981],[1001362,248540],[1001607,248562],[1000969,249766],[1000193,250620],[1000568,249584],[1000663,249282],[1000647,249707],[1002474,246571],[1005464,250176],[1006492,252565],[1006774,252601],[1007046,252893],[1007729,253909],[1007150,253640],[1007735,254723],[1010334,254216],[1009062,254929],[1008624,254296],[1009353,254855],[1009055,253709],[1010883,254221],[1009885,255905],[1010042,251646],[1009911,251076],[1009666,251886],[1009431,251610],[1008819,251798],[1008986,252095],[1010974,249643],[1010376,247361],[1010323,247295],[1010092,248168],[1010603,247114],[1006556,246876],[1006251,246487],[1006487,247154],[1005366,246072],[1004832,246051],[1004997,245099],[1004120,243527],[1005269,245623],[1002368,243854],[999341,251635],[999993,251106],[998458,252491],[999502,252802],[998850,252277],[1006626,254680],[1006627,255818],[1006485,255729],[1006115,255122],[1004513,253301],[1004607,252487],[1003624,256041],[1002767,255563],[1004312,265068],[1007681,261016],[998571,318396],[1004172,319615],[1008318,368282],[1017589,-108800],[1017703,-109924],[1022804,145469],[1022590,144426],[1017360,162416],[1015191,164597],[1012800,179190],[1022484,186524],[1022959,187082],[1014177,197116],[1011424,227024],[1012787,225342],[1012469,226609],[1013409,226126],[1016115,224893],[1019581,226971],[1023226,226062],[1023103,226744],[1023416,226011],[1021405,226659],[1019434,227682],[1021200,228637],[1020812,230086],[1021401,229878],[1013730,228640],[1013730,228640],[1012619,229941],[1014418,230061],[1014357,229106],[1020285,231994],[1020823,231462],[1020807,230948],[1016815,232901],[1017073,232652],[1016834,233011],[1016440,233004],[1016727,233094],[1014554,234434],[1013861,235104],[1011826,234222],[1011772,238783],[1012284,238506],[1012310,239514],[1012086,238822],[1016059,237456],[1015034,235744],[1015246,236560],[1020124,240505],[1019704,238281],[1023305,238546],[1023431,239036],[1020854,236421],[1023444,238573],[1012449,255267],[1011450,255419],[1011938,249738],[1014415,246491],[1011553,249390],[1013096,246777],[1014754,246196],[1012902,246705],[1019509,251235],[1019122,250112],[1016188,248763],[1012373,252046],[1021652,244949],[1020419,244909],[1011331,265015],[1014897,267670],[1013295,262067],[1011255,269380],[1020200,272284],[1022825,281165],[1030808,-125395],[1030277,-125770],[1033470,-136506],[1033570,-136906],[1033091,-136827],[1033661,-136583],[1033853,-136891],[1029541,-132759],[1029525,-132244],[1035400,-161932],[1035339,-162153],[1035145,-161770],[1035091,-162161],[1034985,-161969],[1036316,-165470],[1036339,-174625],[1032148,-178561],[1035153,-180949],[1034930,-179316],[1025538,-106976],[1027647,-105399],[1033113,-109741],[1030571,-110755],[1034106,139358],[1027659,147349],[1026900,145222],[1027418,143922],[1034788,144893],[1025193,149209],[1028155,157585],[1025588,156323],[1032435,221254],[1032782,222624],[1032327,221161],[1036102,228916],[1035559,228930],[1031113,230065],[1031557,230214],[1031439,227042],[1031347,226610],[1031562,226709],[1028913,226091],[1029790,223368],[1029633,223283],[1027799,227306],[1026939,226512],[1027922,227134],[1027678,226415],[1027006,227092],[1025279,228037],[1025731,228527],[1024429,228528],[1026182,228744],[1025051,228125],[1025814,229337],[1024464,236878],[1025847,236912],[1026260,236260],[1031030,236547],[1030704,236608],[1030771,236232],[1030553,236016],[1030661,235966],[1032251,237426],[1033849,236947],[1033863,230711],[1034398,230638],[1033606,231244],[1033621,231188],[1024578,244675],[1026772,246957],[1028610,252454],[1030330,246657],[1024951,508172],[1047401,-131984],[1048525,-130437],[1038148,-147303],[1037950,-147303],[1038168,-147060],[1038256,-147232],[1039548,-152465],[1040706,-151395],[1040707,-151892],[1040852,-151500],[1041383,-151306],[1040620,-151474],[1043041,-165881],[1037539,-163367],[1043541,-173206],[1042837,-172394],[1042267,-170002],[1042587,-169635],[1042905,-166944],[1038036,-170861],[1037149,-171106],[1046462,-190558],[1047293,-190276],[1039324,-190977],[1040209,-191942],[1045363,-108155],[1046657,-107024],[1041028,140722],[1040605,142768],[1043558,183397],[1046176,183217],[1041369,227233],[1041083,227500],[1039431,230106],[1039572,230227],[1040103,230019],[1038573,229893],[1041742,228640],[1042168,227106],[1041906,228748],[1042342,227331],[1041029,227069],[1046685,223827],[1048743,230442],[1046699,230476],[1046515,230579],[1046914,230519],[1046841,230418],[1037210,236611],[1037356,236715],[1039125,236692],[1041079,233248],[1040549,233587],[1037341,232684],[1037847,232737],[1041813,232112],[1041816,232018],[1039830,230662],[1045660,231669],[1047114,234686],[1038332,280102],[1054383,-129452],[1055081,-127945],[1053317,-132366],[1053831,-131487],[1056895,-140024],[1056096,-136741],[1062384,-111055],[1059848,-112239],[1057519,-107453],[1055563,-106741],[1059953,154291],[1050186,185359],[1058118,182229],[1060250,216926],[1059709,207646],[1052110,228485],[1051479,227651],[1052076,230486],[1050678,230455],[1051994,222893],[1053193,221927],[1053813,221165],[1055002,222474],[1054984,222260],[1055930,224787],[1059269,220441],[1053020,225393],[1052524,226172],[1065556,-138241],[1067041,-141071],[1068706,-108861],[1072056,-109325],[1070689,160895],[1066959,165950],[1072387,163973],[1066298,155362],[1068729,156207],[1067512,157112],[1069535,156131],[1069584,154017],[1070068,154831],[1066236,157970],[1064576,157064],[1073692,166899],[1073059,167892],[1073809,171849],[1072827,172648],[1073222,192976],[1073008,195757],[1063594,221354],[1078131,-107415],[1076841,-108916],[1081816,-102688],[1081599,-103275],[1076881,170921],[1076053,172103],[1076983,186049],[1076423,187168],[1076865,554711],[1076416,552890],[1098347,-128981],[1098267,-128548],[1092946,-149167],[1092341,-148134],[1091931,-143762],[1091596,-144902],[1094489,-101632],[1096488,-99793],[1098308,-107063],[1097077,-106688],[1101876,-137733],[1107130,-132409],[1106161,-133321],[1107558,-142464],[1108067,-141861],[1101116,-140859],[1119713,-115600],[1119281,-136164],[1119120,-137262],[1114725,-69288],[1124962,-79467],[1125129,-78436],[1119232,-78768],[1125954,-104513],[1120901,-111383],[1132476,-116329],[1129337,-116788],[1132242,-132385],[1130139,-134021],[1128188,-147326],[1129103,-147643],[1138297,-76560],[1133573,-75372],[1134431,-87997],[1132116,-79553],[1131332,-86099],[1129108,-90422],[1127722,-102060],[1136736,-100786],[1138916,-102178],[1133402,-113283],[1135310,-112674],[1137711,264345],[1137416,265289],[1136572,260270],[1136372,268852],[1138188,271499],[1134496,277780],[1135265,277350],[1136799,281838],[1135709,283789],[1143874,-8429],[1142056,-5214],[1142913,-5701],[1146141,-13277],[1146606,-109280],[1147255,-108755],[1146447,-106776],[1149573,-105500],[1148564,262985],[1145291,268762],[1147943,266944],[1150790,266213],[1147465,266093],[1148183,261728],[1146871,262264],[1146896,258206],[1139655,261205],[1145313,273311],[1151711,277087],[1144441,277761],[1144726,277131],[1148453,270192],[1140005,288709],[1142172,290853],[1143998,296262],[1143440,304421],[1141079,536888],[1145715,545402],[1145107,545588],[1162817,-124416],[1164730,-156661],[1161806,-161142],[1160694,-111390],[1162856,-112143],[1162475,-107530],[1164386,-107388],[1160750,-104375],[1158013,-106885],[1153838,20305],[1156183,20138],[1162229,24257],[1161704,257874],[1163184,274285],[1154019,275109],[1154315,275354],[1162972,279852],[1164258,286458],[1161051,285833],[1154852,296507],[1153954,296779],[1154684,297760],[1158280,296343],[1159154,296172],[1161725,302203],[1153716,302470],[1153254,304042],[1154387,301705],[1153431,303616],[1154006,305028],[1162343,306935],[1152293,298298],[1154672,300986],[1155003,300534],[1155590,299826],[1154761,299469],[1160087,314456],[1161730,26299],[1158113,521600],[1162377,521581],[1160213,540529],[1158349,538114],[1165066,-121806],[1167136,-131571],[1171298,-130288],[1175613,-137326],[1175199,-139470],[1166704,-139953],[1166382,-140304],[1170549,-148323],[1174778,-147958],[1167638,-156480],[1164814,-164235],[1172344,-26390],[1171817,-26910],[1170071,-54843],[1169011,-58213],[1173993,-71375],[1174419,-70278],[1168988,-99732],[1167312,-105988],[1169012,206958],[1169527,206481],[1175788,210110],[1175355,209585],[1169638,220877],[1173264,19406],[1172593,22741],[1166103,259269],[1164955,286924],[1169415,281918],[1168109,284751],[1177021,289995],[1176037,289956],[1176638,284759],[1173096,290554],[1174208,290489],[1166540,302447],[1168104,306485],[1174617,294836],[1176401,297633],[1176928,306988],[1167160,28030],[1167489,29428],[1164863,535759],[1182899,-123487],[1181833,-123245],[1188693,-132770],[1185072,-131939],[1189430,-147431],[1185813,-145691],[1177878,-159528],[1178597,-158664],[1183092,-32037],[1182835,-28058],[1183668,-59365],[1187645,-60833],[1180182,-56334],[1178499,-60788],[1178610,-80610],[1179354,-83637],[1185036,-101971],[1185366,-101761],[1183607,-94094],[1186112,-94939],[1186067,-103085],[1180725,-111495],[1181062,-110616],[1180705,-103337],[1179916,218307],[1180265,217844],[1182563,15358],[1184598,13066],[1179196,285669],[1182777,298102],[1189844,348302],[1189175,346954],[1183002,409192],[1185371,408159],[1189616,421188],[1187408,421347],[1188471,411630],[1185759,475770],[1182663,500353],[1181755,499740],[1182847,499798],[1196887,-108939],[1192497,-110574],[1201789,214246],[1200702,224974],[1197844,228423],[1199566,235406],[1197619,236288],[1196325,20085],[1196208,22160],[1199882,284137],[1198751,282906],[1190738,284461],[1190617,284126],[1195118,287934],[1194732,286864],[1197755,292161],[1197086,293150],[1199059,297410],[1200922,297165],[1195866,303807],[1198918,320552],[1199457,322712],[1200527,35214],[1197469,33609],[1192917,34274],[1193370,33204],[1192356,409738],[1199908,397853],[1199652,397691],[1190873,419791],[1192151,457584],[1202319,471246],[1196686,473935],[1202691,55207],[1203193,56707],[1201074,61516],[1199860,64526],[1207512,-19990],[1207188,-19270],[1206245,-16152],[1209799,-104226],[1210578,-104513],[1212759,5573],[1210961,174922],[1210688,177211],[1212145,212625],[1209885,210453],[1203837,213618],[1210006,22904],[1208080,271357],[1209860,270461],[1208605,285225],[1207617,287236],[1214401,289041],[1214753,288463],[1210478,293888],[1211058,295671],[1207145,304101],[1208887,305632],[1212566,306910],[1211296,303190],[1207834,31027],[1208356,31643],[1206556,31660],[1204474,33862],[1208631,70075],[1208945,73074],[1217262,-636],[1218369,-574],[1228615,12780],[1219708,12745],[1219072,162709],[1217440,161670],[1226236,221275],[1217902,240213],[1219994,237227],[1218822,13554],[1227913,28339],[1217941,35579],[1222975,34109],[1229944,132696],[1241562,135667],[1234140,156574],[1231672,155077],[1235264,192061],[1234991,192152],[1229174,220431],[1233394,16982],[1239099,278684],[1237376,279034],[1229840,27659],[1238904,564038],[1234054,109734],[1233437,106815],[1229954,127174],[1249767,12086],[1252513,10030],[1241836,135030],[1253747,135488],[1246225,190554],[1245213,190081],[1247045,210975],[1248059,211313],[1244579,228732],[1244760,228260],[1244688,270774],[1243998,271543],[1253027,44712],[1254079,42334],[1242855,566694],[1252146,107651],[1250280,110908],[1255533,135214],[1265476,195111],[1263338,194328],[1259530,15648],[1259470,18536],[1256265,19794],[1256488,18108],[1256581,258727],[1257171,260504],[1265324,263174],[1262526,273226],[1263043,273321],[1267063,284133],[1265709,55121],[1255977,113230],[1256680,113698],[1267674,138748],[1268113,135703],[1268827,264330],[1269453,283999],[1267956,56729],[1276047,60489],[1278940,59991],[1273076,74446],[1276073,76423],[1274161,92615],[1274087,93467],[1285006,139960],[1285106,139761],[1285903,137915],[1291709,253995],[1288618,253294],[1291823,256280],[1280392,258964],[1280314,259430],[1280890,58853],[1289789,101415],[1289127,100077],[1287975,102796],[418290,-10561],[421591,-15614],[412878,-26999],[417939,-39476],[414768,-39649],[420308,-46335],[418214,-66696],[435015,-7115],[431144,-17620],[426973,-18482],[427831,-17848],[431709,-23617],[432121,-21262],[431653,-23823],[426642,-43420],[443159,-19897],[447214,-28123],[443219,-29161],[447503,-28156],[442932,-45492],[435683,-47798],[440393,-44123],[446164,-43910],[441294,-75588],[437159,-75642],[445080,4306],[435355,508],[449149,-13545],[458456,-16893],[452521,-15195],[449158,-42283],[454887,-53355],[452393,-82494],[459786,-84627],[459918,-84291],[456120,-78825],[458941,-78242],[449406,5896],[448185,235],[461944,-18223],[465234,-27447],[465976,-37153],[461137,-33936],[461667,-26197],[471147,-85669],[470541,-87800],[469268,3500],[469478,3065],[461142,163263],[482932,-80455],[477745,-87847],[493581,8371],[506470,-31212],[505410,-45234],[501578,-38230],[502506,12105],[509733,9259],[508785,9451],[511644,16480],[505918,13521],[503571,15214],[506114,14370],[523258,-10548],[519895,-10563],[518674,-4979],[519081,-6673],[522185,-4830],[527884,-117717],[526880,-122792],[525425,-6870],[526387,-6196],[533393,-14651],[536897,-12747],[536236,-14947],[533462,-12904],[534004,-26199],[533903,-25933],[529622,-25972],[541100,-15831],[546699,-20157],[543833,-18582],[543146,-15575],[549732,-22021],[545068,-30248],[547092,-29705],[544090,-28453],[544913,-113670],[544802,-113628],[545629,-113472],[546030,-113347],[552599,-23056],[553011,-24341],[552118,-26075],[556398,-27718],[557334,-37511],[551852,-29600],[551918,-25543],[557830,6338],[558543,3835],[571809,-36974],[571188,-47492],[575260,-43500],[575004,-42424],[572722,-72422],[572017,-71717],[572743,-72524],[571674,-72244],[573905,-94731],[573635,-94621],[575917,-89673],[575094,272710],[574155,272865],[582569,-35338],[586099,-36234],[584404,-42910],[584504,-42672],[578631,-87870],[578483,-88315],[578491,-87510],[578365,-85817],[578246,-87316],[576015,-77549],[576148,-77904],[578252,278029],[577617,277384],[578948,278078],[578788,279067],[598715,-7382],[611092,-8663],[608215,-2696],[612892,-5578],[606021,6911],[608141,2601],[609248,6693],[625566,12842],[625775,12614],[624071,13288],[626498,18891],[651398,-6452],[650600,-1770],[644830,-4649],[657870,-9387],[663253,-2340],[658254,-5783],[660032,-3148],[660600,-14582],[656036,-16666],[658366,5404],[674045,-126436],[674295,-125076],[674557,-125228],[674777,-126027],[670521,-134096],[669740,-132355],[669934,-133680],[670373,-134512],[674914,-129235],[674340,-5513],[671792,-9229],[667501,-22418],[678149,-60006],[670370,-54307],[670277,-59336],[669699,-59386],[669987,-57825],[667878,-59053],[672796,-114805],[685001,-67825],[685104,-68119],[684394,-68567],[689675,-87692],[689532,-86383],[688024,-81702],[685904,-78067],[685079,-82484],[684944,-78396],[690806,-111477],[689356,-114994],[680495,-111109],[681787,-111459],[690625,-103586],[692984,-115766],[693478,-122676],[691232,-119435],[695306,-124031],[695017,-124244],[698100,-96992],[693999,-98834],[696476,-106010],[703832,-104861],[693823,-114060],[701687,-111413],[715270,-115129],[716179,-145427],[716563,-145459],[716669,-145702],[707673,-105526],[709405,-104226],[725309,-117063],[726209,-117552],[728997,-119932],[724460,-144246],[725121,-144824],[723751,-144927],[719159,-111332],[719036,-112891],[731276,-129375],[731500,-129636],[737116,-201145],[735892,-211904],[735995,-211961],[742589,-117905],[743399,-124595],[764233,-166646],[803885,-136681],[803959,-133739],[799377,-129470],[806202,-141924],[816089,-136055],[810279,-131882],[808586,-133425],[807449,-131144],[814291,-144559],[807643,-140905],[811881,-146262],[814961,-146001],[815078,-149641],[815091,-146099],[810180,-151050],[814040,-206516],[814076,-206515],[814389,-206383],[814470,-206290],[807353,280728],[808097,281626],[807282,281454],[806827,279637],[807946,279809],[807762,279604],[812296,289197],[810523,289821],[812567,290378],[812185,288105],[810862,290252],[811377,289404],[810850,289122],[810951,287930],[810639,288544],[811143,288014],[812143,287020],[811482,286925],[811752,286797],[813170,285760],[812030,286772],[811495,291376],[811810,291615],[811793,291411],[811034,291003],[810749,291028],[811427,290635],[813347,286561],[812968,288039],[812855,287695],[813118,287459],[812683,288059],[813255,287280],[813263,286383],[812443,287425],[812372,286971],[807566,281807],[824288,-134574],[826865,-146101],[830196,-146258],[824173,-142687],[825728,-141614],[823052,-152409],[823368,-150822],[830269,-156476],[830795,-160076],[828849,-159761],[830792,-177641],[830167,-178793],[830150,-178814],[831605,-186885],[826699,-184326],[826088,-188812],[827685,-189393],[826468,-188134],[830652,-191049],[827005,-181685],[829086,-189991],[829057,-189726],[828806,-189988],[828979,-190174],[831431,-183817],[831599,-183538],[831306,-184048],[831254,-183678],[830253,-179054],[830055,-179176],[828611,-197549],[825859,-198738],[824955,-201930],[825090,-194219],[825041,-193987],[825264,-194253],[834316,-148688],[837800,-152547],[832403,-145886],[836637,-162150],[834725,-159299],[832006,-168542],[833379,-172276],[842375,-168570],[841061,-166808],[841621,-182433],[841388,-182351],[841563,-182130],[841615,-182271],[841167,-182499],[841261,-182376],[832576,-179504],[832348,-184502],[833282,-190108],[833216,-190097],[832912,-190293],[832982,-190112],[832641,-190474],[832585,-190426],[832867,-189857],[832827,-189643],[832408,-189898],[836126,-186837],[836185,-186785],[835945,-187182],[836547,-187471],[849825,-170966],[845656,-172945],[869804,-175836],[867926,-177920],[877434,-118061],[877562,-118014],[877522,-118197],[877676,-118240],[877578,-118566],[873127,-128855],[873256,-128777],[873248,-128967],[873425,-128970],[873374,-129317],[872596,-150118],[872751,-150068],[872698,-150252],[872890,-150290],[872739,-150624],[870855,-175891],[877707,-178084],[877821,-178310],[877723,-178636],[877579,-178131],[877667,-178267],[871571,-175410],[871913,-175444],[872166,-175449],[871588,-175495],[872611,-167525],[873084,-167849],[872909,-167986],[872986,-167718],[872824,-167378],[870730,-179278],[871250,-181794],[871739,-182190],[871195,-182074],[876294,-182486],[876265,-182545],[876365,-182743],[876318,-182749],[871578,-188455],[871309,-188778],[871604,-188775],[876686,-110867],[876828,-110820],[876782,-111003],[876954,-111046],[876833,-111372],[888328,-117898],[888456,-117851],[888416,-118034],[888570,-118077],[888472,-118403],[893457,-127835],[893585,-127812],[893545,-127979],[893699,-128051],[893601,-128333],[883575,-164292],[883254,-164552],[895029,-171769],[894744,-171225],[894845,-171654],[894873,-171413],[885099,-59400],[886044,-58940],[886680,-58059],[884933,-58439],[885518,-57885],[885917,-57754],[884902,-60867],[884110,-59488],[884511,-59832],[884009,-60145],[883825,-61107],[884264,-60777],[884403,-62022],[884174,-61190],[883974,-62221],[883689,-67367],[884354,-66806],[884032,-69672],[884095,-69151],[883695,-68629],[884361,-67972],[884414,-67704],[884072,-64248],[884189,-64492],[884045,-64731],[883771,-64967],[884651,-113816],[884779,-113769],[884738,-113952],[884892,-113995],[884795,-114321],[889017,-106426],[884883,-104606],[884947,-104883],[896637,-147741],[896765,-147706],[896725,-147883],[896879,-147941],[896781,-148246],[903037,-154123],[902784,-153888],[903100,-154016],[903023,-160561],[902920,-160325],[902552,-160312],[902232,-160266],[896306,-158874],[896187,-158736],[896362,-158566],[909734,-107909],[910047,-107422],[909926,-107473],[910317,-107201],[910355,-107576],[925269,-131122],[925171,-131189],[925532,-131237],[923285,331488],[923565,331635],[926591,329940],[926664,330623],[947071,153498],[946381,153440],[946696,153699],[942243,166017],[944965,164093],[942834,163610],[942552,164074],[942353,164978],[945159,163695],[943774,160764],[943518,164124],[943268,161012],[942120,162754],[943210,163313],[943383,163947],[942821,163600],[942907,163589],[942342,162998],[944296,164558],[946306,165011],[946858,164116],[944233,164479],[945277,164586],[945838,163807],[945836,163997],[945554,163754],[946552,165073],[947113,166284],[945844,165914],[946099,166024],[945928,166281],[945957,166139],[944255,165187],[945572,166304],[943409,166038],[944650,165252],[943854,165924],[944420,165898],[943883,165473],[943930,165923],[944235,165918],[944754,165081],[943540,162878],[943242,163076],[943414,163295],[943074,162377],[943404,162884],[943428,162788],[944774,165998],[945097,165625],[945039,166080],[945226,166414],[944878,165663],[945402,166062],[943527,159088],[943803,159015],[942930,158691],[943304,158833],[944121,159204],[943825,158671],[944502,157537],[943768,157907],[944070,157772],[944261,157325],[944358,155833],[945301,156621],[945169,155884],[944716,156496],[944559,156602],[945433,156521],[942528,160882],[942344,161147],[942707,159917],[942367,160949],[942657,160939],[944787,163668],[945889,163824],[945387,163400],[945243,163444],[944578,163521],[944598,163682],[946744,163582],[946653,163681],[946425,163122],[946444,163140],[946439,163145],[945063,162016],[944999,161910],[944951,161851],[945153,162075],[944939,162173],[944589,161117],[944851,161004],[944547,160940],[945626,158628],[945526,159024],[946325,158777],[946177,158461],[945551,158861],[945732,158366],[945488,154974],[946198,154337],[946225,154913],[947097,155040],[947049,155523],[946808,154590],[947027,154546],[946741,154573],[946930,154622],[946744,154572],[946627,154401],[943368,166594],[946877,167128],[939128,452934],[950119,-116489],[950226,-116025],[956199,-115140],[956788,-136419],[957420,-138143],[955917,-114929],[954691,138886],[954568,135537],[956061,137777],[959220,135376],[957852,139160],[953665,153458],[953791,153693],[952726,152366],[952548,152109],[952777,152319],[952390,153424],[952334,153523],[952392,153234],[952667,152846],[952541,152725],[953194,153321],[947651,153534],[947268,153461],[954847,146931],[954740,146641],[954077,147001],[956699,152584],[957032,152259],[955695,152232],[948551,149699],[956236,141800],[956276,141558],[958042,164549],[957920,165572],[957810,164606],[957133,166413],[957150,166427],[957267,165874],[957356,166020],[947637,165729],[947298,165794],[947464,166064],[948782,165481],[948540,165515],[948849,165222],[949433,165909],[949859,165654],[949947,165704],[949376,165830],[949529,165925],[955322,164708],[955490,164534],[957250,162320],[956721,162371],[956739,161637],[957223,163017],[956944,162487],[956730,161677],[955851,162172],[955674,161494],[956015,161395],[957246,163027],[957934,164551],[957446,163318],[957555,163600],[957435,163244],[957955,162608],[955963,163768],[955740,163595],[955495,162798],[955295,163564],[955963,163594],[955171,162778],[953819,156099],[953772,156069],[952725,154898],[951921,154086],[952003,154094],[952585,154102],[953251,154243],[952668,153905],[953258,154579],[953132,154172],[953106,154062],[952883,155387],[953516,154602],[953950,154140],[953184,155244],[953594,154754],[953365,154989],[953809,155446],[949127,155502],[948713,155194],[948496,155175],[948844,155306],[948282,155027],[949906,154921],[949709,154739],[950033,155258],[948427,154350],[948585,154885],[949495,154104],[948662,154313],[947948,154616],[948182,155288],[947970,155202],[948222,155097],[948797,154411],[948789,154248],[948898,154378],[948868,154393],[948922,154542],[948828,154575],[956757,166715],[956958,166764],[957322,174178],[957037,172872],[957162,174087],[957256,174192],[956389,172433],[956301,172174],[956403,171576],[957424,172339],[957543,172196],[951584,169288],[949187,170015],[951376,169743],[950463,170227],[949693,170793],[949239,171351],[948960,169985],[948340,170632],[947628,169796],[950648,169906],[948138,169677],[948744,170331],[947822,169462],[947694,169911],[948278,173446],[947577,172979],[947454,173521],[948310,172444],[947582,174068],[947888,174211],[947368,175607],[956290,174486],[956744,175211],[957466,174666],[956814,175118],[951630,173251],[953373,174469],[953360,172938],[951831,174674],[954319,173374],[952241,177226],[952072,178497],[951759,177844],[951911,178190],[953015,178242],[951877,178679],[951114,178305],[950653,177744],[950632,178902],[950812,179016],[952138,179262],[951610,179363],[953789,177022],[954537,176797],[953939,177320],[949190,167562],[949619,167629],[948824,167509],[950131,167209],[948540,167181],[949765,167245],[948509,166967],[947717,166770],[948259,167120],[947337,166709],[947430,167060],[947341,167216],[951650,166987],[951716,166938],[951331,167097],[951360,167099],[951490,167666],[951575,166979],[953439,167801],[953611,167760],[953415,166921],[953386,167252],[953672,167628],[953691,167550],[950342,191664],[954384,190606],[954766,190771],[954493,190998],[958715,184600],[956664,184740],[957652,184809],[957639,184301],[959256,184881],[958975,185174],[958303,184775],[958084,184429],[959371,185405],[959028,185366],[958210,185218],[958475,187820],[957469,187916],[958118,187888],[958430,188147],[959031,188257],[958513,187962],[959327,187771],[951368,189360],[951971,188148],[952782,187912],[952010,188250],[952218,187091],[951430,184121],[947898,183125],[951326,183969],[948314,183958],[949877,183400],[950965,184550],[949932,183103],[950608,184282],[948173,183395],[948988,182489],[951425,183950],[951485,183975],[950656,183858],[953685,180755],[956932,181321],[958057,179555],[955361,180442],[957218,179641],[956189,179665],[958454,181526],[958288,191650],[957533,189769],[948526,191718],[955497,196834],[956384,195954],[955436,196745],[956436,196554],[956628,195344],[958676,196827],[958289,196691],[959303,196434],[958629,196715],[958798,197368],[959440,197911],[959805,197433],[959090,199771],[957944,199232],[959037,199427],[959051,198033],[957964,197807],[958198,198947],[957887,198314],[959223,198496],[958797,199796],[956152,197410],[955690,196514],[956053,197172],[956099,198113],[959519,194069],[959968,202101],[948856,193664],[949236,192933],[949038,193333],[950410,195412],[949428,194469],[949935,193966],[949507,193340],[950270,195131],[951772,193961],[950818,195599],[951441,195248],[950671,193865],[951697,194738],[951037,194660],[955354,192900],[954333,194252],[953483,200572],[954035,201044],[955959,198832],[958712,192535],[958940,192450],[958487,279064],[953956,283630],[955443,286197],[954923,286520],[955133,286136],[958895,292792],[957698,497521],[959346,497277],[959026,497129],[953673,505773],[954099,509286],[968692,-145897],[970913,-148206],[971852,138893],[972467,139311],[960238,136844],[972571,148175],[972252,148437],[970284,151741],[970473,151330],[971831,151550],[970081,150452],[963357,146050],[962375,145089],[962978,144205],[962464,152115],[963999,150751],[964583,148969],[967327,142906],[963862,164937],[964042,166079],[963738,164158],[963568,165280],[965069,163881],[965040,164869],[960373,164176],[972643,155936],[971818,156195],[971021,155685],[970758,155543],[971987,156598],[971722,156859],[971698,156082],[970822,155307],[971331,161271],[971698,160542],[970991,161092],[971401,160949],[969902,162655],[970098,162375],[970476,162725],[966241,166327],[971376,175617],[971255,175373],[970779,179004],[966482,170592],[962153,169700],[961377,170886],[961414,170361],[961198,169543],[961784,168804],[961563,169646],[963118,168782],[961576,167685],[961341,166791],[960917,166778],[963069,178879],[965035,173526],[961901,178440],[963532,177268],[962737,177620],[963378,177945],[964151,177468],[963624,178048],[964313,178509],[960592,177163],[961396,177179],[961372,177607],[961129,177635],[960049,177427],[962143,177868],[960993,177478],[971119,174217],[966679,175300],[965977,174592],[964716,171694],[970931,168607],[971020,167868],[970815,168149],[967062,168069],[968230,167906],[967140,168270],[967116,167717],[967008,168505],[966274,167104],[966512,166672],[967345,169221],[967063,168548],[967859,168597],[968528,168994],[967887,191046],[968565,191183],[968417,190976],[968020,191112],[966465,189748],[969085,188309],[964107,190846],[962219,191675],[960437,191809],[972725,188034],[966357,180098],[966721,180967],[966834,180959],[967122,181702],[966358,180703],[966820,180774],[966289,184214],[967042,181943],[968101,187153],[967445,186405],[968289,186355],[965715,187600],[963675,188749],[964514,188578],[964340,188575],[963607,189543],[966162,181906],[964689,181505],[965378,183781],[966033,181485],[965962,181105],[965526,183201],[972142,183341],[972692,183656],[970387,183696],[971246,187665],[970741,188532],[971285,186321],[971067,186679],[970913,187035],[960505,181533],[960010,180777],[961979,180121],[961522,180037],[960465,197945],[961069,198969],[962718,200173],[962042,199521],[962878,199963],[962780,200065],[962138,200308],[962698,199884],[963207,201152],[963117,201983],[963571,202165],[964728,202090],[962457,201263],[962281,200967],[967173,192834],[972372,196013],[972127,194958],[972444,193702],[962665,192390],[962015,192794],[961552,192625],[961957,192327],[961289,192469],[961207,193136],[961186,196020],[961548,196844],[961804,197046],[961136,203195],[960130,202269],[960440,202232],[967804,194372],[966130,204655],[966612,192867],[966529,195159],[965543,195372],[964960,195263],[964489,199261],[965196,197223],[966763,198345],[967028,198635],[966922,198594],[966618,201729],[966530,201877],[966055,201456],[968065,203382],[970921,200527],[969434,198739],[968895,199717],[968650,199338],[968158,199331],[968200,199203],[968638,199529],[969035,198786],[968153,199241],[969774,195799],[969983,194854],[969914,202846],[968972,203305],[969359,203178],[966476,199216],[966224,200024],[964416,194455],[963862,195039],[963897,195149],[968933,214296],[969222,213454],[969501,214446],[969255,213958],[969590,213947],[969666,213154],[968624,214320],[968202,211066],[969375,211252],[968461,210345],[969218,208806],[968730,216359],[969462,215865],[967934,205524],[971667,212867],[972680,217146],[972718,217644],[971746,213582],[970287,221050],[968041,219976],[968103,220291],[967738,220621],[967508,221511],[968137,222306],[971156,222205],[969327,220620],[971701,222289],[971266,221928],[971566,222136],[971932,222413],[971743,222661],[971293,221610],[971638,222661],[971699,223445],[971943,222263],[970594,226464],[969509,226763],[969415,226641],[969910,229558],[969699,229965],[969496,230218],[969551,229634],[970813,229316],[971965,230303],[972127,228362],[971686,229893],[971702,228414],[972026,229898],[965337,220950],[965410,220173],[963908,220540],[964411,220878],[972739,219746],[971198,235530],[971342,236095],[971505,237270],[970877,239750],[969547,237661],[970355,238530],[970094,237786],[970791,236828],[970851,238250],[970749,242064],[971113,242308],[970679,241497],[970846,242562],[971216,242774],[969508,236021],[969644,236047],[965529,238410],[966845,242102],[965947,240681],[968055,240324],[967561,241728],[966391,241068],[967678,242660],[968885,244512],[971251,249489],[969584,246106],[968748,247973],[971723,248643],[969110,247406],[968540,248031],[972303,246075],[971293,248273],[971581,247295],[963776,277742],[961661,486058],[962974,477801],[964647,486730],[964864,486741],[965375,487060],[962786,501511],[962764,501309],[965038,120199],[967275,116776],[965464,120791],[964869,117616],[979589,-165648],[984399,-159342],[982116,-161029],[979537,-167823],[981467,-187484],[981691,-185111],[984824,-184426],[984650,-184109],[984965,-183989],[982525,-186709],[982773,-186912],[982651,-186547],[982368,-186712],[979492,140249],[983666,133151],[983158,131501],[984771,131946],[977687,152901],[978631,151970],[978260,148625],[978858,150111],[977491,148937],[978479,141746],[978877,142063],[984650,158276],[984788,157389],[984713,159308],[985278,157867],[985213,158416],[981200,163574],[981653,157722],[981057,157690],[980743,156924],[981694,157227],[981125,157486],[981429,156946],[980729,156429],[977490,158344],[975818,155603],[975896,155601],[975879,156362],[976763,155721],[975824,155295],[976796,155791],[975999,155983],[973406,155486],[973694,155360],[973972,155677],[973277,155663],[973677,156114],[973516,156927],[974138,155850],[974254,161183],[973675,160527],[977650,162062],[977395,162439],[977788,160767],[977552,162981],[977617,162262],[977117,162601],[979177,161462],[979104,162476],[979170,162105],[979944,162095],[979448,163046],[975483,176007],[975625,174193],[975213,173943],[975160,174164],[973738,173714],[974035,174716],[973808,174403],[974026,175040],[974179,174918],[974118,174296],[974055,174498],[973110,177268],[973026,177215],[973485,177137],[973386,177900],[977965,168395],[973471,175232],[984010,167068],[976800,166797],[977934,167973],[977153,167285],[974564,169975],[973854,187374],[973442,187157],[975443,186961],[974933,186528],[975700,186757],[973109,189301],[977234,187515],[978554,187196],[976591,185234],[976067,182643],[977551,183411],[975681,182535],[977824,183735],[975386,182214],[975465,182357],[974831,182585],[975856,182118],[976043,182055],[976931,182817],[973530,180516],[983350,192044],[981972,191939],[981603,189790],[978328,183894],[977921,184927],[979188,183156],[979597,182868],[981059,187924],[981655,189014],[979109,187468],[980498,188039],[979460,187490],[975125,189079],[974470,189599],[974326,189723],[975699,191093],[974985,190350],[972943,184220],[973260,183958],[973381,181935],[981594,179691],[981389,179833],[974281,201855],[974386,202144],[975516,202520],[974674,200022],[975260,200728],[974671,200780],[974447,198772],[973435,199193],[973419,195573],[973216,194365],[983415,200985],[983518,200008],[984044,195281],[981923,196051],[982895,196617],[982640,196270],[982565,196409],[982680,196605],[982920,196145],[981954,194836],[982714,192468],[982937,192856],[983896,203795],[981588,203516],[983536,204019],[976772,196012],[977471,195327],[975850,193308],[976462,193041],[985401,198573],[980099,203082],[977527,200258],[977632,199952],[976847,199981],[976669,199862],[975640,202007],[984235,216210],[984023,210394],[976820,211452],[976689,211683],[977204,211628],[976827,212140],[977048,212224],[976154,214997],[976385,214731],[976204,215426],[976629,215481],[975877,214851],[976473,214573],[979875,209812],[979967,209044],[978581,210987],[979576,211305],[977690,209350],[979907,211661],[979841,209021],[979768,209473],[979762,207831],[979949,207850],[981349,213009],[981438,213134],[980596,214430],[980750,213137],[979979,214375],[981344,213236],[979959,215597],[976139,217155],[976586,217448],[976348,216914],[979090,211085],[974623,206448],[983438,208387],[975164,211995],[973142,213746],[974288,211461],[974814,211909],[974932,212891],[973734,213292],[973241,214051],[973108,210164],[982900,224332],[985515,222796],[985450,221560],[985501,222806],[984776,221714],[984140,219122],[980943,222478],[984469,218849],[984251,219970],[982699,221471],[980302,219437],[980193,219092],[980317,218506],[980245,219505],[980416,218687],[980738,220757],[980956,221120],[981004,221782],[976814,224085],[977576,224090],[977808,222229],[978429,223112],[977613,223545],[977093,219578],[976959,218452],[977397,220395],[973980,223778],[973276,228428],[985321,227482],[982677,228185],[982911,228321],[982856,228620],[983504,228632],[982905,228645],[982831,228610],[984516,226908],[984005,226356],[980574,227915],[979056,226604],[980252,227538],[980103,226839],[975401,223664],[973591,223820],[974221,224000],[974703,221555],[974573,221875],[974775,220881],[973616,221626],[974392,221315],[974292,221659],[973195,221552],[973303,219445],[973045,219037],[972988,219156],[984373,242623],[980200,240871],[979430,242997],[982783,242488],[982681,242568],[982558,242542],[982600,242539],[983081,242979],[978831,235011],[985120,233506],[982772,232132],[978999,232291],[979880,232975],[979945,232533],[979166,232773],[981323,231495],[981685,238365],[982358,238629],[981841,238876],[983685,248588],[983917,248587],[985279,245349],[985014,245118],[984652,245317],[983298,244200],[983276,244536],[985200,244654],[982079,245024],[981499,245232],[981284,244860],[981205,244770],[981268,245346],[980520,245171],[981073,245566],[976438,247821],[977577,248675],[976638,248263],[977017,248373],[977333,248287],[976618,248179],[976989,248173],[979287,244796],[977583,243996],[979368,244457],[978596,246016],[978990,245017],[979254,249026],[979767,249415],[979503,249487],[980502,252371],[983037,253556],[985197,252123],[984946,251712],[983124,252086],[983470,252460],[982344,276379],[978070,278990],[981070,272596],[978878,270728],[977003,320068],[978526,319265],[979117,321049],[981111,320780],[976703,392161],[976893,392020],[977061,524270],[976442,523258],[976718,523429],[976083,523357],[974118,525550],[974528,525413],[983810,535147],[984068,535091],[983865,535343],[974748,525477],[982800,125271],[983059,124754],[981602,126233],[975287,120079],[979943,122883],[974045,122948],[981524,125527],[988630,-160099],[989774,-161207],[988241,-162666],[990650,-169032],[991628,-167834],[987163,-177149],[987229,-176914],[987427,-177020],[985828,135763],[990317,135891],[991486,135508],[986577,152865],[987465,153788],[997533,151219],[998186,149700],[994382,144421],[997265,146674],[986747,144510],[988377,144647],[986632,149016],[987384,149516],[985937,157341],[986041,157561],[986111,154209],[987542,154047],[986958,154276],[986990,154235],[986906,154372],[995762,164397],[995215,164664],[998223,156092],[990741,168627],[990627,168913],[998042,179390],[997938,172842],[997973,172622],[997856,171959],[986606,191811],[994192,204836],[993222,199380],[993987,200166],[990016,205742],[990687,216818],[990815,217125],[991084,217629],[990810,216707],[990373,216999],[991068,217665],[994300,205246],[996879,215779],[985855,222207],[986324,222703],[986316,222552],[986133,222622],[985873,222490],[986314,222503],[998291,228689],[998217,228096],[998235,228298],[998067,227737],[998219,227386],[995417,229785],[995374,230214],[995949,228898],[995958,229592],[995595,229869],[987622,228387],[986545,228886],[987360,228218],[986731,229352],[987282,228415],[987032,228747],[985788,228883],[986308,225871],[985828,225786],[986367,226178],[986220,226738],[990502,229787],[989634,229092],[990972,228499],[991593,229062],[991844,229185],[990754,228839],[987697,221116],[987286,221097],[987231,220288],[987168,221218],[993601,227894],[994431,227572],[993813,227123],[993306,227568],[995534,232299],[995896,230813],[996184,232077],[996177,242995],[992416,242251],[993445,242157],[993772,242940],[991927,241040],[991490,240769],[991319,240963],[989530,237104],[988492,236879],[988371,237933],[990105,234778],[988607,236523],[989986,234495],[989638,236510],[988321,236071],[988373,235461],[988316,241713],[988229,241294],[988314,241250],[985801,242722],[988542,233921],[989179,233091],[988051,234098],[989147,233089],[987933,232571],[988654,232129],[990372,232862],[993938,237449],[992509,237445],[993451,237320],[992545,237679],[993108,237847],[993674,237127],[990737,239601],[989573,239598],[990879,239490],[995716,234641],[995510,234992],[995746,235847],[995450,235746],[995122,235102],[995730,235167],[995473,234959],[992280,235656],[993248,234876],[992741,235142],[992325,233449],[998334,237847],[985960,243345],[995845,243736],[996035,244240],[995803,243712],[996444,243844],[995860,244044],[996169,244333],[988791,244634],[987087,244192],[986225,243766],[992940,247757],[990121,249363],[992205,247993],[990772,249197],[992512,246196],[992164,246103],[995476,246931],[995556,247245],[997042,248087],[997403,243674],[997651,244067],[997030,243945],[997125,244202],[997042,243957],[997274,244460],[995380,253684],[995556,252278],[995657,251906],[994638,253402],[995587,252010],[995709,253358],[994427,253364],[993492,250583],[993158,251131],[993374,250898],[993675,250735],[988171,255332],[986677,246932],[992014,255761],[993063,254171],[993820,250489],[993059,250826],[997975,316897],[992594,392655],[989483,492747],[986088,126682],[986137,126275],[987221,128020],[1008400,-163481],[1007246,-161240],[1006073,-160519],[1005102,-162751],[1008163,-167695],[1008957,-163809],[1009365,-163721],[1008763,-164094],[1009278,-163612],[1008449,-162010],[1008742,-162233],[1005030,-154942],[1004828,-154978],[1004788,-155088],[1004987,-168260],[1004930,-168394],[1005535,-168367],[1002726,-173077],[1002968,-173050],[1004632,-171430],[1004197,-171878],[1004884,-171548],[1004472,-171521],[1005826,-19180],[1005138,-18528],[998547,148983],[1001138,152659],[1000499,152386],[1010674,166573],[1008732,166370],[1008999,164274],[1008408,164914],[1009843,164144],[1009909,164749],[1009853,164218],[1008283,164946],[1009323,165063],[1008059,164278],[1002726,166556],[1002666,165894],[1009471,160591],[1009243,160817],[1008197,161586],[1009252,160787],[1009067,161893],[1009433,159947],[1008866,160690],[1008621,161127],[1008998,161953],[1008586,163868],[1008683,163357],[1008706,163840],[1007527,163833],[1005559,164498],[1004673,165050],[1004306,165230],[1004593,165043],[1005013,164110],[1005292,164550],[1004854,164396],[1002341,163320],[1003247,163534],[1002268,163136],[1001968,163774],[1002102,164057],[1002699,163372],[999763,164135],[999631,162766],[999876,163088],[1008301,154757],[1008123,154253],[1008308,154697],[1001330,154222],[998740,156141],[998638,156601],[1003291,154753],[1003678,155393],[1003011,154857],[1004601,160826],[1004729,160865],[1005592,160730],[1007629,163830],[1007786,163662],[1005080,162847],[1005334,162660],[1006327,163689],[1009679,173873],[1010321,167860],[1009882,167259],[1009270,167884],[1008922,167998],[1008631,167722],[1001697,178457],[1001886,179212],[1001735,179163],[1001451,178710],[1003187,179211],[1003390,177035],[1003307,178908],[998764,179032],[999940,178397],[999840,178266],[999747,178596],[1006138,175759],[1005972,175690],[1005284,176027],[999868,173571],[1000067,173645],[999531,173199],[999997,175776],[999734,176127],[999690,176390],[1005492,167991],[1005412,167457],[1006849,169041],[1006926,168823],[1006826,168779],[1002311,172904],[1002320,172690],[1003076,173103],[1002945,173402],[1002839,173472],[1004499,171616],[1004985,170936],[1004200,171024],[1003387,166777],[1003651,166711],[1002393,166628],[1001590,169921],[1000206,168121],[1001297,169045],[1008713,166752],[1009263,176982],[1009572,179104],[1004658,166912],[1007449,183372],[998430,179436],[1008911,191000],[1010886,179949],[1005054,180880],[1004379,181606],[1005072,181178],[999474,186551],[1002008,187496],[1002093,189052],[1005483,197839],[998549,192441],[999712,194792],[1006375,209451],[1000307,206111],[1002613,229540],[1003086,228955],[1000463,228261],[1000704,228540],[1000788,228425],[1001059,228682],[1000799,228096],[1000691,228613],[1001024,228661],[998674,228833],[998640,229042],[998822,227490],[998719,228341],[1001605,221305],[1000812,223177],[999355,220886],[1000981,221407],[1001303,220817],[1000613,221402],[1001250,220631],[1000634,220906],[1001446,220218],[1003045,222465],[1003152,222621],[1002010,222685],[1002779,222935],[1001959,222583],[1002370,222063],[1001678,225805],[1002364,226726],[1002512,225642],[1001890,226424],[1002577,226751],[1006928,229557],[1007457,229301],[1007023,230046],[1006345,229650],[1007091,229896],[1003152,227940],[1004204,227639],[1003843,228048],[1003851,228302],[1003174,227209],[1003907,228109],[1004242,228025],[1011183,227021],[1010587,227421],[1011124,226912],[1002853,230683],[1002759,231391],[1002621,233388],[1002113,233625],[1002545,233484],[1002140,233923],[1001408,233250],[1001595,233697],[1002120,233974],[1001116,234478],[1001138,234972],[1000015,236979],[1000634,237097],[1001377,235124],[999091,237845],[1005720,233878],[1007503,230787],[1010358,235979],[1010019,235127],[1010628,235635],[1009919,235637],[1005101,233895],[1005511,233953],[1011015,240017],[1005620,238268],[1005417,235777],[1008806,240078],[1008125,239746],[998974,238896],[999907,240421],[998629,244273],[1000040,245982],[1000208,245938],[999756,245334],[1000577,246725],[1001671,248593],[1001037,247076],[1000676,247215],[1000935,247752],[1001598,249340],[1000667,250028],[1000716,249362],[1000860,250039],[1001047,249687],[1001163,249574],[1000969,249493],[1002531,244761],[1002474,245694],[1002399,245578],[1005341,249764],[1007130,253124],[1006408,253171],[1008638,254859],[1007476,254065],[1007654,254924],[1006932,253603],[1008423,254695],[1008720,253808],[1009641,254080],[1008956,254552],[1009172,254906],[1009185,254618],[1009217,253676],[1011143,254203],[1010587,255883],[1008790,250180],[1009450,251302],[1010278,247041],[1009112,247229],[1010821,246938],[1010608,247266],[1010103,247217],[1008760,246763],[1010022,248493],[1006563,246700],[1004921,246008],[1004718,245621],[1005277,246001],[1005276,246099],[1005362,245684],[1005032,245246],[1001955,243897],[1002716,244967],[1002136,244103],[999919,251886],[999921,249995],[999929,251305],[999697,251559],[998942,252316],[999362,252213],[998559,252003],[1007376,256133],[1006640,255263],[1006923,255678],[1006805,254983],[1006956,255788],[1006285,254627],[1004224,252247],[1004022,252575],[1004292,253055],[1006771,253426],[1004855,257009],[1003312,257830],[1005414,264350],[1004260,264017],[1004615,262787],[1006271,261132],[1010813,268878],[1009284,262421],[1009554,263672],[1010642,263832],[1006815,318030],[1000292,318558],[1003947,314251],[1001200,526067],[1001873,526843],[1002496,103769],[1016792,-109780],[1018840,-109729],[1019097,-109772],[1023856,145935],[1017107,161654],[1016671,161656],[1022565,186802],[1021300,187121],[1013220,207412],[1012730,226091],[1013996,228615],[1012345,226247],[1013549,225917],[1014137,226344],[1015763,224597],[1015873,225253],[1016666,225545],[1017895,226133],[1016253,226360],[1019782,226987],[1021417,226476],[1023484,225952],[1022837,226471],[1023052,226383],[1023194,226524],[1019250,226877],[1019262,226868],[1022273,226901],[1019939,227428],[1020581,229742],[1021174,229808],[1020824,229994],[1021298,228726],[1020517,229645],[1021369,229005],[1013295,230113],[1019813,231983],[1019337,231368],[1019380,231286],[1019551,230836],[1020652,231083],[1016532,233146],[1017478,233273],[1017299,233186],[1016726,233072],[1016931,232695],[1016376,232576],[1017413,232430],[1013903,235427],[1014384,234274],[1014797,235634],[1012552,239073],[1012343,238963],[1011780,239047],[1012104,239264],[1012421,238517],[1012160,239321],[1015301,236869],[1015081,235763],[1019224,238751],[1019505,240442],[1022075,240018],[1023392,238626],[1022693,239255],[1020677,238247],[1023751,238924],[1022927,236518],[1022107,232639],[1011569,255373],[1011423,255218],[1013234,255605],[1013885,256058],[1013633,256160],[1011639,251163],[1011656,251410],[1012282,249555],[1012400,249432],[1012395,247152],[1013714,246501],[1011689,249443],[1013331,246606],[1013282,247272],[1014076,246980],[1018904,251263],[1018927,250210],[1018165,248547],[1015390,247834],[1020050,250254],[1020717,244783],[1012642,268862],[1014175,261402],[1016476,260122],[1013791,261693],[1015943,260660],[1013211,275224],[1023936,279820],[1023565,279393],[1020397,283741],[1018281,376450],[1017178,377524],[1017278,511867],[1029647,-123534],[1030080,-125588],[1029554,-123632],[1029092,-131382],[1030517,-131413],[1031250,-132854],[1036508,-163449],[1035655,-165066],[1034056,-176744],[1035789,-176846],[1035420,-175209],[1032388,-180146],[1027193,-107608],[1025799,-106993],[1025866,-106908],[1032138,-110089],[1030751,-109256],[1033400,-109157],[1026371,151132],[1027619,146658],[1026552,146768],[1025801,146702],[1027552,143560],[1034381,141078],[1031908,157330],[1027202,158142],[1025922,154091],[1024144,154544],[1033095,224184],[1034432,223899],[1033088,223954],[1034242,224638],[1033028,221276],[1036274,228876],[1036354,228781],[1030721,229814],[1030463,229316],[1030752,229255],[1031282,230120],[1030744,229216],[1032315,227103],[1031551,227147],[1031392,227864],[1032113,227371],[1028603,225591],[1029733,223322],[1027351,227226],[1027668,226395],[1027208,226620],[1027552,226832],[1027781,226895],[1027677,226378],[1026315,228158],[1025285,229437],[1025085,228675],[1024862,228545],[1026081,228747],[1024166,238682],[1025461,236736],[1024694,236117],[1028374,236317],[1031492,236941],[1030177,235036],[1030939,236427],[1031063,236038],[1030904,235322],[1030826,236252],[1032501,237714],[1033137,236901],[1032491,237841],[1034429,237380],[1033821,236599],[1035810,236864],[1035885,237244],[1033697,231004],[1033794,230640],[1034372,231054],[1033963,230683],[1025867,231506],[1027576,230803],[1026002,244178],[1025596,244091],[1027721,245187],[1028727,249707],[1029397,247654],[1028587,249245],[1031276,281509],[1048222,-131274],[1046309,-129517],[1046095,-129513],[1039055,-152198],[1039437,-151795],[1040363,-151171],[1043511,-166040],[1037238,-163311],[1042921,-172611],[1043536,-173514],[1042348,-172529],[1043848,-169884],[1043755,-170785],[1043073,-170128],[1043561,-170371],[1043043,-169724],[1043142,-166952],[1042957,-167261],[1036897,-170732],[1037513,-171191],[1036828,-169973],[1046916,-190172],[1046924,-189877],[1047035,-189624],[1040204,-191504],[1040795,-191592],[1040870,-191902],[1045015,-107267],[1046792,-106884],[1044757,-106332],[1037837,138519],[1040787,145963],[1039955,141035],[1042010,142386],[1043465,142123],[1047022,143194],[1044175,144621],[1043159,186919],[1044604,187077],[1049170,183494],[1045660,187546],[1038247,197562],[1040709,227349],[1040906,227390],[1043346,230380],[1040693,229904],[1040080,230565],[1040381,230557],[1039633,229787],[1040298,230314],[1046931,223606],[1046089,224619],[1046688,223045],[1045886,227005],[1046492,230274],[1047399,230442],[1049109,230307],[1037012,237226],[1038342,236692],[1040416,235921],[1038514,233193],[1037645,232890],[1044947,232478],[1045484,232059],[1048897,230804],[1048381,231262],[1043350,230763],[1059868,-131141],[1056705,-127862],[1057751,-129912],[1052280,-133754],[1053907,-131127],[1054031,-131560],[1057230,-137770],[1057230,-137476],[1058242,-137979],[1055052,-106698],[1055119,-106071],[1057114,-105190],[1059821,156079],[1059026,154485],[1060247,154915],[1059181,154706],[1061083,182367],[1059818,216596],[1059999,217143],[1060251,215893],[1061974,214791],[1051815,228973],[1051507,227360],[1050958,228982],[1051188,228599],[1051756,228308],[1051604,230270],[1052320,230156],[1051825,229269],[1050803,229947],[1052564,223466],[1051931,222861],[1053118,222763],[1053346,222202],[1052597,218105],[1052293,218514],[1060701,557152],[1060893,556571],[1064615,-138937],[1066656,-139147],[1065087,-138668],[1063608,-111636],[1063710,-113177],[1063639,-111746],[1069245,-108832],[1071907,-110543],[1069621,-107614],[1073832,-108697],[1066886,153613],[1068488,152295],[1067153,152791],[1072924,158935],[1066693,166589],[1074185,163633],[1068675,156233],[1070375,154747],[1064694,158318],[1064545,157051],[1065106,155065],[1070589,167209],[1064258,175045],[1071048,167982],[1073567,172612],[1075156,172115],[1074667,189443],[1063173,186607],[1073339,196231],[1072978,196284],[1072110,195191],[1064229,221495],[1069441,554751],[1085478,-100945],[1076619,-106816],[1077507,-107339],[1082128,-103628],[1080140,-102711],[1075353,174044],[1075689,190762],[1076067,190207],[1077042,554753],[1076786,554987],[1076387,555448],[1076942,555948],[1099970,-125987],[1097817,-126340],[1099998,-128195],[1100415,-138305],[1093523,-150841],[1093381,-149386],[1093056,-150649],[1092028,-143235],[1091824,-142499],[1092850,-142421],[1100249,-98051],[1093567,-100108],[1096170,-99183],[1096110,-107492],[1097533,-107064],[1099146,-106556],[1103602,-139062],[1106344,-129893],[1106164,-131591],[1106721,-131740],[1101817,-142210],[1104668,-140701],[1101838,-142532],[1104893,-141076],[1102334,311375],[1118611,-135300],[1118168,-136158],[1117934,-136106],[1114243,-75315],[1119916,-76239],[1126200,-80279],[1124887,-79313],[1116285,-78698],[1124483,-103563],[1124764,-104160],[1120934,-113359],[1124190,-109822],[1125499,-108349],[1127279,-116810],[1128520,-115217],[1130559,-117821],[1128814,-133593],[1130677,-135649],[1133990,-133801],[1127001,-145651],[1128209,-146116],[1129717,-146173],[1133572,-75505],[1127094,-78185],[1128609,-88335],[1133699,-83206],[1137210,-77140],[1132111,-85040],[1127771,-89698],[1127402,-101726],[1136736,-100939],[1135926,-101449],[1138306,-103507],[1137523,-113924],[1135421,-109388],[1133295,-109293],[1138744,266370],[1136616,270544],[1137379,269616],[1138232,270095],[1134991,275818],[1135458,275760],[1135454,276297],[1138900,289388],[1137116,283909],[1137767,282976],[1144324,-10147],[1144272,-11816],[1142891,-10285],[1143073,-6483],[1142844,-6780],[1143144,-6656],[1148669,-109034],[1150564,-110516],[1147926,-110187],[1146928,-106316],[1148467,-104074],[1149823,-104259],[1144033,261477],[1149542,266612],[1150150,265918],[1147681,263919],[1146761,262582],[1145489,262244],[1142629,263151],[1140973,262236],[1144904,258351],[1141530,258093],[1148405,273521],[1146715,271585],[1151669,270119],[1151849,276751],[1146502,279001],[1146280,277213],[1145575,278571],[1142427,274473],[1143721,270277],[1149725,269189],[1143472,293664],[1141791,287502],[1142467,290983],[1143189,289856],[1140127,297507],[1142299,300925],[1145648,305574],[1141283,536765],[1145342,545630],[1163733,-161367],[1163179,-161064],[1159397,-111185],[1161217,-112539],[1160678,-111882],[1161465,-103530],[1161851,-102508],[1161512,-106786],[1162433,-106309],[1156372,-105960],[1158664,-104385],[1164447,25654],[1163664,24958],[1164035,23188],[1156468,21425],[1156460,21884],[1153025,22311],[1162663,261259],[1152516,274599],[1152920,276381],[1152365,277374],[1160438,270326],[1159632,273907],[1161205,280936],[1163760,280154],[1164281,284678],[1162342,285203],[1159841,282063],[1163150,284514],[1161445,289014],[1160632,287203],[1162033,287193],[1162258,301551],[1161885,302129],[1160287,300833],[1160546,300286],[1152908,295408],[1160139,295411],[1161773,302259],[1153201,303445],[1152509,303901],[1155088,300276],[1154797,300661],[1154417,303489],[1153574,303985],[1153579,304155],[1162629,306490],[1163453,306577],[1152463,298791],[1152262,298603],[1154898,300421],[1154769,300836],[1154809,300844],[1161598,519405],[1160977,518389],[1160511,540342],[1159917,540773],[1157864,538229],[1158031,538212],[1165066,-124276],[1165136,-121564],[1165668,-123494],[1166775,-128596],[1168387,-129016],[1166601,-129812],[1174975,-136743],[1173084,-137107],[1170745,-139367],[1170082,-138332],[1165541,-139632],[1168544,-141020],[1173240,-148538],[1171205,-149146],[1177089,-150551],[1164875,-157827],[1167796,-154824],[1167698,-156335],[1165270,-164098],[1169815,-25635],[1169891,-27152],[1172762,-27603],[1169471,-58015],[1169872,-54737],[1173453,-56514],[1175747,-69205],[1173605,-68442],[1176226,-70902],[1174792,-83881],[1176535,-77427],[1176871,-78537],[1167036,-103769],[1168431,-103123],[1169663,-108190],[1169741,207265],[1169549,206625],[1169501,206566],[1174988,209343],[1175574,209251],[1175774,210263],[1170302,20816],[1173752,19300],[1173843,20287],[1165957,264058],[1164923,287229],[1169748,283811],[1177547,291645],[1177156,291109],[1173961,289229],[1174378,288764],[1169588,306627],[1169375,295768],[1173978,295715],[1172673,294665],[1174657,311559],[1173975,309793],[1168589,27361],[1167347,27766],[1167758,31697],[1175496,523906],[1181978,-119875],[1181005,-122668],[1180757,-120037],[1188463,-133983],[1184001,-132096],[1189863,-131837],[1184152,-146756],[1181963,-147321],[1184294,-144842],[1178703,-157899],[1177941,-158567],[1180281,-160053],[1182273,-30444],[1181548,-29364],[1181642,-30290],[1183492,-58875],[1186495,-56032],[1186731,-56454],[1187555,-60190],[1181167,-57127],[1180716,-59474],[1185710,-94208],[1190007,-91053],[1185498,-94200],[1184883,-101381],[1181701,-100923],[1180602,-101688],[1184358,-105777],[1182148,-111256],[1183453,-111366],[1183569,-112684],[1183691,-104112],[1181410,-103363],[1182353,11877],[1179133,218277],[1179147,220575],[1180326,218570],[1183139,15011],[1184224,13043],[1177637,290354],[1177746,286081],[1178594,286112],[1179018,286148],[1181170,296975],[1179063,305901],[1177699,306793],[1181495,301907],[1180254,301571],[1182327,295220],[1183425,408227],[1184913,407911],[1186275,407274],[1186624,407355],[1190172,409063],[1190127,419981],[1188868,420937],[1188153,421749],[1189761,420567],[1186711,420468],[1187042,420877],[1188977,412080],[1188689,412469],[1184499,411042],[1185835,411585],[1184828,411902],[1182852,410474],[1183735,411259],[1185972,476348],[1182919,500127],[1181712,499563],[1181441,521908],[1197432,-109215],[1194369,-110636],[1198605,-109791],[1202763,213110],[1202922,216549],[1198695,223405],[1200647,227937],[1200879,223696],[1199316,237422],[1198179,234449],[1197172,234774],[1193046,20750],[1195472,22529],[1196078,22067],[1199764,283911],[1196502,288249],[1197018,284618],[1191401,284201],[1190685,284334],[1190438,284802],[1195992,287827],[1195194,286720],[1194667,289131],[1197595,293240],[1197006,293011],[1197349,292398],[1199478,299847],[1198381,300275],[1198397,300211],[1199844,297772],[1200321,296595],[1198632,303562],[1195765,309763],[1197395,311071],[1197267,311757],[1199815,328650],[1199576,328307],[1201211,324489],[1199898,324836],[1200319,324864],[1201231,33643],[1199352,32609],[1197395,35615],[1195087,33413],[1196347,32284],[1196820,31976],[1191895,409722],[1190422,409357],[1199577,397296],[1199533,397760],[1199747,397482],[1199226,398188],[1199473,397979],[1190980,420294],[1190857,420642],[1192242,410111],[1191840,410093],[1193666,460294],[1193519,460575],[1192527,457206],[1192514,457022],[1192278,457053],[1196477,473203],[1202097,470936],[1203054,57597],[1201130,54040],[1202531,63527],[1202286,63276],[1202707,65747],[1208048,-19158],[1207776,-18751],[1206205,-19367],[1207975,-14734],[1205018,-18557],[1211481,-104464],[1212720,-103298],[1210213,-107664],[1213034,6212],[1213286,3471],[1211871,5319],[1209667,175849],[1209638,175912],[1210756,180810],[1212783,212803],[1211904,212525],[1212733,215034],[1203590,215232],[1207623,270768],[1207267,270752],[1209285,271252],[1209654,285100],[1207693,287809],[1213772,290459],[1214678,291389],[1214287,289628],[1210353,294192],[1209346,295584],[1210462,296584],[1209787,307200],[1207438,303258],[1208692,306610],[1211142,302043],[1212001,303300],[1210941,302988],[1209560,32016],[1209096,31573],[1206527,31482],[1207074,30688],[1207040,31117],[1205348,35930],[1203652,58159],[1207819,71960],[1208655,71004],[1208133,70541],[1217170,-350],[1216076,-3429],[1216986,-1365],[1227739,12385],[1219686,11825],[1219365,11234],[1219836,12659],[1216129,163431],[1219236,163052],[1219539,164290],[1226854,221596],[1225926,222727],[1226916,222320],[1216945,240529],[1217179,240314],[1217729,240330],[1218724,35638],[1221281,36267],[1219439,33069],[1229132,10448],[1229666,131021],[1230854,129789],[1232354,131614],[1241440,135155],[1239681,134357],[1241218,135533],[1230223,159258],[1232108,156734],[1230838,159374],[1237229,191871],[1237982,193256],[1234699,193298],[1229664,13611],[1239304,279915],[1238446,280451],[1236535,283902],[1229844,27191],[1228901,29202],[1229577,29648],[1231938,108115],[1235099,109751],[1232137,107247],[1254395,9793],[1250161,9444],[1247254,189114],[1246703,188927],[1245816,187580],[1249437,211223],[1247326,213574],[1246499,213351],[1245823,230287],[1245536,227650],[1246996,226673],[1246610,270481],[1246182,271801],[1245304,271577],[1253541,43747],[1253994,46048],[1252141,43690],[1248851,107987],[1248436,107691],[1251271,109528],[1254475,8199],[1256802,135529],[1257092,135061],[1254824,137725],[1266849,135076],[1264304,193622],[1263832,193817],[1261971,199483],[1260798,18704],[1258274,14102],[1257122,14895],[1255602,18940],[1255480,18325],[1255659,18815],[1256547,259013],[1258294,259385],[1257707,261869],[1267172,264132],[1264307,275834],[1264188,271914],[1263065,270904],[1265501,55044],[1257942,112533],[1258167,113063],[1257049,112753],[1267728,133989],[1268541,135992],[1279518,259694],[1268654,267284],[1267801,262826],[1269231,286930],[1267866,286106],[1270327,286159],[1268099,57040],[1268814,57387],[1276338,60349],[1277567,57872],[1276197,74158],[1275478,76045],[1275955,73171],[1273815,94381],[1274336,95297],[1274054,93614]] \ No newline at end of file diff --git a/src/gathering/a10141.json b/src/gathering/a10141.json new file mode 100644 index 0000000..09cbcaa --- /dev/null +++ b/src/gathering/a10141.json @@ -0,0 +1 @@ +[[1280844,168686],[1282016,169482],[1283641,168627],[1290909,272537],[1290748,272736],[1291175,272875],[1289541,279387],[1290107,279751],[1291147,278386],[1286983,277029],[1284917,276238],[1286662,276627],[1280338,278717],[1281602,278478],[1280176,278501],[1281388,285008],[1290124,110251],[1288868,109381],[1288455,111672],[368341,9492],[371082,11482],[369083,12016],[368394,13779],[368801,13871],[365959,25473],[365506,23461],[366686,17619],[368505,19335],[367983,23303],[367351,32913],[366082,32988],[367137,32768],[361575,37190],[361371,37103],[361655,37232],[367671,26058],[363983,44657],[364873,44130],[369922,40613],[370176,39249],[370341,40316],[363500,58140],[360648,59044],[363541,60515],[364399,52411],[363898,53319],[371190,58958],[370183,57900],[383106,-1270],[383356,-3508],[382565,-2153],[381165,6468],[378561,9279],[378082,4701],[377219,10008],[377060,5406],[379757,6571],[373596,10810],[373713,11557],[374727,9603],[372915,8551],[373950,10015],[371233,11582],[371249,11141],[383976,7157],[373578,21835],[372818,23661],[371942,22076],[373530,20619],[376253,20105],[379426,17693],[379016,17966],[380077,21452],[381497,20085],[379127,17461],[378519,25936],[378380,26832],[379623,26051],[375010,41032],[375339,41255],[380757,43632],[375236,44494],[379286,39453],[379122,39046],[380655,40265],[377006,48286],[380206,45995],[378820,49044],[374582,54206],[374675,54043],[374436,54276],[371999,57655],[380316,58971],[375638,59438],[380083,60857],[383921,55300],[383197,55160],[383708,56931],[383763,76579],[382056,86132],[383769,77763],[381902,80418],[378859,86067],[378285,88117],[381014,86426],[382384,93262],[382458,93109],[381620,94282],[383071,96862],[374958,115340],[389837,-8764],[391587,-8851],[391275,5126],[392295,2758],[388820,3532],[393507,10685],[393494,10554],[390646,12032],[388119,10401],[385257,11171],[385882,11274],[389206,5966],[390346,7962],[389094,6523],[386222,12848],[396122,23054],[392547,20531],[392469,17929],[390177,14715],[392847,15323],[390691,13534],[393866,15703],[394532,15149],[393874,15521],[385686,15584],[386531,15842],[389059,36993],[392370,36041],[387525,48256],[390206,49282],[387618,48158],[389175,53844],[390384,57377],[384583,72430],[388832,74689],[386891,75779],[387743,80695],[386624,78923],[385252,83029],[387795,85251],[388246,99937],[385182,97668],[396526,94160],[395702,95241],[393727,94209],[396577,110779],[394589,115234],[396584,113866],[396021,121231],[395951,121117],[392418,116061],[397593,-9838],[398377,-8183],[400789,-7613],[400559,-7971],[404366,-8298],[403547,-6170],[407752,-20438],[407785,-19298],[408627,-22828],[401771,5551],[401121,4229],[401994,2265],[397563,11536],[404575,7920],[405622,7766],[407409,8538],[407125,4518],[407373,4934],[405050,7192],[404070,131248],[403844,133042],[402320,145152],[405075,145951],[406429,146276],[403529,143285],[397278,142029],[401478,143355],[406941,16023],[408181,15402],[406057,16014],[406083,25111],[407479,19771],[407993,25744],[408049,22727],[402705,24738],[397498,21426],[400442,23957],[399081,25622],[402227,21159],[406670,22307],[405937,24942],[402054,28531],[404611,27530],[397882,26224],[402727,31345],[401870,28403],[405843,27362],[407279,29341],[405800,48087],[408071,45892],[405480,46228],[405112,42662],[404472,46294],[405870,45559],[402591,41808],[401585,41183],[400182,44098],[409446,43867],[409545,42002],[406197,86127],[403961,86380],[403235,88042],[403259,88249],[404076,86205],[401533,90561],[400185,94623],[401104,93654],[398452,111889],[397834,107711],[398325,110147],[397349,109351],[399044,108901],[400828,107380],[402333,109205],[408294,110076],[408593,112149],[397305,112061],[404735,117662],[403465,118820],[401922,117320],[404319,116224],[402770,115999],[404112,117823],[397533,119752],[399810,127784],[401012,123557],[400789,127476],[401769,127110],[410032,-4742],[411665,-7868],[413388,-6639],[415666,-4276],[415929,-3235],[418628,-10543],[410497,-22898],[415043,-19508],[410212,-17879],[412679,-20196],[417971,-14162],[421656,-20397],[421613,-12896],[418684,-35153],[420073,-40011],[419815,-42430],[419888,-42585],[412074,-63474],[413230,-64570],[417654,-66616],[417789,-66768],[418466,-89042],[418821,-88963],[413292,3980],[411594,1505],[413574,2295],[410522,12099],[412591,12954],[415889,139966],[415905,140962],[409631,135472],[409788,135358],[410204,136550],[420637,146473],[419850,147462],[418456,146305],[420337,147195],[411182,149453],[410083,150591],[413197,148169],[414141,13665],[411861,18567],[411105,19234],[414745,21117],[415739,24481],[414631,23840],[414668,23950],[410792,26589],[410413,27701],[409633,28622],[419002,31640],[419411,30252],[419309,30676],[411480,42287],[412388,70992],[415416,69224],[413049,70779],[409671,86415],[409755,84872],[418589,85157],[421878,83684],[419203,84640],[419684,100681],[418790,98466],[419910,99993],[410772,95401],[410456,95774],[411018,96420],[421353,89801],[419043,104260],[420146,103999],[420158,111436],[419227,109400],[411727,110919],[414768,107951],[416537,107003],[414735,107894],[414481,105628],[413451,104628],[413530,105108],[414402,116532],[415032,115993],[416894,115493],[424019,-10115],[426698,-9424],[423857,-10355],[431052,-12091],[430536,-12380],[434407,-2229],[434248,-2003],[429807,-3235],[428108,-1566],[428919,-930],[434989,-305],[423080,-9218],[431533,-12416],[428790,-20953],[431228,-17534],[424052,-19106],[428265,-14648],[425014,-25899],[431954,-40822],[424048,-47383],[425022,-44435],[425481,-52567],[433332,-73688],[433086,-73472],[426689,-71365],[425171,-88531],[427492,-94413],[429374,-96611],[434979,2890],[424940,153254],[422583,152473],[432371,160605],[429160,155149],[430066,154167],[430660,154985],[424929,22589],[429904,22190],[423662,21884],[430810,18909],[433973,24565],[434531,25068],[432682,27886],[425244,70723],[423920,70060],[423629,74638],[427475,78441],[422410,81726],[422595,79574],[424639,82244],[424927,83745],[426109,83521],[423021,88851],[424299,92047],[433019,95048],[432612,104791],[433498,103763],[436412,-5013],[438885,-47078],[442271,-42819],[443040,-43359],[439045,-47245],[441133,-43753],[436519,-41087],[440188,-49284],[445585,-48429],[447383,-45520],[444505,-45639],[435545,-41136],[446890,-49924],[446513,-53401],[446680,-53713],[446375,-52134],[436108,-79455],[441462,-77465],[442184,10747],[442100,11586],[442448,9465],[450266,945],[443876,2282],[436068,871],[447521,151637],[445837,147233],[446027,146777],[441333,152055],[442607,151077],[443103,150685],[445299,156818],[446242,155537],[443741,155749],[435280,159865],[437479,157497],[444561,179237],[444409,179022],[439334,178804],[444823,170992],[444564,171661],[444483,172490],[445326,189353],[444844,190385],[443764,183444],[445156,185359],[443693,187322],[446709,197878],[445015,193058],[445798,195056],[444686,192366],[435818,25199],[436023,18940],[435476,21045],[438568,21380],[437481,17339],[437428,14945],[436427,17483],[441891,16032],[445731,15957],[438043,26042],[445382,70078],[447044,65671],[447880,82165],[436173,100873],[437207,100380],[440275,101965],[440113,101832],[439536,100864],[444290,99603],[446273,99189],[446664,99737],[444841,106446],[445626,107977],[443759,110543],[441524,108385],[442536,107929],[440784,113640],[440962,111692],[440303,110006],[458004,-41815],[451116,-43225],[453109,-44545],[451184,-41220],[458498,-49915],[457847,-46561],[453794,-44925],[449606,-49254],[449078,-49137],[456329,-53498],[456149,-52577],[448829,-53490],[448594,-52469],[460070,-74160],[454412,-66320],[448601,-87801],[452248,-82276],[453895,-87469],[450358,816],[450009,4855],[450760,1182],[451826,1516],[458721,4625],[451004,11552],[450370,10118],[451964,12877],[458135,153192],[453660,152384],[450030,152440],[449825,147342],[455882,157850],[458638,159468],[453883,155265],[457683,154020],[448859,178105],[451003,167572],[451910,168038],[452309,168984],[456063,168385],[456346,167916],[454793,167832],[453962,182665],[455216,186087],[451272,183508],[450768,183162],[450709,203154],[451685,203526],[450836,203019],[460342,207658],[457163,205458],[458199,207138],[448131,75489],[448026,70542],[454648,81350],[451830,84683],[449210,100090],[450950,97569],[452173,99059],[453996,101830],[450402,104526],[451402,103511],[469025,-4273],[473106,-24465],[467488,-29234],[466818,-28716],[463979,-30407],[461870,-30958],[465897,-37349],[465596,-37756],[461062,-32250],[460888,-38334],[464620,-39442],[463604,-47131],[463095,-50105],[464640,-47079],[472346,-50408],[468744,-60379],[471718,-51152],[472066,-51118],[467988,-85899],[461810,12816],[466660,11705],[465000,10690],[466643,8898],[469510,9643],[471984,1797],[469944,131858],[470462,129906],[471411,160851],[468649,162247],[468553,162851],[466058,164137],[465797,161687],[460822,160421],[468654,166436],[472460,167388],[469750,169319],[473450,172537],[463619,195466],[466979,195195],[467059,195859],[469580,213238],[473447,212722],[471700,210739],[469751,210946],[461917,16298],[472454,13494],[461535,18724],[472207,84776],[469871,107822],[467281,105935],[466562,109713],[465892,108010],[463568,108742],[465388,106646],[468634,117411],[468921,120989],[473414,119615],[470945,122087],[468540,123934],[471019,122942],[471343,127619],[471679,122801],[470667,122887],[484187,-8548],[484506,-8923],[483919,-9567],[478299,-14098],[479704,-13989],[479295,-14905],[475040,-24866],[483562,-25095],[483424,-25361],[483194,-25483],[482817,-27221],[482372,-27229],[481992,-27835],[483076,-29131],[479544,-27149],[479244,-27061],[480594,-26213],[477436,-76012],[479500,-82218],[477996,-81533],[477232,-89450],[477043,-89786],[480666,4743],[479207,2949],[484320,1162],[478890,2887],[484235,1442],[484430,1592],[485194,131017],[486185,153036],[485970,152630],[480890,149977],[481637,148743],[479574,149390],[486248,154498],[483217,158238],[478165,157580],[478084,157315],[481503,161834],[478391,162131],[476664,172479],[474168,173100],[480383,172781],[478231,171164],[480056,172323],[481410,179167],[478260,177115],[481410,179707],[479650,183340],[481827,183201],[481754,184370],[476451,180424],[481369,194345],[480617,194808],[480493,196525],[484096,204759],[474396,217402],[474702,205749],[475867,208205],[473707,208490],[478244,217982],[479190,218513],[474982,218368],[474153,218666],[479387,219292],[477318,223231],[477517,223183],[476158,224168],[477979,227397],[476515,227385],[478176,225455],[476285,229334],[476560,229541],[475580,231931],[473636,14041],[484190,37516],[479322,38516],[486287,34795],[481481,46248],[480105,39175],[479583,40845],[482067,55391],[486057,52532],[482733,57613],[482593,56733],[483140,55934],[476791,61750],[475979,63415],[473719,63012],[482943,73811],[480772,72490],[476173,74816],[476428,72212],[473868,75154],[486079,72204],[481585,69943],[483039,74554],[476677,83482],[476645,83325],[476201,84627],[481113,87414],[479110,86083],[482882,85105],[483411,85275],[484571,85371],[484928,78306],[479635,90771],[478420,106821],[480349,106127],[477243,105551],[478027,108018],[482894,107413],[481182,123640],[474885,127284],[497464,-2164],[498983,-269],[492447,-87293],[491333,-86943],[494192,-90073],[492765,-90575],[491402,-92858],[487759,6930],[498797,1652],[493606,8665],[492699,8021],[492480,9730],[494154,139704],[490384,137043],[486749,130822],[498784,153089],[496296,149077],[498157,152810],[498162,152645],[491251,151092],[490224,151928],[486585,151433],[492491,142859],[494944,143701],[498594,154290],[490165,153976],[486805,156279],[489245,197760],[490743,198218],[487576,199523],[493966,198848],[495164,201084],[492622,200941],[495503,202779],[494384,211620],[492298,212697],[492599,211241],[486999,206070],[487888,208180],[498181,205142],[488878,206211],[487735,13878],[488730,15474],[498202,17565],[498343,16872],[496812,15102],[493854,18726],[494512,22872],[495496,23831],[490834,15730],[491030,18903],[489312,21403],[497932,27463],[491909,36553],[496408,29946],[492979,35186],[486650,40845],[486532,46862],[488921,54080],[493311,59893],[498208,57259],[492236,58268],[497726,53529],[498340,58278],[486489,54400],[498274,70004],[492232,69675],[493411,70226],[487485,74819],[486641,66418],[486869,86425],[492278,85317],[489484,86281],[493878,84560],[493210,85575],[495063,85530],[488645,88759],[489674,91976],[487151,93722],[490901,100839],[490515,97715],[490729,100341],[493237,93761],[496623,103706],[496033,103251],[497790,108733],[493364,114478],[498497,115855],[491458,117269],[491076,115948],[490145,118387],[491048,124051],[493244,122539],[497704,127450],[496780,122006],[488199,117710],[507706,-1280],[510041,-396],[507740,-36269],[510308,-36782],[511325,-33657],[511060,-36604],[505292,-29044],[507551,-28626],[510532,-36513],[511960,-26556],[509666,-49295],[510313,-47176],[511661,-44599],[510624,-45086],[511850,-45205],[509173,-39824],[510572,-38868],[511939,-46554],[510177,-54203],[510709,-51231],[510924,-51838],[506283,-53537],[504513,-60339],[504195,-99019],[503775,-96286],[506496,-103660],[506206,-103485],[506679,12466],[508182,4184],[508517,3014],[501226,128537],[500295,131807],[501105,132528],[508679,129579],[507243,130075],[508748,130605],[511706,134373],[511549,135174],[509360,147703],[507318,147639],[508509,148118],[507065,150681],[506391,151602],[499873,148462],[499647,147621],[506560,151141],[504661,160040],[504296,161669],[501739,157180],[500382,156385],[501387,155416],[502353,204603],[500486,196160],[503963,198235],[502958,196956],[509411,198107],[506393,200317],[506963,197317],[500883,203002],[500765,207251],[502905,210287],[502368,208791],[506400,214130],[504551,211520],[506258,214106],[508975,208980],[510268,211973],[509564,214392],[510578,214897],[502489,205631],[500797,205366],[510706,208970],[503198,21748],[501365,27997],[500735,28968],[500966,50174],[500412,59772],[499785,76943],[503269,111191],[501774,111063],[501303,111782],[504677,105955],[506171,107507],[507463,104626],[510902,106887],[511335,106910],[500051,115790],[519241,-12419],[523841,-10558],[519303,-12240],[517004,-11736],[519821,-4054],[523698,-19427],[518458,-14155],[514439,-21843],[512073,-26784],[512197,-27002],[518566,-44929],[512047,-38233],[513356,-57428],[514252,136135],[522534,150539],[521091,164747],[523791,155790],[522831,154128],[523141,154669],[518017,175951],[519639,170021],[512335,184567],[513688,187069],[520217,184326],[523523,188439],[520859,193237],[520513,198416],[516508,192942],[516654,210761],[515870,210969],[515732,210828],[517679,211156],[513117,207625],[522219,212196],[524313,215150],[513634,219409],[513308,219620],[515032,220426],[523129,267413],[517077,265678],[519594,267529],[515067,262526],[519986,263809],[515079,257823],[516320,261398],[516059,259025],[514014,258582],[515538,259624],[514125,260026],[512070,260475],[523313,274301],[523869,277579],[522006,274305],[520674,275411],[521350,275314],[519294,275235],[524667,275957],[516554,276244],[517229,276711],[518992,275963],[524233,79066],[524379,95540],[512380,107422],[521286,112552],[523606,113879],[524058,112742],[521258,113706],[532458,-116182],[524882,-7948],[524971,-7618],[532163,-7576],[530547,-6134],[531187,-5692],[534507,-1014],[533339,-7383],[530135,-9119],[531200,-10015],[530306,-10392],[533804,-14738],[525019,-18396],[525313,-18383],[529025,-20976],[527093,-19662],[535382,-15776],[530452,-19817],[528950,-20723],[527883,-20853],[529832,-23133],[535527,-22942],[536099,-15812],[527112,-19434],[525747,-28704],[524940,-28027],[526932,-27904],[526573,-28072],[529327,-26194],[536139,-27070],[526310,-61226],[526562,-60460],[525914,-61068],[531196,-55559],[531380,-55400],[531233,-55745],[525409,5045],[533534,347],[529360,6329],[530185,7376],[532866,1098],[536263,3585],[537027,1415],[537038,154324],[527825,156160],[536145,178414],[525973,213728],[529841,211169],[529505,213368],[531614,215211],[529783,216933],[529374,217709],[528972,216130],[534837,217506],[530329,217557],[532526,220677],[534351,264191],[532599,265808],[535903,266466],[528143,267036],[529003,267318],[528128,266210],[524800,264794],[525067,264860],[531982,268885],[531821,268354],[534897,267845],[534219,85674],[536045,86025],[530829,79792],[526364,81800],[530040,88664],[526761,93746],[529635,90893],[525821,100722],[526611,90204],[532726,91138],[525595,106041],[525968,104328],[529483,109393],[532078,109767],[533039,103935],[525822,105997],[524992,104629],[529763,122512],[527123,128062],[539145,-9430],[541663,-14885],[544357,-14883],[542873,-15189],[543886,-18835],[547452,-21967],[547024,-25241],[545775,-20015],[547511,-16123],[541148,-73124],[546904,-110274],[548255,-111037],[539000,2331],[540056,2052],[537904,2178],[549365,132643],[547673,132633],[544859,129233],[544426,147783],[545482,166535],[538083,158645],[542752,172011],[545396,174249],[548619,168700],[542936,223654],[539623,223681],[540920,221938],[550368,245566],[547193,248222],[543405,255622],[546431,254797],[544291,253271],[547598,253553],[546439,254570],[549264,254459],[548665,253187],[539080,266587],[544152,264002],[547840,259896],[539165,261705],[539317,261851],[539779,258870],[539708,268926],[543155,73642],[547090,82197],[544773,82610],[544062,102175],[545511,101102],[542270,112430],[541972,114197],[542208,111704],[545941,111338],[543388,104739],[543585,104868],[547204,103276],[540328,126619],[541333,125409],[543070,120606],[544585,118592],[542979,120842],[548708,128114],[554596,-23221],[553324,-21633],[555170,-20598],[556148,-21016],[562599,-23960],[559087,-23956],[562175,-39066],[560122,-74464],[559694,-71548],[556986,-66690],[563058,138978],[554069,138847],[560810,129827],[557337,134619],[550559,138443],[550981,138976],[551746,129031],[560203,139897],[551780,145685],[556606,141211],[561540,159346],[554317,166527],[551442,168931],[553859,169916],[558917,217678],[553360,220417],[555543,219742],[557656,234227],[559283,234508],[558539,232779],[561223,242141],[558699,238524],[561591,244858],[558408,246571],[558540,246260],[556758,245485],[556044,245877],[553772,247532],[551417,253761],[552797,255947],[550411,245681],[562869,248036],[551821,256752],[551719,258322],[562467,271305],[560935,56586],[560039,68239],[560175,64822],[556466,67073],[562894,93183],[559454,92213],[560824,92312],[561223,91834],[552855,96264],[555806,97514],[553569,96063],[563155,95016],[556756,114167],[557372,116186],[556227,126401],[552039,123899],[553656,119518],[556379,121983],[558962,121504],[554884,119365],[569846,-815],[575207,-42240],[568932,-40502],[572662,-56817],[565305,-58410],[563513,-61865],[567900,-53623],[569504,-54815],[568348,-55970],[569195,-55102],[568499,-62835],[563248,-62183],[571589,-74058],[569812,-69566],[569442,-74734],[575391,-66929],[566467,-74146],[566436,-74410],[567064,-72940],[572442,-80075],[571637,-77716],[571868,-78237],[570821,-78647],[571047,-77977],[572992,-101214],[571129,-110581],[571068,-110230],[571719,-107948],[569245,129573],[563684,138237],[571052,128416],[568026,152741],[570233,149057],[567486,141962],[567104,150743],[565330,144538],[563665,144972],[565328,164211],[568274,156973],[563937,165855],[562371,167038],[564281,167327],[563640,245918],[570242,61904],[575449,60484],[567743,62718],[570173,74007],[567719,73157],[571719,75226],[574016,65114],[575407,102129],[575974,98042],[575908,98462],[565430,93647],[568048,92319],[568967,92476],[563617,92114],[563779,93323],[566816,94956],[567705,94463],[565692,95078],[573760,105194],[568894,113549],[568184,107717],[565813,102689],[575313,103216],[573212,127509],[565921,120436],[580943,-646],[585631,-3574],[579948,-636],[581748,-4173],[581090,-34666],[578973,-32683],[586575,-45794],[588077,-42225],[588326,-42659],[580853,-50589],[578150,-51258],[582718,-51356],[576595,-55425],[578954,-79249],[578838,-85831],[579251,-85876],[581163,-90685],[579068,-91416],[579564,-94298],[587712,-114843],[588003,-114833],[586533,-112839],[578735,60547],[583899,72179],[585596,71400],[584894,73266],[583157,98899],[586419,100595],[586406,100975],[596744,-126588],[596715,-127230],[597460,-124807],[592898,-118904],[591319,-118617],[591736,-118878],[593385,942],[589623,-1258],[589690,-345],[594447,-5570],[598313,-8571],[596432,-3113],[599818,-9324],[601167,-6439],[596491,-58203],[595517,-55445],[595201,-61556],[598896,-63321],[597601,-63012],[597033,-59390],[596119,-65733],[596113,-75170],[600266,-69689],[599141,-75202],[601507,-70806],[596594,-64203],[596970,-65207],[595100,-82551],[593031,-80075],[589951,-113283],[596417,2077],[592905,2752],[598439,303696],[595587,305397],[589837,307196],[589325,307107],[593663,306914],[594292,307894],[588912,307956],[590547,315164],[590824,319394],[591648,315932],[590109,317176],[589815,317039],[592620,319517],[592817,319293],[594345,319478],[600658,316712],[601342,317732],[591387,320301],[596461,332820],[597137,330490],[593739,329529],[588803,329010],[589509,329236],[605349,-131414],[606844,-127820],[606920,-127951],[606204,-128829],[605755,-131511],[605944,-82467],[609794,6708],[605123,5476],[610277,6320],[605361,202615],[609478,215256],[606162,214325],[609822,211720],[613173,216317],[612518,207351],[606293,227174],[612977,17087],[610786,304185],[604463,305731],[605824,305539],[604203,304076],[612233,308583],[610930,308386],[612119,310095],[606116,313176],[604302,330201],[606797,332701],[603112,331399],[604508,345723],[612742,336212],[610479,335185],[619045,-123163],[620751,-121069],[619024,-8915],[622747,-11606],[619280,-9322],[625571,-16573],[621635,-15351],[626815,-21547],[625007,-23529],[623840,-22056],[616716,-28922],[616640,-28738],[616842,-28908],[616018,209189],[616959,210455],[615564,208832],[619795,212601],[620771,216470],[618945,18226],[615217,18616],[618693,17818],[625852,18133],[615233,305470],[616524,303192],[616373,303556],[617063,303702],[626807,306707],[615251,314159],[625183,307623],[619949,310161],[621172,310284],[618890,307980],[623479,308364],[617757,324626],[617519,324405],[617819,330409],[615095,329057],[616890,328708],[614454,332795],[619588,338831],[618943,338704],[622015,342616],[622321,341228],[622890,344011],[617481,336375],[616464,335841],[616719,340068],[617092,343444],[618520,341619],[616458,335714],[624784,346415],[621439,347008],[632745,-123539],[634894,-122188],[638381,-123181],[637859,-121219],[627703,-116175],[627494,-116036],[630751,-27556],[628244,-27316],[631361,-26526],[638034,-99879],[638489,-96234],[639196,-99583],[639368,-96992],[634142,-114638],[632739,-114795],[634031,-106606],[637524,-105538],[637724,-105321],[633920,-106772],[635902,-106105],[627251,222875],[635626,219934],[640544,-124917],[643550,-124342],[652399,-8313],[650101,-9768],[650524,-948],[651765,-6549],[648483,-102458],[648356,-102666],[640158,347991],[646174,355487],[645108,353130],[642614,355864],[663938,-1547],[665023,-11572],[657900,-10130],[656889,-8048],[654804,-7486],[661540,-24022],[665422,-23334],[658936,-18791],[660966,-14138],[663895,-25663],[655342,-100977],[659495,238204],[662128,238237],[656753,238368],[653998,235270],[653502,232287],[655690,234692],[667992,241393],[670980,236549],[669040,240452],[674828,394148],[675458,401450],[678356,402723],[677724,403375],[674826,416798],[681763,-121937],[681660,-124995],[681363,-125852],[687718,-73409],[684736,249804],[685299,244158],[683943,246448],[686014,259782],[685964,273087],[687069,271789],[685516,271763],[687571,274712],[689248,277226],[687795,279446],[689919,279992],[689920,294439],[689124,371100],[678741,397061],[680702,399904],[680869,399725],[684606,397758],[681823,418730],[691773,-62821],[691806,-69832],[693088,253718],[692305,265291],[691977,280235],[697680,280863],[700255,277843],[695024,279736],[692105,288695],[693701,288893],[692868,284546],[695567,285533],[696279,282696],[695029,291697],[697419,287842],[696162,299639],[698942,302244],[698574,369073],[699019,363708],[698329,369381],[697863,374188],[692339,375514],[694094,376651],[697982,374391],[698589,376754],[697344,381462],[701939,371629],[698773,372532],[702947,379871],[695012,391413],[695073,391291],[698174,387638],[716063,-109728],[713154,-106908],[709687,-109445],[713716,-113722],[707588,367687],[707884,367691],[708172,360828],[704958,376606],[708372,372928],[728663,-119236],[726949,-118100],[726931,-118832],[726503,-117588],[719406,381516],[718775,383895],[739728,-123680],[734753,-120903],[734426,-118526],[732764,-120300],[742188,-117472],[737003,-115980],[740565,-132785],[741001,-131214],[740679,-131082],[740230,-114873],[733673,366897],[734283,365899],[733431,364310],[740279,365805],[735937,362726],[736626,365864],[731716,374542],[734730,380092],[733606,375038],[738006,382925],[745420,-123435],[747330,-127757],[748166,-138056],[752005,-139476],[745094,-138160],[744759,-138667],[747077,-132832],[746405,-129443],[750486,-141010],[742907,-141656],[746313,351535],[745721,349144],[744477,355287],[752603,351754],[753571,351045],[752912,351719],[766152,-133231],[766048,-133225],[757962,-133317],[763001,-132382],[759727,-132628],[756132,-133919],[765315,343871],[765878,349063],[760213,347802],[765231,378300],[776230,-125005],[776387,-125011],[778328,-124863],[773015,-123021],[778433,-137556],[779683,-139665],[775218,-139956],[775509,-139603],[779414,-128540],[770884,-128156],[769499,-140460],[773810,345733],[768200,346485],[778094,353924],[777260,355063],[777068,380357],[778802,381731],[780614,380678],[771200,392923],[775567,389795],[783601,-121214],[783320,-120964],[783553,-120188],[791938,-136563],[790864,-131254],[785347,-140585],[790742,-139169],[789354,-136907],[790270,-131730],[791713,-135999],[784584,-142489],[781908,344981],[781374,355236],[784955,357204],[787887,358897],[792196,365824],[790664,368664],[793437,384611],[792815,389054],[804473,-136116],[805335,-139642],[799541,-129669],[800267,-131491],[794274,-132703],[801595,344769],[798183,353875],[800312,352136],[798833,347272],[796223,373103],[801992,372393],[805525,372761],[805731,374458],[794563,372726],[796625,378398],[795231,374585],[796750,378412],[799602,378385],[808419,-136187],[814244,-143783],[819112,-140660],[815452,-140814],[807682,341933],[808221,350307],[808630,351186],[813940,350962],[813819,350917],[813927,350820],[809086,368400],[815903,360684],[806660,374482],[815669,376426],[809360,379822],[813424,379580],[823019,-121259],[824017,-120471],[822358,-122108],[823411,-120336],[822011,-121370],[822250,-122108],[822729,-121586],[821325,-120513],[821278,-122117],[821836,-121325],[821796,-120140],[823634,-120309],[822571,-121888],[823394,-121874],[825843,-140280],[828927,-146215],[827915,-183276],[825376,355869],[828013,366868],[829742,365121],[823524,362258],[823239,360854],[819579,361905],[820575,366339],[819560,370182],[819472,378188],[820313,372474],[828346,380988],[827421,385544],[833028,-120912],[833575,-121953],[832840,-121861],[833765,-122364],[833061,-121491],[833483,-121379],[836976,-151271],[843126,-147552],[834124,-147944],[844766,-172187],[841833,-177919],[841856,-177801],[841809,-177097],[837177,-179466],[836329,-180093],[844567,-90850],[844395,-91671],[844848,-91007],[844423,-91082],[832413,-113012],[832910,-113787],[833728,-112099],[832888,-111778],[832510,-111633],[841969,-107723],[841892,-108833],[841142,-109047],[842156,-107773],[840830,-108577],[833977,-113583],[833953,-114144],[833589,-114133],[833387,-114153],[833670,-114427],[833412,-111637],[855214,-119968],[855491,-119920],[857388,-122700],[856948,-122405],[848975,-145170],[848890,-148523],[848643,-146714],[851868,-144085],[854803,-142495],[849322,-153818],[851884,-156686],[851231,-158599],[855163,-162965],[852215,-167984],[845032,-169564],[845039,-173867],[850066,-87060],[850164,-87414],[847151,-85553],[848668,-85656],[849666,-85918],[849826,-85796],[850342,-86531],[848934,-86115],[847982,-86582],[861440,-118005],[862461,-117040],[869833,-115397],[868664,-115544],[867360,-117421],[866923,-116776],[866288,-117200],[867265,-117256],[861179,-119704],[862374,-118342],[861539,-120627],[865165,-139008],[864796,-139321],[864838,-138866],[864622,-136448],[864763,-137392],[864608,-137001],[865224,-136957],[864746,-137141],[865992,-137249],[865916,-137564],[865065,-137399],[865748,-137346],[865491,-137478],[864364,-131698],[863563,-129803],[863759,-129104],[863720,-131185],[865846,-147604],[866306,-146840],[860460,-88177],[860102,-87379],[860488,-87570],[860721,-88205],[862709,-81781],[861492,-82101],[861907,-82662],[861540,-83014],[862640,-81201],[862319,-82118],[863834,-94360],[864837,-95662],[864492,-94636],[864325,-94717],[867319,-105240],[863254,-107995],[862791,-108115],[869072,-112640],[868926,-110827],[869210,-110573],[869559,-113183],[866666,-110799],[869876,-114044],[869819,-114178],[869524,-113947],[869161,-113872],[865628,348328],[869924,347851],[864856,348094],[878084,-122147],[877955,-121244],[876790,-119973],[877414,-121158],[877220,-119897],[877582,-121212],[877633,-120715],[877593,-116461],[877587,-116246],[876927,-115929],[877992,-115742],[874011,-140947],[874975,-140433],[873799,-140606],[873758,-140689],[873241,-140662],[873426,-140558],[872509,-130014],[873775,-130288],[873363,-128490],[880510,-137824],[879083,-137507],[880172,-138061],[879771,-137664],[879259,-137319],[878135,-139638],[877607,-136736],[878420,-135612],[878062,-134697],[882424,-141396],[876397,-140925],[875340,-140659],[882637,-141496],[880477,-140932],[878221,-142583],[879571,-143333],[880148,-141400],[878897,-143210],[870799,-142403],[874894,-144231],[875841,-149445],[875973,-147227],[870840,-180282],[882886,-113239],[882535,-113897],[882594,-113661],[881915,-108440],[882043,-108396],[881830,-108686],[874297,-108244],[874422,-108209],[876967,-110627],[876986,-110195],[874728,-111651],[877113,-114615],[879268,-109109],[883119,-108829],[882316,-112582],[880915,347737],[881298,347309],[875700,346333],[890482,-124726],[895473,-126969],[895725,-127161],[892802,-126402],[895669,-126824],[895575,-127128],[893946,-119646],[885405,-131391],[885075,-131044],[885638,-131761],[885316,-132135],[886152,-132469],[886589,-132643],[885487,-131306],[885424,-132263],[886469,-132591],[890701,-129716],[890820,-129287],[890594,-129190],[894018,-128188],[894204,-127989],[895963,-134829],[892055,-140226],[892358,-140403],[884593,-138949],[883916,-140434],[884300,-140957],[885938,-139570],[884560,-140685],[884959,-132546],[887019,-134431],[884762,-132457],[891827,-141759],[892711,-141489],[891981,-140370],[889761,-142503],[885883,-141888],[886310,-142221],[887091,-142253],[887260,-143718],[886545,-142453],[884264,-141502],[888151,-145852],[894219,-143945],[884101,-95290],[887872,-95509],[886788,-92796],[891497,-95685],[893989,-94592],[883451,-113770],[890410,-111143],[887331,329345],[891695,334108],[891703,333524],[897581,-134830],[896119,-97329],[908189,-111399],[906385,340110],[904592,339534],[907800,333713],[921526,-115472],[909820,-141590],[910423,-146190],[910341,-107806],[919779,-112241],[921016,-111689],[918719,-109809],[920621,-113920],[920658,-114104],[921401,-113507],[921018,-112690],[923419,-115665],[924150,-116136],[923355,-115616],[922151,-115869],[923548,-115822],[928631,-116991],[929277,-116035],[927751,-177723],[928450,-95429],[928742,-93694],[930728,-92564],[921813,-113897],[921868,-114068],[933511,-111835],[932996,-112937],[932799,-113551],[934041,-111902],[926532,-113482],[932477,-112672],[927078,-111995],[928927,-111232],[929850,-113695],[931041,-110801],[934351,-114233],[932650,-114953],[933807,-113435],[944597,-124729],[946147,-116493],[945843,-117644],[941707,-118135],[945828,-124664],[946680,-124935],[944866,-127624],[943324,-130984],[946550,-130123],[946283,-100048],[944256,-99498],[947121,-95056],[936215,-111010],[945541,-111247],[941034,455358],[937235,461177],[936042,461063],[939676,463559],[941144,490702],[941038,491063],[938528,491879],[939843,492463],[942965,490053],[945825,562536],[945578,562735],[949015,-123240],[948426,-118693],[950087,-119761],[949865,-120649],[951184,-130143],[950826,-128589],[950654,-130470],[956585,-138417],[956140,-136662],[952117,-136923],[948483,-188149],[957123,-185764],[956997,-186039],[955925,-185561],[952495,-186701],[953182,-185892],[959610,-185592],[958912,-185577],[958472,-186107],[950892,-93804],[948385,-94267],[953137,-90673],[952886,-89564],[953029,-90314],[949967,-114375],[949950,-111100],[947837,-108774],[949319,-107845],[949259,-107209],[948930,-103721],[949373,-102883],[948135,-113012],[948611,-113005],[949358,-109785],[953074,400328],[953035,400530],[949306,402440],[949860,403585],[950100,403613],[950894,460822],[953044,485252],[953650,506332],[957675,507981],[961938,-153652],[970121,-159181],[972509,-101843],[971234,-104059],[971153,-104004],[965710,396707],[965608,396529],[960410,420024],[961369,423859],[961716,424048],[970987,429663],[970621,429755],[965941,437962],[968375,444895],[965509,442397],[967201,444665],[968848,450311],[971465,471633],[962111,483248],[962557,500262],[969824,570422],[969422,570584],[979474,-125717],[977755,-125953],[976084,-126813],[974879,-118674],[976204,-119389],[978519,-121458],[975709,-133298],[976035,-133864],[975852,-135726],[974658,-141524],[974519,-142053],[977967,-143895],[985658,-161899],[984379,-163400],[982003,-155643],[981039,-157303],[978110,-158232],[984036,-171529],[983580,-171678],[983852,-171631],[982041,-184955],[980403,-187006],[979977,-185123],[974931,-193491],[975265,-193848],[976249,-192648],[975983,-196380],[974809,-197398],[976408,-197818],[984413,-101011],[974326,-111321],[976259,-111633],[978408,-110957],[979213,-105916],[979481,-104275],[978912,-103576],[985222,-109444],[981968,394656],[981082,394321],[979012,388290],[979181,388110],[979617,410009],[980702,413842],[976758,416944],[983088,420235],[978186,446512],[977776,447019],[977407,447032],[976013,458536],[984297,462733],[984196,462155],[985479,462589],[984222,462951],[982675,467214],[972846,470412],[982563,485248],[974641,479328],[976139,481952],[975285,486992],[975488,486891],[977309,501833],[979573,500026],[979707,499732],[979339,514317],[982849,570670],[989224,-127258],[991185,-127311],[990497,-129760],[994078,-129940],[995532,-130877],[994872,-131634],[990318,-135480],[989550,-136216],[991847,-135596],[991914,-141813],[990190,-142303],[990529,-140951],[989424,-149708],[990268,-150980],[988799,-151912],[992176,-152826],[994973,-153128],[994536,-152670],[990913,-162166],[994515,-161928],[992012,-161598],[994590,-172564],[993015,-170672],[995331,-172017],[996868,-174715],[986158,-102718],[985942,-102892],[989152,-111593],[986050,-110398],[986746,165833],[986834,165918],[989486,167796],[994206,217371],[994337,217239],[993291,218045],[994695,394983],[991038,404307],[988358,405226],[987830,404071],[987738,420355],[995761,419936],[989111,467485],[986783,471535],[991168,483707],[990849,483927],[990847,484353],[995655,484038],[997126,477833],[996355,496358],[992754,509912],[987717,527716],[989322,533154],[998398,539643],[991358,540651],[1004529,-160721],[1004497,-160428],[1006903,-161324],[1009626,-161964],[1010004,-162848],[1009354,-162883],[1003729,-171257],[1003707,-170850],[1002818,-171984],[1005251,-174819],[1006527,-176582],[1006548,-174193],[1010377,-112191],[1009324,-110494],[1010051,-111503],[1001872,392575],[1002443,392429],[1005195,426802],[1009413,474589],[998963,499565],[998666,499882],[1001095,504151],[999171,504497],[1000226,504242],[1001838,510014],[1001767,510329],[1005402,519432],[999367,540678],[999689,541579],[1023180,-117031],[1023815,-115135],[1022951,-175246],[1023753,-174132],[1023291,-177409],[1022243,-114183],[1018807,-110920],[1017666,-110170],[1017099,-110218],[1023295,-109831],[1022421,-110698],[1019063,187561],[1015112,478001],[1015225,478451],[1014446,478956],[1011598,475365],[1016199,475200],[1018733,494281],[1020772,519622],[1029417,-121930],[1029045,-121749],[1028751,-122409],[1033356,-139594],[1034042,-140313],[1031564,-137706],[1032746,-137188],[1031127,-136241],[1030174,-132370],[1028867,-134023],[1029688,-131920],[1035693,-149982],[1036425,-149228],[1036346,-148614],[1032228,-141026],[1026798,-163753],[1028320,-163976],[1027760,-165014],[1024433,-174031],[1027997,-174634],[1027166,-174144],[1028827,-174397],[1024671,-178209],[1033553,-180325],[1034914,-179548],[1034135,-181210],[1025316,-110523],[1028678,-111164],[1031462,-110454],[1031687,-110097],[1024377,426139],[1030668,448688],[1028312,451836],[1028181,453562],[1031282,456187],[1032841,457385],[1035932,463785],[1036061,463475],[1034304,470239],[1031131,465446],[1046268,-130673],[1048432,-131674],[1046750,-129979],[1038198,-148804],[1039686,-147734],[1039715,-147100],[1036832,-152038],[1048357,-147251],[1047944,-147408],[1049411,-149140],[1037447,-153827],[1037248,-154430],[1041450,-174220],[1042022,-188816],[1040215,-189420],[1043285,-187146],[1047745,-187235],[1049112,-187972],[1047123,-106759],[1045514,-107946],[1046683,-105994],[1045315,406634],[1042240,471725],[1040546,472922],[1039350,471245],[1045617,474687],[1045423,552613],[1046464,553360],[1046178,555739],[1045120,555446],[1060077,-115135],[1052928,-131655],[1054698,-132830],[1052182,-132800],[1056900,-130797],[1056654,-129522],[1056837,-130477],[1053950,-134503],[1053203,-135780],[1054454,-135919],[1060202,-151903],[1059251,-152817],[1058886,-151779],[1049884,-188789],[1056050,-105257],[1057351,-106525],[1058135,-108116],[1054846,-110947],[1053113,-109044],[1055835,-110925],[1057097,-112384],[1060855,-113881],[1065976,-139367],[1065417,-142245],[1066226,-141047],[1066699,-151069],[1065633,-148462],[1067295,-149147],[1073972,-149765],[1067974,-106790],[1069059,-108887],[1070412,-108003],[1074191,-107617],[1070526,-110668],[1070120,-110763],[1075102,-107438],[1065602,559953],[1066179,559579],[1066499,559417],[1075960,-151263],[1076797,-149990],[1086946,-151526],[1085743,-152217],[1085670,-150669],[1075224,-106814],[1077977,-106330],[1078899,-108485],[1078383,-106289],[1080088,-108231],[1078741,594555],[1078200,594830],[1077024,618042],[1092649,-149846],[1090346,-150500],[1093509,-150177],[1100723,-151018],[1100070,-162242],[1091758,-169334],[1091676,-169749],[1093482,-170511],[1100406,-170337],[1097609,-173532],[1100409,-171080],[1096632,-97833],[1095720,-100551],[1095338,-101161],[1090152,-107137],[1092840,-103041],[1094831,-105812],[1096955,-107770],[1097985,-105162],[1098498,-104758],[1089766,548955],[1089487,549221],[1091863,548234],[1093577,548783],[1092432,549358],[1092662,604654],[1091883,608798],[1106179,-148843],[1104231,-153462],[1103155,-164300],[1102343,-163739],[1101237,-184090],[1102619,-184948],[1103454,-183815],[1110214,-184238],[1110448,-185476],[1111501,-181532],[1112595,-190394],[1113116,-188404],[1111778,-191777],[1112289,540896],[1105751,538620],[1123044,-182166],[1121800,-183534],[1121312,-182784],[1125431,-81604],[1121650,-77897],[1120008,-77620],[1120887,-77181],[1125953,-83546],[1135539,-174440],[1136051,-176483],[1138807,-174606],[1131855,-172769],[1132280,-171920],[1131121,-172160],[1137340,-170453],[1135421,-168912],[1134484,-168093],[1129669,-181594],[1127941,-182803],[1127855,-181336],[1136118,-181151],[1138977,-180923],[1139104,-182135],[1132443,-61681],[1132532,-60398],[1131391,-61562],[1135091,-58253],[1136014,-56781],[1137214,-58227],[1129977,-76241],[1128319,-76230],[1128564,-76272],[1136272,-75526],[1134843,-75737],[1136657,-75117],[1139176,-73600],[1131404,-84724],[1131928,-86313],[1131002,-86136],[1132603,-81112],[1131920,-82278],[1133750,-82512],[1126525,-83544],[1126594,-83066],[1138215,-80669],[1137615,-80360],[1138180,-80353],[1126858,-84493],[1126591,-83823],[1128436,-90138],[1128840,-89685],[1128159,-90188],[1139113,-100834],[1136629,-103973],[1137227,-102982],[1133216,540906],[1134683,542374],[1134779,544914],[1134247,544451],[1138377,545294],[1143238,-120889],[1142089,-120612],[1141461,-120590],[1144009,-118568],[1145301,-116843],[1146679,-116255],[1144086,-119624],[1144513,-120839],[1145148,-119644],[1148926,-132428],[1148867,-132778],[1150068,-132031],[1150087,-138304],[1148988,-139848],[1150074,-138894],[1145159,-172063],[1147513,-172331],[1147346,-172470],[1148529,-187480],[1147318,-188686],[1147211,-186607],[1142967,-3494],[1143699,-1653],[1142653,-2921],[1147722,174],[1148117,-277],[1145906,-12619],[1147372,-14471],[1146759,-12874],[1141947,-57411],[1141360,-57874],[1143951,-55780],[1140576,-72696],[1140178,-73323],[1143691,-65007],[1143193,-65207],[1142823,-65809],[1149900,-94340],[1151404,-95345],[1149416,-94525],[1141083,-101538],[1144644,-99211],[1142961,-99508],[1148034,-104332],[1147631,-107362],[1147048,-105784],[1141337,-112910],[1140715,-114290],[1141243,-112503],[1147235,599],[1148846,33452],[1149045,35201],[1150235,35439],[1144509,537461],[1147508,541070],[1140042,542031],[1141448,542397],[1162260,-119975],[1162113,-120827],[1162843,-123213],[1154160,-123331],[1153696,-122967],[1156265,-124270],[1156363,-139933],[1158444,-138814],[1155187,-140186],[1159564,-136665],[1159510,-136372],[1158134,-134490],[1164793,-134334],[1159968,-163547],[1160172,-166192],[1156541,-188069],[1161436,-187359],[1159693,-187627],[1161747,-198091],[1163577,-200420],[1164402,-198529],[1162146,-197221],[1162955,-199871],[1163164,-200083],[1154065,-26354],[1154593,-26262],[1152990,-25551],[1164573,-90902],[1159621,-100717],[1157638,-100153],[1162032,-101260],[1157566,-111849],[1160026,-113743],[1158246,-111495],[1153433,-108690],[1153415,-108188],[1154830,-107765],[1161972,25046],[1161699,25497],[1161820,23927],[1163962,26811],[1164209,29782],[1163904,34049],[1164133,35199],[1161973,34674],[1162727,36143],[1162549,38205],[1161902,36378],[1153297,38356],[1153641,37111],[1153871,35548],[1152657,536692],[1152874,536501],[1153880,536969],[1164013,534341],[1168753,-120729],[1170465,-121409],[1169075,-123755],[1170567,-130545],[1172487,-129176],[1169488,-130418],[1168626,-133928],[1171190,-135347],[1165796,-157466],[1167124,-156941],[1165804,-158285],[1174277,-155245],[1175977,-154666],[1173894,-153538],[1166516,-166912],[1165313,-200878],[1165212,-197801],[1169041,-198460],[1167871,-198412],[1169878,-198250],[1164876,-198699],[1174152,-32590],[1173830,-32802],[1174173,-32865],[1171746,-28208],[1171965,-27072],[1170268,-28792],[1165288,-29376],[1165515,-28442],[1167001,-30727],[1164838,-90541],[1168195,-94882],[1172901,-96794],[1173999,-97341],[1176264,-103651],[1176183,-105344],[1176919,-112797],[1176033,-114479],[1176814,-112502],[1172290,-110841],[1171445,-109503],[1171516,-109277],[1169951,2847],[1170187,1601],[1170168,2411],[1169227,204278],[1167410,205963],[1167346,206129],[1166542,208284],[1168672,209453],[1167813,209433],[1174942,210697],[1175372,210103],[1176621,210268],[1169665,21960],[1171873,20807],[1170444,20461],[1176250,303644],[1165453,28856],[1176010,493259],[1174474,493920],[1174033,497328],[1171016,505554],[1170997,504578],[1177422,520905],[1171583,513122],[1176403,515574],[1165501,533711],[1166276,535104],[1168203,535752],[1171366,533426],[1171341,534623],[1172475,531913],[1177171,530054],[1185086,-120763],[1185158,-122181],[1184172,-121607],[1185474,-133392],[1185772,-133759],[1185112,-132564],[1187525,-147105],[1186151,-145762],[1185646,-145059],[1188447,-148309],[1185428,-147222],[1184000,-145495],[1185362,-8562],[1185517,-7355],[1185788,-8557],[1180300,-35482],[1181087,-34136],[1180120,-34652],[1188229,-99021],[1188365,-97765],[1182987,-99645],[1185140,-97842],[1180515,-100252],[1184439,-99072],[1185072,-101045],[1183919,-96201],[1185167,-96864],[1185223,-96289],[1180969,-99004],[1180615,-98799],[1180553,-100052],[1187573,-98100],[1185816,-107555],[1187591,-109470],[1186905,-108462],[1185172,-111892],[1185356,-112103],[1185383,-112042],[1187250,-105505],[1187242,-104548],[1187951,-104969],[1183188,-104346],[1180967,-102901],[1179897,-102222],[1179338,-107700],[1182530,-110712],[1184287,-112936],[1182090,-110943],[1178118,-107703],[1179083,-104519],[1178798,-108562],[1185727,2560],[1185666,2016],[1187546,2177],[1182661,214654],[1182417,212584],[1183512,214090],[1185764,210634],[1184460,211809],[1183004,210665],[1180017,221570],[1181343,222245],[1181492,222079],[1179483,494162],[1180307,493374],[1182316,493259],[1179528,490587],[1178090,491838],[1185224,496722],[1178935,503193],[1180595,504346],[1179214,503130],[1183217,521347],[1180546,523105],[1180487,521879],[1179345,528537],[1181294,525348],[1183759,527154],[1197625,-126334],[1198630,-125116],[1197182,-127361],[1198368,-131333],[1195358,-130027],[1198888,-130690],[1197630,-152566],[1199101,-147312],[1196965,-143644],[1197695,-147746],[1198284,-154023],[1194473,-154792],[1194847,-164695],[1194411,-164132],[1196379,-164940],[1198494,-166730],[1202215,-166520],[1200556,-167907],[1193330,-8769],[1193522,-10072],[1192947,-10167],[1202331,-2512],[1202777,-2084],[1194597,-97806],[1193633,-98558],[1194600,-111860],[1194896,-110852],[1193153,-108401],[1191255,-106616],[1190411,-107535],[1190765,-106255],[1198802,11230],[1196676,9472],[1197234,10576],[1191510,216937],[1191854,215924],[1192428,214427],[1202231,217725],[1200867,215269],[1199716,215354],[1199884,233264],[1201202,232582],[1199829,234689],[1196679,244722],[1195711,244297],[1195469,244303],[1196123,15387],[1195819,15435],[1198050,15712],[1201038,294309],[1202689,294036],[1203139,291009],[1200253,294884],[1201760,49726],[1201908,49366],[1200569,48351],[1200518,45445],[1201100,44976],[1199874,46065],[1201352,62077],[1201363,61237],[1202308,60027],[1201565,54513],[1201781,52900],[1201760,55045],[1212132,-123834],[1213597,-124888],[1212173,-126799],[1208979,-117556],[1215355,-129562],[1214917,-130433],[1213545,-130074],[1210173,-155452],[1209446,-157548],[1204266,-894],[1206894,-7662],[1206201,-6905],[1205371,-8756],[1209015,-1412],[1207270,-2797],[1207349,-3122],[1211758,-109098],[1210930,-112483],[1211026,-112793],[1211071,-112971],[1208377,-113776],[1212103,-107686],[1212779,-106027],[1211224,-106774],[1214028,3293],[1214474,2144],[1214110,2981],[1211968,4916],[1212437,5942],[1212559,5059],[1207327,1051],[1208482,2520],[1207335,1673],[1205218,3997],[1205623,3863],[1206033,3594],[1215539,162767],[1211652,203094],[1210712,202033],[1211497,202571],[1203617,202030],[1204709,203677],[1203931,202035],[1213382,280327],[1213148,279000],[1212560,279955],[1213860,279937],[1214338,281991],[1214644,281993],[1210811,284336],[1212072,284726],[1211412,285457],[1209077,285236],[1209005,285767],[1207134,286737],[1204316,290545],[1204627,290125],[1207167,35975],[1208630,37559],[1208885,36759],[1208422,453568],[1207573,453242],[1208616,453761],[1207856,454781],[1215541,89355],[1213515,89702],[1213366,88870],[1215074,90419],[1214951,90755],[1212728,91400],[1219725,-115605],[1219857,-117588],[1228763,-111374],[1219149,-114444],[1228728,141625],[1226788,141476],[1226138,142219],[1219503,142870],[1222629,141581],[1222255,143695],[1221594,150534],[1222430,149248],[1219454,149268],[1225422,153270],[1222623,154052],[1224062,156448],[1217922,161385],[1216680,158101],[1225744,163126],[1226667,161408],[1227525,160165],[1224460,154688],[1226353,153938],[1226626,154487],[1218753,178623],[1220964,181690],[1220019,181562],[1219843,188081],[1219196,186115],[1220482,186351],[1222714,253523],[1221481,253264],[1221757,253123],[1223325,293575],[1223324,291258],[1223115,292955],[1228404,289658],[1227098,289178],[1227861,291586],[1222388,282704],[1222475,284524],[1221447,283917],[1226047,296440],[1224643,298464],[1224315,296313],[1220885,34168],[1221986,35793],[1222495,35917],[1221439,42215],[1222177,42026],[1222147,40280],[1223565,55874],[1222269,58820],[1222764,58314],[1225757,54357],[1225002,54646],[1226116,54718],[1226365,118370],[1226410,120107],[1225575,118630],[1228162,124720],[1228161,125077],[1227718,125464],[1229669,-110931],[1229049,-108578],[1237558,131853],[1237247,131989],[1236500,131632],[1239877,130408],[1239409,131125],[1239376,130418],[1235381,135692],[1235615,134250],[1236963,137482],[1235089,140842],[1238346,141044],[1237739,142372],[1235680,142104],[1233673,141413],[1233474,142780],[1237059,161153],[1234518,158877],[1235348,158818],[1237346,158059],[1240068,159139],[1230810,293753],[1231350,290393],[1230855,291022],[1231624,290592],[1230774,295315],[1231191,296158],[1230409,37483],[1230539,37483],[1230937,36938],[1241477,50080],[1241529,48978],[1241068,48242],[1236737,564869],[1238903,567351],[1237952,565361],[1240665,563702],[1238416,566233],[1240088,567840],[1241588,568273],[1231130,56230],[1230486,57076],[1232242,57075],[1236085,52950],[1237049,53038],[1235425,52748],[1235726,101303],[1236302,102445],[1238226,97730],[1237173,98289],[1238295,96706],[1236318,102757],[1237625,103175],[1237423,103826],[1238047,104935],[1230693,117255],[1232665,117715],[1230713,120069],[1231701,126600],[1232684,127170],[1231519,127880],[1251010,187609],[1249862,185211],[1251670,184480],[1254228,196360],[1254175,194904],[1248699,201192],[1248961,201481],[1247592,205554],[1254323,280112],[1253855,288465],[1242286,567230],[1241987,567172],[1245842,61101],[1245297,61565],[1246339,60974],[1252525,95237],[1252485,96199],[1253399,95971],[1254180,106749],[1257222,164974],[1257050,166490],[1257782,165637],[1262439,195764],[1263545,193495],[1263220,197047],[1254835,197848],[1261439,279140],[1261796,281246],[1262475,280376],[1257898,276456],[1258513,277585],[1257707,277704],[1255656,281627],[1255824,282408],[1255046,287594],[1255727,289685],[1259580,294121],[1260247,294990],[1258526,295080],[1263993,301521],[1263956,303465],[1262712,302778],[1260135,98433],[1259826,97502],[1259868,97154],[1255110,104831],[1255618,104680],[1254963,104102],[1256512,104261],[1255473,104574],[1273209,159110],[1272754,157976],[1273338,157241],[1275996,160994],[1275330,163447],[1274971,162289],[1268267,196828],[1269878,195891],[1267802,196907],[1279599,284993],[1279750,285309],[1269605,287973],[1271175,285605],[1269937,287855],[1283750,168885],[1281806,169310],[1291934,272838],[1291623,272167],[1290392,277468],[1289725,277802],[1286401,278279],[1286984,277647],[1280012,279499],[1281091,278161],[1288571,110626],[1288058,108928],[370609,8639],[369658,10461],[368341,12011],[367250,14176],[364674,23711],[367373,21914],[367701,21465],[367014,19299],[367855,23234],[366470,37998],[365114,33169],[367150,32860],[360816,37297],[365221,46315],[364040,49428],[370376,39430],[360453,59130],[360423,59035],[365723,53630],[371087,59228],[370542,57961],[383814,-3248],[380752,468],[379148,8686],[383189,8655],[379642,6515],[375322,10383],[372630,9359],[374293,21021],[376802,15528],[374031,16220],[377834,18703],[376680,18753],[383030,20288],[383877,18357],[371865,20928],[381516,27431],[380662,37088],[379345,26142],[372380,40566],[375858,41428],[379183,47220],[376440,44470],[381394,41255],[379152,46964],[378543,46842],[372245,56683],[374202,54421],[379287,59330],[376667,60418],[383563,57028],[380280,79651],[383566,78757],[379606,87789],[379476,87899],[382102,92974],[382688,99122],[389902,-9004],[395591,-8839],[393081,6338],[392020,2221],[385619,11211],[387083,12548],[390102,5457],[390320,5219],[396519,20421],[395561,17590],[390020,15262],[389201,14472],[388106,16840],[393986,14944],[396202,15516],[396285,20386],[385690,16004],[390850,37087],[389468,35891],[393296,41495],[390493,56832],[390251,57596],[384530,57193],[389029,74935],[387744,80386],[384634,84647],[384720,85253],[385966,99070],[393490,93088],[392795,93438],[396390,114162],[396549,112858],[395883,121142],[393344,116589],[395605,115528],[396630,118428],[399571,-5463],[404114,-9720],[403165,-10885],[404090,-5409],[403182,-6090],[406859,-11888],[408292,-22682],[402959,2878],[399156,3103],[397846,11451],[402693,8068],[405189,7083],[397559,9067],[404192,131333],[404176,131152],[405498,144652],[404384,146003],[405356,143613],[401849,142460],[407513,14883],[408257,14183],[407955,21729],[408586,21923],[397284,21357],[398594,20931],[397716,23151],[406469,19895],[404441,21076],[402095,28816],[402812,33401],[404426,32766],[406920,27427],[406629,27479],[406244,48554],[403680,48341],[407213,44672],[405049,46225],[405352,42963],[400644,41575],[404888,86987],[401271,90541],[403635,90305],[402041,93931],[400368,93816],[407793,95604],[398144,109219],[401578,108716],[399945,108767],[403981,116189],[403304,117484],[405809,118514],[404765,117861],[399264,123419],[399471,123435],[410891,-8615],[415427,-7386],[416985,-6368],[415209,-3740],[419267,-7642],[413644,-10688],[419243,-10999],[410419,-19691],[420278,-18132],[418150,-43582],[420288,-48568],[419186,-38526],[417191,-65123],[417920,-66197],[418304,-66065],[418662,-88640],[419566,-92665],[410064,5412],[409922,944],[411689,567],[410186,12401],[416035,140167],[416378,140274],[412432,135237],[409654,135391],[419893,146283],[416488,146624],[412493,147666],[415765,147686],[411318,18319],[415602,21223],[415665,22895],[412479,24990],[410009,27271],[418974,31746],[419576,27528],[410836,42397],[410846,40156],[414772,72485],[414420,71660],[421721,77690],[421461,80337],[421882,88222],[421447,87312],[418421,85355],[419440,83629],[419287,98995],[419144,98276],[420320,104158],[419720,102792],[419327,108742],[414139,114796],[410090,110716],[411687,113517],[413701,111161],[416363,105305],[413621,105775],[416323,103359],[415696,118125],[434057,-6542],[434236,-7015],[434441,-1670],[431406,-12219],[430967,-17229],[432656,-16754],[425880,-18727],[427436,-12747],[433583,-13339],[424871,-26260],[433553,-50242],[432233,-41749],[432429,-43114],[424656,-46833],[425943,-42757],[425281,-42281],[426424,-71009],[428807,-80706],[430622,-93266],[430621,1971],[431267,2964],[423228,152080],[422406,152488],[429236,156124],[431099,155176],[426415,22676],[425139,22657],[429359,18912],[431108,20876],[433088,26841],[423353,70481],[422754,73824],[424878,75663],[425586,83922],[433795,99638],[436486,-4581],[439223,-46801],[439081,-46523],[436296,-40889],[445352,-48377],[445139,-45787],[447483,-38337],[445133,-53669],[445236,-76375],[437030,-79503],[438778,379],[435296,3064],[443678,2156],[447988,147825],[443303,150617],[441270,152217],[446579,155370],[446091,155869],[438146,156417],[444229,179199],[439943,175159],[443766,172394],[445532,170228],[444624,191809],[445624,190111],[445236,185299],[440594,182884],[438101,21724],[437610,14787],[439084,14475],[440831,18526],[440767,13435],[440837,13142],[437855,26072],[447638,76226],[445158,71495],[436401,87127],[435299,100161],[441252,102592],[440400,102261],[446853,99785],[447343,99370],[443497,104926],[443271,106619],[440534,109704],[442152,109102],[440335,109648],[441558,114689],[450907,-43118],[455914,-46059],[454454,-47235],[454447,-50506],[449090,-49431],[448527,-53482],[453563,-84264],[457407,3858],[459095,2877],[458846,2472],[450940,10133],[449349,9710],[452925,152618],[449601,152291],[449788,149586],[449844,147206],[459381,158606],[455224,153861],[452215,168299],[452198,167217],[455679,167706],[456056,168516],[453964,188413],[454134,188403],[450750,182351],[450841,182498],[457222,204049],[457125,204355],[450456,204521],[448814,201516],[450033,194931],[449287,197419],[448816,74720],[448094,70900],[452914,81802],[455331,82831],[450251,98396],[452615,99748],[453607,101832],[451386,104421],[473152,-24812],[469001,-28224],[469324,-28685],[466214,-36977],[461362,-34600],[466160,-37263],[461444,-38455],[462815,-47968],[463187,-55790],[471055,-87543],[467048,-86362],[461766,12679],[467326,9271],[463582,12875],[466533,5033],[469252,5029],[472215,1563],[471786,132922],[472982,129469],[469772,129462],[473445,162629],[472146,161866],[470560,163516],[465996,161701],[466464,161213],[460971,159565],[472268,171190],[469199,169605],[470632,200476],[467268,198766],[466951,212026],[472680,211193],[472387,233199],[473463,232011],[461123,14810],[472762,13424],[472860,75467],[468313,105175],[467860,108124],[463609,108400],[463531,106684],[468689,117327],[469322,123956],[480615,-2538],[483111,-9970],[483484,-10302],[478752,-14878],[476223,-17210],[482163,-28076],[482810,-28141],[479764,-27659],[480501,-26019],[481956,-25894],[481178,-83729],[480293,-87663],[480210,-88101],[484043,1830],[477601,2862],[481088,150739],[480186,150848],[482503,158274],[482463,156781],[480667,159029],[480231,159217],[474235,160985],[481172,161821],[477892,163008],[474992,171426],[473863,173959],[480277,172135],[476922,175321],[478550,179140],[479428,180011],[480029,186649],[481901,184365],[481393,194913],[480770,194644],[483305,207882],[480872,208034],[476363,206526],[476862,218279],[476972,218739],[477586,222353],[478535,221033],[477793,227522],[477986,227615],[484897,30999],[477655,42264],[477617,43700],[485267,54766],[484473,54235],[479979,57536],[481435,60263],[477216,60210],[474386,63236],[483011,73301],[476692,72240],[486066,71718],[482898,74276],[485181,76681],[478972,83960],[477449,83575],[480529,89091],[483381,83164],[481385,87076],[477127,84772],[483227,90653],[480233,104983],[480249,115309],[479596,120213],[476720,126436],[497588,-1791],[497996,-2335],[497309,-71653],[489570,-88230],[491850,-87226],[494560,-89994],[493916,-90651],[487452,6748],[487777,7759],[492360,6409],[493138,8284],[489655,5556],[494122,139852],[490031,134218],[489285,132204],[498783,152796],[496677,153318],[497830,149740],[491535,151770],[487009,150760],[489171,156124],[487416,156532],[486934,154215],[486672,155348],[490287,200603],[490944,197609],[495055,198722],[494099,198640],[498377,202080],[497870,203962],[496367,201356],[494732,202379],[492518,211934],[496382,211307],[489599,208528],[490997,15501],[495349,16917],[498080,20002],[493932,20463],[487428,17688],[489469,17996],[493418,35596],[494943,33684],[492205,37531],[493131,41284],[491299,47283],[488123,46900],[496287,49403],[488513,56825],[490535,61524],[490465,63635],[486551,68449],[491810,66091],[493605,70475],[489424,70937],[487707,75117],[486827,87367],[487962,85522],[493319,85627],[498378,88559],[490088,92253],[489769,93812],[489240,99901],[491014,103494],[495577,108050],[496585,103967],[493423,114186],[498693,118171],[493836,117371],[490348,123516],[490003,117943],[495950,124636],[510068,-690],[511340,-33264],[510629,-36261],[504972,-29045],[505659,-29921],[509483,-49925],[511160,-42541],[507988,-42532],[510411,-38732],[507176,-51418],[505356,-61071],[506230,-102852],[508535,3838],[507079,4261],[508568,859],[508283,2874],[502246,132647],[509083,132822],[508785,131594],[510592,135263],[508595,149103],[509030,151524],[506408,149739],[500469,148169],[505341,151441],[505922,156714],[502875,158250],[501751,160139],[499261,155328],[499381,154104],[504552,156637],[503586,197256],[508968,197981],[507865,197458],[503840,210866],[501743,207759],[502681,212682],[504836,212619],[510293,209842],[507260,215148],[503612,25772],[500502,25025],[503972,13850],[501178,29861],[500577,29105],[499802,61597],[503803,66330],[499805,111639],[501468,110953],[504620,105549],[508777,105105],[509848,107297],[502819,117780],[500131,126429],[516459,-11095],[522857,-6478],[519268,-1251],[520020,-18005],[524012,-19205],[514452,-22294],[522553,-28208],[514396,-31844],[512136,-46576],[518614,-45203],[513045,-51744],[512378,-53074],[515034,134748],[512465,135034],[522079,152320],[521031,165277],[524038,165572],[516314,185825],[523915,194227],[515690,210992],[517544,211142],[524207,215341],[522585,211995],[514201,219121],[523457,268287],[521189,267128],[524039,83450],[524303,80235],[523731,96174],[512496,108004],[520982,105697],[524663,113339],[523051,115890],[528290,-6969],[529511,-8122],[525596,-7107],[531342,-3408],[531395,-5380],[530299,-10807],[530563,-10682],[531331,-9746],[529074,-20413],[530198,-19488],[530460,-19970],[528706,-17994],[533072,-24540],[535521,-22229],[529720,-26334],[525715,-60968],[526742,-60926],[530872,-55426],[531210,-54517],[528112,2350],[527531,1495],[528628,6317],[535482,338],[535702,3365],[537579,2086],[526903,153312],[525745,153556],[526188,152684],[532239,163128],[525494,177891],[531656,200989],[528088,214512],[528576,212923],[530229,217358],[530729,217915],[536270,220052],[533824,220576],[532127,236163],[535179,262049],[535766,266515],[530623,266678],[528897,264482],[532210,81811],[536250,84112],[531153,83610],[531074,80775],[525352,89498],[527942,100504],[531692,95081],[527715,104951],[532324,109841],[536860,126697],[527278,127903],[530770,126561],[540034,-10271],[541813,-19918],[543847,-13618],[547677,-20717],[547254,-20844],[543942,-112050],[540466,978],[550067,138715],[549183,129264],[548694,133483],[549387,142288],[540687,159473],[545708,176852],[546033,171891],[539483,223592],[545737,232741],[549899,245339],[549344,245425],[547201,254901],[546425,255871],[547450,253815],[549995,254596],[549892,253131],[545556,263815],[547880,259756],[541496,259549],[550355,81581],[542024,80128],[543751,101791],[545408,114277],[544863,106094],[549814,114721],[545868,102721],[541781,122149],[542079,117692],[542106,119003],[550048,123323],[553610,-22249],[558592,-22515],[554762,-23498],[562914,-37704],[559583,-34086],[560776,-29240],[559932,-71378],[556157,133036],[558861,129635],[560376,130075],[551663,131413],[552324,128580],[550549,141565],[561955,160777],[551469,168760],[551393,168920],[557989,168657],[561244,167879],[562322,167097],[555625,221442],[557634,219582],[557548,244457],[557352,244399],[553802,247689],[551707,256462],[554713,257263],[557166,66101],[562632,91059],[560928,91811],[560649,93337],[555083,97986],[554695,95829],[556418,126893],[551645,116531],[551833,123308],[554053,122478],[556896,123991],[556461,125707],[572078,-28996],[570975,-37417],[564571,-42496],[565612,-45442],[571828,-55444],[571344,-60664],[568720,-55863],[568500,-54883],[568692,-62828],[568660,-63069],[575520,-52818],[569670,-74567],[573508,-74737],[570286,-69549],[571380,-71004],[575584,-66937],[575527,-67170],[566752,-73396],[567157,-73389],[571831,-77705],[571766,-77936],[571529,-78532],[571608,-78137],[572073,-107755],[571163,-106896],[569740,987],[566654,128821],[568541,151039],[568653,154856],[564958,154051],[571002,59807],[568336,58763],[568261,59305],[570578,73635],[568735,69892],[573888,64902],[575634,97963],[568512,92076],[565380,95269],[565465,94987],[568489,107973],[565748,105495],[569989,127986],[571714,127480],[579575,-4693],[584121,-2203],[583389,-3034],[581596,-2294],[581447,-34406],[576637,-58613],[579432,-91184],[580877,-90518],[578829,-95444],[578988,-95239],[579626,-94486],[579391,-94515],[587558,-114517],[587322,306115],[586715,329910],[583960,71842],[578941,66909],[584063,66516],[580872,99718],[576128,100053],[578429,102519],[587251,100922],[593146,-119648],[591108,-119113],[590867,-118323],[600244,-128326],[590315,-1581],[591890,-846],[596195,-7274],[597100,-2580],[591437,-47890],[590709,-46853],[596789,-56250],[595914,-55646],[597838,-63148],[598070,-63548],[597720,-63678],[596849,-64545],[595639,-72613],[597074,-72323],[597164,-65173],[597107,-65386],[599904,-78464],[595175,-83003],[594726,-82417],[591762,-114361],[590776,-114928],[594811,3089],[600529,316520],[592467,330436],[593937,329449],[589962,328193],[605667,-128914],[603224,-130155],[602501,-10785],[613430,-31268],[606117,-82464],[606033,-82678],[604385,10373],[613480,204731],[612200,216124],[613752,211123],[603755,303847],[605369,306159],[602824,316052],[610092,339019],[609441,338348],[626439,-116836],[620072,-121790],[620933,-121135],[620805,-121336],[618523,-8682],[619254,-9214],[623965,-16543],[620489,-15063],[623291,-24542],[624876,-23537],[618355,-24125],[623791,-27199],[623525,-27700],[617923,-27460],[617794,-29624],[618569,212365],[624037,214524],[623553,219639],[619305,16027],[617463,13518],[624679,14011],[624746,18771],[618432,343507],[622930,341742],[622616,345405],[618310,337792],[618440,338399],[618383,339786],[616667,335593],[624357,346007],[635080,-125586],[637354,-122535],[627396,-116344],[630627,-24890],[629711,-29444],[638140,-99710],[637796,-97080],[637404,-97049],[633822,-106381],[637760,-105631],[633108,-108668],[638117,-105669],[637333,349116],[643493,-7179],[643688,-3223],[648194,-7248],[649620,-98743],[642379,-102505],[648165,-102345],[651904,234066],[644649,352836],[643788,354076],[642627,357091],[648205,355415],[660406,-3675],[659688,-3436],[656025,-3693],[664024,-20761],[660395,-17387],[658341,-16582],[664592,-28319],[661968,241808],[658448,236579],[653858,231861],[667111,-26040],[670874,237332],[665746,238361],[673710,398342],[677917,397531],[676698,400876],[676249,417462],[680815,-124075],[682262,-121298],[688499,-71866],[688578,-73636],[685601,249155],[689094,261138],[685386,269141],[682797,272137],[689403,276787],[688738,277504],[690430,280440],[689051,372399],[690399,386810],[679344,398401],[690420,398619],[695557,256057],[696409,283096],[693970,283723],[695491,290944],[699215,299004],[696337,299708],[692796,296990],[703316,360394],[703075,364289],[700185,363748],[703114,370888],[691704,372861],[700855,371837],[700614,383536],[697774,383929],[697319,381690],[702542,378348],[693078,396295],[695136,385912],[715796,-108604],[708448,-105871],[714853,-114948],[704554,366754],[704629,384846],[726511,-115600],[726543,-115087],[719340,-113446],[718040,387420],[741424,-125042],[731642,-121401],[740832,-115622],[739433,-130968],[740966,-133228],[739475,-142293],[740188,-114739],[734936,353816],[733248,366825],[738290,363407],[735486,381688],[737042,381801],[732640,374811],[744692,-123436],[747832,-134948],[752988,-135674],[749592,-139398],[742927,-138215],[752207,-134796],[748823,-132078],[745042,356115],[744942,348125],[751421,352458],[742653,366225],[764970,-133598],[763047,-132478],[762179,-132063],[755832,-135347],[760982,349052],[764943,347916],[769381,-121415],[778121,-125173],[774295,-123084],[776052,-138333],[780607,-138852],[780408,-141173],[771147,-144374],[775165,-141415],[780254,350874],[776974,348676],[775201,377216],[774740,379035],[772829,381997],[771251,390929],[783231,-120575],[790463,-138716],[787305,-131976],[783563,-130847],[782167,-128085],[787059,-140644],[784203,358423],[790257,359852],[792239,366056],[790360,368895],[791190,388425],[803127,-139850],[794861,-137001],[802126,345210],[800353,345799],[799205,351527],[806386,351300],[805617,375804],[805569,374423],[794879,375364],[798415,376389],[799737,388092],[800394,389514],[814460,-138624],[815751,-138671],[808932,-137489],[810664,369710],[806892,367381],[816659,368172],[818513,362059],[818083,361564],[817110,375418],[810210,381811],[821843,-120424],[823332,-119976],[821184,-122330],[821938,-121743],[822252,-120919],[822116,-121126],[821587,-122268],[822508,-122302],[821557,-120709],[821890,-120286],[821649,-121431],[828068,-130351],[827707,-129009],[827134,-129909],[827377,-130022],[826833,-144249],[829125,-146074],[826822,-183996],[825026,354932],[825710,366495],[828121,365543],[830723,382619],[832251,-121911],[833205,-121941],[833145,-121430],[832898,-121736],[843154,-160433],[843388,-172751],[843668,-172290],[841081,-180003],[842570,-179021],[833029,-182389],[835527,-179941],[838361,-199464],[844443,-89861],[844142,-91081],[844567,-90161],[843132,-91915],[832206,-112852],[834646,-111630],[834016,-113831],[832323,-113131],[836384,-114144],[843297,-108478],[842327,-107509],[841465,-108735],[834184,-114064],[834759,-113487],[833823,-114401],[833354,-112918],[855461,-120244],[857293,-122419],[857103,-122335],[853199,-139776],[850559,-145963],[849423,-145487],[848839,-149223],[848936,-150682],[851812,-143630],[845948,-156212],[851276,-167144],[850794,-167755],[850637,-87012],[848789,-86300],[849376,-86130],[850951,-86693],[862989,-116989],[869643,-115453],[867448,-116649],[866906,-116843],[862292,-118546],[862145,-118841],[862557,-118166],[864995,-139297],[864625,-139163],[864543,-138861],[864611,-139366],[864589,-137595],[866040,-137856],[864608,-136192],[867561,-135824],[864516,-137151],[864705,-136768],[864770,-137755],[864961,-136257],[865319,-136598],[865670,-137688],[865346,-136950],[865147,-137405],[864273,-130780],[863820,-129922],[864415,-131391],[863727,-129664],[863622,-130709],[864067,-131520],[859756,-88254],[860731,-87929],[860342,-87061],[861240,-88120],[862040,-81774],[862811,-81760],[862207,-82182],[862295,-83221],[862384,-80817],[861306,-82406],[864219,-94618],[863991,-95483],[863790,-94948],[865264,-95418],[868225,-106100],[868974,-110517],[868269,-111518],[869022,-110176],[866623,-110553],[866905,-110631],[868473,-111649],[861685,-113544],[869336,-113658],[866410,345691],[866079,346464],[877520,-121477],[876070,-120290],[876228,-120729],[877275,-115959],[877063,-115786],[876913,-117543],[877285,-115580],[877766,-115315],[880618,-139630],[872775,-129566],[873686,-128833],[872649,-130277],[872776,-130626],[873158,-129965],[872871,-130324],[880049,-137718],[879501,-137443],[880702,-137862],[880273,-137903],[880665,-139539],[880261,-138138],[877807,-137835],[879719,-137744],[882391,-140083],[875276,-140419],[875147,-140557],[882310,-134691],[877670,-134156],[882929,-141058],[882767,-141422],[872190,-144856],[876832,-141638],[877043,-141210],[870928,-141673],[871100,-142389],[870787,-142619],[878100,-140841],[878606,-141694],[880123,-140956],[871310,-141462],[876191,-144080],[871028,-149014],[871329,-176907],[881557,-112911],[882224,-113827],[882169,-108712],[881753,-108408],[874539,-108626],[876982,-110833],[876708,-110587],[874671,-109766],[881421,-112531],[879582,-114180],[876849,343856],[879034,347214],[891317,-127031],[895622,-126998],[894574,-119267],[894487,-122079],[887947,-136609],[884086,-132418],[885729,-131270],[885245,-130967],[885485,-131784],[885919,-132459],[885584,-132010],[885084,-131414],[885060,-131651],[889130,-130528],[885812,-130958],[889406,-129964],[890210,-129684],[890610,-129457],[889776,-130118],[890359,-129569],[894599,-127805],[894290,-128046],[895098,-127908],[895585,-128203],[895360,-128357],[894554,-127970],[889790,-139909],[891844,-140489],[892949,-140561],[882457,-140372],[882554,-139872],[885214,-139274],[883827,-140571],[895483,-127428],[889678,-130491],[883897,-138259],[891276,-141577],[889413,-141840],[891521,-141570],[887647,-143808],[886309,-142566],[886289,-142753],[883377,-141283],[888941,-143477],[889585,-149059],[887190,-93323],[885163,-91904],[891548,-93753],[893465,-111983],[883641,-112893],[884226,-114359],[883376,-112393],[883812,-113156],[883792,-111316],[883285,-113889],[884476,-111217],[887941,332183],[890811,337306],[890687,338940],[894065,337241],[892517,346916],[890382,346799],[896542,-136648],[896666,-135894],[897244,-134575],[896502,-93125],[902821,-111332],[908051,-111521],[905384,339483],[908570,334825],[909839,-146028],[910725,-107736],[911934,-108764],[918227,-109826],[918145,-109726],[921226,-114497],[921191,-113301],[920810,-112671],[920561,-113221],[920962,-114125],[921990,-115267],[923208,-115911],[922613,-115214],[923313,-116171],[923686,-115594],[922019,-115388],[931844,-115314],[932207,-115468],[925631,-178293],[927593,-95641],[927496,-91688],[922037,-113965],[931094,-114502],[930882,-114524],[927925,-111297],[928797,-109566],[933981,-112375],[933632,-113685],[934038,-113115],[925167,-111713],[925235,-113277],[932967,-108669],[932876,-113074],[933409,-113192],[946220,-116709],[945955,-118253],[946566,-126057],[946037,-127743],[945426,-131541],[946769,-99223],[935779,-112474],[943578,455946],[943204,489537],[946227,563165],[947998,-123856],[949583,-120065],[949474,-116989],[951570,-127805],[951357,-129280],[953481,-135684],[953294,-136786],[955079,-145881],[955544,-186080],[956142,-186270],[959080,-185502],[959542,-186969],[950063,-92818],[948293,-95286],[949968,-110688],[947668,-113349],[949901,-110112],[948974,-103919],[949095,-104235],[951284,-110166],[949861,-111303],[955113,454417],[953118,452425],[951152,453995],[952587,483399],[951513,480995],[953878,481717],[960478,419621],[966795,453675],[970525,460767],[969998,570721],[969753,569936],[976587,-125957],[976215,-119333],[977148,-119259],[974109,-133559],[974883,-133097],[978629,-128301],[977547,-141318],[977610,-142524],[984732,-163331],[978465,-157876],[981725,-157787],[983415,-170543],[983565,-171752],[981411,-186304],[979893,-185522],[974190,-194114],[974444,-193109],[975762,-197556],[974536,-196292],[977213,-110103],[973690,-111338],[973970,-104193],[973105,-103161],[980123,-103295],[980404,-103170],[984705,393185],[977293,415551],[982292,455292],[982203,458173],[983065,484999],[982226,484517],[982083,496207],[985483,497450],[979310,515507],[984602,540269],[990410,-127320],[992169,-129988],[994760,-130155],[995145,-131520],[990221,-135804],[989747,-135632],[989745,-140470],[989850,-141811],[990704,-151838],[989204,-150411],[993474,-151317],[996156,-154329],[992580,-162797],[991889,-163363],[995119,-173104],[993027,-171585],[998338,-175526],[996202,-173732],[986532,-102765],[986760,-102977],[987105,-109284],[987425,-112218],[989704,167620],[994732,217097],[993573,218018],[990592,405298],[991020,467792],[995219,483915],[995861,496476],[988498,509258],[988533,510161],[992976,509471],[988145,501181],[994024,507633],[988264,528866],[988437,528139],[989470,535087],[996560,538054],[997660,538552],[990439,539453],[1004650,-160290],[1004520,-161088],[1008646,-163572],[1011060,-163769],[1002588,-171736],[1003260,-170244],[1004448,-175455],[1006592,-174334],[1009353,-110958],[1009229,-111066],[1000470,220245],[999825,415103],[1009854,473283],[1000593,503992],[1002133,510069],[1001503,510144],[1000647,519224],[1002512,518613],[1004032,516462],[1007267,522909],[1008703,521790],[1022170,-116201],[1023451,-176711],[1017346,-110357],[1017295,-110292],[1022579,-109160],[1018394,420604],[1020954,424530],[1016259,453547],[1016228,448512],[1014142,465856],[1015433,478232],[1018421,494694],[1018043,496691],[1019049,508969],[1013617,519454],[1013120,519554],[1013297,521085],[1020592,519401],[1028440,-124044],[1028751,-121886],[1024283,-115864],[1033341,-139412],[1031640,-135880],[1030975,-136116],[1028975,-131375],[1028946,-132587],[1036136,-149262],[1034427,-150849],[1034724,-152338],[1034485,-141063],[1026572,-164197],[1028559,-164436],[1025719,-174185],[1024326,-174731],[1028644,-175102],[1027312,-174600],[1024672,-177210],[1036688,-180017],[1033794,-183082],[1026200,-109927],[1030511,-107481],[1031306,-108508],[1029746,423002],[1030773,465252],[1030212,468366],[1027528,462376],[1045264,-133320],[1046882,-131139],[1038196,-146644],[1041243,-146676],[1036914,-152583],[1047721,-147000],[1048488,-147406],[1041738,-174460],[1042758,-190847],[1040756,-188833],[1047453,-186907],[1045767,-107141],[1046779,-108958],[1047911,410428],[1043799,412647],[1041057,418898],[1044179,555195],[1062045,-115096],[1054472,-130040],[1051155,-129807],[1061442,-130939],[1056279,-129992],[1055347,-136588],[1054840,-136628],[1061587,-152245],[1059848,-151963],[1049783,-187535],[1059104,-105455],[1055117,-104844],[1055145,-109009],[1058197,-108956],[1065734,-140083],[1067403,-142813],[1067702,-151767],[1068423,-148999],[1075074,-151125],[1071334,-107807],[1069991,-106910],[1074152,-107340],[1064207,-112509],[1069575,-109127],[1072799,-107612],[1065900,560400],[1075755,-150659],[1086241,-150638],[1085567,-150407],[1078598,-107941],[1079438,-107648],[1080431,-107734],[1079193,619149],[1093244,-149316],[1092964,-149578],[1100075,-150309],[1099413,-161492],[1093589,-171141],[1098426,-173529],[1100079,-170660],[1098520,-173790],[1099870,-184426],[1095462,-99345],[1097429,-100664],[1092581,-106789],[1092199,-106249],[1097321,-106357],[1096514,-106359],[1089414,442089],[1089203,549624],[1092477,549671],[1094238,549624],[1100113,551296],[1092023,609432],[1103720,-151408],[1102127,-162396],[1102920,-185834],[1111158,-182173],[1111204,-191243],[1111488,-191580],[1105532,537467],[1110719,540077],[1107435,538170],[1105097,541774],[1106439,541764],[1116048,-180697],[1120894,-181131],[1123755,-181859],[1125739,-80527],[1124977,-83079],[1120673,-77000],[1120657,-77634],[1124956,-86418],[1136739,-174038],[1131763,-174328],[1130256,-175123],[1134483,-168902],[1134390,-168125],[1126633,-180312],[1128932,-180263],[1131718,-60989],[1131568,-59528],[1134897,-57094],[1135366,-56179],[1128778,-76074],[1135528,-76052],[1134896,-75485],[1131009,-84845],[1130997,-86394],[1133755,-79394],[1133314,-81262],[1128395,-77099],[1137134,-80192],[1137198,-82042],[1128597,-88735],[1128302,-88835],[1127324,-83792],[1138119,-100891],[1138867,-102868],[1130793,544504],[1132088,541880],[1133006,540572],[1134676,544598],[1141686,-118977],[1143255,-120818],[1146586,-116948],[1143451,-117834],[1144901,-121235],[1145229,-118809],[1148407,-131303],[1148498,-133550],[1150801,-138768],[1150343,-139423],[1140847,-173410],[1146003,-172854],[1140830,-184125],[1140792,-184347],[1145606,-188312],[1145926,-187562],[1142890,-2915],[1142560,-3303],[1146844,-1036],[1145515,-13516],[1146802,-14574],[1142302,-57106],[1142691,-55580],[1140445,-72711],[1141479,-71319],[1141544,-64552],[1144162,-65723],[1140987,-98668],[1145948,-107068],[1148993,-106274],[1143661,-102311],[1140541,-113992],[1140587,-114828],[1146859,1569],[1149267,33879],[1149846,35163],[1144590,536088],[1144031,536761],[1144775,537394],[1161464,-122973],[1160828,-120747],[1154398,-123860],[1154435,-123253],[1156492,-140210],[1158694,-140232],[1157859,-136026],[1159142,-134295],[1160665,-164324],[1153475,-173030],[1162718,-166775],[1163717,-189109],[1164769,-200171],[1163223,-197953],[1163641,-196830],[1164079,-196547],[1164744,-199536],[1153897,-27312],[1153663,-26218],[1160568,-101519],[1160799,-101137],[1153516,-92333],[1152947,-94531],[1157788,-113207],[1158924,-112500],[1154559,-109238],[1152401,-108944],[1162083,24612],[1161564,25924],[1164519,27141],[1162973,34642],[1162159,33650],[1154941,36357],[1154329,36695],[1161283,39050],[1160885,40056],[1177519,-115136],[1175411,-116723],[1169566,-123497],[1167615,-123575],[1168951,-131419],[1173310,-129715],[1169674,-135133],[1166611,-133927],[1174816,-152346],[1166394,-158357],[1166190,-159111],[1172252,-154897],[1164947,-187121],[1174348,-199470],[1168715,-198257],[1165526,-200903],[1173707,-33784],[1174101,-33111],[1171498,-28369],[1171896,-27746],[1166110,-28994],[1166199,-30865],[1165821,-93309],[1165688,-94334],[1172217,-97638],[1172428,-99952],[1176791,-104538],[1171854,-108078],[1171548,-112034],[1169137,1529],[1170134,1460],[1169248,205800],[1169469,206749],[1167012,209531],[1168191,208922],[1175348,209752],[1174162,209142],[1171842,22526],[1169778,21690],[1166075,29023],[1176837,521140],[1173781,523632],[1173884,522158],[1177550,526063],[1172949,528845],[1168548,525729],[1168422,527628],[1167194,534326],[1166571,536119],[1171741,532422],[1173419,529529],[1184020,-120805],[1183233,-120504],[1186646,-134657],[1184354,-132947],[1189107,-146125],[1188348,-151405],[1183320,-144263],[1183871,-147877],[1185698,-7867],[1185862,-9131],[1179550,-35762],[1180693,-34221],[1186792,-99533],[1184365,-99092],[1184667,-99818],[1187306,-96030],[1184840,-94546],[1181633,-100089],[1180820,-98778],[1186846,-98168],[1187336,-97866],[1184663,-108357],[1187833,-105996],[1188594,-107473],[1185055,-109844],[1184474,-109591],[1186028,-112693],[1187208,-110708],[1186478,-103389],[1186241,-104750],[1180631,-104672],[1183428,-102763],[1178772,-107193],[1181608,-108360],[1180409,-108924],[1187104,2323],[1187896,2556],[1181902,213252],[1181435,213024],[1184733,210475],[1184475,210471],[1181045,220926],[1181002,221519],[1189979,482658],[1187938,481136],[1187686,483565],[1180869,521078],[1178162,528219],[1198717,-123693],[1197488,-125250],[1198514,-132941],[1197985,-133087],[1197240,-147830],[1194295,-145629],[1193978,-154440],[1195804,-155830],[1199829,-165029],[1194066,-164122],[1192591,-166514],[1192794,-8924],[1193331,-10498],[1202558,-2923],[1190793,-97508],[1190661,-108245],[1193332,-112573],[1196004,-110108],[1198056,9575],[1196802,11498],[1192573,215730],[1194033,216631],[1200160,216446],[1200268,214724],[1202037,233971],[1201892,233196],[1196531,244597],[1196740,244834],[1196317,15970],[1196818,18115],[1202821,290877],[1202513,293223],[1200974,295168],[1202133,47515],[1200722,48506],[1201600,46543],[1199854,47065],[1201789,59702],[1201059,61284],[1202672,54192],[1201974,53594],[1213115,-123654],[1212668,-125249],[1211077,-117235],[1209316,-117629],[1215184,-129321],[1213832,-130339],[1212742,-153971],[1210430,-155253],[1203375,-1610],[1206285,-7224],[1206600,-6846],[1207957,-1661],[1208561,-2798],[1211626,-110510],[1211946,-114448],[1210816,-107559],[1211052,-106718],[1212807,2944],[1213680,2761],[1212532,4815],[1211940,6934],[1207599,1102],[1208528,934],[1203644,3451],[1205507,3547],[1210395,202191],[1211541,201807],[1204233,201527],[1204492,203977],[1213824,280582],[1213281,280807],[1213644,279460],[1215421,282168],[1210304,284937],[1211100,284073],[1208343,285202],[1209230,286077],[1204485,290904],[1207926,37302],[1207339,37227],[1211876,89394],[1214638,91622],[1215114,91327],[1212525,90335],[1220619,-117969],[1221382,-116770],[1228256,-107385],[1226826,-108459],[1224993,141741],[1225784,143524],[1220657,144043],[1220722,144292],[1219616,150251],[1221013,150681],[1223540,152861],[1224746,153147],[1222931,154426],[1218748,160158],[1218687,160305],[1227865,162742],[1226738,161398],[1225969,154156],[1219959,178256],[1217378,180709],[1220544,186489],[1221264,187857],[1222817,253523],[1221143,253216],[1222947,291321],[1223209,292301],[1228283,291004],[1226868,289318],[1222303,283269],[1222325,283308],[1224773,296952],[1225083,296668],[1220389,36168],[1220920,35483],[1228763,38383],[1221359,42047],[1221756,41553],[1221978,56150],[1222012,56672],[1226166,55779],[1224681,53586],[1226888,120179],[1225580,119750],[1227729,123823],[1231993,129485],[1237762,132631],[1235578,130770],[1239007,131581],[1238505,128865],[1236535,135367],[1236670,135402],[1239927,141324],[1237398,142309],[1232811,142952],[1235300,144300],[1235873,159311],[1234906,157669],[1237692,157180],[1232525,293962],[1229879,290153],[1230552,290116],[1232083,294710],[1228906,37868],[1236658,51355],[1232144,59804],[1232263,57681],[1235113,52944],[1236443,99828],[1237158,99978],[1238210,98024],[1238748,97258],[1236938,105124],[1236174,105282],[1231700,117542],[1229926,118345],[1229161,124878],[1231872,127941],[1251978,186212],[1250774,186896],[1253736,196389],[1249702,201896],[1247781,201136],[1253063,287886],[1252937,290266],[1241605,50280],[1242688,49737],[1247601,62301],[1247547,60759],[1252845,96141],[1253524,95866],[1254000,106718],[1256853,164195],[1257590,164619],[1265102,197156],[1262561,196551],[1254896,196361],[1262551,279552],[1261634,281478],[1258033,276957],[1258090,276813],[1254874,281335],[1256871,282054],[1259692,295017],[1259974,296087],[1262903,302897],[1263124,301668],[1259126,98789],[1259999,99034],[1255121,104890],[1254646,107034],[1256665,106342],[1272605,158302],[1274690,156014],[1275990,160343],[1274841,159860],[1268028,195022],[1271180,198038],[1279917,284952],[1279304,285068],[1269487,287432],[1271423,287798]] \ No newline at end of file diff --git a/src/gathering/a10144.json b/src/gathering/a10144.json new file mode 100644 index 0000000..09cbcaa --- /dev/null +++ b/src/gathering/a10144.json @@ -0,0 +1 @@ +[[1280844,168686],[1282016,169482],[1283641,168627],[1290909,272537],[1290748,272736],[1291175,272875],[1289541,279387],[1290107,279751],[1291147,278386],[1286983,277029],[1284917,276238],[1286662,276627],[1280338,278717],[1281602,278478],[1280176,278501],[1281388,285008],[1290124,110251],[1288868,109381],[1288455,111672],[368341,9492],[371082,11482],[369083,12016],[368394,13779],[368801,13871],[365959,25473],[365506,23461],[366686,17619],[368505,19335],[367983,23303],[367351,32913],[366082,32988],[367137,32768],[361575,37190],[361371,37103],[361655,37232],[367671,26058],[363983,44657],[364873,44130],[369922,40613],[370176,39249],[370341,40316],[363500,58140],[360648,59044],[363541,60515],[364399,52411],[363898,53319],[371190,58958],[370183,57900],[383106,-1270],[383356,-3508],[382565,-2153],[381165,6468],[378561,9279],[378082,4701],[377219,10008],[377060,5406],[379757,6571],[373596,10810],[373713,11557],[374727,9603],[372915,8551],[373950,10015],[371233,11582],[371249,11141],[383976,7157],[373578,21835],[372818,23661],[371942,22076],[373530,20619],[376253,20105],[379426,17693],[379016,17966],[380077,21452],[381497,20085],[379127,17461],[378519,25936],[378380,26832],[379623,26051],[375010,41032],[375339,41255],[380757,43632],[375236,44494],[379286,39453],[379122,39046],[380655,40265],[377006,48286],[380206,45995],[378820,49044],[374582,54206],[374675,54043],[374436,54276],[371999,57655],[380316,58971],[375638,59438],[380083,60857],[383921,55300],[383197,55160],[383708,56931],[383763,76579],[382056,86132],[383769,77763],[381902,80418],[378859,86067],[378285,88117],[381014,86426],[382384,93262],[382458,93109],[381620,94282],[383071,96862],[374958,115340],[389837,-8764],[391587,-8851],[391275,5126],[392295,2758],[388820,3532],[393507,10685],[393494,10554],[390646,12032],[388119,10401],[385257,11171],[385882,11274],[389206,5966],[390346,7962],[389094,6523],[386222,12848],[396122,23054],[392547,20531],[392469,17929],[390177,14715],[392847,15323],[390691,13534],[393866,15703],[394532,15149],[393874,15521],[385686,15584],[386531,15842],[389059,36993],[392370,36041],[387525,48256],[390206,49282],[387618,48158],[389175,53844],[390384,57377],[384583,72430],[388832,74689],[386891,75779],[387743,80695],[386624,78923],[385252,83029],[387795,85251],[388246,99937],[385182,97668],[396526,94160],[395702,95241],[393727,94209],[396577,110779],[394589,115234],[396584,113866],[396021,121231],[395951,121117],[392418,116061],[397593,-9838],[398377,-8183],[400789,-7613],[400559,-7971],[404366,-8298],[403547,-6170],[407752,-20438],[407785,-19298],[408627,-22828],[401771,5551],[401121,4229],[401994,2265],[397563,11536],[404575,7920],[405622,7766],[407409,8538],[407125,4518],[407373,4934],[405050,7192],[404070,131248],[403844,133042],[402320,145152],[405075,145951],[406429,146276],[403529,143285],[397278,142029],[401478,143355],[406941,16023],[408181,15402],[406057,16014],[406083,25111],[407479,19771],[407993,25744],[408049,22727],[402705,24738],[397498,21426],[400442,23957],[399081,25622],[402227,21159],[406670,22307],[405937,24942],[402054,28531],[404611,27530],[397882,26224],[402727,31345],[401870,28403],[405843,27362],[407279,29341],[405800,48087],[408071,45892],[405480,46228],[405112,42662],[404472,46294],[405870,45559],[402591,41808],[401585,41183],[400182,44098],[409446,43867],[409545,42002],[406197,86127],[403961,86380],[403235,88042],[403259,88249],[404076,86205],[401533,90561],[400185,94623],[401104,93654],[398452,111889],[397834,107711],[398325,110147],[397349,109351],[399044,108901],[400828,107380],[402333,109205],[408294,110076],[408593,112149],[397305,112061],[404735,117662],[403465,118820],[401922,117320],[404319,116224],[402770,115999],[404112,117823],[397533,119752],[399810,127784],[401012,123557],[400789,127476],[401769,127110],[410032,-4742],[411665,-7868],[413388,-6639],[415666,-4276],[415929,-3235],[418628,-10543],[410497,-22898],[415043,-19508],[410212,-17879],[412679,-20196],[417971,-14162],[421656,-20397],[421613,-12896],[418684,-35153],[420073,-40011],[419815,-42430],[419888,-42585],[412074,-63474],[413230,-64570],[417654,-66616],[417789,-66768],[418466,-89042],[418821,-88963],[413292,3980],[411594,1505],[413574,2295],[410522,12099],[412591,12954],[415889,139966],[415905,140962],[409631,135472],[409788,135358],[410204,136550],[420637,146473],[419850,147462],[418456,146305],[420337,147195],[411182,149453],[410083,150591],[413197,148169],[414141,13665],[411861,18567],[411105,19234],[414745,21117],[415739,24481],[414631,23840],[414668,23950],[410792,26589],[410413,27701],[409633,28622],[419002,31640],[419411,30252],[419309,30676],[411480,42287],[412388,70992],[415416,69224],[413049,70779],[409671,86415],[409755,84872],[418589,85157],[421878,83684],[419203,84640],[419684,100681],[418790,98466],[419910,99993],[410772,95401],[410456,95774],[411018,96420],[421353,89801],[419043,104260],[420146,103999],[420158,111436],[419227,109400],[411727,110919],[414768,107951],[416537,107003],[414735,107894],[414481,105628],[413451,104628],[413530,105108],[414402,116532],[415032,115993],[416894,115493],[424019,-10115],[426698,-9424],[423857,-10355],[431052,-12091],[430536,-12380],[434407,-2229],[434248,-2003],[429807,-3235],[428108,-1566],[428919,-930],[434989,-305],[423080,-9218],[431533,-12416],[428790,-20953],[431228,-17534],[424052,-19106],[428265,-14648],[425014,-25899],[431954,-40822],[424048,-47383],[425022,-44435],[425481,-52567],[433332,-73688],[433086,-73472],[426689,-71365],[425171,-88531],[427492,-94413],[429374,-96611],[434979,2890],[424940,153254],[422583,152473],[432371,160605],[429160,155149],[430066,154167],[430660,154985],[424929,22589],[429904,22190],[423662,21884],[430810,18909],[433973,24565],[434531,25068],[432682,27886],[425244,70723],[423920,70060],[423629,74638],[427475,78441],[422410,81726],[422595,79574],[424639,82244],[424927,83745],[426109,83521],[423021,88851],[424299,92047],[433019,95048],[432612,104791],[433498,103763],[436412,-5013],[438885,-47078],[442271,-42819],[443040,-43359],[439045,-47245],[441133,-43753],[436519,-41087],[440188,-49284],[445585,-48429],[447383,-45520],[444505,-45639],[435545,-41136],[446890,-49924],[446513,-53401],[446680,-53713],[446375,-52134],[436108,-79455],[441462,-77465],[442184,10747],[442100,11586],[442448,9465],[450266,945],[443876,2282],[436068,871],[447521,151637],[445837,147233],[446027,146777],[441333,152055],[442607,151077],[443103,150685],[445299,156818],[446242,155537],[443741,155749],[435280,159865],[437479,157497],[444561,179237],[444409,179022],[439334,178804],[444823,170992],[444564,171661],[444483,172490],[445326,189353],[444844,190385],[443764,183444],[445156,185359],[443693,187322],[446709,197878],[445015,193058],[445798,195056],[444686,192366],[435818,25199],[436023,18940],[435476,21045],[438568,21380],[437481,17339],[437428,14945],[436427,17483],[441891,16032],[445731,15957],[438043,26042],[445382,70078],[447044,65671],[447880,82165],[436173,100873],[437207,100380],[440275,101965],[440113,101832],[439536,100864],[444290,99603],[446273,99189],[446664,99737],[444841,106446],[445626,107977],[443759,110543],[441524,108385],[442536,107929],[440784,113640],[440962,111692],[440303,110006],[458004,-41815],[451116,-43225],[453109,-44545],[451184,-41220],[458498,-49915],[457847,-46561],[453794,-44925],[449606,-49254],[449078,-49137],[456329,-53498],[456149,-52577],[448829,-53490],[448594,-52469],[460070,-74160],[454412,-66320],[448601,-87801],[452248,-82276],[453895,-87469],[450358,816],[450009,4855],[450760,1182],[451826,1516],[458721,4625],[451004,11552],[450370,10118],[451964,12877],[458135,153192],[453660,152384],[450030,152440],[449825,147342],[455882,157850],[458638,159468],[453883,155265],[457683,154020],[448859,178105],[451003,167572],[451910,168038],[452309,168984],[456063,168385],[456346,167916],[454793,167832],[453962,182665],[455216,186087],[451272,183508],[450768,183162],[450709,203154],[451685,203526],[450836,203019],[460342,207658],[457163,205458],[458199,207138],[448131,75489],[448026,70542],[454648,81350],[451830,84683],[449210,100090],[450950,97569],[452173,99059],[453996,101830],[450402,104526],[451402,103511],[469025,-4273],[473106,-24465],[467488,-29234],[466818,-28716],[463979,-30407],[461870,-30958],[465897,-37349],[465596,-37756],[461062,-32250],[460888,-38334],[464620,-39442],[463604,-47131],[463095,-50105],[464640,-47079],[472346,-50408],[468744,-60379],[471718,-51152],[472066,-51118],[467988,-85899],[461810,12816],[466660,11705],[465000,10690],[466643,8898],[469510,9643],[471984,1797],[469944,131858],[470462,129906],[471411,160851],[468649,162247],[468553,162851],[466058,164137],[465797,161687],[460822,160421],[468654,166436],[472460,167388],[469750,169319],[473450,172537],[463619,195466],[466979,195195],[467059,195859],[469580,213238],[473447,212722],[471700,210739],[469751,210946],[461917,16298],[472454,13494],[461535,18724],[472207,84776],[469871,107822],[467281,105935],[466562,109713],[465892,108010],[463568,108742],[465388,106646],[468634,117411],[468921,120989],[473414,119615],[470945,122087],[468540,123934],[471019,122942],[471343,127619],[471679,122801],[470667,122887],[484187,-8548],[484506,-8923],[483919,-9567],[478299,-14098],[479704,-13989],[479295,-14905],[475040,-24866],[483562,-25095],[483424,-25361],[483194,-25483],[482817,-27221],[482372,-27229],[481992,-27835],[483076,-29131],[479544,-27149],[479244,-27061],[480594,-26213],[477436,-76012],[479500,-82218],[477996,-81533],[477232,-89450],[477043,-89786],[480666,4743],[479207,2949],[484320,1162],[478890,2887],[484235,1442],[484430,1592],[485194,131017],[486185,153036],[485970,152630],[480890,149977],[481637,148743],[479574,149390],[486248,154498],[483217,158238],[478165,157580],[478084,157315],[481503,161834],[478391,162131],[476664,172479],[474168,173100],[480383,172781],[478231,171164],[480056,172323],[481410,179167],[478260,177115],[481410,179707],[479650,183340],[481827,183201],[481754,184370],[476451,180424],[481369,194345],[480617,194808],[480493,196525],[484096,204759],[474396,217402],[474702,205749],[475867,208205],[473707,208490],[478244,217982],[479190,218513],[474982,218368],[474153,218666],[479387,219292],[477318,223231],[477517,223183],[476158,224168],[477979,227397],[476515,227385],[478176,225455],[476285,229334],[476560,229541],[475580,231931],[473636,14041],[484190,37516],[479322,38516],[486287,34795],[481481,46248],[480105,39175],[479583,40845],[482067,55391],[486057,52532],[482733,57613],[482593,56733],[483140,55934],[476791,61750],[475979,63415],[473719,63012],[482943,73811],[480772,72490],[476173,74816],[476428,72212],[473868,75154],[486079,72204],[481585,69943],[483039,74554],[476677,83482],[476645,83325],[476201,84627],[481113,87414],[479110,86083],[482882,85105],[483411,85275],[484571,85371],[484928,78306],[479635,90771],[478420,106821],[480349,106127],[477243,105551],[478027,108018],[482894,107413],[481182,123640],[474885,127284],[497464,-2164],[498983,-269],[492447,-87293],[491333,-86943],[494192,-90073],[492765,-90575],[491402,-92858],[487759,6930],[498797,1652],[493606,8665],[492699,8021],[492480,9730],[494154,139704],[490384,137043],[486749,130822],[498784,153089],[496296,149077],[498157,152810],[498162,152645],[491251,151092],[490224,151928],[486585,151433],[492491,142859],[494944,143701],[498594,154290],[490165,153976],[486805,156279],[489245,197760],[490743,198218],[487576,199523],[493966,198848],[495164,201084],[492622,200941],[495503,202779],[494384,211620],[492298,212697],[492599,211241],[486999,206070],[487888,208180],[498181,205142],[488878,206211],[487735,13878],[488730,15474],[498202,17565],[498343,16872],[496812,15102],[493854,18726],[494512,22872],[495496,23831],[490834,15730],[491030,18903],[489312,21403],[497932,27463],[491909,36553],[496408,29946],[492979,35186],[486650,40845],[486532,46862],[488921,54080],[493311,59893],[498208,57259],[492236,58268],[497726,53529],[498340,58278],[486489,54400],[498274,70004],[492232,69675],[493411,70226],[487485,74819],[486641,66418],[486869,86425],[492278,85317],[489484,86281],[493878,84560],[493210,85575],[495063,85530],[488645,88759],[489674,91976],[487151,93722],[490901,100839],[490515,97715],[490729,100341],[493237,93761],[496623,103706],[496033,103251],[497790,108733],[493364,114478],[498497,115855],[491458,117269],[491076,115948],[490145,118387],[491048,124051],[493244,122539],[497704,127450],[496780,122006],[488199,117710],[507706,-1280],[510041,-396],[507740,-36269],[510308,-36782],[511325,-33657],[511060,-36604],[505292,-29044],[507551,-28626],[510532,-36513],[511960,-26556],[509666,-49295],[510313,-47176],[511661,-44599],[510624,-45086],[511850,-45205],[509173,-39824],[510572,-38868],[511939,-46554],[510177,-54203],[510709,-51231],[510924,-51838],[506283,-53537],[504513,-60339],[504195,-99019],[503775,-96286],[506496,-103660],[506206,-103485],[506679,12466],[508182,4184],[508517,3014],[501226,128537],[500295,131807],[501105,132528],[508679,129579],[507243,130075],[508748,130605],[511706,134373],[511549,135174],[509360,147703],[507318,147639],[508509,148118],[507065,150681],[506391,151602],[499873,148462],[499647,147621],[506560,151141],[504661,160040],[504296,161669],[501739,157180],[500382,156385],[501387,155416],[502353,204603],[500486,196160],[503963,198235],[502958,196956],[509411,198107],[506393,200317],[506963,197317],[500883,203002],[500765,207251],[502905,210287],[502368,208791],[506400,214130],[504551,211520],[506258,214106],[508975,208980],[510268,211973],[509564,214392],[510578,214897],[502489,205631],[500797,205366],[510706,208970],[503198,21748],[501365,27997],[500735,28968],[500966,50174],[500412,59772],[499785,76943],[503269,111191],[501774,111063],[501303,111782],[504677,105955],[506171,107507],[507463,104626],[510902,106887],[511335,106910],[500051,115790],[519241,-12419],[523841,-10558],[519303,-12240],[517004,-11736],[519821,-4054],[523698,-19427],[518458,-14155],[514439,-21843],[512073,-26784],[512197,-27002],[518566,-44929],[512047,-38233],[513356,-57428],[514252,136135],[522534,150539],[521091,164747],[523791,155790],[522831,154128],[523141,154669],[518017,175951],[519639,170021],[512335,184567],[513688,187069],[520217,184326],[523523,188439],[520859,193237],[520513,198416],[516508,192942],[516654,210761],[515870,210969],[515732,210828],[517679,211156],[513117,207625],[522219,212196],[524313,215150],[513634,219409],[513308,219620],[515032,220426],[523129,267413],[517077,265678],[519594,267529],[515067,262526],[519986,263809],[515079,257823],[516320,261398],[516059,259025],[514014,258582],[515538,259624],[514125,260026],[512070,260475],[523313,274301],[523869,277579],[522006,274305],[520674,275411],[521350,275314],[519294,275235],[524667,275957],[516554,276244],[517229,276711],[518992,275963],[524233,79066],[524379,95540],[512380,107422],[521286,112552],[523606,113879],[524058,112742],[521258,113706],[532458,-116182],[524882,-7948],[524971,-7618],[532163,-7576],[530547,-6134],[531187,-5692],[534507,-1014],[533339,-7383],[530135,-9119],[531200,-10015],[530306,-10392],[533804,-14738],[525019,-18396],[525313,-18383],[529025,-20976],[527093,-19662],[535382,-15776],[530452,-19817],[528950,-20723],[527883,-20853],[529832,-23133],[535527,-22942],[536099,-15812],[527112,-19434],[525747,-28704],[524940,-28027],[526932,-27904],[526573,-28072],[529327,-26194],[536139,-27070],[526310,-61226],[526562,-60460],[525914,-61068],[531196,-55559],[531380,-55400],[531233,-55745],[525409,5045],[533534,347],[529360,6329],[530185,7376],[532866,1098],[536263,3585],[537027,1415],[537038,154324],[527825,156160],[536145,178414],[525973,213728],[529841,211169],[529505,213368],[531614,215211],[529783,216933],[529374,217709],[528972,216130],[534837,217506],[530329,217557],[532526,220677],[534351,264191],[532599,265808],[535903,266466],[528143,267036],[529003,267318],[528128,266210],[524800,264794],[525067,264860],[531982,268885],[531821,268354],[534897,267845],[534219,85674],[536045,86025],[530829,79792],[526364,81800],[530040,88664],[526761,93746],[529635,90893],[525821,100722],[526611,90204],[532726,91138],[525595,106041],[525968,104328],[529483,109393],[532078,109767],[533039,103935],[525822,105997],[524992,104629],[529763,122512],[527123,128062],[539145,-9430],[541663,-14885],[544357,-14883],[542873,-15189],[543886,-18835],[547452,-21967],[547024,-25241],[545775,-20015],[547511,-16123],[541148,-73124],[546904,-110274],[548255,-111037],[539000,2331],[540056,2052],[537904,2178],[549365,132643],[547673,132633],[544859,129233],[544426,147783],[545482,166535],[538083,158645],[542752,172011],[545396,174249],[548619,168700],[542936,223654],[539623,223681],[540920,221938],[550368,245566],[547193,248222],[543405,255622],[546431,254797],[544291,253271],[547598,253553],[546439,254570],[549264,254459],[548665,253187],[539080,266587],[544152,264002],[547840,259896],[539165,261705],[539317,261851],[539779,258870],[539708,268926],[543155,73642],[547090,82197],[544773,82610],[544062,102175],[545511,101102],[542270,112430],[541972,114197],[542208,111704],[545941,111338],[543388,104739],[543585,104868],[547204,103276],[540328,126619],[541333,125409],[543070,120606],[544585,118592],[542979,120842],[548708,128114],[554596,-23221],[553324,-21633],[555170,-20598],[556148,-21016],[562599,-23960],[559087,-23956],[562175,-39066],[560122,-74464],[559694,-71548],[556986,-66690],[563058,138978],[554069,138847],[560810,129827],[557337,134619],[550559,138443],[550981,138976],[551746,129031],[560203,139897],[551780,145685],[556606,141211],[561540,159346],[554317,166527],[551442,168931],[553859,169916],[558917,217678],[553360,220417],[555543,219742],[557656,234227],[559283,234508],[558539,232779],[561223,242141],[558699,238524],[561591,244858],[558408,246571],[558540,246260],[556758,245485],[556044,245877],[553772,247532],[551417,253761],[552797,255947],[550411,245681],[562869,248036],[551821,256752],[551719,258322],[562467,271305],[560935,56586],[560039,68239],[560175,64822],[556466,67073],[562894,93183],[559454,92213],[560824,92312],[561223,91834],[552855,96264],[555806,97514],[553569,96063],[563155,95016],[556756,114167],[557372,116186],[556227,126401],[552039,123899],[553656,119518],[556379,121983],[558962,121504],[554884,119365],[569846,-815],[575207,-42240],[568932,-40502],[572662,-56817],[565305,-58410],[563513,-61865],[567900,-53623],[569504,-54815],[568348,-55970],[569195,-55102],[568499,-62835],[563248,-62183],[571589,-74058],[569812,-69566],[569442,-74734],[575391,-66929],[566467,-74146],[566436,-74410],[567064,-72940],[572442,-80075],[571637,-77716],[571868,-78237],[570821,-78647],[571047,-77977],[572992,-101214],[571129,-110581],[571068,-110230],[571719,-107948],[569245,129573],[563684,138237],[571052,128416],[568026,152741],[570233,149057],[567486,141962],[567104,150743],[565330,144538],[563665,144972],[565328,164211],[568274,156973],[563937,165855],[562371,167038],[564281,167327],[563640,245918],[570242,61904],[575449,60484],[567743,62718],[570173,74007],[567719,73157],[571719,75226],[574016,65114],[575407,102129],[575974,98042],[575908,98462],[565430,93647],[568048,92319],[568967,92476],[563617,92114],[563779,93323],[566816,94956],[567705,94463],[565692,95078],[573760,105194],[568894,113549],[568184,107717],[565813,102689],[575313,103216],[573212,127509],[565921,120436],[580943,-646],[585631,-3574],[579948,-636],[581748,-4173],[581090,-34666],[578973,-32683],[586575,-45794],[588077,-42225],[588326,-42659],[580853,-50589],[578150,-51258],[582718,-51356],[576595,-55425],[578954,-79249],[578838,-85831],[579251,-85876],[581163,-90685],[579068,-91416],[579564,-94298],[587712,-114843],[588003,-114833],[586533,-112839],[578735,60547],[583899,72179],[585596,71400],[584894,73266],[583157,98899],[586419,100595],[586406,100975],[596744,-126588],[596715,-127230],[597460,-124807],[592898,-118904],[591319,-118617],[591736,-118878],[593385,942],[589623,-1258],[589690,-345],[594447,-5570],[598313,-8571],[596432,-3113],[599818,-9324],[601167,-6439],[596491,-58203],[595517,-55445],[595201,-61556],[598896,-63321],[597601,-63012],[597033,-59390],[596119,-65733],[596113,-75170],[600266,-69689],[599141,-75202],[601507,-70806],[596594,-64203],[596970,-65207],[595100,-82551],[593031,-80075],[589951,-113283],[596417,2077],[592905,2752],[598439,303696],[595587,305397],[589837,307196],[589325,307107],[593663,306914],[594292,307894],[588912,307956],[590547,315164],[590824,319394],[591648,315932],[590109,317176],[589815,317039],[592620,319517],[592817,319293],[594345,319478],[600658,316712],[601342,317732],[591387,320301],[596461,332820],[597137,330490],[593739,329529],[588803,329010],[589509,329236],[605349,-131414],[606844,-127820],[606920,-127951],[606204,-128829],[605755,-131511],[605944,-82467],[609794,6708],[605123,5476],[610277,6320],[605361,202615],[609478,215256],[606162,214325],[609822,211720],[613173,216317],[612518,207351],[606293,227174],[612977,17087],[610786,304185],[604463,305731],[605824,305539],[604203,304076],[612233,308583],[610930,308386],[612119,310095],[606116,313176],[604302,330201],[606797,332701],[603112,331399],[604508,345723],[612742,336212],[610479,335185],[619045,-123163],[620751,-121069],[619024,-8915],[622747,-11606],[619280,-9322],[625571,-16573],[621635,-15351],[626815,-21547],[625007,-23529],[623840,-22056],[616716,-28922],[616640,-28738],[616842,-28908],[616018,209189],[616959,210455],[615564,208832],[619795,212601],[620771,216470],[618945,18226],[615217,18616],[618693,17818],[625852,18133],[615233,305470],[616524,303192],[616373,303556],[617063,303702],[626807,306707],[615251,314159],[625183,307623],[619949,310161],[621172,310284],[618890,307980],[623479,308364],[617757,324626],[617519,324405],[617819,330409],[615095,329057],[616890,328708],[614454,332795],[619588,338831],[618943,338704],[622015,342616],[622321,341228],[622890,344011],[617481,336375],[616464,335841],[616719,340068],[617092,343444],[618520,341619],[616458,335714],[624784,346415],[621439,347008],[632745,-123539],[634894,-122188],[638381,-123181],[637859,-121219],[627703,-116175],[627494,-116036],[630751,-27556],[628244,-27316],[631361,-26526],[638034,-99879],[638489,-96234],[639196,-99583],[639368,-96992],[634142,-114638],[632739,-114795],[634031,-106606],[637524,-105538],[637724,-105321],[633920,-106772],[635902,-106105],[627251,222875],[635626,219934],[640544,-124917],[643550,-124342],[652399,-8313],[650101,-9768],[650524,-948],[651765,-6549],[648483,-102458],[648356,-102666],[640158,347991],[646174,355487],[645108,353130],[642614,355864],[663938,-1547],[665023,-11572],[657900,-10130],[656889,-8048],[654804,-7486],[661540,-24022],[665422,-23334],[658936,-18791],[660966,-14138],[663895,-25663],[655342,-100977],[659495,238204],[662128,238237],[656753,238368],[653998,235270],[653502,232287],[655690,234692],[667992,241393],[670980,236549],[669040,240452],[674828,394148],[675458,401450],[678356,402723],[677724,403375],[674826,416798],[681763,-121937],[681660,-124995],[681363,-125852],[687718,-73409],[684736,249804],[685299,244158],[683943,246448],[686014,259782],[685964,273087],[687069,271789],[685516,271763],[687571,274712],[689248,277226],[687795,279446],[689919,279992],[689920,294439],[689124,371100],[678741,397061],[680702,399904],[680869,399725],[684606,397758],[681823,418730],[691773,-62821],[691806,-69832],[693088,253718],[692305,265291],[691977,280235],[697680,280863],[700255,277843],[695024,279736],[692105,288695],[693701,288893],[692868,284546],[695567,285533],[696279,282696],[695029,291697],[697419,287842],[696162,299639],[698942,302244],[698574,369073],[699019,363708],[698329,369381],[697863,374188],[692339,375514],[694094,376651],[697982,374391],[698589,376754],[697344,381462],[701939,371629],[698773,372532],[702947,379871],[695012,391413],[695073,391291],[698174,387638],[716063,-109728],[713154,-106908],[709687,-109445],[713716,-113722],[707588,367687],[707884,367691],[708172,360828],[704958,376606],[708372,372928],[728663,-119236],[726949,-118100],[726931,-118832],[726503,-117588],[719406,381516],[718775,383895],[739728,-123680],[734753,-120903],[734426,-118526],[732764,-120300],[742188,-117472],[737003,-115980],[740565,-132785],[741001,-131214],[740679,-131082],[740230,-114873],[733673,366897],[734283,365899],[733431,364310],[740279,365805],[735937,362726],[736626,365864],[731716,374542],[734730,380092],[733606,375038],[738006,382925],[745420,-123435],[747330,-127757],[748166,-138056],[752005,-139476],[745094,-138160],[744759,-138667],[747077,-132832],[746405,-129443],[750486,-141010],[742907,-141656],[746313,351535],[745721,349144],[744477,355287],[752603,351754],[753571,351045],[752912,351719],[766152,-133231],[766048,-133225],[757962,-133317],[763001,-132382],[759727,-132628],[756132,-133919],[765315,343871],[765878,349063],[760213,347802],[765231,378300],[776230,-125005],[776387,-125011],[778328,-124863],[773015,-123021],[778433,-137556],[779683,-139665],[775218,-139956],[775509,-139603],[779414,-128540],[770884,-128156],[769499,-140460],[773810,345733],[768200,346485],[778094,353924],[777260,355063],[777068,380357],[778802,381731],[780614,380678],[771200,392923],[775567,389795],[783601,-121214],[783320,-120964],[783553,-120188],[791938,-136563],[790864,-131254],[785347,-140585],[790742,-139169],[789354,-136907],[790270,-131730],[791713,-135999],[784584,-142489],[781908,344981],[781374,355236],[784955,357204],[787887,358897],[792196,365824],[790664,368664],[793437,384611],[792815,389054],[804473,-136116],[805335,-139642],[799541,-129669],[800267,-131491],[794274,-132703],[801595,344769],[798183,353875],[800312,352136],[798833,347272],[796223,373103],[801992,372393],[805525,372761],[805731,374458],[794563,372726],[796625,378398],[795231,374585],[796750,378412],[799602,378385],[808419,-136187],[814244,-143783],[819112,-140660],[815452,-140814],[807682,341933],[808221,350307],[808630,351186],[813940,350962],[813819,350917],[813927,350820],[809086,368400],[815903,360684],[806660,374482],[815669,376426],[809360,379822],[813424,379580],[823019,-121259],[824017,-120471],[822358,-122108],[823411,-120336],[822011,-121370],[822250,-122108],[822729,-121586],[821325,-120513],[821278,-122117],[821836,-121325],[821796,-120140],[823634,-120309],[822571,-121888],[823394,-121874],[825843,-140280],[828927,-146215],[827915,-183276],[825376,355869],[828013,366868],[829742,365121],[823524,362258],[823239,360854],[819579,361905],[820575,366339],[819560,370182],[819472,378188],[820313,372474],[828346,380988],[827421,385544],[833028,-120912],[833575,-121953],[832840,-121861],[833765,-122364],[833061,-121491],[833483,-121379],[836976,-151271],[843126,-147552],[834124,-147944],[844766,-172187],[841833,-177919],[841856,-177801],[841809,-177097],[837177,-179466],[836329,-180093],[844567,-90850],[844395,-91671],[844848,-91007],[844423,-91082],[832413,-113012],[832910,-113787],[833728,-112099],[832888,-111778],[832510,-111633],[841969,-107723],[841892,-108833],[841142,-109047],[842156,-107773],[840830,-108577],[833977,-113583],[833953,-114144],[833589,-114133],[833387,-114153],[833670,-114427],[833412,-111637],[855214,-119968],[855491,-119920],[857388,-122700],[856948,-122405],[848975,-145170],[848890,-148523],[848643,-146714],[851868,-144085],[854803,-142495],[849322,-153818],[851884,-156686],[851231,-158599],[855163,-162965],[852215,-167984],[845032,-169564],[845039,-173867],[850066,-87060],[850164,-87414],[847151,-85553],[848668,-85656],[849666,-85918],[849826,-85796],[850342,-86531],[848934,-86115],[847982,-86582],[861440,-118005],[862461,-117040],[869833,-115397],[868664,-115544],[867360,-117421],[866923,-116776],[866288,-117200],[867265,-117256],[861179,-119704],[862374,-118342],[861539,-120627],[865165,-139008],[864796,-139321],[864838,-138866],[864622,-136448],[864763,-137392],[864608,-137001],[865224,-136957],[864746,-137141],[865992,-137249],[865916,-137564],[865065,-137399],[865748,-137346],[865491,-137478],[864364,-131698],[863563,-129803],[863759,-129104],[863720,-131185],[865846,-147604],[866306,-146840],[860460,-88177],[860102,-87379],[860488,-87570],[860721,-88205],[862709,-81781],[861492,-82101],[861907,-82662],[861540,-83014],[862640,-81201],[862319,-82118],[863834,-94360],[864837,-95662],[864492,-94636],[864325,-94717],[867319,-105240],[863254,-107995],[862791,-108115],[869072,-112640],[868926,-110827],[869210,-110573],[869559,-113183],[866666,-110799],[869876,-114044],[869819,-114178],[869524,-113947],[869161,-113872],[865628,348328],[869924,347851],[864856,348094],[878084,-122147],[877955,-121244],[876790,-119973],[877414,-121158],[877220,-119897],[877582,-121212],[877633,-120715],[877593,-116461],[877587,-116246],[876927,-115929],[877992,-115742],[874011,-140947],[874975,-140433],[873799,-140606],[873758,-140689],[873241,-140662],[873426,-140558],[872509,-130014],[873775,-130288],[873363,-128490],[880510,-137824],[879083,-137507],[880172,-138061],[879771,-137664],[879259,-137319],[878135,-139638],[877607,-136736],[878420,-135612],[878062,-134697],[882424,-141396],[876397,-140925],[875340,-140659],[882637,-141496],[880477,-140932],[878221,-142583],[879571,-143333],[880148,-141400],[878897,-143210],[870799,-142403],[874894,-144231],[875841,-149445],[875973,-147227],[870840,-180282],[882886,-113239],[882535,-113897],[882594,-113661],[881915,-108440],[882043,-108396],[881830,-108686],[874297,-108244],[874422,-108209],[876967,-110627],[876986,-110195],[874728,-111651],[877113,-114615],[879268,-109109],[883119,-108829],[882316,-112582],[880915,347737],[881298,347309],[875700,346333],[890482,-124726],[895473,-126969],[895725,-127161],[892802,-126402],[895669,-126824],[895575,-127128],[893946,-119646],[885405,-131391],[885075,-131044],[885638,-131761],[885316,-132135],[886152,-132469],[886589,-132643],[885487,-131306],[885424,-132263],[886469,-132591],[890701,-129716],[890820,-129287],[890594,-129190],[894018,-128188],[894204,-127989],[895963,-134829],[892055,-140226],[892358,-140403],[884593,-138949],[883916,-140434],[884300,-140957],[885938,-139570],[884560,-140685],[884959,-132546],[887019,-134431],[884762,-132457],[891827,-141759],[892711,-141489],[891981,-140370],[889761,-142503],[885883,-141888],[886310,-142221],[887091,-142253],[887260,-143718],[886545,-142453],[884264,-141502],[888151,-145852],[894219,-143945],[884101,-95290],[887872,-95509],[886788,-92796],[891497,-95685],[893989,-94592],[883451,-113770],[890410,-111143],[887331,329345],[891695,334108],[891703,333524],[897581,-134830],[896119,-97329],[908189,-111399],[906385,340110],[904592,339534],[907800,333713],[921526,-115472],[909820,-141590],[910423,-146190],[910341,-107806],[919779,-112241],[921016,-111689],[918719,-109809],[920621,-113920],[920658,-114104],[921401,-113507],[921018,-112690],[923419,-115665],[924150,-116136],[923355,-115616],[922151,-115869],[923548,-115822],[928631,-116991],[929277,-116035],[927751,-177723],[928450,-95429],[928742,-93694],[930728,-92564],[921813,-113897],[921868,-114068],[933511,-111835],[932996,-112937],[932799,-113551],[934041,-111902],[926532,-113482],[932477,-112672],[927078,-111995],[928927,-111232],[929850,-113695],[931041,-110801],[934351,-114233],[932650,-114953],[933807,-113435],[944597,-124729],[946147,-116493],[945843,-117644],[941707,-118135],[945828,-124664],[946680,-124935],[944866,-127624],[943324,-130984],[946550,-130123],[946283,-100048],[944256,-99498],[947121,-95056],[936215,-111010],[945541,-111247],[941034,455358],[937235,461177],[936042,461063],[939676,463559],[941144,490702],[941038,491063],[938528,491879],[939843,492463],[942965,490053],[945825,562536],[945578,562735],[949015,-123240],[948426,-118693],[950087,-119761],[949865,-120649],[951184,-130143],[950826,-128589],[950654,-130470],[956585,-138417],[956140,-136662],[952117,-136923],[948483,-188149],[957123,-185764],[956997,-186039],[955925,-185561],[952495,-186701],[953182,-185892],[959610,-185592],[958912,-185577],[958472,-186107],[950892,-93804],[948385,-94267],[953137,-90673],[952886,-89564],[953029,-90314],[949967,-114375],[949950,-111100],[947837,-108774],[949319,-107845],[949259,-107209],[948930,-103721],[949373,-102883],[948135,-113012],[948611,-113005],[949358,-109785],[953074,400328],[953035,400530],[949306,402440],[949860,403585],[950100,403613],[950894,460822],[953044,485252],[953650,506332],[957675,507981],[961938,-153652],[970121,-159181],[972509,-101843],[971234,-104059],[971153,-104004],[965710,396707],[965608,396529],[960410,420024],[961369,423859],[961716,424048],[970987,429663],[970621,429755],[965941,437962],[968375,444895],[965509,442397],[967201,444665],[968848,450311],[971465,471633],[962111,483248],[962557,500262],[969824,570422],[969422,570584],[979474,-125717],[977755,-125953],[976084,-126813],[974879,-118674],[976204,-119389],[978519,-121458],[975709,-133298],[976035,-133864],[975852,-135726],[974658,-141524],[974519,-142053],[977967,-143895],[985658,-161899],[984379,-163400],[982003,-155643],[981039,-157303],[978110,-158232],[984036,-171529],[983580,-171678],[983852,-171631],[982041,-184955],[980403,-187006],[979977,-185123],[974931,-193491],[975265,-193848],[976249,-192648],[975983,-196380],[974809,-197398],[976408,-197818],[984413,-101011],[974326,-111321],[976259,-111633],[978408,-110957],[979213,-105916],[979481,-104275],[978912,-103576],[985222,-109444],[981968,394656],[981082,394321],[979012,388290],[979181,388110],[979617,410009],[980702,413842],[976758,416944],[983088,420235],[978186,446512],[977776,447019],[977407,447032],[976013,458536],[984297,462733],[984196,462155],[985479,462589],[984222,462951],[982675,467214],[972846,470412],[982563,485248],[974641,479328],[976139,481952],[975285,486992],[975488,486891],[977309,501833],[979573,500026],[979707,499732],[979339,514317],[982849,570670],[989224,-127258],[991185,-127311],[990497,-129760],[994078,-129940],[995532,-130877],[994872,-131634],[990318,-135480],[989550,-136216],[991847,-135596],[991914,-141813],[990190,-142303],[990529,-140951],[989424,-149708],[990268,-150980],[988799,-151912],[992176,-152826],[994973,-153128],[994536,-152670],[990913,-162166],[994515,-161928],[992012,-161598],[994590,-172564],[993015,-170672],[995331,-172017],[996868,-174715],[986158,-102718],[985942,-102892],[989152,-111593],[986050,-110398],[986746,165833],[986834,165918],[989486,167796],[994206,217371],[994337,217239],[993291,218045],[994695,394983],[991038,404307],[988358,405226],[987830,404071],[987738,420355],[995761,419936],[989111,467485],[986783,471535],[991168,483707],[990849,483927],[990847,484353],[995655,484038],[997126,477833],[996355,496358],[992754,509912],[987717,527716],[989322,533154],[998398,539643],[991358,540651],[1004529,-160721],[1004497,-160428],[1006903,-161324],[1009626,-161964],[1010004,-162848],[1009354,-162883],[1003729,-171257],[1003707,-170850],[1002818,-171984],[1005251,-174819],[1006527,-176582],[1006548,-174193],[1010377,-112191],[1009324,-110494],[1010051,-111503],[1001872,392575],[1002443,392429],[1005195,426802],[1009413,474589],[998963,499565],[998666,499882],[1001095,504151],[999171,504497],[1000226,504242],[1001838,510014],[1001767,510329],[1005402,519432],[999367,540678],[999689,541579],[1023180,-117031],[1023815,-115135],[1022951,-175246],[1023753,-174132],[1023291,-177409],[1022243,-114183],[1018807,-110920],[1017666,-110170],[1017099,-110218],[1023295,-109831],[1022421,-110698],[1019063,187561],[1015112,478001],[1015225,478451],[1014446,478956],[1011598,475365],[1016199,475200],[1018733,494281],[1020772,519622],[1029417,-121930],[1029045,-121749],[1028751,-122409],[1033356,-139594],[1034042,-140313],[1031564,-137706],[1032746,-137188],[1031127,-136241],[1030174,-132370],[1028867,-134023],[1029688,-131920],[1035693,-149982],[1036425,-149228],[1036346,-148614],[1032228,-141026],[1026798,-163753],[1028320,-163976],[1027760,-165014],[1024433,-174031],[1027997,-174634],[1027166,-174144],[1028827,-174397],[1024671,-178209],[1033553,-180325],[1034914,-179548],[1034135,-181210],[1025316,-110523],[1028678,-111164],[1031462,-110454],[1031687,-110097],[1024377,426139],[1030668,448688],[1028312,451836],[1028181,453562],[1031282,456187],[1032841,457385],[1035932,463785],[1036061,463475],[1034304,470239],[1031131,465446],[1046268,-130673],[1048432,-131674],[1046750,-129979],[1038198,-148804],[1039686,-147734],[1039715,-147100],[1036832,-152038],[1048357,-147251],[1047944,-147408],[1049411,-149140],[1037447,-153827],[1037248,-154430],[1041450,-174220],[1042022,-188816],[1040215,-189420],[1043285,-187146],[1047745,-187235],[1049112,-187972],[1047123,-106759],[1045514,-107946],[1046683,-105994],[1045315,406634],[1042240,471725],[1040546,472922],[1039350,471245],[1045617,474687],[1045423,552613],[1046464,553360],[1046178,555739],[1045120,555446],[1060077,-115135],[1052928,-131655],[1054698,-132830],[1052182,-132800],[1056900,-130797],[1056654,-129522],[1056837,-130477],[1053950,-134503],[1053203,-135780],[1054454,-135919],[1060202,-151903],[1059251,-152817],[1058886,-151779],[1049884,-188789],[1056050,-105257],[1057351,-106525],[1058135,-108116],[1054846,-110947],[1053113,-109044],[1055835,-110925],[1057097,-112384],[1060855,-113881],[1065976,-139367],[1065417,-142245],[1066226,-141047],[1066699,-151069],[1065633,-148462],[1067295,-149147],[1073972,-149765],[1067974,-106790],[1069059,-108887],[1070412,-108003],[1074191,-107617],[1070526,-110668],[1070120,-110763],[1075102,-107438],[1065602,559953],[1066179,559579],[1066499,559417],[1075960,-151263],[1076797,-149990],[1086946,-151526],[1085743,-152217],[1085670,-150669],[1075224,-106814],[1077977,-106330],[1078899,-108485],[1078383,-106289],[1080088,-108231],[1078741,594555],[1078200,594830],[1077024,618042],[1092649,-149846],[1090346,-150500],[1093509,-150177],[1100723,-151018],[1100070,-162242],[1091758,-169334],[1091676,-169749],[1093482,-170511],[1100406,-170337],[1097609,-173532],[1100409,-171080],[1096632,-97833],[1095720,-100551],[1095338,-101161],[1090152,-107137],[1092840,-103041],[1094831,-105812],[1096955,-107770],[1097985,-105162],[1098498,-104758],[1089766,548955],[1089487,549221],[1091863,548234],[1093577,548783],[1092432,549358],[1092662,604654],[1091883,608798],[1106179,-148843],[1104231,-153462],[1103155,-164300],[1102343,-163739],[1101237,-184090],[1102619,-184948],[1103454,-183815],[1110214,-184238],[1110448,-185476],[1111501,-181532],[1112595,-190394],[1113116,-188404],[1111778,-191777],[1112289,540896],[1105751,538620],[1123044,-182166],[1121800,-183534],[1121312,-182784],[1125431,-81604],[1121650,-77897],[1120008,-77620],[1120887,-77181],[1125953,-83546],[1135539,-174440],[1136051,-176483],[1138807,-174606],[1131855,-172769],[1132280,-171920],[1131121,-172160],[1137340,-170453],[1135421,-168912],[1134484,-168093],[1129669,-181594],[1127941,-182803],[1127855,-181336],[1136118,-181151],[1138977,-180923],[1139104,-182135],[1132443,-61681],[1132532,-60398],[1131391,-61562],[1135091,-58253],[1136014,-56781],[1137214,-58227],[1129977,-76241],[1128319,-76230],[1128564,-76272],[1136272,-75526],[1134843,-75737],[1136657,-75117],[1139176,-73600],[1131404,-84724],[1131928,-86313],[1131002,-86136],[1132603,-81112],[1131920,-82278],[1133750,-82512],[1126525,-83544],[1126594,-83066],[1138215,-80669],[1137615,-80360],[1138180,-80353],[1126858,-84493],[1126591,-83823],[1128436,-90138],[1128840,-89685],[1128159,-90188],[1139113,-100834],[1136629,-103973],[1137227,-102982],[1133216,540906],[1134683,542374],[1134779,544914],[1134247,544451],[1138377,545294],[1143238,-120889],[1142089,-120612],[1141461,-120590],[1144009,-118568],[1145301,-116843],[1146679,-116255],[1144086,-119624],[1144513,-120839],[1145148,-119644],[1148926,-132428],[1148867,-132778],[1150068,-132031],[1150087,-138304],[1148988,-139848],[1150074,-138894],[1145159,-172063],[1147513,-172331],[1147346,-172470],[1148529,-187480],[1147318,-188686],[1147211,-186607],[1142967,-3494],[1143699,-1653],[1142653,-2921],[1147722,174],[1148117,-277],[1145906,-12619],[1147372,-14471],[1146759,-12874],[1141947,-57411],[1141360,-57874],[1143951,-55780],[1140576,-72696],[1140178,-73323],[1143691,-65007],[1143193,-65207],[1142823,-65809],[1149900,-94340],[1151404,-95345],[1149416,-94525],[1141083,-101538],[1144644,-99211],[1142961,-99508],[1148034,-104332],[1147631,-107362],[1147048,-105784],[1141337,-112910],[1140715,-114290],[1141243,-112503],[1147235,599],[1148846,33452],[1149045,35201],[1150235,35439],[1144509,537461],[1147508,541070],[1140042,542031],[1141448,542397],[1162260,-119975],[1162113,-120827],[1162843,-123213],[1154160,-123331],[1153696,-122967],[1156265,-124270],[1156363,-139933],[1158444,-138814],[1155187,-140186],[1159564,-136665],[1159510,-136372],[1158134,-134490],[1164793,-134334],[1159968,-163547],[1160172,-166192],[1156541,-188069],[1161436,-187359],[1159693,-187627],[1161747,-198091],[1163577,-200420],[1164402,-198529],[1162146,-197221],[1162955,-199871],[1163164,-200083],[1154065,-26354],[1154593,-26262],[1152990,-25551],[1164573,-90902],[1159621,-100717],[1157638,-100153],[1162032,-101260],[1157566,-111849],[1160026,-113743],[1158246,-111495],[1153433,-108690],[1153415,-108188],[1154830,-107765],[1161972,25046],[1161699,25497],[1161820,23927],[1163962,26811],[1164209,29782],[1163904,34049],[1164133,35199],[1161973,34674],[1162727,36143],[1162549,38205],[1161902,36378],[1153297,38356],[1153641,37111],[1153871,35548],[1152657,536692],[1152874,536501],[1153880,536969],[1164013,534341],[1168753,-120729],[1170465,-121409],[1169075,-123755],[1170567,-130545],[1172487,-129176],[1169488,-130418],[1168626,-133928],[1171190,-135347],[1165796,-157466],[1167124,-156941],[1165804,-158285],[1174277,-155245],[1175977,-154666],[1173894,-153538],[1166516,-166912],[1165313,-200878],[1165212,-197801],[1169041,-198460],[1167871,-198412],[1169878,-198250],[1164876,-198699],[1174152,-32590],[1173830,-32802],[1174173,-32865],[1171746,-28208],[1171965,-27072],[1170268,-28792],[1165288,-29376],[1165515,-28442],[1167001,-30727],[1164838,-90541],[1168195,-94882],[1172901,-96794],[1173999,-97341],[1176264,-103651],[1176183,-105344],[1176919,-112797],[1176033,-114479],[1176814,-112502],[1172290,-110841],[1171445,-109503],[1171516,-109277],[1169951,2847],[1170187,1601],[1170168,2411],[1169227,204278],[1167410,205963],[1167346,206129],[1166542,208284],[1168672,209453],[1167813,209433],[1174942,210697],[1175372,210103],[1176621,210268],[1169665,21960],[1171873,20807],[1170444,20461],[1176250,303644],[1165453,28856],[1176010,493259],[1174474,493920],[1174033,497328],[1171016,505554],[1170997,504578],[1177422,520905],[1171583,513122],[1176403,515574],[1165501,533711],[1166276,535104],[1168203,535752],[1171366,533426],[1171341,534623],[1172475,531913],[1177171,530054],[1185086,-120763],[1185158,-122181],[1184172,-121607],[1185474,-133392],[1185772,-133759],[1185112,-132564],[1187525,-147105],[1186151,-145762],[1185646,-145059],[1188447,-148309],[1185428,-147222],[1184000,-145495],[1185362,-8562],[1185517,-7355],[1185788,-8557],[1180300,-35482],[1181087,-34136],[1180120,-34652],[1188229,-99021],[1188365,-97765],[1182987,-99645],[1185140,-97842],[1180515,-100252],[1184439,-99072],[1185072,-101045],[1183919,-96201],[1185167,-96864],[1185223,-96289],[1180969,-99004],[1180615,-98799],[1180553,-100052],[1187573,-98100],[1185816,-107555],[1187591,-109470],[1186905,-108462],[1185172,-111892],[1185356,-112103],[1185383,-112042],[1187250,-105505],[1187242,-104548],[1187951,-104969],[1183188,-104346],[1180967,-102901],[1179897,-102222],[1179338,-107700],[1182530,-110712],[1184287,-112936],[1182090,-110943],[1178118,-107703],[1179083,-104519],[1178798,-108562],[1185727,2560],[1185666,2016],[1187546,2177],[1182661,214654],[1182417,212584],[1183512,214090],[1185764,210634],[1184460,211809],[1183004,210665],[1180017,221570],[1181343,222245],[1181492,222079],[1179483,494162],[1180307,493374],[1182316,493259],[1179528,490587],[1178090,491838],[1185224,496722],[1178935,503193],[1180595,504346],[1179214,503130],[1183217,521347],[1180546,523105],[1180487,521879],[1179345,528537],[1181294,525348],[1183759,527154],[1197625,-126334],[1198630,-125116],[1197182,-127361],[1198368,-131333],[1195358,-130027],[1198888,-130690],[1197630,-152566],[1199101,-147312],[1196965,-143644],[1197695,-147746],[1198284,-154023],[1194473,-154792],[1194847,-164695],[1194411,-164132],[1196379,-164940],[1198494,-166730],[1202215,-166520],[1200556,-167907],[1193330,-8769],[1193522,-10072],[1192947,-10167],[1202331,-2512],[1202777,-2084],[1194597,-97806],[1193633,-98558],[1194600,-111860],[1194896,-110852],[1193153,-108401],[1191255,-106616],[1190411,-107535],[1190765,-106255],[1198802,11230],[1196676,9472],[1197234,10576],[1191510,216937],[1191854,215924],[1192428,214427],[1202231,217725],[1200867,215269],[1199716,215354],[1199884,233264],[1201202,232582],[1199829,234689],[1196679,244722],[1195711,244297],[1195469,244303],[1196123,15387],[1195819,15435],[1198050,15712],[1201038,294309],[1202689,294036],[1203139,291009],[1200253,294884],[1201760,49726],[1201908,49366],[1200569,48351],[1200518,45445],[1201100,44976],[1199874,46065],[1201352,62077],[1201363,61237],[1202308,60027],[1201565,54513],[1201781,52900],[1201760,55045],[1212132,-123834],[1213597,-124888],[1212173,-126799],[1208979,-117556],[1215355,-129562],[1214917,-130433],[1213545,-130074],[1210173,-155452],[1209446,-157548],[1204266,-894],[1206894,-7662],[1206201,-6905],[1205371,-8756],[1209015,-1412],[1207270,-2797],[1207349,-3122],[1211758,-109098],[1210930,-112483],[1211026,-112793],[1211071,-112971],[1208377,-113776],[1212103,-107686],[1212779,-106027],[1211224,-106774],[1214028,3293],[1214474,2144],[1214110,2981],[1211968,4916],[1212437,5942],[1212559,5059],[1207327,1051],[1208482,2520],[1207335,1673],[1205218,3997],[1205623,3863],[1206033,3594],[1215539,162767],[1211652,203094],[1210712,202033],[1211497,202571],[1203617,202030],[1204709,203677],[1203931,202035],[1213382,280327],[1213148,279000],[1212560,279955],[1213860,279937],[1214338,281991],[1214644,281993],[1210811,284336],[1212072,284726],[1211412,285457],[1209077,285236],[1209005,285767],[1207134,286737],[1204316,290545],[1204627,290125],[1207167,35975],[1208630,37559],[1208885,36759],[1208422,453568],[1207573,453242],[1208616,453761],[1207856,454781],[1215541,89355],[1213515,89702],[1213366,88870],[1215074,90419],[1214951,90755],[1212728,91400],[1219725,-115605],[1219857,-117588],[1228763,-111374],[1219149,-114444],[1228728,141625],[1226788,141476],[1226138,142219],[1219503,142870],[1222629,141581],[1222255,143695],[1221594,150534],[1222430,149248],[1219454,149268],[1225422,153270],[1222623,154052],[1224062,156448],[1217922,161385],[1216680,158101],[1225744,163126],[1226667,161408],[1227525,160165],[1224460,154688],[1226353,153938],[1226626,154487],[1218753,178623],[1220964,181690],[1220019,181562],[1219843,188081],[1219196,186115],[1220482,186351],[1222714,253523],[1221481,253264],[1221757,253123],[1223325,293575],[1223324,291258],[1223115,292955],[1228404,289658],[1227098,289178],[1227861,291586],[1222388,282704],[1222475,284524],[1221447,283917],[1226047,296440],[1224643,298464],[1224315,296313],[1220885,34168],[1221986,35793],[1222495,35917],[1221439,42215],[1222177,42026],[1222147,40280],[1223565,55874],[1222269,58820],[1222764,58314],[1225757,54357],[1225002,54646],[1226116,54718],[1226365,118370],[1226410,120107],[1225575,118630],[1228162,124720],[1228161,125077],[1227718,125464],[1229669,-110931],[1229049,-108578],[1237558,131853],[1237247,131989],[1236500,131632],[1239877,130408],[1239409,131125],[1239376,130418],[1235381,135692],[1235615,134250],[1236963,137482],[1235089,140842],[1238346,141044],[1237739,142372],[1235680,142104],[1233673,141413],[1233474,142780],[1237059,161153],[1234518,158877],[1235348,158818],[1237346,158059],[1240068,159139],[1230810,293753],[1231350,290393],[1230855,291022],[1231624,290592],[1230774,295315],[1231191,296158],[1230409,37483],[1230539,37483],[1230937,36938],[1241477,50080],[1241529,48978],[1241068,48242],[1236737,564869],[1238903,567351],[1237952,565361],[1240665,563702],[1238416,566233],[1240088,567840],[1241588,568273],[1231130,56230],[1230486,57076],[1232242,57075],[1236085,52950],[1237049,53038],[1235425,52748],[1235726,101303],[1236302,102445],[1238226,97730],[1237173,98289],[1238295,96706],[1236318,102757],[1237625,103175],[1237423,103826],[1238047,104935],[1230693,117255],[1232665,117715],[1230713,120069],[1231701,126600],[1232684,127170],[1231519,127880],[1251010,187609],[1249862,185211],[1251670,184480],[1254228,196360],[1254175,194904],[1248699,201192],[1248961,201481],[1247592,205554],[1254323,280112],[1253855,288465],[1242286,567230],[1241987,567172],[1245842,61101],[1245297,61565],[1246339,60974],[1252525,95237],[1252485,96199],[1253399,95971],[1254180,106749],[1257222,164974],[1257050,166490],[1257782,165637],[1262439,195764],[1263545,193495],[1263220,197047],[1254835,197848],[1261439,279140],[1261796,281246],[1262475,280376],[1257898,276456],[1258513,277585],[1257707,277704],[1255656,281627],[1255824,282408],[1255046,287594],[1255727,289685],[1259580,294121],[1260247,294990],[1258526,295080],[1263993,301521],[1263956,303465],[1262712,302778],[1260135,98433],[1259826,97502],[1259868,97154],[1255110,104831],[1255618,104680],[1254963,104102],[1256512,104261],[1255473,104574],[1273209,159110],[1272754,157976],[1273338,157241],[1275996,160994],[1275330,163447],[1274971,162289],[1268267,196828],[1269878,195891],[1267802,196907],[1279599,284993],[1279750,285309],[1269605,287973],[1271175,285605],[1269937,287855],[1283750,168885],[1281806,169310],[1291934,272838],[1291623,272167],[1290392,277468],[1289725,277802],[1286401,278279],[1286984,277647],[1280012,279499],[1281091,278161],[1288571,110626],[1288058,108928],[370609,8639],[369658,10461],[368341,12011],[367250,14176],[364674,23711],[367373,21914],[367701,21465],[367014,19299],[367855,23234],[366470,37998],[365114,33169],[367150,32860],[360816,37297],[365221,46315],[364040,49428],[370376,39430],[360453,59130],[360423,59035],[365723,53630],[371087,59228],[370542,57961],[383814,-3248],[380752,468],[379148,8686],[383189,8655],[379642,6515],[375322,10383],[372630,9359],[374293,21021],[376802,15528],[374031,16220],[377834,18703],[376680,18753],[383030,20288],[383877,18357],[371865,20928],[381516,27431],[380662,37088],[379345,26142],[372380,40566],[375858,41428],[379183,47220],[376440,44470],[381394,41255],[379152,46964],[378543,46842],[372245,56683],[374202,54421],[379287,59330],[376667,60418],[383563,57028],[380280,79651],[383566,78757],[379606,87789],[379476,87899],[382102,92974],[382688,99122],[389902,-9004],[395591,-8839],[393081,6338],[392020,2221],[385619,11211],[387083,12548],[390102,5457],[390320,5219],[396519,20421],[395561,17590],[390020,15262],[389201,14472],[388106,16840],[393986,14944],[396202,15516],[396285,20386],[385690,16004],[390850,37087],[389468,35891],[393296,41495],[390493,56832],[390251,57596],[384530,57193],[389029,74935],[387744,80386],[384634,84647],[384720,85253],[385966,99070],[393490,93088],[392795,93438],[396390,114162],[396549,112858],[395883,121142],[393344,116589],[395605,115528],[396630,118428],[399571,-5463],[404114,-9720],[403165,-10885],[404090,-5409],[403182,-6090],[406859,-11888],[408292,-22682],[402959,2878],[399156,3103],[397846,11451],[402693,8068],[405189,7083],[397559,9067],[404192,131333],[404176,131152],[405498,144652],[404384,146003],[405356,143613],[401849,142460],[407513,14883],[408257,14183],[407955,21729],[408586,21923],[397284,21357],[398594,20931],[397716,23151],[406469,19895],[404441,21076],[402095,28816],[402812,33401],[404426,32766],[406920,27427],[406629,27479],[406244,48554],[403680,48341],[407213,44672],[405049,46225],[405352,42963],[400644,41575],[404888,86987],[401271,90541],[403635,90305],[402041,93931],[400368,93816],[407793,95604],[398144,109219],[401578,108716],[399945,108767],[403981,116189],[403304,117484],[405809,118514],[404765,117861],[399264,123419],[399471,123435],[410891,-8615],[415427,-7386],[416985,-6368],[415209,-3740],[419267,-7642],[413644,-10688],[419243,-10999],[410419,-19691],[420278,-18132],[418150,-43582],[420288,-48568],[419186,-38526],[417191,-65123],[417920,-66197],[418304,-66065],[418662,-88640],[419566,-92665],[410064,5412],[409922,944],[411689,567],[410186,12401],[416035,140167],[416378,140274],[412432,135237],[409654,135391],[419893,146283],[416488,146624],[412493,147666],[415765,147686],[411318,18319],[415602,21223],[415665,22895],[412479,24990],[410009,27271],[418974,31746],[419576,27528],[410836,42397],[410846,40156],[414772,72485],[414420,71660],[421721,77690],[421461,80337],[421882,88222],[421447,87312],[418421,85355],[419440,83629],[419287,98995],[419144,98276],[420320,104158],[419720,102792],[419327,108742],[414139,114796],[410090,110716],[411687,113517],[413701,111161],[416363,105305],[413621,105775],[416323,103359],[415696,118125],[434057,-6542],[434236,-7015],[434441,-1670],[431406,-12219],[430967,-17229],[432656,-16754],[425880,-18727],[427436,-12747],[433583,-13339],[424871,-26260],[433553,-50242],[432233,-41749],[432429,-43114],[424656,-46833],[425943,-42757],[425281,-42281],[426424,-71009],[428807,-80706],[430622,-93266],[430621,1971],[431267,2964],[423228,152080],[422406,152488],[429236,156124],[431099,155176],[426415,22676],[425139,22657],[429359,18912],[431108,20876],[433088,26841],[423353,70481],[422754,73824],[424878,75663],[425586,83922],[433795,99638],[436486,-4581],[439223,-46801],[439081,-46523],[436296,-40889],[445352,-48377],[445139,-45787],[447483,-38337],[445133,-53669],[445236,-76375],[437030,-79503],[438778,379],[435296,3064],[443678,2156],[447988,147825],[443303,150617],[441270,152217],[446579,155370],[446091,155869],[438146,156417],[444229,179199],[439943,175159],[443766,172394],[445532,170228],[444624,191809],[445624,190111],[445236,185299],[440594,182884],[438101,21724],[437610,14787],[439084,14475],[440831,18526],[440767,13435],[440837,13142],[437855,26072],[447638,76226],[445158,71495],[436401,87127],[435299,100161],[441252,102592],[440400,102261],[446853,99785],[447343,99370],[443497,104926],[443271,106619],[440534,109704],[442152,109102],[440335,109648],[441558,114689],[450907,-43118],[455914,-46059],[454454,-47235],[454447,-50506],[449090,-49431],[448527,-53482],[453563,-84264],[457407,3858],[459095,2877],[458846,2472],[450940,10133],[449349,9710],[452925,152618],[449601,152291],[449788,149586],[449844,147206],[459381,158606],[455224,153861],[452215,168299],[452198,167217],[455679,167706],[456056,168516],[453964,188413],[454134,188403],[450750,182351],[450841,182498],[457222,204049],[457125,204355],[450456,204521],[448814,201516],[450033,194931],[449287,197419],[448816,74720],[448094,70900],[452914,81802],[455331,82831],[450251,98396],[452615,99748],[453607,101832],[451386,104421],[473152,-24812],[469001,-28224],[469324,-28685],[466214,-36977],[461362,-34600],[466160,-37263],[461444,-38455],[462815,-47968],[463187,-55790],[471055,-87543],[467048,-86362],[461766,12679],[467326,9271],[463582,12875],[466533,5033],[469252,5029],[472215,1563],[471786,132922],[472982,129469],[469772,129462],[473445,162629],[472146,161866],[470560,163516],[465996,161701],[466464,161213],[460971,159565],[472268,171190],[469199,169605],[470632,200476],[467268,198766],[466951,212026],[472680,211193],[472387,233199],[473463,232011],[461123,14810],[472762,13424],[472860,75467],[468313,105175],[467860,108124],[463609,108400],[463531,106684],[468689,117327],[469322,123956],[480615,-2538],[483111,-9970],[483484,-10302],[478752,-14878],[476223,-17210],[482163,-28076],[482810,-28141],[479764,-27659],[480501,-26019],[481956,-25894],[481178,-83729],[480293,-87663],[480210,-88101],[484043,1830],[477601,2862],[481088,150739],[480186,150848],[482503,158274],[482463,156781],[480667,159029],[480231,159217],[474235,160985],[481172,161821],[477892,163008],[474992,171426],[473863,173959],[480277,172135],[476922,175321],[478550,179140],[479428,180011],[480029,186649],[481901,184365],[481393,194913],[480770,194644],[483305,207882],[480872,208034],[476363,206526],[476862,218279],[476972,218739],[477586,222353],[478535,221033],[477793,227522],[477986,227615],[484897,30999],[477655,42264],[477617,43700],[485267,54766],[484473,54235],[479979,57536],[481435,60263],[477216,60210],[474386,63236],[483011,73301],[476692,72240],[486066,71718],[482898,74276],[485181,76681],[478972,83960],[477449,83575],[480529,89091],[483381,83164],[481385,87076],[477127,84772],[483227,90653],[480233,104983],[480249,115309],[479596,120213],[476720,126436],[497588,-1791],[497996,-2335],[497309,-71653],[489570,-88230],[491850,-87226],[494560,-89994],[493916,-90651],[487452,6748],[487777,7759],[492360,6409],[493138,8284],[489655,5556],[494122,139852],[490031,134218],[489285,132204],[498783,152796],[496677,153318],[497830,149740],[491535,151770],[487009,150760],[489171,156124],[487416,156532],[486934,154215],[486672,155348],[490287,200603],[490944,197609],[495055,198722],[494099,198640],[498377,202080],[497870,203962],[496367,201356],[494732,202379],[492518,211934],[496382,211307],[489599,208528],[490997,15501],[495349,16917],[498080,20002],[493932,20463],[487428,17688],[489469,17996],[493418,35596],[494943,33684],[492205,37531],[493131,41284],[491299,47283],[488123,46900],[496287,49403],[488513,56825],[490535,61524],[490465,63635],[486551,68449],[491810,66091],[493605,70475],[489424,70937],[487707,75117],[486827,87367],[487962,85522],[493319,85627],[498378,88559],[490088,92253],[489769,93812],[489240,99901],[491014,103494],[495577,108050],[496585,103967],[493423,114186],[498693,118171],[493836,117371],[490348,123516],[490003,117943],[495950,124636],[510068,-690],[511340,-33264],[510629,-36261],[504972,-29045],[505659,-29921],[509483,-49925],[511160,-42541],[507988,-42532],[510411,-38732],[507176,-51418],[505356,-61071],[506230,-102852],[508535,3838],[507079,4261],[508568,859],[508283,2874],[502246,132647],[509083,132822],[508785,131594],[510592,135263],[508595,149103],[509030,151524],[506408,149739],[500469,148169],[505341,151441],[505922,156714],[502875,158250],[501751,160139],[499261,155328],[499381,154104],[504552,156637],[503586,197256],[508968,197981],[507865,197458],[503840,210866],[501743,207759],[502681,212682],[504836,212619],[510293,209842],[507260,215148],[503612,25772],[500502,25025],[503972,13850],[501178,29861],[500577,29105],[499802,61597],[503803,66330],[499805,111639],[501468,110953],[504620,105549],[508777,105105],[509848,107297],[502819,117780],[500131,126429],[516459,-11095],[522857,-6478],[519268,-1251],[520020,-18005],[524012,-19205],[514452,-22294],[522553,-28208],[514396,-31844],[512136,-46576],[518614,-45203],[513045,-51744],[512378,-53074],[515034,134748],[512465,135034],[522079,152320],[521031,165277],[524038,165572],[516314,185825],[523915,194227],[515690,210992],[517544,211142],[524207,215341],[522585,211995],[514201,219121],[523457,268287],[521189,267128],[524039,83450],[524303,80235],[523731,96174],[512496,108004],[520982,105697],[524663,113339],[523051,115890],[528290,-6969],[529511,-8122],[525596,-7107],[531342,-3408],[531395,-5380],[530299,-10807],[530563,-10682],[531331,-9746],[529074,-20413],[530198,-19488],[530460,-19970],[528706,-17994],[533072,-24540],[535521,-22229],[529720,-26334],[525715,-60968],[526742,-60926],[530872,-55426],[531210,-54517],[528112,2350],[527531,1495],[528628,6317],[535482,338],[535702,3365],[537579,2086],[526903,153312],[525745,153556],[526188,152684],[532239,163128],[525494,177891],[531656,200989],[528088,214512],[528576,212923],[530229,217358],[530729,217915],[536270,220052],[533824,220576],[532127,236163],[535179,262049],[535766,266515],[530623,266678],[528897,264482],[532210,81811],[536250,84112],[531153,83610],[531074,80775],[525352,89498],[527942,100504],[531692,95081],[527715,104951],[532324,109841],[536860,126697],[527278,127903],[530770,126561],[540034,-10271],[541813,-19918],[543847,-13618],[547677,-20717],[547254,-20844],[543942,-112050],[540466,978],[550067,138715],[549183,129264],[548694,133483],[549387,142288],[540687,159473],[545708,176852],[546033,171891],[539483,223592],[545737,232741],[549899,245339],[549344,245425],[547201,254901],[546425,255871],[547450,253815],[549995,254596],[549892,253131],[545556,263815],[547880,259756],[541496,259549],[550355,81581],[542024,80128],[543751,101791],[545408,114277],[544863,106094],[549814,114721],[545868,102721],[541781,122149],[542079,117692],[542106,119003],[550048,123323],[553610,-22249],[558592,-22515],[554762,-23498],[562914,-37704],[559583,-34086],[560776,-29240],[559932,-71378],[556157,133036],[558861,129635],[560376,130075],[551663,131413],[552324,128580],[550549,141565],[561955,160777],[551469,168760],[551393,168920],[557989,168657],[561244,167879],[562322,167097],[555625,221442],[557634,219582],[557548,244457],[557352,244399],[553802,247689],[551707,256462],[554713,257263],[557166,66101],[562632,91059],[560928,91811],[560649,93337],[555083,97986],[554695,95829],[556418,126893],[551645,116531],[551833,123308],[554053,122478],[556896,123991],[556461,125707],[572078,-28996],[570975,-37417],[564571,-42496],[565612,-45442],[571828,-55444],[571344,-60664],[568720,-55863],[568500,-54883],[568692,-62828],[568660,-63069],[575520,-52818],[569670,-74567],[573508,-74737],[570286,-69549],[571380,-71004],[575584,-66937],[575527,-67170],[566752,-73396],[567157,-73389],[571831,-77705],[571766,-77936],[571529,-78532],[571608,-78137],[572073,-107755],[571163,-106896],[569740,987],[566654,128821],[568541,151039],[568653,154856],[564958,154051],[571002,59807],[568336,58763],[568261,59305],[570578,73635],[568735,69892],[573888,64902],[575634,97963],[568512,92076],[565380,95269],[565465,94987],[568489,107973],[565748,105495],[569989,127986],[571714,127480],[579575,-4693],[584121,-2203],[583389,-3034],[581596,-2294],[581447,-34406],[576637,-58613],[579432,-91184],[580877,-90518],[578829,-95444],[578988,-95239],[579626,-94486],[579391,-94515],[587558,-114517],[587322,306115],[586715,329910],[583960,71842],[578941,66909],[584063,66516],[580872,99718],[576128,100053],[578429,102519],[587251,100922],[593146,-119648],[591108,-119113],[590867,-118323],[600244,-128326],[590315,-1581],[591890,-846],[596195,-7274],[597100,-2580],[591437,-47890],[590709,-46853],[596789,-56250],[595914,-55646],[597838,-63148],[598070,-63548],[597720,-63678],[596849,-64545],[595639,-72613],[597074,-72323],[597164,-65173],[597107,-65386],[599904,-78464],[595175,-83003],[594726,-82417],[591762,-114361],[590776,-114928],[594811,3089],[600529,316520],[592467,330436],[593937,329449],[589962,328193],[605667,-128914],[603224,-130155],[602501,-10785],[613430,-31268],[606117,-82464],[606033,-82678],[604385,10373],[613480,204731],[612200,216124],[613752,211123],[603755,303847],[605369,306159],[602824,316052],[610092,339019],[609441,338348],[626439,-116836],[620072,-121790],[620933,-121135],[620805,-121336],[618523,-8682],[619254,-9214],[623965,-16543],[620489,-15063],[623291,-24542],[624876,-23537],[618355,-24125],[623791,-27199],[623525,-27700],[617923,-27460],[617794,-29624],[618569,212365],[624037,214524],[623553,219639],[619305,16027],[617463,13518],[624679,14011],[624746,18771],[618432,343507],[622930,341742],[622616,345405],[618310,337792],[618440,338399],[618383,339786],[616667,335593],[624357,346007],[635080,-125586],[637354,-122535],[627396,-116344],[630627,-24890],[629711,-29444],[638140,-99710],[637796,-97080],[637404,-97049],[633822,-106381],[637760,-105631],[633108,-108668],[638117,-105669],[637333,349116],[643493,-7179],[643688,-3223],[648194,-7248],[649620,-98743],[642379,-102505],[648165,-102345],[651904,234066],[644649,352836],[643788,354076],[642627,357091],[648205,355415],[660406,-3675],[659688,-3436],[656025,-3693],[664024,-20761],[660395,-17387],[658341,-16582],[664592,-28319],[661968,241808],[658448,236579],[653858,231861],[667111,-26040],[670874,237332],[665746,238361],[673710,398342],[677917,397531],[676698,400876],[676249,417462],[680815,-124075],[682262,-121298],[688499,-71866],[688578,-73636],[685601,249155],[689094,261138],[685386,269141],[682797,272137],[689403,276787],[688738,277504],[690430,280440],[689051,372399],[690399,386810],[679344,398401],[690420,398619],[695557,256057],[696409,283096],[693970,283723],[695491,290944],[699215,299004],[696337,299708],[692796,296990],[703316,360394],[703075,364289],[700185,363748],[703114,370888],[691704,372861],[700855,371837],[700614,383536],[697774,383929],[697319,381690],[702542,378348],[693078,396295],[695136,385912],[715796,-108604],[708448,-105871],[714853,-114948],[704554,366754],[704629,384846],[726511,-115600],[726543,-115087],[719340,-113446],[718040,387420],[741424,-125042],[731642,-121401],[740832,-115622],[739433,-130968],[740966,-133228],[739475,-142293],[740188,-114739],[734936,353816],[733248,366825],[738290,363407],[735486,381688],[737042,381801],[732640,374811],[744692,-123436],[747832,-134948],[752988,-135674],[749592,-139398],[742927,-138215],[752207,-134796],[748823,-132078],[745042,356115],[744942,348125],[751421,352458],[742653,366225],[764970,-133598],[763047,-132478],[762179,-132063],[755832,-135347],[760982,349052],[764943,347916],[769381,-121415],[778121,-125173],[774295,-123084],[776052,-138333],[780607,-138852],[780408,-141173],[771147,-144374],[775165,-141415],[780254,350874],[776974,348676],[775201,377216],[774740,379035],[772829,381997],[771251,390929],[783231,-120575],[790463,-138716],[787305,-131976],[783563,-130847],[782167,-128085],[787059,-140644],[784203,358423],[790257,359852],[792239,366056],[790360,368895],[791190,388425],[803127,-139850],[794861,-137001],[802126,345210],[800353,345799],[799205,351527],[806386,351300],[805617,375804],[805569,374423],[794879,375364],[798415,376389],[799737,388092],[800394,389514],[814460,-138624],[815751,-138671],[808932,-137489],[810664,369710],[806892,367381],[816659,368172],[818513,362059],[818083,361564],[817110,375418],[810210,381811],[821843,-120424],[823332,-119976],[821184,-122330],[821938,-121743],[822252,-120919],[822116,-121126],[821587,-122268],[822508,-122302],[821557,-120709],[821890,-120286],[821649,-121431],[828068,-130351],[827707,-129009],[827134,-129909],[827377,-130022],[826833,-144249],[829125,-146074],[826822,-183996],[825026,354932],[825710,366495],[828121,365543],[830723,382619],[832251,-121911],[833205,-121941],[833145,-121430],[832898,-121736],[843154,-160433],[843388,-172751],[843668,-172290],[841081,-180003],[842570,-179021],[833029,-182389],[835527,-179941],[838361,-199464],[844443,-89861],[844142,-91081],[844567,-90161],[843132,-91915],[832206,-112852],[834646,-111630],[834016,-113831],[832323,-113131],[836384,-114144],[843297,-108478],[842327,-107509],[841465,-108735],[834184,-114064],[834759,-113487],[833823,-114401],[833354,-112918],[855461,-120244],[857293,-122419],[857103,-122335],[853199,-139776],[850559,-145963],[849423,-145487],[848839,-149223],[848936,-150682],[851812,-143630],[845948,-156212],[851276,-167144],[850794,-167755],[850637,-87012],[848789,-86300],[849376,-86130],[850951,-86693],[862989,-116989],[869643,-115453],[867448,-116649],[866906,-116843],[862292,-118546],[862145,-118841],[862557,-118166],[864995,-139297],[864625,-139163],[864543,-138861],[864611,-139366],[864589,-137595],[866040,-137856],[864608,-136192],[867561,-135824],[864516,-137151],[864705,-136768],[864770,-137755],[864961,-136257],[865319,-136598],[865670,-137688],[865346,-136950],[865147,-137405],[864273,-130780],[863820,-129922],[864415,-131391],[863727,-129664],[863622,-130709],[864067,-131520],[859756,-88254],[860731,-87929],[860342,-87061],[861240,-88120],[862040,-81774],[862811,-81760],[862207,-82182],[862295,-83221],[862384,-80817],[861306,-82406],[864219,-94618],[863991,-95483],[863790,-94948],[865264,-95418],[868225,-106100],[868974,-110517],[868269,-111518],[869022,-110176],[866623,-110553],[866905,-110631],[868473,-111649],[861685,-113544],[869336,-113658],[866410,345691],[866079,346464],[877520,-121477],[876070,-120290],[876228,-120729],[877275,-115959],[877063,-115786],[876913,-117543],[877285,-115580],[877766,-115315],[880618,-139630],[872775,-129566],[873686,-128833],[872649,-130277],[872776,-130626],[873158,-129965],[872871,-130324],[880049,-137718],[879501,-137443],[880702,-137862],[880273,-137903],[880665,-139539],[880261,-138138],[877807,-137835],[879719,-137744],[882391,-140083],[875276,-140419],[875147,-140557],[882310,-134691],[877670,-134156],[882929,-141058],[882767,-141422],[872190,-144856],[876832,-141638],[877043,-141210],[870928,-141673],[871100,-142389],[870787,-142619],[878100,-140841],[878606,-141694],[880123,-140956],[871310,-141462],[876191,-144080],[871028,-149014],[871329,-176907],[881557,-112911],[882224,-113827],[882169,-108712],[881753,-108408],[874539,-108626],[876982,-110833],[876708,-110587],[874671,-109766],[881421,-112531],[879582,-114180],[876849,343856],[879034,347214],[891317,-127031],[895622,-126998],[894574,-119267],[894487,-122079],[887947,-136609],[884086,-132418],[885729,-131270],[885245,-130967],[885485,-131784],[885919,-132459],[885584,-132010],[885084,-131414],[885060,-131651],[889130,-130528],[885812,-130958],[889406,-129964],[890210,-129684],[890610,-129457],[889776,-130118],[890359,-129569],[894599,-127805],[894290,-128046],[895098,-127908],[895585,-128203],[895360,-128357],[894554,-127970],[889790,-139909],[891844,-140489],[892949,-140561],[882457,-140372],[882554,-139872],[885214,-139274],[883827,-140571],[895483,-127428],[889678,-130491],[883897,-138259],[891276,-141577],[889413,-141840],[891521,-141570],[887647,-143808],[886309,-142566],[886289,-142753],[883377,-141283],[888941,-143477],[889585,-149059],[887190,-93323],[885163,-91904],[891548,-93753],[893465,-111983],[883641,-112893],[884226,-114359],[883376,-112393],[883812,-113156],[883792,-111316],[883285,-113889],[884476,-111217],[887941,332183],[890811,337306],[890687,338940],[894065,337241],[892517,346916],[890382,346799],[896542,-136648],[896666,-135894],[897244,-134575],[896502,-93125],[902821,-111332],[908051,-111521],[905384,339483],[908570,334825],[909839,-146028],[910725,-107736],[911934,-108764],[918227,-109826],[918145,-109726],[921226,-114497],[921191,-113301],[920810,-112671],[920561,-113221],[920962,-114125],[921990,-115267],[923208,-115911],[922613,-115214],[923313,-116171],[923686,-115594],[922019,-115388],[931844,-115314],[932207,-115468],[925631,-178293],[927593,-95641],[927496,-91688],[922037,-113965],[931094,-114502],[930882,-114524],[927925,-111297],[928797,-109566],[933981,-112375],[933632,-113685],[934038,-113115],[925167,-111713],[925235,-113277],[932967,-108669],[932876,-113074],[933409,-113192],[946220,-116709],[945955,-118253],[946566,-126057],[946037,-127743],[945426,-131541],[946769,-99223],[935779,-112474],[943578,455946],[943204,489537],[946227,563165],[947998,-123856],[949583,-120065],[949474,-116989],[951570,-127805],[951357,-129280],[953481,-135684],[953294,-136786],[955079,-145881],[955544,-186080],[956142,-186270],[959080,-185502],[959542,-186969],[950063,-92818],[948293,-95286],[949968,-110688],[947668,-113349],[949901,-110112],[948974,-103919],[949095,-104235],[951284,-110166],[949861,-111303],[955113,454417],[953118,452425],[951152,453995],[952587,483399],[951513,480995],[953878,481717],[960478,419621],[966795,453675],[970525,460767],[969998,570721],[969753,569936],[976587,-125957],[976215,-119333],[977148,-119259],[974109,-133559],[974883,-133097],[978629,-128301],[977547,-141318],[977610,-142524],[984732,-163331],[978465,-157876],[981725,-157787],[983415,-170543],[983565,-171752],[981411,-186304],[979893,-185522],[974190,-194114],[974444,-193109],[975762,-197556],[974536,-196292],[977213,-110103],[973690,-111338],[973970,-104193],[973105,-103161],[980123,-103295],[980404,-103170],[984705,393185],[977293,415551],[982292,455292],[982203,458173],[983065,484999],[982226,484517],[982083,496207],[985483,497450],[979310,515507],[984602,540269],[990410,-127320],[992169,-129988],[994760,-130155],[995145,-131520],[990221,-135804],[989747,-135632],[989745,-140470],[989850,-141811],[990704,-151838],[989204,-150411],[993474,-151317],[996156,-154329],[992580,-162797],[991889,-163363],[995119,-173104],[993027,-171585],[998338,-175526],[996202,-173732],[986532,-102765],[986760,-102977],[987105,-109284],[987425,-112218],[989704,167620],[994732,217097],[993573,218018],[990592,405298],[991020,467792],[995219,483915],[995861,496476],[988498,509258],[988533,510161],[992976,509471],[988145,501181],[994024,507633],[988264,528866],[988437,528139],[989470,535087],[996560,538054],[997660,538552],[990439,539453],[1004650,-160290],[1004520,-161088],[1008646,-163572],[1011060,-163769],[1002588,-171736],[1003260,-170244],[1004448,-175455],[1006592,-174334],[1009353,-110958],[1009229,-111066],[1000470,220245],[999825,415103],[1009854,473283],[1000593,503992],[1002133,510069],[1001503,510144],[1000647,519224],[1002512,518613],[1004032,516462],[1007267,522909],[1008703,521790],[1022170,-116201],[1023451,-176711],[1017346,-110357],[1017295,-110292],[1022579,-109160],[1018394,420604],[1020954,424530],[1016259,453547],[1016228,448512],[1014142,465856],[1015433,478232],[1018421,494694],[1018043,496691],[1019049,508969],[1013617,519454],[1013120,519554],[1013297,521085],[1020592,519401],[1028440,-124044],[1028751,-121886],[1024283,-115864],[1033341,-139412],[1031640,-135880],[1030975,-136116],[1028975,-131375],[1028946,-132587],[1036136,-149262],[1034427,-150849],[1034724,-152338],[1034485,-141063],[1026572,-164197],[1028559,-164436],[1025719,-174185],[1024326,-174731],[1028644,-175102],[1027312,-174600],[1024672,-177210],[1036688,-180017],[1033794,-183082],[1026200,-109927],[1030511,-107481],[1031306,-108508],[1029746,423002],[1030773,465252],[1030212,468366],[1027528,462376],[1045264,-133320],[1046882,-131139],[1038196,-146644],[1041243,-146676],[1036914,-152583],[1047721,-147000],[1048488,-147406],[1041738,-174460],[1042758,-190847],[1040756,-188833],[1047453,-186907],[1045767,-107141],[1046779,-108958],[1047911,410428],[1043799,412647],[1041057,418898],[1044179,555195],[1062045,-115096],[1054472,-130040],[1051155,-129807],[1061442,-130939],[1056279,-129992],[1055347,-136588],[1054840,-136628],[1061587,-152245],[1059848,-151963],[1049783,-187535],[1059104,-105455],[1055117,-104844],[1055145,-109009],[1058197,-108956],[1065734,-140083],[1067403,-142813],[1067702,-151767],[1068423,-148999],[1075074,-151125],[1071334,-107807],[1069991,-106910],[1074152,-107340],[1064207,-112509],[1069575,-109127],[1072799,-107612],[1065900,560400],[1075755,-150659],[1086241,-150638],[1085567,-150407],[1078598,-107941],[1079438,-107648],[1080431,-107734],[1079193,619149],[1093244,-149316],[1092964,-149578],[1100075,-150309],[1099413,-161492],[1093589,-171141],[1098426,-173529],[1100079,-170660],[1098520,-173790],[1099870,-184426],[1095462,-99345],[1097429,-100664],[1092581,-106789],[1092199,-106249],[1097321,-106357],[1096514,-106359],[1089414,442089],[1089203,549624],[1092477,549671],[1094238,549624],[1100113,551296],[1092023,609432],[1103720,-151408],[1102127,-162396],[1102920,-185834],[1111158,-182173],[1111204,-191243],[1111488,-191580],[1105532,537467],[1110719,540077],[1107435,538170],[1105097,541774],[1106439,541764],[1116048,-180697],[1120894,-181131],[1123755,-181859],[1125739,-80527],[1124977,-83079],[1120673,-77000],[1120657,-77634],[1124956,-86418],[1136739,-174038],[1131763,-174328],[1130256,-175123],[1134483,-168902],[1134390,-168125],[1126633,-180312],[1128932,-180263],[1131718,-60989],[1131568,-59528],[1134897,-57094],[1135366,-56179],[1128778,-76074],[1135528,-76052],[1134896,-75485],[1131009,-84845],[1130997,-86394],[1133755,-79394],[1133314,-81262],[1128395,-77099],[1137134,-80192],[1137198,-82042],[1128597,-88735],[1128302,-88835],[1127324,-83792],[1138119,-100891],[1138867,-102868],[1130793,544504],[1132088,541880],[1133006,540572],[1134676,544598],[1141686,-118977],[1143255,-120818],[1146586,-116948],[1143451,-117834],[1144901,-121235],[1145229,-118809],[1148407,-131303],[1148498,-133550],[1150801,-138768],[1150343,-139423],[1140847,-173410],[1146003,-172854],[1140830,-184125],[1140792,-184347],[1145606,-188312],[1145926,-187562],[1142890,-2915],[1142560,-3303],[1146844,-1036],[1145515,-13516],[1146802,-14574],[1142302,-57106],[1142691,-55580],[1140445,-72711],[1141479,-71319],[1141544,-64552],[1144162,-65723],[1140987,-98668],[1145948,-107068],[1148993,-106274],[1143661,-102311],[1140541,-113992],[1140587,-114828],[1146859,1569],[1149267,33879],[1149846,35163],[1144590,536088],[1144031,536761],[1144775,537394],[1161464,-122973],[1160828,-120747],[1154398,-123860],[1154435,-123253],[1156492,-140210],[1158694,-140232],[1157859,-136026],[1159142,-134295],[1160665,-164324],[1153475,-173030],[1162718,-166775],[1163717,-189109],[1164769,-200171],[1163223,-197953],[1163641,-196830],[1164079,-196547],[1164744,-199536],[1153897,-27312],[1153663,-26218],[1160568,-101519],[1160799,-101137],[1153516,-92333],[1152947,-94531],[1157788,-113207],[1158924,-112500],[1154559,-109238],[1152401,-108944],[1162083,24612],[1161564,25924],[1164519,27141],[1162973,34642],[1162159,33650],[1154941,36357],[1154329,36695],[1161283,39050],[1160885,40056],[1177519,-115136],[1175411,-116723],[1169566,-123497],[1167615,-123575],[1168951,-131419],[1173310,-129715],[1169674,-135133],[1166611,-133927],[1174816,-152346],[1166394,-158357],[1166190,-159111],[1172252,-154897],[1164947,-187121],[1174348,-199470],[1168715,-198257],[1165526,-200903],[1173707,-33784],[1174101,-33111],[1171498,-28369],[1171896,-27746],[1166110,-28994],[1166199,-30865],[1165821,-93309],[1165688,-94334],[1172217,-97638],[1172428,-99952],[1176791,-104538],[1171854,-108078],[1171548,-112034],[1169137,1529],[1170134,1460],[1169248,205800],[1169469,206749],[1167012,209531],[1168191,208922],[1175348,209752],[1174162,209142],[1171842,22526],[1169778,21690],[1166075,29023],[1176837,521140],[1173781,523632],[1173884,522158],[1177550,526063],[1172949,528845],[1168548,525729],[1168422,527628],[1167194,534326],[1166571,536119],[1171741,532422],[1173419,529529],[1184020,-120805],[1183233,-120504],[1186646,-134657],[1184354,-132947],[1189107,-146125],[1188348,-151405],[1183320,-144263],[1183871,-147877],[1185698,-7867],[1185862,-9131],[1179550,-35762],[1180693,-34221],[1186792,-99533],[1184365,-99092],[1184667,-99818],[1187306,-96030],[1184840,-94546],[1181633,-100089],[1180820,-98778],[1186846,-98168],[1187336,-97866],[1184663,-108357],[1187833,-105996],[1188594,-107473],[1185055,-109844],[1184474,-109591],[1186028,-112693],[1187208,-110708],[1186478,-103389],[1186241,-104750],[1180631,-104672],[1183428,-102763],[1178772,-107193],[1181608,-108360],[1180409,-108924],[1187104,2323],[1187896,2556],[1181902,213252],[1181435,213024],[1184733,210475],[1184475,210471],[1181045,220926],[1181002,221519],[1189979,482658],[1187938,481136],[1187686,483565],[1180869,521078],[1178162,528219],[1198717,-123693],[1197488,-125250],[1198514,-132941],[1197985,-133087],[1197240,-147830],[1194295,-145629],[1193978,-154440],[1195804,-155830],[1199829,-165029],[1194066,-164122],[1192591,-166514],[1192794,-8924],[1193331,-10498],[1202558,-2923],[1190793,-97508],[1190661,-108245],[1193332,-112573],[1196004,-110108],[1198056,9575],[1196802,11498],[1192573,215730],[1194033,216631],[1200160,216446],[1200268,214724],[1202037,233971],[1201892,233196],[1196531,244597],[1196740,244834],[1196317,15970],[1196818,18115],[1202821,290877],[1202513,293223],[1200974,295168],[1202133,47515],[1200722,48506],[1201600,46543],[1199854,47065],[1201789,59702],[1201059,61284],[1202672,54192],[1201974,53594],[1213115,-123654],[1212668,-125249],[1211077,-117235],[1209316,-117629],[1215184,-129321],[1213832,-130339],[1212742,-153971],[1210430,-155253],[1203375,-1610],[1206285,-7224],[1206600,-6846],[1207957,-1661],[1208561,-2798],[1211626,-110510],[1211946,-114448],[1210816,-107559],[1211052,-106718],[1212807,2944],[1213680,2761],[1212532,4815],[1211940,6934],[1207599,1102],[1208528,934],[1203644,3451],[1205507,3547],[1210395,202191],[1211541,201807],[1204233,201527],[1204492,203977],[1213824,280582],[1213281,280807],[1213644,279460],[1215421,282168],[1210304,284937],[1211100,284073],[1208343,285202],[1209230,286077],[1204485,290904],[1207926,37302],[1207339,37227],[1211876,89394],[1214638,91622],[1215114,91327],[1212525,90335],[1220619,-117969],[1221382,-116770],[1228256,-107385],[1226826,-108459],[1224993,141741],[1225784,143524],[1220657,144043],[1220722,144292],[1219616,150251],[1221013,150681],[1223540,152861],[1224746,153147],[1222931,154426],[1218748,160158],[1218687,160305],[1227865,162742],[1226738,161398],[1225969,154156],[1219959,178256],[1217378,180709],[1220544,186489],[1221264,187857],[1222817,253523],[1221143,253216],[1222947,291321],[1223209,292301],[1228283,291004],[1226868,289318],[1222303,283269],[1222325,283308],[1224773,296952],[1225083,296668],[1220389,36168],[1220920,35483],[1228763,38383],[1221359,42047],[1221756,41553],[1221978,56150],[1222012,56672],[1226166,55779],[1224681,53586],[1226888,120179],[1225580,119750],[1227729,123823],[1231993,129485],[1237762,132631],[1235578,130770],[1239007,131581],[1238505,128865],[1236535,135367],[1236670,135402],[1239927,141324],[1237398,142309],[1232811,142952],[1235300,144300],[1235873,159311],[1234906,157669],[1237692,157180],[1232525,293962],[1229879,290153],[1230552,290116],[1232083,294710],[1228906,37868],[1236658,51355],[1232144,59804],[1232263,57681],[1235113,52944],[1236443,99828],[1237158,99978],[1238210,98024],[1238748,97258],[1236938,105124],[1236174,105282],[1231700,117542],[1229926,118345],[1229161,124878],[1231872,127941],[1251978,186212],[1250774,186896],[1253736,196389],[1249702,201896],[1247781,201136],[1253063,287886],[1252937,290266],[1241605,50280],[1242688,49737],[1247601,62301],[1247547,60759],[1252845,96141],[1253524,95866],[1254000,106718],[1256853,164195],[1257590,164619],[1265102,197156],[1262561,196551],[1254896,196361],[1262551,279552],[1261634,281478],[1258033,276957],[1258090,276813],[1254874,281335],[1256871,282054],[1259692,295017],[1259974,296087],[1262903,302897],[1263124,301668],[1259126,98789],[1259999,99034],[1255121,104890],[1254646,107034],[1256665,106342],[1272605,158302],[1274690,156014],[1275990,160343],[1274841,159860],[1268028,195022],[1271180,198038],[1279917,284952],[1279304,285068],[1269487,287432],[1271423,287798]] \ No newline at end of file diff --git a/src/gathering/a10149.json b/src/gathering/a10149.json new file mode 100644 index 0000000..9f018ef --- /dev/null +++ b/src/gathering/a10149.json @@ -0,0 +1 @@ +[[1289020,243888],[1280184,263661],[1281148,261873],[362826,133351],[362718,133381],[367976,59448],[368075,59380],[368881,86226],[368848,86111],[372338,96221],[372433,96298],[383272,115088],[383255,114970],[391298,2779],[391183,2806],[400633,-9012],[400675,-9126],[406952,-26957],[406869,-26873],[407223,4909],[407103,4921],[399502,150741],[399626,150752],[397451,34614],[397330,34610],[411979,153450],[411874,153506],[420164,18023],[420118,17921],[427742,151416],[427649,151457],[441980,166947],[442080,167024],[445507,192321],[445394,192363],[435251,24380],[435378,24386],[441195,35122],[441302,35091],[457892,202681],[457797,202744],[448445,47480],[448340,47530],[462716,-47593],[462794,-47500],[468935,197938],[468896,198045],[464798,208016],[464703,208065],[463651,73556],[463737,73468],[465636,106264],[465526,106309],[471960,120804],[471941,120919],[469567,121444],[469454,121486],[477330,142033],[477216,142071],[483385,191455],[483365,191566],[476369,199847],[476490,199862],[480149,215444],[480039,215493],[475230,231800],[475193,231910],[478100,14213],[477988,14209],[484185,92276],[484140,92165],[487575,149742],[487666,149805],[487401,165622],[487499,165548],[489622,171566],[489699,171534],[494704,214718],[494624,214643],[494431,74305],[494331,74282],[499427,187545],[499320,187580],[499546,33642],[499453,33577],[521545,160668],[515835,189325],[515936,189279],[513845,182199],[513852,182082],[522101,268791],[521995,268830],[513053,38382],[512942,38392],[529470,157529],[529345,157528],[529143,44425],[529028,44398],[534109,55222],[534004,55287],[534630,122014],[534516,121982],[529117,119928],[528994,119957],[548459,140406],[548350,140396],[539936,148219],[542418,173437],[542248,172318],[542136,172305],[544640,192063],[544520,192033],[544105,185335],[550334,202722],[547670,256532],[547561,256516],[562217,160410],[562098,160371],[551428,189798],[551357,189708],[559993,277652],[559902,277654],[560259,66664],[560133,66681],[555485,81802],[560306,124574],[560182,124588],[573644,209065],[569473,220808],[565952,249830],[565845,249864],[571451,288899],[571367,288959],[571781,307780],[571711,307792],[570512,88579],[570385,88579],[576751,265707],[576760,265592],[588751,271301],[576345,66831],[576228,66795],[578003,106182],[595895,200460],[596335,218383],[592021,255210],[591920,255186],[588853,271261],[595482,295459],[595410,295505],[607897,306782],[607812,306729],[605441,307976],[605345,307964],[614727,2046],[614633,2109],[617564,205944],[626119,220187],[625997,220227],[625538,306355],[625434,306335],[615016,340570],[614907,340588],[622602,342386],[622496,342413],[637668,222754],[637613,222656],[628404,228342],[628330,228362],[634772,351856],[634669,351846],[641102,243553],[659889,246782],[659778,246788],[660468,375784],[660360,375806],[663683,375096],[663582,375100],[675513,392872],[675404,392902],[681706,-73679],[681631,-73584],[690462,253171],[690515,253049],[679801,257859],[679720,257907],[688717,281394],[686891,373895],[686945,373788],[679664,385843],[679618,385742],[686625,396598],[686517,396616],[698690,281967],[698566,281992],[693982,296344],[693855,296359],[698509,377832],[698486,377955],[704512,308817],[704395,308800],[705798,367684],[705688,367681],[717283,389808],[717361,389922],[717094,-148535],[716970,-148540],[740135,-199422],[740070,-199343],[731667,374684],[731765,374779],[736864,398808],[736764,398789],[752797,339841],[752700,339893],[745054,384774],[744990,384805],[743487,390858],[743318,390866],[750436,396451],[750438,396344],[749385,398445],[749275,398456],[754574,402413],[754492,402484],[760243,385479],[760173,385394],[755406,414104],[755306,414061],[771851,390748],[771759,390789],[777642,388499],[777534,388523],[774998,399577],[774958,399691],[790394,-148296],[790518,-148219],[822818,-202552],[831137,-194391],[846062,-179452],[845987,-179359],[881598,-153706],[881498,-153635],[871732,-91597],[871609,-91618],[888747,-126308],[886590,347503],[886486,347569],[903555,-159184],[902213,-171117],[940186,454895],[941218,469861],[946682,464782],[951875,-110274],[959590,135845],[959493,135925],[953903,465859],[972510,-141043],[972407,-140975],[962120,197097],[962013,197161],[966353,355574],[966240,355624],[960489,409231],[967776,426281],[961474,423546],[966764,434520],[968165,438241],[968518,444664],[964559,455695],[984787,-159523],[973452,-195747],[984156,368398],[980475,459533],[981032,467022],[976630,478821],[980181,513900],[979875,514405],[993689,-171344],[988695,308359],[988575,308362],[991977,357433],[992226,366436],[994611,396073],[995656,400867],[985695,470100],[996301,495600],[989874,509623],[993106,509079],[991108,522915],[998422,-163117],[1009950,-164359],[999208,353993],[1008824,371557],[1000128,429468],[1001866,509584],[1000546,518045],[1006574,522197],[1011608,-162161],[1021077,370448],[1021502,369178],[1021010,372268],[1022098,442003],[1018633,436275],[1014421,448960],[1014393,464365],[1011973,472660],[1016432,475602],[1017340,511242],[1033154,-126280],[1026738,356748],[1032351,455478],[1027315,455208],[1029543,500162],[1043556,-151081],[1044456,409555],[1040648,434716],[1037295,463369],[1046051,556680],[1045250,551999],[1051313,-110241],[1058642,558141],[1061309,555785],[1063197,349049],[1063630,396901],[1068657,548854],[1074227,559241],[1070458,554952],[1081079,-136186],[1084586,-128817],[1077595,555654],[1098458,-137808],[1092895,542565],[1090073,548992],[1103750,-120371],[1109588,-122278],[1113296,-161861],[1105394,542874],[1121331,-149005],[1132141,-132026],[1137189,-58440],[1138764,-82521],[1131134,-90727],[1138865,541985],[1133104,539074],[1130477,543004],[1144882,-152599],[1149104,-9387],[1149423,-994],[1147509,-25836],[1145878,-28389],[1143070,-43407],[1147300,22139],[1145577,541318],[1149116,544596],[1154473,-144396],[1164318,-158312],[1164196,-44527],[1158801,348998],[1154925,349292],[1163293,28366],[1175295,-25375],[1177087,-58377],[1167012,508502],[1173949,522910],[1167914,526517],[1182203,-92837],[1188832,-113953],[1184385,9871],[1179290,230906],[1187345,416886],[1183892,479778],[1178102,492238],[1179579,493184],[1198050,21385],[1192604,428129],[1197078,468916],[1193492,465646],[1194418,486866],[1207606,-4774],[1215383,169873],[1214624,175069],[1205342,247645],[1206240,282370],[1209563,391991],[1212720,420056],[1204884,46900],[1220293,139737],[1226509,293314],[1239184,161178],[1236189,162599],[1236136,267208],[1237695,52920],[1237076,81939],[1235181,118757],[1249625,142587],[1263905,203744],[1256366,272109],[1254549,88205],[1276399,157351],[1274675,306075]] \ No newline at end of file diff --git a/src/gathering/a10150.json b/src/gathering/a10150.json new file mode 100644 index 0000000..d7ffec8 --- /dev/null +++ b/src/gathering/a10150.json @@ -0,0 +1 @@ +[[409110,-19675],[409088,-19506],[410885,-5774],[410733,-5696],[410300,-12497],[410317,-12412],[410195,-12441],[419475,-7224],[419412,-7382],[419340,-24430],[419273,-24318],[410508,-34655],[410440,-34587],[410740,-34675],[431659,-19253],[431727,-19314],[435110,-41010],[434947,-40951],[434319,2026],[434394,2080],[437027,-4555],[436975,-4716],[454732,-13912],[454657,-13951],[454755,-14025],[453641,-45267],[453481,-45209],[466359,-6537],[466207,-6459],[470341,-40539],[470339,-40454],[470184,-40442],[477483,-12257],[477567,-12195],[476166,-22649],[476030,-22595],[481376,-84821],[481379,-84746],[481263,-84795],[501210,-80519],[501058,-80441],[499523,-93133],[499371,-93055],[573452,-57746],[573317,-57636],[563539,28241],[576437,-79345],[576286,-79309],[607702,-13812],[606022,7952],[605978,7855],[613164,27153],[613056,27187],[639930,3828],[640041,3818],[650273,1228],[650159,1228],[655115,-9041],[656481,-22524],[656349,-22543],[662781,-29652],[662676,-29607],[673003,-118264],[666266,-13005],[666313,-13108],[676578,-89282],[668052,-97939],[686678,-116267],[686560,-116276],[681663,-19358],[683114,-49935],[685294,-66184],[685200,-66208],[695593,-77268],[702506,-109439],[702420,-109415],[714959,-145495],[727544,-134370],[727431,-134388],[754230,-136460],[747060,-147014],[754785,-168863],[754671,-168868],[779453,-139759],[779346,-139754],[768176,-144731],[768070,-144729],[791753,-136990],[791652,-136990],[793799,-151263],[793687,-151326],[811837,-133029],[815979,-143783],[815865,-143788],[826406,-145964],[826312,-145953],[835831,-164414],[835150,-155392],[835043,-155367],[836698,-176171],[844168,-179205],[844059,-179183],[855707,-143930],[855602,-143929],[853025,-154456],[852928,-154396],[849577,-161772],[855792,-166140],[852361,-172486],[852233,-172450],[870286,-152609],[870199,-152683],[858827,-176258],[868127,-181911],[870816,-174601],[870926,-174626],[872449,-183972],[872336,-183956],[894687,-101501],[919829,-134120],[919719,-134091],[910369,-141954],[910253,-141987],[909719,-108040],[931613,-115242],[931524,-115204],[926915,-130581],[926802,-130586],[934219,-112091],[934149,-111986],[941928,-143109],[941833,-143083],[934959,-150033],[935024,-149953],[945991,-96815],[950108,-122905],[952372,-123255],[952260,-123238],[960190,-141942],[960077,-141931],[968608,-151039],[968712,-150999],[968551,-183927],[968439,-183919],[970588,-188246],[978217,-153701],[978105,-153708],[982302,-177713],[982208,-177735],[992232,-164957],[992135,-164897],[1001049,-129130],[1003148,-151803],[1006839,-159751],[1006773,-159663],[998860,-168528],[1002416,-171050],[1000034,-174321],[1011639,-164081],[1021729,-107352],[1034429,-152471],[1035435,-103881],[1056430,-165532],[1055621,-191043],[1059847,-108070],[1072522,-146507],[1070053,-173811],[1112452,-165181],[1129118,-130525],[1138660,-39996],[1131585,-56264],[1133386,-80543],[1141527,-150897],[1170354,-52515],[1175509,209628],[1200411,62492],[1207854,236190],[1208380,247297],[1217263,155857],[1228073,182646],[1224678,297121],[1223233,116121],[1239962,141092],[1237079,190540],[1231367,237025],[1232070,15545],[1235378,266991],[1238922,91099],[1240390,109041],[1248369,164335],[1249743,303408],[1258291,189672],[1264708,247638],[1276415,139387]] \ No newline at end of file diff --git a/src/gathering/a10151.json b/src/gathering/a10151.json new file mode 100644 index 0000000..83d59b1 --- /dev/null +++ b/src/gathering/a10151.json @@ -0,0 +1 @@ +[[361536,97881],[361603,97790],[407136,119824],[407083,119931],[411768,47729],[411804,47538],[431280,-24646],[431393,-24625],[432676,-84420],[432623,-84321],[438360,-70061],[438383,-70173],[456198,84845],[456314,84880],[466387,128724],[466492,128717],[462377,187705],[462497,187718],[489674,158270],[489753,158363],[516936,217986],[516963,217851],[526822,-29731],[526939,-29790],[537368,263641],[537506,263610],[554210,161341],[554172,161286],[570594,222400],[570722,222411],[594693,-53395],[594586,-53435],[591990,303899],[592002,303760],[617035,272574],[617084,272443],[665020,321737],[665152,321727],[815309,371871],[815258,371753],[865476,377527],[865612,377525],[877772,-122070],[890750,-125200],[910621,-151203],[927106,471333],[951038,-94634],[950035,-107809],[962098,-119083],[968639,-152151],[966710,-189243],[975172,-129952],[983288,399773],[987821,-163313],[987654,436769],[1001692,494356],[1001731,505756],[1011453,-91596],[1022485,347971],[1027862,-106368],[1061080,-119872],[1054323,-160017],[1071226,-130375],[1066808,-138466],[1090029,-104531],[1122117,-73989],[1125669,-89559],[1135654,-149495],[1172060,14366],[1182973,-91709],[1203170,14475],[1202942,288021],[1201709,66884],[1205151,-30705],[1212410,35814],[1204253,449879],[1216428,169768],[1221989,183806],[1221467,285266],[1224654,313740],[1253747,199677],[1252477,235003],[1242423,73746],[1259977,151000],[1260961,210744],[1262267,265150],[1259846,73100],[1266250,127520],[1271269,335072]] \ No newline at end of file diff --git a/src/gathering/a10152.json b/src/gathering/a10152.json new file mode 100644 index 0000000..870727b --- /dev/null +++ b/src/gathering/a10152.json @@ -0,0 +1 @@ +[[588014,310007],[598664,303559],[596271,317378],[613079,302924],[612964,302970],[609499,318458],[601953,311696],[601859,311734],[609429,318423],[603236,319479],[603308,319517],[614315,332799],[614200,332792],[611490,334987],[611383,335014],[614858,306912],[614732,306934],[620153,304000],[625219,305057],[625116,304981],[623068,311332],[621176,320013],[626771,322074],[626840,322116],[616428,321906],[621521,322686],[614587,329647],[618288,332793],[626328,339503],[626394,339551],[618286,335446],[625811,349409],[625694,349408],[627367,332726],[627271,332709],[630081,352821],[630126,352887],[640482,346293],[640383,346210],[642985,357670],[642866,357697],[643533,357169],[665561,331047],[665437,331016],[663698,332368],[663574,332398],[658433,346057],[655783,354410],[655858,354439],[674060,314992],[674133,314984],[672860,320398],[672784,320383],[669246,329790],[669281,329864],[1010464,-14520],[1010532,-14648],[1007859,-22135],[1005191,-18234],[1005224,-18385],[1018383,-18940],[1018566,-18975],[1020482,-18192],[1022782,-24431],[1028360,-14726],[1038554,-16683],[1038785,-16551]] \ No newline at end of file diff --git a/src/gathering/a10153.json b/src/gathering/a10153.json new file mode 100644 index 0000000..861d5d1 --- /dev/null +++ b/src/gathering/a10153.json @@ -0,0 +1 @@ +[[705415,-159790],[705311,-159736],[705719,-155178],[705623,-155245],[713479,-168939],[713372,-168982],[706477,-167619],[706363,-167649],[712342,-189860],[712226,-189860],[712671,-179722],[712573,-179782],[707300,-189314],[707194,-189357],[727502,-178136],[727406,-178190],[721073,-189638],[721098,-189700],[720571,-179589],[720464,-179637],[716986,-193872],[717028,-193980],[724438,-207617],[724381,-207718],[742020,-170070],[741960,-170150],[738483,-196539],[738377,-196582],[741835,-192657],[741768,-192693],[729950,-192626],[729932,-192730],[735200,-206913],[735146,-206993],[744601,-158726],[744498,-158774],[755066,-170258],[754927,-170286],[744313,-178386],[744220,-178407],[748845,-172078],[748753,-172152],[754605,-179636],[754508,-179619],[754571,-179524],[764965,-164561],[764831,-164617],[778138,-150323],[769132,-154410],[769037,-154475],[1086661,438729],[1086487,438613],[1095163,442190],[1100024,447786],[1099890,447709],[1097529,445196],[1097508,445293],[1099300,451057],[1103647,448280],[1103114,453835],[1103308,453825],[1107809,457558],[1107609,457498],[1116261,450804],[1124120,459737],[1121778,467489],[1115672,464319],[1131077,431117],[1130736,425064],[1128410,441390],[1141111,-79343],[1140980,-79344],[1151086,-79874],[1163610,-68661],[1163795,-68678],[1154748,-77038],[1164053,-101692],[1164245,-101699],[1156595,-92810],[1156562,-92929],[1166692,-60991],[1169218,-74287],[1169859,-66183],[1175396,-79928],[1175479,-80122],[1170937,-86483],[1171216,-86268],[1173086,-96488],[1172807,-96462],[1173085,-104784],[1173121,-104990],[1178492,-67539]] \ No newline at end of file diff --git a/src/gathering/a10156.json b/src/gathering/a10156.json new file mode 100644 index 0000000..b0aa1fd --- /dev/null +++ b/src/gathering/a10156.json @@ -0,0 +1 @@ +[[1072246,483490],[1072590,483466],[1072461,483556],[1072563,483437],[1072327,483317],[1072325,483320],[1072384,483172],[1072456,483039],[1072797,484463],[1072733,484527],[1072956,484347],[1072658,484047],[1072426,484366],[1072312,483614],[1072404,483880],[1071997,483701],[1072140,484219],[1071844,484103],[1074391,481804],[1074305,481759],[1074364,482137],[1074056,482238],[1074867,482300],[1074661,482370],[1074906,482603],[1074511,483066],[1074720,482858],[1074936,483086],[1074881,483118],[1072497,482162],[1072605,481987],[1072888,482133],[1073057,482275],[1073028,482034],[1072898,481957],[1074035,484882],[1073788,484787],[1073788,484904],[1073787,484708],[1074486,484802],[1074229,484736],[1074400,484674],[1074507,484657],[1068792,501270],[1068869,501121],[1068383,501859],[1068859,499833],[1068603,500010],[1068825,500098],[1069377,499773],[1070910,500633],[1071168,500951],[1070915,500833],[1068743,500313],[1068827,500156],[1068648,500320],[1068528,500241],[1068847,502106],[1068097,501998],[1068973,502154],[1068666,502175],[1068820,500750],[1069113,500913],[1068957,500601],[1068919,500700],[1070381,499761],[1070444,500003],[1070182,500083],[1070159,499792],[1071290,501076],[1071062,500891],[1071285,501308],[1071075,501124],[1079001,520008],[1079133,519692],[1079123,519476],[1079045,519190],[1078914,519045],[1078807,519310],[1078697,519185],[1078796,519408],[1078277,518656],[1078446,518240],[1078692,518024],[1078590,518443],[1078230,518615],[1078342,518366],[1078187,518785],[1078232,518541],[1078412,518711],[1078320,518552],[1078260,519273],[1078343,519207],[1078401,519450],[1078897,518621],[1078843,518646],[1078797,518905],[1078522,519291],[1078340,519315],[1078234,518623],[1078636,518531],[1078775,518391],[1078645,518901],[1078476,519060],[1078431,519177],[1078649,519060],[1080142,519845],[1080141,519875],[1080155,519606],[1080128,519706],[1080305,519163],[1080654,519580],[1080620,519414],[1080820,520130],[1080877,520060],[1080648,519825],[1080678,519840],[1080498,519663],[1080849,520329],[1080382,519365],[1080466,519570],[1080906,519287],[1080654,519281],[1080812,519244],[1080922,519300],[1081321,518480],[1081305,518370],[1081524,518563],[1081537,518359],[1080829,517741],[1081020,517700],[1081438,517786],[1081508,518015],[1081065,517881],[1080899,518186],[1081095,518220],[1081544,518162],[1081538,518145],[1081155,517994],[1081717,518272],[1081552,517905],[1081436,517876]] \ No newline at end of file diff --git a/src/gathering/a10157.json b/src/gathering/a10157.json new file mode 100644 index 0000000..e036ae0 --- /dev/null +++ b/src/gathering/a10157.json @@ -0,0 +1 @@ +[[1322109,428604],[1061045,452914],[1061258,452673],[1061099,452513],[1061272,452864],[1061375,452970],[1061235,452687],[1061221,450836],[1060808,450791],[1060630,451020],[1061098,450828],[1061173,450681],[1060728,451084],[1060260,451098],[1060306,451644],[1059941,451773],[1060100,451657],[1059766,451642],[1059765,451841],[1060753,457189],[1060522,456492],[1060626,457128],[1060687,456727],[1060307,456959],[1060535,456751],[1060147,458122],[1060483,458112],[1060194,458238],[1060401,458020],[1060284,458034],[1060333,458145],[1057855,455588],[1057675,455500],[1057600,455620],[1057684,455708],[1057744,455586],[1057644,455302],[1056642,455817],[1057062,455574],[1056702,455852],[1056928,455737],[1056327,455756],[1056601,455988],[1063116,453509],[1063393,453613],[1062964,453587],[1063287,453375],[1063057,453333],[1063062,453173],[1063629,453227],[1064145,453494],[1064013,453415],[1064165,453309],[1063502,453657],[1064227,453242],[1067478,455542],[1067542,455516],[1067651,455365],[1067646,455495],[1067469,455677],[1067922,455428],[1067169,455535],[1066492,455806],[1066831,455132],[1066434,455372],[1066466,455357],[1066582,455280],[1064111,460240],[1064370,459768],[1063797,459957],[1063838,459795],[1064382,460595],[1063897,459302],[1064064,459479],[1064608,459085],[1064166,459057],[1064394,458781],[1064347,459051],[1064018,458713],[1071998,483521],[1072223,483657],[1072516,482061],[1072464,481624],[1074322,481694],[1074282,482041],[1075072,482826],[1075080,482675],[1074743,483061],[1074526,482933],[1071833,484890],[1072303,484577],[1074054,485187],[1074024,484980],[1069590,499267],[1069756,499386],[1068561,501616],[1068601,501982],[1068464,501756],[1068708,499877],[1068719,500051],[1068848,499965],[1069776,499558],[1069591,499457],[1071262,500903],[1071303,500802],[1071104,500810],[1069475,499459],[1087301,403394],[1087043,403523],[1087274,403544],[1087314,403729],[1086981,403586],[1087387,403442],[1087881,403633],[1087787,403532],[1087917,403501],[1086501,405253],[1086579,405264],[1086417,405557],[1086269,405589],[1086465,405347],[1085408,407700],[1085133,407468],[1085267,407327],[1085331,407572],[1085471,407784],[1083518,421099],[1083798,421259],[1083404,420900],[1083488,421185],[1083458,421206],[1083623,420972],[1085099,420381],[1084703,419673],[1084866,419896],[1084586,420065],[1084486,420059],[1085415,420772],[1085031,421030],[1085270,420962],[1085294,420628],[1085338,420826],[1084932,421292],[1079246,420011],[1079020,419936],[1079142,419894],[1079236,419964],[1079238,420014],[1079604,419258],[1079642,419479],[1078982,418920],[1079503,419380],[1079207,419111],[1086677,426309],[1086651,426525],[1086699,426368],[1086839,426136],[1086721,426214],[1086821,426537],[1084976,426598],[1084845,426479],[1084684,426702],[1084800,426172],[1084681,426449],[1085449,426692],[1087572,425950],[1087425,426018],[1087088,426058],[1087442,423795],[1087433,424419],[1087606,424139],[1087869,422729],[1087992,426465],[1087940,426135],[1087946,426270],[1080624,520717],[1081125,520482],[1081512,520203],[1081279,520328],[1080706,520317],[1080346,519994],[1081463,520082],[1081161,520273],[1081454,520175],[1080773,519392],[1080394,519760],[1081866,518319],[1081747,518022],[1078275,519366],[1078645,519307],[1078147,518595],[1078174,518731],[1078911,519780],[1078583,519771],[1088041,403042],[1088175,403556],[1088531,404731],[1088771,404719],[1088169,404768],[1088507,404792],[1088830,405552],[1088280,405806],[1088995,422220],[1088194,422567],[1088511,422339],[1089704,421906],[1088754,421980],[1089067,421546],[1089130,421994],[1089005,422002],[1090232,412031],[1090403,411893],[1089931,411071],[1089829,410837],[1089347,422259],[1088186,423740],[1088551,423761],[1088684,423005],[1088744,422964],[1089685,422846],[1089355,422945],[1089229,422826],[1089182,423174],[1094889,438008],[1094763,438759],[1094321,438866],[1095059,438148],[1094713,438535],[1094729,438162],[1092898,446240],[1093619,446586],[1093242,446301],[1092963,446322],[1093136,446399],[1093392,446681],[1094943,445666],[1094860,445280],[1094985,445154],[1094810,445312],[1094849,445443],[1094581,445626],[1094433,445066],[1093871,444914],[1093956,445092],[1094169,444722],[1093857,444957],[1093984,444668],[1094757,437844],[1115564,460829],[1115818,460932],[1115880,460930],[1115297,460340],[1115515,460730],[1115989,460677],[1116331,461717],[1116082,462176],[1116245,462139],[1116363,462184],[1116253,462181],[1116238,462199],[1133350,410425],[1133097,410263],[1133046,410355],[1133513,410293],[1133260,410448],[1133052,410468],[1132522,415956],[1132900,416245],[1132708,416416],[1133010,416397],[1132403,416072],[1132813,416231],[1133870,415504],[1134063,416014],[1133780,415606],[1133615,415537],[1133572,415413],[1133945,415858],[1134477,416822],[1134469,417079],[1134603,416647],[1134332,416743],[1134247,416858],[1134473,416636],[1142807,418406],[1142912,418198],[1143385,418399],[1143134,418434],[1143144,418167],[1143041,418262],[1143181,416789],[1142701,417235],[1143062,416462],[1143055,416416],[1143077,416858],[1142892,417072],[1143418,415115],[1143204,415684],[1143205,415487],[1143536,415425],[1144042,415212],[1143554,415297],[1143651,416111],[1143383,416290],[1143671,416239],[1143828,416232],[1143588,416330],[1143556,416312],[1141478,415096],[1141468,415737],[1141333,415566],[1141384,415391],[1141556,414980],[1141362,415083],[1140069,415379],[1140504,415738],[1140635,415454],[1139825,414928],[1139920,414871],[1140689,415588],[1141985,414154],[1141918,414211],[1141959,414011],[1142047,414189],[1142130,413765],[1142234,414145]] \ No newline at end of file diff --git a/src/gathering/a10201.json b/src/gathering/a10201.json new file mode 100644 index 0000000..96caaa1 --- /dev/null +++ b/src/gathering/a10201.json @@ -0,0 +1 @@ +[[-1284523,1516700],[-1281290,1547989],[-120223,-319298],[-125830,-320290],[-123752,-328285],[-117261,-332390],[-117478,-331277],[-117168,-331217],[-116626,-333697],[-118887,-333905],[-124312,-445892],[-125192,-447030],[-123619,-444560],[-123911,-445552],[-121216,-467373],[-117211,-465511],[-122209,-472291],[-121204,-467774],[-116968,-465292],[-122197,-472693],[-120846,-467222],[-121484,-467028],[-117435,-465887],[-116652,-572003],[-117241,-571288],[-119746,-569308],[-117435,-571541],[-125909,-68182],[-123316,165293],[-123347,166185],[-120529,162261],[-122422,36585],[-119979,29491],[-125614,32235],[-119204,35970],[-122464,35746],[-120544,31658],[-124964,30605],[-120230,38246],[-120838,37570],[-120795,37549],[-122019,30809],[-124366,31165],[-119804,35996],[-121114,34846],[-120947,31917],[-124809,32322],[-119742,36798],[-125308,37873],[-125274,36269],[-126734,35807],[-126759,35988],[-124845,40324],[-119146,38808],[-126135,39488],[-121371,39061],[-119040,39186],[-137316,-300052],[-133193,-302497],[-131903,-301344],[-133426,-300801],[-138761,-320047],[-131327,-548702],[-130034,-548996],[-131239,-548978],[-129612,-549810],[-130009,-550131],[-129880,-549620],[-130478,-549707],[-130334,-550346],[-128322,-551154],[-133477,-63423],[-136136,-63059],[-135993,-62179],[-134504,-62192],[-135049,-59598],[-138546,-62207],[-137636,-63040],[-128925,-69524],[-131120,-68466],[-130721,-70232],[-134667,-65414],[-134035,-68189],[-136784,-67438],[-139633,44941],[-132903,41095],[-132700,41273],[-134119,41379],[-128048,41177],[-139250,43556],[-133976,41637],[-128258,39679],[-142481,-137530],[-141477,-138280],[-142459,-138348],[-141866,-137491],[-150196,-128677],[-153387,-130691],[-153033,-131441],[-153172,-131087],[-153380,-130518],[-150136,-128468],[-148284,-128075],[-144214,-305638],[-151989,-302487],[-147249,-301393],[-148685,-302982],[-149683,-303804],[-150358,-303751],[-153494,-310155],[-150258,-308129],[-149335,-308095],[-144848,-308717],[-148805,-314088],[-147372,-312654],[-148736,-316567],[-144647,-315939],[-147790,-317665],[-141783,-325330],[-144445,-321771],[-147706,-329019],[-150759,-330783],[-151610,-322536],[-143693,-324367],[-152762,-328397],[-150927,-330744],[-149829,-455666],[-151668,-455608],[-151047,-451237],[-152234,-455529],[-150373,-456246],[-151025,-457390],[-145539,-465726],[-153557,160830],[-143348,49020],[-141123,44318],[-143604,48234],[-143686,48120],[-141571,49310],[-141403,45605],[-154095,-125507],[-154594,-125415],[-155360,-124641],[-155246,-124279],[-154257,-130222],[-154518,-130477],[-154977,-130260],[-155923,-129825],[-155534,-130178],[-161590,-306621],[-163517,-301076],[-160044,-305312],[-156625,-301259],[-158656,-303066],[-158070,-304805],[-154864,-312278],[-154540,-308744],[-161682,-308156],[-157717,-312281],[-162979,-308657],[-155003,-319375],[-164712,-315543],[-156871,-318328],[-163337,-314805],[-159473,-317511],[-159723,-321184],[-161666,-329022],[-165665,-321021],[-156118,-320404],[-153700,-324602],[-157874,-323159],[-156616,-327519],[-160503,-327950],[-165201,-334097],[-154560,-447195],[-165457,-458802],[-165083,-458581],[-166272,-459280],[-153991,-455214],[-154757,-449447],[-154616,-455835],[-159098,-461344],[-157549,164282],[-157583,161732],[-158458,158099],[-165592,164412],[-156542,165748],[-156454,165561],[-157992,162585],[-158011,161997],[-155808,159199],[-155125,158796],[-158893,158295],[-159554,159163],[-165468,165845],[-176886,-145771],[-177135,-141655],[-176972,-145924],[-174806,-142579],[-174228,-143496],[-174719,-143308],[-176375,-144466],[-176751,-145722],[-177504,-141979],[-177530,-141775],[-175040,-142130],[-175089,-142645],[-174574,-142826],[-176511,-144267],[-176314,-144839],[-175928,-143758],[-178330,-142632],[-167835,-300925],[-167302,-299811],[-169295,-299464],[-168624,-301519],[-171838,-300949],[-170507,-303117],[-172167,-303006],[-169675,-311291],[-167013,-311650],[-167086,-327281],[-173704,-325656],[-167929,-325974],[-173649,-322006],[-172145,-329828],[-167458,-337551],[-167485,-338203],[-169652,-340302],[-173330,-341190],[-171558,-336003],[-170124,-341576],[-175889,-336539],[-176561,-337241],[-166752,-458829],[-176765,-530277],[-172934,-535260],[-170122,-536307],[-170582,-536404],[-171250,-536236],[-167201,-533377],[-174275,-536426],[-167019,-534031],[-167726,-538147],[-178016,-546473],[-177946,-542580],[-177741,-544291],[-176957,-544377],[-172335,-537660],[-168479,-538948],[-171056,-539717],[-170580,-542916],[-169131,-541977],[-168297,-540127],[-168713,-542184],[-172108,-537861],[-172843,-542058],[-171576,-566201],[-170647,165652],[-168930,164785],[-170916,164709],[-170991,165256],[-168195,166482],[-167533,167544],[-170350,166603],[-168300,167396],[-175989,292184],[-177902,302883],[-177867,301193],[-180621,-144668],[-180816,-140999],[-181052,-142757],[-191283,-262845],[-191975,-261465],[-191421,-260390],[-191348,-260099],[-189981,-261082],[-189624,-261029],[-190901,-263079],[-191675,-266137],[-191100,-262780],[-189796,-261227],[-190153,-280398],[-190873,-279290],[-191674,-277544],[-190641,-278978],[-190568,-280491],[-188696,-280445],[-191648,-280287],[-191494,-277824],[-189928,-277326],[-188777,-280719],[-191991,-278841],[-186132,-298659],[-190797,-506361],[-179576,-524317],[-179735,-523887],[-181468,-528921],[-182414,-532465],[-181801,-536152],[-181617,-529479],[-179258,-544062],[-181796,-544724],[-185515,-549036],[-185459,-547306],[-184272,-544008],[-182901,-541355],[-180769,-550530],[-190143,-562768],[-182536,-553188],[-184987,-554633],[-182522,-551393],[-188138,166596],[-188730,164848],[-188529,164522],[-187343,166510],[-189243,166435],[-189635,165374],[-189108,241902],[-181910,252595],[-187617,245039],[-188449,292664],[-182583,292564],[-187180,303585],[-181227,299272],[-180234,295311],[-179373,305304],[-186204,302615],[-184879,298294],[-194230,-266733],[-197748,-264896],[-193193,-265874],[-197495,-264544],[-196653,-265356],[-203810,-267058],[-192101,-261560],[-193036,-267483],[-197528,-265562],[-201292,-269678],[-196342,-270388],[-193254,-269431],[-193920,-281023],[-194241,-279932],[-200636,-279710],[-201460,-278933],[-200335,-278568],[-202606,-277662],[-203156,-278595],[-202932,-278883],[-200098,-274684],[-199690,-273570],[-198913,-272798],[-196752,-275584],[-196602,-274720],[-195702,-276690],[-193951,-276749],[-193112,-277432],[-194298,-278236],[-195167,-281104],[-202530,-269511],[-197275,-269744],[-194259,-269479],[-197450,-277905],[-202084,-268650],[-196363,-271365],[-192646,-270564],[-193337,-279272],[-194662,-280080],[-203142,-278913],[-200987,-276015],[-199494,-273666],[-193583,-280286],[-203508,-269953],[-196249,-271437],[-192615,-271221],[-192475,-278894],[-192624,-279923],[-201796,-280486],[-202158,-280287],[-201057,-280322],[-201085,-279182],[-201438,-279440],[-200194,-274810],[-198616,-272779],[-196445,-275353],[-198437,-284086],[-198747,-285446],[-195004,-282019],[-200756,-282492],[-201744,-281472],[-199484,-284093],[-198571,-284251],[-198546,-285439],[-199764,-285639],[-204719,-282784],[-196269,-282173],[-195232,-440404],[-198345,-438887],[-193047,-509221],[-193117,-510791],[-193839,-509745],[-195973,-550022],[-204119,-581319],[-203526,-583658],[-201297,-585848],[-203900,-587856],[-200116,153768],[-200215,153183],[-198575,153692],[-197905,163901],[-198789,157801],[-199310,162004],[-198871,155680],[-204246,165275],[-195917,164433],[-195841,164723],[-198276,162138],[-198565,163168],[-200264,159306],[-199556,158540],[-200616,161104],[-200978,161753],[-198346,157159],[-197401,156687],[-194425,166645],[-194442,166871],[-216962,-254169],[-216051,-253564],[-216296,-255298],[-215405,-253083],[-216281,-255750],[-216594,-253335],[-205390,-266973],[-209170,-267026],[-210104,-264942],[-214745,-262018],[-216172,-257668],[-213214,-257792],[-211615,-261445],[-205852,-267360],[-207007,-267130],[-209959,-263099],[-215762,-263568],[-216941,-256555],[-215576,-257187],[-210873,-259716],[-208610,-266606],[-208745,-263419],[-215303,-264185],[-215134,-257838],[-210349,-260751],[-204948,-268442],[-209104,-266516],[-207808,-263836],[-214052,-262447],[-213249,-257455],[-210818,-260420],[-209280,-271303],[-205968,-271444],[-209471,-271512],[-207336,-269832],[-210941,-269901],[-206461,-271617],[-210781,-269740],[-209075,-272327],[-205392,-282653],[-204881,-283679],[-215433,-419900],[-215388,-419824],[-215663,-419882],[-213923,-429432],[-214060,-429373],[-214103,-429452],[-211242,-457850],[-211372,-455896],[-211577,-458538],[-210766,-458896],[-210713,-460043],[-211670,-453503],[-211536,-455641],[-212044,-457234],[-211709,-460342],[-212090,-456925],[-211776,-457854],[-210216,-460610],[-210135,-461325],[-210190,-461251],[-213572,-567350],[-214300,-569971],[-214726,152894],[-212193,152506],[-215586,152463],[-214031,152070],[-213208,151467],[-211208,151455],[-205294,164514],[-205085,163696],[-213253,235107],[-211004,235244],[-210797,241362],[-227918,-177194],[-229827,-177714],[-230385,-176649],[-229392,-174147],[-227469,-176909],[-227609,-174825],[-226389,-175311],[-230192,-177518],[-224961,-178267],[-226188,-178813],[-226798,-177996],[-230031,-173846],[-227198,-178771],[-227858,-180024],[-228262,-179797],[-226544,-179014],[-228144,-180072],[-228756,-180001],[-229885,-179912],[-229672,-248256],[-229836,-253329],[-224415,-252262],[-222085,-254484],[-224257,-255539],[-219000,-251969],[-228256,-253027],[-224892,-252089],[-221806,-254620],[-223870,-255152],[-222796,-255572],[-218649,-250456],[-229654,-247344],[-229287,-251957],[-224632,-251215],[-221688,-254344],[-224508,-255243],[-219876,-250416],[-221872,-250982],[-230004,-251087],[-225280,-249815],[-221455,-254505],[-223121,-255081],[-219241,-252440],[-220673,-253109],[-220378,-261045],[-221077,-261308],[-224946,-260766],[-228618,-257898],[-230162,-262639],[-223015,-258121],[-219172,-263318],[-222619,-262997],[-226842,-259741],[-228299,-259552],[-230175,-262234],[-223092,-258733],[-220553,-260778],[-221521,-261376],[-225806,-261558],[-227447,-260062],[-228944,-261684],[-229971,-258331],[-222074,-257154],[-221784,-260966],[-225772,-259720],[-227700,-257849],[-230302,-261006],[-229894,-257950],[-224111,-257103],[-223938,-258327],[-229632,-23467],[-229024,-24074],[-228633,-23927],[-229469,-24559],[-225384,-29539],[-229362,-31552],[-227087,-27750],[-225321,-30091],[-229773,-27476],[-228815,-30786],[-227005,-27751],[-225765,-28952],[-228550,-31347],[-228158,-28808],[-225140,-29089],[-230232,-27796],[-228816,-30958],[-227835,-28485],[-222179,144988],[-222479,147213],[-221175,145120],[-218356,231033],[-228873,357781],[-230527,-178783],[-231276,-178426],[-232566,-177512],[-233190,-175459],[-232860,-174475],[-232115,-174482],[-231094,-178734],[-233981,-175154],[-232212,-174675],[-233379,-175360],[-236904,-250628],[-235511,-248080],[-230706,-247518],[-240243,-250991],[-241864,-251530],[-242027,-252798],[-236081,-252575],[-235046,-248817],[-239879,-251048],[-239862,-251719],[-241252,-251003],[-240760,-251637],[-242501,-252799],[-242232,-253595],[-240851,-255108],[-235888,-252447],[-234425,-247379],[-241711,-255007],[-234903,-254030],[-236504,-251268],[-234852,-248817],[-230854,-249439],[-241151,-252797],[-240054,-251563],[-241549,-255119],[-235831,-264213],[-235453,-263882],[-238259,-267319],[-232621,-260491],[-236468,-256129],[-236433,-264320],[-236313,-262457],[-238332,-267130],[-235835,-267948],[-230766,-258620],[-235478,-261352],[-236223,-255804],[-238649,-258482],[-240535,-258832],[-240831,-260035],[-241410,-261606],[-240032,-262941],[-238646,-256818],[-238128,-257891],[-236471,-262236],[-237372,-261981],[-238077,-260631],[-238846,-259456],[-239789,-260631],[-241484,-260477],[-240598,-261991],[-239276,-262964],[-241959,-263020],[-243165,-259938],[-242559,-260539],[-237163,-263811],[-238551,-266104],[-236120,-267660],[-234388,-261802],[-236622,-259648],[-235832,-264488],[-237141,-263944],[-237824,-266792],[-235902,-268216],[-232089,-257983],[-233727,-261655],[-235635,-256251],[-240847,-262396],[-241274,-262829],[-239411,-260861],[-237060,-260140],[-242799,-257348],[-241777,-262543],[-241826,-261837],[-243015,-260353],[-238234,-270146],[-236249,-268892],[-237827,-270412],[-238302,-269771],[-237414,-270506],[-238767,-24546],[-237050,-22980],[-240030,-22544],[-239463,-17315],[-238345,-17906],[-240598,-14951],[-239533,-14973],[-238756,-25088],[-236362,-22189],[-239663,-22044],[-238489,-24890],[-236653,-21508],[-240973,-21312],[-239754,-25214],[-237100,-21844],[-239917,-21200],[-235301,-399776],[-239882,-405347],[-235424,-399068],[-239062,-404543],[-238600,-404974],[-239809,-404684],[-237280,-399893],[-236850,-399727],[-238354,-400819],[-241994,-32172],[-231189,-28595],[-232058,-26587],[-236648,-25945],[-238541,-28135],[-238497,-26246],[-242456,-30816],[-234959,-27092],[-233174,-29009],[-233285,-29635],[-231467,-29060],[-232242,-26260],[-237707,-26863],[-237939,-28659],[-238311,-26091],[-242727,-31064],[-234300,-29875],[-233285,-29838],[-233138,-29404],[-232491,-28370],[-241529,-32403],[-232882,-26352],[-236301,-26947],[-238892,-28079],[-238797,-27127],[-233548,-29910],[-232370,-28133],[-242418,-28778],[-231936,-26816],[-236683,-26872],[-238363,-28185],[-238819,-26790],[-234500,-27567],[-234685,144727],[-233601,147948],[-234087,149512],[-234532,149006],[-234622,145039],[-237088,145936],[-238003,261066],[-241296,260206],[-239992,263631],[-241369,264144],[-239399,261600],[-234406,326850],[-241088,331875],[-233914,341254],[-240776,340071],[-235318,354041],[-233171,360615],[-8359,-130714],[-7032,-134477],[-121,-134187],[-9950,-139609],[-3908,-139779],[-3633,-143284],[-12625,-407353],[-12766,-408973],[-9482,-405618],[-5197,-405555],[-12207,-477894],[-2334,-484556],[-1344,-475531],[-2011,-483192],[-3822,-76015],[-3348,-77624],[-6476,-85884],[-8150,-90111],[-8216,-97768],[-10853,-95983],[-254817,-116715],[-253879,-237812],[-254100,-234804],[-254549,-236109],[-253599,-236901],[-252075,-240607],[-255302,-242167],[-249570,-242843],[-247923,-236181],[-248023,-235456],[-252869,-236111],[-252277,-240538],[-253310,-238882],[-247782,-236641],[-252220,-235812],[-251525,-237054],[-247534,-235689],[-252925,-238958],[-251355,-245778],[-253045,-244118],[-244763,-253049],[-255489,-248980],[-249551,-244160],[-247231,-247484],[-255557,-248768],[-255638,-247621],[-254673,-246306],[-255200,-243689],[-253940,-244059],[-251346,-244585],[-254636,-248566],[-247643,-247990],[-248356,-247829],[-247518,-247603],[-255072,-244307],[-252884,-246460],[-248559,-245631],[-249111,-250030],[-248243,-250782],[-247276,-250120],[-244795,-248890],[-244688,-248022],[-247875,-247688],[-252910,-246700],[-252390,-246606],[-248401,-245404],[-249778,-243147],[-248354,-250149],[-245254,-247039],[-245240,-248249],[-244438,-255877],[-244663,-255841],[-249713,-291876],[-250307,-292094],[-247318,-23835],[-245509,-24181],[-247007,-23845],[-247979,-21376],[-244662,-23928],[-244808,-24553],[-244496,-24388],[-243697,-26874],[-244197,-27523],[-245139,-28217],[-243572,-31608],[-244294,-27648],[-243679,-32508],[-245648,-29367],[-243205,-30598],[-249976,-510520],[-244893,-540752],[-253758,-596866],[-254759,-596835],[-253574,-596751],[-250003,-95087],[-254611,-99433],[-249935,-108196],[-251486,-110781],[-251882,-102747],[-246981,332283],[-251051,333330],[-246085,346057],[-253601,394261],[-255228,88876],[-258963,-242907],[-258136,-240498],[-258360,-241504],[-256612,-238252],[-256166,-237800],[-258854,-242596],[-258730,-241051],[-259550,-238981],[-258422,-238812],[-256389,-238249],[-258703,-239468],[-257170,-238089],[-256216,-248552],[-257553,-243418],[-256963,-246567],[-256859,-247596],[-257597,-246917],[-258717,-243944],[-258834,-244481],[-259248,-243033],[-256370,-248083],[-257011,-247153],[-258540,-243388],[-260113,-550137],[-256246,-549644],[-264919,-539832],[-256492,-563518],[-265453,-576764],[-267500,-582845],[-267836,-582323],[-258186,-46636],[-257552,-46524],[-257217,-46412],[-267667,324331],[-258758,328340],[-266034,332741],[-268609,336169],[-259711,335999],[-260969,381616],[-259817,383195],[-260643,391547],[-261962,396730],[-260136,396086],[-263984,388638],[-260042,87318],[-270901,-191925],[-278761,-205453],[-272519,-11795],[-272165,-11304],[-271473,-11515],[-276628,-17709],[-274917,-24621],[-272160,-22766],[-273084,-23156],[-275960,-24201],[-274770,-24403],[-275057,-24467],[-280281,-24970],[-276642,-18009],[-276589,-17472],[-276443,-17854],[-276315,-17707],[-276272,-19441],[-276131,-20323],[-276114,-20058],[-275750,-22707],[-275365,-22681],[-276461,-22775],[-277442,-22250],[-276512,-22863],[-276294,-24122],[-271805,-22273],[-281091,-23585],[-281517,-24408],[-279952,-23030],[-280201,-24889],[-280451,-32772],[-281286,-34727],[-280626,-33235],[-280938,-34336],[-280894,-31642],[-270231,-580495],[-277099,-600724],[-277823,-602964],[-279807,-639460],[-278628,-637009],[-277237,-636872],[-280816,-643679],[-272842,-652084],[-276840,-652388],[-280795,-648117],[-269997,-646651],[-281201,-643843],[-281528,-641419],[-281532,-640510],[-273001,-644143],[-272130,-644033],[-270785,-645322],[-279615,-648488],[-279659,-643561],[-271784,-651872],[-275866,-652104],[-272623,-651514],[-270680,-645222],[-272963,-643626],[-274423,-645443],[-272416,-645929],[-270766,-643546],[-269593,-652143],[-269164,-649892],[-269887,-651303],[-271360,-643051],[-274865,-643892],[-278391,-641505],[-271890,-645164],[-275217,-640847],[-280457,-640335],[-280935,-641072],[-280834,-653738],[-272934,-652789],[-281514,-659008],[-277213,-653511],[-272629,-654471],[-270248,-656999],[-272101,-659269],[-269231,-654836],[-272132,-654321],[-278646,-655118],[-273707,-659858],[-273480,-655022],[-270037,-654485],[-270799,-660375],[-270595,-660379],[-269296,-654754],[-281566,-661907],[-280313,-660008],[-275372,-663726],[-280308,-664890],[-275904,-660145],[-280462,-659871],[-280697,-659421],[-278919,-661262],[-278930,-661146],[-277324,-664792],[-278162,-664400],[-275532,-664237],[-277902,-663580],[-276207,-661070],[-278545,-661459],[-278644,-662042],[-279681,-664652],[-277735,-664112],[-279577,-663867],[-276378,-660599],[-279190,-660422],[-276943,-665273],[-279593,-664111],[-280882,-663798],[-278666,-658802],[-277734,-670700],[-279765,-668086],[-280004,-667957],[-277552,-669442],[-277465,-670538],[-278559,-667078],[-279628,-671476],[-278771,-666710],[-281377,-665820],[-281060,-667766],[-278050,-666558],[-279109,-665739],[-281187,-666584],[-279440,-667090],[-280053,-669318],[-279124,-671759],[-274102,21584],[-273662,14794],[-276190,325197],[-269128,329051],[-280587,384978],[-274301,385716],[-279022,390098],[-278719,399398],[-276811,403569],[-276833,406317],[-273901,406053],[-274409,408227],[-277529,398149],[-280432,402583],[-279015,413697],[-277528,409929],[-280731,116910],[-277514,118172],[-286516,-24947],[-288872,-24440],[-283351,-24998],[-290456,-24085],[-283388,-25241],[-285816,-24687],[-286730,-24906],[-283016,-24893],[-285515,-23884],[-291359,-25226],[-293887,-24656],[-288527,-23028],[-283289,-24557],[-285908,-24939],[-281748,-478903],[-285742,-28684],[-289112,-27977],[-290034,-30600],[-294353,-26852],[-286180,-31540],[-283155,-29981],[-281851,-35058],[-282986,-35941],[-284853,-30084],[-290700,-28592],[-292423,-31368],[-293903,-27638],[-289080,-32714],[-284810,-36703],[-282093,-32577],[-291369,-33145],[-292103,-32751],[-290645,-32097],[-288089,-32892],[-286430,-34080],[-284636,-35912],[-285478,-35847],[-286012,-35105],[-286286,-30945],[-290696,-28136],[-291461,-32446],[-293215,-25624],[-286723,-31427],[-283870,-34876],[-283372,-25696],[-283043,-26244],[-285975,-25462],[-284606,-29883],[-290796,-27884],[-291583,-32969],[-287595,-31933],[-285827,-36164],[-282465,-32528],[-283469,-25726],[-291032,-536943],[-292944,-533973],[-291498,-534062],[-292749,-535648],[-293740,-534976],[-291447,-535054],[-294144,-536823],[-293074,-535916],[-293432,-535277],[-291273,-536984],[-290976,-534406],[-291964,-534150],[-292068,-534479],[-291896,-534334],[-293338,-537644],[-291488,-537484],[-293764,-537772],[-293669,-538333],[-285578,-574322],[-284907,-577897],[-294209,-614028],[-288031,-610587],[-293827,-649221],[-294393,-649235],[-293771,-649764],[-284708,-643713],[-285486,-643524],[-285306,-643878],[-287755,-645161],[-288052,-645476],[-284485,-650806],[-284710,-651242],[-286477,-650898],[-286715,-652530],[-293522,-649483],[-287972,-645876],[-288785,-646226],[-293437,-651038],[-293987,-648985],[-281645,-640769],[-287467,-647786],[-286819,-651625],[-281933,-640946],[-282324,-651822],[-285792,-650668],[-285229,-645876],[-284809,-648377],[-290507,-649766],[-288939,-645967],[-286699,-644326],[-284286,-640777],[-283986,-640784],[-284209,-640402],[-291127,-641786],[-292753,-643851],[-293740,-653802],[-285526,-661266],[-286571,-662972],[-282938,-652603],[-281963,-657415],[-282755,-656703],[-285552,-653506],[-285990,-653159],[-287909,-653497],[-287005,-661072],[-285594,-659109],[-285914,-659114],[-293202,-652631],[-290141,-662565],[-290524,-662449],[-285274,-652620],[-290694,-658352],[-284301,-658050],[-291148,-664065],[-290861,-663938],[-290291,-663028],[-287070,-662435],[-286027,-662655],[-285933,-662893],[-286418,-659814],[-284798,-660918],[-285113,-661206],[-292802,-661886],[-292503,-653536],[-291794,-665288],[-293627,-663423],[-290450,-664000],[-290576,-663036],[-291352,-661091],[-289666,-661123],[-290920,-660403],[-289549,-656873],[-290786,-657739],[-290929,-658269],[-291967,-658475],[-291785,-659411],[-293401,-658066],[-291868,-656809],[-293247,-656464],[-289274,-655252],[-293450,-660604],[-288299,-658222],[-287225,-659505],[-287022,-660115],[-286279,-660577],[-285618,-658721],[-285602,-662090],[-287467,-662156],[-287678,-662661],[-287366,-663603],[-284181,-657050],[-286337,-653614],[-283451,-654381],[-282733,-653420],[-294262,-652941],[-291395,-654496],[-289455,-654510],[-289779,-656632],[-289112,-660078],[-287938,-653922],[-287428,-662107],[-286186,-653055],[-292532,-661792],[-292617,-662034],[-291302,-657707],[-283865,-658264],[-288395,-654725],[-285165,-664205],[-284385,-664179],[-283853,-663644],[-284023,-665053],[-281642,-664330],[-293646,-665788],[-292213,-667565],[-293780,-668575],[-294221,-669567],[-291595,-668855],[-290963,-666406],[-290567,-666801],[-292232,-666788],[-288320,-665934],[-290842,-666005],[-292516,-667667],[-287268,-665596],[-291353,-666381],[-283354,-668953],[-281636,-669315],[-283018,-669341],[-292010,304011],[-290469,307461],[-288020,308994],[-291112,312193],[-293896,318557],[-290406,391385],[-294036,390058],[-288612,393467],[-287431,395810],[-286014,399758],[-290830,402683],[-293455,406913],[-291169,403438],[-285785,404522],[-288205,425363],[-295705,-533925],[-297620,-534325],[-297629,-535982],[-295802,-533805],[-298480,-534449],[-294549,-534747],[-297090,-537117],[-296525,-535505],[-302836,-536523],[-298658,-539430],[-297051,-539754],[-294641,-537980],[-306884,-568350],[-307063,-601033],[-306840,-600021],[-304250,-600842],[-304535,-600252],[-303477,-601315],[-306858,-595576],[-305847,-594830],[-305540,-597356],[-304019,-600302],[-299926,-599970],[-305290,-608698],[-303212,-612768],[-305325,-612342],[-307079,-612701],[-302609,-605022],[-303330,-604243],[-304461,-604019],[-303033,-604699],[-301455,-602023],[-304973,-604330],[-304894,-603617],[-301061,-601965],[-306631,-602751],[-301276,-602616],[-294440,-616420],[-304716,-621427],[-303289,-626120],[-304217,-623760],[-300533,-626115],[-307027,-625593],[-301754,-619473],[-300872,-618253],[-300543,-616617],[-300913,-623973],[-301977,-624906],[-300760,-631614],[-300571,-631756],[-299059,-635432],[-300906,-635480],[-299405,-633514],[-300292,-631868],[-299677,-634186],[-300419,-635837],[-299506,-635170],[-302145,-633780],[-300414,-631462],[-300652,-631686],[-294852,-645454],[-294582,-647882],[-294844,-649787],[-298180,-650671],[-297782,-648544],[-295615,-648124],[-298753,-645085],[-297673,-652170],[-297484,-650956],[-296321,-642810],[-297818,-651363],[-297470,-652022],[-295316,-647384],[-295222,-644734],[-298411,-643154],[-302015,-648861],[-300623,-650433],[-295838,-645809],[-294766,-645232],[-300482,-648015],[-299934,-648080],[-299171,-649125],[-298764,-642723],[-295437,-642681],[-296731,-643042],[-295022,-647487],[-296885,-650772],[-297443,-651110],[-298997,-643010],[-301351,-651774],[-296225,-644347],[-300474,-648819],[-294932,-645927],[-300689,-643165],[-304557,-649705],[-306039,-651584],[-305792,-651359],[-297274,-642096],[-303950,-648945],[-295658,-642054],[-300776,-643193],[-300816,-643238],[-305744,-651731],[-307001,-652524],[-302698,-644852],[-294718,-659364],[-298108,-653803],[-299629,-655657],[-302764,-654260],[-300184,-661909],[-306993,-662483],[-298790,-663286],[-297198,-663836],[-299680,-661454],[-296847,-664243],[-296236,-664544],[-298607,-653484],[-296943,-654919],[-302294,-653208],[-298996,-654497],[-299408,-656122],[-303958,-656036],[-306591,-659394],[-306091,-660802],[-304533,-660707],[-299855,-660663],[-299836,-659216],[-299439,-658491],[-298762,-659549],[-298252,-658227],[-299200,-660726],[-299686,-661807],[-299783,-663450],[-303428,-665181],[-297081,-664440],[-294465,-658770],[-303117,-663361],[-296062,-653608],[-299070,-661090],[-304265,-656239],[-305354,-658324],[-301835,-661779],[-300923,-661167],[-299815,-658851],[-298945,-656412],[-299393,-659588],[-298485,-658342],[-298693,-660393],[-307170,-655138],[-305137,-665802],[-302453,-666260],[-301765,-666393],[-296943,-668881],[-296297,-668535],[-302972,-670333],[-295299,-666616],[-298758,-668652],[-300936,-665587],[-301417,-666489],[-301165,-666390],[-303468,-667465],[-304167,-668430],[-305022,-666159],[-305175,-667880],[-303330,-668465],[-300250,-670145],[-300225,-668797],[-300544,-667904],[-298926,-667126],[-297493,-668239],[-296359,-668318],[-297209,-669715],[-295791,-666820],[-306876,-670710],[-306803,-669270],[-300915,-669974],[-303169,-667713],[-300965,-670033],[-303046,-669867],[-305759,-673254],[-304798,-673185],[-305658,-673128],[-305167,-673459],[-303272,-672523],[-304009,-87117],[-301437,-85579],[-302710,-82978],[-307091,-91317],[-297316,9746],[-298497,9376],[-297582,9748],[-301364,22684],[-306773,23298],[-306775,22289],[-301507,21880],[-302112,21483],[-300135,21582],[-301120,22529],[-300837,23542],[-300985,307000],[-297655,318214],[-304324,316210],[-301390,325102],[-297464,322536],[-303012,405388],[-295343,406041],[-296823,412175],[-303129,414258],[-302367,412660],[-298289,426977],[-299715,423648],[-298431,423143],[-303167,111188],[-300133,111530],[-303390,111831],[-302613,111862],[-301306,111539],[-299165,110427],[-315331,-495592],[-315594,-495088],[-319130,-537081],[-309257,-562994],[-307172,-565152],[-311559,-566677],[-311039,-563853],[-308463,-563981],[-309317,-565648],[-310050,-564923],[-317761,-599632],[-319659,-597479],[-318176,-598587],[-319466,-600091],[-316245,-589561],[-316596,-595776],[-311107,-599878],[-308819,-607124],[-317012,-612912],[-316841,-612032],[-316326,-601425],[-317044,-613047],[-315008,-608439],[-318953,-612541],[-316986,-607070],[-309189,-613774],[-310421,-609682],[-308478,-611705],[-315033,-608735],[-314905,-607013],[-317481,-608318],[-318343,-601414],[-316583,-609302],[-314754,-608441],[-318631,-613856],[-317302,-606535],[-316671,-608169],[-316737,-610054],[-317081,-611809],[-308072,-602809],[-315791,-618190],[-316399,-616866],[-307400,-625177],[-307736,-624511],[-317419,-614443],[-307511,-624565],[-310298,-623518],[-318091,-615901],[-310370,-623543],[-307483,-617255],[-315158,-614499],[-317439,-615687],[-316508,-616676],[-317855,-614466],[-313918,-616648],[-307956,-623602],[-312748,-665114],[-308076,-657802],[-309270,-659283],[-309212,-659006],[-308075,-657747],[-308555,-667333],[-307223,-670897],[-307529,-668083],[-310246,-667397],[-312093,-670638],[-311890,-671055],[-318850,-82214],[-319516,-81587],[-309432,-92913],[-309496,11988],[-308553,12237],[-312500,11514],[-312264,12345],[-312115,11513],[-309320,12238],[-312683,11387],[-309081,14423],[-319492,19859],[-319636,18317],[-307480,22552],[-310923,13359],[-309133,13579],[-311881,13198],[-307643,23392],[-320327,-494867],[-320392,-495720],[-327624,-534801],[-327935,-534306],[-327587,-531062],[-328939,-531326],[-329658,-535577],[-325596,-534733],[-328490,-531849],[-329904,-535184],[-330173,-535951],[-329440,-532344],[-327487,-531007],[-311476,-566086],[-328851,-531047],[-329334,-534708],[-328980,-545653],[-330165,-542023],[-332248,-570732],[-332112,-571467],[-331475,-587819],[-332683,-581583],[-331567,-581327],[-322609,-587268],[-328926,-581841],[-321547,-588074],[-321177,-585469],[-327753,-580101],[-326779,-580390],[-324842,-582543],[-325025,-583121],[-332777,-587838],[-320217,-599400],[-321340,-599301],[-328585,-591753],[-330546,-590933],[-327473,-592244],[-322068,-597927],[-330656,-76171],[-329485,-76013],[-327145,-74931],[-320832,-80281],[-320413,-80182],[-330817,-110592],[-321279,20790],[-321225,19650],[-320329,21119],[-320386,21324],[-324172,18241],[-326232,21631],[-326639,21612],[-325391,19776],[-324159,20174],[-324154,18854],[-326257,22707],[-330088,300914],[-330203,306661],[-327493,311749],[-322197,309547],[-329621,310401],[-326919,336834],[-345015,-115716],[-341972,-116790],[-339471,-536527],[-339586,-536182],[-338178,-535075],[-336226,-535045],[-335837,-533899],[-338660,-536272],[-337320,-535773],[-337540,-536489],[-334079,-540769],[-338357,-539403],[-338154,-539514],[-336816,-538820],[-334610,-539596],[-333765,-540641],[-336152,-538904],[-339242,-561492],[-335924,-562017],[-339121,-559558],[-338043,-562711],[-339280,-558357],[-332821,-587589],[-333870,-586122],[-333798,-584456],[-339474,-582836],[-334550,-579460],[-334243,-583825],[-334138,-581400],[-337422,-583466],[-335941,-584718],[-336106,284779],[-335817,288914],[-344828,302022],[-344991,304137],[-337235,303339],[-334228,306577],[-339686,305221],[-345598,306803],[-340248,307176],[-345033,309076],[-335272,312188],[-342454,311182],[-337698,335858],[-342214,338288],[-341900,338125],[-338894,339121],[-341193,340357],[-332986,89440],[-336318,89297],[-335401,87412],[-352430,-118770],[-346859,-115638],[-348943,-118034],[-349337,-115809],[-348919,-373920],[-358350,185190],[-356053,182307],[-357752,299961],[-353751,298826],[-355950,301853],[-346165,307284],[-357465,328734],[-352429,330815],[-349027,330623],[-356731,336405],[-363150,-122410],[-361588,-121272],[-364451,-407202],[-364668,-561004],[-365863,-560017],[-366754,-553255],[-364323,-560418],[-367209,-555427],[-367151,-554548],[-367313,-557232],[-367198,-558080],[-365495,-560624],[-361185,298813],[-371110,331668],[-369424,329853],[-364048,327939],[-361436,326613],[-24409,-131278],[-18165,-137516],[-13528,-132028],[-15469,-133508],[-18976,-134883],[-21638,-383422],[-23611,-381742],[-23413,-380208],[-19421,-387184],[-18449,-384326],[-18598,-394196],[-20465,-393947],[-19044,-391632],[-17967,-392601],[-16471,-387418],[-14539,-390604],[-24553,-396928],[-22883,-398703],[-20434,-397275],[-23225,-397243],[-23088,-459703],[-24840,-457269],[-19224,-462558],[-14892,-75247],[-18719,-70017],[-14601,-71553],[-13498,-74646],[-14800,-73811],[-15605,-76491],[-18446,-71537],[-16452,-75646],[-20681,-75977],[-14612,-70204],[-15812,-85423],[-15515,-84435],[-13579,-80047],[-21841,-84567],[-23284,-87442],[-18671,-85131],[-13985,-84108],[-18201,-80408],[-15397,-79430],[-20095,-84151],[-18110,-96143],[-19351,-90584],[-22632,-90189],[-16952,-96290],[-377743,-561766],[-381593,210182],[-378419,214928],[-371611,220865],[-373065,218347],[-379305,219667],[-380478,322828],[-378554,327567],[-376788,330691],[-372092,335055],[-382050,397161],[-396510,213824],[-396517,207867],[-386945,214339],[-393097,205830],[-388737,221192],[-392323,218208],[-384086,320158],[-396173,346177],[-395123,349945],[-394430,353735],[-392906,355636],[-393752,357793],[-392922,364680],[-396339,362077],[-396621,359930],[-393181,361824],[-391803,368751],[-396170,368281],[-390793,367630],[-395637,376481],[-391954,375423],[-391704,380038],[-391208,382865],[-391014,372029],[-385676,399535],[-393410,398445],[-394025,401928],[-393530,401114],[-389054,397483],[-396991,-101066],[-398105,-101734],[-400312,-104719],[-397340,-105025],[-400607,201605],[-398655,216824],[-400350,209045],[-402304,206941],[-398322,225151],[-405905,332950],[-400039,335157],[-405012,355314],[-402079,352844],[-401206,347589],[-397689,360373],[-405231,367530],[-405617,368367],[-407301,368774],[-398835,360546],[-404643,364109],[-396963,370739],[-403941,372037],[-406265,377333],[-402866,374940],[-397098,372907],[-397228,371674],[-404912,380562],[-401718,378269],[-401138,372265],[-402050,378869],[-399824,385875],[-421146,298880],[-418412,300904],[-417865,306580],[-420310,308238],[-410336,377489],[-434191,154557],[-432986,157621],[-434939,164259],[-433174,159305],[-433713,191587],[-433130,294871],[-434999,303260],[-433677,300566],[-433283,303335],[-433230,298893],[-431044,297387],[-426246,298585],[-424733,302308],[-422985,306466],[-432864,307178],[-430941,304332],[-426093,304155],[-434045,310282],[-422902,310879],[-431080,307691],[-426442,311440],[-428720,311527],[-428225,308448],[-434409,324190],[-435163,329036],[-433392,331018],[-435103,332827],[-446929,-83136],[-439268,146627],[-442378,148835],[-437872,161863],[-445625,286189],[-442721,284969],[-441127,283073],[-442091,283192],[-435929,286664],[-439437,289583],[-444450,291024],[-444315,286696],[-435950,293603],[-435561,294728],[-439685,295694],[-439152,296517],[-438137,299339],[-435909,306523],[-441864,303937],[-442541,299856],[-442612,298617],[-440393,312165],[-440293,312139],[-443919,320112],[-442235,322753],[-442233,325284],[-436431,326159],[-436110,320487],[-438380,329152],[-443863,325330],[-445705,321100],[-436441,85654],[-435903,85145],[-436941,79935],[-439138,83394],[-443417,84341],[-437057,89782],[-435995,91339],[-443041,93256],[-443363,92869],[-440087,98349],[-437131,94359],[-460640,-62106],[-459355,-66340],[-459684,-65125],[-460116,-65439],[-460577,-67562],[-457400,-76547],[-460480,-67936],[-459196,-66451],[-457319,-69552],[-458649,-67676],[-452355,-70673],[-452039,-73316],[-456549,-75481],[-452633,-76811],[-459673,-77174],[-453024,-77313],[-455204,-78988],[-451774,-84479],[-452365,-84858],[-450441,-87616],[-457377,-88272],[-458022,-88917],[-457902,-87585],[-452690,-77111],[-457274,-76682],[-458198,-76638],[-455344,-78973],[-455657,-79019],[-456555,-77956],[-453676,-77442],[-453948,-78785],[-452973,-79857],[-452551,-84702],[-451914,-86392],[-455947,-78806],[-460463,-89122],[-457488,-96485],[-456018,-93440],[-454008,4678],[-452166,2677],[-454503,5000],[-455937,789],[-454647,3437],[-455458,2616],[-455341,2650],[-454278,4760],[-453808,3071],[-453133,151453],[-455586,149258],[-454781,148199],[-452549,145092],[-448556,147681],[-458409,161277],[-455301,160546],[-453392,155667],[-456274,154467],[-473482,-28277],[-470155,-36275],[-469991,-32693],[-466353,-50761],[-469608,-48808],[-466420,-50385],[-468106,-50258],[-468625,-48218],[-469667,-44661],[-469035,-49367],[-469567,-48804],[-469574,-49606],[-470632,-50285],[-467599,-50943],[-467508,-48087],[-467919,-45750],[-468121,-45336],[-469940,-42874],[-470908,-39396],[-469546,-39153],[-469107,-38796],[-469714,-38335],[-469156,-48676],[-469502,-49980],[-468587,-49747],[-467314,-52137],[-465409,-61059],[-461694,-57589],[-461706,-63785],[-469439,-59412],[-469206,-59102],[-466727,-54009],[-468441,-59098],[-466905,-58240],[-465499,-59223],[-467854,-61931],[-462154,-62570],[-464883,-61125],[-462307,-57232],[-462717,-57123],[-464437,-57738],[-466529,-60996],[-468398,-59687],[-468749,-59385],[-468864,-61062],[-467418,-62262],[-470877,-62954],[-471446,-63324],[-471453,-61964],[-471749,-60109],[-472938,-60522],[-473890,-59642],[-472371,-63701],[-467357,-57521],[-468475,-56967],[-468569,-56589],[-472682,-63137],[-462269,-60648],[-463594,-61679],[-463418,-60090],[-465108,-57740],[-467082,-57986],[-466861,-55105],[-466679,-56273],[-466968,-56753],[-465421,-56609],[-468883,-56522],[-468225,-55609],[-468445,-54288],[-467256,-54808],[-468841,-57262],[-471304,-52585],[-471347,-53549],[-471855,-52206],[-466673,-55866],[-464217,-54259],[-464097,-54767],[-463181,-55863],[-462544,-56812],[-466268,-53654],[-467830,-51147],[-465327,-55387],[-465949,-55671],[-466579,-59365],[-467672,-59120],[-468634,-60624],[-466850,-62610],[-466977,-61647],[-465834,-61668],[-462874,-61094],[-462748,-61734],[-461121,-62057],[-461888,-62564],[-470167,-63538],[-469711,-62478],[-470450,-62670],[-469457,-61670],[-469160,-60710],[-468064,-58929],[-467672,-59024],[-467039,-58480],[-465914,-54348],[-466062,-51372],[-468795,-61112],[-470526,-63743],[-467873,-63660],[-461895,-59731],[-464704,-57356],[-464940,-53673],[-471421,-75845],[-471343,-75404],[-467229,-69207],[-465673,-68716],[-465292,-65603],[-465512,-65937],[-463842,-66164],[-462716,-67550],[-462221,-64747],[-462066,-64895],[-461273,-64192],[-461373,-67138],[-461619,-67600],[-461931,-65250],[-470807,-76011],[-471685,-75877],[-471253,-75340],[-468276,-71938],[-466821,-72205],[-467113,-68353],[-465952,-65236],[-465639,-65977],[-464805,-66058],[-468042,-65383],[-469574,-65373],[-469965,-66508],[-473226,-74749],[-469971,-68917],[-469534,-68460],[-469336,-70266],[-462434,-65313],[-462865,-68487],[-463203,-68178],[-464232,-70139],[-465737,-71166],[-465891,-70757],[-467262,-71772],[-467147,-69537],[-467169,-67919],[-469508,-67581],[-469732,-66813],[-469329,-65103],[-468039,-64147],[-470176,-70833],[-470309,-74196],[-463743,-69891],[-462163,-69722],[-465623,-64497],[-466703,-65518],[-464211,-65555],[-461852,-67513],[-472527,-77075],[-472822,-77232],[-461684,161684],[-474123,-32938],[-483238,-61993],[-479358,-63711],[-481842,-59995],[-482580,-59899],[-480011,-63421],[-484679,-62335],[-482638,-59282],[-484559,-59026],[-484353,-59163],[-479261,-63555],[-478874,-63374],[-479843,-61413],[-478676,-60928],[-478848,-60499],[-478677,-60538],[-480986,-61501],[-481941,-59763],[-481166,-59770],[-485659,-59319],[-484881,-62250],[-483605,-61792],[-485067,-63065],[-477215,-59713],[-483946,-60326],[-481995,-60842],[-486159,-63559],[-485322,-63368],[-485470,-62609],[-485608,-59681],[-475873,-59822],[-486217,-61373],[-476164,-59826],[-475990,-59537],[-473659,-59581],[-479322,-68341],[-478012,-66970],[-478299,-67554],[-478472,-66124],[-478236,-65069],[-483781,-64199],[-483447,-64782],[-486034,-69088],[-486170,-70036],[-486326,-69874],[-485843,-72918],[-483511,-73832],[-484149,-73403],[-483805,-73408],[-484351,-75380],[-485843,-72366],[-482362,-71118],[-484179,-68259],[-480420,-67968],[-479303,-69377],[-478216,-67237],[-481766,-68183],[-480908,-66113],[-482519,-66351],[-484435,-65302],[-482569,-73184],[-482728,-72985],[-482905,-73346],[-481732,-73431],[-479642,-64792],[-481138,-67413],[-481492,-66412],[-482152,-72784],[-482736,-72550],[-486058,-71513],[-486399,-67878],[-478024,-69112],[-478733,-71058],[-478002,-64799],[-485044,-68419],[-480663,-70843],[-480241,-68008],[-478009,-67426],[-477141,-65525],[-477128,-65061],[-478785,-64255],[-484625,-63872],[-484654,-65257],[-486347,-64286],[-485327,-65514],[-486106,-72706],[-484033,-74181],[-485324,-73930],[-484150,-75285],[-485700,-63836],[-483770,-72363],[-475874,-76200],[-474659,-76530],[-474022,-75302],[-475053,-76429],[-483733,-76491],[-474475,-75686],[-485584,-76334],[-486113,-76173],[-480187,-73610],[-476066,-68008],[-476119,-76071],[-483136,-84918],[-485689,-82380],[-473655,-78023],[-478255,-83670],[-476103,-79151],[-476313,-81342],[-484165,-78999],[-485092,-79543],[-486188,-77063],[-483813,-76978],[-483990,-86749],[-481537,-84085],[-480661,-82869],[-480661,-83161],[-478730,-83528],[-477048,-79463],[-479420,-78050],[-481617,-77549],[-478443,-77636],[-481350,-85743],[-485459,-77384],[-486387,-82860],[-475399,-80250],[-485807,-82923],[-485999,-82627],[-484916,-80976],[-486260,-76786],[-484984,-78181],[-483925,-79231],[-484029,-78831],[-485901,-80970],[-474848,-77123],[-476064,-78690],[-476970,-81994],[-479222,-82554],[-480560,-85045],[-482925,-84725],[-479821,114890],[-485719,110129],[-486019,115217],[-486262,108360],[-481249,118547],[-480377,128042],[-478254,128190],[-479878,122180],[-477751,118713],[-481753,124053],[-477532,124980],[-498894,-50271],[-499043,-41834],[-498368,-50731],[-498898,-49835],[-499160,-48041],[-498315,-46716],[-496036,-47036],[-498214,-44972],[-498879,-43454],[-497649,-47088],[-498197,-43071],[-498751,-41869],[-495761,-50828],[-498474,-55513],[-493755,-53903],[-495114,-51045],[-497221,-51924],[-497676,-55375],[-492210,-55887],[-486469,-57355],[-486450,-56552],[-498504,-59991],[-494998,-58024],[-498685,-53152],[-497184,-61037],[-498390,-58419],[-498948,-58801],[-495870,-55087],[-495574,-55549],[-498245,-54758],[-494087,-54108],[-494183,-55391],[-495488,-53021],[-487380,-59042],[-489057,-61899],[-488679,-61779],[-488974,-60967],[-488633,-59938],[-488425,-61397],[-494118,-59251],[-491097,-55787],[-491338,-55621],[-493051,-57497],[-493217,-59431],[-493644,-58979],[-492386,-59205],[-489212,-57399],[-488190,-63513],[-486661,-59158],[-488788,-62626],[-488182,-62387],[-490784,-55699],[-492450,-59119],[-492081,-59449],[-492470,-60723],[-493553,-58405],[-490652,-57638],[-486741,-69008],[-488026,-68649],[-487365,-69667],[-488903,-70270],[-489824,-69056],[-490342,-69576],[-489282,-71904],[-489922,-71578],[-487485,-72075],[-486853,-73307],[-487454,-66765],[-489467,-71325],[-487758,-71849],[-486966,-72247],[-487016,-71389],[-486505,-71396],[-487392,-66442],[-488703,-66415],[-487628,-67640],[-486977,-68718],[-490203,-68928],[-489109,-66235],[-488573,-71232],[-489716,-70115],[-490775,-70496],[-489577,-70937],[-488868,-69801],[-488737,-67855],[-488652,-65469],[-487668,-69537],[-495422,-73088],[-495470,-69481],[-493622,-75412],[-489585,-73446],[-488308,-74288],[-486766,-75260],[-489600,-71891],[-490044,-68160],[-491941,-69861],[-496831,-65168],[-498092,-76203],[-489491,-73595],[-488892,-72189],[-493101,-70782],[-494333,-70360],[-497473,-74308],[-488390,-72822],[-488371,-73341],[-490499,-65125],[-497597,-65122],[-494358,-70793],[-498610,-68440],[-488363,-74639],[-491658,-67702],[-491920,-70022],[-493437,-70309],[-494736,-71024],[-494978,-70812],[-497925,-67142],[-497631,-66275],[-497410,-68786],[-496274,-70522],[-495864,-72650],[-496449,-74726],[-493217,-76114],[-494100,-75171],[-497308,-73402],[-498256,-71651],[-497635,-66370],[-498404,-66295],[-498916,-66058],[-498147,-65433],[-498811,-67096],[-490214,-79533],[-488140,-80353],[-488306,-80606],[-488985,-80294],[-487992,-80582],[-487929,-79744],[-487438,-81174],[-487072,-81215],[-492293,-79317],[-492811,-77881],[-493762,-76650],[-492555,-80972],[-494121,-83553],[-494503,-83847],[-492596,-85515],[-493923,-86190],[-497902,-89144],[-498881,-82131],[-498652,-83116],[-498773,-83891],[-498896,-86305],[-498419,-88567],[-498588,-89291],[-497727,-88736],[-497079,-88852],[-496473,-88992],[-497563,-89287],[-494442,-87744],[-492096,-86232],[-492196,-83357],[-492315,-83008],[-493903,-83664],[-494017,-81227],[-489504,-77992],[-494136,-81580],[-487164,-76868],[-487752,-83190],[-486343,-85464],[-486575,-85324],[-487322,-83571],[-486982,-82607],[-487501,-83076],[-486820,-85732],[-492621,-78977],[-492688,-79264],[-492061,-84567],[-494638,-87462],[-493940,-89258],[-487877,-80728],[-497243,-90288],[-498331,-90216],[-493703,-89409],[-495691,-89845],[-496812,-90272],[-489620,-90880],[-490854,-91978],[-491003,-93624],[-489798,-93174],[-491257,-94439],[-491729,-95926],[-492459,-96360],[-493833,-99776],[-494398,-102034],[-496937,-90502],[-496165,-90473],[-497539,-90559],[-495535,-103352],[-495742,-105724],[-496344,-107563],[-498125,-110450],[-498559,-112872],[-497848,380959],[-492467,373480],[-496505,389630],[-488689,113489],[-491856,106847],[-491268,108608],[-30965,-402757],[-33381,-402673],[-34983,-407317],[-25706,-403945],[-28057,-403741],[-27101,-402813],[-25996,-397598],[-37452,-409513],[-38197,-411403],[-36386,-413372],[-36552,-429539],[-37584,-442225],[-31720,-453727],[-38092,-453582],[-38265,-469250],[-28884,-85878],[-29201,-84005],[-28150,-88726],[-25836,-91707],[-32920,-106414],[-35763,-114066],[-32301,-113319],[-31514,-110425],[-504932,-539344],[-505929,-537951],[-505222,-538439],[-502127,-41387],[-500284,-49418],[-499883,-43574],[-503607,-42600],[-503104,-41799],[-501519,-41121],[-500493,-41672],[-499561,-41752],[-499751,-41042],[-501465,-41073],[-502728,-43591],[-504498,-45524],[-504211,-43601],[-503649,-47934],[-503784,-48682],[-503353,-48995],[-503823,-50503],[-499963,-44868],[-501815,-43576],[-503492,-63568],[-502518,-51456],[-500778,-56618],[-508085,-63730],[-510276,-63523],[-511267,-62596],[-510152,-61524],[-504341,-58349],[-503677,-59804],[-501044,-56259],[-501310,-56420],[-504354,-63089],[-504200,-63366],[-506360,-63234],[-508306,-61720],[-509052,-63338],[-508318,-57808],[-508415,-59490],[-510386,-53690],[-507694,-53567],[-502757,-55240],[-502777,-53915],[-506792,-63215],[-509410,-63470],[-508634,-62813],[-510523,-61879],[-510468,-58526],[-502027,-56480],[-501453,-56616],[-501396,-57837],[-503269,-57767],[-503993,-56680],[-505603,-51422],[-507676,-53062],[-507320,-56005],[-506740,-58807],[-506249,-58656],[-506855,-57800],[-507891,-59367],[-511359,-60595],[-503433,-62992],[-504164,-62912],[-511066,-61276],[-509015,-58114],[-502176,-53666],[-500142,-52316],[-508044,-53404],[-505035,-53679],[-505456,-56491],[-506530,-56826],[-499449,-60328],[-507185,-61295],[-510525,-67348],[-506135,-65172],[-502211,-64052],[-509120,-72544],[-505873,-63891],[-508710,-69173],[-510809,-68843],[-507331,-68507],[-508818,-67151],[-511611,-71076],[-509602,-72330],[-509041,-71977],[-504008,-65854],[-503452,-65304],[-501921,-64517],[-501017,-64817],[-502624,-65724],[-506826,-70679],[-503969,-67318],[-500016,-69386],[-499336,-74279],[-500435,-71682],[-501850,-73449],[-499478,-65824],[-503607,-68423],[-503510,-68165],[-506851,-67591],[-499212,-65626],[-508176,-72614],[-504642,-69428],[-504105,-66744],[-508864,-71891],[-507157,-70936],[-507885,-70778],[-506967,-69991],[-504595,-68411],[-504813,-68756],[-500346,-64632],[-499428,-66113],[-499207,-69721],[-499597,-70141],[-499798,-65411],[-500581,-65070],[-501026,-66600],[-500998,-67037],[-504281,-68644],[-511500,-81507],[-500510,-88837],[-500759,-87099],[-502956,-86681],[-502561,-84349],[-499275,-89111],[-501470,-88324],[-500997,-88505],[-500696,-87948],[-501684,-89145],[-501367,-85877],[-501399,-86922],[-501255,-87062],[-501678,-81884],[-502072,-82492],[-499461,-85400],[-499296,-86814],[-499251,-88839],[-499692,-88521],[-502121,-84840],[-499705,-84561],[-500634,-83160],[-507057,-88135],[-510381,-87037],[-501120,-90265],[-510724,-91595],[-511153,-94841],[-510096,-96151],[-511753,-95908],[-511686,-97973],[-509297,-96820],[-507380,-96881],[-506902,-97047],[-506717,-98007],[-506394,-96767],[-503425,-96831],[-503603,-98191],[-504119,-99676],[-505838,-100891],[-506161,-99719],[-506167,-101321],[-505810,-95748],[-501654,-92571],[-502736,-94627],[-503417,-94840],[-502096,-94275],[-502320,-93705],[-502576,-91953],[-502173,-91540],[-501903,-91431],[-502097,-90987],[-501253,-90563],[-504396,-92539],[-511122,-89449],[-499303,370871],[-503221,389707],[-514460,-535778],[-518947,-50333],[-520524,-50699],[-520019,-50486],[-519151,-50109],[-520882,-50331],[-520317,-50089],[-518083,-50085],[-518535,-50018],[-515068,-62720],[-512978,-59748],[-513431,-57911],[-513268,-56516],[-518267,-53722],[-518610,-53355],[-519569,-62385],[-516922,-63257],[-516826,-63528],[-515761,-61717],[-513416,-62982],[-513249,-57641],[-513438,-55314],[-515047,-53479],[-514693,-51016],[-518930,-52776],[-517680,-53696],[-518213,-53350],[-518835,-53317],[-518736,-53041],[-516715,-54468],[-515269,-54916],[-512112,-59423],[-514025,-58158],[-513187,-60185],[-515115,-52344],[-518464,-53857],[-518791,-63490],[-515321,-60307],[-518180,-66959],[-515851,-75062],[-518149,-73846],[-523655,-75991],[-512828,-70914],[-512606,-71101],[-524301,-75132],[-517220,-64962],[-518702,-66257],[-515854,-65447],[-516553,-65983],[-519136,-66750],[-517023,-75898],[-518202,-75521],[-519286,-70941],[-519499,-69200],[-519608,-70444],[-519975,-75416],[-522500,-74860],[-522467,-74439],[-512834,-68412],[-517433,-70789],[-515358,-66375],[-520800,-70430],[-523501,-68013],[-516250,-64123],[-514908,-74098],[-513240,-72937],[-519147,-65414],[-518748,-65769],[-524725,-75113],[-523951,-72173],[-522939,-72365],[-521817,-72142],[-520727,-73450],[-520315,-73507],[-516895,-75943],[-518617,-76107],[-516713,-75126],[-515692,-74405],[-514938,-73869],[-524067,-74724],[-523827,-70803],[-524619,-69653],[-523564,-69189],[-521910,-69853],[-520915,-71152],[-518967,-72473],[-519367,-72654],[-520387,-73495],[-521195,-75777],[-521859,-76167],[-522239,-75249],[-523569,-71636],[-524403,-75361],[-515092,-76225],[-512920,-81493],[-524798,-88390],[-522020,-88264],[-522730,-87617],[-522219,-86802],[-522452,-86528],[-522327,-84437],[-519075,-83419],[-517462,-79848],[-514000,-80004],[-513589,-80148],[-515617,-78086],[-516615,-78322],[-516917,-77935],[-516936,-76701],[-523992,-89070],[-523708,-89195],[-515243,-91102],[-515845,-94272],[-517342,-92458],[-519709,-96150],[-522235,-94991],[-522781,-93792],[-523008,-94626],[-518502,-98268],[-517474,-98309],[-517234,-92286],[-519710,-99096],[-512612,-90969],[-512626,-91359],[-515010,-91721],[-515566,-91784],[-521400,-92846],[-522437,-90194],[-517315,-91958],[-518352,-90578],[-518567,-90614],[-519493,-92764],[-518836,-91618],[-518360,-92475],[-517694,-92664],[-518692,-92809],[-516067,-94904],[-515487,-94058],[-517423,-94418],[-516660,-95372],[-517000,-96119],[-516102,-94990],[-513939,-91531],[-516685,-92579],[-517872,-91460],[-517872,-90097],[-517260,-89602],[-516004,-89454],[-515157,-93750],[-512415,-94328],[-512189,-94621],[-512795,-95790],[-522808,-105409],[-516489,-107499],[-516087,-111689],[-513353,-109265],[-526234,-132347],[-528427,-61310],[-528870,-62151],[-526727,-63158],[-528161,-63403],[-526671,-62616],[-527289,-61275],[-529848,-63564],[-529772,-61222],[-530474,-63043],[-531933,-65469],[-528021,-69769],[-528852,-65716],[-527506,-65934],[-527533,-67229],[-526135,-67174],[-528057,-68762],[-529654,-67798],[-530607,-66971],[-530040,-68809],[-529816,-64196],[-526070,-65197],[-531572,-72282],[-530991,-71108],[-528958,-75043],[-527932,-75542],[-527337,-75188],[-525291,-76036],[-532088,-73315],[-526513,-64881],[-530793,-67520],[-526528,-69767],[-534040,-73929],[-532460,-76350],[-532922,-76513],[-533879,-76333],[-531438,-75345],[-531110,-75047],[-530889,-74513],[-530954,-73450],[-529939,-73289],[-529044,-72533],[-528283,-73409],[-529061,-74614],[-528390,-74747],[-526177,-73598],[-528036,-76502],[-527102,-76088],[-525769,-65448],[-526458,-68890],[-532858,-77654],[-532048,-77056],[-527538,-76858],[-528967,-76803],[-529427,-77628],[-530194,-78225],[-530573,-78282],[-527335,-81648],[-533176,-84802],[-525399,-77506],[-529155,-78016],[-529877,-78374],[-526344,-81120],[-526143,-81927],[-527146,-81231],[-525968,-80774],[-525900,-82231],[-526108,-83240],[-526955,-83618],[-526490,-84437],[-529776,-84455],[-530539,-86534],[-530660,-87733],[-530657,-86649],[-531515,-85747],[-529909,-88250],[-529853,-89177],[-531039,-89325],[-530946,-88387],[-531954,-84159],[-531066,-83907],[-532880,-83078],[-527827,-88731],[-528663,-88574],[-529698,-88931],[-529844,-87761],[-529491,-89373],[-527179,-99793],[-526992,-101481],[-525361,-93921],[-526961,-89986],[-529886,-96133],[-527760,-90779],[-529912,-91684],[-531106,-91311],[-528275,-94487],[-526056,-91370],[-525121,-90901],[-526262,-90489],[-525677,-103793],[-530068,-102929],[-528386,85579],[-550334,202569],[-546905,207813],[-558636,186595],[-561934,203637],[-552885,199874],[-557193,200861],[-574603,186444],[-569343,201378],[-566959,202180],[-572099,198860],[-566907,198706],[-569189,207412],[-569529,205458],[-571291,205153],[-623693,53639],[-618750,62058],[-44734,-9810],[-43399,-442303],[-40326,-440491],[-39854,-436129],[-48064,-455128],[-48294,-468936],[-45113,-466849],[-41362,-467633],[-38744,-467612],[-46146,-477025],[-39058,-107649],[-40312,-112477],[-56574,-442522],[-53420,-444903],[-53313,-445299],[-55590,-442626],[-55315,-442981],[-53870,-442595],[-53527,-442467],[-53438,-442851],[-53219,-445123],[-63490,-460568],[-53465,-448905],[-55232,-448309],[-54975,-448062],[-61183,-448977],[-61143,-449272],[-62442,-450521],[-55769,-464118],[-54121,-468491],[-54077,-468828],[-53717,-472332],[-58588,-470921],[-58401,-471189],[-51243,-478253],[-51239,-474015],[-58186,-474581],[-58374,-474375],[-57762,-477509],[-74819,-117826],[-76468,-117246],[-74166,-115904],[-73358,-116289],[-68801,-335487],[-71564,-337003],[-69061,-335888],[-74972,-340495],[-74366,-339138],[-64155,-458550],[-64063,-460018],[-66177,-458232],[-67132,-458118],[-66673,-458250],[-75401,-72262],[-75647,-71983],[-74891,-73506],[-74671,-73101],[-72901,-71769],[-72529,-71392],[-71456,-71167],[-71317,-72507],[-71659,-73047],[-71783,-74099],[-72759,-74324],[-73612,-73960],[-73724,-75121],[-72910,-75259],[-74312,-70217],[-74519,-70030],[-73667,-70479],[-74559,-71626],[-75447,-72114],[-75039,-72105],[-74491,-73281],[-75118,-73786],[-73480,-73234],[-74033,-75526],[-73133,-75194],[-72274,-75295],[-71983,-74273],[-72340,-74348],[-71737,-72883],[-71573,-72402],[-70857,-74798],[-70594,-73409],[-70688,-73541],[-70618,-74918],[-71580,-75266],[-74471,-73072],[-74742,-72898],[-74891,-73705],[-74558,-73554],[-74560,-71963],[-75467,-71329],[-75275,-71064],[-74935,-68988],[-74255,-68913],[-73176,-73729],[-72419,-71710],[-73752,-69707],[-71831,-75271],[-67418,-69551],[-65465,-68684],[-68298,-68990],[-75698,-107138],[-75731,-107353],[-76233,-106910],[-75966,-106566],[-71839,108972],[-77372,-116612],[-76804,-117740],[-79030,-338271],[-87166,-411133],[-88107,-418615],[-82181,-420561],[-82459,-420500],[-82169,-75251],[-79300,-70907],[-78315,-70498],[-83082,-75409],[-78690,-70076],[-77526,-70794],[-79637,-72544],[-79827,-72449],[-79245,-71843],[-87147,-71465],[-86506,-71704],[-83381,-69707],[-85352,-71015],[-88184,-69172],[-86546,-69533],[-87513,-74830],[-82613,-75667],[-79747,-72314],[-79106,-71048],[-77460,-70052],[-79616,-77075],[-81266,-78799],[-77883,-77718],[-81148,-78120],[-83274,-88476],[-88503,-89387],[-83744,-87352],[-84226,-87702],[-86206,-88071],[-84012,-82321],[-84322,-84849],[-87083,-84765],[-86591,-85730],[-84977,-84041],[-80006,-78613],[-82454,-77754],[-88082,-90123],[-87339,-90734],[-86303,-92092],[-1054487,1493549],[-94941,-457612],[-90438,-454154],[-102084,-63495],[-90554,-74046],[-91386,-75176],[-89848,-74888],[-90414,-72343],[-96917,-75262],[-100204,-76217],[-100805,-75135],[-100336,-64128],[-90264,-69707],[-90217,-77076],[-94112,-77169],[-97262,-77259],[-98406,-82582],[-98912,-78650],[-99290,-81599],[-89824,-91432],[-90595,-92441],[-1252536,1519805],[-114982,-319403],[-115000,-324335],[-114142,-334084],[-114204,-464251],[-114315,-571791],[-114003,-570730],[-113173,-572071],[-114402,-571599],[-102484,-71225],[-105316,-72229],[-110089,-75104],[-110857,-72479],[-108193,-72310],[-108881,-71700],[-110219,-70220],[-111441,-66556],[-111647,-68117],[-110943,-68903],[-109697,-66278],[-110411,-66862],[-111630,-68259],[-111004,-67858],[-109562,-66968],[-106891,-65720],[-107488,-67036],[-105127,-66270],[-104028,-64160],[-108715,-73110],[-110946,-74238],[-107734,-77175],[-108948,-76661],[-107299,-82742],[3996,-115887],[5815,-123879],[7062,-123712],[8513,-136366],[8160,-131200],[534,-134485],[3065,-145511],[383,-145713],[1523,-143236],[6744,-140943],[5082,-378891],[11514,-401190],[8434,-402138],[4858,-414001],[5803,-411994],[9857,-416216],[10760,-468295],[7295,-475842],[4039,-473737],[9745,-488484],[6385,-499150],[10471,-113266],[1283384,548128],[1282710,549549],[1284970,550206],[1282816,551716],[1286949,552966],[1280774,551698],[131392,-9699],[128664,-9360],[134393,-304561],[134596,-300281],[136742,-301137],[131333,-305876],[135558,-303662],[133522,-299785],[134480,-308443],[140024,-308356],[129402,-311375],[128680,-309988],[140500,-308710],[140490,-312720],[139555,-313161],[140563,-315154],[140182,-315126],[128734,-313156],[139414,-318866],[137915,-317496],[139922,-315278],[139702,-323256],[139995,-323259],[140161,-320799],[140341,-321530],[139822,-322621],[137307,-14768],[140007,-15970],[129930,-18597],[131529,-24937],[129935,-13135],[138731,-25560],[135069,-27506],[128415,-25792],[137878,11601],[131687,5745],[129090,133988],[131309,130631],[138608,140453],[140537,128638],[128061,128381],[132601,128393],[134535,144064],[137322,142688],[140524,20481],[137812,23895],[132636,22326],[138926,25500],[128556,292848],[130279,283571],[132371,287830],[129385,325881],[128121,343446],[130400,333595],[128099,338687],[128550,334856],[131753,339913],[140228,358568],[140518,26197],[140409,39119],[128478,54234],[129721,52372],[134048,79519],[136422,102533],[136191,109920],[135988,103253],[128462,109892],[128079,114050],[129428,113763],[132460,111508],[137096,103629],[128139,112988],[128311,113343],[131152,113424],[129920,113192],[133057,111860],[133472,110451],[133279,123356],[134642,126025],[132782,120767],[136165,121945],[136954,120888],[132434,126755],[130425,119141],[129985,118155],[129654,117838],[129185,124722],[128133,122986],[128241,122602],[129090,123247],[129151,124392],[150204,-5832],[150073,-7232],[151883,-7455],[148023,-298624],[148695,-298293],[147871,-302433],[145651,-302956],[142055,-299979],[149125,-299542],[149079,-302232],[149079,-306150],[146603,-296408],[150225,-298689],[145475,-303177],[149154,-306237],[141220,-302953],[146332,-304992],[145873,-297370],[143470,-300143],[150060,-305788],[146840,-301459],[148574,-299223],[146449,-299080],[145605,-297123],[145349,-297449],[144666,-315827],[142164,-309971],[145216,-318139],[146193,-317783],[150884,-307264],[141125,-311126],[146972,-307512],[151233,-307582],[141963,-309918],[147784,-308574],[147101,-319752],[147667,-319629],[148253,-317816],[146407,-313779],[141467,-311944],[147115,-319800],[147256,-319121],[143415,-319592],[147468,-319325],[143308,-318972],[144766,-315449],[141407,-312166],[142712,-316219],[142067,-317405],[146620,-314711],[142319,-321625],[141267,-321242],[142779,-322932],[144967,-325935],[142046,-320460],[148050,-320054],[141794,-324247],[145039,-325819],[144480,-321483],[148569,-320881],[147925,-320835],[142929,-325563],[142826,-324179],[141967,-320803],[148439,-322963],[146879,-28364],[146428,-53216],[146311,-53240],[146444,-54582],[146738,-54529],[150919,12402],[151385,8261],[142452,134288],[142679,133825],[149027,129295],[152958,135795],[147944,133821],[148149,134629],[146070,142751],[143467,20483],[152886,25465],[144205,322461],[144119,324590],[146651,331400],[146038,335015],[145886,336461],[152146,335256],[142952,333795],[144109,338532],[146093,361337],[150429,363744],[153348,37421],[144660,31790],[143761,29443],[153528,44352],[153581,44405],[153538,45145],[153316,43984],[153518,45529],[153489,45250],[145108,102541],[143291,103742],[145621,103317],[145367,104488],[145677,103330],[146692,104721],[145775,105147],[153312,104278],[144352,117092],[145346,117622],[143691,125565],[143105,126459],[145295,127804],[151977,122053],[151412,126631],[141918,127750],[142443,121887],[144257,122854],[148036,120633],[165621,-4679],[161561,-5858],[165756,-12417],[161530,-11618],[166380,-4656],[164532,-4581],[153846,-11095],[159861,-19550],[160038,-15160],[159616,-19325],[163568,-22312],[165954,-26046],[156511,-28923],[154871,-31026],[162436,-33677],[163976,-27642],[160190,-30035],[154496,-27845],[155918,-31573],[158749,-33204],[162559,-33215],[164438,-50597],[166314,-55151],[164927,-58109],[163238,-52156],[164693,-54542],[161882,-57394],[165813,-63782],[164240,-60470],[161495,-63705],[162617,-63516],[165972,-70254],[161411,-73310],[160928,-75697],[160386,-73460],[159222,-77436],[161196,-80661],[161863,-79462],[162546,-81629],[159671,-84905],[165417,-80859],[159700,-97578],[159631,-99112],[161124,-98150],[159931,129837],[161248,129375],[161604,140773],[162162,137602],[166334,139539],[162602,132866],[165659,129525],[165685,132728],[164976,134107],[164870,20840],[154492,15875],[160361,23340],[155984,25575],[161398,294507],[161589,283929],[159094,295246],[158780,297684],[158557,319768],[164820,316246],[159236,316402],[160794,315346],[156477,325728],[161645,332013],[161488,331178],[165654,322669],[161332,324577],[159705,329457],[162697,331589],[157208,331734],[154738,334275],[158144,335343],[157961,334914],[162286,357853],[161677,355066],[165359,357009],[165431,360173],[158224,364674],[162708,366671],[154496,38123],[156256,34228],[158490,38402],[155336,25813],[160019,28594],[161042,29091],[161504,28929],[155763,44739],[156708,47506],[155015,47522],[155569,43996],[156907,44980],[156058,44342],[157319,46627],[158212,48866],[158600,49345],[158581,51110],[158239,50106],[157802,50998],[160266,50932],[160570,50724],[157781,45411],[157451,45432],[158054,47361],[159155,47516],[158916,48058],[159760,46845],[160576,47143],[158684,44595],[157547,43237],[158317,43521],[155077,44608],[154362,45866],[154794,45714],[155698,44095],[156169,47925],[154985,47333],[154830,45467],[158615,43711],[154930,45539],[156612,44644],[157457,43653],[158365,46533],[156256,47885],[158344,48701],[158302,48735],[158427,50244],[158648,50074],[157012,50623],[160592,51098],[158428,46235],[158367,46455],[158099,46798],[159130,48059],[158451,48441],[159871,46214],[160351,46129],[159056,44557],[154898,43748],[154004,44507],[154926,46724],[154847,46340],[159422,61064],[160824,58065],[161113,57097],[163554,55637],[163877,60619],[161366,62623],[160673,62296],[160189,63470],[159989,63258],[159115,63033],[159809,61105],[158187,61328],[159908,52272],[159723,52317],[159597,55232],[160193,53006],[158441,55924],[159736,54715],[159373,54107],[162902,55561],[164512,56213],[160734,57448],[164790,55737],[160885,56237],[163053,56430],[158625,61741],[161468,56397],[159384,60682],[164321,55777],[165876,63291],[163413,60725],[163485,59867],[161037,62748],[160737,62368],[160493,63217],[160481,61549],[159504,62816],[159305,62288],[163386,56173],[157141,51580],[160197,51449],[160260,51731],[158846,55858],[158960,56128],[159716,56509],[159666,53688],[159737,54535],[160852,57754],[164296,56101],[159919,58300],[163888,55550],[161675,67818],[161310,67874],[156897,65249],[157684,65707],[158489,65986],[163587,64298],[163265,65392],[162992,76345],[159217,76953],[156248,73675],[159486,68346],[161623,68513],[162188,67552],[157081,66057],[157087,65886],[158460,65010],[158117,65714],[162766,66259],[163118,66595],[160461,68818],[156024,80096],[162767,80056],[164415,81301],[166221,85669],[155892,80283],[165501,89660],[159438,85910],[160650,81684],[161492,82144],[165025,82728],[163328,79302],[163920,80498],[166226,87825],[155322,82625],[166061,86306],[156388,84930],[156354,82951],[162422,90359],[165979,100311],[158572,101922],[159280,101362],[166107,96843],[157233,102588],[155088,101610],[153944,101742],[161414,97490],[159110,97209],[161833,95121],[162475,95661],[156268,101503],[155691,100818],[164834,101814],[164660,100134],[166156,108174],[165240,108010],[165050,114239],[164844,113119],[166128,115384],[163387,107540],[161424,115055],[164194,109019],[162378,107872],[154803,104840],[153946,105935],[155947,104373],[162846,104858],[162809,103377],[165107,104648],[164894,104882],[157647,109611],[156812,108586],[160139,106674],[159241,106283],[158498,103506],[159106,103937],[162293,105879],[160025,105232],[155622,107862],[156204,109505],[156028,117678],[155988,116212],[162935,116222],[165250,116158],[154935,127703],[154746,127389],[155863,126304],[160029,126502],[162209,123653],[161947,123734],[160674,123936],[162042,119524],[165907,121541],[161798,120885],[154812,117524],[165505,117896],[177066,-120029],[177602,-121160],[178340,-122513],[177288,-117808],[176282,-126538],[176543,-126766],[177299,-122394],[178878,-119273],[176743,-134378],[177847,-140588],[176775,-132817],[177416,-134039],[177589,-140578],[173462,-134414],[173510,-134185],[176795,-140971],[177050,-140652],[178404,-147127],[176636,-142092],[179039,-144111],[176231,-147212],[176590,-152626],[176371,-143871],[173833,-147204],[172828,-149637],[178329,-148055],[173878,-147072],[178674,-146658],[176951,-142208],[176512,-142940],[178270,-144092],[178545,-142861],[176534,-146468],[177285,-151956],[178391,-151584],[176545,-144422],[177061,-143597],[176159,-159443],[174342,-160592],[172543,-164127],[176201,-161578],[178761,-155099],[173671,-165389],[168720,-165963],[173250,-159828],[174562,-165836],[175182,-153412],[178313,-153894],[173796,-156870],[175869,-158116],[174667,-159616],[172943,-163450],[175972,-160120],[176677,-157377],[177839,-157713],[178037,-158048],[170109,-163864],[170360,-162362],[171994,-160778],[170993,-159179],[171302,-165045],[170878,-165490],[172808,-165856],[173069,-166094],[171833,-163926],[172096,-164049],[173811,-163184],[177169,-163084],[175993,-165774],[176577,-164391],[174601,-161554],[174994,-161070],[174439,-156987],[174498,-160419],[171632,-165333],[172294,-164051],[176346,-164983],[174702,-161331],[174303,-164363],[173582,-165407],[178414,-160196],[171899,-158177],[175439,-165867],[176545,-160658],[178245,-169047],[174458,-167179],[177925,-171552],[178101,-170541],[170629,-166867],[171078,-168496],[172117,-169205],[173745,-169797],[173383,-168160],[173102,-166857],[172754,-171691],[173263,-172555],[174701,-166425],[177990,-172511],[178070,-172658],[178370,-169515],[169247,-173182],[177703,-169640],[175633,-167152],[175330,-167943],[175512,-166948],[175764,-168993],[168406,-166887],[175140,-175473],[178651,-168200],[174994,-175840],[174185,-175630],[170791,-166908],[169739,-166978],[171422,-168286],[170815,-168476],[170873,-168494],[170998,-168740],[172390,-169721],[172792,-170006],[173993,-167368],[174327,-167103],[172895,-171644],[173291,-173164],[173038,-172593],[178053,-178607],[171872,-167541],[174594,-166863],[178308,-179503],[179030,-181030],[178585,-180718],[177298,-210444],[178103,-209780],[168840,-8824],[172289,-625],[176409,-7123],[175622,-6755],[172957,-5255],[168873,-7040],[176863,-1363],[177601,-8659],[176119,-5485],[172841,-4682],[166674,-11541],[175511,-15821],[178550,-12954],[176375,-21665],[175669,-13266],[174606,-15544],[176250,-22093],[179151,-20772],[176525,-19021],[175197,-13164],[174341,-35822],[176297,-36020],[176047,-36321],[175781,-30786],[170175,-27444],[167177,-32315],[167468,-35178],[178289,-34565],[173674,-26161],[176125,-28555],[166806,-29165],[178006,-42947],[169514,-39143],[177078,-40876],[172477,-40403],[179414,-47110],[176125,-45096],[173703,-42516],[166488,-59637],[167232,-62155],[170010,-69291],[174107,-71301],[171476,-74497],[175565,-79971],[173089,-85048],[178620,-85288],[174467,-88946],[175600,-87699],[177823,-112008],[178990,-114270],[168352,12212],[171732,775],[167459,11760],[174074,1419],[166885,12163],[171794,1509],[174622,131851],[173169,138576],[174066,139623],[175426,25335],[174990,25409],[171566,24000],[168279,21588],[167088,19026],[167402,16894],[170841,319795],[170222,318467],[172444,311216],[176592,317057],[176517,327906],[176902,327239],[174356,322924],[169058,327760],[178657,324696],[173500,321198],[179119,327682],[176642,355537],[172391,354201],[175774,349459],[169105,368351],[171764,360290],[175478,360295],[172527,35129],[171750,25879],[175720,32668],[172940,38568],[168888,38065],[167211,38157],[167629,36673],[172490,33763],[172911,29366],[172787,25801],[175983,34334],[174622,36662],[174136,36501],[169473,37642],[169065,37196],[167069,38179],[166961,38340],[166721,37178],[167048,36451],[176033,33176],[178697,47723],[172570,49208],[172831,49221],[173479,50375],[173258,51286],[170935,50664],[171483,49151],[171894,49869],[168581,49833],[167776,50743],[172717,40558],[166886,39384],[173364,39109],[171763,38921],[168814,40562],[168076,40601],[170139,43437],[177738,46874],[178204,47767],[178836,46753],[179198,48093],[175446,44567],[171414,41267],[172377,49360],[170717,49749],[170915,49056],[173201,51121],[170057,50059],[172325,50260],[168750,51002],[168014,49849],[168130,49901],[178552,47423],[178607,48530],[179058,47660],[172127,40910],[172376,41604],[173045,38932],[171921,38700],[172302,39118],[168474,41095],[167601,40198],[177851,47299],[178769,46570],[178819,46448],[178727,58915],[170690,62638],[174318,52559],[169408,56104],[172637,51828],[173305,54527],[173597,53691],[167181,62530],[167597,64092],[172965,53198],[173636,51917],[173426,53011],[168381,51469],[169317,56056],[169611,55601],[170041,60891],[169636,60812],[167366,60348],[167459,60238],[170404,59273],[172310,57550],[173114,56904],[172774,56494],[172672,56280],[169980,55556],[169423,62888],[168928,63204],[177869,56128],[178576,62413],[172675,53473],[173424,51825],[173541,52574],[166715,63719],[168438,63007],[172245,54366],[170091,56063],[169648,56324],[169956,59021],[169614,59382],[169734,60757],[170523,60884],[167914,59862],[167820,59812],[170242,60152],[170329,59219],[170852,57828],[172477,56844],[172551,57282],[172960,56514],[172892,56543],[170245,55914],[170063,55657],[169114,62556],[169620,62650],[177619,58541],[176658,61641],[173319,65377],[169689,67690],[166832,64410],[171360,65175],[172345,65119],[169726,65382],[169049,64590],[171270,71036],[172558,69551],[168629,74402],[167770,74765],[177660,75192],[177331,75457],[172064,65834],[166480,68967],[167530,64748],[172097,65455],[171615,64916],[169666,65173],[169846,64770],[178179,87074],[169623,88744],[167922,88970],[168012,88014],[175850,86221],[167175,84981],[167455,85812],[168400,87278],[178807,85664],[167632,89493],[175115,87260],[169209,86804],[175731,96879],[172241,92373],[170637,90416],[167887,90385],[177998,97873],[173514,98184],[176618,92013],[177578,93609],[176059,99755],[169463,91064],[168010,92932],[168186,90465],[178095,96486],[170480,100397],[178518,91893],[174900,98579],[174088,92237],[174879,97051],[173998,92888],[174687,97106],[175179,90807],[171734,91466],[169844,91410],[172920,111784],[177290,109890],[168842,110454],[173998,111939],[175396,106854],[168103,114878],[168417,109790],[169634,113513],[167875,113191],[177307,102831],[178588,106108],[177379,110716],[167525,108709],[166641,109394],[166475,108677],[167621,111402],[169898,110912],[167958,113352],[174620,113398],[177240,112241],[168763,108509],[169096,108271],[168206,107541],[168547,107854],[168622,107844],[173372,103217],[174764,117965],[177447,116492],[177753,125492],[175272,124140],[175886,119401],[177056,116641],[177005,117061],[173611,119518],[174890,120492],[178406,125245],[174708,124667],[173907,118605],[171172,118641],[186672,-127696],[184480,-126187],[191399,-121938],[181966,-125053],[185610,-125146],[182861,-127743],[188491,-117815],[188986,-117892],[187944,-120818],[187419,-121731],[184610,-122539],[185193,-123272],[185340,-124143],[188404,-122432],[189170,-122768],[184020,-124335],[184809,-124853],[187054,-124802],[186729,-124507],[183304,-126508],[189254,-120277],[190815,-121862],[191325,-120095],[189919,-118542],[182211,-121300],[181098,-118010],[180672,-115776],[179506,-118482],[190777,-124064],[190430,-126641],[191753,-125588],[188036,-125782],[187426,-126515],[185265,-120334],[186111,-120515],[188951,-118867],[187479,-120012],[186134,-122600],[188986,-122519],[182698,-124804],[187274,-125068],[183545,-126175],[190508,-121056],[190060,-118080],[181014,-118931],[181089,-115874],[190130,-123535],[191106,-126332],[187499,-126564],[185082,-120360],[181156,-122364],[180131,-120270],[190187,-136427],[184971,-132076],[189779,-129995],[189122,-131509],[185908,-130710],[188027,-135147],[190287,-133970],[184558,-135690],[184419,-136594],[182605,-140223],[181132,-137241],[180618,-135459],[183533,-131417],[185809,-140333],[180994,-138431],[179548,-134547],[182354,-133914],[181031,-130379],[181209,-129610],[182725,-128038],[190176,-135215],[185489,-133258],[181709,-133522],[185379,-133073],[182901,-133248],[191788,-135289],[182344,-133810],[185058,-133155],[191273,-140369],[191346,-140576],[184099,-133783],[185666,-127907],[188350,-132112],[185428,-130951],[185798,-130748],[188371,-134461],[188854,-133746],[191865,-134686],[185065,-134779],[184324,-134655],[185186,-137394],[184266,-137347],[182477,-137985],[182535,-136199],[180910,-136282],[180293,-135994],[180248,-129707],[183966,-130916],[183820,-129810],[186038,-139222],[186201,-140493],[181354,-138292],[179711,-128946],[183207,-138552],[179914,-134329],[179416,-133924],[179567,-136611],[182735,-133839],[183151,-135233],[180763,-132066],[179504,-129916],[180572,-131267],[180524,-129268],[180648,-129467],[182663,-128319],[182498,-128972],[190697,-136628],[184899,-129502],[185281,-137183],[181286,-143341],[180675,-142973],[184633,-142999],[185421,-143729],[183280,-141402],[180319,-143526],[181610,-144029],[179490,-142471],[184649,-143461],[185734,-141420],[186884,-141215],[179749,-143345],[183419,-143332],[180359,-145290],[184990,-153264],[191487,-152357],[191587,-145739],[180331,-146477],[187459,-151846],[191343,-148068],[190420,-151309],[188124,-147812],[186582,-149226],[186913,-150048],[189557,-148090],[190031,-151057],[186521,-152862],[179552,-143850],[190682,-143288],[190325,-147621],[191558,-152255],[190133,-152313],[190965,-146629],[180357,-144318],[180825,-146716],[180915,-146974],[186058,-151854],[180621,-145967],[179304,-146507],[180956,-148751],[190183,-145449],[185317,-152473],[188456,-150677],[189451,-152259],[189391,-145936],[188305,-146385],[188056,-146403],[187367,-148674],[186104,-148906],[185741,-149632],[186920,-150331],[189984,-149141],[189569,-148542],[189538,-150900],[189454,-150248],[185734,-152664],[191654,-150946],[188729,-149016],[183460,-160347],[181887,-160569],[184241,-166075],[181317,-160380],[186854,-153666],[182138,-162548],[179841,-158096],[185640,-160655],[185415,-161799],[180595,-162947],[185000,-153693],[186627,-155129],[187218,-153655],[188073,-154673],[180862,-155076],[180802,-159004],[181774,-157088],[179842,-160258],[180457,-159987],[189418,-164286],[187302,-164028],[186371,-164302],[186207,-166102],[180195,-158381],[182013,-159767],[185400,-160479],[183367,-165198],[182374,-163227],[185862,-155060],[180639,-155885],[180221,-156839],[181563,-156863],[181288,-160598],[187595,-163105],[185453,-165491],[182923,-164377],[184305,-163060],[183483,-162651],[182406,-163311],[182059,-164852],[184616,-164437],[180435,-171210],[181333,-173444],[191252,-178498],[181598,-166739],[186838,-178100],[180002,-166832],[181430,-168546],[186889,-168469],[189692,-168335],[189202,-171739],[190337,-173627],[190248,-177668],[186176,-175371],[184191,-174565],[181680,-173481],[182657,-176136],[181302,-170156],[179226,-169033],[183621,-176744],[180963,-171006],[190580,-177994],[191884,-178927],[180804,-170708],[180091,-170094],[180962,-166736],[181950,-166589],[187733,-176697],[179508,-171897],[179471,-167079],[179342,-166668],[181811,-168473],[181289,-167452],[188047,-169742],[187477,-168299],[179532,-172010],[189624,-169566],[190165,-168288],[191226,-172758],[186253,-174575],[187702,-173308],[189933,-175889],[188410,-174917],[191381,-173963],[190270,-176873],[190024,-178054],[185033,-176849],[185910,-177285],[182789,-175294],[183011,-175453],[183287,-174624],[182784,-172345],[181075,-173685],[181827,-174104],[185024,-170702],[181589,-174247],[181287,-175680],[183883,-174156],[180276,-174961],[182472,-173126],[184087,-183293],[179806,-180912],[179872,-181570],[190849,-186088],[182181,-181016],[182991,-184644],[186655,-186336],[180574,-183436],[184031,-181760],[184343,-184968],[186225,-185823],[180086,-179187],[188152,-185807],[188791,-181239],[186776,-182661],[188720,-184502],[187343,-179791],[185448,-181171],[183128,-184336],[182445,-181614],[179730,-180228],[181452,-180186],[188311,-186217],[179928,-182597],[184056,-185214],[183267,-184355],[188039,-187085],[185388,-187109],[184758,-180799],[181915,-184307],[191467,-188154],[191595,-185871],[191917,-185209],[187987,-184972],[181858,-180968],[181073,-182088],[180152,-179568],[184301,-182593],[183261,-181609],[185294,-183187],[179584,-179096],[188943,-186389],[188833,-180993],[189221,-181751],[187033,-183387],[186410,-183820],[188774,-183382],[189201,-184218],[186954,-180099],[185206,-180318],[185054,-203753],[190975,-213983],[191656,-216255],[186403,-205375],[183379,-207324],[182843,-207714],[180137,-208444],[179794,-210414],[181021,-211856],[191396,-216214],[186475,-205345],[184524,-205016],[183150,-207414],[182339,-207275],[180371,-208734],[179944,-210191],[180284,-211149],[191488,-218949],[184877,-228937],[187178,-226933],[187705,-225532],[190449,-219411],[186449,-229756],[187007,-228318],[187946,-226046],[189311,-224372],[191519,-228510],[185588,-231028],[190954,-230321],[189321,-232362],[188932,-231787],[183821,-230496],[185681,-231003],[189724,-233212],[188736,-233124],[191612,-6579],[191999,-3677],[188985,-4147],[181272,-11165],[180802,-10332],[184715,-9535],[181237,-7768],[181865,-1274],[185625,-8248],[185512,-1229],[189614,-16310],[191829,-25207],[187132,-25175],[189827,-13929],[187467,-19488],[191698,-16004],[185842,-25254],[189343,-15339],[181807,-23870],[185099,-22755],[188477,-23108],[184316,-34125],[182591,-34778],[189517,-40658],[185663,-27649],[180078,-27686],[190585,-32275],[185269,-36195],[182125,-31686],[180372,-32143],[179260,-25958],[188000,-35397],[184808,-37915],[182607,-46107],[179256,-40152],[185415,-44046],[188846,-50977],[188410,-43475],[179753,-51121],[185496,-41482],[186150,-44392],[185785,-49498],[180382,-45772],[185815,-44008],[186646,-39228],[184177,-52444],[189612,-57525],[191394,-54588],[191217,-60913],[185152,-52225],[190283,-54010],[179478,-68344],[189457,-97204],[190554,-101260],[190593,-101629],[189386,-100678],[189888,-102105],[191252,-113324],[186389,-105462],[189720,-107495],[191521,-114806],[181099,-108143],[187185,-110785],[186854,-112500],[189788,-110915],[188794,-108324],[186623,-105543],[180423,-106909],[187211,-107779],[189382,-107991],[191422,-107504],[191846,-108528],[189307,-110784],[190456,-113818],[184631,-110866],[181732,-109113],[182350,-107183],[180548,-108319],[186171,-110934],[188043,-113390],[186392,-111955],[188455,-113041],[188965,-111115],[184689,-114023],[186913,-106633],[179452,-112106],[180860,-114723],[191039,-104416],[189105,-106831],[184621,-103226],[191469,9534],[189015,6970],[191932,7823],[191143,4148],[185479,7381],[183194,2515],[185030,8947],[182156,511],[184773,2491],[185264,4416],[180575,387],[187034,6386],[187560,3511],[183001,5835],[184657,1162],[179926,139636],[180953,129945],[191490,132612],[184545,132543],[187871,136252],[180246,128485],[183745,128738],[186656,128722],[188184,132816],[185241,130189],[189134,133653],[185293,132398],[189229,144199],[190661,147104],[188969,143929],[191235,146610],[190658,143974],[190497,15076],[189350,17407],[183098,22289],[183030,21991],[189052,13452],[188526,287865],[188288,282796],[187996,289226],[186814,289174],[191126,297748],[191190,295980],[185208,299379],[189770,305426],[186161,304986],[179515,303384],[191375,302324],[180999,308772],[189042,310567],[184882,307519],[190273,309392],[180012,317873],[181303,315220],[184032,316691],[180105,318199],[190832,320788],[187748,324807],[187335,327276],[185226,329366],[181959,324990],[184827,323524],[180846,327311],[189996,345041],[187041,345712],[182864,337311],[181529,333871],[187999,336674],[191422,333480],[182420,352778],[188006,355546],[189022,349404],[180111,348347],[186461,349474],[183506,34205],[180459,28940],[188020,29023],[190200,33632],[179845,32022],[181112,33461],[184925,31424],[191521,30442],[190278,35249],[184546,35700],[183195,29844],[186730,27942],[180829,32941],[187126,35740],[183948,33052],[184779,29659],[181950,30459],[184690,29694],[187286,29463],[185811,30644],[189156,36198],[187958,33752],[186624,35099],[180536,27155],[189601,45758],[181983,42086],[184078,47235],[187126,48392],[191713,39792],[182001,41250],[183722,48383],[189072,48056],[180480,44416],[191058,39918],[180508,43769],[182846,44098],[184493,48491],[185808,47967],[180947,44190],[189927,40195],[187504,39905],[190709,43455],[190368,58661],[190426,62560],[190966,53524],[190329,62411],[189949,53477],[189159,61778],[187107,62168],[186876,60582],[190321,61579],[188047,60083],[188482,59551],[187821,51763],[182508,54893],[180272,59489],[182457,53625],[188631,52039],[183496,52005],[184217,56579],[182580,58032],[183442,60269],[185970,57963],[182641,54599],[190351,64771],[188748,67414],[191863,69549],[189410,71360],[189507,64582],[191458,67783],[189882,67169],[189522,70093],[182572,66784],[182433,73851],[185297,68469],[184587,70866],[182573,73923],[187017,76672],[181820,65151],[181849,70427],[185217,69600],[183577,75014],[179545,75489],[184243,72227],[187000,76698],[182275,73867],[189541,87728],[191977,86274],[182195,86879],[183553,88324],[187714,89443],[188519,88975],[181633,81555],[181525,84477],[181842,81468],[181013,77893],[184676,81799],[181418,79786],[181152,80649],[182226,83733],[185937,78474],[186055,83706],[182149,86103],[181365,79440],[185087,96606],[184797,98622],[183080,96061],[191293,102156],[189775,92667],[188966,96680],[187736,100618],[185719,102314],[187588,96625],[187320,91970],[186255,91033],[189769,91362],[183266,99139],[183093,98968],[179682,97418],[183345,93013],[182599,92272],[182657,91813],[179381,96148],[183444,93679],[180465,107552],[191252,112680],[187612,108640],[186647,113308],[191581,103448],[185248,105044],[180205,102787],[182529,105821],[182919,106914],[191574,106398],[190317,109425],[184639,114380],[183956,107978],[183531,109272],[185195,103801],[190511,116704],[191063,123242],[188154,116484],[184594,119339],[186704,128116],[185955,128079],[180826,116854],[184797,123235],[191883,116462],[182664,119471],[186267,121626],[199736,-122317],[200757,-115901],[201459,-116900],[194465,-121192],[200322,-115190],[200902,-115313],[202178,-118656],[199170,-117919],[200140,-121649],[197719,-119125],[199748,-123427],[202386,-127145],[195081,-122810],[196106,-125189],[201321,-121122],[200958,-116766],[200827,-116238],[192370,-122767],[201585,-120054],[199545,-124698],[197819,-115229],[200692,-116923],[200572,-115335],[203248,-117761],[199848,-117129],[199782,-117586],[201224,-120575],[198901,-119075],[198400,-117976],[195883,-119270],[196710,-121734],[198146,-123692],[202000,-125303],[200785,-127390],[199571,-126947],[195250,-123310],[194453,-122881],[193930,-119041],[193825,-117434],[195090,-124017],[194403,-126407],[199520,-122081],[200638,-124552],[195898,-125032],[196019,-124085],[192134,-138150],[198110,-136587],[198980,-130918],[200950,-130880],[198386,-127986],[201332,-131384],[192967,-132318],[199704,-130252],[194587,-129380],[196234,-130810],[194308,-133187],[193801,-135685],[198209,-134290],[197398,-136439],[193265,-132154],[200706,-137336],[200538,-128659],[199186,-129708],[193303,-134215],[193290,-128979],[194378,-130476],[195360,-129016],[197927,-130354],[196432,-130324],[194299,-132926],[199133,-131586],[195174,-133514],[196018,-135356],[193730,-134942],[195186,-136019],[199227,-135737],[197976,-134674],[193290,-139559],[192568,-134979],[192792,-136526],[198538,-135206],[202259,-131663],[199211,-130777],[192909,-136668],[201059,-131127],[199744,-135908],[200553,-128659],[200786,-130608],[200314,-129084],[203631,-152917],[203992,-149092],[203813,-142332],[203090,-152537],[203297,-140701],[192311,-147701],[193530,-145817],[195691,-149246],[193022,-152436],[197690,-153316],[196574,-148847],[198760,-152377],[197034,-145710],[199223,-145540],[198923,-143227],[194497,-142603],[201619,-149995],[203784,-148381],[193829,-147959],[192339,-149802],[197677,-142765],[197218,-142796],[202540,-145817],[197032,-144235],[203463,-146641],[202821,-145266],[192510,-148622],[193297,-147802],[194023,-146254],[195547,-144042],[195630,-147463],[195127,-148720],[194382,-151053],[192832,-152435],[192982,-152320],[195131,-152100],[196987,-153346],[197835,-148837],[197876,-150493],[197551,-152760],[197871,-152850],[195746,-143965],[196779,-145771],[193530,-142927],[194474,-143309],[200239,-151047],[200047,-152223],[202915,-148410],[192612,-143820],[197973,-143373],[193712,-146990],[201543,-145647],[201763,-147429],[193009,-145996],[203012,-145969],[203325,-145675],[204753,-154232],[198192,-161609],[198629,-160223],[201151,-162047],[200829,-164644],[202819,-161367],[204363,-154426],[201790,-153658],[202525,-161324],[203431,-153727],[204748,-154302],[199831,-154717],[198253,-161595],[202343,-162305],[201104,-161676],[198842,-161382],[198415,-161512],[199363,-163647],[199350,-164565],[203059,-163705],[203243,-162761],[202220,-161954],[204642,-161409],[202181,-154647],[200336,-154114],[199868,-155069],[203458,-160822],[201955,-158962],[202290,-161254],[198110,-164977],[192229,-154185],[193277,-155019],[195523,-153724],[198660,-154551],[195512,-156177],[192144,-162847],[194924,-159752],[196638,-165703],[194742,-164881],[194802,-162269],[198034,-162653],[192880,-163877],[193416,-164006],[194343,-164386],[193874,-165256],[196242,-160941],[192325,-163441],[193099,-155417],[193598,-155297],[197136,-155542],[195047,-155601],[198310,-153971],[194405,-156095],[194610,-156231],[192454,-156353],[193020,-159262],[192873,-161308],[192163,-161345],[194556,-160337],[196064,-159538],[195345,-159789],[196883,-162518],[192635,-159737],[199203,-159463],[195857,-164021],[194309,-163600],[194582,-163710],[194258,-163571],[196277,-161474],[197648,-162916],[192612,-161851],[203231,-178345],[203030,-167043],[198973,-171084],[200860,-175428],[201509,-174475],[200368,-178348],[200307,-177169],[203937,-174253],[203867,-167146],[201752,-171896],[202589,-177886],[201359,-176996],[204342,-176981],[203247,-166275],[200115,-169666],[200761,-174695],[199934,-177808],[204472,-174271],[201189,-172179],[201607,-177919],[200045,-177662],[199667,-175213],[192223,-168284],[195434,-168584],[193518,-169483],[195159,-170847],[196663,-175534],[194256,-166701],[196469,-178409],[195805,-166770],[196122,-167076],[192502,-169029],[192334,-167723],[192630,-167066],[194282,-169120],[194510,-167375],[193893,-169614],[196020,-172609],[196644,-171697],[196612,-178900],[195572,-172172],[200453,-180474],[203757,-183850],[203886,-187051],[204621,-180997],[200359,-180757],[201939,-182176],[202400,-183282],[203097,-183379],[203283,-186552],[203616,-186011],[204731,-182864],[201215,-179502],[203840,-185004],[192824,-179737],[192679,-182641],[193344,-188766],[193816,-184403],[197787,-179753],[199068,-182246],[198531,-182784],[196313,-186291],[193540,-181073],[201295,-188271],[198012,-180690],[200099,-186020],[196024,-183939],[195844,-179302],[197527,-189096],[199931,-191296],[192978,-184739],[198253,-179556],[198440,-180277],[193448,-179315],[192971,-182277],[192246,-179834],[194145,-185994],[193824,-188792],[193688,-184054],[193202,-185352],[199834,-181858],[197725,-181084],[193606,-181528],[200147,-182790],[197155,-181928],[196843,-185755],[203450,-191032],[201049,-187433],[201123,-188153],[202297,-190643],[202597,-190889],[201075,-186295],[192769,-181305],[202360,-186614],[196443,-189403],[197083,-189866],[197654,-190104],[198055,-190203],[200918,-190550],[194768,-183204],[193021,-184342],[204708,-192112],[201602,-192478],[200577,-193049],[199209,-195071],[197976,-192604],[198325,-192003],[199748,-192294],[196898,-192735],[198432,-194555],[200788,-195363],[197248,-204453],[197437,-204552],[197956,-200320],[197835,-201076],[204695,-200102],[204455,-200939],[196612,-200712],[196259,-200877],[196288,-197247],[196592,-197076],[203166,-195357],[196724,-192357],[198977,-192326],[197088,-203936],[198019,-202332],[204369,-201681],[196602,-199031],[194966,-199034],[204793,-196241],[204275,-207176],[203774,-206208],[200699,-206728],[198817,-206647],[201669,-214787],[200436,-215408],[203612,-214042],[202572,-207735],[199440,-207644],[197733,-207646],[198173,-209783],[199888,-212448],[199969,-213265],[199501,-215732],[196430,-206231],[197344,-211033],[197405,-213204],[198639,-213740],[194872,-215558],[204383,-205242],[204777,-206269],[201531,-206262],[202492,-205839],[199058,-206462],[199724,-206249],[202250,-215687],[202264,-214987],[200247,-215185],[200729,-215011],[203946,-213839],[204114,-213538],[202141,-208154],[201862,-209017],[198914,-208397],[199825,-208338],[197885,-207590],[197025,-206924],[197499,-208695],[198053,-207817],[197770,-210363],[197805,-209685],[200479,-211340],[199788,-211700],[199544,-214213],[198979,-214126],[198737,-216125],[198797,-215612],[194488,-205840],[195469,-205087],[204683,-209623],[198878,-210544],[198181,-211039],[196740,-210749],[197512,-212876],[197703,-213336],[198686,-214741],[198345,-214062],[195547,-216983],[195992,-216323],[196010,-215206],[194156,-212604],[195204,-213705],[192157,-214001],[195112,-213592],[195408,-214328],[202294,-218228],[200029,-218536],[199412,-218036],[196135,-218225],[193986,-219564],[201304,-218568],[201248,-218390],[199963,-219049],[201388,-218250],[199351,-217427],[199021,-217706],[194987,-217531],[195716,-218947],[193327,-220078],[194830,-219140],[192965,-219806],[197557,-229404],[194419,-218632],[196129,-230858],[193676,-234260],[200143,-236556],[198169,-234254],[198525,-231947],[193538,-231134],[201691,-234773],[201435,-232561],[199334,-231362],[199365,-232524],[195206,-241830],[200260,-236022],[199097,-234393],[198012,-240999],[200829,-241902],[195528,-230262],[196321,-235064],[195669,-233227],[193788,-232184],[202443,-234180],[201834,-232691],[199375,-232176],[200776,-237364],[200140,-236336],[198937,-236915],[199605,-235029],[197393,-241784],[200751,-241155],[202136,-238319],[203884,-7088],[203248,-11669],[201767,-10778],[203332,-876],[192112,-11540],[194916,-4879],[198256,-1661],[194267,-8641],[196383,-9164],[204705,-5947],[204090,-821],[197774,-294],[194367,-11784],[193978,-3154],[197427,-1695],[199298,-11193],[196891,-243216],[193107,-243011],[196411,-243214],[194312,-24691],[195314,-19422],[201207,-24420],[202145,-12665],[195641,-18136],[203476,-12727],[198795,-14634],[197496,-23859],[192181,-19964],[201533,-17344],[196176,-18106],[192543,-23744],[195479,-23342],[195317,-30262],[193410,-33350],[197628,-34074],[200443,-33626],[204098,-29419],[199943,-27285],[193210,-29184],[197490,-26570],[196695,-34086],[195079,-42890],[201897,-43442],[202663,-43814],[203399,-46090],[194259,-53424],[194791,-64492],[203704,-63656],[197859,-60825],[199647,-54538],[193996,-63714],[198850,-60496],[195257,-58948],[201622,-55238],[204249,-56770],[201302,-69338],[201109,-65561],[200599,-68999],[201105,-68284],[195782,-65286],[192110,-82911],[195309,-91254],[200603,-91900],[192497,-91801],[202299,-91187],[203787,-100773],[204726,-92591],[197676,-91708],[194834,-100708],[193980,-102103],[192687,-100062],[194326,-94073],[204223,-97659],[199090,-100660],[201724,-104778],[201764,-103640],[196880,-109916],[197204,-112517],[199664,-106608],[202358,-105084],[196225,-112274],[199797,-104002],[202319,-104855],[200885,-113994],[192492,-102225],[199364,-107194],[192482,-104616],[196423,-102445],[197258,-110487],[198699,-108261],[199774,-111871],[196934,-110937],[197233,-108373],[192649,-113891],[202440,-103227],[202846,-105179],[192378,-109674],[192078,-106961],[192646,-105097],[194189,-103018],[197914,-110482],[196813,-110245],[199596,-107988],[201203,-108239],[197634,-111135],[199499,-114068],[199444,-114039],[197846,-114170],[197742,-113246],[204031,11336],[194605,1859],[203084,5877],[195971,6925],[193643,5478],[200484,8157],[197740,11905],[192450,1788],[204291,4570],[204015,11705],[196085,4914],[199860,5765],[197419,6911],[201781,8966],[203017,3327],[195212,778],[194193,128915],[200302,129395],[192306,130130],[193249,132088],[204754,137187],[202139,138341],[192119,145305],[196038,17245],[192251,16093],[201775,18422],[199237,18353],[202251,24437],[200200,24470],[203735,17361],[192915,22271],[196303,15413],[194731,18693],[200503,16804],[204659,19240],[201865,23885],[197737,23040],[201395,18074],[194494,24104],[193974,24037],[199948,301227],[195187,298656],[196965,308153],[193799,326030],[198005,343984],[194985,342564],[203432,341309],[203045,335633],[192182,343424],[195374,339140],[195727,347936],[193776,349544],[201561,30856],[203312,37664],[201258,38369],[201346,38133],[203672,36235],[199758,28853],[195989,38221],[196537,28536],[194568,33155],[195107,37137],[193177,38525],[192507,34864],[197341,38322],[194757,34977],[192053,29826],[192369,26431],[192226,30997],[198730,37698],[192118,32068],[193972,26151],[199769,44463],[199953,46792],[204788,46413],[197709,46929],[202630,49975],[200801,43299],[204217,51152],[204661,50611],[203807,43821],[202675,44757],[199824,47515],[202745,41602],[198664,42723],[199836,40651],[201563,38938],[192024,39316],[195068,41232],[194389,39745],[198315,41735],[194583,43099],[202801,63114],[202873,61274],[196500,62877],[201394,53039],[203604,55568],[192099,57864],[195963,62527],[200385,55208],[202147,57750],[199125,64218],[195320,76800],[195209,69162],[198764,67951],[204595,74271],[193877,75075],[194285,71158],[196542,74501],[200420,64779],[195619,70965],[197515,74723],[194035,73875],[194009,74755],[193822,69971],[197805,68595],[201561,72836],[195696,86407],[201843,79822],[203551,84263],[195375,82997],[197242,88101],[194586,85955],[202253,87972],[200138,79233],[196668,83127],[197619,88046],[197033,89458],[194609,92195],[202334,101869],[200812,93301],[199735,95751],[195965,98270],[192547,99956],[202278,93924],[202854,97254],[197947,92767],[195945,96632],[199687,95487],[200906,94263],[202362,94237],[201411,97972],[200681,98089],[198241,93653],[197798,92569],[204565,111780],[199411,115260],[195858,111442],[193864,108677],[192142,104219],[201545,111941],[200682,109719],[198987,104788],[197450,103158],[198476,115004],[194764,108672],[193116,123245],[196941,117928],[204055,126320],[197434,125562],[201658,125219],[203462,122328],[193901,123080],[195728,120069],[202507,120485],[199879,115916],[202958,127453],[198281,125662],[199113,125873],[211345,-119663],[214803,-151721],[207726,-148321],[206690,-150747],[204889,-145721],[204974,-152724],[204866,-153340],[213687,-150620],[204939,-141045],[208031,-147981],[214360,-150627],[212102,-149339],[205887,-142867],[207340,-150128],[205451,-150677],[206827,-150212],[207470,-147921],[208540,-147384],[209381,-166157],[211851,-153994],[205215,-164720],[206351,-158243],[207149,-157669],[211652,-155577],[206378,-156292],[215878,-164516],[217510,-162564],[215904,-162372],[213049,-158734],[212512,-156907],[205940,-159244],[207636,-157206],[205793,-164771],[207288,-164738],[207287,-157612],[215038,-155383],[206776,-155405],[209970,-154400],[210256,-154076],[205832,-156340],[211479,-153595],[215791,-155349],[211890,-155645],[208488,-155821],[206734,-164191],[208328,-156900],[214186,-165685],[215634,-165032],[216525,-165065],[216260,-162642],[213689,-164261],[214808,-162726],[212458,-160695],[212031,-159365],[212467,-158015],[213400,-157607],[210839,-154397],[208631,-156039],[205047,-159929],[209296,-155047],[211038,-153795],[206029,-159085],[217563,-178959],[211921,-168792],[205236,-173543],[206475,-170829],[209450,-173277],[209956,-174712],[212365,-171661],[213561,-174574],[213546,-172841],[215667,-172426],[216337,-175613],[210065,-169503],[214077,-167460],[214931,-166793],[211336,-168275],[205058,-168805],[217245,-176440],[212010,-168297],[205669,-175391],[205464,-173261],[206072,-171988],[206627,-170530],[205666,-169778],[210225,-171912],[209396,-173647],[207585,-174406],[210586,-173944],[211297,-175179],[213088,-173302],[212098,-172442],[213025,-174128],[214071,-173472],[214726,-172482],[213797,-171163],[216938,-172296],[216609,-173530],[217462,-175126],[215333,-177347],[209496,-168351],[208346,-169502],[212514,-167586],[214810,-168212],[216682,-177362],[217211,-169665],[208558,-176448],[212020,-178357],[213443,-178334],[205164,-176084],[213554,-178655],[216686,-178449],[211190,-176160],[217330,-185814],[217279,-190503],[207378,-184801],[210618,-189122],[211474,-187346],[213132,-185979],[210171,-187240],[210134,-184744],[212232,-183761],[213958,-180807],[216551,-183599],[215912,-185101],[215324,-186905],[215346,-190468],[212688,-190675],[217353,-191098],[217590,-184001],[208003,-179541],[213982,-188966],[205694,-187892],[209199,-190822],[208653,-189495],[207790,-190714],[207778,-190846],[209435,-189503],[209949,-187901],[212675,-187524],[211450,-189015],[213280,-185163],[213435,-185415],[211151,-186984],[210421,-187061],[210091,-184430],[212123,-182817],[212465,-182308],[213840,-182361],[213311,-182463],[214699,-181112],[214971,-182110],[215492,-179222],[216630,-179668],[216754,-181840],[217347,-183153],[215896,-185021],[215578,-186956],[215904,-187477],[215949,-188990],[216117,-190927],[207107,-185626],[206731,-183737],[208405,-181131],[212836,-190912],[211645,-190466],[208566,-185760],[212792,-181326],[216709,-189400],[214823,-188155],[207330,-182034],[216186,-181308],[214185,-188063],[205460,-181394],[212108,-180255],[211953,-188116],[206405,-183160],[207227,-182571],[217560,-187223],[213044,-189066],[204953,-189956],[204833,-191555],[206039,-190688],[205050,-191672],[216467,-197809],[214344,-196424],[214565,-198526],[216706,-193182],[214615,-194404],[210470,-195921],[211356,-193799],[212376,-194510],[217178,-201875],[214670,-199734],[208963,-194759],[215381,-198279],[209253,-192503],[208564,-193021],[213174,-196641],[217110,-198517],[214712,-196513],[216553,-199739],[213310,-196705],[214287,-198415],[214456,-194432],[214842,-194139],[210661,-194505],[210561,-195414],[212112,-192404],[212216,-192721],[211268,-193865],[211236,-193874],[216278,-202358],[216759,-201794],[215113,-199512],[214628,-199646],[217500,-202193],[214999,-197168],[205664,-193354],[207149,-198994],[210470,-198874],[206000,-202088],[206488,-200778],[207958,-197539],[211163,-200185],[211084,-201467],[208061,-203193],[209481,-202253],[204984,-203360],[206606,-203658],[208535,-196028],[205759,-192096],[204986,-192591],[205571,-197753],[207326,-196447],[214202,-204498],[210604,-198902],[209167,-199912],[205255,-199497],[209822,-198472],[209209,-198940],[210786,-200163],[212433,-201018],[211485,-202127],[206343,-202988],[207460,-201024],[208882,-203056],[210514,-200726],[208613,-201203],[204894,-197153],[205059,-195983],[205393,-202361],[204927,-203280],[206831,-203924],[206279,-204583],[208493,-196575],[208098,-195778],[217348,-211310],[207943,-205328],[210316,-206077],[209786,-208472],[206285,-205588],[205998,-215833],[206522,-207455],[204914,-210857],[207071,-211760],[214115,-204985],[207949,-213862],[209503,-204628],[211614,-205189],[210944,-205943],[210264,-207363],[209716,-209042],[210490,-209761],[208577,-208437],[207836,-208262],[206386,-206527],[207094,-206034],[205122,-209657],[205431,-208775],[204964,-208561],[205490,-215828],[206362,-215740],[207029,-206633],[207519,-206731],[205131,-210095],[206185,-210607],[207248,-211425],[213339,-205228],[209578,-212414],[209416,-211449],[215207,-221397],[215101,-220438],[213822,-220724],[214806,-218493],[212938,-220268],[213328,-221447],[215105,-218935],[214551,-218162],[214641,-221766],[215517,-232827],[215396,-232331],[213576,-235203],[213357,-235218],[215566,-233977],[216345,-231757],[214184,-232141],[216178,-234745],[206908,-10119],[214884,-12502],[210664,-8062],[216647,-1032],[216298,-6251],[207997,-8108],[209678,-5152],[209740,-2192],[211615,-6404],[206787,-9096],[207135,174],[211830,-11613],[212367,-7241],[216174,-1461],[214407,-3536],[209187,-4571],[210059,-4033],[210089,-3806],[210066,-2016],[211814,-2480],[211400,-6343],[209707,-5517],[210154,-6065],[209283,-4482],[211773,-3249],[210507,-6378],[210999,-3802],[211366,-5224],[214828,-251532],[215787,-254662],[216865,-250177],[216919,-247038],[216457,-279068],[214228,-275480],[214571,-275129],[214963,-274509],[213028,-278024],[208069,-278780],[207569,-279026],[212131,-278857],[214244,-279675],[211164,-281461],[208084,-284277],[208281,-290519],[208385,-288481],[207140,-288428],[205280,-288992],[216217,-292348],[216075,-293378],[216421,-288307],[208633,-282479],[216070,-283027],[212030,-291416],[208124,-288368],[209218,-288140],[210918,-294019],[211089,-290009],[214158,-287282],[214750,-290662],[212970,-285388],[214371,-288831],[214919,-289625],[212012,-286210],[216474,-291601],[215249,-293107],[216510,-293020],[212188,-292009],[215143,-286032],[206183,-290194],[214901,-297088],[206952,-294352],[214054,-299547],[216475,-294454],[210419,-295667],[215900,-301560],[214548,-295179],[216577,-300731],[217108,-300557],[214303,-306822],[215825,-294621],[211934,-305282],[206808,-298089],[211970,-302737],[212219,-300938],[216100,-295800],[210125,-300999],[211821,-303638],[214521,-296789],[206343,-300725],[215235,-300601],[210674,-304425],[216517,-299367],[217488,-299381],[216086,-303397],[216755,-301468],[216244,-295401],[208388,-306150],[209020,-305477],[206680,-301305],[216208,-301122],[216032,-303487],[216149,-304921],[216850,-315415],[212657,-318825],[213228,-308241],[211254,-313558],[214017,-307294],[212589,-314943],[211872,-307008],[215317,-307604],[216213,-323000],[215984,-323619],[213673,-20804],[214497,-19257],[206092,-12688],[215502,-13744],[216055,-21556],[210247,-17767],[214189,-19144],[214614,-22585],[211027,-24639],[215724,-35912],[207311,-38051],[213838,-35924],[210022,-29010],[205587,-35181],[216585,-26393],[212321,-27275],[206991,-39410],[215827,-40908],[211307,-45289],[214178,-43144],[215141,-42724],[215774,-40901],[217536,-48072],[211715,-38626],[205748,-56595],[209733,-51735],[210531,-52007],[216599,-55373],[210860,-59500],[217252,-60987],[208658,-53206],[212829,-53276],[206693,-67057],[216850,-75495],[216137,-68072],[213050,-66215],[206075,-71292],[209601,-72850],[217041,-64512],[216680,-74984],[206479,-110150],[209213,-105815],[206044,-114982],[206669,-112024],[212951,7594],[212285,4773],[210917,1436],[210539,8173],[211750,6538],[213116,3234],[206050,136478],[213706,133491],[205418,134197],[211207,140400],[216045,129324],[215708,128863],[214774,139693],[209378,137584],[209087,135234],[216778,131923],[214233,132366],[206276,131558],[215314,140953],[209434,133542],[215120,141139],[209302,144482],[212553,143375],[212257,142637],[208875,143332],[208701,151393],[208440,144761],[212538,152638],[206796,14917],[216860,22800],[211944,13849],[216210,14677],[216366,17376],[215035,21199],[206518,16808],[212819,14026],[214109,15152],[215538,18384],[214734,21803],[215372,25074],[217153,22729],[211192,25086],[210711,305558],[205209,300939],[211735,317357],[210182,314557],[211404,317073],[211112,318171],[211513,331242],[213654,324077],[212425,327303],[205399,339728],[209470,365023],[216484,366807],[216160,362664],[207923,29553],[212388,31891],[207034,34569],[214439,29453],[207782,26357],[208305,27247],[213060,32862],[214280,34628],[207177,37056],[217070,26287],[215193,29979],[214940,29858],[215476,31004],[209841,27268],[208608,28946],[214934,30554],[214878,29842],[204802,50097],[205548,44691],[216637,42284],[210588,45702],[205457,48109],[205425,43753],[214553,41673],[210670,46732],[205092,47660],[205951,44587],[217195,50362],[208151,45608],[216038,52087],[217459,60920],[215204,58417],[211875,52320],[207575,54237],[210037,53859],[208242,55622],[210335,57710],[214416,52762],[210704,53207],[212843,60898],[205064,60481],[216242,62372],[215206,56529],[208474,57024],[214507,54141],[212989,56145],[209445,54687],[209156,56527],[208401,76306],[212914,74116],[208923,71018],[206011,66312],[212557,70572],[207365,76732],[215090,73182],[215138,69277],[211780,70431],[206479,67446],[214429,69886],[213026,68745],[210196,81246],[211240,79765],[205510,86731],[210892,80684],[212682,77583],[207327,82492],[213905,82054],[211113,84677],[205108,83388],[208465,95669],[215732,97771],[214190,92407],[209304,91486],[206344,89801],[212595,100182],[207307,99125],[206542,91582],[210831,90389],[208553,92887],[216171,91689],[216811,94861],[205020,99885],[213938,102330],[207591,111275],[208819,107288],[211390,114368],[213673,112145],[210962,108438],[210448,107348],[206182,108461],[217125,107131],[216968,106319],[208359,114546],[205322,112391],[216901,109941],[210956,108602],[212014,107434],[209808,122743],[215221,118818],[208626,116850],[204808,117603],[207671,121700],[215036,121381],[228839,-146263],[229480,-146254],[221415,-165563],[220880,-164601],[222766,-161196],[226188,-162366],[226886,-163167],[228960,-164423],[218934,-164553],[224186,-156256],[218923,-164574],[218257,-161368],[222495,-162837],[222833,-162792],[223005,-161459],[221309,-160617],[223539,-160104],[223027,-161429],[225851,-161184],[226508,-163133],[228812,-163127],[228115,-164267],[229339,-165366],[228543,-165951],[219285,-165688],[222749,-174915],[224725,-175437],[222000,-173153],[220380,-171003],[218421,-170315],[219818,-166875],[225479,-176604],[219267,-174835],[218745,-176977],[221487,-178806],[225034,-168348],[224949,-170030],[223671,-170298],[226024,-171335],[230374,-169619],[217669,-175535],[218123,-173164],[222248,-175390],[225058,-175447],[225732,-175542],[221844,-171941],[221299,-172920],[221172,-169888],[220323,-170365],[220083,-169253],[219819,-168695],[219444,-166547],[219892,-166354],[221737,-166352],[229754,-167251],[229783,-168857],[227400,-174078],[228239,-174752],[226559,-176576],[227122,-177057],[223162,-171662],[218493,-175481],[218058,-177888],[217615,-178289],[220619,-176014],[219690,-174833],[220005,-177103],[218772,-177677],[218937,-177877],[222251,-178529],[222391,-178616],[224525,-167894],[225283,-167509],[225016,-170240],[224410,-170511],[222697,-169676],[224013,-169977],[225713,-171054],[225178,-170293],[217863,-182366],[220711,-184234],[220474,-186420],[219937,-187762],[218715,-189055],[225781,-188523],[226022,-190880],[229872,-185448],[220281,-191368],[224973,-191289],[226468,-187686],[224645,-184363],[225704,-181598],[223020,-183843],[220565,-187947],[220169,-179933],[219145,-179186],[222789,-180231],[218305,-179921],[230188,-186879],[218348,-182682],[218235,-185268],[219569,-183668],[221281,-182780],[220974,-185663],[220755,-185209],[220274,-187279],[220128,-187001],[218047,-188709],[218241,-189226],[226084,-189108],[226845,-187850],[221251,-191533],[221397,-191515],[224010,-189453],[224937,-190023],[226486,-186225],[226480,-187175],[225180,-185090],[225951,-185516],[225850,-182776],[226367,-183349],[223464,-182018],[223889,-183026],[221158,-186639],[221622,-187132],[222316,-188571],[222512,-187391],[223554,-181525],[219823,-181078],[218925,-179655],[219095,-179731],[219465,-179227],[221659,-179722],[220706,-180449],[228622,-200195],[223428,-197042],[224672,-195442],[226259,-196989],[228055,-203704],[230191,-203043],[224852,-192437],[218991,-194606],[222350,-192548],[229205,-196915],[217637,-202127],[217824,-200326],[227506,-195273],[230227,-193772],[230079,-202835],[229033,-199892],[228505,-199946],[217647,-197860],[218065,-201570],[220656,-199221],[223757,-198842],[224524,-195530],[225504,-196835],[220402,-203830],[220654,-203967],[226553,-196248],[222943,-200851],[224042,-199779],[222245,-197821],[227840,-201322],[228277,-201552],[229032,-203406],[229426,-203087],[222548,-201471],[222335,-194916],[221769,-194889],[225014,-192121],[224914,-192821],[226779,-193075],[226450,-192330],[219727,-195945],[219175,-193736],[219685,-193448],[226715,-197285],[225770,-198393],[228578,-196264],[218070,-202298],[218335,-200028],[218947,-200664],[221632,-196624],[227548,-196253],[227871,-194874],[229977,-216908],[227915,-206693],[229486,-206819],[226475,-214433],[225669,-209639],[228606,-211289],[226831,-205917],[226110,-207358],[224668,-204970],[230315,-214434],[219789,-208612],[222254,-208915],[223251,-209907],[222684,-205589],[221712,-207411],[219194,-217263],[218708,-214788],[218542,-213021],[222530,-212949],[221825,-212181],[220689,-212429],[217942,-209515],[219226,-209034],[219084,-206113],[220006,-215816],[230144,-209822],[229053,-212042],[229433,-212472],[222661,-216900],[229193,-213927],[228427,-212818],[227218,-206345],[227675,-205857],[229078,-205593],[230081,-206621],[227889,-217287],[226827,-214145],[228123,-213538],[225942,-208186],[226546,-207609],[228589,-210336],[227862,-209998],[226007,-206449],[226027,-205472],[224191,-208212],[225297,-207684],[225476,-206561],[225476,-204866],[224592,-205427],[230007,-213498],[217881,-207447],[218091,-205699],[221057,-215065],[223270,-208274],[222785,-209652],[223593,-209088],[222045,-205953],[222727,-206022],[220161,-215844],[222430,-207766],[221849,-207952],[218945,-217226],[219153,-216746],[217804,-214879],[218724,-213018],[218090,-213578],[222627,-212408],[222744,-212881],[221827,-212125],[221925,-211173],[221183,-212535],[220523,-212260],[219228,-208909],[219343,-209347],[221585,-206535],[221843,-205779],[218139,-206033],[229552,-218418],[228586,-217446],[229828,-229042],[229346,-227699],[229376,-226218],[229006,-226152],[229210,-226400],[229183,-227344],[230292,-221224],[230179,-225734],[230097,-225162],[230177,-217619],[228447,-222377],[228456,-225790],[228021,-226510],[224485,-224104],[227595,-219827],[226123,-218756],[224234,-218426],[224631,-220756],[223061,-224840],[224530,-225378],[223463,-222115],[220522,-220279],[226358,-229576],[227682,-229575],[228002,-219594],[227194,-222357],[225556,-222303],[225400,-225476],[227634,-220985],[226186,-221839],[225004,-219860],[225072,-218870],[224486,-221346],[224870,-221680],[224300,-224084],[224858,-225402],[224204,-225451],[224221,-222094],[223356,-222904],[222026,-220045],[220882,-220584],[226369,-229327],[225705,-229567],[225371,-229252],[227826,-230146],[226396,-231509],[225938,-232278],[225968,-230739],[227010,-231552],[226325,-230908],[224628,-232279],[225614,-232303],[217962,-9461],[228202,-3163],[219360,-9544],[227885,-6234],[222933,-11406],[223780,-10819],[224563,-9289],[218265,-9759],[220205,-10544],[224731,-5226],[229310,-5004],[227712,-9856],[226447,-12395],[221476,-11356],[220516,-10853],[222892,-12283],[222227,-10906],[222012,-11829],[224018,-11180],[223668,-10959],[223893,-10512],[221402,-11186],[224053,-10222],[220705,-249711],[218270,-246004],[222304,-254874],[223216,-251047],[219859,-253935],[220721,-252710],[220712,-246161],[221626,-245712],[219711,-248050],[219231,-247908],[222657,-245490],[220783,-247643],[217742,-246823],[224286,-254743],[224933,-255737],[223435,-255368],[225827,-254213],[226432,-254430],[221962,-254273],[218389,-246960],[225936,-254524],[226943,-257673],[229554,-261854],[226307,-257158],[224931,-260137],[223072,-258188],[224642,-256971],[228500,-266448],[227520,-262372],[227764,-262951],[228392,-265786],[223600,-258465],[227180,-264265],[228239,-259785],[221309,-256200],[226167,-264837],[228159,-259152],[228098,-264708],[227990,-259640],[226108,-260060],[221157,-257239],[225799,-258409],[221936,-257151],[225445,-255872],[230018,-267671],[230370,-267857],[226433,-265656],[229433,-263853],[229721,-263868],[226697,-267473],[225856,-263725],[229846,-267335],[225526,-262147],[229894,-265588],[227402,-264482],[224283,-256235],[228566,-265280],[225553,-258193],[226657,-268352],[218371,-276060],[217932,-278285],[218227,-276346],[225022,-288962],[225072,-293109],[228955,-288193],[229213,-290745],[224930,-292258],[227719,-288350],[227945,-287417],[225567,-288845],[217679,-282787],[222505,-285478],[223963,-290177],[218106,-287160],[220384,-291184],[220609,-292970],[220604,-287058],[219165,-286319],[218688,-290587],[222366,-285450],[218700,-287762],[222194,-292441],[227867,-305723],[224918,-294996],[221640,-300489],[222330,-302201],[222645,-297850],[228301,-294205],[228823,-306267],[228492,-304027],[228211,-306983],[222731,-297914],[228809,-294305],[224509,-306636],[220769,-299274],[220854,-294656],[219463,-303623],[219946,-298762],[223804,-295121],[218234,-298686],[218243,-304853],[227339,-311482],[228440,-312619],[227632,-310380],[228402,-308786],[228063,-311308],[227945,-307496],[223694,-314213],[220969,-310460],[221206,-316043],[224404,-309797],[222638,-315128],[221825,-313879],[219053,-307288],[223641,-312513],[223429,-307606],[219879,-307923],[222738,-307015],[222824,-312009],[221814,-310126],[228420,-314684],[218142,-310388],[218302,-307646],[217961,-311405],[228857,-16584],[218143,-21181],[222949,-14803],[224886,-19662],[219716,-13105],[228955,-24013],[225237,-19984],[224335,-20101],[221458,-15883],[227012,-22919],[218340,-12843],[220352,-24457],[223411,-16212],[229153,-19667],[226613,-18527],[229777,-25341],[228732,-24801],[225045,-19375],[225251,-19451],[225606,-20904],[223557,-17989],[223511,-18457],[222366,-19679],[222394,-16675],[222228,-18266],[222250,-16642],[226682,-13449],[228609,-13026],[219608,-22747],[229929,-24663],[226694,-18880],[224448,-20015],[223579,-18418],[222411,-12641],[225113,-20087],[221714,-18145],[226680,-34664],[222935,-36985],[219438,-34160],[221018,-31002],[223714,-26078],[225827,-26656],[221102,-27747],[218015,-26233],[228591,-33916],[227200,-29374],[227906,-36888],[230017,-36458],[230348,-32837],[229472,-30659],[229899,-25948],[227654,-31989],[226664,-30171],[226868,-37596],[229664,-34424],[228192,-32932],[229630,-31421],[230344,-25466],[223365,-38142],[219582,-30589],[221573,-28688],[222638,-31289],[224917,-29661],[227351,-35217],[229662,-30564],[227861,-29146],[227818,-37808],[228354,-37721],[227510,-37646],[230131,-35206],[229122,-33829],[230311,-31864],[227985,-32684],[228207,-32675],[226651,-32262],[228275,-33653],[227792,-35929],[229689,-36464],[229012,-31757],[225655,-41135],[222844,-42481],[227881,-44301],[225114,-46694],[225137,-46792],[226040,-40299],[228416,-43370],[230385,-40116],[230050,-38759],[217881,-44918],[221055,-45647],[220861,-41830],[219910,-48102],[230328,-54698],[221491,-63502],[221824,-60648],[221337,-61058],[223715,-63482],[219585,-53826],[219917,-51205],[221008,-52043],[219982,-57585],[217468,-56850],[226198,-61918],[226301,-60427],[223964,-67220],[229831,-69279],[218970,-74495],[226845,-64215],[224741,-66859],[224371,-67554],[221480,-70427],[218151,-72365],[229971,-63837],[230009,-112089],[218115,7110],[223991,3854],[221439,1201],[219112,6947],[226400,849],[224610,5202],[228280,6650],[220954,9317],[223522,12659],[227560,8369],[221460,11444],[224774,140349],[219468,130872],[226873,136957],[219594,132233],[229659,135129],[225750,129563],[224660,131253],[222003,140767],[223617,140226],[223693,138249],[218043,138863],[224280,134946],[222239,132709],[222326,130994],[229079,134137],[226696,135748],[230272,132859],[226405,131522],[222773,138973],[219349,134647],[219711,143850],[219048,146929],[221562,146390],[225906,151669],[228597,147546],[219382,149465],[223279,147281],[224087,153185],[219494,144403],[223817,146489],[224117,151551],[228246,146240],[227321,143907],[219490,22673],[227215,24079],[220864,21937],[223552,25320],[221950,23656],[229751,13865],[226848,25418],[219556,19511],[220568,19910],[218341,20930],[225558,16682],[219394,25030],[224306,22487],[226350,17897],[229777,20695],[224634,13586],[224402,13132],[229737,36165],[230364,33602],[227568,33611],[225741,30121],[217822,36618],[218693,28849],[219149,29008],[220940,27803],[222504,34172],[226916,34508],[228594,36382],[228136,35804],[226883,34411],[225553,29803],[218056,33485],[219640,31079],[224219,33698],[222796,27724],[220536,27973],[229787,35845],[228138,35902],[229695,33791],[229323,35545],[228077,35883],[229361,33784],[223753,30822],[225414,33050],[220838,32575],[219632,35710],[225756,35853],[229246,37688],[228970,35467],[228542,34927],[218991,39309],[222942,42074],[227559,43739],[220890,48758],[223266,48827],[229238,39804],[229357,42014],[229856,43051],[223504,40899],[228931,44895],[222526,50395],[225481,49868],[223511,50241],[226923,49445],[229078,40309],[228887,39939],[229623,41990],[229529,41103],[220816,44489],[226653,43039],[220346,39012],[225822,39089],[223869,42456],[223447,43098],[222487,45761],[224514,48124],[223299,49514],[222699,49334],[225299,50540],[221445,48303],[224284,48636],[229573,41469],[226128,59749],[226854,54328],[223421,51631],[225871,54503],[221900,57746],[220811,60341],[229298,56808],[224614,51519],[225087,55363],[225014,56008],[225405,55249],[220715,51414],[220422,53260],[221515,51781],[220640,62575],[219915,54602],[227388,61280],[222795,62885],[226996,54115],[222863,52705],[225310,56003],[223801,55327],[219648,52811],[218020,69504],[223264,72648],[224590,66307],[228183,69082],[228963,65522],[227230,88305],[227273,81820],[224450,82574],[218899,87706],[221710,77652],[223209,89185],[228401,80360],[226111,84188],[218113,86952],[221051,77628],[220121,92197],[228080,90072],[224216,102487],[229259,96163],[218952,101194],[221710,100781],[219709,91168],[226624,89970],[228113,91955],[228837,96552],[227693,97787],[219634,111837],[229436,115350],[229790,103439],[226239,108273],[221686,110086],[224657,103023],[225284,103138],[220489,103329],[219815,102960],[218425,104140],[219791,121465],[224007,115915],[222665,125787],[221630,123901],[219382,119567],[223750,126159],[226100,117458],[219661,123622],[223572,126110],[222958,124887],[224154,121335],[221168,120290],[222303,118951],[228733,121481],[228439,124273],[226896,128014],[222470,126026],[220193,116602],[234283,-121290],[234104,-123943],[239124,-126242],[230667,-145946],[232416,-146284],[234797,-152884],[234917,-153300],[233493,-152992],[242967,-151322],[237980,-152553],[242630,-150859],[237664,-151916],[231204,-148664],[233865,-147605],[235351,-152736],[233957,-151676],[240581,-152424],[234636,-159912],[233018,-155269],[239264,-153721],[234021,-155303],[238449,-155151],[238192,-159491],[231995,-155763],[242479,-157546],[234412,-159650],[235751,-162070],[236854,-158654],[233631,-154643],[232968,-154210],[241114,-154172],[240467,-155865],[242740,-158000],[241375,-156214],[237901,-157418],[238781,-157771],[231284,-155320],[232427,-156029],[241024,-159501],[242995,-159505],[242448,-178802],[242010,-167593],[241062,-175131],[240940,-167607],[243070,-169291],[242128,-167492],[242197,-174729],[240857,-167400],[240653,-167884],[242770,-171223],[238305,-169160],[239373,-174511],[238074,-170327],[231381,-174670],[233534,-177027],[238372,-177708],[239617,-178399],[240843,-177197],[231984,-169081],[233242,-169348],[233476,-170080],[239120,-167519],[240016,-168724],[235700,-168557],[236828,-177952],[236509,-178343],[235920,-174728],[235931,-173698],[239507,-173354],[231401,-176042],[239137,-176838],[239581,-175298],[231290,-167538],[233388,-173323],[239569,-167706],[234208,-169766],[237231,-177444],[235333,-173987],[231554,-191744],[234877,-189272],[232778,-191113],[230546,-188810],[239672,-187740],[232637,-189521],[243102,-185271],[236871,-189928],[235248,-189671],[232144,-188425],[237952,-190425],[238704,-190519],[239155,-188558],[239321,-187376],[242717,-180307],[239852,-188447],[242179,-188187],[241372,-188426],[233832,-189948],[232795,-190908],[231390,-185045],[233982,-185063],[231987,-180810],[234254,-180426],[230677,-184039],[231351,-185707],[232224,-182893],[233311,-183247],[232548,-182339],[233382,-181385],[232250,-180271],[230418,-181819],[232764,-180788],[238192,-181692],[230721,-179318],[237136,-193927],[238283,-197910],[237131,-192767],[234525,-192639],[234324,-192007],[241535,-194239],[241115,-194721],[237149,-194799],[238442,-193812],[238467,-197365],[236848,-196768],[236234,-192603],[233289,-192526],[234524,-192250],[232374,-191889],[241520,-192247],[241169,-192316],[242663,-193772],[233427,-198127],[231778,-201637],[231447,-197025],[231585,-199074],[233528,-197965],[232414,-198551],[234524,-199718],[234689,-199907],[235490,-203617],[233015,-202170],[234511,-201844],[231607,-201034],[231438,-201216],[231120,-196833],[231328,-195945],[230538,-198890],[231355,-197787],[231315,-216901],[234593,-205422],[232903,-204974],[233828,-205539],[231606,-207108],[232779,-209308],[236226,-208150],[236430,-208136],[234930,-209932],[232562,-213440],[231441,-208606],[231087,-208408],[233556,-210338],[233224,-210546],[230940,-214252],[236509,-207002],[235906,-207396],[234735,-206566],[233927,-208050],[234782,-209680],[235814,-208569],[232350,-212059],[231527,-212729],[236018,-204958],[231399,-204681],[237430,-207907],[234250,-209312],[233251,-211921],[230535,-211277],[231090,-207476],[232852,-209932],[235787,-206248],[235769,-206956],[233967,-208452],[235784,-209815],[231871,-213251],[241586,-219429],[239797,-223021],[239909,-222627],[230836,-228933],[231137,-225101],[230608,-221426],[241509,-224320],[232961,-218344],[232779,-218090],[232188,-226677],[230737,-227336],[231728,-223506],[231509,-223488],[230745,-222240],[242973,-242396],[239140,-239092],[241895,-242685],[235119,-238569],[232914,-239222],[233742,-240654],[233865,-241904],[232118,-240954],[239016,-241221],[236210,-239569],[236783,-241633],[237526,-239988],[232841,-238658],[238473,-241053],[237051,-238541],[236333,-241314],[235522,-239088],[237042,-238388],[232028,-242741],[234344,-241643],[233937,-239171],[233660,-242994],[236119,-239452],[241923,-3547],[233459,-2538],[233273,-2728],[232607,-4040],[232480,-3612],[231398,-10550],[232078,-8459],[233126,-8011],[235566,-10269],[238216,-9490],[239686,-9609],[237873,-6368],[240865,-2369],[241360,-6601],[241011,-10199],[240038,-247050],[236373,-243968],[239868,-248287],[241719,-247040],[238871,-248432],[241848,-247168],[241123,-249173],[242010,-255082],[240387,-246732],[243139,-259783],[236669,-258677],[234669,-261886],[233924,-262505],[243006,-258835],[241929,-256926],[242417,-262254],[233185,-258490],[233216,-258446],[237063,-256506],[232685,-259973],[236382,-257088],[231081,-264666],[231666,-256299],[232243,-257933],[230969,-261408],[231175,-261375],[230703,-263457],[231204,-256355],[237837,-273712],[241295,-270087],[237508,-279974],[239198,-273265],[237420,-273532],[242557,-273830],[243032,-270405],[241623,-277476],[242305,-278199],[241464,-280195],[239219,-273209],[238372,-274625],[238690,-275945],[237240,-276284],[238974,-279145],[240057,-275076],[239682,-277808],[238267,-276758],[235770,-280799],[233372,-272153],[235600,-274169],[234035,-278263],[236504,-277755],[238113,-280810],[235694,-274362],[236298,-276168],[234578,-276441],[234614,-273873],[236294,-276512],[235497,-274630],[236638,-277168],[236285,-275727],[235048,-275422],[241252,-284772],[240953,-284224],[242954,-281528],[242473,-285065],[242937,-290246],[241413,-281843],[242485,-288291],[242333,-289855],[232652,-287822],[234306,-293386],[231040,-286479],[239065,-289994],[236572,-289612],[239523,-283782],[239511,-283376],[237950,-284995],[232868,-294012],[230895,-292208],[233802,-286345],[233109,-289536],[230733,-287435],[233684,-290192],[230974,-288550],[232192,-286012],[240636,-305659],[231231,-303205],[236909,-304692],[243070,-300301],[233763,-295714],[241766,-304501],[235736,-306332],[239257,-297589],[237520,-304516],[235980,-305261],[235261,-306513],[234028,-306859],[233048,-303667],[232338,-307805],[230825,-309232],[236129,-308374],[236456,-307644],[238743,-312029],[241012,-308737],[231452,-310640],[234027,-308068],[241581,-317781],[242953,-318573],[241611,-317298],[236714,-313889],[237419,-312704],[236213,-312528],[235589,-310630],[233512,-309437],[242063,-326385],[243137,-326127],[238022,-324163],[234146,-323500],[242096,-323123],[242041,-322349],[237413,-325346],[231552,-20833],[239073,-20113],[231653,-14652],[230739,-19901],[232384,-22777],[243145,-25284],[232698,-22334],[234008,-24982],[231316,-24502],[242126,-20532],[232642,-15115],[238503,-23742],[241335,-13355],[238829,-14398],[239025,-14822],[240955,-34440],[234872,-35340],[239282,-37111],[233976,-31392],[235144,-26024],[237841,-31358],[243147,-34942],[241672,-33823],[237764,-33226],[236591,-37462],[238912,-36481],[233379,-30685],[242514,-26630],[235247,-31639],[241042,-32813],[236087,-26202],[232756,-26871],[233677,-27534],[230537,-33401],[239483,-34099],[240322,-36215],[241681,-32580],[241178,-34080],[241164,-32766],[238992,-33607],[236859,-37607],[234503,-35649],[235685,-36106],[238338,-37403],[238198,-37971],[237861,-37787],[241384,-37072],[230750,-35068],[230469,-36334],[234423,-29510],[232692,-29302],[234525,-31879],[240683,-25776],[240825,-30557],[239067,-28215],[236762,-26563],[242446,-29146],[238176,-31209],[240507,-34431],[238676,-31418],[235500,-36425],[239501,-37134],[233745,-30819],[240174,-48500],[243129,-38829],[242223,-38740],[240459,-46414],[237353,-48499],[235596,-44038],[235723,-42677],[231550,-43104],[231720,-39336],[234576,-49536],[235181,-50938],[235301,-50734],[241685,-40185],[239152,-38215],[242003,-38556],[240546,-38906],[242856,-40625],[242989,-50339],[241605,-46380],[241529,-46274],[238443,-46078],[240124,-45255],[238923,-45572],[238910,-50704],[238963,-49291],[236082,-42985],[237659,-44115],[235783,-42814],[234437,-42483],[234719,-42712],[235503,-41343],[232656,-43458],[231651,-43425],[231284,-42311],[230907,-39241],[240125,-38381],[242116,-39029],[243172,-48133],[241813,-45986],[239223,-46705],[237369,-48976],[237370,-43767],[235993,-41901],[231401,-42699],[232069,-40789],[241667,-39130],[241702,-46549],[238194,-46990],[238669,-48606],[237948,-43756],[234209,-42657],[231414,-42587],[232032,-39763],[237486,-51057],[233417,-55781],[237820,-53510],[236887,-57254],[239206,-59879],[235982,-54663],[230793,-54548],[237324,-59830],[238765,-58771],[239556,-51030],[235071,-62351],[234442,-60222],[242202,-70270],[234040,-72836],[240727,-76503],[240558,-67857],[232063,-67858],[242391,-69993],[233078,-75444],[235610,-72396],[238028,-71567],[240578,-72363],[237363,-73909],[238298,-66870],[238291,-66440],[236184,-64355],[232058,-65436],[233088,-72620],[240609,-70856],[238916,-85782],[237739,-80984],[235173,-83896],[236034,-83667],[242900,-81396],[238618,-85687],[232884,-83963],[231001,-86173],[233002,-83281],[239416,-84721],[233242,-82813],[240448,-76557],[230803,-88496],[241169,-80107],[234247,-80043],[234330,-86443],[238503,-97929],[231610,-113183],[232861,-110821],[237670,-108075],[243060,8099],[236696,9852],[242678,10831],[239618,9598],[232097,5074],[235332,1538],[237881,5176],[237765,7552],[236746,1588],[242981,2123],[232625,139966],[234522,131154],[242908,129394],[237260,138115],[231712,139908],[232150,130480],[234064,139033],[236349,138503],[235948,139864],[234225,138790],[236634,128781],[234156,133386],[232084,130371],[231680,147048],[235147,15075],[235210,23377],[234178,18646],[231947,19362],[230408,21115],[237194,20050],[235080,18640],[233280,18981],[242089,16742],[231515,17696],[239570,23910],[233741,31652],[230461,28586],[234921,25849],[235115,29228],[234271,37711],[232403,34309],[233885,35537],[234008,33285],[238035,31858],[237415,32792],[237796,30999],[233714,36687],[232691,36201],[233266,35738],[235903,33200],[240648,27388],[238697,36781],[239220,37430],[234551,34134],[242721,31157],[236566,29359],[233907,34547],[236426,32458],[236280,32213],[233864,36066],[234842,35970],[232963,34681],[235491,32403],[236214,31707],[234286,36805],[234818,34157],[236131,33663],[237118,32512],[234500,37818],[232659,39177],[243034,50517],[242307,46788],[239548,41212],[230670,40624],[230505,43651],[233173,42536],[230470,39342],[231660,42078],[233487,49065],[237373,42281],[237951,46697],[237857,49668],[238357,51330],[238430,48679],[242321,43010],[240701,50404],[241843,42693],[240244,49503],[241651,43141],[230850,39011],[231313,41999],[230577,42850],[239985,57113],[242687,52218],[239161,53398],[230858,54300],[233601,58578],[234245,54631],[236447,51942],[236721,56502],[241859,63171],[237665,59835],[239119,52839],[238491,57248],[238916,54317],[234628,700546],[237987,702829],[240777,699488],[241933,691640],[237656,705400],[235814,712126],[237935,710562],[241555,714666],[242747,708515],[237882,718024],[237839,75805],[236492,74377],[239122,89446],[236228,80048],[238202,83989],[233846,88818],[233295,84507],[230798,85016],[235612,78943],[238203,89491],[237864,82296],[234590,88723],[234190,77714],[233050,78582],[240614,98359],[231548,93859],[231888,91969],[242642,97075],[233915,92895],[241790,97410],[231614,101765],[237000,92067],[230480,92828],[230679,92574],[233258,91206],[240810,97342],[232623,93605],[234323,93677],[241903,114726],[233571,106796],[237146,110460],[238450,108085],[238273,109308],[235732,103128],[233711,103806],[241665,106878],[235124,115243],[231487,112521],[233515,115370],[239120,113785],[236292,103786],[242105,110041],[234378,105605],[233563,104664],[239083,107900],[233376,107703],[232442,120537],[232773,115830],[236735,127642],[230459,119503],[234490,116967],[242117,126976],[231637,123367],[231706,119694],[242541,122166],[241085,123226],[240456,125478],[237756,125639],[231600,121966],[232417,127328],[230436,119993],[236568,116670],[238232,126482],[231316,121617],[248132,-120140],[243674,-151677],[244796,-154417],[243551,-155455],[244737,-156222],[247634,-174973],[247420,-176221],[248154,-171518],[247722,-170506],[244251,-169155],[248022,-174836],[245420,-178961],[245541,-178181],[245529,-178418],[247727,-178691],[248907,-174562],[245836,-175153],[246420,-173587],[246769,-175053],[248963,-177716],[248872,-175826],[248515,-175978],[248578,-171312],[248040,-172582],[247873,-170306],[249004,-169187],[246652,-171211],[245624,-169781],[244429,-168258],[244557,-189324],[243868,-185301],[246525,-186912],[244969,-180112],[246440,-180559],[249503,-180742],[248020,-182953],[243870,-181657],[244604,-181968],[244931,-183618],[243676,-190638],[243588,-185252],[246207,-186939],[245501,-186987],[248975,-180261],[246100,-180672],[247368,-182228],[249050,-180566],[248469,-183299],[244594,-214018],[252835,-211791],[249791,-209556],[246802,-212585],[245898,-217393],[255363,-206439],[247321,-213221],[249379,-209095],[244071,-216453],[246228,-215120],[253977,-217071],[249878,-213834],[254859,-206269],[252456,-208762],[254531,-209587],[253644,-215648],[245488,-218577],[253381,-218998],[249152,-221186],[255284,-227644],[255336,-226933],[255110,-228700],[251430,-217764],[250539,-220849],[255365,-225642],[251511,-221275],[255868,-229208],[243712,-239732],[252855,179],[255148,-533],[255957,-3946],[255078,-1480],[252612,-728],[253972,-623],[254259,-1685],[255869,168],[243951,-6522],[243517,-7748],[247043,-7132],[246312,-6228],[243679,-1924],[253819,55],[246232,-246031],[251198,-253202],[252199,-252891],[246722,-246409],[248093,-244691],[245860,-245255],[249769,-250811],[252183,-254135],[246113,-246769],[246845,-246513],[244559,-247922],[245143,-254889],[245197,-248902],[243203,-252287],[243740,-250665],[245199,-253379],[255606,-261489],[251961,-258281],[255677,-259124],[254580,-259570],[243662,-258983],[244363,-261897],[253118,-264011],[250259,-259088],[243923,-259737],[247236,-261867],[248634,-259097],[246669,-260017],[245868,-258877],[249466,-264380],[248725,-260180],[255746,-263238],[249814,-263630],[247944,-258865],[245037,-259529],[253340,-266548],[244845,-256727],[247187,-258746],[248180,-261015],[249742,-258380],[247086,-259907],[243862,-262314],[248378,-257832],[244832,-258996],[245766,-263367],[245573,-257707],[244406,-259917],[244423,-262007],[247198,-258665],[243614,-257707],[252982,-266529],[253919,-265482],[252267,-265035],[255404,-268217],[250239,-265347],[249543,-263453],[250760,-262916],[250851,-259979],[250153,-259617],[253374,-263733],[244212,-260584],[249362,-264442],[245049,-258484],[251663,-274786],[254414,-273930],[251252,-271715],[253663,-270724],[253287,-274191],[253092,-273079],[254316,-274207],[245279,-275408],[255549,-280717],[254905,-279753],[255613,-278557],[252238,-276180],[245135,-280380],[250091,-276590],[247894,-279012],[249358,-275103],[250269,-272303],[248336,-273696],[250574,-274386],[253461,-273955],[249709,-273842],[252196,-273890],[254790,-275050],[253091,-273467],[251061,-275953],[254800,-273258],[253359,-276271],[255299,-276067],[253561,-274947],[244557,-280709],[244069,-280132],[245159,-278466],[247904,-278353],[245890,-280539],[243764,-273776],[246019,-279981],[245217,-280552],[255981,-281034],[250816,-274377],[254616,-270787],[250766,-292028],[243695,-292046],[250444,-289243],[255963,-282960],[245482,-283950],[255254,-289379],[253120,-291773],[249825,-293023],[244265,-292937],[255929,-285961],[252056,-288982],[253084,-284928],[252040,-288267],[253619,-287438],[255124,-283816],[245858,-284456],[244847,-284770],[250334,-286273],[249712,-289913],[255969,-291344],[251920,-293033],[255875,-292219],[245988,-292645],[246298,-293578],[250431,-292842],[252712,-286545],[252719,-286879],[251102,-285248],[255312,-291414],[255000,-291654],[251650,-289034],[252540,-287975],[255525,-286013],[255284,-285825],[252430,-285277],[251296,-285114],[255719,-286214],[253253,-288337],[244974,-293813],[250724,-286852],[250856,-291600],[254985,-284225],[253752,-302077],[250843,-296058],[255341,-300485],[252188,-300396],[252151,-299220],[254577,-300851],[246788,-295864],[246727,-295140],[247304,-297104],[246608,-295985],[247850,-300512],[250540,-296393],[254410,-302486],[245545,-295290],[250786,-297064],[252326,-301108],[253599,-297288],[252674,-299555],[252847,-299641],[254602,-300198],[254370,-297158],[253677,-302412],[255901,-297158],[249708,-295443],[244874,-295314],[247041,-297456],[244627,-296768],[248608,-297655],[247744,-296027],[248435,-296621],[250167,-296708],[246673,-299898],[253609,-298136],[248511,-297287],[245956,-305762],[244179,-306636],[244190,-312412],[246977,-318013],[248390,-312041],[247077,-310343],[251622,-318837],[252979,-316316],[254857,-317069],[247419,-319476],[247020,-308878],[244646,-308082],[253326,-317609],[255280,-317199],[254265,-318772],[245533,-319297],[246831,-315753],[248772,-309071],[253606,-324805],[254513,-322912],[244234,-320157],[243297,-327438],[254044,-325195],[252537,-321653],[246498,-324734],[254185,-320254],[245910,-325479],[254243,-324297],[255147,-324990],[253399,-320517],[255595,-322632],[254566,-325290],[253005,-322134],[244113,-328599],[249496,-323153],[244774,-326839],[247949,-323460],[244916,-326957],[244580,-24585],[243394,-21046],[245657,-20574],[243512,-25018],[244943,-25042],[249426,-23975],[248164,-16662],[244564,-25285],[248880,-23749],[246368,-18413],[247842,-19839],[253916,-24957],[243859,-31571],[252650,-31740],[252308,-29713],[243413,-34487],[245563,-36205],[243610,-25568],[250740,-35936],[251556,-33232],[255835,-33142],[245567,-36719],[245337,-37664],[254427,-26026],[246970,-25459],[248274,-29840],[255568,-33727],[251941,-35881],[248727,-35643],[255507,-29185],[245012,-27485],[248327,-35572],[250341,-31444],[252386,-34006],[244237,-36237],[244316,-35702],[253601,-25403],[244833,-33042],[244570,-33143],[245486,-37311],[247665,-35778],[245806,-37850],[245507,-26286],[244106,-25571],[243572,-25943],[244381,-32240],[247383,-28107],[248182,-37562],[255223,-31592],[243577,-34973],[247303,-37782],[245678,-36557],[255440,-26340],[255692,-40059],[248558,-50271],[252867,-47012],[243311,-47348],[245153,-40826],[247113,-42006],[247076,-38275],[252290,-42511],[254576,-43268],[252174,-49937],[248220,-44361],[248359,-48957],[244140,-49284],[248085,-44798],[243828,-40509],[246987,-41635],[251590,-42035],[254007,-42989],[252512,-49076],[248471,-43957],[249641,-47651],[246111,-42592],[251182,-49932],[244359,-43407],[244887,-41550],[247557,-41415],[247671,-39645],[253231,-42209],[251692,-48669],[248687,-44047],[248744,-48688],[243449,-49216],[244800,-50471],[243732,-38898],[250377,-50008],[246170,-45110],[252941,-38762],[247401,-49041],[243329,-46856],[244293,-40654],[243718,-39636],[247175,-42381],[246691,-41506],[248929,-40892],[247682,-39270],[247707,-39407],[247223,-39236],[250391,-41596],[251183,-41721],[250793,-40666],[253201,-42593],[254393,-42538],[252915,-42159],[252610,-48547],[251585,-47617],[252484,-47577],[250645,-44833],[249503,-44611],[250022,-43859],[248023,-49133],[250405,-47666],[249940,-48659],[243470,-49219],[244011,-49646],[253732,-63493],[246539,-57471],[252866,-52027],[247094,-52719],[246247,-52159],[255581,-61006],[251799,-59823],[253937,-51505],[255963,-54803],[246917,-51209],[254415,-61001],[253634,-52806],[246121,-51744],[255742,-63748],[254510,-51435],[254703,-52255],[255658,-54066],[247873,-52526],[247771,-51589],[246951,-53449],[251860,-66371],[247174,-68375],[248350,-69114],[251141,-69846],[250807,-66314],[246390,-83709],[249984,-77035],[244345,-80440],[243214,-82002],[245870,-81074],[243782,-82410],[251581,-81010],[252788,-84845],[252275,-97592],[250538,-99303],[251961,-96464],[247260,-100551],[249279,-96107],[251903,-93062],[244326,-111871],[245649,-114233],[252773,9896],[247434,7172],[250250,4929],[251504,5370],[252091,1001],[250058,945],[247587,760],[246922,533],[244778,489],[252889,12349],[254781,12873],[251974,6337],[250020,4948],[250852,5215],[250382,1289],[246946,2676],[246814,1686],[244311,1679],[252566,12998],[248281,11481],[252736,10089],[247722,9495],[254522,12113],[255637,11533],[254943,5258],[250307,4066],[253913,4767],[251650,3988],[252195,5413],[251388,4206],[253007,965],[253095,727],[251144,1192],[249290,1305],[249154,966],[248212,2359],[246264,813],[245555,2234],[244201,560],[243578,2265],[243771,854],[254186,12550],[252841,12488],[253637,5456],[253171,3825],[251692,1417],[248672,362],[247754,2082],[246653,1580],[252456,132148],[253456,130038],[252850,21635],[251556,23931],[251054,17376],[243436,17985],[245985,15831],[253938,13032],[254982,16483],[254067,13331],[251304,13976],[255426,15604],[243746,14200],[250243,17392],[247391,22305],[243673,24428],[245831,22749],[247680,21769],[251553,23330],[249909,22515],[253356,22473],[254192,19572],[250805,18827],[253656,14597],[252873,14153],[255080,15848],[252762,17479],[254011,14062],[248763,32987],[254727,27615],[251929,28503],[248464,37285],[243894,35179],[252476,36166],[245361,37823],[254345,28818],[251104,34761],[249703,30307],[244051,34393],[248549,33854],[255355,28163],[244626,26468],[244454,29532],[245980,27221],[251348,26614],[249013,28918],[247395,27924],[254033,27602],[254922,27060],[249240,47711],[247484,44304],[251987,40308],[245135,45925],[246470,50778],[244459,50583],[247344,46923],[250621,43125],[251463,41255],[245394,39313],[243838,46523],[244416,38857],[248546,49341],[248003,45083],[251613,42341],[244310,44917],[243369,45105],[245358,50415],[245750,49742],[251978,60299],[246209,59484],[243697,60502],[250490,59125],[248765,60231],[244925,59274],[251524,60027],[249472,61451],[244683,60924],[244379,63073],[254977,61814],[246041,694016],[244546,702735],[246427,701710],[253850,694986],[246341,701568],[253305,695047],[255857,695332],[252151,710236],[254968,711203],[251462,709702],[252577,716358],[255801,714802],[254219,708371],[254097,714835],[253577,710331],[254887,706434],[255120,711834],[254718,714932],[255270,715630],[250824,712133],[252975,705425],[255715,707510],[255846,713348],[255663,715501],[254890,716102],[252746,709298],[255891,712020],[255663,713800],[251971,727238],[252067,726049],[251508,727403],[254919,725238],[254534,721467],[255943,722393],[254838,721681],[253659,723376],[254505,735190],[254707,732807],[249918,69036],[245158,64967],[247857,67084],[253088,68101],[246065,68155],[248056,66696],[253093,68960],[252667,75703],[249513,69442],[249321,69526],[249147,69809],[248361,69997],[248755,70612],[249491,79514],[252200,78220],[246345,78636],[252274,82855],[243958,79153],[255618,84705],[253928,88965],[245039,91235],[247357,102035],[254975,89829],[253590,98136],[244519,95547],[248213,101526],[247941,89963],[243824,111664],[245679,110563],[253707,112947],[247132,107346],[253996,103421],[246561,110649],[255124,110240],[254234,113513],[248490,108365],[251460,111327],[250549,108917],[252992,108032],[249961,103511],[243971,103985],[244562,122152],[255366,120482],[251355,120632],[249826,124735],[246258,119571],[246596,123869],[254061,118352],[250326,115920],[244387,127851],[250477,117300],[251039,117888],[247638,124024],[254381,124398],[245603,126809],[246526,118927],[245302,122038],[247908,120768],[12955,-127028],[19524,-122861],[23323,-125726],[17077,-121773],[14451,-124585],[16632,-132348],[21051,-133050],[21437,-128507],[18076,-392525],[20508,-395227],[15333,-390095],[18061,-389041],[22190,-389534],[17301,-472602],[14048,-467586],[21790,-466930],[17783,-466556],[18518,-467712],[19105,-469775],[21854,-476434],[23109,-475387],[16275,-113241],[256588,-187959],[258189,-186529],[257358,-190241],[260898,-183308],[257860,-186237],[267224,-182430],[260706,-190933],[257123,-188992],[266798,-182318],[258696,-189962],[264321,-184315],[258680,-200444],[262914,-193142],[258346,-200299],[261706,-192774],[259850,-201426],[258566,-203956],[267162,-195971],[260070,-200165],[260326,-200751],[259087,-201705],[260431,-193152],[257495,-202552],[267953,-200206],[258034,-195037],[264974,-211024],[259565,-212486],[257452,-213576],[265066,-207284],[267882,-210065],[263628,-205857],[262814,-212676],[263611,-215520],[263494,-210333],[260366,-210880],[256582,-205477],[265574,-214114],[263955,-207867],[259691,-226391],[266627,-224046],[267807,-228302],[256357,-223467],[258317,-228332],[260377,-226560],[259431,-222284],[256005,-217720],[262258,-221678],[260221,-227956],[263865,-217926],[262355,-224805],[268291,-227640],[258161,-226491],[268129,-220716],[266361,-220330],[258088,-224791],[258973,-226524],[259725,-229341],[259038,-225909],[261170,-225793],[260205,-227761],[257321,-224527],[256048,-225426],[257725,-227044],[259299,-224497],[257892,-228733],[256619,-223748],[268087,-223082],[258003,-217628],[257374,-224231],[267210,-225393],[257363,-225421],[263280,-232787],[267792,-242583],[266928,-236449],[259600,-232013],[263209,-233560],[263524,-232750],[267986,-240911],[264130,-238565],[259213,-5493],[263034,-805],[260258,-1146],[262792,-3447],[267689,-11724],[264294,-8744],[259829,-7386],[256458,-2552],[261197,-1712],[268246,-12510],[263745,-10416],[257863,-2880],[259672,-6998],[257603,-3587],[257137,-3929],[258885,-7348],[258639,-6644],[261817,-437],[261946,-285],[261964,-428],[260490,-587],[260085,-766],[260230,-1853],[262133,-4704],[262991,-2719],[267027,-11806],[267397,-12452],[264527,-9616],[263685,-10488],[264060,-8642],[264492,-5395],[267719,-8097],[258495,-6999],[257520,-2697],[262047,-595],[260827,-2458],[264752,-10419],[265866,-246087],[263999,-250657],[266376,-248022],[264002,-247849],[263939,-248114],[264620,-246267],[265050,-247534],[265136,-248836],[263778,-246695],[265814,-248581],[263081,-245414],[259573,-267064],[260411,-267961],[259384,-266523],[258479,-267213],[258249,-267222],[260328,-267211],[259928,-266304],[256842,-264336],[257704,-265973],[262727,-275106],[259930,-268614],[261166,-270358],[258581,-273417],[256511,-280343],[259958,-279415],[259823,-280052],[256717,-276868],[259076,-279712],[263267,-281131],[258901,-276666],[256751,-272456],[256578,-279591],[256371,-278179],[256235,-269201],[259693,-278350],[260905,-280335],[260113,-278500],[265024,-279923],[265183,-280896],[267728,-281029],[258663,-276021],[257103,-280369],[261735,-280053],[258262,-277870],[257961,-280405],[256891,-276701],[256241,-277934],[262626,-280604],[259099,-279416],[266386,-280668],[256201,-279582],[260798,-280392],[259474,-290048],[265981,-282403],[266946,-285338],[264070,-283379],[266655,-285533],[267170,-285142],[257333,-281805],[259838,-283711],[266457,-281765],[257675,-289974],[259375,-293031],[257849,-287122],[260205,-292771],[259995,-287860],[257279,-281493],[257369,-281685],[257630,-283680],[257000,-281794],[260874,-284370],[256991,-282345],[257358,-282725],[264030,-286496],[267285,-285506],[267149,-282013],[265286,-285312],[266016,-282839],[263489,-285606],[268337,-283208],[262843,-286539],[260071,-281913],[262540,-282350],[263015,-303103],[257627,-299838],[265375,-302887],[263938,-302905],[265333,-301906],[260198,-298034],[261108,-303395],[266918,-300715],[256452,-294574],[257692,-301177],[264677,-298857],[257827,-302462],[258754,-298493],[257867,-298837],[261478,-299269],[262327,-300988],[263247,-301844],[266333,-300789],[261752,-302253],[261563,-299109],[260369,-302081],[264716,-300107],[265581,-299245],[263695,-301200],[264757,-302184],[267726,-294332],[267681,-304509],[265966,-294566],[260617,-303196],[268317,-304126],[264114,-299599],[265084,-315132],[264850,-313106],[267629,-310301],[268636,-316523],[267004,-308716],[266297,-310736],[266632,-316580],[264898,-317984],[268340,-308934],[256901,-316266],[256063,-315536],[268458,-322649],[264973,-322654],[268409,-320698],[265986,-329771],[266866,-324827],[267799,-328816],[264107,-332372],[267113,-328197],[265097,-325328],[268708,-329897],[268759,-325571],[256039,-321694],[268768,-333619],[267962,-23611],[268469,-22250],[268485,-20680],[266464,-23943],[267413,-22883],[268624,-20114],[268331,-23890],[268106,-22932],[268503,-21000],[267184,-20964],[266454,-23066],[267874,-22776],[268314,-18813],[257988,-24154],[256669,-24114],[261183,-25024],[264604,-23049],[258367,-24675],[260897,-22966],[264110,-23448],[264225,-23788],[257037,-24457],[257493,-24271],[257485,-24179],[262094,-24744],[261706,-24171],[261525,-23247],[265442,-23884],[259818,-23202],[256417,-33650],[256347,-34803],[257245,-35010],[258932,-37183],[263406,-26576],[267389,-28974],[259794,-27123],[260713,-30829],[263978,-32063],[263598,-25862],[263110,-29137],[266598,-37732],[265543,-29530],[268676,-37294],[259741,-27812],[257156,-26373],[264703,-25732],[266289,-28421],[267225,-28479],[264789,-27883],[266176,-29396],[263386,-27750],[265185,-26081],[262718,-27214],[266970,-35833],[266791,-32453],[264025,-32254],[268032,-34585],[257000,-26976],[267733,-29610],[264001,-26160],[263266,-34826],[268339,-30271],[259817,-46285],[259820,-47804],[261214,-46378],[257151,-38566],[260244,-47226],[266541,-46117],[265163,-48813],[262285,-47449],[262960,-44850],[256479,-39934],[264270,-48165],[260720,-47712],[260719,-49344],[266025,-45427],[260749,-50447],[267226,-50453],[264519,-50372],[264751,-50629],[266670,-50798],[262945,-47614],[261963,-47934],[263571,-47416],[261191,-45582],[260804,-46188],[263021,-45843],[264382,-50372],[262639,-47265],[261458,-44718],[264968,-39456],[265740,-43068],[267758,-41395],[268662,-43112],[262927,-44204],[265216,-43225],[266809,-43845],[263310,-42826],[266901,-44907],[267276,-40871],[268705,-43317],[267663,-44433],[265099,-38442],[264583,-38450],[268703,-38819],[263332,-42816],[265808,-43152],[264865,-43479],[267303,-44581],[266596,-43556],[264582,-62893],[265779,-58800],[266790,-51940],[256995,-53540],[265296,-51242],[265275,-55915],[257652,-55084],[265087,-61137],[266859,-52177],[256151,-56529],[260810,-57564],[266311,-57595],[264821,-61056],[267734,-63493],[258920,-59053],[258841,-54788],[256704,-60132],[258016,-57507],[267409,-58190],[267198,-59747],[266025,-51995],[256590,-53412],[256276,-53169],[261983,-51524],[257423,-56849],[266016,-51267],[256718,-53814],[263860,-75839],[267797,-70750],[266210,-72050],[263421,-68629],[262801,-74076],[258253,-76242],[267294,-71570],[260929,-74791],[268087,-76311],[265642,-68765],[261692,-68583],[259824,-75615],[257454,-76217],[257452,-70140],[260292,-66406],[261162,-65731],[260051,-75474],[261218,-72541],[263155,-72587],[264044,-80410],[258788,-81579],[257765,-82418],[256526,-80526],[263324,-88033],[259232,-87718],[261996,-84903],[263240,-77582],[261680,-78777],[267242,-78453],[268193,-81690],[261977,-83632],[258696,-85118],[259184,-85023],[265589,-77011],[257957,-78356],[262895,-81210],[258715,-85369],[266474,-81530],[264587,-98603],[259135,-95570],[265672,-95385],[259233,-91533],[257847,-95174],[256989,-95044],[260750,-92613],[259574,-94463],[263309,-89640],[257665,-94593],[257902,-95098],[257654,-94381],[258071,-95159],[257436,-94639],[260785,-93429],[264993,-90930],[259154,-92258],[260441,-105910],[258088,-108968],[256637,-114985],[259013,-106123],[259916,-107418],[256320,5016],[268063,6977],[262859,1501],[260874,1663],[258790,2193],[267847,2378],[266116,3188],[265803,8615],[256574,5249],[258834,10130],[262500,6278],[263747,2779],[260472,1453],[258641,723],[264284,2360],[267327,9698],[257468,10503],[256312,9636],[256001,5128],[257141,9786],[267774,10488],[256949,3908],[261926,5548],[262037,4875],[261918,4999],[263513,800],[263705,1043],[263067,2477],[260584,1562],[258482,538],[258355,2708],[260375,2495],[267378,1760],[265841,1212],[263557,3857],[265541,2133],[263531,3638],[267278,7537],[265791,7168],[266785,12805],[265211,10694],[256491,4707],[257192,10663],[260993,6020],[263872,713],[261009,1318],[258249,1222],[267358,5173],[265997,2104],[267527,9120],[263693,23971],[258427,13827],[260701,16629],[257857,17228],[257940,15543],[266781,23686],[258881,13926],[257006,14828],[258589,13228],[261112,19842],[259977,21888],[257083,13766],[257667,13641],[257781,13411],[257813,19495],[268209,22131],[267270,23282],[266368,23675],[265043,25551],[262637,25787],[256194,24925],[260890,24950],[264525,22795],[261635,22902],[261334,24289],[258479,22741],[258607,21648],[266632,16480],[263960,16730],[260674,24636],[263019,23994],[263182,24558],[262661,16206],[261774,15585],[266004,19516],[266019,18686],[258823,14306],[256800,15851],[267101,25422],[266834,31244],[260216,33278],[256440,37020],[261448,26790],[264726,31622],[263200,30314],[258354,34328],[258401,34926],[265842,29300],[258627,29368],[261301,28020],[264358,32924],[260793,34176],[256667,36174],[266967,29731],[265290,27102],[266227,63450],[256704,63298],[256903,62867],[261845,62060],[264458,61055],[258414,61859],[256140,64097],[268375,62076],[267435,60466],[265659,63982],[261424,61214],[258244,60008],[263776,61537],[257684,60433],[260258,62103],[267546,696064],[267102,694786],[260125,697581],[263555,706569],[268443,708182],[256758,707147],[264130,710571],[259062,708795],[259238,710946],[258192,707731],[263421,708071],[263354,716493],[260846,716109],[258933,711877],[257221,716544],[260543,713415],[257568,710896],[267067,728672],[263859,727076],[258153,724660],[256977,722385],[256858,723066],[257212,722864],[256156,721516],[259775,724826],[258616,724495],[257488,721361],[261404,732871],[259484,76021],[267506,67162],[265007,68906],[267449,66020],[266302,70985],[268285,66116],[257516,68374],[265671,70557],[256740,74859],[256536,76206],[267244,68541],[264388,67373],[264780,68274],[263550,71124],[268553,66091],[258649,64534],[268697,78491],[263758,87352],[265750,79094],[258619,89410],[267819,85910],[262058,86667],[266182,82476],[265118,79779],[266932,98010],[258870,99442],[261885,93343],[256948,102598],[262900,96040],[261340,98885],[261299,96032],[258934,96672],[262733,98626],[259920,115980],[256739,116241],[258581,121860],[256743,126236],[257136,116277],[256529,121008],[256034,120341],[267459,123097],[281540,-120119],[280567,-122888],[281528,-127773],[275373,-121818],[279841,-122122],[280949,-115626],[281528,-127773],[279915,-124688],[273563,-124834],[279764,-126637],[281526,-115600],[279497,-122623],[272721,-121995],[273496,-124036],[277602,-115367],[280890,-123260],[275256,-123116],[271730,-137413],[272238,-132689],[273588,-137106],[269421,-137741],[271312,-137018],[279784,-140458],[275302,-131262],[276114,-136155],[276595,-134852],[270572,-134755],[277091,-136830],[273300,-135577],[274371,-145932],[277275,-145222],[274562,-151611],[275769,-148395],[281481,-146349],[278113,-145053],[274380,-144542],[273353,-153103],[272074,-152908],[273608,-140778],[272903,-145567],[273559,-144270],[270851,-152677],[276497,-150528],[278744,-150664],[280137,-152178],[274006,-143953],[275833,-145475],[275485,-153055],[270762,-152001],[272824,-154647],[275722,-153778],[270090,-155017],[276294,-153661],[273212,-153793],[275073,-180746],[279887,-188552],[272094,-180157],[271313,-182399],[274360,-190678],[271522,-182465],[277043,-188326],[275621,-181633],[273550,-179952],[270233,-181446],[279718,-192134],[275639,-202756],[277578,-193142],[278473,-201935],[270948,-197067],[281404,-203702],[279437,-193548],[271389,-198268],[281091,-194944],[274803,-207762],[278889,-206872],[280987,-222058],[272747,-227826],[277835,-224637],[276840,-229872],[281003,-223918],[278904,-229251],[269217,-225096],[272360,-230174],[279250,-222817],[279576,-219486],[272012,-222449],[269087,-236633],[275688,-234182],[270051,-235202],[278997,-233539],[270106,-236194],[277544,-231265],[270749,-12181],[275544,-12579],[274016,-11674],[280865,-8215],[279190,-8596],[271077,-10811],[280521,-6118],[280071,-6687],[278629,-8566],[269226,-11176],[269443,-10538],[270472,-10034],[276889,-7655],[277110,-8081],[277302,-11248],[277944,-10729],[275975,-10189],[270607,-7169],[281346,-5984],[280532,-6705],[280742,-8588],[279725,-10577],[280552,-11063],[278243,-8607],[269279,-11243],[270996,-12479],[274861,-12568],[279048,-8062],[279984,-8673],[271767,-2003],[280618,-4461],[279912,-623],[270568,67],[281304,-865],[269084,-1993],[272292,-2855],[279877,-2676],[280428,-4862],[271751,172],[277318,-452],[278399,-1792],[271130,-1861],[272942,-248601],[272695,-248233],[269802,-243441],[271214,-246295],[276646,-250139],[275682,-248158],[274632,-247091],[277704,-248122],[277817,-250259],[280729,-248441],[273473,-248904],[270786,-246765],[273895,-247025],[270018,-247057],[270211,-246806],[272196,-251039],[274720,-250296],[273826,-245255],[271524,-249783],[271792,-249527],[274388,-245428],[273370,-249467],[276440,-247739],[272582,-248924],[276110,-249043],[277433,-251601],[274587,-247041],[280327,-254072],[273311,-247813],[276034,-248216],[276984,-249002],[279773,-253079],[273262,-251379],[271565,-243348],[277043,-248541],[277898,-250527],[281504,-268209],[280820,-264328],[276227,-267575],[276518,-264066],[276635,-266872],[276951,-262668],[278243,-265436],[278662,-262624],[277834,-270284],[280595,-270834],[277114,-293930],[277077,-293948],[279842,-292284],[269559,-283296],[278830,-293357],[277353,-291242],[270908,-16118],[273226,-16172],[274109,-15720],[272207,-16684],[269362,-18957],[270358,-18626],[271342,-17633],[271519,-15900],[275818,-16048],[271440,-24507],[278796,-22949],[273910,-13212],[277164,-13669],[275416,-17138],[269912,-22896],[272335,-24613],[273168,-15437],[273158,-17066],[273395,-18216],[272702,-16589],[270281,-19017],[271007,-19207],[272283,-16351],[271824,-16270],[269293,-18944],[270987,-17677],[271603,-17937],[273794,-13267],[273978,-13498],[273642,-12939],[277084,-14401],[276754,-14262],[275680,-17121],[275539,-16511],[276290,-14952],[269962,-24586],[272383,-24658],[272061,-23506],[271565,-22866],[281306,-16412],[276822,-13008],[277116,-15103],[274557,-25000],[269353,-24602],[270661,-22870],[277346,-24982],[280092,-25469],[270091,-37907],[272983,-33452],[277083,-35540],[278958,-29467],[274330,-30432],[277967,-33610],[271020,-25961],[273295,-26808],[276510,-27251],[280803,-37748],[279976,-35276],[279702,-25783],[279729,-33717],[269633,-31070],[272246,-35001],[278124,-35760],[273085,-36098],[278564,-29558],[274934,-30375],[277946,-31371],[271218,-26721],[275121,-26866],[278695,-26157],[281308,-37737],[279716,-35963],[278930,-30086],[279247,-33899],[274565,-33016],[269536,-32305],[275226,-34408],[277653,-36358],[272048,-38103],[274174,-36241],[274927,-37405],[280590,-28997],[279059,-29701],[280177,-29813],[281350,-30934],[280698,-29656],[275695,-29298],[275643,-28780],[275206,-29505],[278532,-31732],[278131,-32567],[278334,-32715],[271635,-26290],[271569,-26908],[272474,-27444],[274006,-26541],[274044,-26337],[274467,-26475],[277105,-27274],[277860,-26459],[277560,-26491],[280412,-37984],[278538,-35929],[278295,-35530],[278881,-35908],[274257,-32707],[270255,-37810],[279752,-37777],[271405,-38013],[278579,-29088],[276153,-30274],[277299,-33277],[272550,-26803],[277404,-26833],[280904,-37619],[280267,-37177],[269702,-48991],[270907,-50327],[268938,-49322],[269539,-49519],[271141,-50295],[270795,-49837],[270673,-50173],[268893,-50144],[269604,-49016],[277185,-47389],[280822,-50241],[278510,-39741],[276497,-44012],[273324,-38206],[279812,-47825],[280573,-50837],[272088,-41585],[269474,-44001],[271029,-47749],[272606,-49492],[273632,-48148],[275051,-39353],[276651,-42576],[280030,-47892],[279424,-49625],[269440,-46458],[269223,-41349],[270474,-42615],[270071,-39278],[272423,-47915],[273152,-49898],[270697,-39143],[273471,-42433],[280988,-50837],[274485,-45773],[274887,-42113],[275622,-43491],[279988,-45354],[278591,-42753],[276424,-42861],[278196,-38468],[281266,-48632],[281146,-47655],[279015,-50627],[279373,-50749],[280420,-50217],[281172,-40306],[269750,-47273],[269571,-47106],[269430,-40222],[269171,-41984],[269296,-41688],[270219,-43265],[270825,-42427],[272006,-42920],[270270,-38567],[270126,-43246],[272466,-45639],[271109,-45794],[271840,-47054],[272240,-50304],[272429,-50477],[272697,-49629],[275056,-48525],[274005,-42352],[277106,-46136],[280196,-47641],[279089,-48831],[281455,-44138],[271057,-42729],[269140,-38576],[269034,-44615],[272524,-47871],[270847,-48854],[274067,-48660],[274721,-63419],[269702,-51786],[271565,-62478],[272162,-53150],[273816,-60793],[274289,-62873],[274879,-63500],[269143,-60365],[272608,-54404],[274484,-59484],[269945,-51040],[268913,-52457],[273397,-61821],[273313,-58833],[274994,-62329],[272953,-62206],[275021,-62858],[269912,-51762],[270422,-52722],[269607,-52509],[274003,-62778],[274080,-56231],[274139,-60313],[280581,-61324],[280176,-59175],[280070,-56730],[279987,-53889],[276154,-53575],[277866,-55744],[276277,-59687],[280146,-62854],[276099,-60379],[277651,-56991],[277887,-52397],[280304,-55067],[274327,-53715],[279568,-56844],[274908,-59076],[280806,-63584],[276105,-52165],[277110,-59022],[277834,-62574],[278529,-60786],[278574,-52758],[281458,-56405],[275988,-51961],[281515,-59142],[281418,-56246],[281487,-53690],[276865,-55389],[275822,-54199],[275290,-55181],[278165,-55860],[278509,-55779],[277789,-57231],[281454,-58465],[280765,-58179],[275986,-61175],[280072,-62381],[280487,-61956],[276110,-58739],[274494,-55690],[278114,-57837],[274803,-60626],[280742,-61216],[280131,-55912],[275570,-53336],[278527,-56293],[281549,-57739],[279966,-61743],[274176,-75021],[270370,-66116],[275535,-73386],[274065,-66585],[272757,-71118],[272718,-70635],[274141,-74104],[271361,-67611],[273791,-70702],[269326,-69462],[271173,-72317],[271042,-72628],[278671,-71230],[276793,-74986],[275719,-72688],[270330,-76209],[275819,-73357],[276734,-67253],[269382,-64049],[270578,-70602],[274402,-64123],[280172,-67340],[279493,-69098],[279172,-67572],[280983,-69155],[269127,-85419],[280357,-85633],[280964,-84685],[280986,-88876],[280686,-86831],[278128,-82571],[269758,-84700],[281412,-87593],[279003,-87269],[269422,-83850],[276824,-87108],[269909,-84866],[280770,-88711],[270746,-82774],[272586,-84016],[270724,-85289],[276042,-78743],[271834,-77977],[279333,-78920],[276430,-77735],[274080,-84002],[277744,-89125],[277641,-88925],[271847,-82692],[280673,-88244],[273887,-85083],[279638,-86061],[273585,-87414],[280722,-89704],[281162,-95254],[277775,-98429],[275628,-101172],[281370,-98854],[277753,-103668],[277128,-109187],[275900,-113853],[275923,-111103],[271441,-114442],[280725,-114435],[279835,-102314],[274280,-105962],[276758,-112324],[281516,-111376],[280901,-110960],[279584,-108071],[277892,-113002],[279480,-106027],[277589,-108967],[274549,-104105],[275791,-111193],[277638,-103676],[280200,-104141],[274240,-112457],[278871,11643],[271303,11254],[274840,4241],[277342,9277],[274313,8604],[280930,10627],[280234,11868],[277702,11869],[280670,10377],[271451,913],[270758,6567],[269635,9926],[270355,9711],[272447,10685],[270727,10387],[274466,3917],[273614,3881],[278575,7753],[277394,4399],[281251,10607],[280123,11620],[280291,8015],[276798,4739],[270515,11018],[276395,8354],[273036,7233],[273762,4992],[276660,8258],[273790,2061],[281578,12147],[272286,1635],[269482,554],[269114,8687],[271599,9299],[280668,7617],[279786,6342],[274548,5443],[269033,3399],[270468,8365],[272124,9536],[272683,5878],[277113,3538],[280021,9954],[277683,8126],[275496,6837],[281004,3499],[281034,4601],[277944,21755],[272966,24856],[276135,21637],[271806,21526],[280008,25594],[277527,24534],[271702,22518],[275646,16085],[275294,19638],[273985,15658],[269037,20532],[272942,19365],[281570,18484],[277978,13185],[273081,30401],[277214,30224],[270385,29855],[277827,30277],[270347,28019],[270601,26639],[275126,26631],[278578,31367],[269060,29931],[271736,26158],[279911,61535],[268849,701212],[270022,693193],[269644,699733],[272049,712815],[269693,724410],[278460,72943],[281527,75495],[270158,75861],[273010,67537],[272431,72625],[275306,72915],[277530,70340],[269994,73681],[274740,70560],[277118,69542],[269181,72967],[274004,71948],[274877,73516],[280453,72395],[278224,75765],[280727,72904],[281531,76950],[278710,71551],[277577,74185],[274877,75151],[270466,75152],[274776,69819],[272496,69676],[276791,83428],[273705,88432],[279640,79486],[275278,86971],[274749,88679],[275914,82403],[275518,82810],[269927,79532],[281005,80270],[269556,88239],[281272,77631],[277557,79544],[275166,78221],[278901,99781],[277447,100549],[271282,93957],[279151,95591],[277417,100252],[273966,101829],[281573,100104],[280004,99651],[272016,95830],[277484,99911],[280069,106533],[271103,105752],[270369,109508],[275433,106504],[280304,108984],[280705,110660],[281138,113529],[277683,116252],[292034,-127763],[292160,-122867],[291178,-122073],[288028,-123713],[290623,-124023],[286764,-127040],[282852,-126027],[283092,-122694],[285273,-119935],[286226,-118425],[290765,-119575],[285126,-120429],[282902,-116797],[292034,-127763],[292822,-120265],[284468,-125987],[286443,-122971],[288871,-123365],[293538,-115250],[290960,-121190],[289916,-124116],[281820,-123232],[283726,-123240],[287390,-118263],[294023,-116809],[294029,-117224],[290573,-116927],[293362,-122415],[291943,-126952],[291105,-125673],[285576,-125788],[282144,-127023],[284398,-126281],[282626,-126364],[283455,-124452],[282319,-124501],[282935,-119966],[284117,-120420],[289805,-122040],[286925,-119874],[290054,-119299],[287020,-117469],[284679,-116325],[286910,-115257],[291589,-115194],[294132,-118016],[292516,-121888],[283094,-121214],[289379,-121943],[290793,-116063],[288091,-128584],[291208,-134277],[290628,-140358],[281833,-139724],[286441,-139987],[282917,-131601],[284740,-128206],[292667,-134750],[286387,-129979],[290121,-130092],[290328,-134900],[290145,-139896],[291289,-138057],[289502,-140462],[281904,-138771],[282464,-135175],[281612,-132072],[282767,-131827],[285723,-127839],[284604,-128552],[291199,-129469],[293359,-131006],[289421,-137363],[289091,-137815],[282649,-136438],[281638,-130879],[287377,-131761],[292217,-130510],[288600,-133755],[286964,-134340],[292583,-133115],[291247,-135600],[291742,-138429],[286365,-137146],[284410,-138941],[293108,-148598],[283639,-152237],[291018,-140680],[292600,-145019],[291101,-145955],[291500,-145005],[289808,-148032],[281741,-146453],[283113,-153307],[290162,-141797],[292157,-143559],[292755,-144102],[292929,-152328],[284703,-153376],[283324,-152606],[292499,-142554],[293408,-143475],[287400,-142642],[289534,-147894],[293651,-146880],[293809,-147642],[289020,-144996],[281691,-140806],[285440,-140613],[281701,-152467],[282867,-150348],[283123,-148018],[292883,-151468],[293837,-140972],[290859,-148174],[290490,-142868],[287604,-141097],[283167,-146449],[288613,-154832],[285963,-155185],[285110,-161326],[282136,-155906],[286721,-164467],[291191,-166109],[288676,-166150],[292242,-160476],[293672,-161422],[284276,-154070],[285482,-158180],[282806,-155092],[287027,-164124],[288246,-164642],[288384,-159673],[289503,-158748],[293934,-154080],[287796,-153817],[289011,-159141],[289503,-166381],[292117,-166821],[289125,-167409],[294295,-169306],[288246,-168250],[287996,-169912],[288733,-170891],[286042,-170886],[293977,-170333],[290695,-170230],[284985,-185343],[293028,-186008],[282833,-189350],[284709,-186644],[288872,-198101],[293967,-197201],[293733,-201101],[290155,-199439],[292366,-193695],[286640,-196274],[283084,-197694],[290601,-200433],[286162,-205346],[288677,-216396],[285633,-205257],[287254,-216018],[284105,-206535],[290335,-216471],[288964,-212413],[285126,-205731],[288076,-215066],[284372,-206370],[287032,-214732],[288158,-221356],[288491,-225768],[285145,-227176],[292812,-222446],[286394,-225692],[283438,-225826],[286258,-223872],[291237,-224391],[290286,-218257],[287020,-229824],[283565,-227628],[291941,-218667],[284766,-226569],[291354,-233218],[286541,-239482],[284626,-230447],[291470,-233511],[286187,-242324],[294133,-237540],[286385,-235059],[287645,-240200],[289740,-231424],[285777,-231885],[290257,-7185],[289695,-8794],[292481,-8136],[287726,-6640],[287186,-10498],[287500,-11669],[282580,-8889],[284201,-7039],[283627,-11629],[288949,-6991],[291904,-7847],[293115,-9123],[286547,-7317],[287236,-9099],[288500,-10576],[284848,-10145],[283628,-9012],[283723,-7037],[284215,-11180],[288747,-12233],[291973,-12327],[293999,-11304],[289857,-9061],[289799,-8952],[291398,-8724],[291928,-9045],[293403,-8183],[286537,-5217],[287546,-7656],[285700,-5124],[287044,-10245],[287434,-9577],[287832,-8549],[288132,-10616],[288748,-10580],[285203,-8822],[283824,-9122],[284530,-8557],[283427,-10448],[284252,-7211],[284549,-7266],[284718,-6847],[284106,-12530],[284387,-11617],[285769,-12310],[284698,-11804],[288708,-10812],[289113,-10974],[289168,-12146],[291740,-11216],[293216,-10608],[293528,-12440],[282722,-4585],[290529,-6989],[291368,-7168],[292244,-9039],[290806,-11646],[288288,-10850],[283757,-8916],[286198,-5455],[282540,-11895],[289501,-11593],[283269,-986],[287282,-438],[293746,-6052],[292395,-1386],[284133,-2261],[290835,-2176],[292464,-5461],[294361,-823],[291029,-1914],[289943,14],[282689,-1075],[289226,-2177],[292491,-5351],[292055,-160],[289267,61],[292382,-1250],[282980,-655],[282874,-706],[285067,-2218],[290156,-2868],[289577,-3648],[289417,-2012],[290310,-5528],[288686,-5365],[290257,-6153],[292932,-6494],[291211,-6562],[292662,-5526],[289426,-146],[287108,-1785],[285767,-3698],[294080,-245456],[288586,-245140],[291515,-244115],[291430,-246491],[283864,-252289],[286321,-243435],[289296,-264168],[291876,-258548],[288810,-266144],[290208,-262288],[283016,-267600],[289348,-264546],[289214,-256290],[286333,-267600],[288316,-260472],[286306,-265506],[289002,-260619],[289275,-275551],[285956,-273550],[283372,-272248],[294276,-277862],[292793,-274507],[289319,-277329],[284254,-270453],[283940,-278807],[284164,-272733],[293029,-278779],[285077,-273418],[285592,-274187],[281801,-269441],[283082,-270705],[285757,-271902],[292591,-284815],[289136,-285565],[293561,-287850],[291371,-286635],[293472,-284449],[289082,-284572],[288655,-282850],[290531,-287326],[285706,-292936],[284626,-22072],[285436,-12921],[288565,-13350],[284884,-20789],[284543,-13011],[289283,-12870],[282670,-22834],[285814,-13809],[288716,-14547],[293870,-13810],[285380,-24109],[282245,-12978],[290272,-14106],[289760,-14131],[290273,-14241],[291612,-13372],[291679,-12951],[294186,-13453],[290858,-17504],[289483,-15739],[286000,-14362],[292438,-19225],[293370,-18297],[282898,-21199],[284785,-24509],[291374,-26321],[290308,-30287],[293176,-36449],[290649,-25845],[292573,-30501],[289272,-30456],[291209,-29033],[290501,-26630],[291099,-28260],[290092,-27236],[292154,-27302],[293181,-32471],[290555,-30169],[290470,-27066],[287725,-31907],[288801,-33233],[282426,-31044],[283485,-33447],[286431,-32849],[284099,-33154],[282452,-34497],[284990,-36591],[282047,-30862],[287053,-33542],[283690,-32372],[283991,-36325],[287322,-30093],[282054,-31178],[285471,-33331],[285147,-31953],[283234,-34432],[288556,-32974],[284099,-37507],[289013,-32936],[284669,-37708],[283931,-38135],[281728,-31026],[285295,-34374],[286095,-33969],[286409,-33079],[284681,-31186],[283474,-32002],[283572,-32748],[283306,-34281],[283517,-36274],[282546,-35978],[281699,-35950],[281632,-38036],[293633,-50704],[289750,-39617],[289974,-49201],[290732,-46416],[293021,-49670],[283861,-49757],[282041,-46948],[283099,-45908],[282532,-45501],[287664,-45902],[287873,-47090],[285069,-46142],[285239,-39795],[284660,-44373],[283113,-42229],[286919,-43188],[288648,-47656],[286953,-39212],[290895,-40584],[291860,-46083],[291599,-47738],[283918,-49238],[283948,-46215],[281616,-45307],[287441,-46758],[287652,-45872],[284175,-39363],[286183,-43543],[282192,-40850],[286848,-39486],[293085,-50563],[291291,-42709],[283568,-45403],[281754,-47954],[289211,-38855],[286881,-39333],[292377,-46078],[290629,-44751],[292266,-44713],[292388,-49422],[292645,-48682],[292130,-49470],[284297,-50530],[282656,-47073],[281907,-47945],[283439,-45644],[284002,-45386],[282655,-44591],[281853,-45451],[284601,-44332],[286662,-47682],[285807,-44943],[286510,-46296],[286011,-45017],[284141,-39034],[285246,-39449],[284958,-40191],[284395,-41217],[284523,-41145],[284688,-41339],[284959,-44154],[286557,-43769],[283060,-42949],[281849,-41232],[283173,-41263],[286947,-39052],[289294,-40718],[290606,-44794],[292780,-48854],[283926,-50185],[281987,-47677],[284648,-45636],[285177,-46981],[285877,-46895],[287004,-44277],[285178,-40066],[284882,-43354],[282077,-41244],[282209,-59439],[292159,-58236],[284184,-58010],[283439,-60492],[282951,-53249],[294189,-53494],[287670,-61903],[288761,-60214],[288455,-59478],[290868,-55537],[290075,-55124],[286529,-58432],[287009,-61524],[283820,-61575],[284857,-54480],[282610,-53320],[284490,-57891],[291865,-55635],[283662,-61384],[282237,-58176],[287825,-62564],[288667,-59626],[288849,-59053],[291055,-55610],[290113,-54532],[282253,-55179],[285669,-56281],[286869,-61236],[284226,-60022],[284547,-63002],[283068,-55435],[282512,-52426],[291089,-58703],[294249,-52922],[288225,-54992],[293338,-60693],[285724,-57462],[293645,-51525],[281848,-57506],[281637,-61754],[294129,-54630],[289153,-62607],[288272,-63443],[288680,-61438],[284634,-59159],[285274,-59240],[287770,-58651],[289305,-59895],[287823,-59467],[290554,-59639],[288638,-59217],[291388,-56923],[290067,-57066],[290471,-55166],[289404,-55377],[287651,-54140],[289339,-54556],[286135,-52646],[284891,-55252],[283867,-56125],[281671,-53839],[286183,-59341],[286972,-59548],[284165,-60247],[283675,-59650],[283503,-60860],[282946,-61418],[283195,-62729],[281837,-61735],[281996,-61330],[282454,-59969],[282874,-55734],[283709,-55267],[284488,-53884],[284872,-53536],[281915,-53156],[281710,-51098],[281781,-52319],[285309,-63036],[293450,-58692],[281617,-59475],[282556,-57034],[288341,-58993],[290579,-56867],[290077,-55777],[288145,-54769],[285716,-58082],[284534,-60615],[283732,-63514],[283359,-62949],[283188,-55756],[283285,-53445],[282875,-52159],[293109,-66744],[285209,-71661],[290654,-66430],[286761,-75079],[282480,-76488],[293241,-68030],[294321,-67910],[284860,-73238],[281901,-72418],[288050,-72643],[291436,-73467],[293671,-70804],[289451,-64700],[285581,-64250],[286320,-65923],[287262,-69098],[288994,-63997],[284543,-66242],[290527,-64706],[290147,-63895],[284655,-64702],[284137,-65222],[283675,-64293],[291635,-68380],[290575,-67652],[290933,-68141],[287038,-69669],[288708,-68313],[289488,-64067],[287468,-65423],[285992,-64744],[286298,-63868],[285610,-64875],[286095,-64815],[288979,-88328],[288204,-84332],[287852,-88917],[284177,-87637],[282197,-86634],[281802,-78114],[290074,-85765],[282154,-89032],[292991,-85737],[284551,-81580],[284005,-83194],[290816,-83949],[291888,-81456],[281744,-85664],[283096,-87280],[281928,-78979],[283058,-79246],[284635,-79948],[283958,-78987],[286463,-78030],[291365,-83535],[294274,-84705],[287548,-92540],[287231,-92874],[288679,-89785],[282123,-98513],[283129,-96676],[282050,-99912],[284563,-94812],[282259,-90467],[293136,-92311],[281773,-101501],[288223,-90386],[284633,-99749],[284213,-98184],[283354,-92756],[285995,-93945],[289040,-89931],[286095,-90620],[284486,-91264],[286606,-91401],[283474,-90643],[285213,-89744],[282772,-95460],[283208,-100690],[289520,-92476],[288063,-96777],[292007,-99938],[289161,-95701],[292597,-98542],[286810,-99849],[292716,-93970],[288511,-101410],[294033,-99129],[290385,-101463],[290854,-98045],[291044,-98474],[290855,-96273],[286111,-100933],[287238,-95657],[281878,-109486],[283100,-106375],[283433,-112736],[293754,-102469],[293637,-102225],[284692,-108194],[282417,-114541],[286519,-114485],[283725,-113109],[282395,-114459],[283222,-106995],[282034,-102790],[286406,-113469],[286294,-111916],[282994,-109553],[285573,-106485],[284415,-109824],[286886,-110188],[285388,-113223],[281847,-114299],[283593,-106937],[293624,-109166],[292150,-104543],[293441,-108414],[294289,-111733],[291595,-105649],[293422,-111473],[293588,-107189],[291879,-106667],[294104,-111193],[290139,-102658],[288479,-109084],[293380,-106034],[293886,-106318],[291922,-102690],[291490,10809],[289018,11081],[290607,11738],[287486,11626],[290960,12346],[291064,10760],[286649,12048],[287667,11190],[287914,11480],[281975,12414],[287066,12244],[292729,10851],[291305,11390],[294012,10851],[290762,12000],[288751,12426],[282539,2488],[288360,2579],[286417,3277],[289864,1487],[290915,3556],[285274,6236],[285353,7655],[285867,9702],[286321,10897],[285059,4362],[291400,8121],[289656,7893],[287907,3223],[288095,6658],[285025,8659],[287076,9599],[286641,9167],[283097,5408],[287823,2990],[291634,8050],[291850,8436],[288962,9031],[284611,11640],[293623,1481],[292043,5150],[292613,3764],[287330,3117],[289637,6501],[286800,6633],[286166,6167],[287050,7375],[287834,6790],[288207,10289],[287303,9498],[285425,11610],[283373,3027],[285686,2030],[287774,1732],[284376,7519],[285888,8038],[291236,1294],[290076,2831],[284358,4536],[293962,414],[294056,7163],[289660,9603],[285953,5339],[285841,7229],[287361,8629],[281892,11359],[287670,14297],[286443,13520],[281800,13645],[288499,22980],[291834,20649],[285344,21546],[292452,21482],[288424,23082],[292372,19947],[286846,20325],[290850,14188],[289597,16046],[285747,15014],[292664,15412],[292330,17626],[290528,18990],[281822,17223],[283585,15455],[285723,14810],[285028,13775],[286622,15598],[283148,15145],[287818,15282],[286647,14676],[282998,13219],[282177,26630],[282839,26529],[284070,60920],[283344,61020],[285257,63109],[285313,58485],[283554,61104],[289429,720367],[283627,70120],[286810,68872],[284475,64532],[290038,67715],[288506,72786],[287569,76875],[285601,67884],[281623,64745],[290506,75091],[285343,76704],[283024,73914],[281917,75156],[287053,76665],[281814,74665],[281819,75446],[282177,72404],[283839,68011],[287714,70337],[290203,69561],[288026,73707],[285853,76570],[287724,78380],[289800,87613],[288882,84135],[284087,79561],[292158,78109],[287430,79042],[291991,87980],[286933,85723],[284907,79691],[282766,79903],[287535,80337],[289623,77975],[291695,88836],[289093,87004],[286260,83155],[284608,78691],[291206,79357],[290762,79158],[282301,79855],[283408,78642],[286875,80121],[286926,77382],[287557,78365],[287543,78573],[287432,80207],[281921,78405],[284370,78246],[287744,78888],[284224,101224],[283308,102367],[281755,113500],[281702,115321],[305768,-123174],[298697,-127360],[301222,-118324],[297996,-118477],[297462,-115462],[300851,-123957],[298990,-127765],[301129,-116939],[294691,-115260],[298353,-115677],[297993,-115766],[296243,-125252],[300876,-118777],[296676,-119127],[296359,-115381],[297768,-120132],[300087,-125131],[296417,-126306],[297796,-125954],[294923,-126655],[295605,-119025],[298384,-127504],[294558,-119482],[300768,-131394],[306607,-138237],[302928,-128097],[296227,-139270],[296988,-139634],[299771,-138305],[297784,-130119],[304105,-131901],[299468,-139364],[296973,-132988],[296252,-129728],[300443,-130419],[306142,-135486],[297842,-128390],[294513,-137269],[296955,-139849],[294775,-133038],[294875,-133193],[295061,-130245],[297318,-132737],[300689,-127896],[302402,-145667],[303355,-145972],[296171,-151496],[295836,-149589],[298735,-141090],[305184,-150064],[298511,-150986],[301929,-153205],[304531,-149714],[302782,-146697],[303313,-146514],[298758,-150696],[304288,-149576],[305725,-148419],[307188,-144102],[297531,-141604],[297111,-153207],[294527,-149336],[295522,-149093],[295906,-152944],[305697,-149411],[303574,-146790],[304240,-150685],[300270,-141210],[304350,-151930],[298965,-149455],[300862,-146368],[301056,-141061],[299599,-163622],[300748,-164548],[299508,-162173],[304380,-164945],[306869,-161832],[301032,-162837],[296501,-163498],[303302,-157834],[300810,-160056],[301151,-158545],[300949,-159595],[303770,-157488],[304682,-157433],[304684,-162933],[296526,-159731],[303560,-157285],[305839,-156758],[303190,-163015],[303474,-163106],[304218,-162964],[299090,-163795],[296537,-159748],[296354,-161381],[295660,-162718],[302232,-157762],[301628,-158112],[299407,-161514],[303705,-156529],[303127,-157412],[304262,-160223],[303631,-159718],[303041,-162031],[306583,-163591],[306230,-166151],[305427,-164968],[301906,-161580],[300157,-155784],[305320,-158557],[303125,-162001],[294513,-167700],[302062,-167709],[303424,-167483],[296750,-173142],[302401,-166717],[296938,-169449],[296702,-184445],[296580,-189729],[307086,-190781],[302810,-188322],[300353,-185078],[303188,-187487],[307112,-187962],[302263,-186845],[294804,-185724],[301534,-186416],[303319,-188008],[303095,-189761],[305490,-198704],[295492,-201709],[296513,-194405],[304398,-201834],[300255,-194682],[294506,-200417],[298334,-202152],[305885,-204351],[298594,-196963],[295876,-203288],[294863,-194246],[298766,-199152],[301909,-198288],[295042,-201560],[302131,-204442],[298697,-202198],[302228,-213911],[297912,-206168],[298910,-212212],[302456,-211649],[297090,-212076],[300050,-210369],[306816,-213293],[299724,-229011],[295295,-232902],[295234,-232676],[295770,-236290],[306441,-234628],[305430,-234137],[296935,-237247],[306476,-240462],[306987,-232475],[302155,-240620],[305151,-234459],[298286,-7039],[294525,-10116],[299528,-9577],[298302,-10572],[300023,-12157],[307047,-11661],[306495,-10107],[305429,-8088],[302360,-8813],[303214,-3542],[305811,-1707],[300519,129],[297799,-8744],[307150,-11458],[304229,-11479],[304752,-11585],[303770,-7626],[303120,-6038],[302821,-1088],[299784,-539],[297953,-7919],[296158,-8338],[298373,-7209],[297090,-6638],[297045,-10903],[301995,-11575],[303208,-12394],[304026,-12081],[304300,-11550],[305695,-9647],[305617,-8412],[303671,-7819],[303098,-7879],[301779,-8074],[302677,-5609],[303086,-5339],[303351,-6930],[305347,-4158],[306704,-3758],[305522,-1948],[303385,-1906],[298039,-8109],[296372,-7345],[295615,-11543],[299946,-11834],[306089,-10948],[300191,-5972],[304061,-3540],[306575,-3201],[307075,-557],[294542,-5270],[296070,-744],[297690,-5132],[294417,-4418],[294452,-989],[297641,-5550],[294924,-5845],[295220,-5403],[304800,-244631],[304883,-244573],[305296,-243608],[296624,-248372],[297088,-246133],[297683,-263943],[304028,-264305],[306855,-259361],[304180,-263348],[297434,-12943],[294981,-23520],[302511,-13489],[302867,-12820],[301267,-21907],[299449,-23278],[302829,-23942],[297187,-25023],[296755,-23824],[297118,-23604],[300893,-19377],[296156,-13650],[297693,-13958],[298936,-13534],[306339,-13735],[296862,-15552],[300610,-13757],[306034,-16872],[305969,-19268],[307026,-21479],[303082,-23500],[300725,-23194],[296966,-14078],[295773,-25035],[301903,-13515],[305926,-15271],[294525,-37641],[294923,-28615],[304087,-36050],[300707,-36305],[295387,-35402],[303731,-28597],[298145,-26874],[294521,-38146],[302440,-34326],[297312,-35577],[304860,-27830],[298877,-27872],[305603,-29312],[294687,-29492],[303338,-34960],[302391,-36193],[294591,-33940],[295968,-32548],[295558,-32331],[304616,-27421],[303596,-26502],[298000,-27524],[296137,-25628],[304771,-32745],[303593,-33528],[300977,-36078],[305356,-27068],[298889,-39238],[295969,-44079],[298646,-42833],[296774,-43825],[298065,-40215],[298608,-42625],[300335,-38552],[306499,-41706],[301589,-43592],[302110,-42304],[296781,-44514],[296930,-48270],[301314,-47235],[304625,-48334],[298625,-48111],[303735,-39162],[301012,-48505],[306571,-47961],[301366,-40613],[301761,-49914],[296061,-44583],[305551,-50701],[301188,-41064],[301325,-42270],[295084,-50903],[302352,-43380],[305445,-48380],[299192,-48862],[295845,-62537],[296510,-55333],[297330,-59402],[296560,-59109],[297782,-63069],[307154,-63293],[295925,-62653],[298605,-63492],[296099,-59155],[296417,-61105],[296589,-54902],[304938,-54367],[298798,-58292],[298731,-59117],[297144,-61492],[296363,-62522],[297980,-63508],[306978,-60166],[299613,-54345],[301744,-55424],[307126,-60354],[295312,-61753],[295887,-60593],[296944,-57597],[297877,-63387],[302120,-54215],[303551,-58098],[295556,-60922],[306978,-58245],[304571,-53705],[298249,-61743],[295020,-52014],[294989,-55923],[296671,-58132],[298307,-52727],[299293,-51148],[302172,-52011],[297078,-58304],[295402,-57339],[295485,-52827],[295617,-54440],[296449,-57579],[295797,-57916],[295061,-60121],[294535,-53225],[295263,-55759],[295666,-55414],[296055,-57557],[295672,-56330],[296228,-57182],[295131,-60169],[298267,-75661],[295204,-76299],[301285,-71367],[304612,-66526],[299514,-65197],[300883,-66615],[296882,-67887],[296270,-66965],[294638,-67467],[306373,-64155],[304999,-67044],[299765,-76175],[295903,-74857],[299206,-65754],[300437,-66636],[297696,-67211],[294440,-67114],[301958,-69493],[296627,-74536],[301980,-67361],[298085,-68259],[296167,-67345],[295274,-67403],[298116,-64750],[296021,-74319],[299728,-75941],[297849,-76465],[300260,-71094],[299963,-70179],[303574,-74650],[299799,-65216],[300387,-64011],[300856,-66594],[302028,-65748],[301277,-66419],[296562,-67859],[296437,-66773],[297810,-65913],[296394,-67910],[295042,-66592],[295305,-75722],[301367,-74689],[300894,-71840],[303158,-71312],[305836,-68811],[294438,-71075],[294836,-70914],[298456,-74007],[295377,-83194],[305466,-80319],[303943,-76744],[306063,-88016],[299732,-81033],[299657,-84622],[307077,-82539],[298058,-76732],[298041,-77618],[298207,-84173],[298915,-83729],[304185,-78086],[300915,-86017],[303111,-87510],[305521,-82159],[296110,-76660],[298941,-80821],[300272,-80123],[306858,-80563],[297431,-93651],[303154,-92400],[302315,-90591],[297862,-91434],[294605,-97379],[299228,-100056],[299033,-98574],[302973,-96360],[299481,-99162],[306783,-94215],[300744,-96051],[304212,-95473],[303929,-94197],[301008,-100833],[303148,-96078],[295224,-100193],[303348,-100264],[298527,-101062],[297075,-114324],[298484,-114848],[306474,-104205],[298751,-114309],[295698,-114335],[306353,-103349],[299304,-106573],[306013,-103762],[297508,-113227],[306024,-108007],[300411,-112121],[301869,-106335],[302687,-103724],[298082,-108701],[299880,-104692],[295308,-110039],[302249,-107479],[297715,-110777],[297384,-111360],[297101,-102629],[296269,-113445],[303392,6306],[303712,6401],[304951,3524],[299028,554],[300094,2663],[299927,5699],[304991,4474],[305650,8410],[303032,7339],[298943,4199],[302828,1476],[298773,8540],[304882,4856],[303207,7037],[299462,1773],[300015,6819],[298498,4019],[299511,1890],[298532,8766],[306586,2793],[306764,8161],[301493,2252],[299222,8878],[297185,8504],[296461,8279],[307197,11693],[306181,12113],[303801,12041],[305116,8164],[306825,6585],[305975,6136],[304008,776],[305331,1437],[306015,5416],[301044,2962],[298482,4414],[300948,6577],[303754,7695],[303069,8089],[302479,11119],[300237,11811],[296665,9966],[296441,11886],[297501,7098],[297117,6204],[297463,6808],[297012,5438],[296143,7086],[295517,791],[296735,6335],[297270,5538],[295668,6012],[297003,1446],[296235,2865],[298741,14536],[296627,16171],[294756,13902],[304628,418640],[304860,424004],[309302,-125971],[309277,-127229],[312233,-117184],[310000,-120405],[312711,-117115],[311116,-134869],[311840,-138822],[312836,-138665],[319828,-136727],[308706,-153003],[311295,-142243],[309748,-142510],[308583,-151547],[311667,-141495],[307830,-150667],[308586,-145661],[310319,-143775],[308420,-145319],[308694,-144416],[316396,-153329],[309177,-151044],[308529,-144841],[310551,-141382],[307511,-165002],[308339,-159729],[311633,-160913],[318811,-164788],[308510,-158463],[316934,-155256],[316822,-153828],[314455,-161143],[307965,-158410],[315045,-164226],[309886,-161866],[307353,-165458],[309900,-164042],[307528,-159504],[315992,-164700],[312200,-160625],[309536,-165881],[313517,-166163],[312911,-164575],[318505,-163930],[318908,-156392],[316842,-154338],[317200,-154326],[318307,-154556],[319309,-154893],[311280,-164220],[318965,-156660],[318749,-162765],[318026,-154247],[318768,-154819],[316561,-154265],[311320,-166352],[314814,-169425],[313393,-167444],[314342,-167075],[309699,-166590],[312844,-170229],[315845,-167563],[313977,-168684],[313657,-168144],[308760,-190567],[315058,-198956],[319910,-203647],[310780,-192276],[314712,-197249],[318622,-196097],[316287,-195578],[313768,-192736],[309114,-197750],[313759,-201752],[316127,-195469],[314008,-195013],[312750,-194137],[310834,-192168],[318359,-196588],[310932,-195396],[310171,-204286],[318305,-195477],[315311,-196103],[313834,-193434],[312848,-194592],[312298,-193279],[312664,-205806],[318063,-207769],[309665,-209277],[318489,-206501],[307876,-210365],[307594,-213633],[307914,-215225],[318217,-225936],[316628,-225074],[319808,-218853],[314174,-218191],[314735,-227106],[315993,-227946],[318905,-229167],[311895,-218113],[310255,-220717],[317538,-225154],[319839,-217590],[308500,-226361],[311236,-226729],[308339,-228460],[308225,-217413],[312783,-233833],[317867,-239684],[313735,-235726],[317692,-240749],[314961,-230875],[318354,-237009],[313846,-234001],[319094,-238505],[313903,-230521],[313094,-233718],[316997,-237456],[312111,-235048],[318544,-239353],[311920,-231233],[309261,-232703],[308577,-235124],[308537,-236562],[310271,-4149],[307202,-220],[308529,-10402],[313903,-10989],[312631,-11153],[307451,-9667],[308254,-7789],[307290,-8292],[307477,-3280],[309576,-415],[307941,-2255],[312987,-1148],[312059,-4403],[313367,-5467],[316245,-6586],[318460,-6484],[313692,-11955],[312182,-10554],[313486,-7062],[309991,-7022],[314021,141],[307535,-11799],[308890,-10966],[310671,-9626],[314225,-10013],[309234,-170],[308928,-12487],[312372,-11415],[307405,-4665],[319158,-244281],[308337,-251185],[319065,-246699],[311470,-253692],[318274,-253971],[317722,-246689],[313143,-254761],[317537,-255363],[319299,-246505],[312154,-252929],[311818,-254489],[317039,-254750],[309674,-259695],[308653,-268323],[315615,-268576],[308609,-263764],[316206,-256140],[310742,-13829],[311333,-12795],[309121,-23637],[307278,-12737],[308011,-12680],[315186,-15090],[311988,-13151],[314158,-22191],[315627,-18762],[317550,-17816],[316946,-13655],[319605,-15609],[311664,-24074],[309353,-21955],[311475,-23738],[311826,-13233],[312541,-37400],[312255,-27865],[313727,-38113],[307662,-26145],[312531,-26151],[308130,-30103],[312941,-33870],[314324,-33453],[313051,-35061],[312099,-37646],[309822,-33104],[310761,-32185],[307344,-36082],[308214,-29337],[315758,-49485],[315261,-49182],[315154,-44607],[314899,-41884],[311847,-41747],[310723,-40287],[315567,-49681],[315717,-44662],[311448,-41369],[313069,-38434],[307363,-44077],[310340,-44377],[309285,-49815],[307301,-38745],[308856,-49245],[309611,-45825],[309600,-44606],[307414,-41316],[308736,-49606],[309206,-49725],[311536,-43014],[311187,-49068],[310763,-44069],[308158,-62807],[309762,-58738],[310576,-59491],[312255,-59017],[312794,-54819],[310024,-52633],[312508,-51471],[313559,-55212],[317590,-61625],[316508,-58538],[318462,-53350],[319909,-56132],[311433,-63060],[312464,-61732],[315045,-55564],[318412,-54787],[316734,-56594],[310883,-59606],[314474,-60720],[313915,-55181],[317368,-51924],[316509,-62696],[317752,-60456],[318411,-58804],[317945,-54605],[308112,-75335],[316413,-73431],[317333,-72802],[309757,-71745],[313938,-66068],[316793,-65037],[311561,-70108],[315545,-69426],[317373,-76405],[315525,-75233],[312344,-68155],[308916,-73240],[312414,-70229],[314745,-70994],[317754,-75460],[315005,-73944],[312171,-68638],[309628,-65681],[309318,-75901],[316512,-74835],[316446,-76442],[312267,-72225],[317492,-65379],[313441,-70576],[312279,-70222],[314840,-71272],[314572,-69746],[315778,-70235],[317336,-76200],[317890,-74604],[317774,-76073],[316166,-74550],[315119,-75890],[315484,-73872],[310132,-67820],[310159,-69176],[310176,-67521],[309779,-72792],[316234,-65764],[312540,-68531],[315159,-69928],[318914,-74118],[314770,-76305],[310616,-67902],[318962,-87698],[307355,-84358],[314949,-76847],[317368,-87298],[311379,-82720],[314784,-88047],[310576,-84773],[318507,-78041],[319896,-88197],[309653,-80285],[312279,-83161],[312274,-82200],[314247,-84537],[314159,-86523],[309301,-87303],[315608,-76983],[310910,-82099],[312546,-85485],[307555,-91941],[310167,-90651],[315924,-90104],[315684,-91527],[308496,-93310],[312004,-101470],[312610,-95301],[309659,-92041],[308934,-92545],[316447,-90184],[316353,-94456],[313950,-92282],[314920,-91862],[314840,-101267],[309584,-94650],[310262,-94927],[312786,-100562],[307970,-100261],[316438,-97942],[318450,-103581],[314355,-102696],[311396,-110549],[313496,-112710],[307274,5055],[308538,763],[307317,5285],[313993,9180],[311580,8532],[310837,7052],[307237,6966],[309354,3283],[311842,4744],[312322,3243],[312838,1920],[313350,4084],[313854,1393],[320233,-134855],[332027,-131962],[326886,-133960],[331375,-134737],[332545,-133789],[332270,-132886],[323641,-146304],[323301,-158767],[323149,-159049],[323593,-158406],[320918,-156923],[322991,-164318],[323594,-164270],[321871,-156631],[320494,-158217],[322835,-155580],[321213,-157249],[322474,-163433],[320595,-164998],[320998,-164490],[322331,-159181],[321735,-155596],[321945,-160033],[321588,-156256],[332291,-176018],[329536,-171747],[325992,-167242],[329145,-172627],[329603,-167151],[330457,-170087],[332779,-177429],[326176,-169902],[331456,-170372],[328084,-172299],[327463,-170912],[327396,-166380],[320790,-167394],[329185,-171133],[323986,-199167],[321219,-197715],[327720,-200140],[328932,-202269],[325537,-203667],[331148,-202636],[322368,-201553],[323486,-200552],[327971,-199559],[326953,-203703],[326095,-203680],[331080,-202287],[325181,-200470],[320872,-196565],[327913,-200175],[327425,-201941],[328238,-204581],[329560,-203989],[325051,-215474],[329055,-205957],[330492,-205545],[331111,-208312],[328412,-210788],[328497,-214401],[328433,-213438],[322644,-215438],[320767,-208987],[329772,-204661],[330505,-205993],[324556,-216330],[330840,-208594],[328507,-210419],[329626,-213239],[328926,-214208],[331385,-208585],[328335,-210860],[328940,-213599],[330242,-212035],[323881,-229369],[323160,-219208],[322049,-218629],[321620,-225499],[329178,-229321],[324789,-229740],[330279,-221597],[321360,-222935],[322855,-228523],[322008,-224478],[330560,-223735],[324254,-220413],[320892,-228115],[325137,-227167],[330435,-224510],[328185,-228013],[328226,-230880],[328888,-232108],[325669,-233757],[326023,-235705],[323079,-238689],[329133,-236881],[322819,-240345],[325538,-233188],[327198,-236880],[331471,-244369],[320669,-244628],[331908,-244164],[323842,-243159],[326575,-244718],[326439,-252970],[331253,-248268],[323485,-254647],[327381,-259079],[331867,-266363],[320731,-266720],[328818,-258222],[332215,-258387],[322790,-268430],[320416,-258196],[332152,-261507],[323396,-266425],[329813,-257111],[332366,-258611],[332438,-264807],[323097,-265188],[327255,-259035],[331121,-258771],[332376,-266553],[325476,-267769],[325889,-60803],[326278,-59509],[325299,-60451],[326367,-59574],[324769,-58508],[325034,-56393],[320736,-57670],[323818,-56024],[321934,-52661],[325849,-60585],[325501,-63507],[326274,-59424],[321058,-55173],[321429,-54364],[324810,-63273],[326247,-63106],[320007,-64147],[320304,-75836],[322629,-67838],[325704,-65108],[324955,-63940],[325937,-67215],[322505,-65051],[328330,-70861],[325059,-72303],[321824,-67596],[326695,-65543],[326436,-64056],[324982,-66774],[332679,-74478],[321732,-64633],[321971,-68490],[321849,-67886],[322460,-67905],[324393,-67303],[325802,-64704],[324253,-65537],[325070,-67523],[324821,-65650],[326800,-65790],[328682,-76126],[327937,-76358],[322695,-66851],[326996,-66105],[326944,-76461],[331452,-82197],[331660,-79300],[325689,-85308],[328724,-78611],[332028,-81795],[326324,-87801],[331841,-85035],[327556,-80715],[320897,-81930],[329539,-77519],[329613,-81912],[323824,-78348],[328913,-83815],[321708,-86523],[326877,-84389],[327755,-77804],[329720,-76724],[328552,-76739],[331571,-82419],[332360,-78947],[331171,-79008],[324254,-87934],[331084,-87480],[321734,-76787],[329788,-79570],[326545,-86274],[327082,-76913],[328495,-77136],[329980,-92282],[329482,-98685],[329351,-92280],[326940,-94189],[330632,-94744],[329763,-93360],[327708,-95384],[329079,-89643],[327160,-91520],[326582,-89863],[332321,-112654],[331422,-111249],[328714,-102269],[320201,-102771],[332464,-114101],[326692,421671],[333186,-134779],[344005,-144738],[343564,-147955],[342122,-146641],[333958,-150816],[341407,-175692],[338302,-177116],[340734,-170708],[340324,-170132],[335092,-174879],[334360,-172365],[339461,-174598],[342715,-173145],[342672,-178743],[336576,-174954],[342933,-170514],[342820,-175150],[344791,-176946],[341345,-176777],[342694,-175275],[343422,-176062],[333897,-178320],[338558,-174956],[337138,-175221],[338415,-173813],[334959,-175502],[342456,-172376],[337774,-170936],[341209,-170413],[337828,-168162],[338282,-170204],[338886,-176512],[336538,-176570],[340761,-171174],[338333,-190391],[343769,-182652],[343426,-187475],[336322,-188384],[343181,-184083],[344922,-179030],[342626,-186719],[340070,-190115],[339127,-186111],[343612,-180686],[341345,-186109],[341567,-189737],[339460,-184688],[342308,-185394],[343282,-201559],[338525,-192570],[344318,-201966],[337895,-192215],[345128,-203957],[345504,-209384],[337861,-213559],[336982,-212492],[340809,-207656],[334634,-216089],[336234,-214385],[338033,-207265],[340124,-212750],[342779,-208470],[340863,-206022],[336787,-214954],[337489,-209436],[339418,-207068],[343598,-210194],[332911,-204714],[345135,-207111],[335395,-228953],[332934,-222077],[332950,-225838],[334508,-218573],[337439,-225686],[333415,-220235],[334904,-228759],[339198,-228897],[342834,-234760],[335084,-230893],[339415,-232501],[335036,-232233],[339090,-234023],[344370,-239408],[343668,-232958],[335135,-230900],[343990,-232846],[340534,-6769],[344272,-6301],[340401,-8165],[342725,-6859],[335687,-243169],[343686,-252390],[335521,-244315],[343366,-250463],[338680,-253297],[337772,-251862],[337634,-254196],[338068,-252177],[336532,-250526],[342238,-255940],[338827,-261274],[338191,-262776],[344902,-257769],[340959,-266124],[338882,-262512],[343396,-257075],[337787,-261605],[338496,-262838],[345412,-258799],[339184,-264658],[338916,-261823],[344724,-257046],[337922,-266903],[338663,-263515],[343706,-36661],[341974,-35804],[343162,-37177],[341175,-33861],[340856,-41791],[338263,-44116],[345586,-49137],[344523,-50277],[344856,-49388],[342084,-58227],[339861,-62547],[343817,-60827],[342955,-59945],[341921,-59714],[342688,-58306],[343183,-62569],[343044,-57292],[341212,-62938],[344029,-55424],[339387,-69388],[334946,-74906],[333348,-74041],[339628,-65068],[335342,-75940],[333544,-75716],[341698,-66639],[335155,-76600],[341757,-66923],[339778,-67852],[335143,-76387],[333483,-80369],[335712,-76814],[338019,-79617],[334853,-79474],[336944,-79183],[333423,-86719],[342832,-96751],[342965,-97697],[339691,-93379],[335341,-100908],[335933,-89830],[338562,-89435],[343104,-93802],[340833,-94366],[343511,-95141],[342254,-100552],[345515,-100228],[334332,-102890],[341476,103604],[345068,102732],[350817,-119053],[348011,-125188],[353183,-118112],[348573,-118599],[350152,-118871],[351404,-119446],[347675,-119159],[356259,-151697],[355620,-147819],[355691,-147367],[346685,-142510],[355358,-143960],[356687,-152381],[358168,-140776],[354773,-148321],[357208,-143493],[353775,-150964],[354341,-150984],[357124,-142903],[356372,-149496],[354921,-146997],[357726,-144890],[348758,-152538],[349337,-146835],[351296,-151510],[355089,-162561],[354922,-158245],[350781,-154942],[352669,-155776],[347424,-166275],[346483,-167202],[346910,-177631],[346459,-177159],[356201,-175160],[354820,-175150],[355548,-176038],[352941,-175446],[348487,-174921],[347288,-176684],[352827,-175324],[351778,-178768],[346303,-166660],[346365,-167529],[347690,-166761],[358372,-168997],[357210,-176190],[356900,-173284],[357903,-176154],[355997,-172703],[352898,-176711],[348074,-178203],[353011,-177292],[352218,-178907],[346294,-175795],[354775,-176914],[356903,-175942],[352183,-178304],[356354,-175850],[357054,-175686],[351587,-174114],[349300,-177658],[358197,-177206],[355661,-186779],[352435,-181135],[350177,-186958],[358257,-179111],[349244,-181360],[345638,-184528],[351935,-188921],[357457,-181226],[350417,-182975],[358240,-182661],[353292,-184581],[349339,-182736],[348134,-180124],[350260,-179524],[348486,-183516],[349627,-179130],[355310,-185213],[352001,-184036],[347511,-182715],[347799,-180404],[351284,-183513],[356082,-186421],[350409,-182049],[352163,-186811],[352912,-185867],[356315,-199655],[345782,-200123],[354405,-198377],[346139,-201505],[353204,-200452],[347587,-201753],[356152,-200772],[350396,-203582],[351224,-202499],[356234,-202209],[350466,-203506],[358111,-200412],[353725,-208945],[358211,-208917],[348730,-210728],[356601,-208111],[356505,-213401],[355378,-208243],[357091,-224330],[348725,-218613],[346582,-229238],[356209,-225143],[347568,-234564],[349408,-234152],[357506,-242794],[348830,-239052],[352398,-233366],[346805,-238342],[349291,-236029],[350302,-239826],[349577,-12426],[348238,-9565],[349693,-10599],[347247,-11535],[348385,-11786],[347389,-10848],[352134,-8554],[352329,-246503],[346278,-252602],[352483,-248948],[356642,-243231],[351245,-249891],[346892,-251961],[358000,-249821],[354322,-252362],[350793,-251650],[346083,-251451],[351213,-267148],[357827,-268023],[354108,-257579],[352993,-265261],[357459,-268528],[349219,-262426],[357625,-260771],[348346,-262717],[353309,-266727],[348203,-256946],[351647,-265825],[355440,-260027],[349137,-262657],[358366,-13366],[352903,-32541],[351942,-37502],[356373,-32184],[351271,-36255],[347370,-36286],[355303,-32492],[351193,-34548],[349924,-35248],[355755,-31841],[350993,-34022],[354652,-32807],[350587,-48192],[355939,-44437],[355203,-47187],[351733,-49363],[354072,-46431],[357354,-46057],[352279,-47068],[353838,-48479],[354730,-48059],[353595,-47311],[356028,-40957],[354263,-49814],[352088,-47893],[353246,-48628],[353022,-50537],[356323,-47863],[350581,-47986],[346731,-55841],[347802,-52755],[354505,-61611],[350906,-51721],[346704,-55255],[346850,-52059],[350995,-58046],[353553,-51030],[354461,-52738],[356714,-55292],[346567,-63523],[347024,-57255],[348232,-52384],[350423,-56454],[347656,-57248],[346044,-52285],[356411,-54927],[354296,-62293],[351417,-58876],[348683,-51148],[348339,-63622],[353260,-62171],[353985,-52759],[352996,-73655],[347449,-73807],[353068,-73306],[348680,-76241],[348993,-74154],[353504,-72352],[347842,-75282],[357955,-64420],[356095,-64633],[356823,-64205],[355688,-64004],[355172,-64615],[357015,-65492],[356759,-63978],[348667,-95323],[349324,-101273],[346019,-99357],[349027,-98804],[346325,-101910],[346325,-101910],[351265,-100890],[351104,-102812],[353817,-112536],[357990,-107623],[349207,-103636],[355707,-107714],[357525,-112315],[349536,-104991],[356943,-110055],[355481,-109163],[351802,-103296],[353230,-113698],[352053,-106958],[354336,-108355],[350997,-108446],[350390,-106088],[348351,-102654],[349762,135424],[354809,133323],[355688,131276],[356191,135987],[352004,143783],[350181,145674],[352672,144491],[353695,151725],[355142,36937],[358122,28399],[355052,37683],[356492,36327],[357183,26232],[357635,47930],[355053,40810],[349094,50787],[355947,47091],[357653,47423],[352886,50179],[355913,42469],[354883,45571],[350861,50233],[356442,41593],[354685,64040],[351527,55905],[349912,63633],[352678,61002],[350211,56590],[348889,63142],[355045,63640],[349790,51789],[349122,58633],[349330,63425],[350712,57170],[352533,62314],[347282,61886],[350290,67101],[352923,68531],[349109,67998],[347353,69834],[351185,68176],[345812,113528],[349488,122293],[349309,119683],[351910,121368],[362369,-117050],[361452,-116346],[359560,-118157],[366862,-118298],[370116,-116178],[369277,-119086],[369352,-137802],[369685,-134178],[368547,-137016],[370109,-134397],[371032,-133030],[359632,-144534],[358497,-147472],[362484,-152340],[365308,-146311],[360453,-141470],[361452,-142860],[366587,-151428],[370846,-149632],[361980,-150039],[364164,-143841],[359815,-152710],[367300,-151219],[361745,-142620],[360572,-141875],[366740,-143441],[365288,-150284],[369698,-149413],[359556,-144888],[359822,-151004],[359682,-151155],[365695,-150595],[365373,-145443],[360105,-142141],[361390,-142647],[361891,-141936],[362223,-142707],[360452,-141659],[360742,-142085],[362220,-141873],[361269,-142895],[366551,-143759],[366235,-143637],[367136,-143450],[365559,-147427],[360694,-163770],[367942,-165468],[370496,-157901],[369588,-162881],[360768,-156643],[368017,-159933],[368468,-156178],[362052,-160672],[361282,-153627],[366316,-166042],[370667,-155954],[370125,-162737],[360230,-156910],[370644,-158493],[366888,-158350],[366919,-158981],[361173,-164348],[360752,-164705],[360134,-162913],[363122,-163032],[361727,-154895],[360601,-155376],[359304,-165770],[370670,-162224],[359510,-155888],[367497,-161516],[360151,-164608],[362111,-164134],[360552,-155799],[369891,-161697],[364518,-165027],[366815,-163740],[363012,-153747],[364029,-153611],[364234,-166985],[361874,-167214],[360693,-169328],[362870,-167405],[362431,-166330],[364032,-170641],[365272,-168637],[367626,-169103],[366323,-167160],[365518,-167382],[358686,-172249],[358667,-174598],[363266,-176521],[363309,-178637],[358848,-177612],[366142,-175858],[358884,-170288],[361716,-166817],[359333,-168505],[365564,-169467],[365352,-171574],[370248,-166230],[367691,-170469],[369165,-166677],[363085,-173043],[361630,-170291],[366207,-170687],[367342,-169417],[362213,-174046],[367736,-176375],[361888,-166243],[363908,-170500],[364802,-168234],[365470,-168654],[367549,-178744],[365710,-177068],[362006,-177759],[359702,-175332],[360834,-178904],[366378,-168982],[358850,-183370],[361780,-181894],[358975,-183906],[369968,-182269],[365647,-179462],[359899,-181436],[359138,-183126],[361119,-182380],[370502,-181328],[370878,-181391],[370083,-181529],[369268,-181812],[369188,-180916],[367799,-188346],[364452,-188488],[370262,-183556],[365995,-181154],[366816,-181902],[368063,-183872],[360505,-180088],[364253,-181874],[360531,-188388],[361900,-188501],[360472,-179666],[364025,-183104],[359539,-184689],[362214,-187431],[370375,-180568],[366385,-181151],[366546,-182209],[366835,-183551],[361930,-184301],[359921,-183672],[369250,-186856],[361772,-198425],[368493,-198824],[367024,-196694],[366997,-203942],[361019,-199762],[364506,-200692],[369018,-200445],[364661,-204087],[369292,-204489],[360578,-201315],[363910,-201252],[369814,-201642],[369418,-203825],[362739,-200504],[365961,-200491],[362950,-199424],[366265,-201163],[363240,-210886],[364820,-212493],[369685,-210125],[360312,-227475],[369989,-223910],[368865,-222903],[360512,-222911],[370481,-225774],[368191,-223150],[359109,-222845],[358788,-242558],[361562,-240680],[368564,-230396],[359332,-241961],[369268,-249136],[368469,-251175],[368523,-251081],[362096,-245926],[366644,-250115],[369352,-246022],[365966,-254888],[359759,-259758],[359835,-258579],[361019,-259268],[365183,-257253],[368771,-260627],[358628,-256455],[359493,-24704],[360055,-20170],[359920,-24794],[369986,-31183],[364513,-50305],[367202,-48458],[365492,-47625],[360873,-51398],[360654,-51558],[362560,-51790],[360054,-54117],[370684,-60967],[369241,-63787],[361453,-61643],[362462,-62211],[370361,-69419],[364882,-67098],[370190,-68177],[370755,-68259],[370496,-69389],[368214,-71635],[364550,-67297],[369400,-66572],[368269,-73461],[364395,-67362],[370861,-68457],[364770,-66657],[368467,-68170],[361005,-65037],[368504,-65548],[364597,-79998],[366052,-86720],[363901,-81654],[359689,-82622],[366827,-89336],[367178,-87888],[366642,-78257],[365589,-88335],[359583,-83592],[367055,-80290],[363514,-88836],[362632,-82665],[358877,-79929],[370971,-88418],[370657,-78944],[367606,-80740],[367100,-87038],[362723,-82218],[361883,-81971],[367604,-89198],[366299,-78835],[363224,-85208],[365945,-83073],[362921,-79944],[368901,-89149],[366476,-91572],[370790,-91046],[368889,-91224],[364901,-93893],[367070,-91462],[368690,-93564],[368135,-90497],[368041,-91189],[367823,-91688],[364646,-91758],[366619,-92771],[364274,-91889],[368020,-89414],[369087,-92106],[369369,-91768],[367685,-93609],[368198,-95401],[369642,-90000],[364832,-93274],[369035,-93752],[366535,-93016],[366610,-92809],[367111,-93275],[358432,-110319],[360180,-110415],[358985,-113348],[359618,-110534],[367583,-114414],[363916,-111206],[360407,-114175],[370289,-111931],[364467,-112956],[361926,-113929],[360307,-106458],[358438,-110975],[367578,12028],[368884,12608],[367717,13293],[368464,14018],[361413,24256],[369106,23268],[369067,19782],[368765,23026],[358747,37250],[359498,31591],[361348,30624],[367123,27340],[378877,-115514],[378877,-118398],[379872,-115933],[381649,-126619],[381712,-120492],[380428,-121162],[380513,-115180],[374885,-124297],[381885,-120843],[379405,-116326],[373825,-121269],[378269,-121188],[379768,-120278],[379906,-126516],[379558,-123039],[382578,-125644],[378691,-128976],[376080,-139296],[379871,-133863],[379292,-132471],[373512,-134492],[377441,-138324],[372687,-136510],[372251,-134641],[372017,-139569],[372439,-139815],[371521,-137753],[375335,-140229],[378001,-132528],[380191,-133212],[371563,-132134],[381938,-131867],[375879,-137904],[380276,-133716],[381195,-133206],[381015,-135318],[378621,-134845],[381970,-131279],[379111,-135027],[380717,-153250],[382536,-143948],[377428,-146607],[373738,-147444],[377900,-146761],[372312,-141402],[378253,-152222],[380707,-147082],[379537,-152797],[375156,-142901],[371703,-153030],[374871,-145641],[372810,-150230],[374288,-141005],[379101,-144561],[371549,-149640],[378860,-147628],[382170,-153272],[375236,-143466],[374539,-141530],[373945,-145296],[374070,-149095],[375589,-145813],[378312,-147344],[374619,-146197],[378752,-157838],[375613,-160684],[375286,-159520],[374818,-160036],[373511,-163952],[374249,-154983],[373935,-159620],[374306,-161865],[375215,-161311],[373639,-160944],[374327,-156312],[377676,-158396],[382722,-163665],[379142,-157414],[373733,-159101],[371681,-159069],[372195,-155523],[378681,-154928],[375038,-161204],[380254,-156232],[371851,-163695],[375668,-158551],[372963,-160815],[383699,-154857],[383974,-158089],[372216,-165221],[372583,-163704],[372100,-153704],[378406,-161902],[382613,-160759],[373600,-161863],[374575,-161573],[374952,-161241],[373744,-160581],[373442,-161498],[373932,-162367],[373729,-161123],[373785,-161493],[376953,-160935],[376407,-162507],[381485,-162126],[372796,-155872],[379007,-156644],[374727,-170550],[381597,-176076],[380008,-171862],[380341,-176581],[371394,-167591],[374846,-169624],[380854,-172047],[382541,-176772],[376990,-170343],[371902,-178943],[374248,-170017],[373845,-167015],[381355,-171526],[372151,-171117],[377522,-169902],[379379,-177573],[383896,-167036],[372358,-167914],[371833,-168393],[383068,-170255],[371267,-171980],[372340,-169810],[374473,-187692],[376316,-185930],[374530,-186076],[379158,-180544],[375029,-188120],[378297,-179268],[383470,-183636],[378913,-185549],[383315,-184377],[375649,-182628],[371422,-180797],[379027,-185869],[371621,-198270],[383069,-197479],[371399,-199144],[382477,-196700],[381606,-202467],[374259,-199645],[381566,-199800],[376621,-200126],[374246,-200573],[383745,-200012],[376133,-200775],[373414,-202349],[375214,-200535],[380057,-201386],[377146,-198672],[376897,-217078],[373473,-207110],[376813,-216846],[376517,-210075],[373818,-209003],[371743,-207711],[378592,-209463],[374892,-206636],[376649,-208500],[373848,-228173],[371724,-223088],[380958,-220315],[377994,-220539],[379459,-220410],[383630,-228038],[376490,-217818],[378552,-219591],[379354,-222459],[378621,-234205],[380253,-239346],[380835,-233781],[380748,-239571],[371780,-230543],[381403,-235691],[380419,-238781],[377159,-234382],[380561,-239768],[376849,-236077],[380548,-240698],[380705,-7612],[378839,-661],[382951,-1707],[382228,-6166],[377958,-1201],[379807,-1905],[381985,-7190],[377685,-1830],[381346,-493],[379902,-229],[381633,-1114],[378472,-2732],[381872,-1275],[376169,-253045],[372636,-252029],[376949,-252891],[373204,-250313],[381906,-246672],[374395,-251115],[375965,-256075],[378995,-259947],[382149,-261006],[377604,-265499],[376507,-258622],[382385,-264153],[382904,-261483],[383506,-18529],[382692,-18440],[380241,-17512],[383862,-19001],[381560,-19905],[382629,-27642],[374291,-41309],[375296,-43569],[373806,-43431],[379937,-47926],[380190,-49360],[382126,-45930],[381513,-45670],[380053,-47942],[380026,-48597],[372222,-41082],[382651,-48326],[379960,-48339],[379815,-49055],[375222,-42648],[382394,-44286],[377098,-46676],[377044,-50851],[378958,-45973],[381682,-43450],[379053,-43775],[380067,-42099],[376043,-49711],[374466,-45023],[381077,-48789],[380905,-48084],[381478,-46462],[381494,-45960],[382359,-46983],[381992,-49193],[372888,-46239],[380484,-48786],[381092,-49403],[380718,-47930],[380548,-47540],[380126,-47435],[380211,-47555],[380437,-47321],[380212,-47889],[380954,-48218],[380767,-47461],[381904,-45938],[381392,-45981],[382184,-46239],[382239,-46487],[382064,-46166],[382131,-46655],[381507,-46289],[381531,-46652],[381684,-46262],[381327,-49179],[381750,-48990],[382253,-48842],[381723,-48562],[381961,-48251],[379465,-63581],[380762,-51529],[378048,-62214],[379601,-61172],[378343,-61302],[379671,-59966],[378643,-60359],[373927,-62395],[376749,-56062],[378377,-57483],[378165,-55516],[379375,-57285],[376834,-57732],[376516,-57831],[379080,-53275],[376897,-52940],[379886,-52785],[381910,-58331],[382069,-58374],[382106,-59557],[380626,-63118],[377754,-62595],[378642,-63185],[377586,-62552],[378227,-62157],[378120,-62498],[378190,-62874],[378496,-62129],[379632,-60475],[378357,-60741],[379662,-61876],[379330,-61447],[378252,-60832],[379438,-60244],[378452,-59654],[378784,-60410],[378609,-60431],[378209,-59079],[378502,-59658],[379344,-59604],[379798,-63681],[379444,-63799],[374097,-63237],[373156,-63397],[374478,-62286],[377133,-55047],[377097,-54938],[376388,-56291],[376627,-55905],[377260,-55179],[378783,-56852],[378499,-57198],[379190,-57626],[377744,-56421],[378081,-55567],[379462,-56986],[378615,-57072],[380264,-56212],[380515,-57105],[379725,-56212],[379866,-56264],[379593,-57449],[376572,-58011],[376585,-57995],[377337,-57779],[377648,-56901],[377218,-58227],[378442,-51940],[378474,-52086],[378129,-52635],[378047,-52355],[377886,-52916],[378227,-53292],[378360,-51815],[379979,-54890],[380013,-54524],[379512,-54294],[379729,-54684],[379550,-53735],[379881,-53490],[379585,-52587],[381558,-57725],[381310,-58169],[381246,-57674],[381226,-61331],[381869,-58208],[380981,-60760],[381064,-59460],[380752,-59702],[375400,-56166],[371964,-58577],[374688,-54697],[381278,-54120],[380396,-54409],[380801,-54913],[380246,-55104],[380750,-53719],[380149,-52869],[380606,-52677],[380076,-53188],[381846,-53821],[381844,-54325],[380794,-53811],[380908,-53730],[381283,-53851],[380771,-53966],[381145,-54100],[380274,-52030],[380240,-53950],[380269,-54684],[380604,-53101],[381331,-54653],[381577,-54516],[380345,-52665],[373254,-69821],[377338,-69562],[373618,-70345],[381476,-75619],[378671,-72415],[375444,-71699],[374564,-71325],[373779,-69147],[372478,-70010],[373574,-73822],[376819,-74689],[376265,-74691],[377388,-76515],[376070,-75382],[372075,-72916],[377097,-76388],[378125,-75880],[375900,-76163],[380196,-75820],[376120,-74847],[380469,-75654],[380829,-75176],[372353,-76481],[380932,-76285],[377200,-75801],[376681,-73757],[375367,-68477],[372917,-68125],[375564,-74321],[372278,-68195],[375762,-73975],[375557,-74590],[375777,-68106],[375746,-74687],[375930,-74245],[375485,-74786],[374055,-69704],[373490,-70906],[371512,-73442],[377227,-65119],[377171,-65304],[376592,-65558],[376893,-64352],[376426,-65316],[376005,-64626],[379838,-64080],[376575,-64836],[374215,-70026],[376052,-71394],[371342,-69361],[375247,-71018],[376147,-72006],[374056,-67947],[373544,-73441],[374836,-71318],[372216,-76111],[375001,-70865],[372886,-72718],[372988,-72680],[373872,-70048],[374771,-68686],[375586,-67952],[373207,-68499],[374688,-68620],[375313,-67641],[373075,-73555],[373535,-67832],[374103,-74579],[375890,-71538],[373334,-71925],[375267,-72058],[375234,-70629],[372562,-71932],[379869,-64634],[373033,-74062],[379974,-64483],[376187,-70981],[377322,-70177],[372607,-73529],[376403,-74867],[377999,-69588],[377414,-75762],[378964,-71487],[380862,-76462],[380394,-64603],[374128,-68280],[378245,-76483],[381327,-76086],[372901,-69429],[377358,-76452],[375608,-73686],[376616,-74331],[374844,-67944],[374967,-67983],[372500,-71025],[374969,-71334],[375789,-65229],[374402,-70068],[374077,-74515],[374177,-70530],[374528,-74007],[372332,-67967],[373514,-68069],[376109,-70777],[373491,-75083],[372639,-72593],[371809,-73579],[378802,-66491],[379002,-64636],[378605,-63949],[379792,-64456],[373139,-65822],[373018,-69075],[372288,-77663],[376933,-79342],[371466,-79476],[377060,-79249],[380317,-77172],[380272,-77188],[380268,-76957],[377640,-77240],[378344,-77114],[377372,-76875],[371919,-77515],[373338,-76956],[373206,-77415],[372581,-77125],[372474,-77122],[371921,-77389],[371465,-77527],[371574,-78226],[371304,-77916],[372395,-80043],[372255,-79497],[372089,-79295],[372022,-80559],[372475,-76617],[372637,-79396],[372399,-77350],[373121,-76937],[371960,-78369],[371468,-76877],[372545,-79548],[371454,-79227],[371678,-79104],[376074,-78532],[378102,-91604],[376096,-97876],[380627,-96763],[381004,-99571],[375390,-91513],[376064,-98145],[378381,-95159],[383054,-97077],[375304,-90122],[372771,-97615],[377366,-96606],[382853,-99350],[382331,-93957],[377586,-93394],[373154,-98195],[378742,-95731],[380327,-99259],[383304,-93740],[375401,-91676],[379181,-97347],[381907,-98716],[381307,-93869],[376245,-114513],[374615,-111719],[377835,-111599],[372716,-114020],[377996,-111079],[373191,-114831],[373458,-106572],[371931,-106310],[376096,-106780],[377434,-107583],[376176,-106563],[379671,8927],[375844,7719],[377490,8542],[376200,7722],[379416,8869],[375774,5931],[380407,9038],[376789,7387],[378701,20338],[377925,17565],[377231,19664],[377693,17014],[380024,16969],[375495,18066],[381224,18713],[372862,18101],[382693,44721],[381105,47642],[375767,45046],[377770,45659],[378999,49226],[376777,46676],[378044,59811],[371916,54259],[373648,53661],[379015,61917],[34136,-127316],[28266,-132203],[26065,-133706],[27706,-127893],[29768,-129256],[27533,-388428],[34082,-393860],[26473,-391382],[29926,-392072],[27619,-387918],[28314,-387973],[33883,-396904],[37383,-399348],[37053,-397010],[37760,-402926],[36688,-404454],[33530,-404748],[33142,-438582],[385194,-115894],[386633,-124048],[384200,-116352],[389078,-117499],[388277,-116367],[392229,-117860],[389928,-125509],[384334,-122967],[386590,-117746],[386331,-123174],[388627,-122197],[384238,-120600],[384483,-117471],[392380,-118142],[388222,-126569],[385815,-123679],[384612,-120795],[394111,-134170],[390364,-131232],[390987,-128614],[391202,-132073],[392330,-134693],[386224,-135526],[389746,-135018],[390784,-140229],[386843,-135052],[386543,-134832],[391632,-135527],[387978,-130967],[389334,-129066],[390669,-134736],[389518,-134050],[385719,-139603],[385718,-139445],[388716,-137684],[392912,-134284],[390462,-146832],[385712,-153084],[388548,-140678],[385134,-140963],[393101,-145863],[392558,-147981],[392289,-148238],[389391,-144938],[388915,-143014],[395079,-144062],[388172,-152249],[395603,-147250],[391133,-148871],[391537,-144291],[392017,-148486],[393365,-146493],[395652,-149575],[393206,-144855],[387654,-150886],[390604,-146793],[390520,-148409],[384073,-147071],[391575,-147719],[394910,-143705],[392540,-151849],[388011,-140810],[390416,-142909],[385017,-141025],[391705,-145347],[390489,-147325],[389852,-142759],[389659,-151974],[388687,-142282],[391248,-146244],[388293,-148789],[389817,-148943],[391907,-140852],[387819,-144509],[386592,-150266],[391224,-145609],[391167,-153269],[395214,-144381],[386762,-158458],[386829,-160120],[387551,-157666],[390768,-155287],[386726,-156134],[390075,-153689],[386956,-154485],[384368,-155935],[386405,-156639],[384341,-159815],[385278,-160239],[386942,-155867],[394490,-154460],[390790,-153515],[394949,-157476],[384915,-158537],[390153,-156455],[392050,-154778],[389560,-154669],[389481,-155779],[389655,-162575],[392661,-162349],[389207,-162737],[393191,-162051],[394954,-163909],[392066,-157129],[393259,-159028],[396043,-165495],[386857,-163367],[390809,-159008],[387239,-165743],[388796,-164670],[388977,-163146],[395969,-164681],[395861,-165883],[392210,-157247],[389578,-158412],[385258,-174032],[384267,-177838],[387036,-175635],[385750,-176957],[389252,-178595],[385572,-176132],[387279,-177995],[391337,-166720],[395980,-172570],[388883,-175914],[389885,-177110],[390109,-173264],[394219,-175307],[396674,-166397],[394900,-166745],[388623,-166307],[392944,-167462],[387979,-166772],[391950,-166981],[392264,-176374],[390021,-187985],[386465,-183503],[385301,-184255],[389975,-185450],[389656,-181837],[386456,-184940],[390308,-184545],[394048,-186026],[384388,-186379],[396111,-184290],[386402,-180350],[386125,-183975],[387137,-179984],[386774,-181420],[391993,-185316],[389931,-184252],[385062,-183377],[390912,-193850],[386772,-196192],[389944,-196317],[394873,-192700],[395475,-195457],[388507,-198422],[392468,-195129],[386502,-194988],[391073,-194660],[386492,-197747],[396616,-192366],[394710,-193210],[396452,-197806],[384065,-197011],[387689,-203611],[388458,-203195],[387569,-199040],[387813,-200122],[387181,-199108],[386320,-198757],[388181,-198983],[386108,-200206],[388285,-210190],[388480,-205788],[389170,-209214],[391977,-212369],[385414,-209036],[392462,-208041],[391721,-212543],[396763,-220832],[387474,-227327],[391613,-224797],[388538,-226270],[390524,-225833],[390004,-226111],[394956,-225529],[386968,-228876],[392148,-234914],[389261,-237972],[391565,-235717],[391331,-237868],[390014,-234825],[386667,-7187],[386718,-477],[389958,-1362],[389151,-7323],[391634,-10737],[386985,-10301],[390939,-3083],[391957,-788],[396337,-5970],[385299,-7325],[384181,-2132],[386599,-687],[387496,-1388],[389863,-8498],[393353,-1494],[393913,-5556],[384724,-244205],[391175,-246882],[393198,-251179],[391092,-253632],[384539,-249332],[391357,-244214],[386353,-244508],[394543,-244079],[392343,-255166],[392275,-253495],[396617,-250396],[385719,-248584],[388588,-245890],[392572,-254229],[388084,-244815],[395309,-253475],[386315,-262633],[387237,-261181],[387457,-257849],[386601,-22478],[388960,-20692],[392712,-37920],[388913,-32407],[385953,-31009],[393179,-28273],[389440,-27067],[395331,-34480],[388256,-36890],[388648,-36800],[389786,-37965],[390735,-34125],[388951,-34215],[388993,-34439],[389333,-33333],[389306,-33194],[391239,-31435],[390650,-31814],[390196,-31625],[390667,-32410],[390660,-32160],[391983,-32588],[392047,-32484],[390266,-31164],[389682,-31019],[385168,-28453],[385125,-28901],[386004,-29672],[386103,-29225],[386754,-30198],[386887,-30306],[387469,-27162],[392786,-27648],[393413,-33618],[390799,-33749],[392025,-28162],[388252,-28285],[388712,-36748],[388420,-36617],[389557,-37877],[389943,-37918],[390565,-34726],[389127,-34364],[389316,-34241],[389260,-33074],[388954,-33214],[390890,-31736],[390855,-31877],[390736,-31352],[390628,-31713],[390906,-32346],[390845,-32530],[391948,-32890],[392061,-33064],[389688,-30989],[389934,-31092],[384877,-28500],[384991,-28808],[385855,-29501],[386074,-29517],[387058,-30134],[386900,-30191],[387346,-28782],[387315,-27669],[387430,-27269],[391313,-39751],[392509,-41081],[394176,-41704],[391485,-39462],[389606,-38286],[390148,-39340],[389986,-39363],[391440,-39137],[391012,-39208],[391753,-39854],[391770,-39591],[392434,-39633],[392408,-39752],[391660,-38882],[391576,-38330],[391694,-38849],[391624,-38797],[390044,-39437],[390129,-39438],[391410,-39369],[391482,-39361],[392116,-39575],[391958,-39940],[392137,-40308],[392102,-40273],[392741,-38958],[392750,-38760],[387889,1600],[389181,3484],[387241,3188],[389015,2713],[396390,17707],[387441,43772],[389502,47164],[388262,42569],[395854,55291],[394292,58243],[394522,67986],[395789,69173],[390925,75703],[391024,84361],[393669,88890],[391076,80617],[392882,81661],[396486,84795],[391929,79685],[395907,84777],[396759,99878],[394358,92772],[396031,93118],[393335,98768],[396112,93774],[392542,92592],[389587,109430],[396708,110883],[388243,109800],[392414,108273],[396787,111227],[389532,111773],[394307,109997],[398957,-139089],[397179,-137041],[397494,-139571],[397798,-147896],[398231,-160439],[397275,-164259],[398748,-164095],[399059,-162046],[397678,-161032],[399218,-162940],[397930,-177441],[396914,-176388],[400187,-167338],[403337,-170293],[396925,-176861],[400390,-172444],[399489,-172110],[398205,-173253],[397592,-173137],[399753,-171985],[398327,-175992],[399695,-172829],[399838,-176740],[398714,-176092],[397175,-172870],[404594,-191109],[397862,-181507],[398880,-179718],[406996,-196591],[405409,-194497],[399204,-195098],[405975,-193015],[401503,-197060],[407426,-195152],[403068,-193433],[397253,-197148],[396886,-192429],[399517,-192003],[400114,-194700],[409584,-192680],[400818,-194458],[408644,-194415],[397252,-192933],[404339,-193075],[407201,-193635],[400889,-197410],[405183,-196283],[407526,-214626],[408113,-212747],[400630,-210619],[403335,-214797],[407249,-216609],[399979,-217667],[402165,-217833],[408502,-227632],[397060,-222159],[404379,-223555],[401864,-223346],[401103,-218532],[409051,-229579],[407764,-240132],[400899,-231847],[403931,-236263],[408774,-241138],[401413,-234389],[406608,-238875],[397302,-230535],[397754,-236045],[401030,97],[407177,-5063],[398232,-9902],[405310,-936],[407108,-3164],[407382,-5471],[406156,-4720],[397562,-1278],[401301,-2095],[397066,-5869],[402011,-208],[408298,-5491],[399330,-10086],[404944,-248434],[407926,-245919],[407999,-243582],[406596,-247656],[406701,-246659],[398019,-255649],[407975,-245568],[400949,-259034],[409448,-258882],[408704,-34527],[407217,-29965],[401400,2539],[402558,3413],[401222,11043],[401626,7409],[406645,9714],[401094,1513],[407433,12839],[401674,711],[401190,9746],[407369,7633],[408261,5359],[400681,5531],[406424,936],[401017,1079],[400723,4339],[400460,5660],[398847,620],[406948,12871],[402478,12083],[407196,2543],[403824,135561],[406469,140090],[408564,135668],[406781,145751],[409561,145231],[406435,149559],[409559,151078],[408926,149744],[404562,15324],[406094,23215],[406704,15483],[403989,15497],[402714,16437],[407399,24415],[406235,15664],[407246,16112],[397053,20755],[407673,23160],[405093,21303],[402488,29974],[405495,28228],[402453,27089],[405325,29006],[396831,28138],[405038,29336],[403962,34687],[408605,37201],[403866,36406],[399581,42254],[402915,44659],[397437,45067],[399598,40021],[399983,41248],[401659,52051],[408274,63065],[404608,61457],[407339,63359],[397136,60174],[398279,55475],[403621,65095],[401693,72140],[399896,89346],[397808,85084],[401991,89169],[406275,88363],[405812,86154],[407197,84461],[403911,90381],[405619,99822],[400943,95899],[400274,90501],[406351,94929],[397045,96265],[401291,97520],[396888,99414],[406971,95742],[403916,96195],[401918,99596],[404774,97926],[401228,95582],[397538,98921],[407893,103364],[405354,102727],[408585,111234],[400997,108964],[401355,111911],[406756,103967],[404190,109675],[404583,109945],[399561,109264],[401436,112853],[399840,114940],[404014,108542],[406596,109591],[407771,111763],[400591,108149],[400019,112744],[405256,105034],[407202,109766],[404176,111085],[399002,109267],[399518,107844],[401260,111005],[401544,115940],[399064,115681],[409148,117488],[404752,121657],[409143,117774],[400373,116864],[406565,118924],[402604,121971],[402414,121080],[399706,118017],[400563,119593],[399027,118052],[411633,-118780],[419179,-123543],[418048,-127369],[417117,-122624],[417300,-126121],[411607,-117596],[415640,-123457],[412161,-118666],[418778,-122827],[418139,-123849],[419166,-122487],[419635,-122603],[419662,-123046],[421813,-124863],[418276,-128203],[418506,-139757],[418636,-138278],[417538,-128438],[417841,-139866],[422154,-128823],[422168,-132083],[416414,-150236],[418267,-142102],[419368,-144355],[420851,-148543],[419521,-142059],[417190,-152208],[420976,-148080],[420647,-145586],[420885,-148459],[418918,-141519],[418834,-153164],[420106,-146168],[420462,-148937],[419142,-165372],[416869,-155988],[415425,-153651],[419062,-162886],[417997,-158309],[420780,-160144],[414405,-156568],[419041,-154026],[417969,-156694],[422210,-163959],[417299,-158738],[413760,-155821],[420445,-154713],[421938,-166860],[418829,-166769],[421837,-174671],[420176,-168943],[409704,-190672],[410103,-190208],[411087,-199578],[410772,-192956],[414725,-194073],[418116,-195258],[412313,-197650],[410984,-193350],[413349,-193579],[421581,-197251],[410275,-201602],[411840,-202839],[414604,-201857],[411451,-194197],[414321,-194186],[410345,-200507],[420652,-201607],[420144,-197231],[418794,-204664],[411391,-224759],[416598,-217989],[416938,-217805],[420243,-226606],[411836,-228170],[419198,-218820],[417839,-226963],[409901,-217424],[410504,-229216],[418706,-219857],[415700,-224573],[421003,-221773],[418698,-229814],[419194,-231201],[410535,-241891],[420127,-237758],[421506,-238923],[412605,-357],[410756,-5491],[410218,-3758],[410200,-2992],[412679,-568],[415256,-88],[413552,-10534],[421516,-12405],[417967,-9509],[410972,-3845],[416218,-8094],[410312,-10508],[415638,-252863],[414357,-252692],[419167,-255026],[413674,-252644],[421407,-251727],[416980,-254568],[416419,-244250],[413208,-245839],[410295,-253939],[417741,-253799],[420140,-252773],[411924,-260489],[410098,-262772],[415979,-260507],[415205,-268408],[415166,-259627],[411132,-266967],[415416,-260054],[413838,-258529],[412446,-268526],[410519,-18792],[415449,-25087],[415051,-24688],[411772,-25278],[414251,-34287],[416344,-34005],[413285,-34801],[418145,-29283],[412394,-33539],[411634,-33518],[421083,-32600],[412285,-33892],[413987,-26609],[417775,-39723],[420014,-42576],[421575,-49696],[417424,-50174],[420364,-46575],[415958,-38963],[420322,-43784],[419937,-59699],[417368,-60147],[420475,-53380],[418260,-51036],[420240,-64078],[419983,-93571],[415514,921],[412367,12331],[415920,570],[411743,12459],[411165,12437],[410329,9631],[410502,4876],[409968,2346],[412696,140546],[409756,136257],[418612,137354],[419997,135661],[410608,136284],[414791,140369],[419075,139563],[413074,141701],[419151,146129],[414091,148720],[409845,147465],[416711,141581],[418419,151022],[413743,147099],[419771,146942],[416716,147395],[409688,150614],[417574,149126],[414028,146782],[417383,161145],[419556,155167],[416783,160820],[413136,159843],[416814,159742],[412318,159044],[416976,162285],[417956,156243],[413797,160164],[418154,153927],[411343,13622],[417915,19604],[411104,22077],[414011,14065],[419368,20384],[410852,19905],[413311,17643],[410898,18096],[417049,15710],[417383,320163],[420099,319981],[417627,325812],[415877,321532],[419442,328920],[415924,325454],[417371,324431],[422248,321207],[418777,328682],[413622,331264],[416005,324686],[415858,323405],[419860,326165],[416784,332682],[416034,325069],[415747,35963],[412660,35909],[412494,36493],[417904,35485],[413786,37092],[422084,45568],[410737,40784],[420009,41321],[420871,41771],[419806,63746],[420867,55997],[421225,60317],[414102,62226],[422357,52489],[422388,58347],[411626,64572],[416211,64241],[411714,64849],[411829,83168],[414820,82753],[410147,82649],[411431,86925],[416403,88116],[416061,82515],[415530,94356],[421138,96601],[419615,102340],[415414,93327],[420407,96176],[414963,93719],[418454,100734],[419403,109995],[420183,103606],[417662,113202],[419568,114739],[410538,115127],[420229,102888],[417255,107202],[418397,112761],[420376,105066],[416943,116133],[420323,118367],[420552,115638],[412403,116831],[415219,117047],[411116,115728],[411790,115454],[415828,117074],[418256,121008],[423097,-124163],[423182,-126937],[422955,-132863],[422975,-144434],[427417,-178287],[423691,-172485],[422988,-176352],[426091,-174776],[426967,-176433],[427908,-175038],[425392,-176156],[427841,-178239],[432588,-177648],[428645,-175744],[425094,-176474],[434633,-176709],[426762,-171264],[427643,-173345],[432713,-177252],[431648,-174886],[425136,-167630],[426781,-171503],[429104,-171905],[426068,-182939],[426881,-181956],[428315,-183847],[429509,-179034],[423744,-204489],[425479,-204550],[423216,-200902],[423744,-196288],[423739,-200849],[422873,-197097],[424539,-200890],[433142,-202627],[423431,-196489],[425970,-202287],[423572,-205805],[423432,-207837],[433436,-206339],[432407,-217322],[427659,-213528],[432894,-214835],[428672,-217030],[434744,-227242],[428154,-223615],[431845,-229551],[427837,-217681],[427861,-221487],[430600,-224427],[432827,-229310],[427728,-224381],[422528,-233903],[429752,-241425],[432211,-240710],[425928,-238131],[432740,-235707],[433487,-230882],[424897,-238953],[434220,-233894],[433145,-234494],[432964,-1539],[429907,-6161],[431121,-1664],[426898,-12337],[426966,-3785],[433021,-10897],[434530,-1856],[429884,-5791],[432416,-335],[432857,-8973],[429589,-2279],[426747,-7271],[427361,-246391],[425416,-255535],[425727,-246932],[423409,-250576],[427915,-247056],[429017,-244261],[433973,-249216],[431490,-248418],[434088,-253548],[425641,-245054],[426248,-247283],[429242,-246756],[426322,-256320],[430650,-257279],[424438,-268002],[431288,-260143],[434682,-265645],[434674,-258335],[435051,-259627],[426078,-261705],[431423,-23865],[423857,-18971],[428475,-21715],[435067,-12934],[424068,-21452],[432334,-22396],[433708,-21698],[429643,-24674],[423751,-20444],[432015,-19591],[434055,-16586],[428575,-24063],[424269,-20518],[426920,-12926],[431816,-15405],[424022,-24872],[430825,-19323],[434744,-24974],[428870,-24927],[428432,-29830],[425202,-34857],[423227,-34463],[428421,-32659],[429165,-27380],[430055,-25701],[425199,-35570],[423333,-33313],[428072,-29357],[429417,-27101],[426017,-25606],[430195,-49590],[427880,-48796],[434845,-48906],[431187,-48433],[429092,-48532],[432845,-71846],[431101,-71979],[424229,-73271],[431713,-80087],[428346,-96570],[430462,-96817],[431939,9373],[429467,8674],[422519,6847],[429108,9814],[430946,5700],[432530,8525],[428432,6669],[426136,7340],[425744,6038],[427579,2188],[427383,4791],[429925,9456],[426468,4157],[422775,8024],[432186,8072],[431464,9649],[431442,6548],[432290,8412],[428578,6213],[426001,7210],[424685,3912],[430796,9023],[430491,9004],[429753,8177],[429092,8762],[426688,8407],[424234,7324],[430688,7219],[432637,9202],[428090,6549],[426200,6800],[424044,6690],[425061,4478],[429831,4510],[426928,4454],[431587,8976],[430332,8326],[430242,8398],[434010,4245],[424217,1507],[426436,2203],[428790,8901],[422627,6626],[432007,9756],[430302,8386],[432460,6931],[432746,8343],[428184,6654],[425991,6686],[426479,2487],[430090,4760],[429248,8188],[427623,12873],[424629,134368],[422947,133849],[424443,136460],[429203,139316],[423850,138609],[428861,133715],[427620,133953],[433938,147801],[428774,146220],[432187,152497],[427763,144919],[428284,144357],[433207,147376],[433234,156214],[432203,161195],[433029,154088],[431714,164329],[430055,158402],[433514,154332],[430434,164055],[434578,14712],[432251,21604],[423573,23517],[433908,16637],[423863,21028],[435170,17004],[434019,15656],[423568,19347],[432316,21803],[428538,19806],[428317,16196],[428097,14655],[427024,17610],[428915,16873],[427690,14418],[426821,17693],[427873,16075],[428123,14261],[427649,13333],[428619,17594],[428144,14666],[422790,319370],[423919,320864],[428585,330480],[425863,332205],[428549,325847],[428281,329239],[423883,330277],[423645,320834],[428029,328162],[429520,330872],[425171,330630],[424744,335157],[423006,336220],[424606,334857],[424623,37442],[424531,34570],[428377,34107],[427163,483347],[427687,485190],[427158,483142],[430433,481619],[431024,484955],[434436,484260],[426853,482717],[426944,482615],[428869,483450],[431902,484913],[426093,482632],[427516,483818],[428953,482087],[431785,486194],[432990,482648],[431507,489981],[428955,492806],[429704,491108],[432276,488781],[434000,487534],[430800,49756],[426786,50876],[424408,40726],[423291,40190],[430168,59545],[422456,54339],[431369,57381],[422627,59900],[428586,62158],[431900,51615],[430004,62055],[433844,52087],[425900,54025],[433055,51489],[429077,62996],[426616,55069],[428885,58115],[422517,110661],[445531,-185413],[436273,-182311],[445844,-184577],[436753,-182537],[435291,-179379],[445075,-188457],[446280,-185980],[445665,-185729],[438411,-182625],[439570,-180441],[435619,-201215],[439123,-201930],[446392,-203238],[438877,-203343],[445666,-203569],[435603,-200386],[439463,-203740],[446449,-203754],[436113,-213184],[435773,-207277],[446190,-207867],[443006,-205642],[446906,-206131],[435917,-209912],[442345,-215544],[437326,-214983],[444509,-215150],[436049,-209971],[437646,-207134],[442768,-206392],[443300,-209947],[436065,-205870],[444634,-209002],[441401,-208428],[441962,-221803],[443219,-227734],[446308,-218108],[437556,-224857],[442692,-221017],[442070,-226001],[443519,-226619],[439800,-219093],[442625,-228014],[443036,-217402],[437326,-220085],[435418,-228037],[447096,-232993],[438850,-230288],[444645,-236248],[444824,-230774],[447110,-234750],[441256,-232809],[439038,-230889],[443302,-233576],[442388,-231062],[435593,-236774],[436559,-234411],[440729,-237290],[437828,-234618],[444920,-238530],[438939,-241079],[438744,-236676],[440891,-238846],[438935,-3767],[437014,-3688],[441035,-6161],[439339,-248411],[447581,-249966],[439350,-247945],[441010,-251124],[439063,-246684],[438233,-249911],[439163,-254713],[440730,-254059],[437511,-244448],[445711,-246073],[447494,-248100],[435871,-15327],[436327,-16481],[435220,-17246],[436547,-16239],[435304,-16260],[437802,-15034],[445030,-45835],[439704,-41930],[440200,-43921],[444231,-49640],[440323,-41194],[439482,-47350],[443012,-47862],[438650,-44409],[442826,-44404],[442691,-41564],[445783,-43385],[445191,-48923],[439335,-48809],[443732,-49029],[443572,-43238],[440670,-42001],[440050,-41356],[446454,-49079],[437110,-47086],[444425,-48536],[445419,-43240],[443737,-47360],[435519,-43499],[443027,-42815],[441109,-45568],[442168,-40201],[443141,-48054],[441825,-47984],[438401,-49602],[446676,-53461],[444576,-60093],[442479,-59823],[441291,-61606],[437242,-60021],[437293,-60829],[444614,-59945],[443257,-61303],[440862,-61311],[437915,-59871],[437662,-60681],[437172,-61948],[435478,-64738],[435736,-63891],[445404,-79394],[439901,-79276],[444459,-89162],[446596,-89395],[446412,-79806],[444989,-87728],[438143,-91090],[444576,10139],[440537,3270],[441519,737],[445422,9467],[435567,11679],[447627,1460],[438581,2628],[441671,3747],[436885,943],[444991,2793],[445056,10532],[437371,3648],[435752,18853],[437234,14621],[443551,34238],[438877,34708],[443871,34515],[442780,36654],[441649,38059],[435418,43215],[438258,45308],[443507,46341],[435841,47534],[435644,61771],[449237,-124172],[451750,-122976],[454021,-122259],[452393,-130219],[455700,-135435],[460445,-138506],[453480,-138396],[459165,-130176],[454692,-138132],[455842,-134695],[456787,-138033],[455795,-139190],[458445,-161446],[449366,-161214],[455203,-165913],[456165,-163861],[449490,-161163],[448866,-156949],[456701,-161579],[449829,-162871],[451154,-163160],[450588,-169883],[451976,-171266],[459953,-168706],[457203,-167766],[449397,-171487],[457566,-168609],[450737,-167414],[457313,-169687],[449161,-187096],[460564,-191125],[450933,-189035],[459669,-189677],[449204,-185054],[456353,-183391],[459447,-185794],[450828,-188408],[450243,-184025],[448153,-184970],[454993,-185563],[458017,-185746],[448218,-185541],[453084,-184763],[457072,-184186],[458922,-193779],[451617,-216560],[457952,-207948],[449837,-208479],[451440,-209249],[456384,-209788],[460033,-208099],[452607,-212911],[458748,-207601],[460612,-207715],[448561,-207984],[450357,-208063],[456315,-208260],[460246,-210691],[454080,-210939],[456057,-207674],[455184,-226962],[458807,-224613],[458441,-229818],[460665,-221646],[456359,-229379],[452839,-228696],[457094,-230053],[456309,-219248],[454857,-227228],[449179,-228942],[448067,-233939],[451792,-230472],[457253,-231321],[448037,-239889],[458245,-238772],[451565,-242576],[454846,-236362],[452314,-240232],[455010,-238264],[448879,-240428],[459271,-239804],[458128,-236824],[448128,-211],[456349,-254871],[460777,-245516],[458693,-243552],[459625,-250769],[455977,-253779],[451401,-253602],[452879,-244953],[455242,-245193],[458597,-243269],[454549,-251362],[451336,-247144],[455372,-249458],[459919,-243508],[457737,-250040],[452751,-255013],[452463,-249081],[455832,-245885],[455559,-42098],[455707,-45479],[451339,-42050],[454334,-43013],[456001,-53535],[449926,-52273],[454575,-55636],[459126,-51896],[454599,-52760],[448517,-86765],[449995,-88737],[450583,-88301],[453154,-79526],[460090,-84337],[454656,5484],[452129,5601],[451165,2370],[454160,6386],[457544,3604],[449734,4654],[454044,4242],[451675,2828],[459950,1001],[460306,1890],[456948,133862],[457033,130489],[459211,135167],[459035,133202],[456822,131626],[458020,134419],[459098,132457],[456066,130112],[448200,13362],[450087,50942],[460484,52691],[460440,56194],[459664,61768],[450958,57645],[459790,54112],[459696,56945],[460584,63518],[459117,54713],[459645,57688],[459130,63801],[450867,58951],[451193,54667],[450863,53098],[450769,59658],[452808,55576],[451049,56427],[450821,51722],[470630,-135435],[465304,-131530],[465800,-133521],[469831,-139240],[465923,-130794],[465082,-136950],[468612,-137462],[466783,-133402],[464250,-134009],[468426,-134004],[468291,-131164],[471383,-132985],[470791,-138523],[464935,-138409],[469332,-138629],[469172,-132838],[467690,-133866],[464327,-132441],[466270,-131601],[465650,-130956],[463874,-132023],[462710,-136686],[470098,-137789],[471019,-132840],[469564,-136939],[461119,-133099],[468627,-132415],[466709,-135168],[467768,-129801],[468741,-137654],[467425,-137584],[464001,-139202],[466633,-136062],[472054,-138679],[472276,-143061],[470589,-177328],[461087,-168121],[468818,-170777],[470059,-178762],[472196,-178995],[461482,-166235],[472012,-169406],[468917,-178499],[473193,-177906],[465137,-167832],[471004,-168994],[471372,-178225],[465501,-168876],[470521,-170775],[472613,-219672],[467517,-217416],[465494,-221868],[471437,-221610],[462089,-225736],[465217,-221571],[467180,-220123],[470559,-218538],[463198,-225236],[468631,-242572],[461776,-232011],[471411,-238180],[469422,-241604],[467744,-238213],[466601,-233573],[465957,-232668],[468148,-234468],[465122,-235819],[466680,-8570],[472148,-5289],[473122,-8288],[471557,-4853],[473024,-2554],[472336,-245609],[466355,-254788],[466333,-255035],[466540,-253899],[468454,-253030],[466365,-24095],[464287,-30105],[463992,-31158],[467936,-29871],[462974,-36923],[468508,-27721],[464049,-37708],[468772,-30265],[463715,-35449],[470531,-39604],[471489,-39184],[466180,-41478],[468694,-38610],[472789,-48429],[472845,-45681],[461867,-46256],[472242,-49945],[472953,-45799],[472945,-44144],[472701,-43244],[463254,-52909],[471948,-54327],[472098,-54935],[472917,-51967],[472053,-54455],[467891,-87739],[472365,-85820],[470671,-86628],[461701,-87132],[470780,-85630],[470710,-85185],[470924,-85249],[470962,-84131],[468621,-88971],[465454,-87263],[471221,-90257],[467590,-89952],[472735,-95059],[471607,-95178],[470148,11236],[461829,1704],[461627,3000],[462342,3886],[461925,4755],[473286,9593],[466492,5590],[473624,5391],[465330,8666],[464088,11982],[468728,8725],[461630,1439],[461459,1914],[462204,3702],[460957,4882],[465031,13006],[471485,498777],[472096,507004],[471753,507396],[472419,500243],[471587,501974],[471869,501733],[463258,42349],[472301,512714],[472218,512831],[469406,537091],[473403,532116],[473300,528946],[472268,531253],[473577,537424],[466015,536163],[463310,532525],[471857,537759],[464663,535154],[463768,535560],[470472,539843],[471192,541110],[467007,544542],[470583,549086],[472145,544782],[470726,549848],[469600,541206],[469450,548357],[468750,540533],[468113,548175],[464596,542245],[472769,569983],[471251,565291],[471753,579659],[473090,591561],[473455,590630],[468162,703910],[470160,702617],[468884,709337],[469938,711791],[471492,706708],[468621,707439],[469699,728532],[471641,719214],[481232,-131977],[479934,-132613],[483520,-139484],[479790,-130802],[481307,-135079],[476939,-131650],[476156,-134532],[475526,-141873],[480175,-145236],[485722,-146417],[480199,-142360],[481601,-143135],[484726,-141496],[474117,-176365],[476318,-170347],[480759,-172141],[476225,-178091],[475595,-178337],[478917,-171232],[482591,-175436],[485650,-178160],[477839,-168519],[485836,-177352],[476183,-177901],[478754,-169126],[482064,-172245],[485690,-173937],[481193,-224112],[480099,-228077],[482405,-225827],[481663,-225384],[477992,-223894],[480671,-230506],[483648,-239177],[477088,-231368],[474439,-233735],[483896,-242758],[486245,-241684],[474968,-1756],[484350,-5537],[476731,-7994],[473623,-821],[483934,-7496],[479091,-9482],[476592,-4526],[474978,-19143],[480115,-14052],[477278,-23544],[475410,-15435],[478311,-33744],[477867,-33300],[477164,-34436],[478758,-48862],[481042,-47447],[480569,-49662],[476565,-41981],[475551,-42801],[474237,-42849],[476152,-40559],[476451,-40044],[478238,-42033],[479830,-42804],[480029,-42851],[480367,-42099],[481162,-42487],[475346,-42161],[475193,-43698],[476131,-40738],[476351,-39254],[479331,-42050],[481953,-42277],[474249,-63769],[485966,-59169],[485388,-55543],[483953,-55416],[481064,-54264],[482107,-55302],[474438,-56099],[485048,-56655],[482616,-55166],[480432,-56401],[485965,-56299],[486310,-55186],[480310,-55488],[476464,-71169],[476320,-68886],[478208,-70537],[477549,-75216],[481604,-75883],[482451,-74953],[477246,-64765],[484380,-76174],[477753,-68079],[481858,-73927],[479378,-65277],[473694,-85652],[473755,-83442],[480428,-83335],[476209,-86565],[478196,-77681],[479355,-78733],[483815,-82614],[483920,-88786],[485502,-86997],[480522,-81303],[483482,-87102],[479841,-80392],[481881,-87764],[478019,-81937],[483851,-86446],[484690,-87253],[482999,-83640],[477025,-89228],[473873,-86974],[481739,-79630],[480607,-87943],[481477,-86354],[484733,-86950],[485379,-83072],[474697,-86824],[480532,-85270],[479363,-88600],[482078,-87060],[483078,-78471],[483745,-78472],[484976,-79430],[477855,-93654],[482659,-90485],[476377,-92771],[478033,-89845],[480209,-92515],[475712,-92537],[485620,-89946],[474189,-95410],[474154,-94956],[473732,7226],[480204,8712],[483712,2362],[485784,2415],[481269,12293],[476319,10566],[484148,10617],[482209,2914],[482711,2880],[481207,13813],[473914,17436],[485672,14823],[484633,504070],[479619,512180],[481201,502718],[477685,511977],[483474,507660],[479115,508591],[480554,502745],[484297,499891],[476472,500762],[481497,511708],[473937,505100],[484238,507709],[485128,510372],[484698,511519],[484012,512163],[485702,593071],[477601,591597],[485999,590866],[485319,589094],[483578,593571],[478837,700483],[484935,700075],[483331,700803],[478617,702143],[475107,704655],[481675,712049],[477509,710150],[474587,706479],[483143,716173],[485108,704844],[484157,92870],[485766,91714],[483900,91671],[484465,91419],[485699,90972],[483711,91060],[484852,91387],[489134,-140407],[487840,-133074],[494295,-132013],[487012,-134251],[492443,-133948],[492783,-133220],[494302,-132521],[493913,-132159],[494369,-132272],[492502,-134994],[487467,-135856],[489340,-147608],[487457,-150888],[488800,-146565],[489280,-152125],[490420,-147778],[497374,-153359],[487064,-149096],[492866,-151757],[488854,-142509],[497704,-158797],[493730,-156652],[495647,-164242],[494195,-155882],[497616,-153830],[498410,-159811],[491555,-160072],[497005,-159813],[494319,-156999],[498658,-160937],[498849,-158428],[492054,-160710],[496091,-156275],[492501,-157454],[498079,-162331],[494455,-160939],[494214,-159845],[493297,-155449],[497311,-154814],[495948,-161969],[497694,-158206],[496827,-164431],[493227,-155474],[495298,-166193],[493384,-165250],[490226,-165146],[496180,-175262],[492192,-173158],[499007,-169871],[496251,-173178],[496524,-174849],[496680,-178718],[493491,-177339],[497965,-175420],[487301,-176732],[496315,-176118],[496913,-169959],[494262,-171793],[496271,-176228],[494786,-173177],[496380,-175230],[498212,-171621],[498753,-169624],[496310,-174785],[497342,-168575],[494799,-171663],[496719,-173507],[496438,-178422],[495754,-174725],[498436,-166298],[497187,-167530],[495178,-171600],[494789,-174920],[495636,-167708],[489912,-168783],[490666,-176069],[494221,-178571],[490698,-176314],[494301,-170043],[493010,-166369],[490548,-169522],[492245,-177479],[492949,-167538],[490592,-166337],[487333,-167134],[492734,-177851],[490865,-168020],[494324,-239256],[488685,-239405],[497621,-242593],[488795,-240116],[498983,-236617],[486868,-235565],[497275,-241237],[488385,-239612],[498509,30],[491412,-5284],[491508,-3414],[496340,-12093],[495575,-12184],[499116,-7661],[491480,-3885],[494856,-10922],[498300,-9813],[489974,-18127],[499033,-14007],[493883,-16015],[493523,-19729],[490949,-17114],[492017,-23985],[492932,-23458],[491636,-19456],[497081,-15917],[498666,-12787],[493996,-18188],[494792,-19582],[491682,-17496],[490470,-23135],[492278,-22584],[490471,-19971],[497197,-14165],[491292,-25869],[490248,-36573],[490075,-31995],[489860,-34419],[491501,-35230],[492993,-36552],[493382,-31515],[496597,-31888],[491835,-25733],[490707,-29069],[489887,-32134],[489038,-34511],[491349,-34626],[494033,-36065],[494609,-31234],[496310,-31371],[496305,-46145],[491472,-38600],[498625,-54246],[493393,-53515],[496246,-60843],[487077,-58161],[488917,-54774],[487447,-58621],[488918,-55502],[491488,-53693],[493768,-53311],[488364,-56625],[488758,-53409],[492361,-54724],[490233,-53869],[489725,-54980],[496194,-61368],[487417,-56508],[488722,-52689],[488462,-54314],[493111,-54813],[489852,-53418],[489366,-54816],[491054,-73778],[486494,-82211],[489917,-86568],[488018,-88821],[488212,-86355],[491812,-88360],[489336,-86349],[488060,-88964],[488868,-85628],[487861,-88549],[489177,-88593],[489300,-85426],[489628,-86037],[489507,-88631],[488258,-84485],[486758,-86937],[495278,-85323],[487228,-79549],[488840,-80643],[494711,-93758],[498081,-93287],[493541,-94777],[488923,-93705],[495541,-93491],[494458,-94106],[492316,-92691],[491668,-92134],[497007,-93888],[491974,-94079],[487202,-90587],[498717,-93740],[487969,-89672],[497468,-93469],[493527,-91870],[493364,-95521],[494156,-95381],[488488,2808],[488848,4233],[487834,3739],[486960,4624],[496911,9002],[496968,10860],[495911,2948],[488685,11436],[496664,3634],[492406,16556],[489156,14932],[498490,13687],[490064,358210],[493582,356335],[498756,354659],[488688,358054],[488746,358484],[489586,357973],[489325,356650],[492123,355800],[487849,361904],[486702,366259],[498136,366542],[497923,365615],[487446,364705],[489931,363145],[498445,368093],[498517,361186],[489306,360299],[487368,362497],[490769,365742],[490082,359475],[490971,365865],[497151,362436],[496958,364177],[490292,362981],[489764,363434],[487709,362219],[499180,362207],[499179,362846],[497500,453689],[493423,459927],[493233,454897],[496881,459346],[495477,459659],[494380,453108],[493459,453323],[497123,458438],[496181,453762],[498772,461705],[496585,470917],[493095,463304],[498834,472867],[497360,471066],[497770,472105],[497755,472334],[497886,474139],[498602,474602],[496604,475833],[497799,474691],[495974,479226],[498864,479103],[496883,475731],[496760,477206],[495140,498419],[493564,497921],[496360,497294],[498383,492784],[490992,498650],[495434,496636],[494810,494019],[494316,493996],[495688,490481],[498620,489545],[495140,491325],[494203,490462],[491107,505292],[490504,505315],[491073,502766],[493406,503281],[489141,500944],[493884,500569],[487419,503748],[498079,506108],[497166,507076],[497805,507016],[497490,506192],[496549,503435],[497455,504409],[498749,500075],[497201,502240],[497140,501788],[497003,507726],[489593,511921],[487274,510902],[496345,504595],[496058,504981],[494779,505431],[496929,501670],[498648,505073],[496256,505694],[495963,503345],[494749,504911],[495995,501876],[495264,506371],[495121,506300],[486579,591435],[486781,591138],[486872,589938],[498551,595867],[492884,690077],[497730,688419],[494005,685006],[494298,686300],[494206,688386],[493545,687352],[493153,691293],[493625,684339],[498147,692128],[495266,694275],[494187,703014],[490314,700964],[491374,701209],[498477,694843],[499070,692604],[489837,697356],[491134,701524],[488347,700682],[488796,700459],[494616,696989],[493084,691531],[496382,694223],[493196,692259],[491035,692871],[495229,699528],[494905,693104],[496948,694434],[492780,704701],[489505,714047],[493629,708604],[490799,716802],[496734,710777],[498385,85424],[498533,84914],[498323,86822],[491509,87701],[497131,87798],[498059,81170],[493181,86813],[494240,87627],[489738,85101],[497830,94486],[489904,94993],[487385,94414],[493647,93660],[493411,91639],[489452,93900],[486588,93202],[486983,92567],[495307,90968],[487080,94089],[489149,92099],[495372,113364],[491541,112764],[489036,114134],[496460,114605],[488678,114707],[494680,109887],[495673,113278],[489464,110410],[497362,120209],[495250,121000],[496380,120763],[494068,118710],[486865,118196],[488863,116233],[492387,119983],[492660,116166],[499849,-153369],[501012,-164046],[500964,-164574],[501736,-164978],[502064,-160769],[503149,-164816],[499492,-165322],[501920,-158486],[503808,-160136],[507458,-163527],[507204,-165483],[505975,-158237],[509980,-165774],[503353,-157679],[505969,-158707],[508051,-164553],[499355,-173042],[499294,-175252],[500388,-169641],[506028,-172935],[504658,-176040],[501132,-176607],[503796,-167281],[504955,-168333],[507283,-178713],[509415,-172214],[509520,-178386],[508818,-178912],[503354,-176744],[511102,-176597],[506122,-170903],[509082,-176702],[505441,-169992],[507481,-177364],[502363,-178283],[503857,-177222],[507909,-178704],[503619,-171537],[509451,-176046],[510290,-176853],[504650,-172149],[508599,-173240],[499473,-176574],[509439,-178755],[507339,-169230],[508130,-174238],[502873,-168220],[506207,-177543],[507077,-175954],[510333,-176550],[499251,-170835],[510979,-172672],[500297,-176424],[505926,-178083],[502197,-168275],[506132,-174870],[504963,-178200],[503161,-168595],[507678,-176660],[507374,-177600],[510576,-169030],[508678,-168071],[509345,-168072],[499326,-239406],[499225,-11046],[499533,-6002],[504628,-12372],[500327,-9423],[499745,-12141],[506808,-25009],[507378,-17318],[507300,-20515],[510133,-17333],[500066,-12690],[506810,-20668],[506813,-13506],[510406,-16911],[508297,-19557],[505230,-24519],[510207,-17814],[508312,-17500],[507147,-19890],[507996,-15756],[508336,-20077],[505827,-25334],[499722,-35583],[500898,-34536],[504274,-28727],[511934,-29678],[500310,-37330],[503528,-29526],[500456,-36555],[502156,-32200],[506784,-31338],[507016,-27164],[500663,-35317],[501504,-35381],[504688,-25528],[506395,-30518],[506901,-27534],[511024,-27466],[511327,-34734],[504171,-41344],[502934,-40787],[502037,-40999],[503655,-61290],[500836,-74558],[500076,-85772],[501587,-79055],[502701,-95801],[502955,6038],[502468,5016],[500362,6669],[504417,5193],[505008,6098],[502738,5304],[502528,6329],[500921,5903],[504321,6033],[505029,4732],[509965,134103],[509850,130966],[501378,355859],[500626,355655],[501792,353494],[501845,354201],[502350,358056],[500353,371226],[504245,361252],[500559,366520],[499270,367299],[504424,361385],[501230,368157],[500882,359362],[500496,361712],[502668,359794],[501245,362061],[499464,368915],[501112,364981],[507078,383141],[503989,391043],[509413,404774],[510416,406684],[503067,403116],[508655,403960],[505581,403340],[510521,401904],[504517,402356],[506451,402572],[510470,402435],[502719,397212],[509526,402023],[509438,401148],[503725,406006],[505873,403104],[509975,405039],[509628,405420],[502706,403478],[505933,401382],[507211,404718],[504581,402827],[503305,404855],[503059,404268],[504831,401316],[508489,407089],[502779,454667],[502138,454561],[500991,459391],[499674,459339],[505484,459175],[511294,460723],[507093,455516],[509869,456776],[510747,460141],[502057,454256],[507252,459059],[510190,456643],[508865,456205],[504427,456794],[510592,455378],[502053,454027],[501037,460592],[505419,457878],[504712,454812],[508989,455036],[510670,457700],[505533,455534],[503070,463134],[510746,464566],[511806,465544],[499902,470741],[500870,471934],[500375,462022],[507465,465380],[504235,471110],[503222,473030],[509977,472342],[503777,472727],[503594,473791],[510003,468883],[508973,468929],[508251,468841],[509659,472407],[511486,461356],[511461,461313],[507495,470237],[509149,470762],[500234,475311],[499828,478802],[503941,480124],[505697,478925],[500041,479983],[510167,479183],[510001,478534],[500966,483093],[505868,477155],[508190,477650],[509355,474330],[511959,477455],[511614,476217],[508806,476636],[503440,480483],[503211,477716],[502271,480597],[507823,474211],[510934,496636],[505313,491456],[504571,492280],[503093,491736],[501181,491699],[511126,498040],[510749,497130],[511244,495330],[511426,498165],[507940,498029],[506508,492899],[503161,496394],[505606,499736],[502462,502379],[506533,505525],[502300,507804],[499865,505520],[499250,507562],[499246,504973],[499400,501884],[511304,510694],[510423,510782],[507083,509203],[508554,507107],[500266,506570],[499329,502947],[509793,510265],[507397,507721],[505811,508787],[505807,509443],[499330,503984],[504465,506004],[505171,504574],[499276,501052],[503047,501280],[501007,502242],[502547,503478],[500366,508033],[508502,509086],[507249,510551],[506844,511259],[509076,44375],[508567,45957],[509318,43329],[508684,40816],[511453,589000],[510231,594936],[509539,594702],[504160,592723],[511825,596460],[503482,600163],[502037,601353],[511091,592178],[500847,600747],[510469,591912],[511745,597705],[499676,601614],[500232,591434],[504963,594586],[509719,589872],[504331,600829],[504905,595248],[509371,598606],[502514,590553],[505817,600167],[503408,594708],[501615,597459],[511326,592730],[511422,590702],[509020,594231],[508193,598810],[506775,604554],[511578,611776],[505515,606685],[509837,613937],[509051,608575],[511052,603747],[508642,608376],[508609,612626],[511187,614265],[509375,604270],[508969,621360],[506604,617521],[507259,616584],[510261,617275],[508710,615164],[511612,631286],[509821,639084],[505249,633354],[510682,631017],[510845,629920],[506815,634828],[505168,58146],[506923,57287],[510027,63945],[510320,57885],[508990,51539],[507810,61944],[506918,55056],[511353,52444],[510006,57719],[504795,63881],[511435,647868],[508865,640729],[511296,644180],[510232,650579],[510260,640613],[503308,652799],[501211,652339],[506186,640281],[508346,642563],[502470,649131],[511908,649754],[505088,649097],[504789,647163],[507706,651097],[504385,645734],[508416,644784],[507564,650489],[503298,646886],[501176,656782],[508037,662614],[506318,658077],[501877,654199],[510242,659894],[505238,661924],[506175,654283],[502195,660253],[506444,656582],[511946,660679],[503414,656924],[506833,654290],[507076,663150],[506095,664377],[511181,658955],[502229,657366],[511426,665285],[508229,664921],[504567,657270],[501942,661019],[501325,666356],[509218,672419],[502804,668874],[503850,671773],[508135,676357],[508109,675052],[505044,672751],[503137,672815],[500714,687887],[509493,680185],[511603,678941],[503601,682089],[501533,686330],[507816,679418],[503382,688321],[503642,686196],[506543,678872],[510622,678741],[501713,692745],[502406,694077],[500231,695707],[501056,698533],[502936,694170],[509471,693297],[504071,702598],[505174,702520],[505459,707365],[499762,713581],[502391,713851],[507531,711892],[505012,714956],[511970,65334],[508109,68306],[511878,72081],[501168,85951],[499943,79871],[508242,82939],[505190,86806],[499297,81906],[508350,83422],[506474,86678],[501801,83036],[501914,86495],[504807,101753],[509596,103995],[504074,106077],[501337,111824],[504866,109232],[510055,110321],[510561,103054],[504892,110537],[509232,102684],[502811,118339],[502971,117605],[501499,119396],[500881,122021],[502356,117232],[499567,118963],[501548,120133],[44008,-123532],[50412,-119268],[49867,-64258],[42506,-66725],[43630,-69895],[46543,-70175],[40713,-68172],[38543,-74765],[40800,-74223],[40851,-80092],[49857,-81665],[49387,-77936],[45009,-80962],[47204,-111225],[523524,-11151],[519172,-8762],[524506,-11856],[523423,-9861],[523595,-10265],[524454,-22771],[515574,-29505],[516336,-27351],[513469,-29259],[523910,-34077],[514487,-29681],[523519,-34304],[517145,-46647],[517955,-46667],[517928,-46600],[516624,-45777],[519999,131087],[519735,135396],[512079,135525],[519690,131675],[517765,134191],[519562,135314],[519305,134534],[513195,130479],[516934,134577],[518745,22476],[518821,25009],[516458,22925],[516806,20077],[517449,22165],[519501,358124],[517170,358498],[516607,358260],[518508,356524],[518495,357502],[512185,365032],[521430,359514],[517989,359912],[520683,26988],[520924,26758],[521889,27727],[513979,62094],[513567,57233],[513457,60517],[513786,57192],[515596,63579],[514778,58548],[512880,68357],[513187,65376],[524582,89658],[524120,91921],[514539,106821],[513568,105218],[513652,107810],[519704,113991],[520800,112132],[523147,109088],[524530,109530],[521522,112942],[521239,111777],[521197,110507],[520193,113787],[520677,114115],[521760,110839],[513490,127214],[525096,-8733],[525243,-7448],[535244,-4736],[536267,-9126],[536302,-4332],[535386,139],[531407,-7765],[530934,-652],[530182,-6019],[531864,-7404],[526340,-5271],[526767,-1321],[528602,-9148],[531588,-1084],[529866,-621],[536106,-14650],[529656,-19340],[528180,-24698],[533075,-18821],[534978,-13938],[530415,-18144],[537536,-16894],[526704,-20166],[524945,-21258],[524995,-23214],[535273,-19993],[534631,-14998],[537224,-16994],[534129,-20788],[525034,-25024],[534669,-23017],[537582,-25752],[533816,-27768],[526406,-32030],[533428,-26944],[533830,-25723],[533496,-26983],[536085,3917],[535823,3441],[525879,7179],[535093,3521],[526429,440],[535076,2620],[536176,4038],[535266,293],[535567,2380],[528476,292],[529468,139543],[529797,136742],[526444,129893],[531770,138103],[528944,137972],[534152,139253],[528921,136327],[534371,138623],[534628,138169],[531106,134780],[536834,153345],[536659,155568],[536124,159547],[536659,232368],[536124,236347],[537305,22443],[530438,28845],[529415,27593],[529649,29112],[530091,28168],[529179,27955],[528604,448107],[526659,446786],[527388,445412],[525086,446454],[529159,445829],[528643,446956],[526502,445146],[536354,445956],[537056,446399],[531084,445761],[531120,447567],[530144,443801],[531563,447175],[530427,445420],[531584,446315],[533076,443108],[531656,442770],[529781,61910],[528513,59783],[528143,62140],[528218,59468],[529409,63085],[528586,62591],[530523,62933],[527116,62897],[528928,60361],[530617,61966],[528321,59819],[532313,70451],[531957,73120],[530920,72272],[533587,70921],[531343,73011],[531819,71368],[533166,70104],[530183,71071],[530747,72635],[529540,71893],[531014,70637],[532312,72270],[530529,89201],[529275,92385],[527017,91660],[525095,91501],[531085,99220],[534340,100518],[529006,90502],[527295,90216],[527950,102442],[528591,94387],[530041,93937],[533198,102035],[534035,100874],[531287,99433],[524948,93697],[533751,98594],[533715,100701],[529051,104755],[533154,104495],[531605,102940],[535204,120934],[526322,122185],[528219,127606],[527161,121805],[527514,120680],[526662,127165],[529009,121781],[533947,123712],[533051,123955],[527236,126676],[535379,127553],[549514,-118792],[549263,-117589],[547946,-16780],[545744,-21353],[540114,-24816],[545904,-23824],[540884,-21877],[550189,-20899],[539775,-25047],[538742,-25189],[550062,-20837],[541420,-25658],[538559,-26198],[540787,-25595],[538723,-26064],[542806,-73227],[541466,-74695],[538928,-76098],[550078,-71199],[541987,-72774],[541285,-73123],[540780,-76134],[548682,-70447],[542723,-72805],[541386,-75739],[550032,-70753],[541595,-72678],[542848,-72964],[541263,-75636],[548023,-71059],[540289,-77376],[540254,-78005],[538882,-77185],[540170,-77386],[540057,-78077],[540694,4669],[537703,841],[539010,3535],[537750,473],[538873,3460],[538703,1897],[538084,1897],[538986,3963],[542484,149840],[550383,152370],[542771,151098],[541963,152661],[543634,152483],[547769,165784],[550109,166318],[548154,161668],[543531,154161],[548410,161731],[540277,155856],[545756,153969],[539468,158106],[545044,158638],[550332,163854],[547769,242584],[550109,243118],[548154,238468],[540277,232656],[545756,230769],[545044,235438],[550332,240654],[548410,238531],[547890,244719],[545756,18790],[546397,20456],[539340,23257],[543537,23255],[547983,21692],[548474,18565],[541150,25426],[548125,15359],[550033,16785],[542165,21235],[539525,25378],[547081,21036],[546429,21292],[538684,24253],[542375,22175],[545162,18560],[539076,354918],[541920,352983],[538578,349550],[539517,355254],[538901,353090],[539607,351310],[541446,351160],[541098,350796],[537805,352596],[537898,354654],[541682,25808],[539364,27095],[537894,436010],[548998,447391],[549514,447073],[547603,446442],[541122,441070],[543079,440997],[541874,440808],[542258,446931],[540889,441444],[541760,441532],[543430,442364],[543524,446918],[538759,446023],[547793,54097],[548315,55860],[542980,54575],[541745,53822],[547501,62670],[545761,61972],[548957,56795],[544066,55351],[541699,55620],[543945,62993],[547143,61898],[548103,56355],[548558,54643],[543556,52982],[542660,53141],[546430,62190],[545815,63358],[548972,55836],[548621,53742],[544401,53217],[541277,52620],[544191,61424],[546682,62797],[547520,55283],[547843,54626],[544340,61112],[548861,56209],[544616,52485],[540539,55238],[544077,61317],[544781,64786],[551607,-121057],[555921,-116302],[554035,-117244],[552335,-118892],[553405,-118494],[554990,-117272],[550626,-120767],[551447,-22779],[554952,-22191],[553856,-21826],[553894,-28340],[552955,-29687],[555550,-29384],[556096,-32977],[554934,-71679],[559143,-71048],[560387,-69529],[563057,-64715],[561616,-66246],[559148,-71259],[559233,-71298],[558236,-72166],[556058,-70865],[556964,-71364],[555706,-71126],[558538,-70153],[554500,-70631],[559083,4057],[557813,5048],[554749,9262],[554669,7532],[560952,4353],[554650,3384],[554676,7756],[559341,2826],[556614,3547],[555647,11147],[555037,8972],[560719,3736],[559211,7678],[557606,4201],[555708,6801],[562632,4156],[557131,8993],[555636,4424],[555831,128498],[557853,130333],[559957,128509],[556840,133106],[557222,133254],[559047,130927],[562361,146633],[562555,144258],[559972,148471],[558181,151851],[562775,146770],[555171,154750],[551926,155812],[550629,155167],[553126,162564],[554290,158630],[552327,164525],[553567,158888],[550813,163878],[552327,241325],[551926,232612],[553328,241223],[554740,231841],[551150,242895],[555106,231854],[550629,231967],[553567,235688],[550813,240678],[554290,235430],[552783,25584],[552711,25295],[551540,25461],[558817,16860],[551026,17022],[557774,17450],[558764,16059],[555090,30235],[555216,26375],[550481,30865],[553823,29361],[551848,29702],[553672,30108],[555694,26737],[557586,405772],[558187,402444],[556639,397352],[553523,406336],[552764,408550],[555962,404714],[552526,407385],[559322,403243],[557849,400964],[557642,402139],[557065,404072],[554926,403280],[553624,407151],[558377,406846],[554695,405411],[559853,405484],[554763,400910],[557727,399718],[556838,400887],[554951,403342],[550825,54096],[561459,63876],[557709,63799],[550516,57234],[556843,66943],[559434,125053],[559445,126162],[561235,125980],[553841,126971],[559183,127773],[572648,-1192],[571180,-1785],[572917,-472],[575040,-26320],[575523,-28028],[572063,-36917],[574086,-26520],[572540,-37444],[575242,-27973],[572185,-36187],[567692,-38383],[568257,-46709],[565526,-46551],[572969,-38824],[568114,-47573],[565968,-45820],[573834,-50927],[564703,-38605],[568171,-48015],[564756,-41992],[565932,-45976],[567372,-38701],[568079,-47133],[565414,-44388],[563955,-43247],[564737,-46282],[573645,-49266],[570060,-58208],[569830,-62895],[570806,-61072],[568906,-61182],[568892,-58488],[570792,-62089],[570831,-52369],[571134,-61131],[568869,-60372],[566723,-56380],[570648,-63191],[573017,-51437],[570990,-61062],[569258,-60430],[570323,-55431],[570379,-62516],[570653,-61540],[569176,-61074],[575097,-73858],[572089,-72435],[568389,-69388],[570317,-76035],[569874,-70270],[566956,-68809],[566919,-65313],[569475,-65336],[569764,-63817],[566281,-75166],[575678,-74771],[572818,-76286],[573041,-71662],[567601,-68976],[566768,-69733],[569639,-64772],[568650,-64297],[568455,-74156],[566599,-75527],[575006,-74563],[573906,-71171],[567553,-68916],[569801,-70693],[567592,-66259],[570563,-64053],[570203,-65137],[570129,-65924],[570039,-64101],[569695,-74345],[565831,-74758],[575817,-74844],[573813,-73435],[568452,-68028],[568291,-71511],[567137,-69804],[568133,-66549],[569794,-74629],[569312,-74112],[569890,-73668],[571084,-73895],[572559,-67064],[570566,-63804],[569933,-64656],[568973,-66445],[568998,-65562],[568969,-74246],[566434,-76286],[569593,-82002],[575541,-77844],[572010,-83980],[567410,-79220],[570709,-78088],[574530,-88503],[570069,-81789],[568185,-82879],[575657,-80527],[574143,-76800],[575231,-87383],[568587,-77593],[567711,-82544],[568701,-82342],[571920,-82927],[568616,-77810],[573813,-87597],[569096,-82190],[573284,-76723],[567534,-82442],[570170,-83902],[566162,-77702],[574640,-88751],[569881,-78639],[568493,-77471],[571773,-102118],[565821,-91404],[565388,-89885],[573218,-101285],[573300,-100693],[573879,-99449],[569056,-107768],[572193,-109601],[573912,-102594],[574616,-106198],[569641,-108692],[569672,-109699],[571726,-108872],[573789,-103309],[574660,-104633],[570243,-103277],[566035,-107846],[568168,-109276],[570853,-110417],[572358,-110081],[567119,-111884],[572774,-106276],[568991,-107661],[568551,-109986],[571863,-110382],[567877,-112350],[567077,-107729],[571945,-105137],[572753,-107029],[571326,-103663],[569045,-111157],[565877,2716],[575369,2555],[565870,3764],[575965,2453],[566126,1968],[575543,2683],[563748,140873],[564408,140045],[565541,142895],[564058,147517],[567018,142341],[568356,33098],[568277,32793],[567967,26680],[569966,44554],[569833,45587],[570882,43671],[575262,52856],[575117,51407],[564314,63135],[564453,62028],[564164,60246],[574336,101404],[573599,102521],[575327,102664],[573901,102808],[581448,-2074],[581159,-196],[584852,-3138],[588329,-3622],[585915,-1756],[588265,-2168],[583528,-4627],[586887,-7189],[579433,-4043],[583245,-843],[587556,-7251],[581298,-2464],[586109,-36180],[586851,-38083],[585145,-36080],[584655,-37583],[587656,-34907],[584833,-36022],[585043,-42068],[586549,-43725],[580634,-48207],[583051,-44157],[587208,-41769],[585256,-42380],[580266,-49838],[582174,-41397],[577564,-42394],[582386,-40012],[586431,-42716],[587630,-41683],[580402,-48704],[583367,-45339],[583919,-42408],[580276,-48353],[582116,-45312],[576462,-54305],[577641,-52313],[579998,-73153],[579987,-71553],[578966,-73596],[583327,-88382],[584548,-86783],[576164,-78950],[584217,-87109],[576863,-79655],[581579,-93231],[579439,-95387],[579598,-92662],[581427,-93368],[578521,-92581],[580423,-91405],[581083,-94417],[581026,-91808],[579307,-95388],[578241,-91794],[580087,-92478],[578025,-95529],[580673,-92214],[579445,-93320],[587910,-101124],[588290,-101900],[580157,736],[579817,1030],[584491,243905],[583853,246503],[583545,246303],[584440,250227],[580699,17519],[584358,19607],[580934,18536],[584802,15984],[581815,18669],[578861,18944],[580012,17413],[587274,18729],[584268,17286],[586616,16205],[582492,17952],[580663,36115],[576221,37257],[578769,37203],[579426,27835],[579702,29047],[576385,35986],[576206,37185],[585320,393123],[581249,51238],[585441,39654],[586762,43873],[588621,48412],[586843,43756],[585163,44539],[588768,45101],[585984,50795],[579739,39535],[588165,47364],[587243,47486],[587987,48101],[577945,38821],[585254,52239],[580182,55841],[586914,58202],[587855,59355],[586728,60815],[577110,55554],[580104,54268],[578144,55555],[580983,54585],[576914,100579],[576260,101217],[577130,99936],[576986,103847],[598653,-118189],[599400,-116372],[599502,-117258],[599834,-118005],[589596,-652],[598583,-474],[590249,-4830],[601176,-12500],[592354,-1045],[588912,-2916],[598372,-2805],[592424,-292],[593340,-821],[601342,-19258],[599402,-21384],[598311,-18411],[600646,-18849],[600754,-19872],[600605,-18485],[598684,-18216],[593844,-44384],[591775,-44483],[594646,-44577],[592160,-44659],[595112,-44239],[591684,-44607],[593397,-43152],[593544,-57829],[593031,-53880],[593233,-53554],[592983,-54332],[598107,-60415],[598969,-68487],[592608,-76027],[593299,-73683],[593074,-69161],[592028,-74292],[593404,-72991],[593951,-71327],[599404,-68726],[592174,-73979],[591511,-73219],[593478,-70890],[591998,-74022],[592057,-73498],[592412,-70374],[591175,-82047],[595570,-82465],[599104,-88873],[594374,-81504],[600508,-88834],[590982,-81676],[596238,-80810],[599808,-89393],[590615,-81560],[593977,-82412],[599382,-87389],[601024,-77136],[601345,-79412],[594560,-99442],[592449,-99066],[589557,-98575],[590391,-98221],[590398,-97926],[599885,-101169],[600590,-96316],[600233,-96621],[600601,-92271],[597942,-92321],[595659,-95537],[594460,-100341],[590219,-98225],[591371,-97340],[597853,-101788],[599773,-101284],[601229,-97673],[598954,-94749],[599340,-90902],[596036,-94817],[593510,-100769],[591819,-99906],[590669,-99195],[591312,-98419],[591445,-97945],[599502,-100646],[599179,-96799],[599414,-90905],[598030,-91477],[596241,-94721],[594749,-100964],[592136,-100067],[592980,-101200],[589529,-98705],[590967,-97788],[589181,-101135],[599988,-101705],[600104,-96826],[600784,-90280],[598412,-92175],[596063,-95758],[598755,-110457],[600391,-114527],[595223,-110161],[594268,-107487],[594416,-106150],[593029,-103143],[599846,-111653],[601237,-114144],[594490,-109018],[594328,-106858],[593861,-105804],[592842,-102971],[598142,-102756],[598161,-111623],[601267,-113886],[594761,-109194],[595020,-107631],[595460,-105233],[598622,-102887],[599002,-111771],[600976,-114525],[595084,-108546],[595736,-106364],[593830,-103225],[588921,-102274],[599302,-102608],[598922,3731],[600648,5583],[600511,1367],[597780,461],[600565,1850],[598447,430],[598850,2808],[598341,251561],[595089,252365],[594637,249893],[594388,251625],[594220,250472],[599991,24107],[592076,14769],[601514,24784],[591687,14929],[593430,15378],[591339,14151],[594114,372395],[600552,32069],[600719,26769],[588893,48642],[589497,40550],[598604,42905],[601125,42720],[600598,43446],[589352,40584],[590222,48532],[599843,42473],[598567,43354],[589973,48718],[588861,47803],[595942,47708],[599170,43726],[589178,40921],[588826,40662],[588982,40669],[589287,40634],[594506,42165],[592093,50349],[600224,43050],[597454,42999],[590068,50409],[598337,42829],[598418,45623],[600754,44532],[598265,42959],[595073,54759],[598786,54215],[590100,53609],[590262,53846],[590894,57993],[591107,53240],[589406,51676],[598782,53120],[588976,53196],[595630,52560],[589285,52601],[612905,-133760],[612521,-134049],[613689,-133337],[613816,-133141],[602418,-6581],[603838,-1984],[606982,-1550],[608379,-3829],[602144,-3779],[603224,-2128],[612906,-10343],[605006,-6315],[603605,-1953],[605321,-12468],[608031,-6441],[603757,-10993],[604917,-7797],[606405,-12207],[609684,-5940],[606726,-11981],[603127,-2899],[606210,-6092],[603605,-8021],[607328,-3922],[610928,-7175],[603405,-9503],[605356,-12617],[601935,-18252],[611311,-17552],[613746,-51060],[609655,-52321],[608716,-52436],[605308,-54720],[610220,-63081],[609861,-52099],[607788,-52422],[605754,-53916],[610609,-63184],[612967,-51418],[610030,-52338],[607279,-52596],[605191,-53528],[609060,-63538],[612867,-51391],[609906,-51858],[605146,-53564],[609168,-63443],[611258,-58591],[611754,-59011],[610709,-60924],[610828,-59237],[611336,-60254],[610814,-59715],[602276,-80024],[603354,-79656],[604688,-82742],[608566,-85407],[602182,-78240],[604654,-83648],[605171,-84253],[602650,-78787],[605077,-80516],[605595,-83307],[606837,-84874],[607728,-86850],[603687,-79621],[605633,-82634],[605935,-84332],[607815,-85238],[608833,-87562],[603063,-93414],[603273,-91812],[602777,-94363],[603476,-91913],[603777,-93546],[603402,-91803],[604729,-92900],[603361,-92015],[608376,7577],[603535,5662],[605034,8236],[612397,10338],[603681,6033],[606342,6085],[603537,3229],[605443,9058],[602244,21168],[612590,16380],[612353,25077],[613092,22816],[602368,21383],[604864,16330],[612075,16120],[611569,24378],[613835,23338],[602927,20596],[604409,18973],[611055,25612],[602643,22543],[605926,16680],[602825,24498],[612656,16018],[603832,29710],[602922,29502],[603227,30760],[608714,31029],[608257,28094],[609590,32167],[608157,27866],[614019,29646],[608457,28957],[611753,26529],[613513,25888],[610315,28306],[603304,39612],[603255,40257],[626282,-132702],[614792,-133419],[621418,-132333],[623483,-135419],[626098,-131955],[615483,-132944],[621357,-132560],[622055,-133364],[627100,-131851],[615882,-133124],[620392,-132823],[623905,-135672],[626551,-132606],[620693,-132642],[622044,-134676],[615243,-11992],[616465,-22462],[614886,-59041],[615964,-61765],[617970,-62932],[619366,-62359],[621760,-58111],[622724,-54719],[625727,-56687],[614582,-57811],[615292,-60290],[619942,-61502],[621729,-54984],[626820,-56184],[617544,-63653],[614753,-59140],[616479,-61649],[626762,-56922],[618738,-60387],[621502,-58566],[622009,-54801],[616949,-62524],[615691,-59429],[617003,-61590],[619595,-60958],[621241,-57668],[622956,-56133],[627156,-56697],[615604,-64975],[617740,-65627],[619540,-68204],[620530,-70692],[618287,-72955],[622430,-71779],[624127,-73891],[626616,-69963],[614657,-64221],[617762,-66286],[619430,-66500],[619840,-69463],[618537,-71652],[621429,-72578],[624231,-73414],[623846,-75495],[625520,-72176],[615139,-64819],[618284,-66346],[619814,-66691],[619457,-69067],[619144,-73259],[621974,-73038],[624831,-71958],[623667,-73295],[626937,-71226],[615082,-64153],[618387,-66692],[619394,-68334],[619209,-70764],[620383,-71183],[620257,-73549],[624667,-74766],[626432,-71981],[614851,10970],[626313,17508],[621392,16156],[626508,14416],[625702,24258],[617546,15755],[620041,15682],[625999,14872],[614599,24372],[623692,25731],[618403,17910],[622206,16642],[623213,14889],[617313,21621],[618349,16707],[620832,16103],[615175,21245],[621973,26415],[623944,27619],[619813,400380],[617680,400116],[620655,401562],[618191,420788],[634589,-127660],[634117,-122364],[638583,-123393],[634647,-126862],[634329,-122327],[634548,-127095],[635138,-122339],[638768,-124164],[633582,-126892],[635509,-124498],[639860,-123606],[632664,-134077],[630398,-130214],[633255,-134540],[628759,-130466],[633063,-133675],[631185,-128824],[631121,-133093],[630007,-129262],[638254,-12239],[638333,-11344],[638936,-14207],[638577,-14249],[628485,-54710],[632833,-55013],[634779,-54998],[636945,-55372],[630405,-53583],[633100,-63339],[631922,-61518],[628643,-61113],[637418,-63539],[630503,-55641],[631896,-55629],[635794,-53924],[637359,-56493],[630050,-53182],[631469,-61953],[628229,-62208],[636200,-63180],[629104,-55296],[633029,-55205],[635325,-54812],[636322,-55557],[629715,-54675],[632129,-61855],[633307,-63456],[628189,-60539],[630182,-56453],[631651,-55506],[635240,-55003],[637023,-55979],[630950,-54534],[631831,-62084],[632943,-63389],[629834,-61861],[628149,-70981],[631992,-68545],[630028,-71674],[632298,-73070],[631794,-75485],[633014,-73567],[635378,-73960],[636912,-73943],[633294,-66078],[631634,-68116],[632114,-64986],[636670,-65005],[629147,-69297],[632511,-69604],[631205,-73274],[631925,-72483],[631335,-75437],[630424,-75420],[634978,-72358],[635837,-74448],[636286,-73461],[633840,-66742],[632676,-66710],[636154,-75081],[629393,-70421],[632415,-69341],[631915,-70839],[630414,-75955],[629153,-76211],[632158,-66769],[636922,-64626],[636962,-64303],[629328,-69500],[631323,-70713],[631776,-72563],[632807,-73483],[631804,-75615],[632767,-72559],[635434,-74646],[635878,-73403],[635763,-73764],[634000,-66457],[633145,-66209],[636192,-64551],[636760,-64133],[637396,-80311],[639945,-79148],[628344,-77057],[638265,-78342],[637286,-78776],[639970,-79290],[629340,-77423],[637675,-79255],[638929,-99407],[638703,-99475],[637389,-96527],[633614,-106991],[635455,-111653],[635272,-109313],[634223,10538],[635244,4691],[632423,12389],[633550,8966],[634620,3930],[631641,8942],[633084,4189],[638134,3113],[634130,10061],[634126,585],[632543,3650],[634389,4300],[635362,1979],[630219,16871],[632883,15129],[628799,18182],[632856,14572],[629690,18385],[633190,14910],[628794,16234],[60965,-233101],[52205,-71504],[55372,-74952],[53371,-78969],[59022,-84183],[58926,-78747],[61190,-95867],[59834,-98439],[57895,-95392],[58434,-91927],[58174,-99469],[62476,-110639],[55399,-111253],[52980,-110819],[55403,-102794],[57825,-105845],[642629,-121350],[647451,-121317],[649757,-119144],[652583,-115063],[646474,-116115],[646545,-119195],[640484,-123740],[642488,-120796],[648129,-121921],[650480,-121131],[647249,-119191],[640949,-122377],[650172,-119647],[652635,-116077],[647532,-117589],[642914,-120423],[646316,-120940],[651639,-119240],[645944,-118936],[643113,-7959],[649106,-7068],[645851,-4391],[645164,-7887],[648322,-10301],[646285,-7036],[642736,-7938],[648999,-7953],[646117,-4833],[649448,-9744],[647210,-3382],[640485,-12089],[644055,-11442],[643213,-9354],[641101,-12358],[641552,-11372],[641361,-12818],[651867,-30502],[652012,-27412],[652007,-26175],[649877,-26881],[652402,-26599],[647382,-62586],[647234,-60592],[644187,-69032],[644700,-68940],[641682,-79143],[640802,-78694],[641004,-98310],[646096,-113438],[643298,-113590],[645521,-112929],[644552,-113836],[646312,-113717],[643119,-113834],[646114,-112350],[643630,-113913],[650393,245777],[653949,-115399],[654719,-115750],[659167,-25316],[655450,-25014],[658961,-25298],[654122,-25109],[657281,-27009],[655737,-26157],[658007,-26035],[655981,-26415],[653444,-27377],[655867,-27592],[653135,-27298],[657540,-41628],[658307,-43262],[657160,-43980],[662571,-44955],[664230,-50572],[661658,-46806],[658603,-39775],[657950,-42576],[656253,-44780],[663347,-45505],[659877,-41820],[657908,-46987],[661197,-45450],[660482,-46296],[658610,-40483],[659084,-43970],[658449,-44610],[660717,-44525],[663295,-45280],[656155,-49321],[653769,-67541],[657955,-77337],[656761,-78648],[657344,-77736],[655871,-81179],[657787,-84830],[656685,-81354],[657501,-85530],[658460,-89081],[662987,-89084],[656959,-77879],[657013,-79996],[657795,-85690],[656274,-81866],[656308,-85802],[658358,-88417],[660217,-88931],[662522,-90963],[658400,-89509],[660610,-91228],[659238,-90909],[659631,-90692],[661664,-90239],[661479,-91769],[661018,-89572],[653566,-110723],[656482,-108912],[657156,-107785],[654741,-112576],[655255,-108608],[657760,-108887],[654311,-112119],[655003,-107507],[657959,-109216],[654351,-112378],[656373,-109021],[657317,-108061],[664593,247656],[661599,248368],[661036,247845],[661515,249814],[654866,251335],[675269,-115058],[676870,-116641],[677562,-117036],[677519,-115738],[678270,-132245],[669418,-129325],[669946,-135376],[670286,-133123],[667347,-134553],[669977,-128552],[668999,-132364],[669793,-130803],[669133,-133572],[667617,-131511],[666914,-134849],[668288,-132661],[669854,-129450],[671558,-134166],[668503,-140290],[668325,-139158],[667469,-144078],[667394,-142052],[668737,-143197],[667544,-144677],[676403,-54013],[673796,-53803],[672721,-55213],[667306,-52180],[672938,-54758],[667163,-52583],[676307,-56695],[675190,-55632],[677883,-86772],[676860,-109565],[674909,-114195],[673984,-110086],[673833,-112842],[674336,265025],[688225,-123317],[687409,-125209],[683088,-127207],[682871,-116200],[689603,-123666],[687392,-124317],[689041,-125892],[682879,-126721],[683336,-115092],[688009,-123518],[688533,-125369],[683627,-125473],[682420,-116706],[690960,-123645],[688583,-126915],[681977,-124570],[683385,-131064],[680775,-129265],[680760,-130476],[680593,-129299],[683386,-129787],[681556,-130971],[688131,-178149],[691122,-173658],[682258,-175243],[680097,-175158],[680406,-174018],[687913,-179027],[690934,-166858],[680183,-173872],[690840,-168953],[682972,-175201],[682663,-175025],[681595,-176172],[680469,-174168],[681185,-88548],[682494,-86676],[685790,-83471],[683723,-79461],[678618,-84731],[685236,-87764],[681885,-88414],[679080,-87844],[684459,-87018],[682123,-84353],[681936,-81900],[686496,-87274],[684287,-79601],[685339,-98902],[688310,-101910],[682738,-93068],[683175,-90225],[689637,-91874],[686352,-97828],[684944,-101607],[680105,-97024],[684366,-89735],[689929,-91478],[688208,-94287],[683864,-99563],[685168,-102142],[681741,-94414],[685086,-90014],[689663,-91679],[687262,-95114],[688064,-92545],[681197,-95095],[688943,-92327],[687059,-93284],[683227,-102685],[682425,-107760],[683265,-103006],[679096,-107012],[686506,-104267],[682037,-114581],[682325,440234],[702324,-126228],[696316,-126602],[695064,-117915],[695365,-126284],[694893,-125996],[694042,-125112],[693040,-119133],[694703,-121108],[700313,-127518],[696948,-126695],[692407,-126528],[693080,-118446],[692688,-120995],[700163,-126599],[692874,-118917],[691902,-121191],[693735,-127881],[694214,-127831],[695633,-162907],[694991,-167167],[695599,-172535],[694297,-170990],[697491,-174487],[692192,-173334],[692398,-172710],[696176,-172504],[695404,-166188],[696449,-174680],[693678,-173091],[696355,-175070],[694566,-171387],[693176,-167709],[694916,-173062],[691631,-173475],[693292,-171777],[694382,-167525],[693982,-174020],[691560,-173220],[695514,-175730],[702660,-184195],[702906,-184672],[703780,-184155],[709776,-136579],[706321,-130432],[708774,-134941],[705333,-130274],[709204,-134017],[707204,-131099],[710160,-134853],[707878,-130236],[710044,-139581],[710573,-140327],[716552,-145198],[714232,-145372],[714382,-144591],[715594,-145034],[711947,-143109],[708125,-141264],[715106,-146209],[716675,-146979],[706726,-151537],[710747,-142384],[716120,-146889],[714160,-146614],[705657,-155910],[706184,-155327],[707547,-154164],[710332,-171477],[707286,-178250],[707559,-173153],[712295,-172369],[705217,-172943],[712567,-174405],[707105,-170384],[708240,-172741],[707445,-172840],[705325,-172024],[711107,-172379],[713017,-189252],[713230,-191060],[711531,-190655],[707175,-184072],[705931,-180666],[707230,-185171],[715139,-188967],[707740,-184828],[706366,-181998],[714529,-193772],[705192,356847],[705527,356238],[707221,356703],[704964,357690],[710095,358183],[706719,360112],[705965,359801],[706148,359875],[708225,360425],[710853,362663],[705756,373461],[705504,372101],[704262,373540],[714119,485517],[728595,-138184],[726142,-139637],[727039,-139683],[717432,-146054],[726428,-146248],[728664,-140975],[721870,-143831],[726557,-146435],[722809,-145634],[725983,-144861],[726944,-141797],[717601,-165161],[717456,-177347],[724651,-177159],[723615,-177020],[717444,-175724],[725103,-177987],[726266,-178621],[722476,-181487],[721006,-179080],[728008,-185458],[720895,-185527],[726764,-190032],[724625,-180817],[724291,-186433],[724507,-179883],[725328,-203810],[724217,-193832],[724648,-195816],[721946,-197803],[722878,-199438],[721468,-192202],[725033,-203112],[725228,-193680],[725884,-195498],[721890,-197050],[723326,-202181],[726392,-207119],[725292,419354],[722217,422078],[731145,-139932],[737365,-144454],[734536,-142267],[740391,-144322],[738004,-144923],[735926,-146247],[735194,-142601],[736517,-147219],[735476,-140807],[730093,-140744],[730231,-142410],[741864,-157789],[741317,-159199],[741529,-159352],[740148,-159438],[729805,-176332],[729914,-173925],[741399,-173965],[731114,-173913],[739798,-174158],[733575,-174310],[741157,-187328],[735713,-189757],[737283,-183086],[739038,-186608],[741538,-185447],[742163,-181905],[741513,-179714],[735213,-190214],[738446,-185081],[733850,-197215],[739041,-196318],[739304,-196647],[735835,-198489],[737776,-198115],[733574,-204684],[733837,-205396],[733533,494047],[739209,519400],[736574,519088],[742352,516025],[738588,519408],[741656,517758],[740333,515991],[750598,-140537],[746337,-143557],[745232,-141858],[748649,-143709],[742525,-142372],[746562,-142632],[749366,-142246],[753214,-142645],[745329,-144033],[747539,-143307],[743368,-157622],[744161,-157187],[743929,-156390],[743089,-156401],[754709,-171249],[751558,-170772],[746617,-171990],[751769,-170607],[750924,-171271],[746604,-171950],[744340,-169561],[752851,-171011],[743672,-171688],[743972,-169875],[742882,-171295],[743844,-174184],[748222,-181281],[749457,-179232],[749044,-181352],[744200,-180412],[743273,-185609],[745695,-184114],[749388,-180344],[743049,-186919],[747553,-179723],[752938,-185876],[752997,-184499],[753721,-184311],[753296,-183881],[745739,517610],[751077,516933],[747193,518100],[748975,514497],[747161,516488],[742843,516961],[748538,515479],[748828,515395],[744636,515237],[767994,-142999],[763921,-143525],[758572,-142240],[763728,-143319],[765389,-145387],[757410,-144364],[765872,-145531],[764021,-146510],[763397,-143717],[758601,-143248],[759242,-160564],[763343,-163450],[760057,-166116],[758197,-162116],[763302,-165317],[756691,-165070],[764532,-158365],[758160,-163215],[765084,-158156],[757320,-165371],[764239,-157600],[758954,-169646],[755606,-167760],[761993,-168756],[763337,-167349],[762645,-168921],[761211,-171394],[756928,-167410],[755904,-168280],[761717,-167564],[762563,-169705],[762290,-170884],[757016,-180985],[755373,-183115],[756619,-183004],[757367,-181149],[755640,-182869],[756591,-182378],[756529,-183095],[755635,-182452],[762777,319883],[764819,319757],[764478,319732],[763281,323456],[765361,320461],[766408,325109],[764657,325673],[764525,323799],[763741,321604],[765096,321787],[762038,325165],[765919,325885],[766792,480439],[66519,-332011],[74508,-331495],[68754,-332233],[75630,-332041],[73117,-333630],[73932,-335326],[76736,-335925],[71470,-332646],[64029,-83419],[64907,-91445],[768629,-143941],[772836,-142537],[774017,-142077],[778033,-143079],[768192,-143134],[769104,-144454],[775039,-144834],[771831,-142544],[774994,-142293],[777489,-156303],[776557,-155945],[777542,-155365],[772841,-153522],[776809,-156672],[769257,331618],[771637,330937],[776562,332149],[772276,329441],[769301,332909],[770214,332025],[769969,328646],[770462,328456],[770138,329902],[779016,336628],[780271,334910],[775597,333566],[776957,334599],[772647,333420],[777955,334147],[776871,337807],[779724,337053],[774510,334280],[779557,333530],[768293,481187],[770329,480410],[786924,-141481],[791017,-149470],[788727,-144190],[789093,-143996],[782783,-141101],[786214,-143805],[783787,-141801],[791290,-143269],[793042,-147084],[791689,-151092],[783503,-141597],[790661,-141578],[793224,-143569],[791803,-150470],[783416,-143471],[791820,-142480],[788542,-150019],[781971,-149419],[789164,329459],[789839,332922],[781033,331914],[789643,330212],[787758,329289],[785751,330216],[787114,331157],[785399,335628],[785822,335509],[789042,335463],[790338,335022],[786883,334106],[780939,333994],[784602,335039],[781357,495284],[780913,494411],[794445,-146584],[804937,-142990],[798330,-147019],[794464,-145859],[798041,-146328],[797401,-147368],[794093,-147327],[802054,-141438],[797577,-147165],[805921,276153],[806296,277137],[799497,338174],[804452,340483],[800437,339949],[799231,340650],[802400,339280],[801978,338744],[804621,338023],[804340,340284],[799747,337582],[804658,337649],[803726,337528],[801571,338727],[803798,348289],[801596,354640],[803481,352462],[803999,349159],[805227,350462],[804080,353042],[804497,352153],[803267,351746],[803215,351544],[802808,353612],[802346,352185],[801983,350853],[805648,510642],[802355,523593],[805933,524966],[801413,533758],[804382,530292],[806119,526083],[803437,533248],[802960,530649],[803091,528949],[806333,534978],[804419,530416],[803385,530763],[805163,525785],[817872,-138006],[809875,-143150],[811359,-150574],[817083,-152653],[807493,-147877],[814066,-148097],[811825,-145962],[811501,-149601],[817383,-146043],[816458,-147453],[810313,-148242],[809314,-148843],[818716,-145419],[814572,-147976],[809761,-147475],[812382,-191364],[819932,-192736],[811608,-204478],[815390,-203683],[813787,-202934],[815074,-203714],[810952,-199871],[813034,-196190],[816333,-203723],[819690,-193708],[815492,-203093],[812589,-207267],[812851,-208903],[810691,-207658],[813049,-205576],[811842,-205841],[812855,-207409],[813797,-206419],[813247,-204738],[812829,-207978],[813859,-206411],[815306,-208593],[818549,-4554],[814581,-5996],[817969,-6417],[819081,-4665],[818816,-6263],[817750,-7005],[818985,-4350],[818390,-7522],[818352,-18491],[818113,-17511],[818744,-16059],[818847,-17952],[819086,-16480],[818656,-17558],[819136,-15999],[818633,10078],[818453,9255],[818770,7396],[817234,9854],[817620,9576],[818513,8636],[818606,6718],[818265,7815],[817767,10084],[818708,9648],[818175,6320],[817946,9630],[818479,9019],[809727,269452],[807944,272365],[806565,277023],[806664,280065],[811551,273813],[812152,275878],[809252,269035],[807593,272376],[806590,279980],[814279,273599],[812136,273340],[811340,275163],[808612,270093],[807580,272742],[806766,276913],[807455,280534],[813242,273578],[811362,273636],[811389,275185],[810034,269450],[808240,272606],[806646,280578],[813327,272959],[812831,274488],[811623,275565],[810389,288462],[813321,284870],[811049,288304],[812929,286141],[812484,284801],[810123,288538],[811766,285269],[813154,284652],[810813,288235],[812835,284005],[810507,449686],[814205,460560],[812144,453294],[807360,488195],[806501,511264],[809074,510717],[811733,518727],[813680,523708],[814475,521917],[817613,518919],[811262,517413],[815527,520977],[806437,524296],[806485,519625],[811656,522075],[808356,520339],[812526,518555],[817740,522335],[815976,522669],[817085,518572],[818965,520642],[807862,520372],[813263,522588],[817633,519829],[818000,515960],[813580,526297],[812023,533625],[809715,537169],[807636,525051],[811515,527644],[808620,536902],[817831,531404],[811131,528667],[812804,532751],[816239,531925],[815775,532440],[813234,526883],[813214,532139],[812728,536183],[813039,537253],[809871,532314],[810311,532556],[807073,532075],[806819,529585],[811136,525885],[822737,-125795],[822549,-123616],[821865,-121104],[826000,-119748],[824196,-125890],[823000,-124835],[820402,-118403],[822342,-123181],[825493,-140276],[821905,-131375],[826057,-128423],[819695,-133760],[830894,-137564],[824022,-133820],[825005,-128837],[819485,-131652],[822135,-140217],[825557,-141396],[831486,-143777],[829829,-140604],[822424,-141479],[825220,-142400],[830789,-145859],[826501,-140863],[820216,-150401],[820429,-150321],[826910,-180389],[831736,-183167],[829918,-188553],[827083,-191453],[829916,-188206],[823587,-189197],[830213,-185400],[826221,-191198],[826040,-189180],[823582,-194566],[823614,-192242],[824015,-194207],[823686,-195791],[825692,-7017],[824720,-8762],[826978,-11980],[825745,-9617],[825190,-8773],[826261,-11764],[825415,-7637],[825101,-10017],[825610,-400],[825380,-9391],[824859,-10186],[825090,-1694],[827193,-10539],[825986,-12590],[819388,-5279],[825796,-8487],[827507,-11275],[824710,-7175],[825954,-9862],[827320,-12390],[825562,-12911],[822706,-20086],[822989,-12892],[822879,-16104],[822969,-16221],[824218,-15819],[823908,-16944],[822392,-20484],[822711,-13737],[823814,-15128],[824888,-16419],[820882,-23569],[819280,-15689],[824092,-13344],[823470,-13617],[822343,-19350],[823863,-15707],[822952,-18798],[824985,-16815],[823337,-20611],[825436,-12933],[824095,-13810],[823915,-13682],[823579,-15277],[822829,-16860],[824928,-15913],[825663,2906],[821823,6496],[819360,3766],[824001,5836],[826103,543],[819615,6836],[822332,7254],[822991,7287],[822212,5442],[826333,4654],[826088,3578],[825192,3273],[820041,2525],[824541,6288],[822022,6459],[822411,6626],[821423,5386],[826274,4730],[826895,3934],[826554,2873],[819290,3834],[824971,5115],[824763,826],[822287,7054],[821575,6186],[825939,4692],[826426,3068],[821072,5967],[820026,2793],[824884,6569],[824924,926],[822008,6796],[822465,6381],[821922,5848],[825150,4265],[825654,3966],[823660,521657],[829031,521353],[827836,515457],[821500,515164],[823543,521663],[828924,521433],[819225,521628],[821493,515722],[821510,521866],[821207,521826],[819968,522870],[821214,523683],[831752,513012],[830097,514008],[827324,512898],[830190,519513],[830604,523740],[830379,523761],[831851,516867],[830391,518043],[822621,522872],[828180,513548],[831722,522886],[822172,532159],[831603,534254],[824216,535961],[825434,528674],[829379,529896],[820499,530860],[827594,527877],[830203,525886],[831007,537445],[822723,537314],[825461,530462],[825096,536208],[822853,525616],[821550,536588],[822459,530486],[830463,534585],[824602,536332],[820018,526176],[822684,526233],[823499,525069],[831488,528792],[830276,530037],[828676,529900],[830059,543414],[823769,548278],[825166,544222],[823744,548441],[822091,543184],[820588,540153],[824750,538765],[831454,540182],[830016,540748],[826887,545830],[825595,547156],[830612,547100],[827881,547665],[819420,546119],[823936,549525],[822716,548280],[825192,549810],[825007,543803],[824339,541653],[819996,539989],[819542,540715],[829269,538572],[828731,540551],[831097,549657],[822481,548864],[827573,542179],[822225,541055],[835890,-128993],[836546,-130835],[837414,-144309],[837046,-142238],[841444,-164104],[837810,-160763],[839887,-163039],[844635,-163562],[841270,-163626],[837471,-159971],[837724,-164665],[842385,-162507],[842387,-165260],[840754,-163271],[840233,-162330],[841798,-164895],[839143,-159992],[839258,-163838],[838983,-176516],[840271,-169297],[843527,-174021],[840588,-168862],[839231,-176581],[842704,-167195],[840471,-174835],[840505,-167085],[842757,-172870],[840578,-181916],[840639,-183999],[837816,-182054],[834240,-183471],[833373,-185182],[840494,-182651],[837705,-182623],[840215,-182302],[838332,-182221],[837568,-183319],[838011,-196943],[837209,-197819],[836838,-199803],[837010,-193511],[837207,-192570],[836489,-194479],[835533,-194700],[839100,-196936],[839173,-198093],[837950,-201233],[837130,-204208],[836424,-194550],[836091,-195422],[835042,-194136],[837024,-203812],[838603,-196072],[839029,-197671],[837901,-199531],[837722,-192979],[838437,-192616],[835264,-195584],[834986,-194694],[838358,-196084],[839266,-197780],[837027,-199544],[835923,-204427],[836520,-193568],[837738,-192004],[836635,-194187],[836062,-195714],[835384,-193918],[834959,-208419],[835726,-205326],[836012,-207886],[835018,-208164],[835974,-207336],[837061,-83725],[839869,-87764],[843879,-81811],[843710,-88249],[841391,-91052],[844832,-151687],[845908,-151893],[845468,-154186],[849760,-156312],[849203,-161224],[850471,-163971],[848003,-153421],[848214,-157185],[846391,-159967],[853996,-168958],[848025,-170274],[845175,-172783],[849023,-167075],[855420,-167204],[854937,-184901],[854812,-186649],[856299,-189520],[857323,-188113],[855144,-184779],[853756,-186821],[853975,-188791],[855271,-189681],[854817,-185139],[854682,-186595],[854045,-189275],[856242,-188423],[854683,-185467],[854924,-186316],[854640,-189126],[854974,-189522],[857466,-79037],[857487,-83579],[847064,-83065],[856376,-82317],[850535,-82491],[846808,-83663],[847054,-81484],[846783,-81327],[847376,-83794],[847380,-83246],[846533,-91666],[867792,-147329],[866160,-151258],[864843,-148205],[868598,-174484],[862596,-172088],[867305,-178087],[867999,-181225],[865394,-181023],[861555,-182025],[869722,-182645],[866394,-181061],[865608,-181993],[857665,-190151],[859842,-189952],[863024,-189001],[868302,-189732],[868231,-187314],[866328,-186376],[863026,-186759],[861006,-190511],[864116,-190818],[868670,-189869],[867210,-185994],[867283,-185831],[862467,-185986],[858183,-189413],[860474,-189924],[863818,-189611],[868236,-189119],[868358,-187358],[862998,-186716],[857761,-189719],[860258,-190385],[863052,-189738],[868206,-190096],[867171,-187236],[863060,-186645],[864983,-79173],[868226,-83529],[857709,-83066],[861879,-87490],[864836,-76959],[862051,-88128],[859732,-87749],[862452,-89182],[867728,-81390],[861910,-86360],[859557,-81710],[863484,-79337],[865148,-86826],[869688,-80265],[869784,-79625],[867296,-92126],[863330,-91756],[860282,-91289],[863972,-93723],[868999,-89783],[863883,473021],[867061,471475],[866756,469693],[867273,472935],[866960,470394],[865184,473165],[857951,505898],[863385,505672],[864406,507125],[863583,501923],[867291,506084],[866135,511474],[863332,510462],[859426,505797],[864391,504425],[868579,499904],[865795,510724],[869071,502676],[863283,510051],[859825,504846],[862108,499609],[867875,500506],[865169,508124],[868411,509689],[869146,503028],[866933,516915],[869404,522047],[861008,519251],[868400,512676],[861104,520095],[865029,521352],[867999,523864],[861092,514163],[868792,512469],[859086,522312],[866756,517898],[865817,519503],[861843,522185],[864690,522690],[869823,520262],[866349,514487],[859002,523139],[858418,516008],[867372,514750],[862438,520631],[863947,520305],[863487,522873],[864699,524733],[864362,522091],[864809,521866],[870176,520037],[860289,514472],[861025,517884],[863263,517785],[866389,513196],[867104,514454],[865230,513727],[868345,513163],[869686,513433],[857855,531727],[863161,532679],[865494,534011],[858048,537132],[868933,535889],[863142,537186],[860818,526615],[865180,526821],[866236,532552],[864547,535136],[868003,529853],[860452,527089],[858628,534608],[859160,534598],[861199,535790],[859841,527534],[863840,529679],[864541,530121],[863125,527723],[864409,526600],[865114,525900],[861381,546460],[864223,546428],[868811,545602],[869415,537981],[861475,545133],[866081,549658],[869596,543254],[859308,545201],[864289,546751],[866194,548219],[863288,547490],[865176,540897],[869508,543940],[859509,540501],[863822,538658],[859004,539451],[861193,559557],[867833,561656],[859619,558550],[860609,552544],[857931,559201],[863254,562073],[867349,561010],[865259,559832],[862522,559531],[865104,556538],[865176,552102],[869814,552854],[869408,551701],[864707,551149],[865089,562313],[859332,557536],[862707,552200],[880201,-138868],[875483,-139761],[876471,-137922],[880496,-140480],[880290,-138616],[875613,-139444],[876474,-138634],[878989,-138183],[872835,-149909],[875109,-150029],[873006,-150621],[880396,-148703],[873846,-149088],[872679,-150134],[875703,-148117],[871781,-183353],[871478,-188273],[873944,-181988],[872084,-189711],[870815,-189646],[873297,-181464],[872150,-189601],[870548,-189523],[872297,-188066],[878698,-71768],[883143,-69200],[875717,-70623],[882126,-76420],[880740,-69460],[882237,-69455],[882924,-68361],[880403,-74188],[878102,-72237],[881561,-69681],[878688,-80566],[880346,-84065],[880418,-86765],[878580,-79589],[880047,-79118],[877869,-78622],[881197,-77688],[880446,-83863],[877932,-78273],[879716,-83525],[879768,-85058],[880623,-76915],[871003,-79845],[873409,-79526],[880488,-90382],[882830,-91398],[881203,436716],[876384,468618],[873752,467007],[876359,467423],[874859,467719],[875042,470425],[872170,468470],[871239,475537],[872771,474263],[871477,489220],[873110,491302],[873481,488155],[872543,494920],[871162,496726],[875228,498380],[874696,494630],[878344,497182],[871658,492645],[874011,496173],[872267,494937],[872395,496586],[871823,496477],[872149,492246],[871273,491416],[871667,507865],[872816,510438],[877735,507742],[872276,511278],[870406,507984],[875817,505494],[871854,500536],[872756,507335],[872281,506030],[873315,504805],[878485,505134],[876605,505272],[875625,504018],[877447,503451],[875063,502840],[878769,500866],[877994,503410],[871159,523009],[874239,517655],[872084,518638],[872231,516518],[873224,517167],[870771,515932],[870575,519890],[870518,518794],[870553,515179],[873055,515523],[873398,513450],[870995,532286],[874126,549057],[872544,545465],[870433,549815],[872036,548121],[875409,541660],[879479,548293],[879040,548856],[880507,548206],[872038,546741],[882431,549245],[870878,543329],[873899,550597],[874805,545463],[872695,544899],[875004,545157],[881636,550415],[877257,546743],[875171,542897],[882653,562213],[878533,551840],[872431,561317],[881005,554677],[877252,554679],[880990,552892],[872931,562057],[879603,552368],[881930,559116],[875061,556874],[880937,554435],[875584,562969],[881170,563369],[871885,555324],[880237,554610],[876718,558224],[880935,553648],[872815,552775],[879661,559883],[879837,558913],[880136,563350],[870509,558154],[881108,557882],[877273,553079],[877017,554724],[875220,554449],[874189,552064],[882783,555715],[878102,555706],[874556,559131],[877863,558330],[895631,-118936],[894894,-119636],[883904,-148946],[890442,-149032],[883280,-148242],[886310,-147582],[887977,-144048],[884015,-150348],[886676,-146865],[890819,-148063],[895224,-169022],[891816,-170372],[891157,-172262],[894011,-173933],[892845,-167987],[891242,-172444],[892771,-173145],[895150,-169120],[892237,-170492],[891377,-173867],[892713,-173568],[891224,-169971],[891433,-174125],[892983,-174390],[893730,-58278],[884339,-59691],[889453,-57409],[887607,-63330],[890906,-56161],[892412,-52187],[893136,-58811],[884665,-59002],[892360,-52436],[888457,-58618],[887806,-62913],[891190,-56371],[893111,-58722],[885306,-59452],[892098,-52525],[888830,-58322],[890529,-56627],[894042,-57899],[885429,-58404],[888879,-58698],[887413,-63199],[890470,-56285],[891783,-51886],[891253,-66766],[886710,-63865],[890126,-65583],[883594,-69032],[883535,-73458],[883775,-69250],[890929,-65929],[891212,-65861],[883330,-68573],[893676,-78430],[887311,-86558],[886074,-86538],[887702,-86585],[895094,-85393],[894301,-83690],[895889,-82570],[889497,-78237],[889873,-81540],[891900,-79578],[884143,-81299],[885542,-80588],[888884,-85286],[892901,-81524],[892618,-83376],[893760,-84641],[891025,-80547],[889500,-79179],[893077,-80549],[883264,-86949],[893049,-82878],[894330,-84336],[892125,-79391],[892961,-80629],[883946,-93958],[887319,-95475],[891763,-98084],[893045,-102007],[894628,-89879],[885304,-96880],[889681,-95478],[894432,-98059],[894571,-92285],[888790,-90999],[883244,-93667],[891618,-93059],[891960,-98427],[891868,-101982],[895993,-91950],[884029,-96754],[889957,-94747],[895095,-100528],[884902,-90493],[886445,-91186],[890872,421412],[889842,438832],[889715,437393],[889448,437541],[884254,474454],[888719,556586],[888144,561901],[891286,553973],[887843,557008],[885648,556898],[884242,558587],[894562,563053],[889389,558331],[887961,557629],[889090,553606],[895439,554762],[894908,551960],[891199,555983],[892789,555713],[895245,559893],[884288,553570],[885621,555433],[888190,556660],[890345,552825],[891131,561635],[885072,561493],[892429,552512],[889912,559062],[887664,62422],[890855,62164],[892584,61777],[887227,63694],[887298,62299],[891099,64059],[893138,62869],[887410,62019],[891090,62546],[891556,62716],[886540,63629],[886440,61753],[891740,63185],[891443,62118],[886099,69023],[891605,66066],[885417,64565],[886406,70209],[892630,66737],[890097,70015],[892406,71369],[891509,66385],[886475,69571],[891885,71862],[891992,67627],[888375,64769],[886870,68916],[887005,65661],[891373,67889],[889370,71873],[891467,71541],[891123,66121],[76975,-331672],[78016,-331134],[77225,-332894],[84611,28651],[86725,41738],[88060,39733],[84514,40644],[82165,93985],[77952,93523],[87201,97722],[84071,106360],[85041,106372],[83090,122375],[83890,122073],[904905,-125749],[900504,-115480],[907751,-124361],[898396,-118733],[902724,-126848],[906823,-124843],[902156,-126336],[900958,-116310],[897100,-119972],[903041,-127547],[899354,-116868],[899867,-125800],[897011,-122039],[907353,-124507],[897707,-120128],[907452,-125801],[904586,-123778],[906779,-117303],[905419,-115549],[905110,-115588],[908477,-120971],[907495,-116211],[896967,-117890],[907670,-124370],[896887,-117381],[903902,-139046],[903294,-136492],[905713,-132543],[903541,-134088],[907233,-130026],[903689,-130378],[901277,-131977],[898950,-131946],[904655,-139992],[905818,-137560],[905183,-137918],[904985,-135361],[904007,-135788],[907152,-137379],[904488,-128682],[904677,-150047],[907861,-146709],[904162,-148380],[906523,-149561],[903562,-150131],[908306,-150425],[902241,-140671],[906880,-140787],[908726,-141422],[902499,-149169],[904119,-145153],[902558,-145751],[906193,-143416],[906565,-163242],[906454,-160834],[900941,-159728],[897599,-158516],[898952,-157247],[904948,-164582],[904396,-162912],[907727,-159730],[899682,-160243],[897215,-160145],[898388,-157225],[905291,-164519],[905586,-163163],[908385,-160666],[900714,-160204],[896886,-159269],[898880,-157909],[904821,-165073],[907812,-159427],[901404,-158875],[896904,-158527],[898374,-157730],[901441,-173082],[897981,-168905],[901407,-171477],[897679,-172315],[898797,-169052],[905910,-167475],[905422,-168108],[900284,-173617],[897813,-171163],[900673,-171205],[898073,-171611],[898633,-167753],[904227,-166644],[906447,-168528],[898156,-169468],[901163,-174650],[897946,-172242],[898653,-169431],[896583,-168979],[900590,-173509],[905346,-168821],[898219,-172330],[898542,-168832],[905412,-62971],[906085,-63604],[907299,-61288],[897755,-73748],[902829,-73337],[904834,-68830],[897978,-75233],[900800,-72637],[908313,-68394],[908490,-66912],[898297,-75867],[896835,-67016],[903996,-66526],[907921,-68591],[898335,-75676],[901195,-74493],[904917,-75125],[901001,-69877],[903615,-66504],[901876,-63962],[902317,-66609],[908580,-63863],[908123,-85785],[904989,-84639],[904054,-84255],[904238,-80451],[901911,-85857],[900974,-80806],[908529,-81428],[907422,-85607],[904601,-81161],[896899,-85082],[901440,-79855],[901585,-85176],[899700,-76657],[901852,-77025],[908187,-88248],[908545,-84958],[903730,-85271],[902063,-88940],[902404,-80780],[904288,-77346],[896820,-82479],[906755,-77373],[908232,-77244],[898738,-94672],[899960,-91899],[902575,-92989],[908743,-91126],[897237,-95325],[899377,-93069],[902951,-95668],[906261,-93413],[908336,-90000],[906838,-99372],[897947,-95235],[897689,-91348],[900828,-91304],[903271,-94872],[904204,-92661],[906157,-89974],[908640,-100231],[897606,-94958],[899811,-92132],[902840,-92898],[907148,-100150],[908068,-114372],[908401,-112206],[903703,448860],[903011,453012],[908658,515411],[904312,524419],[908519,512905],[908439,518637],[903491,524550],[903897,521720],[905499,522188],[907258,524646],[900838,527913],[903417,526776],[900417,526867],[904338,526112],[903641,525626],[897372,555107],[906063,560469],[898425,562628],[896767,556683],[898066,561938],[897946,556500],[902416,561763],[903822,558399],[900068,562877],[899860,560304],[896055,562324],[896902,556704],[904983,563088],[901121,560428],[900396,574748],[896269,567270],[900134,573482],[896634,564515],[900298,574870],[901018,567166],[904120,567602],[897177,575597],[897549,568652],[904939,571051],[905436,567633],[900477,564398],[898176,570889],[898241,575258],[897341,568292],[901562,568784],[899391,570757],[902879,571255],[907453,564086],[904741,566841],[906347,565890],[904438,564539],[901173,588386],[901571,588516],[903626,580583],[898713,587518],[899939,578500],[906230,580317],[908729,581966],[908354,587515],[906768,580343],[899500,585190],[905231,587967],[901426,586340],[899211,587442],[906790,580915],[899928,583185],[897690,582241],[899013,582839],[906021,576680],[906485,578534],[900127,588548],[900719,587170],[900407,582123],[900175,595658],[903869,590423],[901822,600287],[898983,590739],[901420,591167],[900969,600474],[896795,592665],[899460,590843],[900593,595171],[897840,590946],[902059,593901],[902670,592563],[901530,601537],[901643,595539],[904352,599643],[898302,590798],[903901,589141],[897143,592102],[901027,590879],[903029,601427],[910097,-117903],[910336,-124160],[912807,-122888],[912649,-122226],[909427,-124216],[912525,-124296],[920242,-132418],[919223,-149838],[919799,-148138],[918666,-144850],[920621,-148929],[921143,-149385],[919151,-50599],[918253,-49976],[918305,-57522],[920496,-59879],[913596,-54451],[913485,-58752],[916195,-61100],[918698,-61136],[920206,-53034],[913471,-58564],[921403,-59412],[915325,-55631],[910593,-63326],[909642,-60775],[914955,-63479],[911947,-61723],[909631,-63646],[920765,-68598],[919572,-69418],[912535,-71906],[917771,-65222],[912060,-68652],[909798,-65026],[912506,-67996],[915804,-66117],[919756,-70455],[910920,-70392],[918965,-66147],[913660,-67057],[913563,-66980],[910480,-67718],[921342,-76348],[919912,-71571],[913917,-72086],[918685,-66204],[912258,-69190],[919361,-71463],[912779,-73581],[917154,-65729],[912581,-69357],[912008,-64997],[908804,-68313],[915894,-65664],[921395,-78833],[920394,-78121],[920444,-82130],[916510,-78140],[912620,-80488],[913023,-85334],[913947,-80686],[911865,-81941],[920538,-79437],[917765,-78626],[913110,-77405],[917451,-84264],[919013,-81752],[918038,-79296],[913620,-78710],[918992,-82798],[916326,-78912],[914955,-80572],[911329,-83758],[916650,-76905],[916537,-80823],[916113,-83300],[914106,-91850],[919043,-89723],[915790,-94921],[912258,-100104],[910177,-99602],[914944,-92600],[915832,-90635],[917671,-94802],[913424,-98295],[910581,-91155],[914662,-91189],[918990,-92690],[917808,-98421],[912537,-100027],[909385,-96668],[910517,-92551],[913502,-89696],[916142,-91417],[915410,-98012],[915269,-98833],[911638,-98510],[919738,-89822],[921065,-89955],[912308,448449],[913487,454626],[910741,458453],[912944,453631],[911844,459177],[911682,457381],[917170,451716],[914187,451659],[917607,453058],[913797,453529],[915306,461790],[915946,463128],[915425,461647],[914449,508656],[912965,511884],[913371,512191],[916732,509658],[916626,509027],[914066,516611],[911290,524957],[913771,518586],[911335,524975],[916535,514432],[913923,515956],[910379,526503],[908932,526561],[911295,562709],[911065,568618],[914245,566923],[914803,567147],[919600,570139],[919558,572723],[915714,566504],[911824,570751],[910505,566154],[916923,573107],[916408,567203],[917099,568895],[917727,570103],[914110,573795],[914096,572225],[918457,575710],[913901,573269],[910131,573037],[921093,588443],[910436,588537],[909171,583353],[916160,579889],[919923,586993],[911431,581035],[919000,581886],[911642,583684],[912526,581812],[919393,586830],[917363,577472],[909580,578071],[908897,578853],[915853,582152],[917499,587183],[909076,587238],[915090,584659],[915156,580365],[913631,582879],[919844,583822],[919456,587087],[911653,580318],[920791,577197],[921091,582209],[917331,580805],[914778,577688],[911067,578019],[918733,598943],[909748,595612],[912405,601719],[914486,601418],[919186,594300],[916863,589228],[911675,598069],[917494,600346],[912915,601301],[921596,594483],[910040,591503],[909097,595322],[915514,598695],[921340,598613],[920664,599059],[917577,597260],[919067,591031],[909709,593056],[910184,590429],[910006,591040],[908840,599362],[912543,596786],[924868,-116498],[927758,-117931],[922344,-145335],[932880,-48890],[932794,-48684],[927629,-48802],[925212,-48797],[922170,-49048],[928757,-63162],[923093,-51862],[931761,-57924],[933792,-53838],[928909,-61909],[930243,-60585],[922122,-58625],[922047,-53436],[934152,-53070],[926232,-52065],[927642,-63112],[929196,-60702],[922092,-62089],[934140,-57489],[925261,-58037],[929057,-56090],[929806,-57602],[932348,-53528],[933614,-57590],[927712,-54813],[926580,-60705],[929549,-59193],[926891,-51579],[932600,-61997],[925381,-64827],[923401,-66459],[922716,-70141],[921847,-72282],[922278,-69554],[923317,-67123],[921619,-68816],[922732,-66307],[926363,-85683],[927765,-80799],[928383,-86784],[921683,-85011],[928977,-83873],[933874,-87772],[925237,-81399],[922852,-79774],[925313,-87024],[921657,-84012],[928434,-85886],[926813,-80644],[924305,-80993],[926049,-86249],[925454,-81836],[923005,-81119],[927124,-86142],[925354,-98707],[928054,-96338],[931898,-90021],[932856,-92961],[930011,-97473],[927894,-93464],[922044,-93703],[924485,-96435],[932042,-96239],[926015,-94987],[925997,-89912],[923869,-92447],[922632,-93733],[923455,-96359],[933343,-94965],[931590,-90629],[932174,-97442],[928422,-94837],[925672,-89484],[922058,-97478],[925360,-97567],[927983,-97218],[933726,-92469],[931297,-90149],[931457,-95766],[925263,-95358],[930852,-114564],[926331,349621],[926735,348659],[927051,417820],[922285,572285],[923729,574131],[931327,575161],[921869,572246],[932166,578495],[933918,579557],[932687,578940],[927999,576721],[926330,587962],[929339,581291],[924964,581152],[923453,584749],[921610,579212],[926041,587629],[928115,578142],[925342,587553],[926674,587435],[929224,588429],[934102,585431],[929252,583498],[928892,579795],[926725,577281],[934251,582590],[931448,580625],[921921,585988],[929217,594913],[922307,592282],[931319,589871],[931290,596044],[925493,590349],[928512,595342],[923699,595692],[925960,597113],[930155,590215],[931210,593172],[929613,595006],[932602,598139],[922742,601504],[927845,599234],[929120,595848],[928001,598742],[945770,-127021],[944545,-124098],[947012,-126179],[938078,-127252],[935488,-131646],[935275,-130404],[934525,-133364],[944018,-145263],[940603,-145729],[939632,-146416],[946021,-147531],[945716,-143391],[936433,-61785],[934894,-58896],[935973,-56524],[938167,-59979],[936126,-60377],[938807,-62010],[944554,-61045],[936306,-54594],[936178,-60707],[934483,-60273],[937891,-60737],[934539,-61841],[938403,-64768],[941461,-67691],[940717,-68974],[939963,-70882],[945299,-72331],[939738,-65968],[940582,-69532],[939484,-72522],[946586,-72296],[937690,-64724],[940088,-69814],[946255,-73902],[940938,-63985],[940780,-67363],[940107,-68414],[940225,-71524],[946456,-72330],[934836,-76292],[936300,-74196],[937461,-71930],[934928,-75227],[941385,-78578],[940468,-83090],[946885,-81031],[938055,-81602],[941559,-79622],[940232,-84120],[946737,-81351],[937961,-77383],[937051,-78972],[940586,-77866],[942220,-84676],[946012,-82295],[938584,-80389],[940906,-81571],[942102,-83785],[935529,-79627],[935342,-87518],[935749,-88085],[936344,-85844],[946881,-105125],[946366,-106135],[946273,-111748],[944079,-111007],[945492,162395],[945842,154549],[943620,156131],[943163,158802],[942696,162366],[942229,165619],[944921,162064],[945890,154192],[943822,154836],[942903,157396],[942048,162372],[943739,165809],[945411,166302],[945497,158993],[945665,154430],[944115,155548],[943699,158069],[942414,162531],[943676,166238],[946140,166197],[945416,159476],[945631,155042],[944807,155629],[943434,157898],[942791,162177],[942520,165155],[944919,167179],[946089,167183],[939564,254988],[940068,253046],[942574,246658],[940476,254652],[940320,253155],[942408,247197],[940250,254133],[940914,254297],[941932,246516],[939383,255044],[939790,253380],[942014,247182],[946603,262494],[944865,261663],[941499,260781],[940670,256479],[944509,260477],[942651,259389],[940023,256684],[946235,261981],[944618,261858],[942083,259932],[940795,256812],[946113,262309],[945242,260384],[942837,260609],[940011,256919],[943688,413239],[945403,414439],[945230,576050],[943178,578735],[935427,577684],[941425,579397],[939814,578816],[940230,582695],[947173,578556],[946738,580128],[945668,578135],[946724,576309],[940509,583083],[936271,578313],[940526,582781],[941277,577525],[945690,581615],[936110,588355],[937378,583466],[935610,587362],[939427,587073],[941151,587843],[934709,587958],[946695,583963],[940120,586605],[935824,583369],[940113,597201],[944815,591305],[946449,600383],[939223,590205],[940749,594346],[945160,600344],[945816,591784],[946786,590245],[943871,589057],[939382,599909],[939931,595974],[939440,595900],[940938,591934],[946789,593586],[945508,595290],[945951,599999],[941335,598970],[934528,592803],[945633,591657],[946495,598647],[939016,597713],[943228,591839],[949238,-128621],[958604,-133108],[950970,-140892],[957957,-151824],[952119,-145995],[958586,-148616],[956694,-146023],[947696,-152679],[957575,-157279],[951966,-189407],[950028,-187376],[956681,-190520],[959005,-189737],[956251,-188559],[951932,-188549],[957371,-190752],[956511,-189221],[949549,-189427],[949441,-188773],[955888,-189824],[953135,-186974],[959440,-189925],[952467,-189953],[952177,-189415],[956324,-190039],[959171,-189845],[950687,-188071],[955022,-192410],[956006,-192407],[955181,-192158],[953207,-60686],[950825,-58726],[954874,-63363],[947322,-60972],[951779,-73936],[954716,-76447],[959796,-64248],[958285,-70367],[950808,-65840],[953991,-71864],[952290,-76351],[948053,-88299],[954280,-81579],[955453,-78758],[950801,-88727],[954958,-81254],[955585,-77146],[959849,-82833],[947253,-78781],[949855,-87155],[955144,-81736],[956427,-79649],[950512,-76804],[951337,-88655],[953669,-82674],[952529,-76939],[948069,-101198],[948357,-100153],[947760,-107731],[947477,-108486],[948659,-112291],[947799,-112540],[949360,-109450],[947487,-110207],[955299,-104182],[955719,-103856],[955234,-102857],[955763,-105222],[955867,-102492],[956959,-105563],[957690,-107073],[955902,-102730],[955822,-104430],[956936,135593],[958140,135753],[958186,132160],[957584,132877],[956690,136607],[948267,153064],[951823,151750],[951073,152413],[948522,142471],[956982,153463],[948551,153100],[951159,152948],[948164,142549],[957015,152403],[947728,153700],[952375,152483],[947745,143565],[956977,153011],[952229,164355],[951623,163504],[951533,162251],[947304,156496],[953073,154752],[953288,154915],[956548,161777],[955696,162010],[955743,164529],[956439,162809],[955424,162168],[947801,154030],[952173,164066],[952006,163675],[952084,161647],[951788,161124],[948360,164674],[947400,157408],[948661,155615],[952703,154651],[954308,155168],[955752,161510],[955169,164050],[955301,163348],[956555,165911],[952485,153820],[956634,166314],[952196,164010],[952062,162556],[951335,160364],[949266,165365],[948123,164577],[947871,157229],[947732,156135],[952631,154459],[953563,155710],[956376,163808],[956422,162307],[955743,164412],[952053,164218],[951985,162339],[951478,161164],[949103,165500],[947963,156979],[948344,154704],[953640,155962],[955988,161806],[956708,162439],[955147,162835],[948857,169959],[949289,167203],[948750,170021],[950311,169543],[948857,167682],[948860,167788],[948700,167533],[953169,200600],[951702,196957],[953754,201052],[956320,210243],[955592,206870],[955355,210604],[954301,249942],[953249,253379],[954860,253179],[957293,253024],[954015,249417],[953468,252394],[954586,252892],[957211,252981],[953214,252507],[954112,252825],[953621,250118],[952914,253038],[954546,253587],[957376,252581],[958575,255993],[958042,259631],[950292,261957],[957858,260013],[950697,262398],[957689,257817],[949624,261345],[947453,263209],[957811,257116],[958299,260676],[952797,262128],[949872,262233],[956377,393037],[958434,390859],[957178,391364],[957859,393775],[958188,388908],[949568,405628],[949819,405076],[954247,428630],[954368,427133],[956050,425968],[954850,422973],[954517,422780],[959522,439740],[947729,577219],[948244,579289],[953904,588774],[957133,582899],[950607,582468],[954912,581106],[949588,586220],[956181,580884],[947348,588716],[952353,585006],[949875,581323],[954748,581948],[953257,588408],[957512,586478],[954625,587841],[951719,585969],[953835,584685],[952858,582048],[953918,579119],[953350,578623],[950921,598046],[956211,596471],[953686,589297],[956188,599203],[948375,590349],[950801,597819],[957044,589917],[955311,590820],[957080,594867],[954304,599773],[949468,593953],[957109,592143],[955092,599813],[951753,590337],[958046,591012],[948768,600431],[958386,601335],[951391,599215],[957466,591773],[957996,594845],[958121,592895],[953819,590664],[955466,590878],[958575,599316],[957754,598424],[951512,594470],[952249,592849],[957801,127936],[957356,127363],[959263,124842],[958448,127544],[959912,123788],[958991,124857],[963495,-137549],[971922,-142776],[971905,-143025],[972667,-155780],[970697,-155839],[963359,-156358],[970355,-183800],[970682,-75640],[968519,-65686],[967753,-76026],[961761,-76405],[961823,-64649],[969500,-76501],[970503,-67241],[960607,-71108],[961050,-81400],[961549,-82367],[960866,-81985],[971999,-101625],[966922,-98531],[965957,-98308],[965648,-97946],[966131,-96175],[968086,-102177],[972547,-104320],[971976,-112797],[963267,131576],[965085,138036],[962678,137728],[963229,130929],[965178,137260],[962815,131154],[964150,138000],[962771,138763],[967501,144307],[968207,146153],[967193,143851],[967941,143946],[961333,162519],[962489,165824],[962340,161433],[962590,166216],[961923,161290],[961940,165586],[972163,157273],[971633,164818],[965547,169125],[971365,175933],[962885,168397],[962892,168008],[969415,168887],[971718,170672],[969020,170221],[972293,170332],[969173,168999],[971499,171613],[966448,197169],[965325,196895],[963690,387300],[972207,397169],[966342,417253],[966106,416226],[968806,413061],[968055,412677],[963272,592607],[964410,591593],[966637,599061],[964242,597939],[965922,598350],[966562,600632],[964538,592557],[970702,589479],[972551,593487],[960194,593601],[962471,594027],[963056,590620],[964198,591436],[964871,597855],[961725,598476],[966261,599211],[963322,594697],[965198,595789],[962809,596727],[972322,601147],[972429,601028],[960934,126223],[974323,-139653],[976338,-139549],[974215,-137026],[974879,-137525],[977857,-152524],[977809,-146613],[976465,-145893],[977263,-144842],[974618,-141977],[982909,-163640],[980974,-156324],[984892,-165896],[981377,-154664],[982911,-159707],[981747,-154820],[982174,-155353],[984237,-171177],[982143,-169535],[983828,-168805],[973296,-176266],[973713,-176968],[974392,-184637],[974862,-189586],[973439,-185104],[979352,-183690],[972921,-179869],[973694,-183578],[979847,-200402],[976558,-192206],[974077,-198612],[978830,-200993],[976208,-192402],[974048,-196930],[979782,-200877],[975558,-196189],[975076,-199707],[975495,-194951],[976314,-199748],[973069,-460],[972985,-2533],[973469,-1271],[978915,-63751],[984015,-70342],[984753,-66081],[977724,-68626],[984900,-68749],[980581,-67889],[980767,-65609],[972953,-74263],[976552,-80079],[979005,-79813],[978819,-80036],[976737,-83274],[984669,-99555],[972919,-100231],[973005,-98651],[983429,-101431],[984248,-99472],[984456,-107662],[983879,-102825],[973695,-113281],[977405,-110836],[975127,-107810],[978847,-103156],[974886,-111371],[973251,-103178],[973838,-104136],[980094,-102704],[980702,-102747],[980702,-103413],[984592,-107751],[974472,-113022],[977379,-108864],[974616,-109247],[978953,-103969],[977277,-110449],[975524,-110111],[978813,-104132],[972910,-112837],[978481,-110107],[975382,-110104],[978381,-103770],[973871,1833],[973510,459],[973220,2230],[973611,2240],[973708,1712],[980733,144437],[976750,214300],[978323,254433],[981598,256906],[984091,376791],[984320,376329],[985472,382962],[973062,389849],[973487,389798],[985232,399185],[985334,399051],[985299,402552],[983047,400971],[979742,414222],[981687,418015],[978914,600565],[976124,592878],[981285,591080],[974482,589493],[980937,600332],[983179,599679],[974271,596290],[981591,590410],[982499,601453],[985178,600394],[973571,594922],[982130,593878],[979001,590228],[983843,598119],[980926,596523],[980413,594028],[980727,601556],[973201,598748],[981989,601135],[974460,592992],[980670,598225],[975668,596499],[981593,598216],[974071,598849],[975006,600954],[975370,600882],[991255,-126448],[989978,-124640],[992228,-124388],[990429,-126301],[991035,-129035],[987642,-131559],[996427,-128806],[994256,-140594],[991130,-129333],[987740,-132051],[996098,-130147],[993292,-128100],[988483,-130817],[996096,-128858],[991336,-129906],[987912,-132676],[998168,-128088],[997261,-145747],[995343,-144738],[995417,-144113],[996320,-143101],[995238,-141996],[995574,-145420],[996682,-145748],[996441,-145934],[992639,-167618],[995279,-169764],[991835,-170416],[986262,-175103],[987631,-168803],[994153,-172674],[993285,-171568],[989328,-174846],[993006,-169374],[993924,-171478],[989755,-169323],[989442,-175036],[989629,-172161],[995204,-173213],[992240,-171087],[989129,-172627],[992229,-217251],[992292,-217009],[990805,-216379],[990620,-214290],[990117,-225775],[990718,-225744],[992831,-224864],[992675,-224350],[990170,-223811],[989536,-224406],[990249,-222328],[990212,-223216],[991348,-221866],[991904,-222340],[990310,-219616],[989587,-219501],[991315,-220001],[990698,-220452],[992313,-218109],[992912,-217418],[992838,-221703],[992332,-223571],[987216,-230040],[988348,-229519],[987359,-229499],[989110,-230091],[991086,-229828],[986572,-231598],[994260,-76024],[989571,-72542],[986525,-69774],[995823,-75744],[988079,-72321],[995098,-75519],[997567,-69022],[990567,-70755],[995385,-75875],[997431,-66408],[994865,-73929],[987349,-75092],[988037,-79697],[992720,-79265],[985622,-81670],[993068,-79300],[991212,-76839],[987091,-80276],[996211,-77138],[992760,-78432],[987081,-79460],[996031,-78429],[985658,-101035],[988303,-102093],[986721,-100577],[985625,-99704],[988001,-102729],[987664,-112433],[988771,-112093],[985641,-107892],[988248,-111436],[986667,-106964],[987175,-102805],[986564,-112740],[990741,136837],[992537,138546],[988324,136870],[996577,139680],[992440,135908],[996067,139491],[992229,135813],[992076,136188],[990761,138996],[990716,138463],[991068,138994],[995767,139602],[998226,351226],[988751,369538],[989685,366743],[991794,362330],[989368,368043],[991333,365491],[988900,370355],[996753,379843],[989837,377552],[994982,383835],[997458,381897],[987797,383893],[986960,385384],[986716,386815],[995599,413324],[991822,421057],[998232,413174],[991370,419473],[991276,420718],[987243,418316],[992372,600739],[986928,597249],[987057,593495],[987778,596094],[997956,594748],[995102,596339],[996441,594862],[998315,596762],[994322,594465],[998104,596873],[995348,596233],[993572,599239],[985901,598098],[1000131,-127263],[1009183,-121151],[1000440,-123486],[999938,-125918],[1000248,-126149],[999518,-126828],[999177,-127722],[1000411,-126915],[999765,-123906],[1000283,-125417],[1010310,-122818],[1001280,-128742],[1002737,-129900],[1010687,-133012],[1002482,-130198],[1001195,-128968],[1002792,-129872],[1001500,-128909],[1002596,-130383],[1000340,-147660],[1003318,-147812],[999677,-148637],[1003007,-149812],[1000238,-147431],[1002405,-148301],[1000604,-148007],[1002760,-147706],[999045,-176565],[1004936,-170057],[1007149,-173670],[999421,-173425],[1003312,-171281],[1005614,-174015],[999008,-175306],[1002856,-170345],[1006580,-173812],[999894,-176471],[1003575,-170811],[1007404,-171261],[998548,-61900],[1007754,-63431],[999166,-62585],[1011105,-68935],[1002242,-73473],[1000778,-68642],[1000194,-68055],[1002874,-70727],[1005317,-69019],[1004121,-77798],[1001198,-77299],[999952,-85655],[1003979,-79318],[1003954,-80350],[1000958,-87017],[1000306,-84137],[1000480,-86033],[1000460,-84493],[1002808,-95870],[1002509,-96136],[1001878,-89587],[1001706,-96891],[1001761,-89678],[1002678,-95270],[1003460,-90161],[1008968,-107290],[1006144,-104505],[1009844,-108491],[1007338,-102831],[1008194,-107869],[1005785,-104012],[1009830,-108262],[1011082,-103993],[1007655,-104454],[1010492,-110674],[1000025,143048],[998627,142612],[999939,142757],[1005238,212356],[1003652,212879],[1003457,217166],[1006526,219432],[1009692,218266],[1005316,240288],[1007699,258655],[1002550,298522],[1003878,301244],[1000796,301334],[1003947,299583],[1011103,297724],[1000958,316934],[1003263,308230],[1006552,317395],[1008699,331376],[1003443,322747],[1007028,328185],[1004755,330534],[1001472,329791],[1006482,321454],[999696,337723],[1001847,337235],[1000235,339757],[1001179,344339],[1002397,334379],[1005763,333739],[1003600,343944],[998802,340308],[1010387,344601],[1009798,344233],[1003115,345861],[1003950,347496],[1000006,365215],[1010578,363037],[1007444,359928],[1009226,375297],[1003452,382183],[1003282,376337],[1006376,379992],[1003089,373241],[1006916,380410],[1009551,381986],[1006814,383639],[1001254,387673],[999082,406810],[1002948,403053],[1004347,399693],[1003005,400409],[999294,399172],[1010716,546992],[1008460,551412],[1010465,599510],[1010865,593474],[999602,598155],[1002534,597327],[1001126,600878],[1006676,595100],[1005887,604613],[998905,609141],[1002887,608167],[1003865,611737],[1005502,612325],[1007890,610806],[1002873,611822],[1009953,606005],[1006365,613437],[1005665,611652],[998628,608351],[1011799,-126100],[1022797,-127751],[1022102,-127134],[1011734,-131026],[1013691,-127901],[1023587,-128220],[1022200,-128092],[1016473,-188188],[1017271,-186994],[1017366,-188614],[1021910,-201765],[1023733,-202170],[1015246,-57735],[1014294,-59899],[1014962,-67659],[1012543,-65388],[1013700,-63837],[1023178,-76615],[1023000,-87774],[1021134,-80745],[1016652,-101991],[1017409,-96347],[1022609,-105412],[1014851,-103150],[1021477,-107590],[1015589,-102755],[1011266,-105473],[1011410,-109894],[1019602,-107384],[1014164,-102744],[1023063,-105468],[1014487,215110],[1022674,303604],[1019376,317899],[1023774,311554],[1022949,317246],[1020401,317649],[1019778,311076],[1021967,312404],[1022229,316789],[1021456,312183],[1022244,310711],[1022356,321966],[1013233,332090],[1023064,343394],[1021556,343500],[1023144,345034],[1022137,341920],[1020172,333166],[1013684,349765],[1023233,355238],[1014612,351635],[1017069,354617],[1019171,352267],[1019811,367904],[1013388,370299],[1015787,366003],[1020785,370159],[1011371,367437],[1013267,373537],[1019477,381572],[1018777,381481],[1013168,388598],[1015411,387066],[1015704,392898],[1015662,545652],[1012442,549371],[1011779,548501],[1015553,547636],[1012372,547426],[1022837,548423],[1016784,542400],[1020874,548898],[1017202,546596],[1020236,538700],[1023837,539703],[1017981,541883],[1020103,542734],[1018880,549131],[1019881,540050],[1023078,540060],[1012529,553561],[1011736,551185],[1012796,554790],[1021237,552378],[1023984,596657],[1023835,598726],[1020060,594972],[1022403,600140],[1018791,592544],[1020817,594873],[1019500,596401],[1017465,593513],[1018243,594483],[1014327,595727],[1012143,596821],[1019799,595569],[1021674,601185],[1016649,595181],[1020574,602781],[1022842,603433],[1015268,606534],[1023150,611774],[1011461,603994],[1022988,613342],[1020937,605986],[1018491,604016],[1011406,605052],[1014789,602792],[1016229,606012],[1017503,607740],[1016623,611431],[1016331,611541],[1020432,614416],[93869,-270306],[94169,-278608],[94204,-278086],[97938,-280217],[95260,-281104],[93624,-270684],[96741,-281543],[97315,-282558],[95401,-282766],[98031,-283610],[101462,71621],[101305,77891],[93341,100688],[100057,106882],[101049,109451],[99870,111245],[96196,109826],[94044,110306],[96572,112549],[96746,107259],[97444,105781],[99583,105085],[95878,119619],[101117,121116],[99857,116160],[99580,116045],[1025112,-127000],[1024404,-128603],[1026224,-128162],[1026150,-130248],[1026166,-142991],[1026688,-141875],[1026561,-146556],[1025139,-148713],[1036074,-179348],[1035279,-182483],[1034105,-183576],[1034170,-184215],[1034472,-186292],[1034377,-187705],[1035086,-188652],[1029701,-190594],[1029755,-188361],[1031281,-186806],[1032671,-188171],[1032986,-187229],[1033825,-188743],[1035272,-187228],[1035467,-190801],[1026020,-202320],[1024154,-202817],[1029230,-202107],[1031096,-201072],[1030824,-200372],[1027587,-192100],[1028614,-193696],[1026844,-194517],[1025929,-193902],[1027253,-192139],[1026992,-74461],[1034234,-89392],[1028829,-80078],[1030036,-86094],[1033522,-89382],[1031860,-86761],[1029022,-89715],[1028110,-108562],[1027497,-105792],[1029665,-108504],[1024635,306973],[1024328,304838],[1026049,304513],[1026733,313919],[1033413,330277],[1035805,328524],[1024620,329013],[1036386,328160],[1034353,330011],[1033212,321710],[1026306,345030],[1024104,337016],[1034665,339742],[1030921,337113],[1035426,336240],[1030876,336868],[1035478,336605],[1029937,342981],[1031133,337034],[1031338,356864],[1028554,354030],[1024563,348703],[1032213,355299],[1024255,370964],[1027842,368707],[1030432,361832],[1027370,364915],[1027234,368099],[1030628,371391],[1026613,373312],[1027887,373405],[1024368,375231],[1030113,372200],[1027002,373739],[1032109,479872],[1034759,481390],[1032458,477583],[1036114,481117],[1035901,488069],[1034452,491556],[1033830,490159],[1033261,491615],[1033669,498794],[1033454,511244],[1036254,504019],[1033284,508339],[1031119,499951],[1031989,516012],[1036768,513661],[1029072,523435],[1027826,522531],[1035272,516555],[1027275,518057],[1033153,513263],[1034666,513628],[1034378,514072],[1035040,514719],[1032391,516955],[1030156,515880],[1032822,513467],[1035158,512625],[1026159,513890],[1024049,518432],[1030307,518988],[1034712,533807],[1033297,532126],[1032082,528758],[1026602,536428],[1030223,533538],[1027917,534047],[1033589,532283],[1025951,537585],[1027948,537080],[1034339,531455],[1034510,526962],[1034784,527698],[1027479,525465],[1030254,545225],[1029678,548375],[1034539,538593],[1029874,549102],[1032500,539388],[1024318,547859],[1029070,546973],[1036633,541958],[1035174,538980],[1026277,546627],[1028134,544666],[1032864,553596],[1030395,558089],[1026998,551044],[1030511,557936],[1029812,558192],[1033946,558435],[1025456,551571],[1031735,595901],[1029140,601665],[1030219,593284],[1024081,595488],[1029675,601243],[1030871,598054],[1029544,592239],[1024754,594487],[1036103,601124],[1034233,596294],[1035159,596928],[1030519,591403],[1028781,594237],[1027169,596084],[1024201,592267],[1024558,600336],[1025077,599339],[1026064,597273],[1032164,600371],[1035639,612775],[1028272,614119],[1029321,604822],[1026456,607922],[1033738,603178],[1032547,613532],[1027478,602726],[1024599,605456],[1036224,605031],[1031116,605910],[1034121,605958],[1032409,603802],[1032459,602411],[1036407,612320],[1033517,607271],[1034357,613540],[1034139,612028],[1031225,613449],[1026651,603456],[1028014,607793],[1024820,607462],[1028455,609136],[1025580,608861],[1031836,606855],[1033248,613566],[1042658,-165019],[1043074,-165721],[1040749,-169238],[1040557,-171525],[1038917,-170792],[1040758,-174033],[1038488,-175776],[1040812,-176806],[1039915,-177008],[1038984,-176932],[1036925,-178638],[1048656,-178743],[1048848,-177896],[1047523,-178199],[1046561,-178957],[1046491,-178968],[1037531,-190596],[1049081,-179781],[1044693,-179338],[1044338,-181169],[1042658,-181879],[1041992,-181105],[1042563,-179685],[1043862,-179234],[1044359,-180211],[1047948,-179596],[1047185,-85897],[1039094,-93337],[1047168,-93168],[1040703,-93503],[1039915,-91184],[1047462,-104027],[1048397,-103024],[1045759,207252],[1045024,207176],[1047957,206679],[1046454,210551],[1046721,210392],[1049459,209314],[1048845,209570],[1048975,209660],[1046581,458173],[1041983,460836],[1047181,455201],[1042740,464390],[1042837,465363],[1045856,461552],[1046431,473206],[1042592,467455],[1042061,462372],[1037067,486431],[1046865,485464],[1046572,478252],[1043938,482037],[1038922,480623],[1049100,478491],[1043203,480293],[1040369,483824],[1048373,481411],[1037020,482125],[1046831,479183],[1041518,498590],[1039060,495426],[1041181,493750],[1040258,492882],[1049253,495452],[1041146,492465],[1042626,491729],[1037100,498654],[1042443,494842],[1041385,492687],[1049049,494441],[1048945,496678],[1043408,487353],[1049369,494635],[1042864,494824],[1042864,509666],[1042004,509486],[1039689,504136],[1040735,508209],[1039427,505546],[1047016,500770],[1038206,501061],[1049447,507823],[1040342,504036],[1047366,508201],[1044924,509325],[1046234,500005],[1047078,510889],[1045673,511740],[1045682,514178],[1045994,513191],[1037769,531392],[1043289,532717],[1039396,531414],[1044302,539020],[1048331,538262],[1037924,549614],[1038562,545512],[1045559,550202],[1045227,543671],[1042661,545988],[1040029,538142],[1040335,544002],[1042882,547926],[1047071,545083],[1041539,542751],[1037734,539437],[1041223,538839],[1037803,597041],[1038664,598205],[1038464,598887],[1038468,597535],[1037850,598644],[1040440,610413],[1037217,604229],[1040913,612767],[1044198,608782],[1042715,611350],[1046838,613273],[1038612,614052],[1041185,614057],[1036833,609078],[1038426,609737],[1041823,611147],[1043073,605380],[1036838,603364],[1039726,604485],[1042083,608159],[1045958,610710],[1047224,615719],[1042681,618659],[1047057,616549],[1047334,615475],[1040078,624072],[1039646,619010],[1039529,620945],[1044239,618994],[1048011,615514],[1046913,624742],[1044350,620388],[1048645,620701],[1045668,619298],[1042031,626485],[1038824,620460],[1041731,620554],[1048708,626228],[1042384,622723],[1043881,619172],[1045692,619789],[1038940,624372],[1037092,624519],[1046937,628516],[1047482,633290],[1042151,627968],[1045164,630820],[1047263,632573],[1045316,630500],[1047203,629600],[1040087,631685],[1042164,638210],[1039871,640035],[1037640,631651],[1043970,637197],[1042847,636984],[1041138,638897],[1039900,638578],[1038504,627521],[1047017,639329],[1037584,635052],[1038953,632578],[1046456,634627],[1037569,633538],[1052754,-135602],[1050525,-134468],[1057210,-136618],[1058657,-138434],[1061709,-170798],[1060599,-170955],[1052507,-171355],[1051821,-171283],[1052152,-173077],[1051018,-177511],[1050411,-179110],[1055027,-183170],[1054644,-182393],[1055847,-182039],[1057221,-182793],[1059466,-86096],[1049607,-94690],[1055916,-113248],[1052414,-107795],[1056395,-108035],[1050548,-107368],[1050492,452804],[1050066,457359],[1052588,463976],[1053131,461629],[1060589,472063],[1049618,466130],[1054612,478178],[1061975,484503],[1062153,475639],[1060105,478489],[1060202,474630],[1051410,479294],[1055324,474812],[1062363,477390],[1061502,479858],[1051878,495687],[1050141,491278],[1060356,489309],[1051615,497490],[1051844,491257],[1052122,497517],[1056150,498339],[1054077,492713],[1052124,496012],[1049635,491084],[1052993,501101],[1057756,506497],[1061369,500384],[1056009,502932],[1057304,507427],[1059483,500292],[1059709,507348],[1052828,499714],[1056798,501695],[1052054,515892],[1052217,515700],[1053267,516890],[1062309,515385],[1058648,514567],[1057188,516304],[1059100,534402],[1058331,533480],[1050235,533778],[1055597,525487],[1060852,527170],[1059782,533768],[1054950,531733],[1052022,544348],[1057578,544913],[1054111,547061],[1058155,546761],[1055027,545157],[1056935,540086],[1061928,543343],[1053508,543321],[1061124,541851],[1056756,590645],[1057777,593529],[1053947,618914],[1060620,621385],[1061310,625981],[1053956,619288],[1057026,621959],[1050258,622357],[1059138,625499],[1052863,624711],[1055299,617677],[1050491,618796],[1052860,619461],[1052859,619767],[1058219,625241],[1059073,625179],[1054483,622273],[1059089,630371],[1051262,629854],[1060080,627549],[1057164,636663],[1055872,636220],[1056769,636544],[1055051,635024],[1062192,629571],[1050363,640078],[1060414,630514],[1058966,634518],[1058113,634618],[1057962,639441],[1057508,636825],[1060240,637958],[1059029,632812],[1056504,637877],[1061813,637985],[1061100,629964],[1071240,-120732],[1071450,-118973],[1062976,-139214],[1062849,-133278],[1070821,-137676],[1070903,-139889],[1065105,-137558],[1065578,-138054],[1063875,-146168],[1071503,-156724],[1065086,-173842],[1065258,-172198],[1067472,-175638],[1068713,-176922],[1066560,-177815],[1064560,-172116],[1063875,-171298],[1062545,-81324],[1072321,-78206],[1071811,-87073],[1072488,-86121],[1068229,-82818],[1063164,-84242],[1062561,-99078],[1064252,-91716],[1069526,-90256],[1063281,-97305],[1073034,-100780],[1063451,-110771],[1070317,-108413],[1065191,-110377],[1067311,-108178],[1072056,-103257],[1068968,430451],[1068403,427188],[1065991,428592],[1069986,429859],[1066162,427906],[1069445,427357],[1070557,453354],[1069841,452558],[1070301,454143],[1068546,454168],[1065747,471062],[1071474,473361],[1075145,468481],[1074130,463989],[1063881,470616],[1070274,466112],[1068558,465344],[1070016,469748],[1064539,471956],[1071017,465189],[1069867,472131],[1065859,472478],[1063647,471241],[1062814,473716],[1062812,484427],[1067128,478276],[1064973,484610],[1062877,481955],[1065996,482143],[1062645,478623],[1062468,474872],[1067917,478752],[1066053,484070],[1071187,475238],[1073352,481153],[1071323,481868],[1071997,477608],[1074958,484827],[1071354,478301],[1067557,487562],[1065132,495625],[1065833,491220],[1066489,496106],[1065229,494664],[1063703,505216],[1073293,522611],[1063258,517353],[1072446,517469],[1063462,515907],[1073991,516137],[1063228,525814],[1068734,528984],[1068521,525886],[1065713,536562],[1065875,544962],[1073109,545092],[1064415,540114],[1064164,544401],[1074977,544821],[1073166,544265],[1063023,539241],[1064921,539598],[1070878,587477],[1071548,588629],[1068317,585937],[1074030,587221],[1064152,590346],[1064630,594268],[1069802,590810],[1071871,592908],[1069750,589242],[1064868,590567],[1067075,595447],[1062677,594981],[1071028,590773],[1065203,627220],[1064192,626768],[1074703,626871],[1073112,626950],[1067039,623289],[1066430,623678],[1066807,626504],[1065423,626613],[1066345,627291],[1065570,627330],[1070908,632244],[1074751,628597],[1072242,627720],[1069360,630093],[1074295,634459],[1067233,628231],[1064927,628741],[1075188,630348],[1069440,627864],[1070150,629892],[1072560,628390],[1063638,639860],[1071525,636002],[1073109,637357],[1064088,635993],[1072454,636906],[1070274,633045],[1068950,635104],[1067045,637115],[1075111,637192],[1073108,638848],[1066762,638336],[1067167,639398],[1064389,631686],[1064004,631346],[1063913,628970],[1069768,639671],[1069263,637414],[1066039,634547],[1064859,634506],[1077277,-122643],[1078347,-122620],[1077767,-123779],[1075736,-123500],[1075884,-121243],[1078677,-120359],[1078242,-121524],[1076724,-125846],[1075262,-124653],[1080231,-134372],[1077419,-130875],[1083742,-143356],[1086710,-144536],[1080930,-155474],[1077367,-87221],[1077892,-88910],[1077059,-98604],[1084978,-94218],[1076513,-96826],[1079226,-104865],[1081115,-104759],[1082584,457036],[1080036,459707],[1082670,457417],[1081648,460697],[1081864,462844],[1075730,463015],[1083162,463819],[1075911,471727],[1075251,486156],[1078611,475060],[1083130,478659],[1080427,475217],[1078621,477110],[1076199,481864],[1079996,480566],[1079996,493216],[1075642,488879],[1075403,504877],[1084120,508056],[1075420,503809],[1078223,505127],[1081434,505346],[1081016,504646],[1080139,503248],[1082977,500977],[1084584,503525],[1078003,503229],[1086608,504904],[1075683,519127],[1077007,531769],[1080522,529919],[1081020,538306],[1077305,544644],[1075881,538643],[1077364,587189],[1076374,584794],[1085558,636139],[1084298,633216],[1078825,628898],[1076585,636390],[1081061,636442],[1084047,632738],[1087686,632850],[1083120,635785],[1080771,632400],[1075860,636170],[1077195,638284],[1086533,639275],[1085301,636220],[1084309,639551],[1082876,635675],[1082406,633910],[1081314,628264],[1080708,631254],[1081526,633899],[1079532,638956],[1075413,639579],[1081870,639799],[1077414,638362],[1080470,639959],[1099246,-124908],[1088874,-132664],[1097835,-128824],[1095310,-54420],[1097917,-70161],[1090113,-88125],[1095387,-82557],[1094922,-98685],[1096841,-90956],[1089555,-96631],[1096271,-98789],[1096399,-93479],[1096482,-89757],[1091867,-99677],[1089863,-105965],[1099180,460131],[1096195,454820],[1092700,455163],[1096082,458451],[1096780,458737],[1095695,455002],[1092694,454875],[1098887,458703],[1099465,464772],[1098588,465119],[1090973,505623],[1088558,505065],[1098513,625936],[1095472,626175],[1097385,633613],[1090717,639730],[1094370,634869],[1091577,628833],[1090380,632764],[1088215,637033],[1096094,627773],[1100489,632341],[1100551,636886],[1099420,637947],[1099635,628060],[1091044,639584],[1091753,638887],[1092993,630965],[1091240,633843],[1094769,634037],[1097110,630063],[1100236,637985],[1095889,636657],[1095125,633931],[1095625,640143],[1093264,640190],[1097878,639895],[1101776,-118649],[1103083,-118659],[1104238,-118873],[1105829,-120219],[1103379,-119911],[1101893,-126734],[1103945,-128369],[1101820,-129903],[1104281,-135744],[1111997,-152783],[1112745,-152590],[1113359,-182710],[1112318,-181694],[1112143,-182459],[1111713,-182823],[1110224,-183210],[1112285,-183212],[1112216,-188424],[1112065,-189452],[1109262,-189018],[1110647,-189346],[1111071,-190928],[1101434,-37992],[1107626,-44516],[1101401,-55413],[1102869,-51079],[1102690,-54628],[1103812,-71333],[1109645,-65587],[1101941,-79299],[1106098,-87432],[1103538,-82430],[1103748,-87603],[1103147,-86992],[1110575,-85818],[1104433,-89624],[1106707,-90765],[1110551,402110],[1111339,398558],[1107661,403518],[1111364,401391],[1107444,473045],[1106837,470202],[1104565,469278],[1113199,479873],[1111422,473974],[1108036,475146],[1104731,499220],[1113152,486826],[1104688,496359],[1112524,489866],[1104257,504974],[1105371,503817],[1102236,502843],[1103804,501974],[1103117,502543],[1110451,580075],[1108296,583541],[1106510,587648],[1110989,587725],[1110484,587195],[1106033,591135],[1112004,589601],[1101210,624260],[1108913,623790],[1102503,623255],[1109179,625055],[1104917,626521],[1106020,619969],[1103911,620418],[1104583,621757],[1107706,623078],[1105363,623759],[1106544,622062],[1103628,625677],[1109161,621881],[1109634,625519],[1103016,630308],[1107644,634297],[1109558,633499],[1111035,631245],[1113088,635687],[1101086,628392],[1110522,638527],[1102346,634289],[1103981,631908],[1109673,639742],[1104221,634867],[1106048,636344],[1109247,631050],[1110651,635325],[1112897,629787],[1112219,629646],[1108653,630867],[1110545,638622],[1104644,629226],[1107004,639994],[1106125,637726],[1113115,639324],[1114821,-182820],[1115711,-181782],[1114730,-181786],[1113749,-188674],[1114091,-189163],[1115380,-187413],[1115493,-185956],[1116177,-186181],[1115723,-185395],[1121834,-36307],[1115755,-31780],[1113650,-42687],[1123654,-39710],[1123831,-45081],[1124324,19610],[1122797,30411],[1118213,403898],[1118150,400980],[1118194,398226],[1117058,402384],[1125405,400976],[1119780,403506],[1117073,398058],[1114183,406020],[1125334,404728],[1122285,433859],[1121296,426345],[1124905,426189],[1121289,426377],[1126228,431463],[1120994,434144],[1120540,431026],[1124871,426387],[1124220,424794],[1123912,426528],[1123236,440378],[1123937,438329],[1123501,454845],[1125957,457962],[1123913,456293],[1121932,461036],[1123483,485266],[1116803,476383],[1123787,485341],[1113860,476534],[1113684,482585],[1114133,485018],[1113775,484244],[1115331,479830],[1123713,496766],[1124451,493973],[1120288,489552],[1123295,489460],[1120355,496079],[1114280,492326],[1125457,498194],[1117707,498110],[1125702,492165],[1122051,488889],[1123421,492575],[1123414,496600],[1115647,492338],[1114290,488621],[1114175,505306],[1121499,501525],[1117754,503826],[1114205,508307],[1116068,502941],[1117574,503105],[1125598,507497],[1120391,499462],[1120851,499759],[1116198,512277],[1120699,512919],[1125149,574842],[1121553,575326],[1125406,580529],[1126274,583910],[1125334,585850],[1119880,577435],[1116964,578329],[1113849,582692],[1115178,583290],[1120575,577787],[1116161,578534],[1114669,584932],[1124994,591868],[1123382,589364],[1121540,589700],[1124883,591882],[1121582,589326],[1121536,626159],[1119395,623887],[1115233,624937],[1123009,621580],[1121944,620245],[1124149,620865],[1125897,623713],[1118900,621773],[1116496,624687],[1119051,626934],[1120388,622956],[1122866,625911],[1119974,620993],[1124131,636356],[1118220,634198],[1115613,630219],[1115067,628347],[1125746,635733],[1123860,635605],[1122653,636133],[1120553,632863],[1122062,633470],[1114619,631864],[1114108,628011],[1114100,635388],[1125401,637200],[1116409,634827],[1120066,631955],[1118822,628231],[1116834,630796],[1122988,638527],[1116843,637211],[1117576,640119],[1120051,639977],[1118018,637521],[1118169,637448],[1115328,639915],[1132016,-145240],[1131960,-145909],[1132020,-177078],[1134846,-175115],[1135651,-172302],[1135524,-170193],[1133903,-170746],[1132587,-172077],[1131338,-172559],[1136718,-169383],[1134233,-169909],[1136423,-174886],[1139063,-176519],[1138322,-177030],[1138256,-167993],[1128921,-181355],[1131498,-180149],[1138834,-5675],[1135820,-6701],[1134638,-5258],[1133391,-19858],[1132531,-24732],[1133369,-32883],[1127684,-43174],[1137918,-47841],[1130874,-58388],[1131725,-54925],[1133869,-54230],[1134434,-58462],[1138002,-106642],[1138085,-107795],[1135933,-109406],[1133292,-112281],[1131599,-113770],[1134137,-112917],[1138357,8836],[1128993,14803],[1132752,20631],[1136121,13506],[1128476,16929],[1129683,21994],[1136269,26912],[1134765,30927],[1128088,403555],[1128176,403600],[1133477,404887],[1133235,409146],[1136048,406816],[1130870,406026],[1133901,408241],[1126643,434156],[1131999,432741],[1127702,425234],[1135410,430008],[1132579,434179],[1129649,432661],[1131543,423919],[1126509,431330],[1135752,433286],[1132413,446874],[1129735,447765],[1136356,448092],[1132830,443076],[1128447,439138],[1132669,436484],[1128962,443313],[1139077,438834],[1133483,442156],[1131619,439375],[1129889,444068],[1129823,449837],[1128892,453282],[1129241,451342],[1128412,459928],[1135647,472034],[1134292,472700],[1131838,462953],[1131304,468160],[1128027,462286],[1129473,472532],[1130259,468533],[1131037,469502],[1132871,473399],[1130568,462771],[1131657,479955],[1132795,481482],[1128569,477150],[1130121,477936],[1128712,482040],[1127565,482495],[1129577,483445],[1127646,479107],[1132049,478185],[1130811,482669],[1126600,482725],[1128482,483606],[1128315,489653],[1126647,509265],[1126869,507158],[1132705,576089],[1134104,574472],[1137642,580371],[1136698,576996],[1132934,579582],[1128469,581242],[1129095,583320],[1131220,584888],[1134833,582934],[1135501,586573],[1137312,583009],[1133456,578535],[1130718,576361],[1129532,578767],[1128779,582693],[1127646,588649],[1127809,582173],[1131706,584453],[1136961,586985],[1126657,587540],[1128464,589090],[1133619,613949],[1137133,612161],[1136990,613416],[1135386,612945],[1138005,622508],[1137107,622478],[1135311,625768],[1126562,620806],[1126840,626278],[1131981,620723],[1137811,617443],[1135811,624331],[1136214,621488],[1128070,624707],[1134838,619001],[1134877,620299],[1136522,622016],[1128104,619920],[1129927,626962],[1133495,625350],[1129174,621315],[1136405,616883],[1130636,626007],[1137993,626221],[1136527,622169],[1130408,618649],[1132093,625860],[1128131,622487],[1136112,626537],[1136692,620224],[1134591,617896],[1130636,618679],[1132945,622959],[1130809,622682],[1138547,632780],[1135404,638093],[1136956,628188],[1139146,639904],[1127917,638077],[1138281,635610],[1127657,628260],[1136493,629150],[1129749,637416],[1130518,637676],[1130210,631458],[1138282,634775],[1133923,636042],[1129861,630163],[1131413,630397],[1133183,635319],[1142502,-115119],[1142934,-120943],[1144048,-120351],[1143770,-122624],[1150536,-137070],[1149791,-135553],[1147823,-131490],[1151344,-134715],[1150576,-140257],[1150851,-141591],[1150265,-140724],[1151758,-175039],[1149236,-175456],[1147996,-173366],[1147502,-171650],[1146830,-170756],[1143451,-170078],[1140988,-170380],[1144180,-10736],[1145174,-7608],[1147874,-6024],[1139821,-886],[1149378,-6892],[1144499,-12455],[1149072,-5424],[1146080,-6096],[1147480,-10209],[1147615,-8040],[1150199,-3707],[1144381,-6955],[1146105,-18027],[1145036,-19134],[1141895,-17925],[1145155,-19240],[1147100,-19614],[1146539,-18854],[1142713,-24116],[1140146,-37178],[1143554,-30078],[1142723,-46012],[1150976,-106467],[1146088,-108177],[1145462,-110493],[1148332,-111278],[1141577,-113451],[1141202,7366],[1141915,24936],[1143570,27651],[1139569,432613],[1139558,433719],[1150040,447265],[1151883,435554],[1146942,446900],[1141654,437884],[1151609,455321],[1148469,457587],[1150376,466483],[1150752,471625],[1151905,472333],[1147507,463910],[1147741,467695],[1149856,469314],[1147410,463745],[1145293,467156],[1148716,498209],[1141026,572760],[1146299,573210],[1140088,569335],[1141795,574977],[1141401,573777],[1143177,575451],[1145655,575114],[1141301,578689],[1139758,583833],[1139819,579637],[1144259,578758],[1139713,577396],[1143184,580328],[1139634,610549],[1151229,611802],[1146018,611908],[1140644,613086],[1147141,613459],[1151911,612211],[1140349,617020],[1148817,620141],[1146406,614891],[1143263,619865],[1149385,622529],[1149457,625434],[1139985,621354],[1143624,620589],[1151117,623476],[1145198,622295],[1149463,615497],[1140449,616903],[1146622,616432],[1141845,624708],[1141784,626849],[1141153,619348],[1142076,621061],[1145724,618714],[1144967,622432],[1147823,622351],[1139214,631248],[1147157,635946],[1144882,639207],[1140592,627472],[1148846,633114],[1148957,636396],[1147020,639838],[1140598,639903],[1149504,630466],[1151717,629652],[1150785,632041],[1148451,632370],[1149058,635201],[1151000,633322],[1147114,632533],[1141854,633487],[1142226,633428],[1151073,637127],[1145288,636282],[1145667,636614],[1141129,635555],[1139483,635192],[1149027,630015],[1145647,631454],[1144234,631794],[1148732,640185],[1144990,631000],[1150265,635661],[1147156,633282],[1148301,637728],[1145060,635865],[1144825,630586],[114981,-22398],[111660,-30920],[114007,-39117],[113665,298687],[114591,294655],[113228,337659],[111753,343989],[112036,45462],[111951,42993],[114603,57794],[111902,75652],[114840,72953],[106673,77233],[112814,102547],[114328,109956],[109186,107186],[105983,106741],[112247,104655],[103077,107234],[112329,103430],[115098,112598],[109008,110979],[112101,112395],[104292,111544],[106072,112463],[109321,111357],[110049,113636],[109870,112051],[108316,113710],[109136,115312],[103692,111402],[103365,115028],[102727,122232],[114845,117245],[114218,116338],[113812,115798],[113787,116151],[102935,116201],[103012,125974],[104773,126300],[107427,122610],[114059,122436],[111691,127263],[1156689,-116552],[1159189,-115544],[1154672,-137714],[1157066,-138028],[1156688,-132791],[1159870,-143022],[1158949,-142332],[1152254,-141279],[1153370,-141628],[1152340,-141996],[1163137,-146828],[1164256,-148159],[1163514,-145169],[1164446,-151076],[1162963,-152893],[1161286,-147945],[1160555,-144602],[1159560,-145300],[1162158,-145049],[1152900,-175487],[1162506,-178722],[1158738,-49810],[1160600,-46094],[1162866,-47425],[1163821,-50161],[1156024,-57555],[1154934,-55359],[1156313,-53171],[1158529,-53532],[1158110,-51357],[1164021,-55592],[1161602,-57269],[1161319,-60639],[1164495,-61445],[1163376,-73073],[1158414,-74359],[1159166,-73857],[1160352,-73180],[1160876,-72896],[1163938,-72710],[1160458,-72800],[1162558,-102112],[1161709,-109824],[1163323,-105025],[1160576,-102451],[1160622,-105293],[1157092,-106672],[1152011,-108033],[1155362,278366],[1155332,432346],[1157615,432823],[1155014,432427],[1154225,429929],[1158706,427596],[1163145,430431],[1164126,428743],[1157049,427498],[1160247,427093],[1161193,431326],[1160280,437095],[1154201,437258],[1159323,442174],[1153661,446913],[1155531,439184],[1155420,440397],[1164702,448080],[1158852,438212],[1161395,437471],[1152201,435990],[1152322,440927],[1160856,440977],[1156573,436986],[1153197,460657],[1152772,454821],[1157578,460771],[1163549,459897],[1157733,450207],[1160858,457711],[1163398,454751],[1152206,449105],[1155063,452105],[1154971,458123],[1158357,452992],[1162080,457614],[1164563,456566],[1156149,472696],[1157152,470130],[1162268,466018],[1157846,461561],[1162556,463747],[1161295,464828],[1154434,469100],[1159029,466499],[1154673,472827],[1152442,461231],[1164614,462983],[1154421,464873],[1159805,465389],[1156480,465294],[1164095,474664],[1163737,475110],[1159077,487376],[1159227,491798],[1159938,496059],[1158445,496500],[1159580,610137],[1164028,611556],[1157160,610207],[1158592,614137],[1159153,611351],[1155867,609210],[1162962,610406],[1156635,613082],[1159345,610816],[1152224,609808],[1163787,613782],[1154477,613589],[1157271,611220],[1153238,610269],[1163431,625375],[1157570,621427],[1156705,621126],[1163118,624475],[1157429,615489],[1156253,623731],[1154274,615161],[1158064,623000],[1156853,620826],[1162006,621493],[1156416,624295],[1152764,614623],[1152064,615406],[1159411,626548],[1154603,619485],[1153256,621162],[1162424,623663],[1161112,620030],[1161763,621728],[1164069,620602],[1155215,615755],[1157350,614701],[1156008,626891],[1164606,619225],[1157376,620583],[1163014,624202],[1164363,620085],[1155151,625482],[1164266,638153],[1164194,632968],[1162925,638609],[1163411,635010],[1162929,634899],[1162783,634113],[1162418,637271],[1160825,638107],[1161362,639592],[1164788,630850],[1157841,637157],[1155334,630997],[1163584,632112],[1159023,638578],[1155054,636942],[1159080,638632],[1152089,637923],[1161888,633914],[1156769,629282],[1155627,633726],[1159274,629299],[1162356,633012],[1165988,-144899],[1165626,-148275],[1166883,-149896],[1177406,-161293],[1176336,-155209],[1174151,-155595],[1169997,-17387],[1169094,-17036],[1168631,-16359],[1171326,-20011],[1170635,-20870],[1169550,-23128],[1166768,-24338],[1166612,-25764],[1169768,-26043],[1169538,-28548],[1171260,-27379],[1171378,-30043],[1173173,-31325],[1165365,-62003],[1170183,-71298],[1166115,-70619],[1168684,-73597],[1170368,-72206],[1172834,-72595],[1174864,-72093],[1176828,-73646],[1176094,-75149],[1171869,-74960],[1168183,-74439],[1173378,-100563],[1172061,-99146],[1170240,-97524],[1168166,-99465],[1166975,-99961],[1166670,-105197],[1171573,-103433],[1169778,394453],[1169924,393239],[1165955,405297],[1168155,400415],[1171159,408361],[1166265,409502],[1168025,402519],[1169179,399424],[1170093,408061],[1167201,406758],[1173318,412688],[1175296,416381],[1175603,411119],[1173394,419741],[1175628,427514],[1174611,430902],[1165142,425600],[1172839,432521],[1176154,426851],[1168974,431577],[1174468,429208],[1172566,431503],[1173416,431748],[1176514,438739],[1165060,447740],[1164935,446802],[1169949,438208],[1170947,441778],[1175673,437126],[1165542,444813],[1166988,439975],[1166141,446103],[1168344,438261],[1168599,443176],[1172181,436026],[1165609,472041],[1166276,467446],[1167271,473083],[1165464,467434],[1165527,463162],[1168609,463745],[1170672,466455],[1165717,463185],[1170657,465108],[1172735,462427],[1169821,613413],[1170301,615793],[1170501,623836],[1171881,616550],[1168524,619719],[1172592,616211],[1173473,619827],[1173283,615391],[1174934,626950],[1171438,626856],[1172434,617325],[1175973,624848],[1168990,617211],[1169380,615873],[1169369,617810],[1172962,624330],[1171232,624746],[1175184,627145],[1176274,617520],[1176676,620598],[1175005,619554],[1167444,619198],[1168488,615013],[1167911,620412],[1166308,615466],[1168818,617076],[1165917,624998],[1166665,626344],[1168438,616790],[1165813,616760],[1167708,616528],[1166249,616140],[1173510,628015],[1172600,639669],[1168722,632264],[1175018,637330],[1175326,633781],[1165944,635891],[1166532,638042],[1175377,635705],[1175601,632610],[1167856,631481],[1167589,634926],[1174272,637361],[1177462,631758],[1173513,628775],[1173003,632691],[1171211,632729],[1170043,637157],[1169446,632273],[1172749,639047],[1176892,639531],[1174531,637020],[1165512,629034],[1181592,-163816],[1178505,-165984],[1178384,-156350],[1189651,-173124],[1180602,-175412],[1183039,-172258],[1186617,-169775],[1187283,-190819],[1189135,-187350],[1182662,-190255],[1178535,-184334],[1179447,-180080],[1186938,-192577],[1178084,-193483],[1178834,-71251],[1184243,-73430],[1179677,415978],[1181328,414960],[1178747,414067],[1181564,415211],[1179858,417395],[1177949,425564],[1180126,432981],[1186830,425277],[1179763,428956],[1178769,433369],[1178929,424146],[1184306,424704],[1179518,427681],[1178896,434608],[1178401,619973],[1177884,627358],[1178273,618570],[1177921,622271],[1177743,622374],[1177679,622222],[1178570,628789],[1196486,-158041],[1193170,-157281],[1193526,-167203],[1198929,-190512],[1195891,-189395],[1197500,-186741],[1193797,-180413],[1191281,-183562],[1198848,-193870],[1196145,212116],[1195689,212091],[1194027,221337],[1202917,228766],[1201876,238064],[1200935,238130],[1202270,235393],[1202054,46706],[1202764,43955],[1201589,45473],[1200411,45220],[1198847,56516],[1199806,52799],[1202550,58072],[1202930,61320],[1198955,54739],[1202530,60792],[1198042,65833],[1198933,66335],[1201773,68696],[1201423,72739],[1208494,-3157],[1206653,-1968],[1204540,-2103],[1204315,-4022],[1205808,-7024],[1207709,-6767],[1209983,-5979],[1208559,-6448],[1214877,216771],[1208959,224803],[1208186,221255],[1210112,220905],[1206206,227153],[1207739,223960],[1206612,222854],[1206039,224835],[1214314,218159],[1205239,232118],[1214231,634574],[1215609,629008],[1215069,632941],[1215491,628748],[1215503,631709],[1207755,73614],[1209860,69967],[1203571,74087],[1214969,73629],[1207148,74943],[1209659,69790],[1208790,73375],[1212209,75179],[1206582,66708],[1206091,69610],[1213563,77429],[1213280,77354],[1203733,77660],[1214206,84557],[1211967,77862],[1214262,85760],[1228661,-11103],[1228675,-9701],[1221599,-11822],[1222369,-11772],[1227158,-13858],[1226893,-13133],[1227492,10569],[1227612,9629],[1228562,11011],[1223672,4957],[1227104,4968],[1225430,7435],[1225750,6497],[1227796,5377],[1224784,6905],[1227525,6359],[1217181,626537],[1222702,626526],[1221087,624959],[1217504,627196],[1219201,625053],[1218299,623500],[1222262,631404],[1218286,631269],[1219379,635544],[1222365,632012],[1220781,629931],[1219083,630426],[1220566,631116],[1217889,634494],[1216677,634123],[1221491,632121],[1219462,633648],[1219668,631944],[1216108,630514],[1219371,628983],[1218016,629931],[1223326,627518],[1223781,628809],[1221207,629542],[1217212,635238],[1222044,632504],[1219185,628576],[1220013,627836],[1219660,73417],[1225767,71597],[1218670,72340],[1225401,73646],[1224147,71461],[1220161,72009],[1226050,74248],[1223425,79581],[1227249,83378],[1227497,77181],[1224068,82825],[1220867,79708],[1226837,83945],[1220993,86478],[1217207,77026],[1224374,79931],[1228672,82544],[1228712,78717],[1220727,80498],[1225327,97132],[1226305,98204],[1223739,91259],[1222799,92483],[1226571,101036],[1226481,114101],[1228336,113788],[1228984,-9194],[1229780,-9027],[1228993,6576],[1230957,12327],[1229977,13014],[1230479,13959],[1233199,43945],[1234296,43609],[1236674,50177],[1240706,533765],[1238005,537040],[1240643,534658],[1237897,537433],[1235995,541252],[1239867,547707],[1240847,548249],[1235844,548969],[1237326,541237],[1237179,543127],[1236246,543410],[1237545,548031],[1239802,538646],[1238855,549904],[1235910,543206],[1239422,561202],[1240883,553797],[1237457,553058],[1240843,558492],[1238992,559951],[1240536,561310],[1241141,563515],[1240443,568670],[1241555,568804],[1237446,52006],[1235359,52864],[1232562,53855],[1232641,51765],[1231273,53245],[1231917,57374],[1231045,56319],[1230934,57836],[1232017,55200],[1236482,73740],[1237001,72736],[1233313,73228],[1231151,83713],[1234187,84876],[1231827,86731],[1239227,86330],[1229739,78426],[1231641,86552],[1239427,88514],[1233080,83336],[1235860,84436],[1237243,96387],[1235156,94310],[1239526,92357],[1240609,94544],[1232176,94039],[1231174,92992],[1232756,93940],[1239774,103064],[1233224,115076],[1237110,105510],[1228978,115081],[1229489,114894],[1233200,116016],[1241013,121255],[1234023,116432],[1231110,116065],[1240591,120957],[1235381,119877],[1233765,116343],[1253702,195640],[1248687,240968],[1252637,42947],[1252988,39915],[1247007,532057],[1251142,533481],[1250647,536918],[1245949,535880],[1248053,531017],[1251881,530721],[1244656,535704],[1247735,536959],[1245139,531794],[1246966,534882],[1251188,547663],[1242433,544547],[1243947,541545],[1246481,539815],[1247791,550475],[1247360,542432],[1242820,549517],[1245754,549051],[1246824,538060],[1245659,546334],[1246330,549953],[1245640,544558],[1250210,539510],[1251766,540873],[1253700,542014],[1251701,545317],[1251540,546235],[1249018,538190],[1253514,552846],[1252759,561828],[1244833,558192],[1252078,553065],[1241649,552967],[1249305,552501],[1250533,561720],[1247294,558674],[1246092,551196],[1242433,561038],[1246935,552624],[1242434,558408],[1242204,557074],[1245397,560222],[1243533,558586],[1250086,562312],[1252100,563211],[1243620,553075],[1242593,554996],[1245660,557116],[1248273,553011],[1247701,569895],[1253343,568237],[1248375,568166],[1244649,564932],[1248760,570322],[1246843,564790],[1252995,568749],[1252297,567133],[1253597,565556],[1247936,570081],[1254067,564275],[1250163,564794],[1242942,568866],[1247045,566451],[1241876,73935],[1242796,76570],[1244031,75829],[1248674,89116],[1244647,84687],[1244650,85172],[1243586,79042],[1249808,86341],[1242770,78836],[1248959,86706],[1247031,83749],[1244022,97267],[1242983,94268],[1242856,105267],[1250713,114723],[1242874,104298],[1253977,118338],[1243603,122138],[1243122,121989],[1243459,122676],[1243886,121999],[1259106,48923],[1256071,45722],[1258214,50926],[1264069,45400],[1254963,541328],[1254775,545790],[1255755,548509],[1254632,550485],[1256701,122208],[1277520,548921],[1277436,547701],[1276459,556451],[1279237,554335],[1277649,551745],[1276424,551058],[1276680,556240],[1277027,554741],[1278412,557181],[125322,-5147],[127163,-7598],[116907,-8251],[118809,-266426],[121014,-263328],[119429,-275364],[119389,-276308],[121071,-276684],[119936,-276902],[119418,-276954],[121033,-275753],[120261,-275151],[120504,-274789],[120909,-274339],[121378,-275026],[119607,-275031],[118584,-276579],[117694,-277750],[117843,-277099],[120199,-276416],[120719,-277173],[126283,-277361],[125734,-278330],[127050,-277664],[126271,-275366],[125922,-279388],[127050,-275960],[127684,-276678],[127564,-275442],[127241,-274703],[126701,-272698],[126139,-273940],[125093,-272467],[124033,-270905],[121744,-271170],[123222,-274854],[123104,-275636],[122247,-276150],[123304,-276668],[123417,-278330],[122381,-278523],[124505,-277874],[125266,-276269],[124092,-276318],[126000,-277797],[125819,-273339],[124333,-277411],[123102,-276241],[124263,-276475],[123670,-277163],[125476,-276583],[125059,-277126],[127574,-307648],[125399,-308314],[122304,-19541],[117857,-20565],[122814,-14758],[122851,-17133],[125619,-18959],[117253,-33998],[120512,132965],[125180,128358],[125969,128473],[125936,128260],[120863,128334],[123807,130619],[126579,132013],[127958,128628],[125804,128329],[125123,128516],[123647,280602],[124962,291802],[124497,292858],[123098,285395],[125497,282359],[125168,300498],[122612,302334],[118878,297931],[123975,305973],[120998,302759],[125357,306531],[126865,306812],[127265,295564],[125040,313654],[123754,318614],[122737,312416],[126499,329417],[121454,330603],[116344,332587],[118856,328501],[123074,325171],[121266,321395],[124051,320858],[120572,334757],[117616,343362],[125365,336963],[127016,348974],[115806,56283],[116493,56378],[124936,76050],[122877,75489],[120469,73158],[124099,75268],[115459,71341],[126660,83685],[124537,77669],[123751,85160],[122022,85901],[125393,84863],[123794,85790],[115303,109170],[124323,110381],[118334,114716],[120391,112268],[124735,114070],[124946,111559],[123411,114139],[116839,114622],[117216,114574],[115849,111010],[115598,111531],[118884,112938],[120180,111854],[124137,114139],[124407,113909],[125035,104094],[122123,106455],[122501,117378],[124373,117170],[124180,118328],[123464,117160],[115810,117039],[126993,123742],[116703,121464],[115763,123608],[120159,119469],[118953,121259],[122428,123649],[124771,127650],[127299,123581],[-124550,-319720],[-121915,-319784],[-118951,-318524],[-125532,-321174],[-124350,-323379],[-121989,-331781],[-127609,-325030],[-117151,-332470],[-118300,-331974],[-125867,-321902],[-116327,-319909],[-119111,-333651],[-136870,-300812],[-137533,-304640],[-138424,-327946],[-131930,-322474],[-138955,-319928],[-144634,-305392],[-146082,-302806],[-147804,-301831],[-149075,-303168],[-150562,-303537],[-152008,-300845],[-152690,-301929],[-150611,-307637],[-148731,-308595],[-148543,-315521],[-148776,-314059],[-147355,-317336],[-148727,-319321],[-145119,-318793],[-145186,-317538],[-141705,-325871],[-145211,-321057],[-151235,-331268],[-152672,-326102],[-150780,-330470],[-143947,-322919],[-152581,-328297],[-147737,-402290],[-146916,-465893],[-161334,-306730],[-158988,-305296],[-160397,-305929],[-159618,-303655],[-155774,-302445],[-163149,-300864],[-156920,-300419],[-159848,-304890],[-160167,-302608],[-161068,-307458],[-154866,-312324],[-154891,-309620],[-154254,-311212],[-158236,-312369],[-164791,-308742],[-162764,-308556],[-165195,-307904],[-164880,-316936],[-156123,-318389],[-160037,-317937],[-162669,-317041],[-163495,-314018],[-159607,-321635],[-158103,-323187],[-163386,-320693],[-160725,-327748],[-154228,-321659],[-164566,-328165],[-165489,-334555],[-169153,-297801],[-167097,-299512],[-166718,-301298],[-169273,-299667],[-172277,-301367],[-170828,-302713],[-177914,-302770],[-172347,-303601],[-175705,-301142],[-176575,-301810],[-177977,-299947],[-179135,-302531],[-171895,-313892],[-172378,-313646],[-166704,-313451],[-168760,-324059],[-171579,-328727],[-173737,-340651],[-170030,-339022],[-172556,-338343],[-172757,-338034],[-185882,-299025],[-181028,-302227],[-179673,-333887],[-183058,-336419],[-10570,-345460],[-8926,-348116],[-12491,-407485],[-12453,-408896],[-9224,-405548],[-5150,-405200],[-15826,-302359],[-13875,-298042],[-16488,-303067],[-17015,-318153],[-14935,-319201],[-17845,-318561],[-23070,-333968],[-18729,-363748],[-22495,-383138],[-23597,-381124],[-21608,-380796],[-23130,-379959],[-18556,-383735],[-17843,-385890],[-20665,-386141],[-24292,-396110],[-18278,-394135],[-20664,-394160],[-19594,-392449],[-18214,-392567],[-13894,-390031],[-13511,-390357],[-20795,-396991],[-23603,-396916],[-23556,-398926],[-19921,-465408],[-497655,-68588],[-27735,-319558],[-26718,-318309],[-32060,-332472],[-33003,-329896],[-27641,-342523],[-25976,-334209],[-29753,-337980],[-33421,-335697],[-36286,-333476],[-31522,-333788],[-32976,-339775],[-37024,-335871],[-27259,-347092],[-34669,-350585],[-34502,-350327],[-33105,-353624],[-27772,-351955],[-31027,-403926],[-29571,-402446],[-26765,-403846],[-26606,-400284],[-25899,-396742],[-36965,-409474],[-38163,-429184],[-37269,-426660],[-29814,-458860],[-30406,-457983],[-507200,-61674],[-511084,-62165],[-505808,-76347],[-505366,-72896],[-506104,-79351],[-506826,-81709],[-509146,-86719],[-499672,-86437],[-500442,-88158],[-511439,-85487],[-509923,-100022],[-509687,-95471],[-505111,-101906],[-508979,-104714],[-505480,-103171],[-514608,-61795],[-516338,-61797],[-523238,-71774],[-513422,-85473],[-517238,-79494],[-516609,-89448],[-531360,-65024],[-530744,-67924],[-528935,-65911],[-39639,-329640],[-38922,-329568],[-43200,-340635],[-44778,-332972],[-48920,-333733],[-39996,-335813],[-38802,-334256],[-42616,-337357],[-50329,-343919],[-51196,-341985],[-46789,-346564],[-42993,-419927],[-40769,-446633],[-38789,-446695],[-40998,-435370],[-39378,-456234],[-40052,-448261],[-43351,-456268],[-56484,-442623],[-61619,-445039],[-61713,-449557],[-54723,-474711],[-71980,-337266],[-69757,-336379],[-68955,-335891],[-69610,-336704],[-74939,-340428],[-74866,-338981],[-69598,-394268],[-66414,-393287],[-68644,-392017],[-75692,-437202],[-78522,-340483],[-83206,-419959],[-90035,-412282],[-91474,-442586],[-92657,-456992],[-90581,-454694],[-114405,-319304],[-111749,-328127],[-113905,-322571],[-115012,-335219],[-103878,-419975],[-114068,-463935],[5385,-314745],[9663,-308450],[9004,-308689],[9267,-327623],[7642,-347593],[5080,-379002],[11731,-372003],[10634,-373978],[11491,-401228],[4421,-414420],[5543,-414217],[6717,-412774],[10079,-413001],[1876,-456628],[2066,-457590],[11660,-468945],[1564,-482912],[10380,-475927],[9480,-486999],[2159,-490828],[7060,-500580],[137872,-280348],[136852,-276062],[134958,-276349],[133841,-279677],[138105,-289378],[135963,-293761],[128278,-282801],[135764,-290799],[133945,-288533],[135569,-288910],[135893,-286029],[140692,-286247],[130447,-297750],[138496,-294297],[141967,-292528],[143341,-289038],[141155,-297614],[15863,-304649],[15543,-306494],[14880,-305831],[14224,-304392],[16550,-300433],[13751,-302697],[14182,-301562],[14592,-300375],[14718,-308195],[21086,-315996],[22151,-309777],[19540,-320756],[19679,-327214],[20253,-330034],[19826,-329007],[16070,-342878],[21048,-335532],[23227,-334497],[19749,-335490],[23017,-333643],[23648,-333845],[19810,-336656],[20597,-335321],[19958,-336591],[20618,-333171],[19800,-332848],[14530,-346945],[13988,-346924],[13911,-348668],[23829,-366575],[22445,-367633],[19779,-368091],[12986,-371614],[16785,-376199],[21765,-389653],[24944,-391216],[17728,-395292],[21512,-394877],[17572,-389322],[21335,-398647],[17193,-468446],[22406,-467516],[18177,-465918],[18607,-467994],[18958,-469939],[20463,-476953],[22392,-474894],[23334,-476890],[35613,-304608],[37798,-302981],[35566,-304339],[30643,-308794],[30852,-328203],[31025,-355507],[26377,-355757],[26350,-356141],[29149,-359746],[30271,-393878],[35226,-395965],[27974,-387410],[27748,-387647],[28129,-388300],[37590,-396904],[34009,-398282],[37813,-399710],[37360,-403309],[36379,-405654],[33354,-404810],[32937,-439243],[32958,-438824],[38439,-305237],[42923,-310622],[42705,-311321],[43151,-311291],[44957,-319049],[45001,-317068],[44461,-316512],[48619,-315598],[49105,-314413],[49705,-320561],[50193,-321730],[47400,-321319],[49342,-326885],[40385,-362496],[56642,-306160],[60375,-317518],[57493,-323705],[55045,-321924],[58617,-320900],[53344,-319983],[73780,-258683],[74591,-266666],[74001,-277809],[73572,-275005],[73263,-282590],[73114,-284764],[78895,-267539],[79266,-266096],[82943,-261918],[87953,-259111],[89391,-264446],[77557,-264462],[81517,-263550],[82655,-264687],[88095,-257969],[81417,-268436],[82706,-280482],[77372,-280901],[86198,-272919],[87891,-273955],[88107,-281287],[87285,-287339],[80338,-288154],[77835,-285585],[83438,-290359],[84814,-291442],[88664,-290791],[82956,-294296],[91694,-262206],[93309,-267864],[90666,-288164],[90464,-285960],[89828,-292056],[95581,-293517],[95281,-288799],[98270,-291821],[95974,-285645],[90297,-294250],[114521,-273810],[110735,-280461],[111858,-275177],[109824,-278032],[107322,-276721],[114904,-281033],[103513,-287962],[110606,-289349],[103714,-289378],[102425,-285717],[105521,-282069],[106734,-282940],[119370,-279878],[118133,-278072],[124509,-280968],[125510,-273340],[115997,-289172],[119125,-287180],[117805,-293576],[120808,-285513],[120417,-289581],[123182,-283868],[116243,-294456],[118200,-296217],[125201,-295188],[125695,-297580],[126303,-299040],[-116085,-260814],[-115418,-261113],[-120769,-267369],[-122034,-267482],[-123928,-269725],[-123676,-280824],[-121541,-278625],[-119782,-280466],[-125832,-276230],[-124661,-274906],[-118042,-271205],[-126508,-286039],[-126181,-281678],[-120555,-293674],[-117391,-301598],[-118310,-300279],[-126521,-305559],[-116923,-306172],[-118454,-297212],[-121568,-294495],[-126463,-306583],[-122025,-307219],[-122985,-307123],[-118484,-309747],[-118314,-314062],[-126739,-310421],[-127719,-312188],[-116449,-327065],[-123088,-329978],[-126423,-325867],[-119064,-344682],[-124835,-340191],[-125381,-335762],[-120544,-335370],[-116017,-337127],[-116467,-345274],[-122365,-340417],[-116415,-342142],[-126595,-336448],[-115569,-347173],[-116837,-346138],[-115226,-356028],[-123151,-356138],[-125006,-353752],[-118012,-357099],[-119865,-356092],[-120334,-350281],[-127799,-347755],[-127589,-352508],[-125717,-349408],[-125150,-348028],[-116751,-356312],[-116791,-352481],[-126852,-348558],[-127179,-348364],[-124820,-357542],[-126853,-357825],[-122838,-354037],[-119093,-352694],[-118084,-353522],[-122845,-352045],[-115893,-357432],[-115831,-345613],[-123602,-356329],[-123093,-352027],[-125943,-357686],[-125353,-368930],[-126609,-369433],[-124838,-368994],[-121799,-370081],[-116124,-368731],[-120917,-367027],[-120244,-362925],[-121184,-361386],[-121176,-361381],[-124441,-359534],[-121475,-369107],[-121149,-365893],[-119793,-369884],[-117025,-360394],[-116476,-363237],[-121094,-366068],[-121185,-366700],[-120147,-358418],[-122867,-359642],[-127316,-359586],[-117034,-366428],[-122624,-370760],[-127457,-370271],[-121887,-368812],[-118834,-365178],[-127521,-363344],[-127791,-363338],[-126578,-370509],[-126805,-376670],[-122343,-383211],[-124487,-377267],[-121539,-374748],[-118742,-372799],[-126724,-379342],[-121877,-381531],[-120160,-375798],[-117981,-376015],[-122727,-373759],[-121713,-381015],[-126419,-377649],[-124860,-382754],[-116298,-371625],[-116452,-371292],[-122289,-372034],[-120825,-377556],[-116988,-375254],[-120177,-379335],[-120569,-380278],[-123566,-383364],[-127120,-384600],[-126526,-390486],[-126263,-388700],[-125525,-395052],[-123379,-390755],[-127741,-386922],[-125173,-386004],[-122206,-389070],[-121175,-386976],[-120470,-408499],[-127697,-407809],[-127689,-408465],[-118685,-408977],[-119234,-421047],[-126049,-413115],[-126421,-412852],[-119785,-414891],[-120898,-413041],[-123969,-418894],[-126069,-421859],[-117669,-409755],[-121861,-411266],[-119115,-411925],[-115559,-416134],[-119032,-419700],[-117816,-420510],[-117496,-421471],[-127325,-410657],[-116869,-416839],[-117145,-411807],[-127658,-423205],[-117156,-428490],[-123147,-424129],[-124309,-436035],[-125716,-445104],[-117847,-447667],[-121912,-447719],[-120873,-447027],[-118335,-452118],[-126292,-455150],[-121262,-454572],[-121849,-457720],[-118416,-454680],[-124415,-458346],[-125853,-457279],[-117288,-453370],[-123439,-458595],[-120733,-454752],[-121495,-455595],[-115665,-473175],[-124190,-473286],[-123634,-475667],[-124173,-473885],[-124533,-474639],[-123581,-473997],[-124625,-492618],[-120637,-488808],[-118733,-494016],[-120254,-493107],[-119536,-490002],[-119156,-489834],[-122249,-494112],[-121663,-493847],[-120069,-500440],[-128765,-287007],[-137786,-292719],[-128055,-305276],[-128580,-305748],[-129170,-307320],[-135653,-319124],[-135084,-317963],[-132217,-310467],[-129300,-309972],[-130867,-326450],[-129256,-322959],[-129052,-323001],[-132566,-320704],[-131454,-321848],[-128555,-322922],[-139089,-334714],[-131202,-340486],[-139513,-344626],[-130085,-338404],[-134470,-341402],[-136173,-336677],[-135297,-339498],[-139524,-333259],[-138289,-337148],[-129824,-335008],[-134601,-335500],[-128588,-335031],[-138327,-354337],[-129335,-357032],[-132192,-357486],[-130584,-347045],[-136585,-354574],[-135431,-352765],[-137576,-351659],[-135794,-349770],[-138240,-354243],[-132938,-352460],[-140582,-354200],[-140150,-355623],[-128223,-357731],[-139399,-350584],[-129257,-352547],[-133081,-349833],[-131365,-349113],[-134246,-357085],[-131198,-351639],[-129863,-351569],[-135209,-354492],[-135177,-351449],[-135076,-349786],[-136207,-347682],[-134895,-348152],[-133030,-348171],[-128981,-346434],[-129180,-348160],[-137828,-348302],[-137975,-349174],[-134980,-348946],[-130724,-350163],[-128631,-346967],[-128030,-367276],[-129008,-366646],[-138742,-369370],[-138528,-368391],[-130884,-359720],[-128464,-363771],[-134624,-370240],[-139435,-364212],[-139734,-370351],[-139209,-366266],[-128361,-362976],[-129668,-368780],[-133394,-367700],[-131884,-361988],[-139038,-358233],[-134064,-370249],[-128751,-358609],[-134007,-359213],[-135233,-364142],[-130806,-367870],[-131151,-368944],[-132827,-361341],[-135495,-366124],[-135577,-366316],[-135837,-366026],[-133316,-367283],[-135894,-380619],[-136087,-379148],[-137259,-381873],[-130288,-375265],[-137395,-375219],[-132038,-373737],[-135542,-373154],[-136340,-373049],[-139638,-382406],[-140422,-372762],[-139198,-371517],[-130046,-378009],[-128994,-382845],[-128661,-374503],[-132716,-395850],[-139539,-387321],[-139205,-391311],[-140375,-390757],[-139270,-392487],[-130376,-384592],[-129906,-386482],[-129857,-384430],[-131640,-384499],[-134691,-409337],[-130579,-399531],[-140304,-409339],[-134947,-399740],[-136066,-402193],[-140651,-406790],[-136160,-409184],[-134307,-407594],[-133148,-422047],[-140118,-416171],[-132261,-410739],[-135860,-415998],[-136284,-414975],[-136093,-412672],[-138348,-416642],[-132342,-434626],[-134113,-423524],[-138335,-434444],[-129999,-445628],[-139681,-454720],[-135492,-452175],[-133118,-448464],[-129928,-450559],[-131218,-452926],[-132735,-450987],[-133955,-449302],[-134973,-451471],[-132886,-457007],[-133330,-453243],[-140639,-470832],[-139821,-470433],[-138094,-470946],[-138234,-471054],[-128322,-483131],[-129417,-481338],[-134043,-474622],[-153269,-283882],[-150643,-288896],[-149318,-288497],[-150794,-287350],[-142628,-332084],[-142488,-330329],[-141073,-329955],[-141786,-331907],[-152846,-326468],[-152361,-325265],[-143017,-326182],[-147789,-322866],[-148361,-329659],[-147851,-330719],[-146444,-328279],[-149286,-325625],[-152555,-330218],[-145816,-344863],[-146893,-344300],[-147050,-343517],[-143005,-342166],[-142622,-332680],[-146751,-342151],[-143259,-341654],[-147193,-337858],[-152079,-344672],[-143603,-343573],[-145718,-341872],[-150388,-340112],[-148002,-338119],[-144353,-339677],[-144514,-335440],[-141533,-341548],[-148327,-341817],[-142568,-336366],[-142663,-335593],[-151115,-335112],[-153340,-351326],[-141672,-351436],[-148514,-353402],[-147828,-351453],[-145955,-353622],[-142809,-355792],[-141837,-352289],[-142334,-355203],[-145088,-347951],[-146075,-356201],[-147856,-355834],[-149247,-356012],[-142328,-350608],[-147653,-349196],[-148332,-348920],[-141458,-351844],[-147449,-348984],[-145704,-348105],[-153579,-346913],[-147171,-364765],[-152914,-364279],[-143912,-359865],[-151967,-359310],[-147937,-363538],[-152716,-365510],[-148832,-363205],[-147178,-364749],[-151094,-359157],[-147465,-358966],[-142429,-358383],[-141477,-368900],[-141655,-363495],[-147266,-367120],[-146207,-383489],[-147822,-375322],[-144892,-374864],[-142112,-381574],[-148629,-377978],[-148213,-376713],[-148679,-375830],[-150256,-381523],[-149078,-380695],[-142946,-378123],[-142328,-377396],[-145750,-372363],[-152428,-378522],[-141492,-376612],[-142281,-380772],[-152367,-382578],[-144353,-385338],[-144880,-384984],[-146367,-385006],[-150749,-386886],[-146885,-391654],[-149331,-385821],[-148091,-385511],[-152093,-388649],[-146044,-394437],[-151123,-387174],[-152541,-390327],[-145452,-387099],[-143133,-384354],[-140905,-388928],[-141497,-392794],[-141491,-388465],[-146316,-384420],[-151670,-402643],[-147211,-402832],[-141621,-403931],[-144190,-402199],[-150194,-404466],[-148336,-405842],[-146817,-407339],[-144057,-407354],[-141034,-409328],[-150971,-405460],[-141167,-412621],[-151734,-434601],[-149323,-440623],[-151529,-446910],[-150381,-435653],[-153217,-438175],[-148218,-469352],[-144216,-470711],[-144158,-470064],[-143986,-469882],[-141773,-469785],[-146024,-469777],[-144121,-474979],[-145478,-488864],[-157621,-290100],[-157738,-290336],[-155632,-291135],[-154606,-319702],[-162842,-319362],[-156162,-330081],[-157863,-327853],[-159096,-327430],[-163260,-320569],[-160493,-327048],[-157129,-323282],[-159364,-321526],[-160988,-328759],[-156992,-343425],[-159647,-341814],[-155094,-342113],[-154845,-339681],[-155714,-336443],[-156084,-337875],[-157905,-339103],[-161279,-340243],[-160688,-341155],[-161940,-344863],[-161738,-343506],[-154906,-344587],[-158256,-333029],[-160144,-348030],[-153789,-349375],[-163636,-348730],[-154655,-350018],[-165133,-349253],[-157422,-349412],[-153831,-352836],[-160034,-348121],[-157676,-346075],[-157821,-355890],[-163173,-346735],[-164268,-347777],[-155309,-351947],[-164249,-346611],[-160029,-347230],[-157272,-367926],[-162207,-365158],[-155159,-364241],[-163005,-368644],[-163634,-369949],[-166057,-367243],[-153994,-366320],[-155973,-366122],[-165219,-363474],[-161482,-359432],[-155704,-365976],[-165159,-365999],[-158465,-364053],[-158545,-372853],[-164094,-371537],[-161842,-373072],[-163131,-373324],[-154075,-382931],[-154280,-378497],[-156124,-385892],[-154808,-399900],[-161716,-411743],[-165137,-410592],[-163273,-409953],[-157809,-432213],[-158217,-431395],[-164746,-432148],[-156868,-428278],[-154472,-428314],[-154497,-429406],[-160552,-425856],[-164496,-437951],[-159377,-437616],[-162034,-437920],[-165443,-456319],[-163679,-454703],[-155459,-472414],[-161347,-473204],[-164438,-476805],[-175204,-316455],[-171972,-318921],[-170289,-318159],[-170063,-307512],[-173761,-307830],[-166653,-309301],[-172882,-326288],[-167908,-328880],[-167128,-327176],[-178360,-326363],[-175669,-332870],[-171112,-338509],[-176360,-338325],[-175207,-339129],[-175672,-341865],[-177601,-332724],[-178701,-335590],[-178957,-338812],[-178877,-356950],[-170775,-351421],[-171103,-354850],[-177578,-353012],[-176141,-351981],[-174933,-350316],[-176092,-346093],[-177853,-360323],[-173406,-361592],[-167046,-362212],[-171567,-359917],[-171571,-359012],[-169021,-360386],[-167116,-361326],[-169322,-363119],[-169689,-360248],[-172138,-359864],[-177591,-359151],[-172729,-365648],[-173038,-367971],[-171693,-364456],[-170760,-367752],[-173943,-362203],[-167722,-378027],[-167567,-380476],[-172793,-375052],[-170789,-373154],[-173563,-378605],[-171539,-374513],[-170218,-375627],[-172355,-375838],[-173803,-378844],[-174291,-381499],[-173774,-381623],[-174210,-383118],[-170142,-378560],[-169211,-378616],[-169278,-381418],[-170335,-380700],[-173907,-373301],[-177108,-375373],[-176081,-377651],[-178015,-376725],[-178545,-376124],[-176106,-375296],[-176909,-375310],[-178472,-380833],[-175193,-394931],[-169426,-390904],[-168450,-389020],[-169624,-384980],[-178112,-390558],[-178283,-390978],[-178933,-389061],[-178969,-390211],[-172503,-385140],[-167755,-409268],[-179102,-401901],[-176560,-397331],[-170131,-408921],[-172732,-416373],[-170921,-414004],[-169598,-413636],[-167803,-412529],[-167504,-409775],[-177944,-432105],[-178264,-431533],[-175898,-431904],[-171094,-437911],[-169393,-438917],[-178267,-435316],[-175943,-445052],[-175876,-443594],[-179001,-440130],[-170433,-442208],[-177471,-449536],[-177909,-453736],[-176489,-453667],[-167150,-454452],[-166603,-452884],[-167225,-453437],[-171306,-449266],[-169099,-449843],[-172401,-449370],[-171933,-465674],[-176268,-466685],[-180289,-326015],[-188693,-343558],[-184917,-336461],[-185081,-333780],[-183665,-338043],[-182727,-333626],[-186776,-344358],[-185816,-343145],[-187249,-342532],[-186714,-340822],[-180929,-341304],[-184363,-350571],[-191418,-352678],[-186274,-355488],[-183068,-353905],[-185092,-354257],[-184784,-353937],[-183714,-353250],[-183000,-352620],[-182839,-353397],[-181519,-353883],[-185499,-347370],[-181804,-352829],[-179614,-358801],[-183576,-370611],[-183021,-366226],[-183993,-364839],[-182205,-359504],[-182569,-364641],[-179428,-366059],[-180579,-375026],[-182025,-374811],[-182674,-381089],[-180125,-381050],[-184369,-372073],[-182355,-371204],[-181102,-372020],[-180654,-373525],[-181725,-373492],[-182433,-378136],[-183087,-400945],[-184702,-401207],[-184805,-401521],[-184406,-403066],[-186254,-402657],[-185920,-404439],[-188938,-404876],[-185486,-428439],[-182488,-427678],[-181411,-429285],[-181215,-431335],[-190959,-435589],[-189682,-437150],[-185477,-441157],[-189259,-436898],[-181946,-436625],[-182766,-435800],[-185570,-437810],[-179749,-450870],[-180154,-448399],[-180285,-464327],[-186926,-467881],[-184042,-468995],[-183885,-469300],[-182241,-465411],[-182015,-467264],[-182832,-468796],[-183020,-467074],[-185646,-463195],[-186045,-461393],[-185076,-462056],[-189404,-461714],[-187623,-464372],[-188283,-464536],[-188216,-464297],[-189440,-463044],[-188596,-461052],[-189443,-462056],[-199653,-353219],[-192820,-353666],[-195101,-353752],[-194727,-356816],[-192791,-356063],[-196608,-354008],[-196073,-352796],[-196915,-362575],[-194438,-361848],[-204295,-359138],[-199258,-366862],[-197974,-364950],[-198338,-358947],[-196842,-361822],[-193889,-360667],[-193627,-432204],[-193598,-429421],[-192609,-433330],[-192671,-430657],[-202499,-451383],[-212774,-434489],[-208915,-457441],[-210865,-461269],[-206312,-481202],[-3824,-331042],[-6458,-329681],[-447,-328301],[-1882,-323498],[-528,-330505],[-4898,-328630],[-3520,-343235],[-3023,-335812],[-2296,-337547],[-4344,-340866],[-5680,-340933],[-395,-341600],[-480,-343393],[-1242,-352867],[-2097,-358184],[-642,-354794],[-881,-360808],[-1030,-364449],[-63,-363681],[-2349,-367598],[-847,-369495],[-8227,-373910],[-7176,-374340],[-9830,-375853],[-9778,-375460],[-9539,-376015],[-5984,-376170],[-411,-383224],[-1344,-381086],[-814,-382566],[-5366,-375319],[-2701,-372231],[-9582,-383823],[-184,-387402],[-3712,-383911],[-1466,-473155],[-3848,-471477],[-397,-471677],[-7300,-474814],[-2920,-481382],[-1962,-485837],[-5960,-485440],[-6009,-479924],[-7469,-473506],[-4555,-474332],[-12140,-473871],[-3722,-491175],[-2631,-490911],[-3783,-490336],[-171,-487211],[-249702,-435187],[-22597,-256839],[-19248,-382038],[-21951,-382616],[-19126,-382959],[-19591,-386563],[-21591,-458435],[-17812,-464196],[-13086,-478706],[-32753,-251154],[-32597,-250996],[-26564,-255650],[-36273,-251200],[-32398,-251188],[-29861,-255745],[-35328,-250767],[-34286,-250864],[-32981,-254711],[-33224,-253992],[-30986,-250226],[-31596,-263517],[-30493,-263124],[-27838,-255858],[-34600,-336672],[-37586,-339565],[-35440,-335216],[-37391,-351545],[-39460,-376079],[-35017,-399291],[-34210,-401791],[-34050,-401500],[-31293,-453835],[-37869,-451205],[-40166,-251001],[-41425,-252461],[-38669,-251733],[-39388,-257537],[-40513,-257301],[-39724,-260597],[-50005,-260765],[-40155,-262349],[-41031,-261208],[-41884,-258772],[-42368,-257763],[-43085,-260548],[-43975,-259379],[-50432,-260004],[-48805,-262217],[-44882,-261400],[-44239,-261310],[-46052,-262426],[-46216,-259654],[-47930,-261812],[-51115,-262487],[-46416,-261834],[-48245,-270719],[-49048,-271121],[-47672,-273459],[-48696,-273488],[-49257,-272335],[-49287,-272060],[-46134,-287003],[-46545,-285894],[-48621,-286035],[-48424,-285532],[-46119,-285167],[-49622,-332598],[-38997,-330206],[-38941,-328298],[-44304,-338121],[-44363,-338835],[-44731,-343441],[-41626,-339746],[-42780,-339132],[-41673,-336811],[-44372,-333411],[-48493,-336909],[-49231,-333053],[-45753,-333056],[-39294,-343614],[-38623,-339096],[-44157,-336318],[-40047,-343661],[-43185,-338857],[-48434,-339848],[-38595,-333224],[-49689,-335819],[-39535,-346316],[-48951,-348879],[-39014,-347403],[-45989,-347602],[-42455,-349647],[-44158,-347383],[-44114,-348357],[-48542,-346617],[-45239,-350129],[-44266,-349482],[-42498,-350885],[-46764,-346130],[-47903,-345922],[-39934,-373395],[-39712,-377822],[-42062,-376654],[-43229,-374718],[-39546,-375811],[-38859,-383069],[-40589,-403562],[-48670,-412752],[-43502,-443805],[-41052,-444014],[-45677,-457968],[-46506,-451537],[-56444,-251403],[-56332,-255502],[-57534,-253885],[-58646,-253095],[-55565,-252378],[-51505,-256319],[-58208,-265587],[-63160,-263564],[-61860,-260464],[-52813,-263737],[-52584,-261751],[-63016,-277921],[-58750,-271330],[-57908,-273770],[-57514,-274705],[-56833,-276989],[-61339,-275971],[-57509,-268765],[-63797,-270188],[-63336,-272001],[-62193,-274608],[-56515,-279128],[-62127,-282326],[-61651,-283395],[-57759,-282342],[-59109,-282504],[-60496,-285294],[-62214,-284793],[-63960,-313035],[-62298,-311504],[-61013,-312823],[-63078,-311848],[-52358,-351854],[-53443,-401010],[-51214,-401134],[-54821,-397881],[-58256,-446998],[-61652,-445489],[-62364,-447804],[-57107,-454124],[-59923,-453506],[-61741,-452788],[-65867,-266303],[-65267,-267264],[-64951,-262806],[-66726,-264717],[-70270,-279149],[-69508,-278035],[-70119,-278763],[-67912,-275365],[-75899,-268955],[-69562,-275372],[-71474,-277069],[-76056,-277340],[-75097,-278363],[-72637,-275109],[-72471,-274242],[-76124,-269378],[-75541,-278955],[-74432,-275168],[-67386,-276436],[-76629,-276620],[-65794,-282353],[-67260,-281640],[-67084,-283137],[-69777,-284583],[-68450,-292098],[-66884,-293847],[-69820,-291918],[-67084,-290570],[-76661,-299381],[-75966,-300764],[-76427,-302111],[-74242,-300703],[-72814,-303442],[-73310,-304252],[-74644,-306182],[-67110,-296292],[-72872,-301721],[-67989,-298937],[-72466,-302652],[-69698,-302838],[-76250,-300295],[-66623,-299328],[-68203,-304299],[-68819,-301590],[-74997,-308601],[-66941,-307138],[-67237,-308036],[-66460,-310233],[-74638,-320606],[-76219,-320316],[-74467,-328693],[-74614,-323016],[-72502,-327544],[-66904,-330535],[-66051,-328713],[-64887,-345362],[-66789,-341318],[-65611,-343123],[-70167,-335937],[-67629,-376065],[-66681,-375890],[-64317,-374903],[-72382,-418685],[-72361,-418211],[-72356,-419391],[-71884,-445411],[-76487,-462021],[-74564,-509496],[-87170,-260188],[-84392,-266902],[-88874,-265431],[-89180,-264748],[-79315,-268174],[-86082,-275953],[-78709,-269807],[-79847,-275820],[-80743,-276255],[-89109,-273953],[-81775,-277333],[-88810,-279101],[-89599,-276211],[-86366,-293650],[-89028,-285003],[-85645,-284171],[-86963,-285002],[-88015,-286003],[-88459,-287342],[-88519,-288186],[-87850,-289021],[-87154,-287728],[-86118,-288084],[-88459,-286628],[-88505,-286109],[-83016,-304995],[-80168,-305462],[-82928,-305881],[-82239,-304818],[-80475,-305016],[-86347,-303733],[-86166,-302857],[-86377,-301441],[-77599,-299698],[-86989,-298849],[-88840,-297539],[-84840,-295480],[-83592,-296242],[-81853,-297601],[-81296,-299038],[-85269,-301607],[-79130,-299549],[-82764,-309416],[-81214,-309456],[-86713,-311157],[-87280,-311375],[-87790,-312477],[-88524,-314062],[-84353,-308210],[-89268,-312348],[-85507,-332485],[-79531,-332623],[-89411,-339863],[-81903,-345369],[-80084,-344582],[-85161,-339837],[-79985,-340691],[-80167,-338628],[-88521,-338150],[-84248,-335592],[-88296,-348099],[-83913,-347417],[-83149,-348865],[-85783,-352071],[-87250,-348552],[-83144,-364420],[-79789,-361754],[-82794,-393308],[-89588,-395496],[-78569,-424712],[-77424,-424750],[-83977,-441134],[-87782,-437560],[-87998,-443342],[-78856,-442644],[-82847,-456990],[-83688,-457785],[-85377,-456803],[-87375,-461178],[-84882,-465434],[-83815,-467797],[-88839,-470020],[-79982,-472941],[-84142,-465818],[-82814,-467771],[-89182,-467149],[-80505,-466179],[-79490,-466103],[-80358,-465945],[-81593,-465919],[-77565,-464654],[-78237,-463250],[-87690,-478255],[-86596,-492139],[-87010,-493576],[-81485,-504124],[-81310,-507565],[-77891,-511498],[-90684,-257432],[-100012,-265339],[-91392,-260819],[-91992,-259315],[-102380,-267285],[-92489,-273669],[-94026,-273076],[-93415,-269894],[-93374,-275064],[-100280,-268616],[-101369,-283472],[-98847,-286646],[-93542,-286215],[-100074,-286074],[-97681,-284800],[-100481,-285787],[-96887,-284565],[-97345,-285725],[-98525,-286709],[-99679,-302095],[-95069,-302814],[-93998,-296844],[-95755,-300277],[-89695,-298211],[-99330,-331242],[-99271,-324700],[-98342,-323862],[-98190,-325138],[-101205,-331227],[-97743,-324036],[-89679,-320282],[-95583,-324009],[-102239,-322551],[-99115,-327057],[-101075,-330907],[-96729,-323239],[-97944,-321722],[-96520,-322903],[-91061,-345164],[-94884,-344749],[-91157,-344206],[-101981,-344756],[-90956,-342953],[-96955,-340492],[-91830,-343576],[-92939,-334386],[-92370,-343079],[-91547,-339998],[-93089,-339199],[-93053,-339730],[-99880,-344327],[-98797,-344927],[-93739,-335262],[-91297,-337039],[-100241,-349037],[-101496,-348985],[-90112,-347008],[-90423,-347450],[-91069,-346770],[-89796,-348045],[-92857,-345812],[-99095,-348690],[-99308,-348417],[-91573,-387507],[-92667,-390350],[-95939,-391670],[-89601,-387983],[-90322,-386087],[-90354,-387491],[-91770,-389653],[-93924,-391745],[-92918,-395757],[-92798,-388999],[-93863,-398088],[-95045,-400600],[-95834,-402677],[-97105,-406429],[-100436,-403969],[-95510,-402217],[-93972,-400129],[-99433,-439404],[-101161,-451270],[-100389,-462002],[-97221,-465905],[-94185,-482650],[-99489,-474401],[-90250,-483563],[-95644,-482342],[-94835,-480655],[-97417,-482309],[-96896,-483250],[-96508,-479541],[-95236,-478513],[-92807,-487101],[-93395,-517308],[-109582,-255769],[-106951,-255755],[-108235,-259686],[-107726,-258312],[-113010,-259002],[-110182,-258105],[-105129,-257650],[-108895,-257299],[-113790,-257890],[-114545,-259834],[-103517,-263574],[-108812,-267765],[-108829,-265720],[-103161,-280393],[-104322,-280459],[-108336,-283433],[-105794,-284076],[-105949,-281834],[-102561,-281542],[-109162,-292351],[-108837,-292986],[-110078,-293475],[-115197,-304988],[-104056,-302855],[-107765,-306033],[-107804,-302909],[-108277,-300570],[-114864,-300172],[-114905,-297886],[-106479,-312335],[-105092,-312975],[-115440,-312238],[-106439,-307785],[-106153,-308511],[-109796,-318407],[-111588,-318935],[-106650,-327049],[-105500,-325623],[-111568,-327721],[-111126,-324733],[-106646,-324887],[-103924,-326659],[-107973,-323696],[-105121,-323776],[-104193,-342367],[-110403,-342988],[-113993,-341105],[-107499,-339862],[-103586,-335385],[-114103,-342510],[-110427,-333691],[-103872,-339834],[-110711,-340453],[-112520,-344477],[-112491,-340512],[-109589,-343749],[-110309,-339779],[-108660,-339480],[-111114,-339077],[-112889,-339211],[-103197,-340676],[-106714,-344292],[-113405,-337758],[-113716,-334844],[-110410,-335117],[-109753,-335978],[-102549,-347076],[-109694,-350679],[-115015,-351994],[-105498,-354600],[-111868,-352694],[-108234,-356809],[-106799,-350443],[-104997,-352197],[-103911,-350692],[-103800,-350387],[-114763,-352010],[-108938,-356543],[-110720,-354073],[-107921,-356370],[-112685,-346213],[-113305,-353063],[-111320,-348384],[-102926,-348617],[-105594,-351239],[-104266,-350043],[-103315,-350019],[-110351,-364749],[-110277,-362874],[-112440,-368813],[-112329,-359597],[-113439,-358600],[-114745,-366016],[-115122,-360834],[-109894,-359475],[-111611,-365945],[-107580,-358323],[-112456,-368206],[-112792,-371257],[-113125,-372865],[-114402,-371596],[-114830,-373328],[-102875,-404524],[-114741,-415897],[-105712,-421116],[-106309,-419037],[-104531,-422010],[-102534,-419847],[-102833,-419496],[-103023,-418023],[-114964,-414171],[-108639,-433230],[-106243,-422279],[-114543,-443582],[-103604,-450462],[-103156,-450833],[-107269,-465912],[-112931,-468967],[-104651,-473961],[-107923,-474256],[-108688,-486580],[-104564,-494742],[-108271,-487426],[-105518,-491326],[-115169,-492541],[-114624,-492058],[-109553,-495583],[-108627,-496379],[-103235,-507460],[-108973,-502719],[271,-197912],[5850,-202361],[10237,-192034],[7671,-268383],[6895,-265176],[12776,-266232],[10314,-266669],[4741,-297342],[2540,-328879],[1362,-329649],[138,-329356],[7221,-327925],[1275,-333492],[932,-334014],[118,-335479],[4842,-337991],[4053,-344839],[642,-338610],[1311,-332832],[11698,-334645],[485,-338587],[1381,-336774],[809,-344973],[7228,-357857],[9768,-350456],[7272,-355244],[7856,-355398],[9718,-357451],[7623,-351109],[6933,-355209],[6629,-356116],[1719,-354355],[11765,-354136],[6575,-350061],[39,-349160],[6300,-366307],[2122,-359513],[5100,-359287],[6744,-369714],[1063,-366556],[2156,-367292],[1172,-375383],[5883,-371902],[4992,-372878],[12668,-379691],[822,-387497],[4198,-455695],[6284,-455419],[6878,-454546],[1374,-472000],[12482,-483459],[9240,-481565],[5282,-474547],[1824,-474869],[8078,-478786],[1510,-479366],[7297,-480820],[3305,-478989],[6622,-478763],[5634,-475539],[5269,-477882],[6476,-481783],[5376,-482078],[3581,-495156],[2310,-491014],[5252,-493332],[2899,-490957],[5088,-491828],[462,-492927],[2007,-491397],[128041,-178007],[130349,-178988],[132285,-187720],[134394,-189060],[135461,-188963],[132792,-187523],[131646,-187848],[130621,-186057],[136673,-189697],[130921,-182327],[138995,-214540],[139107,-212847],[139256,-208850],[133188,-223016],[132155,-219385],[128410,-238650],[130037,-242005],[138379,-236758],[130572,-241805],[140014,-236630],[128245,-241735],[134273,-234165],[130401,-238283],[136929,-250299],[139449,-247575],[136814,-263299],[138494,-261838],[137910,-261526],[131317,-261360],[131128,-264074],[131858,-262948],[129788,-262099],[130153,-262083],[138002,-271562],[133983,-272689],[136676,-292130],[140549,-286868],[138821,-286804],[135475,-292669],[128915,-289137],[128621,-284367],[131145,-285007],[135730,-297008],[133338,-296508],[129090,-299150],[128108,-315534],[128186,-344008],[136624,-356554],[129200,-356311],[140092,-361465],[135462,-368110],[129702,-363869],[140038,-378788],[136777,-394712],[139796,-393906],[132211,-397534],[138531,-401436],[150797,-177304],[148904,-187558],[149487,-188711],[149057,-187515],[143472,-202855],[144389,-202623],[148954,-200898],[145957,-211647],[148968,-211025],[148635,-210724],[149939,-207441],[146468,-229316],[146219,-224279],[144442,-221546],[147821,-231868],[151183,-230673],[142586,-235736],[145976,-241623],[142294,-242369],[142133,-240015],[150396,-254829],[152571,-255532],[142516,-252963],[147735,-250670],[145805,-251120],[146579,-250831],[152577,-247057],[149594,-256648],[148748,-267957],[142460,-257342],[151449,-259855],[151972,-258062],[152878,-258740],[153156,-269740],[142316,-279211],[145148,-274649],[151965,-278067],[151842,-277067],[144028,-283541],[145902,-282467],[146886,-282397],[143579,-281830],[150328,-285845],[151300,-283259],[150262,-282811],[145359,-289969],[142153,-297913],[141170,-297304],[141126,-298748],[152956,-356468],[151047,-374296],[140908,-400806],[142719,-400232],[165997,-172981],[158352,-172348],[154807,-178715],[157042,-173977],[161910,-178793],[159768,-181850],[163477,-189676],[166194,-186117],[158027,-187159],[162100,-197463],[162488,-199808],[163888,-197864],[162460,-204231],[162790,-203797],[155656,-203868],[155986,-203615],[155441,-205093],[154999,-232933],[161113,-237413],[158059,-252866],[158347,-252939],[165286,-253157],[165852,-254968],[158058,-265658],[159014,-263050],[154757,-259809],[157140,-258098],[157893,-261641],[159983,-263696],[159521,-264182],[159706,-265055],[157654,-257082],[158367,-257942],[158052,-257784],[162722,-268107],[162843,-263666],[166293,-261867],[158912,-267338],[159472,-266396],[154644,-277341],[155286,-278325],[163006,-274169],[156581,-275830],[163562,-276017],[161960,-271268],[164225,-268739],[165879,-268854],[162964,-292347],[158489,-383950],[169430,-172812],[170695,-176263],[172564,-175448],[171872,-174470],[173885,-179285],[175551,-180250],[175629,-180049],[179075,-184769],[178819,-184916],[168294,-185473],[174768,-186757],[174919,-187549],[177519,-189115],[177329,-189548],[168226,-199336],[167250,-198614],[171100,-198911],[173713,-204008],[176097,-203914],[176800,-202221],[176689,-203683],[167075,-205383],[168564,-207201],[179063,-208025],[178064,-208235],[175549,-212915],[176510,-211758],[169593,-206986],[170414,-208963],[174933,-212669],[171071,-212407],[173196,-212540],[176418,-214370],[174522,-212294],[166474,-216459],[176186,-215920],[171459,-219571],[170547,-223942],[172112,-218911],[176532,-218201],[172511,-220885],[171138,-223983],[176660,-222233],[176925,-224272],[178335,-224557],[177402,-228782],[176264,-229075],[172028,-224317],[174474,-224944],[170301,-224772],[173654,-227803],[173880,-228875],[172513,-229583],[176327,-229854],[168056,-218636],[178583,-221882],[177366,-217472],[178719,-228416],[169739,-228452],[169834,-227502],[173734,-230750],[169484,-241919],[172275,-233410],[177302,-235098],[176505,-234021],[178892,-251644],[170039,-266323],[166977,-261898],[168125,-265872],[171799,-267389],[170905,-266420],[169911,-266575],[167672,-272627],[171111,-275287],[174851,-273395],[173501,-269655],[172931,-268895],[168242,-269275],[166763,-268648],[173679,-290716],[171387,-283373],[177127,-282559],[175009,-288795],[169832,-298168],[173133,-294803],[178104,-304317],[179008,-305759],[180603,-210440],[179657,-225064],[186399,-227782],[185062,-228600],[186473,-227360],[188983,-227024],[180058,-232765],[190083,-231167],[184049,-232569],[180858,-232402],[180052,-230753],[182471,-236498],[188741,-239797],[188806,-239283],[179230,-234534],[185438,-241235],[187850,-243678],[186244,-244633],[189454,-245331],[186469,-246675],[182415,-255558],[187115,-248110],[182967,-247477],[183076,-249126],[182192,-247025],[180859,-251368],[186776,-250965],[187369,-247883],[187985,-251812],[189220,-255161],[189012,-253566],[189097,-257754],[182472,-257729],[189257,-257922],[180373,-278996],[183185,-293289],[182656,-290472],[181691,-298103],[179516,-309575],[194573,-232685],[193176,-232555],[193978,-232424],[193992,-252453],[202776,-297059],[20623,-188155],[23459,-370980],[19015,-370353],[23275,-367681],[20686,-367457],[18975,-379274],[20529,-375681],[19761,-382241],[23158,-383140],[21619,-371454],[20047,-375590],[23173,-387822],[24628,-446653],[15382,-471998],[20956,-477779],[21905,-476999],[27871,-191776],[32447,-273984],[35250,-269121],[35459,-272639],[36267,-359956],[31057,-361554],[30280,-362098],[29815,-361287],[30098,-358750],[37645,-370901],[34516,-360003],[29785,-366792],[28311,-368615],[36726,-373326],[32786,-375511],[33080,-378127],[32454,-373334],[35073,-380692],[34702,-379378],[29401,-375171],[30057,-374800],[28023,-379560],[27975,-382132],[35538,-393800],[26585,-471429],[41563,-184005],[42526,-187894],[45719,-214370],[44125,-223392],[48022,-228699],[49740,-228455],[50606,-228350],[49916,-229482],[45864,-234278],[49229,-230663],[46950,-231156],[39039,-268573],[40681,-263562],[41879,-265001],[52062,-273692],[49510,-277386],[50876,-275040],[48309,-276356],[49440,-278526],[40129,-367220],[40823,-361560],[51112,-393202],[55410,-227867],[52767,-248172],[53385,-255022],[54948,-254230],[57057,-271486],[56612,-269345],[55902,-269062],[60733,-278801],[59250,-277070],[52102,-280924],[51865,-275635],[54404,-282809],[52919,-284743],[53494,-282233],[53939,-284382],[55160,-284883],[60606,-317382],[57792,-338439],[62269,-343142],[60430,-342798],[60806,-340848],[55172,-348239],[57514,-349820],[57999,-351127],[61288,-365449],[63375,-368349],[63615,-368982],[63207,-364914],[61123,-366104],[60676,-365815],[60931,-366653],[56863,-393630],[69593,-198384],[67566,-202254],[72949,-237792],[67690,-290429],[70420,-300832],[71121,-302040],[67441,-294993],[67891,-295741],[68279,-296634],[72991,-343358],[71353,-344048],[74793,-342230],[73580,-345185],[75048,-342578],[75196,-342937],[69782,-344945],[69993,-344757],[67825,-342368],[66433,-341693],[64369,-341712],[65186,-341482],[64775,-341759],[76060,-354909],[67885,-352584],[73756,-355359],[72054,-353462],[69022,-352659],[71063,-351057],[72398,-353206],[72759,-352862],[70822,-350126],[70326,-350499],[69479,-351129],[76094,-348380],[71812,-346488],[67508,-352079],[71968,-345529],[70079,-355467],[73713,-355600],[76351,-368409],[76486,-368941],[75647,-359215],[75159,-360327],[75745,-358268],[76598,-362273],[76719,-363692],[68097,-392434],[72342,-391614],[73854,-391165],[74266,-388278],[67046,-390828],[66554,-385374],[89463,-249116],[88760,-247074],[89054,-252591],[77633,-263404],[78283,-265868],[77647,-264532],[87103,-309279],[85963,-307955],[85527,-338130],[81883,-341423],[84959,-342333],[80078,-344583],[82730,-340098],[84595,-344475],[84482,-347346],[80357,-355797],[83822,-347125],[80254,-348109],[78301,-357799],[83351,-354534],[80463,-355884],[78442,-355822],[78881,-356949],[78264,-352575],[77663,-356572],[83182,-346149],[77634,-351882],[85986,-359852],[87438,-366199],[88518,-365889],[86993,-365748],[83854,-363858],[85941,-367160],[86004,-368007],[84278,-363186],[82016,-368646],[84957,-360635],[80837,-368511],[78721,-366275],[85006,-360935],[83906,-362512],[85366,-360752],[77509,-366123],[81906,-365252],[88317,-361410],[86053,-363387],[86817,-363336],[84486,-360946],[81543,-366896],[81246,-366502],[86894,-369467],[80374,-358406],[80160,-358575],[80859,-361427],[80157,-358383],[77159,-360206],[79375,-360826],[81256,-382603],[78087,-386561],[89687,-197668],[99254,-248349],[92734,-244112],[96980,-255675],[99684,-253501],[100917,-252062],[99481,-258958],[97511,-257273],[99557,-257652],[101787,-295890],[98830,-295614],[90655,-340771],[89862,-342371],[93055,-366652],[115155,-170602],[114265,-168045],[110329,-168773],[112233,-220995],[106854,-221703],[107368,-222767],[105871,-249668],[112943,-294409],[113754,-297598],[106123,-305319],[111397,-296833],[109189,-299140],[111814,-296915],[110136,-295847],[107725,-294416],[102976,-297172],[102892,-299719],[103203,-300172],[103773,-303635],[105502,-305234],[108424,-300125],[106883,-301460],[112003,-299212],[113517,-304446],[111717,-307225],[114577,-321830],[107191,-347296],[114017,-355828],[114045,-356144],[111796,-351254],[124783,-178375],[122331,-171713],[119399,-170713],[126616,-182905],[123698,-240483],[123558,-238463],[124081,-239388],[116072,-235273],[117465,-238170],[121224,-237984],[127195,-238760],[118893,-253826],[118969,-252380],[126815,-264769],[125396,-264261],[126606,-262970],[117374,-292798],[127329,-286605],[124868,-293420],[122926,-287930],[124944,-290238],[125213,-300771],[125714,-299738],[126690,-298944],[121664,-296901],[121725,-294977],[117416,-295147],[115585,-295888],[126604,-307169],[126809,-354803],[121270,-368576],[122921,-378724],[126389,-393658],[-117343,-446793],[-10824,-295387],[-6003,-301430],[-22,-327767],[-26,-331009],[-378,-326699],[-5585,-336001],[-2522,-337611],[-1615,-338850],[-10166,-342741],[-7413,-346830],[-6504,-348598],[-252222,-479360],[-252263,-479257],[-24968,-249260],[-19864,-254792],[-23407,-254228],[-20033,-256524],[-20531,-257984],[-13194,-300897],[-17881,-302408],[-18247,-303386],[-21359,-332323],[-23183,-333629],[-15375,-359807],[-36547,-275266],[-33108,-281192],[-32253,-277588],[-33574,-276190],[-36779,-272822],[-33691,-278113],[-38308,-288049],[-31879,-282040],[-33984,-285210],[-29506,-341658],[-38355,-334872],[-32874,-338433],[-36441,-333146],[-33514,-336209],[-34274,-339454],[-34932,-350471],[-32587,-349652],[-45922,-285260],[-44300,-341617],[-39780,-337419],[-43415,-407961],[-42517,-405196],[-41144,-409701],[-69853,-395849],[-68547,-394955],[-70711,-395455],[-76494,-398092],[-78884,-400470],[-77265,-398104],[-78796,-416597],[11201,-280539],[8787,-277685],[12646,-290720],[12510,-323869],[12390,-324060],[4386,-337070],[5058,-337503],[6042,-339866],[1622,-338400],[1857,-460649],[149886,-370588],[148704,-370466],[147757,-370281],[148011,-370007],[147923,-369857],[148373,-370122],[148090,-370897],[150569,-372729],[150264,-371736],[148550,-372895],[148577,-373691],[148270,-374701],[149162,-375817],[147145,-374154],[147327,-372986],[148587,-373262],[148316,-373579],[148296,-373760],[147768,-373638],[25491,-314031],[23797,-319008],[21461,-315506],[20720,-332178],[20925,-331388],[17660,-340393],[13912,-344814],[20531,-334935],[20749,-335131],[20917,-334525],[19817,-333593],[20398,-334514],[20952,-332852],[27462,-267143],[28463,-263322],[31219,-265482],[27519,-266928],[37485,-302972],[36261,-304463],[32865,-304248],[32561,-307770],[29184,-314324],[36931,-317703],[49778,-232150],[48589,-251938],[44590,-318249],[41061,-315152],[38611,-363695],[56209,-241954],[59816,-248719],[55751,-255333],[55060,-305022],[53522,-315112],[52003,-308594],[53081,-308891],[52668,-320021],[70238,-255548],[71230,-259115],[66527,-331935],[71266,-332048],[74400,-331536],[75541,-331888],[74137,-335282],[73234,-333594],[87844,-253573],[77753,-260661],[78109,-257483],[76887,-331495],[77639,-330991],[77601,-332878],[76970,-335187],[77607,-335204],[91461,-256076],[90361,-258786],[99296,-365604],[98234,-367955],[94915,-370640],[92466,-370026],[93837,-370457],[95578,-368524],[102090,-363642],[98568,-366444],[99605,-366508],[114964,-301546],[111331,-315929],[112541,-315920],[107924,-315124],[113018,-316258],[109901,-314120],[114416,-315344],[111636,-318112],[108089,-357625],[109173,-358132],[113369,-357728],[112094,-357883],[102513,-363998],[103381,-362210],[103086,-358317],[103013,-359111],[103985,-359700],[104099,-359843],[107377,-358535],[113395,-358489],[120428,-319759],[-45954,-398154],[-43473,-405055],[-42104,-418685]] \ No newline at end of file diff --git a/src/gathering/a10202.json b/src/gathering/a10202.json new file mode 100644 index 0000000..5a53160 --- /dev/null +++ b/src/gathering/a10202.json @@ -0,0 +1 @@ +[[-157560,-509762],[-163036,-504345],[-163287,-504612],[-383978,-517986],[-381930,-517135],[-382044,-517228],[-378669,-533711],[-377287,-531826],[-377961,-530870],[-380876,-531872],[-380372,-530201],[-383502,-526531],[-376011,-529259],[-375312,-528817],[-376326,-528809],[-377808,-526771],[-378832,-525777],[-380716,-526077],[-383359,-526439],[-386858,-510553],[-386587,-510776],[-387061,-510673],[-386618,-510434],[-394837,-519669],[-394667,-516839],[-387967,-512830],[-387840,-512905],[-392165,-520221],[-384732,-526320],[-386566,-527034],[-387902,-525740],[-389073,-527057],[-388039,-526254],[-394558,-531738],[-393900,-525991],[-394869,-530100],[-395163,-529382],[-384173,-538389],[-384775,-539007],[-386704,-538054],[-386688,-539741],[-386127,-542433],[-388356,-543188],[-384480,-541687],[-390016,-542104],[-391189,-540950],[-392709,-539238],[-391989,-544513],[-393313,-545557],[-393319,-544442],[-386681,-537888],[-407391,-520518],[-406420,-521038],[-404268,-521526],[-404933,-520249],[-398721,-518394],[-405972,-515938],[-398416,-518508],[-403943,-514270],[-396873,-519467],[-399695,-519726],[-401439,-533833],[-401781,-537008],[-403234,-537174],[-401410,-534825],[-402660,-536738],[-402461,-545073],[-421356,-541691],[-421579,-541560],[-421232,-541434],[-422392,-539881],[-421845,-542026],[-426522,-536299],[-426292,-536590],[-426466,-536678],[-426911,-535458],[-426442,-535387],[-427142,-536077],[-427492,-535918],[-426293,-536281],[-426872,-535846],[-427160,-535567],[-428287,-535963],[-428489,-535946],[-425012,-536781],[-425384,-536860],[-426885,-536113],[-426618,-535435],[-427354,-535717],[-432065,-541100],[-426982,-543572],[-427516,-541175],[-427807,-541030],[-425854,-543253],[-424354,-542419],[-423934,-542588],[-422965,-540779],[-427056,-543714],[-426892,-543893],[-427655,-541016],[-427155,-543537],[-426835,-543709],[-425763,-543062],[-427303,-543660],[-425664,-543273],[-424276,-542646],[-426742,-543419],[-466866,-511659],[-466417,-511663],[-467230,-511528],[-467350,-510402],[-467822,-510292],[-467543,-510278],[-467103,-511078],[-467162,-511731],[-464053,-511663],[-464122,-511484],[-463903,-511526],[-464202,-511662],[-467395,-511638],[-464011,-511405],[-463512,-511632],[-463672,-511620],[-465742,-512682],[-465726,-512019],[-465782,-512461],[-466326,-511901],[-466717,-511827],[-466243,-513122],[-466159,-512959],[-465758,-512203],[-465849,-512921],[-465388,-512588],[-464900,-513419],[-464663,-513484],[-464949,-513723],[-464642,-513797],[-463506,-511812],[-467042,-511801],[-466247,-512969],[-465838,-512092],[-465958,-512906],[-465893,-512667],[-465870,-511872],[-495502,-464979],[-495609,-464851],[-495345,-464240],[-505922,-431323],[-506286,-431851],[-505323,-431222],[-506594,-432376],[-505984,-431466],[-505216,-433991],[-505322,-433711],[-505476,-433848],[-504973,-433947],[-505226,-433809],[-505076,-433694],[-506509,-432029],[-502925,-444725],[-503532,-447015],[-502778,-444679],[-502824,-444071],[-502393,-446641],[-502593,-446805],[-502332,-446849],[-506354,-453636],[-523531,-252717],[-524448,-252206],[-519288,-452128],[-516389,-452234],[-516911,-452887],[-557787,-209707],[-559609,-216916],[-562071,-212635],[-560835,-212641],[-557004,-267832],[-557809,-301555],[-562979,-361066],[-562578,-363055],[-562593,-362956],[-573715,-313253],[-570461,-340235],[-571540,-341062],[-575673,-339222],[-572338,-360868],[-565058,-473052],[-578692,-223219],[-588317,-306133],[-587513,-306816],[-587185,-306842],[-587482,-306401],[-586963,-306832],[-586992,-306572],[-584547,-298787],[-582432,-298538],[-578546,-298358],[-579131,-300433],[-583816,-299451],[-584824,-299354],[-587105,-306666],[-587535,-307317],[-579320,-322020],[-578901,-321507],[-578949,-321066],[-579515,-323075],[-579367,-323952],[-579805,-322824],[-579044,-321733],[-579716,-322707],[-579877,-324096],[-579229,-321599],[-576769,-340133],[-576061,-358212],[-595513,-318360],[-595611,-318738],[-600196,-319182]] \ No newline at end of file diff --git a/src/gathering/a10203.json b/src/gathering/a10203.json new file mode 100644 index 0000000..783883f --- /dev/null +++ b/src/gathering/a10203.json @@ -0,0 +1 @@ +[[-437824,-550500],[-471291,-256734],[-471007,-256560],[-468133,-257529],[-470033,-259434],[-468047,-259897],[-468696,-259370],[-468711,-259037],[-469426,-259363],[-471236,-256572],[-467991,-257545],[-470451,-258655],[-469914,-259549],[-468537,-259901],[-468408,-259964],[-468297,-259626],[-467800,-259613],[-467918,-260011],[-468617,-259244],[-467561,-259504],[-468044,-260140],[-468261,-259956],[-468015,-259671],[-471578,-260098],[-471394,-259920],[-471526,-259844],[-471277,-260030],[-471424,-259537],[-471734,-260261],[-471277,-260453],[-468421,-260131],[-469614,-259520],[-469577,-259569],[-470323,-261607],[-470925,-261902],[-470709,-261609],[-470042,-262078],[-470073,-261603],[-470322,-261813],[-470097,-261481],[-469824,-261420],[-469660,-261506],[-469842,-261141],[-469590,-261372],[-469627,-261230],[-471454,-260288],[-469554,-261093],[-470179,-258307],[-470512,-258393],[-470051,-258499],[-472842,-259278],[-472651,-259038],[-472554,-259290],[-472953,-259512],[-472477,-259994],[-472840,-260109],[-472402,-259827],[-470878,-259513],[-470652,-259676],[-470768,-259783],[-468665,-262082],[-468336,-261807],[-468651,-261701],[-468299,-261414],[-468048,-261699],[-468181,-261930],[-469091,-260496],[-468621,-260669],[-468346,-260517],[-468751,-260373],[-468489,-261443],[-468433,-262186],[-468268,-261521],[-468562,-260396],[-468557,-262056],[-468631,-261203],[-468581,-260703],[-468078,-261408],[-469090,-261482],[-472484,-261223],[-472226,-261434],[-472133,-261146],[-471943,-261298],[-472245,-261560],[-472563,-260939],[-471881,-261325],[-469110,-261365],[-469211,-258866],[-469226,-258623],[-469526,-258842],[-468949,-258906],[-469693,-261085],[-469843,-260868],[-472104,-260485],[-468302,-260834],[-536195,-230752],[-534881,-232020],[-535337,-232145],[-531496,-319910]] \ No newline at end of file diff --git a/src/gathering/a10204.json b/src/gathering/a10204.json new file mode 100644 index 0000000..9b9e855 --- /dev/null +++ b/src/gathering/a10204.json @@ -0,0 +1 @@ +[[-152955,-608477],[-151777,-608767],[-154721,-609799],[-217043,-588236],[-216754,-588167],[-216309,-588644],[-216533,-588608],[-216125,-588688],[-247874,-481772],[-251784,-494535],[-252196,-492154],[-252444,-491987],[-253861,-490918],[-254053,-490786],[-253275,-489635],[-253545,-489592],[-252987,-490736],[-252916,-490587],[-254334,-490967],[-253092,-493283],[-254639,-493896],[-253676,-494122],[-253566,-494051],[-254831,-494903],[-250893,-494643],[-248123,-494389],[-251362,-494692],[-251043,-494071],[-251195,-493841],[-251833,-492644],[-251743,-492362],[-251766,-495149],[-251560,-495249],[-252423,-494982],[-253151,-491828],[-253077,-491479],[-253235,-490244],[-253508,-490217],[-253564,-490530],[-252382,-489477],[-252512,-489781],[-252587,-489528],[-253929,-489052],[-254186,-489230],[-254363,-493871],[-254265,-494196],[-254617,-494296],[-253223,-493737],[-255192,-494606],[-255046,-494388],[-256565,-478270],[-256578,-477703],[-256774,-478404],[-300067,-453714],[-342626,-304335],[-342421,-304252],[-345491,-364188],[-344822,-364770],[-344782,-363419],[-344429,-363528],[-345047,-364030],[-345537,-364205],[-345510,-376330],[-345283,-376781],[-345555,-377309],[-345081,-377422],[-345413,-376686],[-345301,-376054],[-345303,-376287],[-345242,-491730],[-344327,-492314],[-344209,-492269],[-348079,-304724],[-347936,-304718],[-353142,-356282],[-352581,-357800],[-351896,-355752],[-351861,-355614],[-353581,-356783],[-353928,-356882],[-353291,-353167],[-353411,-357058],[-353289,-356331],[-352811,-355420],[-352748,-355429],[-353644,-358087],[-353948,-358071],[-354688,-352331],[-352940,-369136],[-353441,-369445],[-353050,-369731],[-352934,-369889],[-352531,-369579],[-353429,-370187],[-353719,-369891],[-354091,-370017],[-353518,-369869],[-354040,-369715],[-353722,-369080],[-353146,-369103],[-353313,-369826],[-353261,-370267],[-358262,-364315],[-357736,-363342],[-358194,-362997],[-357859,-363598],[-352776,-369616],[-353752,-370067],[-353780,-369093],[-352886,-369377],[-353097,-370048],[-353474,-370274],[-353435,-369892],[-353769,-370153],[-352939,-369214],[-357682,-363256],[-358388,-363242],[-345657,-364306],[-345685,-376614],[-345824,-376548],[-346257,-377310],[-346286,-376661],[-346286,-376662],[-345895,-376958],[-346204,-377097],[-346130,-375907],[-346242,-376163],[-346009,-376322],[-345973,-376476],[-346559,-376567],[-346659,-376566],[-346697,-376159],[-346239,-375529],[-346003,-375475],[-346827,-376274],[-345859,-377453],[-352176,-407362],[-351800,-407163],[-351676,-405945],[-351992,-406902],[-350158,-405496],[-349566,-401707],[-348893,-402398],[-349187,-402532],[-349041,-401137],[-350823,-406060],[-354253,-405658],[-354533,-406988],[-354040,-406212],[-354523,-406579],[-357873,-396751],[-357890,-397158],[-352481,-405124],[-352490,-405290],[-351055,-405819],[-352145,-406859],[-348233,-401308],[-349056,-400744],[-351979,-406611],[-349632,-406068],[-349608,-401825],[-350632,-405478],[-354498,-405870],[-354217,-407047],[-353224,-406929],[-353723,-406103],[-352533,-473018],[-353733,-471035],[-353706,-470766],[-352225,-471162],[-355134,-472145],[-352224,-473347],[-351950,-472914],[-354714,-473700],[-352250,-473951],[-353349,-474633],[-354777,-473925],[-355172,-474034],[-354923,-473466],[-345622,-492218],[-345900,-494368],[-364806,-355120],[-365556,-355818],[-365229,-355885],[-358540,-355286],[-358746,-353618],[-359685,-353143],[-360080,-353717],[-359984,-354243],[-358565,-354950],[-364989,-355496],[-366047,-355997],[-366568,-355863],[-359225,-354367],[-360220,-353423],[-360351,-353725],[-358560,-354942],[-358601,-354672],[-360559,-358454],[-359184,-363733],[-358544,-363433],[-358746,-363110],[-359061,-363131],[-360381,-358325],[-358901,-362922],[-358834,-363093],[-358838,-363510],[-358650,-363886],[-362104,-388485],[-361838,-388556],[-361436,-388561],[-358975,-395992],[-367414,-386122],[-366718,-385999],[-362323,-388663],[-361396,-389226],[-361840,-388702],[-358419,-396373],[-359210,-396335],[-366854,-385581],[-367378,-385668],[-367741,-386380],[-368145,-386922],[-367477,-386569],[-358488,-397330],[-362460,-397665],[-365006,-399090],[-363074,-398454],[-363235,-398100],[-362619,-397951],[-359158,-396711],[-358933,-396687],[-358570,-397311],[-367089,-399298],[-364724,-398302],[-366347,-398140],[-368674,-408948],[-368556,-407297],[-368504,-407686],[-367299,-397810],[-367650,-397885],[-367607,-397670],[-367387,-397871],[-367935,-397623],[-370097,-398749],[-370375,-398393],[-369620,-398569],[-362749,-398271],[-365626,-399001],[-365537,-398056],[-359088,-396828],[-364870,-397531],[-364904,-397518],[-367753,-408799],[-368269,-409124],[-368457,-407870],[-369487,-407938],[-367354,-397690],[-367656,-397848],[-367451,-397699],[-367452,-397941],[-368066,-397627],[-369963,-398726],[-370225,-398264],[-369714,-398506],[-368584,-409821],[-368694,-409826],[-367386,-409774],[-369853,-410109],[-369114,-410524],[-368791,-409949],[-369670,-410028],[-369786,-409522],[-369244,-430925],[-368725,-430958],[-368115,-431032],[-365455,-424985],[-370170,-429016],[-368573,-428630],[-368506,-429767],[-370209,-429765],[-370789,-429136],[-370437,-428280],[-371193,-429205],[-370703,-429112],[-370250,-429124],[-369946,-428785],[-370235,-429690],[-365901,-424792],[-363789,-426265],[-363639,-426100],[-363536,-424707],[-365262,-425636],[-363558,-424578],[-364455,-424699],[-365174,-424768],[-364961,-424844],[-365495,-423067],[-365167,-423621],[-369369,-429360],[-369246,-430892],[-369568,-430351],[-369913,-430407],[-369716,-430364],[-369957,-430479],[-366499,-425441],[-365053,-425356],[-368526,-431139],[-370601,-431099],[-368698,-429296],[-368149,-430728],[-368363,-430863],[-368961,-430935],[-365144,-423207],[-370207,-429944],[-369324,-429284],[-365916,-423579],[-369050,-429436],[-369481,-429950],[-371149,-430647],[-369514,-430672],[-370414,-429445],[-370316,-430678],[-369748,-430034],[-370650,-429870],[-370398,-429392],[-365230,-425070],[-364875,-423037],[-370115,-430870],[-364153,-424622],[-364345,-425050],[-365045,-425607],[-363640,-426547],[-363508,-424208],[-370100,-429153],[-369181,-430981],[-370568,-430815],[-364269,-485224],[-364457,-484584],[-370577,-491201],[-368539,-488739],[-371035,-491535],[-370786,-490966],[-370641,-491426],[-368997,-489073],[-368748,-488505],[-368603,-488964],[-375609,-357758],[-376003,-358133],[-375301,-357436],[-376086,-357700],[-376243,-357331],[-377112,-361638],[-378588,-361362],[-377301,-361517],[-377324,-360880],[-378388,-361252],[-378175,-360715],[-377614,-360034],[-378363,-360122],[-377512,-360475],[-378709,-360487],[-378544,-360798],[-377646,-360547],[-377537,-360127],[-377459,-360056],[-377299,-360585],[-377477,-360970],[-376800,-360953],[-377618,-360932],[-378611,-361400],[-378497,-361489],[-377282,-362160],[-378603,-360716],[-377941,-360387],[-377979,-360567],[-377468,-361295],[-374381,-394790],[-372595,-394043],[-374783,-395302],[-375283,-395215],[-372954,-393213],[-372953,-393558],[-372676,-393576],[-374919,-394305],[-377212,-392968],[-375995,-393616],[-376532,-394009],[-376035,-393219],[-375373,-393454],[-375047,-393433],[-377067,-393056],[-377077,-392822],[-377072,-391881],[-372505,-396600],[-374436,-394658],[-374410,-395593],[-375175,-395556],[-375327,-394975],[-374921,-395046],[-373370,-393293],[-372842,-394406],[-372368,-393824],[-374810,-394489],[-373203,-394014],[-371794,-394295],[-377017,-392699],[-375846,-393972],[-376153,-392729],[-376056,-393483],[-375279,-393250],[-375011,-393294],[-377347,-392891],[-377273,-392896],[-376824,-392151],[-372133,-396598],[-373600,-396564],[-373063,-403310],[-373049,-402692],[-375228,-403033],[-374545,-402115],[-372307,-396893],[-372145,-396951],[-373145,-397064],[-373717,-396769],[-373535,-396746],[-373290,-398168],[-373304,-403518],[-373297,-403645],[-375500,-402912],[-374544,-402745],[-372373,-396960],[-372299,-396878],[-373344,-397523],[-373545,-396921],[-373241,-398296],[-380982,-416913],[-373913,-421408],[-375036,-422189],[-375097,-419864],[-380080,-418955],[-372548,-422171],[-375166,-421415],[-373906,-421636],[-377035,-418130],[-373944,-420825],[-377561,-421852],[-374821,-420673],[-376203,-419806],[-374979,-419471],[-375787,-420935],[-374126,-420692],[-375515,-418971],[-374131,-420205],[-374819,-420088],[-374770,-419259],[-374833,-420599],[-373474,-420814],[-372066,-422195],[-373359,-419645],[-374918,-422163],[-376296,-421099],[-374840,-421792],[-372701,-419587],[-375815,-419424],[-373194,-419576],[-374743,-421700],[-376939,-417978],[-375476,-420626],[-375390,-419535],[-375673,-419919],[-373682,-420887],[-378269,-419204],[-374070,-421153],[-377891,-421647],[-373836,-420569],[-374277,-421075],[-374994,-420648],[-374756,-420412],[-375237,-419438],[-375078,-421559],[-374724,-421852],[-376206,-419700],[-375483,-420697],[-375767,-421029],[-380585,-416970],[-375669,-419928],[-374721,-421488],[-374919,-420880],[-374449,-420034],[-374644,-420088],[-374382,-420958],[-375661,-420780],[-374255,-421429],[-375322,-422034],[-375116,-421920],[-383261,-425357],[-383532,-425090],[-375429,-422328],[-372257,-422394],[-382603,-433770],[-382815,-433396],[-382607,-433995],[-371560,-430648],[-372085,-428242],[-371242,-429707],[-383492,-434239],[-377535,-434051],[-382966,-433850],[-372315,-422554],[-381590,-434994],[-381816,-434880],[-382512,-433768],[-371712,-427966],[-372076,-427977],[-383889,-433835],[-383324,-433831],[-382905,-434079],[-382794,-433929],[-382858,-434700],[-379747,-431894],[-379231,-431501],[-379362,-431370],[-375110,-428387],[-373031,-423622],[-377467,-433692],[-376962,-441346],[-376742,-440304],[-377619,-440991],[-383821,-445397],[-377012,-441760],[-379964,-447727],[-380132,-447535],[-380296,-447264],[-376486,-441685],[-377982,-441588],[-376441,-441031],[-376609,-440863],[-378750,-441169],[-377698,-442026],[-379555,-447716],[-380734,-435035],[-376235,-441960],[-378446,-441185],[-376727,-440009],[-377086,-440863],[-383538,-445033],[-383767,-445370],[-383984,-444076],[-383623,-444512],[-380567,-447634],[-377613,-441154],[-381604,-435221],[-376892,-437493],[-380665,-447346],[-378120,-441105],[-377766,-441728],[-377787,-441593],[-377716,-441906],[-380741,-449763],[-379721,-448502],[-374884,-452346],[-380889,-449269],[-375400,-452546],[-380211,-449042],[-376226,-452276],[-379462,-448208],[-381142,-448586],[-379941,-449549],[-379641,-449073],[-379075,-448977],[-383660,-452953],[-383989,-451861],[-383912,-452855],[-380417,-448963],[-380435,-447859],[-380139,-448265],[-380693,-449743],[-379629,-448481],[-379882,-449943],[-380339,-450057],[-381211,-449732],[-380585,-449890],[-379462,-449302],[-379711,-449606],[-379995,-449075],[-383992,-453344],[-382644,-452176],[-383945,-452719],[-375657,-452287],[-375345,-452919],[-375024,-452871],[-380952,-448080],[-380657,-448619],[-380414,-448965],[-380037,-448851],[-380882,-448227],[-380417,-448498],[-373566,-479464],[-373983,-479932],[-373968,-479568],[-373831,-478979],[-373390,-479078],[-373746,-479280],[-374073,-479277],[-373601,-479016],[-373714,-480788],[-373790,-480321],[-373574,-479919],[-373802,-479741],[-374222,-479988],[-374567,-480126],[-374838,-480369],[-374551,-480634],[-374343,-480273],[-374245,-480298],[-373895,-478676],[-374333,-479010],[-374522,-479345],[-374776,-479628],[-374983,-479320],[-374705,-479251],[-374530,-479605],[-374735,-479904],[-375022,-479687],[-374989,-480177],[-374276,-480751],[-374014,-480647],[-374041,-480502],[-374206,-479690],[-373445,-479304],[-373155,-478884],[-373838,-480111],[-373993,-480297],[-374750,-480205],[-375049,-479875],[-375191,-479570],[-374627,-479032],[-374339,-478785],[-374098,-478763],[-377181,-493581],[-377639,-493915],[-377390,-493346],[-377245,-493806],[-376831,-493933],[-378170,-493715],[-386532,-356354],[-386303,-356656],[-387254,-355530],[-386436,-355732],[-386777,-356526],[-386359,-356734],[-395854,-369380],[-396305,-368069],[-395948,-368563],[-384635,-395967],[-386511,-395627],[-384301,-394541],[-384480,-395670],[-392997,-385859],[-392036,-384757],[-386095,-395460],[-385942,-395265],[-385643,-394707],[-384439,-394462],[-385238,-394640],[-392785,-386530],[-392818,-384865],[-392100,-385657],[-385290,-397662],[-385836,-397040],[-388802,-397905],[-387571,-398232],[-395858,-398244],[-396235,-396976],[-385295,-397714],[-385287,-397853],[-387864,-397895],[-387882,-397858],[-396574,-397654],[-396017,-398162],[-396152,-418195],[-395496,-419815],[-395205,-419761],[-395225,-419918],[-387262,-420414],[-396799,-422176],[-387886,-419916],[-387582,-419527],[-396627,-420959],[-388030,-421066],[-387621,-419890],[-396021,-418885],[-396318,-418950],[-386490,-418588],[-395985,-418954],[-396657,-421187],[-396094,-418748],[-396401,-418432],[-395794,-418899],[-396366,-419035],[-384704,-418335],[-385318,-417902],[-386801,-420278],[-384919,-417166],[-385420,-417583],[-385909,-419151],[-385718,-418863],[-386026,-418882],[-385876,-418048],[-389070,-419069],[-386600,-421102],[-396345,-419392],[-396246,-419249],[-396773,-419751],[-387217,-421210],[-386814,-421007],[-388778,-420287],[-386522,-420153],[-388632,-421037],[-388448,-420102],[-386804,-419620],[-388506,-418760],[-388751,-419692],[-386344,-419761],[-386055,-419915],[-395525,-421081],[-395651,-420178],[-394793,-420388],[-388319,-419884],[-387081,-419995],[-395141,-418949],[-394784,-419108],[-394719,-419027],[-394755,-419499],[-393622,-421650],[-393892,-421606],[-394231,-421547],[-394502,-421467],[-394675,-421467],[-394892,-421305],[-394783,-420962],[-394848,-420889],[-393866,-421621],[-396312,-422074],[-396166,-422077],[-396508,-421809],[-390868,-422092],[-390668,-421888],[-390323,-421906],[-390065,-421958],[-389991,-421568],[-389782,-421503],[-389867,-421216],[-389880,-421087],[-390677,-421357],[-396697,-420906],[-396716,-421864],[-388158,-420944],[-396209,-420996],[-388190,-420396],[-395430,-419970],[-395708,-420915],[-389320,-419502],[-395723,-420963],[-395821,-419780],[-396536,-421275],[-395759,-419463],[-395795,-419469],[-395560,-418312],[-396038,-418781],[-395591,-418801],[-395694,-418281],[-396504,-418848],[-384546,-418281],[-384563,-419009],[-386158,-416857],[-385514,-417209],[-384660,-416918],[-385576,-417712],[-396446,-419904],[-385787,-417653],[-385897,-419195],[-384890,-417362],[-385615,-417429],[-386757,-418310],[-386626,-417997],[-386630,-419019],[-386818,-417826],[-384480,-418119],[-385867,-418525],[-384798,-419085],[-385858,-417802],[-384600,-419117],[-386735,-419460],[-396609,-419824],[-396577,-419061],[-396683,-419914],[-396616,-419592],[-386429,-421124],[-388311,-419148],[-386388,-418873],[-395095,-421099],[-385975,-419162],[-387758,-419044],[-386852,-420124],[-388855,-419483],[-395950,-420674],[-386211,-419405],[-395270,-420487],[-387870,-419606],[-388051,-419527],[-391440,-422063],[-388233,-420271],[-395423,-420899],[-387058,-420787],[-387332,-420055],[-391381,-431623],[-386899,-427387],[-388383,-427822],[-387410,-429291],[-388866,-429084],[-387528,-428234],[-387067,-427861],[-388392,-427500],[-388356,-427743],[-389526,-427245],[-387988,-426986],[-388528,-427134],[-396071,-426642],[-388370,-427971],[-389398,-428591],[-389576,-428481],[-388617,-428625],[-387693,-430337],[-395785,-427003],[-396584,-426310],[-395448,-425111],[-395577,-425398],[-395554,-426617],[-396581,-426180],[-387474,-427762],[-390443,-428562],[-389998,-427991],[-389553,-428869],[-387992,-427984],[-387814,-427360],[-389370,-427681],[-389279,-428632],[-388667,-427871],[-389198,-428562],[-389294,-427688],[-388380,-429108],[-390494,-425968],[-390353,-425457],[-396573,-422558],[-391800,-424648],[-396098,-427370],[-396407,-427173],[-396723,-426990],[-387814,-429263],[-388253,-429377],[-386892,-427202],[-386895,-429401],[-388705,-428932],[-387636,-427807],[-389339,-427515],[-388145,-427673],[-387662,-427156],[-387946,-427296],[-389929,-427940],[-387826,-428713],[-389104,-427519],[-388614,-427865],[-395236,-427552],[-388901,-428588],[-396653,-425286],[-395691,-426327],[-396678,-425753],[-395340,-426407],[-396195,-426070],[-395797,-425706],[-396075,-426494],[-388599,-427731],[-389346,-428260],[-389981,-429081],[-389625,-428826],[-388610,-428637],[-395687,-426599],[-395673,-427390],[-395508,-426567],[-396582,-426451],[-396583,-427448],[-396359,-426590],[-396516,-427102],[-395993,-422212],[-396121,-422540],[-396079,-422694],[-394655,-424100],[-394758,-423958],[-394335,-423901],[-394106,-423808],[-393954,-423944],[-393640,-424119],[-393285,-424122],[-393240,-424222],[-393959,-424060],[-394046,-424524],[-394097,-424667],[-394329,-424920],[-394412,-424886],[-394463,-424664],[-393617,-424673],[-393585,-424695],[-393790,-424371],[-390882,-426088],[-390644,-426089],[-390549,-426371],[-390927,-426272],[-391029,-426746],[-391008,-426953],[-388983,-427266],[-388722,-427108],[-389086,-426844],[-389224,-426837],[-389340,-426808],[-388196,-426798],[-388535,-426404],[-388620,-426030],[-388203,-425951],[-388385,-425785],[-388659,-425651],[-389683,-425914],[-389558,-425934],[-387432,-426740],[-387874,-426225],[-387848,-425912],[-387764,-425731],[-387781,-425612],[-388199,-424984],[-388122,-425132],[-388001,-425206],[-388629,-424581],[-388482,-424465],[-388148,-424386],[-388184,-424420],[-388367,-424878],[-388698,-425365],[-388344,-425465],[-388944,-426201],[-389035,-426255],[-391727,-422741],[-389423,-424406],[-389088,-424504],[-388957,-424330],[-388730,-423973],[-388546,-424044],[-388855,-423396],[-388580,-423302],[-388627,-423205],[-388703,-425846],[-388916,-425810],[-388608,-426145],[-388635,-426282],[-388600,-426639],[-388298,-426582],[-388264,-426298],[-388052,-426220],[-388153,-426103],[-388388,-425922],[-386979,-426133],[-386680,-425981],[-386345,-426036],[-386485,-426331],[-386553,-426395],[-387382,-430343],[-387266,-430428],[-387196,-430243],[-387338,-430012],[-387417,-429792],[-388429,-430002],[-388304,-429674],[-388439,-429553],[-388689,-429535],[-388772,-429515],[-389048,-429321],[-389388,-429206],[-389360,-429168],[-390466,-428994],[-390458,-428945],[-390081,-428692],[-389993,-428563],[-391137,-431475],[-390934,-431443],[-390773,-431663],[-391750,-431147],[-391140,-428753],[-391145,-428569],[-391701,-429105],[-391748,-429208],[-391975,-429134],[-391508,-429211],[-391416,-429350],[-391364,-428739],[-391998,-429430],[-392152,-428366],[-392315,-428186],[-392016,-428108],[-391890,-428045],[-392212,-427787],[-392084,-427420],[-391930,-427340],[-392705,-428004],[-392497,-427623],[-392315,-427552],[-392126,-427199],[-392028,-427118],[-391885,-427030],[-389121,-425256],[-389662,-425367],[-389900,-425486],[-390510,-426300],[-390624,-426360],[-387874,-426433],[-388136,-426646],[-394493,-434534],[-393413,-434723],[-393324,-434154],[-393839,-434377],[-394741,-434444],[-394244,-434325],[-391386,-432906],[-392111,-433054],[-393154,-432347],[-391951,-431504],[-391817,-433585],[-392268,-431425],[-392746,-433698],[-392044,-431610],[-392604,-432537],[-392859,-432622],[-392636,-432776],[-390263,-432955],[-390021,-433172],[-389589,-433544],[-389500,-433668],[-389655,-433243],[-389875,-433162],[-390449,-433180],[-390726,-433026],[-391882,-431308],[-391952,-431378],[-393843,-432397],[-394688,-432971],[-394577,-432219],[-393813,-432949],[-394681,-432725],[-392697,-434534],[-394364,-432765],[-393780,-433883],[-391287,-433011],[-393407,-431643],[-391713,-431781],[-393316,-432643],[-391758,-432913],[-392985,-432291],[-392727,-432635],[-392926,-432653],[-392201,-433684],[-392393,-432975],[-388252,-447612],[-390875,-447772],[-387870,-447103],[-387865,-442107],[-386786,-447459],[-386898,-446613],[-386213,-446472],[-387278,-446174],[-386373,-447416],[-388188,-446265],[-385269,-440543],[-396124,-436812],[-385381,-444462],[-385032,-444187],[-384996,-444439],[-385511,-443994],[-384875,-443855],[-387438,-442210],[-387931,-447335],[-384583,-436565],[-384153,-436670],[-396091,-436345],[-395910,-436811],[-387626,-447527],[-386177,-446640],[-386424,-446389],[-385844,-446607],[-387685,-446848],[-387622,-446065],[-387501,-446432],[-387563,-441493],[-388208,-447131],[-387158,-447249],[-384066,-445322],[-385506,-443203],[-384383,-443807],[-385057,-444724],[-385709,-443223],[-384561,-444133],[-385281,-444915],[-385655,-445070],[-384372,-445090],[-388504,-441667],[-387768,-447197],[-387506,-447658],[-393812,-435349],[-393652,-435247],[-393708,-435001],[-394032,-435680],[-394285,-435890],[-394346,-436239],[-394389,-436512],[-394588,-439709],[-394885,-439635],[-394932,-439910],[-394961,-440015],[-395103,-439618],[-395354,-439563],[-395774,-439399],[-396289,-439705],[-396338,-439487],[-396663,-439618],[-396452,-439888],[-396638,-439715],[-396511,-441237],[-396662,-440531],[-396547,-440242],[-396376,-440084],[-396054,-439999],[-396735,-441863],[-396464,-442024],[-396082,-441866],[-395741,-441792],[-395694,-441971],[-396068,-442166],[-396543,-442473],[-396626,-442489],[-396076,-441085],[-394935,-436727],[-394556,-436330],[-394635,-435689],[-394579,-436412],[-394507,-436726],[-393000,-435907],[-393264,-436234],[-393353,-436735],[-393469,-436918],[-393769,-437162],[-395826,-436859],[-396258,-437256],[-396624,-437213],[-390485,-449123],[-390869,-449637],[-389961,-448484],[-388355,-448064],[-388874,-452105],[-388812,-452413],[-389783,-449965],[-388703,-448012],[-391773,-448465],[-392823,-448772],[-390445,-449717],[-391250,-449518],[-387927,-449043],[-390805,-452095],[-391368,-450199],[-389229,-448767],[-387796,-449183],[-391303,-448923],[-388985,-449145],[-391717,-449156],[-391091,-449275],[-391544,-449241],[-389967,-448715],[-391428,-449050],[-391134,-448652],[-391765,-448785],[-390478,-450009],[-389773,-449895],[-390526,-449407],[-390142,-449018],[-390130,-448333],[-390185,-448671],[-391533,-448536],[-388635,-448376],[-388322,-451516],[-389019,-448090],[-390470,-449814],[-390390,-448702],[-390570,-448562],[-388577,-451746],[-390373,-448091],[-393012,-448323],[-388748,-452302],[-390541,-452305],[-391303,-449367],[-387169,-448054],[-390912,-449084],[-391413,-450170],[-391295,-450409],[-391115,-449364],[-391431,-449731],[-389960,-450738],[-391042,-450257],[-390298,-448017],[-387301,-447827],[-390333,-450120],[-389984,-450105],[-390751,-450144],[-390760,-449638],[-390456,-449449],[-386839,-448384],[-390190,-450085],[-389558,-449788],[-389937,-449671],[-397216,-369654],[-396846,-368944],[-397069,-368419],[-397003,-368128],[-397035,-368887],[-404044,-376974],[-401977,-377018],[-404010,-375138],[-401577,-376718],[-403068,-375830],[-403207,-375328],[-406738,-403996],[-407304,-403460],[-405436,-405555],[-405315,-405175],[-405528,-403957],[-406626,-403637],[-405122,-405185],[-405332,-405762],[-407300,-407182],[-406872,-406995],[-407455,-406292],[-407408,-406335],[-406658,-405423],[-405853,-405555],[-405939,-405620],[-406040,-405789],[-406123,-405103],[-406131,-405067],[-407080,-405034],[-408047,-406031],[-406111,-405215],[-406122,-406026],[-408240,-405992],[-405333,-406093],[-407104,-404589],[-408178,-404876],[-407231,-407371],[-407969,-405652],[-407481,-405465],[-407197,-405149],[-407428,-405374],[-405799,-404583],[-407536,-403649],[-405425,-405482],[-407570,-404027],[-406201,-403855],[-406690,-406589],[-408372,-406862],[-406010,-407025],[-406498,-404765],[-406421,-405219],[-407425,-406019],[-407846,-406542],[-406540,-404656],[-406384,-404358],[-406459,-405093],[-407292,-406042],[-407309,-404404],[-406427,-405453],[-406624,-404621],[-405918,-405571],[-407069,-405191],[-407367,-404813],[-408002,-405544],[-407075,-405671],[-407489,-405749],[-407572,-405584],[-401636,-421023],[-400510,-410921],[-398764,-421994],[-398607,-419645],[-400717,-420913],[-399724,-421939],[-399402,-421798],[-399406,-421847],[-401804,-422108],[-399098,-421332],[-398158,-420345],[-400096,-409628],[-401058,-421804],[-398892,-419324],[-402856,-421797],[-398818,-417630],[-398534,-419782],[-399674,-421181],[-409504,-419730],[-400767,-421211],[-402422,-409442],[-398608,-420472],[-401254,-419302],[-396825,-420594],[-399245,-417853],[-399985,-413174],[-398934,-416512],[-401302,-410384],[-397643,-421069],[-399955,-419062],[-401428,-409836],[-399912,-421621],[-400334,-422135],[-399144,-417820],[-398857,-421792],[-408807,-413205],[-401421,-410278],[-396807,-420950],[-400263,-409595],[-401782,-420866],[-399335,-415351],[-399357,-420181],[-400793,-420076],[-408320,-418332],[-400982,-421679],[-402443,-415696],[-398936,-419188],[-399253,-419174],[-401571,-421069],[-401499,-410805],[-398144,-419370],[-398624,-416313],[-407787,-420162],[-399245,-411110],[-399903,-421285],[-400891,-422092],[-400123,-421613],[-408650,-420292],[-400821,-411649],[-398607,-420756],[-399268,-415258],[-402510,-421556],[-401628,-411937],[-400608,-413204],[-402332,-415282],[-402135,-420812],[-402246,-420884],[-401850,-411934],[-399122,-415824],[-397136,-421159],[-403478,-419633],[-398822,-416663],[-399440,-415433],[-402610,-418924],[-402549,-420281],[-398914,-416265],[-402649,-419421],[-398615,-416532],[-403213,-419656],[-397227,-422063],[-400505,-412067],[-401684,-417706],[-400638,-418137],[-401138,-417745],[-397263,-421638],[-397128,-421564],[-400618,-418190],[-400726,-417834],[-400537,-418205],[-398331,-415356],[-399639,-418936],[-398966,-416042],[-399574,-418530],[-398646,-418311],[-399168,-418938],[-398992,-415929],[-398774,-417617],[-398848,-418573],[-399285,-418634],[-398135,-419411],[-396860,-420637],[-396970,-420028],[-397043,-419106],[-397383,-420146],[-396834,-419881],[-397061,-420438],[-396836,-419160],[-397605,-419569],[-407159,-419312],[-407058,-418468],[-407985,-420026],[-407766,-418079],[-400035,-409806],[-409588,-420439],[-408249,-419779],[-407609,-419756],[-408663,-419670],[-409581,-417736],[-408787,-419245],[-399183,-419627],[-400251,-420520],[-399497,-420543],[-399594,-420375],[-400575,-419406],[-400553,-419542],[-400252,-419519],[-401589,-419880],[-401845,-420036],[-401424,-420130],[-398564,-421546],[-400716,-412466],[-400414,-411360],[-400683,-411529],[-400705,-410763],[-400035,-410898],[-400665,-410019],[-400915,-410658],[-401753,-411185],[-401171,-410785],[-402532,-411349],[-398367,-416632],[-398031,-416908],[-398495,-417245],[-398746,-417327],[-399503,-417520],[-398537,-417932],[-398128,-417801],[-397953,-418007],[-397408,-418017],[-397270,-418074],[-397623,-418319],[-397902,-418176],[-397733,-418105],[-399312,-420956],[-399313,-421245],[-399713,-412795],[-401812,-420345],[-401073,-409607],[-398853,-416424],[-398494,-421057],[-398950,-421597],[-398580,-421238],[-397669,-420562],[-399179,-417028],[-399034,-421089],[-409206,-418561],[-402538,-411748],[-400770,-419052],[-408732,-413241],[-399930,-419148],[-400678,-420111],[-400651,-421371],[-400145,-420054],[-400863,-419216],[-399022,-417545],[-400959,-410912],[-401440,-410190],[-401275,-419204],[-398667,-420140],[-399272,-411663],[-402655,-419655],[-399475,-421387],[-399460,-419391],[-399477,-421148],[-401194,-410359],[-400630,-419049],[-401887,-412233],[-400586,-420292],[-402452,-410458],[-398381,-417658],[-400179,-419079],[-398696,-415759],[-399155,-419485],[-401262,-421176],[-400830,-421877],[-399572,-417964],[-401808,-420314],[-400680,-412624],[-401669,-420853],[-400096,-411287],[-401060,-420923],[-398795,-419882],[-398245,-420689],[-402102,-410217],[-398874,-420033],[-399038,-416191],[-402389,-416053],[-398474,-420516],[-402762,-420979],[-398982,-416895],[-398823,-417711],[-401503,-421825],[-398490,-417001],[-402252,-421621],[-402780,-421248],[-402406,-421148],[-401361,-421189],[-398722,-417666],[-402838,-419377],[-403082,-419416],[-403009,-419236],[-402977,-419220],[-399192,-417839],[-402688,-420019],[-400180,-412204],[-399401,-415458],[-403394,-420067],[-400997,-418500],[-401238,-417907],[-401524,-418630],[-400939,-418474],[-400839,-417834],[-401777,-418491],[-399107,-410345],[-401675,-418427],[-398904,-416214],[-401578,-417754],[-398627,-418326],[-399158,-415342],[-399025,-419017],[-399777,-415521],[-398763,-418345],[-399735,-418003],[-398555,-418960],[-398651,-418658],[-398937,-417911],[-399247,-418545],[-398429,-415344],[-401332,-419562],[-397543,-421089],[-397718,-419737],[-397423,-420475],[-398081,-420100],[-398436,-422066],[-400605,-413195],[-401050,-411880],[-398985,-417815],[-396802,-420894],[-397272,-422160],[-397153,-421340],[-396971,-421955],[-397633,-419907],[-397466,-419274],[-396827,-420349],[-397066,-420069],[-407590,-418743],[-407138,-419456],[-409049,-420568],[-408450,-418050],[-409519,-419057],[-407757,-419364],[-407902,-419600],[-409150,-419054],[-399523,-420269],[-399933,-420178],[-400303,-419242],[-400489,-420134],[-401754,-421116],[-401670,-419960],[-401180,-420242],[-400624,-412740],[-400729,-412122],[-399985,-410116],[-400724,-410100],[-400200,-410482],[-401148,-410608],[-400862,-410840],[-400926,-411275],[-401538,-418019],[-401627,-418834],[-401827,-419026],[-402018,-418913],[-401995,-418826],[-402320,-418668],[-402341,-418620],[-402430,-419003],[-402108,-419224],[-402208,-418972],[-402229,-418864],[-399674,-415947],[-399606,-416038],[-399894,-416121],[-400087,-416192],[-400277,-416287],[-400563,-416252],[-400795,-416282],[-400695,-416485],[-400262,-416649],[-397625,-417180],[-398061,-417222],[-398138,-417259],[-398170,-416990],[-398257,-416933],[-400435,-422462],[-400879,-422628],[-401257,-422225],[-399930,-422625],[-400969,-422376],[-398734,-422477],[-399753,-422616],[-399112,-423104],[-398278,-422537],[-398715,-422517],[-408901,-426358],[-409556,-426136],[-409419,-426126],[-398411,-422966],[-408698,-427983],[-396943,-422599],[-409096,-427437],[-409182,-426147],[-409297,-426986],[-406840,-425365],[-408235,-426744],[-406674,-424996],[-409196,-427303],[-409340,-426681],[-406392,-431205],[-407366,-426064],[-408028,-426031],[-407906,-425826],[-406829,-430660],[-406416,-430586],[-407067,-426255],[-407740,-425539],[-407350,-425554],[-408843,-427557],[-406907,-430710],[-409364,-425305],[-407918,-427046],[-408775,-424409],[-408585,-425180],[-396845,-425222],[-407753,-429423],[-406734,-430248],[-409093,-428337],[-406934,-431466],[-409425,-428478],[-409481,-428623],[-408065,-428220],[-401143,-433823],[-409569,-425912],[-409155,-426655],[-406614,-429484],[-408642,-424409],[-406921,-429024],[-406909,-430731],[-406607,-429429],[-406988,-430192],[-407623,-429012],[-407295,-429856],[-408256,-427463],[-397463,-425123],[-401723,-434732],[-400679,-432770],[-401327,-432734],[-400552,-432578],[-401064,-432489],[-400998,-433007],[-402311,-433929],[-401936,-434154],[-397457,-427882],[-397249,-427766],[-409008,-428606],[-396948,-425078],[-409091,-426951],[-407540,-430399],[-407733,-430362],[-407090,-429974],[-400824,-433357],[-401659,-432953],[-401760,-433891],[-401786,-428896],[-401452,-428610],[-401775,-429020],[-401280,-434225],[-397563,-426676],[-397162,-425261],[-407621,-426066],[-396947,-426453],[-397278,-426650],[-397024,-426718],[-401262,-422416],[-398225,-422454],[-398575,-422519],[-408314,-426269],[-398270,-422437],[-399094,-423141],[-396870,-425131],[-409481,-427286],[-397027,-427756],[-396809,-422393],[-408320,-427318],[-408361,-427620],[-406795,-430695],[-407434,-431050],[-407001,-425096],[-406920,-425513],[-407136,-425465],[-397619,-425434],[-407237,-431077],[-408102,-428401],[-406675,-425919],[-409078,-427352],[-407498,-425542],[-409173,-426496],[-409454,-426065],[-407750,-425320],[-407972,-426244],[-407077,-425741],[-407777,-425382],[-407229,-426385],[-409242,-423754],[-406234,-430735],[-400986,-432384],[-409192,-424952],[-408207,-427103],[-408633,-426377],[-408206,-424663],[-409392,-427328],[-409474,-426933],[-408367,-427473],[-406555,-431009],[-409333,-427802],[-409526,-428326],[-401191,-433632],[-408522,-426950],[-401098,-433645],[-409175,-428237],[-407240,-431101],[-407973,-429416],[-407842,-429488],[-408058,-424770],[-408522,-426842],[-407720,-429570],[-406545,-429950],[-406780,-429119],[-407650,-428997],[-407134,-429104],[-408324,-428377],[-408185,-426115],[-408146,-427190],[-409580,-426707],[-409471,-426927],[-401786,-434068],[-402000,-434261],[-407490,-430137],[-407877,-430400],[-407598,-429899],[-400830,-432950],[-401940,-429315],[-401693,-428624],[-401965,-428507],[-400943,-433020],[-400922,-433380],[-408113,-428299],[-397257,-426479],[-397029,-427219],[-397192,-426878],[-404134,-434613],[-404264,-434617],[-403971,-434902],[-403701,-434941],[-403851,-434760],[-403504,-434448],[-403358,-434210],[-403149,-434007],[-403051,-433803],[-402236,-434560],[-403532,-431167],[-403702,-431378],[-403948,-431421],[-404249,-431475],[-403910,-431751],[-403843,-431888],[-403431,-431714],[-404275,-432469],[-404477,-432350],[-404563,-432649],[-404816,-432664],[-401417,-430548],[-401407,-430538],[-401095,-430577],[-401006,-430408],[-400900,-430132],[-400792,-430022],[-400473,-429856],[-402531,-429851],[-402295,-429740],[-402217,-429773],[-402562,-428797],[-402610,-428558],[-402383,-428244],[-402588,-427939],[-402534,-427829],[-402271,-428219],[-402239,-428352],[-402426,-428837],[-404843,-428970],[-404593,-428959],[-404424,-428790],[-404484,-428468],[-404620,-428082],[-400565,-432962],[-400788,-434642],[-400141,-432977],[-400888,-434713],[-400360,-434184],[-399929,-433575],[-400389,-433726],[-400840,-434080],[-400805,-433556],[-400825,-433549],[-397834,-434617],[-398548,-434809],[-398847,-434907],[-398194,-433730],[-398433,-433446],[-398638,-433717],[-398874,-433891],[-399036,-433925],[-398942,-434294],[-398669,-434301],[-399335,-434205],[-399428,-434355],[-398264,-434023],[-397764,-434188],[-398659,-432923],[-398870,-432897],[-399112,-433105],[-399144,-432935],[-398750,-432639],[-398545,-432453],[-398299,-432428],[-399695,-433708],[-400472,-432610],[-399776,-434355],[-399741,-433420],[-400234,-434210],[-400802,-434037],[-400987,-434378],[-400713,-433691],[-404082,-446381],[-403909,-445982],[-403939,-446685],[-404102,-446886],[-403898,-446433],[-403854,-446306],[-408048,-441804],[-404359,-439953],[-406201,-442198],[-406573,-438929],[-405005,-438207],[-406122,-439188],[-401796,-442018],[-401848,-442308],[-401855,-442546],[-402027,-442819],[-403408,-442596],[-403529,-442745],[-403407,-442851],[-404804,-443828],[-404905,-443909],[-405127,-443823],[-405335,-444196],[-405362,-444485],[-408458,-441473],[-408281,-441387],[-408199,-441243],[-408200,-441093],[-407809,-441296],[-407674,-441388],[-408725,-441621],[-408936,-441969],[-409111,-441840],[-409227,-441646],[-409166,-442111],[-409044,-442319],[-409081,-442662],[-409244,-443095],[-409349,-443199],[-409544,-443171],[-409545,-441972],[-409262,-442239],[-409337,-442334],[-409382,-442744],[-409009,-441005],[-409247,-441147],[-409429,-440889],[-409386,-440642],[-409359,-440591],[-409200,-440932],[-409108,-442865],[-409170,-443249],[-409378,-443359],[-409457,-439265],[-408602,-440407],[-408373,-440312],[-407822,-439359],[-407678,-439203],[-407035,-439275],[-407073,-439409],[-407618,-439485],[-407161,-441003],[-407157,-441128],[-406387,-440911],[-406312,-441039],[-407058,-441378],[-403841,-435131],[-403604,-435097],[-403718,-435233],[-404009,-435230],[-403515,-435320],[-403290,-435411],[-403001,-435378],[-402901,-435251],[-402573,-435321],[-402425,-435339],[-402269,-435789],[-402056,-435751],[-401762,-435644],[-401679,-435622],[-401629,-435372],[-401634,-435331],[-408632,-440638],[-408538,-440666],[-408770,-440558],[-408598,-440404],[-408180,-439552],[-408143,-439368],[-408168,-439110],[-408106,-439065],[-409093,-439021],[-409242,-438864],[-404082,-446480],[-403931,-446272],[-403802,-445822],[-404255,-446926],[-404088,-447115],[-406117,-439200],[-406645,-439162],[-403623,-438550],[-406288,-439247],[-406668,-439196],[-406610,-438954],[-406722,-439017],[-405203,-438188],[-403638,-438461],[-401485,-446387],[-403326,-446674],[-400783,-445887],[-400649,-446660],[-401017,-446830],[-400606,-446147],[-401348,-447527],[-403387,-447186],[-402567,-447711],[-400590,-446108],[-400940,-447291],[-401821,-447270],[-402614,-447669],[-402770,-446742],[-400183,-447718],[-400377,-447663],[-401127,-447662],[-401568,-444221],[-401289,-444775],[-403092,-447400],[-401291,-445420],[-403150,-445856],[-401399,-447617],[-403983,-447505],[-401365,-444139],[-403692,-446799],[-401802,-445351],[-396809,-439748],[-401802,-446028],[-402009,-445835],[-402093,-445546],[-402341,-445581],[-401863,-443031],[-401590,-443174],[-401495,-443161],[-399080,-441579],[-399304,-441669],[-399575,-441579],[-399906,-441305],[-400019,-441295],[-400065,-441736],[-400367,-442006],[-399289,-442060],[-398733,-442381],[-398466,-442570],[-397734,-442237],[-398031,-442051],[-398263,-442055],[-397431,-441796],[-397207,-441534],[-397206,-441852],[-397143,-442081],[-396935,-440861],[-396903,-440618],[-396945,-439982],[-396847,-440196],[-396997,-437441],[-397240,-437595],[-398072,-438212],[-397979,-438069],[-397871,-437621],[-397716,-437585],[-397450,-437627],[-397784,-437814],[-397533,-436249],[-397736,-436034],[-397750,-435910],[-398233,-435006],[-399129,-435003],[-399444,-435515],[-398999,-435540],[-399240,-435482],[-399545,-435813],[-399788,-436257],[-399801,-436369],[-399561,-436619],[-399341,-436808],[-398355,-436607],[-398537,-436877],[-398130,-436500],[-397716,-436486],[-397703,-436461],[-401444,-446497],[-401553,-446753],[-401465,-446730],[-401413,-445982],[-402692,-446651],[-401475,-446702],[-403574,-446335],[-401156,-446739],[-403205,-446582],[-401087,-446788],[-402929,-447512],[-401056,-446977],[-403516,-446992],[-401222,-447733],[-400153,-447756],[-403691,-446303],[-400803,-447434],[-401536,-444592],[-402098,-444377],[-401936,-444300],[-403248,-446789],[-401425,-444777],[-401715,-445507],[-402923,-447546],[-401643,-447216],[-401045,-445432],[-401216,-444429],[-403675,-447207],[-401283,-447823],[-399591,-450042],[-401500,-448646],[-399329,-449703],[-402471,-449462],[-403011,-448841],[-402619,-448819],[-407287,-456261],[-401826,-449380],[-407884,-456147],[-400250,-449960],[-407203,-456214],[-399899,-449313],[-398833,-449393],[-398945,-450138],[-398900,-449766],[-398922,-449033],[-399973,-449518],[-409062,-454644],[-407429,-455602],[-407514,-452679],[-407367,-455476],[-401622,-449847],[-407029,-453410],[-402109,-448494],[-407694,-456428],[-402285,-448826],[-408939,-455694],[-407066,-453238],[-401653,-449447],[-406777,-452846],[-407002,-453788],[-407992,-454187],[-407551,-454614],[-408392,-455065],[-408487,-455278],[-407780,-455157],[-408494,-455253],[-408996,-455136],[-409540,-456109],[-408593,-455426],[-408719,-457055],[-409127,-456419],[-409250,-456320],[-408846,-456638],[-408845,-456159],[-406807,-456060],[-407297,-456027],[-405927,-456318],[-407153,-456089],[-406278,-456940],[-405811,-455871],[-400939,-449224],[-406357,-456415],[-402607,-448537],[-407444,-454215],[-406959,-453981],[-407951,-456368],[-408570,-455995],[-401076,-448720],[-400579,-448597],[-401449,-448036],[-403191,-448753],[-402970,-448497],[-399060,-449759],[-402973,-449790],[-399184,-449508],[-402264,-449358],[-403106,-449154],[-401757,-449174],[-402642,-448931],[-401422,-449237],[-399493,-449434],[-398769,-449851],[-402577,-448063],[-398788,-449986],[-402568,-448719],[-399187,-449984],[-400365,-449189],[-408968,-454305],[-407325,-456879],[-408037,-456412],[-408628,-457353],[-407577,-454512],[-407831,-455120],[-407578,-455655],[-407290,-453737],[-408313,-456187],[-407663,-453718],[-407772,-455561],[-407654,-453732],[-401923,-448450],[-406764,-454629],[-407315,-454872],[-408641,-454531],[-406851,-452892],[-406768,-454823],[-408648,-455398],[-408670,-456157],[-409432,-455835],[-408603,-455554],[-407747,-455545],[-407870,-455152],[-408864,-455133],[-408284,-455274],[-409253,-456131],[-409130,-456928],[-409296,-457322],[-409099,-456243],[-408818,-456552],[-409099,-455932],[-409150,-457464],[-408760,-455953],[-406016,-455948],[-407205,-457039],[-406406,-457078],[-406174,-455999],[-407323,-455695],[-406029,-456681],[-405837,-457006],[-406190,-456409],[-405796,-456952],[-406903,-457066],[-415043,-247120],[-415208,-246895],[-415073,-246745],[-414515,-246984],[-414312,-247225],[-414180,-247073],[-414363,-246747],[-414751,-246200],[-414773,-246048],[-414882,-245792],[-414741,-245397],[-414677,-245346],[-414557,-245768],[-414424,-245943],[-414417,-246167],[-414518,-246200],[-414952,-245369],[-414865,-244994],[-414922,-245151],[-414594,-245116],[-414495,-245109],[-413616,-246073],[-413986,-246230],[-414069,-246692],[-413821,-246912],[-413852,-247047],[-414487,-247213],[-414359,-247046],[-414245,-246844],[-414032,-247010],[-414008,-247043],[-414231,-246568],[-414385,-246463],[-414531,-246728],[-414725,-246860],[-414924,-247287],[-415408,-245041],[-415182,-244755],[-415208,-244425],[-415158,-244213],[-415431,-243962],[-415095,-243931],[-415321,-243292],[-416196,-244243],[-416178,-244637],[-415911,-244898],[-415590,-244665],[-415419,-244323],[-415456,-244164],[-415761,-243906],[-416017,-245388],[-415730,-245294],[-415678,-245422],[-415992,-244709],[-415821,-244632],[-415216,-245175],[-415282,-245823],[-415312,-245922],[-415458,-246005],[-415617,-245955],[-415308,-245584],[-415352,-245684],[-415556,-245705],[-415470,-245220],[-415619,-245162],[-415702,-245000],[-415553,-244803],[-415361,-244624],[-415103,-244825],[-414977,-244875],[-415701,-246490],[-415959,-246514],[-415952,-246626],[-415719,-246293],[-415636,-246095],[-420287,-408588],[-419716,-408605],[-418710,-407817],[-419491,-408770],[-419913,-408445],[-418764,-408715],[-418037,-408806],[-418985,-408548],[-418549,-408668],[-414061,-405588],[-416402,-405795],[-415310,-403879],[-415127,-404425],[-415234,-403827],[-415037,-405663],[-417547,-403621],[-413811,-405330],[-414816,-403610],[-416708,-403970],[-416278,-403158],[-418281,-403262],[-418494,-403307],[-415177,-403983],[-417985,-403832],[-418532,-404540],[-416177,-403570],[-416837,-404892],[-416959,-404838],[-416609,-405290],[-415749,-406287],[-414974,-403669],[-416775,-405157],[-417179,-403550],[-417201,-403373],[-417412,-404200],[-416966,-403390],[-417398,-404104],[-416406,-404641],[-416440,-403816],[-416758,-404073],[-415031,-405323],[-415341,-404642],[-415542,-404386],[-414058,-404942],[-414531,-404797],[-414962,-405690],[-412465,-406069],[-412982,-405721],[-412709,-406346],[-419467,-408027],[-420509,-407610],[-419368,-407629],[-418973,-407375],[-419227,-408016],[-419556,-408836],[-418116,-409132],[-414540,-404139],[-413674,-404923],[-415213,-403617],[-415223,-404435],[-415471,-404530],[-415715,-405089],[-414092,-403517],[-416969,-404319],[-416520,-403711],[-415470,-405291],[-418549,-404849],[-420231,-409063],[-417923,-403558],[-417863,-403969],[-417715,-403865],[-417048,-403118],[-418352,-405087],[-417289,-404907],[-416914,-406005],[-416166,-405733],[-416011,-406446],[-417112,-405146],[-416966,-406430],[-416749,-404949],[-418388,-409002],[-417248,-403340],[-417340,-404597],[-417389,-404333],[-417065,-404690],[-416933,-403916],[-415038,-404340],[-413989,-405608],[-414724,-405684],[-414520,-405525],[-414104,-404878],[-414475,-405466],[-412942,-406480],[-412811,-406355],[-412517,-406537],[-419398,-419762],[-421336,-421415],[-418428,-419287],[-418029,-419926],[-421743,-412964],[-420670,-413627],[-419462,-422164],[-418137,-421542],[-413044,-421773],[-419718,-418600],[-419940,-421763],[-421304,-412721],[-416863,-418324],[-419512,-421997],[-420922,-418625],[-420128,-420686],[-417798,-419221],[-420183,-419012],[-418058,-421096],[-417652,-420416],[-420056,-418942],[-417810,-419855],[-417565,-419188],[-417591,-419347],[-420826,-419385],[-418649,-421813],[-420728,-417411],[-418057,-421085],[-420021,-421375],[-419379,-420616],[-420533,-421011],[-416944,-418090],[-419429,-422100],[-419235,-421675],[-420866,-418935],[-419769,-418399],[-418563,-419751],[-419033,-421924],[-414137,-421750],[-420710,-419844],[-413910,-421020],[-419914,-418523],[-420915,-419022],[-420571,-413652],[-419733,-420165],[-421007,-420927],[-419101,-419768],[-420201,-420887],[-418676,-419544],[-419183,-419286],[-422130,-414612],[-420974,-412564],[-419399,-420325],[-413444,-420679],[-422099,-413537],[-421870,-414675],[-421847,-413581],[-418806,-419530],[-420055,-409371],[-419602,-420484],[-419561,-421095],[-420601,-419887],[-418213,-409823],[-413087,-422029],[-413112,-421501],[-420652,-413064],[-410140,-418323],[-412000,-421129],[-422330,-413804],[-418995,-420864],[-418472,-419728],[-419693,-409626],[-419280,-419692],[-418378,-422198],[-418349,-420496],[-418905,-421644],[-418795,-419956],[-418621,-419980],[-419190,-421470],[-415784,-421028],[-419160,-421525],[-418399,-420946],[-418221,-421959],[-421318,-420597],[-421220,-419987],[-420825,-420275],[-420766,-420369],[-421343,-420267],[-421141,-420023],[-420673,-420012],[-420710,-419874],[-420692,-420234],[-421355,-420275],[-415893,-421945],[-413994,-421588],[-415565,-422088],[-416078,-418209],[-416092,-418417],[-413156,-421218],[-416237,-421252],[-412699,-421970],[-418158,-420883],[-416719,-421821],[-421267,-418296],[-420835,-418294],[-422113,-415754],[-419819,-414623],[-421302,-415574],[-420624,-415938],[-412359,-422033],[-421236,-418029],[-420425,-415916],[-421519,-421144],[-421357,-421603],[-421188,-421862],[-421731,-421746],[-421200,-421744],[-421159,-421017],[-420613,-421834],[-421106,-421482],[-419180,-420704],[-419371,-419963],[-420342,-421460],[-420324,-421696],[-420934,-421206],[-420574,-422121],[-420838,-422122],[-420499,-422002],[-420486,-421908],[-409857,-418801],[-417752,-421251],[-413796,-420699],[-422123,-413556],[-419915,-421944],[-421105,-421295],[-418578,-419443],[-419667,-418334],[-419179,-418664],[-422293,-415659],[-417365,-420946],[-421235,-421309],[-417539,-420600],[-420890,-419341],[-417572,-420600],[-419598,-418344],[-418092,-420235],[-421190,-421976],[-418572,-421921],[-416748,-417261],[-418194,-419474],[-415858,-421003],[-420967,-412772],[-417449,-419709],[-417851,-421194],[-421349,-414850],[-418249,-419459],[-422050,-414515],[-418104,-421588],[-421075,-420984],[-420755,-421014],[-420223,-418678],[-418294,-420692],[-415263,-422198],[-419279,-421132],[-413082,-421646],[-418838,-419197],[-419469,-422186],[-419398,-422117],[-419802,-415668],[-418430,-419801],[-421977,-418290],[-420060,-418962],[-420756,-419065],[-420231,-419004],[-416885,-414805],[-413776,-419906],[-409762,-419504],[-410137,-410036],[-419533,-421736],[-415904,-422034],[-419739,-419276],[-419402,-419136],[-419742,-421039],[-418022,-422036],[-411900,-419998],[-420961,-415714],[-413758,-419891],[-421899,-413694],[-413556,-420006],[-420140,-419255],[-419589,-419562],[-420413,-419328],[-409916,-418423],[-421783,-418505],[-418615,-421772],[-409817,-420118],[-420858,-414862],[-418840,-419744],[-418545,-420789],[-418283,-409414],[-419101,-421670],[-419401,-421286],[-418717,-420647],[-419214,-421158],[-418232,-419876],[-419092,-421586],[-419100,-421549],[-419287,-421482],[-418504,-420014],[-421518,-420289],[-421444,-420102],[-420821,-420263],[-420698,-420229],[-421098,-420728],[-420812,-420053],[-421016,-420346],[-421132,-420149],[-420736,-420433],[-421545,-420380],[-416796,-421875],[-417545,-418141],[-416895,-415301],[-418398,-421523],[-416316,-418325],[-416177,-418133],[-417182,-418265],[-419076,-420856],[-415856,-413665],[-416721,-421558],[-420061,-415745],[-413629,-422186],[-419905,-414539],[-420902,-417956],[-413492,-421394],[-421072,-418132],[-413738,-421269],[-420629,-412027],[-413183,-419721],[-420636,-413386],[-420991,-420981],[-421706,-421070],[-421491,-421331],[-421635,-421648],[-421165,-420974],[-421600,-421099],[-420425,-422035],[-421111,-421697],[-413368,-420853],[-420172,-421428],[-420493,-421530],[-420949,-421326],[-420694,-421728],[-420488,-421920],[-420743,-422174],[-421332,-422076],[-409908,-419861],[-419814,-414571],[-409796,-420329],[-421954,-418846],[-422200,-412549],[-418752,-419746],[-419510,-420643],[-419093,-420520],[-419061,-419974],[-421302,-412472],[-420678,-419291],[-419437,-419911],[-419284,-420232],[-419500,-420225],[-421497,-412791],[-413933,-421901],[-417056,-415107],[-414798,-421139],[-409844,-427423],[-409647,-427916],[-410668,-426294],[-409982,-429451],[-411078,-430908],[-409662,-425932],[-409850,-426503],[-410237,-430846],[-409865,-430335],[-414380,-423897],[-419300,-422405],[-419196,-422385],[-420116,-422999],[-419235,-422296],[-419539,-422245],[-419470,-422576],[-420420,-423269],[-419377,-422614],[-420390,-422224],[-420468,-423308],[-420918,-422612],[-420645,-422544],[-420698,-422714],[-420626,-422816],[-421151,-422426],[-420415,-422789],[-421601,-429486],[-422013,-428727],[-422364,-430886],[-422363,-430969],[-417586,-426662],[-418916,-426175],[-417213,-426306],[-418499,-427949],[-416845,-426461],[-417980,-427981],[-416625,-425719],[-417450,-425814],[-417708,-426440],[-417520,-426780],[-414375,-431011],[-415362,-431305],[-416265,-430649],[-414738,-432686],[-414243,-431418],[-414374,-432245],[-414558,-432942],[-414642,-430987],[-416836,-432829],[-415920,-432708],[-416680,-432819],[-416654,-431638],[-416556,-431739],[-416369,-432387],[-416751,-432110],[-416146,-432803],[-415776,-433090],[-415368,-433377],[-414893,-433804],[-415275,-433446],[-415734,-433778],[-415681,-433938],[-415134,-433912],[-415491,-433350],[-415562,-433764],[-415574,-433573],[-415149,-433361],[-415609,-432685],[-415656,-432232],[-415043,-432460],[-415986,-432917],[-415160,-432494],[-415114,-432299],[-415098,-432710],[-415145,-432466],[-415454,-432081],[-415354,-432278],[-416229,-422308],[-415831,-422258],[-414256,-422482],[-416056,-422888],[-414807,-424326],[-415626,-424367],[-414186,-424731],[-415764,-425053],[-414822,-424719],[-418073,-422276],[-414040,-425377],[-414590,-423666],[-415876,-423149],[-414664,-423479],[-414714,-423201],[-410044,-426366],[-410467,-430541],[-410507,-430467],[-416303,-434862],[-416090,-434633],[-416267,-434559],[-416589,-434531],[-416674,-434576],[-409892,-428460],[-409868,-428468],[-409990,-427752],[-409697,-425987],[-411077,-425340],[-409951,-430239],[-411028,-426835],[-414684,-422635],[-414993,-424714],[-418745,-422260],[-418792,-422446],[-419201,-422423],[-419379,-422517],[-420172,-422783],[-420620,-423098],[-419666,-423079],[-420181,-423391],[-420488,-423185],[-419442,-422857],[-419473,-422795],[-421161,-422517],[-421265,-422207],[-421214,-422697],[-420428,-422260],[-420995,-422810],[-420702,-422368],[-422352,-430309],[-421579,-431040],[-422223,-431776],[-422339,-432184],[-416769,-427811],[-417502,-428264],[-417667,-427711],[-418435,-426205],[-418332,-426787],[-417104,-427138],[-417314,-426520],[-417859,-427765],[-417700,-428146],[-418914,-427078],[-418216,-427449],[-415749,-430692],[-415533,-433638],[-415000,-431133],[-414448,-431532],[-414678,-433013],[-414957,-431265],[-414823,-430942],[-416506,-432459],[-415169,-433826],[-416385,-431607],[-416521,-432591],[-416456,-432591],[-415999,-432607],[-415547,-433249],[-416254,-431745],[-415512,-431805],[-416646,-432436],[-415307,-433381],[-415046,-433870],[-415736,-433187],[-415408,-433389],[-415690,-433209],[-415545,-433232],[-415017,-433625],[-415440,-432354],[-415021,-432567],[-415691,-432279],[-415158,-432259],[-415380,-432211],[-415917,-432449],[-415918,-432308],[-415822,-432870],[-415717,-432245],[-415752,-432938],[-414553,-422239],[-414672,-422452],[-415789,-422328],[-415831,-425234],[-415938,-424219],[-414687,-423876],[-414693,-424057],[-418079,-422547],[-414014,-424722],[-414575,-422829],[-414330,-423206],[-414160,-424000],[-410419,-430173],[-410521,-430721],[-409923,-426270],[-410236,-426900],[-409982,-426639],[-410300,-430150],[-418109,-439161],[-414331,-439219],[-413556,-439057],[-412967,-438203],[-411760,-438093],[-418189,-438841],[-411716,-438502],[-414104,-437806],[-413896,-439513],[-412352,-439535],[-416432,-438541],[-416500,-438534],[-413132,-438800],[-412235,-438414],[-414798,-437749],[-414509,-438998],[-413369,-439360],[-413591,-439731],[-413317,-439279],[-409614,-442921],[-409622,-442493],[-409705,-442214],[-409664,-442020],[-409753,-440896],[-409982,-440885],[-410275,-439982],[-410590,-439921],[-410564,-439443],[-410159,-439726],[-409631,-439523],[-409740,-439578],[-409652,-439096],[-409820,-439357],[-409999,-438714],[-409799,-438838],[-410433,-438821],[-410526,-438805],[-410767,-438816],[-410950,-438965],[-410465,-439666],[-410267,-439360],[-410526,-438703],[-410554,-438467],[-410243,-438215],[-410726,-437118],[-410983,-437266],[-411121,-437293],[-410891,-437094],[-410856,-436880],[-411896,-437162],[-411910,-436907],[-412066,-436850],[-412104,-436611],[-412234,-437058],[-412437,-437211],[-412515,-437417],[-412419,-437699],[-412470,-437876],[-413246,-436566],[-413068,-436374],[-413459,-436581],[-413573,-436779],[-413289,-436921],[-413338,-437136],[-413435,-437376],[-413444,-437539],[-413156,-437320],[-413108,-437185],[-412942,-436915],[-412749,-436877],[-414593,-436882],[-414836,-436702],[-415011,-436302],[-414960,-435569],[-414921,-435467],[-414689,-435296],[-414858,-435116],[-414887,-435005],[-415933,-435913],[-415760,-435506],[-415743,-435197],[-415616,-435061],[-416045,-435051],[-417114,-435723],[-417627,-436003],[-417733,-436113],[-417972,-436119],[-417396,-437146],[-417525,-437122],[-417555,-437363],[-417107,-436991],[-416909,-437236],[-416718,-437283],[-416603,-437427],[-416469,-437672],[-416463,-437812],[-416534,-437878],[-416861,-437470],[-417155,-437420],[-417282,-437396],[-417392,-437528],[-418159,-438538],[-418249,-438345],[-418282,-438298],[-418527,-438277],[-418666,-438317],[-418262,-439444],[-418398,-439447],[-418571,-439304],[-418816,-439285],[-417005,-447160],[-416813,-447212],[-416559,-446802],[-416703,-446683],[-416929,-446511],[-417016,-446241],[-417069,-446230],[-417382,-446691],[-417539,-446668],[-417603,-446957],[-417565,-447119],[-417227,-446807],[-416993,-446849],[-416791,-446924],[-416566,-447149],[-416519,-447355],[-416751,-447386],[-417198,-447431],[-417358,-447456],[-417293,-447741],[-418473,-447498],[-418903,-447151],[-418808,-446817],[-418968,-446771],[-419083,-447158],[-419142,-447274],[-417918,-446416],[-417789,-446583],[-417622,-446434],[-417614,-445789],[-417534,-445671],[-417942,-446190],[-417791,-445140],[-417824,-445575],[-418047,-445559],[-417346,-444871],[-417111,-444617],[-416729,-445700],[-413535,-442453],[-413316,-442600],[-413221,-442631],[-413181,-442826],[-413144,-442966],[-412546,-443273],[-412973,-443511],[-414020,-443234],[-414171,-443203],[-414268,-442831],[-414421,-442738],[-415235,-441120],[-415321,-441063],[-414864,-440857],[-414787,-441269],[-414596,-441519],[-414280,-440901],[-414203,-440875],[-416241,-441772],[-416451,-441924],[-416562,-441568],[-416542,-441546],[-417006,-441797],[-417067,-441818],[-416637,-442368],[-416239,-442056],[-416023,-442179],[-416057,-441784],[-416346,-441400],[-416453,-441763],[-416783,-441930],[-417913,-440294],[-417992,-440234],[-417331,-440473],[-417278,-440293],[-420768,-447301],[-420981,-447264],[-420395,-447161],[-420206,-447102],[-420305,-446793],[-420227,-446543],[-413103,-439808],[-415529,-438113],[-413069,-438253],[-415572,-447717],[-412352,-438085],[-412643,-438824],[-413002,-438172],[-416635,-438364],[-416436,-438511],[-418175,-439075],[-414239,-438205],[-413999,-437867],[-413903,-437590],[-412631,-439116],[-412842,-439067],[-413005,-440000],[-411776,-439794],[-411579,-438465],[-413274,-439545],[-413489,-439859],[-413484,-439386],[-410750,-455033],[-409927,-454720],[-410911,-454579],[-416861,-448295],[-415502,-448898],[-416146,-448814],[-418430,-458015],[-418412,-458348],[-418031,-458732],[-422110,-452455],[-421277,-452850],[-422021,-452919],[-421742,-452749],[-418397,-457746],[-417840,-459035],[-421049,-453056],[-420984,-452858],[-410850,-454996],[-410566,-454429],[-411129,-454829],[-416788,-448054],[-416032,-448886],[-417459,-458708],[-418358,-458853],[-422371,-452382],[-418010,-447805],[-418045,-448021],[-418024,-448071],[-418291,-448169],[-422028,-449238],[-422041,-449370],[-421674,-460384],[-410966,-455612],[-410236,-456198],[-410211,-455190],[-410085,-456323],[-409770,-456059],[-409649,-457103],[-410305,-455643],[-421338,-460413],[-421597,-460300],[-411209,-455503],[-410301,-455038],[-410056,-457327],[-410453,-455273],[-411154,-455513],[-420887,-459062],[-419562,-459846],[-420820,-459203],[-421061,-463067],[-421079,-463084],[-421343,-462556],[-421361,-462770],[-421894,-462054],[-422268,-462020],[-421742,-461442],[-421901,-461378],[-421146,-460895],[-420858,-460761],[-421486,-460647],[-420068,-461435],[-419927,-461431],[-419906,-460891],[-419935,-461074],[-419740,-461924],[-419943,-461963],[-419353,-463272],[-419319,-463186],[-419418,-464280],[-419552,-464010],[-420262,-462684],[-420056,-462676],[-419678,-462796],[-418383,-463924],[-418317,-464231],[-420912,-462741],[-420822,-462685],[-421718,-462561],[-421719,-462773],[-422084,-461892],[-422030,-462092],[-421919,-461602],[-421666,-461438],[-419745,-461502],[-420216,-461485],[-419836,-461410],[-420299,-461082],[-420219,-461177],[-419544,-462052],[-419517,-462217],[-420096,-462808],[-420037,-463080],[-419377,-464091],[-419299,-464314],[-419712,-462666],[-420089,-462871],[-418215,-464446],[-418339,-464219],[-427781,-401701],[-426084,-403526],[-426254,-402868],[-430215,-406219],[-425644,-403782],[-425945,-402665],[-425605,-403710],[-425716,-403135],[-426500,-403565],[-425026,-403346],[-425712,-403782],[-425574,-403679],[-425580,-403173],[-426220,-403475],[-434333,-415860],[-433173,-414687],[-433454,-415700],[-428679,-419878],[-427520,-420817],[-434785,-417761],[-434788,-417979],[-435103,-417296],[-434695,-415268],[-428355,-419275],[-435046,-415848],[-434344,-416149],[-428781,-419253],[-434325,-416689],[-434340,-417673],[-427566,-420904],[-434323,-413780],[-435145,-417507],[-434085,-415317],[-429424,-419074],[-427122,-420425],[-434184,-413669],[-433921,-415646],[-434359,-414277],[-435112,-416512],[-434775,-416844],[-434848,-417015],[-430363,-419714],[-429691,-418954],[-429762,-418944],[-428359,-420734],[-429745,-420593],[-429998,-419692],[-422498,-415026],[-422606,-412479],[-422948,-414213],[-422884,-418468],[-423358,-419628],[-422485,-418778],[-423364,-417891],[-423862,-419362],[-422613,-419437],[-426996,-418761],[-425886,-419235],[-426618,-418812],[-426989,-418381],[-427636,-418460],[-426324,-419822],[-426026,-418005],[-428327,-419495],[-428259,-420140],[-428428,-419437],[-427036,-418962],[-428228,-419043],[-427469,-419503],[-427550,-419636],[-426315,-414465],[-426554,-414432],[-423528,-414339],[-423387,-414297],[-434634,-414564],[-427835,-420748],[-434204,-415918],[-434300,-414827],[-426647,-419055],[-426791,-418679],[-434562,-418264],[-434926,-415384],[-434893,-417574],[-434674,-416157],[-426881,-420682],[-434746,-417828],[-434141,-413748],[-434951,-416359],[-434748,-415431],[-434952,-416255],[-434872,-415827],[-429451,-420021],[-434623,-415306],[-434445,-414103],[-427133,-421004],[-434340,-415313],[-428714,-419672],[-433327,-415847],[-434209,-416449],[-434302,-415247],[-433458,-415665],[-434864,-415424],[-434744,-416294],[-434642,-415984],[-435107,-414406],[-434110,-414911],[-434452,-413639],[-434007,-416937],[-430201,-420563],[-423887,-419742],[-430311,-419525],[-426059,-418418],[-428403,-417753],[-423173,-413737],[-422738,-411997],[-422924,-412589],[-423280,-418620],[-426000,-419107],[-426584,-418652],[-428182,-418066],[-427135,-417509],[-428737,-419085],[-434601,-414428],[-427391,-419576],[-428107,-419336],[-427700,-419633],[-426056,-413948],[-422782,-413558],[-426190,-413842],[-423168,-414441],[-423532,-413575],[-422481,-414243],[-431565,-433674],[-431288,-433002],[-431524,-433120],[-432119,-433688],[-431946,-433515],[-431334,-432386],[-432292,-432262],[-432012,-433215],[-431767,-432546],[-432767,-434078],[-432753,-434354],[-432889,-433212],[-432799,-433473],[-434334,-429403],[-433788,-430210],[-434092,-430471],[-433632,-430625],[-433736,-430683],[-433372,-430953],[-434956,-426086],[-432955,-430289],[-433154,-429963],[-433215,-429281],[-434974,-427127],[-432879,-429541],[-424452,-432013],[-432555,-431196],[-425466,-429568],[-425120,-429415],[-423894,-428734],[-425083,-431241],[-423400,-431257],[-423124,-429027],[-423154,-432728],[-424014,-429132],[-424817,-430116],[-433972,-427522],[-423421,-431759],[-424437,-432856],[-424387,-431152],[-422429,-430871],[-424420,-430736],[-425142,-430577],[-422602,-430819],[-422567,-431323],[-424354,-430747],[-424144,-433347],[-424842,-430626],[-424182,-430394],[-424451,-430882],[-423310,-433290],[-422553,-431640],[-423718,-431254],[-424198,-430155],[-422825,-431269],[-422519,-430160],[-423594,-431184],[-423771,-432811],[-424172,-431549],[-422404,-429242],[-423827,-429433],[-423954,-429537],[-422882,-429540],[-422789,-429636],[-423240,-430945],[-423353,-430440],[-423347,-429443],[-423282,-430638],[-423276,-429433],[-424027,-430752],[-423822,-430381],[-424047,-430287],[-423378,-430135],[-423619,-429814],[-427020,-432432],[-425314,-433126],[-425974,-434216],[-423253,-432025],[-424495,-432481],[-425722,-433617],[-425624,-433178],[-434695,-425703],[-424594,-432195],[-434500,-426919],[-434545,-426312],[-431093,-432890],[-431587,-433599],[-431700,-433777],[-431898,-433251],[-431649,-432724],[-432242,-432304],[-432017,-433207],[-431996,-432411],[-432652,-433962],[-432880,-434540],[-432717,-433067],[-432705,-433291],[-434056,-429674],[-434197,-429841],[-434368,-430653],[-433685,-430463],[-433465,-430462],[-433120,-430885],[-435149,-427131],[-432967,-430403],[-432973,-429845],[-433155,-429707],[-432686,-429394],[-424420,-432497],[-433775,-427109],[-432775,-430851],[-423161,-431145],[-423724,-431336],[-422747,-431121],[-424487,-430334],[-422717,-429168],[-422637,-431715],[-422668,-429805],[-423498,-430955],[-423262,-432664],[-423298,-431257],[-434985,-427039],[-422527,-430903],[-423131,-431896],[-423626,-432890],[-424932,-431380],[-424034,-431810],[-422776,-430768],[-425306,-430662],[-423068,-432631],[-422835,-429359],[-423280,-433199],[-424209,-430561],[-424110,-430598],[-422950,-431269],[-422466,-430616],[-423114,-431673],[-422563,-429800],[-424146,-429566],[-424260,-429341],[-424207,-429974],[-422865,-429382],[-424070,-429103],[-424270,-429867],[-424149,-430463],[-423182,-429721],[-422731,-429760],[-422896,-430146],[-422997,-430274],[-424069,-430669],[-423946,-430651],[-423798,-429890],[-423858,-429657],[-423815,-430482],[-423790,-429685],[-424686,-432289],[-425631,-433962],[-426867,-432437],[-427020,-432558],[-425510,-432860],[-427098,-433804],[-423854,-432335],[-425684,-433813],[-425647,-433237],[-425853,-433212],[-426097,-433026],[-426234,-434702],[-425739,-433134],[-424488,-432807],[-424102,-432452],[-432492,-442943],[-427210,-442842],[-432145,-442945],[-431230,-444194],[-432166,-443972],[-432785,-442783],[-432889,-442453],[-432627,-442588],[-431986,-442350],[-431512,-442631],[-431485,-442541],[-430393,-442304],[-430800,-441811],[-430739,-441620],[-430584,-441446],[-430317,-441303],[-429472,-442907],[-429271,-443153],[-429048,-443102],[-428975,-443312],[-429149,-443538],[-428843,-443821],[-429051,-444052],[-429301,-444015],[-429557,-444234],[-435032,-438253],[-434945,-438245],[-435026,-438797],[-434762,-439431],[-434589,-439452],[-434596,-439665],[-428940,-447725],[-428488,-447738],[-428333,-447634],[-428183,-447717],[-431422,-436493],[-427374,-442590],[-431848,-443750],[-431830,-443786],[-427442,-442923],[-430565,-444198],[-431679,-446145],[-430985,-444119],[-430895,-445956],[-432033,-443201],[-435089,-459920],[-425539,-452787],[-426264,-452419],[-425468,-452802],[-427324,-453865],[-427135,-453622],[-426264,-452553],[-426952,-453493],[-426849,-453044],[-424304,-450243],[-427563,-453125],[-423279,-450346],[-422526,-448913],[-424695,-449488],[-424130,-448724],[-422893,-448542],[-422661,-452583],[-423210,-449897],[-423124,-450371],[-423792,-450065],[-423958,-449958],[-427286,-453155],[-426779,-453102],[-426852,-452677],[-424796,-448896],[-424981,-448813],[-425143,-448817],[-425228,-449201],[-425014,-449398],[-425103,-449103],[-423698,-448856],[-423786,-448734],[-423854,-448612],[-423986,-448563],[-423141,-449143],[-422633,-449148],[-422617,-449471],[-423013,-449334],[-423965,-448976],[-424246,-449052],[-424223,-449582],[-424478,-449719],[-423295,-449383],[-422755,-449484],[-425043,-450202],[-425337,-450291],[-425088,-449917],[-427088,-451426],[-427195,-450548],[-427536,-450605],[-427779,-450741],[-427859,-449786],[-428030,-449405],[-428180,-449407],[-428381,-449772],[-428489,-450085],[-428592,-450260],[-428676,-450178],[-428677,-449975],[-428714,-449918],[-428123,-449584],[-427991,-449695],[-427528,-449776],[-427485,-450131],[-427341,-449692],[-426909,-449467],[-426846,-449348],[-426909,-449108],[-426941,-449016],[-427878,-448907],[-427937,-448549],[-427988,-448530],[-428422,-448655],[-428649,-448718],[-428888,-448872],[-428371,-448644],[-427985,-448783],[-427786,-449136],[-428028,-449373],[-428017,-449851],[-428197,-450059],[-428824,-450536],[-428571,-450904],[-428606,-451342],[-428509,-451578],[-427749,-451187],[-427995,-451259],[-428363,-450787],[-428596,-450355],[-429313,-449044],[-429477,-448468],[-429331,-448315],[-429145,-448131],[-428941,-447876],[-427993,-448022],[-427759,-448013],[-427964,-448204],[-428042,-448441],[-428108,-448659],[-428235,-448518],[-435125,-460066],[-427373,-453464],[-427449,-453772],[-426987,-452115],[-426826,-453188],[-427266,-452593],[-427463,-452261],[-424918,-448639],[-427519,-452002],[-426210,-453777],[-426941,-454049],[-424696,-448619],[-422821,-448881],[-424593,-450617],[-424865,-449188],[-424095,-450852],[-424256,-450683],[-422781,-450437],[-425017,-450606],[-423016,-449993],[-424882,-449958],[-424433,-450224],[-423398,-449425],[-423744,-449004],[-423831,-449797],[-423431,-450068],[-424073,-449475],[-424941,-448971],[-426742,-453421],[-426319,-452908],[-427261,-453167],[-423593,-461231],[-423804,-460624],[-423650,-460960],[-434907,-464580],[-434903,-460967],[-424055,-460866],[-423869,-460803],[-435044,-464439],[-435151,-461371],[-423589,-461576],[-423422,-461605],[-423506,-461635],[-423617,-461793],[-423076,-461611],[-423267,-461589],[-423498,-461752],[-435158,-538043],[-433705,-543090],[-433370,-543678],[-433438,-543175],[-433561,-543977],[-433912,-543724],[-434768,-542026],[-432065,-540564],[-431927,-540439],[-431598,-541075],[-431655,-541535],[-434229,-542478],[-432731,-540670],[-432146,-540757],[-431706,-541666],[-445803,-366618],[-446272,-366947],[-445582,-367556],[-445823,-367424],[-446476,-368261],[-445819,-367774],[-446833,-366318],[-446907,-366757],[-447121,-366434],[-444408,-364992],[-444421,-365862],[-443378,-365654],[-443711,-364861],[-445894,-366548],[-445100,-366762],[-445988,-366895],[-445820,-366945],[-446463,-368212],[-445921,-367405],[-447092,-366679],[-446795,-366376],[-447523,-366573],[-444018,-365316],[-444057,-365388],[-443516,-365717],[-444272,-365575],[-436882,-409221],[-437758,-409368],[-436929,-407615],[-437818,-408880],[-436917,-407692],[-437043,-407670],[-437035,-408327],[-437133,-409011],[-436857,-407848],[-437032,-408899],[-435970,-414917],[-435599,-414317],[-436311,-417054],[-436199,-417626],[-442171,-421141],[-437384,-417156],[-435799,-415677],[-435436,-414242],[-435443,-417393],[-435786,-416179],[-436202,-415608],[-436489,-416521],[-437325,-415393],[-436333,-415596],[-436165,-415672],[-436148,-415303],[-435646,-415584],[-437053,-415135],[-436660,-416627],[-435900,-415044],[-436845,-413891],[-436567,-413426],[-436434,-418204],[-436681,-416373],[-442056,-421033],[-435906,-416482],[-436520,-416508],[-441606,-420250],[-435658,-417813],[-442358,-420509],[-435518,-417871],[-436947,-417355],[-436174,-417333],[-441563,-421315],[-442132,-421543],[-441434,-421090],[-441758,-418878],[-445524,-420662],[-441791,-420263],[-443500,-420344],[-445525,-421237],[-441911,-419571],[-440670,-420271],[-443159,-419563],[-446175,-420529],[-444800,-421022],[-443506,-419576],[-444540,-420559],[-435235,-415775],[-435362,-415534],[-435258,-415029],[-435410,-414545],[-435201,-414963],[-437226,-411987],[-437638,-411830],[-437850,-411872],[-437768,-411827],[-437366,-413469],[-437126,-411597],[-436667,-411296],[-437278,-409440],[-437985,-409518],[-436830,-409897],[-437421,-409848],[-437281,-410024],[-437583,-417004],[-436092,-417135],[-436118,-417940],[-437298,-417334],[-435297,-414253],[-437159,-410681],[-441673,-421040],[-441628,-420301],[-437265,-414604],[-442119,-420221],[-441596,-421205],[-441817,-421089],[-436284,-415824],[-437173,-414945],[-436710,-415981],[-442255,-420561],[-436280,-415286],[-436412,-416795],[-435442,-415895],[-436084,-414988],[-436943,-414723],[-436051,-416872],[-435217,-416991],[-435623,-414752],[-436181,-417726],[-436931,-417226],[-436492,-417106],[-436019,-416903],[-435714,-415282],[-435558,-417842],[-436211,-418275],[-435727,-418106],[-436193,-414241],[-436865,-416128],[-436019,-414551],[-444835,-420411],[-440513,-420361],[-441784,-420205],[-441138,-420055],[-442689,-420775],[-442564,-421647],[-441099,-419836],[-442331,-420105],[-441023,-421180],[-442666,-419659],[-441507,-421251],[-443501,-420128],[-443042,-420198],[-443315,-420184],[-441712,-420268],[-442652,-420244],[-435391,-415027],[-435868,-414764],[-437046,-411589],[-437849,-411736],[-437448,-412929],[-437132,-409494],[-437979,-411850],[-436824,-410986],[-437248,-410774],[-437248,-411121],[-437536,-409465],[-437197,-410173],[-436744,-410156],[-447972,-433915],[-437527,-433617],[-437224,-432811],[-436494,-432385],[-437730,-433753],[-436585,-431753],[-436846,-431548],[-436661,-432130],[-445420,-434079],[-436236,-433334],[-440235,-432423],[-439440,-431075],[-440634,-431176],[-440422,-434242],[-440102,-433869],[-437536,-432284],[-440947,-433928],[-438373,-432426],[-440876,-431764],[-438499,-433855],[-440555,-433498],[-438129,-433724],[-438321,-433492],[-439164,-432508],[-439037,-431253],[-438612,-432194],[-439351,-431954],[-437675,-433098],[-438797,-432883],[-437345,-433472],[-438248,-432462],[-439974,-431457],[-438587,-431905],[-438631,-431009],[-438309,-431005],[-438923,-431291],[-447248,-428829],[-447838,-428065],[-435578,-425536],[-435239,-425387],[-436365,-431584],[-437151,-432871],[-440178,-433592],[-435952,-432629],[-437009,-433531],[-436296,-432246],[-436261,-431312],[-436529,-431603],[-438244,-433504],[-436799,-432084],[-439689,-431144],[-440166,-434114],[-441097,-433496],[-439484,-431022],[-438876,-433924],[-440243,-434027],[-441157,-432105],[-440466,-431873],[-440792,-432723],[-438882,-434027],[-440773,-433566],[-438439,-433681],[-440270,-431761],[-440225,-431366],[-440524,-433452],[-438370,-433696],[-440449,-431847],[-440215,-431417],[-437956,-433349],[-440320,-432308],[-437378,-433246],[-439937,-431984],[-439763,-432987],[-439756,-431348],[-440256,-432342],[-440256,-432493],[-439233,-433072],[-439451,-431456],[-438267,-432783],[-437455,-431548],[-437618,-431871],[-438057,-432795],[-445619,-434104],[-445491,-434234],[-438454,-431731],[-445412,-433802],[-438387,-431433],[-447028,-427511],[-447672,-428790],[-436934,-439768],[-438301,-440173],[-436633,-437651],[-435406,-437629],[-438408,-440874],[-446450,-438607],[-446450,-438309],[-436476,-438573],[-437663,-438084],[-437385,-437554],[-447829,-435722],[-447747,-436824],[-436781,-440133],[-437844,-438330],[-437619,-439483],[-438014,-439807],[-437821,-440132],[-439001,-441615],[-438765,-441129],[-437791,-438652],[-438653,-440078],[-439593,-440173],[-444299,-436982],[-444235,-436773],[-446390,-438251],[-437372,-438405],[-446245,-438995],[-446010,-437635],[-446944,-438147],[-446588,-438214],[-446939,-437326],[-438042,-439308],[-437051,-439127],[-438602,-439696],[-445625,-437408],[-439358,-439992],[-437434,-435865],[-437084,-436049],[-437394,-436326],[-437566,-436374],[-437915,-436408],[-437131,-436794],[-437364,-437102],[-437206,-437349],[-437106,-437515],[-436922,-437579],[-435251,-438362],[-435465,-438839],[-435416,-438996],[-435254,-439212],[-435225,-438935],[-435546,-439598],[-436554,-440409],[-436580,-440279],[-436971,-440821],[-437115,-441001],[-435766,-441168],[-436027,-441222],[-436308,-440699],[-436411,-440525],[-436326,-440206],[-436116,-440089],[-435910,-439930],[-436679,-439552],[-436697,-439447],[-436046,-439364],[-435912,-439312],[-436295,-439383],[-436645,-439264],[-436962,-439404],[-438714,-438315],[-438863,-438216],[-439149,-438112],[-439167,-437710],[-437938,-436988],[-438007,-437248],[-438223,-437442],[-438033,-436787],[-437843,-436657],[-438311,-436687],[-438626,-436554],[-438791,-436709],[-439401,-435994],[-439755,-436106],[-439686,-436302],[-439562,-436424],[-438801,-436441],[-438844,-436097],[-438723,-435820],[-438602,-439914],[-436103,-438061],[-435489,-437157],[-435320,-436869],[-435798,-438734],[-437995,-438970],[-437175,-439617],[-436132,-437797],[-437483,-439859],[-435658,-437712],[-447944,-436898],[-437712,-440043],[-438848,-440132],[-439733,-441500],[-439545,-441456],[-438816,-441217],[-437691,-439920],[-437796,-440334],[-436861,-439223],[-438231,-440112],[-438921,-439865],[-444155,-436849],[-437887,-439280],[-446337,-439115],[-437274,-438851],[-437890,-438269],[-445450,-437363],[-446306,-436623],[-446910,-438327],[-446935,-438597],[-446146,-437763],[-437306,-439790],[-438210,-439588],[-435268,-459695],[-436464,-457994],[-436541,-458479],[-435356,-459835],[-435932,-458317],[-436395,-458805],[-435671,-464739],[-436032,-463485],[-436400,-464287],[-436257,-464822],[-435683,-463799],[-436700,-464626],[-437060,-464042],[-437505,-464193],[-436008,-462738],[-435259,-461830],[-435663,-464501],[-436190,-464819],[-436915,-463866],[-436088,-463807],[-436617,-464637],[-436929,-464405],[-437447,-463941],[-436247,-462363],[-435416,-461296],[-439694,-535099],[-439394,-534739],[-438502,-535314],[-439232,-535469],[-438493,-536095],[-438831,-536088],[-436334,-535468],[-436993,-535135],[-436928,-534885],[-437209,-535056],[-437535,-534878],[-436796,-534389],[-436414,-534312],[-436639,-534499],[-435947,-534587],[-440083,-535098],[-440062,-534743],[-439861,-534620],[-440292,-534535],[-440041,-534551],[-440422,-534234],[-440357,-534712],[-436056,-536875],[-436513,-536900],[-439011,-536264],[-439015,-535977],[-440725,-537354],[-437502,-537326],[-436975,-537019],[-436590,-535937],[-435927,-536161],[-435401,-536089],[-439461,-535049],[-439306,-535307],[-437011,-537303],[-436831,-537150],[-436913,-538228],[-436765,-537908],[-436560,-537905],[-436961,-537506],[-437138,-537714],[-435613,-538296],[-435344,-538513],[-435484,-537969],[-435814,-537814],[-436025,-537917],[-436068,-538101],[-436645,-538371],[-439899,-537632],[-438721,-537494],[-440687,-537643],[-440012,-539225],[-437080,-537903],[-438547,-538006],[-439316,-537709],[-439596,-537511],[-439793,-537441],[-439717,-537736],[-440060,-538960],[-439570,-538952],[-440551,-538498],[-440404,-539035],[-437913,-540725],[-438175,-540570],[-438013,-540568],[-444107,4751],[-443853,4624],[-442917,5691],[-441523,5654],[-440837,4028],[-450057,-433077],[-448051,-434647],[-448319,-432697],[-448293,-434430],[-450545,-432615],[-448122,-434598],[-449118,-433062],[-449453,-432746],[-450185,-434200],[-449797,-434845],[-450079,-434277],[-449946,-434011],[-448765,-433817],[-449697,-434371],[-449713,-434892],[-448588,-427891],[-450296,-432502],[-450422,-434821],[-450103,-433250],[-449135,-432600],[-448267,-433466],[-450415,-434356],[-448962,-433767],[-448456,-433449],[-448090,-434504],[-448695,-434486],[-450063,-434609],[-448775,-434972],[-449530,-434263],[-449475,-434621],[-449427,-433993],[-449595,-434796],[-449860,-432909],[-448135,-427719],[-449390,-436603],[-449320,-435445],[-449383,-435532],[-449782,-436142],[-449484,-435010],[-449625,-435402],[-449622,-435165],[-450071,-435601],[-448425,-435876],[-448433,-436447],[-448177,-436291],[-449311,-436612],[-449188,-435261],[-449660,-435237],[-449236,-435173],[-457270,6597],[-454950,6219],[-456792,3234],[-455673,5308],[-454873,5473],[-454990,6698],[-462246,-352039],[-462142,-351906],[-462728,-352039],[-462510,-352239],[-462915,-353163],[-462950,-353170],[-463816,-351633],[-463906,-351517],[-462410,-351864],[-462134,-352128],[-462917,-352625],[-462567,-352239],[-462927,-352930],[-462879,-352967],[-463571,-351335],[-463833,-351614],[-471951,-421772],[-471964,-422126],[-471744,-422162],[-471659,-421863],[-472833,-422099],[-472675,-421829],[-465136,-427534],[-465264,-427791],[-465547,-427881],[-465794,-427837],[-466046,-428035],[-466064,-428291],[-465776,-428072],[-466344,-428321],[-466315,-428579],[-466432,-428488],[-466533,-428823],[-466451,-428985],[-466343,-428796],[-466606,-428599],[-466737,-428821],[-465960,-427896],[-465515,-427598],[-465302,-427296],[-465000,-427230],[-465011,-426908],[-471950,-422460],[-471767,-422650],[-471546,-422634],[-471659,-422851],[-471985,-422722],[-472596,-422378],[-472663,-422590],[-472885,-422357],[-472888,-422665],[-472687,-422815],[-472660,-423137],[-472915,-422932],[-473150,-423152],[-473030,-423462],[-472809,-423456],[-473304,-423531],[-472819,-423199],[-466204,-422955],[-466407,-423171],[-466381,-422684],[-466291,-422545],[-466427,-422843],[-466622,-423080],[-466623,-423371],[-466901,-423188],[-466743,-422863],[-466673,-422573],[-466848,-422685],[-466986,-422970],[-470250,-431955],[-470028,-431456],[-469988,-431686],[-470455,-431736],[-470319,-431420],[-470208,-431179],[-470223,-431560],[-469764,-431389],[-469908,-431882],[-470319,-431079],[-470586,-431469],[-470638,-431131],[-470620,-430966],[-470668,-431597],[-470793,-430984],[-470568,-431275],[-477224,-389431],[-477031,-389664],[-477320,-389781],[-477510,-389955],[-477719,-389750],[-478092,-389754],[-478244,-390263],[-478521,-390390],[-478635,-390701],[-478364,-391008],[-478219,-391327],[-477907,-391286],[-478002,-390938],[-478304,-390614],[-478506,-389964],[-478260,-389901],[-477905,-390163],[-477863,-389520],[-478095,-389996],[-478018,-390424],[-476729,-389729],[-476459,-390087],[-476305,-390333],[-476244,-390565],[-476340,-390888],[-476751,-390917],[-476672,-390669],[-476790,-390315],[-476794,-390092],[-477332,-390244],[-477589,-390422],[-477594,-390763],[-477853,-390687],[-477620,-391204],[-477997,-391508],[-477575,-391795],[-477397,-392053],[-477160,-391951],[-477668,-391512],[-477314,-391697],[-477299,-391357],[-477090,-391259],[-476396,-391106],[-476167,-391036],[-476350,-391463],[-476570,-391637],[-476917,-391726],[-477217,-391510],[-476723,-391484],[-476618,-391265],[-477131,-390893],[-477255,-390558],[-477086,-390423],[-476950,-390617],[-477391,-390888],[-476852,-391124],[-477082,-390069],[-476555,-390389],[-476954,-389847],[-477675,-392102],[-477912,-391990],[-478159,-391731],[-478171,-391603],[-477870,-391669],[-491779,-422066],[-492004,-422159],[-491809,-421896],[-492007,-421733],[-491975,-421935],[-492411,-422057],[-492255,-421926],[-492858,-422191],[-493009,-421988],[-492668,-421907],[-492381,-421728],[-492298,-421561],[-494233,-421528],[-491548,-423611],[-491406,-423856],[-491191,-423684],[-491176,-423339],[-491337,-423465],[-491369,-423098],[-491719,-423415],[-492017,-423050],[-491712,-423070],[-491076,-422939],[-491266,-422884],[-491081,-423132],[-490846,-422644],[-491111,-422648],[-491276,-422426],[-491112,-422216],[-490963,-422380],[-491343,-422614],[-491603,-422871],[-491566,-422587],[-491474,-422279],[-491798,-422233],[-491875,-422812],[-491823,-422616],[-491864,-422420],[-492111,-422711],[-491874,-423331],[-492205,-423246],[-492261,-423029],[-492019,-422518],[-492348,-422450],[-492306,-422234],[-492553,-422283],[-492332,-422689],[-492450,-422893],[-492628,-423024],[-492638,-422706],[-492666,-422444],[-492831,-422406],[-492772,-422571],[-492647,-422209],[-487482,-447739],[-493499,-459217],[-486779,-448515],[-503395,-409795],[-503443,-410076],[-503660,-410398],[-503127,-409775],[-502913,-409840],[-502730,-410201],[-503108,-410089],[-503283,-410212],[-503408,-410459],[-502950,-410286],[-502928,-410100],[-503179,-409940],[-502849,-431517],[-502824,-431407],[-505307,-457697],[-504408,-455429],[-504232,-455596],[-506739,-457621],[-506997,-457787],[-505126,-459509],[-505351,-457533],[-507449,-458003],[-503999,-456215],[-505693,-457412],[-502505,-460549],[-506394,-460016],[-510456,-450167],[-505974,-460012],[-506282,-460021],[-502266,-460311],[-502481,-460433],[-504334,-455573],[-506037,-460331],[-510446,-450392],[-505684,-459790],[-505063,-458973],[-505038,-459187],[-504966,-459102],[-505240,-459700],[-505170,-459712],[-505634,-459832],[-508445,-460118],[-508407,-460216],[-508371,-460363],[-510492,-450348],[-503213,-456623],[-506226,-460425],[-507542,-458558],[-507496,-458808],[-503962,-459947],[-507173,-458065],[-505669,-460400],[-505637,-459665],[-505949,-460378],[-507705,-458940],[-504846,-454865],[-503308,-456546],[-507031,-457926],[-507355,-457914],[-506631,-451939],[-506479,-451948],[-506770,-451936],[-507231,-459019],[-507041,-458482],[-507117,-458382],[-507577,-458884],[-507606,-458715],[-508035,-460865],[-507635,-461254],[-502501,-460649],[-503693,-467907],[-503555,-468272],[-504864,-468101],[-504418,-460857],[-501915,-474470],[-501818,-474529],[-523242,-253480],[-523286,-253236],[-523357,-253146],[-524567,-253815],[-524439,-253674],[-522768,-253108],[-523084,-252892],[-522978,-252336],[-524546,-252807],[-524560,-251990],[-524357,-253230],[-523954,-252616],[-522860,-252862],[-523563,-252764],[-524598,-253494],[-517044,-337615],[-516571,-337407],[-515883,-337606],[-515581,-338372],[-517156,-337912],[-516816,-336425],[-516762,-335640],[-516428,-336375],[-516646,-336087],[-515462,-337781],[-515630,-337802],[-515554,-337483],[-515250,-338436],[-516971,-336707],[-517586,-337387],[-517357,-337848],[-516315,-336726],[-515574,-336768],[-515712,-336861],[-515536,-338550],[-515412,-337382],[-515688,-336622],[-516182,-336327],[-516069,-336544],[-516310,-335884],[-516701,-335819],[-516888,-335962],[-516531,-336716],[-517088,-337447],[-516628,-337608],[-516447,-337561],[-517438,-337240],[-517341,-336577],[-516346,-337339],[-517164,-336500],[-516570,-336468],[-516717,-336249],[-516444,-335891],[-516364,-335719],[-521489,-446625],[-516360,-446359],[-516391,-446110],[-521702,-446753],[-512900,-456434],[-512770,-456582],[-512836,-456714],[-520643,-446615],[-514257,-477282],[-514740,-477364],[-514922,-477316],[-513943,-477082],[-515050,-477002],[-514576,-476757],[-514973,-476862],[-512845,-476638],[-514448,-477120],[-514164,-476873],[-512960,-476282],[-512675,-476495],[-525220,-252281],[-525157,-252520],[-525463,-252168],[-525004,-254224],[-524925,-254644],[-525450,-254480],[-524875,-251997],[-525210,-252087],[-525858,-254458],[-524941,-252338],[-525182,-254718],[-526282,-254107],[-525640,-254616],[-524879,-252812],[-525708,-253819],[-526147,-253830],[-524955,-253936],[-524837,-253495],[-525496,-254257],[-525900,-253798],[-524953,-254493],[-525660,-254177],[-525686,-254323],[-525127,-253795],[-525447,-253903],[-525194,-254524],[-525202,-253669],[-524803,-254195],[-550013,-328044],[-549525,-327064],[-549916,-327414],[-550092,-327346],[-550206,-326435],[-550326,-327349],[-548396,-327014],[-548643,-326722],[-550293,-327909],[-549296,-326780],[-549646,-328099],[-548729,-326703],[-549117,-326811],[-543360,-482727],[-543971,-483461],[-544065,-482813],[-543254,-482579],[-543062,-482471],[-543327,-482996],[-543706,-478838],[-543406,-478408],[-543885,-482100],[-551210,-325925],[-551560,-327375],[-551847,-326672],[-551444,-326397],[-551048,-328712],[-550963,-327224],[-551384,-327241],[-550411,-326007],[-550529,-328096],[-550523,-326435],[-550901,-326022],[-551195,-327466],[-551527,-326693],[-551994,-327097],[-558144,-467930],[-559124,-472329],[-558483,-483233],[-558668,-483296],[-558553,-483426],[-559311,-483860],[-559226,-483879],[-559118,-483871],[-559028,-483869],[-560938,-483579],[-561067,-483818],[-561184,-483948],[-555001,-476216],[-560459,-484585],[-558320,-484152],[-556436,-486169],[-561613,-475885],[-562534,-476759],[-561582,-479444],[-562333,-479532],[-561506,-478441],[-562282,-478063],[-563140,-478370],[-553671,-478484],[-560133,-483949],[-560622,-484608],[-561269,-478365],[-563167,-478213],[-561767,-475889],[-562574,-476500],[-562654,-475657],[-550403,-475283],[-554308,-475184],[-560322,-484532],[-562839,-477146],[-562047,-476403],[-561912,-476331],[-562485,-475579],[-563180,-475050],[-562395,-475096],[-562271,-474919],[-562754,-479138],[-562681,-479471],[-561505,-479325],[-561618,-479232],[-562438,-479350],[-561474,-478246],[-562440,-478032],[-553551,-479398],[-551986,-481018],[-554001,-478735],[-553763,-478301],[-553500,-477907],[-562315,-479822],[-560045,-483823],[-560264,-484142],[-560524,-484186],[-560639,-484817],[-562526,-479957],[-562406,-479966],[-561047,-478291],[-562587,-476616],[-550412,-475638],[-552146,-477647],[-552477,-477853],[-558756,-488794],[-558920,-488661],[-558993,-488513],[-562341,-489076],[-558158,-486981],[-558277,-487110],[-561670,-488693],[-562228,-489001],[-558934,-488648],[-558314,-487037],[-575335,-438072],[-574485,-435179],[-574280,-435088],[-575196,-438389],[-575267,-438520],[-575315,-438528],[-574677,-438608],[-573665,-439290],[-575691,-436221],[-574471,-435971],[-573916,-436337],[-575394,-438767],[-564571,-473264],[-563673,-473083],[-564597,-477226],[-565222,-482794],[-565291,-482551],[-565613,-482996],[-565611,-483187],[-565498,-482726],[-567095,-483332],[-565744,-476637],[-563422,-478608],[-563399,-476278],[-563456,-476034],[-563211,-476278],[-566294,-475127],[-566217,-476636],[-566904,-475051],[-567261,-483243],[-568634,-483046],[-568133,-481958],[-569395,-481860],[-568298,-482039],[-565711,-476859],[-564041,-476917],[-564419,-477352],[-564669,-475389],[-563465,-476520],[-563225,-478550],[-568265,-481912],[-569907,-482761],[-568635,-484121],[-568702,-484061],[-582812,-226141],[-579478,-306361],[-582387,-301198],[-582636,-301311],[-579517,-301285],[-580511,-307766],[-579550,-400355],[-580336,-398347],[-581880,-401357],[-582018,-401166],[-581142,-401448],[-579396,-398165],[-579188,-400384],[-579636,-400569],[-579566,-398683],[-578002,-399610],[-579223,-400087],[-580266,-401348],[-580543,-400344],[-579935,-400034],[-577867,-399389],[-578355,-399300],[-580547,-397795],[-580869,-397960],[-580886,-398180],[-581042,-398044],[-581678,-397928],[-581743,-398082],[-581553,-398064],[-582290,-397293],[-580633,-398095],[-576437,-436147],[-577685,-435473],[-577034,-436410],[-593809,-296896],[-593492,-411256],[-593113,-411117],[-592969,-410722],[-593714,-411595],[-593741,-412163],[-594173,-412561],[-593599,-412410],[-594058,-412135],[-592834,-409626],[-592404,-410165],[-592636,-410365],[-592612,-409886],[-591965,-410864],[-591597,-410807],[-591502,-411136],[-591682,-411125],[-592689,-410866],[-593799,-411878],[-592721,-410159],[-593092,-409652],[-593715,-410114],[-593839,-409894],[-593742,-411223],[-593524,-411907],[-591068,-409687],[-590620,-410489],[-590380,-410636],[-590413,-410364],[-652428,-156696],[-652664,-157536],[-650792,-200588],[-650657,-200823],[-664308,-152782],[-663431,-152722],[-663014,-152299],[-663036,-152080],[-655594,-153242],[-662844,-151810],[-653692,-156992],[-653892,-156940],[-653211,-157429],[-667729,-158452]] \ No newline at end of file diff --git a/src/gathering/a10205.json b/src/gathering/a10205.json new file mode 100644 index 0000000..5ef60af --- /dev/null +++ b/src/gathering/a10205.json @@ -0,0 +1 @@ +[[-116065,-8337],[-119600,-20266],[-116325,-19156],[-120768,-61561],[-118272,-64237],[-116067,-74595],[-119157,-70108],[-120089,-71372],[-116088,-77397],[-116862,-88708],[-116553,-89136],[-120155,-100118],[-120619,-100004],[-118539,-103170],[-116945,-104598],[-115752,139908],[-116660,141965],[-121056,164410],[-121074,163960],[-123006,156713],[-120564,156677],[-119698,156270],[-124503,157941],[-126587,159337],[-125407,158262],[-124312,163713],[-122473,162642],[-126458,241995],[-116278,21448],[-127285,47059],[-117611,43524],[-121146,46321],[-133713,-66492],[-132544,-65800],[-140403,-64003],[-139646,-67692],[-138702,-68757],[-129421,151798],[-129565,150809],[-129882,151536],[-136210,153490],[-138064,151592],[-136211,152020],[-131450,305880],[-132345,297666],[-135078,52519],[-133034,52325],[-134227,57694],[-135039,57763],[-140905,-56950],[-143291,-58533],[-140909,-63983],[-150173,152196],[-149867,152907],[-143799,156784],[-145250,154857],[-145111,155335],[-149980,157534],[-148318,158086],[-147036,158750],[-152934,156485],[-153363,161204],[-153455,37316],[-153026,34985],[-152914,33572],[-153294,34976],[-153486,33165],[-153418,34127],[-153132,34747],[-151460,51308],[-148401,52157],[-160861,150126],[-160409,149542],[-161109,151240],[-160285,152334],[-164217,152709],[-161991,151540],[-156191,163401],[-158056,164889],[-158014,160649],[-158597,160668],[-154158,159508],[-155179,160100],[-157274,157461],[-158663,158715],[-165568,164604],[-154248,156862],[-161218,160943],[-162272,159784],[-161389,161492],[-165421,159642],[-164118,157791],[-157452,164818],[-156090,164311],[-158195,162520],[-158496,161398],[-154516,159004],[-158702,158711],[-157077,159993],[-154963,167149],[-162796,16303],[-160344,17983],[-155241,58624],[-155777,59901],[-156437,53105],[-155174,52345],[-165697,81351],[-177687,2638],[-178943,1634],[-175295,8901],[-177608,7988],[-172690,151387],[-172466,151745],[-173840,153243],[-167071,165557],[-169584,164407],[-170403,164705],[-167920,165720],[-174575,161160],[-175478,159790],[-175314,158081],[-174662,156492],[-174408,156283],[-169026,165431],[-168212,165387],[-170551,164838],[-170953,164289],[-168079,164630],[-167080,165899],[-168665,166945],[-179059,304006],[-177373,27188],[-176579,28950],[-168195,87385],[-171269,82857],[-166474,87799],[-176363,110692],[-188315,150050],[-191030,148509],[-191281,149226],[-191173,152232],[-191610,151672],[-187693,152130],[-187683,153288],[-188472,164801],[-187330,165430],[-191073,165206],[-182610,159179],[-181539,158850],[-186510,158893],[-186477,157728],[-187668,159513],[-186508,159199],[-187845,160141],[-187329,160801],[-189758,162233],[-189754,163587],[-191717,163688],[-184103,158767],[-184106,154763],[-183544,155077],[-184388,154408],[-184677,155190],[-187942,164946],[-188007,165814],[-189044,166500],[-189351,165607],[-189833,166811],[-185980,299372],[-191829,38564],[-190788,37734],[-191425,45807],[-191562,48636],[-186305,86204],[-181155,81812],[-188059,76848],[-191184,78998],[-188844,96000],[-191045,123424],[-195239,151675],[-197355,153429],[-196865,153134],[-200081,148187],[-200177,147314],[-201495,146556],[-199196,146599],[-199542,144777],[-198067,146966],[-195084,165619],[-194630,165400],[-197138,163625],[-198923,162089],[-198471,159744],[-198404,158874],[-200418,159957],[-200909,160553],[-199957,155292],[-197714,156767],[-197998,156057],[-203182,164275],[-192913,165107],[-194230,160058],[-193483,159886],[-194265,160915],[-196376,164392],[-195701,164654],[-198079,163028],[-198684,162552],[-198293,158579],[-199545,158943],[-201431,161092],[-200767,161750],[-199630,153925],[-198984,155287],[-199145,155944],[-197543,157030],[-203262,165463],[-204120,163842],[-193313,166619],[-193260,166823],[-195599,166765],[-195023,30054],[-195466,28667],[-199797,44602],[-199885,43517],[-196329,85384],[-195716,91905],[-192205,121372],[-207841,152125],[-213855,152293],[-211594,152259],[-213357,151376],[-207711,151750],[-214119,152453],[-215690,152081],[-211006,151245],[-212476,152648],[-205046,163451],[-213551,154177],[-215473,158682],[-214907,156116],[-217207,155233],[-208503,72919],[-207105,73220],[-210194,74022],[-210128,78068],[-210647,101248],[-216387,120026],[-229421,-223941],[-221598,145014],[-221390,146567],[-222285,146200],[-225617,153047],[-222316,153358],[-221769,151767],[-221295,150916],[-223409,151920],[-226385,147711],[-223705,155645],[-219507,157134],[-222518,154017],[-229663,321525],[-229135,322948],[-227929,335945],[-226263,333694],[-226891,336685],[-229311,344672],[-224316,335441],[-224764,334341],[-227521,356929],[-229647,348056],[-228822,347167],[-230157,356803],[-226119,354465],[-228791,348466],[-227281,357590],[-228103,354728],[-225852,357276],[-230238,346794],[-229525,354691],[-227648,348326],[-228857,353499],[-229588,347426],[-227039,354489],[-228524,362404],[-230024,368527],[-229072,366138],[-230168,364186],[-229050,362368],[-229279,367344],[-229224,361308],[-227552,586690],[-221736,74826],[-222450,74315],[-226830,96937],[-223762,92073],[-228063,110939],[-242997,-203414],[-241007,-221130],[-241458,-222882],[-233628,-226895],[-237949,-223467],[-239488,-236599],[-236435,-235797],[-239234,-276513],[-238753,-277344],[-232949,148342],[-236615,144381],[-235234,146012],[-237742,144608],[-235729,153472],[-232997,148767],[-234255,149562],[-236240,144687],[-235843,145657],[-240093,142599],[-242475,141996],[-243093,141733],[-239420,143278],[-231192,278393],[-236562,325168],[-234706,329841],[-237190,325911],[-233101,326628],[-233968,325618],[-231819,328629],[-231263,321848],[-238299,327257],[-234746,324672],[-235226,331097],[-242251,330653],[-240910,332295],[-237474,344006],[-234215,336474],[-234715,340481],[-241083,345771],[-236670,344031],[-233258,341208],[-242981,342192],[-234451,339668],[-239196,344184],[-234747,341462],[-234984,342052],[-234703,343716],[-230494,341386],[-243040,341186],[-231501,339280],[-238214,345409],[-233306,342411],[-233549,340356],[-234927,339185],[-231078,345258],[-230907,343662],[-241849,343776],[-240508,339598],[-239192,337876],[-243000,333533],[-240118,335511],[-239949,343439],[-241679,340304],[-239110,336448],[-238583,335848],[-238318,334369],[-241845,333846],[-237950,341456],[-241142,341496],[-241357,339799],[-240136,336395],[-242554,334333],[-233895,356682],[-236307,354597],[-231831,351490],[-238584,355787],[-235244,352506],[-239210,356589],[-237256,355108],[-242944,348870],[-232234,346341],[-242484,347535],[-234572,352058],[-237077,350212],[-231489,357063],[-239967,345817],[-234947,356141],[-235558,345946],[-230984,346692],[-230537,353050],[-236694,348423],[-231641,356007],[-242936,345920],[-242244,346350],[-232637,351972],[-231880,363758],[-230826,362332],[-231789,365000],[-232921,358946],[-234725,360089],[-234542,360242],[-237618,584559],[-235478,583030],[-231864,586096],[-241228,584094],[-235035,593267],[-236580,589221],[-236014,590639],[-240585,62564],[-242136,61529],[-234305,70487],[-234862,69700],[-243166,88016],[-241768,87384],[-242094,86548],[-240719,86312],[-243179,87218],[-242798,87308],[-232447,99273],[-270,141328],[-254492,-189396],[-255851,-202912],[-254715,-196981],[-247985,-205769],[-246216,-206578],[-247461,-215302],[-245321,-205056],[-246748,-213170],[-243237,-218751],[-246803,-229492],[-246487,-230903],[-244260,-230268],[-251700,-259769],[-252219,-258091],[-251844,-271612],[-253182,-280220],[-245084,-280836],[-255413,-269819],[-251681,-275231],[-245904,-284852],[-252062,140678],[-253341,138525],[-244658,144617],[-245650,142889],[-250049,145164],[-249825,141071],[-255430,141519],[-255913,143599],[-254875,142182],[-246490,145339],[-243727,214793],[-253583,328389],[-249742,331539],[-244160,331212],[-253617,332943],[-243311,332846],[-248646,332112],[-252882,332629],[-254125,331422],[-243565,332781],[-253034,330665],[-253240,334282],[-246956,337525],[-255345,334452],[-246997,337565],[-244028,344611],[-246234,333867],[-247897,335023],[-252621,334631],[-243602,333603],[-251710,334528],[-247369,334621],[-253794,333165],[-243794,345916],[-243443,348921],[-245395,346309],[-243271,347491],[-255462,383745],[-253999,387957],[-253191,390240],[-253108,393675],[-254077,389155],[-251973,391801],[-253285,392594],[-255765,397320],[-247887,587194],[-245150,587731],[-251596,54663],[-249191,55708],[-252491,61804],[-254615,61301],[-255821,55529],[-245499,67269],[-245821,66313],[-254518,72629],[-243879,88804],[-243498,89114],[-243228,87527],[-243821,87116],[-243779,87765],[-263111,-163132],[-260491,-161802],[-267896,-167072],[-260144,-170734],[-260492,-176314],[-259108,-167546],[-267926,-174096],[-266323,-171901],[-263237,-178895],[-262696,-181385],[-256934,-188879],[-257855,-188420],[-257942,-192885],[-259437,-194069],[-256928,-195719],[-256533,-202053],[-260422,-222207],[-259478,-221575],[-262539,-251566],[-262186,-251311],[-262528,-250905],[-262493,-251410],[-263088,-249953],[-262361,-249842],[-261357,-252885],[-260830,-253402],[-262200,-254505],[-262052,-254442],[-261644,-253934],[-261267,-253955],[-262947,-255340],[-262626,-255752],[-262445,-253756],[-262737,-253770],[-262253,-254232],[-263044,-254727],[-263156,-255095],[-262017,-253542],[-262035,-252032],[-263531,-253646],[-263773,-253078],[-262839,-253448],[-259563,-258364],[-262516,-264376],[-262184,-259307],[-264732,-262278],[-256036,138412],[-264127,129128],[-266782,130656],[-268478,130325],[-262780,130096],[-257888,135774],[-258454,132697],[-259595,144227],[-258757,144395],[-264350,142917],[-262230,331912],[-264186,325551],[-265827,331449],[-258631,330657],[-262698,331248],[-262747,325297],[-264633,325373],[-268408,328114],[-256762,327902],[-262205,328032],[-264898,325621],[-265925,326133],[-268589,327892],[-266505,330350],[-260141,332327],[-256774,331501],[-260114,333224],[-263947,338606],[-265507,334545],[-260794,335052],[-261751,335182],[-259857,382966],[-267737,380501],[-259619,381838],[-261309,383618],[-262585,389913],[-257230,392455],[-257478,390469],[-259072,396993],[-259702,395432],[-260182,385157],[-261032,388607],[-257171,392786],[-258664,389631],[-256766,385639],[-258897,396498],[-260690,396124],[-267796,386179],[-268616,387758],[-268644,388981],[-264054,387595],[-267962,395046],[-266169,385694],[-266877,388610],[-264185,387857],[-267489,394787],[-260578,397743],[-257047,398805],[-259662,397844],[-268615,400059],[-268770,397751],[-267665,400072],[-264241,414871],[-263689,414553],[-258501,49066],[-257541,48722],[-256696,75640],[-259209,72717],[-264873,124725],[-266752,122817],[-277389,-145270],[-277379,-144959],[-276322,-72403],[-275868,-73238],[-280016,-113675],[-280218,-114076],[-279398,-113244],[-280223,-113502],[-270373,136577],[-270562,136178],[-269973,130775],[-273482,133140],[-270293,330454],[-269964,326782],[-270507,330191],[-271988,326235],[-270449,327962],[-270202,328611],[-276851,383762],[-275259,380265],[-270508,383731],[-273608,383491],[-276812,382318],[-274124,382189],[-274436,36601],[-275007,37205],[-279151,395477],[-278600,391854],[-274719,385013],[-275420,390221],[-277648,392049],[-275859,394809],[-278595,396442],[-278737,391440],[-275785,391925],[-276940,391293],[-271058,387387],[-270609,387038],[-269939,386536],[-278339,403915],[-278364,404203],[-279767,407412],[-273329,408826],[-277337,409245],[-270428,406690],[-271552,405955],[-273588,406494],[-278312,397263],[-277153,400828],[-276213,398627],[-279052,399815],[-280314,408109],[-272078,406418],[-276396,403709],[-277455,400680],[-275303,403636],[-272369,401077],[-280141,403217],[-269435,404653],[-269651,398233],[-271378,401251],[-279279,414311],[-280111,417279],[-277322,410743],[-280042,413179],[-280248,415280],[-281369,415284],[-281108,412290],[-280913,51173],[-278762,48710],[-273127,50683],[-271801,77504],[-280482,115689],[-280160,116563],[-280436,117836],[-280694,118679],[-279727,125862],[-277500,126436],[-275493,123385],[-286744,-133545],[-286706,-134068],[-286650,-133386],[-286192,-133202],[-286395,-134027],[-285771,-143861],[-285977,-144659],[-289376,31214],[-289609,33232],[-284874,28702],[-283175,32134],[-292789,385117],[-287309,392364],[-293758,384316],[-292859,387879],[-290291,388473],[-286551,395822],[-288236,396206],[-294268,405615],[-287859,408725],[-288725,405400],[-287964,401500],[-289645,401397],[-286909,402087],[-284900,406127],[-284001,404022],[-286278,398192],[-294374,398340],[-292133,402949],[-288442,409627],[-286293,409065],[-288806,406471],[-289700,403498],[-285653,402951],[-285546,404141],[-283205,401991],[-284994,399141],[-286909,399404],[-293712,398545],[-290902,402455],[-291381,421873],[-288689,418540],[-286053,421307],[-290931,421681],[-285076,420839],[-282026,411487],[-286736,410448],[-294255,411953],[-289778,412974],[-291175,426978],[-292079,424438],[-287675,423720],[-284595,424424],[-283025,424183],[-290742,422817],[-292792,425897],[-289736,424200],[-284860,423536],[-282988,423651],[-287383,504728],[-289129,509695],[-289479,504450],[-291558,505403],[-282379,51001],[-293136,73388],[-292387,75592],[-283239,87531],[-283872,121352],[-282746,119670],[-285069,122729],[-284033,124970],[-300690,-129918],[-301125,-161866],[-300311,-154369],[-300629,-153821],[-306727,-92455],[-306625,-108249],[-306556,326023],[-302818,331107],[-305589,326714],[-301732,331056],[-306153,325288],[-305487,324587],[-301602,330782],[-304327,332184],[-307012,323250],[-306824,326501],[-305040,329565],[-302084,331128],[-303376,331372],[-306054,322567],[-304736,322205],[-306012,321630],[-304090,394898],[-299874,390416],[-299174,393428],[-304572,394545],[-304053,396984],[-298662,393085],[-300696,391463],[-307019,401485],[-303210,398686],[-306157,398884],[-303178,398987],[-299479,397042],[-297628,406682],[-296556,409033],[-304672,407716],[-304199,406895],[-300581,404256],[-306579,401318],[-302478,400573],[-301389,397524],[-297410,406643],[-298388,409436],[-304143,407771],[-303590,405421],[-303067,405130],[-294525,403830],[-295162,411983],[-300941,422293],[-300722,410304],[-300306,412461],[-298408,414027],[-305194,416260],[-301029,410859],[-301880,412289],[-296845,414860],[-304476,413392],[-300523,417549],[-301220,416156],[-301156,421165],[-300739,412646],[-300606,414005],[-301683,412991],[-301849,412957],[-303107,410579],[-303321,409915],[-298396,414287],[-304099,413543],[-299189,415929],[-301002,417611],[-297307,427638],[-298634,425644],[-297296,428102],[-300895,427621],[-296270,427535],[-297982,428424],[-300851,507580],[-300769,506209],[-297862,507589],[-300515,51354],[-298827,49934],[-302888,49027],[-303303,49679],[-301853,512935],[-306711,517831],[-307016,513414],[-305145,513607],[-302053,63786],[-305496,60298],[-295164,53525],[-295358,53603],[-298288,58078],[-298270,73611],[-296835,73331],[-301902,75077],[-294959,74595],[-295599,84899],[-298309,93039],[-302599,112000],[-301319,112354],[-299900,111438],[-299602,112792],[-303240,111207],[-301501,111615],[-299507,112771],[-301394,112460],[-312626,-121570],[-312924,-121179],[-312808,-121163],[-313486,-121533],[-313607,-121498],[-313610,-121319],[-311698,-139731],[-310596,-139193],[-311206,-138931],[-309584,-150314],[-308676,-142356],[-309100,-140981],[-308291,-147521],[-316321,-162777],[-316413,-162363],[-316437,-155802],[-315514,-190966],[-315358,-190777],[-315062,-191471],[-315853,-204981],[-315417,-205325],[-316100,-205180],[-318849,298649],[-319519,300716],[-319192,307303],[-310159,319410],[-312647,312767],[-313772,310337],[-317423,308328],[-318096,308456],[-310219,318712],[-314352,313778],[-312441,310401],[-317727,308697],[-310944,318806],[-312603,312384],[-314206,310847],[-316622,308786],[-318387,307807],[-311393,329967],[-311987,327287],[-310853,323431],[-310147,327873],[-308517,331275],[-308138,324752],[-310653,324085],[-311548,332030],[-311903,327750],[-308582,329633],[-313312,324248],[-309505,324577],[-312363,326832],[-311941,329435],[-307745,329659],[-309481,326109],[-314150,325104],[-316923,322813],[-307491,322625],[-308209,321530],[-314191,323509],[-313757,323320],[-310259,322244],[-314388,324391],[-314446,323705],[-315057,322296],[-315844,325923],[-307519,321912],[-308574,335706],[-310324,333979],[-309798,334531],[-314347,397982],[-309294,397597],[-310531,399374],[-311637,398928],[-310955,401713],[-313894,401119],[-312505,397271],[-310825,400841],[-309705,399832],[-309913,397301],[-319370,417202],[-319880,415181],[-307799,511951],[-314866,44821],[-307592,522272],[-308654,520993],[-308027,513162],[-307863,526289],[-311588,63204],[-317718,74270],[-312809,88236],[-312120,98293],[-328489,-120249],[-328483,-120479],[-328322,-120427],[-323845,-127282],[-323573,-127195],[-323611,-127018],[-323304,-126602],[-323062,-127055],[-330603,-158932],[-330650,-160552],[-330185,-160654],[-328625,-167652],[-326924,-173747],[-327246,22950],[-327269,21630],[-327329,294496],[-330479,292931],[-332190,292511],[-332104,291989],[-328267,294515],[-331329,293721],[-324297,297250],[-330497,296775],[-323209,304723],[-323057,302760],[-322962,301471],[-324738,296586],[-327075,295412],[-329795,296496],[-320908,298579],[-322863,303799],[-323066,302369],[-322093,301003],[-325385,298508],[-323362,303606],[-323130,302419],[-322447,301140],[-328474,310965],[-325448,308745],[-325404,309817],[-326062,308045],[-327588,310966],[-325170,310087],[-326251,309373],[-328302,309673],[-325126,308305],[-326378,311151],[-328106,323481],[-326905,324173],[-328733,323010],[-332198,324075],[-330664,322854],[-325874,324069],[-327480,321401],[-332759,323772],[-330261,323444],[-327518,325040],[-327015,322804],[-329844,46331],[-330885,46719],[-333409,48469],[-322623,78185],[-330596,86438],[-344018,-162511],[-343431,-162783],[-340331,-235940],[-339661,20012],[-340041,19185],[-338136,273052],[-338250,272318],[-336220,273088],[-334163,291070],[-337759,282575],[-341979,285401],[-342868,288639],[-340152,291907],[-338159,290043],[-336421,283657],[-341377,286505],[-342775,287826],[-339456,291982],[-338039,289953],[-344757,288057],[-338215,284174],[-343129,285201],[-344046,286880],[-336252,298169],[-342800,296648],[-342045,294880],[-335391,299543],[-335563,298077],[-336934,296829],[-334365,300745],[-335719,298070],[-333395,299775],[-342015,295791],[-339471,297397],[-335641,299525],[-336425,297063],[-339123,297843],[-337655,298495],[-338223,294739],[-340794,295926],[-342696,295150],[-334900,300226],[-335129,297494],[-336941,296505],[-345481,300944],[-334367,300908],[-333250,319400],[-343098,314871],[-339356,315228],[-339148,317025],[-338607,318399],[-333356,319279],[-337848,318270],[-339761,320104],[-344348,312049],[-336204,316053],[-335077,314542],[-344292,313994],[-334794,315071],[-339680,313748],[-345180,313352],[-340467,313384],[-343286,314469],[-332919,324161],[-335200,321537],[-339377,320507],[-334581,321586],[-340015,344189],[-338439,344395],[-343760,343855],[-340485,342753],[-338391,344346],[-343874,343203],[-338690,344210],[-340231,342878],[-342987,343008],[-341811,343336],[-337125,343741],[-344202,342930],[-337968,39469],[-339017,38625],[-333813,89543],[-336416,89371],[-334702,90387],[-336093,90497],[-354247,-228017],[-356658,-234702],[-345952,-233295],[-355847,281417],[-356018,281489],[-357743,294202],[-351346,285260],[-347246,286040],[-355176,290214],[-357816,286727],[-358045,283402],[-346682,287226],[-356980,293930],[-357048,287795],[-351108,286323],[-347510,285460],[-356706,289540],[-358113,286040],[-345915,296233],[-346074,297961],[-346484,297299],[-356332,296113],[-354854,297172],[-354841,300021],[-345610,299163],[-347349,299066],[-349418,299399],[-352371,301306],[-348710,301427],[-348383,302261],[-354495,298302],[-355857,301098],[-350782,298153],[-352443,301762],[-350503,300736],[-349131,302793],[-351916,298113],[-355955,296445],[-356649,298603],[-356833,302123],[-356300,294953],[-348130,299201],[-349780,299761],[-351470,301576],[-350492,303314],[-353914,298552],[-354820,312533],[-353299,314690],[-352510,314627],[-346404,315637],[-352071,314979],[-347472,316139],[-353158,312944],[-352655,315701],[-347094,315446],[-356773,329767],[-356900,327790],[-357042,328921],[-345867,338714],[-352643,339146],[-346653,340093],[-350768,339357],[-347515,340505],[-350839,338638],[-363501,-224978],[-369201,-225459],[-370162,-220054],[-363175,284792],[-360363,282638],[-359355,285287],[-362242,286136],[-360896,282798],[-370459,293909],[-362033,286135],[-361614,281811],[-371123,294130],[-370269,295737],[-369661,316014],[-369936,316207],[-369926,314638],[-359303,309706],[-368876,311803],[-371097,312457],[-361806,308450],[-369013,311831],[-371142,312394],[-359672,310622],[-360560,308445],[-369154,311239],[-358715,309963],[-360385,308765],[-369846,324582],[-369791,329121],[-367179,328014],[-365329,328101],[-369899,324031],[-369035,329335],[-365680,326832],[-367866,329250],[-365603,328246],[-364771,329536],[-364694,330886],[-363690,331209],[-360626,328242],[-363168,325475],[-360541,325735],[-363104,329550],[-362043,325800],[-359820,326464],[-362823,325402],[-362203,326173],[-359817,329497],[-365987,334320],[-369381,336875],[-370487,337967],[-368703,335341],[-367960,334884],[-371082,336696],[-370335,335538],[-368671,336376],[-368483,334600],[-365988,335110],[-368667,336269],[-367477,333633],[-374114,-219007],[-377160,178341],[-382406,182456],[-374060,293231],[-373442,293296],[-382181,306857],[-382269,299270],[-377077,295375],[-382072,305422],[-381144,299298],[-382869,299291],[-379523,299483],[-379000,301754],[-382350,304121],[-375764,295003],[-382892,306216],[-380934,300487],[-379631,299235],[-377395,303150],[-380080,304403],[-374411,295050],[-375414,296083],[-374183,307033],[-375619,304300],[-375954,304777],[-371239,296934],[-376029,306142],[-371539,297194],[-375751,302575],[-375094,305992],[-377102,301821],[-374975,304887],[-378121,306287],[-382430,310563],[-372800,318121],[-380866,317285],[-378037,317046],[-379416,320200],[-382324,311419],[-379062,310685],[-372325,316091],[-375954,314214],[-374737,318021],[-381074,316189],[-378609,316609],[-380992,310429],[-377948,310351],[-373910,314627],[-375794,313150],[-372813,317946],[-381052,316744],[-378842,316286],[-380029,319828],[-374156,307531],[-376031,307547],[-371954,310399],[-373165,308137],[-373899,321101],[-378128,321407],[-379063,325811],[-377336,325947],[-374695,321230],[-376339,325271],[-374263,322283],[-379487,321349],[-379461,324265],[-376603,325303],[-373517,340367],[-371302,336625],[-374610,338279],[-372075,337511],[-373430,339702],[-382182,398043],[-383992,397830],[-379747,397143],[-381394,397524],[-383320,398666],[-385987,299235],[-384591,300105],[-384648,300841],[-384730,300722],[-386227,316924],[-385609,314561],[-386375,318840],[-385429,314612],[-386746,317924],[-385355,315404],[-395630,342274],[-395136,342671],[-395906,354158],[-392231,354518],[-389800,349729],[-391287,347569],[-395776,349258],[-396469,346948],[-395079,353843],[-391038,355799],[-391642,350569],[-390311,348086],[-393945,349066],[-396099,346176],[-389244,368235],[-389821,369026],[-389241,366685],[-391282,366241],[-396036,368658],[-396542,367745],[-393243,368393],[-385596,363601],[-386326,360182],[-392788,360437],[-385592,361612],[-388424,360863],[-388521,360206],[-389523,371055],[-390687,369177],[-385573,365919],[-393392,367185],[-390369,359502],[-392692,359487],[-396414,363133],[-385941,363212],[-392052,365048],[-387978,366582],[-386870,379499],[-391653,376590],[-387280,380758],[-386056,378120],[-390684,376936],[-390719,373126],[-394377,379160],[-389119,371930],[-387415,380349],[-391389,378439],[-394222,378750],[-386079,398952],[-387727,399555],[-387924,397704],[-395190,400571],[-396784,402506],[-396332,402054],[-395644,404293],[-388611,399837],[-385634,400589],[-389326,398247],[-393436,399708],[-395177,402885],[-396108,404941],[-386612,413511],[-385707,415231],[-385039,422280],[-386534,418974],[-386177,413359],[-384932,414094],[-385410,418646],[-408249,332440],[-405376,332949],[-399575,331587],[-403101,331149],[-407898,332008],[-404964,332580],[-400888,332207],[-402438,338000],[-408066,338494],[-404196,339309],[-406007,333931],[-407691,336233],[-400740,334186],[-401918,336383],[-398571,339348],[-396951,342515],[-403540,339463],[-406662,337404],[-405213,339366],[-404923,334357],[-408168,334508],[-407988,335645],[-400677,334336],[-401846,335938],[-401271,354849],[-404824,355972],[-404104,355581],[-401543,348760],[-403524,347756],[-398927,349369],[-398061,350384],[-398614,350866],[-398707,348978],[-399513,351246],[-398019,351395],[-400933,354804],[-405453,356472],[-401151,357081],[-402451,356933],[-399973,346694],[-405870,348905],[-398429,349714],[-399422,349263],[-399153,351546],[-397520,353633],[-399021,361393],[-398597,358647],[-399131,359686],[-399262,362053],[-397777,365264],[-399811,367392],[-399387,367260],[-399060,369829],[-399941,370477],[-404454,365569],[-407658,365335],[-403862,368081],[-397858,358844],[-397977,361968],[-399037,365149],[-401667,365798],[-398696,369907],[-396900,369837],[-400431,371141],[-404907,363396],[-407912,360167],[-408454,363745],[-405936,364432],[-404626,369206],[-398310,371746],[-401065,374265],[-405128,373659],[-406486,377789],[-403803,378140],[-408138,378248],[-402705,379170],[-399437,379982],[-397249,372932],[-399902,374849],[-402012,373360],[-404881,373841],[-406240,378710],[-403476,378681],[-408702,377151],[-401464,378645],[-397909,395280],[-399317,388079],[-417489,195181],[-418542,294153],[-422069,292496],[-422175,299216],[-420399,306654],[-416227,304214],[-415417,300286],[-417889,296873],[-419619,303475],[-422104,299026],[-419794,305925],[-414209,302143],[-417114,294668],[-418280,296759],[-419506,305108],[-420012,308308],[-422035,310943],[-419784,308513],[-410813,380961],[-410898,378281],[-431282,208073],[-429678,236790],[-434173,294182],[-430275,289797],[-428111,291428],[-431902,289624],[-432087,288741],[-426507,291288],[-431532,307188],[-430650,305640],[-431831,295567],[-429814,296879],[-424714,298957],[-425386,301420],[-430756,304435],[-428297,303899],[-429069,301832],[-432732,294683],[-428364,295561],[-429716,296959],[-423107,300665],[-428444,300242],[-422961,307288],[-429068,312171],[-430390,309207],[-432886,311919],[-433464,310873],[-422607,307799],[-422833,310247],[-426891,312778],[-427804,311359],[-431416,307629],[-431634,308220],[-430541,319876],[-434977,307497],[-432634,330960],[-432241,320304],[-430726,324670],[-434030,329357],[-431782,324799],[-434060,335004],[-439864,203091],[-443242,212763],[-444136,221133],[-446567,219232],[-440514,235319],[-440482,292682],[-439504,290270],[-435891,286636],[-437555,287008],[-444808,286267],[-440586,286823],[-445340,289582],[-439434,294079],[-440400,289976],[-435776,284621],[-436126,288459],[-443726,286044],[-441015,288513],[-445885,289441],[-442577,294759],[-443009,300306],[-442262,303130],[-440118,302993],[-435251,296898],[-442801,295583],[-443690,299719],[-442828,303722],[-439674,303668],[-435403,308787],[-436531,313404],[-439448,314492],[-440411,309960],[-438742,315152],[-442170,318508],[-441448,310975],[-440414,316030],[-437299,313330],[-435301,312524],[-437902,316997],[-441672,318262],[-438231,320213],[-440211,323220],[-441744,324414],[-443079,325961],[-439257,322942],[-438575,321051],[-442178,321873],[-444518,322387],[-441491,321018],[-439807,323314],[-441520,324659],[-442061,324854],[-437130,325687],[-444937,322587],[-443208,320403],[-435890,334826],[-450893,209897],[-647320,-275940],[-667120,1693250],[-675334,1694145],[-83888,119285],[-85531,121550],[-87061,120543],[-86678,119487],[-85147,121778],[-86223,122922],[-99922,-7560],[-95970,129906],[-96001,128216],[-96171,130700],[-95547,129399],[-97895,127716],[-96759,128092],[-90235,123987],[-91820,126396],[-90536,123718],[-91396,126393],[-91227,122954],[-90887,122999],[-113574,-7893],[-102955,-5528],[-112898,-62412],[-113847,-61859],[-112499,-68785],[-113806,-69014],[-105592,1554],[-106198,963],[-106781,12858],[-106781,136532],[-105520,138152],[-103598,140106],[-105862,140133],[-107521,138020],[-107545,138629],[-111948,145350],[-109287,142573],[-110940,143082],[-109843,143430],[-111561,145096],[-110458,145910],[-115175,142358],[-111042,20413],[-110638,22890],[-108263,20999],[-109937,17610],[-104085,398225],[3681,136963],[3614,136589],[9642,146859],[11815,143510],[7861,143773],[6852,142058],[6524,300855],[1286645,230961],[1286262,230829],[1286381,231046],[133343,-2243],[135831,-7523],[131087,-11931],[128265,-305288],[136854,-306743],[132894,-311534],[140407,-312220],[138066,-313560],[140011,-320930],[140196,-16868],[131407,-20772],[129237,-18193],[130181,-21352],[135375,-16259],[130723,-15466],[128669,-27681],[134991,-28426],[128244,-88148],[134864,-98751],[135858,-98312],[130937,3764],[128507,133203],[140104,131466],[139861,142708],[137098,145665],[137506,143815],[137261,21206],[132883,18980],[136616,18935],[140637,26677],[130513,25804],[134326,50567],[134598,51219],[132319,50354],[131657,45231],[136375,43907],[128065,54331],[129647,52402],[129905,63581],[132017,55245],[134742,57968],[128585,59019],[128920,73354],[129825,68061],[130391,100383],[139693,113577],[129680,112005],[140362,115666],[135371,120896],[138598,120269],[139542,120860],[128727,118107],[130077,116602],[148524,-298825],[150370,-306907],[147100,-308683],[148639,-318269],[142656,-317877],[141564,-309627],[146852,-313108],[147264,-320443],[146871,-320273],[144390,-323951],[142804,-319860],[148190,-322515],[141151,-23305],[147383,-30148],[147826,-27123],[152348,-59165],[151356,-74796],[152796,-65698],[153180,-74013],[148820,-100862],[141591,-97712],[148527,-100475],[144078,-93384],[148394,-98386],[146656,-95313],[148748,-99676],[143122,-104834],[143333,131067],[145302,139865],[141143,128961],[150868,132787],[146096,141890],[148322,15087],[141068,22164],[144535,23284],[153004,25592],[144891,29619],[144935,35881],[142540,35914],[151767,102529],[146420,104104],[145021,102703],[145821,104970],[149483,119497],[144218,127237],[158688,-5901],[153777,-63321],[154981,-56078],[153931,-62574],[157617,-57041],[154873,-55251],[157107,-67298],[156261,-73083],[163013,-83570],[165040,-85035],[161390,-87142],[160407,-85226],[161905,-88952],[160160,-91728],[160267,8989],[159684,130120],[161692,129852],[157531,139103],[162417,137786],[165680,136084],[154757,128290],[159108,141745],[161101,76119],[158583,82342],[159440,81708],[164429,83465],[160015,78576],[159588,101950],[159611,100945],[165387,96991],[165460,96999],[156249,100075],[159629,97992],[162989,96762],[163008,102451],[164476,109784],[164237,112967],[154326,104200],[156697,103829],[153847,103334],[163146,104415],[165140,104812],[156728,110028],[159353,106839],[158480,103212],[162374,104307],[153918,108938],[154156,120630],[154673,121711],[156331,120992],[156467,116828],[163563,116803],[159656,127170],[160683,125627],[162670,123073],[175630,-166168],[172311,-165487],[173944,-159831],[175463,-165094],[173221,-160355],[173462,-164878],[177180,-158655],[174854,-159787],[175269,-166855],[174897,-166936],[173400,-71312],[169423,-73781],[172631,-71645],[170166,-75898],[170278,-74534],[170232,-70325],[173706,-79410],[176819,-81126],[177788,-80483],[178575,-82516],[169890,138994],[177974,142214],[172810,141797],[175661,284138],[168988,303914],[175750,408280],[174855,400066],[166686,102094],[167221,100073],[168757,93308],[179048,95927],[168107,100901],[172268,102392],[169531,113436],[172845,114730],[177627,104792],[176971,108846],[174089,107813],[166710,108102],[167766,109407],[167372,106793],[167485,108166],[190882,-124690],[189182,-126741],[189742,-135558],[191716,-136355],[185259,-131329],[181388,-135746],[183190,-137985],[181803,-136088],[183418,-137669],[190588,-128133],[190664,-136054],[191495,-136098],[190363,-130403],[189720,-129342],[185397,-135321],[185178,-137692],[191229,-136520],[186166,-132832],[190213,-136041],[190226,-152435],[180313,-144734],[190391,-145478],[189301,-146596],[181151,-151329],[191216,-152667],[183428,-151694],[179295,-144008],[191514,-150392],[191428,-147113],[191457,-165713],[191869,-162725],[183718,-164739],[181647,-165070],[183364,-163872],[184860,-165023],[181947,-164206],[183709,-174745],[180925,-172694],[185778,-174013],[180548,-166341],[180729,-171601],[182999,-175962],[182662,-176113],[179684,-83137],[180468,-82856],[191823,-114863],[190994,-114445],[191983,-110305],[189914,-112442],[179695,139705],[191111,130521],[190119,146641],[188498,142910],[191938,144439],[188106,144773],[190448,146044],[189733,143513],[186668,495065],[186271,494672],[189795,497539],[187842,497686],[184893,495369],[189954,496427],[183110,496073],[187788,506003],[184749,507104],[187936,506844],[186097,510145],[188801,507038],[184282,507454],[184593,94774],[181096,96872],[186895,121876],[184065,120882],[183790,116036],[192577,-127345],[193528,-118167],[197400,-122314],[193242,-116430],[197614,-123380],[198110,-123749],[194656,-126343],[196062,-121168],[199008,-116368],[194055,-120574],[202349,-115784],[192889,-127254],[194546,-124906],[198716,-124693],[198244,-124357],[199000,-124221],[200466,-115359],[194310,-120873],[198558,-124222],[197804,-123226],[200856,-124874],[192261,-135112],[198349,-136559],[198887,-128184],[199509,-128563],[195351,-128125],[192625,-129127],[200050,-132316],[198645,-133415],[201768,-134543],[200554,-136353],[192205,-138744],[199759,-128917],[199126,-131392],[200473,-129519],[199646,-136115],[202857,-137616],[201450,-136244],[193485,-136870],[199919,-127945],[202285,-131120],[200445,-130262],[194366,-150325],[197847,-145008],[201641,-149209],[200708,-142437],[200235,-150665],[197711,-143646],[201438,-143741],[202482,-147027],[199496,-144048],[192435,-149997],[200977,-148457],[200728,-148135],[199700,-151250],[200752,-147133],[196670,-149584],[192616,-150683],[192242,-146540],[193294,-147248],[203958,-147663],[203586,-158131],[199977,-160719],[203927,-159762],[203310,-159536],[202382,-160681],[202150,-158016],[200217,-159030],[200983,-160521],[203449,-163276],[203720,-162750],[197410,-165414],[192445,-163957],[196375,-164667],[194548,-161769],[196165,-163480],[196492,-165261],[198230,-157374],[195852,-154569],[198910,-177620],[193321,-168381],[195612,-173605],[196284,-178205],[195366,-176178],[195970,-178390],[197563,-177704],[194685,-178126],[194264,-176779],[203087,-183547],[203711,-181576],[204330,-180031],[204676,-183774],[199315,-103322],[201958,-105784],[196502,-109617],[202812,-105791],[199713,-106363],[199440,-105602],[194314,-114003],[199940,-103360],[192947,-113262],[204604,-111683],[193815,-110375],[201992,-113231],[203315,-114112],[201406,-103789],[201969,-104307],[202387,-107189],[196587,-110429],[200840,-114620],[201361,206800],[194194,498905],[193775,492246],[192864,494090],[196263,497581],[192811,492032],[194784,510829],[201310,510426],[201113,505083],[194808,507067],[195770,501293],[194225,500280],[202330,506832],[201342,506748],[197512,504847],[203162,510977],[193776,508412],[195722,510787],[200327,505004],[196404,506368],[201019,510316],[197552,507304],[203757,508889],[194190,505591],[193279,500334],[199907,513786],[195355,512577],[198465,518242],[199267,515449],[202162,512931],[197430,519306],[199438,514259],[198655,521786],[203636,525836],[200941,527467],[202666,526696],[202056,526842],[201395,526219],[203646,123094],[216020,-117593],[212981,-116458],[207323,-144506],[208661,-144266],[211870,-156753],[208932,-155376],[207592,-154888],[207322,-155827],[205169,-156086],[217588,-157265],[210385,-154415],[211488,-154032],[207939,-155234],[209330,-156253],[205057,-161958],[212581,-178901],[216177,-176999],[211860,-176430],[213079,-178736],[207013,-184647],[212591,-186686],[204880,-185003],[214468,-181030],[214616,-187251],[213389,-189351],[216959,-187923],[205302,-185375],[207622,-183431],[216954,-181925],[212436,-182056],[214883,-190125],[215234,-187442],[212420,-220458],[213811,-234337],[215251,-231243],[213115,-233497],[214272,-231528],[207016,-232527],[214326,-248106],[217130,-277485],[216047,-279656],[215257,-273784],[208977,-286625],[215708,-293395],[213640,-290031],[214487,-286098],[212023,-297956],[214993,-306255],[208856,-297891],[211116,-298146],[217371,-303474],[207590,-305809],[214617,-297994],[217595,-308285],[213953,-309425],[213700,-322854],[207111,-99282],[213472,-110134],[215360,-114755],[213783,-111723],[211858,-110529],[213352,-107682],[210630,-111351],[212259,-114602],[215117,-113342],[205332,-110274],[206176,-108189],[208800,-102338],[211109,-104408],[210826,-105918],[208954,-104258],[207709,-110430],[209263,144333],[208871,151067],[213369,151331],[210470,148393],[208972,151360],[211566,146281],[210336,151127],[213722,152230],[215470,35986],[205514,510167],[214594,535160],[213926,535234],[217505,534015],[214519,535565],[215251,544546],[214056,539903],[212757,539114],[213762,542570],[214391,541668],[217163,540991],[212435,538186],[215262,543248],[213639,543143],[212811,541230],[216667,540927],[211179,539000],[215783,541709],[215478,99215],[206807,122346],[225074,-144001],[224346,-148475],[227614,-152516],[223019,-147827],[221292,-156901],[220971,-155169],[222549,-163520],[224798,-163042],[226607,-163994],[227825,-165318],[228928,-163402],[229885,-172712],[227491,-173214],[222359,-166540],[222235,-169455],[221981,-227470],[220494,-228947],[221847,-226598],[227732,-236440],[223150,-237465],[227169,-234618],[226683,-237543],[225217,-236062],[224370,-236395],[223827,-248286],[225782,-247218],[228022,-249302],[227727,-250917],[225241,-247295],[227852,-250388],[227204,-255728],[220530,-246617],[223488,-255736],[218952,-251646],[223480,-254238],[221956,-256285],[228583,-266081],[222562,-258890],[227556,-262393],[223612,-260642],[230386,-266776],[230035,-263685],[226603,-291359],[229223,-291933],[227313,-291648],[222815,-288350],[219392,-292080],[221568,-288074],[223608,-293962],[224322,-297015],[224809,-296865],[220590,-305071],[219819,-297311],[230068,-312245],[228122,-314199],[219562,-314898],[221336,-308960],[219473,-326506],[228807,-82301],[224100,146521],[222936,149827],[229727,149054],[228725,144699],[220434,147905],[222578,146439],[223223,149259],[229969,147504],[227381,143143],[221092,148853],[224189,149571],[229480,148194],[228174,145961],[229072,536410],[228274,537793],[224157,532026],[223109,528700],[226902,528209],[227041,526698],[226986,532097],[224022,526921],[217651,532902],[229298,535305],[223143,528978],[228617,528514],[228062,527167],[226945,531984],[224060,526340],[228081,536654],[223955,531777],[222515,528497],[222511,527095],[227610,525952],[227339,532288],[224251,527269],[218166,532441],[225902,539681],[217876,541701],[221026,542814],[219282,544641],[217796,542131],[228124,538879],[225740,539908],[229457,549962],[220658,541970],[219271,544328],[228273,538562],[224602,539749],[220415,541086],[219966,542931],[229889,550316],[228503,550636],[226454,563398],[225034,563156],[227926,550699],[222750,552790],[227799,550946],[220095,550711],[227045,554496],[220785,552216],[221943,553551],[228005,554526],[228244,552405],[221694,553189],[220095,551526],[228318,553626],[228823,564610],[224184,564265],[229427,563625],[220111,106321],[233905,-145453],[239389,-150775],[238692,-153032],[235632,-151860],[231086,-154701],[238584,-158790],[238160,-156260],[235926,-160274],[239032,-155903],[232259,-162216],[236393,-163705],[233693,-161781],[231025,-161863],[232357,-171940],[234439,-172019],[237273,-166355],[232726,-171921],[232865,-167424],[235308,-171270],[236860,-167231],[230587,-178267],[240367,-170429],[241360,-189924],[236407,-191537],[237898,-186316],[242175,-189874],[242242,-188635],[235755,-180793],[237433,-181165],[235654,-180407],[236249,-183373],[232569,-179949],[236272,-192777],[241919,-193428],[240274,-199701],[241262,-198381],[232526,-193289],[242312,-218016],[243017,-219680],[241868,-226355],[241555,-217758],[242310,-224952],[239489,-223333],[239259,-223706],[242005,-221951],[243033,-220804],[241403,-224635],[240625,-221905],[240689,-226328],[243069,-219540],[240956,-221062],[242259,-220436],[241077,-236430],[236323,-235185],[241472,-240167],[239166,-238867],[240649,-238280],[242654,-234864],[239725,-234278],[236222,-234151],[242195,-240825],[241755,-240960],[238881,-238454],[231435,-237995],[239078,-242982],[238787,-239628],[233563,-241214],[233073,-240715],[232138,-239353],[232897,-240455],[235785,-240439],[238227,-241292],[236840,-237774],[235232,-243872],[233858,-243962],[237561,-245674],[236641,-244315],[242669,-248739],[232213,-254223],[235204,-245053],[242671,-249506],[232221,-253964],[237819,-266567],[234210,-257568],[234968,-256821],[234858,-262193],[235942,-265927],[231513,-257574],[232290,-257184],[235536,-265515],[238516,-268980],[237703,-272201],[239239,-280668],[235831,-269298],[233580,-274727],[235892,-270696],[233759,-276322],[233510,-277957],[235131,-278166],[238077,-281534],[237235,-281757],[238631,-284034],[237069,-297385],[235053,-305115],[233445,-307139],[241420,-312754],[243052,-317094],[235248,-312776],[236451,-310884],[241229,-322321],[237474,-326957],[242324,30707],[242399,48329],[242137,43014],[242659,48484],[243025,40052],[239580,49385],[241018,39307],[232959,547817],[235987,549865],[235493,545841],[234390,547581],[237190,545598],[235087,548436],[232635,548270],[235781,550547],[237172,545160],[241902,561679],[233714,552591],[235104,552501],[237864,555451],[236452,559786],[237075,561406],[237398,559077],[230709,563245],[233240,561746],[240965,562096],[232974,552888],[235089,550650],[236071,553671],[236547,556297],[236592,558851],[236882,560241],[238831,562973],[238485,558220],[233652,563075],[234116,552733],[236669,553771],[236909,556902],[235946,558496],[237100,560738],[239065,563034],[238611,557938],[232202,562777],[240305,563905],[241080,563537],[241433,564251],[241236,57718],[241669,51925],[242960,60831],[241808,63834],[239882,56144],[239885,52187],[241840,63049],[239851,57392],[241753,55706],[243309,-166049],[246264,-163337],[243866,-162493],[243572,-168424],[247466,-166559],[245332,-167117],[244893,-191490],[244301,-189795],[244889,-192349],[246285,-214232],[243768,-217160],[255966,-217076],[251046,-216943],[247273,-213044],[247987,-209083],[253233,-210303],[245420,-214517],[252419,-211276],[254365,-205517],[253293,-206256],[253816,-206499],[251819,-210733],[245794,-213965],[255008,-217197],[251241,-208891],[251321,-211624],[248614,-213243],[253652,-207561],[252075,-208439],[252247,-207495],[253788,-210768],[253983,-210559],[252029,-212282],[250931,-210405],[247694,-211768],[248184,-213219],[250820,-213012],[251164,-215058],[248671,-216813],[246314,-216713],[246967,-216637],[245936,-216559],[255606,-205054],[255000,-217419],[252816,-220063],[254686,-218297],[255313,-217789],[255179,-223853],[255030,-222748],[250484,-223232],[249010,-222411],[253820,-218747],[252024,-220818],[251027,-219891],[251403,-219520],[248623,-217651],[245241,-219175],[251027,-217626],[246499,-222582],[255749,-220958],[255460,-223198],[252132,-226446],[245366,-219440],[247102,-218398],[252992,-218288],[248994,-221564],[248207,-220918],[244796,-222955],[253736,-220529],[251087,-225383],[254008,-225544],[247926,-220993],[249474,-220740],[244914,-239045],[245286,-238289],[249652,-242515],[248549,-241741],[246837,-239422],[247008,-236905],[249401,-242722],[244981,-241395],[246625,-236697],[243643,-240174],[247197,-241926],[246125,-249262],[251368,-250467],[247136,-248676],[247172,-245307],[245811,-247170],[249141,-252427],[248922,-252102],[251086,-252837],[252349,-252203],[247828,-250496],[245169,-249998],[252163,-257338],[248791,-257597],[247911,-259593],[248793,-261299],[255185,-263158],[249964,-262807],[250516,-265865],[253191,-268145],[250338,-265952],[249614,-266374],[247624,-266790],[248522,-268479],[246310,-260111],[246198,-262343],[252291,-263758],[250562,-259371],[247181,-261780],[255459,-265006],[253304,-265533],[249151,-262657],[247829,-266872],[246820,-257213],[243454,-256419],[247891,-256935],[247903,-257090],[252325,-262238],[246841,-261086],[253055,-266471],[249752,-262706],[255416,-269390],[254952,-272566],[248152,-268744],[253741,-274806],[252283,-276460],[255597,-271336],[248597,-269021],[245600,-275035],[246822,-278834],[252101,-271875],[251626,-269331],[248983,-270876],[249762,-270964],[255818,-280202],[249495,-273470],[251267,-288958],[246617,-294024],[250932,-287918],[245791,-287953],[251985,-288659],[250526,-287274],[255671,-290501],[252763,-298436],[243819,-295933],[253752,-302109],[247121,-295833],[247811,-296984],[255804,-318966],[250198,-312579],[251802,-319499],[246382,-317400],[246736,-315443],[253748,-323540],[253338,-322086],[253844,-99379],[254466,-95482],[249774,-96884],[249375,-95445],[251577,-95358],[251050,135059],[251918,135218],[252087,131300],[254263,131334],[251409,307388],[243373,30724],[254776,28743],[254399,36341],[249723,32989],[249044,33138],[251715,35851],[247735,33254],[244628,34968],[245775,32850],[247992,30173],[254771,31053],[252141,36862],[250041,29714],[246648,34652],[247631,37615],[254320,33297],[248876,30231],[250247,29486],[254885,33849],[253655,32524],[244141,37939],[244386,51333],[245495,49474],[247744,45598],[252008,39414],[245295,40401],[244586,43189],[246025,48810],[250178,42796],[250740,40779],[244389,46652],[245532,38711],[244585,50790],[245340,50146],[247984,41808],[250613,41053],[243524,45156],[251960,60478],[248342,60882],[244207,60258],[251440,59927],[247041,59224],[244244,63707],[243345,52322],[251561,60730],[247938,59269],[247509,67743],[253771,67079],[246965,67369],[253583,64523],[248437,64972],[254807,64246],[244309,102707],[255919,123261],[252545,127459],[252143,126617],[20486,-170745],[22077,139131],[20636,146940],[19618,141707],[18012,141473],[264315,-133825],[268764,-137836],[256718,-189149],[258640,-189977],[267964,-187232],[257617,-188472],[259876,-189204],[258171,-185559],[260213,-185913],[260660,-184324],[262173,-184198],[260581,-183348],[260692,-186227],[261591,-185063],[260239,-192297],[267164,-198717],[258852,-203876],[258164,-199006],[257178,-202227],[257713,-204526],[260062,-193380],[264578,-193758],[259168,-197933],[259487,-212236],[261347,-211758],[262681,-208197],[266185,-207940],[257410,-216910],[262570,-206402],[265190,-205523],[257289,-206029],[264149,-213983],[262515,-212980],[260149,-209621],[259355,-209877],[257433,-216415],[260720,-208464],[262804,-205231],[267503,-214384],[266270,-205278],[256262,-206732],[262854,-212531],[262127,-208150],[256799,-226113],[268175,-222440],[262512,-227243],[263886,-217865],[263000,-219417],[263616,-224968],[261814,-224368],[268537,-228667],[257593,-226670],[257382,-226344],[257045,-226589],[260490,-227189],[257102,-224219],[259302,-227704],[259833,-226352],[259313,-229507],[263502,-218730],[262697,-218203],[262362,-225444],[261540,-225081],[267732,-226618],[257300,-227988],[257309,-227761],[261661,-225414],[267917,-238352],[262167,-230564],[265863,-242964],[267671,-234700],[268520,-250437],[264513,-250642],[267374,-243552],[265721,-245898],[256427,-261883],[261816,-265377],[258061,-263363],[259793,-267314],[259218,-265015],[256049,-267278],[256642,-268615],[258455,-268707],[258559,-274004],[256311,-278964],[259110,-279564],[256767,-279704],[258508,-281263],[257907,-275943],[258808,-281232],[258842,-293860],[261282,-281746],[256134,-293070],[256493,-288112],[265799,-284051],[265081,-284299],[265810,-281481],[262400,-282170],[258178,-300848],[264333,-301947],[256124,-297788],[262053,-301623],[262262,-303825],[267081,-297924],[264336,-301884],[265670,-312723],[268692,-312000],[268694,-311674],[266961,-326961],[268181,-323598],[264734,-320992],[266180,-329465],[264943,-87879],[258912,-86646],[264145,-88134],[262005,-87162],[263875,-89811],[257574,-93556],[257483,-94699],[256611,-94871],[259020,-96174],[261075,-92264],[259626,-93106],[259016,-92132],[260317,-93725],[258698,-91429],[259128,-92371],[260294,-93606],[259834,-92428],[259074,-92672],[257566,-96433],[258253,-96596],[256327,-94941],[256514,-94605],[257105,-95508],[265037,-89740],[259166,-96007],[257465,130465],[268187,25535],[266474,33235],[262530,27406],[264131,30220],[258267,30827],[259027,32221],[266259,29236],[268626,27029],[263429,26089],[262078,31329],[261124,32695],[257086,34607],[259750,27793],[263987,29998],[268545,406836],[263342,522644],[263560,521978],[267994,523030],[264112,522467],[261564,524121],[263414,525840],[259046,530207],[259451,531866],[257751,59973],[264938,61543],[256666,59965],[260130,63473],[265206,61084],[256864,62846],[263174,61623],[263925,62857],[265289,65977],[257854,67459],[263413,66876],[268015,74564],[265407,65137],[261334,68089],[266860,70034],[257639,66274],[264307,70216],[267653,72881],[265717,97892],[265706,100611],[261912,111828],[266031,107587],[267687,105339],[264187,120488],[258302,125901],[268651,118658],[279694,-122581],[280894,-126564],[279892,-124095],[280899,-119304],[280348,-126866],[280689,-124537],[278242,-120071],[278382,-115985],[278037,-124708],[275684,-120140],[280391,-124602],[279304,-122829],[273029,-124342],[279376,-126129],[281332,-116906],[279374,-125054],[277458,-115271],[274189,-125072],[275022,-118556],[280688,-123665],[273130,-138250],[279590,-131933],[281090,-128024],[269118,-136948],[272612,-132528],[269766,-138602],[281090,-128024],[275266,-134705],[273699,-133689],[272663,-134789],[277035,-140513],[279617,-131660],[279688,-130598],[272645,-132683],[272288,-138613],[274812,-136503],[270265,-138094],[281559,-128348],[274825,-140407],[273491,-138274],[276361,-134390],[279678,-128494],[270176,-140184],[276929,-142587],[275737,-141664],[278689,-142426],[271758,-151954],[277864,-141134],[273594,-144136],[277574,-142968],[276726,-142890],[276313,-152931],[274297,-148579],[272487,-149200],[280849,-146728],[278865,-149199],[281144,-152303],[277955,-147896],[273630,-142665],[275870,-142274],[278754,-147050],[273197,-146011],[272610,-151651],[273949,-153063],[271426,-152559],[278200,-151204],[280267,-150820],[280811,-147290],[281133,-161629],[273754,-153588],[272880,-186387],[272748,-186476],[278397,-187104],[278846,-189648],[279009,-187987],[279828,-185455],[274882,-181332],[272606,-180564],[271397,-180069],[279660,-189667],[269271,-188969],[276420,-188570],[276958,-187151],[280025,-192104],[269233,-197616],[278051,-195783],[279989,-205548],[278757,-206717],[279251,-205614],[281117,-218574],[269257,-226496],[277967,-220726],[275072,-229872],[271805,-221911],[276530,-223962],[270371,-223694],[269061,-227220],[274406,-231025],[273575,-230894],[273083,-230785],[269801,-238387],[275944,-231091],[274801,-231908],[273555,-230887],[275506,-250582],[280896,-252289],[268946,-243934],[277288,-248892],[276853,-251630],[281420,-248871],[277279,-249067],[271832,-248160],[272789,-247937],[271123,-248077],[277030,-246710],[277203,-263775],[281526,-267510],[280565,-271882],[278827,-272069],[269400,-285198],[278876,-292268],[279386,-83981],[277033,-88128],[271217,-85356],[269878,-85397],[278478,-89263],[278391,-87448],[276284,-85466],[277574,-85673],[270272,-85624],[279280,-84369],[280710,-87887],[279929,-84145],[281561,-101669],[278769,-89648],[278591,-101491],[278601,-97503],[278289,-89435],[279231,-108510],[278709,-109438],[277048,-107510],[276794,-114761],[275094,-107963],[278115,-107498],[277858,-114726],[275619,-111776],[278958,-108638],[278043,-108758],[276662,-113575],[275841,-105069],[280145,23233],[272175,23406],[278273,21233],[280353,23881],[271228,25225],[273751,24384],[275294,24850],[278837,21563],[274029,24201],[277046,21529],[272971,29020],[279109,27494],[278735,31691],[272351,31837],[273531,28533],[280987,28231],[278820,29058],[270122,29941],[274724,26262],[280118,28132],[277295,29722],[268912,28496],[275373,401696],[269131,404124],[274692,404890],[278503,405525],[269133,406462],[274853,402270],[269297,406164],[274446,405381],[278339,406112],[275754,400974],[270106,404319],[272594,406658],[276201,406804],[269077,405567],[272187,409998],[277177,416912],[278245,421755],[274734,417624],[272958,412605],[272141,410723],[277806,421878],[272913,417376],[273759,413224],[274058,410791],[277126,417562],[277289,422418],[273399,419026],[273640,413301],[278442,423232],[277254,423601],[278707,423491],[275248,524533],[275090,522327],[272206,522803],[269458,523081],[269692,518167],[274474,523495],[274240,521287],[270712,522514],[270850,518497],[279476,524942],[273311,521566],[271671,521537],[269296,518725],[276784,537798],[278373,533617],[278207,529774],[281074,526268],[277745,532825],[276979,529377],[274941,525484],[276691,536919],[276586,534689],[276541,530110],[275707,526533],[280679,525627],[276613,543930],[276873,544449],[277269,537871],[276852,543934],[280960,59403],[281423,60248],[271739,66790],[273805,72328],[276379,72512],[277487,69307],[269526,72586],[270463,70329],[274630,70248],[276877,69567],[271211,70814],[276445,71596],[278712,71241],[278919,84034],[274027,87361],[277684,88651],[280201,82148],[277468,83461],[272612,88451],[279685,80905],[274948,84649],[276391,86301],[277216,96555],[279122,100433],[270654,102411],[277243,100951],[278085,93048],[281359,102539],[278095,94682],[278635,97247],[270018,108874],[279201,109575],[277932,103518],[277049,110715],[280022,115049],[281254,113539],[280706,109517],[275534,116794],[281449,115743],[293610,-116012],[292703,-116010],[293943,-119150],[293750,-121486],[291135,-119571],[293993,-121624],[291209,-126391],[289866,-124419],[287401,-126047],[282790,-122486],[281883,-123026],[290165,-118807],[285210,-121104],[285524,-116264],[289909,-116580],[286033,-118000],[281945,-115352],[284261,-116717],[284285,-115891],[285050,-116297],[292161,-119238],[291527,-123007],[282893,-127126],[282524,-122496],[284928,-118448],[288439,-121907],[288450,-116881],[282884,-116494],[294266,-115947],[293899,-119233],[289975,-123783],[287052,-119968],[282857,-131930],[286819,-130689],[293090,-133063],[290810,-134892],[291808,-137610],[283768,-140431],[283355,-139084],[286722,-135468],[285637,-137996],[281647,-128878],[288249,-129263],[290253,-132302],[286898,-132308],[289522,-128052],[289844,-133949],[290376,-136156],[287232,-132701],[290353,-138210],[293160,-140578],[289073,-140196],[292000,-140442],[281968,-137883],[281804,-139444],[285726,-137812],[284014,-136214],[283226,-135770],[282117,-131364],[286494,-130847],[291040,-133389],[291094,-139453],[286159,-140151],[286923,-139816],[283809,-134947],[294311,-147436],[288972,-149724],[292250,-142958],[291715,-147971],[288653,-147760],[287839,-145563],[293107,-144487],[282762,-146169],[293451,-153361],[293743,-151946],[289157,-142159],[291648,-143617],[293505,-145989],[287850,-143691],[283101,-146696],[294256,-141946],[291844,-149586],[283898,-152782],[293567,-148696],[288944,-148417],[289159,-147365],[289519,-145453],[289623,-143920],[287754,-147527],[282678,-149485],[293773,-164149],[292204,-165078],[285521,-153981],[287803,-156892],[286800,-159164],[287920,-161305],[287266,-162331],[293762,-161112],[287100,-154706],[286599,-155773],[284698,-153832],[289145,-156131],[283683,-156816],[284892,-157594],[287837,-159266],[287181,-164988],[288505,-160676],[286662,-155015],[283118,-156524],[282328,-155269],[285415,-156285],[284431,-156064],[290845,-162679],[291126,-163701],[289702,-167484],[292276,-172315],[287624,-169097],[294215,-170798],[294394,-171334],[294220,-171978],[286654,-167405],[292348,-167939],[293752,-169406],[291266,-185450],[284847,-186405],[282412,-188756],[281857,-188594],[293992,-186114],[282784,-190185],[282462,-185415],[283974,-186241],[283132,-184261],[293660,-185829],[281985,-189088],[293577,-204564],[282893,-198042],[283598,-196839],[291827,-201121],[291540,-201307],[294284,-193885],[290454,-193230],[294228,-200551],[293795,-195091],[292909,-199918],[283468,-197151],[283580,-198122],[291063,-201419],[290494,-201547],[293886,-193857],[287965,-206263],[286656,-214623],[286518,-206796],[289892,-215330],[286672,-208756],[292534,-217357],[287539,-215566],[292822,-219869],[285757,-225448],[289782,-223117],[292104,-223325],[288207,-218892],[284779,-227450],[286522,-229173],[282572,-227631],[290897,-223299],[291018,-223917],[285428,-230533],[289174,-231669],[285927,-232263],[287602,-233287],[290299,-231150],[282166,-239701],[287833,-243744],[290271,-251322],[283096,-244934],[292097,-244020],[292162,-249972],[285299,-252031],[288587,-258361],[290682,-268519],[289105,-259779],[290645,-267329],[289513,-259154],[293132,-275934],[289938,-276014],[283050,-273808],[290008,-269098],[281821,-271461],[286487,-277845],[287284,-268749],[288578,-274811],[284749,-271572],[291243,-288343],[290101,-286034],[293897,-288166],[289917,-286185],[291504,-285877],[285990,-85305],[288234,-86970],[285971,-86851],[283613,-83146],[286351,-86766],[283828,-87187],[282129,-86084],[282635,-86014],[282251,-88260],[284374,-89069],[294055,-84771],[292993,-95702],[290073,-89466],[286048,-90676],[287546,-90016],[286764,-91468],[283829,-95911],[283609,-97985],[283408,-98778],[286549,-95313],[283252,-98615],[283732,-101090],[285803,-91711],[283418,-89825],[285711,-98595],[282516,-101236],[284776,-94581],[283999,-92307],[288616,-90878],[286730,-95948],[283144,-101814],[285381,-101698],[287943,-98702],[289590,-98631],[289657,-101976],[290483,-94022],[290775,-98603],[291996,-95889],[290551,-93572],[285618,-108122],[284094,-106774],[285082,-107286],[282855,-114737],[287375,-110982],[281994,-105911],[293884,-102996],[282998,-103216],[284797,-108481],[294315,-114404],[286016,-113813],[284808,-112482],[287330,-111759],[282098,-106680],[284476,-108758],[284436,-102412],[286999,-109654],[285625,-113765],[281608,-110062],[282066,-106053],[284040,-110138],[293683,-104774],[293461,-108007],[293964,-111416],[292406,-106347],[291338,-103621],[293069,-106815],[293032,-108113],[291328,-105763],[292137,-109167],[294240,-111445],[284806,23839],[288924,23578],[289852,21389],[285664,24151],[285242,24387],[288010,22931],[286899,22662],[287854,23804],[289971,22520],[291552,19448],[290269,19039],[284847,18957],[287028,21315],[287284,20704],[289208,22558],[290911,22997],[287194,21001],[290853,22575],[284122,20660],[283380,26486],[283399,26379],[281746,28607],[282166,26472],[284015,459812],[284278,465325],[286253,468610],[290278,467121],[290896,463558],[285371,464541],[285344,462065],[283144,464230],[282896,464971],[285138,461294],[285580,467946],[290049,466555],[290895,461950],[284449,462792],[282439,464371],[284415,465394],[286355,468096],[291853,467346],[293010,466778],[291711,462080],[282295,462320],[282685,525547],[282275,526526],[282817,525115],[286065,62461],[286163,58815],[285485,62925],[283742,61541],[284426,63403],[288633,62724],[286637,59715],[284016,68179],[284915,70524],[282333,64724],[289682,68256],[289926,72737],[289981,76295],[285212,70508],[282959,66241],[291264,67234],[290137,75275],[284239,67950],[286995,68566],[287970,70186],[285258,77392],[288683,80342],[289747,87097],[284078,79447],[281824,80615],[286480,77643],[288954,79335],[290759,77274],[290696,87473],[288463,86237],[286694,82717],[287373,79443],[291967,79130],[289747,88514],[287978,85289],[283685,79926],[284687,101242],[282580,109317],[282519,103426],[300702,-127204],[299599,-120359],[298959,-119054],[301834,-120006],[296589,-115675],[294647,-120076],[300636,-125058],[295002,-122984],[301167,-127783],[296737,-115243],[300282,-117464],[297774,-124987],[295738,-119460],[297452,-118792],[300393,-126141],[300984,-116108],[299781,-116321],[299487,-119248],[296284,-117060],[300740,-118550],[303703,-137973],[302720,-132336],[303663,-137594],[301615,-133655],[296690,-136279],[297756,-139681],[294682,-130697],[295283,-130760],[298434,-128497],[299396,-128807],[304532,-130845],[300178,-132374],[295365,-139932],[296109,-135397],[301048,-129674],[299065,-137744],[298983,-137506],[298859,-136229],[296302,-129009],[296853,-129188],[299760,-128485],[298177,-131411],[300036,-134566],[304154,-139112],[299377,-128466],[299654,-138652],[303120,-152329],[296654,-153289],[302045,-147590],[295872,-151029],[294410,-147342],[297288,-151608],[303218,-152231],[303874,-147068],[298733,-152633],[297114,-151464],[296643,-149478],[298108,-140965],[296089,-140800],[304925,-151571],[298865,-163670],[305094,-161516],[303162,-162821],[295378,-154123],[296378,-161196],[297276,-164201],[296746,-160675],[295826,-161891],[299638,-157517],[302158,-160999],[303380,-159093],[305016,-159667],[304534,-158757],[303692,-153447],[306273,-165440],[300944,-162445],[298972,-162497],[301514,-164800],[304417,-163886],[299155,-162631],[297176,-153735],[296238,-161267],[295863,-162611],[297087,-163162],[302453,-161606],[302135,-159994],[299284,-163009],[300837,-161145],[303552,-162724],[304360,-156145],[307148,-158677],[303187,-160354],[303469,-153859],[298952,-164923],[300128,-161686],[296372,-163352],[302287,-156890],[302045,-162666],[301353,-158037],[306394,-158309],[303091,-153679],[294776,-171500],[301275,-166599],[296950,-170933],[303284,-167846],[295408,-169664],[305356,-166628],[295135,-168911],[300251,-166255],[299862,-185484],[298729,-191673],[301429,-188677],[301726,-186567],[303057,-187676],[305840,-189743],[302184,-188331],[294457,-183069],[294640,-185132],[303977,-189131],[307182,-193846],[296211,-201811],[296341,-193978],[300227,-199462],[299996,-200719],[300256,-196042],[303829,-200984],[301278,-203660],[298036,-203327],[307171,-194199],[299228,-204451],[295714,-200721],[295206,-195718],[298978,-199612],[300151,-200496],[299965,-213267],[302229,-214197],[307017,-215615],[296138,-232469],[295887,-231054],[305291,-234548],[306975,-231480],[306143,-233738],[302742,-240017],[297462,-235041],[300197,-242486],[304281,-244329],[306558,-264613],[304400,-60699],[304142,-61191],[304079,-66342],[305168,-70064],[305569,-70986],[305941,-68011],[297797,-86064],[301586,-84626],[296113,-87036],[306043,-86504],[306009,-82194],[299036,-85619],[298759,-85280],[296729,-85349],[297335,-88242],[302037,-83054],[297273,-95088],[296664,-90690],[302982,-92470],[304743,-90457],[300978,-90213],[295595,-98278],[294748,-102019],[298332,-91812],[301682,-90633],[305140,-94824],[302530,-96257],[305583,-93165],[304670,-97859],[301351,-95722],[304511,-98362],[305500,-99077],[303658,-98623],[305364,-100164],[301953,-95752],[301131,-94287],[305833,-95329],[298994,-114128],[299624,-114667],[301871,-105224],[299918,-102665],[295688,-111027],[295736,-108581],[299748,-109886],[296472,-104705],[295178,-103052],[299202,-104966],[295182,-107011],[302965,-109074],[299309,-104748],[301477,-103289],[303687,-102828],[295273,-109072],[306051,10157],[304041,16918],[305522,409632],[303537,405586],[305326,409247],[303903,407177],[304164,405468],[304866,414742],[304952,418737],[302740,415829],[303969,420678],[302799,417729],[303549,416616],[304973,420485],[304799,418210],[305597,427953],[306565,426625],[298026,468590],[298112,468729],[295637,468426],[306717,464744],[298810,467512],[298506,471038],[296197,466736],[307126,464103],[294635,467504],[298672,466945],[299636,470652],[296408,468786],[306645,463072],[308666,-153223],[310620,-142222],[309970,-152827],[310763,-143571],[310336,-142609],[308530,-151737],[308388,-152815],[311242,-143179],[311489,-141869],[309159,-160102],[312826,-164273],[310886,-160924],[311454,-162912],[310519,-161297],[318185,-162782],[319006,-158204],[318883,-157718],[309811,-161860],[308805,-156594],[312331,-160331],[310697,-163956],[310364,-165122],[307367,-159665],[310645,-162397],[319908,-159115],[316882,-155378],[316744,-157938],[311304,-163795],[314903,-165074],[307952,-163157],[307558,-165021],[317224,-163211],[317218,-157959],[318451,-158665],[318663,-167494],[313151,-166831],[313747,-170776],[314365,-169012],[314347,-170486],[315263,-166374],[314142,-168973],[319198,-169056],[313070,-167806],[315620,-170418],[317992,-167542],[310299,-191529],[308558,-188495],[308589,-188323],[308383,-190127],[308268,-190756],[310359,-191370],[308757,-189548],[308889,-190867],[307579,-196133],[315451,-198279],[314594,-196709],[315504,-203648],[316904,-201807],[316797,-199212],[312077,-195157],[307782,-193339],[317553,-195161],[315139,-194843],[313556,-193059],[319626,-198167],[310129,-192778],[310277,-192473],[309556,-197368],[318237,-200552],[313677,-195925],[314302,-198495],[314033,-198252],[315631,-202079],[317062,-204314],[317506,-198993],[307379,-193218],[311817,-198202],[312156,-195299],[310440,-192279],[310375,-192830],[315085,-195548],[316582,-196705],[315821,-198817],[316431,-201972],[307258,-196813],[312129,-195295],[307545,-194059],[308678,-205939],[313444,-208811],[310429,-214589],[311827,-216392],[316844,-212242],[319800,-216252],[318521,-216084],[307760,-212574],[315825,-227658],[313025,-227348],[319826,-217689],[312564,-229770],[318060,-229338],[318809,-219089],[319064,-229930],[309825,-228959],[312617,-227796],[319569,-238265],[313237,-235985],[319335,-239807],[310893,-236680],[311638,-235493],[316804,-241537],[315849,-240768],[313327,-237637],[318585,-238514],[308406,-235244],[308934,-231794],[310300,-4285],[314436,-244888],[313953,-250466],[317303,-246520],[310723,-253042],[312436,-252079],[318066,-255404],[308712,-262019],[318514,-258829],[315252,-266388],[308026,-264421],[315362,-256036],[316306,-265345],[311622,-60560],[310469,-62448],[319952,-61303],[309195,-60785],[309844,-63506],[312820,-66571],[315683,-76264],[319874,-76291],[316664,-75269],[319699,-73599],[309670,-64149],[317349,-65139],[319917,-66221],[317620,-67139],[314548,-71284],[316841,-72076],[314428,-74900],[319603,-72538],[318704,-73289],[312633,-71278],[316300,-72526],[319645,-74135],[319416,-80257],[314453,-88038],[315148,-88345],[315144,-86564],[312609,-85606],[312825,-86482],[319348,-77363],[315380,-77507],[316765,-86767],[314714,-85255],[307750,-82317],[310105,-88083],[309032,-84853],[316210,-87357],[314085,-84815],[317241,-89134],[312229,-82932],[311920,-84034],[316166,-77007],[308589,-92253],[312237,-89457],[310986,-94284],[314699,-90080],[310251,-93270],[310444,-90028],[309940,-91431],[316366,-94162],[307627,-98334],[315836,-98234],[314297,-99349],[308126,-96334],[308169,-100483],[315387,-96347],[308456,-100637],[316959,-90979],[316179,-99806],[307940,-97634],[314423,-95985],[311422,1200],[308734,404260],[309173,409202],[311816,409576],[313251,406822],[312117,409498],[309623,404645],[311157,407861],[315873,407355],[313566,405614],[313012,407935],[309391,404991],[309504,409034],[315995,406540],[312587,406926],[312038,408696],[310866,420329],[311665,415500],[309115,413683],[315100,411993],[317674,411681],[315666,414445],[314356,419400],[309769,418576],[311649,415045],[308972,415052],[310776,409979],[315419,411972],[317015,410087],[317197,414297],[319363,415007],[318983,419462],[315864,422225],[315194,419578],[308476,421928],[308751,420494],[311368,414075],[308952,415237],[316397,411953],[317232,410362],[317274,415743],[319739,415604],[316350,421141],[316282,419076],[316301,430403],[314204,432175],[310424,427529],[307346,425382],[308062,423673],[318109,426133],[318103,429317],[309128,433893],[314420,434556],[314541,431294],[311630,427368],[308891,425516],[307712,428245],[309175,424412],[318235,424869],[317443,428256],[307478,434435],[313218,434650],[315956,428736],[315437,431426],[311696,427566],[309048,424229],[317114,426427],[319625,430024],[308072,434436],[314816,435404],[312029,436633],[315283,436356],[314973,437542],[310183,464677],[309615,464240],[308609,464584],[328441,-141295],[322353,-155540],[320459,-164123],[323498,-162319],[320288,-159313],[322070,-160040],[321312,-162279],[322692,-163551],[320406,-155910],[321187,-156080],[321266,-156299],[328458,-167337],[332136,-169062],[321241,-167381],[332740,-176095],[325763,-166894],[327451,-173802],[327617,-167007],[326554,-166287],[320584,-167223],[325196,-170603],[323894,-202829],[322900,-203154],[325524,-200171],[327640,-200822],[326784,-204212],[327560,-202921],[326627,-203475],[329462,-202075],[331054,-203365],[320458,-199790],[320931,-202561],[322604,-202555],[324002,-204160],[325188,-203941],[327371,-202386],[330054,-203376],[328852,-204316],[326955,-202359],[326918,-203777],[331543,-204084],[329928,-201856],[331083,-203609],[326651,-203798],[322832,-205815],[323140,-215510],[325089,-216892],[328705,-205341],[328703,-205655],[331712,-205912],[331498,-208958],[327748,-210537],[329358,-214190],[330101,-213487],[322592,-204939],[322122,-205710],[321667,-205112],[328382,-204612],[328135,-206035],[320974,-216874],[322531,-216854],[323372,-216611],[325253,-215599],[324775,-214855],[321974,-221840],[322839,-229664],[321949,-224930],[330658,-223636],[329393,-227833],[321078,-226074],[323448,-223391],[325629,-227807],[326394,-227974],[332137,-229336],[321589,-223207],[322873,-221540],[321730,-218931],[320698,-229879],[321803,-225777],[321253,-225932],[322429,-226263],[330557,-225381],[331404,-220972],[328192,-227763],[326976,-229599],[330032,-222750],[323227,-223090],[330828,-221904],[331933,-228734],[323215,-220348],[320606,-222467],[321941,-229402],[322243,-228342],[323783,-227730],[325251,-224103],[330711,-223599],[332267,-222665],[328118,-228344],[329442,-228490],[332726,-218315],[325115,-231174],[325229,-230644],[328877,-234312],[323328,-235416],[329353,-235323],[328012,-234533],[326384,-230850],[323358,-230203],[328132,-232087],[326971,-230697],[327420,-232755],[320577,-231202],[323743,-234820],[323924,-235496],[327477,-234167],[328073,-235542],[326198,-237356],[323456,-231781],[324847,-234874],[326736,-234935],[331298,-244505],[325311,-254007],[320254,-249381],[330844,-246906],[327204,-261283],[328834,-255815],[328418,-260895],[324202,-268010],[326312,-258885],[328686,-257574],[322616,-60411],[327571,-58611],[320500,-75029],[332709,-81776],[321477,-86582],[326596,-82562],[325348,-85466],[326972,-77355],[332668,-80509],[329904,-83984],[324801,-83963],[322240,-81801],[329423,-84160],[332013,-80972],[330573,-81264],[324903,-78106],[321160,-77569],[322446,-85180],[327622,-90829],[329065,-89783],[328281,-92330],[331913,-92865],[324720,-90595],[326806,-93230],[325208,-94709],[331159,-93935],[329608,-92077],[326536,-89409],[325239,-111802],[330712,-108474],[322814,-108507],[328521,-108985],[322952,-109576],[332531,-107566],[327095,-106744],[325938,-109295],[331209,-105833],[323050,-111187],[328317,-105751],[325096,-106934],[322045,-112038],[322635,417507],[322625,415422],[324965,421442],[326942,422124],[320457,419396],[323682,414748],[323399,420506],[325378,422338],[321071,413924],[321803,415276],[320204,418428],[322835,413892],[323759,420850],[328365,432055],[328522,434080],[330667,435368],[320198,432108],[321156,431258],[321734,424337],[322211,428814],[325379,430188],[329581,433376],[330510,428805],[325217,423302],[328981,432618],[328025,434686],[330774,434394],[325075,434434],[322503,433783],[321624,431126],[322248,423930],[321449,429854],[324437,432480],[331273,433286],[331740,427762],[331755,429823],[329131,433245],[331828,433936],[322321,432346],[320919,431552],[320281,424149],[321596,429494],[325333,430456],[329461,432815],[332284,428245],[330995,428817],[325509,435971],[324816,435597],[328031,435521],[343691,-151007],[340733,-149344],[339814,-150660],[343767,-151775],[344811,-153455],[342160,-178702],[337403,-178665],[332925,-175791],[337974,-177058],[335999,-175654],[339419,-173747],[342680,-173447],[339899,-174738],[338979,-170433],[343183,-175444],[341369,-176425],[344404,-178009],[343899,-177159],[335302,-174947],[336310,-175894],[337215,-177163],[339536,-174219],[343357,-172564],[343202,-170464],[343285,-173614],[339624,-170080],[334750,-176050],[335871,-174816],[335346,-175478],[338737,-173314],[338024,-170945],[338671,-184727],[341740,-185586],[341129,-181702],[344723,-180658],[341239,-184032],[344196,-184869],[343325,-185847],[342099,-181229],[338660,-190796],[340933,-190924],[344253,-180824],[339619,-191570],[341662,-188418],[340295,-189048],[339186,-185155],[344457,-182552],[340617,-188187],[342379,-180753],[343907,-185384],[340184,-203697],[343560,-202137],[341934,-201147],[344691,-201352],[340954,-203044],[340837,-194680],[341222,-204401],[343298,-201723],[344348,-200905],[342340,-204392],[344714,-204325],[343320,-201782],[344162,-201408],[344903,-211732],[342658,-210380],[343996,-212129],[342009,-205704],[337650,-216237],[335677,-214166],[338337,-208405],[339626,-208258],[337816,-211356],[337129,-211027],[341573,-207217],[341375,-212548],[335787,-217084],[342361,-206227],[335930,-214879],[340700,-208970],[339516,-213310],[343399,-210295],[343309,-210637],[334610,-216421],[340611,-205350],[336136,-213671],[337777,-215351],[338509,-213788],[339782,-206596],[339384,-210168],[339418,-211149],[337516,-210879],[339132,-213102],[340421,-207455],[337298,-222997],[339628,-220373],[338725,-221929],[333944,-228056],[332959,-227803],[337276,-222493],[341087,-220615],[338466,-226651],[337648,-224424],[335046,-219315],[339964,-221867],[339896,-218582],[337154,-218980],[338254,-230020],[337011,-225803],[338316,-225174],[335038,-226971],[334191,-220231],[335206,-228638],[333271,-223420],[333658,-219695],[335714,-218070],[338900,-229323],[343786,-234157],[344916,-237793],[339808,-231237],[334049,-233391],[336974,-233090],[340548,-235309],[333462,-232694],[338962,-232655],[333666,-233255],[334821,-230713],[333142,-234023],[340111,-230288],[334462,-248411],[343786,-252698],[336644,-243079],[342523,-251556],[337113,-250644],[335586,-249644],[340596,-265391],[337024,-261149],[345441,-258161],[337064,-264535],[335783,-266402],[338062,-262019],[339088,-264247],[333336,-265378],[338367,-261738],[340583,-34289],[343031,-62918],[342618,-55792],[343366,-61369],[341598,-60237],[344864,-55889],[343687,-61803],[343081,-55950],[340823,-68033],[342664,-66049],[332925,-73229],[340389,-65233],[339712,-67974],[342418,-64088],[333746,-76382],[343020,-67515],[338194,-69493],[343327,-65716],[336893,-75471],[334614,-74782],[335260,-78773],[338071,-77943],[334832,-87705],[333320,-88899],[334718,-79160],[342346,-95085],[340668,-98336],[343700,-95575],[340649,-101438],[344254,-93854],[344808,-99604],[334696,-106728],[337943,-109455],[338976,432116],[334780,430553],[336223,429500],[338542,432846],[335541,428480],[334806,434300],[339184,433206],[336449,430988],[335813,430737],[334256,436533],[336314,436108],[343560,92860],[342367,94556],[342771,102957],[344877,114909],[351190,-118758],[351425,-117973],[347581,-119871],[347453,-118571],[358207,-117676],[351363,-115205],[356363,-117945],[353015,-118257],[348062,-120740],[347649,-119371],[350255,-119579],[346963,-119457],[347396,-118084],[355310,-152798],[355024,-142550],[357679,-144835],[354595,-147161],[355879,-149786],[356211,-150835],[357913,-147738],[358383,-146668],[358180,-140966],[356996,-142142],[354129,-149822],[356658,-152852],[354017,-151402],[356263,-142799],[354603,-145687],[355371,-149665],[357738,-157670],[356868,-154568],[346029,-176856],[346850,-176591],[358043,-178987],[357305,-177531],[355728,-178629],[354209,-178856],[353033,-173551],[349138,-178037],[349999,-175952],[346596,-175852],[353136,-173684],[346577,-178499],[358375,-177688],[358379,-168204],[357578,-176008],[356225,-178158],[353830,-174024],[357187,-174944],[347071,-177369],[348101,-174891],[350216,-174881],[349588,-174692],[352573,-174149],[355327,-178654],[357570,-175289],[355740,-177151],[351923,-177926],[349267,-174035],[351155,-177304],[353940,-183048],[347484,-180030],[352203,-183134],[355577,-185736],[356328,-187083],[352295,-191135],[350463,-191230],[350888,-184793],[349370,-183362],[347085,-182608],[351436,-183118],[353116,-180529],[348902,-185279],[346528,-182151],[356915,-188998],[348508,-191524],[348813,-191135],[351106,-191017],[353618,-186038],[353034,-185225],[353484,-186046],[351910,-187160],[348502,-199961],[354336,-197812],[357142,-200139],[355689,-199824],[353258,-198692],[353527,-197629],[357350,-198801],[348306,-200988],[354268,-200019],[354626,-198429],[353315,-199511],[354797,-203604],[353321,-204351],[348334,-202565],[350981,-202016],[355713,-204468],[354928,-204229],[355909,-201601],[349948,-203882],[349397,-201761],[357469,-201607],[347199,-207268],[345934,-205059],[347479,-213844],[346337,-209748],[346308,-208772],[348029,-208781],[355626,-212867],[354464,-207104],[355911,-213332],[356805,-204947],[346261,-205196],[355546,-211146],[354993,-204643],[353736,-208845],[356670,-224594],[347506,-219818],[347972,-218421],[346004,-228609],[346403,-228866],[346826,-219211],[346690,-219748],[346611,-227537],[346710,-227369],[351216,-232719],[352252,-232436],[346690,-237232],[346046,-237415],[348733,-237078],[350300,-236792],[351544,-233154],[352337,-231819],[346143,-238659],[347492,-239436],[349700,-10953],[347226,-10956],[350623,-8859],[350195,-247289],[357682,-247651],[350721,-251138],[354570,-249085],[345660,-252813],[347150,-258755],[357495,-262512],[352774,-262496],[347298,-257595],[355257,-261544],[350562,-258631],[354888,-268315],[347778,-261657],[357946,-15148],[351745,-32373],[352402,-34483],[350442,-37130],[356966,-30438],[350886,-33085],[348685,-50562],[355343,-45422],[352043,-49623],[354104,-50302],[350403,-54931],[346504,-51511],[352893,-62174],[348192,-63708],[354166,-62544],[348863,-51441],[351550,-59301],[348541,-74009],[345885,-71279],[348076,-74369],[354319,-73549],[348068,-64073],[353494,-72612],[357496,-64723],[345959,-101298],[347006,-95337],[346297,-95171],[350158,-101671],[347964,-99660],[346527,-96374],[348769,-97546],[348668,-101459],[358373,-109672],[358094,-105747],[349621,-105649],[350744,-108199],[358216,-106287],[351585,-106066],[358084,-106327],[356727,-112474],[349891,-109580],[355487,-105617],[355409,-107130],[352889,-106156],[351897,137493],[354570,136289],[358133,128841],[357603,133654],[356801,133474],[354004,142621],[352717,142410],[351581,147288],[348979,86786],[356428,88285],[349048,88115],[357582,100591],[357443,93834],[356769,93109],[345741,95420],[347454,101438],[353490,101784],[350615,103890],[357517,108654],[349531,125949],[349977,120358],[352001,122749],[355376,127448],[360530,-118579],[365326,-118016],[370631,-124524],[366573,-118262],[370895,-126046],[368526,-138433],[370747,-137609],[369938,-136723],[369989,-132659],[370574,-137633],[365340,-151316],[359156,-147500],[365591,-150370],[366435,-145065],[366426,-147694],[360134,-144723],[370391,-149642],[369688,-149058],[365266,-147719],[366748,-147039],[360055,-144482],[364115,-151412],[362512,-152005],[364598,-147606],[364017,-144199],[368533,-155696],[368026,-164833],[361180,-158397],[367034,-161673],[367181,-155693],[361795,-165972],[361415,-164738],[360928,-163035],[362593,-155661],[361403,-153647],[369287,-161775],[365345,-154439],[361690,-165345],[361614,-156899],[370537,-164694],[370701,-159274],[358829,-155703],[358573,-159355],[371060,-160248],[369618,-158227],[366475,-162384],[364131,-163458],[365822,-162538],[364250,-165533],[360735,-154446],[359509,-154493],[361713,-153499],[360702,-154438],[361578,-165916],[362567,-156721],[371023,-162470],[368439,-157632],[369237,-159576],[364680,-165678],[360628,-166078],[364642,-163852],[366346,-162558],[363006,-165947],[360547,-154276],[360109,-156402],[367358,-166584],[359771,-166260],[359576,-169048],[358727,-167506],[362371,-167651],[365886,-169115],[370854,-166827],[367244,-170331],[364426,-171229],[365895,-166970],[369534,-166821],[360708,-167412],[368872,-167816],[363822,-174584],[359642,-167518],[363954,-167814],[367836,-169169],[367348,-169464],[364358,-170748],[367637,-172204],[369554,-167213],[370732,-177870],[358943,-168598],[367118,-167973],[366385,-170620],[367679,-169303],[367116,-177473],[362098,-175287],[362615,-175498],[362114,-168586],[366727,-177619],[361482,-178716],[367461,-177455],[371055,-167725],[359512,-176217],[360586,-177231],[361757,-178794],[362321,-175369],[359831,-181630],[358988,-181964],[369068,-182345],[358680,-181400],[361681,-180416],[360809,-188865],[368343,-182795],[369842,-182503],[369353,-182008],[370869,-181095],[362660,-181562],[359058,-181533],[364183,-181065],[369128,-183381],[366233,-180372],[368418,-181795],[362160,-183982],[360809,-187238],[359013,-179118],[358494,-179467],[366385,-183053],[366838,-182459],[366584,-181823],[361068,-185576],[360566,-184941],[360840,-179306],[359708,-187586],[365543,-182347],[365943,-180842],[370250,-180182],[362169,-184576],[358812,-185741],[362872,-184459],[360522,-187328],[367756,-186568],[361489,-188543],[359195,-198742],[362194,-197733],[365392,-198089],[362032,-199208],[367204,-197464],[364856,-198916],[364928,-198287],[367667,-198139],[362213,-198356],[362181,-198975],[360824,-198666],[363511,-198125],[368099,-196657],[368364,-202549],[362488,-199780],[371152,-200475],[365594,-200600],[368312,-201736],[367685,-200841],[366470,-201473],[366307,-201722],[361189,-200118],[361231,-201318],[366124,-201301],[365408,-201178],[365753,-200264],[367751,-200313],[367999,-201348],[368679,-201825],[364946,-203903],[368674,-202454],[366474,-203817],[364042,-199446],[368143,-199833],[368967,-206385],[369031,-205231],[370206,-208356],[364457,-210226],[363952,-211222],[364282,-213170],[365270,-214058],[370142,-210024],[369325,-211564],[369867,-205671],[366316,-205538],[358598,-205066],[371141,-210075],[365105,-210854],[363321,-209305],[364382,-213612],[364389,-213876],[368608,-210185],[370596,-212002],[358683,-226561],[359757,-228738],[370455,-226455],[368781,-229778],[368446,-220874],[368722,-222244],[360422,-241912],[362231,-240647],[367814,-230925],[358642,-242013],[359235,-249813],[361148,-247492],[360362,-246152],[364368,-250847],[367302,-249104],[358672,-248536],[359452,-249306],[361293,-247256],[362266,-247188],[369216,-245120],[366050,-254952],[365803,-253391],[365865,-253561],[367636,-254177],[359938,-259747],[364867,-258007],[365804,-257210],[369813,-260098],[367742,-259938],[360342,-261162],[366400,-259290],[364102,-258495],[368458,-261876],[368731,-260692],[360124,-21271],[359185,-50224],[359491,-50197],[364583,-68516],[363841,-68607],[369180,-68920],[364307,-66239],[368241,-68310],[366458,-86280],[364370,-83445],[361633,-81736],[369401,-88599],[366885,-80250],[365567,-85547],[362453,-81662],[361156,-80779],[363940,-79809],[366709,-86857],[362065,-82559],[366236,-92678],[368262,-90309],[367630,-91647],[359366,-106358],[368887,-113000],[371039,-112052],[369401,-111928],[359382,-104987],[363343,-111005],[364083,-113995],[360721,-110242],[361167,-108929],[370310,137786],[368322,139534],[366658,141079],[363864,143604],[361899,143339],[359137,143484],[370891,48476],[370518,56415],[370238,59685],[366117,52397],[366535,55047],[363127,87172],[358991,88345],[360908,83475],[365378,96180],[363123,101190],[360247,99639],[361679,101879],[360924,92851],[364414,92032],[362101,95934],[365915,104969],[362641,103991],[365147,107451],[366704,110901],[367274,113089],[369264,113637],[362903,106858],[360811,109792],[367870,116475],[367328,120457],[370049,118978],[370553,124242],[366124,120315],[363876,121644],[361325,123964],[361995,125909],[372128,-123974],[374276,-125332],[374557,-126919],[381089,-120458],[382432,-115714],[379804,-116947],[379490,-117917],[383352,-117857],[382638,-123561],[379592,-127193],[382368,-126674],[381784,-121193],[375372,-127291],[376833,-125507],[371959,-121387],[371435,-116045],[373351,-116233],[378464,-118981],[378808,-118317],[377929,-121736],[379953,-123135],[373137,-122931],[377452,-121622],[380975,-129285],[378218,-138313],[371481,-133591],[376069,-137736],[371284,-131038],[376442,-131557],[372586,-131391],[380518,-130666],[381002,-132699],[371891,-134428],[376333,-128964],[377455,-138703],[374506,-129408],[376232,-140401],[382158,-132565],[382360,-132517],[373463,-132628],[380649,-129227],[375485,-136143],[382850,-134688],[376143,-133682],[379583,-132128],[371661,-132358],[373266,-134402],[379194,-145770],[380653,-148056],[375118,-152478],[373101,-145167],[378276,-145676],[377106,-149285],[377951,-147749],[375696,-146717],[373834,-146859],[382295,-146905],[380826,-144971],[383340,-149327],[372153,-149222],[372177,-144914],[374131,-141479],[375142,-141578],[374276,-144811],[375622,-148372],[382098,-142176],[382900,-143160],[383269,-145324],[379686,-153363],[383176,-153175],[382701,-147436],[375041,-143096],[377998,-146382],[377300,-149714],[375803,-146956],[373254,-161295],[372175,-155884],[382306,-165838],[373719,-157267],[373153,-153847],[376856,-160957],[373288,-161602],[383657,-164048],[378181,-162618],[383953,-161643],[383651,-159385],[378209,-162351],[377758,-156498],[371418,-163813],[373760,-164499],[371614,-165328],[373678,-163244],[377022,-153777],[371843,-156629],[377580,-165622],[375160,-157506],[375905,-162123],[382823,-157536],[379042,-160187],[382710,-158386],[383865,-164004],[374465,-164887],[377256,-154758],[378392,-155723],[372104,-162714],[380575,-155931],[373345,-164068],[373228,-164063],[374115,-156044],[371220,-161271],[374220,-158446],[383744,-164377],[372102,-165533],[374419,-157003],[378927,-155285],[383672,-160853],[376331,-166969],[381151,-177225],[379830,-177140],[376213,-171738],[376064,-170539],[383953,-178004],[380199,-171500],[380781,-170414],[375708,-168100],[379812,-177661],[383999,-175488],[375994,-169576],[372711,-166790],[372711,-166790],[383990,-176949],[381450,-176898],[374066,-169096],[374904,-172291],[372150,-172345],[383169,-178854],[377379,-171890],[380529,-173057],[372652,-167979],[371548,-167689],[372665,-170138],[378109,-188233],[380206,-181326],[380079,-181898],[375285,-187636],[382672,-181539],[372406,-182161],[380557,-180981],[377711,-191665],[379603,-187937],[377944,-187287],[380040,-181459],[375436,-188206],[372180,-182365],[377210,-185828],[382517,-179205],[383227,-186762],[381230,-187040],[380712,-185883],[371581,-180079],[380053,-186016],[379458,-185401],[374212,-198541],[382565,-196771],[372176,-198658],[383054,-194809],[383163,-197374],[382028,-196955],[375778,-197866],[383802,-196574],[372027,-197773],[382936,-197707],[371957,-199202],[380726,-196821],[378448,-197667],[379839,-204492],[381944,-202417],[380308,-204263],[372385,-201086],[377966,-198198],[377095,-202900],[380874,-202535],[382896,-204328],[371315,-204037],[375748,-202117],[374984,-203090],[380795,-198014],[374666,-201780],[383828,-198293],[376832,-198519],[372724,-200476],[377789,-202928],[379932,-201162],[380159,-201287],[375417,-202809],[375879,-202201],[373058,-200505],[378895,-200925],[382870,-198312],[377246,-199965],[383032,-199094],[374694,-209074],[373553,-206016],[372853,-207800],[372912,-209784],[371397,-208638],[378816,-208615],[379691,-209122],[374691,-208886],[376988,-204604],[371293,-207946],[372074,-210471],[379716,-210262],[378044,-208684],[377890,-220349],[381072,-220593],[383947,-228041],[377673,-217533],[380717,-223660],[371931,-234406],[377938,-237329],[380446,-239718],[383478,-237206],[379291,-239701],[377185,-235103],[379616,-239831],[380388,-772],[377238,-1482],[382902,-1247],[380504,-6263],[381317,-504],[378374,-824],[381627,-730],[383450,-1589],[383001,-3022],[372941,-249700],[373284,-249322],[373036,-251290],[374984,-250613],[381927,-261027],[376548,-260278],[377252,-260895],[377787,-264758],[381479,-263468],[377662,-260489],[375957,-260664],[382501,-20395],[372103,-31434],[375908,-46490],[371641,-41756],[374363,-40238],[373120,-47134],[371973,-43772],[375405,-47166],[380517,-54286],[381431,-61295],[381951,-53268],[381728,-52973],[371352,-69114],[380885,-64918],[378094,-80059],[374753,-92479],[378152,-96418],[379663,-98467],[382021,-93006],[377783,-92249],[379440,-97852],[380296,-97733],[382659,-94137],[376588,-91590],[377714,-97047],[380443,-98698],[375726,-109507],[377044,-110842],[379787,-114276],[376836,-114778],[376545,-114683],[379395,8665],[378032,6458],[373185,9832],[372324,10215],[378594,8355],[377558,5190],[378257,7013],[380622,523],[377977,1110],[377009,137673],[371520,132053],[376970,132532],[373331,140424],[373249,132153],[382029,134796],[381357,146540],[383888,144604],[373229,50043],[378769,50798],[374575,42498],[381106,41130],[372413,51568],[372902,52311],[373124,55583],[376930,59909],[379230,60777],[382298,56827],[383208,55337],[382746,68524],[380255,68678],[377285,68648],[374272,69907],[376168,70521],[381816,67763],[379932,96207],[383463,92999],[381304,98865],[377782,101937],[374515,106516],[373161,105674],[373198,118219],[376140,122646],[375899,120399],[32988,139225],[37195,136562],[33796,137857],[34177,133919],[34959,152012],[30892,148392],[34378,153010],[30149,141452],[35703,145850],[35485,141993],[32681,142133],[33448,142759],[33325,143206],[37991,144757],[37127,144220],[36378,145708],[36285,154350],[37851,154597],[30953,156329],[37442,220393],[32008,258474],[32487,350461],[386054,-119071],[388444,-126652],[388945,-125973],[384420,-124164],[390067,-139329],[389286,-135414],[388465,-132006],[391208,-132768],[394332,-132852],[388001,-132733],[389739,-139420],[388173,-137003],[392837,-133784],[389315,-134306],[385441,-131407],[386988,-136345],[384895,-130605],[390224,-128086],[393311,-133784],[390969,-132846],[387394,-152916],[393717,-150078],[389979,-151554],[391831,-145512],[389912,-144974],[387161,-151395],[389394,-145740],[389852,-153010],[391264,-141185],[390654,-151471],[391524,-144826],[388646,-152423],[392678,-149687],[390183,-146208],[390240,-146876],[395559,-151706],[394123,-146767],[384962,-152915],[388937,-144812],[385018,-151866],[389013,-151761],[389058,-144320],[384389,-153242],[396790,-143039],[396663,-145672],[396251,-142447],[395756,-150806],[388812,-144005],[396312,-142514],[390609,-151855],[393119,-146430],[391092,-148312],[390358,-152261],[386981,-159370],[388653,-157509],[386751,-158067],[389439,-158314],[389677,-154885],[395340,-157735],[387576,-159552],[386988,-159135],[384215,-160126],[393860,-156424],[393156,-154248],[388667,-155863],[384465,-157534],[387444,-158971],[389861,-156391],[389787,-154182],[389332,-153456],[385319,-158272],[395502,-157271],[395901,-160081],[396076,-157260],[392385,-163623],[388535,-161530],[393924,-163337],[393998,-163233],[393243,-165051],[390283,-158915],[389531,-162649],[392080,-164808],[393092,-161112],[390908,-161539],[390450,-158394],[392325,-163449],[396660,-177331],[386677,-178947],[386595,-176010],[384240,-176964],[389003,-178984],[387297,-177192],[385248,-175640],[396298,-175243],[387479,-166684],[392589,-167188],[389448,-167228],[388683,-167796],[392830,-167543],[390702,-172819],[388365,-174139],[393237,-166626],[390623,-175321],[386315,-182601],[387900,-181679],[385504,-179851],[389555,-183668],[391716,-185325],[395971,-181863],[386431,-182952],[386815,-183165],[385022,-190050],[394869,-182275],[394865,-185621],[388546,-183598],[396197,-181849],[385383,-186145],[385312,-183051],[384097,-183760],[390785,-196933],[391432,-200631],[394987,-201211],[386782,-197233],[391930,-196458],[393222,-194015],[387460,-197367],[389974,-193656],[394052,-193911],[392825,-195961],[391312,-195116],[390645,-195097],[390762,-194551],[394153,-200725],[386163,-196409],[393396,-197006],[395295,-196918],[395524,-194853],[394131,-199098],[394956,-202174],[386898,-197403],[389243,-196801],[384848,-197957],[391884,-195549],[394479,-195699],[390194,-194341],[385515,-197569],[393504,-194025],[394653,-194868],[392706,-194584],[394587,-196885],[391801,-194603],[392137,-195699],[391512,-193021],[395209,-197490],[395333,-193749],[394556,-195320],[391343,-199975],[388656,-199604],[384847,-199710],[386319,-198535],[388896,-202575],[391802,-203362],[390827,-200126],[386250,-199047],[386977,-201040],[388192,-199581],[388285,-199690],[385259,-200573],[384618,-199684],[388435,-211779],[386483,-209350],[387517,-208782],[387949,-208909],[387750,-210750],[386287,-210886],[385476,-208486],[390625,-220263],[388932,-227446],[395591,-219604],[396074,-224628],[388568,-226401],[390744,-235163],[392532,-236240],[392154,-238496],[385150,-6419],[385723,-337],[388321,-7979],[392204,-10909],[385183,-249749],[389430,-243380],[392525,-253787],[386900,-250016],[391987,-246053],[390981,-253998],[384975,-245797],[388388,-244446],[391278,-253385],[386372,-260659],[386612,-260071],[385547,-23539],[384052,-20088],[386757,-20195],[394663,-32033],[390761,-33350],[393692,-27624],[387755,-27409],[389585,-113787],[385412,-114048],[394486,12215],[390599,2096],[389449,2239],[396043,6273],[389977,2756],[390587,2687],[386483,12372],[387620,5457],[385572,140780],[396388,138344],[392387,135735],[387394,137524],[396784,136126],[393378,147384],[393692,149838],[389085,148033],[384653,142204],[384051,149054],[395853,144230],[396103,16696],[396019,16743],[385438,16300],[390293,55456],[395884,53095],[393333,61951],[390209,51615],[388656,51930],[388542,54132],[390649,56615],[392304,55065],[391358,61465],[391488,60659],[392627,61004],[394442,59849],[393996,57294],[389339,64915],[395152,75471],[386798,68537],[390024,66975],[390660,83877],[395026,85404],[395794,81206],[392526,85470],[392892,86090],[391314,80054],[394898,80982],[385755,98432],[385849,95056],[393949,96008],[396723,92113],[396581,92499],[393850,93743],[388983,111724],[394155,107769],[389697,110502],[393221,108564],[396487,111716],[391519,114663],[396377,111397],[394945,127095],[393830,125537],[393991,119340],[397097,-147076],[400058,-145237],[397262,-150952],[397362,-151077],[399649,-150803],[398605,-163826],[398437,-162644],[397351,-158777],[400757,-157123],[401062,-161644],[402575,-154711],[397718,-177419],[404866,-169983],[398652,-177973],[403581,-170829],[399822,-166462],[397014,-170092],[399126,-167175],[397359,-167702],[400700,-176158],[399040,-175633],[397782,-174860],[400918,-173716],[401714,-172841],[398758,-166846],[399019,-168317],[399309,-178368],[397430,-171587],[398855,-171897],[398279,-176031],[398144,-175437],[397063,-166438],[398678,-168851],[399596,-178147],[399126,-177785],[400110,-168112],[400472,-176211],[404770,-191678],[398964,-179527],[408504,-191246],[408983,-191115],[399907,-190371],[399862,-191267],[408850,-191688],[407013,-190130],[398512,-191370],[407306,-201097],[402621,-199217],[405111,-198996],[406031,-200269],[408440,-197076],[408628,-196816],[403247,-192965],[400127,-192423],[403388,-192702],[398930,-195311],[399575,-194963],[404687,-195987],[406173,-194506],[408924,-199660],[402181,-201672],[407094,-203268],[407362,-198653],[397231,-202779],[397301,-193627],[404570,-196798],[400180,-194677],[404228,-194781],[405226,-195225],[408942,-193597],[403502,-198615],[401924,-202406],[406370,-198574],[396920,-198133],[403240,-195812],[403246,-197127],[403216,-197068],[402437,-193673],[396830,-194482],[398217,-195674],[403487,-194542],[406029,-196138],[407904,-196510],[406346,-194056],[406399,-193127],[407483,-215207],[400256,-212201],[401148,-211580],[406508,-212291],[406119,-213650],[399209,-211310],[400533,-212489],[405245,-219534],[404020,-223744],[407949,-226444],[400619,-218051],[398053,-236690],[401180,-231788],[400647,-236492],[402222,41],[403441,-1128],[402855,-11368],[398406,-7312],[401632,-1700],[401804,-1537],[403242,-6850],[401306,-10956],[401557,-1447],[403339,32],[407860,-8058],[398659,-10954],[403900,-7718],[398468,-7630],[407540,-246988],[397065,-250678],[397442,-250551],[409404,-253688],[404769,-246358],[406174,-248035],[397894,-248604],[397280,-249871],[409502,-252662],[402017,-258296],[409437,-257637],[403357,-259041],[403133,-257591],[409299,-258122],[407539,-256566],[407502,-13664],[409333,-26566],[400793,5491],[405794,12256],[402348,8228],[403373,10763],[404010,10924],[401355,4476],[405805,12047],[398513,5925],[400715,6432],[409090,1464],[404033,12235],[401783,6047],[402573,7387],[409467,8744],[407152,10068],[407142,5571],[404114,131254],[407698,132182],[403460,135077],[407826,136604],[405734,136445],[398479,129370],[400119,137813],[401749,141396],[398390,142812],[401355,150808],[406650,144943],[406749,147208],[408747,154538],[407716,13484],[402213,14802],[404245,24374],[408428,20713],[407645,14283],[408809,18252],[401770,18944],[402534,21689],[405288,21465],[403046,25292],[403855,15479],[408592,16115],[396886,13428],[402409,22022],[402321,24266],[398670,17905],[407284,31056],[402350,29015],[399790,34624],[399777,29086],[399786,28704],[404825,29811],[406514,28575],[403840,27785],[397383,36901],[398610,33846],[400146,25944],[402241,30721],[404437,34785],[404123,35713],[403960,34093],[409397,36769],[400358,44656],[403758,49220],[401660,39552],[402320,44785],[407503,47345],[402142,38989],[397048,53854],[404123,62376],[396811,57726],[398972,58038],[403026,60577],[407737,63476],[408282,59043],[402520,671836],[402739,670436],[407425,65680],[402218,66754],[407182,65516],[397646,85232],[409529,86609],[406080,83208],[406913,81391],[397179,92631],[399822,99464],[407020,93847],[397329,92308],[402195,98775],[397626,100125],[403069,95685],[406547,109278],[407870,110821],[405501,112367],[398287,111733],[400889,106653],[400046,113003],[399514,114567],[404564,104402],[404383,107678],[404407,113543],[406846,109805],[405965,111898],[399387,108480],[401545,111102],[399196,113173],[400510,115192],[405851,118007],[406568,118713],[400345,118174],[402593,121281],[401131,120759],[401221,128151],[403035,126409],[398469,121168],[418528,-121896],[414577,-118590],[414838,-125792],[413332,-125495],[417902,-120188],[417749,-119784],[415228,-118635],[414015,-117920],[415284,-126078],[413241,-120458],[415853,-122866],[414069,-116230],[416506,-119604],[417089,-123551],[412851,-117665],[415567,-118286],[416021,-124918],[418287,-124980],[419851,-123350],[421146,-123204],[420527,-125606],[420115,-139051],[416125,-128676],[417848,-139212],[416729,-128590],[418957,-137290],[418561,-136940],[417199,-130702],[421373,-131370],[421347,-129773],[420207,-148638],[418068,-141759],[418031,-145843],[416412,-151935],[416647,-152394],[419540,-147501],[417480,-148973],[418242,-149084],[419587,-153161],[417971,-150773],[420952,-146400],[422101,-143492],[419472,-150918],[418743,-150556],[417076,-152370],[420276,-146429],[421311,-148759],[420376,-145350],[420696,-142323],[422177,-144460],[419257,-144252],[419449,-143318],[420627,-143758],[418800,-165637],[421607,-164681],[416569,-156301],[417861,-156098],[417625,-156220],[420749,-159762],[417130,-164263],[420646,-165744],[413750,-156031],[419067,-164847],[419484,-159787],[415596,-157793],[414780,-155139],[417756,-158846],[416980,-153868],[417238,-157898],[415887,-157405],[420788,-162892],[421327,-160172],[417835,-155399],[420235,-159339],[421894,-161309],[420255,-156144],[422228,-161805],[421615,-158671],[420112,-158531],[418477,-153635],[421030,-172156],[421830,-175920],[419731,-167678],[419627,-166430],[422139,-168045],[418306,-166613],[421990,-175028],[419542,-168075],[409619,-191300],[417726,-202961],[422384,-203300],[411649,-203203],[412972,-203753],[415727,-200091],[415022,-199432],[421539,-200628],[420616,-201300],[411234,-194442],[412934,-193166],[418024,-195460],[421153,-196023],[419530,-200358],[421621,-204536],[411233,-201828],[420201,-203535],[413194,-201870],[412440,-203787],[415676,-200434],[414490,-200472],[420424,-198755],[420915,-195456],[421181,-197531],[419805,-197397],[420951,-195966],[421179,-208593],[422319,-206449],[420289,-207024],[421730,-208369],[422382,-210554],[420863,-210719],[420008,-217178],[411972,-225486],[419811,-220855],[416127,-227696],[415193,-219523],[418872,-229841],[412086,-241152],[420634,-233797],[412314,-242299],[421151,-237643],[410253,-230613],[411800,-238971],[419207,-230977],[421511,-4486],[411564,-172],[414709,-8310],[412385,-10610],[416992,-11459],[410701,121],[416976,-252514],[417430,-251438],[415706,-243493],[416835,-243635],[413157,-248101],[413749,-247362],[409980,-254109],[416632,-253511],[420475,-252694],[417491,-245005],[416183,-243985],[413978,-247207],[413407,-245560],[409971,-253912],[414583,-259473],[409633,-258965],[413933,-260004],[412743,-265698],[412237,-258926],[420737,-23963],[415600,-18843],[414460,-20015],[421738,-20755],[414646,-33816],[415734,-32709],[414205,-35792],[415001,-30290],[418219,-29453],[416259,-27371],[415274,-34934],[417582,-39220],[420674,-46034],[421985,-50454],[416039,-39559],[421185,-41325],[420263,-61670],[419127,-55803],[419932,-63574],[420738,-53185],[420261,-59980],[421208,-72654],[419611,-74809],[421933,-65277],[415529,-78104],[421940,-76820],[419160,-77771],[420984,-86207],[420997,-89875],[421721,-93523],[419488,-93563],[421308,-94102],[419976,-89429],[414348,-113663],[414156,-114444],[413247,-114072],[414078,-114685],[412514,6746],[410128,7779],[412437,4199],[413073,12550],[409661,10268],[410687,2532],[422366,7856],[410446,136432],[422329,137809],[418909,134357],[419563,132520],[410424,134623],[413602,133382],[414578,128579],[416611,138961],[410802,137772],[416427,133768],[419820,145047],[414995,149975],[417296,152474],[415869,146885],[410426,151325],[417200,158593],[418921,162947],[412566,159991],[417364,155602],[416968,164381],[419115,163079],[411276,154467],[418016,156191],[416768,16596],[417472,14788],[411780,17174],[410544,17292],[412346,14230],[422065,23607],[417347,14582],[418556,17348],[411052,15714],[419168,319568],[418980,319482],[417062,325182],[415040,327655],[415288,322861],[419290,322767],[417354,327600],[416282,329554],[416678,330732],[418898,323904],[418141,322443],[419947,320629],[418605,328533],[418364,328839],[422019,332446],[413233,330426],[414569,328796],[417268,332513],[417287,330420],[416039,331120],[415625,329615],[416517,325990],[416980,325333],[418715,325445],[416139,326703],[416795,321970],[416457,321381],[417030,323318],[421730,322457],[419385,322897],[420044,326713],[418959,328677],[418585,328148],[421490,332761],[417205,332400],[414298,331732],[413381,332552],[415407,329399],[414364,331286],[414725,330869],[415540,325797],[415583,325450],[419995,370446],[420221,369834],[420859,371341],[417001,371099],[412927,372562],[413550,372244],[413685,372535],[413347,372354],[419535,36632],[414400,38458],[417879,35650],[412023,34685],[411248,37231],[420055,41680],[418863,41692],[417297,41939],[420701,41721],[421464,42008],[410395,51107],[418339,48116],[411728,50024],[420831,46117],[413922,61280],[418001,62856],[418685,61266],[419634,57630],[414311,61292],[419810,56746],[420367,59195],[419488,52006],[414246,55689],[412781,55453],[413359,56993],[414080,66559],[413369,64634],[412845,65298],[412571,65153],[416431,86793],[422107,79884],[418401,85627],[421153,88102],[413516,92159],[415364,100182],[410218,96865],[413747,97124],[411978,97145],[419931,93941],[420171,105812],[419360,107389],[417346,114234],[418546,113022],[410167,110489],[415455,108538],[414996,116971],[415084,117555],[409741,117024],[421578,117674],[420954,116481],[410471,119397],[413157,116386],[410879,117022],[415814,116201],[410202,117399],[416371,125903],[421144,126182],[424327,-124225],[423675,-124711],[423577,-125074],[423960,-125082],[423033,-128914],[424590,-130231],[423384,-130081],[423478,-131852],[422500,-149902],[422613,-144077],[422945,-148262],[424495,-165547],[422549,-163515],[422818,-160211],[424629,-165901],[430182,-176311],[424205,-178392],[423159,-177882],[424330,-172567],[425610,-172573],[424496,-170921],[426695,-174566],[430343,-178155],[427260,-175171],[428052,-174606],[425428,-175158],[424296,-178178],[425797,-172989],[433034,-178110],[425228,-173229],[424267,-171628],[423724,-172430],[424766,-173354],[426868,-173245],[424800,-170472],[431048,-177867],[427996,-176724],[429659,-178481],[432284,-178132],[423849,-168538],[430838,-174744],[431306,-174301],[428485,-173739],[428050,-174003],[428093,-173985],[427991,-171131],[424378,-167278],[433909,-176609],[430261,-173561],[425972,-182000],[430044,-179108],[426229,-179761],[429595,-181222],[428341,-183202],[428970,-182194],[426803,-179972],[429104,-179388],[427140,-181206],[427056,-179711],[429880,-181922],[429249,-180551],[427321,-183670],[435199,-180419],[426182,-183119],[431025,-179418],[434596,-179623],[423308,-196101],[423202,-196339],[434874,-199378],[425501,-204064],[425730,-201499],[422999,-197523],[422728,-204287],[423579,-202129],[427681,-202423],[434490,-202001],[424432,-196907],[423886,-197204],[425523,-202569],[425512,-200523],[424710,-203700],[422685,-198463],[424111,-199224],[434976,-201316],[434619,-201283],[434207,-210126],[426076,-208535],[434619,-213237],[434389,-205583],[433524,-206007],[433055,-207015],[434916,-210734],[434100,-212384],[423833,-206405],[425994,-208938],[434627,-207470],[434787,-210381],[432203,-206838],[434571,-209645],[434494,-216402],[435188,-205498],[431015,-214866],[424742,-211761],[433854,-216725],[430474,-216238],[425392,-209567],[423634,-211163],[433073,-215630],[426931,-209567],[431086,-215440],[434876,-226087],[434748,-218178],[434312,-228435],[427468,-222741],[433247,-217457],[433264,-220497],[431964,-227725],[427360,-225422],[432958,-229622],[433052,-229233],[429001,-236244],[426340,-235042],[433551,-239112],[434382,-230487],[433833,-232473],[430148,-235776],[429913,-10960],[425487,-7004],[428527,-5376],[431793,-2374],[433146,-4860],[429312,-2880],[429997,-5434],[426171,-1529],[425168,-4709],[423059,-250669],[425886,-243500],[430713,-244842],[423247,-250815],[424943,-245945],[429392,-245188],[434096,-249670],[434757,-248079],[432419,-247284],[432672,-247995],[433109,-255125],[434989,-255593],[425325,-245812],[431984,-244687],[433998,-249875],[431235,-247960],[431703,-246997],[433488,-253851],[433827,-255239],[431092,-260968],[434093,-265759],[434411,-266361],[434923,-261101],[434487,-260962],[430475,-257591],[425877,-260961],[435087,-264658],[433993,-256912],[434577,-258497],[435087,-259672],[434443,-260561],[434931,-260502],[432976,-13522],[433323,-14812],[432120,-19415],[432699,-20023],[424929,-24493],[433403,-13689],[434389,-23244],[432063,-21075],[422870,-36061],[426043,-29219],[426565,-28567],[431765,-48399],[429844,-47144],[431035,-44084],[431902,-43551],[434231,-42159],[431679,-48246],[426417,-52516],[434436,-51019],[431333,-73109],[423638,-69948],[425299,-74887],[431778,-72981],[424818,-73328],[422598,-71267],[423897,-76639],[422955,-85007],[435008,-94021],[430576,-96549],[425446,-93988],[428183,-96020],[430640,-94206],[432078,-92818],[434976,-91687],[434600,-92361],[433728,-95939],[426503,-93941],[427855,-92783],[432663,-92733],[431274,-93272],[426958,-96545],[432418,-95943],[433979,-92588],[423171,-92544],[422879,8383],[423799,7613],[430937,1038],[431803,1092],[430981,7516],[430283,9622],[423108,8144],[430214,8845],[431753,6980],[429470,9366],[427064,140897],[425794,137487],[425433,132561],[425234,137046],[427660,128313],[428790,136618],[431706,133121],[434657,135636],[426316,143359],[434602,150139],[429508,145101],[427492,150742],[423635,146939],[432971,157012],[430244,154330],[429194,161218],[428313,161128],[431637,159126],[430836,155380],[429742,158201],[432509,160372],[423264,165543],[433572,167777],[432513,16625],[428473,21022],[427492,21083],[432848,16544],[424240,24137],[425375,18258],[424485,24436],[424946,321675],[428168,327351],[427925,330716],[424611,331689],[425767,321161],[422866,323920],[426135,325716],[427339,325710],[427984,329242],[427606,329550],[426230,331926],[426151,329919],[424577,321344],[423858,323314],[425635,323309],[427329,327292],[430051,326536],[429137,324415],[428225,331334],[428564,330374],[427184,330234],[424180,330640],[426279,330605],[422744,336061],[424623,333123],[424318,335837],[423118,333138],[423223,371128],[422909,370779],[423530,369687],[423143,368782],[423917,370346],[422956,38267],[423103,35053],[425248,34723],[422465,37856],[423830,34908],[425377,482819],[428602,484495],[426151,481919],[430615,482117],[429724,485500],[433085,486152],[427144,483429],[426384,482495],[426467,484335],[427554,484063],[426522,484984],[426465,481710],[427295,483634],[427118,481944],[429298,482418],[430353,483052],[430710,483145],[431331,485956],[431273,484677],[433284,483264],[433698,483454],[430158,484192],[428427,485499],[425747,481857],[426051,483358],[427459,485164],[428373,484768],[427065,482320],[427876,483152],[430092,481351],[430865,483744],[432278,485104],[432684,482321],[431423,486868],[431009,486662],[429082,492318],[430931,489264],[430237,490161],[428959,493713],[431138,487090],[430677,490121],[432555,489826],[433912,487136],[427217,45244],[426684,49788],[435035,46635],[422694,42470],[425150,40605],[435181,45491],[431440,50434],[431838,51245],[427861,40040],[423513,58103],[432190,59232],[426294,59996],[427447,62253],[432669,53566],[434729,60506],[429074,62984],[425710,54438],[427026,53867],[432478,53624],[434268,53167],[432399,61663],[431565,62738],[427096,58368],[423332,62918],[425611,56116],[424676,54043],[432025,61641],[433473,54908],[427897,58066],[422427,55792],[424493,53587],[430618,70158],[428936,71593],[424974,68768],[423020,69379],[423569,73576],[425973,76606],[424785,78395],[425811,85231],[422667,88591],[425224,89050],[427904,89041],[423941,101595],[432345,99889],[431292,98438],[428597,97930],[429739,96583],[433307,94628],[429982,102011],[428307,100941],[423299,111764],[426125,111272],[432717,110430],[433536,107548],[434462,105972],[431690,102694],[427982,122076],[430883,120869],[434702,116341],[432771,116198],[422651,126681],[425114,124451],[427099,125445],[436824,-181549],[444941,-184899],[446229,-189115],[438637,-181700],[446220,-187406],[437787,-182571],[436401,-180304],[447612,-188189],[446496,-189001],[446577,-185957],[439000,-179942],[445291,-183137],[445759,-182278],[437652,-179243],[437905,-179642],[436611,-179143],[440614,-201537],[440350,-202870],[438651,-201551],[435728,-199996],[437092,-203761],[441090,-200776],[435996,-201064],[438711,-202790],[444436,-203939],[439956,-201271],[439796,-208338],[436478,-209298],[442121,-213238],[444843,-212313],[443410,-217178],[441440,-209874],[444960,-207595],[436688,-215494],[436195,-205912],[445196,-208979],[442352,-206811],[439829,-207537],[441369,-207855],[440718,-210037],[446843,-212038],[446660,-211582],[436455,-215582],[440378,-214530],[445899,-206780],[443461,-213515],[436399,-211699],[435659,-206795],[443051,-208401],[440547,-206384],[446373,-209159],[444207,-207882],[436195,-229790],[437162,-222061],[442812,-227412],[442698,-227663],[440571,-229906],[435411,-229872],[439181,-221022],[439110,-228306],[441488,-222508],[440470,-227568],[442834,-226899],[443689,-218115],[445173,-233625],[437314,-231884],[441742,-233278],[440528,-232706],[439573,-231269],[445078,-232276],[441848,-234143],[440440,-232419],[441208,-232723],[440235,-232120],[440205,-231178],[439909,-235655],[442779,-239283],[436833,-234757],[443102,-238936],[447409,-240699],[439280,-236383],[445544,-237128],[437713,-539],[441371,-5203],[439810,-5985],[436889,-6359],[441526,-1116],[441437,-2683],[440582,-4336],[439443,-3284],[440810,-6993],[442428,-252535],[439599,-244380],[441099,-246576],[436987,-251212],[438549,-249243],[437374,-254212],[441716,-255408],[446947,-255374],[441421,-248157],[446861,-247527],[440966,-247498],[442378,-252095],[439067,-245067],[440210,-246327],[435318,-247986],[438453,-249456],[439187,-249529],[439890,-252742],[439110,-252531],[440794,-254833],[443953,-255743],[435334,-13682],[439291,-15204],[446993,-47449],[446213,-50379],[440771,-41367],[437755,-47191],[440244,-43620],[437644,-46032],[442197,-45132],[436284,-45263],[440586,-46246],[444326,-51894],[442488,-51823],[442393,-52363],[438725,-76970],[437305,-78629],[444091,-79796],[441419,-78966],[443362,-89147],[439118,-79105],[442032,-79698],[443973,-79426],[438131,-92857],[442658,-89479],[436220,-93576],[442163,-89819],[436784,-94598],[438073,-92575],[445355,-90047],[442132,-90687],[442101,829],[443675,1587],[442755,4560],[436757,1984],[443465,4137],[444391,4054],[440275,5180],[440470,4313],[445446,719],[436963,1859],[440498,131767],[438808,130023],[445340,148554],[446912,148035],[440973,154351],[436423,159591],[442261,158927],[443023,163635],[445437,159941],[438375,161001],[438339,165554],[442428,167920],[440834,168454],[447582,171075],[442034,171750],[440012,175192],[440812,178440],[444144,184032],[444960,182506],[443596,187552],[444340,184978],[446630,180501],[446897,199457],[447372,203791],[446571,194287],[442647,193739],[443727,197231],[436714,20558],[438961,19175],[438268,17104],[435394,17380],[436228,21101],[439487,18451],[437420,14074],[444486,31389],[440497,36494],[439687,34496],[440369,36199],[442883,32660],[443086,36136],[440026,36921],[443713,31037],[447177,37629],[436378,45070],[435439,44223],[435273,44484],[438355,46031],[446426,45373],[447023,44863],[436538,46377],[443961,46179],[445903,52593],[443830,54700],[447124,57415],[443719,62648],[435637,73780],[446117,69917],[444262,73448],[446140,66188],[436186,68657],[447983,85945],[445983,78484],[444874,100435],[445067,99072],[446366,100138],[445258,95968],[441508,101621],[443553,100279],[447314,107250],[445055,108939],[443424,108205],[443564,103864],[442891,110285],[442673,105651],[447768,103722],[447541,109145],[438891,107944],[440856,102719],[435991,103140],[441100,115081],[444164,126732],[436437,121750],[439886,125479],[449292,-127635],[448918,-126695],[449835,-126954],[451099,-130238],[452807,-132678],[453130,-131733],[457391,-132410],[457279,-137846],[448521,-129916],[454592,-134928],[456635,-133684],[457502,-133151],[459831,-131759],[449050,-138201],[455444,-136744],[457365,-137999],[448479,-141572],[452017,-142116],[460036,-140619],[454612,-164385],[458297,-162285],[456933,-162709],[452447,-161951],[455083,-160528],[448142,-154136],[455456,-165198],[457378,-162581],[451143,-160271],[451714,-158633],[451051,-171432],[451544,-170028],[451589,-172163],[456055,-168902],[458397,-190739],[448715,-187972],[448963,-188525],[448406,-188459],[460633,-191751],[448968,-187875],[449028,-188378],[448679,-189006],[460048,-191246],[450673,-186179],[449586,-186288],[448436,-181389],[456330,-183726],[456435,-186433],[454989,-184857],[457601,-186543],[456945,-184963],[460073,-184736],[448275,-184581],[449967,-186860],[448944,-184010],[454851,-184979],[454979,-183931],[458103,-185207],[457148,-187378],[448408,-181345],[454000,-183950],[457459,-187178],[459392,-192272],[459733,-193576],[459319,-192017],[450939,-213597],[459132,-214693],[449505,-209394],[454239,-210336],[459755,-208339],[451991,-208041],[457998,-208334],[457403,-215553],[456796,-217392],[449122,-209003],[448484,-208256],[456004,-207312],[452205,-211017],[450260,-208523],[458374,-210610],[454784,-210969],[452219,-214402],[460775,-213442],[450009,-208739],[448492,-210057],[449465,-206350],[455891,-210803],[454851,-210740],[456025,-207819],[459326,-210803],[458475,-210421],[450366,-209504],[452833,-207675],[451951,-208173],[458307,-210745],[453071,-217595],[451248,-223852],[453890,-218544],[455965,-220857],[455109,-219409],[451914,-228581],[453841,-218157],[450273,-223183],[450369,-222144],[448377,-223388],[459539,-227088],[450082,-228860],[459347,-217982],[448930,-218332],[449998,-221807],[452877,-223527],[457049,-220827],[456274,-221441],[450908,-231404],[454317,-233042],[454131,-234540],[448539,-242521],[460106,-241737],[457438,-234740],[452546,-242423],[459947,-241667],[458121,-240040],[448155,-1456],[448423,-112],[454412,-250253],[454463,-244250],[458661,-248204],[459781,-250924],[453753,-243963],[457484,-247603],[458660,-250350],[453912,-249014],[460652,-249340],[450794,-25263],[456710,-17603],[456461,-16502],[451952,-23165],[453606,-22298],[458726,-19019],[453868,-17612],[452977,-22287],[455954,-17622],[457144,-17480],[452461,-18128],[454182,-19795],[451950,-23360],[450131,-37571],[451100,-29983],[450878,-28026],[452136,-27030],[450710,-35565],[451031,-31392],[451524,-28333],[449667,-36631],[451325,-35517],[450538,-33534],[449784,-30219],[452961,-25596],[450117,-29922],[460505,-44017],[454825,-44324],[452962,-43170],[459649,-48183],[456622,-43557],[453047,-43637],[453823,-43952],[454038,-55732],[453407,-55018],[453207,-53231],[459374,-52174],[454048,-56080],[448073,-53526],[454193,-88219],[449106,-88003],[449685,-88683],[450340,-88997],[460016,-83875],[448817,-86779],[448537,-80524],[459608,-84673],[448583,-90828],[448321,-90609],[454383,3099],[451918,7191],[452264,5822],[450060,3268],[450577,6270],[456846,2399],[448389,1112],[450919,2188],[448576,2140],[451597,1768],[453225,3398],[451467,2448],[456890,129973],[457031,132136],[458392,135509],[452635,140089],[453941,147977],[457895,148393],[449773,142162],[449514,147168],[457559,153692],[453163,149734],[450807,151829],[453174,141875],[453932,146626],[459239,157961],[456556,155178],[455189,178002],[451815,177343],[449759,172545],[455905,167515],[457763,192082],[449640,186330],[452093,184425],[454139,185492],[450424,181982],[453812,180555],[459881,188014],[459670,186105],[459242,184227],[460082,181817],[457875,194706],[455941,198612],[455907,202022],[451929,201869],[455046,202279],[455440,202644],[451385,199609],[449519,196271],[460182,205497],[458755,14592],[456210,14845],[454244,17023],[454961,14806],[454099,13815],[450444,34657],[449252,38643],[453997,47397],[458268,48767],[450393,56983],[459506,59338],[459885,58202],[460151,54776],[452737,53685],[451178,54913],[460796,64738],[454514,76540],[452091,74276],[450209,71317],[448962,74700],[452878,64750],[458602,73940],[448537,83056],[456724,83059],[453370,83473],[458916,87156],[452340,77345],[450044,97678],[449710,98272],[456301,98994],[453644,102248],[451325,94693],[455327,93362],[450459,93375],[449861,110884],[451256,104914],[448829,107910],[451788,106063],[458113,112704],[457301,126090],[456122,125078],[466226,-132465],[470378,-134163],[466371,-130967],[463355,-136791],[461851,-135979],[467797,-134732],[461884,-134863],[466186,-135846],[465844,-133220],[463244,-135632],[472593,-137049],[472027,-140298],[469926,-141494],[468088,-141423],[467993,-141963],[473372,-178542],[469641,-178249],[468962,-178747],[467019,-168566],[464718,-168705],[467632,-169298],[469573,-169026],[462905,-168229],[464325,-166570],[469691,-169396],[463411,-214712],[462782,-209651],[461323,-210648],[461661,-213715],[461655,-208923],[462535,-209365],[469165,-218961],[472578,-222675],[468194,-219916],[470254,-221064],[462181,-220876],[464184,-226489],[467428,-219635],[469291,-221514],[473097,-220979],[469487,-220309],[461769,-217800],[464635,-226497],[469743,-219664],[469506,-223491],[461751,-217620],[461031,-225920],[462982,-228392],[463108,-232564],[464776,-236592],[464018,-235017],[466461,-237107],[462966,-233549],[468016,-236680],[467932,-235574],[473230,-7491],[472688,-2044],[468310,-2693],[469129,-6745],[466984,-2258],[467192,-2289],[468203,-9239],[466688,-6309],[471888,-6228],[466934,-4001],[471413,-2343],[469049,-7246],[472466,-248054],[466368,-255212],[465915,-253223],[471210,-33173],[472562,-36087],[472775,-33019],[472309,-31299],[472933,-32448],[471539,-36307],[461942,-32309],[473046,-32216],[473146,-32100],[472308,-33748],[472951,-32051],[471370,-33218],[472112,-34082],[472483,-33585],[472532,-33365],[470725,-34570],[472082,-34335],[471637,-33282],[471025,-34233],[462140,-33161],[463913,-32413],[470618,-39236],[470830,-39353],[471423,-39583],[472818,-38844],[471748,-39462],[462045,-50375],[465743,-40498],[465454,-45177],[461516,-49986],[464583,-47851],[469824,-38744],[471616,-39661],[470694,-39398],[464963,-46993],[465459,-40487],[465072,-50580],[461220,-48753],[460822,-51145],[464868,-55474],[463070,-86830],[461407,-86105],[468617,-85598],[462458,-87751],[471126,10703],[466445,10195],[467685,9010],[473273,6812],[466920,134910],[470304,128787],[468746,147374],[470517,148488],[468650,149240],[471292,143186],[462465,152288],[464304,166317],[461572,165300],[460890,160727],[466635,161656],[471337,166280],[466580,173206],[463430,173448],[467484,167028],[472946,166960],[470604,170230],[466652,175471],[461764,172507],[472667,177685],[470260,179895],[470334,180111],[469814,185272],[460965,185642],[463199,186623],[464724,185580],[467398,191915],[468057,190654],[467597,187430],[466144,182040],[460931,194301],[470163,198720],[467186,196177],[463889,195363],[471063,193303],[470927,212913],[468650,213233],[464399,211876],[464476,210209],[468195,215799],[473577,233164],[473301,253148],[472544,244574],[471486,13918],[466017,13074],[471415,14611],[471162,508002],[472497,500517],[471508,511524],[472628,516830],[472930,517176],[473199,530776],[472287,532231],[469303,536569],[467600,536241],[472853,532964],[469466,532376],[471683,529492],[472797,529708],[469118,536968],[472151,527088],[473325,531466],[464378,537150],[465063,545587],[468072,538094],[470720,543678],[467368,544333],[462643,543100],[467350,544111],[473008,545939],[473178,542834],[469253,542569],[463843,543630],[470132,542348],[466345,538667],[463165,540876],[472262,569971],[472878,565001],[471742,572273],[471385,564237],[473537,577722],[472281,576837],[473494,585948],[472631,580026],[473558,580283],[471255,701608],[469869,701581],[470399,707293],[468614,712038],[472590,713818],[473028,718550],[472043,717642],[463782,72558],[464064,67218],[465603,70188],[470151,70899],[468956,75439],[463493,88704],[464708,85060],[465002,85810],[464093,84546],[470761,86734],[470349,85879],[470728,95859],[461956,93209],[466540,115384],[471440,104648],[468693,105240],[463069,109129],[461248,107773],[466011,116456],[465844,116342],[472402,117021],[473362,119552],[470786,126794],[470827,122388],[469454,124003],[465259,118180],[475267,-126231],[476925,-125117],[476138,-123134],[475384,-119819],[478561,-115196],[475717,-119522],[475682,-126657],[476310,-125165],[476622,-121281],[477124,-117933],[477499,-127075],[475731,-127171],[476700,-119583],[476478,-117626],[477885,-116992],[482222,-133157],[484243,-136545],[478647,-133237],[480240,-133159],[480425,-133924],[478562,-132770],[485249,-137783],[479638,-145332],[479007,-144618],[484681,-145915],[478807,-142831],[482446,-148755],[479648,-145680],[473673,-143126],[483423,-141702],[484974,-141774],[475285,-178283],[474706,-177603],[475940,-178597],[475687,-168971],[478401,-169633],[479793,-177819],[481874,-174097],[485616,-173475],[474417,-176379],[474137,-170124],[479898,-171210],[477558,-171317],[482475,-173575],[479908,-175939],[484896,-177447],[478375,-226438],[477130,-225753],[479328,-224660],[477084,-227526],[482808,-224609],[486024,-226329],[475932,-226943],[480575,-224955],[477547,-224873],[481899,-221935],[485715,-227362],[479933,-226064],[477111,-226699],[478293,-223115],[474114,-224482],[478582,-232111],[481924,-231993],[482082,-236500],[479508,-236441],[485916,-230373],[485391,-231948],[479247,-231459],[482923,-232320],[479981,-236721],[483846,-242703],[485278,-230771],[484063,-232245],[479803,-231341],[480317,-236951],[475179,-242032],[481908,-242163],[481767,-240913],[483480,-8354],[481937,-6473],[477110,-867],[476932,-7562],[473827,-4974],[476846,-7456],[475286,-23261],[476830,-12770],[475312,-16093],[476670,-20757],[476444,-15224],[478264,-18471],[479438,-12994],[474500,-30261],[475638,-32807],[475620,-34625],[475865,-34109],[474591,-36517],[473613,-38072],[475792,-33853],[475635,-33249],[475049,-35064],[474398,-36239],[474830,-26469],[474401,-29942],[474401,-29764],[475237,-34857],[475909,-33707],[475881,-33556],[475642,-32924],[475674,-32710],[475047,-30912],[475301,-30492],[474847,-30885],[474106,-30917],[483295,-63549],[484077,-61643],[477422,-63615],[477324,-62422],[482803,-63652],[484139,-61280],[484464,-62816],[478239,-66448],[479334,-65247],[473758,-87940],[477982,-88009],[483912,-88975],[478184,-81726],[476642,-88842],[483393,-82810],[479317,-82779],[485701,-90244],[483429,-91786],[477255,-93552],[475569,-91987],[480784,-92181],[477278,-92718],[476208,-94064],[474656,6781],[473655,932],[484330,10028],[474017,1899],[474520,3055],[475518,4568],[473975,129389],[484826,129897],[476320,139340],[473874,128347],[480161,134200],[477111,132238],[486045,134914],[473972,145029],[476618,141927],[482107,150078],[484630,146325],[483180,143758],[479624,147396],[484238,160015],[480219,164932],[477571,164108],[474428,162404],[476570,171265],[473906,168970],[473851,172827],[479593,172125],[480632,175548],[479627,170462],[477636,189997],[482810,185310],[479074,180390],[480009,184657],[474187,202162],[476415,204150],[483943,197846],[480845,197472],[477963,199145],[474577,192404],[481281,195008],[477220,207321],[480156,207654],[486251,213202],[482139,209693],[480154,221301],[476406,227734],[484454,239888],[484407,243118],[484874,243213],[480456,242726],[484071,233793],[477926,249789],[482687,247138],[482961,252276],[479303,254472],[480858,250455],[477012,255921],[476128,254207],[474975,249168],[476631,243618],[478897,247309],[485809,13305],[484603,265276],[481906,268913],[484173,258993],[476206,256459],[475748,259839],[477812,261870],[481205,262842],[485451,264263],[479233,498845],[475676,499321],[486017,502433],[484660,508598],[484222,503414],[476353,509601],[486288,505744],[481687,500330],[474924,502066],[475888,507788],[477965,506399],[474408,503903],[481288,510046],[481137,510645],[485549,503745],[484881,505471],[483255,511873],[485061,511965],[482293,589199],[480900,589405],[483976,589705],[485461,593820],[476358,590670],[475775,592625],[474084,593897],[479825,590075],[481226,593219],[476691,594262],[476692,700524],[486127,703414],[485988,712402],[483781,713712],[479600,704633],[483040,708930],[482674,708885],[474314,704856],[477374,712446],[479363,76630],[480128,73961],[484314,69183],[486051,73999],[478781,81993],[475875,78106],[484935,81547],[478259,89161],[474141,84150],[475910,97790],[478014,97976],[477929,97386],[475312,99668],[485856,101723],[483040,109800],[478177,108238],[474201,124446],[475509,125851],[476768,126955],[480228,122671],[480543,122036],[479784,118713],[482018,126635],[495854,-130992],[486590,-133186],[490735,-138938],[489574,-136406],[487258,-137903],[490672,-140180],[489782,-139159],[491054,-134777],[488431,-138777],[487645,-139975],[487116,-139586],[490183,-137451],[491047,-139089],[487027,-139409],[490521,-136382],[486820,-138353],[494216,-151560],[488185,-152034],[491059,-149895],[489341,-150717],[490733,-147134],[490973,-146699],[488102,-147997],[489514,-148548],[486422,-140745],[493877,-149625],[493203,-152368],[489591,-150911],[488315,-148497],[488210,-148694],[490468,-145074],[490035,-151337],[495724,-156938],[495812,-154519],[498504,-166062],[496624,-164804],[486972,-173931],[495128,-174286],[495594,-173690],[488828,-176374],[496003,-174160],[494646,-175656],[489159,-228347],[497401,-237642],[493744,-238991],[495194,-239536],[498124,-234874],[488123,-241573],[486971,-240879],[487165,-240578],[494710,-242146],[491493,-242576],[493971,-239028],[492609,-233557],[497345,-233361],[487020,-232211],[487209,-231096],[499163,-241875],[495414,-236034],[497140,-238566],[493165,-237312],[487380,-241081],[487961,-242081],[497293,-2258],[497071,-916],[498217,-129],[486437,-61118],[495678,-69692],[494155,-69830],[496698,-71280],[493509,-88862],[494425,-91995],[494149,-93109],[488354,10008],[488010,7869],[490348,12717],[493438,138773],[487985,135577],[492017,136064],[494891,148417],[496322,149433],[495891,143185],[488296,154783],[489204,156741],[498577,157309],[492038,200748],[486691,196613],[486820,206784],[491381,210858],[494732,208529],[494507,210425],[496160,223679],[498971,220366],[496212,224906],[489158,221992],[488808,226345],[486697,226045],[487075,224307],[494109,229930],[486726,242533],[491415,233589],[495479,234310],[488505,239518],[486757,241414],[492086,240186],[496518,245022],[495061,247989],[494250,253008],[493278,243433],[491204,244059],[491632,247991],[495459,248876],[486703,13676],[489048,265174],[495798,260375],[487142,258886],[486598,261843],[491805,262244],[498156,256920],[496092,258287],[489381,270291],[491020,273153],[488441,356985],[488044,358033],[491241,357760],[497081,346291],[491356,356406],[499198,352889],[487849,369726],[486452,365099],[491632,366447],[488427,361070],[487758,364313],[490333,368612],[488368,365225],[489300,363816],[490925,364680],[497451,364994],[490594,369978],[488209,363810],[487902,362413],[498591,365169],[496873,33099],[497637,459969],[495205,460053],[494159,459200],[497445,456904],[498342,458601],[495718,453249],[497134,454494],[497194,460538],[493749,453080],[498800,457182],[493670,458989],[493095,459454],[496075,461245],[498113,471891],[495430,473771],[494946,463424],[498369,471531],[497029,473326],[498716,473023],[496374,470841],[497224,480043],[497293,479975],[495761,477211],[499185,479016],[496595,479022],[495608,476707],[497533,475352],[496427,477779],[498409,479295],[495558,476504],[489658,496558],[493964,497294],[489355,498191],[489899,499242],[494350,496714],[490810,496428],[494128,486885],[495243,497140],[495160,487646],[495544,498458],[497138,497174],[496686,497024],[499040,492501],[497660,499253],[498632,489626],[498943,491058],[491529,499766],[491147,501785],[488883,502221],[491110,501865],[491286,502687],[492633,502872],[487319,499483],[490644,504749],[489130,500690],[493784,499819],[489749,506973],[488583,499491],[495817,500043],[494766,499548],[494480,501225],[492415,505001],[486403,502048],[498457,505226],[486670,511300],[495364,505552],[497981,503834],[495435,501184],[497632,506394],[497077,507113],[490858,511011],[495136,501331],[495968,504210],[492781,505805],[488017,510013],[499018,501546],[497028,504946],[498013,503188],[496447,500183],[492640,506126],[497305,501215],[494076,505067],[496902,46061],[498645,48532],[486795,591856],[498555,600902],[498543,596452],[498245,59339],[493034,60104],[492924,63762],[488207,61038],[497250,688329],[493894,682564],[494751,689313],[492295,689549],[491054,689486],[494128,684144],[493676,685951],[498221,684383],[497330,680867],[495317,685386],[493172,682064],[490109,688157],[492853,701096],[494284,694325],[489374,691915],[495515,696411],[492167,691756],[489523,691518],[489559,697841],[491040,702693],[490019,697223],[489851,701656],[492748,703136],[495192,701403],[493848,712199],[493519,714847],[486747,75114],[489541,68004],[487548,64843],[486626,89016],[487608,104762],[502047,-162508],[500352,-159941],[499933,-158002],[499358,-177540],[503795,-177857],[509512,-178575],[504702,-170826],[503784,-171326],[502242,-178442],[503874,-175279],[508993,-172410],[501380,-168537],[504917,-172379],[500252,64],[500460,-214],[508399,-47150],[508246,-38280],[499400,-61755],[503887,-57985],[507406,-51477],[499266,-58857],[500188,-58415],[503082,-60017],[506991,148965],[508566,147826],[511791,145016],[509614,150758],[510221,149683],[508219,149227],[505814,141719],[503119,143496],[499427,154952],[503414,154884],[501300,164524],[502434,160094],[504574,164077],[503836,157464],[506956,178581],[502657,173243],[502170,171652],[504294,174725],[511082,190188],[511569,185046],[508461,182171],[507774,180400],[511155,204106],[509009,201210],[507647,197906],[509300,198068],[503553,197323],[500372,197054],[499740,229945],[500163,228159],[502194,222245],[507238,229621],[501271,242242],[502631,241012],[505389,237400],[501654,237047],[503364,236860],[499964,232366],[501200,231341],[501253,235594],[504470,231757],[499280,251706],[500221,255565],[500448,250936],[501878,247356],[502916,245029],[499662,354676],[501351,356760],[500590,368957],[503372,361343],[501418,362785],[501789,361416],[501416,367108],[500080,365106],[501144,362482],[500861,359644],[499578,367848],[503561,361441],[504824,361788],[501586,362508],[500363,365890],[503813,360492],[501887,362451],[501532,365260],[500800,366952],[499645,359580],[505419,378750],[504072,36454],[509199,36920],[510116,404378],[503371,397097],[507420,403096],[504817,402013],[508976,402139],[511360,400751],[502748,398003],[510823,406769],[507575,404292],[510137,406032],[509334,404821],[510889,398633],[510660,400447],[506144,397819],[503370,404864],[503071,406265],[503890,398162],[510469,404199],[504963,403056],[507578,402083],[506582,457043],[510381,460971],[500626,455789],[511386,460164],[507172,458940],[504861,460629],[506415,457547],[500107,459947],[500329,459801],[500225,459581],[502446,455182],[503424,455979],[504790,457905],[508489,454889],[511217,458580],[511155,463183],[505285,464996],[504735,463397],[508775,463102],[506756,461097],[504564,461770],[499336,470380],[499580,471672],[500929,470728],[510010,461477],[503831,471647],[507209,470481],[510294,471335],[508113,473786],[509059,470387],[509453,471694],[511452,462318],[504511,470268],[502538,473636],[506313,469159],[499600,478291],[500176,476481],[501035,477364],[504576,476971],[503673,478853],[500915,477721],[506180,474197],[505989,477499],[511734,474828],[509442,477653],[508484,475486],[500832,483995],[502230,477989],[510297,476538],[509984,483762],[511353,474161],[507760,475592],[508366,474428],[511846,495154],[504119,492029],[502263,492510],[500224,490790],[505433,495184],[500840,495383],[503229,496820],[501341,492945],[502822,494243],[511677,497034],[502626,497431],[505526,500186],[501137,503546],[506082,505264],[499203,502409],[503388,507964],[511241,508410],[509431,507178],[508630,510606],[508368,510251],[507080,499425],[506769,502557],[502870,500845],[499425,503114],[505360,502186],[499735,502114],[501555,502131],[508489,505236],[499541,505964],[503586,505764],[505868,505041],[507264,505198],[508558,505452],[507672,506371],[511027,506395],[508559,510040],[502947,42471],[506787,46136],[499323,39707],[502080,50321],[501407,43839],[506198,593141],[508122,596880],[503130,593648],[500365,597337],[503440,591010],[508035,595668],[504294,598611],[511482,589895],[500482,594275],[504766,597387],[509276,595535],[508319,598802],[507867,593564],[501955,596721],[504868,594547],[502099,590551],[509097,596126],[511043,599662],[501183,598678],[507834,601409],[511066,594199],[510067,608071],[509469,613042],[507301,603462],[499575,603041],[509490,613624],[507526,608380],[509809,606219],[509959,609333],[507031,615008],[508119,619135],[509657,617443],[508706,614991],[506183,614835],[505483,617640],[506098,617515],[504808,637412],[504335,633329],[508832,639344],[505758,639551],[508579,631931],[507975,628590],[507295,627879],[508962,633527],[506517,636868],[504456,636520],[503840,53627],[500496,55657],[502657,647596],[508080,640484],[511522,646660],[506140,641837],[509108,640289],[503086,648758],[507083,645847],[511593,646748],[509638,651353],[503610,640559],[502617,650967],[509270,652805],[507439,652338],[502129,654872],[503329,660995],[500631,659322],[504117,653559],[503657,661036],[509098,664686],[502073,654250],[505088,656942],[503132,653612],[502085,657126],[503272,659724],[504136,664633],[501091,663608],[500903,665633],[508325,655744],[502077,662122],[506732,662725],[502667,654015],[506711,678265],[511619,677519],[505903,669285],[510683,673502],[503046,671578],[505554,672262],[501955,669121],[505846,676735],[502899,676721],[504363,671035],[503468,674629],[511827,666856],[503161,682595],[502866,680946],[501769,682368],[500801,685424],[501962,685966],[511515,683623],[505036,681378],[500381,690841],[499424,685195],[506497,680028],[504323,697975],[503069,697037],[503470,693677],[503130,692018],[503026,700900],[499657,695974],[507195,702859],[501359,695917],[510748,704320],[500033,715420],[506169,714952],[499768,716313],[507432,704676],[48776,136036],[45699,139533],[48101,138544],[47489,132901],[47159,133630],[44090,132018],[41765,129305],[41714,138978],[42697,137670],[40794,140533],[40096,137676],[40521,138765],[38802,133021],[42625,137265],[46254,150273],[45810,145410],[50700,145826],[49251,143259],[48103,144324],[44365,148246],[49723,145753],[47750,146867],[46549,144304],[40068,150023],[41177,149759],[49556,147089],[48892,143037],[50437,146439],[39301,144722],[39164,142145],[46618,126514],[520002,-15759],[513308,-49616],[520685,-48031],[521068,-45652],[524660,-50769],[521841,-51255],[514408,186063],[515673,183059],[517852,187835],[518510,191110],[519758,190579],[516953,191115],[512667,191634],[512999,182836],[515046,181905],[519804,183773],[520059,185357],[521248,189017],[523045,191712],[521667,195583],[518768,194991],[513888,209098],[518848,357908],[519543,358041],[520329,357381],[520190,358508],[520202,357477],[520366,358576],[512034,356717],[516919,357254],[514537,357169],[518967,359949],[518753,361131],[517931,358969],[522404,375084],[523759,373999],[516045,40586],[524656,44041],[520464,53327],[522733,73004],[522334,88349],[519371,85707],[522695,85588],[524376,98219],[523352,95004],[522689,92554],[521968,100276],[519690,107145],[522660,105942],[520545,104895],[517701,112318],[519763,114821],[521901,119171],[529927,-1055],[529820,-2004],[533184,-20060],[536570,-21947],[531249,-19146],[529103,-21540],[536473,-22210],[532739,-20480],[529333,-21679],[536677,-23536],[525601,-50344],[527020,-44211],[528655,-46554],[532474,-49144],[530513,-48126],[533474,-48140],[534065,-49540],[529234,-51782],[532053,-54161],[528092,-57381],[526972,-56944],[531254,-57148],[528253,-52342],[524941,-59495],[526933,129823],[531554,135103],[533601,140229],[532070,274853],[528990,300215],[533510,364186],[534005,362808],[537422,362772],[531890,360476],[537252,362708],[534651,361771],[534647,364570],[528877,377706],[535389,376890],[534536,377522],[526622,379693],[527001,447784],[528829,444064],[532045,444782],[535918,445875],[537191,448077],[531596,442042],[531039,443408],[531613,447748],[532517,442378],[532910,443853],[529394,443750],[536629,445402],[536171,444492],[525535,43191],[527645,42173],[528710,41400],[527157,49231],[531655,47013],[536737,43755],[532380,53884],[529245,52999],[525686,54693],[528608,58606],[527549,61791],[528159,63755],[532822,61003],[537150,53071],[537332,57003],[536646,60473],[535990,62425],[535555,64698],[536361,67620],[526316,68540],[528419,70816],[526709,75969],[529494,73005],[531260,75047],[525465,79782],[534435,80250],[526308,87911],[528950,87927],[526580,84669],[534378,84047],[530874,80962],[530332,86649],[533208,98899],[529483,96776],[530250,94256],[532945,90074],[534149,106747],[532295,108116],[529389,102975],[527829,103580],[537255,118727],[527806,124867],[527483,127394],[527762,117665],[549382,-10818],[538848,-9456],[544145,-59415],[547480,12667],[545754,130183],[541402,139982],[544818,141696],[543623,21760],[544696,21926],[545030,13785],[542287,17593],[537799,25181],[541466,350746],[538643,356054],[540520,351006],[541691,350315],[539289,357097],[541108,352246],[539118,350980],[542160,350949],[538843,357977],[537852,364077],[540436,366018],[543477,368632],[538019,367838],[545934,383815],[541921,381871],[538211,382518],[545558,383222],[539986,378383],[544868,382824],[543179,382299],[540998,376300],[540426,381064],[548298,386031],[540699,390775],[546342,394603],[545903,390634],[543204,395743],[545879,385855],[544056,447859],[539837,447348],[542743,445561],[542286,446711],[544826,444783],[540787,447864],[539822,442315],[539979,441420],[546361,445783],[541371,446249],[546089,445665],[545485,445566],[546407,446636],[539055,443538],[550116,50314],[537909,49508],[539750,44241],[547982,45266],[545164,47309],[539930,62880],[541051,57101],[538898,52419],[543549,59438],[547142,59089],[544508,55093],[538371,66977],[538123,64680],[544602,74823],[547779,71313],[537878,81979],[543388,78389],[547100,89635],[549596,81259],[547748,87333],[546510,93929],[546478,111824],[542639,116081],[542701,126303],[542959,120202],[549179,119683],[547877,127359],[541607,127895],[551669,-12102],[551181,-21311],[562336,-17809],[551001,-19412],[552955,-20602],[562002,7246],[559837,4850],[558519,5465],[557003,8844],[555749,9561],[551590,138568],[557913,152551],[551125,13970],[553215,23760],[562740,24114],[552545,382415],[562149,29455],[556554,27001],[551099,385909],[555662,387258],[560562,386395],[561386,391643],[557307,386857],[557517,403074],[560632,402147],[561081,397666],[558029,399328],[556653,399132],[556705,399479],[556153,404380],[552154,408942],[556215,399228],[561437,401317],[555947,399695],[557327,399583],[556984,400245],[554110,407923],[559941,406098],[559426,408179],[559126,409316],[556215,397952],[557892,402683],[557576,399350],[557149,403479],[555337,399654],[556418,404297],[556895,405505],[550839,49781],[550447,44317],[557436,49481],[556840,52871],[554767,53612],[553618,72363],[552487,94806],[551010,102239],[556317,126115],[555207,122393],[572415,-3381],[568821,-899],[568633,-12930],[571252,-16392],[573674,847],[575573,3604],[575446,7914],[571888,4333],[565486,6045],[564893,4449],[574588,278028],[574774,277823],[575408,278439],[575545,279324],[575875,280230],[573464,274498],[565564,384061],[563451,391200],[575526,394560],[569534,389396],[565808,388272],[573412,394857],[566521,388879],[573524,385004],[567171,59808],[565025,57169],[563794,53324],[569679,73415],[570681,76572],[588302,-1774],[582643,-755],[577319,-1340],[588171,-20142],[585968,-15705],[576712,-50430],[579756,-57467],[587231,-53532],[581999,-52054],[577510,-54864],[580842,280382],[580633,279936],[576799,275001],[579910,275918],[581894,278119],[580181,276432],[580397,280011],[581596,277601],[576794,275520],[576329,275345],[579517,63703],[599842,-8156],[595858,-5320],[599083,-4050],[598736,-1096],[590834,-480],[591578,-17194],[599390,-19086],[596303,-20240],[591236,-58578],[589492,-60080],[592129,-61131],[599944,-76536],[593886,-82250],[592749,-81316],[594501,-77619],[593145,5212],[608023,-3529],[605784,-3455],[614229,-2817],[613763,-2396],[611524,-3471],[605620,-955],[602978,-12802],[608490,-20300],[612391,-20727],[613694,-29680],[603877,-78373],[604094,-78825],[612237,4271],[612857,2568],[602580,9103],[604954,12351],[610338,348249],[610868,348603],[611237,347818],[615985,-8586],[618510,-10318],[620962,-11745],[624576,-25227],[624441,-20670],[622944,-16911],[618238,-31891],[618856,-25560],[624006,-30527],[624817,-34647],[623929,-39021],[626931,-39665],[615896,353594],[618011,352745],[617690,352499],[616012,400760],[622140,416537],[622665,417138],[624371,416277],[629959,-20718],[630457,-25650],[629013,-28026],[630546,-29666],[628593,-27134],[635060,-40538],[631104,-47319],[629531,-48881],[638555,369485],[635905,380866],[633644,382063],[638479,383716],[630618,381629],[637098,382076],[632308,379074],[639111,371549],[628213,422276],[628355,421888],[627498,421976],[629808,424447],[637953,427359],[638767,426656],[639846,428582],[629020,424307],[637444,425138],[639078,427917],[629662,423068],[636999,426678],[637905,427083],[51470,128752],[62479,134962],[60890,137654],[59958,138019],[57474,136930],[55496,138059],[55459,137954],[57963,138434],[57783,128378],[54037,130199],[55238,137246],[60774,142561],[59935,142011],[56834,144194],[52947,146902],[52148,142637],[52395,143906],[51794,145704],[52988,144895],[55023,141332],[58541,124567],[57658,122288],[640605,-117125],[647547,-118012],[640929,-117271],[647309,-119725],[642614,-116568],[648122,-118820],[642495,-17799],[642843,-17627],[640937,-32846],[642044,-34894],[648471,-40346],[648188,-47689],[645573,-60096],[641214,-59485],[643650,-113594],[643257,-114768],[644887,-114750],[643833,383527],[646270,381991],[646829,384523],[649811,386146],[651835,385088],[650367,385947],[647258,425257],[640155,425968],[641128,426887],[645376,423478],[642553,424939],[641935,428529],[645527,426833],[675579,102585],[673282,101763],[668751,102506],[676531,102361],[668047,100908],[676974,95368],[675107,92160],[676822,96065],[675753,91098],[677779,95216],[675178,90314],[674147,108089],[674598,105004],[676349,107353],[671742,106414],[669108,104154],[671163,107112],[673923,104708],[675566,114672],[678244,119493],[675130,118558],[675799,116212],[670216,115632],[675577,119055],[675096,115603],[669105,116833],[676302,118398],[668094,116743],[689088,101054],[686510,101818],[685915,102224],[689989,96684],[683611,98130],[685559,94090],[686385,92427],[688371,95779],[682249,97309],[683729,94821],[689233,96977],[681833,96869],[686878,91903],[687107,92768],[686086,105718],[684987,106912],[684460,103941],[686292,104146],[689161,103016],[689170,112349],[690724,103826],[680208,106411],[686282,102773],[685460,106646],[683129,107788],[689562,103284],[685626,106116],[688729,103062],[682372,106923],[690314,104512],[679878,107578],[684856,114034],[686719,109323],[686848,110047],[688728,106707],[682766,109405],[684611,107898],[683999,110487],[688398,115386],[685806,115149],[686824,112462],[687484,107813],[683091,112729],[684293,113484],[688646,110180],[688751,108082],[686685,118102],[682769,117772],[679374,118602],[684004,116163],[681516,117213],[681000,117699],[679105,117694],[699013,414014],[701734,416592],[702396,419889],[693282,415143],[698963,416841],[700287,414537],[703614,414636],[703979,417408],[694590,414111],[700257,413949],[700709,414742],[702004,419611],[693329,415506],[700048,473152],[696002,470201],[693179,473424],[697563,473145],[697220,469748],[693127,472646],[697292,473434],[697176,472203],[699016,480235],[702655,480121],[701539,481811],[700801,475117],[700746,478305],[697973,479283],[695125,474343],[700822,475269],[701501,477759],[701390,484622],[698740,475163],[700450,478109],[703671,482520],[704379,416886],[705666,411595],[706397,414307],[708708,414325],[704475,414124],[706013,412331],[709692,412962],[704791,415126],[705997,413943],[709429,413365],[707740,464118],[704418,477561],[704724,482736],[706446,480271],[710549,482537],[711493,478811],[715517,479073],[714978,477658],[704218,480700],[704895,478440],[705363,482437],[710467,484370],[711540,480527],[714566,479153],[716083,477217],[704781,479814],[706340,480889],[709567,482391],[712126,480376],[714423,477200],[715679,478691],[729160,202123],[728096,203824],[728278,202396],[729581,202574],[729131,204977],[728808,206439],[728929,205108],[728563,207089],[720979,473653],[720182,474694],[718973,474319],[731262,199620],[731002,201199],[737362,199868],[737792,202590],[731960,199512],[731324,201602],[736469,199770],[737397,202744],[731804,199291],[730037,200931],[736867,201159],[737679,202013],[730605,207643],[731407,208525],[729879,205993],[730536,208226],[741943,514515],[739358,515371],[754315,499396],[744909,514459],[749004,517198],[745154,518129],[747280,516299],[747582,513754],[748777,515870],[745057,515079],[746205,514230],[747332,517510],[763987,479206],[767912,480814],[71250,136254],[69442,129888],[69434,139868],[74182,128981],[67100,133871],[65291,132738],[73501,129902],[73001,130370],[70806,132101],[67214,136247],[67475,128220],[72804,131017],[67860,134457],[69272,325358],[74922,413907],[66415,66192],[74883,98981],[74609,101392],[71523,103205],[70665,127873],[66964,125546],[71039,127887],[65999,117044],[65187,119651],[72777,122873],[74921,119617],[69226,127923],[68850,126574],[71983,125922],[73861,126309],[72162,119601],[67945,115997],[71523,120415],[68378,125391],[72054,127853],[69820,123728],[768739,486098],[803471,512035],[805917,511911],[804321,512240],[800757,512795],[816450,448981],[815804,498439],[808560,510621],[815481,499713],[808949,510403],[823693,4897],[822790,4032],[821008,4053],[821654,236],[825030,3520],[821722,4252],[819968,4088],[820847,1606],[824806,4769],[822219,5073],[821167,3080],[821137,851],[854614,523558],[853881,523410],[877979,-96207],[890021,-73294],[885440,-74224],[887592,-73192],[885360,-79049],[889581,-76807],[886683,-80366],[886291,-81065],[885542,-77616],[886907,-76906],[888689,-82680],[894424,429281],[893442,430206],[890185,437518],[78550,237741],[82814,82172],[78525,99085],[85225,99041],[84224,101267],[88490,89878],[88562,105272],[84055,115142],[82639,109094],[86396,107518],[85937,108505],[79096,104063],[79194,104591],[81516,106091],[83520,123158],[81954,115834],[86628,116245],[80977,116121],[78538,117554],[904159,405029],[901508,458827],[915581,-134006],[920303,-134910],[925048,-116672],[929632,-115227],[926295,-118410],[929580,-115658],[930220,-132090],[934287,-132246],[933478,-109845],[929077,293112],[932348,284666],[929026,296470],[930463,415185],[939715,-127412],[941588,-128749],[936465,290339],[935881,291112],[939295,283093],[935008,285235],[942605,309360],[946539,310595],[947126,367679],[945393,365680],[942762,405091],[945176,398895],[947970,-126331],[949266,-132504],[949312,-130899],[957890,-133038],[952472,145189],[952507,148170],[955747,141592],[947572,157888],[951738,163870],[952126,161404],[951830,162249],[955798,162698],[951915,161756],[951728,162501],[955998,162581],[952261,163726],[958051,155004],[951396,161775],[951244,162337],[956359,162291],[951529,163858],[950074,178299],[952732,183103],[954986,180031],[954101,184032],[958222,208390],[958251,238554],[957316,235076],[958631,230775],[959986,236575],[958831,238957],[956733,234445],[958893,231312],[958308,237662],[956910,235152],[959005,232131],[955684,248051],[955308,249060],[954669,249610],[953700,287511],[956213,283351],[948269,309525],[950039,365996],[947238,367478],[961404,-138054],[968638,-145013],[961556,-144256],[962864,-143872],[971222,-140892],[967629,132203],[964668,130182],[962435,136174],[965206,138035],[971052,150448],[965014,142983],[960707,142941],[962490,146782],[962415,146726],[971323,142289],[971972,145955],[967584,142528],[972301,165818],[967541,156910],[972532,176917],[967359,177344],[964404,177981],[968254,171263],[964893,197884],[966216,199385],[966026,200949],[966293,210798],[970118,214273],[972069,223860],[967771,230171],[970392,231533],[968711,231687],[970528,232696],[971413,234912],[970120,240059],[967807,235789],[960794,236242],[960933,235683],[969789,243858],[961500,248667],[962506,248639],[961414,249494],[962107,286244],[962315,284589],[962573,287487],[964002,387004],[967431,125044],[969328,120195],[965825,120204],[972723,116230],[972818,-138483],[974166,-148337],[976222,-150155],[984250,-160114],[981705,-157797],[984758,-159639],[977123,-154705],[979382,-155985],[982805,131986],[975848,128478],[976706,137254],[979624,150326],[977486,146079],[983587,160633],[980459,161285],[973736,160737],[972984,156856],[974839,170294],[979207,215029],[983772,216831],[975533,216905],[977894,207163],[973116,211173],[981960,224211],[976305,217896],[975043,229824],[980520,219163],[973164,219096],[981260,231215],[976634,231071],[981960,239275],[974750,237394],[974337,241029],[979014,241257],[978370,234017],[978893,244455],[974633,246525],[975508,251660],[973807,248090],[978182,252926],[981947,255658],[972980,285790],[973059,283059],[983290,370610],[985169,378097],[981247,98169],[981472,98972],[978452,100130],[980208,100466],[984551,101054],[982858,101117],[979877,100369],[983479,101960],[984428,103511],[981055,104925],[979155,114299],[982021,103878],[979735,103680],[985305,104513],[981217,104297],[980933,103183],[988127,-160978],[991914,-164737],[988170,-161038],[990817,-161679],[987536,-161053],[988886,-162710],[990307,-168900],[992144,-168159],[989887,138065],[987468,130086],[992535,143200],[997606,145322],[988462,150787],[985975,142430],[987805,164260],[988839,214047],[987248,228703],[988259,218151],[997388,239052],[989869,245403],[991709,246339],[986083,249782],[987865,246337],[989939,248689],[994574,254416],[991255,254549],[988342,251972],[986546,257276],[997350,345551],[990263,368953],[989726,368479],[990232,367327],[992174,360735],[992951,362098],[989224,369153],[988703,370246],[991554,362845],[991179,359820],[989211,369739],[990377,369340],[990799,361737],[989110,377803],[987478,377237],[986706,440374],[986126,93916],[986744,94274],[988798,96587],[998023,99770],[988002,96753],[986171,93997],[994974,106071],[998072,104341],[995850,105863],[996572,105950],[994486,104385],[1009318,-164231],[1004355,-159532],[1008546,-164123],[1009181,-165583],[1008968,-164599],[1002821,-170954],[1006266,-170349],[1007170,147195],[1009503,162041],[999487,157445],[1002027,159202],[1010542,169061],[1003055,168992],[1005596,181014],[1001560,194145],[1010307,227391],[1003137,242002],[1006988,241457],[999078,253439],[998726,252916],[1000266,251003],[1006210,244392],[1008595,245335],[1008612,250076],[1002645,298381],[1002746,307263],[1001297,302718],[1004191,304809],[1002963,297461],[1008177,313723],[1006722,316980],[1006319,313888],[1008217,328613],[1001067,336586],[1000296,341174],[1008391,340348],[1004581,342574],[1000406,337754],[1000829,345116],[1002505,342335],[1002407,340204],[1000832,343987],[1005035,348208],[1002213,347411],[1004514,347581],[999548,366775],[999096,99871],[1000522,100523],[999450,97900],[999706,100329],[1002322,100953],[1000373,100869],[1000526,104043],[1000793,103501],[1001390,103475],[1021498,149650],[1021236,146330],[1013102,147631],[1018717,162224],[1012520,160215],[1014854,155616],[1021696,160704],[1021206,154796],[1014087,157453],[1011330,186392],[1022067,243083],[1015343,241563],[1011827,233957],[1012684,240334],[1019438,237139],[1017857,240788],[1018373,239125],[1014876,238301],[1012964,237032],[1017233,232123],[1023228,230941],[1012031,246491],[1017300,247426],[1020171,243770],[1023639,248468],[1016533,304293],[1020196,303845],[1012756,298447],[1023422,305066],[1023183,305755],[1011541,299612],[1011487,301591],[1012175,304860],[1022949,310415],[1022803,310827],[1019627,327997],[1018301,329601],[1020280,327045],[1021073,331186],[1019844,331120],[1011901,345735],[1023020,341828],[1017462,333440],[1021039,341870],[1015667,357396],[1017000,354560],[1023724,348594],[1013276,367908],[1015944,365839],[1012492,369983],[1020046,360115],[1023217,363481],[1012265,367419],[1019637,366752],[1023836,371408],[1018931,376677],[1019096,380018],[1022932,374077],[1018749,379489],[1016462,392543],[1023152,524651],[1020935,547298],[99388,-4587],[93484,-270131],[94090,-278422],[93999,-278737],[94351,-277744],[94219,-277868],[94284,-278137],[93990,-278777],[101052,6154],[96331,12014],[102272,28046],[91675,59492],[91043,68648],[95371,82213],[93449,101568],[91454,114160],[96764,107073],[96301,114220],[94297,107456],[91681,108928],[99882,104753],[99717,105789],[101587,117290],[1027032,150969],[1031337,146780],[1034148,157416],[1027577,154244],[1031250,160791],[1030468,212757],[1028612,208064],[1026012,229887],[1027008,228451],[1034059,228979],[1028782,220626],[1025944,237459],[1030704,240570],[1033874,237500],[1027280,248277],[1024899,246441],[1026289,253948],[1024149,302260],[1030353,307044],[1029306,306234],[1024006,309813],[1024762,308713],[1029136,326026],[1028458,326170],[1025869,344667],[1034864,333729],[1028939,335078],[1029721,336371],[1025178,338083],[1032006,336086],[1027388,334384],[1030600,334567],[1030210,342460],[1030019,337563],[1024848,334158],[1025267,352845],[1027810,354931],[1024338,350456],[1024856,350445],[1025337,355192],[1024849,347672],[1028429,353886],[1025263,349097],[1030888,356780],[1033356,356768],[1028194,354672],[1035379,354147],[1031988,361361],[1024513,364233],[1031115,359535],[1025455,371340],[1026369,366669],[1025375,372257],[1027599,371646],[1029456,373926],[1027057,374885],[1029612,372153],[1036291,497967],[1034163,488556],[1035290,501571],[1036337,517145],[1027116,523639],[1027704,523589],[1025537,521852],[1032362,513238],[1025981,526747],[1028505,542693],[1030437,545571],[1033068,541612],[1027289,553925],[1028073,555427],[1027833,556783],[1027213,555040],[1027110,554658],[1046194,148240],[1037932,153696],[1037489,146556],[1047387,145500],[1048955,152444],[1048014,154892],[1037464,229774],[1047234,222681],[1039762,239772],[1047827,231669],[1045583,259950],[1046663,259433],[1048926,470509],[1044942,472838],[1037135,483526],[1043827,484876],[1044894,493486],[1045276,494579],[1038682,537732],[1040579,531215],[1043595,539008],[1055868,151419],[1059689,155821],[1056246,183887],[1055065,181480],[1052300,182019],[1055501,183318],[1053453,181116],[1054168,181333],[1061352,213917],[1052262,225265],[1059811,221553],[1059039,254851],[1059423,259353],[1050271,262033],[1051733,453440],[1050303,453177],[1052178,468375],[1055273,466717],[1051061,486290],[1051638,494808],[1050458,492233],[1050141,489528],[1052253,496808],[1050338,496143],[1053767,508197],[1050180,510813],[1061963,513329],[1050263,536324],[1059196,537727],[1062147,532127],[1058854,539776],[1069130,153781],[1068485,151342],[1072223,159828],[1068390,162914],[1064051,157821],[1062983,154779],[1070676,168601],[1072506,190665],[1070169,194961],[1071657,203710],[1063137,213202],[1067009,218600],[1072159,255296],[1066632,256486],[1066476,292257],[1072118,292602],[1068149,296128],[1074217,298570],[1063837,473075],[1066737,472056],[1074413,516998],[1072288,518754],[1062864,530352],[1066202,535645],[1066266,546190],[1071285,543309],[1066436,546143],[1074302,542336],[1077007,162391],[1078041,174779],[1075737,171479],[1076792,189565],[1077618,179605],[1075233,204605],[1076581,201676],[1078289,199675],[1083417,275247],[1078807,282136],[1085161,282777],[1081701,524694],[1081657,534935],[1075216,526828],[1077368,547951],[1080557,538911],[1076580,547647],[1091639,237112],[1093368,241498],[1089814,232950],[1096017,261815],[1098283,270338],[1090511,329469],[1095625,337676],[1091355,342154],[1093946,342577],[1103044,248725],[1102578,258725],[1112407,306655],[1105422,315683],[1103452,310693],[1101711,308634],[1111503,325259],[1110188,331656],[1104050,325436],[1120969,349783],[1138835,260526],[1137244,263868],[1138650,271081],[1133902,278404],[1133993,280327],[1135415,276561],[1135832,282430],[1137933,283467],[1137954,292230],[1138171,295534],[1132559,345397],[1146896,254704],[1143655,261269],[1140087,264907],[1140048,259358],[1146951,264192],[1149249,268420],[1141162,258042],[1145722,256758],[1150442,257544],[1151889,264474],[1149666,263220],[1151677,274625],[1147115,275512],[1146481,277844],[1144919,278077],[1146602,269088],[1143201,270452],[1143569,279802],[1141381,281586],[1140271,287842],[1141796,292408],[1142548,292880],[1139253,283202],[1141695,289518],[1142623,298118],[1142490,300300],[1142825,300809],[1146519,308910],[1151668,308651],[1145730,347073],[1151800,545058],[1151108,544878],[114359,200005],[109949,34003],[111358,58336],[109668,76755],[111591,73853],[114712,73267],[109194,77491],[109426,77508],[108295,81766],[109441,110827],[112171,114864],[112232,103196],[106577,109423],[105635,110451],[114270,110753],[109865,104959],[109075,115261],[109834,118906],[115115,117499],[114754,118619],[107443,122630],[103380,126825],[108450,121361],[110164,126573],[110554,126857],[1152820,263598],[1162958,263333],[1162701,256788],[1152359,270025],[1153778,273083],[1162754,280331],[1154620,295766],[1162421,303493],[1158318,313595],[1155088,314307],[1154687,310451],[1163473,341104],[1162886,336232],[1152481,341665],[1159404,537357],[1164343,535527],[1160669,533737],[1158986,537426],[1162775,532352],[1156681,540784],[1153754,544945],[1160552,538616],[1153126,541235],[1156754,537991],[1152757,543097],[1171652,203739],[1169919,200333],[1168042,206205],[1174767,210361],[1172805,209368],[1165716,220331],[1173217,223221],[1166338,224621],[1170979,232024],[1176694,233920],[1165472,251039],[1167298,250236],[1174410,281313],[1172386,283025],[1176048,294475],[1175327,287190],[1168087,298553],[1174023,295130],[1175247,320108],[1176030,342346],[1169862,348516],[1164958,347343],[1174388,352533],[1176575,522099],[1175363,522141],[1165557,536404],[1170124,529520],[1174739,525312],[1176711,528658],[1174581,526622],[1167932,535805],[1173014,531726],[1169806,532232],[1169127,534561],[1170311,533215],[1175512,525664],[1170575,528464],[1172347,526591],[1175520,532462],[1167784,535702],[1170506,533730],[1172254,529738],[1167254,530831],[1182462,210563],[1182026,220423],[1180030,218948],[1186815,239713],[1189728,243469],[1186381,249456],[1190056,248617],[1190014,255247],[1183618,277711],[1185889,285686],[1178386,291931],[1179255,288372],[1183112,281832],[1180365,347171],[1189408,346816],[1188962,347800],[1185375,522959],[1179400,522427],[1184210,522194],[1182182,525784],[1179639,525037],[1182900,526443],[1177837,526793],[1196223,212524],[1192591,221798],[1201520,238309],[1201847,235585],[1201260,290248],[1202832,284019],[1202077,293026],[1200300,297959],[1199021,300027],[1203121,303765],[1194096,296797],[1197684,312520],[1195438,314737],[1201279,313766],[1200261,315828],[1198372,330271],[1201438,320524],[1198541,334120],[1202725,371142],[1201105,409776],[1200976,409854],[1197962,411565],[1201054,410304],[1197875,411476],[1201227,409866],[1201167,410414],[1197681,410865],[1215227,213457],[1214647,213468],[1209685,205179],[1210991,213113],[1208220,223888],[1207400,225064],[1206884,228222],[1207821,223708],[1208664,226395],[1203479,228001],[1208373,222747],[1208371,224685],[1206541,229124],[1207676,223754],[1214371,218608],[1204340,225825],[1203842,232445],[1208428,272265],[1214375,281596],[1214823,280897],[1213240,281974],[1212647,291082],[1209949,292899],[1205386,298412],[1203749,301587],[1208681,303198],[1210785,304633],[1213747,305464],[1205963,305565],[1210462,297875],[1214920,310046],[1212286,313321],[1209394,318147],[1212176,319877],[1208398,323373],[1212843,327736],[1209573,326886],[1215104,363139],[1208141,363060],[1207070,359530],[1203393,360427],[1205420,365640],[1206316,365130],[1208392,370537],[1215142,373979],[1214186,374940],[1212413,378874],[1209894,374384],[1210319,376578],[1208891,378630],[1203976,374261],[1205040,375669],[1208875,375885],[1206527,379909],[1204982,371955],[1223818,191694],[1223045,189125],[1222082,190634],[1222780,190324],[1223933,191651],[1223196,188973],[1222256,190954],[1222670,190533],[1223825,191551],[1223317,188682],[1222157,191665],[1222207,191097],[1221917,203223],[1221329,202304],[1221182,202560],[1228480,208345],[1226140,207430],[1223760,205949],[1222116,206415],[1220100,206140],[1220313,205848],[1219101,205974],[1226913,206998],[1223150,206001],[1221791,206252],[1220230,205877],[1219234,205922],[1223891,205838],[1226070,207342],[1222135,206597],[1219913,205971],[1219138,205800],[1220889,283016],[1225620,283492],[1225513,290089],[1223306,292143],[1224025,294686],[1217862,361762],[1219996,361320],[1217330,365351],[1217267,370101],[1217276,367627],[1218290,375585],[1230534,186738],[1230103,186568],[1230614,186801],[1239888,198923],[1239508,200793],[1239751,199633],[1239448,203879],[1231395,194155],[1231221,193518],[1234556,197491],[1239877,199043],[1239087,204424],[1239250,204042],[1239922,199505],[1231724,194076],[1231327,193638],[1234359,197898],[1239999,198745],[1239270,204482],[1239847,199363],[1239360,203913],[1239983,198898],[1231539,194097],[1234577,197753],[1235375,209632],[1235812,209508],[1229156,208298],[1235370,209444],[1235701,209551],[1229263,208308],[1235751,209707],[1241168,267585],[1238808,278903],[1240208,280790],[1233162,277203],[1232658,270025],[1237465,272775],[1239445,282559],[1239475,284583],[1231669,285411],[1231269,290202],[1234565,292284],[1233066,287387],[1240408,286296],[1230584,295891],[1233360,303715],[1230244,304352],[1235569,307042],[1237218,304884],[1236667,302533],[1239018,300216],[1229519,307815],[1235228,105758],[1253210,128322],[1251301,128250],[1251295,129127],[1253375,128617],[1251472,129337],[1252213,163160],[1252234,163012],[1252703,163634],[1243908,176980],[1243176,176617],[1243436,176749],[1243827,176944],[1243585,176885],[1241970,166751],[1242113,166702],[1253451,180301],[1251297,181765],[1251089,191765],[1253858,185281],[1253701,180298],[1251144,192113],[1251114,181858],[1253497,180360],[1253915,185238],[1251286,182025],[1250821,183448],[1251607,182980],[1251472,183157],[1253823,185417],[1251154,192444],[1253635,199304],[1253540,199226],[1246136,225756],[1243853,276759],[1245525,277225],[1248303,278918],[1245215,272656],[1246283,281300],[1241847,287379],[1243768,282876],[1242435,306090],[1241779,302510],[1244805,102882],[1248380,111844],[1252488,126757],[1252455,124360],[1252362,125392],[1251295,128182],[1252574,126682],[1251946,124814],[1265063,179293],[1266343,172971],[1261276,176022],[1262045,174976],[1265196,179240],[1264012,170984],[1264271,171196],[1265708,172856],[1265924,172969],[1265467,172337],[1260983,175859],[1262077,174968],[1265297,179269],[1263738,171208],[1265819,172811],[1261023,175568],[1265932,179896],[1263625,182644],[1265704,179907],[1263332,179958],[1260792,181509],[1259199,181061],[1257214,187995],[1263207,180076],[1264442,179785],[1260947,181622],[1265710,180058],[1263617,181486],[1260462,180291],[1259342,181070],[1263234,182180],[1263493,181301],[1265551,179990],[1266715,180011],[1263365,180035],[1263233,182191],[1260810,181674],[1259708,181201],[1263485,182599],[1259200,181263],[1257107,188040],[1256984,188464],[1258966,192603],[1262379,196558],[1261904,194068],[1259203,192342],[1262489,196369],[1261803,193220],[1258919,192284],[1262213,196487],[1261782,194222],[1266401,206307],[1264648,205701],[1266217,206467],[1264748,205966],[1264827,206208],[1265583,231315],[1265976,231678],[1266628,232655],[1273203,158771],[1273062,158977],[1273448,159418],[1274349,179311],[1267698,177111],[1271564,177601],[1272015,175794],[1271537,178927],[1272873,177275],[1267513,177061],[1269293,174362],[1271199,178409],[1271997,175504],[1272572,177650],[1272526,177869],[1269026,173845],[1272490,177750],[1271070,181524],[1268368,182611],[1270744,182257],[1271797,181718],[1272419,182776],[1270034,183595],[1273270,179920],[1268290,182797],[1270267,182074],[1271160,181200],[1273122,179824],[1270125,183693],[1271179,182630],[1270994,182634],[123598,-2198],[127946,-2847],[124026,-4030],[126390,-7800],[116893,-10550],[115883,-8555],[125967,-313648],[122884,-16734],[126915,-85286],[122356,-86235],[122725,-87807],[123481,-93375],[123785,-92286],[117428,128699],[119587,134044],[122892,133949],[125920,130966],[127206,130802],[127805,60793],[125721,62654],[120823,59312],[121913,71687],[117498,76914],[123498,89254],[120626,85043],[116238,84283],[121712,77008],[126187,115098],[125987,114174],[126533,114829],[122446,105778],[127184,104476],[123506,106754],[125417,117970],[117039,121230],[116010,124492],[119625,119657],[124143,124511]] \ No newline at end of file diff --git a/src/gathering/a10206.json b/src/gathering/a10206.json new file mode 100644 index 0000000..732db55 --- /dev/null +++ b/src/gathering/a10206.json @@ -0,0 +1 @@ +[[-154695,-601381],[-154759,-601194],[-155628,-599822],[-155358,-600230],[-154173,-602224],[-154273,-602085],[-155379,-609300],[-155215,-609400],[-155989,-609264],[-155836,-608990],[-160656,-619110],[-166151,-620044],[-164896,-619652],[-165162,-620124],[-160895,-619071],[-164980,-619917],[-166736,-619678],[-214749,-587304],[-214890,-587778],[-318042,-292144],[-318443,-291541],[-317968,-290781],[-318638,-291401],[-318238,-291170],[-317934,-291251],[-317104,-291064],[-318978,-291267],[-319426,-290439],[-318863,-290600],[-317723,-291813],[-318275,-292028],[-318161,-290756],[-318419,-291410],[-318325,-291089],[-317708,-291352],[-317102,-290880],[-318849,-291317],[-319307,-290554],[-319062,-290893],[-325886,-443608],[-325651,-443638],[-325049,-443371],[-325905,-443865],[-327250,-443665],[-325735,-443858],[-325023,-443413],[-327137,-443633],[-325099,-443335],[-325906,-443542],[-325088,-443149],[-327427,-443802],[-378223,-458839],[-378135,-458671],[-378020,-458730],[-376951,-459171],[-376696,-459105],[-376734,-458951],[-376501,-458278],[-374584,-480369],[-374794,-480663],[-374571,-480883],[-374273,-481015],[-374557,-481365],[-374815,-481424],[-374692,-481038],[-374956,-480980],[-375301,-481283],[-376069,-481253],[-375979,-481088],[-375421,-480843],[-375161,-480652],[-374988,-480636],[-375439,-480281],[-375475,-479998],[-375308,-479834],[-374989,-479559],[-375284,-479407],[-375624,-479409],[-375825,-479454],[-375980,-479387],[-376272,-479573],[-376568,-479829],[-376956,-480262],[-376052,-479984],[-375899,-480053],[-375662,-479734],[-375550,-479644],[-375877,-479215],[-376199,-479210],[-375563,-480559],[-375177,-480354],[-375875,-480276],[-377024,-480936],[-376600,-480846],[-376303,-480764],[-376094,-480597],[-375909,-480678],[-375746,-481000],[-375632,-481110],[-375467,-481158],[-375545,-481425],[-375877,-481524],[-376216,-481513],[-376410,-481368],[-376265,-481055],[-376762,-480577],[-376424,-480217],[-376159,-480355],[-376569,-480065],[-376789,-480157],[-377191,-480581],[-388615,-409357],[-396272,-403682],[-396200,-403811],[-396565,-403519],[-396366,-420313],[-396088,-420184],[-395935,-420462],[-395722,-420598],[-395415,-420770],[-395491,-419823],[-395356,-419792],[-388602,-409861],[-390813,-427249],[-391005,-427712],[-390615,-427653],[-390504,-427970],[-390408,-427708],[-390313,-427287],[-390334,-426843],[-390236,-426477],[-390542,-424821],[-390504,-424469],[-390298,-424240],[-390083,-423964],[-389981,-423927],[-389969,-424375],[-391082,-425768],[-391333,-425989],[-391413,-425730],[-391295,-425541],[-391157,-425580],[-394535,-424610],[-394303,-424373],[-394440,-423746],[-393987,-424135],[-393776,-424210],[-393674,-424275],[-394757,-434524],[-394231,-434382],[-396316,-434497],[-396438,-434764],[-396349,-434987],[-393817,-433218],[-395797,-434437],[-395542,-434240],[-393806,-434194],[-394908,-434579],[-394622,-434943],[-394108,-433567],[-394972,-432934],[-394795,-433024],[-394951,-433165],[-394375,-432686],[-395222,-433826],[-395387,-433680],[-395363,-434053],[-395080,-434035],[-393862,-433422],[-394012,-434245],[-393591,-434057],[-392216,-432749],[-391374,-433236],[-391017,-433606],[-390592,-434011],[-390356,-433946],[-390853,-434008],[-391117,-433901],[-391434,-433871],[-391582,-433954],[-391690,-434026],[-390151,-433875],[-390670,-433763],[-390781,-433690],[-390166,-434207],[-389962,-434056],[-389564,-434151],[-389358,-434114],[-389704,-433908],[-395361,-435672],[-395175,-435687],[-394111,-435234],[-393937,-435082],[-396372,-440278],[-396153,-440267],[-396135,-439877],[-396082,-440321],[-396332,-440559],[-396455,-440875],[-396061,-441500],[-396051,-441795],[-394828,-435035],[-395718,-435379],[-396191,-435245],[-395947,-435426],[-395543,-469650],[-395615,-469728],[-388282,-466722],[-388165,-466539],[-387311,-466128],[-387535,-466098],[-409459,-384306],[-409390,-384769],[-409110,-384989],[-408712,-385079],[-409463,-384622],[-408934,-384914],[-408828,-385255],[-407385,-398604],[-408049,-398311],[-399597,-407284],[-407323,-398775],[-408339,-397983],[-399563,-407831],[-399470,-407181],[-399484,-407469],[-408408,-429695],[-407858,-429732],[-407869,-429871],[-407957,-429999],[-408652,-429968],[-409555,-430877],[-409256,-430597],[-409295,-430521],[-409562,-430483],[-409057,-427952],[-408709,-427685],[-408593,-427581],[-407659,-427048],[-407537,-427226],[-407167,-427247],[-406870,-427167],[-406622,-427085],[-408527,-428105],[-408810,-428235],[-406853,-428758],[-406402,-428230],[-406512,-428408],[-402478,-429362],[-402195,-428640],[-402383,-428674],[-402519,-429640],[-402880,-429748],[-404567,-429624],[-404594,-429195],[-404317,-428958],[-404040,-428757],[-403943,-428590],[-404197,-428565],[-405113,-429030],[-405362,-429297],[-405272,-429753],[-405347,-430132],[-405424,-430292],[-404250,-431349],[-404437,-431310],[-404371,-430978],[-404090,-430736],[-404483,-430769],[-403631,-431163],[-403247,-431051],[-403324,-431445],[-403208,-431549],[-402937,-431790],[-403421,-431967],[-403527,-432106],[-404803,-432967],[-405012,-432989],[-405166,-432922],[-405380,-432759],[-404463,-434813],[-404674,-434702],[-404811,-434649],[-404380,-434465],[-404328,-434174],[-403616,-434708],[-403517,-434783],[-402402,-434197],[-402369,-434224],[-402358,-434347],[-402535,-434540],[-402348,-434737],[-402068,-434502],[-401620,-434304],[-402092,-433826],[-401827,-433916],[-401288,-433923],[-401789,-433533],[-401937,-433173],[-401980,-433039],[-401892,-432750],[-401593,-432026],[-401356,-432091],[-401033,-431892],[-400729,-431914],[-401259,-432365],[-401310,-433230],[-401412,-433720],[-401226,-434394],[-401054,-434134],[-401142,-433957],[-404014,-434951],[-404398,-434972],[-403932,-434543],[-403774,-434242],[-406214,-428825],[-405682,-428942],[-405210,-429058],[-404948,-428738],[-405449,-428503],[-405789,-428397],[-405745,-428127],[-404653,-429853],[-405105,-429345],[-405691,-429547],[-405670,-429221],[-404736,-430832],[-405504,-430829],[-405775,-430777],[-405915,-430619],[-405928,-430310],[-406010,-430418],[-406232,-431185],[-406138,-431403],[-406316,-431609],[-406602,-431476],[-406651,-431965],[-406563,-432317],[-407220,-432453],[-407392,-432603],[-407611,-432531],[-407911,-432628],[-408039,-432659],[-407367,-432835],[-400922,-433916],[-400591,-433380],[-400365,-433507],[-400193,-433435],[-400621,-434118],[-400429,-433950],[-399888,-434202],[-399825,-434278],[-400986,-434266],[-403385,-435177],[-406899,-438592],[-406940,-438947],[-407226,-439148],[-407419,-439256],[-407681,-439783],[-407603,-439018],[-407648,-438873],[-407781,-438394],[-407927,-438177],[-407896,-438189],[-407243,-437892],[-407183,-437778],[-407150,-441015],[-407385,-441052],[-407357,-441484],[-407273,-441558],[-406860,-441212],[-406676,-441107],[-406583,-440996],[-407503,-441123],[-407944,-440931],[-408227,-441034],[-408394,-441531],[-408506,-441864],[-408636,-442275],[-409408,-441253],[-408946,-440871],[-408924,-440678],[-409179,-440488],[-409248,-440306],[-409587,-442549],[-409278,-442574],[-397048,-439891],[-396830,-440305],[-397448,-442539],[-397722,-442006],[-398058,-442325],[-398268,-442499],[-398456,-442701],[-398623,-442735],[-398820,-442731],[-398908,-442643],[-398608,-442296],[-398283,-442207],[-397417,-442249],[-397413,-441866],[-397416,-441822],[-399337,-441878],[-399360,-441528],[-399545,-441464],[-399851,-441031],[-399956,-441645],[-400199,-441883],[-399629,-441708],[-399515,-441871],[-399714,-442112],[-399844,-442167],[-399933,-441961],[-400387,-443019],[-400397,-443243],[-400307,-442622],[-400712,-442710],[-400916,-442958],[-416687,-242760],[-416987,-242719],[-416701,-242506],[-416342,-242372],[-416093,-242068],[-415777,-241807],[-415787,-241597],[-415945,-241673],[-416038,-241750],[-415253,-241869],[-415103,-241930],[-415144,-242120],[-415219,-242162],[-417664,-242834],[-417414,-242707],[-416735,-241941],[-416801,-241551],[-416603,-241723],[-416534,-242171],[-416846,-242278],[-417089,-242399],[-417300,-241965],[-416564,-242617],[-416333,-242511],[-416276,-242842],[-418184,-242537],[-418384,-242220],[-418337,-242215],[-417002,-242581],[-416772,-242439],[-417675,-242002],[-417973,-241896],[-418273,-241859],[-418441,-242061],[-416265,-243293],[-416019,-243417],[-415875,-243569],[-415503,-243718],[-416292,-243228],[-416134,-243078],[-416026,-243056],[-417899,-243276],[-417874,-243057],[-416875,-243152],[-417142,-243075],[-417430,-243045],[-417777,-243113],[-418125,-243077],[-418013,-244691],[-418108,-244478],[-417425,-244215],[-417153,-244147],[-416921,-244044],[-416936,-244682],[-417329,-244581],[-417645,-244789],[-417772,-245257],[-417467,-245422],[-417680,-245477],[-417852,-245213],[-418220,-244761],[-418499,-244684],[-418550,-244675],[-418513,-244220],[-418596,-244074],[-418552,-243959],[-418247,-243671],[-418073,-243603],[-417844,-243710],[-417433,-243762],[-418290,-244145],[-418233,-245021],[-417948,-244943],[-417817,-244758],[-417931,-244164],[-417876,-244036],[-418250,-244508],[-418852,-244648],[-418843,-244912],[-419035,-245024],[-419009,-245085],[-418634,-245237],[-418365,-245378],[-418492,-245047],[-418868,-244697],[-419111,-244472],[-419283,-244699],[-419457,-244746],[-419332,-245101],[-419138,-245175],[-417569,-356812],[-418309,-357861],[-416880,-358067],[-417524,-356855],[-419618,-358010],[-419311,-358145],[-418200,-358088],[-416823,-358084],[-417475,-356998],[-417426,-356853],[-419719,-358216],[-419900,-358315],[-420330,-358564],[-420481,-358383],[-419768,-358561],[-419796,-358372],[-419438,-358571],[-419575,-358369],[-415306,-359130],[-415025,-359412],[-415050,-359100],[-415243,-358770],[-415451,-358499],[-413920,-359208],[-414027,-358707],[-414330,-359242],[-414331,-358985],[-415094,-359732],[-416619,-358325],[-416862,-358478],[-419048,-358654],[-418871,-358351],[-420038,-358663],[-420628,-358219],[-420622,-358599],[-420261,-358477],[-419654,-358698],[-419963,-358387],[-419751,-358259],[-415290,-359309],[-415078,-359299],[-414865,-359094],[-415300,-358672],[-415594,-358413],[-413971,-359066],[-413941,-358756],[-414127,-359167],[-414354,-359092],[-415216,-359859],[-416544,-358364],[-416834,-358645],[-419102,-358526],[-410410,-383792],[-414288,-383064],[-413344,-383662],[-410590,-383554],[-414451,-382925],[-413483,-383679],[-413210,-383461],[-418544,-395788],[-418716,-395959],[-415473,-396133],[-415192,-396144],[-415557,-396189],[-417796,-395558],[-418080,-394816],[-417853,-395437],[-418856,-395989],[-417666,-395609],[-417804,-395171],[-417952,-393551],[-418211,-395133],[-417784,-393590],[-415383,-396308],[-413978,-395249],[-417831,-393677],[-410172,-384427],[-409699,-384627],[-410090,-383911],[-409756,-384333],[-413440,-383875],[-413595,-385044],[-412273,-386409],[-410389,-386206],[-410640,-385525],[-410824,-385571],[-410328,-384207],[-410084,-384607],[-409641,-384486],[-409953,-384105],[-409885,-384314],[-409660,-384455],[-413711,-384974],[-412473,-386182],[-410483,-386255],[-410840,-385486],[-420616,-409122],[-420981,-408897],[-421113,-408616],[-421100,-408521],[-411929,-418319],[-412208,-418797],[-412398,-418891],[-412571,-418987],[-412178,-419240],[-411971,-419618],[-412158,-420049],[-412312,-420287],[-412493,-420420],[-412838,-420347],[-410002,-420287],[-410211,-420473],[-410341,-420062],[-410364,-420454],[-410672,-420439],[-411096,-420792],[-411163,-421151],[-411321,-421143],[-410537,-421316],[-410256,-421241],[-409985,-421228],[-409956,-420944],[-409998,-420793],[-419380,-410523],[-419223,-410213],[-419041,-409861],[-418961,-409887],[-420812,-409472],[-422072,-410397],[-421746,-410783],[-421841,-411083],[-421962,-411339],[-422258,-411452],[-421964,-412218],[-422294,-411984],[-422031,-411847],[-416431,-432033],[-416851,-432418],[-417225,-432574],[-417227,-432907],[-417033,-433331],[-417669,-433344],[-417510,-432976],[-417810,-430616],[-417360,-430538],[-417283,-430569],[-417593,-430844],[-417852,-430232],[-418095,-429968],[-418256,-429969],[-418249,-430328],[-418264,-430454],[-418653,-430718],[-417727,-429917],[-417806,-429804],[-417312,-429843],[-417163,-429850],[-417633,-430458],[-417538,-430575],[-417369,-430831],[-417065,-430651],[-409786,-430491],[-409973,-430616],[-410160,-430590],[-410160,-430009],[-410440,-429859],[-410595,-429865],[-410437,-429658],[-410237,-429476],[-410298,-429260],[-410205,-429161],[-409886,-428874],[-409793,-428779],[-421943,-429986],[-421738,-430300],[-422025,-429426],[-421828,-429774],[-421649,-429855],[-421444,-429206],[-421420,-428879],[-420932,-429194],[-420838,-429394],[-421091,-429766],[-418494,-428258],[-418090,-428006],[-418478,-427617],[-418711,-427533],[-418353,-427158],[-417898,-427169],[-417773,-427197],[-417539,-427702],[-417504,-427794],[-417004,-427647],[-416788,-427460],[-416718,-427336],[-415518,-427714],[-415347,-427947],[-415610,-427535],[-415740,-427471],[-417522,-430103],[-417270,-430385],[-417784,-430424],[-410034,-439354],[-410052,-439135],[-409789,-438954],[-409787,-438932],[-410108,-438916],[-410233,-438994],[-410498,-438990],[-410642,-439007],[-411051,-438194],[-411282,-437868],[-411089,-437494],[-410890,-437451],[-410753,-437367],[-410642,-437355],[-412266,-438961],[-412224,-439539],[-412113,-439816],[-412618,-439876],[-412753,-440273],[-413172,-440361],[-413406,-440432],[-413607,-440507],[-413261,-440126],[-413365,-439994],[-417564,-437793],[-417857,-438204],[-419866,-447787],[-417669,-447572],[-417609,-447258],[-417027,-447676],[-416929,-447791],[-409620,-443498],[-409816,-443573],[-410065,-442494],[-409771,-442340],[-409862,-441835],[-410332,-442226],[-410640,-442334],[-410769,-442406],[-409839,-442844],[-410460,-441848],[-411166,-441822],[-411397,-441881],[-411438,-441964],[-411027,-441876],[-410765,-441267],[-410389,-441175],[-410331,-441480],[-410592,-442091],[-410681,-441818],[-410517,-441505],[-419214,-448286],[-418536,-448110],[-417271,-448178],[-417446,-448195],[-417248,-448547],[-417211,-448721],[-417478,-448840],[-417807,-448875],[-415883,-448627],[-416313,-448696],[-416570,-448632],[-416692,-448983],[-416776,-449152],[-416946,-449298],[-423686,-353460],[-423775,-353594],[-424087,-353478],[-424030,-353392],[-423385,-353216],[-423824,-354440],[-424013,-354652],[-434475,-384666],[-434347,-385342],[-433068,-385144],[-434369,-384126],[-435176,-384815],[-433893,-385887],[-433299,-385240],[-434883,-408044],[-434695,-407711],[-434348,-408038],[-434302,-408110],[-433408,-407623],[-433277,-407316],[-433522,-407084],[-434319,-406841],[-434328,-406517],[-434738,-406870],[-433568,-406457],[-433695,-406775],[-432818,-405465],[-432697,-405673],[-432727,-405956],[-433023,-407345],[-432615,-407616],[-432964,-407828],[-432783,-408291],[-432889,-408322],[-433124,-408365],[-433780,-407619],[-433285,-409215],[-433065,-409317],[-433101,-408856],[-433094,-408748],[-433993,-409100],[-434002,-409308],[-433952,-408728],[-434209,-408638],[-434399,-408529],[-429165,-419856],[-429048,-419438],[-429133,-419298],[-429080,-420404],[-428756,-420465],[-428724,-420670],[-428012,-420685],[-428050,-420839],[-427880,-421076],[-422483,-411039],[-422433,-412229],[-422551,-412304],[-423220,-412122],[-423751,-412023],[-424003,-412084],[-423832,-413138],[-424119,-412854],[-424129,-412790],[-423355,-413425],[-423077,-413276],[-422901,-413017],[-422773,-413153],[-422659,-413372],[-424571,-413847],[-424928,-413911],[-425140,-413855],[-425142,-414150],[-425260,-414353],[-425138,-414497],[-424811,-414732],[-424567,-414822],[-426339,-412689],[-426077,-412661],[-426227,-413004],[-426230,-413150],[-426111,-413333],[-426520,-413136],[-426646,-413154],[-426919,-412869],[-426764,-412853],[-426493,-412886],[-426893,-411960],[-427180,-411655],[-427509,-411635],[-427651,-411381],[-427734,-411207],[-427996,-411913],[-428381,-411899],[-428281,-411672],[-428129,-411628],[-427025,-411354],[-426603,-411548],[-426308,-411416],[-428079,-412604],[-427921,-412856],[-428259,-413022],[-428506,-413234],[-428796,-412908],[-428527,-413805],[-428298,-414203],[-428532,-414532],[-428645,-414749],[-432124,-415588],[-432091,-415295],[-431843,-415127],[-431001,-415228],[-426551,-433692],[-426731,-433992],[-426230,-433821],[-426091,-433718],[-426034,-433708],[-426199,-433347],[-426362,-433169],[-425366,-433483],[-425194,-433430],[-424924,-433439],[-424940,-433124],[-424852,-433024],[-424762,-433135],[-424056,-433170],[-423816,-433216],[-423714,-433248],[-423624,-433251],[-423730,-433103],[-423953,-432950],[-424117,-432768],[-424239,-432705],[-423783,-432723],[-423664,-432599],[-423381,-432911],[-423436,-432570],[-423665,-432060],[-423657,-431811],[-423684,-431591],[-423987,-431546],[-424677,-431168],[-424817,-431080],[-424679,-431465],[-424801,-431623],[-424748,-431784],[-424373,-430073],[-424809,-430107],[-425203,-430074],[-425277,-430300],[-425390,-429683],[-424997,-429726],[-424470,-429335],[-424513,-429145],[-424506,-429797],[-424508,-429837],[-423005,-429997],[-423345,-429933],[-423377,-429812],[-422443,-429443],[-423914,-441115],[-423926,-440917],[-424061,-441457],[-424270,-441700],[-424411,-441803],[-423088,-441441],[-423834,-442567],[-423943,-442291],[-424842,-441672],[-425125,-441599],[-425425,-441668],[-425464,-441540],[-425382,-441119],[-423728,-439083],[-423825,-438908],[-425510,-440256],[-425734,-440010],[-423772,-441049],[-424630,-441277],[-424814,-441571],[-424616,-441841],[-424288,-441637],[-424112,-441687],[-423218,-441561],[-423199,-441766],[-422547,-441837],[-422786,-441769],[-423894,-442429],[-424131,-442473],[-424202,-441330],[-424369,-441057],[-424429,-440881],[-424700,-441274],[-424782,-441439],[-424474,-441970],[-427782,-447640],[-428017,-447362],[-427990,-447249],[-428243,-447118],[-428412,-447033],[-427850,-447670],[-428315,-446583],[-428801,-446682],[-428928,-446649],[-428586,-446618],[-428074,-447104],[-427687,-447201],[-427791,-447369],[-428856,-449390],[-429159,-449400],[-429319,-449417],[-429433,-449283],[-428912,-449192],[-428700,-448976],[-428520,-448594],[-428903,-448658],[-429230,-448981],[-429414,-448722],[-429585,-448745],[-428667,-449657],[-428323,-449592],[-428291,-449596],[-428600,-449506],[-429071,-449844],[-428433,-450319],[-428126,-450234],[-427885,-450099],[-427973,-450083],[-428249,-449894],[-427859,-449508],[-427675,-449551],[-427190,-449506],[-427037,-449435],[-426993,-449646],[-427243,-449856],[-427341,-450048],[-427264,-450315],[-428016,-451200],[-427881,-450636],[-428105,-450536],[-428373,-450518],[-428114,-450818],[-428070,-450963],[-428298,-451508],[-428071,-451663],[-427679,-451560],[-427549,-451367],[-427078,-451733],[-426730,-451795],[-426688,-451313],[-426700,-451042],[-426483,-450848],[-427084,-450949],[-426415,-451812],[-426015,-452132],[-425751,-452634],[-425931,-452512],[-426442,-452231],[-426628,-452465],[-426522,-452768],[-426587,-453131],[-426501,-453408],[-425870,-453216],[-428407,-449227],[-428299,-448904],[-427991,-448976],[-427655,-449000],[-427404,-448916],[-427385,-448920],[-427585,-448396],[-427809,-448193],[-427673,-448090],[-427384,-448266],[-427311,-448502],[-424772,-448824],[-424564,-448973],[-424648,-449139],[-424417,-449273],[-424082,-449259],[-423765,-449503],[-423545,-449653],[-423685,-449572],[-424192,-448714],[-424501,-448615],[-424495,-448475],[-423513,-448738],[-423552,-448580],[-423744,-448403],[-426552,-462092],[-427626,-461984],[-427104,-461622],[-427394,-462436],[-425893,-462342],[-424987,-462710],[-425234,-462332],[-426347,-462254],[-427252,-461898],[-426968,-461426],[-427250,-461926],[-425851,-462147],[-424850,-462557],[-424723,-461901],[-445389,-367919],[-446212,-367911],[-445562,-368927],[-446060,-368694],[-445441,-368627],[-445490,-368120],[-446314,-367996],[-445689,-368839],[-445730,-368612],[-445460,-368631],[-445373,-368346],[-439109,-383752],[-438747,-382562],[-442434,-387197],[-442214,-387259],[-442493,-387498],[-442684,-387350],[-443180,-386674],[-443429,-386537],[-442613,-386074],[-442444,-386382],[-442273,-386091],[-442016,-385527],[-441783,-385801],[-441552,-385838],[-441724,-386531],[-441447,-386670],[-441267,-386522],[-441392,-386208],[-441174,-385961],[-440938,-385947],[-441028,-386255],[-440410,-386023],[-440575,-385644],[-440483,-385333],[-440278,-385247],[-440076,-385192],[-440038,-385473],[-441138,-385082],[-441768,-384678],[-441706,-384718],[-441642,-385148],[-441204,-385389],[-440940,-385830],[-440875,-386049],[-440625,-386123],[-440517,-386129],[-439679,-385348],[-439540,-385395],[-439383,-385136],[-439364,-384195],[-439425,-384263],[-439044,-384361],[-439110,-383847],[-439528,-384279],[-439700,-384367],[-439225,-384777],[-439628,-385273],[-439484,-385557],[-441586,-385338],[-438801,-386303],[-436266,-385523],[-443637,-386856],[-442614,-386669],[-441767,-386225],[-442070,-386355],[-442248,-386878],[-436319,-386545],[-441898,-386801],[-435933,-385183],[-441039,-385482],[-440266,-386233],[-439060,-385388],[-438159,-384396],[-437158,-384714],[-442644,-387703],[-442789,-387252],[-442804,-387157],[-442526,-387172],[-442897,-386569],[-442799,-386614],[-442701,-386744],[-443167,-386976],[-443406,-386962],[-442552,-386139],[-441741,-385943],[-442002,-385765],[-441872,-385475],[-441817,-385158],[-441680,-384874],[-441610,-384883],[-441402,-384987],[-441327,-385056],[-441317,-385360],[-441264,-385857],[-440722,-385497],[-441197,-384873],[-441526,-385797],[-438899,-386424],[-436662,-386429],[-441981,-385923],[-436960,-385963],[-442086,-386397],[-443278,-387094],[-436188,-384760],[-438058,-385596],[-442025,-386920],[-441650,-386850],[-440840,-385678],[-440357,-387022],[-439245,-384830],[-438214,-384365],[-438090,-384412],[-440799,-386447],[-440460,-386390],[-440361,-386505],[-440212,-386546],[-440025,-386186],[-439970,-386072],[-439798,-386047],[-440560,-385619],[-440889,-385371],[-441151,-386090],[-441040,-386477],[-441387,-386638],[-442327,-387726],[-442059,-387793],[-441898,-387886],[-443114,-387357],[-442953,-387787],[-443020,-387900],[-443021,-387970],[-442835,-387741],[-442774,-387586],[-442784,-387467],[-442965,-387327],[-442969,-387222],[-443140,-386913],[-443129,-386750],[-435951,-409227],[-435263,-407987],[-436318,-409566],[-436372,-409951],[-436654,-410029],[-436171,-410245],[-436039,-410388],[-436152,-410675],[-435743,-434747],[-435465,-434575],[-435340,-434792],[-435440,-434905],[-435724,-434780],[-436954,-438496],[-437144,-437950],[-437145,-437761],[-436893,-437398],[-436772,-436955],[-436212,-436899],[-436664,-436777],[-436893,-436617],[-437215,-436544],[-437385,-436631],[-437638,-436857],[-438287,-436879],[-438248,-437186],[-438413,-437467],[-438569,-437756],[-438641,-438496],[-438606,-438037],[-438904,-437981],[-439081,-438006],[-438251,-435990],[-438361,-436251],[-438300,-435634],[-438211,-435471],[-438181,-435266],[-436425,-435729],[-436269,-435878],[-435942,-435971],[-435954,-435615],[-435894,-435388],[-436034,-435266],[-436354,-435609],[-436182,-436139],[-436211,-436290],[-436168,-436803],[-436425,-436734],[-436569,-436470],[-436660,-436174],[-437040,-436165],[-437317,-436854],[-435330,-435357],[-435338,-435360],[-436119,-435132],[-436430,-435424],[-436752,-435340],[-436945,-435236],[-437061,-435242],[-440141,-453219],[-440046,-453376],[-440574,-453025],[-440623,-452782],[-440346,-452149],[-440957,-452420],[-439183,-453760],[-441170,-452953],[-440039,-453297],[-439618,-453510],[-440206,-453095],[-440368,-452738],[-440599,-452011],[-440648,-452637],[-439162,-454087],[-440932,-452890],[-458161,-348754],[-457999,-348995],[-457354,-348445],[-456730,-348542],[-455025,-347284],[-455447,-347927],[-455406,-347534],[-458240,-348811],[-457962,-349093],[-457102,-348518],[-457148,-348737],[-455425,-348198],[-455894,-349000],[-455703,-349540],[-455824,-347797],[-455096,-347457],[-457900,-382311],[-458207,-382656],[-457666,-382142],[-457643,-382300],[-468098,-343897],[-468071,-344571],[-467995,-344501],[-461881,-351634],[-468629,-345664],[-468665,-345874],[-468844,-345931],[-467882,-346807],[-468041,-346929],[-468175,-346690],[-468325,-346545],[-468482,-346349],[-467718,-345716],[-467711,-345619],[-467602,-345544],[-467482,-345755],[-461999,-351532],[-468426,-345869],[-468375,-345759],[-467592,-454397],[-467389,-454224],[-467714,-454107],[-467194,-454158],[-467202,-453735],[-467836,-453755],[-467936,-454120],[-466744,-453315],[-468884,-454654],[-468642,-454829],[-468913,-454946],[-468566,-454471],[-467423,-453968],[-478219,-361525],[-479116,-362841],[-478641,-362612],[-478856,-362571],[-478745,-363260],[-478799,-363112],[-479557,-362543],[-478608,-361985],[-476349,-364700],[-476816,-365234],[-476253,-363989],[-476718,-364181],[-476917,-363889],[-476424,-364169],[-476087,-364376],[-475942,-364462],[-477974,-361670],[-477105,-362513],[-477227,-362335],[-477244,-362715],[-479561,-362808],[-479391,-362267],[-478519,-362704],[-478785,-363221],[-478231,-362565],[-476403,-363918],[-476820,-364803],[-476606,-364349],[-476115,-364651],[-480575,-407564],[-480177,-407911],[-480330,-408158],[-480693,-408055],[-480801,-408426],[-480994,-408523],[-481223,-408725],[-481214,-409031],[-480890,-409259],[-480949,-408877],[-480668,-408977],[-480557,-409290],[-479944,-409368],[-480143,-409185],[-480371,-408851],[-480353,-409191],[-479874,-408828],[-480253,-408542],[-480492,-408679],[-479955,-408519],[-479992,-408198],[-479777,-407789],[-480154,-407457],[-479839,-406976],[-479747,-406817],[-479595,-407385],[-479426,-407922],[-479650,-408371],[-480091,-408932],[-479776,-409012],[-479616,-408991],[-479558,-408369],[-479658,-408579],[-479734,-408066],[-479917,-407663],[-479851,-407348],[-480170,-407217],[-479249,-407579],[-479488,-407657],[-479252,-407292],[-479323,-407042],[-479541,-407109],[-479291,-406698],[-479626,-406535],[-479503,-406241],[-479316,-406440],[-479152,-406117],[-479800,-406190],[-479635,-405982],[-479824,-405666],[-479999,-405613],[-480164,-405902],[-480033,-406071],[-479800,-405927],[-480406,-406480],[-480591,-406600],[-481170,-407083],[-481041,-405834],[-481166,-405611],[-480907,-405455],[-481254,-405439],[-481945,-406877],[-481910,-406639],[-482217,-406928],[-482167,-406615],[-475652,-416270],[-475592,-415927],[-475908,-415948],[-476058,-415493],[-476315,-416310],[-476736,-416067],[-477192,-415858],[-476125,-416659],[-475349,-416791],[-474948,-416899],[-475424,-415640],[-476363,-415728],[-476581,-415707],[-480841,-409645],[-480493,-409519],[-480222,-409461],[-477114,-415455],[-477360,-415570],[-477582,-415676],[-477526,-416063],[-477248,-416287],[-477266,-416037],[-477027,-416379],[-476963,-416112],[-476772,-415842],[-477791,-415739],[-477895,-415462],[-476505,-415328],[-476424,-415868],[-476558,-416382],[-476881,-416508],[-476781,-416205],[-476644,-416653],[-476314,-416600],[-475064,-415259],[-475188,-415707],[-475360,-415936],[-475731,-416063],[-476094,-416108],[-476032,-415819],[-475791,-415580],[-476232,-415559],[-476478,-415540],[-476639,-415895],[-476493,-416167],[-476271,-415909],[-475892,-416214],[-476008,-416448],[-476126,-416803],[-476273,-416948],[-476537,-416855],[-475936,-416723],[-475460,-417043],[-475198,-416886],[-475131,-416618],[-475059,-416140],[-474918,-415819],[-474929,-416290],[-474938,-416655],[-475072,-417124],[-475210,-417224],[-475385,-417238],[-475271,-417035],[-475504,-416822],[-475747,-416545],[-475788,-416324],[-475511,-416576],[-475253,-416390],[-475418,-416086],[-475014,-416461],[-475677,-416749],[-475440,-416378],[-475954,-416611],[-476218,-416395],[-475252,-416176],[-475168,-416020],[-474890,-415575],[-496978,-373754],[-496975,-374193],[-497376,-374310],[-497289,-374719],[-497169,-374919],[-496760,-374833],[-496542,-375222],[-496765,-375562],[-496525,-375801],[-496986,-375961],[-497344,-375696],[-497882,-375036],[-498214,-375226],[-497061,-376686],[-496057,-376485],[-495861,-376174],[-496704,-376712],[-497006,-376278],[-496365,-376114],[-495913,-375777],[-496130,-375479],[-495879,-375223],[-495491,-374901],[-495311,-375017],[-495124,-375352],[-495426,-375839],[-490526,-395215],[-490506,-394937],[-490216,-394908],[-490213,-394616],[-490458,-394663],[-489887,-394804],[-489798,-395146],[-490113,-394289],[-490110,-394125],[-490800,-394335],[-490905,-394666],[-490823,-394974],[-490983,-395260],[-491145,-395004],[-491175,-394709],[-491390,-394540],[-491500,-394539],[-492030,-394565],[-491617,-394104],[-491357,-393938],[-491392,-394202],[-491132,-394355],[-491059,-394031],[-491034,-393750],[-490667,-393621],[-490796,-393840],[-490744,-394025],[-490542,-394115],[-490472,-394326],[-490464,-393764],[-490025,-393945],[-490159,-393669],[-490398,-394145],[-489745,-393888],[-489535,-394222],[-489629,-394598],[-489502,-395070],[-491323,-393773],[-491086,-393416],[-491033,-393521],[-491518,-393228],[-491339,-393473],[-491684,-393849],[-491722,-393528],[-490092,-393399],[-490438,-393240],[-490535,-393413],[-490822,-393349],[-496625,-418799],[-496410,-418534],[-496262,-418354],[-496376,-418137],[-496592,-418168],[-496819,-418193],[-497038,-418567],[-496719,-417962],[-496421,-417858],[-496015,-417938],[-496152,-418176],[-495711,-418144],[-495617,-417962],[-495860,-417792],[-496132,-417491],[-496204,-417821],[-496514,-417540],[-496458,-417340],[-496186,-417147],[-496019,-417333],[-488314,-447784],[-497430,-451592],[-497141,-451667],[-497008,-451456],[-497427,-451301],[-498113,-451059],[-498101,-450968],[-498136,-451154],[-498028,-451155],[-498032,-450985],[-494426,-452812],[-494669,-452804],[-494779,-452303],[-493992,-452504],[-494143,-452224],[-493928,-452514],[-494944,-452185],[-494998,-460065],[-495837,-459566],[-495963,-458251],[-495649,-457943],[-495761,-458051],[-495778,-458183],[-497418,-459857],[-497407,-460077],[-498047,-459019],[-497280,-459400],[-497284,-459739],[-497213,-459101],[-497940,-458458],[-497625,-458192],[-497604,-457950],[-498008,-457621],[-497891,-457567],[-498101,-457274],[-495953,-458310],[-487177,-449125],[-488280,-447873],[-495674,-465169],[-493685,-463369],[-493512,-463259],[-493100,-463388],[-493057,-463282],[-498586,-463204],[-495560,-465187],[-497677,-467175],[-498822,-461882],[-499060,-462262],[-493767,-462975],[-497492,-461745],[-497887,-460863],[-498388,-461279],[-495359,-465518],[-509027,-268584],[-510273,-266681],[-507758,-268696],[-503918,-409346],[-505122,-409413],[-504849,-409513],[-504407,-409484],[-503771,-409654],[-504144,-409455],[-504175,-409794],[-504401,-410085],[-504607,-409857],[-504158,-410314],[-503916,-409757],[-504147,-410039],[-503737,-409921],[-503946,-410357],[-505539,-432596],[-505625,-432374],[-508123,-447160],[-502205,-455253],[-502355,-455102],[-499544,-449849],[-502257,-455182],[-500647,-449839],[-506862,-451016],[-500528,-449845],[-499473,-460130],[-499703,-449815],[-506905,-451291],[-510329,-449531],[-506764,-451110],[-504554,-455241],[-504905,-455059],[-500469,-456639],[-504954,-454082],[-503861,-457843],[-504151,-457907],[-504031,-458023],[-504934,-454753],[-505039,-454859],[-504905,-454990],[-500736,-449595],[-511038,-450277],[-511025,-450133],[-510209,-449670],[-500817,-449712],[-510383,-449651],[-510447,-449533],[-499376,-459911],[-499694,-457590],[-499563,-457900],[-499280,-458278],[-508912,-450277],[-511474,-453151],[-511855,-452727],[-511210,-453005],[-506487,-453955],[-499446,-458119],[-511973,-452812],[-499404,-459734],[-507924,-447831],[-511021,-453368],[-511753,-452870],[-499348,-462614],[-501737,-466191],[-509175,-468164],[-509029,-468331],[-508996,-468859],[-509200,-468729],[-509691,-469541],[-509894,-468502],[-501718,-465957],[-499970,-461106],[-503680,-471984],[-509200,-468370],[-508485,-467626],[-503609,-469323],[-503800,-469223],[-503703,-472337],[-503864,-469383],[-503970,-469514],[-503702,-467788],[-503403,-468314],[-510749,-474872],[-511070,-474545],[-503558,-476058],[-510857,-474409],[-510723,-474632],[-510479,-474912],[-510591,-476277],[-510976,-476338],[-504072,-475775],[-504271,-475716],[-503538,-476378],[-509232,-524416],[-509494,-524584],[-507834,-526745],[-507793,-526641],[-507012,-528783],[-506901,-529249],[-507839,-527743],[-507680,-528171],[-508870,-528068],[-509788,-528699],[-509678,-529065],[-509347,-528739],[-509154,-527873],[-510374,-526050],[-509595,-526036],[-508561,-526353],[-507856,-529402],[-507962,-529736],[-507252,-528527],[-508305,-526505],[-510017,-526225],[-508492,-526065],[-507961,-527202],[-512663,-266709],[-512996,-266198],[-512413,-266395],[-512366,-266673],[-519249,-445612],[-519084,-445721],[-513779,-439493],[-512290,-439455],[-512534,-439207],[-514342,-437763],[-513995,-439463],[-514262,-439347],[-513926,-439262],[-512378,-439330],[-515005,-457164],[-514921,-456983],[-515323,-457719],[-515447,-457931],[-516640,-452638],[-516156,-448844],[-512520,-451571],[-512671,-451682],[-513372,-450433],[-513222,-450341],[-512689,-450400],[-512222,-452912],[-516965,-452808],[-512018,-452942],[-516464,-452516],[-512592,-452971],[-517994,-450721],[-518077,-452286],[-514318,-456528],[-514595,-456193],[-518120,-450931],[-512621,-453309],[-513029,-453169],[-516256,-448775],[-516411,-460849],[-516525,-460820],[-514737,-477250],[-514201,-477445],[-514083,-477021],[-512851,-476350],[-514322,-477021],[-513879,-477342],[-514908,-477025],[-517303,-476616],[-517984,-476583],[-518124,-476493],[-518059,-476897],[-517661,-477029],[-517435,-476881],[-517681,-476553],[-518222,-476713],[-532027,-319516],[-531794,-319716],[-531546,-319690],[-536825,-322364],[-536712,-322470],[-536274,-322168],[-536257,-322476],[-532303,-320144],[-532003,-320356],[-532166,-320331],[-558739,-417403],[-558498,-416962],[-558891,-417053],[-559000,-416630],[-560060,-417801],[-559737,-417720],[-559667,-417053],[-561305,-416104],[-560867,-416064],[-561077,-415662],[-563194,-416130],[-563017,-415908],[-562872,-416330],[-562104,-416177],[-561775,-416004],[-562116,-415992],[-561951,-415790],[-562996,-416724],[-563035,-416477],[-561407,-415546],[-561606,-415779],[-561734,-415542],[-561008,-416823],[-558661,-417698],[-558241,-417663],[-561000,-417091],[-558289,-467962],[-559466,-467403],[-559177,-467482],[-552006,-480018],[-554915,-476473],[-560289,-477656],[-560928,-477158],[-561369,-477246],[-558270,-476943],[-553676,-481496],[-554144,-481024],[-552525,-479464],[-561040,-477313],[-560662,-477427],[-560852,-477618],[-560809,-477806],[-561069,-477744],[-551377,-477017],[-560289,-477276],[-558717,-477143],[-553363,-481613],[-552283,-479601],[-551512,-476770],[-551183,-476950],[-568065,-333654],[-568180,-333469],[-567760,-333452],[-567374,-333725],[-568068,-333779],[-567594,-333860],[-568146,-333984],[-568439,-334278],[-568632,-333554],[-568732,-333292],[-567297,-333093],[-567092,-333481],[-567241,-333585],[-567453,-333191],[-575830,-408910],[-575554,-408533],[-563333,-415753],[-563308,-416590],[-563655,-415649],[-575556,-410582],[-575475,-410281],[-574730,-410690],[-573776,-411084],[-573942,-412117],[-573927,-410803],[-573512,-439399],[-573971,-439426],[-574697,-438784],[-575314,-438839],[-575340,-438568],[-575014,-437866],[-574927,-437190],[-575587,-436183],[-575601,-436528],[-574251,-435244],[-574267,-435694],[-574638,-435537],[-574683,-435109],[-574304,-436326],[-573494,-435881],[-573085,-435914],[-573470,-435702],[-573215,-435699],[-573693,-435836],[-574623,-435729],[-564568,-472901],[-564710,-473276],[-571962,-469051],[-571897,-469177],[-572135,-469008],[-571959,-469360],[-572196,-469342],[-572260,-469124],[-566935,-478766],[-569335,-480274],[-569358,-480007],[-569522,-480311],[-567054,-478003],[-570124,-482848],[-567731,-477859],[-564035,-475139],[-563426,-478921],[-563283,-479039],[-567371,-483392],[-586969,-404209],[-587311,-403868],[-586150,-403534],[-587936,-403285],[-587886,-402296],[-588516,-402980],[-588366,-403544],[-588152,-403640],[-587907,-403592],[-588240,-403287],[-588118,-402697],[-587301,-404164],[-587033,-403985],[-586421,-403517],[-586250,-403753],[-588411,-401853],[-576661,-409087],[-576436,-408726],[-577239,-408817],[-576271,-409375],[-576372,-409161],[-579209,-409375],[-578640,-409110],[-577510,-407519],[-578186,-407608],[-578121,-407144],[-577899,-407491],[-577488,-407231],[-577615,-408113],[-577962,-408542],[-577421,-407911],[-576020,-409152],[-579358,-400922],[-579526,-400112],[-578275,-399671],[-577633,-399226],[-580727,-401379],[-581290,-401778],[-581230,-401079],[-581950,-401546],[-580079,-398892],[-579787,-398249],[-579623,-399887],[-578934,-401007],[-579452,-400608],[-579797,-400482],[-578011,-398987],[-575931,-410467],[-578825,-411094],[-578246,-410851],[-578723,-410810],[-577674,-410855],[-577344,-410425],[-577827,-410472],[-577539,-410642],[-577022,-410528],[-578524,-409615],[-578829,-409790],[-576743,-436081],[-577308,-435828],[-577927,-435390],[-578158,-435503],[-576547,-436397],[-590835,-401920],[-591121,-402135],[-590869,-402286],[-590755,-401653],[-589245,-401898],[-589150,-402192],[-591066,-409982],[-590855,-409912],[-591300,-410240],[-592754,-410795],[-592641,-410624],[-592914,-410361],[-593390,-411729],[-594172,-411922],[-593947,-412435],[-592454,-410529],[-594049,-411735],[-591319,-409567],[-651711,-156489],[-651212,-157055],[-651535,-156721],[-655823,-153364],[-656171,-153215],[-656169,-153016],[-660593,-152664],[-660493,-152843]] \ No newline at end of file diff --git a/src/gathering/a10207.json b/src/gathering/a10207.json new file mode 100644 index 0000000..d204679 --- /dev/null +++ b/src/gathering/a10207.json @@ -0,0 +1 @@ +[[-216332,-586393],[-216650,-586283],[-216113,-586565],[-216984,-586500],[-215718,-586678],[-216195,-586179],[-216833,-586543],[-252717,-400783],[-252892,-400551],[-252938,-400111],[-252750,-400308],[-252979,-401074],[-253346,-401246],[-253519,-400778],[-253153,-400525],[-253337,-400061],[-253453,-399755],[-253263,-399475],[-253586,-399188],[-253874,-399546],[-253909,-400133],[-254080,-400392],[-253946,-399803],[-253539,-400385],[-253445,-401027],[-252314,-401096],[-251962,-400717],[-252206,-400341],[-251906,-400039],[-252205,-399822],[-252532,-399635],[-252685,-399251],[-253067,-399078],[-253020,-399639],[-251871,-399712],[-252517,-399157],[-252452,-398812],[-252178,-399197],[-252104,-399319],[-253357,-401719],[-253835,-401419],[-253911,-401023],[-254021,-400858],[-254557,-400687],[-254281,-401331],[-254739,-400987],[-255004,-400893],[-255197,-400715],[-254334,-400333],[-254650,-400387],[-254995,-400413],[-255223,-400400],[-254414,-400666],[-254373,-400963],[-253961,-400709],[-257517,-399858],[-262042,-402036],[-264050,-401163],[-261791,-401892],[-370134,-429546],[-379127,-424776],[-378558,-423987],[-378286,-424178],[-378547,-424118],[-378884,-426148],[-378835,-427004],[-379101,-426766],[-371308,-428574],[-371568,-428685],[-376089,-432555],[-379160,-431749],[-380614,-431664],[-380501,-431650],[-388585,-406700],[-388579,-406552],[-388728,-406382],[-388471,-406382],[-387171,-419650],[-386728,-419165],[-386527,-419300],[-386147,-426837],[-396144,-426156],[-387998,-429533],[-388183,-429209],[-388286,-429060],[-387710,-429423],[-387539,-429851],[-387638,-430134],[-388016,-429668],[-388077,-430115],[-388500,-429877],[-389863,-429003],[-389726,-428469],[-389907,-428219],[-390019,-428194],[-390901,-428509],[-391242,-428479],[-391717,-428638],[-391649,-428855],[-391714,-428974],[-392061,-428722],[-391879,-428277],[-391742,-427958],[-391741,-427647],[-392050,-427784],[-391351,-428949],[-390812,-429050],[-390775,-428972],[-392896,-428338],[-392489,-428660],[-392504,-428886],[-392361,-429073],[-392252,-428710],[-396030,-426889],[-395588,-427011],[-395420,-427000],[-395308,-426906],[-395501,-425927],[-395433,-425650],[-395336,-425406],[-396192,-425053],[-395449,-425097],[-394924,-425109],[-394745,-424999],[-388501,-433891],[-392066,-432789],[-395736,-440812],[-395354,-441162],[-396540,-441311],[-395780,-440092],[-395479,-441770],[-396638,-441712],[-395587,-440988],[-389594,-467583],[-390311,-467847],[-395302,-469590],[-390202,-467753],[-390350,-467683],[-387991,-466467],[-388536,-467197],[-388333,-467453],[-388269,-467270],[-389658,-467432],[-389513,-467480],[-389358,-467433],[-397361,-420339],[-399299,-420600],[-401186,-419903],[-401101,-419594],[-409145,-420708],[-409345,-425873],[-408808,-425671],[-409482,-422262],[-397209,-425829],[-397340,-426542],[-397507,-427075],[-397781,-427327],[-402417,-427770],[-402403,-427385],[-402416,-426756],[-402532,-426232],[-402527,-426218],[-401773,-425942],[-402513,-428505],[-402113,-428883],[-402033,-428974],[-402278,-429294],[-401532,-429087],[-401150,-429379],[-400980,-429496],[-401426,-428985],[-401855,-428769],[-404463,-428782],[-404879,-427936],[-404701,-427774],[-404817,-427639],[-405382,-427674],[-405477,-427616],[-405325,-428061],[-405935,-429041],[-406027,-429230],[-406072,-429435],[-407900,-429770],[-408568,-429396],[-408895,-429693],[-408324,-428884],[-407982,-429026],[-406405,-429160],[-406399,-428676],[-406090,-428381],[-405872,-428589],[-405411,-428393],[-406606,-435132],[-406370,-435108],[-418690,-409369],[-418591,-409049],[-418401,-409140],[-418873,-420576],[-420340,-415493],[-418921,-420438],[-420436,-415287],[-421725,-414939],[-422102,-415133],[-422218,-415173],[-421218,-415047],[-421321,-415455],[-421816,-415674],[-421435,-415966],[-421405,-416000],[-420606,-412516],[-420504,-412787],[-420294,-413012],[-420261,-413164],[-419830,-412902],[-419557,-412805],[-419241,-412652],[-419234,-412250],[-419100,-409457],[-418390,-409840],[-418711,-410152],[-418829,-410218],[-419981,-410252],[-420312,-410392],[-420367,-410620],[-420032,-409971],[-420140,-409854],[-409728,-425646],[-416044,-431354],[-414772,-432016],[-409789,-425583],[-416112,-432256],[-414939,-432591],[-417363,-440772],[-417554,-440357],[-417678,-439873],[-414154,-439854],[-413366,-439221],[-414666,-437976],[-415609,-438211],[-416427,-439883],[-415966,-437071],[-418406,-437668],[-415803,-439663],[-417037,-438373],[-413661,-442948],[-415739,-443634],[-417402,-440205],[-417588,-440348],[-414296,-439543],[-413052,-439219],[-414412,-438164],[-415911,-438506],[-416187,-439659],[-418474,-437169],[-415883,-439632],[-415219,-439695],[-416996,-437803],[-413589,-443830],[-414975,-443278],[-417193,-440237],[-417140,-451847],[-419670,-450205],[-417182,-451987],[-419283,-449914],[-423583,-353764],[-422968,-353360],[-422816,-353149],[-422772,-353038],[-424149,-353990],[-424326,-354005],[-424292,-353885],[-431727,-383681],[-431653,-383616],[-431027,-384241],[-431046,-384371],[-431129,-384510],[-431281,-384571],[-430073,-403714],[-429444,-404322],[-429857,-403904],[-429779,-403728],[-429955,-403431],[-430598,-415190],[-430266,-414829],[-429690,-419357],[-429682,-419773],[-429692,-420116],[-430093,-420064],[-430504,-419410],[-430517,-419089],[-430557,-418852],[-430290,-418584],[-430191,-418398],[-429555,-417897],[-429695,-418483],[-429367,-418653],[-429104,-418847],[-428573,-418784],[-428421,-418437],[-428487,-418112],[-428847,-417943],[-429097,-417686],[-429196,-417717],[-431484,-415856],[-431403,-416477],[-431711,-416578],[-431825,-416610],[-431693,-415583],[-431482,-415390],[-431277,-415448],[-430467,-414886],[-430335,-415040],[-430273,-415214],[-430305,-415548],[-428417,-415112],[-428864,-415042],[-428912,-415057],[-428605,-415348],[-428484,-415518],[-428299,-415593],[-427929,-415452],[-427707,-415334],[-427501,-415238],[-423172,-413941],[-422808,-413839],[-423364,-413949],[-423567,-413920],[-424022,-413676],[-423927,-413364],[-423708,-413783],[-423693,-414566],[-423768,-414690],[-424061,-414937],[-423820,-415032],[-423695,-415127],[-423744,-415411],[-423278,-415557],[-423157,-415698],[-433949,-424459],[-425647,-430120],[-423690,-431086],[-424437,-432054],[-422808,-431337],[-424807,-433810],[-433638,-424587],[-425775,-429729],[-423971,-430819],[-424319,-431783],[-423104,-430817],[-422491,-430972],[-425013,-433768],[-435117,-427969],[-434974,-427742],[-434421,-427837],[-433927,-427809],[-433572,-428031],[-432837,-427945],[-435164,-436423],[-435124,-436288],[-435157,-436738],[-434933,-436420],[-435026,-437138],[-435160,-437365],[-424653,-449675],[-424129,-450033],[-442976,-387102],[-437219,-431637],[-437340,-431868],[-437338,-432012],[-437263,-432227],[-437358,-431072],[-437667,-431528],[-437603,-431666],[-437785,-431151],[-438004,-430861],[-437920,-430673],[-437760,-430344],[-437259,-430338],[-437060,-430303],[-436997,-430876],[-436765,-431004],[-436777,-431177],[-440079,-430881],[-440495,-431451],[-440567,-431625],[-440962,-431439],[-441070,-431391],[-435446,-426107],[-435786,-426273],[-435567,-426841],[-435555,-427130],[-435861,-427732],[-435343,-427947],[-435269,-428071],[-435960,-436445],[-436540,-436123],[-436452,-436059],[-436733,-435723],[-436824,-435733],[-435938,-437372],[-436016,-437580],[-436170,-437593],[-436387,-437744],[-436450,-437323],[-436651,-437182],[-436519,-436982],[-437771,-436134],[-438089,-435757],[-437807,-435554],[-437737,-435299],[-437876,-435040],[-438436,-435109],[-439095,-435993],[-439339,-435732],[-439404,-436287],[-439563,-436709],[-439720,-436889],[-440235,-437054],[-440288,-437250],[-439538,-437672],[-439510,-437346],[-439257,-437172],[-439598,-437000],[-439912,-436830],[-439897,-436459],[-440114,-436273],[-440303,-436177],[-440297,-436875],[-440209,-437444],[-439982,-437249],[-438273,-438208],[-438387,-437754],[-438482,-437285],[-438575,-436974],[-438713,-437460],[-438791,-437673],[-437020,-435530],[-436365,-435187],[-436176,-435461],[-436208,-435609],[-436122,-435821],[-435290,-437360],[-435367,-437088],[-435525,-436918],[-435314,-436595],[-435491,-436555],[-435772,-436929],[-435694,-437245],[-458119,-382357],[-457736,-381835],[-457536,-381786],[-464729,-453200],[-464513,-453473],[-464495,-453862],[-464798,-453546],[-465151,-453393],[-464341,-452817],[-478402,-363483],[-478224,-362946],[-478582,-362969],[-479384,-363146],[-478908,-362754],[-479233,-362497],[-477986,-363112],[-477776,-362265],[-477471,-362438],[-478720,-364226],[-478118,-363675],[-479218,-361057],[-477869,-362750],[-477857,-361960],[-479022,-361312],[-479266,-361667],[-478520,-361408],[-478295,-361868],[-478783,-361679],[-478998,-362138],[-478551,-362287],[-476108,-396499],[-476593,-396524],[-476392,-396216],[-486301,-406810],[-486086,-406841],[-485955,-406361],[-486188,-406555],[-486181,-406094],[-486088,-405668],[-486285,-405791],[-485822,-405474],[-485744,-406048],[-485458,-406256],[-485347,-406533],[-485656,-406793],[-485252,-406797],[-485513,-407166],[-485754,-407279],[-485461,-407646],[-485281,-407881],[-484853,-407532],[-485056,-407334],[-484714,-407146],[-484806,-406690],[-484993,-406440],[-476750,-396662],[-476196,-396825],[-476379,-396998],[-476035,-397151],[-475873,-396863],[-475337,-396971],[-475446,-397278],[-475680,-397509],[-475921,-397600],[-475922,-397983],[-475641,-397934],[-475309,-397624],[-475077,-398580],[-475204,-398732],[-475786,-398370],[-475843,-398276],[-475322,-397933],[-495664,-375528],[-495298,-375480],[-495241,-376152],[-495567,-376374],[-495565,-376558],[-496010,-376739],[-496380,-376612],[-496659,-376350],[-497025,-376580],[-496992,-376891],[-497432,-376649],[-497382,-376304],[-497342,-376310],[-497120,-376474],[-496848,-377087],[-496124,-376112],[-496404,-375736],[-496451,-375461],[-496674,-374562],[-497254,-374537],[-496130,-374499],[-495503,-374781],[-494971,-374847],[-495075,-375176],[-494582,-375904],[-494601,-376118],[-494767,-376112],[-494932,-375980],[-495237,-377281],[-495451,-377121],[-495674,-377038],[-496097,-377383],[-497855,-408969],[-497364,-408962],[-497485,-409320],[-498248,-409191],[-497797,-409314],[-496963,-410332],[-496724,-410679],[-497232,-410595],[-497274,-410190],[-497543,-410635],[-497567,-410134],[-497815,-409675],[-497162,-409812],[-497639,-409815],[-498024,-409411],[-486814,-449264],[-495036,-454950],[-495434,-455319],[-495157,-455567],[-496598,-455717],[-496008,-456049],[-497558,-455466],[-497294,-455426],[-486586,-449156],[-493522,-459033],[-493550,-458941],[-493566,-458800],[-495456,-462054],[-496889,-467763],[-496774,-467632],[-498656,-466722],[-495660,-466864],[-498544,-464969],[-498937,-464700],[-498735,-464603],[-493184,-463723],[-493151,-463574],[-495714,-467068],[-495640,-461839],[-498780,-464768],[-508498,-266424],[-508322,-268054],[-508643,-268463],[-508099,-268297],[-509834,-267003],[-510605,-267515],[-509961,-267431],[-507659,-268311],[-508541,-268827],[-503431,-407886],[-503613,-408227],[-503881,-408388],[-504266,-408327],[-504325,-407990],[-503958,-407997],[-503708,-407918],[-504276,-407835],[-504623,-407659],[-504861,-407539],[-505187,-407562],[-505268,-407998],[-504872,-407940],[-504639,-408228],[-504960,-408364],[-505275,-408393],[-507803,-447634],[-501884,-454140],[-510235,-451560],[-509685,-449498],[-510279,-451712],[-506468,-453833],[-510175,-451690],[-510729,-453869],[-510922,-456120],[-504280,-455015],[-509585,-449591],[-510210,-451505],[-510834,-453698],[-511684,-452719],[-499568,-467751],[-501323,-463240],[-501499,-463552],[-509985,-462463],[-501367,-463249],[-501411,-463415],[-503377,-466934],[-503507,-466608],[-504192,-466461],[-503160,-467313],[-503567,-466513],[-499704,-467429],[-503192,-467094],[-503639,-470296],[-503571,-470138],[-503178,-476366],[-502948,-476729],[-501614,-473981],[-501634,-473711],[-521975,-436813],[-514124,-439204],[-515543,-446772],[-515556,-444875],[-515721,-442727],[-514038,-443457],[-514907,-442743],[-515695,-447329],[-515391,-445074],[-515292,-444869],[-513569,-443325],[-513023,-441446],[-512885,-441815],[-513994,-441609],[-513783,-441592],[-512303,-442295],[-519655,-443188],[-519555,-442089],[-522006,-436976],[-515720,-446577],[-515652,-442508],[-516227,-442771],[-514478,-442781],[-515783,-447616],[-519741,-443344],[-519715,-442479],[-514515,-437721],[-514683,-437506],[-515267,-437568],[-515522,-437422],[-512326,-447460],[-513229,-452897],[-514237,-454111],[-514209,-453892],[-513284,-452578],[-513453,-452700],[-513229,-452271],[-513109,-452689],[-513193,-452372],[-512884,-452607],[-512913,-452809],[-512565,-457353],[-512655,-457456],[-512825,-457460],[-512918,-457349],[-512763,-457246],[-514421,-450396],[-514759,-450483],[-514873,-450573],[-520601,-451919],[-520758,-451724],[-521233,-452005],[-518251,-452226],[-521213,-450406],[-520750,-450812],[-519714,-450835],[-519566,-450695],[-520450,-447844],[-512875,-457399],[-512777,-457504],[-512726,-457205],[-512660,-457425],[-515872,-447829],[-515530,-448907],[-515567,-450737],[-515214,-450681],[-520866,-449411],[-514624,-448381],[-512498,-448872],[-512724,-449026],[-514732,-449727],[-514723,-449514],[-515791,-477473],[-516810,-477426],[-515307,-475070],[-515027,-474967],[-514938,-474680],[-515709,-475435],[-516756,-475160],[-515642,-477440],[-515895,-477223],[-516597,-477377],[-516783,-477484],[-515141,-474569],[-529301,-248177],[-526641,-247627],[-527671,-246687],[-527252,-246955],[-526132,-247382],[-527111,-247594],[-526414,-247132],[-529330,-248536],[-529421,-248650],[-527162,-246612],[-526540,-246654],[-527600,-247663],[-529292,-248846],[-529093,-248267],[-527964,-247536],[-526816,-247291],[-527548,-247421],[-529531,-248468],[-526053,-247659],[-529081,-247911],[-529341,-249121],[-529367,-247992],[-550741,-327137],[-549859,-327137],[-549749,-326812],[-542850,-482179],[-542744,-482037],[-542611,-481922],[-551302,-178751],[-551559,-178639],[-551747,-178737],[-550886,-178283],[-555084,-180763],[-553864,-181857],[-553530,-180670],[-553145,-181336],[-553112,-181954],[-554711,-180601],[-553886,-181465],[-551572,-179014],[-551449,-179292],[-553369,-181148],[-553124,-180780],[-551815,-179603],[-554210,-191346],[-554794,-180753],[-554046,-192659],[-553021,-193889],[-553235,-193664],[-561110,-319407],[-560947,-319800],[-561422,-319734],[-561675,-318823],[-561118,-318592],[-561700,-319068],[-561357,-319364],[-561390,-319113],[-561751,-319402],[-562395,-319574],[-561804,-319684],[-562353,-319754],[-561993,-318772],[-561679,-320148],[-562066,-319827],[-550678,-326756],[-550900,-326882],[-551205,-326976],[-562143,-320061],[-561915,-320240],[-561489,-320463],[-561341,-320284],[-561024,-320448],[-560781,-320254],[-561944,-470913],[-561780,-470826],[-561652,-470761],[-560809,-471530],[-560832,-471320],[-560883,-471155],[-560671,-471750],[-560475,-471814],[-560330,-471935],[-560207,-471990],[-560581,-467535],[-562425,-470832],[-562274,-470940],[-556181,-477786],[-558733,-484270],[-558382,-484588],[-557703,-484333],[-560229,-482683],[-560559,-482936],[-560772,-483169],[-560543,-482733],[-563160,-475231],[-560832,-476956],[-557469,-485110],[-559674,-483348],[-559658,-483518],[-559860,-483335],[-559800,-483457],[-557381,-484339],[-555886,-478013],[-557243,-478754],[-556852,-477088],[-562807,-474734],[-561157,-477128],[-561073,-476955],[-558549,-484270],[-558527,-484115],[-558835,-484492],[-558260,-484745],[-561274,-476956],[-557217,-485110],[-557997,-487376],[-558586,-488122],[-558811,-488262],[-561885,-488497],[-562069,-488670],[-561944,-488599],[-557916,-487350],[-571906,-340901],[-571919,-341252],[-571403,-341579],[-571293,-340968],[-572353,-341440],[-572412,-340438],[-572191,-340223],[-572665,-340541],[-571975,-340550],[-571603,-340425],[-571290,-340153],[-571025,-340055],[-570950,-340539],[-570381,-340919],[-570493,-341434],[-569890,-341824],[-570196,-341993],[-570703,-341815],[-570637,-341135],[-571102,-340696],[-571079,-340492],[-570866,-340236],[-568431,-333384],[-568031,-333329],[-571634,-341362],[-571164,-341397],[-567890,-333565],[-567574,-333564],[-567355,-333431],[-567625,-333265],[-567931,-334315],[-568683,-333771],[-568834,-333911],[-567844,-333885],[-565151,-482236],[-564952,-481814],[-563903,-475086],[-564024,-474809],[-564182,-475143],[-564342,-475059],[-564101,-474991],[-564512,-475035],[-564122,-474728],[-568602,-484177],[-568625,-484263],[-568786,-484061],[-568843,-484119],[-563943,-486390],[-588081,-304743],[-588700,-303695],[-588356,-305518],[-588774,-304822],[-588537,-304573],[-588648,-303907],[-588557,-305748],[-588215,-305609],[-579513,-310038],[-579787,-308992],[-579029,-309377],[-586627,-341055],[-584317,-340256],[-587150,-340665],[-584209,-339865],[-583865,-340881],[-580489,-341754],[-586625,-340395],[-580635,-341933],[-588435,-401566],[-588422,-402259],[-589449,-305070],[-590229,-304625],[-588984,-305391],[-589146,-305537],[-589070,-305243],[-589526,-305356],[-589268,-305150],[-589078,-304666],[-589439,-305608],[-589285,-304863],[-589301,-304613],[-589079,-304455],[-589134,-303935],[-588812,-304623],[-588823,-305199],[-588986,-304086],[-589782,-304089],[-589206,-304099],[-588835,-304322],[-591227,-403829],[-590660,-405942],[-588957,-401845],[-590198,-403525],[-590225,-403860],[-590498,-403405],[-590971,-404451],[-591586,-404181],[-591735,-403966],[-593621,-405469],[-593300,-405755],[-593122,-405299],[-591866,-406108],[-591974,-405905],[-592313,-405821],[-592028,-404939],[-594776,-404750],[-594897,-405344],[-591291,-407034],[-590963,-407000],[-590587,-406212],[-588983,-404633],[-594731,-404929]] \ No newline at end of file diff --git a/src/gathering/a10208.json b/src/gathering/a10208.json new file mode 100644 index 0000000..dfa416b --- /dev/null +++ b/src/gathering/a10208.json @@ -0,0 +1 @@ +[[-124972,155744],[-125714,158381],[-123428,157716],[-117655,158982],[-122965,164688],[-134648,152941],[-135180,153905],[-131720,154224],[-144879,152148],[-144184,152338],[-149895,153379],[-151018,151634],[-150210,153423],[-151780,156975],[-141729,155784],[-153430,159688],[-159497,151423],[-160401,149708],[-159855,151650],[-161720,150539],[-165121,160031],[-165022,160866],[-165108,162146],[-154757,158591],[-156534,158277],[-156808,157717],[-166289,158916],[-166038,158755],[-156718,164620],[-156648,161217],[-157757,158172],[-172070,149111],[-172604,147792],[-170589,150651],[-169643,150663],[-173377,153406],[-176013,160849],[-174631,158986],[-166687,158809],[-166918,157974],[-166878,156509],[-175175,154571],[-171110,164973],[-167054,165447],[-167226,166708],[-190383,150128],[-191376,148855],[-189215,150060],[-190452,150327],[-188465,153393],[-190552,152031],[-191050,159073],[-189925,159031],[-191970,160624],[-184808,154269],[-189787,154107],[-187612,166033],[-182936,153934],[-189303,166649],[-197032,148582],[-200031,149106],[-199713,148250],[-193898,151124],[-193987,159373],[-193876,160557],[-194058,160860],[-192461,154383],[-195361,165307],[-199006,162059],[-198014,158790],[-200076,161494],[-203998,165376],[-192887,165955],[-213296,151273],[-213596,154562],[-220660,144694],[-228251,323353],[-226644,337413],[-226264,335621],[-229165,341680],[-228838,356530],[-227208,347818],[-228865,349028],[-229721,353339],[-227589,354071],[-226759,359761],[-229947,584832],[-228075,585665],[-234372,149102],[-236385,146154],[-234778,323397],[-233825,331500],[-236397,339968],[-232070,337785],[-240756,345309],[-233936,341958],[-238899,344047],[-237253,344289],[-241435,343639],[-242937,343285],[-238259,342288],[-240319,341796],[-239080,338110],[-242941,334779],[-242107,334461],[-237201,333971],[-240927,334216],[-234861,358404],[-231396,346299],[-236444,352994],[-237867,348817],[-235998,356135],[-233150,352173],[-239922,359518],[-233757,362739],[-232604,364098],[-238055,584711],[-236103,583087],[-233549,581353],[-236843,587787],[-232317,586829],[-243010,583406],[-234735,594532],[-243279,329674],[-249124,331789],[-252565,331742],[-254911,336676],[-246072,335684],[-243223,333588],[-244853,349171],[-245489,346441],[-243540,588112],[-247940,586188],[-244426,588076],[-258039,331884],[-263265,327502],[-256133,329024],[-265572,326108],[-262153,330912],[-267717,330495],[-257612,329365],[-262126,335320],[-264260,334303],[-261212,333348],[-269642,331007],[-273358,326544],[-270219,329963],[-277350,117629],[-287153,504258],[-288173,509062],[-289001,502909],[-306690,323280],[-305772,326272],[-302622,331598],[-302401,328601],[-305837,321415],[-302150,505056],[-302720,509577],[-305680,511682],[-301364,507677],[-298145,509062],[-305695,518362],[-304365,522618],[-306214,522536],[-301749,112652],[-299679,111669],[-318977,300875],[-319177,306872],[-311355,318530],[-313577,313428],[-313664,309942],[-315432,309777],[-310566,325412],[-311988,331933],[-308287,326355],[-307508,323053],[-309477,331268],[-312627,325520],[-308365,323650],[-316684,323437],[-315090,321186],[-315602,323477],[-309143,335282],[-308337,516218],[-307517,520521],[-308037,518382],[-307767,515347],[-332279,291610],[-325318,298091],[-330257,296822],[-321969,301705],[-322201,303932],[-323567,302462],[-325656,307204],[-328125,309616],[-326148,311224],[-326104,308589],[-331267,322096],[-327341,324905],[-327106,321152],[-337858,272738],[-343115,294303],[-340154,291518],[-336727,290199],[-336988,283269],[-341378,286436],[-342772,286856],[-338904,298335],[-336088,298836],[-334304,300384],[-337612,295283],[-341863,297670],[-343338,294646],[-334358,298491],[-344971,300296],[-339033,314284],[-336445,314935],[-338252,317751],[-340742,318727],[-345380,316256],[-343489,314750],[-335651,320383],[-334004,320747],[-338891,342277],[-345597,339224],[-340427,344035],[-342098,342109],[-333732,90920],[-347089,285828],[-350185,287545],[-356545,281934],[-356758,294567],[-354860,288826],[-345993,296408],[-356203,297040],[-356594,300302],[-355638,296039],[-348845,297680],[-350577,299400],[-352756,300215],[-348271,300461],[-348921,301959],[-353715,298170],[-358043,310554],[-345767,313401],[-354380,314256],[-350433,315347],[-356792,328001],[-358389,327892],[-350849,339463],[-361023,284625],[-360068,282337],[-358631,285256],[-369625,293757],[-360453,307009],[-369008,314671],[-368196,312310],[-370647,310140],[-369579,324142],[-368438,328525],[-366765,327051],[-364719,329794],[-359733,328555],[-363629,326006],[-361312,327424],[-367331,334647],[-369272,337482],[-368995,335120],[-377082,293912],[-374277,293152],[-381682,305119],[-380787,299640],[-382054,298756],[-380437,300023],[-377988,302505],[-380332,304874],[-376895,296329],[-371551,296442],[-376175,305461],[-376616,304958],[-380759,310436],[-378524,310992],[-373078,314439],[-374737,314293],[-374031,318863],[-379690,316676],[-376612,316181],[-372299,308174],[-375094,322725],[-380024,322077],[-378723,323814],[-378620,325044],[-371777,338148],[-372828,339456],[-386848,300235],[-386247,317471],[-385200,314648],[-411494,381141],[-112263,151845],[-110805,152879],[-112403,150840],[-103832,147903],[-105264,149844],[-105697,148673],[-104029,143051],[-102974,143544],[-105782,143271],[-114193,156547],[-114998,159161],[9418,136618],[1283837,232630],[1290112,302680],[1291277,303953],[1286722,556063],[1282373,556254],[1280520,553717],[1280634,556914],[134365,-4645],[135574,-6471],[136276,-10545],[135511,-9190],[130761,-12175],[140418,-311840],[133717,-20984],[133287,-23033],[139370,-26992],[135624,-28129],[136603,7971],[135670,9947],[138986,9279],[140184,10232],[138042,131743],[138460,144548],[138487,144481],[133905,143480],[137928,144335],[136930,144127],[135232,17693],[138354,21457],[136757,13715],[137135,15315],[133125,17310],[133329,16084],[134761,37566],[140039,37436],[132576,26699],[137920,40897],[132470,49527],[132477,50766],[134250,50567],[139724,42490],[131663,51059],[133443,50921],[134532,50097],[133943,47388],[135757,40490],[131884,44565],[131432,44638],[133387,44432],[128631,59607],[135043,58957],[130371,53759],[128460,53734],[133833,58716],[128589,66871],[128629,84669],[129018,86903],[137496,107266],[139795,114524],[137612,113650],[132214,115242],[140680,102890],[136499,119657],[139132,118882],[136849,120571],[136910,125813],[137856,119633],[139089,119300],[131063,125830],[131011,121306],[130371,122039],[130480,121407],[132528,117781],[130456,117806],[142808,-3498],[142865,-3976],[143426,-4106],[147909,-316856],[141400,-313793],[149426,-30291],[151013,-30968],[143215,11356],[149977,8312],[149325,10107],[149511,12002],[145391,135794],[142901,134059],[143638,133993],[148304,128456],[146643,139564],[147189,138399],[140876,130741],[151815,132006],[152022,133567],[148927,134040],[141659,144988],[141826,21587],[143634,22841],[147412,19426],[153571,27650],[141469,26910],[141102,42982],[144949,106694],[145953,104345],[145424,102931],[146848,105333],[152631,103608],[148587,120598],[147018,125836],[149105,128178],[151706,125550],[151744,125531],[142791,123045],[160362,131075],[154078,132010],[158824,138337],[165572,130035],[153670,128238],[159322,142939],[163887,142073],[154523,23984],[155983,17985],[154297,16978],[159090,76966],[158950,84287],[160706,83497],[157743,83309],[164261,82158],[160354,79414],[163355,80086],[165245,100930],[159381,99640],[159965,100712],[161448,102328],[164991,98359],[166265,97138],[164478,96133],[166083,95976],[155225,100373],[154820,101426],[160302,95801],[162400,93905],[164806,100494],[165316,110426],[164465,114557],[163742,114791],[155271,106332],[156423,104196],[157180,107779],[159736,108401],[159123,105145],[161199,104322],[154416,107418],[154101,121752],[156329,118336],[159734,126754],[160260,124690],[163821,123117],[178486,-152710],[174782,-165005],[173272,-165386],[178600,-158033],[171807,-166996],[168759,131291],[166440,130993],[176813,137799],[178787,140629],[173814,140049],[170011,140438],[166522,141771],[176357,142625],[172512,24694],[170982,25369],[171823,27871],[177959,37182],[172770,32800],[175281,34828],[178588,55773],[178127,52897],[166782,98051],[171596,92702],[178500,102058],[177921,100248],[171744,100801],[170848,115341],[174872,104566],[176649,103622],[179187,106981],[176401,108079],[176436,106536],[167486,108415],[169119,110908],[168091,103051],[169017,106162],[168547,107639],[167806,116275],[168358,116089],[191891,-116498],[187707,-127143],[189862,-125963],[190182,-124586],[191227,-138534],[189696,-137784],[182657,-137389],[191118,-130350],[188917,-129329],[186066,-141512],[183041,-152271],[189127,-152747],[191828,-152571],[191426,-145216],[189973,-144878],[191899,-150014],[183274,-163806],[181187,-162379],[191150,-164304],[191916,-165821],[191068,-167369],[184812,-170987],[180357,-173167],[181370,-172947],[191673,-95871],[189751,-109983],[183093,-104463],[179481,140972],[190750,131389],[191059,148144],[188272,143978],[191223,36072],[191283,26855],[184035,34584],[184496,31270],[182714,28943],[185113,30695],[184692,26270],[187081,26035],[188438,31193],[188836,33636],[188408,34216],[191163,499088],[190566,496435],[184379,495629],[185658,508671],[182956,38650],[181271,41295],[181017,39143],[183178,47282],[190308,40091],[190475,41337],[191000,38906],[183432,52784],[184425,94227],[179909,97874],[186851,121374],[183790,116840],[185036,121062],[192103,-122896],[199404,-115571],[192013,-127545],[200318,-121263],[201152,-116160],[202644,-116035],[194293,-125538],[193388,-120577],[193925,-117825],[196353,-120529],[197221,-122261],[193752,-136879],[200588,-128960],[201241,-129535],[203030,-137610],[200834,-138530],[201656,-129946],[195048,-131450],[201796,-136535],[198322,-132170],[200739,-134019],[200135,-135754],[204609,-129792],[201679,-141442],[203500,-145391],[200866,-150893],[199834,-151093],[192138,-145187],[200132,-149340],[201661,-145143],[198086,-144848],[203406,-157925],[202278,-158981],[199555,-161160],[204553,-159934],[203961,-157959],[196778,-162863],[193269,-165459],[192818,-165239],[199360,-158812],[192433,-154073],[196946,-153537],[193666,-172163],[194882,-174129],[195928,-178062],[194855,-176746],[199078,-87983],[193654,-90630],[198975,-98344],[203400,-101178],[196608,-112663],[193912,-113345],[202988,-113823],[201701,-112454],[193918,-113792],[192177,-112975],[204059,138114],[199905,37677],[194881,27040],[193171,33904],[194401,29913],[195111,498084],[192714,494718],[201709,506072],[199994,509942],[200581,505991],[204549,510144],[195381,505754],[192957,500144],[200714,39546],[197705,43576],[201380,44985],[192411,41693],[198719,515080],[194287,512957],[196149,521424],[201591,527105],[201476,526347],[202146,123323],[212817,-116343],[215949,-117610],[215798,-121990],[208374,-144537],[207108,-143921],[216714,-148209],[209735,-154998],[215244,-159380],[212337,-156863],[205313,-155540],[211202,-156224],[214287,-177664],[215936,-177126],[206786,-183480],[207422,-181977],[207774,-182417],[213930,-189293],[214116,-220056],[213543,-230724],[209446,-12425],[209869,-12562],[209741,-11407],[210223,-11732],[210474,-11705],[211104,-11948],[211663,-11954],[213057,-12224],[213293,-12355],[213857,-12381],[214661,-12466],[212638,-12092],[211553,-11635],[210836,-11704],[210305,-10709],[210891,-10861],[211085,-11167],[214372,-12214],[213981,-12181],[213717,-12098],[213656,-12381],[212916,-11971],[212733,-12222],[212332,-12172],[213413,-12001],[214894,-12364],[209530,-12557],[209259,-12513],[210225,-12461],[210500,-12455],[210893,-12445],[209902,-11681],[209583,-11580],[209984,-11346],[210329,-11538],[211020,-11556],[211253,-11628],[210807,-11936],[210575,-10739],[210438,-10853],[210846,-11108],[209961,-10803],[211017,-10740],[210802,-10696],[209344,-5664],[211672,-2076],[212071,-6837],[214546,-279119],[211751,-289381],[207597,-303335],[213404,-309692],[206839,-17181],[209731,-19393],[208016,-19420],[210661,-18433],[210488,-17544],[209051,-17834],[206949,-18063],[208950,-17018],[207037,-17029],[208713,-17060],[208199,-17993],[208711,-19762],[208809,-20411],[210126,-19212],[209966,-18654],[207449,-18168],[210303,-20241],[209377,-20116],[209950,-20206],[209215,-18592],[210289,-18425],[210565,-19116],[209554,-19529],[210475,-20048],[207905,-19525],[209603,-16850],[210456,-16636],[207605,-18903],[209869,-17039],[209670,-17601],[210173,-17754],[207732,-17827],[207519,-16920],[208187,-18843],[208353,-18613],[207479,-18792],[209079,-13483],[209371,-13225],[209846,-13400],[210340,-13246],[210802,-13331],[211348,-13502],[212496,-13396],[212946,-13538],[213254,-13568],[213796,-13936],[214399,-13959],[210426,-12632],[210771,-12648],[211495,-12669],[213020,-12954],[213444,-13054],[213785,-13033],[214406,-13258],[214961,-13092],[211013,-13456],[209109,-13233],[208764,-13507],[208918,-13126],[209782,-13194],[210049,-13270],[209958,-13542],[210531,-13432],[210730,-13614],[211612,-13578],[211442,-13720],[212238,-13471],[212716,-13564],[212785,-13857],[213152,-13416],[213534,-13585],[213256,-13797],[213838,-13560],[214109,-13642],[214065,-14001],[214396,-13715],[214640,-13785],[214652,-13283],[214558,-13008],[214163,-13026],[213637,-12854],[213234,-12968],[212811,-12836],[212594,-12938],[212364,-12789],[209043,-12678],[209612,-12686],[210006,-12741],[210554,-12824],[210954,-12858],[211142,-12606],[211453,-12882],[211663,-12829],[211849,-12907],[211878,-12673],[208463,-100682],[213500,-110893],[214855,-114033],[213533,-111864],[211356,-110031],[212529,-113328],[211036,-110701],[213415,-107986],[214889,-113478],[205745,-108648],[210779,-106203],[208106,-106380],[208611,-104265],[207951,-109618],[208626,-108877],[207768,-110541],[208678,-103017],[205486,-111189],[205563,-107727],[210800,-103246],[215532,138969],[211542,140266],[208059,139768],[205514,134625],[209370,132546],[215570,130803],[215868,130451],[215608,143109],[208244,145280],[215483,153212],[216153,29185],[212980,536745],[216875,533116],[215202,542893],[213412,541346],[217353,540124],[210687,538688],[216701,542165],[210220,58178],[216564,98306],[205848,122948],[227362,-146915],[224988,-144909],[227979,-148810],[227370,-151361],[223435,-148389],[223707,-149416],[217802,-155979],[220552,-155582],[221071,-157131],[222627,-163381],[222590,-166116],[228029,-165529],[228984,-163609],[226732,-160380],[229533,-173486],[221669,-168114],[227949,-171135],[217691,-189785],[230324,-183831],[226912,-206797],[227479,-204671],[221946,-227099],[226697,-236622],[222597,-238736],[223043,-10127],[223582,-247211],[227394,-251927],[222151,-249921],[221534,-255464],[226805,-262510],[228338,-267418],[228189,-291238],[218480,-288040],[221906,-303849],[229950,-308556],[220594,-309975],[229940,-23546],[229233,-24882],[227128,-20808],[222623,-19845],[221138,-18389],[223245,-13118],[228790,-34836],[229377,-26584],[228520,-35525],[229687,-35021],[228080,-32692],[230339,-32802],[230049,-104515],[222647,129096],[227671,134594],[217678,128852],[229873,131871],[228897,136230],[221432,138811],[224398,137536],[221018,129999],[218469,134329],[223923,132728],[217689,144460],[224069,147181],[224510,149908],[227152,144408],[227375,33352],[223028,49723],[226208,48438],[229241,40596],[230237,40930],[229597,535441],[222514,528879],[226497,529787],[228490,527194],[226216,532766],[227861,538666],[224726,540120],[219001,540800],[220807,544533],[229357,550579],[222506,553862],[220215,552025],[226911,552060],[225211,564471],[228801,565115],[225597,53507],[224640,54709],[220458,52538],[221484,105061],[219986,123107],[221919,127864],[221898,117062],[223567,118190],[225739,120115],[228447,125938],[223958,127344],[234369,-145622],[240465,-151145],[239178,-152318],[230663,-159221],[238438,-154739],[231087,-158975],[236604,-162140],[242886,-165617],[240259,-155414],[231307,-154587],[238326,-158198],[235345,-160514],[236524,-154298],[232383,-162617],[231278,-161769],[243138,-167021],[231166,-178753],[232734,-178841],[234560,-171495],[235437,-171022],[232816,-167472],[231764,-167138],[231965,-170732],[236195,-167654],[235842,-190968],[242178,-189325],[242641,-190933],[239852,-190027],[235335,-179813],[237259,-181610],[236501,-182512],[234551,-192736],[242486,-192367],[239896,-199370],[236313,-193362],[241745,-227404],[242340,-226649],[241124,-236790],[239260,-235144],[240931,-241121],[232248,-239621],[239798,-240263],[235880,-239729],[232946,-243653],[236197,-245557],[242172,-248842],[239007,-265103],[232231,-257607],[235512,-268200],[235825,-278056],[242464,-23535],[241872,-20024],[233301,-23852],[243128,-20128],[234537,-22609],[242560,-19260],[236007,-31954],[232903,-27553],[234456,-37912],[234712,-29325],[232042,-28433],[235637,-30881],[240736,-34046],[234504,-37389],[239020,-36108],[241476,-37845],[232609,-29413],[242176,-26826],[242671,-42919],[237307,-40076],[242847,-49216],[242239,-47225],[239126,-46837],[238103,-49618],[237599,-43774],[236681,-41082],[232850,-41212],[231167,-40064],[232257,-73205],[235160,-73471],[240641,-74613],[235714,-69025],[238615,-86693],[233646,-86958],[232860,-79752],[234798,-79342],[236860,-83478],[230609,-86171],[239010,-98070],[241071,-94907],[236516,-99938],[230725,-106133],[236329,-102362],[234426,-108973],[231426,-112470],[231011,-109437],[232849,-102787],[242791,976],[231326,138753],[235414,135082],[232182,136364],[237805,134109],[233817,133904],[230613,147935],[233053,33498],[237444,33395],[237905,30515],[233159,37001],[242367,47765],[241678,43169],[234856,548162],[232974,548542],[235355,547030],[242130,563117],[233617,552486],[234223,550961],[234712,552922],[238490,555198],[237879,561991],[239343,562725],[237782,558962],[233150,561302],[242652,565704],[241014,60190],[240843,58439],[238554,55675],[233562,104311],[239889,110471],[238790,109912],[241609,114749],[236807,106505],[237722,106756],[230728,120463],[234233,118867],[236470,117469],[232409,120079],[241943,119193],[239648,124091],[237555,127602],[237934,126390],[231649,126208],[231856,126165],[231380,122826],[247018,-165785],[244927,-163450],[246323,-167773],[245458,-191274],[243603,-190526],[244936,-192689],[255090,-217052],[253149,-215667],[253210,-211666],[253736,-207910],[253371,-211247],[247799,-214040],[251933,-210973],[251985,-213071],[250371,-216483],[255914,-226598],[253945,-224524],[253369,-226210],[255026,-221803],[250703,-219870],[246110,-220836],[249940,-242352],[243530,-239312],[248369,-238224],[244897,-244892],[247939,-249495],[251534,-254362],[247564,-246757],[251105,-256471],[255729,-260523],[249170,-261194],[251833,-267505],[252035,-263875],[246609,-267944],[250832,-260121],[246115,-262705],[253471,-270388],[250836,-270732],[252735,-275551],[255772,-269077],[243916,-273954],[244275,-286762],[249647,-293854],[250227,-290433],[250862,-309003],[253506,-323205],[245054,-330221],[246431,-24919],[245218,-24451],[247547,-23753],[243990,-22156],[253185,-28973],[249531,-27665],[249151,-31876],[252488,-35731],[244690,-36599],[248533,-34577],[255416,-33422],[248120,-33759],[244924,-35731],[245911,-34160],[246713,-37361],[255581,-26112],[243427,-38790],[250842,-39060],[245170,-39973],[248277,-42022],[247626,-38970],[250638,-40951],[253335,-42711],[252917,-48701],[248464,-44930],[249695,-47619],[252589,-50846],[250631,-51873],[255331,-62233],[252819,-62533],[252469,-58434],[252433,-58920],[248546,-52737],[251217,-66450],[253344,-70362],[252300,-66969],[251078,-69607],[246306,-76768],[245587,-79508],[254071,-98913],[253416,-97610],[253730,12815],[254698,5805],[253202,6098],[253340,3584],[251823,5190],[254646,448],[252711,525],[250136,1355],[247183,2999],[253907,14703],[251589,29209],[252145,33031],[244998,30254],[246428,31512],[246785,35737],[248274,48348],[250532,43834],[253056,41686],[244486,44710],[245808,49796],[245268,51458],[250965,59395],[247002,63195],[244682,63058],[255134,59671],[244733,51853],[248073,67115],[252804,66779],[248771,71224],[248013,108771],[244419,104174],[247054,124109],[255512,125446],[250164,115444],[243292,125923],[245499,125897],[248113,115467],[249524,119561],[18220,140108],[14710,139635],[21061,139376],[19016,145841],[19855,147103],[268573,-186418],[264342,-192789],[263858,-212348],[259084,-223371],[268164,-227532],[260075,-228443],[262170,-218047],[263028,-217968],[262704,-224691],[263514,-225894],[268109,-226967],[267025,-228948],[257608,-226760],[256575,-227196],[266991,-234868],[259200,-6209],[257432,-3669],[261591,128],[261966,-326],[263145,-4647],[263756,-10232],[264676,-243928],[259453,-265332],[256508,-267223],[256757,-270361],[259959,-281020],[256716,-281725],[256879,-294431],[258467,-301673],[263446,-297648],[266146,-329266],[266255,-22911],[261262,-24399],[258156,-23864],[256403,-31342],[260006,-35317],[268374,-37547],[263328,-26605],[267109,-28522],[260975,-29230],[261280,-33224],[268626,-35579],[262583,-35591],[268320,-32716],[268037,-34235],[263807,-34223],[260875,-25874],[260950,-46490],[256087,-40395],[264433,-48264],[260298,-42839],[265495,-46078],[265897,-49973],[263509,-47222],[265091,-38502],[267022,-41093],[262971,-44022],[264970,-42804],[265331,-60938],[266798,-62766],[258778,-54362],[268504,-63496],[256771,-58474],[267633,-56652],[266235,-59591],[260856,-57390],[260655,-60772],[267477,-58158],[261191,-53551],[256327,-55434],[260806,-60456],[256160,-54952],[267745,-68201],[264236,-66697],[268726,-69212],[265687,-69693],[265831,-68386],[263617,-74497],[257157,-78811],[267734,-78594],[258550,-78237],[256060,12263],[257997,9572],[268533,8654],[260952,5417],[263279,1793],[260022,2725],[258118,2612],[267764,5305],[267338,2510],[267324,10769],[257938,15811],[264494,31223],[258366,33793],[256753,33556],[265958,26694],[266734,407325],[267806,524016],[263731,521928],[261731,524585],[258395,530827],[262281,526823],[263604,63638],[266312,62844],[267165,67257],[261371,66598],[263791,68090],[268321,73795],[265707,98634],[257080,124234],[279979,-189247],[279832,-188133],[275846,-187541],[278080,-195968],[270789,-198311],[274879,-203561],[276443,-221599],[278037,-232137],[273671,-230823],[273662,-231984],[269252,-11251],[269563,-12417],[269809,101],[279511,-6837],[278206,-9691],[281292,-5184],[281259,-1259],[269178,-246662],[275589,-248589],[269554,-286380],[274012,-13173],[275541,-13230],[277236,-16986],[273732,-24730],[269608,-23086],[271409,-24231],[277749,-23818],[278295,-25256],[274882,-33717],[275187,-35639],[276720,-36650],[278242,-35924],[272634,-37536],[272370,-37034],[280005,-29523],[281376,-31303],[274933,-29310],[279133,-32148],[271329,-25901],[277020,-26142],[279791,-35769],[269476,-49407],[269324,-48271],[271532,-39474],[272862,-42361],[273141,-44055],[275988,-49271],[274870,-44124],[280384,-41555],[274518,-44882],[274155,-41986],[274439,-40802],[276924,-44030],[279930,-44861],[277275,-46359],[277222,-39060],[273172,-39162],[281217,-45954],[269802,-43790],[268948,-40214],[272150,-43255],[271932,-47487],[271935,-50686],[273126,-50899],[270663,-59400],[272457,-55328],[269321,-51751],[274387,-59940],[270855,-55482],[272831,-59677],[271992,-62791],[277048,-52192],[277626,-57575],[281091,-60961],[280044,-58958],[275222,-53239],[280234,-55446],[281415,-54704],[279087,-56357],[274911,-60502],[279575,-61651],[277957,-73356],[280646,-71442],[273857,-69984],[272727,-72080],[272995,-72716],[273494,-64151],[271146,-75563],[273957,-83970],[271952,-77894],[269540,856],[269361,3329],[270643,12850],[277988,7548],[274337,4230],[276948,3425],[278842,11004],[276580,6110],[280633,1929],[280802,14398],[279965,23679],[276464,23678],[273321,28373],[281499,26604],[279588,29459],[270710,28165],[269253,27387],[273715,401530],[269850,405801],[272711,406676],[272651,409117],[276472,408036],[274315,418256],[277831,418933],[274376,413107],[276342,422635],[274903,523457],[274188,521320],[270840,522364],[270055,517883],[277068,532962],[278148,528945],[275639,525306],[278977,525411],[277299,543875],[277822,538612],[269501,69544],[273459,71135],[275465,71556],[280590,71868],[281476,69186],[280503,72274],[277155,72265],[278749,73729],[280825,75755],[277437,82896],[273194,86106],[280920,98759],[277408,101461],[278165,90197],[280301,112307],[280073,105625],[270566,108495],[269686,122832],[284468,-185256],[289356,-195834],[288713,-192085],[293579,-195368],[292521,-196220],[282941,-197843],[290984,-201609],[290488,-201274],[285894,-205384],[293304,-216286],[286417,-215730],[286138,-228680],[284496,-224434],[290781,-223883],[291215,-222101],[287690,-232269],[283547,-241285],[289380,-5926],[290096,-8765],[292553,-8209],[292727,-6727],[286956,-6906],[289425,-9045],[287580,-10865],[285357,-11913],[283588,-9335],[285170,-5349],[283179,-11140],[282894,-1246],[288297,-2282],[293495,-4081],[292207,-248941],[284626,-247671],[287332,-264670],[291435,-260331],[286163,-274037],[285902,-269941],[285873,-268952],[291348,-289920],[288639,-284585],[281651,-19130],[286306,-25079],[286986,-22822],[290029,-14618],[290373,-13572],[293327,-12717],[285897,-26913],[293695,-30213],[293832,-30359],[293600,-27521],[289787,-38063],[287446,-30191],[288055,-35609],[285572,-31978],[285894,-34694],[285021,-31698],[281830,-34131],[292105,-34388],[287097,-39395],[282395,-43182],[290743,-47198],[288396,-42552],[288193,-46033],[290966,-39322],[291604,-46082],[292844,-49170],[284816,-50054],[283613,-49236],[283031,-46089],[287591,-46085],[286465,-44299],[282992,-41575],[293704,-51840],[287704,-63296],[281806,-59373],[282009,-58644],[294076,-54657],[289220,-59886],[290553,-59149],[289546,-56128],[285501,-53199],[285330,-55683],[284451,-59355],[283759,-62797],[282747,-54908],[283066,-53141],[285786,-71848],[293688,-68140],[288750,-64471],[284218,-64214],[287269,-64139],[286263,-65860],[290624,-64455],[289360,-79925],[287536,-78270],[292227,-78513],[290890,-83541],[289475,11422],[288665,12836],[294180,4326],[293802,1857],[285114,4221],[291348,8224],[289930,9423],[292205,635],[291415,3909],[288191,5368],[285020,8487],[286873,10937],[282783,15045],[286169,24829],[290226,24519],[289907,22040],[284131,21785],[283443,15259],[283762,460430],[284292,465902],[287552,467424],[289575,467176],[293724,467371],[292279,461704],[285867,463746],[282588,462851],[282201,526087],[286103,61521],[285662,60640],[281724,60184],[289726,68639],[286977,75572],[287580,86780],[284239,81688],[282569,81832],[283642,80323],[284348,80087],[289090,77033],[282553,102403],[303893,-187588],[301327,-188711],[294658,-200519],[297913,-200648],[294833,-195496],[294681,-193575],[300770,-199810],[298889,-198563],[303871,-211126],[297214,-233545],[304785,-239944],[296461,-8492],[294580,-11336],[298149,-6889],[296440,-9941],[302250,-11945],[306964,-11937],[305975,-11028],[305724,-6596],[303390,-1325],[305434,-2886],[304706,-260950],[297323,-263664],[298285,-24882],[305665,-23830],[304045,-22984],[295888,-24726],[300281,-17585],[297595,-22417],[296859,-21846],[303079,-12652],[304579,-15153],[296686,-30582],[296042,-28980],[306674,-29022],[302390,-31158],[304081,-33379],[302962,-36099],[303583,-36070],[296470,-32116],[296857,-35846],[295817,-34796],[304055,-27781],[302417,-25846],[305418,-28605],[299798,-26973],[298682,-26036],[300558,-43125],[299308,-40642],[296419,-38716],[296237,-43601],[304319,-42454],[296104,-45248],[299601,-46397],[307199,-44457],[301525,-41013],[297143,-60922],[296138,-55816],[295117,-58687],[294875,-55222],[295468,-57371],[299031,-75615],[296350,-76379],[302381,-71084],[299483,-68933],[306176,-75667],[296909,-63806],[300941,-63895],[300021,-67345],[297083,-67230],[294919,-73717],[294916,-72471],[294521,-71667],[295879,-70408],[296190,-72029],[296044,-69562],[300154,-79450],[302415,-79376],[302286,-88797],[302681,-87776],[299628,-84494],[305090,-82698],[306677,3911],[306233,7684],[302258,4645],[298718,1309],[301257,6932],[302113,4112],[295053,8789],[294839,2468],[295425,7979],[296431,5756],[294996,20118],[304500,409520],[303281,406822],[307179,413798],[302831,414837],[305334,421033],[303209,419523],[299454,469580],[295440,469306],[305813,464313],[316277,-199556],[315742,-201549],[315542,-196609],[315046,-196002],[312401,-195526],[318737,-204596],[317656,-199255],[312071,-194747],[311036,-197974],[308697,-194673],[318825,-224829],[309385,-226240],[308161,-218495],[310677,-226058],[311726,-235881],[318751,-239320],[308203,-233126],[315270,-10192],[310166,-8742],[313745,-10107],[308615,-575],[319305,-246701],[307582,-256225],[315875,-257507],[307795,-37338],[308968,-36816],[319377,-50529],[307854,-48254],[308690,-49057],[311210,-44915],[309565,-49994],[309463,-49613],[308874,-43728],[309729,-41261],[309125,-40611],[312139,-58622],[317977,-57259],[308667,-55909],[313479,-57088],[318462,-54310],[312372,-51469],[313273,-70652],[315054,-69684],[318288,-75923],[316359,-74295],[310829,-68053],[308542,-77128],[311304,-77238],[307560,-85051],[307711,-81775],[312120,-80798],[310044,-82836],[311007,405742],[307843,407405],[315793,406490],[312653,405537],[310288,418912],[311015,415590],[315914,410245],[318952,411989],[316464,414205],[316255,422152],[316579,419148],[312861,410149],[316657,430503],[314708,431410],[311174,427988],[308156,425550],[307932,426439],[308795,422621],[317258,425120],[318835,430372],[307582,434940],[314342,434739],[316848,435547],[310364,463859],[321731,-199994],[322031,-204575],[323781,-206002],[322232,-204635],[323218,-241185],[330995,-246725],[329318,-257525],[331712,-263213],[324759,-267249],[324470,-63433],[322164,-67630],[324513,-67863],[330848,-82555],[332460,-80318],[327204,-77211],[329792,-78156],[320828,413669],[323156,416048],[321295,418511],[321324,422220],[322456,413670],[322719,421540],[328825,435185],[331072,434476],[321654,433843],[321440,431562],[322460,429667],[326895,430336],[329285,430990],[332644,428207],[331252,429376],[326772,423060],[325489,435767],[340883,-213252],[342534,-212239],[342859,-207887],[342369,-222902],[340972,-220094],[336321,-224281],[338402,-230145],[338926,-224510],[338038,-225003],[338473,-229336],[339316,-233761],[338885,-8635],[343892,-252328],[337727,-248727],[343679,-258792],[342488,-265272],[333288,-259984],[339521,-263514],[344103,-37072],[342811,-35780],[344939,-49141],[339952,-61900],[344306,-56195],[335736,-76301],[341002,-66427],[337995,-76793],[340085,433268],[333110,428549],[336552,436351],[348841,-204353],[358105,-210980],[356837,-207891],[356205,-204814],[351989,-207435],[347338,-219639],[348865,-219037],[348369,-227895],[346149,-228658],[358124,-222238],[350748,-236331],[352921,-231466],[351736,-233317],[346194,-237651],[346941,-237851],[350761,-12541],[346371,-9789],[351670,-7568],[350142,-246224],[354784,-268021],[353008,-259987],[351377,-36014],[351099,-50016],[356322,-43500],[349113,-41702],[349433,-38645],[351090,-46872],[352098,-50249],[357293,-47134],[348698,-56427],[346866,-53418],[351842,-58413],[354995,-51788],[356037,-55235],[347890,-75270],[346537,-63803],[352930,-74797],[356988,-65133],[360834,-178100],[368144,-204031],[369525,-203266],[368237,-202520],[363559,-206968],[363433,-210630],[362958,-210127],[363555,-214548],[364290,-212945],[368916,-210213],[369465,-211825],[368941,-224646],[358906,-239287],[361526,-252711],[366201,-249784],[359904,-249367],[358762,-249874],[360372,-246854],[360905,-247469],[368881,-248059],[368212,-255600],[368096,-255573],[359763,-257018],[364638,-257595],[364654,-257747],[369594,-262138],[369906,-261571],[358538,-24739],[360999,-50739],[367507,-47755],[363648,-49603],[366610,-46904],[363060,-50578],[366299,-50042],[362673,-51562],[363187,-66292],[367765,-66989],[363788,-80967],[367041,-85422],[363001,-82523],[361610,-81642],[366885,-91800],[368969,-90125],[368690,-90515],[364638,-92378],[366923,-93256],[377643,-203087],[382273,-201550],[381427,-204422],[375612,-202922],[375094,-202368],[373483,-207514],[371647,-207588],[372388,-209818],[379764,-209459],[379430,-210318],[371690,-229786],[381266,-219255],[383445,-239734],[380445,-238294],[374756,-255199],[381429,-248439],[382624,-262549],[377612,-258405],[376451,-260033],[373097,-42914],[375037,-45651],[379931,-53882],[378824,-90783],[375714,-94718],[377263,-99078],[379390,-100607],[33325,134913],[31214,149726],[34025,150773],[33487,152800],[31966,150898],[32711,143157],[34623,143199],[30454,143644],[29769,157258],[35701,154579],[38280,153856],[32503,260394],[396667,-146246],[392738,-200565],[394850,-201868],[396369,-203993],[391470,-199569],[392942,-208077],[386851,-209524],[385548,-208918],[390881,-223155],[387955,-229393],[388741,-232879],[392768,-245380],[390274,-254150],[396544,-249918],[384674,-261985],[388221,-259549],[395032,75123],[395639,83738],[392672,85590],[394873,98270],[395517,93267],[389321,109450],[392889,110189],[407255,-197223],[402985,-199639],[403006,-198729],[400816,-212987],[400814,-212137],[405037,-217178],[402266,-224146],[408161,-239360],[397600,-234640],[404562,-6594],[399941,-8192],[403660,-6712],[407344,-248695],[398349,-254772],[397088,-254785],[397012,-248426],[408459,-257366],[409430,-258545],[408794,-24764],[407070,-14500],[399455,4961],[408371,135510],[408317,144467],[407673,149470],[398929,16539],[397810,16294],[400889,97307],[404632,104658],[404160,107400],[407871,111055],[407881,112581],[399101,113912],[400054,109111],[401343,112458],[400176,113784],[404182,118615],[407340,116384],[399303,118922],[411106,-197895],[417705,-201538],[420880,-202605],[422120,-203629],[413651,-203090],[411644,-202308],[416582,-199683],[415614,-200791],[421287,-208415],[410915,-227180],[420431,-218290],[416229,-225249],[417504,-6842],[416546,-3174],[412758,-3683],[410852,-4548],[417728,-252034],[420625,-253429],[416079,-243154],[416091,-243667],[412311,-246345],[413106,-247494],[410980,-254092],[410562,-252511],[415229,-259836],[411601,-263808],[420270,-18711],[421881,-20791],[411557,-36474],[418777,-63214],[420682,-70047],[420272,-65418],[420184,-86824],[420412,-91325],[413689,148507],[416960,158600],[412930,160237],[417432,155858],[420692,370390],[413824,372842],[414878,374865],[415207,375027],[415643,373713],[413165,373854],[413459,373416],[421689,371611],[412041,82532],[417593,98962],[419770,113226],[410030,117197],[416790,116262],[414027,117358],[415279,116811],[415773,116765],[417052,122801],[423091,-203793],[432491,-209454],[432015,-207275],[433195,-207068],[432758,-211550],[425066,-207741],[428846,-213323],[424253,-209955],[431014,-215850],[432298,-218250],[430147,-225666],[432611,-228012],[426338,-238409],[432759,-239270],[432981,-231326],[433579,-231712],[427828,-2623],[431731,-1101],[435018,-1270],[425167,-10187],[424999,-247583],[433113,-248585],[432337,-248293],[433544,-253149],[434631,-255058],[432017,-259369],[434471,-265038],[433808,-266444],[434977,-260928],[434231,-261470],[430375,-22952],[426756,-12606],[423464,-13806],[423988,-18864],[426594,-18699],[430468,-16307],[431113,-16580],[433756,-19897],[431632,-22839],[429071,-19267],[425506,-26756],[422938,-75547],[422747,-72603],[423797,-73698],[426387,-96392],[430857,-94042],[432365,-94444],[422536,-93399],[431671,7314],[424157,4721],[424699,7017],[423913,3977],[428767,8423],[432490,3880],[430965,6742],[427739,3972],[433692,1285],[423021,368248],[424053,369452],[422691,368859],[424487,370048],[423130,371329],[423019,372034],[422905,100516],[423662,107794],[443906,-208501],[441554,-211122],[443885,-211278],[446505,-216256],[436348,-213516],[436714,-227908],[436206,-218109],[441430,-220589],[440446,-226412],[442693,-223174],[439023,-229927],[441365,-230132],[443250,-230851],[441953,-231800],[441656,-232351],[438989,-236025],[437277,-244962],[446570,-252547],[440071,-245438],[439335,-246945],[435656,-249904],[435721,-247616],[439140,-251023],[439479,-249292],[437979,-254331],[438587,-254673],[440600,-254578],[446242,-255427],[435268,-14893],[446127,-45375],[440682,-44878],[437544,-45727],[441499,-48515],[436298,-94557],[435568,2124],[448957,-212976],[457125,-214598],[458025,-216341],[450199,-225369],[449982,-220836],[449807,-219632],[451776,-221866],[457080,-220826],[456581,-220195],[457611,-241450],[457903,-237891],[450878,-9188],[456337,-11280],[451079,-5882],[454947,-9490],[455119,-8418],[454850,-7418],[459967,-7194],[455296,-7017],[455378,-7134],[460455,-7473],[459062,-8114],[453696,-11678],[451265,-243431],[452692,-248123],[455457,-247088],[456391,-19278],[457100,-16571],[455604,-17019],[453882,-16261],[452754,-19837],[451891,-23439],[451502,-37059],[450754,-34936],[449729,-29669],[449762,-31566],[451678,-28623],[450918,-37427],[460084,-43839],[460527,-63153],[458656,-59556],[459226,-66316],[460805,-69390],[458659,-66651],[457332,-67836],[451888,-81180],[459726,-87351],[456123,10527],[457193,11132],[454411,13346],[453591,13014],[465468,-131882],[471727,-134975],[466282,-134478],[463144,-135327],[467099,-138115],[468034,-222282],[471464,-219919],[471139,-224729],[473436,-221586],[461322,-219932],[463293,-221518],[463378,-230492],[466746,-237583],[466825,-235493],[466727,-4831],[471741,-246227],[465712,-20486],[462533,-37187],[467157,-31528],[466412,-28842],[465335,-40912],[465541,-48213],[462651,-48959],[463291,-56668],[464497,-56011],[467150,-60768],[461103,-63802],[463084,-65319],[473261,-75586],[462627,-66574],[469909,-66725],[467559,-65850],[470085,-82531],[470901,-76912],[462329,14305],[476518,-127027],[477102,-126659],[476354,-124536],[475329,-119269],[475362,-121166],[477278,-118223],[477910,-116554],[476783,-116331],[483098,-223326],[485938,-226330],[481761,-227450],[481010,-225056],[480725,-221796],[474504,-232835],[484442,-236765],[483145,-230939],[479377,-236919],[481975,-242702],[482037,-241656],[476981,-21306],[476638,-20397],[475641,-34252],[485957,-60458],[477831,-64301],[481795,-82785],[478763,-79939],[477544,-81955],[485274,-84461],[476179,-83832],[474064,-81990],[473856,-79091],[476124,-92743],[473940,3721],[488072,-139256],[488417,-138722],[491141,-137813],[488317,-148754],[489701,-151550],[490169,-150090],[489402,-147356],[490788,-146674],[490097,-145611],[498381,-171095],[498466,-172012],[487495,-228081],[492795,-233691],[494412,-236355],[494376,-237375],[488452,-241772],[488296,-242705],[499187,-88],[497067,-46450],[497538,-53348],[494673,-88548],[493128,-88285],[495754,-85785],[488369,-87739],[492961,-86865],[496613,-78329],[488796,6194],[498298,205],[490460,5724],[495796,9139],[491426,8598],[501567,-163780],[502577,-169044],[501956,-167140],[503144,-171555],[501461,-171567],[510103,-174271],[507395,-172385],[504363,-169539],[499604,-237118],[507344,-45166],[499272,-49769],[499155,-48143],[509251,-62432],[509413,-58268],[504670,-60797],[502183,-51031],[501884,-54079],[506686,-75076],[505758,-64488],[509159,-73136],[506093,-72434],[502282,-72214],[504183,-65754],[509144,-72735],[506429,-93314],[504802,-97849],[505914,-91814],[500746,-92632],[503034,-90376],[505862,-103149],[505423,37372],[507451,37876],[508012,36752],[510569,36654],[39395,139233],[39991,139874],[43162,139164],[42645,132518],[44425,131248],[41955,151666],[41716,145271],[50867,141291],[49711,145249],[50217,143144],[48934,145953],[38462,150406],[47992,146436],[47036,143602],[45874,145493],[42407,150879],[521973,-8282],[524283,-11133],[515834,-46749],[516881,-40825],[515082,-41927],[517237,-45319],[513122,-59102],[514018,-56904],[516746,-56278],[518169,-58234],[521257,-61647],[517492,-61105],[512636,-70401],[519702,-69961],[520371,-67573],[521581,-74615],[519373,-71724],[522404,-70115],[523476,-69380],[517411,-68002],[522015,-71440],[514147,-71955],[519105,-64257],[522668,-67078],[513893,-101372],[523768,377164],[512025,37005],[513193,36500],[512218,37667],[513108,35794],[525044,-8803],[530183,-3838],[530091,-3021],[531872,-5370],[534632,-18353],[536720,-21595],[535156,-23139],[529186,-28036],[525723,-45985],[525730,-46874],[525110,-44544],[525053,-55941],[535101,-64602],[534364,-66600],[530760,-78629],[532402,-79723],[534100,-87398],[529827,-88447],[533279,-93907],[529818,893],[534067,364058],[535507,363504],[537382,365121],[536033,379785],[534858,378823],[528338,41221],[550160,-117223],[540416,-15779],[538803,-13338],[540363,-13501],[542670,-14617],[546527,-23293],[547311,-25913],[546259,-25475],[544820,-34060],[544951,-32872],[541980,-29733],[538038,-62397],[538682,-67706],[542821,-97956],[550180,-104948],[548857,13861],[539679,367421],[546061,370220],[542027,368083],[547703,381888],[539648,388881],[540383,396690],[553304,-116525],[555682,-115269],[551154,-19732],[553023,-20691],[552615,-20904],[561367,-24808],[550783,-24782],[562631,-17484],[562616,-19954],[555920,-33118],[556272,-30746],[552697,-29128],[562368,-32372],[559728,-71331],[559604,-73742],[558619,-73092],[550139,-100471],[561149,-99405],[561635,-100911],[560410,11054],[555462,25289],[550528,19009],[560189,19082],[559860,300425],[554182,387217],[560385,386970],[560389,394992],[573404,-18393],[572026,-21101],[573872,-22099],[572911,-26254],[563763,-35753],[570201,-25511],[572564,-34545],[570921,-36230],[570533,-34653],[574842,-31525],[573613,-30607],[573266,-38507],[572827,-57084],[569794,-58636],[568579,-55595],[573514,-64368],[573683,-68102],[569401,-70582],[569601,-69994],[570160,-71302],[569020,-67415],[568680,-64079],[569395,-64478],[566212,-74137],[570797,-78770],[572261,-79362],[570690,-78344],[569076,-94447],[572994,-100610],[566089,-96797],[569649,-108632],[569205,-111208],[567204,3744],[574950,3971],[566054,384675],[570695,386152],[568162,99744],[567492,103500],[578086,-646],[583222,-33979],[580259,-34967],[580592,-37586],[578150,-33737],[578223,-30981],[587342,-35028],[587305,-50531],[582259,-41627],[578840,-40414],[587428,-42602],[580238,-41966],[580129,-44964],[585474,-51678],[588782,-103313],[585060,202158],[585372,16008],[583073,17661],[576087,109316],[588514,107393],[599433,-118048],[590344,-37205],[588870,-34770],[590357,-37299],[591058,-45733],[589245,-39812],[588853,-38497],[593163,-73669],[593606,-72260],[590081,-82663],[593536,-80614],[599249,-88365],[589616,-92553],[590858,-94182],[600644,-92564],[600849,-96211],[599881,-96280],[598980,-94092],[599766,-95261],[597422,-93846],[594647,-100536],[593577,-99364],[592277,-99609],[591409,-97208],[601137,-113475],[597080,-114138],[600167,-105157],[599499,-104584],[598623,-107292],[595072,-106396],[594770,-110840],[596191,-110955],[595150,-113264],[597125,-111548],[599115,-112671],[591433,200057],[602771,-124832],[604526,-126192],[614045,-118091],[613882,-116155],[614252,-134191],[612994,-133751],[613256,-133053],[606352,-11518],[608843,-52171],[607359,-52075],[606644,-53144],[604182,-55897],[604613,-56775],[612506,-52016],[610197,-62485],[607559,-62652],[612669,-60491],[612338,-56898],[613498,-58873],[607009,-70641],[603671,-69248],[603228,-69830],[605050,-71262],[604373,-74795],[609400,-74499],[611375,-68142],[612076,-70801],[612879,-74197],[611436,-74769],[609074,-81818],[607207,-81137],[606494,-79554],[613865,-88311],[611925,-83921],[610188,-78132],[613129,-84596],[603888,-93160],[603041,-98028],[611653,-97932],[610334,-95826],[608130,-97742],[606619,-100820],[607082,-102189],[613310,-94973],[612252,-111519],[613585,-107268],[605729,-105625],[606248,-102420],[612044,348816],[621452,-127077],[616235,-122551],[616011,-120054],[616251,-128898],[626826,-130339],[625404,-130235],[625721,-132923],[624115,-133657],[626684,-134565],[626710,-136807],[623610,-136647],[623570,-133385],[621181,-133625],[620406,-135682],[620426,-132657],[620906,-131448],[621642,-131397],[621312,-128542],[621172,-128902],[617232,-129957],[616106,-130904],[614904,-50477],[614943,-55932],[616039,-59941],[619434,-59930],[621043,-61192],[627050,-56925],[621210,-55986],[625763,-59986],[625474,-72733],[621107,-72242],[624367,-70284],[614542,-89023],[624521,-88314],[627052,-89295],[618013,-79615],[619332,-78455],[619890,-82690],[617119,-83172],[620302,-85834],[623447,-83555],[617008,-98714],[614697,-102121],[620150,-98335],[620848,-95387],[619039,-92263],[616393,-90786],[616226,-89942],[617390,-100668],[625425,-99244],[625461,-91839],[624819,-94957],[622228,-90014],[615898,-96581],[616976,-102299],[614880,-110812],[616506,-108381],[616497,-106829],[615416,-106104],[624981,-102920],[622308,-105724],[623423,-106752],[620437,-105359],[618537,-105172],[615196,207474],[615756,208929],[618828,210656],[616864,352490],[621328,27276],[622612,416094],[631010,-127441],[637446,-119347],[636776,-121654],[636132,-123544],[634416,-124767],[633595,-126921],[636136,-129161],[632673,-130451],[630002,-129676],[629945,-129488],[628860,-134728],[629798,-132929],[631074,-132465],[631174,-134995],[629001,-136595],[633882,-136706],[635701,-135846],[635234,-134854],[630412,-138498],[637534,-27833],[630472,-56072],[630838,-56566],[636459,-54982],[636415,-55278],[635842,-53274],[631650,-52122],[627556,-53670],[636251,-62956],[632173,-63611],[627972,-60391],[637238,-64740],[634371,-65913],[632333,-65504],[631140,-68309],[627290,-70757],[630454,-72279],[633390,-72798],[636935,-74496],[636275,-86002],[638728,-88593],[638380,-86324],[636902,-89054],[628371,-88794],[629330,-89158],[634291,-76795],[630124,-77036],[628832,-84458],[636063,-84369],[639581,-84330],[638416,-84463],[630715,-99679],[629275,-95067],[632008,-94661],[633580,-94235],[634059,-90542],[635506,-90448],[639111,-106365],[633911,-113929],[637318,-113648],[637445,411],[638831,662],[636116,381132],[633896,379700],[627210,421632],[629023,423848],[639238,424564],[54959,135248],[61686,134893],[55045,138520],[59493,137686],[57392,136884],[52732,139094],[53733,142896],[53408,146255],[53331,144155],[51612,145956],[53650,145665],[650018,-119655],[647606,-120121],[644747,-121713],[642744,-122311],[644522,-124325],[642514,-125122],[647615,-127547],[640166,-123612],[648537,-117039],[642070,-117223],[649426,-118549],[641357,-117985],[651208,-118415],[644826,-126561],[648114,-122096],[651728,-124264],[652688,-125640],[646051,-127965],[650870,-130986],[641427,-132432],[646237,-134450],[643605,-128894],[641882,-133327],[644934,-135778],[651035,-9909],[640214,-30504],[652645,-30111],[650262,-47698],[649566,-44725],[645800,-57779],[641824,-57278],[641713,-60879],[643145,-63046],[644792,-61591],[651479,-74119],[650311,-73095],[646719,-72818],[646428,-71761],[642568,-69539],[642122,-69525],[640530,-67547],[641875,-65438],[651757,-66015],[648914,-64010],[649238,-68124],[651512,-71120],[651838,-88412],[648570,-81562],[641115,-84437],[649119,-78851],[650224,-79051],[648525,-85897],[648981,-83115],[649728,-101877],[649300,-98719],[650456,-99357],[646194,-90773],[646017,-89742],[647542,-90586],[651497,-91611],[644668,-113364],[642143,-114923],[647849,-103266],[648822,4284],[645169,381609],[651400,387582],[640898,429925],[644450,425819],[642400,426741],[641599,426343],[655277,-120190],[653341,-119558],[653279,-115543],[656976,-120591],[655876,-117859],[653350,-119244],[660725,-127651],[658885,-127334],[658919,-122581],[664341,-125332],[657897,-127313],[663210,-135233],[664733,-136897],[653688,-1274],[657100,-5634],[657597,-10070],[664626,-10685],[660706,-19659],[664684,-22112],[657409,-24136],[654155,-24987],[659782,-60194],[659133,-59086],[656398,-58289],[655009,-59866],[656385,-62125],[653324,-75250],[652942,-69922],[653196,-67765],[654877,-71171],[654638,-69005],[654485,-88923],[658234,-78183],[662219,-79315],[655855,-77895],[664357,-86712],[660482,-80876],[663100,-78730],[653200,-83546],[656225,-82761],[658055,-79981],[659114,-88887],[665060,-101412],[661135,-91303],[663208,-91066],[659520,-91167],[660185,-111137],[658549,-107867],[655367,-107212],[653979,-110296],[654563,-112940],[653029,-114204],[659279,-103065],[666174,-121954],[668820,-133147],[671965,-130937],[670247,-128187],[667649,-138995],[677905,-137689],[668705,-141034],[666889,-141430],[671612,-143582],[676598,-174112],[677807,-170770],[677866,-169228],[675920,-168817],[675960,-12273],[676821,-18509],[676160,-19055],[672802,-19319],[676561,-15450],[665787,-64286],[667345,-66430],[665605,-85963],[670693,-96756],[669906,-95295],[671248,-92074],[673109,-93537],[671886,-97016],[669236,-101262],[671515,-99571],[678169,-111518],[671213,-102479],[667196,102010],[677966,106560],[676508,104203],[672928,107050],[675437,102848],[673527,115149],[676164,116721],[668706,115504],[686019,-115371],[684843,-116843],[687112,-119859],[682403,-120980],[678566,-130360],[680449,-138924],[681632,-138550],[681860,-138372],[681222,-139109],[682194,-139362],[686749,-139522],[689007,-140519],[690382,-140010],[685816,-143827],[684886,-176033],[687591,-176317],[687800,-177323],[684690,-178181],[680607,-175610],[682506,-175660],[680396,-175683],[690940,-167449],[688050,-170219],[683188,-171636],[685472,-171605],[684783,-174239],[688991,-186069],[679893,-8789],[682707,-23651],[683272,-20262],[683421,-12652],[678888,-28082],[691151,-44683],[689088,-51680],[684004,-72011],[688352,-64631],[687136,-87813],[683733,-88554],[690370,-80709],[689682,-78775],[689951,-90967],[686101,-93052],[687904,-113455],[682956,245280],[690304,271552],[685192,102070],[688216,96315],[684156,97053],[686364,94266],[682777,94401],[679081,96784],[686017,105302],[685230,105901],[683216,105193],[686716,103861],[684625,104308],[689392,106920],[690106,104079],[681341,110742],[683863,109552],[683598,112838],[685738,114742],[688441,109936],[682999,115966],[680256,117896],[692344,-115833],[691751,-116195],[693589,-120490],[699415,-116639],[701016,-125162],[691773,-138230],[693118,-136660],[694835,-138035],[693576,-134119],[694541,-135775],[695448,-136056],[692132,-134262],[695762,-137222],[691203,-137838],[700640,-157945],[700430,-158767],[694232,-165146],[694217,-165486],[698056,-163621],[694951,-166127],[691245,-167076],[692241,-172815],[691477,-173866],[695336,-172569],[695453,-171924],[696876,-170374],[697153,-171854],[697794,-172932],[698553,-174002],[699063,-175380],[697754,-175255],[697035,-172824],[695033,-174191],[699126,-190600],[692656,-94996],[701201,-105364],[697376,-105834],[701744,-114015],[697500,-114338],[703631,316243],[701124,312202],[701536,417128],[702163,416457],[703565,415381],[702894,419243],[695322,413455],[698845,469843],[695269,470932],[694857,473002],[701238,480405],[700016,474602],[700736,477959],[703553,479167],[716122,-125597],[708997,-127482],[715892,-119897],[715060,-121265],[710598,-125960],[706802,-124365],[712443,-116256],[705029,-120074],[707612,-123331],[705188,-122278],[713199,-123147],[710044,-118796],[711195,-127862],[715516,-145247],[713347,-165509],[705122,-156221],[712280,-161163],[708034,-160245],[706934,-156186],[705436,-160160],[706810,-158107],[712073,-178802],[713654,-113343],[712159,-110735],[712680,-108741],[710032,-105571],[706982,-104431],[704484,412155],[705366,412035],[710457,413140],[704044,482578],[708059,482080],[708839,483952],[712041,478390],[714740,477051],[718563,-120544],[722962,-116005],[718673,-152128],[721248,-152850],[724526,-145068],[722098,-154929],[719868,-153420],[720461,-158046],[721475,-157994],[717944,-155238],[717870,-159466],[719104,-159736],[718099,-160950],[723847,-203002],[729168,-210841],[721385,-207136],[729591,-214335],[719109,-206371],[720935,-114984],[720520,-104884],[718368,-110385],[721008,-107960],[727946,-103517],[729505,201784],[729368,204537],[728151,205527],[729590,206340],[717249,478689],[720952,475096],[738881,-117249],[740985,-116850],[742295,-123588],[739787,-131257],[733060,-131822],[732094,-137583],[732026,-130607],[733936,-131611],[742048,-158158],[740447,-156163],[741504,-159152],[737606,-158103],[738976,-159638],[736844,-157676],[735979,-158816],[739166,-160610],[742006,-159776],[741399,-160335],[735153,-168016],[736053,-168008],[732983,-167048],[733473,-166843],[732146,-167506],[736555,-198354],[733815,-196737],[738935,-201353],[729664,-193209],[729730,-192825],[741720,-206766],[742196,-208630],[731403,-213810],[741283,-207142],[733767,-211577],[733981,-211393],[735301,-212785],[736927,-214237],[736620,-214581],[736306,-102441],[741141,-108871],[735370,200807],[735113,203590],[729651,203892],[729888,204090],[732203,201738],[732889,200666],[732594,196630],[737346,198938],[731114,199745],[730521,201604],[736976,200958],[736958,202247],[733487,206965],[731561,206912],[731577,207338],[744540,-123140],[746053,-124906],[754855,-136357],[751038,-138107],[746154,-139284],[750820,-140483],[743664,-136585],[742202,-137486],[748164,-141397],[743219,-145174],[754043,-141115],[749775,-140717],[747063,-142924],[754551,-144759],[742635,-156576],[744604,-156609],[745314,-155610],[744494,-158589],[753611,-183761],[753047,-186329],[748293,-187309],[745648,-189369],[750367,-192614],[749672,-193881],[744252,-196982],[746885,-196778],[745151,-197732],[748939,-192905],[745941,-203789],[746357,-203093],[745473,-206135],[742576,-206095],[746029,-205467],[760443,-137277],[765872,-142934],[762153,-141233],[757628,-148197],[764895,-158408],[765065,-174726],[764072,-176528],[762215,-177838],[766149,-177588],[765452,-174962],[765073,-172829],[764649,-179368],[755543,-182581],[757756,-182684],[758149,-181385],[756656,-182784],[755357,-195433],[74120,129067],[68454,133459],[69744,129427],[67544,132233],[71428,128645],[72162,129061],[69226,113894],[65897,110305],[76502,102821],[66756,127441],[74979,127011],[72905,122610],[69694,126020],[73143,125809],[777117,-122126],[779997,-120194],[768420,-125650],[780457,-123720],[773256,-123182],[780204,-116774],[769442,-117492],[768637,-116066],[768040,-119571],[768451,-120077],[768751,-121776],[777907,-129317],[779474,-135896],[776420,-132818],[780278,-140623],[773048,-143288],[768532,-143731],[778470,-153444],[772790,-154265],[770695,-154972],[771008,-160166],[769714,-159718],[772032,-161331],[776409,-155729],[777991,-157465],[778756,-154190],[777919,-155101],[774893,-156605],[776207,-157831],[777425,-158850],[777596,-160527],[778776,-161464],[779243,-161671],[780536,-164196],[778924,-163961],[777219,-165071],[777922,-165079],[771649,-162615],[773163,-162565],[774324,-163227],[772613,-159787],[780096,-163435],[777128,-166372],[779082,-168296],[775508,-167954],[775420,-169394],[772818,-171311],[772644,-171574],[769672,-172609],[768388,-167462],[768195,-170382],[771467,-169153],[769256,-170799],[775953,-113833],[772176,-112402],[783785,-127388],[781247,-118609],[792129,-124553],[787142,-123819],[790869,-121022],[792718,-115435],[793402,-120359],[792190,-125795],[791320,-117180],[788745,-132250],[787628,-129000],[792733,-129381],[792177,-136342],[782704,-137243],[792481,-136122],[786965,-139711],[781779,-131438],[793194,-151453],[788304,-144898],[788458,-144548],[789601,-145986],[790151,-145673],[789423,-140841],[788788,-146445],[790399,-144829],[781524,-149729],[788054,-159933],[789427,-161631],[784418,-160823],[785698,-160021],[786187,-161573],[788920,-161589],[781896,-166070],[783394,-164375],[781501,-163947],[791488,-167283],[788997,-168647],[786591,-167027],[784535,-166709],[784386,-167651],[800745,-115432],[803506,-121134],[804204,-137739],[797420,-132966],[799423,-133415],[797850,-129050],[794037,-149870],[795237,-144917],[797314,-147312],[805175,-144837],[804479,-143319],[799920,-147005],[803240,-140615],[800600,-151600],[803390,-160475],[803789,-164336],[800232,-162445],[800602,-160183],[795592,-162113],[794557,-159054],[795163,-157533],[798194,-157397],[796623,-159923],[793656,-163566],[796379,-162158],[796494,-163937],[805333,-167247],[795342,-166702],[800572,-170445],[800019,-171563],[798973,-171117],[796619,-170211],[796463,-168708],[795234,-114854],[796065,-106268],[795131,-108640],[803540,535433],[803324,534250],[803516,532095],[802164,529691],[801936,525545],[803333,527077],[804980,527121],[806892,-123934],[811863,-137414],[816794,-137044],[811744,-131637],[809214,-131270],[808672,-136281],[807595,-137696],[813713,-142241],[809536,-143794],[814866,-144676],[813347,-148228],[811384,-151193],[814612,-163824],[810142,-163760],[807411,-161828],[814225,-164163],[813151,-158058],[811519,-159276],[810789,-161158],[806869,-163723],[813128,-160652],[818812,-170655],[816971,-170301],[811545,-166300],[812544,-167029],[815233,-169201],[815314,-167740],[814593,-169361],[814083,-191003],[814225,-204130],[819488,-192826],[813427,-208204],[807193,523079],[812608,523986],[812876,518747],[809672,518329],[813345,524796],[812977,520709],[818365,522684],[817369,521976],[815898,523665],[817326,516259],[817551,516911],[813030,526307],[818780,535678],[817001,527284],[815059,528364],[816157,537130],[815262,533708],[811375,535748],[809102,531311],[808058,531486],[806931,529653],[808324,525354],[824451,-140514],[820263,-139900],[828625,-149386],[827705,-143477],[821189,-141222],[830179,-146613],[822304,-149902],[821639,-152699],[830924,-163241],[828224,-154829],[829031,-159132],[825124,-161896],[822916,-163144],[826362,-164645],[831819,-177935],[823853,-178691],[824487,-173496],[821126,-171346],[824148,-167728],[823004,-166993],[823387,-167319],[822333,-169268],[824607,-173085],[819770,-171667],[830033,-178317],[829061,-179635],[825089,4494],[820394,3816],[820978,2049],[830406,514343],[830335,517013],[819999,514850],[824001,515653],[825399,522035],[822506,521282],[824831,522329],[829377,514093],[829897,520309],[828263,524453],[829999,524636],[830628,536887],[823821,533791],[821860,529584],[822104,533797],[828722,531568],[827971,536169],[830455,536827],[821195,528549],[822050,526483],[827202,526746],[829337,529517],[828965,529601],[829149,528789],[829297,542372],[831014,542960],[831285,542168],[828392,545389],[830958,549629],[827972,546478],[821630,548659],[821086,548124],[827404,541986],[823575,545874],[822319,539539],[825164,540269],[832096,-145520],[834962,-151480],[834264,-147702],[840796,-156726],[841499,-159151],[843752,-161619],[835494,-163060],[834390,-159412],[832105,-156541],[834088,-154119],[836951,-154899],[832068,-175062],[840742,-168931],[843950,-172161],[842287,-173326],[838817,-170575],[838604,-168196],[836095,-179297],[837956,-191494],[841872,-188144],[843393,-188951],[835258,-201485],[836718,-193344],[842260,-192237],[842033,-195746],[843984,-195548],[837106,-202126],[837521,-201056],[836878,-198284],[838302,-197366],[842445,-201925],[842401,-203506],[835986,-208171],[836014,-207047],[835999,-207806],[842926,-207018],[841760,-208173],[839340,-207884],[841360,-91332],[853941,-148109],[856806,-142996],[848849,-148326],[854917,-149296],[849064,-155053],[846401,-155833],[857112,-171828],[853103,-171400],[852255,-175205],[851047,-172234],[849900,-169966],[851221,-169128],[856257,-188687],[854074,-187485],[854176,-186131],[856724,-186391],[853801,-188452],[848060,-189768],[850318,-187707],[852055,-189042],[848204,-184904],[847715,-185000],[845276,-187886],[846320,-199371],[846109,-201871],[845153,-81531],[856835,-81364],[847341,-83483],[860538,-145564],[862771,-148573],[862885,-148980],[868256,-174845],[867084,-176822],[863779,-173042],[862597,-176707],[863851,-189331],[860159,-190385],[868497,-185575],[862274,-187510],[864391,-186545],[868057,-191195],[860355,-179004],[866282,-192244],[870101,-87155],[862239,-86892],[861046,-84522],[869037,-87021],[867445,-92637],[867943,-94621],[869402,-90130],[869000,-96675],[862838,-94012],[869803,-93580],[863816,472190],[863752,472230],[867673,470286],[857840,504269],[863592,510113],[862259,509475],[865269,503695],[864537,503378],[867140,504038],[868015,501201],[866306,505950],[866234,507623],[866673,509176],[869274,501862],[858390,524852],[867738,517398],[866968,517134],[858902,522022],[859249,517054],[868597,518451],[861963,522802],[865541,521849],[865385,524148],[860258,517991],[864592,515688],[863803,518905],[869769,514083],[857800,533335],[865220,532753],[865550,535594],[867415,535164],[867896,532151],[867510,531909],[866983,533566],[859204,533767],[862618,534996],[860213,536186],[862010,528544],[860495,547930],[857965,545146],[865433,546607],[865577,550184],[868221,549943],[865493,543273],[865786,546064],[869837,541833],[869931,541291],[859543,539363],[863858,562127],[868265,556690],[869067,557677],[863219,559945],[862665,554815],[860980,560136],[861418,553954],[880469,-157454],[882992,-164085],[879441,-163749],[873360,-176329],[876835,-177701],[872630,-179761],[871321,-187752],[871344,-189394],[873817,-70441],[882955,-69464],[875092,-72340],[878140,-70351],[870464,-89169],[871134,-85841],[880837,-86363],[877706,-87079],[879638,-83415],[879199,-83519],[878002,-82372],[882540,-80463],[879235,-78775],[876837,-81620],[875112,-77741],[880350,-82439],[882536,-88920],[871052,-80465],[873837,-82164],[881615,-83925],[881922,-86094],[873945,-81796],[872531,-79246],[870727,-83982],[879211,-79986],[871243,-102136],[870712,-99498],[870846,-90281],[882793,-92706],[880866,-94302],[878394,-89587],[877023,-100657],[882677,-91546],[881606,-104408],[873921,-102827],[882374,-103965],[878411,-103931],[875652,-103954],[875433,-104119],[871671,469024],[873412,466923],[875714,467379],[874749,491501],[873628,492479],[872671,490426],[880017,498578],[876243,495835],[871750,497686],[870919,504527],[874403,511267],[876053,512057],[872763,506403],[877794,504848],[877329,499788],[870574,502840],[870790,524964],[872099,517331],[873377,517178],[871091,512369],[870622,546539],[871982,539666],[877592,550467],[877301,547720],[872676,550447],[873264,549116],[875030,543438],[876055,541489],[877598,541936],[881653,549056],[882361,563152],[883143,560332],[870955,552563],[881749,557804],[872761,560746],[873851,562625],[878644,554091],[871847,554264],[872703,554445],[881325,555379],[880026,558341],[873362,555325],[876695,560133],[878243,557251],[884005,-158215],[884099,-161149],[885492,-162834],[884421,-173946],[888177,-172939],[889138,-171670],[893057,-171720],[893083,-169479],[885031,-166411],[887366,-167932],[888542,-168951],[895224,-57173],[886768,-63156],[889479,-75717],[890091,-75010],[887269,-71999],[886042,-69854],[884903,-70400],[884429,-73465],[884854,-71719],[884893,-77258],[889415,-77660],[887424,-85756],[891929,-83179],[890287,-82567],[886395,-82068],[887499,-80649],[883656,-81171],[883554,-82353],[892818,-86654],[895955,-86937],[891253,-88287],[894827,-78570],[894709,-76921],[893951,-82664],[895111,-81940],[890773,-77812],[890831,-79187],[892405,-91131],[893961,-91981],[886800,-96466],[884987,-94203],[885042,-93820],[891343,-96304],[893865,-100806],[894544,-98095],[890626,-98532],[887592,-101757],[892382,-93033],[888453,-95698],[888069,-90796],[889021,-93913],[885039,-91701],[885402,-105591],[888230,-106858],[890027,-107840],[888324,-105221],[895755,561076],[885721,558376],[895210,554584],[888812,556833],[891613,553481],[892719,555167],[890056,555907],[894631,559608],[892558,561452],[883824,553728],[884834,553548],[88862,55104],[78075,99450],[82282,114817],[89084,114392],[82805,127852],[89323,120534],[81219,123122],[86950,118457],[86727,116196],[77414,119132],[898834,-156351],[896342,-159188],[896973,-155464],[905403,-159576],[907964,-160219],[902395,-160372],[904725,-164308],[897180,-171292],[896725,-173938],[898848,-169382],[906191,-166459],[903688,-169468],[901535,-169411],[903423,-171712],[900278,-173010],[907204,-172010],[901854,-62440],[907471,-60060],[900235,-72307],[906530,-66121],[900215,-75709],[906173,-75781],[905579,-68423],[899879,-88262],[908076,-88398],[904189,-87127],[903923,-82104],[904588,-85348],[897474,-82782],[906404,-77349],[898384,-92323],[901190,-94939],[904705,-94608],[905744,-89454],[905755,-93398],[908441,-91773],[900823,-95627],[900823,-90583],[896362,-91628],[902393,-108551],[901350,-108953],[907452,-107032],[908334,-106465],[907242,-108485],[906760,-110443],[904883,520948],[907643,521200],[906510,522266],[899814,527795],[902524,525807],[897807,553113],[896905,552639],[906248,562363],[904777,559393],[902845,562619],[901177,562331],[901732,558739],[897837,566516],[896557,575275],[902572,573234],[899571,570548],[900555,571396],[902748,566566],[896369,586696],[900141,588456],[906544,583888],[908617,582777],[899714,584012],[902661,579405],[900608,580374],[906801,578030],[896287,591381],[908555,593244],[906178,589571],[900610,589173],[899577,600563],[902113,591998],[904244,594408],[902415,592331],[905178,597032],[906385,601629],[903187,600371],[898505,590417],[897067,594261],[915540,-135527],[920936,-178112],[910315,-179349],[921042,-62450],[913107,-56350],[921292,-51383],[918199,-55614],[912962,-63088],[918459,-70942],[917541,-75038],[921283,-69120],[919631,-64479],[913595,-67232],[911826,-67881],[917945,-79653],[920067,-79924],[921232,-79879],[916494,-89188],[913924,-88856],[921431,-88040],[909917,-89657],[910182,-90753],[908881,-101352],[918682,-89445],[917913,-91841],[915768,-92579],[914449,-96608],[913187,-97240],[918024,-101054],[919218,-99249],[912708,-100501],[908961,-96999],[920600,-109880],[912488,-105320],[920882,-111925],[917326,-103495],[917438,-104654],[919642,-102477],[914742,-105326],[918665,-102381],[909988,460403],[916675,450341],[914947,453173],[917306,455114],[913343,461643],[913630,461271],[917922,511901],[916396,510303],[915808,513991],[914265,517033],[909015,518455],[910881,517936],[909905,523837],[909119,527798],[913606,564001],[911955,569182],[916459,564510],[910039,566690],[913480,567508],[913226,570518],[916995,568754],[917476,574423],[919849,575577],[917732,570970],[913539,575139],[913352,575270],[921316,587784],[918735,588382],[918627,587643],[914104,584477],[910702,580329],[920757,586570],[911796,580352],[916207,579502],[917678,583740],[912647,577706],[919526,598768],[915039,597032],[918871,592342],[911482,593734],[912675,597766],[914692,597246],[917055,600610],[912867,597734],[932002,-121143],[927991,-178074],[925222,-175115],[927257,-174838],[933808,-177095],[926890,-179618],[923626,-179950],[931863,-179677],[923520,-179884],[929518,-180113],[934200,-49122],[927914,-49306],[922741,-63336],[930217,-62180],[931472,-58885],[931634,-56025],[933575,-61894],[923046,-66161],[925108,-66194],[934370,-79682],[922901,-82886],[930965,-89443],[933946,-92301],[930216,-95423],[930604,-96915],[923535,-97981],[922443,-94610],[931737,-110562],[933898,-111671],[933293,-113349],[925767,-112182],[922910,-109499],[921991,-110463],[924828,-113384],[924959,-113101],[927056,-102382],[927235,-105079],[931364,-111003],[931117,575814],[925818,583532],[926996,576647],[927694,581883],[929151,582536],[925557,579613],[930440,582770],[932635,580935],[922913,585008],[922968,581226],[924340,599258],[933584,593106],[926954,594960],[929481,593998],[932407,595045],[925613,589507],[923326,590055],[927529,599140],[931082,596887],[927312,601089],[922565,594312],[922083,599240],[922145,591468],[921743,590936],[935472,-120248],[935719,-118822],[934492,-121671],[936401,-117172],[937464,-122087],[944724,-130230],[934405,-129705],[944155,-179544],[940706,-180321],[945160,-184028],[937264,-62844],[936043,-61457],[947181,-75510],[939014,-75641],[938522,-64615],[939978,-67677],[941439,-70478],[946305,-70365],[943687,-69277],[938803,-72247],[937881,-72835],[935971,-74373],[937503,-78901],[937831,-81903],[941298,-82792],[940050,-79616],[942408,-83731],[942181,-79894],[946207,-80222],[945671,-84141],[945478,-79648],[942968,-77119],[938127,-77541],[934438,-89096],[935205,-78267],[934812,-81931],[936630,-84456],[946317,-99837],[946195,-96999],[936800,-89650],[940906,-102316],[936001,-109732],[943476,-114575],[944868,-114474],[945929,-111525],[944980,-102389],[940064,252158],[941510,248149],[945575,247147],[946130,262212],[943582,260577],[941149,259306],[941438,257430],[936308,577203],[935930,579601],[941831,581155],[939730,578031],[940186,580270],[946634,579222],[943454,582107],[947064,580124],[936121,583441],[940154,600969],[940535,590439],[943221,591378],[943345,591089],[947141,592085],[939022,592631],[937631,590110],[936081,589935],[945949,591057],[943160,599112],[940812,596650],[941416,596494],[940305,593023],[948242,-123045],[950463,-127020],[950400,-125610],[949201,-127680],[950391,-125960],[956878,-125774],[956254,-116148],[956027,-118080],[956591,-117460],[956429,-115593],[954479,-122404],[957997,-124805],[953310,-119417],[953129,-127496],[953993,-127648],[950629,-128996],[952374,-131873],[958402,-130492],[954103,-130024],[953280,-128521],[955922,-185744],[956443,-191062],[957058,-187518],[951824,-188251],[958837,-190805],[948108,-187721],[949860,-189766],[947419,-185690],[950374,-74731],[948205,-82862],[953399,-86366],[956518,-81654],[955695,-83141],[957709,-82477],[954037,-79008],[953432,-76741],[949695,-76960],[950016,-88449],[951431,-85785],[954208,-85217],[953359,-82852],[953993,-79071],[952853,-81359],[955916,-81273],[957192,-83488],[959034,-82023],[958606,-80083],[951663,-89966],[949335,-99515],[949831,-98200],[948090,-95112],[949540,-94061],[950409,-92881],[953448,-90530],[953902,-101597],[947372,-108980],[950674,-110470],[955534,-102801],[958487,-104228],[958576,-106741],[957051,-105213],[959349,-106123],[954748,-105502],[948374,158186],[951642,162369],[956220,162189],[951858,163843],[953183,198947],[954602,200588],[958954,238757],[957284,234700],[958848,232470],[959020,255590],[953571,248406],[954363,253271],[956463,248829],[958753,257784],[957912,259333],[953712,262013],[949743,263482],[948330,264048],[947205,575966],[947330,585806],[947607,584778],[949736,585961],[950870,583286],[948479,586698],[947352,583115],[959041,587932],[957421,585650],[956873,584456],[948804,581285],[949952,581237],[955278,583062],[952541,581940],[955079,578077],[952362,599110],[957214,589358],[958105,600197],[952458,600914],[949482,601667],[955956,595275],[954533,591619],[959495,601703],[955958,599114],[948757,591952],[949444,594835],[964447,-115197],[965147,-117156],[965234,-118946],[963257,-118828],[962970,-121323],[961792,-122449],[964516,-122172],[967440,-121622],[967805,-121235],[969300,-118771],[970789,-125070],[967794,-124909],[971488,-121790],[964160,-137802],[963386,-137843],[968037,-139435],[971245,-130773],[967110,-130952],[964822,-132994],[962009,-130677],[960682,-131114],[963827,-141473],[967575,-148085],[970223,-147736],[971247,-148243],[972151,-148664],[972718,-177063],[972633,-178941],[964677,-177847],[966664,-177744],[963015,-187257],[963504,-187191],[970442,-183824],[970199,-191854],[972512,-201556],[969572,-200461],[969837,-198265],[967170,-86433],[961774,-87081],[960773,-81528],[962563,-81519],[965302,-80154],[967992,-81842],[967905,-79046],[971145,-78763],[968314,-88277],[967371,-97385],[968772,-100191],[964624,-99735],[962713,-99447],[964912,-96919],[967457,-99000],[960297,-105316],[971806,-107061],[967750,-107298],[965617,-107330],[966822,-105171],[967014,-102413],[964587,-108687],[963768,-111351],[971136,177516],[970700,188800],[972710,184820],[962026,201205],[963635,221074],[961872,236328],[963085,249064],[960779,590398],[970611,593730],[972274,591324],[960450,593341],[961032,595058],[961346,592634],[966533,596173],[962230,596243],[960975,596019],[963909,595695],[977001,-127039],[975368,-119910],[973819,-122117],[978119,-121317],[974967,-115718],[978085,-115651],[974173,-117171],[974346,-138503],[976110,-138689],[975056,-136497],[973580,-133825],[973844,-132854],[975185,-130505],[977499,-131780],[977869,-128374],[976560,-128432],[975471,-132738],[980525,-130302],[984559,-131063],[985563,-129292],[981768,-129041],[979505,-128480],[983983,-129934],[974692,-137104],[975704,-137601],[975853,-139810],[975632,-150618],[974345,-152793],[980434,-150927],[979158,-148255],[975019,-141799],[976881,-141136],[976572,-144973],[981236,-148819],[984618,-148144],[976127,-142327],[975540,-142280],[977165,-144184],[977136,-146322],[978725,-146849],[978118,-146179],[980883,-148091],[984204,-161210],[983566,-159377],[978702,-158114],[982946,-173817],[979565,-169146],[973291,-176556],[980920,-181853],[978080,-188010],[976788,-180219],[980762,-195614],[980132,-197230],[978998,-197655],[979355,-199973],[981672,-195573],[982891,-195221],[980003,-192466],[978807,-192187],[975780,-75599],[977889,-72835],[979086,-72015],[977624,-80376],[975077,-79174],[974530,-82503],[977735,-83181],[979774,-82125],[985593,-100046],[982384,-101906],[977581,-101687],[983214,-110112],[984972,-107649],[977054,-104700],[977839,-109649],[979022,-106586],[976587,-112301],[974874,-112847],[973218,-109356],[973317,-111536],[979878,179395],[977852,178494],[979774,172152],[979358,174881],[984524,172913],[977775,175683],[984557,170938],[982681,170586],[975914,190557],[976384,180292],[977136,182958],[982181,189368],[974445,179740],[978775,187301],[973239,186777],[983937,196414],[977708,192301],[982663,193430],[984960,193779],[975296,193522],[980220,198863],[978579,194248],[978889,196553],[976180,588778],[984412,593195],[977312,598434],[977983,600513],[984721,593990],[973812,596171],[973823,589241],[973116,594125],[978515,600062],[982485,592707],[980928,593958],[981103,594087],[976074,589859],[976974,590296],[981976,600218],[980949,596627],[979245,594806],[973212,601320],[976316,600635],[978567,97717],[979098,97414],[981169,105407],[980155,103629],[987953,-115062],[989460,-117366],[991058,-124171],[994620,-126339],[991308,-139069],[988867,-135921],[993803,-128693],[991141,-129572],[993664,-129003],[990567,-130666],[988446,-133123],[995893,-129408],[996029,-131259],[987992,-127924],[993845,-129608],[993803,-130220],[991950,-131752],[986733,-132500],[987116,-130684],[989223,-129628],[985616,-146880],[986715,-148355],[987667,-146481],[987078,-145163],[988467,-141064],[993257,-143922],[989637,-149228],[995996,-151744],[995813,-148478],[993035,-148349],[991615,-145042],[991478,-143273],[991621,-141909],[996954,-146073],[995790,-143718],[997272,-165243],[987712,-160593],[988466,-161992],[990580,-163521],[988719,-161588],[991266,-159684],[990274,-160298],[991908,-161648],[986625,-178745],[987530,-174257],[990259,-172427],[991532,-170723],[992608,-169348],[998338,-173901],[995583,-172169],[996253,-174002],[993265,-167973],[990875,-227917],[990234,-228465],[989752,-227808],[990153,-227302],[990889,-226838],[989973,-226715],[991733,-225821],[992329,-225799],[991950,-224402],[992368,-223971],[991535,-222961],[991435,-223639],[990576,-221158],[990006,-219999],[989817,-220236],[989722,-219679],[985699,-229822],[986571,-230951],[989685,-231096],[989510,-230283],[990694,-76245],[992670,-74775],[994219,-73310],[995817,-72248],[988581,-70946],[992119,-70542],[991820,-69813],[986830,-68842],[988026,-69479],[987175,-80500],[990876,-82156],[993469,-79481],[995224,-78818],[989286,-80984],[988542,-78362],[990218,-86752],[989022,-86824],[989279,-88559],[988660,-100940],[986694,-110330],[986696,-112841],[989489,-109981],[987924,-102843],[993006,166354],[988675,163811],[986994,165495],[992098,160869],[990312,160633],[992551,175778],[988744,176676],[991554,174973],[995166,168783],[995481,189612],[989180,201999],[993806,201121],[987371,203356],[994023,199772],[995526,204917],[991491,201772],[995722,200426],[993689,211359],[996584,210398],[998241,214923],[987527,217660],[993893,217381],[990435,214046],[997588,214583],[991905,208117],[989807,215930],[987988,220002],[991669,218572],[994194,229870],[991271,229395],[996832,227967],[997648,223178],[994771,237736],[989783,230813],[995411,241775],[988595,234996],[993069,241784],[994038,231607],[989433,232554],[991606,239709],[997175,239869],[986460,232267],[994194,235881],[987268,231749],[994873,239648],[992571,240250],[989180,239582],[993591,238423],[992120,594974],[996949,597485],[996611,598349],[988675,97591],[988601,96188],[985629,103098],[996302,104571],[996395,105110],[999249,-127751],[1000515,-127200],[999341,-127453],[999522,-126836],[1000831,-126707],[1000583,-126300],[1009342,-123251],[1008446,-121515],[1009606,-121006],[1010913,-122801],[1003412,-130968],[1006971,-135362],[1003304,-132684],[1000044,-130370],[1001669,-152734],[1000835,-146645],[1000208,-146699],[998898,-146052],[1001120,-165434],[1002213,-164237],[999696,-162003],[1000968,-162540],[1004325,-161675],[1002283,-153621],[1000462,-156758],[1001087,-159608],[1002340,-155856],[1004639,-155457],[1009563,-163577],[1004270,-175030],[1001949,-174651],[1000518,-175878],[1004303,-171158],[1003907,-169397],[1006273,-171872],[1008120,-170373],[1002192,-173119],[1007120,-172706],[1006659,-171733],[1007594,-172024],[1006574,-171512],[1003505,-171797],[1004899,-175889],[1005010,-175374],[998782,-75576],[1004403,-75819],[1010582,-70146],[1007478,-74504],[1008605,-70849],[1000513,-78810],[1003070,-77079],[1004579,-79235],[1000847,-85024],[1006542,-76874],[1005271,-83566],[1004546,-87640],[1006059,-87798],[1005648,-84984],[1008325,-83709],[1000653,-89435],[1008155,-89841],[1008090,-91925],[1002228,-93812],[1004027,-93971],[1008998,-91806],[1010680,-92197],[1009570,-104880],[1007774,-103380],[1007317,-105419],[1004305,-105060],[1006252,-102333],[1011177,177145],[1007044,190813],[1010671,184061],[1010144,186290],[1010005,185287],[1001891,186086],[1004335,189922],[1008227,198399],[1010398,197320],[1009702,199070],[1007509,201305],[1004049,202249],[1007185,201746],[1003444,200071],[1003104,200575],[1000670,202579],[1003600,209081],[1004295,208459],[1002887,209297],[999470,210695],[1001863,205616],[1003402,207573],[1000351,222856],[999409,222136],[1003674,226029],[999089,224083],[998565,225608],[1009177,225141],[1000682,226519],[1000031,226838],[999413,242472],[999283,241232],[1003502,251629],[1006860,255885],[1008970,256114],[1003037,250133],[1001000,246399],[1003159,248916],[1006290,255571],[1002943,253123],[1005058,253255],[1004267,244162],[1010142,259918],[1009747,268391],[1003819,270682],[1005438,599138],[1011025,594093],[998911,603389],[1007281,605989],[1004956,605685],[1009313,605943],[1005654,606122],[1008432,609667],[1007155,613075],[998793,98247],[1000198,97814],[998741,101007],[1002359,103004],[1012147,-125775],[1022162,-127654],[1022740,-127306],[1012415,-128511],[1023219,-128280],[1023734,-128236],[1011345,-164626],[1018368,-175933],[1019270,-175696],[1019011,-176738],[1023446,-175283],[1022924,-174327],[1023808,-176718],[1012147,-69006],[1018886,-75465],[1012154,-81733],[1012090,-80196],[1014110,-77410],[1018830,-79065],[1020869,-80391],[1018485,-87179],[1017356,-85640],[1012162,-85045],[1016847,-91293],[1013214,-94325],[1011980,-92327],[1012659,-95352],[1013115,-97998],[1011916,-102815],[1013233,-104326],[1014457,-102888],[1015872,-102949],[1013754,-107692],[1013260,-107234],[1013603,-108544],[1013720,-109766],[1018958,-106990],[1022370,-109759],[1021943,-108051],[1019093,-111234],[1013372,176229],[1011822,185891],[1016733,180861],[1016887,179753],[1012295,180452],[1021006,228627],[1017953,229013],[1018322,230310],[1016937,229833],[1023822,552964],[1021808,592840],[1015767,598139],[1018628,595128],[1020436,602823],[1012892,604218],[1023871,603991],[1016757,604446],[1022930,606820],[1020685,610142],[1013512,612865],[1015582,614247],[93418,100198],[91308,107024],[97717,106940],[97386,113694],[91172,114219],[98910,102620],[97302,118191],[98377,120412],[101236,122797],[99626,121939],[90532,115544],[1025805,-127381],[1024937,-126181],[1024950,-130780],[1025370,-130311],[1027134,-147029],[1027149,-147609],[1026116,-145788],[1036414,-176660],[1024440,-175570],[1024049,-173415],[1025509,-175490],[1026269,-174651],[1026244,-172916],[1027162,-173416],[1027458,-172961],[1027523,-174648],[1029249,-174247],[1029171,-173856],[1030105,-174729],[1027564,-175475],[1026741,-176608],[1031256,-200459],[1029815,-201534],[1027653,-202087],[1027672,-202959],[1026768,-203010],[1025052,-202906],[1033927,-102008],[1030567,-101702],[1036016,-96618],[1032192,-96815],[1035417,-98552],[1030874,-99647],[1026379,-109473],[1024581,-108805],[1032493,-107503],[1030295,-109153],[1034538,-103679],[1035125,-104059],[1031608,482993],[1028175,515401],[1028724,528494],[1032753,538523],[1028652,555468],[1030039,557853],[1033234,596486],[1032626,595860],[1028556,591916],[1030429,590252],[1027065,591216],[1024946,600503],[1027317,596739],[1026280,601800],[1030270,600731],[1032764,601640],[1034815,602798],[1034716,602250],[1031389,606022],[1030147,602891],[1036242,607447],[1030589,607521],[1036548,613560],[1028435,606564],[1027970,610275],[1025323,606843],[1036883,-177341],[1037918,-177024],[1037637,-174679],[1039265,-173515],[1041750,-172598],[1041581,-171214],[1039171,-170931],[1037124,-172893],[1039913,-102084],[1038295,-101588],[1039553,-100307],[1036853,-99102],[1040702,-103271],[1043497,-107055],[1046697,-107051],[1047420,-106598],[1047904,-104965],[1044520,-105351],[1048494,-108761],[1046661,-113436],[1044977,-114501],[1043522,-113943],[1041663,-102212],[1046610,182670],[1041279,191331],[1039349,190112],[1043172,194592],[1039625,196808],[1038537,196917],[1045412,199549],[1043132,201341],[1047814,196290],[1044630,203918],[1046890,203430],[1046293,200163],[1042735,207699],[1040867,205959],[1043598,211633],[1046974,221137],[1048763,224335],[1048162,220988],[1047725,227324],[1049349,222571],[1045572,217991],[1047176,457233],[1047072,471542],[1047416,466301],[1045039,482822],[1041688,497702],[1041206,498076],[1042005,488771],[1040360,499402],[1039651,502905],[1042514,534014],[1048603,534462],[1041598,538987],[1038059,597580],[1036857,598203],[1038438,607132],[1038239,612290],[1043390,607149],[1042177,606491],[1043671,610884],[1042298,613684],[1042744,621447],[1048079,626127],[1044406,622292],[1042332,614796],[1048746,618551],[1046395,619096],[1048980,619084],[1040833,627011],[1039658,625367],[1041340,623925],[1041647,623053],[1038282,615768],[1038938,616887],[1039668,623089],[1039976,626536],[1039895,623722],[1044973,628438],[1049103,631223],[1044565,632805],[1041525,632985],[1046076,638581],[1048301,637287],[1046860,637158],[1039806,634648],[1058920,-130551],[1061734,-134149],[1059688,-103620],[1057677,-108847],[1060183,-104980],[1059054,-108952],[1050127,-108743],[1052541,-107610],[1053845,-108570],[1057980,-112412],[1057302,-111531],[1054943,-110988],[1056340,-113679],[1058668,-114982],[1056447,-109911],[1061025,177120],[1057392,183677],[1052738,183982],[1059196,180093],[1049693,188106],[1052295,186335],[1050629,185199],[1055723,187222],[1059332,183059],[1061495,187930],[1060217,183657],[1061737,190586],[1058204,184616],[1059737,182184],[1059215,188175],[1057316,473708],[1051818,496149],[1055177,499369],[1058553,522795],[1060703,515405],[1055771,516032],[1061768,543486],[1052479,624862],[1059361,621394],[1060374,623171],[1056619,619531],[1052921,623902],[1052947,623426],[1053740,619938],[1058296,623039],[1056905,622734],[1058477,626718],[1061287,625009],[1060253,624304],[1051301,629089],[1058124,628855],[1057960,638827],[1061205,630818],[1059358,630896],[1061162,629602],[1061735,635311],[1060804,634290],[1060185,635787],[1052312,639351],[1054122,639965],[1064783,-115163],[1063090,-115101],[1073881,-139114],[1062616,-136841],[1064814,-138602],[1064182,-147691],[1073368,-149029],[1067810,-149597],[1072911,-152275],[1066407,-175403],[1067236,-174615],[1067863,-175365],[1067942,-175660],[1068910,-174366],[1068834,-175696],[1066287,-178077],[1067759,-177830],[1066752,-177497],[1074858,-100631],[1063012,-99122],[1065270,-99912],[1073602,-106978],[1073521,-105824],[1068920,-108306],[1067911,-108177],[1066118,-108178],[1065565,-106089],[1065369,-112579],[1063986,-110950],[1062961,-102936],[1064929,-103644],[1071942,-106228],[1066615,-109689],[1064984,169806],[1066231,171060],[1063784,176481],[1067925,175966],[1069258,172552],[1063906,173243],[1070044,178358],[1070111,166902],[1062493,178421],[1066262,168863],[1065670,188067],[1063335,182039],[1062727,185233],[1068972,179804],[1064265,180513],[1069567,189150],[1068746,180734],[1064578,197999],[1065744,196447],[1067247,192742],[1063837,192729],[1066264,520221],[1065813,531448],[1063677,546087],[1073033,545127],[1067728,625078],[1066349,624991],[1067665,626717],[1065697,628755],[1073988,635330],[1073825,631633],[1066048,627635],[1066720,628171],[1072792,637118],[1071452,637898],[1066179,638922],[1068235,637186],[1069199,632967],[1067244,629785],[1070802,633875],[1068490,632848],[1064369,633469],[1077828,-123066],[1076937,-120486],[1076534,-123118],[1078943,-125150],[1085040,-124233],[1085786,-120959],[1087518,-125265],[1083893,-136376],[1084285,-135865],[1083210,-136921],[1084461,-135228],[1079632,-140948],[1079829,-143796],[1081255,-146732],[1082605,-145535],[1075419,-150759],[1084386,-101474],[1086448,-106950],[1082540,-106153],[1078684,-105866],[1076604,-103168],[1077049,-106994],[1078435,-103888],[1075311,176437],[1075724,520383],[1084061,532428],[1078005,547519],[1078892,627387],[1075871,635405],[1077235,635401],[1087702,636361],[1087433,637617],[1081682,638853],[1085489,637282],[1085778,635116],[1079123,632865],[1078362,632142],[1079180,630712],[1075550,632292],[1075447,636345],[1089006,-123294],[1088536,-124660],[1091263,-126172],[1092114,-127193],[1097125,-136059],[1089147,-133452],[1089855,-131632],[1088880,-132510],[1098930,-140419],[1091538,-128554],[1096057,-141534],[1096931,-140901],[1100188,-141361],[1099152,-95444],[1098971,-96043],[1097048,-97978],[1097981,-99086],[1098152,-101919],[1091137,-99753],[1088529,-103921],[1094609,-102280],[1094892,-105435],[1097872,-103329],[1094906,-102396],[1099149,-108850],[1096862,-107322],[1096591,624983],[1090058,636135],[1097237,630345],[1098504,636942],[1098011,631618],[1088366,639322],[1089506,638018],[1094129,635459],[1093926,632791],[1090934,630321],[1098241,639165],[1101182,-140940],[1108605,-143041],[1109231,-142628],[1109755,-141897],[1101429,-151819],[1101402,-151818],[1101364,-151690],[1101339,-151734],[1103616,-147412],[1103683,-147866],[1103415,-147844],[1103199,-148239],[1111142,-182446],[1112688,-183065],[1111356,-181406],[1110568,-181540],[1112880,-188522],[1113497,-189358],[1112427,-189446],[1111870,-188758],[1111563,-189544],[1110079,-189015],[1113323,-181868],[1109408,-47985],[1112107,-49793],[1111941,-43336],[1111849,-63519],[1108315,-62287],[1104342,-61478],[1104634,-58537],[1107583,-60473],[1101914,-57557],[1101570,-59324],[1107288,-55761],[1106900,-51583],[1110846,-52873],[1104183,-51723],[1110270,-71032],[1109334,-66471],[1107108,-63823],[1111481,-71629],[1110089,-73240],[1111309,-72099],[1113017,-86200],[1113063,-82296],[1112167,-79305],[1107646,-96244],[1108318,-91679],[1105358,-92736],[1104873,-94535],[1102679,-96376],[1111925,-99921],[1111912,-98781],[1110685,-102130],[1103691,-104643],[1102771,-103450],[1108499,-105252],[1112152,-103867],[1106495,-104297],[1110277,-108781],[1104956,-107345],[1101271,620361],[1105975,621318],[1108204,622026],[1107677,625167],[1106831,624916],[1101081,628409],[1105606,636468],[1105988,638017],[1110209,638362],[1105141,638818],[1101656,634438],[1104364,631018],[1105469,630405],[1112285,634568],[1113575,634771],[1110305,633106],[1110347,628978],[1109929,630108],[1112993,639906],[1122336,-151502],[1115746,-186460],[1115669,-187441],[1115074,-187113],[1117112,-186208],[1119798,-184580],[1122281,-183696],[1125472,-182817],[1113879,-46491],[1114815,-42522],[1116498,-42871],[1117537,-46042],[1119897,-46021],[1124326,-45622],[1124429,-47916],[1125062,-63300],[1113992,-69565],[1125743,-66042],[1126114,-71811],[1120736,-65232],[1125452,-74843],[1122459,-75637],[1114792,-72325],[1126113,-87722],[1114786,-76958],[1123212,-79176],[1124783,-81275],[1120905,-78316],[1115921,-79908],[1117367,-81433],[1119342,-80540],[1124099,623704],[1124175,623107],[1115469,621869],[1122368,620012],[1124152,620089],[1125736,623180],[1120265,623258],[1120403,622750],[1116344,635221],[1114848,636202],[1115004,633724],[1120747,635195],[1121156,631007],[1120108,634788],[1118888,627591],[1115213,630411],[1124604,638852],[1116775,638171],[1114472,639467],[1116792,639693],[1128435,-177610],[1129327,-175398],[1131139,-177450],[1127572,-176551],[1130250,-173638],[1131318,-176587],[1132100,-173990],[1133120,-176371],[1133633,-178239],[1134744,-176736],[1135193,-174960],[1136113,-176974],[1136682,-175937],[1135286,-171421],[1137062,-174410],[1138296,-171753],[1137989,-169908],[1138264,-177589],[1136358,-177048],[1133434,-174980],[1134359,-175776],[1134723,-173709],[1133765,-171706],[1135724,-173397],[1136756,-171682],[1136033,-168856],[1138411,-173206],[1138575,-168390],[1137359,-168122],[1127339,-180675],[1133874,-179325],[1138697,-9566],[1136626,-22748],[1137687,-23412],[1137916,-31143],[1136121,-34882],[1137145,-34882],[1134482,-36054],[1126598,-48466],[1136421,-47772],[1135758,-50009],[1137055,-38688],[1136323,-42146],[1137588,-44737],[1127391,-61988],[1131302,-54680],[1134522,-55796],[1134745,-54115],[1129406,-60484],[1131672,-62668],[1129209,-57959],[1136101,-51999],[1135981,-57498],[1131077,-62189],[1127287,-60521],[1137730,-63133],[1135143,-62816],[1136278,-60961],[1127692,-75024],[1129919,-68874],[1127264,-70067],[1132279,-70207],[1134608,-66793],[1131849,-71785],[1132010,-72580],[1129756,-73717],[1137497,-84376],[1136515,-87978],[1126459,-77464],[1127427,-87679],[1134394,-88328],[1134697,-88211],[1134570,-86061],[1132382,-84139],[1136324,-82656],[1137115,-80482],[1137867,-79012],[1138962,-83207],[1129800,-90983],[1137393,611173],[1137667,610741],[1137245,618153],[1135331,623633],[1137278,621687],[1136498,618683],[1131321,625746],[1129373,618293],[1138410,622701],[1131475,616872],[1135862,625390],[1136354,620733],[1127824,622297],[1129340,626352],[1133161,619145],[1129552,622088],[1132897,624535],[1127401,630202],[1127910,634781],[1126885,637580],[1138635,636157],[1134963,627682],[1129497,638572],[1138474,628556],[1133100,631811],[1135232,634969],[1134185,638777],[1134381,634499],[1141039,-171960],[1141900,-173701],[1142084,-172743],[1139869,-171712],[1149845,-174770],[1149167,-175123],[1148523,-174814],[1147845,-175475],[1147277,-173698],[1143515,-173435],[1141550,-174237],[1140199,-174733],[1139880,-171812],[1142099,-171270],[1140472,-169464],[1139590,-168062],[1143025,-171268],[1139583,-167347],[1141350,-170901],[1140631,-170792],[1142726,-172335],[1145140,-173805],[1145880,-174045],[1145156,-172555],[1146115,-172604],[1141566,-8800],[1140485,-7454],[1139979,-11209],[1147768,-7777],[1149200,-6269],[1149662,-11388],[1148502,-11950],[1145865,-9598],[1139839,-3938],[1144707,-1603],[1146539,-1461],[1150109,-2713],[1151428,-1603],[1145659,-15429],[1142432,-18411],[1142177,-15643],[1147221,-19213],[1149498,-14228],[1149022,-35373],[1145557,-36455],[1147955,-34703],[1141238,-34742],[1140907,-34589],[1146454,-29138],[1143631,-27559],[1142853,-28942],[1140852,-28036],[1139933,-32105],[1144494,-33039],[1141722,-50732],[1141683,-47874],[1140150,-47590],[1142312,-43742],[1140949,-42826],[1144059,-43306],[1146576,-39799],[1140293,-62388],[1143356,-56126],[1144524,-59900],[1140502,-60302],[1143138,-61569],[1141841,-54072],[1142435,-58214],[1141862,-72535],[1143576,-67993],[1142092,-64965],[1139252,-75739],[1139366,293],[1145940,994],[1141920,4216],[1140733,6422],[1142906,12457],[1145252,7074],[1148209,7229],[1148262,4297],[1150255,8688],[1140241,11935],[1146390,9121],[1145746,22479],[1147300,16775],[1142941,18443],[1146479,21256],[1144615,21272],[1149343,19475],[1140457,612683],[1144028,610294],[1148724,613097],[1150006,613138],[1143957,614621],[1151762,615986],[1141219,619166],[1141608,627228],[1144430,619666],[1144375,622081],[1144054,620286],[1148922,622540],[1150507,626478],[1151871,626030],[1147131,625993],[1148870,627000],[1139860,624101],[1147259,632250],[1147179,635464],[1147096,632577],[1147449,638458],[1145419,639005],[1140787,636643],[1139396,634398],[1141745,635817],[1148551,630171],[111790,56753],[107216,76896],[112495,78476],[109808,79182],[108851,79592],[107822,109569],[110966,109388],[103628,110823],[104974,108779],[113222,103201],[114623,109724],[113028,108432],[107024,126059],[115011,116333],[105126,121344],[104976,119288],[105627,118123],[111855,120820],[111684,119768],[106035,125436],[111963,126576],[1152503,-175575],[1153017,-174819],[1164218,-178818],[1161208,-179836],[1162525,-179358],[1154988,10077],[1158075,11356],[1154601,17813],[1164186,24578],[1162355,302997],[1164051,304407],[1153016,305551],[1156165,303602],[1158742,26147],[1164075,27446],[1162277,532087],[1163378,536443],[1152902,544465],[1156686,541199],[1152674,543021],[1159549,538536],[1157623,538653],[1159993,610400],[1153856,609513],[1155004,612972],[1154799,609658],[1163067,618795],[1162045,617118],[1162609,625676],[1164547,614946],[1155946,621493],[1153246,618177],[1152715,617204],[1163713,624962],[1155528,616625],[1159665,618033],[1156680,615530],[1160578,639722],[1160688,637885],[1162731,627812],[1152453,631459],[1155380,638659],[1158125,636839],[1155598,636866],[1156592,631196],[1157048,629815],[1161557,627411],[1159739,631104],[1158625,635751],[1158839,633631],[1156740,627895],[1165187,-178475],[1173190,-33895],[1174183,15004],[1173416,16876],[1174099,18036],[1173246,14862],[1176273,21790],[1167693,23668],[1170237,19921],[1164816,300666],[1166635,295626],[1166140,302853],[1169433,27334],[1176890,525761],[1171192,528718],[1171962,525394],[1169923,531072],[1171542,532675],[1172676,527946],[1176338,531980],[1166716,531888],[1165698,533679],[1169884,613324],[1170093,613069],[1165151,611656],[1170441,621080],[1170185,618511],[1175153,614707],[1174920,623825],[1174975,616021],[1175825,619467],[1171796,619285],[1166286,620128],[1168113,616131],[1167877,618140],[1167083,616243],[1175848,628112],[1174067,630102],[1167180,631562],[1167946,634034],[1167818,637155],[1166447,634086],[1173269,638006],[1173519,639783],[1174179,633910],[1165277,631328],[1188960,-169577],[1187823,-187831],[1189637,-185561],[1185279,-189972],[1184182,-189477],[1188134,-194639],[1189546,-198349],[1186059,-193187],[1180164,-192396],[1182055,-28309],[1184875,-28450],[1185711,-27888],[1183223,-32321],[1180651,-34050],[1181218,-32077],[1178088,-34842],[1180083,-37078],[1181461,-39411],[1184376,-42577],[1186845,9522],[1187929,8857],[1184564,10227],[1179096,12310],[1190350,172609],[1189726,212471],[1188589,214900],[1187885,217827],[1185489,220670],[1182339,16016],[1187742,17599],[1180919,13716],[1190047,20704],[1182218,15084],[1187477,14477],[1184070,16291],[1186174,404550],[1183129,408782],[1187093,403926],[1186802,397791],[1184476,411379],[1186122,413554],[1185803,419991],[1187252,415740],[1189879,429723],[1188863,436290],[1185736,446444],[1190115,438863],[1178191,523165],[1186221,525309],[1184990,525873],[1179747,624700],[1194358,-166613],[1194252,-170345],[1193108,-173225],[1195225,-174898],[1192157,-179569],[1196814,-24848],[1198417,-22635],[1198163,-25746],[1192868,8613],[1197727,11448],[1202519,10527],[1195893,9299],[1195660,147393],[1202069,149303],[1196763,151894],[1192798,158262],[1195002,166498],[1193457,166778],[1196481,168685],[1199057,167759],[1194716,180084],[1192618,237038],[1196406,236842],[1196060,237442],[1193708,237602],[1199465,236407],[1199116,239781],[1199405,236774],[1197843,20559],[1195390,13318],[1197600,18052],[1200485,15414],[1195151,25072],[1198341,23444],[1196037,16187],[1194006,19439],[1197736,32391],[1201261,34304],[1199096,30205],[1198144,26176],[1202746,28623],[1196956,408486],[1190797,403287],[1191265,409993],[1197680,413466],[1198266,411848],[1197736,410974],[1194709,410159],[1195014,416256],[1195403,417751],[1197339,421634],[1193929,428380],[1194087,430298],[1194248,425004],[1202681,456993],[1194327,458427],[1195831,461975],[1197472,40436],[1199854,39015],[1200573,50668],[1202639,50185],[1203083,46613],[1202311,53535],[1196563,56029],[1202238,55986],[1200242,58984],[1196700,59475],[1201202,51684],[1198155,53624],[1199864,54472],[1198217,51702],[1202484,75261],[1200669,64824],[1201663,68554],[1207214,201993],[1211591,213789],[1208291,223922],[1209850,228827],[1206811,228746],[1207346,222925],[1204533,234886],[1203472,234041],[1209920,24895],[1207684,16227],[1207648,15753],[1207120,17331],[1206843,23862],[1209102,22684],[1207371,21572],[1208503,35267],[1210701,33253],[1211232,34011],[1209690,31861],[1210156,27808],[1204335,31171],[1206490,32514],[1210815,36494],[1207484,28103],[1208268,390517],[1211174,407924],[1210516,406680],[1211546,403217],[1215344,417836],[1215250,421986],[1209289,409914],[1215343,409982],[1206176,457396],[1208154,454185],[1206768,39885],[1209978,41321],[1203734,50255],[1208919,72268],[1211512,72007],[1214649,76617],[1212515,76961],[1214288,75720],[1204047,64720],[1204272,67641],[1203717,71797],[1206102,70256],[1208580,68406],[1209624,79520],[1203495,78570],[1228417,-9788],[1220322,-1562],[1220368,-544],[1222059,-11704],[1227100,-13538],[1226038,-14163],[1224902,140116],[1218509,141426],[1217248,145382],[1226393,147950],[1228130,182841],[1223288,188832],[1221449,203291],[1216750,204167],[1226572,237530],[1228409,347369],[1221044,401072],[1217960,421986],[1217334,420361],[1228489,420946],[1218727,414828],[1223108,423450],[1217487,626938],[1217359,625602],[1217154,625440],[1218913,625555],[1217697,631946],[1218525,632814],[1216139,634721],[1222453,633823],[1220873,633115],[1221181,635276],[1217602,629962],[1216623,630081],[1221791,627502],[1221207,630036],[1221228,629737],[1219928,73551],[1221264,74799],[1224113,74140],[1221635,71672],[1224665,73123],[1226060,73080],[1219987,77837],[1226703,77530],[1225682,84050],[1222211,120452],[1226558,115824],[1224687,119220],[1229873,-8667],[1229450,139263],[1233551,131187],[1230581,184579],[1239952,201365],[1230677,192544],[1231293,194828],[1239346,356854],[1233149,354558],[1237503,377288],[1235530,380808],[1241118,396985],[1239496,387102],[1237506,386025],[1232579,398469],[1231533,400662],[1230685,415587],[1238250,534721],[1238773,548351],[1237054,539562],[1235846,544247],[1239280,540190],[1240135,552773],[1242708,562872],[1241402,559427],[1239433,561013],[1241105,558273],[1235963,553376],[1230512,74310],[1236638,73929],[1241422,72692],[1234080,86871],[1234853,82538],[1233320,81558],[1237604,85758],[1240866,77345],[1236050,91292],[1239320,98126],[1236650,102820],[1237519,103823],[1230454,115345],[1232342,115792],[1238108,122980],[1240918,121855],[1248795,181952],[1254333,186340],[1250296,209714],[1246108,226211],[1253825,280504],[1254100,288609],[1251797,302876],[1254272,308020],[1248412,315250],[1244758,324032],[1251286,355974],[1243789,355085],[1249179,370627],[1245344,370998],[1247196,376337],[1243098,383640],[1243348,390612],[1242732,533501],[1246347,531139],[1243496,532974],[1246522,535539],[1247812,530853],[1251087,532461],[1251688,530586],[1245803,544734],[1250500,538690],[1241701,539103],[1244127,548003],[1250539,539032],[1245665,540408],[1252713,537898],[1251991,541792],[1247638,547137],[1248932,544908],[1248048,546142],[1252841,544674],[1254340,547570],[1251097,546370],[1252814,547957],[1252440,555268],[1245371,558387],[1241978,561082],[1243136,555155],[1253493,552552],[1246147,555394],[1250654,557161],[1245897,557097],[1250476,562109],[1249077,557351],[1246633,569352],[1247253,568535],[1249337,564434],[1252284,569523],[1245616,86327],[1251132,87528],[1247372,86340],[1244820,83576],[1244983,88035],[1243820,83771],[1244177,79176],[1242180,78270],[1242662,90250],[1247508,94369],[1243415,89849],[1248752,96635],[1246720,97929],[1245761,102013],[1253075,112737],[1249295,104075],[1249003,106015],[1244151,114222],[1244129,112524],[1244953,114814],[1248294,109695],[1244016,125166],[1265213,147922],[1262854,149311],[1258601,193053],[1261366,194303],[1261891,197859],[1267192,229017],[1266014,222572],[1265076,220316],[1264608,217830],[1264679,224678],[1259942,262528],[1264059,264176],[1266645,264906],[1257516,281530],[1259930,277687],[1264129,303689],[1254943,319802],[1256140,323479],[1263122,353996],[1264714,350283],[1256110,358274],[1258330,363299],[1258762,367524],[1255746,540803],[1255720,89794],[1261316,99617],[1262811,97535],[1259733,98152],[1254723,94843],[1259991,92093],[1256722,101570],[1258863,100926],[1260698,112126],[1264200,112779],[1261339,110469],[1263843,105915],[1262605,103443],[1254888,105218],[1256988,106471],[1264251,110691],[1256572,112814],[1260062,113841],[1264749,121836],[1261957,123864],[1260616,118902],[1254812,115739],[1258793,116730],[1260551,121213],[1260520,123701],[1255404,118773],[1270237,151304],[1269006,201289],[1267293,208512],[1269973,205502],[1267870,208327],[1271359,209227],[1270269,215035],[1267203,217458],[1273949,212157],[1271930,205422],[1271798,228818],[1272071,225926],[1272555,229790],[1278839,238148],[1279920,232935],[1271959,233067],[1276565,234279],[1273431,314246],[1270364,310330],[1271705,321553],[1272535,320564],[1274167,325286],[1273607,332205],[1267201,343471],[1271506,349189],[1268992,358002],[1272282,348131],[1277920,547582],[1276410,550989],[1278450,553696],[121645,-3793],[127696,-11219],[120205,-8316],[120003,-6540],[121032,-6660],[116599,128590],[127862,133513],[123326,134399],[123741,134247],[125642,130241],[125901,47429],[123305,52144],[124951,53107],[127248,61217],[126541,62145],[121889,62511],[125815,70466],[122234,76606],[115201,74728],[121666,75906],[118611,86832],[127591,85635],[126747,86386],[119137,78028],[118061,79822],[119660,80377],[115633,77335],[125353,110618],[116555,108619],[123401,114905],[126360,114804],[119569,104273],[127441,105907],[121398,121370],[115597,122722],[118474,124165],[120025,119117],[125376,121729],[-1275766,1532461],[-1292762,1523624],[-124548,164408],[-157236,164976],[-157194,162495],[-153849,160722],[-158023,158941],[-166165,165666],[-168946,166384],[-171422,164319],[-188892,165271],[-187387,166966],[-199439,161972],[-199362,158334],[-199910,162147],[-200299,153837],[-198437,156320],[-204128,164182],[-195097,166830],[-207527,152068],[-213359,153729],[-211341,151603],[-214534,158339],[-214245,155490],[-216638,154843],[-221410,145341],[-224807,152980],[-223888,151791],[-221326,153284],[-220717,150931],[-226615,148356],[-227799,148875],[-222537,153857],[-223446,155934],[-218718,157093],[-226823,337342],[-224602,334389],[-224862,335398],[-225733,356972],[-228294,347635],[-230024,356532],[-229772,368746],[-229928,364426],[-237538,143797],[-236721,152818],[-234416,149292],[-236387,145010],[-240512,143225],[-236830,328281],[-233102,326016],[-234167,331618],[-230901,321014],[-240694,329251],[-241756,331442],[-238274,343850],[-236270,340065],[-241634,344290],[-234784,343915],[-235436,345051],[-232150,336251],[-232298,341144],[-241338,341427],[-240021,340278],[-237617,336723],[-238372,334969],[-230424,355806],[-233405,356865],[-236719,348725],[-242911,346100],[-231005,348721],[-239225,356040],[-236650,353800],[-235475,353051],[-237341,358588],[-230434,360288],[-49,143265],[-251970,140371],[-249769,140966],[-255273,138329],[-253902,138866],[-243493,142412],[-245650,145091],[-245454,143406],[-246315,145977],[-249802,144775],[-255285,141242],[-254786,142075],[-246584,144870],[-243522,330268],[-250947,335966],[-245433,335604],[-249145,334194],[-253659,333694],[-245049,347539],[-243987,345935],[-265153,129701],[-266434,130178],[-268624,130101],[-263544,130232],[-258482,134940],[-258389,132367],[-256246,143403],[-258891,144889],[-260792,143317],[-264968,143630],[-263906,328688],[-256826,329289],[-264925,327164],[-256943,332096],[-265159,329662],[-257906,329619],[-259985,332855],[-261509,335322],[-261805,337208],[-264567,125268],[-266581,121668],[-271255,135436],[-270926,136625],[-274387,133487],[-270367,130973],[-272871,329713],[-280464,117924],[-280295,125337],[-277384,126118],[-274910,123180],[-282033,120463],[-283281,121995],[-284362,124625],[-285244,123209],[-304214,331188],[-306446,326177],[-306518,323205],[-305411,326127],[-306575,322919],[-306896,331674],[-302645,329156],[-302962,113200],[-300417,112028],[-311708,318890],[-312826,309959],[-316314,307778],[-317734,307671],[-311829,325124],[-311873,329417],[-309251,328851],[-310120,323685],[-312427,324733],[-309746,326414],[-315422,325254],[-310501,335455],[-332724,292729],[-325561,296794],[-328613,295058],[-328927,295483],[-321939,299717],[-332484,300820],[-320503,299634],[-322411,304576],[-323142,301557],[-325200,307163],[-326945,309882],[-331541,322567],[-326624,325002],[-327047,322128],[-336146,274695],[-339896,292530],[-338845,288383],[-344142,287016],[-338381,282199],[-342335,287120],[-344068,286985],[-339010,296908],[-336559,299123],[-337059,297421],[-338538,295717],[-342907,294830],[-342883,298032],[-345308,301011],[-335809,300459],[-335597,315929],[-339192,317293],[-338977,320107],[-339433,313923],[-344741,312417],[-344102,315998],[-336543,321630],[-335326,320901],[-337027,343147],[-340148,344320],[-344049,343442],[-333909,90867],[-356567,281683],[-348185,287446],[-356751,294381],[-351940,287194],[-356251,289219],[-346122,297008],[-355827,295001],[-355448,298722],[-354999,300122],[-349387,299110],[-351060,300298],[-349476,301700],[-349870,303374],[-353351,298710],[-354190,313230],[-352293,314453],[-346925,314769],[-356581,327928],[-350900,340489],[-345705,338108],[-361248,284941],[-359245,282498],[-359159,284994],[-370429,295587],[-369754,296728],[-369662,314992],[-359405,310592],[-369132,310960],[-360586,307451],[-371188,324503],[-368328,328239],[-365656,327045],[-360105,328525],[-363193,328114],[-363511,326341],[-358746,328367],[-362689,330579],[-367431,335204],[-368094,337759],[-374380,293288],[-382689,307231],[-383671,299536],[-380361,298324],[-378076,302585],[-377585,302093],[-376597,296014],[-375433,295130],[-376507,306235],[-382723,309900],[-377793,312414],[-373204,316328],[-376613,312531],[-374928,318937],[-379996,317776],[-376475,315445],[-371630,311149],[-372996,307931],[-374738,323360],[-378260,321577],[-379184,320961],[-380023,323936],[-377085,325685],[-371336,338755],[-373696,340070],[-384079,301567],[-387240,301553],[-387067,317644],[-384642,314600],[1283307,235518],[1286069,231341],[1287494,299358],[1289149,303690],[1281359,557169],[1286026,552746],[1283326,554615],[1284538,551591],[1281779,553793],[132808,-307993],[140246,-319862],[130370,110177],[129950,109725],[141286,-314162],[147010,-325032],[152735,-29252],[152263,-28384],[147108,121811],[147379,120748],[166360,-30988],[165543,-33343],[165691,-33307],[154829,-31439],[161143,-30350],[162744,-32743],[159096,-30019],[159529,-31020],[158476,-33750],[153658,-25783],[155183,-26913],[154380,-30453],[165658,17663],[165654,17201],[165637,113697],[162566,107970],[162546,107323],[159331,115164],[161408,119215],[161637,119715],[164240,121628],[164513,121905],[159378,115672],[163938,120091],[162610,121282],[156113,117016],[154456,117058],[164411,117427],[159329,120090],[163726,117536],[178796,-135403],[176928,-139206],[175392,-157963],[172785,-162696],[171220,-159750],[170865,-159212],[176039,-154999],[169896,-163702],[171295,-162568],[172524,-160725],[172208,-161113],[172811,-168533],[176957,-168127],[175095,-175087],[175786,-168692],[175971,-170568],[175173,-172813],[176669,-173427],[176113,-172278],[175532,-176676],[178808,-22905],[173927,-23234],[171041,-24636],[173853,-24836],[169463,-29630],[167818,-30389],[168855,-32901],[172446,-30251],[172432,-32866],[174433,-26387],[174364,-29108],[171539,-28394],[173111,-27837],[176513,-27875],[170425,-28139],[170120,-27460],[170946,-26497],[172680,-25600],[177621,-27079],[174652,25660],[170724,27149],[169615,30777],[174258,32858],[176159,33343],[175059,33199],[179053,56248],[167929,115103],[166464,113132],[174246,114418],[175442,112014],[177503,110584],[176488,110689],[167159,117123],[188177,-122339],[190509,-126679],[191216,-127647],[188749,-116330],[190225,-135435],[181203,-135039],[185582,-137830],[183011,-139583],[189472,-136008],[183829,-132896],[181406,-135864],[182818,-138293],[182526,-138330],[183485,-143258],[180214,-141537],[187735,-141317],[187276,-141401],[180771,-144845],[179405,-145280],[190772,-144252],[190714,-145086],[180193,-151046],[181190,-164768],[181924,-165069],[182658,-176819],[183655,-171111],[181469,-174563],[182009,-171326],[184336,-176562],[184664,-182049],[186192,-189004],[183936,-181192],[185128,-189083],[191346,-25276],[186505,-21316],[181945,-20824],[179450,-24945],[184694,-20162],[191568,-20011],[189276,-20928],[187517,-18803],[181620,-23550],[184640,-22958],[185155,-23058],[191574,-24798],[191574,-109878],[179634,-105619],[183315,-106614],[183784,-105038],[186197,-103011],[191947,-108949],[190227,-110226],[191282,-110657],[184148,133469],[185053,133829],[189430,145148],[188839,29046],[185639,28223],[185883,33281],[187347,38476],[184747,33318],[181361,29547],[189262,28707],[191306,35464],[187941,30136],[187575,35216],[191300,497706],[188093,494718],[182578,496003],[191492,493338],[187753,506336],[185230,507708],[191738,38852],[180780,42546],[185143,47776],[185845,50855],[181935,47040],[191786,41198],[188021,41085],[187300,44665],[196456,-116906],[198658,-122460],[200607,-122359],[198415,-123780],[192884,-137890],[198696,-135535],[200610,-131474],[202142,-128740],[200863,-128705],[195992,-128620],[202450,-141499],[203462,-145583],[202475,-141227],[203405,-142197],[203629,-141608],[201294,-148045],[197086,-144247],[196853,-144534],[202876,-143439],[198322,-142844],[203694,-164034],[192968,-162578],[195312,-160508],[193235,-162150],[192497,-161624],[192119,-161942],[202817,-178277],[202903,-178617],[199537,-176413],[203313,-173651],[204689,-176919],[204410,-176864],[195426,-174781],[192525,-168747],[193089,-167908],[193664,-173371],[193646,-173106],[193984,-170508],[193920,-170018],[203686,-184469],[204222,-179348],[201034,-179843],[200791,-180044],[196565,-188684],[196962,-187726],[197080,-192777],[197321,-192890],[197635,-194813],[197826,-193919],[201030,-195198],[200155,-195717],[200151,-22122],[193592,-20053],[197829,-19922],[196240,-24141],[197525,-23124],[198951,-23315],[195520,-23981],[203304,-33125],[193463,-25482],[203655,-33083],[202638,-92620],[193985,-92975],[197626,-94573],[201017,-93064],[202507,-93423],[196954,-109789],[194165,-113518],[202657,-114649],[197337,-110118],[200164,-114451],[197460,-104284],[202421,-110662],[192007,-108588],[204234,9123],[204505,862],[201748,485],[200617,2753],[204694,5469],[201617,8239],[204095,8959],[202299,9677],[203861,132757],[192467,24924],[193958,25474],[200329,37025],[193292,37675],[195546,34048],[194053,25982],[194335,498502],[200979,505231],[196935,506815],[201335,508242],[200450,505189],[203689,510814],[193851,506626],[201370,41272],[197494,44899],[197003,42562],[192084,38807],[199520,515437],[194564,512749],[196684,519279],[204693,522680],[201792,526442],[200929,120392],[201047,120888],[200264,115531],[200918,116380],[214970,-116792],[207995,-118775],[209633,-148535],[204986,-141321],[208573,-147496],[210987,-155379],[207319,-156001],[211318,-175559],[214800,-176075],[216695,-177606],[216342,-176939],[217061,-176727],[216213,-172092],[207677,-176305],[209738,-174880],[211645,-177939],[210043,-177865],[214360,-176860],[213204,-178128],[208603,-178839],[209556,-178579],[205472,-176052],[205774,-176283],[205172,-183446],[211898,-179585],[215231,-189450],[205270,-182777],[205795,-184329],[205419,-185983],[208732,-183900],[207154,-183665],[209712,-181889],[208325,-181093],[210965,-181488],[211961,-182042],[209578,-12264],[209925,-12402],[209680,-11601],[210112,-11518],[210577,-11764],[210987,-11792],[211796,-12131],[213109,-12269],[213268,-12101],[214185,-12242],[214587,-12349],[212487,-11937],[211234,-11822],[210767,-11447],[210196,-10899],[210679,-10940],[211314,-11089],[211906,-4061],[210747,-4914],[210392,-2339],[206603,-2261],[205076,-3737],[214822,-255306],[211565,-278043],[206074,-291935],[212773,-295993],[207436,-17952],[210132,-19993],[210119,-19526],[209753,-20115],[209898,-19330],[209739,-18571],[210430,-17806],[207194,-17882],[208732,-20233],[207706,-17092],[209306,-17632],[207239,-17305],[208186,-19649],[210083,-17528],[210423,-18486],[210725,-19418],[209983,-18335],[209553,-20079],[210699,-20037],[208434,-16824],[206725,-17361],[207710,-19515],[209467,-18611],[209254,-19355],[208568,-19486],[207855,-18112],[209321,-16812],[210483,-16903],[210109,-16827],[207688,-18784],[208892,-16821],[208426,-17882],[208618,-18780],[207985,-18601],[209724,-17774],[207210,-19023],[208777,-13343],[209455,-13219],[209551,-13449],[210187,-13477],[210772,-13327],[211410,-13479],[212598,-13326],[213013,-13647],[213495,-13804],[213890,-13887],[214331,-13953],[210403,-12722],[210778,-12702],[211257,-12795],[213017,-12684],[213512,-13043],[214009,-12862],[214171,-13212],[214903,-13159],[217227,-23142],[215221,-23740],[214047,-24356],[207515,-38105],[214620,-38146],[205506,-33689],[206011,-36592],[211928,-38110],[206720,-38238],[216524,-42124],[215582,-49179],[212228,-46243],[212115,-45879],[207536,-43385],[209562,-45055],[211894,-107912],[216969,-110438],[209121,1226],[208016,5153],[209290,4787],[210597,5822],[206592,2185],[205479,6615],[207507,12281],[211855,11568],[208422,8563],[211513,12106],[208601,11611],[205627,10750],[205670,7539],[208851,7663],[208657,6771],[207608,6125],[216369,138834],[211951,139724],[207843,139660],[207723,136478],[207178,137797],[213270,134348],[212096,130902],[211977,143201],[209231,148784],[212165,21406],[208253,19694],[208187,17445],[207601,20397],[211078,16035],[211200,13436],[215217,30587],[213865,534795],[216374,534329],[213589,543848],[214470,542180],[216017,540033],[210572,539425],[217558,544232],[208041,54907],[205178,112785],[207090,114769],[217347,105787],[205780,111355],[215590,109690],[206020,118064],[205240,117549],[208676,116384],[223735,-154626],[230331,-178966],[218008,-169893],[218942,-172445],[218861,-173745],[223812,-171257],[223011,-172434],[217602,-167538],[218006,-175478],[217781,-175695],[217725,-176729],[221995,-196461],[222085,-196559],[221917,-11515],[222918,-10982],[223611,-258749],[227237,-268393],[227309,-289871],[219852,-289131],[225297,-294378],[224800,-307951],[226794,-23432],[225093,-20255],[223871,-18440],[222519,-18265],[221903,-17452],[219825,-15390],[226505,-27873],[227539,-33413],[227691,-34249],[227334,-36918],[230056,-35392],[230017,-33235],[228204,-32512],[228311,-30123],[229241,-26482],[219809,-43869],[221918,-43868],[217622,-48057],[220126,-48400],[223121,-62788],[226341,-60043],[228006,-63048],[225890,-56996],[230138,-70585],[228409,-64587],[229616,-65796],[229821,-64040],[226620,128913],[229689,137076],[227884,130035],[225582,139271],[224906,138265],[217346,134222],[222083,133888],[218063,142999],[218909,141448],[220310,148015],[222088,146238],[223607,151865],[227692,144985],[229324,37071],[230068,33930],[227438,34556],[223187,50619],[227254,47977],[229179,40565],[230357,42891],[229732,535874],[224339,530659],[222621,528081],[227406,532606],[226858,528323],[226936,527270],[223133,526458],[229479,539000],[224672,538706],[218894,540934],[220109,544135],[220792,550492],[223367,553598],[226661,552766],[229710,552448],[224489,563592],[228847,565508],[224280,55187],[220854,51452],[218340,105664],[217836,109505],[221794,126449],[221252,125253],[223843,124226],[225502,118201],[219397,120855],[221649,122348],[227911,119702],[227056,117640],[228946,126944],[228766,127548],[233289,-119109],[232028,-118632],[234548,-115813],[234340,-117297],[231630,-120211],[242681,-178541],[241538,-178463],[234327,-169608],[234873,-167893],[238310,-182257],[238437,-182737],[232663,-179007],[234512,-239104],[234031,-258345],[235244,-271584],[241112,-304615],[234451,-306748],[231216,-25246],[230827,-22975],[233414,-22939],[235299,-24320],[236814,-18398],[241245,-15517],[240486,-14575],[242076,-17420],[239004,-20140],[236618,-17255],[237080,-25997],[237291,-28672],[230828,-26406],[242949,-32871],[233141,-31403],[239189,-33922],[240492,-33865],[239495,-34043],[236177,-36931],[239552,-36875],[241966,-37491],[234196,-30089],[237565,-33706],[236127,-35542],[233761,-31710],[231491,-33829],[231835,-29130],[242025,-43461],[240040,-43244],[242701,-50044],[243048,-46442],[240445,-45141],[238257,-50583],[236179,-43733],[234620,-40319],[232553,-43577],[231245,-40447],[235928,-69324],[235499,-74130],[231156,-65538],[231083,-66127],[231615,-68745],[234115,-68608],[231261,-67511],[231778,-71252],[234439,-72840],[235668,-72519],[233897,-69291],[237411,-67791],[238452,-68460],[240668,-70651],[240024,-70959],[242399,-71708],[232843,-67657],[231269,-65872],[235071,-78237],[231027,-85664],[241465,-79922],[232425,-82005],[234059,-88913],[241094,-80588],[232779,-114348],[233287,-112323],[238490,136277],[235458,136061],[233170,139153],[232333,130261],[234534,131348],[231897,132582],[231028,132094],[231994,134113],[230721,149063],[234189,34058],[235838,34347],[237169,32575],[234022,37859],[240203,49275],[242754,42234],[241928,45614],[233672,550443],[233083,548432],[234435,550025],[237366,546525],[233283,553134],[234538,553152],[236655,556404],[236597,558226],[237145,561996],[236626,557668],[233242,561521],[240717,563702],[241176,564205],[242960,60975],[237751,57809],[240285,53704],[239809,108993],[240298,110463],[233496,105925],[238862,108222],[235080,104410],[236517,105826],[231429,119061],[235605,117977],[233177,115986],[235525,119528],[242370,121744],[241187,126027],[240795,128167],[237227,124030],[231731,125351],[232781,127492],[254626,-210943],[254296,-216229],[253651,-210448],[252113,-212016],[254563,-217176],[247346,-213522],[246127,-212716],[245384,-215894],[246401,-222151],[246333,-222156],[243454,-222096],[250832,-222967],[250155,-223251],[251971,-221390],[246962,-220390],[249009,-217891],[245506,-217802],[247120,-239918],[253504,-695],[246950,-256919],[246056,-260931],[249399,-266867],[252010,-272296],[255957,-270728],[245752,-278476],[246328,-286662],[252998,-286779],[254733,-289795],[255637,-298485],[246804,-295787],[252461,-323307],[245265,-323493],[248794,-22065],[244455,-23266],[247295,-20216],[243209,-23194],[243943,-16178],[243663,-18455],[249122,-37646],[255546,-34070],[254146,-26857],[254870,-30504],[255854,-27765],[243585,-32613],[246576,-37985],[248354,-34412],[249595,-37862],[247863,-33720],[250356,-33812],[248578,-35938],[245347,-35613],[246480,-32563],[244205,-26735],[246980,-36786],[244857,-48256],[252686,-38410],[249782,-47500],[254998,-49140],[253506,-47771],[253754,-38923],[246682,-46312],[244792,-40263],[246792,-41616],[252480,-41836],[253633,-44136],[253742,-47981],[248568,-46090],[250213,-48373],[254835,-46195],[251255,-45672],[250122,-44989],[254106,-62364],[253442,-51003],[247903,-52586],[253493,-63800],[254278,-63206],[255720,-63206],[255444,-61229],[254517,-56598],[252736,-55314],[251208,-69464],[245166,-68467],[250824,-70412],[250777,-65766],[252289,-66516],[251981,-76846],[255434,11546],[253234,4897],[253161,1609],[251080,769],[248083,2278],[245868,1549],[245630,3021],[244407,2646],[246050,6427],[246002,6817],[243227,6315],[247202,5798],[248679,5921],[252851,128332],[245071,128754],[252111,131765],[253017,13864],[254691,37302],[255541,32197],[250539,34434],[252019,37068],[255225,31278],[253150,35847],[253545,36944],[247850,37386],[247731,47571],[247960,42091],[253302,40248],[244976,51126],[245508,51333],[251054,60303],[248919,62064],[243514,63186],[243535,51578],[255867,61066],[249605,64612],[252395,69590],[248143,69546],[250269,115163],[247054,108153],[244123,127915],[245515,121363],[245140,122787],[249053,117375],[247875,115530],[251852,121405],[15140,133705],[13880,144648],[263729,-191220],[256469,-199525],[262588,-214878],[260971,-221855],[266717,-225008],[261005,-230070],[264035,-219604],[264160,-218779],[261874,-225337],[263352,-224320],[268113,-228730],[257108,-227178],[257531,-226034],[260517,-226374],[268576,-234952],[259079,-6407],[257524,-3157],[260488,-371],[264619,-9941],[267653,-245641],[259162,-279771],[256203,-281780],[260294,-300604],[264626,-321786],[268560,-24111],[266142,-22953],[259988,-33093],[260166,-28106],[262097,-25442],[263832,-26239],[265348,-29251],[261942,-32091],[265853,-35599],[262138,-28327],[262158,-29675],[262933,-27594],[262930,-36142],[267515,-34776],[267969,-30884],[264162,-44754],[257394,-50375],[258449,-50062],[259263,-47434],[264389,-50156],[263066,-47771],[262230,-46175],[267977,-45383],[264727,-44408],[263902,-42898],[267086,-45889],[268108,-41968],[260271,-57144],[259795,-52385],[260538,-51065],[262963,-57588],[260733,-58761],[259207,-58170],[256883,-54262],[256423,-59010],[257753,-56929],[260109,-60663],[258376,-61816],[258819,-63736],[260963,-62360],[263035,-62480],[262518,-61506],[266493,-63213],[266331,-61411],[265378,-61445],[265294,-63247],[266304,-56476],[257334,-58205],[265568,-58801],[265535,-56521],[263585,-54825],[259234,-55974],[262536,-58794],[266245,-57514],[264106,-57106],[267328,-74107],[268553,-69790],[267575,-67789],[266795,-75333],[267791,-73747],[263766,-67251],[261707,-66329],[266598,-64707],[267192,-66678],[267447,-65500],[267421,-67162],[263734,-69866],[264839,-72685],[264614,-73071],[263636,-74764],[268649,-67880],[267667,-65574],[260137,-81552],[258531,-76660],[261162,-77940],[258451,12870],[256352,4966],[256658,9883],[261697,3789],[262088,991],[260823,2038],[260203,2230],[267876,1617],[264540,4640],[257232,14412],[265786,30536],[261414,31287],[257664,33242],[260490,28233],[262105,26975],[267693,405882],[266061,523857],[265532,521716],[264062,524307],[259807,532232],[261766,60999],[267112,62757],[266183,66981],[258771,68397],[262991,69475],[264447,100151],[258843,123858],[280255,-188266],[280031,-189619],[273536,-190281],[281427,-189446],[277435,-204317],[280670,-198458],[276719,-224902],[269326,-227394],[274338,-232108],[272471,-231167],[273132,-231970],[269009,-10888],[273363,-11629],[280577,-10955],[271737,-1578],[279287,-900],[280430,-4681],[279224,-253068],[272583,-247552],[269564,-281028],[279926,-25205],[275525,-13114],[276780,-15643],[271641,-23531],[279011,-25995],[268923,-28241],[273344,-33431],[276954,-33583],[276482,-33964],[272279,-31023],[276123,-37226],[276464,-35452],[274427,-36084],[279031,-28790],[276537,-29623],[278802,-32572],[270527,-27283],[273745,-26750],[278288,-26949],[280371,-36090],[270661,-49328],[269155,-50644],[279901,-38618],[274326,-44898],[275350,-44074],[280428,-43882],[280215,-41288],[276869,-44734],[278844,-44714],[280153,-44667],[280594,-39033],[273436,-38620],[274870,-40018],[280048,-49205],[281557,-45644],[270184,-47282],[271226,-43818],[269004,-38560],[270424,-45776],[271042,-59426],[272137,-60692],[271802,-55040],[271826,-63407],[271000,-56731],[270285,-53256],[273640,-63602],[272865,-58097],[274358,-52150],[275023,-61209],[277893,-61239],[279911,-53002],[276695,-56052],[280403,-61451],[276560,-54972],[281383,-52139],[278609,-56557],[274884,-60369],[280816,-61666],[273877,-51056],[280139,-71615],[276654,-75049],[274116,-71963],[275669,-73392],[269440,-72012],[275238,-80656],[271970,-82603],[272837,1146],[269639,1241],[269898,9680],[272673,5147],[277907,8526],[276314,2919],[281410,11238],[274120,4842],[280366,22867],[276406,22556],[272567,27377],[280251,26821],[277725,31619],[274358,403198],[268886,405381],[274058,407284],[272355,408383],[276674,405551],[272699,419084],[276432,417529],[277765,422062],[273665,411823],[277787,422707],[272371,521085],[270858,521730],[271113,519653],[277995,537752],[277744,534299],[275861,529359],[276807,525426],[280315,525614],[278047,544401],[269458,73152],[272173,68224],[274496,70268],[279366,71045],[277473,73132],[277645,72947],[277653,71756],[280096,75849],[277105,84189],[281121,77652],[275593,89039],[280824,101633],[277573,91218],[280702,108715],[269564,109135],[284873,-186709],[289453,-195978],[288109,-193805],[294212,-201149],[282842,-197331],[282415,-197104],[291283,-200257],[291627,-200733],[293909,-195315],[294036,-194441],[283440,-207945],[288880,-214545],[287765,-221492],[284156,-224502],[291671,-224257],[291984,-222387],[282302,-232321],[289550,-7317],[289746,-9103],[292499,-8473],[289264,-8965],[288023,-10754],[285640,-11547],[283430,-9166],[284216,-6588],[283914,-12269],[289745,-12290],[291834,-11519],[289293,102],[289422,-2781],[291177,-5058],[288503,-243090],[290969,-246356],[288443,-267359],[289046,-261256],[285584,-276882],[284030,-269462],[290225,-286943],[288550,-282296],[292736,-22572],[289776,-24940],[284969,-22967],[289708,-13129],[283939,-25157],[282803,-22214],[281874,-16040],[283561,-26178],[293046,-25498],[291721,-30726],[290541,-26518],[291267,-26825],[292375,-30087],[286749,-33840],[285286,-30530],[281840,-30491],[285192,-31614],[282733,-35395],[286196,-31209],[290602,-32445],[290859,-38104],[292159,-36849],[289478,-31150],[282182,-46377],[291443,-40838],[288964,-42113],[290710,-42361],[289957,-41856],[287027,-48385],[281948,-42906],[285563,-47427],[291414,-47123],[291891,-49585],[281688,-49309],[284310,-47281],[283556,-46338],[284639,-45256],[286660,-45940],[285776,-41699],[284844,-42437],[283052,-40481],[292526,-54304],[291901,-53920],[283023,-58422],[293934,-60871],[285252,-63346],[282342,-59106],[290693,-62417],[287088,-62089],[288036,-58575],[290097,-54377],[282262,-53994],[286069,-59344],[284317,-59936],[284069,-55049],[286035,-70835],[288081,-71671],[286990,-70801],[294232,-65662],[293857,-68306],[291337,-68152],[290639,-67828],[286006,-69413],[284996,-69448],[283853,-63997],[285210,-63994],[284139,-64966],[282262,-66450],[283516,-78296],[288938,-80323],[287745,-81275],[290463,-81202],[289528,-83770],[294166,9728],[288545,12640],[282633,4262],[290774,685],[286520,1382],[293164,605],[284400,3859],[291708,3850],[287236,6701],[290229,5358],[287998,7896],[284877,9639],[286866,11007],[283744,11634],[282890,24724],[288869,24447],[289650,19002],[286978,22275],[283762,460550],[287869,468422],[289672,467997],[292961,467877],[292668,462597],[285115,462403],[283358,461872],[282062,526847],[286842,62452],[285531,59544],[282289,61626],[284212,69782],[284386,68832],[281779,66454],[291865,78421],[290919,85630],[286603,87479],[285042,79196],[288077,78977],[282250,112912],[303728,-187843],[301377,-188048],[304059,-199759],[306780,-195541],[306713,-198102],[296177,-201833],[300320,-200182],[298601,-200132],[303240,-208755],[306368,-232278],[297639,-233205],[298417,-8296],[298466,-11656],[304836,-10895],[306436,-7599],[303437,-7322],[305567,-3059],[305688,-2037],[295469,-599],[297011,-5101],[294595,-4142],[305713,-245798],[303508,-263654],[303841,-24601],[298031,-23946],[302392,-25106],[300286,-19503],[295122,-24153],[296924,-21251],[298820,-18368],[306671,-12608],[297084,-12822],[296891,-30402],[303001,-31881],[300741,-34459],[301125,-34004],[302311,-33738],[295234,-33784],[295648,-34366],[295811,-35717],[303018,-27171],[304487,-28014],[298392,-27660],[299260,-25742],[299619,-41264],[298592,-38417],[299952,-39847],[301505,-42394],[298050,-45689],[296036,-48273],[296478,-44317],[305482,-46964],[305406,-45732],[294892,-50815],[296274,-63591],[297461,-60140],[307079,-54398],[296174,-63194],[300579,-60369],[300169,-59250],[298284,-61255],[299446,-60592],[302187,-59937],[301991,-59614],[296408,-54559],[295356,-59829],[295710,-58673],[304097,-52131],[294605,-53838],[295970,-52301],[295101,-54046],[295870,-58360],[296833,-58434],[295813,-64818],[300019,-69482],[298626,-75608],[297626,-69435],[302374,-74341],[302498,-68635],[298117,-64589],[299799,-70002],[297044,-69787],[306044,-76478],[297637,-68423],[296045,-66165],[301868,-67166],[300369,-68046],[297956,-66779],[299753,-64125],[294644,-72542],[295899,-71120],[299859,-81384],[300358,-81724],[294667,-79602],[299064,-81613],[300558,-85284],[304495,-88220],[298707,-87110],[305424,-86138],[304522,-86047],[304932,-78089],[297456,3654],[306466,8163],[305006,6607],[301330,7396],[298751,4467],[302513,1306],[298151,7068],[294742,6917],[303829,407005],[304291,414668],[304013,410108],[305929,418926],[303475,418473],[299230,466545],[298586,468880],[295285,467752],[305940,463349],[313778,-197877],[316471,-197034],[313451,-197846],[317045,-195298],[319665,-203679],[315783,-200104],[308425,-193196],[314815,-229322],[311906,-224723],[309762,-224361],[309023,-217719],[314953,-233871],[319699,-239571],[310150,-9088],[312124,-9250],[319697,-247747],[311230,-255702],[316387,-253418],[313889,-12651],[313891,-38158],[307803,-27435],[311630,-27509],[315233,-47058],[314183,-41215],[315123,-43092],[310401,-50998],[312759,-45880],[311372,-46065],[310435,-50615],[311170,-50435],[308535,-44609],[311480,-42771],[312352,-43626],[317111,-59227],[314357,-57501],[308132,-56898],[319759,-53833],[318992,-56371],[314751,-56154],[309119,-73785],[313478,-70444],[315956,-68891],[317858,-75681],[314015,-76136],[312312,-69011],[308586,-82155],[311808,-81161],[312391,-79439],[312139,-81239],[308478,833],[307816,4308],[310713,405471],[310004,408244],[313745,407800],[313928,405828],[312910,407982],[307227,422306],[309735,419959],[310194,416262],[307334,415262],[311414,410116],[314204,412164],[316793,410640],[316458,416220],[317197,421444],[316528,420137],[313322,430860],[312676,429261],[307972,425421],[307269,427290],[317198,425789],[319886,429515],[309328,434801],[314407,436727],[316659,435887],[308395,463542],[308940,464167],[322667,-205737],[320790,-204954],[323142,-204954],[323519,-204667],[321997,-205985],[323389,-245357],[329094,-258414],[330043,-259323],[326090,-267740],[325353,-62590],[323012,-58788],[323699,-58215],[326202,-55315],[327168,-58029],[326442,-61628],[324857,-62148],[320718,-61592],[322369,-63634],[321392,-68090],[327034,-65983],[323483,-64543],[329376,-81900],[326929,-77693],[328120,-77975],[321189,414287],[322680,416674],[321003,420784],[322989,413949],[324076,421486],[327362,422048],[328226,435188],[325688,434645],[320536,433422],[321919,431064],[321006,424185],[320715,429819],[325822,430193],[329278,433459],[331991,429370],[330796,428493],[330819,435943],[342977,-206988],[342232,-210611],[343627,-210906],[336464,-218621],[342456,-221072],[336003,-219778],[338129,-225236],[337943,-224728],[339891,-229696],[339572,-232396],[340086,-231077],[334205,-244631],[345507,-249271],[337122,-251941],[341970,-258776],[342870,-266715],[337611,-261743],[340421,-63036],[333583,-73482],[338311,-66643],[333948,-80746],[337640,-78162],[335597,434718],[339168,432549],[334875,430903],[344673,92263],[341485,95761],[342803,103488],[354435,-203288],[352314,-203131],[347546,-213495],[353317,-208381],[353517,-206091],[348327,-218639],[347906,-219071],[348206,-227815],[346139,-229100],[357982,-241523],[353206,-233436],[351672,-233908],[347745,-238796],[348193,-238018],[349257,-249346],[350830,-266787],[355281,-259795],[349015,-262524],[345983,-50065],[346190,-62530],[356556,-61532],[352391,-73274],[358300,-66112],[356935,135755],[357164,129941],[358250,133209],[357963,143078],[353169,84494],[347542,86473],[357250,88945],[347215,88168],[356685,93758],[356817,91926],[349818,95016],[347930,102235],[350632,105355],[352903,103168],[357619,108722],[350979,126500],[349427,120589],[351892,123437],[353483,124310],[356457,127108],[364276,-202348],[368215,-202189],[366071,-203139],[369501,-205423],[370947,-207821],[363776,-211151],[363969,-209099],[365210,-214159],[365391,-214068],[369364,-210067],[369267,-211295],[359949,-223930],[365468,-249249],[359285,-249565],[358962,-249144],[362297,-246931],[360572,-246883],[366805,-254908],[366371,-254461],[365793,-258398],[364626,-259113],[369037,-259901],[367865,-262005],[365701,-47669],[358528,-51758],[364114,-67460],[367031,-81402],[362921,-87482],[365507,-82102],[362277,-82998],[370062,-89691],[366716,-90407],[367942,-92897],[370707,12408],[359231,132032],[359173,135434],[369872,137681],[371138,139862],[369566,141548],[367453,142695],[363546,143215],[361156,143482],[371098,60481],[363127,86939],[364584,87230],[358829,88789],[359179,82480],[366218,93449],[365421,94039],[363361,102127],[360625,99674],[360748,100496],[359409,98941],[360952,93031],[362518,97316],[365105,104546],[361169,104014],[364781,106731],[367960,108674],[368430,111881],[368573,114624],[363301,106123],[360858,110992],[368729,118020],[368640,118620],[371135,119872],[365970,121583],[363324,122952],[363104,125207],[375086,-201008],[379922,-200123],[379273,-204320],[377379,-200768],[381568,-200174],[373680,-201410],[379526,-205416],[372376,-208608],[371428,-208570],[378165,-210047],[378026,-209105],[373239,-222547],[378150,-223011],[378114,-233780],[381651,-239280],[381732,-7614],[377526,-2157],[381965,-943],[381955,-2510],[381941,-7657],[371951,-251755],[382234,-245317],[377411,-259074],[377365,-260905],[382155,-17945],[382785,-19166],[382026,-20589],[382317,-25806],[375762,-44954],[381197,-59509],[380171,-52249],[377951,-76583],[377360,-93385],[379703,-95311],[382079,-96957],[380238,-92537],[372470,10685],[377193,137218],[372070,132606],[376319,131683],[378599,133777],[373934,130609],[380558,145399],[377675,142877],[371990,49314],[372722,47172],[381568,46304],[382807,46453],[378400,49319],[374834,42652],[376251,40831],[380478,39888],[373079,57136],[373440,51578],[371938,56108],[378643,58643],[379895,61635],[383687,56733],[381923,53607],[377473,102225],[383058,97833],[381250,100117],[373609,103888],[380486,105292],[371981,103632],[372785,105628],[380060,109800],[373111,118374],[374564,121510],[374930,120693],[375744,124445],[371658,124410],[372719,125882],[36911,131855],[38398,146978],[36314,147705],[35497,145217],[32431,260462],[394673,-199232],[389617,-204227],[390681,-199670],[387910,-210327],[387555,-210591],[386564,-210154],[391733,-219976],[386987,-225577],[388530,-237186],[387208,-6008],[385289,145],[388014,-7997],[390819,-8755],[387499,-10909],[389660,-2816],[393071,-898],[393328,-4677],[388217,-244823],[390753,-252958],[387184,-23975],[385149,-18955],[388801,-32698],[389292,-27446],[392869,-39082],[395486,137253],[393212,139379],[391507,136604],[387316,137135],[385062,141576],[392249,146364],[394208,150693],[388869,149123],[384788,141722],[384084,145588],[396435,145015],[394224,16550],[395077,17500],[386997,13126],[386992,16544],[389460,67426],[390235,68176],[394728,79457],[391344,81247],[386939,99338],[393615,98048],[395796,94287],[384072,97858],[388913,109873],[392188,109886],[392562,115400],[394137,115049],[395338,127466],[393201,124153],[392200,122157],[395026,119764],[393084,116772],[409153,-200125],[407528,-198527],[402229,-199594],[406330,-196799],[396882,-199161],[403837,-216274],[400445,-212541],[401639,-212400],[403005,-218626],[407071,-227261],[399380,-230668],[402974,-9773],[399877,-9884],[406986,-244755],[398220,-250672],[398130,-248426],[408447,-256676],[408703,-258794],[407910,-30752],[400651,137585],[398502,135565],[401237,140772],[407528,130657],[402366,130215],[402191,128863],[397578,128398],[408596,145487],[397256,147935],[400139,149956],[409251,154051],[396946,16668],[409014,59588],[405101,86515],[407454,85719],[401099,82855],[400587,97380],[405127,103543],[404157,107269],[407458,111822],[407196,110428],[401528,107457],[401717,113753],[398473,114861],[399012,110204],[407996,114777],[402747,121412],[398975,115643],[402246,127337],[398248,120684],[421953,-201005],[411863,-201996],[413626,-202575],[416262,-200385],[414782,-200595],[420890,-206125],[416346,-221876],[420641,-229134],[419866,-8680],[412776,-11443],[409741,-244175],[416206,-253204],[416660,-244054],[417326,-243943],[413447,-247499],[412606,-245785],[411847,-253971],[410547,-253014],[411939,-257838],[422341,-267535],[411279,-34152],[417901,137715],[420254,136919],[413457,129837],[417377,139778],[417311,130913],[417646,133830],[413387,148580],[418620,151974],[418755,158907],[411744,156222],[416544,50885],[417835,48565],[411917,50687],[410683,51618],[412382,52126],[411012,55397],[415731,57530],[422382,70918],[421258,72572],[421706,79357],[418398,84316],[421704,88320],[415172,94729],[418343,101443],[415595,99985],[411114,96629],[415880,97618],[420015,89877],[419623,114340],[412124,114597],[415834,104261],[416104,106494],[409837,110264],[415605,107845],[415339,117426],[421038,119440],[410094,121012],[415094,126454],[419543,125355],[421940,124682],[421190,126732],[423022,-204460],[423350,-200487],[433787,-209627],[433681,-209043],[424821,-208766],[424194,-213678],[422712,-210982],[431114,-216793],[433276,-214896],[429497,-218038],[431569,-224824],[433364,-229394],[422776,-239114],[429360,-241629],[433288,-233979],[430922,-239832],[434253,-230341],[430972,-12344],[423231,-250243],[425732,-244157],[433682,-249299],[433653,-247523],[433390,-249128],[434988,-254493],[434553,-254522],[426476,-262319],[434287,-267092],[434275,-258234],[434874,-256999],[433501,-259745],[433358,-260852],[432423,-25089],[422828,-25174],[424833,-19845],[425699,-20674],[431586,-15826],[435189,-14156],[433950,-20409],[431976,-23474],[426342,-25948],[434370,-93866],[428985,-94926],[427966,-92711],[430273,-92655],[429870,-92545],[425446,132984],[424231,129662],[423216,137241],[430128,136593],[431646,134937],[433120,134508],[431143,152643],[435163,152193],[428538,143841],[426584,142431],[423676,147761],[424821,163127],[429271,162153],[427928,163381],[430041,158681],[428460,156607],[431958,157556],[430489,153810],[434543,160562],[422883,162103],[429889,70144],[428890,72516],[427384,72489],[423955,70700],[422987,74023],[426377,75117],[426583,77450],[427050,83846],[422418,77485],[422691,87867],[429484,88563],[430326,99070],[434315,98509],[432669,94559],[426327,93129],[429483,102566],[427924,102545],[427405,111094],[431470,111756],[432873,107746],[433465,105322],[431022,122145],[427956,119828],[435081,123148],[434208,115678],[424104,125142],[426506,125327],[427166,127636],[442864,-212505],[441381,-211836],[445431,-210380],[435508,-207147],[437093,-213328],[435343,-227454],[436462,-223783],[440559,-225767],[446017,-223845],[446757,-218242],[441381,-231913],[441247,-232494],[440193,-231049],[439320,-231818],[446844,-241758],[441803,-240922],[440843,-245438],[435787,-249928],[438326,-249442],[439431,-250848],[437658,-254381],[437613,-253304],[440650,-254357],[440131,-253801],[442680,-43030],[445442,-43667],[437860,-44916],[440548,-43517],[435733,-93856],[444445,130798],[447926,132093],[441116,132235],[443831,134575],[439069,131685],[443809,145917],[441170,147282],[445679,145967],[441816,150485],[445892,153763],[443057,163359],[436563,161096],[445473,160033],[442126,159066],[435379,158980],[444363,153916],[437197,164517],[438497,164904],[443980,168029],[439807,167776],[446382,179054],[447796,170488],[443465,173308],[441545,173424],[440969,173506],[442019,177856],[442822,182854],[445441,182055],[442282,186235],[443106,186555],[447668,199581],[444889,193059],[442305,195400],[444982,196270],[446897,44728],[445993,50987],[446222,56504],[443693,54427],[442051,62562],[446051,69635],[443056,69599],[443667,71845],[446489,67922],[447434,68828],[438748,69488],[437341,67838],[447975,85674],[445540,84680],[445166,99874],[446010,97642],[446057,99308],[446108,102234],[441398,101770],[439850,101607],[436387,100020],[436450,102422],[447138,106343],[441811,108094],[442276,109797],[444367,104793],[446175,106029],[447573,110107],[446343,105659],[441361,114998],[439611,115231],[442612,127194],[449170,-212684],[458089,-215428],[458834,-217309],[453488,-225283],[458158,-218559],[450756,-223060],[449463,-222195],[448833,-222068],[456775,-221734],[455687,-220460],[457001,-238144],[452172,-243728],[448652,-247812],[450415,-254773],[452210,-245546],[455374,-249129],[460162,-244199],[451877,-24199],[458737,-19448],[453714,-17541],[452678,-24892],[458775,-16939],[452639,-20359],[452784,-23535],[449496,-31507],[451265,-35783],[450591,-28002],[449694,-38518],[460862,-60615],[460832,-65378],[456543,-68705],[455886,11220],[455596,9149],[454959,12177],[453834,11872],[448377,134948],[455242,132078],[459223,131923],[459384,135066],[451935,137110],[452166,138842],[453530,146753],[449525,144432],[448322,146666],[457707,148082],[459089,162163],[459650,158861],[456909,156673],[459294,154006],[456325,177270],[453578,178096],[449880,171376],[457079,169825],[448683,186241],[451630,184198],[453707,185016],[450612,180619],[453518,181153],[459154,186642],[459347,184987],[459816,182395],[460085,193135],[458140,192361],[458181,194840],[455571,199397],[453337,202476],[453029,201609],[456080,204483],[450040,203751],[448748,202104],[451327,200032],[450316,195984],[460368,207335],[459123,206000],[449797,37116],[450815,32838],[455790,47112],[455602,51365],[457979,49960],[459556,63576],[456280,62582],[456950,63285],[459326,61687],[459409,52368],[458260,56456],[450938,51667],[451369,54745],[453540,63998],[459087,68738],[453529,75542],[452702,76109],[449050,71110],[448047,75368],[458149,74219],[449443,85378],[457197,83433],[453763,81955],[459167,87033],[453828,78541],[452673,98839],[449959,98664],[456263,97789],[459926,93042],[452464,94636],[455749,93073],[449605,93554],[448696,109706],[451322,103709],[458781,107825],[458330,112913],[457483,125317],[450836,117687],[468280,-132630],[471042,-133267],[463460,-134516],[466148,-133117],[464705,-222397],[471068,-221855],[472095,-225465],[471067,-223861],[460984,-224698],[463043,-226201],[467130,-240319],[467078,-235264],[465849,-253446],[469888,-39034],[465385,-40624],[465547,-40342],[465640,-45175],[464552,-48215],[463187,-50940],[462456,-49334],[465725,-47294],[464789,-55984],[465033,-51104],[465790,-59708],[469687,-65141],[473426,-82014],[470979,-80073],[470187,130347],[469416,147605],[471255,148598],[468718,148758],[471179,143359],[473283,145676],[462653,152502],[463985,166278],[463238,164328],[464910,160279],[472328,164936],[462977,173530],[466625,168298],[466859,168194],[471558,171491],[464925,174548],[466664,174887],[463714,176224],[462660,172712],[470623,185900],[461498,184817],[463452,187196],[464939,186770],[465315,190532],[467865,189101],[466657,183574],[466526,182602],[466789,179416],[472951,202075],[470935,197398],[466159,198154],[464556,196734],[471108,214150],[466164,211442],[464277,215833],[473013,252693],[472425,244963],[461730,53872],[462356,72883],[466383,68734],[467510,72426],[470172,76070],[461361,87391],[461246,83933],[462989,83177],[473235,87311],[471544,104975],[464124,110513],[462819,106094],[472447,116365],[470467,121352],[468645,124271],[467065,118108],[475096,-121107],[476865,-125383],[476191,-117602],[475294,-128118],[478329,-224502],[484843,-228606],[477968,-222117],[480307,-223989],[475856,-224234],[479645,-231355],[486458,-235108],[477833,-233639],[481667,-231599],[482797,-241714],[482840,-241884],[474312,-76319],[477259,-75691],[481225,-83388],[478873,-79478],[484014,-85680],[475915,-79892],[474194,-78942],[473672,-78594],[474925,-83342],[485343,128528],[477775,130823],[485875,134671],[475715,148976],[475469,142530],[482756,149666],[483750,146756],[483834,144132],[480962,146710],[484610,159924],[475233,164887],[482578,165444],[474027,162005],[476631,170929],[475485,169690],[474711,173990],[478219,177167],[474963,178558],[480131,172715],[480595,175900],[477027,190356],[473790,188175],[481042,182012],[479567,181791],[482621,185460],[479360,180819],[481671,180631],[479169,182892],[483637,197738],[479629,198095],[475994,199521],[475393,194399],[477162,206759],[484555,205255],[476586,205722],[484285,210259],[479483,220449],[476476,227158],[485708,240829],[484250,242266],[479235,241639],[474033,232485],[483543,236074],[479166,248819],[484666,243754],[482894,248105],[483224,253143],[480021,253360],[480316,252823],[474540,256008],[475337,249065],[474244,245027],[477030,243801],[480864,246716],[485493,265510],[482999,258629],[477451,258978],[478097,260775],[482754,263762],[486271,263155],[481688,269074],[482376,75513],[479312,75607],[484674,68999],[485707,76166],[476751,80269],[474856,78246],[484195,81671],[485925,89160],[477050,97291],[476194,97509],[477553,98920],[480917,91123],[483360,108327],[473726,119225],[473989,124497],[473650,126792],[474667,125465],[474815,127851],[476815,127469],[480714,115706],[482208,124774],[479727,123353],[481188,121251],[480381,118162],[491325,-136894],[490517,-138825],[491240,-134775],[488056,-138934],[490152,-137815],[487115,-138305],[488787,-140540],[490633,-140704],[490195,-151159],[489984,-150624],[488064,-147844],[489564,-148644],[490389,-145584],[490139,-145031],[488782,-226746],[496229,-239550],[492295,-234771],[493739,-235040],[487431,-232210],[487651,-241220],[487148,-241300],[496743,-86317],[493647,-87933],[490950,-88326],[488767,-87618],[495537,-85528],[492780,-86999],[491575,-88328],[493486,-76682],[494288,-90018],[487841,135614],[492088,136919],[497607,153167],[498388,149720],[497719,144527],[495079,142494],[488437,155256],[490113,157896],[492205,201658],[492438,211730],[486615,214081],[494821,208058],[491130,213666],[495247,210741],[496284,223979],[497163,220653],[497652,224170],[489438,222038],[490055,224221],[487110,224884],[495317,230757],[492333,240290],[496058,234388],[493700,242016],[490310,241324],[487764,240446],[499053,252183],[499013,254911],[495074,245533],[495141,246610],[493823,254733],[491685,245052],[490896,246587],[494067,250170],[495120,262019],[488918,268786],[486471,259621],[487380,261085],[491906,261089],[494526,261088],[497138,258731],[497252,257983],[499000,33837],[499116,47396],[496490,46231],[497827,45718],[493214,58986],[490495,62480],[491369,57742],[490328,73972],[492277,69892],[486598,102209],[502859,-165291],[502023,-170062],[500116,-170454],[500937,-171316],[501626,-171864],[501753,-168107],[502951,-166685],[501131,-167469],[504473,-169078],[509614,-175280],[506825,-172988],[500057,-237279],[507412,-62149],[510447,-59797],[503600,-75832],[509525,-68416],[510883,-71613],[502298,-66921],[509810,-72262],[505980,-93250],[505286,-93098],[505982,-102010],[505391,-93024],[505103,-99411],[506081,-92069],[505639,-92395],[500757,146082],[505207,150289],[509239,147290],[510026,145549],[511000,150467],[508580,149701],[507110,150385],[507092,142750],[502389,143173],[500513,154402],[500419,158313],[506477,159702],[505431,164239],[501326,163201],[502600,158594],[504995,167839],[506446,176712],[504965,172460],[506054,176224],[511611,184935],[507323,179582],[511519,183507],[509256,183140],[500803,195460],[507430,201412],[508653,197536],[499479,196519],[506387,199069],[499938,229439],[500252,226409],[507497,230357],[501225,242788],[502851,239554],[504323,239693],[501888,236458],[503497,235873],[500379,231775],[502878,230671],[501180,235444],[503833,231610],[501235,249829],[502940,246876],[499844,37908],[509410,35835],[506407,39161],[504312,41769],[504976,46131],[504872,47899],[505109,53538],[505907,52166],[502443,58049],[501495,58854],[47650,139339],[43659,130011],[41669,151212],[521750,-62117],[518259,-61647],[519907,-59416],[513072,-74605],[519948,-67199],[519727,-70067],[523164,-75606],[518769,-71579],[523535,-69714],[522072,-66120],[522868,-71053],[521000,-65642],[514094,-98033],[513460,-101852],[512860,189166],[514392,185173],[513860,183613],[518218,187456],[518958,189584],[516697,191012],[512531,191152],[517543,182936],[519387,183253],[521236,187156],[522663,188534],[523688,193800],[523446,193982],[519262,193629],[518701,193208],[515330,205036],[514105,209194],[517126,210535],[523717,44776],[520461,53732],[521696,88659],[517956,85529],[524021,93687],[522435,93082],[520908,100240],[523948,104795],[522827,106639],[519111,104023],[518521,110515],[519979,116382],[524775,117505],[536046,-66365],[535843,-65028],[531339,-80037],[534447,-80274],[534070,-87626],[529272,-88294],[532325,-94712],[527006,131600],[531235,135159],[533740,140324],[537019,25819],[524804,41316],[527234,42618],[528529,42542],[530695,48430],[528169,49648],[532473,47506],[535935,44242],[532620,52143],[529664,52884],[525175,53569],[528246,58306],[526186,62447],[534344,60872],[536849,52111],[536311,54891],[534242,62481],[536864,67593],[536839,65692],[527169,68654],[528680,69284],[524812,75375],[530257,74520],[528861,75497],[527543,81051],[529821,83693],[536852,80681],[529200,88225],[526491,84157],[534010,84833],[533654,81665],[530978,101060],[532412,93635],[531837,91187],[532760,104851],[530063,106364],[528463,103188],[526723,105428],[528231,123030],[527822,127714],[528028,116341],[539246,-62090],[537878,-66850],[542870,-99242],[548858,-105527],[548719,12033],[547083,131239],[547303,132590],[549857,139299],[540427,129595],[541916,138569],[544283,139380],[541691,142390],[545114,18394],[547456,24106],[544905,22385],[546265,14014],[549137,50789],[538329,50098],[540348,47205],[538750,51248],[540246,42320],[548249,44250],[548483,44685],[542968,47010],[541871,62855],[540877,57548],[542262,58142],[547994,59010],[543710,56063],[538037,55690],[538259,59917],[543838,75282],[547498,71017],[539224,80903],[538578,78817],[539553,82695],[543657,80083],[548945,81440],[546729,85743],[548167,91637],[544835,96732],[545404,113482],[544319,103979],[539799,120090],[553490,-102200],[561105,-100630],[561689,8541],[562712,3749],[555759,5614],[553237,11763],[550539,128786],[556163,153074],[552510,15543],[550609,13654],[552523,25272],[556906,22401],[561140,26625],[557599,26828],[551069,50191],[555285,49879],[559080,51699],[553698,58215],[559403,65851],[562217,70697],[552490,78632],[551576,87584],[552942,94379],[550841,102332],[551659,102052],[555327,123159],[551118,119515],[556642,116317],[575115,-4649],[572716,-951],[569075,25],[570948,-14519],[563824,-18834],[568110,-95563],[571513,4431],[568522,5646],[566420,3996],[564191,23440],[568448,59035],[572688,62257],[573771,58800],[565353,55265],[563391,52330],[570618,75774],[572056,74607],[569396,75432],[583539,-1444],[579747,-1482],[585797,-18561],[586088,-14260],[576601,3283],[577336,8579],[580097,63456],[577937,58844],[600259,-12347],[601273,-9797],[595473,-4239],[596317,-5243],[589477,-2],[589002,-1406],[590632,-13115],[593422,-12956],[596044,-20691],[598981,2464],[594329,1869],[605354,-7404],[607329,-2752],[611331,-3107],[602469,-22349],[608402,-19882],[611379,-20967],[612482,9436],[612150,5966],[613207,1120],[606150,756],[602208,10193],[604506,12896],[614854,-3850],[616510,-7345],[616474,-7436],[621624,-12309],[622928,-25208],[626507,-20296],[623053,-17554],[615502,-34391],[614954,-27738],[620691,-27102],[623844,-30819],[625329,-37500],[625435,-40015],[629722,-23907],[630501,-21286],[630674,-31719],[628717,-28449],[628333,-37935],[634509,-40613],[629765,-46543],[630793,369439],[52645,135690],[54717,125298],[56980,126844],[640742,-19402],[640850,-15671],[644616,-31741],[644930,-38113],[646776,-42341],[645563,-48992],[647270,-48317],[645547,-62151],[644528,-52105],[641781,-62247],[72406,131990],[69265,132258],[66240,112926],[69202,112841],[71645,105704],[73256,120625],[802128,524956],[805137,537471],[805594,531039],[806048,534364],[799028,531909],[802805,529824],[810999,524366],[807321,520241],[808323,519711],[813281,519721],[813380,522932],[817812,523094],[819019,521518],[818848,534034],[818375,535856],[817796,535398],[815802,532666],[812929,528180],[814113,532364],[814327,536430],[812181,534093],[807143,536588],[808142,526567],[811109,527295],[818702,527769],[818964,528803],[820903,517572],[822276,517785],[823360,517174],[824942,519827],[821120,524638],[824805,522705],[828475,515333],[829188,516654],[829783,514135],[828915,520106],[826996,522167],[831141,521477],[821383,529349],[820004,532795],[823402,532945],[830512,534566],[830612,532882],[826031,536926],[830135,535221],[825888,526966],[826014,526798],[830724,528513],[830911,542470],[830668,540632],[827674,543650],[829115,543566],[820144,543863],[820730,544476],[822881,548306],[827402,545069],[823882,544342],[823683,542343],[823415,538959],[820299,541442],[827163,540100],[867724,470068],[867701,472047],[869054,503790],[868500,504159],[863937,507518],[862099,509494],[861128,502009],[861646,500669],[865608,504619],[864671,499473],[865334,506650],[864647,510918],[867165,509382],[857929,522275],[857627,521301],[857883,519546],[868667,518892],[860007,523501],[858973,524451],[862593,524934],[865793,520503],[866044,524906],[863620,519412],[864088,518145],[861637,516938],[867881,513129],[870127,513637],[864518,534425],[859268,526826],[864310,536155],[867110,536458],[867856,533908],[866827,531303],[862808,533972],[860582,536562],[858576,536569],[861818,526636],[861965,527109],[863036,525443],[863008,525963],[866455,528730],[864916,525448],[870172,525461],[860375,543847],[864634,550333],[862013,549372],[864150,544040],[865562,549240],[869665,548820],[866199,549987],[867778,540410],[867867,544617],[866471,545760],[867820,543047],[870355,538563],[870025,539394],[860315,540957],[857678,539067],[865899,557165],[861641,558748],[860208,555741],[860191,557930],[864113,552719],[869350,550678],[863229,551257],[873824,469132],[874004,468134],[871148,469186],[874253,491608],[879733,498436],[877164,496800],[877050,495711],[873962,497058],[874423,493659],[872889,508692],[875537,510807],[876928,506156],[878523,502781],[877394,502694],[876936,499414],[871512,499874],[871555,500615],[870501,521569],[870480,518618],[872252,515352],[873411,513026],[870750,530657],[879565,546574],[882335,548604],[877567,546206],[875415,549497],[876751,545701],[874252,542308],[876433,546862],[882217,563054],[877730,561714],[870943,562973],[870989,562689],[882235,557822],[880205,560778],[876644,552487],[876806,552473],[878441,552807],[873450,556940],[875850,559338],[873852,559630],[882688,554212],[882393,551100],[883127,553348],[890550,-84341],[889439,-81168],[895463,563263],[886303,559649],[886868,560952],[884005,558737],[887268,557331],[884857,557204],[889616,554862],[889624,556909],[893728,552590],[894420,562567],[891688,560964],[891913,556779],[890154,560174],[80818,101353],[85783,110025],[905722,522310],[904167,525414],[903908,529693],[904685,529949],[904967,529138],[905134,527488],[903229,557809],[898168,556018],[902975,562968],[906418,563195],[896570,552624],[898864,556357],[900169,559127],[897803,561052],[901034,560306],[901507,569391],[900388,567201],[903761,568989],[903807,572205],[905557,567475],[906878,587326],[898279,576716],[906247,583411],[903024,587716],[902390,585587],[907172,581518],[899571,578426],[900663,579804],[903412,577733],[907840,579847],[902432,589453],[900058,594833],[897623,600351],[904154,592354],[906279,592906],[902743,595684],[904462,597259],[902265,598602],[896924,589262],[899859,590280],[916112,458497],[911514,460985],[917912,455441],[915027,451448],[913771,450614],[909794,463733],[913353,511326],[914087,511463],[913392,511186],[914289,517579],[910125,518210],[909438,513851],[908915,523682],[914863,562750],[912786,563729],[913010,566853],[918412,570201],[915061,568397],[914951,568564],[921038,572984],[920565,572351],[920329,570681],[912851,573121],[910113,576103],[915912,588877],[921412,584094],[910429,588551],[910764,579948],[911671,580343],[913267,579760],[917214,583899],[920328,583886],[921396,578431],[918816,579723],[920275,579214],[911923,578173],[918937,595110],[913042,599254],[917386,597892],[920905,590327],[921260,592931],[921454,593505],[909395,594208],[909249,592386],[912071,599774],[912231,601323],[914225,599061],[927856,-115806],[929895,292548],[932517,285708],[930758,574444],[934192,578750],[933882,585524],[926521,576669],[933877,586321],[928400,576322],[927216,584554],[923257,587702],[929904,578460],[926879,582456],[932161,582443],[931898,583512],[932799,580747],[923650,599741],[932365,589934],[927790,591090],[923082,601101],[933234,596721],[931648,599691],[930491,595815],[926797,590437],[928329,600318],[924776,595135],[926240,599456],[922044,596697],[923913,595098],[935084,-132623],[935834,291825],[936658,289204],[938281,284659],[941346,310994],[942102,366018],[944175,366042],[937116,582298],[941939,577335],[940941,577594],[941993,583716],[944639,577753],[945184,580627],[944291,580306],[946093,578055],[946740,585424],[936763,586292],[939853,585263],[940278,589160],[939286,592284],[946191,598154],[945460,598454],[943674,594735],[940511,596219],[940679,596883],[941085,601791],[958238,-137750],[953871,-146381],[955726,-150072],[958370,-151859],[950337,147676],[954906,141788],[956666,154066],[953611,177187],[949344,177474],[957708,185088],[950293,190727],[952012,185448],[958288,208580],[953492,288035],[951324,367584],[948839,368133],[952360,588551],[950199,583817],[958787,587191],[954027,587895],[949776,580441],[956496,583715],[948702,581946],[954171,586321],[957156,582157],[953366,583510],[953765,583050],[950317,600779],[953915,598789],[955806,592789],[958617,595812],[958969,593598],[955146,591146],[952368,589433],[950952,590530],[949496,589895],[947344,592278],[964658,-137576],[966881,-144811],[971400,-150608],[962347,-150942],[964788,-156261],[968305,-157915],[968334,134691],[965794,130386],[964812,133673],[965427,140463],[963928,137030],[971180,136228],[970163,151977],[970352,145846],[965260,145204],[967469,150879],[963456,145589],[963559,152609],[964059,148356],[970381,148036],[967291,143498],[969111,164856],[967875,156404],[963851,154180],[965104,177525],[964018,178704],[970451,171041],[966545,209341],[968295,214516],[972257,209266],[968293,230004],[971902,218106],[972767,233243],[968014,231689],[970278,235731],[970701,241179],[970941,243028],[969157,237612],[972561,232139],[972675,246208],[971917,284368],[961789,283771],[961438,287834],[965981,590708],[970125,589666],[969729,589610],[960810,590236],[961964,589656],[962827,593970],[965170,591926],[960419,591930],[971609,590696],[970661,597467],[969675,598782],[970669,595295],[962127,595282],[964629,601592],[966145,597187],[970782,114530],[966866,126524],[969435,118635],[965905,121412],[972908,-142818],[981199,-160650],[983148,-160960],[982818,-159178],[978346,-159890],[981959,-175433],[983258,-170832],[978503,-187522],[983808,133860],[977980,129763],[976854,138335],[979676,143135],[978597,149426],[982036,162428],[983101,158202],[975428,162862],[974448,156371],[973522,171029],[982189,207007],[983904,211964],[984363,216157],[976777,214179],[976492,215787],[976768,217611],[976822,207447],[974648,223390],[984190,228468],[977420,222129],[977205,227313],[980142,217802],[982043,218669],[974258,231746],[974916,233231],[982375,237060],[974486,237961],[975342,241145],[978799,241494],[977073,234161],[979495,245387],[973632,249241],[976027,250906],[973208,248974],[979538,254244],[982081,253753],[975010,288751],[985524,599395],[975994,590697],[985260,596266],[984713,593068],[982180,591321],[984589,593791],[973867,590985],[975066,589832],[974240,589861],[979929,598725],[982639,599118],[980695,595197],[979786,601128],[973628,599317],[978069,96698],[978161,99910],[983110,101930],[984604,102575],[977416,114544],[981129,103086],[980373,103883],[975048,122597],[975397,119014],[988240,-160172],[991708,139445],[987137,128355],[993866,146368],[998189,147749],[987264,148095],[987372,143393],[987281,162741],[997267,165932],[995430,199956],[996053,204604],[989603,204412],[992135,202523],[996109,200038],[998310,197945],[988134,216991],[987991,215264],[987978,213187],[995751,237276],[988610,244741],[990985,246398],[986178,248700],[988455,246844],[990545,247402],[996093,254973],[987819,252613],[986700,257722],[990995,256415],[987257,595355],[991116,594815],[987907,592879],[996990,594987],[994713,599261],[990546,601450],[987939,601438],[986262,94227],[988984,95318],[996236,105270],[994968,105590],[1002705,-163133],[1000936,-163071],[1006653,-161264],[1003215,-169298],[999246,149002],[1005604,147577],[1008966,160243],[1010527,162263],[1002439,161853],[999426,155447],[1001250,157126],[1002985,170545],[1006816,181323],[1011106,198763],[1000948,202968],[1010327,197780],[1004918,202034],[1000973,194218],[1004575,209410],[1004283,209679],[1003441,209253],[1009960,230176],[1001671,242962],[1006945,240643],[998933,254625],[999805,252342],[1007514,245407],[1010661,244248],[1005185,600409],[1001249,598721],[1011081,604852],[1010998,606019],[998438,602024],[1004120,606444],[1008060,607008],[1000722,609807],[1010922,614407],[998743,606578],[998573,98555],[998683,97755],[998798,100735],[1001332,104021],[1023534,146529],[1020187,150282],[1017293,145920],[1013677,153724],[1015057,161415],[1015737,157101],[1021897,153966],[1011727,169039],[1011224,184584],[1016813,186093],[1013797,185363],[1015719,188249],[1011538,196547],[1011834,197211],[1017949,230382],[1011705,228116],[1014788,241098],[1014640,234728],[1011203,242547],[1018215,236011],[1018741,240319],[1016955,236894],[1014249,237015],[1012297,245889],[1016413,247127],[1011324,251404],[1021366,245987],[1019767,244098],[1021724,549774],[1020107,594649],[1012334,594317],[1011813,600268],[1018473,596887],[1022385,605825],[1022754,606693],[1015434,610861],[1020479,610116],[1016629,612059],[1016853,614468],[1021133,614450],[90492,107281],[1036773,152382],[1026719,150631],[1032547,145494],[1034786,154162],[1028136,154409],[1031009,160202],[1028151,227308],[1028248,226890],[1036138,229509],[1025552,231627],[1024376,239042],[1030693,231148],[1028988,241997],[1033385,239582],[1027332,250621],[1027055,253387],[1035867,489264],[1034629,509641],[1030636,501061],[1029933,520604],[1030505,536895],[1029229,531527],[1036432,532002],[1028372,556010],[1028893,554666],[1036552,600059],[1034821,598640],[1035536,592048],[1029931,594981],[1030531,593875],[1030449,590564],[1024495,592551],[1033114,599780],[1033136,599704],[1035071,605545],[1026290,601890],[1033124,605569],[1034487,603385],[1026478,603168],[1031666,603746],[1035139,609626],[1034200,607671],[1030763,610744],[1030890,613468],[1028636,607222],[1024479,604350],[1027472,605239],[1026727,613926],[1024952,608602],[1045290,151300],[1039926,147277],[1045946,146038],[1047794,154185],[1046356,182387],[1049100,184786],[1049399,230090],[1036819,230475],[1047578,224784],[1040979,236202],[1048850,256876],[1045874,261000],[1043184,454334],[1049036,469944],[1039682,481743],[1047075,502485],[1039222,500822],[1040670,502038],[1036810,608673],[1041522,605530],[1043560,607530],[1041180,611374],[1038869,606816],[1047471,610643],[1045917,612627],[1041457,613889],[1041301,618071],[1044734,620375],[1040257,618130],[1042243,623028],[1045455,619334],[1046850,621303],[1047109,620007],[1040823,619113],[1040988,623458],[1039166,617750],[1040717,617622],[1040346,620280],[1042054,627633],[1049160,633838],[1047732,631761],[1045079,631222],[1038291,627452],[1039648,633399],[1042033,634551],[1043736,633736],[1045156,634238],[1041596,636102],[1037467,637573],[1059788,152841],[1057289,153366],[1051535,154896],[1060233,178123],[1055034,184507],[1056243,189063],[1061575,181541],[1059613,180164],[1053175,183164],[1051050,187694],[1058398,183455],[1060904,185058],[1060758,182074],[1054035,186544],[1058367,187390],[1055380,183877],[1056449,181537],[1061024,216001],[1051640,222561],[1056880,256686],[1051042,259341],[1052731,467686],[1051346,485499],[1051452,494560],[1053528,514125],[1049616,625746],[1051202,620665],[1054936,619798],[1053633,624729],[1053117,620401],[1054476,623699],[1057934,626665],[1056057,623502],[1056168,628213],[1057813,634563],[1057465,637013],[1057544,636892],[1061636,628829],[1061655,632678],[1060465,636269],[1059692,633674],[1054773,639351],[1069241,151212],[1072375,165297],[1073310,158811],[1064534,156876],[1062620,155458],[1069026,154003],[1063301,178879],[1064413,179256],[1064449,171038],[1065657,173541],[1063545,177194],[1064215,175043],[1066449,176876],[1067549,173188],[1069565,179165],[1065351,174261],[1072035,176508],[1073902,172093],[1067188,178691],[1062454,189402],[1064521,190110],[1062903,186582],[1066801,191262],[1065318,188481],[1068469,188805],[1063647,193602],[1063679,197432],[1065761,194575],[1073914,192553],[1074955,201888],[1069711,204183],[1074216,195063],[1065342,212507],[1074154,205892],[1063567,223239],[1065859,219757],[1074095,256431],[1069853,257857],[1065210,291445],[1073122,292407],[1069997,297695],[1073261,297773],[1062788,468835],[1072762,518340],[1063285,525501],[1067299,529472],[1075113,526662],[1063809,546237],[1072831,542946],[1062706,543253],[1062544,626763],[1074140,626737],[1069314,623790],[1069210,623400],[1064630,627807],[1072210,633678],[1071648,632037],[1066955,628429],[1073906,638553],[1064203,636423],[1063594,636616],[1062407,629076],[1066990,631384],[1067245,633019],[1067705,630303],[1069659,639419],[1069901,634490],[1068955,633710],[1077429,162041],[1078478,173530],[1075799,187750],[1076017,181662],[1077714,196600],[1086321,235758],[1087261,281111],[1083078,277099],[1079998,282200],[1078738,526817],[1075989,536977],[1076137,547997],[1076555,634724],[1080092,638279],[1080395,638517],[1083266,639777],[1080618,638496],[1085945,633425],[1078398,633670],[1082836,634417],[1083289,632126],[1080405,631223],[1081489,632391],[1075204,629173],[1082669,639847],[1092863,237839],[1094364,242892],[1094957,265537],[1098754,257058],[1091330,330088],[1094615,337533],[1092709,343201],[1096938,625414],[1088111,638097],[1089923,634710],[1100527,630676],[1099858,631062],[1097986,636498],[1095165,629775],[1091989,640007],[1094047,632824],[1096573,631900],[1095672,632288],[1097870,638081],[1102676,252202],[1105190,255310],[1111368,306800],[1105613,315934],[1101694,312713],[1101023,307805],[1108284,322444],[1109081,329588],[1102543,325627],[1109111,336471],[1104404,626125],[1107582,621919],[1101145,620847],[1103775,625504],[1106885,627051],[1109358,623814],[1106873,635024],[1108147,640035],[1108165,636451],[1107171,627979],[1101997,634152],[1104123,634327],[1102139,630354],[1110437,632131],[1109929,634629],[1102355,639486],[1112283,639406],[1111329,631819],[1108628,629788],[1117537,305684],[1122036,350331],[1125219,622083],[1123253,624084],[1123375,623420],[1122852,621093],[1126312,624020],[1125003,620560],[1114708,622875],[1120663,626272],[1115672,624919],[1122768,636626],[1122538,638018],[1125609,627729],[1114641,638127],[1114941,637715],[1117707,634321],[1121983,634254],[1119854,631159],[1113859,629671],[1123854,638660],[1122089,640064],[1117352,636595],[1116251,638764],[1137879,267013],[1138989,261431],[1137143,266742],[1136918,272720],[1133910,279581],[1135420,275959],[1136388,282588],[1134812,289373],[1137852,293655],[1136316,286552],[1132796,348731],[1131125,347234],[1130880,613671],[1131089,614357],[1136411,614245],[1139185,615765],[1137525,617925],[1138156,618476],[1138606,618414],[1133812,617758],[1135895,616377],[1128587,618378],[1128817,620458],[1130260,625265],[1136208,619780],[1127460,622916],[1134408,625284],[1131155,621641],[1130352,623937],[1130503,618328],[1138977,637465],[1139116,629961],[1128847,636265],[1126790,637823],[1132829,631026],[1137718,632325],[1130794,635965],[1130110,634625],[1150920,254519],[1146235,254954],[1149915,252803],[1142418,261475],[1144284,268818],[1140923,257867],[1151443,264075],[1146311,265357],[1148387,266682],[1148313,268353],[1144256,256263],[1149650,261284],[1151408,270171],[1148243,273237],[1147179,277346],[1145064,278094],[1146974,271280],[1141846,274376],[1142537,281001],[1141658,279201],[1142227,292796],[1141472,287571],[1140392,294274],[1141709,290224],[1144170,305317],[1140722,297178],[1142973,301506],[1151472,307031],[1145369,346034],[1144173,613784],[1151605,613911],[1150167,611107],[1148618,626727],[1147376,616441],[1151215,617366],[1146960,615152],[1139539,621844],[1146621,625308],[1141002,623299],[1143364,617664],[1145217,618407],[1146214,618519],[1151417,626487],[1150290,632551],[1149118,635755],[1142664,631489],[1140480,634160],[1140226,631169],[1150946,638723],[1149862,639494],[1145302,636832],[1141787,637694],[1142786,638117],[1145373,629317],[108443,111473],[107684,111304],[108390,114098],[108728,114553],[1152928,261091],[1156061,262998],[1155464,264399],[1157397,262466],[1160947,263656],[1160468,257925],[1153204,274932],[1163242,279515],[1162586,285385],[1161033,285277],[1160890,302800],[1153185,305428],[1157174,302706],[1152018,309807],[1162285,343467],[1161129,336418],[1154163,340226],[1162602,346645],[1160840,534436],[1161049,532393],[1158283,533858],[1152565,544858],[1154330,544146],[1158027,541447],[1155968,537851],[1159496,613482],[1162394,613152],[1163965,613021],[1157764,614310],[1152004,612247],[1158250,611498],[1155620,612793],[1160733,626314],[1156320,623303],[1157549,622871],[1152831,617626],[1163510,623494],[1160366,614711],[1156571,625296],[1153057,625602],[1154763,638648],[1155227,633721],[1158401,628264],[1159001,629333],[1161411,631795],[1160920,630175],[1153256,636563],[1168600,200390],[1169766,204938],[1166454,209536],[1174568,207312],[1173984,210150],[1173001,224615],[1165559,221669],[1176880,233647],[1176091,239912],[1165812,248184],[1166020,259774],[1165666,281657],[1177156,291649],[1176239,286916],[1175718,284277],[1174237,289621],[1175959,294506],[1177560,301980],[1166016,296325],[1176623,297766],[1175200,318467],[1174793,311965],[1177151,345257],[1170343,349416],[1174739,352213],[1177129,523569],[1171506,531101],[1172210,531932],[1174720,529052],[1171737,529891],[1167128,535732],[1167558,529736],[1170369,612547],[1168550,619859],[1176218,626761],[1174593,626728],[1170744,621468],[1171745,624057],[1171042,618757],[1177047,616668],[1174961,616781],[1165011,619754],[1167008,620607],[1167611,620651],[1167205,624253],[1166304,616132],[1166465,617288],[1177579,629479],[1175959,631557],[1175519,630666],[1177248,633036],[1168556,639923],[1166190,631990],[1166894,632227],[1166454,635252],[1166398,635295],[1171996,635865],[1173086,634142],[1174296,639638],[1165189,628426],[1165771,629142],[1190180,171459],[1182522,212141],[1183467,211445],[1180754,221521],[1180251,218959],[1189117,241977],[1186789,243213],[1187660,239632],[1185747,249222],[1190214,255059],[1181646,276715],[1183400,281788],[1178547,287895],[1177819,341770],[1188887,347331],[1185732,404495],[1182127,408525],[1187809,398564],[1185103,411920],[1186459,412095],[1186474,419942],[1186627,416160],[1189013,429603],[1189407,437843],[1185426,445936],[1187794,440910],[1184292,522150],[1178888,522814],[1184286,526103],[1178429,623502],[1179181,625529],[1178004,626353],[1180055,630879],[1178267,639439],[1194613,148470],[1201968,148497],[1194513,155187],[1195087,158001],[1195667,165523],[1200047,166198],[1192975,168055],[1197532,168646],[1194197,180082],[1202355,237325],[1198459,242892],[1202095,234565],[1190649,246983],[1191197,252789],[1202486,291748],[1192495,296560],[1202176,294868],[1200841,297028],[1197793,300117],[1202254,303819],[1197634,313240],[1200508,316130],[1199742,328094],[1199412,329844],[1201645,320221],[1199621,333160],[1195203,409406],[1192681,409720],[1191761,403080],[1196555,415353],[1195163,411000],[1196456,415319],[1195553,415981],[1196573,421849],[1193190,425839],[1193837,429877],[1194269,425620],[1195448,460690],[1195692,463446],[1215147,202528],[1206156,228196],[1209312,226468],[1206465,221390],[1205172,235318],[1209037,272623],[1215795,281472],[1215055,279395],[1203593,283825],[1214642,291571],[1213887,289804],[1211307,293257],[1211974,284089],[1205197,296886],[1203947,301342],[1208971,301588],[1210486,305669],[1212158,305316],[1203797,305627],[1210340,298515],[1211526,297232],[1213775,310592],[1211569,312822],[1209759,317405],[1208129,319074],[1210345,319378],[1208501,324422],[1212719,326592],[1209305,324851],[1215216,364243],[1208277,364292],[1205845,368008],[1207928,361367],[1205249,360346],[1206121,366471],[1208168,364745],[1204358,369980],[1210722,369026],[1215561,363911],[1215406,374204],[1211816,377300],[1212037,373532],[1210624,376343],[1208334,378951],[1204967,373218],[1206208,374987],[1205172,376635],[1207627,376171],[1204587,380725],[1210947,392305],[1204505,390244],[1209871,407544],[1209873,403062],[1212270,405199],[1214574,408652],[1214980,421521],[1215827,422371],[1213591,410987],[1209705,410284],[1215636,417827],[1205089,457513],[1203703,458752],[1209480,454282],[1215225,633786],[1222125,143170],[1217438,147137],[1225330,148100],[1222358,141014],[1226184,187302],[1222731,190442],[1228792,240149],[1222256,282967],[1225057,281822],[1226410,289002],[1223270,292594],[1226694,297532],[1225228,296545],[1228138,346878],[1217311,362323],[1219963,361654],[1216429,366027],[1217382,372397],[1218854,373866],[1224253,398253],[1218804,420847],[1223235,419726],[1220836,624496],[1220188,624807],[1220645,624279],[1222569,626633],[1216971,633426],[1216608,634604],[1221867,635699],[1219785,633899],[1220054,632540],[1218894,628198],[1219191,629750],[1216933,629462],[1220430,629814],[1222661,628063],[1226030,113881],[1224846,115172],[1220625,120591],[1224335,118939],[1229028,138658],[1229989,130721],[1229439,183532],[1230586,186112],[1230066,193776],[1234388,198178],[1233919,199108],[1237440,278861],[1239950,281772],[1232875,275899],[1232879,270077],[1237555,271623],[1240786,284704],[1240657,288780],[1229896,284324],[1230794,290584],[1233201,290748],[1235133,287560],[1238422,286717],[1233913,304304],[1232823,305725],[1230865,303079],[1234159,306721],[1237373,304612],[1236646,302846],[1241018,303391],[1240533,302059],[1239113,300005],[1229235,308091],[1230675,351830],[1232614,352649],[1241389,368599],[1241408,381536],[1236394,374203],[1236759,381009],[1234387,386662],[1239285,398758],[1231775,398172],[1230946,399864],[1229520,415160],[1239996,533067],[1241208,536719],[1241327,537265],[1237263,549805],[1236358,541243],[1239384,544912],[1235872,551313],[1238407,552612],[1240271,557980],[1240419,559980],[1238712,104009],[1229918,115152],[1233130,115647],[1237822,123328],[1253978,180477],[1249988,181400],[1241890,267864],[1241882,281774],[1243472,279604],[1242352,278520],[1245322,277796],[1248998,279587],[1244622,271648],[1245750,281552],[1244190,304817],[1242577,300555],[1250949,303186],[1253741,318805],[1247848,316637],[1248347,324527],[1250417,356895],[1242796,353947],[1247999,365715],[1248745,365832],[1251342,370561],[1253087,377084],[1242142,390343],[1243217,534819],[1246980,535638],[1252357,536718],[1251320,536530],[1247899,532747],[1246941,535376],[1243043,535040],[1247558,543691],[1245815,538714],[1243032,549803],[1243295,550396],[1249575,541877],[1250355,542613],[1242565,539845],[1243071,540905],[1252597,541863],[1245977,546886],[1248080,545472],[1251866,548465],[1251872,546623],[1250978,546828],[1250282,557019],[1246600,552942],[1244549,558767],[1242289,560590],[1243013,556518],[1242924,558524],[1243105,550918],[1247325,563709],[1250893,563715],[1250853,564838],[1246913,565566],[1244030,564319],[1242289,102814],[1242374,110973],[1247037,110361],[1242288,122829],[1244119,125348],[1266758,148979],[1262990,149380],[1263667,217214],[1265441,216945],[1267035,227246],[1265834,222116],[1263987,224546],[1260023,261581],[1265058,263513],[1266997,265169],[1254636,280542],[1260182,277194],[1255540,289117],[1255795,306776],[1264672,303736],[1256877,322279],[1266784,343093],[1263838,353812],[1262653,348810],[1257993,359130],[1257569,361360],[1257028,368648],[1258572,367442],[1255764,549471],[1271499,150953],[1274749,159261],[1273652,158101],[1275150,161622],[1273024,161482],[1273787,156215],[1269159,203679],[1269345,206011],[1268776,208017],[1273110,209545],[1271278,216233],[1269417,217177],[1272624,205499],[1272553,212806],[1273970,227735],[1271964,228324],[1278167,237700],[1272717,232220],[1277263,236438],[1279089,232245],[1273375,320081],[1270581,319385],[1272181,315622],[1271606,311397],[1276092,325696],[1274004,332472],[1273416,345839],[1272552,349363],[1267582,358615],[1278823,547530],[1278552,549718],[1276282,551070],[1275727,555725],[1277514,553650],[1279912,552759],[123146,114198],[121602,116008],[-121043,164356],[-155775,164749],[-158520,162637],[-155887,160917],[-157842,158716],[-165983,165402],[-168824,166210],[-171511,163734],[-187675,165276],[-189453,166657],[-195541,164530],[-199541,163603],[-200385,160495],[-196891,155504],[-208033,151823],[-213102,153434],[-212216,151601],[-205149,157066],[-205070,163930],[-215181,159112],[-213982,156248],[-217207,155082],[-221739,146689],[-225962,152636],[-220880,152626],[-221044,150884],[-223696,151567],[-227909,148946],[-226893,148205],[-224104,156476],[-219296,156565],[-222552,154560],[-229419,324142],[-228796,336507],[-225389,334372],[-225747,335006],[-230283,343218],[-228200,357543],[-229008,354703],[-228278,361054],[-229775,587666],[-228385,585099],[-227614,587976],[-236648,144099],[-234722,148905],[-234643,144906],[-240248,142718],[-239197,143650],[-233385,325794],[-233110,327925],[-232058,329972],[-231134,338959],[-242998,345559],[-237880,344440],[-237263,342598],[-235919,343452],[-236870,339241],[-240856,342395],[-241230,340880],[-237956,337178],[-240748,333309],[-231345,357487],[-230870,346548],[-236397,348161],[-232077,347146],[-231088,348622],[-232843,350916],[-242653,346630],[-240336,346532],[-232409,354277],[-233288,355183],[-232362,366501],[-230738,364655],[-236710,583330],[-236469,582647],[-232899,581299],[-231868,583942],[-230636,584090],[-236076,587127],[-230999,585158],[-240785,583789],[-235019,594835],[-232903,595080],[-235494,592321],[-252222,140149],[-254877,138619],[-253417,139194],[-243358,142837],[-244650,144251],[-244625,143331],[-249746,145424],[-250513,141566],[-255973,141131],[-255636,143193],[-255976,142808],[-247081,145797],[-244444,331736],[-254121,330736],[-248367,332044],[-251718,334164],[-245698,333810],[-252555,334412],[-244992,347576],[-245265,345998],[-246623,585264],[-245879,587440],[-243598,583168],[-265016,129449],[-266103,129868],[-268567,131466],[-262688,131312],[-257874,134656],[-259586,131696],[-258513,144493],[-260811,143953],[-264923,143355],[-263861,326632],[-262260,329878],[-265550,330118],[-258622,331754],[-263073,334527],[-265254,336618],[-263386,335572],[-261024,334107],[-266481,122320],[-264697,125073],[-270811,136283],[-270184,136432],[-270403,131049],[-273205,132201],[-272547,330235],[-278142,116889],[-279954,125724],[-276217,126453],[-274848,124089],[-286964,504921],[-288523,509158],[-289707,507458],[-288553,503156],[-292664,505991],[-282655,119731],[-283718,125967],[-284515,120699],[-306677,331217],[-306330,323926],[-304618,329645],[-303078,331415],[-302116,330092],[-306426,322333],[-306389,511797],[-302732,509335],[-300565,504289],[-301122,508018],[-305611,515305],[-306708,516886],[-304989,524487],[-302611,112763],[-299689,111970],[-319988,299701],[-317579,306483],[-312059,319690],[-314272,313762],[-312670,309856],[-317183,309185],[-310060,324042],[-311800,326299],[-311719,330620],[-313384,329336],[-309411,323727],[-307314,325865],[-307847,327949],[-310859,332380],[-313811,323577],[-315208,321922],[-316289,323859],[-310491,334155],[-307480,521228],[-309139,514557],[-332279,292238],[-324244,296032],[-327596,294798],[-330817,296537],[-332735,300655],[-321552,301368],[-322583,304816],[-324190,301681],[-328031,310526],[-325959,308259],[-326370,311088],[-329751,323506],[-327186,325663],[-327318,322302],[-337731,273314],[-341212,293840],[-339692,291796],[-344377,289003],[-337642,288500],[-336051,283087],[-342369,286535],[-342446,287115],[-336081,297577],[-339412,296767],[-341989,297013],[-334904,299376],[-336706,319444],[-338848,319544],[-339692,314833],[-335412,315675],[-337744,318593],[-345435,314560],[-345196,316406],[-344138,316195],[-333172,320892],[-333302,323667],[-336856,344164],[-340213,342707],[-343907,343475],[-336389,88813],[-346811,285553],[-350161,287587],[-356516,281823],[-356676,290282],[-358154,285884],[-345765,297349],[-355905,296151],[-352884,297083],[-356612,301086],[-355102,298722],[-349086,299204],[-350566,298656],[-352138,300258],[-348096,302134],[-349095,303657],[-354549,312632],[-357903,310375],[-351925,314485],[-358299,327398],[-350402,339758],[-346964,340257],[-361342,285055],[-358790,293118],[-361367,283220],[-370817,294335],[-369333,295332],[-361903,307232],[-368746,314715],[-369441,310371],[-368189,312563],[-369937,324166],[-368626,329687],[-365797,329073],[-364236,329889],[-360454,328529],[-364124,325560],[-363123,331179],[-361421,325807],[-368486,333748],[-367501,335865],[-368650,337534],[-371150,338231],[-380151,305434],[-382902,307004],[-381063,300296],[-383469,300123],[-379167,297898],[-373881,294751],[-375317,296072],[-377016,303556],[-375695,305330],[-382625,310118],[-379729,311503],[-374184,314916],[-375001,315012],[-372985,318512],[-380231,315913],[-377591,315570],[-372274,307774],[-372576,312299],[-373880,321859],[-378043,321683],[-379021,321601],[-378894,323378],[-377197,325376],[-374111,338504],[-386955,301215],[-387284,316826],[-385623,315485],[450,142620],[1288868,300149],[1285149,550026],[136155,-299789],[137964,-302184],[136330,-303087],[130919,-303249],[135406,-300390],[139154,-303260],[135930,-299893],[138900,-317387],[140770,-311003],[138995,-310682],[140415,-310861],[138432,-312672],[140724,-313219],[140517,-317410],[139710,-316686],[140438,-316757],[139197,-320711],[140749,-320241],[138628,-321543],[136944,-319970],[140136,-322002],[140015,-323577],[140248,-324082],[140771,-323440],[128547,-331144],[128316,-331826],[137132,-326898],[136718,-331533],[129184,-332230],[135301,-331133],[137539,-324544],[137163,-327646],[134914,-331102],[130378,-331547],[139766,-324434],[140440,-328700],[136469,-331832],[136876,-332279],[137255,-331785],[135654,-331761],[133495,-329355],[134997,-328034],[135113,-331639],[132928,-328630],[131458,-332835],[131828,-340271],[128452,-336879],[131148,-336145],[129358,-337495],[130978,-340955],[129945,-339253],[131850,-340266],[132115,-336384],[130473,-347277],[131301,-346799],[132905,-348215],[131299,-347157],[135709,-19803],[130845,-12954],[137407,-25756],[139191,144007],[136349,145810],[136771,20598],[133528,16803],[138319,24086],[129750,26922],[128748,55477],[130874,112331],[138745,113918],[140244,102945],[139594,120522],[130996,122024],[131163,115808],[147195,-286183],[145575,-294184],[146191,-286922],[147906,-285838],[152841,-283329],[146861,-286786],[152497,-284373],[153107,-284951],[145574,-293942],[145053,-296493],[149684,-298670],[141872,-298137],[141036,-303726],[145893,-302587],[146921,-295421],[144230,-303827],[142880,-299506],[143817,-300040],[144252,-296719],[146776,-298574],[144405,-300482],[145339,-304574],[148220,-301767],[149180,-305236],[142673,-301300],[147868,-301610],[141453,-303947],[147657,-297994],[148486,-299781],[148611,-298565],[147303,-301782],[143094,-306482],[146129,-300861],[152148,-306664],[148418,-304149],[146802,-306265],[144650,-296774],[143699,-302565],[148250,-305805],[145281,-302905],[144805,-304491],[143868,-304531],[144545,-298970],[141488,-308516],[145044,-313834],[144134,-311067],[151010,-308999],[148470,-308168],[146678,-308179],[145399,-309587],[145049,-307005],[141823,-308884],[142552,-319786],[151616,-307382],[142937,-316169],[144743,-315961],[141412,-311539],[142016,-317610],[144858,-314708],[143011,-314833],[143061,-316124],[151407,-307911],[142212,-309894],[143134,-309589],[144392,-312034],[145121,-309485],[147600,-308399],[152120,-308346],[153548,-308001],[151066,-307505],[142948,-320597],[145823,-326138],[149849,-328551],[142864,-322877],[142107,-324866],[144104,-322336],[144875,-325162],[147674,-322752],[145391,-324084],[148604,-323476],[145892,-326516],[149045,-324546],[148345,-324702],[147898,-326226],[145717,-326626],[144523,-327449],[143422,-326354],[143685,-325815],[141533,-326064],[142303,-326530],[142699,-327421],[142486,-327202],[141631,-328699],[152323,-29956],[151213,-27764],[141824,1468],[151796,9525],[146920,130204],[143645,128425],[144895,141373],[144900,15010],[147089,29309],[140990,27777],[140929,35874],[147086,102506],[145971,104556],[145956,106382],[151697,120486],[151807,126394],[147350,122145],[154894,-277835],[164847,-32600],[163618,-32954],[165731,-33318],[160780,-30999],[155396,-32155],[163119,-34262],[159756,-31096],[157489,-32543],[154163,-26896],[155450,-26852],[153750,-30059],[160730,7403],[164242,11248],[161319,129593],[155811,130509],[165281,129188],[155825,14588],[154796,13155],[165980,16798],[161310,76127],[157466,73275],[160446,83813],[159193,101069],[165649,96069],[154374,101322],[159598,97093],[162703,94793],[155710,99522],[163313,101492],[163861,108641],[165230,114314],[164247,106501],[155619,106272],[162753,104986],[156426,109240],[159992,108663],[159232,104916],[160750,103898],[153975,108353],[164531,117470],[163116,119548],[163224,116480],[158418,127542],[161537,122892],[161909,124479],[161215,115444],[164141,120849],[165605,116935],[156969,118754],[179141,-135559],[172916,-135459],[173354,-132854],[174198,-152392],[171152,-159452],[170355,-163329],[171693,-161499],[175100,-175059],[172560,-167772],[173215,-167096],[174338,-166729],[175953,-169954],[176052,-167474],[174345,-173195],[175016,-171289],[173749,-23476],[178949,-22125],[178890,-25299],[171417,-24917],[171851,-25383],[173178,-24899],[169498,-29681],[167860,-30633],[166441,-30760],[168052,-32517],[172313,-31157],[172131,-33017],[174536,-25853],[175549,-29715],[174317,-30204],[172316,-28831],[174235,-27102],[176125,-27565],[170574,-28288],[169514,-26308],[170321,-26119],[177532,-27027],[169382,131090],[171332,139466],[171503,28942],[170781,28566],[173035,30726],[175334,32792],[176723,34245],[172934,32620],[167333,85297],[177684,102219],[168415,95034],[173887,91079],[172258,101996],[166449,112322],[173856,114541],[166705,109100],[169858,111608],[178369,112035],[168967,106561],[169099,107707],[168739,108358],[170634,117120],[187013,-119555],[184178,-118398],[189970,-138170],[184684,-133866],[190277,-139050],[182910,-138556],[187826,-140479],[185134,-141821],[179325,-146711],[188493,-145685],[189927,-146473],[191739,-147794],[188453,-145518],[186066,-151275],[181760,-161459],[182309,-163282],[182513,-161701],[183577,-176045],[185468,-171954],[182074,-172688],[179236,-177577],[183566,-180075],[184528,-187773],[191293,-24535],[191312,-24875],[185778,-21716],[182525,-20857],[184099,-20305],[191670,-20727],[189787,-19055],[187892,-18557],[182243,-22913],[185278,-22936],[190237,-110532],[182725,-106409],[183301,-106031],[184964,-104911],[184481,132038],[191704,144807],[187616,143457],[188393,25330],[191823,31622],[190836,31644],[187275,33928],[191375,36735],[190085,38298],[186655,30902],[190416,37842],[182996,34880],[183083,37778],[185827,33377],[188856,27915],[181847,27353],[180025,28305],[180983,30479],[188066,494085],[184448,494723],[186441,508000],[191313,500050],[180910,39687],[179683,40300],[181953,42536],[181702,45992],[181581,48340],[188557,40104],[183619,52814],[185219,96726],[184762,94012],[203985,-123608],[200400,-121834],[199551,-123916],[200766,-121506],[200842,-116566],[192425,-138272],[200942,-129425],[201093,-128628],[193832,-140327],[195040,-130947],[192184,-131994],[204055,-129838],[202196,-141065],[203985,-142100],[203010,-145857],[203969,-146211],[197097,-144500],[203532,-162796],[203922,-163564],[192770,-160104],[193045,-163222],[194803,-163476],[198137,-163238],[204388,-176668],[199269,-178395],[203005,-173307],[192618,-168416],[193435,-172809],[193550,-170537],[203501,-179048],[203485,-181682],[203600,-182421],[200390,-179520],[198025,-194231],[196773,-192618],[200902,-195814],[196995,-20061],[195008,-20774],[198704,-22172],[197164,-23817],[198068,-23320],[198982,-24624],[196012,-23546],[204251,-32228],[200270,-85873],[196948,-88872],[192948,-93734],[194290,-91024],[202951,-95159],[204446,-92128],[203468,-96907],[201725,-89694],[192240,-113782],[197500,-114217],[193042,-108303],[204245,8234],[204588,1396],[202026,291],[200641,2816],[204528,6510],[201367,7733],[203933,8604],[201461,9081],[199368,37831],[193069,28522],[193463,493736],[196172,510963],[202240,505995],[201704,507032],[198722,505080],[194587,506832],[192773,501455],[195759,500589],[200384,38603],[196923,43711],[199401,42898],[201610,39599],[196641,41332],[192341,42181],[198068,514643],[198854,520149],[200262,527646],[204656,112422],[201443,120848],[200096,117594],[215493,-120785],[214572,-125439],[213400,-119323],[217258,-148533],[205144,-141497],[208777,-147984],[214945,-177725],[216229,-176547],[210262,-176377],[205833,-176593],[209052,-176652],[208620,-178636],[217553,-176340],[211680,-181732],[207637,-182994],[205340,-179286],[212943,-181034],[216151,-179912],[212726,-181031],[215597,-190532],[217296,-190207],[214271,-186951],[206475,-186242],[208750,-181324],[209716,-12495],[209891,-12362],[209826,-11364],[210158,-11552],[210459,-11624],[211028,-11772],[211778,-11802],[212992,-12320],[213566,-12275],[214163,-12282],[214796,-12456],[212758,-11857],[211508,-11908],[210845,-11626],[210152,-10680],[210548,-11041],[211126,-11015],[211735,-3747],[210293,-6572],[211697,-4208],[209877,-3731],[207416,-2892],[205912,-3045],[214650,-255804],[205997,-286013],[210608,-295344],[210763,-17701],[207949,-19737],[210728,-16742],[207917,-17062],[210905,-19408],[210473,-18292],[210106,-18453],[210814,-19214],[209975,-17757],[210744,-18572],[209759,-19204],[206601,-17213],[210410,-19250],[208321,-17728],[207594,-18165],[206883,-17344],[208042,-17957],[208533,-17112],[207144,-17125],[209496,-20296],[210629,-17682],[207737,-19705],[210672,-20253],[210486,-19445],[209859,-19545],[208657,-18618],[209477,-17550],[209851,-17549],[210793,-18323],[210256,-19197],[207054,-18829],[207216,-18093],[207406,-19045],[210236,-19393],[210068,-20270],[210422,-20316],[208934,-20277],[209854,-16819],[209739,-16724],[209077,-16783],[208613,-16861],[208474,-19775],[206488,-17339],[209130,-16672],[207670,-18025],[208132,-17803],[207253,-18224],[208338,-18812],[207938,-18883],[208836,-17840],[210298,-16756],[209515,-16999],[207756,-16946],[207454,-17139],[207569,-17264],[210302,-17565],[209515,-18393],[209799,-18349],[209516,-19284],[209078,-17613],[207282,-17045],[210261,-16985],[209147,-17083],[209313,-16997],[210127,-16652],[209909,-20012],[207629,-18571],[207301,-18858],[210862,-20118],[207792,-18928],[209248,-19558],[208965,-20436],[208497,-18717],[208094,-18727],[210577,-16834],[210537,-20188],[209395,-19439],[209045,-19475],[208242,-19360],[208531,-19650],[209658,-20272],[210149,-20182],[208599,-20433],[208062,-18978],[209476,-17822],[209595,-20425],[209221,-17915],[210653,-17478],[209061,-13636],[209314,-13502],[209693,-13661],[210102,-13406],[210419,-13622],[211342,-13292],[212467,-13711],[212894,-13458],[213321,-13553],[213616,-13810],[214099,-13838],[210216,-12660],[210772,-12677],[211221,-12765],[212695,-12723],[213311,-12785],[213974,-13099],[214364,-13008],[214738,-13073],[216077,-24982],[214982,-24226],[213219,-22837],[213831,-23929],[207489,-37482],[216157,-35938],[205313,-33020],[205931,-36760],[212953,-37996],[205826,-38513],[215586,-42668],[215796,-49146],[213483,-45179],[212271,-46285],[208912,-42221],[209461,-44784],[208806,1979],[208067,5596],[210536,4704],[206212,2576],[205694,5048],[206140,8123],[209519,9987],[209737,8668],[210903,11646],[206357,9290],[208088,7869],[208717,5987],[207285,7165],[207889,136774],[205654,131915],[205160,135674],[213029,134528],[215857,131381],[216904,132726],[216774,142861],[207592,146074],[207685,144438],[211667,145088],[215356,150589],[209465,13448],[210948,21175],[209033,19637],[208394,17667],[207105,21448],[211368,16071],[209859,13700],[206261,13735],[215840,31019],[205007,512911],[205040,523598],[214260,536473],[216773,534381],[213583,539853],[216690,540466],[212688,539305],[216718,543794],[211068,56272],[215741,107580],[217380,106383],[207169,116745],[204810,117836],[221850,-117129],[218114,-119282],[223836,-154995],[218161,-171849],[224738,-172340],[218599,-174410],[218247,-175900],[227800,-171808],[227858,-204042],[228472,-205498],[222709,-12503],[223627,-9586],[227676,-260612],[229704,-263003],[217682,-273421],[221499,-289236],[229269,-296699],[220900,-297287],[217660,-306989],[229730,-307669],[226905,-314027],[228915,-21511],[229608,-24811],[226476,-20530],[224740,-17818],[223134,-16584],[221054,-16343],[220020,-15915],[218892,-19305],[217768,-22391],[227180,-27887],[228454,-35415],[228533,-33905],[226378,-30790],[227879,-36976],[230384,-32052],[229571,-32568],[229686,-29512],[230197,-26948],[218000,-45138],[221530,-43778],[219943,-48113],[227724,-63584],[223171,-61532],[225979,-59165],[226706,-60000],[225714,-56827],[229793,-66104],[230164,-87160],[230262,134717],[223612,128203],[222693,131048],[228909,136419],[219233,128436],[222385,139027],[221015,139568],[224689,137590],[220570,138845],[219157,129399],[224731,132590],[218496,132086],[218480,142352],[219400,150042],[221800,148273],[225396,151967],[228302,149237],[228434,145170],[228496,36440],[227419,32908],[223108,50703],[223519,50096],[228678,39202],[230136,43152],[229380,536072],[228048,537677],[224864,532494],[227998,532767],[227228,529057],[228647,527726],[225061,527126],[226412,538468],[229703,550237],[220461,542214],[218617,543299],[228945,563174],[222042,553444],[221121,552106],[227738,553402],[225957,563669],[221555,53142],[225609,54704],[225902,122121],[221406,127022],[224795,120014],[225557,120995],[221138,117987],[227931,121834],[229754,121289],[228015,121539],[230207,127140],[228381,127584],[236264,-168743],[242229,-180612],[238686,-182101],[241534,-222088],[232737,-243519],[240132,-247085],[230740,-258501],[238917,-270929],[235206,-273082],[240164,-320102],[234344,-323254],[232328,-23543],[237807,-17850],[239159,-20671],[236824,-17704],[241298,-15495],[240537,-13366],[241222,-17987],[242885,-16210],[238569,-19178],[232896,-27608],[241158,-30241],[234678,-35244],[241657,-34995],[239162,-36823],[230546,-35266],[232861,-31082],[236340,-35516],[234432,-31694],[232169,-33352],[232292,-28781],[239523,-40245],[238308,-38702],[237927,-40288],[242600,-38842],[238836,-44548],[239259,-50850],[235691,-44263],[235533,-41940],[231753,-41464],[231020,-39062],[231189,-71222],[231492,-74980],[231545,-68623],[232623,-68388],[233660,-68357],[231128,-67994],[232419,-72287],[233963,-71771],[234708,-71850],[234879,-73674],[235095,-72698],[234499,-68846],[237423,-68203],[239214,-68374],[240865,-70997],[239084,-71214],[233931,-67741],[231259,-65602],[230535,-63889],[241570,-79613],[238259,-81766],[232260,-85251],[243123,2183],[239476,128274],[238020,136429],[237090,135065],[233500,139225],[232502,139602],[232979,133428],[234839,35784],[233041,34407],[236002,33704],[236627,32242],[234254,35574],[242360,47393],[240335,42565],[234009,548666],[233728,550016],[235246,547048],[230656,550251],[242710,563031],[236558,552866],[237830,555280],[236163,558491],[237709,560916],[239241,561715],[236960,559361],[233510,562091],[238882,59944],[242734,51523],[242318,52468],[242050,112295],[242949,111147],[234790,106466],[238962,106735],[237814,114342],[235265,105589],[232830,120972],[231467,120491],[234944,118647],[242405,122342],[237411,125771],[242006,123012],[230427,126863],[253646,-211529],[253937,-216297],[254026,-209886],[254262,-216354],[248352,-212526],[248071,-213712],[251208,-215921],[246459,-217227],[244557,-226364],[243757,-223241],[255311,-222266],[252370,-221779],[251039,-224242],[247680,-221552],[247400,-219434],[251583,-202],[254511,-336],[246069,-252396],[245476,-261053],[249294,-271176],[255493,-269497],[244990,-280035],[255527,-291111],[251388,-289350],[255309,-283440],[253102,-297311],[244830,-297981],[248780,-300298],[248416,-22987],[244815,-23660],[245220,-21709],[247477,-21972],[244330,-18957],[255434,-23857],[252615,-28012],[248401,-35804],[248028,-26226],[247652,-29687],[255923,-34287],[255843,-33849],[250905,-31128],[244922,-29909],[252563,-33332],[245393,-30035],[253912,-29605],[243790,-36021],[246574,-32769],[243567,-25668],[245932,-37523],[251764,-50624],[243865,-47728],[253054,-38829],[253078,-38296],[251223,-50830],[255661,-50898],[252197,-38388],[243678,-43300],[244204,-40014],[247496,-42210],[247782,-40048],[251390,-40999],[254868,-42908],[251788,-49576],[249466,-45446],[249151,-47853],[243320,-48903],[255535,-45517],[251470,-45173],[250262,-45079],[251980,-59398],[252436,-52623],[255096,-59464],[254259,-52469],[247091,-51355],[253499,-63534],[254136,-62804],[255950,-62904],[254783,-62000],[255413,-59013],[254992,-56574],[252574,-55110],[250745,-68065],[252560,-69133],[252675,-67778],[250088,-75839],[251071,-68468],[246028,-68309],[249907,-70311],[251214,-66402],[251895,-66653],[244718,-81808],[246630,-77130],[253742,4729],[253001,5606],[250847,1020],[248076,1273],[246328,7466],[243221,5881],[247390,6341],[247923,5971],[251938,132317],[252980,13276],[254193,13358],[254804,16708],[247654,30457],[251129,36270],[245413,38436],[248160,42982],[251858,39508],[244627,39021],[243451,45932],[245411,50125],[245917,49870],[243292,565827],[253391,62638],[247244,59970],[244775,63092],[246142,66623],[251077,68874],[249826,70456],[246717,106774],[252465,110395],[252322,116697],[243213,122028],[245895,120319],[248243,123113],[245364,126703],[249462,116601],[246899,127409],[248110,123956],[248839,120757],[257219,-198175],[264415,-209816],[263236,-205660],[258177,-221848],[267017,-225902],[262983,-217409],[263242,-219784],[261506,-225630],[261580,-224949],[267443,-226408],[257843,-226878],[257478,-227089],[257238,-227560],[265117,-232928],[267075,-236658],[265783,-238708],[256350,-2020],[259134,-6523],[261807,-198],[260333,-861],[263361,-3797],[267704,-12298],[264231,-10579],[256087,-259188],[262079,-280251],[263299,-283113],[263173,-304055],[266769,-317445],[257433,-320528],[267978,-24582],[266181,-23840],[259643,-24937],[263188,-25907],[266010,-28451],[268476,-35181],[261464,-36379],[262639,-29014],[266837,-35925],[268297,-33676],[268020,-30577],[265827,-34786],[264090,-48511],[264423,-49795],[257677,-49299],[259898,-48604],[262139,-47172],[261966,-44000],[268676,-45042],[265890,-38658],[268570,-45857],[265037,-42556],[265695,-43645],[268185,-42016],[265779,-59457],[267948,-62065],[260592,-56656],[260279,-61155],[256248,-63497],[266862,-52038],[256850,-52919],[256700,-56810],[260141,-60000],[259466,-60543],[258903,-62425],[261786,-62107],[263004,-62950],[263252,-60756],[264625,-63790],[266021,-62854],[266757,-62148],[264789,-60813],[265159,-63081],[256696,-57972],[264888,-58819],[262949,-55106],[259861,-55985],[262008,-58531],[266126,-57232],[265122,-55797],[266909,-75662],[268271,-71434],[268424,-66153],[266588,-67432],[264207,-67368],[265785,-64318],[267267,-66168],[266755,-65931],[261329,-70744],[263848,-71087],[261392,-73689],[262734,-73690],[268268,-67778],[267618,-65877],[260191,-79668],[264412,-78542],[258191,-77906],[262152,-81216],[257109,11178],[256915,4868],[261015,4939],[261400,1610],[259673,313],[260391,2434],[257977,1383],[263935,6125],[268735,10925],[257810,13885],[257578,13861],[266225,33451],[256902,33531],[268769,31423],[257127,36657],[261518,27308],[265496,28894],[263755,27500],[267618,406789],[267449,522843],[263888,521193],[262467,524620],[258125,530908],[256171,62949],[262253,59861],[265030,61119],[265776,65929],[257502,67970],[265108,70647],[266692,72258],[262045,98765],[267205,107060],[258093,123826],[279569,-189726],[280093,-186179],[273219,-190377],[270806,-188257],[273988,-190323],[274328,-190122],[276587,-204231],[277029,-222720],[269384,-226810],[279080,-235064],[272790,-230767],[274613,-231941],[269739,-11837],[269621,194],[280336,-5482],[278601,-8287],[280113,-9729],[271934,-827],[280154,-407],[273504,-250348],[269277,-249132],[272784,-251194],[280899,-270843],[278945,-293129],[274596,-13451],[277123,-13962],[275186,-15471],[270911,-23060],[281394,-16128],[279158,-25234],[280090,-25407],[272165,-31100],[277420,-33535],[269946,-36161],[274150,-37596],[279722,-29441],[281534,-31673],[276488,-30177],[278702,-33401],[271540,-26679],[274030,-25989],[276331,-26008],[280553,-35822],[270175,-49329],[276399,-41144],[274608,-43566],[280481,-38927],[271146,-40943],[269981,-38785],[278687,-50860],[274121,-46531],[274149,-48108],[281167,-46419],[274092,-41771],[277197,-42192],[277396,-46224],[277416,-44882],[278022,-46216],[272008,-38313],[273479,-38577],[280589,-47866],[279957,-50523],[281239,-42165],[270710,-43005],[271716,-47179],[272460,-49184],[271237,-59485],[271273,-60789],[269213,-51620],[270190,-57007],[272795,-62007],[270307,-59220],[274428,-62057],[272850,-61173],[272296,-59235],[277108,-57209],[278196,-60763],[279925,-54849],[274847,-54502],[278774,-56995],[279819,-57131],[276731,-60617],[280768,-61991],[273487,-54332],[268973,-73125],[279989,-72215],[275424,-72288],[276103,-71360],[276160,-75468],[268951,-72198],[272403,-69006],[271333,-69284],[270718,-84058],[273909,-77206],[268917,391],[269913,9758],[272717,12907],[277631,5862],[273017,7649],[281202,1845],[281215,22180],[274154,25479],[277984,22142],[274809,30289],[279174,28708],[271378,27020],[273985,402666],[270359,404810],[272783,405642],[278512,407942],[273707,410073],[273079,417234],[272980,411875],[278424,418784],[274962,412996],[276207,424428],[272709,524304],[272592,522446],[269936,522784],[271333,517439],[277455,534136],[276777,529820],[274873,525324],[281311,527162],[279658,525814],[278753,542883],[277721,539283],[271369,70787],[279545,71086],[277586,73083],[277870,73960],[280545,74904],[281092,80373],[274891,83913],[275827,85605],[280263,97901],[276536,101375],[278701,92910],[281442,114447],[279813,109038],[270921,123001],[281716,-188320],[282984,-197165],[282819,-197714],[290522,-200727],[291472,-200295],[293902,-195192],[286852,-208230],[288145,-215881],[290340,-220614],[283253,-227559],[285791,-227198],[290436,-223406],[291768,-222387],[291246,-234477],[289870,-6941],[292253,-9384],[288210,-6174],[289214,-10460],[283872,-8107],[285874,-7024],[283725,-11480],[288714,-11111],[283774,-796],[290281,-3773],[292040,-5205],[285747,-243288],[294112,-245947],[284183,-252690],[291017,-266895],[289865,-261404],[293661,-280602],[289621,-277941],[291444,-289816],[293705,-22236],[294028,-24033],[285319,-23199],[286166,-13526],[289300,-14415],[283058,-24272],[281795,-22184],[284102,-25452],[293431,-36488],[294322,-32582],[290889,-30725],[292154,-29111],[291160,-27434],[294185,-28427],[288424,-33618],[283554,-29639],[286908,-32784],[288779,-33107],[283542,-33466],[283078,-32899],[282773,-36183],[285820,-30861],[290132,-32128],[285203,-28409],[286348,-29454],[291950,-42544],[286603,-42979],[283283,-43625],[292256,-43069],[292635,-38494],[282561,-49957],[290757,-42384],[289913,-48642],[290690,-38873],[290082,-49038],[290486,-49811],[288825,-40949],[281810,-39439],[290717,-46358],[291964,-47800],[283102,-49286],[284586,-44886],[286224,-47429],[287547,-46128],[285131,-40890],[284235,-43560],[284297,-41960],[289617,-38279],[282554,-63757],[290206,-54227],[293986,-51263],[289561,-63080],[289610,-62350],[285046,-57567],[290690,-58674],[286006,-52699],[282102,-54007],[286291,-60222],[284195,-60637],[281905,-61016],[283395,-54734],[284422,-53063],[282325,-52282],[289200,-73635],[287760,-72424],[286138,-67262],[286244,-64147],[291203,-66882],[289463,-69548],[283256,-64186],[289434,-84152],[289247,-82951],[286081,-79258],[290520,-81539],[291512,-83067],[291103,10729],[291479,10603],[289510,10688],[287039,3546],[293509,1737],[292553,246],[289968,7025],[293118,2242],[284943,8814],[283760,11561],[283860,11037],[283454,24982],[290633,23206],[292437,19397],[284478,22234],[290021,14189],[288858,14358],[283911,14305],[285435,459976],[283399,465236],[286632,466632],[290220,466096],[293223,467526],[292568,462995],[286824,463349],[283327,463242],[287688,62562],[284078,57732],[283732,60701],[282328,69111],[287122,67069],[288265,68837],[290380,75412],[287068,76424],[290681,84551],[287759,84901],[283086,80364],[289181,79010],[282384,100875],[295122,-188063],[302981,-187862],[301333,-189740],[296142,-203753],[294907,-195220],[298948,-199899],[299498,-198786],[297750,-211885],[296452,-237628],[304936,-9854],[298366,-8545],[296249,-10527],[296619,-6197],[294698,-9565],[297157,-10762],[298899,-12104],[301421,-11297],[303287,-11597],[305580,-9218],[305194,-6545],[304225,-1003],[295706,-834],[295170,-3956],[305750,-245098],[305385,-25312],[297820,-25265],[296534,-25179],[298985,-23086],[297088,-20517],[303213,-23723],[306715,-24010],[305948,-15211],[304051,-13746],[296749,-27718],[306815,-25544],[305608,-34766],[301156,-36800],[304640,-28624],[304833,-30894],[303032,-33335],[300735,-34809],[303741,-32383],[296644,-35909],[296626,-33867],[304259,-26473],[305617,-25812],[298016,-26777],[300798,-41644],[300108,-40463],[306979,-43730],[301398,-43856],[300990,-44750],[295799,-46297],[306703,-46122],[301680,-41492],[296299,-63290],[296526,-59408],[295070,-61020],[302434,-57014],[298290,-57178],[298199,-62558],[300953,-60621],[299394,-58776],[298633,-61590],[298153,-60308],[303676,-59551],[303324,-59034],[294485,-56868],[299066,-51860],[304878,-51147],[294553,-53753],[295875,-55436],[300892,-71326],[300864,-70681],[302099,-71026],[296837,-76576],[297521,-74844],[299676,-72691],[296750,-63982],[296171,-74215],[300506,-71094],[302714,-69685],[296902,-65767],[294786,-68130],[301435,-66140],[299814,-67113],[299092,-66128],[298889,-63898],[294774,-71439],[295501,-71796],[301277,-79682],[297788,-79023],[304843,-83636],[304320,-77104],[304386,2247],[305726,5395],[302593,8059],[300263,281],[301472,7703],[301417,4602],[299490,7906],[294614,8344],[295480,2823],[305378,408822],[304341,407609],[304679,415808],[304316,420989],[304267,417715],[307130,428580],[298810,466388],[299392,471108],[295223,468704],[306866,463454],[311304,-199480],[317366,-200854],[314770,-198804],[316169,-196903],[317838,-200674],[308323,-195114],[308719,-197408],[311393,-193105],[314577,-205865],[313453,-206942],[310712,-210547],[307952,-214120],[307976,-215060],[316565,-222973],[310421,-226198],[314827,-230846],[313569,-236174],[318012,-239491],[308455,-235026],[309802,-9446],[314440,-10729],[308251,-27],[310718,-256086],[309028,-259800],[309224,-14288],[307995,-37676],[316977,-49888],[315193,-44964],[314918,-44554],[308061,-38250],[310313,-50789],[308172,-49381],[310526,-41562],[312194,-44256],[311001,-43080],[310125,-56269],[313496,-58209],[308192,-54609],[317024,-58477],[314516,-53988],[319010,-56973],[318399,-55556],[311690,-51775],[311566,-51252],[311190,-68871],[310637,-74303],[313071,-68217],[315346,-70338],[318016,-75384],[314265,-75527],[307679,-83626],[314567,-80919],[313811,-79128],[313304,984],[310556,405949],[308777,408311],[315920,407020],[313142,407332],[313675,407866],[309883,419044],[311689,416175],[308878,415472],[315998,411368],[317729,411586],[316325,415890],[319271,414519],[319972,418848],[316490,422245],[315512,418566],[316776,430574],[313389,432921],[311845,429217],[308755,426357],[308345,423408],[318468,424310],[318745,430714],[307533,434915],[315559,435262],[313860,436257],[309478,464002],[320124,-200308],[321462,-202802],[324392,-203735],[321731,-203120],[324586,-204465],[330085,-247906],[320235,-252622],[327257,-256820],[327109,-261267],[322456,-59003],[323098,-58168],[325505,-55982],[327126,-57915],[326606,-62142],[323926,-61151],[320355,-63049],[332614,-73647],[320962,-68109],[326370,-65302],[324152,-64387],[326807,-66949],[323665,-64424],[323816,-63826],[332493,-84394],[331216,-80805],[328691,-77930],[322196,417491],[323435,414816],[323469,421680],[326290,422422],[330105,433145],[328911,433607],[326508,430314],[330869,434489],[325823,435400],[320784,433131],[320731,431577],[320211,422623],[321247,429633],[332328,429589],[330405,428077],[327797,436529],[341694,-207917],[343622,-213335],[340686,-223081],[335850,-223509],[339802,-224186],[338455,-226141],[338675,-226098],[339187,-228894],[339543,-229047],[340660,-238246],[345539,-236403],[343358,-6853],[344326,-250354],[336287,-253504],[343587,-256357],[340597,-262713],[336733,-267475],[337678,-262744],[344493,-37766],[341107,-34641],[344350,-49165],[340815,-59713],[344828,-56371],[340152,-67873],[337901,-76300],[338796,431421],[335652,430231],[334920,436699],[347340,-211109],[347503,-206434],[356021,-208545],[354053,-209172],[354244,-209234],[348266,-218527],[347904,-218812],[347255,-227637],[348006,-228599],[352753,-232627],[352923,-233898],[346376,-237224],[346534,-237230],[348525,-10663],[346505,-11001],[352490,-8046],[353178,-252438],[358086,-248536],[353819,-267356],[351476,-260076],[350977,-36381],[355862,-31799],[353549,-45100],[347613,-39333],[355872,-43004],[356033,-45958],[352089,-49583],[355375,-56331],[349853,-72647],[358204,-65864],[353655,-74090],[369836,-203523],[364084,-207126],[370247,-205242],[358522,-207708],[370854,-208642],[362681,-211234],[364672,-209764],[364001,-212534],[365533,-213372],[368640,-211359],[369896,-209765],[370366,-222660],[360814,-223906],[358886,-240405],[369950,-235334],[366369,-250588],[359083,-248076],[361036,-246491],[361425,-246581],[366406,-254905],[367848,-255546],[358546,-261590],[365522,-256919],[364006,-257530],[369015,-261313],[369642,-260917],[358516,-19819],[358411,-24861],[364044,-68861],[364305,-79577],[364838,-86425],[364655,-82791],[359839,-82227],[368153,-88184],[368778,-90939],[365120,-92895],[368316,-92053],[367247,51918],[383008,-169947],[375526,-202579],[378618,-204476],[377644,-201137],[381147,-204514],[371261,-201344],[374181,-203069],[380009,-205439],[372865,-207942],[372433,-208893],[378304,-209783],[378346,-210871],[374860,-219280],[380264,-220044],[380356,-237325],[380628,-240751],[377026,-252857],[381328,-249782],[376405,-258570],[375541,-259561],[376416,-43723],[372119,-41591],[381591,-51419],[380477,-64341],[374720,-76800],[374863,-90082],[378948,-95623],[380661,-100019],[383627,-92518],[373387,73810],[374243,76283],[374165,69415],[378194,71100],[377688,72852],[377848,68879],[379283,70467],[382515,68938],[37103,133066],[36238,153789],[33277,143417],[35560,145437],[36401,143480],[37041,143909],[37483,143904],[32129,260000],[32130,261529],[31371,261366],[396029,-198784],[395952,-202186],[387626,-199978],[391920,-203004],[390341,-207952],[385969,-208823],[385559,-208609],[393328,-220858],[389926,-227223],[389659,-234554],[391111,-244726],[391654,-255181],[385734,-66271],[391735,38812],[385622,47031],[388787,40740],[389020,41339],[387517,40843],[388597,51366],[385722,51000],[394537,63940],[392347,54588],[388001,62872],[391361,61209],[394446,60817],[396656,58272],[394691,66174],[389666,71126],[391505,65006],[386912,68802],[386578,106937],[388273,105713],[408615,-199100],[400930,-201146],[402699,-199337],[401631,-201831],[400506,-210718],[399255,-212484],[404114,-217874],[400468,-234628],[403729,-5790],[409482,-4787],[404256,-8993],[404366,-8850],[401508,-10457],[401302,-10727],[401630,-6872],[407823,-246952],[397553,-254217],[397058,-248947],[397126,-248942],[408434,-257198],[397114,20463],[397660,16929],[398474,63049],[418155,-201542],[421461,-204370],[411442,-203700],[411440,-202181],[414368,-199849],[416632,-201441],[409885,-213294],[413355,-225004],[419400,-218383],[417138,-226566],[416099,-3888],[412943,-4694],[410627,-243953],[416027,-252926],[419702,-251120],[417164,-244288],[417277,-244635],[414325,-247347],[413486,-245932],[410673,-254220],[411835,-252270],[414644,-259124],[409747,-257221],[410339,-36069],[422015,-76409],[419684,-64148],[421452,-74258],[422174,-72575],[420623,-88219],[421641,-84906],[418554,-88856],[421195,-78398],[419117,-90983],[422790,-201044],[433936,-209486],[434621,-206993],[432001,-208356],[424004,-208239],[433686,-212193],[427462,-215299],[423052,-210381],[425521,-210641],[432464,-217975],[433200,-218079],[430579,-221480],[425796,-233207],[429194,-242303],[433335,-231712],[433497,-240447],[435108,-231464],[430228,-3994],[434872,91],[433191,-2832],[427506,-11522],[426735,-12150],[425438,-9364],[427011,-245353],[432613,-248109],[432542,-248290],[433197,-254793],[434821,-255669],[430691,-259751],[434659,-264802],[435149,-258907],[434822,-259794],[434839,-261290],[432807,-260300],[423780,-20818],[427495,-18972],[428476,-18383],[425167,-21841],[429778,-16174],[430262,-13114],[432998,-15688],[433200,-17481],[433223,-20763],[432903,-21047],[431456,-21461],[423351,-25867],[423599,-67969],[423334,-75262],[422806,-84869],[426736,-76800],[433642,-95050],[435145,-92371],[427780,-93000],[427040,-95557],[430680,-95563],[432692,-95448],[424223,-92137],[422889,-93081],[424409,7621],[432356,7049],[432461,9639],[429931,8461],[425633,1775],[430002,5248],[427314,4149],[433843,2758],[430858,299],[435402,-208721],[447005,-211090],[443500,-209500],[440299,-215476],[440300,-218456],[442197,-228449],[444837,-229117],[440899,-218514],[435470,-229613],[446717,-232627],[441106,-232363],[439603,-233132],[439067,-230420],[439821,-232048],[437558,-236950],[442108,-239271],[442727,-242149],[444454,-251723],[439706,-244626],[441356,-245823],[435453,-249569],[436014,-249615],[437059,-251179],[438886,-249159],[438490,-253130],[437583,-253788],[439759,-254584],[443434,-41514],[446357,-44357],[442854,-41817],[440005,-45061],[440863,-47529],[443003,-52493],[448748,-115190],[449691,-212587],[457399,-213782],[456956,-214453],[452597,-226926],[457961,-217635],[450777,-221806],[449744,-222806],[453831,-221563],[459778,-229778],[455984,-221074],[455425,-220964],[450074,-242380],[456148,-242239],[457935,-234811],[451342,-9725],[455485,-9995],[451591,-4599],[460597,-7905],[460530,-7675],[455113,-7363],[455576,-7003],[455305,-7205],[460025,-7002],[460391,-7285],[460415,-7349],[453723,-11621],[457073,-250301],[452312,-247428],[455549,-246642],[453335,-24153],[452637,-24273],[451487,-20131],[456398,-19306],[450905,-31284],[450532,-29727],[449531,-35857],[449911,-36668],[448805,-34449],[457848,-42690],[451017,-39436],[451877,-38746],[459590,-60598],[459412,-68855],[459562,-65173],[455910,-67659],[458755,-86163],[455586,8457],[456048,9926],[454492,14093],[453774,14551],[469034,-131114],[471957,-133957],[468454,-131417],[465605,-134661],[466463,-137129],[468603,-142093],[466194,-226401],[470738,-219664],[473050,-224491],[472838,-221817],[467601,-223739],[467012,-242835],[468319,-237104],[469073,-3491],[469562,-251659],[472707,-24333],[467592,-22022],[462300,-30373],[469003,-25570],[471203,-41521],[465525,-40808],[466037,-44621],[461498,-49269],[463945,-49190],[464461,-56169],[464836,-59973],[469869,-66861],[462636,-65515],[461694,-86406],[475913,-120416],[476132,-119327],[475131,-125457],[475511,-126268],[474405,-124049],[476617,-129036],[477477,-128346],[478228,-222425],[484901,-226039],[483478,-229422],[479612,-223829],[475766,-221743],[481143,-221543],[481183,-232002],[481660,-241575],[474931,-3556],[477703,-2158],[474094,-23225],[476144,-20955],[475626,-32569],[475720,-34115],[484376,-61096],[477078,-75203],[474135,-77118],[480316,-65764],[476849,-64361],[482320,-82889],[474919,-84028],[474090,-82984],[480690,-81563],[477998,-77075],[476426,-80031],[474819,-83034],[481837,-92505],[496803,-131121],[491637,-134221],[487098,-138869],[489545,-138789],[488223,-148642],[490209,-152254],[488543,-147353],[490061,-145769],[489417,-228140],[487194,-240777],[494632,-238009],[492614,-236868],[495226,-239221],[493513,-233436],[488002,-241388],[488142,-242747],[497252,-1143],[497422,-50999],[497175,-46314],[498404,-48726],[497150,-51662],[492955,-72772],[492595,-69706],[492700,-88454],[487447,-85017],[490385,-86177],[491962,-87228],[492636,-88165],[494169,-78168],[496114,348],[495421,8596],[492137,6780],[493756,19084],[490085,15546],[502678,-164803],[501548,-167908],[501149,-170786],[500259,-172328],[501128,-169362],[503598,-166675],[503013,-170198],[503922,-168698],[507920,-172489],[506661,-171233],[501298,198],[500379,-50201],[507082,-62634],[503034,-51998],[502337,-55197],[504693,-67083],[506612,-75585],[506574,-65317],[507159,-70067],[505735,-65324],[504117,-73011],[509594,-72082],[506476,-92778],[505455,-91339],[504508,-92992],[505754,-102724],[502018,1181],[501405,24630],[506651,37151],[508289,37610],[510503,35979],[48182,137333],[39109,139055],[45888,147709],[41779,148606],[38478,142853],[43364,126349],[524251,-10909],[524451,-9065],[520235,-5383],[512577,-15732],[517098,-42062],[515905,-46320],[515333,-41759],[516793,-45983],[513940,-57823],[514586,-56781],[517951,-56282],[523312,-55677],[520880,-62383],[517613,-62093],[519816,-58758],[520330,-66242],[519019,-69566],[521619,-75022],[524083,-72469],[522240,-66394],[516630,-68806],[515599,-72316],[521856,-65608],[514011,-98565],[524508,377372],[513081,36693],[512094,38414],[513038,35303],[530231,-4954],[533281,-3775],[530193,-3271],[531552,-7846],[528299,-11426],[528266,-6540],[525605,-14828],[531242,-20160],[536771,-16132],[534414,-21750],[533198,-17939],[530260,-17431],[537125,-24047],[535908,-23424],[535905,-14158],[528380,-29565],[526935,-32958],[524856,-46419],[526276,-47195],[525260,-44868],[535895,-63764],[534795,-66286],[529669,-78874],[532183,-80142],[535482,-88090],[532916,-87329],[532409,363160],[534069,363574],[534972,376286],[526464,43886],[549234,-119758],[541420,-12147],[538421,-20822],[549362,-20469],[546683,-25143],[545869,-20814],[546834,-21004],[546571,-26477],[545056,-32112],[542523,-30558],[539356,-62393],[538783,-66336],[541203,-99300],[548621,-104982],[538899,2057],[540995,363167],[540692,367286],[545811,368717],[546381,381721],[540078,376277],[540406,382689],[540310,385862],[551802,-118135],[552813,-116841],[554710,-116064],[550938,-118074],[551290,-19995],[551910,-21566],[554487,-23065],[560391,-24609],[551023,-24365],[555842,-33682],[557820,-30826],[552302,-29830],[563048,-31574],[561306,-63266],[560583,-73808],[559076,-72267],[558993,-76406],[559122,-70632],[560640,-101200],[560407,-100496],[552269,-103790],[557362,10862],[554247,19198],[553157,17389],[552473,385236],[558502,386821],[562460,385995],[555852,388720],[564876,-19901],[572640,-19478],[571798,-19967],[573874,-21458],[564661,-34903],[569655,-26592],[575760,-28989],[573026,-26790],[572886,-35082],[570442,-35965],[571691,-34457],[575789,-32590],[572643,-31253],[572080,-35901],[572062,-38749],[571422,-56414],[570077,-59043],[568849,-55784],[569404,-60760],[570231,-63770],[573805,-63538],[573973,-67250],[566726,-67436],[570767,-69112],[570932,-71559],[567878,-68752],[570231,-65637],[566996,-75408],[571582,-78273],[573381,-78334],[569546,-95049],[572856,-99589],[566644,-94859],[567279,-108202],[566530,-111194],[567851,3370],[571764,5448],[568326,387964],[569291,98554],[568964,102460],[575365,108720],[578860,-2620],[582629,-28534],[585029,-33808],[579934,-34924],[579319,-36679],[579242,-34250],[577751,-30255],[577907,-28833],[586011,-35891],[587049,-50942],[578701,-38900],[583745,-41339],[588041,-42589],[578456,-44413],[587403,-52523],[578243,-85165],[580396,-84647],[582178,-86945],[588446,-101010],[583675,201272],[584583,17416],[576097,390516],[596172,-115908],[599370,-116168],[589035,-35661],[590067,-36544],[589044,-38989],[591645,-44939],[591361,-38211],[589286,-40870],[593998,-74696],[593070,-72184],[590969,-80430],[595083,-80172],[598911,-88971],[599855,-88728],[591987,-93240],[600011,-93007],[600989,-90240],[600724,-96656],[598462,-95778],[597328,-94092],[593494,-98951],[590124,-99394],[590806,-97679],[594242,-114042],[600398,-113174],[597822,-103808],[599758,-104437],[598526,-106599],[593224,-102474],[588948,-103987],[593999,-107081],[594706,-108863],[595321,-109432],[595985,-111636],[597343,-111730],[598259,-110388],[589474,198467],[589093,105521],[603213,-126875],[605956,-125235],[614384,-133655],[612634,-134013],[613052,-132479],[612765,-132378],[603817,-8699],[614066,-50243],[609578,-52058],[607207,-52032],[605780,-53330],[604953,-55100],[604672,-56752],[610411,-63790],[612300,-59966],[613029,-57994],[613652,-58321],[607535,-65052],[609775,-73970],[608313,-70833],[605168,-68042],[605499,-70031],[605817,-72062],[604069,-75070],[604215,-72912],[611111,-69120],[612574,-72218],[613333,-73082],[610915,-75527],[609265,-81621],[608193,-80947],[606558,-80323],[611124,-83814],[609205,-76811],[613361,-85505],[613885,-89790],[604470,-93643],[603929,-98255],[612801,-96963],[610271,-97227],[609193,-99068],[607774,-100522],[605887,-101996],[614266,-96794],[607470,-107228],[612401,-109567],[613888,-106453],[605474,-104592],[604834,-103454],[609900,348334],[621136,-127326],[615198,-122853],[617257,-121737],[614477,-121277],[616288,-117422],[615518,-115735],[626262,-130242],[624119,-130247],[624896,-131723],[624053,-133589],[626953,-134811],[626573,-135770],[625780,-136215],[624367,-135907],[623348,-134479],[623771,-134275],[621011,-135017],[620638,-134942],[618458,-134857],[620859,-131086],[621252,-128845],[621662,-127950],[620039,-128470],[616224,-129832],[615522,-130734],[615991,-133124],[614999,-55808],[615621,-60776],[618920,-59941],[623377,-61215],[622020,-56748],[625326,-56570],[627141,-55117],[620196,-55795],[626609,-59430],[622780,-72859],[624574,-74527],[620333,-72525],[624199,-70516],[615751,-74733],[615335,-88249],[618979,-80933],[618964,-79804],[618283,-78527],[620482,-82047],[617446,-84336],[619558,-85174],[623732,-83455],[614779,-101003],[621086,-99882],[615998,-98204],[620153,-95271],[618466,-91986],[617143,-90583],[614985,-90683],[620264,-92253],[621526,-89731],[617305,-99008],[623946,-101740],[626131,-98695],[627131,-96178],[624738,-92537],[624974,-94816],[623451,-89880],[624652,-89878],[615799,-112619],[616595,-109028],[614838,-109637],[615901,-106750],[622916,-103852],[623702,-107078],[621524,-104421],[618693,-105139],[615558,207201],[616388,210478],[620581,212175],[618007,354189],[622740,26779],[623428,415318],[639158,-120226],[636345,-122119],[636191,-124200],[635753,-126638],[636492,-129024],[632883,-130453],[629025,-129607],[629911,-129835],[631522,-128106],[629397,-134645],[630674,-133297],[630245,-131533],[632440,-136254],[629404,-136668],[635712,-136629],[635592,-134530],[630471,-138984],[634054,-128920],[638826,-861],[635437,-30927],[630898,-55529],[635461,-55542],[636674,-55555],[635723,-52915],[630331,-52745],[636532,-62547],[631563,-62191],[628566,-61372],[629918,-75343],[636755,-64890],[633316,-65155],[631724,-69627],[627792,-70504],[630393,-73261],[632116,-72982],[633974,-75500],[636075,-72308],[636589,-73704],[634334,-74559],[636883,-89282],[637943,-85609],[635699,-89276],[630199,-77441],[631068,-76938],[628917,-85093],[631044,-85163],[635851,-86136],[638645,-84359],[636034,-85961],[629608,-86760],[628393,-96954],[629043,-102013],[629266,-101215],[629283,-94900],[630527,-94803],[634750,-94915],[635918,-90645],[638737,-103304],[635426,-112620],[637485,-111889],[635416,2344],[635087,382875],[631853,381323],[627349,420639],[628889,424045],[638376,424815],[52516,134067],[61823,139725],[59914,139057],[649749,-116826],[648681,-120073],[648784,-120344],[644935,-121859],[643472,-119714],[642638,-122064],[645620,-124189],[648247,-127694],[640094,-125013],[648410,-115978],[641717,-116960],[649588,-119706],[647865,-118520],[640795,-119145],[652342,-119413],[642654,-125026],[650181,-123429],[652156,-125772],[645732,-128460],[642808,-135039],[646756,-133930],[650133,-131414],[641470,-132268],[643910,-130218],[642637,-129783],[643915,-132135],[642804,-135076],[650134,-1986],[650802,-9043],[651616,-28709],[651997,-46701],[649540,-44804],[642672,-60696],[645514,-57351],[642464,-56190],[640801,-61112],[641633,-62667],[645794,-62843],[647296,-63155],[651533,-72429],[647326,-73543],[646732,-72126],[644798,-69843],[640155,-68157],[642376,-65471],[652695,-70842],[652546,-65851],[649669,-65842],[649429,-67461],[649692,-71476],[649385,-82173],[647135,-83167],[642236,-83893],[646831,-81173],[648310,-79156],[649584,-79533],[649200,-84771],[649592,-83812],[648557,-101447],[651469,-100365],[651257,-101879],[650684,-89782],[652172,-89683],[645837,-92270],[645216,-89648],[647510,-90413],[651795,-91883],[652796,-114301],[645759,-112889],[642984,-113697],[649517,-103322],[647148,2504],[645040,381650],[650027,388519],[641131,430301],[643293,423978],[641893,426592],[656001,-117375],[653423,-115892],[655534,-118741],[656218,-120530],[658636,-125757],[665542,-120203],[663406,-122794],[658140,-122869],[658543,-122395],[659797,-128131],[658239,-129076],[659314,-131599],[663785,-135828],[663494,-137248],[658757,-6387],[659336,-11034],[660005,-16985],[663822,-21004],[659543,-23995],[655194,-27326],[661518,-59327],[658108,-57343],[655949,-58689],[653812,-59158],[654224,-60278],[653689,-75000],[654011,-68432],[654947,-72400],[654193,-67919],[657391,-77216],[661683,-78636],[662504,-77990],[656511,-78595],[664204,-81770],[665198,-84414],[663956,-86014],[660084,-81087],[662613,-80675],[654018,-84001],[657030,-82423],[660525,-88774],[659026,-81645],[659939,-83482],[656992,-101024],[656040,-89728],[662489,-91408],[659319,-92147],[662393,-114834],[659298,-111891],[659107,-109433],[655426,-109025],[654073,-109951],[653601,-112724],[654596,-114515],[658386,-103447],[669672,-125765],[671680,-126264],[666068,-122744],[676987,-130313],[669834,-134260],[668012,-139128],[677506,-137586],[667438,-141589],[667789,-145543],[675814,-168476],[677900,-171624],[677824,-168941],[677569,-170609],[666050,-10477],[673138,-9721],[674145,-16841],[677627,-18335],[676040,-20742],[674528,-19119],[665784,-64996],[667595,-67113],[670791,-93611],[671073,-92718],[673073,-93284],[672767,-96832],[668943,-101660],[667371,-100530],[673697,-100632],[667795,-98361],[677405,-111701],[672359,-102724],[674335,101912],[668001,101899],[675003,91794],[676573,106681],[671927,107383],[674368,114537],[676419,118095],[669171,115485],[689886,-122542],[683104,-115196],[688115,-120225],[679446,-123152],[679635,-138530],[680765,-138030],[681404,-138149],[682823,-139268],[685913,-139763],[686387,-139247],[688802,-140225],[690238,-139476],[684358,-177373],[681465,-174731],[684484,-178184],[690152,-169410],[683261,-171452],[685898,-172383],[683639,-172808],[689855,-175007],[690514,-186633],[689105,-185861],[689227,-184941],[680364,-8610],[681652,-24358],[684774,-19587],[682583,-14229],[678900,-26495],[688937,-53327],[688186,-76487],[680442,-71590],[686714,-67726],[687805,-87383],[682888,-87170],[689691,-79489],[689464,-91777],[686578,-92463],[688865,-114279],[684649,246086],[687857,102100],[678856,101989],[688408,97782],[684002,96495],[685203,95206],[679338,94514],[686163,102982],[684326,103749],[687818,105348],[681300,105417],[689217,105093],[685843,106624],[686470,108767],[684713,109312],[686212,111245],[686690,112781],[688041,112023],[688677,107585],[686841,117082],[684557,117264],[681969,117114],[679883,119103],[695490,-118352],[693015,-120667],[698288,-118823],[701150,-125127],[692294,-138020],[693012,-136739],[694605,-137754],[693043,-133543],[694820,-136121],[692933,-134398],[694572,-136599],[700188,-159060],[695721,-166001],[693848,-165642],[694536,-164230],[701319,-153456],[698033,-161609],[691046,-167273],[691783,-168849],[692347,-173432],[691533,-173946],[694476,-170118],[696301,-173139],[695809,-171651],[697537,-173143],[698824,-174339],[697785,-174647],[695949,-173120],[694989,-173513],[691558,-183237],[700373,-188816],[699334,-190271],[700397,-191219],[700299,-189890],[699081,-189371],[693138,-44469],[694064,-94232],[701527,-104948],[699252,-109359],[699848,-113721],[698764,-113725],[692650,-114465],[691789,272227],[703291,314264],[699422,315693],[702083,418276],[700395,415332],[703565,415549],[693236,413619],[697889,469925],[695824,470706],[694538,473130],[699146,477567],[698860,476489],[702565,483845],[702094,478277],[703322,483989],[704356,-126902],[716666,-121621],[711883,-125922],[706981,-125034],[709401,-125706],[714679,-119421],[704568,-120036],[704825,-120633],[705806,-123105],[712869,-124013],[709128,-121457],[709396,-128729],[705866,-147363],[715300,-145085],[713050,-165290],[710112,-161725],[705081,-156035],[709332,-160929],[711787,-160359],[705322,-159787],[707586,-154817],[707163,-157499],[712170,-179424],[706863,-189748],[712728,-114200],[713507,-106717],[710994,-106038],[706128,-104241],[706697,411626],[705155,412030],[708920,412911],[705390,480694],[704874,478662],[707172,480343],[709676,483402],[712560,478942],[715411,478813],[717965,-121480],[719492,-152380],[720892,-152399],[727572,-144843],[719086,-145985],[721221,-153583],[718628,-155514],[721514,-155824],[720266,-157780],[720169,-157747],[717009,-160396],[719679,-159420],[717908,-161342],[717868,-156996],[725132,-203970],[724263,-202475],[724958,-206480],[721831,-206009],[719269,-206190],[729033,-213651],[720592,-114959],[726720,-114446],[722785,-104097],[719371,-109947],[726104,-103283],[729541,204958],[729236,202885],[728112,205267],[719227,475207],[737181,-117762],[741902,-121895],[740816,-121953],[734211,-133388],[731814,-139497],[730843,-131152],[736961,-130542],[734703,-131163],[741119,-132582],[737504,-144207],[741134,-157160],[741141,-157797],[741156,-158132],[733636,-165514],[733087,-165587],[740224,-159670],[739545,-158634],[734109,-159283],[741766,-159937],[737530,-158107],[739810,-160126],[730115,-165726],[734090,-167403],[736170,-167735],[737482,-197992],[733735,-195175],[739805,-200897],[729705,-193341],[730046,-210113],[741114,-206183],[741908,-209649],[741279,-207699],[731199,-214645],[736555,-215101],[734106,-211280],[734487,-211621],[734710,-211990],[736674,-213982],[732810,-214549],[733463,-103577],[740497,-106507],[735060,202572],[729901,202144],[732440,200448],[732901,201159],[731232,196725],[736012,198093],[731558,200060],[730159,201178],[736508,201211],[737778,202157],[734765,205005],[734825,205955],[732104,206877],[730089,205635],[729620,207329],[731250,207211],[744608,-123065],[744366,-127714],[742439,-118659],[748837,-135641],[744043,-137378],[743855,-135922],[742827,-143851],[747016,-142526],[752940,-142658],[751943,-141797],[747040,-141890],[754296,-144161],[745233,-155460],[743296,-159566],[742911,-159569],[749967,-191782],[754470,-188396],[753478,-184821],[753547,-185924],[748056,-188056],[743876,-189876],[750450,-192503],[748985,-193605],[743860,-196847],[746098,-198057],[745889,-197828],[745333,-201794],[746580,-204423],[747391,-203416],[749042,-193831],[744413,-205900],[744726,-205511],[745759,-205389],[766766,-118567],[765185,-119696],[755711,-138169],[761833,-137128],[763515,-140184],[762021,-147931],[762211,-145589],[758434,-146639],[765004,-157221],[767427,-167600],[767651,-175053],[762863,-177896],[764361,-174413],[764997,-178100],[765340,-175423],[764495,-174102],[758129,-182252],[763815,-181354],[755946,-183417],[755740,-182186],[756936,-182419],[760960,-179942],[65944,129986],[74242,129267],[66623,134886],[66338,114829],[74070,103612],[66664,125291],[777842,-121338],[778113,-125976],[778684,-115638],[770246,-122597],[778106,-129894],[768899,-129393],[772880,-128493],[779958,-139732],[775670,-139751],[780689,-139606],[780172,-139516],[775459,-130170],[771225,-144888],[769935,-143916],[779219,-152608],[773428,-153561],[771106,-154024],[769393,-155762],[771402,-159582],[770974,-160424],[776940,-158639],[776687,-156768],[779450,-153707],[777293,-155407],[774940,-156316],[776422,-158451],[777199,-157988],[778002,-159622],[778879,-162896],[779196,-162555],[779554,-164459],[776668,-164931],[777541,-165022],[779649,-165415],[772968,-162212],[773651,-163596],[772079,-162242],[770626,-161822],[780481,-166291],[777006,-166592],[777221,-166625],[777194,-168178],[773930,-170739],[770181,-172032],[769834,-172751],[769599,-166903],[768640,-170758],[771974,-170622],[773904,-112753],[771014,-114197],[783087,-119633],[788589,-124180],[786441,-123742],[789520,-118258],[782231,-128706],[791225,-129879],[792829,-128515],[784397,-136885],[790129,-136253],[790016,-139451],[790209,-138811],[782621,-130399],[793360,-149479],[790993,-145205],[781093,-142800],[785152,-142606],[785397,-146187],[791628,-142415],[782636,-150399],[793295,-163663],[787442,-158746],[788579,-161541],[790504,-160828],[783556,-160622],[785040,-161018],[784889,-165987],[783929,-165692],[781849,-165177],[781924,-164211],[789360,-168982],[785371,-167056],[782637,-167814],[791127,-114772],[801126,-118046],[794017,-121789],[801705,-122510],[803450,-134241],[801680,-136937],[794021,-135488],[795928,-136571],[801353,-132963],[797005,-130993],[796183,-145585],[798486,-146307],[793705,-150985],[797551,-144257],[797619,-147908],[803092,-142936],[801369,-151168],[804740,-160952],[802105,-159742],[804705,-164119],[804530,-165874],[801262,-163292],[799027,-160052],[798144,-157106],[797946,-157877],[797422,-161200],[795077,-162365],[796337,-162582],[794012,-166796],[800220,-172481],[800553,-169333],[794660,-168372],[798782,-113682],[797723,-109492],[796275,-106918],[793721,-107959],[805877,524138],[806196,518595],[805273,534199],[803014,534646],[799661,530381],[800237,526612],[802337,525607],[805022,528121],[807329,-120481],[813827,-137422],[816624,-138124],[810047,-131892],[806877,-134968],[806945,-138354],[806948,-140253],[818659,-140799],[808953,-143890],[810334,-145612],[806560,-145771],[814206,-146973],[813199,-148480],[814727,-152215],[813001,-165871],[808338,-165920],[806688,-161158],[811778,-158659],[808437,-164389],[813984,-159216],[816084,-161486],[807085,-163123],[814327,-161417],[819057,-171045],[816367,-172321],[814837,-171509],[815150,-167302],[812433,-166289],[814121,-169028],[813941,-187297],[815870,-184586],[816250,-207256],[814904,-206374],[813582,-206121],[807806,521541],[807896,520907],[810522,519556],[809133,522719],[810033,522119],[816954,520877],[816996,514191],[818676,533731],[818418,536552],[817856,526457],[811603,528354],[813880,535844],[809894,537676],[814151,535041],[809088,537436],[809864,534577],[806851,531113],[827421,-152121],[827724,-146901],[825146,-140605],[823145,-140878],[831694,-144002],[831190,-145580],[820088,-147113],[821097,-151991],[831792,-162671],[831973,-158268],[825833,-156168],[827173,-160145],[823698,-161514],[824438,-161654],[823963,-163604],[825147,-163775],[825061,-165523],[831740,-175314],[831357,-178032],[823309,-178028],[823050,-173054],[821331,-170183],[822329,-167163],[823015,-166930],[824127,-166715],[822915,-170240],[823100,-171979],[820296,-172697],[828523,-179040],[819859,-191815],[823513,-209504],[824587,4451],[822633,4323],[821024,3908],[820570,1471],[827101,523026],[825283,518073],[819524,518414],[819275,515973],[821331,518542],[819684,522528],[822737,518230],[828460,514892],[828616,512816],[829164,513533],[827608,513624],[831852,518963],[831580,518337],[831390,534715],[830781,537648],[831493,535850],[821294,537531],[822786,531950],[819960,533999],[820231,525170],[820931,527761],[826076,531899],[831645,532485],[830034,537703],[829231,537343],[823348,528293],[822430,528305],[824214,525814],[829242,528143],[830899,531510],[819814,540819],[830726,543040],[827322,541855],[831933,545739],[820437,548945],[825276,549536],[826302,544779],[821312,546269],[822003,546624],[820856,540370],[827291,538759],[835511,-149857],[833252,-145007],[840366,-156026],[843543,-159399],[842005,-165979],[838464,-165838],[835395,-163058],[834852,-160848],[837151,-155583],[835008,-153624],[842564,-172619],[842609,-172350],[838633,-172044],[837258,-178431],[832021,-179304],[839492,-190592],[843462,-190280],[842107,-188100],[844431,-189697],[836745,-204589],[835135,-203421],[844220,-198884],[844036,-200554],[838978,-195638],[836472,-195344],[836467,-192504],[842387,-192335],[841754,-196179],[843447,-195279],[836833,-202958],[835521,-199657],[838519,-198145],[841971,-203655],[835253,-208428],[835577,-205354],[835615,-206924],[842508,-205870],[842534,-206214],[837237,-209170],[843943,-85775],[839747,-82727],[843214,-91323],[853641,-148833],[856580,-143698],[848358,-151055],[849169,-152922],[856604,-151231],[845856,-155587],[846054,-161420],[855622,-172333],[855401,-170619],[852693,-171773],[852273,-176115],[850321,-172666],[849220,-168623],[851045,-167378],[856762,-187997],[854476,-187474],[854685,-185661],[854307,-183097],[854666,-187195],[854127,-188566],[855369,-179683],[847840,-189466],[848738,-189817],[852779,-188563],[846621,-185606],[847067,-199067],[845696,-201545],[855494,-84375],[850820,-82547],[851730,-80557],[864504,-148817],[861137,-148895],[867861,-176481],[867975,-174166],[861304,-173840],[862263,-176357],[863500,-190026],[858909,-189021],[867804,-185610],[863076,-186737],[864279,-186506],[870018,-189949],[867595,-191538],[860063,-179282],[866261,-192433],[869826,-86932],[867047,-84392],[866124,-81948],[867415,-79293],[865714,-83386],[865911,-87145],[864410,-81675],[866950,-85255],[868741,-89382],[869463,-94065],[868966,-90179],[867782,-97409],[869767,-99052],[864848,-91612],[866746,-92135],[869182,473016],[867030,472396],[864132,511637],[859483,508281],[857902,506478],[861973,507045],[862472,501060],[861513,503698],[865675,508177],[868280,512021],[868804,507493],[868238,511435],[857655,520488],[859254,516097],[858918,518075],[866538,518927],[861216,520990],[862460,513734],[869293,518466],[862400,522345],[864705,520009],[865146,521864],[870074,521048],[865292,522986],[861787,519728],[866255,517180],[861030,517368],[868562,514252],[858770,531723],[857814,529783],[865895,537691],[863671,537650],[865237,537642],[867928,533834],[860570,528763],[861342,532924],[859414,537207],[869274,527639],[859040,545764],[861603,541940],[865039,546505],[865283,548133],[864407,548312],[863449,549652],[864146,546220],[870054,545614],[866583,543238],[870377,542839],[869268,541422],[858472,543621],[870277,562467],[866018,559011],[867100,560120],[862443,558966],[864012,558648],[862929,555812],[860434,553362],[865903,551409],[866242,551330],[881008,-157929],[879493,-163074],[875200,-178831],[874651,-177384],[882243,-176380],[871470,-179291],[872151,-189378],[873912,-75271],[872562,-88169],[871485,-88576],[878909,-84142],[878914,-84806],[879670,-82300],[878985,-78480],[877645,-79649],[874236,-79015],[879910,-81229],[871098,-81281],[873333,-81430],[881597,-84016],[876629,-77822],[881397,-76656],[880206,-77669],[871639,-84341],[880951,-79915],[871128,-101609],[870417,-93841],[871415,-91640],[880323,-91606],[880974,-94572],[879214,-89883],[876412,-101821],[882608,-105567],[874998,-103963],[879296,-102589],[877967,-102294],[875566,-104277],[875168,-103274],[873399,470232],[877238,469797],[876029,469864],[872151,475850],[870771,488738],[872543,495632],[870787,497682],[870908,494054],[872711,494628],[870553,509420],[872907,510824],[875044,502176],[872607,503737],[873608,503672],[880098,500351],[880739,504418],[870636,500140],[875694,502754],[871537,523094],[872533,517834],[872368,514079],[877702,547540],[873430,550067],[878374,547522],[872412,539601],[877720,548820],[871427,541013],[871346,546208],[876870,544561],[880813,549511],[881936,559091],[882962,560089],[880078,558766],[880304,550643],[877876,550844],[881507,562688],[873801,556112],[871733,555659],[871704,553056],[882938,557711],[878872,555133],[873371,560264],[879271,554677],[875388,561031],[880634,551212],[884651,-158322],[883700,-160901],[885669,-163314],[883409,-163018],[884496,-173804],[888149,-173509],[890138,-170921],[895495,-170423],[892982,-170583],[894835,-172160],[885706,-166563],[887681,-169086],[889312,-169999],[888247,-61865],[894964,-57497],[887981,-63826],[888761,-72857],[887968,-71885],[890526,-74453],[886654,-74095],[885765,-71436],[885653,-73224],[885063,-72624],[883501,-74708],[886649,-81140],[888814,-77319],[889972,-79431],[889680,-77524],[886796,-84002],[890864,-82351],[890756,-85611],[891130,-83054],[885492,-82899],[884197,-87672],[883488,-88615],[883871,-81569],[894210,-86855],[891420,-87743],[886268,-86633],[883822,-86765],[893358,-85355],[894216,-84539],[891883,-81488],[890536,-81320],[890331,-80020],[894521,-90065],[887071,-95495],[886910,-92003],[883915,-91364],[891167,-95245],[895090,-92094],[893270,-100225],[895122,-98922],[890840,-99727],[891172,-92970],[890041,-94367],[890075,-91603],[888059,-92863],[885385,-91093],[887062,-107371],[890174,-107994],[888057,-102274],[886109,-104394],[888162,-105225],[886069,550308],[895480,562875],[886716,559038],[885372,557820],[886014,561803],[888103,561239],[889512,554602],[885323,555688],[889629,554962],[892577,555176],[890180,551597],[890884,556749],[889755,555696],[893358,556505],[79050,108841],[82186,122375],[86870,116828],[80206,121150],[897804,-157485],[897044,-160050],[898222,-156952],[904044,-159585],[906851,-161331],[900608,-158921],[905470,-165559],[898506,-168626],[906001,-168714],[905142,-169356],[903245,-167201],[903809,-171217],[900890,-174082],[905558,-169615],[907160,-61491],[898297,-74301],[896068,-75697],[904988,-72952],[901880,-68163],[897112,-66671],[903101,-67317],[902769,-67260],[907547,-66681],[907601,-68210],[898959,-87886],[904693,-88136],[906445,-85449],[906526,-86469],[906308,-84837],[897589,-79230],[902279,-81033],[898078,-79921],[900393,-82470],[906263,-80624],[896038,-84223],[896571,-92070],[900039,-95033],[907709,-93136],[904417,-89948],[906844,-90335],[908199,-100424],[905376,-93221],[903108,-94062],[899425,-90480],[907136,-109245],[899495,-108306],[900602,-108725],[902357,-108430],[900889,-107913],[908240,-106476],[907658,-109614],[908192,516653],[903943,522961],[906544,523878],[904337,526829],[900427,525984],[908294,525871],[899404,556743],[900974,558808],[905065,558554],[900824,562006],[898472,558235],[902214,572815],[899935,573591],[900225,567885],[898951,565498],[903114,565636],[901592,566629],[905028,565449],[908355,581866],[897846,579049],[898875,586373],[905383,583750],[904476,583185],[901215,584857],[899876,581285],[897399,582381],[900696,577484],[906931,580363],[908737,577898],[901316,589737],[907319,595863],[904427,589479],[903119,594840],[900892,594043],[903140,590750],[903610,598568],[904872,596815],[903270,601317],[911692,-176955],[910607,-171380],[911271,-179048],[915137,-56604],[920789,-57977],[917628,-61640],[919523,-57039],[919705,-56671],[913887,-63732],[911900,-63391],[910063,-60257],[918999,-71638],[917028,-73063],[920768,-70304],[919764,-65360],[920528,-65176],[910362,-75559],[910989,-67040],[917928,-80671],[920263,-80619],[921204,-79477],[913125,-82930],[909809,-98419],[910028,-90539],[916372,-91590],[916940,-92403],[916531,-93131],[914741,-96647],[913622,-99350],[910145,-96723],[915028,-90222],[912744,-89414],[909199,-89665],[918780,-100820],[918332,-96988],[911235,-100656],[916553,-92254],[917881,-102371],[921329,-102747],[916222,-105856],[916790,-105108],[914190,-106445],[918606,-103370],[912326,-105949],[915966,-104565],[921115,-113104],[921236,-111837],[920018,-110832],[921061,-112939],[913508,457842],[918935,450236],[919364,450346],[917120,455317],[913970,462322],[909743,462099],[913282,509680],[913421,509016],[913167,511130],[914148,518471],[910663,513514],[910895,524457],[911039,563293],[917108,575072],[912444,564850],[917448,569723],[915470,572109],[919971,575618],[918602,576075],[910872,572183],[909661,583653],[915981,581599],[916183,579880],[913510,581140],[912479,580447],[920907,582573],[909616,577039],[914306,597588],[913555,598479],[918861,599706],[917976,593426],[918445,589865],[909852,594448],[917172,600902],[932152,-120198],[924494,-115725],[922299,-178058],[927346,-178918],[924744,-177046],[927749,-173886],[933017,-176510],[921819,-179564],[925019,-180209],[930085,-180698],[927372,-50231],[928803,-63214],[930987,-59735],[923978,-52790],[928716,-51820],[934061,-54782],[932983,-61645],[925017,-66048],[921620,-74069],[932803,-88838],[922267,-82902],[925958,-84880],[931678,-97097],[929046,-97212],[927155,-95079],[924633,-94754],[923818,-96620],[922659,-94875],[933557,-109441],[934287,-110075],[933822,-111780],[933091,-113934],[925452,-111212],[923313,-109818],[924889,-112097],[924083,-113622],[926971,-103119],[927023,-104064],[928552,-110760],[927296,574509],[933497,578395],[927923,586855],[925527,586099],[927051,587700],[924407,583360],[925267,579035],[930764,582061],[923478,576232],[921913,580829],[922447,583069],[932516,594277],[931566,592518],[926911,593489],[932449,594618],[928611,594989],[924281,599707],[925714,598124],[924899,595410],[927858,595801],[921736,598533],[921723,589277],[938430,-121234],[935019,-120202],[935177,-117869],[934513,-121346],[936180,-117928],[937262,-122332],[944003,-115479],[942826,-179886],[940327,-179619],[946314,-184020],[937055,-63158],[939897,-63657],[934985,-55256],[936581,-62300],[940357,-55835],[946851,-76581],[939959,-68340],[946179,-71047],[945301,-70853],[940417,-73569],[938473,-73798],[936048,-73826],[938538,-83687],[940988,-81618],[941173,-85342],[942593,-80906],[946783,-79964],[946901,-83762],[943792,-80265],[941639,-76658],[939599,-77337],[934941,-88618],[935573,-78999],[936388,-81755],[936333,-80283],[937080,-77618],[935505,-80420],[937614,-85821],[945743,-99374],[943726,-100795],[937408,-89415],[935106,-90134],[935808,-109317],[945052,-113943],[944808,-111710],[941135,250628],[941074,247606],[945024,246805],[945625,260622],[943977,260286],[940680,257923],[935224,580397],[939872,577919],[944497,583695],[935639,580638],[943039,577712],[942604,579376],[942671,580572],[946541,581441],[936602,582281],[934509,587354],[936551,587686],[941543,584829],[941886,599257],[944719,589995],[938427,592135],[941513,589411],[942995,598081],[938462,589118],[943684,592123],[945484,595569],[944045,592288],[945554,600581],[951077,-127085],[950201,-127675],[950031,-125417],[948519,-127535],[958181,-127208],[955363,-125186],[955578,-121092],[955276,-116864],[958154,-124217],[953200,-122171],[953067,-119961],[950147,-128808],[952061,-131466],[959275,-132283],[958962,-128880],[953472,-128794],[954457,-128871],[959006,-176804],[955560,-189800],[951056,-188164],[959181,-189813],[956020,-185063],[949826,-190139],[958253,-186682],[948246,-183988],[952245,-76319],[949795,-75229],[948714,-84530],[947883,-82813],[949791,-87292],[953261,-88906],[953104,-84872],[954122,-82081],[957973,-82464],[955158,-79356],[948666,-78193],[950741,-88903],[950432,-86202],[952040,-86364],[953821,-85604],[952754,-82606],[953166,-78974],[953200,-81868],[954962,-81215],[957178,-83698],[959689,-83017],[959683,-80337],[949740,-99269],[949705,-97710],[947312,-96847],[948634,-94948],[949803,-93483],[950719,-92785],[954082,-89771],[956081,-100321],[955865,-102059],[950400,-109742],[950511,-110761],[948300,-104213],[959921,-104293],[958476,-106955],[958608,-106741],[954994,-103535],[955192,-114164],[952028,161825],[951635,162778],[952226,163377],[948090,157727],[955615,161897],[956369,199102],[958270,238675],[956892,234375],[959572,232090],[958457,255563],[954339,252849],[956533,247823],[953715,262130],[950377,263243],[947998,264687],[951487,304032],[947349,577768],[948422,577544],[947833,581641],[951222,578632],[949070,586270],[950949,582534],[949857,584053],[958178,582046],[950136,588002],[956893,588109],[954332,588332],[952335,585351],[957692,584532],[952793,578617],[951351,580184],[951103,584020],[954444,601184],[955931,600470],[954808,595548],[953534,596695],[953557,595206],[958004,595102],[957916,596150],[954258,590652],[954142,590290],[955346,592363],[959835,589881],[947435,589303],[948507,589324],[948333,592737],[952288,594159],[965885,-115671],[965257,-119263],[964604,-118555],[963049,-119963],[962387,-121043],[960717,-122879],[963915,-122245],[967663,-122090],[970300,-121029],[966545,-120871],[969681,-119522],[971949,-124021],[967207,-123988],[972758,-121622],[971968,-131100],[965474,-132487],[964485,-133317],[962785,-130526],[964841,-177751],[966390,-177943],[969527,-200577],[969638,-199272],[967142,-86988],[969802,-86821],[969283,-87287],[960573,-86404],[961263,-82256],[960221,-81753],[963354,-81684],[965378,-80154],[966151,-82100],[968456,-79164],[970678,-78806],[967488,-97182],[967979,-100448],[961687,-98816],[965504,-97837],[966187,-97093],[966467,-98155],[971990,-107284],[968816,-105681],[966154,-107262],[964361,-108487],[964604,-112261],[965576,-114426],[969740,178685],[972404,192643],[964275,202318],[960884,236401],[961963,249928],[961573,588812],[971235,588653],[970594,595549],[963748,593819],[960309,590698],[970146,597211],[961219,599247],[960648,597703],[965355,596265],[976664,-125399],[974518,-122548],[975983,-121537],[976585,-115239],[975190,-118148],[976536,-140503],[975130,-137098],[973908,-134029],[973597,-133067],[974843,-130679],[977267,-128955],[975828,-131755],[985168,-132778],[985514,-129778],[981698,-129609],[977792,-129030],[979782,-150020],[974234,-143508],[979410,-147110],[980983,-150244],[984421,-148356],[974590,-153457],[978094,-156999],[979099,-168272],[980386,-184685],[977514,-179921],[978142,-196383],[980070,-197159],[978735,-197100],[979089,-199714],[982522,-195613],[979463,-192578],[975678,-74698],[976685,-72181],[980247,-72678],[979395,-79691],[975826,-78863],[974350,-82822],[977074,-83188],[978528,-83189],[985324,-98728],[983543,-99899],[984214,-102011],[984654,-110297],[979639,-102850],[978981,-104653],[976576,-104713],[978366,-107279],[978262,-107683],[980926,-107697],[976485,-111396],[974827,-112094],[976230,-114907],[973997,-110375],[978034,175256],[981188,173794],[983693,170338],[983674,173652],[983495,169727],[979884,178513],[974742,175112],[984952,170859],[974887,176660],[973093,177719],[979614,187617],[973373,189256],[979823,180895],[979378,182757],[982489,188675],[975985,181065],[976306,190241],[978846,192135],[983361,198200],[978563,196511],[977399,192719],[981638,201641],[981684,198126],[983534,193580],[979514,200564],[980741,591401],[973602,598681],[979095,600791],[979633,600418],[975926,594783],[984903,599024],[976024,592448],[974554,596052],[980062,593849],[978320,594957],[976864,591045],[981050,599763],[980635,597126],[982586,600249],[979554,600576],[980379,600620],[973011,600436],[978715,97020],[980151,96714],[984626,101186],[984794,103728],[979077,103442],[979029,104331],[989201,-118694],[990248,-123807],[993944,-126467],[989742,-139627],[989258,-135589],[988949,-137769],[992599,-129328],[989223,-127933],[989774,-130588],[987241,-131935],[996245,-128665],[995661,-130679],[986962,-129308],[986161,-147779],[987479,-148087],[995439,-148633],[986091,-145831],[987476,-143731],[992739,-144282],[993484,-145775],[990062,-149895],[996505,-151678],[992633,-147651],[992961,-146757],[990485,-144015],[992199,-142404],[996383,-145883],[987020,-162722],[988447,-162572],[990983,-163830],[991178,-160435],[988464,-159273],[991783,-162298],[997396,-153530],[987031,-178830],[987620,-176166],[988254,-175879],[988974,-171840],[991561,-170711],[993332,-169037],[994403,-171975],[995229,-170751],[993241,-168270],[987316,-80835],[988827,-77840],[991435,-79709],[990386,-82029],[994337,-80490],[993110,-77224],[990716,-86558],[989110,-85983],[989034,-88429],[988040,-101508],[986982,-109569],[987315,-112036],[988524,-113367],[989433,-110270],[986634,-107380],[986250,-105497],[986415,165566],[988252,159770],[987053,164313],[992281,161861],[991410,175933],[994061,173889],[995117,166885],[996911,191715],[988399,202381],[994544,199814],[996241,193193],[993137,201203],[996325,198352],[990877,202160],[990822,204125],[993263,196884],[993298,203779],[995749,210097],[996641,214234],[992366,206940],[989444,207050],[991423,217747],[995367,205661],[994582,210768],[990487,214849],[989463,211316],[989227,216463],[990240,219980],[991497,230390],[987436,218884],[996615,227573],[988400,219138],[991169,228738],[989380,236482],[997492,240986],[994197,230922],[997519,243367],[996927,239692],[990434,233529],[993058,236669],[992314,237295],[992877,233995],[991909,233026],[993585,234646],[994370,241166],[992952,239375],[989616,237597],[987735,239198],[989916,239605],[992460,595204],[994777,599306],[992418,599493],[989590,600713],[986178,97513],[986098,96444],[997231,104197],[998047,102650],[1000626,-127335],[999480,-129719],[1002754,-130814],[999393,-151676],[1002967,-148277],[999131,-146057],[1004545,-159724],[1006664,-160236],[1007085,-163251],[1000163,-153441],[1001862,-154409],[1001599,-156420],[1000292,-156948],[1004216,-155500],[1004755,-155196],[1008360,-163655],[998448,-174363],[1004508,-174845],[1002018,-173716],[1000307,-175465],[1002353,-171001],[1004402,-170327],[1008422,-169752],[1001680,-173913],[1000645,-75436],[1010223,-71908],[1005945,-74047],[1007874,-73497],[1008847,-72439],[1001149,-77088],[1004717,-77532],[1005153,-77051],[1005437,-80781],[1006104,-77351],[1004370,-84328],[999261,-88565],[1001653,-85870],[1004817,-87647],[1007687,-87049],[1007831,-84775],[1008266,-83350],[1010192,-82546],[1006894,-91811],[1001803,-94096],[1003138,-93930],[1008900,-91333],[1011100,-90987],[1010520,-104394],[1008063,-103555],[1006292,-104591],[1005931,-104261],[1005417,-103795],[1010881,180216],[1010737,183673],[1009483,185267],[1008668,186134],[1006237,189626],[1001890,187349],[1003281,189277],[1007357,201675],[1004165,202629],[1001089,202231],[1009521,198964],[1011133,197941],[1004583,202154],[1000733,200734],[1008376,199289],[999776,203389],[998701,203647],[998853,210124],[1000036,206270],[1002553,225374],[1002405,225336],[1006042,225566],[1001963,221975],[999516,222326],[998759,225164],[998786,227016],[999859,225170],[999330,227313],[1008345,227863],[998868,241921],[1003562,252166],[1010954,255308],[1001731,249609],[1003084,255204],[1003707,248602],[1005489,256056],[999859,244366],[1005890,252366],[1000008,244165],[1009819,260224],[1009923,266911],[1002250,269641],[999623,596795],[1001212,601659],[1008819,594518],[1008663,592836],[1008280,599074],[1010739,604382],[1006670,605251],[1000798,602112],[1000473,607486],[999754,613523],[1000823,608399],[1008822,612975],[1008865,612757],[1000133,607557],[998817,606615],[998724,97751],[998676,98020],[1000103,102568],[1001289,103440],[1012730,-165218],[1012496,-70490],[1019014,-75353],[1014259,-76281],[1012313,-88739],[1012493,-80435],[1013940,-78718],[1016015,-78196],[1017110,-79108],[1021951,-80197],[1019719,-86064],[1019152,-84360],[1013846,-83779],[1012917,-86074],[1014632,-89021],[1015744,-90445],[1013541,-93228],[1013158,-91341],[1012661,-95424],[1011996,-99446],[1012346,-101804],[1014247,-100619],[1016770,-102090],[1014533,-103850],[1015728,-107954],[1011914,-107004],[1012870,-108751],[1014436,-110390],[1018418,-108296],[1021294,-111007],[1022425,-109209],[1022513,-108849],[1019490,-110147],[1012790,174651],[1012740,176815],[1018988,178329],[1013967,183099],[1013967,186036],[1017027,185549],[1019249,200259],[1019988,201404],[1022098,202493],[1013160,216272],[1011988,216265],[1022122,217934],[1021819,219560],[1021826,218759],[1011770,217932],[1020260,227751],[1019584,228563],[1014416,231871],[1022697,546594],[1022622,596051],[1020663,592138],[1022233,596096],[1018660,596262],[1018606,594459],[1018949,597422],[1011511,600717],[1019554,604672],[1021564,603722],[1019250,604182],[1013853,604290],[1020618,609230],[1016815,607233],[1022960,608129],[1017288,613813],[1011548,606972],[96212,107050],[99501,108195],[91462,118246],[102156,117231],[1034210,-101150],[1030168,-101138],[1036764,-99820],[1032384,-97913],[1033365,-99110],[1034361,-97066],[1032438,-101188],[1024185,-107414],[1026967,-105417],[1030201,-105371],[1029594,-106973],[1031007,-108293],[1031398,-103672],[1036435,-103626],[1031161,208295],[1036330,206667],[1024412,221920],[1034868,220913],[1034292,484485],[1032112,497224],[1035553,489977],[1034839,511448],[1027564,519657],[1028119,535874],[1033267,528065],[1029973,554571],[1035348,598395],[1036079,592557],[1029650,598426],[1027310,590153],[1030087,595753],[1032224,593995],[1024803,598722],[1024438,597722],[1033184,600133],[1035150,602614],[1027230,603676],[1024339,602221],[1033406,605837],[1033518,602597],[1025401,603757],[1029260,604499],[1034893,613274],[1035693,611014],[1032327,614315],[1028847,607073],[1027130,608341],[1027935,609305],[1038241,-99176],[1038428,-102216],[1044404,-103923],[1043289,-105838],[1045454,-107672],[1047223,-106847],[1046827,-105222],[1045650,-103320],[1048816,-108716],[1047051,-111182],[1048179,-113083],[1047432,-114117],[1046594,-113154],[1044137,-113739],[1041908,-103982],[1041487,190427],[1049285,184440],[1047795,182386],[1039936,192535],[1044833,199887],[1042794,202715],[1048843,196530],[1043474,203888],[1043153,207630],[1042726,205842],[1039280,208947],[1046673,216012],[1044620,211512],[1043611,211270],[1038108,207483],[1037258,210002],[1037701,206149],[1039883,210004],[1042547,207676],[1047196,220989],[1046859,225241],[1049155,226688],[1048001,221832],[1049555,219355],[1046015,473636],[1039377,492282],[1039969,504562],[1048276,502717],[1049116,505543],[1043334,532652],[1037485,598757],[1039752,606385],[1038034,610685],[1039095,603120],[1039403,606393],[1042892,606383],[1039213,607439],[1041901,612771],[1047296,612555],[1041294,615620],[1045605,616838],[1048562,618865],[1049202,619460],[1045763,615744],[1042314,625441],[1042580,624678],[1042537,616179],[1039903,620360],[1037927,616552],[1039497,624629],[1037280,620688],[1036870,622716],[1043516,627453],[1049254,630317],[1044480,631684],[1046743,630076],[1040668,635183],[1042164,635390],[1047428,636464],[1046615,637361],[1039170,637566],[1037142,630796],[1058694,-110240],[1059416,-102575],[1058246,-109401],[1051001,-107290],[1053037,-109720],[1056131,-113514],[1057294,-113748],[1059150,-113769],[1055341,-111102],[1060480,177538],[1055716,180304],[1060377,189344],[1055863,183550],[1060060,180172],[1058919,182922],[1056104,187103],[1061872,184925],[1050593,186830],[1053225,183453],[1059540,182281],[1054360,187236],[1061873,179771],[1058980,185668],[1052596,181657],[1061865,199580],[1050441,453605],[1050804,461745],[1056217,475420],[1049955,496387],[1053725,487563],[1060145,537549],[1052440,623414],[1049972,623928],[1055199,618551],[1055215,621396],[1055511,623537],[1059404,622858],[1056903,623754],[1051836,630072],[1053181,627982],[1058470,629712],[1058304,627804],[1058763,638270],[1055617,637690],[1057830,633757],[1059169,630570],[1062004,629814],[1062172,633218],[1061948,636454],[1067686,-139944],[1064518,-145944],[1067155,-151591],[1063602,-144179],[1069542,-141211],[1067905,-147234],[1070281,-147934],[1068408,-148597],[1069279,-148469],[1065346,-148232],[1065341,-148977],[1069775,-142219],[1073979,-101656],[1062808,-102056],[1065488,-99656],[1074887,-107556],[1072456,-106501],[1069531,-105628],[1066614,-106695],[1064903,-105225],[1065850,-113079],[1071920,-106196],[1063055,-111646],[1065146,-114297],[1065191,-103636],[1066169,-111373],[1066832,164521],[1065597,170126],[1069771,171977],[1064858,175400],[1065240,173003],[1067960,176698],[1065489,173618],[1069405,172186],[1068432,177795],[1071930,178373],[1071063,169326],[1066804,186622],[1064517,182387],[1065964,181462],[1063170,191565],[1063540,187351],[1064626,180994],[1068061,189895],[1069022,188850],[1064561,194788],[1062437,193792],[1073098,515022],[1069732,520146],[1066601,530604],[1065464,545181],[1074188,541028],[1063095,627372],[1070490,624591],[1066171,624348],[1070973,631550],[1072240,630108],[1072985,631975],[1069537,627545],[1067941,629546],[1070662,637198],[1073444,636840],[1064304,635483],[1063579,635431],[1064209,639246],[1063291,633130],[1062765,630524],[1069529,639230],[1063876,633040],[1069619,632796],[1071688,635464],[1065700,634366],[1084964,-137115],[1087770,-137892],[1079788,-134303],[1083215,-139644],[1084435,-101435],[1076733,-102058],[1085501,-106043],[1085963,-105469],[1087265,-105874],[1083323,-104909],[1080001,-103330],[1077676,-105253],[1079406,-104158],[1076446,176129],[1076260,535259],[1077607,547091],[1079806,637049],[1086531,639138],[1085555,636547],[1084444,636283],[1078832,633523],[1084411,631490],[1079364,632243],[1083575,633421],[1079745,639933],[1081818,639974],[1091635,-131431],[1089326,-131209],[1099394,-60978],[1098085,-93686],[1097944,-97939],[1097559,-96933],[1097948,-98356],[1091181,-99778],[1095318,-105075],[1088895,-102705],[1089756,-103926],[1092363,-104109],[1088604,-106482],[1099037,-103909],[1095938,-102357],[1099881,-108200],[1098431,-108462],[1098151,-109183],[1091264,-110709],[1094487,625876],[1088113,638918],[1098986,628854],[1091519,630187],[1099420,635368],[1097222,630013],[1096880,636526],[1097330,633920],[1091712,635413],[1093148,633449],[1093567,630656],[1100358,640137],[1097496,638366],[1094957,640040],[1107814,-131366],[1104352,-135719],[1101477,-133798],[1109928,-49656],[1104015,-50188],[1111004,-47506],[1112360,-49702],[1111344,-45015],[1112617,-45121],[1108304,-60721],[1105803,-60331],[1108975,-59746],[1102615,-56477],[1105804,-53863],[1106579,-52849],[1108973,-54770],[1111444,-52103],[1112717,-68542],[1109660,-72070],[1110366,-68996],[1110820,-66971],[1112263,-65763],[1106191,-64498],[1111660,-73521],[1113012,-86739],[1113231,-80684],[1112487,-79471],[1108551,-95778],[1109534,-92491],[1105280,-94183],[1101696,-94572],[1111185,-100620],[1102449,-106194],[1102385,-104359],[1108112,-103449],[1111162,-104177],[1106606,-108194],[1107887,-106313],[1109890,-108722],[1103104,-108505],[1101326,625665],[1105054,620988],[1103535,624305],[1107937,624809],[1107586,624883],[1109556,625930],[1109562,625506],[1101335,637770],[1107244,636387],[1107361,636593],[1108786,630352],[1106025,634691],[1102161,628355],[1104433,629707],[1110351,628786],[1108559,629041],[1101628,640162],[1116072,-43462],[1118682,-43110],[1118737,-45133],[1122084,-47046],[1125018,-45038],[1123647,-49612],[1126097,-62026],[1121448,-63321],[1114489,-75935],[1115592,-72861],[1125003,-64520],[1126158,-72862],[1124389,-74993],[1121144,-75548],[1126286,-84148],[1114412,-83305],[1123987,-78167],[1126277,-77350],[1125830,-81735],[1120021,-77909],[1118168,-82357],[1114370,-78983],[1120003,-81669],[1126384,621475],[1122277,626424],[1123451,626935],[1123255,620230],[1125788,626489],[1116522,625387],[1117845,623134],[1118306,623206],[1114780,633166],[1122547,636693],[1114504,633303],[1115481,634737],[1115008,638130],[1126072,631343],[1126138,631226],[1126160,635803],[1125479,635600],[1123140,632616],[1123164,632174],[1117118,634534],[1120800,633581],[1117068,637430],[1116904,636908],[1116237,636904],[1117538,640031],[1137869,-23895],[1135661,-21893],[1138239,-31261],[1135087,-32400],[1137482,-33422],[1133930,-36061],[1126525,-48934],[1133969,-48026],[1135670,-49881],[1134482,-42451],[1138136,-42669],[1136466,-39783],[1135544,-41465],[1138390,-45207],[1137516,-49358],[1126737,-62167],[1131702,-56260],[1132390,-53907],[1130209,-56229],[1129409,-58824],[1127806,-56234],[1133588,-57827],[1135898,-51918],[1133850,-62476],[1136276,-56321],[1130151,-61197],[1137844,-61213],[1136385,-62059],[1138404,-75183],[1129935,-68524],[1127112,-71857],[1127829,-70695],[1127871,-68522],[1131825,-69653],[1134044,-67520],[1132359,-72791],[1128893,-74585],[1137584,-85448],[1137101,-87557],[1133310,-87819],[1136089,-88369],[1135512,-83218],[1133189,-86866],[1134732,-83950],[1133937,-85184],[1135944,-83130],[1136721,-82076],[1137966,-79075],[1132690,-90048],[1128981,-90173],[1133028,614065],[1137810,623218],[1139069,615630],[1132620,614988],[1128200,618867],[1128105,619875],[1126440,626328],[1127250,624334],[1136033,627275],[1133004,623339],[1131203,624675],[1133405,623194],[1138840,630703],[1126408,640000],[1135519,630899],[1131192,636236],[1131285,635077],[1132840,638663],[1140064,-7149],[1141633,-9043],[1140179,-12411],[1147557,-9219],[1149478,-6216],[1144253,-8738],[1141323,-2428],[1140819,-32],[1146348,-1029],[1144975,-2088],[1146318,-3239],[1149494,-708],[1151028,-11037],[1145643,-15032],[1146833,-13700],[1143016,-15906],[1147763,-13238],[1140021,-13825],[1142392,-18957],[1148452,-18452],[1140367,-34138],[1139541,-34015],[1146114,-36293],[1145257,-35603],[1147863,-35459],[1142792,-34519],[1144699,-28978],[1144250,-26635],[1141499,-28669],[1139770,-26103],[1140764,-29988],[1145282,-33248],[1139227,-38695],[1140036,-47657],[1141232,-42476],[1144421,-43039],[1145751,-39678],[1139291,-63259],[1141995,-51789],[1143690,-54780],[1144299,-58741],[1141850,-63345],[1141660,-51885],[1142312,-58740],[1141334,-71028],[1144048,-68484],[1143768,-64262],[1142553,3464],[1141174,5770],[1145270,6244],[1143706,9130],[1142003,9916],[1149043,6337],[1148218,3735],[1149251,9088],[1139620,10538],[1146552,7567],[1150056,21331],[1145016,20354],[1143215,13736],[1144208,18652],[1146004,23255],[1145469,15239],[1150759,543403],[1143154,612376],[1140199,613574],[1146305,613292],[1150123,613418],[1149114,626590],[1141279,617606],[1140628,617547],[1140938,619334],[1145803,615970],[1144078,614854],[1140534,615315],[1150600,618081],[1150619,618779],[1148336,617730],[1151336,619989],[1146208,624046],[1144849,627172],[1142346,620280],[1142201,618092],[1148454,624878],[1139679,630512],[1151542,640120],[1146964,632884],[1145433,631638],[1147119,633352],[1148278,636292],[1145080,632483],[1139219,632033],[1140190,631790],[1145717,637909],[1145753,637858],[1140455,637780],[1145825,628333],[1139994,628600],[1139276,629163],[114483,-8488],[112208,57846],[111216,74509],[114870,74786],[104890,110156],[113704,107708],[107571,111894],[114460,103140],[105858,114536],[109178,115759],[104280,125354],[111086,124793],[1152053,-557],[1156595,12203],[1155565,9881],[1155892,14982],[1153578,16416],[1156607,20066],[1161108,22850],[1163619,22202],[1163093,304012],[1162306,304007],[1163768,302482],[1155661,294929],[1152123,303847],[1161169,306362],[1156152,304124],[1159184,535462],[1163829,533739],[1161919,532097],[1163405,536736],[1153276,543288],[1159830,613240],[1163022,612664],[1158630,612991],[1159554,613728],[1157070,611861],[1155949,610374],[1153371,608648],[1164793,618804],[1160972,616142],[1164685,616634],[1158132,625263],[1161696,615355],[1161554,621114],[1160497,622316],[1164671,625161],[1153663,616834],[1163860,636544],[1163239,634352],[1159672,637846],[1152669,639120],[1158104,638000],[1158256,635724],[1158975,635601],[1158208,639298],[1158784,628200],[1155566,630870],[1162907,630963],[1162450,629885],[1154361,629110],[1153150,629083],[1152812,628429],[1173810,12092],[1164883,24361],[1177406,21470],[1174946,19797],[1174909,17488],[1172149,15557],[1171737,19305],[1171809,21799],[1176232,24251],[1177541,13819],[1164945,300738],[1166496,300500],[1166070,300277],[1164964,300348],[1166324,296520],[1169265,296080],[1167393,28169],[1166159,27218],[1174668,523376],[1170756,531791],[1173071,532314],[1174701,530981],[1169536,531907],[1173178,525254],[1165369,529653],[1171043,612345],[1171441,623316],[1168298,627317],[1169215,621141],[1168107,620963],[1175483,625834],[1171855,614872],[1172398,616105],[1174230,618836],[1175099,620087],[1171378,619532],[1166737,615811],[1175576,628112],[1171513,630468],[1173309,631320],[1172969,632899],[1173103,634914],[1169348,633141],[1172408,634657],[1167302,631915],[1168208,632274],[1175500,637346],[1186605,8809],[1181275,12101],[1187454,10898],[1188163,9969],[1183274,11372],[1178137,11067],[1188651,215658],[1188882,221399],[1189051,221809],[1178140,18636],[1183750,16457],[1189703,15922],[1187276,13718],[1185492,16457],[1185396,406002],[1181944,408768],[1184452,402172],[1186537,399154],[1186160,418017],[1188528,412970],[1185656,412203],[1186088,418768],[1188737,429897],[1189173,436241],[1184190,446449],[1190064,440767],[1180586,526259],[1181022,525186],[1178594,620909],[1178868,622437],[1178776,638825],[1178726,640075],[1203023,9578],[1195624,9849],[1198093,147294],[1202827,148433],[1197290,155569],[1193167,160043],[1194794,166406],[1200552,165944],[1193734,167790],[1196840,170814],[1192758,173115],[1193441,180267],[1195411,216465],[1195255,215604],[1191021,210944],[1195497,226510],[1196894,228096],[1203043,228376],[1191447,232591],[1201805,235473],[1196022,241812],[1193140,235435],[1197616,237799],[1195811,236982],[1201030,237196],[1200725,239269],[1198764,236874],[1201541,235573],[1191871,23559],[1198186,13809],[1199785,22832],[1200034,13610],[1195733,25176],[1193382,15181],[1196240,17773],[1198296,25728],[1201040,31141],[1196779,38388],[1200631,36272],[1199587,31028],[1201014,29394],[1195692,409129],[1190799,405128],[1193570,410042],[1197377,413530],[1194969,410246],[1193385,415386],[1195122,415644],[1195570,421893],[1192461,424952],[1193185,425804],[1201961,457156],[1194371,459052],[1195431,462714],[1200656,41453],[1201933,51078],[1202729,49275],[1196742,55813],[1201228,58027],[1199180,59271],[1197144,59746],[1199188,62302],[1200236,69155],[1204925,10850],[1205041,12168],[1205281,12944],[1215443,203184],[1210344,201093],[1207089,201989],[1211516,213553],[1215169,217920],[1209159,225072],[1203652,230048],[1210066,228042],[1209973,222711],[1208490,222257],[1205900,235419],[1203932,14744],[1206931,18709],[1207515,19051],[1210164,24835],[1206920,22467],[1205154,27666],[1203418,27957],[1214460,33947],[1211246,31580],[1209636,28256],[1204296,31357],[1204966,33249],[1206519,38546],[1210462,35371],[1207557,26748],[1209530,390491],[1203957,390945],[1208901,406204],[1211922,407520],[1210730,403311],[1211578,408449],[1214091,408224],[1213954,421034],[1207318,457898],[1209970,451806],[1210903,38721],[1203261,49602],[1215747,634030],[1203373,51573],[1208748,69682],[1209147,72259],[1212966,70558],[1212965,75857],[1204175,75264],[1204247,64776],[1203862,66730],[1203592,71752],[1205719,69868],[1203829,79065],[1210632,77770],[1210074,79739],[1226985,139378],[1218063,142970],[1216360,147154],[1225913,146603],[1220598,143457],[1224936,141028],[1228181,184076],[1227364,186129],[1223209,189232],[1220621,205722],[1221986,206123],[1227434,238641],[1227631,350485],[1222645,399161],[1217106,399956],[1217547,420974],[1228211,416130],[1226600,419213],[1219694,414875],[1218075,419372],[1216981,422564],[1217053,418522],[1224578,424596],[1217021,626868],[1218299,624334],[1219694,624345],[1220050,625776],[1218773,629009],[1218899,627555],[1219241,630350],[1216029,633475],[1217133,632089],[1221795,632840],[1220288,635765],[1220036,632797],[1221328,628307],[1223745,628423],[1220120,628706],[1220116,72126],[1219879,74315],[1224188,75272],[1223448,71102],[1223347,72946],[1226669,72882],[1216005,77436],[1218709,77989],[1227824,77616],[1227572,81558],[1226204,115392],[1222250,119749],[1223819,119367],[1230558,134759],[1231940,191640],[1230101,194205],[1240491,358272],[1233616,353944],[1241460,367067],[1237352,376130],[1235489,378926],[1240946,395705],[1237217,384748],[1239734,387968],[1232377,400434],[1237550,536663],[1236298,547599],[1237516,543786],[1236759,540407],[1236002,539355],[1239195,551474],[1240674,561101],[1239337,561193],[1239324,557674],[1233359,75865],[1236217,74294],[1239956,73328],[1228813,83323],[1232162,85178],[1235856,82370],[1233269,81527],[1240111,77528],[1238577,86990],[1239888,91216],[1239510,96068],[1240634,99026],[1240761,110761],[1231707,115209],[1234709,118294],[1238697,121716],[1240917,123217],[1251416,-11873],[1252007,-6490],[1251299,-8919],[1250770,-13255],[1251204,-13545],[1249531,182002],[1253611,195954],[1254148,280895],[1251318,303643],[1249305,314563],[1246987,321768],[1243997,354625],[1250563,368588],[1246250,365048],[1250331,370330],[1244404,370621],[1244213,374737],[1246867,377099],[1242198,391872],[1241642,533660],[1246749,532971],[1243458,532167],[1245140,534907],[1248750,534326],[1248096,532553],[1242252,543936],[1243701,542569],[1248865,539833],[1246249,543322],[1241728,548655],[1246788,550158],[1248332,539525],[1249530,550494],[1249261,545115],[1246869,550652],[1246667,556307],[1247275,559907],[1243483,560553],[1242671,551320],[1246909,551907],[1248469,556069],[1247202,550776],[1242815,553091],[1251782,562123],[1242113,557200],[1248149,561318],[1247178,554465],[1247684,559617],[1246704,559578],[1246241,557764],[1244924,555490],[1247243,564445],[1250741,569968],[1252671,565895],[1248633,569155],[1253308,567014],[1245340,564688],[1245336,87861],[1253180,87533],[1246701,86806],[1245717,83380],[1244166,88459],[1242817,82944],[1243005,79506],[1243336,77761],[1241968,92748],[1245880,95023],[1246789,97620],[1245508,92138],[1248701,96863],[1244811,101055],[1248418,110075],[1250974,103114],[1252561,105418],[1243610,103082],[1248129,107261],[1244591,125762],[1266667,149270],[1262886,150534],[1255608,197499],[1267123,202181],[1260376,195138],[1264932,216681],[1265815,220813],[1264052,219038],[1263618,224868],[1261708,264096],[1263005,261804],[1254975,281233],[1259482,277760],[1255385,287688],[1254784,306432],[1265134,305610],[1258485,324763],[1255813,320586],[1266086,341808],[1263718,353800],[1264661,348581],[1255783,357107],[1256879,362831],[1256796,367178],[1257976,367582],[1254477,541158],[1255346,541190],[1255634,547056],[1256877,88723],[1262272,102574],[1262951,98612],[1260867,97777],[1257857,96999],[1256829,93846],[1259071,91922],[1258577,101586],[1258926,115144],[1255106,111153],[1260142,110304],[1263163,112968],[1262934,110708],[1265245,106039],[1256670,107085],[1256061,103205],[1262562,111725],[1256279,112567],[1257474,114828],[1265670,120100],[1254846,116031],[1260865,119709],[1258916,118207],[1262508,118411],[1260611,122007],[1260378,122916],[1255211,118277],[1269924,152023],[1272540,204762],[1269174,206405],[1268149,207425],[1272406,208975],[1271355,213699],[1273927,211572],[1268422,218053],[1270065,228087],[1267551,227462],[1272660,229993],[1277702,235319],[1277558,237017],[1278154,231093],[1275314,235670],[1268498,265956],[1274036,320024],[1273557,314423],[1270285,311145],[1271201,321607],[1274163,324812],[1274075,330201],[1272627,349093],[1272772,347787],[1278079,549874],[1276051,553109],[1277424,556991],[1278704,551045],[1279949,556223],[125289,-9327],[118128,-256],[122381,-300956],[127449,-304704],[125662,-306259],[125180,-305054],[124905,-305497],[126460,-306324],[126204,-316261],[126965,-339986],[127459,-337053],[127287,134412],[125151,28340],[127713,48523],[126724,61246],[123445,82757],[123437,77681],[116474,110206],[122797,114800],[121106,102904],[116734,117511],[124260,118384],[115270,124000],[116918,124528],[118769,119906],[123878,123192]] \ No newline at end of file diff --git a/src/gathering/a10210.json b/src/gathering/a10210.json new file mode 100644 index 0000000..dfa416b --- /dev/null +++ b/src/gathering/a10210.json @@ -0,0 +1 @@ +[[-124972,155744],[-125714,158381],[-123428,157716],[-117655,158982],[-122965,164688],[-134648,152941],[-135180,153905],[-131720,154224],[-144879,152148],[-144184,152338],[-149895,153379],[-151018,151634],[-150210,153423],[-151780,156975],[-141729,155784],[-153430,159688],[-159497,151423],[-160401,149708],[-159855,151650],[-161720,150539],[-165121,160031],[-165022,160866],[-165108,162146],[-154757,158591],[-156534,158277],[-156808,157717],[-166289,158916],[-166038,158755],[-156718,164620],[-156648,161217],[-157757,158172],[-172070,149111],[-172604,147792],[-170589,150651],[-169643,150663],[-173377,153406],[-176013,160849],[-174631,158986],[-166687,158809],[-166918,157974],[-166878,156509],[-175175,154571],[-171110,164973],[-167054,165447],[-167226,166708],[-190383,150128],[-191376,148855],[-189215,150060],[-190452,150327],[-188465,153393],[-190552,152031],[-191050,159073],[-189925,159031],[-191970,160624],[-184808,154269],[-189787,154107],[-187612,166033],[-182936,153934],[-189303,166649],[-197032,148582],[-200031,149106],[-199713,148250],[-193898,151124],[-193987,159373],[-193876,160557],[-194058,160860],[-192461,154383],[-195361,165307],[-199006,162059],[-198014,158790],[-200076,161494],[-203998,165376],[-192887,165955],[-213296,151273],[-213596,154562],[-220660,144694],[-228251,323353],[-226644,337413],[-226264,335621],[-229165,341680],[-228838,356530],[-227208,347818],[-228865,349028],[-229721,353339],[-227589,354071],[-226759,359761],[-229947,584832],[-228075,585665],[-234372,149102],[-236385,146154],[-234778,323397],[-233825,331500],[-236397,339968],[-232070,337785],[-240756,345309],[-233936,341958],[-238899,344047],[-237253,344289],[-241435,343639],[-242937,343285],[-238259,342288],[-240319,341796],[-239080,338110],[-242941,334779],[-242107,334461],[-237201,333971],[-240927,334216],[-234861,358404],[-231396,346299],[-236444,352994],[-237867,348817],[-235998,356135],[-233150,352173],[-239922,359518],[-233757,362739],[-232604,364098],[-238055,584711],[-236103,583087],[-233549,581353],[-236843,587787],[-232317,586829],[-243010,583406],[-234735,594532],[-243279,329674],[-249124,331789],[-252565,331742],[-254911,336676],[-246072,335684],[-243223,333588],[-244853,349171],[-245489,346441],[-243540,588112],[-247940,586188],[-244426,588076],[-258039,331884],[-263265,327502],[-256133,329024],[-265572,326108],[-262153,330912],[-267717,330495],[-257612,329365],[-262126,335320],[-264260,334303],[-261212,333348],[-269642,331007],[-273358,326544],[-270219,329963],[-277350,117629],[-287153,504258],[-288173,509062],[-289001,502909],[-306690,323280],[-305772,326272],[-302622,331598],[-302401,328601],[-305837,321415],[-302150,505056],[-302720,509577],[-305680,511682],[-301364,507677],[-298145,509062],[-305695,518362],[-304365,522618],[-306214,522536],[-301749,112652],[-299679,111669],[-318977,300875],[-319177,306872],[-311355,318530],[-313577,313428],[-313664,309942],[-315432,309777],[-310566,325412],[-311988,331933],[-308287,326355],[-307508,323053],[-309477,331268],[-312627,325520],[-308365,323650],[-316684,323437],[-315090,321186],[-315602,323477],[-309143,335282],[-308337,516218],[-307517,520521],[-308037,518382],[-307767,515347],[-332279,291610],[-325318,298091],[-330257,296822],[-321969,301705],[-322201,303932],[-323567,302462],[-325656,307204],[-328125,309616],[-326148,311224],[-326104,308589],[-331267,322096],[-327341,324905],[-327106,321152],[-337858,272738],[-343115,294303],[-340154,291518],[-336727,290199],[-336988,283269],[-341378,286436],[-342772,286856],[-338904,298335],[-336088,298836],[-334304,300384],[-337612,295283],[-341863,297670],[-343338,294646],[-334358,298491],[-344971,300296],[-339033,314284],[-336445,314935],[-338252,317751],[-340742,318727],[-345380,316256],[-343489,314750],[-335651,320383],[-334004,320747],[-338891,342277],[-345597,339224],[-340427,344035],[-342098,342109],[-333732,90920],[-347089,285828],[-350185,287545],[-356545,281934],[-356758,294567],[-354860,288826],[-345993,296408],[-356203,297040],[-356594,300302],[-355638,296039],[-348845,297680],[-350577,299400],[-352756,300215],[-348271,300461],[-348921,301959],[-353715,298170],[-358043,310554],[-345767,313401],[-354380,314256],[-350433,315347],[-356792,328001],[-358389,327892],[-350849,339463],[-361023,284625],[-360068,282337],[-358631,285256],[-369625,293757],[-360453,307009],[-369008,314671],[-368196,312310],[-370647,310140],[-369579,324142],[-368438,328525],[-366765,327051],[-364719,329794],[-359733,328555],[-363629,326006],[-361312,327424],[-367331,334647],[-369272,337482],[-368995,335120],[-377082,293912],[-374277,293152],[-381682,305119],[-380787,299640],[-382054,298756],[-380437,300023],[-377988,302505],[-380332,304874],[-376895,296329],[-371551,296442],[-376175,305461],[-376616,304958],[-380759,310436],[-378524,310992],[-373078,314439],[-374737,314293],[-374031,318863],[-379690,316676],[-376612,316181],[-372299,308174],[-375094,322725],[-380024,322077],[-378723,323814],[-378620,325044],[-371777,338148],[-372828,339456],[-386848,300235],[-386247,317471],[-385200,314648],[-411494,381141],[-112263,151845],[-110805,152879],[-112403,150840],[-103832,147903],[-105264,149844],[-105697,148673],[-104029,143051],[-102974,143544],[-105782,143271],[-114193,156547],[-114998,159161],[9418,136618],[1283837,232630],[1290112,302680],[1291277,303953],[1286722,556063],[1282373,556254],[1280520,553717],[1280634,556914],[134365,-4645],[135574,-6471],[136276,-10545],[135511,-9190],[130761,-12175],[140418,-311840],[133717,-20984],[133287,-23033],[139370,-26992],[135624,-28129],[136603,7971],[135670,9947],[138986,9279],[140184,10232],[138042,131743],[138460,144548],[138487,144481],[133905,143480],[137928,144335],[136930,144127],[135232,17693],[138354,21457],[136757,13715],[137135,15315],[133125,17310],[133329,16084],[134761,37566],[140039,37436],[132576,26699],[137920,40897],[132470,49527],[132477,50766],[134250,50567],[139724,42490],[131663,51059],[133443,50921],[134532,50097],[133943,47388],[135757,40490],[131884,44565],[131432,44638],[133387,44432],[128631,59607],[135043,58957],[130371,53759],[128460,53734],[133833,58716],[128589,66871],[128629,84669],[129018,86903],[137496,107266],[139795,114524],[137612,113650],[132214,115242],[140680,102890],[136499,119657],[139132,118882],[136849,120571],[136910,125813],[137856,119633],[139089,119300],[131063,125830],[131011,121306],[130371,122039],[130480,121407],[132528,117781],[130456,117806],[142808,-3498],[142865,-3976],[143426,-4106],[147909,-316856],[141400,-313793],[149426,-30291],[151013,-30968],[143215,11356],[149977,8312],[149325,10107],[149511,12002],[145391,135794],[142901,134059],[143638,133993],[148304,128456],[146643,139564],[147189,138399],[140876,130741],[151815,132006],[152022,133567],[148927,134040],[141659,144988],[141826,21587],[143634,22841],[147412,19426],[153571,27650],[141469,26910],[141102,42982],[144949,106694],[145953,104345],[145424,102931],[146848,105333],[152631,103608],[148587,120598],[147018,125836],[149105,128178],[151706,125550],[151744,125531],[142791,123045],[160362,131075],[154078,132010],[158824,138337],[165572,130035],[153670,128238],[159322,142939],[163887,142073],[154523,23984],[155983,17985],[154297,16978],[159090,76966],[158950,84287],[160706,83497],[157743,83309],[164261,82158],[160354,79414],[163355,80086],[165245,100930],[159381,99640],[159965,100712],[161448,102328],[164991,98359],[166265,97138],[164478,96133],[166083,95976],[155225,100373],[154820,101426],[160302,95801],[162400,93905],[164806,100494],[165316,110426],[164465,114557],[163742,114791],[155271,106332],[156423,104196],[157180,107779],[159736,108401],[159123,105145],[161199,104322],[154416,107418],[154101,121752],[156329,118336],[159734,126754],[160260,124690],[163821,123117],[178486,-152710],[174782,-165005],[173272,-165386],[178600,-158033],[171807,-166996],[168759,131291],[166440,130993],[176813,137799],[178787,140629],[173814,140049],[170011,140438],[166522,141771],[176357,142625],[172512,24694],[170982,25369],[171823,27871],[177959,37182],[172770,32800],[175281,34828],[178588,55773],[178127,52897],[166782,98051],[171596,92702],[178500,102058],[177921,100248],[171744,100801],[170848,115341],[174872,104566],[176649,103622],[179187,106981],[176401,108079],[176436,106536],[167486,108415],[169119,110908],[168091,103051],[169017,106162],[168547,107639],[167806,116275],[168358,116089],[191891,-116498],[187707,-127143],[189862,-125963],[190182,-124586],[191227,-138534],[189696,-137784],[182657,-137389],[191118,-130350],[188917,-129329],[186066,-141512],[183041,-152271],[189127,-152747],[191828,-152571],[191426,-145216],[189973,-144878],[191899,-150014],[183274,-163806],[181187,-162379],[191150,-164304],[191916,-165821],[191068,-167369],[184812,-170987],[180357,-173167],[181370,-172947],[191673,-95871],[189751,-109983],[183093,-104463],[179481,140972],[190750,131389],[191059,148144],[188272,143978],[191223,36072],[191283,26855],[184035,34584],[184496,31270],[182714,28943],[185113,30695],[184692,26270],[187081,26035],[188438,31193],[188836,33636],[188408,34216],[191163,499088],[190566,496435],[184379,495629],[185658,508671],[182956,38650],[181271,41295],[181017,39143],[183178,47282],[190308,40091],[190475,41337],[191000,38906],[183432,52784],[184425,94227],[179909,97874],[186851,121374],[183790,116840],[185036,121062],[192103,-122896],[199404,-115571],[192013,-127545],[200318,-121263],[201152,-116160],[202644,-116035],[194293,-125538],[193388,-120577],[193925,-117825],[196353,-120529],[197221,-122261],[193752,-136879],[200588,-128960],[201241,-129535],[203030,-137610],[200834,-138530],[201656,-129946],[195048,-131450],[201796,-136535],[198322,-132170],[200739,-134019],[200135,-135754],[204609,-129792],[201679,-141442],[203500,-145391],[200866,-150893],[199834,-151093],[192138,-145187],[200132,-149340],[201661,-145143],[198086,-144848],[203406,-157925],[202278,-158981],[199555,-161160],[204553,-159934],[203961,-157959],[196778,-162863],[193269,-165459],[192818,-165239],[199360,-158812],[192433,-154073],[196946,-153537],[193666,-172163],[194882,-174129],[195928,-178062],[194855,-176746],[199078,-87983],[193654,-90630],[198975,-98344],[203400,-101178],[196608,-112663],[193912,-113345],[202988,-113823],[201701,-112454],[193918,-113792],[192177,-112975],[204059,138114],[199905,37677],[194881,27040],[193171,33904],[194401,29913],[195111,498084],[192714,494718],[201709,506072],[199994,509942],[200581,505991],[204549,510144],[195381,505754],[192957,500144],[200714,39546],[197705,43576],[201380,44985],[192411,41693],[198719,515080],[194287,512957],[196149,521424],[201591,527105],[201476,526347],[202146,123323],[212817,-116343],[215949,-117610],[215798,-121990],[208374,-144537],[207108,-143921],[216714,-148209],[209735,-154998],[215244,-159380],[212337,-156863],[205313,-155540],[211202,-156224],[214287,-177664],[215936,-177126],[206786,-183480],[207422,-181977],[207774,-182417],[213930,-189293],[214116,-220056],[213543,-230724],[209446,-12425],[209869,-12562],[209741,-11407],[210223,-11732],[210474,-11705],[211104,-11948],[211663,-11954],[213057,-12224],[213293,-12355],[213857,-12381],[214661,-12466],[212638,-12092],[211553,-11635],[210836,-11704],[210305,-10709],[210891,-10861],[211085,-11167],[214372,-12214],[213981,-12181],[213717,-12098],[213656,-12381],[212916,-11971],[212733,-12222],[212332,-12172],[213413,-12001],[214894,-12364],[209530,-12557],[209259,-12513],[210225,-12461],[210500,-12455],[210893,-12445],[209902,-11681],[209583,-11580],[209984,-11346],[210329,-11538],[211020,-11556],[211253,-11628],[210807,-11936],[210575,-10739],[210438,-10853],[210846,-11108],[209961,-10803],[211017,-10740],[210802,-10696],[209344,-5664],[211672,-2076],[212071,-6837],[214546,-279119],[211751,-289381],[207597,-303335],[213404,-309692],[206839,-17181],[209731,-19393],[208016,-19420],[210661,-18433],[210488,-17544],[209051,-17834],[206949,-18063],[208950,-17018],[207037,-17029],[208713,-17060],[208199,-17993],[208711,-19762],[208809,-20411],[210126,-19212],[209966,-18654],[207449,-18168],[210303,-20241],[209377,-20116],[209950,-20206],[209215,-18592],[210289,-18425],[210565,-19116],[209554,-19529],[210475,-20048],[207905,-19525],[209603,-16850],[210456,-16636],[207605,-18903],[209869,-17039],[209670,-17601],[210173,-17754],[207732,-17827],[207519,-16920],[208187,-18843],[208353,-18613],[207479,-18792],[209079,-13483],[209371,-13225],[209846,-13400],[210340,-13246],[210802,-13331],[211348,-13502],[212496,-13396],[212946,-13538],[213254,-13568],[213796,-13936],[214399,-13959],[210426,-12632],[210771,-12648],[211495,-12669],[213020,-12954],[213444,-13054],[213785,-13033],[214406,-13258],[214961,-13092],[211013,-13456],[209109,-13233],[208764,-13507],[208918,-13126],[209782,-13194],[210049,-13270],[209958,-13542],[210531,-13432],[210730,-13614],[211612,-13578],[211442,-13720],[212238,-13471],[212716,-13564],[212785,-13857],[213152,-13416],[213534,-13585],[213256,-13797],[213838,-13560],[214109,-13642],[214065,-14001],[214396,-13715],[214640,-13785],[214652,-13283],[214558,-13008],[214163,-13026],[213637,-12854],[213234,-12968],[212811,-12836],[212594,-12938],[212364,-12789],[209043,-12678],[209612,-12686],[210006,-12741],[210554,-12824],[210954,-12858],[211142,-12606],[211453,-12882],[211663,-12829],[211849,-12907],[211878,-12673],[208463,-100682],[213500,-110893],[214855,-114033],[213533,-111864],[211356,-110031],[212529,-113328],[211036,-110701],[213415,-107986],[214889,-113478],[205745,-108648],[210779,-106203],[208106,-106380],[208611,-104265],[207951,-109618],[208626,-108877],[207768,-110541],[208678,-103017],[205486,-111189],[205563,-107727],[210800,-103246],[215532,138969],[211542,140266],[208059,139768],[205514,134625],[209370,132546],[215570,130803],[215868,130451],[215608,143109],[208244,145280],[215483,153212],[216153,29185],[212980,536745],[216875,533116],[215202,542893],[213412,541346],[217353,540124],[210687,538688],[216701,542165],[210220,58178],[216564,98306],[205848,122948],[227362,-146915],[224988,-144909],[227979,-148810],[227370,-151361],[223435,-148389],[223707,-149416],[217802,-155979],[220552,-155582],[221071,-157131],[222627,-163381],[222590,-166116],[228029,-165529],[228984,-163609],[226732,-160380],[229533,-173486],[221669,-168114],[227949,-171135],[217691,-189785],[230324,-183831],[226912,-206797],[227479,-204671],[221946,-227099],[226697,-236622],[222597,-238736],[223043,-10127],[223582,-247211],[227394,-251927],[222151,-249921],[221534,-255464],[226805,-262510],[228338,-267418],[228189,-291238],[218480,-288040],[221906,-303849],[229950,-308556],[220594,-309975],[229940,-23546],[229233,-24882],[227128,-20808],[222623,-19845],[221138,-18389],[223245,-13118],[228790,-34836],[229377,-26584],[228520,-35525],[229687,-35021],[228080,-32692],[230339,-32802],[230049,-104515],[222647,129096],[227671,134594],[217678,128852],[229873,131871],[228897,136230],[221432,138811],[224398,137536],[221018,129999],[218469,134329],[223923,132728],[217689,144460],[224069,147181],[224510,149908],[227152,144408],[227375,33352],[223028,49723],[226208,48438],[229241,40596],[230237,40930],[229597,535441],[222514,528879],[226497,529787],[228490,527194],[226216,532766],[227861,538666],[224726,540120],[219001,540800],[220807,544533],[229357,550579],[222506,553862],[220215,552025],[226911,552060],[225211,564471],[228801,565115],[225597,53507],[224640,54709],[220458,52538],[221484,105061],[219986,123107],[221919,127864],[221898,117062],[223567,118190],[225739,120115],[228447,125938],[223958,127344],[234369,-145622],[240465,-151145],[239178,-152318],[230663,-159221],[238438,-154739],[231087,-158975],[236604,-162140],[242886,-165617],[240259,-155414],[231307,-154587],[238326,-158198],[235345,-160514],[236524,-154298],[232383,-162617],[231278,-161769],[243138,-167021],[231166,-178753],[232734,-178841],[234560,-171495],[235437,-171022],[232816,-167472],[231764,-167138],[231965,-170732],[236195,-167654],[235842,-190968],[242178,-189325],[242641,-190933],[239852,-190027],[235335,-179813],[237259,-181610],[236501,-182512],[234551,-192736],[242486,-192367],[239896,-199370],[236313,-193362],[241745,-227404],[242340,-226649],[241124,-236790],[239260,-235144],[240931,-241121],[232248,-239621],[239798,-240263],[235880,-239729],[232946,-243653],[236197,-245557],[242172,-248842],[239007,-265103],[232231,-257607],[235512,-268200],[235825,-278056],[242464,-23535],[241872,-20024],[233301,-23852],[243128,-20128],[234537,-22609],[242560,-19260],[236007,-31954],[232903,-27553],[234456,-37912],[234712,-29325],[232042,-28433],[235637,-30881],[240736,-34046],[234504,-37389],[239020,-36108],[241476,-37845],[232609,-29413],[242176,-26826],[242671,-42919],[237307,-40076],[242847,-49216],[242239,-47225],[239126,-46837],[238103,-49618],[237599,-43774],[236681,-41082],[232850,-41212],[231167,-40064],[232257,-73205],[235160,-73471],[240641,-74613],[235714,-69025],[238615,-86693],[233646,-86958],[232860,-79752],[234798,-79342],[236860,-83478],[230609,-86171],[239010,-98070],[241071,-94907],[236516,-99938],[230725,-106133],[236329,-102362],[234426,-108973],[231426,-112470],[231011,-109437],[232849,-102787],[242791,976],[231326,138753],[235414,135082],[232182,136364],[237805,134109],[233817,133904],[230613,147935],[233053,33498],[237444,33395],[237905,30515],[233159,37001],[242367,47765],[241678,43169],[234856,548162],[232974,548542],[235355,547030],[242130,563117],[233617,552486],[234223,550961],[234712,552922],[238490,555198],[237879,561991],[239343,562725],[237782,558962],[233150,561302],[242652,565704],[241014,60190],[240843,58439],[238554,55675],[233562,104311],[239889,110471],[238790,109912],[241609,114749],[236807,106505],[237722,106756],[230728,120463],[234233,118867],[236470,117469],[232409,120079],[241943,119193],[239648,124091],[237555,127602],[237934,126390],[231649,126208],[231856,126165],[231380,122826],[247018,-165785],[244927,-163450],[246323,-167773],[245458,-191274],[243603,-190526],[244936,-192689],[255090,-217052],[253149,-215667],[253210,-211666],[253736,-207910],[253371,-211247],[247799,-214040],[251933,-210973],[251985,-213071],[250371,-216483],[255914,-226598],[253945,-224524],[253369,-226210],[255026,-221803],[250703,-219870],[246110,-220836],[249940,-242352],[243530,-239312],[248369,-238224],[244897,-244892],[247939,-249495],[251534,-254362],[247564,-246757],[251105,-256471],[255729,-260523],[249170,-261194],[251833,-267505],[252035,-263875],[246609,-267944],[250832,-260121],[246115,-262705],[253471,-270388],[250836,-270732],[252735,-275551],[255772,-269077],[243916,-273954],[244275,-286762],[249647,-293854],[250227,-290433],[250862,-309003],[253506,-323205],[245054,-330221],[246431,-24919],[245218,-24451],[247547,-23753],[243990,-22156],[253185,-28973],[249531,-27665],[249151,-31876],[252488,-35731],[244690,-36599],[248533,-34577],[255416,-33422],[248120,-33759],[244924,-35731],[245911,-34160],[246713,-37361],[255581,-26112],[243427,-38790],[250842,-39060],[245170,-39973],[248277,-42022],[247626,-38970],[250638,-40951],[253335,-42711],[252917,-48701],[248464,-44930],[249695,-47619],[252589,-50846],[250631,-51873],[255331,-62233],[252819,-62533],[252469,-58434],[252433,-58920],[248546,-52737],[251217,-66450],[253344,-70362],[252300,-66969],[251078,-69607],[246306,-76768],[245587,-79508],[254071,-98913],[253416,-97610],[253730,12815],[254698,5805],[253202,6098],[253340,3584],[251823,5190],[254646,448],[252711,525],[250136,1355],[247183,2999],[253907,14703],[251589,29209],[252145,33031],[244998,30254],[246428,31512],[246785,35737],[248274,48348],[250532,43834],[253056,41686],[244486,44710],[245808,49796],[245268,51458],[250965,59395],[247002,63195],[244682,63058],[255134,59671],[244733,51853],[248073,67115],[252804,66779],[248771,71224],[248013,108771],[244419,104174],[247054,124109],[255512,125446],[250164,115444],[243292,125923],[245499,125897],[248113,115467],[249524,119561],[18220,140108],[14710,139635],[21061,139376],[19016,145841],[19855,147103],[268573,-186418],[264342,-192789],[263858,-212348],[259084,-223371],[268164,-227532],[260075,-228443],[262170,-218047],[263028,-217968],[262704,-224691],[263514,-225894],[268109,-226967],[267025,-228948],[257608,-226760],[256575,-227196],[266991,-234868],[259200,-6209],[257432,-3669],[261591,128],[261966,-326],[263145,-4647],[263756,-10232],[264676,-243928],[259453,-265332],[256508,-267223],[256757,-270361],[259959,-281020],[256716,-281725],[256879,-294431],[258467,-301673],[263446,-297648],[266146,-329266],[266255,-22911],[261262,-24399],[258156,-23864],[256403,-31342],[260006,-35317],[268374,-37547],[263328,-26605],[267109,-28522],[260975,-29230],[261280,-33224],[268626,-35579],[262583,-35591],[268320,-32716],[268037,-34235],[263807,-34223],[260875,-25874],[260950,-46490],[256087,-40395],[264433,-48264],[260298,-42839],[265495,-46078],[265897,-49973],[263509,-47222],[265091,-38502],[267022,-41093],[262971,-44022],[264970,-42804],[265331,-60938],[266798,-62766],[258778,-54362],[268504,-63496],[256771,-58474],[267633,-56652],[266235,-59591],[260856,-57390],[260655,-60772],[267477,-58158],[261191,-53551],[256327,-55434],[260806,-60456],[256160,-54952],[267745,-68201],[264236,-66697],[268726,-69212],[265687,-69693],[265831,-68386],[263617,-74497],[257157,-78811],[267734,-78594],[258550,-78237],[256060,12263],[257997,9572],[268533,8654],[260952,5417],[263279,1793],[260022,2725],[258118,2612],[267764,5305],[267338,2510],[267324,10769],[257938,15811],[264494,31223],[258366,33793],[256753,33556],[265958,26694],[266734,407325],[267806,524016],[263731,521928],[261731,524585],[258395,530827],[262281,526823],[263604,63638],[266312,62844],[267165,67257],[261371,66598],[263791,68090],[268321,73795],[265707,98634],[257080,124234],[279979,-189247],[279832,-188133],[275846,-187541],[278080,-195968],[270789,-198311],[274879,-203561],[276443,-221599],[278037,-232137],[273671,-230823],[273662,-231984],[269252,-11251],[269563,-12417],[269809,101],[279511,-6837],[278206,-9691],[281292,-5184],[281259,-1259],[269178,-246662],[275589,-248589],[269554,-286380],[274012,-13173],[275541,-13230],[277236,-16986],[273732,-24730],[269608,-23086],[271409,-24231],[277749,-23818],[278295,-25256],[274882,-33717],[275187,-35639],[276720,-36650],[278242,-35924],[272634,-37536],[272370,-37034],[280005,-29523],[281376,-31303],[274933,-29310],[279133,-32148],[271329,-25901],[277020,-26142],[279791,-35769],[269476,-49407],[269324,-48271],[271532,-39474],[272862,-42361],[273141,-44055],[275988,-49271],[274870,-44124],[280384,-41555],[274518,-44882],[274155,-41986],[274439,-40802],[276924,-44030],[279930,-44861],[277275,-46359],[277222,-39060],[273172,-39162],[281217,-45954],[269802,-43790],[268948,-40214],[272150,-43255],[271932,-47487],[271935,-50686],[273126,-50899],[270663,-59400],[272457,-55328],[269321,-51751],[274387,-59940],[270855,-55482],[272831,-59677],[271992,-62791],[277048,-52192],[277626,-57575],[281091,-60961],[280044,-58958],[275222,-53239],[280234,-55446],[281415,-54704],[279087,-56357],[274911,-60502],[279575,-61651],[277957,-73356],[280646,-71442],[273857,-69984],[272727,-72080],[272995,-72716],[273494,-64151],[271146,-75563],[273957,-83970],[271952,-77894],[269540,856],[269361,3329],[270643,12850],[277988,7548],[274337,4230],[276948,3425],[278842,11004],[276580,6110],[280633,1929],[280802,14398],[279965,23679],[276464,23678],[273321,28373],[281499,26604],[279588,29459],[270710,28165],[269253,27387],[273715,401530],[269850,405801],[272711,406676],[272651,409117],[276472,408036],[274315,418256],[277831,418933],[274376,413107],[276342,422635],[274903,523457],[274188,521320],[270840,522364],[270055,517883],[277068,532962],[278148,528945],[275639,525306],[278977,525411],[277299,543875],[277822,538612],[269501,69544],[273459,71135],[275465,71556],[280590,71868],[281476,69186],[280503,72274],[277155,72265],[278749,73729],[280825,75755],[277437,82896],[273194,86106],[280920,98759],[277408,101461],[278165,90197],[280301,112307],[280073,105625],[270566,108495],[269686,122832],[284468,-185256],[289356,-195834],[288713,-192085],[293579,-195368],[292521,-196220],[282941,-197843],[290984,-201609],[290488,-201274],[285894,-205384],[293304,-216286],[286417,-215730],[286138,-228680],[284496,-224434],[290781,-223883],[291215,-222101],[287690,-232269],[283547,-241285],[289380,-5926],[290096,-8765],[292553,-8209],[292727,-6727],[286956,-6906],[289425,-9045],[287580,-10865],[285357,-11913],[283588,-9335],[285170,-5349],[283179,-11140],[282894,-1246],[288297,-2282],[293495,-4081],[292207,-248941],[284626,-247671],[287332,-264670],[291435,-260331],[286163,-274037],[285902,-269941],[285873,-268952],[291348,-289920],[288639,-284585],[281651,-19130],[286306,-25079],[286986,-22822],[290029,-14618],[290373,-13572],[293327,-12717],[285897,-26913],[293695,-30213],[293832,-30359],[293600,-27521],[289787,-38063],[287446,-30191],[288055,-35609],[285572,-31978],[285894,-34694],[285021,-31698],[281830,-34131],[292105,-34388],[287097,-39395],[282395,-43182],[290743,-47198],[288396,-42552],[288193,-46033],[290966,-39322],[291604,-46082],[292844,-49170],[284816,-50054],[283613,-49236],[283031,-46089],[287591,-46085],[286465,-44299],[282992,-41575],[293704,-51840],[287704,-63296],[281806,-59373],[282009,-58644],[294076,-54657],[289220,-59886],[290553,-59149],[289546,-56128],[285501,-53199],[285330,-55683],[284451,-59355],[283759,-62797],[282747,-54908],[283066,-53141],[285786,-71848],[293688,-68140],[288750,-64471],[284218,-64214],[287269,-64139],[286263,-65860],[290624,-64455],[289360,-79925],[287536,-78270],[292227,-78513],[290890,-83541],[289475,11422],[288665,12836],[294180,4326],[293802,1857],[285114,4221],[291348,8224],[289930,9423],[292205,635],[291415,3909],[288191,5368],[285020,8487],[286873,10937],[282783,15045],[286169,24829],[290226,24519],[289907,22040],[284131,21785],[283443,15259],[283762,460430],[284292,465902],[287552,467424],[289575,467176],[293724,467371],[292279,461704],[285867,463746],[282588,462851],[282201,526087],[286103,61521],[285662,60640],[281724,60184],[289726,68639],[286977,75572],[287580,86780],[284239,81688],[282569,81832],[283642,80323],[284348,80087],[289090,77033],[282553,102403],[303893,-187588],[301327,-188711],[294658,-200519],[297913,-200648],[294833,-195496],[294681,-193575],[300770,-199810],[298889,-198563],[303871,-211126],[297214,-233545],[304785,-239944],[296461,-8492],[294580,-11336],[298149,-6889],[296440,-9941],[302250,-11945],[306964,-11937],[305975,-11028],[305724,-6596],[303390,-1325],[305434,-2886],[304706,-260950],[297323,-263664],[298285,-24882],[305665,-23830],[304045,-22984],[295888,-24726],[300281,-17585],[297595,-22417],[296859,-21846],[303079,-12652],[304579,-15153],[296686,-30582],[296042,-28980],[306674,-29022],[302390,-31158],[304081,-33379],[302962,-36099],[303583,-36070],[296470,-32116],[296857,-35846],[295817,-34796],[304055,-27781],[302417,-25846],[305418,-28605],[299798,-26973],[298682,-26036],[300558,-43125],[299308,-40642],[296419,-38716],[296237,-43601],[304319,-42454],[296104,-45248],[299601,-46397],[307199,-44457],[301525,-41013],[297143,-60922],[296138,-55816],[295117,-58687],[294875,-55222],[295468,-57371],[299031,-75615],[296350,-76379],[302381,-71084],[299483,-68933],[306176,-75667],[296909,-63806],[300941,-63895],[300021,-67345],[297083,-67230],[294919,-73717],[294916,-72471],[294521,-71667],[295879,-70408],[296190,-72029],[296044,-69562],[300154,-79450],[302415,-79376],[302286,-88797],[302681,-87776],[299628,-84494],[305090,-82698],[306677,3911],[306233,7684],[302258,4645],[298718,1309],[301257,6932],[302113,4112],[295053,8789],[294839,2468],[295425,7979],[296431,5756],[294996,20118],[304500,409520],[303281,406822],[307179,413798],[302831,414837],[305334,421033],[303209,419523],[299454,469580],[295440,469306],[305813,464313],[316277,-199556],[315742,-201549],[315542,-196609],[315046,-196002],[312401,-195526],[318737,-204596],[317656,-199255],[312071,-194747],[311036,-197974],[308697,-194673],[318825,-224829],[309385,-226240],[308161,-218495],[310677,-226058],[311726,-235881],[318751,-239320],[308203,-233126],[315270,-10192],[310166,-8742],[313745,-10107],[308615,-575],[319305,-246701],[307582,-256225],[315875,-257507],[307795,-37338],[308968,-36816],[319377,-50529],[307854,-48254],[308690,-49057],[311210,-44915],[309565,-49994],[309463,-49613],[308874,-43728],[309729,-41261],[309125,-40611],[312139,-58622],[317977,-57259],[308667,-55909],[313479,-57088],[318462,-54310],[312372,-51469],[313273,-70652],[315054,-69684],[318288,-75923],[316359,-74295],[310829,-68053],[308542,-77128],[311304,-77238],[307560,-85051],[307711,-81775],[312120,-80798],[310044,-82836],[311007,405742],[307843,407405],[315793,406490],[312653,405537],[310288,418912],[311015,415590],[315914,410245],[318952,411989],[316464,414205],[316255,422152],[316579,419148],[312861,410149],[316657,430503],[314708,431410],[311174,427988],[308156,425550],[307932,426439],[308795,422621],[317258,425120],[318835,430372],[307582,434940],[314342,434739],[316848,435547],[310364,463859],[321731,-199994],[322031,-204575],[323781,-206002],[322232,-204635],[323218,-241185],[330995,-246725],[329318,-257525],[331712,-263213],[324759,-267249],[324470,-63433],[322164,-67630],[324513,-67863],[330848,-82555],[332460,-80318],[327204,-77211],[329792,-78156],[320828,413669],[323156,416048],[321295,418511],[321324,422220],[322456,413670],[322719,421540],[328825,435185],[331072,434476],[321654,433843],[321440,431562],[322460,429667],[326895,430336],[329285,430990],[332644,428207],[331252,429376],[326772,423060],[325489,435767],[340883,-213252],[342534,-212239],[342859,-207887],[342369,-222902],[340972,-220094],[336321,-224281],[338402,-230145],[338926,-224510],[338038,-225003],[338473,-229336],[339316,-233761],[338885,-8635],[343892,-252328],[337727,-248727],[343679,-258792],[342488,-265272],[333288,-259984],[339521,-263514],[344103,-37072],[342811,-35780],[344939,-49141],[339952,-61900],[344306,-56195],[335736,-76301],[341002,-66427],[337995,-76793],[340085,433268],[333110,428549],[336552,436351],[348841,-204353],[358105,-210980],[356837,-207891],[356205,-204814],[351989,-207435],[347338,-219639],[348865,-219037],[348369,-227895],[346149,-228658],[358124,-222238],[350748,-236331],[352921,-231466],[351736,-233317],[346194,-237651],[346941,-237851],[350761,-12541],[346371,-9789],[351670,-7568],[350142,-246224],[354784,-268021],[353008,-259987],[351377,-36014],[351099,-50016],[356322,-43500],[349113,-41702],[349433,-38645],[351090,-46872],[352098,-50249],[357293,-47134],[348698,-56427],[346866,-53418],[351842,-58413],[354995,-51788],[356037,-55235],[347890,-75270],[346537,-63803],[352930,-74797],[356988,-65133],[360834,-178100],[368144,-204031],[369525,-203266],[368237,-202520],[363559,-206968],[363433,-210630],[362958,-210127],[363555,-214548],[364290,-212945],[368916,-210213],[369465,-211825],[368941,-224646],[358906,-239287],[361526,-252711],[366201,-249784],[359904,-249367],[358762,-249874],[360372,-246854],[360905,-247469],[368881,-248059],[368212,-255600],[368096,-255573],[359763,-257018],[364638,-257595],[364654,-257747],[369594,-262138],[369906,-261571],[358538,-24739],[360999,-50739],[367507,-47755],[363648,-49603],[366610,-46904],[363060,-50578],[366299,-50042],[362673,-51562],[363187,-66292],[367765,-66989],[363788,-80967],[367041,-85422],[363001,-82523],[361610,-81642],[366885,-91800],[368969,-90125],[368690,-90515],[364638,-92378],[366923,-93256],[377643,-203087],[382273,-201550],[381427,-204422],[375612,-202922],[375094,-202368],[373483,-207514],[371647,-207588],[372388,-209818],[379764,-209459],[379430,-210318],[371690,-229786],[381266,-219255],[383445,-239734],[380445,-238294],[374756,-255199],[381429,-248439],[382624,-262549],[377612,-258405],[376451,-260033],[373097,-42914],[375037,-45651],[379931,-53882],[378824,-90783],[375714,-94718],[377263,-99078],[379390,-100607],[33325,134913],[31214,149726],[34025,150773],[33487,152800],[31966,150898],[32711,143157],[34623,143199],[30454,143644],[29769,157258],[35701,154579],[38280,153856],[32503,260394],[396667,-146246],[392738,-200565],[394850,-201868],[396369,-203993],[391470,-199569],[392942,-208077],[386851,-209524],[385548,-208918],[390881,-223155],[387955,-229393],[388741,-232879],[392768,-245380],[390274,-254150],[396544,-249918],[384674,-261985],[388221,-259549],[395032,75123],[395639,83738],[392672,85590],[394873,98270],[395517,93267],[389321,109450],[392889,110189],[407255,-197223],[402985,-199639],[403006,-198729],[400816,-212987],[400814,-212137],[405037,-217178],[402266,-224146],[408161,-239360],[397600,-234640],[404562,-6594],[399941,-8192],[403660,-6712],[407344,-248695],[398349,-254772],[397088,-254785],[397012,-248426],[408459,-257366],[409430,-258545],[408794,-24764],[407070,-14500],[399455,4961],[408371,135510],[408317,144467],[407673,149470],[398929,16539],[397810,16294],[400889,97307],[404632,104658],[404160,107400],[407871,111055],[407881,112581],[399101,113912],[400054,109111],[401343,112458],[400176,113784],[404182,118615],[407340,116384],[399303,118922],[411106,-197895],[417705,-201538],[420880,-202605],[422120,-203629],[413651,-203090],[411644,-202308],[416582,-199683],[415614,-200791],[421287,-208415],[410915,-227180],[420431,-218290],[416229,-225249],[417504,-6842],[416546,-3174],[412758,-3683],[410852,-4548],[417728,-252034],[420625,-253429],[416079,-243154],[416091,-243667],[412311,-246345],[413106,-247494],[410980,-254092],[410562,-252511],[415229,-259836],[411601,-263808],[420270,-18711],[421881,-20791],[411557,-36474],[418777,-63214],[420682,-70047],[420272,-65418],[420184,-86824],[420412,-91325],[413689,148507],[416960,158600],[412930,160237],[417432,155858],[420692,370390],[413824,372842],[414878,374865],[415207,375027],[415643,373713],[413165,373854],[413459,373416],[421689,371611],[412041,82532],[417593,98962],[419770,113226],[410030,117197],[416790,116262],[414027,117358],[415279,116811],[415773,116765],[417052,122801],[423091,-203793],[432491,-209454],[432015,-207275],[433195,-207068],[432758,-211550],[425066,-207741],[428846,-213323],[424253,-209955],[431014,-215850],[432298,-218250],[430147,-225666],[432611,-228012],[426338,-238409],[432759,-239270],[432981,-231326],[433579,-231712],[427828,-2623],[431731,-1101],[435018,-1270],[425167,-10187],[424999,-247583],[433113,-248585],[432337,-248293],[433544,-253149],[434631,-255058],[432017,-259369],[434471,-265038],[433808,-266444],[434977,-260928],[434231,-261470],[430375,-22952],[426756,-12606],[423464,-13806],[423988,-18864],[426594,-18699],[430468,-16307],[431113,-16580],[433756,-19897],[431632,-22839],[429071,-19267],[425506,-26756],[422938,-75547],[422747,-72603],[423797,-73698],[426387,-96392],[430857,-94042],[432365,-94444],[422536,-93399],[431671,7314],[424157,4721],[424699,7017],[423913,3977],[428767,8423],[432490,3880],[430965,6742],[427739,3972],[433692,1285],[423021,368248],[424053,369452],[422691,368859],[424487,370048],[423130,371329],[423019,372034],[422905,100516],[423662,107794],[443906,-208501],[441554,-211122],[443885,-211278],[446505,-216256],[436348,-213516],[436714,-227908],[436206,-218109],[441430,-220589],[440446,-226412],[442693,-223174],[439023,-229927],[441365,-230132],[443250,-230851],[441953,-231800],[441656,-232351],[438989,-236025],[437277,-244962],[446570,-252547],[440071,-245438],[439335,-246945],[435656,-249904],[435721,-247616],[439140,-251023],[439479,-249292],[437979,-254331],[438587,-254673],[440600,-254578],[446242,-255427],[435268,-14893],[446127,-45375],[440682,-44878],[437544,-45727],[441499,-48515],[436298,-94557],[435568,2124],[448957,-212976],[457125,-214598],[458025,-216341],[450199,-225369],[449982,-220836],[449807,-219632],[451776,-221866],[457080,-220826],[456581,-220195],[457611,-241450],[457903,-237891],[450878,-9188],[456337,-11280],[451079,-5882],[454947,-9490],[455119,-8418],[454850,-7418],[459967,-7194],[455296,-7017],[455378,-7134],[460455,-7473],[459062,-8114],[453696,-11678],[451265,-243431],[452692,-248123],[455457,-247088],[456391,-19278],[457100,-16571],[455604,-17019],[453882,-16261],[452754,-19837],[451891,-23439],[451502,-37059],[450754,-34936],[449729,-29669],[449762,-31566],[451678,-28623],[450918,-37427],[460084,-43839],[460527,-63153],[458656,-59556],[459226,-66316],[460805,-69390],[458659,-66651],[457332,-67836],[451888,-81180],[459726,-87351],[456123,10527],[457193,11132],[454411,13346],[453591,13014],[465468,-131882],[471727,-134975],[466282,-134478],[463144,-135327],[467099,-138115],[468034,-222282],[471464,-219919],[471139,-224729],[473436,-221586],[461322,-219932],[463293,-221518],[463378,-230492],[466746,-237583],[466825,-235493],[466727,-4831],[471741,-246227],[465712,-20486],[462533,-37187],[467157,-31528],[466412,-28842],[465335,-40912],[465541,-48213],[462651,-48959],[463291,-56668],[464497,-56011],[467150,-60768],[461103,-63802],[463084,-65319],[473261,-75586],[462627,-66574],[469909,-66725],[467559,-65850],[470085,-82531],[470901,-76912],[462329,14305],[476518,-127027],[477102,-126659],[476354,-124536],[475329,-119269],[475362,-121166],[477278,-118223],[477910,-116554],[476783,-116331],[483098,-223326],[485938,-226330],[481761,-227450],[481010,-225056],[480725,-221796],[474504,-232835],[484442,-236765],[483145,-230939],[479377,-236919],[481975,-242702],[482037,-241656],[476981,-21306],[476638,-20397],[475641,-34252],[485957,-60458],[477831,-64301],[481795,-82785],[478763,-79939],[477544,-81955],[485274,-84461],[476179,-83832],[474064,-81990],[473856,-79091],[476124,-92743],[473940,3721],[488072,-139256],[488417,-138722],[491141,-137813],[488317,-148754],[489701,-151550],[490169,-150090],[489402,-147356],[490788,-146674],[490097,-145611],[498381,-171095],[498466,-172012],[487495,-228081],[492795,-233691],[494412,-236355],[494376,-237375],[488452,-241772],[488296,-242705],[499187,-88],[497067,-46450],[497538,-53348],[494673,-88548],[493128,-88285],[495754,-85785],[488369,-87739],[492961,-86865],[496613,-78329],[488796,6194],[498298,205],[490460,5724],[495796,9139],[491426,8598],[501567,-163780],[502577,-169044],[501956,-167140],[503144,-171555],[501461,-171567],[510103,-174271],[507395,-172385],[504363,-169539],[499604,-237118],[507344,-45166],[499272,-49769],[499155,-48143],[509251,-62432],[509413,-58268],[504670,-60797],[502183,-51031],[501884,-54079],[506686,-75076],[505758,-64488],[509159,-73136],[506093,-72434],[502282,-72214],[504183,-65754],[509144,-72735],[506429,-93314],[504802,-97849],[505914,-91814],[500746,-92632],[503034,-90376],[505862,-103149],[505423,37372],[507451,37876],[508012,36752],[510569,36654],[39395,139233],[39991,139874],[43162,139164],[42645,132518],[44425,131248],[41955,151666],[41716,145271],[50867,141291],[49711,145249],[50217,143144],[48934,145953],[38462,150406],[47992,146436],[47036,143602],[45874,145493],[42407,150879],[521973,-8282],[524283,-11133],[515834,-46749],[516881,-40825],[515082,-41927],[517237,-45319],[513122,-59102],[514018,-56904],[516746,-56278],[518169,-58234],[521257,-61647],[517492,-61105],[512636,-70401],[519702,-69961],[520371,-67573],[521581,-74615],[519373,-71724],[522404,-70115],[523476,-69380],[517411,-68002],[522015,-71440],[514147,-71955],[519105,-64257],[522668,-67078],[513893,-101372],[523768,377164],[512025,37005],[513193,36500],[512218,37667],[513108,35794],[525044,-8803],[530183,-3838],[530091,-3021],[531872,-5370],[534632,-18353],[536720,-21595],[535156,-23139],[529186,-28036],[525723,-45985],[525730,-46874],[525110,-44544],[525053,-55941],[535101,-64602],[534364,-66600],[530760,-78629],[532402,-79723],[534100,-87398],[529827,-88447],[533279,-93907],[529818,893],[534067,364058],[535507,363504],[537382,365121],[536033,379785],[534858,378823],[528338,41221],[550160,-117223],[540416,-15779],[538803,-13338],[540363,-13501],[542670,-14617],[546527,-23293],[547311,-25913],[546259,-25475],[544820,-34060],[544951,-32872],[541980,-29733],[538038,-62397],[538682,-67706],[542821,-97956],[550180,-104948],[548857,13861],[539679,367421],[546061,370220],[542027,368083],[547703,381888],[539648,388881],[540383,396690],[553304,-116525],[555682,-115269],[551154,-19732],[553023,-20691],[552615,-20904],[561367,-24808],[550783,-24782],[562631,-17484],[562616,-19954],[555920,-33118],[556272,-30746],[552697,-29128],[562368,-32372],[559728,-71331],[559604,-73742],[558619,-73092],[550139,-100471],[561149,-99405],[561635,-100911],[560410,11054],[555462,25289],[550528,19009],[560189,19082],[559860,300425],[554182,387217],[560385,386970],[560389,394992],[573404,-18393],[572026,-21101],[573872,-22099],[572911,-26254],[563763,-35753],[570201,-25511],[572564,-34545],[570921,-36230],[570533,-34653],[574842,-31525],[573613,-30607],[573266,-38507],[572827,-57084],[569794,-58636],[568579,-55595],[573514,-64368],[573683,-68102],[569401,-70582],[569601,-69994],[570160,-71302],[569020,-67415],[568680,-64079],[569395,-64478],[566212,-74137],[570797,-78770],[572261,-79362],[570690,-78344],[569076,-94447],[572994,-100610],[566089,-96797],[569649,-108632],[569205,-111208],[567204,3744],[574950,3971],[566054,384675],[570695,386152],[568162,99744],[567492,103500],[578086,-646],[583222,-33979],[580259,-34967],[580592,-37586],[578150,-33737],[578223,-30981],[587342,-35028],[587305,-50531],[582259,-41627],[578840,-40414],[587428,-42602],[580238,-41966],[580129,-44964],[585474,-51678],[588782,-103313],[585060,202158],[585372,16008],[583073,17661],[576087,109316],[588514,107393],[599433,-118048],[590344,-37205],[588870,-34770],[590357,-37299],[591058,-45733],[589245,-39812],[588853,-38497],[593163,-73669],[593606,-72260],[590081,-82663],[593536,-80614],[599249,-88365],[589616,-92553],[590858,-94182],[600644,-92564],[600849,-96211],[599881,-96280],[598980,-94092],[599766,-95261],[597422,-93846],[594647,-100536],[593577,-99364],[592277,-99609],[591409,-97208],[601137,-113475],[597080,-114138],[600167,-105157],[599499,-104584],[598623,-107292],[595072,-106396],[594770,-110840],[596191,-110955],[595150,-113264],[597125,-111548],[599115,-112671],[591433,200057],[602771,-124832],[604526,-126192],[614045,-118091],[613882,-116155],[614252,-134191],[612994,-133751],[613256,-133053],[606352,-11518],[608843,-52171],[607359,-52075],[606644,-53144],[604182,-55897],[604613,-56775],[612506,-52016],[610197,-62485],[607559,-62652],[612669,-60491],[612338,-56898],[613498,-58873],[607009,-70641],[603671,-69248],[603228,-69830],[605050,-71262],[604373,-74795],[609400,-74499],[611375,-68142],[612076,-70801],[612879,-74197],[611436,-74769],[609074,-81818],[607207,-81137],[606494,-79554],[613865,-88311],[611925,-83921],[610188,-78132],[613129,-84596],[603888,-93160],[603041,-98028],[611653,-97932],[610334,-95826],[608130,-97742],[606619,-100820],[607082,-102189],[613310,-94973],[612252,-111519],[613585,-107268],[605729,-105625],[606248,-102420],[612044,348816],[621452,-127077],[616235,-122551],[616011,-120054],[616251,-128898],[626826,-130339],[625404,-130235],[625721,-132923],[624115,-133657],[626684,-134565],[626710,-136807],[623610,-136647],[623570,-133385],[621181,-133625],[620406,-135682],[620426,-132657],[620906,-131448],[621642,-131397],[621312,-128542],[621172,-128902],[617232,-129957],[616106,-130904],[614904,-50477],[614943,-55932],[616039,-59941],[619434,-59930],[621043,-61192],[627050,-56925],[621210,-55986],[625763,-59986],[625474,-72733],[621107,-72242],[624367,-70284],[614542,-89023],[624521,-88314],[627052,-89295],[618013,-79615],[619332,-78455],[619890,-82690],[617119,-83172],[620302,-85834],[623447,-83555],[617008,-98714],[614697,-102121],[620150,-98335],[620848,-95387],[619039,-92263],[616393,-90786],[616226,-89942],[617390,-100668],[625425,-99244],[625461,-91839],[624819,-94957],[622228,-90014],[615898,-96581],[616976,-102299],[614880,-110812],[616506,-108381],[616497,-106829],[615416,-106104],[624981,-102920],[622308,-105724],[623423,-106752],[620437,-105359],[618537,-105172],[615196,207474],[615756,208929],[618828,210656],[616864,352490],[621328,27276],[622612,416094],[631010,-127441],[637446,-119347],[636776,-121654],[636132,-123544],[634416,-124767],[633595,-126921],[636136,-129161],[632673,-130451],[630002,-129676],[629945,-129488],[628860,-134728],[629798,-132929],[631074,-132465],[631174,-134995],[629001,-136595],[633882,-136706],[635701,-135846],[635234,-134854],[630412,-138498],[637534,-27833],[630472,-56072],[630838,-56566],[636459,-54982],[636415,-55278],[635842,-53274],[631650,-52122],[627556,-53670],[636251,-62956],[632173,-63611],[627972,-60391],[637238,-64740],[634371,-65913],[632333,-65504],[631140,-68309],[627290,-70757],[630454,-72279],[633390,-72798],[636935,-74496],[636275,-86002],[638728,-88593],[638380,-86324],[636902,-89054],[628371,-88794],[629330,-89158],[634291,-76795],[630124,-77036],[628832,-84458],[636063,-84369],[639581,-84330],[638416,-84463],[630715,-99679],[629275,-95067],[632008,-94661],[633580,-94235],[634059,-90542],[635506,-90448],[639111,-106365],[633911,-113929],[637318,-113648],[637445,411],[638831,662],[636116,381132],[633896,379700],[627210,421632],[629023,423848],[639238,424564],[54959,135248],[61686,134893],[55045,138520],[59493,137686],[57392,136884],[52732,139094],[53733,142896],[53408,146255],[53331,144155],[51612,145956],[53650,145665],[650018,-119655],[647606,-120121],[644747,-121713],[642744,-122311],[644522,-124325],[642514,-125122],[647615,-127547],[640166,-123612],[648537,-117039],[642070,-117223],[649426,-118549],[641357,-117985],[651208,-118415],[644826,-126561],[648114,-122096],[651728,-124264],[652688,-125640],[646051,-127965],[650870,-130986],[641427,-132432],[646237,-134450],[643605,-128894],[641882,-133327],[644934,-135778],[651035,-9909],[640214,-30504],[652645,-30111],[650262,-47698],[649566,-44725],[645800,-57779],[641824,-57278],[641713,-60879],[643145,-63046],[644792,-61591],[651479,-74119],[650311,-73095],[646719,-72818],[646428,-71761],[642568,-69539],[642122,-69525],[640530,-67547],[641875,-65438],[651757,-66015],[648914,-64010],[649238,-68124],[651512,-71120],[651838,-88412],[648570,-81562],[641115,-84437],[649119,-78851],[650224,-79051],[648525,-85897],[648981,-83115],[649728,-101877],[649300,-98719],[650456,-99357],[646194,-90773],[646017,-89742],[647542,-90586],[651497,-91611],[644668,-113364],[642143,-114923],[647849,-103266],[648822,4284],[645169,381609],[651400,387582],[640898,429925],[644450,425819],[642400,426741],[641599,426343],[655277,-120190],[653341,-119558],[653279,-115543],[656976,-120591],[655876,-117859],[653350,-119244],[660725,-127651],[658885,-127334],[658919,-122581],[664341,-125332],[657897,-127313],[663210,-135233],[664733,-136897],[653688,-1274],[657100,-5634],[657597,-10070],[664626,-10685],[660706,-19659],[664684,-22112],[657409,-24136],[654155,-24987],[659782,-60194],[659133,-59086],[656398,-58289],[655009,-59866],[656385,-62125],[653324,-75250],[652942,-69922],[653196,-67765],[654877,-71171],[654638,-69005],[654485,-88923],[658234,-78183],[662219,-79315],[655855,-77895],[664357,-86712],[660482,-80876],[663100,-78730],[653200,-83546],[656225,-82761],[658055,-79981],[659114,-88887],[665060,-101412],[661135,-91303],[663208,-91066],[659520,-91167],[660185,-111137],[658549,-107867],[655367,-107212],[653979,-110296],[654563,-112940],[653029,-114204],[659279,-103065],[666174,-121954],[668820,-133147],[671965,-130937],[670247,-128187],[667649,-138995],[677905,-137689],[668705,-141034],[666889,-141430],[671612,-143582],[676598,-174112],[677807,-170770],[677866,-169228],[675920,-168817],[675960,-12273],[676821,-18509],[676160,-19055],[672802,-19319],[676561,-15450],[665787,-64286],[667345,-66430],[665605,-85963],[670693,-96756],[669906,-95295],[671248,-92074],[673109,-93537],[671886,-97016],[669236,-101262],[671515,-99571],[678169,-111518],[671213,-102479],[667196,102010],[677966,106560],[676508,104203],[672928,107050],[675437,102848],[673527,115149],[676164,116721],[668706,115504],[686019,-115371],[684843,-116843],[687112,-119859],[682403,-120980],[678566,-130360],[680449,-138924],[681632,-138550],[681860,-138372],[681222,-139109],[682194,-139362],[686749,-139522],[689007,-140519],[690382,-140010],[685816,-143827],[684886,-176033],[687591,-176317],[687800,-177323],[684690,-178181],[680607,-175610],[682506,-175660],[680396,-175683],[690940,-167449],[688050,-170219],[683188,-171636],[685472,-171605],[684783,-174239],[688991,-186069],[679893,-8789],[682707,-23651],[683272,-20262],[683421,-12652],[678888,-28082],[691151,-44683],[689088,-51680],[684004,-72011],[688352,-64631],[687136,-87813],[683733,-88554],[690370,-80709],[689682,-78775],[689951,-90967],[686101,-93052],[687904,-113455],[682956,245280],[690304,271552],[685192,102070],[688216,96315],[684156,97053],[686364,94266],[682777,94401],[679081,96784],[686017,105302],[685230,105901],[683216,105193],[686716,103861],[684625,104308],[689392,106920],[690106,104079],[681341,110742],[683863,109552],[683598,112838],[685738,114742],[688441,109936],[682999,115966],[680256,117896],[692344,-115833],[691751,-116195],[693589,-120490],[699415,-116639],[701016,-125162],[691773,-138230],[693118,-136660],[694835,-138035],[693576,-134119],[694541,-135775],[695448,-136056],[692132,-134262],[695762,-137222],[691203,-137838],[700640,-157945],[700430,-158767],[694232,-165146],[694217,-165486],[698056,-163621],[694951,-166127],[691245,-167076],[692241,-172815],[691477,-173866],[695336,-172569],[695453,-171924],[696876,-170374],[697153,-171854],[697794,-172932],[698553,-174002],[699063,-175380],[697754,-175255],[697035,-172824],[695033,-174191],[699126,-190600],[692656,-94996],[701201,-105364],[697376,-105834],[701744,-114015],[697500,-114338],[703631,316243],[701124,312202],[701536,417128],[702163,416457],[703565,415381],[702894,419243],[695322,413455],[698845,469843],[695269,470932],[694857,473002],[701238,480405],[700016,474602],[700736,477959],[703553,479167],[716122,-125597],[708997,-127482],[715892,-119897],[715060,-121265],[710598,-125960],[706802,-124365],[712443,-116256],[705029,-120074],[707612,-123331],[705188,-122278],[713199,-123147],[710044,-118796],[711195,-127862],[715516,-145247],[713347,-165509],[705122,-156221],[712280,-161163],[708034,-160245],[706934,-156186],[705436,-160160],[706810,-158107],[712073,-178802],[713654,-113343],[712159,-110735],[712680,-108741],[710032,-105571],[706982,-104431],[704484,412155],[705366,412035],[710457,413140],[704044,482578],[708059,482080],[708839,483952],[712041,478390],[714740,477051],[718563,-120544],[722962,-116005],[718673,-152128],[721248,-152850],[724526,-145068],[722098,-154929],[719868,-153420],[720461,-158046],[721475,-157994],[717944,-155238],[717870,-159466],[719104,-159736],[718099,-160950],[723847,-203002],[729168,-210841],[721385,-207136],[729591,-214335],[719109,-206371],[720935,-114984],[720520,-104884],[718368,-110385],[721008,-107960],[727946,-103517],[729505,201784],[729368,204537],[728151,205527],[729590,206340],[717249,478689],[720952,475096],[738881,-117249],[740985,-116850],[742295,-123588],[739787,-131257],[733060,-131822],[732094,-137583],[732026,-130607],[733936,-131611],[742048,-158158],[740447,-156163],[741504,-159152],[737606,-158103],[738976,-159638],[736844,-157676],[735979,-158816],[739166,-160610],[742006,-159776],[741399,-160335],[735153,-168016],[736053,-168008],[732983,-167048],[733473,-166843],[732146,-167506],[736555,-198354],[733815,-196737],[738935,-201353],[729664,-193209],[729730,-192825],[741720,-206766],[742196,-208630],[731403,-213810],[741283,-207142],[733767,-211577],[733981,-211393],[735301,-212785],[736927,-214237],[736620,-214581],[736306,-102441],[741141,-108871],[735370,200807],[735113,203590],[729651,203892],[729888,204090],[732203,201738],[732889,200666],[732594,196630],[737346,198938],[731114,199745],[730521,201604],[736976,200958],[736958,202247],[733487,206965],[731561,206912],[731577,207338],[744540,-123140],[746053,-124906],[754855,-136357],[751038,-138107],[746154,-139284],[750820,-140483],[743664,-136585],[742202,-137486],[748164,-141397],[743219,-145174],[754043,-141115],[749775,-140717],[747063,-142924],[754551,-144759],[742635,-156576],[744604,-156609],[745314,-155610],[744494,-158589],[753611,-183761],[753047,-186329],[748293,-187309],[745648,-189369],[750367,-192614],[749672,-193881],[744252,-196982],[746885,-196778],[745151,-197732],[748939,-192905],[745941,-203789],[746357,-203093],[745473,-206135],[742576,-206095],[746029,-205467],[760443,-137277],[765872,-142934],[762153,-141233],[757628,-148197],[764895,-158408],[765065,-174726],[764072,-176528],[762215,-177838],[766149,-177588],[765452,-174962],[765073,-172829],[764649,-179368],[755543,-182581],[757756,-182684],[758149,-181385],[756656,-182784],[755357,-195433],[74120,129067],[68454,133459],[69744,129427],[67544,132233],[71428,128645],[72162,129061],[69226,113894],[65897,110305],[76502,102821],[66756,127441],[74979,127011],[72905,122610],[69694,126020],[73143,125809],[777117,-122126],[779997,-120194],[768420,-125650],[780457,-123720],[773256,-123182],[780204,-116774],[769442,-117492],[768637,-116066],[768040,-119571],[768451,-120077],[768751,-121776],[777907,-129317],[779474,-135896],[776420,-132818],[780278,-140623],[773048,-143288],[768532,-143731],[778470,-153444],[772790,-154265],[770695,-154972],[771008,-160166],[769714,-159718],[772032,-161331],[776409,-155729],[777991,-157465],[778756,-154190],[777919,-155101],[774893,-156605],[776207,-157831],[777425,-158850],[777596,-160527],[778776,-161464],[779243,-161671],[780536,-164196],[778924,-163961],[777219,-165071],[777922,-165079],[771649,-162615],[773163,-162565],[774324,-163227],[772613,-159787],[780096,-163435],[777128,-166372],[779082,-168296],[775508,-167954],[775420,-169394],[772818,-171311],[772644,-171574],[769672,-172609],[768388,-167462],[768195,-170382],[771467,-169153],[769256,-170799],[775953,-113833],[772176,-112402],[783785,-127388],[781247,-118609],[792129,-124553],[787142,-123819],[790869,-121022],[792718,-115435],[793402,-120359],[792190,-125795],[791320,-117180],[788745,-132250],[787628,-129000],[792733,-129381],[792177,-136342],[782704,-137243],[792481,-136122],[786965,-139711],[781779,-131438],[793194,-151453],[788304,-144898],[788458,-144548],[789601,-145986],[790151,-145673],[789423,-140841],[788788,-146445],[790399,-144829],[781524,-149729],[788054,-159933],[789427,-161631],[784418,-160823],[785698,-160021],[786187,-161573],[788920,-161589],[781896,-166070],[783394,-164375],[781501,-163947],[791488,-167283],[788997,-168647],[786591,-167027],[784535,-166709],[784386,-167651],[800745,-115432],[803506,-121134],[804204,-137739],[797420,-132966],[799423,-133415],[797850,-129050],[794037,-149870],[795237,-144917],[797314,-147312],[805175,-144837],[804479,-143319],[799920,-147005],[803240,-140615],[800600,-151600],[803390,-160475],[803789,-164336],[800232,-162445],[800602,-160183],[795592,-162113],[794557,-159054],[795163,-157533],[798194,-157397],[796623,-159923],[793656,-163566],[796379,-162158],[796494,-163937],[805333,-167247],[795342,-166702],[800572,-170445],[800019,-171563],[798973,-171117],[796619,-170211],[796463,-168708],[795234,-114854],[796065,-106268],[795131,-108640],[803540,535433],[803324,534250],[803516,532095],[802164,529691],[801936,525545],[803333,527077],[804980,527121],[806892,-123934],[811863,-137414],[816794,-137044],[811744,-131637],[809214,-131270],[808672,-136281],[807595,-137696],[813713,-142241],[809536,-143794],[814866,-144676],[813347,-148228],[811384,-151193],[814612,-163824],[810142,-163760],[807411,-161828],[814225,-164163],[813151,-158058],[811519,-159276],[810789,-161158],[806869,-163723],[813128,-160652],[818812,-170655],[816971,-170301],[811545,-166300],[812544,-167029],[815233,-169201],[815314,-167740],[814593,-169361],[814083,-191003],[814225,-204130],[819488,-192826],[813427,-208204],[807193,523079],[812608,523986],[812876,518747],[809672,518329],[813345,524796],[812977,520709],[818365,522684],[817369,521976],[815898,523665],[817326,516259],[817551,516911],[813030,526307],[818780,535678],[817001,527284],[815059,528364],[816157,537130],[815262,533708],[811375,535748],[809102,531311],[808058,531486],[806931,529653],[808324,525354],[824451,-140514],[820263,-139900],[828625,-149386],[827705,-143477],[821189,-141222],[830179,-146613],[822304,-149902],[821639,-152699],[830924,-163241],[828224,-154829],[829031,-159132],[825124,-161896],[822916,-163144],[826362,-164645],[831819,-177935],[823853,-178691],[824487,-173496],[821126,-171346],[824148,-167728],[823004,-166993],[823387,-167319],[822333,-169268],[824607,-173085],[819770,-171667],[830033,-178317],[829061,-179635],[825089,4494],[820394,3816],[820978,2049],[830406,514343],[830335,517013],[819999,514850],[824001,515653],[825399,522035],[822506,521282],[824831,522329],[829377,514093],[829897,520309],[828263,524453],[829999,524636],[830628,536887],[823821,533791],[821860,529584],[822104,533797],[828722,531568],[827971,536169],[830455,536827],[821195,528549],[822050,526483],[827202,526746],[829337,529517],[828965,529601],[829149,528789],[829297,542372],[831014,542960],[831285,542168],[828392,545389],[830958,549629],[827972,546478],[821630,548659],[821086,548124],[827404,541986],[823575,545874],[822319,539539],[825164,540269],[832096,-145520],[834962,-151480],[834264,-147702],[840796,-156726],[841499,-159151],[843752,-161619],[835494,-163060],[834390,-159412],[832105,-156541],[834088,-154119],[836951,-154899],[832068,-175062],[840742,-168931],[843950,-172161],[842287,-173326],[838817,-170575],[838604,-168196],[836095,-179297],[837956,-191494],[841872,-188144],[843393,-188951],[835258,-201485],[836718,-193344],[842260,-192237],[842033,-195746],[843984,-195548],[837106,-202126],[837521,-201056],[836878,-198284],[838302,-197366],[842445,-201925],[842401,-203506],[835986,-208171],[836014,-207047],[835999,-207806],[842926,-207018],[841760,-208173],[839340,-207884],[841360,-91332],[853941,-148109],[856806,-142996],[848849,-148326],[854917,-149296],[849064,-155053],[846401,-155833],[857112,-171828],[853103,-171400],[852255,-175205],[851047,-172234],[849900,-169966],[851221,-169128],[856257,-188687],[854074,-187485],[854176,-186131],[856724,-186391],[853801,-188452],[848060,-189768],[850318,-187707],[852055,-189042],[848204,-184904],[847715,-185000],[845276,-187886],[846320,-199371],[846109,-201871],[845153,-81531],[856835,-81364],[847341,-83483],[860538,-145564],[862771,-148573],[862885,-148980],[868256,-174845],[867084,-176822],[863779,-173042],[862597,-176707],[863851,-189331],[860159,-190385],[868497,-185575],[862274,-187510],[864391,-186545],[868057,-191195],[860355,-179004],[866282,-192244],[870101,-87155],[862239,-86892],[861046,-84522],[869037,-87021],[867445,-92637],[867943,-94621],[869402,-90130],[869000,-96675],[862838,-94012],[869803,-93580],[863816,472190],[863752,472230],[867673,470286],[857840,504269],[863592,510113],[862259,509475],[865269,503695],[864537,503378],[867140,504038],[868015,501201],[866306,505950],[866234,507623],[866673,509176],[869274,501862],[858390,524852],[867738,517398],[866968,517134],[858902,522022],[859249,517054],[868597,518451],[861963,522802],[865541,521849],[865385,524148],[860258,517991],[864592,515688],[863803,518905],[869769,514083],[857800,533335],[865220,532753],[865550,535594],[867415,535164],[867896,532151],[867510,531909],[866983,533566],[859204,533767],[862618,534996],[860213,536186],[862010,528544],[860495,547930],[857965,545146],[865433,546607],[865577,550184],[868221,549943],[865493,543273],[865786,546064],[869837,541833],[869931,541291],[859543,539363],[863858,562127],[868265,556690],[869067,557677],[863219,559945],[862665,554815],[860980,560136],[861418,553954],[880469,-157454],[882992,-164085],[879441,-163749],[873360,-176329],[876835,-177701],[872630,-179761],[871321,-187752],[871344,-189394],[873817,-70441],[882955,-69464],[875092,-72340],[878140,-70351],[870464,-89169],[871134,-85841],[880837,-86363],[877706,-87079],[879638,-83415],[879199,-83519],[878002,-82372],[882540,-80463],[879235,-78775],[876837,-81620],[875112,-77741],[880350,-82439],[882536,-88920],[871052,-80465],[873837,-82164],[881615,-83925],[881922,-86094],[873945,-81796],[872531,-79246],[870727,-83982],[879211,-79986],[871243,-102136],[870712,-99498],[870846,-90281],[882793,-92706],[880866,-94302],[878394,-89587],[877023,-100657],[882677,-91546],[881606,-104408],[873921,-102827],[882374,-103965],[878411,-103931],[875652,-103954],[875433,-104119],[871671,469024],[873412,466923],[875714,467379],[874749,491501],[873628,492479],[872671,490426],[880017,498578],[876243,495835],[871750,497686],[870919,504527],[874403,511267],[876053,512057],[872763,506403],[877794,504848],[877329,499788],[870574,502840],[870790,524964],[872099,517331],[873377,517178],[871091,512369],[870622,546539],[871982,539666],[877592,550467],[877301,547720],[872676,550447],[873264,549116],[875030,543438],[876055,541489],[877598,541936],[881653,549056],[882361,563152],[883143,560332],[870955,552563],[881749,557804],[872761,560746],[873851,562625],[878644,554091],[871847,554264],[872703,554445],[881325,555379],[880026,558341],[873362,555325],[876695,560133],[878243,557251],[884005,-158215],[884099,-161149],[885492,-162834],[884421,-173946],[888177,-172939],[889138,-171670],[893057,-171720],[893083,-169479],[885031,-166411],[887366,-167932],[888542,-168951],[895224,-57173],[886768,-63156],[889479,-75717],[890091,-75010],[887269,-71999],[886042,-69854],[884903,-70400],[884429,-73465],[884854,-71719],[884893,-77258],[889415,-77660],[887424,-85756],[891929,-83179],[890287,-82567],[886395,-82068],[887499,-80649],[883656,-81171],[883554,-82353],[892818,-86654],[895955,-86937],[891253,-88287],[894827,-78570],[894709,-76921],[893951,-82664],[895111,-81940],[890773,-77812],[890831,-79187],[892405,-91131],[893961,-91981],[886800,-96466],[884987,-94203],[885042,-93820],[891343,-96304],[893865,-100806],[894544,-98095],[890626,-98532],[887592,-101757],[892382,-93033],[888453,-95698],[888069,-90796],[889021,-93913],[885039,-91701],[885402,-105591],[888230,-106858],[890027,-107840],[888324,-105221],[895755,561076],[885721,558376],[895210,554584],[888812,556833],[891613,553481],[892719,555167],[890056,555907],[894631,559608],[892558,561452],[883824,553728],[884834,553548],[88862,55104],[78075,99450],[82282,114817],[89084,114392],[82805,127852],[89323,120534],[81219,123122],[86950,118457],[86727,116196],[77414,119132],[898834,-156351],[896342,-159188],[896973,-155464],[905403,-159576],[907964,-160219],[902395,-160372],[904725,-164308],[897180,-171292],[896725,-173938],[898848,-169382],[906191,-166459],[903688,-169468],[901535,-169411],[903423,-171712],[900278,-173010],[907204,-172010],[901854,-62440],[907471,-60060],[900235,-72307],[906530,-66121],[900215,-75709],[906173,-75781],[905579,-68423],[899879,-88262],[908076,-88398],[904189,-87127],[903923,-82104],[904588,-85348],[897474,-82782],[906404,-77349],[898384,-92323],[901190,-94939],[904705,-94608],[905744,-89454],[905755,-93398],[908441,-91773],[900823,-95627],[900823,-90583],[896362,-91628],[902393,-108551],[901350,-108953],[907452,-107032],[908334,-106465],[907242,-108485],[906760,-110443],[904883,520948],[907643,521200],[906510,522266],[899814,527795],[902524,525807],[897807,553113],[896905,552639],[906248,562363],[904777,559393],[902845,562619],[901177,562331],[901732,558739],[897837,566516],[896557,575275],[902572,573234],[899571,570548],[900555,571396],[902748,566566],[896369,586696],[900141,588456],[906544,583888],[908617,582777],[899714,584012],[902661,579405],[900608,580374],[906801,578030],[896287,591381],[908555,593244],[906178,589571],[900610,589173],[899577,600563],[902113,591998],[904244,594408],[902415,592331],[905178,597032],[906385,601629],[903187,600371],[898505,590417],[897067,594261],[915540,-135527],[920936,-178112],[910315,-179349],[921042,-62450],[913107,-56350],[921292,-51383],[918199,-55614],[912962,-63088],[918459,-70942],[917541,-75038],[921283,-69120],[919631,-64479],[913595,-67232],[911826,-67881],[917945,-79653],[920067,-79924],[921232,-79879],[916494,-89188],[913924,-88856],[921431,-88040],[909917,-89657],[910182,-90753],[908881,-101352],[918682,-89445],[917913,-91841],[915768,-92579],[914449,-96608],[913187,-97240],[918024,-101054],[919218,-99249],[912708,-100501],[908961,-96999],[920600,-109880],[912488,-105320],[920882,-111925],[917326,-103495],[917438,-104654],[919642,-102477],[914742,-105326],[918665,-102381],[909988,460403],[916675,450341],[914947,453173],[917306,455114],[913343,461643],[913630,461271],[917922,511901],[916396,510303],[915808,513991],[914265,517033],[909015,518455],[910881,517936],[909905,523837],[909119,527798],[913606,564001],[911955,569182],[916459,564510],[910039,566690],[913480,567508],[913226,570518],[916995,568754],[917476,574423],[919849,575577],[917732,570970],[913539,575139],[913352,575270],[921316,587784],[918735,588382],[918627,587643],[914104,584477],[910702,580329],[920757,586570],[911796,580352],[916207,579502],[917678,583740],[912647,577706],[919526,598768],[915039,597032],[918871,592342],[911482,593734],[912675,597766],[914692,597246],[917055,600610],[912867,597734],[932002,-121143],[927991,-178074],[925222,-175115],[927257,-174838],[933808,-177095],[926890,-179618],[923626,-179950],[931863,-179677],[923520,-179884],[929518,-180113],[934200,-49122],[927914,-49306],[922741,-63336],[930217,-62180],[931472,-58885],[931634,-56025],[933575,-61894],[923046,-66161],[925108,-66194],[934370,-79682],[922901,-82886],[930965,-89443],[933946,-92301],[930216,-95423],[930604,-96915],[923535,-97981],[922443,-94610],[931737,-110562],[933898,-111671],[933293,-113349],[925767,-112182],[922910,-109499],[921991,-110463],[924828,-113384],[924959,-113101],[927056,-102382],[927235,-105079],[931364,-111003],[931117,575814],[925818,583532],[926996,576647],[927694,581883],[929151,582536],[925557,579613],[930440,582770],[932635,580935],[922913,585008],[922968,581226],[924340,599258],[933584,593106],[926954,594960],[929481,593998],[932407,595045],[925613,589507],[923326,590055],[927529,599140],[931082,596887],[927312,601089],[922565,594312],[922083,599240],[922145,591468],[921743,590936],[935472,-120248],[935719,-118822],[934492,-121671],[936401,-117172],[937464,-122087],[944724,-130230],[934405,-129705],[944155,-179544],[940706,-180321],[945160,-184028],[937264,-62844],[936043,-61457],[947181,-75510],[939014,-75641],[938522,-64615],[939978,-67677],[941439,-70478],[946305,-70365],[943687,-69277],[938803,-72247],[937881,-72835],[935971,-74373],[937503,-78901],[937831,-81903],[941298,-82792],[940050,-79616],[942408,-83731],[942181,-79894],[946207,-80222],[945671,-84141],[945478,-79648],[942968,-77119],[938127,-77541],[934438,-89096],[935205,-78267],[934812,-81931],[936630,-84456],[946317,-99837],[946195,-96999],[936800,-89650],[940906,-102316],[936001,-109732],[943476,-114575],[944868,-114474],[945929,-111525],[944980,-102389],[940064,252158],[941510,248149],[945575,247147],[946130,262212],[943582,260577],[941149,259306],[941438,257430],[936308,577203],[935930,579601],[941831,581155],[939730,578031],[940186,580270],[946634,579222],[943454,582107],[947064,580124],[936121,583441],[940154,600969],[940535,590439],[943221,591378],[943345,591089],[947141,592085],[939022,592631],[937631,590110],[936081,589935],[945949,591057],[943160,599112],[940812,596650],[941416,596494],[940305,593023],[948242,-123045],[950463,-127020],[950400,-125610],[949201,-127680],[950391,-125960],[956878,-125774],[956254,-116148],[956027,-118080],[956591,-117460],[956429,-115593],[954479,-122404],[957997,-124805],[953310,-119417],[953129,-127496],[953993,-127648],[950629,-128996],[952374,-131873],[958402,-130492],[954103,-130024],[953280,-128521],[955922,-185744],[956443,-191062],[957058,-187518],[951824,-188251],[958837,-190805],[948108,-187721],[949860,-189766],[947419,-185690],[950374,-74731],[948205,-82862],[953399,-86366],[956518,-81654],[955695,-83141],[957709,-82477],[954037,-79008],[953432,-76741],[949695,-76960],[950016,-88449],[951431,-85785],[954208,-85217],[953359,-82852],[953993,-79071],[952853,-81359],[955916,-81273],[957192,-83488],[959034,-82023],[958606,-80083],[951663,-89966],[949335,-99515],[949831,-98200],[948090,-95112],[949540,-94061],[950409,-92881],[953448,-90530],[953902,-101597],[947372,-108980],[950674,-110470],[955534,-102801],[958487,-104228],[958576,-106741],[957051,-105213],[959349,-106123],[954748,-105502],[948374,158186],[951642,162369],[956220,162189],[951858,163843],[953183,198947],[954602,200588],[958954,238757],[957284,234700],[958848,232470],[959020,255590],[953571,248406],[954363,253271],[956463,248829],[958753,257784],[957912,259333],[953712,262013],[949743,263482],[948330,264048],[947205,575966],[947330,585806],[947607,584778],[949736,585961],[950870,583286],[948479,586698],[947352,583115],[959041,587932],[957421,585650],[956873,584456],[948804,581285],[949952,581237],[955278,583062],[952541,581940],[955079,578077],[952362,599110],[957214,589358],[958105,600197],[952458,600914],[949482,601667],[955956,595275],[954533,591619],[959495,601703],[955958,599114],[948757,591952],[949444,594835],[964447,-115197],[965147,-117156],[965234,-118946],[963257,-118828],[962970,-121323],[961792,-122449],[964516,-122172],[967440,-121622],[967805,-121235],[969300,-118771],[970789,-125070],[967794,-124909],[971488,-121790],[964160,-137802],[963386,-137843],[968037,-139435],[971245,-130773],[967110,-130952],[964822,-132994],[962009,-130677],[960682,-131114],[963827,-141473],[967575,-148085],[970223,-147736],[971247,-148243],[972151,-148664],[972718,-177063],[972633,-178941],[964677,-177847],[966664,-177744],[963015,-187257],[963504,-187191],[970442,-183824],[970199,-191854],[972512,-201556],[969572,-200461],[969837,-198265],[967170,-86433],[961774,-87081],[960773,-81528],[962563,-81519],[965302,-80154],[967992,-81842],[967905,-79046],[971145,-78763],[968314,-88277],[967371,-97385],[968772,-100191],[964624,-99735],[962713,-99447],[964912,-96919],[967457,-99000],[960297,-105316],[971806,-107061],[967750,-107298],[965617,-107330],[966822,-105171],[967014,-102413],[964587,-108687],[963768,-111351],[971136,177516],[970700,188800],[972710,184820],[962026,201205],[963635,221074],[961872,236328],[963085,249064],[960779,590398],[970611,593730],[972274,591324],[960450,593341],[961032,595058],[961346,592634],[966533,596173],[962230,596243],[960975,596019],[963909,595695],[977001,-127039],[975368,-119910],[973819,-122117],[978119,-121317],[974967,-115718],[978085,-115651],[974173,-117171],[974346,-138503],[976110,-138689],[975056,-136497],[973580,-133825],[973844,-132854],[975185,-130505],[977499,-131780],[977869,-128374],[976560,-128432],[975471,-132738],[980525,-130302],[984559,-131063],[985563,-129292],[981768,-129041],[979505,-128480],[983983,-129934],[974692,-137104],[975704,-137601],[975853,-139810],[975632,-150618],[974345,-152793],[980434,-150927],[979158,-148255],[975019,-141799],[976881,-141136],[976572,-144973],[981236,-148819],[984618,-148144],[976127,-142327],[975540,-142280],[977165,-144184],[977136,-146322],[978725,-146849],[978118,-146179],[980883,-148091],[984204,-161210],[983566,-159377],[978702,-158114],[982946,-173817],[979565,-169146],[973291,-176556],[980920,-181853],[978080,-188010],[976788,-180219],[980762,-195614],[980132,-197230],[978998,-197655],[979355,-199973],[981672,-195573],[982891,-195221],[980003,-192466],[978807,-192187],[975780,-75599],[977889,-72835],[979086,-72015],[977624,-80376],[975077,-79174],[974530,-82503],[977735,-83181],[979774,-82125],[985593,-100046],[982384,-101906],[977581,-101687],[983214,-110112],[984972,-107649],[977054,-104700],[977839,-109649],[979022,-106586],[976587,-112301],[974874,-112847],[973218,-109356],[973317,-111536],[979878,179395],[977852,178494],[979774,172152],[979358,174881],[984524,172913],[977775,175683],[984557,170938],[982681,170586],[975914,190557],[976384,180292],[977136,182958],[982181,189368],[974445,179740],[978775,187301],[973239,186777],[983937,196414],[977708,192301],[982663,193430],[984960,193779],[975296,193522],[980220,198863],[978579,194248],[978889,196553],[976180,588778],[984412,593195],[977312,598434],[977983,600513],[984721,593990],[973812,596171],[973823,589241],[973116,594125],[978515,600062],[982485,592707],[980928,593958],[981103,594087],[976074,589859],[976974,590296],[981976,600218],[980949,596627],[979245,594806],[973212,601320],[976316,600635],[978567,97717],[979098,97414],[981169,105407],[980155,103629],[987953,-115062],[989460,-117366],[991058,-124171],[994620,-126339],[991308,-139069],[988867,-135921],[993803,-128693],[991141,-129572],[993664,-129003],[990567,-130666],[988446,-133123],[995893,-129408],[996029,-131259],[987992,-127924],[993845,-129608],[993803,-130220],[991950,-131752],[986733,-132500],[987116,-130684],[989223,-129628],[985616,-146880],[986715,-148355],[987667,-146481],[987078,-145163],[988467,-141064],[993257,-143922],[989637,-149228],[995996,-151744],[995813,-148478],[993035,-148349],[991615,-145042],[991478,-143273],[991621,-141909],[996954,-146073],[995790,-143718],[997272,-165243],[987712,-160593],[988466,-161992],[990580,-163521],[988719,-161588],[991266,-159684],[990274,-160298],[991908,-161648],[986625,-178745],[987530,-174257],[990259,-172427],[991532,-170723],[992608,-169348],[998338,-173901],[995583,-172169],[996253,-174002],[993265,-167973],[990875,-227917],[990234,-228465],[989752,-227808],[990153,-227302],[990889,-226838],[989973,-226715],[991733,-225821],[992329,-225799],[991950,-224402],[992368,-223971],[991535,-222961],[991435,-223639],[990576,-221158],[990006,-219999],[989817,-220236],[989722,-219679],[985699,-229822],[986571,-230951],[989685,-231096],[989510,-230283],[990694,-76245],[992670,-74775],[994219,-73310],[995817,-72248],[988581,-70946],[992119,-70542],[991820,-69813],[986830,-68842],[988026,-69479],[987175,-80500],[990876,-82156],[993469,-79481],[995224,-78818],[989286,-80984],[988542,-78362],[990218,-86752],[989022,-86824],[989279,-88559],[988660,-100940],[986694,-110330],[986696,-112841],[989489,-109981],[987924,-102843],[993006,166354],[988675,163811],[986994,165495],[992098,160869],[990312,160633],[992551,175778],[988744,176676],[991554,174973],[995166,168783],[995481,189612],[989180,201999],[993806,201121],[987371,203356],[994023,199772],[995526,204917],[991491,201772],[995722,200426],[993689,211359],[996584,210398],[998241,214923],[987527,217660],[993893,217381],[990435,214046],[997588,214583],[991905,208117],[989807,215930],[987988,220002],[991669,218572],[994194,229870],[991271,229395],[996832,227967],[997648,223178],[994771,237736],[989783,230813],[995411,241775],[988595,234996],[993069,241784],[994038,231607],[989433,232554],[991606,239709],[997175,239869],[986460,232267],[994194,235881],[987268,231749],[994873,239648],[992571,240250],[989180,239582],[993591,238423],[992120,594974],[996949,597485],[996611,598349],[988675,97591],[988601,96188],[985629,103098],[996302,104571],[996395,105110],[999249,-127751],[1000515,-127200],[999341,-127453],[999522,-126836],[1000831,-126707],[1000583,-126300],[1009342,-123251],[1008446,-121515],[1009606,-121006],[1010913,-122801],[1003412,-130968],[1006971,-135362],[1003304,-132684],[1000044,-130370],[1001669,-152734],[1000835,-146645],[1000208,-146699],[998898,-146052],[1001120,-165434],[1002213,-164237],[999696,-162003],[1000968,-162540],[1004325,-161675],[1002283,-153621],[1000462,-156758],[1001087,-159608],[1002340,-155856],[1004639,-155457],[1009563,-163577],[1004270,-175030],[1001949,-174651],[1000518,-175878],[1004303,-171158],[1003907,-169397],[1006273,-171872],[1008120,-170373],[1002192,-173119],[1007120,-172706],[1006659,-171733],[1007594,-172024],[1006574,-171512],[1003505,-171797],[1004899,-175889],[1005010,-175374],[998782,-75576],[1004403,-75819],[1010582,-70146],[1007478,-74504],[1008605,-70849],[1000513,-78810],[1003070,-77079],[1004579,-79235],[1000847,-85024],[1006542,-76874],[1005271,-83566],[1004546,-87640],[1006059,-87798],[1005648,-84984],[1008325,-83709],[1000653,-89435],[1008155,-89841],[1008090,-91925],[1002228,-93812],[1004027,-93971],[1008998,-91806],[1010680,-92197],[1009570,-104880],[1007774,-103380],[1007317,-105419],[1004305,-105060],[1006252,-102333],[1011177,177145],[1007044,190813],[1010671,184061],[1010144,186290],[1010005,185287],[1001891,186086],[1004335,189922],[1008227,198399],[1010398,197320],[1009702,199070],[1007509,201305],[1004049,202249],[1007185,201746],[1003444,200071],[1003104,200575],[1000670,202579],[1003600,209081],[1004295,208459],[1002887,209297],[999470,210695],[1001863,205616],[1003402,207573],[1000351,222856],[999409,222136],[1003674,226029],[999089,224083],[998565,225608],[1009177,225141],[1000682,226519],[1000031,226838],[999413,242472],[999283,241232],[1003502,251629],[1006860,255885],[1008970,256114],[1003037,250133],[1001000,246399],[1003159,248916],[1006290,255571],[1002943,253123],[1005058,253255],[1004267,244162],[1010142,259918],[1009747,268391],[1003819,270682],[1005438,599138],[1011025,594093],[998911,603389],[1007281,605989],[1004956,605685],[1009313,605943],[1005654,606122],[1008432,609667],[1007155,613075],[998793,98247],[1000198,97814],[998741,101007],[1002359,103004],[1012147,-125775],[1022162,-127654],[1022740,-127306],[1012415,-128511],[1023219,-128280],[1023734,-128236],[1011345,-164626],[1018368,-175933],[1019270,-175696],[1019011,-176738],[1023446,-175283],[1022924,-174327],[1023808,-176718],[1012147,-69006],[1018886,-75465],[1012154,-81733],[1012090,-80196],[1014110,-77410],[1018830,-79065],[1020869,-80391],[1018485,-87179],[1017356,-85640],[1012162,-85045],[1016847,-91293],[1013214,-94325],[1011980,-92327],[1012659,-95352],[1013115,-97998],[1011916,-102815],[1013233,-104326],[1014457,-102888],[1015872,-102949],[1013754,-107692],[1013260,-107234],[1013603,-108544],[1013720,-109766],[1018958,-106990],[1022370,-109759],[1021943,-108051],[1019093,-111234],[1013372,176229],[1011822,185891],[1016733,180861],[1016887,179753],[1012295,180452],[1021006,228627],[1017953,229013],[1018322,230310],[1016937,229833],[1023822,552964],[1021808,592840],[1015767,598139],[1018628,595128],[1020436,602823],[1012892,604218],[1023871,603991],[1016757,604446],[1022930,606820],[1020685,610142],[1013512,612865],[1015582,614247],[93418,100198],[91308,107024],[97717,106940],[97386,113694],[91172,114219],[98910,102620],[97302,118191],[98377,120412],[101236,122797],[99626,121939],[90532,115544],[1025805,-127381],[1024937,-126181],[1024950,-130780],[1025370,-130311],[1027134,-147029],[1027149,-147609],[1026116,-145788],[1036414,-176660],[1024440,-175570],[1024049,-173415],[1025509,-175490],[1026269,-174651],[1026244,-172916],[1027162,-173416],[1027458,-172961],[1027523,-174648],[1029249,-174247],[1029171,-173856],[1030105,-174729],[1027564,-175475],[1026741,-176608],[1031256,-200459],[1029815,-201534],[1027653,-202087],[1027672,-202959],[1026768,-203010],[1025052,-202906],[1033927,-102008],[1030567,-101702],[1036016,-96618],[1032192,-96815],[1035417,-98552],[1030874,-99647],[1026379,-109473],[1024581,-108805],[1032493,-107503],[1030295,-109153],[1034538,-103679],[1035125,-104059],[1031608,482993],[1028175,515401],[1028724,528494],[1032753,538523],[1028652,555468],[1030039,557853],[1033234,596486],[1032626,595860],[1028556,591916],[1030429,590252],[1027065,591216],[1024946,600503],[1027317,596739],[1026280,601800],[1030270,600731],[1032764,601640],[1034815,602798],[1034716,602250],[1031389,606022],[1030147,602891],[1036242,607447],[1030589,607521],[1036548,613560],[1028435,606564],[1027970,610275],[1025323,606843],[1036883,-177341],[1037918,-177024],[1037637,-174679],[1039265,-173515],[1041750,-172598],[1041581,-171214],[1039171,-170931],[1037124,-172893],[1039913,-102084],[1038295,-101588],[1039553,-100307],[1036853,-99102],[1040702,-103271],[1043497,-107055],[1046697,-107051],[1047420,-106598],[1047904,-104965],[1044520,-105351],[1048494,-108761],[1046661,-113436],[1044977,-114501],[1043522,-113943],[1041663,-102212],[1046610,182670],[1041279,191331],[1039349,190112],[1043172,194592],[1039625,196808],[1038537,196917],[1045412,199549],[1043132,201341],[1047814,196290],[1044630,203918],[1046890,203430],[1046293,200163],[1042735,207699],[1040867,205959],[1043598,211633],[1046974,221137],[1048763,224335],[1048162,220988],[1047725,227324],[1049349,222571],[1045572,217991],[1047176,457233],[1047072,471542],[1047416,466301],[1045039,482822],[1041688,497702],[1041206,498076],[1042005,488771],[1040360,499402],[1039651,502905],[1042514,534014],[1048603,534462],[1041598,538987],[1038059,597580],[1036857,598203],[1038438,607132],[1038239,612290],[1043390,607149],[1042177,606491],[1043671,610884],[1042298,613684],[1042744,621447],[1048079,626127],[1044406,622292],[1042332,614796],[1048746,618551],[1046395,619096],[1048980,619084],[1040833,627011],[1039658,625367],[1041340,623925],[1041647,623053],[1038282,615768],[1038938,616887],[1039668,623089],[1039976,626536],[1039895,623722],[1044973,628438],[1049103,631223],[1044565,632805],[1041525,632985],[1046076,638581],[1048301,637287],[1046860,637158],[1039806,634648],[1058920,-130551],[1061734,-134149],[1059688,-103620],[1057677,-108847],[1060183,-104980],[1059054,-108952],[1050127,-108743],[1052541,-107610],[1053845,-108570],[1057980,-112412],[1057302,-111531],[1054943,-110988],[1056340,-113679],[1058668,-114982],[1056447,-109911],[1061025,177120],[1057392,183677],[1052738,183982],[1059196,180093],[1049693,188106],[1052295,186335],[1050629,185199],[1055723,187222],[1059332,183059],[1061495,187930],[1060217,183657],[1061737,190586],[1058204,184616],[1059737,182184],[1059215,188175],[1057316,473708],[1051818,496149],[1055177,499369],[1058553,522795],[1060703,515405],[1055771,516032],[1061768,543486],[1052479,624862],[1059361,621394],[1060374,623171],[1056619,619531],[1052921,623902],[1052947,623426],[1053740,619938],[1058296,623039],[1056905,622734],[1058477,626718],[1061287,625009],[1060253,624304],[1051301,629089],[1058124,628855],[1057960,638827],[1061205,630818],[1059358,630896],[1061162,629602],[1061735,635311],[1060804,634290],[1060185,635787],[1052312,639351],[1054122,639965],[1064783,-115163],[1063090,-115101],[1073881,-139114],[1062616,-136841],[1064814,-138602],[1064182,-147691],[1073368,-149029],[1067810,-149597],[1072911,-152275],[1066407,-175403],[1067236,-174615],[1067863,-175365],[1067942,-175660],[1068910,-174366],[1068834,-175696],[1066287,-178077],[1067759,-177830],[1066752,-177497],[1074858,-100631],[1063012,-99122],[1065270,-99912],[1073602,-106978],[1073521,-105824],[1068920,-108306],[1067911,-108177],[1066118,-108178],[1065565,-106089],[1065369,-112579],[1063986,-110950],[1062961,-102936],[1064929,-103644],[1071942,-106228],[1066615,-109689],[1064984,169806],[1066231,171060],[1063784,176481],[1067925,175966],[1069258,172552],[1063906,173243],[1070044,178358],[1070111,166902],[1062493,178421],[1066262,168863],[1065670,188067],[1063335,182039],[1062727,185233],[1068972,179804],[1064265,180513],[1069567,189150],[1068746,180734],[1064578,197999],[1065744,196447],[1067247,192742],[1063837,192729],[1066264,520221],[1065813,531448],[1063677,546087],[1073033,545127],[1067728,625078],[1066349,624991],[1067665,626717],[1065697,628755],[1073988,635330],[1073825,631633],[1066048,627635],[1066720,628171],[1072792,637118],[1071452,637898],[1066179,638922],[1068235,637186],[1069199,632967],[1067244,629785],[1070802,633875],[1068490,632848],[1064369,633469],[1077828,-123066],[1076937,-120486],[1076534,-123118],[1078943,-125150],[1085040,-124233],[1085786,-120959],[1087518,-125265],[1083893,-136376],[1084285,-135865],[1083210,-136921],[1084461,-135228],[1079632,-140948],[1079829,-143796],[1081255,-146732],[1082605,-145535],[1075419,-150759],[1084386,-101474],[1086448,-106950],[1082540,-106153],[1078684,-105866],[1076604,-103168],[1077049,-106994],[1078435,-103888],[1075311,176437],[1075724,520383],[1084061,532428],[1078005,547519],[1078892,627387],[1075871,635405],[1077235,635401],[1087702,636361],[1087433,637617],[1081682,638853],[1085489,637282],[1085778,635116],[1079123,632865],[1078362,632142],[1079180,630712],[1075550,632292],[1075447,636345],[1089006,-123294],[1088536,-124660],[1091263,-126172],[1092114,-127193],[1097125,-136059],[1089147,-133452],[1089855,-131632],[1088880,-132510],[1098930,-140419],[1091538,-128554],[1096057,-141534],[1096931,-140901],[1100188,-141361],[1099152,-95444],[1098971,-96043],[1097048,-97978],[1097981,-99086],[1098152,-101919],[1091137,-99753],[1088529,-103921],[1094609,-102280],[1094892,-105435],[1097872,-103329],[1094906,-102396],[1099149,-108850],[1096862,-107322],[1096591,624983],[1090058,636135],[1097237,630345],[1098504,636942],[1098011,631618],[1088366,639322],[1089506,638018],[1094129,635459],[1093926,632791],[1090934,630321],[1098241,639165],[1101182,-140940],[1108605,-143041],[1109231,-142628],[1109755,-141897],[1101429,-151819],[1101402,-151818],[1101364,-151690],[1101339,-151734],[1103616,-147412],[1103683,-147866],[1103415,-147844],[1103199,-148239],[1111142,-182446],[1112688,-183065],[1111356,-181406],[1110568,-181540],[1112880,-188522],[1113497,-189358],[1112427,-189446],[1111870,-188758],[1111563,-189544],[1110079,-189015],[1113323,-181868],[1109408,-47985],[1112107,-49793],[1111941,-43336],[1111849,-63519],[1108315,-62287],[1104342,-61478],[1104634,-58537],[1107583,-60473],[1101914,-57557],[1101570,-59324],[1107288,-55761],[1106900,-51583],[1110846,-52873],[1104183,-51723],[1110270,-71032],[1109334,-66471],[1107108,-63823],[1111481,-71629],[1110089,-73240],[1111309,-72099],[1113017,-86200],[1113063,-82296],[1112167,-79305],[1107646,-96244],[1108318,-91679],[1105358,-92736],[1104873,-94535],[1102679,-96376],[1111925,-99921],[1111912,-98781],[1110685,-102130],[1103691,-104643],[1102771,-103450],[1108499,-105252],[1112152,-103867],[1106495,-104297],[1110277,-108781],[1104956,-107345],[1101271,620361],[1105975,621318],[1108204,622026],[1107677,625167],[1106831,624916],[1101081,628409],[1105606,636468],[1105988,638017],[1110209,638362],[1105141,638818],[1101656,634438],[1104364,631018],[1105469,630405],[1112285,634568],[1113575,634771],[1110305,633106],[1110347,628978],[1109929,630108],[1112993,639906],[1122336,-151502],[1115746,-186460],[1115669,-187441],[1115074,-187113],[1117112,-186208],[1119798,-184580],[1122281,-183696],[1125472,-182817],[1113879,-46491],[1114815,-42522],[1116498,-42871],[1117537,-46042],[1119897,-46021],[1124326,-45622],[1124429,-47916],[1125062,-63300],[1113992,-69565],[1125743,-66042],[1126114,-71811],[1120736,-65232],[1125452,-74843],[1122459,-75637],[1114792,-72325],[1126113,-87722],[1114786,-76958],[1123212,-79176],[1124783,-81275],[1120905,-78316],[1115921,-79908],[1117367,-81433],[1119342,-80540],[1124099,623704],[1124175,623107],[1115469,621869],[1122368,620012],[1124152,620089],[1125736,623180],[1120265,623258],[1120403,622750],[1116344,635221],[1114848,636202],[1115004,633724],[1120747,635195],[1121156,631007],[1120108,634788],[1118888,627591],[1115213,630411],[1124604,638852],[1116775,638171],[1114472,639467],[1116792,639693],[1128435,-177610],[1129327,-175398],[1131139,-177450],[1127572,-176551],[1130250,-173638],[1131318,-176587],[1132100,-173990],[1133120,-176371],[1133633,-178239],[1134744,-176736],[1135193,-174960],[1136113,-176974],[1136682,-175937],[1135286,-171421],[1137062,-174410],[1138296,-171753],[1137989,-169908],[1138264,-177589],[1136358,-177048],[1133434,-174980],[1134359,-175776],[1134723,-173709],[1133765,-171706],[1135724,-173397],[1136756,-171682],[1136033,-168856],[1138411,-173206],[1138575,-168390],[1137359,-168122],[1127339,-180675],[1133874,-179325],[1138697,-9566],[1136626,-22748],[1137687,-23412],[1137916,-31143],[1136121,-34882],[1137145,-34882],[1134482,-36054],[1126598,-48466],[1136421,-47772],[1135758,-50009],[1137055,-38688],[1136323,-42146],[1137588,-44737],[1127391,-61988],[1131302,-54680],[1134522,-55796],[1134745,-54115],[1129406,-60484],[1131672,-62668],[1129209,-57959],[1136101,-51999],[1135981,-57498],[1131077,-62189],[1127287,-60521],[1137730,-63133],[1135143,-62816],[1136278,-60961],[1127692,-75024],[1129919,-68874],[1127264,-70067],[1132279,-70207],[1134608,-66793],[1131849,-71785],[1132010,-72580],[1129756,-73717],[1137497,-84376],[1136515,-87978],[1126459,-77464],[1127427,-87679],[1134394,-88328],[1134697,-88211],[1134570,-86061],[1132382,-84139],[1136324,-82656],[1137115,-80482],[1137867,-79012],[1138962,-83207],[1129800,-90983],[1137393,611173],[1137667,610741],[1137245,618153],[1135331,623633],[1137278,621687],[1136498,618683],[1131321,625746],[1129373,618293],[1138410,622701],[1131475,616872],[1135862,625390],[1136354,620733],[1127824,622297],[1129340,626352],[1133161,619145],[1129552,622088],[1132897,624535],[1127401,630202],[1127910,634781],[1126885,637580],[1138635,636157],[1134963,627682],[1129497,638572],[1138474,628556],[1133100,631811],[1135232,634969],[1134185,638777],[1134381,634499],[1141039,-171960],[1141900,-173701],[1142084,-172743],[1139869,-171712],[1149845,-174770],[1149167,-175123],[1148523,-174814],[1147845,-175475],[1147277,-173698],[1143515,-173435],[1141550,-174237],[1140199,-174733],[1139880,-171812],[1142099,-171270],[1140472,-169464],[1139590,-168062],[1143025,-171268],[1139583,-167347],[1141350,-170901],[1140631,-170792],[1142726,-172335],[1145140,-173805],[1145880,-174045],[1145156,-172555],[1146115,-172604],[1141566,-8800],[1140485,-7454],[1139979,-11209],[1147768,-7777],[1149200,-6269],[1149662,-11388],[1148502,-11950],[1145865,-9598],[1139839,-3938],[1144707,-1603],[1146539,-1461],[1150109,-2713],[1151428,-1603],[1145659,-15429],[1142432,-18411],[1142177,-15643],[1147221,-19213],[1149498,-14228],[1149022,-35373],[1145557,-36455],[1147955,-34703],[1141238,-34742],[1140907,-34589],[1146454,-29138],[1143631,-27559],[1142853,-28942],[1140852,-28036],[1139933,-32105],[1144494,-33039],[1141722,-50732],[1141683,-47874],[1140150,-47590],[1142312,-43742],[1140949,-42826],[1144059,-43306],[1146576,-39799],[1140293,-62388],[1143356,-56126],[1144524,-59900],[1140502,-60302],[1143138,-61569],[1141841,-54072],[1142435,-58214],[1141862,-72535],[1143576,-67993],[1142092,-64965],[1139252,-75739],[1139366,293],[1145940,994],[1141920,4216],[1140733,6422],[1142906,12457],[1145252,7074],[1148209,7229],[1148262,4297],[1150255,8688],[1140241,11935],[1146390,9121],[1145746,22479],[1147300,16775],[1142941,18443],[1146479,21256],[1144615,21272],[1149343,19475],[1140457,612683],[1144028,610294],[1148724,613097],[1150006,613138],[1143957,614621],[1151762,615986],[1141219,619166],[1141608,627228],[1144430,619666],[1144375,622081],[1144054,620286],[1148922,622540],[1150507,626478],[1151871,626030],[1147131,625993],[1148870,627000],[1139860,624101],[1147259,632250],[1147179,635464],[1147096,632577],[1147449,638458],[1145419,639005],[1140787,636643],[1139396,634398],[1141745,635817],[1148551,630171],[111790,56753],[107216,76896],[112495,78476],[109808,79182],[108851,79592],[107822,109569],[110966,109388],[103628,110823],[104974,108779],[113222,103201],[114623,109724],[113028,108432],[107024,126059],[115011,116333],[105126,121344],[104976,119288],[105627,118123],[111855,120820],[111684,119768],[106035,125436],[111963,126576],[1152503,-175575],[1153017,-174819],[1164218,-178818],[1161208,-179836],[1162525,-179358],[1154988,10077],[1158075,11356],[1154601,17813],[1164186,24578],[1162355,302997],[1164051,304407],[1153016,305551],[1156165,303602],[1158742,26147],[1164075,27446],[1162277,532087],[1163378,536443],[1152902,544465],[1156686,541199],[1152674,543021],[1159549,538536],[1157623,538653],[1159993,610400],[1153856,609513],[1155004,612972],[1154799,609658],[1163067,618795],[1162045,617118],[1162609,625676],[1164547,614946],[1155946,621493],[1153246,618177],[1152715,617204],[1163713,624962],[1155528,616625],[1159665,618033],[1156680,615530],[1160578,639722],[1160688,637885],[1162731,627812],[1152453,631459],[1155380,638659],[1158125,636839],[1155598,636866],[1156592,631196],[1157048,629815],[1161557,627411],[1159739,631104],[1158625,635751],[1158839,633631],[1156740,627895],[1165187,-178475],[1173190,-33895],[1174183,15004],[1173416,16876],[1174099,18036],[1173246,14862],[1176273,21790],[1167693,23668],[1170237,19921],[1164816,300666],[1166635,295626],[1166140,302853],[1169433,27334],[1176890,525761],[1171192,528718],[1171962,525394],[1169923,531072],[1171542,532675],[1172676,527946],[1176338,531980],[1166716,531888],[1165698,533679],[1169884,613324],[1170093,613069],[1165151,611656],[1170441,621080],[1170185,618511],[1175153,614707],[1174920,623825],[1174975,616021],[1175825,619467],[1171796,619285],[1166286,620128],[1168113,616131],[1167877,618140],[1167083,616243],[1175848,628112],[1174067,630102],[1167180,631562],[1167946,634034],[1167818,637155],[1166447,634086],[1173269,638006],[1173519,639783],[1174179,633910],[1165277,631328],[1188960,-169577],[1187823,-187831],[1189637,-185561],[1185279,-189972],[1184182,-189477],[1188134,-194639],[1189546,-198349],[1186059,-193187],[1180164,-192396],[1182055,-28309],[1184875,-28450],[1185711,-27888],[1183223,-32321],[1180651,-34050],[1181218,-32077],[1178088,-34842],[1180083,-37078],[1181461,-39411],[1184376,-42577],[1186845,9522],[1187929,8857],[1184564,10227],[1179096,12310],[1190350,172609],[1189726,212471],[1188589,214900],[1187885,217827],[1185489,220670],[1182339,16016],[1187742,17599],[1180919,13716],[1190047,20704],[1182218,15084],[1187477,14477],[1184070,16291],[1186174,404550],[1183129,408782],[1187093,403926],[1186802,397791],[1184476,411379],[1186122,413554],[1185803,419991],[1187252,415740],[1189879,429723],[1188863,436290],[1185736,446444],[1190115,438863],[1178191,523165],[1186221,525309],[1184990,525873],[1179747,624700],[1194358,-166613],[1194252,-170345],[1193108,-173225],[1195225,-174898],[1192157,-179569],[1196814,-24848],[1198417,-22635],[1198163,-25746],[1192868,8613],[1197727,11448],[1202519,10527],[1195893,9299],[1195660,147393],[1202069,149303],[1196763,151894],[1192798,158262],[1195002,166498],[1193457,166778],[1196481,168685],[1199057,167759],[1194716,180084],[1192618,237038],[1196406,236842],[1196060,237442],[1193708,237602],[1199465,236407],[1199116,239781],[1199405,236774],[1197843,20559],[1195390,13318],[1197600,18052],[1200485,15414],[1195151,25072],[1198341,23444],[1196037,16187],[1194006,19439],[1197736,32391],[1201261,34304],[1199096,30205],[1198144,26176],[1202746,28623],[1196956,408486],[1190797,403287],[1191265,409993],[1197680,413466],[1198266,411848],[1197736,410974],[1194709,410159],[1195014,416256],[1195403,417751],[1197339,421634],[1193929,428380],[1194087,430298],[1194248,425004],[1202681,456993],[1194327,458427],[1195831,461975],[1197472,40436],[1199854,39015],[1200573,50668],[1202639,50185],[1203083,46613],[1202311,53535],[1196563,56029],[1202238,55986],[1200242,58984],[1196700,59475],[1201202,51684],[1198155,53624],[1199864,54472],[1198217,51702],[1202484,75261],[1200669,64824],[1201663,68554],[1207214,201993],[1211591,213789],[1208291,223922],[1209850,228827],[1206811,228746],[1207346,222925],[1204533,234886],[1203472,234041],[1209920,24895],[1207684,16227],[1207648,15753],[1207120,17331],[1206843,23862],[1209102,22684],[1207371,21572],[1208503,35267],[1210701,33253],[1211232,34011],[1209690,31861],[1210156,27808],[1204335,31171],[1206490,32514],[1210815,36494],[1207484,28103],[1208268,390517],[1211174,407924],[1210516,406680],[1211546,403217],[1215344,417836],[1215250,421986],[1209289,409914],[1215343,409982],[1206176,457396],[1208154,454185],[1206768,39885],[1209978,41321],[1203734,50255],[1208919,72268],[1211512,72007],[1214649,76617],[1212515,76961],[1214288,75720],[1204047,64720],[1204272,67641],[1203717,71797],[1206102,70256],[1208580,68406],[1209624,79520],[1203495,78570],[1228417,-9788],[1220322,-1562],[1220368,-544],[1222059,-11704],[1227100,-13538],[1226038,-14163],[1224902,140116],[1218509,141426],[1217248,145382],[1226393,147950],[1228130,182841],[1223288,188832],[1221449,203291],[1216750,204167],[1226572,237530],[1228409,347369],[1221044,401072],[1217960,421986],[1217334,420361],[1228489,420946],[1218727,414828],[1223108,423450],[1217487,626938],[1217359,625602],[1217154,625440],[1218913,625555],[1217697,631946],[1218525,632814],[1216139,634721],[1222453,633823],[1220873,633115],[1221181,635276],[1217602,629962],[1216623,630081],[1221791,627502],[1221207,630036],[1221228,629737],[1219928,73551],[1221264,74799],[1224113,74140],[1221635,71672],[1224665,73123],[1226060,73080],[1219987,77837],[1226703,77530],[1225682,84050],[1222211,120452],[1226558,115824],[1224687,119220],[1229873,-8667],[1229450,139263],[1233551,131187],[1230581,184579],[1239952,201365],[1230677,192544],[1231293,194828],[1239346,356854],[1233149,354558],[1237503,377288],[1235530,380808],[1241118,396985],[1239496,387102],[1237506,386025],[1232579,398469],[1231533,400662],[1230685,415587],[1238250,534721],[1238773,548351],[1237054,539562],[1235846,544247],[1239280,540190],[1240135,552773],[1242708,562872],[1241402,559427],[1239433,561013],[1241105,558273],[1235963,553376],[1230512,74310],[1236638,73929],[1241422,72692],[1234080,86871],[1234853,82538],[1233320,81558],[1237604,85758],[1240866,77345],[1236050,91292],[1239320,98126],[1236650,102820],[1237519,103823],[1230454,115345],[1232342,115792],[1238108,122980],[1240918,121855],[1248795,181952],[1254333,186340],[1250296,209714],[1246108,226211],[1253825,280504],[1254100,288609],[1251797,302876],[1254272,308020],[1248412,315250],[1244758,324032],[1251286,355974],[1243789,355085],[1249179,370627],[1245344,370998],[1247196,376337],[1243098,383640],[1243348,390612],[1242732,533501],[1246347,531139],[1243496,532974],[1246522,535539],[1247812,530853],[1251087,532461],[1251688,530586],[1245803,544734],[1250500,538690],[1241701,539103],[1244127,548003],[1250539,539032],[1245665,540408],[1252713,537898],[1251991,541792],[1247638,547137],[1248932,544908],[1248048,546142],[1252841,544674],[1254340,547570],[1251097,546370],[1252814,547957],[1252440,555268],[1245371,558387],[1241978,561082],[1243136,555155],[1253493,552552],[1246147,555394],[1250654,557161],[1245897,557097],[1250476,562109],[1249077,557351],[1246633,569352],[1247253,568535],[1249337,564434],[1252284,569523],[1245616,86327],[1251132,87528],[1247372,86340],[1244820,83576],[1244983,88035],[1243820,83771],[1244177,79176],[1242180,78270],[1242662,90250],[1247508,94369],[1243415,89849],[1248752,96635],[1246720,97929],[1245761,102013],[1253075,112737],[1249295,104075],[1249003,106015],[1244151,114222],[1244129,112524],[1244953,114814],[1248294,109695],[1244016,125166],[1265213,147922],[1262854,149311],[1258601,193053],[1261366,194303],[1261891,197859],[1267192,229017],[1266014,222572],[1265076,220316],[1264608,217830],[1264679,224678],[1259942,262528],[1264059,264176],[1266645,264906],[1257516,281530],[1259930,277687],[1264129,303689],[1254943,319802],[1256140,323479],[1263122,353996],[1264714,350283],[1256110,358274],[1258330,363299],[1258762,367524],[1255746,540803],[1255720,89794],[1261316,99617],[1262811,97535],[1259733,98152],[1254723,94843],[1259991,92093],[1256722,101570],[1258863,100926],[1260698,112126],[1264200,112779],[1261339,110469],[1263843,105915],[1262605,103443],[1254888,105218],[1256988,106471],[1264251,110691],[1256572,112814],[1260062,113841],[1264749,121836],[1261957,123864],[1260616,118902],[1254812,115739],[1258793,116730],[1260551,121213],[1260520,123701],[1255404,118773],[1270237,151304],[1269006,201289],[1267293,208512],[1269973,205502],[1267870,208327],[1271359,209227],[1270269,215035],[1267203,217458],[1273949,212157],[1271930,205422],[1271798,228818],[1272071,225926],[1272555,229790],[1278839,238148],[1279920,232935],[1271959,233067],[1276565,234279],[1273431,314246],[1270364,310330],[1271705,321553],[1272535,320564],[1274167,325286],[1273607,332205],[1267201,343471],[1271506,349189],[1268992,358002],[1272282,348131],[1277920,547582],[1276410,550989],[1278450,553696],[121645,-3793],[127696,-11219],[120205,-8316],[120003,-6540],[121032,-6660],[116599,128590],[127862,133513],[123326,134399],[123741,134247],[125642,130241],[125901,47429],[123305,52144],[124951,53107],[127248,61217],[126541,62145],[121889,62511],[125815,70466],[122234,76606],[115201,74728],[121666,75906],[118611,86832],[127591,85635],[126747,86386],[119137,78028],[118061,79822],[119660,80377],[115633,77335],[125353,110618],[116555,108619],[123401,114905],[126360,114804],[119569,104273],[127441,105907],[121398,121370],[115597,122722],[118474,124165],[120025,119117],[125376,121729],[-1275766,1532461],[-1292762,1523624],[-124548,164408],[-157236,164976],[-157194,162495],[-153849,160722],[-158023,158941],[-166165,165666],[-168946,166384],[-171422,164319],[-188892,165271],[-187387,166966],[-199439,161972],[-199362,158334],[-199910,162147],[-200299,153837],[-198437,156320],[-204128,164182],[-195097,166830],[-207527,152068],[-213359,153729],[-211341,151603],[-214534,158339],[-214245,155490],[-216638,154843],[-221410,145341],[-224807,152980],[-223888,151791],[-221326,153284],[-220717,150931],[-226615,148356],[-227799,148875],[-222537,153857],[-223446,155934],[-218718,157093],[-226823,337342],[-224602,334389],[-224862,335398],[-225733,356972],[-228294,347635],[-230024,356532],[-229772,368746],[-229928,364426],[-237538,143797],[-236721,152818],[-234416,149292],[-236387,145010],[-240512,143225],[-236830,328281],[-233102,326016],[-234167,331618],[-230901,321014],[-240694,329251],[-241756,331442],[-238274,343850],[-236270,340065],[-241634,344290],[-234784,343915],[-235436,345051],[-232150,336251],[-232298,341144],[-241338,341427],[-240021,340278],[-237617,336723],[-238372,334969],[-230424,355806],[-233405,356865],[-236719,348725],[-242911,346100],[-231005,348721],[-239225,356040],[-236650,353800],[-235475,353051],[-237341,358588],[-230434,360288],[-49,143265],[-251970,140371],[-249769,140966],[-255273,138329],[-253902,138866],[-243493,142412],[-245650,145091],[-245454,143406],[-246315,145977],[-249802,144775],[-255285,141242],[-254786,142075],[-246584,144870],[-243522,330268],[-250947,335966],[-245433,335604],[-249145,334194],[-253659,333694],[-245049,347539],[-243987,345935],[-265153,129701],[-266434,130178],[-268624,130101],[-263544,130232],[-258482,134940],[-258389,132367],[-256246,143403],[-258891,144889],[-260792,143317],[-264968,143630],[-263906,328688],[-256826,329289],[-264925,327164],[-256943,332096],[-265159,329662],[-257906,329619],[-259985,332855],[-261509,335322],[-261805,337208],[-264567,125268],[-266581,121668],[-271255,135436],[-270926,136625],[-274387,133487],[-270367,130973],[-272871,329713],[-280464,117924],[-280295,125337],[-277384,126118],[-274910,123180],[-282033,120463],[-283281,121995],[-284362,124625],[-285244,123209],[-304214,331188],[-306446,326177],[-306518,323205],[-305411,326127],[-306575,322919],[-306896,331674],[-302645,329156],[-302962,113200],[-300417,112028],[-311708,318890],[-312826,309959],[-316314,307778],[-317734,307671],[-311829,325124],[-311873,329417],[-309251,328851],[-310120,323685],[-312427,324733],[-309746,326414],[-315422,325254],[-310501,335455],[-332724,292729],[-325561,296794],[-328613,295058],[-328927,295483],[-321939,299717],[-332484,300820],[-320503,299634],[-322411,304576],[-323142,301557],[-325200,307163],[-326945,309882],[-331541,322567],[-326624,325002],[-327047,322128],[-336146,274695],[-339896,292530],[-338845,288383],[-344142,287016],[-338381,282199],[-342335,287120],[-344068,286985],[-339010,296908],[-336559,299123],[-337059,297421],[-338538,295717],[-342907,294830],[-342883,298032],[-345308,301011],[-335809,300459],[-335597,315929],[-339192,317293],[-338977,320107],[-339433,313923],[-344741,312417],[-344102,315998],[-336543,321630],[-335326,320901],[-337027,343147],[-340148,344320],[-344049,343442],[-333909,90867],[-356567,281683],[-348185,287446],[-356751,294381],[-351940,287194],[-356251,289219],[-346122,297008],[-355827,295001],[-355448,298722],[-354999,300122],[-349387,299110],[-351060,300298],[-349476,301700],[-349870,303374],[-353351,298710],[-354190,313230],[-352293,314453],[-346925,314769],[-356581,327928],[-350900,340489],[-345705,338108],[-361248,284941],[-359245,282498],[-359159,284994],[-370429,295587],[-369754,296728],[-369662,314992],[-359405,310592],[-369132,310960],[-360586,307451],[-371188,324503],[-368328,328239],[-365656,327045],[-360105,328525],[-363193,328114],[-363511,326341],[-358746,328367],[-362689,330579],[-367431,335204],[-368094,337759],[-374380,293288],[-382689,307231],[-383671,299536],[-380361,298324],[-378076,302585],[-377585,302093],[-376597,296014],[-375433,295130],[-376507,306235],[-382723,309900],[-377793,312414],[-373204,316328],[-376613,312531],[-374928,318937],[-379996,317776],[-376475,315445],[-371630,311149],[-372996,307931],[-374738,323360],[-378260,321577],[-379184,320961],[-380023,323936],[-377085,325685],[-371336,338755],[-373696,340070],[-384079,301567],[-387240,301553],[-387067,317644],[-384642,314600],[1283307,235518],[1286069,231341],[1287494,299358],[1289149,303690],[1281359,557169],[1286026,552746],[1283326,554615],[1284538,551591],[1281779,553793],[132808,-307993],[140246,-319862],[130370,110177],[129950,109725],[141286,-314162],[147010,-325032],[152735,-29252],[152263,-28384],[147108,121811],[147379,120748],[166360,-30988],[165543,-33343],[165691,-33307],[154829,-31439],[161143,-30350],[162744,-32743],[159096,-30019],[159529,-31020],[158476,-33750],[153658,-25783],[155183,-26913],[154380,-30453],[165658,17663],[165654,17201],[165637,113697],[162566,107970],[162546,107323],[159331,115164],[161408,119215],[161637,119715],[164240,121628],[164513,121905],[159378,115672],[163938,120091],[162610,121282],[156113,117016],[154456,117058],[164411,117427],[159329,120090],[163726,117536],[178796,-135403],[176928,-139206],[175392,-157963],[172785,-162696],[171220,-159750],[170865,-159212],[176039,-154999],[169896,-163702],[171295,-162568],[172524,-160725],[172208,-161113],[172811,-168533],[176957,-168127],[175095,-175087],[175786,-168692],[175971,-170568],[175173,-172813],[176669,-173427],[176113,-172278],[175532,-176676],[178808,-22905],[173927,-23234],[171041,-24636],[173853,-24836],[169463,-29630],[167818,-30389],[168855,-32901],[172446,-30251],[172432,-32866],[174433,-26387],[174364,-29108],[171539,-28394],[173111,-27837],[176513,-27875],[170425,-28139],[170120,-27460],[170946,-26497],[172680,-25600],[177621,-27079],[174652,25660],[170724,27149],[169615,30777],[174258,32858],[176159,33343],[175059,33199],[179053,56248],[167929,115103],[166464,113132],[174246,114418],[175442,112014],[177503,110584],[176488,110689],[167159,117123],[188177,-122339],[190509,-126679],[191216,-127647],[188749,-116330],[190225,-135435],[181203,-135039],[185582,-137830],[183011,-139583],[189472,-136008],[183829,-132896],[181406,-135864],[182818,-138293],[182526,-138330],[183485,-143258],[180214,-141537],[187735,-141317],[187276,-141401],[180771,-144845],[179405,-145280],[190772,-144252],[190714,-145086],[180193,-151046],[181190,-164768],[181924,-165069],[182658,-176819],[183655,-171111],[181469,-174563],[182009,-171326],[184336,-176562],[184664,-182049],[186192,-189004],[183936,-181192],[185128,-189083],[191346,-25276],[186505,-21316],[181945,-20824],[179450,-24945],[184694,-20162],[191568,-20011],[189276,-20928],[187517,-18803],[181620,-23550],[184640,-22958],[185155,-23058],[191574,-24798],[191574,-109878],[179634,-105619],[183315,-106614],[183784,-105038],[186197,-103011],[191947,-108949],[190227,-110226],[191282,-110657],[184148,133469],[185053,133829],[189430,145148],[188839,29046],[185639,28223],[185883,33281],[187347,38476],[184747,33318],[181361,29547],[189262,28707],[191306,35464],[187941,30136],[187575,35216],[191300,497706],[188093,494718],[182578,496003],[191492,493338],[187753,506336],[185230,507708],[191738,38852],[180780,42546],[185143,47776],[185845,50855],[181935,47040],[191786,41198],[188021,41085],[187300,44665],[196456,-116906],[198658,-122460],[200607,-122359],[198415,-123780],[192884,-137890],[198696,-135535],[200610,-131474],[202142,-128740],[200863,-128705],[195992,-128620],[202450,-141499],[203462,-145583],[202475,-141227],[203405,-142197],[203629,-141608],[201294,-148045],[197086,-144247],[196853,-144534],[202876,-143439],[198322,-142844],[203694,-164034],[192968,-162578],[195312,-160508],[193235,-162150],[192497,-161624],[192119,-161942],[202817,-178277],[202903,-178617],[199537,-176413],[203313,-173651],[204689,-176919],[204410,-176864],[195426,-174781],[192525,-168747],[193089,-167908],[193664,-173371],[193646,-173106],[193984,-170508],[193920,-170018],[203686,-184469],[204222,-179348],[201034,-179843],[200791,-180044],[196565,-188684],[196962,-187726],[197080,-192777],[197321,-192890],[197635,-194813],[197826,-193919],[201030,-195198],[200155,-195717],[200151,-22122],[193592,-20053],[197829,-19922],[196240,-24141],[197525,-23124],[198951,-23315],[195520,-23981],[203304,-33125],[193463,-25482],[203655,-33083],[202638,-92620],[193985,-92975],[197626,-94573],[201017,-93064],[202507,-93423],[196954,-109789],[194165,-113518],[202657,-114649],[197337,-110118],[200164,-114451],[197460,-104284],[202421,-110662],[192007,-108588],[204234,9123],[204505,862],[201748,485],[200617,2753],[204694,5469],[201617,8239],[204095,8959],[202299,9677],[203861,132757],[192467,24924],[193958,25474],[200329,37025],[193292,37675],[195546,34048],[194053,25982],[194335,498502],[200979,505231],[196935,506815],[201335,508242],[200450,505189],[203689,510814],[193851,506626],[201370,41272],[197494,44899],[197003,42562],[192084,38807],[199520,515437],[194564,512749],[196684,519279],[204693,522680],[201792,526442],[200929,120392],[201047,120888],[200264,115531],[200918,116380],[214970,-116792],[207995,-118775],[209633,-148535],[204986,-141321],[208573,-147496],[210987,-155379],[207319,-156001],[211318,-175559],[214800,-176075],[216695,-177606],[216342,-176939],[217061,-176727],[216213,-172092],[207677,-176305],[209738,-174880],[211645,-177939],[210043,-177865],[214360,-176860],[213204,-178128],[208603,-178839],[209556,-178579],[205472,-176052],[205774,-176283],[205172,-183446],[211898,-179585],[215231,-189450],[205270,-182777],[205795,-184329],[205419,-185983],[208732,-183900],[207154,-183665],[209712,-181889],[208325,-181093],[210965,-181488],[211961,-182042],[209578,-12264],[209925,-12402],[209680,-11601],[210112,-11518],[210577,-11764],[210987,-11792],[211796,-12131],[213109,-12269],[213268,-12101],[214185,-12242],[214587,-12349],[212487,-11937],[211234,-11822],[210767,-11447],[210196,-10899],[210679,-10940],[211314,-11089],[211906,-4061],[210747,-4914],[210392,-2339],[206603,-2261],[205076,-3737],[214822,-255306],[211565,-278043],[206074,-291935],[212773,-295993],[207436,-17952],[210132,-19993],[210119,-19526],[209753,-20115],[209898,-19330],[209739,-18571],[210430,-17806],[207194,-17882],[208732,-20233],[207706,-17092],[209306,-17632],[207239,-17305],[208186,-19649],[210083,-17528],[210423,-18486],[210725,-19418],[209983,-18335],[209553,-20079],[210699,-20037],[208434,-16824],[206725,-17361],[207710,-19515],[209467,-18611],[209254,-19355],[208568,-19486],[207855,-18112],[209321,-16812],[210483,-16903],[210109,-16827],[207688,-18784],[208892,-16821],[208426,-17882],[208618,-18780],[207985,-18601],[209724,-17774],[207210,-19023],[208777,-13343],[209455,-13219],[209551,-13449],[210187,-13477],[210772,-13327],[211410,-13479],[212598,-13326],[213013,-13647],[213495,-13804],[213890,-13887],[214331,-13953],[210403,-12722],[210778,-12702],[211257,-12795],[213017,-12684],[213512,-13043],[214009,-12862],[214171,-13212],[214903,-13159],[217227,-23142],[215221,-23740],[214047,-24356],[207515,-38105],[214620,-38146],[205506,-33689],[206011,-36592],[211928,-38110],[206720,-38238],[216524,-42124],[215582,-49179],[212228,-46243],[212115,-45879],[207536,-43385],[209562,-45055],[211894,-107912],[216969,-110438],[209121,1226],[208016,5153],[209290,4787],[210597,5822],[206592,2185],[205479,6615],[207507,12281],[211855,11568],[208422,8563],[211513,12106],[208601,11611],[205627,10750],[205670,7539],[208851,7663],[208657,6771],[207608,6125],[216369,138834],[211951,139724],[207843,139660],[207723,136478],[207178,137797],[213270,134348],[212096,130902],[211977,143201],[209231,148784],[212165,21406],[208253,19694],[208187,17445],[207601,20397],[211078,16035],[211200,13436],[215217,30587],[213865,534795],[216374,534329],[213589,543848],[214470,542180],[216017,540033],[210572,539425],[217558,544232],[208041,54907],[205178,112785],[207090,114769],[217347,105787],[205780,111355],[215590,109690],[206020,118064],[205240,117549],[208676,116384],[223735,-154626],[230331,-178966],[218008,-169893],[218942,-172445],[218861,-173745],[223812,-171257],[223011,-172434],[217602,-167538],[218006,-175478],[217781,-175695],[217725,-176729],[221995,-196461],[222085,-196559],[221917,-11515],[222918,-10982],[223611,-258749],[227237,-268393],[227309,-289871],[219852,-289131],[225297,-294378],[224800,-307951],[226794,-23432],[225093,-20255],[223871,-18440],[222519,-18265],[221903,-17452],[219825,-15390],[226505,-27873],[227539,-33413],[227691,-34249],[227334,-36918],[230056,-35392],[230017,-33235],[228204,-32512],[228311,-30123],[229241,-26482],[219809,-43869],[221918,-43868],[217622,-48057],[220126,-48400],[223121,-62788],[226341,-60043],[228006,-63048],[225890,-56996],[230138,-70585],[228409,-64587],[229616,-65796],[229821,-64040],[226620,128913],[229689,137076],[227884,130035],[225582,139271],[224906,138265],[217346,134222],[222083,133888],[218063,142999],[218909,141448],[220310,148015],[222088,146238],[223607,151865],[227692,144985],[229324,37071],[230068,33930],[227438,34556],[223187,50619],[227254,47977],[229179,40565],[230357,42891],[229732,535874],[224339,530659],[222621,528081],[227406,532606],[226858,528323],[226936,527270],[223133,526458],[229479,539000],[224672,538706],[218894,540934],[220109,544135],[220792,550492],[223367,553598],[226661,552766],[229710,552448],[224489,563592],[228847,565508],[224280,55187],[220854,51452],[218340,105664],[217836,109505],[221794,126449],[221252,125253],[223843,124226],[225502,118201],[219397,120855],[221649,122348],[227911,119702],[227056,117640],[228946,126944],[228766,127548],[233289,-119109],[232028,-118632],[234548,-115813],[234340,-117297],[231630,-120211],[242681,-178541],[241538,-178463],[234327,-169608],[234873,-167893],[238310,-182257],[238437,-182737],[232663,-179007],[234512,-239104],[234031,-258345],[235244,-271584],[241112,-304615],[234451,-306748],[231216,-25246],[230827,-22975],[233414,-22939],[235299,-24320],[236814,-18398],[241245,-15517],[240486,-14575],[242076,-17420],[239004,-20140],[236618,-17255],[237080,-25997],[237291,-28672],[230828,-26406],[242949,-32871],[233141,-31403],[239189,-33922],[240492,-33865],[239495,-34043],[236177,-36931],[239552,-36875],[241966,-37491],[234196,-30089],[237565,-33706],[236127,-35542],[233761,-31710],[231491,-33829],[231835,-29130],[242025,-43461],[240040,-43244],[242701,-50044],[243048,-46442],[240445,-45141],[238257,-50583],[236179,-43733],[234620,-40319],[232553,-43577],[231245,-40447],[235928,-69324],[235499,-74130],[231156,-65538],[231083,-66127],[231615,-68745],[234115,-68608],[231261,-67511],[231778,-71252],[234439,-72840],[235668,-72519],[233897,-69291],[237411,-67791],[238452,-68460],[240668,-70651],[240024,-70959],[242399,-71708],[232843,-67657],[231269,-65872],[235071,-78237],[231027,-85664],[241465,-79922],[232425,-82005],[234059,-88913],[241094,-80588],[232779,-114348],[233287,-112323],[238490,136277],[235458,136061],[233170,139153],[232333,130261],[234534,131348],[231897,132582],[231028,132094],[231994,134113],[230721,149063],[234189,34058],[235838,34347],[237169,32575],[234022,37859],[240203,49275],[242754,42234],[241928,45614],[233672,550443],[233083,548432],[234435,550025],[237366,546525],[233283,553134],[234538,553152],[236655,556404],[236597,558226],[237145,561996],[236626,557668],[233242,561521],[240717,563702],[241176,564205],[242960,60975],[237751,57809],[240285,53704],[239809,108993],[240298,110463],[233496,105925],[238862,108222],[235080,104410],[236517,105826],[231429,119061],[235605,117977],[233177,115986],[235525,119528],[242370,121744],[241187,126027],[240795,128167],[237227,124030],[231731,125351],[232781,127492],[254626,-210943],[254296,-216229],[253651,-210448],[252113,-212016],[254563,-217176],[247346,-213522],[246127,-212716],[245384,-215894],[246401,-222151],[246333,-222156],[243454,-222096],[250832,-222967],[250155,-223251],[251971,-221390],[246962,-220390],[249009,-217891],[245506,-217802],[247120,-239918],[253504,-695],[246950,-256919],[246056,-260931],[249399,-266867],[252010,-272296],[255957,-270728],[245752,-278476],[246328,-286662],[252998,-286779],[254733,-289795],[255637,-298485],[246804,-295787],[252461,-323307],[245265,-323493],[248794,-22065],[244455,-23266],[247295,-20216],[243209,-23194],[243943,-16178],[243663,-18455],[249122,-37646],[255546,-34070],[254146,-26857],[254870,-30504],[255854,-27765],[243585,-32613],[246576,-37985],[248354,-34412],[249595,-37862],[247863,-33720],[250356,-33812],[248578,-35938],[245347,-35613],[246480,-32563],[244205,-26735],[246980,-36786],[244857,-48256],[252686,-38410],[249782,-47500],[254998,-49140],[253506,-47771],[253754,-38923],[246682,-46312],[244792,-40263],[246792,-41616],[252480,-41836],[253633,-44136],[253742,-47981],[248568,-46090],[250213,-48373],[254835,-46195],[251255,-45672],[250122,-44989],[254106,-62364],[253442,-51003],[247903,-52586],[253493,-63800],[254278,-63206],[255720,-63206],[255444,-61229],[254517,-56598],[252736,-55314],[251208,-69464],[245166,-68467],[250824,-70412],[250777,-65766],[252289,-66516],[251981,-76846],[255434,11546],[253234,4897],[253161,1609],[251080,769],[248083,2278],[245868,1549],[245630,3021],[244407,2646],[246050,6427],[246002,6817],[243227,6315],[247202,5798],[248679,5921],[252851,128332],[245071,128754],[252111,131765],[253017,13864],[254691,37302],[255541,32197],[250539,34434],[252019,37068],[255225,31278],[253150,35847],[253545,36944],[247850,37386],[247731,47571],[247960,42091],[253302,40248],[244976,51126],[245508,51333],[251054,60303],[248919,62064],[243514,63186],[243535,51578],[255867,61066],[249605,64612],[252395,69590],[248143,69546],[250269,115163],[247054,108153],[244123,127915],[245515,121363],[245140,122787],[249053,117375],[247875,115530],[251852,121405],[15140,133705],[13880,144648],[263729,-191220],[256469,-199525],[262588,-214878],[260971,-221855],[266717,-225008],[261005,-230070],[264035,-219604],[264160,-218779],[261874,-225337],[263352,-224320],[268113,-228730],[257108,-227178],[257531,-226034],[260517,-226374],[268576,-234952],[259079,-6407],[257524,-3157],[260488,-371],[264619,-9941],[267653,-245641],[259162,-279771],[256203,-281780],[260294,-300604],[264626,-321786],[268560,-24111],[266142,-22953],[259988,-33093],[260166,-28106],[262097,-25442],[263832,-26239],[265348,-29251],[261942,-32091],[265853,-35599],[262138,-28327],[262158,-29675],[262933,-27594],[262930,-36142],[267515,-34776],[267969,-30884],[264162,-44754],[257394,-50375],[258449,-50062],[259263,-47434],[264389,-50156],[263066,-47771],[262230,-46175],[267977,-45383],[264727,-44408],[263902,-42898],[267086,-45889],[268108,-41968],[260271,-57144],[259795,-52385],[260538,-51065],[262963,-57588],[260733,-58761],[259207,-58170],[256883,-54262],[256423,-59010],[257753,-56929],[260109,-60663],[258376,-61816],[258819,-63736],[260963,-62360],[263035,-62480],[262518,-61506],[266493,-63213],[266331,-61411],[265378,-61445],[265294,-63247],[266304,-56476],[257334,-58205],[265568,-58801],[265535,-56521],[263585,-54825],[259234,-55974],[262536,-58794],[266245,-57514],[264106,-57106],[267328,-74107],[268553,-69790],[267575,-67789],[266795,-75333],[267791,-73747],[263766,-67251],[261707,-66329],[266598,-64707],[267192,-66678],[267447,-65500],[267421,-67162],[263734,-69866],[264839,-72685],[264614,-73071],[263636,-74764],[268649,-67880],[267667,-65574],[260137,-81552],[258531,-76660],[261162,-77940],[258451,12870],[256352,4966],[256658,9883],[261697,3789],[262088,991],[260823,2038],[260203,2230],[267876,1617],[264540,4640],[257232,14412],[265786,30536],[261414,31287],[257664,33242],[260490,28233],[262105,26975],[267693,405882],[266061,523857],[265532,521716],[264062,524307],[259807,532232],[261766,60999],[267112,62757],[266183,66981],[258771,68397],[262991,69475],[264447,100151],[258843,123858],[280255,-188266],[280031,-189619],[273536,-190281],[281427,-189446],[277435,-204317],[280670,-198458],[276719,-224902],[269326,-227394],[274338,-232108],[272471,-231167],[273132,-231970],[269009,-10888],[273363,-11629],[280577,-10955],[271737,-1578],[279287,-900],[280430,-4681],[279224,-253068],[272583,-247552],[269564,-281028],[279926,-25205],[275525,-13114],[276780,-15643],[271641,-23531],[279011,-25995],[268923,-28241],[273344,-33431],[276954,-33583],[276482,-33964],[272279,-31023],[276123,-37226],[276464,-35452],[274427,-36084],[279031,-28790],[276537,-29623],[278802,-32572],[270527,-27283],[273745,-26750],[278288,-26949],[280371,-36090],[270661,-49328],[269155,-50644],[279901,-38618],[274326,-44898],[275350,-44074],[280428,-43882],[280215,-41288],[276869,-44734],[278844,-44714],[280153,-44667],[280594,-39033],[273436,-38620],[274870,-40018],[280048,-49205],[281557,-45644],[270184,-47282],[271226,-43818],[269004,-38560],[270424,-45776],[271042,-59426],[272137,-60692],[271802,-55040],[271826,-63407],[271000,-56731],[270285,-53256],[273640,-63602],[272865,-58097],[274358,-52150],[275023,-61209],[277893,-61239],[279911,-53002],[276695,-56052],[280403,-61451],[276560,-54972],[281383,-52139],[278609,-56557],[274884,-60369],[280816,-61666],[273877,-51056],[280139,-71615],[276654,-75049],[274116,-71963],[275669,-73392],[269440,-72012],[275238,-80656],[271970,-82603],[272837,1146],[269639,1241],[269898,9680],[272673,5147],[277907,8526],[276314,2919],[281410,11238],[274120,4842],[280366,22867],[276406,22556],[272567,27377],[280251,26821],[277725,31619],[274358,403198],[268886,405381],[274058,407284],[272355,408383],[276674,405551],[272699,419084],[276432,417529],[277765,422062],[273665,411823],[277787,422707],[272371,521085],[270858,521730],[271113,519653],[277995,537752],[277744,534299],[275861,529359],[276807,525426],[280315,525614],[278047,544401],[269458,73152],[272173,68224],[274496,70268],[279366,71045],[277473,73132],[277645,72947],[277653,71756],[280096,75849],[277105,84189],[281121,77652],[275593,89039],[280824,101633],[277573,91218],[280702,108715],[269564,109135],[284873,-186709],[289453,-195978],[288109,-193805],[294212,-201149],[282842,-197331],[282415,-197104],[291283,-200257],[291627,-200733],[293909,-195315],[294036,-194441],[283440,-207945],[288880,-214545],[287765,-221492],[284156,-224502],[291671,-224257],[291984,-222387],[282302,-232321],[289550,-7317],[289746,-9103],[292499,-8473],[289264,-8965],[288023,-10754],[285640,-11547],[283430,-9166],[284216,-6588],[283914,-12269],[289745,-12290],[291834,-11519],[289293,102],[289422,-2781],[291177,-5058],[288503,-243090],[290969,-246356],[288443,-267359],[289046,-261256],[285584,-276882],[284030,-269462],[290225,-286943],[288550,-282296],[292736,-22572],[289776,-24940],[284969,-22967],[289708,-13129],[283939,-25157],[282803,-22214],[281874,-16040],[283561,-26178],[293046,-25498],[291721,-30726],[290541,-26518],[291267,-26825],[292375,-30087],[286749,-33840],[285286,-30530],[281840,-30491],[285192,-31614],[282733,-35395],[286196,-31209],[290602,-32445],[290859,-38104],[292159,-36849],[289478,-31150],[282182,-46377],[291443,-40838],[288964,-42113],[290710,-42361],[289957,-41856],[287027,-48385],[281948,-42906],[285563,-47427],[291414,-47123],[291891,-49585],[281688,-49309],[284310,-47281],[283556,-46338],[284639,-45256],[286660,-45940],[285776,-41699],[284844,-42437],[283052,-40481],[292526,-54304],[291901,-53920],[283023,-58422],[293934,-60871],[285252,-63346],[282342,-59106],[290693,-62417],[287088,-62089],[288036,-58575],[290097,-54377],[282262,-53994],[286069,-59344],[284317,-59936],[284069,-55049],[286035,-70835],[288081,-71671],[286990,-70801],[294232,-65662],[293857,-68306],[291337,-68152],[290639,-67828],[286006,-69413],[284996,-69448],[283853,-63997],[285210,-63994],[284139,-64966],[282262,-66450],[283516,-78296],[288938,-80323],[287745,-81275],[290463,-81202],[289528,-83770],[294166,9728],[288545,12640],[282633,4262],[290774,685],[286520,1382],[293164,605],[284400,3859],[291708,3850],[287236,6701],[290229,5358],[287998,7896],[284877,9639],[286866,11007],[283744,11634],[282890,24724],[288869,24447],[289650,19002],[286978,22275],[283762,460550],[287869,468422],[289672,467997],[292961,467877],[292668,462597],[285115,462403],[283358,461872],[282062,526847],[286842,62452],[285531,59544],[282289,61626],[284212,69782],[284386,68832],[281779,66454],[291865,78421],[290919,85630],[286603,87479],[285042,79196],[288077,78977],[282250,112912],[303728,-187843],[301377,-188048],[304059,-199759],[306780,-195541],[306713,-198102],[296177,-201833],[300320,-200182],[298601,-200132],[303240,-208755],[306368,-232278],[297639,-233205],[298417,-8296],[298466,-11656],[304836,-10895],[306436,-7599],[303437,-7322],[305567,-3059],[305688,-2037],[295469,-599],[297011,-5101],[294595,-4142],[305713,-245798],[303508,-263654],[303841,-24601],[298031,-23946],[302392,-25106],[300286,-19503],[295122,-24153],[296924,-21251],[298820,-18368],[306671,-12608],[297084,-12822],[296891,-30402],[303001,-31881],[300741,-34459],[301125,-34004],[302311,-33738],[295234,-33784],[295648,-34366],[295811,-35717],[303018,-27171],[304487,-28014],[298392,-27660],[299260,-25742],[299619,-41264],[298592,-38417],[299952,-39847],[301505,-42394],[298050,-45689],[296036,-48273],[296478,-44317],[305482,-46964],[305406,-45732],[294892,-50815],[296274,-63591],[297461,-60140],[307079,-54398],[296174,-63194],[300579,-60369],[300169,-59250],[298284,-61255],[299446,-60592],[302187,-59937],[301991,-59614],[296408,-54559],[295356,-59829],[295710,-58673],[304097,-52131],[294605,-53838],[295970,-52301],[295101,-54046],[295870,-58360],[296833,-58434],[295813,-64818],[300019,-69482],[298626,-75608],[297626,-69435],[302374,-74341],[302498,-68635],[298117,-64589],[299799,-70002],[297044,-69787],[306044,-76478],[297637,-68423],[296045,-66165],[301868,-67166],[300369,-68046],[297956,-66779],[299753,-64125],[294644,-72542],[295899,-71120],[299859,-81384],[300358,-81724],[294667,-79602],[299064,-81613],[300558,-85284],[304495,-88220],[298707,-87110],[305424,-86138],[304522,-86047],[304932,-78089],[297456,3654],[306466,8163],[305006,6607],[301330,7396],[298751,4467],[302513,1306],[298151,7068],[294742,6917],[303829,407005],[304291,414668],[304013,410108],[305929,418926],[303475,418473],[299230,466545],[298586,468880],[295285,467752],[305940,463349],[313778,-197877],[316471,-197034],[313451,-197846],[317045,-195298],[319665,-203679],[315783,-200104],[308425,-193196],[314815,-229322],[311906,-224723],[309762,-224361],[309023,-217719],[314953,-233871],[319699,-239571],[310150,-9088],[312124,-9250],[319697,-247747],[311230,-255702],[316387,-253418],[313889,-12651],[313891,-38158],[307803,-27435],[311630,-27509],[315233,-47058],[314183,-41215],[315123,-43092],[310401,-50998],[312759,-45880],[311372,-46065],[310435,-50615],[311170,-50435],[308535,-44609],[311480,-42771],[312352,-43626],[317111,-59227],[314357,-57501],[308132,-56898],[319759,-53833],[318992,-56371],[314751,-56154],[309119,-73785],[313478,-70444],[315956,-68891],[317858,-75681],[314015,-76136],[312312,-69011],[308586,-82155],[311808,-81161],[312391,-79439],[312139,-81239],[308478,833],[307816,4308],[310713,405471],[310004,408244],[313745,407800],[313928,405828],[312910,407982],[307227,422306],[309735,419959],[310194,416262],[307334,415262],[311414,410116],[314204,412164],[316793,410640],[316458,416220],[317197,421444],[316528,420137],[313322,430860],[312676,429261],[307972,425421],[307269,427290],[317198,425789],[319886,429515],[309328,434801],[314407,436727],[316659,435887],[308395,463542],[308940,464167],[322667,-205737],[320790,-204954],[323142,-204954],[323519,-204667],[321997,-205985],[323389,-245357],[329094,-258414],[330043,-259323],[326090,-267740],[325353,-62590],[323012,-58788],[323699,-58215],[326202,-55315],[327168,-58029],[326442,-61628],[324857,-62148],[320718,-61592],[322369,-63634],[321392,-68090],[327034,-65983],[323483,-64543],[329376,-81900],[326929,-77693],[328120,-77975],[321189,414287],[322680,416674],[321003,420784],[322989,413949],[324076,421486],[327362,422048],[328226,435188],[325688,434645],[320536,433422],[321919,431064],[321006,424185],[320715,429819],[325822,430193],[329278,433459],[331991,429370],[330796,428493],[330819,435943],[342977,-206988],[342232,-210611],[343627,-210906],[336464,-218621],[342456,-221072],[336003,-219778],[338129,-225236],[337943,-224728],[339891,-229696],[339572,-232396],[340086,-231077],[334205,-244631],[345507,-249271],[337122,-251941],[341970,-258776],[342870,-266715],[337611,-261743],[340421,-63036],[333583,-73482],[338311,-66643],[333948,-80746],[337640,-78162],[335597,434718],[339168,432549],[334875,430903],[344673,92263],[341485,95761],[342803,103488],[354435,-203288],[352314,-203131],[347546,-213495],[353317,-208381],[353517,-206091],[348327,-218639],[347906,-219071],[348206,-227815],[346139,-229100],[357982,-241523],[353206,-233436],[351672,-233908],[347745,-238796],[348193,-238018],[349257,-249346],[350830,-266787],[355281,-259795],[349015,-262524],[345983,-50065],[346190,-62530],[356556,-61532],[352391,-73274],[358300,-66112],[356935,135755],[357164,129941],[358250,133209],[357963,143078],[353169,84494],[347542,86473],[357250,88945],[347215,88168],[356685,93758],[356817,91926],[349818,95016],[347930,102235],[350632,105355],[352903,103168],[357619,108722],[350979,126500],[349427,120589],[351892,123437],[353483,124310],[356457,127108],[364276,-202348],[368215,-202189],[366071,-203139],[369501,-205423],[370947,-207821],[363776,-211151],[363969,-209099],[365210,-214159],[365391,-214068],[369364,-210067],[369267,-211295],[359949,-223930],[365468,-249249],[359285,-249565],[358962,-249144],[362297,-246931],[360572,-246883],[366805,-254908],[366371,-254461],[365793,-258398],[364626,-259113],[369037,-259901],[367865,-262005],[365701,-47669],[358528,-51758],[364114,-67460],[367031,-81402],[362921,-87482],[365507,-82102],[362277,-82998],[370062,-89691],[366716,-90407],[367942,-92897],[370707,12408],[359231,132032],[359173,135434],[369872,137681],[371138,139862],[369566,141548],[367453,142695],[363546,143215],[361156,143482],[371098,60481],[363127,86939],[364584,87230],[358829,88789],[359179,82480],[366218,93449],[365421,94039],[363361,102127],[360625,99674],[360748,100496],[359409,98941],[360952,93031],[362518,97316],[365105,104546],[361169,104014],[364781,106731],[367960,108674],[368430,111881],[368573,114624],[363301,106123],[360858,110992],[368729,118020],[368640,118620],[371135,119872],[365970,121583],[363324,122952],[363104,125207],[375086,-201008],[379922,-200123],[379273,-204320],[377379,-200768],[381568,-200174],[373680,-201410],[379526,-205416],[372376,-208608],[371428,-208570],[378165,-210047],[378026,-209105],[373239,-222547],[378150,-223011],[378114,-233780],[381651,-239280],[381732,-7614],[377526,-2157],[381965,-943],[381955,-2510],[381941,-7657],[371951,-251755],[382234,-245317],[377411,-259074],[377365,-260905],[382155,-17945],[382785,-19166],[382026,-20589],[382317,-25806],[375762,-44954],[381197,-59509],[380171,-52249],[377951,-76583],[377360,-93385],[379703,-95311],[382079,-96957],[380238,-92537],[372470,10685],[377193,137218],[372070,132606],[376319,131683],[378599,133777],[373934,130609],[380558,145399],[377675,142877],[371990,49314],[372722,47172],[381568,46304],[382807,46453],[378400,49319],[374834,42652],[376251,40831],[380478,39888],[373079,57136],[373440,51578],[371938,56108],[378643,58643],[379895,61635],[383687,56733],[381923,53607],[377473,102225],[383058,97833],[381250,100117],[373609,103888],[380486,105292],[371981,103632],[372785,105628],[380060,109800],[373111,118374],[374564,121510],[374930,120693],[375744,124445],[371658,124410],[372719,125882],[36911,131855],[38398,146978],[36314,147705],[35497,145217],[32431,260462],[394673,-199232],[389617,-204227],[390681,-199670],[387910,-210327],[387555,-210591],[386564,-210154],[391733,-219976],[386987,-225577],[388530,-237186],[387208,-6008],[385289,145],[388014,-7997],[390819,-8755],[387499,-10909],[389660,-2816],[393071,-898],[393328,-4677],[388217,-244823],[390753,-252958],[387184,-23975],[385149,-18955],[388801,-32698],[389292,-27446],[392869,-39082],[395486,137253],[393212,139379],[391507,136604],[387316,137135],[385062,141576],[392249,146364],[394208,150693],[388869,149123],[384788,141722],[384084,145588],[396435,145015],[394224,16550],[395077,17500],[386997,13126],[386992,16544],[389460,67426],[390235,68176],[394728,79457],[391344,81247],[386939,99338],[393615,98048],[395796,94287],[384072,97858],[388913,109873],[392188,109886],[392562,115400],[394137,115049],[395338,127466],[393201,124153],[392200,122157],[395026,119764],[393084,116772],[409153,-200125],[407528,-198527],[402229,-199594],[406330,-196799],[396882,-199161],[403837,-216274],[400445,-212541],[401639,-212400],[403005,-218626],[407071,-227261],[399380,-230668],[402974,-9773],[399877,-9884],[406986,-244755],[398220,-250672],[398130,-248426],[408447,-256676],[408703,-258794],[407910,-30752],[400651,137585],[398502,135565],[401237,140772],[407528,130657],[402366,130215],[402191,128863],[397578,128398],[408596,145487],[397256,147935],[400139,149956],[409251,154051],[396946,16668],[409014,59588],[405101,86515],[407454,85719],[401099,82855],[400587,97380],[405127,103543],[404157,107269],[407458,111822],[407196,110428],[401528,107457],[401717,113753],[398473,114861],[399012,110204],[407996,114777],[402747,121412],[398975,115643],[402246,127337],[398248,120684],[421953,-201005],[411863,-201996],[413626,-202575],[416262,-200385],[414782,-200595],[420890,-206125],[416346,-221876],[420641,-229134],[419866,-8680],[412776,-11443],[409741,-244175],[416206,-253204],[416660,-244054],[417326,-243943],[413447,-247499],[412606,-245785],[411847,-253971],[410547,-253014],[411939,-257838],[422341,-267535],[411279,-34152],[417901,137715],[420254,136919],[413457,129837],[417377,139778],[417311,130913],[417646,133830],[413387,148580],[418620,151974],[418755,158907],[411744,156222],[416544,50885],[417835,48565],[411917,50687],[410683,51618],[412382,52126],[411012,55397],[415731,57530],[422382,70918],[421258,72572],[421706,79357],[418398,84316],[421704,88320],[415172,94729],[418343,101443],[415595,99985],[411114,96629],[415880,97618],[420015,89877],[419623,114340],[412124,114597],[415834,104261],[416104,106494],[409837,110264],[415605,107845],[415339,117426],[421038,119440],[410094,121012],[415094,126454],[419543,125355],[421940,124682],[421190,126732],[423022,-204460],[423350,-200487],[433787,-209627],[433681,-209043],[424821,-208766],[424194,-213678],[422712,-210982],[431114,-216793],[433276,-214896],[429497,-218038],[431569,-224824],[433364,-229394],[422776,-239114],[429360,-241629],[433288,-233979],[430922,-239832],[434253,-230341],[430972,-12344],[423231,-250243],[425732,-244157],[433682,-249299],[433653,-247523],[433390,-249128],[434988,-254493],[434553,-254522],[426476,-262319],[434287,-267092],[434275,-258234],[434874,-256999],[433501,-259745],[433358,-260852],[432423,-25089],[422828,-25174],[424833,-19845],[425699,-20674],[431586,-15826],[435189,-14156],[433950,-20409],[431976,-23474],[426342,-25948],[434370,-93866],[428985,-94926],[427966,-92711],[430273,-92655],[429870,-92545],[425446,132984],[424231,129662],[423216,137241],[430128,136593],[431646,134937],[433120,134508],[431143,152643],[435163,152193],[428538,143841],[426584,142431],[423676,147761],[424821,163127],[429271,162153],[427928,163381],[430041,158681],[428460,156607],[431958,157556],[430489,153810],[434543,160562],[422883,162103],[429889,70144],[428890,72516],[427384,72489],[423955,70700],[422987,74023],[426377,75117],[426583,77450],[427050,83846],[422418,77485],[422691,87867],[429484,88563],[430326,99070],[434315,98509],[432669,94559],[426327,93129],[429483,102566],[427924,102545],[427405,111094],[431470,111756],[432873,107746],[433465,105322],[431022,122145],[427956,119828],[435081,123148],[434208,115678],[424104,125142],[426506,125327],[427166,127636],[442864,-212505],[441381,-211836],[445431,-210380],[435508,-207147],[437093,-213328],[435343,-227454],[436462,-223783],[440559,-225767],[446017,-223845],[446757,-218242],[441381,-231913],[441247,-232494],[440193,-231049],[439320,-231818],[446844,-241758],[441803,-240922],[440843,-245438],[435787,-249928],[438326,-249442],[439431,-250848],[437658,-254381],[437613,-253304],[440650,-254357],[440131,-253801],[442680,-43030],[445442,-43667],[437860,-44916],[440548,-43517],[435733,-93856],[444445,130798],[447926,132093],[441116,132235],[443831,134575],[439069,131685],[443809,145917],[441170,147282],[445679,145967],[441816,150485],[445892,153763],[443057,163359],[436563,161096],[445473,160033],[442126,159066],[435379,158980],[444363,153916],[437197,164517],[438497,164904],[443980,168029],[439807,167776],[446382,179054],[447796,170488],[443465,173308],[441545,173424],[440969,173506],[442019,177856],[442822,182854],[445441,182055],[442282,186235],[443106,186555],[447668,199581],[444889,193059],[442305,195400],[444982,196270],[446897,44728],[445993,50987],[446222,56504],[443693,54427],[442051,62562],[446051,69635],[443056,69599],[443667,71845],[446489,67922],[447434,68828],[438748,69488],[437341,67838],[447975,85674],[445540,84680],[445166,99874],[446010,97642],[446057,99308],[446108,102234],[441398,101770],[439850,101607],[436387,100020],[436450,102422],[447138,106343],[441811,108094],[442276,109797],[444367,104793],[446175,106029],[447573,110107],[446343,105659],[441361,114998],[439611,115231],[442612,127194],[449170,-212684],[458089,-215428],[458834,-217309],[453488,-225283],[458158,-218559],[450756,-223060],[449463,-222195],[448833,-222068],[456775,-221734],[455687,-220460],[457001,-238144],[452172,-243728],[448652,-247812],[450415,-254773],[452210,-245546],[455374,-249129],[460162,-244199],[451877,-24199],[458737,-19448],[453714,-17541],[452678,-24892],[458775,-16939],[452639,-20359],[452784,-23535],[449496,-31507],[451265,-35783],[450591,-28002],[449694,-38518],[460862,-60615],[460832,-65378],[456543,-68705],[455886,11220],[455596,9149],[454959,12177],[453834,11872],[448377,134948],[455242,132078],[459223,131923],[459384,135066],[451935,137110],[452166,138842],[453530,146753],[449525,144432],[448322,146666],[457707,148082],[459089,162163],[459650,158861],[456909,156673],[459294,154006],[456325,177270],[453578,178096],[449880,171376],[457079,169825],[448683,186241],[451630,184198],[453707,185016],[450612,180619],[453518,181153],[459154,186642],[459347,184987],[459816,182395],[460085,193135],[458140,192361],[458181,194840],[455571,199397],[453337,202476],[453029,201609],[456080,204483],[450040,203751],[448748,202104],[451327,200032],[450316,195984],[460368,207335],[459123,206000],[449797,37116],[450815,32838],[455790,47112],[455602,51365],[457979,49960],[459556,63576],[456280,62582],[456950,63285],[459326,61687],[459409,52368],[458260,56456],[450938,51667],[451369,54745],[453540,63998],[459087,68738],[453529,75542],[452702,76109],[449050,71110],[448047,75368],[458149,74219],[449443,85378],[457197,83433],[453763,81955],[459167,87033],[453828,78541],[452673,98839],[449959,98664],[456263,97789],[459926,93042],[452464,94636],[455749,93073],[449605,93554],[448696,109706],[451322,103709],[458781,107825],[458330,112913],[457483,125317],[450836,117687],[468280,-132630],[471042,-133267],[463460,-134516],[466148,-133117],[464705,-222397],[471068,-221855],[472095,-225465],[471067,-223861],[460984,-224698],[463043,-226201],[467130,-240319],[467078,-235264],[465849,-253446],[469888,-39034],[465385,-40624],[465547,-40342],[465640,-45175],[464552,-48215],[463187,-50940],[462456,-49334],[465725,-47294],[464789,-55984],[465033,-51104],[465790,-59708],[469687,-65141],[473426,-82014],[470979,-80073],[470187,130347],[469416,147605],[471255,148598],[468718,148758],[471179,143359],[473283,145676],[462653,152502],[463985,166278],[463238,164328],[464910,160279],[472328,164936],[462977,173530],[466625,168298],[466859,168194],[471558,171491],[464925,174548],[466664,174887],[463714,176224],[462660,172712],[470623,185900],[461498,184817],[463452,187196],[464939,186770],[465315,190532],[467865,189101],[466657,183574],[466526,182602],[466789,179416],[472951,202075],[470935,197398],[466159,198154],[464556,196734],[471108,214150],[466164,211442],[464277,215833],[473013,252693],[472425,244963],[461730,53872],[462356,72883],[466383,68734],[467510,72426],[470172,76070],[461361,87391],[461246,83933],[462989,83177],[473235,87311],[471544,104975],[464124,110513],[462819,106094],[472447,116365],[470467,121352],[468645,124271],[467065,118108],[475096,-121107],[476865,-125383],[476191,-117602],[475294,-128118],[478329,-224502],[484843,-228606],[477968,-222117],[480307,-223989],[475856,-224234],[479645,-231355],[486458,-235108],[477833,-233639],[481667,-231599],[482797,-241714],[482840,-241884],[474312,-76319],[477259,-75691],[481225,-83388],[478873,-79478],[484014,-85680],[475915,-79892],[474194,-78942],[473672,-78594],[474925,-83342],[485343,128528],[477775,130823],[485875,134671],[475715,148976],[475469,142530],[482756,149666],[483750,146756],[483834,144132],[480962,146710],[484610,159924],[475233,164887],[482578,165444],[474027,162005],[476631,170929],[475485,169690],[474711,173990],[478219,177167],[474963,178558],[480131,172715],[480595,175900],[477027,190356],[473790,188175],[481042,182012],[479567,181791],[482621,185460],[479360,180819],[481671,180631],[479169,182892],[483637,197738],[479629,198095],[475994,199521],[475393,194399],[477162,206759],[484555,205255],[476586,205722],[484285,210259],[479483,220449],[476476,227158],[485708,240829],[484250,242266],[479235,241639],[474033,232485],[483543,236074],[479166,248819],[484666,243754],[482894,248105],[483224,253143],[480021,253360],[480316,252823],[474540,256008],[475337,249065],[474244,245027],[477030,243801],[480864,246716],[485493,265510],[482999,258629],[477451,258978],[478097,260775],[482754,263762],[486271,263155],[481688,269074],[482376,75513],[479312,75607],[484674,68999],[485707,76166],[476751,80269],[474856,78246],[484195,81671],[485925,89160],[477050,97291],[476194,97509],[477553,98920],[480917,91123],[483360,108327],[473726,119225],[473989,124497],[473650,126792],[474667,125465],[474815,127851],[476815,127469],[480714,115706],[482208,124774],[479727,123353],[481188,121251],[480381,118162],[491325,-136894],[490517,-138825],[491240,-134775],[488056,-138934],[490152,-137815],[487115,-138305],[488787,-140540],[490633,-140704],[490195,-151159],[489984,-150624],[488064,-147844],[489564,-148644],[490389,-145584],[490139,-145031],[488782,-226746],[496229,-239550],[492295,-234771],[493739,-235040],[487431,-232210],[487651,-241220],[487148,-241300],[496743,-86317],[493647,-87933],[490950,-88326],[488767,-87618],[495537,-85528],[492780,-86999],[491575,-88328],[493486,-76682],[494288,-90018],[487841,135614],[492088,136919],[497607,153167],[498388,149720],[497719,144527],[495079,142494],[488437,155256],[490113,157896],[492205,201658],[492438,211730],[486615,214081],[494821,208058],[491130,213666],[495247,210741],[496284,223979],[497163,220653],[497652,224170],[489438,222038],[490055,224221],[487110,224884],[495317,230757],[492333,240290],[496058,234388],[493700,242016],[490310,241324],[487764,240446],[499053,252183],[499013,254911],[495074,245533],[495141,246610],[493823,254733],[491685,245052],[490896,246587],[494067,250170],[495120,262019],[488918,268786],[486471,259621],[487380,261085],[491906,261089],[494526,261088],[497138,258731],[497252,257983],[499000,33837],[499116,47396],[496490,46231],[497827,45718],[493214,58986],[490495,62480],[491369,57742],[490328,73972],[492277,69892],[486598,102209],[502859,-165291],[502023,-170062],[500116,-170454],[500937,-171316],[501626,-171864],[501753,-168107],[502951,-166685],[501131,-167469],[504473,-169078],[509614,-175280],[506825,-172988],[500057,-237279],[507412,-62149],[510447,-59797],[503600,-75832],[509525,-68416],[510883,-71613],[502298,-66921],[509810,-72262],[505980,-93250],[505286,-93098],[505982,-102010],[505391,-93024],[505103,-99411],[506081,-92069],[505639,-92395],[500757,146082],[505207,150289],[509239,147290],[510026,145549],[511000,150467],[508580,149701],[507110,150385],[507092,142750],[502389,143173],[500513,154402],[500419,158313],[506477,159702],[505431,164239],[501326,163201],[502600,158594],[504995,167839],[506446,176712],[504965,172460],[506054,176224],[511611,184935],[507323,179582],[511519,183507],[509256,183140],[500803,195460],[507430,201412],[508653,197536],[499479,196519],[506387,199069],[499938,229439],[500252,226409],[507497,230357],[501225,242788],[502851,239554],[504323,239693],[501888,236458],[503497,235873],[500379,231775],[502878,230671],[501180,235444],[503833,231610],[501235,249829],[502940,246876],[499844,37908],[509410,35835],[506407,39161],[504312,41769],[504976,46131],[504872,47899],[505109,53538],[505907,52166],[502443,58049],[501495,58854],[47650,139339],[43659,130011],[41669,151212],[521750,-62117],[518259,-61647],[519907,-59416],[513072,-74605],[519948,-67199],[519727,-70067],[523164,-75606],[518769,-71579],[523535,-69714],[522072,-66120],[522868,-71053],[521000,-65642],[514094,-98033],[513460,-101852],[512860,189166],[514392,185173],[513860,183613],[518218,187456],[518958,189584],[516697,191012],[512531,191152],[517543,182936],[519387,183253],[521236,187156],[522663,188534],[523688,193800],[523446,193982],[519262,193629],[518701,193208],[515330,205036],[514105,209194],[517126,210535],[523717,44776],[520461,53732],[521696,88659],[517956,85529],[524021,93687],[522435,93082],[520908,100240],[523948,104795],[522827,106639],[519111,104023],[518521,110515],[519979,116382],[524775,117505],[536046,-66365],[535843,-65028],[531339,-80037],[534447,-80274],[534070,-87626],[529272,-88294],[532325,-94712],[527006,131600],[531235,135159],[533740,140324],[537019,25819],[524804,41316],[527234,42618],[528529,42542],[530695,48430],[528169,49648],[532473,47506],[535935,44242],[532620,52143],[529664,52884],[525175,53569],[528246,58306],[526186,62447],[534344,60872],[536849,52111],[536311,54891],[534242,62481],[536864,67593],[536839,65692],[527169,68654],[528680,69284],[524812,75375],[530257,74520],[528861,75497],[527543,81051],[529821,83693],[536852,80681],[529200,88225],[526491,84157],[534010,84833],[533654,81665],[530978,101060],[532412,93635],[531837,91187],[532760,104851],[530063,106364],[528463,103188],[526723,105428],[528231,123030],[527822,127714],[528028,116341],[539246,-62090],[537878,-66850],[542870,-99242],[548858,-105527],[548719,12033],[547083,131239],[547303,132590],[549857,139299],[540427,129595],[541916,138569],[544283,139380],[541691,142390],[545114,18394],[547456,24106],[544905,22385],[546265,14014],[549137,50789],[538329,50098],[540348,47205],[538750,51248],[540246,42320],[548249,44250],[548483,44685],[542968,47010],[541871,62855],[540877,57548],[542262,58142],[547994,59010],[543710,56063],[538037,55690],[538259,59917],[543838,75282],[547498,71017],[539224,80903],[538578,78817],[539553,82695],[543657,80083],[548945,81440],[546729,85743],[548167,91637],[544835,96732],[545404,113482],[544319,103979],[539799,120090],[553490,-102200],[561105,-100630],[561689,8541],[562712,3749],[555759,5614],[553237,11763],[550539,128786],[556163,153074],[552510,15543],[550609,13654],[552523,25272],[556906,22401],[561140,26625],[557599,26828],[551069,50191],[555285,49879],[559080,51699],[553698,58215],[559403,65851],[562217,70697],[552490,78632],[551576,87584],[552942,94379],[550841,102332],[551659,102052],[555327,123159],[551118,119515],[556642,116317],[575115,-4649],[572716,-951],[569075,25],[570948,-14519],[563824,-18834],[568110,-95563],[571513,4431],[568522,5646],[566420,3996],[564191,23440],[568448,59035],[572688,62257],[573771,58800],[565353,55265],[563391,52330],[570618,75774],[572056,74607],[569396,75432],[583539,-1444],[579747,-1482],[585797,-18561],[586088,-14260],[576601,3283],[577336,8579],[580097,63456],[577937,58844],[600259,-12347],[601273,-9797],[595473,-4239],[596317,-5243],[589477,-2],[589002,-1406],[590632,-13115],[593422,-12956],[596044,-20691],[598981,2464],[594329,1869],[605354,-7404],[607329,-2752],[611331,-3107],[602469,-22349],[608402,-19882],[611379,-20967],[612482,9436],[612150,5966],[613207,1120],[606150,756],[602208,10193],[604506,12896],[614854,-3850],[616510,-7345],[616474,-7436],[621624,-12309],[622928,-25208],[626507,-20296],[623053,-17554],[615502,-34391],[614954,-27738],[620691,-27102],[623844,-30819],[625329,-37500],[625435,-40015],[629722,-23907],[630501,-21286],[630674,-31719],[628717,-28449],[628333,-37935],[634509,-40613],[629765,-46543],[630793,369439],[52645,135690],[54717,125298],[56980,126844],[640742,-19402],[640850,-15671],[644616,-31741],[644930,-38113],[646776,-42341],[645563,-48992],[647270,-48317],[645547,-62151],[644528,-52105],[641781,-62247],[72406,131990],[69265,132258],[66240,112926],[69202,112841],[71645,105704],[73256,120625],[802128,524956],[805137,537471],[805594,531039],[806048,534364],[799028,531909],[802805,529824],[810999,524366],[807321,520241],[808323,519711],[813281,519721],[813380,522932],[817812,523094],[819019,521518],[818848,534034],[818375,535856],[817796,535398],[815802,532666],[812929,528180],[814113,532364],[814327,536430],[812181,534093],[807143,536588],[808142,526567],[811109,527295],[818702,527769],[818964,528803],[820903,517572],[822276,517785],[823360,517174],[824942,519827],[821120,524638],[824805,522705],[828475,515333],[829188,516654],[829783,514135],[828915,520106],[826996,522167],[831141,521477],[821383,529349],[820004,532795],[823402,532945],[830512,534566],[830612,532882],[826031,536926],[830135,535221],[825888,526966],[826014,526798],[830724,528513],[830911,542470],[830668,540632],[827674,543650],[829115,543566],[820144,543863],[820730,544476],[822881,548306],[827402,545069],[823882,544342],[823683,542343],[823415,538959],[820299,541442],[827163,540100],[867724,470068],[867701,472047],[869054,503790],[868500,504159],[863937,507518],[862099,509494],[861128,502009],[861646,500669],[865608,504619],[864671,499473],[865334,506650],[864647,510918],[867165,509382],[857929,522275],[857627,521301],[857883,519546],[868667,518892],[860007,523501],[858973,524451],[862593,524934],[865793,520503],[866044,524906],[863620,519412],[864088,518145],[861637,516938],[867881,513129],[870127,513637],[864518,534425],[859268,526826],[864310,536155],[867110,536458],[867856,533908],[866827,531303],[862808,533972],[860582,536562],[858576,536569],[861818,526636],[861965,527109],[863036,525443],[863008,525963],[866455,528730],[864916,525448],[870172,525461],[860375,543847],[864634,550333],[862013,549372],[864150,544040],[865562,549240],[869665,548820],[866199,549987],[867778,540410],[867867,544617],[866471,545760],[867820,543047],[870355,538563],[870025,539394],[860315,540957],[857678,539067],[865899,557165],[861641,558748],[860208,555741],[860191,557930],[864113,552719],[869350,550678],[863229,551257],[873824,469132],[874004,468134],[871148,469186],[874253,491608],[879733,498436],[877164,496800],[877050,495711],[873962,497058],[874423,493659],[872889,508692],[875537,510807],[876928,506156],[878523,502781],[877394,502694],[876936,499414],[871512,499874],[871555,500615],[870501,521569],[870480,518618],[872252,515352],[873411,513026],[870750,530657],[879565,546574],[882335,548604],[877567,546206],[875415,549497],[876751,545701],[874252,542308],[876433,546862],[882217,563054],[877730,561714],[870943,562973],[870989,562689],[882235,557822],[880205,560778],[876644,552487],[876806,552473],[878441,552807],[873450,556940],[875850,559338],[873852,559630],[882688,554212],[882393,551100],[883127,553348],[890550,-84341],[889439,-81168],[895463,563263],[886303,559649],[886868,560952],[884005,558737],[887268,557331],[884857,557204],[889616,554862],[889624,556909],[893728,552590],[894420,562567],[891688,560964],[891913,556779],[890154,560174],[80818,101353],[85783,110025],[905722,522310],[904167,525414],[903908,529693],[904685,529949],[904967,529138],[905134,527488],[903229,557809],[898168,556018],[902975,562968],[906418,563195],[896570,552624],[898864,556357],[900169,559127],[897803,561052],[901034,560306],[901507,569391],[900388,567201],[903761,568989],[903807,572205],[905557,567475],[906878,587326],[898279,576716],[906247,583411],[903024,587716],[902390,585587],[907172,581518],[899571,578426],[900663,579804],[903412,577733],[907840,579847],[902432,589453],[900058,594833],[897623,600351],[904154,592354],[906279,592906],[902743,595684],[904462,597259],[902265,598602],[896924,589262],[899859,590280],[916112,458497],[911514,460985],[917912,455441],[915027,451448],[913771,450614],[909794,463733],[913353,511326],[914087,511463],[913392,511186],[914289,517579],[910125,518210],[909438,513851],[908915,523682],[914863,562750],[912786,563729],[913010,566853],[918412,570201],[915061,568397],[914951,568564],[921038,572984],[920565,572351],[920329,570681],[912851,573121],[910113,576103],[915912,588877],[921412,584094],[910429,588551],[910764,579948],[911671,580343],[913267,579760],[917214,583899],[920328,583886],[921396,578431],[918816,579723],[920275,579214],[911923,578173],[918937,595110],[913042,599254],[917386,597892],[920905,590327],[921260,592931],[921454,593505],[909395,594208],[909249,592386],[912071,599774],[912231,601323],[914225,599061],[927856,-115806],[929895,292548],[932517,285708],[930758,574444],[934192,578750],[933882,585524],[926521,576669],[933877,586321],[928400,576322],[927216,584554],[923257,587702],[929904,578460],[926879,582456],[932161,582443],[931898,583512],[932799,580747],[923650,599741],[932365,589934],[927790,591090],[923082,601101],[933234,596721],[931648,599691],[930491,595815],[926797,590437],[928329,600318],[924776,595135],[926240,599456],[922044,596697],[923913,595098],[935084,-132623],[935834,291825],[936658,289204],[938281,284659],[941346,310994],[942102,366018],[944175,366042],[937116,582298],[941939,577335],[940941,577594],[941993,583716],[944639,577753],[945184,580627],[944291,580306],[946093,578055],[946740,585424],[936763,586292],[939853,585263],[940278,589160],[939286,592284],[946191,598154],[945460,598454],[943674,594735],[940511,596219],[940679,596883],[941085,601791],[958238,-137750],[953871,-146381],[955726,-150072],[958370,-151859],[950337,147676],[954906,141788],[956666,154066],[953611,177187],[949344,177474],[957708,185088],[950293,190727],[952012,185448],[958288,208580],[953492,288035],[951324,367584],[948839,368133],[952360,588551],[950199,583817],[958787,587191],[954027,587895],[949776,580441],[956496,583715],[948702,581946],[954171,586321],[957156,582157],[953366,583510],[953765,583050],[950317,600779],[953915,598789],[955806,592789],[958617,595812],[958969,593598],[955146,591146],[952368,589433],[950952,590530],[949496,589895],[947344,592278],[964658,-137576],[966881,-144811],[971400,-150608],[962347,-150942],[964788,-156261],[968305,-157915],[968334,134691],[965794,130386],[964812,133673],[965427,140463],[963928,137030],[971180,136228],[970163,151977],[970352,145846],[965260,145204],[967469,150879],[963456,145589],[963559,152609],[964059,148356],[970381,148036],[967291,143498],[969111,164856],[967875,156404],[963851,154180],[965104,177525],[964018,178704],[970451,171041],[966545,209341],[968295,214516],[972257,209266],[968293,230004],[971902,218106],[972767,233243],[968014,231689],[970278,235731],[970701,241179],[970941,243028],[969157,237612],[972561,232139],[972675,246208],[971917,284368],[961789,283771],[961438,287834],[965981,590708],[970125,589666],[969729,589610],[960810,590236],[961964,589656],[962827,593970],[965170,591926],[960419,591930],[971609,590696],[970661,597467],[969675,598782],[970669,595295],[962127,595282],[964629,601592],[966145,597187],[970782,114530],[966866,126524],[969435,118635],[965905,121412],[972908,-142818],[981199,-160650],[983148,-160960],[982818,-159178],[978346,-159890],[981959,-175433],[983258,-170832],[978503,-187522],[983808,133860],[977980,129763],[976854,138335],[979676,143135],[978597,149426],[982036,162428],[983101,158202],[975428,162862],[974448,156371],[973522,171029],[982189,207007],[983904,211964],[984363,216157],[976777,214179],[976492,215787],[976768,217611],[976822,207447],[974648,223390],[984190,228468],[977420,222129],[977205,227313],[980142,217802],[982043,218669],[974258,231746],[974916,233231],[982375,237060],[974486,237961],[975342,241145],[978799,241494],[977073,234161],[979495,245387],[973632,249241],[976027,250906],[973208,248974],[979538,254244],[982081,253753],[975010,288751],[985524,599395],[975994,590697],[985260,596266],[984713,593068],[982180,591321],[984589,593791],[973867,590985],[975066,589832],[974240,589861],[979929,598725],[982639,599118],[980695,595197],[979786,601128],[973628,599317],[978069,96698],[978161,99910],[983110,101930],[984604,102575],[977416,114544],[981129,103086],[980373,103883],[975048,122597],[975397,119014],[988240,-160172],[991708,139445],[987137,128355],[993866,146368],[998189,147749],[987264,148095],[987372,143393],[987281,162741],[997267,165932],[995430,199956],[996053,204604],[989603,204412],[992135,202523],[996109,200038],[998310,197945],[988134,216991],[987991,215264],[987978,213187],[995751,237276],[988610,244741],[990985,246398],[986178,248700],[988455,246844],[990545,247402],[996093,254973],[987819,252613],[986700,257722],[990995,256415],[987257,595355],[991116,594815],[987907,592879],[996990,594987],[994713,599261],[990546,601450],[987939,601438],[986262,94227],[988984,95318],[996236,105270],[994968,105590],[1002705,-163133],[1000936,-163071],[1006653,-161264],[1003215,-169298],[999246,149002],[1005604,147577],[1008966,160243],[1010527,162263],[1002439,161853],[999426,155447],[1001250,157126],[1002985,170545],[1006816,181323],[1011106,198763],[1000948,202968],[1010327,197780],[1004918,202034],[1000973,194218],[1004575,209410],[1004283,209679],[1003441,209253],[1009960,230176],[1001671,242962],[1006945,240643],[998933,254625],[999805,252342],[1007514,245407],[1010661,244248],[1005185,600409],[1001249,598721],[1011081,604852],[1010998,606019],[998438,602024],[1004120,606444],[1008060,607008],[1000722,609807],[1010922,614407],[998743,606578],[998573,98555],[998683,97755],[998798,100735],[1001332,104021],[1023534,146529],[1020187,150282],[1017293,145920],[1013677,153724],[1015057,161415],[1015737,157101],[1021897,153966],[1011727,169039],[1011224,184584],[1016813,186093],[1013797,185363],[1015719,188249],[1011538,196547],[1011834,197211],[1017949,230382],[1011705,228116],[1014788,241098],[1014640,234728],[1011203,242547],[1018215,236011],[1018741,240319],[1016955,236894],[1014249,237015],[1012297,245889],[1016413,247127],[1011324,251404],[1021366,245987],[1019767,244098],[1021724,549774],[1020107,594649],[1012334,594317],[1011813,600268],[1018473,596887],[1022385,605825],[1022754,606693],[1015434,610861],[1020479,610116],[1016629,612059],[1016853,614468],[1021133,614450],[90492,107281],[1036773,152382],[1026719,150631],[1032547,145494],[1034786,154162],[1028136,154409],[1031009,160202],[1028151,227308],[1028248,226890],[1036138,229509],[1025552,231627],[1024376,239042],[1030693,231148],[1028988,241997],[1033385,239582],[1027332,250621],[1027055,253387],[1035867,489264],[1034629,509641],[1030636,501061],[1029933,520604],[1030505,536895],[1029229,531527],[1036432,532002],[1028372,556010],[1028893,554666],[1036552,600059],[1034821,598640],[1035536,592048],[1029931,594981],[1030531,593875],[1030449,590564],[1024495,592551],[1033114,599780],[1033136,599704],[1035071,605545],[1026290,601890],[1033124,605569],[1034487,603385],[1026478,603168],[1031666,603746],[1035139,609626],[1034200,607671],[1030763,610744],[1030890,613468],[1028636,607222],[1024479,604350],[1027472,605239],[1026727,613926],[1024952,608602],[1045290,151300],[1039926,147277],[1045946,146038],[1047794,154185],[1046356,182387],[1049100,184786],[1049399,230090],[1036819,230475],[1047578,224784],[1040979,236202],[1048850,256876],[1045874,261000],[1043184,454334],[1049036,469944],[1039682,481743],[1047075,502485],[1039222,500822],[1040670,502038],[1036810,608673],[1041522,605530],[1043560,607530],[1041180,611374],[1038869,606816],[1047471,610643],[1045917,612627],[1041457,613889],[1041301,618071],[1044734,620375],[1040257,618130],[1042243,623028],[1045455,619334],[1046850,621303],[1047109,620007],[1040823,619113],[1040988,623458],[1039166,617750],[1040717,617622],[1040346,620280],[1042054,627633],[1049160,633838],[1047732,631761],[1045079,631222],[1038291,627452],[1039648,633399],[1042033,634551],[1043736,633736],[1045156,634238],[1041596,636102],[1037467,637573],[1059788,152841],[1057289,153366],[1051535,154896],[1060233,178123],[1055034,184507],[1056243,189063],[1061575,181541],[1059613,180164],[1053175,183164],[1051050,187694],[1058398,183455],[1060904,185058],[1060758,182074],[1054035,186544],[1058367,187390],[1055380,183877],[1056449,181537],[1061024,216001],[1051640,222561],[1056880,256686],[1051042,259341],[1052731,467686],[1051346,485499],[1051452,494560],[1053528,514125],[1049616,625746],[1051202,620665],[1054936,619798],[1053633,624729],[1053117,620401],[1054476,623699],[1057934,626665],[1056057,623502],[1056168,628213],[1057813,634563],[1057465,637013],[1057544,636892],[1061636,628829],[1061655,632678],[1060465,636269],[1059692,633674],[1054773,639351],[1069241,151212],[1072375,165297],[1073310,158811],[1064534,156876],[1062620,155458],[1069026,154003],[1063301,178879],[1064413,179256],[1064449,171038],[1065657,173541],[1063545,177194],[1064215,175043],[1066449,176876],[1067549,173188],[1069565,179165],[1065351,174261],[1072035,176508],[1073902,172093],[1067188,178691],[1062454,189402],[1064521,190110],[1062903,186582],[1066801,191262],[1065318,188481],[1068469,188805],[1063647,193602],[1063679,197432],[1065761,194575],[1073914,192553],[1074955,201888],[1069711,204183],[1074216,195063],[1065342,212507],[1074154,205892],[1063567,223239],[1065859,219757],[1074095,256431],[1069853,257857],[1065210,291445],[1073122,292407],[1069997,297695],[1073261,297773],[1062788,468835],[1072762,518340],[1063285,525501],[1067299,529472],[1075113,526662],[1063809,546237],[1072831,542946],[1062706,543253],[1062544,626763],[1074140,626737],[1069314,623790],[1069210,623400],[1064630,627807],[1072210,633678],[1071648,632037],[1066955,628429],[1073906,638553],[1064203,636423],[1063594,636616],[1062407,629076],[1066990,631384],[1067245,633019],[1067705,630303],[1069659,639419],[1069901,634490],[1068955,633710],[1077429,162041],[1078478,173530],[1075799,187750],[1076017,181662],[1077714,196600],[1086321,235758],[1087261,281111],[1083078,277099],[1079998,282200],[1078738,526817],[1075989,536977],[1076137,547997],[1076555,634724],[1080092,638279],[1080395,638517],[1083266,639777],[1080618,638496],[1085945,633425],[1078398,633670],[1082836,634417],[1083289,632126],[1080405,631223],[1081489,632391],[1075204,629173],[1082669,639847],[1092863,237839],[1094364,242892],[1094957,265537],[1098754,257058],[1091330,330088],[1094615,337533],[1092709,343201],[1096938,625414],[1088111,638097],[1089923,634710],[1100527,630676],[1099858,631062],[1097986,636498],[1095165,629775],[1091989,640007],[1094047,632824],[1096573,631900],[1095672,632288],[1097870,638081],[1102676,252202],[1105190,255310],[1111368,306800],[1105613,315934],[1101694,312713],[1101023,307805],[1108284,322444],[1109081,329588],[1102543,325627],[1109111,336471],[1104404,626125],[1107582,621919],[1101145,620847],[1103775,625504],[1106885,627051],[1109358,623814],[1106873,635024],[1108147,640035],[1108165,636451],[1107171,627979],[1101997,634152],[1104123,634327],[1102139,630354],[1110437,632131],[1109929,634629],[1102355,639486],[1112283,639406],[1111329,631819],[1108628,629788],[1117537,305684],[1122036,350331],[1125219,622083],[1123253,624084],[1123375,623420],[1122852,621093],[1126312,624020],[1125003,620560],[1114708,622875],[1120663,626272],[1115672,624919],[1122768,636626],[1122538,638018],[1125609,627729],[1114641,638127],[1114941,637715],[1117707,634321],[1121983,634254],[1119854,631159],[1113859,629671],[1123854,638660],[1122089,640064],[1117352,636595],[1116251,638764],[1137879,267013],[1138989,261431],[1137143,266742],[1136918,272720],[1133910,279581],[1135420,275959],[1136388,282588],[1134812,289373],[1137852,293655],[1136316,286552],[1132796,348731],[1131125,347234],[1130880,613671],[1131089,614357],[1136411,614245],[1139185,615765],[1137525,617925],[1138156,618476],[1138606,618414],[1133812,617758],[1135895,616377],[1128587,618378],[1128817,620458],[1130260,625265],[1136208,619780],[1127460,622916],[1134408,625284],[1131155,621641],[1130352,623937],[1130503,618328],[1138977,637465],[1139116,629961],[1128847,636265],[1126790,637823],[1132829,631026],[1137718,632325],[1130794,635965],[1130110,634625],[1150920,254519],[1146235,254954],[1149915,252803],[1142418,261475],[1144284,268818],[1140923,257867],[1151443,264075],[1146311,265357],[1148387,266682],[1148313,268353],[1144256,256263],[1149650,261284],[1151408,270171],[1148243,273237],[1147179,277346],[1145064,278094],[1146974,271280],[1141846,274376],[1142537,281001],[1141658,279201],[1142227,292796],[1141472,287571],[1140392,294274],[1141709,290224],[1144170,305317],[1140722,297178],[1142973,301506],[1151472,307031],[1145369,346034],[1144173,613784],[1151605,613911],[1150167,611107],[1148618,626727],[1147376,616441],[1151215,617366],[1146960,615152],[1139539,621844],[1146621,625308],[1141002,623299],[1143364,617664],[1145217,618407],[1146214,618519],[1151417,626487],[1150290,632551],[1149118,635755],[1142664,631489],[1140480,634160],[1140226,631169],[1150946,638723],[1149862,639494],[1145302,636832],[1141787,637694],[1142786,638117],[1145373,629317],[108443,111473],[107684,111304],[108390,114098],[108728,114553],[1152928,261091],[1156061,262998],[1155464,264399],[1157397,262466],[1160947,263656],[1160468,257925],[1153204,274932],[1163242,279515],[1162586,285385],[1161033,285277],[1160890,302800],[1153185,305428],[1157174,302706],[1152018,309807],[1162285,343467],[1161129,336418],[1154163,340226],[1162602,346645],[1160840,534436],[1161049,532393],[1158283,533858],[1152565,544858],[1154330,544146],[1158027,541447],[1155968,537851],[1159496,613482],[1162394,613152],[1163965,613021],[1157764,614310],[1152004,612247],[1158250,611498],[1155620,612793],[1160733,626314],[1156320,623303],[1157549,622871],[1152831,617626],[1163510,623494],[1160366,614711],[1156571,625296],[1153057,625602],[1154763,638648],[1155227,633721],[1158401,628264],[1159001,629333],[1161411,631795],[1160920,630175],[1153256,636563],[1168600,200390],[1169766,204938],[1166454,209536],[1174568,207312],[1173984,210150],[1173001,224615],[1165559,221669],[1176880,233647],[1176091,239912],[1165812,248184],[1166020,259774],[1165666,281657],[1177156,291649],[1176239,286916],[1175718,284277],[1174237,289621],[1175959,294506],[1177560,301980],[1166016,296325],[1176623,297766],[1175200,318467],[1174793,311965],[1177151,345257],[1170343,349416],[1174739,352213],[1177129,523569],[1171506,531101],[1172210,531932],[1174720,529052],[1171737,529891],[1167128,535732],[1167558,529736],[1170369,612547],[1168550,619859],[1176218,626761],[1174593,626728],[1170744,621468],[1171745,624057],[1171042,618757],[1177047,616668],[1174961,616781],[1165011,619754],[1167008,620607],[1167611,620651],[1167205,624253],[1166304,616132],[1166465,617288],[1177579,629479],[1175959,631557],[1175519,630666],[1177248,633036],[1168556,639923],[1166190,631990],[1166894,632227],[1166454,635252],[1166398,635295],[1171996,635865],[1173086,634142],[1174296,639638],[1165189,628426],[1165771,629142],[1190180,171459],[1182522,212141],[1183467,211445],[1180754,221521],[1180251,218959],[1189117,241977],[1186789,243213],[1187660,239632],[1185747,249222],[1190214,255059],[1181646,276715],[1183400,281788],[1178547,287895],[1177819,341770],[1188887,347331],[1185732,404495],[1182127,408525],[1187809,398564],[1185103,411920],[1186459,412095],[1186474,419942],[1186627,416160],[1189013,429603],[1189407,437843],[1185426,445936],[1187794,440910],[1184292,522150],[1178888,522814],[1184286,526103],[1178429,623502],[1179181,625529],[1178004,626353],[1180055,630879],[1178267,639439],[1194613,148470],[1201968,148497],[1194513,155187],[1195087,158001],[1195667,165523],[1200047,166198],[1192975,168055],[1197532,168646],[1194197,180082],[1202355,237325],[1198459,242892],[1202095,234565],[1190649,246983],[1191197,252789],[1202486,291748],[1192495,296560],[1202176,294868],[1200841,297028],[1197793,300117],[1202254,303819],[1197634,313240],[1200508,316130],[1199742,328094],[1199412,329844],[1201645,320221],[1199621,333160],[1195203,409406],[1192681,409720],[1191761,403080],[1196555,415353],[1195163,411000],[1196456,415319],[1195553,415981],[1196573,421849],[1193190,425839],[1193837,429877],[1194269,425620],[1195448,460690],[1195692,463446],[1215147,202528],[1206156,228196],[1209312,226468],[1206465,221390],[1205172,235318],[1209037,272623],[1215795,281472],[1215055,279395],[1203593,283825],[1214642,291571],[1213887,289804],[1211307,293257],[1211974,284089],[1205197,296886],[1203947,301342],[1208971,301588],[1210486,305669],[1212158,305316],[1203797,305627],[1210340,298515],[1211526,297232],[1213775,310592],[1211569,312822],[1209759,317405],[1208129,319074],[1210345,319378],[1208501,324422],[1212719,326592],[1209305,324851],[1215216,364243],[1208277,364292],[1205845,368008],[1207928,361367],[1205249,360346],[1206121,366471],[1208168,364745],[1204358,369980],[1210722,369026],[1215561,363911],[1215406,374204],[1211816,377300],[1212037,373532],[1210624,376343],[1208334,378951],[1204967,373218],[1206208,374987],[1205172,376635],[1207627,376171],[1204587,380725],[1210947,392305],[1204505,390244],[1209871,407544],[1209873,403062],[1212270,405199],[1214574,408652],[1214980,421521],[1215827,422371],[1213591,410987],[1209705,410284],[1215636,417827],[1205089,457513],[1203703,458752],[1209480,454282],[1215225,633786],[1222125,143170],[1217438,147137],[1225330,148100],[1222358,141014],[1226184,187302],[1222731,190442],[1228792,240149],[1222256,282967],[1225057,281822],[1226410,289002],[1223270,292594],[1226694,297532],[1225228,296545],[1228138,346878],[1217311,362323],[1219963,361654],[1216429,366027],[1217382,372397],[1218854,373866],[1224253,398253],[1218804,420847],[1223235,419726],[1220836,624496],[1220188,624807],[1220645,624279],[1222569,626633],[1216971,633426],[1216608,634604],[1221867,635699],[1219785,633899],[1220054,632540],[1218894,628198],[1219191,629750],[1216933,629462],[1220430,629814],[1222661,628063],[1226030,113881],[1224846,115172],[1220625,120591],[1224335,118939],[1229028,138658],[1229989,130721],[1229439,183532],[1230586,186112],[1230066,193776],[1234388,198178],[1233919,199108],[1237440,278861],[1239950,281772],[1232875,275899],[1232879,270077],[1237555,271623],[1240786,284704],[1240657,288780],[1229896,284324],[1230794,290584],[1233201,290748],[1235133,287560],[1238422,286717],[1233913,304304],[1232823,305725],[1230865,303079],[1234159,306721],[1237373,304612],[1236646,302846],[1241018,303391],[1240533,302059],[1239113,300005],[1229235,308091],[1230675,351830],[1232614,352649],[1241389,368599],[1241408,381536],[1236394,374203],[1236759,381009],[1234387,386662],[1239285,398758],[1231775,398172],[1230946,399864],[1229520,415160],[1239996,533067],[1241208,536719],[1241327,537265],[1237263,549805],[1236358,541243],[1239384,544912],[1235872,551313],[1238407,552612],[1240271,557980],[1240419,559980],[1238712,104009],[1229918,115152],[1233130,115647],[1237822,123328],[1253978,180477],[1249988,181400],[1241890,267864],[1241882,281774],[1243472,279604],[1242352,278520],[1245322,277796],[1248998,279587],[1244622,271648],[1245750,281552],[1244190,304817],[1242577,300555],[1250949,303186],[1253741,318805],[1247848,316637],[1248347,324527],[1250417,356895],[1242796,353947],[1247999,365715],[1248745,365832],[1251342,370561],[1253087,377084],[1242142,390343],[1243217,534819],[1246980,535638],[1252357,536718],[1251320,536530],[1247899,532747],[1246941,535376],[1243043,535040],[1247558,543691],[1245815,538714],[1243032,549803],[1243295,550396],[1249575,541877],[1250355,542613],[1242565,539845],[1243071,540905],[1252597,541863],[1245977,546886],[1248080,545472],[1251866,548465],[1251872,546623],[1250978,546828],[1250282,557019],[1246600,552942],[1244549,558767],[1242289,560590],[1243013,556518],[1242924,558524],[1243105,550918],[1247325,563709],[1250893,563715],[1250853,564838],[1246913,565566],[1244030,564319],[1242289,102814],[1242374,110973],[1247037,110361],[1242288,122829],[1244119,125348],[1266758,148979],[1262990,149380],[1263667,217214],[1265441,216945],[1267035,227246],[1265834,222116],[1263987,224546],[1260023,261581],[1265058,263513],[1266997,265169],[1254636,280542],[1260182,277194],[1255540,289117],[1255795,306776],[1264672,303736],[1256877,322279],[1266784,343093],[1263838,353812],[1262653,348810],[1257993,359130],[1257569,361360],[1257028,368648],[1258572,367442],[1255764,549471],[1271499,150953],[1274749,159261],[1273652,158101],[1275150,161622],[1273024,161482],[1273787,156215],[1269159,203679],[1269345,206011],[1268776,208017],[1273110,209545],[1271278,216233],[1269417,217177],[1272624,205499],[1272553,212806],[1273970,227735],[1271964,228324],[1278167,237700],[1272717,232220],[1277263,236438],[1279089,232245],[1273375,320081],[1270581,319385],[1272181,315622],[1271606,311397],[1276092,325696],[1274004,332472],[1273416,345839],[1272552,349363],[1267582,358615],[1278823,547530],[1278552,549718],[1276282,551070],[1275727,555725],[1277514,553650],[1279912,552759],[123146,114198],[121602,116008],[-121043,164356],[-155775,164749],[-158520,162637],[-155887,160917],[-157842,158716],[-165983,165402],[-168824,166210],[-171511,163734],[-187675,165276],[-189453,166657],[-195541,164530],[-199541,163603],[-200385,160495],[-196891,155504],[-208033,151823],[-213102,153434],[-212216,151601],[-205149,157066],[-205070,163930],[-215181,159112],[-213982,156248],[-217207,155082],[-221739,146689],[-225962,152636],[-220880,152626],[-221044,150884],[-223696,151567],[-227909,148946],[-226893,148205],[-224104,156476],[-219296,156565],[-222552,154560],[-229419,324142],[-228796,336507],[-225389,334372],[-225747,335006],[-230283,343218],[-228200,357543],[-229008,354703],[-228278,361054],[-229775,587666],[-228385,585099],[-227614,587976],[-236648,144099],[-234722,148905],[-234643,144906],[-240248,142718],[-239197,143650],[-233385,325794],[-233110,327925],[-232058,329972],[-231134,338959],[-242998,345559],[-237880,344440],[-237263,342598],[-235919,343452],[-236870,339241],[-240856,342395],[-241230,340880],[-237956,337178],[-240748,333309],[-231345,357487],[-230870,346548],[-236397,348161],[-232077,347146],[-231088,348622],[-232843,350916],[-242653,346630],[-240336,346532],[-232409,354277],[-233288,355183],[-232362,366501],[-230738,364655],[-236710,583330],[-236469,582647],[-232899,581299],[-231868,583942],[-230636,584090],[-236076,587127],[-230999,585158],[-240785,583789],[-235019,594835],[-232903,595080],[-235494,592321],[-252222,140149],[-254877,138619],[-253417,139194],[-243358,142837],[-244650,144251],[-244625,143331],[-249746,145424],[-250513,141566],[-255973,141131],[-255636,143193],[-255976,142808],[-247081,145797],[-244444,331736],[-254121,330736],[-248367,332044],[-251718,334164],[-245698,333810],[-252555,334412],[-244992,347576],[-245265,345998],[-246623,585264],[-245879,587440],[-243598,583168],[-265016,129449],[-266103,129868],[-268567,131466],[-262688,131312],[-257874,134656],[-259586,131696],[-258513,144493],[-260811,143953],[-264923,143355],[-263861,326632],[-262260,329878],[-265550,330118],[-258622,331754],[-263073,334527],[-265254,336618],[-263386,335572],[-261024,334107],[-266481,122320],[-264697,125073],[-270811,136283],[-270184,136432],[-270403,131049],[-273205,132201],[-272547,330235],[-278142,116889],[-279954,125724],[-276217,126453],[-274848,124089],[-286964,504921],[-288523,509158],[-289707,507458],[-288553,503156],[-292664,505991],[-282655,119731],[-283718,125967],[-284515,120699],[-306677,331217],[-306330,323926],[-304618,329645],[-303078,331415],[-302116,330092],[-306426,322333],[-306389,511797],[-302732,509335],[-300565,504289],[-301122,508018],[-305611,515305],[-306708,516886],[-304989,524487],[-302611,112763],[-299689,111970],[-319988,299701],[-317579,306483],[-312059,319690],[-314272,313762],[-312670,309856],[-317183,309185],[-310060,324042],[-311800,326299],[-311719,330620],[-313384,329336],[-309411,323727],[-307314,325865],[-307847,327949],[-310859,332380],[-313811,323577],[-315208,321922],[-316289,323859],[-310491,334155],[-307480,521228],[-309139,514557],[-332279,292238],[-324244,296032],[-327596,294798],[-330817,296537],[-332735,300655],[-321552,301368],[-322583,304816],[-324190,301681],[-328031,310526],[-325959,308259],[-326370,311088],[-329751,323506],[-327186,325663],[-327318,322302],[-337731,273314],[-341212,293840],[-339692,291796],[-344377,289003],[-337642,288500],[-336051,283087],[-342369,286535],[-342446,287115],[-336081,297577],[-339412,296767],[-341989,297013],[-334904,299376],[-336706,319444],[-338848,319544],[-339692,314833],[-335412,315675],[-337744,318593],[-345435,314560],[-345196,316406],[-344138,316195],[-333172,320892],[-333302,323667],[-336856,344164],[-340213,342707],[-343907,343475],[-336389,88813],[-346811,285553],[-350161,287587],[-356516,281823],[-356676,290282],[-358154,285884],[-345765,297349],[-355905,296151],[-352884,297083],[-356612,301086],[-355102,298722],[-349086,299204],[-350566,298656],[-352138,300258],[-348096,302134],[-349095,303657],[-354549,312632],[-357903,310375],[-351925,314485],[-358299,327398],[-350402,339758],[-346964,340257],[-361342,285055],[-358790,293118],[-361367,283220],[-370817,294335],[-369333,295332],[-361903,307232],[-368746,314715],[-369441,310371],[-368189,312563],[-369937,324166],[-368626,329687],[-365797,329073],[-364236,329889],[-360454,328529],[-364124,325560],[-363123,331179],[-361421,325807],[-368486,333748],[-367501,335865],[-368650,337534],[-371150,338231],[-380151,305434],[-382902,307004],[-381063,300296],[-383469,300123],[-379167,297898],[-373881,294751],[-375317,296072],[-377016,303556],[-375695,305330],[-382625,310118],[-379729,311503],[-374184,314916],[-375001,315012],[-372985,318512],[-380231,315913],[-377591,315570],[-372274,307774],[-372576,312299],[-373880,321859],[-378043,321683],[-379021,321601],[-378894,323378],[-377197,325376],[-374111,338504],[-386955,301215],[-387284,316826],[-385623,315485],[450,142620],[1288868,300149],[1285149,550026],[136155,-299789],[137964,-302184],[136330,-303087],[130919,-303249],[135406,-300390],[139154,-303260],[135930,-299893],[138900,-317387],[140770,-311003],[138995,-310682],[140415,-310861],[138432,-312672],[140724,-313219],[140517,-317410],[139710,-316686],[140438,-316757],[139197,-320711],[140749,-320241],[138628,-321543],[136944,-319970],[140136,-322002],[140015,-323577],[140248,-324082],[140771,-323440],[128547,-331144],[128316,-331826],[137132,-326898],[136718,-331533],[129184,-332230],[135301,-331133],[137539,-324544],[137163,-327646],[134914,-331102],[130378,-331547],[139766,-324434],[140440,-328700],[136469,-331832],[136876,-332279],[137255,-331785],[135654,-331761],[133495,-329355],[134997,-328034],[135113,-331639],[132928,-328630],[131458,-332835],[131828,-340271],[128452,-336879],[131148,-336145],[129358,-337495],[130978,-340955],[129945,-339253],[131850,-340266],[132115,-336384],[130473,-347277],[131301,-346799],[132905,-348215],[131299,-347157],[135709,-19803],[130845,-12954],[137407,-25756],[139191,144007],[136349,145810],[136771,20598],[133528,16803],[138319,24086],[129750,26922],[128748,55477],[130874,112331],[138745,113918],[140244,102945],[139594,120522],[130996,122024],[131163,115808],[147195,-286183],[145575,-294184],[146191,-286922],[147906,-285838],[152841,-283329],[146861,-286786],[152497,-284373],[153107,-284951],[145574,-293942],[145053,-296493],[149684,-298670],[141872,-298137],[141036,-303726],[145893,-302587],[146921,-295421],[144230,-303827],[142880,-299506],[143817,-300040],[144252,-296719],[146776,-298574],[144405,-300482],[145339,-304574],[148220,-301767],[149180,-305236],[142673,-301300],[147868,-301610],[141453,-303947],[147657,-297994],[148486,-299781],[148611,-298565],[147303,-301782],[143094,-306482],[146129,-300861],[152148,-306664],[148418,-304149],[146802,-306265],[144650,-296774],[143699,-302565],[148250,-305805],[145281,-302905],[144805,-304491],[143868,-304531],[144545,-298970],[141488,-308516],[145044,-313834],[144134,-311067],[151010,-308999],[148470,-308168],[146678,-308179],[145399,-309587],[145049,-307005],[141823,-308884],[142552,-319786],[151616,-307382],[142937,-316169],[144743,-315961],[141412,-311539],[142016,-317610],[144858,-314708],[143011,-314833],[143061,-316124],[151407,-307911],[142212,-309894],[143134,-309589],[144392,-312034],[145121,-309485],[147600,-308399],[152120,-308346],[153548,-308001],[151066,-307505],[142948,-320597],[145823,-326138],[149849,-328551],[142864,-322877],[142107,-324866],[144104,-322336],[144875,-325162],[147674,-322752],[145391,-324084],[148604,-323476],[145892,-326516],[149045,-324546],[148345,-324702],[147898,-326226],[145717,-326626],[144523,-327449],[143422,-326354],[143685,-325815],[141533,-326064],[142303,-326530],[142699,-327421],[142486,-327202],[141631,-328699],[152323,-29956],[151213,-27764],[141824,1468],[151796,9525],[146920,130204],[143645,128425],[144895,141373],[144900,15010],[147089,29309],[140990,27777],[140929,35874],[147086,102506],[145971,104556],[145956,106382],[151697,120486],[151807,126394],[147350,122145],[154894,-277835],[164847,-32600],[163618,-32954],[165731,-33318],[160780,-30999],[155396,-32155],[163119,-34262],[159756,-31096],[157489,-32543],[154163,-26896],[155450,-26852],[153750,-30059],[160730,7403],[164242,11248],[161319,129593],[155811,130509],[165281,129188],[155825,14588],[154796,13155],[165980,16798],[161310,76127],[157466,73275],[160446,83813],[159193,101069],[165649,96069],[154374,101322],[159598,97093],[162703,94793],[155710,99522],[163313,101492],[163861,108641],[165230,114314],[164247,106501],[155619,106272],[162753,104986],[156426,109240],[159992,108663],[159232,104916],[160750,103898],[153975,108353],[164531,117470],[163116,119548],[163224,116480],[158418,127542],[161537,122892],[161909,124479],[161215,115444],[164141,120849],[165605,116935],[156969,118754],[179141,-135559],[172916,-135459],[173354,-132854],[174198,-152392],[171152,-159452],[170355,-163329],[171693,-161499],[175100,-175059],[172560,-167772],[173215,-167096],[174338,-166729],[175953,-169954],[176052,-167474],[174345,-173195],[175016,-171289],[173749,-23476],[178949,-22125],[178890,-25299],[171417,-24917],[171851,-25383],[173178,-24899],[169498,-29681],[167860,-30633],[166441,-30760],[168052,-32517],[172313,-31157],[172131,-33017],[174536,-25853],[175549,-29715],[174317,-30204],[172316,-28831],[174235,-27102],[176125,-27565],[170574,-28288],[169514,-26308],[170321,-26119],[177532,-27027],[169382,131090],[171332,139466],[171503,28942],[170781,28566],[173035,30726],[175334,32792],[176723,34245],[172934,32620],[167333,85297],[177684,102219],[168415,95034],[173887,91079],[172258,101996],[166449,112322],[173856,114541],[166705,109100],[169858,111608],[178369,112035],[168967,106561],[169099,107707],[168739,108358],[170634,117120],[187013,-119555],[184178,-118398],[189970,-138170],[184684,-133866],[190277,-139050],[182910,-138556],[187826,-140479],[185134,-141821],[179325,-146711],[188493,-145685],[189927,-146473],[191739,-147794],[188453,-145518],[186066,-151275],[181760,-161459],[182309,-163282],[182513,-161701],[183577,-176045],[185468,-171954],[182074,-172688],[179236,-177577],[183566,-180075],[184528,-187773],[191293,-24535],[191312,-24875],[185778,-21716],[182525,-20857],[184099,-20305],[191670,-20727],[189787,-19055],[187892,-18557],[182243,-22913],[185278,-22936],[190237,-110532],[182725,-106409],[183301,-106031],[184964,-104911],[184481,132038],[191704,144807],[187616,143457],[188393,25330],[191823,31622],[190836,31644],[187275,33928],[191375,36735],[190085,38298],[186655,30902],[190416,37842],[182996,34880],[183083,37778],[185827,33377],[188856,27915],[181847,27353],[180025,28305],[180983,30479],[188066,494085],[184448,494723],[186441,508000],[191313,500050],[180910,39687],[179683,40300],[181953,42536],[181702,45992],[181581,48340],[188557,40104],[183619,52814],[185219,96726],[184762,94012],[203985,-123608],[200400,-121834],[199551,-123916],[200766,-121506],[200842,-116566],[192425,-138272],[200942,-129425],[201093,-128628],[193832,-140327],[195040,-130947],[192184,-131994],[204055,-129838],[202196,-141065],[203985,-142100],[203010,-145857],[203969,-146211],[197097,-144500],[203532,-162796],[203922,-163564],[192770,-160104],[193045,-163222],[194803,-163476],[198137,-163238],[204388,-176668],[199269,-178395],[203005,-173307],[192618,-168416],[193435,-172809],[193550,-170537],[203501,-179048],[203485,-181682],[203600,-182421],[200390,-179520],[198025,-194231],[196773,-192618],[200902,-195814],[196995,-20061],[195008,-20774],[198704,-22172],[197164,-23817],[198068,-23320],[198982,-24624],[196012,-23546],[204251,-32228],[200270,-85873],[196948,-88872],[192948,-93734],[194290,-91024],[202951,-95159],[204446,-92128],[203468,-96907],[201725,-89694],[192240,-113782],[197500,-114217],[193042,-108303],[204245,8234],[204588,1396],[202026,291],[200641,2816],[204528,6510],[201367,7733],[203933,8604],[201461,9081],[199368,37831],[193069,28522],[193463,493736],[196172,510963],[202240,505995],[201704,507032],[198722,505080],[194587,506832],[192773,501455],[195759,500589],[200384,38603],[196923,43711],[199401,42898],[201610,39599],[196641,41332],[192341,42181],[198068,514643],[198854,520149],[200262,527646],[204656,112422],[201443,120848],[200096,117594],[215493,-120785],[214572,-125439],[213400,-119323],[217258,-148533],[205144,-141497],[208777,-147984],[214945,-177725],[216229,-176547],[210262,-176377],[205833,-176593],[209052,-176652],[208620,-178636],[217553,-176340],[211680,-181732],[207637,-182994],[205340,-179286],[212943,-181034],[216151,-179912],[212726,-181031],[215597,-190532],[217296,-190207],[214271,-186951],[206475,-186242],[208750,-181324],[209716,-12495],[209891,-12362],[209826,-11364],[210158,-11552],[210459,-11624],[211028,-11772],[211778,-11802],[212992,-12320],[213566,-12275],[214163,-12282],[214796,-12456],[212758,-11857],[211508,-11908],[210845,-11626],[210152,-10680],[210548,-11041],[211126,-11015],[211735,-3747],[210293,-6572],[211697,-4208],[209877,-3731],[207416,-2892],[205912,-3045],[214650,-255804],[205997,-286013],[210608,-295344],[210763,-17701],[207949,-19737],[210728,-16742],[207917,-17062],[210905,-19408],[210473,-18292],[210106,-18453],[210814,-19214],[209975,-17757],[210744,-18572],[209759,-19204],[206601,-17213],[210410,-19250],[208321,-17728],[207594,-18165],[206883,-17344],[208042,-17957],[208533,-17112],[207144,-17125],[209496,-20296],[210629,-17682],[207737,-19705],[210672,-20253],[210486,-19445],[209859,-19545],[208657,-18618],[209477,-17550],[209851,-17549],[210793,-18323],[210256,-19197],[207054,-18829],[207216,-18093],[207406,-19045],[210236,-19393],[210068,-20270],[210422,-20316],[208934,-20277],[209854,-16819],[209739,-16724],[209077,-16783],[208613,-16861],[208474,-19775],[206488,-17339],[209130,-16672],[207670,-18025],[208132,-17803],[207253,-18224],[208338,-18812],[207938,-18883],[208836,-17840],[210298,-16756],[209515,-16999],[207756,-16946],[207454,-17139],[207569,-17264],[210302,-17565],[209515,-18393],[209799,-18349],[209516,-19284],[209078,-17613],[207282,-17045],[210261,-16985],[209147,-17083],[209313,-16997],[210127,-16652],[209909,-20012],[207629,-18571],[207301,-18858],[210862,-20118],[207792,-18928],[209248,-19558],[208965,-20436],[208497,-18717],[208094,-18727],[210577,-16834],[210537,-20188],[209395,-19439],[209045,-19475],[208242,-19360],[208531,-19650],[209658,-20272],[210149,-20182],[208599,-20433],[208062,-18978],[209476,-17822],[209595,-20425],[209221,-17915],[210653,-17478],[209061,-13636],[209314,-13502],[209693,-13661],[210102,-13406],[210419,-13622],[211342,-13292],[212467,-13711],[212894,-13458],[213321,-13553],[213616,-13810],[214099,-13838],[210216,-12660],[210772,-12677],[211221,-12765],[212695,-12723],[213311,-12785],[213974,-13099],[214364,-13008],[214738,-13073],[216077,-24982],[214982,-24226],[213219,-22837],[213831,-23929],[207489,-37482],[216157,-35938],[205313,-33020],[205931,-36760],[212953,-37996],[205826,-38513],[215586,-42668],[215796,-49146],[213483,-45179],[212271,-46285],[208912,-42221],[209461,-44784],[208806,1979],[208067,5596],[210536,4704],[206212,2576],[205694,5048],[206140,8123],[209519,9987],[209737,8668],[210903,11646],[206357,9290],[208088,7869],[208717,5987],[207285,7165],[207889,136774],[205654,131915],[205160,135674],[213029,134528],[215857,131381],[216904,132726],[216774,142861],[207592,146074],[207685,144438],[211667,145088],[215356,150589],[209465,13448],[210948,21175],[209033,19637],[208394,17667],[207105,21448],[211368,16071],[209859,13700],[206261,13735],[215840,31019],[205007,512911],[205040,523598],[214260,536473],[216773,534381],[213583,539853],[216690,540466],[212688,539305],[216718,543794],[211068,56272],[215741,107580],[217380,106383],[207169,116745],[204810,117836],[221850,-117129],[218114,-119282],[223836,-154995],[218161,-171849],[224738,-172340],[218599,-174410],[218247,-175900],[227800,-171808],[227858,-204042],[228472,-205498],[222709,-12503],[223627,-9586],[227676,-260612],[229704,-263003],[217682,-273421],[221499,-289236],[229269,-296699],[220900,-297287],[217660,-306989],[229730,-307669],[226905,-314027],[228915,-21511],[229608,-24811],[226476,-20530],[224740,-17818],[223134,-16584],[221054,-16343],[220020,-15915],[218892,-19305],[217768,-22391],[227180,-27887],[228454,-35415],[228533,-33905],[226378,-30790],[227879,-36976],[230384,-32052],[229571,-32568],[229686,-29512],[230197,-26948],[218000,-45138],[221530,-43778],[219943,-48113],[227724,-63584],[223171,-61532],[225979,-59165],[226706,-60000],[225714,-56827],[229793,-66104],[230164,-87160],[230262,134717],[223612,128203],[222693,131048],[228909,136419],[219233,128436],[222385,139027],[221015,139568],[224689,137590],[220570,138845],[219157,129399],[224731,132590],[218496,132086],[218480,142352],[219400,150042],[221800,148273],[225396,151967],[228302,149237],[228434,145170],[228496,36440],[227419,32908],[223108,50703],[223519,50096],[228678,39202],[230136,43152],[229380,536072],[228048,537677],[224864,532494],[227998,532767],[227228,529057],[228647,527726],[225061,527126],[226412,538468],[229703,550237],[220461,542214],[218617,543299],[228945,563174],[222042,553444],[221121,552106],[227738,553402],[225957,563669],[221555,53142],[225609,54704],[225902,122121],[221406,127022],[224795,120014],[225557,120995],[221138,117987],[227931,121834],[229754,121289],[228015,121539],[230207,127140],[228381,127584],[236264,-168743],[242229,-180612],[238686,-182101],[241534,-222088],[232737,-243519],[240132,-247085],[230740,-258501],[238917,-270929],[235206,-273082],[240164,-320102],[234344,-323254],[232328,-23543],[237807,-17850],[239159,-20671],[236824,-17704],[241298,-15495],[240537,-13366],[241222,-17987],[242885,-16210],[238569,-19178],[232896,-27608],[241158,-30241],[234678,-35244],[241657,-34995],[239162,-36823],[230546,-35266],[232861,-31082],[236340,-35516],[234432,-31694],[232169,-33352],[232292,-28781],[239523,-40245],[238308,-38702],[237927,-40288],[242600,-38842],[238836,-44548],[239259,-50850],[235691,-44263],[235533,-41940],[231753,-41464],[231020,-39062],[231189,-71222],[231492,-74980],[231545,-68623],[232623,-68388],[233660,-68357],[231128,-67994],[232419,-72287],[233963,-71771],[234708,-71850],[234879,-73674],[235095,-72698],[234499,-68846],[237423,-68203],[239214,-68374],[240865,-70997],[239084,-71214],[233931,-67741],[231259,-65602],[230535,-63889],[241570,-79613],[238259,-81766],[232260,-85251],[243123,2183],[239476,128274],[238020,136429],[237090,135065],[233500,139225],[232502,139602],[232979,133428],[234839,35784],[233041,34407],[236002,33704],[236627,32242],[234254,35574],[242360,47393],[240335,42565],[234009,548666],[233728,550016],[235246,547048],[230656,550251],[242710,563031],[236558,552866],[237830,555280],[236163,558491],[237709,560916],[239241,561715],[236960,559361],[233510,562091],[238882,59944],[242734,51523],[242318,52468],[242050,112295],[242949,111147],[234790,106466],[238962,106735],[237814,114342],[235265,105589],[232830,120972],[231467,120491],[234944,118647],[242405,122342],[237411,125771],[242006,123012],[230427,126863],[253646,-211529],[253937,-216297],[254026,-209886],[254262,-216354],[248352,-212526],[248071,-213712],[251208,-215921],[246459,-217227],[244557,-226364],[243757,-223241],[255311,-222266],[252370,-221779],[251039,-224242],[247680,-221552],[247400,-219434],[251583,-202],[254511,-336],[246069,-252396],[245476,-261053],[249294,-271176],[255493,-269497],[244990,-280035],[255527,-291111],[251388,-289350],[255309,-283440],[253102,-297311],[244830,-297981],[248780,-300298],[248416,-22987],[244815,-23660],[245220,-21709],[247477,-21972],[244330,-18957],[255434,-23857],[252615,-28012],[248401,-35804],[248028,-26226],[247652,-29687],[255923,-34287],[255843,-33849],[250905,-31128],[244922,-29909],[252563,-33332],[245393,-30035],[253912,-29605],[243790,-36021],[246574,-32769],[243567,-25668],[245932,-37523],[251764,-50624],[243865,-47728],[253054,-38829],[253078,-38296],[251223,-50830],[255661,-50898],[252197,-38388],[243678,-43300],[244204,-40014],[247496,-42210],[247782,-40048],[251390,-40999],[254868,-42908],[251788,-49576],[249466,-45446],[249151,-47853],[243320,-48903],[255535,-45517],[251470,-45173],[250262,-45079],[251980,-59398],[252436,-52623],[255096,-59464],[254259,-52469],[247091,-51355],[253499,-63534],[254136,-62804],[255950,-62904],[254783,-62000],[255413,-59013],[254992,-56574],[252574,-55110],[250745,-68065],[252560,-69133],[252675,-67778],[250088,-75839],[251071,-68468],[246028,-68309],[249907,-70311],[251214,-66402],[251895,-66653],[244718,-81808],[246630,-77130],[253742,4729],[253001,5606],[250847,1020],[248076,1273],[246328,7466],[243221,5881],[247390,6341],[247923,5971],[251938,132317],[252980,13276],[254193,13358],[254804,16708],[247654,30457],[251129,36270],[245413,38436],[248160,42982],[251858,39508],[244627,39021],[243451,45932],[245411,50125],[245917,49870],[243292,565827],[253391,62638],[247244,59970],[244775,63092],[246142,66623],[251077,68874],[249826,70456],[246717,106774],[252465,110395],[252322,116697],[243213,122028],[245895,120319],[248243,123113],[245364,126703],[249462,116601],[246899,127409],[248110,123956],[248839,120757],[257219,-198175],[264415,-209816],[263236,-205660],[258177,-221848],[267017,-225902],[262983,-217409],[263242,-219784],[261506,-225630],[261580,-224949],[267443,-226408],[257843,-226878],[257478,-227089],[257238,-227560],[265117,-232928],[267075,-236658],[265783,-238708],[256350,-2020],[259134,-6523],[261807,-198],[260333,-861],[263361,-3797],[267704,-12298],[264231,-10579],[256087,-259188],[262079,-280251],[263299,-283113],[263173,-304055],[266769,-317445],[257433,-320528],[267978,-24582],[266181,-23840],[259643,-24937],[263188,-25907],[266010,-28451],[268476,-35181],[261464,-36379],[262639,-29014],[266837,-35925],[268297,-33676],[268020,-30577],[265827,-34786],[264090,-48511],[264423,-49795],[257677,-49299],[259898,-48604],[262139,-47172],[261966,-44000],[268676,-45042],[265890,-38658],[268570,-45857],[265037,-42556],[265695,-43645],[268185,-42016],[265779,-59457],[267948,-62065],[260592,-56656],[260279,-61155],[256248,-63497],[266862,-52038],[256850,-52919],[256700,-56810],[260141,-60000],[259466,-60543],[258903,-62425],[261786,-62107],[263004,-62950],[263252,-60756],[264625,-63790],[266021,-62854],[266757,-62148],[264789,-60813],[265159,-63081],[256696,-57972],[264888,-58819],[262949,-55106],[259861,-55985],[262008,-58531],[266126,-57232],[265122,-55797],[266909,-75662],[268271,-71434],[268424,-66153],[266588,-67432],[264207,-67368],[265785,-64318],[267267,-66168],[266755,-65931],[261329,-70744],[263848,-71087],[261392,-73689],[262734,-73690],[268268,-67778],[267618,-65877],[260191,-79668],[264412,-78542],[258191,-77906],[262152,-81216],[257109,11178],[256915,4868],[261015,4939],[261400,1610],[259673,313],[260391,2434],[257977,1383],[263935,6125],[268735,10925],[257810,13885],[257578,13861],[266225,33451],[256902,33531],[268769,31423],[257127,36657],[261518,27308],[265496,28894],[263755,27500],[267618,406789],[267449,522843],[263888,521193],[262467,524620],[258125,530908],[256171,62949],[262253,59861],[265030,61119],[265776,65929],[257502,67970],[265108,70647],[266692,72258],[262045,98765],[267205,107060],[258093,123826],[279569,-189726],[280093,-186179],[273219,-190377],[270806,-188257],[273988,-190323],[274328,-190122],[276587,-204231],[277029,-222720],[269384,-226810],[279080,-235064],[272790,-230767],[274613,-231941],[269739,-11837],[269621,194],[280336,-5482],[278601,-8287],[280113,-9729],[271934,-827],[280154,-407],[273504,-250348],[269277,-249132],[272784,-251194],[280899,-270843],[278945,-293129],[274596,-13451],[277123,-13962],[275186,-15471],[270911,-23060],[281394,-16128],[279158,-25234],[280090,-25407],[272165,-31100],[277420,-33535],[269946,-36161],[274150,-37596],[279722,-29441],[281534,-31673],[276488,-30177],[278702,-33401],[271540,-26679],[274030,-25989],[276331,-26008],[280553,-35822],[270175,-49329],[276399,-41144],[274608,-43566],[280481,-38927],[271146,-40943],[269981,-38785],[278687,-50860],[274121,-46531],[274149,-48108],[281167,-46419],[274092,-41771],[277197,-42192],[277396,-46224],[277416,-44882],[278022,-46216],[272008,-38313],[273479,-38577],[280589,-47866],[279957,-50523],[281239,-42165],[270710,-43005],[271716,-47179],[272460,-49184],[271237,-59485],[271273,-60789],[269213,-51620],[270190,-57007],[272795,-62007],[270307,-59220],[274428,-62057],[272850,-61173],[272296,-59235],[277108,-57209],[278196,-60763],[279925,-54849],[274847,-54502],[278774,-56995],[279819,-57131],[276731,-60617],[280768,-61991],[273487,-54332],[268973,-73125],[279989,-72215],[275424,-72288],[276103,-71360],[276160,-75468],[268951,-72198],[272403,-69006],[271333,-69284],[270718,-84058],[273909,-77206],[268917,391],[269913,9758],[272717,12907],[277631,5862],[273017,7649],[281202,1845],[281215,22180],[274154,25479],[277984,22142],[274809,30289],[279174,28708],[271378,27020],[273985,402666],[270359,404810],[272783,405642],[278512,407942],[273707,410073],[273079,417234],[272980,411875],[278424,418784],[274962,412996],[276207,424428],[272709,524304],[272592,522446],[269936,522784],[271333,517439],[277455,534136],[276777,529820],[274873,525324],[281311,527162],[279658,525814],[278753,542883],[277721,539283],[271369,70787],[279545,71086],[277586,73083],[277870,73960],[280545,74904],[281092,80373],[274891,83913],[275827,85605],[280263,97901],[276536,101375],[278701,92910],[281442,114447],[279813,109038],[270921,123001],[281716,-188320],[282984,-197165],[282819,-197714],[290522,-200727],[291472,-200295],[293902,-195192],[286852,-208230],[288145,-215881],[290340,-220614],[283253,-227559],[285791,-227198],[290436,-223406],[291768,-222387],[291246,-234477],[289870,-6941],[292253,-9384],[288210,-6174],[289214,-10460],[283872,-8107],[285874,-7024],[283725,-11480],[288714,-11111],[283774,-796],[290281,-3773],[292040,-5205],[285747,-243288],[294112,-245947],[284183,-252690],[291017,-266895],[289865,-261404],[293661,-280602],[289621,-277941],[291444,-289816],[293705,-22236],[294028,-24033],[285319,-23199],[286166,-13526],[289300,-14415],[283058,-24272],[281795,-22184],[284102,-25452],[293431,-36488],[294322,-32582],[290889,-30725],[292154,-29111],[291160,-27434],[294185,-28427],[288424,-33618],[283554,-29639],[286908,-32784],[288779,-33107],[283542,-33466],[283078,-32899],[282773,-36183],[285820,-30861],[290132,-32128],[285203,-28409],[286348,-29454],[291950,-42544],[286603,-42979],[283283,-43625],[292256,-43069],[292635,-38494],[282561,-49957],[290757,-42384],[289913,-48642],[290690,-38873],[290082,-49038],[290486,-49811],[288825,-40949],[281810,-39439],[290717,-46358],[291964,-47800],[283102,-49286],[284586,-44886],[286224,-47429],[287547,-46128],[285131,-40890],[284235,-43560],[284297,-41960],[289617,-38279],[282554,-63757],[290206,-54227],[293986,-51263],[289561,-63080],[289610,-62350],[285046,-57567],[290690,-58674],[286006,-52699],[282102,-54007],[286291,-60222],[284195,-60637],[281905,-61016],[283395,-54734],[284422,-53063],[282325,-52282],[289200,-73635],[287760,-72424],[286138,-67262],[286244,-64147],[291203,-66882],[289463,-69548],[283256,-64186],[289434,-84152],[289247,-82951],[286081,-79258],[290520,-81539],[291512,-83067],[291103,10729],[291479,10603],[289510,10688],[287039,3546],[293509,1737],[292553,246],[289968,7025],[293118,2242],[284943,8814],[283760,11561],[283860,11037],[283454,24982],[290633,23206],[292437,19397],[284478,22234],[290021,14189],[288858,14358],[283911,14305],[285435,459976],[283399,465236],[286632,466632],[290220,466096],[293223,467526],[292568,462995],[286824,463349],[283327,463242],[287688,62562],[284078,57732],[283732,60701],[282328,69111],[287122,67069],[288265,68837],[290380,75412],[287068,76424],[290681,84551],[287759,84901],[283086,80364],[289181,79010],[282384,100875],[295122,-188063],[302981,-187862],[301333,-189740],[296142,-203753],[294907,-195220],[298948,-199899],[299498,-198786],[297750,-211885],[296452,-237628],[304936,-9854],[298366,-8545],[296249,-10527],[296619,-6197],[294698,-9565],[297157,-10762],[298899,-12104],[301421,-11297],[303287,-11597],[305580,-9218],[305194,-6545],[304225,-1003],[295706,-834],[295170,-3956],[305750,-245098],[305385,-25312],[297820,-25265],[296534,-25179],[298985,-23086],[297088,-20517],[303213,-23723],[306715,-24010],[305948,-15211],[304051,-13746],[296749,-27718],[306815,-25544],[305608,-34766],[301156,-36800],[304640,-28624],[304833,-30894],[303032,-33335],[300735,-34809],[303741,-32383],[296644,-35909],[296626,-33867],[304259,-26473],[305617,-25812],[298016,-26777],[300798,-41644],[300108,-40463],[306979,-43730],[301398,-43856],[300990,-44750],[295799,-46297],[306703,-46122],[301680,-41492],[296299,-63290],[296526,-59408],[295070,-61020],[302434,-57014],[298290,-57178],[298199,-62558],[300953,-60621],[299394,-58776],[298633,-61590],[298153,-60308],[303676,-59551],[303324,-59034],[294485,-56868],[299066,-51860],[304878,-51147],[294553,-53753],[295875,-55436],[300892,-71326],[300864,-70681],[302099,-71026],[296837,-76576],[297521,-74844],[299676,-72691],[296750,-63982],[296171,-74215],[300506,-71094],[302714,-69685],[296902,-65767],[294786,-68130],[301435,-66140],[299814,-67113],[299092,-66128],[298889,-63898],[294774,-71439],[295501,-71796],[301277,-79682],[297788,-79023],[304843,-83636],[304320,-77104],[304386,2247],[305726,5395],[302593,8059],[300263,281],[301472,7703],[301417,4602],[299490,7906],[294614,8344],[295480,2823],[305378,408822],[304341,407609],[304679,415808],[304316,420989],[304267,417715],[307130,428580],[298810,466388],[299392,471108],[295223,468704],[306866,463454],[311304,-199480],[317366,-200854],[314770,-198804],[316169,-196903],[317838,-200674],[308323,-195114],[308719,-197408],[311393,-193105],[314577,-205865],[313453,-206942],[310712,-210547],[307952,-214120],[307976,-215060],[316565,-222973],[310421,-226198],[314827,-230846],[313569,-236174],[318012,-239491],[308455,-235026],[309802,-9446],[314440,-10729],[308251,-27],[310718,-256086],[309028,-259800],[309224,-14288],[307995,-37676],[316977,-49888],[315193,-44964],[314918,-44554],[308061,-38250],[310313,-50789],[308172,-49381],[310526,-41562],[312194,-44256],[311001,-43080],[310125,-56269],[313496,-58209],[308192,-54609],[317024,-58477],[314516,-53988],[319010,-56973],[318399,-55556],[311690,-51775],[311566,-51252],[311190,-68871],[310637,-74303],[313071,-68217],[315346,-70338],[318016,-75384],[314265,-75527],[307679,-83626],[314567,-80919],[313811,-79128],[313304,984],[310556,405949],[308777,408311],[315920,407020],[313142,407332],[313675,407866],[309883,419044],[311689,416175],[308878,415472],[315998,411368],[317729,411586],[316325,415890],[319271,414519],[319972,418848],[316490,422245],[315512,418566],[316776,430574],[313389,432921],[311845,429217],[308755,426357],[308345,423408],[318468,424310],[318745,430714],[307533,434915],[315559,435262],[313860,436257],[309478,464002],[320124,-200308],[321462,-202802],[324392,-203735],[321731,-203120],[324586,-204465],[330085,-247906],[320235,-252622],[327257,-256820],[327109,-261267],[322456,-59003],[323098,-58168],[325505,-55982],[327126,-57915],[326606,-62142],[323926,-61151],[320355,-63049],[332614,-73647],[320962,-68109],[326370,-65302],[324152,-64387],[326807,-66949],[323665,-64424],[323816,-63826],[332493,-84394],[331216,-80805],[328691,-77930],[322196,417491],[323435,414816],[323469,421680],[326290,422422],[330105,433145],[328911,433607],[326508,430314],[330869,434489],[325823,435400],[320784,433131],[320731,431577],[320211,422623],[321247,429633],[332328,429589],[330405,428077],[327797,436529],[341694,-207917],[343622,-213335],[340686,-223081],[335850,-223509],[339802,-224186],[338455,-226141],[338675,-226098],[339187,-228894],[339543,-229047],[340660,-238246],[345539,-236403],[343358,-6853],[344326,-250354],[336287,-253504],[343587,-256357],[340597,-262713],[336733,-267475],[337678,-262744],[344493,-37766],[341107,-34641],[344350,-49165],[340815,-59713],[344828,-56371],[340152,-67873],[337901,-76300],[338796,431421],[335652,430231],[334920,436699],[347340,-211109],[347503,-206434],[356021,-208545],[354053,-209172],[354244,-209234],[348266,-218527],[347904,-218812],[347255,-227637],[348006,-228599],[352753,-232627],[352923,-233898],[346376,-237224],[346534,-237230],[348525,-10663],[346505,-11001],[352490,-8046],[353178,-252438],[358086,-248536],[353819,-267356],[351476,-260076],[350977,-36381],[355862,-31799],[353549,-45100],[347613,-39333],[355872,-43004],[356033,-45958],[352089,-49583],[355375,-56331],[349853,-72647],[358204,-65864],[353655,-74090],[369836,-203523],[364084,-207126],[370247,-205242],[358522,-207708],[370854,-208642],[362681,-211234],[364672,-209764],[364001,-212534],[365533,-213372],[368640,-211359],[369896,-209765],[370366,-222660],[360814,-223906],[358886,-240405],[369950,-235334],[366369,-250588],[359083,-248076],[361036,-246491],[361425,-246581],[366406,-254905],[367848,-255546],[358546,-261590],[365522,-256919],[364006,-257530],[369015,-261313],[369642,-260917],[358516,-19819],[358411,-24861],[364044,-68861],[364305,-79577],[364838,-86425],[364655,-82791],[359839,-82227],[368153,-88184],[368778,-90939],[365120,-92895],[368316,-92053],[367247,51918],[383008,-169947],[375526,-202579],[378618,-204476],[377644,-201137],[381147,-204514],[371261,-201344],[374181,-203069],[380009,-205439],[372865,-207942],[372433,-208893],[378304,-209783],[378346,-210871],[374860,-219280],[380264,-220044],[380356,-237325],[380628,-240751],[377026,-252857],[381328,-249782],[376405,-258570],[375541,-259561],[376416,-43723],[372119,-41591],[381591,-51419],[380477,-64341],[374720,-76800],[374863,-90082],[378948,-95623],[380661,-100019],[383627,-92518],[373387,73810],[374243,76283],[374165,69415],[378194,71100],[377688,72852],[377848,68879],[379283,70467],[382515,68938],[37103,133066],[36238,153789],[33277,143417],[35560,145437],[36401,143480],[37041,143909],[37483,143904],[32129,260000],[32130,261529],[31371,261366],[396029,-198784],[395952,-202186],[387626,-199978],[391920,-203004],[390341,-207952],[385969,-208823],[385559,-208609],[393328,-220858],[389926,-227223],[389659,-234554],[391111,-244726],[391654,-255181],[385734,-66271],[391735,38812],[385622,47031],[388787,40740],[389020,41339],[387517,40843],[388597,51366],[385722,51000],[394537,63940],[392347,54588],[388001,62872],[391361,61209],[394446,60817],[396656,58272],[394691,66174],[389666,71126],[391505,65006],[386912,68802],[386578,106937],[388273,105713],[408615,-199100],[400930,-201146],[402699,-199337],[401631,-201831],[400506,-210718],[399255,-212484],[404114,-217874],[400468,-234628],[403729,-5790],[409482,-4787],[404256,-8993],[404366,-8850],[401508,-10457],[401302,-10727],[401630,-6872],[407823,-246952],[397553,-254217],[397058,-248947],[397126,-248942],[408434,-257198],[397114,20463],[397660,16929],[398474,63049],[418155,-201542],[421461,-204370],[411442,-203700],[411440,-202181],[414368,-199849],[416632,-201441],[409885,-213294],[413355,-225004],[419400,-218383],[417138,-226566],[416099,-3888],[412943,-4694],[410627,-243953],[416027,-252926],[419702,-251120],[417164,-244288],[417277,-244635],[414325,-247347],[413486,-245932],[410673,-254220],[411835,-252270],[414644,-259124],[409747,-257221],[410339,-36069],[422015,-76409],[419684,-64148],[421452,-74258],[422174,-72575],[420623,-88219],[421641,-84906],[418554,-88856],[421195,-78398],[419117,-90983],[422790,-201044],[433936,-209486],[434621,-206993],[432001,-208356],[424004,-208239],[433686,-212193],[427462,-215299],[423052,-210381],[425521,-210641],[432464,-217975],[433200,-218079],[430579,-221480],[425796,-233207],[429194,-242303],[433335,-231712],[433497,-240447],[435108,-231464],[430228,-3994],[434872,91],[433191,-2832],[427506,-11522],[426735,-12150],[425438,-9364],[427011,-245353],[432613,-248109],[432542,-248290],[433197,-254793],[434821,-255669],[430691,-259751],[434659,-264802],[435149,-258907],[434822,-259794],[434839,-261290],[432807,-260300],[423780,-20818],[427495,-18972],[428476,-18383],[425167,-21841],[429778,-16174],[430262,-13114],[432998,-15688],[433200,-17481],[433223,-20763],[432903,-21047],[431456,-21461],[423351,-25867],[423599,-67969],[423334,-75262],[422806,-84869],[426736,-76800],[433642,-95050],[435145,-92371],[427780,-93000],[427040,-95557],[430680,-95563],[432692,-95448],[424223,-92137],[422889,-93081],[424409,7621],[432356,7049],[432461,9639],[429931,8461],[425633,1775],[430002,5248],[427314,4149],[433843,2758],[430858,299],[435402,-208721],[447005,-211090],[443500,-209500],[440299,-215476],[440300,-218456],[442197,-228449],[444837,-229117],[440899,-218514],[435470,-229613],[446717,-232627],[441106,-232363],[439603,-233132],[439067,-230420],[439821,-232048],[437558,-236950],[442108,-239271],[442727,-242149],[444454,-251723],[439706,-244626],[441356,-245823],[435453,-249569],[436014,-249615],[437059,-251179],[438886,-249159],[438490,-253130],[437583,-253788],[439759,-254584],[443434,-41514],[446357,-44357],[442854,-41817],[440005,-45061],[440863,-47529],[443003,-52493],[448748,-115190],[449691,-212587],[457399,-213782],[456956,-214453],[452597,-226926],[457961,-217635],[450777,-221806],[449744,-222806],[453831,-221563],[459778,-229778],[455984,-221074],[455425,-220964],[450074,-242380],[456148,-242239],[457935,-234811],[451342,-9725],[455485,-9995],[451591,-4599],[460597,-7905],[460530,-7675],[455113,-7363],[455576,-7003],[455305,-7205],[460025,-7002],[460391,-7285],[460415,-7349],[453723,-11621],[457073,-250301],[452312,-247428],[455549,-246642],[453335,-24153],[452637,-24273],[451487,-20131],[456398,-19306],[450905,-31284],[450532,-29727],[449531,-35857],[449911,-36668],[448805,-34449],[457848,-42690],[451017,-39436],[451877,-38746],[459590,-60598],[459412,-68855],[459562,-65173],[455910,-67659],[458755,-86163],[455586,8457],[456048,9926],[454492,14093],[453774,14551],[469034,-131114],[471957,-133957],[468454,-131417],[465605,-134661],[466463,-137129],[468603,-142093],[466194,-226401],[470738,-219664],[473050,-224491],[472838,-221817],[467601,-223739],[467012,-242835],[468319,-237104],[469073,-3491],[469562,-251659],[472707,-24333],[467592,-22022],[462300,-30373],[469003,-25570],[471203,-41521],[465525,-40808],[466037,-44621],[461498,-49269],[463945,-49190],[464461,-56169],[464836,-59973],[469869,-66861],[462636,-65515],[461694,-86406],[475913,-120416],[476132,-119327],[475131,-125457],[475511,-126268],[474405,-124049],[476617,-129036],[477477,-128346],[478228,-222425],[484901,-226039],[483478,-229422],[479612,-223829],[475766,-221743],[481143,-221543],[481183,-232002],[481660,-241575],[474931,-3556],[477703,-2158],[474094,-23225],[476144,-20955],[475626,-32569],[475720,-34115],[484376,-61096],[477078,-75203],[474135,-77118],[480316,-65764],[476849,-64361],[482320,-82889],[474919,-84028],[474090,-82984],[480690,-81563],[477998,-77075],[476426,-80031],[474819,-83034],[481837,-92505],[496803,-131121],[491637,-134221],[487098,-138869],[489545,-138789],[488223,-148642],[490209,-152254],[488543,-147353],[490061,-145769],[489417,-228140],[487194,-240777],[494632,-238009],[492614,-236868],[495226,-239221],[493513,-233436],[488002,-241388],[488142,-242747],[497252,-1143],[497422,-50999],[497175,-46314],[498404,-48726],[497150,-51662],[492955,-72772],[492595,-69706],[492700,-88454],[487447,-85017],[490385,-86177],[491962,-87228],[492636,-88165],[494169,-78168],[496114,348],[495421,8596],[492137,6780],[493756,19084],[490085,15546],[502678,-164803],[501548,-167908],[501149,-170786],[500259,-172328],[501128,-169362],[503598,-166675],[503013,-170198],[503922,-168698],[507920,-172489],[506661,-171233],[501298,198],[500379,-50201],[507082,-62634],[503034,-51998],[502337,-55197],[504693,-67083],[506612,-75585],[506574,-65317],[507159,-70067],[505735,-65324],[504117,-73011],[509594,-72082],[506476,-92778],[505455,-91339],[504508,-92992],[505754,-102724],[502018,1181],[501405,24630],[506651,37151],[508289,37610],[510503,35979],[48182,137333],[39109,139055],[45888,147709],[41779,148606],[38478,142853],[43364,126349],[524251,-10909],[524451,-9065],[520235,-5383],[512577,-15732],[517098,-42062],[515905,-46320],[515333,-41759],[516793,-45983],[513940,-57823],[514586,-56781],[517951,-56282],[523312,-55677],[520880,-62383],[517613,-62093],[519816,-58758],[520330,-66242],[519019,-69566],[521619,-75022],[524083,-72469],[522240,-66394],[516630,-68806],[515599,-72316],[521856,-65608],[514011,-98565],[524508,377372],[513081,36693],[512094,38414],[513038,35303],[530231,-4954],[533281,-3775],[530193,-3271],[531552,-7846],[528299,-11426],[528266,-6540],[525605,-14828],[531242,-20160],[536771,-16132],[534414,-21750],[533198,-17939],[530260,-17431],[537125,-24047],[535908,-23424],[535905,-14158],[528380,-29565],[526935,-32958],[524856,-46419],[526276,-47195],[525260,-44868],[535895,-63764],[534795,-66286],[529669,-78874],[532183,-80142],[535482,-88090],[532916,-87329],[532409,363160],[534069,363574],[534972,376286],[526464,43886],[549234,-119758],[541420,-12147],[538421,-20822],[549362,-20469],[546683,-25143],[545869,-20814],[546834,-21004],[546571,-26477],[545056,-32112],[542523,-30558],[539356,-62393],[538783,-66336],[541203,-99300],[548621,-104982],[538899,2057],[540995,363167],[540692,367286],[545811,368717],[546381,381721],[540078,376277],[540406,382689],[540310,385862],[551802,-118135],[552813,-116841],[554710,-116064],[550938,-118074],[551290,-19995],[551910,-21566],[554487,-23065],[560391,-24609],[551023,-24365],[555842,-33682],[557820,-30826],[552302,-29830],[563048,-31574],[561306,-63266],[560583,-73808],[559076,-72267],[558993,-76406],[559122,-70632],[560640,-101200],[560407,-100496],[552269,-103790],[557362,10862],[554247,19198],[553157,17389],[552473,385236],[558502,386821],[562460,385995],[555852,388720],[564876,-19901],[572640,-19478],[571798,-19967],[573874,-21458],[564661,-34903],[569655,-26592],[575760,-28989],[573026,-26790],[572886,-35082],[570442,-35965],[571691,-34457],[575789,-32590],[572643,-31253],[572080,-35901],[572062,-38749],[571422,-56414],[570077,-59043],[568849,-55784],[569404,-60760],[570231,-63770],[573805,-63538],[573973,-67250],[566726,-67436],[570767,-69112],[570932,-71559],[567878,-68752],[570231,-65637],[566996,-75408],[571582,-78273],[573381,-78334],[569546,-95049],[572856,-99589],[566644,-94859],[567279,-108202],[566530,-111194],[567851,3370],[571764,5448],[568326,387964],[569291,98554],[568964,102460],[575365,108720],[578860,-2620],[582629,-28534],[585029,-33808],[579934,-34924],[579319,-36679],[579242,-34250],[577751,-30255],[577907,-28833],[586011,-35891],[587049,-50942],[578701,-38900],[583745,-41339],[588041,-42589],[578456,-44413],[587403,-52523],[578243,-85165],[580396,-84647],[582178,-86945],[588446,-101010],[583675,201272],[584583,17416],[576097,390516],[596172,-115908],[599370,-116168],[589035,-35661],[590067,-36544],[589044,-38989],[591645,-44939],[591361,-38211],[589286,-40870],[593998,-74696],[593070,-72184],[590969,-80430],[595083,-80172],[598911,-88971],[599855,-88728],[591987,-93240],[600011,-93007],[600989,-90240],[600724,-96656],[598462,-95778],[597328,-94092],[593494,-98951],[590124,-99394],[590806,-97679],[594242,-114042],[600398,-113174],[597822,-103808],[599758,-104437],[598526,-106599],[593224,-102474],[588948,-103987],[593999,-107081],[594706,-108863],[595321,-109432],[595985,-111636],[597343,-111730],[598259,-110388],[589474,198467],[589093,105521],[603213,-126875],[605956,-125235],[614384,-133655],[612634,-134013],[613052,-132479],[612765,-132378],[603817,-8699],[614066,-50243],[609578,-52058],[607207,-52032],[605780,-53330],[604953,-55100],[604672,-56752],[610411,-63790],[612300,-59966],[613029,-57994],[613652,-58321],[607535,-65052],[609775,-73970],[608313,-70833],[605168,-68042],[605499,-70031],[605817,-72062],[604069,-75070],[604215,-72912],[611111,-69120],[612574,-72218],[613333,-73082],[610915,-75527],[609265,-81621],[608193,-80947],[606558,-80323],[611124,-83814],[609205,-76811],[613361,-85505],[613885,-89790],[604470,-93643],[603929,-98255],[612801,-96963],[610271,-97227],[609193,-99068],[607774,-100522],[605887,-101996],[614266,-96794],[607470,-107228],[612401,-109567],[613888,-106453],[605474,-104592],[604834,-103454],[609900,348334],[621136,-127326],[615198,-122853],[617257,-121737],[614477,-121277],[616288,-117422],[615518,-115735],[626262,-130242],[624119,-130247],[624896,-131723],[624053,-133589],[626953,-134811],[626573,-135770],[625780,-136215],[624367,-135907],[623348,-134479],[623771,-134275],[621011,-135017],[620638,-134942],[618458,-134857],[620859,-131086],[621252,-128845],[621662,-127950],[620039,-128470],[616224,-129832],[615522,-130734],[615991,-133124],[614999,-55808],[615621,-60776],[618920,-59941],[623377,-61215],[622020,-56748],[625326,-56570],[627141,-55117],[620196,-55795],[626609,-59430],[622780,-72859],[624574,-74527],[620333,-72525],[624199,-70516],[615751,-74733],[615335,-88249],[618979,-80933],[618964,-79804],[618283,-78527],[620482,-82047],[617446,-84336],[619558,-85174],[623732,-83455],[614779,-101003],[621086,-99882],[615998,-98204],[620153,-95271],[618466,-91986],[617143,-90583],[614985,-90683],[620264,-92253],[621526,-89731],[617305,-99008],[623946,-101740],[626131,-98695],[627131,-96178],[624738,-92537],[624974,-94816],[623451,-89880],[624652,-89878],[615799,-112619],[616595,-109028],[614838,-109637],[615901,-106750],[622916,-103852],[623702,-107078],[621524,-104421],[618693,-105139],[615558,207201],[616388,210478],[620581,212175],[618007,354189],[622740,26779],[623428,415318],[639158,-120226],[636345,-122119],[636191,-124200],[635753,-126638],[636492,-129024],[632883,-130453],[629025,-129607],[629911,-129835],[631522,-128106],[629397,-134645],[630674,-133297],[630245,-131533],[632440,-136254],[629404,-136668],[635712,-136629],[635592,-134530],[630471,-138984],[634054,-128920],[638826,-861],[635437,-30927],[630898,-55529],[635461,-55542],[636674,-55555],[635723,-52915],[630331,-52745],[636532,-62547],[631563,-62191],[628566,-61372],[629918,-75343],[636755,-64890],[633316,-65155],[631724,-69627],[627792,-70504],[630393,-73261],[632116,-72982],[633974,-75500],[636075,-72308],[636589,-73704],[634334,-74559],[636883,-89282],[637943,-85609],[635699,-89276],[630199,-77441],[631068,-76938],[628917,-85093],[631044,-85163],[635851,-86136],[638645,-84359],[636034,-85961],[629608,-86760],[628393,-96954],[629043,-102013],[629266,-101215],[629283,-94900],[630527,-94803],[634750,-94915],[635918,-90645],[638737,-103304],[635426,-112620],[637485,-111889],[635416,2344],[635087,382875],[631853,381323],[627349,420639],[628889,424045],[638376,424815],[52516,134067],[61823,139725],[59914,139057],[649749,-116826],[648681,-120073],[648784,-120344],[644935,-121859],[643472,-119714],[642638,-122064],[645620,-124189],[648247,-127694],[640094,-125013],[648410,-115978],[641717,-116960],[649588,-119706],[647865,-118520],[640795,-119145],[652342,-119413],[642654,-125026],[650181,-123429],[652156,-125772],[645732,-128460],[642808,-135039],[646756,-133930],[650133,-131414],[641470,-132268],[643910,-130218],[642637,-129783],[643915,-132135],[642804,-135076],[650134,-1986],[650802,-9043],[651616,-28709],[651997,-46701],[649540,-44804],[642672,-60696],[645514,-57351],[642464,-56190],[640801,-61112],[641633,-62667],[645794,-62843],[647296,-63155],[651533,-72429],[647326,-73543],[646732,-72126],[644798,-69843],[640155,-68157],[642376,-65471],[652695,-70842],[652546,-65851],[649669,-65842],[649429,-67461],[649692,-71476],[649385,-82173],[647135,-83167],[642236,-83893],[646831,-81173],[648310,-79156],[649584,-79533],[649200,-84771],[649592,-83812],[648557,-101447],[651469,-100365],[651257,-101879],[650684,-89782],[652172,-89683],[645837,-92270],[645216,-89648],[647510,-90413],[651795,-91883],[652796,-114301],[645759,-112889],[642984,-113697],[649517,-103322],[647148,2504],[645040,381650],[650027,388519],[641131,430301],[643293,423978],[641893,426592],[656001,-117375],[653423,-115892],[655534,-118741],[656218,-120530],[658636,-125757],[665542,-120203],[663406,-122794],[658140,-122869],[658543,-122395],[659797,-128131],[658239,-129076],[659314,-131599],[663785,-135828],[663494,-137248],[658757,-6387],[659336,-11034],[660005,-16985],[663822,-21004],[659543,-23995],[655194,-27326],[661518,-59327],[658108,-57343],[655949,-58689],[653812,-59158],[654224,-60278],[653689,-75000],[654011,-68432],[654947,-72400],[654193,-67919],[657391,-77216],[661683,-78636],[662504,-77990],[656511,-78595],[664204,-81770],[665198,-84414],[663956,-86014],[660084,-81087],[662613,-80675],[654018,-84001],[657030,-82423],[660525,-88774],[659026,-81645],[659939,-83482],[656992,-101024],[656040,-89728],[662489,-91408],[659319,-92147],[662393,-114834],[659298,-111891],[659107,-109433],[655426,-109025],[654073,-109951],[653601,-112724],[654596,-114515],[658386,-103447],[669672,-125765],[671680,-126264],[666068,-122744],[676987,-130313],[669834,-134260],[668012,-139128],[677506,-137586],[667438,-141589],[667789,-145543],[675814,-168476],[677900,-171624],[677824,-168941],[677569,-170609],[666050,-10477],[673138,-9721],[674145,-16841],[677627,-18335],[676040,-20742],[674528,-19119],[665784,-64996],[667595,-67113],[670791,-93611],[671073,-92718],[673073,-93284],[672767,-96832],[668943,-101660],[667371,-100530],[673697,-100632],[667795,-98361],[677405,-111701],[672359,-102724],[674335,101912],[668001,101899],[675003,91794],[676573,106681],[671927,107383],[674368,114537],[676419,118095],[669171,115485],[689886,-122542],[683104,-115196],[688115,-120225],[679446,-123152],[679635,-138530],[680765,-138030],[681404,-138149],[682823,-139268],[685913,-139763],[686387,-139247],[688802,-140225],[690238,-139476],[684358,-177373],[681465,-174731],[684484,-178184],[690152,-169410],[683261,-171452],[685898,-172383],[683639,-172808],[689855,-175007],[690514,-186633],[689105,-185861],[689227,-184941],[680364,-8610],[681652,-24358],[684774,-19587],[682583,-14229],[678900,-26495],[688937,-53327],[688186,-76487],[680442,-71590],[686714,-67726],[687805,-87383],[682888,-87170],[689691,-79489],[689464,-91777],[686578,-92463],[688865,-114279],[684649,246086],[687857,102100],[678856,101989],[688408,97782],[684002,96495],[685203,95206],[679338,94514],[686163,102982],[684326,103749],[687818,105348],[681300,105417],[689217,105093],[685843,106624],[686470,108767],[684713,109312],[686212,111245],[686690,112781],[688041,112023],[688677,107585],[686841,117082],[684557,117264],[681969,117114],[679883,119103],[695490,-118352],[693015,-120667],[698288,-118823],[701150,-125127],[692294,-138020],[693012,-136739],[694605,-137754],[693043,-133543],[694820,-136121],[692933,-134398],[694572,-136599],[700188,-159060],[695721,-166001],[693848,-165642],[694536,-164230],[701319,-153456],[698033,-161609],[691046,-167273],[691783,-168849],[692347,-173432],[691533,-173946],[694476,-170118],[696301,-173139],[695809,-171651],[697537,-173143],[698824,-174339],[697785,-174647],[695949,-173120],[694989,-173513],[691558,-183237],[700373,-188816],[699334,-190271],[700397,-191219],[700299,-189890],[699081,-189371],[693138,-44469],[694064,-94232],[701527,-104948],[699252,-109359],[699848,-113721],[698764,-113725],[692650,-114465],[691789,272227],[703291,314264],[699422,315693],[702083,418276],[700395,415332],[703565,415549],[693236,413619],[697889,469925],[695824,470706],[694538,473130],[699146,477567],[698860,476489],[702565,483845],[702094,478277],[703322,483989],[704356,-126902],[716666,-121621],[711883,-125922],[706981,-125034],[709401,-125706],[714679,-119421],[704568,-120036],[704825,-120633],[705806,-123105],[712869,-124013],[709128,-121457],[709396,-128729],[705866,-147363],[715300,-145085],[713050,-165290],[710112,-161725],[705081,-156035],[709332,-160929],[711787,-160359],[705322,-159787],[707586,-154817],[707163,-157499],[712170,-179424],[706863,-189748],[712728,-114200],[713507,-106717],[710994,-106038],[706128,-104241],[706697,411626],[705155,412030],[708920,412911],[705390,480694],[704874,478662],[707172,480343],[709676,483402],[712560,478942],[715411,478813],[717965,-121480],[719492,-152380],[720892,-152399],[727572,-144843],[719086,-145985],[721221,-153583],[718628,-155514],[721514,-155824],[720266,-157780],[720169,-157747],[717009,-160396],[719679,-159420],[717908,-161342],[717868,-156996],[725132,-203970],[724263,-202475],[724958,-206480],[721831,-206009],[719269,-206190],[729033,-213651],[720592,-114959],[726720,-114446],[722785,-104097],[719371,-109947],[726104,-103283],[729541,204958],[729236,202885],[728112,205267],[719227,475207],[737181,-117762],[741902,-121895],[740816,-121953],[734211,-133388],[731814,-139497],[730843,-131152],[736961,-130542],[734703,-131163],[741119,-132582],[737504,-144207],[741134,-157160],[741141,-157797],[741156,-158132],[733636,-165514],[733087,-165587],[740224,-159670],[739545,-158634],[734109,-159283],[741766,-159937],[737530,-158107],[739810,-160126],[730115,-165726],[734090,-167403],[736170,-167735],[737482,-197992],[733735,-195175],[739805,-200897],[729705,-193341],[730046,-210113],[741114,-206183],[741908,-209649],[741279,-207699],[731199,-214645],[736555,-215101],[734106,-211280],[734487,-211621],[734710,-211990],[736674,-213982],[732810,-214549],[733463,-103577],[740497,-106507],[735060,202572],[729901,202144],[732440,200448],[732901,201159],[731232,196725],[736012,198093],[731558,200060],[730159,201178],[736508,201211],[737778,202157],[734765,205005],[734825,205955],[732104,206877],[730089,205635],[729620,207329],[731250,207211],[744608,-123065],[744366,-127714],[742439,-118659],[748837,-135641],[744043,-137378],[743855,-135922],[742827,-143851],[747016,-142526],[752940,-142658],[751943,-141797],[747040,-141890],[754296,-144161],[745233,-155460],[743296,-159566],[742911,-159569],[749967,-191782],[754470,-188396],[753478,-184821],[753547,-185924],[748056,-188056],[743876,-189876],[750450,-192503],[748985,-193605],[743860,-196847],[746098,-198057],[745889,-197828],[745333,-201794],[746580,-204423],[747391,-203416],[749042,-193831],[744413,-205900],[744726,-205511],[745759,-205389],[766766,-118567],[765185,-119696],[755711,-138169],[761833,-137128],[763515,-140184],[762021,-147931],[762211,-145589],[758434,-146639],[765004,-157221],[767427,-167600],[767651,-175053],[762863,-177896],[764361,-174413],[764997,-178100],[765340,-175423],[764495,-174102],[758129,-182252],[763815,-181354],[755946,-183417],[755740,-182186],[756936,-182419],[760960,-179942],[65944,129986],[74242,129267],[66623,134886],[66338,114829],[74070,103612],[66664,125291],[777842,-121338],[778113,-125976],[778684,-115638],[770246,-122597],[778106,-129894],[768899,-129393],[772880,-128493],[779958,-139732],[775670,-139751],[780689,-139606],[780172,-139516],[775459,-130170],[771225,-144888],[769935,-143916],[779219,-152608],[773428,-153561],[771106,-154024],[769393,-155762],[771402,-159582],[770974,-160424],[776940,-158639],[776687,-156768],[779450,-153707],[777293,-155407],[774940,-156316],[776422,-158451],[777199,-157988],[778002,-159622],[778879,-162896],[779196,-162555],[779554,-164459],[776668,-164931],[777541,-165022],[779649,-165415],[772968,-162212],[773651,-163596],[772079,-162242],[770626,-161822],[780481,-166291],[777006,-166592],[777221,-166625],[777194,-168178],[773930,-170739],[770181,-172032],[769834,-172751],[769599,-166903],[768640,-170758],[771974,-170622],[773904,-112753],[771014,-114197],[783087,-119633],[788589,-124180],[786441,-123742],[789520,-118258],[782231,-128706],[791225,-129879],[792829,-128515],[784397,-136885],[790129,-136253],[790016,-139451],[790209,-138811],[782621,-130399],[793360,-149479],[790993,-145205],[781093,-142800],[785152,-142606],[785397,-146187],[791628,-142415],[782636,-150399],[793295,-163663],[787442,-158746],[788579,-161541],[790504,-160828],[783556,-160622],[785040,-161018],[784889,-165987],[783929,-165692],[781849,-165177],[781924,-164211],[789360,-168982],[785371,-167056],[782637,-167814],[791127,-114772],[801126,-118046],[794017,-121789],[801705,-122510],[803450,-134241],[801680,-136937],[794021,-135488],[795928,-136571],[801353,-132963],[797005,-130993],[796183,-145585],[798486,-146307],[793705,-150985],[797551,-144257],[797619,-147908],[803092,-142936],[801369,-151168],[804740,-160952],[802105,-159742],[804705,-164119],[804530,-165874],[801262,-163292],[799027,-160052],[798144,-157106],[797946,-157877],[797422,-161200],[795077,-162365],[796337,-162582],[794012,-166796],[800220,-172481],[800553,-169333],[794660,-168372],[798782,-113682],[797723,-109492],[796275,-106918],[793721,-107959],[805877,524138],[806196,518595],[805273,534199],[803014,534646],[799661,530381],[800237,526612],[802337,525607],[805022,528121],[807329,-120481],[813827,-137422],[816624,-138124],[810047,-131892],[806877,-134968],[806945,-138354],[806948,-140253],[818659,-140799],[808953,-143890],[810334,-145612],[806560,-145771],[814206,-146973],[813199,-148480],[814727,-152215],[813001,-165871],[808338,-165920],[806688,-161158],[811778,-158659],[808437,-164389],[813984,-159216],[816084,-161486],[807085,-163123],[814327,-161417],[819057,-171045],[816367,-172321],[814837,-171509],[815150,-167302],[812433,-166289],[814121,-169028],[813941,-187297],[815870,-184586],[816250,-207256],[814904,-206374],[813582,-206121],[807806,521541],[807896,520907],[810522,519556],[809133,522719],[810033,522119],[816954,520877],[816996,514191],[818676,533731],[818418,536552],[817856,526457],[811603,528354],[813880,535844],[809894,537676],[814151,535041],[809088,537436],[809864,534577],[806851,531113],[827421,-152121],[827724,-146901],[825146,-140605],[823145,-140878],[831694,-144002],[831190,-145580],[820088,-147113],[821097,-151991],[831792,-162671],[831973,-158268],[825833,-156168],[827173,-160145],[823698,-161514],[824438,-161654],[823963,-163604],[825147,-163775],[825061,-165523],[831740,-175314],[831357,-178032],[823309,-178028],[823050,-173054],[821331,-170183],[822329,-167163],[823015,-166930],[824127,-166715],[822915,-170240],[823100,-171979],[820296,-172697],[828523,-179040],[819859,-191815],[823513,-209504],[824587,4451],[822633,4323],[821024,3908],[820570,1471],[827101,523026],[825283,518073],[819524,518414],[819275,515973],[821331,518542],[819684,522528],[822737,518230],[828460,514892],[828616,512816],[829164,513533],[827608,513624],[831852,518963],[831580,518337],[831390,534715],[830781,537648],[831493,535850],[821294,537531],[822786,531950],[819960,533999],[820231,525170],[820931,527761],[826076,531899],[831645,532485],[830034,537703],[829231,537343],[823348,528293],[822430,528305],[824214,525814],[829242,528143],[830899,531510],[819814,540819],[830726,543040],[827322,541855],[831933,545739],[820437,548945],[825276,549536],[826302,544779],[821312,546269],[822003,546624],[820856,540370],[827291,538759],[835511,-149857],[833252,-145007],[840366,-156026],[843543,-159399],[842005,-165979],[838464,-165838],[835395,-163058],[834852,-160848],[837151,-155583],[835008,-153624],[842564,-172619],[842609,-172350],[838633,-172044],[837258,-178431],[832021,-179304],[839492,-190592],[843462,-190280],[842107,-188100],[844431,-189697],[836745,-204589],[835135,-203421],[844220,-198884],[844036,-200554],[838978,-195638],[836472,-195344],[836467,-192504],[842387,-192335],[841754,-196179],[843447,-195279],[836833,-202958],[835521,-199657],[838519,-198145],[841971,-203655],[835253,-208428],[835577,-205354],[835615,-206924],[842508,-205870],[842534,-206214],[837237,-209170],[843943,-85775],[839747,-82727],[843214,-91323],[853641,-148833],[856580,-143698],[848358,-151055],[849169,-152922],[856604,-151231],[845856,-155587],[846054,-161420],[855622,-172333],[855401,-170619],[852693,-171773],[852273,-176115],[850321,-172666],[849220,-168623],[851045,-167378],[856762,-187997],[854476,-187474],[854685,-185661],[854307,-183097],[854666,-187195],[854127,-188566],[855369,-179683],[847840,-189466],[848738,-189817],[852779,-188563],[846621,-185606],[847067,-199067],[845696,-201545],[855494,-84375],[850820,-82547],[851730,-80557],[864504,-148817],[861137,-148895],[867861,-176481],[867975,-174166],[861304,-173840],[862263,-176357],[863500,-190026],[858909,-189021],[867804,-185610],[863076,-186737],[864279,-186506],[870018,-189949],[867595,-191538],[860063,-179282],[866261,-192433],[869826,-86932],[867047,-84392],[866124,-81948],[867415,-79293],[865714,-83386],[865911,-87145],[864410,-81675],[866950,-85255],[868741,-89382],[869463,-94065],[868966,-90179],[867782,-97409],[869767,-99052],[864848,-91612],[866746,-92135],[869182,473016],[867030,472396],[864132,511637],[859483,508281],[857902,506478],[861973,507045],[862472,501060],[861513,503698],[865675,508177],[868280,512021],[868804,507493],[868238,511435],[857655,520488],[859254,516097],[858918,518075],[866538,518927],[861216,520990],[862460,513734],[869293,518466],[862400,522345],[864705,520009],[865146,521864],[870074,521048],[865292,522986],[861787,519728],[866255,517180],[861030,517368],[868562,514252],[858770,531723],[857814,529783],[865895,537691],[863671,537650],[865237,537642],[867928,533834],[860570,528763],[861342,532924],[859414,537207],[869274,527639],[859040,545764],[861603,541940],[865039,546505],[865283,548133],[864407,548312],[863449,549652],[864146,546220],[870054,545614],[866583,543238],[870377,542839],[869268,541422],[858472,543621],[870277,562467],[866018,559011],[867100,560120],[862443,558966],[864012,558648],[862929,555812],[860434,553362],[865903,551409],[866242,551330],[881008,-157929],[879493,-163074],[875200,-178831],[874651,-177384],[882243,-176380],[871470,-179291],[872151,-189378],[873912,-75271],[872562,-88169],[871485,-88576],[878909,-84142],[878914,-84806],[879670,-82300],[878985,-78480],[877645,-79649],[874236,-79015],[879910,-81229],[871098,-81281],[873333,-81430],[881597,-84016],[876629,-77822],[881397,-76656],[880206,-77669],[871639,-84341],[880951,-79915],[871128,-101609],[870417,-93841],[871415,-91640],[880323,-91606],[880974,-94572],[879214,-89883],[876412,-101821],[882608,-105567],[874998,-103963],[879296,-102589],[877967,-102294],[875566,-104277],[875168,-103274],[873399,470232],[877238,469797],[876029,469864],[872151,475850],[870771,488738],[872543,495632],[870787,497682],[870908,494054],[872711,494628],[870553,509420],[872907,510824],[875044,502176],[872607,503737],[873608,503672],[880098,500351],[880739,504418],[870636,500140],[875694,502754],[871537,523094],[872533,517834],[872368,514079],[877702,547540],[873430,550067],[878374,547522],[872412,539601],[877720,548820],[871427,541013],[871346,546208],[876870,544561],[880813,549511],[881936,559091],[882962,560089],[880078,558766],[880304,550643],[877876,550844],[881507,562688],[873801,556112],[871733,555659],[871704,553056],[882938,557711],[878872,555133],[873371,560264],[879271,554677],[875388,561031],[880634,551212],[884651,-158322],[883700,-160901],[885669,-163314],[883409,-163018],[884496,-173804],[888149,-173509],[890138,-170921],[895495,-170423],[892982,-170583],[894835,-172160],[885706,-166563],[887681,-169086],[889312,-169999],[888247,-61865],[894964,-57497],[887981,-63826],[888761,-72857],[887968,-71885],[890526,-74453],[886654,-74095],[885765,-71436],[885653,-73224],[885063,-72624],[883501,-74708],[886649,-81140],[888814,-77319],[889972,-79431],[889680,-77524],[886796,-84002],[890864,-82351],[890756,-85611],[891130,-83054],[885492,-82899],[884197,-87672],[883488,-88615],[883871,-81569],[894210,-86855],[891420,-87743],[886268,-86633],[883822,-86765],[893358,-85355],[894216,-84539],[891883,-81488],[890536,-81320],[890331,-80020],[894521,-90065],[887071,-95495],[886910,-92003],[883915,-91364],[891167,-95245],[895090,-92094],[893270,-100225],[895122,-98922],[890840,-99727],[891172,-92970],[890041,-94367],[890075,-91603],[888059,-92863],[885385,-91093],[887062,-107371],[890174,-107994],[888057,-102274],[886109,-104394],[888162,-105225],[886069,550308],[895480,562875],[886716,559038],[885372,557820],[886014,561803],[888103,561239],[889512,554602],[885323,555688],[889629,554962],[892577,555176],[890180,551597],[890884,556749],[889755,555696],[893358,556505],[79050,108841],[82186,122375],[86870,116828],[80206,121150],[897804,-157485],[897044,-160050],[898222,-156952],[904044,-159585],[906851,-161331],[900608,-158921],[905470,-165559],[898506,-168626],[906001,-168714],[905142,-169356],[903245,-167201],[903809,-171217],[900890,-174082],[905558,-169615],[907160,-61491],[898297,-74301],[896068,-75697],[904988,-72952],[901880,-68163],[897112,-66671],[903101,-67317],[902769,-67260],[907547,-66681],[907601,-68210],[898959,-87886],[904693,-88136],[906445,-85449],[906526,-86469],[906308,-84837],[897589,-79230],[902279,-81033],[898078,-79921],[900393,-82470],[906263,-80624],[896038,-84223],[896571,-92070],[900039,-95033],[907709,-93136],[904417,-89948],[906844,-90335],[908199,-100424],[905376,-93221],[903108,-94062],[899425,-90480],[907136,-109245],[899495,-108306],[900602,-108725],[902357,-108430],[900889,-107913],[908240,-106476],[907658,-109614],[908192,516653],[903943,522961],[906544,523878],[904337,526829],[900427,525984],[908294,525871],[899404,556743],[900974,558808],[905065,558554],[900824,562006],[898472,558235],[902214,572815],[899935,573591],[900225,567885],[898951,565498],[903114,565636],[901592,566629],[905028,565449],[908355,581866],[897846,579049],[898875,586373],[905383,583750],[904476,583185],[901215,584857],[899876,581285],[897399,582381],[900696,577484],[906931,580363],[908737,577898],[901316,589737],[907319,595863],[904427,589479],[903119,594840],[900892,594043],[903140,590750],[903610,598568],[904872,596815],[903270,601317],[911692,-176955],[910607,-171380],[911271,-179048],[915137,-56604],[920789,-57977],[917628,-61640],[919523,-57039],[919705,-56671],[913887,-63732],[911900,-63391],[910063,-60257],[918999,-71638],[917028,-73063],[920768,-70304],[919764,-65360],[920528,-65176],[910362,-75559],[910989,-67040],[917928,-80671],[920263,-80619],[921204,-79477],[913125,-82930],[909809,-98419],[910028,-90539],[916372,-91590],[916940,-92403],[916531,-93131],[914741,-96647],[913622,-99350],[910145,-96723],[915028,-90222],[912744,-89414],[909199,-89665],[918780,-100820],[918332,-96988],[911235,-100656],[916553,-92254],[917881,-102371],[921329,-102747],[916222,-105856],[916790,-105108],[914190,-106445],[918606,-103370],[912326,-105949],[915966,-104565],[921115,-113104],[921236,-111837],[920018,-110832],[921061,-112939],[913508,457842],[918935,450236],[919364,450346],[917120,455317],[913970,462322],[909743,462099],[913282,509680],[913421,509016],[913167,511130],[914148,518471],[910663,513514],[910895,524457],[911039,563293],[917108,575072],[912444,564850],[917448,569723],[915470,572109],[919971,575618],[918602,576075],[910872,572183],[909661,583653],[915981,581599],[916183,579880],[913510,581140],[912479,580447],[920907,582573],[909616,577039],[914306,597588],[913555,598479],[918861,599706],[917976,593426],[918445,589865],[909852,594448],[917172,600902],[932152,-120198],[924494,-115725],[922299,-178058],[927346,-178918],[924744,-177046],[927749,-173886],[933017,-176510],[921819,-179564],[925019,-180209],[930085,-180698],[927372,-50231],[928803,-63214],[930987,-59735],[923978,-52790],[928716,-51820],[934061,-54782],[932983,-61645],[925017,-66048],[921620,-74069],[932803,-88838],[922267,-82902],[925958,-84880],[931678,-97097],[929046,-97212],[927155,-95079],[924633,-94754],[923818,-96620],[922659,-94875],[933557,-109441],[934287,-110075],[933822,-111780],[933091,-113934],[925452,-111212],[923313,-109818],[924889,-112097],[924083,-113622],[926971,-103119],[927023,-104064],[928552,-110760],[927296,574509],[933497,578395],[927923,586855],[925527,586099],[927051,587700],[924407,583360],[925267,579035],[930764,582061],[923478,576232],[921913,580829],[922447,583069],[932516,594277],[931566,592518],[926911,593489],[932449,594618],[928611,594989],[924281,599707],[925714,598124],[924899,595410],[927858,595801],[921736,598533],[921723,589277],[938430,-121234],[935019,-120202],[935177,-117869],[934513,-121346],[936180,-117928],[937262,-122332],[944003,-115479],[942826,-179886],[940327,-179619],[946314,-184020],[937055,-63158],[939897,-63657],[934985,-55256],[936581,-62300],[940357,-55835],[946851,-76581],[939959,-68340],[946179,-71047],[945301,-70853],[940417,-73569],[938473,-73798],[936048,-73826],[938538,-83687],[940988,-81618],[941173,-85342],[942593,-80906],[946783,-79964],[946901,-83762],[943792,-80265],[941639,-76658],[939599,-77337],[934941,-88618],[935573,-78999],[936388,-81755],[936333,-80283],[937080,-77618],[935505,-80420],[937614,-85821],[945743,-99374],[943726,-100795],[937408,-89415],[935106,-90134],[935808,-109317],[945052,-113943],[944808,-111710],[941135,250628],[941074,247606],[945024,246805],[945625,260622],[943977,260286],[940680,257923],[935224,580397],[939872,577919],[944497,583695],[935639,580638],[943039,577712],[942604,579376],[942671,580572],[946541,581441],[936602,582281],[934509,587354],[936551,587686],[941543,584829],[941886,599257],[944719,589995],[938427,592135],[941513,589411],[942995,598081],[938462,589118],[943684,592123],[945484,595569],[944045,592288],[945554,600581],[951077,-127085],[950201,-127675],[950031,-125417],[948519,-127535],[958181,-127208],[955363,-125186],[955578,-121092],[955276,-116864],[958154,-124217],[953200,-122171],[953067,-119961],[950147,-128808],[952061,-131466],[959275,-132283],[958962,-128880],[953472,-128794],[954457,-128871],[959006,-176804],[955560,-189800],[951056,-188164],[959181,-189813],[956020,-185063],[949826,-190139],[958253,-186682],[948246,-183988],[952245,-76319],[949795,-75229],[948714,-84530],[947883,-82813],[949791,-87292],[953261,-88906],[953104,-84872],[954122,-82081],[957973,-82464],[955158,-79356],[948666,-78193],[950741,-88903],[950432,-86202],[952040,-86364],[953821,-85604],[952754,-82606],[953166,-78974],[953200,-81868],[954962,-81215],[957178,-83698],[959689,-83017],[959683,-80337],[949740,-99269],[949705,-97710],[947312,-96847],[948634,-94948],[949803,-93483],[950719,-92785],[954082,-89771],[956081,-100321],[955865,-102059],[950400,-109742],[950511,-110761],[948300,-104213],[959921,-104293],[958476,-106955],[958608,-106741],[954994,-103535],[955192,-114164],[952028,161825],[951635,162778],[952226,163377],[948090,157727],[955615,161897],[956369,199102],[958270,238675],[956892,234375],[959572,232090],[958457,255563],[954339,252849],[956533,247823],[953715,262130],[950377,263243],[947998,264687],[951487,304032],[947349,577768],[948422,577544],[947833,581641],[951222,578632],[949070,586270],[950949,582534],[949857,584053],[958178,582046],[950136,588002],[956893,588109],[954332,588332],[952335,585351],[957692,584532],[952793,578617],[951351,580184],[951103,584020],[954444,601184],[955931,600470],[954808,595548],[953534,596695],[953557,595206],[958004,595102],[957916,596150],[954258,590652],[954142,590290],[955346,592363],[959835,589881],[947435,589303],[948507,589324],[948333,592737],[952288,594159],[965885,-115671],[965257,-119263],[964604,-118555],[963049,-119963],[962387,-121043],[960717,-122879],[963915,-122245],[967663,-122090],[970300,-121029],[966545,-120871],[969681,-119522],[971949,-124021],[967207,-123988],[972758,-121622],[971968,-131100],[965474,-132487],[964485,-133317],[962785,-130526],[964841,-177751],[966390,-177943],[969527,-200577],[969638,-199272],[967142,-86988],[969802,-86821],[969283,-87287],[960573,-86404],[961263,-82256],[960221,-81753],[963354,-81684],[965378,-80154],[966151,-82100],[968456,-79164],[970678,-78806],[967488,-97182],[967979,-100448],[961687,-98816],[965504,-97837],[966187,-97093],[966467,-98155],[971990,-107284],[968816,-105681],[966154,-107262],[964361,-108487],[964604,-112261],[965576,-114426],[969740,178685],[972404,192643],[964275,202318],[960884,236401],[961963,249928],[961573,588812],[971235,588653],[970594,595549],[963748,593819],[960309,590698],[970146,597211],[961219,599247],[960648,597703],[965355,596265],[976664,-125399],[974518,-122548],[975983,-121537],[976585,-115239],[975190,-118148],[976536,-140503],[975130,-137098],[973908,-134029],[973597,-133067],[974843,-130679],[977267,-128955],[975828,-131755],[985168,-132778],[985514,-129778],[981698,-129609],[977792,-129030],[979782,-150020],[974234,-143508],[979410,-147110],[980983,-150244],[984421,-148356],[974590,-153457],[978094,-156999],[979099,-168272],[980386,-184685],[977514,-179921],[978142,-196383],[980070,-197159],[978735,-197100],[979089,-199714],[982522,-195613],[979463,-192578],[975678,-74698],[976685,-72181],[980247,-72678],[979395,-79691],[975826,-78863],[974350,-82822],[977074,-83188],[978528,-83189],[985324,-98728],[983543,-99899],[984214,-102011],[984654,-110297],[979639,-102850],[978981,-104653],[976576,-104713],[978366,-107279],[978262,-107683],[980926,-107697],[976485,-111396],[974827,-112094],[976230,-114907],[973997,-110375],[978034,175256],[981188,173794],[983693,170338],[983674,173652],[983495,169727],[979884,178513],[974742,175112],[984952,170859],[974887,176660],[973093,177719],[979614,187617],[973373,189256],[979823,180895],[979378,182757],[982489,188675],[975985,181065],[976306,190241],[978846,192135],[983361,198200],[978563,196511],[977399,192719],[981638,201641],[981684,198126],[983534,193580],[979514,200564],[980741,591401],[973602,598681],[979095,600791],[979633,600418],[975926,594783],[984903,599024],[976024,592448],[974554,596052],[980062,593849],[978320,594957],[976864,591045],[981050,599763],[980635,597126],[982586,600249],[979554,600576],[980379,600620],[973011,600436],[978715,97020],[980151,96714],[984626,101186],[984794,103728],[979077,103442],[979029,104331],[989201,-118694],[990248,-123807],[993944,-126467],[989742,-139627],[989258,-135589],[988949,-137769],[992599,-129328],[989223,-127933],[989774,-130588],[987241,-131935],[996245,-128665],[995661,-130679],[986962,-129308],[986161,-147779],[987479,-148087],[995439,-148633],[986091,-145831],[987476,-143731],[992739,-144282],[993484,-145775],[990062,-149895],[996505,-151678],[992633,-147651],[992961,-146757],[990485,-144015],[992199,-142404],[996383,-145883],[987020,-162722],[988447,-162572],[990983,-163830],[991178,-160435],[988464,-159273],[991783,-162298],[997396,-153530],[987031,-178830],[987620,-176166],[988254,-175879],[988974,-171840],[991561,-170711],[993332,-169037],[994403,-171975],[995229,-170751],[993241,-168270],[987316,-80835],[988827,-77840],[991435,-79709],[990386,-82029],[994337,-80490],[993110,-77224],[990716,-86558],[989110,-85983],[989034,-88429],[988040,-101508],[986982,-109569],[987315,-112036],[988524,-113367],[989433,-110270],[986634,-107380],[986250,-105497],[986415,165566],[988252,159770],[987053,164313],[992281,161861],[991410,175933],[994061,173889],[995117,166885],[996911,191715],[988399,202381],[994544,199814],[996241,193193],[993137,201203],[996325,198352],[990877,202160],[990822,204125],[993263,196884],[993298,203779],[995749,210097],[996641,214234],[992366,206940],[989444,207050],[991423,217747],[995367,205661],[994582,210768],[990487,214849],[989463,211316],[989227,216463],[990240,219980],[991497,230390],[987436,218884],[996615,227573],[988400,219138],[991169,228738],[989380,236482],[997492,240986],[994197,230922],[997519,243367],[996927,239692],[990434,233529],[993058,236669],[992314,237295],[992877,233995],[991909,233026],[993585,234646],[994370,241166],[992952,239375],[989616,237597],[987735,239198],[989916,239605],[992460,595204],[994777,599306],[992418,599493],[989590,600713],[986178,97513],[986098,96444],[997231,104197],[998047,102650],[1000626,-127335],[999480,-129719],[1002754,-130814],[999393,-151676],[1002967,-148277],[999131,-146057],[1004545,-159724],[1006664,-160236],[1007085,-163251],[1000163,-153441],[1001862,-154409],[1001599,-156420],[1000292,-156948],[1004216,-155500],[1004755,-155196],[1008360,-163655],[998448,-174363],[1004508,-174845],[1002018,-173716],[1000307,-175465],[1002353,-171001],[1004402,-170327],[1008422,-169752],[1001680,-173913],[1000645,-75436],[1010223,-71908],[1005945,-74047],[1007874,-73497],[1008847,-72439],[1001149,-77088],[1004717,-77532],[1005153,-77051],[1005437,-80781],[1006104,-77351],[1004370,-84328],[999261,-88565],[1001653,-85870],[1004817,-87647],[1007687,-87049],[1007831,-84775],[1008266,-83350],[1010192,-82546],[1006894,-91811],[1001803,-94096],[1003138,-93930],[1008900,-91333],[1011100,-90987],[1010520,-104394],[1008063,-103555],[1006292,-104591],[1005931,-104261],[1005417,-103795],[1010881,180216],[1010737,183673],[1009483,185267],[1008668,186134],[1006237,189626],[1001890,187349],[1003281,189277],[1007357,201675],[1004165,202629],[1001089,202231],[1009521,198964],[1011133,197941],[1004583,202154],[1000733,200734],[1008376,199289],[999776,203389],[998701,203647],[998853,210124],[1000036,206270],[1002553,225374],[1002405,225336],[1006042,225566],[1001963,221975],[999516,222326],[998759,225164],[998786,227016],[999859,225170],[999330,227313],[1008345,227863],[998868,241921],[1003562,252166],[1010954,255308],[1001731,249609],[1003084,255204],[1003707,248602],[1005489,256056],[999859,244366],[1005890,252366],[1000008,244165],[1009819,260224],[1009923,266911],[1002250,269641],[999623,596795],[1001212,601659],[1008819,594518],[1008663,592836],[1008280,599074],[1010739,604382],[1006670,605251],[1000798,602112],[1000473,607486],[999754,613523],[1000823,608399],[1008822,612975],[1008865,612757],[1000133,607557],[998817,606615],[998724,97751],[998676,98020],[1000103,102568],[1001289,103440],[1012730,-165218],[1012496,-70490],[1019014,-75353],[1014259,-76281],[1012313,-88739],[1012493,-80435],[1013940,-78718],[1016015,-78196],[1017110,-79108],[1021951,-80197],[1019719,-86064],[1019152,-84360],[1013846,-83779],[1012917,-86074],[1014632,-89021],[1015744,-90445],[1013541,-93228],[1013158,-91341],[1012661,-95424],[1011996,-99446],[1012346,-101804],[1014247,-100619],[1016770,-102090],[1014533,-103850],[1015728,-107954],[1011914,-107004],[1012870,-108751],[1014436,-110390],[1018418,-108296],[1021294,-111007],[1022425,-109209],[1022513,-108849],[1019490,-110147],[1012790,174651],[1012740,176815],[1018988,178329],[1013967,183099],[1013967,186036],[1017027,185549],[1019249,200259],[1019988,201404],[1022098,202493],[1013160,216272],[1011988,216265],[1022122,217934],[1021819,219560],[1021826,218759],[1011770,217932],[1020260,227751],[1019584,228563],[1014416,231871],[1022697,546594],[1022622,596051],[1020663,592138],[1022233,596096],[1018660,596262],[1018606,594459],[1018949,597422],[1011511,600717],[1019554,604672],[1021564,603722],[1019250,604182],[1013853,604290],[1020618,609230],[1016815,607233],[1022960,608129],[1017288,613813],[1011548,606972],[96212,107050],[99501,108195],[91462,118246],[102156,117231],[1034210,-101150],[1030168,-101138],[1036764,-99820],[1032384,-97913],[1033365,-99110],[1034361,-97066],[1032438,-101188],[1024185,-107414],[1026967,-105417],[1030201,-105371],[1029594,-106973],[1031007,-108293],[1031398,-103672],[1036435,-103626],[1031161,208295],[1036330,206667],[1024412,221920],[1034868,220913],[1034292,484485],[1032112,497224],[1035553,489977],[1034839,511448],[1027564,519657],[1028119,535874],[1033267,528065],[1029973,554571],[1035348,598395],[1036079,592557],[1029650,598426],[1027310,590153],[1030087,595753],[1032224,593995],[1024803,598722],[1024438,597722],[1033184,600133],[1035150,602614],[1027230,603676],[1024339,602221],[1033406,605837],[1033518,602597],[1025401,603757],[1029260,604499],[1034893,613274],[1035693,611014],[1032327,614315],[1028847,607073],[1027130,608341],[1027935,609305],[1038241,-99176],[1038428,-102216],[1044404,-103923],[1043289,-105838],[1045454,-107672],[1047223,-106847],[1046827,-105222],[1045650,-103320],[1048816,-108716],[1047051,-111182],[1048179,-113083],[1047432,-114117],[1046594,-113154],[1044137,-113739],[1041908,-103982],[1041487,190427],[1049285,184440],[1047795,182386],[1039936,192535],[1044833,199887],[1042794,202715],[1048843,196530],[1043474,203888],[1043153,207630],[1042726,205842],[1039280,208947],[1046673,216012],[1044620,211512],[1043611,211270],[1038108,207483],[1037258,210002],[1037701,206149],[1039883,210004],[1042547,207676],[1047196,220989],[1046859,225241],[1049155,226688],[1048001,221832],[1049555,219355],[1046015,473636],[1039377,492282],[1039969,504562],[1048276,502717],[1049116,505543],[1043334,532652],[1037485,598757],[1039752,606385],[1038034,610685],[1039095,603120],[1039403,606393],[1042892,606383],[1039213,607439],[1041901,612771],[1047296,612555],[1041294,615620],[1045605,616838],[1048562,618865],[1049202,619460],[1045763,615744],[1042314,625441],[1042580,624678],[1042537,616179],[1039903,620360],[1037927,616552],[1039497,624629],[1037280,620688],[1036870,622716],[1043516,627453],[1049254,630317],[1044480,631684],[1046743,630076],[1040668,635183],[1042164,635390],[1047428,636464],[1046615,637361],[1039170,637566],[1037142,630796],[1058694,-110240],[1059416,-102575],[1058246,-109401],[1051001,-107290],[1053037,-109720],[1056131,-113514],[1057294,-113748],[1059150,-113769],[1055341,-111102],[1060480,177538],[1055716,180304],[1060377,189344],[1055863,183550],[1060060,180172],[1058919,182922],[1056104,187103],[1061872,184925],[1050593,186830],[1053225,183453],[1059540,182281],[1054360,187236],[1061873,179771],[1058980,185668],[1052596,181657],[1061865,199580],[1050441,453605],[1050804,461745],[1056217,475420],[1049955,496387],[1053725,487563],[1060145,537549],[1052440,623414],[1049972,623928],[1055199,618551],[1055215,621396],[1055511,623537],[1059404,622858],[1056903,623754],[1051836,630072],[1053181,627982],[1058470,629712],[1058304,627804],[1058763,638270],[1055617,637690],[1057830,633757],[1059169,630570],[1062004,629814],[1062172,633218],[1061948,636454],[1067686,-139944],[1064518,-145944],[1067155,-151591],[1063602,-144179],[1069542,-141211],[1067905,-147234],[1070281,-147934],[1068408,-148597],[1069279,-148469],[1065346,-148232],[1065341,-148977],[1069775,-142219],[1073979,-101656],[1062808,-102056],[1065488,-99656],[1074887,-107556],[1072456,-106501],[1069531,-105628],[1066614,-106695],[1064903,-105225],[1065850,-113079],[1071920,-106196],[1063055,-111646],[1065146,-114297],[1065191,-103636],[1066169,-111373],[1066832,164521],[1065597,170126],[1069771,171977],[1064858,175400],[1065240,173003],[1067960,176698],[1065489,173618],[1069405,172186],[1068432,177795],[1071930,178373],[1071063,169326],[1066804,186622],[1064517,182387],[1065964,181462],[1063170,191565],[1063540,187351],[1064626,180994],[1068061,189895],[1069022,188850],[1064561,194788],[1062437,193792],[1073098,515022],[1069732,520146],[1066601,530604],[1065464,545181],[1074188,541028],[1063095,627372],[1070490,624591],[1066171,624348],[1070973,631550],[1072240,630108],[1072985,631975],[1069537,627545],[1067941,629546],[1070662,637198],[1073444,636840],[1064304,635483],[1063579,635431],[1064209,639246],[1063291,633130],[1062765,630524],[1069529,639230],[1063876,633040],[1069619,632796],[1071688,635464],[1065700,634366],[1084964,-137115],[1087770,-137892],[1079788,-134303],[1083215,-139644],[1084435,-101435],[1076733,-102058],[1085501,-106043],[1085963,-105469],[1087265,-105874],[1083323,-104909],[1080001,-103330],[1077676,-105253],[1079406,-104158],[1076446,176129],[1076260,535259],[1077607,547091],[1079806,637049],[1086531,639138],[1085555,636547],[1084444,636283],[1078832,633523],[1084411,631490],[1079364,632243],[1083575,633421],[1079745,639933],[1081818,639974],[1091635,-131431],[1089326,-131209],[1099394,-60978],[1098085,-93686],[1097944,-97939],[1097559,-96933],[1097948,-98356],[1091181,-99778],[1095318,-105075],[1088895,-102705],[1089756,-103926],[1092363,-104109],[1088604,-106482],[1099037,-103909],[1095938,-102357],[1099881,-108200],[1098431,-108462],[1098151,-109183],[1091264,-110709],[1094487,625876],[1088113,638918],[1098986,628854],[1091519,630187],[1099420,635368],[1097222,630013],[1096880,636526],[1097330,633920],[1091712,635413],[1093148,633449],[1093567,630656],[1100358,640137],[1097496,638366],[1094957,640040],[1107814,-131366],[1104352,-135719],[1101477,-133798],[1109928,-49656],[1104015,-50188],[1111004,-47506],[1112360,-49702],[1111344,-45015],[1112617,-45121],[1108304,-60721],[1105803,-60331],[1108975,-59746],[1102615,-56477],[1105804,-53863],[1106579,-52849],[1108973,-54770],[1111444,-52103],[1112717,-68542],[1109660,-72070],[1110366,-68996],[1110820,-66971],[1112263,-65763],[1106191,-64498],[1111660,-73521],[1113012,-86739],[1113231,-80684],[1112487,-79471],[1108551,-95778],[1109534,-92491],[1105280,-94183],[1101696,-94572],[1111185,-100620],[1102449,-106194],[1102385,-104359],[1108112,-103449],[1111162,-104177],[1106606,-108194],[1107887,-106313],[1109890,-108722],[1103104,-108505],[1101326,625665],[1105054,620988],[1103535,624305],[1107937,624809],[1107586,624883],[1109556,625930],[1109562,625506],[1101335,637770],[1107244,636387],[1107361,636593],[1108786,630352],[1106025,634691],[1102161,628355],[1104433,629707],[1110351,628786],[1108559,629041],[1101628,640162],[1116072,-43462],[1118682,-43110],[1118737,-45133],[1122084,-47046],[1125018,-45038],[1123647,-49612],[1126097,-62026],[1121448,-63321],[1114489,-75935],[1115592,-72861],[1125003,-64520],[1126158,-72862],[1124389,-74993],[1121144,-75548],[1126286,-84148],[1114412,-83305],[1123987,-78167],[1126277,-77350],[1125830,-81735],[1120021,-77909],[1118168,-82357],[1114370,-78983],[1120003,-81669],[1126384,621475],[1122277,626424],[1123451,626935],[1123255,620230],[1125788,626489],[1116522,625387],[1117845,623134],[1118306,623206],[1114780,633166],[1122547,636693],[1114504,633303],[1115481,634737],[1115008,638130],[1126072,631343],[1126138,631226],[1126160,635803],[1125479,635600],[1123140,632616],[1123164,632174],[1117118,634534],[1120800,633581],[1117068,637430],[1116904,636908],[1116237,636904],[1117538,640031],[1137869,-23895],[1135661,-21893],[1138239,-31261],[1135087,-32400],[1137482,-33422],[1133930,-36061],[1126525,-48934],[1133969,-48026],[1135670,-49881],[1134482,-42451],[1138136,-42669],[1136466,-39783],[1135544,-41465],[1138390,-45207],[1137516,-49358],[1126737,-62167],[1131702,-56260],[1132390,-53907],[1130209,-56229],[1129409,-58824],[1127806,-56234],[1133588,-57827],[1135898,-51918],[1133850,-62476],[1136276,-56321],[1130151,-61197],[1137844,-61213],[1136385,-62059],[1138404,-75183],[1129935,-68524],[1127112,-71857],[1127829,-70695],[1127871,-68522],[1131825,-69653],[1134044,-67520],[1132359,-72791],[1128893,-74585],[1137584,-85448],[1137101,-87557],[1133310,-87819],[1136089,-88369],[1135512,-83218],[1133189,-86866],[1134732,-83950],[1133937,-85184],[1135944,-83130],[1136721,-82076],[1137966,-79075],[1132690,-90048],[1128981,-90173],[1133028,614065],[1137810,623218],[1139069,615630],[1132620,614988],[1128200,618867],[1128105,619875],[1126440,626328],[1127250,624334],[1136033,627275],[1133004,623339],[1131203,624675],[1133405,623194],[1138840,630703],[1126408,640000],[1135519,630899],[1131192,636236],[1131285,635077],[1132840,638663],[1140064,-7149],[1141633,-9043],[1140179,-12411],[1147557,-9219],[1149478,-6216],[1144253,-8738],[1141323,-2428],[1140819,-32],[1146348,-1029],[1144975,-2088],[1146318,-3239],[1149494,-708],[1151028,-11037],[1145643,-15032],[1146833,-13700],[1143016,-15906],[1147763,-13238],[1140021,-13825],[1142392,-18957],[1148452,-18452],[1140367,-34138],[1139541,-34015],[1146114,-36293],[1145257,-35603],[1147863,-35459],[1142792,-34519],[1144699,-28978],[1144250,-26635],[1141499,-28669],[1139770,-26103],[1140764,-29988],[1145282,-33248],[1139227,-38695],[1140036,-47657],[1141232,-42476],[1144421,-43039],[1145751,-39678],[1139291,-63259],[1141995,-51789],[1143690,-54780],[1144299,-58741],[1141850,-63345],[1141660,-51885],[1142312,-58740],[1141334,-71028],[1144048,-68484],[1143768,-64262],[1142553,3464],[1141174,5770],[1145270,6244],[1143706,9130],[1142003,9916],[1149043,6337],[1148218,3735],[1149251,9088],[1139620,10538],[1146552,7567],[1150056,21331],[1145016,20354],[1143215,13736],[1144208,18652],[1146004,23255],[1145469,15239],[1150759,543403],[1143154,612376],[1140199,613574],[1146305,613292],[1150123,613418],[1149114,626590],[1141279,617606],[1140628,617547],[1140938,619334],[1145803,615970],[1144078,614854],[1140534,615315],[1150600,618081],[1150619,618779],[1148336,617730],[1151336,619989],[1146208,624046],[1144849,627172],[1142346,620280],[1142201,618092],[1148454,624878],[1139679,630512],[1151542,640120],[1146964,632884],[1145433,631638],[1147119,633352],[1148278,636292],[1145080,632483],[1139219,632033],[1140190,631790],[1145717,637909],[1145753,637858],[1140455,637780],[1145825,628333],[1139994,628600],[1139276,629163],[114483,-8488],[112208,57846],[111216,74509],[114870,74786],[104890,110156],[113704,107708],[107571,111894],[114460,103140],[105858,114536],[109178,115759],[104280,125354],[111086,124793],[1152053,-557],[1156595,12203],[1155565,9881],[1155892,14982],[1153578,16416],[1156607,20066],[1161108,22850],[1163619,22202],[1163093,304012],[1162306,304007],[1163768,302482],[1155661,294929],[1152123,303847],[1161169,306362],[1156152,304124],[1159184,535462],[1163829,533739],[1161919,532097],[1163405,536736],[1153276,543288],[1159830,613240],[1163022,612664],[1158630,612991],[1159554,613728],[1157070,611861],[1155949,610374],[1153371,608648],[1164793,618804],[1160972,616142],[1164685,616634],[1158132,625263],[1161696,615355],[1161554,621114],[1160497,622316],[1164671,625161],[1153663,616834],[1163860,636544],[1163239,634352],[1159672,637846],[1152669,639120],[1158104,638000],[1158256,635724],[1158975,635601],[1158208,639298],[1158784,628200],[1155566,630870],[1162907,630963],[1162450,629885],[1154361,629110],[1153150,629083],[1152812,628429],[1173810,12092],[1164883,24361],[1177406,21470],[1174946,19797],[1174909,17488],[1172149,15557],[1171737,19305],[1171809,21799],[1176232,24251],[1177541,13819],[1164945,300738],[1166496,300500],[1166070,300277],[1164964,300348],[1166324,296520],[1169265,296080],[1167393,28169],[1166159,27218],[1174668,523376],[1170756,531791],[1173071,532314],[1174701,530981],[1169536,531907],[1173178,525254],[1165369,529653],[1171043,612345],[1171441,623316],[1168298,627317],[1169215,621141],[1168107,620963],[1175483,625834],[1171855,614872],[1172398,616105],[1174230,618836],[1175099,620087],[1171378,619532],[1166737,615811],[1175576,628112],[1171513,630468],[1173309,631320],[1172969,632899],[1173103,634914],[1169348,633141],[1172408,634657],[1167302,631915],[1168208,632274],[1175500,637346],[1186605,8809],[1181275,12101],[1187454,10898],[1188163,9969],[1183274,11372],[1178137,11067],[1188651,215658],[1188882,221399],[1189051,221809],[1178140,18636],[1183750,16457],[1189703,15922],[1187276,13718],[1185492,16457],[1185396,406002],[1181944,408768],[1184452,402172],[1186537,399154],[1186160,418017],[1188528,412970],[1185656,412203],[1186088,418768],[1188737,429897],[1189173,436241],[1184190,446449],[1190064,440767],[1180586,526259],[1181022,525186],[1178594,620909],[1178868,622437],[1178776,638825],[1178726,640075],[1203023,9578],[1195624,9849],[1198093,147294],[1202827,148433],[1197290,155569],[1193167,160043],[1194794,166406],[1200552,165944],[1193734,167790],[1196840,170814],[1192758,173115],[1193441,180267],[1195411,216465],[1195255,215604],[1191021,210944],[1195497,226510],[1196894,228096],[1203043,228376],[1191447,232591],[1201805,235473],[1196022,241812],[1193140,235435],[1197616,237799],[1195811,236982],[1201030,237196],[1200725,239269],[1198764,236874],[1201541,235573],[1191871,23559],[1198186,13809],[1199785,22832],[1200034,13610],[1195733,25176],[1193382,15181],[1196240,17773],[1198296,25728],[1201040,31141],[1196779,38388],[1200631,36272],[1199587,31028],[1201014,29394],[1195692,409129],[1190799,405128],[1193570,410042],[1197377,413530],[1194969,410246],[1193385,415386],[1195122,415644],[1195570,421893],[1192461,424952],[1193185,425804],[1201961,457156],[1194371,459052],[1195431,462714],[1200656,41453],[1201933,51078],[1202729,49275],[1196742,55813],[1201228,58027],[1199180,59271],[1197144,59746],[1199188,62302],[1200236,69155],[1204925,10850],[1205041,12168],[1205281,12944],[1215443,203184],[1210344,201093],[1207089,201989],[1211516,213553],[1215169,217920],[1209159,225072],[1203652,230048],[1210066,228042],[1209973,222711],[1208490,222257],[1205900,235419],[1203932,14744],[1206931,18709],[1207515,19051],[1210164,24835],[1206920,22467],[1205154,27666],[1203418,27957],[1214460,33947],[1211246,31580],[1209636,28256],[1204296,31357],[1204966,33249],[1206519,38546],[1210462,35371],[1207557,26748],[1209530,390491],[1203957,390945],[1208901,406204],[1211922,407520],[1210730,403311],[1211578,408449],[1214091,408224],[1213954,421034],[1207318,457898],[1209970,451806],[1210903,38721],[1203261,49602],[1215747,634030],[1203373,51573],[1208748,69682],[1209147,72259],[1212966,70558],[1212965,75857],[1204175,75264],[1204247,64776],[1203862,66730],[1203592,71752],[1205719,69868],[1203829,79065],[1210632,77770],[1210074,79739],[1226985,139378],[1218063,142970],[1216360,147154],[1225913,146603],[1220598,143457],[1224936,141028],[1228181,184076],[1227364,186129],[1223209,189232],[1220621,205722],[1221986,206123],[1227434,238641],[1227631,350485],[1222645,399161],[1217106,399956],[1217547,420974],[1228211,416130],[1226600,419213],[1219694,414875],[1218075,419372],[1216981,422564],[1217053,418522],[1224578,424596],[1217021,626868],[1218299,624334],[1219694,624345],[1220050,625776],[1218773,629009],[1218899,627555],[1219241,630350],[1216029,633475],[1217133,632089],[1221795,632840],[1220288,635765],[1220036,632797],[1221328,628307],[1223745,628423],[1220120,628706],[1220116,72126],[1219879,74315],[1224188,75272],[1223448,71102],[1223347,72946],[1226669,72882],[1216005,77436],[1218709,77989],[1227824,77616],[1227572,81558],[1226204,115392],[1222250,119749],[1223819,119367],[1230558,134759],[1231940,191640],[1230101,194205],[1240491,358272],[1233616,353944],[1241460,367067],[1237352,376130],[1235489,378926],[1240946,395705],[1237217,384748],[1239734,387968],[1232377,400434],[1237550,536663],[1236298,547599],[1237516,543786],[1236759,540407],[1236002,539355],[1239195,551474],[1240674,561101],[1239337,561193],[1239324,557674],[1233359,75865],[1236217,74294],[1239956,73328],[1228813,83323],[1232162,85178],[1235856,82370],[1233269,81527],[1240111,77528],[1238577,86990],[1239888,91216],[1239510,96068],[1240634,99026],[1240761,110761],[1231707,115209],[1234709,118294],[1238697,121716],[1240917,123217],[1251416,-11873],[1252007,-6490],[1251299,-8919],[1250770,-13255],[1251204,-13545],[1249531,182002],[1253611,195954],[1254148,280895],[1251318,303643],[1249305,314563],[1246987,321768],[1243997,354625],[1250563,368588],[1246250,365048],[1250331,370330],[1244404,370621],[1244213,374737],[1246867,377099],[1242198,391872],[1241642,533660],[1246749,532971],[1243458,532167],[1245140,534907],[1248750,534326],[1248096,532553],[1242252,543936],[1243701,542569],[1248865,539833],[1246249,543322],[1241728,548655],[1246788,550158],[1248332,539525],[1249530,550494],[1249261,545115],[1246869,550652],[1246667,556307],[1247275,559907],[1243483,560553],[1242671,551320],[1246909,551907],[1248469,556069],[1247202,550776],[1242815,553091],[1251782,562123],[1242113,557200],[1248149,561318],[1247178,554465],[1247684,559617],[1246704,559578],[1246241,557764],[1244924,555490],[1247243,564445],[1250741,569968],[1252671,565895],[1248633,569155],[1253308,567014],[1245340,564688],[1245336,87861],[1253180,87533],[1246701,86806],[1245717,83380],[1244166,88459],[1242817,82944],[1243005,79506],[1243336,77761],[1241968,92748],[1245880,95023],[1246789,97620],[1245508,92138],[1248701,96863],[1244811,101055],[1248418,110075],[1250974,103114],[1252561,105418],[1243610,103082],[1248129,107261],[1244591,125762],[1266667,149270],[1262886,150534],[1255608,197499],[1267123,202181],[1260376,195138],[1264932,216681],[1265815,220813],[1264052,219038],[1263618,224868],[1261708,264096],[1263005,261804],[1254975,281233],[1259482,277760],[1255385,287688],[1254784,306432],[1265134,305610],[1258485,324763],[1255813,320586],[1266086,341808],[1263718,353800],[1264661,348581],[1255783,357107],[1256879,362831],[1256796,367178],[1257976,367582],[1254477,541158],[1255346,541190],[1255634,547056],[1256877,88723],[1262272,102574],[1262951,98612],[1260867,97777],[1257857,96999],[1256829,93846],[1259071,91922],[1258577,101586],[1258926,115144],[1255106,111153],[1260142,110304],[1263163,112968],[1262934,110708],[1265245,106039],[1256670,107085],[1256061,103205],[1262562,111725],[1256279,112567],[1257474,114828],[1265670,120100],[1254846,116031],[1260865,119709],[1258916,118207],[1262508,118411],[1260611,122007],[1260378,122916],[1255211,118277],[1269924,152023],[1272540,204762],[1269174,206405],[1268149,207425],[1272406,208975],[1271355,213699],[1273927,211572],[1268422,218053],[1270065,228087],[1267551,227462],[1272660,229993],[1277702,235319],[1277558,237017],[1278154,231093],[1275314,235670],[1268498,265956],[1274036,320024],[1273557,314423],[1270285,311145],[1271201,321607],[1274163,324812],[1274075,330201],[1272627,349093],[1272772,347787],[1278079,549874],[1276051,553109],[1277424,556991],[1278704,551045],[1279949,556223],[125289,-9327],[118128,-256],[122381,-300956],[127449,-304704],[125662,-306259],[125180,-305054],[124905,-305497],[126460,-306324],[126204,-316261],[126965,-339986],[127459,-337053],[127287,134412],[125151,28340],[127713,48523],[126724,61246],[123445,82757],[123437,77681],[116474,110206],[122797,114800],[121106,102904],[116734,117511],[124260,118384],[115270,124000],[116918,124528],[118769,119906],[123878,123192]] \ No newline at end of file diff --git a/src/gathering/a10211.json b/src/gathering/a10211.json new file mode 100644 index 0000000..0b18dd4 --- /dev/null +++ b/src/gathering/a10211.json @@ -0,0 +1 @@ +[[-1269566,1521779],[-1269137,1522966],[-1267713,1526435],[-1268327,1525818],[-1268430,1524673],[-1270230,1524854],[-1276037,1532020],[-1276381,1528932],[-1273941,1527625],[-1267226,1524789],[-1273666,1527074],[-1277434,1523872],[-1276336,1524438],[-1276571,1524255],[-1272569,1527637],[-1277080,1526710],[-1277492,1527297],[-1292680,1522160],[-1285190,1519796],[-1288917,1520637],[-1285247,1521864],[-1291862,1517597],[-1285696,1520174],[-1286962,1519853],[-1288197,1522864],[-1286325,1521951],[-1288048,1523324],[-1291187,1519518],[-1288716,1518038],[-1284707,1522651],[-1282643,1521944],[-1289857,1518004],[-1286322,1520115],[-1288388,1522440],[-1281877,1522597],[-1281782,1519315],[-1280562,1523768],[-1289860,1528363],[-1289241,1532020],[-1288444,1528191],[-1288151,1524203],[-1288491,1531651],[-1284936,1533180],[-1284848,1534401],[-1280612,1548727],[-1281989,1540389],[-1281649,1540430],[-1282190,1541331],[-1293373,1518529],[-1293354,1519594],[-1293821,1518624],[-1293942,1519203],[-1342628,1252904],[-1342437,1248292],[-1343701,1251926],[-1342271,1244222],[-1341469,1251685],[-1342360,1247598],[-1341706,1250952],[-1343406,1244864],[-1340021,1258630],[-1339009,1265332],[-1338856,1266291],[-1343087,1263995],[-1340670,1258886],[-1338635,1265639],[-1342205,1264440],[-1338287,1273232],[-1342480,1274743],[-1338406,1275185],[-1340564,1269127],[-1342470,1269961],[-1341296,1268331],[-1342878,1268986],[-1355895,1289508],[-1356173,1286023],[-1356752,1297437],[-1355225,1294222],[-1354500,1293863],[-1355822,1239082],[-1344191,1250698],[-1344020,1245022],[-1349801,1244013],[-1352000,1243267],[-1355679,1247462],[-1351174,1249214],[-1350714,1251597],[-1344853,1248170],[-1346592,1246237],[-1344447,1244960],[-1349289,1243032],[-1353446,1242035],[-1356487,1241872],[-1355008,1242120],[-1356607,1242539],[-1354561,1248649],[-1352381,1248972],[-1351382,1253545],[-1347958,1259720],[-1345106,1259464],[-1345947,1255076],[-1348778,1258074],[-1345021,1263639],[-1348234,1257165],[-1345361,1257785],[-1345185,1255674],[-1350400,1257744],[-1346275,1264567],[-1344074,1275661],[-1356613,1278929],[-1356430,1275800],[-1355210,1272751],[-1353235,1270285],[-1354958,1274880],[-1354374,1269435],[-1363939,1292663],[-1357528,1285098],[-1359456,1283852],[-1360074,1287130],[-1363063,1289234],[-1360898,1284586],[-1359973,1285802],[-1362995,1290355],[-1367919,1293300],[-1361778,1295521],[-1359662,1293923],[-1359669,1295530],[-1357594,1294723],[-1366782,1295600],[-1362639,1294217],[-1361301,1294322],[-1359418,1293838],[-1359847,1297239],[-1356982,1298013],[-1356891,1294768],[-1357628,1239687],[-1359353,1235858],[-1363920,1234863],[-1365205,1233350],[-1365074,1239993],[-1360733,1237575],[-1358742,1235815],[-1362761,1235263],[-1366237,1233424],[-1367877,1236689],[-1369025,1239513],[-1364501,1239115],[-1368503,1241389],[-1356835,1241867],[-1358539,1246051],[-1367434,1242195],[-1358735,1246136],[-1356926,1247683],[-1357591,1276662],[-1357766,1277647],[-1357464,1274585],[-1370659,1286326],[-1370522,1287470],[-1372973,1292539],[-1369948,1285425],[-1381711,1282222],[-1380138,1290775],[-1374916,1294318],[-1376390,1293837],[-1378777,1293615],[-1369918,1237643],[-1372390,1237994],[-1373103,1240759],[-1375133,1240523],[-1370361,1237198],[-1374624,1239386],[-1375558,1241284],[-1377316,1243459],[-1377986,1242616],[-1375111,1244024],[-1375430,1246955],[-1378454,1248721],[-1381009,1248890],[-1377542,1242796],[-1377823,1244461],[-1376966,1244544],[-1375599,1247516],[-1378866,1247740],[-1380832,1249520],[-1389655,1282164],[-1387699,1286673],[-1385919,1282163],[-1384958,1280595],[-1384527,1285069],[-1384063,1288856],[-1385792,1285530],[-1386817,1281277],[-1384316,1281792],[-1385456,1285818],[-1384574,1289364],[-1383715,1250081],[-1385624,1247843],[-1388168,1251591],[-1386969,1253540],[-1390212,1248386],[-1383517,1250060],[-1384463,1247435],[-1386140,1251556],[-1387350,1253670],[-1389002,1248469],[-1385747,1256550],[-1392628,1256845],[-1392039,1260489],[-1393022,1266790],[-1395143,1266551],[-1392321,1261903],[-1384952,1255978],[-1393863,1255648],[-1390189,1261721],[-1392165,1266704],[-1391437,1261199],[-1394183,1268036],[-1388360,1271451],[-1387944,1268784],[-1388450,1278941],[-1385306,1277579],[-1390396,1277508],[-1392040,1277370],[-1391854,1277839],[-1392830,1268803],[-1390061,1273825],[-1387555,1278679],[-1389591,1279637],[-1392963,1276699],[-1390579,1279380],[-121558,-126430],[-120835,-124676],[-120111,-118709],[-121236,-120347],[-125015,-118386],[-127129,-124494],[-121061,-124969],[-120647,-126152],[-121565,-121462],[-122608,-120035],[-118961,-118411],[-125186,-126700],[-126373,-117137],[-126604,-120050],[-121778,-117862],[-120999,-116862],[-117862,-116176],[-118495,-116287],[-124599,-118798],[-124994,-118098],[-124645,-127092],[-127007,-123111],[-127227,-120908],[-127609,-116949],[-127635,-116666],[-124760,-115973],[-124629,-116319],[-124235,-115724],[-115655,-126696],[-117626,-126282],[-118168,-125554],[-118612,-122579],[-118496,-123625],[-116780,-121898],[-117411,-118679],[-116323,-119585],[-118990,-117894],[-116900,-124832],[-121867,-115416],[-120612,-118623],[-119874,-118442],[-119842,-116652],[-119641,-116029],[-120403,-116306],[-121166,-116710],[-120953,-117040],[-119006,-116086],[-119096,-118233],[-119698,-118801],[-120536,-118691],[-121473,-120294],[-121129,-121790],[-121754,-121857],[-122556,-120423],[-124350,-118980],[-120533,-123421],[-120300,-123992],[-121064,-124704],[-120447,-124489],[-121158,-126686],[-120217,-126974],[-124460,-127172],[-125757,-118350],[-125461,-119611],[-124292,-120785],[-124527,-120726],[-126846,-124625],[-126833,-121179],[-125752,-121338],[-126673,-119873],[-126538,-116929],[-120722,-116859],[-118153,-115984],[-118440,-115705],[-121677,-118062],[-121399,-117758],[-123649,-127104],[-127865,-123912],[-127997,-118156],[-127091,-121350],[-126569,-119536],[-127739,-119632],[-115961,-124988],[-127710,-116838],[-124180,-116259],[-124944,-115904],[-124704,-115630],[-115583,-126590],[-116984,-126187],[-118515,-125845],[-118676,-122196],[-116462,-120749],[-117157,-119511],[-116497,-118537],[-119093,-118163],[-118077,-123844],[-126509,-118076],[-127443,-119770],[-119711,-127741],[-127092,-117357],[-116230,-126810],[-117047,-126212],[-118674,-125026],[-116897,-124271],[-118269,-122318],[-118614,-123393],[-117236,-120655],[-116975,-119992],[-116322,-118142],[-115670,-119487],[-118530,-116768],[-117497,-124688],[-115817,-126093],[-116966,-125957],[-118532,-125789],[-118426,-122703],[-118698,-124036],[-117903,-121071],[-117446,-119294],[-116799,-119333],[-115311,-119256],[-119856,-116870],[-117836,-124726],[-125875,-140208],[-127934,-136909],[-126691,-136072],[-125864,-136086],[-117431,-139509],[-115324,-135343],[-122253,-134661],[-120563,-136417],[-122306,-136352],[-122124,-136679],[-122816,-135754],[-122638,-134286],[-117544,-134819],[-118364,-134600],[-119653,-134260],[-116313,-135121],[-116794,-129618],[-118173,-128852],[-118412,-129188],[-116946,-129124],[-116388,-129553],[-121166,-130423],[-120642,-130333],[-124407,-128979],[-119693,-127851],[-120169,-128084],[-119592,-128449],[-118790,-128878],[-119967,-128485],[-125852,-129673],[-126962,-129631],[-126667,-128407],[-122245,-132778],[-122672,-133790],[-115854,-132902],[-116243,-132563],[-116705,-132770],[-117289,-130643],[-116968,-130813],[-117015,-131131],[-118759,-132744],[-121200,-138769],[-127942,-134706],[-119394,-136334],[-118275,-135736],[-119802,-139083],[-116123,-138729],[-116457,-140584],[-119500,-131075],[-121051,-130289],[-122035,-129307],[-120515,-130203],[-122130,-128061],[-124988,-132451],[-122211,-130052],[-124853,-130541],[-124873,-129130],[-116507,-136277],[-115795,-139986],[-123816,-140493],[-127596,-137062],[-118932,-139812],[-119098,-140015],[-119486,-139052],[-117387,-139837],[-116992,-138879],[-120798,-137193],[-120822,-134907],[-127248,-134679],[-124199,-134511],[-125292,-133995],[-118004,-135265],[-117406,-129554],[-120945,-131079],[-124763,-131592],[-125168,-131580],[-124119,-129110],[-124091,-128884],[-124998,-128185],[-122331,-133198],[-122136,-134094],[-119204,-132625],[-118416,-132312],[-120545,-133063],[-121013,-140098],[-120160,-139216],[-120930,-128528],[-120915,-128038],[-124784,-131666],[-122665,-133192],[-118084,-136906],[-116989,-136994],[-116351,-139833],[-121006,-129193],[-127614,-136911],[-117771,-129102],[-121047,-130682],[-120580,-130934],[-120164,-138031],[-119329,-136358],[-125201,-132232],[-124248,-132424],[-124763,-133602],[-127100,-128455],[-117186,-138615],[-120645,-136275],[-121252,-134575],[-125002,-134050],[-118286,-134938],[-116764,-135094],[-117127,-129476],[-124826,-128777],[-124955,-131328],[-120149,-128291],[-121493,-129399],[-118700,-129460],[-124680,-128170],[-123855,-130334],[-122495,-132813],[-121349,-130930],[-116295,-132807],[-116778,-130857],[-116737,-136399],[-115203,-137460],[-123567,-132881],[-124926,-131514],[-125663,-130553],[-122340,-132888],[-123575,-131981],[-122093,-128075],[-126742,-128528],[-117355,-137174],[-115859,-140430],[-116128,-136784],[-121212,-132399],[-120317,-132877],[-124756,-129349],[-127385,-130779],[-119677,-132988],[-123283,-132336],[-117560,-137424],[-116397,-136242],[-125842,-148539],[-123253,-142066],[-117847,-149702],[-117784,-149268],[-115697,-142330],[-115983,-141699],[-116184,-144581],[-115572,-145453],[-117771,-143091],[-117444,-143700],[-117940,-142130],[-118058,-142291],[-118932,-147824],[-126438,-143400],[-127086,-142677],[-127300,-145257],[-126617,-144540],[-121513,-145119],[-122621,-141513],[-127738,-146969],[-117193,-150807],[-115383,-150875],[-116951,-151782],[-118140,-153190],[-118909,-152237],[-118467,-141206],[-124773,-142351],[-124873,-140957],[-122768,-141077],[-124383,-148724],[-121595,-149803],[-123571,-140775],[-115209,-144324],[-115291,-145719],[-115858,-142330],[-116541,-144607],[-120072,-147350],[-119254,-145971],[-125978,-143495],[-127205,-144411],[-121729,-145221],[-127153,-141708],[-124445,-148241],[-122534,-146649],[-121119,-152248],[-116813,-151022],[-118957,-152060],[-119123,-153269],[-123062,-153398],[-127996,-153155],[-124535,-142399],[-122922,-141710],[-117847,-149491],[-117271,-142148],[-119885,-144854],[-127265,-145384],[-122573,-151096],[-121843,-153054],[-127192,-149182],[-123848,-150229],[-124766,-150253],[-123542,-150441],[-126040,-148892],[-126531,-148837],[-126920,-149196],[-127269,-149535],[-121665,-151505],[-122636,-151622],[-122806,-151423],[-119306,-149884],[-119300,-149521],[-117437,-142266],[-119050,-145911],[-119807,-145810],[-119850,-145185],[-120381,-147337],[-120182,-146400],[-120344,-149971],[-121233,-145060],[-127371,-144491],[-126986,-144212],[-127371,-142765],[-126974,-145254],[-123952,-144098],[-123034,-144038],[-124353,-145624],[-125987,-142183],[-127430,-141721],[-120580,-152921],[-120384,-152494],[-117250,-153396],[-116708,-150768],[-127435,-152533],[-125347,-141593],[-118280,-140782],[-115897,-140942],[-118022,-149647],[-116329,-140919],[-119699,-153855],[-120945,-156032],[-121250,-156079],[-121951,-157253],[-118181,-153623],[-118204,-154739],[-119522,-154094],[-116590,-155019],[-117420,-154999],[-121807,-157457],[-122391,-157246],[-121214,-156129],[-115446,-158456],[-118333,-158493],[-125520,-154831],[-116644,-153613],[-119892,-153820],[-120246,-156041],[-120646,-154059],[-118388,-154123],[-116256,-155224],[-115806,-155033],[-117241,-154939],[-117105,-155464],[-121357,-156982],[-120376,-157924],[-118300,-156587],[-118117,-158618],[-118570,-158558],[-115891,-158876],[-124233,-175803],[-117876,-177329],[-117540,-176300],[-117424,-176020],[-116760,-174438],[-115980,-175047],[-115932,-175177],[-121603,-177383],[-121627,-177157],[-126039,-177958],[-127224,-175856],[-127615,-175519],[-127438,-174014],[-124180,-178903],[-123843,-178666],[-125292,-177969],[-124262,-175947],[-124948,-174728],[-125173,-171924],[-124023,-178476],[-123784,-176980],[-123087,-175623],[-123398,-176019],[-123998,-176955],[-124527,-176161],[-124663,-175853],[-123664,-173678],[-122836,-174030],[-123233,-174077],[-127547,-171797],[-125941,-173706],[-126784,-173338],[-116186,-167013],[-115513,-167662],[-117723,-167863],[-115282,-170254],[-118125,-178782],[-117662,-175409],[-124132,-176439],[-125162,-174579],[-123307,-178174],[-123174,-178612],[-122722,-176652],[-123656,-176370],[-123787,-176188],[-124691,-176759],[-125369,-177166],[-124277,-177025],[-122988,-174220],[-123565,-174470],[-123030,-174402],[-127003,-173362],[-126853,-173915],[-126715,-172629],[-117477,-167205],[-115551,-166486],[-115531,-167655],[-115479,-168130],[-115386,-169302],[-116949,-174576],[-116659,-174647],[-124012,-178982],[-127759,-178582],[-124147,-176141],[-124729,-174449],[-127469,-176052],[-126839,-177191],[-125501,-171806],[-125613,-178078],[-123964,-176233],[-126363,-172037],[-126264,-175047],[-123662,-176249],[-122928,-174973],[-123771,-177097],[-120854,-179785],[-121964,-179513],[-121999,-179687],[-126384,-181341],[-126207,-180853],[-126061,-180605],[-123163,-181399],[-123465,-181200],[-123273,-182711],[-123142,-182925],[-123683,-183916],[-121845,-184333],[-122804,-184596],[-127642,-183732],[-127357,-183218],[-126934,-179861],[-127702,-181327],[-118313,-189892],[-117100,-188276],[-125135,-184599],[-124567,-185011],[-125107,-183974],[-127090,-182480],[-126038,-182745],[-126707,-183466],[-125666,-182083],[-125562,-182833],[-125352,-182048],[-125279,-181108],[-125400,-180573],[-123850,-179622],[-124082,-179629],[-121007,-185080],[-121236,-184777],[-118633,-190108],[-117513,-189974],[-122091,-191519],[-116534,-188452],[-119726,-188388],[-124739,-184831],[-125155,-184027],[-125381,-184340],[-126063,-183873],[-126097,-183608],[-126305,-183659],[-125140,-182728],[-124156,-182497],[-124945,-182597],[-124885,-181301],[-125313,-181443],[-124818,-181370],[-124025,-179706],[-126176,-181367],[-127102,-179699],[-127996,-179297],[-126479,-184992],[-125440,-191487],[-125945,-191711],[-126719,-190950],[-120593,-190268],[-124700,-188278],[-117819,-188204],[-115423,-189157],[-123094,-183111],[-121489,-184608],[-122037,-184452],[-123165,-182739],[-122284,-179464],[-122812,-185901],[-119784,-187465],[-121314,-187866],[-120842,-187952],[-123542,-201457],[-122059,-203222],[-124188,-198621],[-126282,-194843],[-127308,-199956],[-125979,-200864],[-126286,-201736],[-127817,-200523],[-127849,-200847],[-123247,-201482],[-123219,-201276],[-122362,-203258],[-127284,-195474],[-121965,-196016],[-120153,-194883],[-119304,-196064],[-118682,-196345],[-118764,-194462],[-121307,-197345],[-116641,-195870],[-117524,-195677],[-116413,-195352],[-120857,-191934],[-115941,-200951],[-116932,-201204],[-127123,-200151],[-126143,-200587],[-127088,-201075],[-127145,-201712],[-125762,-201802],[-125123,-201114],[-123884,-203035],[-123578,-203171],[-127025,-199717],[-127220,-198958],[-127272,-201215],[-127479,-201406],[-127939,-197573],[-127928,-197621],[-127883,-198106],[-126337,-199547],[-125379,-195204],[-127312,-200510],[-126285,-200840],[-126388,-201554],[-127191,-199942],[-127504,-201078],[-123218,-201016],[-122186,-203019],[-123467,-201287],[-123380,-201046],[-121383,-200593],[-121479,-199993],[-121617,-200250],[-122041,-200510],[-126403,-199980],[-126086,-199209],[-126371,-199819],[-125632,-192550],[-124336,-195663],[-117926,-197075],[-117727,-195852],[-118900,-196092],[-118628,-195932],[-118862,-194638],[-124619,-199489],[-127005,-194409],[-127029,-195795],[-127613,-200189],[-126033,-200786],[-126375,-201806],[-120597,-201765],[-120466,-202610],[-121065,-200954],[-118010,-204572],[-123961,-203699],[-123518,-203829],[-126533,-200087],[-126514,-199780],[-118916,-194970],[-119572,-195179],[-121053,-191949],[-120280,-197933],[-117547,-199324],[-116598,-200673],[-127086,-200165],[-126715,-200224],[-126997,-202299],[-125662,-201762],[-127341,-198558],[-127731,-201531],[-123382,-198902],[-124705,-194868],[-126341,-196080],[-127551,-199946],[-125988,-200816],[-126473,-201906],[-121643,-202081],[-121104,-202342],[-121030,-201686],[-116100,-203166],[-116075,-203767],[-117170,-204493],[-115518,-203515],[-123405,-199638],[-124368,-199488],[-124498,-202467],[-127688,-195358],[-126834,-199928],[-124835,-201204],[-127173,-195400],[-123446,-200164],[-126245,-199127],[-115413,-216018],[-116765,-216584],[-116911,-215007],[-115252,-217256],[-115700,-208396],[-116400,-208763],[-115593,-207080],[-117126,-207300],[-117309,-208804],[-118045,-209970],[-119949,-209769],[-120319,-210773],[-118713,-211292],[-121415,-212578],[-122300,-212192],[-123346,-213279],[-122656,-214752],[-123916,-215265],[-124917,-214634],[-125286,-213651],[-125514,-209687],[-126664,-211666],[-127809,-211899],[-127963,-212426],[-127282,-210309],[-115894,-216596],[-125235,-216553],[-124887,-209099],[-122168,-212197],[-121073,-208455],[-115300,-207143],[-116545,-206844],[-118347,-206656],[-118923,-206817],[-118754,-207519],[-119907,-207708],[-119683,-207151],[-120416,-207116],[-116690,-211219],[-117359,-209907],[-117972,-210631],[-119301,-215538],[-117122,-204951],[-116968,-205138],[-123197,-209014],[-122241,-208772],[-122315,-209932],[-124087,-209808],[-115492,-216259],[-127582,-214747],[-126678,-212737],[-120484,-213234],[-119406,-213059],[-116535,-212413],[-116161,-211750],[-122434,-211372],[-121630,-216813],[-117122,-206643],[-122474,-207701],[-127791,-214793],[-126986,-212739],[-125363,-211523],[-127265,-211999],[-125504,-213387],[-125481,-214606],[-123553,-215591],[-124288,-216489],[-125142,-215864],[-124782,-215678],[-122936,-215176],[-121929,-215190],[-122006,-214703],[-121218,-213624],[-120331,-212817],[-121701,-212206],[-118172,-211628],[-116232,-209887],[-117177,-210828],[-117928,-210516],[-118986,-211094],[-117957,-210916],[-116348,-207443],[-117444,-207339],[-117076,-208147],[-116622,-207865],[-116774,-207548],[-115522,-216076],[-115276,-216862],[-116146,-215049],[-117412,-215188],[-118228,-215412],[-117582,-215601],[-115218,-213599],[-117681,-206592],[-118873,-207545],[-125751,-211891],[-125410,-213230],[-125373,-215583],[-115330,-213691],[-119087,-212230],[-119355,-214978],[-116319,-210876],[-121402,-211214],[-116535,-208083],[-126120,-215557],[-125551,-217123],[-115281,-214183],[-117535,-215649],[-115804,-214117],[-122902,-214932],[-118702,-212652],[-118247,-205283],[-117529,-205206],[-123066,-208613],[-121992,-208954],[-121855,-209492],[-124007,-210333],[-116034,-204871],[-115591,-205018],[-123129,-209103],[-121890,-208984],[-122699,-210025],[-124475,-209984],[-122978,-209090],[-122676,-208465],[-121983,-210025],[-124732,-210054],[-127892,-228131],[-115301,-220642],[-115741,-220086],[-116606,-219918],[-117193,-220476],[-116592,-221306],[-118336,-221745],[-117736,-222365],[-118421,-222739],[-117398,-222468],[-118138,-223293],[-119001,-223904],[-123640,-222106],[-124756,-222800],[-125490,-222755],[-126925,-222174],[-124707,-229793],[-125050,-229363],[-125257,-229900],[-122414,-227622],[-122370,-226803],[-121666,-226476],[-120882,-226175],[-122512,-225408],[-123267,-225821],[-123708,-226343],[-119062,-224372],[-118999,-224880],[-118856,-225506],[-116843,-224582],[-118599,-226985],[-119043,-227884],[-118464,-227989],[-123805,-218883],[-124340,-219233],[-115568,-219762],[-118309,-226909],[-118351,-224848],[-122675,-218222],[-121076,-219026],[-120764,-218836],[-118877,-220164],[-124403,-228650],[-124498,-229702],[-125250,-228423],[-126186,-226394],[-125868,-223989],[-126763,-223351],[-126936,-222028],[-123434,-222232],[-117726,-222401],[-118538,-222284],[-118060,-221573],[-117628,-221402],[-116756,-220964],[-116217,-219732],[-117445,-220400],[-123005,-223205],[-125847,-224703],[-122476,-226287],[-122334,-223330],[-119770,-224025],[-119241,-224785],[-121031,-221932],[-117369,-217949],[-120211,-218747],[-126476,-217621],[-126397,-223620],[-126981,-221046],[-118249,-227594],[-123186,-218193],[-120637,-218363],[-119286,-220721],[-122398,-227884],[-120685,-226337],[-125086,-228106],[-124665,-228756],[-126020,-226629],[-125679,-225399],[-125779,-224782],[-125171,-223403],[-124657,-223045],[-124722,-222730],[-123654,-221452],[-116139,-218004],[-117292,-220290],[-118071,-219675],[-117851,-220935],[-118377,-220717],[-118637,-222241],[-119166,-223073],[-117629,-223981],[-117008,-222633],[-115474,-222432],[-116889,-222133],[-119000,-223826],[-122666,-225843],[-118810,-226458],[-120001,-226930],[-121219,-228730],[-121718,-228789],[-120453,-229366],[-125086,-217808],[-124175,-225398],[-124025,-221222],[-118663,-227342],[-124259,-229248],[-115832,-220427],[-117369,-224627],[-115388,-217439],[-126831,-222367],[-121930,-221876],[-123439,-226733],[-120293,-229199],[-124629,-227837],[-122362,-226468],[-120006,-222772],[-117212,-225439],[-119940,-223913],[-122395,-222600],[-117470,-219455],[-115533,-221089],[-119464,-218493],[-119182,-219359],[-118315,-221101],[-126404,-220614],[-127135,-221303],[-126097,-223753],[-120888,-229214],[-119561,-223772],[-120469,-226357],[-121495,-226405],[-119392,-217984],[-116622,-218612],[-120476,-223821],[-118726,-224830],[-124198,-219467],[-123226,-223248],[-123199,-218354],[-120239,-219067],[-120046,-218900],[-118744,-220612],[-124346,-229007],[-125580,-227970],[-122036,-225892],[-118887,-224314],[-123797,-222408],[-125911,-222891],[-125483,-225408],[-126590,-223414],[-121570,-227245],[-123157,-229589],[-121157,-225091],[-120503,-223549],[-117747,-220390],[-118140,-225099],[-116883,-218329],[-127309,-217795],[-124755,-225320],[-119766,-229423],[-120061,-229522],[-123277,-217813],[-120587,-218986],[-120677,-218836],[-118916,-220372],[-127696,-234133],[-123537,-231420],[-124572,-230636],[-121511,-231223],[-115435,-235035],[-119668,-232862],[-118168,-238867],[-119997,-236457],[-127180,-238110],[-117900,-239928],[-115620,-240688],[-126968,-240459],[-122235,-232070],[-120649,-231938],[-121147,-232327],[-120258,-232644],[-121969,-234951],[-123164,-237292],[-123977,-238952],[-117278,-236701],[-117555,-237952],[-117192,-237864],[-116818,-238044],[-118266,-239086],[-118262,-238903],[-117143,-240966],[-117160,-241394],[-124486,-230902],[-123432,-230858],[-124994,-239527],[-125494,-239677],[-126246,-240303],[-124467,-240139],[-124652,-239117],[-124903,-238801],[-123106,-238461],[-122125,-238119],[-123542,-232312],[-121158,-233693],[-121766,-234303],[-121462,-235256],[-122331,-235550],[-121242,-231761],[-118683,-231934],[-119327,-232803],[-115260,-231679],[-117928,-233412],[-120311,-237217],[-117464,-236493],[-122026,-234243],[-120873,-237827],[-126145,-242132],[-123371,-238901],[-119013,-242048],[-117769,-241610],[-117161,-237586],[-115638,-237799],[-121104,-233159],[-119775,-233056],[-118086,-232958],[-121933,-242530],[-115662,-242938],[-115218,-235974],[-116514,-231424],[-123640,-239154],[-122376,-238890],[-121865,-238804],[-123193,-238748],[-121665,-238555],[-118467,-241588],[-120625,-238486],[-121015,-241908],[-127595,-2297],[-127700,-1829],[-118338,-11549],[-118692,-12282],[-115966,-12493],[-115935,-7536],[-116469,-9077],[-119502,-9311],[-118570,-10160],[-124290,-8979],[-121102,-8290],[-125504,-481],[-126951,-3392],[-127641,-12463],[-127685,-1468],[-125688,-2922],[-124683,-7766],[-119938,-12458],[-120381,-11893],[-116858,-920],[-126293,-11420],[-117043,-3608],[-116192,-4861],[-117990,-12498],[-118342,-11587],[-118509,-12040],[-115944,-7469],[-116282,-8435],[-119541,-9116],[-118831,-9875],[-123933,-9107],[-120859,-8780],[-126242,-209],[-127168,-3347],[-127139,-2220],[-127970,-12059],[-127922,-6561],[-127844,-2457],[-119130,-12283],[-118888,-12113],[-118444,-12317],[-116130,-7970],[-116567,-8508],[-119387,-9196],[-118481,-10126],[-123922,-9369],[-121105,-8479],[-125833,-734],[-127291,-1874],[-126825,-2446],[-127643,-11738],[-127939,-12582],[-127673,-925],[-124383,-5531],[-120908,-9521],[-123053,-6929],[-117941,-6834],[-115894,-1308],[-124091,-10080],[-124246,-11624],[-124282,-10713],[-124239,-10436],[-116894,-2205],[-116985,-2344],[-117682,-1470],[-115596,-6914],[-116705,-5769],[-117240,-5135],[-124589,-3812],[-126158,-3313],[-124610,-2278],[-124708,-2112],[-119116,-161],[-118551,-12483],[-118813,-12357],[-115877,-7603],[-115950,-8503],[-119921,-8974],[-118622,-10396],[-123756,-9358],[-120690,-8625],[-125793,-530],[-126680,-2464],[-127646,-2410],[-127989,-11922],[-127363,-8484],[-124663,-11072],[-117986,-3491],[-117823,-2616],[-117235,-7195],[-127740,-8813],[-117007,-3707],[-116267,-5223],[-115799,-247189],[-117716,-248728],[-118295,-254868],[-117145,-251506],[-118321,-253467],[-116175,-246049],[-118612,-254746],[-118669,-253717],[-115747,-246274],[-119063,-243468],[-117197,-245503],[-120041,-247605],[-126264,-253388],[-121915,-244204],[-125721,-244002],[-116234,-245769],[-117167,-245113],[-118967,-247983],[-117376,-246444],[-121534,-252684],[-121246,-255576],[-120990,-254751],[-123210,-254461],[-125280,-254806],[-124099,-251581],[-123921,-251565],[-121289,-243097],[-122346,-245057],[-120543,-243409],[-121661,-249285],[-122268,-247337],[-120749,-251305],[-123754,-248360],[-126063,-248074],[-125376,-249156],[-126196,-247441],[-118193,-244457],[-121309,-247187],[-121227,-245751],[-123530,-246859],[-124117,-248968],[-123283,-248164],[-120609,-246677],[-119210,-248134],[-118934,-247953],[-124230,-255653],[-124867,-251644],[-123719,-255122],[-122179,-244253],[-120610,-248419],[-122314,-249071],[-119198,-247738],[-119326,-252053],[-124101,-255744],[-122894,-252357],[-120214,-248557],[-122990,-243446],[-123919,-248732],[-123005,-248517],[-125159,-247468],[-124085,-249396],[-123028,-248953],[-122889,-263845],[-119550,-260182],[-119579,-261681],[-120967,-263727],[-123175,-264277],[-117614,-257465],[-119902,-260665],[-119317,-261606],[-122028,-262765],[-116606,-256413],[-117208,-258583],[-119491,-259760],[-121933,-262841],[-122725,-264815],[-127330,-259213],[-123930,-257318],[-122662,-257329],[-125000,-258129],[-120746,-255825],[-127114,-260386],[-125014,-258749],[-127507,-259613],[-126118,-262921],[-126636,-259564],[-122378,-255834],[-126235,-266739],[-120856,-256878],[-124607,-260936],[-124584,-256391],[-127637,-261035],[-126233,-266661],[-124875,-265629],[-125082,-275934],[-122718,-275848],[-126869,-276274],[-125433,-280484],[-126200,-276838],[-125724,-276570],[-126882,-274523],[-121988,-275597],[-122796,-275228],[-125641,-279652],[-123369,-275802],[-125591,-280474],[-122895,-278830],[-123612,-278986],[-123236,-280316],[-127437,-281413],[-119466,-285641],[-126906,-19334],[-127953,-19801],[-124700,-15803],[-127219,-17142],[-127800,-17252],[-121195,-13833],[-124910,-14924],[-119161,-12744],[-116084,-14164],[-115606,-13244],[-118114,-16357],[-118642,-17024],[-116878,-17127],[-115457,-18210],[-116160,-19328],[-117004,-19681],[-124836,-17321],[-127303,-13064],[-127542,-13163],[-127553,-14137],[-118239,-13139],[-116188,-14075],[-118292,-17060],[-118908,-16162],[-117476,-16726],[-115551,-17882],[-115975,-19178],[-124919,-17323],[-127815,-13902],[-127179,-14725],[-120806,-13222],[-123458,-12978],[-121983,-14407],[-122011,-14105],[-127348,-19641],[-123372,-16887],[-123421,-15182],[-122282,-18052],[-123347,-15816],[-126632,-17275],[-125551,-14419],[-126214,-17605],[-118696,-13206],[-116185,-14151],[-116016,-12854],[-118069,-16706],[-119153,-16697],[-117467,-17101],[-115912,-18364],[-116343,-19387],[-117099,-19661],[-125164,-16576],[-127371,-12641],[-127535,-13060],[-127315,-14124],[-116077,-14213],[-116150,-13395],[-118409,-17266],[-119179,-16936],[-116745,-17275],[-116139,-18579],[-116173,-19249],[-124946,-16496],[-127297,-14662],[-123374,-14632],[-127176,-19343],[-123229,-16658],[-126423,-16699],[-122314,-467849],[-122494,-467733],[-122821,-467731],[-124154,-467212],[-120336,-31874],[-121095,-31795],[-121399,-32094],[-122350,-36570],[-121514,-35557],[-118394,-28596],[-119320,-29722],[-119066,-28874],[-121343,-34920],[-118196,-31349],[-121175,-32035],[-117231,-33618],[-117612,-34362],[-116649,-35692],[-117216,-37702],[-118328,-31886],[-117842,-30858],[-122748,-36807],[-118379,-28620],[-118402,-29198],[-120468,-34582],[-118948,-32122],[-121529,-35552],[-117748,-28320],[-119155,-28802],[-121198,-34901],[-121962,-33259],[-117962,-31521],[-118101,-32117],[-118646,-29191],[-120933,-34858],[-122133,-32920],[-116804,-572004],[-116272,-570830],[-117770,-572259],[-117448,-571371],[-117240,-571493],[-115479,-39986],[-116614,-40173],[-115902,-42179],[-116466,-42125],[-117726,-43077],[-116686,-48176],[-117285,-47935],[-116951,-48567],[-120241,-50163],[-121560,-49212],[-121780,-47162],[-126591,-46854],[-126064,-47699],[-124292,-47138],[-124070,-46010],[-124013,-48837],[-123860,-49720],[-125384,-49327],[-125172,-49446],[-127726,-47277],[-115431,-40587],[-115914,-39485],[-124264,-46316],[-125980,-47512],[-120220,-49984],[-119116,-50987],[-117030,-47601],[-123972,-50488],[-123071,-48702],[-127082,-46394],[-124792,-42078],[-123942,-40881],[-123327,-39343],[-122120,-38390],[-126140,-40293],[-125988,-43255],[-125181,-42109],[-127179,-43860],[-124162,-39669],[-123044,-38743],[-117024,-39970],[-117625,-40178],[-124980,-42018],[-124280,-41490],[-123716,-38836],[-122486,-38681],[-126540,-39687],[-126435,-43426],[-125089,-42601],[-127712,-43852],[-123753,-40300],[-122765,-38611],[-120385,-41589],[-120337,-39683],[-116459,-39625],[-125471,-41245],[-123845,-40899],[-122597,-38320],[-126094,-39626],[-125911,-42740],[-125784,-41925],[-127937,-43909],[-123830,-40077],[-122594,-38447],[-124929,-42103],[-123950,-41508],[-123304,-39291],[-122228,-38214],[-125953,-40035],[-126401,-43047],[-125506,-42664],[-127440,-43524],[-124062,-39989],[-123348,-38442],[-116718,-39801],[-123026,-60607],[-123358,-60920],[-121563,-63122],[-125472,-55700],[-118988,-62829],[-121908,-62930],[-122937,-59985],[-116659,-52556],[-117215,-52693],[-119546,-59203],[-118549,-59437],[-117792,-58538],[-118602,-59526],[-125494,-54126],[-125902,-55145],[-126914,-55305],[-126754,-54853],[-123876,-55014],[-115710,-53519],[-115253,-53198],[-118503,-58752],[-122158,-57289],[-119508,-58911],[-121180,-56362],[-121252,-51619],[-120876,-51524],[-121697,-63098],[-115731,-53216],[-118858,-52518],[-117055,-59069],[-117499,-58595],[-118850,-58290],[-120584,-59184],[-117675,-59417],[-119002,-58626],[-118920,-58669],[-126745,-54442],[-124802,-55901],[-125544,-55809],[-122348,-55504],[-122595,-56017],[-120380,-58104],[-116855,-53592],[-118109,-58381],[-122779,-56692],[-122152,-59377],[-121396,-56521],[-120691,-56963],[-120894,-51795],[-116788,-52742],[-117904,-51930],[-118138,-51506],[-117344,-51867],[-117072,-51833],[-124492,-61362],[-127713,-56161],[-126556,-61624],[-127911,-63347],[-121964,-63632],[-119747,-65530],[-117958,-66338],[-118160,-65406],[-119104,-63927],[-116914,-65462],[-116264,-67283],[-115296,-66965],[-117674,-65060],[-118452,-66148],[-119107,-64038],[-116886,-65960],[-116862,-66946],[-115556,-67215],[-117753,-65974],[-119823,-64061],[-117067,-65477],[-115471,-66806],[-116564,-66484],[-115242,-67347],[-118273,-65746],[-119337,-64066],[-116918,-65356],[-115631,-67263],[-115919,-66993],[-115237,-66832],[-127748,-64290],[-127358,-64745],[-127625,-64715],[-127591,-68841],[-126500,-69204],[-125485,-68214],[-127730,-67489],[-127591,-69572],[-116947,-75139],[-116601,-76554],[-126861,-74960],[-125590,-67511],[-125471,-69786],[-127491,-68482],[-117223,-75626],[-118720,-75559],[-127642,-74971],[-125396,-68889],[-125986,-69602],[-127129,-68140],[-127385,-68990],[-124881,-71252],[-116871,-75277],[-124616,-71019],[-124166,-70428],[-123773,-70693],[-117317,-75014],[-117041,-75053],[-124558,-80780],[-124992,-80986],[-124829,-79053],[-127063,-77974],[-124997,-76975],[-127501,-88099],[-125774,-87890],[-126009,-88808],[-126158,-86639],[-115614,-77490],[-117749,-81293],[-117680,-82017],[-118186,-82855],[-119112,-80269],[-119034,-79563],[-119006,-79529],[-119356,-78860],[-116416,-77999],[-116192,-76756],[-117658,-88956],[-118542,-87134],[-120318,-85759],[-119031,-87569],[-121930,-80870],[-122660,-79205],[-122892,-82777],[-122376,-84346],[-117752,-87598],[-118367,-86792],[-118425,-86536],[-119431,-85168],[-119540,-85053],[-121242,-85944],[-121612,-85720],[-123475,-81944],[-123996,-87599],[-126203,-83892],[-125030,-81118],[-124980,-79679],[-126851,-77007],[-127319,-78067],[-125107,-77308],[-127194,-88256],[-125799,-87106],[-125463,-88816],[-126365,-86961],[-115418,-77742],[-118199,-81294],[-117239,-81918],[-118088,-82528],[-118817,-80485],[-119078,-80031],[-119123,-79443],[-119522,-78704],[-116263,-77794],[-118419,-88376],[-119134,-86527],[-120746,-86164],[-119938,-88038],[-122608,-80882],[-123351,-78705],[-122162,-82897],[-123267,-84564],[-119747,-88963],[-117527,-87327],[-123704,-82029],[-122838,-87584],[-118329,-86929],[-127464,-83938],[-126400,-84070],[-124443,-80860],[-125012,-80321],[-124937,-79018],[-126745,-77368],[-127461,-77868],[-125008,-77270],[-126749,-87869],[-125525,-87687],[-125566,-89150],[-126771,-86543],[-115278,-77334],[-115382,-82305],[-117455,-81698],[-118294,-82551],[-118468,-80390],[-119451,-80038],[-119136,-79252],[-115892,-78052],[-116625,-76653],[-121197,-85491],[-118100,-88900],[-119111,-86619],[-120475,-86220],[-119127,-87680],[-121996,-80633],[-123447,-79615],[-122491,-82788],[-122923,-84034],[-119387,-88729],[-123919,-82503],[-123524,-87516],[-124094,-87828],[-123511,-85558],[-119394,-85061],[-121449,-85804],[-124711,-77631],[-122948,-78404],[-123651,-83314],[-121968,-83638],[-121753,-83419],[-124647,-86703],[-123909,-87298],[-123449,-86697],[-122788,-89385],[-124146,-85147],[-121483,-85412],[-127822,-85003],[-125156,-81251],[-124907,-79642],[-127224,-77077],[-126903,-78018],[-125157,-77382],[-127531,-88462],[-126655,-87908],[-125729,-87519],[-125725,-89089],[-126568,-86474],[-117494,-81068],[-117144,-81567],[-118347,-82494],[-119223,-80199],[-118732,-79667],[-119197,-79435],[-118885,-79022],[-115639,-77546],[-115897,-77902],[-116348,-77035],[-118515,-89292],[-118756,-86697],[-120105,-86115],[-118996,-88105],[-121902,-81055],[-123050,-79086],[-122952,-82688],[-122738,-83798],[-121299,-100770],[-121197,-100854],[-122468,-99642],[-121394,-98089],[-122235,-97980],[-122380,-98257],[-122581,-95008],[-122124,-94480],[-127448,-92326],[-126981,-93145],[-127942,-93935],[-126493,-94680],[-116686,-95893],[-116232,-92147],[-116869,-91842],[-116385,-92176],[-121851,-91746],[-125469,-89774],[-124662,-90171],[-124255,-91032],[-118184,-97413],[-116565,-94935],[-118971,-93777],[-117769,-92235],[-125724,-89945],[-124780,-90572],[-124576,-90488],[-118354,-97687],[-116815,-95034],[-119007,-93906],[-117689,-93007],[-125492,-101489],[-125265,-101583],[-125063,-102001],[-119806,-101766],[-120253,-101521],[-120824,-101384],[-121881,-99707],[-125890,-98662],[-125814,-98485],[-126152,-97317],[-126298,-97686],[-121041,-98275],[-122258,-93827],[-123264,-94194],[-123670,-94218],[-121096,-93909],[-127131,-92472],[-119452,-97170],[-119514,-97418],[-116903,-96095],[-115648,-96175],[-119198,-92937],[-119663,-92577],[-115789,-96758],[-115474,-92457],[-119473,-89442],[-119780,-90502],[-121541,-91620],[-126363,-97846],[-118827,-91819],[-127593,-92871],[-126018,-90038],[-125384,-90165],[-124356,-91170],[-117759,-98300],[-117021,-94709],[-118925,-94332],[-117728,-93065],[-120625,-101360],[-119708,-101933],[-122132,-99602],[-125987,-97532],[-122646,-97735],[-121497,-98285],[-121443,-93749],[-122088,-93954],[-122632,-94098],[-123630,-94427],[-127396,-92190],[-126705,-93023],[-119570,-97000],[-119678,-90259],[-119737,-91604],[-119782,-92367],[-116757,-90672],[-121679,-91802],[-118854,-95952],[-122968,-90113],[-126041,-90310],[-124685,-90883],[-123720,-91193],[-117712,-98058],[-116872,-94549],[-118098,-94434],[-117746,-93114],[-127808,-112467],[-122529,-110459],[-124297,-110990],[-124074,-110939],[-126537,-109607],[-118664,-108035],[-119434,-108278],[-118109,-107554],[-117209,-107699],[-119954,-108494],[-119696,-108577],[-116334,-109590],[-123451,-108403],[-124209,-103175],[-124378,-102881],[-126591,-103766],[-127036,-102708],[-117878,-102848],[-117470,-102424],[-118937,-105750],[-118813,-106213],[-117453,-106715],[-116962,-105279],[-116395,-103528],[-122564,-107530],[-126522,-112756],[-125787,-112737],[-126619,-112800],[-124125,-114037],[-125034,-114314],[-124270,-114817],[-120731,-111814],[-121586,-112188],[-116246,-106348],[-115647,-105402],[-119857,-103868],[-119802,-105064],[-120843,-102889],[-120894,-105442],[-121693,-105667],[-124189,-106011],[-125315,-102564],[-125566,-103703],[-121411,-114316],[-122604,-114912],[-120745,-113684],[-119079,-113666],[-118045,-112748],[-117998,-110556],[-117342,-109379],[-117564,-110443],[-118146,-109611],[-117965,-109140],[-115373,-114526],[-116682,-111516],[-116983,-111849],[-117082,-109964],[-115213,-107789],[-115359,-108177],[-121498,-111384],[-122059,-112288],[-115784,-106265],[-115726,-105197],[-119227,-104004],[-119657,-104686],[-120762,-103159],[-121047,-105234],[-121755,-106150],[-124420,-105980],[-125849,-102479],[-125384,-103738],[-121221,-114081],[-122375,-114605],[-120744,-114253],[-119001,-112931],[-118142,-112542],[-117208,-110482],[-117781,-110302],[-118006,-109800],[-118279,-108485],[-115325,-112385],[-116223,-111701],[-117154,-112561],[-116354,-109551],[-115394,-107793],[-126073,-109519],[-116172,-109783],[-123883,-103425],[-117409,-102925],[-122639,-102548],[-127979,-113184],[-125749,-113075],[-126111,-112412],[-126082,-112408],[-124833,-114719],[-124282,-114340],[-124217,-114080],[-121162,-111724],[-121777,-112372],[-115996,-106365],[-115540,-105187],[-119314,-103711],[-120185,-104389],[-120533,-102926],[-120603,-104730],[-121242,-106265],[-124040,-105409],[-125030,-103243],[-126031,-103256],[-121423,-114625],[-120504,-114282],[-118774,-113376],[-117749,-112838],[-117312,-110868],[-117188,-109392],[-117592,-109945],[-118678,-109579],[-117852,-108394],[-115257,-114224],[-115838,-111612],[-117189,-111978],[-116474,-109931],[-115914,-108159],[-117717,-107601],[-123892,-111077],[-122337,-109444],[-126023,-109301],[-125573,-109556],[-118906,-108073],[-116235,-109618],[-123725,-103373],[-117682,-102443],[-117426,-102306],[-117801,-106578],[-127990,-104403],[-122935,-105403],[-127910,-113766],[-121173,-111583],[-121690,-112635],[-116018,-105772],[-115884,-104863],[-119638,-103898],[-119921,-104809],[-120244,-102974],[-120909,-105429],[-121106,-105877],[-123975,-105529],[-125956,-102482],[-125066,-103044],[-121394,-114052],[-121947,-114985],[-120125,-114057],[-119096,-113011],[-118436,-113281],[-117384,-110718],[-117539,-109775],[-118537,-109495],[-117822,-108899],[-115366,-112624],[-115249,-109924],[-116368,-111392],[-117036,-111635],[-116814,-110059],[-115256,-108050],[-124865,10886],[-125469,11110],[-123237,11132],[-125616,12394],[-118430,11275],[-118625,1791],[-120086,836],[-116183,5169],[-119539,6304],[-116383,7435],[-119695,11591],[-117649,12841],[-120736,8572],[-119347,3159],[-119836,2588],[-118586,3197],[-120692,1828],[-121708,881],[-127774,9759],[-124468,9786],[-124518,9518],[-119265,1114],[-119037,1099],[-119114,7893],[-120085,5917],[-119678,11869],[-117401,12802],[-120537,8182],[-119282,3540],[-120101,2788],[-118485,2802],[-121067,1818],[-121551,628],[-115128,4156],[-127108,12321],[-125665,997],[-120058,1507],[-119591,6122],[-115481,5231],[-127438,10807],[-119470,1050],[-117450,7524],[-119955,12494],[-119388,11583],[-117350,12666],[-120434,8517],[-119529,3686],[-119894,2750],[-118445,3182],[-120698,1443],[-121389,571],[-119582,11774],[-117413,12696],[-119268,3209],[-119751,2680],[-118358,2777],[-120702,1830],[-121204,633],[-125292,129789],[-116633,128592],[-116492,131045],[-119072,129908],[-119261,131891],[-117510,131721],[-121492,138697],[-121935,139830],[-123084,140268],[-124197,139344],[-120445,140053],[-119613,139571],[-119912,138111],[-126500,139409],[-127545,140582],[-126587,138535],[-126265,138300],[-116730,140259],[-124821,140707],[-115441,133475],[-120668,139590],[-118124,138947],[-116258,129990],[-119075,134642],[-125342,133690],[-124008,130688],[-116719,128591],[-115620,129245],[-115334,130412],[-118789,132034],[-116790,130669],[-118225,130562],[-117638,132149],[-121055,139166],[-122128,139924],[-123271,140865],[-124118,139478],[-119827,139735],[-118999,138870],[-119607,137553],[-125715,137807],[-127244,139967],[-125924,138542],[-119129,140569],[-117598,139301],[-118349,140320],[-115698,139642],[-116633,139826],[-124520,140684],[-115346,132920],[-124201,130525],[-125602,128817],[-117149,128741],[-115587,128650],[-115641,130863],[-118752,129879],[-119018,132482],[-117514,131209],[-121347,139232],[-121950,139604],[-122977,140622],[-124052,139201],[-120297,140211],[-119839,139271],[-120267,137875],[-126088,139272],[-126907,139786],[-125741,137969],[-126689,140710],[-116052,140384],[-115566,135395],[-122821,138386],[-116845,139416],[-116142,136797],[-117438,132559],[-118228,137566],[-118667,137825],[-117113,133886],[-115210,135881],[-115688,136602],[-123763,132857],[-125927,130552],[-125830,131045],[-124581,128332],[-125410,129884],[-127221,128224],[-125311,128748],[-116257,128891],[-115646,130447],[-117362,130941],[-118182,130491],[-118906,131758],[-117593,131975],[-127318,140711],[-121537,139342],[-121977,139317],[-123330,140317],[-123384,138989],[-119864,140536],[-119553,139403],[-119767,137501],[-126590,139062],[-127312,140060],[-125782,138283],[-118546,140591],[-117430,139583],[-116624,140843],[-116165,140390],[-119951,148291],[-118680,147664],[-118425,144102],[-125664,146593],[-121993,147448],[-121819,147901],[-116833,145689],[-115918,151121],[-115801,151778],[-124146,152203],[-121733,151148],[-124149,145014],[-126417,148018],[-126489,149300],[-123709,145879],[-127316,141441],[-125860,143016],[-126931,144616],[-127044,151484],[-127746,147513],[-126383,149475],[-127374,151314],[-121891,152632],[-121096,144529],[-122814,147364],[-120898,152321],[-116186,144121],[-117981,144046],[-118605,141959],[-120464,144248],[-118282,147111],[-117846,150512],[-124823,152020],[-125280,151205],[-123350,149084],[-119340,147855],[-118917,147798],[-116954,147081],[-116749,151257],[-115822,152830],[-120698,153236],[-122920,151338],[-124123,145474],[-127190,141422],[-126355,142734],[-124286,141369],[-127216,144673],[-126806,147091],[-125588,148475],[-125786,149843],[-127712,151156],[-123735,151646],[-121854,152471],[-121357,144520],[-122414,146834],[-123784,144080],[-127346,150732],[-126577,147608],[-115895,143457],[-117858,144443],[-118165,141557],[-116465,141000],[-118545,142211],[-119832,144258],[-118424,147305],[-118506,147536],[-117454,150495],[-120314,153024],[-126235,151428],[-122619,149443],[-117726,147629],[-119805,147856],[-115811,146103],[-117800,146466],[-116714,150406],[-116102,152319],[-123223,150696],[-126821,147798],[-127357,151195],[-123738,145721],[-125905,142999],[-127651,144186],[-125937,147227],[-125916,148320],[-126210,149314],[-127781,151702],[-124225,152233],[-121989,152588],[-120963,144680],[-122013,147175],[-123698,144122],[-126366,151839],[-120662,152403],[-116211,143035],[-118419,144381],[-117946,142009],[-116480,141085],[-118531,141373],[-119610,143828],[-118712,146694],[-118028,150583],[-125910,152256],[-126164,151082],[-123226,148850],[-118174,147462],[-119825,148311],[-119040,143810],[-127551,148784],[-125055,153157],[-124010,151051],[-117159,146881],[-116512,150497],[-116480,152585],[-121475,153468],[-124232,151751],[-123201,150660],[-120545,153184],[-126348,147670],[-127441,149461],[-122934,145622],[-126598,142853],[-124360,141181],[-127789,144397],[-126101,148911],[-126478,150727],[-126099,149598],[-127756,151049],[-122466,152035],[-121348,144086],[-122080,146357],[-123065,144681],[-126916,151334],[-115709,143930],[-117499,143983],[-118690,142350],[-119923,143396],[-117451,150626],[-117420,149834],[-125216,152635],[-126150,151681],[-123974,149362],[-122264,148806],[-120360,151053],[-126118,151395],[-123570,148894],[-127777,148107],[-123261,152152],[-120615,149304],[-115364,142393],[-126244,150573],[-122892,150023],[-125734,156343],[-116119,156611],[-120686,156806],[-121461,163288],[-122792,165019],[-121515,154612],[-123313,154863],[-127636,155280],[-117103,154466],[-115644,159859],[-116223,157745],[-120554,157932],[-116306,158619],[-118815,154718],[-119490,160186],[-121131,157916],[-119460,154955],[-115658,159408],[-115690,161438],[-119159,160538],[-120057,158977],[-120574,156206],[-126278,157802],[-120961,157974],[-121813,163550],[-120528,165986],[-120657,154027],[-123022,154810],[-126820,156323],[-127292,154990],[-117958,155347],[-116060,156697],[-116239,158043],[-121975,158430],[-119359,155428],[-116267,160247],[-115785,158695],[-115639,161319],[-118883,160213],[-120144,158533],[-123029,154715],[-118375,160471],[-115835,159954],[-121817,158036],[-116152,160651],[-119669,154171],[-115415,159649],[-120058,158200],[-125111,158495],[-121288,154174],[-123766,154999],[-126869,155447],[-117540,154373],[-115920,156682],[-116556,157691],[-120012,157449],[-116054,158031],[-118903,154731],[-122050,158471],[-120031,155404],[-116021,160018],[-115833,159526],[-116174,161044],[-118578,160509],[-119567,158087],[-120908,155059],[-123344,154341],[-127503,155917],[-116486,154286],[-117033,156515],[-115449,157634],[-120197,157847],[-119274,154362],[-119353,160749],[-122095,158159],[-120660,154819],[-115996,160510],[-115398,159329],[-116272,161429],[-119084,160343],[-119335,158679],[-116161,160408],[-115422,161230],[-121466,158594],[-120243,155163],[-115862,159431],[-119006,159857],[-118740,158405],[-124062,158149],[-126647,230150],[-127745,226849],[-127327,229540],[-127669,229331],[-126898,230216],[-127843,229313],[-125854,238847],[-125570,240865],[-126854,239095],[-127161,231286],[-127632,233380],[-126151,240395],[-125781,241553],[-127490,241506],[-127808,241839],[-127820,233862],[-125293,242034],[-125091,240491],[-125729,240519],[-126676,241635],[-126942,240977],[-126987,241913],[-127580,241224],[-126034,14671],[-127858,15523],[-127663,13339],[-125739,20796],[-126818,13032],[-120547,14356],[-119801,16026],[-121558,17651],[-121380,19297],[-120982,21006],[-117767,14169],[-121541,24563],[-120606,23604],[-116194,17513],[-115361,16296],[-117264,24986],[-127558,23352],[-123828,24907],[-124931,22881],[-126907,22937],[-125963,22168],[-122540,16153],[-126664,24289],[-125748,25467],[-126125,16321],[-119989,14643],[-121482,16655],[-125729,15138],[-125345,13212],[-126269,21506],[-126860,15181],[-124858,14398],[-126745,16008],[-126905,16706],[-126142,23748],[-118431,14481],[-121217,13002],[-121396,13402],[-121757,18774],[-123273,15267],[-122718,20679],[-119507,22149],[-120257,22479],[-120387,22993],[-118270,14380],[-121462,24715],[-115959,17192],[-115528,22249],[-117424,24704],[-127542,23367],[-123953,25367],[-125002,22406],[-126736,23092],[-126648,21998],[-122568,16260],[-126039,23943],[-125569,25022],[-126861,14883],[-127069,13771],[-123874,18846],[-119345,22971],[-121264,25083],[-115709,17195],[-115865,22257],[-116695,25055],[-125361,24581],[-126989,23177],[-123403,25297],[-124924,22667],[-126521,22906],[-125990,22042],[-123023,16258],[-126845,24453],[-126104,25109],[-117886,14067],[-121485,24690],[-115320,17272],[-115868,22049],[-117225,24894],[-123686,25456],[-125154,22493],[-127024,22838],[-126611,21978],[-122739,15376],[-126174,24100],[-127750,23020],[-125815,25609],[-115369,18863],[-115690,18181],[-115568,18098],[-123336,294321],[-120376,294385],[-116866,292678],[-122273,296728],[-122011,304439],[-122454,299531],[-122373,296362],[-122247,295864],[-118073,295132],[-117956,296506],[-116842,294978],[-121393,296704],[-125535,300094],[-124711,298299],[-123242,301075],[-123735,302942],[-126622,304609],[-122483,301059],[-127851,306898],[-127483,303463],[-127776,304673],[-127585,307051],[-116953,301428],[-116066,300276],[-115381,301378],[-116953,296479],[-122511,305175],[-121043,305903],[-115343,297968],[-116083,301878],[-123118,295170],[-120114,296733],[-123425,298269],[-122113,298856],[-122163,299334],[-120534,297678],[-121982,295696],[-120113,294814],[-117594,295948],[-117091,296195],[-116233,300068],[-125961,300445],[-122784,307225],[-122202,299123],[-124369,302130],[-125594,304284],[-124867,302453],[-123583,300010],[-115995,296025],[-127467,306491],[-116342,302217],[-124673,306877],[-123750,301386],[-116668,301448],[-116190,300633],[-120358,307191],[-122251,306533],[-122853,297228],[-125621,299569],[-124965,298976],[-123603,304598],[-124468,299569],[-123386,297738],[-117811,294815],[-118892,303334],[-121328,306647],[-124460,301476],[-124910,302606],[-125674,303846],[-125923,304689],[-118565,304878],[-127533,306900],[-118953,303743],[-126405,307112],[-125026,303757],[-115973,299880],[-117921,299292],[-115818,300608],[-125533,306237],[-124117,305129],[-124124,305816],[-121848,305825],[-117414,294785],[-116292,296823],[-115951,300111],[-116879,295377],[-115643,300495],[-119997,297090],[-121632,298187],[-121800,295618],[-120816,297354],[-124445,297742],[-124040,299946],[-124024,297924],[-125668,301266],[-125383,302252],[-126069,300056],[-123538,301605],[-125294,304860],[-124846,306858],[-127935,304336],[-116377,302033],[-121463,306063],[-127016,308820],[-124739,311337],[-126722,308885],[-123719,311803],[-122772,311172],[-124069,313237],[-123711,311858],[-124005,310914],[-123164,312800],[-121726,307803],[-124215,312969],[-122417,310944],[-120941,307977],[-122604,314228],[-123652,311729],[-122244,313469],[-120843,307927],[-123620,311824],[-123735,311563],[-121549,307866],[-123956,311285],[-123738,314276],[-124590,313962],[-122633,307949],[-126085,307489],[-126481,310366],[-124156,27731],[-124122,27676],[-120236,31865],[-120252,28645],[-117607,30858],[-122676,37395],[-117720,32564],[-121600,33592],[-122304,29381],[-121925,32453],[-123750,32829],[-125096,31076],[-126475,31012],[-122920,36283],[-125082,33859],[-124062,32191],[-118806,31310],[-118365,31883],[-118630,34499],[-120427,37476],[-119092,36587],[-117997,36430],[-118165,28908],[-117395,28091],[-118026,26629],[-121669,26259],[-124530,26793],[-126047,27579],[-127761,28792],[-126357,29393],[-115795,29106],[-122206,29285],[-122012,32276],[-123488,32982],[-125381,31485],[-126444,31017],[-122728,35800],[-125374,33777],[-123956,31830],[-118533,31289],[-118564,32185],[-118871,33970],[-120381,37556],[-119042,36560],[-118722,36264],[-118268,28676],[-116943,28134],[-118161,27352],[-121324,26031],[-124295,27192],[-125950,27588],[-127288,28467],[-127495,28957],[-126469,29122],[-123360,29423],[-122479,37375],[-122574,28940],[-122064,32264],[-123529,33127],[-124905,31391],[-126724,31284],[-122530,36106],[-126178,34996],[-125174,34174],[-124249,31734],[-118798,31275],[-118760,32247],[-118926,34078],[-119664,38161],[-119264,36601],[-118433,36754],[-118504,28747],[-117009,28162],[-118231,27287],[-121469,26414],[-124307,26906],[-125856,27706],[-127462,29096],[-126184,29136],[-122314,28097],[-122800,28038],[-122277,36585],[-122316,29293],[-121989,32503],[-123470,32998],[-125258,31054],[-126653,31235],[-122717,35953],[-125202,34071],[-123870,31701],[-118710,31615],[-118715,31823],[-118860,34017],[-120227,37770],[-119561,36900],[-118696,36745],[-117769,29232],[-116728,27750],[-117721,26649],[-121157,26345],[-124302,26936],[-125820,27624],[-127708,28654],[-126577,29035],[-120175,26249],[-117538,37145],[-126804,36287],[-126181,35383],[-126772,36239],[-126436,35305],[-126216,35868],[-126951,36236],[-125966,35403],[-126109,35857],[-126513,35870],[-122041,407611],[-122520,408748],[-121559,407024],[-121520,408642],[-121635,408040],[-121067,409628],[-121484,408822],[-120907,409560],[-121148,407031],[-121117,408129],[-122662,408176],[-121900,408039],[-121611,408506],[-121418,408821],[-121470,409229],[-120566,409544],[-122266,408068],[-120582,406404],[-122346,408047],[-121319,407967],[-121496,408193],[-121973,408581],[-121283,409760],[-121462,409046],[-121444,409669],[-120512,409311],[-121723,406939],[-120218,408952],[-121242,409131],[-122093,408937],[-120489,409718],[-120514,409340],[-124417,417460],[-123891,419163],[-123540,417921],[-123377,417471],[-121767,418194],[-123219,418174],[-124249,417105],[-124562,417391],[-123693,417815],[-123364,417532],[-122542,417974],[-123049,418356],[-123919,419280],[-123297,416597],[-124491,417420],[-123235,417908],[-122018,417989],[-123905,418380],[-123476,417452],[-123710,417782],[-122941,418245],[-122303,418142],[-123264,419075],[-124104,417213],[-121616,417750],[-123928,418956],[-118502,428207],[-117628,434095],[-125442,429409],[-120890,429321],[-122090,430494],[-123390,427826],[-124674,428981],[-121140,428910],[-118350,428474],[-118644,433008],[-121995,427161],[-125023,429822],[-121629,428935],[-124040,429600],[-119749,429573],[-118376,434124],[-123896,430201],[-125642,428665],[-120608,429795],[-123341,427259],[-120774,428124],[-118683,428974],[-119838,428549],[-117126,435037],[-117809,433987],[-125615,429457],[-120749,430061],[-124018,429882],[-123282,428088],[-120295,429884],[-121395,430934],[-121247,428235],[-123014,428151],[-126793,434675],[-120197,438103],[-118938,436229],[-123344,438847],[-122421,438300],[-117961,435990],[-121964,438826],[-121106,438312],[-119124,435899],[-121437,437263],[-123512,438984],[-121328,439551],[-120307,437537],[-119031,436153],[-122537,438929],[-118070,435465],[-120686,439933],[-120776,437454],[-119012,436133],[-117893,437385],[-118968,438382],[-119149,437638],[-122584,438905],[-121652,438196],[-120979,439426],[-120206,437265],[-115522,47600],[-116472,47138],[-119027,46370],[-115292,50488],[-115444,46956],[-116536,48468],[-117153,47398],[-118949,46876],[-117689,47559],[-117853,47176],[-115287,50429],[-115640,47092],[-116907,48351],[-117373,47296],[-119066,46355],[-115545,613269],[-119957,63402],[-123975,62511],[-122247,62062],[-121232,61707],[-122242,59259],[-121883,59177],[-124965,57493],[-116382,52878],[-116250,52318],[-120239,62895],[-122716,62726],[-121872,61113],[-121386,61088],[-122738,58867],[-120595,58065],[-123960,57941],[-115357,53673],[-115909,52117],[-115415,51722],[-119774,63358],[-122331,64047],[-122768,62668],[-121342,61503],[-121440,59787],[-121369,58572],[-123074,58713],[-123822,57459],[-116390,52398],[-115548,53239],[-115703,51574],[-120729,63781],[-123585,61549],[-122631,61798],[-121772,61382],[-122528,58520],[-121787,59157],[-125285,58374],[-116050,52221],[-115919,52254],[-120153,74602],[-116463,75620],[-115877,68116],[-119432,66975],[-118063,67641],[-115293,72505],[-115245,75621],[-118857,75368],[-118431,76465],[-117884,76903],[-116640,70467],[-118012,70387],[-115327,73880],[-119307,74099],[-121052,75493],[-118533,75880],[-116101,67517],[-118971,66691],[-117123,66351],[-116746,69979],[-117839,67761],[-117372,70461],[-115570,72986],[-118844,76406],[-116265,71573],[-118406,69949],[-116623,73930],[-116025,68303],[-115769,70303],[-116728,69827],[-117621,68507],[-117730,66463],[-116183,72584],[-115676,75133],[-117722,75496],[-119089,75015],[-116271,71520],[-118726,70427],[-116570,73663],[-116106,67890],[-117251,66242],[-117187,69183],[-119057,67194],[-116594,69977],[-115379,72534],[-118192,75684],[-118971,74144],[-117414,71491],[-118094,70628],[-116760,73880],[-121807,76902],[-121375,68046],[-120329,72872],[-122530,75529],[-123753,75375],[-123705,69751],[-122031,65955],[-120172,65597],[-120577,64554],[-124117,64983],[-125534,64755],[-126549,74158],[-120000,66271],[-122277,67248],[-121684,75185],[-120722,73357],[-123852,74742],[-124841,76352],[-125333,75435],[-121272,65781],[-123205,65469],[-124844,65008],[-124391,64487],[-117932,65328],[-121658,67532],[-121150,75422],[-120781,74158],[-122817,75629],[-121552,67165],[-120561,66202],[-120144,64799],[-122388,64540],[-124673,64246],[-126705,70459],[-124231,73209],[-119233,65450],[-121367,67863],[-122003,74180],[-121074,72700],[-123392,75476],[-123535,75545],[-124666,75229],[-125883,75850],[-121675,66945],[-120473,65225],[-119192,64619],[-122504,64601],[-125388,64209],[-127342,75969],[-118109,89655],[-121864,86819],[-122394,87497],[-119629,83772],[-117199,77551],[-120289,77813],[-116090,79531],[-118135,81458],[-115876,82249],[-116864,84994],[-119242,85419],[-116220,86247],[-116674,87838],[-119459,77120],[-117332,77160],[-119596,77475],[-117146,80197],[-118614,81778],[-116480,82032],[-116909,84764],[-119211,84201],[-117197,86846],[-117203,88679],[-121669,86641],[-122456,86882],[-116613,89737],[-122513,86831],[-116446,77386],[-119536,78357],[-115953,79306],[-117576,82123],[-116619,83475],[-116536,85447],[-118150,83983],[-116845,85774],[-117220,88199],[-117498,88556],[-121055,85460],[-122685,86028],[-119869,89623],[-119101,88980],[-115760,87437],[-117796,79980],[-119042,77718],[-116646,79889],[-118045,81342],[-116478,82723],[-117013,84455],[-118609,84941],[-117517,86430],[-117295,88364],[-118521,89376],[-121087,85979],[-125507,85491],[-126142,81496],[-124068,82702],[-122672,83006],[-122704,81959],[-122466,80482],[-127046,81436],[-127417,82596],[-127085,77257],[-123230,87415],[-124244,86235],[-125348,83614],[-126973,84242],[-123566,84216],[-123604,82092],[-121983,83073],[-123121,81956],[-123329,80357],[-127928,81490],[-126880,81245],[-127142,83056],[-126707,77279],[-126949,89141],[-123708,86813],[-124082,86274],[-124549,85028],[-125868,82995],[-126566,84562],[-123917,83425],[-123232,83457],[-121747,81942],[-122184,81515],[-123101,81027],[-125900,81869],[-127476,82669],[-126952,77008],[-127795,77249],[-125788,86335],[-124274,84425],[-124289,82670],[-126039,83899],[-126388,84437],[-123750,83999],[-123122,83287],[-121786,82968],[-122160,81182],[-122786,80463],[-127728,81293],[-126018,82367],[-127367,83009],[-127800,77853],[-116438,94384],[-127554,92000],[-117554,92585],[-116177,91918],[-123238,96828],[-126599,99887],[-127696,97664],[-115406,97237],[-115227,102068],[-116926,100026],[-116694,98771],[-118929,98981],[-120884,99301],[-116199,90780],[-127188,90932],[-125264,95971],[-125115,97158],[-124360,99296],[-122217,100098],[-122890,100723],[-122874,100868],[-121499,99836],[-121248,102064],[-125269,100872],[-127300,101919],[-124504,102176],[-127430,97037],[-127988,95535],[-115778,92905],[-125436,98473],[-119299,97418],[-117544,94605],[-117478,100225],[-116764,98758],[-118474,98564],[-120885,98906],[-115811,89818],[-126358,91525],[-125171,96281],[-125760,97799],[-124203,99322],[-122176,99498],[-123629,101658],[-120928,100286],[-121466,101569],[-125679,101016],[-126955,101755],[-127702,97351],[-127723,95343],[-127611,90732],[-117397,100653],[-116400,99413],[-119110,99000],[-120221,98843],[-116404,90046],[-115714,92475],[-115919,93185],[-127072,91666],[-124859,96244],[-125045,97773],[-124351,98686],[-122427,99720],[-122935,101763],[-121165,100053],[-121627,101570],[-126095,101104],[-124741,101900],[-127102,97733],[-115297,101602],[-118307,100382],[-117195,97475],[-123741,98598],[-117543,96983],[-123808,99053],[-117613,100625],[-116513,99518],[-118861,99367],[-120967,99137],[-116723,93320],[-126704,91683],[-125629,96207],[-125505,97873],[-123861,99406],[-122716,99711],[-123053,100883],[-122948,101101],[-120965,99720],[-121480,101807],[-125490,101269],[-127513,102318],[-124482,102263],[-126973,97787],[-127397,92348],[-125163,91759],[-125174,90608],[-124777,91116],[-125665,90567],[-125561,89875],[-125360,91475],[-125412,90894],[-124907,91666],[-125258,90080],[-124522,114302],[-125453,114378],[-123628,113816],[-125510,115093],[-123320,114652],[-115335,103700],[-116327,104088],[-125086,113561],[-124513,111646],[-125107,111403],[-123680,112872],[-122989,113367],[-121876,113613],[-120908,113861],[-124312,108403],[-126309,107830],[-126122,108704],[-127699,107830],[-123697,105699],[-123902,105914],[-122415,108356],[-126676,107916],[-124967,108809],[-126169,107511],[-122855,105440],[-122609,104490],[-124140,103072],[-115265,114916],[-117344,113845],[-117070,111030],[-127659,102606],[-125912,103390],[-116389,108638],[-117952,108750],[-119487,110150],[-120498,107812],[-118525,106929],[-117893,105167],[-124037,109137],[-122773,111463],[-115236,105467],[-117942,112465],[-118183,111177],[-125992,113304],[-121235,112849],[-122585,111644],[-119984,106921],[-124637,114339],[-124468,113546],[-123535,113878],[-117373,106071],[-115547,102769],[-116415,104335],[-125446,113543],[-124153,111520],[-124895,111094],[-123111,112196],[-122775,113141],[-121719,113676],[-121234,113511],[-124149,108300],[-126466,107684],[-126123,108964],[-122989,108079],[-123632,105781],[-124589,105887],[-126892,108171],[-125239,109176],[-125421,107424],[-123063,105650],[-122217,104391],[-123536,103054],[-116562,113222],[-125677,103093],[-124564,102673],[-116195,108866],[-117564,108439],[-119877,109614],[-118935,106709],[-123502,108960],[-125099,114833],[-125955,103071],[-125698,106111],[-117734,112911],[-124930,113712],[-126186,112949],[-120329,114824],[-119518,114748],[-115688,114932],[-117700,103210],[-116363,105087],[-123386,107031],[-120934,104671],[-120966,102699],[-123847,113643],[-124798,114325],[-123100,113428],[-116216,104532],[-115297,104226],[-125059,113217],[-124491,112188],[-125699,111235],[-123101,112322],[-122723,112746],[-122040,113197],[-121227,113943],[-127696,113013],[-123858,108534],[-125517,108768],[-126297,107583],[-126314,108315],[-127887,108335],[-122825,108028],[-123430,105906],[-124878,105930],[-127514,107867],[-125252,109380],[-126135,107575],[-123259,105862],[-122465,104917],[-123734,102961],[-116239,113171],[-117852,111390],[-126317,103867],[-116102,108500],[-117966,109308],[-119306,109480],[-120725,107575],[-119136,106886],[-117983,105497],[-123770,108688],[-122013,111255],[-123833,114270],[-125243,114824],[-123164,114119],[-115663,104278],[-115277,106017],[-125008,113077],[-124464,111931],[-125161,111304],[-123815,112768],[-122281,112857],[-121631,113364],[-121317,114235],[-124056,107984],[-125521,108722],[-126390,107743],[-126736,108714],[-123956,106121],[-123996,105797],[-123169,108390],[-127501,107968],[-125028,108918],[-126118,107707],[-122784,106315],[-122072,104657],[-124046,103250],[-116375,114121],[-118092,110826],[-126002,103488],[-115773,109337],[-117635,108846],[-119232,110013],[-120865,107131],[-118544,107071],[-118086,105747],[-123971,109068],[-122682,110917],[-115530,104089],[-126076,120081],[-119601,118676],[-122762,120473],[-122914,122246],[-125582,123009],[-119874,119795],[-120685,117610],[-122733,116564],[-123982,116907],[-122158,119026],[-123748,118852],[-123226,120736],[-122868,121142],[-121678,121172],[-122062,120661],[-124272,122113],[-127760,122451],[-125839,120702],[-126472,121405],[-126344,119123],[-126771,118587],[-123145,127456],[-122036,127583],[-123987,125329],[-123424,124881],[-126479,125685],[-126183,127755],[-127281,126115],[-116811,126645],[-117441,126518],[-116146,124203],[-116922,123870],[-115257,126632],[-117134,118875],[-119278,122775],[-119937,122494],[-124930,124293],[-124444,123269],[-123742,123047],[-124904,125154],[-125718,124635],[-116096,115543],[-119514,116372],[-119104,125041],[-121559,117670],[-125127,115100],[-122631,116661],[-123668,115573],[-121225,121271],[-120546,120241],[-122726,120247],[-124458,120334],[-125985,118937],[-125264,116731],[-121476,115409],[-120153,118247],[-121208,120038],[-121309,120718],[-120548,118945],[-120545,122452],[-127342,122453],[-123100,127629],[-121977,127391],[-123885,125324],[-123438,124741],[-124989,125971],[-127369,127265],[-126489,127521],[-126564,127059],[-116441,126768],[-117873,126508],[-116049,124677],[-116782,123628],[-115625,127281],[-116003,119721],[-116133,118942],[-117267,119403],[-119542,122396],[-122006,116403],[-121835,125493],[-115645,118464],[-120478,116865],[-124707,115423],[-121135,121121],[-124566,120169],[-124976,118761],[-126136,119067],[-125305,117076],[-119907,118248],[-124072,122548],[-122793,122522],[-124297,122210],[-126650,121961],[-122575,126062],[-123992,125382],[-123628,124313],[-125723,126723],[-126079,126549],[-117842,126063],[-116826,124008],[-115550,119527],[-116324,118187],[-117155,119436],[-119202,122259],[-121079,122902],[-120492,117427],[-126695,115654],[-122685,117704],[-122512,115598],[-122900,120838],[-123410,121013],[-122697,122047],[-124316,122324],[-123234,122342],[-128733,121510],[-127143,121929],[-126263,123638],[-126265,120565],[-123788,127326],[-121857,127117],[-123848,125391],[-123317,124788],[-125990,126306],[-126684,127671],[-126745,126752],[-116669,126540],[-117646,125963],[-116700,123941],[-116192,115515],[-115432,118849],[-116101,118599],[-117892,119132],[-119773,122126],[-121142,123675],[-123930,123035],[-127113,121252],[-119723,118836],[-1405666,1012868],[-1407792,1018610],[-1403842,1022079],[-1402649,1017845],[-1405832,1014638],[-1403831,1022520],[-1402107,1017915],[-1398455,1266158],[-1397507,1267321],[-1397250,1266540],[-1396572,1269629],[-1395807,1275345],[-1397027,1268992],[-1397674,1271561],[-1396050,1278036],[-1410853,1014571],[-1409219,1013691],[-1410602,1014342],[-1409169,1012089],[-1408555,1017842],[-1409567,1028871],[-1411947,1026237],[-1410137,1029163],[-1410567,1026788],[-128685,-126829],[-130251,-120157],[-130042,-118603],[-131065,-117684],[-131116,-122638],[-132518,-123771],[-136762,-124343],[-137710,-122662],[-139779,-123063],[-135059,-124727],[-140003,-119340],[-139793,-117857],[-137585,-116393],[-129650,-115120],[-131327,-115088],[-133679,-118215],[-137389,-120244],[-135115,-120714],[-140568,-116349],[-139488,-120390],[-139461,-120874],[-129644,-126128],[-131412,-124515],[-128943,-119421],[-128406,-119126],[-133707,-116972],[-134249,-116048],[-138266,-122409],[-128286,-123687],[-130481,-123245],[-131903,-124468],[-131868,-123584],[-131257,-125542],[-130645,-125393],[-131105,-126772],[-137902,-124016],[-139410,-124176],[-140645,-125483],[-140045,-123102],[-136730,-126793],[-139600,-119084],[-131407,-115317],[-131224,-115527],[-137533,-120123],[-136936,-120331],[-134676,-126494],[-133951,-124320],[-132379,-126739],[-128435,-124948],[-131675,-117247],[-134746,-115234],[-134140,-116386],[-138494,-127028],[-139815,-126461],[-132113,-123828],[-128183,-115198],[-128541,-115557],[-128240,-115074],[-128073,-116888],[-132531,-115742],[-133113,-115510],[-132019,-116092],[-131915,-115850],[-131896,-116596],[-133213,-115495],[-133475,-115279],[-133444,-115634],[-130529,-121620],[-131327,-122779],[-128133,-125848],[-130823,-127448],[-134092,-122812],[-132921,-120607],[-133969,-118282],[-132712,-116433],[-131412,-117739],[-130126,-119878],[-130795,-117726],[-139956,-123220],[-135943,-126540],[-137129,-125527],[-140156,-119324],[-139830,-119332],[-137858,-116109],[-137366,-116428],[-130969,-115471],[-137795,-119836],[-135184,-118932],[-135193,-120501],[-139250,-121703],[-139812,-121819],[-139485,-120623],[-134204,-124184],[-136806,-121901],[-134937,-123282],[-140244,-126169],[-130985,-124885],[-132240,-126040],[-129804,-122022],[-128930,-120895],[-132642,-117152],[-132467,-117321],[-133169,-116592],[-129977,-116535],[-135983,-126209],[-137460,-125148],[-135672,-124472],[-137558,-125660],[-139559,-126701],[-128942,-115240],[-128175,-115138],[-128304,-116785],[-128345,-116543],[-132965,-115193],[-133138,-115338],[-132484,-115050],[-131845,-116217],[-132234,-116587],[-132013,-116012],[-134899,-115320],[-135646,-115520],[-134108,-115944],[-133315,-115133],[-133221,-115797],[-140573,-123323],[-130707,-127238],[-140250,-119461],[-137608,-120205],[-131082,-127435],[-133581,-125319],[-128805,-118214],[-132125,-119567],[-131615,-117602],[-132728,-117628],[-134317,-125005],[-135772,-125365],[-130492,-123983],[-130527,-116496],[-137361,-126291],[-139471,-125387],[-132424,-127457],[-129080,-115084],[-128903,-124012],[-132987,-127644],[-128149,-117021],[-134396,-116989],[-139643,-125497],[-133930,-124997],[-128802,-117219],[-129521,-115976],[-139095,-123392],[-137381,-140012],[-130779,-137811],[-129840,-140234],[-129137,-137147],[-128516,-139958],[-130510,-139957],[-131468,-140380],[-133693,-139755],[-133612,-139282],[-130595,-137592],[-131774,-140468],[-134050,-138688],[-135025,-140312],[-136831,-140581],[-133717,-139147],[-134234,-139466],[-129136,-137024],[-137724,-139876],[-137246,-140535],[-128186,-134918],[-133391,-131953],[-139279,-134149],[-137972,-134591],[-136183,-131888],[-132241,-128101],[-132088,-132004],[-135685,-132029],[-139771,-128493],[-140131,-135522],[-139121,-135277],[-140058,-135187],[-133842,-135461],[-134496,-134863],[-133238,-134600],[-140429,-133613],[-138901,-132153],[-139883,-132009],[-139558,-131086],[-131095,-136733],[-129663,-136782],[-134865,-133769],[-137016,-134283],[-136869,-132663],[-135886,-135151],[-132483,-133443],[-132234,-131763],[-133174,-131780],[-130085,-131188],[-136407,-130197],[-136865,-130181],[-134181,-127814],[-139574,-133778],[-132742,-130365],[-133118,-127925],[-138584,-129804],[-131744,-129719],[-135388,-132102],[-134955,-130302],[-132886,-130581],[-133044,-129531],[-140545,-129263],[-139029,-128421],[-139555,-135263],[-140383,-134461],[-139923,-134100],[-134653,-134453],[-133753,-135169],[-133555,-135271],[-131010,-134198],[-133383,-135801],[-135702,-129144],[-133806,-128682],[-138917,-130078],[-132237,-133495],[-136057,-135307],[-133216,-131852],[-130408,-130585],[-129482,-133834],[-134286,-128053],[-140536,-130586],[-138844,-132874],[-137110,-132523],[-139305,-134003],[-136248,-131767],[-132748,-131294],[-136799,-128753],[-135575,-130037],[-133597,-131920],[-140084,-130865],[-133441,-128255],[-132751,-129892],[-136869,-129599],[-135098,-131755],[-134912,-131298],[-130754,-131926],[-131810,-142870],[-129617,-140732],[-133091,-142148],[-131823,-144263],[-135639,-143990],[-135824,-147274],[-139631,-141469],[-131020,-142188],[-130868,-141973],[-132167,-143226],[-133583,-142101],[-130083,-144071],[-132176,-144303],[-139856,-141295],[-138701,-141008],[-139855,-141633],[-136856,-141516],[-136783,-141024],[-137161,-140884],[-130631,-141926],[-130793,-141236],[-130892,-144395],[-131795,-144964],[-139366,-144143],[-130299,-143835],[-129569,-141019],[-134509,-143678],[-129664,-143728],[-131347,-144986],[-131912,-144593],[-136368,-145227],[-134797,-143180],[-137090,-144584],[-140234,-143527],[-129158,-143120],[-130285,-144247],[-134509,-147205],[-129820,-140687],[-130625,-140835],[-138928,-140635],[-139155,-140944],[-138632,-140701],[-138098,-141709],[-137932,-140823],[-128971,-149735],[-128528,-146007],[-134189,-150167],[-134648,-149279],[-136830,-148461],[-138374,-147659],[-133863,-145597],[-132767,-146051],[-136911,-147686],[-136036,-151920],[-139752,-150167],[-128996,-153198],[-129749,-152734],[-128873,-152014],[-128363,-142944],[-137644,-152298],[-129220,-149771],[-128734,-149565],[-128477,-149619],[-128332,-149168],[-133335,-151791],[-131573,-150747],[-131110,-150500],[-136624,-147717],[-135504,-148948],[-134546,-148339],[-134719,-148192],[-133975,-148375],[-131168,-146419],[-132924,-145608],[-133894,-145424],[-129313,-145821],[-137503,-147540],[-131083,-148362],[-132141,-149124],[-131962,-146486],[-132449,-147361],[-134957,-151688],[-136688,-150280],[-134434,-150459],[-139626,-150369],[-139502,-151817],[-139712,-153393],[-129844,-153180],[-130052,-152435],[-128579,-153082],[-131507,-151589],[-130733,-151836],[-131145,-151679],[-131671,-147589],[-138448,-153188],[-138573,-148532],[-139632,-147811],[-139215,-147667],[-137386,-152942],[-128349,-146087],[-128015,-148196],[-136075,-151760],[-133411,-149788],[-131198,-151714],[-131022,-150873],[-131026,-151238],[-137804,-152932],[-138400,-148689],[-138442,-147973],[-139008,-148822],[-138754,-147891],[-136982,-153022],[-136111,-165740],[-135899,-155275],[-136914,-157415],[-135823,-158447],[-137091,-166063],[-136706,-166169],[-131910,-159756],[-133338,-160785],[-133060,-162641],[-138580,-166063],[-138088,-165019],[-138476,-165679],[-139002,-164122],[-138089,-163117],[-138521,-163560],[-136995,-164409],[-137808,-164566],[-137864,-164451],[-133748,-165977],[-133920,-166091],[-133834,-166193],[-132436,-165673],[-132464,-165699],[-135384,-166054],[-140252,-162532],[-138923,-155704],[-138667,-155102],[-138203,-155156],[-139022,-154361],[-139139,-154344],[-138481,-154259],[-138353,-153485],[-138063,-153665],[-139945,-156744],[-140573,-156664],[-140108,-156378],[-135894,-157419],[-136272,-157080],[-135882,-157171],[-134301,-157037],[-134427,-157218],[-134017,-157324],[-135433,-156354],[-135559,-156173],[-135134,-156249],[-135380,-158335],[-135716,-158229],[-135736,-158379],[-136886,-153819],[-139181,-156528],[-139040,-156827],[-140340,-158025],[-136088,-164667],[-136051,-164911],[-134424,-165116],[-134126,-165016],[-135228,-166017],[-132209,-165274],[-132224,-164720],[-139390,-166052],[-137823,-154004],[-139840,-153538],[-136282,-165932],[-136623,-166059],[-132397,-159737],[-132601,-161409],[-132920,-160720],[-138875,-165995],[-137723,-165648],[-137482,-165418],[-138082,-163330],[-138426,-163181],[-138535,-164148],[-137276,-163697],[-138015,-163562],[-136916,-163298],[-134134,-166055],[-132598,-165626],[-132668,-165578],[-132819,-165872],[-134819,-165918],[-140649,-160708],[-140720,-161050],[-138343,-155426],[-138163,-155011],[-138644,-155009],[-139001,-153889],[-138611,-153866],[-139227,-153725],[-138329,-153627],[-139761,-156712],[-139617,-156760],[-139610,-156860],[-140762,-156555],[-135969,-157887],[-135932,-157141],[-136284,-157066],[-134478,-156932],[-133739,-157389],[-134502,-157732],[-134927,-155713],[-135776,-156267],[-134845,-156412],[-135048,-158542],[-134964,-158022],[-135582,-158604],[-136620,-154079],[-140203,-157870],[-139793,-157954],[-139533,-157624],[-139076,-156264],[-139658,-166149],[-136189,-158642],[-134846,-156538],[-134671,-154943],[-137492,-157361],[-138137,-154189],[-128977,-165585],[-139516,-165556],[-137579,-162867],[-136556,-172049],[-138339,-166943],[-136057,-171114],[-137782,-172436],[-137026,-174439],[-128552,-175850],[-135565,-170870],[-139762,-167791],[-139285,-168711],[-140089,-167815],[-138570,-167443],[-138843,-167052],[-137577,-167300],[-136962,-166203],[-139946,-170076],[-140055,-170419],[-140497,-170724],[-132701,-166418],[-134947,-166779],[-135208,-166642],[-137068,-166750],[-137340,-166675],[-137014,-166853],[-140436,-167265],[-140265,-167522],[-140607,-169438],[-135910,-170397],[-135184,-169713],[-137033,-167815],[-139566,-166253],[-129123,-173912],[-131007,-173921],[-130934,-173692],[-133403,-175033],[-132662,-176346],[-135485,-174773],[-135634,-174316],[-134850,-172830],[-134761,-171543],[-134610,-170813],[-136524,-177303],[-136084,-177322],[-130523,-177238],[-130587,-176878],[-131046,-176859],[-131409,-178445],[-129324,-169486],[-128909,-169175],[-134630,-170844],[-139074,-171018],[-138522,-169911],[-133793,-176058],[-140483,-171112],[-131864,-175865],[-139312,-168746],[-139461,-168004],[-139461,-167901],[-138501,-167040],[-137891,-167681],[-137667,-166852],[-136565,-166384],[-139765,-169951],[-140307,-169920],[-139965,-170585],[-134884,-176573],[-133915,-166513],[-133828,-166693],[-135015,-166463],[-135138,-166590],[-136842,-166953],[-137156,-166593],[-136494,-167097],[-128648,-171493],[-128045,-172628],[-140763,-169319],[-137852,-171694],[-136149,-170666],[-136051,-170104],[-131256,-178251],[-130412,-177498],[-131108,-174139],[-133088,-174974],[-132874,-176257],[-134564,-171628],[-135246,-170613],[-133267,-169928],[-132978,-169893],[-134907,-175320],[-131091,-174038],[-130050,-167529],[-129910,-167405],[-130135,-167330],[-129554,-166983],[-128965,-166952],[-128936,-166641],[-129996,-167987],[-130010,-166479],[-130288,-166346],[-128107,-166987],[-128174,-167417],[-136930,-167899],[-134745,-174915],[-135867,-177294],[-133382,-169424],[-132255,-172442],[-134593,-169069],[-138743,-170861],[-137784,-166228],[-135077,-166254],[-135895,-171813],[-136362,-173640],[-137556,-175064],[-128508,-176053],[-139043,-167168],[-135059,-166548],[-135448,-170979],[-136655,-172527],[-137036,-174377],[-128084,-175844],[-137918,-188225],[-140460,-186083],[-139449,-189169],[-137179,-185707],[-136449,-185848],[-139262,-188871],[-133426,-179044],[-132937,-191411],[-129103,-189089],[-129770,-188789],[-132137,-188131],[-132602,-191725],[-132316,-190800],[-139229,-181140],[-139495,-181335],[-139817,-181847],[-128013,-183665],[-135492,-179304],[-135889,-179351],[-135176,-181695],[-134929,-182069],[-129544,-180407],[-129687,-179981],[-130602,-180347],[-128438,-179106],[-132563,-179937],[-128101,-181007],[-133317,-191004],[-140520,-181524],[-139425,-181756],[-139938,-182186],[-139030,-182396],[-129987,-180272],[-136355,-180943],[-132905,-181889],[-133036,-182328],[-139098,-185276],[-136319,-179091],[-129943,-188878],[-133312,-180043],[-133768,-179878],[-136814,-201963],[-137670,-201949],[-137103,-202897],[-133481,-200839],[-133473,-200221],[-137145,-202037],[-137990,-202085],[-136544,-197844],[-136680,-196810],[-138896,-196597],[-139067,-197820],[-139465,-198060],[-138642,-200742],[-139363,-200862],[-134865,-199271],[-134216,-198341],[-137348,-202963],[-136968,-202626],[-136576,-202312],[-136060,-202433],[-135142,-196614],[-133290,-200865],[-133867,-199969],[-133615,-200313],[-133120,-198736],[-137335,-202217],[-137484,-202313],[-132133,-200747],[-133057,-200499],[-136350,-196831],[-133320,-199653],[-133582,-200859],[-133650,-199815],[-137119,-202198],[-137711,-202303],[-134631,-197936],[-134143,-200223],[-136673,-197996],[-133381,-199931],[-137194,-202140],[-137450,-202312],[-134639,-198895],[-134907,-199538],[-134413,-199794],[-134698,-198502],[-134352,-199963],[-131868,-199591],[-133792,-199719],[-134621,-198983],[-137518,-194466],[-139157,-203438],[-139889,-202524],[-128744,-196118],[-130490,-195165],[-135764,-192928],[-135492,-195083],[-135711,-195325],[-136212,-194420],[-136094,-194626],[-133957,-192065],[-131388,-195166],[-135463,-194938],[-136087,-193821],[-128966,-201223],[-128416,-199789],[-128583,-199377],[-128822,-199566],[-135106,-196349],[-128092,-201076],[-128180,-200715],[-138954,-203329],[-136043,-195563],[-130492,-194443],[-128742,-199287],[-134770,-196657],[-132145,-197768],[-133727,-193003],[-130503,-193294],[-133106,-195230],[-128303,-200805],[-138875,-203238],[-134234,-196405],[-130650,-194846],[-134777,-193253],[-134284,-193877],[-139322,-201442],[-128579,-195806],[-129590,-196102],[-130521,-196235],[-129896,-191939],[-135821,-195589],[-133451,-195686],[-135196,-194501],[-128501,-200983],[-128080,-200974],[-128469,-200925],[-138735,-203565],[-134420,-197008],[-133070,-196094],[-130597,-194847],[-132163,-198043],[-131791,-196876],[-133098,-192880],[-134198,-192797],[-130852,-192115],[-134233,-196891],[-129600,-199776],[-128971,-199182],[-128411,-199568],[-129045,-199512],[-134917,-195778],[-134276,-194649],[-128194,-200971],[-128449,-200954],[-138687,-203440],[-132875,-196898],[-130591,-194640],[-131697,-194626],[-134009,-196485],[-128862,-198641],[-133887,-194036],[-130947,-196704],[-132075,-195058],[-134906,-196520],[-128125,-198648],[-128075,-195702],[-133626,-194248],[-130912,-196359],[-131844,-194793],[-131902,-198143],[-128475,-198994],[-134515,-193870],[-131607,-195589],[-128160,-204732],[-134343,-213378],[-135754,-213954],[-136422,-212948],[-137442,-215157],[-137371,-213696],[-134264,-216976],[-134096,-217136],[-131712,-216042],[-131977,-215219],[-131931,-216579],[-131256,-215091],[-129940,-215524],[-130209,-215047],[-129531,-211651],[-130449,-212871],[-129658,-212521],[-132130,-211011],[-129135,-213031],[-130208,-213458],[-129681,-214372],[-129940,-215637],[-129634,-211651],[-128650,-215765],[-128011,-216259],[-129772,-217086],[-132014,-211262],[-132116,-211492],[-137132,-215296],[-131587,-217002],[-128815,-216427],[-128741,-215111],[-129279,-214969],[-129621,-214023],[-129111,-213144],[-128451,-216141],[-134661,-216792],[-131799,-215210],[-131983,-215326],[-132531,-216286],[-131323,-214600],[-131372,-215763],[-130987,-214822],[-129561,-212608],[-130931,-212049],[-129720,-212908],[-140169,-227882],[-139038,-227854],[-139522,-225457],[-139756,-223913],[-128113,-221709],[-139163,-223997],[-131374,-225520],[-140105,-217450],[-137280,-218967],[-138946,-219135],[-136948,-220382],[-136519,-223554],[-138304,-224447],[-136566,-224584],[-135266,-226045],[-136915,-226173],[-137148,-227510],[-140299,-229213],[-139330,-228867],[-140493,-229370],[-139596,-229965],[-132684,-229285],[-131508,-226403],[-131184,-226235],[-129720,-225674],[-129043,-225506],[-128228,-224992],[-128448,-225114],[-128757,-224978],[-129189,-226125],[-132489,-226929],[-132054,-226955],[-131565,-225507],[-129577,-224871],[-128602,-222020],[-133461,-217548],[-139396,-222033],[-128177,-222167],[-129135,-224671],[-138572,-227782],[-138949,-224945],[-136891,-220155],[-128357,-221695],[-134643,-224003],[-131051,-219461],[-132058,-219714],[-132475,-219071],[-129669,-217759],[-130316,-217608],[-133418,-220526],[-128330,-222574],[-128928,-222679],[-133861,-218121],[-134412,-217875],[-134810,-242275],[-134380,-241121],[-135008,-241130],[-134697,-240518],[-133692,-240412],[-136035,-242403],[-132050,-238378],[-133068,-237800],[-130954,-235455],[-131024,-234751],[-128508,-235219],[-128708,-234154],[-128664,-235903],[-128243,-233093],[-129852,-238024],[-138287,-235264],[-139916,-233951],[-136482,-233520],[-137093,-231956],[-138534,-235456],[-132856,-241339],[-134169,-242132],[-129007,-238931],[-132207,-240020],[-131533,-234827],[-128615,-240259],[-138153,-231663],[-140242,-230735],[-140287,-231100],[-139872,-232245],[-140482,-233340],[-140417,-233121],[-140052,-240547],[-138854,-236488],[-133919,-236024],[-134247,-235662],[-134096,-234336],[-133976,-233372],[-133510,-232503],[-133144,-231156],[-134984,-230360],[-128817,-239602],[-130569,-240738],[-130603,-241705],[-129965,-242011],[-134061,-242694],[-139143,-233912],[-139149,-235203],[-136369,-233706],[-135826,-231985],[-128146,-240479],[-133926,-240271],[-134663,-241173],[-134552,-241544],[-133757,-241176],[-134429,-240717],[-132490,-238189],[-132867,-238068],[-131818,-238629],[-131215,-236193],[-131241,-235406],[-131563,-235103],[-131142,-234606],[-129115,-233419],[-128411,-232863],[-128473,-234384],[-128448,-234855],[-128810,-235174],[-128953,-235931],[-129220,-238863],[-128067,-239426],[-130072,-240963],[-140289,-241404],[-132971,-241137],[-132734,-242032],[-131839,-241611],[-132842,-240050],[-133660,-236193],[-131740,-238233],[-128814,-238117],[-128793,-234153],[-132238,-241546],[-133965,-241566],[-134348,-239537],[-130983,-236441],[-128883,-234539],[-130801,-239717],[-132474,-239755],[-131242,-235714],[-128720,-235542],[-132919,-239758],[-130186,-238762],[-133656,-237970],[-128560,-6725],[-132917,-10189],[-139830,-8858],[-133697,-10358],[-139102,-8053],[-130580,-1054],[-131990,-2529],[-129402,-5829],[-131510,-3307],[-129023,-5806],[-129609,-7802],[-131150,-10471],[-130163,-5188],[-138873,-3798],[-137871,-3516],[-131707,80],[-136200,-1238],[-135785,-1346],[-135470,-4537],[-135879,-5467],[-136378,-4119],[-137472,-4480],[-138691,-4052],[-137352,-2173],[-137517,-2564],[-139553,-12513],[-138252,-12530],[-129295,-8316],[-135581,-6655],[-135003,-6654],[-137490,-6747],[-138615,-5896],[-132098,-1906],[-132990,-1366],[-130767,-3659],[-135679,-6339],[-137252,-6207],[-135444,-9192],[-130108,-9279],[-128085,-8337],[-137705,-1113],[-137740,-12312],[-139742,-12505],[-130787,-798],[-132262,-3291],[-131528,-4231],[-131442,-9674],[-128114,-6481],[-130367,-5757],[-132383,-623],[-136193,-744],[-135287,-882],[-135833,-4205],[-136080,-5187],[-136635,-3634],[-137584,-4374],[-138910,-4366],[-137494,-2482],[-137056,-2730],[-140759,-3571],[-131309,-2885],[-129355,-9116],[-135825,-7443],[-135639,-7250],[-137876,-6778],[-138935,-5117],[-138185,-5750],[-132508,-1977],[-132775,-1911],[-131544,-10731],[-132499,-10204],[-131075,-4133],[-128136,-11886],[-135433,-6035],[-136952,-6230],[-134841,-9341],[-130330,-9610],[-128903,-8076],[-137427,-1109],[-128298,-6873],[-131701,-3384],[-139810,-12060],[-130338,-5466],[-140223,-7779],[-134167,-10332],[-137997,-9005],[-132213,-4277],[-130627,-1409],[-132364,-5301],[-128935,-1381],[-131265,-9849],[-128101,-8711],[-139651,-4612],[-136926,-3521],[-137587,-5197],[-140587,-8305],[-140263,-1406],[-136146,-5112],[-131582,-688],[-135854,-1270],[-135560,-1378],[-135661,-4351],[-135768,-5184],[-136570,-4168],[-137800,-4488],[-138852,-4065],[-137546,-2260],[-137076,-2360],[-140746,-3377],[-131510,-2641],[-129005,-9205],[-137576,-12509],[-133364,-12298],[-135896,-6853],[-138301,-7514],[-138236,-5694],[-131778,-1638],[-132551,-1260],[-132032,-11158],[-132335,-10268],[-131239,-4105],[-135754,-6232],[-137637,-6427],[-135080,-9740],[-129965,-8889],[-128051,-7983],[-137077,-1264],[-139779,-11989],[-131091,-1483],[-131620,-3888],[-130562,-5284],[-132302,150],[-132183,-35],[-136245,-1165],[-135583,-1257],[-135585,-4342],[-136052,-5228],[-136416,-4009],[-137588,-4224],[-138898,-3926],[-136984,-2283],[-140676,-3669],[-129277,-8385],[-131473,-10604],[-133329,-12360],[-135054,-7298],[-137382,-7169],[-138134,-4764],[-138243,-5851],[-131729,-1802],[-133105,-1538],[-132252,-2677],[-131752,-10585],[-132929,-10292],[-130330,-3482],[-135683,-6160],[-137271,-6124],[-134856,-9760],[-130338,-9784],[-128601,-7715],[-137089,-956],[-138282,-8118],[-140474,-9847],[-128904,-6686],[-130276,-8785],[-133221,-6327],[-140593,-245681],[-139744,-246133],[-139781,-247154],[-139569,-248431],[-138135,-248346],[-137372,-248038],[-135791,-246368],[-134707,-245551],[-135691,-245827],[-136288,-244594],[-135422,-243587],[-135954,-244014],[-134996,-244200],[-129628,-243524],[-135289,-243186],[-140164,-252837],[-133647,-254796],[-131338,-255554],[-139188,-252665],[-138547,-253261],[-137073,-252705],[-131753,-250955],[-134322,-251753],[-135520,-250978],[-134174,-251399],[-132683,-251904],[-133230,-250318],[-135241,-243457],[-135970,-243615],[-139859,-244417],[-140455,-244796],[-140690,-244373],[-140038,-245910],[-140066,-246865],[-138284,-247354],[-138852,-247867],[-139668,-252167],[-140590,-252209],[-135444,-255306],[-137678,-251133],[-136798,-251483],[-135883,-251543],[-136618,-251476],[-138780,-252461],[-132595,-255390],[-140718,-246336],[-140565,-245520],[-139573,-245591],[-140145,-245248],[-140622,-245191],[-137373,-244761],[-137526,-245922],[-136116,-244847],[-136823,-246824],[-138209,-248005],[-139340,-248392],[-129495,-244556],[-133614,-243135],[-136281,-246789],[-138545,-246403],[-134510,-244204],[-134531,-245926],[-134031,-245727],[-132896,-254753],[-128318,-255112],[-137060,-255617],[-134097,-255028],[-134822,-254816],[-138734,-243058],[-138794,-243735],[-134793,-243491],[-132072,-244063],[-131385,-247539],[-140080,-252373],[-134866,-254871],[-134014,-255346],[-130826,-248101],[-130272,-252548],[-140333,-243793],[-131009,-247752],[-130203,-253011],[-139556,-243696],[-130461,-248105],[-130823,-252542],[-139326,-243198],[-134698,-254933],[-133584,-255294],[-132766,-256364],[-132579,-260058],[-133854,-261440],[-136491,-262166],[-135755,-262926],[-136399,-264463],[-140779,-266253],[-139244,-261777],[-139827,-259861],[-132271,-255836],[-132938,-257328],[-131411,-256623],[-140641,-264498],[-136286,-265011],[-138279,-266433],[-132132,-263826],[-134082,-255855],[-138980,-263090],[-135917,-260067],[-137220,-259645],[-138618,-260899],[-137100,-261688],[-138317,-260226],[-138914,-262829],[-132779,-256755],[-131483,-256610],[-133250,-258981],[-133423,-259462],[-137847,-266401],[-136262,-264507],[-137022,-264381],[-138162,-263604],[-132467,-262780],[-132669,-260817],[-134832,-262471],[-130298,-262884],[-133697,-255981],[-137479,-261102],[-137414,-260906],[-134957,-265235],[-136809,-263430],[-140373,-261262],[-139384,-266079],[-137038,-264423],[-132585,-263901],[-131461,-261241],[-136335,-264240],[-136280,-264019],[-139423,-262129],[-138792,-258067],[-138091,-266947],[-130317,-262409],[-128096,-266781],[-136904,-276810],[-134738,-273033],[-131232,-274243],[-139762,-275869],[-138990,-273000],[-133356,-280012],[-130678,-279710],[-138582,-269441],[-129809,-268963],[-133435,-273413],[-135284,-279314],[-136084,-280777],[-137702,-280964],[-134083,-280738],[-136021,-276915],[-139706,-272712],[-132227,-275045],[-130687,-276078],[-134118,-274418],[-136784,-281288],[-135672,-272414],[-130971,-271867],[-131392,-272947],[-135611,-280060],[-139186,-272735],[-138944,-272129],[-140169,-274244],[-139602,-277185],[-139696,-272602],[-134961,-281266],[-136108,-278151],[-138525,-281079],[-137262,-277876],[-135163,-280244],[-137476,-278439],[-131631,-277115],[-130716,-278057],[-130112,-279251],[-131735,-281170],[-130480,-278662],[-131565,-279826],[-131430,-281179],[-131572,-281216],[-140335,-274136],[-138802,-280704],[-131089,-270791],[-139104,-273214],[-135394,-277443],[-139553,-278916],[-135862,-281135],[-132639,-270673],[-138715,-270297],[-128681,-268895],[-133887,-269887],[-135513,-282514],[-136666,-282583],[-128582,-282011],[-135625,-284249],[-135916,-283249],[-136342,-284791],[-131294,-281833],[-133637,-282441],[-134637,-281868],[-134163,-282294],[-137837,-282599],[-135616,-281770],[-129523,-287247],[-137687,-310248],[-138086,-311657],[-139665,-311866],[-138108,-310705],[-139832,-312979],[-137194,-311489],[-139855,-313586],[-130308,-313867],[-131000,-316082],[-138379,-317849],[-128683,-17193],[-138061,-16004],[-140643,-13006],[-140167,-15841],[-139582,-14136],[-139589,-13136],[-133149,-12607],[-132794,-13441],[-137954,-15062],[-140286,-13827],[-140041,-13541],[-138074,-13118],[-133069,-13699],[-128368,-13065],[-128336,-19237],[-128231,-17158],[-138802,-15054],[-140776,-12824],[-140311,-16591],[-139533,-14178],[-139974,-13368],[-133295,-13852],[-138203,-15507],[-140678,-12809],[-140452,-16715],[-139927,-13811],[-133603,-13008],[-132778,-13916],[-131581,-22675],[-130932,-21171],[-131575,-22755],[-130560,-22588],[-139567,-424143],[-135722,-25487],[-133699,-28311],[-133663,-29832],[-132845,-30231],[-131731,-30258],[-132388,-31064],[-131566,-32874],[-130597,-33244],[-130337,-33661],[-130613,-34303],[-138188,-37658],[-138824,-35026],[-139159,-33166],[-140613,-31542],[-140443,-32171],[-138612,-32202],[-135614,-25682],[-134031,-28833],[-133003,-29619],[-132223,-30164],[-132325,-30809],[-132499,-31216],[-131127,-32031],[-130903,-33384],[-130486,-34292],[-131097,-33778],[-138594,-36967],[-138558,-35327],[-139692,-33521],[-139787,-32512],[-140577,-31776],[-139867,-32692],[-138359,-32053],[-136075,-26154],[-133914,-28354],[-133662,-29594],[-132899,-30561],[-131726,-30580],[-131795,-31771],[-131527,-32713],[-131225,-33315],[-131091,-34282],[-130774,-33596],[-138951,-37029],[-138141,-35208],[-139634,-33990],[-139602,-33297],[-139662,-31380],[-140439,-32478],[-138962,-31534],[-136280,-25699],[-134179,-28921],[-133849,-29777],[-133023,-30039],[-131846,-30027],[-132453,-31313],[-131220,-32713],[-131162,-32938],[-130525,-34176],[-130546,-34283],[-138118,-37827],[-138188,-35734],[-139211,-33646],[-139395,-32909],[-140419,-31056],[-140251,-32018],[-138336,-31598],[-130994,-26238],[-130722,-29547],[-128815,-29705],[-134515,-34721],[-134326,-35731],[-133138,-33753],[-133515,-36877],[-128763,-26719],[-129785,-27137],[-129052,-26986],[-131274,-28758],[-134428,-34501],[-134337,-35564],[-132669,-33844],[-133563,-38120],[-133828,-36482],[-128919,-26491],[-134355,-34955],[-134390,-35392],[-132686,-33952],[-133877,-36593],[-128466,-26641],[-130078,-29336],[-134452,-34652],[-133824,-35666],[-133588,-37543],[-134052,-36717],[-128613,-26333],[-138139,-567675],[-134203,-50346],[-136178,-48779],[-134764,-49458],[-135685,-48766],[-128544,-44926],[-129407,-45784],[-136088,-42869],[-135523,-44857],[-139376,-41706],[-138500,-38575],[-137604,-39961],[-128482,-45189],[-138810,-43367],[-136127,-43128],[-135666,-44994],[-134296,-44584],[-128173,-44747],[-139517,-43076],[-136413,-43317],[-135648,-45145],[-134144,-44312],[-134610,-44309],[-139372,-41642],[-138556,-38629],[-138170,-39397],[-138808,-43497],[-136122,-43494],[-136016,-44567],[-139905,-41685],[-138570,-38630],[-138410,-39896],[-138219,-38646],[-137667,-39600],[-130976,-39544],[-131814,-39594],[-130792,-40183],[-130907,-39007],[-132968,-39324],[-132208,-38866],[-130941,-39411],[-131148,-40292],[-132402,-39674],[-132627,-38935],[-130927,-39579],[-131701,-39302],[-131310,-40316],[-130736,-39103],[-132695,-39512],[-132543,-38840],[-130818,-39726],[-131412,-39312],[-131358,-40689],[-130744,-39164],[-132940,-39641],[-132446,-38793],[-134438,-54150],[-133545,-52406],[-137441,-55834],[-136539,-58771],[-137790,-58630],[-138717,-58031],[-132652,-57513],[-133153,-56787],[-134566,-59387],[-134701,-62472],[-138069,-60085],[-128596,-55294],[-130242,-54750],[-131440,-54751],[-129235,-55781],[-129494,-55330],[-128009,-63274],[-130615,-54664],[-132882,-55330],[-137285,-55960],[-136774,-58562],[-137596,-58691],[-138359,-58361],[-132601,-57740],[-133236,-56854],[-135773,-59914],[-134454,-59766],[-134497,-62896],[-138596,-60450],[-130950,-56199],[-131045,-54840],[-130416,-54615],[-129701,-54946],[-130632,-60260],[-132427,-63538],[-135933,-63674],[-136851,-61603],[-134404,-60715],[-135721,-62905],[-134473,-61854],[-137997,-62144],[-137282,-61797],[-139582,-53821],[-140289,-60259],[-136506,-61161],[-137109,-56088],[-136510,-58717],[-137454,-58632],[-132393,-57893],[-133119,-57294],[-135502,-59817],[-135207,-60362],[-134573,-62119],[-138701,-59889],[-128177,-63354],[-135955,-63414],[-135737,-63644],[-136335,-62684],[-136770,-61713],[-134766,-62107],[-133130,-61197],[-133542,-61820],[-135035,-62848],[-136084,-58304],[-138394,-63310],[-128893,-62929],[-128849,-63005],[-128589,-62737],[-129102,-62368],[-129676,-59883],[-129632,-60201],[-130260,-60074],[-133963,-63233],[-133734,-63696],[-135668,-63733],[-134570,-63674],[-134949,-63549],[-136739,-62400],[-136929,-62103],[-133195,-60845],[-133493,-62860],[-135374,-61847],[-137341,-56970],[-137269,-57101],[-137169,-56768],[-137297,-60579],[-137210,-55593],[-136658,-58454],[-137390,-58654],[-138484,-58056],[-132803,-57685],[-133137,-56880],[-134594,-60463],[-135809,-60317],[-134899,-59908],[-134556,-62758],[-138597,-60607],[-128510,-62421],[-128055,-64382],[-128316,-69383],[-131061,-67737],[-130300,-68670],[-131585,-67616],[-131839,-68770],[-128954,-71231],[-129889,-71070],[-128955,-69798],[-131430,-69410],[-132644,-66773],[-131097,-65488],[-132861,-65687],[-130614,-67502],[-133401,-64377],[-132927,-63980],[-133605,-65992],[-133337,-65971],[-132730,-63815],[-132903,-63928],[-133614,-65854],[-135075,-66128],[-133465,-67030],[-134653,-65796],[-133172,-65979],[-132949,-67536],[-136602,-63889],[-138069,-65709],[-139938,-68362],[-140046,-72751],[-139726,-73041],[-139960,-72513],[-138986,-73311],[-138904,-72263],[-138517,-72245],[-140706,-72500],[-138146,-64703],[-136329,-66067],[-129770,-72411],[-131786,-72292],[-138352,-64084],[-135933,-65357],[-130305,-72587],[-131026,-72033],[-128215,-76031],[-139155,-70328],[-128866,-68877],[-129001,-69124],[-130552,-70523],[-130612,-69675],[-131240,-67546],[-132492,-67106],[-132478,-64587],[-131620,-64451],[-133422,-64679],[-133246,-65750],[-134386,-66389],[-134767,-67988],[-133703,-65977],[-134997,-68214],[-136347,-64217],[-137022,-68404],[-137788,-68187],[-136351,-67058],[-139845,-72551],[-139191,-72921],[-139162,-72773],[-138486,-72157],[-138629,-72730],[-138239,-72076],[-140353,-73163],[-138342,-64956],[-136332,-65735],[-130096,-71918],[-131155,-72522],[-130423,-75753],[-139767,-66616],[-139551,-66728],[-129823,-69008],[-130993,-68062],[-128875,-69182],[-130030,-69802],[-129292,-70880],[-131682,-67032],[-131449,-67606],[-132780,-67136],[-132624,-65941],[-134686,-64435],[-134373,-63830],[-132424,-64049],[-134344,-64821],[-132611,-67907],[-134902,-67966],[-134152,-67111],[-135582,-65931],[-135795,-67519],[-135422,-63960],[-136823,-63992],[-138580,-68880],[-138374,-64251],[-135947,-65448],[-130224,-72689],[-131417,-71891],[-135910,-100210],[-139121,-97346],[-136780,-95483],[-129847,-97745],[-128885,-92734],[-139139,-99094],[-135908,-100387],[-130639,-91417],[-129576,-100590],[-135598,-98118],[-133948,-99785],[-133609,-100125],[-132352,-97955],[-135685,-98148],[-132236,-98848],[-133832,-99967],[-135401,-101480],[-137006,-99749],[-136755,-99587],[-139274,-97464],[-136932,-95423],[-136767,-95598],[-129787,-91628],[-132373,-98135],[-130092,-99931],[-132023,-99066],[-135710,-98331],[-140175,-99517],[-136810,-101812],[-134213,-101663],[-129993,-113414],[-129735,-114740],[-130973,-113957],[-138786,-113993],[-137692,-110605],[-136934,-111239],[-139781,-111845],[-134346,-113476],[-135932,-112933],[-135697,-113060],[-132306,-110335],[-131964,-110415],[-132626,-108011],[-134540,-109083],[-135970,-108687],[-138713,-104636],[-139634,-102242],[-136857,-102230],[-134657,-104422],[-132115,-105718],[-131408,-103274],[-132053,-104648],[-128683,-102294],[-130436,-110158],[-128028,-104586],[-129949,-103950],[-140518,-102608],[-138317,-106648],[-132941,-112595],[-137726,-110282],[-137047,-112502],[-134006,-108692],[-133500,-112107],[-134299,-109354],[-136513,-105845],[-130083,-112224],[-128946,-112979],[-129573,-113235],[-129434,-111838],[-129765,-110982],[-130034,-110835],[-131264,-112258],[-131003,-112064],[-130964,-112377],[-128784,-113828],[-128772,-114136],[-128527,-114047],[-128582,-113362],[-128068,-112681],[-128104,-112480],[-129109,-113877],[-129439,-112954],[-129317,-113733],[-128288,-114810],[-136484,-107245],[-137235,-106955],[-138021,-106823],[-137112,-108302],[-136153,-108145],[-135861,-114807],[-131799,-113622],[-132065,-113926],[-131898,-114258],[-129666,-114600],[-130135,-113242],[-136944,-110967],[-139135,-112494],[-134563,-113424],[-131899,-110261],[-132894,-108973],[-133952,-112304],[-134848,-109188],[-136972,-114306],[-139138,-104993],[-138489,-104605],[-136641,-102282],[-137036,-103782],[-134560,-104613],[-134798,-104517],[-132117,-105922],[-128535,-102471],[-130498,-109558],[-130511,-109913],[-136411,-102509],[-140606,-103686],[-132776,-110637],[-138528,-113434],[-135770,-105281],[-129817,-113994],[-137964,-110992],[-139207,-112274],[-133791,-112347],[-134029,-112062],[-133083,-108352],[-137186,-114284],[-136643,-114164],[-139046,-104799],[-139266,-105095],[-134278,-104705],[-128499,-102619],[-130435,-109733],[-137974,-109381],[-136521,-113874],[-136865,-105154],[-129107,-112519],[-129356,-112621],[-129132,-112884],[-129931,-111400],[-129354,-111391],[-130002,-111165],[-130593,-112142],[-130601,-112027],[-130567,-112010],[-128548,-113990],[-128008,-114015],[-128590,-114001],[-128368,-112558],[-128155,-112694],[-129662,-113557],[-129540,-113626],[-129025,-113741],[-133352,-114910],[-136818,-106023],[-135670,-107419],[-135326,-108253],[-137757,-106667],[-137826,-106921],[-137967,-106251],[-137287,-108418],[-137002,-109034],[-136426,-108428],[-135300,-114762],[-135580,-114972],[-135533,-114795],[-132425,-114399],[-132276,-114340],[-131795,-113517],[-136222,-114644],[-135447,-111520],[-134942,-110509],[-128536,-114198],[-132440,-109976],[-132972,-110858],[-128415,-103989],[-128798,-104628],[-129354,-106297],[-140651,-105340],[-137838,-109096],[-132186,-110967],[-132521,-113901],[-136512,-109771],[-137732,-113742],[-129477,-113922],[-128240,-112785],[-133008,-111352],[-132208,-111546],[-132473,-112749],[-132406,-111388],[-140249,8022],[-139422,7972],[-137792,9303],[-138427,9882],[-137427,9898],[-139992,12533],[-131237,3073],[-132245,8823],[-129328,8218],[-130147,10795],[-129861,9916],[-130297,5880],[-129902,9447],[-137966,795],[-139166,1714],[-130208,2510],[-130121,867],[-133196,658],[-131282,574],[-140559,4826],[-139227,4876],[-139483,5020],[-139699,5621],[-136664,3677],[-136957,3891],[-136619,5583],[-136253,5992],[-137470,6323],[-135819,6496],[-136968,3203],[-140210,7497],[-139353,6802],[-137972,8291],[-136642,8061],[-134503,9931],[-131572,12610],[-131691,12845],[-134202,8714],[-133322,7156],[-133991,5076],[-133534,3951],[-133880,2551],[-134051,3028],[-134165,10280],[-132373,10553],[-132787,8958],[-135108,12993],[-140731,3297],[-139302,2856],[-136644,2364],[-136338,523],[-135760,3159],[-131145,6400],[-138933,1098],[-137946,1600],[-130153,2368],[-130419,1572],[-133175,423],[-130487,602],[-140560,4500],[-139311,4701],[-139436,5047],[-139545,5347],[-136455,3698],[-137254,3992],[-136548,5152],[-136604,6188],[-137126,6111],[-136346,6087],[-136965,3208],[-140236,7449],[-139168,6731],[-137894,8104],[-137022,8070],[-134684,10579],[-132262,12301],[-134330,9005],[-133531,7383],[-134026,5596],[-133871,7047],[-133074,5269],[-133778,4280],[-133704,2069],[-134147,2997],[-134230,10132],[-132792,10130],[-139795,3124],[-136389,2015],[-135662,364],[-130952,2697],[-130738,1458],[-131167,534],[-139573,5055],[-139507,4919],[-139622,5285],[-136602,3661],[-137311,3761],[-136517,5447],[-136247,5967],[-137081,5913],[-135996,6429],[-136998,2984],[-140344,7269],[-139179,7122],[-137815,8210],[-136316,8426],[-135166,10066],[-132477,12295],[-134102,8840],[-133679,7443],[-134201,5213],[-133292,4940],[-133701,4153],[-134023,2475],[-133879,3004],[-133591,10087],[-133342,9663],[-132835,9065],[-139699,3217],[-136026,2217],[-136085,476],[-131196,2981],[-129895,2618],[-128921,6280],[-129688,7281],[-130007,8828],[-129502,7488],[-131240,7549],[-131328,5537],[-137761,2222],[-130212,2541],[-130356,1012],[-133176,302],[-130409,753],[-140793,4318],[-139384,4679],[-139328,4988],[-139768,5496],[-136666,3483],[-137325,3714],[-136726,5384],[-136411,6106],[-137221,6362],[-136107,6592],[-137056,3254],[-140558,7550],[-139405,6801],[-137852,8156],[-136827,7943],[-135268,9946],[-131604,12814],[-134058,9176],[-133784,4049],[-133406,2481],[-133671,3848],[-133779,2386],[-134179,3388],[-133487,10239],[-132595,9682],[-132600,9050],[-135176,12910],[-137658,12652],[-139218,2925],[-136278,1440],[-136265,968],[-129750,9377],[-130750,7393],[-135429,133264],[-131449,130801],[-137461,129918],[-136703,129976],[-128402,135613],[-130033,128795],[-140730,132649],[-138389,132255],[-134942,129881],[-139563,135542],[-139977,139803],[-130101,128444],[-139816,136252],[-138070,134043],[-136452,133509],[-130131,138250],[-130307,138913],[-134216,129115],[-133299,129171],[-136231,133157],[-135545,132860],[-136052,133278],[-134872,133567],[-133405,133235],[-134435,134817],[-135209,135659],[-136306,137401],[-137567,138700],[-138179,137262],[-131899,130329],[-130229,131383],[-130790,130966],[-138902,131398],[-140428,131526],[-129383,135987],[-134780,133716],[-133835,133523],[-132908,132860],[-132505,131879],[-135768,135775],[-135898,138229],[-138151,139189],[-137717,137199],[-131817,130034],[-130322,131524],[-130896,131407],[-132794,129909],[-133802,129856],[-134968,131564],[-134707,134337],[-135884,135442],[-136294,137366],[-137492,138322],[-137453,137774],[-131434,130686],[-130900,130838],[-131253,131874],[-132691,130039],[-133890,135338],[-136225,136737],[-135970,137677],[-137536,139772],[-138130,136662],[-130937,130323],[-130392,131301],[-130710,131856],[-135884,133374],[-132400,131981],[-134148,130281],[-131947,130004],[-140415,130126],[-139549,129374],[-139248,128264],[-139407,129584],[-139851,129340],[-129087,145362],[-137125,142173],[-136443,141244],[-138941,147156],[-138405,152445],[-139667,142532],[-137907,149577],[-135522,148607],[-130954,150823],[-134659,153138],[-135234,151112],[-137581,152757],[-139894,151154],[-128025,147803],[-128708,151204],[-132997,148823],[-138157,145313],[-137387,146053],[-133398,151103],[-131386,147828],[-132083,143031],[-140359,146645],[-131573,151505],[-134387,152969],[-135272,150964],[-137204,152317],[-140209,152062],[-128267,147954],[-128841,151217],[-132940,148165],[-139895,146605],[-139957,147676],[-137701,147412],[-132882,149694],[-131428,147890],[-131418,143374],[-129674,145730],[-132044,153783],[-132090,148662],[-138882,141901],[-140179,148189],[-137241,151797],[-140792,141339],[-130895,151217],[-134606,153292],[-134732,151090],[-137439,152122],[-139303,151836],[-129227,151288],[-132834,148232],[-140668,147336],[-137524,145697],[-137789,146741],[-132934,150373],[-130995,148816],[-131453,142955],[-140197,151664],[-128542,149913],[-132082,143390],[-140491,141043],[-131480,150074],[-134246,152955],[-134723,151519],[-136508,152721],[-139325,152482],[-129203,150974],[-133007,147985],[-140474,147552],[-138850,146672],[-139784,147672],[-137564,145649],[-137283,145868],[-132582,150085],[-131150,147944],[-131436,143849],[-138792,152127],[-140728,151233],[-131918,143527],[-132587,162051],[-135010,161910],[-129636,155554],[-134960,157250],[-128185,154868],[-129006,156585],[-129366,156009],[-128496,156659],[-130001,228028],[-128812,226874],[-129131,229718],[-129772,228452],[-128008,227694],[-129002,228339],[-129366,229429],[-128890,229271],[-128797,229468],[-130012,228353],[-131606,241701],[-130949,236869],[-130556,238377],[-132549,235362],[-128607,233139],[-129852,239963],[-129128,240726],[-130634,239697],[-130172,238919],[-134238,233856],[-132357,234845],[-136188,237105],[-136589,235675],[-136736,236329],[-136782,235027],[-129310,238568],[-128879,241509],[-131146,242363],[-130629,237258],[-130574,238389],[-131336,238719],[-128749,240829],[-133972,233522],[-134255,234053],[-128187,232511],[-128292,233047],[-129648,241489],[-130391,239047],[-130018,239085],[-129222,240161],[-130677,232265],[-134361,235479],[-132644,232476],[-133378,237015],[-136345,237534],[-133506,235277],[-136392,235629],[-136510,234880],[-131930,234182],[-132247,238346],[-131194,240010],[-129021,241091],[-130747,239813],[-128893,241981],[-128954,233181],[-129294,240272],[-132283,242947],[-131884,242179],[-135173,236312],[-135806,235277],[-137090,236140],[-133776,234390],[-131880,232478],[-130133,231906],[-130039,231716],[-132713,235873],[-130577,237606],[-129503,241623],[-130431,231128],[-128387,233838],[-129868,240503],[-128813,242202],[-129633,239015],[-132431,235144],[-132748,234166],[-132633,232229],[-135264,236830],[-136920,236092],[-135670,237307],[-134210,235553],[-135349,235063],[-128348,235075],[-131424,243645],[-131091,244244],[-129022,244653],[-130176,243670],[-130873,243582],[-132182,243820],[-129527,246383],[-130442,244154],[-129867,245193],[-128970,244671],[-129696,244825],[-135139,18217],[-136264,21099],[-129956,14753],[-134502,25101],[-131022,23486],[-140598,22056],[-139504,22193],[-137533,20689],[-137427,18297],[-138695,16895],[-139180,16085],[-140006,17644],[-131030,13146],[-130610,14511],[-133678,14617],[-134814,13019],[-137315,13415],[-137719,13705],[-139220,20510],[-138698,20422],[-138417,22077],[-139536,23219],[-131441,17043],[-133000,14793],[-131307,18301],[-130649,22893],[-128678,21603],[-130522,25507],[-132139,23566],[-129701,24662],[-135488,24595],[-136141,22065],[-135617,22256],[-133014,22671],[-131768,21055],[-131541,20816],[-138545,23841],[-137378,23786],[-128448,15212],[-130196,14802],[-136459,19472],[-129121,15965],[-136663,17138],[-130752,21940],[-134789,21189],[-135965,17930],[-132795,21846],[-140556,22332],[-139601,22454],[-137501,20698],[-137526,18057],[-138751,17214],[-139083,16143],[-140020,17473],[-130375,14071],[-137450,13018],[-137393,13624],[-139726,19965],[-138379,19724],[-138884,22329],[-140135,23698],[-140531,24503],[-132185,16805],[-133134,14856],[-131021,18176],[-130822,22801],[-130416,25357],[-131970,24249],[-128872,25148],[-135278,24994],[-136290,21890],[-134901,22808],[-133014,22464],[-131715,20648],[-131310,20546],[-138913,24155],[-137380,23452],[-139335,22465],[-137600,20638],[-137592,17963],[-138818,17022],[-138924,15838],[-140124,17301],[-131468,13349],[-131056,13730],[-133078,13900],[-134703,13181],[-137549,13348],[-137686,13622],[-139380,20419],[-138807,19938],[-138780,21645],[-139814,23795],[-131781,17176],[-133217,14608],[-131220,18538],[-130997,22772],[-129428,21768],[-132759,23964],[-129141,24808],[-136488,25070],[-135275,24652],[-136085,21393],[-135623,22278],[-133073,22618],[-130721,21069],[-138278,24345],[-136745,23423],[-128197,15451],[-129080,15629],[-136477,22006],[-136664,16158],[-135343,25259],[-134080,22468],[-132771,20036],[-135027,17130],[-136451,21042],[-140393,22268],[-139592,22574],[-137597,20710],[-137531,18084],[-138509,17236],[-139083,15938],[-140127,17236],[-131795,13726],[-130843,14146],[-133670,14430],[-137746,14019],[-139515,19717],[-138606,19997],[-138849,21600],[-139840,23100],[-140677,24256],[-131784,17054],[-133273,14870],[-131519,18259],[-130785,22528],[-132653,24296],[-129742,24373],[-136564,24690],[-135536,22407],[-132962,22391],[-131719,20963],[-130881,21040],[-138520,24522],[-136878,23826],[-128309,13146],[-135185,21127],[-133901,21985],[-135509,15445],[-132611,23589],[-131978,301714],[-130553,301705],[-129953,301094],[-129343,302486],[-128449,304265],[-128226,303037],[-130008,300755],[-129878,302950],[-128269,302122],[-128961,304778],[-130272,306794],[-130169,306338],[-130403,302377],[-128631,304275],[-129708,306896],[-128475,306811],[-131893,304585],[-132322,301102],[-128449,302126],[-137311,29259],[-137221,27921],[-138865,29273],[-139856,27735],[-139384,27949],[-136919,31664],[-137715,31033],[-128163,28936],[-128603,30801],[-129434,30342],[-130911,30365],[-131920,28875],[-132284,28184],[-130755,28669],[-129989,29776],[-130985,28946],[-132925,32124],[-132686,31639],[-131700,32941],[-131489,33053],[-130503,32010],[-130468,31595],[-129529,31789],[-137353,35798],[-139624,35520],[-139304,36992],[-136517,36305],[-136539,37056],[-140636,36157],[-130382,34508],[-132168,36293],[-130155,26017],[-133958,30448],[-134718,32451],[-137030,26438],[-135584,27423],[-133847,33946],[-134273,35738],[-137208,26911],[-134359,30437],[-137544,28562],[-137114,29341],[-137807,28525],[-138738,28650],[-140225,28159],[-139238,28650],[-137024,31756],[-137790,31078],[-128094,29678],[-128350,29171],[-129012,30982],[-129283,30117],[-130545,30007],[-130860,31458],[-131747,28621],[-132585,28481],[-130648,28511],[-130091,29823],[-130592,29174],[-132623,32195],[-132881,31642],[-131894,32825],[-131388,33033],[-130325,32141],[-130409,31471],[-129981,31926],[-137414,36115],[-139672,36065],[-139314,37030],[-136901,36895],[-140760,35869],[-130238,34606],[-132481,36436],[-130312,25912],[-133973,29861],[-134844,32287],[-137451,26304],[-135978,26926],[-137981,28071],[-137481,29151],[-137107,27881],[-139264,29026],[-140042,27623],[-139526,28565],[-136883,31104],[-138034,30745],[-128387,29051],[-129003,31059],[-129177,30078],[-130477,30197],[-131962,28305],[-132370,28080],[-130868,28806],[-130337,29997],[-130588,28951],[-132698,32344],[-133068,31619],[-131505,33049],[-131350,32536],[-130460,32020],[-130355,31612],[-129724,31860],[-137499,36013],[-139677,37095],[-136227,36434],[-136861,36897],[-128417,31056],[-130608,34725],[-132174,36112],[-134314,30002],[-134843,32903],[-137447,26354],[-136098,27289],[-137553,29745],[-137081,28315],[-139283,28776],[-139807,28002],[-139001,28374],[-137062,31505],[-137308,31157],[-128016,29422],[-128000,29478],[-128664,30616],[-129634,30005],[-130725,30002],[-132637,28437],[-130906,28573],[-129892,30082],[-130621,29144],[-132732,32472],[-133123,31858],[-131806,33065],[-131389,32871],[-130553,32324],[-130316,31532],[-129502,31837],[-138169,36587],[-139215,36657],[-136250,36162],[-136203,37140],[-140285,35984],[-131113,34234],[-132481,36360],[-133674,30548],[-134613,32148],[-137207,26336],[-136141,26741],[-131843,33077],[-133337,34248],[-128382,39416],[-129513,39655],[-131523,40619],[-133857,41096],[-136990,44097],[-138228,44342],[-140625,44081],[-139830,45008],[-137432,42704],[-139159,46203],[-128981,38901],[-128332,39323],[-129517,39534],[-131680,40775],[-133517,41429],[-136999,44115],[-138094,44751],[-140245,44932],[-137366,42370],[-140743,46992],[-140017,46979],[-128057,39109],[-129390,39681],[-131387,40309],[-133626,40915],[-136619,44253],[-138315,44458],[-140728,44283],[-139902,44983],[-137611,42823],[-139273,46815],[-128189,39516],[-129334,39566],[-131800,40626],[-133349,41144],[-136822,43930],[-138038,44588],[-139941,44931],[-137469,42700],[-139560,46489],[-128283,76446],[-130125,75277],[-130946,72482],[-136733,68533],[-137838,69059],[-139107,68834],[-131940,64316],[-134345,73824],[-137710,67113],[-134829,68471],[-132515,71029],[-135508,69420],[-134941,71394],[-132029,73170],[-131628,73589],[-130852,74988],[-136007,71010],[-136430,69524],[-137712,68865],[-138976,69663],[-132548,64757],[-128029,76331],[-134025,72978],[-132990,71478],[-135247,69562],[-134756,70978],[-131982,72504],[-131794,74375],[-130761,75524],[-136060,70852],[-137014,68669],[-137499,69280],[-139461,68470],[-132891,64321],[-128153,75702],[-131945,71756],[-130067,75751],[-133764,70278],[-132615,73887],[-137202,69562],[-138270,68879],[-139889,69819],[-132941,65696],[-133840,74081],[-137612,66733],[-140150,66449],[-134556,69997],[-132472,85255],[-133050,80410],[-134369,89520],[-130249,89377],[-131415,85854],[-129604,81203],[-130994,85135],[-132763,85237],[-128132,81725],[-133481,88373],[-133277,87475],[-131960,85436],[-130497,88195],[-129506,87564],[-130679,87307],[-129891,85746],[-133577,84155],[-131067,80433],[-133891,81166],[-133748,89794],[-130960,85981],[-132802,85014],[-133256,82684],[-136948,83950],[-133770,84567],[-129376,97543],[-128514,95669],[-129084,94364],[-129766,93031],[-129898,92396],[-129234,91221],[-129529,97647],[-128938,94802],[-129083,92084],[-128522,90932],[-128706,101571],[-128763,93581],[-130117,94355],[-129616,97820],[-129191,94249],[-129945,93409],[-129981,101357],[-129439,98136],[-128416,95695],[-129259,94062],[-130267,92959],[-129211,91607],[-128940,91440],[-131770,94784],[-130602,91938],[-131580,92215],[-132212,91725],[-134145,89950],[-133926,95361],[-133390,93651],[-132636,96091],[-137017,98320],[-136965,97903],[-134754,97340],[-136413,95715],[-130253,90788],[-135658,102159],[-133983,100519],[-130914,92949],[-130399,91904],[-130924,91753],[-132154,92471],[-131618,95195],[-131976,92168],[-135579,96175],[-134877,94776],[-133671,94324],[-133180,94041],[-133240,96149],[-136485,96330],[-136619,98362],[-134127,97421],[-136777,97965],[-130411,91550],[-136365,101295],[-133477,99624],[-137506,102347],[-138898,99462],[-138931,98203],[-137325,98339],[-138252,94923],[-137858,95117],[-136304,93452],[-133550,94557],[-132043,95711],[-132150,92494],[-132455,94303],[-132043,92128],[-133787,89952],[-132745,95042],[-135753,96704],[-134293,94862],[-133037,94018],[-132792,96366],[-136687,98089],[-135265,97850],[-134191,96330],[-130204,90621],[-131197,93995],[-136028,96334],[-130690,92151],[-131453,92494],[-131812,94695],[-131914,92023],[-133044,95240],[-134713,95737],[-133593,94663],[-133436,93846],[-132989,95824],[-136476,98271],[-135359,96876],[-134229,96607],[-129863,90091],[-135134,100553],[-132021,101400],[-134530,101202],[-131934,100599],[-131898,113235],[-130103,113991],[-129764,112739],[-130719,113315],[-131665,112261],[-131168,114562],[-130510,108628],[-130123,110811],[-129319,111329],[-128414,112605],[-129130,108625],[-128405,107229],[-131866,113173],[-132099,111732],[-131571,113519],[-130271,114102],[-128880,112454],[-130967,113127],[-131869,111252],[-131579,114464],[-130494,108811],[-130401,110575],[-129591,110557],[-129309,108715],[-128475,108147],[-128761,107929],[-131534,112977],[-132378,113856],[-130402,113848],[-129358,112512],[-130814,113286],[-131411,111419],[-131078,113869],[-129842,108738],[-131364,108734],[-129771,111112],[-128864,110568],[-128529,112739],[-128943,108122],[-128829,108082],[-128780,107211],[-132275,113371],[-130189,113936],[-129445,112224],[-131102,112940],[-131373,111789],[-131438,114249],[-130567,108638],[-131285,108564],[-129582,111219],[-128925,111001],[-128062,113535],[-128838,108142],[-128865,107735],[-131680,112089],[-140789,108711],[-133358,103496],[-135900,104282],[-139651,103003],[-132878,111992],[-133884,112451],[-134472,113263],[-133134,113845],[-136674,110249],[-134108,109812],[-132504,109010],[-131532,108289],[-133019,109898],[-135837,112627],[-137321,115025],[-133407,107423],[-134088,104696],[-132710,106154],[-131667,107549],[-139568,109307],[-139518,108152],[-139697,106891],[-140523,106535],[-134953,106986],[-134833,107873],[-133970,111894],[-133849,113159],[-134549,112712],[-132703,113946],[-137258,109397],[-133888,109686],[-132613,109503],[-132021,108409],[-133706,110195],[-134199,111323],[-135557,112446],[-135750,114738],[-137183,114199],[-137685,114286],[-133045,106301],[-134263,106803],[-133348,105390],[-132601,105784],[-132213,107524],[-139044,109436],[-139603,108702],[-140154,108283],[-140274,107109],[-139739,105995],[-134256,111490],[-132320,105258],[-134865,108305],[-134492,108831],[-133213,107089],[-135034,106464],[-132689,112477],[-134306,112191],[-134040,112678],[-134898,112772],[-137626,109294],[-134070,110049],[-132082,109294],[-133177,110968],[-135124,111987],[-135960,114502],[-133986,107200],[-134237,105507],[-133144,106059],[-132099,107432],[-139121,109559],[-139970,107897],[-139942,107678],[-140200,105820],[-135492,109888],[-136390,108439],[-135156,108196],[-135836,107302],[-135338,107259],[-135129,107093],[-132268,112043],[-132754,112652],[-134125,112062],[-134039,112378],[-134835,113052],[-136457,108927],[-134423,110176],[-132270,108995],[-134062,111462],[-135664,112516],[-136876,111948],[-133368,106502],[-134074,106700],[-134109,104885],[-132556,105401],[-132388,108026],[-139451,109975],[-140482,108071],[-139675,106840],[-140397,105734],[-132801,109650],[-132948,110985],[-133898,104227],[-139548,110183],[-136578,125440],[-132003,127249],[-131731,120723],[-132387,120456],[-132563,122247],[-130686,123315],[-127740,121858],[-128332,124278],[-132472,126224],[-132189,127049],[-131860,120777],[-131426,119598],[-132487,120236],[-132805,122150],[-130892,123043],[-129719,122644],[-131110,121906],[-130094,118032],[-129168,117765],[-131366,118645],[-131067,119608],[-128043,121165],[-132610,126153],[-133037,126407],[-135501,124362],[-133041,126789],[-132177,119457],[-132516,120710],[-133300,122760],[-130499,122925],[-129162,123413],[-129420,121950],[-128129,122981],[-132300,126331],[-132583,126606],[-131367,119605],[-132308,120183],[-132484,122065],[-131196,122923],[-129685,122753],[-128139,122660],[-129608,123188],[-129184,119808],[-129293,117895],[-132972,126442],[-138280,126713],[-140215,116247],[-136736,116250],[-138988,117109],[-135037,116874],[-135388,119323],[-138938,119084],[-137915,115833],[-136167,123488],[-139252,116298],[-140190,117578],[-138592,128014],[-138999,116435],[-135954,117704],[-137576,118029],[-135764,118930],[-139126,119140],[-137633,115672],[-140735,124776],[-140786,125066],[-140725,116773],[-139445,116956],[-136907,116112],[-135905,117577],[-137185,118287],[-138766,117459],[-136272,119563],[-138227,119942],[-137840,115657],[-140052,115982],[-140208,127847],[-139331,117206],[-137554,117702],[-136164,119460],[-138599,119601],[-138039,115424],[-141057,-125421],[-143262,-120428],[-152893,-120344],[-141580,-117761],[-146183,-116191],[-147225,-122949],[-146998,-122634],[-148342,-123877],[-143611,-125477],[-153071,-120792],[-141061,-125158],[-141504,-120511],[-153405,-120396],[-150590,-119764],[-142270,-116999],[-146338,-116184],[-147020,-122843],[-148763,-124523],[-141176,-116055],[-143387,-124928],[-141279,-126468],[-141109,-122895],[-142763,-123853],[-141652,-123105],[-141846,-121354],[-143306,-122023],[-144577,-121893],[-143001,-120550],[-152763,-119501],[-150423,-119882],[-150620,-119628],[-142050,-117328],[-148305,-123574],[-147564,-124222],[-141806,-115199],[-141497,-115858],[-141486,-115447],[-142194,-124847],[-144545,-126628],[-145255,-121911],[-143080,-122163],[-142836,-122200],[-152018,-119411],[-147152,-123091],[-143288,-126866],[-142743,-115767],[-141190,-127618],[-143449,-126651],[-144137,-126718],[-143589,-139534],[-145173,-137929],[-144823,-138700],[-148447,-136973],[-148701,-137635],[-146127,-133254],[-148538,-137334],[-145622,-135986],[-145864,-135881],[-145382,-136180],[-148028,-135807],[-144330,-140435],[-144696,-139673],[-143358,-140388],[-142622,-140231],[-143213,-140124],[-146150,-139062],[-145662,-138873],[-144669,-139188],[-148114,-139355],[-147949,-139140],[-147784,-138950],[-149483,-138219],[-148338,-137329],[-148417,-138213],[-145882,-137457],[-145509,-137705],[-145275,-137689],[-146008,-134863],[-145195,-135723],[-145243,-135695],[-144144,-135559],[-147304,-134021],[-145055,-139787],[-145070,-140357],[-143875,-139467],[-143559,-140562],[-143031,-140321],[-145173,-138273],[-144735,-138239],[-145181,-138591],[-147948,-139388],[-147804,-139085],[-147811,-139253],[-147853,-137928],[-148418,-138105],[-149513,-138043],[-144780,-137863],[-145834,-137006],[-145664,-136698],[-146323,-135601],[-146233,-134107],[-144941,-135196],[-143885,-140241],[-144988,-137336],[-145815,-137688],[-148524,-131911],[-145892,-130194],[-149732,-132616],[-142448,-135525],[-142035,-132276],[-152778,-132095],[-152075,-132978],[-142183,-130501],[-141999,-135330],[-142196,-131841],[-152754,-131323],[-152223,-134776],[-147276,-131757],[-141841,-134955],[-142174,-135661],[-141997,-131977],[-147261,-130434],[-152045,-134338],[-151299,-134230],[-141113,-128674],[-142468,-128215],[-153269,-133615],[-143476,-129072],[-143224,-132838],[-144838,-143997],[-141913,-146073],[-143084,-144979],[-151337,-143399],[-146342,-141718],[-151057,-141452],[-148029,-146574],[-147901,-144119],[-140998,-144261],[-144619,-143941],[-141532,-146361],[-146631,-145748],[-151880,-141340],[-142414,-141902],[-141919,-142315],[-141139,-141134],[-143440,-141539],[-143457,-141294],[-142837,-141179],[-144126,-141227],[-148131,-141794],[-148224,-142415],[-149517,-141968],[-146001,-142499],[-145794,-142419],[-147075,-141779],[-147801,-144662],[-148115,-144224],[-147803,-146679],[-146776,-145654],[-141222,-145065],[-141477,-146099],[-141896,-146308],[-146112,-146050],[-150728,-143063],[-151097,-141180],[-151305,-143714],[-149135,-145237],[-151407,-144414],[-141980,-141296],[-141049,-142465],[-141701,-141939],[-142978,-141524],[-144225,-141203],[-143921,-140629],[-148248,-142714],[-149335,-142383],[-148883,-143002],[-146164,-142502],[-145734,-142729],[-145729,-142031],[-145613,-144256],[-143655,-144810],[-143798,-144491],[-147579,-145028],[-142883,-141068],[-146318,-146180],[-150523,-143084],[-145013,-145726],[-145036,-144139],[-147251,-149361],[-146618,-148786],[-147441,-149491],[-146802,-148790],[-150082,-149867],[-141934,-150970],[-141186,-150760],[-144058,-150995],[-148493,-150417],[-148171,-150299],[-146235,-150830],[-142555,-148375],[-142968,-148420],[-142246,-149150],[-152040,-152260],[-145538,-149644],[-152996,-151152],[-150811,-150460],[-150776,-151411],[-141008,-149811],[-142660,-149425],[-143363,-149437],[-144583,-150830],[-145958,-149877],[-143298,-148610],[-141689,-149385],[-142182,-148714],[-143643,-151227],[-143909,-150695],[-144156,-150997],[-146635,-152417],[-146774,-152298],[-146960,-152614],[-146635,-152417],[-146774,-152298],[-146960,-152614],[-152388,-152359],[-150773,-150225],[-145906,-149606],[-145567,-149311],[-146431,-148751],[-145816,-149940],[-144340,-150731],[-143478,-151062],[-143742,-151517],[-144058,-151432],[-144126,-150973],[-144248,-150683],[-146594,-151949],[-146233,-152224],[-146398,-152033],[-144443,-151022],[-144226,-151317],[-144549,-151388],[-144021,-150590],[-147837,-153128],[-148184,-153174],[-147123,-152430],[-147348,-152282],[-147256,-152151],[-148590,-153315],[-148467,-152904],[-148703,-152767],[-148679,-153095],[-147132,-150179],[-147507,-150268],[-147744,-150389],[-147274,-150342],[-146184,-152250],[-146311,-152400],[-146748,-152469],[-146342,-152568],[-146996,-152119],[-146184,-152250],[-146311,-152400],[-146748,-152469],[-146342,-152568],[-146996,-152119],[-150009,-150216],[-147118,-149294],[-148856,-152861],[-148364,-150342],[-141518,-153616],[-148629,-153589],[-143730,-154994],[-148958,-154760],[-148513,-153706],[-143852,-161471],[-142291,-163199],[-144096,-164153],[-141028,-158637],[-145696,-165870],[-148238,-153792],[-147928,-153648],[-147801,-153498],[-143969,-155079],[-144093,-154250],[-144021,-161408],[-145716,-165672],[-148262,-159826],[-144386,-155473],[-143578,-162093],[-143049,-162037],[-142978,-161666],[-144299,-162689],[-144507,-163255],[-143970,-162917],[-141446,-162215],[-141941,-161331],[-142137,-162030],[-141176,-161428],[-140887,-161746],[-141561,-156625],[-141140,-156289],[-140865,-156787],[-141802,-158536],[-141340,-158708],[-141339,-158614],[-153239,-162065],[-152584,-165204],[-150627,-157372],[-146060,-155585],[-146790,-158004],[-144429,-159149],[-147496,-161533],[-148584,-163099],[-150944,-162604],[-151257,-160729],[-153274,-159259],[-152356,-157963],[-144679,-154059],[-144898,-157773],[-148391,-153546],[-148537,-153903],[-143217,-154660],[-148114,-153884],[-150418,-154880],[-141047,-157338],[-141026,-158885],[-142442,-162637],[-142281,-163530],[-143904,-163848],[-145502,-165868],[-142660,-156691],[-143016,-162269],[-143422,-161752],[-143106,-161803],[-144279,-163618],[-144022,-162748],[-143989,-163024],[-142101,-161280],[-141645,-162163],[-141761,-161639],[-140819,-161146],[-142437,-156178],[-142796,-156535],[-140892,-156913],[-141342,-156410],[-141009,-158094],[-141239,-158771],[-141113,-158362],[-149764,-178063],[-149784,-178237],[-150582,-178169],[-149974,-178814],[-140967,-171205],[-145067,-168966],[-144536,-167061],[-152664,-174596],[-150378,-174116],[-153268,-171632],[-147920,-170976],[-148760,-173392],[-145368,-174189],[-142929,-172527],[-141006,-173184],[-141549,-172906],[-141884,-176618],[-142246,-176953],[-147895,-167907],[-148979,-167856],[-152180,-168534],[-144477,-171299],[-142433,-167532],[-147993,-178825],[-144290,-167283],[-150374,-171633],[-144134,-174495],[-145632,-174311],[-145159,-174703],[-144352,-172985],[-148214,-174161],[-148997,-173437],[-150752,-173930],[-151269,-173128],[-152223,-171934],[-153354,-171169],[-148077,-168897],[-151322,-169951],[-150003,-171824],[-149425,-172223],[-149981,-172092],[-148450,-173326],[-148298,-172574],[-148381,-172620],[-148785,-171264],[-148763,-171262],[-148606,-171160],[-141676,-171956],[-141491,-171612],[-142297,-171747],[-142180,-169434],[-142348,-169452],[-142544,-169048],[-142066,-166817],[-142594,-167201],[-142291,-166795],[-143259,-176758],[-145241,-178299],[-146923,-176459],[-146153,-176270],[-143054,-177107],[-142708,-173677],[-142571,-172299],[-146485,-175414],[-144864,-168577],[-143494,-167014],[-144835,-167152],[-144715,-166818],[-149109,-170124],[-143776,-168835],[-144230,-168426],[-144828,-168795],[-142903,-167221],[-143017,-166468],[-141385,-166990],[-140951,-169288],[-143387,-170301],[-143751,-170159],[-145468,-169094],[-144619,-167418],[-145895,-167562],[-152914,-174169],[-148128,-171357],[-148572,-173629],[-146270,-175439],[-145223,-171822],[-142758,-171527],[-141377,-173111],[-141845,-177819],[-142727,-175785],[-143595,-176817],[-153502,-171636],[-150884,-171686],[-147751,-168088],[-148457,-167439],[-151471,-172800],[-147799,-173470],[-151146,-169802],[-150873,-170634],[-148940,-178186],[-145778,-177055],[-150668,-170021],[-149404,-171623],[-149938,-171909],[-149607,-171784],[-148260,-172847],[-148172,-172638],[-147968,-172621],[-147892,-171252],[-148277,-171222],[-148759,-170438],[-141563,-171690],[-141658,-171906],[-141517,-171470],[-142139,-169020],[-142159,-169750],[-142356,-169542],[-142273,-167195],[-141825,-167253],[-141779,-166976],[-144993,-177169],[-145486,-177065],[-146884,-177274],[-144517,-177726],[-142879,-177468],[-142799,-173034],[-142984,-172313],[-146052,-175193],[-143781,-177233],[-142389,-173465],[-142005,-172113],[-146541,-175564],[-151957,-180212],[-152348,-180353],[-152952,-179969],[-152060,-179904],[-149176,-180617],[-149699,-180372],[-152424,-189348],[-149018,-182046],[-150778,-186130],[-149352,-179587],[-151535,-180587],[-149512,-179539],[-149536,-180184],[-149961,-180409],[-152397,-180537],[-152711,-180550],[-153095,-180046],[-152947,-179759],[-152144,-179742],[-152448,-180159],[-151819,-180264],[-141310,-189503],[-142745,-185493],[-152109,-191318],[-141846,-186480],[-148744,-181687],[-151984,-180647],[-148683,-180512],[-153145,-182899],[-153338,-179451],[-151598,-191786],[-152972,-191246],[-152020,-189299],[-152586,-189193],[-151503,-190499],[-150879,-188170],[-141730,-190145],[-144390,-186636],[-140897,-186332],[-148961,-181301],[-150939,-184049],[-147970,-182855],[-153094,-185960],[-152723,-184899],[-148554,-189733],[-149531,-188648],[-152212,-188607],[-152701,-186337],[-151750,-187201],[-151639,-187563],[-148191,-186100],[-149826,-180118],[-153018,-185542],[-146540,-191617],[-152359,-187088],[-153370,-187498],[-148336,-180101],[-148400,-180849],[-147242,-181099],[-141254,-180298],[-147771,-182072],[-148551,-181031],[-149489,-179338],[-144257,-181123],[-145920,-180766],[-146787,-179456],[-144979,-184994],[-144922,-183263],[-145540,-183614],[-145085,-184234],[-142997,-185444],[-141192,-184897],[-141570,-185112],[-140983,-185289],[-142779,-180638],[-147678,-180463],[-147394,-183455],[-144659,-183939],[-145101,-183287],[-145534,-183795],[-148631,-180377],[-147654,-197306],[-147901,-196547],[-147970,-196746],[-152078,-192386],[-152162,-192025],[-152249,-192275],[-151725,-191971],[-150717,-192539],[-148037,-194514],[-148222,-193463],[-147897,-193812],[-146692,-192073],[-149340,-193100],[-148430,-194828],[-148406,-193818],[-146714,-197106],[-148525,-191812],[-150282,-193364],[-146326,-192331],[-147143,-196869],[-147475,-197358],[-146101,-195569],[-149741,-193305],[-151900,-199532],[-151945,-201237],[-151757,-201990],[-151605,-201255],[-150397,-195936],[-149821,-195584],[-150170,-196298],[-149225,-200798],[-146725,-200945],[-141935,-203579],[-142750,-203760],[-143684,-204155],[-145580,-202897],[-146774,-203228],[-145172,-203616],[-150015,-197365],[-149892,-199763],[-150058,-199051],[-152833,-196487],[-151047,-198972],[-151563,-203285],[-151163,-204368],[-149989,-204134],[-150111,-193837],[-149091,-198912],[-148684,-200253],[-148434,-200277],[-146309,-198823],[-148578,-201088],[-148275,-201044],[-152512,-194495],[-151191,-195583],[-151289,-196551],[-146582,-203194],[-146249,-202015],[-148097,-204564],[-148551,-204555],[-141910,-203425],[-148573,-202911],[-149735,-204220],[-148938,-200628],[-148689,-200849],[-152149,-196441],[-151651,-196084],[-150072,-197696],[-150166,-198466],[-149710,-195235],[-149122,-195712],[-149619,-194732],[-150134,-194609],[-150596,-195665],[-148854,-193807],[-152962,-194360],[-152456,-194275],[-152696,-199275],[-152230,-199603],[-152239,-199168],[-152618,-200868],[-152378,-201492],[-152013,-201358],[-152490,-202500],[-151951,-202783],[-152160,-202213],[-153543,-201363],[-151335,-197696],[-153354,-200185],[-151811,-199509],[-151956,-194800],[-149612,-194749],[-152962,-195808],[-152348,-194084],[-153237,-201267],[-148699,-204277],[-148686,-204156],[-148976,-202794],[-150563,-202911],[-150778,-198208],[-152863,-198292],[-153554,-199745],[-149268,-204154],[-146770,-216463],[-150910,-209708],[-143350,-204846],[-143748,-205014],[-147772,-216706],[-153134,-209462],[-145081,-217187],[-146970,-215993],[-148406,-204800],[-148723,-209008],[-147574,-207528],[-144332,-205517],[-149052,-217391],[-148731,-216307],[-150059,-205206],[-148005,-216647],[-144644,-214791],[-143866,-215003],[-143802,-215232],[-145977,-209634],[-147242,-217005],[-150568,-209584],[-147568,-207107],[-148136,-217123],[-146572,-216661],[-147049,-217014],[-147039,-216162],[-147244,-216239],[-147216,-216785],[-150413,-209848],[-146176,-216531],[-148621,-204891],[-147212,-217296],[-148019,-216749],[-141466,-230162],[-141206,-229861],[-140851,-230070],[-151083,-223303],[-150876,-222681],[-151076,-222960],[-142125,-221990],[-141554,-220438],[-142072,-220341],[-141448,-219462],[-143195,-219596],[-149384,-229202],[-150336,-228016],[-150007,-229521],[-149927,-228017],[-149488,-228921],[-149940,-227572],[-149490,-228235],[-148823,-224834],[-149271,-225507],[-147703,-225050],[-148159,-225267],[-146647,-224598],[-146328,-223418],[-146656,-221815],[-147372,-221090],[-145724,-220555],[-144912,-220525],[-145267,-220275],[-141032,-229720],[-150530,-228285],[-150478,-228082],[-151215,-224785],[-151545,-224864],[-147418,-217521],[-141931,-221419],[-140933,-222475],[-141373,-222436],[-145102,-217595],[-146568,-222278],[-145820,-221445],[-144023,-222468],[-143426,-222609],[-143942,-221668],[-144028,-222692],[-146467,-224613],[-149276,-228251],[-147770,-228636],[-145467,-227739],[-145660,-227170],[-141909,-227414],[-141291,-223731],[-147541,-224812],[-146318,-227510],[-145454,-224219],[-141794,-224568],[-149696,-225838],[-149508,-230070],[-149256,-224813],[-146880,-227307],[-147356,-217960],[-145271,-217775],[-145393,-217574],[-147250,-229190],[-145793,-227134],[-145731,-227652],[-144366,-227288],[-149461,-229336],[-147568,-225301],[-146720,-225124],[-146718,-222563],[-147509,-222295],[-145795,-225524],[-148080,-226474],[-146778,-227880],[-141072,-225501],[-142245,-222036],[-142568,-221847],[-144024,-229695],[-150917,-222881],[-145485,-228491],[-145844,-226187],[-147471,-217836],[-141135,-221485],[-145543,-228390],[-146408,-222339],[-150154,-229545],[-150490,-221774],[-144894,-230141],[-147217,-217684],[-145341,-230574],[-145339,-231773],[-143818,-232015],[-143966,-231514],[-147497,-231313],[-147938,-235372],[-148436,-234342],[-148929,-235268],[-148890,-237443],[-150498,-239154],[-150788,-239866],[-150750,-241649],[-150876,-241182],[-150866,-242481],[-148032,-242261],[-148716,-240648],[-148971,-240533],[-147412,-239397],[-145565,-239687],[-145074,-240991],[-145560,-241133],[-144861,-236559],[-149004,-235172],[-149030,-237542],[-144477,-238220],[-152879,-235900],[-142117,-231066],[-142374,-232594],[-142303,-232311],[-142309,-233171],[-141055,-233584],[-141714,-234659],[-141358,-234947],[-141259,-235294],[-141661,-235886],[-141812,-235788],[-143995,-235335],[-144036,-237035],[-143771,-237091],[-144009,-238193],[-142934,-237726],[-141800,-237882],[-143423,-241012],[-143007,-242322],[-147467,-242581],[-151009,-242009],[-151407,-242449],[-148556,-234908],[-149186,-235963],[-148936,-237018],[-149412,-230464],[-144769,-236759],[-145058,-237607],[-144419,-239215],[-142534,-242919],[-152608,-235382],[-142563,-232374],[-142332,-232924],[-152278,-233842],[-152893,-233183],[-152093,-234400],[-147817,-235251],[-146869,-234319],[-145409,-235355],[-145880,-231661],[-145038,-230373],[-143721,-231630],[-147264,-239280],[-147832,-239651],[-149093,-240854],[-147832,-242021],[-147652,-242354],[-147778,-242751],[-150364,-242375],[-150567,-241681],[-151074,-241723],[-151311,-241102],[-151633,-240376],[-150804,-240174],[-151027,-239971],[-150811,-239465],[-149304,-237294],[-148753,-236147],[-148898,-231768],[-147724,-231059],[-141485,-242624],[-149111,-230549],[-149002,-232451],[-148700,-240793],[-145933,-231496],[-147514,-236810],[-148009,-235847],[-151081,-242902],[-150010,-238012],[-152548,-236122],[-150754,-240850],[-148838,-240922],[-148281,-241927],[-148375,-235589],[-153088,-237770],[-145869,-232570],[-145796,-1705],[-146099,-1581],[-144813,-1837],[-144131,-1721],[-145143,-2690],[-147067,-2781],[-144065,-3546],[-142218,-1661],[-141902,-257],[-145281,160],[-145330,155],[-146901,-476],[-146946,-75],[-146553,-40],[-147001,-575],[-147406,-320],[-147773,-26],[-149478,-1003],[-150179,-7569],[-150600,-8371],[-150861,-8997],[-149871,-8409],[-151648,-6331],[-151967,-3619],[-152481,-6553],[-148908,-12139],[-147000,-12195],[-145423,-12297],[-153173,-10029],[-151491,-10734],[-148590,-11494],[-148395,-10305],[-147426,-9976],[-144125,-6088],[-141268,-11814],[-145010,-2485],[-153250,-1008],[-140854,-12182],[-142300,-5711],[-143338,-12083],[-145518,-4599],[-148203,187],[-150569,-127],[-142692,-2966],[-141670,-6076],[-146279,-1604],[-144793,-1911],[-144842,-1576],[-144963,-1809],[-144214,-1787],[-145069,-2466],[-143971,-3210],[-142290,-1402],[-142413,190],[-143797,192],[-146691,-616],[-146756,-303],[-146698,87],[-146810,-33],[-147102,-493],[-149969,-7470],[-150454,-8616],[-150806,-9114],[-149723,-8864],[-151692,-5971],[-151698,-3521],[-151948,-4637],[-152669,-6112],[-149155,-12026],[-147315,-12391],[-145334,-12186],[-152937,-9919],[-151706,-10550],[-148867,-11184],[-148188,-10358],[-147567,-10517],[-148934,-522],[-146069,-1430],[-145033,-1547],[-144226,-1783],[-144973,-3024],[-147211,-2837],[-143858,-3557],[-142076,-1847],[-143869,-22],[-145315,162],[-147103,-297],[-146634,-86],[-146732,-147],[-147528,-298],[-149499,-931],[-150192,-7768],[-150570,-8598],[-150772,-8992],[-149617,-8337],[-151882,-6346],[-152018,-3531],[-151724,-5038],[-152179,-6358],[-149069,-12005],[-147100,-12001],[-145199,-12405],[-153254,-10358],[-151714,-10680],[-148724,-11472],[-148130,-10437],[-147772,-10506],[-144001,-7418],[-142982,-7424],[-148783,-3317],[-146530,-5454],[-146515,-2994],[-150674,-3476],[-141081,-1013],[-141394,-6874],[-141300,-6196],[-143489,-4873],[-142537,-823],[-146118,-1348],[-144815,-1916],[-145009,-1572],[-144221,-1646],[-145061,-2562],[-147048,-3278],[-144163,-3308],[-142146,-1512],[-142222,-25],[-145359,142],[-145401,193],[-146785,-409],[-146764,-305],[-140879,-3638],[-146641,-51],[-146751,51],[-147586,-304],[-149389,-1066],[-150134,-7752],[-150634,-8370],[-150797,-9233],[-149361,-8509],[-151889,-6283],[-151646,-3106],[-151595,-4575],[-152659,-6496],[-149348,-12310],[-147547,-12100],[-145719,-12523],[-153132,-10326],[-151958,-10793],[-148998,-11439],[-148376,-10767],[-147374,-10537],[-142484,-3620],[-143306,-245610],[-143901,-244822],[-144485,-245250],[-146114,-244224],[-145837,-244661],[-152638,-248161],[-152629,-248759],[-146497,-255177],[-147475,-253794],[-146567,-249865],[-146739,-249819],[-147148,-250770],[-142335,-246547],[-142748,-245651],[-142794,-244669],[-145698,-247725],[-142769,-248867],[-142857,-252345],[-142097,-252986],[-147798,-248024],[-147327,-248265],[-147596,-248785],[-145985,-249374],[-145987,-249404],[-146743,-249149],[-146914,-248213],[-148400,-248279],[-148487,-248868],[-147582,-250143],[-148000,-249955],[-147675,-250109],[-148985,-249684],[-148600,-249742],[-149221,-249519],[-144768,-253171],[-151129,-254248],[-151862,-255663],[-144973,-253071],[-150638,-253689],[-151790,-255757],[-145094,-254795],[-143558,-250797],[-147457,-250425],[-147282,-250369],[-147968,-251377],[-153526,-253693],[-153090,-253826],[-141354,-253309],[-143876,-253463],[-144306,-251503],[-143700,-252587],[-142897,-254816],[-143964,-254990],[-146462,-255701],[-147359,-254511],[-148150,-255675],[-150508,-254897],[-148597,-255153],[-148901,-254128],[-149909,-246679],[-151472,-246484],[-150702,-246339],[-146998,-243493],[-150514,-243069],[-141818,-245422],[-142331,-245478],[-142273,-246156],[-141785,-244097],[-153424,-252643],[-151600,-247045],[-145495,-248198],[-142597,-249054],[-140850,-252460],[-140896,-251168],[-142212,-252907],[-142574,-252741],[-146161,-248506],[-147297,-249117],[-147661,-248472],[-146098,-249493],[-146027,-249696],[-146879,-249711],[-148028,-248446],[-149192,-248047],[-148360,-248875],[-148341,-249749],[-148312,-249718],[-148440,-250065],[-149462,-249575],[-149153,-249784],[-149120,-249833],[-144970,-252898],[-150420,-254440],[-151929,-255736],[-144846,-252842],[-151304,-253635],[-151503,-252172],[-152251,-250194],[-152158,-250842],[-144180,-252360],[-146380,-247722],[-144408,-248192],[-144739,-247579],[-142530,-246183],[-141852,-245758],[-145983,-247673],[-142517,-248515],[-141673,-253688],[-151253,-251530],[-151098,-252156],[-150502,-251969],[-143875,-253995],[-144279,-255141],[-145095,-253706],[-142084,-249595],[-142155,-250228],[-141889,-250319],[-141697,-245820],[-140875,-244910],[-147955,-247754],[-152475,-254108],[-143977,-248200],[-143019,-248533],[-141732,-251563],[-148576,-247686],[-145664,-252892],[-146963,-253724],[-144058,-254722],[-145973,-254738],[-147138,-253769],[-142618,-256613],[-141509,-259946],[-147211,-255846],[-143720,-261035],[-144275,-261292],[-143292,-261522],[-145952,-257106],[-146722,-257645],[-148080,-256536],[-147181,-265091],[-150934,-264884],[-147689,-265687],[-150175,-262656],[-151199,-265995],[-151125,-267696],[-152925,-256486],[-152775,-265765],[-153125,-263456],[-151811,-262379],[-151735,-264586],[-150203,-267254],[-152752,-268024],[-151325,-263349],[-144404,-256945],[-147921,-258730],[-145466,-261562],[-150954,-257626],[-150864,-258012],[-149809,-256459],[-150078,-257073],[-152799,-256935],[-144736,-256622],[-142634,-255948],[-147749,-265480],[-148317,-266414],[-147828,-258552],[-152899,-266748],[-152710,-266222],[-151590,-265055],[-141761,-263664],[-146801,-265002],[-152743,-256727],[-150714,-267112],[-151039,-266824],[-151035,-263177],[-142137,-258461],[-147746,-256514],[-147111,-268070],[-151706,-261797],[-144469,-261897],[-142008,-266286],[-145414,-267040],[-147772,-264053],[-142869,-256709],[-148217,-264368],[-149827,-266750],[-150866,-263267],[-149646,-265507],[-152034,-264592],[-152253,-261951],[-141100,-261561],[-146096,-268554],[-151179,-264334],[-152129,-267718],[-152828,-265345],[-151608,-263889],[-143771,-258688],[-148489,-267767],[-147068,-263361],[-150085,-260454],[-151237,-260522],[-142082,-267455],[-143349,-264962],[-147835,-261882],[-151967,-259965],[-149720,-261089],[-143483,-256591],[-153325,-256093],[-153496,-256862],[-147376,-258122],[-143476,-256120],[-151730,-255903],[-147540,-258560],[-143449,-257013],[-151204,-268755],[-149240,-270762],[-143097,-281072],[-144814,-273840],[-150455,-275651],[-152628,-274485],[-151854,-280812],[-147500,-269891],[-145488,-274600],[-144435,-275058],[-143020,-277730],[-144405,-271998],[-144088,-273439],[-152128,-269720],[-146322,-277346],[-144472,-276746],[-150452,-272247],[-151735,-273954],[-146173,-270437],[-148608,-268735],[-148174,-273091],[-143998,-273379],[-147434,-273924],[-147048,-275430],[-144953,-272098],[-142733,-273845],[-149932,-268784],[-145332,-280010],[-144122,-280386],[-144988,-272298],[-146448,-276697],[-148077,-276636],[-149485,-275815],[-144691,-277035],[-148044,-277560],[-146832,-276874],[-147453,-277065],[-150971,-275358],[-148311,-273328],[-149771,-274046],[-151183,-275676],[-153432,-273631],[-152930,-273175],[-153395,-274373],[-152827,-275615],[-148323,-281076],[-145426,-274747],[-145332,-276379],[-145731,-274182],[-148871,-269984],[-144006,-275565],[-143294,-275994],[-144869,-272928],[-143035,-280644],[-145099,-271496],[-145721,-274296],[-145899,-270807],[-143404,-273692],[-146679,-269965],[-151090,-269085],[-144294,-278497],[-147672,-278484],[-147635,-277262],[-147837,-272288],[-152189,-273425],[-145484,-271331],[-143823,-275416],[-146246,-276691],[-145709,-273335],[-144498,-272876],[-141059,-269149],[-143665,-271055],[-152951,-283901],[-148037,-282074],[-152509,-283813],[-140970,-282422],[-149856,-283623],[-150701,-282737],[-150000,-282977],[-149541,-281835],[-152615,-281584],[-141505,-282501],[-148009,-281733],[-147431,-281900],[-144585,-281625],[-144613,-281420],[-150378,-282389],[-151628,-285183],[-151151,-284788],[-152930,-294425],[-152002,-298696],[-149261,-297406],[-153105,-297279],[-152216,-296834],[-151492,-298383],[-150612,-298190],[-151058,-294552],[-148887,-297106],[-150413,-311159],[-150790,-311442],[-142175,-312419],[-151889,-313905],[-152883,-316279],[-152424,-316186],[-151631,-311206],[-146719,-317286],[-143978,-313697],[-144085,-314102],[-150599,-310523],[-151239,-311597],[-141551,-311345],[-150858,-315818],[-152790,-316255],[-150477,-309881],[-142745,-316255],[-142127,-317733],[-142278,-317958],[-146544,-318068],[-141055,-317847],[-142828,-319572],[-143478,-316236],[-146767,-317556],[-146030,-318493],[-141662,-318090],[-142192,-318724],[-152964,-24425],[-148608,-14804],[-149399,-14884],[-149252,-18324],[-149282,-17904],[-146515,-16164],[-147054,-16061],[-148157,-16650],[-150589,-16568],[-150045,-15061],[-149358,-13874],[-145723,-14341],[-143799,-17935],[-142357,-13409],[-153546,-18532],[-151468,-18644],[-148485,-25040],[-148982,-24563],[-149670,-23206],[-150188,-24572],[-148299,-21091],[-147665,-21805],[-146626,-20630],[-144531,-18795],[-143503,-18660],[-142629,-16214],[-142924,-18789],[-147867,-19733],[-149349,-19882],[-149102,-20289],[-147414,-25074],[-144897,-23045],[-146678,-24619],[-145036,-20964],[-146204,-21731],[-144539,-23047],[-146891,-16266],[-148237,-16390],[-150048,-16406],[-150454,-14455],[-149312,-14218],[-145539,-14925],[-144123,-17882],[-142382,-13140],[-151466,-18522],[-148417,-24407],[-150035,-23166],[-150082,-24504],[-148210,-20529],[-147634,-21979],[-146113,-20204],[-145024,-18931],[-143612,-17920],[-142433,-19113],[-142866,-18555],[-147733,-19890],[-149220,-19850],[-148815,-20036],[-146975,-25154],[-144937,-22851],[-144902,-22651],[-145389,-21459],[-144706,-20395],[-147057,-21687],[-145719,-24481],[-144182,-23265],[-151965,-13692],[-151409,-14565],[-146521,-16123],[-146872,-16010],[-148563,-16630],[-150165,-15908],[-150562,-14488],[-148606,-14009],[-146085,-14798],[-143671,-17861],[-142115,-13642],[-153129,-18407],[-151707,-18525],[-148696,-25304],[-148864,-24839],[-149363,-23812],[-150455,-24290],[-147787,-20470],[-146991,-21919],[-146798,-20447],[-144672,-18315],[-143691,-18315],[-142769,-16236],[-142905,-19156],[-142823,-18744],[-148118,-19763],[-149297,-20445],[-149436,-20231],[-148599,-19998],[-146962,-24300],[-144955,-23127],[-146594,-24227],[-144945,-21341],[-144879,-20709],[-146212,-21659],[-144652,-22515],[-149051,-18149],[-150371,-18901],[-150849,-18322],[-152273,-19607],[-146497,-16549],[-147122,-16030],[-148488,-16796],[-150742,-16687],[-150525,-15144],[-148950,-14112],[-145310,-14044],[-144160,-18075],[-140826,-12815],[-142007,-13484],[-153491,-18631],[-151585,-18482],[-149392,-24336],[-149182,-24047],[-149769,-24267],[-148016,-20410],[-147243,-21850],[-146469,-20888],[-144328,-18386],[-143791,-17980],[-141140,-15763],[-143328,-15849],[-142359,-18769],[-147608,-20067],[-148537,-20502],[-148838,-20455],[-147222,-24509],[-145686,-23136],[-143988,-22090],[-145331,-21629],[-144828,-21257],[-146509,-21814],[-146444,-23907],[-144047,-23118],[-141662,-423487],[-140962,-424117],[-141233,-423583],[-142304,-424854],[-153545,-36791],[-153243,-36779],[-151628,-31464],[-152008,-31304],[-150650,-37865],[-151903,-35761],[-151622,-34973],[-153068,-37367],[-152758,-37967],[-149483,-26138],[-147962,-26597],[-147861,-28899],[-147455,-29844],[-148129,-30376],[-148071,-30516],[-149601,-30928],[-147111,-35560],[-145718,-36756],[-145627,-36844],[-144118,-36471],[-143434,-37340],[-146405,-33764],[-148033,-34820],[-144745,-34328],[-143932,-33911],[-142892,-34912],[-142597,-35362],[-144787,-31512],[-145724,-33268],[-147050,-30112],[-147762,-30832],[-146379,-29962],[-146266,-30104],[-146716,-33178],[-143968,-32715],[-142982,-33548],[-143257,-36770],[-142782,-37199],[-151962,-27140],[-152166,-27481],[-151586,-30020],[-151760,-31092],[-151739,-31961],[-150294,-30917],[-149623,-30350],[-149238,-28880],[-150329,-38199],[-150669,-37945],[-151885,-35731],[-151994,-35496],[-153251,-38128],[-148189,-25814],[-148511,-25565],[-147914,-27020],[-147949,-28623],[-147616,-29764],[-147469,-29798],[-147764,-30186],[-148816,-30978],[-147127,-35236],[-145999,-36828],[-145425,-36909],[-144399,-36349],[-144052,-37384],[-146694,-34370],[-148163,-35698],[-144951,-34309],[-143673,-33905],[-143164,-34956],[-143034,-34694],[-144082,-31936],[-144871,-32786],[-146992,-30014],[-147693,-30567],[-146017,-30100],[-146381,-30201],[-146987,-33211],[-144044,-32760],[-142639,-33681],[-142796,-36280],[-142648,-37273],[-151715,-31175],[-150505,-38151],[-151675,-35758],[-151914,-35424],[-153037,-37988],[-153555,-38127],[-148551,-25757],[-148605,-25450],[-148136,-27300],[-147292,-29097],[-147581,-30114],[-147618,-29790],[-147764,-30390],[-148979,-30809],[-146603,-36126],[-146529,-36411],[-145073,-36613],[-143711,-36910],[-143777,-37052],[-146856,-34648],[-147553,-35374],[-144972,-34196],[-143369,-34503],[-142804,-34393],[-143121,-35547],[-144177,-32010],[-145711,-33408],[-146658,-29383],[-147037,-30768],[-146488,-29919],[-146105,-30653],[-147099,-32894],[-144183,-32773],[-142726,-33479],[-143119,-36692],[-142525,-37107],[-150293,-37708],[-151754,-35671],[-151789,-34959],[-153479,-34844],[-153385,-37397],[-153155,-38152],[-153504,-37659],[-148826,-25560],[-147986,-26935],[-147641,-29182],[-147208,-30410],[-148241,-29719],[-147982,-30359],[-149217,-30269],[-146718,-35555],[-146405,-36586],[-145334,-36864],[-144422,-37146],[-143705,-37467],[-146864,-33734],[-147982,-34916],[-145052,-34127],[-143103,-34253],[-143275,-34725],[-143224,-35103],[-144796,-31756],[-145631,-32829],[-146924,-29959],[-147773,-30541],[-146424,-30564],[-146666,-33388],[-143757,-32748],[-142698,-33393],[-143126,-36709],[-142979,-37572],[-152595,-49159],[-152472,-49012],[-152061,-48949],[-149205,-49132],[-149690,-49416],[-153061,-50774],[-148878,-50199],[-148610,-49530],[-152167,-40319],[-151699,-40569],[-152484,-39154],[-152578,-38769],[-140938,-50738],[-145597,-42301],[-142958,-42033],[-144744,-40458],[-143796,-40605],[-142532,-40588],[-147457,-39626],[-150199,-38223],[-149561,-38711],[-148309,-39442],[-148479,-41025],[-150592,-40642],[-151451,-40303],[-147745,-41355],[-147535,-40944],[-146261,-40345],[-144219,-43312],[-143814,-42600],[-144324,-42424],[-145541,-43497],[-145881,-43683],[-146494,-43150],[-146906,-42168],[-147584,-42309],[-146329,-43743],[-145528,-42233],[-142776,-41688],[-143984,-40530],[-142755,-40811],[-149375,-38903],[-148016,-39714],[-148294,-41190],[-150576,-40649],[-151058,-39786],[-147313,-41511],[-147581,-41474],[-144889,-40507],[-152656,-38387],[-152186,-42473],[-144389,-43239],[-143965,-42696],[-144663,-42880],[-145292,-43373],[-145876,-43722],[-146926,-43057],[-147096,-41905],[-147591,-42178],[-146342,-43687],[-148877,-49538],[-145067,-42016],[-142551,-42623],[-144014,-40638],[-142525,-40787],[-147277,-40007],[-150203,-38354],[-149688,-38924],[-148238,-39725],[-148324,-41118],[-150554,-40734],[-151405,-40233],[-147291,-41530],[-146224,-40405],[-145107,-40481],[-153134,-38372],[-151610,-42462],[-143847,-43357],[-144275,-42583],[-143927,-42463],[-144770,-42382],[-145616,-43407],[-146225,-43468],[-146857,-42775],[-147207,-42272],[-147711,-42051],[-146422,-44173],[-145040,-42211],[-142425,-42106],[-144578,-40619],[-144121,-40512],[-142492,-41038],[-149667,-38615],[-147922,-39736],[-148405,-40972],[-150151,-40609],[-151356,-40056],[-147740,-41444],[-144849,-40383],[-152447,-38207],[-151784,-42424],[-144172,-43217],[-144140,-42576],[-144308,-42622],[-146327,-43421],[-146611,-42972],[-147309,-42377],[-147485,-42330],[-146369,-43910],[-153121,-56960],[-152792,-57537],[-151371,-58263],[-150422,-57418],[-150620,-56490],[-150473,-56273],[-150384,-55639],[-149693,-58232],[-149488,-59381],[-150021,-59548],[-149786,-59902],[-151364,-60419],[-151372,-61979],[-151627,-61211],[-149617,-63135],[-150405,-63532],[-151948,-63596],[-151652,-53410],[-151250,-53442],[-151128,-54234],[-151257,-54927],[-150460,-55379],[-144135,-61270],[-147590,-58213],[-145156,-62986],[-145358,-61995],[-145843,-61228],[-145938,-58162],[-147598,-57505],[-147108,-52681],[-147039,-54317],[-147957,-55252],[-149471,-63575],[-150131,-62798],[-152040,-59266],[-151541,-58980],[-151383,-58549],[-150400,-56938],[-150386,-57114],[-150846,-57001],[-150980,-56282],[-150044,-57746],[-150927,-55218],[-151025,-55089],[-150228,-54436],[-150661,-54533],[-151457,-54232],[-151652,-54157],[-152697,-62166],[-151419,-62511],[-151751,-62991],[-153381,-62343],[-150700,-62621],[-153247,-60679],[-153034,-57722],[-153092,-52640],[-152247,-51828],[-145149,-62934],[-144117,-63674],[-146227,-60716],[-145593,-60837],[-145330,-60738],[-145739,-59255],[-147858,-55338],[-147774,-56950],[-147129,-57069],[-140859,-57876],[-143130,-55572],[-143032,-53576],[-141933,-52221],[-140874,-57338],[-141681,-62580],[-145843,-62805],[-144198,-61168],[-146917,-56528],[-146675,-71796],[-145435,-64246],[-143138,-64311],[-143094,-66475],[-152302,-75270],[-153462,-75720],[-144167,-74029],[-144300,-74383],[-144092,-73752],[-141428,-74455],[-142284,-74869],[-140820,-72313],[-140947,-72476],[-147805,-76247],[-152601,-69899],[-152421,-74935],[-153058,-75498],[-153208,-73798],[-151460,-73953],[-148474,-70733],[-147853,-70759],[-148354,-72843],[-149372,-73363],[-148281,-76097],[-152029,-75043],[-151990,-74482],[-151532,-74115],[-151139,-72019],[-151383,-71965],[-150288,-70884],[-150347,-71036],[-149871,-70872],[-149332,-72211],[-149158,-72045],[-148472,-69897],[-148410,-70040],[-146547,-72134],[-147399,-73898],[-147421,-73441],[-150564,-68402],[-150213,-69053],[-149741,-66455],[-149514,-66026],[-150135,-64217],[-153406,-66807],[-153594,-66718],[-152324,-67675],[-151072,-65199],[-149581,-64168],[-151784,-65491],[-150537,-66420],[-153472,-68932],[-150968,-69138],[-151976,-68384],[-152739,-66833],[-145591,-73675],[-151389,-75738],[-144737,-64583],[-142594,-65318],[-140827,-66620],[-142068,-64408],[-152653,-75018],[-152905,-75626],[-153234,-74168],[-151268,-73785],[-148364,-70507],[-148012,-70611],[-148687,-72805],[-143745,-73448],[-144197,-73867],[-144356,-73906],[-142378,-74041],[-143215,-75275],[-140818,-72497],[-148306,-75957],[-153576,-71565],[-140957,-72831],[-153224,-64007],[-148911,-70084],[-147307,-70731],[-147271,-70810],[-149274,-72027],[-153048,-73222],[-151743,-74414],[-152936,-71917],[-152663,-70958],[-151278,-70015],[-150656,-69723],[-150190,-68402],[-149752,-66186],[-149834,-66594],[-150616,-66197],[-149025,-68291],[-153392,-66264],[-151633,-64067],[-151630,-65417],[-142603,-69483],[-145265,-71960],[-146235,-72637],[-148890,-70661],[-144087,-64188],[-148219,-73980],[-147830,-75463],[-141848,-65960],[-152281,-75365],[-153017,-75612],[-148702,-73000],[-147970,-76026],[-152606,-83832],[-152127,-78202],[-150716,-81964],[-152481,-80626],[-153290,-80541],[-149853,-81917],[-151099,-82529],[-150892,-81624],[-152652,-80692],[-153014,-80405],[-149900,-81872],[-149680,-82698],[-150054,-82244],[-151139,-83086],[-147276,-77179],[-151767,-82270],[-150946,-81588],[-152557,-80777],[-152883,-80192],[-150897,-82053],[-150029,-82204],[-151052,-82592],[-151053,-81908],[-152490,-80485],[-153365,-80573],[-150003,-81687],[-149726,-82414],[-150611,-82055],[-150739,-83136],[-152704,-90695],[-151499,-91465],[-142466,-94645],[-141490,-98513],[-147389,-100704],[-150378,-96516],[-153326,-97368],[-153594,-100975],[-144765,-99294],[-143925,-100413],[-143870,-100531],[-141145,-100102],[-153197,-90722],[-151932,-91251],[-150535,-97447],[-151217,-97574],[-150893,-95001],[-150968,-95209],[-147131,-95950],[-146446,-97631],[-146466,-98064],[-145431,-96583],[-145168,-96390],[-141718,-97603],[-140918,-96779],[-142458,-97277],[-144397,-94704],[-148972,-94253],[-147886,-97472],[-150866,-99338],[-147711,-94577],[-149586,-98669],[-140991,-101186],[-150879,-95163],[-148903,-91483],[-146122,-93450],[-147099,-95532],[-145728,-93075],[-145256,-96589],[-149892,-98302],[-142369,-95325],[-149327,-97325],[-148824,-97382],[-153110,-101766],[-152794,-101699],[-151112,-101348],[-151083,-101200],[-152240,-92116],[-148755,-91749],[-148946,-91608],[-146319,-93389],[-146384,-93051],[-147110,-95245],[-147221,-95466],[-148914,-95938],[-147643,-100504],[-148311,-100291],[-149695,-94652],[-144878,-97410],[-148298,-97739],[-150570,-95957],[-142708,-106539],[-145626,-107484],[-143230,-110421],[-143522,-108900],[-143392,-106030],[-142725,-106345],[-142517,-104116],[-142200,-112734],[-142391,-112801],[-145627,-107772],[-144344,-104348],[-144609,-103982],[-145366,-107582],[-141439,-106433],[-142625,-110151],[-142850,-106546],[-142781,-103977],[-141090,-110210],[-148483,-104397],[-148501,-104215],[-146273,-103884],[-146739,-104019],[-142103,-102787],[-143966,10863],[-142636,12041],[-143651,12852],[-141455,4633],[-142449,4713],[-142159,6223],[-143310,6011],[-143698,3667],[-143377,2265],[-143937,415],[-145355,503],[-146646,220],[-146757,1830],[-145287,1363],[-145047,1051],[-145079,1143],[-145758,1964],[-144310,10525],[-145328,12373],[-141676,10655],[-141987,9204],[-143874,8128],[-142687,7778],[-141738,8483],[-142338,10156],[-152821,10127],[-153466,9770],[-151901,9948],[-152853,5687],[-148861,8066],[-149541,2574],[-153392,1787],[-141165,3941],[-149289,3308],[-148806,3102],[-143641,4154],[-149570,3564],[-152449,2219],[-150282,11447],[-150150,10721],[-152045,8552],[-147507,12495],[-146317,12685],[-147127,8352],[-148285,9754],[-152437,3844],[-151988,4413],[-143512,5705],[-147181,5777],[-143261,3442],[-150217,2227],[-147448,3844],[-142280,3463],[-143914,10598],[-142958,11607],[-143645,12734],[-141311,4933],[-142663,4691],[-142222,6564],[-143332,6430],[-143632,3686],[-143054,2658],[-145547,554],[-145480,446],[-146863,1739],[-145373,1397],[-145155,1319],[-145518,2063],[-147219,413],[-144486,10581],[-145811,12067],[-142385,9551],[-143569,7849],[-142484,7429],[-141187,8643],[-141778,10107],[-152866,10544],[-153340,8963],[-151815,9835],[-153244,5274],[-149464,2453],[-143985,10352],[-143075,11919],[-143704,12877],[-141556,5061],[-140888,4343],[-142342,4206],[-142060,6475],[-143201,6053],[-142276,239],[-143930,3854],[-142989,2583],[-145485,722],[-145333,245],[-145110,1169],[-145117,1297],[-145242,1277],[-145197,1103],[-145326,1098],[-145413,1972],[-147579,433],[-144827,11084],[-145717,12292],[-142257,9556],[-143898,7543],[-142793,7338],[-141437,8314],[-142534,10076],[-152472,9797],[-153553,9258],[-152236,9769],[-152857,4925],[-148861,8228],[-149514,2606],[-153433,1580],[-140834,3879],[-147409,4363],[-147977,5813],[-142474,5194],[-150765,3703],[-147966,3076],[-150523,2127],[-149442,5301],[-142375,567],[-143506,10488],[-142738,12170],[-143384,12757],[-141338,4660],[-142511,4551],[-142419,6263],[-143301,6450],[-143677,4057],[-143264,2442],[-145284,721],[-144333,409],[-145395,309],[-146579,1819],[-145076,1140],[-145267,1398],[-145624,880],[-145449,2312],[-147811,360],[-144678,10877],[-145796,12044],[-141957,9256],[-143716,7704],[-142636,7413],[-141562,8750],[-152747,10231],[-151514,9654],[-153237,4998],[-148934,8174],[-149505,2433],[-152990,1794],[-141177,3875],[-142694,136442],[-143141,137528],[-143292,138394],[-146273,138820],[-146440,138262],[-144777,135739],[-144218,136886],[-142411,136766],[-141480,138077],[-142238,138325],[-146493,140365],[-152555,139435],[-151905,135734],[-152237,137449],[-149397,136089],[-147722,140672],[-149134,138766],[-145728,135372],[-145821,134854],[-141042,137086],[-141885,133750],[-144395,139955],[-141974,136892],[-144212,138025],[-145924,137652],[-146211,137751],[-145106,135979],[-143700,137162],[-141152,140625],[-142498,139749],[-140953,140081],[-146847,139860],[-152740,139197],[-152236,134659],[-150899,137206],[-149016,134972],[-144171,138477],[-145655,137517],[-145642,138392],[-145918,138854],[-144760,135336],[-143809,137031],[-145003,139974],[-142296,136612],[-143376,137415],[-142095,138457],[-143599,139644],[-153020,135828],[-153030,139114],[-151945,134873],[-150819,136688],[-143408,138180],[-145642,140393],[-146895,138455],[-145028,135429],[-144244,136985],[-143465,135877],[-141295,137718],[-143684,137046],[-142328,140291],[-144355,138727],[-152847,138357],[-151468,134647],[-152035,137874],[-153222,136460],[-153173,135296],[-141270,130114],[-150166,128777],[-142676,130953],[-153164,128981],[-152339,130088],[-147237,129346],[-148560,129129],[-150688,130144],[-147469,130768],[-149501,129471],[-142929,130979],[-149085,132347],[-145628,131830],[-144894,130325],[-142443,129708],[-152965,128597],[-151423,131548],[-146735,129286],[-148900,128839],[-147236,130024],[-142798,129077],[-143559,128520],[-152967,131642],[-153118,130738],[-153336,131362],[-152136,130135],[-152035,129883],[-141668,130397],[-152694,128503],[-151865,130318],[-146769,129896],[-148605,128446],[-147337,130517],[-150272,128956],[-143811,128433],[-153116,131413],[-152886,130768],[-142077,129857],[-153096,128517],[-152182,130029],[-148302,129070],[-151063,131782],[-151715,129043],[-146671,130416],[-149102,131365],[-149659,129555],[-152729,131486],[-145236,142093],[-144772,141361],[-141259,141285],[-141853,141438],[-143036,142144],[-151207,151136],[-153173,149261],[-149778,145637],[-146557,143228],[-142044,150522],[-142368,147935],[-153318,151156],[-141960,150551],[-143041,147430],[-148411,153241],[-148181,141730],[-145501,147245],[-141712,147941],[-150013,145442],[-145483,141635],[-143690,141428],[-143329,141918],[-142265,141835],[-151608,150233],[-152434,151092],[-147902,153420],[-152630,149419],[-145905,144176],[-142351,149878],[-142234,147671],[-142004,142920],[-149744,150941],[-152398,142118],[-151001,144567],[-151407,145737],[-148406,141836],[-147132,145640],[-147312,145955],[-148056,143523],[-148020,144361],[-148189,148854],[-152160,144938],[-152731,146913],[-152536,147365],[-146813,141304],[-145410,142249],[-144744,141905],[-142912,141710],[-151720,150519],[-152072,150794],[-153140,148623],[-150155,146077],[-145027,143563],[-141178,146871],[-142546,150401],[-142060,147862],[-144872,142073],[-143933,141026],[-142493,141707],[-142718,142544],[-151548,151712],[-153507,149756],[-152178,150385],[-146829,153382],[-153287,149989],[-149082,146041],[-146261,143188],[-142910,149904],[-142278,147239],[-152045,149173],[-141950,150321],[-145065,155630],[-142213,154331],[-153402,158687],[-153169,156397],[-143389,159441],[-140819,156440],[-153407,159399],[-143153,154986],[-144646,157366],[-147357,154481],[-145377,156078],[-147840,157793],[-148506,156677],[-151433,156652],[-145741,155965],[-147416,157775],[-146568,155585],[-141919,155361],[-145928,156553],[-149225,157442],[-153560,161018],[-141557,153988],[-147596,156723],[-151650,155467],[-143449,155026],[-144155,156919],[-145594,157124],[-147412,156531],[-149245,157158],[-151847,156014],[-143151,155860],[-143960,156040],[-148162,154103],[-144896,156198],[-148612,157906],[-148665,157067],[-152404,155395],[-150318,155486],[-143849,154829],[-151943,154874],[-148707,155853],[-144759,154488],[-151341,13902],[-149461,14757],[-149530,15452],[-150873,16656],[-150576,15926],[-151127,16333],[-147853,18021],[-146810,16815],[-145465,16996],[-145270,16602],[-143609,14637],[-147978,13697],[-145368,15727],[-145947,16232],[-144638,14164],[-144603,20278],[-142956,21108],[-140857,21222],[-141583,16279],[-143586,13529],[-145028,15387],[-148799,17786],[-152240,18370],[-152636,15892],[-145087,25022],[-144902,24143],[-146552,20998],[-144084,21130],[-142956,15176],[-147527,20233],[-148022,21805],[-148185,24272],[-148993,24800],[-148484,24961],[-143355,14265],[-145815,16381],[-144573,14378],[-144980,20700],[-142979,21163],[-141130,21381],[-141195,16571],[-143775,13852],[-145281,15088],[-148778,17729],[-152411,17988],[-152554,15811],[-144423,24059],[-145912,20702],[-144039,21615],[-141003,24410],[-142687,15295],[-147715,20819],[-148120,22454],[-147687,24404],[-148889,24813],[-147990,25118],[-151573,16746],[-153502,19738],[-153259,19777],[-151761,16503],[-151398,16693],[-151763,16228],[-144891,15607],[-145723,16675],[-144668,14187],[-144405,20392],[-143486,20898],[-141005,21313],[-141309,16302],[-143917,13898],[-145142,15183],[-149072,17786],[-152320,18064],[-152516,16226],[-145341,25434],[-144273,23765],[-146604,20278],[-143785,21214],[-142769,15813],[-147219,20389],[-148327,22420],[-148981,25282],[-148421,24522],[-144865,15458],[-145888,16251],[-144699,14233],[-144743,20644],[-143545,20885],[-141041,21127],[-140939,22452],[-141158,16489],[-143960,13791],[-145161,15020],[-148722,17925],[-152369,18287],[-152100,16052],[-144694,25660],[-144053,23937],[-145949,20496],[-144110,21655],[-140850,24243],[-142755,15201],[-147150,20315],[-147812,21757],[-148338,24070],[-149318,24752],[-148549,24648],[-148989,318663],[-148452,315132],[-146589,315877],[-148646,315739],[-145575,29461],[-144086,28806],[-143270,28455],[-142285,28871],[-145252,30197],[-144181,27637],[-144661,27754],[-150617,33199],[-151211,33354],[-150971,33700],[-152902,38009],[-151866,37698],[-151587,37319],[-151604,37250],[-151356,35032],[-151818,33497],[-152397,33355],[-150065,31497],[-152318,32200],[-149521,31941],[-151115,31519],[-152132,31808],[-152116,28760],[-153391,28162],[-148313,27503],[-147441,29869],[-147769,30459],[-147622,31303],[-146162,31087],[-144198,32456],[-143043,31114],[-142313,31888],[-144427,33441],[-151949,29281],[-146461,27655],[-149034,26177],[-147847,29682],[-145438,29139],[-144663,28808],[-143407,29339],[-142828,28298],[-145252,30213],[-143442,27930],[-145265,27106],[-144832,28382],[-144560,25929],[-150891,34100],[-152199,32723],[-152839,38190],[-152339,37338],[-150770,36978],[-151130,35130],[-151465,34298],[-152650,33471],[-150381,31841],[-152636,31997],[-149824,32084],[-150863,31263],[-151896,31867],[-152229,28966],[-152934,28037],[-148139,28103],[-148135,29902],[-147688,30491],[-146813,32043],[-146139,30926],[-143242,32535],[-143366,31328],[-142440,32051],[-143961,33264],[-151822,28985],[-146493,27890],[-150153,32072],[-145341,33821],[-145786,29279],[-144222,28398],[-142523,28216],[-145683,30086],[-143842,27704],[-144789,27132],[-145479,27555],[-150561,32509],[-150257,33405],[-152670,32980],[-152806,38187],[-151791,37949],[-151666,36820],[-151361,36310],[-151733,34636],[-151821,33600],[-152142,33111],[-149817,31782],[-152852,31963],[-149531,32472],[-151139,31204],[-151706,31750],[-153038,28927],[-147904,27743],[-147611,29631],[-147436,30775],[-147605,31812],[-146153,30973],[-143784,32334],[-143628,31288],[-142433,32289],[-144833,32753],[-152137,29517],[-146991,28058],[-149664,26357],[-145728,29406],[-144328,29228],[-143411,29281],[-142239,28914],[-145713,30152],[-144295,27407],[-144794,27157],[-144874,27528],[-149488,31711],[-150240,33112],[-152000,33886],[-150450,33902],[-152868,33382],[-152381,38204],[-152096,37046],[-151648,36739],[-150650,36844],[-151555,35101],[-150863,34743],[-152533,33862],[-140827,36613],[-150673,32117],[-152785,31920],[-151171,32010],[-151179,31185],[-151878,32197],[-152139,28973],[-152989,28487],[-148149,27653],[-148027,30188],[-146933,30514],[-147376,31902],[-146589,31306],[-143614,31714],[-143604,31835],[-143125,31888],[-144728,33143],[-152365,29688],[-146414,27993],[-149064,27072],[-150392,40163],[-153035,40327],[-152358,41219],[-150633,41743],[-151993,41957],[-150960,40501],[-150815,40122],[-152700,39362],[-149815,39916],[-149213,40188],[-152522,39363],[-152905,40298],[-152245,40571],[-150584,42024],[-152003,42290],[-151573,40987],[-150138,39713],[-152111,38661],[-149312,40121],[-149091,40559],[-152989,38831],[-152745,40128],[-152038,41005],[-150701,41816],[-151811,41992],[-151599,40717],[-149978,40254],[-152628,39159],[-149329,40013],[-148748,40577],[-152359,40118],[-152051,41226],[-151635,40200],[-151246,41544],[-152130,42287],[-151474,40998],[-150733,39706],[-152020,38805],[-149161,39404],[-149271,40596],[-150137,39999],[-141603,45367],[-143653,47849],[-141960,49568],[-142147,47611],[-141939,44496],[-143094,45971],[-148454,49406],[-147711,50186],[-148120,49052],[-148567,48912],[-149102,50879],[-149824,50815],[-151153,50653],[-149622,51113],[-152486,50410],[-152587,50927],[-152376,50620],[-151599,51175],[-149657,49028],[-150635,49518],[-150574,48848],[-144838,40981],[-140825,44544],[-141200,45627],[-143475,47683],[-141840,49297],[-142864,45812],[-148425,49809],[-147480,50163],[-147713,48823],[-148561,48989],[-149079,50610],[-150271,50831],[-150616,51052],[-149851,51122],[-152088,49973],[-152550,51058],[-152302,50800],[-149546,49253],[-150599,49653],[-150493,48696],[-144643,41046],[-140913,44276],[-141598,45796],[-143663,47687],[-142141,49656],[-142038,44482],[-143275,46105],[-148229,49521],[-147767,49992],[-147800,48916],[-148934,49078],[-148928,50787],[-149951,50681],[-150671,51043],[-149585,51328],[-152447,50209],[-152587,51145],[-152298,50497],[-151275,51284],[-149667,49246],[-150354,49500],[-150103,48854],[-144451,40617],[-141350,45664],[-143663,47978],[-141929,49222],[-143286,45893],[-148120,49980],[-147600,50059],[-148186,49140],[-148814,49117],[-148964,50682],[-150054,50811],[-150609,51051],[-149400,51380],[-152205,50159],[-152596,51327],[-151895,50609],[-151611,51233],[-149708,48748],[-150322,49360],[-150091,48676],[-143910,40630],[-148018,53138],[-148107,52347],[-148846,52732],[-153204,52322],[-150731,54515],[-150613,53516],[-150347,52916],[-149954,53975],[-152122,58411],[-150213,58002],[-150730,57069],[-150431,58047],[-150446,61123],[-151000,59742],[-151469,60746],[-150385,60272],[-151251,51426],[-147817,52825],[-147950,52303],[-148927,52538],[-153258,52687],[-150024,52314],[-150537,54706],[-149631,53556],[-150778,52211],[-150006,57994],[-150980,58220],[-150271,57111],[-151746,57680],[-151706,60611],[-150916,60418],[-151448,61230],[-150216,60361],[-147723,52671],[-148377,52384],[-149047,52398],[-153421,52813],[-150636,53188],[-150558,53451],[-151448,52430],[-151862,52681],[-151738,56901],[-151689,57020],[-151094,56577],[-150728,58019],[-151364,61673],[-150421,61715],[-149875,59420],[-149213,59257],[-148148,52813],[-148193,52059],[-149308,52433],[-153297,52282],[-150968,52399],[-151669,52656],[-150095,54056],[-151639,53205],[-152210,53024],[-150446,57388],[-149815,57631],[-150245,56779],[-151170,58231],[-150630,56248],[-150783,59894],[-151349,60338],[-150404,59189],[-150751,59318],[-149470,60525],[-140942,64931],[-145861,74228],[-148574,76998],[-148191,76096],[-149115,76545],[-149668,69118],[-150672,65092],[-153573,69301],[-153258,67987],[-153465,69183],[-149524,69415],[-150342,65522],[-153525,69895],[-145232,79004],[-151721,84893],[-146221,81511],[-151756,86674],[-144438,101036],[-150035,100887],[-152282,102310],[-150565,101085],[-149281,98541],[-141357,98604],[-142388,110473],[-143459,106815],[-147609,112412],[-147064,112215],[-147506,111548],[-142811,109605],[-146841,103660],[-141175,110685],[-142283,111724],[-144271,110089],[-142958,108380],[-142709,106201],[-147740,110743],[-148011,111088],[-147390,112998],[-146533,111778],[-146994,104155],[-144170,103119],[-141097,111092],[-142710,111724],[-142220,110775],[-144625,110907],[-142905,108498],[-144913,114871],[-141167,110977],[-142644,111386],[-142542,110254],[-144912,110655],[-142711,108223],[-149054,115073],[-147014,109830],[-142855,111168],[-141181,107001],[-153385,110057],[-145886,109496],[-141665,109454],[-143190,106303],[-152970,109069],[-141355,110626],[-141938,111552],[-142826,110763],[-144831,110233],[-142082,108801],[-142365,117854],[-142920,119481],[-143151,119943],[-142834,119262],[-143403,120524],[-144121,122432],[-152881,119162],[-152410,119071],[-152837,119406],[-151869,119729],[-151252,121123],[-151053,124151],[-152256,124994],[-152180,122435],[-148068,124326],[-142104,119750],[-143040,120347],[-147091,124822],[-148127,127545],[-144633,125302],[-143992,127996],[-141925,124563],[-152050,125242],[-146191,118297],[-145904,117889],[-149457,127089],[-150041,116106],[-152529,124626],[-141557,119203],[-148696,125852],[-148082,125255],[-142409,121157],[-142151,124916],[-146242,124800],[-144332,117386],[-142713,121325],[-144553,123654],[-145366,124141],[-153047,118532],[-152201,119572],[-151389,121106],[-150064,124537],[-153524,127407],[-153255,122125],[-146920,123947],[-147175,127104],[-150579,118830],[-148963,120514],[-144483,126936],[-141043,124596],[-141371,121842],[-145985,118205],[-145699,117656],[-153233,124154],[-143457,120348],[-152725,121299],[-151613,123651],[-150580,127634],[-150065,120954],[-146982,123077],[-148461,124219],[-145011,124245],[-143631,121294],[-144900,125400],[-143011,119694],[-143275,120259],[-143219,120055],[-145128,123248],[-144852,124665],[-153494,118578],[-152401,118725],[-151552,119628],[-150457,121113],[-151779,123331],[-153160,125529],[-152973,126776],[-153170,121865],[-145936,123709],[-153012,123611],[-148094,127185],[-143406,127716],[-146144,117969],[-145750,117908],[-153525,124148],[-149021,125395],[-148811,122707],[-144695,123824],[-143973,122415],[-144821,124770],[-153388,118944],[-152521,118659],[-151799,119482],[-151744,121332],[-151613,123863],[-152698,123577],[-152558,125207],[-153502,126887],[-146425,123432],[-151347,124982],[-147928,127276],[-150145,125328],[-150421,119248],[-150792,118925],[-150722,118348],[-150373,118245],[-149906,120959],[-149253,120660],[-148418,127249],[-148838,127032],[-149525,120843],[-142626,125085],[-144638,125666],[-142075,124244],[-141629,125595],[-141141,122833],[-141897,123690],[-141176,121984],[-145848,117859],[-148398,115575],[-148553,115537],[-151243,116757],[-152283,124655],[-146968,123247],[-143631,121148],[-143837,121715],[-144281,121148],[-151855,122369],[-151232,122093],[-143368,121517],[-150874,125784],[-144651,116806],[-149422,126722],[-149987,119329],[-148780,120458],[-143581,124292],[-151269,116595],[-151124,121972],[-145025,124867],[-164961,-120907],[-162560,-121565],[-160353,-125631],[-162739,-126293],[-165104,-120169],[-163884,-125470],[-160076,-125562],[-164329,-125729],[-159615,-127164],[-166364,-122812],[-165098,-121112],[-161364,-121547],[-160655,-121649],[-160383,-121945],[-162793,-121345],[-162370,-125534],[-157806,-123410],[-159314,-122840],[-162701,-115190],[-162799,-116324],[-163153,-118217],[-165720,-121596],[-165028,-118555],[-166334,-117593],[-165733,-121972],[-162041,-127767],[-164931,-126185],[-163918,-126251],[-165121,-120367],[-164827,-120392],[-159015,-126007],[-164084,-125457],[-161861,-124709],[-157657,-123592],[-157341,-123839],[-164141,-116607],[-164705,-117627],[-165266,-127749],[-162444,-127175],[-162952,-125407],[-164344,-125385],[-164412,-125976],[-162273,-121534],[-165120,-127623],[-165206,-119852],[-159751,-127425],[-165937,-122410],[-160582,-121846],[-161198,-121348],[-157183,-123827],[-158031,-123383],[-159595,-122640],[-163185,-117189],[-163181,-118672],[-162928,-120651],[-162792,-115643],[-159425,-126921],[-162519,-125142],[-162106,-127304],[-154676,-122650],[-157589,-117265],[-158817,-116759],[-161428,-116165],[-161544,-115635],[-161572,-117222],[-161047,-118703],[-160063,-117194],[-159915,-117556],[-156593,-116924],[-157434,-115412],[-155266,-117883],[-161378,-119373],[-155104,-122919],[-158061,-120511],[-159756,-120722],[-160224,-120200],[-158929,-119468],[-158603,-119514],[-159582,-119446],[-157235,-120116],[-156752,-119505],[-161053,-119054],[-160787,-118482],[-160794,-117623],[-161672,-115767],[-157744,-117113],[-158076,-117441],[-159165,-116540],[-154793,-117921],[-156587,-116681],[-155996,-117483],[-156682,-117396],[-157307,-115254],[-155642,-116000],[-157203,-115815],[-157204,-120431],[-157121,-119312],[-157904,-120043],[-157403,-121469],[-158271,-116523],[-155088,-118140],[-157094,-115667],[-154806,-117260],[-154986,-117247],[-159740,-136855],[-160018,-135352],[-160989,-136302],[-160471,-137120],[-158648,-139849],[-159983,-139643],[-165604,-139335],[-166008,-135322],[-165727,-133574],[-161817,-134896],[-162708,-129650],[-163421,-131513],[-158200,-127944],[-162545,-132210],[-156470,-137502],[-158661,-136216],[-160033,-134590],[-161420,-131121],[-161551,-131259],[-164774,-128930],[-159411,-128213],[-161716,-136243],[-160346,-137727],[-159543,-137529],[-165491,-140581],[-165614,-140027],[-165960,-140374],[-165360,-139238],[-165034,-138999],[-163898,-137542],[-163704,-137619],[-163182,-137948],[-165620,-137949],[-166079,-136949],[-163458,-138916],[-161996,-135148],[-163628,-133337],[-162595,-133714],[-162010,-129936],[-160562,-134290],[-155131,-139368],[-164346,-132847],[-158801,-139707],[-160292,-140008],[-166106,-135534],[-166083,-137172],[-165228,-139382],[-165562,-139034],[-165401,-134246],[-163280,-131178],[-164072,-133301],[-161780,-135354],[-162332,-132281],[-160543,-134467],[-161986,-131266],[-158270,-136970],[-154494,-138955],[-160378,-129472],[-160281,-128246],[-161938,-128491],[-157278,-132482],[-157138,-132508],[-157252,-132734],[-156591,-130232],[-153662,-133852],[-156272,-132282],[-156856,-133317],[-156412,-133256],[-154026,-133929],[-156727,-132438],[-156488,-133081],[-154678,-133743],[-156193,-131041],[-154533,-133446],[-153808,-141434],[-158408,-141157],[-157544,-141235],[-159115,-141098],[-156867,-142278],[-157455,-147251],[-165649,-142082],[-165317,-141869],[-164166,-142473],[-160710,-146884],[-164263,-147161],[-162643,-153255],[-158424,-140634],[-165298,-151074],[-166229,-145838],[-164054,-145068],[-163846,-143944],[-163196,-144428],[-153931,-141207],[-157086,-142353],[-164572,-145742],[-164236,-140930],[-165525,-141655],[-164364,-142660],[-160894,-147111],[-164512,-146490],[-157454,-147022],[-162367,-142905],[-159315,-144424],[-164865,-149809],[-165654,-140746],[-164219,-143964],[-163367,-145425],[-163380,-141712],[-163266,-142024],[-164079,-140872],[-165471,-142252],[-164005,-146320],[-159365,-144231],[-162838,-152515],[-162583,-148875],[-165054,-150870],[-166325,-146799],[-166091,-147030],[-163501,-143158],[-163600,-145694],[-165165,-144200],[-163282,-144639],[-159265,-141249],[-163495,-141861],[-163967,-145714],[-164167,-144175],[-163629,-144244],[-157597,-140614],[-153658,-151517],[-153855,-151636],[-153806,-151714],[-154201,-152332],[-154237,-152031],[-163268,-157663],[-162308,-157636],[-162998,-154320],[-162837,-157471],[-164427,-163262],[-163433,-157563],[-162072,-161368],[-162052,-161223],[-162361,-161050],[-162256,-160545],[-162867,-162972],[-163729,-156032],[-163560,-160994],[-163915,-161487],[-164249,-160835],[-166075,-165276],[-162646,-155286],[-165234,-156961],[-163390,-155548],[-165100,-154593],[-165304,-154434],[-162358,-154919],[-163735,-163533],[-163225,-158275],[-163275,-158409],[-165582,-156669],[-162586,-158138],[-162635,-157186],[-162140,-157321],[-161674,-161136],[-161764,-160704],[-162639,-162452],[-163036,-163506],[-162776,-163747],[-162927,-156825],[-163768,-160344],[-165919,-165236],[-165562,-164761],[-166019,-166092],[-162417,-165938],[-165860,-155191],[-162977,-153433],[-163621,-162863],[-163562,-158421],[-165366,-156761],[-161650,-160903],[-161124,-161265],[-161999,-160570],[-162884,-163155],[-163909,-161030],[-166114,-155138],[-162533,-155448],[-166117,-154759],[-162350,-154444],[-163373,-156925],[-164863,-163598],[-154336,-154021],[-155034,-154354],[-154699,-154013],[-155843,-155777],[-156043,-155433],[-159544,-163046],[-158061,-160691],[-157072,-160471],[-156536,-163742],[-156796,-163861],[-155207,-165965],[-156022,-166155],[-157791,-158728],[-154843,-154092],[-158189,-157667],[-158328,-158664],[-155137,-153786],[-155888,-155562],[-158103,-160496],[-157534,-158730],[-158828,-161964],[-158270,-160121],[-155585,-165204],[-157301,-158583],[-153895,-154535],[-156859,-163974],[-165680,-171417],[-162102,-173983],[-163211,-173066],[-164850,-173217],[-154487,-178568],[-156347,-178330],[-161557,-178745],[-162592,-178031],[-162292,-178366],[-162432,-177087],[-162739,-177276],[-162406,-177438],[-161697,-177777],[-161845,-178365],[-164312,-177168],[-165726,-171124],[-162002,-173279],[-162462,-177612],[-162334,-177836],[-161834,-177840],[-165975,-171132],[-162539,-173596],[-161215,-173894],[-161577,-173266],[-163552,-173709],[-154398,-177849],[-154678,-178230],[-154436,-178426],[-153877,-178702],[-162320,-178042],[-161847,-178013],[-163996,-177224],[-166302,-175237],[-164611,-175930],[-161094,-173985],[-161093,-174122],[-154497,-177867],[-154022,-178418],[-165342,-178979],[-155619,-177335],[-154213,-177768],[-154064,-172775],[-157128,-176685],[-156195,-177347],[-156474,-172032],[-157580,-171788],[-157297,-171058],[-156180,-173410],[-156017,-174128],[-154515,-174270],[-154449,-173565],[-156662,-167825],[-155762,-177218],[-154850,-173460],[-154477,-173365],[-154172,-173761],[-155360,-172730],[-155666,-171962],[-156143,-173631],[-156721,-173221],[-157091,-173522],[-156070,-174490],[-155275,-174536],[-155085,-174637],[-157149,-171148],[-157884,-171785],[-156725,-171181],[-155310,-166366],[-155883,-168688],[-155925,-166522],[-155925,-166522],[-154979,-177372],[-156388,-176969],[-155555,-166336],[-156283,-168324],[-156649,-173651],[-155446,-175069],[-157252,-174559],[-156295,-174659],[-154333,-179009],[-163426,-181184],[-163744,-182162],[-161428,-181785],[-160564,-181902],[-157570,-181572],[-158915,-183379],[-157328,-182501],[-157266,-181768],[-161631,-179576],[-161562,-179179],[-160014,-182721],[-153807,-180827],[-155699,-179150],[-156661,-181187],[-153612,-186441],[-164917,-187580],[-166388,-179545],[-161823,-186782],[-160328,-186000],[-166058,-179112],[-161143,-182020],[-163565,-181281],[-163743,-181364],[-162268,-182571],[-162063,-182439],[-161274,-181799],[-160419,-181974],[-160157,-182010],[-158547,-180813],[-157427,-181966],[-161462,-179478],[-162125,-182924],[-161896,-182850],[-161413,-182664],[-155134,-179370],[-154637,-179444],[-154368,-179876],[-154823,-179525],[-163178,-184977],[-162925,-184804],[-163175,-184137],[-155314,-190336],[-154392,-190279],[-156013,-190120],[-156427,-189689],[-162679,-188864],[-164794,-187687],[-160072,-182450],[-156503,-186686],[-156179,-186807],[-165049,-187530],[-153975,-183679],[-165706,-179775],[-165133,-180657],[-154898,-179159],[-154467,-179320],[-155039,-179518],[-163069,-184308],[-162901,-184973],[-162949,-184138],[-156362,-189346],[-156802,-189446],[-156987,-181179],[-156357,-186856],[-156375,-186494],[-158948,-188888],[-159236,-189737],[-157838,-189962],[-158137,-190285],[-157384,-190027],[-163035,-188472],[-163136,-188363],[-163506,-188342],[-164709,-187880],[-163140,-189564],[-161054,-191193],[-163426,-179531],[-164378,-180376],[-156536,-184880],[-153811,-190853],[-153736,-189607],[-154002,-186831],[-157018,-188473],[-163744,-181445],[-157128,-190617],[-156438,-190940],[-165686,-184322],[-162529,-185193],[-154853,-187659],[-154661,-190960],[-153702,-190327],[-160754,-181313],[-161592,-180990],[-164176,-181726],[-163675,-181987],[-158087,-190795],[-164948,-183074],[-155480,-187902],[-154597,-190641],[-154385,-187654],[-162077,-181472],[-161485,-181215],[-157048,-191167],[-157838,-191400],[-159397,-190688],[-154525,-186301],[-164052,-183739],[-165046,-189146],[-165925,-188688],[-165916,-189786],[-165457,-189069],[-165146,-190717],[-164852,-191044],[-163382,-189708],[-165255,-188979],[-165306,-201034],[-166123,-202484],[-166364,-197604],[-163318,-197029],[-162684,-197038],[-162817,-196697],[-163642,-196545],[-164168,-197318],[-163567,-197677],[-160758,-196910],[-161391,-196827],[-161704,-196991],[-161507,-196448],[-164671,-195500],[-157474,-196450],[-156493,-196284],[-156356,-196725],[-157221,-196014],[-157902,-196106],[-156259,-199738],[-156470,-198520],[-157524,-198976],[-157926,-199486],[-157785,-198940],[-160168,-196570],[-155015,-197587],[-156318,-201707],[-154025,-204140],[-154133,-204592],[-164218,-197486],[-165632,-195356],[-165095,-194409],[-158305,-201957],[-159503,-197054],[-165342,-197066],[-161577,-196776],[-160370,-196686],[-159876,-196055],[-157952,-195999],[-156859,-195906],[-157585,-195536],[-159513,-195704],[-165987,-199570],[-158042,-198931],[-158316,-198376],[-158881,-198599],[-159469,-198749],[-160247,-198345],[-159437,-198227],[-160690,-197748],[-164621,-198330],[-154756,-197841],[-157619,-199140],[-159493,-201296],[-156656,-194651],[-154043,-204521],[-164142,-202306],[-165504,-196219],[-164462,-199992],[-165062,-199674],[-165834,-194788],[-162091,-197909],[-154481,-196046],[-154668,-196928],[-162042,-196140],[-160020,-203009],[-158624,-197385],[-163028,-196278],[-163832,-195874],[-164376,-196261],[-164368,-196834],[-163695,-196659],[-160100,-204507],[-159385,-203429],[-159066,-196726],[-154317,-203593],[-154068,-201946],[-155305,-202596],[-162963,-202678],[-165994,-203953],[-160088,-197332],[-166046,-196396],[-156379,-197307],[-156269,-199620],[-165849,-196515],[-158965,-204004],[-166140,-200862],[-159078,-196943],[-165085,-200724],[-165432,-203380],[-165870,-200773],[-165456,-202290],[-165403,-207315],[-163470,-208192],[-161004,-209401],[-161530,-209522],[-157457,-214986],[-157012,-215726],[-160839,-217256],[-163507,-214211],[-163472,-216356],[-163191,-215835],[-155760,-208544],[-155505,-208550],[-155263,-208401],[-155083,-207984],[-154668,-208519],[-154455,-208853],[-156999,-209595],[-166298,-217286],[-166109,-217369],[-162574,-213261],[-163530,-213622],[-153853,-211152],[-155950,-208079],[-154098,-209877],[-158835,-204878],[-159921,-206478],[-165580,-207646],[-165296,-207456],[-163546,-207093],[-162759,-207033],[-162167,-209803],[-161588,-208922],[-157144,-215627],[-157691,-214972],[-163620,-214497],[-163646,-213852],[-153898,-209335],[-156873,-208936],[-155942,-208443],[-156620,-208423],[-162341,-215525],[-159782,-205664],[-165900,-208269],[-165342,-208587],[-166392,-206918],[-164746,-207741],[-163481,-208334],[-163100,-208064],[-163289,-206947],[-163075,-206923],[-160787,-209298],[-162054,-209586],[-163152,-214534],[-163480,-214359],[-155294,-208644],[-154770,-208696],[-155936,-208629],[-156527,-208579],[-156591,-208767],[-154513,-209129],[-154253,-209101],[-154840,-209311],[-162557,-214696],[-166227,-217138],[-154534,-211374],[-153969,-208851],[-157391,-205365],[-164249,-209271],[-163125,-215513],[-158798,-207121],[-166200,-207004],[-163307,-208078],[-160996,-209199],[-154003,-208882],[-156628,-208629],[-162638,-208870],[-163445,-206297],[-154335,-209648],[-158677,-205252],[-165512,-216372],[-164239,-206847],[-161971,-204916],[-166186,-216894],[-164711,-216061],[-165617,-208026],[-163283,-205979],[-165175,-215751],[-166237,-216102],[-165620,-207485],[-162692,-205880],[-165796,-226411],[-166004,-226698],[-165014,-225981],[-164103,-222444],[-164872,-223952],[-161192,-218835],[-161372,-218668],[-156531,-218381],[-157445,-218092],[-164529,-217936],[-164751,-217937],[-164018,-217617],[-165224,-221489],[-155526,-218032],[-155217,-218661],[-155111,-220065],[-153844,-220399],[-154501,-219828],[-159255,-221377],[-159880,-221891],[-161785,-229444],[-164526,-228395],[-155016,-218982],[-156857,-220015],[-166288,-218458],[-165242,-218813],[-164729,-220529],[-163478,-220147],[-165860,-221930],[-166274,-220388],[-165199,-226090],[-165234,-226379],[-163858,-222493],[-163865,-222313],[-161366,-219053],[-156146,-220236],[-156948,-218221],[-156696,-218643],[-157374,-219770],[-165733,-221652],[-164443,-228501],[-162260,-229798],[-166148,-226946],[-154555,-219034],[-156826,-220011],[-165992,-226357],[-165251,-223998],[-165129,-224269],[-160113,-219282],[-162379,-220114],[-160218,-220539],[-160821,-220594],[-159160,-220338],[-153756,-218066],[-154747,-218377],[-154389,-217496],[-154726,-218805],[-156878,-219875],[-165741,-219010],[-165086,-220468],[-163439,-220853],[-165478,-221952],[-165296,-225920],[-164156,-221987],[-163572,-222441],[-164484,-222940],[-165081,-223981],[-165581,-227718],[-154929,-218720],[-157103,-220005],[-166139,-218250],[-165401,-219728],[-164436,-220354],[-163874,-220424],[-165983,-221844],[-165932,-220756],[-164357,-220997],[-165451,-221656],[-163681,-217552],[-164520,-217859],[-166129,-218314],[-165536,-219069],[-164900,-221020],[-163752,-220302],[-165987,-221966],[-166075,-220959],[-163896,-220337],[-165807,-221665],[-163904,-218119],[-164437,-220390],[-164637,-221772],[-165156,-218997],[-165775,-217956],[-161600,-241407],[-161250,-240530],[-154025,-238837],[-154198,-240146],[-153731,-239257],[-156347,-240336],[-153790,-235958],[-165358,-240032],[-165889,-240373],[-155336,-241580],[-154173,-241209],[-163899,-233157],[-163888,-231848],[-159781,-232765],[-158686,-232633],[-159045,-232745],[-156343,-241841],[-156233,-239860],[-165532,-235417],[-161811,-241888],[-156183,-240518],[-165189,-239258],[-156005,-242773],[-163981,-232911],[-160060,-241906],[-160150,-231234],[-159754,-231827],[-162308,-230910],[-160894,-230420],[-162060,-230645],[-160618,-235401],[-161366,-234853],[-161642,-235188],[-162440,-235807],[-161388,-236746],[-162656,-235163],[-161011,-236056],[-163362,-233275],[-154506,-238100],[-154223,-242691],[-161319,-241758],[-159673,-241046],[-160422,-240640],[-157663,-238531],[-162134,-240318],[-161893,-239367],[-163223,-240522],[-153812,-239490],[-158266,-236023],[-166085,-234102],[-166326,-232093],[-156403,-240695],[-164621,-240109],[-164147,-240511],[-155971,-240986],[-155724,-240993],[-163311,-232701],[-165057,-233150],[-162710,-235603],[-164186,-234827],[-155421,-242745],[-156071,-240488],[-154477,-235866],[-165319,-238867],[-155707,-241871],[-164607,-231719],[-163958,-2112],[-164918,-1477],[-165154,-641],[-165472,-4635],[-164871,-4850],[-165238,-5547],[-166192,-11445],[-164897,-1296],[-165189,-848],[-166331,-33],[-165419,-5505],[-164603,-1345],[-164920,-1245],[-164883,-594],[-165261,-4451],[-166321,-11828],[-164720,-1228],[-164860,-544],[-165159,-4700],[-162779,-11088],[-162459,-11248],[-160286,-172],[-162885,-10783],[-155755,-4240],[-155919,-5519],[-153799,-1072],[-159494,-2502],[-160608,-1370],[-162157,-89],[-162264,9],[-158641,-2378],[-158706,-1938],[-157484,-2109],[-156694,-910],[-156552,-67],[-160405,-3444],[-161710,-1781],[-159696,-4287],[-160200,-4618],[-162817,-2465],[-163782,-2094],[-162081,-8412],[-162879,-9537],[-164111,-10576],[-158739,-5428],[-156368,-6304],[-158186,-7013],[-154347,-7005],[-154496,-8403],[-166204,-10181],[-165895,-8959],[-158500,-2449],[-158381,-1661],[-157432,-1928],[-156718,-1082],[-156777,184],[-160040,-3567],[-160959,-2628],[-159614,-4250],[-160019,-4817],[-162811,-2834],[-162686,-7995],[-162178,-9227],[-164409,-10653],[-158430,-5248],[-156342,-6014],[-158176,-7010],[-154024,-6960],[-155020,-8185],[-158455,-2495],[-158383,-1645],[-157737,-1938],[-156748,-978],[-156678,190],[-160335,-3849],[-161601,-2447],[-159728,-4199],[-159875,-4621],[-162283,-2607],[-163868,-2009],[-162820,-7673],[-162414,-9696],[-164694,-10066],[-158364,-5407],[-156615,-6321],[-158342,-7058],[-154332,-6873],[-154983,-8186],[-166171,-10028],[-158925,-1524],[-160089,-2402],[-157012,-2766],[-155696,-3084],[-156445,-1959],[-155696,-4994],[-163291,-7703],[-163216,-809],[-158621,-2447],[-158677,-1936],[-157596,-1896],[-156576,-1065],[-157078,-160],[-160296,-3828],[-161524,-1799],[-159525,-3934],[-159746,-4494],[-162814,-2653],[-163547,-1961],[-162350,-8397],[-162043,-9801],[-164267,-10878],[-158697,-5347],[-156280,-6304],[-157905,-6998],[-154532,-7166],[-154931,-8428],[-157508,57],[-157666,144],[-159100,-2665],[-163464,-97],[-162798,-250172],[-163049,-249723],[-162972,-249481],[-163480,-250644],[-162889,-250551],[-161264,-248947],[-164354,-245100],[-165117,-245812],[-163777,-245271],[-158373,-252259],[-158691,-252107],[-157709,-250608],[-162264,-245298],[-155823,-247548],[-161984,-245642],[-161009,-247462],[-154598,-247524],[-154081,-248912],[-164075,-244703],[-165763,-247339],[-166379,-255179],[-164757,-255429],[-164860,-252795],[-164170,-254214],[-164015,-253906],[-164115,-253899],[-165874,-251842],[-163148,-250001],[-160534,-247690],[-160296,-248220],[-160817,-248967],[-164865,-245501],[-155196,-251968],[-160102,-247339],[-166081,-246233],[-165742,-251271],[-162783,-249252],[-162931,-249053],[-162990,-248862],[-161060,-248802],[-161311,-248689],[-160506,-248237],[-162874,-246318],[-162374,-246288],[-162733,-245206],[-163649,-244621],[-164577,-244979],[-165107,-244763],[-162188,-249394],[-162921,-248405],[-162248,-248764],[-157786,-247834],[-157791,-246481],[-157066,-247477],[-153947,-247059],[-153831,-247685],[-153871,-247736],[-154047,-252915],[-159275,-245099],[-162811,-243947],[-157069,-246304],[-157579,-255499],[-157331,-253860],[-165785,-250314],[-163173,-252675],[-164215,-251743],[-163779,-250146],[-160120,-252880],[-161736,-253654],[-160493,-254640],[-159999,-253276],[-159002,-255635],[-159762,-254272],[-155007,-255646],[-156785,-255244],[-154164,-255483],[-157579,-255716],[-158063,-254143],[-159624,-252833],[-164055,-252278],[-154070,-248608],[-165841,-246936],[-166033,-249734],[-157151,-255571],[-157553,-254557],[-166324,-248757],[-164111,-251575],[-164140,-252003],[-163280,-250986],[-163733,-249220],[-160344,-252462],[-160725,-253316],[-161435,-253418],[-160981,-253741],[-159183,-254750],[-160095,-253587],[-159436,-254324],[-153637,-255723],[-154609,-255718],[-154885,-255291],[-155036,-254419],[-155310,-255327],[-155637,-255488],[-153822,-255595],[-156359,-255563],[-157027,-255637],[-157720,-254010],[-159497,-252407],[-163168,-252349],[-165387,-261750],[-155975,-265556],[-154586,-265701],[-154947,-267502],[-156539,-267394],[-162616,-264991],[-160487,-265772],[-163896,-259916],[-157863,-265639],[-158371,-261336],[-162472,-259852],[-161818,-264288],[-162266,-260373],[-156725,-261224],[-155820,-262620],[-154988,-263514],[-157057,-262243],[-166102,-262790],[-155643,-256517],[-156597,-256499],[-154112,-256039],[-154590,-256544],[-154263,-257114],[-155103,-257083],[-165639,-260488],[-154430,-265241],[-161409,-265171],[-162035,-259794],[-156816,-261691],[-155803,-263429],[-154782,-261448],[-155770,-263099],[-158027,-261798],[-160964,-265328],[-163302,-261654],[-160367,-260897],[-165577,-261469],[-163448,-261760],[-156202,-265609],[-157025,-267566],[-158889,-266861],[-161565,-263459],[-159108,-261594],[-164192,-263940],[-163902,-263775],[-162498,-259708],[-156578,-262221],[-158467,-261609],[-165928,-262231],[-161657,-265810],[-165913,-268458],[-163593,-261885],[-156209,-267007],[-156590,-267061],[-155466,-263808],[-160684,-267966],[-154173,-264821],[-155769,-264875],[-165058,-261196],[-165520,-261679],[-161262,-264330],[-164830,-256984],[-154901,-257777],[-160314,-257332],[-158186,-257421],[-155945,-260963],[-158457,-261079],[-158125,-260140],[-162188,-258861],[-156812,-256807],[-154559,-256789],[-154069,-257647],[-164622,-259056],[-154250,-266902],[-159534,-263890],[-158907,-266553],[-161727,-263861],[-165626,-262056],[-162531,-259193],[-156862,-261606],[-156721,-262125],[-154141,-262040],[-155892,-262700],[-157625,-262811],[-164172,-261846],[-165172,-268553],[-161182,-268434],[-164065,-263248],[-162004,-265135],[-155898,-266046],[-156081,-263654],[-160642,-265476],[-164804,-266882],[-164138,-255974],[-156002,-256400],[-158471,-255820],[-156644,-255991],[-153647,-256406],[-159317,-255863],[-156990,-256038],[-154188,-257478],[-156217,-275665],[-164535,-280970],[-164958,-273846],[-161939,-269265],[-161708,-271479],[-154533,-272548],[-158404,-280241],[-156605,-275200],[-158159,-278830],[-158888,-277516],[-160318,-277129],[-163581,-275071],[-163686,-273625],[-163754,-271090],[-165416,-270939],[-163278,-280874],[-162779,-281121],[-159454,-269061],[-154837,-271644],[-156635,-272371],[-159212,-270860],[-165052,-278695],[-156133,-274739],[-155599,-275607],[-158090,-279981],[-156582,-280646],[-159428,-280155],[-160448,-276999],[-159741,-277652],[-160010,-279062],[-160720,-278870],[-164472,-274215],[-162350,-275794],[-165266,-273295],[-165003,-274816],[-164822,-271929],[-164571,-269951],[-163521,-270433],[-164770,-270906],[-164770,-277750],[-164955,-275518],[-166206,-276767],[-165699,-281016],[-161923,-279860],[-160756,-270039],[-160038,-270239],[-155900,-272964],[-156047,-270290],[-156305,-276309],[-157050,-279175],[-160828,-277792],[-164544,-275366],[-164856,-281159],[-154142,-282301],[-153977,-282445],[-156709,-287175],[-156903,-288038],[-156176,-285402],[-156864,-286564],[-164954,-290259],[-158175,-283543],[-157819,-285608],[-164217,-288515],[-159074,-284745],[-161505,-290337],[-161432,-291455],[-164200,-293290],[-162962,-293611],[-162351,-290689],[-162163,-293675],[-163556,-292013],[-164754,-291139],[-163725,-291106],[-156957,-286552],[-161995,-290767],[-157765,-284078],[-162940,-287987],[-165089,-292849],[-163143,-292895],[-165292,-292538],[-157756,-283645],[-165368,-284042],[-161526,-291823],[-165857,-295787],[-154885,-294851],[-159373,-296969],[-160871,-298877],[-160044,-298574],[-156299,-295822],[-154018,-294761],[-161615,-297246],[-156086,-295103],[-162201,-294649],[-161128,-294345],[-155486,-299076],[-159950,-296396],[-164294,-314250],[-160677,-318470],[-163103,-317902],[-160591,-318662],[-161502,-317415],[-163120,-317428],[-153878,-316895],[-161011,-319940],[-164593,-13556],[-163861,-21547],[-164533,-24502],[-164596,-22343],[-164697,-24796],[-165484,-17163],[-165677,-17504],[-165070,-15723],[-166269,-19861],[-165394,-20052],[-164413,-21282],[-164452,-20818],[-164384,-13508],[-163824,-21811],[-164448,-24558],[-164347,-23642],[-165189,-23711],[-165635,-17229],[-165779,-17173],[-165859,-16831],[-165483,-17925],[-165776,-16747],[-165345,-15319],[-165572,-15433],[-165906,-20991],[-165857,-19979],[-165795,-19490],[-166394,-19811],[-164569,-19203],[-162390,-17330],[-164468,-13122],[-164247,-21069],[-164077,-25323],[-164449,-24257],[-165666,-20148],[-162574,-17654],[-164744,-13213],[-163644,-20943],[-164173,-25295],[-164897,-24413],[-155015,-13849],[-155216,-14088],[-162891,-23548],[-158979,-12740],[-157956,-14241],[-158351,-13988],[-160148,-17600],[-159750,-15857],[-158730,-16041],[-153640,-24152],[-157506,-22935],[-158297,-23644],[-157397,-20624],[-156622,-19438],[-155710,-20431],[-154681,-18315],[-162346,-17521],[-160982,-15852],[-163907,-25029],[-161308,-23301],[-161208,-21861],[-160561,-20356],[-159601,-23614],[-159144,-24396],[-160711,-17896],[-160413,-18830],[-157585,-18481],[-157167,-19942],[-161957,-20970],[-158682,-22027],[-153835,-18758],[-155026,-18771],[-161070,-16363],[-161569,-23311],[-161720,-21920],[-160794,-20399],[-159865,-23125],[-159145,-24566],[-160794,-17870],[-160804,-18532],[-157758,-18395],[-157048,-19998],[-162144,-20992],[-158291,-21998],[-155093,-18702],[-162224,-17358],[-160905,-16141],[-163824,-25190],[-160931,-23961],[-161638,-21707],[-161099,-20221],[-160013,-23312],[-159243,-24557],[-160518,-18382],[-157201,-19082],[-157668,-19924],[-162561,-21074],[-158992,-21941],[-153615,-20300],[-153921,-19638],[-153660,-19507],[-162142,-24732],[-162072,-25222],[-163186,-22925],[-162872,-24767],[-154751,-18323],[-161078,-16080],[-160902,-23300],[-161672,-21964],[-160819,-20126],[-160020,-23185],[-159310,-24508],[-160942,-17802],[-160530,-18382],[-157875,-18833],[-157426,-20241],[-162628,-21276],[-158921,-21261],[-162297,-439074],[-159433,-438180],[-162886,-438186],[-156877,-441707],[-165523,-444094],[-165446,-452177],[-166324,-27390],[-165784,-30967],[-166161,-30816],[-166236,-36848],[-165252,-26159],[-163946,-25624],[-165285,-25866],[-165242,-27050],[-165859,-27540],[-165002,-37872],[-166212,-37688],[-164937,-29837],[-165709,-30987],[-166100,-30633],[-165460,-30652],[-165716,-30137],[-164973,-26338],[-165230,-25572],[-165108,-26787],[-165973,-27596],[-164593,-29962],[-165991,-25916],[-165630,-26585],[-164033,-25614],[-165135,-25555],[-165250,-27263],[-166248,-28059],[-165101,-37813],[-164993,-26169],[-164326,-25661],[-165208,-25640],[-165095,-26829],[-165978,-27742],[-153772,-34871],[-153767,-37532],[-153995,-33155],[-154792,-30662],[-155489,-30638],[-156293,-31186],[-154958,-29268],[-160186,-27080],[-159510,-26930],[-158758,-28948],[-160957,-28065],[-163508,-29404],[-165382,-33565],[-161060,-32900],[-161771,-34825],[-160350,-36102],[-159939,-36068],[-158958,-35775],[-158089,-37314],[-159093,-37470],[-165169,-36800],[-160354,-31161],[-160635,-30170],[-157205,-28312],[-158532,-30042],[-162866,-32614],[-163621,-34733],[-163162,-35668],[-163324,-36905],[-155512,-31637],[-155651,-31917],[-154866,-31203],[-157858,-28235],[-162779,-28825],[-164136,-29745],[-157950,-34729],[-164577,-37928],[-163221,-26553],[-162663,-26243],[-163544,-25494],[-158322,-27092],[-158112,-27334],[-157866,-26993],[-153868,-32814],[-154629,-30147],[-155471,-30640],[-156393,-31346],[-154742,-28928],[-160553,-27123],[-159378,-26828],[-159157,-28806],[-161220,-27740],[-163029,-29682],[-165377,-33692],[-161448,-32477],[-162175,-34756],[-160498,-36736],[-159420,-35488],[-159101,-36024],[-158261,-37196],[-159034,-37734],[-164870,-36828],[-160815,-31123],[-159394,-28999],[-160023,-29816],[-157666,-28619],[-158979,-29329],[-162916,-33206],[-163352,-34314],[-162269,-35633],[-163221,-37012],[-153620,-35196],[-154225,-33161],[-154590,-30433],[-155020,-30589],[-156050,-30941],[-155185,-28943],[-160501,-27092],[-159236,-26930],[-159064,-28835],[-161483,-27777],[-161302,-27543],[-162985,-29285],[-165494,-33588],[-161222,-32393],[-161674,-34544],[-161130,-35983],[-160186,-35641],[-159055,-36078],[-158475,-37212],[-159331,-37718],[-164931,-36880],[-159628,-29528],[-159972,-29767],[-156982,-28289],[-158444,-29587],[-163325,-32925],[-163641,-33937],[-163149,-35834],[-163458,-37648],[-153682,-36603],[-155694,-31736],[-162172,-36625],[-162995,-37322],[-157792,-34683],[-158527,-34423],[-162656,-26940],[-159574,-27397],[-157981,-28449],[-165214,-36194],[-161045,-33235],[-161799,-33975],[-163596,-31891],[-157711,-28560],[-158451,-27290],[-162333,-29058],[-157906,-34444],[-158808,-33690],[-158546,-37668],[-161635,-37222],[-162274,-37039],[-165131,-35916],[-153747,-35167],[-153744,-37582],[-154261,-33255],[-154882,-30538],[-155202,-30803],[-155943,-31285],[-154872,-29205],[-160077,-27082],[-159708,-27187],[-158854,-28809],[-161247,-27822],[-163391,-29246],[-165006,-33462],[-160866,-32743],[-161493,-34617],[-160819,-36746],[-159905,-35893],[-158596,-35693],[-157542,-37572],[-158903,-37738],[-164717,-36577],[-159550,-28939],[-160199,-31217],[-160906,-29936],[-156969,-28835],[-158308,-29807],[-162988,-32906],[-163576,-34179],[-163216,-35640],[-163382,-36756],[-161780,-31022],[-161487,-49716],[-161679,-49176],[-161024,-49443],[-155648,-48655],[-155982,-48675],[-155799,-48897],[-166001,-42552],[-165575,-42573],[-165854,-41751],[-165083,-49142],[-165832,-50003],[-156002,-48876],[-158469,-48871],[-159003,-49215],[-161342,-49393],[-162782,-49482],[-162733,-49582],[-166342,-42068],[-165073,-42089],[-165863,-41335],[-166382,-42103],[-165700,-50311],[-166356,-49862],[-165597,-38887],[-166298,-38214],[-158682,-39795],[-157359,-40247],[-161233,-39647],[-163861,-39108],[-162669,-39871],[-160473,-40740],[-159456,-40680],[-153920,-49891],[-160772,-38988],[-158995,-40308],[-157523,-40105],[-161335,-39105],[-163903,-39079],[-163477,-39646],[-161339,-40758],[-159800,-41120],[-154796,-50610],[-158271,-50908],[-157025,-38543],[-159315,-38587],[-158426,-40144],[-157867,-39890],[-161404,-39374],[-163544,-39518],[-163139,-39290],[-161100,-40671],[-159866,-40497],[-158675,-39603],[-157978,-40058],[-161137,-39108],[-163257,-39055],[-164394,-38365],[-162879,-39672],[-160437,-40208],[-159652,-40637],[-165631,-59999],[-164559,-60479],[-159224,-63283],[-154575,-63331],[-153665,-62215],[-154795,-60927],[-160271,-61970],[-158266,-59911],[-157603,-59551],[-156293,-58217],[-156726,-59043],[-159980,-55901],[-159819,-54622],[-158804,-52737],[-163290,-53506],[-165407,-54287],[-161959,-56763],[-159073,-57455],[-159137,-57369],[-153788,-54882],[-158471,-51228],[-157482,-51066],[-155678,-51000],[-156745,-61224],[-156863,-60931],[-155801,-60734],[-165508,-58813],[-165218,-61020],[-165133,-61932],[-164271,-61587],[-155350,-62697],[-155897,-63087],[-159411,-63131],[-158975,-62986],[-165664,-53026],[-164010,-51960],[-162992,-52449],[-162678,-53891],[-162786,-53464],[-160979,-51269],[-161355,-51490],[-160093,-52130],[-157747,-52794],[-158808,-52966],[-159077,-53331],[-159195,-54353],[-158924,-55454],[-159398,-55568],[-158790,-55966],[-160561,-61995],[-158301,-59361],[-158593,-59708],[-155940,-57721],[-154997,-60635],[-153910,-61747],[-154753,-62930],[-155122,-61009],[-155468,-51036],[-154149,-52420],[-157033,-52109],[-159158,-51153],[-163679,-59663],[-161958,-59357],[-163022,-56151],[-162216,-56836],[-161215,-57898],[-165897,-56430],[-164504,-56208],[-165246,-54986],[-157559,-62519],[-157664,-62112],[-158585,-62177],[-162058,-63742],[-161815,-62879],[-160027,-63708],[-159334,-59825],[-159860,-60447],[-160046,-60700],[-158377,-57806],[-158024,-56930],[-158508,-58148],[-154756,-58364],[-154299,-57910],[-153665,-58044],[-165186,-56950],[-166261,-57059],[-162587,-58989],[-163451,-58753],[-161653,-57551],[-161389,-56459],[-162120,-56920],[-166395,-56710],[-164694,-56575],[-165680,-55827],[-157977,-62476],[-156533,-62411],[-158141,-63171],[-155719,-63683],[-161593,-62561],[-160316,-63151],[-161162,-60524],[-160464,-59298],[-159756,-59176],[-157723,-57161],[-158170,-57441],[-158176,-57483],[-155441,-58627],[-155084,-58967],[-155698,-58426],[-165345,-57426],[-165991,-56873],[-165288,-56683],[-166039,-56881],[-166400,-58758],[-165012,-56828],[-166215,-57497],[-166382,-58801],[-155354,-74162],[-156280,-74712],[-156720,-75341],[-157852,-75973],[-159668,-75721],[-158041,-76489],[-160211,-74844],[-159050,-71746],[-158082,-70000],[-155371,-67592],[-164416,-73653],[-165833,-72696],[-163150,-73463],[-165153,-70233],[-161108,-75043],[-161216,-72986],[-157665,-70485],[-153876,-73901],[-161399,-68766],[-154879,-69642],[-157552,-64614],[-158237,-64588],[-157966,-64948],[-154437,-65865],[-154355,-65309],[-161960,-64198],[-158866,-74929],[-159935,-72583],[-159032,-69418],[-155863,-67432],[-164781,-72753],[-165921,-71739],[-163661,-74015],[-164966,-70429],[-161295,-74746],[-160965,-73494],[-166230,-75020],[-165553,-70661],[-164885,-70533],[-157114,-70604],[-157097,-71957],[-156937,-72138],[-157348,-73720],[-158533,-74631],[-155791,-74192],[-158758,-75596],[-162054,-76086],[-159897,-75988],[-154535,-73863],[-165294,-68581],[-164308,-64406],[-164287,-64608],[-160030,-68532],[-162523,-67411],[-161884,-68047],[-161807,-66577],[-161548,-66791],[-161120,-65905],[-156641,-68784],[-157153,-67060],[-157249,-75485],[-157945,-75699],[-159516,-75890],[-158566,-76204],[-154816,-70508],[-154591,-69948],[-156116,-65234],[-158556,-65772],[-158588,-64268],[-154358,-65268],[-161780,-72742],[-153700,-65211],[-158719,-73985],[-160213,-71787],[-157899,-70438],[-155391,-66595],[-164540,-73034],[-165579,-72904],[-163694,-73904],[-164025,-69737],[-161844,-74897],[-155972,-65309],[-166020,-74979],[-158021,-74258],[-165379,-74930],[-166348,-72874],[-164992,-71187],[-162499,-76409],[-156011,-74327],[-158812,-75421],[-157082,-73073],[-157067,-69912],[-155349,-73945],[-155570,-75895],[-165925,-69328],[-165674,-69577],[-163655,-69625],[-163527,-69794],[-161329,-68667],[-161168,-67802],[-161135,-67622],[-161243,-68310],[-160635,-69396],[-163825,-65795],[-163846,-64554],[-163242,-64801],[-158072,-74412],[-158299,-76525],[-159370,-74667],[-159613,-71458],[-158440,-70379],[-156484,-66506],[-164804,-72704],[-165349,-72027],[-163157,-73471],[-163980,-70203],[-161133,-75123],[-161848,-73464],[-162075,-86066],[-162406,-83698],[-161599,-84080],[-161827,-83301],[-162249,-84537],[-161871,-83920],[-163969,-86218],[-164644,-85911],[-164670,-85677],[-161585,-85334],[-163024,-83754],[-163602,-84216],[-161876,-83639],[-166357,-89016],[-163272,-86414],[-161449,-82377],[-161812,-84372],[-164827,-84681],[-164912,-85784],[-161651,-85158],[-162402,-83898],[-163407,-84238],[-157887,-85471],[-157589,-83820],[-154784,-86900],[-154620,-85231],[-157097,-84072],[-163282,-79095],[-160353,-81155],[-160640,-80922],[-159541,-77075],[-155485,-83270],[-154321,-82605],[-165143,-77179],[-163068,-78996],[-157281,-77486],[-157539,-77913],[-160011,-79128],[-159811,-78988],[-159951,-81558],[-159309,-76979],[-155444,-80214],[-158512,-77892],[-160562,-77690],[-160201,-77594],[-160546,-80073],[-164731,-77683],[-157771,-78084],[-157139,-77644],[-160145,-81483],[-160649,-77734],[-160176,-77386],[-160559,-79546],[-158653,-78001],[-160618,-77796],[-159862,-77372],[-160711,-79663],[-164846,-89620],[-165203,-89614],[-163421,-90901],[-165388,-89440],[-164927,-89460],[-164691,-98111],[-165596,-97970],[-165946,-97617],[-165206,-99766],[-163702,-100956],[-161620,-94145],[-162045,-94346],[-160932,-94875],[-160565,-94632],[-160106,-95099],[-159790,-100591],[-157003,-98151],[-156415,-96413],[-156255,-96003],[-155130,-94564],[-162494,-91458],[-162092,-91537],[-161428,-91565],[-163218,-93375],[-165972,-92041],[-164739,-92350],[-160111,-96815],[-156014,-98000],[-154588,-99050],[-156139,-93299],[-159190,-97381],[-164337,-98732],[-166278,-97603],[-157285,-100509],[-156273,-100592],[-155452,-102171],[-157922,-91940],[-155783,-91476],[-154875,-101414],[-155649,-101275],[-155440,-101824],[-156998,-100395],[-156620,-100238],[-156353,-100597],[-165221,-95900],[-160119,-94950],[-162021,-94201],[-161001,-90637],[-163649,-96095],[-164975,-99548],[-160384,-97900],[-165396,-96453],[-165135,-97855],[-163928,-100873],[-165674,-90023],[-166010,-90288],[-160154,-94717],[-159256,-99205],[-157447,-98302],[-154153,-94288],[-161047,-90514],[-160673,-90303],[-159799,-90258],[-159377,-89805],[-163436,-91430],[-164010,-90913],[-163774,-93042],[-164229,-93160],[-163113,-92813],[-165450,-92222],[-156179,-92779],[-158901,-91934],[-158439,-93441],[-164467,-90310],[-162057,-91525],[-160935,-96765],[-162731,-100296],[-163079,-97904],[-164000,-98995],[-158391,-97749],[-157773,-91881],[-155878,-91717],[-159630,-99675],[-155525,-102002],[-154981,-101388],[-155536,-101884],[-157053,-99748],[-157095,-100322],[-156543,-100581],[-164787,-97990],[-165611,-97807],[-166003,-99445],[-165941,-90422],[-166270,-90256],[-160434,-95097],[-157234,-98191],[-159122,-98659],[-159729,-101288],[-159704,-101767],[-161217,-99970],[-156350,-96146],[-161622,-91728],[-158993,-89920],[-159443,-90209],[-160526,-90534],[-163816,-91045],[-164265,-90644],[-163320,-96426],[-165425,-92048],[-164662,-92076],[-163955,-92853],[-162806,-93387],[-154729,-99044],[-153780,-100988],[-154937,-92452],[-164486,-90465],[-159027,-97004],[-158676,-96702],[-163067,-99434],[-157629,-91982],[-155682,-91435],[-164735,-96135],[-163727,-100214],[-163192,-95049],[-159174,-97159],[-157955,-92361],[-155583,-91819],[-163528,-114771],[-163754,-112416],[-162378,-113738],[-163676,-114762],[-163820,-112722],[-161440,-113697],[-163864,-112571],[-161639,-113674],[-166333,-108641],[-162773,-105160],[-165996,-113295],[-166216,-113507],[-160145,-114808],[-164920,-108441],[-166348,-109013],[-162930,-105053],[-165367,-108367],[-164436,-109359],[-164388,-105041],[-165398,-104697],[-157934,-103224],[-158569,-103577],[-158549,-102845],[-155417,-103394],[-155556,-103128],[-156576,-104032],[-163091,-107834],[-164705,-105353],[-165294,-104597],[-163428,-105356],[-165284,-114116],[-165398,-112404],[-165817,-112803],[-165072,-107713],[-164569,-109145],[-163396,-105818],[-164460,-105350],[-165113,-104427],[-157257,-103708],[-157898,-103590],[-158229,-104071],[-154629,-103300],[-156211,-103481],[-155741,-103984],[-166224,-111774],[-164759,-108212],[-165350,-112094],[-164496,-105373],[-165500,-104606],[-164956,-107902],[-160008,8585],[-161248,8373],[-162854,3622],[-163698,2452],[-164876,5764],[-161315,6033],[-166169,205],[-164323,662],[-162881,7016],[-161600,7497],[-162547,9928],[-163276,4075],[-164802,4260],[-161087,6957],[-160587,7636],[-166230,8097],[-165753,1950],[-159497,8222],[-160971,8631],[-162454,3923],[-164007,2310],[-164861,5336],[-161795,5709],[-166307,242],[-164292,514],[-163306,7307],[-161960,7571],[-163064,10589],[-165606,3078],[-166285,1678],[-159515,8305],[-160881,8427],[-163110,3542],[-163752,1967],[-163260,2340],[-164359,5279],[-161819,5538],[-164259,990],[-163216,6962],[-161694,7316],[-163090,10096],[-159965,8487],[-161441,8696],[-163843,2115],[-164941,5680],[-165678,4234],[-161277,5474],[-164203,754],[-163019,7337],[-161837,7278],[-163294,10179],[-156769,4934],[-156808,6044],[-156315,5626],[-157153,7704],[-159119,9143],[-158767,10086],[-157582,10112],[-162605,2062],[-158558,5535],[-160754,827],[-159404,5832],[-160248,5384],[-154662,899],[-156513,5067],[-156854,6075],[-156225,5977],[-157013,7725],[-159154,9094],[-158972,10047],[-157913,10068],[-162402,3162],[-162559,1721],[-158396,5869],[-161026,783],[-159254,5810],[-159847,5329],[-154259,805],[-165728,9159],[-164697,9770],[-157259,1256],[-159572,2865],[-159336,4248],[-155986,4933],[-157305,4909],[-157245,10675],[-157497,11280],[-156517,4982],[-156595,6450],[-156603,6113],[-157460,7363],[-158841,9379],[-159060,10026],[-157609,10358],[-162647,2336],[-157781,5911],[-161185,1478],[-159558,6525],[-159713,5123],[-154767,443],[-166103,9459],[-158145,9177],[-158342,9455],[-155650,12843],[-156466,12666],[-156464,10643],[-163447,665],[-161009,12036],[-161061,11677],[-161854,12465],[-161726,12080],[-160749,12140],[-156113,12163],[-156808,12110],[-156424,11744],[-156402,11381],[-156483,5390],[-156652,6381],[-156726,6017],[-157098,7793],[-159013,9327],[-159058,9726],[-157620,10550],[-158350,5329],[-160797,773],[-153772,9290],[-159140,6437],[-160371,4575],[-154657,670],[-156557,10294],[-158286,9227],[-161437,12975],[-155268,12537],[-157017,11537],[-155786,136271],[-154764,136907],[-153938,138297],[-155143,138945],[-158695,138727],[-158833,140299],[-160766,139775],[-161966,140478],[-161499,134398],[-162489,134676],[-163505,135481],[-166145,137782],[-164219,137462],[-163908,135752],[-166170,136235],[-165783,136935],[-165848,139101],[-165491,137700],[-163886,133968],[-166267,139219],[-162534,138382],[-160111,137598],[-160518,135953],[-154456,136365],[-156626,139027],[-156252,139700],[-165588,135084],[-155709,135927],[-159772,131150],[-156611,138279],[-156087,140204],[-165639,139062],[-159452,133691],[-161682,132716],[-154185,138723],[-155796,135931],[-160009,136860],[-154657,137969],[-157424,138810],[-157985,139235],[-157872,139452],[-158260,140467],[-160859,139999],[-161804,139973],[-160147,138531],[-159340,135947],[-161881,135101],[-163320,135218],[-163860,136199],[-163941,134768],[-164639,138760],[-164012,135494],[-166006,136041],[-164518,136861],[-163992,133873],[-161806,136247],[-162531,137654],[-155344,134356],[-164816,131042],[-157304,138184],[-155955,139391],[-165379,135713],[-161778,133896],[-155224,136917],[-155272,135839],[-153647,138048],[-154656,138064],[-158953,137476],[-158702,138764],[-158768,139719],[-158577,140872],[-160648,139669],[-162184,140359],[-160654,138440],[-159308,135648],[-161587,134703],[-162679,134712],[-163450,135940],[-165956,137441],[-163962,135695],[-164383,137795],[-164923,139805],[-164465,134718],[-163080,137460],[-161585,137369],[-159538,136735],[-154356,136377],[-165080,130889],[-157092,138319],[-155553,140155],[-153719,132167],[-154547,132059],[-155795,135820],[-154657,137043],[-153807,138004],[-155525,138121],[-157982,137503],[-158606,138742],[-158241,139756],[-158079,140423],[-160738,139175],[-162733,140011],[-161675,135329],[-162565,135247],[-163239,135293],[-165472,133959],[-166394,136610],[-165933,135743],[-164245,135960],[-165232,137248],[-165255,139685],[-165394,137750],[-165184,133221],[-166136,138284],[-162663,136995],[-161963,138513],[-159421,137691],[-159360,136886],[-157202,138190],[-155487,140065],[-164276,137953],[-164523,134845],[-153821,133510],[-156581,138501],[-156142,139640],[-153650,132367],[-165037,128751],[-155195,130311],[-157202,128902],[-164318,130409],[-164893,128483],[-159006,128233],[-155094,129840],[-153618,131533],[-154417,131068],[-165598,128406],[-160064,129540],[-154767,130303],[-157668,128664],[-154620,131072],[-154182,130292],[-155190,129747],[-157558,128219],[-164466,130756],[-160923,129439],[-153732,131473],[-154477,130887],[-153912,129684],[-153688,130156],[-154530,131523],[-155784,148766],[-162098,151300],[-153747,151296],[-155372,150850],[-156509,149168],[-154203,151876],[-163466,151564],[-165364,151865],[-164294,146393],[-163411,145382],[-160316,143593],[-161744,143157],[-158978,145726],[-156623,143203],[-155687,146423],[-154952,143973],[-163970,143182],[-157249,146123],[-157518,145424],[-156510,145597],[-165942,151465],[-164078,142581],[-155399,143616],[-156453,148176],[-156518,148807],[-161196,152719],[-156515,151788],[-154123,151789],[-163248,152785],[-163518,151866],[-164543,146041],[-162332,145922],[-163602,146006],[-161204,143463],[-161761,142875],[-159600,145611],[-157032,143633],[-157748,145923],[-157716,146233],[-156116,145964],[-159503,147755],[-157494,150507],[-153660,150429],[-155231,143792],[-161383,152119],[-158577,153343],[-156144,147832],[-161036,150981],[-157503,149903],[-155525,151076],[-163279,152975],[-162604,152129],[-166295,153434],[-164641,151667],[-164535,146429],[-162729,145777],[-163464,146102],[-161023,143745],[-162659,142788],[-158658,146190],[-156805,142967],[-155916,146306],[-164465,142834],[-157846,145475],[-157261,145431],[-156534,145764],[-158094,150674],[-162433,150358],[-159444,147248],[-155958,148040],[-161664,151868],[-156044,151598],[-154508,153570],[-156292,149774],[-154854,151555],[-163392,153286],[-163951,152201],[-165599,151332],[-164231,146639],[-162192,146267],[-163302,145768],[-160452,143336],[-162551,143557],[-158614,145506],[-157306,143013],[-155599,145634],[-155265,143810],[-164669,143337],[-157762,145823],[-157257,145719],[-156408,146096],[-158462,149766],[-161235,149741],[-157998,146087],[-157850,154392],[-164966,158560],[-155837,157477],[-154464,154979],[-162325,153945],[-165202,154630],[-165783,156184],[-166302,159771],[-158184,157390],[-164092,154944],[-159201,154242],[-161068,161949],[-161359,161047],[-153666,155711],[-153679,158612],[-156085,164729],[-157781,163930],[-157804,162026],[-157253,160949],[-154749,159766],[-157687,158876],[-157326,160009],[-166272,166307],[-158777,155048],[-165174,158572],[-156375,156798],[-153624,155180],[-165626,154199],[-165336,155987],[-157332,156094],[-164428,162078],[-157453,163887],[-157185,163644],[-157276,161037],[-158799,160669],[-153988,160702],[-157255,158129],[-158452,159999],[-165891,164660],[-159277,154631],[-165279,157118],[-156231,156650],[-153916,154110],[-165425,154798],[-165536,154920],[-165712,160063],[-157970,157456],[-157656,155427],[-158817,153893],[-164397,158268],[-155628,156442],[-153622,154117],[-165761,153849],[-165378,155373],[-166383,159250],[-157722,156872],[-158500,155922],[-154423,167310],[-156075,167111],[-154664,166741],[-158943,15460],[-159248,14013],[-159844,14640],[-157642,15648],[-160524,15671],[-160509,17524],[-156797,20727],[-155935,23751],[-157481,23084],[-157461,24165],[-158630,21396],[-158391,25592],[-156969,24748],[-158738,24624],[-165915,23698],[-165647,22750],[-164016,20398],[-164863,21262],[-163944,20504],[-164472,22116],[-166150,16276],[-162091,13963],[-156153,16519],[-154672,17801],[-154279,18606],[-158849,15618],[-158567,14068],[-159558,14604],[-156988,15356],[-161215,15791],[-160534,17128],[-156419,20860],[-156486,23565],[-157713,23395],[-157848,24672],[-157820,21940],[-157264,24555],[-158844,24550],[-166304,23244],[-165429,21837],[-158858,15725],[-158625,14052],[-160224,14918],[-157627,15021],[-160727,15903],[-160059,17484],[-156524,20608],[-157869,21051],[-156439,23911],[-157539,23973],[-158406,21735],[-157226,25399],[-158391,24259],[-166216,23842],[-165712,22368],[-163248,20520],[-163261,19838],[-163384,20257],[-164607,19925],[-164788,21263],[-163810,21488],[-163760,21529],[-164390,21980],[-163115,20837],[-164548,21567],[-164675,22496],[-163961,22654],[-165800,17445],[-165985,14719],[-166164,15792],[-160561,13849],[-155979,13188],[-156161,16200],[-156834,15978],[-156346,16948],[-154479,17920],[-154104,17458],[-154162,18646],[-154394,19109],[-159222,15506],[-158855,15142],[-159920,14032],[-157342,15359],[-161137,15960],[-159771,17359],[-156795,20401],[-158258,20965],[-156325,23053],[-158170,23675],[-157750,24444],[-158374,21039],[-157110,25168],[-159155,24600],[-165608,22089],[-165991,23748],[-156782,26324],[-157296,27219],[-159129,25832],[-157748,34695],[-158769,32930],[-159023,35105],[-158622,36401],[-154894,37557],[-155873,38346],[-164283,32641],[-162893,33434],[-161545,32921],[-165418,33231],[-163913,33624],[-159194,36754],[-156649,38280],[-160363,35020],[-156128,27106],[-155218,26368],[-153747,28173],[-164051,27615],[-162878,27232],[-165523,30037],[-164023,31726],[-163457,29604],[-158667,38573],[-162888,37385],[-156709,26171],[-156906,27628],[-158358,25993],[-157537,34577],[-158772,33063],[-159495,35499],[-158268,36100],[-155096,37424],[-155756,38177],[-164067,32682],[-162755,33689],[-162636,32073],[-162281,33255],[-165064,33233],[-163982,33998],[-159216,36795],[-157404,38528],[-161246,34859],[-155584,26959],[-154506,26069],[-154278,27930],[-163859,27331],[-162121,27729],[-165568,30053],[-164762,31528],[-163114,29603],[-158423,38525],[-162670,36916],[-157302,26421],[-156915,27574],[-157008,34416],[-158909,33016],[-159469,34810],[-158083,35941],[-154822,37888],[-155247,38519],[-163732,32674],[-164446,33474],[-162705,33560],[-162614,32199],[-161804,32452],[-163542,33572],[-159151,36546],[-157079,38322],[-160744,35315],[-156488,27480],[-154418,26586],[-153778,28574],[-163662,26935],[-162765,27837],[-166121,29316],[-164011,32146],[-163610,30163],[-158502,38596],[-162492,36687],[-156451,26066],[-157299,27576],[-158771,26172],[-157372,34730],[-158793,33515],[-159503,35004],[-158208,36262],[-155251,38009],[-156102,38360],[-163617,33304],[-163306,33685],[-162089,32339],[-161478,33310],[-163735,33862],[-159258,37051],[-160631,34638],[-155888,27201],[-154619,26784],[-154038,27843],[-164366,26958],[-162979,27280],[-165885,29958],[-164720,31785],[-163164,29417],[-162612,36853],[-154809,38931],[-154942,39108],[-160527,39108],[-159713,39728],[-163751,49715],[-162225,49482],[-163389,49688],[-165567,50338],[-155522,38737],[-154952,39981],[-164145,49044],[-163003,48306],[-160816,39197],[-160091,39918],[-162978,49055],[-163112,50142],[-165440,50521],[-166173,51331],[-154999,39198],[-157101,38943],[-163339,48479],[-160446,38715],[-159727,39830],[-157953,38644],[-163544,49377],[-162488,49331],[-163601,49635],[-164985,50658],[-154600,39417],[-163207,48855],[-160323,39174],[-160105,39822],[-163674,49646],[-162113,49125],[-163122,50040],[-165094,50711],[-163985,54189],[-165306,53081],[-165910,57662],[-165292,58407],[-164925,55708],[-156470,62710],[-154712,62148],[-156638,62353],[-155949,63497],[-154889,58362],[-156077,60008],[-155380,60434],[-155314,59121],[-156008,64165],[-154735,61791],[-156782,62248],[-154774,61331],[-155108,62135],[-155950,59066],[-157004,58432],[-155791,59509],[-156271,59765],[-157376,64055],[-158200,64089],[-155311,62066],[-156688,61838],[-156818,62073],[-156488,63528],[-157075,58891],[-155971,58281],[-155970,58819],[-156874,59105],[-155907,63888],[-158136,64100],[-155060,61123],[-155235,61614],[-156270,61076],[-155887,61942],[-156165,61728],[-156380,58522],[-156215,59099],[-157051,59071],[-154980,58264],[-156986,58918],[-156463,63828],[-157615,63814],[-156567,55821],[-156004,64292],[-157101,65121],[-155447,72266],[-154627,68400],[-155355,68875],[-154491,69891],[-153758,70311],[-158377,70269],[-159158,69167],[-158836,70575],[-156886,71153],[-162956,74482],[-161964,74248],[-162732,73325],[-162474,74552],[-157435,65793],[-156522,66018],[-156903,66130],[-154452,70071],[-154927,69947],[-155491,68812],[-158299,69267],[-157225,70476],[-159131,70028],[-158599,70871],[-156824,73296],[-156797,72728],[-157636,73137],[-157503,73939],[-163375,74639],[-161586,75516],[-163033,74640],[-161071,73847],[-157154,74523],[-156656,74617],[-157115,75015],[-158440,74678],[-155829,73913],[-155850,64349],[-156380,66381],[-154906,69414],[-154039,69647],[-157591,70195],[-158413,70764],[-159168,69849],[-158634,69065],[-158654,74244],[-156759,72553],[-161849,73513],[-162830,74573],[-161804,74366],[-161986,74807],[-156402,65879],[-158129,64999],[-157552,65500],[-154163,68616],[-154216,69602],[-154032,70475],[-154841,68989],[-158034,70028],[-158708,70780],[-157363,69721],[-158418,70977],[-156585,68901],[-158102,73383],[-158165,72376],[-158846,73924],[-157846,72242],[-158393,72774],[-161868,74998],[-162629,74649],[-162142,74543],[-161953,73904],[-162052,74358],[-158266,76308],[-156384,76119],[-156259,75251],[-158104,75275],[-156445,75287],[-153979,86933],[-162778,87284],[-162407,86561],[-161396,87387],[-163315,88786],[-161703,87877],[-162748,88648],[-158872,87945],[-159629,88100],[-159788,87108],[-159231,89714],[-162573,89381],[-162005,87169],[-160561,86132],[-161641,86793],[-162438,88414],[-163355,88820],[-161343,89463],[-160267,88776],[-156947,88960],[-158218,87078],[-161962,86501],[-162528,86365],[-162888,86320],[-161613,87129],[-160920,89019],[-158607,89623],[-159206,88554],[-160199,86373],[-160356,87539],[-157878,86215],[-161462,89683],[-161085,89703],[-162785,87200],[-161541,86777],[-162018,86498],[-161066,86513],[-161911,88462],[-163227,87912],[-161831,89338],[-160125,88800],[-157347,89204],[-157135,87714],[-157583,87238],[-158015,86151],[-163499,89530],[-160789,84775],[-160932,83144],[-159258,83086],[-160839,83668],[-160110,83141],[-158682,83437],[-158769,83249],[-158614,85000],[-160121,85184],[-160022,84346],[-160908,84366],[-158783,82912],[-158946,85245],[-161001,85305],[-159055,85220],[-159571,83243],[-159937,85093],[-159071,83363],[-156203,92044],[-159402,90018],[-161329,89898],[-159531,93171],[-154633,93974],[-159562,90319],[-161293,98194],[-158891,90378],[-162112,92708],[-161949,92246],[-162654,90857],[-163132,92872],[-159269,96576],[-161751,98692],[-159348,99275],[-161491,96186],[-161698,96464],[-165233,97663],[-163988,96573],[-164416,96479],[-160380,90038],[-158719,89863],[-163002,90138],[-163301,92449],[-163218,90636],[-163134,91257],[-162644,96070],[-161987,96379],[-160662,98306],[-160357,97203],[-163480,98940],[-162895,96650],[-163309,97715],[-156508,111834],[-154944,110658],[-156621,125744],[-162055,127329],[-162141,126534],[-156132,123013],[-154659,119267],[-157598,127907],[-157465,127903],[-157431,124508],[-157245,122712],[-157262,123457],[-157349,120771],[-157135,121965],[-158037,125726],[-158176,124824],[-158306,125924],[-157459,126372],[-156811,127193],[-156907,127239],[-156001,125231],[-155831,125252],[-164554,126990],[-163595,127422],[-163386,126427],[-164080,126053],[-162062,126076],[-164751,123277],[-164883,123120],[-164381,121445],[-161319,124375],[-160668,123792],[-160272,123907],[-159093,120628],[-159654,121011],[-161232,120030],[-164990,117073],[-156935,125770],[-164534,125523],[-154272,123366],[-155621,123084],[-154546,119096],[-157539,123876],[-158104,122755],[-157574,122555],[-157161,121410],[-157364,122204],[-158225,124865],[-157993,126299],[-156607,124266],[-154828,124916],[-163889,127187],[-163343,127024],[-161916,126748],[-163362,126509],[-164220,126701],[-161747,125674],[-164451,123325],[-165276,122974],[-164600,121579],[-160349,123329],[-159435,120136],[-159459,120566],[-161266,120046],[-165686,120010],[-160890,123784],[-153612,126822],[-153953,123252],[-155273,119605],[-157066,125973],[-157087,127956],[-154252,127181],[-157177,123911],[-157308,122588],[-157446,121437],[-157344,121667],[-158354,125219],[-158496,126628],[-155774,124553],[-154381,124522],[-163311,127682],[-162354,126226],[-163298,126256],[-163768,126381],[-161895,125590],[-164125,123943],[-164921,123653],[-165500,123091],[-164859,121820],[-161503,124473],[-161319,124445],[-160110,123365],[-159141,120217],[-159423,121142],[-160768,120234],[-154087,119144],[-156648,125506],[-157563,123769],[-157194,122568],[-157138,122573],[-157555,122719],[-157601,121045],[-157343,121997],[-158580,125157],[-157866,124641],[-158852,125942],[-157539,127379],[-156716,124474],[-164814,127857],[-163413,127342],[-162298,126711],[-163249,126074],[-163911,126092],[-161989,126391],[-163595,123636],[-164776,123173],[-165002,123043],[-164146,122073],[-160307,123379],[-160035,121098],[-160617,120307],[-154966,124971],[-155566,117384],[-158623,115732],[-164700,121806],[-162798,125834],[-164574,127802],[-157368,116345],[-158913,115564],[-164122,127249],[-175286,-117330],[-172240,-117936],[-171002,-127359],[-170578,-126844],[-172173,-124723],[-168194,-127724],[-168065,-122593],[-168786,-124109],[-178583,-118031],[-178561,-116677],[-177395,-119242],[-175168,-120349],[-176262,-121166],[-176409,-120819],[-174385,-116476],[-175141,-116800],[-171299,-124161],[-171857,-120115],[-173623,-118714],[-175442,-115105],[-173788,-115905],[-169222,-120925],[-170781,-119593],[-171541,-119154],[-168291,-121266],[-172566,-117144],[-166597,-122381],[-167012,-122842],[-166597,-122381],[-170122,-120756],[-172097,-122797],[-172908,-124373],[-171691,-126560],[-170841,-126643],[-171116,-126894],[-172420,-124768],[-168012,-127480],[-169069,-123940],[-178899,-117794],[-171014,-127533],[-167838,-122396],[-170755,-123280],[-168568,-124667],[-166560,-122968],[-175175,-120120],[-175172,-115436],[-175725,-115439],[-171509,-122887],[-176206,-115529],[-174417,-115141],[-174091,-116151],[-173335,-115649],[-173547,-116604],[-173309,-116069],[-168192,-121474],[-170526,-120758],[-171458,-119828],[-172186,-116937],[-174720,-117017],[-177409,-127729],[-176209,-127459],[-176370,-126016],[-177353,-125845],[-177317,-124317],[-179164,-124912],[-178229,-127350],[-178620,-126810],[-176726,-126407],[-178717,-127000],[-174806,-139793],[-177038,-138097],[-178330,-137944],[-178656,-139103],[-177702,-139532],[-175169,-139138],[-176964,-140332],[-178306,-133602],[-178593,-134485],[-178412,-135831],[-168845,-137854],[-168542,-139394],[-167683,-140303],[-168779,-140235],[-170709,-140389],[-170010,-140454],[-171039,-138487],[-171483,-137086],[-172012,-137243],[-172544,-137999],[-172378,-139364],[-169882,-135325],[-169355,-138219],[-170192,-138153],[-170639,-135406],[-173763,-136919],[-172889,-136256],[-173647,-134592],[-172400,-134942],[-174103,-136187],[-173487,-135663],[-172164,-132304],[-173358,-133464],[-173593,-130046],[-175621,-130818],[-175761,-131601],[-174323,-131145],[-173506,-131174],[-174566,-132736],[-173483,-132689],[-175527,-128895],[-176690,-128920],[-177098,-128727],[-175041,-128331],[-179182,-138222],[-178751,-131727],[-178103,-136211],[-167941,-140265],[-169526,-139682],[-170610,-140585],[-170099,-138636],[-171249,-137374],[-171697,-139369],[-170409,-136680],[-172114,-135673],[-172721,-133038],[-170395,-134540],[-170535,-133823],[-171437,-135275],[-169916,-133768],[-169544,-134596],[-175742,-131852],[-172849,-131542],[-173221,-131039],[-174858,-133248],[-175852,-129435],[-176266,-127967],[-178823,-136304],[-171108,-135987],[-178866,-136727],[-174414,-140062],[-173123,-137381],[-173076,-138853],[-177901,-134555],[-170827,-137609],[-171209,-136027],[-178134,-136319],[-170592,-138818],[-171235,-137845],[-178954,-137114],[-177530,-147207],[-175278,-140609],[-170625,-153175],[-167859,-152909],[-169990,-152456],[-168552,-147585],[-173041,-149847],[-169765,-150039],[-171432,-140746],[-179090,-151907],[-177044,-152372],[-175486,-152643],[-173128,-152842],[-173448,-150251],[-173811,-150795],[-170461,-146604],[-171213,-147653],[-168300,-147744],[-167911,-147896],[-167604,-150525],[-168367,-149235],[-167659,-148956],[-169432,-147177],[-169470,-144124],[-169703,-143802],[-169174,-143984],[-170968,-149447],[-172803,-148442],[-173119,-148523],[-173449,-147545],[-171162,-151044],[-169560,-140809],[-171054,-149253],[-167393,-146324],[-171169,-148731],[-170517,-148339],[-171058,-149094],[-168551,-148894],[-168921,-149144],[-168655,-149167],[-166911,-147766],[-167245,-147097],[-167152,-147009],[-170817,-144264],[-169314,-142840],[-170098,-142681],[-169025,-148068],[-172999,-147345],[-172781,-146921],[-171430,-140901],[-174286,-151152],[-173886,-149367],[-177235,-152192],[-173146,-150341],[-171115,-147856],[-168250,-147278],[-166457,-147737],[-167807,-147564],[-168521,-145796],[-171930,-147596],[-172825,-148181],[-172999,-151958],[-167967,-141300],[-168748,-141038],[-167056,-145166],[-170200,-149125],[-170256,-149059],[-170982,-148848],[-169069,-149315],[-168566,-149750],[-169382,-149031],[-167020,-147931],[-166661,-147269],[-166945,-147400],[-170312,-143535],[-170529,-141659],[-169021,-141868],[-172226,-141058],[-172226,-147247],[-171725,-148989],[-175967,-150916],[-168211,-148605],[-172611,-147383],[-176201,-150393],[-173202,-140780],[-171498,-140604],[-167923,-160081],[-169982,-164826],[-170812,-163267],[-172255,-164761],[-174881,-165506],[-171267,-165057],[-169979,-155694],[-169259,-154409],[-170725,-154190],[-170633,-153462],[-171225,-157345],[-170767,-156980],[-171227,-157728],[-170563,-158303],[-171331,-160173],[-170792,-161222],[-171459,-156446],[-171656,-165914],[-174977,-165427],[-171871,-162892],[-171547,-159277],[-166523,-158415],[-170952,-165081],[-170538,-163687],[-171621,-163238],[-172572,-164942],[-173718,-164835],[-174032,-164792],[-175079,-165555],[-175159,-165918],[-168192,-160761],[-169084,-163605],[-169667,-161018],[-173341,-164268],[-173927,-164371],[-171514,-159522],[-170672,-153701],[-168492,-159931],[-170683,-163401],[-170718,-165063],[-172416,-164825],[-173908,-164688],[-175133,-165813],[-171387,-160734],[-167784,-161040],[-169478,-155894],[-170092,-159271],[-167194,-162080],[-171315,-159581],[-171573,-160769],[-167842,-163488],[-167745,-164599],[-174510,-160756],[-179174,-161589],[-174944,-157668],[-179174,-155904],[-177262,-155807],[-177944,-156216],[-176773,-154842],[-177095,-153681],[-177085,-159100],[-177668,-159236],[-176357,-159451],[-172870,-153660],[-172809,-156076],[-172768,-154909],[-174280,-155357],[-179083,-156911],[-177981,-155445],[-178446,-155321],[-178357,-155613],[-179090,-159304],[-179036,-159301],[-167900,-158619],[-174358,-161241],[-174035,-161480],[-176360,-155082],[-175723,-164414],[-178052,-164419],[-174243,-160870],[-174178,-161693],[-174809,-160858],[-178131,-154499],[-175313,-159471],[-179051,-153582],[-177505,-156503],[-177823,-155863],[-178606,-157989],[-178636,-160956],[-175626,-159529],[-173421,-154399],[-178892,-160116],[-178544,-156650],[-178743,-156445],[-178440,-156395],[-178002,-155690],[-177920,-155779],[-178107,-155092],[-178736,-159633],[-167935,-159694],[-177832,-164751],[-178338,-162120],[-178273,-163332],[-177936,-157609],[-175344,-155607],[-175110,-162708],[-178560,-159742],[-177806,-160825],[-176163,-154555],[-174051,-155403],[-174112,-159321],[-178160,-160012],[-175698,-159117],[-176536,-158319],[-174702,-157984],[-175082,-161333],[-178781,-159067],[-176093,-158495],[-175731,-159997],[-175053,-157991],[-177845,-154110],[-166924,-167512],[-167080,-168702],[-170578,-170569],[-171173,-170950],[-168447,-171624],[-168675,-172601],[-176220,-171790],[-172371,-167919],[-168552,-178395],[-167280,-177927],[-169080,-174718],[-167313,-178907],[-168881,-169803],[-169853,-167343],[-172519,-166210],[-168091,-177818],[-169478,-174877],[-166614,-167639],[-169921,-170786],[-169688,-170714],[-169055,-172637],[-170488,-172515],[-175197,-171223],[-176184,-170680],[-177779,-170547],[-175596,-166209],[-172764,-167989],[-173404,-177968],[-176027,-177791],[-177650,-176564],[-177457,-177381],[-177116,-177486],[-176221,-178011],[-176364,-177783],[-176773,-178183],[-175961,-177091],[-177950,-177516],[-178240,-177230],[-178500,-177304],[-178284,-177503],[-178179,-177738],[-178799,-177531],[-179100,-177113],[-177805,-177937],[-178489,-177052],[-178366,-176769],[-178856,-176627],[-176557,-175557],[-176820,-175364],[-177020,-175536],[-176737,-175750],[-176965,-175183],[-177681,-175488],[-175952,-175617],[-175320,-175969],[-173166,-175751],[-172826,-175517],[-173412,-175802],[-173691,-175471],[-172529,-176270],[-174164,-177150],[-177628,-176796],[-169364,-177203],[-167876,-175004],[-166665,-174876],[-170470,-167529],[-172311,-166800],[-166626,-167935],[-166876,-169047],[-170244,-172488],[-168862,-172664],[-168506,-171428],[-170159,-170676],[-177173,-171839],[-178103,-170751],[-172604,-167651],[-177301,-177173],[-177179,-176769],[-177372,-176588],[-177099,-176455],[-175962,-178170],[-175527,-178183],[-174275,-178785],[-175200,-178911],[-175538,-178716],[-175980,-177944],[-173207,-178112],[-173535,-175980],[-173731,-176114],[-174140,-175773],[-176603,-175995],[-176884,-175946],[-174028,-175354],[-167857,-176095],[-166605,-176895],[-168880,-170189],[-171070,-167211],[-172136,-166681],[-176684,-170335],[-178180,-176981],[-178597,-178666],[-169371,-169412],[-169982,-167083],[-171305,-178223],[-170858,-175393],[-171162,-177216],[-168539,-182936],[-166877,-183034],[-171495,-180091],[-171705,-180448],[-173439,-180513],[-173126,-180509],[-171433,-180222],[-173118,-181016],[-173242,-180623],[-172964,-182358],[-173915,-181357],[-168749,-180781],[-172677,-181076],[-174241,-180623],[-167880,-183784],[-169218,-179335],[-168784,-181252],[-169251,-181756],[-171894,-182779],[-172960,-181601],[-173685,-179844],[-169074,-182410],[-171720,-183497],[-169243,-185046],[-176832,-179361],[-172793,-181418],[-170841,-183238],[-167795,-183621],[-167551,-179974],[-169117,-180058],[-168108,-185805],[-168526,-185767],[-171462,-184475],[-170655,-184542],[-177260,-179208],[-176480,-179215],[-172333,-181862],[-172697,-180293],[-166501,-184124],[-167342,-189911],[-171070,-190038],[-177623,-185730],[-178250,-185140],[-177295,-183470],[-171952,-186719],[-173183,-184126],[-177888,-184961],[-178120,-184187],[-178333,-184941],[-176308,-185718],[-174401,-187020],[-174037,-186463],[-177177,-183246],[-168437,-189706],[-168822,-189527],[-174255,-185517],[-174745,-185081],[-176730,-183653],[-176108,-182659],[-175952,-183256],[-178240,-182325],[-172210,-190275],[-166783,-189049],[-170496,-188181],[-174311,-190011],[-174367,-189591],[-175456,-189082],[-172279,-189578],[-177556,-187296],[-173111,-187494],[-178741,-190221],[-178665,-182131],[-175837,-190531],[-176400,-182480],[-178210,-190997],[-178797,-190853],[-179023,-190427],[-179101,-190964],[-178702,-191310],[-178806,-185228],[-179024,-184627],[-178303,-185317],[-174105,-189650],[-173251,-189357],[-173108,-188853],[-177070,-183604],[-177935,-183250],[-174539,-186103],[-172451,-186776],[-167433,-188184],[-167959,-187852],[-166448,-189549],[-175812,-190215],[-174554,-187826],[-168694,-189926],[-173942,-187649],[-174937,-189127],[-173968,-190275],[-177670,-182007],[-177398,-185158],[-178517,-182659],[-178586,-184975],[-177585,-184142],[-171995,-186809],[-178468,-191497],[-166795,-188430],[-174778,-189304],[-171645,-191164],[-174866,-189097],[-173981,-183673],[-173961,-183143],[-177509,-182050],[-173786,-189268],[-178030,-183304],[-176483,-183157],[-174607,-197955],[-174699,-197286],[-174451,-197000],[-175303,-196583],[-175876,-196294],[-174012,-200080],[-173746,-200028],[-171247,-203954],[-171453,-203723],[-177062,-203213],[-176830,-203534],[-169532,-197024],[-169174,-197257],[-169027,-198070],[-167766,-197108],[-167064,-198120],[-166894,-196985],[-171536,-193423],[-171905,-193411],[-172087,-193783],[-172027,-193061],[-177694,-192124],[-178127,-191806],[-177945,-192673],[-177421,-193629],[-176304,-194025],[-170872,-201805],[-170280,-195948],[-167746,-196517],[-176496,-196731],[-175563,-195477],[-174734,-196412],[-171553,-195795],[-169088,-198686],[-167204,-195707],[-167169,-200224],[-166509,-200373],[-175186,-192515],[-173419,-200401],[-171220,-204441],[-175381,-203527],[-175662,-202332],[-176118,-203741],[-175778,-203759],[-176630,-203414],[-177292,-203344],[-177099,-193166],[-178511,-192613],[-177454,-192608],[-176075,-192895],[-176570,-192225],[-177408,-192109],[-177714,-192426],[-175592,-194586],[-175645,-194036],[-175344,-193670],[-176225,-193552],[-175737,-191955],[-169373,-196857],[-169359,-196412],[-168906,-196312],[-169556,-196543],[-169535,-196831],[-166462,-197051],[-166580,-196067],[-167248,-198718],[-171368,-192773],[-170260,-193864],[-172310,-193548],[-170882,-199149],[-171081,-198575],[-169398,-203702],[-172300,-197305],[-173723,-199483],[-171571,-200422],[-179011,-191817],[-176443,-192742],[-172060,-196166],[-178398,-193683],[-177029,-197363],[-167921,-195831],[-176720,-193655],[-167058,-195584],[-175805,-192062],[-176900,-197382],[-178678,-200026],[-170301,-200201],[-167658,-201069],[-175608,-192950],[-171408,-204529],[-171697,-202684],[-174864,-203371],[-175250,-203341],[-167789,-200776],[-166971,-200020],[-175539,-192541],[-178713,-193172],[-176440,-195027],[-177486,-194998],[-177335,-194563],[-168385,-197748],[-168352,-196930],[-168877,-197452],[-168441,-197395],[-171526,-192858],[-170678,-193633],[-169948,-196963],[-170267,-196034],[-169476,-195361],[-166572,-198844],[-175110,-196423],[-167377,-198706],[-168129,-199446],[-169259,-202002],[-176692,-196232],[-175923,-192376],[-167517,-194921],[-170041,-192860],[-178363,-194844],[-167043,-199009],[-174788,-192133],[-169497,-201872],[-179057,-204150],[-177014,-203778],[-169635,-202076],[-177068,-204316],[-170227,-202182],[-177240,-204032],[-168934,-208505],[-167621,-210294],[-170574,-205501],[-170649,-205959],[-170841,-205943],[-169964,-206757],[-169409,-205162],[-170025,-208079],[-169628,-207806],[-169184,-208304],[-168843,-205969],[-169460,-205988],[-167805,-212933],[-167241,-211834],[-174036,-210345],[-173337,-209893],[-170751,-205110],[-174270,-205656],[-171749,-206011],[-172884,-206635],[-176227,-205527],[-175899,-205471],[-177440,-206812],[-177902,-206541],[-177657,-206447],[-177163,-207561],[-175188,-208746],[-177512,-209636],[-166955,-208341],[-166868,-208752],[-170612,-205750],[-170310,-207766],[-170306,-207460],[-167467,-205294],[-167725,-211948],[-176399,-215107],[-177121,-214325],[-177193,-214631],[-175752,-215167],[-175934,-214451],[-177026,-213779],[-176039,-212906],[-173319,-213392],[-174585,-213959],[-174517,-213298],[-173728,-211076],[-174136,-211538],[-172401,-212741],[-172110,-212484],[-172442,-212461],[-171647,-213230],[-171745,-214053],[-171914,-213932],[-172474,-212971],[-172707,-212601],[-172651,-216248],[-172412,-215629],[-173667,-216186],[-171748,-216406],[-178029,-216289],[-177320,-216125],[-177519,-216889],[-166885,-216110],[-173933,-205287],[-175073,-205251],[-178283,-206899],[-178379,-207268],[-178705,-206682],[-178723,-206902],[-176019,-208923],[-176267,-209316],[-168115,-208100],[-177454,-209389],[-166765,-208419],[-167952,-208194],[-168765,-206807],[-167644,-206562],[-167397,-206300],[-169509,-209504],[-169094,-208447],[-166790,-205827],[-170121,-207644],[-167286,-205128],[-171213,-204917],[-177053,-209676],[-166453,-207169],[-166888,-205924],[-169251,-205104],[-168621,-206248],[-168645,-205392],[-168825,-205538],[-167918,-205504],[-167149,-205128],[-167942,-212291],[-168036,-212500],[-175844,-213002],[-174782,-213028],[-174671,-212642],[-175054,-212995],[-174925,-213514],[-174355,-211610],[-174146,-211872],[-174179,-210219],[-174529,-210604],[-173575,-209780],[-173173,-212743],[-171436,-216352],[-171544,-215593],[-172432,-216493],[-170971,-204666],[-174480,-205302],[-174201,-205235],[-177888,-206740],[-178471,-206502],[-166416,-209412],[-177257,-209532],[-166642,-216149],[-170678,-213525],[-173301,-211130],[-168257,-207418],[-171404,-207288],[-169301,-208869],[-171170,-206007],[-177591,-207956],[-175784,-209491],[-174958,-211277],[-175725,-212472],[-172989,-212854],[-172601,-215792],[-172274,-213869],[-175480,-215784],[-176012,-214495],[-177622,-213715],[-177143,-215219],[-174716,-216654],[-176108,-207869],[-166548,-215870],[-170641,-213171],[-173039,-211474],[-167797,-206993],[-172524,-210726],[-171906,-207824],[-169213,-208155],[-171481,-205833],[-177580,-207740],[-177260,-210074],[-175296,-210017],[-174484,-210732],[-176031,-212671],[-173081,-212510],[-171300,-216656],[-171711,-214616],[-174873,-215765],[-176004,-214202],[-177870,-214853],[-176754,-214520],[-174686,-217190],[-175442,-207478],[-171218,-213248],[-167170,-206936],[-173261,-209282],[-171968,-208292],[-169319,-207841],[-171664,-205507],[-177951,-206520],[-176865,-210154],[-174964,-209503],[-173575,-210361],[-175677,-213258],[-173253,-213006],[-172040,-215955],[-172287,-214815],[-175030,-215494],[-176946,-214934],[-173054,-217122],[-175685,-208222],[-178991,-223258],[-178803,-223097],[-175914,-224006],[-179140,-227048],[-176282,-223708],[-175918,-223771],[-178489,-227784],[-175927,-223636],[-170154,-219341],[-168493,-222213],[-168118,-223675],[-168223,-223437],[-168133,-224233],[-168341,-223087],[-175278,-223095],[-174912,-224659],[-174667,-223879],[-174415,-223520],[-172420,-220428],[-172929,-218222],[-171350,-221843],[-177230,-221695],[-175385,-229986],[-171706,-226714],[-173177,-230193],[-166892,-218744],[-166648,-221114],[-176309,-218185],[-167115,-219552],[-167654,-220511],[-169060,-220145],[-171460,-222637],[-169824,-224501],[-166896,-226821],[-169553,-221673],[-170354,-220202],[-169849,-218249],[-175071,-217787],[-176175,-218545],[-174958,-223973],[-171601,-220334],[-174356,-217605],[-169564,-219758],[-167217,-223769],[-173525,-222361],[-169304,-227633],[-170397,-229410],[-173282,-218296],[-171313,-221412],[-177317,-221507],[-174029,-229948],[-171117,-226407],[-170022,-222920],[-170429,-224844],[-169808,-224676],[-170661,-224684],[-170292,-225018],[-170721,-224473],[-170891,-224666],[-170102,-224943],[-172063,-223752],[-172474,-222947],[-171155,-223856],[-174295,-225472],[-174374,-225920],[-175899,-227087],[-176285,-227554],[-172779,-222490],[-172861,-222057],[-173124,-221990],[-174265,-223478],[-174048,-223251],[-172133,-221448],[-173098,-221322],[-169342,-219333],[-169582,-219387],[-167578,-220181],[-167732,-220757],[-175588,-217555],[-175673,-218116],[-175327,-218096],[-175909,-218306],[-175048,-218357],[-175861,-217701],[-167339,-217476],[-177410,-217499],[-169226,-223814],[-169475,-223458],[-169227,-224116],[-168286,-224258],[-168803,-222424],[-166510,-222127],[-167425,-223251],[-167542,-226176],[-168479,-227245],[-172423,-220152],[-173285,-217810],[-177214,-221413],[-170854,-228340],[-176063,-227095],[-172250,-223162],[-171600,-222737],[-170758,-223320],[-170648,-223464],[-169830,-221925],[-170122,-221936],[-169654,-221715],[-169482,-221958],[-172965,-221129],[-169306,-218434],[-168307,-218744],[-171115,-220585],[-169926,-218612],[-167621,-217473],[-168668,-222604],[-175018,-223015],[-175058,-224951],[-167918,-229720],[-169121,-226777],[-167990,-228015],[-167873,-227115],[-168827,-229632],[-170883,-229399],[-170306,-229541],[-166957,-228710],[-173501,-217755],[-171575,-221956],[-177415,-221643],[-174947,-230076],[-171158,-227610],[-167572,-220795],[-168775,-220780],[-168856,-219373],[-168792,-224865],[-168251,-226750],[-170807,-222724],[-170513,-220287],[-168687,-217991],[-176442,-218184],[-173858,-224193],[-172485,-220637],[-173811,-218449],[-169561,-218883],[-167855,-223366],[-166859,-218394],[-173059,-223117],[-169309,-227956],[-168849,-220189],[-172007,-222047],[-169388,-223894],[-167582,-226037],[-170998,-221279],[-168788,-218031],[-174389,-218234],[-176628,-219126],[-174658,-223527],[-172196,-220772],[-174456,-217420],[-169292,-219719],[-167802,-222368],[-172500,-223684],[-168391,-228534],[-177843,-236559],[-178760,-237366],[-179042,-231389],[-177693,-235710],[-177860,-236469],[-174375,-236542],[-174142,-235728],[-173017,-236125],[-171742,-237273],[-175362,-232866],[-173494,-234168],[-177975,-240782],[-172132,-240729],[-166885,-235357],[-167206,-236347],[-166862,-235073],[-170058,-236163],[-169379,-236713],[-169437,-236456],[-168008,-233150],[-168260,-233137],[-167178,-232235],[-166726,-230675],[-166602,-230916],[-168779,-240657],[-168320,-240677],[-167198,-239586],[-178024,-242468],[-173844,-237293],[-175009,-235139],[-172825,-235019],[-171792,-236933],[-175718,-242411],[-169566,-241155],[-176600,-231949],[-173383,-232981],[-171230,-230458],[-177048,-236236],[-176900,-234819],[-176501,-235979],[-178867,-239047],[-177848,-241526],[-177641,-241086],[-175987,-242228],[-176942,-241994],[-174104,-242150],[-167919,-238862],[-175361,-237456],[-174372,-235275],[-173073,-235697],[-167300,-232543],[-168180,-232898],[-171774,-235448],[-168375,-230514],[-175373,-231395],[-172887,-232124],[-171496,-230830],[-176926,-235470],[-173775,-240509],[-177735,-242222],[-173841,-242536],[-174195,-236657],[-174270,-235541],[-172951,-235873],[-171960,-238177],[-172640,-232218],[-170211,-236876],[-167851,-233414],[-175285,-232851],[-174473,-231342],[-175010,-234030],[-172274,-231906],[-172767,-238651],[-170367,-242611],[-167481,-3635],[-168053,-1009],[-169063,-1370],[-169600,-179],[-171202,-1523],[-171624,-3673],[-167153,-2046],[-167289,-985],[-168931,-174],[-169733,-11004],[-170766,-10638],[-168072,-12414],[-168316,-11895],[-176011,52],[-175871,-1202],[-175659,-3687],[-178013,-4921],[-176250,-4695],[-175245,-2744],[-177232,-2770],[-178202,-2984],[-178956,-3177],[-178571,-10986],[-177111,-12069],[-178827,-289],[-172034,-8077],[-174008,-9249],[-174038,-7515],[-172878,-11533],[-172267,-11297],[-176477,-10613],[-176541,-10868],[-174653,-4642],[-174034,-4507],[-171566,-5571],[-173721,-7787],[-167468,-3371],[-168163,-1111],[-168949,-1530],[-169778,-236],[-171301,-1506],[-171895,-3362],[-167307,-2590],[-167157,-1239],[-168909,-495],[-171054,-10633],[-168021,-12588],[-167823,-11527],[-176487,-159],[-175518,-436],[-176309,-4157],[-179095,-6688],[-178073,-4884],[-176465,-5074],[-174174,-2871],[-175907,-3182],[-177920,-2990],[-177580,-3104],[-178366,-2941],[-178764,-3144],[-177856,-10427],[-176679,-11808],[-171748,-8149],[-173959,-9076],[-176324,-10845],[-173744,-12214],[-172700,-10926],[-174335,-4679],[-171332,-3322],[-167219,-3746],[-168384,-976],[-169080,-1321],[-171017,-1755],[-172063,-3195],[-167176,-2530],[-167304,-1269],[-168924,-27],[-170488,-11244],[-168333,-12212],[-168714,-11820],[-166690,-11486],[-176360,-602],[-176078,-905],[-176087,-4002],[-178466,-4828],[-175646,-5055],[-174529,-3493],[-175505,-2841],[-177899,-2719],[-177687,-2648],[-178527,-2643],[-178933,-2980],[-178339,-10041],[-178717,-10571],[-176953,-11873],[-178631,-226],[-172206,-8070],[-174625,-9569],[-174628,-7705],[-171501,-5176],[-177841,-7615],[-176862,-6933],[-178165,-7078],[-173910,-6229],[-178847,-9489],[-171950,-2315],[-171478,-3902],[-177655,-8451],[-177807,-7981],[-177887,-8325],[-177078,-7332],[-178135,-7401],[-177456,-8142],[-177137,-6947],[-178173,-5943],[-177689,-7022],[-172026,-6807],[-172799,-6995],[-172132,-7279],[-173987,-6863],[-173711,-5858],[-173502,-5654],[-174122,-8096],[-178251,-7402],[-167551,-3645],[-168293,-1206],[-169064,-1348],[-171388,-1548],[-172035,-3317],[-167483,-2530],[-166975,-1245],[-169198,-24],[-170982,-10849],[-167889,-12546],[-167906,-11011],[-166712,-11447],[-176275,-294],[-175626,-806],[-176308,-4222],[-178767,-5544],[-176303,-4323],[-174120,-3197],[-175261,-3255],[-177994,-2652],[-177790,-2645],[-178158,-2602],[-178652,-3230],[-178198,-10340],[-178070,-10506],[-176541,-11756],[-178230,-275],[-172319,-7407],[-174159,-9182],[-171086,-5079],[-171540,-7072],[-171128,-7925],[-170359,-4746],[-171759,-6902],[-167347,-5884],[-167231,-5477],[-168308,-4363],[-169842,-10350],[-167413,-10556],[-167380,-5876],[-167291,-5473],[-168294,-4452],[-170817,-10370],[-166874,-10405],[-167112,-8817],[-167931,-8107],[-169452,-4912],[-169643,-4377],[-168152,-5561],[-171710,-6663],[-171486,-7479],[-170475,-6860],[-168188,-7762],[-167384,-5618],[-168173,-4190],[-169655,-10713],[-166852,-10372],[-167775,-10724],[-167611,-8530],[-169348,-7295],[-167642,-5767],[-167452,-5384],[-168407,-4025],[-166542,-10218],[-166837,-10451],[-174442,-249714],[-170894,-251713],[-172354,-253049],[-171111,-251154],[-170524,-253192],[-172310,-253900],[-171957,-253403],[-177705,-250645],[-172429,-249515],[-167861,-249072],[-176541,-251861],[-174732,-253451],[-166833,-255370],[-168471,-255780],[-167786,-255407],[-168050,-253368],[-168391,-252450],[-168849,-252095],[-169658,-250409],[-171763,-246819],[-171503,-248419],[-178569,-251488],[-178356,-251832],[-167895,-245063],[-166946,-244695],[-177256,-243924],[-176680,-245511],[-175496,-250643],[-170835,-251304],[-170149,-252401],[-170088,-254985],[-170648,-251786],[-174497,-251040],[-171449,-250485],[-171357,-255769],[-170368,-251722],[-167341,-247358],[-175129,-243436],[-177356,-254916],[-177203,-254704],[-177318,-250945],[-174059,-254204],[-171828,-251472],[-173945,-252132],[-174314,-253831],[-173343,-252268],[-172661,-251769],[-173389,-251683],[-174972,-250284],[-174472,-252580],[-174333,-252392],[-174653,-251421],[-170853,-254427],[-170838,-253250],[-171487,-252926],[-171733,-253294],[-172859,-254275],[-171480,-255274],[-172644,-255622],[-174055,-255196],[-175973,-255075],[-167674,-249556],[-167889,-248689],[-167348,-249071],[-166794,-247526],[-166743,-247974],[-170279,-246634],[-171527,-247452],[-170787,-243935],[-174206,-248181],[-172552,-249119],[-173578,-249392],[-174723,-254139],[-174474,-254747],[-175320,-253315],[-168070,-244641],[-168335,-244416],[-178190,-251789],[-173430,-248601],[-166648,-243815],[-166536,-243687],[-175169,-246539],[-176406,-250089],[-176151,-243112],[-175294,-245336],[-175148,-252967],[-171970,-250633],[-174874,-249541],[-166891,-244861],[-167000,-247244],[-167313,-245123],[-170391,-251065],[-168094,-249077],[-170557,-249971],[-169466,-245491],[-173107,-243754],[-178291,-255665],[-177965,-248675],[-172194,-251376],[-173896,-251464],[-172320,-249965],[-174155,-251603],[-171236,-254000],[-171702,-252580],[-171452,-253608],[-171548,-253390],[-171723,-255378],[-173048,-255557],[-174036,-254689],[-168173,-248609],[-170201,-249407],[-169899,-246912],[-169971,-246431],[-172111,-244587],[-171204,-248047],[-173841,-248724],[-174631,-247337],[-171593,-243051],[-173705,-247761],[-173317,-248749],[-175936,-254750],[-175647,-252559],[-171591,-243211],[-171271,-243488],[-171103,-243806],[-170958,-243896],[-170852,-243267],[-168279,-243572],[-175219,-246805],[-170111,-251751],[-168291,-243782],[-170198,-252717],[-166840,-247203],[-177837,-252725],[-172980,-253258],[-169907,-249522],[-170645,-248894],[-178342,-251710],[-167440,-248843],[-166783,-248629],[-171498,-258752],[-173382,-259949],[-173044,-257681],[-166780,-262271],[-171479,-257632],[-171640,-260145],[-172723,-259035],[-172238,-256828],[-171117,-257016],[-167520,-260330],[-168846,-256291],[-178843,-258559],[-176315,-257588],[-178899,-260780],[-178061,-260340],[-178631,-263359],[-178971,-263008],[-176026,-256090],[-173686,-258005],[-175734,-258461],[-175206,-258869],[-174130,-259076],[-173139,-257945],[-173312,-261517],[-174950,-262165],[-175600,-262189],[-176423,-261284],[-174770,-261612],[-175871,-261322],[-175049,-259733],[-174711,-259391],[-178356,-267911],[-178007,-267598],[-177414,-266520],[-178123,-264866],[-177697,-263881],[-177202,-264381],[-176509,-263819],[-175069,-262803],[-175642,-263604],[-174229,-262595],[-174217,-263746],[-173031,-261390],[-174248,-264914],[-171257,-264303],[-169535,-262201],[-173310,-267350],[-171148,-267531],[-170702,-266273],[-174981,-256330],[-169723,-264026],[-170248,-264234],[-168825,-263684],[-168702,-263442],[-167611,-261244],[-171846,-261002],[-170728,-262039],[-170686,-262638],[-177910,-257399],[-175728,-257468],[-174446,-256762],[-174406,-260010],[-174452,-260639],[-173675,-258580],[-173576,-256223],[-175868,-260155],[-167168,-259988],[-167974,-262071],[-166505,-263256],[-170102,-257506],[-171291,-266784],[-172427,-267710],[-167946,-264759],[-178508,-265773],[-177156,-260789],[-169143,-258467],[-168925,-259678],[-173145,-266242],[-172122,-263699],[-171423,-262075],[-178543,-260404],[-170521,-257339],[-173838,-258428],[-167092,-261311],[-167068,-261375],[-167094,-264871],[-170000,-264255],[-169511,-263567],[-178342,-258260],[-176912,-256783],[-177221,-261310],[-173701,-264323],[-173381,-263910],[-169547,-262652],[-174010,-256211],[-177206,-256101],[-172199,-259766],[-171443,-259517],[-166865,-259979],[-167488,-260207],[-167134,-265255],[-167390,-264698],[-171750,-255860],[-176345,-266267],[-168855,-264519],[-178866,-264171],[-179059,-258825],[-176028,-258202],[-177324,-260054],[-177565,-260431],[-177587,-262810],[-179007,-268296],[-171854,-256092],[-176235,-255942],[-176384,-256423],[-175451,-258947],[-174067,-258098],[-174081,-261365],[-175896,-261056],[-175877,-259031],[-178591,-268027],[-178613,-267044],[-178170,-265236],[-176957,-263478],[-177123,-264639],[-174803,-263924],[-173573,-263180],[-173903,-262975],[-171082,-263405],[-172800,-266609],[-170721,-266555],[-169679,-263716],[-169176,-263269],[-167542,-261878],[-167895,-262942],[-172542,-262288],[-170852,-261863],[-171759,-262317],[-167827,-269469],[-168351,-271612],[-169499,-273522],[-171562,-268610],[-167134,-275786],[-172541,-280153],[-174458,-268887],[-175547,-278108],[-170040,-277298],[-172298,-280022],[-174362,-280691],[-168596,-278269],[-172761,-279997],[-167042,-276043],[-177227,-278934],[-174825,-272354],[-177956,-269800],[-178674,-269955],[-178902,-268933],[-178398,-269060],[-173945,-269532],[-174075,-269233],[-173635,-268829],[-174318,-273941],[-176369,-273283],[-174414,-272893],[-172913,-272963],[-172225,-273111],[-172037,-272779],[-172512,-273621],[-174077,-274442],[-171691,-274496],[-171741,-274882],[-171744,-275830],[-171477,-275559],[-172612,-275041],[-173588,-275316],[-174890,-275333],[-172745,-274496],[-174811,-275933],[-174072,-276380],[-175081,-277290],[-175589,-276977],[-176156,-275631],[-176496,-276029],[-177001,-277642],[-178024,-277144],[-177611,-278117],[-177107,-278482],[-167125,-278211],[-168347,-277821],[-177784,-278594],[-171937,-280006],[-167887,-287825],[-166804,-289069],[-167679,-289430],[-172339,-288751],[-172476,-282820],[-168151,-288904],[-168342,-285590],[-167579,-288812],[-167558,-285280],[-166744,-285684],[-166518,-288087],[-166960,-291902],[-174373,-285114],[-168879,-289903],[-168436,-290037],[-168063,-287896],[-168392,-289833],[-170494,-288462],[-172474,-289158],[-169993,-289777],[-175275,-284674],[-176328,-285221],[-166954,-288031],[-176792,-284771],[-169573,-283532],[-173217,-283693],[-170560,-284338],[-171322,-283738],[-171927,-287291],[-172771,-287287],[-172855,-287032],[-172300,-288164],[-171834,-286747],[-174447,-289506],[-166716,-288084],[-167866,-285496],[-167680,-287975],[-176146,-284599],[-169932,-289057],[-172117,-289202],[-168982,-299333],[-167517,-295104],[-170408,-294667],[-168216,-295670],[-169681,-295062],[-168234,-298547],[-178553,-295191],[-173703,-297701],[-172847,-297678],[-173152,-297744],[-170679,-22516],[-168519,-25295],[-167857,-24619],[-176816,-24132],[-166566,-14366],[-170115,-17090],[-169462,-18538],[-172720,-21975],[-173124,-22386],[-174575,-20268],[-175890,-18840],[-173202,-18773],[-176983,-15760],[-176026,-17204],[-176933,-14955],[-176225,-13078],[-166444,-20137],[-169508,-23183],[-173586,-13517],[-174340,-14404],[-178650,-16079],[-179098,-14553],[-169984,-22321],[-172896,-22062],[-175730,-13723],[-175570,-13218],[-170784,-17853],[-170696,-15924],[-173476,-21183],[-170667,-21126],[-170995,-22441],[-174632,-21429],[-175670,-21880],[-177331,-21555],[-171654,-13049],[-173564,-16140],[-172134,-17430],[-170066,-22730],[-175808,-13967],[-166703,-23568],[-166454,-23652],[-168207,-23895],[-168643,-24640],[-168643,-23943],[-168875,-24974],[-177063,-25356],[-176624,-25369],[-176086,-24525],[-176984,-23912],[-176420,-23795],[-166943,-19975],[-166519,-14846],[-168026,-13649],[-169439,-17201],[-170241,-17374],[-170239,-16798],[-169886,-17452],[-170276,-18722],[-169561,-17411],[-172884,-22356],[-172868,-22168],[-172349,-22867],[-173037,-22342],[-173161,-22076],[-173105,-23411],[-174243,-20240],[-175141,-19809],[-174215,-19983],[-175331,-17818],[-172884,-19220],[-173112,-18975],[-173860,-17497],[-174516,-17731],[-173831,-17411],[-175585,-16535],[-174424,-16926],[-175578,-16148],[-176459,-16678],[-176294,-17108],[-176492,-16086],[-176466,-14276],[-176637,-14997],[-175786,-14930],[-177463,-13338],[-177659,-13184],[-176739,-13164],[-166426,-21339],[-169405,-24587],[-168426,-23988],[-168564,-23676],[-172885,-12973],[-173170,-13203],[-173324,-13704],[-172541,-13787],[-170530,-15201],[-170319,-15111],[-170606,-15358],[-174238,-13949],[-172944,-14914],[-178925,-13552],[-178873,-14590],[-179193,-21999],[-172876,-20553],[-170493,-21105],[-170518,-23064],[-174595,-21251],[-175819,-22437],[-176812,-21790],[-178898,-18443],[-171738,-13077],[-173646,-15596],[-171480,-17152],[-168957,-13044],[-169318,-13165],[-175889,-14119],[-172905,-20712],[-170482,-21748],[-170700,-22464],[-174340,-21695],[-176220,-21939],[-177238,-21279],[-179155,-18059],[-171115,-13232],[-173992,-16130],[-171659,-17466],[-167566,-19473],[-172882,-20599],[-170733,-21103],[-171450,-23229],[-174553,-21385],[-175932,-21933],[-177280,-21298],[-178879,-18500],[-170994,-12735],[-174037,-15659],[-171964,-16919],[-168057,-18555],[-166734,-454197],[-173532,-26061],[-168038,-30791],[-168874,-29714],[-169295,-29769],[-168887,-26179],[-168942,-26695],[-166859,-27754],[-166482,-26469],[-166861,-27708],[-166596,-31319],[-167220,-30042],[-169857,-32877],[-168898,-31492],[-169829,-32849],[-169724,-31391],[-170148,-31091],[-169579,-32236],[-169823,-31840],[-170821,-29571],[-170033,-29766],[-169642,-30739],[-168016,-30975],[-169380,-31163],[-168331,-31047],[-178766,-28287],[-173110,-31243],[-173338,-31692],[-173441,-31376],[-174122,-32590],[-173862,-32331],[-174463,-32251],[-174340,-31959],[-174264,-30770],[-174705,-31974],[-174076,-31268],[-173483,-30731],[-174030,-31068],[-173792,-29955],[-173641,-30079],[-173585,-29072],[-173054,-29688],[-173741,-29997],[-173159,-29555],[-172537,-30159],[-171960,-30378],[-172268,-30663],[-171790,-30041],[-172486,-29919],[-171508,-30279],[-172135,-33381],[-171727,-33019],[-171496,-32690],[-171319,-33019],[-172017,-33737],[-171918,-33443],[-176944,-27003],[-176430,-26230],[-176946,-26676],[-176617,-26797],[-172642,-26519],[-170696,-26577],[-169990,-27226],[-168586,-27339],[-171478,-27008],[-175302,-27382],[-175557,-27249],[-171075,-29443],[-175564,-27325],[-175254,-26523],[-171020,-27447],[-170073,-27418],[-166891,-37796],[-166503,-36727],[-168446,-37869],[-174036,-36465],[-172793,-36483],[-170079,-35291],[-169114,-34318],[-176141,-29381],[-179113,-25892],[-178392,-29872],[-178880,-30055],[-173759,-26265],[-174340,-25947],[-174852,-33709],[-175012,-29832],[-174469,-30951],[-169738,-36068],[-169910,-36564],[-172677,-35589],[-172424,-35280],[-168529,-35669],[-171294,-29029],[-176606,-37548],[-176868,-38016],[-175751,-37962],[-172811,-26597],[-169369,-27347],[-167704,-27022],[-171605,-27207],[-175078,-27086],[-175643,-26793],[-175955,-27088],[-175302,-26673],[-170714,-27449],[-169556,-27712],[-166767,-36846],[-169328,-37142],[-170673,-37727],[-174582,-36625],[-174202,-36491],[-172148,-36321],[-170553,-34484],[-168848,-34795],[-169931,-34845],[-169376,-34343],[-169876,-33702],[-176710,-29646],[-178660,-25793],[-172254,-34210],[-169503,-32796],[-170322,-30998],[-170307,-30522],[-168737,-30331],[-172829,-31440],[-174325,-33100],[-174180,-31028],[-173426,-30551],[-173396,-29308],[-173687,-30232],[-171284,-30767],[-172852,-30197],[-172894,-32747],[-171373,-33022],[-176791,-26742],[-166742,-26122],[-173917,-25886],[-169227,-29997],[-176131,-33863],[-174702,-34096],[-174513,-33812],[-172539,-35042],[-175860,-37701],[-175698,-37232],[-176095,-35857],[-173171,-36183],[-169774,-35264],[-178032,-35879],[-173235,-26865],[-170851,-26898],[-169908,-26792],[-167728,-27329],[-171351,-27030],[-175247,-27377],[-176135,-26840],[-174923,-26780],[-170517,-27727],[-169672,-27432],[-166812,-36703],[-168620,-37896],[-170180,-37997],[-175205,-36408],[-174279,-35672],[-172192,-36884],[-170698,-34878],[-169133,-34499],[-169843,-34941],[-169735,-33003],[-176802,-29514],[-178737,-26199],[-171640,-28812],[-172935,-26631],[-170671,-26750],[-169326,-27626],[-168305,-27330],[-171192,-27018],[-175347,-27440],[-175028,-26789],[-170699,-27144],[-169826,-27266],[-166427,-37310],[-169076,-37299],[-170857,-37585],[-175013,-36123],[-174330,-35607],[-172524,-36902],[-170778,-34401],[-168881,-34931],[-169348,-34969],[-169754,-34264],[-169049,-33322],[-176138,-29524],[-178616,-26498],[-171785,-29473],[-167138,-34672],[-168079,-34261],[-167214,-35889],[-166602,-34142],[-167128,-33810],[-166939,-33784],[-170188,-38311],[-178066,-48855],[-178749,-49294],[-178701,-50795],[-177317,-50340],[-176978,-50033],[-177186,-47181],[-176641,-47221],[-174005,-48497],[-173575,-48240],[-172417,-47673],[-178130,-47660],[-177511,-45873],[-178014,-46009],[-178770,-45542],[-177878,-44479],[-177318,-44332],[-175670,-49136],[-176935,-44125],[-177249,-44244],[-175139,-43273],[-169488,-46324],[-178133,-45037],[-178160,-44884],[-171013,-40472],[-170976,-40465],[-166854,-41350],[-175050,-45844],[-175042,-46143],[-179004,-39360],[-176072,-39471],[-168557,-48731],[-168288,-47649],[-177602,-48806],[-178704,-49068],[-178970,-50524],[-177479,-47242],[-176769,-43855],[-178643,-44914],[-177815,-47888],[-177468,-43983],[-177290,-43654],[-175908,-43368],[-176631,-44548],[-174698,-43815],[-174681,-43647],[-175211,-43615],[-174877,-43427],[-169130,-46874],[-169002,-46180],[-168782,-47092],[-169508,-47032],[-169518,-46107],[-169847,-45676],[-169709,-45854],[-170123,-46361],[-179108,-45598],[-178395,-45119],[-178400,-44789],[-178041,-44592],[-178717,-45147],[-171139,-39301],[-170648,-40109],[-175709,-45706],[-174971,-46472],[-178998,-38945],[-175869,-38695],[-174903,-38607],[-168628,-48703],[-168939,-48927],[-178015,-48796],[-178787,-48605],[-170428,-50914],[-177455,-53626],[-176927,-53494],[-176486,-53973],[-174470,-55040],[-175761,-62765],[-178078,-63674],[-177801,-61546],[-175294,-53386],[-168674,-52061],[-176682,-51535],[-177091,-51778],[-178120,-52109],[-176404,-61237],[-175707,-60138],[-177382,-56818],[-179040,-55872],[-174165,-57019],[-177367,-55967],[-176292,-56158],[-175259,-54956],[-176290,-59858],[-174684,-63621],[-174144,-63130],[-177528,-61731],[-172053,-51713],[-172509,-51701],[-175973,-62613],[-177863,-56637],[-178830,-52698],[-178406,-52819],[-177882,-52129],[-177225,-51623],[-176604,-51361],[-178330,-56369],[-178799,-57271],[-174958,-58171],[-174769,-59186],[-174994,-57887],[-176752,-55649],[-176788,-56781],[-175893,-55122],[-177125,-59846],[-177266,-62268],[-177676,-56910],[-175095,-59368],[-176645,-57114],[-176918,-56927],[-175602,-55739],[-176395,-60000],[-178766,-51145],[-174879,-62832],[-176610,-62312],[-174790,-59618],[-174956,-57906],[-177395,-55542],[-176547,-56241],[-175089,-55270],[-176600,-59850],[-174347,-63774],[-173968,-63408],[-177190,-61779],[-168454,-59784],[-172112,-54035],[-169115,-55524],[-168022,-54916],[-166774,-57138],[-170620,-51123],[-167393,-62760],[-171987,-57171],[-172113,-60896],[-169287,-58402],[-169527,-57994],[-171859,-55278],[-172143,-55167],[-171733,-56683],[-170726,-51325],[-170830,-58143],[-171239,-58558],[-172044,-59702],[-172897,-59432],[-172203,-58506],[-172785,-61823],[-173317,-61602],[-174383,-59782],[-173063,-58411],[-169759,-61954],[-166789,-57142],[-166759,-58684],[-166853,-61543],[-167918,-63574],[-168574,-59978],[-166406,-52878],[-170775,-57819],[-171414,-58606],[-172028,-59697],[-172356,-59919],[-172214,-58564],[-172331,-62084],[-173323,-61494],[-172998,-61314],[-173553,-57817],[-174318,-62870],[-169243,-61999],[-166678,-58758],[-167367,-61626],[-170897,-59754],[-171597,-61191],[-170805,-57812],[-171594,-58492],[-172058,-60196],[-172582,-59739],[-172275,-62036],[-173618,-61095],[-174399,-60158],[-173856,-59079],[-173922,-58427],[-169070,-62391],[-168902,-63253],[-166558,-57291],[-167138,-62054],[-170752,-57967],[-171542,-58155],[-171557,-60120],[-172707,-59720],[-172778,-61924],[-173467,-61247],[-174262,-60047],[-173125,-58189],[-172069,-63650],[-169701,-62162],[-169279,-63477],[-166745,-61555],[-170440,-59547],[-174670,-75240],[-170665,-75475],[-178400,-75856],[-178912,-73088],[-178922,-73228],[-177367,-74510],[-177568,-67187],[-177367,-66746],[-175466,-66167],[-175153,-64271],[-178100,-71097],[-170023,-75454],[-178730,-73194],[-177799,-74367],[-177645,-74541],[-178307,-76169],[-176865,-69374],[-177086,-69603],[-177297,-68375],[-176938,-68122],[-172846,-75994],[-173142,-74611],[-173038,-74848],[-175632,-75751],[-179195,-64655],[-177819,-64420],[-176767,-66873],[-172013,-64284],[-176448,-69140],[-177315,-69218],[-175740,-75240],[-174560,-75047],[-174034,-74900],[-174804,-75614],[-168600,-76479],[-178913,-73420],[-176039,-67841],[-175994,-68417],[-177322,-68028],[-177793,-67285],[-177907,-72555],[-178037,-72242],[-174342,-67981],[-174070,-67728],[-175508,-66376],[-175301,-66067],[-171691,-76139],[-171729,-65734],[-176941,-64474],[-176767,-66728],[-171541,-65806],[-178825,-68146],[-178725,-69025],[-176893,-64872],[-176842,-66169],[-172761,-63969],[-171300,-65449],[-178991,-69397],[-178941,-64309],[-177121,-64894],[-176209,-66794],[-174444,-63958],[-168133,-69265],[-168716,-67194],[-170083,-68826],[-169607,-67090],[-169651,-72821],[-169772,-72945],[-171916,-73518],[-174107,-67927],[-169227,-64527],[-166889,-64477],[-174474,-70675],[-176660,-72422],[-174674,-73542],[-166567,-75172],[-172698,-72929],[-166900,-64254],[-174444,-71137],[-174383,-70942],[-174426,-70488],[-176457,-72381],[-176795,-72367],[-170011,-66886],[-171349,-65916],[-168981,-67371],[-167736,-67997],[-170811,-67458],[-171242,-67501],[-172508,-68933],[-172775,-71226],[-169103,-63991],[-167138,-71390],[-167582,-70882],[-170417,-70650],[-170747,-71064],[-169970,-68966],[-168259,-68911],[-168577,-68918],[-169655,-66923],[-171642,-73864],[-171827,-73563],[-173802,-68086],[-172611,-73403],[-173674,-73141],[-166895,-64694],[-176431,-72884],[-170249,-66922],[-168293,-67161],[-167245,-67707],[-170852,-67328],[-172256,-70326],[-172513,-68425],[-173469,-70326],[-172151,-64094],[-168849,-63954],[-177107,-72137],[-176683,-71374],[-172918,-73000],[-170248,-66346],[-169055,-67101],[-167346,-68048],[-170869,-68168],[-172563,-70195],[-174013,-71030],[-169743,-66023],[-168343,-67493],[-167776,-67761],[-170616,-67441],[-171089,-67197],[-172912,-69924],[-173040,-68377],[-173909,-71048],[-171898,-86312],[-172197,-86107],[-174202,-85488],[-169990,-85769],[-168359,-80134],[-171916,-81525],[-178793,-85705],[-178988,-86340],[-179140,-86687],[-179082,-88409],[-173364,-87966],[-171630,-88765],[-171567,-88281],[-170031,-89010],[-169564,-89377],[-167489,-88768],[-166480,-81451],[-172003,-81640],[-170825,-84944],[-173032,-85217],[-173130,-85017],[-174531,-85104],[-171610,-81017],[-172055,-80645],[-174245,-79962],[-174776,-80070],[-174664,-79480],[-172717,-77997],[-172666,-76779],[-166793,-78668],[-178096,-81900],[-176377,-82439],[-176179,-81078],[-175732,-79564],[-177866,-79928],[-177135,-77550],[-178453,-86320],[-167676,-88961],[-170014,-88789],[-171773,-88290],[-171897,-86134],[-174231,-85266],[-169788,-85748],[-173882,-76625],[-172745,-79833],[-169506,-77362],[-175518,-79675],[-166933,-82690],[-178402,-84220],[-177695,-86036],[-177006,-85986],[-173751,-85012],[-172204,-82665],[-179140,-99319],[-179181,-99087],[-177692,-91595],[-177774,-92155],[-166965,-89778],[-177170,-90832],[-176623,-91382],[-175530,-91505],[-175378,-92651],[-175191,-93237],[-176495,-93280],[-175209,-93992],[-176261,-94717],[-179155,-98659],[-178968,-98980],[-178141,-92671],[-178116,-94122],[-178164,-94426],[-178666,-94832],[-177911,-92833],[-168262,-89426],[-167958,-89454],[-176336,-90901],[-176330,-91470],[-176889,-90429],[-175398,-91992],[-175537,-92593],[-176513,-92623],[-176167,-95192],[-175797,-94982],[-176161,-94977],[-178773,-100228],[-178727,-99889],[-178779,-98774],[-178053,-92430],[-178578,-94923],[-178104,-94547],[-178488,-89768],[-167266,-89716],[-176105,-95268],[-174611,-102002],[-177171,-100743],[-176956,-99861],[-174202,-100184],[-172660,-100274],[-170735,-97839],[-170018,-99216],[-171578,-100867],[-168658,-95285],[-170004,-94521],[-168358,-99141],[-166852,-91555],[-167803,-90341],[-167509,-90273],[-171102,-102184],[-172184,-96403],[-166440,-91506],[-169226,-90278],[-170889,-97387],[-171531,-97162],[-170761,-96118],[-166728,-97446],[-169258,-98835],[-169214,-95653],[-167747,-94867],[-169701,-96381],[-169360,-95576],[-170086,-95978],[-168326,-97275],[-168174,-97164],[-168968,-97389],[-174278,-95822],[-174207,-94310],[-175741,-96196],[-176344,-95540],[-176795,-100831],[-172928,-99983],[-173636,-94965],[-174067,-94623],[-172127,-100092],[-170942,-97447],[-171464,-100652],[-168982,-95138],[-168976,-90196],[-170829,-102175],[-167574,-93104],[-170111,-95947],[-170084,-96365],[-169453,-95527],[-168454,-97771],[-168369,-97357],[-168121,-97114],[-175140,-96280],[-173913,-96394],[-175052,-96883],[-176918,-101067],[-172848,-100130],[-173825,-94896],[-169487,-99660],[-171398,-101321],[-170070,-94315],[-168793,-95094],[-166966,-91797],[-167182,-91141],[-171064,-102006],[-172879,-95945],[-169104,-92959],[-167255,-95225],[-170265,-98351],[-172063,-93275],[-174219,-94938],[-174121,-93994],[-176480,-95752],[-175674,-95856],[-173757,-94459],[-170980,-97267],[-173403,-100842],[-168624,-98512],[-171296,-94144],[-172246,-92708],[-167063,-93055],[-167269,-97748],[-172602,-93240],[-168116,-96953],[-176331,-108713],[-177049,-108648],[-173464,-109223],[-169011,-111164],[-178311,-113636],[-178274,-104843],[-178992,-105327],[-179168,-103810],[-174502,-114691],[-174825,-114180],[-178060,-114481],[-176870,-114441],[-176673,-113753],[-174434,-114891],[-178033,-104401],[-178119,-104661],[-172479,-109850],[-174195,-110423],[-174632,-110365],[-177487,-108495],[-175594,-107721],[-172973,-109139],[-168855,-111144],[-168509,-112919],[-178383,-103485],[-178692,-103168],[-178785,-103393],[-178225,-104394],[-177280,-104984],[-177355,-106003],[-177994,-104107],[-176615,-107887],[-175786,-109596],[-172588,-111350],[-173796,-110524],[-174331,-110284],[-175765,-114750],[-173979,-108716],[-171927,-111188],[-168919,-110841],[-168310,-111554],[-168827,-112590],[-168663,-112795],[-178797,-103714],[-178995,-102743],[-169574,-111599],[-169002,-110503],[-177190,-114485],[-177674,-113476],[-177451,-113401],[-175794,-114395],[-170115,-111727],[-170610,-111612],[-176275,-109278],[-176541,-109046],[-176102,-109468],[-178682,-112928],[-173886,-114428],[-169806,-110199],[-177832,-105129],[-168931,-104547],[-166537,-108780],[-168530,-109413],[-170238,-109465],[-170618,-108643],[-171542,-108269],[-174597,-104529],[-174715,-105092],[-174243,-105370],[-173512,-103326],[-172379,-105335],[-172988,-104126],[-175512,-102699],[-174949,-102563],[-167129,-105536],[-166498,-113810],[-174235,-104885],[-172535,-107683],[-169592,-103281],[-166964,-109664],[-168829,-104809],[-167062,-109534],[-171257,-108287],[-173870,-103331],[-174163,-104118],[-174825,-104829],[-174671,-105480],[-172831,-105218],[-171508,-107694],[-175373,-102938],[-167138,-105245],[-169530,-103414],[-167671,-105700],[-167353,-109336],[-174767,-102404],[-168675,-109117],[-166733,-109213],[-167848,7560],[-166667,1918],[-168174,6954],[-178619,244],[-168813,1242],[-171126,2395],[-172034,1509],[-166407,4216],[-169976,3150],[-173990,1780],[-175568,2345],[-166741,6205],[-176804,3323],[-170160,3002],[-173731,2134],[-175823,2259],[-166428,6602],[-173351,2622],[-177544,3243],[-166546,4110],[-169629,345],[-170089,2869],[-173808,2210],[-176434,2102],[-166747,6379],[-177656,2699],[-166548,2308],[-168656,6174],[-166439,3513],[-170605,3157],[-173076,1753],[-176115,2490],[-166422,6174],[-173268,2761],[-177792,2840],[-171458,10510],[-168397,8218],[-171749,9985],[-170629,5067],[-173519,2875],[-173754,4869],[-177266,6747],[-177971,6621],[-174859,11852],[-167055,10350],[-166736,8349],[-170599,5019],[-173354,2782],[-174455,4998],[-177022,6797],[-178480,6843],[-174927,11853],[-166954,9763],[-166747,8585],[-166769,8955],[-169749,10894],[-170782,8499],[-170372,9467],[-171697,9229],[-170036,7795],[-170049,9368],[-168625,8353],[-169487,9421],[-169974,8079],[-171046,8882],[-171982,8619],[-171634,8395],[-170853,5267],[-174298,4666],[-177655,7156],[-178403,6531],[-175053,11424],[-167257,9804],[-171099,4946],[-174019,4914],[-176975,7081],[-178834,6776],[-174663,12148],[-167123,10293],[-166941,9227],[-168959,134784],[-166511,139391],[-167676,137726],[-168254,138439],[-166801,137263],[-167977,134340],[-167227,138097],[-173000,136006],[-169986,138937],[-170351,136462],[-174288,139631],[-175215,140074],[-167038,139613],[-166674,135388],[-168147,137684],[-166904,134182],[-168486,137095],[-168319,138146],[-172679,136626],[-170794,138336],[-169878,136328],[-169294,134645],[-173917,139953],[-174489,140385],[-175550,140176],[-172207,140799],[-166595,137560],[-167251,136940],[-166938,135041],[-174822,134707],[-168429,133906],[-169445,138349],[-166751,136092],[-167965,137601],[-167065,134269],[-167112,139148],[-172098,136318],[-170462,138394],[-169710,135855],[-174621,139844],[-175594,140187],[-169180,133893],[-167081,137793],[-168093,137177],[-167183,134198],[-168273,137808],[-169587,138512],[-172413,136143],[-170900,138302],[-169796,135942],[-174215,139679],[-175627,139821],[-168783,137862],[-167707,134533],[-175585,135589],[-170039,129534],[-172006,131703],[-168252,145035],[-169083,149156],[-168719,151118],[-167073,152531],[-178611,145021],[-173019,149873],[-167422,145357],[-167064,142741],[-172343,143388],[-173504,142635],[-172002,143670],[-175071,143126],[-173903,144532],[-171088,141988],[-167763,146945],[-175683,147435],[-166568,153481],[-172974,149576],[-166777,143006],[-169017,144637],[-166522,152769],[-167764,150322],[-170974,153515],[-168629,150602],[-166797,149040],[-167372,147985],[-179157,145072],[-178450,152277],[-173167,149411],[-167053,145143],[-174047,143069],[-172013,143808],[-175280,143606],[-173666,144063],[-170755,142014],[-173047,141328],[-168856,145362],[-166909,143426],[-168106,149207],[-169269,151537],[-171336,152626],[-167271,152305],[-178659,144255],[-172299,149043],[-167779,145584],[-174296,142951],[-171961,144463],[-175543,143669],[-174139,143630],[-170978,141212],[-168222,145178],[-166584,142597],[-169130,151080],[-168001,149481],[-169824,142238],[-173406,153776],[-171023,150279],[-179174,150209],[-173061,149360],[-167580,145877],[-173977,142853],[-171660,143759],[-175317,143430],[-173941,144247],[-171154,141297],[-167951,145794],[-174667,147369],[-172402,149852],[-168362,158314],[-173470,159303],[-174048,158377],[-175265,157495],[-177567,158186],[-171758,153884],[-173282,155095],[-177870,157612],[-178242,154483],[-167235,156188],[-177373,155288],[-169976,155556],[-174058,154263],[-169705,160690],[-170336,159128],[-171531,163503],[-171165,163844],[-167543,166401],[-169908,157406],[-172606,158656],[-175262,159396],[-175695,157357],[-174706,157018],[-177329,157636],[-174755,155171],[-179143,156100],[-166509,160245],[-168365,156154],[-176818,158722],[-178129,158537],[-170819,159089],[-170458,160909],[-167324,166457],[-168790,166210],[-169073,164694],[-169275,164222],[-167704,165309],[-169288,157792],[-173391,159857],[-175397,159472],[-174304,157594],[-177375,158401],[-171630,153803],[-174656,154585],[-173430,154915],[-178432,155585],[-167335,156909],[-173036,158081],[-168960,158404],[-172179,159310],[-175685,157748],[-174689,159593],[-175288,156781],[-176925,157216],[-174455,155061],[-172687,155068],[-178318,156103],[-177313,155684],[-167933,156290],[-173494,158681],[-169562,153873],[-172725,170437],[-168393,166912],[-167638,166717],[-172639,173439],[-173615,173683],[-172189,171114],[-173032,172859],[-172862,170039],[-173863,173247],[-172970,170452],[-177543,249938],[-178399,249417],[-177042,249756],[-177373,248012],[-179103,248043],[-178134,251824],[-178797,249826],[-166465,14714],[-179024,21102],[-176913,22804],[-174449,23405],[-178533,16374],[-177332,17935],[-175143,19341],[-171846,21370],[-168770,23133],[-168102,23317],[-167003,22530],[-168551,20869],[-171647,22362],[-170477,24205],[-171530,24886],[-172384,22321],[-171372,23122],[-172237,25407],[-176543,24047],[-175375,24568],[-177573,25541],[-178022,21377],[-177604,21747],[-168329,22111],[-178588,20224],[-177045,22940],[-174593,24210],[-177939,16727],[-177447,18053],[-174664,19942],[-171773,22023],[-168970,22957],[-167867,23722],[-167018,22034],[-168687,20539],[-171444,22328],[-170484,24464],[-171228,25058],[-172755,22467],[-171669,23233],[-172527,24796],[-176414,24462],[-175799,23819],[-177591,25433],[-178373,21023],[-177443,22193],[-167940,22691],[-166945,16224],[-167786,16141],[-166978,16399],[-178620,20382],[-176687,22744],[-174487,23535],[-178634,16588],[-178029,18177],[-174514,20025],[-172052,21570],[-169114,23581],[-167425,23856],[-167675,22562],[-168341,20643],[-171278,22121],[-170547,24248],[-171361,24582],[-172473,22540],[-171652,23541],[-172566,24816],[-176240,23580],[-175184,23753],[-178071,25590],[-178171,21386],[-177874,21986],[-168395,21894],[-178458,20510],[-176565,23235],[-174592,24259],[-178756,16975],[-177624,17579],[-174560,19141],[-172678,21149],[-168700,23543],[-167698,23285],[-167175,22496],[-168419,21261],[-170941,22097],[-170926,24071],[-171398,24973],[-172331,22651],[-171655,23391],[-171981,25044],[-176183,24468],[-175432,24245],[-177915,25626],[-178216,21318],[-177482,21694],[-173532,292907],[-178728,25988],[-174803,28425],[-177965,27631],[-176499,34347],[-175787,35355],[-176982,32315],[-177746,30485],[-175137,31186],[-175426,29579],[-175112,28296],[-176915,25938],[-174000,28107],[-175738,27598],[-176727,27540],[-177766,29435],[-176875,35384],[-176903,36261],[-177071,37618],[-177336,32749],[-177245,29933],[-174983,31066],[-175463,29205],[-175528,28424],[-176706,26672],[-173732,27895],[-176926,32806],[-177134,30236],[-175113,30390],[-175220,31866],[-175406,29228],[-175214,28892],[-177128,26353],[-173812,28533],[-177121,32331],[-177384,30605],[-174552,31739],[-175374,29890],[-175414,28679],[-176535,26433],[-173440,27924],[-174419,26626],[-178772,44007],[-177563,45052],[-176132,44272],[-177069,47439],[-176812,48768],[-172596,49471],[-171731,47698],[-177303,41895],[-167213,51301],[-178793,44105],[-176907,44976],[-176118,43725],[-177688,47901],[-176786,48990],[-172641,48958],[-171669,47717],[-178106,42561],[-166664,50308],[-178009,43171],[-177219,44957],[-176900,44218],[-177737,47495],[-176807,48993],[-172804,48911],[-171367,47440],[-177967,42392],[-167035,50542],[-176055,38945],[-179732,46581],[-175823,44610],[-174630,45897],[-174499,43728],[-170419,46714],[-169307,44144],[-171539,42963],[-170929,46213],[-175170,40295],[-173537,51170],[-175115,44802],[-175009,44620],[-174675,44012],[-169538,44772],[-168505,43798],[-171310,41521],[-171490,45957],[-174557,39233],[-178308,43546],[-176907,45871],[-176397,44110],[-177388,48056],[-176987,48969],[-171853,47518],[-178373,42346],[-166902,51283],[-173760,50805],[-169356,63224],[-178581,58555],[-169459,62764],[-168449,53517],[-173370,56019],[-167780,59392],[-167435,59200],[-168871,60958],[-170194,61203],[-169646,61382],[-169314,55806],[-169431,54354],[-172498,55826],[-173014,55394],[-173722,56045],[-174126,55881],[-167896,57091],[-166424,58558],[-175974,53271],[-166862,57900],[-167129,59299],[-176462,53547],[-169429,53225],[-167699,54090],[-170032,56133],[-166644,57986],[-169870,55994],[-166424,55693],[-167651,55375],[-167658,51414],[-169934,53478],[-172431,55991],[-169102,62484],[-168151,53212],[-168948,53003],[-172957,59701],[-169386,59395],[-169294,57412],[-170433,57004],[-170134,56670],[-169933,55808],[-169368,55911],[-172677,55800],[-173353,55599],[-173695,55564],[-175430,56774],[-169410,62902],[-172506,59932],[-175078,64244],[-176380,68136],[-173222,76684],[-172733,75412],[-173368,74427],[-171192,73578],[-170242,75250],[-172941,71384],[-171739,71016],[-170237,66395],[-177663,71320],[-178936,69193],[-177613,71577],[-178238,69127],[-177866,71419],[-178284,69135],[-177624,71362],[-178309,69273],[-177929,81061],[-176526,82761],[-175822,81048],[-172298,83985],[-174353,82918],[-174258,80951],[-174015,78204],[-174616,88767],[-175149,88680],[-173575,85036],[-175614,87251],[-178305,78711],[-178873,77893],[-178462,78440],[-179040,77342],[-178144,78942],[-178326,79006],[-178794,77048],[-175416,92288],[-174909,92509],[-175880,90083],[-178885,93305],[-178575,94868],[-168934,95717],[-169009,95244],[-168903,97342],[-169155,96353],[-169663,98346],[-166839,99493],[-169330,96645],[-167762,98046],[-167685,94251],[-167786,97834],[-169418,97486],[-168559,97314],[-168661,96187],[-168340,97710],[-167938,94454],[-178673,105984],[-178727,105018],[-178446,125162],[-169656,127858],[-177911,127176],[-167216,118819],[-170917,120530],[-178086,126377],[-166946,117747],[-170906,119780],[-178785,124494],[-176306,120611],[-166527,122233],[-178573,124954],[-178606,125411],[-177049,123802],[-189026,-115366],[-189399,-115266],[-187230,-115603],[-187860,-115309],[-180970,-117624],[-180830,-117197],[-180545,-116231],[-179772,-117396],[-180143,-116045],[-186208,-115591],[-183294,-115525],[-189181,-115153],[-180934,-117352],[-179925,-116218],[-180662,-115962],[-185969,-115219],[-186392,-115849],[-187290,-115284],[-181830,-115791],[-183622,-115763],[-184636,-115174],[-183451,-115452],[-181167,-117162],[-184979,-115734],[-183184,-116356],[-191966,-125620],[-189679,-126009],[-190158,-127378],[-189655,-126961],[-189853,-120283],[-191847,-124805],[-190465,-121758],[-190471,-122960],[-190070,-120238],[-190329,-121006],[-188428,-122897],[-188191,-122765],[-190995,-120131],[-190471,-119941],[-186394,-126551],[-187262,-127198],[-181257,-124569],[-180107,-122122],[-180593,-123037],[-182943,-123649],[-181284,-122681],[-181510,-121783],[-181854,-121654],[-180868,-121438],[-182043,-121522],[-183495,-120505],[-183090,-122172],[-183350,-121354],[-184648,-122050],[-183901,-121522],[-183950,-120688],[-185161,-120230],[-186161,-119653],[-186315,-120518],[-187029,-118622],[-187588,-118889],[-188625,-117723],[-188703,-117490],[-189962,-119095],[-190984,-118381],[-191180,-116461],[-191517,-118626],[-184511,-126317],[-185345,-125806],[-186188,-124895],[-183613,-125738],[-191860,-125498],[-190102,-124784],[-188649,-121565],[-189079,-127033],[-189758,-126771],[-189757,-126771],[-189826,-125075],[-188544,-126444],[-187940,-127587],[-188861,-125818],[-190418,-124899],[-191731,-125854],[-189538,-126295],[-189994,-126503],[-189087,-120645],[-188659,-120988],[-187527,-121437],[-187139,-122099],[-187559,-122813],[-187908,-122217],[-190956,-121192],[-190221,-120226],[-185842,-127704],[-181241,-124895],[-179333,-123960],[-183227,-120444],[-184166,-120609],[-183702,-121480],[-188357,-118336],[-188830,-118636],[-189314,-117437],[-184574,-126124],[-186484,-125467],[-189412,-126035],[-190335,-127380],[-189676,-124803],[-189489,-125708],[-190176,-124823],[-189552,-124444],[-190094,-124204],[-190558,-124548],[-191083,-134912],[-190272,-136506],[-186985,-139539],[-182796,-139556],[-181452,-140082],[-186594,-138138],[-179657,-132724],[-179295,-136227],[-181038,-133008],[-185098,-139982],[-187430,-127931],[-191064,-138475],[-181653,-137627],[-190585,-139639],[-189752,-139207],[-190568,-138890],[-189436,-139501],[-191147,-134706],[-181552,-132899],[-189766,-135952],[-190102,-136190],[-191109,-135879],[-188358,-136352],[-189529,-130642],[-189626,-129625],[-190442,-128859],[-186465,-132088],[-188639,-130174],[-187170,-131514],[-186416,-130587],[-186789,-128837],[-184797,-129993],[-179884,-130136],[-179749,-130729],[-188297,-131978],[-188445,-130650],[-188474,-131337],[-187249,-131741],[-186823,-131834],[-185098,-133071],[-189529,-128829],[-186544,-132221],[-187179,-131242],[-187860,-130619],[-188102,-129841],[-187822,-130364],[-188544,-129380],[-188966,-129041],[-183882,-138347],[-183827,-140342],[-183996,-139540],[-181787,-139490],[-184983,-137079],[-184992,-140403],[-185539,-137850],[-179404,-135886],[-179916,-137606],[-180093,-136516],[-180624,-136548],[-182135,-133060],[-181218,-133839],[-182425,-135123],[-185087,-140361],[-185080,-139403],[-185980,-139518],[-184576,-130144],[-184232,-130377],[-183416,-130466],[-181771,-129938],[-181320,-128303],[-191268,-139171],[-191110,-138778],[-190804,-135420],[-183132,-138367],[-183065,-136906],[-181734,-139210],[-181515,-135635],[-189753,-138852],[-189662,-139786],[-190202,-138964],[-189889,-139362],[-179382,-133078],[-188919,-135926],[-181976,-136874],[-181352,-132681],[-180942,-135770],[-183019,-137403],[-190365,-135228],[-188560,-136385],[-189085,-135835],[-191232,-135304],[-180555,-137224],[-189791,-127980],[-187635,-130395],[-179846,-131396],[-188843,-152504],[-188454,-153232],[-188583,-153355],[-189297,-151776],[-190524,-152470],[-190115,-153368],[-191149,-152578],[-188673,-153110],[-188868,-153219],[-191464,-152802],[-180821,-148348],[-191183,-141847],[-183423,-144204],[-183736,-141596],[-183600,-142824],[-183695,-143012],[-183221,-142298],[-183280,-141541],[-182078,-143985],[-183823,-143552],[-182841,-141088],[-182377,-141687],[-182000,-144593],[-189570,-144531],[-188280,-145540],[-186864,-142249],[-189984,-144319],[-190781,-144351],[-191828,-146574],[-185153,-145726],[-186578,-146980],[-186637,-146403],[-185137,-144332],[-181918,-147591],[-179887,-150745],[-179356,-152267],[-179793,-153075],[-180298,-152584],[-179862,-149053],[-181456,-148004],[-182392,-150870],[-181344,-150250],[-181393,-149416],[-182230,-147564],[-182919,-148186],[-183079,-149171],[-184314,-149847],[-184893,-147628],[-186209,-147812],[-186320,-148119],[-189299,-143468],[-188074,-144028],[-187714,-144734],[-185568,-145059],[-186621,-144127],[-185362,-141850],[-186428,-141632],[-186535,-142323],[-186443,-142354],[-183725,-146263],[-186233,-150580],[-184641,-151079],[-184703,-149910],[-187698,-148955],[-187688,-147605],[-186335,-150212],[-186077,-148335],[-187208,-148795],[-188680,-147857],[-188645,-148778],[-188220,-148031],[-191618,-149613],[-191016,-149665],[-189508,-149373],[-190383,-148596],[-184553,-140799],[-181751,-146217],[-182070,-146506],[-181730,-146148],[-182253,-150183],[-181485,-150042],[-181381,-150164],[-181304,-151260],[-181955,-151700],[-181341,-151820],[-184463,-141306],[-190351,-149714],[-182786,-151974],[-191403,-141552],[-190813,-141742],[-182962,-143100],[-190308,-145278],[-188356,-143039],[-180822,-151144],[-181341,-152204],[-180342,-150750],[-180195,-149170],[-181609,-149337],[-181145,-150208],[-182049,-148867],[-183087,-148060],[-187796,-144518],[-188211,-144038],[-187900,-144804],[-186836,-143853],[-186604,-144304],[-186761,-142808],[-186525,-141703],[-186437,-142919],[-185288,-142113],[-186112,-153315],[-187223,-149454],[-186361,-149539],[-184379,-148694],[-186587,-149213],[-188244,-148574],[-189216,-147849],[-191526,-150360],[-191805,-149930],[-191946,-148814],[-184813,-148898],[-181661,-146925],[-182129,-146912],[-182132,-147026],[-182097,-150102],[-181885,-149767],[-181660,-149477],[-181516,-151981],[-181207,-151773],[-182116,-151213],[-179690,-140804],[-189673,-141612],[-182104,-150508],[-189355,-166131],[-189270,-165860],[-190789,-154634],[-191389,-153587],[-191291,-154085],[-190303,-154285],[-191898,-154134],[-190896,-161320],[-191053,-160755],[-190935,-159766],[-190427,-159759],[-191415,-161259],[-191386,-161520],[-186296,-165478],[-188272,-164301],[-184569,-164675],[-189486,-166099],[-188790,-165839],[-188657,-166096],[-191678,-155583],[-188420,-153668],[-189269,-153852],[-189159,-153647],[-184988,-161075],[-185271,-160299],[-185018,-163576],[-185041,-163885],[-184674,-164132],[-184090,-164364],[-183803,-164527],[-183512,-164572],[-183806,-164797],[-184186,-164978],[-184135,-163805],[-184372,-163346],[-183466,-165199],[-181955,-166126],[-182985,-164471],[-183153,-164407],[-183345,-164403],[-183611,-164724],[-184257,-163971],[-185198,-162655],[-188777,-155997],[-182538,-165290],[-182633,-164624],[-190530,-164344],[-191579,-156145],[-190054,-156751],[-183506,-165678],[-183114,-165502],[-189835,-156181],[-186522,-157037],[-186193,-157014],[-184761,-160750],[-185709,-162552],[-185701,-160933],[-186351,-161686],[-185332,-161150],[-185079,-160448],[-184108,-163944],[-183638,-164303],[-184009,-164308],[-184643,-163943],[-184952,-163443],[-191704,-161264],[-189932,-163895],[-187638,-164077],[-190131,-166199],[-189988,-166048],[-190199,-165989],[-191265,-163207],[-191833,-155286],[-183357,-164123],[-185013,-164426],[-184353,-163835],[-185154,-163302],[-185316,-162806],[-184444,-162113],[-182327,-164925],[-182854,-164756],[-191591,-159798],[-191845,-159744],[-190355,-159625],[-190559,-159066],[-190226,-159160],[-191454,-158618],[-191798,-158438],[-191542,-161167],[-191811,-161251],[-191808,-161451],[-191505,-161394],[-191351,-161685],[-191015,-161466],[-191231,-162079],[-191308,-160966],[-190397,-164179],[-189858,-163777],[-189692,-164446],[-190762,-164770],[-190188,-164410],[-189247,-163873],[-187571,-163419],[-185172,-165972],[-187929,-164504],[-187264,-165029],[-186574,-161278],[-185055,-161549],[-185792,-162307],[-186435,-160955],[-187668,-159692],[-187031,-159349],[-188087,-158925],[-188024,-158059],[-189574,-157128],[-185924,-157457],[-186271,-157287],[-179943,-166080],[-179633,-163970],[-180957,-160155],[-183362,-157041],[-181961,-160545],[-181144,-157506],[-180871,-154946],[-185338,-155405],[-182829,-155009],[-182829,-155009],[-179724,-160181],[-183955,-156345],[-184247,-155277],[-185066,-155777],[-180341,-159584],[-180464,-159943],[-180145,-159258],[-179217,-159251],[-179439,-159513],[-182871,-157895],[-182788,-157781],[-182883,-157700],[-181073,-157600],[-179625,-153856],[-185858,-153885],[-184474,-155505],[-179364,-156524],[-180127,-159156],[-180343,-159758],[-180552,-159441],[-179685,-159957],[-179250,-157003],[-179221,-156316],[-179253,-159355],[-182554,-157776],[-182282,-157738],[-182849,-157471],[-179290,-153773],[-180036,-160780],[-180420,-161071],[-179874,-164101],[-181222,-157477],[-183105,-157515],[-181802,-160583],[-181083,-156486],[-180836,-160778],[-180839,-157041],[-181614,-156919],[-181331,-159690],[-189140,-167190],[-188882,-167074],[-186437,-167571],[-186468,-167313],[-186915,-167101],[-186957,-168595],[-187118,-168295],[-186765,-168624],[-185067,-168836],[-184714,-169210],[-184859,-168752],[-185279,-168829],[-185673,-168506],[-185402,-169060],[-190666,-168432],[-190767,-168220],[-190561,-168179],[-191070,-168021],[-191878,-169009],[-184602,-167952],[-187993,-167302],[-188528,-166900],[-187225,-166918],[-186842,-166984],[-186142,-168599],[-189596,-167226],[-189327,-167355],[-191024,-168720],[-190942,-168512],[-191762,-168916],[-190682,-168060],[-191217,-168086],[-190429,-168315],[-190997,-166777],[-190889,-166440],[-190087,-166630],[-182288,-171840],[-182012,-171818],[-182064,-168257],[-180719,-169390],[-186186,-172953],[-188971,-166969],[-188674,-167023],[-186436,-167112],[-186684,-167299],[-186451,-167810],[-185880,-168528],[-184550,-169083],[-184527,-169403],[-185542,-168984],[-185994,-169525],[-186609,-168643],[-183810,-169545],[-184431,-168706],[-185279,-168325],[-181620,-167915],[-180348,-174111],[-180704,-173536],[-181111,-173906],[-180514,-174289],[-181057,-174189],[-181368,-174008],[-181713,-173517],[-182018,-173170],[-182059,-172540],[-181678,-174046],[-180844,-174919],[-183774,-172599],[-184859,-170801],[-182288,-172301],[-185121,-170718],[-183473,-172216],[-184351,-172814],[-182528,-172377],[-183858,-170965],[-182513,-172652],[-182184,-173264],[-181823,-168304],[-184728,-170076],[-184446,-170575],[-182637,-172523],[-182405,-172832],[-182609,-172120],[-183069,-172096],[-185253,-171856],[-184720,-170483],[-185268,-170736],[-180363,-174503],[-181155,-174379],[-180097,-174444],[-179443,-176978],[-179371,-177518],[-179803,-176045],[-185834,-173463],[-185481,-169892],[-182467,-171594],[-179568,-177035],[-187954,-178223],[-187228,-177629],[-184135,-178888],[-186752,-176816],[-185725,-177081],[-190769,-177882],[-183170,-178468],[-190565,-173291],[-190426,-173695],[-190578,-173559],[-188927,-173744],[-189077,-172756],[-189461,-172560],[-189352,-172232],[-190829,-173217],[-191530,-173576],[-190471,-172968],[-190386,-172637],[-190709,-172896],[-189797,-171736],[-190420,-177168],[-190558,-177951],[-186264,-174966],[-186971,-174832],[-186709,-175060],[-187699,-174008],[-185495,-176533],[-186015,-176637],[-186575,-177605],[-185178,-177980],[-187448,-178894],[-190223,-173310],[-190330,-172219],[-189923,-178426],[-189638,-176293],[-190855,-178555],[-189490,-177900],[-189517,-174573],[-186610,-175300],[-188538,-175561],[-189307,-174184],[-188228,-171401],[-189029,-178964],[-191662,-174158],[-191354,-173240],[-188372,-175625],[-190364,-177159],[-187672,-178123],[-185546,-177819],[-188528,-173792],[-190920,-173819],[-190220,-173531],[-191262,-174263],[-189247,-175654],[-188816,-174822],[-187717,-173793],[-189412,-182838],[-190083,-182437],[-189888,-181516],[-186121,-182606],[-185709,-181365],[-187459,-179723],[-187358,-180315],[-187667,-179562],[-180526,-180918],[-181590,-180050],[-182723,-179472],[-183151,-179956],[-181771,-184634],[-181540,-183812],[-182903,-183105],[-182454,-184150],[-182144,-184463],[-184467,-180656],[-183190,-180655],[-185973,-180222],[-186304,-180601],[-186988,-179280],[-179641,-183901],[-182041,-179811],[-182462,-179011],[-179596,-182995],[-191486,-188224],[-189705,-188119],[-188102,-191175],[-189141,-190644],[-190201,-191225],[-185809,-191629],[-183158,-189177],[-183826,-188857],[-183138,-189884],[-184175,-189265],[-187257,-186655],[-189666,-186435],[-190733,-185822],[-190354,-185827],[-190183,-181251],[-185688,-180734],[-186159,-180689],[-182793,-183800],[-182276,-183851],[-182010,-184409],[-186081,-190394],[-183594,-187931],[-184916,-185315],[-181010,-189744],[-181756,-183096],[-183762,-183047],[-183004,-182032],[-187820,-183983],[-181852,-181900],[-181534,-182096],[-186166,-180019],[-191295,-180506],[-189264,-190917],[-185135,-191582],[-183541,-190983],[-187961,-185492],[-188355,-184701],[-188890,-184586],[-188635,-184372],[-188660,-184931],[-179239,-191240],[-181159,-187427],[-181522,-187417],[-181605,-187745],[-181876,-187468],[-182309,-187371],[-182602,-190554],[-183312,-190000],[-183520,-189446],[-183633,-189606],[-183904,-189286],[-191183,-185804],[-191419,-185535],[-190852,-186175],[-189402,-186479],[-189720,-186812],[-191120,-186801],[-190752,-188596],[-191038,-188890],[-191076,-188524],[-189713,-188903],[-189119,-191215],[-189577,-191219],[-189782,-191417],[-190252,-191792],[-188886,-191614],[-188457,-191601],[-187675,-191419],[-187539,-191166],[-186944,-190971],[-184111,-191551],[-184378,-191421],[-184267,-191778],[-181338,-184462],[-182057,-183579],[-182282,-183666],[-183234,-182015],[-184529,-180852],[-184687,-181650],[-180670,-181030],[-180774,-180634],[-181668,-180477],[-185807,-191518],[-185242,-187672],[-182359,-185734],[-183775,-190028],[-182525,-182633],[-183971,-181098],[-183972,-190868],[-179999,-190167],[-182158,-181615],[-185445,-185032],[-187220,-187650],[-179545,-184963],[-188817,-181630],[-186943,-180326],[-191285,-187281],[-191360,-190716],[-189373,-190147],[-189687,-191530],[-182593,-189119],[-181701,-190867],[-181610,-191503],[-180489,-182998],[-181768,-179567],[-181463,-187746],[-182701,-182648],[-184798,-185996],[-190734,-180383],[-188902,-181597],[-190093,-186211],[-188597,-188320],[-191435,-186691],[-185591,-190127],[-183420,-187298],[-191108,-182155],[-189480,-181675],[-189444,-181692],[-189641,-181136],[-190086,-189057],[-189993,-190068],[-188734,-188735],[-186413,-190107],[-183631,-191523],[-191967,-180091],[-191646,-183904],[-191478,-185320],[-190472,-182016],[-187059,-180395],[-189679,-179140],[-188846,-186877],[-189856,-190270],[-188581,-189924],[-186963,-189913],[-187862,-180780],[-187615,-180626],[-188963,-190936],[-188548,-188889],[-183623,-193565],[-183236,-197130],[-179734,-201608],[-179596,-193976],[-186360,-191805],[-182571,-197128],[-186197,-194869],[-188811,-204458],[-190840,-203518],[-190870,-203931],[-184340,-197864],[-184531,-196580],[-189215,-198857],[-187724,-200642],[-190389,-198713],[-188988,-201694],[-179449,-203773],[-180063,-204040],[-179237,-204001],[-184255,-203627],[-189098,-203034],[-189552,-203173],[-191025,-201229],[-184808,-192130],[-183134,-192069],[-183427,-193506],[-182148,-195199],[-185126,-194235],[-179252,-192994],[-179797,-193064],[-179966,-192749],[-181555,-194957],[-182131,-194968],[-179310,-196840],[-188988,-192905],[-179569,-201862],[-179446,-201774],[-190870,-204153],[-190996,-203297],[-191060,-203678],[-184655,-197836],[-191209,-192979],[-188346,-199867],[-186730,-200487],[-190783,-199603],[-188536,-201006],[-184719,-203461],[-187413,-204593],[-190856,-203381],[-191396,-203661],[-184048,-198163],[-191023,-192917],[-190124,-194771],[-188697,-195856],[-187353,-195461],[-190239,-195886],[-190025,-193785],[-189672,-194146],[-189646,-195231],[-189048,-194734],[-188810,-198606],[-187452,-201512],[-190665,-198527],[-188009,-201757],[-184554,-203618],[-184535,-203782],[-189330,-203053],[-188926,-202563],[-191299,-201417],[-189876,-191940],[-190260,-192867],[-186186,-192714],[-184285,-192201],[-183878,-192458],[-181966,-194914],[-182869,-194912],[-182400,-195752],[-182970,-193547],[-183936,-193900],[-183467,-194472],[-187691,-195209],[-187112,-192353],[-180333,-194864],[-183420,-195955],[-181454,-195667],[-191190,-196097],[-189314,-195801],[-189132,-192037],[-190828,-203240],[-190890,-203337],[-190871,-204022],[-184059,-197610],[-189104,-199033],[-186437,-200172],[-190913,-199778],[-188673,-201296],[-185265,-192150],[-184304,-192080],[-183359,-194411],[-182185,-194297],[-181567,-198608],[-179491,-202003],[-184035,-193537],[-181630,-195666],[-184749,-197212],[-190921,-197107],[-190963,-198825],[-180554,-201671],[-183260,-200291],[-180171,-203944],[-183687,-204290],[-182338,-203276],[-180538,-203409],[-183171,-204002],[-182042,-202782],[-180714,-204289],[-184015,-203793],[-181312,-203064],[-191042,-209660],[-190391,-212176],[-182413,-211708],[-183977,-211288],[-180054,-209264],[-183494,-206935],[-185842,-204717],[-186717,-204857],[-187397,-204860],[-188805,-205027],[-191119,-206310],[-189489,-206093],[-188719,-206028],[-182770,-217095],[-179321,-206616],[-179840,-206681],[-180044,-206945],[-180944,-206064],[-183339,-204888],[-183503,-204671],[-189185,-214405],[-189653,-212405],[-186932,-212783],[-186853,-211891],[-180149,-209062],[-183448,-206897],[-185853,-205125],[-186468,-204849],[-187457,-204689],[-188154,-204833],[-188509,-204783],[-191515,-205788],[-189484,-206372],[-188851,-205418],[-182539,-216722],[-179292,-206430],[-180481,-206106],[-180568,-205892],[-183122,-204821],[-183855,-204619],[-180960,-205902],[-190958,-215056],[-191351,-212966],[-188615,-214318],[-180994,-209980],[-182376,-213899],[-181997,-209774],[-180567,-208980],[-183157,-206890],[-185430,-204823],[-186422,-204629],[-187228,-205252],[-187968,-204782],[-189088,-204633],[-188871,-204903],[-191169,-206059],[-188838,-206862],[-188632,-205813],[-182259,-216892],[-179868,-215719],[-179745,-215327],[-180540,-216641],[-180784,-206192],[-191896,-211008],[-189937,-211724],[-190416,-211408],[-187937,-212848],[-186689,-212084],[-185694,-211574],[-185361,-211065],[-184324,-212120],[-183594,-211392],[-184057,-212082],[-183929,-213563],[-183433,-215522],[-183943,-215630],[-191598,-208217],[-191930,-209216],[-189782,-209173],[-189943,-208397],[-188718,-208087],[-188744,-208216],[-190022,-208172],[-190347,-207682],[-188416,-207670],[-187056,-206406],[-187465,-207948],[-186294,-205832],[-187704,-205745],[-187143,-205869],[-184282,-207563],[-184837,-206650],[-182730,-208886],[-182289,-208328],[-179353,-211301],[-180389,-211262],[-180752,-210148],[-181138,-210782],[-180832,-210582],[-180833,-209107],[-183347,-210475],[-183201,-210395],[-180492,-209326],[-182946,-206768],[-185727,-204997],[-186641,-204676],[-188947,-204755],[-188529,-204909],[-191350,-206070],[-188960,-206348],[-188633,-206124],[-182638,-216266],[-180675,-216392],[-180938,-216272],[-180252,-217089],[-180101,-206465],[-180690,-205843],[-179284,-204625],[-179466,-217137],[-179645,-206190],[-181951,-222925],[-182353,-223008],[-187813,-223413],[-179203,-223031],[-186231,-226163],[-191547,-225281],[-186549,-225761],[-180142,-226896],[-179213,-228335],[-186343,-225977],[-183631,-225051],[-184374,-224467],[-183796,-224655],[-186252,-225393],[-179571,-227408],[-179520,-227806],[-182905,-219067],[-179300,-218533],[-190528,-220768],[-190788,-220931],[-190961,-220493],[-190925,-220301],[-190610,-220426],[-191125,-220599],[-191335,-220760],[-182969,-220940],[-182631,-220740],[-182200,-220761],[-183435,-220544],[-184045,-221016],[-183559,-221280],[-184430,-221106],[-185291,-220565],[-185488,-220337],[-185776,-220449],[-185949,-220676],[-185508,-220121],[-182950,-219066],[-179290,-218520],[-191309,-220481],[-182138,-220970],[-182569,-218681],[-179749,-218445],[-191124,-220359],[-190766,-220181],[-190191,-220643],[-190132,-220815],[-189751,-220594],[-191476,-220927],[-191634,-221221],[-191736,-220482],[-191558,-220523],[-189415,-220514],[-189856,-220388],[-188147,-220019],[-188460,-220116],[-187954,-219758],[-186966,-219399],[-186752,-219345],[-186546,-219670],[-186881,-219790],[-187309,-219735],[-183210,-220515],[-182981,-220741],[-186614,-220844],[-185700,-220049],[-182786,-219141],[-179301,-218683],[-179241,-217633],[-183605,-219647],[-186124,-219651],[-179862,-218081],[-183865,-220910],[-186871,-220817],[-183976,-220260],[-186220,-220298],[-189948,-233170],[-188574,-232714],[-185586,-233573],[-180745,-236919],[-179386,-237286],[-191168,-233271],[-188043,-232657],[-187029,-233282],[-180004,-237983],[-189665,-232507],[-191187,-231246],[-190696,-234815],[-190700,-234038],[-179932,-237528],[-188731,-232365],[-187925,-233373],[-180809,-242061],[-181697,-242888],[-180617,-241873],[-183902,-238922],[-186678,-234786],[-181641,-241778],[-185838,-233874],[-180114,-239880],[-183236,-241411],[-183867,-240270],[-184273,-239550],[-185173,-239435],[-184921,-238700],[-185974,-237210],[-185239,-238149],[-186989,-238148],[-187120,-237502],[-187042,-237910],[-186076,-235627],[-184414,-239859],[-188129,-235963],[-182476,-241857],[-179585,-239124],[-179382,-238437],[-179610,-239803],[-181532,-242585],[-179932,-242406],[-184899,-238095],[-187996,-237212],[-183490,-241424],[-191550,-239628],[-188343,-240116],[-191680,-239744],[-191881,-239770],[-190144,-240365],[-190762,-241728],[-189484,-242188],[-179666,-240009],[-180143,-238496],[-181681,-242427],[-184117,-236070],[-185393,-239394],[-188660,-235411],[-189777,-234788],[-182800,-240183],[-179554,-238678],[-191762,-232023],[-186764,-9735],[-186000,-9089],[-184950,-10003],[-183680,-3080],[-184422,-5448],[-186068,-5518],[-186018,-4823],[-185291,-5728],[-184531,-7599],[-185505,-8165],[-185876,-7582],[-184252,-8568],[-182832,-6987],[-183380,-8551],[-180319,-5577],[-179648,-6727],[-179870,-3610],[-181042,-4145],[-181107,-6366],[-180436,-7654],[-180778,-7632],[-180315,-6802],[-181343,-9383],[-181577,-9293],[-182183,-9345],[-183464,-10012],[-184452,-12108],[-180152,-10583],[-182047,-11815],[-180841,-12428],[-182515,-9907],[-183360,179],[-183164,-2157],[-189387,-871],[-181297,-6780],[-183469,-10893],[-183259,-11490],[-182533,-10422],[-185912,-5736],[-185784,-5138],[-184831,-5819],[-184642,-7740],[-186035,-8416],[-185857,-7555],[-183790,-8271],[-183024,-7124],[-183363,-8499],[-180195,-5705],[-179886,-3184],[-180531,-3690],[-181233,-5609],[-180280,-7489],[-180694,-7014],[-181739,-8938],[-181546,-9058],[-181911,-8932],[-183207,-10014],[-184714,-12192],[-181003,-11105],[-181011,-11878],[-182193,-10493],[-183525,-2127],[-188869,-745],[-186052,-5553],[-185864,-5287],[-185129,-5820],[-184539,-7649],[-185722,-8368],[-185646,-8031],[-183851,-8296],[-182937,-7274],[-183058,-8460],[-179851,-5712],[-179854,-6971],[-179910,-3307],[-180772,-3504],[-181220,-6067],[-180895,-7313],[-180321,-6929],[-181409,-9167],[-182020,-9168],[-183560,-10168],[-184736,-11865],[-181047,-11200],[-182296,-12148],[-180960,-11551],[-180876,-11716],[-182634,-9691],[-182819,-176],[-183723,-1937],[-188926,-423],[-181237,-6983],[-187780,-3745],[-181695,-7208],[-187663,-3963],[-185204,-12527],[-186110,-9322],[-186869,-10268],[-185446,-9997],[-185556,-8830],[-185993,-9620],[-185737,-9813],[-184798,-9658],[-185011,-9655],[-184123,-9780],[-183280,-4835],[-191503,-8925],[-184251,-5558],[-186018,-4989],[-185116,-5956],[-184544,-7680],[-185603,-8497],[-185573,-7607],[-183862,-8272],[-183189,-7369],[-183191,-8485],[-180417,-5835],[-179630,-7178],[-180258,-3219],[-180427,-3931],[-181360,-5766],[-180700,-7476],[-180779,-6740],[-181591,-9157],[-182336,-8993],[-183155,-9842],[-184438,-12167],[-180456,-11170],[-180996,-11491],[-181674,-11995],[-182331,-9900],[-183670,72],[-183274,-2413],[-188420,-465],[-184097,-248062],[-189453,-248840],[-189265,-251135],[-187957,-248502],[-187018,-247442],[-186740,-248709],[-188770,-247022],[-187594,-245842],[-189517,-245638],[-190425,-246759],[-191959,-246420],[-191674,-247632],[-189989,-253516],[-188140,-251922],[-186610,-251932],[-184848,-249765],[-182978,-253145],[-183006,-255166],[-186180,-255540],[-179698,-244721],[-180253,-248075],[-183640,-247860],[-189340,-248795],[-190306,-250428],[-180313,-249110],[-179731,-248207],[-184901,-249504],[-190161,-249880],[-189693,-249934],[-188740,-248441],[-189890,-248916],[-191829,-250031],[-187071,-243767],[-188984,-244275],[-188503,-243547],[-186419,-244407],[-188366,-244962],[-189033,-244687],[-189111,-245162],[-185203,-244843],[-186315,-245851],[-183700,-245566],[-185039,-245304],[-182498,-248644],[-185906,-247700],[-186068,-250666],[-186647,-250265],[-182255,-251711],[-183553,-250563],[-182804,-251706],[-184112,-251987],[-183773,-253622],[-185286,-254265],[-184464,-253115],[-188078,-254745],[-188132,-255388],[-189168,-255670],[-189222,-252100],[-189190,-254382],[-191921,-254719],[-190993,-251066],[-191450,-244739],[-191039,-244060],[-190887,-247608],[-191121,-249479],[-181137,-247906],[-179336,-249771],[-185417,-248005],[-185203,-248334],[-188714,-250211],[-187984,-248667],[-187251,-247561],[-187626,-246354],[-189531,-246730],[-190661,-246778],[-191428,-248350],[-191856,-248265],[-188312,-251362],[-182931,-253786],[-185775,-251704],[-184825,-248784],[-190799,-248582],[-184849,-265664],[-186666,-267356],[-182766,-261210],[-186758,-259391],[-183070,-257197],[-181316,-262404],[-181354,-263356],[-188226,-265017],[-188251,-261097],[-180571,-266094],[-182749,-266081],[-179904,-263467],[-181196,-267127],[-180276,-266796],[-181021,-267615],[-184695,-264580],[-186847,-259853],[-183461,-257157],[-184539,-258858],[-183403,-258256],[-181420,-259335],[-182894,-259899],[-182686,-264583],[-189101,-262051],[-188757,-261162],[-188178,-259312],[-187312,-258779],[-188464,-260290],[-188943,-260976],[-184219,-266218],[-182459,-266234],[-185481,-266902],[-182107,-257340],[-181469,-258143],[-179647,-258272],[-179431,-259725],[-184822,-259290],[-182466,-263025],[-187129,-263168],[-189164,-262961],[-182174,-267322],[-189352,-268268],[-186278,-267035],[-185139,-260656],[-183498,-260289],[-181385,-264464],[-186797,-264186],[-187863,-261759],[-181697,-265631],[-186464,-255816],[-186475,-257374],[-186391,-266155],[-184106,-265699],[-186158,-260566],[-183710,-262574],[-185706,-258727],[-181519,-262715],[-180850,-262687],[-179247,-258487],[-186756,-264891],[-188481,-265147],[-189057,-262623],[-189367,-261807],[-182053,-268054],[-180437,-265803],[-179934,-264078],[-181579,-267479],[-181088,-266651],[-180943,-268320],[-184061,-262996],[-183986,-257632],[-182429,-258519],[-183743,-257779],[-184587,-258627],[-182445,-259707],[-188072,-261518],[-187010,-259296],[-191615,-259939],[-182913,-266513],[-181750,-267064],[-184385,-267196],[-185478,-267524],[-182169,-256693],[-180634,-258778],[-186313,-257004],[-179688,-276641],[-189572,-277186],[-188853,-278495],[-189258,-277835],[-188338,-278523],[-188473,-279498],[-189025,-276635],[-189392,-277386],[-189355,-277119],[-188293,-278419],[-188363,-279474],[-187726,-278790],[-191789,-273875],[-190121,-269740],[-189207,-269838],[-186879,-271346],[-180167,-277979],[-181219,-278866],[-187420,-274878],[-186736,-272103],[-187339,-272574],[-187899,-272355],[-185150,-271752],[-184628,-270407],[-184380,-268817],[-184464,-269266],[-184031,-270643],[-185088,-273292],[-185416,-273954],[-185207,-273887],[-180484,-269225],[-180631,-270638],[-181015,-269657],[-179419,-270618],[-183078,-271511],[-181032,-270482],[-182173,-271143],[-181978,-272124],[-183437,-272046],[-181738,-270518],[-185876,-279764],[-185901,-279304],[-182603,-277575],[-182615,-278993],[-188916,-271750],[-190796,-268690],[-188202,-268974],[-188582,-269761],[-179323,-277267],[-189127,-275409],[-188499,-275123],[-186837,-272416],[-187228,-272387],[-188424,-271641],[-186029,-270188],[-186112,-270625],[-185727,-272328],[-184945,-272280],[-184583,-271191],[-184546,-273070],[-184621,-273921],[-181613,-269219],[-180178,-269378],[-179523,-270362],[-180549,-269945],[-180958,-271386],[-182091,-270015],[-183279,-272450],[-186467,-281181],[-179982,-276099],[-185550,-280017],[-180603,-277382],[-185474,-279137],[-183141,-278304],[-181206,-276758],[-191031,-272250],[-188572,-269760],[-185922,-269178],[-188679,-276301],[-182912,-280946],[-181419,-279542],[-185921,-281133],[-186104,-281240],[-185862,-281373],[-189779,-281894],[-189724,-281762],[-186673,-293974],[-185548,-282835],[-186662,-283311],[-188500,-290065],[-190621,-292373],[-185689,-282151],[-189745,-290735],[-185794,-294081],[-190932,-286424],[-189761,-286029],[-188280,-287233],[-186979,-287784],[-186410,-288047],[-185579,-285074],[-185259,-288803],[-184471,-285731],[-183331,-286661],[-182837,-285484],[-184832,-285302],[-186526,-282636],[-185049,-285432],[-183278,-285312],[-183641,-286653],[-188982,-286097],[-185184,-282237],[-188603,-287799],[-183863,-285396],[-187664,-287558],[-191322,-286371],[-190251,-288311],[-190162,-292122],[-188816,-289001],[-190539,-293118],[-183080,-285728],[-183696,-286845],[-186799,-291912],[-188377,-291583],[-185804,-295634],[-187798,-294969],[-186555,-295794],[-185132,-295489],[-187281,-294753],[-187133,-294247],[-190715,-306369],[-188123,-302089],[-189763,-302684],[-188312,-302713],[-187513,-306038],[-187758,-296332],[-187836,-295252],[-186254,-295491],[-186529,-294624],[-190419,-302356],[-187426,-302217],[-187600,-302139],[-184714,-294901],[-186824,-305323],[-190890,-307598],[-191772,-307426],[-187073,-23735],[-187702,-23738],[-186707,-21277],[-186101,-20559],[-180410,-13756],[-183905,-18024],[-184206,-16852],[-184746,-16455],[-185074,-13783],[-185106,-12680],[-186122,-13870],[-181381,-22710],[-180268,-24332],[-191892,-17758],[-191063,-16156],[-190754,-24746],[-185559,-20916],[-184550,-20171],[-187129,-17876],[-187413,-17327],[-188104,-13427],[-179608,-23970],[-180257,-19677],[-182050,-17023],[-180697,-17109],[-180881,-18401],[-179276,-18146],[-188994,-14331],[-188274,-15386],[-188617,-13376],[-181234,-12708],[-192000,-19270],[-182631,-23397],[-188110,-22859],[-179787,-20417],[-181661,-16851],[-180539,-16500],[-181458,-18076],[-189113,-14074],[-188319,-15493],[-188824,-13373],[-182623,-23929],[-187895,-22578],[-186000,-25365],[-186124,-25076],[-187982,-13214],[-187403,-17689],[-183606,-18064],[-183227,-17805],[-179533,-24271],[-179805,-14259],[-191409,-23799],[-180298,-20311],[-181478,-16269],[-180911,-16864],[-181121,-18877],[-189024,-14012],[-188213,-15405],[-188844,-13279],[-181843,-12952],[-182358,-23144],[-188612,-22568],[-190338,-24985],[-188130,-25161],[-188822,-25389],[-187557,-25384],[-186949,-23747],[-186490,-24027],[-185848,-23052],[-187632,-24459],[-188081,-24956],[-187829,-23755],[-186270,-20286],[-186644,-20676],[-186246,-20762],[-185274,-21418],[-185721,-21800],[-185780,-21420],[-179289,-15464],[-180033,-15544],[-179205,-15362],[-180059,-14246],[-180929,-13935],[-180368,-14161],[-179795,-14293],[-183620,-19089],[-184088,-19215],[-183116,-18610],[-185081,-16983],[-184981,-16831],[-184421,-16140],[-184273,-16393],[-184495,-17687],[-184701,-17167],[-186211,-13523],[-185434,-13958],[-186111,-13441],[-185611,-12685],[-184484,-13356],[-186486,-14185],[-186401,-13801],[-186606,-13696],[-181136,-23053],[-191496,-19209],[-179990,-20464],[-181929,-16268],[-181216,-16654],[-181198,-18177],[-189064,-14377],[-188387,-15340],[-188858,-13117],[-181049,-12700],[-182374,-23012],[-187952,-22796],[-189275,-418427],[-190259,-417401],[-188516,-424389],[-185599,-426889],[-189253,-426072],[-184619,-424576],[-181962,-428183],[-180699,-429835],[-183622,-425914],[-180794,-429902],[-182071,-428576],[-185951,-426607],[-184904,-423444],[-185166,-428480],[-190983,-439358],[-183552,-448951],[-188814,-453191],[-187854,-454723],[-187169,-455815],[-188568,-451289],[-183218,-449458],[-187268,-456751],[-187370,-456580],[-188858,-453486],[-183426,-448447],[-186403,-454720],[-186293,-455463],[-188484,-455081],[-180829,-37980],[-180051,-37631],[-180375,-35289],[-180508,-35400],[-188696,-26213],[-188737,-26768],[-188624,-26165],[-182462,-33690],[-180754,-32504],[-187527,-37879],[-179262,-33988],[-182278,-31115],[-182307,-30737],[-181648,-30711],[-180392,-31893],[-188239,-27487],[-189036,-27320],[-180677,-35338],[-182473,-35255],[-181743,-35491],[-180661,-33308],[-179917,-32310],[-189069,-25550],[-188155,-25708],[-188133,-27350],[-188609,-27219],[-189127,-27015],[-188972,-25679],[-182746,-32290],[-179506,-30270],[-186893,-36972],[-190978,-26955],[-187131,-30041],[-186680,-34532],[-186832,-34035],[-186391,-35149],[-185938,-36313],[-183708,-31382],[-183353,-32479],[-180994,-30800],[-181669,-32853],[-184299,-35824],[-182766,-35534],[-181679,-36594],[-183414,-37767],[-186387,-30485],[-187037,-34498],[-186033,-33992],[-186714,-35978],[-185764,-36442],[-183961,-31215],[-183495,-32356],[-180498,-30766],[-182143,-33334],[-184135,-36031],[-182112,-37027],[-184077,-37959],[-191606,-34719],[-187995,-31910],[-188200,-36375],[-187740,-35712],[-180266,-31469],[-179600,-31198],[-179959,-27950],[-182597,-28150],[-188289,-26807],[-180508,-37047],[-181006,-36807],[-180515,-35016],[-186807,-30417],[-187102,-34586],[-186690,-33434],[-185878,-35748],[-185011,-36744],[-191916,-37395],[-183482,-31206],[-182827,-32011],[-180121,-30796],[-181525,-32977],[-184389,-36297],[-182084,-36707],[-183764,-37268],[-188160,-31696],[-188128,-36666],[-184680,-37885],[-180253,-31779],[-180369,-27818],[-180728,-36859],[-186822,-30888],[-187354,-33713],[-185744,-33501],[-186059,-33692],[-186485,-35824],[-185179,-36911],[-182867,-31103],[-183279,-32340],[-181077,-30498],[-181761,-33525],[-181891,-36369],[-184113,-35863],[-183428,-38020],[-181309,-50345],[-188680,-50557],[-187978,-49316],[-189787,-50178],[-186934,-48393],[-185522,-47920],[-191156,-45649],[-190035,-45296],[-190993,-44256],[-189198,-44653],[-186857,-47135],[-188261,-45793],[-188107,-45450],[-187640,-46940],[-186192,-38247],[-187558,-38588],[-185591,-39740],[-184311,-40792],[-185878,-42662],[-186515,-48649],[-190295,-44655],[-189890,-45614],[-190273,-43275],[-189666,-42936],[-189291,-43045],[-187017,-38979],[-189022,-39130],[-185696,-47304],[-191393,-50588],[-188314,-49235],[-189215,-50379],[-187227,-49022],[-191890,-46442],[-191432,-46087],[-191220,-43908],[-189103,-44106],[-187122,-47590],[-188324,-46296],[-188579,-45071],[-187827,-46521],[-186593,-38255],[-186029,-39610],[-185023,-40924],[-185869,-42619],[-179445,-49532],[-180483,-50812],[-191407,-50613],[-188789,-50677],[-188500,-49580],[-189966,-49768],[-187368,-48403],[-185881,-47354],[-191866,-45981],[-190809,-45761],[-190453,-45834],[-190695,-44157],[-189565,-44092],[-187146,-46948],[-188238,-45877],[-187924,-44789],[-187439,-47084],[-186015,-38604],[-187730,-39034],[-185587,-39666],[-184835,-41010],[-185947,-42653],[-180821,-48979],[-180523,-48487],[-179656,-48029],[-186675,-47082],[-189620,-50518],[-185040,-39594],[-185120,-38244],[-184393,-45746],[-184304,-46361],[-183878,-45799],[-185870,-47903],[-184916,-47867],[-185479,-46760],[-179489,-45587],[-179596,-45893],[-182036,-49976],[-182266,-49477],[-179722,-39335],[-184612,-42870],[-184327,-43609],[-182648,-41939],[-181521,-41343],[-186368,-50570],[-191714,-50831],[-188676,-50849],[-189437,-49085],[-189883,-50188],[-187281,-48080],[-191876,-45625],[-191535,-45705],[-190323,-46149],[-190386,-44500],[-188904,-44679],[-187128,-46803],[-189003,-46388],[-188799,-45098],[-187935,-47130],[-186040,-38235],[-187231,-38604],[-186158,-40547],[-184608,-41208],[-186231,-42589],[-191768,-49234],[-185184,-41479],[-189065,-38906],[-183746,-46838],[-183374,-45868],[-187785,-49852],[-187195,-49614],[-179502,-45881],[-181973,-49203],[-179882,-46303],[-189583,-43109],[-189176,-42661],[-188769,-43659],[-185028,-38551],[-183947,-45316],[-183999,-46180],[-183891,-46985],[-184590,-46586],[-183670,-45080],[-183689,-45983],[-183881,-46021],[-183299,-46023],[-183020,-44780],[-183086,-44956],[-183089,-44908],[-182844,-44673],[-184539,-47194],[-186079,-50090],[-185934,-48557],[-186974,-49985],[-184468,-47517],[-186899,-49055],[-179355,-45767],[-179470,-45550],[-179409,-45436],[-181985,-48797],[-182301,-49379],[-181619,-49740],[-182150,-49706],[-179454,-46353],[-180691,-39436],[-181059,-39151],[-183906,-43295],[-181773,-41504],[-182234,-42255],[-181426,-41660],[-185645,-49891],[-187142,-50612],[-180628,-60885],[-188312,-51243],[-184010,-55437],[-184507,-56671],[-184314,-55782],[-185887,-58519],[-186364,-58630],[-184294,-59299],[-183620,-59418],[-181806,-60778],[-181318,-59251],[-179905,-56902],[-181862,-56932],[-183636,-58325],[-180564,-51177],[-181242,-62142],[-184721,-62786],[-187232,-62717],[-187543,-60686],[-191426,-53012],[-189953,-51797],[-191476,-62617],[-186933,-63699],[-181821,-62923],[-180648,-55042],[-179907,-54415],[-179740,-54523],[-181870,-58568],[-182748,-58656],[-191804,-60581],[-191738,-60346],[-189214,-62099],[-184142,-63017],[-183742,-62742],[-180701,-59715],[-182642,-52580],[-181691,-54054],[-179304,-51895],[-189087,-51851],[-189650,-53788],[-189606,-53821],[-189425,-54501],[-189852,-53812],[-191057,-54807],[-191353,-54958],[-187106,-52338],[-186585,-51564],[-191867,-58834],[-191659,-57765],[-187436,-56511],[-185778,-55253],[-185715,-55146],[-184472,-54645],[-188837,-58004],[-188387,-57855],[-189784,-57811],[-189078,-57943],[-180949,-53284],[-180632,-52955],[-179906,-52476],[-180665,-56567],[-183134,-58233],[-182435,-55689],[-182932,-53846],[-183154,-54077],[-184418,-56044],[-186156,-58018],[-186780,-59015],[-184651,-59014],[-183450,-59947],[-182460,-60733],[-180961,-58846],[-180212,-56758],[-181646,-56582],[-183715,-57906],[-180431,-62254],[-186068,-63598],[-188083,-62373],[-186937,-61360],[-190791,-52412],[-189791,-51425],[-181952,-62770],[-182242,-59452],[-187070,-59836],[-187131,-59513],[-183911,-62927],[-184650,-61489],[-189689,-62589],[-190674,-60971],[-185633,-61889],[-187336,-63577],[-189247,-54435],[-191835,-54499],[-190821,-55206],[-191392,-54469],[-187501,-51597],[-187098,-52586],[-186979,-53015],[-187796,-51975],[-191108,-59759],[-183258,-52614],[-187482,-56301],[-185255,-54739],[-185178,-55414],[-184362,-53670],[-184482,-53476],[-185079,-54247],[-188430,-58349],[-190288,-57968],[-189949,-57883],[-182171,-62429],[-189609,-54668],[-191924,-55008],[-187740,-51966],[-190928,-57965],[-184288,-56196],[-185138,-58214],[-186184,-58292],[-186413,-58610],[-184494,-58929],[-182938,-59219],[-182092,-60315],[-180973,-59404],[-179988,-55994],[-181106,-56693],[-183393,-56874],[-180387,-61683],[-185742,-62795],[-187286,-61937],[-190223,-63353],[-188398,-60237],[-190884,-52891],[-189387,-51239],[-191462,-51165],[-184401,-56788],[-184348,-55995],[-187074,-59107],[-184564,-59688],[-183821,-59502],[-182546,-60203],[-180982,-58835],[-179987,-56117],[-181627,-56428],[-184346,-58579],[-180649,-60995],[-184722,-63465],[-188208,-62074],[-189485,-62866],[-187058,-61245],[-191212,-52286],[-189692,-51360],[-179513,-73429],[-180948,-70302],[-180650,-69937],[-183418,-73974],[-183898,-74058],[-183065,-74845],[-183005,-75194],[-181840,-68603],[-184800,-67305],[-182898,-67082],[-184722,-68931],[-184811,-69421],[-186996,-69015],[-186902,-68511],[-188017,-70273],[-187397,-70362],[-186584,-71107],[-190078,-72515],[-189850,-72734],[-186979,-72578],[-184845,-75680],[-185000,-76331],[-184646,-71207],[-184892,-70778],[-190606,-69836],[-181286,-71810],[-181606,-74224],[-182593,-71131],[-182187,-67117],[-182087,-66893],[-184789,-65191],[-186774,-65107],[-191945,-64613],[-188437,-64500],[-189023,-64816],[-189219,-64520],[-191845,-65628],[-190706,-66404],[-188938,-66412],[-189443,-63827],[-190167,-67138],[-189230,-68728],[-189674,-66979],[-186170,-64493],[-185625,-66483],[-181474,-66104],[-179328,-67470],[-179404,-69347],[-179443,-64606],[-191292,-74720],[-191186,-76567],[-182896,-74956],[-181866,-74517],[-182805,-68442],[-186782,-72676],[-184210,-74261],[-185169,-75261],[-184914,-75852],[-184862,-70994],[-184727,-70877],[-190707,-70519],[-181984,-67123],[-184920,-64965],[-190361,-66529],[-189689,-64447],[-185685,-68138],[-187039,-69138],[-180691,-70633],[-191791,-74261],[-187342,-76123],[-182354,-67789],[-181779,-68344],[-185164,-75524],[-190936,-69870],[-191257,-70481],[-181496,-71847],[-185097,-65188],[-186499,-65364],[-190711,-64007],[-191977,-66522],[-190163,-67651],[-188817,-68339],[-189704,-66189],[-185722,-64234],[-185001,-66944],[-181146,-66798],[-179450,-67645],[-179451,-69067],[-190901,-75049],[-186747,-76198],[-186278,-71024],[-184516,-69487],[-182030,-69024],[-190825,-74315],[-191705,-66276],[-190745,-67316],[-189054,-68844],[-189285,-66587],[-186205,-64522],[-185766,-67172],[-180874,-66593],[-179201,-64647],[-190180,-67296],[-189078,-68090],[-189398,-66299],[-185624,-65061],[-185762,-66527],[-180797,-66760],[-179458,-67477],[-191748,-87937],[-191053,-87775],[-190745,-89138],[-188137,-85312],[-186963,-87910],[-187287,-87832],[-186085,-89384],[-185290,-88307],[-186403,-86756],[-186102,-86897],[-187362,-86356],[-185242,-85935],[-184985,-86038],[-180740,-81160],[-181141,-82195],[-190085,-79119],[-190416,-78518],[-188624,-76643],[-189545,-77725],[-179475,-76856],[-179228,-79975],[-179344,-80213],[-180751,-86160],[-181182,-86393],[-183363,-88747],[-186258,-81013],[-189936,-83450],[-186434,-80511],[-186550,-77037],[-180867,-88027],[-180754,-88484],[-179361,-88273],[-186494,-84977],[-185530,-84901],[-185352,-84927],[-188327,-87046],[-188697,-84965],[-180940,-81499],[-191962,-87027],[-186214,-81634],[-191241,-76911],[-190370,-82328],[-186268,-79110],[-180120,-88500],[-181865,-87828],[-181053,-87622],[-180377,-88511],[-191081,-87983],[-191914,-87859],[-188419,-85095],[-185070,-85848],[-186403,-85388],[-179250,-76733],[-180712,-81423],[-190102,-78987],[-189690,-77747],[-190185,-77166],[-180981,-86255],[-183245,-88926],[-182757,-83893],[-188202,-87425],[-188508,-83849],[-190863,-77305],[-189957,-82798],[-187035,-78969],[-181493,-87695],[-191810,-77317],[-189836,-83088],[-187233,-79796],[-187653,-77208],[-179964,-88612],[-180202,-101324],[-182043,-102164],[-185047,-100097],[-182547,-101957],[-182466,-99592],[-184737,-98602],[-185042,-98276],[-184639,-98192],[-182225,-94017],[-187113,-93323],[-190715,-101850],[-191867,-102076],[-179863,-96742],[-179600,-96297],[-180584,-95124],[-180232,-94046],[-179771,-98177],[-185792,-91797],[-187801,-99475],[-181134,-93926],[-181560,-102179],[-180065,-101211],[-179329,-100820],[-191605,-91888],[-186738,-100382],[-187018,-96284],[-183258,-100809],[-182329,-99658],[-184911,-98674],[-182580,-95055],[-187069,-93100],[-187375,-94239],[-191141,-100980],[-191043,-90140],[-191526,-90918],[-189850,-92672],[-189986,-101330],[-189882,-101826],[-187603,-100065],[-182391,-90406],[-180187,-94304],[-181484,-97873],[-179442,-97985],[-179924,-94416],[-185622,-91938],[-180683,-93050],[-180022,-101462],[-179687,-101666],[-181465,-101871],[-191209,-93098],[-191501,-90436],[-191446,-90762],[-186527,-100577],[-185483,-100013],[-185306,-98926],[-186568,-98941],[-187276,-99321],[-183151,-101362],[-182828,-100997],[-183073,-99563],[-182202,-100273],[-185033,-98031],[-185143,-97745],[-183628,-97485],[-185181,-95710],[-182678,-94806],[-182594,-95375],[-186362,-92964],[-186189,-93686],[-185285,-95326],[-190117,-100514],[-191484,-100883],[-191056,-89765],[-189712,-90997],[-190367,-93322],[-181314,-89707],[-181359,-90231],[-179316,-98340],[-181273,-97964],[-179833,-94667],[-182444,-90709],[-182825,-89774],[-179413,-99229],[-189699,-96437],[-182344,-91459],[-179323,-102111],[-184034,-97878],[-179223,-89623],[-182509,-90523],[-180831,-92852],[-190092,-98901],[-191741,-92531],[-188414,-98483],[-191717,-98827],[-179953,-103282],[-183331,-104764],[-183145,-104070],[-182242,-102765],[-187045,-103554],[-188062,-104109],[-190236,-112551],[-190305,-113356],[-186201,-112556],[-188780,-111312],[-190780,-109451],[-186211,-110554],[-187598,-108414],[-187458,-108685],[-187933,-108919],[-186546,-106598],[-185926,-106443],[-190670,-105343],[-191189,-104485],[-183924,-104957],[-181558,-106049],[-188006,-110734],[-188551,-110864],[-187641,-114968],[-181490,-109933],[-181468,-107852],[-182202,-109610],[-181904,-109716],[-181081,-105856],[-182332,-106579],[-182233,-108056],[-182981,-108742],[-179243,-107014],[-182127,-102376],[-187036,-106574],[-187360,-114959],[-190771,-105547],[-179577,-107062],[-188181,-111089],[-184237,-114927],[-182819,-102371],[-179983,-102418],[-183251,-109038],[-187377,-104762],[-186348,-106870],[-182377,-106256],[-188940,-111238],[-186094,-112806],[-190423,-111947],[-184522,-113692],[-187728,-108942],[-190175,-109886],[-189339,-109880],[-190513,-104815],[-183174,-104610],[-181197,-114553],[-182198,-107300],[-189416,-109483],[-188538,-112294],[-188706,-110782],[-180244,-114674],[-179371,-103502],[-180360,-111797],[-184681,-112461],[-183794,-109578],[-187965,-106647],[-190222,-111805],[-190199,-113741],[-190701,-113868],[-186573,-112610],[-183902,-113950],[-190235,-109678],[-179669,-112802],[-191542,-106511],[-190525,-105019],[-190420,-104529],[-183866,-104088],[-182334,-107239],[-188458,-109559],[-188177,-111498],[-189311,-111502],[-189813,-109330],[-186523,-114872],[-183855,-110673],[-187152,-112421],[-183684,-110226],[-183075,-114295],[-184130,-112979],[-180977,-114631],[-181289,-110965],[-181213,-107945],[-182655,-109725],[-181419,-107529],[-180076,-106616],[-183633,-107845],[-183636,-108312],[-180163,-106810],[-180080,-112150],[-191223,-102518],[-190104,-111532],[-187524,-114840],[-181714,-112733],[-183169,-113918],[-188301,-111876],[-187409,-113895],[-184028,-109994],[-188497,-110107],[-186726,-114723],[-182576,-114389],[-191019,11069],[-190999,11931],[-187888,10935],[-187204,10772],[-187511,10803],[-187244,9881],[-189453,8859],[-188867,10229],[-190962,9255],[-188941,7615],[-190748,7014],[-190723,12638],[-180157,314],[-183053,453],[-187816,890],[-186282,4839],[-190922,11380],[-189291,9788],[-190198,12780],[-180523,1526],[-181953,6138],[-187114,9439],[-189652,9266],[-189226,10968],[-190763,8800],[-188878,7469],[-190164,7043],[-190700,12406],[-180832,478],[-187783,762],[-186616,4411],[-180196,1590],[-181764,5503],[-187707,9172],[-189203,9378],[-189219,10312],[-190386,8626],[-189369,7462],[-189929,7182],[-190773,12942],[-180273,652],[-188395,1161],[-186209,5028],[-187545,9188],[-189119,9555],[-188739,10924],[-190452,9076],[-189539,7845],[-190781,7010],[-190615,12639],[-180108,1147],[-188032,1138],[-186471,4351],[-179953,7017],[-179905,5346],[-182508,140229],[-187327,136335],[-184685,136964],[-185571,136037],[-188111,135009],[-181407,136607],[-182322,137464],[-184891,135416],[-185347,136217],[-189415,135360],[-191370,134148],[-186616,136172],[-188100,135396],[-191727,133761],[-184272,135768],[-187898,134865],[-185952,137241],[-188543,135122],[-191810,134037],[-181887,136939],[-183998,138486],[-186780,136340],[-188915,134586],[-186320,135831],[-189154,134947],[-191761,134237],[-190787,129716],[-190447,130695],[-187594,130720],[-184589,130201],[-184664,130701],[-185863,129132],[-189925,129811],[-186847,130723],[-188003,132959],[-188620,129479],[-189504,129713],[-189429,130368],[-186874,130890],[-184092,131100],[-183225,128540],[-186051,128558],[-183212,131632],[-183909,130432],[-189519,130248],[-187332,130403],[-183597,128334],[-185435,131987],[-191545,129717],[-183907,130916],[-190001,130987],[-187604,130399],[-189742,130253],[-187521,129741],[-184264,131102],[-188711,151981],[-189763,147522],[-181055,153720],[-181283,145195],[-183114,146032],[-180593,142872],[-181452,142863],[-183946,144930],[-185227,143522],[-185729,147443],[-187531,145086],[-190617,145133],[-185463,149429],[-180466,149102],[-180948,152468],[-184221,145116],[-180774,153407],[-179587,144719],[-180747,146240],[-182423,145480],[-182041,142409],[-184485,144652],[-184579,144234],[-185415,147749],[-186585,144952],[-191359,145165],[-186042,149407],[-179750,150038],[-179359,151610],[-181328,152398],[-182517,153515],[-184512,146183],[-184498,147616],[-189193,148822],[-191780,151426],[-190099,152991],[-179208,152039],[-179630,145143],[-179907,144096],[-181515,146389],[-183279,145006],[-181405,142623],[-184136,144360],[-184868,143511],[-185200,147394],[-186475,146138],[-190688,144953],[-186438,149904],[-180251,152580],[-185248,145661],[-185491,146172],[-180926,144601],[-180866,145886],[-182183,145687],[-181275,143198],[-181412,142464],[-185257,143072],[-185578,147305],[-186478,146203],[-191493,145212],[-185307,149683],[-179759,148922],[-179537,150940],[-180618,152918],[-182510,153396],[-184652,145109],[-184934,145683],[-191602,152138],[-190112,143573],[-191140,148368],[-189869,142815],[-190276,142624],[-189963,146503],[-190210,142923],[-189580,144411],[-190644,148710],[-190089,143989],[-190612,148593],[-191339,151750],[-191840,145579],[-189892,145850],[-190623,146898],[-190470,147703],[-190920,148414],[-191375,147053],[-191074,148723],[-190554,148187],[-190938,144426],[-190859,144112],[-191181,144136],[-190620,144301],[-189990,143549],[-190301,144429],[-190491,143756],[-190628,143746],[-190413,143457],[-191332,152424],[-190198,142150],[-191636,143806],[-191646,152329],[-191857,151853],[-191216,151663],[-190688,142474],[-191795,143656],[-191991,143517],[-191091,143185],[-190564,143515],[-191137,142651],[-191570,143110],[-190727,143260],[-191969,143682],[-184318,158073],[-191440,163004],[-180991,157669],[-182407,154760],[-187906,165136],[-188793,166083],[-189460,165321],[-181824,154928],[-189428,157717],[-188867,154582],[-191666,155894],[-191354,157598],[-183388,155510],[-179925,156909],[-182443,157934],[-191802,165981],[-188713,161027],[-189258,158582],[-191581,162925],[-190800,161269],[-186905,164592],[-187568,166536],[-190929,165415],[-189571,165803],[-181357,156364],[-180446,153816],[-183794,157792],[-188551,157641],[-188290,155758],[-190955,156465],[-190651,157871],[-182462,154196],[-183643,155540],[-179798,156884],[-182139,158417],[-191717,165733],[-188319,161412],[-180441,156943],[-188354,161206],[-180221,156351],[-188198,161525],[-191780,166056],[-181506,155064],[-184274,157896],[-188330,156623],[-189323,155037],[-191019,155156],[-191846,156695],[-183253,155763],[-180382,157201],[-182312,157533],[-191724,165999],[-189016,161546],[-181531,155782],[-184513,158168],[-189540,157552],[-188667,155650],[-191715,156165],[-191342,157686],[-183478,155506],[-179318,156883],[-182669,157321],[-188659,161714],[-190104,170777],[-190259,172002],[-189684,170086],[-190558,172529],[-191555,171288],[-191367,170203],[-190978,166806],[-190034,171314],[-190024,166769],[-189717,169989],[-190465,171210],[-190973,173028],[-191394,170138],[-190028,170849],[-190189,171253],[-189789,169468],[-190959,171222],[-191455,172054],[-191197,172942],[-191946,170535],[-191740,168987],[-189496,170390],[-189792,171165],[-191435,172425],[-191930,169874],[-191819,170768],[-189605,171951],[-191717,169098],[-190628,170782],[-189513,169931],[-189772,170930],[-191197,172044],[-190981,172316],[-191374,170410],[-189984,171650],[-189369,169580],[-190524,170646],[-191543,172096],[-191267,172756],[-191804,170458],[-189757,171409],[-180024,248990],[-179559,251850],[-179229,250097],[-179988,249189],[-190937,23976],[-185677,21757],[-184116,22568],[-190588,13742],[-189736,16451],[-186742,24641],[-190824,23539],[-185383,21427],[-191620,15294],[-190280,13763],[-189856,16206],[-186309,24695],[-191534,23388],[-191880,23562],[-185432,22148],[-184211,22276],[-190889,14200],[-189500,15930],[-188964,16310],[-191134,24273],[-185270,21638],[-184363,22946],[-191472,15301],[-190278,13957],[-189994,16676],[-186408,25586],[-191009,25029],[-189859,24173],[-188624,24812],[-183755,22600],[-182793,23390],[-182307,24733],[-183654,19962],[-180167,17111],[-179503,20647],[-183348,17193],[-182800,15770],[-180852,18668],[-181873,16964],[-182600,16060],[-182752,14753],[-181015,15211],[-180350,15565],[-182984,19317],[-188722,25774],[-190875,25322],[-189124,23974],[-188164,24634],[-183262,23670],[-182219,24588],[-183682,19979],[-180827,17676],[-179514,20591],[-182909,17215],[-182734,15155],[-180861,18887],[-181314,16677],[-182034,15262],[-182645,14117],[-183936,18506],[-186442,25036],[-190852,25288],[-189451,24302],[-188807,23947],[-182807,23731],[-182979,24291],[-183950,19821],[-180331,17652],[-179768,21077],[-183832,16927],[-182686,15500],[-180387,19386],[-182149,17038],[-182641,15410],[-183140,14631],[-186876,24584],[-191561,25508],[-189531,24193],[-188143,24655],[-182785,23408],[-182519,23993],[-183980,20331],[-180700,17335],[-179708,20309],[-182877,16431],[-182871,16083],[-180466,19125],[-181696,16541],[-182220,15499],[-191504,34332],[-181623,26678],[-189095,35441],[-182571,29742],[-190766,29477],[-183694,34990],[-191272,31919],[-182765,30468],[-179204,31715],[-181812,34895],[-183067,34476],[-186489,26319],[-188038,26206],[-190124,26382],[-186184,37773],[-183860,37285],[-183358,38034],[-185040,36363],[-188000,32657],[-186578,28592],[-187756,27446],[-190512,27095],[-191887,29187],[-191920,30903],[-191585,34840],[-191617,37913],[-189525,36899],[-185637,33134],[-183665,32363],[-186771,34490],[-185171,35058],[-189145,34846],[-186307,36027],[-191331,32626],[-189779,35205],[-179782,31140],[-182409,34510],[-183318,34756],[-186035,25846],[-189967,25893],[-185859,38327],[-183822,36860],[-183863,37695],[-185190,36196],[-188645,32618],[-187090,28840],[-187708,27124],[-190434,27134],[-191490,29830],[-191633,30471],[-191745,32340],[-190832,35441],[-191405,36624],[-191914,37145],[-189524,37055],[-185196,33266],[-184237,32525],[-186618,34574],[-185170,34814],[-188911,34652],[-186389,35780],[-191039,32689],[-190293,35702],[-190678,34683],[-191048,35968],[-187452,25858],[-181331,34896],[-185469,27105],[-183357,31344],[-188944,35304],[-191209,31614],[-180177,26107],[-181631,38350],[-179977,31126],[-181904,34629],[-182794,35039],[-186218,26324],[-188451,26148],[-190231,25883],[-189457,35687],[-186185,38153],[-183875,37398],[-183004,37788],[-185845,36903],[-187996,33299],[-186862,29022],[-186983,27103],[-189881,27121],[-191967,29864],[-191262,30787],[-191359,35250],[-191997,36925],[-191680,37746],[-188849,37197],[-184401,32341],[-187004,34898],[-185096,34604],[-189124,34969],[-186915,35762],[-191694,32871],[-180165,31882],[-181929,34542],[-186607,26482],[-188564,26198],[-190442,26294],[-185897,37508],[-183754,37357],[-185579,36827],[-187861,33209],[-186418,28969],[-187345,27578],[-190062,27509],[-191424,31236],[-191009,31739],[-191336,35637],[-191857,36947],[-191026,37199],[-188743,37039],[-185130,33343],[-184075,32242],[-186983,34585],[-184702,34484],[-188801,34833],[-186174,35961],[-191628,32468],[-190044,35658],[-181844,36111],[-183844,29163],[-179371,28976],[-182456,36341],[-191402,30173],[-188460,26018],[-185483,33712],[-188676,33574],[-183383,33367],[-185091,27656],[-183423,29875],[-191637,31488],[-189349,25881],[-184029,34419],[-189136,35343],[-180648,44046],[-181070,43667],[-181790,38618],[-184078,48529],[-191865,42641],[-190895,43963],[-191589,45179],[-188834,46695],[-189195,48122],[-189919,48787],[-189147,50149],[-187758,51254],[-184551,50767],[-191547,40526],[-182431,39741],[-182199,41458],[-184235,42830],[-182350,45777],[-181508,46661],[-182553,48099],[-181078,46732],[-188492,39626],[-190106,41257],[-191846,42399],[-191131,43812],[-191581,45501],[-189704,46864],[-189468,47953],[-190619,49005],[-188717,49606],[-189366,50736],[-184109,50902],[-181118,41566],[-181134,43009],[-180382,47557],[-181938,41525],[-184178,41948],[-182301,46124],[-181819,47104],[-181064,47125],[-188389,39261],[-190429,41206],[-191865,43160],[-190802,43909],[-189342,46313],[-189774,47571],[-189692,49417],[-188657,49369],[-189275,50736],[-187353,51177],[-184473,51029],[-182745,40618],[-191798,39426],[-182103,41193],[-181755,45350],[-182159,47107],[-182207,48150],[-188675,40037],[-190679,41253],[-191776,51358],[-183838,51235],[-182272,39858],[-188742,50228],[-188605,50032],[-191739,42730],[-191081,43380],[-191404,45609],[-188817,46906],[-189698,48261],[-190132,48833],[-188655,49367],[-189874,50210],[-182308,41777],[-184111,42288],[-182043,45439],[-181901,47184],[-182259,47961],[-188755,39272],[-189776,41100],[-191937,51270],[-184406,50397],[-182004,40476],[-183791,63597],[-180752,61714],[-189929,52311],[-187149,56409],[-187078,58319],[-186045,58176],[-185018,58725],[-187959,60469],[-189066,60711],[-186972,60317],[-188004,63822],[-187822,62881],[-183064,52658],[-188978,52268],[-191230,51402],[-187444,52184],[-190022,53944],[-185734,59734],[-184295,60761],[-182233,59471],[-180211,56581],[-180990,61235],[-189348,51900],[-187583,51754],[-190600,51709],[-186294,56476],[-186824,58853],[-186396,58862],[-185789,58575],[-188293,60622],[-187593,60003],[-188298,63021],[-187381,63209],[-183712,64143],[-180487,61679],[-189184,51689],[-190393,52613],[-186887,56089],[-186573,59070],[-186182,58018],[-185778,58563],[-189103,60436],[-187198,60183],[-187156,62979],[-183129,63468],[-180868,62039],[-190301,51690],[-187083,56699],[-186967,58994],[-186658,58652],[-185210,58547],[-188378,60110],[-188714,60038],[-186997,60589],[-188233,63612],[-187846,62829],[-186443,51651],[-185790,52159],[-186000,52368],[-184644,54790],[-184315,55558],[-184218,55406],[-189537,55836],[-188892,51783],[-187503,51518],[-187778,53342],[-191366,57509],[-191923,55078],[-184751,70480],[-188258,64494],[-188910,64542],[-189027,65610],[-185071,69593],[-187552,64239],[-188236,64970],[-189088,65063],[-185310,72458],[-186751,66973],[-185207,65542],[-179890,66752],[-182397,73943],[-185239,69758],[-188030,64611],[-188492,64445],[-188804,65178],[-184658,69935],[-187760,64797],[-188267,64411],[-189135,65105],[-186643,77362],[-183353,82854],[-184188,86349],[-185999,88145],[-191539,78926],[-190755,80855],[-188795,79974],[-187999,78029],[-187259,78401],[-180789,83251],[-189873,88669],[-188440,87986],[-180334,80110],[-181728,77678],[-185511,83102],[-180755,79489],[-184303,80024],[-185999,85681],[-186374,86472],[-184772,88265],[-189337,89186],[-188460,87788],[-180372,80555],[-181410,78041],[-186038,83351],[-189687,89241],[-179720,80205],[-181375,78360],[-185568,82951],[-179466,77426],[-180604,80274],[-181554,77573],[-185754,82521],[-191926,98100],[-186837,97869],[-189995,100059],[-191692,90244],[-191204,93367],[-179794,94805],[-183641,98729],[-183373,100101],[-189021,90102],[-189214,91995],[-189785,92812],[-191101,94307],[-190840,95782],[-180792,91398],[-189847,101351],[-189118,90034],[-189797,91570],[-191249,94604],[-191100,95920],[-188567,90417],[-189275,91208],[-190253,92164],[-191025,94074],[-190729,95825],[-188900,90306],[-189314,91446],[-190085,92814],[-191091,93720],[-191649,95828],[-191236,109114],[-189049,106630],[-191025,109650],[-183462,103011],[-184781,102712],[-184249,105784],[-186999,106080],[-185403,108299],[-186794,110006],[-188289,109574],[-189910,110533],[-190950,111419],[-188980,112073],[-191686,108775],[-183882,120468],[-183261,119751],[-179675,125402],[-188952,122847],[-183388,120290],[-185848,122255],[-180023,127196],[-184148,127299],[-190892,121962],[-190891,124403],[-184387,119625],[-185144,121519],[-180755,115403],[-191914,124870],[-182368,123576],[-191280,125593],[-182576,119041],[-185445,121363],[-179782,124999],[-204759,-125982],[-203943,-126611],[-203694,-121104],[-204102,-121803],[-204523,-125285],[-203503,-126238],[-203926,-121037],[-203962,-121356],[-204170,-121784],[-199665,-118821],[-203215,-118483],[-201503,-118996],[-201445,-119159],[-200905,-119163],[-196713,-117417],[-195764,-116943],[-196663,-115157],[-201724,-119580],[-192419,-119702],[-192294,-116171],[-192617,-115971],[-196132,-115718],[-194793,-125727],[-194184,-126891],[-194225,-127255],[-196152,-124807],[-195603,-119615],[-198915,-117108],[-202095,-115580],[-200997,-116342],[-202368,-117324],[-203201,-116773],[-203403,-116160],[-203919,-116534],[-202718,-116000],[-201864,-117003],[-202564,-115978],[-199301,-117059],[-199551,-116728],[-195585,-117893],[-196278,-117974],[-195054,-117814],[-193734,-119060],[-193999,-118073],[-194088,-117455],[-193199,-117042],[-193490,-117126],[-196463,-121354],[-197581,-118960],[-196256,-120217],[-195161,-123594],[-193619,-123882],[-193517,-124653],[-192790,-116472],[-192341,-120495],[-193898,-126670],[-194572,-117055],[-193848,-119797],[-194434,-119994],[-194679,-119216],[-201587,-120074],[-196767,-118948],[-192124,-124937],[-194138,-115978],[-196366,-115417],[-194531,-125450],[-196412,-123978],[-196582,-124317],[-196030,-124412],[-195574,-122449],[-196126,-121228],[-198516,-119579],[-198915,-118921],[-197314,-121460],[-198499,-117633],[-196690,-123139],[-201841,-116986],[-200677,-115004],[-201590,-115409],[-200448,-115238],[-202653,-115421],[-202612,-115625],[-202001,-116459],[-201771,-116180],[-192281,-117143],[-192394,-117537],[-194633,-117586],[-195490,-118951],[-196192,-121697],[-197099,-119058],[-196559,-120286],[-195241,-123024],[-193312,-123713],[-193776,-124482],[-194688,-115411],[-202318,-116591],[-193280,-115281],[-200947,-117997],[-197707,-120038],[-199032,-116493],[-198200,-120317],[-198520,-115446],[-196516,-118285],[-198384,-115601],[-198262,-115763],[-196322,-117699],[-197786,-115969],[-196354,-116743],[-196502,-115899],[-195682,-118444],[-195407,-117339],[-197607,-121207],[-198697,-116349],[-200588,-118219],[-201103,-119579],[-196788,-121784],[-197756,-119031],[-197172,-120271],[-195653,-123586],[-194117,-123998],[-193783,-125046],[-202058,-115786],[-198722,-117821],[-201863,-119759],[-203015,-115774],[-201491,-120059],[-196890,-121853],[-196914,-119332],[-196544,-121047],[-195806,-123777],[-193439,-123601],[-193572,-124774],[-198670,-129880],[-195084,-129958],[-194913,-130183],[-197252,-130052],[-197025,-130355],[-202823,-130897],[-202573,-130906],[-202000,-131377],[-199747,-132317],[-199614,-132944],[-200932,-131875],[-200512,-131909],[-194842,-133840],[-200454,-139920],[-200230,-139519],[-200183,-139877],[-200044,-138917],[-199796,-138854],[-196733,-137655],[-195958,-137371],[-196433,-137810],[-196516,-137440],[-196988,-137668],[-196311,-137012],[-195010,-133645],[-195555,-136739],[-195429,-135906],[-195550,-135919],[-200296,-128764],[-198920,-134511],[-196449,-130301],[-199911,-133476],[-199691,-128830],[-196536,-133280],[-196348,-130638],[-196585,-131658],[-196371,-130826],[-200440,-133537],[-199167,-135559],[-199029,-135330],[-199224,-135617],[-193681,-132754],[-196623,-130299],[-201085,-131911],[-194737,-134998],[-194468,-133883],[-200089,-136264],[-200008,-136101],[-199914,-136660],[-199414,-134755],[-200096,-139119],[-196617,-137954],[-197663,-138422],[-197935,-139641],[-202368,-129265],[-193622,-130710],[-199021,-129506],[-204458,-128516],[-197337,-130280],[-197471,-129912],[-196690,-130464],[-197030,-130751],[-196193,-130170],[-204797,-128194],[-199689,-132132],[-202258,-131249],[-202302,-130982],[-193222,-132965],[-194138,-133578],[-194353,-133739],[-194075,-129971],[-199901,-136154],[-199821,-136736],[-199978,-135566],[-200060,-135665],[-200720,-140078],[-200798,-140550],[-199625,-138444],[-196142,-136800],[-196132,-137355],[-196191,-137829],[-197499,-138421],[-197208,-140557],[-196450,-135644],[-201705,-132057],[-195630,-131155],[-195970,-131672],[-196128,-133902],[-196331,-130531],[-196862,-131845],[-192943,-132512],[-194368,-132133],[-199290,-135735],[-198664,-135987],[-198296,-134817],[-200932,-132055],[-199612,-132628],[-199455,-132524],[-200952,-140558],[-198519,-130928],[-199020,-130434],[-196183,-132108],[-198246,-130675],[-195087,-135381],[-203480,-128797],[-195818,-134152],[-199131,-130299],[-194393,-133072],[-196640,-136238],[-196993,-129904],[-200566,-135703],[-192161,-138222],[-192157,-139121],[-194868,-139237],[-194901,-140331],[-196050,-140474],[-192822,-137123],[-192858,-135214],[-193579,-133901],[-193223,-136273],[-192359,-132650],[-192484,-133880],[-193526,-133958],[-193139,-131320],[-192740,-130889],[-192771,-132159],[-192876,-130398],[-193619,-129977],[-192592,-130460],[-193252,-128307],[-192371,-128823],[-193272,-127915],[-193997,-137393],[-204370,-132864],[-201186,-134981],[-200957,-135092],[-195747,-140037],[-204701,-138162],[-202557,-135458],[-203963,-134289],[-203412,-133672],[-204490,-137521],[-203152,-135294],[-203980,-133882],[-203981,-135617],[-202687,-135790],[-204285,-135323],[-200983,-133564],[-202961,-132740],[-203244,-132580],[-201417,-134389],[-201245,-134798],[-201967,-132605],[-195948,-139164],[-195985,-139447],[-195166,-139389],[-193019,-138312],[-195286,-140176],[-193185,-137957],[-193441,-134799],[-192951,-133990],[-193033,-133909],[-193612,-132402],[-193884,-131029],[-192480,-131776],[-192527,-130570],[-193233,-130720],[-193581,-129632],[-192712,-128781],[-193267,-129292],[-193673,-133643],[-193973,-131715],[-194022,-133952],[-193735,-135091],[-193581,-134472],[-200692,-135582],[-202648,-134444],[-204759,-133667],[-204785,-142420],[-197058,-152423],[-196045,-153135],[-198300,-151258],[-198809,-151147],[-199006,-150160],[-199973,-147264],[-200187,-147127],[-200058,-146565],[-201319,-152421],[-199764,-153040],[-201735,-141261],[-201442,-141395],[-201688,-141900],[-198369,-141133],[-203682,-145334],[-204613,-146900],[-203985,-147887],[-201126,-146917],[-200469,-144158],[-199321,-143353],[-201870,-151077],[-204675,-151413],[-199360,-150482],[-200004,-145404],[-201502,-151786],[-200904,-152089],[-199681,-152860],[-198241,-141818],[-201048,-148346],[-200626,-149634],[-199054,-149028],[-200546,-148018],[-200299,-149184],[-202729,-152241],[-195634,-152936],[-195909,-152172],[-195550,-151526],[-196419,-151533],[-194348,-152395],[-193648,-152237],[-193948,-152936],[-198224,-151316],[-197075,-151190],[-197043,-151965],[-203749,-145890],[-202568,-148955],[-200594,-147004],[-200627,-144008],[-198997,-143415],[-201741,-151632],[-204552,-151587],[-200830,-140808],[-204249,-145907],[-204633,-146497],[-203796,-148354],[-201018,-146707],[-200520,-143832],[-198952,-143121],[-201953,-151429],[-204787,-150880],[-204587,-142478],[-195900,-153253],[-196616,-152997],[-196877,-153043],[-196986,-152667],[-199141,-150468],[-199055,-151041],[-198992,-151395],[-199819,-148227],[-200137,-146743],[-200304,-146455],[-201591,-152007],[-201493,-152459],[-204660,-147446],[-204378,-144718],[-201385,-147230],[-200582,-149392],[-199346,-149297],[-195604,-152844],[-195454,-152486],[-196289,-152374],[-194966,-151666],[-194609,-152229],[-194131,-152162],[-194054,-152681],[-197290,-150872],[-198302,-151016],[-197027,-151589],[-201247,-141379],[-204176,-145290],[-203825,-148945],[-200797,-146643],[-200725,-143752],[-199201,-143096],[-202531,-151430],[-204680,-152072],[-197201,-142721],[-192326,-146523],[-192373,-146083],[-193313,-140674],[-194484,-142118],[-197347,-142934],[-194700,-144379],[-194446,-143917],[-195264,-144638],[-196147,-144626],[-196415,-143747],[-197833,-145676],[-197081,-145077],[-198446,-146984],[-193021,-149010],[-193384,-148907],[-195822,-148136],[-195152,-150183],[-195742,-146489],[-196432,-145781],[-197171,-147341],[-192573,-150941],[-192926,-150339],[-194062,-149974],[-196402,-146261],[-196741,-147234],[-194592,-149895],[-193085,-141517],[-192414,-142906],[-195360,-141426],[-196268,-141518],[-195564,-141802],[-196067,-142238],[-196839,-142630],[-196157,-150455],[-194347,-146772],[-193148,-147256],[-193540,-147121],[-192369,-145832],[-195486,-142966],[-195870,-144430],[-192810,-150165],[-197344,-147163],[-197753,-146977],[-193770,-150751],[-194291,-149929],[-196091,-147094],[-194816,-143545],[-196275,-146401],[-196914,-147974],[-197320,-146896],[-194788,-146130],[-194794,-141571],[-194327,-143428],[-194762,-148550],[-196186,-150572],[-192218,-150164],[-192893,-149400],[-194814,-142000],[-194537,-140647],[-196119,-150098],[-201365,-165218],[-198759,-166134],[-202166,-163462],[-202591,-163379],[-200224,-163469],[-201235,-154980],[-197529,-162133],[-197877,-161692],[-198666,-161789],[-199172,-164381],[-199232,-163533],[-199445,-163149],[-197596,-163593],[-197455,-163412],[-197188,-164079],[-195766,-160652],[-199264,-160235],[-199061,-160058],[-198257,-165085],[-194069,-161578],[-193399,-153936],[-195695,-154431],[-196162,-153837],[-200278,-165229],[-197587,-157773],[-201735,-164188],[-202577,-163757],[-200249,-163452],[-202135,-154942],[-196980,-157480],[-197212,-156559],[-196342,-156869],[-196238,-158109],[-196101,-157179],[-197674,-156596],[-197855,-156317],[-198546,-155184],[-198302,-162752],[-198413,-162231],[-199377,-162671],[-197668,-162265],[-197927,-163542],[-197639,-163412],[-200411,-154156],[-201052,-160545],[-199525,-160270],[-199337,-160173],[-199081,-158859],[-197751,-164991],[-195639,-161543],[-194318,-162369],[-194240,-161891],[-194728,-162004],[-194286,-154334],[-194527,-154294],[-194383,-154871],[-193143,-155310],[-195028,-153994],[-195403,-154376],[-195159,-154410],[-194972,-153722],[-194603,-153756],[-194733,-153599],[-192044,-162666],[-199176,-165662],[-198756,-158663],[-198493,-161663],[-199027,-164566],[-196203,-162690],[-196195,-161784],[-196081,-160726],[-195581,-160194],[-196375,-159595],[-194456,-160230],[-200972,-157151],[-202841,-158081],[-202582,-156828],[-201061,-155879],[-200374,-154371],[-200810,-157259],[-200597,-156896],[-203495,-158728],[-202516,-161091],[-203418,-160757],[-198905,-160138],[-198570,-159413],[-198587,-159055],[-198594,-160055],[-199893,-161031],[-199807,-159957],[-199944,-160026],[-198143,-165345],[-194560,-160098],[-195080,-161939],[-194917,-161916],[-194624,-161949],[-193154,-153982],[-196966,-153495],[-195569,-159893],[-195202,-158174],[-195143,-157734],[-195542,-157702],[-193348,-155386],[-194574,-154938],[-193550,-155424],[-192161,-158501],[-192056,-158337],[-192790,-158123],[-199028,-165731],[-199516,-166043],[-203639,-163710],[-192781,-155194],[-201599,-156590],[-199473,-155272],[-196790,-157980],[-204025,-160184],[-202778,-160642],[-201947,-164347],[-203181,-163358],[-199847,-163978],[-202081,-154939],[-196974,-156558],[-197156,-157089],[-197337,-156673],[-198755,-155899],[-198897,-155859],[-199029,-156475],[-204796,-155643],[-203566,-160452],[-201498,-164534],[-202789,-163859],[-200130,-163388],[-201743,-154379],[-193954,-167296],[-200443,-168297],[-197392,-175921],[-197977,-175768],[-198445,-177066],[-196213,-176206],[-196209,-176396],[-196719,-176181],[-197290,-174614],[-196570,-174698],[-197103,-174630],[-194529,-176439],[-195522,-176349],[-195142,-176144],[-198945,-176552],[-199169,-176636],[-199721,-177170],[-197414,-176618],[-196827,-175741],[-197532,-176831],[-201335,-170040],[-193146,-176063],[-192013,-175870],[-192662,-176406],[-201975,-167968],[-203427,-170580],[-203749,-170156],[-202924,-170115],[-197501,-176230],[-197669,-175800],[-197412,-175926],[-196786,-176234],[-196640,-175964],[-196613,-176350],[-198066,-175040],[-197594,-175977],[-197540,-175025],[-195112,-176298],[-195027,-175438],[-195432,-176348],[-199131,-176373],[-199286,-176915],[-199178,-176914],[-197750,-176370],[-197455,-176524],[-197526,-176934],[-193979,-166833],[-198773,-167182],[-199908,-167012],[-203668,-171799],[-204710,-170921],[-194196,-174973],[-193782,-175154],[-201137,-167257],[-201333,-167386],[-201194,-168027],[-200945,-167358],[-202511,-172199],[-194590,-175191],[-195339,-174681],[-203783,-170065],[-202369,-174522],[-197756,-171125],[-203811,-168209],[-200690,-184167],[-201356,-184242],[-200901,-184752],[-201470,-184478],[-201627,-184297],[-201982,-184184],[-202506,-183542],[-202700,-183184],[-203589,-183680],[-202951,-184445],[-194163,-184457],[-195756,-184281],[-196496,-184590],[-192717,-183748],[-192760,-183402],[-193307,-183471],[-194104,-182952],[-196452,-190817],[-195649,-191571],[-200137,-190711],[-200003,-190172],[-201871,-184841],[-201362,-184986],[-196225,-185767],[-195930,-184295],[-194689,-184648],[-196119,-184379],[-192623,-184139],[-201606,-186896],[-201860,-187059],[-196603,-187238],[-197709,-187286],[-197986,-186616],[-193413,-186079],[-194870,-186235],[-193608,-185282],[-200484,-182230],[-200327,-181539],[-200441,-180865],[-203397,-181979],[-195899,-182689],[-192856,-180775],[-193154,-180000],[-193811,-179972],[-193413,-179792],[-204439,-188085],[-204276,-187808],[-203193,-188650],[-204618,-187899],[-196920,-183043],[-203879,-185862],[-198206,-181483],[-203299,-180168],[-201112,-180521],[-199460,-181574],[-204300,-183486],[-199466,-190669],[-197366,-190378],[-192789,-182932],[-193825,-185622],[-193148,-185700],[-193734,-187865],[-202104,-187358],[-204386,-188951],[-204657,-184664],[-199831,-188817],[-201075,-180352],[-201449,-180153],[-201366,-180556],[-202438,-181480],[-203333,-181152],[-204390,-181798],[-200650,-182466],[-200710,-182188],[-201179,-182290],[-200934,-182443],[-201507,-182201],[-199215,-184468],[-199636,-184185],[-200050,-184201],[-199846,-184562],[-200318,-184346],[-201265,-184509],[-201808,-184709],[-202412,-184875],[-201759,-184958],[-202108,-184500],[-202966,-184610],[-202845,-185570],[-203575,-185624],[-201722,-185662],[-202541,-185802],[-196089,-182075],[-195843,-181682],[-195317,-181567],[-192763,-179422],[-193261,-179646],[-193083,-185944],[-193231,-185481],[-193711,-185619],[-193252,-185813],[-194485,-185778],[-194966,-185447],[-195207,-185733],[-195685,-185620],[-192566,-186156],[-192185,-185858],[-192096,-186423],[-196674,-184309],[-196243,-184895],[-196650,-185342],[-196886,-185003],[-201978,-186901],[-201903,-187873],[-201256,-187488],[-201518,-187861],[-198414,-188958],[-198967,-189340],[-198397,-189689],[-198134,-189396],[-194869,-187435],[-195601,-187696],[-193912,-188483],[-195043,-187029],[-197488,-187208],[-193733,-185060],[-203357,-188808],[-203861,-188273],[-203513,-186864],[-192250,-181513],[-193720,-185234],[-197317,-185384],[-198850,-183464],[-194567,-180021],[-203206,-185077],[-194942,-181229],[-197351,-180700],[-201819,-190622],[-204683,-185062],[-192218,-183440],[-198546,-191782],[-196884,-191380],[-199678,-185435],[-202768,-187614],[-200604,-186221],[-193746,-187481],[-203459,-187774],[-199511,-181100],[-203043,-188652],[-194939,-184815],[-196784,-190364],[-194292,-190460],[-195385,-183113],[-194363,-181430],[-192483,-183380],[-193372,-183600],[-194014,-186382],[-195532,-186682],[-194903,-186070],[-202311,-187354],[-202713,-187404],[-203610,-189980],[-203663,-187255],[-204595,-184832],[-192155,-179580],[-201299,-191566],[-200702,-188047],[-196077,-184427],[-196180,-182934],[-193517,-182978],[-193101,-185809],[-194424,-187143],[-196325,-186179],[-202200,-188635],[-204587,-188086],[-204794,-186898],[-204612,-186634],[-192724,-179380],[-201170,-191530],[-200292,-188678],[-199563,-189169],[-200775,-194668],[-202036,-192356],[-193067,-197091],[-202219,-203349],[-201105,-203896],[-196695,-202743],[-196308,-201946],[-196254,-202611],[-195814,-202628],[-196101,-202130],[-195169,-204019],[-195426,-202993],[-198836,-201616],[-199023,-202013],[-197626,-202242],[-201078,-200240],[-201896,-200891],[-201885,-202517],[-204339,-202751],[-204605,-203895],[-202987,-201627],[-195291,-194465],[-199082,-193643],[-195161,-191956],[-193673,-194259],[-192437,-201686],[-194213,-198214],[-199568,-192791],[-199447,-202610],[-204263,-201604],[-199230,-202267],[-204484,-200459],[-199231,-199381],[-198654,-199303],[-199136,-199513],[-197722,-198282],[-198251,-198009],[-198244,-197746],[-197269,-200007],[-196876,-200587],[-196573,-198436],[-195780,-198507],[-195285,-197931],[-196823,-202768],[-196061,-203308],[-195974,-202981],[-196327,-202407],[-195715,-202160],[-196183,-202540],[-195472,-203920],[-195542,-203405],[-198508,-201741],[-199136,-201532],[-197809,-201999],[-200417,-200471],[-201882,-200896],[-202667,-202103],[-203927,-202782],[-202886,-201577],[-204239,-200307],[-194707,-194836],[-197024,-192798],[-193326,-192158],[-192779,-193052],[-193110,-201463],[-198148,-193471],[-197299,-191855],[-196130,-194885],[-193686,-193938],[-200231,-203887],[-199963,-202916],[-202311,-203557],[-193322,-202151],[-196661,-202715],[-195600,-202891],[-195893,-202766],[-196182,-202614],[-195847,-202384],[-195429,-204491],[-195435,-203193],[-198630,-201860],[-199175,-201841],[-197805,-201986],[-200322,-200371],[-201101,-201169],[-201825,-202397],[-203894,-202540],[-204414,-204295],[-204724,-202255],[-202968,-201660],[-194673,-192384],[-192582,-192781],[-192426,-197891],[-194005,-197313],[-198217,-192154],[-197935,-192596],[-197100,-202782],[-196005,-202044],[-196333,-202696],[-195606,-202223],[-196179,-202169],[-195196,-204030],[-195498,-203371],[-198606,-202073],[-199162,-201934],[-197773,-202309],[-200626,-199799],[-201282,-201478],[-202789,-202518],[-204145,-202331],[-192834,-202333],[-204727,-202227],[-202987,-201360],[-194691,-196328],[-192133,-193795],[-192005,-194870],[-202501,-211347],[-197698,-210966],[-193957,-207102],[-196449,-208447],[-197661,-206183],[-203031,-205782],[-195801,-215444],[-194333,-215482],[-192734,-216027],[-195517,-213261],[-197982,-208440],[-195102,-210790],[-192534,-205582],[-194882,-204886],[-202210,-212636],[-201874,-209084],[-197899,-210425],[-197462,-211735],[-195557,-212221],[-197101,-210167],[-199829,-205318],[-200005,-204981],[-200336,-205459],[-201497,-211212],[-202096,-212114],[-197179,-216875],[-196284,-214243],[-193892,-214884],[-193194,-216665],[-195575,-211624],[-195230,-213934],[-193607,-213624],[-192125,-213258],[-192897,-210949],[-192501,-205301],[-195368,-204837],[-204748,-208561],[-201031,-214278],[-200790,-209755],[-196103,-208896],[-194251,-210317],[-201888,-205250],[-201263,-211046],[-197684,-210937],[-196636,-214295],[-197541,-209553],[-194958,-208777],[-192304,-205159],[-195414,-204937],[-204448,-215312],[-201151,-215020],[-203630,-214796],[-200424,-217173],[-202052,-217261],[-204187,-217366],[-196048,-214357],[-195565,-214838],[-196687,-215489],[-195735,-214929],[-195286,-216040],[-195719,-216298],[-194463,-215731],[-194314,-216400],[-194727,-217228],[-192511,-217273],[-193668,-215005],[-193038,-215230],[-192586,-213985],[-193381,-214590],[-193764,-214234],[-194177,-213104],[-192641,-212024],[-192291,-212469],[-192152,-212175],[-192435,-212357],[-192882,-210791],[-194556,-211076],[-193287,-210358],[-195601,-209404],[-194529,-209163],[-195988,-208822],[-194733,-208631],[-197628,-209953],[-197224,-208862],[-198653,-208445],[-198317,-209237],[-196875,-208758],[-196924,-207487],[-198893,-211014],[-199203,-211037],[-200407,-211051],[-200539,-210543],[-202022,-209921],[-202337,-209715],[-200872,-209633],[-200851,-208699],[-200366,-208659],[-199808,-208552],[-196465,-206500],[-196398,-207287],[-197100,-206553],[-196717,-207040],[-197015,-205515],[-196616,-206539],[-194440,-208603],[-195834,-207469],[-193928,-208993],[-193199,-208445],[-192104,-209976],[-192425,-210062],[-203015,-209341],[-202321,-209832],[-201322,-208913],[-201972,-208579],[-202474,-208485],[-201118,-208076],[-199748,-208611],[-200104,-208712],[-192304,-207353],[-193310,-206251],[-192325,-207178],[-192957,-206950],[-193800,-207212],[-193970,-207143],[-194603,-207180],[-192369,-208982],[-192467,-205276],[-195104,-205002],[-204528,-204788],[-195007,-217369],[-194833,-223663],[-195425,-223431],[-195502,-223678],[-194319,-229362],[-202374,-226512],[-203926,-225799],[-197390,-227367],[-199391,-227293],[-195655,-223187],[-195260,-223244],[-194757,-223439],[-194602,-223708],[-195941,-223334],[-195426,-223866],[-196140,-223214],[-192356,-224796],[-202095,-226509],[-197028,-227262],[-192242,-225296],[-195477,-228761],[-193171,-224733],[-197003,-227286],[-199373,-227269],[-193035,-220671],[-194719,-219643],[-194588,-219794],[-193222,-219941],[-193567,-220167],[-197219,-229715],[-198699,-228533],[-204297,-229861],[-195239,-220151],[-192569,-218321],[-192504,-218419],[-193084,-217886],[-196615,-229260],[-199309,-228635],[-201657,-228464],[-201994,-227502],[-203407,-229239],[-197717,-228192],[-200207,-227699],[-194262,-219767],[-194066,-219849],[-193503,-219889],[-194560,-219961],[-195501,-219864],[-195093,-220020],[-193659,-220237],[-193880,-220297],[-192976,-219911],[-195408,-229891],[-198958,-229640],[-201454,-228511],[-202634,-228811],[-200304,-227368],[-199499,-227543],[-199581,-218541],[-193423,-218241],[-196426,-228999],[-197796,-229839],[-200564,-229520],[-204718,-226311],[-198999,-218478],[-201313,-218181],[-193859,-233243],[-192297,-235085],[-195363,-231458],[-201474,-230300],[-198019,-234609],[-202810,-234991],[-194309,-232738],[-199863,-234918],[-203308,-234961],[-198995,-234489],[-203035,-234322],[-193108,-232125],[-194192,-231322],[-193133,-233037],[-193200,-233561],[-198624,-233849],[-200404,-231967],[-200734,-233719],[-198074,-236308],[-198345,-236897],[-196331,-236868],[-199329,-235317],[-200936,-233890],[-201618,-235309],[-201832,-235533],[-203019,-234010],[-203077,-236671],[-204097,-236929],[-202682,-237306],[-202289,-238673],[-203296,-238365],[-202142,-240488],[-193500,-239177],[-194258,-236874],[-194654,-237903],[-194534,-241322],[-195456,-240520],[-195449,-240339],[-202458,-242373],[-203289,-241951],[-193200,-231672],[-193992,-230975],[-196748,-11365],[-200212,-6607],[-199751,-4768],[-201858,-2640],[-196904,-11118],[-200026,-6447],[-199853,-3891],[-201644,-3460],[-198104,-7683],[-195736,-10663],[-195488,-8322],[-198257,-7257],[-199192,-9497],[-199185,-10403],[-196128,-10754],[-200077,-7094],[-199620,-4199],[-192343,-10334],[-195746,-8830],[-199381,-7194],[-198989,-9403],[-199891,-11049],[-196771,-11444],[-200167,-6380],[-199627,-3963],[-194902,-253773],[-196187,-253559],[-195617,-252423],[-192236,-248847],[-197353,-250049],[-195054,-253949],[-194961,-252975],[-196820,-252127],[-197468,-250984],[-196632,-249977],[-192015,-250034],[-192055,-247890],[-192070,-248760],[-198907,-246637],[-197559,-247373],[-198826,-245201],[-199384,-246065],[-192207,-254482],[-199563,-245204],[-192947,-251935],[-196096,-255769],[-195063,-255046],[-198434,-247172],[-194161,-244553],[-196619,-244011],[-197524,-247105],[-199611,-244002],[-195902,-244946],[-195354,-245213],[-192835,-244530],[-192835,-251259],[-193843,-253646],[-199229,-252097],[-198553,-250435],[-198659,-249455],[-199084,-249616],[-200784,-250567],[-197498,-245939],[-201201,-249562],[-200535,-248702],[-202190,-245628],[-203370,-250507],[-204700,-249342],[-203479,-248473],[-199918,-244173],[-203095,-243848],[-203757,-243307],[-196351,-250373],[-195445,-250131],[-195591,-248922],[-193187,-250071],[-199121,-247893],[-197493,-246537],[-197139,-249911],[-197449,-250463],[-194955,-249948],[-194887,-254543],[-195204,-252849],[-196499,-252644],[-194152,-249153],[-192044,-248800],[-201736,-268523],[-192346,-267594],[-197483,-264964],[-195526,-256065],[-195860,-255868],[-203057,-261303],[-199852,-262417],[-194009,-262266],[-200273,-264614],[-200756,-265875],[-202776,-256560],[-201502,-261751],[-201444,-260441],[-193349,-258632],[-193077,-258264],[-199542,-264753],[-193660,-263842],[-192151,-263334],[-201723,-265207],[-202165,-262721],[-201939,-258158],[-201766,-261493],[-199473,-260643],[-204008,-267309],[-202677,-263444],[-203488,-259958],[-200658,-260727],[-199478,-261065],[-199331,-261263],[-199442,-261627],[-198619,-261642],[-198797,-260472],[-198331,-260185],[-197779,-260853],[-196479,-260388],[-194229,-260554],[-200947,-263873],[-203077,-264274],[-204452,-264473],[-204456,-263717],[-204756,-265034],[-201554,-261034],[-202994,-260800],[-202972,-260113],[-201797,-260852],[-203919,-259077],[-203874,-261961],[-200083,-262298],[-201319,-263288],[-195993,-258333],[-197476,-258943],[-197276,-259352],[-196548,-258913],[-195485,-263697],[-194261,-265162],[-196371,-264067],[-197009,-263704],[-197184,-265076],[-192791,-258269],[-193201,-258159],[-204111,-260326],[-196672,-263549],[-192862,-262762],[-201546,-265067],[-201855,-262685],[-201867,-258541],[-201575,-260958],[-199098,-260650],[-201645,-263409],[-194038,-257658],[-203493,-264423],[-197342,-264347],[-199325,-262944],[-192892,-262632],[-193364,-256100],[-195816,-256316],[-197253,-256842],[-197269,-257059],[-200359,-263970],[-201817,-258330],[-201749,-261315],[-201396,-260569],[-202470,-263414],[-201632,-262745],[-203162,-261854],[-201656,-260585],[-200862,-261440],[-197785,-260391],[-196248,-260370],[-201386,-263659],[-200423,-263557],[-204278,-264099],[-204150,-264708],[-203288,-261582],[-201502,-260829],[-202988,-259938],[-202758,-260512],[-194704,-258682],[-194372,-259447],[-194689,-263627],[-195222,-264770],[-192631,-258196],[-192100,-267163],[-198529,-265403],[-204024,-267849],[-195661,-255803],[-196816,-271543],[-194444,-271236],[-200469,-274480],[-198692,-272380],[-196516,-278162],[-194285,-276753],[-194861,-276759],[-196790,-278198],[-198082,-273313],[-192496,-273161],[-197368,-273603],[-194107,-274403],[-199490,-274468],[-203225,-269106],[-197786,-271506],[-193848,-269396],[-203824,-278162],[-203704,-280342],[-200615,-274331],[-197566,-277786],[-197142,-277563],[-196875,-277305],[-196728,-277375],[-196618,-277490],[-192161,-271822],[-197919,-273817],[-193925,-274911],[-196964,-276270],[-199871,-274911],[-199753,-273821],[-199497,-274149],[-200618,-273996],[-201931,-292197],[-204054,-290923],[-202372,-288640],[-201487,-292451],[-203791,-288620],[-203513,-287939],[-202637,-287526],[-202469,-287261],[-201771,-287868],[-200678,-288769],[-192181,-286354],[-193592,-286158],[-194584,-288326],[-196910,-289719],[-198078,-290850],[-202626,-290848],[-193392,-286393],[-195491,-287698],[-195977,-287486],[-196324,-289129],[-197580,-289064],[-204568,-287968],[-204589,-288794],[-201587,-287265],[-200520,-289135],[-200715,-288516],[-202830,-287006],[-204019,-286483],[-200836,-292148],[-198143,-289104],[-202740,-289386],[-200505,-292586],[-200256,-292314],[-193303,-287403],[-193502,-288520],[-196289,-291513],[-194680,-291598],[-197961,-293328],[-193276,-288257],[-196548,-291506],[-195526,-292145],[-194441,-294044],[-192995,-294105],[-194468,-292244],[-194016,-293270],[-193014,-293558],[-193645,-293769],[-194148,-289913],[-193026,-287834],[-192422,-292633],[-204622,-295717],[-200666,-294359],[-204756,-294838],[-203635,-294728],[-204038,-295904],[-198059,-304710],[-198244,-300581],[-201000,-298854],[-203978,-298906],[-194793,-297557],[-196128,-299971],[-203151,-302468],[-202474,-300116],[-199471,-299470],[-196314,-301984],[-201580,-301374],[-195681,-298900],[-196780,-302041],[-197801,-301370],[-202229,-294793],[-198188,-300057],[-198977,-302258],[-201349,-299404],[-200590,-298552],[-203150,-301673],[-203850,-299529],[-202532,-302339],[-202653,-304918],[-202875,-306140],[-197285,-299547],[-197769,-297162],[-198250,-305933],[-202586,-296002],[-197748,-305960],[-198644,-300424],[-202051,-302322],[-194966,-294743],[-203573,-303556],[-196583,-302316],[-194380,-309076],[-204249,-314219],[-202837,-317146],[-203097,-312804],[-197720,-313954],[-195729,-311087],[-204384,-314171],[-203353,-315424],[-195901,-308920],[-195182,-310089],[-202937,-316051],[-197465,-309434],[-199202,-310887],[-197762,-314411],[-203240,-314177],[-202357,-313600],[-202780,-312315],[-197589,-310156],[-202640,-316897],[-203722,-321617],[-202057,-321132],[-201372,-321049],[-201001,-340382],[-198109,-339658],[-199919,-340977],[-200218,-341477],[-199541,-339789],[-200648,-337673],[-199831,-338671],[-198487,-340441],[-199621,-341105],[-198509,-339921],[-203206,-354130],[-203242,-354619],[-201373,-353048],[-198779,-351905],[-201634,-354456],[-204674,-361160],[-202086,-367292],[-204429,-365131],[-195461,-19703],[-195797,-19925],[-192491,-15190],[-194982,-17118],[-193031,-22929],[-195346,-14437],[-196226,-14304],[-193663,-14979],[-195525,-17977],[-194283,-25364],[-195471,-19099],[-193483,-23727],[-192809,-23984],[-192532,-18205],[-192005,-18446],[-192354,-16484],[-192805,-25294],[-194349,-24507],[-195474,-13532],[-192295,-18052],[-192011,-23786],[-196077,-14052],[-201276,-382919],[-203524,-383103],[-202112,-383271],[-195681,-409033],[-203982,-406124],[-201380,-406889],[-204588,-405853],[-203023,-406153],[-204286,-405361],[-204346,-417145],[-202459,-414632],[-199690,-418314],[-199649,-415583],[-197373,-411877],[-195837,-417879],[-196007,-417638],[-194519,-409935],[-196719,-410880],[-195975,-410637],[-199405,-418088],[-192784,-415883],[-201988,-418319],[-198857,-411458],[-200254,-421842],[-196159,-410296],[-195021,-416371],[-194482,-414119],[-194758,-415033],[-196837,-410629],[-201240,-416951],[-203019,-415941],[-201374,-416231],[-195844,-411146],[-199105,-411274],[-199002,-417210],[-199720,-417588],[-196495,-410879],[-195884,-416352],[-193490,-415554],[-201652,-414373],[-201351,-417057],[-196308,-410789],[-201174,-411030],[-201884,-411127],[-201916,-411345],[-201341,-409409],[-199673,-423884],[-194392,-423402],[-204211,-423353],[-196816,-433318],[-204143,-423960],[-197935,-423556],[-201450,-432434],[-197253,-425443],[-194469,-423599],[-204453,-423302],[-204119,-425879],[-199354,-423910],[-196007,-434475],[-200139,-423264],[-196151,-434408],[-195337,-422412],[-192771,-438729],[-195042,-33560],[-198493,-37682],[-200994,-33584],[-199151,-32514],[-200450,-29824],[-202830,-33341],[-203332,-32520],[-202874,-31917],[-201958,-31777],[-196263,-34401],[-195718,-34454],[-195785,-31393],[-202105,-28255],[-202391,-28370],[-201918,-25829],[-200970,-33316],[-198889,-32545],[-200710,-28670],[-197332,-36884],[-194977,-35599],[-195091,-33458],[-196868,-32947],[-194229,-31500],[-196627,-31997],[-200815,-34599],[-192385,-37573],[-192833,-36107],[-201353,-37055],[-202288,-36723],[-203692,-35691],[-203826,-36016],[-198159,-33526],[-198264,-33151],[-192378,-30915],[-192622,-31184],[-195993,-34317],[-193936,-25598],[-194418,-26347],[-196795,-36982],[-194919,-35512],[-195494,-34011],[-196274,-31499],[-196546,-32444],[-193869,-31739],[-197275,-31929],[-200478,-33891],[-192688,-35289],[-192868,-35697],[-193213,-35970],[-197698,-37313],[-194541,-36104],[-195415,-34115],[-196242,-32341],[-194533,-31702],[-197384,-31423],[-200765,-34565],[-192438,-36983],[-193357,-36565],[-202798,-32953],[-198300,-33742],[-195190,-33158],[-195956,-31569],[-202000,-25586],[-197420,-29839],[-196776,-37068],[-194647,-36121],[-195059,-34341],[-194564,-31959],[-197236,-31702],[-200585,-34258],[-192610,-36894],[-193317,-36639],[-199202,-45868],[-194050,-50885],[-193761,-50921],[-195247,-47259],[-194936,-46931],[-195267,-43251],[-193934,-43429],[-194603,-44364],[-195047,-43420],[-194255,-43337],[-194069,-41024],[-193728,-40657],[-201040,-40910],[-202406,-38605],[-199342,-39205],[-198344,-41454],[-202954,-39753],[-198126,-42381],[-202921,-44617],[-200612,-43739],[-202594,-50930],[-204341,-50870],[-192641,-50744],[-195461,-50358],[-196077,-49319],[-197095,-48287],[-196041,-48731],[-192485,-40380],[-193451,-42528],[-197015,-39289],[-192520,-50076],[-192642,-46449],[-198035,-39423],[-195313,-50120],[-196581,-48830],[-195475,-48724],[-192661,-40025],[-193575,-41896],[-192082,-50213],[-192857,-45660],[-198718,-39925],[-198139,-39976],[-196634,-38832],[-197838,-41074],[-196343,-39970],[-196913,-41793],[-199002,-45635],[-199746,-49327],[-200312,-49371],[-199562,-49726],[-194013,-50555],[-199177,-50905],[-195407,-50177],[-196378,-49264],[-195476,-48638],[-192347,-40598],[-192941,-42058],[-196672,-39604],[-192144,-49741],[-193309,-46343],[-198695,-39665],[-198011,-40012],[-196151,-40166],[-199076,-46097],[-198660,-45671],[-199544,-49554],[-200935,-40046],[-199758,-40599],[-199357,-42499],[-202258,-42159],[-200152,-44464],[-203729,-44079],[-202086,-43829],[-202513,-50277],[-203698,-50770],[-197574,-41146],[-197242,-40808],[-193824,-50700],[-198932,-50988],[-194829,-47149],[-195106,-43205],[-192236,-38856],[-192410,-50820],[-195933,-50943],[-195845,-50286],[-196810,-49126],[-195897,-47920],[-192887,-40268],[-193157,-42062],[-192391,-50084],[-193321,-46250],[-198538,-39935],[-196725,-39020],[-193110,-52508],[-194880,-53393],[-193976,-52403],[-204407,-60922],[-192682,-52675],[-194200,-53170],[-194146,-52225],[-196087,-51088],[-192899,-61661],[-193606,-62639],[-193645,-62442],[-203640,-56116],[-192556,-58501],[-193396,-54736],[-193983,-58106],[-202059,-53067],[-203435,-56458],[-196672,-54136],[-195684,-54919],[-193929,-62498],[-193812,-62039],[-202124,-61605],[-203842,-52994],[-194608,-60306],[-194133,-59954],[-193044,-59390],[-202428,-53043],[-200361,-53802],[-199740,-53742],[-198384,-58074],[-197374,-53404],[-198753,-53064],[-197678,-53555],[-195347,-60976],[-193266,-52561],[-194532,-53440],[-194686,-51666],[-192804,-51432],[-196219,-51257],[-192006,-62650],[-203770,-52739],[-204001,-52861],[-193850,-59559],[-194350,-59771],[-193231,-53705],[-194861,-55082],[-202154,-53268],[-201439,-52320],[-201543,-52353],[-201111,-52160],[-199098,-53675],[-199322,-53390],[-199823,-53874],[-202124,-57158],[-197033,-55071],[-198422,-54700],[-198462,-58039],[-199419,-56988],[-199890,-56918],[-200086,-58821],[-199687,-57286],[-199752,-57488],[-198176,-53817],[-198038,-52462],[-197278,-53132],[-196769,-52799],[-197820,-53607],[-194778,-60298],[-195673,-58734],[-197398,-59002],[-192238,-58186],[-192011,-58249],[-192058,-58479],[-193242,-51932],[-194821,-52949],[-194686,-52440],[-192668,-51483],[-196004,-51646],[-201176,-76552],[-198296,-71368],[-199125,-71416],[-198806,-71717],[-193919,-72982],[-194134,-65492],[-194320,-67605],[-194297,-68345],[-197459,-73760],[-197977,-73501],[-192055,-69888],[-192580,-68153],[-194193,-74973],[-192364,-64507],[-192904,-71117],[-193678,-75297],[-193029,-65485],[-202277,-70171],[-202429,-70645],[-198318,-76073],[-198041,-75456],[-197880,-76023],[-193734,-73294],[-194699,-64950],[-195922,-65131],[-198529,-66072],[-194122,-67433],[-201449,-64767],[-201348,-65111],[-202870,-66933],[-202601,-68278],[-200472,-71076],[-200711,-71482],[-198061,-71519],[-197752,-70732],[-204792,-68174],[-192822,-70001],[-193137,-67743],[-192249,-66536],[-193579,-74521],[-192702,-65556],[-202209,-70643],[-201288,-75684],[-197870,-75701],[-198742,-66339],[-193724,-73019],[-194245,-65266],[-200646,-71196],[-194584,-67394],[-198707,-71542],[-204782,-67931],[-194208,-75574],[-192768,-70273],[-192907,-68340],[-192305,-69789],[-192510,-67668],[-192305,-66094],[-193065,-87944],[-192480,-86021],[-192811,-84335],[-193974,-82859],[-195871,-84556],[-195486,-86118],[-199928,-80603],[-198438,-78897],[-198175,-79071],[-196100,-81397],[-195735,-81827],[-195114,-78540],[-195137,-79634],[-196591,-79442],[-199886,-77461],[-197501,-77074],[-192961,-85736],[-193154,-84127],[-195010,-84398],[-193884,-86533],[-194473,-84451],[-195733,-86208],[-192269,-77591],[-201177,-76773],[-196289,-81311],[-193347,-77572],[-192378,-83539],[-197045,-79772],[-199198,-78489],[-199534,-77075],[-197935,-77412],[-193130,-87456],[-192350,-86220],[-193168,-85802],[-192427,-84807],[-193477,-82909],[-195507,-84475],[-193910,-84812],[-194343,-86194],[-193767,-86566],[-194596,-79897],[-193705,-76966],[-196798,-79030],[-197917,-78336],[-200085,-77306],[-197510,-77940],[-192558,-89164],[-195999,-79424],[-198711,-78875],[-200393,-77643],[-197550,-77615],[-195189,-87812],[-198760,-88569],[-199379,-86733],[-201865,-83608],[-203289,-80775],[-200197,-80566],[-203537,-79158],[-203074,-86980],[-202591,-80908],[-200721,-81163],[-201042,-81281],[-200562,-82832],[-199451,-81958],[-196273,-82530],[-202602,-85371],[-200975,-85663],[-200149,-85692],[-198979,-88609],[-202010,-89378],[-203741,-79302],[-200513,-84119],[-200325,-82396],[-199700,-83142],[-197982,-82869],[-197424,-83669],[-202933,-81124],[-202636,-85679],[-200837,-87017],[-203203,-88426],[-195949,-87696],[-196303,-86833],[-198101,-88889],[-198472,-86899],[-197894,-84683],[-202602,-82893],[-200836,-87908],[-202653,-79770],[-203979,-79370],[-200204,-83621],[-200507,-81670],[-199804,-82157],[-197626,-82517],[-197402,-83103],[-202189,-82382],[-203161,-86487],[-201521,-85958],[-200495,-86494],[-203365,-88153],[-199959,-83847],[-199897,-83113],[-199205,-82010],[-198086,-82288],[-196463,-82606],[-202362,-81865],[-202849,-85510],[-201285,-85364],[-200881,-85991],[-203892,-88132],[-194663,-101777],[-194437,-101717],[-193920,-98878],[-193437,-98965],[-192663,-98634],[-192530,-100422],[-192907,-101255],[-192838,-89691],[-193790,-98571],[-193199,-97718],[-192828,-98269],[-192754,-92316],[-192317,-98452],[-192546,-97208],[-192321,-101660],[-193062,-101675],[-192442,-100664],[-193209,-89686],[-194666,-101495],[-193174,-101462],[-193959,-98634],[-192845,-98322],[-192151,-98797],[-192818,-91638],[-192622,-92594],[-192223,-99435],[-193632,-97883],[-203464,-99608],[-199049,-93836],[-194419,-94920],[-198421,-94808],[-198417,-94125],[-196617,-96013],[-200426,-98385],[-200309,-95277],[-203707,-94568],[-198955,-96430],[-198388,-100933],[-195169,-90463],[-194574,-89671],[-194454,-91435],[-196037,-91566],[-195891,-92571],[-198499,-102121],[-202392,-98575],[-202180,-95063],[-198696,-100935],[-198592,-101145],[-198735,-98064],[-198457,-97662],[-204461,-97233],[-198615,-93267],[-201728,-93113],[-201545,-92102],[-202188,-91843],[-197957,-91226],[-199512,-90395],[-204625,-93665],[-195971,-95365],[-201200,-94799],[-198598,-92620],[-200309,-100447],[-201008,-101124],[-200581,-101147],[-203933,-101206],[-198371,-101813],[-196398,-101468],[-194637,-95631],[-198936,-90711],[-201446,-90948],[-201178,-90861],[-200616,-98807],[-200939,-92129],[-201517,-100385],[-203768,-94735],[-204110,-98267],[-200044,-100127],[-194738,-89784],[-204680,-90073],[-201022,-101571],[-199397,-98568],[-196081,-97045],[-194276,-93904],[-196163,-95623],[-194919,-91222],[-195027,-90410],[-203029,-102171],[-199186,-93679],[-203324,-101946],[-200743,-93753],[-195485,-98451],[-195254,-95110],[-200094,-93211],[-204491,-94766],[-203834,-92782],[-196217,-100903],[-194898,-95672],[-194068,-95064],[-199073,-90572],[-196836,-96120],[-200176,-95990],[-200370,-98732],[-202741,-92432],[-202988,-95559],[-195915,-95689],[-193856,-93440],[-204735,-89786],[-203086,-90386],[-202879,-90237],[-203855,-99624],[-203794,-100934],[-203503,-97567],[-202247,-94690],[-200726,-94936],[-195626,-97270],[-196500,-97947],[-194877,-94200],[-194475,-93460],[-197786,-93802],[-197212,-96174],[-198588,-92851],[-199533,-100196],[-203421,-98768],[-204718,-98075],[-201159,-91868],[-202430,-92745],[-203512,-94500],[-200471,-89827],[-199931,-89558],[-195345,-95359],[-198251,-91972],[-199164,-91686],[-200935,-100446],[-201128,-101286],[-204040,-89418],[-197575,-97288],[-196627,-95577],[-197359,-92035],[-199443,-101796],[-198429,-97019],[-203000,-98668],[-200813,-95588],[-197939,-94054],[-194965,-94553],[-200046,-92330],[-196536,-93633],[-201960,-95663],[-197999,-98310],[-198095,-93899],[-204700,-110655],[-192000,-109547],[-193306,-112046],[-193315,-110306],[-204394,-110558],[-203549,-110517],[-195633,-112044],[-192124,-112439],[-193832,-113302],[-192447,-112918],[-193788,-106735],[-192741,-106575],[-194480,-102725],[-204568,-110182],[-200329,-110312],[-198167,-110194],[-204555,-103431],[-194215,-108744],[-192330,-112797],[-193697,-113216],[-192172,-113159],[-195431,-112267],[-195586,-111863],[-194455,-112195],[-194061,-106548],[-193710,-106943],[-192611,-106321],[-193277,-105482],[-192827,-105047],[-193420,-103279],[-194041,-113276],[-192629,-104789],[-195377,-104154],[-194044,-103285],[-203496,-109755],[-202912,-109693],[-201448,-110016],[-202537,-109033],[-203387,-109167],[-201014,-109705],[-200802,-110351],[-199857,-110244],[-199464,-111119],[-202611,-106482],[-202319,-105739],[-203713,-104714],[-202258,-104385],[-200521,-105541],[-199384,-106423],[-200215,-106695],[-198428,-106851],[-197596,-107637],[-193862,-111409],[-192440,-113594],[-194462,-105644],[-203630,-110323],[-203501,-112505],[-203066,-112784],[-203050,-112248],[-198419,-105911],[-196780,-112471],[-194072,-114704],[-198777,-113833],[-199631,-110887],[-198739,-111304],[-201867,-112267],[-200071,-114650],[-202439,-113345],[-199321,-104736],[-204032,-108454],[-200263,-102857],[-197360,-113386],[-201499,-110751],[-201309,-110523],[-200587,-111004],[-195405,-112283],[-203663,-102319],[-199040,-104127],[-197552,-104415],[-200701,-103824],[-200929,-106249],[-202928,-107036],[-199450,-106593],[-199083,-107116],[-203154,-110953],[-202095,-110548],[-198503,-112759],[-198819,-111607],[-197052,-110809],[-197259,-110067],[-196076,-114575],[-204477,-103573],[-203289,-113609],[-196163,-109735],[-201124,-111409],[-195392,-113776],[-203198,-103754],[-203569,-109241],[-194280,-114365],[-199755,-105071],[-194845,-114331],[-201078,-114838],[-204486,-114133],[-203316,-107812],[-204529,-106035],[-204286,-106736],[-203567,-111833],[-198685,-105782],[-198695,-102850],[-200365,-105829],[-199267,-105966],[-200377,-111468],[-199881,-104375],[-199883,-105323],[-196652,-106246],[-199041,-104456],[-198962,-104771],[-200523,-104862],[-200785,-103145],[-201293,-104459],[-201475,-103314],[-203048,-107679],[-202904,-106894],[-199272,-106693],[-200369,-112535],[-200989,-112301],[-196614,-111168],[-196219,-110795],[-196511,-110938],[-195174,-114344],[-200806,-102513],[-201319,-102286],[-204018,-102748],[-203887,-106645],[-204035,-106047],[-202343,-106268],[-203522,-104457],[-203326,-105114],[-202323,-114564],[-202137,-114737],[-195597,-103182],[-203504,-106244],[-202964,-114251],[-204497,-114524],[-199737,-112676],[-199290,-113124],[-199434,-102270],[-202389,-104868],[-200074,-102775],[-199820,-111472],[-197085,-109862],[-195376,-113398],[-196254,-114932],[-196720,-113861],[-197897,-113528],[-195509,-111015],[-197203,-112222],[-196528,-109786],[-196227,-110392],[-201097,-112816],[-203154,-114212],[-202463,-111588],[-202681,-103807],[-200540,-105905],[-202680,-103491],[-196974,-109739],[-203819,-103390],[-203517,-105308],[-198386,-106618],[-200213,-114415],[-203758,-108577],[-200535,-106358],[-202545,-102946],[-198801,-114089],[-202650,-104698],[-199003,-105914],[-198636,-106919],[-203613,-106730],[-202182,-112904],[-202876,9224],[-204120,10433],[-202868,10804],[-197136,12439],[-196437,11097],[-198580,11329],[-197091,7289],[-192386,9403],[-195571,8594],[-197050,7986],[-203051,9875],[-203784,11645],[-201812,10509],[-196446,11833],[-198606,11730],[-197128,7005],[-192402,9049],[-194668,8374],[-197329,8138],[-197522,10062],[-197993,10032],[-203953,8746],[-204169,11502],[-201927,10041],[-195499,11083],[-199207,11246],[-196525,6806],[-192035,9077],[-195482,8781],[-194171,6544],[-197264,7847],[-203302,8788],[-204387,10131],[-202904,10470],[-196502,12678],[-195513,11198],[-198718,11799],[-196703,6726],[-192008,9017],[-194749,8399],[-196568,12470],[-199869,138353],[-196525,136168],[-203599,129390],[-203666,130929],[-203020,130263],[-200735,136972],[-202259,136740],[-198934,136517],[-197434,137081],[-193831,139288],[-192188,132948],[-198297,135605],[-201179,134198],[-203192,128247],[-201402,131541],[-200041,136876],[-202231,135411],[-198714,136813],[-197941,137705],[-193888,139759],[-198533,135626],[-201425,134111],[-202868,128222],[-204316,135747],[-193036,137472],[-200081,134437],[-203819,133767],[-201134,137267],[-203552,136097],[-197324,138090],[-193796,139448],[-199757,134876],[-201326,133176],[-201578,131558],[-201876,132147],[-201043,137882],[-196039,136492],[-198416,139017],[-198642,135096],[-203419,130964],[-202348,136407],[-192551,133852],[-199811,135661],[-197186,137666],[-193592,138549],[-200494,133839],[-202747,128368],[-196935,136778],[-193686,140440],[-203928,132243],[-200940,137249],[-202821,136645],[-198789,135476],[-197242,137598],[-194245,138839],[-197834,135070],[-200111,133295],[-202083,131654],[-200894,136924],[-203483,136622],[-198605,136570],[-197986,138040],[-193490,138387],[-197607,134606],[-200858,132191],[-202019,128778],[-193711,128342],[-194921,128542],[-194180,131620],[-194390,128323],[-194337,128251],[-192369,152412],[-192402,143220],[-196107,145451],[-195872,143645],[-197190,146181],[-199028,146703],[-197867,144403],[-192603,143650],[-195587,152311],[-192259,141474],[-192327,152640],[-197928,145484],[-193891,143597],[-195475,145366],[-196138,143183],[-196314,146347],[-198398,147553],[-192342,143263],[-193055,143907],[-193895,141081],[-202606,147671],[-203298,152938],[-203474,153559],[-204778,150335],[-192951,152032],[-193106,142980],[-195455,145835],[-195928,144153],[-196969,146896],[-199194,147308],[-198210,144330],[-193118,144380],[-192246,151851],[-196059,145599],[-196244,143564],[-196626,147309],[-198611,147639],[-199159,144644],[-193073,144205],[-193197,144320],[-197674,144910],[-197277,146183],[-200743,146326],[-200297,147547],[-194356,144428],[-192617,153325],[-196083,149783],[-197098,145550],[-195757,145288],[-201285,147153],[-198595,145089],[-199680,143921],[-199758,145783],[-192041,152319],[-192303,151560],[-200065,145094],[-192731,150399],[-192437,149548],[-198150,145408],[-200250,145019],[-197931,143606],[-198182,144442],[-199139,143413],[-194265,146112],[-198462,143002],[-197108,142547],[-199032,144051],[-198755,143475],[-198903,144912],[-195994,145984],[-196729,151427],[-196659,145169],[-198646,149408],[-192149,147904],[-198255,148498],[-199864,146931],[-195334,141804],[-192404,142798],[-195293,142557],[-199539,146970],[-192385,145583],[-195299,146221],[-194701,144963],[-194488,150608],[-192433,147710],[-194443,141556],[-198430,149583],[-194553,152153],[-193004,145156],[-197405,150441],[-193685,143318],[-197469,150454],[-192324,144670],[-195470,150485],[-194314,148735],[-192906,144797],[-196718,145503],[-192532,144609],[-195915,143612],[-194535,147001],[-192663,145688],[-194689,143801],[-195510,142130],[-195567,148378],[-195926,149656],[-196740,149700],[-192200,143972],[-192389,149552],[-194252,151082],[-194463,150247],[-194101,149220],[-193918,151088],[-192439,149375],[-192797,150567],[-193703,151270],[-192226,151883],[-194867,150213],[-195319,151580],[-194074,149478],[-200694,146031],[-201300,146930],[-201000,146896],[-201587,146350],[-200669,146760],[-199319,149258],[-193257,143733],[-199370,148563],[-198743,146699],[-198773,148189],[-199885,147262],[-198050,147097],[-195876,151548],[-199480,146917],[-200514,147048],[-194028,148030],[-194273,148425],[-193260,147375],[-194963,147288],[-194563,148515],[-194324,147869],[-193144,148621],[-193335,143798],[-195968,151586],[-195336,142168],[-195536,151652],[-195745,151241],[-199680,147875],[-198364,148646],[-198414,147797],[-198314,147252],[-199763,147138],[-195100,141729],[-195818,147215],[-196598,147584],[-194104,142147],[-194941,148057],[-195631,150969],[-197632,151054],[-195481,145291],[-196354,151968],[-196307,148978],[-196279,149366],[-195328,149299],[-195478,143578],[-194989,145118],[-196382,143719],[-195776,144288],[-195822,143964],[-196188,145326],[-195969,143851],[-195413,144338],[-196515,144746],[-196457,144932],[-196056,145550],[-195179,144202],[-195795,144002],[-196316,144032],[-194866,144576],[-195911,144157],[-195312,144747],[-195244,144730],[-195945,144683],[-196284,145000],[-195908,145272],[-196764,151414],[-195334,151105],[-196003,152309],[-197725,150730],[-197159,151534],[-196558,151737],[-197036,151869],[-197449,150958],[-197956,151216],[-197696,150625],[-197688,151667],[-194498,141874],[-194013,142671],[-193684,142858],[-193257,141847],[-193418,142586],[-194615,142697],[-194458,143122],[-194373,142476],[-193387,143087],[-192426,142736],[-192941,142466],[-192358,143104],[-193380,143906],[-192573,143608],[-192871,142806],[-192282,142716],[-192075,143351],[-192740,161711],[-196620,158946],[-196989,160883],[-194926,165874],[-197709,163763],[-197856,162561],[-198418,158964],[-199683,159754],[-199886,160482],[-199696,155343],[-198598,153834],[-197667,157834],[-198421,156192],[-204158,164971],[-203490,165563],[-193985,155483],[-192888,159361],[-197059,161781],[-194740,160623],[-194252,166135],[-195336,164782],[-198199,162914],[-199666,163035],[-199462,160764],[-200683,160392],[-199418,155543],[-198847,154555],[-198139,155760],[-198810,155948],[-203303,165475],[-203687,165814],[-194386,155794],[-193628,159065],[-193388,155524],[-193725,158528],[-194117,155882],[-194163,159179],[-192136,165507],[-192152,165639],[-192142,169140],[-192596,167790],[-193521,166820],[-195118,166677],[-196328,166870],[-192872,168027],[-192088,168300],[-202049,181429],[-202423,184691],[-198417,183318],[-200718,181692],[-201234,182100],[-202887,181380],[-200988,180962],[-199317,183721],[-202768,184367],[-199793,180799],[-202130,181587],[-198373,183842],[-200403,184412],[-200384,184636],[-199824,184097],[-199540,182904],[-202493,181624],[-202618,183756],[-198472,182866],[-199948,184892],[-199388,183981],[-192324,23022],[-193098,14692],[-192494,15290],[-192174,14498],[-194454,15559],[-196138,18684],[-193913,24501],[-194130,23851],[-194563,14335],[-197599,21096],[-193799,21951],[-195224,14541],[-197850,20298],[-193026,21048],[-192917,19562],[-202999,24327],[-202966,21569],[-204173,23603],[-192458,22733],[-193222,14336],[-192321,14401],[-194188,15652],[-196173,19492],[-194332,24274],[-194456,23548],[-194597,19608],[-198518,23123],[-199234,23744],[-198325,20815],[-194568,23654],[-194108,22764],[-195427,14502],[-204063,25696],[-192556,22645],[-192997,14414],[-192400,15101],[-196572,13266],[-196390,19474],[-193943,22386],[-193412,14725],[-192969,14310],[-192212,15341],[-194850,15470],[-196742,19435],[-196680,13219],[-195052,14286],[-194223,24663],[-194119,25468],[-193811,24687],[-194323,25732],[-194532,25298],[-194466,25753],[-204485,26693],[-193497,27082],[-200442,35411],[-199660,38485],[-203358,38196],[-201664,35769],[-203379,33043],[-202425,29002],[-204549,32437],[-196569,29450],[-193449,26712],[-195266,28275],[-200123,35888],[-199769,38326],[-192890,32028],[-194712,35229],[-202875,34929],[-195875,28688],[-195492,26882],[-196130,27182],[-192522,28073],[-204321,36098],[-195246,26780],[-193098,26189],[-194560,29367],[-197485,27523],[-200066,35528],[-199212,37841],[-193155,32141],[-193868,35300],[-192122,36341],[-202649,35056],[-195660,28430],[-195980,27423],[-192309,28045],[-192622,28617],[-197696,28158],[-200819,35708],[-199025,38471],[-201624,36467],[-202743,28858],[-192867,32513],[-194349,34907],[-203383,34823],[-196245,28712],[-194833,27821],[-195554,26726],[-196312,27096],[-192973,27880],[-193581,38591],[-192129,30030],[-192611,32770],[-194387,35055],[-202934,35070],[-195593,28174],[-195319,27861],[-195201,26582],[-196560,27861],[-192619,27823],[-201176,48746],[-202709,49414],[-199611,38829],[-199503,41114],[-192757,40833],[-192160,45212],[-192670,46229],[-193421,46523],[-196344,44017],[-196805,44608],[-195901,45507],[-195246,45237],[-193663,48358],[-192054,48412],[-192367,50548],[-193395,38666],[-192398,39684],[-201990,50780],[-201269,50960],[-201139,50766],[-198995,39047],[-199894,41652],[-192258,40154],[-193076,46380],[-193885,45837],[-199161,44726],[-199938,46759],[-204321,50456],[-199373,38844],[-199631,41770],[-192588,39989],[-192465,46315],[-193151,45670],[-203964,50184],[-199748,47352],[-200925,50187],[-200995,49186],[-203040,49556],[-203227,51392],[-199576,39742],[-199554,41076],[-192692,40533],[-192599,46595],[-193293,45870],[-197352,44687],[-196068,44899],[-195090,45010],[-193550,48346],[-192334,48116],[-192420,51197],[-193321,38963],[-192298,38823],[-201183,48779],[-202956,49683],[-195791,44497],[-197154,44600],[-196595,45689],[-194951,44795],[-193782,47947],[-192372,48828],[-200791,49136],[-202695,49452],[-204752,50818],[-195738,44460],[-196313,45349],[-195105,45592],[-194009,48838],[-192606,48490],[-194237,39324],[-192198,38871],[-196978,61103],[-197537,59546],[-199115,61597],[-197807,58862],[-202485,52270],[-202761,51750],[-196812,57185],[-196143,60014],[-192026,56415],[-201045,54275],[-197272,63861],[-204537,53713],[-204571,56742],[-193034,57057],[-194253,56390],[-194127,53625],[-196246,62564],[-196168,61899],[-196574,62314],[-196423,62387],[-196957,61458],[-196775,60374],[-198238,62709],[-203259,52467],[-203420,52818],[-203500,53523],[-196376,56009],[-194444,59419],[-193717,53219],[-199985,54531],[-201933,51702],[-204153,52035],[-204579,53431],[-203821,53733],[-204007,53516],[-204343,54936],[-204695,54973],[-193187,52792],[-195563,53905],[-195675,54150],[-194943,57149],[-196176,56997],[-195468,59032],[-193232,61639],[-193389,63174],[-194432,57049],[-199281,58075],[-200778,58971],[-202454,57425],[-201452,53968],[-200289,54078],[-199205,55894],[-200648,55656],[-199062,52461],[-198042,64195],[-198262,62070],[-198976,62872],[-198240,57295],[-199591,54551],[-202961,51879],[-202903,51482],[-204671,52051],[-204782,53641],[-203640,53401],[-204032,53730],[-204680,54640],[-193255,52295],[-194936,54561],[-195808,54445],[-195864,57498],[-196288,59413],[-193787,61793],[-193766,63050],[-193347,63920],[-194287,57947],[-198785,58381],[-201406,59145],[-201606,57755],[-201163,54379],[-200935,54869],[-198353,55984],[-201542,55413],[-199525,51901],[-198733,62029],[-198758,63199],[-198352,57664],[-199941,55018],[-202752,51555],[-204180,52211],[-204751,53498],[-203842,54077],[-204168,53418],[-204658,54646],[-193170,52356],[-196174,54577],[-195053,57226],[-195646,56644],[-196021,59711],[-193286,61419],[-193019,63258],[-194024,64132],[-194660,57449],[-199440,58062],[-201044,59509],[-201558,57370],[-201307,53984],[-200408,55010],[-198725,55353],[-200672,55801],[-199293,51835],[-198519,62785],[-198536,57637],[-199454,54245],[-202909,51573],[-204421,52556],[-204551,53339],[-203938,53329],[-204729,55221],[-201612,55737],[-193279,52875],[-195352,54882],[-194361,56874],[-196077,56996],[-195973,59255],[-193192,61416],[-193596,62805],[-194142,57180],[-199637,57733],[-201486,59491],[-201976,57810],[-200254,54275],[-199144,55510],[-198732,52188],[-198492,62441],[-198103,57246],[-200036,54352],[-193260,64212],[-194711,64731],[-194261,66972],[-193769,67889],[-193857,69113],[-194181,69958],[-193800,65073],[-195006,66918],[-203479,71985],[-199226,67308],[-197158,64346],[-196471,68028],[-197247,68263],[-197391,66080],[-196388,65591],[-199790,72527],[-198537,71985],[-195858,70044],[-194913,69569],[-204234,73879],[-199906,68025],[-194643,69924],[-198263,66291],[-197281,65138],[-193982,64593],[-195046,64395],[-194157,66576],[-193726,67558],[-194431,69142],[-194025,70186],[-193901,65097],[-195206,66478],[-204657,70186],[-203801,72108],[-199412,67832],[-198895,64213],[-197733,64231],[-196812,67413],[-197070,68425],[-197143,66739],[-196759,65500],[-194898,64479],[-194430,67395],[-194434,67977],[-194043,69026],[-193807,69786],[-193553,65095],[-195193,66533],[-203235,72478],[-199554,67781],[-198713,64491],[-197153,64754],[-196645,68737],[-197363,66740],[-196403,65699],[-195000,65072],[-194290,66563],[-193961,67627],[-193964,69087],[-194477,70354],[-193890,65614],[-194798,66563],[-204617,70820],[-203691,72307],[-199054,67745],[-198041,65025],[-197303,64234],[-197073,67663],[-197161,68309],[-197069,66605],[-196650,65846],[-195045,87989],[-198780,81502],[-198419,84262],[-195927,81263],[-193761,81579],[-192246,79667],[-196086,86455],[-196775,85572],[-199389,86167],[-200653,86307],[-202143,88091],[-202520,89341],[-204248,85962],[-203184,85161],[-204450,84038],[-198876,84881],[-195711,87123],[-196270,86467],[-196422,85675],[-197642,86185],[-199375,86067],[-199931,86241],[-202009,87645],[-201806,89597],[-203934,86465],[-203699,85310],[-204672,84960],[-204424,84154],[-195452,86910],[-195752,86042],[-196620,84904],[-198008,86598],[-199034,86839],[-199898,86721],[-201631,87209],[-202202,89743],[-204187,86730],[-203133,85306],[-204416,84539],[-195108,86455],[-195637,86520],[-196155,85628],[-197534,86197],[-199869,86038],[-199772,86906],[-201426,87208],[-202110,89673],[-204356,86555],[-203203,85414],[-204684,84769],[-200090,94033],[-200314,96451],[-194744,98148],[-202267,101649],[-199836,100145],[-201204,101758],[-202176,102323],[-202108,101567],[-199565,100314],[-201046,101727],[-201842,101574],[-200520,101475],[-202467,102148],[-199458,100541],[-200509,101915],[-195601,90323],[-203812,92807],[-203568,90250],[-197110,90007],[-194871,101971],[-203329,92464],[-201383,90713],[-203512,93203],[-203289,90292],[-203952,91980],[-200932,91281],[-203756,93190],[-203555,90321],[-203829,91900],[-201025,91355],[-204116,92987],[-202787,90343],[-199723,106872],[-197549,113621],[-199603,112222],[-202384,103279],[-200708,103458],[-203957,115329],[-197476,104576],[-204577,107881],[-204395,112931],[-204356,111659],[-200720,103975],[-204001,113368],[-202184,103568],[-204637,111904],[-203119,103037],[-193660,104453],[-193169,107736],[-200317,115025],[-204326,120235],[-199002,119932],[-200749,118333],[-201872,117834],[-202281,126579],[-202200,124886],[-202739,125736],[-202682,127994],[-204430,121838],[-204518,122881],[-202968,119991],[-201531,117512],[-201588,117216],[-201812,117406],[-202466,127274],[-201978,125014],[-200710,118072],[-202120,126921],[-202390,125178],[-202729,125445],[-201120,118194],[-202437,126630],[-202362,124590],[-200858,117705],[-200939,117294],[-202519,126941],[-202668,124968],[-202114,126104],[-201416,117428],[-201869,117193],[-201108,117264],[-202743,127156],[-202072,124384],[-202685,125602],[-200644,126532],[-192684,124671],[-193987,128172],[-193753,118820],[-194475,119686],[-196821,124348],[-196420,123154],[-196391,124868],[-198466,117520],[-192112,123465],[-194621,127232],[-194007,118144],[-194307,119693],[-196884,123585],[-196025,124969],[-192706,124202],[-193393,123950],[-192643,125910],[-199928,115881],[-194023,118748],[-194306,120073],[-196958,123064],[-196434,123748],[-196229,125055],[-196776,126391],[-193352,126575],[-199284,116938],[-193841,118750],[-195102,119330],[-197169,124440],[-197439,123477],[-196288,123613],[-196720,125196],[-194891,128166],[-194174,118587],[-195056,119846],[-196322,124460],[-197243,123295],[-196355,123464],[-196825,125247],[-194025,118715],[-194443,119450],[-196348,123132],[-196989,125117],[-215498,-127285],[-214561,-127078],[-216207,-126032],[-216205,-124313],[-216295,-124071],[-205711,-126968],[-210101,-120798],[-210584,-120701],[-211387,-120424],[-210310,-120380],[-210415,-120145],[-216535,-118344],[-216352,-118474],[-216640,-118147],[-215194,-120616],[-215656,-120013],[-215483,-120231],[-216135,-119968],[-217004,-119925],[-217058,-119174],[-217556,-119458],[-213023,-116819],[-213231,-117020],[-214701,-120760],[-214710,-122149],[-212626,-119196],[-206579,-120179],[-215545,-127055],[-216468,-123915],[-206452,-125964],[-205596,-126833],[-211258,-126321],[-214624,-122896],[-205604,-127395],[-214783,-127020],[-214163,-127349],[-214665,-126885],[-215728,-126989],[-215511,-126905],[-215982,-126109],[-215974,-125849],[-216199,-123837],[-216455,-123750],[-216987,-123385],[-216617,-124653],[-205044,-125844],[-206259,-125511],[-206606,-125745],[-207308,-123213],[-205444,-127792],[-206208,-127453],[-208671,-121279],[-208900,-120932],[-206697,-126750],[-207149,-126490],[-206004,-121316],[-206216,-121083],[-210227,-121108],[-210415,-120842],[-210518,-121211],[-210852,-120740],[-210533,-120201],[-211378,-119938],[-211506,-119732],[-211566,-120312],[-211190,-119615],[-211331,-119335],[-211512,-119030],[-211775,-119390],[-211730,-119009],[-216917,-116959],[-215694,-120308],[-215461,-120703],[-216390,-119951],[-214839,-119580],[-214678,-119822],[-213155,-117289],[-214639,-121076],[-210491,-119338],[-211570,-118497],[-208301,-120159],[-205660,-123619],[-207816,-125452],[-208330,-126224],[-209358,-121084],[-207375,-122360],[-209341,-122876],[-216383,-121967],[-217386,-122769],[-215462,-126446],[-206519,-126116],[-206036,-126542],[-205957,-126852],[-205919,-127091],[-205731,-127117],[-205887,-126357],[-207437,-123393],[-206412,-123524],[-205077,-121367],[-207235,-125353],[-208959,-120755],[-207580,-126480],[-207308,-126238],[-211944,-118816],[-215851,-115341],[-216887,-120499],[-216275,-117448],[-215850,-117275],[-213441,-116895],[-214252,-121158],[-204945,-126857],[-211685,-127081],[-214302,-126621],[-214146,-126763],[-207383,-126883],[-209406,-121639],[-208763,-124043],[-208150,-122567],[-209671,-121811],[-208870,-123391],[-217464,-117885],[-216646,-117910],[-216940,-118332],[-214584,-123639],[-213945,-125813],[-215129,-125850],[-206238,-120236],[-204960,-115157],[-207904,-118172],[-204876,-117898],[-209473,-115872],[-212107,-115120],[-209969,-115756],[-207459,-115837],[-206958,-116086],[-208379,-116143],[-210560,-115956],[-209631,-116012],[-216219,-127724],[-216816,-127165],[-205215,-117686],[-209192,-115561],[-209818,-115583],[-208573,-116294],[-208082,-117849],[-207735,-118018],[-207836,-117711],[-207108,-118032],[-210112,-116911],[-205386,-118070],[-208789,-116810],[-208906,-116836],[-205211,-118480],[-216938,-126968],[-205503,-117563],[-206416,-117091],[-206448,-116695],[-206037,-117107],[-211116,-116059],[-209245,-115742],[-208113,-116318],[-208331,-116773],[-217068,-127289],[-217271,-127061],[-217522,-126652],[-211716,-116572],[-207215,-118236],[-204957,-118349],[-209535,-117226],[-205066,-115934],[-207659,-116634],[-205637,-117269],[-209477,-116874],[-208408,-115583],[-205920,-117558],[-206248,-118027],[-210475,-116518],[-208097,-117004],[-212802,-131913],[-213957,-131350],[-213417,-129902],[-212316,-136310],[-205898,-127806],[-206462,-129899],[-212972,-129466],[-214319,-132519],[-213931,-131092],[-213799,-131184],[-210222,-133233],[-210089,-132148],[-209873,-131931],[-210533,-133281],[-208394,-130775],[-208502,-131094],[-208266,-130217],[-209965,-131269],[-211392,-127891],[-210042,-128772],[-209784,-129552],[-210372,-129982],[-211030,-130328],[-211164,-130233],[-210647,-131091],[-210310,-130850],[-209870,-130309],[-207792,-140458],[-213514,-129689],[-213054,-130035],[-213617,-129108],[-214275,-130255],[-213088,-130698],[-213976,-129410],[-213746,-135566],[-206061,-130649],[-212798,-129754],[-214506,-132768],[-214211,-133171],[-214569,-132539],[-208374,-130993],[-208262,-131175],[-209155,-131342],[-209952,-132571],[-210180,-134084],[-208621,-131342],[-209835,-129745],[-210578,-130873],[-210758,-139082],[-211175,-140496],[-214743,-130930],[-214029,-131062],[-207530,-140186],[-213214,-130504],[-213428,-135771],[-212734,-130921],[-212823,-131293],[-212553,-131663],[-213039,-131202],[-214468,-130453],[-214115,-130677],[-212978,-130911],[-213060,-130449],[-214038,-135022],[-213201,-135887],[-213941,-134768],[-213778,-135030],[-214237,-134120],[-212808,-135773],[-212699,-136072],[-212784,-135417],[-213036,-135656],[-212364,-136535],[-206036,-130415],[-213081,-129601],[-209418,-131095],[-211231,-131081],[-210492,-132539],[-206026,-129483],[-207999,-138424],[-207301,-139992],[-205784,-127896],[-214670,-130116],[-215632,-132174],[-216271,-130900],[-207269,-132374],[-206776,-134219],[-216422,-137037],[-205674,-136387],[-215812,-129817],[-215938,-129493],[-215100,-129214],[-217459,-130689],[-216098,-131156],[-205826,-131827],[-206843,-132105],[-206841,-131637],[-206386,-131692],[-207469,-132426],[-205171,-133250],[-205562,-135790],[-216574,-138161],[-217141,-136720],[-215561,-134328],[-215777,-134170],[-217127,-133454],[-215388,-137243],[-215234,-137459],[-216683,-130592],[-216448,-128113],[-216359,-128416],[-216485,-128330],[-215288,-130326],[-217386,-136471],[-217159,-139010],[-217282,-136101],[-207743,-131853],[-216116,-128472],[-215859,-127909],[-214361,-129824],[-214400,-129984],[-215097,-130348],[-205562,-133948],[-205232,-134709],[-216487,-131188],[-216735,-130863],[-215949,-132128],[-205826,-133962],[-204953,-134030],[-206469,-134065],[-206374,-134790],[-206602,-134763],[-205920,-134521],[-215315,-135260],[-215720,-135094],[-216989,-133065],[-217197,-132528],[-216288,-134319],[-217474,-136211],[-217208,-136290],[-217084,-135147],[-215470,-138687],[-215472,-137623],[-216218,-137204],[-214556,-139068],[-214383,-138580],[-205337,-134051],[-206407,-135433],[-204969,-136049],[-214618,-129805],[-216644,-138659],[-213809,-138539],[-217405,-134262],[-206320,-135650],[-216515,-136769],[-205612,-134145],[-216407,-137425],[-216484,-140316],[-214540,-138492],[-216629,-138402],[-204858,-142300],[-204954,-147076],[-206381,-141235],[-206861,-141904],[-206339,-143759],[-209868,-141937],[-204843,-146365],[-205175,-150280],[-206573,-149240],[-207364,-145753],[-205399,-142377],[-206648,-143206],[-209633,-141124],[-207503,-140735],[-206414,-149511],[-206797,-148748],[-208264,-144596],[-206170,-141375],[-205542,-142061],[-205757,-143998],[-209611,-141409],[-205088,-146846],[-205523,-149982],[-206855,-148950],[-207734,-145139],[-205450,-150672],[-210261,-141965],[-206356,-142022],[-205958,-143782],[-209914,-141480],[-205442,-150224],[-206419,-149040],[-207722,-145573],[-216638,-152042],[-214806,-153077],[-216125,-153282],[-215885,-150745],[-215944,-152195],[-214580,-152329],[-216767,-141358],[-217325,-141460],[-217444,-148976],[-216716,-148580],[-217485,-147399],[-215527,-147994],[-215480,-147601],[-215850,-146948],[-209546,-144146],[-209761,-144954],[-210021,-145556],[-210067,-150097],[-212503,-147593],[-214864,-145951],[-216494,-142488],[-215448,-140655],[-214988,-146992],[-214761,-149416],[-216608,-151364],[-216919,-153159],[-215047,-140694],[-213256,-142033],[-213067,-142267],[-214581,-140918],[-214030,-140659],[-215513,-141438],[-213123,-148307],[-210901,-146258],[-211994,-145617],[-212540,-147558],[-211496,-146895],[-213253,-146829],[-212710,-145334],[-210658,-146791],[-210921,-148070],[-210592,-148041],[-210526,-148388],[-215318,-145513],[-213712,-144336],[-213421,-144140],[-215879,-143850],[-215818,-145348],[-214805,-143622],[-214882,-143396],[-210623,-152063],[-210158,-151650],[-210008,-153001],[-209713,-152026],[-210326,-149532],[-208903,-150533],[-210496,-150037],[-210584,-149342],[-210210,-151075],[-209347,-148603],[-217070,-141304],[-217106,-140756],[-216880,-148766],[-217472,-148770],[-217309,-147068],[-217100,-147192],[-216932,-149532],[-216775,-149594],[-215431,-147851],[-215071,-147195],[-215116,-145807],[-215165,-145463],[-217263,-145773],[-217334,-145939],[-207365,-151415],[-210350,-147267],[-210622,-148588],[-210072,-147707],[-210426,-149025],[-215502,-144165],[-211629,-146974],[-216444,-142354],[-215281,-141735],[-216769,-140888],[-215815,-142135],[-216175,-144734],[-215658,-145252],[-212676,-150484],[-211681,-152059],[-216695,-151548],[-217083,-152982],[-216170,-151231],[-216494,-153217],[-214997,-151671],[-217006,-151069],[-216802,-151122],[-213848,-144297],[-213983,-146478],[-214328,-144397],[-212942,-148124],[-210961,-145985],[-208623,-148322],[-209300,-150259],[-209914,-144104],[-210778,-143730],[-210302,-144513],[-210902,-149836],[-209814,-148343],[-211956,-146344],[-211325,-148702],[-214315,-145659],[-212279,-146162],[-216571,-142239],[-215922,-141788],[-213971,-144875],[-215445,-144244],[-211577,-148577],[-213961,-150065],[-213883,-159241],[-211989,-159622],[-211453,-158208],[-212001,-157782],[-213244,-159221],[-204853,-163389],[-205941,-157028],[-205598,-157213],[-214624,-159447],[-210970,-158267],[-205228,-156864],[-204977,-156767],[-211265,-158222],[-205260,-163632],[-205677,-156365],[-212167,-162181],[-212900,-162660],[-214876,-163929],[-212594,-163109],[-214277,-162871],[-213257,-165345],[-212612,-162702],[-214420,-163832],[-212577,-164841],[-213365,-154938],[-213108,-155450],[-214071,-154489],[-212550,-162849],[-212750,-164927],[-214339,-153434],[-211901,-162051],[-212813,-163497],[-215096,-164025],[-213489,-164738],[-213296,-164896],[-213256,-165035],[-215113,-154237],[-215689,-154092],[-208556,-153610],[-214082,-162787],[-213427,-165139],[-210365,-153526],[-209307,-153434],[-207754,-154513],[-210673,-178241],[-210402,-178294],[-213438,-178299],[-214319,-178650],[-214568,-178783],[-214677,-178447],[-213504,-174205],[-211877,-178532],[-209604,-177997],[-209467,-177774],[-205006,-177484],[-205443,-177444],[-213704,-173984],[-205110,-177746],[-213507,-173894],[-205985,-178560],[-211861,-177224],[-210410,-178101],[-213468,-173997],[-205467,-174892],[-211973,-174892],[-211227,-173261],[-205877,-170954],[-212492,-172419],[-205656,-174607],[-205124,-170914],[-211098,-174786],[-206624,-170667],[-207318,-170926],[-207566,-170517],[-207592,-170109],[-208915,-171672],[-206781,-169927],[-207772,-170322],[-206691,-170218],[-205927,-169536],[-207426,-170427],[-205850,-168373],[-206906,-169736],[-206408,-170390],[-207550,-169037],[-206554,-170220],[-210697,-171650],[-216109,-180503],[-216450,-180775],[-216191,-180303],[-215435,-179814],[-216000,-179926],[-215775,-180097],[-213715,-179793],[-214124,-180040],[-215618,-186306],[-217592,-190374],[-217425,-190764],[-216907,-184225],[-216424,-180417],[-216426,-180150],[-215701,-180247],[-214314,-179949],[-215928,-179728],[-214216,-180266],[-206102,-179336],[-212213,-179974],[-210690,-180193],[-215711,-185241],[-215908,-180995],[-215262,-180994],[-205596,-190981],[-208514,-189824],[-208543,-189591],[-207125,-190427],[-207386,-190481],[-207253,-190104],[-205523,-189705],[-210870,-182511],[-210657,-182012],[-211532,-182465],[-211906,-183090],[-205016,-188168],[-206896,-186935],[-206066,-187664],[-206076,-186348],[-208197,-189364],[-207731,-187526],[-211241,-190840],[-213355,-183043],[-213652,-182480],[-207432,-182400],[-212841,-187574],[-207981,-185444],[-208524,-189898],[-208274,-190154],[-207277,-190746],[-209206,-183369],[-209824,-183169],[-209988,-182670],[-210491,-182732],[-210971,-183076],[-211208,-181316],[-211525,-181093],[-213207,-180787],[-213215,-180351],[-214392,-180678],[-207889,-183419],[-207438,-183889],[-206541,-183910],[-206695,-184241],[-205743,-184736],[-207798,-183175],[-205005,-188704],[-204831,-188528],[-205242,-183490],[-208665,-183299],[-205126,-186511],[-206220,-183753],[-214200,-182106],[-206284,-183873],[-205374,-186782],[-210060,-182103],[-211338,-180712],[-211968,-180518],[-210588,-182582],[-212832,-182434],[-213299,-182366],[-204867,-184228],[-206918,-182392],[-205225,-187777],[-211194,-186266],[-208518,-189594],[-209533,-188032],[-207691,-187546],[-204980,-187303],[-214878,-185589],[-212562,-186505],[-207531,-189481],[-211098,-190266],[-212536,-180585],[-212194,-182173],[-212009,-183864],[-211067,-183739],[-205754,-183492],[-206574,-182193],[-210973,-189603],[-208743,-186162],[-209990,-185840],[-207664,-184195],[-213607,-183077],[-207588,-190672],[-210024,-189655],[-211921,-182430],[-209088,-181612],[-210775,-184029],[-204961,-184208],[-210464,-189835],[-207149,-187415],[-215491,-197453],[-217515,-200789],[-214245,-192882],[-208940,-195351],[-209598,-194458],[-216252,-198095],[-215221,-196769],[-217163,-200057],[-217594,-200327],[-215400,-192018],[-215696,-192627],[-207968,-192511],[-204863,-202702],[-204914,-203163],[-206924,-192350],[-207018,-192511],[-207339,-192163],[-211372,-201526],[-205238,-203285],[-217393,-193605],[-206135,-201560],[-206178,-201613],[-206163,-199308],[-205182,-201892],[-205599,-202715],[-204955,-200703],[-205427,-204473],[-216908,-194749],[-205089,-203359],[-216897,-196926],[-210196,-192699],[-216313,-209290],[-215544,-211000],[-213428,-215713],[-216667,-214031],[-213250,-215463],[-209691,-217200],[-209269,-211887],[-208756,-213188],[-210266,-213660],[-209665,-212986],[-212876,-214195],[-212912,-214227],[-212683,-213626],[-213496,-211973],[-213607,-211871],[-213796,-212548],[-214641,-210196],[-214908,-210323],[-214293,-210262],[-215701,-208891],[-215018,-206776],[-215256,-207419],[-215139,-207019],[-215659,-212728],[-215705,-212846],[-217162,-212667],[-216637,-211867],[-217152,-211875],[-216496,-213866],[-212522,-216308],[-212882,-217122],[-209708,-217178],[-209303,-217334],[-209319,-217281],[-209337,-213112],[-209401,-211789],[-209574,-213459],[-209733,-213245],[-210245,-213892],[-212687,-214393],[-213082,-213612],[-213180,-213589],[-213801,-211985],[-213392,-211943],[-214066,-211957],[-214933,-210591],[-215075,-210346],[-215063,-210322],[-215408,-209018],[-215509,-206696],[-215408,-207300],[-215313,-206810],[-215626,-212832],[-215684,-213696],[-215949,-212722],[-216832,-212429],[-216437,-212103],[-217415,-212366],[-217115,-214007],[-214722,-210056],[-216385,-211601],[-216859,-209941],[-206676,-207437],[-207486,-209200],[-205513,-208308],[-205197,-207630],[-206944,-214234],[-207173,-214691],[-207518,-213948],[-208631,-212191],[-216450,-214127],[-217032,-214617],[-206569,-205567],[-206682,-207183],[-206958,-208500],[-205142,-207406],[-207013,-205784],[-206013,-215670],[-207208,-213632],[-207983,-213105],[-207456,-212176],[-206994,-207112],[-206729,-209090],[-205089,-208176],[-207687,-213877],[-207790,-214191],[-206861,-214732],[-208780,-212599],[-215090,-213515],[-216634,-214562],[-216605,-214330],[-206662,-206118],[-207721,-211320],[-206037,-207628],[-206894,-207485],[-207464,-208780],[-205458,-208476],[-205045,-207831],[-207253,-206240],[-205287,-215893],[-214681,-220362],[-215104,-220415],[-212447,-218867],[-208074,-218709],[-207343,-217999],[-207139,-218462],[-208796,-217686],[-209029,-217955],[-206058,-218798],[-206008,-218528],[-205989,-218169],[-215132,-221020],[-214911,-220445],[-214917,-220525],[-212242,-219762],[-212095,-219899],[-212877,-219504],[-210832,-220341],[-210414,-220585],[-210189,-220696],[-212010,-219123],[-211858,-218538],[-211565,-218472],[-208692,-220678],[-208721,-221085],[-208160,-221226],[-213959,-220635],[-211567,-219048],[-210675,-220911],[-211317,-220860],[-213127,-220518],[-213796,-221556],[-212822,-222850],[-211952,-222463],[-210864,-227810],[-207136,-217974],[-208111,-218649],[-207984,-218493],[-206150,-218607],[-205961,-218125],[-206285,-219025],[-214813,-220283],[-214794,-221029],[-214382,-220325],[-212134,-219262],[-212208,-219642],[-212472,-219135],[-209986,-221042],[-209952,-220978],[-210023,-220333],[-212234,-219029],[-212166,-218852],[-211740,-219156],[-208148,-221609],[-208331,-221456],[-207964,-221558],[-211463,-226630],[-211135,-229590],[-215302,-228983],[-205583,-228147],[-209006,-228147],[-210774,-229376],[-215128,-228623],[-215679,-229706],[-207930,-229602],[-206983,-229943],[-211414,-229558],[-210447,-229740],[-214099,-229954],[-206440,-227346],[-211560,-229500],[-214855,-228561],[-217502,-229851],[-207442,-230235],[-210150,-231743],[-210345,-230471],[-216156,-232744],[-207954,-233358],[-207350,-242377],[-213477,-241659],[-214642,-241628],[-215477,-240207],[-205729,-230754],[-210643,-231012],[-213078,-230253],[-216196,-230973],[-214972,-233453],[-205344,-234967],[-209209,-233792],[-208792,-233926],[-210904,-236254],[-210781,-236634],[-207939,-238512],[-207604,-236756],[-206333,-236969],[-208545,-242719],[-205646,-240098],[-209891,-242168],[-208966,-241667],[-214509,-235721],[-216738,-236622],[-216663,-236153],[-211537,-240152],[-212376,-240326],[-217164,-241801],[-216704,-242793],[-205439,-234206],[-207356,-242695],[-212462,-242508],[-214175,-241635],[-215635,-240055],[-213762,-231536],[-215757,-234639],[-209071,-235914],[-207749,-242948],[-212539,-242059],[-214357,-240806],[-215238,-239290],[-206664,-230229],[-210778,-230692],[-212589,-231195],[-217455,-232482],[-208835,-233883],[-207780,-242993],[-212252,-241835],[-214854,-241508],[-215315,-240080],[-208346,-3690],[-214308,-1176],[-216592,-1862],[-217195,-1084],[-216131,-1817],[-208026,-3957],[-213636,-1358],[-216243,-1918],[-214366,-1287],[-208620,-4314],[-214152,-1331],[-215975,-255182],[-216772,-253230],[-216165,-253261],[-209563,-255182],[-211244,-251555],[-213769,-253119],[-208594,-248833],[-208949,-248471],[-209308,-248860],[-213503,-245835],[-209947,-244532],[-209310,-246625],[-207839,-245557],[-214311,-244958],[-214720,-252512],[-215885,-250408],[-209175,-254480],[-209875,-252089],[-213137,-250012],[-215569,-246076],[-211860,-253450],[-214128,-252465],[-216545,-251526],[-208351,-248908],[-208246,-248523],[-209693,-248642],[-209848,-247380],[-211473,-246344],[-213443,-245192],[-213269,-245413],[-210200,-243994],[-209006,-246022],[-208254,-245603],[-215079,-243887],[-206821,-253997],[-206494,-253023],[-207392,-251504],[-207715,-250084],[-214742,-252979],[-207508,-254985],[-209608,-251753],[-214926,-247506],[-212789,-253608],[-208349,-248357],[-208519,-249178],[-208263,-249129],[-212518,-245623],[-209996,-244532],[-208765,-246222],[-208062,-245978],[-214260,-244430],[-215783,-252855],[-208119,-255259],[-210748,-250954],[-216927,-247275],[-216577,-247346],[-210214,-253579],[-213063,-255392],[-216540,-251656],[-217283,-252367],[-204965,-243983],[-204900,-243080],[-209733,-247030],[-211529,-245672],[-209445,-247425],[-209538,-247264],[-212910,-244262],[-212785,-244497],[-215847,-251708],[-209893,-249247],[-209785,-249939],[-211843,-246953],[-212618,-246577],[-210139,-244236],[-208521,-246135],[-207749,-245777],[-214906,-243709],[-207466,-253482],[-207448,-251315],[-208120,-265697],[-210234,-263664],[-215945,-261774],[-217310,-257674],[-213172,-258578],[-211031,-260922],[-208680,-260713],[-207323,-263885],[-212043,-267586],[-211334,-262216],[-206485,-259904],[-207306,-256191],[-210691,-259629],[-210015,-260120],[-214634,-267414],[-207073,-265143],[-205429,-261598],[-210262,-266045],[-212466,-261642],[-210534,-263799],[-213550,-268469],[-212311,-265055],[-210656,-262200],[-208304,-263958],[-208103,-263061],[-207340,-267793],[-209107,-267409],[-207260,-266195],[-206680,-266743],[-207859,-267273],[-208716,-266422],[-208227,-264971],[-205515,-265331],[-208905,-268493],[-209374,-267537],[-211873,-267023],[-212276,-267036],[-212700,-264920],[-211181,-264791],[-210297,-265165],[-210250,-265619],[-211176,-265936],[-211119,-267894],[-205006,-261725],[-204959,-263810],[-205135,-263375],[-205983,-263163],[-208528,-260535],[-206245,-264749],[-208082,-266062],[-206940,-264148],[-208890,-265881],[-210308,-268430],[-210219,-261653],[-207065,-265170],[-209920,-265281],[-213635,-263988],[-213391,-258945],[-212449,-259696],[-209495,-258816],[-209886,-260024],[-205931,-267062],[-215562,-268249],[-215124,-265897],[-206467,-263754],[-205929,-260648],[-212076,-268322],[-213741,-266689],[-213126,-262848],[-208137,-264481],[-208310,-262330],[-207109,-268527],[-207912,-265897],[-205224,-266099],[-209767,-267536],[-211326,-267727],[-212453,-266223],[-211391,-263952],[-210326,-265422],[-206098,-263883],[-205340,-264077],[-211243,-271893],[-213581,-270819],[-209637,-269974],[-215550,-277483],[-216682,-280950],[-205557,-269190],[-209915,-269364],[-206467,-269989],[-208294,-278242],[-208740,-278609],[-207188,-280622],[-205194,-279130],[-216847,-270595],[-211206,-269753],[-213205,-270950],[-214474,-269767],[-206881,-270299],[-216134,-278496],[-215232,-279085],[-214064,-268862],[-212651,-270456],[-214360,-268787],[-211026,-272685],[-206552,-272368],[-207503,-269168],[-209458,-270000],[-210593,-269194],[-209121,-270963],[-208761,-279054],[-214338,-272857],[-214376,-272259],[-212744,-272669],[-214207,-271844],[-210483,-271396],[-215707,-269151],[-217593,-272282],[-211932,-271318],[-212831,-270298],[-205792,-269545],[-215470,-279369],[-216693,-279565],[-213333,-270178],[-210854,-272364],[-210996,-273257],[-208736,-272270],[-207623,-270730],[-206234,-272705],[-207939,-269790],[-209764,-270720],[-208944,-270679],[-214184,-272571],[-215126,-272678],[-213399,-272923],[-216619,-271051],[-216806,-269466],[-210561,-270787],[-206320,-271650],[-208163,-278927],[-208838,-277413],[-208936,-277111],[-206976,-279187],[-208163,-280559],[-205106,-280170],[-208217,-281065],[-208225,-280913],[-205876,-281039],[-210891,-271517],[-215042,-269481],[-217341,-270794],[-212388,-269731],[-212994,-271970],[-208327,-269630],[-216549,-279581],[-209507,-292250],[-206634,-292590],[-210667,-291433],[-214862,-285570],[-213071,-287658],[-207944,-287666],[-210802,-289355],[-212013,-286569],[-216232,-292704],[-216015,-293715],[-216981,-283090],[-214796,-285279],[-215136,-288285],[-213907,-287574],[-211093,-290491],[-210457,-288926],[-207653,-289878],[-206188,-291373],[-212666,-291475],[-212995,-290602],[-210772,-289689],[-212096,-288662],[-213664,-285883],[-213867,-285629],[-216003,-292568],[-215028,-291268],[-205498,-291357],[-206025,-294181],[-215790,-293530],[-213678,-292316],[-205414,-282432],[-205790,-283587],[-207819,-283317],[-209839,-292867],[-216734,-293376],[-217132,-282984],[-214517,-283107],[-214393,-288742],[-210707,-286544],[-207546,-289457],[-207822,-289502],[-208202,-291016],[-204897,-292485],[-211240,-288775],[-212927,-289553],[-212225,-286449],[-211455,-285293],[-214922,-290233],[-205462,-286445],[-207938,-291431],[-205013,-286723],[-211780,-293424],[-215537,-292133],[-207949,-294116],[-215752,-281407],[-215989,-285215],[-210687,-287842],[-211745,-291149],[-213244,-289570],[-212140,-285925],[-214833,-291961],[-217370,-289784],[-216953,-290334],[-217590,-290287],[-217024,-299541],[-210180,-301177],[-215533,-305822],[-213323,-299313],[-217590,-304874],[-206175,-297442],[-211470,-295495],[-206093,-295469],[-211082,-296728],[-213131,-297039],[-207837,-300788],[-213997,-303558],[-216080,-295287],[-214728,-305103],[-213242,-301139],[-214396,-297142],[-216645,-301712],[-208675,-300481],[-211856,-302349],[-211901,-296347],[-212641,-296389],[-209565,-294506],[-214739,-303759],[-211925,-302102],[-207852,-300359],[-210336,-301558],[-207971,-297233],[-214609,-297418],[-212280,-306063],[-210845,-298614],[-212276,-302955],[-215033,-305434],[-211491,-300026],[-206221,-295826],[-213724,-296238],[-213404,-302943],[-211320,-294529],[-213483,-304884],[-205665,-296452],[-211280,-303705],[-215023,-298634],[-213435,-294373],[-213307,-297190],[-215815,-305319],[-204982,-295810],[-212550,-305584],[-212099,-296854],[-213580,-295506],[-205004,-296083],[-213623,-305556],[-213668,-305982],[-212810,-301398],[-207879,-300592],[-206212,-295040],[-210157,-301492],[-216595,-303602],[-213647,-298113],[-209641,-297739],[-211858,-299678],[-208106,-300778],[-217272,-303657],[-212176,-295650],[-211882,-299234],[-215468,-303220],[-205946,-299552],[-208635,-304018],[-205046,-305266],[-206886,-298842],[-209376,-305852],[-209582,-303461],[-210530,-305894],[-208097,-303870],[-211434,-305559],[-206838,-306106],[-208246,-305767],[-206742,-299777],[-206507,-297760],[-206423,-300674],[-206330,-302455],[-209901,-305550],[-206877,-306390],[-211067,-305658],[-205029,-306919],[-204853,-299475],[-206366,-306075],[-210169,-303096],[-205863,-298680],[-210081,-305346],[-215134,-307434],[-215460,-309920],[-216348,-310357],[-216474,-310661],[-217242,-311184],[-214547,-308166],[-216503,-308879],[-215111,-308422],[-215671,-308175],[-207000,-313894],[-209963,-312097],[-214067,-313061],[-207555,-317729],[-214330,-319265],[-213819,-311571],[-209002,-314555],[-206135,-315144],[-209003,-309327],[-206121,-309525],[-208615,-310611],[-208988,-317231],[-210891,-307982],[-209083,-309715],[-215160,-312245],[-212827,-309863],[-211931,-307857],[-211866,-315621],[-211911,-317840],[-215203,-317647],[-214320,-313638],[-210639,-307151],[-213305,-317170],[-216045,-315401],[-210330,-311247],[-213008,-309788],[-211556,-314949],[-211137,-309199],[-206971,-310691],[-213058,-314630],[-205234,-309932],[-208386,-312511],[-216182,-311196],[-208060,-317930],[-209770,-315097],[-207970,-310184],[-213786,-318998],[-206300,-313287],[-212983,-308956],[-214383,-316347],[-207894,-318699],[-211569,-316947],[-215395,-315855],[-208808,-311281],[-210244,-309699],[-211779,-314584],[-211691,-312035],[-215719,-311554],[-215050,-319164],[-208039,-317863],[-208088,-314838],[-206869,-308777],[-207759,-317645],[-212030,-307398],[-213723,-328305],[-211312,-325394],[-210388,-321791],[-208733,-328205],[-209659,-322206],[-212951,-326903],[-214057,-331788],[-216607,-324412],[-217252,-327202],[-216470,-324177],[-209459,-322297],[-215897,-331699],[-211041,-321960],[-216615,-320257],[-207883,-322192],[-215772,-332035],[-216967,-329445],[-209522,-321969],[-211593,-328532],[-216101,-325199],[-210267,-322362],[-217584,-325261],[-210406,-322989],[-214710,-322978],[-209122,-321601],[-210645,-323142],[-214958,-322257],[-214506,-322325],[-216408,-320065],[-212907,-325355],[-209649,-322064],[-215225,-321737],[-216649,-320273],[-216202,-338549],[-216341,-345149],[-215222,-334237],[-215742,-338491],[-214834,-340394],[-212738,-337153],[-216400,-338153],[-214577,-339916],[-213779,-334310],[-215005,-338563],[-204963,-357668],[-205963,-355769],[-215793,-357535],[-204907,-362019],[-205020,-361627],[-211582,-22653],[-211958,-13570],[-209070,-15539],[-210391,-16294],[-216152,-25379],[-217012,-19368],[-211608,-18256],[-211596,-17977],[-210978,-17454],[-211528,-18631],[-212445,-19809],[-212987,-20457],[-213054,-21335],[-213705,-22636],[-209576,-14994],[-209816,-16498],[-216221,-24731],[-216629,-20251],[-213318,-21580],[-213328,-21989],[-214052,-22990],[-212506,-20067],[-213501,-20689],[-213817,-21741],[-212621,-20248],[-212520,-19220],[-212365,-19103],[-212296,-19573],[-211675,-18977],[-210899,-17286],[-211470,-17721],[-211209,-17493],[-211350,-21800],[-208418,-15418],[-210516,-15911],[-217411,-19067],[-209671,-14674],[-210236,-16098],[-216163,-24997],[-216962,-19544],[-207201,-376507],[-217375,-407828],[-215675,-408892],[-215845,-409081],[-208641,-401659],[-207292,-403592],[-206390,-405716],[-209822,-400381],[-205460,-405973],[-215414,-421227],[-206372,-419160],[-216242,-420473],[-209932,-421398],[-215936,-420207],[-211353,-418890],[-211039,-419912],[-211168,-418961],[-217568,-409969],[-216528,-419672],[-215851,-421214],[-215590,-420617],[-217169,-33599],[-215852,-36662],[-210621,-37876],[-207731,-36602],[-208542,-38112],[-213577,-27030],[-215151,-30102],[-217221,-37176],[-216042,-33894],[-217316,-31811],[-215985,-36783],[-215278,-36765],[-210839,-37878],[-206221,-36689],[-207533,-36199],[-207960,-36180],[-214039,-26937],[-213786,-26874],[-214662,-29828],[-215894,-26621],[-216642,-25401],[-217089,-37413],[-215595,-34148],[-206718,-32388],[-206268,-37013],[-206406,-36550],[-206623,-29072],[-207954,-28890],[-208881,-28883],[-207879,-31210],[-208117,-30899],[-214463,-29679],[-216124,-33853],[-206721,-32777],[-215739,-34324],[-216959,-47807],[-207408,-46249],[-205032,-50535],[-212209,-50200],[-209132,-46263],[-217589,-48733],[-207197,-46390],[-215061,-41513],[-215390,-41293],[-213470,-40195],[-213527,-39977],[-206671,-40975],[-207018,-43319],[-212066,-50607],[-210052,-47553],[-215884,-48658],[-211995,-50738],[-217052,-38868],[-215860,-38553],[-216256,-40247],[-214462,-39261],[-207307,-40722],[-208386,-40683],[-207270,-43492],[-213545,-38211],[-214878,-41176],[-213359,-40045],[-207308,-43311],[-209385,-38414],[-217180,-52331],[-217009,-52400],[-216721,-51260],[-213953,-54568],[-211806,-52427],[-210756,-51086],[-209735,-52409],[-210279,-52421],[-209361,-56923],[-215376,-60263],[-215454,-60132],[-215653,-60648],[-207124,-58463],[-212478,-52191],[-207037,-51282],[-204966,-53204],[-217507,-55823],[-214700,-53509],[-215130,-54933],[-210974,-51128],[-214953,-60949],[-216706,-60565],[-216335,-61337],[-216528,-51573],[-217382,-56335],[-216313,-54226],[-216593,-54396],[-217096,-55669],[-209282,-51951],[-206858,-51419],[-211782,-52043],[-212590,-52440],[-216496,-52693],[-217228,-52560],[-205251,-52900],[-217534,-54988],[-212503,-53630],[-211067,-53709],[-212219,-53404],[-211164,-53875],[-210255,-57890],[-209604,-57568],[-216027,-54135],[-215645,-54043],[-215421,-54440],[-215785,-55786],[-217484,-56141],[-217242,-56330],[-207673,-67290],[-212314,-70572],[-209381,-73087],[-206871,-67156],[-209230,-68258],[-209034,-70448],[-210646,-69768],[-211275,-70208],[-213623,-65922],[-215881,-65518],[-211661,-67067],[-211542,-64001],[-205083,-66827],[-209878,-68444],[-211567,-64287],[-211632,-71540],[-207055,-70288],[-209537,-72953],[-209142,-73003],[-206055,-72691],[-205850,-74326],[-205213,-74293],[-206670,-67224],[-208877,-66983],[-207225,-68823],[-206919,-68770],[-205697,-69459],[-209141,-70247],[-216114,-75395],[-215671,-75445],[-210775,-70110],[-213928,-65511],[-216164,-65971],[-211745,-67410],[-211735,-64273],[-216808,-76256],[-215907,-74701],[-217470,-76037],[-213928,-76514],[-212076,-70597],[-212460,-71456],[-212412,-71807],[-207322,-70012],[-206697,-66953],[-216077,-75786],[-214324,-74437],[-215584,-73725],[-211190,-70535],[-213826,-65514],[-215899,-65728],[-211437,-67036],[-211974,-64888],[-217235,-76323],[-216133,-74861],[-216872,-74281],[-216778,-74762],[-217526,-75174],[-217441,-76409],[-210601,-70195],[-211254,-70303],[-213882,-65677],[-215912,-65793],[-212747,-67352],[-211951,-64592],[-210100,-76192],[-211328,-75353],[-210163,-76386],[-209608,-76037],[-211256,-75844],[-210797,-76379],[-215964,-76757],[-216277,-81356],[-216341,-81711],[-215658,-81087],[-214958,-79226],[-215202,-79385],[-215331,-78872],[-216113,-79850],[-216009,-80224],[-214370,-77808],[-213803,-77120],[-213319,-76629],[-217170,-80956],[-217446,-79810],[-215962,-78290],[-215930,-77485],[-214439,-77365],[-216296,-79254],[-216799,-80537],[-217335,-79225],[-215982,-77428],[-215776,-77297],[-216789,-80317],[-207003,-87501],[-207555,-86256],[-210650,-85789],[-213103,-83328],[-213367,-87778],[-210121,-87499],[-211234,-89237],[-207728,-84239],[-206971,-82328],[-214531,-83264],[-214885,-83063],[-213204,-84713],[-213616,-82624],[-217221,-84881],[-217298,-84639],[-210709,-81778],[-212115,-82417],[-208974,-87053],[-208797,-89023],[-210774,-88413],[-209351,-77126],[-212028,-77782],[-206960,-78451],[-210667,-79750],[-209406,-79457],[-208591,-79164],[-212412,-78877],[-207336,-80402],[-207907,-79442],[-205145,-81606],[-213022,-86604],[-206153,-86206],[-210767,-78819],[-213015,-80228],[-207550,-86029],[-206346,-88102],[-210259,-85339],[-211750,-86606],[-211183,-89343],[-213025,-88839],[-206755,-82232],[-205226,-78712],[-208905,-77106],[-213359,-84676],[-211840,-82306],[-215740,-87111],[-215371,-86263],[-215758,-86120],[-204934,-81764],[-212237,-83755],[-213523,-87067],[-205317,-86620],[-211917,-79729],[-211098,-79022],[-212868,-79335],[-207319,-85993],[-210328,-85500],[-211623,-86521],[-206933,-80526],[-208300,-81325],[-209266,-83342],[-210173,-84323],[-210584,-82111],[-216519,-87235],[-209306,-88574],[-209851,-88621],[-209189,-87919],[-208318,-89079],[-207310,-88996],[-210267,-77314],[-210044,-76786],[-211181,-76671],[-210792,-77127],[-211378,-77469],[-207349,-77926],[-210937,-79808],[-209309,-78625],[-209009,-79816],[-207768,-80386],[-208127,-79488],[-205194,-82883],[-212686,-82854],[-212579,-87701],[-205556,-86608],[-211741,-80136],[-211236,-78266],[-213381,-79449],[-205398,-82660],[-212628,-83535],[-213049,-87317],[-205607,-85826],[-211954,-79096],[-210262,-78358],[-213413,-79201],[-206386,-91604],[-206118,-91680],[-211646,-90954],[-212560,-90283],[-214392,-91586],[-216681,-94251],[-212562,-98544],[-217401,-96489],[-217154,-96300],[-211294,-98948],[-210784,-100556],[-210755,-100318],[-208940,-100975],[-206157,-99590],[-208009,-100152],[-209810,-97959],[-210271,-95474],[-209998,-95379],[-208880,-93583],[-208518,-92700],[-210301,-92736],[-212681,-91891],[-212910,-93199],[-217495,-93572],[-205310,-94220],[-207483,-92938],[-211301,-92724],[-206818,-89492],[-207013,-101917],[-205641,-97866],[-210007,-96148],[-215560,-94755],[-213373,-92171],[-207536,-98280],[-206580,-95530],[-206386,-91346],[-214893,-91218],[-210921,-98863],[-207261,-99768],[-212627,-97796],[-208356,-96753],[-209574,-98108],[-205536,-93360],[-206668,-93315],[-210729,-90563],[-209955,-92267],[-209216,-90793],[-206871,-90672],[-206993,-90065],[-207145,-93931],[-207923,-101495],[-205106,-98105],[-209153,-95832],[-215224,-94315],[-213169,-92520],[-206915,-97842],[-207347,-97780],[-212277,-90479],[-211193,-90314],[-214368,-89530],[-214794,-91506],[-216858,-94202],[-217144,-96505],[-215517,-99111],[-216709,-101947],[-213606,-98486],[-211830,-97901],[-211102,-98765],[-207634,-100496],[-206081,-98978],[-205804,-98059],[-208710,-96283],[-213257,-98434],[-214806,-93987],[-214259,-91957],[-207132,-96211],[-208759,-96885],[-212518,-92967],[-213619,-95106],[-212953,-98774],[-207402,-99102],[-208144,-101829],[-205328,-97654],[-210200,-96008],[-215603,-95042],[-214533,-92868],[-207873,-89686],[-207324,-91813],[-205069,-110718],[-205660,-111214],[-206027,-111400],[-205869,-111061],[-213380,-114478],[-215453,-114892],[-212443,-105654],[-212245,-105393],[-209026,-109329],[-204897,-110155],[-205428,-103459],[-205587,-103982],[-210694,-113008],[-216025,-109193],[-213755,-107104],[-206731,-111646],[-212206,-111178],[-213393,-111465],[-213159,-111763],[-210810,-111334],[-211581,-109557],[-210879,-109438],[-209709,-107994],[-208917,-108210],[-210400,-108487],[-216725,-108851],[-214999,-108607],[-216733,-113226],[-215114,-113367],[-216378,-114053],[-215627,-114796],[-216467,-114539],[-213039,-113340],[-212022,-109421],[-212049,-110240],[-212942,-110587],[-211090,-108796],[-207441,-107884],[-207997,-108873],[-208317,-108946],[-209292,-110710],[-210609,-109240],[-210393,-109332],[-211424,-111248],[-213049,-111952],[-212030,-111822],[-210641,-109838],[-210278,-110964],[-207733,-104243],[-207875,-103664],[-209180,-107854],[-209451,-108048],[-208442,-108460],[-212190,-111481],[-216792,-109141],[-215285,-108871],[-217268,-112715],[-216331,-113868],[-211516,-105622],[-217081,-109433],[-215199,-108068],[-216997,-111882],[-208886,-113806],[-215429,-102629],[-209015,-113837],[-204806,-103526],[-204862,-114353],[-207531,-114965],[-205542,-113592],[-204905,-112661],[-206087,-112821],[-206250,-112591],[-206535,-112909],[-207557,-113085],[-207871,-113209],[-208129,-113351],[-210374,-114406],[-210470,-114640],[-211301,-114718],[-210256,-114252],[-206111,-114940],[-205899,-114813],[-215895,-103083],[-207963,-113039],[-208146,-113178],[-208617,-113662],[-215645,-103112],[-209079,-113568],[-205029,-114089],[-210197,-114914],[-215972,3499],[-212530,4924],[-216739,2755],[-208959,3410],[-206946,2137],[-209494,7601],[-208490,9503],[-205648,6234],[-207796,5203],[-206676,9790],[-206221,8424],[-212823,4699],[-207285,2110],[-209807,8141],[-205576,7049],[-207588,5369],[-206336,8927],[-206464,8475],[-216000,2416],[-215431,3273],[-214910,10447],[-216341,9044],[-217466,9048],[-216652,7110],[-215659,6156],[-215252,6242],[-211454,12069],[-212359,4877],[-216717,2556],[-206338,6856],[-208747,6204],[-206588,9459],[-206229,8478],[-215617,2964],[-216226,5283],[-212764,5229],[-216721,2808],[-216538,1331],[-208856,3060],[-207548,2177],[-206073,6611],[-208978,6354],[-206222,9473],[-207755,8076],[-211912,128804],[-209191,129670],[-210817,130037],[-216722,140732],[-210288,131885],[-211004,135627],[-211695,136555],[-210782,138822],[-216008,137647],[-213849,136824],[-216565,137790],[-214682,130709],[-213053,130367],[-204828,128600],[-210869,128776],[-208795,130209],[-211256,130459],[-209500,132411],[-210352,135705],[-212458,135928],[-211051,138477],[-215302,138433],[-213670,129131],[-210220,134500],[-212794,132783],[-213896,129850],[-217201,129864],[-211442,128303],[-209190,129437],[-210485,130280],[-210113,131368],[-211007,135094],[-212497,136091],[-211865,138636],[-215752,137182],[-210081,130050],[-210524,131657],[-210922,134434],[-212760,135542],[-210595,138309],[-215672,138463],[-216206,140957],[-209966,128721],[-211883,130059],[-209795,132038],[-210761,135112],[-212824,135377],[-210914,137494],[-214654,138254],[-209300,131915],[-210181,135294],[-212766,135462],[-211712,138119],[-215786,138600],[-206091,148635],[-210352,150236],[-205218,151109],[-212954,153679],[-211871,150916],[-211227,153045],[-216883,142195],[-216827,144882],[-214722,143287],[-212346,143849],[-211541,146485],[-216707,144184],[-214635,144257],[-213775,143927],[-212972,148079],[-214459,153226],[-210540,153249],[-211874,152226],[-217346,141521],[-216405,144747],[-214451,143604],[-213937,143426],[-213141,147097],[-216077,141615],[-216888,143988],[-213933,143788],[-213827,143551],[-212837,148177],[-216365,144678],[-215085,143391],[-212202,143682],[-213178,147403],[-216764,141705],[-215932,144625],[-214950,143514],[-213846,143586],[-213149,146771],[-213459,154371],[-213368,154130],[-217170,231321],[-214487,232629],[-214088,235683],[-213586,236125],[-212728,239652],[-211053,232815],[-213017,232741],[-207243,232421],[-207225,232002],[-211666,232216],[-210555,231523],[-208143,230895],[-213394,234032],[-208062,232727],[-207288,231564],[-209251,231288],[-211873,232652],[-210969,232443],[-212989,232984],[-211399,231541],[-207973,231315],[-207861,232196],[-213576,231018],[-213146,233198],[-210005,231225],[-208177,22149],[-215461,16458],[-212476,20257],[-206061,23123],[-206582,24936],[-205417,22238],[-210380,22785],[-216508,17036],[-217391,18357],[-211986,19487],[-215189,25329],[-208827,20947],[-206947,24212],[-205350,25328],[-208970,20628],[-215328,18133],[-216293,17151],[-217080,18038],[-211415,19126],[-215907,25370],[-215860,24645],[-208588,21655],[-207066,24108],[-205376,25431],[-206459,22993],[-216356,18584],[-205310,25794],[-216591,17509],[-216747,18068],[-211821,19305],[-215682,25491],[-215597,24851],[-208882,21270],[-206620,23720],[-216130,16893],[-211677,18950],[-215848,25787],[-215317,24913],[-208798,21285],[-207334,24423],[-212993,21280],[-213099,20478],[-212390,25524],[-210952,25085],[-213227,21800],[-215107,24323],[-213038,25278],[-210673,25126],[-212857,25779],[-211087,24887],[-210854,25103],[-213026,33774],[-215192,33445],[-215334,33021],[-216119,31818],[-217180,33086],[-217432,30806],[-205984,26045],[-205139,26915],[-204876,25876],[-206121,26681],[-205065,25876],[-212814,33646],[-214901,33923],[-215865,33357],[-216271,31330],[-216938,33613],[-217245,30943],[-205275,26849],[-213434,34357],[-215251,33790],[-215347,33347],[-215587,31360],[-216201,32956],[-217313,30689],[-205798,26091],[-204931,27121],[-215664,38109],[-214568,35881],[-213439,33553],[-215295,33842],[-215867,32695],[-215365,31308],[-216785,33642],[-217151,30882],[-204964,26109],[-206835,32382],[-205992,28596],[-208150,35702],[-208269,35459],[-205028,27394],[-208733,28604],[-204854,28216],[-208600,28102],[-207506,31076],[-211033,30818],[-206595,36569],[-205378,36091],[-209685,35473],[-211124,37170],[-210753,35947],[-210707,34061],[-210722,33130],[-212335,32246],[-214959,26773],[-206507,28245],[-207374,28515],[-208306,30785],[-207943,31403],[-205517,34457],[-208618,32094],[-205246,31914],[-208239,36180],[-206118,28329],[-206102,36711],[-204962,35930],[-210125,35485],[-210679,36532],[-210951,35555],[-210007,35988],[-210276,34426],[-211373,33399],[-211885,31897],[-214616,27441],[-206248,28110],[-208010,28444],[-208150,30858],[-207869,31973],[-205715,34339],[-208716,32633],[-208249,31035],[-205367,30238],[-205228,35570],[-206932,36451],[-204917,36126],[-210430,36580],[-210116,35656],[-210776,34376],[-210587,33343],[-211822,32261],[-214706,27077],[-212932,25915],[-206170,27856],[-207277,28041],[-208336,31279],[-207455,31796],[-206216,34422],[-206458,36360],[-205099,36588],[-209839,35492],[-210203,35423],[-210416,36802],[-210637,36376],[-210398,34084],[-210636,33202],[-212066,32545],[-214903,27392],[-206778,27457],[-207452,27662],[-208325,30500],[-206992,31429],[-205836,34457],[-214577,41220],[-217210,40394],[-215593,39054],[-216590,38776],[-215756,38743],[-217178,43641],[-217233,44299],[-216609,43531],[-217389,44131],[-215010,45056],[-213153,42785],[-212248,51350],[-211856,51159],[-213533,46878],[-210065,47933],[-211623,42886],[-205083,43680],[-215443,45420],[-213938,47702],[-213775,47530],[-214249,47679],[-213795,48990],[-213151,48848],[-214008,49211],[-213721,41943],[-213545,41761],[-213571,42237],[-205517,38687],[-205147,50894],[-205133,50994],[-204898,50790],[-208551,52671],[-208314,52430],[-209755,52239],[-210512,52365],[-210736,52533],[-211143,52342],[-211363,52288],[-211605,52129],[-211992,51732],[-212300,51771],[-212465,51577],[-214803,52257],[-216072,61306],[-206067,59177],[-209527,55337],[-211515,59429],[-211749,62574],[-207403,58458],[-209467,58502],[-211336,52609],[-207600,58334],[-209416,53022],[-207481,53957],[-208158,54404],[-209677,54779],[-210883,53521],[-212392,52357],[-213410,53115],[-215287,54577],[-207199,56985],[-205492,57787],[-205488,59233],[-206746,54169],[-208724,59414],[-211539,62117],[-211830,61176],[-210002,56350],[-212355,54635],[-208765,53284],[-208664,53193],[-207031,54146],[-207976,54532],[-210179,55271],[-210255,54742],[-210692,53370],[-212494,52309],[-213700,53113],[-215635,54177],[-207398,56990],[-205226,58135],[-205682,59317],[-206279,54390],[-205027,55121],[-208547,59122],[-211245,61980],[-212044,60717],[-210269,56341],[-212759,54665],[-208884,53104],[-208487,53017],[-211782,60026],[-210960,53930],[-207177,54066],[-208308,54894],[-209825,55140],[-211259,53155],[-212421,52357],[-213582,53088],[-215497,54268],[-206925,57342],[-205165,57951],[-205838,58962],[-206741,54325],[-204923,54747],[-208394,59264],[-211029,61821],[-212136,61157],[-211050,58502],[-210289,56723],[-212390,54550],[-208989,53149],[-208155,52731],[-207487,53820],[-208067,54595],[-210325,55135],[-210125,54820],[-211161,53601],[-212125,52649],[-213714,52794],[-215537,54446],[-206940,57218],[-205193,57675],[-205987,59178],[-206783,54319],[-208304,59377],[-211445,61746],[-211879,61013],[-210236,56541],[-212686,54463],[-208801,53286],[-211216,74190],[-210661,74999],[-217466,69478],[-216178,68429],[-216130,64359],[-206860,67273],[-207830,71901],[-209486,73188],[-212704,72939],[-213013,69435],[-210133,70362],[-209330,71189],[-205494,71842],[-205309,72144],[-204912,70558],[-205658,74336],[-206707,75592],[-216182,72355],[-216174,72861],[-206113,71777],[-205177,72586],[-204948,70801],[-205423,74141],[-205988,75666],[-205869,71792],[-205326,72048],[-205949,74002],[-206033,75584],[-205834,71936],[-205673,74699],[-206583,76222],[-204927,85718],[-205758,83615],[-206287,88485],[-208292,88847],[-206420,89392],[-205434,86134],[-205339,84040],[-206109,88870],[-208238,88235],[-206467,89576],[-205339,85183],[-205619,86217],[-205101,84103],[-205847,88927],[-208344,88909],[-206622,89507],[-205806,85642],[-205367,84448],[-206010,88393],[-207820,88803],[-206989,89406],[-208680,100177],[-208994,92375],[-208420,96142],[-212088,102488],[-208679,91980],[-208168,92236],[-207030,92926],[-208134,94269],[-208244,95484],[-209427,97208],[-215742,92247],[-217378,92668],[-216227,93153],[-208101,90232],[-211585,102080],[-208877,91393],[-208145,92519],[-207266,92740],[-208364,94166],[-209124,95479],[-208430,95382],[-209270,97351],[-215447,93545],[-217179,93243],[-215812,92634],[-208422,91849],[-207900,91802],[-206931,92975],[-209013,95328],[-208624,95981],[-209001,97546],[-215673,93180],[-216846,92504],[-216352,92456],[-208867,92332],[-207925,91935],[-207644,93000],[-208554,94412],[-208882,95437],[-207924,95997],[-208933,97869],[-217086,93401],[-216629,92814],[-216416,93223],[-205357,105241],[-205210,107170],[-213179,112015],[-217331,107870],[-204890,114167],[-205668,112196],[-208093,105556],[-215919,107205],[-205486,113048],[-205898,111764],[-205201,111541],[-217400,112740],[-207736,114734],[-205560,113249],[-204941,112501],[-204977,113345],[-217427,112872],[-216553,104656],[-214218,103166],[-217019,122728],[-205347,123929],[-214902,120164],[-209500,121434],[-204851,117720],[-206135,117402],[-209526,118335],[-211632,117407],[-207906,123694],[-211777,118979],[-212292,121046],[-211929,123133],[-209477,124431],[-211100,125082],[-215931,127868],[-215233,125601],[-211071,127392],[-206358,127642],[-207395,118607],[-209264,117251],[-208486,117973],[-211267,118541],[-208719,121642],[-208780,122808],[-212281,117203],[-213189,120005],[-212479,120883],[-212543,121751],[-210702,125461],[-212987,124715],[-215370,128028],[-215642,125978],[-216120,122109],[-208158,118144],[-209956,118622],[-209526,122520],[-208282,122600],[-213172,118615],[-214239,119627],[-212014,120379],[-212693,121583],[-210571,124501],[-213025,124610],[-215921,128076],[-216396,125455],[-215827,122860],[-215024,119072],[-216611,127328],[-207036,124754],[-208969,116835],[-208804,118074],[-210287,118544],[-208703,122132],[-208397,123597],[-211531,118670],[-214001,119593],[-212838,120728],[-211770,121900],[-210745,125742],[-211305,125492],[-216320,128076],[-215112,125825],[-216416,123166],[-206055,124335],[-205721,125173],[-205551,123424],[-205328,123072],[-208843,118362],[-210510,118723],[-209975,121412],[-208834,122461],[-212211,117129],[-214685,119948],[-212010,120849],[-211491,122093],[-210529,125210],[-211454,124340],[-215424,127565],[-216096,125646],[-215677,122179],[-211702,126512],[-208581,118073],[-210036,117469],[-208537,121445],[-207754,123362],[-213047,118563],[-214495,120063],[-212345,121024],[-212750,122182],[-209971,125520],[-213091,124742],[-215805,127772],[-215987,126035],[-217056,123289],[-222800,-116871],[-222793,-116440],[-222642,-116646],[-223387,-116320],[-222801,-115487],[-223065,-115320],[-222461,-115103],[-222626,-115050],[-225555,-115748],[-225747,-115610],[-225714,-115348],[-224751,-115171],[-224376,-115832],[-219249,-122708],[-219138,-122690],[-218465,-123344],[-218337,-122993],[-218362,-123475],[-221306,-117591],[-223993,-118321],[-225623,-118590],[-227557,-115402],[-218622,-117833],[-218961,-117713],[-219159,-118904],[-220382,-118377],[-217727,-118150],[-218260,-119296],[-222010,-119600],[-221819,-119473],[-221862,-118896],[-218826,-121969],[-226588,-116016],[-226473,-119593],[-226388,-118688],[-226304,-115077],[-224404,-116597],[-220008,-122370],[-218900,-122659],[-217942,-122987],[-219751,-121232],[-221291,-120829],[-222293,-118607],[-221955,-118591],[-222226,-119864],[-223047,-118606],[-219430,-117911],[-223866,-116656],[-221526,-115168],[-222150,-115995],[-220996,-116457],[-220563,-118609],[-220663,-115063],[-219691,-116870],[-219196,-116992],[-224046,-116370],[-219041,-123197],[-226183,-118712],[-226457,-120003],[-224304,-115482],[-226015,-115357],[-227148,-115417],[-227369,-115226],[-224131,-116672],[-224065,-116956],[-219552,-122241],[-218820,-123314],[-219150,-122509],[-219886,-121916],[-218157,-123520],[-217957,-123479],[-218142,-124301],[-220315,-121519],[-220131,-121367],[-220640,-121321],[-220922,-121599],[-221413,-120668],[-222842,-119132],[-221544,-117382],[-221801,-117442],[-225238,-118741],[-224757,-117602],[-224006,-118112],[-224651,-118195],[-225406,-117266],[-222095,-118790],[-222037,-119139],[-218438,-117823],[-221654,-119540],[-222273,-116471],[-220542,-117731],[-219609,-119266],[-220695,-119942],[-217926,-119972],[-217655,-120109],[-220184,-116541],[-218554,-117077],[-226193,-118552],[-221949,-119162],[-220024,-116127],[-218353,-116925],[-220864,-120128],[-220710,-120930],[-221502,-118436],[-219441,-116880],[-218594,-116900],[-229556,-125128],[-228516,-126850],[-224387,-125602],[-226765,-123328],[-221924,-125845],[-221957,-126321],[-222493,-127443],[-221105,-125457],[-220785,-125785],[-218834,-127093],[-226183,-126712],[-226246,-126559],[-227241,-126729],[-227555,-127617],[-223008,-124649],[-222684,-124503],[-222208,-125176],[-222468,-123728],[-224825,-122216],[-224557,-122466],[-221872,-123533],[-222005,-123380],[-219598,-123454],[-219483,-123753],[-221556,-122436],[-222168,-121648],[-224342,-127428],[-224483,-126995],[-224080,-127080],[-224387,-126718],[-229226,-125363],[-229500,-125756],[-229722,-125073],[-229574,-119103],[-228730,-119805],[-230294,-121119],[-229969,-120275],[-229921,-117247],[-229960,-116397],[-230282,-116867],[-228278,-117913],[-227461,-119217],[-227831,-118613],[-228278,-117762],[-228602,-117153],[-229743,-117276],[-228559,-118829],[-230363,-118809],[-229777,-118257],[-228777,-127798],[-221882,-121721],[-220825,-123868],[-222483,-122677],[-222749,-122363],[-219371,-123917],[-219485,-125921],[-220258,-123103],[-221395,-122299],[-220357,-126812],[-221177,-127669],[-221773,-126610],[-222320,-126679],[-223468,-127779],[-222493,-126921],[-222953,-127606],[-222381,-127743],[-222356,-125272],[-218529,-127536],[-222024,-123191],[-221672,-123573],[-222641,-120948],[-222467,-121066],[-228467,-127079],[-228588,-127535],[-227960,-122806],[-228319,-122487],[-226630,-123106],[-223645,-124784],[-222842,-123888],[-224618,-121495],[-218474,-125629],[-227426,-117602],[-229239,-118648],[-227790,-119744],[-229737,-119417],[-228038,-119656],[-218769,-124582],[-219262,-125848],[-226992,-122247],[-224484,-122321],[-229842,-119707],[-222562,-126520],[-219098,-126158],[-227291,-118835],[-222417,-126520],[-221193,-126193],[-221851,-126364],[-224394,-121732],[-224462,-121588],[-224399,-121678],[-218611,-139534],[-218698,-139239],[-218906,-139546],[-221934,-134643],[-222335,-133250],[-222597,-133144],[-223941,-133640],[-222971,-135707],[-222799,-135536],[-227773,-130350],[-227444,-130848],[-229554,-129006],[-229580,-128913],[-229873,-129546],[-223974,-137394],[-224946,-136278],[-224922,-135372],[-225816,-133901],[-226525,-134168],[-229598,-133087],[-229776,-131866],[-228983,-130669],[-229724,-135806],[-229949,-137600],[-227825,-129215],[-224666,-130045],[-222010,-129798],[-222862,-130989],[-222930,-131946],[-223138,-131943],[-223331,-131624],[-221246,-131612],[-220778,-131687],[-220750,-131219],[-221265,-131365],[-222092,-133296],[-224175,-133826],[-222859,-136225],[-222967,-136161],[-222844,-135876],[-223151,-135613],[-222977,-127835],[-219296,-135170],[-220245,-135105],[-219808,-135749],[-220505,-134950],[-220374,-133375],[-220173,-133145],[-218520,-130893],[-218836,-130788],[-218549,-130683],[-219991,-128272],[-220320,-127990],[-220686,-127939],[-221667,-140002],[-221476,-139853],[-217681,-129375],[-217765,-129672],[-226806,-128840],[-225755,-130033],[-219476,-129413],[-219087,-129571],[-217994,-134678],[-219150,-132404],[-219008,-131613],[-226519,-131704],[-227784,-130677],[-227328,-130686],[-226690,-130913],[-224567,-130994],[-224559,-131272],[-224461,-131458],[-225695,-132520],[-225547,-132387],[-225679,-132053],[-224469,-127922],[-222806,-129034],[-222778,-129621],[-224591,-130416],[-223149,-130394],[-223490,-129864],[-223093,-133331],[-222689,-133452],[-221647,-134725],[-222480,-136350],[-222584,-137157],[-222531,-137616],[-222869,-137752],[-219328,-137237],[-218925,-136879],[-218858,-136764],[-219589,-136834],[-218594,-135572],[-220098,-138719],[-220192,-139183],[-220858,-139406],[-229471,-130433],[-228994,-129633],[-228525,-129781],[-229604,-128252],[-229483,-128722],[-224763,-135674],[-224419,-136571],[-226594,-133992],[-225275,-133059],[-228508,-134307],[-226635,-136448],[-230129,-139623],[-230349,-136844],[-229624,-135964],[-229626,-140228],[-227438,-129158],[-220666,-140372],[-220107,-133378],[-218848,-131866],[-217911,-132555],[-218407,-134889],[-220184,-134174],[-220028,-132360],[-222913,-133789],[-224441,-131897],[-224424,-133226],[-224522,-133696],[-218625,-140057],[-220481,-138857],[-219813,-139702],[-217716,-137719],[-226105,-128649],[-226005,-129075],[-226875,-129545],[-227404,-130269],[-224798,-134860],[-225514,-137146],[-224879,-136414],[-224606,-136199],[-223937,-137568],[-224758,-138182],[-224441,-138568],[-223633,-139032],[-225918,-140430],[-228383,-138806],[-228379,-137629],[-228386,-138149],[-229092,-137085],[-229297,-137097],[-230100,-137582],[-218920,-138064],[-221444,-140050],[-220188,-140255],[-219808,-134461],[-219293,-135700],[-219243,-135826],[-217779,-134820],[-219960,-132660],[-218024,-134936],[-218254,-135041],[-223674,-129987],[-222706,-131490],[-221412,-129991],[-222045,-128606],[-223607,-132051],[-222951,-130602],[-224671,-131735],[-224614,-131284],[-224665,-131912],[-222852,-132076],[-226624,-128064],[-225598,-129086],[-225828,-128439],[-225671,-129360],[-224598,-128612],[-219041,-129763],[-219291,-129614],[-220199,-128248],[-219880,-128446],[-218467,-132386],[-218707,-131593],[-218453,-133376],[-220298,-139004],[-220304,-138545],[-219613,-139726],[-219691,-139989],[-220877,-137896],[-221264,-137948],[-220411,-137102],[-220076,-137298],[-228504,-131022],[-228333,-138959],[-227441,-138943],[-228428,-137768],[-229412,-140251],[-229659,-140552],[-230354,-139502],[-222505,-139831],[-220101,-138699],[-220982,-137383],[-220768,-132342],[-219334,-132071],[-218784,-135972],[-224478,-130613],[-224415,-130356],[-221116,-127966],[-221063,-128035],[-226995,-131346],[-227970,-134519],[-219208,-135841],[-217683,-136593],[-218929,-138348],[-222371,-135612],[-219571,-131973],[-218135,-134686],[-223164,-130331],[-226776,-131515],[-218439,-137661],[-222408,-138847],[-222093,-135850],[-219997,-133932],[-219328,-132089],[-219353,-136030],[-218344,-135507],[-225401,-129621],[-221629,-130653],[-221282,-129671],[-225091,-133179],[-228464,-133503],[-219404,-136160],[-222848,-147126],[-221535,-145977],[-226237,-145387],[-223507,-144510],[-226215,-143571],[-226898,-147063],[-221862,-152905],[-221152,-152449],[-217843,-151625],[-217717,-152712],[-220577,-140783],[-220839,-140876],[-218808,-141284],[-218889,-141110],[-219215,-140903],[-217740,-148755],[-217977,-148310],[-219116,-147395],[-218664,-143340],[-217911,-144396],[-217959,-144643],[-229304,-151853],[-230265,-151764],[-229537,-150831],[-228522,-147041],[-227174,-146794],[-227107,-147362],[-227009,-147112],[-229077,-147901],[-227624,-149769],[-228151,-148443],[-230010,-149134],[-229759,-142225],[-230175,-141113],[-229808,-142529],[-229563,-140755],[-225928,-143917],[-225971,-144092],[-228424,-145121],[-227619,-144708],[-227022,-142933],[-228166,-144365],[-224803,-144796],[-226023,-144271],[-225491,-144788],[-225198,-147004],[-230130,-145728],[-225842,-144121],[-224120,-144190],[-225465,-143202],[-226083,-143247],[-226294,-143108],[-223963,-142474],[-221774,-146377],[-221519,-147279],[-222645,-145772],[-220586,-146423],[-222905,-145477],[-220435,-147316],[-220681,-144350],[-222600,-144512],[-221850,-143785],[-220945,-145489],[-221262,-144095],[-220496,-144699],[-223344,-141911],[-219015,-142770],[-219444,-145839],[-222291,-151120],[-222040,-151383],[-222039,-151150],[-226122,-150509],[-220513,-152921],[-228393,-144099],[-227957,-144083],[-227162,-143866],[-218252,-151128],[-219122,-146936],[-226822,-140864],[-226470,-141422],[-226222,-141318],[-228598,-140741],[-228620,-141256],[-220005,-143254],[-219699,-143429],[-222264,-142287],[-227842,-143632],[-227579,-144170],[-227568,-144155],[-220571,-144353],[-222272,-143811],[-227024,-146672],[-223753,-143492],[-227654,-145120],[-226660,-145115],[-228918,-147792],[-228927,-148637],[-218453,-140789],[-220429,-141663],[-219908,-141809],[-217703,-141236],[-217788,-141014],[-219154,-148747],[-218143,-148987],[-219236,-147085],[-219211,-146730],[-228295,-144901],[-227746,-143129],[-229713,-142924],[-228790,-142879],[-229763,-142766],[-225691,-144067],[-228437,-147246],[-226125,-144917],[-226393,-146596],[-226709,-142785],[-228496,-146388],[-226444,-143285],[-222749,-146067],[-222497,-144305],[-223226,-145943],[-226111,-145775],[-223859,-142728],[-230274,-148502],[-229274,-147884],[-229463,-147686],[-230213,-151191],[-228856,-150497],[-230260,-149128],[-229063,-152079],[-230111,-152851],[-230242,-145455],[-224152,-146594],[-224773,-146717],[-221003,-145164],[-220807,-145632],[-221017,-145829],[-221019,-144078],[-221226,-144318],[-223949,-143984],[-224195,-143930],[-226383,-141331],[-230038,-142243],[-230111,-140925],[-229611,-140854],[-222232,-151335],[-225298,-149950],[-222950,-150379],[-222555,-149763],[-221819,-148449],[-221958,-148425],[-221660,-148300],[-219940,-149214],[-220769,-140655],[-229808,-144035],[-221493,-142609],[-222437,-142292],[-219216,-145325],[-224515,-149761],[-220791,-142691],[-224094,-146416],[-226554,-145339],[-228175,-144668],[-219341,-156793],[-219780,-159571],[-224155,-163695],[-227991,-162838],[-226875,-157540],[-225411,-154902],[-226082,-154138],[-224326,-155013],[-224595,-155076],[-221827,-153868],[-221212,-155104],[-222496,-155246],[-229333,-154768],[-229882,-154753],[-230177,-154958],[-220282,-159617],[-229205,-154516],[-226079,-158718],[-227842,-161717],[-225500,-165624],[-228394,-164359],[-227396,-165457],[-224328,-154156],[-223212,-153762],[-222224,-153538],[-225908,-154674],[-221520,-154577],[-220581,-154700],[-222184,-154713],[-228010,-153870],[-229643,-157040],[-229789,-154690],[-229759,-155265],[-229300,-154980],[-225466,-166170],[-223302,-153856],[-227081,-157806],[-225617,-155003],[-229165,-153964],[-228524,-155407],[-230220,-155536],[-228846,-154596],[-229352,-159942],[-229967,-166167],[-225861,-166264],[-226488,-174938],[-230053,-176267],[-229758,-173899],[-230045,-173555],[-228576,-171986],[-229211,-170406],[-229776,-170243],[-230190,-174087],[-227580,-174344],[-230295,-166912],[-225671,-174442],[-229869,-176815],[-229205,-172311],[-230205,-175786],[-223881,-178082],[-224657,-178516],[-227903,-178902],[-226973,-174896],[-227310,-177011],[-229897,-173207],[-229860,-172664],[-228904,-171911],[-229097,-173491],[-227264,-174188],[-226763,-173883],[-226069,-174024],[-229507,-176941],[-227097,-171603],[-229695,-171883],[-230271,-170559],[-229890,-175358],[-230373,-175368],[-227863,-174795],[-227791,-175287],[-229650,-169637],[-228686,-170499],[-227525,-171192],[-226095,-172079],[-224935,-178706],[-224085,-177907],[-229044,-167078],[-218004,-190335],[-217931,-190213],[-229182,-187729],[-229362,-187948],[-229208,-189239],[-229950,-189579],[-229358,-188095],[-225450,-188673],[-225458,-188544],[-223160,-188777],[-222323,-191264],[-222186,-191095],[-224474,-190238],[-224107,-190026],[-223986,-190884],[-223378,-190957],[-219922,-190335],[-219590,-190339],[-219330,-190153],[-219941,-186456],[-219663,-186792],[-220354,-186350],[-228405,-189622],[-228542,-190642],[-227336,-184672],[-226162,-185223],[-222106,-190407],[-223394,-188974],[-222535,-190729],[-222365,-189993],[-221890,-191091],[-219539,-190578],[-219278,-190470],[-219087,-190336],[-218102,-190231],[-230083,-187946],[-229732,-187641],[-229526,-187418],[-229536,-187785],[-229847,-189748],[-229066,-189407],[-229509,-189738],[-228417,-189106],[-229900,-190132],[-229500,-188973],[-228378,-185540],[-223692,-189089],[-220561,-186419],[-228222,-187949],[-224052,-187630],[-226074,-187676],[-228028,-188450],[-227702,-189533],[-228737,-187942],[-224502,-190072],[-225914,-191206],[-221186,-191254],[-221849,-191331],[-223040,-191157],[-230173,-185846],[-229951,-185668],[-230161,-186081],[-230371,-186821],[-228549,-190680],[-229861,-185959],[-230174,-186781],[-230332,-187135],[-226118,-191360],[-230204,-185202],[-220643,-183488],[-219542,-183748],[-220442,-183870],[-226179,-179136],[-225014,-180093],[-225983,-180897],[-226304,-180438],[-227739,-180717],[-227099,-179201],[-218884,-199607],[-219892,-202570],[-226423,-197624],[-224399,-199495],[-229484,-195199],[-229561,-196815],[-229488,-198053],[-228386,-197469],[-226476,-195880],[-227835,-195981],[-228961,-196764],[-220556,-199479],[-221649,-199475],[-226063,-199272],[-223600,-202133],[-222911,-203917],[-224676,-202896],[-220262,-201734],[-228234,-195099],[-229209,-194251],[-222303,-198518],[-221691,-200584],[-223240,-198629],[-228539,-194699],[-220047,-201097],[-219817,-201338],[-225478,-199124],[-222117,-202683],[-224414,-200082],[-221785,-200762],[-222472,-202821],[-229656,-196184],[-229093,-197424],[-227372,-197474],[-226497,-196792],[-228652,-196571],[-225331,-191903],[-221102,-193198],[-220589,-192644],[-220257,-192754],[-219663,-192840],[-219713,-193631],[-219049,-193381],[-217956,-193640],[-217891,-195093],[-220385,-199497],[-218657,-198780],[-218665,-199082],[-218435,-198971],[-223308,-193856],[-225298,-192174],[-219137,-193232],[-223660,-193420],[-223536,-193713],[-217770,-193498],[-217837,-193944],[-218224,-195484],[-218599,-198573],[-218526,-197900],[-218265,-198851],[-223561,-195640],[-219184,-195249],[-223463,-193562],[-218164,-195316],[-217804,-198658],[-217673,-197672],[-219258,-194495],[-217775,-197696],[-218254,-195441],[-220397,-194548],[-226905,-209719],[-229171,-208598],[-222684,-214197],[-227419,-207079],[-229794,-207485],[-227122,-213996],[-219548,-216151],[-227707,-209210],[-228037,-217143],[-220713,-205081],[-226391,-209133],[-227338,-205190],[-220684,-216772],[-229369,-208869],[-222628,-213099],[-227284,-208753],[-228016,-206439],[-227324,-206692],[-229201,-212881],[-227564,-215800],[-223821,-215551],[-226630,-216178],[-228725,-216732],[-222532,-214730],[-226606,-208580],[-218508,-213397],[-222638,-205732],[-229730,-214887],[-218610,-212291],[-220425,-214530],[-221718,-208095],[-221990,-207647],[-218459,-212600],[-219917,-215076],[-220026,-205599],[-220710,-206346],[-229899,-214285],[-221914,-218127],[-219481,-220646],[-222252,-217717],[-220197,-217480],[-219376,-228420],[-224054,-226463],[-226964,-224640],[-228484,-222554],[-229831,-222709],[-229060,-221761],[-228207,-228379],[-229271,-229566],[-220679,-227967],[-221519,-228248],[-221991,-227118],[-228900,-223423],[-230013,-222860],[-228800,-221405],[-229040,-222002],[-226486,-228763],[-227304,-228244],[-228288,-228406],[-219748,-228570],[-224551,-227208],[-226174,-225952],[-228562,-222257],[-229459,-222038],[-226204,-229118],[-228989,-227784],[-230180,-228997],[-221254,-228230],[-221494,-227940],[-222318,-227528],[-228798,-224446],[-218501,-229865],[-224369,-227419],[-228608,-221975],[-228847,-221395],[-230337,-222583],[-229454,-221838],[-227928,-227142],[-221225,-228180],[-221613,-227831],[-221944,-226943],[-229359,-224373],[-224809,-225679],[-226000,-226342],[-228401,-222094],[-228906,-222830],[-228480,-226986],[-229427,-229617],[-220353,-228703],[-222411,-228520],[-222490,-226684],[-228568,-230785],[-219717,-238730],[-218803,-236264],[-223525,-234326],[-229121,-236657],[-228569,-237745],[-227910,-230427],[-218290,-238185],[-219059,-234527],[-220270,-234671],[-221453,-239148],[-222038,-238003],[-220090,-236992],[-223113,-236079],[-223416,-233174],[-223756,-232489],[-224486,-231911],[-225353,-236418],[-224985,-236880],[-225630,-233845],[-228944,-232070],[-230120,-232591],[-226673,-236604],[-226224,-235735],[-228089,-237569],[-222023,-239528],[-220580,-239621],[-222779,-240541],[-222433,-240368],[-224172,-242392],[-219961,-241417],[-220404,-241901],[-226549,-240637],[-223401,-241496],[-229198,-242405],[-228821,-242289],[-229131,-241006],[-219295,-237582],[-219386,-236225],[-223145,-234673],[-228903,-237231],[-229209,-238419],[-225421,-241794],[-218923,-238376],[-218820,-236600],[-223870,-234268],[-229685,-237364],[-228538,-238377],[-226836,-230422],[-220125,-238654],[-220140,-235312],[-223511,-234733],[-228505,-237395],[-229478,-238489],[-229853,-240974],[-225297,-240558],[-226342,-240883],[-225417,-240812],[-226335,-242264],[-227415,-241794],[-227011,-4185],[-219268,-1936],[-220764,-4049],[-227106,-3983],[-219416,-2054],[-219480,-893],[-218437,-1617],[-218443,-1613],[-218233,-10487],[-219357,-1358],[-218268,-1005],[-217776,-10041],[-219528,-1761],[-219053,-925],[-218049,-9835],[-218420,-1596],[-219067,-1180],[-218150,-9821],[-219845,-247186],[-219638,-251097],[-217775,-248426],[-223354,-246045],[-228968,-244919],[-224193,-247153],[-219473,-250889],[-223027,-245267],[-224308,-246220],[-223399,-250656],[-220131,-247927],[-226357,-246278],[-224250,-243195],[-218448,-243621],[-220875,-243325],[-226500,-245117],[-225362,-247969],[-228606,-245908],[-223672,-245266],[-223325,-243744],[-229920,-249223],[-228425,-251497],[-226244,-250178],[-222512,-254386],[-224729,-254327],[-220282,-250910],[-217734,-247738],[-223251,-246623],[-217676,-252181],[-222372,-247016],[-222127,-247085],[-226099,-246748],[-228527,-244990],[-226515,-245585],[-225176,-248047],[-226357,-249955],[-227436,-246568],[-223823,-244756],[-223510,-243455],[-229362,-251203],[-224750,-250199],[-223059,-253540],[-224464,-255388],[-219578,-251166],[-224328,-265173],[-226034,-266064],[-223459,-266469],[-222229,-262989],[-226239,-259795],[-229243,-257796],[-228816,-261644],[-229905,-258207],[-223014,-257269],[-219982,-263139],[-219856,-261114],[-224913,-259597],[-229294,-258785],[-230259,-262691],[-224065,-257062],[-226026,-266218],[-225799,-265184],[-218491,-268684],[-227107,-270632],[-223781,-271775],[-218095,-270010],[-218954,-274763],[-229405,-277553],[-220341,-280861],[-228372,-272399],[-221267,-277401],[-221542,-278264],[-220966,-277889],[-221108,-277039],[-221609,-277691],[-223105,-276320],[-223604,-276311],[-223762,-277279],[-225038,-277382],[-223116,-278347],[-222657,-277842],[-224268,-277939],[-218988,-275739],[-219122,-275684],[-219913,-275581],[-220799,-275734],[-220801,-276256],[-218029,-270484],[-218025,-270054],[-218050,-270939],[-220027,-270971],[-220386,-269791],[-227243,-268849],[-223113,-271879],[-219478,-272355],[-228365,-270602],[-224085,-276467],[-219565,-270955],[-218780,-269049],[-220616,-272620],[-225382,-269541],[-221544,-271293],[-224605,-272387],[-218928,-271781],[-229451,-277440],[-227998,-280093],[-227129,-281119],[-230170,-272841],[-222231,-274302],[-221420,-275804],[-222933,-274715],[-218745,-280679],[-218441,-269159],[-219666,-274681],[-223868,-270233],[-228917,-272431],[-222949,-276692],[-221827,-285884],[-223329,-287652],[-223112,-284614],[-223574,-281844],[-225356,-282350],[-227298,-283732],[-229393,-282712],[-230192,-283795],[-229988,-283525],[-230333,-283888],[-219004,-282071],[-218680,-282321],[-223842,-289234],[-223328,-288704],[-228086,-287553],[-228263,-289209],[-229645,-290094],[-230238,-288774],[-229707,-291426],[-218138,-293470],[-222903,-292547],[-229060,-292625],[-217610,-294031],[-227113,-292752],[-226189,-293830],[-224724,-293789],[-224203,-291927],[-227453,-286000],[-224939,-286039],[-220534,-288148],[-221179,-282891],[-222446,-283345],[-227457,-282174],[-229455,-282103],[-229090,-284123],[-220147,-281741],[-223297,-289976],[-222379,-293370],[-221842,-293700],[-224341,-293248],[-226334,-286216],[-221230,-285871],[-221480,-283392],[-224511,-283614],[-225193,-288441],[-229747,-288067],[-221490,-293618],[-226409,-288051],[-224381,-287419],[-222481,-285965],[-223966,-283452],[-222595,-282745],[-225039,-284539],[-227651,-282173],[-228931,-283830],[-230190,-284943],[-220120,-282073],[-225091,-290534],[-224665,-289228],[-227786,-289645],[-230211,-291595],[-229150,-292148],[-220598,-292841],[-222135,-293155],[-228533,-293611],[-224331,-293149],[-222386,-293132],[-224613,-292861],[-227517,-294149],[-226662,-292997],[-218948,-294190],[-220886,-293430],[-219321,-291723],[-218549,-291356],[-219058,-292373],[-218276,-290456],[-219215,-292591],[-218667,-292452],[-222763,-292536],[-218706,-292382],[-221615,-292106],[-218007,-290613],[-224542,-299101],[-228948,-296053],[-220535,-298552],[-223658,-300007],[-223561,-301689],[-227993,-296659],[-222408,-295826],[-225987,-301715],[-227763,-302732],[-224087,-305805],[-227673,-299670],[-229514,-294697],[-222640,-300747],[-222926,-302479],[-224635,-294574],[-224581,-300055],[-227591,-301637],[-229506,-302925],[-222431,-297872],[-226171,-300086],[-228589,-298528],[-225971,-300844],[-220636,-304946],[-218381,-305693],[-225879,-296206],[-225690,-294521],[-223492,-298811],[-224127,-300962],[-226620,-303159],[-228823,-306791],[-222594,-298299],[-224828,-304664],[-230171,-298049],[-228832,-303971],[-227478,-300188],[-219320,-302757],[-219682,-304542],[-218973,-303002],[-226593,-297875],[-224742,-296645],[-221426,-305149],[-219858,-295568],[-224963,-304783],[-217952,-303243],[-229987,-298660],[-219755,-300205],[-226283,-299155],[-229953,-294743],[-226809,-305601],[-220305,-312021],[-222223,-312872],[-218512,-308657],[-230043,-310112],[-225729,-312747],[-222274,-310043],[-229885,-311212],[-228120,-316204],[-217624,-310109],[-226468,-313887],[-222774,-314733],[-221640,-311045],[-230173,-313113],[-222690,-310763],[-221466,-312302],[-222797,-309578],[-225674,-314731],[-218063,-307895],[-228945,-311197],[-223609,-310421],[-225015,-314471],[-223631,-313331],[-224145,-308986],[-224044,-310720],[-227006,-312535],[-221579,-308371],[-225964,-307473],[-228016,-308970],[-223121,-312705],[-222140,-314743],[-229202,-307199],[-229549,-314613],[-222442,-309048],[-218008,-308405],[-226682,-310262],[-223314,-314076],[-223943,-315179],[-226560,-312540],[-223178,-314233],[-217920,-311000],[-218966,-309172],[-223376,-307153],[-225991,-314806],[-223686,-310615],[-225936,-315785],[-217712,-309059],[-227009,-311234],[-219013,-307127],[-222846,-311344],[-230139,-315813],[-226271,-318499],[-224793,-317606],[-229727,-317640],[-220844,-319121],[-222653,-318317],[-219547,-318350],[-219070,-312398],[-219245,-318109],[-226340,-317402],[-227739,-319696],[-226810,-318121],[-224223,-316700],[-226540,-318747],[-223520,-316732],[-220287,-316109],[-220683,-315402],[-220343,-315151],[-218782,-311855],[-218205,-316387],[-227923,-318189],[-221038,-318774],[-220073,-317999],[-218916,-319183],[-225697,-317871],[-224784,-317812],[-223309,-317502],[-224751,-316422],[-220138,-314504],[-223266,-317642],[-225510,-318074],[-227289,-317634],[-221918,-315869],[-219647,-313362],[-219451,-313061],[-226992,-318898],[-226565,-317849],[-230020,-319214],[-224831,-319229],[-228950,-318953],[-227631,-319457],[-219667,-315645],[-218167,-313840],[-219885,-319188],[-218944,-317220],[-218381,-316756],[-224348,-316304],[-226582,-317027],[-220823,-320786],[-220911,-323901],[-217912,-321755],[-228833,-326833],[-226378,-324442],[-229679,-326574],[-222491,-319814],[-221919,-328681],[-224490,-328201],[-219108,-329073],[-228970,-332532],[-225087,-321314],[-226837,-321227],[-222062,-321105],[-218636,-325904],[-222133,-325949],[-218258,-321143],[-222560,-325801],[-226700,-328937],[-226361,-322450],[-227093,-326106],[-225804,-328750],[-221011,-328575],[-223557,-323025],[-219628,-327367],[-225215,-325943],[-227393,-326777],[-221030,-321165],[-220386,-328928],[-221212,-324233],[-227190,-326483],[-222576,-320477],[-220816,-320666],[-227967,-326937],[-228505,-330613],[-221215,-322098],[-223068,-321875],[-225940,-328753],[-220928,-328257],[-225733,-328268],[-225777,-329014],[-223249,-323828],[-225241,-329607],[-225882,-326973],[-223291,-323434],[-219583,-326470],[-230100,-340808],[-229980,-334176],[-219100,-339973],[-228236,-338254],[-230393,-339332],[-229821,-338574],[-226297,-334411],[-227797,-340269],[-228570,-339883],[-220229,-339807],[-226452,-350445],[-227232,-346863],[-228799,-352715],[-217778,-353126],[-230165,-346866],[-227567,-349787],[-217662,-360883],[-217759,-362478],[-218322,-360014],[-223805,-25281],[-227566,-21751],[-227687,-21253],[-226519,-21917],[-226015,-22592],[-227990,-23802],[-218133,-18857],[-218129,-18744],[-224888,-24753],[-222926,-18662],[-219623,-15730],[-221079,-17399],[-219493,-15208],[-219978,-14340],[-226185,-22202],[-224714,-24294],[-219229,-24753],[-219194,-24484],[-223094,-18870],[-219873,-16588],[-221073,-17280],[-219521,-15150],[-219803,-14058],[-226016,-22171],[-227207,-21290],[-224040,-25055],[-227274,-21541],[-227131,-21773],[-226421,-22121],[-226713,-22029],[-226205,-22451],[-226862,-21838],[-225821,-22759],[-224648,-24487],[-224528,-24772],[-224748,-24107],[-219867,-24868],[-222816,-18165],[-219302,-16204],[-221189,-16850],[-219652,-13186],[-220075,-25356],[-223207,-18627],[-221218,-17256],[-220136,-15180],[-220064,-14372],[-226717,-371607],[-223475,-375187],[-224055,-376026],[-223724,-403056],[-222874,-404178],[-224975,-402912],[-223117,-404180],[-221143,-405073],[-219459,-407044],[-224328,-406965],[-218093,-409239],[-222935,-414857],[-221689,-414408],[-228643,-415862],[-228607,-416148],[-223835,-414505],[-227232,-416110],[-223549,-414529],[-226873,-414675],[-218736,-412900],[-226221,-411589],[-218685,-411709],[-228828,-412807],[-226385,-411962],[-223131,-413557],[-225522,-411619],[-221886,-34257],[-226946,-36477],[-225587,-35992],[-222853,-34007],[-229545,-36360],[-223917,-25723],[-221526,-33463],[-217962,-33184],[-217709,-34804],[-219330,-34569],[-222949,-34224],[-225606,-32832],[-223585,-29326],[-223591,-29198],[-224170,-25893],[-224034,-25993],[-220222,-32131],[-218918,-34763],[-228514,-34295],[-227682,-34249],[-228558,-35226],[-219663,-25460],[-217763,-37368],[-218286,-36337],[-223410,-35037],[-225631,-35797],[-226180,-35401],[-225679,-36272],[-229417,-36414],[-225482,-33246],[-221759,-33044],[-217756,-34406],[-217985,-34503],[-219613,-32124],[-217600,-32931],[-219767,-34471],[-219168,-34799],[-219825,-33273],[-219633,-33622],[-228419,-33819],[-227202,-34745],[-228744,-34966],[-217899,-36554],[-228690,-33765],[-227114,-34183],[-229369,-35480],[-217840,-36477],[-228553,-34253],[-227788,-34176],[-228493,-35492],[-217608,-37050],[-218309,-35948],[-225102,-519881],[-219078,-42419],[-225242,-48309],[-226558,-46113],[-225283,-47268],[-221159,-50994],[-220937,-48543],[-223498,-48374],[-226288,-48224],[-229300,-41678],[-228134,-45455],[-222593,-50269],[-217926,-49061],[-218437,-49037],[-220416,-50942],[-221179,-48282],[-222510,-48715],[-228707,-41203],[-228627,-41540],[-229772,-48361],[-226295,-47671],[-225825,-48392],[-221708,-43798],[-221448,-44534],[-221093,-44690],[-220850,-44287],[-225943,-50807],[-224497,-50604],[-219027,-48657],[-222274,-48611],[-218959,-48500],[-221487,-48731],[-222284,-48323],[-227389,-51251],[-226102,-51705],[-229463,-51762],[-220192,-51636],[-218691,-51217],[-217942,-56349],[-226538,-52995],[-227452,-63285],[-223080,-63037],[-223846,-60430],[-222817,-60764],[-220967,-61321],[-226961,-62453],[-229456,-58973],[-228105,-61527],[-227948,-63687],[-218824,-61530],[-227805,-51506],[-229588,-51175],[-222047,-51177],[-222201,-51287],[-218141,-51013],[-218865,-55456],[-225459,-54009],[-222217,-63723],[-223459,-63293],[-223736,-60421],[-222665,-60675],[-220413,-61471],[-226939,-61970],[-229262,-58470],[-228241,-61552],[-217866,-61889],[-218055,-62767],[-226161,-51461],[-227570,-51344],[-228956,-52407],[-218386,-51060],[-217911,-55344],[-218394,-55481],[-218451,-55862],[-227436,-63477],[-221753,-63327],[-223707,-63148],[-223739,-59641],[-222962,-60064],[-220698,-61564],[-226996,-62341],[-229648,-59201],[-229187,-61309],[-228411,-61466],[-228491,-61922],[-228535,-62197],[-229658,-51591],[-218304,-55373],[-218473,-55930],[-221390,-63632],[-222927,-62820],[-223352,-60157],[-222277,-60750],[-220261,-61339],[-226543,-62331],[-228994,-59302],[-228169,-61869],[-229448,-61351],[-228601,-61739],[-228097,-61652],[-227814,-63778],[-229695,-69637],[-227184,-63883],[-225888,-64991],[-225029,-64853],[-227449,-67042],[-228820,-65890],[-228141,-68894],[-221620,-69576],[-221560,-69199],[-219772,-69268],[-220650,-67580],[-218363,-69632],[-218625,-74352],[-218097,-76112],[-219706,-76128],[-218995,-75363],[-218256,-73968],[-219714,-74411],[-220174,-74553],[-220080,-75482],[-219717,-73926],[-220237,-76125],[-221315,-76592],[-219789,-76323],[-221402,-74304],[-220463,-73346],[-220035,-72094],[-219836,-72512],[-218775,-73608],[-224004,-74632],[-221603,-75566],[-229822,-72184],[-229385,-72266],[-223673,-74569],[-221921,-75805],[-230092,-72255],[-228716,-71860],[-228778,-71537],[-229123,-71886],[-224794,-64626],[-227057,-67009],[-229127,-65588],[-227533,-69207],[-221367,-69111],[-221448,-69186],[-219782,-69491],[-220223,-67393],[-222231,-64218],[-218184,-68804],[-217764,-76075],[-219225,-76204],[-218646,-75774],[-218385,-73684],[-220911,-74814],[-219771,-75727],[-221736,-74695],[-220063,-76346],[-221478,-75063],[-223729,-74196],[-222095,-75981],[-228583,-71874],[-229157,-72174],[-225053,-64695],[-225631,-64928],[-224986,-64587],[-227324,-67342],[-229234,-65530],[-227504,-68761],[-221411,-69553],[-221972,-68859],[-219867,-69470],[-220556,-67504],[-217804,-69598],[-225877,-64754],[-227595,-66873],[-229016,-65800],[-227990,-68529],[-222059,-69644],[-221978,-68787],[-219823,-69138],[-220177,-67443],[-218284,-68840],[-223178,-74101],[-221546,-76380],[-229881,-72491],[-228880,-72021],[-230053,-76540],[-228258,-73347],[-229999,-73438],[-229998,-73345],[-229503,-74178],[-228545,-76060],[-226202,-75757],[-225889,-74620],[-225352,-74871],[-228501,-73971],[-230352,-74786],[-230207,-74497],[-228404,-74867],[-228357,-75083],[-228229,-74853],[-227720,-73849],[-228342,-73626],[-228658,-73381],[-228984,-74247],[-229459,-73554],[-229468,-76537],[-225279,-76049],[-226022,-75471],[-225494,-74585],[-225890,-75430],[-228864,-74729],[-230296,-74401],[-228353,-75346],[-228605,-75646],[-225285,-76275],[-226326,-75600],[-225357,-75533],[-228983,-74582],[-226168,-75219],[-225649,-74619],[-226038,-74682],[-228812,-74089],[-228195,-75307],[-228447,-75729],[-220462,-83303],[-220188,-81809],[-219740,-81776],[-218322,-77113],[-218013,-77352],[-221613,-77096],[-220611,-76750],[-220321,-77003],[-218952,-77423],[-219706,-78823],[-219449,-79353],[-220660,-80296],[-221235,-79063],[-221774,-77608],[-224924,-77070],[-222641,-78909],[-222327,-78209],[-222515,-79040],[-222926,-78126],[-218868,-81056],[-218976,-81737],[-217698,-81139],[-220431,-82117],[-220117,-82825],[-221111,-83666],[-221379,-83879],[-221280,-83024],[-221748,-83457],[-222187,-83301],[-222990,-83612],[-223061,-83835],[-222779,-83367],[-222952,-83323],[-222457,-84651],[-222979,-84543],[-224174,-85195],[-225007,-85348],[-224732,-86067],[-221523,-76649],[-219417,-78903],[-221353,-80029],[-221358,-78287],[-223121,-79356],[-223082,-77963],[-224994,-77291],[-222691,-79084],[-222651,-78063],[-220941,-88376],[-221136,-88301],[-229499,-88221],[-227727,-83634],[-227568,-78807],[-227926,-77167],[-230099,-81096],[-226813,-81451],[-225718,-82401],[-226537,-83506],[-226933,-82402],[-225643,-77626],[-224191,-79668],[-217778,-88547],[-224563,-88935],[-220581,-88522],[-220967,-88173],[-229251,-80095],[-229753,-79913],[-230180,-77464],[-229075,-78447],[-228410,-84151],[-228523,-84091],[-218886,-88324],[-218957,-87312],[-217812,-87688],[-217819,-88292],[-224458,-88269],[-224419,-88950],[-221323,-85359],[-221675,-85440],[-230170,-88033],[-228021,-76905],[-228368,-77501],[-227924,-76626],[-229812,-80987],[-230024,-79915],[-226771,-81240],[-225993,-82703],[-227053,-84071],[-226902,-82268],[-225433,-76797],[-225722,-77815],[-224082,-80038],[-223119,-87436],[-229041,-80172],[-228828,-83833],[-226863,-81467],[-226398,-83048],[-226582,-83692],[-227339,-82643],[-225231,-77649],[-224285,-80010],[-226578,-81573],[-226163,-82301],[-226861,-83744],[-227538,-82273],[-225483,-76789],[-225447,-77354],[-224149,-79216],[-222087,-95839],[-218527,-91641],[-220120,-90141],[-225006,-91786],[-219536,-101947],[-218709,-100508],[-220932,-96842],[-219029,-93989],[-223293,-93777],[-222872,-94017],[-220823,-93520],[-228281,-97336],[-228632,-96808],[-228524,-98186],[-227172,-99737],[-227633,-98287],[-227396,-99799],[-227937,-100421],[-228455,-101352],[-229960,-96821],[-229368,-96827],[-229559,-94236],[-228294,-95426],[-226355,-95175],[-225653,-93740],[-226531,-93603],[-227165,-93493],[-227652,-94469],[-225543,-101582],[-225858,-101869],[-229974,-98317],[-228731,-100024],[-228831,-99080],[-221495,-98941],[-220705,-100778],[-220864,-100912],[-224756,-91696],[-221704,-95438],[-218616,-94216],[-220481,-90193],[-223246,-89918],[-223297,-90125],[-223194,-94314],[-220818,-94237],[-222271,-91973],[-224491,-91946],[-221895,-95393],[-221848,-102066],[-227623,-97839],[-227292,-96644],[-228951,-97325],[-228114,-98968],[-228470,-99732],[-227864,-98302],[-227163,-100288],[-228391,-100327],[-229418,-97450],[-229326,-95140],[-228961,-95789],[-229681,-94783],[-228540,-93389],[-227484,-94607],[-226870,-95035],[-226478,-94265],[-226122,-93814],[-226148,-93601],[-226156,-92271],[-226871,-92272],[-227424,-93063],[-226710,-93726],[-226848,-96245],[-227138,-102000],[-225138,-101918],[-229105,-97904],[-229182,-100756],[-229125,-99014],[-221279,-99199],[-220560,-100460],[-218972,-99652],[-222424,-92151],[-222360,-97083],[-222534,-92811],[-225791,-95893],[-222217,-98152],[-228644,-96484],[-224089,-114891],[-224303,-113493],[-229361,-114112],[-228337,-114827],[-226600,-112838],[-229584,-109315],[-227219,-111625],[-227153,-112055],[-227841,-111570],[-221533,-114928],[-226762,-110664],[-226321,-110107],[-227141,-110335],[-223921,-113609],[-222641,-113518],[-225585,-112535],[-225437,-113906],[-221653,-113635],[-228696,-113819],[-224740,-114857],[-228625,-114934],[-228780,-114691],[-227821,-113960],[-227331,-113241],[-230321,-105192],[-217892,-113776],[-225276,-114841],[-224471,-114656],[-228433,-114648],[-228058,-114387],[-228440,-114371],[-228814,-114138],[-228317,-105624],[-228771,-105416],[-228255,-105378],[-227985,-105432],[-227802,-105109],[-229022,-105521],[-228992,-105317],[-230147,-106100],[-227319,-105612],[-225014,-106583],[-223555,-107516],[-223461,-107127],[-222744,-107977],[-225205,-105762],[-229792,-109521],[-223238,-114921],[-227511,-110460],[-227310,-109615],[-226826,-111175],[-220525,-114755],[-222717,-113864],[-222799,-113548],[-225252,-111977],[-225305,-113879],[-222102,-114176],[-228796,-113524],[-217672,-113130],[-228420,-105799],[-230242,-105215],[-225027,-106094],[-224634,-106515],[-225327,-106291],[-224989,-106271],[-223340,-107442],[-223332,-107658],[-223519,-106382],[-229347,-109744],[-227240,-111734],[-218476,-112814],[-227051,-111573],[-220508,-114631],[-224234,-113102],[-222707,-113065],[-225391,-112069],[-225589,-113997],[-221708,-113913],[-229034,-113310],[-227837,-111807],[-226990,-113668],[-226675,-113470],[-227860,-111907],[-220371,-114705],[-223057,-113119],[-225717,-111560],[-225739,-113603],[-221933,-114430],[-229318,-113500],[-220697,-102791],[-227609,-102998],[-227554,-102654],[-220108,-102642],[-218723,-103298],[-218644,3654],[-220488,3010],[-219575,1532],[-220450,5754],[-222368,7285],[-218556,1699],[-218763,302],[-230289,8596],[-219474,2054],[-220963,6099],[-222461,7284],[-218388,1725],[-218972,474],[-218634,5797],[-219366,5271],[-218102,4656],[-217958,948],[-217661,870],[-218927,1791],[-220575,5665],[-222296,6496],[-218254,1907],[-230359,9335],[-219007,5968],[-221396,8167],[-219577,7391],[-217813,1120],[-218919,1569],[-220774,5651],[-222124,6495],[-217975,1317],[-219417,510],[-220400,131998],[-227397,134405],[-218911,139587],[-223655,136373],[-218665,139473],[-223837,135783],[-219100,136972],[-228889,134684],[-218395,128728],[-219045,139643],[-224112,135298],[-218258,139162],[-224440,136686],[-218711,139473],[-223926,136268],[-219326,139555],[-223553,135983],[-219287,143473],[-220074,142660],[-229990,142082],[-228259,143746],[-223549,145092],[-222143,145809],[-218502,143219],[-229978,141817],[-228619,145566],[-222878,146722],[-221866,144386],[-230270,144766],[-228935,141882],[-229494,144886],[-220993,229802],[-220817,231403],[-227597,18601],[-226632,18978],[-227102,21209],[-225116,25466],[-229048,25568],[-220209,19291],[-221032,20352],[-219588,21079],[-221057,21831],[-217646,17493],[-219071,13798],[-223120,16555],[-218054,19738],[-219794,17439],[-222799,15134],[-222512,15807],[-220554,14234],[-222286,14826],[-227943,22312],[-225268,18050],[-221552,21914],[-228912,18305],[-227962,18844],[-226435,19149],[-227343,21419],[-226733,25594],[-228735,25796],[-220131,19149],[-220503,19629],[-219609,20972],[-221336,21406],[-219213,13749],[-223181,16507],[-218148,19197],[-228862,18315],[-220319,15097],[-223223,14512],[-221875,15815],[-221378,14472],[-228644,22883],[-229062,17870],[-226051,24440],[-220691,22707],[-225097,20222],[-227592,18684],[-226421,18983],[-227737,21733],[-224712,25158],[-220124,18788],[-221128,20143],[-220016,21398],[-221074,21982],[-218610,13660],[-222661,16227],[-218658,19122],[-224240,15812],[-222575,15465],[-222360,25083],[-227079,18600],[-226047,18428],[-227461,21355],[-226123,25540],[-225239,25634],[-220632,18982],[-221029,20176],[-220349,20774],[-221029,21560],[-219338,14326],[-223464,15872],[-218447,19907],[-228766,321347],[-230081,324876],[-229101,324736],[-228240,321502],[-228547,320733],[-229856,324780],[-229338,320856],[-228934,323243],[-229027,324764],[-229760,321212],[-229107,320904],[-227608,336516],[-228599,336748],[-229779,343997],[-227055,337179],[-226197,336957],[-229656,334380],[-229542,336073],[-223942,334878],[-226728,335492],[-229678,344938],[-229020,334880],[-225140,334673],[-228814,343940],[-230056,345586],[-229347,333909],[-229642,336625],[-229742,343881],[-229703,345113],[-225813,337501],[-224027,334679],[-229767,345471],[-228401,334536],[-229533,337100],[-227683,337908],[-225948,333810],[-229322,344350],[-229611,335887],[-227223,337770],[-226552,336410],[-224191,335359],[-228247,348619],[-227667,353910],[-223978,357297],[-229652,353968],[-228413,347564],[-226957,347879],[-229446,346138],[-230329,353206],[-229657,351760],[-227970,354023],[-227070,355746],[-228304,354728],[-226460,355513],[-226931,355614],[-226756,356419],[-228305,356634],[-229571,357371],[-224003,356523],[-228492,347081],[-226567,346978],[-223741,355859],[-228761,354332],[-229384,352487],[-227886,354418],[-230238,354592],[-228633,358092],[-224204,358299],[-229973,346187],[-226318,358415],[-230082,351556],[-229998,351911],[-223885,355427],[-227307,356335],[-228048,355034],[-229892,356467],[-229272,355079],[-229303,354920],[-229958,346989],[-226292,349376],[-227153,355406],[-226130,355429],[-224682,357565],[-228462,357717],[-228796,346440],[-228307,348193],[-229809,352045],[-226707,357094],[-223946,358110],[-229487,354794],[-229360,355029],[-229066,367575],[-230127,363230],[-229605,363137],[-229468,365745],[-230023,361470],[-228930,366808],[-230003,369252],[-224252,358909],[-229646,361058],[-228983,360611],[-229620,365498],[-229402,368422],[-229604,365656],[-229120,362425],[-230026,368031],[-229746,369145],[-229257,365251],[-230188,362941],[-229706,362624],[-230325,367611],[-228987,366598],[-227367,359550],[-229827,363418],[-225940,26211],[-228357,26048],[-226404,25875],[-224746,29056],[-223547,31653],[-230344,31423],[-221705,31916],[-229693,26092],[-223497,32812],[-227280,34328],[-228215,34370],[-222945,36785],[-225059,25888],[-229022,26452],[-223820,41893],[-224200,39630],[-219461,43130],[-224030,42712],[-228651,43335],[-222276,39503],[-225655,39175],[-229304,39194],[-220573,45585],[-222577,43723],[-217963,44244],[-218594,43840],[-217713,44380],[-221595,43788],[-224343,41807],[-224263,40045],[-225845,45722],[-224366,41619],[-224201,39840],[-224016,41663],[-224429,40033],[-223514,49324],[-227307,49169],[-229138,46893],[-227073,50735],[-225246,47396],[-224520,47718],[-224877,49552],[-220679,49271],[-228228,48916],[-229074,47155],[-224665,47039],[-227010,50430],[-221948,49252],[-221605,48734],[-224147,48352],[-223471,60503],[-226521,61377],[-218896,57717],[-223129,57136],[-228825,51922],[-229709,52208],[-220365,63057],[-224492,63645],[-219929,63102],[-226619,62995],[-219683,60488],[-218621,58378],[-219750,59389],[-220307,57585],[-222775,57250],[-222029,55490],[-230248,58769],[-218865,54593],[-220762,58359],[-225778,57770],[-225586,56390],[-225134,58618],[-224893,60006],[-223670,59149],[-217690,62558],[-217614,62151],[-225818,55758],[-223990,62454],[-227430,63826],[-219077,60602],[-222127,56855],[-224924,55035],[-220015,63754],[-224800,61201],[-227026,60744],[-220255,61221],[-218181,61199],[-219229,56957],[-220321,56918],[-229696,58473],[-218526,55030],[-221148,58285],[-225313,58739],[-225506,57514],[-225516,56222],[-225085,58219],[-224683,60135],[-223624,58989],[-224658,62024],[-218938,54639],[-221191,58028],[-225466,57471],[-225523,56318],[-225308,58784],[-224673,60321],[-223896,58886],[-218463,54658],[-221292,58135],[-225525,57570],[-225804,56169],[-224985,58621],[-224802,60088],[-223548,59117],[-227051,71249],[-224822,70788],[-223820,70340],[-219874,68639],[-228579,66094],[-220897,89651],[-222163,86014],[-221173,89552],[-228924,81915],[-229659,80599],[-228516,80719],[-224802,81423],[-223987,86809],[-223425,85781],[-223516,86582],[-223431,81975],[-224696,82782],[-223493,83879],[-224294,84444],[-230341,84959],[-227235,89265],[-228384,88398],[-226912,83385],[-229042,83495],[-228484,83524],[-228971,81438],[-228486,82822],[-228894,80883],[-218865,77405],[-229269,84346],[-229909,82669],[-228694,81451],[-230110,82159],[-229099,84554],[-229841,82202],[-230217,80529],[-229214,80146],[-224291,82863],[-223304,82923],[-224260,83777],[-224340,84889],[-224369,83103],[-224741,84208],[-224503,84454],[-229785,85722],[-228011,89589],[-228211,84216],[-228253,81576],[-225233,82861],[-229876,81831],[-229844,82409],[-229287,81171],[-224646,81782],[-223838,82756],[-224292,83091],[-223818,82368],[-224361,86512],[-223366,81794],[-224574,84914],[-223344,84326],[-229720,85865],[-230237,85043],[-227342,88548],[-228499,89304],[-227428,83561],[-229438,84304],[-227790,82782],[-226918,81933],[-230274,86207],[-229042,84815],[-223960,82100],[-223281,83070],[-224401,83665],[-224778,85502],[-222281,83967],[-224484,84821],[-223747,84837],[-224479,85618],[-229796,86036],[-227955,88628],[-228292,89664],[-228165,89318],[-227537,84314],[-228180,84567],[-228937,84887],[-228819,80826],[-228019,82715],[-227948,81981],[-230389,85009],[-224370,81379],[-223399,81735],[-225056,83982],[-225068,82265],[-223136,84837],[-223755,83053],[-223830,82130],[-223459,82149],[-222987,84647],[-229716,85469],[-228192,89371],[-228067,89411],[-227963,83199],[-228919,84139],[-227801,83670],[-228465,82809],[-228130,83067],[-227097,81555],[-224831,81703],[-223373,83284],[-224637,82755],[-224694,84468],[-222584,84169],[-224633,86459],[-223103,84922],[-223976,86156],[-230200,85001],[-227540,88763],[-227539,89215],[-228174,83736],[-228122,85583],[-228116,83204],[-228611,81063],[-228184,82702],[-226940,81474],[-226870,98736],[-230284,101544],[-223001,98163],[-228378,100015],[-226466,102510],[-228180,96294],[-228608,96444],[-227007,97881],[-227099,97666],[-229907,99109],[-230224,97378],[-217952,93030],[-219054,93358],[-219046,95035],[-219568,95622],[-220964,90003],[-221450,90159],[-221733,92818],[-222050,93174],[-221564,91486],[-221919,101765],[-229528,96688],[-228650,95887],[-225433,95440],[-226215,96901],[-225864,95454],[-225878,96789],[-227904,98420],[-228358,97042],[-229260,98242],[-228888,99775],[-230022,97539],[-217937,93059],[-218046,92710],[-219481,92933],[-219292,94186],[-220011,94403],[-219532,95722],[-220582,90018],[-221871,90313],[-222018,92079],[-221517,93015],[-221387,90956],[-229398,101022],[-228649,97215],[-229515,96253],[-229262,97111],[-226106,96587],[-227225,98282],[-228346,97875],[-228674,97252],[-228813,97294],[-230246,98310],[-228821,97104],[-228456,95799],[-225919,95683],[-225825,96366],[-226165,98760],[-227279,97296],[-227462,96420],[-229668,97253],[-229582,99638],[-229723,97206],[-226133,96292],[-226409,96201],[-227697,97800],[-226809,97502],[-226537,96761],[-228696,98636],[-228483,98400],[-228792,98738],[-217711,92837],[-219281,93056],[-219342,94321],[-219291,94950],[-220190,96214],[-221779,90196],[-221408,92553],[-222060,92987],[-221674,91539],[-226126,95535],[-227214,96752],[-229676,97780],[-217845,92359],[-219344,93387],[-219431,94218],[-219382,94692],[-219154,96088],[-220193,95891],[-221613,90152],[-221978,92273],[-221855,91885],[-227042,94877],[-229754,95310],[-228649,90272],[-230103,95941],[-227812,90264],[-227276,94838],[-229128,89842],[-219740,113967],[-218065,112861],[-219635,113982],[-217776,113407],[-219327,114249],[-217916,113027],[-220081,114346],[-219665,114321],[-217727,113568],[-219848,113954],[-229560,104861],[-226152,112587],[-226394,109503],[-229036,104914],[-225411,105108],[-226104,106739],[-228100,106053],[-223694,102939],[-221532,111002],[-226477,112119],[-224844,110269],[-228606,107361],[-225781,108127],[-226280,103655],[-223559,104194],[-230190,105102],[-229654,105490],[-228500,105401],[-225013,103676],[-228677,105404],[-229760,109287],[-226653,106116],[-225881,103179],[-224489,109580],[-228868,113137],[-223241,105558],[-218828,118166],[-223846,122702],[-224218,121438],[-223646,118712],[-224185,122550],[-224771,119337],[-227164,116834],[-225325,122042],[-224163,119497],[-224248,118600],[-224663,122464],[-224444,118926],[-224875,122697],[-224064,119414],[-241546,-115947],[-241323,-115575],[-241878,-115193],[-240788,-115803],[-237690,-115807],[-241642,-115649],[-241970,-115542],[-239835,-115652],[-240422,-117002],[-241002,-115313],[-240482,-115497],[-236081,-120808],[-240886,-125915],[-241386,-115072],[-242201,-118215],[-242418,-116054],[-236825,-120075],[-236523,-120520],[-237224,-116737],[-235929,-118373],[-237220,-118146],[-235735,-117246],[-236898,-120066],[-236341,-120387],[-236564,-120662],[-236540,-118246],[-237650,-116704],[-236037,-117490],[-235661,-117163],[-239235,-123702],[-232499,-127346],[-232731,-124010],[-231090,-120276],[-232849,-116193],[-230430,-127622],[-231039,-117668],[-231130,-119330],[-230959,-120105],[-232424,-116715],[-231187,-118894],[-232685,-119914],[-232761,-118383],[-234672,-116622],[-234784,-116725],[-233530,-116712],[-233920,-116302],[-231572,-118353],[-234958,-125035],[-234317,-123902],[-234356,-126214],[-232885,-123954],[-233232,-123420],[-237622,-126301],[-237090,-125804],[-236549,-127671],[-238937,-127088],[-238050,-126612],[-238723,-127522],[-239249,-127101],[-234932,-126283],[-235017,-125512],[-234370,-124972],[-237343,-125360],[-235566,-124561],[-235522,-124557],[-231142,-124414],[-232385,-125767],[-232541,-126718],[-234488,-125348],[-231966,-126068],[-232985,-125846],[-234958,-123276],[-236205,-123100],[-235446,-121415],[-234923,-123318],[-233853,-121836],[-230445,-119248],[-231260,-119737],[-231783,-120475],[-230965,-121823],[-233068,-122168],[-232635,-120479],[-232364,-121256],[-231371,-121392],[-232298,-115226],[-231246,-115137],[-231291,-117446],[-230946,-116989],[-235102,-119644],[-235512,-116574],[-233182,-117182],[-232755,-117035],[-234059,-118272],[-233805,-121236],[-234614,-120069],[-235080,-120138],[-233749,-121004],[-233957,-123392],[-234635,-122796],[-233389,-115058],[-233148,-115348],[-232440,-124717],[-231189,-125803],[-231688,-124669],[-238858,-127662],[-237138,-127268],[-234757,-116346],[-235349,-115621],[-234707,-117288],[-235223,-118304],[-235208,-119195],[-235772,-122432],[-235140,-121179],[-235091,-121845],[-233377,-121061],[-233603,-122224],[-232505,-123104],[-237370,-127688],[-237437,-127565],[-233392,-115618],[-234642,-115373],[-231711,-125058],[-231817,-125142],[-231569,-126214],[-231583,-127571],[-232775,-118706],[-232257,-116980],[-237069,-124544],[-235912,-124771],[-237087,-124932],[-232371,-127062],[-231736,-117758],[-230625,-116876],[-233962,-115931],[-235403,-125299],[-230729,-126295],[-239868,-127620],[-235430,-128442],[-233510,-131706],[-232824,-129809],[-233122,-130298],[-236128,-131965],[-238113,-131922],[-238673,-136672],[-236571,-136892],[-235375,-139768],[-237102,-129322],[-234762,-128321],[-230967,-133690],[-230926,-133453],[-230781,-132489],[-230850,-132636],[-231776,-132524],[-232028,-133147],[-232385,-134952],[-232644,-135321],[-232460,-135598],[-232672,-129484],[-235345,-130447],[-234705,-129060],[-233191,-129304],[-236942,-129422],[-235893,-130422],[-231719,-133451],[-234805,-135282],[-232569,-134829],[-232978,-131045],[-231084,-131627],[-233751,-131182],[-232652,-138133],[-230666,-138948],[-231356,-140513],[-242685,-134890],[-241163,-135317],[-241238,-136310],[-242048,-136864],[-239410,-134547],[-240973,-137993],[-236724,-135976],[-235259,-137026],[-236414,-136218],[-235879,-138394],[-235544,-136107],[-238512,-134047],[-236437,-128816],[-238116,-129860],[-237690,-128819],[-235613,-132475],[-233128,-140128],[-232821,-139736],[-232281,-140231],[-233128,-140375],[-240371,-139089],[-239277,-138406],[-239189,-138605],[-238394,-137306],[-238462,-137488],[-237686,-137693],[-231026,-139113],[-230637,-139670],[-232474,-139609],[-243036,-138241],[-231247,-130126],[-230690,-134130],[-242499,-138561],[-231164,-129838],[-231255,-130569],[-231709,-131232],[-231912,-131882],[-236969,-137555],[-234428,-137635],[-236990,-137537],[-235189,-139237],[-234332,-138117],[-236569,-138271],[-241962,-136674],[-242867,-137163],[-241592,-137015],[-240393,-133407],[-241376,-135517],[-241448,-135300],[-241629,-139776],[-242385,-137283],[-241926,-139354],[-242346,-136937],[-242576,-137773],[-241496,-139759],[-236332,-136004],[-233663,-133634],[-233679,-134206],[-235244,-134962],[-238164,-131945],[-235709,-131853],[-235751,-133001],[-237258,-131779],[-236414,-132699],[-236503,-133122],[-240019,-133273],[-236296,-133040],[-237845,-131683],[-237473,-133881],[-239224,-131622],[-239207,-133955],[-235167,-130116],[-236571,-129337],[-235111,-130320],[-236807,-129743],[-235833,-127966],[-239870,-128598],[-234091,-132193],[-232039,-129102],[-234556,-130385],[-231725,-130302],[-231548,-131957],[-233072,-129756],[-232383,-133472],[-232165,-133330],[-234092,-132879],[-232083,-132162],[-232990,-131865],[-233950,-131949],[-230986,-136929],[-231409,-138920],[-231620,-136801],[-232277,-138633],[-237588,-139869],[-238015,-139782],[-238300,-139556],[-238755,-128582],[-239458,-128624],[-237176,-128106],[-237657,-127943],[-236310,-128030],[-236691,-128063],[-236245,-127938],[-239454,-130199],[-239248,-130084],[-239406,-129548],[-234362,-133745],[-233998,-133635],[-234474,-134178],[-234550,-134781],[-238163,-140490],[-237640,-140361],[-237537,-140276],[-239437,-128048],[-239035,-128432],[-238669,-129109],[-237771,-128197],[-236377,-128572],[-236764,-128366],[-236815,-129007],[-239563,-130015],[-239375,-129771],[-239022,-129788],[-235923,-128843],[-233369,-128411],[-237367,-132895],[-237060,-135709],[-235553,-130829],[-234852,-130231],[-233751,-130866],[-232108,-129163],[-238013,-131376],[-237548,-130762],[-238461,-136867],[-237444,-137089],[-243151,-140828],[-231191,-141471],[-230790,-144038],[-230911,-146441],[-232028,-152469],[-231390,-149903],[-232525,-151857],[-232908,-151148],[-233553,-150748],[-233214,-152603],[-239233,-151684],[-240823,-153330],[-240237,-149822],[-240469,-151109],[-239165,-150098],[-242107,-148845],[-240774,-151296],[-239342,-149587],[-237506,-144423],[-240258,-143863],[-239577,-144218],[-237006,-144970],[-239123,-146817],[-238129,-143889],[-234442,-149902],[-234371,-149340],[-232944,-149645],[-233087,-147327],[-233774,-148533],[-235419,-146819],[-234291,-146482],[-233996,-145829],[-235534,-148195],[-236009,-148712],[-232357,-146034],[-231041,-145817],[-230491,-153396],[-230508,-152008],[-234463,-151806],[-234589,-151885],[-234207,-151400],[-242069,-151383],[-242424,-151705],[-241760,-151522],[-243086,-150408],[-240143,-150549],[-239832,-150401],[-240093,-150653],[-242784,-148493],[-242789,-148300],[-242908,-148101],[-242927,-152646],[-242663,-153032],[-242297,-143285],[-241048,-143218],[-243147,-141816],[-242525,-141909],[-241775,-141989],[-241812,-142429],[-241470,-141849],[-239561,-142772],[-239719,-142261],[-239790,-142552],[-240799,-141957],[-239474,-142574],[-240841,-141931],[-238587,-147521],[-237976,-148227],[-236810,-145467],[-237603,-145171],[-239999,-147628],[-234837,-143308],[-233110,-143714],[-232591,-145965],[-232493,-144797],[-232361,-145514],[-233002,-145912],[-230466,-150459],[-232104,-151943],[-230582,-151272],[-235219,-152296],[-233997,-152778],[-233395,-151169],[-235283,-149953],[-234254,-151080],[-233439,-149073],[-234691,-150694],[-235983,-148005],[-235285,-147961],[-236006,-146118],[-233412,-147695],[-235699,-147677],[-233667,-147011],[-233894,-144823],[-234034,-146108],[-234110,-146661],[-234165,-145439],[-233932,-143420],[-235396,-143718],[-239134,-147270],[-240349,-147812],[-237969,-146425],[-238735,-146872],[-239119,-146973],[-238732,-148232],[-239982,-148120],[-237841,-149852],[-238366,-149381],[-237707,-148760],[-237104,-150188],[-242270,-149146],[-240774,-152241],[-241078,-151627],[-242211,-152035],[-240756,-151061],[-240656,-153189],[-239056,-144396],[-239087,-144488],[-236930,-142459],[-237679,-144713],[-236462,-144653],[-236328,-144542],[-242611,-145551],[-241740,-146261],[-242970,-144305],[-240557,-145320],[-240478,-145499],[-230915,-141580],[-231352,-146417],[-231011,-143450],[-234707,-153142],[-235492,-153221],[-234212,-151802],[-234402,-151262],[-234431,-151737],[-233101,-150862],[-242052,-150011],[-241388,-150131],[-242761,-150885],[-240248,-150408],[-240616,-150510],[-240543,-150081],[-242768,-153351],[-242114,-141770],[-243127,-141542],[-241063,-141974],[-240636,-142530],[-241237,-142555],[-239324,-142835],[-239700,-142441],[-239536,-141571],[-239519,-141657],[-239398,-142491],[-239653,-142636],[-231545,-147877],[-233656,-141359],[-235613,-143379],[-237937,-144450],[-237329,-146669],[-238887,-146034],[-232856,-144807],[-233677,-148285],[-234358,-148315],[-233953,-142930],[-230501,-144269],[-240602,-151817],[-238936,-152554],[-233146,-151047],[-234843,-152353],[-235852,-142371],[-237747,-142236],[-239763,-145381],[-232702,-144721],[-233146,-146704],[-233213,-144733],[-238633,-152022],[-230464,-148626],[-234331,-151412],[-233800,-141559],[-235602,-141935],[-238102,-143693],[-238399,-143003],[-238138,-148183],[-237349,-144687],[-233890,-146404],[-231463,-147184],[-233614,-149671],[-233826,-147565],[-234263,-142485],[-233114,-145411],[-240340,-150671],[-240718,-153231],[-231138,-149273],[-232043,-148638],[-231066,-152706],[-232200,-152134],[-243187,-165336],[-242499,-162087],[-242251,-162447],[-242425,-163273],[-243187,-162154],[-243162,-163087],[-242617,-162323],[-243190,-165866],[-242507,-162771],[-242578,-163062],[-243130,-162578],[-236020,-160466],[-235300,-160827],[-239935,-164258],[-239897,-165297],[-240448,-163710],[-239473,-163412],[-240415,-163217],[-235552,-159785],[-235576,-159559],[-234924,-157511],[-234851,-157674],[-241317,-162103],[-239653,-165033],[-238942,-164811],[-231383,-154761],[-230509,-154419],[-232494,-155119],[-232462,-154437],[-235703,-154339],[-233899,-153466],[-233223,-153709],[-238987,-156148],[-239139,-154932],[-241695,-156887],[-242273,-154962],[-240585,-155424],[-240510,-153924],[-240601,-158027],[-241860,-156327],[-242554,-157080],[-241510,-157072],[-240104,-157813],[-242009,-158560],[-235099,-154479],[-234774,-154815],[-235712,-155214],[-235647,-153518],[-242247,-153451],[-235635,-159888],[-236866,-160799],[-235055,-157635],[-235042,-157877],[-234589,-156485],[-240193,-164156],[-240027,-164507],[-239860,-164744],[-240286,-164952],[-240324,-163648],[-240577,-163978],[-241060,-164006],[-240981,-164220],[-239585,-163075],[-239689,-163228],[-239556,-163626],[-240332,-163402],[-239541,-162840],[-239775,-162776],[-240443,-162937],[-240749,-163505],[-240442,-162707],[-241300,-161875],[-232921,-154371],[-232722,-154418],[-231090,-154625],[-232388,-154162],[-232602,-153955],[-232251,-155963],[-232289,-155223],[-231819,-154700],[-231878,-157785],[-233563,-157927],[-231692,-157677],[-232588,-155891],[-235291,-159407],[-233581,-158335],[-235777,-160367],[-235966,-160721],[-232051,-157590],[-237868,-153799],[-238628,-156001],[-241063,-157042],[-241739,-155654],[-238140,-156492],[-240767,-153704],[-238967,-156400],[-239618,-155049],[-240890,-155439],[-242178,-154642],[-234219,-158271],[-233364,-158296],[-234352,-156523],[-234232,-157024],[-239246,-164656],[-239319,-164819],[-238777,-164952],[-235351,-155088],[-236192,-155077],[-234850,-154672],[-235418,-153788],[-235183,-153453],[-234950,-153406],[-242806,-153475],[-236180,-156461],[-239219,-155111],[-237739,-164229],[-239292,-161824],[-237557,-163957],[-232386,-159077],[-235862,-163809],[-231659,-155129],[-233229,-157720],[-235166,-157479],[-237780,-157191],[-235481,-157684],[-237810,-164537],[-238601,-161143],[-241293,-162378],[-240578,-164196],[-232416,-153736],[-231492,-164513],[-235064,-163158],[-237479,-161807],[-232839,-162563],[-231083,-161980],[-232805,-165087],[-231470,-156207],[-232465,-156545],[-232631,-156385],[-235352,-156770],[-238359,-157206],[-235868,-161084],[-237514,-162917],[-237482,-161725],[-241226,-163410],[-240415,-160419],[-232842,-163711],[-237191,-161740],[-233588,-162595],[-232115,-160788],[-234605,-165173],[-236122,-162307],[-230552,-158558],[-241862,-172085],[-241521,-172032],[-240814,-172527],[-240696,-172902],[-242904,-171127],[-240338,-172942],[-239558,-168237],[-242557,-171752],[-242032,-171715],[-242085,-171351],[-242545,-168571],[-242762,-168665],[-242425,-168207],[-242472,-171951],[-242211,-171775],[-242070,-172095],[-243196,-168224],[-242943,-168685],[-242415,-168563],[-239530,-168810],[-239168,-170056],[-236616,-178327],[-236208,-178315],[-241426,-178708],[-238767,-176655],[-238959,-177100],[-237973,-176580],[-238826,-177886],[-241444,-175907],[-242362,-175872],[-238654,-167300],[-239342,-168388],[-236437,-178210],[-238435,-176966],[-241008,-176455],[-240936,-175984],[-242283,-176391],[-238763,-167099],[-236802,-178255],[-238429,-166606],[-236408,-177958],[-237540,-172043],[-237337,-172207],[-242293,-174745],[-241787,-175783],[-240424,-174715],[-241317,-178977],[-230602,-177271],[-231857,-172392],[-232046,-173530],[-232383,-173722],[-232219,-171296],[-231648,-171548],[-231623,-171809],[-231842,-172199],[-230637,-175521],[-231061,-174062],[-232801,-172480],[-230546,-168264],[-231412,-166988],[-236735,-167461],[-230602,-172000],[-230510,-172126],[-231797,-172025],[-232186,-172099],[-232273,-173385],[-230729,-175108],[-234138,-169425],[-235075,-169185],[-235721,-170333],[-237039,-171372],[-236113,-171751],[-232510,-169489],[-231719,-170138],[-231797,-169088],[-230479,-169580],[-237730,-168263],[-234883,-166415],[-230877,-172191],[-232126,-174060],[-237840,-170858],[-234953,-169828],[-231890,-167254],[-237863,-169420],[-239520,-184381],[-232224,-189854],[-238476,-185526],[-242554,-183177],[-241878,-189203],[-241249,-188044],[-242383,-188751],[-241235,-190682],[-238782,-186930],[-241395,-184341],[-240353,-187702],[-238963,-185184],[-242854,-187832],[-233146,-190831],[-233246,-190332],[-233077,-190113],[-232604,-190239],[-233153,-191019],[-233847,-190548],[-233854,-190791],[-234759,-191204],[-241471,-188904],[-243089,-189213],[-240879,-189570],[-241018,-188006],[-231498,-190053],[-232823,-191606],[-234441,-191359],[-234502,-190617],[-235383,-190602],[-233358,-191292],[-232399,-190016],[-240088,-191168],[-236763,-187178],[-237531,-190902],[-241981,-188230],[-232403,-191266],[-239156,-185771],[-240792,-185405],[-243003,-189490],[-240564,-185092],[-237929,-186519],[-237036,-179290],[-237181,-179458],[-236813,-179807],[-237392,-179805],[-236183,-182394],[-235922,-182226],[-236016,-182050],[-236291,-182671],[-236381,-182926],[-236535,-182499],[-234294,-183412],[-233983,-183682],[-233688,-183597],[-233887,-183953],[-234797,-183820],[-234894,-184107],[-233587,-184626],[-235656,-186557],[-235399,-186849],[-235132,-186630],[-235301,-187043],[-230730,-186396],[-234191,-185692],[-241814,-180369],[-240195,-182704],[-239515,-183992],[-236986,-179095],[-230739,-186065],[-233289,-186173],[-234583,-188450],[-237820,-183189],[-241015,-179658],[-242115,-180461],[-234064,-183247],[-233631,-183451],[-233433,-183272],[-233230,-183900],[-234836,-182723],[-230589,-186193],[-236977,-186209],[-233870,-183277],[-233494,-182572],[-233641,-182653],[-234752,-182581],[-234398,-185214],[-240995,-180491],[-237173,-182702],[-236285,-180610],[-241478,-179538],[-232672,-187332],[-232724,-186117],[-242102,-180166],[-241628,-180203],[-243085,-179699],[-234783,-188257],[-241361,-179315],[-243022,-179980],[-236148,-198412],[-236676,-195435],[-242079,-193216],[-242713,-192620],[-238111,-203225],[-240089,-201431],[-238326,-203157],[-231559,-202742],[-234784,-194126],[-232257,-193118],[-231137,-196861],[-235411,-198518],[-239919,-191999],[-237241,-197165],[-233096,-193552],[-232108,-195734],[-237030,-193140],[-237692,-194733],[-239103,-192652],[-240351,-195086],[-239127,-195026],[-236193,-195580],[-239641,-194567],[-236170,-197252],[-240612,-195294],[-235781,-198843],[-230859,-203532],[-231226,-201709],[-234946,-202963],[-232413,-203035],[-230612,-201772],[-240051,-200540],[-235607,-195700],[-232733,-192753],[-235835,-192763],[-234153,-193519],[-230717,-196201],[-230849,-197052],[-237491,-192453],[-231144,-201414],[-233225,-192823],[-231986,-196924],[-233958,-193269],[-231686,-193776],[-233923,-193436],[-242030,-204205],[-242654,-201664],[-235654,-205530],[-231261,-213406],[-230920,-217269],[-230808,-215740],[-231453,-213798],[-232606,-204902],[-233644,-206217],[-231167,-209648],[-237081,-205959],[-232443,-207282],[-232805,-216512],[-235687,-206345],[-230644,-215649],[-233891,-214085],[-232525,-205302],[-237440,-205022],[-231996,-207205],[-231377,-209533],[-231496,-207284],[-232310,-207578],[-234364,-213609],[-231121,-207054],[-232160,-207647],[-230459,-206557],[-234978,-205812],[-231818,-213962],[-232222,-212809],[-232191,-208270],[-232152,-208112],[-235150,-208104],[-232209,-215756],[-231122,-210133],[-234977,-211762],[-238825,-207807],[-238367,-211309],[-234575,-211173],[-232335,-210077],[-235641,-210087],[-238538,-215496],[-241167,-216453],[-241687,-216872],[-240069,-208180],[-241324,-208860],[-242023,-215082],[-240494,-214366],[-240273,-215366],[-238322,-208507],[-243001,-210632],[-239006,-209269],[-237386,-208470],[-231537,-210512],[-240401,-206434],[-239487,-208471],[-240555,-207337],[-238616,-215443],[-242812,-215889],[-242104,-204880],[-240047,-211542],[-237069,-217069],[-240591,-216508],[-241666,-215781],[-241027,-216647],[-241758,-212760],[-239694,-207780],[-238159,-214699],[-242837,-215060],[-237006,-209302],[-242302,-207285],[-238426,-209042],[-241905,-206395],[-238755,-208417],[-235668,-209052],[-240243,-208582],[-238777,-208182],[-237188,-224120],[-236199,-222361],[-235580,-224543],[-239507,-222393],[-236064,-220844],[-237727,-218219],[-230824,-222663],[-234763,-222013],[-235333,-222154],[-232427,-227935],[-233863,-227588],[-234530,-226434],[-240570,-223172],[-233969,-221063],[-238861,-217614],[-241384,-217537],[-233077,-228523],[-231918,-227486],[-234370,-224169],[-240130,-223478],[-235040,-219895],[-235996,-218918],[-241004,-220703],[-230534,-229269],[-232708,-227867],[-235468,-224031],[-238000,-221479],[-234780,-220207],[-239147,-219082],[-243063,-217533],[-240390,-230197],[-240543,-228903],[-242868,-228258],[-236890,-221009],[-233334,-223126],[-232386,-223241],[-241912,-241749],[-241236,-235655],[-230986,-239478],[-230628,-240627],[-235228,-236090],[-235877,-238007],[-242729,-242922],[-241843,-242453],[-242415,-238079],[-242832,-236109],[-241157,-242972],[-231963,-239779],[-235654,-236216],[-235868,-239013],[-242498,-234035],[-242790,-233798],[-242691,-234594],[-242283,-232669],[-241972,-232071],[-242851,-231846],[-241101,-241733],[-241765,-242129],[-234871,-242817],[-230866,-236199],[-232170,-238469],[-232692,-236270],[-231907,-236745],[-232741,-235602],[-234064,-238353],[-234402,-237739],[-234411,-238011],[-236252,-233678],[-236518,-233709],[-235374,-237709],[-233304,-241705],[-233136,-240971],[-230531,-238968],[-230835,-240900],[-238068,-230963],[-237166,-231240],[-236990,-233875],[-240791,-233521],[-240234,-234714],[-239961,-233859],[-237982,-233630],[-239279,-236529],[-240043,-235496],[-238005,-236615],[-235734,-235133],[-239849,-238694],[-240663,-237668],[-243017,-232410],[-242583,-237336],[-241405,-236492],[-239851,-242752],[-231123,-238456],[-230616,-241059],[-235623,-236921],[-236610,-238816],[-243062,-233235],[-242798,-231416],[-241212,-240340],[-240944,-235686],[-240020,-242862],[-230843,-239041],[-230531,-241025],[-235708,-236731],[-236938,-237757],[-234223,-233005],[-241029,-240546],[-241778,-41],[-238787,-11882],[-241992,-448],[-241916,-3],[-234792,-3648],[-235841,-5600],[-236186,-7463],[-232561,-5962],[-233031,-2663],[-233569,-1822],[-232025,-36],[-235762,122],[-236471,-211],[-235872,-511],[-238796,-9531],[-238590,-9749],[-236145,-8248],[-234442,-3182],[-236019,-5506],[-235851,-7606],[-233495,-5525],[-235988,-68],[-236021,-8270],[-234307,-4020],[-236107,-5786],[-235722,-8309],[-233298,-5530],[-234628,-3649],[-235974,-5778],[-235702,-7879],[-232773,-5173],[-241728,-243045],[-238778,-247224],[-241837,-246718],[-237601,-249064],[-233113,-246632],[-239301,-245224],[-237528,-244004],[-240953,-244901],[-241784,-246707],[-242921,-247632],[-237658,-248425],[-237183,-249291],[-239721,-243339],[-235615,-251085],[-234706,-248422],[-231209,-247509],[-237797,-250702],[-237366,-250863],[-238204,-251496],[-233056,-252296],[-231900,-253013],[-233862,-251963],[-234194,-251287],[-234233,-250884],[-234007,-252273],[-239025,-255362],[-233515,-246362],[-241763,-248431],[-242488,-243102],[-243101,-247031],[-238641,-247634],[-240223,-243045],[-236551,-254216],[-237001,-252190],[-235203,-247731],[-239450,-255255],[-237082,-250679],[-232479,-252897],[-241661,-252318],[-233068,-243353],[-233492,-246535],[-238706,-244338],[-235991,-243508],[-242304,-249390],[-241620,-243229],[-236442,-249022],[-238067,-247936],[-238782,-243753],[-238812,-255249],[-230488,-268156],[-230933,-268596],[-234257,-261432],[-236248,-255985],[-241306,-263483],[-236267,-259886],[-237456,-257509],[-235077,-267293],[-233901,-267892],[-231717,-266053],[-233975,-268182],[-233285,-268438],[-230475,-260219],[-233627,-260199],[-240410,-263952],[-241505,-263372],[-238953,-263198],[-239435,-261812],[-236165,-261652],[-237432,-262480],[-236448,-259699],[-236682,-259157],[-240033,-256692],[-239236,-257835],[-237930,-258717],[-236371,-260215],[-237883,-256800],[-237415,-258461],[-235709,-256446],[-242014,-258779],[-240949,-259348],[-241367,-261091],[-242579,-261088],[-241007,-262923],[-237353,-257915],[-237448,-256764],[-239113,-260145],[-237336,-260847],[-237594,-259005],[-235488,-268845],[-242816,-271544],[-240273,-279270],[-240395,-278256],[-238405,-276668],[-241917,-274404],[-242547,-277221],[-230968,-280871],[-230929,-270625],[-235235,-269876],[-232947,-270196],[-235202,-272464],[-235135,-272420],[-233711,-278287],[-238601,-273868],[-239366,-274409],[-240060,-273429],[-241009,-273138],[-237828,-274307],[-237618,-274076],[-236813,-279561],[-236498,-270956],[-241300,-278201],[-239135,-275532],[-243082,-273741],[-242280,-279179],[-241161,-280431],[-232405,-272680],[-242243,-275772],[-235943,-268888],[-236979,-272380],[-241668,-272877],[-239839,-278987],[-240832,-277346],[-240478,-275718],[-242551,-278905],[-240786,-280985],[-240513,-279308],[-231218,-270733],[-232056,-272834],[-233293,-271459],[-237137,-272352],[-242720,-280183],[-241941,-273229],[-242477,-272012],[-238237,-278873],[-240051,-275429],[-243036,-272369],[-241001,-279987],[-235034,-270097],[-241312,-281109],[-241577,-281190],[-237118,-283172],[-236951,-282989],[-237100,-285431],[-236609,-284346],[-235881,-287765],[-232296,-288270],[-234034,-284283],[-231526,-292316],[-236253,-288821],[-236903,-287515],[-238252,-286144],[-236234,-287681],[-238394,-287602],[-236073,-285118],[-233073,-289194],[-230895,-284861],[-232444,-290694],[-232410,-291552],[-235538,-289450],[-241610,-292462],[-237349,-287532],[-234302,-283585],[-232780,-287557],[-231568,-287925],[-231002,-281759],[-230604,-284303],[-232114,-290957],[-242021,-291490],[-237186,-285675],[-231608,-282603],[-232087,-284063],[-230540,-288621],[-234772,-289257],[-241930,-290187],[-240699,-282512],[-238864,-283356],[-238038,-292633],[-234990,-290378],[-235355,-293108],[-234821,-291960],[-239384,-286346],[-240151,-291958],[-239113,-291738],[-234032,-293262],[-233674,-293288],[-232368,-292910],[-234658,-292943],[-240788,-289189],[-239089,-283379],[-237102,-290273],[-235025,-293364],[-238692,-291006],[-241216,-287924],[-240598,-288677],[-238364,-282234],[-231921,-293821],[-236345,-290491],[-239505,-285583],[-238986,-292009],[-233886,-292314],[-241364,-283566],[-235970,-293940],[-239713,-284692],[-239433,-291486],[-238554,-292185],[-239960,-291388],[-241136,-284446],[-233508,-292664],[-239310,-306344],[-237761,-297221],[-242028,-302205],[-243010,-298680],[-233808,-299513],[-232505,-300800],[-232991,-302891],[-230556,-299177],[-230522,-294765],[-236897,-299528],[-233759,-302419],[-240669,-305565],[-241423,-297364],[-232704,-305635],[-237459,-298000],[-233145,-304553],[-230421,-300698],[-239884,-302666],[-236846,-305365],[-230718,-306607],[-241329,-304619],[-231487,-300243],[-240781,-298678],[-242027,-303340],[-240122,-301658],[-235727,-305552],[-241784,-305410],[-232521,-299506],[-233779,-299595],[-242916,-296728],[-236833,-301600],[-238328,-297581],[-238756,-297095],[-241408,-305267],[-231850,-295415],[-235010,-298220],[-240203,-298232],[-241581,-304952],[-240530,-306229],[-238203,-302286],[-239314,-301331],[-235251,-305474],[-237297,-298058],[-232990,-300920],[-240048,-297087],[-239920,-302241],[-241561,-297780],[-235019,-296213],[-237797,-294431],[-238815,-296625],[-236222,-296861],[-232508,-294236],[-236587,-294249],[-234002,-296828],[-233111,-294468],[-236229,-294720],[-237328,-295302],[-237931,-294978],[-235209,-296690],[-236246,-295862],[-237455,-295682],[-238766,-296651],[-237335,-307767],[-238006,-312415],[-231811,-309809],[-231431,-308595],[-231666,-310363],[-233614,-312975],[-241229,-311704],[-241506,-311040],[-236930,-312299],[-231384,-312325],[-234873,-308590],[-233953,-307798],[-242835,-309952],[-232399,-307482],[-243156,-313112],[-230792,-313363],[-231868,-310141],[-233217,-313702],[-235685,-312629],[-234332,-312533],[-235806,-309537],[-231172,-308740],[-237643,-307466],[-235678,-312262],[-242930,-309642],[-230776,-312603],[-230926,-313277],[-241465,-311699],[-232044,-307990],[-242392,-309892],[-235256,-312515],[-241352,-309890],[-231585,-312033],[-237418,-311551],[-239409,-311433],[-236969,-309357],[-234150,-310556],[-230670,-308496],[-236323,-312045],[-230989,-316987],[-240557,-318301],[-231698,-315639],[-237106,-313150],[-233735,-319177],[-237284,-317741],[-232418,-315014],[-239940,-317205],[-230628,-316869],[-232420,-314594],[-240711,-316869],[-242838,-315090],[-240389,-313665],[-235134,-318853],[-231841,-316420],[-243034,-312841],[-237621,-313351],[-242242,-316704],[-232426,-316857],[-240978,-314834],[-237962,-314705],[-232940,-315579],[-241922,-316845],[-241681,-315455],[-240975,-313176],[-233792,-318831],[-241333,-322622],[-235217,-320746],[-239033,-321698],[-239313,-327078],[-242836,-322490],[-231939,-329029],[-233147,-328683],[-231941,-331359],[-238329,-322216],[-240570,-327229],[-238345,-321291],[-243047,-323447],[-232162,-320271],[-241247,-323546],[-230453,-324278],[-241210,-321580],[-241634,-329542],[-238965,-327107],[-240597,-326855],[-238807,-322633],[-242624,-327480],[-239730,-326405],[-242050,-323983],[-240286,-319906],[-231528,-328033],[-242405,-326052],[-241808,-325350],[-238988,-323524],[-238089,-321152],[-235656,-320919],[-240924,-332737],[-234881,-344722],[-232884,-335452],[-230806,-335522],[-232692,-332923],[-233194,-341261],[-233229,-340002],[-233598,-341153],[-230792,-332975],[-231956,-334067],[-233282,-334491],[-231022,-333117],[-232498,-335113],[-233840,-332925],[-234065,-340554],[-235624,-343977],[-242653,-345803],[-232431,-357055],[-235914,-346187],[-230901,-348353],[-242785,-354737],[-238092,-14767],[-234621,-19239],[-234374,-19643],[-231702,-17610],[-232311,-17910],[-238657,-21112],[-238809,-20875],[-242222,-17769],[-237033,-19942],[-236541,-24402],[-235642,-14770],[-234062,-14964],[-231250,-16603],[-241958,-17748],[-230939,-16890],[-234297,-14879],[-238819,-21077],[-241057,-17515],[-241455,-17883],[-231150,-372549],[-242316,-375077],[-237219,-382499],[-239162,-392479],[-236502,-394677],[-237256,-389795],[-238257,-385485],[-233826,-384386],[-235214,-384760],[-237023,-395282],[-234969,-384860],[-233615,-405053],[-234720,-407923],[-231023,-408079],[-235383,-414123],[-235160,-412548],[-241824,-414061],[-241087,-414263],[-242919,-414122],[-238305,-409410],[-232205,-414326],[-236455,-412596],[-241984,-413007],[-241157,-414964],[-242983,-412092],[-237616,-411419],[-242768,-415277],[-241422,-416631],[-238852,-430107],[-239589,-434547],[-231713,-431422],[-240554,-435953],[-231859,-37365],[-231277,-36808],[-231695,-35871],[-230536,-35072],[-230571,-33590],[-230662,-33789],[-231778,-35691],[-240760,-37787],[-230602,-35234],[-231572,-35102],[-232318,-36697],[-232521,-37599],[-235796,-37860],[-237297,-36707],[-237720,-33884],[-236370,-32748],[-237192,-31402],[-236622,-30332],[-235574,-31579],[-231847,-37233],[-240578,-37810],[-236614,-33332],[-238308,-31015],[-238690,-29980],[-231824,-34778],[-233060,-37731],[-235991,-37919],[-238095,-36631],[-237263,-33379],[-236342,-32722],[-237770,-31388],[-237137,-30658],[-235439,-31909],[-232067,-35105],[-233166,-36809],[-232729,-37620],[-238201,-36761],[-237489,-36928],[-237609,-33635],[-236716,-32316],[-237735,-31314],[-236898,-30815],[-235475,-31918],[-236125,-33733],[-238649,-30769],[-239400,-29605],[-236929,-25496],[-236255,-38005],[-231639,-35163],[-233264,-37336],[-232242,-37833],[-238219,-36932],[-237799,-36093],[-237437,-33898],[-236791,-31968],[-237779,-31378],[-237140,-30576],[-234966,-31423],[-242172,-530416],[-238054,-532966],[-236302,-584742],[-240029,-579834],[-240370,-580855],[-238089,-587659],[-232907,-46458],[-233999,-45994],[-231296,-47558],[-242139,-40321],[-235331,-39049],[-235058,-41203],[-230680,-43013],[-231097,-47147],[-233777,-45395],[-232309,-43836],[-233061,-44590],[-234929,-49667],[-235282,-49346],[-234593,-50704],[-234327,-50745],[-236167,-39438],[-233847,-46147],[-232623,-44727],[-231145,-40555],[-234864,-49262],[-231238,-47734],[-234531,-47271],[-234372,-47216],[-235818,-43389],[-236081,-43759],[-242699,-45493],[-235168,-40970],[-240306,-42538],[-240428,-42597],[-236112,-39222],[-235724,-45058],[-234748,-45415],[-234985,-45323],[-235197,-45241],[-235583,-45111],[-232690,-44481],[-232080,-44336],[-233225,-44797],[-230896,-40990],[-235167,-48805],[-233105,-49899],[-234140,-50711],[-238547,-38687],[-238523,-39933],[-235986,-43677],[-234430,-50198],[-234991,-50207],[-238342,-39374],[-238297,-38893],[-235733,-38417],[-236244,-39427],[-235549,-38401],[-235985,-39762],[-240314,-61477],[-236655,-59049],[-236340,-58960],[-233246,-63610],[-232134,-63799],[-232374,-63509],[-236153,-58008],[-235144,-59548],[-232845,-60181],[-235788,-59501],[-233349,-60533],[-235971,-59868],[-230491,-61065],[-241520,-61917],[-232668,-58727],[-238851,-58363],[-238712,-58349],[-241245,-57860],[-241046,-57890],[-234398,-58983],[-235493,-59054],[-234928,-59450],[-232304,-58835],[-232501,-58768],[-238974,-58360],[-237495,-59155],[-236765,-58894],[-241791,-61343],[-238135,-60464],[-231435,-65180],[-232121,-64322],[-232673,-65373],[-231971,-64479],[-230452,-71826],[-230862,-64104],[-242059,-75742],[-236480,-71706],[-236523,-70730],[-236331,-70786],[-238337,-73118],[-238779,-74754],[-235960,-75399],[-242256,-74721],[-242967,-74622],[-231817,-69831],[-230683,-70310],[-231535,-70098],[-230464,-70255],[-233906,-72538],[-232727,-70665],[-232661,-71020],[-232490,-69105],[-232765,-69785],[-231640,-69474],[-236573,-71533],[-235946,-70392],[-235817,-70559],[-238536,-72852],[-239101,-75062],[-239440,-74702],[-236942,-74748],[-233895,-75662],[-233789,-70348],[-233918,-72411],[-234623,-72731],[-236702,-72240],[-238193,-73056],[-238732,-73806],[-238737,-74935],[-240254,-76173],[-240012,-76081],[-231627,-74069],[-233484,-70575],[-234295,-72047],[-233933,-73033],[-235134,-72631],[-242031,-74780],[-242044,-74617],[-230490,-69762],[-231202,-69777],[-231278,-70205],[-234351,-71738],[-231206,-72651],[-232539,-70814],[-232893,-69041],[-231738,-70222],[-231895,-70038],[-236754,-71757],[-236723,-71119],[-236440,-70515],[-235968,-70712],[-239417,-73857],[-239534,-73834],[-238931,-74930],[-233584,-75815],[-241894,-69627],[-242006,-69815],[-241973,-69720],[-238195,-68037],[-238308,-68091],[-237587,-67635],[-237469,-67556],[-234722,-64327],[-235029,-75746],[-233183,-70904],[-234259,-72289],[-234744,-72586],[-236804,-72083],[-236518,-72024],[-238096,-72701],[-237424,-71656],[-238718,-73608],[-238834,-75258],[-240257,-75766],[-231125,-74455],[-230975,-74543],[-233088,-70622],[-235195,-72668],[-241582,-75881],[-241859,-74623],[-239317,-73608],[-236424,-75362],[-234847,-64398],[-235033,-64290],[-233969,-64639],[-234097,-64544],[-235303,-64330],[-235691,-75182],[-235390,-75339],[-235124,-75392],[-236347,-74709],[-236807,-74125],[-236045,-75209],[-239279,-88548],[-239223,-88992],[-239722,-88584],[-239966,-88410],[-239739,-89118],[-240538,-88754],[-240722,-88684],[-242793,-84854],[-242662,-85096],[-242357,-85671],[-240979,-87932],[-240767,-88473],[-242815,-81347],[-241068,-82739],[-240951,-83725],[-241172,-82601],[-240785,-86480],[-239989,-85488],[-240970,-86800],[-237793,-86270],[-238018,-86810],[-237481,-86985],[-231894,-87419],[-233082,-88036],[-232573,-88018],[-230834,-78967],[-234078,-80598],[-232990,-80112],[-232553,-78704],[-234359,-81541],[-234528,-81481],[-234958,-81357],[-234809,-81401],[-234674,-81451],[-234635,-82494],[-234804,-82464],[-234950,-82404],[-235085,-82354],[-235234,-82311],[-235061,-83539],[-234674,-82853],[-234287,-81311],[-240913,-80794],[-240653,-79993],[-240589,-79823],[-240920,-79990],[-240572,-81634],[-240448,-81899],[-240318,-82166],[-240403,-82068],[-239965,-83270],[-239900,-83003],[-239768,-82725],[-239856,-82879],[-242724,-81818],[-242737,-82283],[-242445,-83026],[-232772,-88938],[-233041,-88875],[-237855,-88092],[-240133,-85454],[-240474,-85221],[-239550,-78158],[-242592,-80809],[-241947,-81373],[-240992,-83563],[-240992,-83001],[-241721,-84074],[-241078,-85806],[-240976,-86188],[-241025,-86689],[-236995,-86448],[-238046,-85786],[-238272,-86433],[-231821,-88878],[-232009,-87478],[-232378,-87729],[-232115,-87687],[-232869,-80826],[-232970,-80185],[-232853,-80988],[-232288,-80015],[-242282,-83083],[-242293,-83915],[-241946,-84998],[-242160,-85318],[-241827,-85387],[-237713,-88172],[-240002,-86171],[-240139,-83833],[-240256,-83756],[-240885,-80582],[-241132,-80724],[-241262,-80948],[-240536,-79347],[-241546,-77896],[-241614,-77657],[-240171,-78053],[-239988,-79243],[-240890,-79229],[-240683,-79255],[-233095,-80112],[-233035,-80491],[-232690,-80477],[-232224,-80067],[-230617,-77407],[-233281,-80780],[-237638,-88385],[-238894,-86502],[-239757,-85982],[-241640,-77999],[-242872,-99915],[-243073,-100901],[-233809,-91070],[-235701,-93878],[-235294,-101380],[-234111,-100065],[-233184,-99750],[-233694,-100928],[-232184,-101168],[-231886,-100308],[-233654,-99049],[-234103,-97387],[-233294,-96900],[-234403,-99122],[-235381,-99985],[-241342,-90927],[-242661,-94986],[-241763,-95221],[-241683,-95831],[-242049,-90131],[-240486,-97167],[-240761,-97729],[-242352,-96008],[-238166,-92773],[-242786,-99567],[-242149,-101660],[-232116,-100152],[-231636,-99826],[-238033,-92580],[-242768,-98572],[-241818,-101972],[-231846,-99606],[-237873,-93236],[-242768,-98860],[-242776,-99298],[-241595,-101916],[-231922,-99866],[-234252,-101501],[-233783,-101727],[-239785,-102160],[-240817,-100272],[-233709,-91187],[-234620,-94103],[-233929,-99898],[-233517,-99718],[-233183,-99383],[-234201,-100310],[-233601,-101125],[-232843,-101086],[-233438,-98944],[-234595,-99233],[-232115,-92645],[-231884,-92404],[-231827,-91930],[-230823,-91552],[-231195,-90616],[-233043,-93497],[-233852,-93680],[-232734,-92856],[-237299,-97686],[-236098,-96850],[-236006,-97481],[-237621,-95096],[-237249,-94344],[-235245,-96496],[-235642,-96955],[-241758,-101532],[-243140,-98486],[-242231,-94799],[-241515,-95305],[-241551,-96274],[-242888,-96634],[-240188,-97118],[-240354,-98259],[-242312,-96438],[-238352,-92980],[-242631,-99012],[-233407,-93074],[-233154,-93686],[-242026,-90141],[-240615,-96858],[-240339,-98320],[-242537,-96755],[-241965,-96596],[-242278,-94935],[-242105,-95354],[-242311,-97300],[-242072,-90663],[-240070,-97164],[-239881,-98345],[-242347,-96453],[-241269,-107369],[-242312,-108447],[-235033,-110372],[-234363,-112434],[-230542,-104784],[-230439,-105553],[-233432,-109391],[-235185,-109027],[-235283,-109855],[-235025,-109910],[-241659,-110886],[-240408,-112846],[-241243,-110552],[-242102,-106451],[-239621,-106679],[-238538,-106438],[-242373,-105962],[-240691,-105005],[-237596,-107574],[-235769,-109083],[-236411,-109906],[-235107,-109702],[-241648,-113354],[-240683,-111781],[-240632,-109036],[-242604,-109578],[-242739,-109854],[-239238,-108004],[-242020,-104770],[-240224,-104205],[-241791,-104903],[-239209,-106923],[-242716,-104943],[-241848,-108582],[-235036,-112708],[-236727,-111000],[-236009,-112943],[-235704,-111440],[-235965,-112696],[-236581,-112971],[-239729,-106150],[-239519,-103746],[-240023,-104654],[-240689,-102584],[-237729,-114450],[-238798,-113352],[-237156,-112961],[-232910,-113769],[-232713,-113919],[-232674,-113284],[-230808,-113749],[-236250,-107023],[-238093,-107700],[-243038,-102305],[-237532,-107337],[-234131,-112575],[-234126,-112281],[-234558,-112293],[-230693,-105195],[-234161,-109636],[-234938,-109151],[-233608,-110689],[-235955,-109271],[-236212,-110075],[-241802,-114828],[-241780,-110267],[-241146,-112711],[-241341,-113053],[-242149,-108568],[-239046,-112940],[-240643,-111370],[-241006,-103059],[-239213,-104434],[-242414,-105208],[-241279,-104794],[-235548,-111167],[-236851,-112923],[-236308,-111857],[-236981,-111723],[-237117,-112409],[-239043,-105624],[-240784,-104105],[-234955,-102400],[-237908,-114968],[-235946,-112309],[-237545,-113843],[-233336,-113290],[-233419,-112496],[-232387,-113889],[-231653,-113422],[-242777,-102693],[-238122,-106900],[-236374,-106877],[-238482,-110646],[-240657,-112789],[-242598,-102223],[-238244,-107401],[-242085,-107814],[-242829,-112505],[-233942,-112405],[-233688,-110395],[-231707,-113791],[-237967,-108199],[-232641,-111163],[-230749,-110986],[-241859,-108175],[-243089,-109111],[-234518,-112610],[-230868,-113146],[-238390,-107923],[-234535,-114870],[-232911,-114842],[-234715,-114747],[-241523,208],[-239730,10495],[-231387,8200],[-241005,689],[-239501,3851],[-240472,2788],[-230546,8194],[-230883,8508],[-240736,382],[-239793,2729],[-239332,3720],[-243112,7810],[-242965,5361],[-232816,535],[-232368,828],[-239922,10698],[-240885,11845],[-239449,11950],[-237553,12795],[-231193,8315],[-240444,1068],[-239635,2116],[-239970,3909],[-242955,7887],[-243165,5631],[-240810,3589],[-241281,2401],[-239750,9865],[-230990,8153],[-230974,9128],[-240546,1062],[-239077,2795],[-240078,3659],[-242942,8252],[-243076,5337],[-242907,149487],[-242476,150507],[-236327,152811],[-235856,145384],[-233099,148480],[-232859,148484],[-236245,144923],[-241572,149366],[-230912,143595],[-242050,149894],[-240258,149934],[-233210,148278],[-233408,148114],[-235966,145171],[-237003,145246],[-241302,146596],[-242215,159289],[-241963,159572],[-241784,205867],[-240798,206143],[-242111,209595],[-235458,18576],[-233022,17933],[-238009,23576],[-230915,17387],[-239604,19488],[-240367,14984],[-238678,20003],[-235899,20732],[-234485,15160],[-236301,14964],[-234426,18424],[-236428,20707],[-230863,19895],[-238121,16218],[-236397,14298],[-238800,18608],[-237851,19383],[-230791,16096],[-231385,15115],[-231643,23343],[-242525,24536],[-231830,24848],[-234061,20034],[-233939,24540],[-236217,24365],[-239742,14520],[-232727,16210],[-237430,13752],[-235517,13881],[-237062,15672],[-238281,17899],[-231670,16846],[-230923,23415],[-230402,16022],[-241579,23999],[-231603,25232],[-234119,20072],[-233728,24109],[-234338,24667],[-232234,24661],[-234132,19380],[-233308,25012],[-230618,18050],[-232161,15271],[-235282,17758],[-231521,24527],[-234550,20118],[-233491,24285],[-234756,24523],[-233352,261817],[-233972,261284],[-239119,325390],[-236298,329346],[-233731,323811],[-231212,322669],[-235486,325672],[-238982,324761],[-232713,326386],[-233733,326064],[-237180,327963],[-236787,329060],[-238582,324623],[-232830,328258],[-236680,329715],[-231061,320899],[-237496,326525],[-237259,327562],[-239088,325556],[-234501,326275],[-232868,328026],[-233511,327223],[-231379,326606],[-230825,322985],[-238772,324680],[-239521,325889],[-237297,327884],[-231284,326306],[-231837,325295],[-237203,328591],[-239122,324844],[-235103,328772],[-235126,327671],[-234071,326334],[-233515,324015],[-237487,325093],[-237368,324989],[-239068,324551],[-234152,327564],[-233699,327124],[-236827,327451],[-237017,326557],[-237149,329639],[-233991,326377],[-235133,329476],[-233381,327544],[-230601,321294],[-237535,332896],[-238848,331198],[-239691,330783],[-240884,330296],[-241033,332182],[-239338,330914],[-239191,330413],[-240498,330247],[-242290,332198],[-239328,330246],[-241420,330059],[-239640,332828],[-241674,329330],[-242683,332023],[-241542,329453],[-239406,331687],[-237329,332256],[-239485,332666],[-241556,329662],[-241241,329678],[-239938,329984],[-237512,331304],[-237682,331318],[-240187,330412],[-241654,331716],[-240744,331325],[-236860,337786],[-235889,337653],[-241018,345176],[-235983,338260],[-237623,339265],[-239914,343657],[-234910,340032],[-243192,344147],[-233735,341031],[-233919,340514],[-231975,344339],[-238740,344883],[-242827,344743],[-235614,337646],[-235236,337537],[-237383,338938],[-240821,344863],[-234139,339559],[-234569,337260],[-232491,337486],[-242274,343917],[-240336,344340],[-234246,339469],[-232284,344953],[-239027,344640],[-236943,339166],[-236735,338669],[-242334,342826],[-241934,341546],[-232938,339777],[-232599,341029],[-240720,342887],[-231151,345069],[-237963,344427],[-237579,345256],[-236382,338023],[-235283,339106],[-234464,339894],[-239373,344640],[-241546,335401],[-241807,333762],[-242256,333598],[-238430,343298],[-239628,343483],[-240388,339642],[-241749,338354],[-240760,334528],[-240432,336423],[-241317,334760],[-239040,339187],[-239297,340129],[-238795,335943],[-241227,337777],[-238994,333429],[-240431,339854],[-239744,340001],[-241632,339534],[-238981,337454],[-238150,334176],[-241628,333970],[-239844,336282],[-240618,337280],[-237411,343352],[-240834,339705],[-240283,339040],[-238741,341451],[-241675,334216],[-240078,342638],[-239747,341212],[-238141,337914],[-238239,336080],[-238112,340745],[-240037,342936],[-238723,341534],[-239857,339064],[-239270,337042],[-235754,351464],[-236305,348531],[-243140,348103],[-237402,345934],[-242558,347277],[-232650,347623],[-233275,351665],[-230810,353195],[-230582,358150],[-231041,356968],[-235184,356913],[-237467,358150],[-237839,357555],[-237514,357382],[-235624,352324],[-233390,353940],[-235732,352999],[-242435,347494],[-233749,354035],[-234200,352686],[-235367,349599],[-232453,347568],[-231781,350981],[-237330,357680],[-235023,357597],[-235803,350433],[-243147,345837],[-239819,346862],[-237691,345877],[-234304,348849],[-237155,350816],[-234478,348360],[-232754,350029],[-231750,350841],[-232353,351484],[-231740,358098],[-230981,356684],[-237980,355756],[-238495,358447],[-237650,356093],[-235596,352676],[-233325,355226],[-232551,355742],[-239755,346643],[-241333,347016],[-235649,351756],[-234412,351571],[-235218,349389],[-231751,346442],[-231534,346972],[-231427,350819],[-232278,347770],[-230644,355003],[-230886,352215],[-233620,356950],[-234729,356916],[-236249,357189],[-238373,357392],[-236283,355980],[-233509,352433],[-236118,353567],[-235055,353571],[-234624,347668],[-232664,351565],[-233562,358352],[-236033,355952],[-234610,354026],[-236594,350113],[-238292,346218],[-238097,352263],[-241762,348361],[-236843,348905],[-235867,355090],[-231939,350363],[-231948,355162],[-238813,356431],[-230475,352006],[-231742,355464],[-238646,355812],[-233074,355323],[-235455,354699],[-231843,364599],[-230403,367010],[-232388,358974],[-230879,368894],[-232698,363152],[-232211,364629],[-237338,359117],[-231335,363895],[-235105,359559],[-232214,365734],[-236392,358902],[-232499,360079],[-231615,360330],[-232571,364986],[-231940,367929],[-232765,358709],[-238399,358898],[-234320,359816],[-232489,360681],[-231736,362290],[-231403,364359],[-232104,363031],[-232295,360038],[-232158,365146],[-240711,38507],[-241996,37825],[-240287,38095],[-242261,37448],[-242806,37615],[-243135,32536],[-237748,34395],[-237020,35631],[-235163,37981],[-236743,35897],[-234623,34846],[-236256,31891],[-234670,31437],[-235896,32045],[-234775,29541],[-234645,29464],[-234651,30615],[-231188,28584],[-233508,28191],[-230742,27828],[-230881,28003],[-231231,30623],[-232254,31530],[-231983,34291],[-231930,32601],[-234148,37918],[-231847,34804],[-231873,37867],[-241505,26747],[-241484,28165],[-243151,38190],[-242893,36267],[-234931,37948],[-234887,36648],[-235894,37663],[-235450,35585],[-234758,36007],[-234570,33636],[-234436,31932],[-235278,32140],[-242255,26855],[-242267,29715],[-240585,26993],[-239557,27040],[-241407,27412],[-241794,27515],[-232111,28784],[-232191,31544],[-232411,29710],[-241893,26840],[-241237,27590],[-240168,29833],[-242202,26914],[-241341,27894],[-240099,43929],[-239440,44407],[-239303,44316],[-240489,44938],[-242219,40271],[-240813,41930],[-239809,42265],[-241197,41531],[-240085,41701],[-240151,40501],[-238982,42138],[-242231,40173],[-240470,39175],[-242397,38846],[-236910,38838],[-236961,38824],[-237632,38961],[-241841,44808],[-241212,44429],[-243174,41324],[-239893,42657],[-240911,42168],[-240296,42659],[-238726,41003],[-238502,40082],[-238632,39634],[-237253,39121],[-234644,38690],[-239838,44256],[-232515,39502],[-235089,39870],[-237511,41443],[-234870,43984],[-232846,42458],[-239503,42100],[-234509,47389],[-240494,46189],[-240156,46911],[-236679,45977],[-236247,47753],[-238773,44537],[-238794,47364],[-234898,48152],[-240867,48989],[-235604,48093],[-235440,47872],[-239345,45852],[-241013,46785],[-237283,583157],[-231008,587064],[-236017,583416],[-231991,585082],[-237786,587561],[-235592,592853],[-238430,593473],[-241656,595523],[-239685,595296],[-243039,593926],[-236762,590081],[-238966,592704],[-242706,592615],[-242857,594753],[-239917,595894],[-242123,63066],[-230452,55118],[-230974,58416],[-231399,58479],[-232666,61838],[-231288,60005],[-232076,63592],[-240417,63749],[-237962,62133],[-238061,58118],[-235789,58723],[-242886,60534],[-241401,60690],[-230656,54359],[-232990,59601],[-231333,59619],[-240514,52736],[-238396,53689],[-233381,57658],[-236084,55177],[-238942,65361],[-236550,68753],[-231641,64665],[-238913,65274],[-237867,66555],[-235291,64302],[-234175,70469],[-234725,72095],[-232705,68179],[-237492,65252],[-241601,69456],[-241628,71007],[-240562,70191],[-237327,68239],[-239342,65239],[-239048,65243],[-240483,70328],[-230761,86371],[-230836,84154],[-236747,87170],[-234211,86101],[-233182,85036],[-231007,83661],[-242337,87648],[-242182,86877],[-242337,85889],[-242285,83065],[-236792,86797],[-232893,84921],[-231018,84193],[-230485,80051],[-240916,88114],[-241938,86476],[-241826,85160],[-242515,83754],[-237286,87138],[-235320,87344],[-232776,85605],[-231847,84135],[-242118,87712],[-243122,86655],[-242714,83360],[-231312,85859],[-230711,85681],[-237514,87867],[-235395,87051],[-233068,85165],[-231465,84722],[-231327,81892],[-241848,87982],[-242605,87215],[-242033,86156],[-242304,84540],[-231242,85450],[-233934,99963],[-235334,101937],[-231994,98314],[-231805,98891],[-233127,98322],[-233504,100014],[-233663,102077],[-231288,98677],[-230836,97653],[-233146,98833],[-233761,102007],[-233051,102131],[-234094,100803],[-232976,97352],[-234207,101252],[-233356,101060],[-232065,98518],[-232550,97276],[-230611,96977],[-235115,102418],[-235319,101993],[-232995,99584],[-232486,101665],[-232890,102293],[-233843,101887],[-233536,101253],[-231971,97519],[-232965,100020],[-233188,99220],[-231036,96916],[-232772,100027],[-234598,101469],[-234279,100949],[-230587,97273],[-233335,99638],[-231766,98714],[-232584,100574],[-235050,100024],[-240299,91009],[-239330,91272],[-240916,90765],[-238672,90484],[-234178,99214],[-240998,90699],[-238782,90169],[-239788,91151],[-238522,90591],[-234212,99633],[-240540,115157],[-236881,113176],[-235702,112298],[-231032,111658],[-237768,113729],[-238302,112922],[-236005,112523],[-233623,103209],[-233101,103339],[-234924,104035],[-234047,103475],[-238575,113552],[-239935,114584],[-236477,112302],[-237872,113276],[-236504,112053],[-236495,112473],[-233489,104068],[-233012,103301],[-234950,102962],[-235058,103693],[-234873,102992],[-234887,103221],[-233945,103642],[-239062,115444],[-236048,121033],[-241796,119345],[-238253,116131],[-11641,-116798],[-10883,-115478],[-9788,-116114],[-9864,-117713],[-12679,-124575],[-12702,-125469],[-9155,-126866],[-8093,-125751],[-4303,-125564],[-3774,-124588],[-5909,-126663],[-6637,-127172],[-7896,-125701],[-8203,-123916],[-7153,-124786],[-6828,-124790],[-6838,-124234],[-449,-122560],[-758,-121138],[-1639,-120633],[-1828,-118192],[-8176,-119332],[-5402,-119109],[-5469,-118700],[-4626,-123253],[-4828,-122407],[-4792,-124303],[-8719,-117843],[-8823,-117316],[-7348,-117438],[-6944,-121541],[-8639,-119934],[-8380,-123270],[-9968,-124357],[-5680,-122272],[-5509,-121387],[-6899,-121936],[-9185,-122334],[-8599,-124230],[-10005,-123356],[-6544,-127517],[-8143,-125475],[-8732,-124675],[-3086,-117269],[-2176,-116932],[-1295,-115632],[-7505,-119621],[-5432,-119281],[-4224,-123626],[-4995,-122892],[-5083,-124540],[-7547,-119410],[-6089,-118728],[-4625,-124099],[-5075,-122685],[-4767,-124553],[-7244,-119230],[-6089,-118779],[-5920,-118731],[-4617,-123894],[-4843,-122046],[-5157,-124353],[-10122,-121167],[-12629,-122513],[-12157,-122421],[-10659,-121971],[-11366,-117563],[-11599,-122836],[-11453,-118051],[-9799,-119430],[-11486,-118952],[-11556,-118700],[-12443,-131197],[-12509,-131584],[-8751,-131186],[-7419,-132518],[-8187,-132579],[-5465,-133750],[-6761,-134396],[-6712,-133330],[-2313,-132177],[-2515,-132704],[-397,-132967],[-8230,-139529],[-3447,-139471],[-11170,-138248],[-9905,-131649],[-10785,-131968],[-2376,-133916],[-5422,-134770],[-6183,-134631],[-5644,-139356],[-11343,-138817],[-10599,-139855],[-8051,-135529],[-7448,-134461],[-6237,-136155],[-5426,-139634],[-1986,-135618],[-11518,-137799],[-994,-139872],[-2525,-135415],[-5174,-133707],[-4116,-132602],[-10219,-132147],[-10243,-133045],[-9262,-134095],[-7961,-134639],[-12415,-138822],[-11540,-138537],[-10439,-138757],[-10413,-139083],[-9590,-139874],[-9854,-131229],[-10437,-132031],[-12650,-132569],[-12298,-131937],[-11504,-133308],[-11299,-132417],[-5289,-137179],[-5231,-136461],[-12263,-136878],[-10305,-138977],[-9847,-137627],[-11915,-129109],[-9896,-129389],[-3955,-131551],[-3923,-131081],[-593,-133158],[-223,-131408],[-3119,-131569],[-4063,-128783],[-3207,-131795],[-1049,-133457],[-751,-132641],[-512,-132301],[-12386,-131771],[-11642,-130556],[-9507,-130331],[-8923,-130254],[-9107,-131355],[-6173,-134035],[-5112,-132629],[-2489,-134114],[-2104,-132519],[-309,-133802],[-9410,-140166],[-9694,-139995],[-10755,-131085],[-2740,-133756],[-6360,-134682],[-10421,-139728],[-8079,-132782],[-7157,-135253],[-5965,-136183],[-6063,-140114],[-3414,-139214],[-1149,-138112],[-1492,-140012],[-2569,-135881],[-4542,-132584],[-10767,-133192],[-11622,-137521],[-9814,-139604],[-10415,-132027],[-11544,-132977],[-5236,-136494],[-10908,-138028],[-9542,-131075],[-5623,-133934],[-1939,-133005],[-10553,-140229],[-10649,-131410],[-2623,-134181],[-5329,-135307],[-10858,-139935],[-7222,-135322],[-6637,-136292],[-6328,-139955],[-1295,-138475],[-11735,-137954],[-852,-139763],[-1922,-135672],[-5217,-132870],[-10380,-133410],[-12530,-137885],[-9522,-139152],[-5176,-135569],[-9587,-131546],[-12188,-131852],[-11664,-133439],[-4784,-136715],[-10748,-138845],[-1907,-144569],[-2565,-143972],[-3246,-144848],[-1767,-146053],[-440,-144730],[-1022,-145418],[-880,-143669],[-408,-142714],[-8225,-141930],[-8480,-140652],[-5227,-140920],[-1963,-140642],[-802,-142351],[-1945,-142695],[-1625,-140769],[-2528,-141376],[-2374,-142007],[-85,-142097],[-1101,-142012],[-5267,-143150],[-5407,-144408],[-12753,-141873],[-12196,-145696],[-11553,-145486],[-11526,-144352],[-10045,-144633],[-10752,-142132],[-9740,-141690],[-8634,-141192],[-9444,-141143],[-11519,-144603],[-11722,-145279],[-12290,-144239],[-12738,-142729],[-4209,-147740],[-3784,-148252],[-3752,-147027],[-3409,-145931],[-2897,-145116],[-12259,-146533],[-11836,-141440],[-11017,-144279],[-4422,-148123],[-3633,-144848],[-4213,-149299],[-6062,-146744],[-11833,-146392],[-4052,-143338],[-3815,-142743],[-3494,-144903],[-1774,-145689],[-1506,-145032],[-1494,-144505],[-9275,-140722],[-2703,-141076],[-4666,-141276],[-2725,-141657],[-1615,-143305],[-1125,-141465],[-5245,-144480],[-5172,-144580],[-3658,-142622],[-751,-145291],[-732,-144343],[-3227,-140725],[-1784,-143178],[-2651,-141039],[-679,-142654],[-5507,-143668],[-5878,-143801],[-5151,-143646],[-1481,-154099],[-998,-153468],[-12554,-164219],[-10483,-163858],[-10581,-164024],[-10525,-161970],[-10607,-161415],[-11894,-161061],[-12019,-161147],[-10613,-161454],[-10032,-161895],[-10851,-161465],[-11539,-161189],[-11942,-161261],[-12440,-161398],[-12278,-160863],[-12636,-160759],[-12326,-164282],[-11454,-163725],[-12588,-164399],[-12547,-164172],[-12403,-163995],[-9690,-161952],[-10634,-161529],[-11057,-161562],[-3265,-161617],[-486,-161437],[-7167,-165578],[-2212,-164071],[-4433,-163973],[-3446,-164521],[-178,-165686],[-646,-160117],[-3304,-160747],[-4073,-161771],[-2885,-164189],[-6597,-155848],[-5634,-156118],[-5039,-155823],[-11433,-158055],[-12096,-156257],[-11746,-157750],[-8536,-156418],[-7290,-157887],[-6569,-157724],[-4779,-156220],[-2925,-157608],[-11503,-164602],[-12675,-165300],[-11678,-164995],[-11756,-164159],[-11598,-160739],[-11104,-161005],[-11702,-161039],[-11955,-164169],[-11804,-164277],[-1875,-159146],[-1450,-158748],[-4585,-163197],[-3979,-162519],[-1761,-163889],[-6023,-155887],[-5892,-158352],[-7954,-158765],[-8202,-155969],[-10250,-158194],[-11775,-158027],[-11272,-159767],[-11588,-159808],[-10820,-160644],[-6512,-163803],[-7023,-164597],[-11006,-165507],[-11232,-164573],[-12425,-165030],[-11979,-165087],[-11340,-164404],[-1037,-161166],[-5838,-162480],[-1759,-159176],[-1826,-158910],[-3320,-161081],[-940,-160671],[-5759,-164230],[-2346,-165650],[-1452,-166017],[-577,-162715],[-6245,-163618],[-7095,-165548],[-4024,-163132],[-1798,-162498],[-199,-160829],[-6553,-164918],[-302,-160463],[-4657,-162986],[-4481,-165858],[-10159,-177341],[-10895,-177693],[-10323,-177660],[-10531,-177476],[-1164,-166664],[-10340,-178920],[-8338,-171833],[-9332,-172723],[-9147,-172780],[-10851,-169764],[-7999,-174576],[-8265,-174134],[-7774,-173883],[-7853,-173651],[-5827,-175045],[-6479,-176086],[-6483,-177489],[-4625,-174747],[-4093,-174400],[-3582,-177141],[-4035,-177133],[-7454,-170222],[-5021,-167681],[-7117,-166694],[-427,-171125],[-1704,-171326],[-1858,-169620],[-6044,-166314],[-11312,-169701],[-3455,-172691],[-2376,-172724],[-9581,-176677],[-9672,-176699],[-10009,-177129],[-9696,-176369],[-3459,-173771],[-3855,-177858],[-12798,-168203],[-2000,-168665],[-5226,-171525],[-4205,-171423],[-4126,-174525],[-10815,-167742],[-11872,-178569],[-3526,-177838],[-11721,-169961],[-8801,-170047],[-9235,-166880],[-3546,-169607],[-6599,-167940],[-6287,-167058],[-3640,-174470],[-9999,-167353],[-9073,-167678],[-9474,-178029],[-10711,-178495],[-8072,-173629],[-8406,-172036],[-6029,-170450],[-8028,-171945],[-10674,-171653],[-9260,-172151],[-9804,-172307],[-8367,-174657],[-9210,-175054],[-7560,-174648],[-7698,-173448],[-5537,-176070],[-6685,-175749],[-5302,-174733],[-5586,-175478],[-5669,-176322],[-6744,-176512],[-3991,-176310],[-4124,-176003],[-2227,-173159],[-3785,-167272],[-1474,-172142],[-1083,-171700],[-1205,-171126],[-409,-169686],[-1115,-169661],[-2975,-172742],[-10006,-175476],[-9384,-177452],[-2086,-176530],[-6816,-178820],[-6836,-170543],[-10024,-167649],[-7195,-166596],[-4623,-167409],[-939,-177266],[-9524,-170995],[-11287,-167444],[-2201,-168045],[-2975,-178334],[-6328,-171323],[-240,-176297],[-3852,-176573],[-12010,-176752],[-12761,-178994],[-7475,-169640],[-8675,-170242],[-10816,-167334],[-9892,-166285],[-8691,-169712],[-12182,-169799],[-1882,-166402],[-12317,-166241],[-12145,-177367],[-3492,-169536],[-7318,-166266],[-3871,-176963],[-11904,-167989],[-6434,-178929],[-6521,-171433],[-8396,-168380],[-9589,-168330],[-1001,-179703],[-7,-180855],[-5615,-179281],[-2522,-179850],[-2203,-181210],[-11289,-180230],[-5992,-179640],[-3869,-180706],[-2623,-180240],[-3615,-180796],[-11015,-182812],[-11016,-182905],[-8459,-180903],[-2617,-181511],[-8042,-181055],[-8111,-181312],[-8115,-180985],[-383,-182406],[-2833,-185129],[-2543,-182572],[-3158,-181430],[-11014,-184473],[-10651,-184269],[-10175,-179473],[-8244,-181164],[-7989,-181108],[-2390,-184838],[-3034,-182159],[-8494,-180570],[-2123,-182682],[-2585,-180028],[-12173,-182515],[-7093,-179824],[-5394,-180375],[-795,-185216],[-1470,-185472],[-3115,-185209],[-3104,-185261],[-667,-186776],[-854,-187316],[-6486,-190695],[-1769,-186251],[-377,-186455],[-1746,-186908],[-1551,-187242],[-11574,-191731],[-11464,-191674],[-1558,-185911],[-3376,-185799],[-3118,-185750],[-3232,-184934],[-1121,-186166],[-1861,-187052],[-1642,-185433],[-2643,-185822],[-2605,-185723],[-969,-186632],[-1696,-186954],[-263,-186583],[-12471,-191543],[-6026,-191559],[-8727,-191582],[-2185,-186102],[-6005,-191058],[-517,-185858],[-5751,-200658],[-7047,-203106],[-9606,-192697],[-10651,-200787],[-144,-201509],[-8404,-202170],[-11510,-201251],[-7595,-192426],[-9817,-200883],[-3373,-196498],[-4286,-195979],[-1947,-195736],[-6948,-195617],[-12165,-198591],[-12260,-192287],[-11678,-192985],[-8663,-192278],[-6421,-194880],[-8434,-194186],[-10286,-196142],[-2783,-193588],[-6495,-192753],[-4117,-197375],[-10249,-193884],[-10144,-201448],[-5162,-203014],[-3037,-201514],[-8866,-202654],[-10097,-201196],[-6348,-203576],[-9947,-201665],[-5894,-200633],[-6789,-193131],[-6840,-191922],[-11838,-192293],[-12349,-192010],[-10546,-192253],[-10257,-192423],[-4066,-196049],[-8226,-191940],[-5981,-198346],[-1085,-194470],[-3632,-198317],[-3432,-200977],[-8702,-195857],[-2790,-194229],[-1032,-196059],[-10597,-194549],[-12247,-199194],[-11374,-198788],[-5755,-204574],[-1393,-203117],[-405,-204273],[-8471,-202341],[-7085,-203423],[-2803,-202182],[-1316,-201355],[-7324,-203390],[-5043,-201253],[-1333,-201615],[-4976,-203003],[-5475,-200678],[-3054,-203749],[-8927,-202566],[-2070,-200749],[-8414,-203286],[-3410,-214407],[-957,-211534],[-4236,-210180],[-4376,-205281],[-568,-214388],[-1211,-217083],[-6348,-213912],[-7133,-216672],[-431,-207008],[-2676,-204677],[-4910,-205359],[-1978,-216180],[-10837,-214551],[-4310,-206232],[-5395,-212418],[-993,-211452],[-5668,-215335],[-4727,-212821],[-3647,-212932],[-3846,-210455],[-3077,-211030],[-9484,-211070],[-5084,-212692],[-5120,-213120],[-5879,-215139],[-9420,-213418],[-4150,-216666],[-3099,-215765],[-3994,-215056],[-3712,-213042],[-11331,-212995],[-3426,-209410],[-468,-210816],[-12537,-216112],[-4343,-204797],[-4425,-206192],[-314,-214247],[-378,-207559],[-3233,-213641],[-2632,-210423],[-3359,-209470],[-5742,-229615],[-5526,-230011],[-2544,-230055],[-2837,-226054],[-89,-222697],[-1094,-224701],[-2792,-226830],[-4347,-221917],[-3860,-229941],[-3858,-227319],[-2031,-222432],[-669,-221742],[-1483,-221007],[-4011,-217473],[-3261,-224834],[-5905,-220953],[-6745,-227991],[-1079,-221994],[-2089,-222362],[-4831,-226721],[-939,-219475],[-6677,-227043],[-3019,-230494],[-9133,-234718],[-1594,-233594],[-1010,-233608],[-9281,-240943],[-8886,-230972],[-12590,-241525],[-11621,-242329],[-3965,-231021],[-2289,-373],[-12424,-1397],[-12559,-1833],[-10303,-785],[-10922,-6602],[-11198,-7402],[-10947,-7505],[-10540,-7513],[-9747,-6822],[-10201,-6296],[-10326,-5882],[-10621,-6053],[-11365,-6960],[-9674,-5938],[-10245,-7386],[-7896,-9476],[-7392,-9023],[-8920,-9402],[-8614,-9578],[-4602,-287],[-5347,6],[-3867,-4510],[-654,-12530],[-7145,-3447],[-11425,-5469],[-12498,-6763],[-9262,-3779],[-7543,-4840],[-5904,-6251],[-5693,-5679],[-5447,-6096],[-5352,-6348],[-6252,-7002],[-6173,-7601],[-11135,-10408],[-9953,-10001],[-9402,-9875],[-7236,-3944],[-11861,-4978],[-9906,-4228],[-8257,-3998],[-7025,-5001],[-5846,-5993],[-5645,-5680],[-5331,-6164],[-5595,-6775],[-5754,-7108],[-6145,-7341],[-9406,-9850],[-11746,-11440],[-2208,-203],[-3729,-4608],[-2051,-101],[-1992,56],[-3032,-200],[-2740,-3883],[-2118,-3970],[-10517,-975],[-10657,-477],[-11230,-846],[-11332,-7663],[-11511,-7527],[-3506,3],[-8343,-9404],[-8131,-9466],[-8061,-8976],[-8766,-9745],[-8652,-9961],[-4710,-7],[-5992,-448],[-5874,6],[-4131,-4533],[-3799,-4252],[-3518,-4456],[-4097,-101],[-5928,-3348],[-6924,-4600],[-11017,-5616],[-11499,-4717],[-9752,-4815],[-10071,-4843],[-9213,-3784],[-8505,-3654],[-7042,-5002],[-7502,-5183],[-5799,-5715],[-5358,-6020],[-5178,-5761],[-5448,-6190],[-5188,-6116],[-5457,-6539],[-5728,-6973],[-5888,-6808],[-6301,-7192],[-6188,-7514],[-10722,-10622],[-11067,-10559],[-10077,-10153],[-9394,-10063],[-9627,-10092],[-11461,-11201],[-11848,-11508],[-6623,-4360],[-11401,-4800],[-8105,-4013],[-7566,-4909],[-5423,-6006],[-5449,-6356],[-5881,-6388],[-5891,-6786],[-6376,-7270],[-10962,-10980],[-10842,-10456],[-10802,-10252],[-9475,-9659],[-9902,-9980],[-11526,-11348],[-6687,-255015],[-11328,-252081],[-10331,-251314],[-10214,-250240],[-6297,-253679],[-9709,-255537],[-8360,-252646],[-5048,-245713],[-4997,-245621],[-10141,-252693],[-7348,-255573],[-2028,-246284],[-7133,-247318],[-596,-254177],[-3340,-254619],[-3770,-254345],[-3130,-250291],[-2969,-251219],[-2142,-248312],[-4166,-249166],[-4856,-250267],[-1576,-249538],[-10702,-249569],[-11098,-247677],[-428,-248807],[-2346,-246020],[-795,-251009],[-2300,-247158],[-1066,-245722],[-10239,-256293],[-9257,-256303],[-7025,-264530],[-4527,-267255],[-3966,-266383],[-8174,-266630],[-6421,-265887],[-8424,-264934],[-9055,-266062],[-3195,-266445],[-1002,-267516],[-515,-266992],[-12,-261929],[-8616,-263192],[-6907,-264232],[-6436,-264180],[-1035,-261683],[-3130,-261762],[-5035,-260529],[-9621,-258798],[-7433,-259691],[-6202,-256525],[-2771,-260155],[-3403,-260804],[-5634,-261189],[-10001,-260701],[-6738,-258946],[-6422,-257179],[-8050,-259292],[-10132,-258734],[-12327,-257167],[-997,-260603],[-2741,-260878],[-5264,-260902],[-9031,-259605],[-11498,-260361],[-12330,-259174],[-2420,-256116],[-4343,-273983],[-4344,-272381],[-4200,-272063],[-2180,-275442],[-2859,-274296],[-6103,-275556],[-6927,-273984],[-8913,-278094],[-8534,-276696],[-8745,-277293],[-2181,-274066],[-4944,-275529],[-4485,-275313],[-8704,-278191],[-9161,-279390],[-9327,-276343],[-8276,-274366],[-8096,-274014],[-6432,-273493],[-6352,-272478],[-6515,-271288],[-10835,-270552],[-3902,-273888],[-7789,-287757],[-7208,-282843],[-6967,-283676],[-7868,-285887],[-8268,-285726],[-6588,-285165],[-10285,-285059],[-5825,-284563],[-6146,-282832],[-11403,-284680],[-8219,-281839],[-7092,-281985],[-6458,-282780],[-8532,-284047],[-7704,-282821],[-8506,-283398],[-7776,-284788],[-4707,-313194],[-12420,-13820],[-6296,-17308],[-6974,-18853],[-6248,-16936],[-6869,-17968],[-7791,-17495],[-8039,-21853],[-7756,-20699],[-9495,-21142],[-8168,-23229],[-8349,-21652],[-9050,-21315],[-9036,-22345],[-4918,-23529],[-3570,-22984],[-3727,-20609],[-4201,-19941],[-1478,-21663],[-2051,-21633],[-12171,-23469],[-11255,-24273],[-11281,-22766],[-12012,-22688],[-3088,-23663],[-3841,-23212],[-4893,-24016],[-7780,-25242],[-7427,-24394],[-6657,-25159],[-9829,-18762],[-9136,-18553],[-9487,-19002],[-10911,-20235],[-8000,-17640],[-10743,-14343],[-7880,-16292],[-10144,-24471],[-10329,-24192],[-9371,-13105],[-8541,-13707],[-2375,-13874],[-2882,-13799],[-6474,-18773],[-8718,-22389],[-11477,-24450],[-11966,-23986],[-12471,-23541],[-5112,-24279],[-3736,-24659],[-4149,-23593],[-2649,-23620],[-2546,-22849],[-4351,-22829],[-5094,-22635],[-7460,-24114],[-6739,-24721],[-10081,-17802],[-10686,-18386],[-10172,-18073],[-11876,-20664],[-10861,-19946],[-7894,-17470],[-10683,-13807],[-10772,-15281],[-10819,-13962],[-7422,-17138],[-7772,-17225],[-10700,-24144],[-10790,-24231],[-10508,-24457],[-10487,-24395],[-10128,-23700],[-10099,-24011],[-8916,-12840],[-8547,-12839],[-8063,-13898],[-8230,-13817],[-11978,-19889],[-8374,-16874],[-10678,-13543],[-10305,-14370],[-7728,-16272],[-10350,-24330],[-10118,-23896],[-9074,-13121],[-8616,-13491],[-10996,-19213],[-10598,-13801],[-10691,-14041],[-7722,-16106],[-10598,-24390],[-10399,-23950],[-8585,-13425],[-712,-16205],[-1101,-15398],[-11559,-471630],[-192,-480230],[-989,-26642],[-5299,-26622],[-4785,-26229],[-8338,-26590],[-9139,-26672],[-8751,-27066],[-9530,-27585],[-8195,-27495],[-5985,-26986],[-5488,-26780],[-2972,-29515],[-4534,-29931],[-4554,-30338],[-3345,-30305],[-3383,-29601],[-5615,-31183],[-5204,-30156],[-6438,-25425],[-4132,-26368],[-2680,-26927],[-916,-27878],[-1055,-27947],[-2453,-28017],[-7310,-31873],[-7968,-32935],[-10466,-29975],[-9140,-38177],[-9004,-36985],[-10990,-37966],[-959,-28421],[-10838,-28181],[-10957,-28681],[-9104,-26212],[-1402,-35501],[-2232,-36049],[-1361,-32501],[-3935,-32521],[-4394,-32711],[-7393,-33638],[-11017,-28901],[-9016,-26290],[-1441,-35786],[-2100,-36095],[-1233,-32739],[-4155,-32635],[-7575,-33818],[-8595,-26929],[-8096,-26533],[-8706,-27637],[-9290,-27069],[-5129,-27213],[-5612,-27444],[-5327,-31267],[-5209,-30469],[-4066,-29902],[-2951,-30082],[-2289,-29840],[-7693,-25795],[-7474,-25884],[-3633,-26711],[-1668,-28011],[-762,-27388],[-1220,-27050],[-8221,-32506],[-8054,-33198],[-8144,-32206],[-6389,-32542],[-7653,-33093],[-8216,-29148],[-8241,-29943],[-10435,-31685],[-9027,-30329],[-9652,-30946],[-10700,-31624],[-11105,-38086],[-10701,-37702],[-8890,-37130],[-8205,-37789],[-12576,-34328],[-12582,-35556],[-12349,-35083],[-6235,-37204],[-6832,-37789],[-10835,-28050],[-10406,-28432],[-10531,-28626],[-10690,-28939],[-8946,-26182],[-9333,-26668],[-1377,-35739],[-1422,-35821],[-2421,-36095],[-2201,-36176],[-1325,-32347],[-1288,-32569],[-4078,-32783],[-4307,-32623],[-7299,-33586],[-7629,-33300],[-10735,-28236],[-10953,-28896],[-9080,-26481],[-1660,-35453],[-2242,-35846],[-1292,-32450],[-3936,-32917],[-3952,-32513],[-7818,-33374],[-9512,-39028],[-11258,-38554],[-10556,-38907],[-9619,-38821],[-1074,-48600],[-1563,-47420],[-272,-47153],[-215,-48751],[-3186,-47213],[-6006,-38919],[-6958,-46734],[-6702,-46670],[-12085,-39022],[-12387,-39414],[-10179,-38370],[-4096,-50667],[-5135,-50589],[-10297,-49118],[-11202,-50752],[-282,-44486],[-1042,-44666],[-1973,-45171],[-2909,-45317],[-3563,-45231],[-4561,-44786],[-2736,-44493],[-7127,-39881],[-7216,-40122],[-6918,-39339],[-6415,-39545],[-9180,-40794],[-9878,-40556],[-10033,-40660],[-10423,-41028],[-11170,-41852],[-12738,-42075],[-12643,-41432],[-69,-45515],[-232,-46132],[-4705,-39341],[-7391,-38936],[-6819,-38709],[-6251,-38721],[-12191,-39261],[-11682,-39328],[-12637,-39878],[-12776,-39709],[-10173,-38722],[-10061,-38596],[-3299,-50894],[-5356,-50698],[-11415,-49008],[-11888,-39010],[-12323,-39618],[-9836,-38601],[-3189,-49981],[-5614,-50669],[-9976,-49808],[-10381,-50369],[-11840,-39040],[-12542,-39716],[-10060,-38291],[-2784,-50856],[-5608,-50713],[-10674,-49668],[-10076,-50415],[-7834,-63208],[-10305,-61195],[-10891,-60691],[-12700,-57997],[-3839,-51827],[-5777,-53537],[-5236,-54576],[-7331,-54427],[-7733,-56010],[-8916,-57059],[-7432,-59051],[-5546,-58249],[-5981,-60473],[-10911,-54266],[-8806,-59612],[-9048,-60096],[-9814,-61207],[-11295,-59559],[-11035,-63209],[-3584,-62946],[-3898,-59675],[-3362,-60698],[-12127,-51420],[-4370,-51947],[-4355,-53763],[-4853,-54543],[-7262,-54174],[-6541,-55755],[-9742,-57126],[-7043,-57814],[-4978,-58232],[-4663,-59401],[-11014,-54784],[-9338,-59618],[-8301,-60881],[-10043,-61239],[-11391,-58337],[-12652,-61477],[-11662,-62741],[-3981,-62772],[-3806,-59790],[-4374,-60674],[-12582,-51061],[-4515,-52465],[-4770,-53009],[-5182,-55148],[-7635,-54339],[-7578,-56198],[-8389,-57626],[-8307,-58145],[-4943,-58270],[-5851,-60805],[-9687,-54040],[-9205,-58972],[-8745,-61167],[-11284,-58365],[-12721,-55991],[-10688,-62803],[-3714,-62831],[-10790,-51437],[-3884,-59974],[-3477,-61666],[-12487,-51210],[-6165,-63664],[-4740,-51467],[-4613,-52787],[-5791,-54767],[-8200,-54889],[-7060,-56520],[-8694,-57114],[-7191,-57882],[-4942,-58734],[-5751,-60080],[-10532,-54645],[-9288,-61499],[-10946,-58906],[-11377,-63192],[-3717,-63622],[-4707,-59833],[-3779,-61801],[-11801,-68294],[-4190,-72279],[-1044,-72110],[-9838,-64118],[-6838,-67415],[-3229,-67228],[-2149,-64795],[-2150,-66839],[-244,-65765],[-1194,-66966],[-220,-69106],[-2519,-70271],[-1409,-69494],[-619,-69376],[-3211,-73063],[-9302,-70096],[-10152,-70787],[-10492,-72257],[-7604,-73170],[-3862,-64891],[-7828,-72329],[-7427,-70118],[-11145,-64546],[-8280,-69628],[-8816,-70616],[-4967,-73107],[-1535,-71915],[-1841,-71575],[-8359,-63978],[-7031,-66677],[-3235,-66487],[-2507,-64918],[-2046,-67184],[-1729,-65026],[-1087,-67278],[-10548,-75645],[-8753,-76152],[-10477,-74537],[-7431,-67707],[-9228,-65585],[-5930,-64154],[-6382,-64729],[-9795,-72537],[-9476,-72826],[-11546,-74187],[-11402,-73888],[-9845,-64976],[-6462,-66577],[-3212,-66562],[-3112,-64768],[-2628,-64333],[-2216,-67267],[-1024,-64720],[-1477,-67128],[-5414,-75694],[-5663,-75770],[-3129,-76484],[-3465,-76549],[-10122,-76156],[-7070,-65591],[-9250,-65189],[-6990,-64070],[-10091,-71957],[-10564,-74372],[-8358,-75219],[-9309,-76299],[-6200,-65803],[-7766,-65983],[-9207,-65450],[-8618,-66405],[-6243,-64518],[-9843,-72135],[-9216,-71377],[-10774,-74813],[-11258,-75231],[-9180,-65278],[-6199,-66465],[-4290,-66213],[-3621,-65540],[-2149,-64285],[-1697,-66025],[-1396,-65642],[-538,-66270],[-8432,-85917],[-7186,-87294],[-6475,-85641],[-9519,-86524],[-9113,-86224],[-1588,-88225],[-2019,-87937],[-2709,-83762],[-2983,-84903],[-708,-84338],[-507,-79359],[-1708,-77335],[-3577,-77020],[-505,-84609],[-1019,-77747],[-1697,-79098],[-3656,-87021],[-869,-85777],[-1072,-89058],[-1888,-86474],[-280,-85609],[-3393,-77114],[-289,-84164],[-3065,-76633],[-3197,-76726],[-2509,-78216],[-2759,-78167],[-2573,-78467],[-2753,-78609],[-6984,-87111],[-10475,-85934],[-1131,-89172],[-2056,-88095],[-905,-88058],[-1604,-89224],[-907,-87910],[-3225,-83514],[-1152,-82684],[-3725,-84531],[-3050,-82833],[-1599,-84547],[-2763,-89201],[-1813,-89045],[-2272,-88327],[-3247,-89062],[-493,-85490],[-3380,-79470],[-3174,-79343],[-2839,-79313],[-3034,-79920],[-2958,-88914],[-2334,-89097],[-1720,-88598],[-7748,-86397],[-7992,-86619],[-7508,-87129],[-9601,-85843],[-10391,-86857],[-1007,-87970],[-921,-88474],[-1620,-84554],[-2717,-82729],[-945,-84088],[-117,-100530],[-232,-95166],[-705,-94938],[-684,-95492],[-77,-94838],[-1071,-91979],[-206,-92092],[-481,-91631],[-741,-92557],[-2571,-93743],[-1749,-95855],[-1490,-96452],[-1390,-100030],[-2745,-89737],[-1777,-91744],[-3141,-100516],[-8465,-102186],[-11163,-101145],[-11529,-101086],[-11197,-101509],[-10617,-100911],[-11537,-98900],[-11351,-99326],[-11813,-99104],[-6940,-90837],[-9798,-97561],[-11513,-95847],[-8215,-92582],[-521,-94350],[-620,-99487],[-1957,-99063],[-1410,-99303],[-501,-99128],[-958,-98702],[-628,-100854],[-1485,-91599],[-1234,-91705],[-740,-97133],[-1175,-97561],[-2756,-98895],[-3612,-100563],[-5495,-100172],[-4894,-99197],[-5266,-95607],[-8495,-96310],[-9658,-97183],[-442,-98025],[-1057,-92293],[-2949,-93841],[-8030,-93912],[-7063,-91020],[-6801,-90664],[-12542,-97716],[-10061,-98764],[-11963,-101417],[-10346,-101468],[-7915,-100564],[-11081,-98893],[-12505,-98541],[-11712,-98095],[-8356,-99292],[-6548,-98595],[-6228,-99118],[-7936,-95804],[-5591,-94663],[-5294,-93538],[-4405,-90965],[-3613,-90924],[-536,-100055],[-1119,-100086],[-5715,-95762],[-8757,-100418],[-9549,-98407],[-11986,-101877],[-9690,-101221],[-7217,-99590],[-10851,-99646],[-12208,-97672],[-7985,-99641],[-6806,-98422],[-6258,-99798],[-7570,-95698],[-5213,-94437],[-5183,-93107],[-4467,-90811],[-3690,-89456],[-8457,-91972],[-6960,-90565],[-7431,-89898],[-8439,-97608],[-7931,-97888],[-8562,-96817],[-11724,-95938],[-12598,-95177],[-10579,-95506],[-7873,-91766],[-7512,-92969],[-8864,-90948],[-931,-93675],[-1660,-99199],[-1114,-98864],[-12348,-101203],[-10318,-101505],[-8033,-100500],[-11267,-98884],[-12361,-98454],[-11792,-97281],[-7767,-99485],[-6786,-98319],[-5523,-99476],[-7543,-96169],[-6002,-94320],[-4714,-93780],[-4474,-90686],[-3204,-90297],[-1288,-96150],[-138,-95996],[-728,-92089],[-1425,-92311],[-1348,-100335],[-2976,-90043],[-3691,-90677],[-11681,-101588],[-6490,-91790],[-7905,-92054],[-6616,-90580],[-8888,-97599],[-8999,-96179],[-9441,-96511],[-12102,-97341],[-12331,-97252],[-11790,-95694],[-8023,-92628],[-8901,-91489],[-7136,-92450],[-307,-94987],[-377,-94381],[-1712,-99870],[-2003,-99562],[-12342,-101648],[-9567,-101946],[-8035,-100396],[-10404,-99618],[-12323,-98338],[-12208,-97507],[-8126,-99517],[-6308,-98325],[-6308,-99371],[-8285,-95902],[-5932,-94693],[-5441,-93478],[-3902,-91030],[-4030,-90330],[-1505,-101893],[-676,-105915],[-7615,-102242],[-8105,-104409],[-3034,-103040],[-6497,-106772],[-8683,-109556],[-8336,-110970],[-11837,-109953],[-996,-106276],[-1504,-107321],[-1259,-106989],[-2165,-110088],[-6371,-107156],[-6346,-107837],[-3380,-103275],[-4400,-103406],[-2683,-107913],[-10768,-104465],[-12128,-111219],[-6046,-103230],[-3559,-113047],[-3573,-114106],[-6682,-113344],[-1135,-112881],[-1039,-113201],[-2709,-113947],[-3138,-112021],[-3330,-112979],[-1505,-102268],[-10907,-107572],[-9418,-102515],[-1284,-103236],[-1604,-104873],[-7123,-109545],[-7342,-109330],[-4678,-105312],[-5631,-104677],[-9678,-102807],[-6857,-106612],[-6522,-107829],[-8090,-108227],[-8903,-107751],[-10306,-108602],[-9447,-105550],[-6753,-104901],[-5751,-103537],[-10712,-104711],[-10958,-103411],[-10746,-103171],[-10087,-106948],[-10569,-106574],[-9751,-102407],[-3805,-108669],[-3196,-106363],[-4351,-105722],[-5787,-105450],[-4966,-104361],[-4271,-102687],[-11535,-102347],[-10629,-102819],[-11559,-104479],[-9385,-105094],[-8508,-102955],[-2812,-103220],[-1894,-103885],[-2949,-105255],[-2767,-106817],[-3189,-105985],[-4781,-103690],[-4760,-103167],[-5509,-103602],[-4684,-105228],[-3857,-105773],[-4001,-107268],[-3687,-108134],[-3333,-108550],[-12630,-106453],[-11853,-106506],[-11884,-104928],[-12454,-104930],[-10960,-102931],[-11012,-103225],[-8386,-102546],[-8693,-103447],[-8756,-104056],[-9176,-105374],[-1294,-103896],[-225,-104422],[-1068,-105138],[-2632,-103980],[-1837,-103977],[-8214,-110155],[-7539,-110574],[-8109,-110098],[-7270,-110581],[-7728,-110130],[-5971,-105404],[-4770,-104817],[-5743,-105225],[-5938,-105419],[-4702,-105568],[-523,-104759],[-310,-103493],[-7729,-110599],[-8356,-109698],[-5122,-104840],[-5735,-105099],[-9552,-102752],[-370,1461],[-8727,480],[-8943,1481],[-9797,2539],[-10416,1860],[-10884,957],[-12141,991],[-4160,1150],[-3600,1085],[-4016,818],[-2946,1081],[-3087,800],[-5298,441],[-4974,1119],[-5875,7680],[-12622,6549],[-8761,9586],[-10594,5392],[-10262,5614],[-9008,6051],[-10085,8067],[-11421,5964],[-10381,6754],[-1971,7623],[-3359,8864],[-5690,4558],[-7870,3396],[-47,3610],[-1572,3049],[-1313,1553],[-1855,1309],[-1751,1457],[-1752,2759],[-1185,1607],[-321,1540],[-210,1677],[-269,5143],[-1063,5064],[-2105,5198],[-1848,5127],[-8711,708],[-8783,1358],[-9456,1197],[-9562,2273],[-9551,2539],[-10071,2223],[-10363,1870],[-11486,1046],[-11897,1080],[-11862,600],[-2979,345],[-5328,802],[-5018,291],[-6144,7676],[-5850,8193],[-6018,8425],[-6082,6334],[-7327,5901],[-5864,6592],[-7271,6051],[-218,3717],[-9032,6113],[-10222,8384],[-11927,6452],[-10373,7295],[-11730,4745],[-1916,7971],[-3730,10008],[-5621,4527],[-6926,2147],[-9933,7280],[-10112,9813],[-11402,5247],[-8754,6848],[-8634,5768],[-11973,6602],[-10591,7740],[-2087,7758],[-3582,9854],[-5541,4809],[-7058,2949],[-9834,9396],[-11321,5351],[-8930,6393],[-11433,6510],[-10421,6939],[-12221,5599],[-115,10433],[-1859,7872],[-3478,9162],[-5817,4851],[-8310,3418],[-10952,133894],[-11471,133637],[-10758,133783],[-11432,133194],[-11929,133862],[-11924,133287],[-471,142065],[-1163,142907],[-1400,142813],[-10588,15884],[-12366,14684],[-12382,15043],[-10341,16803],[-10152,17087],[-5212,37627],[-3978,38408],[-5507,35402],[-6461,35053],[-7020,33944],[-6292,33492],[-6980,32111],[-3234,38323],[-7698,37612],[-8254,37899],[-7839,36539],[-6579,28623],[-5814,28533],[-9004,38295],[-3309,51246],[-4958,38796],[-1172,38720],[-1593,42892],[-2939,43047],[-2156,44035],[-6765,38717],[-10781,49684],[-9982,50362],[-9243,50650],[-11012,51320],[-9918,49167],[-7786,49617],[-2326,47594],[-2367,48453],[-1842,48637],[-8640,38615],[-5682,44604],[-9544,43727],[-4529,40256],[-1978,51074],[-114,47357],[-1991,48789],[-2512,49159],[-2076,46436],[-1359,46701],[-8958,38804],[-5741,44826],[-5129,43390],[-8864,45548],[-10450,44270],[-3982,40312],[-4446,41273],[-724,607428],[-750,608456],[-158,608474],[-165,610961],[-2182,614225],[-482,608690],[-522,611922],[-1303,615988],[-2040,615192],[-1483,56814],[-522,56465],[-7720,64036],[-7222,64182],[-10392,61607],[-10809,60856],[-8885,59331],[-7798,59168],[-3854,62401],[-4184,62584],[-4212,58759],[-3257,58727],[-5499,56540],[-12570,55907],[-12331,56142],[-11010,55748],[-10357,54629],[-9138,53794],[-4208,63678],[-6420,63859],[-8014,62192],[-9255,61019],[-9167,60790],[-10436,71676],[-10401,71091],[-10521,68927],[-9676,68169],[-11130,71540],[-12604,73480],[-4147,64548],[-5332,64927],[-5110,65264],[-3264,76462],[-5170,73147],[-6021,74784],[-3539,69607],[-2191,69236],[-2935,76793],[-9198,75768],[-9584,75147],[-11362,74957],[-6278,64839],[-5816,73629],[-5756,75084],[-3296,69724],[-280,68838],[-5338,72322],[-5672,74791],[-3858,69956],[-5556,72968],[-5486,76140],[-4037,68983],[-699,69251],[-1058,69010],[-114,80798],[-6017,77314],[-11372,89161],[-9299,88550],[-4277,79260],[-1377,77580],[-777,81174],[-446,81250],[-8818,77071],[-7424,77628],[-5535,80379],[-7110,86882],[-8860,88113],[-10073,88807],[-8132,87636],[-11951,88236],[-7671,87459],[-11646,89523],[-9403,87334],[-5877,78733],[-3906,78456],[-5485,78579],[-4312,79690],[-8461,87071],[-10283,88735],[-9677,87251],[-1583,77024],[-8234,121683],[-8145,121234],[-7008,122053],[-7616,121522],[-7834,121087],[-6861,121689],[-8248,120944],[-7497,120804],[-7717,121691],[-8452,120932],[-8267,121217],[-6890,121152],[-249653,-121727],[-249805,-120886],[-246688,-121329],[-246699,-116548],[-248971,-123252],[-247308,-119460],[-250090,-123018],[-251335,-120988],[-246374,-116827],[-249526,-118280],[-252345,-123033],[-250832,-123894],[-252199,-122655],[-251194,-122867],[-247440,-117993],[-249570,-117202],[-253827,-124900],[-248474,-120655],[-245043,-118329],[-245382,-115414],[-247159,-123641],[-245880,-123593],[-245984,-122198],[-249904,-127189],[-250863,-127129],[-252833,-125508],[-244857,-117133],[-249495,-120800],[-251698,-120314],[-248004,-120594],[-249615,-122117],[-252324,-123873],[-253953,-118638],[-246673,-121472],[-250679,-118780],[-247780,-120714],[-250601,-118117],[-253101,-124607],[-248967,-116945],[-246549,-121890],[-248893,-119919],[-245430,-120078],[-249498,-124119],[-244739,-125338],[-249132,-115272],[-254401,-120919],[-253324,-124378],[-246556,-117325],[-254242,-120562],[-248886,-122895],[-246597,-117671],[-248772,-123404],[-248126,-117947],[-244536,-117325],[-252154,-126612],[-246409,-127475],[-247115,-124545],[-244485,-120923],[-245209,-122924],[-244490,-119534],[-250106,-127280],[-251353,-126538],[-252400,-125482],[-250155,-125001],[-251097,-124934],[-249592,-123885],[-249650,-118758],[-250299,-124295],[-248784,-115721],[-252741,-123816],[-248226,-118382],[-252657,-123010],[-248137,-120871],[-249059,-118162],[-250679,-124350],[-246025,-115129],[-247627,-122861],[-248807,-124010],[-245614,-118219],[-250056,-120168],[-245755,-118600],[-245816,-118833],[-243807,-116161],[-246183,-115273],[-249427,-121957],[-250517,-122403],[-244690,-115351],[-254833,-117991],[-255361,-117102],[-255023,-117071],[-255257,-117412],[-255739,-116103],[-253818,-115203],[-253603,-115262],[-254797,-117394],[-254932,-115360],[-255181,-115070],[-253785,-116003],[-255102,-118012],[-255436,-117593],[-253615,-137441],[-249495,-140554],[-249860,-140564],[-254072,-138851],[-253601,-139318],[-253831,-138819],[-252956,-138063],[-253425,-138247],[-253300,-137383],[-253374,-135734],[-252599,-135836],[-252603,-136415],[-248641,-129758],[-246001,-139050],[-245770,-138615],[-247949,-128149],[-250141,-134496],[-250574,-137025],[-245233,-132180],[-245917,-132892],[-249455,-140200],[-245965,-135749],[-245220,-135172],[-250166,-137435],[-248646,-131486],[-248507,-130581],[-252187,-129097],[-246212,-128889],[-245364,-128413],[-245670,-128428],[-245868,-127973],[-250538,-140483],[-254025,-139354],[-254206,-139587],[-254276,-139241],[-253744,-138257],[-252953,-138016],[-253505,-137298],[-252822,-136085],[-252595,-135545],[-252745,-136204],[-245086,-140058],[-249604,-134283],[-246090,-131067],[-248264,-133499],[-250695,-139436],[-246152,-136257],[-245346,-135370],[-254335,-137594],[-252103,-135254],[-249323,-134381],[-245643,-131765],[-246703,-132818],[-250215,-139558],[-247520,-136666],[-244921,-135370],[-253226,-137878],[-249801,-136732],[-249112,-133185],[-244359,-130939],[-246131,-133512],[-249724,-139857],[-246240,-136482],[-245442,-134049],[-243468,-136238],[-243550,-136514],[-243222,-136332],[-243206,-137950],[-243544,-136749],[-251401,-149544],[-251309,-149316],[-250457,-147409],[-252548,-153296],[-248522,-143730],[-247626,-145654],[-246763,-142369],[-248542,-145612],[-251724,-146953],[-252075,-148783],[-249607,-148924],[-251233,-142043],[-251275,-142458],[-250924,-142450],[-250673,-143578],[-249962,-141126],[-250256,-140729],[-248865,-143260],[-248226,-142969],[-247844,-143108],[-246372,-143360],[-246090,-142955],[-246499,-143398],[-247227,-145213],[-254707,-146967],[-253381,-142089],[-253269,-141912],[-252885,-141007],[-254045,-143488],[-254447,-143879],[-253484,-143298],[-254935,-145596],[-255884,-146737],[-255333,-145071],[-254480,-144465],[-254879,-144622],[-255432,-141758],[-255686,-141817],[-251048,-153181],[-251244,-153035],[-253561,-151831],[-253088,-152163],[-253607,-152281],[-252387,-152416],[-252282,-152191],[-251547,-152547],[-244359,-141394],[-253108,-149047],[-252036,-149993],[-251608,-149918],[-251327,-146619],[-252338,-153205],[-252709,-153309],[-255594,-147792],[-248108,-145282],[-248221,-147070],[-246153,-143299],[-248306,-146085],[-251622,-146667],[-253005,-148714],[-251571,-149119],[-249314,-148723],[-250823,-142254],[-250434,-143058],[-251054,-142587],[-249789,-141455],[-250153,-140953],[-247623,-143205],[-248233,-143747],[-246641,-143359],[-246179,-142575],[-246619,-143398],[-247766,-145294],[-247868,-145407],[-252795,-141221],[-252715,-141976],[-253101,-140998],[-254441,-144255],[-254692,-144182],[-254187,-144077],[-254741,-146749],[-255092,-147071],[-254577,-145106],[-255150,-145350],[-254607,-144618],[-255799,-141892],[-255050,-141260],[-251759,-152593],[-251632,-153055],[-250926,-153359],[-253309,-151847],[-253714,-152241],[-253303,-151762],[-252385,-152115],[-244018,-140755],[-243679,-141406],[-249253,-149490],[-249386,-149233],[-249050,-149060],[-250012,-149156],[-249808,-149011],[-251475,-150053],[-251292,-149832],[-251040,-149971],[-251516,-149633],[-251826,-148956],[-252042,-149107],[-252245,-149214],[-252331,-148964],[-252312,-150688],[-253082,-150536],[-252451,-149523],[-252111,-149840],[-252598,-149288],[-251960,-148280],[-251916,-148058],[-249593,-148430],[-249784,-148263],[-251909,-147808],[-251684,-148249],[-249989,-145493],[-250042,-145027],[-250424,-145227],[-250519,-145486],[-250190,-145695],[-249656,-146157],[-249835,-146534],[-250005,-146478],[-250865,-144189],[-251424,-144311],[-251385,-144599],[-251417,-144841],[-251728,-144968],[-249578,-144888],[-249559,-144641],[-249318,-144699],[-248904,-144423],[-249305,-144426],[-246515,-145318],[-246762,-145124],[-246965,-143640],[-245993,-143816],[-245512,-142097],[-245686,-141985],[-245819,-142165],[-245858,-142426],[-245505,-141505],[-249329,-140660],[-247830,-140753],[-255789,-142301],[-255002,-147874],[-255151,-142261],[-253630,-151929],[-255828,-148047],[-255947,-142865],[-245756,-144277],[-246289,-145236],[-246029,-144661],[-248610,-152507],[-244551,-152802],[-246730,-152753],[-243804,-148157],[-245008,-149487],[-244317,-149358],[-243982,-148779],[-245068,-147729],[-243538,-153372],[-247122,-147266],[-246932,-146685],[-247401,-146472],[-246588,-147092],[-250876,-151657],[-250807,-152350],[-250485,-151614],[-243854,-150382],[-243359,-149696],[-243855,-150258],[-243512,-147633],[-243682,-148135],[-243507,-148012],[-243235,-153019],[-247253,-151483],[-246799,-150644],[-247836,-150817],[-244528,-151059],[-244913,-151417],[-244543,-151263],[-246217,-152752],[-246181,-152066],[-245913,-152964],[-247700,-152384],[-247232,-151999],[-247055,-152489],[-243354,-142648],[-243893,-146172],[-246788,-147119],[-246441,-146607],[-246551,-146707],[-250217,-151814],[-250852,-152334],[-251050,-152389],[-243337,-150402],[-243885,-149718],[-246695,-151276],[-246716,-151080],[-245876,-150197],[-244225,-150928],[-244372,-151596],[-244966,-151166],[-246073,-152969],[-246150,-152199],[-245680,-152249],[-247053,-152551],[-247291,-152018],[-247614,-152433],[-249546,-153370],[-247708,-152713],[-248802,-153143],[-245026,-150912],[-248271,-152228],[-249762,-152990],[-250620,-153813],[-246086,-161630],[-246446,-161277],[-246669,-161333],[-244726,-160491],[-244120,-160992],[-244681,-160866],[-245048,-160615],[-243813,-161081],[-243847,-161305],[-244159,-161347],[-243900,-161618],[-243705,-161943],[-243958,-161892],[-244719,-161054],[-245375,-160556],[-244272,-160708],[-244102,-159669],[-244349,-159672],[-244526,-159337],[-244036,-159460],[-244551,-159114],[-244045,-162441],[-246766,-163349],[-253768,-161126],[-247650,-159605],[-246029,-162232],[-245202,-162696],[-245593,-164152],[-246061,-163816],[-254487,-164440],[-251451,-155505],[-247799,-158403],[-244802,-160642],[-253973,-155454],[-250038,-153760],[-244978,-160993],[-245493,-160768],[-246169,-161336],[-246553,-161043],[-244738,-161966],[-254806,-165900],[-248663,-158431],[-249612,-159645],[-248992,-159422],[-255946,-158724],[-255291,-158374],[-254054,-159802],[-253465,-160138],[-254164,-160201],[-254636,-157888],[-252429,-153890],[-252113,-153574],[-247099,-159446],[-247263,-159640],[-248329,-156250],[-247823,-156642],[-248786,-156626],[-248685,-157207],[-249069,-158168],[-248794,-158108],[-248531,-158943],[-243760,-165276],[-243712,-165242],[-243369,-163482],[-243597,-162064],[-243205,-162574],[-246726,-161157],[-245589,-160535],[-243662,-161450],[-243587,-162187],[-244598,-161734],[-244929,-162147],[-245165,-162141],[-244626,-163084],[-254252,-161178],[-249829,-158776],[-248933,-159793],[-250106,-159617],[-249661,-160629],[-255554,-158878],[-255821,-158681],[-255657,-158295],[-254180,-159887],[-253745,-160428],[-253596,-159760],[-251787,-158323],[-254611,-159011],[-252729,-153607],[-255498,-155683],[-255727,-155141],[-255631,-155457],[-245935,-162570],[-244852,-163107],[-245169,-163638],[-248378,-156501],[-248999,-156537],[-248833,-156226],[-249192,-158080],[-248571,-157402],[-248739,-158095],[-243757,-165278],[-243976,-165787],[-243474,-162476],[-243326,-161786],[-253953,-164764],[-254921,-164851],[-248511,-157549],[-248378,-155754],[-244457,-160175],[-253529,-155420],[-251902,-153730],[-246545,-155404],[-246961,-157321],[-245061,-153957],[-248697,-153435],[-249833,-153503],[-249558,-154148],[-245848,-154011],[-244752,-153798],[-244262,-157072],[-244062,-159876],[-246330,-157372],[-248531,-154919],[-247805,-172438],[-247726,-172045],[-247421,-172402],[-247631,-172372],[-247025,-171991],[-247142,-171718],[-246231,-170083],[-246439,-169737],[-255332,-169124],[-253273,-171041],[-252514,-175760],[-254217,-171446],[-252252,-170638],[-254181,-168765],[-254090,-169195],[-252480,-175096],[-251617,-174402],[-247279,-171899],[-246223,-169390],[-246251,-171241],[-252777,-171184],[-250668,-173219],[-255790,-170176],[-254450,-170612],[-255124,-169563],[-253179,-170065],[-254884,-167309],[-247218,-169020],[-247141,-169505],[-247300,-169903],[-254236,-171701],[-254164,-169654],[-255084,-170470],[-254948,-169225],[-252113,-175110],[-252374,-176582],[-252261,-176225],[-246803,-174362],[-244026,-174517],[-246238,-173348],[-244226,-173685],[-244241,-174238],[-243751,-173697],[-244930,-172331],[-255860,-175085],[-255800,-174503],[-245488,-173922],[-246429,-174687],[-243272,-175358],[-255726,-173009],[-255282,-173170],[-254628,-174713],[-254277,-176640],[-255779,-174509],[-254466,-190865],[-255251,-191521],[-252733,-187023],[-246070,-181888],[-252109,-187398],[-246723,-183777],[-245352,-190382],[-249581,-189205],[-245134,-185479],[-246229,-188450],[-255668,-188653],[-247869,-180497],[-244310,-190677],[-254368,-186776],[-251256,-188113],[-246880,-182991],[-246335,-189405],[-252786,-185810],[-244572,-183174],[-245544,-191230],[-246988,-185003],[-249267,-191386],[-246455,-187073],[-245696,-184375],[-253982,-183069],[-245358,-190761],[-254973,-186838],[-250431,-187328],[-252282,-181571],[-252531,-181879],[-253687,-184177],[-253249,-182983],[-252982,-185007],[-253856,-184152],[-253202,-189551],[-253829,-188771],[-255596,-189583],[-255889,-186911],[-254780,-187820],[-255078,-189360],[-255281,-189822],[-255988,-187943],[-245367,-186697],[-249976,-189285],[-245781,-185532],[-250508,-190169],[-252921,-183736],[-246641,-184418],[-244268,-184114],[-253361,-185313],[-244946,-189670],[-246068,-182552],[-251913,-185257],[-255114,-188691],[-252249,-188857],[-251975,-186241],[-245162,-179676],[-244474,-179210],[-255763,-179120],[-254313,-184960],[-254993,-185492],[-254709,-180084],[-255717,-182718],[-254086,-182996],[-255418,-180603],[-255591,-181797],[-255538,-183130],[-255484,-183887],[-244001,-179371],[-243853,-182051],[-243724,-179281],[-254554,-183334],[-254547,-179092],[-253712,-179241],[-255721,-179749],[-255647,-183160],[-252040,-180419],[-252523,-180799],[-243650,-179076],[-253815,-179108],[-254720,-182069],[-243532,-180908],[-254829,-181989],[-249781,-192903],[-245097,-192659],[-251762,-192858],[-249385,-192194],[-252869,-192144],[-246702,-196775],[-251313,-204068],[-251755,-193090],[-255572,-192145],[-250063,-196982],[-250513,-196493],[-251187,-196454],[-253635,-202018],[-252908,-197590],[-251877,-200328],[-250601,-197735],[-254382,-203651],[-252764,-200167],[-247313,-198413],[-243480,-202225],[-251541,-193456],[-251392,-197925],[-252689,-197050],[-254234,-195946],[-253015,-198093],[-254247,-196043],[-253721,-196252],[-254264,-195614],[-255052,-195736],[-253990,-195433],[-253213,-195129],[-253680,-195057],[-253779,-195393],[-255540,-196250],[-255710,-195891],[-255387,-196218],[-254947,-196561],[-252633,-197462],[-252666,-198464],[-254308,-198614],[-254785,-196073],[-255649,-195615],[-252289,-201098],[-247679,-202879],[-250837,-196614],[-250193,-196374],[-255078,-199516],[-249179,-199596],[-251028,-201106],[-253246,-198170],[-251240,-198654],[-246451,-203076],[-243721,-200344],[-246527,-202814],[-249027,-202663],[-252319,-197657],[-251609,-195409],[-252076,-196733],[-254110,-204007],[-252165,-196967],[-253443,-203218],[-253449,-202563],[-254631,-200508],[-243829,-199798],[-243420,-201085],[-247403,-199012],[-252715,-195664],[-253274,-194575],[-253080,-195425],[-250941,-194134],[-252123,-207764],[-252783,-209272],[-250883,-209475],[-250830,-209729],[-250769,-208275],[-249593,-208498],[-252269,-208175],[-251727,-208387],[-250632,-208074],[-253264,-207768],[-252481,-206763],[-249545,-207172],[-248844,-207098],[-251125,-205342],[-252232,-205289],[-252715,-206198],[-250711,-206227],[-252145,-205547],[-252642,-210630],[-252900,-210256],[-252128,-210131],[-254193,-209613],[-252420,-207195],[-250361,-208491],[-248694,-207229],[-251458,-205516],[-251706,-205005],[-255881,-207749],[-248020,-208814],[-246832,-215003],[-254422,-211733],[-247829,-214768],[-246745,-210038],[-243765,-208100],[-245804,-213064],[-244679,-210008],[-243239,-211955],[-247430,-207266],[-254907,-212029],[-245502,-209898],[-247958,-209181],[-254225,-211617],[-254117,-212177],[-250266,-214191],[-246400,-207623],[-255604,-207954],[-250155,-215264],[-248210,-216107],[-248201,-209169],[-243985,-212380],[-252713,-213474],[-252728,-214546],[-251873,-214111],[-252222,-213996],[-248830,-212493],[-249250,-213723],[-249274,-212935],[-248012,-212848],[-247060,-211946],[-245333,-211036],[-244732,-212112],[-245681,-211968],[-247116,-215140],[-245957,-214479],[-243625,-215654],[-243973,-215351],[-244382,-214655],[-243572,-213986],[-249110,-216080],[-249671,-216731],[-250324,-215665],[-248647,-217329],[-247803,-216860],[-247499,-217208],[-250140,-214841],[-247314,-215760],[-251308,-213018],[-245213,-206160],[-246519,-211560],[-248909,-211464],[-248992,-209433],[-246566,-208345],[-244517,-207447],[-255701,-207267],[-254732,-212239],[-248663,-209822],[-252948,-211957],[-248298,-215150],[-244640,-210110],[-245979,-207769],[-243876,-208507],[-245012,-207204],[-245438,-207074],[-246312,-206760],[-248019,-211463],[-255221,-206563],[-255735,-208297],[-255841,-206996],[-251939,-219739],[-254446,-225853],[-249157,-219399],[-249087,-228110],[-253215,-227757],[-252075,-229045],[-253653,-229329],[-255242,-226516],[-249611,-228202],[-249436,-228175],[-250351,-228258],[-250656,-228785],[-245554,-227195],[-246689,-229106],[-246777,-217745],[-247314,-217611],[-246666,-218222],[-255494,-218117],[-253378,-218918],[-252544,-218672],[-253157,-218534],[-253475,-217851],[-254477,-218372],[-252544,-228323],[-250657,-225954],[-251836,-230027],[-245812,-228243],[-253935,-226007],[-253288,-227889],[-255579,-228018],[-251002,-226988],[-250600,-228198],[-247846,-229640],[-245519,-227342],[-243732,-220154],[-246283,-219399],[-243889,-227193],[-252388,-228702],[-253741,-227383],[-254024,-228892],[-253136,-229127],[-255637,-228546],[-255569,-228061],[-249624,-226614],[-250987,-227098],[-250505,-227915],[-250529,-230103],[-246613,-229645],[-247582,-227841],[-243949,-230173],[-247098,-220324],[-244824,-241841],[-249372,-237978],[-250924,-237300],[-253675,-236988],[-252460,-237640],[-255564,-235871],[-255501,-235761],[-248432,-239794],[-247737,-242266],[-247769,-241957],[-249453,-234387],[-245006,-239256],[-251818,-231650],[-251158,-230494],[-253051,-230619],[-246498,-232456],[-244294,-242973],[-246298,-240086],[-248875,-240849],[-251075,-234810],[-253915,-237297],[-254776,-236376],[-248542,-241507],[-247561,-240244],[-248533,-235954],[-249114,-233041],[-245130,-239027],[-252444,-232163],[-253806,-231840],[-248874,-230914],[-244864,-230865],[-243431,-242261],[-247637,-239257],[-245914,-237708],[-247297,-240402],[-247855,-239587],[-251227,-239199],[-252396,-234573],[-251107,-234374],[-244206,-232362],[-243679,-231253],[-245749,-230623],[-252891,-236028],[-253539,-237990],[-251680,-236391],[-252547,-237630],[-254580,-234952],[-255338,-235744],[-255167,-235657],[-255144,-235451],[-248798,-239073],[-247899,-240312],[-249746,-239277],[-246088,-242064],[-245216,-241728],[-247720,-241814],[-245166,-242500],[-247168,-236138],[-247467,-236249],[-247932,-234788],[-248648,-233682],[-248161,-232503],[-244217,-238604],[-243540,-239822],[-251692,-231684],[-254623,-231190],[-252709,-231212],[-250353,-231289],[-248777,-232009],[-246746,-231719],[-244566,-232721],[-243478,-231317],[-244918,-242216],[-243358,-240644],[-247359,-239552],[-251848,-239443],[-248308,-241126],[-247666,-241685],[-255248,-235343],[-248823,-240296],[-245838,-240893],[-244718,-242562],[-247336,-237261],[-248589,-236661],[-248442,-234850],[-249383,-234352],[-247589,-234656],[-245021,-240158],[-244339,-238770],[-251652,-231386],[-250314,-232743],[-250630,-230493],[-253627,-232024],[-252726,-232036],[-247928,-231230],[-250031,-230691],[-246225,-233236],[-244573,-232746],[-244315,-230230],[-252756,-239720],[-252042,-241135],[-253816,-240693],[-252940,-238559],[-252894,-238733],[-254514,-241002],[-253546,-239211],[-253662,-238109],[-255698,-241793],[-253035,-241785],[-251501,-9041],[-249558,-8342],[-245721,-5054],[-245612,-5248],[-253758,-1487],[-254853,-10076],[-254423,-9303],[-249755,-2932],[-250583,-1883],[-244767,-333],[-247977,-1107],[-250291,-1603],[-244670,-392],[-247758,-1518],[-251206,-9786],[-251678,-10208],[-253773,-2766],[-244668,-1629],[-245045,-1660],[-249968,-1469],[-247784,-1840],[-243914,-188],[-244713,-178],[-249358,-8247],[-255904,-11853],[-253700,-1249],[-250822,-1562],[-245195,8],[-247638,-1008],[-249372,-254846],[-245774,-243970],[-248719,-252546],[-246553,-243811],[-243391,-246981],[-249702,-252096],[-248349,-252708],[-246378,-243414],[-244457,-245214],[-243257,-248559],[-246005,-244061],[-252690,-251423],[-248921,-252169],[-244790,-246052],[-247619,-243070],[-244575,-244565],[-244096,-243432],[-244478,-244411],[-252429,-251086],[-249582,-252425],[-248883,-246278],[-247098,-247412],[-254159,-246904],[-250292,-243719],[-251608,-243784],[-251284,-245338],[-254979,-244069],[-253262,-244310],[-252576,-243367],[-251847,-243439],[-254456,-246325],[-255855,-247740],[-254881,-248922],[-250900,-247625],[-250954,-249864],[-248823,-245981],[-254402,-249277],[-251574,-248249],[-249013,-250426],[-248099,-247645],[-247358,-248752],[-245617,-251036],[-245881,-252117],[-243916,-254323],[-245734,-255124],[-252487,-252099],[-255788,-254718],[-251917,-255179],[-250268,-255402],[-252631,-253788],[-252982,-252299],[-253561,-254007],[-245704,-267815],[-245166,-266921],[-243998,-262376],[-245458,-261836],[-246760,-260361],[-248355,-256377],[-245483,-268406],[-245318,-267315],[-244429,-266785],[-243801,-261990],[-244753,-261915],[-247035,-259535],[-245083,-267617],[-243912,-263047],[-245393,-262461],[-247134,-260044],[-248267,-256248],[-245133,-256731],[-244691,-266675],[-245083,-266768],[-243699,-262921],[-245443,-262386],[-247021,-260185],[-248049,-256086],[-244553,-257190],[-253081,-265647],[-251386,-263810],[-252332,-260286],[-249189,-256010],[-247318,-263408],[-247397,-266858],[-248126,-264946],[-255908,-256700],[-252799,-259237],[-250244,-258171],[-252957,-265898],[-254123,-268098],[-252957,-261911],[-252680,-259841],[-255939,-268223],[-249611,-262766],[-248418,-263735],[-249898,-265048],[-253077,-258473],[-250706,-256934],[-254871,-262965],[-249368,-262862],[-248906,-263502],[-255926,-258739],[-253266,-258311],[-250189,-256636],[-244755,-273716],[-244141,-273535],[-243705,-276690],[-243584,-277115],[-243896,-278437],[-243899,-272944],[-243479,-277883],[-252996,-274725],[-251269,-270180],[-253819,-274371],[-252127,-273465],[-251305,-275250],[-250870,-275157],[-249050,-275087],[-247927,-271529],[-250168,-269212],[-253239,-278363],[-253696,-276655],[-249240,-279138],[-255754,-280069],[-254810,-278433],[-255624,-279962],[-245978,-271330],[-247861,-273505],[-254488,-273774],[-252701,-274854],[-247513,-277899],[-246311,-274399],[-244909,-279593],[-247311,-277984],[-253950,-278147],[-245731,-272137],[-249252,-272076],[-254225,-268969],[-250850,-269447],[-252212,-275016],[-249055,-276656],[-248944,-276446],[-248157,-272279],[-246565,-272308],[-245224,-270949],[-253231,-280200],[-253536,-280986],[-251903,-280105],[-248418,-278383],[-243912,-280509],[-254743,-270207],[-255764,-273819],[-248483,-278977],[-250606,-269490],[-248111,-270845],[-252620,-273497],[-250726,-270912],[-255982,-270269],[-254746,-274056],[-251654,-274182],[-250558,-274689],[-246136,-269262],[-250626,-278573],[-247171,-273983],[-248052,-278943],[-255485,-271707],[-255418,-278180],[-247158,-277485],[-245797,-271940],[-248503,-274674],[-253338,-273405],[-252847,-271136],[-252351,-269664],[-254333,-274023],[-246304,-271980],[-251924,-278300],[-247469,-273565],[-254721,-270809],[-250998,-277529],[-254685,-278718],[-252145,-280125],[-254670,-279344],[-246737,-293078],[-252169,-284728],[-243216,-292784],[-251003,-286966],[-250680,-290673],[-246694,-290641],[-254704,-292753],[-255929,-283774],[-248818,-283901],[-254764,-287008],[-255350,-291341],[-245400,-290882],[-243426,-287908],[-249990,-284528],[-243649,-292564],[-248480,-284954],[-248369,-284955],[-244651,-286908],[-250557,-292169],[-252951,-283342],[-249126,-287602],[-246778,-293191],[-250816,-290909],[-252413,-288272],[-248080,-286314],[-253581,-290114],[-246243,-289508],[-250257,-286508],[-245241,-293075],[-251886,-287732],[-245441,-286990],[-254487,-292715],[-248462,-284671],[-251199,-293065],[-254044,-284530],[-251625,-292721],[-249529,-283766],[-247904,-284647],[-252061,-292334],[-249383,-294042],[-243942,-287275],[-252095,-281631],[-245193,-282166],[-246508,-282719],[-245899,-285152],[-250134,-281686],[-244132,-284401],[-243898,-282806],[-247623,-281627],[-245541,-282828],[-250491,-281995],[-248263,-283356],[-250349,-281675],[-249107,-282573],[-252368,-281973],[-245039,-282455],[-244663,-285990],[-251442,-281450],[-245487,-283436],[-248989,-302903],[-254766,-300720],[-255795,-304151],[-255694,-300918],[-246864,-306690],[-247245,-295857],[-252247,-297252],[-255687,-304116],[-255670,-305430],[-246913,-301524],[-245113,-297248],[-255882,-301381],[-249481,-306897],[-255616,-300768],[-254301,-301313],[-247394,-301802],[-246314,-305839],[-249339,-303996],[-252662,-306126],[-250438,-305405],[-243557,-295567],[-247087,-304313],[-247723,-298336],[-243403,-296452],[-245474,-299469],[-253672,-295158],[-255541,-301612],[-253489,-306113],[-250518,-300333],[-252278,-297204],[-248333,-305246],[-252040,-302202],[-248262,-302938],[-248491,-300506],[-248895,-299488],[-245973,-303971],[-246860,-304129],[-251545,-297768],[-252616,-298356],[-248878,-306727],[-254523,-297831],[-251594,-304506],[-254064,-301876],[-254845,-305727],[-248447,-300221],[-249246,-296021],[-254306,-305663],[-245912,-302078],[-245436,-315612],[-243640,-310344],[-249120,-312695],[-245684,-307988],[-255415,-315705],[-253314,-312624],[-253830,-312821],[-246415,-308066],[-245513,-308333],[-243619,-308786],[-244654,-307962],[-245676,-315027],[-247593,-309292],[-247987,-309097],[-252028,-312714],[-254494,-307508],[-248800,-307952],[-250756,-315239],[-245617,-315424],[-254115,-317041],[-250709,-307471],[-244524,-309533],[-243914,-308060],[-245206,-314868],[-243249,-310360],[-252193,-312423],[-252990,-310845],[-250681,-311537],[-254307,-308904],[-250098,-307954],[-251700,-308258],[-247173,-307655],[-243730,-309019],[-244897,-308960],[-246875,-319466],[-245805,-318564],[-246923,-319547],[-243214,-318074],[-247400,-319143],[-245957,-317247],[-245536,-316183],[-247642,-319596],[-245059,-317761],[-245513,-331664],[-246442,-322233],[-244329,-321219],[-246080,-329163],[-251527,-328134],[-246197,-325255],[-254214,-327516],[-245901,-321648],[-251036,-327701],[-247054,-321617],[-244879,-330792],[-249750,-331657],[-245210,-322306],[-249583,-331441],[-247736,-328823],[-244236,-330200],[-245780,-324809],[-250177,-329636],[-254015,-331970],[-246321,-327980],[-252930,-331025],[-255846,-322915],[-255080,-325757],[-246101,-322090],[-245251,-329095],[-247065,-330026],[-245216,-330761],[-243463,-323450],[-255314,-327013],[-253985,-328702],[-252036,-321213],[-251422,-328770],[-247171,-327930],[-250337,-329257],[-244337,-328588],[-246318,-323518],[-245197,-321315],[-245611,-320710],[-254373,-326684],[-246360,-325249],[-251033,-326586],[-244512,-328607],[-254909,-330750],[-247831,-321085],[-246739,-329538],[-252998,-324766],[-252976,-322030],[-245659,-330763],[-247667,-333263],[-248162,-335757],[-249877,-335501],[-244558,-335004],[-243275,-344991],[-250867,-335550],[-250331,-332611],[-245048,-344953],[-249129,-335131],[-252165,-334136],[-251117,-333899],[-250023,-333327],[-245175,-344935],[-250568,-352560],[-252706,-348649],[-251412,-354939],[-251357,-353769],[-252931,-349360],[-244016,-345601],[-250758,-354707],[-251817,-348133],[-253111,-361536],[-254097,-25018],[-254118,-23138],[-248888,-16202],[-251520,-15709],[-253406,-19914],[-248390,-17403],[-248355,-16825],[-245501,-20837],[-245420,-19979],[-247589,-22231],[-252227,-21906],[-254025,-23459],[-251560,-15313],[-251349,-17676],[-245619,-20087],[-248571,-21820],[-251786,-23518],[-251552,-23254],[-250903,-23971],[-250521,-16140],[-251698,-15439],[-251443,-15251],[-251401,-15523],[-253750,-20044],[-252886,-22021],[-245211,-18551],[-246747,-20251],[-246275,-22069],[-250520,-22569],[-251697,-23393],[-250600,-16271],[-252203,-22110],[-246076,-19043],[-249806,-16378],[-251003,-23221],[-244360,-372451],[-243531,-373479],[-243977,-375175],[-243933,-373887],[-244086,-372480],[-246509,-413447],[-243401,-415302],[-243591,-414111],[-246520,-414121],[-243641,-414929],[-247520,-414657],[-248419,-415234],[-247777,-412508],[-244993,-412674],[-249930,-497829],[-248147,-497057],[-251751,-37017],[-252430,-37490],[-250388,-26536],[-249737,-28879],[-247081,-27290],[-246496,-26991],[-249453,-30456],[-247067,-29629],[-249753,-30335],[-252114,-35706],[-243762,-36749],[-243640,-36835],[-243886,-37346],[-244356,-34726],[-244402,-34421],[-245629,-33903],[-252257,-34135],[-244810,-34160],[-244187,-34618],[-246094,-33828],[-246460,-33572],[-246223,-34050],[-248076,-33529],[-249114,-33641],[-249074,-33353],[-249362,-34096],[-248143,-34082],[-248416,-33578],[-249999,-33327],[-251411,-33368],[-243515,-36930],[-254262,-34207],[-254498,-33045],[-251671,-35667],[-252124,-37697],[-252240,-37622],[-249182,-37939],[-246149,-26829],[-246905,-29573],[-251202,-31334],[-251691,-32356],[-253128,-34087],[-249812,-34110],[-248911,-33475],[-251162,-33400],[-252159,-33881],[-254644,-35924],[-251973,-36956],[-247729,-26006],[-246280,-27004],[-246994,-30195],[-249593,-30826],[-249943,-30582],[-249850,-27507],[-251412,-31562],[-251142,-31687],[-254534,-34609],[-254429,-32803],[-254628,-34217],[-254635,-33242],[-254687,-34682],[-254318,-33423],[-247762,-570087],[-255683,-576285],[-249750,-584298],[-248227,-582841],[-252440,-583577],[-252724,-584512],[-251089,-589461],[-247970,-588779],[-249439,-39160],[-246561,-41622],[-246864,-41949],[-248745,-39796],[-248780,-39639],[-248731,-39458],[-248620,-39592],[-248692,-39282],[-248786,-39077],[-248600,-39134],[-248513,-39815],[-248378,-39853],[-250065,-39898],[-252593,-42495],[-252635,-42285],[-253287,-39383],[-250105,-40002],[-250160,-39750],[-249987,-40348],[-250140,-40792],[-252592,-42378],[-252637,-42717],[-252676,-42214],[-252580,-42576],[-246200,-41607],[-244101,-39199],[-243742,-39110],[-250061,-40171],[-246480,-42192],[-247391,-42168],[-246306,-41975],[-250111,-38848],[-249416,-39414],[-246467,-40289],[-253130,-39417],[-255500,-39570],[-250136,-39032],[-246496,-41433],[-246571,-41309],[-252835,-57461],[-243211,-61854],[-244056,-62695],[-245309,-62661],[-245383,-63644],[-246291,-59642],[-246331,-59504],[-246352,-59337],[-246356,-59193],[-246601,-59442],[-246507,-59804],[-246064,-60953],[-245238,-63517],[-247473,-69015],[-254613,-76437],[-245813,-64520],[-246512,-76216],[-246510,-75800],[-245731,-64908],[-247072,-66392],[-247510,-67795],[-246771,-67515],[-247136,-69176],[-246881,-72371],[-246686,-74705],[-251073,-74595],[-253004,-76003],[-250509,-74980],[-252378,-76452],[-248529,-74635],[-250235,-66704],[-250402,-66094],[-250146,-65944],[-245965,-64556],[-246398,-65165],[-247451,-67705],[-246831,-67608],[-250940,-74809],[-252275,-76514],[-248923,-74262],[-249434,-75127],[-247397,-67061],[-247701,-67952],[-247142,-71453],[-251082,-75024],[-252969,-76531],[-248432,-74362],[-249949,-74735],[-243343,-74479],[-243387,-74792],[-245330,-72346],[-245163,-72386],[-245539,-69660],[-245515,-69769],[-245550,-69938],[-245582,-70052],[-243444,-74972],[-243617,-76014],[-243483,-76012],[-243355,-76014],[-244950,-72405],[-245847,-65753],[-245786,-65233],[-246561,-79110],[-247087,-78446],[-247046,-79910],[-247032,-79653],[-247023,-78201],[-246537,-79721],[-250142,-86642],[-253866,-80637],[-247076,-80040],[-247101,-80534],[-250003,-86491],[-253279,-80071],[-254815,-76668],[-247174,-79092],[-246774,-76823],[-250310,-86150],[-253403,-80212],[-247243,-78860],[-249955,-86828],[-253539,-80555],[-243803,-81543],[-244032,-81828],[-244012,-81523],[-243868,-79703],[-244094,-79596],[-243331,-80284],[-248800,-101111],[-248835,-101513],[-244815,-93598],[-245926,-99653],[-245295,-96057],[-245539,-91714],[-244849,-90433],[-243532,-98594],[-247310,-101087],[-243497,-99024],[-246831,-100387],[-250323,-97513],[-249748,-96618],[-254223,-91082],[-244446,-98054],[-244470,-94233],[-246350,-99572],[-245722,-96661],[-245475,-91161],[-244238,-91371],[-247464,-101085],[-243239,-101909],[-244990,-93604],[-246281,-99762],[-246071,-96648],[-245744,-91069],[-243876,-91529],[-244645,-94533],[-246454,-100177],[-246015,-96253],[-245268,-92417],[-243849,-91826],[-252541,-98839],[-253742,-95829],[-253117,-93148],[-254091,-92512],[-252676,-93687],[-252526,-93868],[-255588,-91032],[-255714,-92119],[-255774,-97106],[-255433,-97637],[-254363,-100098],[-254775,-99440],[-252768,-100534],[-253394,-99369],[-255430,-98105],[-255896,-99466],[-254766,-96949],[-255842,-96297],[-254899,-100601],[-253233,-101328],[-252743,-100803],[-255931,-98557],[-254687,-97220],[-252661,-101167],[-255239,-98328],[-254204,-98301],[-253602,-99587],[-252996,-100158],[-246325,-109597],[-245240,-110618],[-247622,-112744],[-246099,-108422],[-244562,-112931],[-246214,-112551],[-249071,-114331],[-245198,-111109],[-243900,-112211],[-243215,-112347],[-248264,-108801],[-248365,-103162],[-246145,-106397],[-248726,-103125],[-249350,-102661],[-248911,-103711],[-246393,-105235],[-246767,-105808],[-248246,-108326],[-245870,-105480],[-246268,-106032],[-248456,-108482],[-247847,-113919],[-244916,-108645],[-245528,-111908],[-244172,-108501],[-244019,-108674],[-247840,-112792],[-243684,-108478],[-246827,-102476],[-250633,-113938],[-248691,-102357],[-246957,-104426],[-245634,-105762],[-246647,-105390],[-248191,-107870],[-249158,-114940],[-244258,-108935],[-249107,-102770],[-248094,-114694],[-243599,-108695],[-243497,-111665],[-243326,-109928],[-247196,-109687],[-246242,-104073],[-243447,-105628],[-247230,-107373],[-251168,-114846],[-244645,-113056],[-246004,-105645],[-246679,-105754],[-244323,-113358],[-243944,-114307],[-252962,-108393],[-255911,-113831],[-252611,-105937],[-250806,-107521],[-251009,-106362],[-255300,-102371],[-254268,-102536],[-254454,-104769],[-253351,-104533],[-255535,-110841],[-253024,-109897],[-255052,-110520],[-255498,-105410],[-255603,-104289],[-252835,-108888],[-251036,-109292],[-254527,-112021],[-254893,-104079],[-255513,-103858],[-251664,-104453],[-253583,-106599],[-252496,-102785],[-255506,-103204],[-254682,-103526],[-253019,-104477],[-254918,-109670],[-255203,-109660],[-254720,-104757],[-255837,-111487],[-254802,-114477],[-255720,-109766],[-254911,-110095],[-253869,-114923],[-252228,-104460],[-251527,-106551],[-251144,-106427],[-252051,-103419],[-253131,-104211],[-255979,-111700],[-255151,-108953],[-254299,-109858],[-255705,-103584],[-254665,5540],[-253915,6810],[-253269,8419],[-253964,9259],[-254422,10314],[-255230,10856],[-253437,10054],[-252934,11619],[-252620,3263],[-250497,4009],[-252601,11932],[-250745,12571],[-248829,10391],[-243918,370],[-244439,7897],[-245147,5094],[-243908,11345],[-247514,10629],[-245848,1098],[-246305,1063],[-254173,5398],[-246828,12000],[-247520,12847],[-253412,6313],[-253742,7860],[-254826,9003],[-253804,10283],[-254714,11006],[-252753,10793],[-253449,11773],[-252628,3798],[-250095,4010],[-252452,11854],[-250878,12368],[-249186,10069],[-244544,7959],[-243572,7684],[-244536,5682],[-243618,5199],[-244090,10773],[-246918,9703],[-244228,449],[-247505,2607],[-248440,2652],[-254989,2412],[-254559,12127],[-247881,10790],[-247688,12684],[-254890,5387],[-254370,6795],[-253412,8293],[-254901,9379],[-253994,10326],[-255503,10819],[-252624,10222],[-253576,11701],[-252737,3614],[-250283,4342],[-252408,11515],[-250490,12158],[-249324,10578],[-244735,8481],[-244713,5796],[-244254,11105],[-244282,12990],[-247386,9781],[-254257,5123],[-254331,6276],[-253622,7876],[-254391,9029],[-254335,10200],[-255252,10977],[-252776,9976],[-253357,12008],[-252117,2955],[-250356,4958],[-252281,11622],[-250609,12231],[-249317,10010],[-244044,406],[-244472,7600],[-245241,5498],[-244127,11476],[-244025,12396],[-247543,10340],[-254817,2453],[-254620,12503],[-248322,10762],[-244222,8792],[-249545,134353],[-245530,135602],[-249532,133126],[-250557,136496],[-248011,135207],[-253580,132579],[-247774,128814],[-246847,134196],[-249029,133283],[-248341,132499],[-249115,133797],[-253983,129759],[-246439,137847],[-250998,135186],[-245676,133640],[-252679,135297],[-255311,128479],[-244998,128792],[-245884,137194],[-244422,146794],[-243387,151859],[-244823,150194],[-243485,149197],[-243240,149532],[-244300,147707],[-244702,149905],[-245050,149871],[-245047,150674],[-244636,151718],[-245407,150671],[-246529,204461],[-246977,202137],[-248254,200760],[-245669,204648],[-243997,204453],[-247315,206492],[-243567,212708],[-247116,209227],[-246579,210003],[-248334,211194],[-253218,211753],[-254040,208471],[-251837,205406],[-251154,206963],[-252196,205865],[-255685,21013],[-254799,22416],[-251967,13503],[-248122,15799],[-248598,16725],[-249367,18492],[-251181,19635],[-252264,17905],[-254483,19441],[-254759,20306],[-255269,19321],[-255855,16448],[-252304,20290],[-253078,19729],[-252759,18966],[-255164,22008],[-252739,13271],[-252419,13438],[-249487,16203],[-248790,15684],[-249083,16297],[-249424,18439],[-250971,20463],[-252171,17861],[-254725,19098],[-255331,20901],[-255556,19611],[-255335,16515],[-252754,20683],[-252824,19844],[-244214,13278],[-245092,13089],[-244960,14418],[-245447,18657],[-246414,16803],[-246335,19474],[-250577,22640],[-251779,22747],[-247753,17479],[-247625,20055],[-254365,23017],[-248247,22333],[-248449,22208],[-255388,22224],[-243488,23701],[-247354,25031],[-248557,21743],[-244450,23217],[-243737,23975],[-243270,23210],[-254312,22830],[-255998,18981],[-252929,18825],[-252712,13024],[-251564,13544],[-248766,15236],[-248951,16382],[-249308,18742],[-250981,19687],[-252353,17204],[-254471,19036],[-255051,20831],[-255286,19797],[-255650,16206],[-252483,21057],[-255707,15956],[-255726,13183],[-255803,13558],[-247740,13726],[-246747,16806],[-246658,15817],[-247109,18612],[-246095,18085],[-252964,21764],[-252976,13951],[-255170,22223],[-249426,18163],[-251709,17245],[-248705,22738],[-248717,21970],[-252023,16735],[-255915,21505],[-247192,22399],[-245442,22703],[-252756,13190],[-252106,13647],[-248489,15595],[-249746,16696],[-248504,16170],[-251343,19990],[-252516,17406],[-254363,19156],[-255396,20469],[-255069,19956],[-255156,16271],[-252984,20430],[-253424,19094],[-252853,19757],[-244208,13123],[-245362,15962],[-245487,14275],[-251565,13548],[-250124,20210],[-247472,14202],[-246963,24124],[-247030,24062],[-246098,18964],[-247868,18556],[-254726,22402],[-246923,22427],[-246646,24658],[-245336,21780],[-246539,24821],[-255615,281396],[-255181,281616],[-255696,281330],[-244807,281080],[-243942,328994],[-244358,344740],[-243323,343860],[-243245,344729],[-243816,345619],[-244846,345887],[-244855,349025],[-245667,349861],[-243399,349543],[-245334,346193],[-244293,347367],[-244409,347510],[-243206,348438],[-243365,348425],[-244934,349807],[-247813,28038],[-249047,29511],[-249462,28878],[-247383,28988],[-248899,30694],[-245514,27885],[-245914,29606],[-251527,26900],[-243713,36476],[-252841,37073],[-253184,31403],[-244141,30177],[-250491,30140],[-250900,32137],[-252075,31775],[-253306,33114],[-252943,29375],[-255501,31275],[-255222,29419],[-252718,30499],[-248689,27251],[-248766,29382],[-249410,29120],[-247709,29099],[-249034,30094],[-244608,28356],[-245488,29423],[-251614,26850],[-255645,30369],[-254125,33312],[-254982,36092],[-255834,30316],[-243269,27774],[-248284,28507],[-254941,27416],[-254673,26629],[-253170,36580],[-249815,35834],[-251358,30212],[-250791,32483],[-251531,31993],[-253295,33323],[-252968,28795],[-255523,31256],[-255799,29182],[-253388,30499],[-248606,27282],[-249283,29768],[-249418,28351],[-247596,29676],[-248847,30543],[-244628,28214],[-245845,29556],[-251649,27186],[-243529,38140],[-243641,33579],[-254104,36741],[-250626,30418],[-250483,31829],[-252255,32187],[-253863,33218],[-253264,29358],[-255811,29984],[-253116,30848],[-247797,29329],[-253256,33867],[-254473,25999],[-250530,30307],[-250848,31725],[-251923,32011],[-253405,32947],[-253673,29250],[-255477,30964],[-255430,29526],[-253428,31004],[-248835,28393],[-248071,27239],[-249303,29348],[-249091,28385],[-247333,28793],[-248784,30717],[-245174,27920],[-245793,29778],[-252294,27218],[-250619,43506],[-250118,42704],[-250715,42593],[-247823,42257],[-243831,41729],[-243534,41967],[-243430,586324],[-245960,582303],[-247502,585565],[-245845,587409],[-248480,582639],[-245160,589363],[-243685,593466],[-243596,591296],[-245341,589930],[-249502,58738],[-245139,59306],[-248444,55676],[-248603,59967],[-251115,62593],[-250639,62329],[-250948,57400],[-247961,60263],[-250360,59151],[-249882,63444],[-250332,56752],[-252687,62158],[-245316,59311],[-244308,57353],[-244980,61168],[-251401,62352],[-253079,59913],[-247673,64301],[-250308,64810],[-249941,74452],[-247224,72723],[-250117,70135],[-246407,67190],[-247708,68709],[-248771,64666],[-248278,68771],[-249047,64526],[-248234,68826],[-249214,64561],[-248214,68879],[-248406,64703],[-250960,81942],[-251769,83357],[-252440,81704],[-250240,80399],[-248428,80666],[-246899,81276],[-243663,87135],[-245687,89598],[-248666,77337],[-250136,82295],[-251470,84225],[-252203,82300],[-250554,81761],[-247751,80716],[-246480,82060],[-244260,88063],[-245218,89777],[-250139,83170],[-251008,83208],[-253109,81862],[-249926,80601],[-248405,80756],[-246528,81622],[-243964,87086],[-246180,88293],[-249821,82103],[-251489,84220],[-252785,81771],[-249821,80863],[-248271,80446],[-246916,82299],[-243588,87011],[-245120,88860],[-254876,113526],[-247461,113177],[-246186,114687],[-248394,104755],[-248136,110991],[-244892,109098],[-253551,120334],[-248082,123377],[-244089,121142],[-254645,118417],[-250586,124622],[-254471,119525],[-245331,128183],[-246611,123321],[-251384,119789],[-249083,127565],[-245968,123894],[-244518,122935],[-251326,124567],[-248586,120390],[-243921,121855],[-243862,122415],[-248225,119453],[-243860,118337],[-257928,-126330],[-258323,-126166],[-256567,-123917],[-258007,-126510],[-256448,-123467],[-258784,-126983],[-258252,-126847],[-256777,-122346],[-259885,-123284],[-256720,-120137],[-259320,-122954],[-256658,-116843],[-261418,-122339],[-257804,-123450],[-261121,-121579],[-261953,-119862],[-257449,-123858],[-260889,-122650],[-257403,-119259],[-258341,-117417],[-259777,-116279],[-261399,-116141],[-262093,-118447],[-263882,-117700],[-264657,-117738],[-266345,-118696],[-267942,-118211],[-267400,-121253],[-265680,-124250],[-265585,-124840],[-264945,-124710],[-263425,-126199],[-267218,-124847],[-268070,-127393],[-265299,-126726],[-265279,-127675],[-259988,-126610],[-260268,-127595],[-257951,-120841],[-257641,-122564],[-261791,-126673],[-261735,-125814],[-261659,-127283],[-262702,-125794],[-261888,-123309],[-262303,-121040],[-264924,-123035],[-265390,-121363],[-266850,-123014],[-266748,-121395],[-258325,-123760],[-258942,-120291],[-257824,-115763],[-263714,-115374],[-261042,-123715],[-256368,-118297],[-259071,-115060],[-262114,-116111],[-264178,-117546],[-267965,-117212],[-266827,-123697],[-265996,-125011],[-264231,-127788],[-267612,-125616],[-265966,-127555],[-257515,-121660],[-261673,-126612],[-261052,-126999],[-262195,-125551],[-261915,-123103],[-261630,-121982],[-265265,-122890],[-266434,-122896],[-266802,-122764],[-265959,-120802],[-261372,-117478],[-256244,-119637],[-259194,-123575],[-259461,-119430],[-258463,-119682],[-257913,-116437],[-258915,-121795],[-257939,-123351],[-256084,-115826],[-257430,-118028],[-257271,-117270],[-258680,-115093],[-261929,-116897],[-262172,-115853],[-264053,-117055],[-263530,-116592],[-266162,-116322],[-267567,-117069],[-267192,-116733],[-264488,-124166],[-264589,-125080],[-265719,-126589],[-265275,-126847],[-267812,-125092],[-267854,-125571],[-256799,-120405],[-256875,-120271],[-261827,-126072],[-261715,-127522],[-262786,-125611],[-261607,-123178],[-262130,-120810],[-264345,-122999],[-264867,-121037],[-266559,-122193],[-266689,-122214],[-266621,-120990],[-259171,-123807],[-261159,-122230],[-256057,-119299],[-256132,-119969],[-260290,-118593],[-256859,-115738],[-259879,-127187],[-260353,-124433],[-256292,-116587],[-256222,-119266],[-263266,-115522],[-260141,-117258],[-263422,-117771],[-266561,-116020],[-267130,-116968],[-263406,-127044],[-268438,-126722],[-261610,-126816],[-261923,-125779],[-261037,-127210],[-262775,-125256],[-261572,-122575],[-262120,-122353],[-262003,-120877],[-265230,-123758],[-265101,-122336],[-266556,-122321],[-266722,-122703],[-265898,-121870],[-260995,-134027],[-266024,-140571],[-265919,-140364],[-263310,-139332],[-263900,-139405],[-262541,-138214],[-262241,-138437],[-263686,-139733],[-263540,-140179],[-265120,-140452],[-264189,-140516],[-265709,-139966],[-265755,-140000],[-260188,-134512],[-260792,-134840],[-261113,-135585],[-260529,-136297],[-262351,-136405],[-261777,-136990],[-261962,-137130],[-259756,-137848],[-260565,-137004],[-259508,-136142],[-260125,-135884],[-260068,-135264],[-260392,-133891],[-259471,-130908],[-261116,-137428],[-264739,-139496],[-262540,-137841],[-261739,-132186],[-259843,-131840],[-258273,-128476],[-261572,-137166],[-261472,-133427],[-260788,-137961],[-262177,-139775],[-258345,-128557],[-262606,-139630],[-262224,-139308],[-262376,-139414],[-261932,-138644],[-263630,-139775],[-263213,-139734],[-263117,-140064],[-265289,-140159],[-260874,-134640],[-260054,-136527],[-261515,-136533],[-261404,-136348],[-262361,-135913],[-262430,-136182],[-263276,-137862],[-261368,-137395],[-261639,-138034],[-262091,-137225],[-260861,-137693],[-260423,-137872],[-259399,-137679],[-259382,-136480],[-259954,-136242],[-259599,-135596],[-260386,-134701],[-260680,-132397],[-259377,-130254],[-259953,-127890],[-261366,-136021],[-261628,-135427],[-262359,-139161],[-262514,-138829],[-261422,-133779],[-260410,-131617],[-260513,-129837],[-261900,-131124],[-261737,-131962],[-264319,-137951],[-266766,-139695],[-268604,-138368],[-267327,-140522],[-265622,-138619],[-265790,-138221],[-266425,-137235],[-265603,-137609],[-266017,-136400],[-268514,-137367],[-268639,-137340],[-265521,-134716],[-265996,-135640],[-266450,-137028],[-266342,-134698],[-265218,-134639],[-264913,-135560],[-267933,-134320],[-267912,-133906],[-265263,-133941],[-262861,-137432],[-262841,-137302],[-268517,-136173],[-262037,-132046],[-261810,-132154],[-261875,-128185],[-267305,-132978],[-264654,-130981],[-267296,-132130],[-267418,-130778],[-262929,-133335],[-260155,-127999],[-265235,-138770],[-265784,-135452],[-268580,-137521],[-267099,-136290],[-267587,-140220],[-261376,-127831],[-267908,-132916],[-266147,-134038],[-265598,-132261],[-264771,-131248],[-264993,-131897],[-268000,-132139],[-268401,-131082],[-265811,-133057],[-264813,-138983],[-265238,-135397],[-266354,-140369],[-267138,-136500],[-267686,-139381],[-266060,-129175],[-261599,-128388],[-267748,-132823],[-267450,-133252],[-265915,-131964],[-265636,-131325],[-268626,-131473],[-262932,-134369],[-265251,-138006],[-265946,-136229],[-265729,-139297],[-262385,-131428],[-267086,-140491],[-266145,-140178],[-266665,-140485],[-268340,-138489],[-268362,-138232],[-268756,-137923],[-267407,-140562],[-265428,-139213],[-265990,-138796],[-265764,-138067],[-266148,-136945],[-265694,-137500],[-265459,-136780],[-265637,-137691],[-268457,-136979],[-268662,-136730],[-268554,-137089],[-266178,-135719],[-265411,-134815],[-266819,-136538],[-267568,-133439],[-267610,-134042],[-267745,-134152],[-265469,-134248],[-265376,-134213],[-265636,-133464],[-264418,-127995],[-268606,-131763],[-267472,-140466],[-265536,-128580],[-267080,-128230],[-260724,-129849],[-261727,-127973],[-267108,-133791],[-264651,-131593],[-265676,-131125],[-266963,-130841],[-268443,-131883],[-262137,-134976],[-262812,-134059],[-263489,-135575],[-267074,-149710],[-267407,-149484],[-267579,-150714],[-268402,-151454],[-266545,-149295],[-266679,-149288],[-267222,-146165],[-267159,-148110],[-265615,-146158],[-265554,-145962],[-262116,-145120],[-264194,-144639],[-263379,-143502],[-267153,-152203],[-266602,-150177],[-262438,-149630],[-261751,-148905],[-259139,-151181],[-257287,-152984],[-258549,-153076],[-256896,-150887],[-257807,-150834],[-258562,-151242],[-263447,-152911],[-258736,-153377],[-258482,-150813],[-258772,-147028],[-263860,-141056],[-266205,-145072],[-267484,-150919],[-266962,-150076],[-267967,-151575],[-266564,-148690],[-266712,-148288],[-267778,-146813],[-266507,-145602],[-266881,-145846],[-267264,-146111],[-266311,-146866],[-267190,-147104],[-263523,-145273],[-263063,-145236],[-262311,-144953],[-262110,-145094],[-263567,-144028],[-263805,-143293],[-264519,-143057],[-265213,-140930],[-264833,-140784],[-265310,-152360],[-263346,-149676],[-260836,-145864],[-256991,-148588],[-257096,-150983],[-257422,-150790],[-268049,-149270],[-267814,-152221],[-262343,-145343],[-267275,-150157],[-263228,-149257],[-261642,-145841],[-266973,-145062],[-267129,-147369],[-266607,-153138],[-264497,-148899],[-261308,-144691],[-261672,-144008],[-257941,-144584],[-259791,-142358],[-259410,-141588],[-262138,-142128],[-264175,-142189],[-267939,-148333],[-256163,-152548],[-258477,-153170],[-257288,-152438],[-259079,-151681],[-257189,-150771],[-256492,-140735],[-256457,-150637],[-257802,-152064],[-257896,-151569],[-256889,-151910],[-257936,-148911],[-256482,-141928],[-268793,-141597],[-267693,-140655],[-260667,-156791],[-264445,-160778],[-260386,-163750],[-262682,-157837],[-264791,-159368],[-263283,-160205],[-266995,-155204],[-258558,-164925],[-268579,-164579],[-265993,-166022],[-262620,-157892],[-261427,-160230],[-260007,-164802],[-260792,-163779],[-258702,-166156],[-262446,-165164],[-261971,-165905],[-256423,-163598],[-263068,-157418],[-262494,-156675],[-262619,-159034],[-267838,-158635],[-267762,-156063],[-264422,-153642],[-258319,-154569],[-260246,-165465],[-265184,-165963],[-256539,-165021],[-260451,-159804],[-268360,-164011],[-263857,-161585],[-260331,-164407],[-259313,-166087],[-257713,-163873],[-258505,-164118],[-260529,-165705],[-266746,-165904],[-261156,-160860],[-260924,-160422],[-260780,-157125],[-263480,-156580],[-267876,-157973],[-257459,-154633],[-260651,-160974],[-259541,-161102],[-260228,-160693],[-258190,-163319],[-262816,-159745],[-266506,-164200],[-262672,-163807],[-262202,-158140],[-260844,-155873],[-265682,-163993],[-267364,-165123],[-259655,-158507],[-259193,-160929],[-258664,-159340],[-258247,-157442],[-257198,-161108],[-256132,-164374],[-267429,-165653],[-260981,-159032],[-261859,-160235],[-259452,-166850],[-267069,-166937],[-267986,-171965],[-261370,-177295],[-262312,-169577],[-265248,-172067],[-260347,-167569],[-256300,-169703],[-265631,-171069],[-264601,-167093],[-259070,-175982],[-263344,-177015],[-266496,-169218],[-265302,-171083],[-264660,-173576],[-261346,-172867],[-256120,-171232],[-264123,-172719],[-268339,-174429],[-264736,-171350],[-264500,-176176],[-267826,-170186],[-259907,-172585],[-263808,-169523],[-260749,-167023],[-261210,-172265],[-263656,-167901],[-264829,-177503],[-264247,-175960],[-257477,-170748],[-257398,-169626],[-259010,-170639],[-268161,-177411],[-258062,-172989],[-258373,-167771],[-268222,-171582],[-267484,-171560],[-267965,-176757],[-266580,-175827],[-260981,-175511],[-259765,-176943],[-259628,-171123],[-259807,-170484],[-259735,-174161],[-264371,-172945],[-264354,-174014],[-258114,-168723],[-264976,-172195],[-260087,-174594],[-261877,-173336],[-260159,-176125],[-258512,-172051],[-259743,-170796],[-259123,-166369],[-266677,-170668],[-260302,-176300],[-258392,-168237],[-265628,-169307],[-265048,-177313],[-261439,-171031],[-264238,-176197],[-263556,-166237],[-256383,-169396],[-265818,-172158],[-257936,-167001],[-267416,-176745],[-260546,-171346],[-259405,-172582],[-266440,-172812],[-262048,-174445],[-264291,-170278],[-262530,-174874],[-268493,-175247],[-260324,-174687],[-268511,-166632],[-263100,-175695],[-262558,-173914],[-257351,-167816],[-261784,-175198],[-258944,-169010],[-258286,-168462],[-260158,-174342],[-263804,-170714],[-268058,-168305],[-261216,-167465],[-264248,-174960],[-263001,-176724],[-268604,-170829],[-267897,-177041],[-262340,-170296],[-256001,-172131],[-258341,-167929],[-258879,-168793],[-266801,-167446],[-267269,-171619],[-268017,-175464],[-266620,-174863],[-267315,-178177],[-260897,-175697],[-263452,-170423],[-263071,-171690],[-257316,-175457],[-258319,-177074],[-257633,-174628],[-258257,-175586],[-257831,-178935],[-257732,-178491],[-256091,-175939],[-256699,-176075],[-257989,-175075],[-256373,-174615],[-258829,-177214],[-257042,-175972],[-256816,-176655],[-256276,-176554],[-259656,-177254],[-256093,-175564],[-256399,-177905],[-256054,-176296],[-256510,-175271],[-257717,-178487],[-258079,-177265],[-259091,-177162],[-257017,-178309],[-257195,-178296],[-266075,-180433],[-262932,-179868],[-261068,-181089],[-262776,-190877],[-259730,-184398],[-264306,-185509],[-262342,-183583],[-266119,-181712],[-265837,-186391],[-262356,-189439],[-262733,-183960],[-263788,-190039],[-262435,-189233],[-260437,-186408],[-263965,-185133],[-258864,-182327],[-259099,-183693],[-259987,-181748],[-256409,-188559],[-256443,-188094],[-259234,-185400],[-260111,-184847],[-261357,-183929],[-261905,-185276],[-261620,-181101],[-261862,-182480],[-264087,-184591],[-264248,-182816],[-264474,-183713],[-264220,-183410],[-265804,-183458],[-266226,-182485],[-266445,-182923],[-267070,-182981],[-262306,-183806],[-264934,-189557],[-268722,-184897],[-268672,-187762],[-266840,-188138],[-268785,-183794],[-256305,-188815],[-264835,-187796],[-265440,-186547],[-268424,-191476],[-261326,-186050],[-265616,-187108],[-262970,-191562],[-263327,-188504],[-263826,-184195],[-263353,-179111],[-263235,-187057],[-265790,-182370],[-265541,-189601],[-264479,-186153],[-260822,-185992],[-260690,-185341],[-264944,-190768],[-260820,-186791],[-268166,-179922],[-266341,-181545],[-262189,-179598],[-267027,-179048],[-260161,-180590],[-260981,-180088],[-263962,-191549],[-261920,-188909],[-258772,-179587],[-257958,-190346],[-257330,-190071],[-258089,-184523],[-256587,-184885],[-257600,-183067],[-257820,-190063],[-257911,-186903],[-257315,-184628],[-258829,-185902],[-258512,-187337],[-256775,-180204],[-257991,-181371],[-256892,-190445],[-257053,-189411],[-257346,-190591],[-257099,-179452],[-256058,-179212],[-256463,-184763],[-258453,-180618],[-258717,-180138],[-257634,-190359],[-261628,-189547],[-259983,-191586],[-261014,-191058],[-258604,-187982],[-258637,-191768],[-268523,-183596],[-258669,-190502],[-258648,-179571],[-257488,-180044],[-257219,-185313],[-258523,-182764],[-258161,-179418],[-259454,-179697],[-258135,-183720],[-261580,-190159],[-263352,-193020],[-263536,-192310],[-258384,-192884],[-257013,-193309],[-267530,-196400],[-266788,-193450],[-268789,-197917],[-263597,-193726],[-264506,-193560],[-264875,-195735],[-264465,-193635],[-265003,-198609],[-264479,-199477],[-266171,-198681],[-267284,-203890],[-257279,-193567],[-265575,-204063],[-268405,-203980],[-267771,-193786],[-268367,-196800],[-267125,-195561],[-267095,-199614],[-265024,-196772],[-267043,-201005],[-256492,-193434],[-267701,-203352],[-258409,-193044],[-268705,-193166],[-264537,-194219],[-268224,-197089],[-266112,-197755],[-265106,-197274],[-266076,-204254],[-267106,-202767],[-264075,-204035],[-267475,-204202],[-267586,-202852],[-262010,-203318],[-263794,-203319],[-268496,-194765],[-267422,-200783],[-264482,-198787],[-262500,-203043],[-265983,-204065],[-267928,-196671],[-265449,-199829],[-265067,-202741],[-266505,-196119],[-266134,-202196],[-265750,-201473],[-264681,-192158],[-256905,-192663],[-263378,-192600],[-262256,-201594],[-264517,-201631],[-262962,-201382],[-257907,-198017],[-258735,-197840],[-258267,-202180],[-262206,-197894],[-263370,-197924],[-261648,-201068],[-260090,-202292],[-263807,-197938],[-258402,-194413],[-257515,-198399],[-256152,-195789],[-256671,-195971],[-256451,-196367],[-258105,-197007],[-258469,-197968],[-256928,-197435],[-257792,-197200],[-258187,-196751],[-256724,-204088],[-260674,-192485],[-258131,-204218],[-258674,-201963],[-258366,-204490],[-261825,-196862],[-258137,-195003],[-263408,-199529],[-261095,-203695],[-259046,-203102],[-256020,-200723],[-259471,-199254],[-259929,-192358],[-260194,-204523],[-262460,-198277],[-261546,-202251],[-262148,-198616],[-261156,-201613],[-258345,-194826],[-256311,-194286],[-257883,-194344],[-258632,-191826],[-263595,-198573],[-261727,-200567],[-263721,-205219],[-263881,-209544],[-264574,-208013],[-265152,-210265],[-264895,-205569],[-263299,-208792],[-268498,-206160],[-263853,-204995],[-264544,-210296],[-265617,-209791],[-265240,-205800],[-263014,-206383],[-264124,-209586],[-264470,-210010],[-265464,-207289],[-262949,-204841],[-264130,-207335],[-264568,-206633],[-266634,-205679],[-265267,-205239],[-267936,-206060],[-266981,-207044],[-263422,-211167],[-262146,-210928],[-264906,-206565],[-264195,-205510],[-263673,-207784],[-266525,-204839],[-265582,-205571],[-264423,-205557],[-263359,-207226],[-263860,-205011],[-266013,-208280],[-266107,-206627],[-265084,-205968],[-264414,-205344],[-265237,-207431],[-265648,-205061],[-265452,-205419],[-267513,-205918],[-265090,-209140],[-262670,-210677],[-261182,-211121],[-256250,-209687],[-258034,-214108],[-258978,-212463],[-256599,-206707],[-257167,-205124],[-266734,-213871],[-257844,-207224],[-258435,-208539],[-259409,-210399],[-261778,-206289],[-260631,-206907],[-258287,-206606],[-260241,-210044],[-258589,-211988],[-258359,-212275],[-264066,-215569],[-267888,-216758],[-258709,-205759],[-257752,-206665],[-257189,-206367],[-258922,-209571],[-259350,-209699],[-261202,-206057],[-260722,-206080],[-266279,-215218],[-266146,-215082],[-267339,-211953],[-268178,-208973],[-268062,-209161],[-259177,-213387],[-258976,-213712],[-259911,-214409],[-260177,-214978],[-261764,-215546],[-257731,-214363],[-257908,-214597],[-257994,-216393],[-257379,-216512],[-257597,-215284],[-256596,-207332],[-256243,-207854],[-256186,-216422],[-258885,-211620],[-256734,-205755],[-257598,-211474],[-256876,-208654],[-256850,-205231],[-267840,-212096],[-268167,-217273],[-268267,-215280],[-258071,-208251],[-257388,-208433],[-259544,-207194],[-258652,-204917],[-260436,-206653],[-266356,-216880],[-264327,-215537],[-266595,-214412],[-267708,-210217],[-259182,-212674],[-258202,-214230],[-258901,-214965],[-259554,-214652],[-257406,-214402],[-257529,-214927],[-258166,-215161],[-256182,-206126],[-256950,-229210],[-261818,-226764],[-264870,-224925],[-264276,-217869],[-256949,-226047],[-258473,-227742],[-267422,-229036],[-267493,-226860],[-267901,-225880],[-268198,-224044],[-268422,-218668],[-261953,-229542],[-261779,-223769],[-258406,-228549],[-261621,-226851],[-259158,-227621],[-264754,-226098],[-265263,-225669],[-267506,-218978],[-257254,-220489],[-257397,-221920],[-256086,-226141],[-259702,-225787],[-258277,-226969],[-266985,-228181],[-266649,-226944],[-267287,-225942],[-268302,-223138],[-268709,-223197],[-268190,-217802],[-262715,-220886],[-265929,-224077],[-266402,-220418],[-262963,-218130],[-263594,-217818],[-265693,-218823],[-263684,-220303],[-264404,-219852],[-263726,-222184],[-262174,-224195],[-262520,-226100],[-264082,-227734],[-263631,-228764],[-262642,-229318],[-260906,-228829],[-260181,-224305],[-263539,-221644],[-257244,-218117],[-257425,-217788],[-256700,-217931],[-260225,-221986],[-258951,-221394],[-258275,-221328],[-257704,-224408],[-257736,-223221],[-258467,-225440],[-259472,-225226],[-260137,-224721],[-260607,-225603],[-260184,-225082],[-262300,-222216],[-263406,-221948],[-263704,-220324],[-258716,-220352],[-257101,-220537],[-258094,-220994],[-258017,-220947],[-257587,-220028],[-257890,-219672],[-257062,-221009],[-258238,-220184],[-256310,-222270],[-257074,-229351],[-256512,-228738],[-265734,-223319],[-266324,-225575],[-266363,-218078],[-258768,-227422],[-259743,-226703],[-267222,-228495],[-267105,-226903],[-268054,-224905],[-268450,-223637],[-265096,-223201],[-265256,-224412],[-266417,-221528],[-266167,-221344],[-263911,-218557],[-265377,-218539],[-263646,-220290],[-264636,-222354],[-264472,-223253],[-264151,-224218],[-262836,-225862],[-265262,-227103],[-260059,-229392],[-258666,-229095],[-258345,-229493],[-260541,-223456],[-260586,-225575],[-262772,-224098],[-262819,-221837],[-257617,-228905],[-260141,-225687],[-264306,-224831],[-257736,-227175],[-266418,-229416],[-267359,-228341],[-267310,-226498],[-267575,-226157],[-268279,-223595],[-264986,-228628],[-265207,-226320],[-263146,-228042],[-261009,-227755],[-263528,-238220],[-261109,-232573],[-261494,-232955],[-256379,-230316],[-266562,-230519],[-267572,-241858],[-267306,-234518],[-266667,-234105],[-266792,-237037],[-267066,-238392],[-265783,-240641],[-265610,-240029],[-267117,-241808],[-262493,-241331],[-263885,-242042],[-260585,-231857],[-262762,-230399],[-260810,-233333],[-260126,-233250],[-260224,-235653],[-259348,-230614],[-258750,-230641],[-266259,-231915],[-266351,-231217],[-264848,-235063],[-267462,-235974],[-262578,-237761],[-256904,-234616],[-258121,-235473],[-266556,-231191],[-266252,-232920],[-266767,-238775],[-266332,-240935],[-268069,-242630],[-264218,-230614],[-263776,-238347],[-265094,-236385],[-267381,-235810],[-268521,-236135],[-256032,-232724],[-259931,-231676],[-257988,-234011],[-265621,-233615],[-266520,-230901],[-266349,-230754],[-268771,-238735],[-264770,-242106],[-266600,-234167],[-266870,-234740],[-266387,-238449],[-266550,-237293],[-266592,-242293],[-266745,-241396],[-268011,-242920],[-267768,-242780],[-263252,-241767],[-262197,-242499],[-264611,-230973],[-264618,-231503],[-261634,-231042],[-261594,-232456],[-263201,-231916],[-260726,-234639],[-259894,-234438],[-260710,-233736],[-266570,-231898],[-265577,-231046],[-265371,-235779],[-268343,-235733],[-261329,-235171],[-265895,-231262],[-265836,-230481],[-266575,-239836],[-268778,-233304],[-266674,-238977],[-266984,-240427],[-262834,-242990],[-256907,-237568],[-258285,-239318],[-258514,-240868],[-257519,-11936],[-258971,-8695],[-258842,-9208],[-266779,-11648],[-257726,-12065],[-257368,-11925],[-257101,-4734],[-257645,-4832],[-263408,-8338],[-262865,-10879],[-257880,-11912],[-256990,-4033],[-258484,-7675],[-258855,-8902],[-257487,-9108],[-256143,-10026],[-263722,-8308],[-264274,-10610],[-263552,-9817],[-263608,-11009],[-257724,-8974],[-265893,-12480],[-268221,-248388],[-256610,-251317],[-260802,-244383],[-260428,-245547],[-257292,-251252],[-260866,-243496],[-260545,-245183],[-268129,-243487],[-258050,-245635],[-268270,-246545],[-268551,-246800],[-256322,-251143],[-260620,-246358],[-261351,-243876],[-260154,-245424],[-266875,-244266],[-262182,-243361],[-260966,-243412],[-259875,-245643],[-258115,-244998],[-257342,-245972],[-268239,-254171],[-259789,-248810],[-261893,-246186],[-268489,-252260],[-268423,-253104],[-261734,-248643],[-263589,-247688],[-264848,-250480],[-258473,-248713],[-259457,-248639],[-265484,-254317],[-266903,-253254],[-262599,-254486],[-267778,-251162],[-267680,-249327],[-266511,-253917],[-266236,-253621],[-268002,-255698],[-262061,-255742],[-256056,-254240],[-260884,-248632],[-261438,-246165],[-268680,-252251],[-265602,-255739],[-262303,-250772],[-262477,-247962],[-264412,-247422],[-265621,-249687],[-259385,-248025],[-259435,-249223],[-265834,-254939],[-265177,-254350],[-257155,-253002],[-257662,-255292],[-259201,-250390],[-263470,-248589],[-266410,-252509],[-267947,-255469],[-256947,-253439],[-266995,-255621],[-256890,-254197],[-260937,-248024],[-261798,-246432],[-268378,-252873],[-261387,-248159],[-263905,-247994],[-265234,-250148],[-258850,-248131],[-258866,-249134],[-265660,-254430],[-262019,-252701],[-256044,-254136],[-260001,-249064],[-268628,-252216],[-266593,-252668],[-263821,-255796],[-262866,-254833],[-262218,-250899],[-261795,-248936],[-263876,-247631],[-265446,-249091],[-258855,-248451],[-259460,-249364],[-257822,-251237],[-264805,-254642],[-257161,-253822],[-265469,-267197],[-256903,-262792],[-261573,-258686],[-261282,-263017],[-261701,-261954],[-263701,-261303],[-262081,-264694],[-262725,-264420],[-265264,-265893],[-257321,-256513],[-265601,-255968],[-265046,-256625],[-264297,-255976],[-263444,-256040],[-264793,-260584],[-264616,-261089],[-262797,-262643],[-263287,-262723],[-264198,-265067],[-262525,-265375],[-263142,-268582],[-262189,-266729],[-257650,-267377],[-266607,-265611],[-268669,-263787],[-256090,-261717],[-260422,-256725],[-262345,-257874],[-262880,-259907],[-262957,-260008],[-261305,-261855],[-263202,-260818],[-264897,-257207],[-263854,-256006],[-262948,-256384],[-264267,-261368],[-264183,-262198],[-262759,-263434],[-263950,-266639],[-262631,-264787],[-262818,-266838],[-258231,-266758],[-256569,-266836],[-265775,-267607],[-268795,-265259],[-266163,-264856],[-256591,-256315],[-267455,-261076],[-264586,-262403],[-257442,-260975],[-259339,-257618],[-260719,-256991],[-260928,-260283],[-264691,-261619],[-261918,-263639],[-262577,-264264],[-265896,-255906],[-263604,-256310],[-264750,-261134],[-264891,-263214],[-262432,-265186],[-262011,-266779],[-263171,-256070],[-266336,-262570],[-263549,-256426],[-264701,-256561],[-259722,-256734],[-259913,-257534],[-261511,-262227],[-262813,-260533],[-261586,-265435],[-264575,-264007],[-258893,-256535],[-265526,-256350],[-265041,-256887],[-264550,-255830],[-263398,-256504],[-261174,-256376],[-264250,-261930],[-262832,-265876],[-261947,-268426],[-256427,-268265],[-256890,-281342],[-260776,-280883],[-267374,-281346],[-257730,-281389],[-257913,-280227],[-258789,-279953],[-267663,-277898],[-257505,-268892],[-262838,-277779],[-262419,-275818],[-261857,-275279],[-266889,-273943],[-256324,-275836],[-264061,-279648],[-257494,-276791],[-258612,-271321],[-258434,-269336],[-267286,-271383],[-260634,-276293],[-257961,-277188],[-260800,-278749],[-265384,-277614],[-265559,-273350],[-263101,-274611],[-268674,-280702],[-263997,-268832],[-260334,-270222],[-257772,-279916],[-263969,-278170],[-267439,-275663],[-266164,-276149],[-265008,-279719],[-267852,-271346],[-261616,-275575],[-263865,-276070],[-264736,-272727],[-258406,-271240],[-259257,-270351],[-256196,-271450],[-260052,-279701],[-260537,-277833],[-268385,-277989],[-265176,-273634],[-261822,-276091],[-267589,-279134],[-256432,-276450],[-266555,-269240],[-262421,-278507],[-267085,-277016],[-264894,-276560],[-261233,-275058],[-260062,-269553],[-266487,-268631],[-267847,-292555],[-260999,-284379],[-267896,-282910],[-257173,-281792],[-264939,-292479],[-266147,-286214],[-256374,-289241],[-268031,-293728],[-264455,-283437],[-267195,-290621],[-264673,-291744],[-261523,-287903],[-260035,-290402],[-264234,-285324],[-268072,-283112],[-260938,-284813],[-263301,-287289],[-264966,-292088],[-263356,-288203],[-265284,-292824],[-268020,-283768],[-259919,-284234],[-265102,-292536],[-262739,-287357],[-260422,-291619],[-257538,-291652],[-258418,-285005],[-262033,-283695],[-261772,-283409],[-266635,-289374],[-267763,-281746],[-263212,-286926],[-266886,-283436],[-264144,-289367],[-262546,-293673],[-256988,-292790],[-259565,-286320],[-261657,-284360],[-261308,-284630],[-261511,-281816],[-261373,-281839],[-265038,-283209],[-265909,-292132],[-263526,-289405],[-260370,-287629],[-265343,-283747],[-258089,-281977],[-258895,-290985],[-262340,-293806],[-265308,-286042],[-261845,-281737],[-268510,-290966],[-262123,-282491],[-260711,-296198],[-256372,-304811],[-260746,-297280],[-258677,-305327],[-265406,-303091],[-258410,-304772],[-263488,-301275],[-263034,-295294],[-268551,-302976],[-256081,-299038],[-267617,-294385],[-263645,-300989],[-258363,-303385],[-257375,-299003],[-266478,-294694],[-262068,-301264],[-268368,-301469],[-260023,-301271],[-265626,-301592],[-260517,-297483],[-262513,-299839],[-260931,-301047],[-259028,-306726],[-257150,-298809],[-266693,-298978],[-266420,-295571],[-263165,-297391],[-258566,-294392],[-268329,-303010],[-259261,-306764],[-260018,-299035],[-266547,-303653],[-265270,-302269],[-268688,-301557],[-267574,-296878],[-263965,-294517],[-260413,-305348],[-264595,-299169],[-258830,-302796],[-257657,-305911],[-263406,-300792],[-259931,-299616],[-261160,-294948],[-266164,-303151],[-260692,-294939],[-262384,-302403],[-257038,-302509],[-260051,-302146],[-267143,-296179],[-261250,-298366],[-268257,-299966],[-268104,-302375],[-267023,-294252],[-265945,-301925],[-261336,-305285],[-258576,-299026],[-263344,-299592],[-263059,-304071],[-262854,-306086],[-257752,-308268],[-260303,-308567],[-258392,-315426],[-258357,-317916],[-262246,-315200],[-263110,-316262],[-260539,-317065],[-258232,-312783],[-260063,-310456],[-263059,-315181],[-259157,-315915],[-261932,-313404],[-258812,-311365],[-262992,-316007],[-256141,-312919],[-259519,-315756],[-260317,-316097],[-259293,-315880],[-258724,-312517],[-257655,-311920],[-265900,-315817],[-263840,-312162],[-265540,-317673],[-263447,-308177],[-263541,-311621],[-267423,-309786],[-264016,-312254],[-256061,-319175],[-265876,-312688],[-268700,-316246],[-266907,-309844],[-262693,-311347],[-263705,-313817],[-262567,-312120],[-263950,-317709],[-264985,-313462],[-262311,-311200],[-265422,-311543],[-258400,-319101],[-262951,-311639],[-267037,-318256],[-268558,-315330],[-262926,-309509],[-256417,-319262],[-263389,-319007],[-264256,-313433],[-262440,-312871],[-263077,-309159],[-264255,-310985],[-260540,-321581],[-260103,-321175],[-257456,-324853],[-263604,-325813],[-265066,-324800],[-266408,-328744],[-257156,-320425],[-259481,-325232],[-261243,-321200],[-264159,-325846],[-265024,-325825],[-267052,-328917],[-258459,-324168],[-265513,-320033],[-256641,-328899],[-258844,-323720],[-264440,-324941],[-265394,-325509],[-265967,-328687],[-257746,-323423],[-258512,-323208],[-258040,-324970],[-257140,-325353],[-263062,-333389],[-267925,-338280],[-267566,-336068],[-265384,-334036],[-257735,-24331],[-257644,-24986],[-257563,-15633],[-257849,-19613],[-267904,-13055],[-267923,-23696],[-256767,-24267],[-257770,-24704],[-257340,-25092],[-257665,-25303],[-266206,-12643],[-267914,-23509],[-263669,-25267],[-257270,-23054],[-256678,-23656],[-256307,-15512],[-257444,-15776],[-258130,-19511],[-257889,-19069],[-260309,-16993],[-259675,-17097],[-260180,-15783],[-265585,-14770],[-267211,-15529],[-264638,-24850],[-264503,-25209],[-256981,-30838],[-262479,-32167],[-264024,-29445],[-267468,-25667],[-267834,-27267],[-266747,-30093],[-259239,-27345],[-262569,-25916],[-266606,-34297],[-266173,-31163],[-262418,-25949],[-260487,-27441],[-257769,-27806],[-258274,-27321],[-263095,-28540],[-262293,-30175],[-265042,-29966],[-266746,-34016],[-260452,-28149],[-256656,-34557],[-267157,-25585],[-267681,-27096],[-267257,-29905],[-261692,-32112],[-260665,-27620],[-257319,-28473],[-263440,-28920],[-262338,-33747],[-256596,-34859],[-263388,-28674],[-261700,-33661],[-258747,-36764],[-267853,-34859],[-266647,-32375],[-266083,-32043],[-265884,-31918],[-256508,-33119],[-258427,-36436],[-267182,-25830],[-267648,-27606],[-258597,-36159],[-267394,-31141],[-262693,-31576],[-258948,-27481],[-264277,-29457],[-265390,-30524],[-259112,-36937],[-258983,-36665],[-259094,-36360],[-266122,-30202],[-265705,-30406],[-260108,-30237],[-264609,-25658],[-267468,-25611],[-267946,-27138],[-265812,-31211],[-264549,-29237],[-261727,-31501],[-261688,-29740],[-260445,-27897],[-256813,-557186],[-257573,-563717],[-260376,-573948],[-266551,-584313],[-260873,-594551],[-263882,-589131],[-261496,-589505],[-268402,-598412],[-260637,-40415],[-260748,-39594],[-262283,-39340],[-267688,-44492],[-260608,-40023],[-260987,-39440],[-260669,-39832],[-261971,-39442],[-267116,-43864],[-267425,-43989],[-267648,-43624],[-257159,-58456],[-263909,-57188],[-256974,-58767],[-263898,-57684],[-264520,-57328],[-265346,-57743],[-264415,-57142],[-257383,-63778],[-257233,-62902],[-257077,-63392],[-257244,-63654],[-265389,-72001],[-264485,-74552],[-264172,-74878],[-266042,-75280],[-266459,-75440],[-268448,-73124],[-268116,-73829],[-267601,-73794],[-265123,-72409],[-265334,-73112],[-266110,-72868],[-266211,-72080],[-266338,-72159],[-262176,-72653],[-262573,-73313],[-258764,-66508],[-258334,-66476],[-257897,-66440],[-257476,-66413],[-263893,-75392],[-268218,-74839],[-267646,-73587],[-261994,-76505],[-263949,-75598],[-266050,-71162],[-264815,-71366],[-267480,-74598],[-267426,-72719],[-264081,-74446],[-264144,-74781],[-264346,-74773],[-264265,-74904],[-266304,-75133],[-265120,-75176],[-265708,-75251],[-267879,-73031],[-267271,-72936],[-266381,-73592],[-267540,-74082],[-266739,-73208],[-268584,-74228],[-264352,-73051],[-264240,-72248],[-265738,-72620],[-265734,-73126],[-264925,-72775],[-265707,-72774],[-265823,-71579],[-265955,-71976],[-262089,-72522],[-262541,-72656],[-262603,-71997],[-266299,-71986],[-266160,-71791],[-261620,-66328],[-261453,-66592],[-261459,-66335],[-263968,-75191],[-257455,-64065],[-257506,-63878],[-262557,-73554],[-265415,-71943],[-268117,-73211],[-267933,-72744],[-266633,-73893],[-264650,-75368],[-262095,-78398],[-265435,-84917],[-266530,-86580],[-268118,-86713],[-258656,-79965],[-259779,-79841],[-258034,-82627],[-268502,-86115],[-261441,-86197],[-264155,-78374],[-262434,-79609],[-262584,-81278],[-262417,-76997],[-262035,-77003],[-263161,-82225],[-263518,-84431],[-261078,-84499],[-260904,-82854],[-258627,-84364],[-258819,-79816],[-259349,-79371],[-258539,-82778],[-258037,-81120],[-259863,-79549],[-258587,-82669],[-258342,-81783],[-266160,-84251],[-265064,-85509],[-265321,-85783],[-266041,-86304],[-266868,-86378],[-263463,-86115],[-263655,-86682],[-263551,-85413],[-262246,-80077],[-261735,-79909],[-259130,-85837],[-259916,-86239],[-265360,-86178],[-259043,-79259],[-259340,-79128],[-267619,-85836],[-262962,-86833],[-263034,-85226],[-257531,-86198],[-258555,-88020],[-264090,-77882],[-262459,-78983],[-262807,-80668],[-262383,-77382],[-261381,-77201],[-262460,-82519],[-263963,-84246],[-260969,-84479],[-260943,-82796],[-258389,-84398],[-258408,-82500],[-268445,-85423],[-262608,-85557],[-259597,-88007],[-264108,-78446],[-262484,-79458],[-263067,-80824],[-262091,-77211],[-263050,-82549],[-264020,-84840],[-261841,-84478],[-261044,-82586],[-268092,-84717],[-261943,-84974],[-264464,-77757],[-262253,-79615],[-262484,-80897],[-261521,-77529],[-261623,-77120],[-262457,-82358],[-263631,-84193],[-262035,-82779],[-261012,-82825],[-268150,-87737],[-268286,-88824],[-263459,-89079],[-259895,-88368],[-261334,-88908],[-257033,-87662],[-267660,-88562],[-268378,-88386],[-264456,-88590],[-264502,-89224],[-258162,-88092],[-267820,-88658],[-267240,-88204],[-259938,-88548],[-267677,-100872],[-267135,-98907],[-266686,-99708],[-264890,-100821],[-265058,-101860],[-265765,-100017],[-265789,-99203],[-265944,-97524],[-266305,-97580],[-263618,-101739],[-263310,-101820],[-262736,-101067],[-262019,-100970],[-263615,-98453],[-263243,-98378],[-261582,-98638],[-262149,-99108],[-263006,-100483],[-263177,-100387],[-263394,-99918],[-263632,-98776],[-264750,-99919],[-264775,-99039],[-257879,-92846],[-258065,-93397],[-259086,-101844],[-267408,-96301],[-267583,-95885],[-266705,-92831],[-267492,-92654],[-267550,-101638],[-257447,-102178],[-257774,-98527],[-259361,-93995],[-260373,-93135],[-263711,-92637],[-266683,-101863],[-266536,-101532],[-267530,-99478],[-267203,-100832],[-267369,-99953],[-267031,-100350],[-267103,-100165],[-265990,-99247],[-266447,-100125],[-265508,-101902],[-266286,-101754],[-266472,-101159],[-265494,-101097],[-265693,-100238],[-266053,-99680],[-266420,-98062],[-266196,-98658],[-265229,-98087],[-264821,-98137],[-264231,-98888],[-264188,-98137],[-264172,-100782],[-263085,-102127],[-263185,-101605],[-260471,-99411],[-263191,-98828],[-263430,-98446],[-263255,-98713],[-261912,-98607],[-261417,-98863],[-263284,-100249],[-263311,-100599],[-263614,-99238],[-264133,-100025],[-265506,-99850],[-264237,-100485],[-265764,-99064],[-256196,-94616],[-256057,-95215],[-258559,-98302],[-257806,-101590],[-262154,-89660],[-257459,-89938],[-263816,-93717],[-264910,-92962],[-259876,-92289],[-259362,-91437],[-261085,-95839],[-258508,-92578],[-266499,-94232],[-265577,-94839],[-268378,-100840],[-256597,-99025],[-256278,-99971],[-256567,-97892],[-257651,-94532],[-258598,-95539],[-261497,-95014],[-264195,-90388],[-257582,-92644],[-258997,-102148],[-268506,-95640],[-266785,-92418],[-268334,-101876],[-258027,-99244],[-256155,-96996],[-257873,-97170],[-261604,-93048],[-264344,-89415],[-257241,-93130],[-267330,-94697],[-265975,-92510],[-257378,-99678],[-256339,-97366],[-256433,-97614],[-258139,-95610],[-262433,-91098],[-262494,-89782],[-267717,-108256],[-262986,-113785],[-256236,-113335],[-258133,-113828],[-257566,-113905],[-256974,-109220],[-262213,-114887],[-261978,-113876],[-259289,-109865],[-260676,-106922],[-261103,-106454],[-262092,-107734],[-268334,-108080],[-267668,-110924],[-257087,-109577],[-258625,-114788],[-259034,-111950],[-259337,-110724],[-261611,-114060],[-268083,-106447],[-264603,-107724],[-263670,-110230],[-263656,-112755],[-261912,-111436],[-260053,-109649],[-260362,-110093],[-259392,-108850],[-259419,-110107],[-257430,-107649],[-256718,-105701],[-256611,-105654],[-256029,-103504],[-256993,-114858],[-259748,-106856],[-261130,-106948],[-261214,-105703],[-262374,-107644],[-267383,-104070],[-268085,-108497],[-268761,-110230],[-267241,-112356],[-259115,-111783],[-261568,-113806],[-268799,-106145],[-266315,-106587],[-266260,-106025],[-261461,-112044],[-260667,-109917],[-259526,-108991],[-257043,-103225],[-257341,-114705],[-257825,-113090],[-261900,-113310],[-256818,-112322],[-260339,-111028],[-259152,-113729],[-261537,-114399],[-256860,-113891],[-259202,-106341],[-260299,-105695],[-261945,-108377],[-268437,-104739],[-268067,-108578],[-267433,-111562],[-258448,-104405],[-260516,-112042],[-260552,-110919],[-257850,-110454],[-257111,-111583],[-259246,-113909],[-259451,-114952],[-268141,-106270],[-268566,-106623],[-267297,-107523],[-265429,-107655],[-264288,-105803],[-261596,-112651],[-262643,-111315],[-259877,-110743],[-258239,-108445],[-256497,-110901],[-261581,-114051],[-262208,-113081],[-258460,-105977],[-259785,-110535],[-259436,-107102],[-260318,-106493],[-268636,-111770],[-258819,-103969],[-258482,-114604],[-259237,-111204],[-260085,-113167],[-266816,-108047],[-265836,-105795],[-265467,-110344],[-262566,-113056],[-259535,-108755],[-257496,-109056],[-268235,-111208],[-260740,1853],[-267828,2661],[-260309,1171],[-259871,401],[-268066,3014],[-257947,12570],[-260556,1112],[-268210,2808],[-258687,12885],[-266837,187492],[-264487,186133],[-266719,187801],[-264166,188507],[-266100,187794],[-263923,186180],[-264770,188939],[-267248,188369],[-266710,187200],[-264259,185922],[-264701,188130],[-267000,188192],[-266000,187536],[-264377,185565],[-266467,187894],[-263973,17163],[-265086,18183],[-264801,18937],[-262424,17929],[-261664,19123],[-261707,20603],[-262093,21359],[-262989,24094],[-264405,23192],[-260033,23974],[-261612,22358],[-259039,23036],[-256001,22362],[-256840,21117],[-259184,20068],[-258500,19030],[-257316,18403],[-259108,17302],[-256067,18707],[-265550,21584],[-267771,24659],[-267298,23382],[-267405,25561],[-268723,18420],[-267627,16941],[-256162,13225],[-265316,20097],[-256068,25644],[-264140,17144],[-265043,18648],[-264598,19050],[-261867,17430],[-261706,19189],[-261336,20355],[-262000,21497],[-263332,24385],[-264733,22522],[-260269,23443],[-261361,22063],[-258945,22905],[-256152,22400],[-256629,21397],[-259314,19613],[-257853,18383],[-257410,18532],[-258862,17128],[-256240,19452],[-265628,21974],[-267631,24813],[-267910,23536],[-267386,25609],[-268140,16553],[-265003,24485],[-258126,25487],[-263361,24325],[-260069,22273],[-256376,13760],[-256870,15497],[-256997,15599],[-257058,16490],[-256996,17319],[-265621,20109],[-268452,13728],[-264620,16843],[-265017,18706],[-264929,19597],[-262146,18095],[-260935,18694],[-261430,20045],[-262393,21267],[-263161,23919],[-264429,23212],[-260371,23876],[-260921,22511],[-258958,22768],[-256664,22781],[-256125,20680],[-256252,20963],[-259179,19581],[-258443,18572],[-256646,18127],[-256908,19054],[-258261,16909],[-265955,21588],[-267604,24909],[-267499,23019],[-267064,25469],[-268511,18098],[-267573,16962],[-264707,16720],[-264711,18588],[-264320,19601],[-262478,17450],[-261457,18450],[-261300,20028],[-262655,21549],[-262529,24708],[-264920,22664],[-260823,23643],[-261299,22612],[-258404,22600],[-256610,22269],[-256799,21192],[-258909,20427],[-259169,20270],[-258644,18468],[-256635,18520],[-258932,16793],[-256292,19063],[-265655,22189],[-267272,24549],[-267544,23726],[-267359,25140],[-268419,18575],[-268158,17032],[-260809,19890],[-261297,30234],[-261409,26926],[-262705,30102],[-262215,28860],[-259360,31242],[-262774,28137],[-260191,27919],[-262041,26721],[-262353,28933],[-262474,27969],[-257168,30024],[-257714,30626],[-256631,30358],[-258500,30621],[-260418,31921],[-257971,30587],[-258417,31891],[-257256,26276],[-259482,28542],[-257456,25826],[-257354,30961],[-258903,30356],[-257594,28155],[-256730,26406],[-258768,28800],[-258397,29166],[-261124,28534],[-260733,28154],[-259957,32043],[-260553,30942],[-257974,26805],[-256029,31488],[-265524,28096],[-262371,26222],[-263925,29327],[-261502,30143],[-257309,32309],[-262964,29922],[-261018,36911],[-256776,33032],[-258230,29025],[-258702,26451],[-257588,27559],[-259753,29074],[-257263,36292],[-261372,38066],[-259349,47665],[-267503,51362],[-257153,39231],[-261105,39421],[-264999,49490],[-256902,44456],[-268175,45160],[-265953,45293],[-268762,60489],[-268177,59541],[-265117,56901],[-263615,56066],[-261233,57448],[-262655,56557],[-261434,57143],[-263759,63248],[-261858,52215],[-260788,58257],[-266570,58825],[-268601,60522],[-262684,63394],[-263093,56394],[-263149,55758],[-259344,59021],[-267316,62552],[-268448,52337],[-268625,53729],[-265472,56387],[-263570,56084],[-263647,54746],[-262931,57416],[-259114,57111],[-260695,58954],[-264561,63053],[-263227,62237],[-263836,60610],[-266856,53819],[-263622,60502],[-265756,63809],[-267875,59440],[-266907,60454],[-261132,63825],[-266461,56275],[-262589,53025],[-266349,54761],[-260093,60021],[-261985,55989],[-262324,58988],[-264804,62023],[-264786,60479],[-260541,58518],[-259540,60362],[-263750,64080],[-264422,62451],[-261930,56883],[-264848,59817],[-261713,58521],[-259613,60398],[-264021,63545],[-261336,55939],[-268630,55034],[-260596,59581],[-263739,62493],[-268152,60021],[-267240,60796],[-268201,55250],[-268528,55109],[-262857,55245],[-265536,55769],[-259041,57179],[-263010,56539],[-261520,57622],[-263982,61952],[-265052,63034],[-264352,72567],[-267868,68412],[-267326,71875],[-264839,69155],[-267449,75937],[-265516,65179],[-264075,74470],[-264381,64707],[-267268,75351],[-263987,64689],[-268173,75389],[-264815,65575],[-265017,65065],[-263082,64922],[-267174,75316],[-265195,82503],[-265531,79014],[-268160,80807],[-265439,82032],[-267486,82049],[-264359,89443],[-264551,88688],[-258682,86058],[-264306,87668],[-263864,85290],[-268350,86522],[-267305,77849],[-267420,88748],[-263579,84298],[-265405,82824],[-265786,79601],[-267143,88690],[-265929,85913],[-259593,86823],[-260425,81155],[-263587,87887],[-259757,85446],[-264172,83106],[-268396,78013],[-268451,88338],[-264165,82274],[-263623,77919],[-262103,79824],[-264080,81287],[-266830,77711],[-268136,88989],[-264134,84658],[-264117,81183],[-265513,79399],[-266571,88178],[-258858,88109],[-259484,86624],[-267707,77171],[-267341,87971],[-267409,100110],[-267322,97192],[-268418,90860],[-268182,91787],[-266893,91253],[-267268,97612],[-265070,91708],[-267787,91110],[-268464,92932],[-267144,91424],[-268191,92916],[-268252,91726],[-267177,115010],[-267386,105745],[-268202,103384],[-267420,103107],[-262621,109447],[-259509,114142],[-258590,114579],[-268401,118120],[-266421,118970],[-262788,121598],[-266954,120107],[-265718,119424],[-266623,117767],[-258541,116696],[-261956,118942],[-257873,117286],[-259763,122693],[-259034,121966],[-256598,122747],[-256386,122301],[-257022,121357],[-256454,121107],[-258192,123088],[-259990,119779],[-256290,122659],[-257906,119188],[-262629,115760],[-260212,119339],[-256360,121456],[-259162,123778],[-256118,122208],[-258804,125056],[-274639,-117519],[-274966,-116458],[-274967,-118002],[-275569,-117224],[-276302,-116155],[-276025,-116060],[-276267,-115313],[-276302,-115429],[-275580,-115501],[-274756,-116519],[-274115,-115612],[-274137,-116132],[-273910,-118894],[-274256,-120032],[-274426,-117672],[-273443,-117605],[-274626,-116581],[-274864,-119095],[-274560,-119297],[-277293,-116805],[-277679,-115928],[-278347,-120863],[-277661,-120531],[-277858,-121799],[-278229,-121890],[-275482,-122864],[-279224,-121882],[-279985,-122690],[-280554,-122181],[-280129,-121946],[-280030,-122226],[-281324,-121203],[-281152,-121416],[-273664,-120883],[-274281,-120386],[-272411,-122080],[-272754,-122010],[-272624,-122129],[-272764,-122481],[-272773,-122984],[-273343,-122391],[-274437,-122928],[-275128,-122268],[-274493,-122850],[-273363,-123961],[-272214,-123080],[-272560,-123204],[-273610,-124422],[-273577,-124802],[-273507,-125039],[-274963,-126121],[-274527,-125219],[-275122,-125612],[-274433,-124757],[-275736,-124667],[-274920,-123283],[-273568,-124249],[-274903,-124325],[-273960,-124371],[-272762,-126781],[-272872,-126971],[-272595,-125722],[-273413,-126231],[-273232,-126084],[-281243,-124626],[-280959,-125107],[-280859,-125169],[-276990,-124501],[-276906,-124742],[-281198,-125161],[-281356,-125114],[-281462,-125133],[-278972,-126738],[-278720,-126672],[-279247,-127289],[-269269,-124102],[-270135,-124785],[-271635,-127651],[-269459,-126127],[-280306,-115958],[-281548,-126152],[-280697,-125832],[-279214,-125582],[-278872,-123989],[-276393,-123301],[-278513,-122872],[-276727,-121891],[-275708,-120910],[-278065,-119937],[-277546,-119602],[-278895,-118456],[-277854,-117665],[-280137,-118038],[-279773,-119476],[-280386,-116339],[-275764,-117709],[-275579,-117522],[-275422,-117328],[-276044,-116498],[-276131,-115531],[-276330,-115500],[-274063,-115987],[-274350,-115866],[-274160,-118043],[-274353,-118318],[-273990,-120213],[-273793,-119283],[-273654,-116896],[-273954,-117036],[-275441,-119988],[-274778,-118629],[-275499,-117871],[-276448,-116789],[-277359,-116890],[-277392,-116569],[-277982,-116093],[-278599,-116642],[-278656,-119264],[-278180,-119764],[-276014,-119342],[-278668,-121517],[-278767,-122834],[-275499,-122793],[-275527,-122516],[-274423,-121577],[-279168,-122512],[-279681,-122194],[-280544,-121820],[-280862,-121815],[-280976,-121491],[-273745,-120489],[-274079,-120392],[-272574,-122478],[-272501,-121812],[-274596,-123011],[-274773,-122722],[-272871,-123536],[-273711,-124502],[-274866,-126074],[-273531,-124906],[-275531,-125690],[-274609,-124970],[-274924,-123203],[-273824,-124397],[-274089,-123155],[-273709,-127132],[-273177,-124183],[-272882,-124878],[-272765,-126150],[-272496,-126291],[-280365,-125079],[-280888,-125138],[-277313,-124747],[-276654,-124269],[-278888,-126429],[-279492,-126082],[-278704,-126761],[-270532,-123281],[-270861,-124080],[-281095,-117342],[-281180,-116379],[-279461,-116291],[-280590,-126004],[-278351,-125257],[-280276,-124976],[-277690,-124215],[-277273,-123219],[-277283,-120826],[-276233,-122196],[-279470,-117807],[-278969,-116928],[-280530,-118034],[-280729,-117516],[-281330,-120162],[-269383,-126246],[-268993,-124808],[-272295,-127732],[-280143,-116099],[-280838,-126618],[-278049,-124963],[-278357,-122697],[-275407,-121809],[-276828,-117708],[-277686,-118014],[-280449,-117703],[-269300,-125251],[-271322,-123475],[-280513,-115168],[-281405,-126679],[-277262,-122366],[-275828,-120903],[-277545,-116949],[-272989,-128369],[-270114,-131655],[-269598,-140525],[-274239,-136737],[-276083,-135603],[-274257,-128244],[-273660,-129403],[-281575,-127975],[-281362,-128102],[-279951,-135473],[-279617,-136518],[-280082,-136836],[-278857,-136973],[-278302,-137701],[-278868,-137622],[-281068,-137152],[-281297,-136987],[-280654,-137034],[-279328,-136814],[-279426,-137091],[-279823,-137173],[-277497,-137159],[-277369,-137876],[-277352,-136816],[-278411,-139169],[-278320,-138697],[-278335,-138780],[-278325,-139590],[-277994,-139916],[-278607,-138117],[-278607,-139217],[-279171,-138170],[-279876,-139039],[-279967,-140084],[-279530,-139153],[-281100,-139957],[-281158,-138545],[-280700,-138504],[-280351,-138632],[-281571,-138186],[-272290,-128603],[-270482,-130333],[-268858,-134719],[-268908,-136762],[-268908,-139184],[-273873,-137094],[-273816,-137766],[-275434,-136022],[-275859,-137140],[-273776,-129682],[-272983,-129407],[-281365,-128114],[-278686,-127988],[-279386,-136345],[-279698,-135414],[-278668,-136293],[-278576,-136464],[-281395,-137524],[-280983,-136760],[-279672,-137470],[-279045,-137753],[-277728,-137941],[-278063,-137403],[-277890,-139075],[-277839,-139332],[-278476,-139439],[-279678,-138128],[-279241,-138053],[-278621,-139536],[-279132,-139234],[-280049,-140367],[-281341,-140523],[-280817,-138658],[-280651,-139535],[-281248,-140559],[-268908,-138158],[-272738,-127810],[-273378,-128560],[-269348,-131389],[-268843,-130580],[-268806,-135436],[-269376,-139120],[-269172,-140592],[-273326,-138899],[-272335,-137769],[-276361,-137127],[-274677,-135124],[-269632,-131304],[-273737,-137306],[-276812,-136641],[-269720,-145859],[-269918,-145835],[-270368,-146945],[-269548,-146600],[-270238,-146886],[-271583,-147622],[-271067,-147292],[-271789,-147488],[-271525,-148172],[-268896,-151866],[-268880,-152006],[-268868,-151014],[-269797,-152066],[-269992,-152899],[-272592,-149371],[-272389,-150268],[-270337,-148969],[-269149,-147790],[-273095,-151681],[-270894,-147183],[-270638,-147268],[-271463,-147175],[-271883,-148153],[-269011,-151522],[-269011,-151291],[-269100,-152925],[-270416,-153032],[-270340,-152372],[-272491,-151372],[-269142,-148831],[-270784,-149691],[-270132,-145154],[-270397,-148644],[-271956,-149389],[-272823,-152979],[-277680,-150941],[-278611,-146563],[-273103,-150903],[-272672,-145789],[-280768,-152926],[-278026,-148087],[-273155,-143092],[-278900,-150969],[-277794,-149573],[-279239,-147809],[-279136,-144672],[-274756,-151858],[-276070,-152285],[-278018,-142094],[-278373,-141689],[-278446,-141678],[-279980,-140658],[-279037,-141312],[-279377,-141050],[-281031,-140766],[-281361,-140851],[-280667,-141179],[-280977,-141538],[-280398,-142232],[-281206,-142572],[-281347,-141387],[-280043,-141764],[-279364,-142772],[-279536,-141744],[-278790,-142640],[-278955,-142427],[-279279,-141760],[-278906,-141531],[-279342,-142643],[-279299,-141984],[-278496,-144106],[-278250,-143411],[-278828,-144060],[-277944,-145359],[-277818,-144791],[-278391,-144307],[-280531,-143929],[-279245,-143081],[-280068,-143231],[-280552,-143930],[-280559,-145358],[-281091,-145980],[-281440,-145143],[-281388,-144747],[-281106,-144926],[-281380,-147332],[-280197,-146229],[-277798,-146531],[-278574,-146421],[-277711,-145542],[-278059,-146881],[-277402,-147966],[-272935,-146497],[-272922,-145825],[-273127,-146955],[-273430,-147498],[-272877,-148242],[-273199,-147295],[-269061,-141904],[-268866,-141830],[-274448,-152861],[-277642,-150536],[-280155,-146774],[-273317,-150288],[-273448,-148051],[-270522,-145265],[-280761,-149928],[-270055,-142807],[-270468,-142011],[-274124,-142921],[-274319,-141741],[-279069,-151860],[-278145,-149674],[-280690,-147793],[-278279,-145701],[-274937,-151936],[-275081,-152668],[-278268,-140713],[-278258,-141261],[-278198,-140794],[-279546,-140780],[-280746,-140647],[-281194,-140868],[-281500,-142110],[-281259,-141393],[-280437,-141804],[-281237,-141606],[-280977,-142758],[-281043,-141751],[-279273,-143070],[-279509,-142826],[-279270,-141810],[-278912,-141677],[-278473,-142767],[-279583,-141848],[-279625,-142489],[-279127,-144257],[-278337,-143272],[-277464,-145461],[-277794,-144868],[-280645,-143560],[-279851,-143381],[-280524,-144659],[-280717,-143957],[-280977,-145881],[-281430,-147356],[-278088,-146166],[-277560,-145945],[-273393,-146712],[-269430,-141037],[-274398,-152972],[-278381,-150591],[-274698,-148440],[-274908,-148347],[-271672,-144211],[-279278,-149975],[-280425,-150515],[-270618,-142790],[-270174,-141421],[-274279,-142271],[-274346,-142194],[-279427,-150972],[-277617,-149815],[-279142,-147717],[-278251,-144922],[-273894,-150872],[-275621,-152450],[-277461,-148619],[-272758,-148674],[-271484,-145912],[-277892,-148268],[-280658,-151351],[-271421,-141780],[-272268,-141906],[-279496,-151893],[-277900,-149991],[-280390,-148330],[-278842,-144827],[-274721,-152906],[-274812,-152419],[-275026,-152315],[-276089,-152222],[-269988,-153402],[-270737,-153682],[-275489,-155284],[-275461,-155863],[-274604,-155724],[-275033,-156566],[-274409,-156252],[-274731,-156806],[-275227,-158898],[-275270,-158377],[-272371,-155364],[-274217,-155462],[-270869,-154310],[-270315,-154792],[-270997,-154742],[-271874,-155075],[-270791,-155987],[-271222,-154859],[-271807,-156518],[-271684,-155823],[-272565,-156415],[-272575,-157652],[-273475,-156987],[-273666,-157823],[-274439,-157717],[-274348,-164714],[-275178,-163127],[-272003,-161926],[-271987,-160072],[-270342,-156036],[-272329,-153968],[-274719,-155431],[-277794,-165129],[-277514,-166116],[-275206,-155827],[-275427,-156481],[-274950,-158162],[-274193,-155344],[-271429,-153476],[-271082,-153838],[-271490,-154240],[-271579,-154965],[-272601,-155749],[-271536,-155344],[-272935,-156284],[-272379,-157066],[-273288,-156626],[-274122,-157770],[-272886,-157026],[-275532,-164040],[-272923,-159311],[-274298,-161518],[-270458,-156081],[-274473,-155126],[-277159,-164984],[-277631,-165798],[-274411,-163890],[-273893,-160103],[-277948,-164827],[-277397,-165943],[-273435,-159178],[-269406,-157103],[-277685,-164688],[-277296,-165948],[-275599,-154131],[-280468,-154680],[-279382,-154863],[-280017,-154674],[-279853,-155913],[-279452,-155527],[-278985,-156719],[-278913,-156010],[-278716,-156047],[-276584,-156695],[-276317,-155154],[-279391,-153694],[-279011,-154924],[-279873,-154143],[-279624,-156055],[-278493,-156367],[-276606,-156863],[-277670,-155261],[-277730,-154812],[-275424,-154293],[-276511,-154987],[-278345,-154068],[-278520,-178607],[-277939,-174544],[-275709,-168386],[-275270,-167071],[-280234,-173763],[-280150,-177707],[-276604,-171141],[-279370,-172812],[-275398,-169895],[-275525,-170217],[-280284,-173872],[-277690,-166657],[-280566,-177330],[-276430,-172207],[-279445,-174374],[-275437,-168769],[-275783,-167938],[-274835,-166600],[-280071,-173823],[-277979,-166226],[-268863,-178002],[-279908,-176460],[-275728,-174303],[-277856,-168855],[-277528,-166325],[-279163,-170060],[-280993,-172943],[-281398,-175158],[-279735,-168575],[-279231,-166948],[-278611,-167559],[-278501,-166680],[-279894,-170996],[-279323,-170300],[-280728,-173333],[-281483,-174788],[-279442,-167847],[-278378,-167478],[-281511,-178918],[-279734,-170938],[-279762,-169629],[-280826,-172544],[-280722,-174574],[-279816,-168261],[-279622,-167068],[-278581,-167117],[-279700,-170766],[-279184,-170276],[-280832,-173494],[-281117,-172987],[-281147,-175056],[-279895,-168454],[-279558,-167427],[-279279,-167273],[-275563,-181231],[-277832,-181397],[-278739,-179669],[-279683,-185669],[-278796,-186493],[-280990,-187843],[-281148,-189658],[-280602,-190946],[-277697,-191303],[-270698,-186583],[-274876,-184534],[-275826,-187689],[-276767,-188314],[-275011,-185918],[-277072,-182897],[-276975,-182598],[-274578,-181483],[-280601,-180728],[-279183,-190858],[-281428,-181484],[-274017,-186511],[-274858,-186398],[-275087,-185523],[-274871,-185253],[-274728,-185344],[-273188,-183726],[-273177,-183409],[-272099,-183197],[-273841,-183717],[-273629,-181996],[-273758,-181309],[-274885,-181362],[-275896,-182277],[-275755,-182153],[-275598,-182935],[-274138,-180540],[-275395,-181404],[-275444,-181151],[-275863,-180599],[-275047,-191430],[-275152,-191381],[-274966,-188306],[-274135,-186212],[-278680,-181644],[-278215,-181075],[-278863,-179285],[-280816,-185280],[-280049,-190052],[-277784,-190451],[-280024,-190256],[-281159,-181394],[-279136,-185356],[-278389,-189541],[-269088,-184245],[-281528,-179222],[-271963,-195143],[-272296,-195915],[-277942,-192705],[-279337,-195301],[-273535,-198813],[-279990,-202793],[-278203,-199889],[-274266,-197320],[-274626,-192153],[-274804,-192434],[-274723,-192174],[-271261,-202585],[-270793,-200986],[-271449,-200899],[-270219,-204456],[-278710,-196147],[-278008,-195171],[-276400,-200494],[-273620,-203668],[-279743,-202575],[-275628,-196013],[-271206,-202664],[-270419,-201527],[-269972,-200043],[-269744,-199189],[-269424,-199582],[-270682,-200901],[-272884,-200625],[-269678,-204356],[-273754,-203942],[-279287,-196271],[-277587,-195239],[-276913,-202482],[-274107,-200185],[-279871,-202203],[-279666,-203137],[-278051,-201850],[-278149,-200721],[-277208,-200333],[-276305,-199318],[-274429,-196868],[-275912,-195455],[-276468,-195261],[-272594,-199940],[-270266,-202032],[-269497,-202839],[-275403,-204534],[-274763,-202700],[-273732,-200496],[-277714,-201316],[-276679,-199255],[-278284,-198874],[-276311,-195390],[-281147,-204046],[-280812,-200904],[-280516,-198616],[-280397,-199906],[-281194,-199783],[-281584,-203671],[-280850,-200950],[-279684,-198062],[-280200,-198899],[-281343,-203382],[-281524,-202513],[-280153,-198310],[-281594,-203285],[-281400,-201516],[-281096,-199048],[-279908,-198385],[-278609,-206409],[-277921,-207710],[-271224,-205623],[-269374,-206920],[-275643,-205015],[-274456,-208798],[-269286,-206915],[-269555,-207040],[-271275,-205347],[-275189,-206078],[-274345,-205300],[-280008,-206667],[-279282,-211583],[-280089,-206744],[-278872,-206410],[-273978,-207982],[-270293,-206078],[-270976,-206923],[-270979,-206417],[-269487,-206209],[-274752,-204997],[-274386,-205937],[-274995,-205865],[-280385,-211269],[-278689,-206885],[-278945,-207146],[-275538,-206505],[-270894,-206708],[-274721,-206044],[-278022,-207013],[-278922,-207497],[-274794,-208555],[-274334,-208550],[-274344,-209284],[-275339,-209324],[-273485,-210971],[-277147,-214690],[-276093,-215415],[-273112,-212692],[-276164,-214598],[-276360,-213941],[-268817,-209791],[-269162,-207873],[-277044,-211540],[-281436,-212941],[-272382,-216842],[-269224,-213841],[-269025,-215595],[-271001,-213936],[-270685,-214051],[-273996,-212284],[-274554,-215551],[-273640,-215074],[-270431,-216941],[-278789,-214044],[-280790,-210898],[-271042,-209276],[-278204,-209165],[-275717,-208997],[-281531,-208385],[-281596,-210760],[-269905,-216285],[-271105,-214010],[-272602,-212101],[-274297,-215791],[-272499,-210385],[-274801,-211601],[-276096,-214429],[-281283,-211797],[-280845,-206294],[-279427,-216905],[-273185,-211519],[-280774,-217233],[-281050,-210990],[-271379,-209512],[-276790,-211275],[-275580,-209107],[-280955,-211903],[-272981,-217003],[-270323,-214797],[-271621,-212623],[-271104,-213600],[-273934,-215732],[-274116,-215491],[-271329,-216450],[-273909,-211573],[-279471,-217215],[-274367,-215941],[-281024,-211815],[-275654,-209061],[-270734,-213723],[-272120,-214513],[-273997,-215066],[-272732,-208109],[-278422,-209117],[-277969,-208442],[-280310,-226018],[-273710,-229369],[-275023,-223641],[-273786,-224927],[-279484,-219780],[-276549,-225570],[-269970,-224515],[-272092,-225802],[-270190,-225571],[-270500,-227815],[-273143,-229661],[-273316,-217439],[-273592,-218303],[-271513,-220134],[-273891,-222295],[-274437,-222927],[-273375,-222709],[-272728,-224093],[-277478,-222666],[-279713,-223422],[-279375,-223263],[-280514,-225275],[-279089,-226902],[-279937,-221574],[-280622,-218233],[-280746,-229265],[-280985,-226134],[-280252,-229634],[-279560,-229679],[-279714,-230094],[-274728,-218845],[-274341,-224243],[-268958,-222386],[-270105,-224461],[-272648,-225423],[-270982,-225451],[-270972,-227687],[-272212,-228441],[-272982,-217653],[-271580,-217725],[-271488,-221255],[-271900,-220101],[-272888,-221719],[-272584,-220659],[-271308,-223907],[-273031,-223373],[-269412,-218837],[-270438,-219140],[-277281,-222250],[-278813,-220888],[-279239,-223502],[-280178,-222888],[-280635,-225225],[-279508,-227359],[-280959,-220978],[-281520,-220984],[-280091,-220403],[-279577,-221325],[-279247,-218593],[-280524,-229775],[-280482,-225998],[-280730,-228263],[-279397,-229626],[-273720,-225227],[-280712,-223993],[-274132,-225676],[-274719,-219075],[-269372,-222916],[-270361,-223627],[-272533,-225181],[-270827,-225310],[-270783,-228092],[-272826,-229045],[-272139,-229724],[-272073,-222223],[-272390,-224988],[-270478,-218413],[-280408,-223098],[-279721,-222644],[-279938,-229576],[-281045,-224562],[-274719,-221432],[-276147,-220859],[-274721,-220460],[-273523,-225653],[-269032,-222901],[-270528,-224512],[-271986,-225251],[-271117,-225677],[-270774,-227793],[-273035,-228380],[-271915,-229585],[-271410,-218840],[-272958,-219154],[-274025,-221284],[-272815,-223974],[-279552,-221901],[-277563,-222302],[-278699,-220917],[-279298,-223368],[-279289,-222694],[-280242,-225001],[-279886,-227417],[-277459,-222467],[-278881,-221477],[-279916,-222903],[-280144,-224745],[-280716,-231571],[-272177,-241628],[-275725,-240459],[-272882,-240729],[-275837,-239941],[-271181,-235004],[-273065,-230434],[-274891,-235268],[-275485,-234294],[-276785,-235158],[-276971,-236849],[-271722,-234284],[-273197,-233875],[-270807,-241639],[-271059,-238672],[-271771,-230907],[-270675,-232331],[-272406,-233094],[-274873,-232871],[-273879,-233528],[-272797,-237394],[-274109,-237702],[-269195,-236003],[-270299,-236437],[-275124,-239837],[-278076,-238099],[-277767,-236226],[-278519,-240182],[-280876,-240573],[-280211,-231644],[-280399,-232474],[-280895,-232966],[-280424,-234884],[-280722,-236562],[-280988,-233479],[-280878,-234504],[-281348,-234521],[-277035,-241832],[-278166,-241632],[-274229,-241612],[-271064,-235669],[-271273,-236588],[-270287,-238224],[-274531,-233996],[-275302,-231484],[-279471,-234952],[-279331,-237501],[-271871,-238127],[-273628,-239505],[-274445,-230585],[-273743,-231336],[-272012,-235559],[-271583,-230605],[-270858,-231862],[-271347,-231459],[-274393,-233338],[-275155,-231612],[-272928,-237301],[-273633,-236699],[-270611,-235567],[-270052,-235138],[-275575,-239573],[-277895,-237158],[-278218,-235037],[-278769,-239986],[-280660,-240701],[-280231,-231414],[-281117,-233845],[-280968,-236471],[-276739,-238851],[-270776,-240102],[-274951,-235468],[-276869,-233909],[-276730,-235498],[-276863,-238641],[-272032,-233979],[-276877,-241377],[-278065,-242615],[-272437,-232343],[-275735,-232141],[-272987,-237324],[-270903,-235359],[-275074,-238904],[-278358,-237391],[-277921,-234887],[-278156,-240214],[-280262,-240423],[-280675,-234687],[-280480,-236241],[-281540,-231700],[-280477,-230856],[-281054,-230251],[-281203,-234295],[-272483,-239994],[-271412,-236833],[-272304,-234936],[-279172,-238609],[-278002,-241325],[-272121,-232494],[-274365,-233555],[-272657,-237196],[-270300,-234346],[-274744,-239157],[-278125,-238274],[-277654,-234754],[-277870,-239617],[-281572,-241389],[-269213,-241402],[-276965,-32],[-277227,-572],[-272221,-961],[-274865,-11023],[-281038,-44],[-279450,108],[-275249,-9991],[-275704,-10118],[-281004,-5578],[-270759,-512],[-272743,-2129],[-280682,-190],[-280165,-189],[-275126,-10637],[-276332,-10091],[-280928,-5025],[-271414,-508],[-272807,-2307],[-277466,-33],[-279720,-305],[-280311,-310],[-272018,-1137],[-281203,-804],[-280005,-19],[-275253,-10374],[-275721,-10498],[-281043,-5378],[-270686,-1259],[-272985,-1391],[-280905,-168],[-280244,-149],[-275203,-10016],[-275480,-10189],[-280629,-5346],[-270934,-594],[-272473,-1401],[-279456,-8411],[-279363,-9218],[-280392,-8966],[-277915,-8007],[-278708,-9061],[-280866,-9198],[-276576,-7851],[-278841,-8356],[-278661,-8631],[-280814,-8981],[-276782,-9265],[-279532,-8190],[-279439,-9127],[-280773,-8619],[-276456,-8942],[-272155,-251810],[-272587,-250637],[-277430,-244691],[-274709,-243782],[-275202,-244250],[-274276,-253196],[-275740,-253122],[-269707,-247964],[-276428,-252718],[-271511,-246338],[-275061,-244243],[-278858,-243684],[-278777,-248012],[-280202,-248669],[-278031,-247235],[-281509,-252346],[-270119,-243956],[-274855,-252780],[-276503,-253676],[-278857,-244635],[-279591,-245524],[-279083,-247445],[-275261,-255662],[-275058,-249437],[-276987,-248433],[-278436,-249248],[-273402,-250390],[-281439,-248895],[-273161,-251342],[-272791,-250815],[-275790,-252009],[-272901,-245369],[-276132,-244013],[-275398,-244238],[-274113,-254304],[-272185,-243169],[-271237,-243831],[-274245,-252814],[-272111,-249405],[-278993,-244453],[-279164,-245594],[-279034,-248591],[-275549,-255720],[-274091,-247323],[-273606,-244862],[-279341,-250835],[-279330,-253944],[-273396,-254768],[-274196,-254012],[-269907,-244553],[-269867,-244250],[-281174,-248828],[-276799,-252653],[-272609,-248924],[-275706,-253943],[-273831,-252771],[-269286,-247102],[-274455,-243712],[-271135,-245957],[-279062,-243114],[-278444,-245642],[-280282,-247326],[-275518,-255483],[-273616,-250533],[-279241,-252790],[-270098,-244294],[-271342,-254467],[-270437,-250509],[-271968,-255691],[-271656,-251575],[-272872,-254387],[-272137,-254129],[-270443,-254987],[-271611,-254793],[-269390,-253924],[-270338,-251818],[-277062,-259424],[-278460,-258591],[-274910,-257210],[-276747,-257195],[-275421,-257302],[-281300,-263866],[-280920,-261256],[-281291,-257948],[-278516,-262569],[-279169,-262616],[-279449,-262580],[-275794,-265331],[-279472,-256233],[-277513,-258328],[-273874,-256682],[-275389,-255967],[-276013,-257916],[-276220,-264641],[-278358,-264696],[-272581,-256803],[-276904,-258833],[-280687,-263258],[-280201,-262477],[-279968,-262817],[-281127,-256932],[-276019,-265659],[-279259,-261055],[-278762,-256274],[-278347,-257781],[-273855,-257391],[-276277,-256716],[-277888,-261455],[-275961,-263885],[-276048,-262141],[-279030,-257296],[-275955,-262065],[-278985,-266812],[-277049,-268303],[-280843,-264988],[-281399,-257937],[-276674,-266907],[-276242,-266036],[-278474,-265079],[-279722,-256548],[-277581,-258543],[-274364,-257307],[-275345,-257330],[-275177,-264195],[-274624,-263969],[-275408,-263237],[-269997,-256741],[-270571,-262365],[-271376,-262425],[-271215,-263684],[-270514,-264051],[-273072,-258980],[-270869,-259647],[-273184,-263372],[-269748,-262003],[-276096,-260555],[-269432,-262713],[-268841,-263516],[-272186,-259110],[-271088,-259715],[-270314,-259404],[-274433,-263675],[-269836,-266453],[-270674,-257491],[-269828,-262562],[-271321,-265326],[-269942,-263072],[-272836,-258991],[-270816,-259702],[-270359,-260046],[-270056,-265687],[-272104,-260714],[-271112,-263426],[-270446,-265058],[-269226,-264343],[-270612,-260514],[-272431,-258650],[-271327,-258749],[-273438,-262073],[-270296,-256160],[-269278,-260572],[-270800,-262944],[-273516,-260002],[-269921,-268507],[-273258,-259294],[-281478,-272389],[-277638,-271253],[-274037,-281103],[-277407,-271923],[-276019,-269231],[-276257,-278299],[-275061,-273084],[-274062,-279840],[-272139,-268606],[-269062,-277282],[-270795,-279406],[-272234,-271756],[-275532,-276708],[-272424,-269858],[-271325,-275529],[-269236,-278386],[-272807,-280405],[-271327,-278577],[-271894,-272175],[-274888,-277240],[-269896,-277665],[-270123,-278217],[-272379,-273374],[-273858,-279860],[-272428,-277816],[-274763,-276489],[-272541,-269459],[-272213,-268963],[-270200,-279604],[-274961,-275736],[-273906,-285484],[-275628,-282962],[-273541,-284898],[-270438,-285648],[-269818,-282562],[-269641,-286911],[-269133,-292558],[-269274,-285995],[-268841,-282525],[-270332,-288141],[-269819,-282375],[-271528,-288710],[-271951,-290789],[-270919,-289204],[-269594,-289780],[-269629,-292665],[-274741,-292061],[-275886,-290168],[-272855,-288308],[-272980,-289588],[-273965,-293819],[-272268,-287467],[-278249,-288006],[-277634,-290744],[-272097,-288970],[-269274,-291377],[-269733,-290562],[-273183,-288154],[-269352,-289735],[-280916,-290271],[-274084,-292807],[-274475,-290657],[-277578,-289480],[-279171,-289812],[-272070,-287190],[-269857,-289901],[-271480,-286503],[-279527,-290692],[-272652,-288055],[-271687,-290286],[-272772,-290081],[-269472,-292585],[-270625,-302072],[-268817,-299527],[-268957,-301030],[-268996,-300444],[-271108,-301854],[-273813,-295665],[-270234,-295797],[-268982,-304077],[-271855,-294623],[-270287,-294263],[-271427,-297878],[-271938,-295473],[-269587,-294379],[-269900,-295492],[-270718,-295575],[-269407,-316966],[-268828,-314686],[-274001,-315692],[-273221,-311914],[-269089,-315774],[-269192,-316499],[-274225,-317114],[-274682,-312938],[-269540,-316050],[-269103,-315250],[-269515,-316169],[-273523,-314704],[-269350,-311320],[-276074,-312010],[-269182,-319958],[-278852,-364631],[-278585,-364461],[-278752,-364880],[-277806,-13761],[-269873,-25008],[-279838,-15872],[-269241,-24352],[-268826,-24532],[-271007,-29599],[-281019,-36323],[-270840,-34521],[-270126,-35516],[-272484,-36145],[-274662,-33359],[-274635,-34572],[-270338,-32304],[-270609,-28313],[-270084,-33297],[-270230,-32732],[-270160,-29492],[-270596,-28570],[-269541,-32384],[-269641,-28541],[-279818,-36931],[-270820,-35837],[-274244,-32571],[-274888,-33840],[-271039,-29434],[-270806,-29484],[-269900,-28489],[-270141,-32805],[-269319,-35713],[-272620,-37199],[-274359,-33166],[-269175,-26119],[-271168,-33378],[-273955,-33780],[-268885,-34328],[-269924,-579488],[-273933,-49505],[-274975,-39812],[-275664,-43144],[-275375,-41159],[-270786,-49071],[-271670,-46975],[-272430,-49062],[-271362,-46594],[-271292,-46545],[-277170,-50732],[-276285,-50577],[-276440,-49809],[-279592,-49289],[-273540,-44310],[-270404,-44053],[-273212,-38653],[-273754,-42996],[-269014,-46564],[-269426,-46283],[-270287,-46017],[-275990,-41484],[-274525,-40385],[-275497,-43127],[-270990,-46761],[-274095,-49266],[-276010,-50821],[-275879,-49760],[-279525,-48873],[-270077,-46362],[-270155,-46791],[-275510,-43797],[-271698,-46741],[-272471,-49504],[-274224,-40924],[-276119,-41278],[-272999,-43635],[-271887,-46859],[-270555,-48911],[-271024,-46931],[-276292,-43803],[-269837,-43581],[-269139,-46496],[-281252,-46473],[-274415,-59799],[-274215,-59717],[-274442,-59837],[-280545,-61124],[-278920,-61106],[-278429,-60894],[-280229,-61180],[-278348,-51182],[-278464,-51524],[-278097,-51744],[-278758,-52164],[-281345,-52860],[-281058,-53011],[-277321,-63537],[-278173,-63682],[-274478,-59495],[-274333,-59846],[-274459,-60433],[-281241,-61040],[-279413,-60743],[-278850,-60909],[-278818,-61680],[-279630,-61800],[-274720,-59005],[-273879,-59208],[-274028,-60503],[-281134,-61576],[-281208,-61313],[-278825,-60359],[-278564,-61549],[-280334,-61040],[-280278,-51156],[-280667,-52974],[-277460,-63588],[-274507,-59790],[-273990,-59662],[-273612,-60699],[-280537,-61350],[-281542,-60879],[-278921,-60301],[-278512,-61528],[-280227,-61158],[-269912,-75974],[-270041,-76090],[-270859,-75170],[-269612,-73283],[-268931,-73183],[-269102,-73410],[-269236,-73801],[-268932,-74522],[-273012,-75511],[-273758,-76044],[-273996,-76320],[-271650,-75692],[-271348,-75546],[-271317,-76292],[-272214,-75227],[-272207,-75172],[-272646,-75197],[-269528,-74381],[-270194,-74965],[-269945,-75163],[-271427,-74929],[-271451,-73753],[-270616,-74649],[-275560,-76484],[-277236,-75831],[-276919,-76508],[-275673,-76338],[-275519,-76414],[-276043,-74574],[-276926,-74738],[-276493,-74239],[-278058,-75704],[-279734,-74955],[-279964,-74189],[-280149,-74030],[-278929,-72534],[-279025,-71220],[-278628,-71586],[-278102,-71055],[-278695,-71648],[-277452,-73018],[-278201,-72604],[-277390,-74249],[-277567,-74086],[-279133,-74355],[-279065,-73684],[-278601,-73492],[-279438,-73334],[-281417,-68407],[-279964,-69968],[-280577,-69947],[-280812,-70904],[-280173,-69420],[-279713,-69243],[-280274,-68325],[-279061,-67756],[-279378,-68950],[-278285,-68714],[-279080,-68424],[-278396,-67765],[-278455,-68853],[-278234,-68336],[-279989,-67842],[-280453,-67332],[-280455,-67140],[-281263,-67446],[-280395,-66442],[-280182,-65638],[-280936,-65686],[-280880,-66296],[-280155,-65126],[-280034,-65199],[-279930,-64782],[-277264,-64402],[-270607,-74273],[-277203,-73429],[-269547,-75191],[-269467,-75215],[-268890,-73017],[-268829,-73808],[-268872,-74334],[-273891,-75273],[-273910,-75848],[-273499,-76070],[-272167,-76254],[-271642,-76420],[-272813,-74857],[-272772,-75792],[-270012,-74734],[-270296,-73735],[-271604,-73879],[-270933,-73757],[-278036,-75149],[-277943,-75089],[-277194,-75626],[-276692,-75544],[-276831,-75308],[-276138,-74869],[-276770,-74190],[-279529,-74843],[-280349,-74192],[-280317,-73799],[-278151,-70998],[-277981,-73238],[-277339,-73510],[-278136,-73436],[-277963,-74434],[-279766,-74054],[-278666,-74483],[-278313,-74007],[-278938,-74038],[-281515,-68072],[-281350,-68158],[-280236,-68229],[-280392,-69330],[-281035,-70825],[-281431,-70152],[-279042,-69750],[-279766,-67909],[-279438,-67606],[-278809,-67978],[-277670,-68538],[-277100,-68646],[-281147,-67888],[-280635,-66832],[-281435,-66321],[-280877,-66181],[-281041,-65983],[-279733,-64845],[-277587,-63803],[-271341,-74201],[-271059,-74503],[-270877,-73840],[-279396,-75578],[-278913,-75571],[-279186,-75691],[-277650,-76499],[-278760,-76169],[-278414,-76548],[-279798,-75306],[-268965,-85144],[-268929,-85181],[-270624,-83992],[-270559,-84946],[-272021,-84553],[-272623,-85013],[-272670,-85158],[-269067,-86956],[-269485,-87007],[-269036,-85987],[-269316,-85969],[-269701,-86457],[-273962,-77371],[-272635,-77089],[-275281,-77407],[-276170,-77699],[-276452,-77290],[-277350,-77138],[-276747,-77352],[-271459,-83685],[-271450,-83862],[-270769,-77788],[-272559,-78382],[-274265,-79939],[-275714,-79727],[-274028,-83533],[-272240,-82990],[-269930,-81532],[-269977,-77142],[-272968,-79005],[-273751,-79288],[-275755,-79280],[-276412,-82371],[-274574,-83331],[-272545,-83126],[-269613,-81754],[-270118,-84806],[-275540,-78812],[-272121,-84439],[-270136,-86961],[-269549,-86607],[-268871,-86724],[-270091,-85878],[-269583,-84903],[-273426,-77297],[-272223,-77004],[-275183,-77335],[-276791,-77713],[-277192,-77478],[-277355,-77145],[-273792,-84425],[-269932,-77005],[-272947,-78529],[-274537,-79740],[-275262,-79589],[-274425,-82676],[-272407,-83337],[-269817,-81422],[-270335,-77552],[-273010,-78663],[-274073,-79596],[-276123,-79610],[-274818,-82715],[-272955,-82896],[-269866,-81534],[-274281,-85027],[-273702,-86335],[-279023,-83875],[-279844,-82453],[-276052,-86919],[-277371,-86806],[-272851,-86841],[-271273,-85857],[-281198,-87732],[-277513,-79506],[-280319,-81277],[-278976,-79728],[-277986,-79701],[-277871,-81499],[-276904,-82582],[-273319,-84948],[-273851,-86274],[-270353,-87866],[-269783,-87506],[-277495,-77482],[-277959,-77375],[-269910,-89258],[-272544,-88183],[-271442,-87906],[-277123,-84506],[-277566,-82957],[-279643,-82260],[-279008,-81642],[-275449,-85914],[-276430,-85324],[-274560,-84318],[-273356,-86124],[-272373,-85710],[-280175,-88250],[-281022,-88860],[-281047,-88859],[-277501,-79128],[-277041,-82426],[-279809,-81659],[-277982,-79651],[-277162,-81630],[-276431,-82644],[-280520,-82903],[-276372,-85665],[-272975,-86901],[-281374,-87470],[-277167,-79087],[-279612,-81656],[-279156,-79473],[-277741,-79911],[-277537,-81715],[-280874,-81632],[-276410,-84808],[-274670,-84758],[-272068,-87185],[-281523,-88109],[-276879,-82281],[-279725,-81109],[-278304,-79815],[-277281,-82386],[-281224,-101022],[-281062,-100921],[-281129,-99467],[-281119,-98913],[-279559,-99015],[-279353,-94548],[-281510,-93437],[-281545,-93388],[-275397,-98842],[-274382,-99736],[-271288,-99982],[-274397,-99485],[-271743,-98583],[-271787,-99854],[-273486,-100721],[-273080,-100544],[-274031,-101000],[-273606,-100987],[-275997,-99277],[-275712,-99431],[-275657,-100343],[-275734,-97876],[-279426,-94813],[-281435,-96382],[-269207,-89666],[-281070,-97348],[-280938,-94766],[-281061,-95030],[-269295,-95786],[-269475,-94492],[-271770,-90556],[-272763,-91298],[-271569,-93618],[-270770,-95753],[-273777,-99413],[-271740,-99263],[-275451,-97831],[-274291,-96707],[-276749,-93444],[-275786,-93400],[-274636,-93278],[-275448,-92544],[-276033,-90354],[-278028,-91311],[-277796,-91519],[-278018,-97110],[-280156,-96639],[-278030,-99023],[-277706,-99138],[-280078,-101363],[-279168,-100133],[-272907,-102154],[-269918,-102197],[-273369,-101995],[-276012,-100816],[-275538,-101430],[-273341,-100522],[-274290,-98241],[-277139,-101739],[-276563,-100678],[-277497,-100146],[-279017,-99245],[-280719,-98552],[-279441,-101555],[-280862,-92014],[-281218,-99885],[-280751,-100053],[-280980,-99731],[-278987,-97701],[-280671,-93770],[-279962,-94138],[-275275,-99158],[-272001,-98353],[-271737,-98604],[-275127,-99649],[-272193,-100629],[-273428,-101133],[-275655,-100037],[-275444,-99171],[-274575,-98878],[-281176,-96462],[-280663,-93743],[-281246,-98251],[-280311,-94531],[-271547,-90994],[-272677,-89793],[-271462,-93699],[-272823,-95986],[-272816,-99899],[-275024,-96104],[-273167,-98074],[-278214,-93297],[-275504,-92275],[-274828,-93403],[-276567,-91869],[-278102,-92691],[-278870,-91721],[-278116,-95468],[-278737,-96616],[-278707,-98992],[-277624,-97877],[-279199,-100452],[-271603,-102147],[-274193,-101497],[-275826,-101131],[-274979,-102130],[-273191,-99635],[-274872,-98557],[-277106,-101632],[-277125,-101142],[-277090,-100587],[-278237,-99783],[-281188,-98030],[-279911,-101793],[-279858,-92309],[-280492,-101401],[-281269,-98504],[-280783,-94849],[-270962,-91315],[-273087,-95613],[-272926,-100282],[-273092,-96115],[-276425,-94005],[-274360,-92493],[-278149,-91108],[-280217,-96330],[-277306,-98805],[-280261,-100107],[-273771,-101322],[-274992,-101719],[-273884,-100136],[-274735,-98353],[-276971,-101199],[-277379,-100130],[-278289,-99696],[-280387,-98514],[-280083,-101553],[-281522,-100967],[-281338,-95120],[-270879,-90727],[-271625,-94633],[-274947,-95981],[-274462,-91837],[-277836,-89565],[-276960,-91400],[-280083,-96594],[-278361,-98164],[-278742,-100475],[-269799,-100875],[-273597,-102056],[-276114,-100816],[-275350,-101550],[-273271,-99817],[-274334,-97824],[-277274,-101734],[-276221,-100875],[-276728,-100672],[-278171,-99944],[-280562,-98194],[-279607,-102189],[-281391,-104869],[-279977,-105830],[-280684,-105498],[-279954,-108883],[-279204,-108036],[-278603,-107831],[-279843,-112383],[-278912,-112027],[-277484,-113177],[-276540,-112762],[-276581,-112729],[-277364,-111852],[-278091,-111129],[-275206,-113441],[-277947,-110455],[-272956,-112461],[-274916,-114693],[-279398,-114895],[-279074,-114958],[-280891,-113924],[-273842,-102203],[-269317,-109481],[-272119,-108755],[-271982,-107134],[-271242,-110822],[-271211,-112855],[-272997,-112671],[-272137,-112825],[-279287,-106925],[-276256,-114198],[-275309,-113309],[-274757,-112374],[-276617,-112438],[-278537,-109694],[-279268,-110957],[-275027,-109164],[-274613,-109221],[-273707,-108256],[-274017,-107274],[-272048,-104718],[-273918,-103649],[-269986,-102564],[-269227,-106213],[-270184,-104232],[-271175,-104015],[-273698,-103634],[-279558,-103363],[-279138,-104098],[-277689,-105311],[-278294,-105038],[-275208,-104180],[-275960,-104974],[-276013,-107745],[-277149,-107157],[-277563,-107367],[-279886,-110064],[-274322,-111910],[-275428,-111922],[-270145,-107617],[-271035,-107536],[-270528,-111698],[-271617,-111796],[-273298,-112475],[-272069,-112948],[-280038,-108251],[-280049,-106007],[-281050,-109561],[-274685,-110789],[-278656,-111570],[-274232,-107348],[-271908,-107069],[-272448,-103223],[-269881,-104783],[-271480,-104973],[-273287,-103660],[-279437,-103555],[-280110,-104852],[-277590,-104689],[-278009,-104794],[-274879,-104069],[-276580,-104648],[-276466,-107704],[-277098,-107133],[-277340,-107255],[-279584,-110424],[-273985,-111770],[-274872,-111917],[-281326,-105410],[-280858,-104707],[-279922,-105775],[-279182,-106191],[-278923,-107147],[-280991,-108273],[-280333,-108390],[-279867,-108645],[-278154,-107556],[-278212,-108316],[-278482,-107972],[-279605,-112087],[-278069,-111420],[-277524,-113041],[-277145,-112204],[-276929,-111137],[-278502,-111031],[-278344,-111032],[-278363,-110093],[-274158,-112582],[-274797,-113131],[-274653,-113731],[-275083,-114480],[-274402,-114879],[-280132,-114612],[-280221,-113879],[-281397,-114477],[-269322,-109328],[-271798,-108701],[-271559,-110450],[-271291,-112814],[-273710,-114061],[-273118,-113044],[-272886,-112337],[-279406,-107349],[-280574,-102240],[-276933,-113595],[-275163,-114818],[-276540,-110697],[-278580,-111431],[-280395,-111287],[-275012,-107975],[-273458,-106728],[-275170,-107320],[-272829,-105372],[-272290,-105208],[-270461,-104467],[-271105,-104211],[-273115,-103998],[-279259,-103453],[-280094,-104488],[-277486,-104930],[-278186,-105051],[-274680,-104276],[-276041,-105297],[-276816,-108214],[-276680,-107506],[-277052,-107307],[-279010,-110525],[-277531,-112762],[-274159,-112307],[-274920,-111244],[-268944,-107053],[-269131,-107476],[-269743,-108820],[-271422,-108236],[-270502,-111702],[-271108,-111337],[-273818,-114704],[-273319,-113293],[-271558,-113191],[-280800,-106752],[-279332,-105673],[-277289,-113786],[-278389,-109990],[-275644,-108148],[-273946,-108806],[-272466,-105512],[-271701,-102663],[-269393,-104957],[-270641,-104553],[-270997,-104430],[-273332,-104150],[-279611,-103558],[-279150,-104116],[-277118,-104793],[-278404,-105280],[-275451,-103862],[-276258,-105006],[-276980,-107802],[-277240,-107413],[-279689,-110363],[-277799,-112970],[-274365,-111798],[-275214,-111081],[-270345,7212],[-270566,6357],[-269598,9324],[-269682,2021],[-278482,865],[-276467,1294],[-272486,1460],[-269546,1479],[-278337,1622],[-277252,1875],[-272543,829],[-270281,579],[-278154,1946],[-278645,1679],[-276772,1580],[-272398,557],[-270036,1068],[-278961,1156],[-276610,1402],[-273085,778],[-270017,1436],[-278575,138270],[-277054,139994],[-279670,140952],[-270045,20443],[-268837,19587],[-270266,15722],[-272596,22692],[-270456,19573],[-279401,14501],[-279968,15148],[-270850,21778],[-275671,16991],[-276208,24979],[-274216,24243],[-273654,16634],[-269034,18264],[-277431,14567],[-275383,16315],[-271246,33788],[-276426,28442],[-271372,25939],[-272148,35989],[-272850,38366],[-271628,33256],[-271872,35317],[-270634,35810],[-276591,25850],[-271053,38512],[-272789,36281],[-272576,32184],[-270182,32950],[-273304,38340],[-271008,33890],[-275142,31505],[-270682,32023],[-269683,31468],[-281092,33668],[-279690,33640],[-280015,32050],[-276849,35461],[-277834,36415],[-276643,36625],[-276811,38304],[-281290,33679],[-280338,33573],[-280092,32017],[-277766,35314],[-278362,37096],[-275735,33692],[-277218,36840],[-276078,37750],[-276052,37065],[-276076,33771],[-274193,38515],[-279729,27661],[-281359,35482],[-280809,34088],[-279967,33604],[-280077,32262],[-277649,35994],[-277812,36836],[-275467,37100],[-281051,33291],[-279501,33714],[-280418,32381],[-277088,35644],[-278169,36551],[-271510,40809],[-272831,38881],[-272226,40072],[-272003,39585],[-270627,38961],[-272172,41365],[-268835,40051],[-270649,49015],[-269686,49705],[-270210,49477],[-271286,50152],[-270810,47884],[-274461,46424],[-274959,44921],[-274164,42408],[-279184,42843],[-275428,38950],[-273892,41155],[-276311,47254],[-271604,47434],[-279600,48117],[-280287,46858],[-269238,50403],[-270016,48258],[-271703,51208],[-271750,49208],[-272130,41724],[-271437,43332],[-272797,45976],[-270637,45742],[-276849,39456],[-278976,41485],[-272940,46731],[-274929,44434],[-279298,40658],[-273928,45391],[-274216,45894],[-280789,40551],[-271341,42940],[-270860,45200],[-278190,40551],[-272747,40556],[-271374,63074],[-271202,56767],[-272758,54697],[-272256,54511],[-268931,58407],[-273065,57633],[-275486,55736],[-274238,58084],[-279525,56354],[-278809,51640],[-277717,54857],[-279099,52803],[-280707,58200],[-281441,57413],[-281224,56559],[-276126,58742],[-273259,63994],[-273909,56867],[-271638,56393],[-274670,57606],[-269389,52712],[-269774,54170],[-280856,53193],[-279548,55709],[-277367,63650],[-279310,62813],[-278909,59912],[-280130,58342],[-281125,57350],[-280610,56663],[-281356,55339],[-273647,55697],[-270905,53940],[-270786,55255],[-268857,62336],[-271691,51841],[-274939,58083],[-274557,57056],[-271446,51770],[-270906,52314],[-271155,53412],[-273536,63883],[-270191,63077],[-269065,60549],[-269723,60767],[-272954,59171],[-274469,58113],[-269069,54455],[-273522,55408],[-270781,53521],[-272098,56792],[-269749,62214],[-275852,58900],[-273378,55844],[-271587,63842],[-271063,61254],[-280436,57562],[-280953,58284],[-280730,56236],[-281511,55461],[-275751,58322],[-275054,58614],[-275891,58732],[-275096,57306],[-273427,57748],[-269659,59988],[-270045,60053],[-278847,60557],[-279633,59199],[-280451,57557],[-280308,56669],[-276250,58196],[-274581,58162],[-276020,58616],[-274807,57676],[-273323,56844],[-270231,63275],[-273783,55840],[-269756,59505],[-272127,57337],[-276185,57703],[-271829,51914],[-271913,56707],[-271563,56399],[-270133,65228],[-281463,76341],[-277388,64296],[-271529,75792],[-273220,72180],[-274677,70609],[-273731,76301],[-269867,71220],[-275840,67515],[-276236,67982],[-276668,67173],[-276133,67344],[-277284,76551],[-277359,75596],[-277178,74020],[-275680,73510],[-276298,72304],[-275823,69887],[-279376,66703],[-279779,65653],[-279695,70356],[-281016,72128],[-272669,66313],[-272232,64647],[-269976,65468],[-271400,65811],[-271741,66244],[-274942,71003],[-280213,71500],[-271872,74121],[-272940,73412],[-276597,68444],[-275725,68188],[-275920,67660],[-277007,67280],[-277164,75597],[-277107,74323],[-276010,73440],[-275716,72357],[-275957,70074],[-279270,67309],[-280359,66119],[-280067,70711],[-280996,72717],[-273604,64941],[-278906,66764],[-272163,72527],[-270270,72882],[-271664,74135],[-276842,66159],[-277682,75153],[-276939,74749],[-275216,73692],[-276036,71987],[-275576,70211],[-279974,66441],[-279778,70874],[-280531,72646],[-273055,65714],[-270612,65796],[-279623,67503],[-280074,66405],[-275961,72152],[-277198,74456],[-280298,71164],[-270474,74917],[-276288,68393],[-276131,67121],[-277632,75936],[-275641,73650],[-275930,69660],[-280356,70721],[-280696,72666],[-271336,64977],[-272642,64804],[-272536,88889],[-270430,84663],[-272177,80120],[-271941,78995],[-276210,81623],[-275354,80299],[-276319,80150],[-277812,77038],[-280599,86204],[-280014,87637],[-271361,77291],[-274535,77912],[-272327,81818],[-270378,78291],[-273656,80772],[-272879,77895],[-273964,89040],[-273065,88598],[-272023,88809],[-273720,86621],[-279959,87371],[-272834,80184],[-272583,78627],[-276212,81734],[-276252,80860],[-276482,80454],[-270527,77683],[-274603,78278],[-272027,81935],[-272498,89459],[-280504,86427],[-277544,77145],[-273199,85511],[-280865,86958],[-270812,77153],[-271874,80569],[-275866,82150],[-275263,80596],[-276037,80624],[-274540,79411],[-272529,82793],[-280594,86671],[-270840,82209],[-279945,87328],[-273053,79968],[-271241,77884],[-275525,82314],[-275272,81105],[-275902,80510],[-277859,77127],[-273959,77949],[-272767,81941],[-279611,84355],[-279497,85339],[-280138,84157],[-279190,85476],[-280019,84548],[-278787,84903],[-280548,84143],[-279370,85330],[-274130,91823],[-277243,98035],[-278403,101499],[-279084,96646],[-280113,92243],[-274646,92380],[-274574,91686],[-278897,95871],[-277674,100603],[-280168,92652],[-278538,91861],[-279440,97792],[-279297,96448],[-273334,90073],[-272544,89901],[-278514,97910],[-278145,101541],[-281044,101621],[-278744,96050],[-275444,95793],[-271817,90563],[-276838,98358],[-277803,102114],[-279263,96106],[-274532,95753],[-272913,91745],[-271228,89829],[-271195,114249],[-268880,111469],[-273391,114284],[-269526,115105],[-275756,114624],[-272256,113795],[-268956,107911],[-273954,115348],[-271554,112952],[-269906,109962],[-268999,107352],[-270185,112623],[-270025,112251],[-272055,114374],[-270367,110298],[-269928,110452],[-278834,103407],[-279343,103821],[-279962,103494],[-280539,103085],[-277331,106333],[-277278,108746],[-280612,105013],[-269898,117776],[-275574,115561],[-278172,117829],[-273606,121859],[-269790,120954],[-278399,121464],[-279903,122940],[-278905,116828],[-286154,-118265],[-281658,-116906],[-292487,-116382],[-289089,-116867],[-291094,-121701],[-288325,-122061],[-290402,-125023],[-290358,-127389],[-284856,-123001],[-286607,-123926],[-282727,-118523],[-294055,-118167],[-293955,-116991],[-293525,-117105],[-290955,-115643],[-291912,-115383],[-292394,-115165],[-291107,-117466],[-291062,-117685],[-289676,-115996],[-288536,-116617],[-288861,-115590],[-289007,-115736],[-283436,-115382],[-282740,-115782],[-283228,-115603],[-282204,-115140],[-282039,-116172],[-283420,-116830],[-283708,-116649],[-283583,-115137],[-284577,-115742],[-283749,-116828],[-283427,-117194],[-283562,-119928],[-288258,-115057],[-288083,-115405],[-288264,-115453],[-287420,-117977],[-288225,-116814],[-287492,-117219],[-287826,-115453],[-288328,-115914],[-287960,-116142],[-288638,-119239],[-288490,-120269],[-287696,-120763],[-288136,-120265],[-288467,-121070],[-288126,-122781],[-287184,-123956],[-285554,-122327],[-285951,-123024],[-285403,-121098],[-285726,-121919],[-286297,-121756],[-287528,-121028],[-286948,-121615],[-287735,-122329],[-284775,-124172],[-284135,-123923],[-284077,-124666],[-282697,-124341],[-282913,-123502],[-282786,-125808],[-282663,-125467],[-282040,-125662],[-285478,-127424],[-287258,-125760],[-287647,-125628],[-287381,-125006],[-287937,-124737],[-288849,-123491],[-291443,-123184],[-291503,-123139],[-290937,-123231],[-290132,-119241],[-291024,-118961],[-291531,-118932],[-293131,-123529],[-293102,-122039],[-293740,-122307],[-293351,-122471],[-294340,-123998],[-294186,-122768],[-293791,-122689],[-293302,-123791],[-282301,-126572],[-282311,-126386],[-281925,-127414],[-288801,-127377],[-288243,-127405],[-288585,-126868],[-284819,-118476],[-285038,-117915],[-283042,-118160],[-291182,-116121],[-293475,-116011],[-290224,-118284],[-290291,-118828],[-289785,-120625],[-290140,-120177],[-289588,-122171],[-290080,-122086],[-290015,-124439],[-290186,-124998],[-291050,-127734],[-285183,-123358],[-283397,-122113],[-286840,-124418],[-286223,-123730],[-287196,-127525],[-287671,-127033],[-282664,-119197],[-282784,-119811],[-291504,-126404],[-294241,-126277],[-290513,-116196],[-290640,-115483],[-290216,-116597],[-291255,-117997],[-291384,-118637],[-288710,-116116],[-289407,-116080],[-288494,-115885],[-289364,-115101],[-282257,-115593],[-283501,-118917],[-285082,-118858],[-283554,-117021],[-283509,-115361],[-284466,-116209],[-285124,-116028],[-283741,-116798],[-284214,-120445],[-288411,-116806],[-288456,-116521],[-288189,-115252],[-287749,-115142],[-287506,-118491],[-288373,-119979],[-287843,-121117],[-288191,-121444],[-287922,-122677],[-287129,-123810],[-285382,-122693],[-286189,-121686],[-286112,-121639],[-287709,-121887],[-287177,-121597],[-282454,-124460],[-282311,-124508],[-282241,-126018],[-282768,-125469],[-285438,-127239],[-288301,-126159],[-287842,-124759],[-289026,-123588],[-289029,-123719],[-291357,-122546],[-291067,-122201],[-290414,-119025],[-292985,-122899],[-292968,-123117],[-292957,-122326],[-293066,-123540],[-293721,-122588],[-294088,-122815],[-281920,-127577],[-288667,-127689],[-285383,-117323],[-285953,-118179],[-281931,-116478],[-293210,-117029],[-290940,-117589],[-289700,-119038],[-289916,-118265],[-290099,-120010],[-289647,-122061],[-290513,-122137],[-292818,-124412],[-292984,-124144],[-292019,-125526],[-291394,-125429],[-283094,-122026],[-283602,-122328],[-286824,-125342],[-284915,-124599],[-286368,-126515],[-287613,-127570],[-282000,-119543],[-292612,-126480],[-283845,-118012],[-291144,-116288],[-290257,-118299],[-291362,-119693],[-290624,-123181],[-294266,-126156],[-290087,-124612],[-290195,-127123],[-284240,-121353],[-286219,-125788],[-281752,-119527],[-294158,-126186],[-285744,-128055],[-283975,-131628],[-286101,-132135],[-285429,-132735],[-285708,-131181],[-285651,-129010],[-286219,-129701],[-286439,-128582],[-288294,-127959],[-289088,-128624],[-289018,-128347],[-290488,-128659],[-290008,-129480],[-289287,-129340],[-289609,-131005],[-290435,-129540],[-291446,-129242],[-290473,-131121],[-291412,-130835],[-293637,-130622],[-293565,-130688],[-290781,-133872],[-290196,-133990],[-290073,-136518],[-290384,-136737],[-290683,-137986],[-292456,-137825],[-292777,-137830],[-282561,-138949],[-281979,-137934],[-281699,-139475],[-282920,-139829],[-283606,-139214],[-283369,-138476],[-283987,-139702],[-283341,-140408],[-285682,-140128],[-284575,-139737],[-290478,-128241],[-290971,-128132],[-288257,-130361],[-286673,-130548],[-285344,-129754],[-282817,-130666],[-284422,-130932],[-281623,-127910],[-292996,-129963],[-288812,-135566],[-288599,-135832],[-288307,-137170],[-287839,-136724],[-287715,-136371],[-287420,-136049],[-286112,-133903],[-287759,-127885],[-288784,-130396],[-283286,-131070],[-285278,-127918],[-285010,-127980],[-285507,-128927],[-283519,-132092],[-284241,-131417],[-284197,-131852],[-284802,-132473],[-286063,-133217],[-285830,-133282],[-285859,-131630],[-285340,-131610],[-286249,-129717],[-285548,-128846],[-286235,-130266],[-289169,-128065],[-288649,-129063],[-289382,-128522],[-290426,-129182],[-290773,-128600],[-290291,-129146],[-288784,-129374],[-290049,-128956],[-288684,-128690],[-290139,-130813],[-289298,-130834],[-289099,-131940],[-290390,-132042],[-289862,-131469],[-289952,-132564],[-291148,-129744],[-290924,-129548],[-291143,-130503],[-290921,-130711],[-290685,-131322],[-290404,-131754],[-293670,-131289],[-293716,-131321],[-292828,-131159],[-290094,-132914],[-290472,-134366],[-290241,-133863],[-290047,-133292],[-290078,-137450],[-290239,-137368],[-289967,-136836],[-292834,-138167],[-292073,-137850],[-292793,-138795],[-281657,-138646],[-282136,-137824],[-282735,-139441],[-281770,-139498],[-282652,-139314],[-282390,-140578],[-283394,-138319],[-284187,-139320],[-283406,-139025],[-284045,-140459],[-283846,-140235],[-285986,-140272],[-286180,-140345],[-286092,-140489],[-284423,-140219],[-285377,-140528],[-287931,-129415],[-287447,-129080],[-285866,-129186],[-285171,-131336],[-283731,-129479],[-283826,-131271],[-292480,-129553],[-292793,-129753],[-294246,-128083],[-287066,-128049],[-288312,-130420],[-286147,-130101],[-284184,-129669],[-288038,-136312],[-288525,-134951],[-288441,-149703],[-289044,-143627],[-285199,-152589],[-283760,-151631],[-293920,-149204],[-292531,-149077],[-293024,-149192],[-292207,-148781],[-291408,-149318],[-290464,-149573],[-291210,-143360],[-291046,-144074],[-290778,-142788],[-290025,-142634],[-290330,-144132],[-289955,-142967],[-290838,-144777],[-291315,-144295],[-288451,-147851],[-282074,-140883],[-281712,-140654],[-283578,-140650],[-283110,-141259],[-283597,-141425],[-283427,-141054],[-283242,-141429],[-283285,-141880],[-284073,-141811],[-283766,-142147],[-283926,-141442],[-281799,-141772],[-282552,-142328],[-282946,-142321],[-282494,-142570],[-282220,-142201],[-281803,-141806],[-281635,-141359],[-281991,-144016],[-282407,-143896],[-281862,-144525],[-282694,-144769],[-285480,-142936],[-286585,-141630],[-286502,-141193],[-285896,-141122],[-285103,-140914],[-285370,-141863],[-285791,-141158],[-285811,-142193],[-284634,-141793],[-284054,-142343],[-284013,-142632],[-285346,-143419],[-285276,-143502],[-283814,-144540],[-283631,-144370],[-282975,-145133],[-282553,-145108],[-282643,-145609],[-282277,-146166],[-281666,-146353],[-285643,-150716],[-284452,-149231],[-285850,-151374],[-287373,-148152],[-286666,-148527],[-288826,-147461],[-290390,-144167],[-283471,-148260],[-293093,-149478],[-293095,-149329],[-291389,-149769],[-291107,-149993],[-290652,-142755],[-290895,-142699],[-289842,-143217],[-283880,-141528],[-283065,-140916],[-284433,-141512],[-282632,-142448],[-282140,-142428],[-282010,-143918],[-281664,-144078],[-282234,-144727],[-282133,-143916],[-283152,-143398],[-283366,-143228],[-285712,-143380],[-286511,-142357],[-286268,-142014],[-284488,-140639],[-285778,-142149],[-285657,-142336],[-285217,-142339],[-285149,-144025],[-284944,-142600],[-283366,-143685],[-283717,-144596],[-283150,-145514],[-282114,-145410],[-282138,-146072],[-281875,-146707],[-284503,-150431],[-284838,-151080],[-288785,-148088],[-287838,-149697],[-289033,-143717],[-287015,-146395],[-282276,-152251],[-282500,-148531],[-286260,-148712],[-289796,-146451],[-284627,-152766],[-283678,-152931],[-293410,-165858],[-293061,-163863],[-284500,-165296],[-285459,-163842],[-288130,-165654],[-288821,-164048],[-288539,-163120],[-291548,-160455],[-291507,-164377],[-292164,-162234],[-291591,-159106],[-293039,-158453],[-288201,-159311],[-289419,-159083],[-284706,-160057],[-283839,-160725],[-284491,-166072],[-283068,-163595],[-282736,-154829],[-282415,-154827],[-282240,-154453],[-285346,-153873],[-282942,-155122],[-293402,-165336],[-294167,-164462],[-284679,-165336],[-284376,-164816],[-288085,-165864],[-289564,-164795],[-290059,-161646],[-290816,-160606],[-291753,-164809],[-293270,-161902],[-290971,-160389],[-293538,-159419],[-288606,-159864],[-290024,-158133],[-284987,-160520],[-282424,-160026],[-283914,-164087],[-294332,-164485],[-294192,-165665],[-284881,-164298],[-288735,-162375],[-290715,-160908],[-291654,-163675],[-292642,-162337],[-291831,-159057],[-293798,-158097],[-288650,-159008],[-290109,-158012],[-283306,-160050],[-284826,-165563],[-283722,-155398],[-283761,-155405],[-282963,-155924],[-282540,-154755],[-284228,-154819],[-282430,-154127],[-293343,-166143],[-293349,-165284],[-294014,-163413],[-284304,-164391],[-287549,-164485],[-289407,-164021],[-288531,-162454],[-291619,-161122],[-291552,-164023],[-292901,-162141],[-290945,-158940],[-294163,-159079],[-287086,-159724],[-290513,-159287],[-284894,-159376],[-283838,-160283],[-293097,-168131],[-291526,-166911],[-289314,-169083],[-288555,-169964],[-289947,-171158],[-291726,-172323],[-291610,-172718],[-286865,-168252],[-285375,-169987],[-283748,-169752],[-282871,-167869],[-283898,-166241],[-293651,-177140],[-291583,-177476],[-289150,-177600],[-288921,-177199],[-288952,-177089],[-293840,-174649],[-284301,-167221],[-288672,-168520],[-288587,-167784],[-285251,-169286],[-287383,-170774],[-285559,-176889],[-285214,-175415],[-283333,-175198],[-283619,-173756],[-281804,-171859],[-283673,-178891],[-281659,-178797],[-284709,-176320],[-291031,-175361],[-291369,-176618],[-293069,-173777],[-292925,-170908],[-292798,-169218],[-294161,-168489],[-293589,-168842],[-294283,-167805],[-291209,-166834],[-289015,-168983],[-288795,-170941],[-290255,-170444],[-292149,-172815],[-292196,-173846],[-286530,-169400],[-282698,-169321],[-292937,-177992],[-292620,-178673],[-291861,-176936],[-292407,-176639],[-288481,-177525],[-289433,-176562],[-294151,-177149],[-293796,-174841],[-284314,-166942],[-284250,-166375],[-288638,-167886],[-287531,-167444],[-289002,-167063],[-285162,-169224],[-287661,-171159],[-285408,-174993],[-285454,-176162],[-283880,-176461],[-284405,-175647],[-283618,-175324],[-282961,-174979],[-283576,-172506],[-283346,-174734],[-281661,-172698],[-281940,-178969],[-284370,-176409],[-290946,-175432],[-290582,-176234],[-293088,-173442],[-293357,-171410],[-293484,-169994],[-293477,-168638],[-293967,-178722],[-292406,-168021],[-291663,-168067],[-289514,-170238],[-288357,-170785],[-290312,-170763],[-292309,-172986],[-286832,-168759],[-285850,-169022],[-283569,-169855],[-283300,-167921],[-293535,-178670],[-293408,-178679],[-292555,-178109],[-291569,-177500],[-289290,-177158],[-284943,-167258],[-284338,-166463],[-288492,-168100],[-287646,-167313],[-289063,-166859],[-285415,-169182],[-287970,-171241],[-285754,-174779],[-285774,-174679],[-283738,-176314],[-283652,-177046],[-282423,-175848],[-283066,-175849],[-282222,-174130],[-282272,-174169],[-282585,-172215],[-284149,-177196],[-291126,-175763],[-290985,-176599],[-293487,-173290],[-292995,-171152],[-293329,-169468],[-293995,-168314],[-292965,-167040],[-292378,-168054],[-290089,-169923],[-288853,-170785],[-289790,-170949],[-291191,-172792],[-292312,-173269],[-287711,-169324],[-284780,-170027],[-284209,-168887],[-293107,-176985],[-290479,-178167],[-288272,-177786],[-289255,-176957],[-289805,-176842],[-285183,-166492],[-288494,-168360],[-287802,-167770],[-288939,-167476],[-285347,-169863],[-287890,-171494],[-287611,-176205],[-284289,-174786],[-283457,-174322],[-282657,-172117],[-283919,-176377],[-290692,-174986],[-291469,-175902],[-293601,-173337],[-293150,-171497],[-292644,-169128],[-294147,-169090],[-293604,-168565],[-281619,-181859],[-281603,-187313],[-281697,-181708],[-281773,-181493],[-288720,-180385],[-286056,-181599],[-285077,-181490],[-284204,-182927],[-285850,-182476],[-288662,-180885],[-289914,-183080],[-292388,-183651],[-291906,-180381],[-283375,-181430],[-282760,-179625],[-294066,-190959],[-287791,-190178],[-284798,-191321],[-283963,-189113],[-288508,-188325],[-293378,-181403],[-293783,-181762],[-290013,-179919],[-285588,-182446],[-284766,-180737],[-284358,-182726],[-286302,-183626],[-287632,-180656],[-289489,-182889],[-291816,-183764],[-291116,-183182],[-292223,-182084],[-291417,-181669],[-283410,-180722],[-283656,-179346],[-283273,-179043],[-286655,-188434],[-286480,-188924],[-284655,-191010],[-291524,-190623],[-291137,-190736],[-290684,-190445],[-290191,-189355],[-288543,-191740],[-287346,-188797],[-286665,-188709],[-286427,-189817],[-284445,-191721],[-283934,-191071],[-284284,-187568],[-283619,-190357],[-285572,-189293],[-287990,-189557],[-287732,-189122],[-291100,-189305],[-292253,-187845],[-293237,-188939],[-293455,-179895],[-292777,-181601],[-291741,-179022],[-289082,-180274],[-286065,-181630],[-284025,-181095],[-284778,-182325],[-287280,-182336],[-288616,-180810],[-288692,-182179],[-290688,-183385],[-291964,-182697],[-292337,-180332],[-291422,-180152],[-283078,-181151],[-283637,-179096],[-283121,-179048],[-286860,-187596],[-284995,-191394],[-289677,-190812],[-290556,-191338],[-290511,-189633],[-287120,-190381],[-287529,-189763],[-285291,-190820],[-286370,-189952],[-282541,-190096],[-284250,-190433],[-284090,-188047],[-283452,-189011],[-284918,-189120],[-284536,-189103],[-287606,-189461],[-287789,-188146],[-291205,-189426],[-291611,-188876],[-288457,-179655],[-287645,-181259],[-285250,-181645],[-284567,-183127],[-286311,-183310],[-288360,-181897],[-289909,-183256],[-291246,-181739],[-282908,-181248],[-283900,-179910],[-282963,-179787],[-290155,-191577],[-286166,-189800],[-285558,-188209],[-287988,-189359],[-292451,-189476],[-293716,-202798],[-290809,-202411],[-293159,-197752],[-286204,-195332],[-285169,-195220],[-287005,-194212],[-282609,-192335],[-284066,-197340],[-282848,-199230],[-281845,-199844],[-284371,-203282],[-286911,-203628],[-289251,-198311],[-288681,-197371],[-289797,-194824],[-293910,-193372],[-291992,-192512],[-291370,-192599],[-284083,-192292],[-290542,-204510],[-291424,-204310],[-289160,-203189],[-281965,-201780],[-281876,-198263],[-292714,-201273],[-291576,-201638],[-292711,-201200],[-293644,-199627],[-292885,-198774],[-291300,-194222],[-290458,-196867],[-290764,-195813],[-287649,-196931],[-286477,-197027],[-286024,-196340],[-284968,-193763],[-285088,-192458],[-289356,-192465],[-282813,-197304],[-282868,-197259],[-283635,-198588],[-281985,-199023],[-283791,-202435],[-286604,-203142],[-286361,-203681],[-290831,-199765],[-288685,-198717],[-290404,-197032],[-289379,-196638],[-290668,-195318],[-290362,-195312],[-294010,-194738],[-292893,-195016],[-292180,-193094],[-291656,-192442],[-289902,-192629],[-287919,-192211],[-291655,-204127],[-290807,-204248],[-289955,-202125],[-290509,-204042],[-281627,-202332],[-281620,-199171],[-281812,-198024],[-293162,-202115],[-290990,-202894],[-292621,-198608],[-292070,-194987],[-286953,-196107],[-284514,-195729],[-284876,-196239],[-285046,-193097],[-287241,-193483],[-289006,-193088],[-288697,-192933],[-284278,-193103],[-282707,-192432],[-284730,-196806],[-283807,-196183],[-284460,-198140],[-283008,-198344],[-282468,-199477],[-281740,-201526],[-284147,-203983],[-283724,-204407],[-286613,-203887],[-284644,-202496],[-290286,-198135],[-289951,-198632],[-289371,-196832],[-289821,-197147],[-289557,-194092],[-290674,-194557],[-293506,-194998],[-294149,-197244],[-293088,-192477],[-292909,-192967],[-291052,-202779],[-291239,-202860],[-288865,-203271],[-289100,-202671],[-281886,-202106],[-281877,-199408],[-281944,-197842],[-293914,-202049],[-290779,-201132],[-292492,-194243],[-290985,-195172],[-285626,-195975],[-283845,-193103],[-283517,-196622],[-283491,-199821],[-281881,-200008],[-286529,-202380],[-291091,-198163],[-289414,-195980],[-288887,-194829],[-293831,-192362],[-292407,-194085],[-290004,-203671],[-281746,-200946],[-281943,-199163],[-281672,-198169],[-287609,-216177],[-285007,-211199],[-281649,-212061],[-284545,-206271],[-284175,-211094],[-289508,-204764],[-288699,-209022],[-289356,-210421],[-290142,-212322],[-291004,-211937],[-292075,-211883],[-292739,-210521],[-291235,-208171],[-293872,-208702],[-293341,-209093],[-292207,-214578],[-292278,-215606],[-288753,-216088],[-286869,-212777],[-286336,-212228],[-283155,-209987],[-282858,-210657],[-285141,-209535],[-284646,-209511],[-287052,-206138],[-285942,-206303],[-283969,-206377],[-283317,-207915],[-282215,-205332],[-281800,-211683],[-283236,-215844],[-282287,-214100],[-282543,-214142],[-286330,-207395],[-282287,-209910],[-290670,-204716],[-289832,-208201],[-288567,-210768],[-290222,-212581],[-290777,-211525],[-291050,-211051],[-292274,-209917],[-290889,-208394],[-292903,-207818],[-293142,-210047],[-292311,-214416],[-292107,-216134],[-288328,-216763],[-286212,-214277],[-283748,-213604],[-283875,-213563],[-283914,-210409],[-284457,-208596],[-285120,-206086],[-282451,-207255],[-282269,-205275],[-283032,-215370],[-283246,-214207],[-291570,-217263],[-290896,-205285],[-283216,-204676],[-284173,-210549],[-289723,-207777],[-289105,-210255],[-291445,-212145],[-291190,-211866],[-290904,-209446],[-293927,-207689],[-292683,-209401],[-291901,-214365],[-284629,-213734],[-284209,-213539],[-283435,-212021],[-285363,-207600],[-287557,-205464],[-283371,-206785],[-281878,-204678],[-281842,-211620],[-282866,-215599],[-283101,-214524],[-291165,-216969],[-287835,-214749],[-282934,-208870],[-282611,-208032],[-282228,-207643],[-284487,-209649],[-285371,-210103],[-289360,-208963],[-288546,-210278],[-290010,-213102],[-290793,-212550],[-292503,-211792],[-291104,-208834],[-293887,-208502],[-293316,-209371],[-291965,-214792],[-291344,-216231],[-288690,-216952],[-288452,-216776],[-286684,-214202],[-284964,-213515],[-283732,-212480],[-284293,-212590],[-283312,-213870],[-283247,-213666],[-282350,-212183],[-281672,-212135],[-285834,-208954],[-285316,-209554],[-285882,-205911],[-285132,-206186],[-282436,-206389],[-283638,-206305],[-281676,-204674],[-282073,-211505],[-283025,-215651],[-282874,-213642],[-290679,-223665],[-286920,-218497],[-287244,-217472],[-282456,-219148],[-282354,-219655],[-282418,-220631],[-283133,-221308],[-282519,-222382],[-282870,-223008],[-283603,-220582],[-284797,-220953],[-287736,-225585],[-286135,-225849],[-284813,-224323],[-286059,-223264],[-287425,-223682],[-288852,-223736],[-288746,-224344],[-290030,-224961],[-289818,-222754],[-289977,-221557],[-294140,-217526],[-290599,-217801],[-293957,-227945],[-291729,-224675],[-291885,-224524],[-293325,-222121],[-292149,-223491],[-287771,-226667],[-289893,-228887],[-293581,-219321],[-292719,-221080],[-292713,-218770],[-292988,-218054],[-287291,-228186],[-281962,-226469],[-286222,-230061],[-285321,-229716],[-283200,-227706],[-283246,-227156],[-281740,-227471],[-291008,-226563],[-292127,-227777],[-289292,-226682],[-283386,-224199],[-287279,-218535],[-290211,-218773],[-282235,-218881],[-282275,-220281],[-283641,-221385],[-282990,-222507],[-282898,-222928],[-283504,-220170],[-285250,-220640],[-286872,-225353],[-286152,-225592],[-284815,-224755],[-286362,-222882],[-287883,-223621],[-288244,-223152],[-288107,-224820],[-290899,-223880],[-290686,-222354],[-290712,-219361],[-294195,-219361],[-290288,-217802],[-294276,-227516],[-293813,-224397],[-293130,-225085],[-293501,-223270],[-292468,-223061],[-290925,-217530],[-290726,-218760],[-287862,-227878],[-290038,-228968],[-291517,-220323],[-292778,-217566],[-292212,-217809],[-286425,-227181],[-285522,-228424],[-286485,-227649],[-287048,-226948],[-281863,-226479],[-282217,-226048],[-282725,-225006],[-283322,-225341],[-283463,-227525],[-283061,-227375],[-281739,-227057],[-282295,-219485],[-282301,-220241],[-283027,-220495],[-283408,-220990],[-283041,-223078],[-283532,-220908],[-284509,-220846],[-287194,-226201],[-286068,-225404],[-284751,-224540],[-286766,-223120],[-287589,-224226],[-289028,-223227],[-287872,-225429],[-290362,-223821],[-291504,-222571],[-289905,-221688],[-291042,-222797],[-290854,-219587],[-293670,-220228],[-292894,-228822],[-292135,-224194],[-293459,-222113],[-292767,-221500],[-289300,-228585],[-291342,-219799],[-285321,-226661],[-285914,-228695],[-282920,-226518],[-282978,-227388],[-281765,-218704],[-289151,-230096],[-291276,-225881],[-289111,-220713],[-286731,-217615],[-287713,-218384],[-282572,-219001],[-282560,-219304],[-282369,-221125],[-282793,-221295],[-283186,-222607],[-283965,-220253],[-285189,-221005],[-287133,-226023],[-285419,-225838],[-285020,-224486],[-286777,-223198],[-287296,-224040],[-288812,-223020],[-288376,-225091],[-290239,-224136],[-289770,-223120],[-290020,-221299],[-290095,-219652],[-291747,-225406],[-293199,-223061],[-288456,-227914],[-290000,-229029],[-292990,-219732],[-293609,-218766],[-285790,-228203],[-283333,-225521],[-293805,-241727],[-292442,-238179],[-293538,-239115],[-293289,-239375],[-293354,-240484],[-293299,-240194],[-289659,-239957],[-289856,-239806],[-283156,-231713],[-283506,-236053],[-285424,-234819],[-282319,-234585],[-282585,-234631],[-285182,-231777],[-285366,-230739],[-283277,-240297],[-291783,-231133],[-292233,-231465],[-289463,-230920],[-292053,-234312],[-292387,-238015],[-289806,-240047],[-284960,-230537],[-286263,-241806],[-282201,-232324],[-291345,-231321],[-292370,-232221],[-294281,-230497],[-293057,-233397],[-292790,-233755],[-292922,-237176],[-293258,-238325],[-294058,-241417],[-293292,-239138],[-288953,-236407],[-287274,-241325],[-287177,-232737],[-283571,-231714],[-288221,-231956],[-281744,-234438],[-284027,-233278],[-286170,-235536],[-283777,-236346],[-284027,-240078],[-285482,-241663],[-291532,-231297],[-293058,-231924],[-283039,-242904],[-288624,-231202],[-290161,-234285],[-292571,-237804],[-291376,-238982],[-282770,-231263],[-290023,-234919],[-289954,-234087],[-289054,-235672],[-288519,-236264],[-287633,-241626],[-288921,-240635],[-289634,-241169],[-287548,-238832],[-284046,-239831],[-284326,-237005],[-285589,-236750],[-285927,-235667],[-287976,-231945],[-288281,-232288],[-283889,-232928],[-282492,-232174],[-285607,-241864],[-285074,-241732],[-286316,-241606],[-283984,-239695],[-284350,-238605],[-282772,-237798],[-284929,-231032],[-283535,-241222],[-283535,-240921],[-291334,-231394],[-292728,-232217],[-289812,-231111],[-289731,-230918],[-289935,-231614],[-291288,-234932],[-291477,-234704],[-292028,-235432],[-292746,-233093],[-292980,-237531],[-293738,-236329],[-282490,176],[-291745,-3657],[-290015,-5367],[-291011,-4001],[-291650,-1458],[-291765,-3939],[-290155,-4705],[-291052,-3989],[-292019,-2121],[-281914,-199],[-291709,-4110],[-290024,-5320],[-290562,-3966],[-291683,-1537],[-292673,-3988],[-290364,-5065],[-291069,-4217],[-291301,-2148],[-287580,-9355],[-285060,-8842],[-283494,-9686],[-282085,-8483],[-286974,-9450],[-285151,-8783],[-283323,-9441],[-281841,-8408],[-287355,-9119],[-284419,-8909],[-283587,-9623],[-282170,-8859],[-287256,-9502],[-284705,-8398],[-283391,-9661],[-282531,-8410],[-283689,-243686],[-285446,-252374],[-292103,-248996],[-286447,-254624],[-293412,-251120],[-289113,-251847],[-291366,-249658],[-289600,-249634],[-290834,-253558],[-286357,-253135],[-283524,-243509],[-282395,-255657],[-282715,-245696],[-283770,-251134],[-285979,-252370],[-285585,-254067],[-291219,-251303],[-294301,-246018],[-283564,-243572],[-282697,-255779],[-282293,-251261],[-282659,-249406],[-282501,-248900],[-283961,-251281],[-283441,-250963],[-287634,-248042],[-286600,-252989],[-288226,-250400],[-293069,-253938],[-287727,-253065],[-284080,-254333],[-282786,-254376],[-282155,-255442],[-284354,-252637],[-292716,-250817],[-285584,-252670],[-289723,-249338],[-291787,-251044],[-291226,-250223],[-283316,-255179],[-287471,-254223],[-291533,-251838],[-283317,-243042],[-281782,-255790],[-283259,-253549],[-282217,-250842],[-282793,-246070],[-282311,-245872],[-282101,-244963],[-282567,-245621],[-289886,-261409],[-289701,-259213],[-287554,-260981],[-291733,-258587],[-292382,-260796],[-293105,-267680],[-286307,-266122],[-284508,-265804],[-283820,-259806],[-284628,-263279],[-283638,-258941],[-290047,-261279],[-286606,-261101],[-289270,-267556],[-290517,-266193],[-290314,-265765],[-290233,-265411],[-289867,-266295],[-290534,-265924],[-284320,-258150],[-288655,-258664],[-291083,-257735],[-290689,-256740],[-292965,-258137],[-293545,-256597],[-294081,-256724],[-292472,-263783],[-283450,-257089],[-288693,-259776],[-284351,-258359],[-283446,-262066],[-288430,-261568],[-292189,-264862],[-281600,-258890],[-290819,-265118],[-289990,-265807],[-282641,-260516],[-290648,-258361],[-282841,-257074],[-291112,-258193],[-287833,-260622],[-292298,-260698],[-292595,-267552],[-292508,-268579],[-285795,-267912],[-287134,-265967],[-284020,-260105],[-283506,-259692],[-288669,-262947],[-291106,-265610],[-289914,-266065],[-290847,-265386],[-281685,-259753],[-284058,-257020],[-290832,-255832],[-283625,-258097],[-288731,-259496],[-284445,-256183],[-288873,-257511],[-293304,-257100],[-292532,-258730],[-293512,-256932],[-292863,-264186],[-282720,-257298],[-288068,-260665],[-293142,-260296],[-285814,-266125],[-284282,-264268],[-284874,-262820],[-284672,-258339],[-290630,-265603],[-290188,-266364],[-290109,-265640],[-293445,-257800],[-290468,-258987],[-284208,-256242],[-282687,-257685],[-284407,-269774],[-284792,-270064],[-287250,-274599],[-289064,-275331],[-292677,-271371],[-291940,-272953],[-287922,-277644],[-292319,-275141],[-290465,-274212],[-284764,-271853],[-286601,-272302],[-287498,-276911],[-284405,-279071],[-286392,-278292],[-283185,-273898],[-282528,-274485],[-282774,-272466],[-293040,-278009],[-290479,-280760],[-288512,-280742],[-289772,-279733],[-287628,-279308],[-293127,-281325],[-282770,-269769],[-288403,-273376],[-292735,-276498],[-293776,-277057],[-294082,-271674],[-293766,-272025],[-287419,-268927],[-289231,-275533],[-282314,-270248],[-283322,-277095],[-287389,-274606],[-287873,-278345],[-282153,-274712],[-293106,-280785],[-288312,-280379],[-294135,-280421],[-288644,-272342],[-294140,-271946],[-287761,-269303],[-283871,-269210],[-289700,-274812],[-288533,-277398],[-291062,-273878],[-288890,-277084],[-291681,-274024],[-288173,-275255],[-292750,-268721],[-291694,-268974],[-282482,-277024],[-284151,-273336],[-283336,-274674],[-291020,-281249],[-290934,-279767],[-293419,-279341],[-293946,-278640],[-288109,-274272],[-294207,-277401],[-287165,-270397],[-292596,-275445],[-290611,-276025],[-291278,-276931],[-285124,-272933],[-291763,-280877],[-289603,-278971],[-286795,-281385],[-294080,-276241],[-287586,-275020],[-289269,-273676],[-289259,-284434],[-289475,-281581],[-289225,-284275],[-286962,-283513],[-287746,-284240],[-285994,-283217],[-286440,-283735],[-288513,-283590],[-291217,-282420],[-286788,-281636],[-291689,-283222],[-293371,-282623],[-288710,-282418],[-285908,-283309],[-286479,-283329],[-288489,-283931],[-291944,-283077],[-288827,-284535],[-286335,-283373],[-288533,-284048],[-282189,-293332],[-282103,-292148],[-289942,-290000],[-284140,-292122],[-282849,-289634],[-287347,-291710],[-290006,-290399],[-287036,-290270],[-289861,-290958],[-286319,-353154],[-285234,-350164],[-286286,-352857],[-285228,-350233],[-283087,-16746],[-291434,-16802],[-291339,-13897],[-287915,-13551],[-288354,-15930],[-286639,-13472],[-292204,-16445],[-290707,-14553],[-287332,-13561],[-287779,-16427],[-286254,-14175],[-291620,-16357],[-290568,-13877],[-287863,-13682],[-287641,-16378],[-286493,-13823],[-291309,-15767],[-290984,-14274],[-287487,-13849],[-288113,-15966],[-285881,-14276],[-289999,-34684],[-286782,-37930],[-281679,-35648],[-291834,-36888],[-294023,-33602],[-288087,-33924],[-289596,-36822],[-288741,-36864],[-282485,-36118],[-290905,-36752],[-293658,-34302],[-288815,-36700],[-282598,-35328],[-291143,-36836],[-293565,-33572],[-291537,-36659],[-293860,-34249],[-289814,-49545],[-287933,-50579],[-293956,-41072],[-293289,-42891],[-293319,-42271],[-291249,-41944],[-292272,-41448],[-291116,-48822],[-293809,-47351],[-282645,-49593],[-283817,-49156],[-285943,-50598],[-289105,-50847],[-291798,-48722],[-290571,-47280],[-281615,-46562],[-282516,-46368],[-289817,-50055],[-287219,-50719],[-293973,-41326],[-293682,-43469],[-292501,-42238],[-291704,-42025],[-291981,-41457],[-290411,-49474],[-287501,-50159],[-293987,-43075],[-292510,-42378],[-290967,-41751],[-292463,-40786],[-281659,-49200],[-283483,-49144],[-285931,-50565],[-288346,-50359],[-291517,-47823],[-282736,-45886],[-294141,-47565],[-289624,-50126],[-287935,-50796],[-294343,-41330],[-293520,-42967],[-292623,-41951],[-291270,-42238],[-292500,-40866],[-288640,-48498],[-283825,-47211],[-291159,-51173],[-289350,-53535],[-287194,-53866],[-284859,-53185],[-291092,-51197],[-292898,-51505],[-284164,-52278],[-293424,-63212],[-293695,-62723],[-294170,-63181],[-291683,-61966],[-289624,-62908],[-289254,-61648],[-291302,-62235],[-291509,-61894],[-287913,-61815],[-288376,-62091],[-287418,-61376],[-287503,-61571],[-286670,-62166],[-286173,-62183],[-284415,-61211],[-284942,-61130],[-284852,-60940],[-284465,-61326],[-283543,-61814],[-283345,-62150],[-282407,-61787],[-282641,-62621],[-286502,-61175],[-291523,-51273],[-291163,-51397],[-281658,-61290],[-291493,-53897],[-292941,-53989],[-291253,-53756],[-289305,-54806],[-290376,-53501],[-289567,-54667],[-286689,-53359],[-286501,-54482],[-287609,-53923],[-286787,-52816],[-285926,-53865],[-282106,-53208],[-284236,-53436],[-284068,-52499],[-282302,-53278],[-294110,-55794],[-293150,-55310],[-292966,-55535],[-290407,-51163],[-294078,-51307],[-283765,-52215],[-288447,-53312],[-292882,-62367],[-293563,-62827],[-293990,-63626],[-292780,-62898],[-292577,-63686],[-291875,-63580],[-289801,-62934],[-291995,-63202],[-291610,-62383],[-291008,-60914],[-290010,-62228],[-289163,-62009],[-289359,-62119],[-290230,-61574],[-290709,-62468],[-291230,-62089],[-288335,-62374],[-287971,-61850],[-287108,-61107],[-286198,-60870],[-286135,-61855],[-285750,-62519],[-285788,-62171],[-284920,-61920],[-285706,-61424],[-285621,-61064],[-284061,-62577],[-284559,-61162],[-284781,-61529],[-283608,-62487],[-283486,-62918],[-283171,-61919],[-283911,-61645],[-283269,-61944],[-281941,-62110],[-282994,-61939],[-289692,-63365],[-291255,-51677],[-286845,-63677],[-291460,-70311],[-292292,-71008],[-292267,-70085],[-292595,-70376],[-294142,-67148],[-292811,-64317],[-291958,-64137],[-291980,-65096],[-290544,-71531],[-289989,-73486],[-291289,-73270],[-291086,-73035],[-290697,-73820],[-288926,-73428],[-287398,-71354],[-287546,-71431],[-287736,-73989],[-286851,-73752],[-285590,-72516],[-286502,-72503],[-285968,-71029],[-284911,-72451],[-285417,-71393],[-285728,-70689],[-283086,-73642],[-282627,-74273],[-282577,-74321],[-283770,-74664],[-284952,-74195],[-288797,-69053],[-288759,-69019],[-284977,-65330],[-293148,-67008],[-292398,-66878],[-284811,-64478],[-284373,-64225],[-283859,-64826],[-284396,-65033],[-282860,-64694],[-282135,-71714],[-282062,-69538],[-282343,-68595],[-281713,-71438],[-282007,-70819],[-282092,-67169],[-282124,-67732],[-283694,-66983],[-283861,-67038],[-283631,-66999],[-285311,-67965],[-283967,-69609],[-284017,-68743],[-283706,-68860],[-284620,-68539],[-283839,-68189],[-283937,-67889],[-285110,-70264],[-285357,-70268],[-284796,-68396],[-284897,-69790],[-284697,-69439],[-285712,-70035],[-285161,-68881],[-285336,-69647],[-285189,-69156],[-288413,-74153],[-292179,-74228],[-291964,-70823],[-294333,-68861],[-292995,-64175],[-292888,-64254],[-291946,-65278],[-292006,-65163],[-291644,-71364],[-289923,-71509],[-291388,-73711],[-291430,-73706],[-286208,-72708],[-286050,-72258],[-286257,-71166],[-283626,-72186],[-286025,-70974],[-283350,-74166],[-282554,-74053],[-284333,-73967],[-285668,-74258],[-285397,-74356],[-288270,-69163],[-284468,-65555],[-289208,-66836],[-292031,-67159],[-284450,-64787],[-283571,-64742],[-284213,-64071],[-287946,-63944],[-285064,-67484],[-283863,-66591],[-286179,-67172],[-285879,-66710],[-287927,-67355],[-287681,-67949],[-288488,-67907],[-288080,-66360],[-286718,-65879],[-285285,-65455],[-284417,-65837],[-284417,-65837],[-289208,-66836],[-290512,-65557],[-289767,-65349],[-290390,-67467],[-291428,-66782],[-282051,-71877],[-282612,-68737],[-282417,-68378],[-282162,-66596],[-281860,-67319],[-283880,-70060],[-284090,-66788],[-283870,-67128],[-284965,-67363],[-283776,-68409],[-285094,-68597],[-284037,-67029],[-284900,-69789],[-285592,-70123],[-284862,-68517],[-284691,-68914],[-285022,-69398],[-285231,-69831],[-285144,-69691],[-285573,-69426],[-285336,-68376],[-291720,-75083],[-292126,-74326],[-291745,-75137],[-289588,-75692],[-286615,-76236],[-285906,-76463],[-289028,-76208],[-288781,-75969],[-287043,-76481],[-287150,-76004],[-288736,-76445],[-289335,-76045],[-289675,-76358],[-291335,-77280],[-291418,-77166],[-291445,-77172],[-291705,-77053],[-293603,-88103],[-294049,-83837],[-294041,-83336],[-293819,-81162],[-292857,-77572],[-293530,-78857],[-292748,-82081],[-292743,-81885],[-292771,-80932],[-292479,-80356],[-292135,-79847],[-291932,-79235],[-290082,-80805],[-291149,-81977],[-287251,-76901],[-286384,-77456],[-286896,-79847],[-285295,-77407],[-284463,-77017],[-284551,-77410],[-285875,-80604],[-288783,-81200],[-289752,-79604],[-289881,-79522],[-284763,-82012],[-285825,-83021],[-285813,-82722],[-285883,-82429],[-287027,-83342],[-287167,-83265],[-284347,-83162],[-286119,-83788],[-284171,-88269],[-284328,-88502],[-285502,-88623],[-292074,-88524],[-289509,-82401],[-289913,-82210],[-282062,-81726],[-284394,-82365],[-285215,-88984],[-291713,-86851],[-292279,-86979],[-292422,-86259],[-291569,-84263],[-289724,-82781],[-286612,-82477],[-287117,-81557],[-284568,-83279],[-282401,-83558],[-281723,-83264],[-282375,-86768],[-282242,-89400],[-284183,-84764],[-284335,-84167],[-285868,-86110],[-287578,-85773],[-286335,-87389],[-291440,-85602],[-289447,-85531],[-289612,-78115],[-289216,-79383],[-287802,-79909],[-287695,-76844],[-285410,-79803],[-283467,-78336],[-282020,-78359],[-282155,-80771],[-293344,-86517],[-293316,-86571],[-293907,-87467],[-293602,-87355],[-294168,-87371],[-293734,-82310],[-293938,-82031],[-293951,-80807],[-293758,-80244],[-293448,-78070],[-293370,-78760],[-292462,-82199],[-292497,-81087],[-292440,-81519],[-292192,-80630],[-292362,-80560],[-291428,-78781],[-290963,-80970],[-291427,-82600],[-287090,-76965],[-285119,-77682],[-285705,-76819],[-284588,-77399],[-285812,-80548],[-286733,-83775],[-287806,-83090],[-290524,-80235],[-289924,-79081],[-290757,-80007],[-284195,-82528],[-284269,-82373],[-284260,-82338],[-285915,-83210],[-285810,-82826],[-285694,-82114],[-286894,-83039],[-287616,-83142],[-287566,-83691],[-284521,-83018],[-285943,-83536],[-285811,-83285],[-285885,-83535],[-287735,-88118],[-288360,-87943],[-284927,-88269],[-284746,-88297],[-285808,-88614],[-286225,-88695],[-292102,-88487],[-292192,-88540],[-292187,-88412],[-290286,-81855],[-290175,-81958],[-282836,-77563],[-284166,-80459],[-284233,-79994],[-282081,-81660],[-284317,-81955],[-291637,-86518],[-289902,-87041],[-292791,-83924],[-292891,-84443],[-290091,-83156],[-286399,-82438],[-288228,-81085],[-284243,-83593],[-281811,-82051],[-283418,-83258],[-284597,-83648],[-283478,-85754],[-285152,-88203],[-285054,-86500],[-287412,-86731],[-287881,-86572],[-289363,-84192],[-291240,-84445],[-289690,-77868],[-288758,-78717],[-288087,-79772],[-287207,-77298],[-285155,-80424],[-284341,-78352],[-281884,-78496],[-282100,-80598],[-285303,-89375],[-294241,-85511],[-289195,-84588],[-287454,-81053],[-282762,-81979],[-284977,-85289],[-286655,-86122],[-289093,-85819],[-290159,-78098],[-289005,-79188],[-288704,-79986],[-287944,-77014],[-284793,-80396],[-283431,-78555],[-282320,-78235],[-282201,-80881],[-292029,-86131],[-292808,-85460],[-291437,-83998],[-286802,-81675],[-282350,-84005],[-282816,-89022],[-285822,-84765],[-285235,-87578],[-288514,-87904],[-290789,-86001],[-289754,-78137],[-289255,-79350],[-288194,-79279],[-288132,-77722],[-284613,-79851],[-284141,-77816],[-282746,-78131],[-282427,-81029],[-294394,-91619],[-289511,-89846],[-289069,-90603],[-289459,-91576],[-289814,-91981],[-292242,-91594],[-292172,-91559],[-294246,-96200],[-293834,-96099],[-293865,-95965],[-294382,-93873],[-294253,-97610],[-293974,-99563],[-293906,-100365],[-292703,-101895],[-294349,-101139],[-293145,-100131],[-291522,-99400],[-290812,-101768],[-290223,-102138],[-288610,-93928],[-288567,-93262],[-284166,-97856],[-289717,-97629],[-289860,-97574],[-287126,-98438],[-287285,-98811],[-286068,-99575],[-287126,-101241],[-285034,-102016],[-283985,-101662],[-286876,-101942],[-282101,-101877],[-281669,-100795],[-282435,-96921],[-281861,-98489],[-282118,-96045],[-282769,-101887],[-282020,-94407],[-282706,-94604],[-288345,-95426],[-287335,-93184],[-285036,-91249],[-287160,-90391],[-286177,-93970],[-284824,-93991],[-282649,-92974],[-283599,-92367],[-282103,-99157],[-282998,-99007],[-286165,-100923],[-285838,-100260],[-286536,-99509],[-284473,-97626],[-286389,-96154],[-287070,-97647],[-291831,-98358],[-292862,-98269],[-292569,-101689],[-292079,-101109],[-281950,-90202],[-294127,-90945],[-289802,-90748],[-289847,-89464],[-289302,-90669],[-289952,-91908],[-289892,-91806],[-289150,-92693],[-292482,-91538],[-292169,-91113],[-292190,-90845],[-294038,-96142],[-293951,-95605],[-294027,-95024],[-294116,-95022],[-293889,-97904],[-294158,-97816],[-294281,-99661],[-293792,-101573],[-293368,-100998],[-294355,-101790],[-291468,-102074],[-290327,-101669],[-288843,-92998],[-289535,-92538],[-288990,-93263],[-289679,-97706],[-289577,-98141],[-289204,-98165],[-287109,-99974],[-286352,-99279],[-286705,-99676],[-286969,-99800],[-285595,-102197],[-285382,-102134],[-288066,-101924],[-287600,-101870],[-282455,-98445],[-281797,-98747],[-283317,-98718],[-283888,-100246],[-282341,-96310],[-281820,-97831],[-281828,-98661],[-281665,-96932],[-282857,-95686],[-283358,-94659],[-286948,-98695],[-289082,-97364],[-285192,-91958],[-287306,-90477],[-286872,-89744],[-281727,-89716],[-285829,-92646],[-284713,-94313],[-283909,-92912],[-283406,-93561],[-282416,-100751],[-283061,-100454],[-284588,-101289],[-286165,-101919],[-286075,-99628],[-284292,-97933],[-287124,-97828],[-288120,-97751],[-291693,-98585],[-293002,-97155],[-290835,-99573],[-291347,-101958],[-282534,-101707],[-282892,-94909],[-286971,-99173],[-288466,-96087],[-282506,-89451],[-285820,-93084],[-282253,-94418],[-283540,-100595],[-285319,-100580],[-284301,-97855],[-288188,-96676],[-293311,-97464],[-292646,-101428],[-293541,-102078],[-283219,-101998],[-282114,-95701],[-287166,-90164],[-286441,-93000],[-283786,-92065],[-282214,-99324],[-285875,-99794],[-284794,-98181],[-287281,-96475],[-292498,-97853],[-290630,-101449],[-293173,-104884],[-291214,-103031],[-291785,-104130],[-292448,-104025],[-292242,-103381],[-292289,-104142],[-290864,-103954],[-291037,-103686],[-290704,-102289],[-289194,-102471],[-289419,-102851],[-289551,-102485],[-290352,-103855],[-290466,-105127],[-289040,-104993],[-284778,-102557],[-284314,-102240],[-282248,-102517],[-282985,-103152],[-283277,-103835],[-284104,-103256],[-284175,-103571],[-286917,-102549],[-286725,-104292],[-285991,-104172],[-284293,-104202],[-294381,-110484],[-293188,-110217],[-293761,-110512],[-293960,-111352],[-293942,-112367],[-293233,-113006],[-292335,-112139],[-293783,-111357],[-292575,-110772],[-292899,-111702],[-292642,-108713],[-293057,-108763],[-292861,-109211],[-293741,-109774],[-293328,-108664],[-290839,-114977],[-289897,-114969],[-290587,-114353],[-291535,-112434],[-290125,-114005],[-290301,-113215],[-290575,-113415],[-291876,-113593],[-291360,-113457],[-291828,-113130],[-290785,-111329],[-289014,-108686],[-290353,-108066],[-290158,-108305],[-290677,-107590],[-290611,-106821],[-290798,-106092],[-290425,-107149],[-291445,-107383],[-290500,-105934],[-290820,-106736],[-294112,-107206],[-293462,-106647],[-292358,-107234],[-292529,-107144],[-291879,-106698],[-291157,-106391],[-286935,-106936],[-289245,-107218],[-289167,-108374],[-285291,-108677],[-285212,-108589],[-283491,-106881],[-284999,-108145],[-285935,-107708],[-285432,-107233],[-286123,-107785],[-284885,-105498],[-284361,-104475],[-284922,-104880],[-284657,-105966],[-284885,-105814],[-284518,-105950],[-282352,-108714],[-285063,-110072],[-285477,-110015],[-285438,-110222],[-286074,-110291],[-284141,-109343],[-283948,-108674],[-284837,-108584],[-284074,-108379],[-284823,-112240],[-284579,-112082],[-281720,-114451],[-281973,-114751],[-286439,-113208],[-286916,-114200],[-286767,-113661],[-282924,-108976],[-284632,-106852],[-282857,-105244],[-285946,-102680],[-283327,-103065],[-293452,-103516],[-290713,-106677],[-291346,-106308],[-289013,-108368],[-286666,-109033],[-285662,-108560],[-289126,-109847],[-287873,-109099],[-290240,-110888],[-289395,-111372],[-290028,-109343],[-292002,-109360],[-286989,-113696],[-287909,-114194],[-285853,-113190],[-285225,-113690],[-284300,-113171],[-284318,-109773],[-283303,-110885],[-281966,-114462],[-283229,-114458],[-282414,-108904],[-292768,-102240],[-293631,-104673],[-291542,-102852],[-291313,-103499],[-290629,-105258],[-291884,-103309],[-291914,-103773],[-290503,-103896],[-290965,-103239],[-291829,-102466],[-289538,-102761],[-290150,-104267],[-282091,-102759],[-284044,-103919],[-284243,-102620],[-286410,-102347],[-286120,-102781],[-286804,-102477],[-286635,-102805],[-286429,-103251],[-284377,-104436],[-282014,-105538],[-293598,-110430],[-293046,-112490],[-292133,-111618],[-293028,-110975],[-293166,-111947],[-292252,-111334],[-294288,-109220],[-293935,-109289],[-292233,-114718],[-289748,-114809],[-290203,-114177],[-290478,-113550],[-290822,-113234],[-291281,-113703],[-291466,-114593],[-287994,-111792],[-290122,-106999],[-290896,-107501],[-291469,-107168],[-291123,-106650],[-292292,-107297],[-293915,-107022],[-292206,-107051],[-292731,-106488],[-283976,-105683],[-285343,-107577],[-286618,-107290],[-286701,-107450],[-284375,-104468],[-284477,-104432],[-284617,-110120],[-285645,-110299],[-283738,-109116],[-284579,-107790],[-284465,-111731],[-282157,-114620],[-286521,-113287],[-283877,-108898],[-283574,-104081],[-285138,-107319],[-282337,-105884],[-285888,-103864],[-294322,-104273],[-293146,-106019],[-291462,-104398],[-288269,-107994],[-287609,-109047],[-286230,-110151],[-289910,-108962],[-290092,-110979],[-290641,-111245],[-289895,-110997],[-291729,-108659],[-292287,-110642],[-288336,-113036],[-288722,-113565],[-284301,-114270],[-286007,-114509],[-284426,-112722],[-284206,-112440],[-284495,-111279],[-283548,-111416],[-281898,-113600],[-283654,-113321],[-282256,-109875],[-282272,-110441],[-283928,-109553],[-283372,-103985],[-284585,-106197],[-282990,-106589],[-286133,-102881],[-292441,-106522],[-287342,-108374],[-290423,-111560],[-289965,-110915],[-287909,-114161],[-285019,-113845],[-284515,-109869],[-282956,-114032],[-283407,-104716],[-285190,-106144],[-283244,-105621],[-285091,-102927],[-291578,-106191],[-287814,-107038],[-286268,-107580],[-288923,-110870],[-290555,-112750],[-289955,-109073],[-287255,-114434],[-284272,-113639],[-283673,-111372],[-282976,-114347],[-282295,-109505],[-292892,8565],[-293853,8803],[-289588,9867],[-282087,385],[-293311,5775],[-289232,9790],[-291449,12029],[-288985,9455],[-291264,12171],[-288502,9780],[-287892,1816],[-287496,1615],[-287556,4208],[-288343,3961],[-291887,711],[-288004,1404],[-288980,1287],[-293804,4632],[-294057,5237],[-282047,678],[-293025,4592],[-293667,4442],[-293733,5221],[-294009,4831],[-293801,5713],[-284600,140211],[-285283,141188],[-294067,19169],[-291346,20925],[-293905,18612],[-281996,24426],[-293561,18798],[-290712,20219],[-282384,15618],[-293912,19037],[-291215,20912],[-293004,24850],[-292779,25298],[-292375,24384],[-291975,24878],[-290642,24570],[-294160,22465],[-290945,20989],[-291151,22797],[-292821,24513],[-291511,24885],[-290767,23694],[-294259,22433],[-291960,21875],[-292399,24045],[-291592,25528],[-291561,23883],[-293453,22348],[-292009,22745],[-291918,24723],[-291946,24811],[-290895,24316],[-293845,21636],[-291269,22586],[-289879,315546],[-289740,311073],[-290609,312258],[-288160,311872],[-289968,311643],[-289805,310213],[-290096,312570],[-293282,310583],[-290663,313120],[-289186,315270],[-293324,310747],[-291250,310549],[-292802,309833],[-291781,314919],[-289299,314192],[-289207,313327],[-290544,313325],[-289785,313003],[-293685,311733],[-291554,309952],[-291056,309066],[-290019,315181],[-288581,313579],[-293602,312214],[-291918,311803],[-288857,313167],[-289943,310388],[-291997,313514],[-292511,312911],[-293217,312690],[-290922,26456],[-293055,25915],[-290412,26410],[-292747,26247],[-287844,32919],[-286928,37143],[-285503,35887],[-289556,35237],[-290288,34590],[-289970,33069],[-291280,33089],[-287977,31302],[-291369,35932],[-281824,35526],[-284562,32741],[-285903,32601],[-283789,28534],[-287062,33810],[-286694,29182],[-289511,34660],[-284286,28763],[-286296,35799],[-283587,31157],[-283368,30039],[-286452,37595],[-285765,35801],[-290107,35414],[-290442,34861],[-291546,33475],[-288766,30767],[-291621,36200],[-282198,35325],[-290782,25973],[-293334,26527],[-284841,31028],[-287020,34114],[-289954,33319],[-289671,31593],[-282528,34243],[-288424,35272],[-282827,29855],[-285075,30097],[-283024,32749],[-290924,38528],[-287353,36744],[-285420,36526],[-289284,35684],[-290236,34605],[-290249,32797],[-290705,33479],[-287943,31343],[-291555,36580],[-291827,25839],[-290931,26720],[-293140,26648],[-288038,29908],[-287225,37092],[-285442,35972],[-289364,35407],[-291032,34938],[-290403,33029],[-290933,32595],[-288503,30429],[-291368,36438],[-281625,35098],[-293833,390377],[-293453,389699],[-293580,395522],[-294195,394440],[-294184,394904],[-294244,396362],[-294118,395507],[-294193,404513],[-293963,403244],[-293483,400589],[-292522,399548],[-293660,397365],[-293146,404452],[-294052,403633],[-292426,400954],[-292769,398938],[-292836,399440],[-293288,397165],[-294304,404530],[-294039,402546],[-292588,401203],[-292977,400298],[-293200,397154],[-293784,404634],[-292711,403466],[-293197,401337],[-292743,400062],[-293402,397678],[-288422,506529],[-289526,509468],[-287067,502438],[-291683,506555],[-291349,511045],[-293124,506285],[-291411,507483],[-284777,49376],[-285109,38955],[-290618,39630],[-294389,44893],[-294140,43251],[-293674,47692],[-293413,50044],[-285457,39095],[-287279,41973],[-287742,41766],[-287351,45104],[-286384,45651],[-286387,46914],[-286965,48292],[-292806,48577],[-293798,51302],[-291099,50644],[-290120,50359],[-290054,48578],[-284579,44719],[-285134,43234],[-284573,42345],[-283632,39239],[-283675,40035],[-290318,39840],[-290588,39235],[-293307,44957],[-292216,44335],[-294225,48300],[-293397,51023],[-286257,39285],[-287235,41974],[-288280,41488],[-287042,45101],[-287086,45591],[-286582,46751],[-286667,48396],[-292862,48724],[-294375,51014],[-291116,50993],[-290066,50036],[-289678,48771],[-284434,44527],[-285419,43430],[-285250,42306],[-281848,50915],[-286064,40333],[-285078,38992],[-290051,39079],[-292304,43814],[-291724,45118],[-292118,45191],[-293333,49582],[-293454,48021],[-293048,51160],[-285749,39515],[-287072,41451],[-287880,41759],[-287022,44727],[-286752,45885],[-286048,47663],[-285998,47775],[-292947,48345],[-290376,50705],[-290413,50694],[-289816,48125],[-284240,43851],[-285013,43905],[-284649,42732],[-282075,48896],[-285375,48287],[-285253,39243],[-289549,38894],[-292471,44246],[-293554,48451],[-285868,39862],[-287455,42007],[-287593,41586],[-286831,44956],[-286435,45750],[-286213,47010],[-286110,47636],[-292418,48457],[-293542,51227],[-290847,51274],[-290202,50072],[-290009,48409],[-284231,43843],[-285092,43995],[-284613,43088],[-292557,515681],[-291413,514577],[-290905,514634],[-284388,53723],[-283979,51890],[-285746,57741],[-284895,59006],[-290076,60022],[-291275,58718],[-282544,54154],[-282909,55040],[-292614,60414],[-288419,52475],[-285203,56237],[-283428,54108],[-284300,54030],[-281667,51438],[-282665,51487],[-282933,54832],[-285650,57407],[-286790,60408],[-285713,61053],[-282898,64184],[-284854,61937],[-285559,62189],[-294144,52166],[-293841,51729],[-292411,55026],[-290045,60238],[-291585,60866],[-292437,59349],[-291219,59196],[-282242,54450],[-281700,55930],[-282467,55602],[-293226,60315],[-287834,52454],[-283810,53370],[-284954,51589],[-282490,51925],[-285038,52483],[-285911,51545],[-282952,58739],[-282892,62342],[-285919,62080],[-286361,61452],[-293100,52153],[-291982,59010],[-291732,58773],[-282388,54654],[-282337,55033],[-292752,60337],[-293560,51532],[-287642,53211],[-284860,52347],[-283252,59707],[-293075,51681],[-293350,53366],[-291615,56766],[-291348,60880],[-282577,53691],[-281729,58270],[-281704,55859],[-282634,55436],[-292934,60146],[-288296,52405],[-293246,57238],[-293365,55956],[-294388,55911],[-292292,56765],[-293975,55495],[-293001,56825],[-293472,55609],[-292453,56359],[-294387,57589],[-293351,66526],[-289324,72276],[-287355,72349],[-286656,69077],[-284940,71352],[-294230,66957],[-281628,76094],[-286325,65663],[-283361,66952],[-289825,72153],[-289943,72172],[-288651,72458],[-288243,72998],[-288052,69380],[-286655,68642],[-284969,71366],[-285235,70932],[-293981,65359],[-294379,65672],[-293834,67107],[-294397,68000],[-289847,71903],[-287431,72645],[-287530,69009],[-285153,71390],[-294129,66001],[-282060,75793],[-283404,66898],[-285704,66258],[-282488,65532],[-289298,72088],[-288725,71213],[-288011,72128],[-287790,71722],[-287282,68161],[-286982,68436],[-284672,71307],[-285328,71257],[-294022,66866],[-282074,75892],[-293581,74407],[-292647,73539],[-293921,75878],[-292489,76557],[-293307,75086],[-292296,76386],[-289978,75056],[-289784,76762],[-293427,73808],[-294061,76415],[-291952,75192],[-290684,76204],[-289746,76617],[-292581,73655],[-293328,73610],[-293133,75090],[-290224,75246],[-290096,76566],[-293621,73254],[-294159,75869],[-292129,76061],[-281919,88660],[-281905,78155],[-282943,79514],[-281639,89680],[-283599,79518],[-281704,77465],[-283279,79256],[-282078,78376],[-282871,79577],[-283416,78613],[-283903,79217],[-282604,79353],[-281974,89256],[-282012,78114],[-283398,78652],[-290879,85180],[-292515,87157],[-292841,79240],[-294003,81275],[-293540,86505],[-293559,88194],[-289368,88008],[-289566,89728],[-292140,89313],[-291997,85304],[-289433,87818],[-289097,77828],[-289027,81721],[-288073,82351],[-290443,84786],[-290141,87016],[-292176,86527],[-292035,85196],[-282642,89401],[-292895,77742],[-293721,78374],[-293814,79173],[-293081,80087],[-294048,85731],[-292988,87776],[-292611,87716],[-289298,88797],[-290312,88774],[-290059,89103],[-291419,88774],[-292194,88983],[-288597,86338],[-288080,87198],[-288010,78456],[-289331,77423],[-288674,81330],[-288210,82424],[-292532,86702],[-290090,85552],[-291701,86303],[-291478,85539],[-290444,84907],[-292154,84712],[-290594,85880],[-294003,79325],[-293135,79120],[-293167,80883],[-293905,87525],[-293688,86338],[-293309,88556],[-289864,88509],[-290316,89315],[-291773,88794],[-292585,86652],[-288503,86892],[-287835,77190],[-288787,82135],[-287916,82364],[-293936,77245],[-293294,77275],[-293677,79279],[-293863,81506],[-293386,80625],[-293027,80476],[-293958,87412],[-294132,86995],[-294239,85743],[-292596,88358],[-293570,88500],[-288420,88076],[-290084,88194],[-290551,88151],[-290284,89348],[-289025,88924],[-291214,88434],[-291021,89361],[-292962,86270],[-288264,87181],[-288503,86807],[-288442,77227],[-288977,78017],[-288747,81289],[-288554,82555],[-291039,87098],[-292042,84715],[-292110,86151],[-292047,86427],[-290638,85034],[-291599,86069],[-282394,90596],[-281767,90330],[-282662,94327],[-282533,95870],[-282140,102106],[-288430,100056],[-287373,97516],[-283942,98083],[-282993,96333],[-283104,90606],[-282651,90530],[-283104,94791],[-282979,96087],[-282135,101893],[-287943,100114],[-282025,90526],[-283404,94806],[-282808,95488],[-288153,99550],[-283029,97645],[-286406,102209],[-283540,97767],[-286923,102337],[-281844,101022],[-282641,90920],[-283538,94784],[-283447,96101],[-281981,102185],[-288130,99557],[-285359,95765],[-288547,91101],[-289401,90732],[-290298,91617],[-290018,90809],[-290184,91365],[-290728,93271],[-290373,93036],[-289854,94310],[-288876,93901],[-290571,91441],[-289955,92223],[-289665,94791],[-286166,96583],[-294363,91484],[-289397,89975],[-289149,91645],[-289887,90722],[-290668,90457],[-290354,90802],[-290321,92824],[-290272,93552],[-290213,93676],[-289306,94243],[-291289,89938],[-289513,91746],[-290652,90004],[-289944,92871],[-289818,93963],[-293183,109758],[-284845,104794],[-292310,107338],[-286298,105715],[-289062,103750],[-283430,104821],[-290903,103751],[-291131,104982],[-283561,103471],[-285572,104968],[-286903,105780],[-289906,104439],[-293790,109414],[-291621,112242],[-287186,105882],[-283707,103244],[-287067,106485],[-285911,105232],[-282096,102638],[-290800,104651],[-290593,103643],[-289522,104248],[-289634,108971],[-287976,106035],[-292056,106561],[-292769,105131],[-290850,107760],[-289160,106734],[-283574,103823],[-290341,103513],[-290645,104450],[-283855,103512],[-285416,105404],[-286936,105814],[-290443,104291],[-294043,109469],[-292931,110954],[-283960,102896],[-285559,104979],[-291120,103749],[-291061,104582],[-286662,105467],[-289733,105040],[-290701,121814],[-306200,-115168],[-305343,-115672],[-301436,-115863],[-300597,-115737],[-300599,-115480],[-300903,-115111],[-301124,-115212],[-301641,-116043],[-301326,-116352],[-301721,-116927],[-300433,-117037],[-300582,-116149],[-300101,-115760],[-298899,-116637],[-296309,-115236],[-296137,-118605],[-295684,-118422],[-297728,-117590],[-297831,-117073],[-298064,-116901],[-296931,-118337],[-297279,-118092],[-296954,-118410],[-294843,-118043],[-295916,-115578],[-299370,-119354],[-299350,-118774],[-299385,-119262],[-297803,-119114],[-298962,-118680],[-299117,-118726],[-295455,-115741],[-295410,-116339],[-294976,-116463],[-294572,-124379],[-294737,-123071],[-295357,-126896],[-296817,-123176],[-299885,-125004],[-296626,-120686],[-296777,-120806],[-299087,-123354],[-299455,-123055],[-299492,-121790],[-299856,-122144],[-300779,-122941],[-300218,-123800],[-301053,-123749],[-300769,-125115],[-300269,-124977],[-303147,-122883],[-302005,-122077],[-302639,-122819],[-303091,-121813],[-303553,-121637],[-303050,-121034],[-304599,-120922],[-303839,-122164],[-305303,-122036],[-305231,-122008],[-306115,-123081],[-305841,-122869],[-305365,-120786],[-304916,-120361],[-305767,-120477],[-306058,-123022],[-306883,-123640],[-306086,-123079],[-305577,-123759],[-305166,-123956],[-303913,-124711],[-303068,-124122],[-303833,-123513],[-301846,-123367],[-301506,-124000],[-301321,-123128],[-302670,-126024],[-303109,-125740],[-303553,-125113],[-304374,-125593],[-304320,-125253],[-304605,-125352],[-304407,-127548],[-303146,-126645],[-302262,-127032],[-302118,-126886],[-301972,-126286],[-302359,-126264],[-304927,-127676],[-305155,-126746],[-306453,-127074],[-305112,-127711],[-296253,-127621],[-296653,-127779],[-297377,-127302],[-297624,-127272],[-296405,-126614],[-299135,-126654],[-298183,-126075],[-299056,-126766],[-299112,-125748],[-299399,-125401],[-299176,-125363],[-299243,-125077],[-298759,-125120],[-299281,-127343],[-298242,-127465],[-297998,-127381],[-294972,-121923],[-296657,-121958],[-296924,-121834],[-299066,-121317],[-296396,-123923],[-295746,-124780],[-294710,-124785],[-294848,-124587],[-295445,-127714],[-295567,-127315],[-294851,-127048],[-298092,-122159],[-306518,-115524],[-305605,-115025],[-299929,-115524],[-300498,-115099],[-301473,-115377],[-301857,-115385],[-301983,-116078],[-302035,-116677],[-300985,-117012],[-300819,-116643],[-300100,-116453],[-295993,-115396],[-296867,-117824],[-298130,-116750],[-298342,-116697],[-297096,-118604],[-297247,-118317],[-295484,-118219],[-299334,-118863],[-299201,-119136],[-298039,-118243],[-295793,-116286],[-295834,-115713],[-294743,-123156],[-295202,-126430],[-296576,-123442],[-296286,-123631],[-298710,-123800],[-298855,-124215],[-299457,-124677],[-297140,-120841],[-297982,-120989],[-298010,-121010],[-299491,-123097],[-299555,-121300],[-299882,-121678],[-300810,-122812],[-300800,-123576],[-301053,-124422],[-300817,-123958],[-301715,-122970],[-303288,-122877],[-303910,-121079],[-302941,-121889],[-304544,-121553],[-304786,-123453],[-304834,-122647],[-303935,-122726],[-306079,-122686],[-306653,-122933],[-305480,-121516],[-305181,-121116],[-307200,-124323],[-307175,-124313],[-306050,-123220],[-305242,-124327],[-304355,-124430],[-303584,-123081],[-303290,-123184],[-302810,-124630],[-301357,-123880],[-302335,-123842],[-302408,-125542],[-303053,-125110],[-304828,-125239],[-304032,-126103],[-304680,-126782],[-302539,-126181],[-302746,-126992],[-302631,-126382],[-301033,-125744],[-301687,-125612],[-304748,-127362],[-305571,-127049],[-305036,-126677],[-297838,-127537],[-297243,-127636],[-297452,-126130],[-296422,-126417],[-297914,-126537],[-298696,-126492],[-299392,-126275],[-298540,-125714],[-298564,-125101],[-298238,-127404],[-295215,-120750],[-294771,-120889],[-297925,-121736],[-298931,-122501],[-295304,-125413],[-295269,-125884],[-295958,-121306],[-297033,-123681],[-296556,-124626],[-294511,-125877],[-296574,-122348],[-297995,-122685],[-296050,-124058],[-306505,-127900],[-307018,-128697],[-306792,-129332],[-306679,-129440],[-305610,-129083],[-304861,-129738],[-303811,-128595],[-304751,-128145],[-303476,-130394],[-302776,-129121],[-303269,-128352],[-301055,-129408],[-301027,-129850],[-300508,-129785],[-302591,-131328],[-302500,-130803],[-305458,-131110],[-304896,-130768],[-305608,-131915],[-306102,-133494],[-305161,-132236],[-304676,-132591],[-303982,-131879],[-303070,-131798],[-304620,-132789],[-304703,-133743],[-304840,-134240],[-306271,-134906],[-307052,-135494],[-305464,-135180],[-304651,-135164],[-304895,-134673],[-304281,-134086],[-302748,-134338],[-302743,-135170],[-301814,-134013],[-302805,-133795],[-301799,-133359],[-302209,-133240],[-301183,-131649],[-301402,-132149],[-299956,-133345],[-298860,-132978],[-299687,-135287],[-300138,-134982],[-298801,-134685],[-297034,-133940],[-298085,-134962],[-299107,-135991],[-299181,-136740],[-300525,-136806],[-301039,-137291],[-301648,-135876],[-302569,-135401],[-301255,-139006],[-301572,-138667],[-301515,-139038],[-302781,-137518],[-302561,-138069],[-304102,-139731],[-304399,-139114],[-304604,-139666],[-305558,-138682],[-305250,-138748],[-306250,-138313],[-305654,-137738],[-306437,-137211],[-304837,-140372],[-304147,-139933],[-304083,-139957],[-299613,-130748],[-299745,-130717],[-298502,-128840],[-296893,-129766],[-296686,-129194],[-296607,-128227],[-298388,-128679],[-298821,-135928],[-296513,-135822],[-297769,-137396],[-294929,-135460],[-297156,-136488],[-297929,-138014],[-303014,-139682],[-305932,-139714],[-306659,-140211],[-305168,-136047],[-305025,-137321],[-306604,-131755],[-307199,-130623],[-298725,-139799],[-297781,-140025],[-294465,-129959],[-295064,-130334],[-294454,-129742],[-295713,-135458],[-303426,-128162],[-305272,-127994],[-306427,-127912],[-306024,-128801],[-306133,-129266],[-306146,-130228],[-305410,-129727],[-305398,-128906],[-304007,-127804],[-303795,-129085],[-303824,-130380],[-305378,-130032],[-305592,-130704],[-303558,-129513],[-303308,-130346],[-302963,-130230],[-302858,-129298],[-301929,-129496],[-301628,-129333],[-300954,-129927],[-300684,-130175],[-300266,-130171],[-301615,-131285],[-302938,-130268],[-301750,-131318],[-303195,-130912],[-305081,-131269],[-305993,-131546],[-305671,-132522],[-307133,-135223],[-304801,-131714],[-305061,-132602],[-303836,-131562],[-302553,-131730],[-303671,-131750],[-304006,-133410],[-303290,-133420],[-304645,-133720],[-305228,-132852],[-305948,-134653],[-305346,-134709],[-305538,-134718],[-306538,-134969],[-305859,-136758],[-305894,-135749],[-305382,-135187],[-303862,-135239],[-303865,-134534],[-303154,-133996],[-303238,-134625],[-303025,-135936],[-302709,-136143],[-302716,-134892],[-301253,-134209],[-300917,-134721],[-302240,-134397],[-302103,-134366],[-302546,-131891],[-301378,-132336],[-302166,-133197],[-302082,-133087],[-301534,-131021],[-301320,-131666],[-301245,-131506],[-300576,-133027],[-300134,-133783],[-299301,-133058],[-297991,-132379],[-299392,-135051],[-300548,-134705],[-299832,-134754],[-298645,-134408],[-297223,-133905],[-298808,-135840],[-298991,-135702],[-298893,-135403],[-300462,-135586],[-300030,-135630],[-300942,-135726],[-302278,-136759],[-302593,-136078],[-302421,-136680],[-302299,-136015],[-301365,-137210],[-300861,-138995],[-300288,-140226],[-300268,-140455],[-301889,-138503],[-301834,-137476],[-302297,-137689],[-301935,-138504],[-302824,-137356],[-303564,-138726],[-303363,-138549],[-305060,-139363],[-304438,-140215],[-305170,-139498],[-306146,-138191],[-305339,-138470],[-306873,-137441],[-306578,-136603],[-305427,-140499],[-303531,-140013],[-299552,-130786],[-299722,-131543],[-298958,-131176],[-298027,-129649],[-297663,-129334],[-296505,-129105],[-297268,-129594],[-297182,-127990],[-298517,-127995],[-298657,-136378],[-297381,-135718],[-297482,-136934],[-305322,-137589],[-302945,-137017],[-306169,-132288],[-307167,-130557],[-299708,-140190],[-297192,-139019],[-297443,-140487],[-298427,-140224],[-294815,-129501],[-295063,-129561],[-294564,-127870],[-295560,-128441],[-295477,-127836],[-302089,-139365],[-304617,-137444],[-307043,-132076],[-301478,-140532],[-306656,-140181],[-305343,-138030],[-306304,-131766],[-296495,-151990],[-305007,-149099],[-306908,-144553],[-305231,-142732],[-305341,-147567],[-305705,-145724],[-300581,-140856],[-306894,-140980],[-306074,-141052],[-304791,-141561],[-305116,-141173],[-303892,-140702],[-304420,-142019],[-304464,-142882],[-304931,-141733],[-307191,-143206],[-306839,-143625],[-304388,-144711],[-299583,-141385],[-298962,-142040],[-298472,-142199],[-301769,-141863],[-301257,-142337],[-300093,-143704],[-299760,-143743],[-300294,-143531],[-299976,-143166],[-301149,-142148],[-300629,-142908],[-299160,-141962],[-300308,-142061],[-300198,-142991],[-303118,-143436],[-302689,-143894],[-302492,-143420],[-300654,-144845],[-300639,-144949],[-300258,-144518],[-307167,-147728],[-307075,-147215],[-304337,-144548],[-307105,-150134],[-306998,-152485],[-305688,-152996],[-306952,-152006],[-307148,-153003],[-305894,-152352],[-304632,-151459],[-305635,-152029],[-305230,-153029],[-305347,-150866],[-305985,-151077],[-305341,-150829],[-305466,-150320],[-304937,-149615],[-304432,-150192],[-304432,-150462],[-303837,-150737],[-303926,-150593],[-302348,-150457],[-303137,-150701],[-300643,-150553],[-301979,-150837],[-301084,-149886],[-301979,-148825],[-301710,-149312],[-303665,-149482],[-304796,-148674],[-304287,-148633],[-306192,-150374],[-302393,-148042],[-303157,-149142],[-302818,-148899],[-303306,-148037],[-302962,-148609],[-304175,-146431],[-305831,-146840],[-304435,-148384],[-304768,-148112],[-306755,-147523],[-299519,-151045],[-299793,-151053],[-299815,-150835],[-298065,-150483],[-299409,-150964],[-299195,-148773],[-296932,-148122],[-296538,-148243],[-296164,-148313],[-294626,-148448],[-299172,-148804],[-299710,-150441],[-298580,-149701],[-299602,-150473],[-298004,-148622],[-297932,-149981],[-299005,-150832],[-294534,-148671],[-294635,-145660],[-294427,-146009],[-296552,-144832],[-297660,-143673],[-297152,-144627],[-297263,-144801],[-296591,-145188],[-296679,-145388],[-296125,-151872],[-296242,-151926],[-305541,-148739],[-307156,-145347],[-304758,-148385],[-305583,-143663],[-304758,-143438],[-302572,-141530],[-302365,-141803],[-306721,-140699],[-305498,-146670],[-305720,-147684],[-306876,-146302],[-306793,-141480],[-304596,-140789],[-304375,-142774],[-304571,-142132],[-304732,-143523],[-299589,-141250],[-299456,-141369],[-297863,-142748],[-298268,-142604],[-300778,-141462],[-301229,-142567],[-299540,-141738],[-299361,-141497],[-302978,-143337],[-303106,-143428],[-300115,-143853],[-300293,-144875],[-306854,-147256],[-304779,-144852],[-306977,-151850],[-306056,-152041],[-305314,-151987],[-304739,-152119],[-306008,-151512],[-305667,-151482],[-305226,-150793],[-302940,-150292],[-303120,-151325],[-301749,-151271],[-301839,-151072],[-301552,-149646],[-301085,-150727],[-302355,-149159],[-301640,-149762],[-302972,-149247],[-302778,-147816],[-302890,-148569],[-303145,-148762],[-302927,-148371],[-304780,-147937],[-304112,-147631],[-305947,-147243],[-305986,-147722],[-300365,-150433],[-299909,-150341],[-297887,-147927],[-299105,-148202],[-296805,-147884],[-295070,-148311],[-298284,-149437],[-298237,-149047],[-298860,-149352],[-298915,-149225],[-298354,-149649],[-297932,-150981],[-295087,-144902],[-295154,-145222],[-296533,-144847],[-296436,-144642],[-297236,-144726],[-296020,-145029],[-296958,-150672],[-296819,-150126],[-306248,-148423],[-306749,-141769],[-305074,-143832],[-302756,-141190],[-299227,-140738],[-298496,-141411],[-298503,-140764],[-297998,-141285],[-305904,-144991],[-304543,-147154],[-305207,-146916],[-304136,-147269],[-294673,-150609],[-306522,-149220],[-305925,-144557],[-306807,-142094],[-306596,-153599],[-306721,-154835],[-306576,-155091],[-305080,-164066],[-307152,-162596],[-305407,-158071],[-306429,-160292],[-302881,-156937],[-301518,-158136],[-300547,-158167],[-298668,-160665],[-300639,-162226],[-302074,-160854],[-303919,-161514],[-303883,-162813],[-299174,-165372],[-296239,-166100],[-295088,-160961],[-298351,-165622],[-301152,-165354],[-302215,-165605],[-303461,-165394],[-303868,-164440],[-304236,-164255],[-302657,-159666],[-303052,-159918],[-306883,-164574],[-304391,-165166],[-306482,-153492],[-307125,-155762],[-307065,-155479],[-305734,-165339],[-306372,-160013],[-305839,-158069],[-306328,-160432],[-303872,-156420],[-302400,-158747],[-300541,-158469],[-298707,-160196],[-301548,-161687],[-301831,-160376],[-304143,-163844],[-299103,-164924],[-294829,-164843],[-295437,-160853],[-297905,-165319],[-302482,-165835],[-302954,-165985],[-303633,-164739],[-303951,-164331],[-303637,-159614],[-303880,-159006],[-305879,-165514],[-304236,-164737],[-305436,-164181],[-307181,-162423],[-306520,-160032],[-305767,-157988],[-306379,-160421],[-303253,-156448],[-301708,-157919],[-300389,-159695],[-299413,-160567],[-301952,-162871],[-301645,-161621],[-302947,-161287],[-303696,-162843],[-297984,-165218],[-296227,-165753],[-294480,-164302],[-294549,-165099],[-294659,-161177],[-297756,-166117],[-300933,-165844],[-302055,-165841],[-303389,-165598],[-303317,-164148],[-304210,-163927],[-304425,-158920],[-304044,-164645],[-307013,-165541],[-306917,-161844],[-306553,-160034],[-305496,-158598],[-305045,-160330],[-303695,-156645],[-302179,-158850],[-300543,-158303],[-298603,-159804],[-301431,-161632],[-303488,-163182],[-298807,-164685],[-294928,-160773],[-301276,-165965],[-302590,-165370],[-302885,-165538],[-303422,-164626],[-304552,-160797],[-305856,-166143],[-304679,-165155],[-298545,-178317],[-304682,-177536],[-306364,-175470],[-305586,-172197],[-303908,-174002],[-302847,-175700],[-297762,-174173],[-298259,-174852],[-298163,-176260],[-297886,-178226],[-301012,-174121],[-300844,-174261],[-303514,-170729],[-303287,-172545],[-302637,-168389],[-302920,-169420],[-305470,-167580],[-305743,-169072],[-306460,-170702],[-306048,-171207],[-305900,-178433],[-307162,-168510],[-305605,-168453],[-296498,-166562],[-295695,-176108],[-296406,-173295],[-294506,-168244],[-295684,-167307],[-296755,-167025],[-301531,-166299],[-305411,-167056],[-306834,-177215],[-306049,-177886],[-305234,-177223],[-304831,-172794],[-304163,-176041],[-296757,-178722],[-300164,-172508],[-302309,-172881],[-303450,-170174],[-306897,-171014],[-305046,-167907],[-294578,-167090],[-294730,-176807],[-295292,-176129],[-294626,-174754],[-295892,-173890],[-295160,-167387],[-296826,-167581],[-305861,-166494],[-306139,-166278],[-301625,-178588],[-305181,-177523],[-304988,-176067],[-304707,-171971],[-302649,-174649],[-297492,-174910],[-297851,-176498],[-300256,-174139],[-303842,-171257],[-302969,-168994],[-306505,-170055],[-306790,-178660],[-306315,-168314],[-304427,-168808],[-295881,-166848],[-294412,-166695],[-294866,-177331],[-295682,-174653],[-295656,-173932],[-295546,-167746],[-296798,-166790],[-298332,-166222],[-305612,-167267],[-305582,-166695],[-299273,-178738],[-299844,-178806],[-304347,-176901],[-304012,-176250],[-307037,-176597],[-307134,-175629],[-306288,-173097],[-305342,-172476],[-303831,-174907],[-302868,-175843],[-296186,-174379],[-296840,-175006],[-298102,-177251],[-296283,-177324],[-298727,-172916],[-299803,-172942],[-302973,-171225],[-302036,-172858],[-303594,-168890],[-303981,-167832],[-305619,-169147],[-306497,-169891],[-306129,-171689],[-307162,-175290],[-306418,-169023],[-305795,-168177],[-294944,-166672],[-295245,-166263],[-294893,-177032],[-296290,-176038],[-294410,-173447],[-295602,-173336],[-294528,-168469],[-294944,-167555],[-296801,-166909],[-305421,-167453],[-306303,-166940],[-305691,-166289],[-305718,-186445],[-299494,-180086],[-294503,-179742],[-294523,-188792],[-296214,-187538],[-297069,-187512],[-297198,-187281],[-301098,-190560],[-304281,-190456],[-301495,-181323],[-301548,-181693],[-299470,-180785],[-305742,-179972],[-304304,-179967],[-296148,-190189],[-294564,-189084],[-295017,-187705],[-295788,-188351],[-297554,-189005],[-297249,-188144],[-297672,-188366],[-298190,-186018],[-298950,-188026],[-301217,-189913],[-302943,-191437],[-304893,-190385],[-299641,-179571],[-301288,-180651],[-305480,-180910],[-303983,-179516],[-306044,-179034],[-295076,-191704],[-295829,-190335],[-296815,-189171],[-296052,-187068],[-299753,-187455],[-298249,-187544],[-299217,-190719],[-301383,-189622],[-302510,-189332],[-305980,-190669],[-304205,-191637],[-305727,-186559],[-300141,-179645],[-303685,-179652],[-306989,-179216],[-294513,-188597],[-297705,-189413],[-298110,-188565],[-297990,-187276],[-300785,-191337],[-304224,-190171],[-305964,-186347],[-294779,-196691],[-296844,-197920],[-299161,-196808],[-296462,-195124],[-298627,-194353],[-306430,-194230],[-305124,-193559],[-305039,-197874],[-302489,-199687],[-301413,-199113],[-302462,-196552],[-302492,-195851],[-299999,-198387],[-297423,-199563],[-299121,-198867],[-296086,-195410],[-295740,-195628],[-299398,-197531],[-294737,-197915],[-296578,-196410],[-295657,-198335],[-298090,-196407],[-295914,-195330],[-295893,-193473],[-294670,-192063],[-299848,-193074],[-298149,-195894],[-297976,-196462],[-299638,-193005],[-298024,-193770],[-304147,-195417],[-306019,-195343],[-305885,-192189],[-303918,-192597],[-305115,-198982],[-305089,-198200],[-302436,-198962],[-302149,-200147],[-301572,-196523],[-302642,-195747],[-303539,-194657],[-298633,-199501],[-295510,-200107],[-296746,-199207],[-300289,-198859],[-295619,-195195],[-295490,-194851],[-296988,-199220],[-296363,-198884],[-294624,-202198],[-294929,-198538],[-295267,-194299],[-295343,-196677],[-297330,-198091],[-299218,-196315],[-298254,-196724],[-298706,-192699],[-297082,-194363],[-298932,-195956],[-298763,-193237],[-299877,-193822],[-304029,-194274],[-304776,-195561],[-306844,-194693],[-305258,-193127],[-303532,-199242],[-304047,-198817],[-303157,-199334],[-300942,-200086],[-301883,-197433],[-301462,-195293],[-303175,-195043],[-307196,-195071],[-296782,-198882],[-297459,-199858],[-300602,-199252],[-297388,-198482],[-294751,-199420],[-295278,-194212],[-295928,-196454],[-296911,-196363],[-299044,-197154],[-296121,-193535],[-297037,-194452],[-297114,-194219],[-297560,-193458],[-303111,-194468],[-306040,-195209],[-306803,-192905],[-304046,-193700],[-303788,-197748],[-303492,-198822],[-301209,-198864],[-301534,-196246],[-302419,-196379],[-302384,-195657],[-307199,-194940],[-295698,-199829],[-297609,-199486],[-300261,-199183],[-304090,-203983],[-305657,-204433],[-303921,-204146],[-304583,-204553],[-302348,-203939],[-307189,-204478],[-303655,-216686],[-297903,-213497],[-299850,-213833],[-299957,-212297],[-301242,-212542],[-301082,-211718],[-298075,-214040],[-304289,-215471],[-304029,-216827],[-301875,-217349],[-302270,-216108],[-297841,-214931],[-298161,-214651],[-301596,-213594],[-301311,-213623],[-300602,-217181],[-304912,-217378],[-303958,-217353],[-296428,-215032],[-302186,-217189],[-297709,-215098],[-303061,-213934],[-301241,-216702],[-299356,-213574],[-301923,-214419],[-299304,-211788],[-298139,-213422],[-298050,-216144],[-298572,-215847],[-301502,-216888],[-301183,-212577],[-301111,-213739],[-300294,-215282],[-299781,-217232],[-304824,-217347],[-301189,-212338],[-302502,-215502],[-299799,-214598],[-301261,-215235],[-302760,-213438],[-299453,-216723],[-303574,-213260],[-307009,-208327],[-303729,-208354],[-305031,-208915],[-303568,-207841],[-303672,-207198],[-302142,-208539],[-302961,-208212],[-301673,-209620],[-298619,-208292],[-299470,-209146],[-301251,-206305],[-303345,-205375],[-306229,-205615],[-306603,-205542],[-305520,-215095],[-306432,-214595],[-306248,-211722],[-306338,-211174],[-304447,-212014],[-304875,-211722],[-306590,-210782],[-305812,-217020],[-302683,-209389],[-304505,-209762],[-304396,-206815],[-302439,-208449],[-299842,-210899],[-299947,-209699],[-300744,-206861],[-305961,-205022],[-306539,-206528],[-304399,-211809],[-306310,-216659],[-305086,-213458],[-302435,-211268],[-303095,-206258],[-303585,-210542],[-305367,-207862],[-299305,-208732],[-300833,-206390],[-306656,-206261],[-306149,-215063],[-306143,-210078],[-305045,-212609],[-306050,-216883],[-304248,-214089],[-302703,-208955],[-307175,-208978],[-302910,-208303],[-303564,-209101],[-304831,-206717],[-301346,-208150],[-303078,-207766],[-299575,-210898],[-301666,-208777],[-301179,-209751],[-298716,-208537],[-302210,-206530],[-303663,-206190],[-302675,-205225],[-304991,-204708],[-306568,-205479],[-305604,-214817],[-305164,-215781],[-306793,-214967],[-304972,-209901],[-305602,-210312],[-304845,-211620],[-305454,-213046],[-306001,-216714],[-303765,-227737],[-303313,-228306],[-298091,-217923],[-299001,-220904],[-297422,-223022],[-306227,-221187],[-300173,-220720],[-304580,-219908],[-300538,-224139],[-302263,-217561],[-304920,-218038],[-299236,-224246],[-301187,-225485],[-301687,-225693],[-294462,-225757],[-294879,-219690],[-300268,-217883],[-299772,-217778],[-305414,-218149],[-305411,-219147],[-305828,-217701],[-306491,-223887],[-306379,-227435],[-306386,-227657],[-304773,-227714],[-305010,-225089],[-306755,-225329],[-305793,-221793],[-306230,-223631],[-301459,-223786],[-303106,-224458],[-300075,-221535],[-300285,-221893],[-302375,-221111],[-300278,-220786],[-300460,-217407],[-298908,-218526],[-299943,-219181],[-295355,-219161],[-296604,-218284],[-296716,-221166],[-297142,-222308],[-296908,-227011],[-301254,-226790],[-300993,-226626],[-295289,-227570],[-294476,-227697],[-295011,-229972],[-298381,-228179],[-299506,-226244],[-297573,-226423],[-300265,-228625],[-295358,-223724],[-302532,-225835],[-294619,-224907],[-294784,-218223],[-299296,-220175],[-305454,-219725],[-303907,-227354],[-304636,-224445],[-306858,-226432],[-305353,-221503],[-301907,-223659],[-299437,-223387],[-300388,-221206],[-298780,-219322],[-295781,-219110],[-298834,-222230],[-300679,-226901],[-297315,-227522],[-303161,-229029],[-296434,-227096],[-295491,-230114],[-299006,-228503],[-300506,-226179],[-298973,-226079],[-304356,-229119],[-296326,-217756],[-296536,-221908],[-305894,-220982],[-301991,-222918],[-300314,-224620],[-304666,-218144],[-302874,-217725],[-296518,-228898],[-297045,-229367],[-299211,-228565],[-294681,-224985],[-295686,-217662],[-305800,-217407],[-305397,-226976],[-304820,-223640],[-305800,-226384],[-304502,-221645],[-303075,-223458],[-301773,-223549],[-301059,-220777],[-298549,-219534],[-297176,-219648],[-296792,-221276],[-297195,-227727],[-302970,-228043],[-294585,-227588],[-295371,-229482],[-298380,-227567],[-300367,-225477],[-298193,-226650],[-294602,-222135],[-295775,-223539],[-306087,-221440],[-302763,-222456],[-302214,-218106],[-297844,-224411],[-298030,-224575],[-300519,-229292],[-296514,-228319],[-295193,-225437],[-294618,-217696],[-295971,-220438],[-297841,-220494],[-300384,-219988],[-300483,-217862],[-304605,-226595],[-304671,-225002],[-306262,-225822],[-305561,-227056],[-305432,-222408],[-306357,-222501],[-302530,-224888],[-303256,-224854],[-300893,-223168],[-302215,-220399],[-302518,-219405],[-298187,-218014],[-299172,-220013],[-296170,-218223],[-296299,-218646],[-297129,-222707],[-297800,-221670],[-300549,-224631],[-296953,-226413],[-301558,-227171],[-302978,-226718],[-295271,-228105],[-294756,-230011],[-298136,-227279],[-300269,-225353],[-297735,-226917],[-304414,-217638],[-304985,-217734],[-306550,-220667],[-306953,-219578],[-306480,-218225],[-306668,-218746],[-306559,-219980],[-306352,-220126],[-306360,-218778],[-295531,-242917],[-299459,-242904],[-304831,-231340],[-304289,-231662],[-301962,-232166],[-303377,-232666],[-302340,-233488],[-301626,-232714],[-301002,-232705],[-300445,-232482],[-302023,-232826],[-301355,-231607],[-300868,-233105],[-302234,-233524],[-304874,-234118],[-302842,-236676],[-303320,-235767],[-296457,-231566],[-306087,-239159],[-306024,-239659],[-305500,-239591],[-294644,-237245],[-297133,-240603],[-298418,-241604],[-295665,-242353],[-296274,-242268],[-304276,-231948],[-301948,-231775],[-301213,-233197],[-301862,-232375],[-301610,-232921],[-305229,-234875],[-303262,-236026],[-295656,-230699],[-306425,-239055],[-305512,-239699],[-307091,-240895],[-294894,-237167],[-295222,-237189],[-295167,-239747],[-295266,-240205],[-294672,-240931],[-296061,-238326],[-297590,-241091],[-298006,-241726],[-296737,-241628],[-303388,-231307],[-302549,-232529],[-303137,-236031],[-300666,-237207],[-303935,-241232],[-304280,-239844],[-301427,-239081],[-300618,-239055],[-306535,-239465],[-305320,-239766],[-297240,-239008],[-298862,-242563],[-301440,-233797],[-304388,-231023],[-304608,-235364],[-303248,-236118],[-301239,-242876],[-303229,-242651],[-300807,-237937],[-301159,-237719],[-296860,-230891],[-305928,-239253],[-305450,-239803],[-295156,-237332],[-306078,-234699],[-305640,-231713],[-306218,-232313],[-305862,-234893],[-307186,-232298],[-306889,-231959],[-305458,-231987],[-306350,-232362],[-301771,-257],[-300990,-1442],[-303835,-10602],[-306960,-11180],[-300612,-6817],[-305085,-3244],[-305391,-1431],[-303013,-1654],[-304102,-235],[-307142,-3174],[-304181,-8750],[-306818,-9769],[-299224,-5466],[-305023,-11201],[-303256,-2423],[-303126,-5633],[-300186,-11880],[-298221,-11103],[-301938,-5894],[-298165,-10213],[-298770,-3090],[-306529,-10738],[-301481,166],[-306885,-197],[-307060,-11612],[-300853,-6593],[-306951,-4896],[-305223,-3338],[-305062,-1001],[-302970,-1595],[-303453,-579],[-306880,-8864],[-304583,-8729],[-307054,-11016],[-301321,-5967],[-304826,-3100],[-304938,-920],[-302686,-1478],[-303891,-201],[-304564,-8816],[-307183,-9732],[-301857,-8510],[-305202,-10338],[-302612,-480],[-298932,-9542],[-298237,-10175],[-299650,-11023],[-297374,-5621],[-302209,-3672],[-305060,-9112],[-301427,-5852],[-299257,-5289],[-307007,-302],[-306888,-10815],[-300871,-6015],[-304979,-3665],[-305386,-1835],[-302698,-1646],[-303404,-193],[-306908,-2878],[-306404,-9459],[-304353,-8888],[-305085,-10920],[-297396,-9676],[-298048,-3167],[-299867,-243048],[-295232,-249598],[-294415,-253210],[-301806,-251521],[-296201,-253772],[-302302,-251557],[-295498,-253575],[-295559,-248861],[-301286,-254918],[-301133,-254805],[-306483,-254061],[-302450,-254312],[-302356,-253451],[-296511,-247000],[-295501,-247814],[-295661,-255008],[-296100,-254314],[-306723,-250146],[-305070,-251650],[-303834,-251080],[-304978,-250298],[-305579,-250693],[-305511,-248329],[-306646,-249447],[-296137,-255194],[-304494,-247045],[-302602,-246265],[-301961,-245976],[-301484,-244486],[-297827,-245028],[-304155,-247480],[-294405,-248594],[-296199,-249112],[-300818,-253541],[-294499,-246250],[-301387,-243615],[-300419,-245159],[-298441,-246130],[-299363,-243113],[-297443,-249326],[-298929,-255599],[-294639,-254583],[-302829,-251827],[-296342,-250805],[-299361,-254468],[-304311,-254089],[-302642,-252032],[-294557,-245889],[-296576,-247692],[-300370,-243527],[-295604,-255033],[-295008,-254676],[-303597,-251687],[-304686,-250222],[-304754,-250665],[-306191,-248827],[-306307,-248837],[-298329,-251641],[-295092,-255091],[-301963,-244110],[-302334,-246021],[-302806,-245195],[-299677,-246021],[-297809,-244338],[-297580,-254880],[-300099,-250309],[-295824,-253924],[-302279,-249869],[-303844,-251612],[-294965,-247421],[-296586,-246946],[-300671,-245212],[-296335,-243030],[-299975,-245607],[-298820,-265960],[-298422,-267367],[-295208,-265746],[-300994,-255901],[-301861,-256463],[-305725,-256407],[-302615,-256256],[-306109,-258898],[-304623,-268580],[-307137,-266938],[-305569,-266254],[-305653,-258332],[-305204,-260817],[-305343,-259605],[-301763,-260341],[-300569,-259420],[-300872,-260199],[-298775,-261487],[-298303,-267324],[-302223,-258052],[-302657,-258073],[-300633,-256765],[-300939,-257535],[-299761,-258090],[-299615,-258149],[-298198,-256075],[-298295,-257451],[-296558,-257455],[-298078,-260356],[-298132,-259690],[-296879,-262065],[-298994,-261143],[-299361,-260510],[-299197,-260845],[-302602,-266872],[-301234,-267299],[-300344,-267282],[-299150,-265206],[-306681,-265810],[-306909,-264700],[-306427,-268030],[-307008,-266627],[-305633,-267163],[-302981,-268000],[-301136,-267964],[-298783,-266775],[-299391,-266583],[-300543,-261602],[-300933,-261567],[-303112,-260329],[-302452,-259422],[-304028,-259333],[-303685,-260753],[-296014,-257586],[-294576,-257488],[-295526,-256361],[-297351,-265699],[-297784,-265486],[-298276,-263137],[-297963,-261972],[-295046,-263094],[-294776,-266099],[-304342,-260593],[-304431,-268167],[-304786,-261364],[-295502,-265603],[-296839,-264963],[-296638,-264654],[-299091,-268197],[-297551,-258604],[-296150,-257874],[-297607,-257325],[-301514,-258410],[-303268,-257534],[-306367,-258097],[-305589,-261602],[-305425,-268541],[-305554,-268309],[-306349,-258803],[-306823,-258517],[-307050,-259561],[-306405,-259410],[-306326,-260668],[-305970,-260349],[-305431,-265677],[-301531,-260810],[-302658,-258783],[-301922,-258919],[-301932,-260309],[-301986,-259530],[-300854,-259457],[-298859,-261392],[-300063,-263103],[-299090,-262674],[-297500,-266861],[-302054,-257646],[-301728,-258524],[-301341,-257120],[-300470,-257117],[-299954,-258123],[-298163,-256884],[-298680,-257111],[-296401,-256589],[-294506,-258067],[-298044,-260298],[-297305,-259945],[-296770,-261754],[-299482,-260132],[-299715,-264400],[-301828,-264898],[-302231,-267023],[-300624,-267455],[-299250,-265089],[-301948,-264199],[-306989,-265781],[-299241,-268007],[-300118,-267083],[-299713,-265277],[-296048,-268407],[-297031,-264863],[-297820,-267986],[-295246,-268527],[-294606,-266134],[-302282,-258606],[-300844,-258789],[-296555,-256739],[-305114,-259526],[-305005,-261447],[-306377,-267516],[-296535,-276386],[-299410,-270856],[-294649,-276585],[-305379,-274141],[-300387,-274838],[-294589,-278750],[-296935,-280788],[-307188,-270265],[-306696,-271545],[-306295,-271580],[-306465,-271692],[-302598,-269327],[-302870,-269711],[-303404,-269776],[-304925,-271572],[-303167,-270770],[-307065,-273058],[-305226,-271959],[-305483,-272010],[-306394,-272815],[-305659,-273359],[-301598,-275209],[-300826,-275102],[-302551,-275126],[-302859,-276728],[-300982,-275816],[-301249,-275883],[-300334,-276321],[-300660,-275862],[-298137,-276555],[-297806,-276265],[-295509,-277636],[-296230,-277207],[-296441,-277348],[-298395,-277921],[-296582,-280556],[-296623,-279698],[-295191,-279689],[-295924,-280071],[-296598,-279214],[-295907,-277833],[-296806,-278862],[-303634,-274724],[-305079,-273729],[-306594,-269773],[-302765,-270936],[-303669,-270804],[-306875,-272634],[-300770,-271101],[-307123,-272564],[-300853,-271497],[-302295,-271436],[-298962,-270849],[-298795,-271584],[-298810,-272559],[-298928,-272279],[-301046,-272683],[-301731,-272454],[-303714,-272609],[-304133,-273033],[-303967,-273148],[-301759,-274730],[-299920,-273185],[-299687,-273824],[-296010,-274633],[-297046,-273866],[-297588,-274214],[-296062,-275623],[-296347,-274798],[-295636,-275304],[-295192,-274516],[-296327,-273375],[-294867,-276126],[-295572,-272291],[-295978,-270235],[-295608,-271517],[-295918,-272898],[-296003,-272316],[-297495,-270109],[-296852,-270405],[-296482,-271638],[-295493,-269995],[-295603,-269823],[-298588,-274205],[-298332,-275697],[-299875,-269679],[-306796,-271933],[-306015,-271515],[-306111,-271072],[-305557,-270389],[-303344,-269168],[-303016,-269714],[-303322,-269674],[-305345,-270356],[-305162,-270652],[-305139,-272206],[-304975,-272672],[-304977,-272100],[-305389,-272451],[-305860,-272468],[-306267,-272141],[-299024,-275455],[-299811,-275470],[-303738,-276229],[-301261,-275740],[-300359,-276366],[-300675,-275632],[-299365,-276140],[-297907,-276519],[-296253,-276687],[-296320,-280082],[-296390,-280299],[-301158,-271546],[-297487,-273838],[-297238,-275362],[-295661,-275992],[-295423,-274306],[-295165,-271434],[-294938,-270888],[-297288,-271201],[-301323,-275307],[-298320,-274866],[-300958,-270648],[-302365,-270265],[-299107,-268862],[-301413,-270226],[-296357,-278483],[-295912,-279787],[-303240,-276316],[-304786,-271556],[-295087,-269359],[-303505,-276672],[-306794,-278924],[-306908,-279573],[-306922,-278850],[-306448,-278259],[-305684,-279884],[-305342,-278834],[-304733,-280193],[-305025,-279768],[-305074,-278979],[-306269,-278820],[-303948,-280094],[-304327,-279903],[-304871,-280026],[-305447,-278776],[-304982,-280978],[-306483,-279756],[-306193,-280167],[-304668,-280763],[-303825,-281190],[-304562,-281635],[-303312,-281708],[-303750,-281494],[-304870,-24311],[-299729,-25184],[-307037,-19364],[-305564,-16094],[-298226,-12942],[-302684,-20392],[-304355,-18854],[-301451,-19037],[-301580,-16760],[-301907,-15173],[-300263,-13484],[-304696,-17016],[-305981,-21799],[-302301,-24166],[-305229,-25174],[-306769,-23866],[-305982,-12960],[-304890,-15489],[-301831,-18872],[-301133,-16864],[-301261,-15217],[-300331,-13807],[-304736,-17008],[-305859,-21039],[-303257,-24541],[-307122,-24410],[-306233,-13697],[-305681,-14961],[-302148,-18280],[-301726,-17401],[-300990,-15462],[-300488,-13836],[-304966,-16913],[-305528,-21400],[-307059,-20700],[-303038,-24689],[-306709,-24062],[-305649,-13518],[-305419,-14688],[-303352,-22788],[-305748,-22591],[-303977,-14322],[-301425,-18750],[-301440,-17680],[-301232,-15003],[-300742,-13520],[-304837,-17327],[-305884,-21719],[-302916,-24557],[-306575,-24210],[-306401,-13494],[-305842,-14995],[-306450,-18240],[-306384,-31369],[-305229,-31761],[-305383,-26025],[-300348,-35064],[-299380,-35269],[-297478,-35689],[-298260,-33323],[-299059,-32587],[-300939,-32981],[-296111,-35591],[-297942,-37546],[-299484,-38156],[-296057,-31388],[-303446,-28180],[-295661,-28793],[-301512,-31862],[-302715,-28587],[-295384,-29759],[-295839,-27132],[-301154,-28607],[-299480,-27525],[-301026,-31294],[-300438,-30973],[-305474,-31930],[-305362,-26038],[-299808,-34946],[-299045,-35472],[-298028,-35703],[-298110,-33651],[-298533,-33221],[-301544,-33079],[-295658,-35672],[-297192,-37674],[-298628,-37323],[-295489,-31496],[-304136,-29614],[-305399,-29795],[-295310,-29670],[-296194,-27363],[-295355,-28097],[-298012,-27052],[-298567,-28058],[-300195,-27308],[-300946,-35882],[-302685,-33844],[-300516,-32058],[-307114,-28635],[-304809,-31590],[-306717,-31336],[-300669,-35397],[-298700,-34975],[-298127,-35436],[-298592,-33607],[-298289,-32872],[-301310,-33197],[-295974,-34966],[-297167,-37476],[-298932,-37977],[-296054,-31500],[-303351,-28035],[-296535,-26737],[-299736,-26640],[-301112,-36066],[-300326,-34427],[-307110,-28778],[-306644,-30634],[-305139,-31668],[-306607,-31786],[-305208,-25864],[-299724,-35102],[-299231,-35357],[-297487,-35948],[-298373,-33537],[-298667,-32873],[-301029,-32726],[-296094,-35546],[-297400,-38000],[-299056,-37620],[-296103,-30892],[-306693,-50286],[-306404,-49564],[-306479,-47946],[-296568,-40091],[-296447,-41225],[-298273,-41755],[-298879,-41476],[-297709,-43576],[-299674,-41811],[-301459,-43014],[-302038,-43851],[-303273,-44138],[-300443,-40082],[-300329,-41001],[-300280,-40096],[-302268,-40019],[-294432,-41354],[-306404,-45636],[-304230,-45548],[-304146,-44436],[-303492,-46442],[-298341,-46097],[-298866,-48897],[-296044,-49947],[-300285,-48586],[-303844,-43639],[-301472,-40600],[-301902,-46675],[-304305,-48040],[-301056,-39378],[-300264,-39152],[-300422,-50995],[-306819,-50607],[-306192,-48957],[-306335,-48173],[-297371,-39555],[-295837,-40727],[-297791,-41186],[-299240,-42441],[-300055,-43358],[-299355,-42818],[-298074,-43121],[-299530,-42022],[-300664,-43029],[-302083,-44244],[-303059,-43604],[-300216,-40628],[-302590,-40892],[-306003,-44957],[-304767,-44981],[-304327,-45057],[-303879,-46713],[-298581,-46824],[-298651,-49409],[-304976,-42234],[-302250,-49231],[-306134,-40337],[-301519,-38415],[-295584,-47030],[-297528,-47644],[-300702,-48385],[-301043,-45304],[-304500,-43174],[-303888,-40773],[-303386,-50198],[-303595,-49184],[-304661,-39105],[-301572,-39272],[-300341,-50675],[-306807,-50863],[-306017,-49415],[-296694,-39438],[-296297,-40391],[-295928,-41347],[-298342,-40941],[-299017,-42198],[-299912,-43195],[-299441,-43539],[-298355,-43534],[-300335,-42636],[-301154,-43295],[-302003,-43855],[-303448,-43810],[-301114,-40032],[-299490,-41020],[-299893,-40135],[-302683,-40328],[-306768,-45037],[-304623,-45569],[-304028,-44974],[-303753,-46305],[-298957,-46563],[-298174,-49261],[-295859,-48753],[-300026,-45348],[-303096,-42399],[-302999,-46734],[-300129,-50817],[-306369,-50219],[-306101,-49108],[-307186,-47858],[-297546,-39959],[-296334,-40023],[-296401,-41382],[-297760,-41570],[-298939,-42228],[-299418,-43763],[-299394,-43083],[-297843,-43523],[-300105,-42598],[-300680,-43158],[-301636,-43881],[-302877,-43682],[-300358,-40756],[-299331,-40764],[-302264,-40936],[-306315,-45085],[-304605,-45481],[-304271,-44839],[-303847,-46853],[-298255,-47057],[-298962,-48915],[-299890,-53048],[-298022,-53414],[-302359,-51746],[-300239,-51349],[-299686,-52306],[-300252,-53608],[-298992,-53020],[-302372,-51360],[-299771,-52270],[-305296,-53868],[-304004,-57605],[-305367,-57553],[-302459,-57729],[-296609,-53030],[-296108,-55075],[-298382,-55808],[-305393,-55993],[-305935,-55339],[-295115,-62436],[-295537,-62976],[-295369,-62378],[-294546,-63224],[-300612,-63130],[-300733,-54995],[-301427,-55173],[-300365,-53147],[-298716,-53776],[-302969,-51957],[-299667,-51936],[-305650,-53440],[-301627,-57300],[-294834,-52281],[-296073,-53088],[-296370,-55584],[-304580,-57208],[-295412,-63761],[-294764,-62980],[-301009,-63700],[-299800,-53076],[-298258,-52590],[-302159,-51563],[-300039,-51646],[-305075,-69202],[-306694,-69226],[-305504,-69192],[-305947,-73425],[-306683,-73140],[-306037,-74752],[-306159,-73667],[-303300,-74536],[-303140,-73242],[-303577,-73190],[-303997,-72365],[-304655,-72027],[-304970,-71236],[-305095,-71255],[-306052,-70933],[-305916,-71281],[-303718,-69636],[-304471,-68932],[-303579,-69697],[-302673,-69545],[-302394,-71972],[-302976,-73141],[-302267,-73077],[-302832,-74061],[-301344,-73339],[-302340,-74311],[-301863,-72791],[-304324,-75624],[-305296,-75293],[-305732,-75496],[-298922,-73737],[-297638,-73775],[-296475,-72931],[-296211,-72736],[-300825,-72672],[-301523,-72263],[-300940,-72498],[-300467,-71552],[-300478,-72592],[-299411,-72185],[-299120,-71146],[-298471,-72710],[-297355,-71848],[-297327,-72508],[-305507,-65413],[-297688,-68067],[-295398,-67480],[-295820,-69219],[-297319,-68909],[-296906,-68282],[-294426,-69524],[-294620,-67699],[-295298,-69176],[-299461,-65387],[-299561,-65985],[-297330,-64451],[-297352,-64589],[-296475,-64597],[-295861,-65069],[-295205,-64277],[-299622,-64870],[-306505,-66801],[-305714,-66827],[-307125,-69661],[-305056,-69308],[-306050,-69093],[-306696,-68615],[-306236,-68758],[-306627,-73203],[-306517,-73252],[-306140,-73293],[-306227,-74816],[-305689,-74640],[-304367,-74733],[-303856,-75026],[-302978,-74815],[-304140,-74089],[-303056,-73449],[-303913,-73810],[-304007,-72990],[-304334,-72034],[-303809,-72515],[-304326,-72435],[-304734,-70927],[-305148,-70957],[-304842,-70730],[-305559,-71243],[-305762,-70922],[-305852,-70639],[-306768,-71314],[-306620,-71146],[-304575,-68957],[-303876,-69798],[-304221,-68702],[-302780,-69779],[-302567,-69446],[-303616,-69647],[-303483,-73021],[-302533,-72332],[-302183,-73330],[-302500,-73901],[-303043,-74248],[-302155,-73254],[-303153,-74956],[-303441,-75113],[-302254,-74457],[-301404,-73501],[-302453,-74144],[-301983,-73047],[-301076,-73424],[-305471,-74864],[-304603,-75862],[-305859,-76078],[-298384,-74033],[-297492,-73419],[-297493,-73776],[-296501,-73377],[-298449,-73173],[-299035,-72712],[-298921,-72669],[-300921,-71115],[-300852,-70630],[-300603,-72697],[-301425,-72162],[-300835,-72463],[-299901,-71460],[-300400,-71983],[-299746,-71490],[-299042,-71414],[-299619,-71008],[-298144,-73014],[-297724,-72273],[-297857,-72297],[-297959,-72262],[-306758,-65404],[-306729,-65127],[-306088,-66430],[-305598,-66738],[-298066,-67741],[-296710,-67930],[-297230,-67634],[-295589,-68007],[-295456,-66885],[-295508,-68540],[-295436,-68972],[-297398,-68708],[-296381,-68711],[-297416,-70149],[-294469,-66884],[-294465,-67587],[-294959,-68683],[-295413,-68796],[-299590,-65912],[-299195,-65894],[-299622,-64849],[-297406,-64491],[-298112,-65311],[-297380,-64946],[-296462,-64652],[-296561,-64515],[-295980,-65316],[-295085,-64421],[-295363,-64306],[-300314,-63871],[-299984,-64635],[-303727,-75558],[-301805,-74686],[-302186,-75217],[-303025,-76073],[-302063,-76142],[-302603,-76302],[-303151,-76245],[-300996,-76495],[-300697,-76531],[-299315,-76461],[-299756,-76524],[-303515,-75799],[-302481,-75040],[-302811,-75243],[-302803,-76520],[-302791,-76277],[-301894,-75840],[-301792,-76318],[-301061,-76586],[-304261,-76210],[-299457,-76479],[-299105,-76015],[-298515,-76280],[-307068,-80916],[-306436,-85488],[-306156,-85548],[-305569,-84630],[-304974,-84923],[-305482,-83535],[-305509,-83446],[-304977,-83347],[-305630,-82416],[-305435,-82143],[-305953,-82898],[-306426,-81511],[-306256,-85516],[-305636,-85543],[-305605,-85117],[-305763,-83129],[-305795,-82655],[-305635,-82007],[-305859,-81374],[-307124,-86043],[-302552,-76625],[-304377,-76771],[-303996,-76833],[-298558,-76834],[-298703,-76953],[-298907,-77284],[-300792,-77546],[-301487,-77647],[-299250,-78871],[-299255,-78475],[-300989,-79228],[-302190,-80216],[-302148,-80003],[-302094,-83148],[-301074,-82797],[-301923,-82633],[-301811,-81187],[-298456,-79453],[-298677,-79647],[-301072,-79944],[-299103,-80867],[-298461,-81779],[-298986,-81017],[-298823,-81414],[-298361,-80730],[-298064,-81177],[-299678,-79847],[-299605,-80430],[-300986,-80645],[-300370,-81037],[-299617,-82081],[-300050,-81703],[-301129,-81821],[-301006,-81608],[-300534,-81387],[-300848,-81682],[-301512,-81778],[-301293,-81896],[-297988,-82887],[-297543,-84000],[-297771,-83563],[-297961,-85982],[-297994,-85228],[-298319,-85938],[-299185,-86771],[-298279,-87883],[-299031,-87839],[-298897,-88102],[-298663,-89344],[-296692,-89319],[-297077,-88144],[-297391,-88453],[-297910,-86970],[-297466,-86575],[-296787,-85733],[-296536,-85190],[-296571,-85221],[-296730,-83424],[-296632,-84030],[-297050,-84545],[-295152,-83748],[-295848,-84453],[-295812,-84727],[-296028,-84986],[-295490,-86403],[-295846,-87358],[-295611,-87350],[-295409,-89182],[-295999,-88718],[-297278,-86568],[-296955,-87023],[-296944,-87187],[-294929,-85836],[-294499,-86271],[-295375,-87475],[-295397,-87926],[-295109,-84705],[-294996,-83263],[-294941,-83078],[-295890,-83274],[-295186,-83197],[-296670,-81582],[-296278,-81636],[-297380,-77033],[-298028,-78723],[-296296,-79215],[-296369,-79878],[-296292,-80485],[-295981,-82737],[-294877,-82785],[-295058,-82290],[-295173,-80431],[-295296,-79139],[-295463,-79202],[-295059,-79457],[-295304,-79207],[-295986,-77785],[-295756,-78108],[-294473,-77555],[-294856,-77582],[-294787,-78809],[-294799,-77886],[-296826,-77701],[-297474,-76923],[-296366,-77385],[-298109,-76935],[-301067,-77229],[-300529,-77877],[-298518,-79087],[-299368,-78395],[-301743,-80273],[-301010,-82815],[-301019,-82636],[-301344,-79704],[-299801,-82605],[-299247,-80629],[-298043,-82086],[-298401,-80491],[-297486,-80135],[-299601,-80954],[-300930,-80725],[-300462,-81060],[-301117,-82432],[-301183,-81892],[-300492,-81376],[-301369,-82239],[-297592,-83936],[-297609,-82801],[-298235,-84803],[-298061,-87261],[-298231,-85099],[-298246,-85185],[-298444,-87470],[-299635,-87996],[-298569,-88314],[-298842,-88737],[-297885,-87371],[-296910,-85863],[-296222,-85969],[-297103,-84823],[-296698,-84492],[-297065,-83858],[-295130,-83767],[-295788,-85019],[-295482,-84206],[-295551,-87573],[-296591,-89185],[-295368,-89050],[-297540,-87630],[-296263,-87232],[-295192,-86644],[-294494,-86696],[-295248,-87298],[-295254,-88251],[-295741,-89294],[-295556,-82857],[-296281,-82665],[-297818,-78146],[-297811,-77825],[-295885,-80797],[-295524,-81622],[-294984,-82272],[-295269,-80242],[-295068,-80391],[-294735,-77585],[-295632,-78891],[-295356,-78167],[-295714,-78180],[-294683,-77823],[-296113,-77208],[-297269,-78123],[-294699,-86419],[-299411,-89745],[-297000,-90809],[-297267,-89900],[-296709,-90888],[-296775,-90348],[-294662,-89659],[-295384,-90229],[-294451,-90297],[-294911,-91154],[-295436,-90993],[-296582,-91196],[-295790,-90740],[-299410,-92181],[-299624,-91788],[-298468,-92868],[-296368,-94618],[-294740,-93326],[-295538,-94964],[-295361,-95083],[-296727,-94687],[-297436,-94108],[-297595,-93500],[-297271,-95540],[-298479,-95937],[-297261,-95398],[-296991,-97372],[-296727,-98085],[-295906,-97588],[-295183,-97413],[-294576,-95286],[-294543,-94880],[-296203,-97009],[-295229,-96448],[-294922,-97705],[-295816,-97935],[-294978,-99124],[-299019,-97657],[-299693,-97631],[-298434,-97776],[-296676,-98180],[-298149,-98444],[-298485,-98591],[-294411,-101050],[-294574,-100574],[-295145,-99381],[-294637,-100306],[-294604,-100027],[-297814,-101874],[-297693,-101565],[-298928,-99290],[-298812,-99327],[-302338,-99182],[-303253,-98330],[-305499,-91450],[-305574,-92067],[-305322,-92409],[-306465,-94896],[-306537,-96301],[-306365,-96574],[-306836,-96702],[-305936,-96887],[-303298,-101573],[-302720,-101369],[-302738,-98890],[-302343,-100196],[-303414,-97667],[-302913,-98527],[-301155,-101932],[-301854,-102119],[-302606,-100830],[-302578,-100463],[-305529,-100066],[-303790,-98166],[-305826,-98934],[-304920,-100877],[-303592,-101759],[-303165,-100051],[-304084,-97844],[-304303,-98166],[-303137,-98741],[-305310,-97400],[-305455,-98314],[-303052,-100457],[-304282,-101644],[-304541,-101214],[-301997,-99042],[-298097,-100837],[-295368,-100278],[-294665,-100094],[-295887,-100034],[-296623,-99887],[-296940,-100241],[-298542,-99250],[-297822,-98967],[-297283,-99916],[-296333,-100720],[-297624,-101104],[-296158,-101836],[-297724,-98262],[-297639,-98703],[-295421,-99314],[-295939,-99477],[-296479,-99011],[-298109,-95899],[-296994,-96544],[-296708,-96642],[-298003,-95980],[-300465,-102101],[-299117,-95508],[-298169,-94954],[-298217,-94460],[-306912,-91823],[-305168,-95216],[-305776,-94725],[-305000,-98195],[-305495,-100462],[-294474,-101765],[-298259,-89452],[-297550,-90698],[-297328,-91238],[-297205,-89662],[-297706,-89625],[-296563,-89549],[-296777,-90590],[-295126,-89916],[-295369,-90350],[-294804,-91607],[-295314,-91549],[-295502,-91187],[-296293,-90879],[-298619,-92793],[-296610,-95190],[-296692,-94993],[-296177,-95365],[-295646,-93450],[-295788,-94117],[-295955,-95206],[-296347,-94153],[-297080,-94417],[-297036,-95369],[-295962,-97835],[-294887,-93692],[-295871,-97012],[-295579,-97254],[-294877,-96495],[-294459,-96539],[-294524,-97812],[-295625,-97759],[-294523,-98007],[-297807,-98045],[-299408,-97953],[-298672,-98828],[-298410,-97946],[-296053,-101847],[-294574,-100108],[-297862,-101075],[-302101,-100065],[-302642,-98612],[-306269,-97032],[-305127,-91913],[-304983,-91581],[-306410,-94792],[-306862,-95276],[-305811,-98683],[-304306,-102136],[-301365,-101705],[-302269,-100487],[-303145,-100105],[-302975,-99857],[-305673,-99336],[-303470,-101754],[-305152,-97366],[-305601,-97253],[-303505,-100747],[-303151,-101519],[-303838,-101286],[-304274,-101628],[-301791,-99441],[-298531,-99883],[-298794,-100500],[-294637,-101180],[-297283,-100658],[-295812,-101092],[-297274,-99937],[-296281,-102064],[-296054,-100843],[-297601,-98807],[-297245,-98943],[-296147,-98880],[-295517,-98376],[-298023,-97111],[-298008,-97075],[-297906,-96684],[-296717,-96532],[-299409,-93523],[-299158,-94467],[-299608,-95260],[-297415,-95314],[-298838,-94870],[-297592,-95387],[-306615,-92208],[-305252,-95479],[-305118,-95490],[-304979,-100724],[-304045,-99176],[-306982,-102111],[-306254,-92842],[-304514,-96309],[-304735,-98587],[-306917,-102054],[-306921,-93139],[-304217,-97079],[-303413,-98853],[-295217,-101801],[-295528,-102298],[-303266,-102724],[-302849,-102721],[-302741,-102574],[-302801,-102253],[-298771,-102755],[-299555,-103103],[-301013,-102679],[-301067,-103762],[-305189,-104749],[-306094,-105507],[-302777,-105378],[-303183,-106532],[-301979,-106120],[-301481,-105188],[-300805,-103944],[-300022,-105056],[-300556,-104452],[-299366,-105706],[-300343,-105284],[-300771,-106445],[-300905,-106046],[-299047,-104589],[-298920,-104753],[-299552,-104967],[-299219,-103861],[-298691,-104355],[-299294,-103946],[-298294,-104994],[-297524,-104625],[-298669,-104058],[-297914,-105631],[-297265,-105681],[-297161,-105821],[-296238,-105601],[-296674,-104753],[-296549,-103873],[-297227,-102555],[-297491,-103221],[-297364,-102530],[-296740,-102706],[-296916,-103516],[-294883,-104809],[-295270,-104271],[-298692,-107274],[-299223,-106786],[-299756,-107021],[-303442,-112052],[-303384,-111190],[-306034,-111530],[-306143,-114488],[-306317,-113564],[-306419,-113482],[-306533,-112477],[-305499,-113171],[-303292,-112878],[-304504,-113074],[-305438,-114124],[-305735,-113692],[-305807,-113725],[-304279,-113217],[-304555,-114642],[-304807,-113124],[-302537,-113337],[-302492,-114770],[-302115,-114364],[-302832,-114852],[-304091,-114697],[-304363,-114749],[-304178,-114497],[-299015,-113509],[-298681,-113181],[-299659,-111109],[-296321,-110850],[-299143,-110978],[-297843,-111247],[-298290,-111475],[-297298,-109535],[-297193,-109915],[-297775,-110282],[-297532,-110964],[-297403,-109773],[-296083,-109656],[-296033,-109252],[-294532,-110152],[-294725,-109802],[-296157,-111707],[-296269,-111304],[-295039,-111737],[-295902,-112190],[-294758,-113325],[-294581,-111944],[-294723,-109995],[-295735,-112762],[-296333,-113043],[-296400,-113697],[-298452,-111827],[-298820,-112550],[-297913,-111679],[-295748,-114097],[-295740,-114824],[-295970,-114476],[-296592,-107195],[-297610,-106408],[-298325,-106496],[-297836,-107658],[-298053,-107867],[-297255,-106384],[-295879,-107348],[-296230,-107449],[-295262,-108264],[-305685,-104560],[-303627,-104743],[-306800,-102571],[-306003,-105847],[-305033,-107783],[-303813,-107277],[-303343,-107508],[-301937,-107306],[-302720,-106177],[-304867,-110626],[-304212,-111098],[-306338,-109231],[-305200,-108981],[-306606,-107879],[-297886,-102354],[-302603,-102543],[-298572,-102957],[-299187,-103018],[-299597,-102663],[-300917,-103378],[-300475,-103448],[-302177,-103159],[-305979,-104872],[-305804,-106496],[-302603,-105427],[-301028,-105381],[-301150,-105187],[-300391,-104257],[-299676,-105446],[-300176,-106169],[-300479,-105606],[-299485,-104248],[-298917,-104226],[-298429,-105178],[-296280,-105744],[-296050,-105545],[-296200,-103845],[-297616,-104125],[-298068,-103321],[-297905,-102908],[-295598,-102307],[-295384,-102304],[-295484,-102924],[-294700,-104293],[-294930,-104513],[-299297,-107136],[-298735,-107929],[-305466,-111379],[-305605,-111016],[-305603,-111892],[-306023,-111105],[-307172,-112460],[-307083,-113850],[-306480,-113461],[-305803,-112445],[-304337,-112569],[-304845,-112627],[-304049,-112900],[-304316,-112219],[-305485,-113412],[-305735,-114003],[-305708,-113999],[-303692,-113141],[-302750,-112807],[-302938,-113435],[-302400,-114097],[-302609,-114024],[-304159,-114114],[-304250,-114400],[-303059,-114412],[-299555,-112714],[-298956,-113586],[-296116,-111069],[-299047,-112120],[-299604,-111975],[-298397,-110303],[-297456,-110312],[-295123,-109159],[-294621,-111099],[-294660,-111204],[-295735,-111455],[-295331,-111930],[-294655,-112110],[-294443,-112790],[-296690,-113614],[-295783,-113474],[-298284,-111887],[-298574,-112691],[-295440,-114451],[-295485,-114439],[-296462,-114561],[-296750,-114982],[-296785,-107477],[-297874,-107826],[-297868,-106546],[-295437,-108457],[-295770,-108628],[-304039,-105175],[-304908,-106949],[-306402,-106328],[-305003,-108443],[-304549,-106903],[-302814,-107102],[-301748,-107558],[-302543,-106574],[-305088,-111216],[-304163,-110829],[-295068,-102576],[-306527,-109750],[-305879,-108944],[-306451,-108543],[-303946,-105450],[-305733,-106231],[-305109,-108334],[-304068,-107533],[-303370,-107305],[-302343,-106930],[-302322,-106589],[-304690,-111079],[-304286,-110815],[-306548,-109821],[-305549,-108933],[-306346,-108554],[-303707,-106689],[-307162,-102736],[-306579,-102611],[-306492,-105724],[-304953,-107812],[-304230,-107411],[-303421,-107523],[-302143,-106956],[-302929,-106974],[-305305,-111062],[-304385,-111270],[-306648,-109220],[-305033,-109358],[-306219,-108295],[-294446,2348],[-295585,4472],[-294737,2354],[-296538,4513],[-301851,1424],[-298985,1738],[-300465,935],[-301335,2510],[-304343,1934],[-306015,2142],[-304689,1290],[-302489,1365],[-300173,2818],[-294721,2191],[-295868,5063],[-305754,1033],[-298756,787],[-300312,1810],[-302014,2365],[-303965,2076],[-305399,2541],[-305447,1408],[-302556,1286],[-301169,696],[-299137,1715],[-294674,2241],[-296481,5085],[-304224,302124],[-305218,300981],[-305085,300999],[-304198,302305],[-306783,301895],[-304253,302052],[-306454,301447],[-306054,303187],[-305642,302647],[-305751,302788],[-305791,303034],[-304976,302794],[-306411,303110],[-305237,301786],[-299696,317943],[-299308,315579],[-298622,319370],[-297243,314505],[-297341,319362],[-298330,318211],[-298433,320016],[-298739,314767],[-299805,313638],[-294409,319697],[-298791,317955],[-300042,318999],[-299595,313862],[-298629,313702],[-299856,317901],[-300134,317864],[-300084,315394],[-297589,314763],[-299122,313934],[-297526,319398],[-298858,317155],[-299984,320104],[-298143,318062],[-297911,315404],[-298081,314634],[-300570,315436],[-297523,320127],[-300290,312826],[-305737,308895],[-304411,309525],[-303805,308836],[-306713,310259],[-306970,310940],[-307108,311285],[-307195,312114],[-299783,313384],[-306119,309809],[-303808,310236],[-307181,312948],[-304927,310958],[-306228,310374],[-306120,309334],[-307125,310801],[-299669,313191],[-305238,319586],[-304071,310180],[-304196,309970],[-305558,310533],[-306632,309469],[-305778,310065],[-305333,309530],[-304664,310514],[-306837,311272],[-300094,322390],[-296426,321794],[-305600,323913],[-306192,329910],[-304499,331178],[-305390,331103],[-300132,321276],[-298518,322892],[-297066,320430],[-294955,321284],[-305410,325568],[-299035,322793],[-296461,320663],[-307102,326482],[-303929,330352],[-304216,332056],[-298960,321971],[-299231,321574],[-300477,320684],[-296234,321763],[-295152,321135],[-297237,321579],[-304939,322969],[-306166,328951],[-307064,326839],[-303073,330559],[-302122,331093],[-303286,330204],[-302053,322874],[-302010,322248],[-301249,321180],[-300580,320435],[-298271,320752],[-294412,320260],[-305247,323639],[-305752,323294],[-306914,329753],[-307037,330058],[-306818,329286],[-302334,330067],[-301977,329013],[-299871,323650],[-301461,321055],[-300237,321357],[-297939,320860],[-297692,320813],[-295365,320605],[-297464,321142],[-305111,325440],[-305712,325092],[-306558,328815],[-306418,320843],[-307087,321846],[-306795,322550],[-304737,322387],[-306368,321306],[-304849,322562],[-304812,320316],[-304687,320228],[-307063,322172],[-304278,320768],[-306263,321180],[-307035,322604],[-297094,382972],[-306447,383029],[-297595,383583],[-306577,382709],[-304333,31566],[-303602,30236],[-300263,31196],[-300733,32565],[-300724,32980],[-300569,34736],[-304496,35218],[-307095,32137],[-304240,31020],[-303925,30917],[-300671,31636],[-300607,32402],[-301231,33528],[-299949,34356],[-296424,30011],[-297443,31396],[-299962,31075],[-306279,36560],[-305919,34351],[-307100,31328],[-306485,32974],[-305557,34570],[-305662,34864],[-305025,34990],[-303753,31548],[-303985,30885],[-300812,31518],[-300444,32853],[-300993,33134],[-299287,34921],[-295932,30059],[-297269,31215],[-298102,32117],[-300537,31076],[-303820,31706],[-303856,30329],[-300740,31748],[-301130,32279],[-301099,33602],[-300214,34258],[-296293,30239],[-297650,31124],[-298385,31614],[-300402,30684],[-296708,30368],[-297350,30877],[-298041,31352],[-299829,30582],[-298244,385238],[-299889,387593],[-294959,386650],[-295600,388484],[-297746,387094],[-294743,387509],[-297178,394419],[-297187,394487],[-295103,394926],[-297903,393478],[-294406,396765],[-298263,393731],[-294655,395431],[-300661,387671],[-306662,420640],[-305897,421535],[-305740,422536],[-306405,420982],[-306736,421114],[-305146,421750],[-306027,421819],[-306607,420015],[-306097,422000],[-306647,426001],[-303584,424973],[-307007,426076],[-302982,425787],[-305861,422917],[-304794,509222],[-300638,508362],[-299635,503150],[-303827,510391],[-298953,502783],[-300005,502695],[-298743,507443],[-295374,42646],[-295237,41375],[-295662,40130],[-296810,41527],[-296707,41910],[-294806,44754],[-294884,42877],[-295187,43167],[-294877,42174],[-294691,42010],[-295848,39574],[-296106,40932],[-295828,42145],[-295246,43505],[-294677,44337],[-295409,49173],[-295196,49700],[-294759,50076],[-294732,41440],[-295165,49077],[-294602,50431],[-294926,41787],[-296362,42191],[-294597,43246],[-306801,50916],[-306887,47645],[-306727,48303],[-307096,50117],[-306207,49819],[-306109,50352],[-305648,49808],[-306947,48480],[-306575,49397],[-306580,49408],[-298211,49167],[-301343,46124],[-303066,49975],[-301328,48246],[-305851,50359],[-302013,50933],[-297215,50407],[-295095,50611],[-298481,47710],[-298918,48156],[-300316,46809],[-301879,46479],[-302722,48000],[-303140,48034],[-302941,49114],[-301315,49275],[-302029,49507],[-303197,48404],[-303874,50600],[-305631,50282],[-305881,49044],[-299361,51067],[-297463,51334],[-298403,50100],[-295398,50680],[-307025,47897],[-306927,48090],[-306557,50049],[-298992,50452],[-298886,50939],[-298546,47402],[-299002,47386],[-301644,46840],[-301874,47202],[-302676,49102],[-301026,49313],[-301446,47882],[-302587,50151],[-302883,48442],[-302631,48287],[-305210,49102],[-304623,48721],[-301746,50527],[-299053,51327],[-300238,50522],[-296955,50246],[-297534,51301],[-295024,50549],[-307141,50535],[-306377,50982],[-306634,48519],[-296224,50896],[-298636,49585],[-301336,47391],[-302555,47855],[-302432,50230],[-303110,50089],[-303189,48411],[-303680,50573],[-300017,50832],[-298094,50668],[-306401,47564],[-306857,48280],[-302462,524254],[-307020,521174],[-303268,524794],[-302131,524109],[-305890,516258],[-305568,524912],[-302323,56744],[-300947,55388],[-301778,56784],[-297014,63943],[-297964,62735],[-297609,62609],[-301332,57375],[-301588,55436],[-301833,56014],[-300996,56314],[-301050,56649],[-301011,57243],[-300950,55142],[-300643,55638],[-301233,56308],[-296300,64002],[-297051,62283],[-298078,62792],[-301087,56083],[-300791,56622],[-302212,57062],[-297169,63873],[-297099,63157],[-296944,63981],[-297130,63135],[-300526,57239],[-294776,52324],[-296460,52558],[-297278,51680],[-298049,51612],[-301272,51773],[-301934,51621],[-299851,51721],[-296558,53805],[-296862,53944],[-296502,55823],[-295680,57257],[-295696,58234],[-296314,58580],[-300416,56030],[-301526,51895],[-301616,52935],[-301573,51804],[-300871,54989],[-301177,52548],[-303003,52460],[-301428,53718],[-303446,52760],[-306414,51410],[-305658,51919],[-303352,51781],[-303340,53013],[-301371,53037],[-303193,52694],[-302518,52001],[-301085,52820],[-301464,51598],[-299722,51745],[-295693,54184],[-297055,54132],[-296528,55723],[-296748,56927],[-296434,55643],[-295028,57499],[-296348,58584],[-296054,58078],[-303219,53673],[-302221,52125],[-301972,53827],[-306368,51673],[-294936,52788],[-300920,51641],[-295996,53080],[-296455,55494],[-295704,56038],[-295628,58853],[-297832,51911],[-298758,51608],[-300821,51442],[-296365,53853],[-296507,55454],[-296738,58666],[-300718,55194],[-301877,53615],[-303357,53370],[-303068,52892],[-302227,67785],[-300235,67365],[-299633,70622],[-295392,65515],[-294562,68654],[-294629,68035],[-296689,65609],[-295940,65850],[-295543,70073],[-295694,70802],[-296599,72750],[-297658,75884],[-294914,66915],[-300582,71194],[-301274,70134],[-301315,67445],[-300423,68151],[-301614,66821],[-300589,70892],[-301260,71069],[-300809,68962],[-306269,71577],[-306537,70652],[-305827,69583],[-295425,67396],[-296520,65861],[-296459,64706],[-297591,64296],[-296962,69787],[-296638,71167],[-296231,72425],[-295520,71593],[-295694,73994],[-298081,75306],[-297270,75124],[-294692,67112],[-299604,66437],[-301730,67826],[-300860,67586],[-300968,68431],[-300933,69015],[-300571,69456],[-301183,68778],[-300088,68992],[-299593,66098],[-301540,68859],[-300532,66876],[-300605,70659],[-300895,69594],[-302000,70186],[-301931,68700],[-299681,67546],[-300417,67257],[-299667,67434],[-299708,67712],[-300262,69213],[-300361,69546],[-300108,70670],[-300367,68974],[-305377,67891],[-295734,69702],[-296160,65335],[-295503,71084],[-298116,75495],[-294486,67187],[-306867,66090],[-306927,67793],[-296671,64733],[-296386,69902],[-297629,76599],[-299715,71048],[-302147,67139],[-301349,69801],[-301662,69712],[-300439,67446],[-300931,66819],[-299790,68283],[-299542,69267],[-300907,69299],[-299862,70312],[-300132,69670],[-302155,66210],[-301495,68786],[-301206,66639],[-300283,67220],[-300409,69200],[-300449,70396],[-295363,75638],[-296077,75035],[-295667,76740],[-296267,76575],[-296264,71642],[-295022,75053],[-295694,71690],[-294961,74181],[-294997,74199],[-295537,74942],[-295160,75068],[-294780,75852],[-294978,75805],[-296265,71517],[-295132,73502],[-295794,74731],[-297149,79712],[-296884,78880],[-297193,78885],[-298336,78456],[-298725,79254],[-300197,79350],[-301987,78146],[-302132,77714],[-302483,82354],[-303201,82912],[-303023,85608],[-302519,85729],[-300104,86237],[-298469,79070],[-300214,78795],[-300675,79288],[-301558,77661],[-302619,78847],[-302135,82714],[-302507,82188],[-302316,86283],[-303033,86906],[-297041,80351],[-298657,78302],[-301015,80118],[-301126,78809],[-301931,82283],[-303087,85650],[-296885,79508],[-302373,77922],[-303233,86484],[-297090,80796],[-296569,77201],[-296311,79072],[-296951,81383],[-295802,82654],[-295204,82213],[-299927,86002],[-295700,77387],[-296089,83519],[-296288,82931],[-299780,86241],[-294598,87365],[-295652,80641],[-296268,80860],[-295588,82798],[-295096,82301],[-294492,87144],[-294723,86950],[-295160,81433],[-295001,81443],[-296477,77178],[-296407,80678],[-296425,83521],[-294826,81526],[-299383,86095],[-296372,79588],[-295921,80450],[-295402,80841],[-296538,80591],[-295746,80958],[-295346,79314],[-298328,100952],[-302311,101678],[-297291,101580],[-306197,99994],[-303936,98699],[-303316,102358],[-302284,101928],[-301258,100675],[-297756,101312],[-296853,97762],[-298047,97233],[-295422,99941],[-295941,92939],[-295368,91395],[-295323,92114],[-295397,91807],[-296391,92444],[-295446,91323],[-295103,92244],[-300974,111265],[-302004,111913],[-300785,111966],[-299880,112597],[-303003,112956],[-302105,113500],[-299887,111880],[-300410,111955],[-295866,109733],[-295229,110131],[-295612,110467],[-295792,104742],[-319658,-115000],[-319300,-117246],[-318884,-115154],[-317990,-115272],[-318280,-115149],[-317583,-115480],[-317355,-115769],[-319365,-119328],[-319235,-118031],[-319205,-120058],[-319324,-120052],[-318875,-121745],[-318865,-120838],[-317605,-120507],[-317566,-121412],[-316677,-120835],[-317858,-120181],[-317286,-120527],[-316258,-119531],[-317070,-119388],[-317055,-120240],[-316025,-116177],[-318411,-119193],[-318083,-119339],[-316344,-119006],[-316845,-118941],[-316483,-116375],[-317242,-117025],[-316160,-115835],[-318457,-116499],[-318654,-117055],[-317885,-117267],[-318084,-117460],[-318645,-118000],[-316466,-118764],[-316825,-116836],[-316589,-116957],[-318156,-118655],[-316415,-117422],[-317971,-118605],[-317295,-118096],[-317427,-121919],[-317663,-122970],[-315925,-119657],[-315684,-119969],[-314822,-118501],[-313345,-119682],[-313218,-119056],[-314458,-119985],[-316328,-118586],[-315883,-117381],[-315979,-117599],[-312473,-122722],[-312681,-123209],[-312600,-123368],[-312854,-123415],[-313250,-124191],[-313343,-122615],[-314206,-123270],[-313549,-123060],[-315300,-125567],[-315830,-125759],[-316399,-126203],[-307249,-120965],[-308652,-122633],[-308697,-121562],[-308844,-123505],[-308801,-122388],[-309941,-122590],[-309473,-124137],[-309028,-123596],[-308245,-124520],[-308192,-123801],[-307929,-124888],[-307468,-124523],[-317814,-126297],[-318126,-127228],[-314266,-122700],[-313047,-121725],[-314077,-123714],[-313466,-124814],[-311272,-126321],[-310765,-127288],[-319312,-116569],[-317859,-115952],[-318983,-118145],[-318573,-118730],[-319133,-120505],[-317954,-119735],[-318923,-120506],[-318100,-120808],[-318710,-121348],[-316888,-120916],[-316581,-120732],[-316979,-120198],[-316963,-120124],[-318149,-116029],[-317942,-116082],[-315834,-117027],[-316719,-118165],[-316528,-118131],[-317572,-121995],[-317644,-122199],[-315311,-120589],[-315457,-120455],[-315605,-119320],[-314909,-119253],[-313803,-119973],[-314351,-119220],[-316271,-117826],[-315127,-118647],[-312451,-122758],[-313598,-124448],[-312844,-122600],[-313499,-123549],[-315811,-125502],[-316068,-126393],[-307414,-121954],[-307738,-121490],[-308717,-122068],[-307792,-121872],[-308894,-122635],[-309522,-124008],[-308184,-124135],[-308176,-124304],[-307641,-124215],[-318283,-126048],[-317981,-126747],[-318521,-127169],[-314064,-122043],[-313311,-122451],[-314573,-123760],[-313221,-124456],[-311772,-126037],[-310878,-127094],[-310509,-127603],[-318603,-126841],[-318593,-127158],[-314439,-122319],[-313679,-122320],[-314399,-124084],[-313252,-124868],[-311605,-126792],[-310488,-126922],[-318620,-125831],[-317725,-127003],[-318819,-127758],[-314844,-122318],[-313618,-122509],[-313833,-123797],[-312707,-125350],[-311487,-126172],[-311600,-127695],[-310523,-127490],[-307360,-128011],[-308818,-128319],[-308300,-127878],[-308400,-128128],[-308562,-133493],[-307270,-134120],[-307579,-132943],[-308014,-133686],[-307429,-133175],[-307436,-134733],[-308218,-135851],[-308836,-136200],[-309710,-136012],[-309687,-136013],[-308210,-135130],[-309317,-135725],[-307699,-138792],[-307722,-137615],[-307615,-137482],[-307462,-137295],[-308797,-137070],[-308124,-137626],[-309055,-136739],[-309613,-138610],[-309141,-138801],[-308777,-138060],[-308317,-138908],[-308254,-140063],[-309210,-140139],[-308851,-139835],[-311119,-137826],[-310862,-138158],[-311193,-138303],[-313105,-139039],[-312673,-138207],[-312515,-138107],[-312672,-137038],[-311126,-137332],[-311361,-137050],[-311811,-136380],[-310239,-136943],[-311153,-136616],[-310827,-136328],[-312369,-135506],[-312533,-135192],[-312906,-136036],[-311853,-134189],[-313153,-134148],[-313842,-134652],[-313413,-134127],[-313263,-133020],[-313006,-133788],[-312732,-133594],[-313031,-132588],[-312031,-133171],[-313683,-133028],[-314820,-132786],[-313867,-132608],[-313334,-132058],[-312391,-131300],[-312268,-131676],[-312622,-132132],[-313481,-130153],[-313294,-131035],[-313810,-130296],[-312449,-131376],[-313835,-130132],[-313629,-129586],[-313431,-129878],[-309685,-140113],[-310325,-138733],[-310570,-138866],[-310132,-138611],[-311318,-139542],[-311674,-140272],[-313647,-140363],[-314435,-140510],[-314478,-140520],[-313322,-138991],[-312278,-138827],[-307452,-140170],[-318271,-137653],[-319750,-136677],[-318008,-136389],[-317421,-136852],[-317058,-136389],[-317948,-137197],[-316601,-136132],[-315730,-135546],[-314081,-136123],[-314989,-138591],[-314447,-139360],[-315404,-133132],[-317686,-131442],[-317336,-131913],[-311718,-128011],[-310927,-128574],[-310583,-129727],[-309139,-128829],[-311178,-131642],[-309141,-132729],[-308078,-131421],[-307477,-128449],[-308379,-128014],[-308807,-128507],[-308010,-132222],[-308763,-133053],[-308371,-133359],[-307449,-132522],[-308000,-132555],[-307412,-134670],[-308659,-134750],[-308646,-135058],[-307272,-137089],[-309091,-136729],[-309043,-138084],[-308170,-138782],[-308695,-139976],[-309587,-140141],[-310612,-138277],[-312640,-138592],[-312960,-137904],[-311478,-137413],[-310878,-137000],[-310931,-137088],[-311867,-136055],[-312333,-133818],[-311994,-134523],[-313749,-135067],[-313186,-133189],[-311914,-133372],[-313973,-132608],[-313696,-132183],[-311995,-132248],[-312958,-132309],[-313225,-129990],[-313297,-130269],[-313759,-130186],[-314234,-129071],[-313849,-129869],[-310766,-139313],[-309754,-139254],[-312718,-140442],[-314312,-139977],[-313717,-139556],[-312306,-140049],[-319215,-138865],[-319853,-137981],[-318454,-138515],[-319321,-137288],[-318271,-136632],[-317057,-136461],[-316815,-135624],[-318247,-136945],[-316512,-136449],[-315266,-135421],[-314685,-136190],[-314903,-138234],[-314321,-139018],[-315275,-132952],[-317085,-131057],[-317465,-131970],[-310423,-128641],[-310388,-130018],[-309017,-128173],[-310775,-132225],[-309881,-132793],[-307886,-131424],[-313723,-140533],[-312633,-138833],[-311417,-140565],[-307541,-140112],[-319857,-138679],[-319580,-138326],[-319892,-136945],[-318480,-136816],[-317371,-136776],[-316826,-136261],[-317657,-137083],[-315301,-136310],[-314248,-136811],[-314175,-138347],[-314401,-139764],[-315690,-133220],[-317881,-132273],[-319950,-127994],[-311186,-127867],[-310704,-129159],[-308982,-128544],[-311333,-131671],[-309317,-132473],[-308061,-130488],[-307706,-130693],[-312104,-139744],[-311290,-140465],[-319178,-138863],[-319276,-137751],[-318679,-137779],[-319243,-136503],[-318599,-136342],[-317122,-136654],[-316694,-136396],[-318294,-136980],[-316604,-135799],[-315546,-135432],[-314067,-136414],[-314070,-138182],[-314754,-139700],[-315323,-133741],[-317915,-131851],[-316952,-131792],[-310284,-128371],[-310295,-129522],[-309846,-128302],[-311428,-132480],[-309060,-132550],[-307587,-131144],[-307570,-130855],[-309631,-140619],[-307821,-142243],[-307217,-143306],[-308597,-143421],[-309257,-142822],[-308502,-142292],[-308514,-140973],[-308192,-141361],[-307826,-140726],[-310353,-141183],[-309951,-140708],[-309562,-142606],[-309929,-142327],[-310681,-141853],[-312349,-142061],[-311793,-142628],[-311979,-142209],[-314938,-142618],[-315703,-144110],[-315662,-144597],[-315124,-143220],[-315635,-142619],[-314586,-143189],[-307397,-143822],[-308785,-143917],[-307991,-143952],[-307699,-144796],[-308357,-145768],[-307948,-145231],[-307669,-146957],[-307929,-147501],[-307244,-147042],[-307579,-151045],[-307586,-152106],[-307220,-151144],[-307251,-153061],[-308724,-151783],[-308242,-151065],[-308462,-151711],[-308147,-151223],[-308362,-149691],[-307941,-150022],[-309473,-151609],[-309394,-151494],[-309465,-151991],[-309526,-153014],[-309239,-152778],[-310431,-152326],[-311014,-153192],[-310655,-153097],[-316023,-153138],[-317795,-153168],[-317466,-152296],[-314748,-152682],[-314052,-151897],[-313275,-151180],[-313452,-150063],[-312032,-151091],[-311789,-152290],[-310720,-152802],[-310526,-150160],[-311320,-147808],[-311839,-147239],[-312114,-149208],[-313523,-149000],[-313019,-149353],[-313811,-146539],[-314509,-145741],[-316884,-146150],[-313324,-140638],[-312215,-141089],[-311525,-144178],[-311500,-146215],[-308112,-148547],[-319603,-150717],[-313514,-144398],[-312513,-143511],[-307607,-146051],[-307764,-146106],[-307543,-143092],[-308140,-143711],[-309278,-142474],[-307964,-143023],[-307560,-141485],[-308740,-140959],[-309810,-140862],[-310920,-140946],[-309596,-142503],[-310335,-141930],[-310518,-141692],[-310742,-142545],[-312078,-142238],[-315305,-142317],[-314862,-142228],[-315521,-142924],[-314406,-145529],[-308775,-144013],[-308564,-143746],[-307762,-147134],[-307674,-147750],[-307479,-148071],[-307691,-144959],[-307473,-149638],[-307512,-151269],[-307475,-152826],[-309129,-152320],[-308373,-151159],[-308718,-151820],[-308414,-150842],[-308610,-150846],[-309240,-151299],[-309698,-151899],[-309917,-153238],[-310441,-152918],[-311307,-152754],[-316225,-153083],[-317510,-152708],[-317809,-152485],[-314189,-152601],[-314189,-152142],[-313804,-150457],[-313249,-150629],[-312789,-151377],[-311567,-152081],[-311348,-152207],[-310171,-150300],[-310802,-147773],[-311998,-147121],[-313044,-149078],[-313807,-146032],[-314655,-146316],[-316015,-144738],[-316010,-146303],[-314583,-144440],[-314173,-141146],[-312697,-141919],[-311192,-144516],[-310549,-146089],[-308270,-146600],[-307791,-149373],[-308531,-153229],[-314260,-144821],[-312804,-142917],[-307872,-145576],[-316178,-153286],[-317541,-153226],[-317891,-151820],[-314493,-152873],[-314643,-151112],[-313184,-150603],[-312177,-151507],[-311716,-152027],[-310586,-151975],[-310258,-150317],[-310670,-147705],[-312397,-146403],[-313233,-149357],[-314067,-146983],[-315082,-146485],[-315342,-145068],[-316222,-146436],[-311240,-147226],[-308321,-146429],[-308101,-149030],[-319793,-151038],[-314259,-143934],[-313567,-142525],[-316091,-153308],[-318016,-151903],[-314187,-152843],[-314959,-151385],[-314604,-151083],[-313161,-150754],[-312364,-151581],[-311609,-152492],[-310729,-152890],[-310455,-150875],[-311317,-147324],[-312283,-146853],[-312518,-149364],[-314780,-145675],[-316205,-147384],[-314021,-145050],[-313887,-141714],[-312550,-144884],[-311812,-146544],[-308792,-146773],[-307797,-148446],[-319990,-150890],[-313649,-144645],[-312132,-143141],[-309890,-153546],[-309670,-153463],[-309912,-154389],[-309818,-155485],[-311042,-155480],[-311130,-155239],[-311415,-155704],[-311608,-156169],[-311123,-154894],[-310364,-155999],[-310530,-156431],[-311989,-158124],[-312579,-157879],[-311576,-159284],[-311845,-160303],[-311096,-160749],[-310492,-161128],[-309219,-160620],[-310557,-156889],[-309308,-157535],[-311846,-157208],[-311089,-156839],[-309586,-155653],[-309068,-155912],[-309615,-155349],[-308218,-156827],[-308389,-157780],[-309085,-156965],[-308918,-158431],[-308040,-163961],[-309453,-161238],[-307633,-161904],[-308319,-160716],[-307411,-159517],[-307953,-157952],[-315641,-154500],[-308590,-154630],[-308242,-153546],[-309722,-157073],[-311121,-158818],[-309587,-154020],[-309715,-153477],[-309382,-155424],[-310776,-155620],[-310801,-155561],[-311328,-155968],[-311870,-155473],[-311671,-156302],[-311454,-156571],[-310089,-155922],[-311635,-159263],[-312357,-158875],[-312664,-157808],[-311442,-160023],[-310923,-160636],[-309752,-160247],[-310087,-161065],[-310234,-156629],[-309434,-155282],[-308514,-156039],[-308482,-156815],[-308757,-157709],[-307726,-165051],[-308355,-162413],[-307569,-162386],[-307480,-160927],[-308235,-157104],[-315554,-154649],[-308506,-153790],[-309719,-159451],[-310627,-157994],[-307570,-164116],[-308248,-164134],[-307388,-165277],[-307984,-162436],[-308456,-161030],[-307741,-157925],[-308866,-155406],[-310127,-157071],[-307351,-163759],[-307762,-164998],[-309478,-161148],[-307467,-157075],[-307364,-153968],[-309744,-158844],[-307778,-163858],[-308978,-163136],[-309984,-162799],[-316992,-165077],[-317107,-163215],[-316571,-162612],[-316393,-160860],[-315836,-157234],[-315051,-157032],[-315653,-155832],[-316347,-155933],[-316975,-155262],[-311942,-163128],[-312938,-162897],[-313681,-164536],[-310415,-165126],[-310830,-166070],[-308739,-164427],[-310114,-164392],[-309581,-164343],[-310868,-161448],[-309616,-162953],[-317182,-165367],[-317504,-163922],[-316500,-162855],[-316645,-160925],[-315819,-157986],[-314959,-156456],[-315860,-155800],[-316927,-156591],[-316974,-154997],[-312116,-163187],[-312594,-163407],[-313871,-164218],[-309993,-165169],[-308673,-164565],[-308888,-163869],[-309132,-163368],[-317227,-165396],[-316877,-163711],[-316157,-162888],[-316637,-160846],[-316037,-157949],[-314965,-156653],[-316176,-156412],[-316730,-156530],[-316305,-155682],[-315829,-154282],[-312534,-163199],[-313090,-164818],[-310680,-165012],[-310913,-165575],[-309074,-164280],[-310176,-164579],[-308985,-163583],[-310234,-162663],[-316999,-165596],[-316788,-163965],[-316943,-162453],[-316266,-162651],[-316693,-160852],[-316215,-157097],[-315556,-156435],[-316250,-156151],[-317029,-156303],[-316081,-155629],[-315752,-154285],[-312106,-162808],[-312269,-162905],[-313913,-164621],[-310350,-165077],[-310959,-166079],[-309113,-164545],[-309677,-168913],[-308827,-169025],[-309027,-171168],[-311931,-167857],[-310853,-169429],[-312463,-169941],[-312793,-172816],[-311620,-174106],[-307961,-175530],[-307435,-178248],[-311358,-168925],[-311194,-171730],[-311946,-172198],[-310170,-168620],[-311001,-167501],[-307966,-167984],[-308018,-166412],[-318176,-176816],[-319517,-178834],[-310989,-166386],[-313232,-167942],[-307917,-166912],[-308094,-170313],[-310011,-170941],[-309203,-171573],[-310536,-169605],[-311486,-169044],[-310596,-169561],[-312238,-170818],[-313220,-173341],[-310757,-173952],[-310491,-168470],[-311111,-173001],[-309330,-167876],[-311245,-166814],[-307515,-168125],[-307602,-166366],[-315165,-178733],[-319152,-177182],[-319728,-177755],[-314122,-177606],[-313198,-167979],[-307262,-167561],[-307810,-170830],[-310366,-169062],[-311191,-170333],[-312587,-171294],[-312117,-173783],[-308506,-175570],[-307813,-178587],[-310418,-170721],[-311886,-173169],[-310432,-168445],[-311941,-167130],[-307855,-166347],[-308200,-167723],[-315230,-178801],[-318935,-177600],[-318825,-177647],[-313132,-168086],[-307909,-167496],[-307858,-168671],[-308441,-171573],[-310682,-169110],[-311945,-169448],[-311127,-173315],[-311767,-173616],[-307821,-176134],[-307580,-178200],[-311195,-168232],[-310696,-171017],[-312202,-172697],[-310506,-168259],[-307470,-169200],[-310835,-166985],[-307363,-167662],[-308242,-166329],[-315128,-178227],[-318396,-177333],[-319409,-178659],[-313244,-168153],[-307424,-166929],[-315555,-178094],[-314218,-177206],[-314706,-176109],[-315698,-174599],[-316109,-176516],[-317864,-171054],[-316919,-174359],[-317363,-172788],[-318178,-170197],[-318483,-168866],[-318336,-166550],[-318076,-167137],[-314964,-176253],[-315318,-174682],[-316362,-176100],[-316696,-171271],[-317496,-174666],[-317822,-172266],[-317589,-170171],[-319066,-168343],[-317670,-167280],[-314698,-177153],[-314444,-176782],[-315671,-176162],[-317569,-171475],[-316895,-174784],[-317328,-172457],[-317695,-170527],[-318473,-168539],[-318268,-166493],[-317968,-166372],[-314636,-177558],[-314211,-176216],[-315639,-174945],[-316390,-175299],[-317666,-172126],[-316720,-174869],[-317711,-172574],[-317508,-169975],[-319318,-169152],[-317923,-167316],[-309712,-186375],[-309987,-187434],[-311320,-187237],[-312013,-190380],[-308944,-191534],[-314689,-191297],[-317552,-190970],[-314691,-187730],[-318098,-182741],[-315315,-181833],[-315262,-182355],[-314182,-183376],[-313909,-182528],[-315411,-179507],[-314889,-180790],[-314018,-179030],[-316148,-184651],[-318216,-182997],[-318592,-187021],[-318378,-187387],[-318894,-187975],[-308074,-179349],[-309628,-186314],[-310642,-187952],[-312351,-189399],[-313709,-187836],[-313092,-190150],[-312097,-190381],[-311704,-190336],[-310059,-189604],[-308825,-190912],[-314325,-189736],[-316180,-191761],[-317080,-190238],[-318728,-190987],[-318008,-190658],[-319420,-188812],[-314302,-186991],[-314419,-188179],[-317659,-183964],[-319102,-184513],[-318796,-183860],[-318988,-183667],[-315220,-181912],[-315716,-182224],[-314337,-182814],[-315255,-179945],[-314983,-179897],[-314592,-179299],[-316016,-184146],[-317543,-183743],[-318703,-187215],[-309406,-187961],[-308227,-187340],[-311598,-186362],[-312008,-187270],[-312580,-186973],[-311569,-189633],[-310693,-191724],[-308314,-190964],[-308877,-190596],[-313481,-190860],[-315326,-191283],[-317921,-191744],[-316338,-191281],[-318514,-188746],[-318757,-189534],[-315918,-187302],[-314153,-186494],[-318958,-184021],[-318934,-181595],[-319009,-181621],[-315166,-181729],[-315241,-182623],[-314126,-183006],[-315041,-179211],[-314311,-180375],[-314635,-179455],[-316176,-184248],[-317700,-183287],[-307965,-187676],[-311934,-186590],[-311395,-187726],[-313506,-189614],[-309103,-190807],[-315264,-190406],[-316577,-191677],[-319105,-190444],[-316299,-188155],[-317577,-182432],[-318868,-181358],[-315229,-181787],[-315797,-182687],[-314521,-182940],[-314222,-182427],[-314997,-179383],[-314985,-180136],[-314730,-179358],[-316238,-184326],[-317829,-183485],[-307388,-193638],[-308588,-194236],[-308925,-192035],[-310776,-193216],[-311819,-195271],[-311980,-194874],[-312689,-193852],[-313920,-192219],[-314343,-192258],[-308275,-196513],[-311323,-194846],[-309081,-194888],[-310805,-191949],[-309227,-192248],[-313104,-195117],[-313697,-195291],[-312801,-193650],[-318974,-192559],[-319598,-193414],[-308303,-197230],[-308455,-196006],[-311116,-193605],[-310547,-194505],[-309602,-192490],[-314513,-192453],[-319553,-194011],[-307687,-197182],[-307747,-196187],[-311186,-193796],[-310322,-194036],[-309673,-192570],[-311180,-193597],[-311805,-195692],[-312442,-192747],[-319562,-193661],[-308385,-196628],[-312053,-193742],[-309190,-194845],[-309515,-204037],[-317735,-203904],[-317963,-202703],[-309897,-199418],[-312376,-200614],[-311704,-198981],[-316627,-197483],[-316131,-197067],[-316999,-197382],[-317288,-197813],[-316354,-195996],[-318580,-202004],[-309185,-199406],[-311461,-199499],[-317418,-196908],[-318070,-197062],[-315435,-196256],[-310814,-204221],[-317151,-203901],[-309906,-198912],[-311831,-199808],[-316229,-197730],[-317636,-198137],[-316041,-196300],[-318900,-201981],[-317110,-204093],[-319187,-202686],[-318490,-204130],[-317378,-204244],[-319691,-204428],[-318616,-201911],[-309789,-198878],[-311295,-198901],[-311164,-199939],[-311248,-199203],[-315988,-197023],[-318073,-197642],[-316517,-196327],[-316423,-216903],[-315980,-216207],[-317694,-210135],[-316888,-210630],[-319286,-208993],[-315603,-211101],[-315309,-211313],[-315054,-212286],[-312335,-208903],[-312181,-208993],[-312467,-207038],[-309980,-208062],[-309287,-208714],[-313674,-208877],[-313433,-208296],[-315788,-208688],[-317902,-209204],[-319672,-205863],[-312336,-213186],[-311101,-211667],[-310295,-212306],[-309823,-212581],[-310480,-212659],[-309356,-209725],[-319481,-215354],[-319561,-215235],[-307251,-205610],[-308775,-214453],[-307404,-211100],[-319256,-204717],[-319869,-206631],[-315907,-207411],[-316268,-208498],[-317156,-206783],[-308440,-208646],[-308504,-206617],[-309704,-214302],[-308795,-211048],[-307448,-215676],[-309122,-204937],[-310245,-213912],[-307667,-211609],[-309614,-216944],[-309760,-217197],[-308747,-205002],[-317663,-210409],[-319070,-209737],[-314708,-211383],[-311708,-206882],[-309790,-208050],[-309760,-208173],[-313135,-209060],[-319109,-205838],[-309682,-212135],[-310558,-212654],[-308186,-210343],[-309997,-209537],[-307788,-205238],[-308521,-214651],[-307990,-213484],[-307385,-213945],[-308309,-210727],[-308559,-211692],[-307449,-217366],[-307446,-217085],[-317583,-204731],[-319424,-206178],[-317346,-209034],[-315978,-207773],[-316527,-207000],[-318047,-204730],[-319493,-205016],[-319835,-206105],[-318536,-208954],[-318634,-209142],[-317207,-209317],[-315803,-207589],[-316447,-207152],[-319520,-206298],[-319305,-209833],[-318063,-209163],[-316111,-207454],[-316158,-208183],[-316700,-207424],[-307533,-227503],[-307864,-227420],[-307550,-224534],[-307432,-221765],[-309493,-219652],[-308846,-229053],[-308706,-229181],[-309719,-228511],[-311961,-228118],[-311782,-228747],[-310571,-228863],[-310466,-228761],[-310323,-228740],[-318700,-223549],[-311878,-219091],[-311439,-219909],[-311511,-223935],[-313790,-223236],[-313033,-223129],[-318935,-223334],[-319080,-220748],[-318773,-220318],[-309223,-219409],[-309440,-225043],[-308604,-225230],[-307384,-223044],[-307487,-219853],[-308479,-220477],[-318306,-220883],[-316420,-220477],[-309351,-220022],[-311143,-222862],[-308004,-223468],[-308109,-219836],[-307948,-223467],[-308691,-222751],[-309777,-219345],[-308045,-229159],[-309700,-228316],[-310234,-227834],[-310892,-228232],[-318864,-223988],[-311881,-219181],[-311300,-223454],[-313283,-222826],[-318169,-220119],[-308839,-222963],[-309506,-223556],[-308749,-225720],[-310565,-223749],[-308038,-225043],[-307865,-223579],[-307242,-220109],[-307228,-219982],[-318222,-220469],[-316553,-221100],[-309742,-220136],[-308627,-225679],[-307556,-221441],[-307790,-224064],[-307389,-223705],[-308606,-218196],[-317915,-220604],[-316225,-220363],[-318357,-220195],[-316359,-221143],[-314114,-237447],[-310862,-238708],[-314537,-242804],[-317527,-238355],[-307778,-241115],[-309855,-242724],[-308471,-242799],[-308095,-241998],[-308034,-239499],[-308666,-239080],[-312725,-238742],[-311995,-238486],[-312503,-239574],[-312036,-240158],[-312239,-239883],[-314314,-240538],[-314798,-240127],[-314567,-242560],[-316592,-241895],[-318342,-241602],[-316791,-240011],[-315488,-240951],[-317262,-239685],[-316875,-239279],[-315061,-240668],[-315100,-240048],[-317934,-240001],[-318998,-239492],[-319271,-239953],[-317624,-240385],[-317096,-239371],[-317922,-241227],[-318879,-240213],[-319077,-241064],[-319743,-240918],[-313479,-241437],[-318770,-238972],[-309788,-241291],[-310771,-238083],[-309150,-240213],[-309346,-241074],[-311732,-241066],[-318461,-242303],[-318784,-238058],[-317837,-238083],[-307279,-241137],[-309836,-242776],[-309561,-242177],[-308714,-242623],[-308246,-242308],[-307624,-239852],[-308339,-239002],[-312661,-239275],[-312352,-238560],[-311856,-239410],[-314642,-241899],[-313828,-240873],[-313868,-241197],[-315436,-240960],[-314878,-242351],[-314805,-242720],[-317120,-242357],[-319055,-241529],[-316926,-240480],[-315142,-241050],[-316467,-239640],[-316984,-239375],[-315714,-239961],[-315084,-240072],[-317944,-240390],[-318618,-239241],[-319633,-240121],[-318360,-240605],[-317701,-239529],[-317891,-241247],[-318414,-240926],[-319478,-242371],[-319794,-241635],[-319202,-241435],[-319718,-241051],[-319940,-242800],[-319729,-242972],[-319404,-239668],[-318241,-241580],[-319096,-242072],[-318382,-239371],[-318557,-239114],[-318155,-242811],[-316914,-242687],[-315760,-242648],[-312973,-242896],[-313276,-242699],[-312975,-241609],[-311675,-242832],[-310957,-241863],[-316679,-242069],[-316246,-241347],[-311394,-240843],[-312286,-242184],[-312152,-242289],[-318628,-240804],[-319263,-239946],[-316752,-240514],[-317264,-240625],[-318662,-237201],[-318224,-237450],[-318090,-237842],[-307227,-238012],[-307812,-241803],[-310391,-242445],[-309650,-242514],[-309107,-241713],[-308611,-242810],[-307650,-242973],[-308066,-242496],[-308053,-239918],[-308124,-238761],[-308194,-239202],[-312370,-239783],[-312821,-238344],[-312249,-238473],[-311924,-239054],[-314586,-241334],[-314750,-241009],[-314610,-241998],[-314729,-242506],[-316932,-242184],[-318492,-241778],[-317350,-239950],[-315412,-240546],[-316558,-239412],[-316896,-239574],[-315695,-240400],[-314786,-240567],[-317855,-239966],[-319343,-239148],[-319740,-240221],[-318022,-240606],[-317737,-239749],[-317452,-241099],[-318785,-240081],[-319822,-241851],[-319536,-241405],[-319157,-241868],[-319915,-240633],[-319862,-242929],[-319344,-241883],[-317642,-242004],[-317247,-242278],[-316880,-242899],[-313952,-242885],[-315319,-242498],[-315480,-241905],[-312719,-242751],[-312970,-242172],[-313041,-242261],[-315811,-242362],[-316288,-242121],[-312734,-241848],[-311339,-241125],[-312308,-242139],[-311676,-242536],[-319289,-239916],[-319284,-240612],[-316826,-241083],[-316759,-241604],[-318280,-238203],[-318118,-238293],[-307390,-241178],[-310283,-242027],[-307287,-242979],[-309097,-242973],[-309254,-242342],[-308076,-241985],[-308186,-240056],[-308193,-239375],[-308908,-239540],[-312081,-240102],[-311269,-238674],[-312295,-239260],[-311381,-239519],[-314791,-241887],[-313747,-241318],[-314378,-240293],[-314829,-240731],[-314900,-242684],[-316757,-242623],[-318347,-241590],[-316504,-240008],[-315483,-240696],[-316605,-238930],[-317336,-239784],[-315879,-240103],[-315640,-239746],[-317827,-240452],[-319356,-239244],[-319680,-239903],[-317762,-240303],[-317185,-240119],[-318168,-241182],[-318405,-240090],[-319636,-241955],[-319107,-241392],[-308466,-234825],[-318779,-234036],[-318473,-233426],[-319950,-232771],[-319894,-236041],[-319409,-236326],[-316503,-236312],[-316906,-235412],[-316167,-235095],[-315010,-236256],[-315386,-235065],[-315147,-234571],[-316378,-233413],[-315494,-233029],[-314677,-232718],[-314232,-233618],[-312548,-232530],[-312996,-234482],[-312767,-234395],[-312065,-233049],[-311989,-232375],[-311300,-234121],[-309914,-234111],[-311881,-235693],[-309544,-236136],[-309312,-235564],[-308382,-234518],[-308763,-233864],[-308163,-236432],[-307724,-238035],[-308927,-237739],[-309686,-237428],[-314167,-238402],[-311296,-232744],[-309438,-232618],[-308309,-234770],[-307524,-232631],[-309946,-231376],[-307716,-232121],[-319037,-233993],[-318901,-234013],[-318293,-234174],[-319701,-236078],[-319677,-236608],[-319109,-236459],[-316744,-236031],[-316445,-235860],[-315967,-235055],[-314231,-235951],[-315084,-235180],[-316074,-234234],[-315648,-233955],[-315549,-232312],[-315103,-232776],[-314269,-232549],[-313975,-233399],[-313079,-232272],[-313034,-233490],[-312926,-234748],[-311267,-233478],[-311884,-232644],[-312180,-234839],[-310998,-233874],[-311427,-236179],[-309633,-235667],[-309653,-236562],[-308616,-235430],[-308377,-234646],[-308314,-233501],[-308197,-236168],[-307950,-237400],[-309132,-237685],[-309726,-237372],[-313063,-235052],[-313545,-236930],[-315008,-235392],[-313805,-236089],[-313844,-237095],[-319526,-233190],[-318435,-233785],[-319669,-233449],[-319983,-232787],[-319622,-236232],[-318999,-236304],[-316881,-236100],[-316420,-235903],[-316223,-234980],[-314873,-235762],[-315880,-235745],[-315745,-234412],[-316141,-233410],[-314746,-232099],[-314213,-232410],[-314383,-233671],[-312657,-232699],[-313335,-233615],[-313064,-234641],[-311632,-233217],[-311973,-231887],[-311691,-234461],[-309670,-234186],[-311630,-236150],[-309528,-235523],[-309723,-235841],[-309075,-236029],[-309267,-234276],[-308738,-234084],[-308318,-236757],[-307678,-237683],[-308763,-237793],[-309406,-237315],[-310292,-232756],[-307614,-234092],[-319355,-234002],[-318774,-233316],[-318089,-233667],[-319585,-233446],[-319531,-236400],[-317280,-236485],[-316720,-235823],[-316273,-236139],[-314533,-236709],[-315894,-235780],[-315858,-234604],[-316089,-234076],[-315427,-232811],[-314000,-232278],[-314724,-233741],[-312559,-233153],[-312764,-233702],[-313335,-233808],[-311877,-233672],[-311969,-232393],[-311504,-235256],[-311056,-234429],[-311336,-236227],[-309643,-235771],[-309836,-236095],[-308918,-236317],[-308743,-234941],[-308517,-233374],[-308823,-236843],[-308541,-238335],[-309438,-238025],[-318519,-494],[-317260,-86],[-313031,-11526],[-316513,-12332],[-308162,-588],[-308958,40],[-319560,-7425],[-311183,-97],[-315022,-1521],[-313282,-1054],[-316556,-1917],[-318898,-3516],[-318324,-5597],[-317857,-650],[-317131,-165],[-311328,-4589],[-309094,-5877],[-311973,-3568],[-312849,-4837],[-307704,-3634],[-307612,-5788],[-309144,-2305],[-309569,-2640],[-309837,-1357],[-311656,-1697],[-310896,-2140],[-310074,-1003],[-313580,-2612],[-307232,-3002],[-309748,-7144],[-307993,-10489],[-310927,-4865],[-309952,-5175],[-311567,-4402],[-312693,-4667],[-307402,-4470],[-308070,-5509],[-309278,-2368],[-309885,-2095],[-309878,-1219],[-311530,-2094],[-310648,-1193],[-314088,-2454],[-307243,-2760],[-307849,-10541],[-312682,-10664],[-310126,-11788],[-317294,-3708],[-317710,-5155],[-317727,-3776],[-308009,-1],[-314272,-2048],[-313095,-1293],[-316483,-2918],[-317402,-3437],[-319781,-3942],[-318889,-4923],[-318388,-595],[-316028,56],[-311000,-4867],[-309963,-5607],[-311178,-3579],[-313248,-4584],[-307410,-3625],[-307654,-5374],[-308507,-2839],[-310161,-2514],[-312310,-2241],[-310711,-1942],[-310620,-396],[-314142,-2801],[-308558,-10070],[-318735,-1021],[-317476,-124],[-310616,-4742],[-309113,-5109],[-312085,-3738],[-312477,-5015],[-308602,-2641],[-310510,-2043],[-309821,-1014],[-312104,-1955],[-311252,-2202],[-310157,-1087],[-313565,-2041],[-309846,-6651],[-308332,-9983],[-310522,-243216],[-310227,-243412],[-316158,-245924],[-318044,-245431],[-315183,-246652],[-308918,-246195],[-312011,-244901],[-309152,-246893],[-312377,-250241],[-314052,-251254],[-313904,-251316],[-314300,-251327],[-313856,-252010],[-319920,-254713],[-307612,-254625],[-307627,-251530],[-309968,-252657],[-312259,-252762],[-309688,-247611],[-308796,-244473],[-313049,-243127],[-319921,-244380],[-318326,-245772],[-311727,-246848],[-312424,-250397],[-312271,-250440],[-313873,-251065],[-314154,-251034],[-313097,-252231],[-319727,-255470],[-309971,-255267],[-308564,-250741],[-307450,-252986],[-308396,-244866],[-315662,-243026],[-311862,-252158],[-317923,-252986],[-317766,-253067],[-319432,-254777],[-319535,-254511],[-318670,-255778],[-319113,-255092],[-317616,-254407],[-318502,-254683],[-317199,-252513],[-316877,-252548],[-314964,-252172],[-315113,-252830],[-315884,-252382],[-317296,-250036],[-316448,-250380],[-317440,-254472],[-317902,-253049],[-316859,-255342],[-317297,-255161],[-316402,-255115],[-315446,-253950],[-315377,-255434],[-314204,-255340],[-314777,-254762],[-313066,-254695],[-311134,-254772],[-311237,-255282],[-312079,-255209],[-311348,-254700],[-311776,-253644],[-309269,-253424],[-310748,-254662],[-309714,-255368],[-310042,-254993],[-318758,-254360],[-319001,-251894],[-319024,-250654],[-319980,-253299],[-319780,-254150],[-319432,-255581],[-308916,-250597],[-307747,-249550],[-308029,-252731],[-308864,-252157],[-308856,-251873],[-310073,-252246],[-311326,-252907],[-312594,-251616],[-314394,-251799],[-313618,-251654],[-315543,-250626],[-314818,-251441],[-314891,-249984],[-313809,-249467],[-313643,-251024],[-312611,-251219],[-312931,-250042],[-311612,-251008],[-311592,-249931],[-310963,-250708],[-309367,-250852],[-316198,-249880],[-316512,-248185],[-318374,-248167],[-318200,-248813],[-318367,-249388],[-318599,-249063],[-317055,-249863],[-315704,-248960],[-315777,-248895],[-319028,-248433],[-319034,-248886],[-319275,-243929],[-316899,-244633],[-317632,-244931],[-314457,-243539],[-315522,-243970],[-313911,-243617],[-314237,-243606],[-312467,-244595],[-312198,-245617],[-312280,-244487],[-311699,-244331],[-312520,-243480],[-313802,-243622],[-309631,-243169],[-311342,-243856],[-319315,-244907],[-317083,-244203],[-318082,-244345],[-317773,-245218],[-319069,-245309],[-309440,-245645],[-309834,-244909],[-309403,-244991],[-309820,-243951],[-310047,-244569],[-308184,-245393],[-314015,-243689],[-314031,-244158],[-313454,-245487],[-313554,-244331],[-316169,-245196],[-316045,-247090],[-316095,-246876],[-316482,-247162],[-317117,-245497],[-317926,-246421],[-317995,-246562],[-315575,-246758],[-316283,-245612],[-310530,-243419],[-311151,-243577],[-314208,-247955],[-314617,-249184],[-313049,-247787],[-312305,-247689],[-319446,-251585],[-319866,-251351],[-309164,-245139],[-308933,-243270],[-307972,-243256],[-318726,-252103],[-311167,-250951],[-307807,-252623],[-313094,-253423],[-312573,-253798],[-317969,-253368],[-318904,-252100],[-318970,-254472],[-318772,-255689],[-318808,-255628],[-318511,-255715],[-317407,-254515],[-316067,-251381],[-313344,-253429],[-314713,-251815],[-313447,-253162],[-314564,-252531],[-316409,-252161],[-315726,-252314],[-314539,-251707],[-315316,-249921],[-315968,-250497],[-316487,-250882],[-317582,-251144],[-316492,-253864],[-316701,-253132],[-316490,-253272],[-316558,-255276],[-317856,-255229],[-316198,-254616],[-316328,-254157],[-315152,-254478],[-315397,-253208],[-315094,-253521],[-315515,-254062],[-315176,-255274],[-315035,-255684],[-313548,-253852],[-313407,-253882],[-312374,-255249],[-311519,-255620],[-311883,-254986],[-312695,-254758],[-309468,-253828],[-310615,-254062],[-310071,-254628],[-309600,-255487],[-309615,-255300],[-319161,-252402],[-318791,-253332],[-319963,-252755],[-319447,-253968],[-319144,-255442],[-319148,-255662],[-319841,-249772],[-311005,-250932],[-309943,-250905],[-307555,-251771],[-307938,-252450],[-307960,-251761],[-308124,-251958],[-309634,-252574],[-308660,-251843],[-310002,-252743],[-310248,-252055],[-312101,-252357],[-312378,-252204],[-313786,-251732],[-313124,-251419],[-314756,-251383],[-314624,-250235],[-314959,-249869],[-313694,-250324],[-313640,-250765],[-312927,-250467],[-312468,-249956],[-310896,-250077],[-309862,-250356],[-319762,-249296],[-317845,-249734],[-316766,-249748],[-317131,-249867],[-316437,-248667],[-316607,-249769],[-319494,-248950],[-318533,-247946],[-318639,-244074],[-317506,-243100],[-317059,-244663],[-318440,-244543],[-315989,-243775],[-311604,-244532],[-311520,-243951],[-311164,-244144],[-319130,-244623],[-318156,-244207],[-317896,-244014],[-318941,-245000],[-309133,-245096],[-310259,-244383],[-310316,-244646],[-310454,-245702],[-308122,-246018],[-314370,-243967],[-313657,-245409],[-313671,-244493],[-316470,-244242],[-315274,-244279],[-316003,-245161],[-316619,-246853],[-317303,-246573],[-318351,-246242],[-318664,-245911],[-315225,-246067],[-316739,-246838],[-311235,-243676],[-310613,-243962],[-314403,-247804],[-319277,-251454],[-308306,-245010],[-308006,-267321],[-318614,-262933],[-317687,-268129],[-319110,-267127],[-318014,-266391],[-317528,-265577],[-317493,-256838],[-317857,-258538],[-310604,-258132],[-309531,-258471],[-309339,-260828],[-309305,-262012],[-308118,-261462],[-310658,-261555],[-307734,-264954],[-317758,-263773],[-316012,-265294],[-308904,-262405],[-307998,-265062],[-307283,-266074],[-310083,-264189],[-308461,-260684],[-307792,-260702],[-309987,-256290],[-308407,-261210],[-307890,-261331],[-319586,-257311],[-319749,-257160],[-319772,-257743],[-319220,-258046],[-317282,-260885],[-316735,-261897],[-317095,-261973],[-318766,-261499],[-318169,-259833],[-315570,-263789],[-316215,-262698],[-315144,-262035],[-315372,-262080],[-316164,-260559],[-316782,-260871],[-316863,-259163],[-316381,-259027],[-316987,-259045],[-316425,-258841],[-317514,-257076],[-318119,-256323],[-318999,-257171],[-317278,-257096],[-316097,-257507],[-314393,-257781],[-314354,-257802],[-314950,-259696],[-315207,-260329],[-314024,-259987],[-314537,-259883],[-314174,-257884],[-313808,-258426],[-313166,-259162],[-311759,-258402],[-311482,-260234],[-310752,-259144],[-310996,-258198],[-310826,-258420],[-310790,-256622],[-310686,-256944],[-311865,-257986],[-312243,-258537],[-312524,-258434],[-313725,-257612],[-314664,-256161],[-315312,-255871],[-313454,-257064],[-313019,-255874],[-312601,-257002],[-312357,-257155],[-311171,-256492],[-311410,-256087],[-308981,-261772],[-318555,-267587],[-318596,-268228],[-318241,-266736],[-318302,-265844],[-317909,-266216],[-317666,-264368],[-316863,-267734],[-317909,-267486],[-318792,-266182],[-318722,-266876],[-319779,-267629],[-318864,-265467],[-318210,-264737],[-319098,-263097],[-319699,-262405],[-319506,-261676],[-318924,-264253],[-318951,-264752],[-319399,-259051],[-319254,-259265],[-319060,-261172],[-319650,-256510],[-313705,-260830],[-314612,-260459],[-319633,-259595],[-319643,-260390],[-314932,-263807],[-316916,-265722],[-317239,-264199],[-317330,-263733],[-315938,-265311],[-312023,-264541],[-310761,-265263],[-311892,-265233],[-311759,-267436],[-311749,-266232],[-312898,-266918],[-310344,-267510],[-311442,-266911],[-310243,-268055],[-311512,-268072],[-309355,-265427],[-309636,-266233],[-309536,-267053],[-309496,-268265],[-309088,-266451],[-307414,-266843],[-309856,-263279],[-309331,-263386],[-309508,-263288],[-309380,-263316],[-311305,-261003],[-310397,-261172],[-308168,-261866],[-307295,-260105],[-307444,-259380],[-308897,-266252],[-313435,-261288],[-312186,-261516],[-313269,-263426],[-314263,-263427],[-313684,-262286],[-314122,-264609],[-313550,-264921],[-313630,-264451],[-315153,-265172],[-314671,-265539],[-313194,-265578],[-313150,-264953],[-308163,-265238],[-315656,-267696],[-313945,-267436],[-314837,-267335],[-310270,-258239],[-307989,-255890],[-319563,-257972],[-317306,-261958],[-316936,-261649],[-317182,-262378],[-317461,-263597],[-318152,-261517],[-318694,-261121],[-318274,-259709],[-316080,-263138],[-314634,-261900],[-314604,-261961],[-315580,-261858],[-316261,-261570],[-315738,-260604],[-316549,-260830],[-316615,-259402],[-316851,-259848],[-317892,-259089],[-317847,-258471],[-316768,-258055],[-318917,-256850],[-316773,-256669],[-317496,-257089],[-315426,-256919],[-315379,-257283],[-315619,-257386],[-314779,-257605],[-314370,-257699],[-314948,-259398],[-314994,-258384],[-315389,-260699],[-315286,-261023],[-314710,-259259],[-314567,-258931],[-313642,-258320],[-311772,-259723],[-312987,-260278],[-313371,-260713],[-312864,-260084],[-312325,-259465],[-311515,-259959],[-310684,-259155],[-310432,-257986],[-310928,-257984],[-311370,-257130],[-312472,-257946],[-314994,-256965],[-316121,-256407],[-313352,-256814],[-313001,-256397],[-311670,-256104],[-311591,-256189],[-310539,-255873],[-315007,-266349],[-312021,-268296],[-308589,-261297],[-316878,-265721],[-317896,-264413],[-318017,-266908],[-316534,-267955],[-319070,-267024],[-318771,-267109],[-319200,-266174],[-319271,-266840],[-319600,-266756],[-319408,-267984],[-318272,-264514],[-318897,-264834],[-318563,-265113],[-318164,-264122],[-319032,-263002],[-319336,-262896],[-319686,-262858],[-318987,-259600],[-318897,-259568],[-314662,-261806],[-315210,-261921],[-319164,-260434],[-316939,-265000],[-317230,-264596],[-316174,-264098],[-315534,-265726],[-312132,-264884],[-310935,-266125],[-311002,-265348],[-312376,-266983],[-312093,-266577],[-314397,-267089],[-311505,-267264],[-311657,-267571],[-310947,-267987],[-310127,-265629],[-309839,-266291],[-309862,-266214],[-309310,-267581],[-309734,-267409],[-308042,-267695],[-308676,-266425],[-308025,-266804],[-309831,-263292],[-309420,-263417],[-309974,-261321],[-310012,-261479],[-307730,-261779],[-308255,-262074],[-307485,-260387],[-312541,-260667],[-311971,-261797],[-312715,-260961],[-314093,-261316],[-312415,-262125],[-312771,-263521],[-312902,-263520],[-314032,-263447],[-313640,-262690],[-313864,-264278],[-312483,-265208],[-313484,-264136],[-314991,-265498],[-314164,-265666],[-313111,-267186],[-314125,-265826],[-312456,-264942],[-312496,-265328],[-315013,-268319],[-313774,-267760],[-314833,-268964],[-313633,-272071],[-317691,-269028],[-319194,-269597],[-318734,-269047],[-319087,-271542],[-311826,-272660],[-319358,-270483],[-319771,-271164],[-318317,-273284],[-317273,-271449],[-316088,-273568],[-318184,-273759],[-319353,-272928],[-319291,-271761],[-317590,-271963],[-317804,-271978],[-317588,-270249],[-317264,-271121],[-317152,-270801],[-317184,-271066],[-318581,-273986],[-318691,-273916],[-317448,-274059],[-310673,-272222],[-309012,-273579],[-311360,-270194],[-311083,-270291],[-311684,-270538],[-311075,-270766],[-311147,-272045],[-312128,-270923],[-308497,-271925],[-307431,-270238],[-307575,-270559],[-309577,-273458],[-315390,-273835],[-309842,-268792],[-309468,-269442],[-309819,-269179],[-315221,-272175],[-316811,-272225],[-316556,-273158],[-307373,-271545],[-313172,-273775],[-313379,-272945],[-310792,-272458],[-311057,-272509],[-309243,-272335],[-309994,-271791],[-307695,-271403],[-307627,-270351],[-311991,-268731],[-308106,-270574],[-311977,-270603],[-318061,-273275],[-318283,-270476],[-318636,-269633],[-312608,-268616],[-319709,-271815],[-319995,-271406],[-319444,-270739],[-317994,-273350],[-317294,-272128],[-316503,-271604],[-317497,-274089],[-319465,-272395],[-319189,-272322],[-317654,-272018],[-317487,-272394],[-317439,-271517],[-317413,-271161],[-317363,-270671],[-316516,-270294],[-319968,-273003],[-319180,-273474],[-310106,-272706],[-309665,-273061],[-310196,-273481],[-309292,-273186],[-310130,-270071],[-310703,-270083],[-310812,-270475],[-310721,-271501],[-311600,-271018],[-312517,-271733],[-308813,-271904],[-307346,-271175],[-307560,-270720],[-310057,-273559],[-315372,-274201],[-311200,-268602],[-309620,-269691],[-309784,-269780],[-307735,-270089],[-315840,-272177],[-314817,-272462],[-316764,-272023],[-316594,-273389],[-307671,-271652],[-308400,-272262],[-314689,-272737],[-313587,-272918],[-312334,-273417],[-312387,-272901],[-311618,-273133],[-309320,-272075],[-308321,-269609],[-308725,-269161],[-316375,-268764],[-315494,-272822],[-317963,-273814],[-318374,-274041],[-319029,-270028],[-317405,-268688],[-310255,-272686],[-313978,-273032],[-315691,-276483],[-318397,-277641],[-308217,-274021],[-319746,-277099],[-319951,-275627],[-318639,-274729],[-316992,-275587],[-318560,-277985],[-319471,-277548],[-308016,-274583],[-319955,-276899],[-317147,-274833],[-317937,-276104],[-317801,-276297],[-316693,-276354],[-317979,-276907],[-317931,-277237],[-318115,-276469],[-318482,-277183],[-319243,-275360],[-317249,-275053],[-319885,-274970],[-319302,-274727],[-319139,-274364],[-308589,-275173],[-310034,-273777],[-309281,-274600],[-310635,-275620],[-310167,-274620],[-310655,-274954],[-311444,-275722],[-311921,-277359],[-312832,-274996],[-312731,-274180],[-313659,-274128],[-313341,-275928],[-312496,-276408],[-311894,-276892],[-314587,-274864],[-313999,-275061],[-314299,-275212],[-313913,-275792],[-314024,-276203],[-314581,-277582],[-313126,-277290],[-313055,-277521],[-315109,-276735],[-315490,-275567],[-316231,-275565],[-317100,-276844],[-317129,-277222],[-318905,-276769],[-319691,-276655],[-319672,-278521],[-318745,-278069],[-312371,-273993],[-309853,-276268],[-310133,-276555],[-310858,-275797],[-307242,-279231],[-307271,-277800],[-307266,-279058],[-318360,-276163],[-318286,-275762],[-316889,-275552],[-317520,-276692],[-317791,-277391],[-317494,-276464],[-318876,-276265],[-318720,-274913],[-317835,-274689],[-318700,-274968],[-319093,-274460],[-308373,-274592],[-309173,-274871],[-309444,-273752],[-309533,-274531],[-308806,-275565],[-310083,-273899],[-311179,-275390],[-311554,-274989],[-311410,-274646],[-311321,-275718],[-312282,-277042],[-312317,-277340],[-312906,-275118],[-313339,-274155],[-312810,-275673],[-312413,-276970],[-313708,-275516],[-314012,-274610],[-313960,-274596],[-314470,-275834],[-314825,-276057],[-314744,-276506],[-314272,-276696],[-313238,-277103],[-315439,-276725],[-315643,-276369],[-316254,-275715],[-316372,-276698],[-316116,-276816],[-308189,-273659],[-319717,-276310],[-319451,-279741],[-319078,-278427],[-310772,-273920],[-311445,-277280],[-308047,-278627],[-307429,-279496],[-307952,-278812],[-309772,-282902],[-308373,-283413],[-309800,-282438],[-308975,-283559],[-309838,-282735],[-308559,-283941],[-310141,-283937],[-309888,-283857],[-310782,-283801],[-316233,-281944],[-317196,-282020],[-317394,-281556],[-316370,-281470],[-308142,-283893],[-309438,-282563],[-310810,-283806],[-317124,-282128],[-310499,-282653],[-316453,-18014],[-316477,-17282],[-313163,-24189],[-310464,-22335],[-313664,-17499],[-309406,-13735],[-314591,-20479],[-319580,-17762],[-313003,-13997],[-313826,-19449],[-317369,-14741],[-314812,-12654],[-314200,-15208],[-317484,-19120],[-311779,-20036],[-311132,-23852],[-316809,-19549],[-315797,-20731],[-316965,-19248],[-310513,-20679],[-312977,-16651],[-307436,-17895],[-311720,-17698],[-311677,-13711],[-313561,-19261],[-319444,-17241],[-311388,-21354],[-307723,-20992],[-308241,-24249],[-318278,-16012],[-315039,-14897],[-312322,-18558],[-318789,-15749],[-319352,-14070],[-312320,-15504],[-313001,-22133],[-310285,-23688],[-312227,-23537],[-315529,-21068],[-315418,-20481],[-311215,-24643],[-313646,-19093],[-314054,-17004],[-310877,-12632],[-311236,-15498],[-307446,-14930],[-313077,-15234],[-314785,-19744],[-318893,-17043],[-318852,-17378],[-319773,-17194],[-307493,-20925],[-308578,-23908],[-313848,-20292],[-318525,-16152],[-319630,-15940],[-313061,-20253],[-311256,-20824],[-309278,-16928],[-307875,-14158],[-318440,-17024],[-309123,-21203],[-307844,-20782],[-308503,-23759],[-308664,-23904],[-310161,-456040],[-308700,-454423],[-310917,-38180],[-307263,-29023],[-308123,-30146],[-307763,-33020],[-307457,-31770],[-312329,-31616],[-312006,-30048],[-314891,-29113],[-315372,-27838],[-310024,-28188],[-308299,-25702],[-313081,-26192],[-310913,-25616],[-315129,-33127],[-316872,-35197],[-316331,-34338],[-317532,-32873],[-314984,-30305],[-315174,-30831],[-314650,-30458],[-314713,-31187],[-316025,-30349],[-316656,-28024],[-316828,-29188],[-317261,-30790],[-316298,-32459],[-317481,-36378],[-316377,-33851],[-315530,-35524],[-319134,-34015],[-318114,-33575],[-318361,-30161],[-316368,-30001],[-316378,-30736],[-315911,-34243],[-317508,-35564],[-318021,-34271],[-312231,-28416],[-312780,-32573],[-313267,-34269],[-307859,-37372],[-307961,-30136],[-307914,-33295],[-312709,-31414],[-312190,-29538],[-314945,-29324],[-315524,-27453],[-309858,-28594],[-308117,-26203],[-310705,-27221],[-309166,-26225],[-310785,-28144],[-317933,-35494],[-317280,-30529],[-317985,-31611],[-317582,-33410],[-318038,-31221],[-317910,-34114],[-313040,-29160],[-313413,-29310],[-313261,-34094],[-307606,-37969],[-307545,-28445],[-307614,-30281],[-307201,-33083],[-307470,-31396],[-312585,-31788],[-311300,-29677],[-314998,-28707],[-314838,-27455],[-310347,-28911],[-308715,-25537],[-314005,-32358],[-311619,-28685],[-308143,-37161],[-310328,-37488],[-307897,-30575],[-307659,-32546],[-312317,-31913],[-311651,-30282],[-315191,-29295],[-315428,-27704],[-310165,-28836],[-308082,-26175],[-307690,-49691],[-307864,-46741],[-308129,-45625],[-312015,-49021],[-311105,-49174],[-311182,-38956],[-308955,-38556],[-307857,-49509],[-307841,-47040],[-307589,-45347],[-311893,-49719],[-311513,-49729],[-309308,-39321],[-308743,-38899],[-316411,-48090],[-311451,-50575],[-314871,-47506],[-319558,-38395],[-315815,-39225],[-315729,-41002],[-314708,-41922],[-313126,-44833],[-316743,-43608],[-318906,-39677],[-317789,-45218],[-315406,-49969],[-308221,-39670],[-318892,-50765],[-319334,-50378],[-319688,-50032],[-319555,-49287],[-307406,-50012],[-307773,-46258],[-308352,-46484],[-308342,-45307],[-312377,-48824],[-311069,-49210],[-310476,-38434],[-310035,-38620],[-309307,-38533],[-314290,-50828],[-314352,-49023],[-316095,-47985],[-311363,-50418],[-314736,-46371],[-315777,-45947],[-314667,-46817],[-315767,-44708],[-317021,-45040],[-315677,-45558],[-318050,-41602],[-318762,-40911],[-318006,-38443],[-318832,-38952],[-317449,-39430],[-316674,-38835],[-315151,-39593],[-314230,-41510],[-313405,-41186],[-312544,-43652],[-314370,-45706],[-312519,-44266],[-316501,-44029],[-317157,-44523],[-316656,-44148],[-318305,-39850],[-319195,-39952],[-319143,-39142],[-316835,-45879],[-314967,-50790],[-314368,-50714],[-319777,-50304],[-319365,-49830],[-319457,-49466],[-319509,-49091],[-319515,-48592],[-307671,-49847],[-307241,-47595],[-308116,-47070],[-307515,-45682],[-312379,-49733],[-310950,-49235],[-310581,-39175],[-309516,-39260],[-309356,-38360],[-307257,-52013],[-310218,-51032],[-308763,-53437],[-307241,-52014],[-307675,-51738],[-309877,-51618],[-308959,-53132],[-312867,-51161],[-312615,-52132],[-310429,-54124],[-307849,-54065],[-313402,-63720],[-313806,-62864],[-314484,-63514],[-314441,-63177],[-316317,-62430],[-315907,-62061],[-315914,-63373],[-317634,-61768],[-316933,-62644],[-313696,-61012],[-311784,-61544],[-311976,-62228],[-314209,-58938],[-314222,-59215],[-314813,-58406],[-315028,-58913],[-316205,-57518],[-316459,-57091],[-316869,-58049],[-317566,-60811],[-317324,-60707],[-317051,-61358],[-318743,-57573],[-318729,-52861],[-319141,-53280],[-319556,-51840],[-319730,-52249],[-319759,-53707],[-317587,-62101],[-318296,-62632],[-319757,-60182],[-319013,-57577],[-319849,-58143],[-319281,-58422],[-319933,-59286],[-318810,-62295],[-319189,-63471],[-318613,-60259],[-319482,-59838],[-316627,-59194],[-315421,-60381],[-315018,-59838],[-318022,-58950],[-317854,-59397],[-319398,-56513],[-318432,-57356],[-317311,-55891],[-319269,-55160],[-318736,-54120],[-317861,-54852],[-307615,-51515],[-310006,-51864],[-308928,-53626],[-313036,-51087],[-313359,-51988],[-311996,-52910],[-312700,-51388],[-312487,-51426],[-309937,-54967],[-309348,-54626],[-309733,-55081],[-314613,-62580],[-314516,-63014],[-314459,-63623],[-315417,-62346],[-316904,-63090],[-316192,-62538],[-317111,-62381],[-313690,-60453],[-314785,-60312],[-314366,-60743],[-313069,-61882],[-313752,-61663],[-312227,-61614],[-312019,-61320],[-311468,-61596],[-314342,-59914],[-314978,-59223],[-314670,-59579],[-315303,-56908],[-315343,-57735],[-315336,-57784],[-315855,-58406],[-315701,-58038],[-316321,-57183],[-316288,-57663],[-316259,-57268],[-318050,-61158],[-317285,-59931],[-317367,-60622],[-318557,-58456],[-319392,-54786],[-319895,-53146],[-318441,-53487],[-319226,-52811],[-319213,-53438],[-318306,-51444],[-318843,-52431],[-319484,-52156],[-319471,-51199],[-319997,-53561],[-319826,-54826],[-319474,-54817],[-317107,-62519],[-318239,-63478],[-318139,-62222],[-318058,-62505],[-318061,-60956],[-319352,-61163],[-319799,-60307],[-318956,-57507],[-319353,-57806],[-318704,-58774],[-319397,-59522],[-319989,-63294],[-319601,-63112],[-319383,-60791],[-319178,-60459],[-318842,-59694],[-317060,-59876],[-317015,-59807],[-315830,-60194],[-315295,-59048],[-314999,-59192],[-316627,-58539],[-317146,-59258],[-317901,-58462],[-319476,-56987],[-319100,-57094],[-318674,-57430],[-317972,-57010],[-319092,-54869],[-318756,-56263],[-319260,-56166],[-318909,-54740],[-318782,-55253],[-318755,-54716],[-317793,-53700],[-318651,-53695],[-307267,-52028],[-307789,-51436],[-310187,-51537],[-308520,-53720],[-315405,-74577],[-315474,-74242],[-315719,-74218],[-316330,-73168],[-315345,-71917],[-316183,-71629],[-314828,-70556],[-317236,-71725],[-318858,-73519],[-318119,-73356],[-318020,-74159],[-318253,-75149],[-317047,-74881],[-318315,-76005],[-319502,-76028],[-318814,-72801],[-319133,-71735],[-319258,-67886],[-319392,-68482],[-317326,-67148],[-316923,-68404],[-316673,-67126],[-315275,-66874],[-316177,-66330],[-312724,-64210],[-315342,-64311],[-313970,-65160],[-314248,-65126],[-318808,-66952],[-318087,-67473],[-317351,-66583],[-317288,-66797],[-316431,-65627],[-316682,-64540],[-317413,-64752],[-318754,-64208],[-318503,-64532],[-318528,-64750],[-319548,-66217],[-319207,-66318],[-317584,-66422],[-318393,-64994],[-318176,-63999],[-311848,-64313],[-312248,-69770],[-313302,-71152],[-313415,-71371],[-313007,-72220],[-312568,-72490],[-309136,-74873],[-310406,-74127],[-310037,-74314],[-310314,-74653],[-311045,-75421],[-311597,-74544],[-311291,-73614],[-312907,-72748],[-311874,-73346],[-310524,-72894],[-309558,-74515],[-308741,-73660],[-308741,-72301],[-308499,-70721],[-308577,-70298],[-310282,-69787],[-310007,-68886],[-309937,-69141],[-307990,-69163],[-308895,-68809],[-309102,-70668],[-308660,-71022],[-311393,-69807],[-311536,-70842],[-307673,-69289],[-307500,-69121],[-307910,-70602],[-307380,-71571],[-315407,-69484],[-307457,-66534],[-318464,-67336],[-317440,-67589],[-315658,-73309],[-316125,-73435],[-316399,-72708],[-314681,-74544],[-314379,-74843],[-314462,-74402],[-314082,-76416],[-313330,-76279],[-318180,-76584],[-317504,-75991],[-317232,-76234],[-317672,-76329],[-318201,-66949],[-313436,-75939],[-314848,-75366],[-315639,-75214],[-315973,-74305],[-314948,-73890],[-315904,-71979],[-315724,-71723],[-315709,-71120],[-315257,-70505],[-314869,-70861],[-316005,-71016],[-316627,-72146],[-317268,-71854],[-316040,-70002],[-319082,-73752],[-318771,-74256],[-319025,-76205],[-317884,-75400],[-319474,-74758],[-318674,-74177],[-318277,-76131],[-319394,-70178],[-319643,-72322],[-319404,-68532],[-319850,-68904],[-319372,-68246],[-319354,-68937],[-319196,-68419],[-317598,-68762],[-318526,-68484],[-318093,-69016],[-317399,-67966],[-317314,-67008],[-317821,-68456],[-317001,-67035],[-316340,-66329],[-315812,-66914],[-315500,-66499],[-314054,-66023],[-314102,-65606],[-314331,-65408],[-312302,-64445],[-315391,-64549],[-315705,-64528],[-315021,-64076],[-314110,-64932],[-314120,-64311],[-319487,-67750],[-318510,-66794],[-318138,-67296],[-319397,-67133],[-317834,-66454],[-317204,-65081],[-316823,-65714],[-316079,-65166],[-317026,-63905],[-316072,-64499],[-316187,-64960],[-318365,-64657],[-318182,-64391],[-318248,-64622],[-319969,-65391],[-318471,-66536],[-318809,-66464],[-318609,-66378],[-318734,-65568],[-319070,-66334],[-311323,-64898],[-311088,-64547],[-312467,-69447],[-311734,-69304],[-312412,-69108],[-312823,-69865],[-312692,-69725],[-312779,-72226],[-312886,-72010],[-308583,-74566],[-308643,-74783],[-309882,-74634],[-309774,-74791],[-310392,-74794],[-310090,-75238],[-310394,-75110],[-310726,-73836],[-311433,-74132],[-311386,-73604],[-311489,-74218],[-312476,-72849],[-310567,-73967],[-310443,-73297],[-310562,-73212],[-310973,-73724],[-309173,-74047],[-309274,-74151],[-309276,-73669],[-309024,-73118],[-309745,-72699],[-309429,-71922],[-310930,-72007],[-309161,-71525],[-308476,-70401],[-308065,-71516],[-309058,-71345],[-307793,-70843],[-311420,-71353],[-310453,-69245],[-310185,-69808],[-308616,-69215],[-308689,-68731],[-308465,-69396],[-310040,-70960],[-308635,-70592],[-308718,-71170],[-311611,-70504],[-311444,-70935],[-310489,-70212],[-307292,-69248],[-307661,-69835],[-307757,-70424],[-316153,-69454],[-316173,-69070],[-316194,-69383],[-313308,-67325],[-314830,-68080],[-313579,-67420],[-309775,-64784],[-309339,-66096],[-318757,-67164],[-318812,-67250],[-315859,-72100],[-315606,-72255],[-315467,-72217],[-314144,-74934],[-314123,-74987],[-314530,-74712],[-313693,-76543],[-317367,-76564],[-317233,-76564],[-317027,-75889],[-316803,-75548],[-317397,-76079],[-319999,-68556],[-317812,-66802],[-319800,-76245],[-308029,-78804],[-319832,-83205],[-311103,-83675],[-310264,-83782],[-310384,-84244],[-310479,-84298],[-310911,-86499],[-311252,-85714],[-310336,-85351],[-310537,-85075],[-309517,-85713],[-309949,-85898],[-309636,-85222],[-311346,-81994],[-311426,-79978],[-311542,-81427],[-308822,-81436],[-309488,-80451],[-309602,-80839],[-309073,-79918],[-309993,-79670],[-310284,-78473],[-310689,-78257],[-308740,-78309],[-309441,-79364],[-309795,-78964],[-308822,-80364],[-308924,-80158],[-308853,-79765],[-308350,-82061],[-308771,-81495],[-308395,-81968],[-308711,-85415],[-308943,-84028],[-310488,-82028],[-309737,-81469],[-309310,-82480],[-314294,-84381],[-314359,-84636],[-314681,-84841],[-313166,-82402],[-313885,-82673],[-313752,-84472],[-313850,-84761],[-312423,-84078],[-313621,-84258],[-312826,-84836],[-313464,-84279],[-313384,-84293],[-316869,-86365],[-317112,-86071],[-315608,-87317],[-316035,-86546],[-315996,-87037],[-316814,-88208],[-316628,-89306],[-315667,-88362],[-315899,-88547],[-314391,-84855],[-313934,-85168],[-313659,-85173],[-312880,-85794],[-312746,-86087],[-312707,-87000],[-314920,-80791],[-314583,-80547],[-315226,-80750],[-315643,-81246],[-315785,-82046],[-316229,-80256],[-316381,-80753],[-314864,-79871],[-315210,-80516],[-315400,-79547],[-318835,-81415],[-316855,-87821],[-319745,-86655],[-319321,-86494],[-313859,-83438],[-315732,-83647],[-316188,-83494],[-316077,-84651],[-316081,-84047],[-316327,-85353],[-316775,-85437],[-316413,-85520],[-316980,-85707],[-319701,-84437],[-318788,-84796],[-315980,-84693],[-315980,-84869],[-316880,-84263],[-317312,-85214],[-317415,-85103],[-316982,-82973],[-316754,-82760],[-318202,-82430],[-319245,-83309],[-318984,-83035],[-318370,-83347],[-313077,-79398],[-313475,-79072],[-311421,-77930],[-312563,-78416],[-313726,-78398],[-313257,-77618],[-313158,-77665],[-312921,-77205],[-313094,-77067],[-313834,-77294],[-315380,-78075],[-315281,-78953],[-315903,-78676],[-316794,-77462],[-317260,-77973],[-318018,-77824],[-318535,-77601],[-318910,-76914],[-319496,-76631],[-319394,-78337],[-319608,-78849],[-319029,-88792],[-318857,-89340],[-318957,-89123],[-316896,-88893],[-317562,-87727],[-316873,-87937],[-317107,-88885],[-318054,-88663],[-318543,-87816],[-317538,-87739],[-312552,-88467],[-311154,-88064],[-311369,-87767],[-312475,-87076],[-312762,-87648],[-312572,-87564],[-311725,-79999],[-311936,-81407],[-312907,-80262],[-311092,-78541],[-311469,-78843],[-311614,-80714],[-313868,-76920],[-314170,-76717],[-317805,-77401],[-309204,-84660],[-309626,-84687]] \ No newline at end of file diff --git a/src/gathering/a10212.json b/src/gathering/a10212.json new file mode 100644 index 0000000..05099a6 --- /dev/null +++ b/src/gathering/a10212.json @@ -0,0 +1 @@ +[[-151740,-601371],[-148404,-600934],[-149648,-597692],[-149421,-597266],[-152169,-600512],[-152329,-600226],[-151618,-601127],[-148026,-601227],[-147885,-601820],[-148181,-601413],[-153968,-598143],[-154044,-598350],[-155223,-596447],[-155113,-596551],[-153888,-607028],[-153826,-606847],[-153733,-607155],[-155843,-605874],[-155007,-609473],[-158705,-608758],[-156009,-609182],[-155661,-608283],[-154672,-608870],[-154894,-608742],[-157363,-607332],[-160674,-605342],[-160500,-605352],[-164938,-602343],[-165038,-602657],[-156079,-609402],[-156279,-609458],[-156480,-609352],[-157721,-608315],[-157930,-608193],[-159120,-608539],[-158951,-608312],[-162266,-610556],[-162032,-611853],[-160791,-611254],[-160864,-611119],[-160855,-610654],[-160994,-610613],[-161022,-610487],[-156005,-610765],[-156387,-610847],[-155591,-606024],[-156215,-610827],[-161363,-620799],[-161647,-621590],[-159522,-616731],[-166373,-616592],[-161203,-620608],[-161707,-621808],[-159201,-616989],[-161676,-621355],[-159341,-616844],[-166075,-617231],[-172199,-601199],[-174911,-607982],[-174615,-607653],[-174155,-607932],[-174121,-607446],[-172714,-602019],[-172417,-601616],[-172473,-601964],[-166985,-617109],[-166638,-617236],[-166934,-617421],[-216058,-587174],[-216703,-587029],[-216870,-587598],[-216332,-587673],[-215995,-587649],[-216575,-587395],[-216523,-587727],[-250453,-488941],[-250421,-488616],[-250720,-488858],[-250695,-488924],[-250718,-489030],[-250506,-488767],[-257553,-398653],[-257155,-397832],[-257532,-397824],[-345006,-377203],[-345000,-377001],[-345049,-377716],[-345582,-377693],[-345047,-377129],[-345013,-377393],[-345173,-377352],[-346080,-377713],[-346548,-375094],[-346973,-377056],[-346030,-377844],[-345860,-376620],[-346626,-376133],[-346155,-376320],[-347519,-375996],[-346721,-376579],[-346160,-375717],[-345981,-375991],[-345727,-375172],[-345612,-377464],[-345629,-377608],[-345972,-376693],[-345881,-377749],[-347385,-376038],[-346607,-377175],[-346744,-377111],[-346417,-377146],[-346124,-376228],[-345734,-376048],[-346178,-375670],[-345739,-377069],[-346487,-375635],[-346088,-376410],[-345773,-376689],[-345687,-387479],[-345727,-388010],[-346058,-387730],[-347471,-386351],[-346190,-386274],[-346073,-387567],[-346234,-387379],[-346497,-386641],[-347487,-387277],[-349564,-395930],[-350137,-395630],[-350219,-396244],[-354693,-393774],[-346240,-387926],[-345921,-387246],[-346416,-387757],[-346105,-386506],[-347173,-387075],[-347302,-386861],[-350346,-396575],[-350433,-395123],[-350398,-395535],[-349457,-395143],[-349447,-396168],[-346970,-387449],[-350499,-395170],[-349799,-396148],[-354502,-394565],[-354560,-394241],[-367707,-387016],[-368204,-385827],[-368011,-386035],[-366975,-386737],[-366822,-386651],[-366788,-386846],[-368029,-387004],[-368028,-386596],[-368188,-386545],[-368024,-386182],[-366889,-387149],[-367253,-387181],[-367275,-386725],[-363554,-391724],[-367729,-386396],[-367759,-386407],[-366162,-397856],[-366156,-398132],[-366067,-397292],[-366513,-397225],[-366549,-397417],[-366036,-398200],[-366225,-397281],[-366059,-397306],[-366248,-397753],[-372383,-405752],[-372769,-405950],[-372239,-405909],[-372355,-405964],[-372533,-406023],[-376154,-403533],[-375392,-403456],[-375980,-403165],[-372413,-405807],[-372344,-405846],[-372484,-406208],[-372627,-406275],[-376500,-403404],[-375737,-403155],[-376097,-403520],[-372681,-406310],[-376035,-403551],[-381299,-421176],[-381483,-421017],[-381591,-421236],[-381471,-421337],[-381065,-418348],[-381165,-418535],[-381006,-418676],[-380825,-418611],[-380739,-418598],[-380861,-418278],[-381921,-418214],[-381809,-417883],[-382166,-417755],[-382325,-417897],[-382641,-417798],[-382888,-417670],[-382912,-417926],[-382899,-418309],[-382985,-418578],[-383412,-419166],[-383534,-419141],[-383760,-419068],[-383869,-418419],[-383606,-418296],[-383029,-418756],[-380254,-422085],[-380179,-421928],[-379938,-421741],[-379822,-421632],[-379716,-421288],[-379676,-421219],[-380218,-421726],[-380952,-421834],[-380974,-422107],[-380970,-421546],[-381056,-421221],[-380974,-421113],[-380322,-421451],[-380523,-421524],[-380375,-420862],[-378052,-420098],[-377914,-419979],[-377646,-419810],[-377457,-419632],[-377822,-419592],[-377743,-420032],[-377787,-420129],[-377437,-419983],[-377512,-420330],[-377340,-420550],[-377153,-420732],[-377557,-420830],[-377883,-421099],[-378524,-420960],[-378643,-420742],[-378850,-420678],[-377237,-420946],[-377019,-421253],[-376637,-421299],[-377328,-422100],[-375996,-421857],[-375927,-421969],[-379208,-422162],[-379196,-421920],[-378587,-422040],[-375982,-420432],[-376313,-420385],[-376451,-420325],[-376566,-419834],[-376853,-419771],[-377030,-419811],[-377086,-418507],[-376858,-418519],[-376816,-418698],[-376573,-418859],[-376465,-418973],[-375999,-419016],[-375811,-418748],[-375681,-418555],[-376718,-419369],[-376922,-419204],[-377048,-419417],[-381184,-421370],[-381070,-421421],[-377614,-418162],[-378095,-418363],[-378293,-418454],[-378519,-418270],[-378544,-418146],[-378360,-417812],[-378076,-417693],[-377959,-417373],[-377736,-417273],[-377507,-417308],[-377715,-417740],[-378710,-417805],[-378765,-418203],[-378855,-418445],[-379088,-418497],[-379196,-418542],[-382781,-425073],[-383071,-425346],[-383213,-425182],[-383432,-424911],[-383680,-424784],[-383676,-424611],[-383324,-424369],[-383100,-423909],[-383015,-423609],[-383938,-424541],[-383518,-424095],[-383450,-423835],[-383371,-423604],[-383484,-423578],[-383666,-424207],[-383855,-424292],[-383289,-424203],[-382772,-424153],[-381352,-429469],[-382469,-429830],[-382111,-429272],[-378871,-426336],[-379044,-427166],[-379327,-426900],[-380539,-425484],[-381485,-425103],[-381164,-425161],[-378622,-423583],[-379569,-424569],[-379119,-425034],[-377673,-423906],[-378352,-423724],[-377540,-423646],[-373218,-423821],[-372779,-423295],[-373592,-423348],[-380340,-425224],[-380819,-425223],[-380756,-425757],[-380281,-425705],[-379725,-425463],[-380763,-426100],[-381076,-426485],[-381060,-426765],[-381339,-426370],[-381365,-426198],[-381217,-425884],[-381086,-424109],[-380999,-424350],[-381231,-424204],[-380484,-423784],[-380309,-423999],[-380036,-423954],[-379773,-424418],[-380121,-424601],[-380221,-424737],[-380522,-424683],[-378643,-423212],[-378984,-423119],[-379053,-422877],[-379385,-422744],[-379441,-422792],[-378607,-422863],[-378834,-423299],[-378933,-423536],[-378408,-424186],[-377880,-424123],[-378035,-424297],[-378563,-424369],[-381158,-422217],[-381187,-423168],[-377650,-422231],[-377411,-422309],[-377745,-422705],[-378000,-422768],[-378199,-422643],[-376936,-422647],[-376806,-422365],[-376648,-422265],[-375610,-422302],[-375733,-422500],[-376139,-422781],[-376359,-422911],[-376506,-422766],[-376927,-422812],[-377411,-422996],[-378909,-422862],[-378841,-422533],[-379037,-422335],[-379026,-422373],[-381074,-428824],[-381365,-428712],[-381527,-428679],[-381652,-428669],[-381717,-428566],[-382458,-429489],[-382780,-428380],[-382755,-428253],[-382578,-428384],[-382398,-428246],[-382312,-428167],[-382112,-427870],[-382273,-428846],[-382455,-429081],[-382581,-429148],[-382983,-428875],[-382904,-428115],[-382851,-427904],[-381530,-426711],[-381953,-426668],[-382225,-426723],[-380616,-426578],[-380506,-426866],[-381359,-427289],[-381483,-427533],[-381829,-427661],[-382393,-429434],[-382588,-429343],[-381892,-429924],[-378904,-426686],[-379102,-426175],[-379051,-427196],[-381590,-425291],[-380631,-425346],[-380709,-424383],[-377713,-424610],[-378799,-423683],[-378570,-424589],[-372590,-423368],[-373892,-423139],[-372800,-422731],[-382121,-429361],[-379724,-426555],[-381688,-424837],[-379604,-424799],[-377456,-424422],[-372878,-423784],[-390749,-421677],[-390625,-421649],[-392097,-422119],[-391834,-421980],[-391342,-421991],[-391400,-421678],[-391327,-421490],[-384358,-418833],[-384001,-418562],[-391691,-423033],[-391559,-423407],[-391269,-423280],[-391754,-423397],[-390956,-425112],[-390117,-426270],[-390387,-426115],[-390731,-422705],[-391604,-422235],[-391259,-422207],[-391574,-423703],[-391841,-423620],[-391833,-423092],[-389973,-426120],[-391128,-425154],[-390178,-425583],[-384107,-424443],[-384582,-424130],[-384840,-424139],[-384996,-424251],[-387923,-425489],[-388185,-425650],[-388502,-425323],[-388236,-425256],[-387700,-425328],[-387522,-425103],[-386840,-425194],[-386530,-425129],[-387395,-424917],[-387625,-424610],[-387984,-424647],[-388089,-424736],[-389323,-425143],[-389487,-425337],[-389579,-425375],[-389833,-424952],[-389767,-424768],[-389510,-424661],[-389431,-424615],[-389246,-425845],[-388967,-426102],[-388819,-426210],[-388855,-426477],[-388834,-426811],[-388917,-427010],[-389029,-427062],[-389230,-427104],[-385983,-427505],[-385927,-427709],[-385861,-428003],[-385872,-428210],[-386369,-427735],[-386665,-427717],[-386811,-427678],[-386670,-427038],[-386397,-426912],[-387348,-427507],[-387301,-427276],[-387832,-428203],[-388016,-428456],[-388293,-428540],[-388385,-428343],[-388207,-428733],[-388042,-428931],[-387512,-428570],[-387036,-428449],[-387449,-428818],[-387589,-429055],[-388386,-429332],[-388661,-429345],[-388855,-429125],[-388901,-428862],[-389085,-428825],[-389200,-429361],[-388908,-429678],[-391451,-423685],[-390889,-425272],[-392364,-431750],[-392036,-432159],[-390559,-432707],[-390485,-433381],[-390188,-432631],[-388353,-434317],[-388576,-434076],[-388604,-434023],[-392461,-431442],[-392231,-432333],[-390888,-433115],[-391178,-432579],[-390503,-432604],[-388252,-433155],[-388947,-434409],[-387850,-433679],[-392227,-432256],[-391432,-433403],[-387978,-434503],[-405053,-353705],[-404689,-353516],[-404639,-352932],[-406194,-357672],[-406732,-357746],[-404411,-353958],[-405004,-352626],[-403810,-353271],[-404175,-353352],[-404502,-353462],[-406767,-356846],[-406585,-356844],[-406475,-357452],[-404894,-352519],[-406598,-356963],[-404654,-420783],[-405225,-421504],[-404493,-421111],[-402213,-419702],[-402597,-420978],[-402502,-420889],[-400275,-419444],[-399744,-419034],[-400424,-419478],[-400461,-420169],[-400876,-420052],[-399020,-419131],[-399511,-418611],[-398130,-419146],[-399643,-415606],[-400526,-416026],[-400895,-415950],[-399235,-422187],[-399226,-421700],[-398994,-422146],[-405129,-421115],[-404456,-421397],[-404468,-421919],[-402001,-419971],[-402479,-420577],[-403193,-420506],[-400552,-419152],[-400787,-419367],[-400299,-420471],[-401198,-420853],[-400581,-419853],[-398227,-419058],[-399365,-418930],[-399388,-418689],[-401004,-415306],[-400508,-415559],[-400123,-415444],[-398558,-421208],[-397795,-421548],[-399040,-421521],[-404681,-420911],[-403137,-420011],[-399768,-419321],[-400153,-420855],[-398271,-420064],[-399893,-415194],[-399131,-421825],[-406327,-430321],[-406803,-429833],[-407048,-429749],[-404513,-429373],[-404857,-429797],[-404314,-429401],[-407104,-429925],[-406307,-430011],[-406671,-429813],[-404389,-429741],[-404105,-429763],[-404353,-429334],[-406711,-429868],[-404882,-428552],[-400081,-433292],[-400068,-432967],[-399973,-432663],[-399572,-433196],[-400104,-432646],[-399999,-432637],[-399425,-432681],[-404534,-438182],[-405125,-438564],[-405923,-437984],[-402192,-441976],[-408990,-443910],[-408490,-444470],[-408369,-444288],[-405060,-438404],[-404724,-438668],[-405478,-437539],[-402801,-442374],[-408669,-444567],[-408813,-444467],[-404921,-438534],[-421146,-361383],[-420501,-361687],[-420481,-360837],[-414070,-362884],[-414441,-362866],[-413886,-363039],[-415557,-363567],[-415943,-364018],[-415276,-364346],[-414854,-364577],[-414918,-363440],[-414981,-364350],[-414393,-363708],[-414452,-363973],[-414750,-364001],[-420634,-361202],[-420522,-360425],[-421438,-361339],[-415006,-362532],[-414910,-364414],[-414272,-364700],[-413862,-364641],[-415708,-363755],[-415863,-363938],[-415158,-363618],[-415122,-364464],[-414104,-364370],[-414482,-363989],[-414333,-364010],[-420629,-360496],[-415113,-364533],[-414088,-364570],[-413926,-364423],[-419153,-408915],[-419452,-408434],[-419707,-408363],[-419725,-408261],[-420028,-407882],[-420153,-407635],[-420025,-407471],[-419846,-407427],[-419865,-407781],[-419685,-407168],[-419627,-407158],[-418536,-408243],[-418814,-408313],[-418770,-408463],[-418451,-408740],[-417677,-408356],[-417596,-408451],[-417612,-408855],[-417789,-409005],[-417498,-408656],[-417091,-408264],[-416793,-407990],[-416296,-408029],[-419771,-409397],[-419807,-409096],[-419945,-409048],[-420043,-409205],[-422199,-409088],[-421894,-409077],[-421879,-408986],[-412969,-421593],[-412742,-420908],[-412728,-420885],[-413212,-420436],[-413902,-420550],[-413876,-420949],[-414480,-421759],[-414408,-421065],[-414726,-422000],[-414405,-419881],[-413799,-419767],[-414496,-419866],[-416598,-422167],[-419858,-421441],[-418836,-421561],[-419842,-420482],[-419860,-420378],[-419493,-420706],[-419676,-409977],[-420146,-410243],[-420346,-410280],[-420288,-409889],[-420233,-409575],[-420095,-409645],[-419857,-410225],[-420249,-410645],[-419574,-411155],[-419504,-411254],[-419562,-411417],[-419672,-411588],[-419219,-411108],[-419171,-410905],[-418281,-411442],[-418187,-411795],[-417846,-411122],[-417568,-410706],[-418395,-411064],[-419256,-409640],[-419267,-409927],[-422358,-409998],[-422288,-409488],[-422360,-410558],[-422318,-410677],[-413427,-421303],[-413076,-421068],[-412658,-420860],[-413142,-420340],[-413175,-420242],[-413624,-420859],[-414082,-421195],[-413802,-421753],[-414280,-421636],[-414329,-420050],[-414530,-419621],[-414245,-420125],[-416231,-422107],[-416732,-422090],[-419809,-421343],[-418973,-421273],[-419615,-420697],[-419986,-420230],[-419217,-420625],[-413496,-421233],[-413620,-420276],[-414220,-421278],[-414539,-419935],[-416336,-422176],[-414057,-423005],[-413806,-422685],[-414265,-422719],[-414935,-423491],[-415248,-422646],[-415329,-423375],[-416413,-422377],[-418057,-430370],[-418353,-430893],[-418541,-430468],[-416034,-432497],[-416192,-432637],[-413919,-422867],[-415098,-423305],[-418619,-430990],[-418698,-430327],[-414096,-422680],[-413885,-422737],[-414086,-422425],[-414680,-423028],[-414551,-423428],[-415345,-422888],[-415990,-422250],[-416218,-422728],[-418591,-431021],[-418217,-430728],[-418709,-430292],[-418595,-430384],[-416169,-432676],[-413064,-438727],[-415119,-440005],[-414694,-437312],[-413153,-438810],[-415703,-440328],[-413244,-438155],[-413815,-436352],[-416653,-438615],[-416115,-438568],[-411961,-437874],[-418005,-438981],[-413733,-438575],[-412693,-438517],[-415134,-440206],[-412059,-439010],[-412072,-447281],[-415164,-440077],[-414719,-438767],[-416884,-438977],[-415414,-439289],[-416355,-439054],[-417144,-438729],[-415859,-439739],[-416655,-438790],[-413821,-438989],[-410854,-437886],[-413940,-439817],[-415149,-437033],[-414085,-437777],[-413671,-439164],[-415150,-439939],[-412013,-440195],[-414508,-439552],[-414808,-437655],[-414928,-438784],[-416476,-440251],[-415050,-438936],[-415183,-438367],[-414601,-437238],[-415879,-437919],[-412905,-439430],[-411609,-439151],[-415959,-437553],[-412262,-438403],[-414292,-437583],[-415288,-438137],[-413044,-438041],[-413019,-439660],[-412694,-438232],[-415077,-438064],[-413995,-439167],[-411887,-439286],[-415315,-438401],[-414940,-438326],[-414892,-438236],[-415472,-438015],[-415212,-438857],[-418587,-447316],[-418883,-447597],[-418157,-447162],[-418074,-446697],[-417750,-446323],[-417382,-446536],[-417098,-446821],[-417664,-446912],[-417784,-446869],[-418420,-446831],[-418846,-446792],[-419262,-446598],[-419353,-446727],[-419932,-446656],[-420598,-446589],[-420559,-446924],[-420860,-446976],[-421111,-446982],[-421056,-447378],[-421114,-447513],[-420732,-447723],[-417733,-445678],[-417562,-446016],[-417509,-446221],[-417483,-446351],[-418186,-446375],[-418503,-446441],[-418842,-446169],[-419094,-446310],[-417688,-444732],[-417695,-444844],[-417053,-444709],[-416530,-444490],[-416382,-444576],[-416434,-445114],[-416953,-445540],[-416600,-445917],[-416849,-445943],[-417333,-445759],[-417557,-445389],[-417481,-445186],[-417057,-445063],[-416915,-445067],[-415285,-445303],[-415076,-447684],[-414992,-447635],[-415142,-447373],[-415438,-447322],[-416156,-447296],[-414406,-440150],[-417114,-439482],[-416837,-439345],[-414043,-436445],[-415558,-439156],[-414833,-437286],[-416283,-439026],[-412669,-439196],[-413339,-438639],[-415245,-438178],[-412257,-437876],[-412544,-438534],[-416436,-440828],[-411171,-438693],[-414496,-437872],[-416038,-437566],[-415020,-438328],[-414359,-437277],[-416234,-438593],[-417316,-439256],[-417014,-438882],[-412675,-438555],[-417376,-439341],[-416976,-439234],[-414241,-436648],[-413496,-438041],[-418047,-438837],[-416738,-440707],[-412994,-439745],[-416009,-440164],[-412935,-438623],[-412838,-437969],[-412138,-438155],[-414886,-438105],[-415914,-437330],[-413943,-438706],[-414127,-437418],[-417333,-439370],[-412068,-447020],[-410984,-438593],[-414367,-437702],[-411275,-438788],[-414381,-439611],[-415831,-437986],[-412861,-439390],[-414077,-439836],[-414558,-437615],[-411679,-439744],[-414980,-438807],[-414905,-439941],[-413998,-438359],[-414116,-437536],[-416123,-438488],[-415331,-438228],[-415492,-439739],[-414061,-436943],[-415260,-440079],[-415747,-438241],[-413784,-438394],[-410772,-439393],[-417546,-439166],[-413038,-438465],[-416488,-438485],[-417125,-439575],[-413202,-438478],[-412715,-438158],[-415729,-437467],[-416604,-438396],[-414135,-438412],[-414995,-436960],[-414787,-438755],[-417258,-440149],[-412469,-439326],[-417028,-439464],[-414804,-438819],[-415217,-439118],[-415257,-439459],[-410876,-439228],[-414141,-438615],[-411370,-438814],[-412099,-437964],[-413692,-438039],[-415363,-440156],[-415456,-439851],[-413982,-438809],[-415369,-439309],[-415358,-440738],[-414526,-436514],[-411951,-440181],[-414991,-439490],[-414726,-439068],[-414244,-438992],[-414615,-437889],[-413281,-438921],[-413629,-439923],[-414702,-438221],[-418459,-447871],[-418330,-447888],[-420545,-447800],[-420639,-448272],[-420231,-448330],[-420066,-448203],[-419798,-447931],[-419924,-448503],[-419673,-448419],[-419450,-447867],[-419308,-447808],[-419113,-448005],[-418652,-448418],[-418240,-448524],[-416200,-447868],[-415692,-448012],[-415850,-448143],[-423172,-353814],[-423165,-353505],[-423405,-353509],[-422444,-409255],[-422983,-409012],[-423509,-408740],[-423647,-408671],[-423305,-409047],[-429007,-409382],[-428901,-409325],[-427928,-409329],[-428345,-409294],[-428393,-409264],[-431552,-409286],[-431295,-409173],[-430291,-409231],[-429929,-409397],[-430199,-409037],[-430850,-408537],[-431052,-408349],[-429511,-407814],[-429484,-407985],[-429655,-408324],[-430247,-408254],[-430544,-408400],[-430534,-408674],[-430667,-408787],[-429947,-408989],[-429951,-409025],[-429242,-407628],[-428633,-407720],[-428714,-407204],[-428704,-406970],[-422736,-409669],[-422503,-409844],[-422476,-410243],[-422416,-410279],[-423399,-410218],[-423778,-410416],[-423800,-410448],[-422589,-410305],[-422690,-411221],[-422858,-411294],[-429292,-410552],[-429597,-410409],[-429593,-410281],[-429648,-409864],[-429458,-409679],[-428481,-409523],[-427800,-409455],[-427522,-409437],[-429775,-411028],[-430075,-411369],[-429756,-411641],[-429659,-411940],[-429733,-412187],[-429639,-412118],[-430995,-409526],[-430765,-409458],[-430059,-409704],[-429280,-410220],[-428962,-410603],[-428802,-410707],[-428482,-410783],[-428409,-410902],[-429449,-410587],[-429741,-410606],[-430021,-410205],[-430151,-410053],[-430549,-412971],[-430085,-412899],[-430011,-413053],[-430236,-412301],[-429867,-412768],[-429934,-411802],[-429992,-411735],[-430225,-411562],[-434355,-426363],[-433424,-426483],[-433746,-426532],[-433946,-425953],[-433911,-426158],[-433577,-426321],[-433993,-425884],[-434223,-433542],[-434333,-433549],[-434562,-433738],[-434610,-433801],[-434111,-434228],[-435108,-434194],[-435178,-434459],[-434276,-434730],[-434423,-434271],[-434528,-434015],[-430961,-441907],[-430996,-441341],[-432736,-441733],[-431825,-441659],[-432298,-441739],[-431967,-441987],[-432660,-442119],[-430395,-442641],[-430835,-442890],[-430248,-443696],[-428901,-443319],[-431617,-443575],[-432704,-443972],[-432519,-443379],[-431296,-442500],[-431095,-442791],[-431218,-442496],[-430298,-444097],[-430713,-444266],[-431149,-443798],[-429384,-443296],[-428766,-443191],[-431931,-442403],[-432293,-443013],[-432242,-442393],[-429563,-443833],[-429627,-443898],[-430054,-443793],[-430780,-443198],[-432087,-444658],[-431456,-444501],[-431697,-444427],[-431068,-441413],[-431898,-441886],[-431626,-442173],[-432416,-442244],[-431386,-442959],[-430118,-444310],[-429411,-443783],[-432254,-444015],[-431667,-442955],[-429948,-443816],[-430847,-443443],[-431440,-444379],[-430753,-441205],[-431223,-441644],[-431736,-441838],[-431423,-441626],[-431582,-441610],[-430357,-442595],[-430438,-443109],[-430632,-442484],[-432200,-443537],[-429892,-444190],[-428899,-443001],[-432358,-442326],[-432808,-443285],[-432764,-443335],[-432916,-441778],[-432521,-442118],[-430963,-442124],[-431313,-442954],[-430892,-442698],[-430240,-443704],[-430446,-444109],[-429156,-443761],[-429516,-443751],[-429971,-443854],[-431756,-443067],[-432246,-442525],[-431965,-442690],[-429611,-444046],[-429712,-443579],[-430952,-443505],[-430861,-443905],[-431618,-443265],[-431990,-444620],[-431752,-444298],[-431491,-444210],[-434430,-435081],[-434582,-435064],[-442253,-386636],[-442027,-386624],[-441810,-386045],[-442165,-386006],[-441881,-385647],[-441228,-385578],[-441015,-385776],[-440841,-385924],[-441111,-385061],[-441295,-385277],[-441362,-384686],[-441378,-384632],[-440912,-384917],[-440817,-385059],[-440643,-385240],[-440514,-384959],[-440409,-384974],[-440252,-385147],[-440278,-385818],[-439868,-385807],[-439781,-385772],[-439605,-385766],[-439539,-384626],[-439964,-384647],[-439724,-384872],[-439403,-384612],[-442108,-387485],[-442507,-387274],[-442925,-419346],[-443850,-420445],[-443055,-419466],[-443480,-419647],[-443376,-420685],[-441684,-422029],[-442892,-420519],[-443797,-420739],[-442253,-420779],[-442889,-419731],[-443021,-419896],[-441843,-421920],[-438983,-433209],[-437809,-431799],[-438292,-431927],[-438928,-433067],[-437982,-431949],[-438002,-431874],[-436719,-427662],[-436846,-427504],[-436862,-427431],[-436329,-427541],[-436259,-427704],[-436357,-428216],[-436225,-428483],[-436271,-428955],[-437454,-440033],[-437970,-439521],[-447774,-436415],[-437271,-440079],[-447844,-436628],[-457951,-382107],[-457473,-382062],[-458273,-382448],[-457759,-382340],[-457612,-381597],[-457322,-381836],[-448018,-436702],[-448271,-436530],[-468884,-258992],[-468107,-262303],[-467917,-262463],[-467470,-262323],[-468080,-262539],[-467907,-262234],[-467914,-262018],[-468862,-259270],[-469186,-258662],[-469105,-259185],[-468609,-454657],[-468786,-454359],[-466914,-455319],[-467057,-455635],[-467346,-455701],[-466464,-454828],[-466212,-454743],[-466325,-454455],[-464828,-454023],[-464794,-453750],[-464950,-453107],[-464544,-453081],[-467835,-454623],[-467575,-454200],[-467257,-453931],[-467975,-453572],[-466943,-453655],[-466966,-455175],[-467155,-455223],[-464734,-452933],[-479854,-394682],[-480034,-394323],[-479754,-394320],[-479450,-394505],[-479452,-394815],[-479070,-394537],[-479139,-394309],[-479352,-394215],[-479426,-393969],[-479026,-394196],[-478827,-394796],[-478603,-394650],[-478598,-394330],[-478942,-394486],[-478982,-395435],[-478796,-395214],[-478619,-395575],[-478558,-395272],[-478593,-395101],[-478359,-394854],[-478313,-394487],[-478568,-394861],[-478190,-394279],[-478028,-394649],[-477936,-395028],[-477473,-394900],[-477304,-395147],[-477502,-395424],[-477860,-395591],[-477968,-395864],[-478075,-395961],[-478296,-395827],[-478195,-395384],[-477739,-395181],[-478091,-395639],[-485954,-549912],[-485966,-549591],[-486298,-549672],[-484097,-549567],[-483959,-549357],[-483783,-549681],[-483597,-550097],[-483588,-549813],[-480894,-549881],[-480548,-549906],[-480662,-550060],[-481112,-549734],[-479293,-547820],[-479035,-547480],[-478795,-547107],[-479503,-548018],[-482025,-547446],[-482325,-547516],[-483225,-549812],[-483657,-547531],[-483366,-547628],[-483356,-548226],[-483357,-548413],[-482890,-548642],[-483849,-548146],[-483706,-548526],[-483454,-548071],[-483357,-547315],[-480050,-550010],[-473768,-548351],[-474546,-548493],[-474209,-548383],[-475176,-549036],[-480040,-549628],[-479697,-549124],[-479595,-549436],[-480067,-549011],[-480367,-549378],[-479266,-549123],[-479121,-549400],[-478667,-549440],[-479535,-549930],[-481732,-549774],[-479317,-548061],[-481783,-548464],[-481979,-548593],[-473970,-548207],[-475411,-548818],[-478895,-547276],[-479309,-547094],[-480372,-548149],[-481328,-548105],[-480660,-550371],[-480166,-550297],[-481336,-550235],[-480872,-550591],[-494901,-459824],[-495907,-459616],[-495930,-459778],[-495026,-459197],[-494920,-459200],[-495069,-459012],[-493375,-459067],[-493353,-459181],[-493310,-459289],[-487096,-448961],[-486917,-448670],[-487227,-448731],[-494868,-464329],[-494968,-464411],[-498550,-466802],[-497521,-465046],[-497910,-465236],[-498064,-465180],[-495312,-465248],[-498581,-467368],[-497665,-465250],[-487201,-549258],[-487090,-548934],[-487251,-548947],[-487512,-548883],[-486868,-549139],[-486781,-549561],[-508207,-266509],[-508064,-267966],[-508594,-267678],[-508894,-268332],[-508434,-268508],[-508568,-268114],[-507633,-268545],[-510264,-267626],[-510114,-267237],[-510198,-266889],[-508736,-266566],[-508276,-266708],[-507984,-268905],[-508893,-268720],[-501937,-336855],[-501552,-336763],[-501261,-336715],[-501082,-336201],[-501044,-336668],[-501942,-336413],[-501213,-337003],[-501285,-335854],[-501109,-337987],[-501248,-337543],[-502451,-335432],[-503514,-335579],[-504531,-336012],[-504137,-336221],[-503250,-335808],[-502661,-335786],[-502369,-335779],[-503447,-335250],[-502785,-334605],[-503072,-336487],[-502829,-336070],[-504746,-334604],[-504623,-335013],[-504445,-335280],[-504213,-335356],[-503178,-335329],[-504109,-335856],[-503714,-336075],[-503852,-336542],[-504156,-336625],[-505102,-336331],[-505459,-336436],[-505079,-336563],[-504677,-336332],[-504818,-335822],[-504462,-335618],[-503068,-334577],[-502631,-334281],[-502802,-334118],[-502890,-334333],[-503090,-335655],[-502316,-334419],[-502078,-334558],[-502006,-334204],[-502312,-335591],[-501064,-337764],[-501718,-336483],[-502167,-336731],[-502672,-336438],[-500960,-335859],[-500720,-336241],[-501398,-337740],[-500552,-335948],[-501126,-336430],[-502716,-335475],[-503017,-335901],[-504027,-335427],[-503883,-334450],[-503551,-334459],[-503399,-334898],[-504300,-335081],[-503215,-334019],[-503626,-334133],[-504293,-334239],[-504203,-333944],[-504772,-334001],[-504514,-334233],[-504481,-334467],[-504034,-333963],[-505245,-409007],[-504939,-409050],[-504610,-409111],[-505197,-408741],[-504760,-408741],[-504128,-408625],[-504133,-409048],[-504344,-408859],[-504474,-408705],[-503969,-408905],[-505626,-403891],[-505383,-404129],[-505839,-404065],[-505957,-404507],[-505574,-404390],[-505167,-404438],[-505381,-404937],[-505733,-404771],[-505428,-404661],[-501644,-430676],[-501756,-432052],[-503006,-430355],[-503193,-430163],[-502709,-429991],[-502785,-429979],[-503170,-430399],[-503734,-430068],[-502433,-431645],[-501863,-432165],[-500796,-431731],[-501849,-432502],[-502070,-432059],[-505167,-434542],[-501892,-429779],[-501646,-430275],[-503420,-429360],[-502956,-429887],[-502546,-429511],[-504395,-429425],[-503534,-429555],[-501849,-432402],[-503531,-430149],[-505176,-434254],[-503736,-429366],[-502857,-430555],[-502926,-430299],[-500276,-432159],[-503060,-429900],[-501865,-431700],[-502234,-429712],[-504865,-434161],[-505387,-434461],[-508114,-447009],[-503792,-437078],[-503485,-437030],[-510642,-449461],[-510745,-449390],[-510585,-449364],[-508117,-460543],[-509700,-450346],[-509718,-450375],[-509278,-450333],[-504950,-455215],[-504785,-455268],[-509385,-450254],[-510589,-453554],[-507889,-457029],[-509743,-457487],[-509749,-457384],[-507063,-458064],[-506967,-457845],[-508162,-455407],[-508695,-454965],[-508671,-454771],[-508558,-454843],[-511762,-456468],[-510811,-453175],[-510716,-453398],[-510981,-452934],[-511024,-452762],[-511329,-453149],[-511355,-456750],[-511107,-452630],[-511712,-453241],[-504438,-454045],[-504516,-455149],[-509710,-450418],[-511317,-456562],[-509589,-456936],[-510173,-456154],[-505874,-459893],[-508792,-454357],[-510118,-455978],[-508753,-454721],[-509966,-456228],[-506079,-457191],[-507661,-453263],[-509906,-456513],[-508127,-455150],[-506696,-453930],[-510554,-460550],[-511228,-453486],[-511161,-453257],[-504382,-460959],[-504498,-461251],[-507803,-461337],[-507807,-461155],[-507885,-461174],[-507970,-461064],[-504356,-460696],[-507465,-462136],[-507196,-462382],[-507253,-462501],[-506165,-462830],[-506043,-462983],[-505946,-462822],[-508730,-462540],[-499730,-467943],[-499841,-467292],[-502897,-464432],[-503023,-464408],[-503157,-464326],[-503300,-464245],[-503477,-464138],[-502650,-464585],[-508855,-464923],[-502245,-464744],[-509030,-464990],[-509230,-464916],[-502550,-464634],[-508836,-462397],[-508983,-462306],[-508636,-463335],[-508620,-463090],[-509180,-461771],[-510738,-460815],[-511619,-461287],[-511326,-462895],[-511625,-461083],[-506061,-472472],[-506329,-472564],[-506529,-472396],[-506485,-472033],[-506254,-472316],[-499997,-466909],[-499382,-467657],[-508681,-475784],[-508669,-475994],[-509535,-476216],[-509615,-474597],[-509174,-474645],[-509870,-474822],[-511000,-474380],[-510632,-474825],[-508876,-475883],[-509125,-476097],[-508718,-475582],[-509531,-474421],[-510347,-476500],[-509151,-524222],[-509398,-524423],[-508379,-525949],[-508234,-526115],[-508181,-526374],[-507318,-526458],[-507502,-526577],[-507742,-526952],[-507672,-527205],[-506788,-528042],[-506673,-527898],[-508867,-527631],[-509708,-528908],[-509456,-528806],[-508143,-525949],[-507986,-526614],[-508206,-526590],[-509634,-525827],[-510232,-526140],[-509897,-526105],[-508405,-526230],[-506874,-526762],[-506904,-527045],[-507029,-526563],[-507823,-527051],[-507535,-527469],[-506984,-528573],[-506783,-528822],[-506880,-529120],[-506950,-528732],[-506545,-527759],[-506508,-528092],[-507132,-528571],[-506690,-529086],[-506700,-529300],[-507856,-527923],[-509117,-528221],[-508931,-528133],[-509727,-528793],[-507808,-527515],[-507547,-526404],[-507487,-527642],[-507651,-527346],[-507309,-527248],[-509815,-525657],[-506790,-528561],[-507596,-527951],[-508805,-527843],[-509068,-527951],[-509451,-528286],[-509530,-528520],[-508995,-528384],[-509742,-528391],[-509555,-528619],[-523120,-263102],[-523221,-264313],[-522698,-262001],[-523002,-263471],[-523409,-262883],[-523294,-261647],[-523917,-265000],[-522825,-263194],[-523463,-261966],[-523505,-263100],[-523069,-262923],[-523583,-261800],[-523994,-265135],[-523228,-263271],[-523326,-264679],[-523051,-265240],[-522919,-262915],[-523058,-262728],[-523294,-265163],[-523220,-264715],[-522750,-262381],[-523310,-262488],[-523080,-264068],[-523265,-263797],[-523448,-264864],[-522893,-261871],[-523500,-264466],[-523130,-264060],[-523840,-262823],[-522464,-263612],[-523563,-265123],[-522923,-265034],[-522416,-263719],[-522557,-261670],[-524030,-265414],[-523796,-264598],[-523226,-263492],[-523497,-264033],[-523412,-262266],[-523792,-264081],[-523614,-262836],[-523689,-264987],[-522711,-263441],[-522759,-264519],[-522783,-264209],[-523319,-262632],[-523044,-262424],[-522956,-262170],[-523678,-262544],[-523615,-264293],[-523676,-262264],[-512319,-266198],[-512678,-266162],[-512425,-266884],[-512938,-266720],[-512572,-266495],[-514177,-442105],[-513529,-441984],[-513757,-442074],[-514909,-441620],[-515819,-443359],[-515760,-442846],[-512599,-447273],[-515179,-439127],[-515315,-439089],[-515673,-439312],[-515945,-439471],[-515986,-439322],[-512267,-446866],[-515473,-439303],[-515613,-439451],[-514052,-456150],[-522821,-448078],[-514026,-458209],[-514376,-458038],[-514243,-458028],[-514286,-458241],[-514436,-448955],[-514388,-448635],[-514594,-448185],[-512570,-448997],[-512496,-448442],[-515053,-453518],[-522939,-448353],[-522297,-448400],[-514144,-457900],[-514711,-449267],[-514558,-449117],[-516064,-475134],[-515998,-474930],[-516432,-475396],[-515314,-475482],[-515132,-475196],[-516177,-475042],[-515928,-475224],[-516145,-475291],[-515479,-475452],[-523263,-537200],[-523146,-536973],[-522105,-536365],[-521739,-536456],[-522080,-535912],[-521913,-536186],[-522467,-535378],[-522927,-535218],[-522416,-535058],[-522965,-535008],[-521843,-534837],[-521910,-535047],[-521056,-536461],[-521161,-536600],[-520505,-537180],[-520732,-537200],[-519886,-536304],[-519943,-536175],[-520149,-537009],[-521696,-536613],[-522889,-537112],[-520304,-537110],[-522358,-537973],[-522263,-538626],[-522624,-538082],[-522345,-538233],[-522494,-538818],[-518519,-537442],[-519625,-537657],[-522082,-538408],[-519903,-537461],[-521882,-538743],[-522084,-538654],[-523276,-538429],[-523269,-538681],[-522986,-538450],[-523059,-537731],[-523087,-537869],[-522790,-538182],[-520000,-537599],[-520163,-537512],[-519883,-537855],[-519116,-537596],[-520576,-537909],[-519742,-537604],[-520356,-537652],[-544040,-482479],[-544004,-482333],[-561604,-302537],[-561556,-302988],[-561122,-302690],[-561149,-302368],[-561265,-302979],[-561884,-302869],[-561740,-302353],[-562270,-302614],[-560992,-302033],[-561266,-302074],[-561449,-301697],[-561939,-301851],[-562240,-301840],[-562508,-301936],[-560840,-303091],[-560913,-302734],[-561699,-302017],[-561835,-302435],[-562150,-302334],[-562362,-302379],[-562321,-302113],[-562176,-302111],[-561710,-301808],[-561260,-301858],[-562873,-303082],[-562672,-302854],[-562444,-302772],[-562495,-302341],[-562432,-302205],[-562065,-303215],[-562217,-303644],[-559256,-416458],[-559340,-416857],[-559091,-417290],[-558565,-417189],[-558420,-417504],[-559817,-417492],[-559706,-417314],[-559816,-416808],[-560473,-414975],[-561114,-415981],[-560965,-415843],[-558359,-417272],[-559124,-417023],[-559496,-416517],[-561797,-415607],[-561357,-415763],[-561816,-416191],[-562739,-415885],[-563173,-415593],[-563072,-416198],[-562918,-415497],[-562609,-415367],[-562666,-415677],[-552651,-472105],[-551617,-472879],[-559371,-469593],[-559515,-469463],[-559652,-469341],[-559267,-469728],[-561558,-468351],[-561748,-468296],[-562074,-468288],[-562109,-468717],[-562965,-468650],[-561925,-470606],[-562388,-470467],[-560898,-467609],[-561967,-468744],[-560723,-467625],[-560188,-467324],[-559721,-467408],[-559879,-467305],[-562025,-470542],[-552884,-475890],[-559931,-480391],[-562569,-478125],[-557354,-485881],[-563134,-478283],[-552727,-474862],[-560816,-478033],[-562481,-477721],[-563052,-479319],[-555991,-478487],[-561357,-480037],[-561057,-479385],[-556622,-478876],[-556335,-479793],[-560643,-478889],[-555893,-479091],[-559104,-479969],[-553250,-475916],[-553173,-475617],[-557863,-476114],[-552315,-474016],[-552452,-473450],[-554390,-478810],[-554084,-478049],[-553601,-477043],[-553852,-476834],[-562864,-475278],[-562954,-475075],[-562374,-475289],[-562821,-475065],[-562770,-475470],[-562054,-476795],[-560678,-477095],[-560024,-476913],[-560819,-477528],[-559524,-483744],[-558657,-483632],[-558729,-483622],[-559645,-483683],[-558796,-483707],[-561228,-480166],[-561461,-480170],[-557200,-486171],[-557385,-486188],[-559884,-480647],[-559715,-480603],[-559789,-480363],[-560841,-477369],[-560589,-476883],[-561057,-477271],[-560312,-476894],[-560488,-476856],[-561728,-480231],[-561489,-480395],[-553186,-480631],[-553007,-480645],[-562722,-474937],[-561865,-476647],[-561345,-476192],[-557337,-486821],[-557390,-486936],[-557427,-487209],[-557209,-486379],[-557334,-486393],[-557500,-486503],[-557510,-486321],[-562587,-488492],[-562639,-488663],[-562457,-488615],[-562329,-488727],[-562520,-488784],[-560626,-486731],[-560592,-486558],[-560154,-486437],[-560667,-486871],[-558962,-494498],[-558751,-494471],[-558541,-494531],[-558344,-494549],[-558076,-494637],[-557867,-494834],[-557725,-495031],[-557605,-495196],[-557482,-495469],[-557540,-495770],[-557567,-495989],[-557626,-496214],[-557814,-496466],[-558036,-496688],[-558215,-496788],[-559768,-495042],[-559869,-495279],[-559905,-495829],[-559798,-496227],[-559658,-496413],[-559515,-496559],[-559344,-496699],[-559105,-496832],[-558606,-496898],[-558449,-496882],[-559200,-494586],[-561238,-488554],[-561235,-488978],[-560961,-488668],[-561108,-489158],[-560397,-486882],[-560008,-486489],[-563466,-416064],[-563984,-415707],[-563495,-416353],[-564068,-415383],[-564911,-473178],[-564464,-473043],[-563216,-468706],[-568402,-485800],[-567756,-485077],[-563863,-485800],[-570033,-482954],[-570031,-482678],[-564004,-485889],[-567471,-486128],[-564820,-474346],[-564821,-474346],[-564749,-474233],[-568036,-482114],[-568497,-481946],[-568533,-482002],[-569190,-481837],[-564544,-474367],[-564988,-474480],[-563399,-488206],[-567358,-487511],[-567348,-486568],[-564065,-487961],[-563585,-488249],[-564757,-486423],[-564038,-487742],[-564494,-486503],[-564222,-486569],[-588212,-403012],[-587915,-402538],[-588186,-403461],[-587863,-402970],[-587933,-403811],[-588682,-401861],[-588687,-401473],[-587935,-403540],[-587772,-403270],[-586890,-403942],[-587184,-403831],[-586444,-403732],[-586516,-403069],[-586278,-402977],[-586435,-404143],[-590376,-403573],[-590756,-403527],[-590954,-403750],[-590911,-404295],[-591513,-404679],[-591606,-404487],[-591811,-404208],[-591502,-403971],[-591943,-404951],[-591742,-404922],[-592880,-405380],[-593420,-405911],[-593374,-405593],[-593550,-405817],[-594442,-405443],[-594685,-405148],[-594886,-404953],[-595035,-405196],[-590825,-406143],[-591117,-406925],[-591098,-406651],[-590527,-406795],[-590649,-406660],[-591192,-407180],[-591712,-406017],[-592457,-406662],[-591959,-406115],[-592050,-406316],[-591851,-405815],[-594969,-404703],[-593490,-405393],[-593554,-405628],[-593149,-405166],[-591912,-405217],[-591877,-405408],[-591504,-406028],[-590995,-401823],[-589170,-404550],[-651591,-157130],[-664063,-152231],[-664039,-152377],[-663579,-152791],[-663295,-152436],[-664221,-152269],[-664414,-152306],[-663242,-151859],[-663049,-151852],[-662737,-151627],[-655994,-153167],[-653007,-203202],[-653034,-203515]] \ No newline at end of file diff --git a/src/gathering/a10213.json b/src/gathering/a10213.json new file mode 100644 index 0000000..089b660 --- /dev/null +++ b/src/gathering/a10213.json @@ -0,0 +1 @@ +[[-165496,-520383],[-165341,-520433],[-215781,-587756],[-216067,-587917],[-215854,-586699],[-215996,-587137],[-214753,-587458],[-214261,-587341],[-214869,-587676],[-214358,-587613],[-214666,-587469],[-242082,-392630],[-241935,-392879],[-241852,-393616],[-241763,-394533],[-242147,-395100],[-242090,-395237],[-241004,-395457],[-241137,-395575],[-240630,-394826],[-240689,-393775],[-240695,-393574],[-239117,-393664],[-239232,-392979],[-239403,-392908],[-239013,-392547],[-238190,-393714],[-237692,-394045],[-237503,-394011],[-239119,-393830],[-238700,-393573],[-243096,-394065],[-242069,-395707],[-239975,-392668],[-241151,-395260],[-242886,-403413],[-243386,-403112],[-244236,-403385],[-244488,-403545],[-244438,-403316],[-243345,-404245],[-243474,-404271],[-243472,-403290],[-417673,-242600],[-417120,-242890],[-416645,-242729],[-416937,-241534],[-418402,-241521],[-418565,-241882],[-418415,-242005],[-418020,-242131],[-417020,-241627],[-417083,-241903],[-417682,-241876],[-418112,-241823],[-418197,-241564],[-418190,-241472],[-417413,-241407],[-417198,-241215],[-414679,-248320],[-414333,-248450],[-414182,-248488],[-414315,-248743],[-414644,-248133],[-414629,-247935],[-414765,-247784],[-414891,-247988],[-415102,-248267],[-415081,-248696],[-414446,-249422],[-414630,-249168],[-414660,-249005],[-414494,-249021],[-414360,-249171],[-414215,-249395],[-414097,-249188],[-414499,-248819],[-414664,-248661],[-414561,-248402],[-414092,-248086],[-414234,-247819],[-414532,-248164],[-414708,-249811],[-414590,-249592],[-414919,-249300],[-415228,-249749],[-415394,-249612],[-415062,-250078],[-414480,-250459],[-414457,-250843],[-414604,-250753],[-414935,-250507],[-413706,-248605],[-413168,-248773],[-413723,-248096],[-413855,-247854],[-414916,-247023],[-414924,-246657],[-414817,-246512],[-415034,-246573],[-413972,-245997],[-414361,-246603],[-414371,-246819],[-414444,-246869],[-414524,-245563],[-415028,-245824],[-415816,-246064],[-416040,-246033],[-416156,-245951],[-416197,-246067],[-416081,-246270],[-415939,-246353],[-415783,-246295],[-416750,-243028],[-439529,-539715],[-460737,-542273],[-466006,-543768],[-465537,-544270],[-465764,-544891],[-466865,-544911],[-465170,-542991],[-464890,-544483],[-464793,-541928],[-462684,-542213],[-461896,-541935],[-461583,-540830],[-465678,-542406],[-464108,-544416],[-466858,-545418],[-467596,-545268],[-462116,-543489],[-464233,-542055],[-466557,-544187],[-464573,-541303],[-461249,-539833],[-460979,-539129],[-461489,-541519],[-462957,-543469],[-462439,-540132],[-488847,-447634],[-489941,-447472],[-489861,-447698],[-488978,-447393],[-489994,-447350],[-489043,-447207],[-498387,-450999],[-489032,-449303],[-495691,-460020],[-494576,-453945],[-494799,-453372],[-495347,-458100],[-494759,-459576],[-493496,-458726],[-499182,-459382],[-493512,-458626],[-493459,-458821],[-493413,-458917],[-495082,-458308],[-488993,-449311],[-488357,-448416],[-488647,-448143],[-489235,-449105],[-488853,-447839],[-489873,-447962],[-489725,-448127],[-489642,-448272],[-489614,-448393],[-488548,-448333],[-489104,-449195],[-495611,-460145],[-495691,-459808],[-495220,-458248],[-487312,-449567],[-487043,-449762],[-486990,-449916],[-487801,-450140],[-487691,-450253],[-487555,-450367],[-494663,-454001],[-495008,-458448],[-498252,-450955],[-494825,-459851],[-489897,-447841],[-488683,-448008],[-494773,-453218],[-495920,-452198],[-498562,-450952],[-496473,-452808],[-496638,-452903],[-496407,-452897],[-496368,-452774],[-498082,-452816],[-498116,-452801],[-495818,-465151],[-495627,-465244],[-494900,-464170],[-497883,-460904],[-498094,-461016],[-498566,-461380],[-498643,-461725],[-499113,-462327],[-497632,-461968],[-490902,-462113],[-498644,-461570],[-498494,-463150],[-490827,-461981],[-498771,-467509],[-495714,-464682],[-495720,-464679],[-495768,-464780],[-496107,-464955],[-496163,-465069],[-496083,-465044],[-492320,-461377],[-492449,-461379],[-491038,-462172],[-491376,-462026],[-494771,-468761],[-493488,-468704],[-494405,-468750],[-494109,-468902],[-494258,-469106],[-511461,-436688],[-504750,-437896],[-504548,-437806],[-504610,-439390],[-509339,-436644],[-509664,-439340],[-510156,-439388],[-511057,-439063],[-511383,-436516],[-499344,-459389],[-510619,-455956],[-502401,-460397],[-504118,-454928],[-499376,-458313],[-499540,-458179],[-500629,-456540],[-510762,-453672],[-499482,-458309],[-510379,-455794],[-510580,-455798],[-510596,-455640],[-510226,-455820],[-502184,-450688],[-502006,-450753],[-502067,-450508],[-501977,-450735],[-502513,-450266],[-502626,-450423],[-500235,-456830],[-499606,-457752],[-501477,-450559],[-501531,-451932],[-501643,-452101],[-499215,-459546],[-499495,-457966],[-509396,-448241],[-500380,-449848],[-499871,-449833],[-499439,-449846],[-500842,-449850],[-506387,-454014],[-505096,-453788],[-502734,-450492],[-502313,-450814],[-499365,-459605],[-505828,-462739],[-501190,-462755],[-501262,-462911],[-499824,-460914],[-500088,-461258],[-503969,-465548],[-511383,-464822],[-511831,-464225],[-501192,-462582],[-499504,-462786],[-499296,-462407],[-499787,-460753],[-500209,-461377],[-502521,-471216],[-511859,-464380],[-509736,-474506],[-508978,-476095],[-509363,-476176],[-509954,-474605],[-509727,-474697],[-509231,-476050],[-501555,-477168],[-502024,-477185],[-502935,-474519],[-501747,-477460],[-517683,-439612],[-517867,-440814],[-517840,-439502],[-515312,-453708],[-515221,-453434],[-514442,-451978],[-515133,-453771],[-514414,-453954],[-514744,-453691],[-514763,-459480],[-513549,-460214],[-515363,-457812],[-514953,-457071],[-514997,-453833],[-516637,-460815],[-515658,-474810],[-515775,-474620],[-515112,-474400],[-514912,-473864],[-515901,-474745],[-514675,-473822],[-530312,-182061],[-531277,-182767],[-531596,-182353],[-531008,-182598],[-535396,-480966],[-535777,-479631],[-536234,-480420],[-536649,-480363],[-534592,-480771],[-534685,-480927],[-534370,-480844],[-550106,-475313],[-550114,-475446],[-550127,-475623],[-561371,-467896],[-560634,-467467],[-562161,-470516],[-560947,-476812],[-559378,-480756],[-561882,-477408],[-562014,-478011],[-562152,-477861],[-563051,-477823],[-553966,-479098],[-560331,-483832],[-556322,-479140],[-557183,-478873],[-556226,-478746],[-560944,-476952],[-558891,-477737],[-562481,-479492],[-561764,-479458],[-562561,-477574],[-553995,-478911],[-559457,-483948],[-560702,-482841],[-558349,-478297],[-560822,-477055],[-559093,-480295],[-559342,-480454],[-562902,-477788],[-561920,-479450],[-562190,-479485],[-562133,-478089],[-553774,-478914],[-554119,-478962],[-559322,-484040],[-559591,-483972],[-560559,-482901],[-558525,-478286],[-559233,-477630],[-562026,-476889],[-562411,-474961],[-562490,-474863],[-559516,-480666],[-558973,-479494],[-575579,-213056],[-566674,-237513],[-566418,-240371],[-564768,-472770],[-563751,-472890],[-564657,-472572],[-564499,-486173],[-564231,-486190],[-566447,-480398],[-566189,-480410],[-568694,-479206],[-568880,-477890],[-567920,-485329],[-568319,-485120],[-567390,-473809],[-567383,-474139],[-566004,-475646],[-564781,-485977],[-564967,-486159],[-566640,-480425],[-566131,-480250],[-566410,-480153],[-568534,-479852],[-568896,-479345],[-563812,-476361],[-563852,-476581],[-564471,-475436],[-563721,-476019],[-568192,-485152],[-565319,-483102],[-565300,-482889],[-566788,-480307],[-568742,-479471],[-568625,-479635],[-569045,-477661],[-563793,-476137],[-564570,-475544],[-568463,-484978],[-564602,-486332],[-564467,-486669],[-564306,-486821],[-565069,-486323],[-564409,-486302],[-564745,-486599],[-564923,-486779],[-576330,-197297],[-578023,-197060],[-575343,-196672],[-586806,-332278],[-586832,-332573],[-585621,-331693],[-585996,-331453],[-586485,-332496],[-586422,-331430],[-586414,-330948],[-587308,-332108],[-587885,-325362],[-587641,-326753],[-587264,-332674],[-585957,-338778],[-587475,-341229],[-586985,-333031],[-585875,-333190],[-587096,-332765],[-587738,-340295],[-586578,-340535],[-587213,-332673],[-598222,-317582],[-590483,-329663],[-599571,-319833],[-600073,-319849],[-589059,-326709],[-650093,-170243],[-650061,-170534],[-664593,-152586],[-664437,-152531],[-665079,-153027],[-662693,-151967],[-660028,-154761],[-659932,-154602]] \ No newline at end of file diff --git a/src/gathering/a10216.json b/src/gathering/a10216.json new file mode 100644 index 0000000..20e6854 --- /dev/null +++ b/src/gathering/a10216.json @@ -0,0 +1 @@ +[[-230120,-345970],[-229222,-445845],[-236501,-337845],[-234530,-340146],[-235930,-340296],[-243069,-346884],[-234254,-349293],[-239334,-355279],[-236747,-351467],[-238366,-355193],[-235796,-349567],[-236504,-357118],[-240446,-355962],[-240690,-356014],[-235290,-348965],[-241115,-392710],[-238529,-396253],[-240684,-395757],[-240818,-390854],[-239770,-408962],[-238416,-406484],[-240283,-398332],[-240691,-399497],[-242246,-402674],[-233232,-445120],[-242134,-589926],[-243951,-345360],[-245688,-345241],[-246895,-346723],[-245472,-354726],[-246863,-345509],[-251939,-347935],[-245327,-346594],[-246813,-355234],[-253826,-348361],[-246693,-345478],[-255572,-350388],[-255525,-347337],[-252497,-346632],[-247994,-347432],[-255367,-359819],[-255269,-369122],[-255569,-367178],[-255505,-367063],[-254196,-366664],[-255170,-367957],[-254074,-366249],[-255605,-367454],[-253208,-359368],[-250540,-368422],[-251512,-369136],[-251915,-370955],[-249219,-378919],[-247731,-380374],[-248531,-379077],[-248605,-381843],[-249567,-379716],[-255579,-373691],[-255289,-373699],[-255413,-372273],[-255654,-373975],[-244092,-389730],[-246564,-392850],[-245597,-400446],[-243693,-406035],[-245126,-398781],[-243846,-396920],[-244771,-401542],[-247794,-406314],[-246427,-397585],[-255212,-397552],[-251013,-432818],[-254928,-581367],[-258500,-348653],[-256126,-348151],[-259854,-351457],[-257051,-346860],[-257828,-347763],[-260409,-353145],[-260479,-352145],[-257997,-345996],[-258135,-348866],[-259249,-353030],[-258708,-348439],[-259470,-367762],[-259666,-367264],[-260925,-368465],[-263240,-367608],[-256893,-372983],[-257145,-377952],[-258916,-380119],[-256275,-373028],[-256102,-378102],[-257051,-380355],[-257208,-372384],[-258868,-378724],[-257844,-379006],[-267491,-391887],[-265056,-390458],[-266872,-393029],[-260748,-387681],[-257319,-388723],[-256292,-385861],[-266734,-390416],[-265657,-393170],[-260598,-386833],[-257440,-387319],[-258149,-385891],[-268271,-390958],[-266743,-391535],[-260463,-386965],[-258559,-387985],[-257247,-386187],[-267827,-391151],[-264665,-392453],[-265472,-391553],[-260154,-387037],[-257830,-386707],[-256332,-386930],[-256127,-401290],[-267633,-400108],[-265705,-406863],[-257064,-449841],[-262670,-455096],[-261439,-454279],[-261814,-454830],[-259193,-449880],[-260738,-581200],[-260075,-581103],[-260157,-581903],[-257345,-576805],[-281200,-298922],[-279817,-299796],[-280798,-299512],[-279810,-298736],[-281193,-312161],[-281021,-309392],[-278341,-376562],[-279185,-377425],[-280991,-377607],[-278552,-376813],[-281206,-377241],[-281582,-377627],[-275351,-371823],[-277805,-377275],[-280315,-379049],[-279456,-375994],[-279538,-377454],[-275509,-371823],[-272250,-381443],[-272296,-381237],[-272917,-382480],[-272422,-380641],[-273203,-382671],[-272753,-382072],[-278857,-386182],[-278646,-389447],[-278633,-387918],[-276341,-390058],[-280502,-387786],[-279847,-388788],[-280114,-386487],[-279138,-388805],[-281064,-387624],[-276626,-388652],[-279746,-390351],[-270708,-385990],[-270466,-384185],[-271625,-385768],[-269505,-384257],[-272665,-386195],[-269494,-384033],[-272024,-384189],[-271626,-384752],[-276075,-407354],[-276238,-402549],[-271516,-441086],[-275995,-442571],[-277946,-452438],[-270135,-453733],[-290526,-300110],[-289266,-296486],[-283513,-298661],[-284235,-299748],[-281931,-297241],[-285835,-304623],[-291870,-305839],[-287444,-299646],[-288080,-298530],[-284206,-299107],[-283308,-301255],[-282118,-297800],[-286600,-305035],[-290400,-305091],[-294134,-305554],[-281928,-311749],[-283505,-310544],[-282194,-310507],[-290026,-312855],[-292789,-313953],[-292730,-316045],[-289752,-316374],[-288517,-317168],[-290155,-319712],[-283078,-317489],[-284839,-319042],[-290868,-309997],[-282253,-312546],[-284379,-310383],[-291404,-313052],[-293486,-313461],[-292236,-316057],[-288395,-315872],[-288364,-316910],[-289709,-319212],[-283379,-316939],[-284805,-318204],[-288183,-308058],[-294519,-323218],[-293420,-371295],[-289207,-380619],[-287940,-382924],[-285421,-383475],[-292461,-372274],[-289874,-380607],[-290375,-381173],[-287272,-381915],[-291007,-381111],[-287640,-383295],[-281624,-378736],[-283385,-384138],[-286281,-392643],[-293259,-388178],[-284345,-385044],[-282652,-384864],[-286265,-393939],[-289660,-388468],[-292323,-386540],[-287378,-383991],[-285735,-384072],[-284630,-395190],[-283086,-384359],[-286998,-394013],[-290377,-387794],[-293352,-388532],[-286596,-384047],[-283000,-385598],[-286169,-394239],[-292420,-387614],[-286012,-406519],[-287547,-407347],[-286924,-405747],[-288891,-407026],[-285333,-406836],[-288385,-406589],[-289534,-407065],[-286414,-406145],[-288393,-410273],[-290008,-421863],[-290748,-413546],[-289650,-418701],[-290686,-420764],[-288616,-414443],[-290743,-418502],[-289822,-417274],[-289107,-412636],[-292478,-409565],[-289154,-410735],[-288369,-412206],[-290783,-413207],[-290389,-418121],[-290589,-421177],[-292453,-424331],[-286752,-451503],[-286879,-451048],[-289439,-453369],[-285528,-455431],[-305172,-288482],[-304497,-287548],[-304617,-288341],[-303585,-288105],[-303743,-313968],[-296235,-321224],[-303544,-327021],[-301502,-325264],[-304930,-324373],[-304749,-328676],[-304778,-332123],[-306742,-323864],[-296443,-321397],[-294962,-323563],[-305470,-327471],[-301624,-327154],[-303985,-329137],[-305001,-323899],[-306755,-320435],[-300365,-320133],[-303521,-321440],[-304652,-370331],[-301186,-370211],[-301549,-367439],[-307006,-370216],[-301614,-364755],[-306878,-366389],[-306185,-358771],[-301282,-362269],[-305121,-370213],[-303048,-370199],[-306938,-365442],[-304468,-364675],[-306892,-361195],[-298213,-358488],[-297807,-369200],[-302548,-362568],[-301227,-364466],[-298058,-360024],[-297120,-360838],[-305304,-363061],[-295226,-368889],[-304463,-369713],[-298606,-366930],[-303938,-370422],[-295471,-368329],[-297186,-361940],[-303005,-359407],[-296439,-360925],[-302694,-362280],[-301471,-362402],[-301021,-361933],[-306524,-359061],[-306731,-359667],[-306937,-360803],[-297989,-368732],[-306378,-358835],[-304908,-362584],[-298937,-366304],[-299422,-370576],[-302415,-362830],[-298014,-360140],[-305849,-369711],[-295943,-369203],[-301399,-362229],[-306422,-359620],[-306247,-359063],[-303838,-360870],[-300235,-366534],[-298842,-360371],[-305144,-363070],[-306393,-358918],[-294580,-362984],[-301961,-367299],[-303323,-361867],[-294847,-363167],[-297355,-362166],[-297795,-360820],[-307084,-360724],[-306526,-366101],[-302363,-373680],[-296649,-378122],[-297469,-374255],[-307049,-376219],[-295509,-372755],[-294522,-373343],[-303562,-382692],[-302118,-380828],[-304566,-375357],[-301886,-375649],[-296813,-375489],[-304639,-382558],[-305243,-379427],[-298749,-379427],[-303711,-378286],[-301772,-373132],[-304070,-375583],[-296111,-378265],[-302147,-377457],[-303018,-382968],[-303737,-380174],[-298038,-372783],[-297361,-372424],[-300173,-376276],[-304478,-379668],[-306831,-373449],[-305401,-381772],[-305976,-376392],[-301580,-377732],[-300885,-380904],[-305223,-395708],[-302843,-389146],[-300357,-388286],[-298247,-387133],[-304449,-393621],[-300141,-387565],[-298438,-387693],[-303514,-396014],[-305773,-394990],[-301533,-388395],[-299654,-389105],[-298461,-387241],[-304041,-396083],[-302260,-389779],[-300685,-388189],[-299164,-388134],[-295265,-407913],[-300600,-396947],[-300699,-397382],[-296040,-408086],[-300831,-398925],[-298947,-409219],[-300612,-397869],[-295182,-407345],[-299839,-397705],[-303512,-397010],[-300435,-413048],[-300146,-415423],[-302601,-411057],[-295024,-411673],[-306861,-415752],[-300751,-414686],[-299033,-409708],[-303135,-411462],[-295577,-413155],[-299504,-414726],[-299013,-413800],[-299241,-416102],[-301297,-412165],[-300307,-414883],[-300810,-410771],[-301649,-411891],[-299285,-413466],[-295598,-411970],[-303694,-428747],[-304436,-429889],[-299795,-427324],[-296972,-430151],[-302320,-433395],[-302978,-429126],[-301753,-433529],[-304769,-430587],[-305510,-431741],[-296969,-428418],[-303299,-430805],[-302100,-440231],[-301338,-442072],[-297511,-438732],[-299650,-441802],[-305356,-438484],[-304181,-438787],[-294993,-455625],[-318804,-291929],[-319652,-291076],[-316207,-291180],[-313828,-287637],[-314635,-286753],[-317761,-290209],[-316583,-290150],[-314383,-288244],[-314098,-286197],[-316450,-305796],[-314079,-303045],[-310480,-302921],[-315695,-300237],[-317236,-304571],[-319804,-303111],[-319070,-297832],[-312414,-305446],[-313458,-302603],[-314269,-301117],[-315839,-298372],[-309436,-303427],[-316590,-303399],[-309261,-314873],[-314512,-313677],[-316608,-309228],[-310066,-309818],[-312600,-316925],[-315088,-314155],[-316927,-313963],[-311370,-309613],[-307531,-314289],[-310778,-320948],[-308310,-320787],[-314278,-324944],[-313643,-323879],[-310880,-323926],[-311653,-328947],[-309750,-330741],[-311718,-330960],[-313425,-329001],[-319158,-332480],[-311832,-320943],[-309542,-322029],[-314229,-325727],[-313815,-323203],[-311003,-325239],[-311999,-329003],[-309796,-329496],[-310713,-332090],[-313995,-328783],[-317690,-335785],[-316633,-333849],[-314642,-337275],[-316998,-334708],[-313546,-369532],[-316851,-370437],[-319522,-369875],[-315775,-369531],[-309126,-368382],[-309945,-367561],[-307976,-362630],[-317120,-364948],[-316680,-358871],[-317796,-366255],[-315942,-358230],[-309173,-368645],[-310954,-369315],[-307770,-362390],[-307358,-370435],[-318452,-364247],[-310413,-369292],[-307428,-366458],[-315427,-360357],[-307987,-362821],[-318390,-365496],[-307691,-365560],[-316633,-359268],[-317612,-379515],[-319193,-375754],[-317985,-375433],[-316302,-372938],[-313491,-372536],[-319951,-379830],[-319516,-378319],[-318125,-372007],[-315408,-375617],[-318050,-373909],[-318243,-380128],[-317546,-374830],[-313751,-374096],[-314655,-373335],[-315154,-377234],[-318387,-378091],[-312497,-374839],[-312714,-377607],[-318865,-378166],[-312702,-374006],[-312734,-373716],[-312408,-371049],[-314084,-379794],[-313816,-377680],[-310470,-375721],[-318056,-377655],[-311519,-373440],[-310096,-373123],[-309756,-377031],[-313856,-375511],[-313534,-396463],[-314834,-390625],[-314103,-388885],[-315023,-391815],[-314234,-396318],[-315424,-389619],[-312412,-408429],[-315401,-404911],[-312126,-396661],[-310084,-407156],[-313140,-396827],[-309919,-406483],[-315509,-406365],[-310400,-409159],[-316291,-405680],[-315825,-412361],[-315159,-414069],[-317368,-422071],[-317067,-416539],[-317281,-417196],[-313865,-416532],[-315115,-413019],[-315756,-417760],[-312590,-421346],[-318065,-410655],[-315052,-417389],[-316741,-413862],[-315678,-413201],[-314161,-421495],[-308256,-416287],[-309089,-417983],[-308095,-415457],[-310430,-433957],[-308248,-436285],[-309840,-434188],[-329043,-281908],[-320131,-285916],[-329961,-282881],[-331999,-292341],[-331726,-290014],[-332730,-291384],[-331794,-289251],[-331880,-297159],[-329843,-299327],[-325110,-300117],[-328611,-296494],[-331730,-306035],[-320477,-298424],[-324274,-304942],[-321843,-299966],[-331597,-298062],[-331118,-299086],[-326022,-301842],[-332291,-305244],[-320600,-295423],[-320919,-299695],[-329712,-306911],[-321604,-303920],[-320684,-295065],[-327772,-310691],[-330812,-307567],[-321204,-313941],[-321751,-310197],[-326156,-311736],[-323238,-312177],[-320496,-313860],[-327763,-307502],[-325141,-307428],[-328205,-318646],[-323337,-318540],[-328853,-319652],[-323459,-320970],[-324245,-320657],[-329472,-370710],[-321015,-368896],[-322201,-369191],[-322647,-369506],[-320861,-369595],[-332113,-364898],[-322060,-369885],[-322921,-370110],[-325605,-370562],[-328222,-358907],[-324511,-360657],[-320453,-361475],[-324174,-359996],[-330912,-359735],[-329001,-363707],[-326940,-361389],[-321787,-364418],[-325313,-362337],[-329182,-363098],[-328667,-360457],[-327674,-364322],[-323777,-363550],[-331827,-358922],[-323820,-374473],[-321712,-377629],[-329429,-373248],[-330616,-375203],[-330532,-382354],[-329633,-381750],[-329883,-379677],[-323076,-377475],[-323942,-382660],[-329932,-383796],[-322267,-383794],[-321929,-378505],[-322385,-374259],[-329403,-372367],[-332068,-378474],[-332473,-378713],[-326490,-379025],[-329156,-377276],[-321283,-374609],[-322307,-372193],[-325994,-374100],[-322080,-379970],[-320155,-376096],[-326293,-372617],[-323131,-374634],[-331482,-377855],[-329064,-383750],[-323528,-378825],[-330234,-378530],[-330969,-375106],[-321868,-381200],[-320278,-376253],[-330090,-381437],[-326287,-382818],[-328619,-379357],[-324365,-378599],[-323229,-379055],[-325927,-383788],[-325081,-384549],[-322043,-389494],[-321699,-386515],[-320639,-387003],[-327813,-385851],[-330268,-384388],[-331344,-387123],[-330018,-395766],[-332038,-392891],[-326004,-394543],[-320177,-386012],[-320928,-387178],[-324687,-390251],[-328665,-384681],[-330678,-393388],[-329819,-396233],[-322407,-390469],[-332426,-388124],[-327709,-391455],[-330368,-392858],[-323108,-389362],[-321028,-387507],[-332486,-387551],[-324428,-383904],[-325005,-395846],[-321130,-395757],[-320810,-395011],[-320086,-396055],[-320690,-395023],[-331823,-399995],[-327650,-405173],[-325565,-399454],[-321618,-405431],[-328689,-404165],[-328256,-400677],[-325961,-397766],[-332919,-404925],[-331035,-403847],[-326966,-397926],[-328445,-407410],[-328739,-399378],[-331780,-408303],[-325204,-400002],[-323652,-397727],[-324368,-408912],[-327474,-402866],[-322305,-405102],[-328712,-398494],[-327720,-403602],[-329255,-406457],[-328245,-407999],[-331404,-405828],[-332302,-408438],[-324193,-402050],[-323362,-398273],[-329747,-401831],[-330102,-397174],[-323161,-409393],[-323069,-404691],[-321554,-406031],[-326673,-399811],[-328150,-397706],[-323710,-399728],[-328630,-397080],[-322419,-411154],[-321446,-409693],[-328789,-414954],[-332322,-415197],[-325749,-412084],[-332632,-421939],[-320278,-415332],[-324449,-415592],[-329056,-421733],[-321806,-415293],[-322216,-417681],[-326514,-418056],[-327808,-411902],[-329285,-420084],[-327560,-421867],[-331815,-414095],[-328181,-411181],[-321201,-411208],[-332719,-413199],[-320067,-409968],[-323183,-418924],[-326485,-418778],[-330784,-419392],[-330721,-411189],[-321727,-411413],[-328240,-421726],[-320080,-412172],[-321127,-415591],[-322680,-413989],[-323583,-419320],[-327678,-415321],[-322422,-421219],[-331294,-412874],[-328795,-411054],[-325609,-419519],[-325726,-418049],[-330550,-421332],[-324950,-412091],[-322182,-409602],[-328843,-421346],[-325032,-414177],[-327840,-414063],[-329015,-412135],[-328661,-420093],[-330381,-433962],[-324037,-434696],[-328505,-428069],[-328653,-429444],[-323125,-426520],[-329052,-427568],[-320889,-431217],[-332071,-433558],[-323379,-434410],[-322242,-428277],[-325971,-429936],[-327214,-428454],[-330826,-424170],[-320948,-423984],[-332576,-422548],[-331054,-427750],[-331524,-425563],[-326611,-431416],[-326976,-432104],[-320093,-429607],[-325261,-428948],[-329524,-429945],[-320318,-427947],[-325184,-426152],[-332184,-428395],[-325171,-422553],[-331780,-423774],[-325673,-427916],[-327500,-427154],[-331050,-426536],[-324990,-424167],[-327915,-424794],[-322893,-479649],[-321720,-478651],[-321709,-480199],[-322802,-479182],[-322458,-478469],[-323050,-479726],[-320874,-479333],[-322776,-479864],[-322660,-478892],[-321854,-478488],[-321812,-480066],[-320954,-480569],[-321341,-480677],[-326317,-482412],[-328071,-483449],[-337204,-281127],[-335983,-280682],[-343459,-283649],[-343845,-282305],[-336840,-284940],[-333062,-282170],[-338780,-293552],[-337988,-293100],[-334914,-290695],[-334500,-293534],[-342812,-292924],[-343487,-286732],[-337991,-292789],[-333937,-293618],[-339230,-292207],[-341670,-294078],[-339336,-285632],[-344178,-297438],[-339948,-299147],[-332920,-296927],[-336903,-298232],[-343577,-305775],[-341704,-306761],[-336787,-299860],[-343982,-298926],[-337975,-297242],[-334944,-297496],[-342985,-306271],[-340761,-306793],[-333849,-300976],[-336444,-312919],[-343049,-313462],[-334614,-308913],[-344726,-307338],[-337152,-312132],[-343825,-309458],[-342311,-314016],[-335464,-308879],[-338853,-345470],[-337078,-345960],[-338843,-346342],[-334647,-380318],[-335254,-377761],[-334388,-382233],[-333018,-380892],[-336636,-383997],[-333488,-396541],[-334547,-386534],[-333320,-388958],[-337973,-395664],[-335552,-387934],[-333965,-385179],[-332909,-392007],[-334439,-387026],[-337518,-394947],[-332994,-392415],[-336501,-386040],[-335330,-396193],[-336630,-397700],[-339295,-403667],[-337058,-408522],[-332896,-403705],[-337687,-407837],[-340067,-398354],[-336676,-406711],[-336070,-401179],[-335952,-405139],[-333380,-409148],[-337096,-406152],[-340341,-407989],[-333045,-399760],[-334644,-400223],[-338850,-397392],[-337978,-403410],[-336741,-407577],[-337426,-407427],[-335186,-402707],[-336475,-407992],[-336642,-398333],[-335048,-402030],[-337879,-406879],[-332843,-412036],[-338338,-420842],[-338894,-411635],[-340700,-410219],[-340506,-421525],[-336942,-415733],[-336963,-418254],[-342212,-410246],[-341405,-415871],[-338862,-420034],[-343100,-420177],[-339593,-420378],[-344749,-411511],[-336992,-416549],[-334770,-417001],[-342481,-412950],[-339454,-411747],[-344671,-411454],[-336239,-410163],[-342207,-410990],[-338209,-418324],[-340051,-411997],[-344145,-433075],[-338168,-426151],[-344724,-427417],[-333985,-428742],[-340651,-423910],[-343930,-423607],[-343635,-427352],[-342549,-434792],[-340106,-433208],[-333460,-426917],[-336477,-428940],[-337868,-433621],[-341305,-425445],[-333386,-423346],[-345380,-429203],[-344562,-433946],[-342548,-431090],[-339277,-424959],[-333748,-425986],[-337433,-433401],[-334133,-424414],[-343832,-432441],[-340577,-433856],[-337191,-428409],[-338419,-430465],[-339505,-425565],[-333571,-423016],[-338138,-435048],[-343184,-472281],[-344299,-469459],[-344160,-463611],[-340194,-466515],[-344847,-466435],[-339205,-464737],[-337980,-461341],[-338459,-461696],[-338991,-465157],[-341130,-462032],[-341419,-463287],[-341538,-465624],[-342409,-470968],[-340854,-469715],[-345495,-468743],[-343867,-469910],[-343761,-463861],[-339862,-466728],[-342948,-485243],[-343750,-481185],[-334760,-488166],[-334529,-489235],[-334796,-488893],[-335550,-489184],[-334913,-489065],[-335971,-489258],[-335841,-488529],[-334291,-488578],[-334919,-488013],[-336042,-488532],[-335476,-487682],[-336024,-488312],[-337372,-487459],[-340405,-490671],[-344197,-495995],[-343666,-495372],[-338757,-490529],[-335647,-491116],[-341583,-490717],[-341277,-491227],[-340278,-491374],[-343142,-495860],[-345345,-493645],[-343218,-495319],[-347583,-282354],[-353539,-292790],[-356786,-283260],[-347747,-293750],[-358065,-283700],[-346288,-288039],[-355446,-304535],[-356831,-294643],[-349339,-298311],[-345948,-294582],[-348414,-299906],[-345915,-305439],[-352208,-302138],[-354181,-295306],[-354243,-304983],[-350652,-297181],[-348615,-300625],[-348298,-305375],[-352614,-300377],[-354902,-295854],[-357186,-294376],[-357230,-310430],[-357168,-308310],[-347141,-309552],[-347905,-316674],[-353097,-311583],[-352734,-315695],[-351226,-316147],[-357069,-310835],[-355251,-307131],[-347518,-317321],[-352121,-311793],[-351658,-314727],[-352725,-317412],[-352735,-328631],[-353557,-327464],[-352657,-320578],[-352761,-325879],[-352782,-334732],[-352600,-340286],[-352349,-335143],[-353684,-339144],[-351143,-340525],[-347074,-471469],[-353975,-466282],[-347897,-469928],[-347573,-471757],[-346598,-470264],[-351918,-467053],[-355949,-466509],[-353686,-466649],[-349978,-483215],[-346360,-483340],[-349802,-482345],[-347578,-473912],[-354516,-474545],[-351572,-481653],[-346368,-482339],[-351723,-483602],[-357483,-478471],[-355167,-476177],[-353246,-477608],[-349553,-493472],[-349567,-490931],[-351263,-493234],[-351183,-493412],[-351859,-486670],[-348960,-493171],[-351568,-493117],[-349287,-492769],[-351243,-492205],[-351420,-492387],[-350475,-492601],[-348014,-493412],[-351996,-492593],[-351615,-492696],[-351520,-490296],[-350634,-493785],[-351211,-494038],[-352506,-492871],[-345745,-494330],[-355920,-511993],[-368642,-280809],[-368957,-280759],[-369854,-290069],[-361433,-292101],[-358983,-284535],[-359725,-283962],[-368257,-283710],[-368222,-282822],[-371130,-290554],[-359611,-292013],[-369980,-283327],[-363389,-283674],[-366957,-284956],[-358768,-295869],[-361040,-296156],[-360023,-305211],[-370829,-300322],[-368784,-306653],[-368203,-299091],[-368878,-300449],[-366389,-303775],[-370134,-305867],[-369423,-300488],[-369910,-296942],[-365410,-314056],[-365591,-314685],[-368276,-314275],[-364972,-319012],[-369881,-308387],[-361092,-312436],[-367610,-318206],[-361285,-319196],[-362770,-307312],[-362226,-315162],[-364748,-314078],[-370724,-308088],[-361568,-312550],[-365816,-309842],[-368490,-318689],[-363108,-318548],[-362189,-307414],[-360715,-315725],[-369287,-328662],[-369742,-326744],[-369675,-325613],[-368946,-322609],[-361488,-322631],[-361881,-325142],[-363784,-326681],[-360170,-323286],[-360925,-321913],[-369254,-326394],[-368219,-324530],[-368210,-321665],[-370884,-326786],[-363640,-321747],[-361083,-323261],[-360146,-319801],[-362030,-320692],[-364212,-326491],[-370750,-341355],[-371028,-338880],[-369381,-336031],[-360691,-481918],[-368173,-484105],[-362559,-482541],[-361950,-477748],[-362541,-482830],[-361441,-477133],[-363069,-482324],[-358775,-474472],[-361932,-481764],[-367214,-492886],[-369178,-495247],[-365289,-492011],[-365149,-491614],[-365251,-489944],[-364056,-496909],[-364241,-491633],[-361371,-497336],[-360668,-494735],[-366782,-493338],[-369988,-494897],[-368746,-495699],[-367763,-494448],[-363710,-497196],[-368737,-498733],[-360069,-493556],[-364992,-491050],[-364211,-491437],[-363934,-491139],[-362366,-494383],[-361781,-494341],[-360225,-494498],[-360427,-491924],[-361420,-495984],[-361899,-496840],[-359971,-493670],[-362521,-494800],[-361557,-495123],[-362055,-496956],[-361402,-493942],[-369313,-490273],[-367312,-510026],[-371110,-510201],[-361873,-507435],[-362937,-523842],[-368225,-518323],[-360330,-511821],[-370818,-519201],[-362667,-524531],[-368553,-518477],[-367671,-517266],[-367346,-518487],[-367214,-515243],[-359277,-513718],[-361719,-533278],[-363910,-526195],[-363574,-526938],[-372374,-281273],[-375620,-280208],[-371809,-281095],[-380453,-293870],[-373944,-285895],[-380877,-293242],[-372694,-286335],[-379052,-293774],[-371854,-291608],[-378401,-294165],[-382586,-294449],[-377619,-305074],[-372491,-306492],[-381535,-295827],[-372599,-301695],[-378349,-299873],[-382824,-296506],[-383915,-299994],[-381739,-302866],[-376823,-297736],[-375572,-301399],[-383492,-294988],[-376687,-304626],[-373193,-311186],[-381348,-315790],[-380227,-312759],[-374696,-318666],[-378999,-315748],[-373456,-311809],[-372139,-317535],[-381066,-314752],[-375201,-311249],[-372028,-315531],[-371949,-312229],[-373564,-314460],[-380175,-307040],[-382102,-311104],[-378511,-331976],[-383547,-321363],[-383280,-324434],[-372490,-323003],[-372379,-321785],[-383837,-321162],[-371820,-329307],[-382729,-322290],[-374056,-322586],[-373507,-329683],[-379156,-336542],[-381030,-335991],[-372952,-342363],[-382189,-337629],[-374313,-349492],[-373908,-349806],[-383363,-345870],[-375408,-346077],[-377416,-453950],[-379049,-456647],[-376877,-454901],[-383696,-458411],[-383435,-458741],[-377379,-455201],[-378400,-456858],[-378665,-454780],[-383724,-458673],[-372042,-497059],[-374015,-498743],[-372349,-494005],[-374109,-499330],[-375455,-506175],[-373061,-506875],[-372936,-507209],[-374017,-505777],[-373426,-507293],[-374951,-506339],[-372392,-504127],[-376586,-503543],[-373676,-499781],[-373338,-507384],[-374602,-507156],[-373601,-506406],[-373782,-507574],[-373897,-505516],[-374367,-505664],[-372753,-504989],[-372550,-505312],[-375639,-507320],[-382153,-520965],[-383778,-519946],[-382471,-521094],[-383521,-520138],[-374941,-533612],[-379458,-532987],[-378822,-533145],[-376949,-528300],[-379538,-525668],[-382121,-530621],[-378038,-526380],[-377633,-527161],[-378624,-532819],[-378992,-532021],[-375698,-527144],[-376995,-526202],[-378042,-533179],[-376515,-548122],[-391444,-280779],[-391959,-280733],[-393214,-277045],[-386230,-291688],[-386814,-290235],[-391818,-286605],[-387456,-283257],[-391004,-282269],[-386477,-291248],[-388419,-290797],[-392863,-289323],[-392498,-288640],[-392298,-286804],[-396761,-285082],[-395549,-282643],[-395975,-299292],[-391145,-303179],[-387915,-298619],[-393999,-296758],[-395552,-300852],[-389177,-298456],[-393573,-296819],[-387828,-304842],[-386419,-318130],[-386628,-318666],[-387955,-317005],[-384582,-318060],[-384834,-319203],[-387652,-316903],[-396656,-316095],[-385511,-312175],[-387186,-309207],[-390196,-315547],[-396313,-317113],[-386174,-312517],[-391872,-315416],[-386694,-323705],[-384973,-321629],[-394321,-322613],[-391851,-326962],[-394584,-326329],[-395482,-325542],[-388791,-329580],[-385104,-323187],[-395076,-321392],[-391519,-326847],[-392600,-326853],[-387845,-328863],[-395645,-344647],[-386033,-344757],[-391732,-341098],[-394244,-345134],[-393853,-341651],[-386217,-343386],[-392197,-345288],[-394366,-344961],[-394002,-340044],[-391846,-340549],[-394960,-356098],[-384742,-345896],[-386490,-345934],[-393122,-351778],[-394403,-348323],[-394892,-348758],[-395479,-352694],[-393861,-347860],[-393317,-354011],[-396255,-348714],[-394877,-352473],[-388137,-346564],[-394157,-358740],[-394706,-358617],[-384383,-421590],[-385537,-423185],[-389882,-443684],[-391786,-444112],[-393943,-442563],[-391824,-440683],[-395394,-445158],[-390301,-442986],[-395731,-444004],[-386551,-435366],[-390365,-444965],[-389822,-440775],[-393153,-443998],[-394443,-442913],[-394221,-445872],[-390911,-442021],[-391008,-458316],[-392423,-459998],[-390968,-463308],[-392941,-462374],[-388007,-462102],[-390573,-465394],[-393698,-472734],[-390903,-468564],[-391838,-461220],[-385534,-463195],[-385043,-462531],[-390325,-462545],[-392783,-462965],[-389102,-465187],[-392985,-471494],[-393174,-467607],[-391782,-469512],[-395911,-510393],[-393723,-510580],[-394592,-511560],[-395452,-512173],[-395713,-511938],[-385103,-526718],[-405317,-280312],[-405581,-279179],[-406352,-291370],[-401390,-284414],[-401676,-285330],[-399531,-281516],[-397900,-283587],[-400540,-285678],[-399164,-281537],[-398567,-286734],[-407853,-283944],[-407041,-282962],[-397217,-286784],[-396986,-282844],[-397046,-297581],[-408221,-306855],[-406933,-306869],[-404502,-313772],[-406257,-317772],[-401528,-316368],[-404194,-316928],[-401177,-316858],[-397964,-324602],[-406164,-324630],[-407272,-324320],[-404038,-324401],[-401983,-337671],[-403380,-337817],[-402045,-337264],[-401669,-335152],[-403583,-334457],[-404585,-336871],[-400952,-335392],[-403291,-335538],[-398212,-355619],[-399693,-352768],[-408537,-357633],[-401727,-351413],[-405711,-362263],[-407422,-359677],[-401370,-360023],[-408134,-397582],[-406302,-418280],[-406402,-417580],[-406125,-419046],[-406595,-442810],[-406604,-448140],[-400856,-460014],[-399286,-469082],[-400179,-463413],[-399558,-468475],[-399902,-463428],[-403472,-545513],[-421748,-267817],[-415260,-280699],[-419599,-280313],[-410985,-293221],[-421865,-288619],[-421427,-286817],[-413707,-288967],[-411909,-289517],[-416932,-288586],[-420100,-283253],[-411720,-284097],[-414935,-281477],[-421661,-288783],[-413062,-288863],[-410713,-290793],[-416503,-291876],[-412254,-284224],[-414794,-282638],[-412896,-303770],[-414150,-305141],[-416608,-298098],[-418064,-301263],[-418171,-306168],[-414735,-303505],[-409853,-295284],[-414324,-302297],[-413085,-299796],[-411924,-299032],[-414272,-295518],[-421271,-306458],[-416744,-295885],[-422153,-299792],[-422011,-296661],[-409957,-317971],[-415218,-319116],[-413540,-317824],[-412054,-317870],[-414501,-316744],[-410519,-317001],[-415315,-318078],[-413793,-318742],[-412341,-330994],[-414443,-331638],[-413191,-327546],[-420902,-341962],[-419105,-344792],[-409780,-337840],[-415112,-337375],[-412590,-337509],[-415205,-336637],[-411406,-337710],[-410780,-337053],[-420013,-356641],[-419716,-348461],[-415717,-345934],[-412449,-351382],[-415790,-349496],[-412300,-354987],[-415390,-351542],[-420303,-347615],[-416153,-364570],[-415451,-368364],[-410066,-366728],[-419408,-362662],[-415594,-362645],[-418848,-367719],[-412266,-413118],[-412216,-413404],[-410767,-411069],[-411846,-412525],[-421873,-439038],[-419172,-446919],[-410355,-441189],[-419887,-447230],[-422372,-438290],[-410329,-441612],[-419328,-447215],[-412083,-543512],[-412383,-544132],[-410669,-543372],[-410571,-544040],[-424270,-262392],[-426740,-267619],[-428960,-261705],[-426580,-257176],[-429607,-260493],[-428875,-256711],[-423461,-261294],[-422460,-274713],[-426613,-274507],[-428430,-277260],[-423507,-271589],[-431363,-291910],[-431745,-287703],[-432311,-293102],[-423460,-286712],[-434326,-283760],[-431183,-305324],[-433254,-295156],[-431238,-304907],[-424821,-305613],[-433181,-299399],[-428440,-315388],[-430339,-315565],[-430698,-311471],[-426420,-307739],[-425534,-317324],[-427271,-317412],[-426772,-312308],[-432551,-312668],[-423618,-343036],[-434648,-343041],[-427911,-358078],[-422649,-353082],[-431993,-353256],[-426940,-358816],[-423585,-362851],[-424253,-365285],[-433252,-359795],[-433959,-359017],[-428306,-358442],[-432664,-368704],[-430266,-360527],[-434421,-359073],[-425570,-366009],[-428624,-362496],[-430659,-359998],[-432496,-367972],[-429289,-382443],[-435076,-374951],[-424845,-371594],[-433760,-373691],[-429583,-381874],[-427577,-371887],[-423744,-439390],[-434998,-464726],[-435318,-260550],[-443960,-284212],[-442831,-285142],[-443093,-287744],[-447306,-285413],[-435509,-284980],[-447806,-285200],[-442790,-288448],[-440546,-285441],[-440351,-306635],[-435551,-300083],[-437560,-304095],[-441449,-306682],[-435425,-299093],[-438809,-308956],[-435278,-308620],[-447044,-310847],[-438090,-309808],[-447556,-312290],[-438906,-344493],[-441859,-346153],[-437190,-350571],[-446858,-377931],[-460549,-304835],[-455668,-310200],[-456996,-309870],[-458331,-326318],[-452428,-343688],[-449748,-343642],[-458213,-344366],[-457731,-339926],[-451539,-340300],[-451164,-341761],[-458523,-348109],[-457095,-348780],[-451568,-370833],[-450237,-369676],[-459041,-373588],[-450610,-377489],[-455266,-372625],[-453542,-376793],[-455142,-374470],[-453368,-434305],[-455550,-534983],[-455946,-534770],[-457358,-537677],[-457000,-538333],[-456276,-540980],[-460733,-541344],[-459889,-540730],[-458300,-538936],[-461200,-303086],[-461708,-302389],[-465319,-332159],[-461597,-330501],[-466536,-328962],[-468273,-326447],[-460985,-326861],[-470146,-344884],[-466154,-339755],[-462573,-349448],[-469891,-346862],[-463446,-349184],[-463149,-359397],[-463574,-361797],[-465455,-535018],[-463105,-527488],[-464975,-531849],[-462852,-527024],[-465204,-532737],[-466163,-531468],[-462197,-527758],[-465279,-532571],[-465366,-547771],[-465101,-547299],[-460905,-544946],[-472616,-542916],[-472218,-538610],[-472821,-541747],[-464948,-546712],[-462043,-545690],[-464178,-547591],[-468935,-538341],[-468243,-540942],[-484826,-317503],[-476861,-327598],[-478075,-328331],[-479931,-340477],[-477188,-336531],[-475767,-337493],[-486317,-446885],[-485933,-448471],[-482090,-515995],[-473733,-542711],[-481858,-547120],[-484292,-549837],[-479653,-546015],[-477818,-550091],[-479578,-546342],[-478734,-546282],[-485883,-539529],[-482974,-550363],[-485021,-552077],[-484510,-550728],[-480021,-551020],[-478610,-550941],[-489956,-330905],[-498314,-365212],[-494901,-362859],[-498286,-358344],[-493264,-433393],[-494475,-432786],[-493244,-433076],[-493432,-458341],[-493899,-454243],[-496398,-468119],[-493373,-468313],[-496371,-466960],[-494411,-470169],[-493101,-469891],[-493280,-467925],[-494104,-469319],[-495493,-469105],[-488283,-542891],[-498655,-544203],[-487489,-550096],[-497910,-541780],[-486755,-542454],[-487914,-550622],[-487339,-551589],[-508909,-302220],[-511823,-303079],[-510658,-305155],[-499295,-324476],[-506033,-339807],[-508493,-464905],[-511979,-464280],[-503346,-479711],[-499610,-481108],[-502913,-479938],[-502168,-480143],[-502978,-543395],[-501106,-542513],[-501643,-542565],[-512075,-306051],[-524265,-325648],[-522172,-341643],[-520236,-354423],[-519470,-354257],[-519751,-356373],[-517823,-359273],[-522778,-421780],[-522207,-452593],[-522436,-452401],[-521971,-472280],[-515337,-474412],[-514776,-473642],[-517012,-474140],[-517672,-474671],[-512261,-476854],[-514272,-477651],[-516050,-477667],[-523317,-512923],[-515875,-540152],[-514873,-539697],[-512202,-540925],[-534479,-322040],[-530250,-321509],[-535435,-361273],[-528792,-360286],[-533172,-406917],[-537269,-404721],[-529908,-404573],[-534504,-405281],[-535600,-402314],[-533874,-404778],[-532136,-405260],[-533389,-406475],[-533739,-407228],[-525201,-416275],[-536081,-416769],[-532626,-414632],[-530119,-413773],[-529986,-417373],[-525897,-416701],[-528767,-415434],[-532622,-414828],[-535676,-415048],[-533639,-420743],[-537469,-413713],[-526453,-417644],[-533213,-418560],[-535771,-424757],[-534453,-422595],[-548670,-327627],[-548830,-328485],[-539210,-328870],[-545828,-407613],[-548167,-408350],[-542627,-402879],[-546366,-405932],[-545249,-407047],[-544946,-419386],[-541114,-412086],[-545020,-410235],[-543308,-413532],[-545911,-416123],[-538630,-423624],[-543753,-420204],[-540339,-421694],[-541700,-413575],[-538367,-412287],[-545218,-420326],[-538658,-421644],[-544861,-410586],[-538213,-413772],[-548307,-414387],[-542766,-412885],[-541565,-413168],[-547132,-416116],[-549713,-434206],[-546215,-434362],[-545649,-433329],[-545967,-434339],[-549287,-434075],[-550010,-431919],[-543894,-422969],[-540600,-430569],[-544198,-430774],[-548314,-427454],[-542201,-429258],[-540660,-424495],[-541164,-427945],[-543970,-424484],[-548218,-430428],[-546660,-426331],[-548175,-426171],[-543020,-430677],[-549913,-443441],[-542268,-436642],[-548978,-445335],[-542148,-437600],[-545920,-443793],[-540919,-438977],[-547917,-436483],[-545500,-445879],[-541466,-438214],[-543319,-505508],[-543021,-504670],[-539152,-504207],[-539492,-504501],[-543022,-516253],[-540376,-520589],[-559878,-344900],[-562391,-417507],[-562395,-418024],[-553527,-422290],[-555001,-423085],[-550469,-431976],[-559705,-426629],[-556723,-441491],[-550955,-436950],[-554756,-440096],[-555192,-444944],[-555316,-438630],[-556336,-440078],[-555113,-441743],[-552901,-444422],[-556832,-440236],[-553907,-445560],[-552278,-443737],[-571976,-407892],[-574304,-404546],[-569324,-408339],[-570112,-408041],[-575379,-406699],[-573607,-403751],[-571829,-404580],[-568916,-406940],[-573227,-407538],[-574767,-406675],[-570860,-408081],[-568787,-406963],[-568432,-409916],[-571555,-418067],[-570152,-415216],[-570293,-413502],[-568888,-412014],[-568481,-414686],[-571332,-426747],[-564384,-436625],[-564041,-436849],[-578258,-382728],[-578093,-406109],[-579213,-405904],[-585614,-420348],[-584496,-419912],[-584371,-421162],[-586414,-427553],[-587264,-423071],[-586259,-428306],[-577671,-423887],[-591962,-417518],[-601484,-432955],[-597007,-442399],[-599299,-447489],[-598593,-447282],[-595905,-442735],[-600236,-445365],[-598261,-446258],[-598529,-449271],[-591374,-454822],[-612394,-347082],[-613362,-348351],[-609728,-350240],[-610518,-350330],[-612833,-347488],[-614339,-351489],[-611437,-351688],[-610234,-349933],[-609051,-350219],[-613754,-352064],[-611730,-346956],[-610071,-349945],[-612494,-351579],[-610111,-348896],[-612404,-391119],[-610994,-391011],[-612817,-389984],[-608448,-401702],[-614035,-404151],[-610625,-406199],[-608334,-402699],[-612520,-408313],[-607860,-417836],[-605222,-441146],[-619143,-340155],[-620356,-339276],[-619996,-342620],[-618683,-343626],[-617182,-342819],[-619440,-341224],[-620082,-342071],[-615910,-343011],[-618727,-343871],[-616930,-343744],[-619775,-344915],[-616089,-348813],[-616017,-347127],[-614524,-348868],[-616609,-346697]] \ No newline at end of file diff --git a/src/gathering/a10217.json b/src/gathering/a10217.json new file mode 100644 index 0000000..3125c77 --- /dev/null +++ b/src/gathering/a10217.json @@ -0,0 +1 @@ +[[-139560,-481758],[-134673,-485270],[-135248,-485270],[-139381,-483298],[-137587,-498557],[-137686,-494563],[-140563,-490234],[-130893,-496398],[-138048,-490369],[-135235,-486476],[-130922,-507478],[-139584,-503960],[-131452,-511013],[-133849,-509564],[-139996,-501798],[-138129,-507272],[-138894,-507422],[-138911,-502938],[-139786,-501915],[-136080,-508011],[-140351,-509810],[-138343,-516666],[-131648,-513449],[-139039,-515015],[-131501,-512676],[-135378,-513518],[-136862,-517154],[-145115,-443879],[-145443,-443528],[-144705,-443620],[-152256,-472788],[-144751,-482031],[-141670,-481328],[-141049,-480513],[-150436,-491395],[-148399,-493061],[-151124,-494090],[-151170,-496292],[-152984,-487170],[-148200,-495260],[-150061,-491105],[-145265,-488623],[-142815,-491659],[-140918,-500607],[-141138,-508292],[-151027,-508501],[-141425,-506930],[-146882,-501040],[-146792,-500070],[-151061,-500981],[-146344,-500735],[-144798,-512121],[-151218,-514961],[-148121,-519848],[-150226,-515960],[-149973,-512587],[-152150,-522685],[-143417,-512832],[-152097,-516989],[-149871,-527620],[-155094,-476109],[-162710,-483201],[-165641,-484581],[-162920,-483740],[-163405,-476423],[-160831,-478806],[-164143,-476448],[-158845,-482140],[-159190,-481235],[-158122,-482282],[-166272,-493844],[-157472,-494653],[-162739,-496725],[-155084,-490934],[-160965,-495922],[-165052,-490336],[-165642,-498259],[-165503,-495673],[-165471,-496692],[-161310,-486712],[-157767,-486602],[-154994,-494375],[-166062,-507462],[-156501,-510402],[-154565,-506214],[-165236,-509249],[-163840,-510669],[-162246,-504505],[-155502,-509139],[-160004,-500432],[-158850,-510680],[-154263,-500897],[-154494,-501010],[-157260,-502076],[-161206,-512562],[-166289,-516062],[-164383,-518724],[-163519,-516637],[-164496,-517781],[-166019,-522149],[-163566,-524310],[-156706,-520353],[-159027,-521070],[-161976,-523907],[-160558,-519533],[-157700,-521052],[-160258,-521660],[-157628,-512786],[-154598,-515132],[-165906,-528748],[-162038,-525529],[-160961,-528807],[-168491,-486048],[-166859,-478268],[-170204,-496264],[-172096,-497308],[-166682,-493074],[-172392,-489817],[-170272,-490718],[-167005,-489247],[-167476,-486802],[-169310,-488628],[-168134,-492419],[-176817,-499124],[-167655,-504486],[-169150,-500628],[-172958,-503172],[-169519,-508743],[-172675,-509774],[-170064,-514717],[-168353,-514291],[-173585,-523934],[-173398,-522764],[-172438,-519373],[-170798,-518382],[-174287,-520304],[-167367,-515636],[-174636,-524347],[-166550,-522901],[-173433,-522860],[-177574,-522526],[-172264,-519092],[-175840,-522823],[-174185,-513139],[-174498,-515604],[-178547,-530518],[-174354,-525313],[-176924,-527895],[-175804,-532351],[-201823,-417583],[-201828,-416717],[-204604,-417808],[-201337,-416657],[-198824,-418798],[-197920,-417547],[-198293,-417783],[-198560,-416649],[-198902,-416970],[-201508,-417093],[-198230,-424459],[-195985,-424719],[-196630,-424734],[-198023,-423568],[-198179,-445070],[-198266,-444316],[-198645,-442793],[-202516,-442737],[-199716,-445902],[-201393,-447031],[-199611,-447589],[-199425,-447946],[-207886,-421532],[-208060,-421694],[-208782,-419411],[-205817,-418774],[-204950,-416919],[-207958,-417190],[-209885,-415788],[-206586,-415475],[-208094,-414080],[-208413,-414190],[-216841,-410360],[-214399,-432312],[-214621,-432643],[-223556,-395914],[-222834,-396397],[-226427,-395517],[-225209,-394032],[-224025,-407105],[-220427,-405230],[-219387,-405532],[-230224,-403487],[-221254,-407388],[-219344,-406571],[-229632,-401635],[-229352,-401645],[-225451,-405403],[-226336,-404393],[-217624,-406568],[-221191,-402463],[-220348,-403489],[-220474,-406428],[-227294,-402289],[-225917,-402573],[-226557,-397864],[-227350,-397564],[-220775,-397698],[-224450,-398289],[-223248,-399587],[-223295,-400024],[-221168,-398712],[-221344,-398061],[-220146,-399366],[-219064,-400104],[-226512,-396885],[-222241,-396985],[-221703,-397784],[-218825,-411067],[-218447,-410895],[-222594,-413049],[-219933,-423765],[-226620,-423251],[-219613,-423912],[-228091,-428364],[-227112,-428557],[-228144,-437086],[-218037,-532641],[-217783,-533196],[-224899,-605405],[-221547,-601804],[-234764,-370082],[-236202,-364965],[-241720,-377224],[-242382,-376305],[-241950,-375428],[-242834,-372750],[-239666,-373964],[-241597,-376221],[-238008,-375282],[-241129,-376956],[-241292,-374051],[-241647,-376949],[-240317,-373178],[-241659,-375479],[-230790,-375070],[-231198,-376908],[-234911,-379396],[-232404,-374754],[-234945,-372502],[-237430,-379401],[-238288,-379667],[-240323,-392842],[-237180,-389344],[-235904,-394123],[-231969,-393163],[-234209,-388827],[-234009,-395818],[-232881,-396451],[-233217,-403763],[-233137,-405035],[-233525,-404879],[-232838,-406204],[-237730,-408095],[-232419,-402879],[-232529,-401495],[-232267,-401753],[-232912,-397371],[-234396,-396943],[-232223,-399853],[-231951,-400522],[-232691,-421649],[-233170,-421436],[-233262,-420973],[-237813,-419111],[-240657,-410002],[-236597,-413610],[-242773,-415282],[-241277,-414767],[-240436,-413994],[-240705,-412793],[-238520,-412339],[-238756,-411649],[-236151,-423561],[-230447,-423382],[-239493,-432893],[-238378,-432935],[-241434,-434741],[-243193,-432163],[-242629,-432241],[-239114,-430382],[-237600,-431617],[-231975,-431697],[-238115,-435108],[-236281,-441569],[-237702,-435122],[-240476,-436175],[-235290,-437376],[-242577,-435573],[-242244,-435994],[-242839,-436645],[-243765,-370920],[-243265,-370514],[-253544,-367530],[-255622,-367303],[-255413,-365974],[-254250,-368235],[-251075,-369066],[-252196,-370745],[-243644,-372139],[-244078,-376351],[-243784,-377427],[-243426,-372362],[-243919,-374308],[-243668,-371394],[-244002,-376307],[-243945,-377254],[-247129,-380920],[-247687,-380803],[-247822,-380428],[-245976,-394649],[-246404,-389566],[-243920,-386470],[-255875,-385749],[-253412,-395114],[-252647,-394383],[-251247,-393364],[-245314,-390218],[-253193,-395294],[-252021,-394541],[-249603,-394884],[-255148,-386294],[-248819,-391897],[-253442,-402154],[-253246,-402459],[-251490,-402949],[-254677,-402680],[-252713,-401412],[-252177,-401450],[-255338,-397995],[-255324,-402817],[-253180,-402232],[-250979,-401436],[-253813,-402491],[-252669,-402019],[-251191,-401868],[-254821,-397501],[-249517,-413039],[-247377,-414398],[-247067,-409760],[-250106,-415615],[-244076,-414789],[-246050,-412924],[-244091,-421911],[-243642,-411598],[-245802,-411712],[-248309,-434398],[-248857,-433836],[-248669,-434694],[-249403,-432717],[-244667,-429805],[-255680,-434248],[-248588,-433780],[-255981,-434224],[-255980,-425596],[-245618,-432254],[-255061,-424529],[-251769,-424996],[-250410,-424182],[-246303,-423745],[-243419,-434821],[-243238,-428793],[-243268,-432970],[-249388,-437130],[-250731,-451444],[-255690,-449818],[-254859,-476607],[-254174,-484645],[-254669,-485661],[-253700,-486091],[-253133,-487870],[-256069,-373696],[-256954,-373428],[-257016,-377644],[-258697,-379060],[-256543,-373516],[-257180,-371858],[-256999,-377453],[-257781,-380243],[-259428,-395566],[-259264,-396409],[-258693,-396395],[-267645,-390556],[-265236,-391565],[-264997,-393608],[-258733,-389258],[-258195,-385109],[-264932,-391133],[-267226,-391820],[-260877,-387438],[-257217,-389277],[-256900,-384889],[-267149,-407690],[-257692,-398050],[-257684,-397589],[-258554,-398042],[-261294,-400053],[-262420,-398683],[-265310,-402800],[-261197,-403421],[-263522,-402225],[-262338,-397301],[-263687,-402425],[-259893,-409298],[-257799,-398542],[-258167,-396814],[-258349,-397702],[-258318,-398674],[-265316,-400527],[-261897,-399587],[-261825,-402782],[-260910,-403862],[-264644,-403104],[-262867,-410641],[-265308,-410692],[-260082,-421363],[-263792,-410942],[-258685,-420398],[-259040,-410599],[-263355,-443149],[-258616,-441284],[-258566,-441333],[-256333,-447582],[-260104,-453344],[-259234,-449286],[-258717,-473368],[-261013,-471861],[-259523,-472293],[-258756,-473460],[-261272,-471946],[-260938,-470338],[-260774,-470531],[-260327,-470586],[-260055,-469898],[-260390,-473023],[-260063,-480552],[-258547,-479604],[-258269,-479299],[-261672,-480931],[-256308,-478285],[-256528,-478476],[-260825,-473440],[-261846,-478699],[-256416,-479158],[-262272,-475799],[-260962,-480390],[-264191,-475373],[-263123,-478665],[-256516,-479050],[-267971,-485212],[-267309,-495439],[-262427,-489517],[-261518,-490230],[-265010,-487761],[-260839,-489633],[-259916,-490546],[-262380,-492141],[-267478,-525728],[-260485,-545646],[-259777,-546307],[-275801,-351405],[-274366,-359478],[-274997,-364242],[-279989,-366719],[-280275,-364471],[-274752,-358931],[-274380,-358961],[-276015,-361193],[-275541,-365954],[-277671,-364626],[-279451,-368496],[-278670,-378017],[-280285,-376318],[-279672,-379792],[-278969,-375442],[-280962,-376559],[-281581,-377616],[-273081,-380259],[-272150,-382544],[-274176,-380941],[-271850,-382726],[-275827,-395321],[-272562,-394332],[-277949,-394090],[-279979,-395233],[-274919,-394628],[-274860,-395935],[-272222,-393326],[-281324,-395906],[-279041,-395294],[-272888,-393450],[-277188,-395102],[-280773,-395503],[-280472,-395187],[-280498,-394954],[-272768,-393891],[-276157,-394602],[-273501,-394790],[-274037,-396153],[-278454,-388029],[-276326,-388571],[-280431,-386156],[-279053,-389410],[-274021,-396466],[-277679,-389155],[-281286,-386377],[-280263,-389103],[-271295,-385208],[-270551,-383990],[-272442,-385314],[-271176,-384506],[-270147,-408971],[-270222,-407490],[-280887,-398381],[-279592,-403629],[-278535,-400050],[-277843,-402342],[-276519,-396960],[-279243,-400107],[-277261,-408653],[-271663,-398718],[-275381,-407685],[-280117,-398051],[-278604,-404067],[-279878,-404192],[-271991,-400518],[-276204,-401501],[-278373,-398407],[-277687,-400654],[-276187,-400509],[-273846,-398611],[-273950,-399397],[-272810,-398949],[-275336,-396682],[-276201,-398851],[-276090,-397938],[-275617,-399365],[-275023,-399367],[-275807,-405503],[-276499,-407020],[-275206,-406062],[-274827,-405522],[-280707,-408112],[-279831,-407579],[-276806,-408052],[-278790,-406760],[-271882,-403750],[-277643,-405545],[-277921,-399020],[-277963,-398942],[-277654,-400539],[-275647,-401206],[-274001,-398556],[-274073,-399238],[-272894,-399133],[-274895,-397033],[-276125,-398954],[-276299,-397733],[-275426,-398819],[-274915,-399061],[-274501,-406438],[-275480,-407066],[-277606,-408510],[-280298,-407753],[-279965,-407337],[-278953,-407032],[-272919,-403861],[-273236,-405187],[-275088,-411071],[-274773,-411340],[-272379,-411881],[-272560,-412639],[-269828,-409474],[-273922,-413512],[-276529,-412803],[-273862,-421211],[-273848,-421141],[-273430,-417311],[-277138,-421190],[-279628,-421129],[-276426,-418863],[-277315,-416291],[-276719,-417816],[-280799,-416523],[-279348,-418382],[-278987,-420796],[-276507,-418918],[-277396,-415769],[-278397,-415386],[-281207,-416773],[-272094,-410006],[-277661,-419052],[-279551,-412992],[-273406,-420951],[-273459,-419006],[-275245,-420649],[-272906,-410208],[-275169,-433580],[-278952,-430062],[-280053,-428780],[-279540,-422345],[-281518,-427188],[-273557,-422546],[-277870,-425529],[-276461,-424119],[-279668,-426518],[-279782,-429036],[-277556,-424005],[-276952,-424478],[-280735,-423898],[-278030,-424901],[-270426,-438046],[-273785,-447426],[-277885,-451487],[-273193,-452385],[-271161,-448392],[-278006,-453613],[-276164,-474950],[-274454,-476714],[-280301,-475399],[-281176,-473853],[-276280,-490627],[-272258,-490826],[-272473,-492102],[-280469,-498666],[-281423,-501263],[-294269,-342877],[-291390,-343281],[-291195,-338702],[-284649,-345355],[-285033,-342833],[-285059,-343022],[-284145,-343130],[-287960,-340940],[-291625,-340376],[-292804,-354103],[-293106,-349003],[-292047,-347339],[-286173,-347074],[-286421,-347478],[-292440,-347145],[-287344,-354263],[-283746,-346297],[-285269,-349893],[-286810,-355659],[-289854,-348071],[-292787,-353867],[-293877,-346710],[-291474,-346070],[-286313,-347055],[-292633,-348379],[-285093,-350040],[-283201,-349546],[-293799,-363173],[-286353,-358827],[-291188,-364643],[-288533,-362957],[-291883,-360368],[-281752,-369950],[-286082,-370354],[-285775,-359562],[-289327,-358858],[-293727,-365038],[-291848,-361354],[-292282,-362469],[-293660,-367785],[-285595,-360028],[-285601,-375052],[-293014,-376905],[-289564,-377406],[-287592,-373050],[-292110,-371446],[-293959,-375541],[-285864,-375821],[-287504,-372344],[-292522,-376864],[-293163,-373592],[-290414,-382302],[-287660,-383686],[-290137,-382070],[-287337,-381923],[-285471,-383128],[-283688,-396225],[-283884,-394819],[-283412,-385902],[-284377,-383907],[-289852,-389997],[-292994,-388602],[-282592,-385164],[-286114,-393266],[-291924,-388835],[-291807,-387745],[-281612,-402406],[-288269,-406298],[-282208,-414222],[-284675,-416414],[-287552,-411572],[-287961,-412686],[-282079,-413512],[-292810,-410058],[-282425,-414052],[-292822,-410923],[-282123,-417558],[-285180,-418068],[-284547,-417804],[-283829,-417654],[-284581,-415683],[-283930,-415184],[-284196,-414248],[-284752,-412558],[-287030,-412559],[-285347,-411371],[-289469,-411931],[-290336,-421843],[-292381,-412214],[-290441,-419013],[-282695,-418153],[-285388,-418213],[-285227,-417491],[-284127,-417080],[-284833,-416342],[-283904,-416010],[-284006,-415575],[-284649,-413545],[-285183,-413334],[-286927,-412409],[-285992,-411744],[-284729,-411482],[-288430,-410280],[-290666,-414026],[-294346,-413076],[-289714,-419028],[-290397,-422190],[-288993,-434149],[-294364,-433289],[-289514,-427997],[-282827,-423367],[-292958,-429461],[-291311,-429723],[-288703,-429636],[-290087,-431003],[-290079,-428843],[-292393,-429333],[-285575,-427569],[-282763,-428945],[-286250,-427675],[-288560,-428877],[-291312,-429227],[-291579,-432034],[-287548,-430607],[-283678,-426420],[-285787,-429992],[-287202,-428552],[-284783,-427332],[-282155,-426035],[-282465,-428886],[-284811,-429751],[-282500,-429483],[-283962,-430873],[-284539,-430007],[-283603,-428936],[-283142,-430722],[-282296,-427361],[-291686,-436464],[-289487,-435908],[-293356,-466334],[-292755,-467022],[-292907,-466640],[-291053,-461217],[-290909,-461304],[-287159,-468463],[-287469,-469321],[-287972,-468799],[-285007,-469380],[-291603,-462199],[-285924,-469837],[-282280,-472844],[-284260,-472851],[-282645,-474568],[-287905,-482773],[-293709,-484788],[-292812,-484796],[-287261,-494159],[-290287,-496944],[-288508,-497523],[-290000,-497883],[-288217,-611264],[-286819,-614497],[-304246,-329729],[-301934,-339218],[-305806,-334546],[-302832,-343842],[-304787,-340629],[-305587,-341142],[-305478,-339594],[-303451,-337345],[-301840,-339094],[-295445,-339005],[-303942,-344831],[-302058,-343934],[-306720,-344640],[-306390,-342835],[-302364,-336651],[-303937,-340590],[-303918,-357203],[-297386,-355791],[-302248,-355653],[-295614,-356675],[-301532,-348292],[-299918,-356517],[-303114,-350106],[-297878,-356911],[-295419,-356565],[-295779,-347952],[-302236,-355702],[-300774,-356683],[-304025,-349722],[-304143,-357520],[-303110,-348616],[-295807,-345816],[-300392,-357840],[-299711,-364184],[-305923,-367577],[-303344,-358638],[-303839,-369644],[-302406,-364658],[-299608,-367678],[-295657,-363031],[-299039,-369861],[-295211,-367632],[-301855,-370283],[-295505,-364757],[-303704,-365054],[-293258,-369556],[-303458,-358598],[-301888,-366912],[-306668,-373970],[-298818,-374438],[-305984,-374469],[-303144,-371222],[-306076,-379182],[-299303,-377068],[-302872,-380519],[-298984,-373238],[-302591,-375476],[-296951,-374959],[-297904,-378445],[-305750,-376361],[-298296,-379177],[-302770,-377868],[-305044,-396240],[-300893,-387785],[-297135,-387384],[-303541,-394053],[-305506,-396195],[-300689,-389631],[-298238,-386929],[-296425,-406554],[-296630,-409237],[-298901,-409152],[-299165,-397995],[-296175,-408344],[-298799,-409275],[-298425,-397877],[-300241,-398604],[-297031,-413765],[-301303,-412464],[-299498,-413093],[-299835,-415706],[-298827,-415674],[-301570,-410393],[-298789,-412947],[-294670,-433348],[-294971,-434708],[-295029,-435018],[-299149,-460543],[-302985,-456990],[-303447,-456915],[-298441,-457661],[-295839,-456596],[-304822,-457399],[-299473,-466420],[-296841,-468384],[-299037,-467870],[-296066,-464024],[-299762,-465445],[-299992,-465201],[-297751,-463507],[-295303,-464795],[-296875,-469949],[-296639,-469530],[-301095,-470671],[-298443,-468181],[-296474,-484272],[-295059,-492560],[-299404,-492071],[-297476,-496541],[-299145,-496160],[-300275,-492521],[-298238,-496619],[-295731,-492084],[-301143,-528103],[-319432,-347562],[-315133,-353295],[-319620,-351180],[-308981,-354175],[-314595,-358168],[-311194,-352693],[-312919,-352479],[-311655,-356222],[-308918,-351194],[-313312,-348198],[-309401,-347327],[-313375,-353116],[-317264,-350373],[-311287,-349455],[-309619,-351479],[-310486,-353336],[-311998,-356946],[-308163,-352864],[-314619,-358143],[-317739,-347130],[-310635,-348284],[-316546,-350914],[-316483,-370997],[-312972,-364756],[-309739,-368440],[-309907,-361372],[-310090,-363626],[-314748,-362064],[-311522,-358826],[-312190,-363703],[-310331,-361725],[-308868,-365047],[-315345,-362435],[-313117,-361321],[-311861,-360077],[-313203,-362809],[-308494,-365397],[-319315,-365646],[-313769,-358743],[-314708,-363572],[-309145,-369338],[-311628,-369331],[-316618,-361765],[-319459,-365861],[-313450,-363540],[-314596,-362142],[-314469,-363558],[-313872,-358780],[-315007,-363863],[-312110,-363084],[-319190,-365880],[-314335,-362630],[-312830,-361943],[-311527,-358683],[-310045,-361265],[-318434,-363810],[-315868,-360616],[-316731,-375436],[-319206,-374127],[-318292,-375209],[-319739,-382978],[-314329,-375415],[-319190,-371838],[-314636,-375472],[-313040,-373779],[-314922,-379252],[-317147,-377450],[-311066,-371514],[-309585,-378285],[-308506,-372235],[-314444,-378238],[-315194,-377663],[-309516,-373977],[-313134,-371421],[-316856,-416251],[-315523,-420192],[-319587,-409808],[-312623,-421803],[-316873,-416869],[-313306,-419641],[-315148,-420944],[-319848,-411824],[-318342,-412081],[-313432,-418518],[-317205,-429409],[-314844,-427519],[-316016,-429492],[-312697,-431575],[-312863,-425178],[-315001,-430621],[-319035,-425783],[-312925,-423180],[-318232,-430620],[-314743,-426804],[-313375,-429135],[-318888,-424727],[-315831,-434321],[-314992,-428488],[-312862,-437643],[-308490,-436084],[-318453,-439529],[-316282,-441291],[-314220,-441535],[-313120,-438747],[-318061,-438821],[-310278,-439148],[-314129,-436135],[-319037,-436044],[-312637,-457978],[-313392,-457933],[-307961,-455599],[-309157,-448648],[-314128,-460411],[-309421,-458004],[-311240,-457649],[-316864,-460868],[-311524,-470049],[-319949,-477680],[-316348,-485552],[-318362,-486060],[-309107,-489250],[-309553,-487023],[-311213,-488279],[-325374,-355509],[-327420,-356487],[-324619,-354994],[-324658,-354544],[-326360,-353296],[-327054,-353190],[-330005,-354402],[-330859,-352188],[-326927,-350497],[-330145,-351789],[-323782,-350529],[-330088,-348445],[-323822,-354823],[-324689,-355882],[-320329,-349739],[-323615,-350453],[-326823,-350478],[-330166,-348816],[-329083,-353044],[-329448,-350409],[-331006,-352130],[-328448,-352561],[-321493,-349257],[-331377,-351820],[-325874,-369712],[-329389,-359500],[-328389,-364347],[-324325,-358907],[-326626,-360737],[-323534,-363211],[-330855,-360586],[-329650,-362319],[-322234,-359749],[-322227,-361249],[-320051,-372523],[-324588,-383059],[-322066,-382210],[-320523,-376563],[-327753,-375625],[-330766,-371859],[-329216,-375572],[-332007,-381505],[-327883,-379134],[-329125,-377934],[-324362,-381659],[-323189,-378263],[-321534,-380221],[-322139,-383071],[-325477,-374377],[-321273,-377432],[-326337,-371359],[-326418,-373999],[-323848,-375656],[-330863,-374266],[-327232,-379057],[-327696,-382612],[-332581,-383699],[-324918,-378264],[-326669,-380503],[-331195,-376380],[-327541,-385048],[-329420,-395320],[-323233,-390870],[-330682,-384103],[-320167,-385485],[-321254,-385895],[-323403,-390162],[-328189,-387434],[-329871,-389580],[-329741,-394823],[-329178,-391631],[-325924,-391094],[-331319,-396925],[-325459,-400164],[-328934,-407756],[-324602,-408899],[-329761,-407232],[-327244,-398847],[-327738,-401180],[-324204,-397065],[-327993,-405926],[-332087,-402534],[-327007,-401537],[-326954,-400911],[-329159,-407073],[-327076,-400062],[-326289,-398239],[-322277,-413753],[-327533,-421413],[-323053,-417511],[-325933,-413018],[-325248,-421291],[-328990,-416104],[-324823,-413218],[-327974,-420237],[-332116,-422091],[-326955,-409422],[-327220,-411626],[-321739,-410030],[-322864,-416981],[-322212,-418173],[-326145,-414362],[-326520,-413845],[-331112,-414112],[-326982,-418871],[-325954,-412643],[-332293,-414754],[-320105,-412574],[-322098,-421975],[-327772,-426580],[-326195,-434722],[-332448,-434270],[-326111,-430670],[-327698,-429684],[-323524,-431036],[-326691,-428906],[-322455,-425425],[-320394,-423034],[-331171,-427278],[-327252,-425226],[-328391,-423951],[-330699,-426926],[-321658,-426378],[-328170,-433096],[-331169,-433364],[-328146,-428177],[-324647,-428500],[-332212,-426918],[-326863,-426344],[-332748,-439784],[-328938,-438751],[-320204,-436362],[-322803,-439511],[-323823,-441079],[-323166,-441067],[-320609,-442999],[-329263,-435185],[-329418,-436418],[-330088,-437727],[-323764,-437867],[-325432,-441906],[-321147,-454168],[-324856,-456888],[-329728,-468286],[-323418,-465878],[-320735,-462520],[-320841,-482810],[-343471,-350985],[-344539,-349701],[-343988,-352117],[-340896,-353639],[-337715,-358011],[-341863,-351090],[-343497,-348724],[-343182,-353545],[-342841,-356378],[-334511,-358126],[-341704,-349361],[-338323,-350451],[-333649,-353526],[-333677,-352319],[-332983,-368912],[-333171,-367250],[-339904,-359769],[-336614,-365993],[-338548,-366076],[-335479,-363835],[-341833,-364213],[-344214,-364943],[-334157,-367518],[-336095,-367716],[-337591,-366808],[-340367,-366778],[-343350,-365906],[-335235,-363772],[-337710,-359756],[-338929,-358978],[-336810,-360979],[-339339,-360296],[-340137,-381024],[-344267,-383093],[-338121,-379743],[-342743,-379306],[-334372,-374004],[-341894,-381083],[-340767,-379162],[-334510,-376971],[-343872,-394445],[-335554,-392619],[-341065,-396172],[-342322,-387629],[-345151,-392183],[-341015,-385131],[-335777,-386060],[-336386,-386777],[-335983,-387264],[-333202,-408512],[-333057,-401216],[-334228,-400619],[-336717,-398823],[-335369,-401125],[-340040,-406210],[-336075,-409389],[-332978,-397396],[-336475,-399621],[-338422,-403125],[-345528,-412754],[-339481,-413258],[-337586,-410842],[-338311,-410078],[-341688,-415551],[-344716,-421423],[-338307,-419569],[-337459,-419074],[-337239,-420323],[-337650,-409571],[-337940,-417731],[-336042,-415488],[-343029,-410886],[-344223,-417353],[-344442,-418525],[-338449,-415045],[-344949,-429374],[-344096,-433505],[-340561,-433264],[-339988,-428862],[-338442,-427208],[-337149,-429787],[-336365,-434244],[-334271,-425952],[-341151,-424670],[-333128,-422375],[-344339,-426806],[-344506,-433512],[-341536,-434122],[-340880,-425000],[-337237,-433977],[-336515,-428466],[-333067,-425435],[-340443,-424901],[-332996,-428008],[-333014,-438097],[-334166,-436979],[-340038,-445309],[-345320,-435107],[-336163,-436320],[-338379,-445082],[-333775,-464017],[-344290,-471890],[-341575,-468696],[-341650,-462841],[-338087,-465505],[-341614,-467118],[-334773,-461913],[-340739,-467675],[-334415,-465318],[-333582,-464702],[-343790,-482940],[-338709,-479415],[-335430,-477039],[-333224,-478835],[-344399,-473651],[-355698,-344962],[-358379,-342512],[-355456,-349667],[-351961,-358132],[-350503,-352751],[-349444,-350819],[-352024,-347323],[-355952,-347336],[-354250,-352131],[-348765,-354777],[-358084,-353772],[-355762,-356142],[-351678,-348933],[-351923,-347142],[-345660,-350156],[-357927,-370554],[-353998,-363435],[-347844,-368742],[-351826,-360619],[-358256,-371079],[-353336,-380794],[-354705,-382165],[-351234,-382523],[-349926,-381386],[-352033,-375013],[-349447,-379380],[-357440,-371513],[-356714,-379314],[-355592,-381996],[-356903,-379814],[-353900,-373902],[-350700,-381624],[-347264,-376479],[-351108,-384358],[-347627,-395413],[-354365,-391601],[-351367,-386065],[-354917,-389513],[-348713,-393440],[-353928,-393489],[-357467,-393196],[-356380,-385955],[-350694,-396468],[-350949,-392430],[-351747,-397957],[-348688,-402638],[-351394,-406294],[-345724,-399688],[-352494,-401410],[-350498,-401957],[-356909,-403840],[-352060,-398191],[-357031,-402400],[-357687,-408080],[-347370,-403512],[-357219,-418682],[-349606,-414866],[-348081,-412891],[-346176,-416345],[-354329,-411225],[-353504,-412608],[-356315,-413509],[-353589,-418281],[-345812,-418346],[-355115,-420305],[-349497,-420870],[-345735,-416814],[-346624,-411401],[-349424,-416411],[-356213,-417313],[-351160,-414912],[-354907,-420450],[-353669,-418180],[-349287,-421013],[-357873,-423524],[-356533,-422388],[-354742,-426742],[-347010,-432205],[-352371,-433819],[-355467,-431845],[-348769,-432856],[-349652,-431448],[-356620,-432600],[-350779,-433033],[-348142,-434017],[-356625,-422251],[-355609,-426548],[-357873,-423734],[-354164,-426549],[-348060,-425399],[-355645,-430360],[-351864,-443717],[-351620,-441539],[-346940,-444212],[-350765,-445595],[-356958,-446986],[-357517,-444292],[-351627,-440485],[-351410,-435871],[-349926,-437431],[-356420,-435736],[-357730,-436236],[-353750,-437600],[-349649,-435028],[-346705,-435100],[-357045,-452367],[-356747,-459300],[-352661,-449928],[-357946,-450802],[-357114,-459468],[-351719,-459209],[-357686,-449854],[-354462,-448279],[-355462,-465301],[-345709,-465159],[-357835,-476620],[-350370,-483587],[-348439,-483094],[-348034,-483292],[-348261,-474263],[-359002,-342335],[-358451,-346180],[-364828,-353046],[-367660,-351685],[-362862,-345560],[-366065,-347464],[-369581,-356896],[-363867,-346925],[-366975,-346983],[-364503,-348245],[-360515,-346479],[-369165,-347972],[-361202,-346095],[-360749,-364490],[-369101,-363623],[-358694,-367606],[-359285,-365477],[-365828,-363308],[-358890,-375791],[-364109,-375183],[-360283,-380924],[-361465,-381031],[-370584,-376402],[-360031,-378149],[-359109,-382929],[-363106,-393516],[-369296,-389708],[-359487,-385839],[-361115,-385725],[-361365,-392807],[-365983,-387976],[-363911,-385154],[-361169,-387953],[-364964,-385869],[-368859,-392623],[-358226,-384135],[-362716,-394348],[-363559,-384802],[-363329,-385725],[-366001,-391117],[-362057,-390608],[-366368,-393642],[-363652,-391033],[-363102,-402891],[-365947,-408536],[-371040,-402665],[-359454,-399108],[-369584,-401281],[-370941,-402001],[-365198,-404178],[-359513,-397976],[-358588,-400450],[-366001,-404699],[-364157,-406628],[-368024,-402266],[-365374,-400707],[-369202,-401343],[-360061,-410964],[-368544,-410046],[-368515,-411309],[-359807,-432835],[-361750,-431580],[-359749,-437059],[-358646,-441573],[-369354,-445466],[-369189,-445981],[-362816,-439352],[-358610,-441035],[-363096,-438603],[-362072,-437097],[-368233,-443971],[-370217,-443234],[-368386,-446920],[-369906,-453447],[-365004,-449169],[-363838,-449345],[-364258,-455460],[-364087,-448331],[-369387,-451241],[-366278,-454236],[-364584,-451051],[-369726,-447999],[-367682,-451895],[-366221,-454986],[-368826,-453544],[-365168,-458629],[-364215,-458715],[-362591,-451597],[-367592,-465949],[-371073,-464080],[-370938,-467839],[-366872,-462749],[-367794,-464742],[-365035,-461611],[-366088,-463959],[-368799,-466910],[-368927,-464706],[-368826,-461553],[-362694,-483157],[-361474,-479116],[-363063,-482162],[-363198,-523709],[-367114,-517138],[-368594,-517659],[-363192,-525496],[-371456,-351069],[-379127,-353025],[-375925,-354019],[-378566,-349873],[-378512,-354929],[-373712,-361818],[-381120,-360609],[-382325,-359009],[-376833,-370482],[-371446,-379464],[-374335,-374837],[-382209,-379056],[-373622,-372280],[-373865,-378528],[-379775,-396590],[-378565,-390966],[-380640,-393715],[-377896,-393714],[-375560,-387007],[-380735,-394153],[-375655,-390180],[-381150,-389199],[-382690,-393374],[-374378,-388484],[-377029,-393336],[-376202,-403360],[-382187,-402019],[-380740,-401400],[-371866,-401420],[-373406,-402628],[-378065,-405568],[-373210,-406498],[-371321,-401177],[-380291,-411893],[-371830,-411360],[-371887,-445538],[-371792,-447016],[-372805,-459763],[-372180,-453469],[-372170,-450794],[-373372,-452084],[-373651,-456159],[-374137,-460657],[-375238,-464980],[-381029,-466242],[-375946,-464203],[-371619,-465982],[-373440,-462170],[-382695,-462241],[-377603,-461225],[-376133,-464418],[-382734,-468520],[-380150,-472720],[-379225,-469112],[-377118,-467936],[-380884,-466620],[-375262,-467769],[-383635,-470356],[-378789,-465929],[-371684,-462889],[-377750,-465433],[-379274,-461602],[-375285,-464022],[-383520,-520453],[-377464,-532992],[-378474,-526944],[-382439,-531630],[-378563,-526523],[-375857,-529645],[-372892,-550173],[-388351,-349958],[-395365,-355852],[-384223,-348928],[-390760,-357902],[-384193,-353051],[-391727,-366660],[-396310,-359643],[-388245,-361781],[-391834,-370463],[-386434,-359712],[-393342,-370479],[-390439,-367805],[-394795,-370623],[-396449,-369600],[-391271,-366161],[-385316,-364368],[-385282,-363539],[-387675,-383518],[-394601,-378006],[-395988,-381002],[-387429,-382408],[-388167,-380593],[-391967,-378149],[-393513,-380728],[-395472,-378333],[-385365,-380649],[-385915,-387918],[-384879,-386056],[-386584,-392264],[-388684,-388607],[-387143,-393083],[-392971,-395271],[-388826,-389806],[-386679,-384087],[-384152,-384517],[-385735,-392824],[-393949,-392276],[-385190,-386931],[-386795,-385264],[-389109,-406524],[-392373,-404042],[-387628,-406892],[-393253,-404190],[-389343,-406405],[-394067,-397261],[-385166,-398300],[-390880,-403444],[-391893,-402853],[-388781,-402683],[-391913,-416102],[-391410,-412933],[-396497,-432697],[-395195,-433095],[-384960,-435810],[-386354,-469960],[-393285,-465182],[-390946,-470099],[-397302,-469000],[-388779,-471360],[-384406,-464375],[-396696,-467989],[-393166,-463712],[-397532,-471858],[-393640,-472600],[-396663,-473907],[-396579,-480817],[-396614,-479577],[-395461,-475695],[-394465,-476250],[-393838,-480023],[-391425,-476465],[-391356,-479693],[-393986,-473765],[-388689,-478412],[-393119,-487479],[-395400,-510179],[-394963,-511869],[-395958,-517952],[-394106,-520501],[-408951,-354935],[-404510,-356587],[-399035,-355997],[-404394,-352048],[-398296,-353931],[-397478,-355923],[-403525,-356885],[-401435,-355568],[-406808,-353125],[-401618,-370511],[-401299,-368688],[-397651,-358739],[-404499,-363140],[-406883,-359512],[-407200,-358785],[-401551,-359187],[-407847,-363340],[-406190,-365473],[-401063,-358681],[-401559,-358234],[-397224,-359224],[-406886,-360541],[-396867,-372747],[-403742,-373001],[-406645,-381953],[-403632,-374391],[-398076,-380853],[-406771,-378629],[-408781,-382135],[-397594,-378832],[-399586,-376871],[-401784,-380717],[-407831,-379604],[-397160,-387450],[-407589,-384004],[-398782,-392594],[-405104,-390029],[-406445,-396594],[-405672,-393316],[-403711,-387681],[-402205,-395461],[-401351,-389253],[-406912,-390071],[-401627,-386876],[-407017,-391600],[-402092,-394689],[-405242,-395238],[-405971,-393177],[-402406,-395244],[-402619,-395506],[-408419,-392763],[-405157,-390223],[-407266,-396116],[-408060,-393636],[-401776,-386910],[-406444,-389615],[-399381,-396414],[-398773,-389648],[-398189,-392906],[-397796,-402836],[-398709,-403733],[-397649,-403235],[-405422,-396871],[-401436,-397592],[-399545,-403872],[-399512,-402951],[-399460,-399849],[-400057,-402775],[-398579,-399689],[-399783,-399440],[-398907,-416154],[-397150,-418214],[-408926,-433303],[-409060,-448472],[-408798,-454432],[-404515,-463275],[-406906,-469937],[-397547,-466344],[-397333,-469567],[-396982,-469771],[-400334,-467002],[-404833,-473242],[-400587,-468551],[-406682,-470417],[-408384,-478903],[-406499,-479218],[-406399,-485000],[-408584,-480172],[-401678,-477964],[-399045,-478222],[-406991,-474141],[-402859,-474197],[-400678,-479996],[-405050,-477527],[-400769,-492724],[-407696,-487170],[-407528,-486495],[-407855,-499700],[-408547,-499554],[-401347,-499846],[-409483,-501289],[-408040,-499010],[-408598,-505777],[-397514,-510726],[-401329,-517950],[-413525,-356529],[-423132,-356581],[-417619,-366241],[-420289,-364367],[-415816,-365162],[-419429,-361266],[-421667,-358470],[-421829,-360157],[-413980,-358653],[-413463,-361539],[-413977,-366102],[-419888,-360481],[-413939,-364413],[-421731,-363927],[-416549,-380826],[-415007,-373413],[-412108,-373152],[-421911,-376482],[-421692,-380952],[-412075,-372430],[-411513,-379434],[-411764,-383677],[-413876,-380547],[-416388,-381047],[-414404,-373281],[-421800,-380488],[-421391,-379630],[-411338,-372515],[-410621,-377446],[-412098,-372230],[-416287,-380745],[-414327,-394261],[-412183,-393640],[-410847,-393069],[-414530,-394296],[-414445,-394511],[-411324,-391797],[-411601,-389046],[-412092,-391571],[-417309,-384396],[-416394,-389059],[-419809,-384903],[-414246,-388648],[-416136,-384351],[-415982,-384512],[-413972,-389480],[-415205,-385336],[-415889,-384239],[-417017,-391773],[-413421,-389787],[-415331,-425807],[-422020,-434894],[-411841,-434372],[-416579,-425925],[-412460,-431740],[-422360,-440638],[-414123,-457871],[-419378,-452495],[-419967,-451630],[-414024,-456149],[-412155,-460071],[-421271,-469371],[-418528,-471690],[-417927,-471870],[-422039,-471863],[-417405,-473046],[-420553,-471523],[-410714,-462278],[-413431,-465466],[-410641,-464817],[-409618,-473391],[-415873,-465187],[-411820,-464985],[-419265,-468205],[-418882,-474702],[-414581,-481335],[-413588,-480366],[-413439,-485084],[-414784,-473456],[-414382,-476624],[-416344,-478587],[-419615,-481535],[-422078,-482785],[-417590,-483548],[-412680,-476243],[-410307,-480111],[-418823,-482213],[-421836,-485998],[-412661,-481571],[-411075,-475825],[-410541,-474329],[-410474,-473870],[-412759,-473757],[-416778,-496885],[-417910,-496723],[-416374,-490531],[-415324,-489891],[-414846,-486264],[-413643,-498452],[-421600,-491214],[-409616,-504465],[-411320,-504864],[-411439,-507544],[-415272,-502974],[-420020,-500743],[-420238,-501924],[-421734,-500453],[-421240,-500165],[-421543,-508888],[-417148,-511468],[-413370,-523549],[-412808,-521674],[-415736,-512475],[-420923,-512258],[-411594,-516731],[-412103,-517903],[-412659,-524259],[-416026,-536308],[-414040,-536008],[-415673,-534250],[-413587,-526033],[-420501,-526931],[-412429,-544787],[-413430,-545829],[-434902,-241670],[-427604,-241746],[-430496,-239783],[-432054,-239700],[-431712,-238130],[-428947,-242197],[-431512,-240392],[-432438,-238205],[-431531,-237884],[-429412,-244728],[-430530,-243346],[-428807,-245544],[-429291,-243536],[-423299,-264116],[-424166,-264243],[-425545,-270410],[-425396,-269574],[-434255,-328748],[-434776,-335054],[-424077,-338479],[-434960,-357240],[-427650,-356307],[-435113,-357874],[-428842,-358135],[-427731,-355854],[-428293,-356331],[-427614,-346157],[-431716,-345754],[-427850,-347287],[-434707,-350932],[-434898,-356362],[-429190,-355041],[-432204,-348007],[-432598,-354587],[-432825,-348614],[-422822,-364300],[-431951,-360520],[-426691,-360474],[-423792,-364989],[-427355,-378286],[-425441,-383652],[-426109,-382497],[-429366,-374424],[-424602,-378637],[-425567,-381318],[-423270,-381479],[-422447,-375077],[-427744,-379855],[-423209,-377683],[-425036,-381517],[-428651,-375658],[-428392,-375776],[-426374,-380102],[-426838,-381709],[-423065,-375249],[-423745,-376097],[-431710,-398715],[-431099,-400701],[-433665,-403296],[-434550,-399224],[-431211,-399707],[-431699,-400872],[-434249,-426962],[-433232,-447756],[-428643,-440663],[-427973,-439656],[-432746,-455210],[-428592,-458942],[-425925,-453490],[-428181,-457528],[-426484,-450942],[-424910,-455973],[-428666,-457717],[-433942,-459766],[-427424,-459847],[-424605,-457254],[-425846,-466861],[-429009,-460987],[-428942,-472545],[-428656,-468881],[-427143,-468275],[-432596,-467911],[-433952,-473262],[-427855,-469967],[-422882,-469971],[-434359,-468785],[-425225,-466076],[-425639,-471705],[-431568,-478273],[-435028,-481209],[-424611,-475589],[-434098,-480376],[-423469,-479240],[-429264,-481747],[-422843,-480194],[-428045,-480254],[-426863,-477695],[-429097,-477768],[-430902,-477393],[-424102,-480692],[-434310,-481444],[-434749,-487084],[-428628,-498871],[-423384,-500731],[-431398,-500863],[-423288,-499299],[-426042,-502903],[-428962,-500671],[-431623,-499375],[-424418,-510779],[-429297,-509058],[-433445,-509697],[-435180,-509310],[-423545,-510915],[-432661,-520443],[-430295,-519947],[-431855,-512596],[-424066,-512515],[-424640,-513479],[-426821,-513643],[-426677,-515089],[-434364,-515915],[-424287,-526532],[-425962,-527513],[-428357,-527581],[-446797,-194361],[-446752,-194703],[-446344,-228731],[-445983,-228694],[-445634,-233126],[-442113,-236740],[-436214,-240685],[-437648,-238761],[-436568,-234693],[-439029,-232730],[-441544,-238071],[-435495,-236387],[-437023,-235251],[-446780,-231580],[-439835,-235073],[-437396,-242145],[-436844,-239264],[-438429,-239789],[-435298,-235906],[-437901,-233671],[-440979,-237805],[-440257,-254591],[-442321,-254236],[-440494,-255135],[-441158,-253733],[-437014,-293420],[-435202,-293471],[-437134,-295671],[-437223,-296625],[-441351,-328802],[-440762,-326008],[-440918,-328355],[-443332,-322924],[-445173,-327011],[-441311,-323357],[-438591,-331930],[-435532,-328801],[-446129,-344181],[-442590,-335738],[-440983,-344155],[-442085,-344024],[-436289,-332842],[-445263,-335819],[-437829,-340757],[-439121,-340929],[-441563,-341442],[-436789,-334180],[-447758,-348178],[-447441,-346235],[-435336,-354471],[-435449,-356950],[-440016,-346945],[-441234,-346342],[-440831,-346329],[-437763,-349459],[-436095,-351566],[-448073,-383724],[-435955,-383325],[-444333,-377005],[-441446,-379591],[-440612,-378837],[-445781,-376846],[-447680,-380615],[-440366,-384794],[-437638,-399273],[-438285,-397255],[-439119,-398476],[-435800,-400415],[-436937,-401614],[-442192,-446874],[-438239,-458169],[-439212,-458053],[-437205,-471698],[-440211,-469469],[-441159,-464040],[-436231,-468198],[-440061,-468118],[-438805,-472417],[-438634,-468861],[-442815,-467128],[-441711,-464466],[-445631,-471996],[-447846,-464521],[-436629,-478666],[-442642,-480546],[-435482,-478922],[-442751,-481416],[-435851,-479730],[-445693,-474021],[-446554,-478406],[-437126,-497873],[-436811,-497509],[-441675,-494899],[-435511,-486967],[-446034,-493473],[-441897,-490638],[-436818,-498755],[-439862,-496700],[-446721,-493691],[-441460,-489637],[-444009,-495335],[-444143,-494291],[-440225,-499786],[-436790,-504041],[-435426,-510355],[-442052,-524149],[-438525,-518243],[-443140,-515958],[-447425,-519774],[-444289,-512971],[-437852,-517837],[-441669,-518178],[-446529,-522807],[-440172,-522876],[-446679,-533734],[-444168,-528757],[-443419,-527682],[-447418,-537425],[-460487,-126884],[-457235,-134638],[-460654,-199419],[-459570,-217155],[-453524,-212837],[-453235,-216659],[-455285,-206837],[-455097,-207539],[-454592,-214523],[-450057,-221116],[-450673,-225527],[-458275,-218282],[-450372,-224440],[-452858,-217651],[-448643,-219409],[-456924,-236217],[-457516,-235544],[-449688,-241730],[-450911,-240742],[-451043,-241180],[-453057,-244316],[-454984,-245995],[-453128,-245141],[-453646,-244387],[-454697,-245057],[-448590,-271340],[-449909,-273845],[-451103,-271127],[-448165,-272803],[-448958,-273446],[-449658,-271027],[-454188,-325836],[-459603,-327974],[-460368,-330950],[-460772,-325407],[-459603,-324644],[-450320,-343949],[-451687,-342619],[-452428,-344936],[-453517,-344507],[-452699,-337887],[-459104,-336732],[-457944,-337752],[-451566,-341465],[-453577,-340867],[-458974,-337015],[-455246,-335367],[-456892,-335656],[-459057,-343716],[-448918,-340709],[-459852,-340914],[-458302,-340963],[-459413,-353580],[-456701,-350681],[-449776,-358078],[-450373,-355350],[-457590,-351271],[-457487,-348949],[-460145,-357474],[-457511,-347256],[-460436,-346538],[-455186,-346873],[-456091,-382685],[-457036,-383633],[-454649,-372366],[-453388,-378199],[-459806,-373703],[-456152,-372691],[-452074,-378487],[-459705,-379186],[-455412,-378371],[-450265,-379791],[-449974,-382398],[-450758,-378348],[-451691,-386030],[-454494,-385775],[-450649,-384216],[-456009,-386160],[-456530,-426659],[-456877,-430683],[-456960,-429029],[-456985,-429598],[-457076,-428807],[-455654,-429634],[-455817,-426646],[-455975,-429998],[-458891,-430479],[-456912,-431455],[-458989,-431984],[-454739,-428009],[-455129,-427379],[-460525,-444507],[-459941,-444713],[-450138,-453606],[-448660,-453379],[-449056,-453347],[-451350,-449961],[-458280,-467199],[-457645,-464203],[-458055,-472086],[-458237,-463801],[-451414,-479614],[-456161,-477156],[-453026,-483709],[-459038,-480907],[-448002,-480773],[-453193,-483968],[-456581,-477658],[-453080,-475211],[-452025,-510928],[-452804,-510808],[-454118,-511974],[-451114,-517630],[-456036,-534126],[-449876,-526626],[-449399,-526956],[-452379,-533441],[-465164,-125881],[-461828,-124906],[-464990,-124969],[-461369,-125123],[-472926,-133073],[-472021,-132686],[-471581,-133540],[-472320,-134232],[-473590,-134572],[-472556,-175034],[-472801,-176038],[-470023,-172479],[-469088,-170501],[-470679,-166573],[-464581,-166566],[-467634,-170789],[-468273,-190198],[-472632,-190773],[-467386,-191378],[-472634,-191732],[-467468,-190557],[-471570,-192325],[-463038,-193733],[-471275,-202003],[-471540,-202368],[-470642,-199612],[-468472,-199894],[-465670,-195450],[-471507,-198288],[-471803,-196804],[-467172,-192561],[-468168,-193565],[-465532,-201389],[-461749,-196211],[-465736,-199166],[-468616,-198367],[-463078,-198918],[-470479,-202352],[-470318,-200397],[-468184,-199779],[-464433,-194711],[-471522,-197963],[-472501,-197412],[-466148,-193316],[-463276,-195578],[-466120,-199346],[-468960,-197586],[-462921,-200506],[-464588,-200662],[-462334,-207307],[-463597,-210307],[-463347,-207326],[-465706,-212232],[-465648,-207964],[-472370,-206224],[-468227,-206476],[-461044,-215063],[-461820,-208573],[-466638,-209116],[-470812,-205246],[-462860,-205874],[-461900,-207394],[-464348,-210527],[-463764,-207837],[-465060,-207226],[-462510,-210563],[-467309,-207597],[-467222,-309585],[-462089,-309143],[-465920,-319015],[-461820,-311770],[-467545,-316231],[-467023,-313261],[-468666,-321266],[-462222,-330630],[-464603,-326246],[-468182,-321156],[-461891,-326264],[-467817,-329021],[-472229,-340239],[-469636,-341308],[-469276,-338898],[-466522,-343041],[-468731,-343246],[-465639,-345246],[-472771,-342948],[-471973,-339122],[-462875,-338589],[-466549,-344728],[-470131,-340818],[-465377,-342989],[-471633,-336290],[-462381,-332994],[-465439,-335813],[-462735,-335463],[-464258,-345292],[-469230,-333474],[-468481,-336768],[-460830,-340175],[-466704,-339792],[-469390,-336526],[-460995,-341756],[-469649,-333175],[-468210,-332677],[-470030,-357691],[-467725,-355630],[-462203,-356047],[-461349,-346194],[-465627,-360650],[-465419,-366051],[-470938,-365247],[-466203,-365147],[-472616,-363812],[-470344,-368149],[-468636,-375124],[-471351,-371683],[-463442,-378896],[-469111,-381899],[-465807,-382173],[-462013,-373610],[-470295,-377322],[-470104,-374302],[-473299,-372990],[-461749,-383796],[-470396,-376912],[-473197,-375129],[-460913,-385092],[-466497,-385258],[-471301,-385130],[-462606,-384463],[-464978,-443348],[-469145,-440653],[-471483,-439671],[-471443,-436342],[-464487,-443466],[-467490,-446920],[-468812,-440958],[-471339,-439922],[-472133,-437681],[-461246,-451220],[-465163,-454549],[-464687,-454993],[-467515,-452421],[-461700,-451550],[-464888,-454263],[-472992,-459981],[-473249,-466223],[-473385,-462233],[-473536,-470603],[-467065,-469129],[-464245,-470157],[-468787,-463004],[-464587,-464654],[-468901,-466913],[-468831,-465509],[-467176,-472142],[-462311,-462515],[-469647,-462179],[-466739,-469059],[-467760,-468462],[-473274,-478188],[-467754,-482321],[-461556,-477203],[-466409,-474392],[-468498,-488679],[-472169,-495572],[-472311,-497988],[-462070,-510238],[-473393,-501640],[-470694,-503138],[-470586,-502025],[-469888,-499512],[-472219,-499949],[-470316,-505077],[-468635,-506401],[-473263,-549460],[-478266,-130725],[-475118,-136648],[-476696,-136365],[-473674,-134426],[-474171,-136427],[-475656,-137937],[-475657,-139760],[-477147,-139441],[-475180,-140279],[-478041,-136867],[-475937,-137373],[-477455,-152196],[-481667,-149378],[-476732,-163817],[-483115,-162995],[-475843,-170764],[-475589,-173865],[-478722,-171643],[-478734,-176513],[-481057,-173187],[-479052,-187443],[-479902,-196968],[-479904,-195660],[-475504,-196807],[-476038,-202003],[-474355,-203824],[-476560,-200971],[-474694,-203981],[-475976,-200260],[-474836,-212566],[-474572,-209849],[-475277,-206907],[-474680,-210709],[-475970,-206981],[-474302,-205220],[-474847,-211171],[-474675,-207329],[-474850,-210039],[-474662,-211525],[-482108,-222030],[-482900,-234155],[-485864,-230386],[-483371,-231520],[-484548,-230749],[-484906,-292182],[-481653,-293233],[-483862,-291349],[-485713,-290707],[-483902,-289971],[-480769,-292626],[-486379,-292934],[-474493,-285044],[-475898,-287338],[-476296,-287879],[-478258,-285523],[-479529,-285043],[-474897,-288532],[-475625,-285367],[-477257,-286536],[-478841,-285138],[-480537,-286036],[-473926,-286987],[-482825,-306622],[-485154,-300912],[-477022,-298486],[-476560,-297344],[-475910,-299907],[-477030,-303361],[-477633,-304198],[-476418,-304445],[-480592,-294790],[-481542,-297430],[-478677,-299329],[-479582,-301029],[-481404,-301099],[-476890,-297437],[-476515,-300242],[-477259,-302327],[-477754,-304939],[-478232,-306316],[-482165,-294947],[-481071,-298702],[-479482,-297371],[-483402,-310562],[-486398,-319229],[-483354,-312887],[-482357,-318216],[-481560,-308180],[-480726,-310149],[-475478,-316802],[-475244,-307767],[-474051,-310528],[-475713,-311096],[-473804,-313335],[-477736,-309592],[-477338,-312391],[-476100,-313692],[-481346,-309367],[-483867,-311561],[-480608,-317603],[-482700,-309619],[-480548,-312968],[-486275,-312225],[-476277,-308717],[-473921,-309702],[-475792,-310088],[-476136,-311996],[-474625,-314372],[-479132,-310813],[-478934,-311851],[-476000,-315849],[-477332,-316039],[-479875,-323122],[-478931,-330979],[-485321,-320927],[-482262,-329694],[-479475,-327832],[-483375,-329586],[-480009,-329310],[-479873,-334541],[-480511,-340111],[-475868,-341192],[-484895,-341854],[-481482,-344686],[-474474,-337368],[-473652,-335096],[-477177,-345568],[-481544,-357035],[-484832,-349907],[-481400,-353865],[-475550,-360542],[-476214,-369463],[-474165,-360847],[-475829,-359621],[-477526,-367643],[-482950,-367825],[-484576,-364189],[-483354,-360878],[-481907,-363086],[-483749,-368133],[-485522,-363801],[-484651,-360461],[-474437,-361704],[-483234,-368463],[-484993,-360954],[-484020,-360848],[-484197,-368809],[-480119,-360924],[-485791,-364002],[-482666,-363595],[-478046,-371645],[-484636,-372568],[-485604,-380928],[-485736,-378929],[-484383,-382117],[-484641,-372071],[-484617,-380345],[-484647,-376056],[-485688,-379530],[-483011,-380777],[-486280,-371300],[-479540,-385274],[-479905,-384040],[-484147,-439238],[-476144,-453793],[-476523,-449063],[-481524,-471189],[-481367,-466031],[-474852,-462402],[-478118,-466556],[-477069,-461524],[-473775,-469583],[-473654,-472284],[-482323,-474442],[-484986,-479185],[-485217,-478842],[-486858,-481581],[-474158,-494804],[-473713,-499049],[-474848,-549621],[-482225,-547667],[-483049,-548180],[-476884,-546451],[-474831,-546077],[-478760,-550457],[-479453,-551042],[-480285,-550842],[-482755,-550828],[-484542,-552418],[-490010,-140267],[-490333,-137736],[-492483,-139260],[-492662,-140355],[-489224,-137755],[-497499,-137605],[-497118,-138836],[-496504,-138898],[-493353,-139287],[-492460,-138966],[-492042,-137359],[-490411,-139351],[-488788,-140425],[-488659,-138608],[-490675,-137125],[-493312,-138245],[-487075,-144138],[-495676,-150978],[-487697,-145052],[-488794,-145153],[-488563,-143827],[-489290,-151127],[-493140,-151638],[-490717,-151643],[-493558,-150750],[-495123,-149557],[-494675,-146180],[-492818,-146875],[-489595,-146228],[-489294,-149893],[-489965,-141425],[-494760,-162173],[-492557,-165870],[-491250,-163783],[-486747,-161119],[-492992,-157203],[-487716,-154424],[-490506,-159041],[-497243,-155801],[-488644,-155754],[-497328,-174625],[-499082,-174308],[-497987,-177388],[-498383,-177820],[-496400,-177885],[-495454,-177222],[-487566,-173952],[-489936,-167165],[-491960,-172571],[-494630,-169961],[-494004,-166419],[-497434,-168090],[-496076,-166315],[-498692,-178361],[-498913,-167166],[-495286,-181441],[-498251,-179010],[-493428,-179694],[-498052,-187863],[-498875,-188299],[-494317,-188563],[-495614,-191728],[-497483,-188160],[-495891,-192223],[-495778,-200464],[-496183,-202114],[-498913,-198094],[-493877,-192012],[-497057,-201218],[-498083,-193594],[-494073,-207089],[-494880,-206619],[-490850,-205336],[-491280,-208927],[-498556,-211918],[-497484,-206563],[-497790,-205105],[-498741,-207816],[-497815,-206447],[-488708,-232607],[-487109,-233957],[-498037,-247514],[-496964,-247333],[-498666,-246724],[-497255,-246753],[-489590,-281324],[-495842,-276079],[-498717,-275279],[-499095,-276539],[-495069,-278346],[-494858,-278946],[-493790,-279655],[-488282,-280960],[-490341,-280481],[-496553,-273026],[-494075,-279473],[-498483,-276342],[-497057,-275776],[-497544,-272704],[-498393,-280689],[-495389,-278291],[-494683,-279457],[-488426,-279964],[-490644,-280729],[-495850,-280982],[-488278,-282596],[-488669,-281855],[-489818,-281523],[-492680,-286142],[-491037,-289258],[-497063,-283434],[-494385,-286136],[-488867,-284186],[-488261,-284180],[-490126,-282488],[-489552,-292054],[-498352,-282346],[-496512,-282140],[-493917,-284754],[-489925,-290938],[-487067,-291368],[-487059,-288348],[-489211,-290480],[-496769,-292103],[-492762,-283215],[-489810,-283596],[-489432,-283313],[-488626,-283380],[-489092,-282621],[-491053,-282737],[-487815,-289249],[-490919,-282308],[-496781,-283038],[-488957,-292307],[-486626,-290255],[-487903,-292016],[-490175,-290134],[-488418,-290487],[-491647,-290896],[-491164,-297594],[-494681,-295233],[-488948,-297596],[-494192,-294372],[-487696,-299243],[-492386,-316160],[-489517,-311059],[-487376,-312855],[-499061,-323353],[-486784,-321050],[-498641,-328134],[-496683,-322753],[-494499,-342929],[-498441,-333929],[-489452,-340244],[-498884,-336917],[-489273,-343154],[-486789,-343648],[-488964,-340735],[-486581,-333455],[-490440,-358126],[-494874,-358198],[-492508,-358011],[-492373,-369325],[-496854,-360796],[-487821,-370251],[-487276,-366477],[-499151,-370857],[-494868,-360258],[-491215,-368259],[-488052,-360807],[-498085,-358743],[-497484,-365340],[-487836,-367342],[-497222,-358646],[-488091,-372930],[-493798,-375004],[-487894,-372114],[-488667,-371293],[-491568,-378415],[-494006,-383806],[-494225,-383874],[-495136,-459075],[-493688,-466858],[-494995,-463806],[-490337,-481284],[-488897,-483118],[-488597,-480921],[-487141,-481549],[-497804,-487920],[-499122,-540830],[-495856,-543370],[-497932,-540830],[-488359,-549205],[-489260,-548964],[-487516,-546096],[-488508,-546735],[-505566,-140337],[-510631,-137804],[-509849,-139249],[-502291,-139913],[-504289,-150709],[-509262,-150161],[-510824,-152846],[-507645,-152499],[-499969,-149292],[-501603,-147862],[-500904,-142413],[-503920,-140902],[-505026,-146343],[-511123,-141898],[-502695,-149047],[-500698,-141289],[-501964,-164238],[-511453,-164926],[-511161,-164613],[-507027,-163691],[-505960,-154660],[-503340,-163127],[-505649,-171385],[-507387,-175719],[-507348,-172051],[-511048,-168977],[-500488,-171112],[-501498,-171287],[-510198,-189205],[-511619,-185442],[-508680,-186614],[-508443,-186290],[-505804,-184404],[-501450,-186251],[-501281,-188509],[-503547,-189699],[-510207,-189115],[-506515,-190754],[-500794,-187776],[-504733,-187050],[-509622,-187976],[-507391,-186899],[-511481,-190778],[-500001,-188885],[-508017,-186262],[-509701,-186416],[-506577,-185632],[-505181,-185245],[-503063,-190574],[-499541,-187377],[-505443,-188591],[-506110,-186252],[-509866,-190743],[-507906,-191292],[-509536,-192972],[-500887,-192964],[-502253,-194723],[-507500,-194041],[-506799,-192291],[-500184,-195229],[-507788,-203767],[-502517,-192084],[-506587,-193802],[-507657,-193728],[-501856,-212319],[-504707,-210102],[-500042,-210048],[-505335,-205298],[-508547,-218387],[-510522,-218943],[-505391,-222763],[-509252,-220655],[-511921,-218016],[-503923,-226466],[-501475,-227678],[-511712,-235138],[-511380,-232133],[-510674,-230499],[-509033,-280056],[-499398,-277969],[-500625,-275985],[-510183,-276681],[-503243,-278089],[-502910,-277302],[-503501,-277206],[-502331,-279304],[-499379,-277150],[-500814,-276804],[-500428,-286033],[-502757,-283598],[-510184,-288971],[-503524,-288992],[-506035,-293135],[-508862,-292307],[-511801,-291729],[-499413,-289555],[-507651,-292694],[-506110,-287636],[-505737,-282194],[-510897,-286430],[-511472,-286498],[-502705,-291374],[-507020,-291781],[-504304,-305876],[-510563,-295564],[-509517,-295452],[-508346,-296517],[-509741,-298122],[-509179,-299334],[-510731,-294353],[-508274,-295497],[-508414,-296484],[-508701,-297651],[-511402,-299311],[-508886,-306657],[-507033,-298214],[-507384,-301915],[-507331,-298088],[-502849,-296537],[-501427,-295762],[-508121,-309520],[-501802,-311991],[-511170,-319549],[-506048,-313115],[-509880,-312744],[-509829,-332171],[-507007,-330292],[-506220,-330787],[-508375,-331117],[-509148,-328573],[-503690,-323509],[-502721,-324313],[-509052,-325830],[-504878,-337869],[-500797,-341424],[-510327,-333352],[-503632,-337720],[-509864,-337801],[-507334,-335320],[-508449,-334345],[-501952,-334082],[-504017,-340335],[-500823,-338370],[-504082,-337315],[-501838,-337622],[-510301,-338329],[-506909,-334388],[-511902,-335079],[-506617,-346521],[-504255,-355873],[-501347,-355133],[-507960,-347659],[-510981,-356063],[-505153,-357980],[-511318,-345665],[-507724,-367176],[-504615,-360304],[-502217,-362202],[-500295,-367640],[-501018,-367005],[-508716,-370464],[-510239,-364398],[-499855,-368812],[-501617,-365641],[-511043,-377851],[-500458,-379676],[-500423,-381423],[-508324,-371982],[-500196,-372786],[-507386,-372145],[-500285,-373978],[-499554,-371141],[-509782,-389091],[-499479,-384734],[-503093,-445287],[-509501,-449331],[-511131,-452984],[-507676,-481653],[-506176,-475498],[-507156,-475403],[-499423,-491414],[-504360,-487201],[-505649,-497829],[-501370,-488226],[-507961,-488989],[-502203,-494465],[-503318,-494964],[-501850,-491851],[-502656,-504162],[-500008,-501948],[-499882,-504621],[-503170,-501361],[-502087,-539160],[-502594,-539076],[-507024,-537674],[-502808,-538953],[-501830,-539658],[-517027,-138999],[-512018,-140191],[-512733,-165985],[-513590,-165717],[-512627,-156344],[-523712,-156302],[-523363,-163836],[-524293,-158676],[-521723,-170005],[-513725,-175351],[-520895,-175819],[-520391,-168968],[-523036,-187013],[-519986,-188451],[-512272,-181887],[-521831,-186236],[-519479,-187134],[-522856,-185751],[-512072,-187617],[-512468,-186040],[-514505,-202898],[-514301,-201175],[-515249,-198167],[-518131,-204383],[-519219,-205431],[-520982,-215000],[-521524,-215269],[-514075,-213906],[-512087,-208525],[-523691,-205137],[-522581,-207897],[-520177,-208679],[-520127,-213281],[-512956,-207308],[-521406,-216626],[-521642,-214972],[-513243,-214235],[-512918,-213592],[-522661,-210510],[-512543,-225373],[-522208,-228091],[-518102,-219186],[-512824,-218580],[-518253,-221443],[-514653,-217646],[-513304,-227433],[-512939,-226700],[-520996,-236824],[-512217,-232577],[-517296,-232621],[-524527,-233436],[-524608,-245829],[-520855,-253096],[-521313,-246040],[-520939,-254877],[-520750,-278910],[-516002,-278908],[-523154,-279093],[-512766,-278457],[-517791,-277579],[-516790,-277799],[-519648,-278995],[-512165,-276914],[-519632,-275511],[-521155,-271338],[-523956,-276844],[-522149,-275841],[-524331,-272359],[-523994,-276242],[-521655,-276156],[-519000,-276179],[-521275,-275787],[-522921,-273368],[-520908,-282658],[-512890,-286989],[-516060,-289806],[-518547,-287972],[-516977,-291017],[-518747,-290222],[-519065,-293356],[-524057,-291461],[-522330,-292417],[-513762,-293291],[-520036,-281974],[-524084,-283993],[-514227,-290048],[-518595,-286613],[-519183,-281442],[-519875,-281457],[-515310,-281979],[-516271,-287795],[-518882,-289020],[-519693,-289769],[-512954,-292309],[-518046,-294131],[-522616,-291956],[-524379,-289502],[-517455,-306883],[-512843,-294437],[-520681,-298362],[-523339,-295904],[-523350,-298294],[-523565,-298186],[-521175,-299602],[-522355,-302290],[-520085,-302652],[-520026,-294956],[-524398,-304871],[-518896,-304997],[-516698,-304185],[-514514,-300754],[-514670,-298983],[-516597,-297461],[-519569,-299002],[-517512,-298031],[-522927,-295817],[-523126,-297841],[-523569,-298927],[-521052,-299033],[-513682,-294644],[-521755,-302388],[-523539,-305088],[-518537,-304394],[-517752,-303815],[-513702,-297165],[-514634,-299508],[-516876,-296758],[-514125,-297151],[-524771,-294532],[-521628,-294551],[-522476,-316721],[-517809,-312157],[-518279,-310864],[-516771,-318482],[-519278,-318792],[-513929,-314463],[-514918,-317273],[-514749,-308976],[-518469,-330420],[-517944,-329178],[-521646,-320981],[-520553,-321666],[-522841,-327757],[-513563,-332136],[-519142,-325368],[-518842,-328855],[-514404,-320231],[-520221,-336987],[-516961,-342071],[-518716,-339798],[-513815,-342670],[-519328,-339588],[-513611,-334711],[-513262,-334361],[-512971,-335685],[-516973,-343349],[-524530,-345181],[-523711,-334933],[-513022,-338029],[-515931,-340186],[-518669,-336152],[-512562,-333694],[-519253,-348650],[-519331,-354487],[-513514,-355958],[-523663,-349844],[-514258,-347094],[-517263,-347324],[-519755,-356570],[-524665,-351868],[-512314,-347429],[-514831,-360070],[-518195,-360844],[-514436,-363384],[-514135,-362917],[-523739,-402397],[-523255,-404211],[-522715,-419992],[-516863,-423591],[-513163,-486064],[-513574,-481927],[-515080,-479753],[-519955,-491186],[-519635,-493083],[-522513,-496632],[-524270,-492219],[-523596,-492135],[-517550,-492373],[-518491,-489239],[-522649,-498487],[-522927,-499413],[-523759,-501417],[-523550,-502592],[-522897,-500116],[-534390,-125856],[-527682,-119789],[-527312,-117498],[-529142,-127027],[-529421,-121453],[-529311,-115743],[-533984,-138587],[-533575,-130367],[-536187,-130264],[-527634,-128188],[-535656,-140800],[-534727,-152047],[-536609,-148873],[-535296,-145847],[-531328,-145657],[-533078,-141588],[-526026,-156867],[-533124,-156255],[-536989,-159771],[-529198,-168819],[-527255,-174245],[-533688,-185171],[-531344,-185817],[-533562,-200920],[-532254,-193717],[-535796,-192097],[-530719,-200439],[-532593,-202154],[-526720,-196580],[-525086,-201792],[-527953,-206391],[-528903,-209021],[-529291,-205912],[-527429,-206615],[-527792,-209752],[-529776,-222298],[-528807,-222051],[-526280,-240194],[-526677,-235977],[-530490,-241266],[-530583,-252046],[-529975,-250478],[-532679,-251412],[-534878,-245354],[-531034,-251341],[-526340,-249183],[-534509,-250828],[-529136,-255345],[-535157,-259953],[-524846,-256597],[-530913,-268576],[-526499,-263203],[-532639,-263603],[-530514,-264016],[-535954,-261360],[-535090,-258317],[-531528,-255928],[-528284,-259536],[-530672,-267372],[-529392,-278164],[-530050,-276989],[-532089,-278431],[-528778,-277407],[-537068,-272961],[-529922,-275085],[-528763,-274385],[-535945,-269263],[-532952,-271721],[-527729,-272399],[-535371,-272177],[-528096,-274611],[-528521,-275346],[-527961,-273344],[-535642,-270268],[-530767,-270521],[-527404,-274208],[-527415,-275108],[-528779,-273897],[-527921,-273274],[-536173,-289434],[-533462,-290094],[-530967,-291511],[-532441,-289946],[-530138,-286521],[-528788,-287402],[-535228,-291818],[-528521,-294182],[-525031,-290545],[-525114,-293213],[-536122,-292387],[-525243,-292017],[-534733,-288612],[-531459,-293058],[-531168,-287278],[-536268,-291152],[-529512,-287702],[-529172,-286872],[-529874,-293822],[-527769,-290739],[-534473,-290901],[-529246,-295336],[-530753,-306565],[-532871,-294683],[-534488,-300171],[-534165,-298999],[-533836,-304005],[-533125,-300506],[-534816,-301984],[-533847,-295113],[-529025,-298082],[-530421,-298793],[-528309,-298654],[-527496,-300593],[-527023,-303717],[-526101,-305104],[-525770,-306404],[-532296,-305269],[-534810,-306353],[-529341,-306808],[-526033,-294889],[-526955,-295299],[-531343,-305494],[-532152,-306091],[-535493,-299211],[-534667,-299591],[-534031,-300729],[-533768,-301646],[-534441,-303144],[-533091,-295429],[-537102,-296545],[-528612,-297348],[-528231,-297926],[-527520,-299021],[-527229,-300102],[-525438,-303530],[-526439,-303671],[-526600,-305224],[-532894,-305701],[-536734,-297069],[-532096,-294369],[-535145,-305288],[-537325,-305878],[-530315,-311590],[-529375,-311758],[-532546,-318934],[-524882,-310413],[-527937,-311293],[-531788,-308408],[-527323,-308988],[-531776,-311659],[-535326,-311717],[-535607,-309200],[-527159,-314717],[-531803,-319023],[-528434,-309347],[-532456,-311618],[-534455,-310862],[-537343,-310221],[-527255,-307550],[-527969,-308272],[-527943,-307670],[-532864,-307773],[-527742,-307962],[-531736,-308133],[-535490,-307117],[-526249,-325678],[-527876,-322629],[-533935,-331691],[-533308,-329838],[-534622,-337572],[-533984,-343601],[-529563,-337508],[-534142,-343045],[-525355,-344858],[-531572,-336864],[-534021,-358011],[-534623,-351550],[-533347,-353503],[-529749,-349720],[-531793,-348865],[-537270,-368561],[-526775,-359227],[-528814,-358300],[-531701,-360479],[-525926,-399530],[-527698,-399196],[-526676,-407144],[-533979,-403149],[-537270,-400639],[-534655,-407640],[-527923,-408812],[-536730,-403035],[-531626,-406978],[-533382,-407388],[-529317,-412395],[-531004,-416217],[-530423,-414326],[-536726,-414573],[-537188,-421692],[-528885,-415073],[-529104,-415537],[-530072,-415924],[-536433,-412051],[-536894,-425190],[-534605,-485961],[-534500,-480512],[-532470,-479407],[-525097,-477941],[-527698,-496445],[-529100,-502197],[-525464,-502502],[-531359,-511361],[-534186,-511956],[-539528,-125238],[-538053,-124585],[-549021,-129199],[-548606,-129615],[-538716,-137003],[-537713,-133914],[-540994,-127919],[-539617,-130684],[-539027,-128995],[-541495,-130850],[-550042,-132590],[-548732,-132230],[-548672,-135423],[-547972,-136707],[-548259,-137015],[-544307,-161676],[-545788,-178219],[-543867,-178954],[-542031,-177739],[-545189,-181126],[-538685,-203282],[-542146,-194399],[-547725,-204141],[-540511,-209701],[-547655,-209516],[-547640,-210844],[-548943,-254823],[-540722,-266251],[-549725,-281330],[-546456,-286339],[-538307,-291399],[-542854,-284666],[-542925,-288400],[-545091,-288136],[-544889,-291265],[-545479,-290332],[-538748,-289855],[-549733,-282380],[-538219,-290442],[-542252,-289158],[-540010,-291793],[-542825,-291537],[-547443,-286559],[-538982,-291945],[-543832,-285593],[-540811,-289249],[-538084,-293567],[-545026,-288723],[-545307,-289493],[-547449,-293475],[-541873,-291407],[-548015,-301255],[-539008,-298519],[-545695,-296616],[-540396,-296007],[-541259,-296762],[-539866,-297212],[-538878,-304077],[-542200,-298898],[-539008,-306944],[-540886,-303666],[-550244,-301883],[-550357,-303332],[-547575,-295518],[-542517,-296372],[-541280,-296197],[-538858,-302354],[-543570,-299880],[-543630,-304997],[-542269,-306703],[-544715,-309789],[-544219,-313701],[-538555,-310207],[-537963,-309237],[-541260,-326327],[-547609,-324115],[-540445,-336433],[-549335,-334110],[-538673,-344361],[-549781,-334280],[-548399,-364231],[-538631,-367773],[-549376,-363156],[-540499,-365534],[-540236,-405149],[-547028,-407610],[-548048,-406807],[-547371,-399628],[-542189,-406394],[-543748,-404174],[-545875,-403921],[-544677,-420712],[-539221,-413114],[-546799,-411427],[-542243,-421949],[-542587,-415026],[-546478,-415984],[-546998,-432868],[-546901,-431427],[-537874,-426339],[-539920,-431242],[-541732,-426197],[-538579,-422812],[-546508,-430997],[-541308,-427128],[-548693,-431561],[-541582,-424787],[-546331,-439576],[-541004,-438996],[-546778,-443156],[-545137,-437023],[-542460,-438450],[-548023,-445271],[-543880,-489298],[-542983,-489327],[-562819,-136252],[-559042,-134635],[-559945,-135438],[-560132,-136975],[-556661,-134483],[-559160,-148139],[-558884,-148787],[-560610,-150824],[-558470,-146107],[-556700,-147593],[-554908,-148914],[-555235,-147759],[-557644,-145496],[-560281,-149724],[-558432,-152673],[-557893,-151361],[-561658,-152317],[-552256,-141670],[-562840,-166178],[-551422,-162044],[-559581,-153762],[-562631,-207601],[-553807,-222480],[-556104,-242632],[-554699,-241713],[-556511,-265042],[-555514,-273650],[-553144,-281320],[-557970,-273709],[-558441,-271624],[-556042,-282889],[-551033,-293558],[-553118,-284797],[-554628,-287782],[-556208,-285378],[-554589,-293671],[-555490,-282302],[-556668,-293830],[-553671,-284278],[-553441,-282260],[-553795,-285132],[-554119,-287431],[-551850,-281988],[-562406,-296556],[-561569,-306687],[-553661,-295647],[-551418,-295722],[-554644,-296642],[-555287,-297322],[-557440,-294471],[-556041,-295667],[-555689,-295129],[-553640,-295581],[-555432,-296689],[-552197,-295676],[-555191,-296620],[-551863,-317319],[-550429,-324785],[-556438,-331047],[-555649,-321966],[-561393,-328529],[-558848,-332340],[-554730,-320477],[-556467,-334044],[-557372,-338693],[-554323,-338253],[-562612,-336820],[-559558,-335112],[-562539,-333921],[-554626,-337355],[-558458,-336393],[-562211,-337428],[-560513,-333596],[-554830,-334147],[-556829,-400007],[-557353,-398900],[-554140,-401664],[-556022,-404112],[-560278,-405361],[-560945,-405306],[-560630,-404964],[-562965,-405195],[-553805,-399483],[-555572,-418890],[-555947,-418376],[-558558,-416588],[-560520,-416858],[-559455,-415443],[-554010,-417793],[-560859,-418040],[-554096,-418164],[-554355,-426102],[-556207,-427753],[-555773,-434651],[-553412,-422767],[-554560,-422897],[-558240,-426547],[-561853,-426435],[-561970,-425850],[-560799,-426404],[-558237,-428926],[-554809,-423698],[-553800,-429401],[-556818,-445479],[-550667,-443240],[-553835,-445317],[-553029,-444866],[-561788,-445442],[-562136,-473905],[-558802,-477809],[-557094,-489224],[-557360,-492044],[-559133,-494167],[-556233,-487455],[-559305,-494002],[-564972,-154573],[-565769,-214557],[-564799,-223721],[-563806,-238835],[-574144,-247321],[-565482,-271463],[-567535,-302692],[-568671,-297624],[-565587,-297703],[-567707,-302095],[-567419,-297944],[-564377,-296757],[-563935,-300909],[-573396,-296486],[-564881,-297823],[-566104,-309173],[-567701,-326349],[-564172,-329736],[-567207,-327342],[-566199,-332038],[-564492,-326701],[-572579,-342872],[-566528,-335274],[-563409,-333614],[-571379,-337422],[-563614,-334699],[-571953,-343830],[-572180,-338426],[-571906,-346355],[-564333,-363717],[-569926,-362873],[-564289,-363676],[-571148,-360201],[-565148,-359127],[-569452,-360764],[-565117,-360134],[-572474,-380429],[-573010,-371705],[-575118,-374458],[-574016,-374846],[-569383,-380361],[-569577,-374902],[-573105,-380805],[-572345,-372882],[-574657,-372180],[-575651,-389254],[-573514,-389770],[-572655,-384028],[-574988,-392676],[-572087,-386910],[-575714,-390569],[-571731,-389330],[-575314,-391235],[-569965,-394215],[-571320,-387066],[-575985,-394412],[-569021,-393486],[-568054,-393567],[-566305,-396446],[-569095,-393934],[-565767,-395122],[-565986,-394074],[-568274,-392066],[-568766,-391011],[-566514,-392276],[-567138,-393033],[-567727,-395556],[-575556,-404075],[-571271,-397943],[-567291,-401461],[-571210,-408095],[-572587,-398375],[-563349,-403249],[-564691,-405277],[-564197,-405762],[-569140,-400057],[-575074,-397137],[-568889,-399632],[-566063,-400131],[-570388,-397957],[-564073,-400596],[-565626,-397882],[-565674,-398132],[-569144,-413146],[-569705,-412850],[-569228,-413394],[-567347,-409642],[-570221,-417984],[-575132,-417960],[-575521,-417759],[-574216,-419802],[-574671,-419456],[-573424,-419702],[-569925,-409476],[-575340,-412096],[-575669,-433287],[-567112,-423302],[-570451,-426377],[-566852,-422879],[-574120,-435840],[-573343,-446669],[-564913,-435559],[-574075,-435516],[-573297,-447006],[-566531,-470849],[-567922,-471618],[-564329,-479087],[-570298,-483881],[-569089,-485917],[-568682,-476783],[-563940,-477929],[-578549,-266725],[-578902,-290820],[-578121,-288685],[-581635,-305741],[-580493,-306250],[-582495,-296030],[-588408,-297671],[-580288,-298457],[-584043,-300629],[-588283,-294571],[-583782,-301244],[-581309,-299025],[-581455,-295425],[-579114,-328662],[-580553,-337084],[-576781,-374503],[-582196,-380117],[-584980,-380833],[-578239,-374991],[-577800,-374319],[-578228,-374048],[-584778,-380172],[-582430,-381941],[-583222,-378287],[-583352,-374470],[-583736,-373871],[-581431,-373809],[-581205,-374209],[-577882,-395201],[-578907,-385631],[-576632,-388652],[-578496,-383963],[-586163,-391519],[-584892,-384479],[-588413,-390079],[-579107,-391819],[-585434,-384414],[-584482,-395079],[-579576,-394567],[-579589,-393394],[-579218,-394035],[-580026,-393774],[-579585,-393134],[-586600,-389483],[-584142,-384598],[-586727,-391824],[-584114,-394387],[-585514,-395922],[-586892,-393433],[-585471,-394702],[-577679,-390670],[-576737,-407379],[-580131,-397246],[-576322,-405989],[-582873,-398146],[-585515,-398555],[-582316,-397658],[-586397,-398664],[-580934,-400773],[-581637,-397632],[-585533,-396948],[-584071,-398584],[-577554,-406528],[-584257,-406141],[-586285,-399514],[-583140,-398265],[-583653,-412781],[-585488,-425346],[-585992,-431665],[-586878,-422487],[-577622,-426252],[-579759,-422277],[-584488,-423176],[-583386,-426944],[-585201,-432690],[-586207,-432889],[-577556,-436382],[-587239,-453690],[-587588,-453733],[-593526,-293624],[-595030,-301107],[-595574,-295751],[-594748,-301631],[-590348,-294339],[-599011,-317995],[-589418,-330152],[-592045,-321743],[-594128,-322235],[-596206,-322720],[-590615,-333669],[-591160,-369461],[-597521,-370486],[-600890,-368910],[-591366,-368546],[-590240,-368590],[-592492,-370065],[-596809,-369751],[-593472,-369528],[-598418,-369022],[-599442,-374564],[-600215,-383610],[-595445,-373343],[-593005,-379845],[-592990,-379548],[-592815,-382723],[-591322,-383343],[-591189,-378908],[-589989,-379628],[-598205,-373192],[-594950,-373145],[-595099,-372529],[-595748,-372191],[-597092,-373329],[-597837,-373678],[-597248,-373948],[-598953,-376917],[-597957,-376966],[-597664,-376445],[-597936,-376226],[-598043,-393000],[-588803,-393344],[-590699,-393880],[-592598,-386604],[-592431,-391553],[-589560,-391204],[-598919,-383973],[-601579,-392251],[-590485,-396851],[-593132,-397226],[-593574,-397528],[-595865,-403792],[-595445,-401941],[-591037,-396756],[-597055,-402950],[-596829,-403986],[-589274,-400961],[-598233,-420350],[-597666,-420802],[-601200,-412023],[-596675,-411536],[-594242,-409547],[-597754,-420199],[-589473,-422560],[-589036,-423627],[-600265,-422604],[-593721,-422373],[-596828,-422823],[-595377,-424621],[-597698,-425836],[-597867,-425248],[-597000,-427966],[-597191,-427267],[-595124,-427629],[-595003,-427984],[-589450,-423259],[-592604,-436232],[-591456,-439194],[-589300,-443719],[-589476,-443345],[-588888,-446027],[-589697,-438481],[-596440,-441190],[-592587,-436923],[-588930,-445606],[-590977,-439304],[-591064,-439416],[-592936,-452913],[-612657,-347474],[-613951,-351081],[-612464,-351864],[-608840,-350182],[-613902,-348630],[-614234,-351965],[-612559,-351597],[-609240,-351068],[-601750,-372292],[-606534,-383375],[-602337,-374091],[-604212,-375035],[-604724,-378195],[-608374,-382667],[-604655,-374719],[-605241,-378113],[-606497,-380488],[-606252,-382933],[-605501,-387912],[-611417,-390940],[-606634,-384448],[-608298,-387251],[-609008,-389552],[-605881,-388947],[-607948,-385808],[-602116,-391926],[-602295,-392717],[-602323,-384820],[-609513,-404707],[-606467,-400780],[-609972,-407977],[-613722,-398416],[-610062,-401967],[-612351,-403979],[-606704,-406305],[-606770,-407218],[-611712,-399722],[-612004,-400845],[-609654,-403471],[-612816,-398368],[-607012,-400144],[-610203,-407740],[-607173,-407209],[-608927,-410228],[-611095,-412286],[-602241,-410534],[-602674,-410323],[-608458,-418319],[-608843,-416922],[-609171,-417391],[-610125,-410094],[-608136,-418582],[-607787,-419016],[-607409,-418012],[-607485,-433920],[-609057,-428502],[-606069,-437623],[-601788,-448320],[-619807,-340160],[-619095,-341985],[-618000,-344094],[-618713,-344289],[-614716,-342134],[-617975,-345214],[-615284,-349201],[-614866,-345753],[-616305,-401656],[-109518,-461704],[-106683,-466143],[-107266,-465841],[-105490,-466465]] \ No newline at end of file diff --git a/src/gathering/a10223.json b/src/gathering/a10223.json new file mode 100644 index 0000000..0c833a0 --- /dev/null +++ b/src/gathering/a10223.json @@ -0,0 +1 @@ +[[-1269994,1522995],[-1269242,1524024],[-120774,-125104],[-126857,-120536],[-127304,-124677],[-126057,-118250],[-121997,-117522],[-118619,-117912],[-117634,-139832],[-116345,-134659],[-122764,-134012],[-124325,-134111],[-117905,-129373],[-118916,-146191],[-118806,-152316],[-117415,-151945],[-119446,-149671],[-125603,-146466],[-115347,-161989],[-115620,-159303],[-117907,-158400],[-120176,-158225],[-127593,-176310],[-116724,-176534],[-117101,-176238],[-117208,-180332],[-119484,-186812],[-124256,-181799],[-126472,-185573],[-122563,-179853],[-120746,-186817],[-123169,-183014],[-123376,-181955],[-127926,-182491],[-116823,-184190],[-125142,-195065],[-127842,-8919],[-126808,-2409],[-126609,-841],[-120758,81],[-116791,-33181],[-120308,-31535],[-117122,-40619],[-121021,-41578],[-120252,-39690],[-127919,-63479],[-123954,-70722],[-123880,-83175],[-123207,-86997],[-117099,-89236],[-126340,-94860],[-118603,-95767],[-115492,-95939],[-125211,-110197],[-120395,-110999],[-117108,-107639],[-118433,-106443],[-118660,-103087],[-122753,-102355],[-125051,9557],[-126256,12918],[-118130,6955],[-120091,12999],[-120969,11912],[-126426,140433],[-117687,138795],[-117675,140097],[-117746,137712],[-120046,133064],[-125038,129289],[-116306,133342],[-115596,136492],[-115274,136735],[-116091,138486],[-123702,133114],[-126347,130066],[-125893,131258],[-117957,148567],[-117178,152227],[-124800,143492],[-124853,150288],[-119010,149959],[-127231,145868],[-116555,157015],[-121036,160323],[-124810,157103],[-118106,166591],[-117198,166431],[-127468,162541],[-117826,165075],[-119077,164015],[-119613,163225],[-123772,163254],[-125459,161783],[-127426,161728],[-120992,156044],[-118903,158368],[-123956,159225],[-122935,167089],[-124937,169355],[-123592,168272],[-121256,166768],[-126945,14863],[-123165,15223],[-123327,22139],[-124576,20722],[-126148,21474],[-123677,415937],[-123229,427699],[-119739,439052],[-116407,73208],[-116454,73010],[-119046,88913],[-118567,78959],[-125875,88167],[-121670,78703],[-117726,101411],[-120445,92042],[-117141,93764],[-117124,91557],[-123539,97560],[-127969,93525],[-126668,99762],[-126845,98489],[-115395,97688],[-124461,101104],[-115227,101388],[-115212,100372],[-126364,89828],[-115395,111294],[-122378,112422],[-124120,112758],[-122944,113394],[-119976,114810],[-120286,113588],[-116591,111924],[-115773,111841],[-118857,106564],[-117697,103460],[-117462,104692],[-123332,107935],[-120940,104356],[-120698,102788],[-115968,108011],[-124011,114224],[-126752,115109],[-115721,113652],[-124927,114540],[-127473,113596],[-116318,117544],[-121840,123678],[-116257,118574],[-122622,116521],[-130697,-121835],[-129897,-119317],[-131236,-117603],[-131311,-115369],[-132981,-120784],[-134046,-123001],[-137957,-122466],[-138690,-120878],[-129720,-140524],[-138590,-140392],[-132344,-131515],[-129425,-136840],[-130940,-141734],[-138390,-146614],[-136429,-145024],[-130535,-144244],[-133172,-145603],[-134931,-148483],[-134602,-149589],[-136732,-148855],[-137949,-147313],[-138059,-150562],[-138194,-152714],[-129008,-151815],[-139588,-155958],[-139296,-160139],[-139087,-161376],[-140116,-162008],[-140116,-162008],[-129914,-169406],[-132377,-177578],[-136526,-172554],[-138915,-178730],[-136717,-178951],[-135076,-167216],[-139155,-166876],[-132284,-176119],[-136617,-178547],[-136299,-177075],[-129125,-182500],[-130763,-181905],[-134695,-196289],[-131622,-195704],[-129709,-239049],[-133453,-238443],[-131781,-237312],[-132871,-237443],[-129503,-1618],[-128252,-8804],[-140675,-211],[-140652,-1468],[-139084,-252673],[-138309,-251550],[-136787,-253108],[-140280,-273559],[-138926,-280932],[-140237,-283976],[-137934,-311501],[-130478,-316136],[-140234,-63415],[-140512,-58757],[-140761,-51281],[-139749,-54029],[-138821,-60294],[-136408,-60951],[-128618,-65213],[-137794,-66741],[-138418,-94130],[-137117,-98645],[-129314,-90227],[-129950,-114003],[-134536,-108881],[-137266,-112311],[-134876,-104074],[-129011,6969],[-132335,5416],[-130418,5190],[-131388,6033],[-140432,132113],[-135391,140124],[-130608,128780],[-138131,131802],[-135042,130107],[-136865,134399],[-139130,135488],[-140252,139594],[-128818,129305],[-134047,136022],[-138663,136256],[-138245,134417],[-130876,137150],[-129006,138571],[-132194,129392],[-140213,147637],[-133645,148757],[-134547,146138],[-140472,153331],[-139869,141844],[-139860,147451],[-136982,150321],[-136000,149045],[-129963,159821],[-129267,163630],[-131318,163383],[-131035,162326],[-129790,164857],[-135358,163236],[-140370,165604],[-135196,164173],[-129513,167897],[-136231,24148],[-134945,21714],[-135281,20638],[-132972,88735],[-133823,87877],[-132459,85945],[-130632,87975],[-129534,86358],[-129725,87862],[-128340,101133],[-130674,95368],[-133826,102313],[-137318,102285],[-139352,99449],[-137984,97366],[-138290,98694],[-139222,95694],[-138536,95174],[-137058,92944],[-133576,93094],[-132023,95769],[-130677,108745],[-129571,112470],[-131162,114011],[-137343,105184],[-139129,104446],[-132061,107172],[-136969,111221],[-136410,104024],[-139660,102766],[-137349,114719],[-132963,111602],[-133825,122669],[-135551,127096],[-131568,127886],[-140287,117493],[-141826,-121549],[-141717,-121061],[-141410,-123182],[-152469,-119593],[-145190,-140584],[-141966,-130818],[-151206,-133674],[-147602,-146113],[-148058,-153364],[-148543,-153031],[-146854,-151969],[-145987,-152252],[-143481,-150635],[-143629,-150829],[-144561,-151100],[-144938,-151425],[-144350,-151481],[-144713,-151385],[-145150,-151466],[-144938,-151365],[-142888,-153917],[-149502,-166189],[-142699,-158237],[-144573,-161925],[-142005,-160971],[-141687,-162531],[-141161,-161874],[-146871,-165061],[-148360,-164398],[-146222,-167767],[-143144,-170232],[-140826,-171533],[-145532,-176260],[-146417,-174149],[-141868,-176380],[-147863,-166235],[-147863,-166235],[-144382,-166849],[-149036,-168031],[-151131,-172802],[-151611,-204081],[-150479,-204053],[-152947,-235931],[-147515,-1704],[-146105,-2751],[-151662,-8096],[-141937,-10959],[-146023,-3449],[-140835,-3657],[-142735,-250986],[-151589,-264040],[-152967,-260426],[-151532,-261907],[-143379,-263065],[-145679,-261724],[-146054,-266931],[-147465,-264221],[-142397,-277480],[-142837,-278204],[-145358,-313078],[-151513,-310377],[-152180,-311700],[-149788,-310062],[-151107,-313952],[-151862,-316183],[-143073,-318019],[-143806,-319138],[-142895,-317862],[-143522,-12669],[-141777,-50640],[-143177,-63134],[-145649,-62058],[-146714,-57947],[-147891,-55296],[-152276,-61885],[-152810,-59984],[-144135,-56077],[-143037,-53566],[-141764,-56953],[-141863,-61477],[-141680,-68695],[-153083,-68552],[-150718,-64558],[-149836,-95062],[-150096,-99665],[-144825,-99626],[-142862,-103739],[-145503,-104404],[-148861,-104937],[-144721,2492],[-141188,662],[-149123,138990],[-148834,140874],[-146071,135111],[-145921,135738],[-147500,132481],[-142273,131924],[-141418,137453],[-142140,134386],[-143998,140535],[-146642,138121],[-145684,138558],[-151118,138527],[-146093,131995],[-146231,129510],[-144674,130488],[-152111,129740],[-149103,143461],[-144629,146610],[-143624,147026],[-150487,151391],[-151431,142194],[-151587,144067],[-150757,145656],[-147482,145101],[-147072,145754],[-147986,143579],[-148184,143754],[-149284,149314],[-151584,145518],[-152101,147826],[-143849,153556],[-147759,158838],[-144408,158182],[-145939,165239],[-147649,164566],[-142324,164830],[-150363,163713],[-144096,14536],[-153206,18991],[-151268,15881],[-146323,316787],[-149909,40353],[-140862,100191],[-143853,107086],[-140997,108932],[-147147,110052],[-147513,109474],[-143421,109911],[-147323,110707],[-144040,104671],[-146914,125801],[-149635,126787],[-146986,125520],[-150011,118562],[-164006,-116422],[-158260,-120137],[-159446,-121025],[-162066,-116651],[-157980,-116883],[-156763,-120461],[-156851,-116500],[-160371,-139777],[-165890,-135703],[-163787,-133403],[-163499,-130817],[-157856,-128047],[-154391,-133737],[-158615,-141098],[-156535,-142113],[-161134,-146985],[-164513,-146068],[-165523,-171418],[-162053,-173745],[-153903,-172416],[-157393,-166351],[-157393,-166351],[-164890,-231094],[-165140,-240745],[-153824,-240366],[-164595,-230834],[-163224,-8679],[-160313,-7842],[-157339,-4067],[-159981,-2126],[-158629,-12214],[-161618,-6465],[-164544,-8521],[-161303,-254463],[-163781,-256190],[-154406,-266102],[-160515,-260595],[-162640,-259959],[-156415,-261730],[-156790,-261852],[-155900,-263100],[-158057,-262754],[-160904,-256582],[-157146,-258433],[-157449,-261202],[-157706,-260707],[-166176,-295301],[-164670,-303655],[-162232,-314832],[-161395,-319887],[-159375,-320103],[-165388,-24409],[-163734,-18418],[-164671,-14636],[-164906,-21273],[-163885,-24735],[-159576,-24173],[-156049,-22209],[-154816,-14295],[-161402,-437757],[-164029,-29293],[-165764,-29826],[-156176,-28086],[-160905,-35275],[-154836,-31603],[-163550,-26687],[-163560,-25406],[-164414,-52157],[-162566,-56238],[-163520,-57849],[-163261,-63132],[-161560,-60639],[-155878,-59451],[-154473,-55256],[-157943,-55746],[-160482,-52007],[-157054,-70868],[-160067,-76265],[-154494,-75661],[-165350,-71638],[-160995,-65475],[-159098,-68331],[-159607,-64045],[-157667,-65384],[-153824,-64812],[-165906,-85567],[-164192,-88315],[-160395,-80928],[-159262,-89294],[-165500,-89760],[-165448,-96171],[-160692,-94853],[-164915,-97873],[-154108,-93999],[-162421,-91582],[-163599,-91067],[-166080,-92412],[-157677,-96020],[-160976,-90320],[-155582,-91540],[-160905,-113504],[-165984,-113022],[-165453,2841],[-166289,1802],[-165339,2160],[-160919,12463],[-155693,12761],[-156076,12179],[-158939,135357],[-163661,134487],[-153765,139176],[-162503,130120],[-154500,130104],[-163518,147071],[-162223,146508],[-156844,150050],[-160408,150764],[-161522,150560],[-153907,146703],[-160808,150337],[-157884,149434],[-164033,159718],[-162078,162265],[-158150,166673],[-156478,168735],[-159445,169534],[-160898,171048],[-158506,172828],[-163253,19868],[-163789,20500],[-163219,20743],[-164857,21597],[-165719,16955],[-166174,16708],[-156312,16867],[-154710,18083],[-155672,28337],[-165762,60204],[-162903,124207],[-160703,123925],[-163104,127824],[-157103,122306],[-157186,127692],[-156679,120724],[-157918,125569],[-168187,-124520],[-170205,-124962],[-178504,-133105],[-175246,-166146],[-176117,-155135],[-170758,-170693],[-176921,-171831],[-172632,-167895],[-178868,-196603],[-175495,-202486],[-178504,-212790],[-176620,-218202],[-172511,-220322],[-170425,-227749],[-171860,-228134],[-177530,-217862],[-168732,-233652],[-171772,-234595],[-169132,-230647],[-175760,-230875],[-176323,-232422],[-174344,-230429],[-174740,-230622],[-174923,-233147],[-174721,-231971],[-171713,-230859],[-171840,-231450],[-174850,-236141],[-175279,-235645],[-173328,-234831],[-171984,-238448],[-178758,-6783],[-174474,-4382],[-170428,93],[-176949,-7627],[-178347,-7038],[-178302,-5642],[-172338,-6973],[-172797,-6062],[-178828,-8725],[-169727,-3901],[-168841,-6280],[-167136,-245930],[-167642,-249760],[-176728,-251377],[-174384,-253608],[-179113,-248390],[-173767,-250799],[-173076,-251651],[-171581,-253788],[-173013,-250513],[-174255,-254654],[-174534,-263675],[-171366,-267862],[-178417,-258129],[-177034,-261843],[-172404,-257345],[-171461,-260724],[-166632,-258714],[-167224,-260845],[-167523,-262820],[-166723,-263536],[-178427,-295924],[-170938,-294756],[-178992,-296587],[-174724,-24794],[-176708,-23747],[-168078,-14104],[-168406,-15520],[-169755,-15236],[-169795,-17839],[-172651,-22953],[-173000,-23251],[-174048,-19659],[-177287,-18284],[-174491,-17443],[-176585,-15688],[-176452,-17348],[-176798,-14173],[-176714,-13970],[-168469,-24414],[-172940,-13199],[-170723,-15604],[-174222,-13493],[-179097,-15069],[-176793,-17562],[-166465,-23956],[-174360,-14103],[-178284,-455350],[-178108,-469544],[-176154,-470132],[-178463,-466722],[-177505,-468809],[-171599,-463146],[-174575,-476176],[-172785,-484199],[-170777,-484505],[-171555,-496184],[-171459,-495939],[-170444,-496696],[-172866,-497291],[-167758,-25673],[-168640,-26376],[-166890,-27924],[-166410,-31221],[-169104,-31366],[-169678,-31001],[-169450,-30255],[-169312,-30913],[-173348,-31640],[-174697,-32950],[-174149,-31647],[-172956,-30624],[-174890,-29785],[-172845,-29946],[-171277,-30762],[-171468,-29666],[-172869,-33609],[-172516,-32822],[-176443,-26434],[-176252,-25436],[-168261,-31107],[-169335,-26327],[-176268,-33484],[-172559,-503467],[-173356,-499764],[-172055,-503671],[-170493,-501377],[-166388,-506096],[-169456,-500144],[-168413,-508949],[-174862,-499576],[-174512,-499922],[-175349,-501746],[-175557,-501152],[-175680,-499669],[-167577,-509362],[-175533,-500712],[-176613,-49917],[-173281,-43974],[-178583,-63716],[-175666,-63728],[-176873,-53974],[-175148,-54470],[-178584,-52668],[-177167,-51432],[-168481,-54243],[-171387,-61114],[-171858,-56893],[-169399,-56041],[-169627,-51603],[-172462,-65847],[-177698,-75778],[-177038,-70414],[-174851,-67405],[-170921,-71394],[-173655,-68972],[-175949,-70948],[-177431,-72197],[-170993,-85669],[-175270,-79553],[-172012,-79810],[-170386,-88498],[-178644,-84275],[-178352,-94563],[-168149,-89484],[-178685,-89653],[-175389,-90165],[-169379,-99851],[-170109,-98981],[-173569,-100798],[-171331,-101120],[-169590,-98250],[-172719,-96124],[-167298,-94992],[-175986,-109945],[-176215,-114781],[-171688,-111106],[-167342,-105426],[-168722,-108322],[-171594,-106792],[-167101,-109282],[-170759,-108417],[-174787,-107258],[-174550,-105770],[-173605,-103115],[-175145,-102539],[-166622,3496],[-168384,6307],[-167140,7130],[-170256,7723],[-170983,7657],[-168323,9274],[-170207,9154],[-178965,5797],[-170004,138095],[-178157,147839],[-171494,147824],[-177637,149487],[-176386,142176],[-176074,147780],[-171212,157605],[-177490,158873],[-173279,160006],[-166539,154986],[-176121,173076],[-179165,27228],[-174863,27874],[-175742,27945],[-178634,27522],[-178633,27191],[-177943,28931],[-178819,30157],[-177949,34367],[-176953,35177],[-175323,34927],[-174928,35814],[-171879,48115],[-176157,39101],[-175905,39393],[-174360,43079],[-173517,45362],[-175662,45774],[-175255,44849],[-173119,44753],[-174527,44044],[-168751,44406],[-168531,44506],[-168729,44365],[-167724,43398],[-172578,43340],[-171660,41520],[-171497,45545],[-169284,46184],[-175906,40621],[-176187,39178],[-167830,59540],[-171333,63114],[-168590,62179],[-169778,53678],[-176370,58162],[-176807,64198],[-173977,64206],[-173237,76375],[-171956,75842],[-172535,74488],[-172078,72277],[-169978,74813],[-172410,72744],[-171107,70915],[-170182,66370],[-178514,89220],[-175743,83714],[-176358,81133],[-173269,82876],[-173456,81924],[-174233,80826],[-174081,78281],[-173248,88181],[-175316,87843],[-173297,85000],[-174758,85971],[-176624,92537],[-175327,92621],[-175929,90010],[-178936,94171],[-177850,93431],[-177373,121637],[-190332,-136355],[-189128,-135559],[-188469,-141924],[-186931,-141807],[-186337,-151111],[-181292,-160317],[-180382,-157915],[-185646,-154020],[-184106,-193062],[-180805,-210738],[-182575,-211269],[-186715,-212421],[-187966,-211810],[-190408,-210339],[-191736,-209517],[-189718,-213316],[-184866,-224611],[-186974,-223452],[-186577,-225805],[-189186,-223890],[-189034,-233276],[-189404,-233296],[-190706,-231484],[-188073,-232160],[-184058,-235363],[-185642,-235447],[-185342,-239654],[-185154,-238187],[-189246,-236201],[-187003,-236139],[-191420,-235647],[-181697,-241699],[-182786,-241973],[-186517,-10596],[-186588,-9312],[-185326,-8507],[-179261,-7551],[-185553,-4982],[-183828,-3717],[-191971,-9459],[-185063,-4968],[-184566,-5039],[-180502,-248334],[-183861,-249041],[-189152,-268077],[-187600,-268084],[-183167,-261709],[-182973,-257847],[-182047,-264052],[-179413,-264676],[-187521,-264992],[-188301,-261958],[-181159,-268149],[-191061,-274273],[-191703,-271725],[-189151,-303142],[-188115,-303564],[-187263,-302146],[-187490,-303629],[-186756,-302872],[-187891,-301955],[-190057,-308112],[-186374,-24367],[-187807,-24211],[-186835,-20822],[-186091,-20962],[-179417,-14022],[-179908,-13395],[-184220,-17659],[-183817,-16078],[-184011,-17652],[-186196,-13551],[-184831,-13511],[-185948,-13586],[-181408,-23675],[-179571,-22279],[-179333,-24187],[-179284,-22768],[-191997,-24919],[-185259,-25148],[-180227,-24154],[-183693,-12869],[-190582,-24349],[-188521,-16497],[-190125,-401893],[-190153,-402913],[-186408,-426399],[-182850,-425491],[-185233,-423352],[-190766,-441007],[-183927,-446736],[-187254,-456695],[-191916,-452916],[-186806,-452682],[-189140,-459878],[-186309,-456474],[-190720,-452005],[-190584,-451601],[-190342,-463816],[-190845,-466603],[-186189,-467896],[-181840,-467499],[-181378,-468472],[-186208,-468854],[-183720,-469059],[-182064,-469398],[-183409,-471825],[-182965,-471028],[-181824,-470792],[-180550,-465649],[-191724,-473075],[-190694,-472291],[-181341,-476240],[-182979,-475770],[-182204,-31267],[-189282,-25679],[-188887,-27399],[-188010,-25613],[-181062,-32568],[-180431,-31150],[-179811,-30340],[-188876,-37952],[-187436,-35968],[-187064,-37792],[-187762,-31578],[-190245,-43991],[-185730,-40360],[-186852,-40943],[-188088,-38535],[-179903,-48243],[-190729,-45206],[-185807,-60098],[-189929,-60026],[-185174,-61951],[-179592,-51793],[-183136,-51733],[-181456,-54350],[-179256,-52908],[-183105,-66929],[-191046,-70325],[-182920,-71491],[-182974,-68270],[-188704,-76091],[-191954,-75648],[-187107,-72997],[-184400,-86371],[-188540,-85409],[-180953,-80005],[-188800,-78831],[-183695,-77502],[-182476,-81736],[-179677,-82606],[-181327,-100841],[-183905,-97685],[-187344,-94075],[-185328,-91996],[-187404,-105317],[-189930,-112028],[-186112,-114327],[-179578,-112498],[-179538,1872],[-180325,222],[-181586,6282],[-179792,6714],[-179626,5279],[-179481,134640],[-180752,128510],[-185913,128865],[-184814,132102],[-188122,146495],[-191825,163362],[-180382,158755],[-184340,154466],[-186147,157813],[-181710,155835],[-188949,25572],[-180946,16686],[-182532,16448],[-180781,16273],[-180910,15921],[-183459,19674],[-182507,18858],[-184853,27859],[-181710,34006],[-179652,28036],[-182421,36763],[-181699,37666],[-180174,42361],[-181318,42137],[-183512,43300],[-181442,43016],[-180728,47058],[-180394,48444],[-179392,39816],[-179432,39025],[-191015,43337],[-191354,45054],[-189123,46694],[-189866,47512],[-190465,48853],[-188643,50105],[-188964,50405],[-187710,51290],[-188975,52370],[-183831,60977],[-182751,58131],[-181233,56476],[-187028,73518],[-181436,76199],[-185045,72049],[-185380,67191],[-184360,66175],[-180157,66454],[-182707,75276],[-187958,85354],[-191260,89765],[-191307,79060],[-191229,80204],[-189614,79967],[-187923,77777],[-182065,83085],[-187287,92087],[-191656,98709],[-184852,91655],[-188256,102228],[-191680,93175],[-179768,94919],[-184361,99093],[-184582,99832],[-184701,101703],[-185198,103010],[-184658,105541],[-186697,105437],[-185951,108570],[-187876,109935],[-188806,108827],[-189469,109546],[-190194,112198],[-189150,111637],[-191818,107772],[-182736,120129],[-195351,-119762],[-193704,-210971],[-194234,-208831],[-195820,-207575],[-198245,-207574],[-192532,-225382],[-199780,-226444],[-195709,-230117],[-196815,-229841],[-197316,-228987],[-198042,-227838],[-201416,-229525],[-200866,-229692],[-202436,-228286],[-201647,-228244],[-204636,-227930],[-204173,-230074],[-204004,-229047],[-197885,-228080],[-200056,-227610],[-199652,-228303],[-194027,-236329],[-194691,-230981],[-194557,-233068],[-200084,-235551],[-198377,-235628],[-202981,-234339],[-203307,-233330],[-192257,-237286],[-192032,-232326],[-194233,-7356],[-195406,-10220],[-192607,-10219],[-195700,-8152],[-195674,-9115],[-199202,-8117],[-199313,-6902],[-198257,-8208],[-198433,-9589],[-199616,-10655],[-199609,-10318],[-203521,-261191],[-197428,-263427],[-194885,-264032],[-194483,-261954],[-198955,-272811],[-203787,-288852],[-201281,-294732],[-203291,-295469],[-195825,-297445],[-201689,-299618],[-199677,-299739],[-197371,-300390],[-199286,-315136],[-199968,-340196],[-194947,-336506],[-201004,-340508],[-198022,-355807],[-196336,-356402],[-203970,-353339],[-192456,-14050],[-196196,-19167],[-199482,-21873],[-193924,-14910],[-192972,-15273],[-196391,-15589],[-197135,-15920],[-201810,-383758],[-194355,-409048],[-195630,-409257],[-201956,-402769],[-201817,-407278],[-203288,-402793],[-204483,-401728],[-203609,-405185],[-201941,-406416],[-202409,-407016],[-199374,-403241],[-197295,-406611],[-199253,-416832],[-193842,-415701],[-201068,-418133],[-200339,-416062],[-201716,-416875],[-198365,-411273],[-200217,-410043],[-197110,-411052],[-194735,-417135],[-196205,-416933],[-193952,-415074],[-196256,-410594],[-201003,-416149],[-201212,-411380],[-197965,-422571],[-196218,-433589],[-196073,-436204],[-195418,-437219],[-192386,-441701],[-193569,-437548],[-198155,-448942],[-199576,-451158],[-193431,-460129],[-193102,-453638],[-200336,-457791],[-192838,-463521],[-198315,-470530],[-199245,-465998],[-199068,-467575],[-203105,-467020],[-203001,-472307],[-196507,-468899],[-194856,-464340],[-194399,-464537],[-194009,-467103],[-198270,-469024],[-198461,-469192],[-194211,-465402],[-198907,-473817],[-196187,-33973],[-195998,-31254],[-201004,-32710],[-201389,-32195],[-198638,-31636],[-198311,-32649],[-200220,-29373],[-201838,-29667],[-203100,-33041],[-192055,-39065],[-201751,-43087],[-199709,-40221],[-201232,-41836],[-200882,-40308],[-199964,-38376],[-198487,-38339],[-199100,-44970],[-199004,-44004],[-203497,-42933],[-203683,-41262],[-200246,-44936],[-199817,-44905],[-203767,-45804],[-201936,-44961],[-202482,-44533],[-200221,-45151],[-202106,-50042],[-202953,-50970],[-204078,-50245],[-204275,-50736],[-193983,-40458],[-200605,-45886],[-195044,-47868],[-204414,-61099],[-193294,-64077],[-198131,-71218],[-193078,-72940],[-194316,-67859],[-197583,-73581],[-195631,-84436],[-195121,-79890],[-193550,-83800],[-202956,-83674],[-199318,-86403],[-202641,-80249],[-192863,-95354],[-199414,-93650],[-200518,-99873],[-196099,-95515],[-198608,-94988],[-197723,-96213],[-197483,-96624],[-196764,-96842],[-197400,-97672],[-200934,-99311],[-194002,-113003],[-195780,-111714],[-192296,-106804],[-193571,-106639],[-204127,-104218],[-202888,-112511],[-194005,6543],[-197811,139539],[-203173,130800],[-193479,151886],[-203423,148643],[-200593,144835],[-194933,157598],[-203578,153950],[-202719,154075],[-192998,162183],[-195134,161896],[-201206,181889],[-193428,19519],[-194595,20358],[-204467,23995],[-198147,15524],[-202835,15043],[-193522,24332],[-204162,25143],[-204490,32038],[-198906,27145],[-200801,35511],[-199312,38122],[-200031,46502],[-202827,48017],[-199641,39410],[-200238,41381],[-192187,40151],[-192261,43165],[-192616,46697],[-193400,45749],[-193371,41031],[-203689,53809],[-204512,55586],[-200861,86963],[-196052,88857],[-198922,81771],[-198007,84363],[-195340,81843],[-193784,81358],[-192168,99312],[-202359,92175],[-195326,102357],[-198724,89903],[-203902,109522],[-194474,106547],[-195873,112777],[-192039,113963],[-192990,108432],[-217539,-127031],[-216993,-139287],[-216428,-138010],[-216077,-151121],[-212082,-147619],[-210775,-147075],[-216449,-142273],[-215184,-143570],[-213824,-143116],[-213055,-165083],[-216521,-213687],[-217573,-219409],[-207277,-227090],[-205665,-227811],[-208397,-227334],[-208538,-228773],[-205620,-229851],[-206623,-230184],[-211055,-229404],[-214164,-229516],[-216063,-229162],[-209452,-230889],[-213799,-231079],[-211494,-230384],[-217434,-234140],[-214956,-233451],[-207801,-235818],[-209138,-234916],[-216438,-1760],[-215028,-250354],[-209995,-254379],[-210125,-250997],[-216274,-246551],[-210810,-251636],[-216391,-248330],[-207981,-260632],[-205495,-267563],[-208581,-261211],[-205934,-266939],[-209277,-261700],[-216152,-268315],[-217230,-270037],[-210095,-270463],[-212878,-269835],[-216889,-277842],[-217288,-280817],[-213802,-283095],[-209042,-288419],[-206885,-294052],[-214761,-292065],[-206184,-292189],[-213549,-291551],[-212939,-289872],[-213216,-285631],[-216585,-292534],[-213557,-291742],[-216915,-290063],[-209017,-299928],[-208191,-301120],[-215020,-295358],[-214283,-303299],[-204801,-295944],[-216326,-304467],[-206051,-301979],[-211520,-306710],[-210684,-304515],[-215810,-310761],[-213158,-312551],[-207946,-314070],[-211723,-314662],[-207694,-318378],[-217245,-316034],[-207913,-315124],[-213543,-318046],[-209869,-314645],[-215467,-310844],[-215405,-332095],[-213275,-320571],[-215800,-320587],[-213856,-334853],[-214147,-339241],[-217225,-338681],[-211943,-20007],[-212484,-20857],[-212419,-20354],[-216365,-21892],[-212295,-20641],[-212139,-20220],[-216247,-378293],[-214401,-388616],[-214379,-394578],[-210302,-386569],[-215770,-395709],[-209157,-391660],[-211309,-386937],[-214842,-385693],[-217526,-393687],[-207594,-396499],[-208988,-392955],[-210889,-390476],[-213416,-393508],[-208201,-394745],[-210589,-392711],[-210740,-405107],[-213748,-401388],[-212313,-401158],[-214081,-400196],[-213268,-400137],[-214803,-399152],[-215248,-397587],[-215650,-399200],[-206846,-404971],[-208358,-403056],[-208111,-402480],[-206073,-405048],[-205819,-405520],[-210105,-400344],[-205102,-404426],[-205458,-405917],[-207343,-396608],[-215986,-398813],[-215610,-396710],[-212935,-397296],[-212635,-397199],[-206175,-398328],[-205392,-399820],[-207321,-397940],[-212024,-398350],[-209734,-396869],[-216470,-410451],[-212395,-416296],[-215729,-420508],[-210773,-414418],[-208282,-417813],[-215748,-420955],[-212806,-416357],[-207325,-422573],[-204813,-473684],[-216397,-461486],[-205834,-465349],[-205981,-463472],[-208409,-466194],[-208432,-460879],[-211282,-36808],[-206547,-35471],[-207239,-31826],[-215857,-26124],[-207364,-32037],[-207298,-32482],[-214922,-43550],[-211483,-50777],[-210165,-46571],[-209920,-46309],[-215381,-48113],[-207873,-46870],[-214337,-46326],[-205201,-50739],[-206687,-52349],[-206575,-56593],[-215392,-54217],[-214990,-52924],[-214453,-55308],[-215133,-55040],[-210672,-51433],[-208253,-51616],[-209088,-51028],[-209518,-51285],[-209529,-52272],[-209894,-57221],[-209698,-56558],[-208610,-56430],[-207593,-55867],[-207123,-56825],[-216708,-52212],[-216071,-51570],[-211670,-51602],[-206635,-52577],[-206407,-56654],[-210188,-69105],[-209016,-68097],[-215991,-80025],[-210373,-85647],[-213222,-88925],[-209535,-77986],[-212636,-79985],[-217097,-84648],[-209408,-83492],[-216108,-86612],[-215336,-99548],[-212385,-101952],[-211674,-94851],[-209754,-98424],[-211065,12331],[-215861,4973],[-215095,8940],[-212637,140953],[-210575,132138],[-217250,130503],[-210818,133567],[-214519,133283],[-205571,143648],[-205357,149151],[-209836,149952],[-206116,151824],[-210744,144882],[-209743,153148],[-208214,153755],[-211271,163509],[-211290,158619],[-207007,157624],[-206953,159127],[-211736,166959],[-215640,233528],[-213455,235876],[-213476,238146],[-210586,242217],[-210967,241622],[-210956,231442],[-214145,37185],[-215607,38501],[-214962,37893],[-215974,37787],[-207211,30911],[-208723,30187],[-214830,41004],[-214154,40564],[-214249,41301],[-211871,47503],[-209446,49303],[-209210,45837],[-210974,44712],[-213162,43177],[-214011,41952],[-209532,39335],[-209350,42688],[-205199,44452],[-205558,42608],[-214776,42494],[-214744,42079],[-214513,41752],[-212544,40710],[-213670,40470],[-217042,48448],[-214513,52729],[-211698,55225],[-213160,54767],[-213582,54899],[-212253,55929],[-205866,51428],[-216300,68993],[-215435,64259],[-206968,67211],[-206370,70760],[-209002,74109],[-212897,72298],[-211918,69485],[-210216,69506],[-209578,70506],[-207706,98776],[-213148,100799],[-214960,107768],[-205731,111445],[-214312,104609],[-209865,127003],[-207389,124780],[-206991,122494],[-214513,125466],[-222818,-122385],[-229408,-124992],[-219052,-124076],[-229635,-120240],[-229471,-116452],[-227849,-122612],[-222070,-127534],[-228194,-120890],[-219071,-137179],[-222865,-133421],[-223775,-134798],[-221384,-130819],[-223471,-129997],[-219230,-129150],[-229533,-134854],[-230104,-137767],[-220623,-145084],[-223466,-142807],[-224894,-147057],[-227655,-148413],[-224521,-151329],[-221347,-154813],[-225815,-159011],[-222061,-153820],[-228826,-154084],[-230279,-194352],[-220047,-212111],[-228693,-206474],[-218405,-217881],[-219964,-229316],[-219934,-228207],[-222949,-225884],[-224171,-227509],[-224613,-226440],[-228094,-221600],[-229267,-221799],[-226952,-228574],[-229208,-227067],[-229184,-226577],[-220844,-228499],[-222444,-228577],[-222142,-226769],[-221449,-246860],[-229845,-267994],[-221903,-268668],[-226707,-269096],[-224653,-271517],[-229651,-279910],[-221593,-273708],[-223087,-276590],[-223908,-282888],[-229034,-285551],[-230154,-284533],[-223482,-291325],[-229851,-287674],[-229063,-291641],[-219355,-292965],[-218963,-292972],[-223699,-293585],[-229451,-293558],[-226317,-294004],[-219645,-295697],[-223599,-298162],[-219976,-298693],[-218879,-296044],[-223282,-298894],[-227338,-299094],[-225210,-302297],[-222514,-297601],[-219253,-308778],[-229109,-314076],[-227138,-315699],[-221409,-307201],[-230177,-319761],[-218975,-314596],[-219207,-321230],[-220031,-322935],[-221805,-320157],[-226619,-319809],[-217779,-321738],[-228105,-340752],[-229937,-333297],[-227228,-347925],[-226541,-16494],[-223863,-376832],[-218916,-395850],[-217672,-395233],[-228166,-408247],[-218697,-406709],[-227933,-404908],[-229544,-408073],[-218000,-398359],[-217774,-399218],[-218473,-400414],[-228210,-413344],[-228877,-416682],[-226262,-34925],[-218628,-31762],[-224850,-50807],[-219015,-40505],[-222123,-44831],[-226592,-45854],[-220500,-50948],[-220697,-48373],[-222717,-48484],[-229947,-51259],[-220741,-51483],[-218664,-54964],[-227247,-63145],[-224763,-52896],[-224995,-54203],[-225968,-52290],[-224548,-53060],[-225404,-63870],[-219862,-81772],[-223256,-87594],[-229271,-80116],[-229373,-80849],[-229327,-79719],[-229447,-78208],[-230265,-77814],[-218512,-91403],[-221910,-96068],[-217894,-98730],[-218337,-93998],[-230267,-110770],[-221692,-102255],[-220085,7111],[-222310,7946],[-220940,132261],[-225948,138643],[-217824,128953],[-224108,137474],[-222301,229131],[-217660,230940],[-221230,230931],[-226071,22199],[-228983,19973],[-228760,18333],[-228660,21696],[-225176,18768],[-228310,23739],[-229673,321915],[-229028,336783],[-225145,335378],[-228003,345954],[-228673,353918],[-229705,354028],[-227515,346323],[-227036,355499],[-230318,352823],[-230196,357068],[-229305,365920],[-227642,359096],[-222811,33289],[-219658,34870],[-227066,33342],[-229162,34377],[-222284,37009],[-229342,38383],[-224350,38403],[-223274,38368],[-223040,37293],[-225405,36637],[-219807,38486],[-220962,37739],[-222797,37881],[-220177,37712],[-219313,33237],[-218576,33133],[-218794,31957],[-218518,32379],[-218128,32781],[-219636,38022],[-230054,44656],[-219658,41442],[-228390,44398],[-228225,41084],[-226360,38644],[-229007,38974],[-224322,45463],[-220163,38920],[-224170,38987],[-223901,39177],[-228790,47056],[-226718,50584],[-222976,50541],[-230269,587640],[-226159,53692],[-220201,62518],[-220369,59750],[-230281,58559],[-224490,61553],[-221442,61226],[-228676,64567],[-226741,70134],[-229098,69613],[-223085,69751],[-220806,69107],[-218246,70651],[-219968,72201],[-230255,83826],[-228951,81785],[-230155,79496],[-229663,81159],[-223112,82252],[-222811,83115],[-224149,85189],[-230204,84979],[-227773,89012],[-227507,83665],[-227860,80948],[-224545,83087],[-223543,84125],[-224069,84970],[-226917,89685],[-228750,84637],[-229175,81098],[-229682,95945],[-226825,95505],[-226205,97838],[-228893,99460],[-228416,97551],[-225535,96471],[-226774,98233],[-217608,110635],[-225798,106248],[-227881,105017],[-227501,102833],[-226373,110169],[-229790,105512],[-226910,116997],[-242609,-117799],[-232173,-126940],[-233019,-122829],[-232545,-139830],[-231909,-136950],[-237284,-137625],[-237010,-134905],[-237164,-132011],[-236715,-129166],[-233262,-129565],[-231456,-129665],[-230511,-148554],[-241263,-152911],[-238356,-151954],[-239307,-146929],[-236535,-144719],[-234558,-146177],[-232920,-144395],[-230785,-145698],[-231001,-141817],[-232367,-153594],[-231365,-158064],[-236130,-158992],[-240718,-155695],[-242974,-166487],[-241898,-190411],[-240915,-196003],[-236995,-196687],[-232201,-201186],[-237623,-203592],[-231912,-192952],[-242909,-203925],[-238761,-216769],[-237291,-217192],[-240578,-215191],[-238877,-215961],[-241156,-214211],[-242625,-215668],[-242989,-216908],[-235258,-209772],[-231106,-229066],[-231070,-229252],[-230658,-226818],[-232901,-227689],[-232027,-226331],[-233611,-226919],[-233750,-224251],[-234565,-225537],[-238580,-221885],[-238877,-221385],[-234829,-219922],[-234136,-221049],[-242451,-217539],[-243071,-240982],[-242178,-236998],[-237966,-240633],[-237120,-4055],[-238617,-11608],[-242534,-6286],[-238953,-11155],[-240822,-7829],[-240058,-246531],[-240954,-249389],[-236426,-248107],[-240222,-243146],[-237605,-277905],[-242082,-280320],[-235287,-270234],[-242047,-277912],[-239856,-279883],[-232232,-269310],[-233341,-270114],[-235327,-273032],[-237631,-283882],[-235597,-286281],[-231954,-289922],[-235078,-287237],[-238245,-287402],[-231688,-292639],[-236151,-289459],[-240244,-287481],[-234058,-292625],[-239662,-282347],[-236639,-290561],[-236469,-293983],[-240874,-286956],[-239612,-291494],[-232359,-296740],[-241299,-298548],[-232017,-297827],[-231169,-305733],[-236805,-295138],[-234444,-297038],[-235946,-308355],[-236073,-307029],[-242980,-309518],[-240642,-311069],[-234350,-309571],[-238916,-317111],[-233779,-318378],[-232385,-335996],[-231388,-335830],[-233937,-335248],[-235043,-339868],[-236813,-344411],[-232433,-353625],[-232633,-353200],[-230845,-348461],[-234201,-14559],[-230942,-373142],[-237015,-382482],[-238025,-383503],[-234695,-379089],[-233441,-385635],[-235021,-391138],[-235380,-387015],[-230418,-406009],[-242466,-414894],[-236754,-412065],[-230806,-415967],[-235931,-32679],[-236288,-33914],[-238445,-30706],[-238954,-31080],[-236918,-29315],[-238534,-29756],[-236496,-28489],[-237194,-25635],[-241764,-37290],[-241517,-37661],[-241225,-37590],[-241130,-37836],[-240426,-37770],[-241101,-39955],[-242363,-40040],[-233821,-50360],[-241447,-44970],[-241707,-45132],[-232013,-43503],[-233816,-45675],[-232891,-44756],[-230527,-48493],[-234565,-47315],[-239877,-42626],[-235300,-39737],[-235456,-40919],[-234534,-39150],[-235270,-38500],[-235662,-40542],[-231493,-59076],[-231816,-58990],[-232107,-58947],[-230973,-64359],[-242973,-74800],[-236654,-71284],[-234900,-71330],[-239059,-73794],[-238266,-68057],[-243103,-74634],[-236100,-70364],[-238660,-73050],[-238981,-74688],[-234160,-64656],[-235062,-64429],[-233705,-75990],[-234342,-75724],[-233589,-78796],[-233118,-80184],[-232515,-80384],[-233938,-80140],[-232829,-79560],[-232231,-79610],[-232472,-78351],[-238744,-110395],[-234978,444],[-240238,9703],[-241965,149690],[-243183,152391],[-231065,141757],[-241447,207608],[-240656,208379],[-242452,214036],[-242937,205331],[-232415,15367],[-231636,18020],[-233525,13936],[-236576,327161],[-233487,325577],[-236620,328768],[-237955,325019],[-232547,328771],[-231712,324388],[-243078,330516],[-241770,344399],[-232436,337732],[-232400,339933],[-240226,344627],[-239977,334659],[-237816,337962],[-237891,336918],[-237940,337588],[-238582,345823],[-235176,355875],[-237141,349319],[-231012,347011],[-233248,349250],[-239171,358341],[-233077,358430],[-234429,355566],[-235997,348678],[-232145,346087],[-231786,348149],[-230666,357830],[-237899,358264],[-234133,358485],[-234521,356100],[-231398,361813],[-232764,365313],[-231502,367415],[-232360,363254],[-230443,34724],[-231894,36579],[-242580,28544],[-239632,45320],[-233645,39551],[-234751,40583],[-235517,39793],[-235261,40617],[-233712,43598],[-232258,40776],[-240900,45686],[-236865,45030],[-236714,47961],[-239158,44509],[-233639,45944],[-235588,48741],[-240686,50067],[-239849,46041],[-234181,584149],[-232346,587636],[-234582,595269],[-232485,594926],[-233700,594435],[-236019,593615],[-241634,61320],[-232482,61452],[-232074,60963],[-239856,62888],[-239149,58579],[-235040,57886],[-240319,52299],[-238937,54172],[-234194,59585],[-234922,55462],[-231761,65569],[-234845,65335],[-233615,69990],[-231919,68656],[-237504,64764],[-241497,68908],[-240366,69513],[-234776,73006],[-240381,71096],[-230531,85609],[-237470,86726],[-234111,86536],[-233088,85443],[-232002,84403],[-230900,81894],[-241398,87831],[-242464,86800],[-242762,85591],[-242998,83333],[-232979,97754],[-234979,102530],[-232919,101609],[-230802,97370],[-231122,99048],[-232623,99204],[-240914,91980],[-238423,90050],[-235087,100846],[-230649,112328],[-234654,103020],[-235765,120963],[-9644,-117885],[-7284,-120560],[-8476,-123633],[-9684,-125256],[-5886,-121861],[-1623,-118269],[-11240,-121362],[-12076,-123099],[-10232,-129137],[-9832,-141359],[-10321,-145270],[-10631,-143977],[-12218,-146917],[-1285,-152789],[-9409,-140696],[-10814,-161926],[-11452,-159844],[-12172,-164643],[-10794,-163981],[-11347,-160837],[-11095,-167247],[-11271,-178483],[-10054,-176243],[-9660,-176492],[-3423,-214343],[-2518,54],[-3380,-4744],[-8777,-22050],[-11713,-23318],[-6821,-16658],[-12245,-24546],[-4209,-22776],[-10501,-18832],[-4306,-30087],[-2407,-29597],[-7712,-25640],[-3937,-26344],[-8093,-32705],[-8301,-37631],[-10983,-25708],[-12432,-34669],[-5093,-38612],[-7138,-46763],[-3140,-79206],[-3725,-79697],[-2343,-80595],[-6857,-90885],[-11107,-109683],[-9869,-106994],[-12329,-112119],[-338,1292],[-4786,1082],[-5801,7899],[-10419,1032],[-3197,1040],[-10855,38112],[-5890,44422],[-9810,44496],[-4416,40784],[-249898,-117850],[-245455,-115149],[-245651,-122130],[-245956,-117376],[-245431,-117876],[-255933,-116289],[-250115,-137212],[-249130,-136717],[-244235,-163656],[-244471,-166036],[-254968,-165053],[-247588,-167894],[-253325,-168941],[-250710,-171146],[-254616,-188932],[-254601,-187289],[-253790,-187117],[-252940,-187017],[-248233,-195417],[-255055,-195253],[-255031,-195447],[-254622,-195737],[-254488,-195795],[-254992,-196040],[-254974,-196269],[-255956,-195706],[-255351,-196328],[-254891,-196180],[-252751,-198526],[-252034,-198700],[-252314,-197485],[-253826,-194702],[-253165,-194848],[-253300,-194898],[-254153,-200228],[-245102,-199014],[-247989,-212574],[-243860,-209061],[-245183,-211154],[-255392,-205974],[-252752,-212003],[-248690,-215200],[-245736,-208520],[-253402,-225783],[-253013,-229788],[-254777,-228446],[-255628,-227658],[-245443,-227902],[-244999,-242370],[-247921,-239795],[-247460,-242275],[-247510,-236086],[-249891,-233950],[-244024,-239861],[-251975,-230857],[-250939,-230329],[-248666,-230789],[-244968,-232821],[-255624,-11763],[-254235,-9511],[-243519,-247163],[-248319,-252968],[-252600,-252315],[-255516,-254929],[-244773,-267288],[-244518,-262703],[-244903,-262201],[-246873,-260306],[-249685,-268091],[-247496,-268455],[-246161,-267846],[-246348,-267522],[-245463,-266030],[-248417,-262850],[-249487,-257069],[-249746,-256487],[-252070,-256613],[-244755,-274201],[-246584,-280405],[-247941,-275430],[-252104,-275340],[-249135,-274753],[-246717,-271596],[-246370,-277241],[-247420,-279838],[-253428,-279540],[-249512,-293873],[-249392,-287819],[-245598,-289580],[-249185,-285885],[-254274,-283759],[-243885,-290052],[-243401,-283230],[-247904,-282989],[-246139,-283939],[-244225,-284343],[-243410,-296446],[-245435,-309346],[-245985,-315383],[-252157,-348485],[-250538,-354208],[-246231,-18477],[-247439,-19873],[-248889,-16647],[-250385,-17201],[-243833,-373755],[-243837,-375091],[-246965,-411527],[-245149,-415761],[-249182,-414847],[-249816,-27247],[-251871,-32379],[-250302,-29090],[-246334,-33731],[-252644,-33862],[-247846,-33643],[-244470,-34253],[-246562,-58814],[-244445,-63019],[-255736,-78136],[-255779,-97677],[-254464,-99716],[-252339,-99351],[-244881,-112298],[-247251,-107118],[-245147,-107095],[-252248,-104749],[-254337,-109670],[-255186,-104689],[-255206,-107608],[-252189,-104165],[-251835,-107536],[-253495,-102470],[-243498,1728],[-247549,2069],[-250655,5757],[-246683,11088],[-251537,12327],[-254728,1694],[-246559,12549],[-250412,128776],[-253617,132281],[-251940,132963],[-247823,137957],[-245138,200702],[-249439,203875],[-247403,204023],[-245502,204258],[-245981,209249],[-246605,210916],[-252833,210637],[-255570,207894],[-252456,206278],[-252467,205168],[-245223,205460],[-243392,15620],[-247441,20782],[-247590,20470],[-246616,25057],[-245452,21739],[-253131,25583],[-253295,13025],[-244638,349424],[-245273,345891],[-244144,28022],[-252869,36820],[-249167,35540],[-245613,588268],[-247717,587053],[-250075,57256],[-244207,61547],[-247294,58275],[-246378,58029],[-245720,61860],[-251021,61996],[-250885,64977],[-250042,74347],[-246930,73534],[-249258,70298],[-247125,68679],[-249951,83055],[-251433,82780],[-251631,82319],[-250317,80342],[-248364,80347],[-246276,82390],[-244396,87972],[-245667,88837],[-248504,77138],[-246682,124631],[-258357,-127466],[-256667,-122554],[-257278,-118641],[-259545,-115344],[-260701,-115035],[-261852,-117464],[-262546,-117761],[-265411,-116743],[-267631,-118163],[-265979,-126405],[-262914,-126656],[-262557,-122193],[-264702,-123060],[-266396,-122100],[-266479,-122559],[-266735,-121404],[-261018,-119931],[-257783,-119495],[-259305,-121452],[-261606,-133520],[-260250,-130800],[-267042,-136556],[-267653,-139460],[-267069,-128956],[-267178,-132216],[-266850,-133294],[-264684,-131653],[-264532,-131616],[-265582,-131814],[-265885,-131571],[-266486,-132071],[-268598,-131192],[-267476,-151386],[-266327,-147801],[-263409,-148129],[-263306,-146368],[-262204,-145350],[-261238,-145771],[-265424,-153210],[-268045,-157153],[-256700,-164442],[-263937,-165747],[-256467,-163980],[-261883,-156885],[-263913,-166230],[-266376,-168676],[-261231,-178079],[-256844,-188834],[-260816,-179048],[-258681,-189960],[-266684,-202115],[-262456,-201623],[-262302,-203123],[-263803,-193342],[-267061,-199953],[-265751,-203188],[-268330,-202540],[-262223,-203201],[-256178,-196690],[-256896,-197177],[-257441,-196868],[-256302,-196243],[-257236,-195671],[-256563,-195140],[-259377,-197023],[-259027,-197009],[-258138,-198576],[-257715,-198531],[-258919,-198862],[-259157,-199345],[-259442,-197145],[-258446,-198434],[-258531,-194664],[-266606,-207720],[-265657,-206640],[-264371,-206295],[-266753,-216833],[-266832,-214644],[-257187,-207554],[-259071,-208843],[-261625,-207718],[-258270,-228947],[-262448,-226227],[-263292,-226217],[-259852,-226580],[-257752,-235277],[-261943,-242994],[-266208,-238243],[-268782,-234887],[-268507,-233772],[-266372,-237725],[-268437,-242299],[-263806,-241327],[-259067,-7140],[-265350,-5971],[-263566,-8497],[-262638,-9799],[-258658,-3402],[-264873,-556],[-257190,-251771],[-257552,-254435],[-257640,-255573],[-260696,-248607],[-261369,-245957],[-261854,-248662],[-264040,-248082],[-265942,-250160],[-265832,-253144],[-266208,-245616],[-262202,-258332],[-262599,-260993],[-266522,-259833],[-265197,-259387],[-264555,-262955],[-264363,-265566],[-262559,-267474],[-256952,-267734],[-261113,-281349],[-259617,-277051],[-266152,-279577],[-268632,-275139],[-267408,-280385],[-266376,-280680],[-265009,-278467],[-262964,-272733],[-258999,-273247],[-257292,-273863],[-265984,-271434],[-266662,-286307],[-265152,-288262],[-266393,-284328],[-267151,-293228],[-259225,-291763],[-266686,-285385],[-261545,-290140],[-268567,-288278],[-266485,-285040],[-263065,-282479],[-258917,-305549],[-268491,-295986],[-262436,-304548],[-265835,-304476],[-261016,-307540],[-261638,-308765],[-268217,-311317],[-262539,-332427],[-262174,-332450],[-264002,-324478],[-265178,-324860],[-266026,-328736],[-260404,-338294],[-261745,-335438],[-267897,-341704],[-265802,-334041],[-262218,-335835],[-266042,-336167],[-262792,-333388],[-261665,-345156],[-260999,-343442],[-265498,-348208],[-261705,-346368],[-262470,-345734],[-265258,-347453],[-262973,-346471],[-264157,-347286],[-263010,-346125],[-264733,-347049],[-257400,-24486],[-260936,-21980],[-268463,-24136],[-257379,-28163],[-268716,-46323],[-263839,-60624],[-264301,-59465],[-257581,-63004],[-262629,-60753],[-263808,-56966],[-265040,-58323],[-268236,-63594],[-265292,-73323],[-264887,-71526],[-268028,-74609],[-268199,-72516],[-268067,-72885],[-267132,-71993],[-257211,-63863],[-265759,-71282],[-265032,-71399],[-267694,-72426],[-266798,-72222],[-261126,-84646],[-259574,-87298],[-263392,-87940],[-267097,-89054],[-256822,-92884],[-268586,-94825],[-265636,-94673],[-258747,-96457],[-257878,-94362],[-260358,-107309],[-261436,-106826],[-260114,-105896],[-262024,-107437],[-267764,-104519],[-267799,-112877],[-259137,-103447],[-256954,-111057],[-257065,-111426],[-264823,-105618],[-265617,-110671],[-262028,-112428],[-261161,-108743],[-257688,-109793],[-256256,-111022],[-260163,-114172],[-257388,-113653],[-263114,-113575],[-265288,3344],[-258233,12482],[-257538,25406],[-260804,31434],[-266617,30531],[-259225,30089],[-259600,32722],[-256677,36847],[-268230,39103],[-260042,39887],[-262910,40140],[-260842,40668],[-264534,50049],[-256466,44800],[-268004,43886],[-265463,45953],[-267906,54064],[-265446,56150],[-262959,58149],[-264604,63526],[-267228,53366],[-267522,61525],[-268642,54339],[-265227,57479],[-262673,63585],[-262818,56318],[-263209,53297],[-263846,59615],[-260315,58927],[-265441,56080],[-267589,74650],[-268093,68633],[-265149,68955],[-267526,77647],[-268179,87859],[-262646,89687],[-259982,89674],[-268054,85537],[-266594,98965],[-266644,101167],[-264753,90619],[-268792,114793],[-268485,106183],[-267431,112295],[-267710,106256],[-268521,115560],[-265958,119935],[-267702,116752],[-266137,118779],[-263285,121688],[-257861,117985],[-269814,-124107],[-269214,-126668],[-279888,-116162],[-279639,-126661],[-279772,-125754],[-277746,-124340],[-275369,-121696],[-276490,-118900],[-277508,-118390],[-281292,-119050],[-274226,-127997],[-270472,-130484],[-273351,-138865],[-276567,-136973],[-270769,-149368],[-277137,-149816],[-276362,-147959],[-273194,-149490],[-271965,-145689],[-280161,-153366],[-271615,-140789],[-272370,-142438],[-279387,-152095],[-277613,-149243],[-279635,-147244],[-279089,-145134],[-273593,-151230],[-275989,-152067],[-273114,-164001],[-274653,-160933],[-274951,-154214],[-279057,-153747],[-275849,-173994],[-275278,-168911],[-281467,-176016],[-281365,-182285],[-276986,-179023],[-278385,-187732],[-271440,-199323],[-271314,-204401],[-272770,-204041],[-280501,-192224],[-279032,-196578],[-275297,-206180],[-275690,-207592],[-274657,-211515],[-276818,-212338],[-269184,-212342],[-273064,-213002],[-273436,-214230],[-273188,-217020],[-273119,-228686],[-271914,-229956],[-272170,-218818],[-271059,-221358],[-273029,-222034],[-271527,-224198],[-270429,-218032],[-269583,-238933],[-275300,-237622],[-271816,-233043],[-274983,-232692],[-272756,-236205],[-275454,-239452],[-278221,-238011],[-278513,-235044],[-278554,-239928],[-281255,-240253],[-273445,-239005],[-274792,-233977],[-269477,-235089],[-272371,-270],[-270437,-3774],[-279252,-246414],[-280274,-255279],[-276470,-250681],[-270360,-243865],[-272838,-249543],[-273692,-244302],[-279003,-243473],[-279049,-245530],[-277200,-246818],[-277612,-248061],[-278997,-248706],[-281358,-249098],[-280227,-251566],[-269808,-243504],[-271385,-254707],[-269890,-253300],[-271193,-250460],[-278247,-256358],[-278204,-257415],[-273988,-256224],[-275351,-256076],[-276135,-256808],[-276658,-267213],[-277230,-263778],[-275292,-263593],[-280521,-257212],[-280910,-261288],[-276357,-264216],[-270625,-262374],[-269667,-262899],[-269733,-264526],[-269757,-259232],[-273308,-258471],[-271285,-258877],[-269806,-256328],[-269745,-267016],[-274466,-264750],[-271638,-269454],[-273804,-276035],[-272608,-280403],[-270769,-276323],[-273166,-287557],[-275328,-288391],[-276889,-287921],[-281562,-289877],[-269533,-300863],[-274046,-315895],[-275947,-313631],[-273497,-311402],[-269429,-344838],[-270396,-345109],[-281010,-352097],[-278661,-355260],[-280163,-348383],[-276489,-359843],[-279725,-35479],[-275694,-33326],[-269022,-540200],[-270783,-73761],[-271864,-75072],[-269748,-73528],[-269108,-73357],[-271073,-85582],[-268872,-84819],[-280169,-82423],[-278565,-87198],[-281531,-88259],[-280459,-89235],[-275247,-83246],[-280407,-101889],[-279602,-98560],[-281522,-93459],[-272038,-89740],[-271184,-95178],[-272046,-99712],[-273400,-97025],[-277116,-93654],[-275834,-91939],[-278040,-90010],[-276652,-92644],[-279880,-95311],[-278821,-101085],[-269329,-108315],[-269425,-108781],[-270761,-107862],[-274099,-113507],[-272044,-112871],[-278386,-110434],[-280213,-106719],[-278534,-105989],[-275284,-113587],[-274864,-112778],[-279507,-109254],[-275111,-109503],[-273650,-106795],[-271228,-106450],[-273525,-102737],[-269945,-102357],[-278850,137774],[-278106,140188],[-279426,140947],[-272531,20433],[-270884,17036],[-270709,16019],[-269242,16198],[-269131,17706],[-269888,18725],[-269641,19280],[-273909,16121],[-275114,17778],[-276311,17469],[-277168,16534],[-277373,17320],[-272195,22811],[-272260,21756],[-271448,21377],[-271514,20072],[-271822,33291],[-271129,37774],[-275537,36074],[-277187,36896],[-270799,40228],[-279557,47551],[-271277,50122],[-274409,40874],[-278621,43689],[-270929,50284],[-278061,53900],[-281483,54484],[-273177,54227],[-270080,61149],[-273890,58570],[-277589,51561],[-274570,53213],[-273285,59070],[-270257,71557],[-276186,68579],[-277304,66580],[-270262,65459],[-279228,66224],[-271574,75493],[-270095,71102],[-273332,66372],[-281507,87264],[-274720,78311],[-270888,87469],[-270054,77356],[-271818,82968],[-272413,89638],[-271058,88281],[-269414,91692],[-270867,113414],[-269849,108417],[-270003,108070],[-276317,106508],[-277599,108738],[-281223,105597],[-270673,116517],[-275160,115606],[-274285,121482],[-270748,121294],[-278386,121619],[-279166,121999],[-275252,117184],[-275147,115484],[-283768,-116337],[-282278,-117376],[-292556,-117699],[-290753,-117903],[-290651,-120555],[-288547,-122438],[-284187,-121369],[-285912,-126037],[-288182,-127138],[-285562,-134061],[-284511,-133688],[-287770,-128985],[-284619,-129390],[-284369,-131507],[-293886,-130204],[-287414,-151656],[-288409,-147441],[-282695,-147769],[-282268,-154270],[-293554,-163869],[-293756,-165674],[-283829,-164911],[-285322,-163384],[-288442,-164730],[-289735,-164195],[-288549,-161909],[-291261,-161589],[-292228,-163639],[-292358,-162426],[-291988,-160252],[-292988,-159145],[-294248,-161229],[-287616,-159939],[-289952,-158475],[-284427,-159448],[-282844,-160319],[-294041,-176607],[-292677,-166931],[-292475,-167732],[-289810,-169107],[-288436,-170977],[-290833,-170825],[-291653,-172683],[-291124,-174232],[-287293,-168131],[-285695,-169043],[-283692,-169430],[-283009,-168317],[-293483,-178233],[-290613,-177319],[-293847,-173564],[-286514,-175011],[-282053,-173391],[-294026,-181272],[-288629,-179930],[-283906,-180784],[-285046,-183322],[-286204,-183133],[-288642,-182120],[-289159,-183351],[-291912,-182825],[-291490,-181468],[-283826,-179823],[-286728,-188743],[-288170,-191256],[-286804,-188972],[-284666,-190815],[-284204,-190514],[-285705,-187348],[-285374,-188553],[-289385,-189450],[-291821,-188896],[-293082,-188945],[-292275,-202430],[-292247,-194850],[-287677,-195292],[-285425,-196142],[-285226,-192031],[-288981,-193074],[-283681,-192589],[-283601,-199362],[-281804,-200213],[-284434,-204513],[-286707,-202547],[-290648,-199025],[-290425,-197437],[-290611,-195864],[-294006,-194763],[-292568,-193036],[-289314,-204439],[-282180,-209961],[-290412,-204688],[-292872,-204873],[-288736,-207745],[-288652,-210682],[-289904,-211969],[-291355,-212046],[-292369,-211258],[-291408,-208106],[-292679,-208666],[-293129,-210291],[-292106,-214758],[-292225,-215482],[-284528,-213933],[-284754,-212534],[-281762,-213838],[-283746,-210688],[-285709,-209185],[-286531,-205084],[-283213,-205929],[-291459,-217160],[-287270,-214375],[-288969,-217851],[-288955,-224275],[-290408,-225141],[-289824,-222862],[-291312,-222539],[-293474,-227531],[-293733,-225267],[-293798,-222422],[-291696,-221901],[-291145,-217557],[-287667,-227036],[-289620,-229138],[-291444,-220197],[-292022,-218820],[-290631,-225783],[-292530,-220319],[-293558,-218817],[-282669,-223308],[-283538,-231413],[-291980,-231893],[-292622,-232479],[-291674,-240135],[-289241,-237144],[-287694,-239527],[-282490,-241483],[-294242,-699],[-289561,-412],[-294364,-245894],[-282958,-243438],[-281970,-254014],[-281652,-253609],[-282561,-255217],[-284221,-251955],[-283015,-257706],[-282876,-261879],[-294096,-265739],[-290717,-266176],[-289194,-256932],[-282396,-276510],[-288711,-273980],[-288064,-272649],[-283034,-268831],[-292942,-276364],[-290319,-270585],[-289646,-278555],[-286083,-280213],[-283573,-291248],[-288556,-291407],[-283228,-357267],[-282850,-356553],[-284094,-354594],[-281822,-357302],[-281798,-358331],[-289849,-37143],[-291059,-47265],[-281602,-45861],[-285651,-88929],[-291515,-86638],[-293924,-85510],[-289230,-82653],[-288240,-82431],[-282832,-84695],[-283250,-81952],[-285431,-84796],[-285254,-86980],[-286656,-87326],[-290628,-85532],[-283415,-101698],[-281969,-95850],[-287441,-95327],[-287024,-92016],[-285692,-93710],[-283483,-93548],[-283321,-100802],[-284496,-101562],[-285365,-99543],[-287999,-96218],[-291919,-97770],[-293005,-101957],[-293224,-101868],[-283817,-104295],[-285050,-107293],[-282497,-106149],[-285684,-104064],[-290958,-106525],[-286542,-108161],[-288668,-109963],[-290810,-110929],[-287646,-113581],[-285324,-114421],[-283587,-111433],[-282958,-113814],[-291927,10689],[-285002,142155],[-284083,141040],[-288041,312179],[-290124,309462],[-288202,314089],[-292841,312869],[-284811,28011],[-284822,40160],[-291004,39191],[-294378,47848],[-286281,56991],[-293115,51601],[-293871,52611],[-291512,55544],[-282138,56462],[-285784,61179],[-286564,65353],[-294129,67763],[-289279,72431],[-288321,72008],[-287586,67792],[-286095,70922],[-294239,66779],[-292322,74616],[-293230,76961],[-293001,75713],[-290992,75336],[-282779,78465],[-293121,78973],[-294324,81781],[-293430,81008],[-294081,85658],[-292669,87945],[-290754,88483],[-290329,89124],[-292210,88761],[-292657,85630],[-289236,87287],[-283202,95939],[-285250,100229],[-286860,96786],[-289046,90897],[-290788,90424],[-290353,93100],[-288915,93618],[-287543,105277],[-291532,121571],[-296422,-122375],[-298439,-122553],[-297032,-124863],[-302856,-139813],[-306127,-139974],[-304767,-137770],[-296332,-150640],[-305734,-149647],[-307128,-144960],[-306473,-142838],[-301154,-154984],[-303849,-165939],[-305097,-165117],[-307187,-160197],[-307134,-157111],[-305348,-157566],[-305045,-159561],[-304277,-157207],[-302091,-158626],[-299758,-158890],[-298756,-160486],[-301761,-162336],[-301839,-160873],[-304778,-164208],[-298197,-164211],[-296395,-166133],[-294551,-164337],[-303795,-159916],[-306225,-178473],[-303633,-178305],[-305743,-175559],[-304886,-171517],[-303585,-173682],[-296343,-173948],[-297842,-178038],[-299620,-172427],[-304270,-172429],[-303676,-169570],[-307050,-168089],[-305013,-168904],[-294705,-167323],[-295352,-175224],[-295097,-174025],[-300291,-179218],[-301574,-180400],[-306915,-179928],[-295563,-191457],[-297031,-189306],[-296733,-187780],[-298019,-187213],[-301899,-191283],[-304506,-190930],[-295669,-195795],[-294808,-202624],[-296795,-197551],[-298547,-196436],[-299846,-194839],[-306609,-192747],[-305925,-192382],[-303594,-197577],[-303177,-199762],[-300742,-199773],[-301608,-195664],[-302459,-194407],[-306824,-196035],[-299607,-198286],[-296050,-200371],[-297289,-199948],[-300000,-198703],[-303437,-204495],[-297578,-216510],[-301482,-215454],[-301274,-213783],[-301321,-216842],[-305436,-207922],[-301425,-207904],[-299250,-209525],[-301714,-206009],[-306243,-206084],[-306763,-206156],[-307018,-213041],[-303604,-213118],[-306818,-213195],[-306686,-217023],[-306115,-210545],[-306096,-215502],[-303086,-226969],[-301650,-224135],[-302022,-218129],[-300537,-228489],[-294446,-225115],[-295695,-217963],[-300279,-218893],[-305529,-228998],[-305958,-228432],[-305818,-222484],[-301979,-225214],[-301744,-222885],[-301314,-221296],[-298102,-219613],[-296540,-219892],[-297895,-222390],[-302367,-227364],[-294432,-230112],[-300192,-227184],[-298195,-228254],[-299812,-225872],[-306974,-221395],[-303551,-240663],[-303717,-241301],[-301001,-237305],[-300703,-239624],[-295979,-230860],[-299964,-242982],[-303465,-235724],[-301338,-242014],[-304318,-240048],[-302825,-239034],[-302175,-239048],[-301229,-8201],[-298863,-9238],[-297435,-6283],[-298533,-10564],[-294949,-245707],[-300122,-245190],[-298987,-243173],[-302763,-246598],[-298087,-253254],[-305595,-250137],[-294701,-246270],[-296477,-246846],[-299944,-244678],[-300215,-243583],[-304127,-261191],[-302769,-261320],[-301633,-262596],[-306940,-266387],[-304864,-261653],[-304881,-261398],[-306904,-264580],[-303790,-267829],[-304414,-268029],[-296502,-273751],[-300941,-276087],[-299913,-269039],[-303116,-272806],[-296515,-277081],[-301393,-270562],[-303754,-24817],[-294509,-29474],[-299697,-28637],[-301777,-31919],[-303363,-27371],[-295493,-48120],[-304301,-40495],[-302096,-49825],[-305821,-39855],[-300683,-39296],[-305728,-95379],[-303457,-100678],[-304694,-106833],[-296866,4211],[-303939,210],[-304659,302931],[-298545,314200],[-297718,320182],[-299686,318252],[-297427,316266],[-297248,318751],[-305025,311016],[-304038,309444],[-306826,309067],[-306037,327941],[-298169,323414],[-294491,321145],[-300863,321875],[-306218,325397],[-307174,330311],[-304191,321261],[-305735,322343],[-305717,34511],[-295422,41847],[-296991,40501],[-296666,42012],[-295259,43231],[-299668,49680],[-302297,46595],[-302373,48357],[-303518,48249],[-304007,49248],[-300646,50398],[-296935,50723],[-297058,64027],[-297484,61819],[-296560,51518],[-299496,51851],[-296619,54269],[-296735,55272],[-296381,56292],[-297076,58075],[-296297,69445],[-296201,67222],[-296033,65931],[-296552,70807],[-296593,71642],[-295737,75126],[-296268,76820],[-294855,76815],[-297548,80694],[-300265,79784],[-301089,78409],[-302786,82305],[-302151,86421],[-296759,78997],[-296424,86601],[-295429,82820],[-299195,85161],[-295014,87505],[-305392,100696],[-303846,98873],[-303062,101812],[-300856,101555],[-300395,100776],[-298353,100431],[-298630,98110],[-300404,92222],[-294420,91319],[-296411,92504],[-306511,104622],[-312379,-138694],[-315834,-145675],[-316148,-147322],[-314065,-140966],[-311838,-142011],[-311071,-143673],[-310373,-146025],[-308756,-146965],[-308579,-148412],[-307390,-153197],[-314254,-144898],[-312705,-143127],[-307302,-165217],[-307425,-165642],[-307235,-162648],[-311846,-159093],[-310832,-164333],[-309780,-164315],[-310544,-163114],[-308823,-169094],[-307510,-170269],[-312720,-170867],[-310795,-172092],[-311603,-174471],[-308418,-176390],[-311645,-172953],[-310498,-168066],[-307574,-168867],[-311651,-166641],[-319139,-177539],[-315999,-175666],[-316550,-172543],[-307660,-179241],[-309806,-186956],[-310159,-188827],[-311610,-187951],[-313044,-190557],[-309141,-189747],[-313107,-191112],[-315469,-189968],[-316047,-190336],[-318255,-190087],[-318402,-187605],[-314964,-187483],[-319519,-184030],[-318163,-183202],[-311824,-195399],[-312677,-194109],[-308042,-194737],[-311434,-193604],[-310657,-193567],[-310442,-199930],[-310741,-199154],[-312554,-199817],[-311061,-200403],[-312036,-198890],[-317122,-198268],[-317381,-195626],[-316789,-197399],[-317397,-197520],[-315895,-196470],[-310200,-212605],[-314445,-205264],[-307832,-226104],[-307458,-220771],[-309767,-222676],[-308535,-225810],[-308142,-223663],[-308918,-219684],[-308120,-218201],[-307673,-223654],[-307844,-225015],[-309965,-228805],[-309148,-228497],[-310994,-241244],[-316608,-240219],[-311543,-242239],[-310875,-235143],[-313733,-11339],[-312015,-922],[-318195,-192],[-316193,-60],[-319673,-254897],[-310321,-244780],[-314431,-245323],[-319000,-245686],[-308425,-245934],[-313359,-244900],[-308304,-247712],[-316576,-264570],[-317101,-265368],[-317173,-259453],[-312001,-257753],[-307737,-261885],[-307553,-260948],[-307494,-261312],[-307945,-262034],[-308790,-262203],[-309099,-264741],[-312194,-263946],[-312676,-262656],[-312072,-262563],[-311199,-262220],[-317214,-271308],[-312607,-274638],[-316924,-275496],[-317657,-279043],[-319634,-277650],[-310111,-275872],[-316231,-19918],[-313761,-13822],[-313577,-25282],[-314148,-14137],[-307695,-12775],[-309543,-20958],[-315918,-14575],[-308173,-19873],[-311172,-13389],[-310902,-21707],[-313787,-26379],[-317823,-66140],[-309301,-95642],[-308175,-91603],[-309889,-105334],[-308720,302539],[-312348,300158],[-308538,301694],[-314116,300177],[-312392,300608],[-311817,306974],[-313363,307064],[-311485,306709],[-315363,306847],[-317353,310146],[-314699,311176],[-312700,311037],[-310062,313030],[-308127,313955],[-311484,319683],[-316038,317406],[-308969,310701],[-317236,309116],[-314713,312741],[-314333,311949],[-307808,312245],[-310018,317071],[-310294,322833],[-310996,328065],[-312395,323886],[-314468,329173],[-312351,323714],[-308290,330109],[-309009,329958],[-315608,329027],[-314819,322113],[-315332,325774],[-310803,321217],[-315588,324559],[-315315,321902],[-310743,334962],[-319224,32454],[-319842,27601],[-317584,31044],[-308919,33493],[-308557,32517],[-313926,36355],[-314507,36627],[-312121,63756],[-309912,63664],[-316350,57000],[-318940,64077],[-313490,63262],[-314347,69212],[-315963,76431],[-312544,69704],[-307932,67522],[-310954,71962],[-309876,72829],[-310515,70948],[-307705,69217],[-313508,68727],[-308604,68446],[-312018,74561],[-317045,70034],[-319971,73079],[-317734,77631],[-314326,79553],[-313190,78633],[-319252,79640],[-310222,100508],[-308185,108047],[-308768,104579],[-322880,-152434],[-322525,-148657],[-324515,-149097],[-326108,-144412],[-320423,-142559],[-323656,-163649],[-332322,-163223],[-330884,-158753],[-331079,-157697],[-327962,-157092],[-323824,-156731],[-321124,-161746],[-322223,-161331],[-320906,-163652],[-320684,-166034],[-320001,-178516],[-322018,-178761],[-322313,-175204],[-322683,-173619],[-326316,-173215],[-329071,-174973],[-331113,-176079],[-327930,-177825],[-325347,-178848],[-325595,-171908],[-328637,-168785],[-328655,-172043],[-330155,-173995],[-331157,-173412],[-327326,-169286],[-326273,-170097],[-322620,-166275],[-323042,-167503],[-324932,-168463],[-325248,-168776],[-322520,-187451],[-327113,-179431],[-325281,-182664],[-325918,-183472],[-328654,-180998],[-330358,-184117],[-330150,-186594],[-328687,-187824],[-327692,-184039],[-323165,-187245],[-322752,-183470],[-330380,-188114],[-320345,-191841],[-321731,-194495],[-322349,-194442],[-323253,-192057],[-328240,-195448],[-330441,-198599],[-329690,-200721],[-330620,-202964],[-330474,-204535],[-323140,-201962],[-322515,-200921],[-322347,-198804],[-322044,-198417],[-320756,-196381],[-329724,-205987],[-329094,-206991],[-327608,-208162],[-327010,-207928],[-328278,-206582],[-331966,-208296],[-325408,-206806],[-323478,-207631],[-327252,-205349],[-327246,-242095],[-332305,-240828],[-327483,-240836],[-321902,-241073],[-321037,-234458],[-325341,-232738],[-325573,-11375],[-326148,-11114],[-329570,-3200],[-324956,-4494],[-329259,-10671],[-327908,-11119],[-328917,-7638],[-323812,-244105],[-331293,-248285],[-332364,-243268],[-330950,-245161],[-323488,-244277],[-324798,-251354],[-325715,-255372],[-325491,-266389],[-324150,-266453],[-323998,-265100],[-325035,-266197],[-327877,-267331],[-328532,-265942],[-329595,-262608],[-320699,-266741],[-331622,-257969],[-323953,-265717],[-325629,-268406],[-324045,-265725],[-325206,-265799],[-329024,-265777],[-329743,-266348],[-327525,-268264],[-328594,-268576],[-331839,-270074],[-323604,-269005],[-320608,-271188],[-331906,-270728],[-323260,-269412],[-325482,-269017],[-325656,-268878],[-325651,-269230],[-325508,-278299],[-321943,-279388],[-323777,-278540],[-332341,-20240],[-331935,-20382],[-330985,-20300],[-330037,-21564],[-329828,-20487],[-329396,-19793],[-330667,-17995],[-332322,-17744],[-331365,-19615],[-330948,-19490],[-328608,-17654],[-327647,-18779],[-326875,-19939],[-325932,-20964],[-325019,-21213],[-325028,-21632],[-326961,-21654],[-327333,-20464],[-331188,-22991],[-331688,-23060],[-330477,-23713],[-328571,-24128],[-329051,-22722],[-329373,-20114],[-331773,-23345],[-327790,-20504],[-325099,-22170],[-329284,-29344],[-328754,-29605],[-329376,-30417],[-331323,-28583],[-330845,-28936],[-329468,-27763],[-328707,-26866],[-326642,-29497],[-331108,-26347],[-332058,-36722],[-331236,-37293],[-332771,-34574],[-332396,-34107],[-326330,-34862],[-324620,-35079],[-328468,-35903],[-327892,-35303],[-329019,-33853],[-326617,-35749],[-330514,-37940],[-331954,-37094],[-332771,-582234],[-330230,-590832],[-332632,-49624],[-327151,-46071],[-329193,-38783],[-327735,-43847],[-331548,-43152],[-332332,-43487],[-331518,-46306],[-332613,-42747],[-330683,-42464],[-332509,-40430],[-331452,-39634],[-330680,-40216],[-321999,-54429],[-325681,-63559],[-326070,-57759],[-326805,-55751],[-322219,-51745],[-332150,-52042],[-321761,-68521],[-330496,2191],[-325332,3885],[-330614,5779],[-328377,12996],[-327553,11652],[-324485,3409],[-326140,9892],[-331776,7787],[-326689,8865],[-327750,2012],[-324117,145842],[-326075,145968],[-321899,147599],[-324996,146863],[-332455,16949],[-331492,18345],[-328159,24386],[-328177,19207],[-330971,291156],[-332000,294942],[-322460,301729],[-322247,301199],[-320814,301048],[-331911,296098],[-320540,300331],[-322100,301815],[-323896,305237],[-322483,306971],[-332589,319611],[-325142,311203],[-327495,308018],[-326726,322546],[-331131,321803],[-332233,320945],[-326616,320346],[-328579,321674],[-329098,341614],[-330578,337840],[-332292,343595],[-326600,336296],[-331377,341673],[-326966,336600],[-327193,33862],[-321815,36878],[-329232,32846],[-320385,33554],[-329137,26914],[-331574,49971],[-332067,51137],[-331261,49658],[-324219,63427],[-324235,59967],[-328279,59629],[-327976,61419],[-328750,53959],[-332189,51538],[-323128,56691],[-327292,53741],[-331079,68205],[-330928,65704],[-323253,66963],[-324520,67345],[-324663,67967],[-324805,64893],[-325686,72956],[-330995,78742],[-321329,79333],[-320432,80295],[-321615,78770],[-322345,82084],[-332535,82903],[-330857,83122],[-328590,81557],[-327937,77505],[-326631,92162],[-326891,93800],[-329692,95628],[-325157,92438],[-324169,95371],[-323480,97483],[-324835,97015],[-334178,-164337],[-336719,-164969],[-342345,-204552],[-338819,-202765],[-340131,-201525],[-342427,-198489],[-342843,-195507],[-341374,-196535],[-342807,-197458],[-344935,-200808],[-344858,-206640],[-344648,-205196],[-343258,-208290],[-342167,-208535],[-340339,-207345],[-339139,-205870],[-338251,-205276],[-344556,-218290],[-345196,-221704],[-343202,-221381],[-343561,-220302],[-340304,-218609],[-342898,-217467],[-345203,-225204],[-336058,-239331],[-339923,-240531],[-340359,-240887],[-334522,-240692],[-344370,-240922],[-343825,-242933],[-340168,-240417],[-336712,-237062],[-337574,-242860],[-334956,-241290],[-339260,-234307],[-341637,-236250],[-344310,-238032],[-338382,-234089],[-341523,-233662],[-338933,-232087],[-341891,-2482],[-344509,-2184],[-334884,-8908],[-342417,-8138],[-344332,-8109],[-344843,-5696],[-338494,-2585],[-345304,-2485],[-335892,-8919],[-335937,-430],[-342193,-246190],[-342781,-249611],[-336025,-246199],[-336234,-245728],[-338704,-243119],[-333995,-247577],[-336854,-252944],[-341255,-249561],[-343869,-246606],[-335847,-246491],[-337390,-247406],[-342340,-259982],[-340053,-264014],[-340176,-260340],[-333708,-268164],[-337256,-260983],[-337189,-263436],[-336610,-275425],[-344707,-277392],[-343784,-17736],[-344912,-19231],[-340644,-18846],[-332904,-22602],[-344190,-19646],[-344687,-19568],[-342355,-20959],[-345519,-19070],[-344583,-19756],[-338260,-20709],[-334710,-24552],[-336076,-24001],[-336621,-22199],[-335308,-22884],[-337040,-21211],[-338365,-20525],[-338946,-20589],[-340507,-22428],[-340507,-21177],[-342328,-22069],[-345148,-21748],[-345458,-21301],[-344082,-20482],[-343481,-20972],[-333689,-25398],[-340242,-15201],[-339141,-17376],[-340770,-18067],[-342192,-33698],[-332897,-25970],[-333108,-27139],[-334610,-29207],[-332815,-29109],[-333919,-28206],[-335414,-30322],[-334178,-31091],[-334352,-29752],[-335404,-30926],[-334811,-32613],[-336305,-34643],[-335701,-33499],[-338822,-33579],[-337508,-30779],[-336277,-30587],[-335858,-31870],[-336255,-33704],[-340879,-33827],[-340056,-34794],[-335525,-35231],[-334415,-33013],[-333457,-35799],[-333413,-35542],[-337000,-35217],[-337746,-36398],[-339069,-36256],[-342593,-36960],[-340574,-35385],[-342121,-28937],[-341434,-28184],[-340594,-28880],[-339937,-28701],[-340671,-27922],[-343400,-27155],[-344696,-30033],[-344759,-30859],[-344459,-31947],[-341078,-32790],[-338852,-32652],[-342848,-30747],[-339479,-33646],[-339790,-32592],[-338097,-31017],[-337822,-30163],[-337150,-28661],[-336139,-28029],[-334993,-27508],[-335085,-26679],[-334860,-26243],[-334696,-29618],[-336413,-34021],[-336863,-32028],[-333772,-27697],[-334376,-26799],[-343755,-32635],[-343930,-26869],[-343478,-27658],[-343528,-27818],[-333994,-583928],[-334597,-581901],[-341279,-583103],[-333828,-583742],[-339275,-580394],[-333163,-582092],[-336871,-580598],[-334911,-583143],[-334246,-46853],[-334432,-45329],[-333958,-44924],[-334022,-43106],[-333842,-38255],[-333376,-39065],[-333196,-40183],[-334423,-41127],[-333875,-43750],[-335252,-46386],[-339253,8579],[-337359,8501],[-336254,5722],[-333711,10023],[-333643,145593],[-333411,144613],[-342600,14637],[-338350,13918],[-336412,14119],[-333217,19329],[-341704,18055],[-340419,22367],[-336028,274378],[-338009,272859],[-341673,286039],[-334857,292378],[-342151,288664],[-333275,291875],[-344751,295644],[-333380,298446],[-339340,296809],[-342926,298271],[-335573,300752],[-337919,317755],[-339842,317069],[-335979,315384],[-343463,319227],[-340692,318561],[-344763,318055],[-339682,315993],[-336439,316145],[-337602,319542],[-335987,318449],[-341993,319850],[-342380,315939],[-345266,317294],[-343673,313985],[-340414,312961],[-341009,329764],[-340428,321543],[-338628,323112],[-338388,328157],[-343574,331092],[-342143,323674],[-336294,327026],[-333418,336448],[-341588,340776],[-340942,341260],[-337304,337633],[-344978,340573],[-336236,339199],[-345107,340479],[-339577,341233],[-340705,344169],[-344441,336146],[-345203,341910],[-334715,340134],[-344373,343439],[-334155,35562],[-334666,34503],[-335774,29170],[-340750,47045],[-336943,49145],[-341584,47511],[-335103,49601],[-340638,50214],[-343674,50752],[-340237,41789],[-333509,38851],[-335168,75233],[-336243,73183],[-335104,75661],[-333874,67966],[-333226,69612],[-355028,-171685],[-351483,-178217],[-348563,-189818],[-356568,-183917],[-353307,-198870],[-355286,-198681],[-345787,-199956],[-347788,-201264],[-346409,-217050],[-355192,-210943],[-357257,-229867],[-357989,-224824],[-356915,-220809],[-347111,-222723],[-346176,-223278],[-355735,-229617],[-356511,-225150],[-353677,-228132],[-355372,-228756],[-355846,-234293],[-355347,-236894],[-349996,-239640],[-354464,-241283],[-358297,-236690],[-346638,-240337],[-347994,-238503],[-351418,-233783],[-349762,-237275],[-348805,-237968],[-352996,-4031],[-357281,-4324],[-352330,-2549],[-350249,-8500],[-345832,-5853],[-347281,-3486],[-351103,-1412],[-356164,-244548],[-350927,-245135],[-354223,-243218],[-353067,-246798],[-352673,-246177],[-353300,-246713],[-346245,-254885],[-346719,-253560],[-356126,-267382],[-351019,-258202],[-350308,-262861],[-358136,-256001],[-346230,-259196],[-354962,-265060],[-349911,-269679],[-347088,-270917],[-350295,-278244],[-354627,-20293],[-355778,-21704],[-352549,-22070],[-348538,-19233],[-345907,-19616],[-347549,-19483],[-347572,-20510],[-350286,-20161],[-348344,-21869],[-349563,-21957],[-350022,-21896],[-352526,-25234],[-353019,-23995],[-353995,-22809],[-354976,-22374],[-353362,-17218],[-351488,-21312],[-353370,-20398],[-351421,-26324],[-354199,-27787],[-353906,-25478],[-353785,-26667],[-352897,-26950],[-356826,-25838],[-346184,-33126],[-348112,-581908],[-349753,-40513],[-350446,-41049],[-350433,-40501],[-348296,4895],[-357102,1596],[-353987,4364],[-358174,4689],[-356905,18989],[-353595,17667],[-347386,14585],[-357144,16073],[-356354,15062],[-351682,15045],[-351908,13848],[-351998,288388],[-351528,287473],[-346443,287341],[-352768,287426],[-358245,288396],[-346921,297700],[-356014,296915],[-353802,299563],[-349988,300889],[-356607,296272],[-355304,302383],[-349981,301920],[-357773,309175],[-357832,312478],[-353230,311893],[-357952,310947],[-357679,313021],[-351555,311839],[-353336,313529],[-351107,313864],[-349327,314871],[-347693,316726],[-346946,312847],[-351797,314565],[-349126,314920],[-348312,318444],[-347992,313281],[-349878,330188],[-347897,328155],[-353853,340066],[-352650,336601],[-349679,340938],[-354293,337832],[-353173,336371],[-347653,47064],[-346804,49279],[-347095,45690],[-359171,-178244],[-366879,-176578],[-367632,-181933],[-362288,-188723],[-367220,-183087],[-370570,-181165],[-368424,-180968],[-367773,-180240],[-370105,-179736],[-369506,-180552],[-366771,-194201],[-370588,-196058],[-360767,-199626],[-368250,-205641],[-358451,-205748],[-369552,-209962],[-365228,-207460],[-361169,-208209],[-363378,-210861],[-367056,-211895],[-368824,-214776],[-366274,-215346],[-364410,-214019],[-360091,-216466],[-370225,-222466],[-366296,-224366],[-364739,-223304],[-365664,-230042],[-359869,-220136],[-361717,-220169],[-363398,-218776],[-363885,-218125],[-366360,-219020],[-368447,-220077],[-363365,-241773],[-361593,-237176],[-360491,-232283],[-362250,-239135],[-369099,-242237],[-360280,-241778],[-359254,-516],[-362407,-246240],[-358924,-254376],[-359724,-253867],[-361237,-250031],[-362128,-250164],[-360022,-252222],[-359859,-252926],[-359595,-252110],[-360026,-254004],[-360479,-255003],[-368164,-254559],[-367135,-245126],[-369511,-246559],[-364206,-245350],[-361646,-245208],[-360084,-253326],[-358868,-253051],[-361769,-250337],[-361092,-250988],[-361473,-251280],[-360863,-250992],[-360301,-254061],[-360311,-252371],[-360177,-251815],[-365575,-261390],[-365240,-259348],[-363582,-256109],[-362586,-258226],[-362422,-267361],[-360857,-267291],[-360956,-257980],[-367699,-260044],[-368671,-259937],[-369175,-257167],[-369068,-257603],[-363746,-267112],[-368682,-259154],[-368780,-258172],[-369198,-257281],[-370738,-261492],[-363644,-269189],[-369518,-274655],[-369744,-275181],[-362292,-275132],[-365559,-269917],[-370123,-272214],[-369480,-275545],[-363032,-19952],[-370299,-29699],[-361492,-32844],[-358923,-27101],[-362542,-32407],[-359880,-31830],[-370564,-31759],[-366134,-39991],[-363773,-40679],[-371069,-43912],[-368315,-47158],[-368927,-46224],[-366623,-38630],[-363833,-41731],[-359731,11333],[-360499,5848],[-361153,6922],[-364528,12566],[-366164,186261],[-368580,191154],[-363268,183848],[-363217,19817],[-359953,19320],[-367181,287777],[-363215,290997],[-366570,290456],[-370562,289974],[-361430,286019],[-362828,288583],[-359903,294598],[-368567,288400],[-364126,291317],[-370538,288540],[-362693,286842],[-358874,293393],[-367365,303466],[-361574,305507],[-364989,304047],[-362678,305620],[-368779,319347],[-360913,308390],[-360068,308554],[-358505,311817],[-368675,321185],[-368842,321315],[-367682,335193],[-368219,337604],[-23155,-126262],[-19708,-115077],[-14452,-115757],[-16576,-139185],[-18681,-139340],[-18658,-132440],[-17034,-140073],[-21303,-127962],[-24034,-146769],[-12915,-141304],[-14343,-145810],[-17083,-143424],[-14591,-143929],[-22485,-153092],[-22669,-152202],[-17053,-162326],[-15354,-163958],[-24920,-154770],[-14893,-158538],[-24494,-164045],[-23429,-160497],[-23012,-158159],[-20775,-159040],[-17068,-159386],[-15399,-158159],[-15277,-165151],[-13124,-165403],[-18079,-162475],[-18275,-165109],[-19619,-165304],[-21202,-162803],[-20016,-161211],[-19611,-154362],[-15065,-167902],[-24245,-167165],[-20729,-169989],[-24976,-168131],[-24565,-168983],[-25152,-177267],[-13803,-175561],[-14218,-8657],[-17118,-10586],[-25343,-10698],[-23912,-11683],[-23107,-11473],[-23300,-11256],[-23279,-10956],[-22159,-9282],[-21801,-9428],[-25378,-1939],[-13369,-14519],[-13108,-13130],[-21951,-19264],[-23545,-19469],[-14414,-22541],[-20398,-18995],[-24670,-18978],[-22787,-12753],[-19327,-30141],[-17759,-27985],[-20774,-28481],[-20408,-28350],[-22314,-28310],[-18460,-64672],[-21339,-65100],[-25041,-74077],[-17088,-97490],[-16255,-109189],[-21228,-114010],[-25450,79412],[-22809,79941],[-380773,-150522],[-374856,-145871],[-373353,-145904],[-375246,-145290],[-377416,-147734],[-377059,-146541],[-376332,-147648],[-377611,-145012],[-379843,-143490],[-383479,-152191],[-383416,-153298],[-380778,-152784],[-381888,-151686],[-379414,-149039],[-380008,-149332],[-381073,-149033],[-381133,-149525],[-375577,-146195],[-375404,-147105],[-372844,-144866],[-372076,-144339],[-380503,-155986],[-382430,-155753],[-382936,-155478],[-381348,-158937],[-375677,-154007],[-383610,-158739],[-382324,-166048],[-380253,-171124],[-381641,-167960],[-380323,-178985],[-379551,-183682],[-379269,-179596],[-381028,-184744],[-380824,-188599],[-378185,-191408],[-374557,-190919],[-371690,-181127],[-374817,-198860],[-382511,-195434],[-372589,-200301],[-373263,-201340],[-376235,-199331],[-383729,-197540],[-375982,-217096],[-371296,-215975],[-372382,-216835],[-375725,-217137],[-374922,-213864],[-377995,-215245],[-377102,-210089],[-383515,-215292],[-380570,-215061],[-373395,-210473],[-378485,-218340],[-372973,-219712],[-373276,-219926],[-381519,-219191],[-382165,-218168],[-372049,-219783],[-373506,-237966],[-372460,-241331],[-383089,-11239],[-380605,-6010],[-376549,-12067],[-376202,-11393],[-373049,-248818],[-371654,-251235],[-372418,-251762],[-372879,-243440],[-372079,-252938],[-372781,-251214],[-383860,-243351],[-378624,-268523],[-376768,-268203],[-380949,-267107],[-372622,-261048],[-372013,-262678],[-373121,-261834],[-378047,-262964],[-377303,-267786],[-382070,-267235],[-380759,-267302],[-383810,-266888],[-371810,-262825],[-372411,-259431],[-381543,-269340],[-382001,-269028],[-371867,-272280],[-371413,-273482],[-380226,-272542],[-375871,-273042],[-374752,-274047],[-371921,-272931],[-383358,-272933],[-380710,-273259],[-380493,-274208],[-380669,-274306],[-382418,-273967],[-378414,-21148],[-377420,-19301],[-375008,-17632],[-376329,-18275],[-371276,-29164],[-382547,-30730],[-371274,-43861],[-373070,-46383],[-372320,-39463],[-371562,-48232],[-378214,-45025],[-373112,-50588],[-372620,-51279],[-376780,4066],[-381300,179663],[-382479,212552],[-375028,217403],[-378401,215886],[-378357,214202],[-376180,217165],[-374122,217832],[-374889,224070],[-375566,218765],[-382577,218959],[-371536,292918],[-380294,305279],[-382227,301576],[-379508,301054],[-378131,303710],[-381831,303910],[-380535,299552],[-375741,302456],[-376111,306328],[-371664,297822],[-377821,305956],[-372083,319731],[-374948,315151],[-376080,315734],[-377659,313754],[-383610,316273],[-373686,312202],[-373315,317470],[-377030,315306],[-381069,315967],[-372928,312658],[-375879,322278],[-372371,324380],[-377679,321007],[-371899,324381],[-371434,320408],[-374282,339095],[-373255,340498],[-389934,-120535],[-388909,-136035],[-387522,-137431],[-390087,-135339],[-390788,-150848],[-394924,-144533],[-388451,-143439],[-384800,-161230],[-384265,-160239],[-385047,-161988],[-387277,-161760],[-385963,-164738],[-385785,-164446],[-394111,-163637],[-391945,-163857],[-392551,-164670],[-385908,-162263],[-385843,-162043],[-386219,-161644],[-385675,-160103],[-384088,-159580],[-384135,-158480],[-393492,-157336],[-390101,-162088],[-392731,-164607],[-389924,-165501],[-392135,-165034],[-395539,-166197],[-395670,-175396],[-386698,-166846],[-387018,-169066],[-385937,-173989],[-387667,-174866],[-385796,-174979],[-386029,-176155],[-394196,-169590],[-396186,-172726],[-395445,-173108],[-386813,-169326],[-387110,-170141],[-390479,-171329],[-391146,-172893],[-391410,-171272],[-390120,-175399],[-389814,-177053],[-387568,-174862],[-387506,-174931],[-386441,-174633],[-389372,-177436],[-390061,-177604],[-388608,-177245],[-390596,-172067],[-390052,-172194],[-389891,-172325],[-388878,-172383],[-388963,-172289],[-391000,-171611],[-392494,-178052],[-396171,-177144],[-388177,-178119],[-393329,-170356],[-393064,-171103],[-386410,-171607],[-387339,-173957],[-387169,-169371],[-390361,-172224],[-390620,-175695],[-389994,-176327],[-388089,-175220],[-388379,-175092],[-395759,-177487],[-395702,-177872],[-388997,-189810],[-387312,-179337],[-387615,-182328],[-389111,-184397],[-388309,-188829],[-393941,-189872],[-390634,-189364],[-392566,-191299],[-393271,-190236],[-392049,-185946],[-390268,-184639],[-390218,-188214],[-389841,-186217],[-393037,-184575],[-394124,-184601],[-394626,-184806],[-394662,-185174],[-395072,-185667],[-393753,-187080],[-393286,-187181],[-394046,-188607],[-393207,-188772],[-394298,-186832],[-394808,-186177],[-393481,-183139],[-391809,-181583],[-395914,-185846],[-387690,-189466],[-395527,-184792],[-396725,-190615],[-394115,-190887],[-393780,-191247],[-387986,-190709],[-393462,-180220],[-391047,-192962],[-391759,-193391],[-391442,-195075],[-392388,-194459],[-392479,-194648],[-394435,-194559],[-392628,-192650],[-394407,-197046],[-393466,-193841],[-392373,-197286],[-391616,-203226],[-391613,-201397],[-395996,-201128],[-385015,-204576],[-385367,-202148],[-388904,-196002],[-386204,-195824],[-384641,-203986],[-388538,-194672],[-386608,-197106],[-386826,-194767],[-386460,-198228],[-391953,-203532],[-391548,-202588],[-392925,-200641],[-387413,-215453],[-391892,-213146],[-395306,-207034],[-395542,-210256],[-393385,-212388],[-392273,-208038],[-392092,-207422],[-393905,-213188],[-388411,-209472],[-384786,-204807],[-392440,-208386],[-392479,-206772],[-395647,-225434],[-391343,-221368],[-393517,-219477],[-388889,-226865],[-390500,-229511],[-389309,-220177],[-387891,-221664],[-387852,-222270],[-391895,-223425],[-384088,-237658],[-384376,-239577],[-393459,-234642],[-392157,-237398],[-392717,-235971],[-396314,-234727],[-386875,-5888],[-386770,-4976],[-386243,-4766],[-386631,-267269],[-387587,-267581],[-390189,-268376],[-391688,-267318],[-388843,-267616],[-386388,-267475],[-386933,-268136],[-384520,-267312],[-395562,-264496],[-396233,-264584],[-396143,-264048],[-395665,-263702],[-396500,-263367],[-390560,-268373],[-385486,-270346],[-388881,-269487],[-389200,-269572],[-387429,-269146],[-387998,-269476],[-390116,-269439],[-386364,-269112],[-385797,-269112],[-386648,-20938],[-385288,-17414],[-391148,-25236],[-388762,-13483],[-385048,-20449],[-392579,-24822],[-388203,-31220],[-384760,-40774],[-385955,1567],[-392077,200559],[-394392,206720],[-387387,217555],[-389528,215202],[-395721,205322],[-391096,207351],[-392857,218341],[-389592,226999],[-395663,225115],[-388946,220058],[-384778,221882],[-391466,224917],[-391606,220688],[-385550,219015],[-384099,301457],[-384325,316215],[-391603,341198],[-395802,337279],[-392906,337577],[-394561,341831],[-392830,335814],[-391594,338969],[-394632,333701],[-396635,340280],[-396678,340832],[-392706,335082],[-397954,-150297],[-408409,-165880],[-409038,-161864],[-398386,-156161],[-402342,-158059],[-405376,-160608],[-398801,-172911],[-402009,-172638],[-401936,-172796],[-402973,-174503],[-402099,-174767],[-401634,-175087],[-400937,-172282],[-400278,-172171],[-406159,-175535],[-405609,-175777],[-403751,-176057],[-404678,-176619],[-404176,-177487],[-402914,-175555],[-406051,-172903],[-407145,-176024],[-407415,-176020],[-409498,-176276],[-408664,-175357],[-408283,-173484],[-408494,-174203],[-406916,-175150],[-403318,-178648],[-406386,-175614],[-400825,-176139],[-400339,-167160],[-398190,-176230],[-403555,-172907],[-398531,-174818],[-398421,-174598],[-404096,-174927],[-404051,-174848],[-404526,-174570],[-405861,-172293],[-406185,-171833],[-406293,-171471],[-406743,-170604],[-406607,-170743],[-408949,-170195],[-408650,-170233],[-408180,-170256],[-409289,-170946],[-408188,-173179],[-407936,-172335],[-408796,-172143],[-409145,-172282],[-408981,-172377],[-409488,-172031],[-409206,-171895],[-406307,-174794],[-405769,-174375],[-405729,-174638],[-404455,-175407],[-404911,-174969],[-405358,-174664],[-406386,-172625],[-406168,-172419],[-396916,-177967],[-396945,-177081],[-397981,-170818],[-397047,-171602],[-404309,-188957],[-405529,-187712],[-406583,-191336],[-407690,-181890],[-401852,-180274],[-397097,-182100],[-401043,-180760],[-408491,-180746],[-397532,-184778],[-398076,-184453],[-397367,-185518],[-397910,-185523],[-398227,-185391],[-398466,-184677],[-400150,-179381],[-399902,-188556],[-401233,-188020],[-399244,-197189],[-407732,-195774],[-399452,-196822],[-402342,-214403],[-404388,-217067],[-404053,-214178],[-397289,-204736],[-403979,-216312],[-403874,-214084],[-400344,-216714],[-398704,-220669],[-401681,-224792],[-401684,-221861],[-405126,-219466],[-399970,-226388],[-402943,-226917],[-408876,-223758],[-408949,-221358],[-399096,-234111],[-401620,-232224],[-403431,-252946],[-405509,-253656],[-403299,-253437],[-406846,-254907],[-405268,-254863],[-398303,-268011],[-397600,-267996],[-399202,-263915],[-399052,-264875],[-399337,-265078],[-400120,-265022],[-405968,-256945],[-408994,-265585],[-406705,-263472],[-406939,-263443],[-402475,-267156],[-400847,-265709],[-406917,-262889],[-408295,-265167],[-408137,-265980],[-407056,-264207],[-398493,-269674],[-397321,-269102],[-398132,-270811],[-404255,-269474],[-402246,-269432],[-400150,-269124],[-404631,-269179],[-406411,-53466],[-407148,-54982],[-408060,-54224],[-402399,-111003],[-407093,11357],[-402625,12062],[-405607,199561],[-397787,203465],[-404802,200386],[-398463,204537],[-400043,216844],[-397527,219997],[-399167,221923],[-399062,218093],[-406316,332343],[-400069,333066],[-407688,336422],[-401750,337646],[-401128,335205],[-408363,338533],[-401940,340787],[-401210,338586],[-406960,339068],[-401592,335472],[-406456,333598],[-405804,335502],[-403028,334527],[-408472,337642],[-397485,341245],[-400393,336319],[-405217,338245],[-400048,337163],[-402174,335691],[-409955,-174512],[-409835,-174845],[-409855,-174812],[-410472,-174270],[-410912,-173177],[-418753,-177986],[-414820,-172265],[-413834,-167481],[-411155,-189729],[-418843,-182041],[-419075,-183404],[-419705,-191655],[-420547,-189942],[-419335,-188266],[-421518,-190329],[-415431,-195744],[-410399,-193655],[-411135,-196536],[-415966,-195497],[-418949,-198483],[-419678,-195186],[-418324,-197226],[-419417,-192163],[-418036,-234795],[-418583,-232899],[-411643,-240339],[-411978,-242825],[-411565,-241889],[-418907,-231272],[-421087,-235677],[-419350,-234714],[-420379,-233635],[-418589,-232886],[-418354,-241333],[-416545,-241161],[-420528,-238917],[-420475,-241157],[-420744,-239670],[-415564,-241297],[-414689,-242083],[-419172,-239873],[-422180,-237658],[-418787,-242335],[-413822,-247349],[-409709,-250833],[-411272,-248215],[-413537,-247159],[-414980,-248368],[-417931,-250630],[-417455,-248668],[-418495,-249401],[-417910,-248846],[-417398,-252456],[-415007,-243537],[-415903,-245855],[-417497,-243403],[-417174,-245510],[-417503,-246881],[-418154,-245156],[-419326,-248624],[-419940,-250712],[-412963,-252960],[-412875,-252084],[-419404,-246798],[-419090,-252149],[-410122,-265390],[-413046,7513],[-412402,4104],[-417987,12671],[-413590,13463],[-414448,13534],[-413390,16995],[-419079,15362],[-422266,25155],[-413790,25286],[-411923,25364],[-417950,24935],[-415947,25158],[-414019,25734],[-414639,25254],[-418809,17750],[-417226,13749],[-421910,15735],[-420866,17373],[-420289,16817],[-418780,24068],[-415610,25580],[-411799,25274],[-419685,21628],[-420209,21658],[-419153,25562],[-418921,293895],[-417805,295117],[-417444,303731],[-417240,301457],[-419943,302593],[-415935,302256],[-422310,297318],[-417543,29345],[-419955,34249],[-413709,31078],[-418156,33730],[-413414,34165],[-418346,27510],[-419896,35721],[-421507,29232],[-419902,26551],[-419802,26185],[-417027,36497],[-417767,37334],[-412768,26360],[-415593,36872],[-411036,26480],[-434212,-180675],[-434733,-179664],[-433856,-180652],[-434812,-200340],[-433564,-204339],[-433357,-199490],[-434124,-201506],[-431813,-201137],[-432788,-201661],[-432777,-202153],[-432671,-202453],[-432957,-199872],[-425807,-206881],[-426196,-206814],[-425325,-208969],[-427509,-210777],[-425942,-210112],[-426739,-215936],[-425597,-215471],[-434404,-228195],[-434906,-229796],[-435083,-228655],[-434156,-229606],[-429865,-224927],[-430071,-224964],[-430420,-225536],[-431466,-226244],[-430812,-226812],[-431047,-228708],[-429992,-219406],[-431308,-228714],[-431427,-227595],[-431565,-228634],[-428995,-218194],[-430049,-220531],[-430180,-219505],[-429182,-219531],[-428916,-219554],[-429712,-220675],[-425798,-228022],[-426439,-227724],[-425447,-226875],[-426807,-218452],[-425718,-221340],[-425545,-225283],[-426046,-221844],[-425173,-225549],[-425090,-225477],[-425339,-218091],[-424888,-218757],[-432119,-235629],[-425378,-233104],[-425145,-233529],[-423762,-234786],[-423060,-234814],[-427701,-230427],[-427513,-234766],[-429717,-232481],[-426748,-235345],[-426750,-233536],[-427165,-236763],[-427559,-232835],[-429236,-234620],[-435186,6008],[-432967,200618],[-432792,207007],[-432556,217264],[-432925,207869],[-434539,219535],[-430101,225228],[-428699,225804],[-426427,234423],[-431165,232374],[-432493,234851],[-427055,232632],[-431785,231501],[-434300,237214],[-425113,20432],[-429246,22709],[-426313,20870],[-431148,25793],[-425397,25363],[-432216,14743],[-429305,13919],[-430541,13212],[-422822,25527],[-426960,25467],[-423468,23134],[-425374,20522],[-423940,23670],[-425474,24262],[-433119,290510],[-426571,293591],[-431761,289385],[-427954,291181],[-433850,304432],[-433722,306229],[-424695,299305],[-425560,304424],[-431192,298869],[-430551,298321],[-433320,301284],[-428402,304614],[-435001,300011],[-425719,301525],[-433005,310770],[-428359,308840],[-434889,313680],[-433905,323659],[-433971,328648],[-432808,330180],[-432524,322431],[-433692,329578],[-431290,321271],[-431565,28321],[-423088,27683],[-427223,29147],[-432234,28888],[-424502,31872],[-428297,29230],[-432509,29972],[-428927,27576],[-436869,-144232],[-437059,-146490],[-437851,-160337],[-443089,-160348],[-442435,-162007],[-441608,-162501],[-436472,-163334],[-438522,-162602],[-440287,-160122],[-439761,-160058],[-437768,-162979],[-447094,-163893],[-447244,-162145],[-446564,-162156],[-447968,-158203],[-447126,-160156],[-446599,-163756],[-447938,-158140],[-446411,-164784],[-441029,-167878],[-439793,-169008],[-443139,-167002],[-440874,-168195],[-441753,-168492],[-441922,-177413],[-438552,-176685],[-438911,-177451],[-441654,-177493],[-439739,-178858],[-442302,-177668],[-438255,-177493],[-439161,-177357],[-436746,-175976],[-444839,-180419],[-444627,-180197],[-446669,-181700],[-440250,-179632],[-443574,-179419],[-443862,-190466],[-444216,-189399],[-447426,-183760],[-442731,-190091],[-444072,-189073],[-444155,-187476],[-444419,-187748],[-443903,-187180],[-445104,-187176],[-444869,-186657],[-445400,-186670],[-443982,-184884],[-445464,-185295],[-441953,-186030],[-442493,-184800],[-442187,-184549],[-441853,-186518],[-439557,-183655],[-439708,-185402],[-439451,-184603],[-439913,-184853],[-439260,-185298],[-444335,-182720],[-444263,-183316],[-446388,-182035],[-446385,-185189],[-445959,-181628],[-446241,-181390],[-442242,-191311],[-439718,-179592],[-445245,-180197],[-442649,-180186],[-438075,-197397],[-435230,-199298],[-439888,-195507],[-438964,-196476],[-435998,-201177],[-442712,-193762],[-443208,-193547],[-438034,-198791],[-442194,-193881],[-441473,-194630],[-437865,-198447],[-441320,-192377],[-438697,-197307],[-440383,-221961],[-440565,-223571],[-439883,-222660],[-440399,-221738],[-440492,-223834],[-437313,-225976],[-437334,-224980],[-437717,-226630],[-439192,-226566],[-438702,-224922],[-441191,-226594],[-441390,-226670],[-440815,-227018],[-440112,-227674],[-440881,-226446],[-435419,-228916],[-438236,-233483],[-447090,-1562],[-441577,-410],[-440780,-2289],[-439478,-3113],[-442935,-1894],[-444604,46],[-436912,71],[-442991,-1642],[-444046,99],[-435811,-247609],[-442437,8046],[-438078,9945],[-435898,8510],[-439574,9312],[-442471,10089],[-437110,9436],[-435367,9378],[-440830,2666],[-442080,8530],[-443732,6643],[-441519,3379],[-444117,5320],[-444995,11303],[-439881,7113],[-440090,10018],[-438564,6001],[-445742,11589],[-446243,11034],[-444903,11121],[-442282,9864],[-444670,7118],[-443762,7121],[-439661,9591],[-438606,5163],[-438062,6761],[-440565,10066],[-445982,11496],[-444958,10097],[-440714,785],[-436971,271],[-436373,4673],[-438340,2468],[-438933,4360],[-446091,187540],[-442344,187008],[-441078,190944],[-443810,190381],[-436145,191411],[-445588,192857],[-444997,193220],[-437816,192282],[-440911,212751],[-443573,216349],[-441870,209830],[-440059,210414],[-445489,216192],[-445482,213307],[-446078,209263],[-439208,223342],[-442286,225718],[-444542,226533],[-442577,224103],[-439637,226719],[-441595,231910],[-437092,239854],[-439144,234022],[-439943,232211],[-440155,243359],[-446029,237996],[-441184,236220],[-445891,230619],[-447044,231397],[-436684,243557],[-442724,17435],[-437994,14275],[-443512,22540],[-445198,22528],[-443095,20996],[-437379,285008],[-438594,288985],[-442854,285575],[-441290,293979],[-436619,285396],[-439451,289107],[-442091,292405],[-442992,293818],[-437225,299260],[-440649,302496],[-436663,297683],[-436509,295417],[-437421,298931],[-442788,302539],[-438232,319248],[-440514,309316],[-439040,320023],[-438155,317913],[-441202,311957],[-438169,314520],[-438636,317468],[-436225,315243],[-440439,323994],[-445559,321070],[-437243,324673],[-435608,325968],[-437245,328238],[-442439,323971],[-443369,320289],[-436406,328896],[-458858,-134541],[-457208,-134340],[-458669,-135203],[-457987,-136409],[-458498,-136707],[-459866,-137362],[-455816,-139765],[-456843,-139630],[-457842,-138592],[-459899,-138489],[-454919,-139810],[-459739,-152410],[-460121,-152997],[-458172,-142315],[-457870,-141248],[-456220,-145579],[-455607,-147138],[-455551,-147674],[-457095,-149165],[-460077,-150056],[-459312,-150854],[-457652,-150830],[-456967,-151205],[-457125,-141095],[-460020,-144087],[-460670,-145503],[-458198,-146235],[-460345,-147108],[-457744,-145749],[-456634,-148372],[-457721,-151604],[-458738,-151267],[-457101,-152795],[-460238,-148826],[-455247,-161882],[-455408,-165429],[-458953,-154016],[-457076,-163852],[-457670,-160213],[-458135,-163208],[-455301,-165782],[-456017,-161512],[-457808,-154119],[-457184,-165418],[-456658,-156503],[-459048,-157440],[-458699,-159003],[-458898,-160907],[-459257,-160468],[-456180,-154887],[-451643,-154382],[-452264,-162719],[-454357,-159766],[-455695,-164320],[-448966,-162792],[-450524,-158708],[-450966,-159322],[-450111,-164127],[-451226,-156536],[-453109,-162496],[-448668,-158842],[-451790,-155811],[-453097,-156166],[-449847,-162292],[-454410,-163754],[-455704,-156514],[-456991,-173615],[-456561,-171891],[-454223,-168584],[-455887,-168472],[-457850,-171794],[-456437,-170308],[-458840,-170569],[-455310,-169047],[-459816,-168605],[-455135,-169153],[-454899,-170373],[-455914,-171635],[-459191,-169065],[-458496,-172115],[-451030,-176765],[-449022,-176289],[-449531,-175395],[-449483,-176894],[-450194,-177447],[-454755,-170743],[-453974,-168025],[-455661,-175222],[-455520,-176983],[-454779,-175536],[-458762,-177904],[-456510,-178483],[-455379,-175815],[-451070,-175609],[-450556,-175764],[-452228,-177313],[-450435,-176796],[-458212,-178466],[-455456,-177524],[-456781,-178897],[-460282,-176115],[-459430,-178025],[-449221,-182985],[-448322,-181268],[-453424,-183063],[-453453,-182628],[-453614,-183115],[-454533,-179865],[-449318,-181263],[-455465,-179783],[-454575,-180240],[-457938,-179140],[-460722,-181797],[-449141,-182771],[-458671,-179352],[-452287,-323],[-452689,-445],[-451873,-3097],[-451189,-7709],[-450357,-4871],[-450670,-7449],[-454751,-6314],[-456880,-5903],[-457363,-119],[-450655,-1326],[-449148,-6114],[-449096,-11199],[-448002,-4514],[-454960,-12726],[-458377,-16774],[-452073,-17620],[-455112,-17253],[-460689,-25344],[-457746,-22604],[-458585,-19709],[-458806,-65327],[-451792,-73332],[-455986,-72903],[-456623,-69534],[-455808,-68589],[-456953,-73613],[-460358,-68128],[-455593,-68465],[-452374,-76937],[-454239,11494],[-458116,9920],[-452620,11868],[-452343,10731],[-451336,8011],[-452101,6472],[-450038,7777],[-452268,7860],[-452019,8890],[-449395,11355],[-455740,10967],[-457794,10090],[-458342,11564],[-456681,11998],[-457070,12874],[-456608,876],[-449060,8489],[-449484,3522],[-450496,11143],[-456867,865],[-448246,12765],[-448257,1110],[-448962,188154],[-448637,197296],[-450456,199907],[-451821,198209],[-451150,197251],[-450921,203043],[-452125,213439],[-451653,217415],[-451691,214290],[-450111,209491],[-452785,223760],[-452224,223677],[-452046,227966],[-450348,217981],[-449487,235099],[-452146,235161],[-450288,230982],[-448226,19301],[-450045,22250],[-448239,18074],[-452231,16388],[-451539,18704],[-449253,14823],[-469142,-138644],[-469903,-138068],[-467451,-136619],[-466138,-135429],[-468278,-137260],[-470385,-139933],[-469351,-137619],[-465880,-138998],[-465476,-135453],[-462584,-135328],[-461131,-139020],[-463073,-137421],[-463828,-135090],[-460947,-134522],[-461796,-140573],[-473247,-146344],[-466384,-140860],[-470977,-146553],[-467918,-142837],[-467098,-142939],[-466396,-141895],[-469407,-140969],[-470186,-141819],[-469727,-142354],[-467146,-141885],[-460853,-152836],[-461874,-142792],[-460900,-142311],[-465138,-164198],[-472785,-160098],[-460824,-153592],[-461701,-154918],[-461749,-156394],[-462652,-156710],[-464115,-155950],[-467472,-160760],[-470130,-162663],[-469607,-164193],[-467422,-165198],[-471520,-158838],[-470653,-159156],[-471060,-161235],[-471312,-161640],[-472115,-158579],[-462344,-161789],[-462351,-159917],[-462997,-162953],[-467795,-157251],[-466371,-164636],[-465462,-160853],[-461340,-164388],[-461859,-164255],[-462024,-168065],[-464508,-167701],[-469325,-167231],[-461115,-173352],[-461690,-170811],[-462949,-173333],[-462161,-170457],[-461914,-173419],[-463371,-173048],[-465977,-166932],[-460991,-170722],[-468252,-175002],[-468170,-172744],[-466369,-174232],[-465506,-174042],[-469526,-176376],[-468786,-166755],[-467922,-176685],[-467865,-177266],[-467108,-168919],[-467634,-168948],[-468668,-169230],[-472023,-169878],[-473031,-168972],[-470042,-170723],[-471378,-176709],[-472607,-178370],[-465456,-177765],[-465945,-177445],[-465896,-178220],[-466226,-177954],[-461186,-167458],[-463561,-177175],[-461774,-177755],[-462234,-175425],[-462513,-177741],[-467087,-180239],[-468181,-179168],[-469100,-180476],[-472802,-180364],[-462236,-180964],[-460800,-179983],[-461673,-182306],[-461114,-182151],[-462251,-180954],[-471435,-7269],[-473153,-7570],[-467136,-10273],[-467504,-12153],[-472474,-11585],[-462602,-13015],[-461436,-12702],[-463190,-16650],[-468021,-13772],[-465941,-13038],[-460965,-26217],[-462843,-46313],[-462239,-45168],[-462572,-44714],[-467372,-46602],[-463197,-60135],[-464666,-71279],[-466611,-73248],[-465779,-75374],[-464391,-76093],[-468531,-78520],[-464236,-79391],[-464405,-77726],[-465654,-80150],[-466908,101289],[-464137,101749],[-465278,96021],[-470582,98612],[-467990,96749],[-468301,94058],[-467766,102281],[-470635,98353],[-463203,95122],[-466248,96049],[-467429,96238],[-467394,95038],[-466232,105084],[-467630,109011],[-465026,105362],[-466599,109695],[-463543,103172],[-476706,-151075],[-477219,-147871],[-479419,-148993],[-481690,-147810],[-482742,-148002],[-482190,-149553],[-481517,-150508],[-480790,-151809],[-473784,-148695],[-473928,-146906],[-486193,-144015],[-485126,-151627],[-477566,-148336],[-476853,-151859],[-483774,-148152],[-478737,-153127],[-480023,-153175],[-474697,-158575],[-476901,-158981],[-480407,-159145],[-481925,-155254],[-478607,-153870],[-480266,-165031],[-484984,-156648],[-485987,-155842],[-481508,-158145],[-481204,-154477],[-484042,-156566],[-485072,-164338],[-484092,-164795],[-479969,-163669],[-479409,-166005],[-476714,-164569],[-475441,-165250],[-474853,-165075],[-474799,-164098],[-485267,-160303],[-484083,-158201],[-483570,-156851],[-486209,-154371],[-483325,-160345],[-482026,-159498],[-482137,-157482],[-481521,-156497],[-476951,-158240],[-479693,-158511],[-473685,-160255],[-481399,-158426],[-473948,-171016],[-473969,-172317],[-475193,-174945],[-480915,-178062],[-485476,-177530],[-483476,-178482],[-483456,-177909],[-485717,-167718],[-483763,-168019],[-485892,-174410],[-483203,-173923],[-484068,-176299],[-481419,-175989],[-481791,-175126],[-484506,-172753],[-479173,-174238],[-481944,-167808],[-481046,-168621],[-482040,-169813],[-485373,-170171],[-475023,-177658],[-476783,-171667],[-475872,-174002],[-478180,-176236],[-476882,-170176],[-482133,-167428],[-475006,-176788],[-476917,-179237],[-479811,-179890],[-481114,-179602],[-481808,-182707],[-485779,-179095],[-483697,-180674],[-485996,-183166],[-485725,-179718],[-484360,-182263],[-482942,-182230],[-482777,-181000],[-481594,-180188],[-486371,-184438],[-473994,-8626],[-473857,-9666],[-488063,-136516],[-496783,-153084],[-499103,-152710],[-497219,-152484],[-490526,-145370],[-489130,-146071],[-487380,-145264],[-496030,-153399],[-486568,-166173],[-487393,-154067],[-488340,-154655],[-489171,-155458],[-488800,-157217],[-490799,-156010],[-492138,-156733],[-490855,-157973],[-488733,-158479],[-489310,-162247],[-486687,-159173],[-487842,-158856],[-487284,-160999],[-492534,-164505],[-494441,-164613],[-495169,-161786],[-495547,-166033],[-496778,-160088],[-496839,-157173],[-494163,-155868],[-495616,-154149],[-496934,-154842],[-497843,-154010],[-498124,-156771],[-498674,-166109],[-498203,-159695],[-499183,-159942],[-496153,-156907],[-494033,-155279],[-498024,-156048],[-492586,-157094],[-492811,-158143],[-488456,-159716],[-490565,-156971],[-491060,-155414],[-491876,-155834],[-488325,-162632],[-497859,-163249],[-494317,-154588],[-498201,-160326],[-491934,-158454],[-487285,-171591],[-487762,-166292],[-497293,-167621],[-494046,-170333],[-495439,-173567],[-494711,-172455],[-492049,-173938],[-489429,-174022],[-488048,-170363],[-488291,-167425],[-489214,-166282],[-487977,-168525],[-490695,-169274],[-490182,-170101],[-490421,-168034],[-490944,-172470],[-488713,-173771],[-488615,-171560],[-493765,-174333],[-497249,-171301],[-497615,-173750],[-489729,-167862],[-488280,-182673],[-488611,-183936],[-498655,369381],[-491481,375190],[-497613,380733],[-490987,376701],[-494322,377917],[-28398,-124252],[-28887,-115202],[-35320,-130886],[-26874,-137458],[-35189,-143994],[-37019,-144330],[-37722,-150145],[-30532,-159961],[-31426,-159228],[-33400,-160443],[-35556,-162363],[-37493,-163146],[-35929,-159497],[-37015,-159974],[-33728,-157910],[-26924,-154281],[-29934,-164574],[-31105,-162967],[-36135,-165585],[-36208,-168189],[-32412,-2032],[-29900,-1575],[-34095,-2092],[-32996,-1850],[-32198,-1081],[-36452,-25208],[-26001,-15773],[-26043,-19741],[-29994,-22389],[-31411,-20485],[-30179,-13425],[-37272,-30702],[-32285,-29522],[-34462,-26939],[-33202,-27041],[-37325,-34897],[-36156,-27671],[-36524,-27301],[-36380,-25734],[-36537,-30691],[-37180,-32139],[-36968,-32400],[-38201,-35923],[-36816,-33412],[-37720,-34113],[-38163,-27826],[-37043,-47233],[-34797,-40904],[-36843,-57018],[-33798,-55528],[-38311,-56040],[-29295,-57790],[-29247,-70491],[-35345,-94541],[-28412,-104756],[-32439,-103331],[-500333,-152184],[-502147,-152338],[-503211,-153329],[-503894,-151440],[-509120,-152487],[-511393,-148848],[-510376,-148693],[-509429,-147093],[-509299,-149632],[-506007,-149681],[-505956,-149053],[-507737,-149874],[-507594,-151166],[-508909,-150764],[-503034,-151762],[-509763,-153015],[-510632,-146625],[-511155,-147637],[-511927,-145890],[-509397,-147825],[-508443,-149069],[-505367,-150278],[-504487,-150655],[-500285,-159420],[-499298,-160331],[-499737,-156057],[-503493,-166037],[-505562,-155168],[-506488,-154196],[-508911,-153758],[-508910,-155930],[-511726,-154374],[-509579,-159264],[-508599,-159881],[-510049,-160811],[-506801,-161504],[-506035,-161905],[-505878,-163194],[-503904,-160729],[-505529,-165478],[-509696,-164914],[-504226,-154261],[-509389,-153694],[-511734,-156868],[-507475,-163157],[-507560,-164912],[-505661,-154383],[-510854,-161080],[-506940,-161161],[-499271,-156388],[-502512,-160096],[-501472,-161360],[-500088,-153520],[-503337,-162625],[-506258,-164897],[-505294,-166102],[-502800,-165998],[-504357,-153980],[-510372,-159925],[-510092,-162053],[-508532,-162029],[-504566,-162094],[-504309,-163725],[-507905,-162707],[-506261,-155789],[-507964,-159100],[-502415,-168093],[-500770,-170225],[-511844,-166609],[-510905,-171274],[-510759,-167554],[-511341,-168651],[-511424,-170140],[-501416,-170329],[-509604,-84700],[-509485,-85281],[-503502,371331],[-499742,382089],[-523561,-137181],[-521751,-137727],[-520760,-140275],[-522956,-135543],[-524298,-139892],[-522517,-136117],[-523158,-135914],[-521563,-136339],[-522824,-138346],[-524272,-152055],[-523238,-149060],[-520711,-146893],[-519615,-146124],[-518846,-143115],[-519479,-142604],[-520987,-143654],[-521277,-145363],[-515616,-146177],[-515633,-147685],[-518275,-152891],[-521983,-141815],[-521340,-142648],[-523969,-141361],[-521772,-145841],[-523266,-145874],[-522822,-146582],[-522022,-147769],[-521030,-147624],[-517634,-142054],[-517826,-143312],[-513337,-145708],[-521364,-147035],[-512601,-163830],[-521384,-166112],[-522230,-164086],[-515257,-158774],[-521487,-154012],[-521354,-157998],[-523046,-155780],[-513674,-164347],[-514030,-165395],[-518867,-165004],[-521439,-164685],[-523010,-165922],[-523911,-163630],[-524343,-165410],[-523767,-163154],[-523665,-158826],[-522851,-156816],[-513269,-156882],[-513828,-158066],[-514489,-157151],[-516073,-157128],[-520322,-157260],[-518617,-159138],[-518135,-153922],[-520066,-155253],[-522503,-154181],[-522202,-155499],[-523525,-155208],[-521651,-156384],[-513830,-166781],[-513048,-169064],[-513273,-168133],[-515005,-170398],[-518151,-167744],[-523144,-177624],[-522105,-176617],[-520061,-177527],[-523611,-175658],[-512221,-171227],[-524505,-180308],[-522740,-179468],[-515965,-88517],[-523095,-88844],[-523202,-87518],[-522693,-90826],[-523694,-95745],[-523433,-100270],[-524507,-99622],[-523675,-100665],[-523201,-93801],[-524667,-93052],[-522696,-98098],[-524516,-94216],[-524412,-101622],[-522675,-99274],[-524429,-104613],[-519217,-112588],[-513846,-110169],[-515999,-110982],[-519205,-108559],[-517437,-110434],[-513403,-110635],[-524292,-103267],[-523366,-105000],[-521444,-103250],[-522833,-103159],[-520923,-103564],[-516607,-110130],[-519544,-112309],[-519165,-108581],[-516418,-108497],[-518794,-106065],[-517491,-111564],[-516897,-108741],[-516024,-109008],[-518834,-110222],[-514978,-110491],[-514099,-110734],[-513642,-110172],[-515604,369987],[-522173,372654],[-519719,374105],[-518588,374881],[-518614,374711],[-514892,388505],[-519661,547720],[-521552,547579],[-521749,547376],[-523021,69576],[-533849,-127731],[-535396,-125899],[-535160,-123520],[-536075,-121496],[-534183,-126379],[-537424,-140336],[-533870,-138024],[-537108,-135968],[-536718,-138036],[-534235,-136293],[-532807,-135042],[-533661,-131696],[-533605,-129037],[-533247,-140380],[-526664,-140551],[-526028,-140318],[-536559,-141295],[-526472,-147770],[-525758,-145345],[-535535,-149604],[-534491,-149405],[-531768,-152703],[-530839,-151113],[-531259,-149324],[-527874,-147475],[-525289,-145751],[-525572,-143083],[-528340,-145449],[-530902,-147427],[-534992,-142949],[-533627,-140772],[-531498,-147480],[-528832,-144968],[-529776,-146422],[-533378,-147957],[-534204,-151561],[-531761,-152012],[-530773,-144535],[-533588,-152712],[-532680,-153006],[-529455,-150221],[-529500,-148565],[-536014,-152719],[-537159,-149592],[-536101,-150625],[-528894,-149537],[-526989,-142315],[-525785,-140867],[-528672,-144699],[-533789,-150052],[-530440,-148520],[-526650,-165174],[-525173,-158008],[-525679,-159232],[-526453,-156190],[-528992,-156448],[-530577,-158619],[-532881,-157783],[-532133,-155303],[-533919,-159712],[-536642,-159009],[-536306,-155296],[-534306,-154743],[-537328,-157651],[-532987,-154321],[-528602,-155470],[-537348,-153535],[-534050,-156357],[-528073,-163773],[-529749,-159180],[-533089,-159179],[-525302,-166230],[-524977,-177476],[-534089,-85324],[-533888,-85692],[-528040,-88003],[-525344,-86965],[-526389,-85156],[-532505,-93324],[-537559,-102148],[-535242,-89803],[-529912,-90951],[-527229,-96835],[-531587,-92080],[-534981,-94651],[-535285,-94876],[-525202,-92891],[-527112,-100598],[-525031,-98766],[-534490,-93719],[-525128,-95722],[-527296,-102284],[-527829,-102298],[-530345,-102990],[-525790,-102754],[-525745,-103670],[-526210,63007],[-528863,65549],[-531431,75413],[-525021,66484],[-533208,72238],[-531251,70369],[-529489,64462],[-532842,74844],[-534603,72156],[-528534,69439],[-530959,70662],[-527759,83533],[-527585,84084],[-538392,-122331],[-539049,-124302],[-538984,-121312],[-538910,-126914],[-544423,-127275],[-538282,-137046],[-539014,-135325],[-538961,-133837],[-543232,-130250],[-543028,-130113],[-540953,-132587],[-541979,-132307],[-541323,-132670],[-540664,-137321],[-542232,-129105],[-541185,-132142],[-540606,-137622],[-541732,-134628],[-544535,-132833],[-541784,-134293],[-537656,-151265],[-537857,-149201],[-537638,-147543],[-540270,-152332],[-538711,-145982],[-540495,-142908],[-542087,-143058],[-542814,-142849],[-538074,-145724],[-542821,-143114],[-541716,-162428],[-540636,-163202],[-541272,-159965],[-541761,-158079],[-542473,-158564],[-543215,-159633],[-540951,-156823],[-540235,-153800],[-541880,-163504],[-539609,-156379],[-538379,-156488],[-538339,-155917],[-538727,-100045],[-538718,-98360],[-537947,-97503],[-559294,-158621],[-560986,-158539],[-560153,-160109],[-560614,-161999],[-562999,-163852],[-561340,-164128],[-562127,-166007],[-562514,-165175],[-560628,-164324],[-562301,-163169],[-560802,-161332],[-561728,-160285],[-560151,-159681],[-563054,-167096],[-562017,-167658],[-559134,-166645],[-560035,-168241],[-558881,-169745],[-557170,-169782],[-558067,-171435],[-559289,-170891],[-557367,-172920],[-558130,-167696],[-555986,-171903],[-555111,-171736],[-554282,-172385],[-554748,-168967],[-553524,-169273],[-555286,-169166],[-555383,-167764],[-556686,-166993],[-556520,-168202],[-558015,-169190],[-557600,-167592],[-560848,-167367],[-559859,-166445],[-601916,1767673],[-40616,-117674],[-50504,-119483],[-49881,-128077],[-39684,-142799],[-50205,-142524],[-39877,-145439],[-38741,-147898],[-43705,-150452],[-40181,-147866],[-46230,-164734],[-48741,-172971],[-43568,-167434],[-48939,-290273],[-44723,-290520],[-49125,-292484],[-45354,-290251],[-50566,-295521],[-50538,-294913],[-47446,-22617],[-39675,-16654],[-45475,-15516],[-43855,-12933],[-42681,-19316],[-41449,-20285],[-39311,-22229],[-44173,-20591],[-45815,-22337],[-49602,-27193],[-47508,-29861],[-48362,-36083],[-44142,-37666],[-44721,-32009],[-46408,-35194],[-40567,-33999],[-40411,-30541],[-43989,-46801],[-50047,-41837],[-40153,-41879],[-50454,-62387],[-41111,-62504],[-47197,-75509],[-45683,-72277],[-49711,-79165],[-46967,-84063],[-49677,-92423],[-43785,7377],[-43159,11400],[-45466,12342],[-46993,12347],[-48338,10073],[-49980,37391],[-632723,124787],[-656213,1708123],[-53680,-119937],[-56134,-119510],[-53352,-115839],[-53759,-125810],[-59462,-127060],[-59063,-118013],[-56321,-128843],[-58993,-131136],[-55841,-136513],[-52899,-134868],[-52475,-146162],[-53853,-144629],[-52682,-142819],[-55675,-150100],[-56730,-150734],[-58162,-149200],[-55985,-147286],[-54824,-144930],[-56511,-143510],[-58276,-144532],[-58537,-140680],[-58547,-151892],[-63770,-156351],[-61715,-156280],[-59968,-157795],[-59399,-155987],[-61759,-161232],[-62311,-162911],[-61545,-154588],[-61692,-300653],[-60834,-298614],[-62628,-297205],[-57808,-298830],[-51746,-295217],[-58737,-25000],[-59528,-23424],[-63565,-23132],[-63781,-21774],[-62752,-15168],[-62501,-13906],[-63877,-18471],[-56721,-23359],[-56575,-21842],[-57316,-29894],[-55262,-35830],[-55566,-33388],[-63344,-37831],[-63857,-26374],[-56002,-28386],[-63207,-28158],[-63318,-26627],[-56590,-27420],[-53288,-25766],[-51763,-25594],[-54114,-26418],[-57469,-32619],[-58960,-34477],[-58942,-36198],[-59121,-36543],[-55993,-36307],[-55721,-36985],[-56400,-37479],[-56002,-37900],[-56116,-41548],[-61686,-40225],[-63567,-41051],[-57075,-39098],[-57887,-60215],[-51318,-61124],[-59771,-75363],[-63012,-68297],[-63526,-72763],[-62972,-71034],[-62043,-67401],[-63116,-75119],[-63507,-74048],[-54820,-79149],[-52040,-86395],[-59897,-83508],[-60957,-85537],[-62959,-77702],[-59462,-85891],[-60378,-79563],[-51223,-92990],[-53716,-100553],[-55281,-97784],[-56459,-91727],[-60360,24877],[-52875,38013],[-56850,30501],[-61266,29756],[-60038,33560],[-51625,34735],[-54902,32289],[-55075,36116],[-63371,34639],[-56029,403096],[-63303,412880],[-63735,56588],[-67533,-133850],[-65849,-135555],[-73507,-134572],[-67613,-136406],[-67573,-139568],[-69505,-134745],[-73569,-142720],[-74755,-148745],[-67445,-150050],[-71648,-144174],[-74425,-152088],[-75692,-149808],[-75244,-146876],[-74753,-146370],[-72485,-149275],[-69149,-150375],[-71409,-147540],[-68389,-150134],[-68332,-150653],[-66604,-152914],[-75519,-154392],[-73010,-154686],[-71774,-153909],[-64903,-158943],[-71415,-13898],[-75909,-16467],[-74259,-14848],[-76509,-32564],[-75521,-26374],[-70834,-35600],[-67087,-28898],[-67337,-30093],[-74278,-49311],[-64024,-46022],[-70257,-39731],[-68624,-41939],[-73963,-50927],[-74675,-44538],[-71764,-48711],[-73700,-55191],[-71796,-60787],[-66056,-72409],[-67744,-71017],[-67956,-69965],[-66075,-71636],[-69079,-68208],[-65277,-68068],[-65649,-67296],[-66033,-68415],[-68726,-64285],[-64323,-74430],[-65432,-71147],[-64367,-74652],[-66112,-75786],[-71478,-68835],[-68780,-69175],[-65610,-68918],[-69234,-88371],[-68458,-81499],[-67798,-76675],[-65242,-77181],[-64213,-79084],[-67881,-80242],[-68994,-79992],[-69960,-80091],[-74020,-99944],[-68928,-91721],[-68555,-89587],[-72836,-92029],[-64347,-94588],[-72699,-94809],[-74145,-94208],[-70064,-111953],[-68857,37368],[-64746,406320],[-75311,414486],[-70019,425339],[-69691,45894],[-70643,41212],[-67377,93578],[-66008,95533],[-66237,92387],[-74859,101289],[-74296,111015],[-73068,106887],[-73546,105485],[-87105,-117499],[-87892,-116846],[-88269,-117311],[-88163,-117720],[-89388,-132470],[-89561,-140167],[-77643,-141079],[-84055,-151537],[-80374,-151920],[-88623,-145111],[-79716,-151713],[-77635,-151238],[-77899,-149474],[-83253,-148619],[-83691,-151176],[-82818,-152342],[-83759,-144206],[-80347,-144657],[-87173,-145070],[-86623,-145383],[-78810,-146870],[-85551,-150010],[-82157,-153759],[-84457,-157480],[-79648,-158660],[-87386,-165262],[-88595,-165895],[-81261,-164322],[-76892,-153778],[-82089,-155846],[-79711,-157905],[-79409,-153937],[-84004,-177220],[-87430,-186961],[-88360,-189701],[-86951,-181102],[-81367,-181864],[-78484,-319285],[-82868,-19068],[-87636,-18575],[-77472,-19658],[-79117,-19974],[-82201,-17550],[-84908,-17329],[-87388,-15602],[-79510,-30694],[-76992,-29492],[-84500,-34858],[-77631,-26404],[-87760,-36439],[-78547,-30112],[-85836,-35548],[-88243,-33517],[-88332,-32982],[-87096,-33896],[-86416,-32571],[-85395,-30843],[-85699,-31605],[-85726,-31235],[-89487,-30881],[-89163,-30944],[-77936,-42099],[-77812,-47568],[-82511,-43418],[-80523,-48450],[-87917,-41481],[-77241,-46330],[-81370,-46150],[-82861,-38356],[-88726,-43958],[-77631,-52393],[-78663,-55605],[-82860,-57946],[-88601,-51273],[-85981,-61515],[-89427,-61380],[-87227,-59702],[-78973,-52102],[-88532,-53506],[-83209,-60146],[-86383,-56232],[-78393,-52111],[-76906,-87172],[-76907,-87173],[-76906,-87173],[-86064,-88430],[-79981,-84646],[-76977,-101688],[-88618,-102535],[-88611,-105179],[-89089,-102701],[-87479,-113176],[-80771,-106397],[-82170,-105606],[-87497,36772],[-87783,31103],[-84926,393630],[-86253,402065],[-86559,397666],[-79135,400426],[-77564,398474],[-78736,421846],[-82172,414255],[-88101,418303],[-76930,412214],[-88904,46895],[-85845,40962],[-86762,45070],[-87939,44489],[-88005,42571],[-85717,62312],[-84871,74762],[-88900,88224],[-87195,109481],[-80568,112575],[-85469,114967],[-82881,112120],[-82972,112703],[-88023,107028],[-87471,119938],[-84626,121894],[-83597,116592],[-80705,116181],[-83884,120373],[-82629,119591],[-95174,-120044],[-91389,-125685],[-94605,-122091],[-99749,-115501],[-99228,-116210],[-93510,-137083],[-91702,-137922],[-92938,-131459],[-92964,-142303],[-92103,-147211],[-90046,-148271],[-95945,-154625],[-90487,-161455],[-100738,-165955],[-98484,-166063],[-101991,-164933],[-97811,-154533],[-100986,-166742],[-98457,-169023],[-100295,-172175],[-94780,-186803],[-93613,-182576],[-94479,-188416],[-98805,-189020],[-100215,-186534],[-96429,-184118],[-89827,-186185],[-90702,-191964],[-99166,-5064],[-100726,-11469],[-97127,-11432],[-92454,-303261],[-100663,-23992],[-101743,-23603],[-95044,-13079],[-98819,-14425],[-97941,-13224],[-102124,-13318],[-101737,-13423],[-101952,-13773],[-92341,-37913],[-89914,-35538],[-95000,-29139],[-94948,-30976],[-91391,-31431],[-90783,-33377],[-99210,-45507],[-100104,-42377],[-94116,-49414],[-92755,-49162],[-93014,-46910],[-93611,-46754],[-94787,-46319],[-94443,-45363],[-94770,-45564],[-90977,-46887],[-90295,-45162],[-90061,-42615],[-93518,-57163],[-98190,-91707],[-100133,-93022],[-92460,-95162],[-90899,-101852],[-92620,-91983],[-89845,-105592],[-90404,-104091],[-100978,-108135],[-100337,-109276],[-101897,-107491],[-100361,-110087],[-101444,-113980],[-100794,-111227],[-97630,128527],[-94726,134326],[-98381,134260],[-102070,128588],[-102073,146631],[-92589,31614],[-100023,390772],[-96511,386980],[-91429,384216],[-90491,396138],[-98827,407781],[-95931,411998],[-93348,39034],[-98697,45254],[-99661,44179],[-101892,43356],[-97947,51685],[-95117,62904],[-92000,58791],[-95665,63717],[-97154,54446],[-92825,75065],[-90302,76889],[-94007,88470],[-91511,87170],[-90170,85395],[-92780,82315],[-94344,81755],[-96164,83094],[-90515,82154],[-99648,98918],[-92543,100403],[-90293,97130],[-91775,96104],[-95290,95879],[-93166,92148],[-100200,94869],[-96995,98784],[-92997,98927],[-89805,91322],[-96073,98531],[-97435,104370],[-91159,103202],[-92852,114215],[-100033,109572],[-90149,112529],[-90086,108841],[-96829,108971],[-100450,108501],[-99285,111817],[-95721,112212],[-94682,111838],[-95619,106931],[-91393,108469],[-101070,121763],[-99173,124429],[-96867,125852],[-96684,119062],[-97510,119424],[-91614,117490],[-90408,118578],[-93717,124803],[-100113,122142],[-1262602,1517593],[-1264540,1525918],[-111292,-137753],[-110295,-151794],[-114221,-152510],[-113490,-149282],[-113268,-140880],[-105843,-147632],[-103409,-162817],[-105240,-162662],[-107434,-160458],[-105156,-159465],[-104109,-159396],[-105132,-155664],[-104903,-154473],[-104773,-153999],[-109567,-164117],[-111153,-158668],[-114962,-159729],[-114597,-156107],[-111774,-163965],[-107313,-162679],[-109092,-154272],[-107673,-154360],[-104993,-163422],[-104580,-162848],[-103338,-162662],[-112306,-183274],[-113753,-180719],[-113801,-179021],[-112303,-186587],[-113019,-186083],[-113039,-186579],[-111589,-183767],[-109169,-189826],[-107308,-183650],[-104164,-181222],[-103108,-180339],[-105374,-188905],[-104796,-188037],[-108836,-195127],[-110914,-195324],[-107209,-223740],[-107641,-221929],[-111188,-221305],[-106302,-223499],[-105905,-7951],[-102917,-22500],[-106098,-24131],[-104506,-23538],[-104664,-18817],[-102869,-20298],[-102746,-13145],[-103006,-13642],[-103209,-14135],[-103673,-14508],[-103867,-18937],[-104548,-18062],[-104799,-17322],[-103248,-20038],[-102963,-21326],[-106113,-24803],[-109576,-24384],[-108497,-23951],[-106919,-17047],[-110518,-15466],[-109945,-34833],[-113736,-31746],[-105455,-42719],[-108982,-40232],[-108700,-44385],[-102684,-46579],[-106698,-47014],[-102971,-40531],[-102720,-41331],[-106143,-52058],[-111265,-61622],[-109075,-62310],[-114958,-60759],[-103688,-57807],[-107396,-54888],[-110766,-69116],[-110490,-81905],[-114492,-77818],[-109680,-87301],[-114393,-89095],[-105420,-90694],[-113435,-89686],[-109906,-90788],[-108678,-98070],[-105740,-96890],[-113294,-103609],[-114139,-107814],[-114708,-103957],[-104877,-112235],[-105828,-111028],[-103529,-112053],[-113505,5458],[-110493,134778],[-114611,129605],[-115151,130508],[-106444,140216],[-112586,128442],[-113093,128888],[-113862,131961],[-112062,138600],[-106756,128870],[-110748,145444],[-108280,144468],[-111829,152697],[-107816,151973],[-108277,150128],[-107179,149051],[-105509,148721],[-105585,146691],[-107185,147417],[-107881,146869],[-108260,144303],[-109217,147507],[-110911,161266],[-107837,154578],[-108909,154578],[-113990,166285],[-110524,156294],[-106811,232724],[-105964,23636],[-114742,27972],[-113997,28454],[-111571,28333],[-110517,29348],[-110814,31419],[-108915,31591],[-108722,33203],[-103384,399216],[-104686,63892],[-104663,54794],[-109999,73502],[-106199,71115],[-110287,79031],[-114799,80075],[-103306,84100],[-103638,85110],[-106804,85125],[-105758,83833],[-106183,87944],[-115060,87011],[-112227,80628],[-106123,79661],[-102453,80678],[-113403,102584],[-107980,90516],[-108537,101553],[-108449,101006],[-104808,99313],[-102625,91355],[-102568,90799],[-103705,98796],[-111357,95940],[-113039,89849],[-113614,98268],[-113485,93807],[-113154,93804],[-113478,91145],[-111217,95712],[-102794,102020],[-108776,92366],[-102775,107114],[-103456,104365],[-108131,105798],[-106671,110530],[-107603,109234],[-108518,113933],[-113521,114488],[-113616,103709],[-111515,105061],[-106163,106888],[-104032,113951],[-107993,112899],[-110753,102834],[-112121,119540],[-110655,128192],[-110162,124897],[-107852,119455],[-103870,127194],[-108131,126723],[-110045,117112],[-109396,120524],[-109330,122693],[-112332,122946],[-111585,124169],[-112576,125282],[-110877,126345],[-109856,127028],[181,-116121],[3952,-115605],[3420,-123845],[4803,-130667],[5166,-129185],[9870,-128539],[10898,-133585],[12055,-151877],[9604,-151402],[7115,-150179],[2221,-151218],[2217,-152988],[12708,-212618],[2024,-209962],[7543,-3265],[975,-4003],[12402,-2940],[349,-1807],[583,-23857],[5085,-25103],[4683,-20062],[3910,-17732],[6273,-14233],[4542,-15454],[2902,-21089],[9653,-21735],[12717,-24231],[2261,-19699],[376,-16764],[9409,-25526],[7324,-28295],[12333,-28916],[2018,-34720],[10130,-30858],[11043,-48760],[7377,-50564],[636,-47261],[882,-38651],[170,-44908],[7560,-73847],[10579,-68650],[10204,-79279],[10115,-89271],[5470,-82410],[3163,-79333],[1995,-78071],[4213,-84488],[4674,-85028],[5490,-85761],[7503,-87212],[11870,-91341],[11655,-92968],[9858,-111092],[5705,-109446],[4511,-107292],[5684,-112925],[3703,3655],[5240,2084],[9592,44347],[12164,45811],[9286,47283],[9633,48572],[2661,49190],[1646,49212],[2815,48771],[3602,48921],[11303,40319],[11221,48111],[10511,47321],[8161,48906],[3136,49107],[2119,49242],[1479,48889],[8065,51452],[8022,53316],[7873,54257],[9017,54044],[1297,64092],[11690,59882],[10386,59525],[6336,56575],[12395,75971],[12020,75894],[8767,74675],[9015,74631],[9244,74711],[9497,74731],[8891,74438],[9156,74429],[9399,74479],[8690,74295],[9033,74182],[9302,74237],[9565,74290],[5672,67217],[12266,75945],[10057,78261],[10622,82406],[8463,77824],[10179,77704],[8887,80086],[5964,80313],[10256,81614],[129783,-168723],[132159,-169332],[133252,-169124],[129457,-168417],[129557,-168457],[132031,-169334],[132442,-169144],[131507,-189899],[134903,-190271],[137458,-188895],[137404,-190108],[131824,-190316],[132221,-189700],[132487,-190827],[139174,-191490],[132924,-192780],[138025,-201734],[128988,-202831],[128684,-203455],[136241,-200875],[135972,-200416],[131550,-191837],[133228,-192476],[140065,-199934],[135866,-200633],[135026,-200273],[134053,-241816],[135967,-242635],[136928,-242658],[137306,-8950],[133288,-3632],[137078,-8566],[134531,-5316],[128488,-10313],[128514,-3946],[134910,-253205],[139191,-252925],[135801,-251607],[131356,-248623],[133155,-244670],[130354,-256446],[135446,-256356],[128103,-260355],[132070,-257836],[131106,-259359],[128880,-260099],[139192,-13925],[134955,-22357],[140160,-16353],[138435,-20495],[136461,-14423],[140248,-22444],[132468,-23488],[134262,-33613],[138967,-32417],[135291,-37188],[138532,-29133],[136250,-37583],[132592,-31113],[130723,-27075],[130463,-29219],[128063,-28100],[128820,-31243],[129842,-31874],[136595,-26948],[138819,-27917],[132351,-32256],[131288,-27616],[128311,-32933],[136047,-31602],[131185,-32876],[135047,-28739],[136558,-27368],[138255,-28839],[129843,-41066],[139035,-39147],[139440,-41237],[137961,-40908],[138455,-39402],[139876,-48329],[128563,-38695],[136238,-59796],[140501,-58444],[135794,-66750],[132067,1497],[129210,789],[130508,290878],[130549,288180],[131103,291088],[129617,289408],[134241,294447],[128652,293303],[132514,304424],[128863,302381],[137656,296685],[131748,300053],[129130,307116],[133393,305966],[131717,296650],[129825,298859],[132497,301560],[134816,295804],[132227,295503],[137333,299101],[131009,295318],[128873,296570],[140422,303625],[140683,304969],[137740,295081],[137061,296258],[129854,306515],[133456,300022],[131562,297145],[128888,299296],[133680,300977],[133825,296227],[136873,299898],[128874,297867],[138403,295285],[137076,317875],[140594,310501],[140757,309279],[137765,320068],[137226,314400],[140421,317583],[135537,314781],[131154,309816],[139412,320169],[132669,322195],[138606,327344],[135553,330134],[128457,327040],[130897,326923],[130442,329520],[135795,328560],[134514,325396],[137877,327694],[138259,330830],[128351,321027],[132237,327843],[131072,330594],[131184,343630],[133517,343243],[131902,344992],[129237,337620],[129737,336009],[128745,337759],[129452,333090],[132970,351018],[130455,347479],[134617,355943],[128654,350009],[135615,353949],[135276,348768],[134953,38286],[136222,29366],[131822,43704],[132829,42314],[131187,55091],[136282,63779],[130936,57117],[128372,74417],[134318,73812],[138915,77459],[138695,88999],[136342,86100],[140315,86517],[133052,99049],[133517,90910],[129706,99167],[130544,99403],[133804,95384],[133865,95623],[136710,98053],[137583,99052],[136903,104382],[131196,106261],[130779,108784],[133315,104610],[128732,108828],[143151,-177590],[145919,-176582],[147750,-179745],[146175,-190308],[148423,-187338],[145888,-190000],[145236,-186532],[147635,-186982],[148102,-185915],[147963,-183023],[144996,-179340],[146838,-191070],[147062,-180306],[144678,-179810],[148691,-188423],[145709,-183287],[145662,-185687],[144425,-179855],[145586,-196745],[152666,-9299],[146126,-12039],[151492,-3965],[147328,-1942],[150460,-10277],[152341,-10747],[146770,-4965],[149496,-2065],[146751,-1804],[148731,-8119],[148809,-12257],[150995,-24359],[145082,-15051],[141495,-17296],[141787,-22676],[142122,-20752],[147827,-21626],[151312,-19749],[149223,-15759],[149220,-22342],[153376,-20975],[152143,-17824],[152562,-16172],[147997,-14301],[148025,-20483],[148722,-18174],[153214,-14812],[141899,-34971],[143169,-37664],[141194,-33511],[143045,-27840],[144053,-26098],[142139,-38624],[148853,-46437],[151493,-47869],[144370,-45587],[146295,-45311],[147711,-46252],[152294,-46665],[145170,-44238],[152623,-48218],[146454,-47852],[141345,-45747],[143807,-45044],[143795,-38552],[149901,-40111],[145499,-39977],[143060,-48168],[142136,-48100],[142798,-49363],[144613,-50071],[146519,-50002],[143596,-52245],[144469,-51159],[149662,-52993],[149725,-57099],[146735,-61884],[150490,-61545],[153146,-51047],[145396,-65522],[150811,-74021],[141124,-73324],[148086,-82840],[146417,-80038],[144836,-78145],[150730,-96473],[151828,-94463],[143358,301481],[145806,301101],[148205,313046],[141587,309824],[145056,312287],[142231,331614],[141606,330222],[141842,320438],[153340,337330],[141374,357610],[144368,358018],[153262,347466],[153056,360592],[141686,32339],[144350,57776],[151381,74988],[147112,76454],[141634,72161],[150031,77874],[144214,89415],[142383,80857],[147626,78164],[143189,98162],[143334,90063],[144208,94625],[146276,95555],[162594,-159479],[161048,-159494],[156324,-10248],[157012,-10103],[160803,-10431],[155398,-3320],[157829,-2340],[157417,-8724],[156109,-2495],[157642,-85],[157472,-12786],[153704,-22127],[156999,-14427],[164715,-18159],[164532,-17739],[156460,-18015],[154871,-21449],[157658,-19929],[153732,-15252],[159246,-12877],[165852,-17640],[161207,-48884],[159709,-50568],[165285,-48789],[155135,-48104],[157142,-48498],[163025,-47926],[158578,-50322],[157934,-47607],[162800,-47420],[161960,-49107],[154316,-41130],[155378,-46788],[154155,-47077],[159162,-47579],[159556,-41051],[165677,-44154],[163685,-47754],[165137,-43620],[157548,-47340],[163589,-42538],[160971,-42075],[160750,-46926],[157523,-40319],[160921,-52678],[154096,-52006],[156567,-52072],[154616,-53853],[155108,-54650],[158544,-53732],[160446,-65445],[162164,-67279],[159845,-67540],[160847,128995],[166276,128884],[160952,129461],[165480,286158],[164336,289818],[164860,289421],[162285,284618],[162017,294218],[165606,290729],[165283,290194],[161207,285593],[164340,293762],[161180,295060],[159519,295341],[160971,297450],[160455,302276],[158698,294914],[156985,298680],[161365,296152],[162467,294848],[153748,298670],[165909,301328],[159112,312560],[155071,313726],[161290,315514],[161644,310203],[163581,311928],[154958,313179],[161959,313894],[158926,312870],[161862,307769],[161384,328222],[160524,326209],[155252,342072],[159502,339983],[163638,336739],[164349,338552],[164466,339089],[165472,340159],[154731,337751],[165324,342055],[158312,340119],[157206,356493],[155508,357836],[157295,357471],[158191,346462],[160703,348650],[162325,354106],[160325,348202],[155238,347249],[162814,356680],[163980,360400],[160065,361295],[161378,365869],[164956,360896],[164650,364503],[156965,362901],[160841,364944],[164069,87696],[163226,125593],[169433,-143262],[169968,-146243],[172395,-147299],[168329,-146982],[171021,-150492],[172916,-151404],[167567,-142707],[168350,-142331],[172856,-145940],[168366,-147359],[171997,-149321],[167485,-141252],[173886,-156982],[175368,-153998],[172373,-46408],[172096,-46359],[175124,-48185],[177441,-49779],[172134,-45310],[168886,-50670],[167503,-44426],[166941,-43790],[171068,-46070],[170011,-61162],[174986,-59140],[177334,-57872],[168872,-52072],[179012,-51032],[176992,-58559],[170692,-53434],[178473,-52773],[170612,-54790],[171449,-55395],[177766,-58983],[175024,-105386],[174375,-107192],[174044,133039],[172970,131462],[172172,128492],[171725,136207],[178184,139503],[171744,130994],[176844,141706],[178786,279250],[173616,278111],[170051,274409],[167115,275085],[168489,279749],[172998,279161],[171235,273534],[169111,277940],[166494,279587],[171996,289497],[173451,290262],[172834,283529],[170263,283267],[177248,291845],[176162,293334],[169315,294578],[170303,291930],[176774,284931],[175109,284115],[171613,287540],[166786,288606],[172193,292476],[172651,292506],[167885,282201],[168027,285859],[173095,282938],[169181,283309],[176818,292013],[168378,293654],[170966,291815],[175175,286121],[173782,283840],[167237,287315],[178437,289480],[171373,297870],[168171,298236],[170326,297584],[175328,298254],[166412,296708],[167420,305456],[169731,301313],[173313,303146],[166768,302348],[168570,302087],[172865,300343],[169292,308509],[168266,311301],[168108,316159],[170615,316572],[177449,309985],[172186,307705],[168191,309588],[167734,310749],[166523,319336],[167293,314060],[167413,319769],[172066,308063],[175555,315899],[178587,313863],[178756,317407],[174544,317991],[178264,312943],[178793,315549],[177441,318840],[170492,320513],[169355,320243],[173253,330746],[174397,322787],[175764,322858],[175823,341046],[176080,343215],[177617,341220],[174731,341080],[175113,341064],[174220,340507],[172891,340337],[167884,334071],[177453,337915],[172627,343336],[170420,344065],[170705,344323],[172986,344802],[168707,347911],[166988,353181],[168676,354150],[174510,351378],[171953,347013],[169527,357371],[174177,351430],[170319,350689],[169544,351189],[169435,351533],[169420,349131],[171021,348757],[166722,361077],[173310,363432],[168234,361579],[169866,366002],[169926,125788],[184342,-56281],[186541,-58881],[188321,-60353],[191005,-62196],[179614,-54081],[183169,-53922],[182917,-54844],[181917,-55112],[186120,-57590],[186698,-58954],[185099,-57444],[186539,-57311],[184629,-64874],[185191,-65492],[178595,-71392],[183475,-69619],[186006,-71346],[182478,-67769],[179519,-73431],[188800,-77740],[184803,138159],[190599,139538],[179471,136177],[186814,138038],[189922,140542],[181234,139157],[184080,141520],[182198,278811],[179304,281305],[179580,275220],[184415,278025],[179915,273894],[184371,281445],[181120,286658],[184020,285705],[184518,286408],[180891,289082],[187418,289654],[185637,292489],[182209,292472],[189907,287466],[183499,286872],[186463,283419],[188541,292302],[186689,290868],[180834,291980],[190757,293645],[190134,289788],[185831,303326],[186899,297275],[191648,299704],[180537,300385],[181550,300226],[184564,297092],[179841,298077],[186060,299883],[191129,303870],[189134,303395],[188035,302968],[189505,304723],[179543,310634],[186536,313300],[190859,318368],[182175,308115],[187546,310270],[188283,317687],[182152,319290],[181399,317345],[181213,316683],[187524,332693],[187074,323848],[181771,331020],[185033,332955],[189435,329966],[187130,324339],[181881,321647],[189525,343695],[190762,339378],[183484,333869],[183883,336960],[188568,334944],[179300,340808],[189265,344521],[189989,339809],[184348,339576],[189993,336230],[188147,351946],[183792,354279],[188735,352215],[182545,353187],[184040,346172],[182349,347706],[183823,345939],[182438,350417],[200089,-69506],[193803,-75296],[193798,-75254],[200740,-71419],[203623,-72095],[193763,-64340],[195332,-65139],[197677,-66400],[202011,-72640],[198810,-67809],[195705,-77538],[193949,-78308],[204040,-86345],[202660,-85586],[201348,-85532],[199153,136162],[192258,140389],[196543,136501],[197649,138425],[194404,137339],[200440,143480],[198806,142303],[204332,147215],[201301,144351],[196282,143507],[193112,294104],[193711,292653],[192592,289972],[194739,295227],[199840,298069],[202245,300286],[200893,295286],[202698,301146],[204465,306009],[195775,306019],[197726,306189],[194529,303808],[196506,304500],[204761,317020],[204655,307870],[201596,313669],[204616,318278],[201421,316283],[203275,315257],[195760,319225],[195325,311291],[196450,314837],[197025,310011],[197403,319686],[196323,309535],[192292,329446],[192318,328338],[196732,326506],[197292,323180],[192239,327992],[197203,323915],[197731,332104],[204024,326522],[196771,322542],[193507,343018],[197416,341390],[202633,340571],[200490,343381],[201645,345550],[194644,345392],[203423,337665],[202652,343743],[204736,333916],[194762,341053],[200132,333257],[194174,334771],[192743,335097],[197586,339880],[192642,350327],[198304,349827],[193798,350795],[198177,345944],[197621,510499],[194985,510503],[195680,510428],[199413,514536],[196700,512963],[200667,113970],[211104,-153383],[212688,-153775],[209187,-83899],[210836,-84597],[211074,-87438],[209110,-86077],[210936,-89826],[211056,134788],[209007,132675],[205671,303613],[209106,307084],[206304,302198],[210640,305705],[209821,309998],[209145,310523],[208751,310247],[211608,312547],[207462,329733],[208790,324092],[206509,326932],[207683,327524],[207975,323776],[207925,333404],[206810,336052],[206572,333864],[217325,561822],[208558,118485],[218403,-131459],[226225,131948],[222157,131689],[229557,149910],[227220,144417],[222013,149914],[224353,149013],[221602,147132],[219921,141297],[229766,537090],[228715,538138],[225423,538117],[224419,540095],[218382,560117],[220216,560129],[219823,557107],[229876,705679],[229868,709589],[230124,705381],[228298,115429],[223295,122483],[240145,138825],[238093,140638],[230627,146742],[240783,143856],[240970,684856],[238579,684971],[239378,698872],[234059,701461],[230834,700862],[233278,712802],[242069,708472],[242432,713528],[240297,712148],[233187,715774],[234187,706673],[240845,712431],[238445,707701],[234718,704977],[236241,710617],[235064,708869],[236730,705062],[233714,715847],[239578,711979],[235062,112044],[253160,135064],[249205,130179],[248299,133944],[252512,133276],[243521,143202],[253949,688123],[253706,689683],[244523,686865],[247957,685654],[247499,683424],[244317,684123],[254547,686473],[253949,684864],[252984,687139],[254323,686569],[243604,697881],[245585,694120],[252759,693395],[250464,695836],[246718,700766],[246203,700857],[251804,699002],[250653,695607],[244478,705907],[243792,708892],[252154,709791],[251923,716516],[245540,708935],[250127,707522],[251375,715147],[250477,712107],[253806,728727],[246435,729060],[246694,719675],[248391,727452],[254563,722423],[254051,732733],[250427,732754],[250842,731186],[255920,730045],[247394,112040],[14889,-121559],[24110,-120418],[18855,-137451],[15362,-148967],[17437,-147967],[23588,-148817],[14114,-145695],[15505,-152999],[21980,-149109],[20944,-145104],[18312,-148262],[24068,-141691],[24868,-153815],[17231,-211919],[23851,-205923],[16879,-209969],[24742,-207913],[15467,-3944],[16108,-13641],[17061,-18549],[14483,-18086],[20382,-19639],[18823,-16905],[14507,-24348],[19034,-25119],[19796,-18089],[19817,-20502],[18306,-29219],[15864,-33832],[19789,-35108],[21692,-34759],[22274,-28663],[23723,-27373],[16321,-50212],[20381,-74879],[17549,-65762],[20051,-68407],[25354,-73272],[14982,-88911],[18060,-94726],[23537,-102043],[28294,-99517],[14198,-94168],[18134,-98253],[22082,-98114],[15736,-113709],[23500,255150],[22754,255795],[15806,21136],[17565,35024],[19122,37919],[24458,37660],[22787,45739],[20715,44961],[20225,43936],[20024,43007],[22669,40488],[23022,43640],[15904,39309],[25364,48056],[25544,48493],[12818,39372],[13927,41010],[14182,48516],[14213,49228],[15387,48983],[17436,48048],[19988,45904],[18094,53265],[19049,53025],[22944,53257],[17531,76543],[16342,73200],[16806,73158],[13136,74740],[13184,74932],[13153,75172],[13070,75431],[12960,75648],[13708,70206],[22055,71764],[15386,81923],[14757,85424],[24758,88961],[18172,78460],[19694,78375],[19966,78014],[21314,81420],[21328,90088],[17522,92461],[17615,92694],[16939,91295],[16985,90929],[263615,-81124],[265673,-81000],[256455,128409],[264176,689979],[255037,688073],[263702,689156],[257007,687826],[265003,690814],[257988,687109],[260311,691027],[264049,695392],[261459,700450],[260218,695366],[264933,695191],[267513,702873],[262060,695882],[262366,696004],[257176,729675],[256775,729777],[256519,728275],[262860,718098],[257990,719240],[261743,726682],[265499,726681],[261995,728251],[260638,726576],[263432,731537],[264961,731901],[267681,732076],[258889,731060],[257397,732298],[259022,732026],[258783,125960],[256289,121112],[260253,120695],[278975,685444],[278716,687536],[277870,688437],[280506,687120],[269485,694279],[269903,703663],[269238,699342],[269298,699686],[277035,713097],[278535,710354],[279600,711562],[279450,712075],[277562,712764],[277626,714911],[277234,711038],[278319,708717],[276233,709759],[279326,710694],[272046,712641],[273672,714057],[276998,724633],[272415,729780],[272108,723575],[275113,721036],[269516,726717],[268967,724654],[273255,730422],[283077,687874],[282195,686695],[287621,720009],[288236,720466],[303280,417263],[302661,419866],[296974,470458],[295963,468329],[295950,470623],[294955,469290],[314404,-35401],[324193,410640],[325489,412067],[26315,-150409],[28057,-147382],[29447,-159256],[29451,-162461],[29098,-164278],[27932,-161714],[31927,-163078],[35227,-159073],[33470,-158789],[30517,-156063],[26699,-198404],[30780,-202908],[28635,-9865],[32819,-12473],[27815,-12213],[29834,-14798],[31965,-17842],[35007,-21843],[34144,-23833],[36633,-18779],[36802,-22251],[32500,-22626],[33399,-37723],[37484,-32193],[32090,-37197],[32649,-36850],[32992,-36311],[33296,-35639],[30448,-37510],[31558,-37383],[33962,-30008],[34053,-38041],[33414,-38015],[37680,-31840],[37103,-32995],[36206,-34898],[35495,-35507],[35164,-35015],[38003,-30202],[31038,-31284],[30177,-32988],[28598,-34988],[27698,-33591],[27851,-36776],[25769,-33631],[29206,-25834],[26680,-26663],[35706,-41799],[34611,-42351],[34110,-38390],[33888,-42881],[34698,-42931],[35566,-42321],[32043,-42502],[32859,-42826],[34276,-42900],[34093,-42255],[32802,-39008],[32596,-38787],[33443,-38474],[33090,-38240],[33044,-38722],[31943,-48774],[26124,-52676],[25647,-59157],[37399,-56914],[31968,-76129],[34398,-70087],[37853,-70410],[36488,-66425],[33982,-78347],[37851,-77433],[28382,-76899],[35438,-100290],[30228,-99106],[31931,-102154],[33546,-94300],[29803,-94676],[30168,-98606],[29723,-114410],[37841,-113826],[28785,-106366],[26443,41593],[32007,41181],[36302,39211],[26624,48444],[27222,47804],[26222,47245],[27099,47133],[26217,48669],[26120,46771],[25702,47155],[25650,47785],[26803,46663],[26530,46962],[25910,47544],[26216,47973],[25887,48257],[26981,48135],[32071,48543],[25817,48904],[26053,52012],[33719,59801],[35261,58072],[38221,54020],[36903,59812],[33854,57760],[32730,58593],[32126,65881],[31679,66691],[25870,87617],[25683,84375],[36834,97894],[34610,90048],[29406,93782],[37689,91875],[35460,99986],[408669,139836],[38806,-117602],[48333,-1283],[39480,-20183],[50128,-16215],[42943,-15364],[44993,-12790],[48878,-13971],[38633,-30090],[38421,-30728],[44148,-29729],[44567,-31080],[44511,-31941],[47193,-35482],[48672,-37244],[48802,-37506],[46282,-32640],[38846,-38541],[47124,-41242],[46823,-41025],[45979,-39856],[46235,-39016],[43028,-40532],[42056,-41196],[43457,-38787],[45651,-52381],[50190,-55722],[49403,-54588],[42835,-64837],[43739,-68821],[38927,-87502],[38961,-94730],[44453,-95615],[47558,-101653],[40286,-99901],[41208,-91665],[39682,-114628],[44100,-103596],[41103,6990],[41134,8819],[46987,10767],[48231,5801],[51771,3859],[48527,2282],[50190,8418],[49120,8073],[47496,2511],[49242,2417],[48571,9602],[42329,15641],[50884,14073],[41325,13562],[44430,15319],[43941,38420],[46744,36580],[39924,41265],[41294,39873],[43385,42279],[48942,39223],[43311,44271],[48395,49542],[46271,49294],[43687,49245],[46831,47797],[45080,47437],[48587,45817],[47912,52537],[47494,54735],[49933,56766],[44236,58220],[40024,55078],[39806,57168],[38898,63299],[41977,61492],[46153,60573],[47101,63115],[46355,53994],[43811,51923],[49867,57195],[45899,57384],[45384,51895],[45559,54162],[48662,56109],[51006,57076],[48088,52919],[44292,56663],[38433,56222],[44838,65004],[47660,70268],[44248,72430],[47618,75098],[40368,66640],[46612,65532],[41807,78946],[42120,78769],[50134,79140],[43755,98545],[54327,-161444],[52944,-193990],[60153,-193781],[56906,-1825],[59709,-6234],[56879,-10422],[63621,-12409],[55559,-13920],[59509,-41422],[52053,-56314],[54960,-54712],[56448,-56697],[58439,-75369],[52327,-64982],[56998,-82500],[61617,-77968],[62346,-98173],[58184,-96581],[55333,-94161],[61953,-112784],[51939,2343],[51539,7332],[54796,36755],[57242,47840],[53513,45518],[54400,45024],[53885,42260],[55171,40548],[56136,40037],[55242,38739],[52609,41167],[63684,615673],[51304,51857],[52177,54544],[52589,55460],[56011,55914],[57905,62598],[53186,62794],[54881,75737],[54881,79549],[60821,93026],[63075,104126],[63355,115307],[62845,117363],[62006,119259],[68578,-170448],[66813,-171252],[72488,-223095],[73716,-220636],[67880,-12114],[65134,-6212],[69985,-31895],[65111,-40318],[68858,-47020],[66093,-47833],[64919,-85301],[65457,-80555],[74302,84668],[75014,84248],[74554,94952],[73707,102103],[75981,101460],[69854,111740],[66264,114824],[67805,103493],[67046,108515],[65289,113177],[76120,115008],[73665,114771],[65253,112176],[69363,110699],[69981,106732],[64437,107509],[66543,109501],[74303,113271],[74850,103070],[72398,104716],[73796,109405],[73677,104898],[74391,109032],[71105,111163],[65891,116712],[64569,127655],[68918,119008],[70506,125798],[73074,116780],[71446,121026],[70468,116429],[64251,123709],[68843,117496],[68993,125616],[74660,116338],[88835,-176744],[87716,-177547],[79677,-217249],[84100,-205628],[78803,-221314],[78864,-221210],[77327,-222620],[82536,-219399],[78888,-219501],[78234,-221116],[83281,-219433],[76867,-223793],[87266,-10056],[89395,-8714],[86130,-8871],[88826,-10227],[86588,-32971],[78849,-39035],[89544,27406],[89212,35682],[86541,43274],[89385,40646],[86287,63615],[83709,67043],[82611,70046],[83363,72392],[89103,70447],[80165,79052],[83057,81503],[80193,79847],[79386,87641],[79112,87878],[81506,98442],[78776,100442],[85536,96294],[86167,98629],[77924,94938],[79863,98452],[80033,101520],[83277,95318],[88177,99805],[84881,108097],[87723,111694],[81579,113001],[77662,113329],[89419,104297],[86817,112138],[78509,114655],[77607,112186],[87526,103650],[77798,105955],[79310,106189],[85024,106794],[86502,109861],[77256,106761],[78684,106667],[82595,105906],[82781,111800],[83349,107787],[85884,109290],[92085,-211778],[97987,-8058],[93698,-2591],[90054,-5522],[92735,-7263],[94455,-2382],[92072,-5340],[96409,-12258],[99108,-7767],[101128,-10857],[95666,-8458],[96209,-249795],[98913,-254620],[91342,-251823],[99937,-251898],[102271,-254754],[96315,-252306],[99354,-253319],[93665,-253767],[95163,-254657],[92174,-257214],[97305,-258156],[97071,-257504],[98717,-17482],[99999,-18712],[94050,-14234],[99806,-13544],[102276,-15451],[99250,-19145],[92305,-29492],[92863,-26998],[89679,-30131],[95831,-43183],[94444,-42024],[98132,-48228],[90186,-43512],[90834,-101438],[92658,-100989],[92121,-103878],[90077,-104892],[90752,165989],[99131,22952],[98320,33850],[92728,31588],[98652,37446],[101597,34917],[91994,27406],[91165,32641],[96326,32692],[92918,30474],[100260,33585],[89680,28794],[100654,29284],[101559,28142],[95479,39358],[97785,48667],[92794,40775],[100923,45331],[101719,40531],[96992,46283],[93096,40298],[101208,42228],[91029,39028],[99182,60986],[101244,51515],[94786,59776],[99023,61832],[96074,60704],[94635,61304],[98474,67673],[102102,76398],[98246,75854],[95461,66752],[95737,74677],[93466,70929],[94911,74646],[90661,70498],[101861,70068],[101554,73185],[97020,67054],[99260,65074],[95159,74396],[95833,72491],[91101,74642],[96959,76544],[96711,78814],[101185,82365],[97860,83434],[97689,86904],[99110,80280],[98520,85907],[98865,86647],[101363,94169],[101918,93532],[91517,96571],[101998,93709],[90616,100522],[92043,111025],[90541,112003],[1033164,220378],[1033434,218809],[112354,-178966],[112251,-178396],[114183,-183233],[114498,-180744],[111993,-180022],[113065,-182634],[113061,-201077],[109993,-193364],[106722,-192836],[114286,-194297],[103503,-204184],[112835,-198009],[113815,-195638],[113145,-194893],[108319,-203682],[102508,-12500],[105249,-11266],[115062,-246969],[111015,-245571],[114343,-248292],[113465,-245551],[110688,-248201],[103755,-250471],[104735,-249892],[109417,-248950],[114907,-248706],[109013,-246291],[103782,-23526],[111551,-17548],[109784,-21985],[104029,-23454],[110944,-19521],[108751,-20741],[108340,-15092],[112027,-15041],[102907,-13797],[105828,-19663],[106858,-12653],[102457,-19015],[103478,-14770],[104933,-19629],[107585,-13978],[103596,-13183],[108238,-14760],[111076,-14770],[108558,-35565],[114851,-33749],[111615,-29470],[105045,-29509],[106098,-41676],[102836,22324],[105276,25345],[102726,22007],[113157,298944],[113316,340835],[114399,334831],[115111,340713],[103990,35577],[104134,33681],[105571,30498],[109098,26653],[109764,33640],[115004,32604],[112593,36057],[109027,38558],[114204,32824],[105383,29193],[104784,31522],[105380,26636],[111508,37799],[109159,26483],[108053,32430],[110492,32256],[103637,45755],[104296,51338],[105607,48380],[108561,50945],[108204,39319],[103878,41045],[111800,44303],[107386,46209],[102972,47523],[108909,49973],[105780,43483],[112164,43497],[106274,45452],[105265,58336],[102615,57912],[106263,53406],[103900,56855],[106514,89282],[105249,85314],[102508,87171],[105614,79088],[106230,89776],[105355,85070],[102835,87228],[105344,78628],[103186,93316],[113223,106676],[1231714,186103],[1231184,186493],[1231012,186924],[1231938,186302],[1242138,177613],[1272985,176506],[1274188,177266],[1274160,177996],[1273056,176132],[1273489,181445],[116080,-183098],[116372,-181949],[115501,-196430],[115919,-199196],[123979,-204591],[125376,-204389],[126087,-195789],[126849,-195966],[127591,-194119],[125796,-194297],[122886,-213705],[124214,-208456],[127256,-211593],[125969,-208737],[125938,-208770],[122105,-217994],[123956,-611],[127336,48],[124037,-1384],[126461,-8847],[126768,-4667],[119146,-253199],[117653,-255342],[118967,-252737],[117186,-248747],[125159,-259667],[117259,-257536],[116559,-258126],[119054,-258298],[121383,-260576],[124795,-259768],[120742,-260412],[119612,-256822],[116803,-258047],[118286,-23524],[122564,-20562],[123700,-24056],[118243,-28916],[117093,-30963],[118875,-30936],[123920,-29846],[125084,-37476],[123831,-35174],[121615,-37087],[116480,-34218],[127586,-29202],[120142,-36050],[119177,-37835],[123329,-28886],[119064,-31012],[121638,-30894],[124870,-34403],[116751,-32253],[125639,-29348],[118737,-39323],[127707,-38398],[127119,-38522],[125743,933],[127486,287794],[124815,287064],[116536,291561],[120921,287304],[122995,293323],[127297,286056],[117625,293083],[116049,290455],[122293,289405],[122931,292804],[119112,296562],[124105,302897],[116121,296376],[127202,300120],[122466,300041],[125270,301364],[116598,300244],[127429,297707],[122805,295891],[126100,297394],[122067,316513],[121295,320095],[126873,318997],[123269,315821],[121679,327712],[118029,331768],[127172,329169],[121934,331343],[121830,322835],[127176,327904],[119528,333661],[120736,338531],[118456,342765],[125967,344231],[122750,333053],[119149,337465],[116004,336179],[119836,345233],[121759,344114],[125831,345921],[126578,348835],[125185,347227],[117268,36256],[118334,38251],[115948,33249],[116991,31000],[115819,38922],[118018,39468],[121429,59357],[126463,56435],[122631,53522],[127011,62969],[119157,56612],[127805,75412],[119071,68174],[117170,64756],[121233,85464],[119219,82406],[121378,109963],[123184,108515],[124916,104612],[123777,104397]] \ No newline at end of file diff --git a/src/gathering/a10226.json b/src/gathering/a10226.json new file mode 100644 index 0000000..8b44c16 --- /dev/null +++ b/src/gathering/a10226.json @@ -0,0 +1 @@ +[[-1279439,1523304],[-1278166,1522277],[-1278692,1522574],[-1273422,1522587],[-1270207,1521675],[-1271012,1520001],[-1275623,1523665],[-1270289,1524320],[-1276658,1524249],[-1279224,1524805],[-1269118,1529644],[-1268032,1528197],[-1275592,1523593],[-1277314,1524272],[-1276886,1529170],[-1276711,1526669],[-1272802,1528012],[-1273359,1528062],[-1276217,1528656],[-1279112,1523782],[-1277854,1526980],[-1278771,1548839],[-1279936,1232115],[-1277338,1241161],[-1278785,1240249],[-1276964,1241138],[-1279977,1229361],[-1279451,1239215],[-1277685,1241666],[-1279037,1241507],[-1279912,1232939],[-1276815,1240496],[-1277999,1252536],[-1275842,1249672],[-1278886,1251593],[-1277214,1248111],[-1279722,1241955],[-1278861,1253056],[-1274826,1243643],[-1278125,1244069],[-1275869,1243179],[-1277937,1243411],[-1278558,1244695],[-1279323,1243230],[-1275526,1253035],[-1277682,1253481],[-1277589,1251683],[-1278793,1253306],[-1276762,1242815],[-1278986,1245216],[-1279943,1242950],[-1275573,1252866],[-1271207,1265967],[-1276013,1257688],[-1278005,1262385],[-1279940,1265530],[-1277632,1257345],[-1277993,1261613],[-1276254,1258359],[-1277023,1256744],[-1278333,1262874],[-1286556,1518435],[-1291483,1519209],[-1292024,1520681],[-1284164,1522498],[-1283002,1521622],[-1288112,1522465],[-1285433,1522764],[-1289892,1519414],[-1290584,1519515],[-1290647,1518504],[-1286761,1519801],[-1291096,1517722],[-1290579,1517411],[-1290341,1519642],[-1291902,1521267],[-1289991,1518444],[-1287716,1518946],[-1288147,1522780],[-1290016,1519639],[-1289837,1519593],[-1290361,1518697],[-1289696,1522046],[-1288964,1516894],[-1284471,1521618],[-1286161,1221904],[-1282031,1222768],[-1288438,1220877],[-1286790,1219795],[-1283602,1222380],[-1284586,1221884],[-1283070,1223325],[-1283751,1225786],[-1283616,1228224],[-1285581,1226851],[-1282599,1227053],[-1286108,1228490],[-1282363,1220190],[-1286646,1221354],[-1288245,1221192],[-1281356,1222574],[-1283077,1222003],[-1281798,1221451],[-1282451,1224330],[-1283102,1225800],[-1284956,1226378],[-1285997,1228240],[-1282241,1228735],[-1281836,1238871],[-1280872,1241605],[-1282546,1238795],[-1287797,1238828],[-1289981,1238747],[-1286503,1237187],[-1287358,1238633],[-1286953,1232178],[-1285243,1241398],[-1288479,1231675],[-1289874,1234726],[-1282248,1238930],[-1285069,1238160],[-1287721,1238882],[-1290280,1238636],[-1288893,1236935],[-1289573,1234394],[-1282466,1232090],[-1285069,1236531],[-1287384,1239495],[-1281489,1240371],[-1287227,1232322],[-1289504,1233017],[-1280423,1239020],[-1282558,1251952],[-1282486,1247422],[-1284710,1249701],[-1282201,1248471],[-1283657,1245907],[-1280390,1252938],[-1285421,1247012],[-1283983,1247933],[-1280389,1248492],[-1282449,1253482],[-1284150,1249002],[-1280032,1249404],[-1283372,1251053],[-1281660,1248389],[-1285526,1242849],[-1280179,1253933],[-1283513,1243256],[-1283005,1244989],[-1283710,1247598],[-1282465,1251892],[-1282652,1253490],[-1281564,1256031],[-1280029,1261745],[-1282859,1261996],[-1280240,1256494],[-1280538,1259878],[-1284379,1259028],[-1283683,1257886],[-1280399,1255752],[-1286438,1263306],[-1284240,1260083],[-1285224,1255815],[-1281026,1257430],[-1281472,1264231],[-1283537,1262262],[-1280295,1259426],[-1283035,1260954],[-1284204,1258484],[-1282641,1259036],[-1280437,1256854],[-1280225,1255892],[-1282053,1255402],[-1282573,1255193],[-1286262,1258160],[-1280730,1261420],[-1285699,1255465],[-1281245,1257265],[-1281755,1264273],[-1299810,1333220],[-1292824,1518946],[-1294029,1518171],[-1294361,1516182],[-1319992,1346050],[-1320083,1347172],[-120966,-124399],[-121249,-126413],[-121534,-121826],[-121739,-120472],[-122545,-119758],[-120661,-123137],[-120247,-118516],[-127463,-120946],[-124366,-120603],[-125193,-123503],[-115232,-124030],[-120343,-117815],[-118260,-118111],[-117184,-124816],[-118325,-121373],[-117926,-126269],[-124820,-118389],[-121367,-117995],[-117403,-117936],[-118821,-124609],[-117727,-121113],[-117724,-127258],[-124845,-118652],[-121595,-117061],[-117318,-118623],[-117483,-122462],[-117674,-127288],[-115235,-124447],[-115612,-120037],[-118344,-124928],[-117792,-120666],[-116704,-127575],[-121254,-117816],[-117256,-117128],[-118351,-124384],[-118845,-122402],[-116223,-126696],[-120145,-137217],[-118413,-137861],[-118737,-131846],[-116456,-132920],[-124643,-131478],[-124690,-128433],[-120815,-130741],[-117700,-140550],[-119177,-139477],[-116352,-136964],[-116485,-135835],[-117058,-134779],[-126840,-128651],[-124972,-128368],[-116920,-136637],[-120515,-131131],[-116671,-131008],[-126396,-129924],[-116857,-136616],[-120068,-132329],[-118997,-137211],[-119242,-131504],[-117242,-133164],[-118298,-136769],[-120058,-132326],[-117474,-131417],[-124124,-149718],[-118220,-149359],[-115462,-145578],[-116248,-144703],[-116219,-141925],[-117439,-143544],[-119123,-145357],[-118174,-147204],[-120856,-147266],[-120462,-149452],[-123908,-150447],[-124900,-150336],[-127837,-142533],[-127371,-145676],[-123354,-144125],[-124657,-143466],[-127835,-144188],[-125588,-148797],[-115900,-141872],[-121202,-161837],[-124130,-160051],[-125872,-160561],[-126673,-161077],[-127195,-162640],[-126863,-161879],[-125552,-165677],[-123401,-164082],[-124859,-162779],[-124465,-157279],[-125977,-157464],[-127864,-157815],[-119434,-164891],[-119173,-165665],[-122008,-161265],[-122568,-160724],[-121523,-161530],[-124378,-162273],[-125551,-161916],[-125574,-159601],[-122883,-159883],[-124413,-163969],[-120720,-165267],[-120923,-154446],[-121707,-154571],[-121950,-160443],[-120647,-161577],[-121183,-160552],[-123187,-158657],[-124322,-157109],[-124743,-156834],[-125391,-156873],[-122265,-157113],[-124185,-156334],[-125147,-156404],[-126794,-156872],[-127805,-162079],[-126170,-164875],[-124158,-165304],[-119824,-163462],[-118792,-164182],[-118773,-162122],[-126039,-159411],[-126304,-170430],[-118203,-169307],[-122823,-166499],[-122107,-166215],[-120461,-166226],[-116526,-168966],[-121822,-166203],[-121632,-176037],[-127050,-171889],[-118244,-168348],[-116619,-168433],[-127589,-178565],[-117164,-174373],[-115201,-177115],[-116071,-171044],[-116211,-172660],[-115298,-172656],[-116516,-171346],[-121339,-181497],[-124213,-179245],[-121133,-184894],[-119659,-186936],[-118209,-181340],[-119349,-179730],[-120519,-188291],[-118635,-189527],[-116412,-189962],[-115545,-190360],[-115429,-190102],[-115346,-189788],[-119106,-189533],[-121354,-189612],[-125328,-187957],[-121973,-188669],[-117194,-198104],[-120114,-200015],[-115254,-193378],[-121892,-199809],[-126621,-194069],[-124677,-200962],[-124719,-195201],[-126700,-195794],[-126825,-194928],[-115214,-198033],[-115353,-197481],[-120032,-201882],[-115407,-202638],[-126347,-207450],[-124349,-207022],[-119839,-216797],[-126926,-213455],[-124876,-206920],[-127002,-237459],[-124574,-236003],[-124962,-235982],[-126715,-236061],[-126756,-235784],[-115204,-10766],[-115702,-10393],[-117225,-11835],[-126835,-2126],[-123687,-10682],[-119616,-10090],[-121850,-10838],[-121894,-7091],[-122225,-6558],[-118635,-5109],[-116660,-2733],[-118024,-6444],[-117800,-7334],[-115246,-6184],[-116550,-1196],[-124395,-8477],[-120465,-12091],[-123864,-11261],[-121035,-9754],[-120436,-12070],[-121682,-7103],[-123396,-7378],[-116323,-1241],[-125255,-11343],[-117550,-1995],[-126460,-4328],[-123772,-11620],[-119817,-10036],[-121404,-7748],[-123366,-6673],[-118385,-5423],[-116851,-448],[-127909,-8857],[-124020,-8318],[-127772,-8255],[-117716,-2798],[-117668,-4102],[-116859,-6623],[-115620,-7132],[-116015,-4749],[-124125,-4900],[-124776,-1455],[-125476,-2026],[-126341,-1328],[-126633,-3963],[-119438,-11861],[-119219,-11813],[-118749,-12067],[-116421,-7770],[-116245,-9032],[-119898,-8853],[-118451,-9858],[-123977,-9100],[-120743,-8570],[-125976,-617],[-116099,-245994],[-118061,-248606],[-116206,-248907],[-117950,-253856],[-117932,-254605],[-119294,-247757],[-119687,-251751],[-119635,-253756],[-119715,-252204],[-123025,-254643],[-125755,-255039],[-126247,-251907],[-123318,-243750],[-120759,-244791],[-120131,-248923],[-121292,-248541],[-123452,-244641],[-127457,-245499],[-124974,-245869],[-127071,-247358],[-126414,-246423],[-119471,-247105],[-122298,-254509],[-122825,-254132],[-122617,-244434],[-119739,-248522],[-125501,-245683],[-126921,-249704],[-115812,-257041],[-118392,-257706],[-120926,-265126],[-125487,-256628],[-125138,-257712],[-123864,-257809],[-127439,-263087],[-124623,-262245],[-145225,-271570],[-124943,-256189],[-125614,-262362],[-127386,-276611],[-124586,-275877],[-123585,-276394],[-124079,-275656],[-123115,-279362],[-126516,-277148],[-126395,-279279],[-123037,-274568],[-125803,-280004],[-125632,-282703],[-126872,-281886],[-127711,-281843],[-122647,-301983],[-116292,-14463],[-125958,-22548],[-125415,-22771],[-122782,-23776],[-122054,-22275],[-120796,-21398],[-118183,-22676],[-120123,-21347],[-118681,-20076],[-119995,-18918],[-116704,-19179],[-117129,-17193],[-118706,-16928],[-119783,-17757],[-123894,-22983],[-123811,-23706],[-123999,-25189],[-120309,-15345],[-116565,-14506],[-126201,-23258],[-123324,-23142],[-122768,-25021],[-122071,-22162],[-121275,-22071],[-117915,-22825],[-118390,-21602],[-118832,-21002],[-119753,-20197],[-117047,-19035],[-117773,-16442],[-119907,-15898],[-119943,-17878],[-126134,-21932],[-125110,-25355],[-119241,-15178],[-126383,-22613],[-123284,-23674],[-122541,-23895],[-121797,-22101],[-121093,-21909],[-117677,-23222],[-118927,-21949],[-118538,-20386],[-118835,-19189],[-117595,-19298],[-115689,-16715],[-118260,-15922],[-120292,-16541],[-119400,-16694],[-120105,-14384],[-121643,-14945],[-123380,-14464],[-125191,-13484],[-127438,-19210],[-127038,-19677],[-125659,-17527],[-122021,-15665],[-127369,-17701],[-125321,-14471],[-122857,-16699],[-127243,-17254],[-118152,-13009],[-115232,-13526],[-116229,-13563],[-115625,-12735],[-118171,-16634],[-118864,-16401],[-116655,-17037],[-115914,-17738],[-116024,-18983],[-117447,-19924],[-125209,-17338],[-127838,-34235],[-127452,-34802],[-122854,-27317],[-123850,-27451],[-125078,-29456],[-125176,-30136],[-122037,-28160],[-121016,-28061],[-122456,-29799],[-121867,-28496],[-123338,-34292],[-123024,-33664],[-123691,-34662],[-120108,-34273],[-119657,-33921],[-120625,-31701],[-119682,-30785],[-119697,-30475],[-116358,-35596],[-116548,-34859],[-117208,-34525],[-116936,-33486],[-116587,-37663],[-118043,-37469],[-117862,-36790],[-127318,-34243],[-122735,-26460],[-123395,-27237],[-124811,-26397],[-124581,-28241],[-124897,-30652],[-121832,-27569],[-122547,-29196],[-118655,-32211],[-122420,-36620],[-123619,-26047],[-124196,-27926],[-124275,-26955],[-124482,-28266],[-124555,-29542],[-120663,-27303],[-122984,-29069],[-121858,-29209],[-127585,-31433],[-117740,-534068],[-119120,-534910],[-117188,-536529],[-115665,-529323],[-126117,-540963],[-122436,-544513],[-122819,-543995],[-124261,-545654],[-121921,-545524],[-125523,-539692],[-126167,-540150],[-126121,-538319],[-121557,-547351],[-119662,-547310],[-126971,-559568],[-126852,-552241],[-125417,-552723],[-117025,-558649],[-115353,-555843],[-127167,-552410],[-123769,-570025],[-126996,-567868],[-121391,-565564],[-127976,-583619],[-126599,-580356],[-120837,-579977],[-119984,-578537],[-127065,-580122],[-121213,-584977],[-122607,-580501],[-115592,-586330],[-126180,-576381],[-118355,-580915],[-119010,-583450],[-123886,-589348],[-120987,-613251],[-119139,-607932],[-117869,-604675],[-124899,-621513],[-127699,-616424],[-125112,-41416],[-124240,-41515],[-122187,-39157],[-126175,-39942],[-126516,-42832],[-125397,-41966],[-124288,-40011],[-123457,-38579],[-121354,-42603],[-120750,-42973],[-119643,-40048],[-120117,-40235],[-121018,-42296],[-120302,-42086],[-118999,-39778],[-119366,-39582],[-122716,-629515],[-121452,-633059],[-124400,-651072],[-123520,-656580],[-122926,-653612],[-124940,-674932],[-120309,-63123],[-126487,-53297],[-127648,-53427],[-124267,-54290],[-119365,-61612],[-119446,-61306],[-115270,-60553],[-115400,-52221],[-122853,-55481],[-126812,-61177],[-126791,-61472],[-127021,-60923],[-127774,-62113],[-127914,-62479],[-127329,-63285],[-126574,-61846],[-118804,-66227],[-119361,-65910],[-116893,-65804],[-119119,-64197],[-117169,-67035],[-117244,-66773],[-119378,-65378],[-118418,-64252],[-119114,-66582],[-127741,-69544],[-125855,-68379],[-127221,-65764],[-127979,-65565],[-127929,-64383],[-115863,-69129],[-118600,-73875],[-118643,-74724],[-119042,-74360],[-118081,-73288],[-117409,-75365],[-118007,-75876],[-120039,-70137],[-118359,-70433],[-127782,-69509],[-126380,-75959],[-127363,-65074],[-119847,-68797],[-121191,-69780],[-127100,-75445],[-124589,-72205],[-123310,-72684],[-126016,-70094],[-126110,-70910],[-120649,-64770],[-125263,-77309],[-116030,-77607],[-126808,-78517],[-127387,-84173],[-123880,-79123],[-125214,-80507],[-117063,-78210],[-116506,-112006],[-122694,-110712],[-115685,-111929],[-119996,858],[-119177,6782],[-115721,4501],[-119194,8974],[-126570,11040],[-119154,2284],[-118096,5108],[-120688,11809],[-125041,12235],[-119187,1571],[-118578,787],[-118541,7516],[-120350,6038],[-119911,11473],[-117671,12961],[-119276,3433],[-120101,2641],[-118249,3182],[-120979,1413],[-121552,570],[-122687,135047],[-122553,133869],[-126469,139702],[-127937,134644],[-126584,134248],[-127926,140524],[-124988,138135],[-117417,128363],[-119263,133086],[-120581,134824],[-127745,133850],[-117187,134084],[-117730,134578],[-116491,136798],[-116363,137275],[-115451,138109],[-124650,132927],[-123773,132602],[-126117,130607],[-125552,130643],[-126570,131396],[-126002,130071],[-127364,134978],[-118012,137839],[-117166,132241],[-117753,132211],[-119804,134439],[-117295,133377],[-116445,133535],[-115586,136700],[-115652,137098],[-115473,136557],[-115516,137587],[-123169,134366],[-124950,132612],[-125413,130791],[-125694,130326],[-126277,132052],[-126431,130401],[-118874,140171],[-120573,139111],[-116888,137606],[-118853,135207],[-125818,129794],[-127122,134329],[-126472,139969],[-127978,133760],[-117568,147371],[-120992,142349],[-120960,145937],[-123394,148754],[-119041,153231],[-125386,150988],[-125085,148555],[-116285,142276],[-120464,147616],[-121505,147795],[-122490,148732],[-122490,150913],[-119597,151327],[-122895,148215],[-124799,147621],[-122972,152825],[-122005,148983],[-116657,145067],[-116318,145866],[-123945,148709],[-116303,150466],[-126629,144380],[-117999,142057],[-119830,146553],[-124769,149158],[-126907,141902],[-127888,149695],[-123093,152164],[-121504,149475],[-116783,141960],[-125728,141451],[-127861,149942],[-123241,152543],[-120195,150271],[-117258,142604],[-117263,143149],[-126437,141188],[-122507,153171],[-120078,148626],[-119042,155528],[-122258,155464],[-120485,166443],[-116028,157627],[-122529,159247],[-120547,155286],[-125584,163692],[-126441,162117],[-119002,166319],[-117330,165627],[-120550,164553],[-124090,164355],[-120861,164912],[-121910,166248],[-119013,164647],[-116698,165288],[-117697,165004],[-120596,163233],[-124966,163684],[-121066,166459],[-125014,161534],[-125691,162287],[-127454,161851],[-120463,158482],[-123334,157751],[-122784,157216],[-121379,155193],[-117328,157099],[-121546,159068],[-122379,156154],[-117947,165877],[-119038,156850],[-123121,158745],[-116163,162876],[-121830,159513],[-127155,166100],[-127984,157468],[-122794,159446],[-125010,161644],[-124927,161617],[-124025,160757],[-119231,163561],[-118565,162911],[-120506,165350],[-119839,163498],[-119506,166482],[-116687,166037],[-118423,164906],[-119657,166598],[-120418,162234],[-120154,162394],[-123715,163982],[-123873,162695],[-124238,162032],[-124814,161853],[-125063,164388],[-127256,158686],[-121583,160966],[-121411,160106],[-127838,162166],[-127881,155503],[-126653,161131],[-123343,162081],[-123995,162001],[-124077,161777],[-125086,159820],[-123974,158868],[-121129,165861],[-119009,161212],[-120421,165498],[-117868,164307],[-118111,163506],[-118881,166466],[-116818,166259],[-118295,164883],[-118387,165401],[-119126,163291],[-125773,162123],[-126802,158953],[-120995,160752],[-127421,166175],[-126104,161126],[-126059,161279],[-125421,161591],[-117532,163073],[-117254,162083],[-124917,164062],[-125843,162252],[-125692,157407],[-121987,153986],[-120490,158384],[-123182,156916],[-117610,167037],[-121790,167140],[-124475,168019],[-123124,167148],[-125596,169448],[-125064,168626],[-123210,168085],[-123992,170256],[-127435,171041],[-117199,166647],[-117098,166759],[-122361,167320],[-122212,166982],[-124613,167259],[-124500,168167],[-125412,169947],[-125663,169917],[-124507,169612],[-124150,170216],[-122545,169323],[-123883,169687],[-127950,167792],[-118670,175403],[-117992,174179],[-117524,175495],[-115716,173450],[-119056,167231],[-116909,173123],[-127343,168433],[-126919,167978],[-125528,167248],[-117953,172767],[-117819,167218],[-122216,167629],[-125475,168890],[-122340,168563],[-127161,166699],[-126230,168719],[-125441,167985],[-123005,168971],[-122172,169152],[-121126,168521],[-117725,168404],[-117967,169618],[-118991,169856],[-116333,169468],[-115830,168465],[-123152,171036],[-125474,170360],[-120674,169230],[-119702,168076],[-120429,167900],[-126986,169969],[-125803,170199],[-124109,170658],[-121334,169928],[-122215,169531],[-124119,171524],[-121612,170240],[-118659,170296],[-127165,171459],[-125195,173903],[-124017,176001],[-120701,176159],[-121243,176050],[-120871,174347],[-116908,173245],[-122324,172425],[-123261,172966],[-127121,172627],[-117818,173069],[-117046,167118],[-123150,167636],[-125129,168871],[-123384,168627],[-119896,167237],[-117015,167493],[-122493,167306],[-124673,169774],[-123239,167368],[-121961,168122],[-120745,167785],[-127147,228586],[-127612,229020],[-127212,229146],[-127944,229377],[-127414,230592],[-126839,229473],[-124648,241315],[-125970,242060],[-125511,241528],[-127299,235914],[-127177,239075],[-126786,242617],[-127156,242605],[-127225,238802],[-126667,238852],[-126944,230879],[-127167,243224],[-127171,236931],[-126821,242951],[-127163,237473],[-127691,235997],[-127053,238472],[-127148,236615],[-125982,240830],[-125405,240259],[-126555,241078],[-126342,239693],[-127932,237218],[-125858,22888],[-124782,21055],[-116650,24199],[-119409,24637],[-116977,17072],[-117380,20961],[-125566,20051],[-118782,24037],[-119003,18864],[-119030,17610],[-126177,21357],[-127555,14472],[-125911,16311],[-117895,15651],[-119927,18800],[-123073,20661],[-127443,15377],[-127680,13231],[-126964,23374],[-120385,17889],[-121157,20393],[-124714,24503],[-121929,25632],[-126676,14504],[-126856,14305],[-118824,13007],[-118857,13318],[-120969,17538],[-118915,20283],[-123067,20250],[-117757,14020],[-120798,24429],[-115482,19458],[-115749,22181],[-117364,24984],[-125306,25433],[-124172,25252],[-125046,22577],[-127234,22807],[-126052,22779],[-122886,16034],[-115823,23390],[-124680,22315],[-125527,21682],[-119362,24325],[-125466,24420],[-115390,14576],[-117782,17357],[-116731,20696],[-115686,19272],[-115458,17861],[-116651,294592],[-117377,294053],[-115744,294238],[-117214,294432],[-116780,293246],[-117906,294827],[-122729,307139],[-118142,296353],[-121972,305523],[-116931,294979],[-115969,301392],[-117004,301194],[-118395,295125],[-120823,296821],[-123290,297999],[-126081,300998],[-123119,300904],[-116774,297900],[-122349,303779],[-117058,296902],[-120597,302297],[-122523,296568],[-122065,297874],[-125988,301523],[-127328,304847],[-123639,307251],[-118217,305479],[-121032,305663],[-116272,300526],[-117044,300422],[-123221,305756],[-121784,305118],[-119194,297284],[-118499,296047],[-123720,297627],[-119636,295098],[-121553,296358],[-122687,297212],[-125577,298575],[-124507,298091],[-123455,299945],[-121918,304223],[-124663,299147],[-122391,301885],[-123479,301199],[-123442,301050],[-124643,305667],[-126272,306797],[-127674,307374],[-126588,305307],[-119164,304134],[-122034,307087],[-116817,301804],[-124068,308485],[-124096,311114],[-123144,313686],[-125403,310142],[-124623,314118],[-121085,312854],[-124019,309909],[-127662,307583],[-126286,307904],[-125326,311493],[-122864,312655],[-127759,313622],[-124658,313319],[-124630,309589],[-124005,308472],[-123009,307666],[-125145,310259],[-126144,26354],[-116165,27882],[-124471,26869],[-115242,27451],[-117155,26957],[-124007,33021],[-116033,33145],[-116809,28554],[-124563,27747],[-124198,27906],[-123768,32857],[-120747,32048],[-119942,35869],[-116162,28334],[-115838,28931],[-122590,29250],[-121884,32427],[-123316,33050],[-124912,31476],[-126478,30917],[-122465,36347],[-117717,26310],[-126160,35112],[-125218,34085],[-124086,31708],[-118619,31153],[-118270,31994],[-118688,34011],[-120344,37720],[-119067,36712],[-118364,36913],[-117876,29341],[-117110,28137],[-117712,26455],[-121223,26104],[-124371,26917],[-125574,27265],[-127655,28732],[-126507,29062],[-115404,28345],[-115390,28442],[-126953,36258],[-122017,408090],[-120193,407928],[-119050,406545],[-120148,406539],[-120196,408789],[-122748,407691],[-121694,405406],[-119439,407505],[-123861,417468],[-123694,419420],[-115415,432222],[-122901,431575],[-123890,431610],[-125983,432727],[-122706,428259],[-124737,429195],[-123370,428102],[-126854,434087],[-126926,432826],[-119816,440065],[-121578,439112],[-121841,438906],[-115843,49093],[-120149,45858],[-118434,45599],[-125983,41748],[-118567,40876],[-117692,42577],[-117861,42768],[-121037,45404],[-122950,43182],[-127700,49044],[-120272,47707],[-118701,47027],[-123637,44346],[-125300,43604],[-116974,40444],[-117993,44459],[-119900,44559],[-120776,43585],[-121769,43258],[-127678,49237],[-127419,45932],[-120036,47485],[-124348,42803],[-119414,42704],[-123063,44299],[-125923,50527],[-115615,49529],[-127382,46931],[-127710,45606],[-127706,635209],[-127946,634605],[-127920,627289],[-126739,632645],[-126423,630925],[-125664,630088],[-126102,628156],[-125979,62768],[-121718,57387],[-120672,55880],[-123225,56520],[-122481,55824],[-123811,53052],[-124145,54547],[-122933,56896],[-123016,58679],[-126314,60038],[-126092,62185],[-123410,61512],[-123981,60107],[-117193,63606],[-118889,58364],[-119172,57643],[-115374,60367],[-116110,60887],[-126399,52439],[-126400,52124],[-126267,51488],[-127695,54542],[-121616,57400],[-124137,56603],[-124387,53127],[-124399,57940],[-125592,62980],[-122988,60136],[-119006,63587],[-120000,59421],[-115990,60717],[-120909,57609],[-121676,58157],[-121932,54930],[-123719,56799],[-123955,54217],[-124407,54897],[-124009,58626],[-123639,57899],[-124171,60298],[-125911,60500],[-122752,60887],[-122065,60574],[-120391,59502],[-118348,58036],[-127324,52007],[-127816,55536],[-127836,53616],[-116807,73943],[-115234,69674],[-120954,75530],[-124314,69881],[-126110,74480],[-119571,72274],[-124474,68839],[-126018,74877],[-119651,73125],[-126795,69709],[-126276,74050],[-123812,70290],[-126981,75801],[-127105,64353],[-127927,65395],[-125929,66140],[-126866,65996],[-118947,65043],[-127791,65323],[-127611,65372],[-126761,69223],[-127970,76874],[-127035,65482],[-126396,64917],[-116873,64597],[-118332,64874],[-122227,89669],[-119596,86319],[-116630,88679],[-120228,86178],[-118662,77552],[-119842,88728],[-119287,88758],[-115741,86800],[-117449,79660],[-117693,79614],[-120678,84362],[-119700,88844],[-118755,82814],[-117437,84321],[-115685,86165],[-116128,86958],[-118020,79361],[-117772,79762],[-127586,84004],[-126113,89274],[-126142,89175],[-125287,78797],[-126354,78308],[-124577,88319],[-125670,80319],[-126406,88752],[-126693,88852],[-127516,77455],[-125200,78837],[-127917,80925],[-119302,98092],[-115410,90723],[-122774,98630],[-126944,100731],[-123005,95775],[-121232,102527],[-117733,92383],[-117289,93334],[-117455,91649],[-116875,91569],[-123375,97801],[-123797,97993],[-127881,92314],[-126370,99313],[-126390,98779],[-127236,98344],[-127428,98198],[-118975,98352],[-117123,99205],[-117986,93367],[-117690,92746],[-117112,91213],[-117287,92056],[-118816,89911],[-118980,89825],[-123109,97921],[-122888,97081],[-127859,93849],[-127554,98535],[-126840,99960],[-127258,99089],[-127781,97925],[-120088,97414],[-116408,101429],[-126539,96807],[-118834,94570],[-117272,102113],[-117602,97986],[-123351,99882],[-123419,100013],[-126040,91002],[-124384,104306],[-126318,104021],[-122533,108342],[-118478,110388],[-124301,107474],[-121567,108487],[-116779,112762],[-120583,113533],[-120761,113732],[-117664,112768],[-117220,112431],[-115589,112462],[-119501,106248],[-119586,106489],[-117538,104613],[-117646,104768],[-117082,104231],[-117781,105386],[-122952,106905],[-122476,107435],[-120484,104779],[-121149,103619],[-120668,103094],[-115247,109163],[-126958,103020],[-123025,111647],[-121797,113845],[-125295,103806],[-117495,106003],[-121276,108352],[-125588,107323],[-117107,115146],[-120520,114541],[-119872,113333],[-119432,114272],[-116912,112557],[-117918,113053],[-118813,106029],[-118887,106064],[-117252,104141],[-118130,104297],[-117000,104225],[-116930,104708],[-122907,107060],[-124010,107913],[-120836,104322],[-121501,103803],[-120638,102675],[-121096,102875],[-115251,109276],[-121680,114918],[-116641,117197],[-122070,122589],[-116586,118636],[-116034,118327],[-119576,116442],[-117766,123827],[-118313,124595],[-120900,115729],[-120572,115341],[-118370,124290],[-116330,119289],[-115606,119418],[-118995,116728],[-120354,115597],[-115221,119534],[-119913,117292],[-117346,127321],[-126573,127684],[-126645,116421],[-125084,115347],[-119675,119490],[-140007,-117827],[-139774,-119139],[-137772,-122407],[-137349,-123244],[-134881,-120892],[-132552,-120492],[-140779,-125451],[-135256,-118323],[-135305,-117590],[-135247,-117897],[-134822,-118334],[-133804,-122776],[-133363,-123550],[-134506,-139282],[-135113,-140130],[-133723,-138700],[-138624,-140562],[-138243,-139736],[-129593,-136922],[-131533,-140580],[-128263,-139932],[-140249,-137042],[-135656,-138830],[-137356,-139543],[-139459,-140360],[-138023,-138961],[-136605,-139812],[-136242,-136943],[-130570,-137432],[-129588,-139502],[-138064,-136852],[-136846,-136763],[-133242,-135896],[-133589,-135637],[-134594,-133797],[-132536,-133627],[-130252,-131556],[-133208,-132076],[-134382,-127831],[-136491,-130401],[-137038,-132794],[-136775,-134304],[-138032,-135739],[-139037,-133047],[-140666,-130277],[-138925,-136472],[-133863,-136262],[-136219,-135797],[-136864,-135931],[-132055,-136433],[-137643,-135812],[-140023,-136073],[-138470,-136788],[-131973,-142877],[-132649,-144546],[-129471,-143069],[-139775,-141663],[-135618,-147245],[-136085,-145374],[-133562,-144067],[-133577,-141562],[-134378,-143195],[-140276,-145948],[-137404,-151972],[-140315,-152680],[-134645,-152031],[-137936,-149709],[-138799,-147365],[-132418,-148740],[-128325,-153191],[-130197,-152806],[-138872,-152202],[-137008,-152210],[-130774,-152422],[-128782,-158120],[-128647,-157373],[-131288,-159773],[-133108,-160777],[-132984,-159523],[-130569,-161898],[-133232,-161626],[-134102,-162110],[-132134,-159249],[-130171,-163049],[-130698,-162429],[-133928,-163693],[-133382,-164604],[-134964,-162838],[-134201,-163418],[-136703,-162925],[-136807,-160235],[-136118,-158930],[-134201,-159581],[-133822,-158730],[-133721,-157854],[-134407,-160475],[-133236,-159018],[-135605,-156074],[-137577,-157700],[-140068,-162951],[-139402,-164502],[-135374,-153785],[-131990,-154918],[-128791,-154465],[-132682,-154366],[-130378,-154724],[-136503,-153602],[-137734,-155573],[-140014,-160112],[-139546,-157345],[-130695,-173910],[-140136,-168205],[-130374,-167711],[-130777,-167418],[-130668,-167097],[-129837,-166762],[-129282,-166701],[-140448,-169242],[-129213,-172777],[-132047,-188451],[-133142,-187770],[-133846,-180606],[-136992,-179750],[-131471,-188207],[-129693,-189323],[-130672,-188503],[-131120,-188455],[-138727,-197485],[-139490,-197431],[-134633,-195101],[-132032,-201044],[-137151,-195368],[-134491,-196727],[-131896,-197769],[-131684,-197402],[-131963,-200809],[-136673,-194812],[-134728,-194264],[-133953,-196193],[-131945,-197267],[-131914,-201032],[-134119,-195419],[-129991,-197491],[-131738,-212822],[-130279,-213286],[-128646,-209386],[-128975,-211221],[-133064,-215363],[-130725,-213578],[-128608,-209554],[-130839,-211401],[-135324,-217794],[-138820,-220654],[-132633,-218861],[-138793,-221835],[-132862,-237867],[-132482,-236550],[-131425,-236007],[-131441,-234188],[-132727,-239812],[-129146,-240036],[-133020,-239954],[-128655,-235569],[-131447,-234640],[-132087,-239314],[-130697,-234346],[-132186,-239493],[-139063,-4076],[-140513,-8749],[-129516,-7450],[-134376,-7388],[-129046,-8942],[-137641,-8423],[-139150,-4150],[-134765,-9959],[-140483,-9656],[-129795,-1426],[-129794,-7646],[-139636,-5524],[-139938,-7756],[-134752,-7840],[-129716,-8446],[-139718,-3084],[-131912,-701],[-136253,-1328],[-135495,-1250],[-135675,-4167],[-136007,-5135],[-136266,-4058],[-137351,-4491],[-138671,-4353],[-137542,-2037],[-137043,-2712],[-140563,-3372],[-128702,-1323],[-129418,-1121],[-129726,-611],[-135784,-248542],[-139400,-251171],[-134566,-248569],[-135879,-249191],[-135966,-248284],[-140443,-251337],[-140598,-251725],[-134441,-250195],[-130880,-248273],[-137681,-263492],[-132833,-261389],[-140167,-266358],[-138200,-264537],[-140207,-265585],[-137990,-265652],[-130830,-262974],[-130969,-262545],[-131907,-262792],[-137430,-280575],[-140257,-279253],[-138978,-272309],[-129840,-274047],[-137689,-274108],[-138885,-273153],[-139254,-272912],[-139277,-278474],[-139906,-276361],[-140496,-273513],[-139561,-275967],[-137524,-280284],[-140010,-279019],[-138685,-272320],[-130449,-274161],[-135247,-273921],[-137952,-272601],[-138833,-273800],[-130104,-273216],[-129879,-271157],[-131434,-272435],[-140277,-278581],[-133423,-273091],[-131181,-275772],[-138677,-281127],[-134915,-278554],[-131012,-273504],[-137672,-280615],[-135349,-277440],[-133733,-279884],[-131803,-278417],[-131059,-280692],[-139001,-272939],[-133257,-275457],[-139117,-272917],[-140664,-274632],[-129811,-277764],[-131540,-274506],[-130185,-272552],[-139942,-279289],[-139882,-276026],[-136549,-280472],[-130142,-278790],[-138630,-275696],[-137628,-280747],[-139722,-279151],[-138278,-272617],[-135478,-273872],[-137552,-275862],[-139087,-273466],[-139306,-273492],[-131734,-270949],[-130001,-272688],[-132776,-274973],[-140361,-278098],[-140274,-272649],[-140054,-272584],[-139700,-282959],[-137862,-283570],[-137394,-283841],[-140504,-284237],[-137609,-282359],[-140313,-284513],[-137381,-284388],[-137172,-283733],[-136893,-282408],[-133113,-281920],[-137300,-281547],[-135286,-282940],[-128349,-282588],[-132457,-282046],[-140779,-284366],[-137936,-284323],[-137158,-283507],[-140292,-286909],[-140524,-292257],[-140154,-287266],[-140672,-288397],[-131419,-287298],[-139506,-290076],[-139575,-287335],[-133257,-287367],[-140170,-306632],[-140419,-300145],[-134975,-296662],[-135003,-305086],[-135410,-305772],[-134397,-302491],[-134392,-301965],[-133782,-302232],[-134516,-303461],[-135769,-306966],[-135154,-302760],[-133509,-301050],[-140702,-311437],[-137345,-310449],[-139732,-313117],[-139093,-311192],[-139084,-307027],[-140511,-307272],[-137483,-307835],[-129669,-314702],[-131002,-316714],[-130110,-314689],[-130696,-316756],[-130522,-316886],[-128678,-14934],[-138451,-12668],[-140507,-13217],[-140601,-16600],[-130304,-24268],[-131933,-23656],[-130931,-22411],[-133967,-22631],[-129312,-25317],[-132871,-23020],[-137248,-429020],[-138026,-427314],[-139007,-426528],[-137648,-426785],[-137096,-426485],[-139622,-467922],[-140714,-36227],[-140483,-37004],[-128029,-29885],[-131002,-26180],[-128571,-26438],[-132281,-27057],[-130638,-28718],[-134483,-34664],[-134202,-35691],[-133918,-37865],[-134057,-36340],[-128626,-26868],[-131415,-528489],[-134119,-530693],[-134050,-530195],[-134457,-529579],[-133353,-529067],[-139340,-526924],[-134234,-537277],[-136977,-536585],[-136702,-533361],[-132973,-533491],[-138068,-530243],[-132388,-544832],[-131447,-549736],[-128871,-546981],[-132463,-547821],[-140020,-561461],[-128456,-550724],[-132098,-554773],[-133729,-555929],[-133239,-562101],[-135803,-554292],[-129480,-561305],[-135687,-575610],[-137367,-566081],[-135778,-564952],[-138085,-573987],[-130700,-563309],[-131107,-563084],[-132418,-567399],[-130311,-565828],[-129998,-564309],[-140033,-581468],[-134453,-586612],[-133855,-586624],[-133046,-577359],[-132500,-578470],[-138740,-581996],[-131718,-579945],[-129915,-579035],[-140538,-576169],[-139167,-576096],[-137853,-576230],[-129170,-588602],[-130281,-589922],[-132678,-591795],[-133262,-595564],[-133606,-606723],[-132943,-613445],[-128505,-46563],[-128663,-46985],[-128113,-43961],[-139361,-43296],[-136004,-43222],[-135928,-44555],[-134386,-44805],[-139704,-42052],[-131033,-39534],[-131743,-39692],[-131254,-40366],[-132555,-39386],[-132318,-38836],[-137934,-642993],[-137797,-642307],[-130984,-640441],[-134592,-640535],[-131979,-646499],[-128362,-647525],[-131230,-684577],[-132319,-685748],[-129258,-686333],[-129855,-698658],[-130180,-60832],[-130933,-59728],[-134735,-62158],[-132997,-62460],[-135842,-63791],[-134671,-62415],[-135293,-60629],[-133931,-63032],[-137089,-57065],[-137321,-61373],[-137660,-62176],[-140516,-58095],[-139953,-54400],[-139197,-60909],[-139584,-59984],[-136779,-60768],[-137461,-59797],[-137192,-55749],[-136277,-58565],[-137404,-58781],[-138396,-58029],[-132521,-57858],[-133051,-56898],[-128452,-59310],[-128552,-63356],[-136859,-56552],[-139194,-63050],[-129199,-60507],[-131086,-60247],[-129260,-62880],[-129844,-61232],[-130097,-60465],[-135384,-63397],[-136017,-63376],[-134276,-60952],[-138700,-63538],[-138783,-62955],[-129054,-61659],[-130784,-60942],[-129615,-60689],[-134802,-61700],[-137881,-61648],[-128245,-61469],[-129041,-58362],[-128115,-61901],[-129551,-60346],[-131665,-59663],[-136708,-61637],[-133416,-61811],[-140739,-51755],[-140057,-54013],[-139842,-54476],[-140666,-56542],[-139575,-60393],[-139704,-60365],[-136593,-61188],[-137400,-61034],[-131982,-67531],[-133137,-66652],[-131260,-65374],[-128798,-67333],[-128831,-69127],[-131338,-69248],[-129756,-68940],[-130975,-70181],[-132145,-65570],[-131861,-65835],[-133667,-64498],[-132901,-66144],[-134939,-67047],[-134556,-66640],[-135732,-67479],[-135070,-64427],[-137207,-63878],[-140510,-67861],[-137706,-64572],[-136724,-65269],[-137597,-67052],[-140331,-66130],[-136716,-66802],[-136391,-66706],[-128249,-68401],[-131825,-67689],[-129225,-70104],[-130544,-67357],[-132426,-64521],[-134888,-66289],[-134271,-66762],[-135906,-66885],[-136119,-63980],[-128844,-73092],[-139521,-64080],[-130884,-67257],[-132409,-66576],[-128497,-76167],[-131463,-66132],[-131091,-69761],[-130371,-68420],[-139901,-74172],[-139276,-71980],[-139707,-73351],[-139707,-73351],[-140204,-74810],[-129711,-85964],[-137418,-100039],[-135176,-103844],[-137293,-103821],[-139288,-104764],[-140378,-103693],[-139425,8240],[-136160,10014],[-137914,9224],[-138482,2896],[-130577,5592],[-131668,4181],[-140787,9322],[-137225,9311],[-138294,10120],[-138452,12411],[-140222,11815],[-131341,8217],[-130691,2957],[-137715,2925],[-129481,7010],[-130156,5408],[-129792,9701],[-131838,7254],[-138164,262],[-130663,2334],[-130276,1663],[-132733,662],[-130575,712],[-140493,4303],[-139383,4578],[-139368,5048],[-139477,5424],[-136685,3640],[-137209,3724],[-136478,5547],[-136424,5925],[-137323,6272],[-136328,6440],[-136882,2921],[-140178,7199],[-139669,7053],[-137827,8154],[-137090,8263],[-134918,10082],[-131726,12240],[-134040,9234],[-134124,5198],[-133264,5637],[-133734,3933],[-133430,2626],[-133532,3620],[-133768,2136],[-133920,3269],[-134196,10747],[-133112,10307],[-132789,8894],[-136725,11779],[-130687,6865],[-132049,8467],[-139359,338],[-137308,128826],[-128230,135300],[-130855,140556],[-131971,140501],[-129777,132739],[-129456,131695],[-133608,136607],[-133985,139761],[-135206,140489],[-137429,129708],[-140479,133195],[-140343,139190],[-128701,129536],[-139931,133063],[-139076,131436],[-134171,133269],[-136222,133381],[-139369,135389],[-139595,139165],[-129722,128543],[-130087,128707],[-134293,135934],[-132775,136546],[-139794,136889],[-139217,136647],[-137236,134668],[-130202,138580],[-130467,137891],[-129598,138722],[-130252,138867],[-130681,128384],[-133478,128728],[-131049,130855],[-139751,131943],[-138682,132218],[-138082,131565],[-128770,134206],[-140242,131871],[-138475,131085],[-137581,131773],[-136466,133240],[-135714,133763],[-139340,135457],[-139705,135827],[-139789,140735],[-139710,140447],[-129005,129050],[-129172,129211],[-132762,136528],[-133693,136256],[-139507,136273],[-139328,137148],[-138719,134239],[-137721,134019],[-136521,134421],[-130860,137819],[-130469,138014],[-129483,138574],[-129292,139451],[-132101,131733],[-131401,131063],[-135704,133529],[-132091,130299],[-137006,129756],[-138664,131745],[-129753,134469],[-131880,140407],[-128398,133650],[-129626,133273],[-129390,132934],[-134110,140617],[-133853,139624],[-135891,132738],[-136201,132808],[-134591,143376],[-133834,151390],[-134143,152533],[-136134,141705],[-137711,141441],[-139116,142254],[-139317,142145],[-139698,148463],[-139769,147548],[-136352,149937],[-137167,149634],[-135531,149554],[-136219,150020],[-128596,147988],[-132137,151048],[-128973,147623],[-130122,149935],[-133749,144935],[-133967,145677],[-136382,153215],[-140101,142314],[-140219,142344],[-140726,147419],[-136344,149135],[-137570,149687],[-135734,150014],[-135538,149979],[-128046,141524],[-135682,151226],[-132543,152295],[-132801,145343],[-138379,141735],[-137640,151950],[-131298,141841],[-132172,148035],[-139674,148219],[-135983,151256],[-133846,148796],[-138472,141078],[-139342,147711],[-136028,151826],[-139616,151598],[-128901,149970],[-129738,149332],[-136865,142724],[-136776,146693],[-129838,145443],[-131171,141381],[-139716,141681],[-140048,152907],[-130968,149643],[-129285,151130],[-137423,143737],[-135324,143489],[-136873,146725],[-137743,144987],[-141370,145735],[-128586,144992],[-129286,146119],[-132132,141160],[-139636,142749],[-139985,142287],[-130092,148842],[-131360,149666],[-136392,141748],[-137160,142911],[-137253,144519],[-137414,145726],[-138928,145662],[-128293,145436],[-128524,145912],[-140483,142162],[-138371,152398],[-140657,151371],[-129067,148812],[-132421,157097],[-134437,159632],[-140228,158649],[-137968,156999],[-128895,159911],[-131589,159006],[-131744,155451],[-138794,161003],[-128962,163911],[-131180,161391],[-132131,161487],[-131440,162494],[-128063,165463],[-136900,165329],[-136042,164618],[-136106,165259],[-138456,165137],[-138819,164001],[-137696,163807],[-140209,165129],[-140698,163660],[-139996,164742],[-134774,165488],[-135137,163676],[-133607,156095],[-134647,159642],[-136622,160749],[-139741,156798],[-139916,157996],[-138301,158496],[-136604,158631],[-128164,155227],[-129366,155765],[-132735,161120],[-128041,160904],[-131470,159918],[-131813,160155],[-131030,155147],[-130314,154737],[-139602,159844],[-140387,160919],[-139703,162452],[-139743,160659],[-130410,162753],[-131248,161721],[-135722,163018],[-139629,165671],[-135361,163595],[-129763,157177],[-133436,160740],[-134068,159944],[-132528,163824],[-136180,159251],[-128545,164990],[-138715,160823],[-132350,165420],[-136577,160507],[-138441,161043],[-139220,160650],[-137409,160912],[-137701,162703],[-138624,163375],[-129031,164475],[-130957,163005],[-131526,161805],[-132758,165610],[-131159,166404],[-129315,164650],[-136884,165043],[-138804,164105],[-140451,165762],[-140278,166566],[-138527,166117],[-136985,165942],[-133045,164876],[-139167,166211],[-140417,154078],[-138096,154091],[-139854,155373],[-128817,162246],[-134963,162363],[-133026,158803],[-130965,163203],[-131473,162303],[-129402,166022],[-137323,163167],[-137992,164624],[-140209,163886],[-134473,164831],[-136491,160420],[-137354,159313],[-140605,157577],[-139761,158060],[-138170,156745],[-137793,156625],[-128904,159768],[-129162,155229],[-133739,159605],[-131973,159124],[-131639,154404],[-130409,153880],[-140110,162125],[-138876,161170],[-137453,160957],[-138229,163780],[-128435,161713],[-129564,163906],[-129354,164689],[-132131,161542],[-131081,162058],[-136042,163779],[-137598,166236],[-139184,165668],[-139422,164817],[-134706,163358],[-133841,163648],[-129125,168437],[-128791,167289],[-134905,170587],[-129088,167383],[-135546,166616],[-131085,167819],[-129506,169444],[-132234,168706],[-133945,174539],[-131007,168390],[-129902,168242],[-132092,169533],[-130655,168789],[-133369,172903],[-132589,172258],[-130626,170270],[-130251,171522],[-132649,174474],[-131593,172351],[-134749,173328],[-140416,166669],[-128422,167473],[-131230,174321],[-129485,171543],[-134371,168426],[-134193,168867],[-132795,169694],[-133087,170266],[-134714,166601],[-131906,167966],[-130957,166990],[-139834,170945],[-136394,169495],[-136034,169847],[-133971,170883],[-128643,170532],[-133818,172033],[-134844,170931],[-135715,170487],[-139271,169144],[-138792,168422],[-140376,168055],[-128784,166912],[-128189,226966],[-128349,229082],[-128772,226690],[-134283,234433],[-133721,238145],[-129430,236811],[-130700,236816],[-134698,237174],[-130968,236433],[-130695,235674],[-132827,239379],[-130499,236547],[-129731,237823],[-129682,239567],[-136039,238800],[-131699,239776],[-128762,233803],[-130435,242729],[-131062,241739],[-131622,238151],[-131345,239130],[-132130,239410],[-129485,234413],[-128881,240189],[-131648,239386],[-136989,238119],[-129479,243147],[-131873,233017],[-128364,240931],[-132429,240741],[-128005,232078],[-130423,232597],[-128404,234674],[-130148,240381],[-130931,243246],[-131684,241544],[-128426,234840],[-132116,243214],[-129338,232591],[-136809,239842],[-132851,242628],[-136649,239235],[-135926,237677],[-135619,237862],[-131739,232503],[-136639,238169],[-138610,236482],[-138569,237141],[-134091,235951],[-135134,235948],[-130143,233840],[-129727,235143],[-134565,234451],[-130147,237967],[-128818,239672],[-128509,230894],[-135953,236593],[-132040,235548],[-131436,233837],[-129603,233943],[-129774,231960],[-131791,237447],[-132362,236158],[-128017,236485],[-128478,238028],[-129046,237246],[-128394,238748],[-129301,238214],[-128957,238182],[-128728,236480],[-128401,237359],[-138066,237983],[-130988,242188],[-138033,237513],[-129354,235241],[-137410,237831],[-136494,237900],[-131045,234423],[-129212,231398],[-129717,233827],[-130550,233489],[-130150,240269],[-129520,241081],[-129865,240828],[-130091,241035],[-131070,242598],[-132166,242846],[-128841,242793],[-132940,237301],[-135911,235647],[-136756,235841],[-136908,234882],[-136897,236054],[-132020,236332],[-128184,232812],[-131182,235343],[-132086,234303],[-131807,234012],[-132398,232641],[-128408,234068],[-129334,233465],[-130044,243519],[-128231,245259],[-132809,243438],[-129163,243432],[-132341,244019],[-130374,244601],[-128977,245676],[-130514,23869],[-139558,14447],[-131032,17435],[-128549,16120],[-136011,16868],[-131721,25290],[-134113,13565],[-135635,19272],[-140328,23686],[-139890,17038],[-128376,14249],[-136277,23842],[-135886,23550],[-133208,21696],[-135769,18107],[-135749,13006],[-133056,20121],[-134845,16629],[-129854,16288],[-139266,22199],[-137457,20602],[-137630,18501],[-138483,16895],[-139212,16187],[-140026,17334],[-131096,13017],[-130415,14593],[-133770,14614],[-134473,13065],[-137081,13189],[-137867,13753],[-139070,20413],[-138718,20629],[-139201,22064],[-140010,23376],[-140125,24332],[-131916,17119],[-132758,14363],[-130996,18761],[-128794,21538],[-133890,13201],[-139451,15499],[-135474,19649],[-129930,15583],[-136906,17228],[-131748,23759],[-134418,25571],[-132387,24920],[-130264,25257],[-129119,301634],[-128554,303205],[-128486,305104],[-130156,303367],[-129389,301997],[-129566,301487],[-131742,298925],[-132343,298339],[-129653,303196],[-128520,306329],[-131002,305663],[-130270,301457],[-131911,297222],[-128648,300097],[-130464,312939],[-128756,313555],[-130701,312136],[-130093,312846],[-129027,31859],[-132216,32035],[-140766,30671],[-139650,31125],[-131368,34995],[-133727,35969],[-135774,28128],[-128897,29746],[-128667,30160],[-133170,32716],[-133184,31250],[-140597,35753],[-140209,31958],[-140750,28667],[-138585,31036],[-134285,33899],[-134648,36280],[-132333,34000],[-132540,34219],[-132414,34191],[-138369,28721],[-137783,29234],[-137765,28534],[-138791,29203],[-139732,28196],[-139494,28350],[-137197,31972],[-137198,30915],[-128402,29461],[-128936,30824],[-129190,30116],[-130393,28908],[-130417,31752],[-132272,28535],[-131029,28343],[-130202,29946],[-130479,29570],[-132564,32448],[-132734,31779],[-131309,33130],[-131470,32718],[-130376,32291],[-130477,31489],[-129860,31900],[-137814,36448],[-139188,35545],[-138897,36041],[-136623,36250],[-136310,36509],[-140220,35766],[-130895,34744],[-133734,34871],[-133697,27431],[-132235,26164],[-129182,30911],[-129640,31765],[-131749,32028],[-140103,29750],[-140053,28179],[-138890,31290],[-131721,35624],[-135108,35947],[-135714,28629],[-134197,36309],[-132967,34715],[-134813,26846],[-128573,50732],[-128960,48635],[-128150,46600],[-128271,44300],[-132122,48465],[-133102,50470],[-129533,48519],[-128100,46800],[-130253,43968],[-132073,47604],[-131187,48314],[-133644,53119],[-134152,51363],[-133887,50380],[-128090,39500],[-129784,39737],[-131617,40627],[-133327,41059],[-136995,44270],[-137909,44499],[-140749,44113],[-140217,45181],[-137542,42761],[-140774,47020],[-139225,46854],[-128708,626255],[-132686,625646],[-133460,628042],[-133117,625518],[-129141,628305],[-132717,627757],[-128927,628619],[-133912,632459],[-133403,630831],[-133240,630529],[-132422,630766],[-132844,629316],[-130094,633422],[-130308,633689],[-130908,631189],[-129820,633208],[-128390,633819],[-132858,65087],[-128070,53455],[-135219,64165],[-137422,61039],[-136557,59946],[-132784,62020],[-136481,54190],[-135370,52704],[-140290,61993],[-137233,59069],[-139824,59652],[-139382,60881],[-138418,60118],[-138243,59331],[-130417,60203],[-131089,63462],[-128360,52483],[-136293,62537],[-138991,61082],[-138571,62043],[-133546,58490],[-133286,57556],[-134355,59951],[-134335,58916],[-132564,61086],[-132018,60716],[-135378,53639],[-135570,54048],[-132353,53954],[-132823,52146],[-140718,62688],[-137062,58987],[-139558,61090],[-140595,61078],[-137782,59485],[-137771,59722],[-130527,61504],[-128717,51572],[-129403,54999],[-136855,62568],[-136713,63613],[-138168,63329],[-139062,61807],[-135293,57245],[-134525,57358],[-134835,58579],[-135168,59140],[-133278,61349],[-131512,62542],[-134406,55490],[-134987,54313],[-132593,51542],[-132655,52147],[-133364,52832],[-136929,58415],[-139774,60736],[-137198,60231],[-138713,60760],[-140062,63475],[-130619,62354],[-131845,52077],[-134507,53840],[-136265,55150],[-130362,58130],[-131185,58108],[-132351,51532],[-133923,53951],[-134628,55715],[-130886,58288],[-134662,67115],[-133976,76588],[-131508,65772],[-137373,68796],[-140729,68799],[-139062,71577],[-135166,71577],[-131629,65084],[-134309,75075],[-132724,66902],[-131601,65829],[-137363,69429],[-138986,68340],[-139886,76709],[-139250,71253],[-135495,71477],[-139028,67566],[-140366,66114],[-135020,68489],[-132291,70927],[-132804,74011],[-133216,73056],[-137900,65912],[-135578,70321],[-133458,70159],[-129975,76014],[-137353,66772],[-140119,65795],[-135634,70476],[-133301,68881],[-132982,74973],[-134145,73635],[-137171,66962],[-133970,68023],[-131463,64845],[-133800,65142],[-133124,67220],[-134925,76352],[-130428,65616],[-130497,66225],[-129238,66107],[-129741,66999],[-134846,64452],[-136476,68860],[-139812,68910],[-139109,67700],[-139923,66677],[-138278,71023],[-132439,70636],[-131945,70478],[-133101,74058],[-135026,74037],[-138867,66543],[-134393,68505],[-130536,80622],[-134105,77254],[-133147,89218],[-133485,89206],[-133744,87482],[-132830,86548],[-131002,85736],[-131117,86114],[-131005,88458],[-130566,88039],[-129640,86768],[-129821,86201],[-130270,87540],[-129648,87679],[-129329,81225],[-133741,80819],[-132675,88726],[-132474,89690],[-133782,87516],[-133394,87461],[-131465,86113],[-132154,86290],[-131090,88194],[-130567,87296],[-129224,86805],[-129379,86829],[-129999,87318],[-130408,88022],[-129155,80021],[-134810,79145],[-137967,80713],[-136632,81295],[-140756,82747],[-133402,83948],[-136865,83990],[-132854,81164],[-140393,80014],[-137755,81025],[-136158,81123],[-140226,83586],[-140304,78067],[-137568,80485],[-135470,82138],[-139452,83316],[-133744,84800],[-137332,85528],[-131204,79342],[-131375,79041],[-129246,101476],[-128909,101185],[-128086,92633],[-130812,96745],[-129812,94689],[-130520,94414],[-128829,101480],[-128451,101740],[-128257,93460],[-129894,94997],[-130396,95260],[-129501,102223],[-129477,100938],[-130361,100333],[-138442,102581],[-139626,102334],[-140016,102500],[-139420,98910],[-139191,99821],[-138915,98227],[-138176,96921],[-137923,98521],[-137846,98532],[-139504,94392],[-139091,94405],[-138155,95995],[-138059,95549],[-137159,94221],[-136992,93094],[-133091,93569],[-133978,93540],[-131939,95928],[-131470,95692],[-134389,101951],[-134613,99827],[-137778,99290],[-134592,100852],[-137126,101431],[-139708,102597],[-139248,102483],[-138609,99192],[-138935,99753],[-137498,97184],[-138436,97871],[-137451,99051],[-138305,99325],[-139488,95792],[-139114,94764],[-138284,96337],[-137752,96343],[-137224,93872],[-136002,94216],[-133005,92715],[-132996,92431],[-131951,95761],[-134494,97963],[-133606,99334],[-139107,99262],[-137643,101183],[-135326,101981],[-136273,100589],[-134807,102219],[-132468,100094],[-134876,99948],[-134452,98486],[-137195,99646],[-137431,99217],[-134698,100241],[-130999,100248],[-129227,102733],[-131843,112351],[-130489,102822],[-130277,110722],[-133780,104437],[-132199,105123],[-138967,105522],[-134763,103019],[-136429,105290],[-137776,111473],[-137619,112757],[-132812,103178],[-132907,103560],[-136444,104064],[-135948,103279],[-137708,102778],[-140682,106278],[-137909,104231],[-133947,105263],[-136237,110367],[-135294,106824],[-139074,105072],[-138648,107336],[-138142,111204],[-132486,113028],[-136205,115282],[-133330,104858],[-137633,104241],[-134230,109642],[-133933,103685],[-133504,102626],[-135927,103707],[-135412,104053],[-138155,102818],[-132685,113240],[-131664,106609],[-133755,106239],[-137560,108652],[-136790,108202],[-135692,124626],[-130181,127453],[-135173,124644],[-137447,127088],[-135473,123114],[-134922,124831],[-136406,126849],[-131623,125824],[-132223,125585],[-130592,127912],[-131962,127320],[-135822,123777],[-132336,125802],[-131952,127108],[-138042,125184],[-137428,118185],[-137679,122611],[-138805,123968],[-144330,-126617],[-152170,-119483],[-151497,-119010],[-143240,-120560],[-141598,-120797],[-144971,-138952],[-145754,-135778],[-148528,-137689],[-147500,-133445],[-145573,-133278],[-149986,-137528],[-143682,-138478],[-144677,-136684],[-143201,-136061],[-144173,-135728],[-145607,-133841],[-147047,-133770],[-145718,-135252],[-141756,-140158],[-142899,-138523],[-142752,-136506],[-141847,-138897],[-143026,-137287],[-149489,-136732],[-151513,-137020],[-141878,-136599],[-146196,-129827],[-142134,-129982],[-147458,-131857],[-141903,-132372],[-142138,-130958],[-144436,-131263],[-141791,-133669],[-143044,-144765],[-144834,-144233],[-143095,-141123],[-149994,-141328],[-153425,-141471],[-145903,-141959],[-141678,-146161],[-150839,-141365],[-150977,-143512],[-143617,-145684],[-153140,-143875],[-152770,-143924],[-151790,-152256],[-151599,-152849],[-150859,-151123],[-146985,-149069],[-142547,-163673],[-142097,-159409],[-143651,-156558],[-143073,-167443],[-145242,-168843],[-146330,-169610],[-147146,-168827],[-146387,-168510],[-146968,-168284],[-145640,-168751],[-147349,-167498],[-145646,-169960],[-147587,-169956],[-148921,-169056],[-149771,-167938],[-148689,-166916],[-153358,-174346],[-141505,-170895],[-142231,-170969],[-142931,-181988],[-141530,-181992],[-150520,-204098],[-148951,-203495],[-150830,-201900],[-150773,-202238],[-150993,-203231],[-149561,-202947],[-151106,-204024],[-150157,-204114],[-149538,-202951],[-149932,-205210],[-151322,-224538],[-151592,-224305],[-151452,-224943],[-151534,-224895],[-153073,-234933],[-153105,-235246],[-153539,-235094],[-143516,-6809],[-147815,-3077],[-149865,-4221],[-141861,-5372],[-151688,-11125],[-153584,-4709],[-152737,-619],[-150821,-1790],[-150453,-8778],[-149003,-9895],[-146587,-9301],[-142422,-9572],[-140924,-5445],[-151059,-8228],[-143689,-4835],[-142031,-6116],[-141019,-3408],[-148295,-2926],[-146313,-1639],[-146122,-1400],[-144797,-1870],[-145072,-1850],[-144072,-1901],[-145268,-2847],[-144025,-3492],[-141989,-1804],[-142448,122],[-143964,-5],[-146938,-425],[-146589,-77],[-146906,27],[-147045,-237],[-147567,-299],[-150330,-7609],[-150578,-8437],[-150912,-9028],[-149749,-8532],[-151929,-6408],[-152024,-3097],[-152154,-6565],[-148710,-12293],[-147189,-12504],[-153039,-10008],[-151972,-10322],[-149011,-11368],[-148350,-10803],[-147354,-10518],[-143826,-10657],[-148603,-2874],[-147048,-1769],[-144920,-3478],[-141536,-251931],[-142489,-251762],[-142798,-253068],[-142379,-251825],[-151449,-258042],[-152060,-257845],[-150934,-261735],[-151526,-262271],[-143520,-262488],[-144968,-263078],[-147438,-264866],[-147505,-264971],[-148860,-259602],[-147662,-263983],[-148453,-262309],[-147761,-263176],[-148266,-263763],[-149166,-263962],[-149166,-263962],[-143850,-264053],[-143293,-264399],[-144222,-262984],[-149844,-265836],[-152036,-264150],[-147167,-267026],[-151140,-257885],[-151263,-258283],[-150912,-262142],[-151596,-261411],[-145114,-261530],[-144983,-261183],[-146688,-264481],[-141614,-265445],[-148110,-264673],[-153155,-260949],[-149281,-259688],[-147744,-263665],[-150322,-261955],[-148709,-258860],[-149960,-258870],[-147627,-263533],[-150014,-262933],[-142910,-278114],[-147027,-273077],[-145588,-274828],[-145189,-277092],[-144145,-280926],[-143277,-273626],[-142086,-277595],[-142515,-278134],[-143586,-275198],[-143672,-280108],[-143986,-275808],[-143459,-280791],[-142783,-280261],[-143287,-276399],[-146236,-270924],[-143862,-272851],[-145512,-273603],[-148521,-272178],[-147313,-272326],[-146565,-273356],[-146781,-276193],[-145027,-279150],[-143217,-280526],[-146508,-278227],[-147340,-277138],[-147867,-277196],[-149605,-273822],[-150510,-273825],[-150216,-272522],[-151381,-273094],[-153087,-277353],[-149741,-277605],[-152107,-278861],[-145836,-274281],[-145574,-269198],[-147108,-269999],[-144188,-277236],[-143594,-273192],[-144026,-273078],[-145101,-271231],[-146122,-270686],[-145401,-271545],[-146568,-277030],[-145809,-273928],[-145669,-276542],[-148029,-272075],[-146483,-278388],[-153587,-272912],[-145247,-270751],[-148974,-268641],[-145733,-276466],[-142868,-277575],[-145362,-271199],[-143202,-278788],[-148464,-272097],[-147324,-281096],[-145499,-270779],[-148123,-272422],[-148956,-270370],[-144177,-271465],[-144100,-272197],[-142655,-273866],[-144699,-271836],[-143378,-271662],[-143979,-272201],[-141125,-282849],[-142069,-283739],[-142460,-282376],[-141498,-281868],[-141895,-282559],[-142777,-283078],[-142073,-282115],[-143552,-281538],[-141748,-282671],[-152991,-282168],[-151405,-283846],[-147745,-282096],[-151794,-281863],[-141272,-282054],[-141515,-283314],[-142668,-281680],[-147087,-292445],[-151143,-293764],[-153172,-285089],[-142096,-287884],[-142914,-288366],[-153439,-298759],[-149127,-296472],[-153126,-298787],[-148143,-295567],[-148755,-303222],[-142412,-301946],[-149950,-296957],[-142548,-299334],[-142469,-304305],[-144628,-314146],[-151937,-310446],[-148687,-309133],[-150381,-316187],[-143417,-314159],[-151034,-311707],[-150145,-310448],[-151977,-314285],[-150948,-309667],[-152713,-316290],[-147543,-308752],[-143334,-309595],[-146637,-317696],[-147081,-317911],[-143477,-319378],[-143304,-318162],[-142659,-318987],[-143488,-318926],[-146852,-16463],[-146893,-16064],[-148555,-16632],[-150654,-16681],[-149850,-15353],[-149145,-13761],[-145326,-12833],[-145966,-14483],[-143984,-17395],[-141966,-13191],[-153008,-18806],[-151435,-18819],[-148552,-25210],[-148999,-24627],[-149141,-23582],[-150236,-25034],[-147510,-20466],[-147690,-22035],[-146877,-20123],[-144812,-18148],[-143688,-18038],[-143041,-15975],[-142397,-19076],[-143048,-18184],[-147209,-25079],[-147605,-19793],[-148336,-20273],[-149163,-20433],[-149158,-19866],[-148840,-20203],[-153527,-24961],[-152528,-19453],[-150693,-13971],[-151631,-14674],[-152371,-12661],[-145496,-12954],[-147367,-13038],[-145436,-17333],[-145356,-16830],[-142261,-19364],[-151577,-25347],[-146809,-420102],[-145108,-421444],[-148172,-411157],[-151875,-410648],[-153362,-410690],[-147024,-410718],[-149154,-411065],[-151695,-427508],[-142462,-432754],[-141845,-432007],[-146903,-431180],[-144552,-432381],[-147122,-429775],[-143273,-430973],[-147106,-428186],[-141178,-430929],[-147072,-424514],[-148099,-423170],[-144255,-422549],[-145306,-422363],[-143870,-432584],[-146976,-432385],[-145478,-433954],[-146744,-435616],[-148606,-435692],[-153411,-458770],[-152362,-459012],[-144788,-458865],[-151919,-451708],[-142795,-461854],[-152559,-461729],[-152175,-463701],[-150818,-462895],[-151336,-31951],[-151400,-34671],[-151840,-34574],[-152582,-27015],[-149124,-27432],[-150546,-37715],[-151895,-35776],[-151463,-35505],[-153164,-37937],[-153084,-38180],[-148833,-25440],[-147444,-26538],[-148161,-29155],[-147089,-29731],[-148119,-29625],[-148082,-30131],[-149560,-30969],[-146529,-36062],[-146383,-36158],[-145688,-36415],[-143646,-36830],[-143501,-36998],[-147057,-33801],[-147606,-35774],[-144525,-34020],[-142978,-34168],[-143064,-34303],[-142284,-34958],[-143998,-31657],[-145560,-32720],[-146744,-29978],[-147515,-30707],[-146616,-30578],[-147026,-33115],[-144158,-32982],[-142707,-33877],[-142803,-36363],[-142674,-37560],[-149617,-26219],[-149272,-28852],[-149395,-26802],[-150344,-30296],[-150120,-31105],[-150568,-27033],[-148427,-27062],[-152730,-25510],[-148703,-28640],[-147704,-523946],[-140954,-528336],[-143585,-532045],[-144670,-532055],[-147264,-524744],[-144599,-536890],[-143091,-532359],[-151417,-541090],[-145918,-539018],[-152140,-548148],[-148192,-542652],[-146862,-549869],[-144490,-537466],[-150780,-554517],[-153370,-553783],[-146258,-552587],[-143931,-551058],[-151675,-554360],[-143297,-571386],[-142763,-566152],[-141389,-567518],[-145743,-617145],[-147129,-620670],[-146477,-42065],[-144301,-43164],[-142569,-43391],[-147367,-48115],[-148523,-43507],[-150373,-42735],[-146379,-42718],[-144762,-48147],[-146398,-41730],[-144369,-48346],[-141630,-50409],[-145681,-41847],[-142627,-41735],[-144333,-40304],[-144001,-40346],[-142530,-40669],[-149891,-38284],[-149481,-38573],[-147918,-39266],[-148220,-41234],[-150172,-40463],[-151127,-40009],[-145834,-40261],[-151809,-42720],[-143840,-43245],[-143707,-42758],[-144617,-42795],[-145535,-43654],[-146204,-43451],[-146994,-43049],[-146846,-42324],[-147654,-42354],[-146310,-43828],[-152646,-39401],[-144575,-637048],[-145061,-639362],[-141490,-639322],[-146832,-638397],[-144855,-642283],[-147071,-652254],[-147424,-659430],[-146604,-663034],[-144769,-661908],[-152018,-669441],[-153433,-668793],[-141712,-685654],[-145593,-62034],[-143950,-61833],[-146130,-58046],[-146205,-57717],[-146676,-53052],[-146654,-55614],[-142201,-62830],[-141252,-58331],[-143615,-56520],[-142804,-56299],[-144179,-53380],[-143735,-52862],[-141831,-52236],[-142145,-51139],[-140818,-53955],[-141259,-57418],[-141315,-57280],[-142256,-61312],[-142259,-62246],[-145761,-63345],[-146413,-61797],[-146510,-58675],[-146672,-54050],[-146705,-55551],[-142637,-63637],[-141678,-58803],[-142084,-57767],[-143941,-56565],[-144171,-56903],[-144340,-53483],[-143627,-52493],[-142251,-51145],[-141993,-51092],[-141083,-57131],[-141651,-61707],[-142413,-62694],[-144588,-63252],[-145727,-62232],[-146195,-58296],[-146772,-56458],[-144115,-64331],[-144167,-64135],[-141078,-64207],[-143716,-74817],[-141982,-105707],[-142697,-103801],[-152000,7594],[-149836,11815],[-142478,12244],[-140810,10260],[-144350,5407],[-153066,2110],[-146633,12258],[-146602,11772],[-148436,11310],[-150993,9392],[-152477,9016],[-152111,6718],[-152449,11806],[-151540,5534],[-148060,6177],[-146907,8008],[-146510,8375],[-146673,8952],[-144327,10169],[-146082,9456],[-141388,9953],[-140903,12194],[-141997,12125],[-147332,5886],[-143549,4780],[-142704,2895],[-142878,4081],[-145707,9419],[-145480,9664],[-145050,2355],[-142460,730],[-143517,10798],[-142745,11823],[-143581,12841],[-141594,4845],[-142359,4666],[-142425,6001],[-143103,5970],[-143463,3976],[-143293,2699],[-145395,504],[-145416,448],[-145383,484],[-145108,1268],[-145299,1234],[-145197,1137],[-145684,2229],[-147419,653],[-144678,11058],[-145781,12437],[-141270,10489],[-142334,9143],[-143510,7740],[-142622,7354],[-141469,8197],[-142538,10305],[-153079,10663],[-153316,8945],[-151367,9592],[-153123,4976],[-149646,2674],[-145259,1549],[-148292,4690],[-144701,1695],[-146125,132461],[-149448,139420],[-148739,138129],[-147462,140976],[-145783,135634],[-146859,135019],[-144699,135591],[-144390,135703],[-148385,132888],[-141826,136106],[-141833,136541],[-141753,133736],[-142463,135036],[-140890,136524],[-148702,137847],[-149266,138554],[-148231,135729],[-146022,134814],[-144793,135572],[-145816,135064],[-148053,133484],[-142071,132617],[-141933,132305],[-142362,132390],[-141063,136085],[-141992,134156],[-142566,135042],[-150785,136987],[-143684,137827],[-143449,137826],[-151794,131546],[-143991,128592],[-147459,129417],[-144451,129652],[-144649,130068],[-146823,131497],[-147975,131690],[-145482,132005],[-146588,129976],[-146443,129559],[-145005,130302],[-142560,129472],[-148562,128910],[-147157,132194],[-150688,131010],[-146744,149549],[-150195,153758],[-143623,144694],[-141846,143829],[-150147,152818],[-151095,152024],[-144391,141717],[-148526,151901],[-147545,145418],[-147894,143638],[-151946,141165],[-143026,143187],[-141157,146693],[-151445,153296],[-149028,153195],[-150293,151099],[-152473,141938],[-151313,141256],[-151707,143892],[-151191,144066],[-150403,145672],[-150098,145743],[-148052,141845],[-141081,147394],[-146887,146104],[-146561,146298],[-147879,145955],[-147172,146411],[-147028,143243],[-147408,143326],[-148725,144555],[-148291,143767],[-148507,149018],[-149340,149735],[-153228,147418],[-153246,146897],[-152978,148045],[-153562,147362],[-152735,146992],[-152389,147694],[-150186,143699],[-140862,146652],[-149325,151665],[-150300,151109],[-151385,152006],[-153246,149818],[-147472,152251],[-145391,153365],[-144563,144255],[-143509,142744],[-140954,142303],[-144313,142877],[-144091,146744],[-145968,142851],[-142372,146783],[-150330,153733],[-149888,152668],[-150147,151005],[-152562,142204],[-151672,141719],[-151646,144839],[-151281,144438],[-150937,144257],[-150551,144811],[-146376,141709],[-148413,141806],[-147236,145356],[-147045,145952],[-147959,146396],[-148557,146955],[-147082,143288],[-147582,142916],[-148100,144301],[-148888,143973],[-148794,149238],[-148923,149400],[-153252,147136],[-151635,145501],[-152871,148217],[-152050,147577],[-143148,153744],[-140895,152871],[-146357,150784],[-144528,144101],[-141271,145385],[-141936,144754],[-153520,151635],[-142362,152910],[-144257,152795],[-143998,149670],[-143815,142934],[-144499,144386],[-150827,153479],[-144176,153046],[-141273,150906],[-149525,156771],[-147834,158028],[-144870,160591],[-144861,155792],[-148153,155935],[-144049,157355],[-148594,156016],[-143050,153828],[-144527,165003],[-144827,163881],[-146116,163613],[-143775,165760],[-142193,165969],[-149069,162675],[-147615,156399],[-150866,158314],[-142719,157342],[-144268,160855],[-146313,160874],[-151275,159019],[-145029,160784],[-145425,161769],[-145316,162033],[-144767,161240],[-143710,162247],[-142779,162458],[-144088,160814],[-144524,161130],[-152972,160121],[-149421,159696],[-147187,159196],[-152676,154980],[-148088,155956],[-144839,162892],[-144842,164650],[-148384,163179],[-148344,163573],[-148111,164416],[-140965,165096],[-140926,165933],[-141834,164667],[-149878,163996],[-150704,162243],[-150650,164319],[-151202,156346],[-141819,154492],[-143801,159559],[-147838,162149],[-148043,162747],[-145285,166213],[-153380,162818],[-142507,164260],[-141073,159360],[-151860,163724],[-145624,163578],[-146464,162843],[-141726,166216],[-143241,165941],[-144060,165326],[-145382,166012],[-146503,165653],[-146372,164807],[-145514,164451],[-149273,164576],[-150087,162043],[-151416,164501],[-150693,165515],[-149374,165506],[-153326,166127],[-152508,166400],[-145939,162342],[-151060,163113],[-148690,160376],[-147479,160911],[-151619,158681],[-151802,159505],[-144720,160777],[-145214,162141],[-145024,161106],[-144812,161998],[-143543,161982],[-143034,162558],[-144661,161081],[-143489,160219],[-152355,159474],[-149566,159354],[-146631,159985],[-148646,154408],[-140806,165059],[-145638,164711],[-148239,164341],[-142394,163771],[-142089,164527],[-149153,163102],[-145794,160337],[-147012,158089],[-150178,158401],[-152452,158763],[-145156,160991],[-144103,161897],[-145438,160822],[-144438,160876],[-142706,162022],[-144187,162395],[-144078,160519],[-144114,161075],[-152789,160020],[-149497,159166],[-147254,159313],[-152655,154660],[-148842,154998],[-143163,154517],[-141468,164058],[-144676,162993],[-144585,163195],[-146428,165237],[-146794,164414],[-142276,163944],[-144000,164137],[-141425,165997],[-143292,164782],[-149045,162541],[-148933,164460],[-153550,171086],[-141028,169599],[-153522,170672],[-141269,166985],[-142059,167010],[-144111,166790],[-142790,167903],[-142993,166983],[-151209,167672],[-148523,169408],[-147256,168215],[-142750,170027],[-141278,170243],[-141460,169725],[-146648,169743],[-145550,170988],[-146354,170580],[-148025,171301],[-149384,25608],[-151252,18286],[-144223,23315],[-146253,16451],[-144423,14224],[-144580,20808],[-143075,20736],[-141315,21036],[-140843,22357],[-141576,16598],[-144021,13597],[-145255,15270],[-149108,18149],[-152575,18415],[-152445,16156],[-144456,25084],[-145023,23643],[-145901,20607],[-144343,21673],[-142850,15517],[-149065,14800],[-144916,16506],[-142641,20994],[-153588,18699],[-150902,18310],[-147178,24381],[-150815,22034],[-143973,13953],[-144365,15034],[-143495,15683],[-144468,16788],[-145802,13165],[-147936,14535],[-148027,17033],[-147050,16485],[-150080,19440],[-153102,23015],[-153434,17806],[-153120,18995],[-152889,18040],[-150585,16391],[-151169,15877],[-153349,17530],[-147720,23206],[-148300,315741],[-146001,316988],[-148138,315796],[-146386,317519],[-149453,314724],[-143115,28195],[-141104,36016],[-153464,33270],[-141460,28293],[-149513,31747],[-140920,36007],[-153590,34489],[-151781,29938],[-144874,33909],[-150572,31063],[-146210,29567],[-144437,29268],[-143064,28556],[-142118,28635],[-145418,30162],[-144080,27800],[-145402,27198],[-145298,27576],[-150366,33228],[-151531,33199],[-150627,34202],[-151974,32921],[-152801,37968],[-151892,36819],[-151490,36979],[-151450,35161],[-151663,34378],[-151904,33095],[-152550,28934],[-149987,31267],[-143065,32399],[-148443,27501],[-148427,29544],[-142679,32930],[-152172,39331],[-152823,39600],[-152077,40662],[-150984,42025],[-151484,41863],[-151226,40682],[-150782,40078],[-152457,39022],[-149113,39947],[-149069,40019],[-150115,41005],[-149682,40198],[-141284,45729],[-143410,47616],[-141862,49232],[-143295,45921],[-148725,49968],[-146972,50220],[-147831,49003],[-148793,48976],[-148846,50752],[-150051,50918],[-151010,50474],[-149691,50956],[-152355,50116],[-152627,51084],[-152362,50870],[-151252,51102],[-149499,48993],[-150413,49367],[-150400,49143],[-143966,40092],[-142932,62973],[-148064,63383],[-141978,61320],[-142919,60316],[-141719,63549],[-148363,63986],[-148182,62641],[-146279,63321],[-141023,60666],[-141579,60800],[-140989,64092],[-142296,63071],[-140988,61822],[-141853,60301],[-142315,59678],[-142823,59781],[-149351,61293],[-149427,62470],[-149023,60994],[-148163,61225],[-144561,57717],[-152421,54206],[-152054,54533],[-152225,57501],[-143444,58947],[-144682,58415],[-142715,58984],[-151350,59200],[-150128,61987],[-148158,61441],[-144964,57838],[-146341,57067],[-152270,55687],[-150928,53467],[-150334,52459],[-150769,56652],[-149120,59236],[-142514,59457],[-142375,59125],[-143079,59183],[-144232,58992],[-142935,58074],[-150161,61579],[-147082,56783],[-148541,55189],[-152078,55423],[-143337,59553],[-145002,59048],[-143260,57497],[-150781,59601],[-147815,52932],[-148312,52126],[-148973,52573],[-149727,52801],[-151088,53987],[-151533,53757],[-152088,53206],[-151836,58089],[-150778,57613],[-150362,58421],[-151465,56173],[-150258,60642],[-149995,59967],[-149503,59499],[-150615,59837],[-141232,68890],[-142557,64268],[-141951,64398],[-151420,71571],[-143446,73296],[-144350,71694],[-150121,70613],[-151160,76392],[-143292,64237],[-145800,74735],[-149503,76524],[-141813,69114],[-140994,66035],[-143355,73116],[-145913,72751],[-149443,74342],[-153191,76043],[-150533,72741],[-145133,67375],[-141338,67554],[-142492,64859],[-142200,66325],[-150851,70725],[-146964,64593],[-143936,72594],[-141195,64785],[-145055,66629],[-148308,69876],[-147791,76128],[-144744,70528],[-141819,65288],[-146465,74859],[-146021,69904],[-150041,70111],[-141416,65707],[-148160,74783],[-148772,76513],[-140993,65369],[-148187,73587],[-148817,64911],[-150360,67514],[-153142,73254],[-151958,69392],[-153231,68299],[-152328,74541],[-149297,66086],[-148955,66736],[-152118,64802],[-151867,65660],[-151029,69353],[-151660,66155],[-151286,65131],[-150649,66111],[-153025,85903],[-145375,81290],[-152256,86171],[-152244,78584],[-149656,77514],[-142941,81500],[-146777,78237],[-152130,87551],[-141893,82095],[-141326,79263],[-147413,83763],[-147841,85122],[-148224,78163],[-150749,86183],[-148152,78970],[-149605,85140],[-148179,80602],[-150775,84672],[-149952,77626],[-150811,77791],[-148184,89596],[-142993,83000],[-142543,82800],[-142295,79057],[-151896,81756],[-151710,80488],[-150744,87004],[-153211,85056],[-141275,81596],[-141531,79881],[-144605,79145],[-153594,81125],[-149225,89147],[-143199,81924],[-145058,84012],[-141905,77349],[-145440,81396],[-143597,79578],[-141809,81175],[-142128,79805],[-147995,84135],[-147409,80362],[-147885,77953],[-153597,79258],[-152000,85052],[-145679,81157],[-152341,85336],[-148139,78779],[-152004,101853],[-142596,99507],[-150239,98623],[-144640,102412],[-143699,100005],[-151013,101988],[-141707,99836],[-148401,98598],[-142264,102068],[-141461,99345],[-151019,100049],[-147126,98515],[-149223,100851],[-148123,97456],[-151123,95502],[-152296,98119],[-149339,91353],[-147760,99470],[-149139,96747],[-152448,93977],[-150857,94348],[-152160,97413],[-153351,97603],[-146950,90472],[-142137,99762],[-150842,101254],[-151796,93427],[-152215,93749],[-154143,101666],[-150729,92174],[-152720,105115],[-148718,107123],[-146926,107324],[-141111,109822],[-141167,108049],[-151216,108328],[-144607,107236],[-150347,109181],[-148286,108640],[-143874,111400],[-144388,108625],[-146740,103873],[-144480,103590],[-144791,107841],[-141295,107776],[-149590,112465],[-148670,112271],[-147481,108704],[-143139,110074],[-142361,106535],[-151304,109578],[-142837,109241],[-144615,108201],[-149757,112023],[-149988,110946],[-143589,107428],[-147534,110674],[-144631,104250],[-150186,103546],[-143970,107438],[-147118,110426],[-149000,109814],[-147414,114067],[-144075,113197],[-143872,103468],[-144955,109285],[-143398,110383],[-140862,106976],[-152956,108955],[-152281,103977],[-144039,108392],[-145184,107484],[-148364,107284],[-148733,107264],[-141928,110734],[-143376,107159],[-152627,107885],[-149519,103687],[-150087,107121],[-145036,108941],[-141309,110413],[-141359,105596],[-151976,109383],[-141598,125864],[-145172,127578],[-140906,125438],[-141646,123587],[-153252,127216],[-150498,125911],[-162710,-121557],[-161269,-121715],[-157989,-126735],[-157441,-123625],[-162138,-120807],[-162511,-118528],[-162668,-116487],[-162689,-115425],[-165320,-126601],[-163645,-126976],[-162660,-126877],[-165331,-120736],[-163126,-120026],[-162430,-117100],[-162594,-116846],[-162800,-118539],[-162864,-117742],[-163163,-119179],[-163007,-118667],[-162338,-120451],[-162170,-119392],[-161985,-122011],[-160643,-121390],[-159994,-122189],[-161193,-120940],[-158386,-122684],[-158808,-123117],[-160984,-122733],[-157436,-123178],[-159401,-121688],[-159742,-121828],[-160466,-116553],[-159319,-119353],[-160778,-115406],[-158331,-117676],[-159678,-116990],[-160671,-118177],[-160928,-116475],[-154883,-116924],[-157506,-123204],[-157299,-122415],[-155565,-122164],[-157919,-121768],[-159183,-121190],[-156222,-123618],[-156163,-122538],[-156259,-124641],[-155908,-121501],[-155026,-120199],[-154982,-121790],[-156042,-125098],[-153971,-120577],[-162111,-118677],[-157897,-120930],[-163690,-128592],[-162744,-128874],[-162088,-128220],[-161159,-132766],[-159932,-137096],[-165611,-135667],[-164514,-135914],[-163197,-138156],[-164756,-139117],[-162465,-129959],[-163468,-131293],[-162033,-134999],[-165529,-133509],[-164018,-137658],[-158623,-139726],[-165453,-133748],[-154845,-133812],[-154082,-141438],[-157544,-141069],[-157235,-142475],[-157667,-146961],[-159536,-144400],[-165719,-144573],[-163953,-141104],[-165837,-146354],[-162075,-148165],[-161666,-148870],[-155330,-142851],[-158741,-147010],[-162232,-153362],[-159939,-145869],[-162480,-150856],[-160289,-147154],[-159838,-146497],[-154923,-144818],[-165993,-147787],[-165011,-149276],[-161594,-150840],[-157469,-143536],[-159371,-147739],[-160984,-150021],[-165535,-151919],[-158325,-148566],[-162489,-158352],[-161429,-156998],[-160100,-157038],[-160995,-158588],[-163494,-157733],[-162878,-156538],[-162442,-160945],[-161788,-160919],[-160972,-161194],[-164091,-160439],[-163461,-160900],[-162022,-161252],[-166397,-155809],[-165548,-157846],[-166249,-158516],[-158036,-158708],[-157813,-157917],[-154900,-154461],[-154948,-153596],[-156384,-164401],[-157120,-164314],[-157077,-164949],[-156148,-165306],[-165819,-170847],[-165632,-171664],[-161514,-173910],[-163285,-173337],[-162911,-171875],[-165489,-166361],[-162712,-167681],[-163936,-170116],[-162425,-168390],[-164612,-168820],[-165681,-170504],[-164142,-169470],[-162041,-170293],[-156307,-173244],[-156181,-171484],[-155005,-167172],[-155825,-167433],[-157111,-167429],[-155093,-167928],[-158368,-170385],[-159423,-169919],[-156987,-184941],[-164374,-184563],[-165170,-184894],[-165923,-229471],[-156984,-218613],[-155536,-219860],[-164257,-240354],[-153899,-240660],[-155423,-242123],[-162760,-232307],[-163123,-232804],[-164081,-240138],[-156297,-241453],[-162781,-233221],[-165919,-234612],[-163959,-236642],[-166337,-236120],[-154217,-235143],[-154535,-240962],[-163593,-231578],[-163880,-2241],[-164670,-1329],[-165199,-608],[-166191,179],[-165455,-4593],[-165717,-5691],[-166396,-11732],[-162272,-366],[-158582,-2579],[-158517,-1650],[-157353,-2167],[-156876,-831],[-156965,-203],[-160172,-3448],[-161195,-2420],[-159784,-4070],[-159781,-4354],[-162582,-2909],[-161866,-8489],[-162548,-9784],[-164278,-10015],[-158658,-5148],[-156366,-5890],[-158165,-7153],[-154146,-7150],[-154851,-8355],[-159833,-3028],[-165374,-9929],[-162748,-290],[-162411,-1124],[-155779,-10663],[-155110,-11559],[-158979,-9492],[-158907,-9179],[-162244,-9196],[-158768,-8089],[-158234,-8619],[-155724,-6944],[-154960,-4084],[-154424,-2063],[-159597,-66],[-161668,-991],[-160138,-1513],[-165120,-255710],[-166102,-249574],[-160927,-255220],[-161332,-255451],[-162487,-255591],[-166082,-250533],[-161059,-254831],[-161670,-255747],[-159782,-255509],[-165836,-255427],[-164632,-253260],[-154849,-258833],[-154919,-258491],[-158146,-259617],[-160924,-259069],[-162610,-257073],[-156277,-260101],[-165020,-256582],[-153738,-261481],[-154117,-257977],[-155898,-258441],[-155133,-257647],[-158472,-259955],[-160488,-258932],[-161826,-259898],[-162307,-258616],[-165103,-259358],[-164053,-256331],[-157887,-257591],[-157924,-257788],[-156756,-261413],[-156435,-261636],[-158081,-261499],[-157585,-261218],[-158339,-260475],[-158171,-259786],[-157368,-263720],[-159036,-261314],[-162445,-260317],[-157218,-261776],[-156743,-263102],[-154403,-264059],[-157426,-262591],[-165217,-257924],[-164716,-268346],[-157466,-257031],[-157314,-258239],[-158191,-261501],[-157414,-261337],[-158223,-260083],[-158417,-260173],[-153876,-261150],[-153627,-258842],[-155653,-258112],[-155321,-257876],[-158764,-259377],[-159336,-259121],[-156014,-276205],[-154387,-274245],[-157758,-280882],[-158612,-280752],[-159541,-280788],[-164838,-280889],[-164464,-280822],[-161749,-279859],[-163957,-273545],[-161854,-273250],[-163835,-269862],[-164625,-271868],[-154737,-275881],[-158657,-280582],[-161015,-277990],[-164210,-270113],[-164736,-290180],[-159481,-283539],[-166159,-288159],[-164331,-285217],[-163344,-291139],[-157021,-283709],[-161435,-288082],[-157228,-286238],[-166228,-285332],[-159795,-284499],[-161340,-290176],[-163094,-291887],[-165539,-292464],[-162260,-289325],[-154902,-294928],[-157702,-295544],[-161186,-296702],[-154537,-297033],[-161201,-295616],[-162117,-297536],[-160267,-295917],[-154387,-294585],[-157631,-295521],[-162858,-296190],[-160608,-317327],[-159524,-318984],[-162988,-318761],[-156818,-317794],[-162676,-318362],[-162069,-307315],[-161377,-320729],[-161898,-320852],[-166218,-339119],[-165189,-335368],[-165155,-333537],[-164391,-13570],[-164259,-21609],[-164587,-24452],[-164489,-23500],[-166104,-25115],[-165026,-24407],[-165372,-17948],[-165503,-17070],[-165379,-17036],[-165636,-16563],[-165293,-14777],[-165829,-22005],[-165103,-20485],[-164610,-19396],[-165743,-20239],[-155062,-18776],[-162460,-17635],[-160892,-16145],[-163697,-24896],[-161234,-23349],[-161218,-22033],[-161029,-19926],[-160089,-23538],[-159028,-24510],[-154337,-23796],[-157312,-23423],[-157901,-24116],[-155787,-22244],[-154070,-20447],[-154719,-17152],[-154494,-17180],[-155341,-18874],[-155687,-15391],[-163020,-24978],[-163106,-25249],[-161203,-25275],[-162380,-24037],[-163915,-24272],[-163666,-23587],[-159557,-400684],[-161712,-425833],[-156772,-442983],[-158429,-439116],[-155549,-457841],[-161062,-456155],[-153796,-458452],[-165204,-460296],[-156955,-453282],[-158417,-459914],[-164838,-458699],[-165949,-463438],[-163972,-462103],[-164615,-27040],[-165056,-25448],[-166115,-27502],[-165976,-27617],[-165982,-30487],[-165458,-30555],[-165485,-26618],[-164318,-25622],[-165294,-25645],[-165026,-27183],[-165823,-28028],[-153986,-34719],[-153678,-38086],[-154033,-32830],[-154979,-30195],[-155264,-30568],[-155903,-31390],[-155229,-29280],[-160057,-27397],[-159683,-26925],[-158747,-28843],[-160861,-27688],[-162860,-29337],[-162914,-30356],[-154879,-33357],[-154074,-32336],[-153864,-32929],[-157769,-27458],[-157106,-27436],[-158105,-26413],[-162819,-26371],[-158576,-27153],[-157956,-26224],[-165020,-34164],[-163402,-30657],[-154792,-34478],[-160767,-535918],[-163626,-543404],[-163504,-543105],[-156860,-544497],[-155436,-544671],[-156412,-544079],[-154971,-542890],[-154630,-547406],[-153975,-544988],[-159938,-550119],[-153698,-541535],[-153887,-541275],[-158176,-551718],[-158153,-569338],[-155185,-570797],[-157874,-570521],[-157020,-575253],[-154719,-573153],[-159203,-577130],[-163344,-578548],[-160046,-577342],[-158011,-622133],[-158833,-625900],[-154807,-624766],[-154316,-625121],[-155588,-626376],[-157221,-622101],[-156221,-620395],[-154220,-619971],[-155262,-617376],[-162492,-44292],[-162722,-44279],[-160791,-43607],[-165186,-47859],[-162451,-47978],[-163423,-629511],[-159767,-631441],[-155617,-627321],[-165023,-644835],[-161958,-647264],[-163337,-653297],[-163052,-669816],[-153759,-669505],[-156822,-670288],[-161189,-667985],[-165002,-671544],[-165549,-59638],[-164412,-57143],[-154433,-72383],[-156538,-69864],[-156030,-69812],[-155656,-72922],[-163182,-67341],[-156196,-83842],[-164603,-92690],[-160486,-94582],[-153620,-100808],[-159369,-91860],[-161143,-92334],[-165227,-96044],[-163776,-95986],[-162967,-93067],[-157787,-100058],[-157390,-100124],[-156059,-100567],[-156197,-99818],[-158746,-101001],[-165962,-101472],[-163397,-101954],[-155649,-102715],[-155424,-102600],[-153884,-112461],[-166268,-111155],[-165989,-110245],[-154870,-113390],[-165426,2726],[-165948,2147],[-162412,6436],[-160153,7309],[-163772,9426],[-166245,2266],[-166381,1639],[-166183,2726],[-159430,8421],[-160856,8691],[-163058,3479],[-163855,2051],[-164696,5493],[-161904,6195],[-164440,1005],[-163321,7261],[-162060,7565],[-166266,6536],[-161234,9264],[-162932,11295],[-163397,300],[-162476,12215],[-161627,11406],[-160509,12430],[-161416,12771],[-155695,12422],[-155911,12930],[-156967,12640],[-156303,11241],[-156848,11945],[-157563,10392],[-161180,12838],[-164046,10280],[-157178,4599],[-157540,442],[-156493,8580],[-165156,11461],[-156496,5338],[-156309,6434],[-156720,5837],[-157211,7312],[-158854,9099],[-158929,10106],[-157601,10576],[-163093,2274],[-157978,5130],[-161166,717],[-159312,6254],[-160154,4934],[-154513,756],[-159076,10545],[-165932,137881],[-164460,133775],[-165974,139160],[-164478,136043],[-166118,133133],[-166071,136273],[-158956,133970],[-155270,139845],[-163561,136814],[-163111,131302],[-162655,135986],[-159158,133909],[-157270,134755],[-166223,137735],[-164312,133769],[-161009,130953],[-166141,134684],[-159530,133120],[-161260,133377],[-165173,137257],[-163803,135628],[-160143,131060],[-164459,138477],[-165079,134296],[-159881,131088],[-158600,129171],[-160119,128916],[-159479,129535],[-159688,130151],[-160004,129912],[-157176,128878],[-159078,130799],[-161892,129504],[-157128,146216],[-154464,149282],[-156990,146486],[-158003,150753],[-157621,152633],[-156188,149229],[-154697,141086],[-161139,150657],[-161378,150625],[-161419,151452],[-160881,150628],[-153903,149184],[-155435,148462],[-159322,152598],[-159124,152746],[-163950,149933],[-164034,149657],[-157143,146729],[-162779,148410],[-165037,151442],[-156137,147366],[-163243,150209],[-164937,153312],[-164756,150361],[-161081,152669],[-153660,146451],[-153717,146545],[-155006,151521],[-158392,148532],[-161875,146429],[-156051,148596],[-163333,153233],[-160324,148729],[-164194,150552],[-154175,149038],[-154284,148587],[-153741,149180],[-166139,146820],[-159721,148235],[-155765,149836],[-157415,152310],[-153790,149583],[-164364,151538],[-155451,149200],[-156236,147244],[-156651,145964],[-159917,147999],[-157421,150266],[-155009,151523],[-163176,162457],[-163028,160231],[-162052,161636],[-154089,160112],[-163675,158616],[-164107,158365],[-164497,156563],[-164045,156711],[-164224,156764],[-153841,161939],[-155809,165500],[-154349,165599],[-162986,159126],[-160762,159538],[-161891,161534],[-158558,166528],[-158160,166403],[-163982,158180],[-165893,158428],[-157998,156037],[-160630,155430],[-163398,160658],[-164710,161824],[-154104,160451],[-164382,158166],[-164293,156589],[-163865,161920],[-164599,159989],[-163641,157793],[-164312,157591],[-156037,155746],[-162930,162278],[-160448,159304],[-159424,160786],[-160860,162257],[-156203,166142],[-156212,165328],[-157677,166103],[-160953,164063],[-159839,162612],[-160345,166138],[-165112,158274],[-163941,162384],[-162671,163426],[-162150,159632],[-162541,161089],[-159705,161904],[-159631,162773],[-159758,162165],[-156028,166305],[-156372,165906],[-157489,165120],[-158992,165636],[-160673,163230],[-158478,162518],[-159848,165611],[-163543,161567],[-162923,163321],[-162343,160905],[-162255,161696],[-159965,161110],[-159335,162640],[-160100,162341],[-155956,165771],[-158084,165265],[-158544,165665],[-160906,163197],[-158606,162127],[-159758,165966],[-157606,156105],[-162941,168734],[-162116,168528],[-161517,167827],[-162422,167753],[-161746,170823],[-161853,171139],[-161343,171557],[-158926,169639],[-158453,168359],[-157336,168209],[-156180,168348],[-157985,166826],[-159222,166757],[-155534,167664],[-155027,168485],[-161724,167511],[-158036,168781],[-155801,170716],[-156348,171497],[-160213,171155],[-159512,172644],[-159789,172029],[-159446,173725],[-154352,170474],[-157851,166667],[-154831,167753],[-161075,168335],[-162489,169384],[-159649,168947],[-158968,167520],[-155422,171091],[-155520,171937],[-156108,170864],[-154609,171139],[-159685,171879],[-158175,172511],[-159373,172430],[-159242,172504],[-154453,171071],[-156080,166630],[-162071,168384],[-163042,168431],[-157800,168952],[-159463,169724],[-154106,171178],[-154722,170551],[-155596,171271],[-156663,170882],[-160057,172998],[-158243,171005],[-158796,173052],[-160962,172924],[-154272,170866],[-153803,171441],[-165517,167970],[-165687,168863],[-164910,170533],[-165827,169736],[-160539,208009],[-160845,206767],[-159741,207284],[-160092,207486],[-160344,206934],[-163973,20080],[-162691,19327],[-162719,19304],[-164238,20056],[-164339,20852],[-164119,20812],[-162964,21937],[-164445,21631],[-164212,21654],[-164437,21701],[-165020,21682],[-163862,21837],[-166011,18117],[-161322,13016],[-160724,13359],[-155851,16111],[-156968,15786],[-157084,15916],[-153936,18076],[-154176,17588],[-153614,19653],[-154459,18506],[-157187,16952],[-161162,19191],[-165552,20745],[-159270,15359],[-159303,14011],[-159848,13989],[-157127,15105],[-160691,15105],[-159815,17413],[-157250,20789],[-156060,23790],[-157896,23829],[-157961,21437],[-159022,25571],[-157287,25300],[-158573,24738],[-161948,18445],[-159870,18417],[-163946,23430],[-164067,24371],[-165760,23761],[-165916,22585],[-154805,21821],[-161867,18763],[-160999,18060],[-164268,22802],[-164062,24221],[-165773,23589],[-165202,23198],[-155537,32375],[-158115,32225],[-162264,35506],[-164666,34066],[-163369,33144],[-155681,29074],[-156949,28996],[-156989,26446],[-156761,26789],[-157192,34054],[-159041,33062],[-159101,34867],[-158163,36035],[-155495,37587],[-155812,38283],[-163527,32588],[-163395,33022],[-162550,32345],[-162085,32688],[-164892,33344],[-163585,34207],[-158746,36261],[-157213,38455],[-160689,35033],[-156085,27258],[-155269,26658],[-162830,28389],[-155675,32827],[-158401,33317],[-163496,34975],[-162629,34268],[-162331,31831],[-156141,28943],[-156972,28094],[-165673,29916],[-156271,28092],[-156256,27134],[-155431,33056],[-155658,35386],[-156568,32201],[-162732,34969],[-164307,34951],[-162595,33347],[-157695,27999],[-164872,42236],[-165705,41867],[-159951,43540],[-161484,42659],[-164097,49869],[-165080,49712],[-163185,50366],[-165528,50309],[-165969,48500],[-164830,49518],[-164000,47531],[-165070,46394],[-166289,46660],[-164459,50106],[-163559,50088],[-163224,51517],[-161437,50968],[-161560,50904],[-162405,51307],[-165386,41649],[-166075,41706],[-163164,50795],[-164947,48047],[-164262,48592],[-164820,46288],[-165685,46123],[-165810,49369],[-165177,49446],[-164893,49197],[-154959,39195],[-155096,39343],[-163012,48793],[-157167,47986],[-159354,52017],[-159328,54597],[-160204,58007],[-166077,57904],[-164278,52557],[-163992,53811],[-165277,56277],[-158082,54953],[-165287,56033],[-163470,56390],[-162198,56049],[-165361,57229],[-163409,58774],[-163915,60837],[-164626,59921],[-160367,56913],[-164707,57617],[-164007,57764],[-162934,55249],[-163083,53496],[-163144,56095],[-161063,51558],[-159695,52548],[-162673,59084],[-162975,59735],[-163730,59922],[-163523,59545],[-165027,59359],[-160859,57826],[-164831,58531],[-163201,53187],[-163712,54747],[-164135,55414],[-164146,52678],[-164774,55952],[-156385,61390],[-155317,62772],[-155777,62322],[-155243,61514],[-156660,60703],[-155795,58896],[-155979,60581],[-156660,59532],[-157397,55455],[-157297,59389],[-158223,62769],[-157641,55062],[-157216,63714],[-153651,61799],[-154565,63379],[-155667,63656],[-156824,63264],[-157136,60285],[-155724,61409],[-155294,62381],[-157736,55625],[-156134,56149],[-155788,59242],[-155828,59307],[-158011,63038],[-164800,67355],[-161204,67722],[-161612,67438],[-162761,67109],[-163440,67217],[-163607,67972],[-165485,67282],[-165844,66053],[-160438,67214],[-161331,67023],[-162005,67239],[-162681,67209],[-163646,67348],[-162305,68299],[-164966,67540],[-165973,66807],[-166047,65523],[-160384,66952],[-161304,67921],[-161941,67714],[-162634,67853],[-164073,67763],[-162944,67826],[-165674,67478],[-153610,75953],[-154918,66219],[-155562,68737],[-155863,65805],[-156512,65450],[-154201,69717],[-154294,70165],[-156782,76627],[-157180,69551],[-157579,69716],[-158528,72981],[-162958,73468],[-162255,73344],[-158300,74261],[-163579,75853],[-163805,72228],[-161776,69464],[-161494,70214],[-161782,65627],[-160069,65897],[-155663,66666],[-156283,70011],[-154669,71322],[-154014,72090],[-156276,75227],[-156389,72641],[-158795,66933],[-161536,71329],[-165487,73851],[-164841,75879],[-165314,76620],[-162891,76023],[-162904,75602],[-165801,70588],[-165429,72032],[-164494,72373],[-159965,69660],[-159857,71019],[-164397,75699],[-163058,71630],[-162366,70405],[-161863,69973],[-160554,66811],[-162144,65217],[-160108,65148],[-156364,72901],[-154429,74209],[-154389,67103],[-158153,65762],[-154657,69886],[-156664,70155],[-158201,64642],[-158476,72343],[-162207,73850],[-156736,74883],[-163557,75654],[-163966,71348],[-162370,69494],[-161617,70492],[-161422,65558],[-159490,65590],[-157116,66117],[-156749,65569],[-157326,65805],[-157159,65063],[-154287,69771],[-154511,67970],[-154549,68828],[-154365,68852],[-154772,75832],[-157863,71077],[-159064,70622],[-159026,71303],[-158070,70433],[-158285,73173],[-158401,72585],[-161786,74739],[-162685,73837],[-162399,75049],[-161145,73063],[-158757,74913],[-158735,74374],[-155165,76695],[-161609,86902],[-160854,87553],[-162608,87059],[-161561,85964],[-163336,89431],[-161881,88095],[-161246,88374],[-158562,89754],[-159606,85991],[-156943,86792],[-158365,87315],[-157472,89545],[-157707,88828],[-165703,91318],[-165089,90655],[-159813,85960],[-165553,85845],[-162976,86611],[-162090,87040],[-161411,89544],[-159046,88341],[-159750,89625],[-158247,85632],[-163686,88300],[-160745,85952],[-157965,86727],[-158423,84962],[-160802,83797],[-161177,82786],[-157425,80142],[-155447,78141],[-159835,79077],[-161015,79749],[-163931,83892],[-158970,84818],[-159403,83892],[-157819,80729],[-159595,78517],[-160321,79407],[-164697,83228],[-159477,84105],[-156054,81669],[-157528,77675],[-157506,80716],[-163002,77601],[-160122,84503],[-160078,84805],[-160702,85301],[-159970,85076],[-154701,77301],[-153946,97418],[-153652,96299],[-158800,100464],[-158449,101735],[-156725,98051],[-157788,97147],[-154701,99478],[-154855,97733],[-165537,94738],[-163585,93453],[-160408,91430],[-161924,94511],[-160348,97861],[-163821,89948],[-162698,90783],[-156117,90695],[-156566,89961],[-161322,90483],[-160144,90789],[-161500,97824],[-156122,92168],[-161012,93756],[-154418,92833],[-157094,102018],[-157050,99198],[-155219,98022],[-166129,100617],[-160127,92849],[-163094,96631],[-161748,89971],[-158875,95762],[-158922,101814],[-157493,101748],[-158634,99664],[-153956,97757],[-155015,99173],[-164486,96592],[-159554,89812],[-160544,94561],[-154937,94171],[-163855,96639],[-160559,94193],[-155750,92982],[-166391,97516],[-157879,115366],[-157956,113316],[-158753,111620],[-156695,107491],[-157972,104935],[-154688,110466],[-157217,115386],[-154656,110843],[-158942,113784],[-160037,112872],[-158399,115073],[-158359,111181],[-159842,111630],[-156176,108274],[-158131,106483],[-157509,107888],[-158422,106047],[-158356,105885],[-157664,104593],[-159416,103612],[-165659,103693],[-164678,102892],[-165512,104306],[-163704,106328],[-154231,112282],[-159256,113836],[-157629,113534],[-158252,114817],[-157101,114841],[-158636,111887],[-159288,112363],[-157024,109232],[-155074,108788],[-158973,107123],[-158094,107511],[-158691,106406],[-158189,104920],[-158010,103364],[-157602,102680],[-166335,105369],[-154163,111308],[-156049,115211],[-154841,111564],[-159142,123796],[-165164,127024],[-164901,119085],[-166361,119926],[-164706,119181],[-160518,123145],[-165643,122948],[-164619,126200],[-159139,126631],[-162115,127560],[-157826,123632],[-155653,115567],[-158420,116020],[-164656,125845],[-162025,117656],[-164377,121980],[-163865,120888],[-162060,123839],[-160144,121844],[-157144,124635],[-157742,116241],[-165373,121363],[-163019,127543],[-165547,127309],[-160448,123666],[-165291,119992],[-163973,122393],[-166269,119982],[-162787,120331],[-160666,120156],[-157274,115409],[-155172,117044],[-159437,117280],[-164294,127610],[-162463,119348],[-155654,125546],[-163834,127943],[-165380,125432],[-165278,121700],[-156298,117207],[-160076,117150],[-165674,126228],[-165276,119211],[-168961,-124229],[-170645,-126456],[-172338,-125153],[-174463,-116745],[-178219,-118619],[-175528,-115272],[-178574,-116479],[-178359,-117937],[-176030,-120773],[-171925,-122710],[-174057,-121757],[-175265,-120220],[-177334,-120066],[-177827,-123817],[-178695,-123871],[-178326,-124849],[-179111,-122727],[-176311,-125692],[-178614,-121828],[-168141,-128257],[-177593,-140334],[-175893,-138790],[-177518,-138038],[-176822,-138101],[-169944,-134665],[-171436,-134593],[-176630,-137996],[-176759,-136319],[-175055,-136039],[-178904,-128779],[-171195,-132006],[-168750,-136185],[-171244,-134832],[-178181,-132405],[-176924,-134879],[-178916,-139579],[-177383,-146877],[-168249,-152240],[-169654,-151757],[-166672,-151996],[-177588,-153251],[-178659,-152295],[-177450,-150650],[-176654,-152549],[-177450,-151420],[-171487,-149583],[-174083,-148576],[-171976,-152080],[-171455,-152629],[-171601,-152945],[-170659,-151115],[-176552,-149898],[-177405,-148805],[-175307,-149823],[-175388,-148865],[-176860,-148324],[-177858,-147674],[-174646,-153291],[-174484,-152159],[-175925,-151641],[-172733,-152092],[-179189,-149769],[-167697,-159765],[-167949,-162543],[-168449,-154863],[-168472,-163241],[-166563,-153974],[-173539,-155938],[-174256,-161554],[-178671,-154283],[-178069,-154636],[-175802,-156520],[-175554,-155299],[-178115,-156886],[-175025,-163556],[-175008,-154634],[-171558,-153862],[-173464,-160255],[-173258,-161900],[-172834,-158700],[-176434,-153751],[-171941,-154042],[-167858,-156541],[-178801,-154873],[-179095,-157513],[-176780,-156476],[-170792,-172147],[-169870,-170536],[-178419,-171674],[-176976,-170283],[-177948,-170678],[-177204,-179532],[-173540,-181377],[-178502,-215852],[-173576,-228010],[-172757,-226978],[-173273,-230195],[-171174,-228563],[-173528,-228818],[-171893,-227405],[-172845,-227304],[-179185,-237931],[-178255,-236175],[-178463,-236321],[-178703,-236558],[-178674,-236590],[-178841,-232353],[-168640,-236495],[-166579,-240725],[-176060,-231697],[-174786,-230538],[-173889,-233056],[-173875,-236303],[-174878,-235993],[-173255,-235459],[-177310,-231373],[-174422,-230478],[-172884,-233776],[-171024,-231217],[-173614,-239873],[-172477,-240272],[-175755,-240016],[-176485,-239792],[-176737,-242351],[-172701,-241601],[-172244,-241760],[-171625,-241831],[-166840,-232186],[-172010,-232662],[-169656,-234957],[-170522,-231709],[-175099,-232660],[-175508,-231029],[-174535,-233742],[-171194,-231520],[-166443,-238333],[-176666,-230533],[-174921,-232772],[-171514,-231259],[-178687,-240576],[-172304,-239238],[-173011,-240216],[-175590,-240758],[-177612,-239724],[-175248,-237873],[-170264,-239140],[-171127,-242656],[-172325,-241137],[-173276,-243000],[-173888,-242689],[-170083,-2391],[-168566,-2383],[-168844,-1031],[-167119,-3349],[-168362,-894],[-169097,-1570],[-169632,-80],[-171389,-1236],[-171818,-3453],[-167168,-2502],[-169272,-497],[-169995,-10853],[-168260,-11523],[-176237,-136],[-175654,-941],[-175528,-3965],[-178076,-5264],[-175583,-5136],[-174189,-3280],[-174929,-3191],[-177857,-2601],[-177383,-2863],[-178219,-2785],[-178615,-2779],[-177028,-11657],[-171558,-676],[-178015,-7499],[-177469,-7631],[-177916,-7609],[-178331,-7727],[-178392,-8335],[-178261,-7345],[-177330,-6576],[-176991,-5900],[-178228,-6085],[-172579,-6213],[-172454,-7074],[-173715,-5577],[-173353,-6873],[-173818,-6050],[-178514,-8818],[-177674,-7638],[-171455,-7475],[-168594,-3781],[-171636,-7197],[-168176,-8898],[-168426,-5132],[-167704,-5475],[-167613,-5418],[-168045,-4126],[-170610,-10084],[-166562,-10069],[-167657,-10328],[-170291,-5323],[-167690,-245960],[-166506,-250139],[-168471,-249310],[-171035,-248583],[-176469,-251300],[-173741,-254369],[-166514,-245376],[-166446,-246352],[-166628,-250476],[-174918,-251990],[-176376,-251005],[-173861,-254846],[-173567,-254103],[-178456,-249961],[-177033,-255010],[-170437,-255341],[-172485,-250180],[-175938,-245534],[-170891,-250945],[-176839,-254656],[-166530,-247243],[-168096,-247068],[-169511,-245644],[-169782,-244537],[-169821,-244392],[-174956,-243680],[-178415,-255301],[-175678,-251530],[-174661,-254458],[-169156,-249145],[-169830,-248145],[-168682,-252596],[-168032,-255252],[-168178,-253773],[-168551,-252976],[-169414,-253411],[-169508,-255306],[-169404,-244363],[-169715,-244149],[-169977,-245642],[-172641,-244334],[-174807,-244010],[-174319,-244027],[-171043,-244340],[-171818,-244393],[-168936,-243769],[-168346,-245412],[-172778,-243793],[-168649,-263221],[-179087,-264067],[-177628,-258895],[-175634,-259553],[-178731,-255917],[-177489,-262254],[-177658,-261988],[-167873,-258528],[-170718,-263004],[-172149,-261415],[-171409,-258130],[-166701,-259420],[-171013,-262251],[-166815,-262490],[-171330,-266675],[-167810,-264573],[-178935,-264871],[-178174,-258498],[-176372,-260116],[-178042,-262184],[-175095,-266656],[-172366,-265192],[-171026,-259613],[-171539,-267129],[-168541,-263890],[-177341,-255906],[-176667,-262579],[-176509,-267451],[-175417,-265711],[-173293,-265613],[-173391,-264524],[-171798,-264494],[-170849,-261573],[-170213,-259859],[-169013,-257411],[-167766,-259306],[-167398,-256204],[-168575,-256022],[-177688,-269767],[-177866,-272747],[-176208,-272218],[-176617,-270125],[-167380,-276153],[-167449,-276986],[-178708,-277900],[-174040,-279890],[-166491,-280403],[-172381,-279054],[-174787,-268614],[-177190,-282533],[-167865,-285217],[-172694,-283560],[-168775,-288464],[-174609,-283699],[-174519,-287257],[-166591,-288913],[-171609,-284108],[-170448,-288679],[-167772,-291772],[-172011,-288725],[-166745,-287982],[-176980,-284122],[-171328,-283861],[-170577,-287015],[-171034,-286240],[-177822,-296299],[-169529,-294522],[-168813,-295593],[-168851,-297904],[-168993,-295646],[-167789,-299306],[-169253,-297783],[-166586,-296270],[-172688,-297727],[-172970,-297178],[-173595,-298121],[-166628,-343256],[-167154,-338010],[-168870,-370463],[-177943,-360819],[-167164,-364789],[-179014,-360686],[-173401,-20702],[-170646,-20899],[-170699,-23137],[-175077,-21084],[-175791,-22164],[-177548,-21415],[-178445,-18294],[-171644,-13221],[-168249,-12685],[-173258,-15844],[-171558,-17377],[-167420,-19355],[-168282,-24058],[-169439,-25281],[-167670,-24919],[-175774,-25279],[-176620,-25368],[-176946,-24855],[-176743,-24051],[-176230,-23615],[-167348,-20274],[-167554,-14650],[-167677,-13984],[-168099,-15750],[-169555,-15751],[-168765,-15928],[-170095,-16955],[-169774,-18921],[-170181,-18103],[-170326,-18481],[-172416,-22010],[-172090,-23293],[-172912,-22042],[-173608,-23520],[-174063,-22703],[-174090,-22120],[-175073,-19885],[-174055,-19789],[-176129,-19212],[-176159,-19010],[-173038,-19139],[-175973,-19094],[-174242,-17533],[-173280,-18620],[-174929,-17465],[-176836,-18002],[-174946,-17191],[-176643,-18031],[-175523,-16313],[-176308,-17247],[-175557,-17298],[-176240,-14114],[-176613,-14784],[-177230,-14453],[-177506,-12687],[-176583,-13503],[-177057,-13570],[-166509,-20718],[-166756,-20891],[-166845,-20120],[-168594,-19387],[-169694,-24158],[-169228,-24369],[-168359,-24176],[-173052,-13125],[-172701,-12949],[-172378,-12822],[-172414,-13537],[-172479,-14926],[-173730,-13962],[-174308,-13732],[-170355,-14883],[-171094,-17944],[-179142,-14899],[-179088,-14115],[-178669,-21994],[-176554,-395702],[-174662,-394602],[-179055,-392582],[-167828,-400433],[-169320,-415287],[-169425,-424796],[-170990,-423009],[-173061,-459766],[-173407,-460538],[-173666,-458466],[-174540,-460260],[-178963,-452711],[-171861,-455786],[-168687,-462136],[-169467,-461367],[-168891,-461588],[-169386,-461761],[-170238,-461053],[-170509,-460882],[-169157,-461319],[-168288,-462484],[-176293,-461741],[-176728,-462062],[-168702,-462027],[-169084,-461627],[-169067,-462095],[-167491,-461261],[-175756,-485978],[-174354,-485904],[-169461,-485334],[-169978,-485174],[-169456,-484868],[-174643,-485008],[-175818,-485580],[-178959,-485573],[-175139,-488473],[-174163,-486992],[-174722,-495911],[-177737,-486821],[-174247,-486275],[-172316,-488485],[-173554,-490109],[-175891,-486622],[-172920,-487669],[-172141,-487479],[-177828,-37595],[-173220,-27193],[-170393,-26671],[-169525,-27092],[-168532,-27653],[-171765,-27321],[-175526,-26572],[-173218,-24520],[-170650,-27160],[-170003,-27478],[-167860,-25446],[-167774,-26629],[-167140,-26273],[-166635,-27106],[-166775,-30555],[-167192,-30627],[-166778,-31563],[-168864,-32697],[-169259,-32296],[-169472,-31706],[-170107,-30775],[-170431,-31336],[-170397,-31626],[-169549,-30070],[-170668,-29703],[-169664,-29746],[-169372,-30378],[-169095,-31136],[-168030,-30552],[-172583,-31276],[-172370,-31141],[-173004,-30906],[-174798,-31784],[-174352,-32031],[-174976,-32983],[-174786,-31843],[-174107,-31693],[-174736,-30665],[-172834,-30236],[-173858,-30718],[-173164,-31110],[-174686,-30374],[-173569,-30192],[-173784,-29009],[-173713,-29816],[-172629,-30040],[-174086,-30118],[-172188,-30660],[-172137,-29841],[-172388,-29750],[-172796,-29465],[-172546,-30305],[-171596,-30432],[-172786,-33547],[-171966,-33383],[-171813,-32984],[-172364,-33314],[-172353,-33197],[-171189,-32941],[-177603,-26578],[-176335,-27280],[-174245,-26885],[-175093,-25824],[-176243,-35192],[-176685,-511463],[-175659,-510695],[-178977,-509888],[-178880,-504883],[-177233,-508946],[-175302,-510390],[-176729,-505207],[-177877,-504332],[-178851,-509349],[-176491,-511031],[-177239,-508437],[-176547,-504693],[-177311,-512992],[-176931,-512673],[-168840,-548160],[-173766,-547085],[-172458,-545437],[-171972,-541757],[-167221,-542396],[-171989,-541226],[-174958,-546451],[-168291,-543004],[-175996,-549901],[-167907,-561452],[-166534,-557606],[-171204,-552571],[-173126,-552750],[-179008,-555247],[-177979,-568238],[-177501,-571261],[-170900,-566700],[-170752,-573903],[-172915,-565479],[-178724,-573784],[-176818,-564051],[-177820,-563051],[-177909,-568735],[-171751,-565702],[-177346,-570714],[-169665,-571676],[-170438,-575771],[-170590,-576048],[-169386,-583679],[-169157,-575992],[-179122,-622141],[-177334,-47412],[-173176,-44860],[-172946,-47506],[-175714,-39683],[-177780,-39870],[-177054,-39816],[-177595,-39538],[-177351,-44426],[-174013,-43814],[-169904,-47263],[-169006,-46417],[-178369,-44964],[-178737,-634973],[-175502,-635480],[-177809,-640809],[-167715,-654018],[-176520,-667229],[-178061,-54286],[-173964,-60868],[-174233,-61439],[-175571,-60678],[-174639,-61236],[-178752,-54941],[-178382,-54970],[-173861,-61384],[-169355,-58252],[-169483,-58150],[-173017,-57313],[-172844,-60223],[-170561,-57769],[-170166,-59492],[-172092,-59484],[-175553,-68060],[-172944,-66758],[-172429,-66753],[-166928,-89318],[-172279,-88612],[-178944,-87278],[-177717,-91895],[-176118,-101745],[-176626,-99822],[-170957,-97597],[-170911,-102017],[-168182,-100057],[-167805,-99232],[-172983,-110804],[-174579,-110107],[-177431,-112286],[-167940,-114410],[-167484,-114586],[-168295,-113046],[-167514,-112175],[-173170,-109005],[-177414,-105676],[-170416,-110296],[-172496,-109301],[-171542,-111360],[-168492,-111219],[-176058,-107451],[-177240,-106483],[-176698,-105397],[-177294,-104468],[-176914,-104247],[-173787,-108637],[-173607,-108925],[-175788,-107643],[-168204,-111447],[-169167,-110343],[-167949,-112872],[-168583,-112965],[-169192,-104578],[-170802,-108754],[-170549,-109747],[-167395,-109459],[-169144,-109136],[-173834,-107457],[-174630,-107395],[-170942,-109775],[-171108,-109485],[-171711,-109331],[-172015,-109287],[-175881,-106687],[-174221,-106745],[-176150,-104590],[-175618,-104388],[-175879,-103839],[-173223,-107867],[-172798,-107349],[-172106,-108056],[-166596,-111131],[-167850,-110805],[-176175,-106341],[-168987,1350],[-166460,4084],[-169923,3557],[-173375,1577],[-175719,2656],[-167672,2076],[-167443,1908],[-168162,7045],[-167680,5382],[-167313,6061],[-170518,10053],[-169347,9139],[-170463,9389],[-170198,9765],[-171987,8870],[-171060,9103],[-171481,8485],[-169373,7481],[-169655,8683],[-172184,8930],[-169837,7681],[-171315,8547],[-166609,11636],[-175500,5100],[-173644,4133],[-177183,5966],[-171022,5543],[-167829,11384],[-170414,12571],[-178764,8833],[-176596,7636],[-178095,7303],[-174807,8411],[-173117,7454],[-174262,6087],[-174896,9397],[-175733,9547],[-174029,10213],[-176864,11555],[-175545,12858],[-168069,11240],[-179050,9095],[-178304,9244],[-177319,9197],[-176552,7921],[-177101,7677],[-175405,7509],[-174523,8688],[-173664,7409],[-174573,6882],[-175372,8891],[-176114,9453],[-173986,10145],[-175759,10913],[-174507,12976],[-175886,12199],[-178393,136001],[-169426,138234],[-173872,134348],[-169576,135561],[-171050,139523],[-168509,136110],[-167580,134626],[-174072,135031],[-167666,136163],[-167534,137269],[-176104,135227],[-176383,136622],[-178597,136037],[-166815,133360],[-174353,134509],[-175215,138172],[-176256,137220],[-169568,138283],[-173891,134507],[-174521,130476],[-168969,130330],[-174505,130730],[-171952,130040],[-178899,130400],[-178335,129389],[-176093,129162],[-178352,143053],[-176835,152797],[-172199,145158],[-175992,145556],[-167044,150553],[-166573,147456],[-177670,147883],[-173024,152288],[-174835,151873],[-179059,153356],[-177007,150040],[-167471,153060],[-177739,143907],[-171618,148261],[-168966,152110],[-172972,151408],[-175567,151361],[-168327,146750],[-176920,149362],[-178354,148859],[-176470,143513],[-170752,150638],[-173084,151803],[-172910,151312],[-172791,152182],[-167752,146354],[-177464,147707],[-168250,152412],[-172685,146508],[-178922,147334],[-171828,148928],[-170142,150590],[-172768,152223],[-173938,153677],[-178884,142967],[-172984,146145],[-167797,150312],[-166657,147734],[-177857,142469],[-174623,146487],[-174701,145195],[-166905,150025],[-167323,159067],[-177735,158603],[-169267,161551],[-166720,156544],[-174766,154232],[-174294,157435],[-169519,155386],[-177169,158712],[-166633,156982],[-173880,159167],[-167909,154532],[-171022,154594],[-167139,157994],[-173388,162579],[-172134,162274],[-171581,162129],[-170012,162247],[-170150,162974],[-173787,161868],[-172747,162403],[-175758,162229],[-176197,161372],[-171210,166440],[-178814,164440],[-178109,159099],[-177351,159937],[-171072,160099],[-174017,161029],[-175369,159163],[-172780,161434],[-178446,154322],[-173990,162855],[-173070,162677],[-173540,162906],[-171619,162968],[-171390,162551],[-170268,163311],[-170105,162698],[-169615,162786],[-172809,161829],[-174040,161690],[-175857,160884],[-176562,161919],[-178264,164110],[-178315,159535],[-177313,160437],[-175103,162029],[-173910,161730],[-176331,160852],[-176833,154982],[-174122,162340],[-174604,162376],[-174110,162950],[-174000,162231],[-171033,162659],[-171376,163040],[-168892,162509],[-170702,162944],[-169207,162928],[-174296,162894],[-174034,161456],[-176496,161485],[-176089,161849],[-171321,166009],[-170742,166207],[-178760,165191],[-178372,159744],[-177661,160068],[-172408,158335],[-173748,164537],[-175376,165083],[-175182,164596],[-169435,170436],[-172556,167606],[-175724,174357],[-170321,169481],[-171879,167692],[-170511,166961],[-170332,166688],[-169180,168351],[-170281,167631],[-169556,171349],[-169291,172204],[-168448,172247],[-170247,173270],[-175534,169206],[-175642,171643],[-176464,171146],[-174714,173190],[-176857,174454],[-176338,173460],[-175411,175220],[-176617,170737],[-177263,171309],[-176201,167868],[-170557,172124],[-172175,168308],[-170960,166982],[-169598,168027],[-169653,169157],[-169447,171467],[-169402,172989],[-169531,172350],[-169481,172239],[-169905,173862],[-174831,169323],[-175361,171422],[-175979,171623],[-174709,173444],[-176737,173238],[-176040,173220],[-176737,174464],[-179054,167047],[-179136,166931],[-177182,170784],[-177187,171914],[-175513,167812],[-172946,168101],[-173675,170514],[-171865,169870],[-170685,168066],[-169627,168557],[-169801,167430],[-169899,171878],[-169221,172866],[-168401,171949],[-169610,172249],[-170895,172494],[-174904,170318],[-175173,171102],[-176418,170519],[-176102,172099],[-176619,173729],[-174772,172566],[-176287,175692],[-176599,170092],[-177637,171419],[-175731,167884],[-176441,174893],[-176031,175022],[-176003,172758],[-176042,172425],[-175841,172476],[-174193,170278],[-174302,170879],[-174513,173373],[-174173,173633],[-174156,173181],[-173714,174743],[-172516,173951],[-172971,170376],[-175961,174720],[-176462,171337],[-174417,173182],[-177194,168696],[-167226,168148],[-166995,170219],[-166663,170351],[-177544,170079],[-173825,175488],[-177307,183290],[-176919,183872],[-177424,186971],[-178514,184970],[-178328,184072],[-175530,183394],[-177945,182116],[-177109,186666],[-176563,187510],[-177607,251563],[-177346,249166],[-176886,251355],[-177501,248888],[-178583,249717],[-178883,246832],[-178277,251967],[-177574,248185],[-178060,247949],[-177482,252364],[-178287,252858],[-173443,21400],[-177080,13178],[-171405,25562],[-172701,25311],[-167325,17210],[-167081,18056],[-167935,15246],[-166405,16479],[-167231,16900],[-178596,17253],[-176526,17143],[-168229,16225],[-175831,15068],[-174767,14903],[-175114,16664],[-175946,15982],[-175759,17215],[-171848,18797],[-175248,13000],[-177938,14818],[-175165,20670],[-171184,13261],[-168982,14760],[-177142,14618],[-175771,14741],[-176070,15529],[-174553,16950],[-172123,18353],[-177733,15124],[-175590,16839],[-176872,16619],[-170784,13515],[-174231,24615],[-173350,24085],[-176709,25797],[-172331,21467],[-178183,292753],[-177087,289632],[-175926,293629],[-178337,293303],[-175935,290072],[-176805,292827],[-177960,293370],[-178665,293849],[-176138,288923],[-177519,290457],[-177760,292682],[-176476,293889],[-178152,303710],[-177352,301304],[-177720,295392],[-178770,302215],[-178423,295883],[-178441,295427],[-177689,295225],[-177101,300958],[-177945,299437],[-177520,27164],[-177882,26331],[-174601,29265],[-176058,29025],[-176638,27735],[-177426,28315],[-178374,29594],[-177682,28917],[-177495,34711],[-177992,34574],[-175041,36372],[-174702,36523],[-175080,37648],[-171540,38043],[-174906,33349],[-174266,28713],[-175594,36743],[-175770,31650],[-174885,29099],[-178676,27462],[-175928,26843],[-177646,29367],[-177208,33781],[-176000,36040],[-172983,38381],[-175406,36626],[-174483,36118],[-177150,33276],[-176225,31369],[-173302,38571],[-176385,31988],[-177953,30007],[-175206,30606],[-168667,31296],[-167220,29299],[-175016,26355],[-174967,29207],[-175559,25934],[-167942,38371],[-170578,37601],[-171753,37524],[-175107,34534],[-174027,33798],[-173357,29389],[-172990,29840],[-173748,26860],[-173713,26229],[-174030,25936],[-171373,38179],[-176058,34357],[-174266,33629],[-173026,29449],[-173681,30928],[-167133,40484],[-168037,43962],[-168865,40169],[-167818,49782],[-166612,50761],[-171835,47199],[-173585,47423],[-176446,47248],[-176126,46406],[-173700,45460],[-174612,42846],[-174514,43235],[-177155,39405],[-172559,41528],[-168587,46936],[-166801,47479],[-166491,45773],[-166838,45657],[-167037,49802],[-167048,47284],[-177981,43357],[-177755,45680],[-176100,43626],[-177160,47788],[-177144,49144],[-172692,49430],[-171492,47495],[-173455,50736],[-175069,46577],[-174349,42656],[-176326,46897],[-171505,44606],[-166962,48592],[-169078,47553],[-169076,46814],[-166871,45302],[-176938,39603],[-174881,43277],[-175604,43897],[-173637,44759],[-168389,44554],[-169216,44140],[-172534,42328],[-170623,46230],[-174925,39622],[-174846,51359],[-174960,49444],[-176105,39061],[-175791,45137],[-174852,45263],[-175318,44290],[-175248,45359],[-174515,44522],[-174662,44162],[-168339,46050],[-170013,45417],[-168063,43611],[-169540,42797],[-172499,41405],[-171381,42123],[-169375,45945],[-169324,46630],[-177003,40372],[-175491,40762],[-167602,43906],[-167051,42933],[-169310,38931],[-169019,50506],[-170461,48753],[-169315,49664],[-169909,50568],[-167975,43515],[-166711,41787],[-168419,40625],[-170017,40142],[-170546,39378],[-174473,51035],[-166802,59108],[-173480,63472],[-167278,62115],[-167865,61893],[-168487,63700],[-170336,61715],[-170532,63565],[-178054,58388],[-171486,54832],[-174856,56384],[-177229,59089],[-178281,58065],[-175447,63848],[-171531,52115],[-171367,52305],[-173684,51831],[-174706,51914],[-177504,53210],[-169143,61233],[-171675,59918],[-173981,55538],[-175228,57824],[-170339,56001],[-171228,57899],[-173945,57780],[-174712,58905],[-174559,59409],[-174687,59353],[-168849,60624],[-167888,59693],[-169794,51633],[-169922,52080],[-167677,51684],[-167241,58038],[-167693,54942],[-167952,55160],[-176847,63476],[-174160,62699],[-174160,62202],[-177805,60922],[-177713,61220],[-176801,59252],[-177406,57477],[-177542,52682],[-177394,54294],[-178422,58297],[-177527,57204],[-176851,63845],[-169471,62925],[-167470,58633],[-175141,66701],[-173305,65144],[-174272,64691],[-175924,68780],[-177474,70050],[-176857,76210],[-169299,75821],[-166726,66855],[-166415,66102],[-167410,66696],[-171883,64649],[-173525,65938],[-176430,75846],[-175799,64973],[-176099,67846],[-174988,68407],[-173030,76700],[-173391,76243],[-172645,74905],[-171852,75569],[-173132,74366],[-172225,74107],[-170997,73252],[-171433,72932],[-169966,74036],[-170555,74843],[-172934,71805],[-172866,71511],[-171881,69577],[-172266,69868],[-170721,66362],[-170767,66155],[-178766,75555],[-178610,66339],[-175210,69415],[-177125,68015],[-173494,76835],[-173576,76772],[-172354,75815],[-172679,75211],[-171896,74108],[-173392,74100],[-171486,73531],[-171874,72988],[-169669,74201],[-169679,74503],[-171802,72375],[-172053,71555],[-172025,69626],[-172077,70793],[-169849,66662],[-171107,67329],[-167391,76267],[-168017,72830],[-167607,76711],[-170946,75333],[-166561,65352],[-167662,65931],[-178220,74814],[-178181,70345],[-167405,65980],[-177600,81767],[-178243,87114],[-170368,85803],[-170376,78984],[-168636,78284],[-178986,86577],[-179027,87803],[-178950,82475],[-176390,82373],[-175500,82285],[-176632,81094],[-176404,81849],[-173039,83442],[-172783,83624],[-173422,81754],[-174549,82590],[-173342,80630],[-174219,81047],[-174886,77462],[-175224,77344],[-173341,87833],[-173799,89185],[-174939,88475],[-175590,88399],[-173396,85624],[-172372,86021],[-174643,87031],[-174333,85801],[-175553,83410],[-176619,82769],[-176028,81260],[-176266,80993],[-172990,83092],[-172014,82697],[-173748,82974],[-174437,82590],[-174686,80568],[-174017,80008],[-174898,78441],[-173723,77699],[-173760,88463],[-174611,89313],[-175496,87885],[-175102,87311],[-172376,84909],[-173252,85229],[-175775,86145],[-175199,85796],[-178085,81752],[-173044,89278],[-169427,97289],[-178286,99733],[-178684,101201],[-174852,99327],[-167558,94362],[-166984,96538],[-175537,93088],[-175682,93361],[-175782,92363],[-175313,92546],[-176103,90173],[-175262,90196],[-178825,95787],[-177182,93471],[-178607,93986],[-169598,95807],[-169769,95886],[-174468,91674],[-175119,91896],[-174081,90178],[-173722,90650],[-176246,92362],[-176718,90242],[-167206,98842],[-167073,100820],[-168389,100367],[-166634,91266],[-178826,98715],[-174169,91632],[-176702,91966],[-176308,93453],[-175698,91202],[-175489,92531],[-176198,90095],[-175436,90221],[-178219,94695],[-177940,94687],[-173945,91105],[-174847,92010],[-173709,90300],[-173384,90079],[-169690,98113],[-167023,102140],[-168744,97023],[-166966,99182],[-171426,104713],[-169461,108301],[-168029,103110],[-171701,106871],[-166671,106197],[-178111,106558],[-171457,106325],[-169512,105813],[-167793,103184],[-167044,102797],[-170496,107512],[-168283,106179],[-166772,103200],[-167675,103221],[-171957,107178],[-167192,105752],[-178519,105529],[-178435,105397],[-179058,106008],[-178399,120463],[-177142,117876],[-176685,127538],[-167374,118936],[-175500,121685],[-176615,126704],[-167179,122371],[-167417,118284],[-169784,119969],[-178711,128165],[-177751,119342],[-171097,121119],[-168672,123882],[-172283,124900],[-174526,126363],[-178301,115601],[-169737,118677],[-169193,127554],[-168598,119472],[-179094,121335],[-172196,120106],[-171528,119434],[-170691,121477],[-171059,124290],[-171879,126692],[-171796,124976],[-174840,127176],[-173348,125410],[-171378,119847],[-170776,128016],[-178162,121068],[-179005,123950],[-178067,123437],[-168018,117990],[-169880,121463],[-172867,118207],[-172531,120490],[-170462,122670],[-169554,124242],[-172449,127853],[-172261,125616],[-175387,127692],[-174241,126409],[-166904,123804],[-166679,119345],[-168266,119052],[-171054,119002],[-181237,-117557],[-179765,-117989],[-189024,-115037],[-180396,-115709],[-182745,-117227],[-183635,-116964],[-183629,-117310],[-184778,-116907],[-190137,-122460],[-191962,-123003],[-190179,-119793],[-190173,-124381],[-189364,-125517],[-190941,-118515],[-189059,-126508],[-183973,-124519],[-185416,-123419],[-186216,-123305],[-191417,-117863],[-187300,-122379],[-185786,-122837],[-187075,-123126],[-189023,-123893],[-188393,-120513],[-189785,-124315],[-181568,-126402],[-180413,-127583],[-181301,-127473],[-184878,-123333],[-187358,-117833],[-185780,-121262],[-182459,-120305],[-179817,-121137],[-190465,-118992],[-189876,-116739],[-186534,-118826],[-180732,-119484],[-183376,-117506],[-182693,-117788],[-180823,-119106],[-182975,-119247],[-190552,-115593],[-191005,-115747],[-190517,-119885],[-183013,-137687],[-191260,-133828],[-191920,-134813],[-189133,-139382],[-184683,-138655],[-186874,-138288],[-187491,-137596],[-185885,-137705],[-187166,-138966],[-190216,-137978],[-184943,-139087],[-183826,-137887],[-184650,-140330],[-179671,-139044],[-180669,-140194],[-190897,-140241],[-180497,-129801],[-184289,-137141],[-180546,-137412],[-188043,-140264],[-179865,-142484],[-179752,-142411],[-179604,-140851],[-179872,-141343],[-187599,-142670],[-188899,-141895],[-185202,-142261],[-184386,-141744],[-187338,-151472],[-189836,-147051],[-189107,-146587],[-186437,-147503],[-187437,-146106],[-190180,-145959],[-191255,-146838],[-186363,-152591],[-187872,-152315],[-186906,-153297],[-184796,-144525],[-184593,-146014],[-182592,-145878],[-184853,-146858],[-186829,-145380],[-185053,-140683],[-189190,-143925],[-191932,-144913],[-184713,-146684],[-185218,-145230],[-187488,-146937],[-186677,-149958],[-185223,-143185],[-184016,-142310],[-180058,-149543],[-184556,-150874],[-184734,-149327],[-183355,-148180],[-184121,-149062],[-182734,-150508],[-183807,-153157],[-189710,-149633],[-189921,-150452],[-189657,-148056],[-189702,-147586],[-188416,-147033],[-188202,-147733],[-187210,-147938],[-188744,-149123],[-186934,-149070],[-186449,-148467],[-187738,-148455],[-179797,-145459],[-179348,-147177],[-187357,-141107],[-180321,-141851],[-191299,-148719],[-179710,-143846],[-180884,-144186],[-189178,-164178],[-186616,-165040],[-187916,-163159],[-190534,-163875],[-187196,-155661],[-188515,-155525],[-188611,-154417],[-185978,-159129],[-185398,-159221],[-187462,-156026],[-187454,-157338],[-188072,-156488],[-186879,-158519],[-186369,-158659],[-186497,-158853],[-187829,-156656],[-189068,-154043],[-186318,-157039],[-186705,-154460],[-181270,-153603],[-181497,-154815],[-180297,-155553],[-179974,-154833],[-181032,-155581],[-182393,-153917],[-183208,-154622],[-183286,-159282],[-181920,-160229],[-182411,-158444],[-184766,-156011],[-186892,-156083],[-185759,-157378],[-185368,-158445],[-186228,-156189],[-186021,-157002],[-179506,-155272],[-180058,-157906],[-183814,-156941],[-183464,-172998],[-183272,-174831],[-182658,-173911],[-181928,-176276],[-185793,-172478],[-184540,-173122],[-183129,-175752],[-188248,-172703],[-186576,-175880],[-184560,-177202],[-185506,-177410],[-185125,-176521],[-180827,-216787],[-186352,-225808],[-185818,-225997],[-191663,-225691],[-183420,-225054],[-185608,-224595],[-184521,-224383],[-183180,-224598],[-184075,-223468],[-183361,-224534],[-185879,-226106],[-191687,-225115],[-179428,-229385],[-187521,-224784],[-190115,-226927],[-187259,-231922],[-188875,-231284],[-182593,-235154],[-185721,-233423],[-187952,-232615],[-187384,-232477],[-189563,-233921],[-190797,-231305],[-191246,-234370],[-188345,-232176],[-185984,-233260],[-188106,-232469],[-180114,-237555],[-183886,-233458],[-185441,-241459],[-185840,-239034],[-187416,-235909],[-183727,-239490],[-181858,-240818],[-184579,-237127],[-183990,-237384],[-186462,-235584],[-191536,-235056],[-183957,-241233],[-182058,-240763],[-187177,-234801],[-180088,-240856],[-189200,-233924],[-186189,-235483],[-185066,-239466],[-187971,-235738],[-191651,-234867],[-183220,-240626],[-185794,-234177],[-179225,-238300],[-180719,-239966],[-180202,-238918],[-186005,-237166],[-186309,-238641],[-189181,-235283],[-190686,-236576],[-183579,-239902],[-180450,-238688],[-188101,-239323],[-191589,-238154],[-189883,-237605],[-189311,-241885],[-189788,-241891],[-188991,-242704],[-185798,-240982],[-189139,-239989],[-189346,-237825],[-189686,-238901],[-190563,-237290],[-189464,-239291],[-184352,-1999],[-185948,-5747],[-185818,-4972],[-185115,-6099],[-184703,-7683],[-185984,-8570],[-185755,-7536],[-183830,-8561],[-182866,-6992],[-183363,-8274],[-180628,-6135],[-179885,-7520],[-179792,-3435],[-181303,-3711],[-181108,-5564],[-180779,-7709],[-180769,-7320],[-180772,-6770],[-181453,-8923],[-182171,-8831],[-183073,-10111],[-184410,-12352],[-180118,-10851],[-182148,-11855],[-181681,-12510],[-182447,-9991],[-180486,-1114],[-187509,-3873],[-187221,-301],[-187478,-973],[-188870,-2210],[-187881,-7290],[-187656,-6554],[-181942,-3139],[-184820,-12323],[-186862,-10124],[-186603,-9769],[-186341,-9980],[-185352,-9867],[-186341,-9094],[-186337,-10160],[-185424,-8624],[-184174,-8925],[-184153,-9916],[-183136,-3700],[-184743,-4148],[-179517,-183],[-191988,-9817],[-184537,-5539],[-184233,-4653],[-186882,-10398],[-179355,-8680],[-184230,-4302],[-191872,-10339],[-185146,-4597],[-181131,-248131],[-181393,-247190],[-179957,-250248],[-183943,-249723],[-184596,-250469],[-188123,-243089],[-187502,-246677],[-186892,-244590],[-188984,-245329],[-189801,-245798],[-186242,-245469],[-185726,-245349],[-183608,-246611],[-183749,-245085],[-185578,-247768],[-182706,-247833],[-182765,-249019],[-186094,-246944],[-191070,-245513],[-189304,-251394],[-185303,-252673],[-182629,-253995],[-190212,-249694],[-182662,-250472],[-183053,-251189],[-183619,-255205],[-183310,-254960],[-184724,-253726],[-185582,-253464],[-187844,-254770],[-189922,-249946],[-189770,-255657],[-188042,-255327],[-188631,-248231],[-191212,-249165],[-191923,-244882],[-191736,-250053],[-190838,-251814],[-191273,-251167],[-181230,-249307],[-180208,-247360],[-184595,-250144],[-179670,-249805],[-184479,-249029],[-187981,-268165],[-184490,-267762],[-186551,-267801],[-186591,-259588],[-183338,-260848],[-185640,-257297],[-181956,-264076],[-180580,-262664],[-180029,-258873],[-188161,-265156],[-187017,-265222],[-189330,-262511],[-187095,-262239],[-181935,-267658],[-182311,-266595],[-186792,-256179],[-186247,-267039],[-184634,-262161],[-184195,-259239],[-182111,-263422],[-188067,-261733],[-182466,-265601],[-190755,-262923],[-185315,-267913],[-185172,-261202],[-185138,-259143],[-181423,-264437],[-179512,-263536],[-180671,-260656],[-189232,-264044],[-188474,-262946],[-182689,-266273],[-191496,-256052],[-189693,-257097],[-189604,-259811],[-189931,-256593],[-191375,-256507],[-189089,-269092],[-191368,-271979],[-190351,-271637],[-188742,-269965],[-190589,-272264],[-185948,-270438],[-184200,-279602],[-183115,-281052],[-181216,-279930],[-185403,-281023],[-185829,-294193],[-188688,-288125],[-186744,-282751],[-191741,-291961],[-187332,-291141],[-186910,-291790],[-185291,-286460],[-185321,-285601],[-182822,-286410],[-187410,-294534],[-191859,-302055],[-187994,-296281],[-184932,-294706],[-186206,-296005],[-186425,-295313],[-189013,-302171],[-188493,-303975],[-191125,-301384],[-186799,-305958],[-186294,-306626],[-190896,-308433],[-190707,-327736],[-191015,-332462],[-190661,-329316],[-190577,-320020],[-188231,-325060],[-190574,-325484],[-190543,-327449],[-182258,-328884],[-186217,-332117],[-191420,-339334],[-191420,-340100],[-182884,-333127],[-181891,-333466],[-181874,-332681],[-184283,-335704],[-181558,-355190],[-185058,-351994],[-191842,-360549],[-181564,-358409],[-183818,-360023],[-183389,-358718],[-183144,-360634],[-191140,-25248],[-185487,-23250],[-186935,-23540],[-188268,-23866],[-187312,-24533],[-186664,-20257],[-185776,-20013],[-186169,-19768],[-185900,-21577],[-186068,-20865],[-185548,-21424],[-180161,-15657],[-180065,-14765],[-180940,-15220],[-180810,-14047],[-179981,-13777],[-179420,-13232],[-179494,-13118],[-184226,-18440],[-183684,-18776],[-182944,-19071],[-183819,-16222],[-184818,-16143],[-184168,-17109],[-183948,-16794],[-183701,-16308],[-184598,-16608],[-186214,-12953],[-186536,-13335],[-185424,-12726],[-185416,-13283],[-185888,-12804],[-186430,-13980],[-185598,-13645],[-185762,-13446],[-181000,-22447],[-179615,-21540],[-180621,-23439],[-180344,-23808],[-191583,-23448],[-179706,-20074],[-181891,-16829],[-180267,-16684],[-180959,-18165],[-189048,-14049],[-188642,-15668],[-188827,-13260],[-181754,-12906],[-180876,-12647],[-181544,-12825],[-190444,-12762],[-181393,-21977],[-184212,-395932],[-181874,-393346],[-182984,-394902],[-180066,-391158],[-185290,-386578],[-182524,-386762],[-191824,-390479],[-190741,-391009],[-188856,-393012],[-186188,-389320],[-190330,-389978],[-185038,-391986],[-189092,-391942],[-186936,-393802],[-185522,-393321],[-182848,-400083],[-181896,-398342],[-181947,-397603],[-180891,-397171],[-183110,-398960],[-185005,-400019],[-189354,-419506],[-190550,-417160],[-183919,-426000],[-188803,-425198],[-185452,-427869],[-180941,-427373],[-181251,-428405],[-185761,-428499],[-184898,-428781],[-183944,-447189],[-187906,-444087],[-191466,-444169],[-185936,-444959],[-191409,-439245],[-184383,-448699],[-188711,-454450],[-186854,-448220],[-190073,-448450],[-189526,-450936],[-181875,-460253],[-179432,-460281],[-183320,-457519],[-183300,-459317],[-183663,-449205],[-183259,-457285],[-183098,-457022],[-182407,-459385],[-189314,-451046],[-186748,-449108],[-185795,-450380],[-183005,-449538],[-181823,-458753],[-191870,-454401],[-180370,-462699],[-180977,-484173],[-179853,-486458],[-190672,-497646],[-190358,-498857],[-190039,-494596],[-188635,-492685],[-184429,-498548],[-189258,-25668],[-188482,-24677],[-188839,-27118],[-182591,-32220],[-179437,-30814],[-179534,-31531],[-186403,-36566],[-187098,-36435],[-179634,-37305],[-179502,-30063],[-188364,-37286],[-180259,-505650],[-179631,-506523],[-182278,-511215],[-181272,-508887],[-186200,-502271],[-184080,-511471],[-180279,-523823],[-180317,-523166],[-187446,-524418],[-180563,-523750],[-182366,-512935],[-185094,-529312],[-191363,-532250],[-185339,-526304],[-183125,-528773],[-188070,-525889],[-189226,-526284],[-189362,-526918],[-185366,-536293],[-183876,-531135],[-185717,-527032],[-185520,-525133],[-182925,-529394],[-187319,-529717],[-185683,-529972],[-186669,-537058],[-186205,-536505],[-186506,-538793],[-184719,-542540],[-184418,-544346],[-185161,-544250],[-184446,-538770],[-186049,-538048],[-186734,-558953],[-180326,-555495],[-182112,-562253],[-189505,-560375],[-190109,-560676],[-181508,-553726],[-182174,-562901],[-182267,-560495],[-191117,-560688],[-189885,-565933],[-185749,-571237],[-185096,-563976],[-187675,-573937],[-190758,-564956],[-184631,-569901],[-187704,-566034],[-182265,-568952],[-191211,-574535],[-179951,-566574],[-184906,-569258],[-191901,-583042],[-190216,-582966],[-184976,-581325],[-183971,-584074],[-187550,-582501],[-185708,-584359],[-184540,-587389],[-190773,-580466],[-189801,-599203],[-188106,-599803],[-180718,-589799],[-187128,-591469],[-183265,-590454],[-184085,-590775],[-179765,-601344],[-183551,-590539],[-179260,-601118],[-179594,-601085],[-190488,-603651],[-182604,-613296],[-186433,-616831],[-184401,-615081],[-188263,-617980],[-181948,-42533],[-181238,-41586],[-185490,-41099],[-187475,-40403],[-187084,-39460],[-187800,-39922],[-182092,-48641],[-185632,-49500],[-182030,-41936],[-187527,-40000],[-187184,-38582],[-183398,-45614],[-186830,-49922],[-184431,-47926],[-179821,-45464],[-182017,-49922],[-180487,-46546],[-183568,-38579],[-183028,-44570],[-183662,-45301],[-191575,-636236],[-190047,-629957],[-190777,-649044],[-188796,-652050],[-182964,-648977],[-187764,-641296],[-183912,-645777],[-189064,-652708],[-185197,-657676],[-182148,-652927],[-185843,-55175],[-187267,-53446],[-191944,-57749],[-185042,-56682],[-185537,-56900],[-187260,-53099],[-190035,-57283],[-186109,-59585],[-186222,-60211],[-185323,-61722],[-186838,-51408],[-189953,-55082],[-191599,-54254],[-186843,-51688],[-191427,-58435],[-183700,-52299],[-184175,-53053],[-186373,-55801],[-190478,-57722],[-190763,-58180],[-184867,-57545],[-185716,-56441],[-190048,-57523],[-190970,-71549],[-183199,-68346],[-184480,-68838],[-186541,-68535],[-187748,-70297],[-187561,-69800],[-188258,-87191],[-191348,-85957],[-186116,-89206],[-186953,-87622],[-186262,-85069],[-180079,-86963],[-191044,-87565],[-183712,-83353],[-185864,-81903],[-181648,-88023],[-180252,-87564],[-180382,-88456],[-182953,-83410],[-183392,-100504],[-183450,-97244],[-191843,-101333],[-191748,-91702],[-190605,-95596],[-190103,-94331],[-190071,-92030],[-190374,-91295],[-189958,-101577],[-186120,-101437],[-190866,-98279],[-189676,-96202],[-189287,-113239],[-183795,-104699],[-187274,-104374],[-187035,-106873],[-182509,-106210],[-188676,-111408],[-191048,-112101],[-187646,-114848],[-184849,-114029],[-187836,-108224],[-186384,-110596],[-189694,-109710],[-188359,-112665],[-189708,-113576],[-190876,-110050],[-190482,-105277],[-191346,-104601],[-190171,-103533],[-191570,-102857],[-180082,-107065],[-181708,-108801],[-190540,-113635],[-187634,2845],[-182750,621],[-181922,908],[-188683,10316],[-190538,571],[-187565,5140],[-191621,11970],[-184488,1198],[-183461,4912],[-186825,11920],[-179733,816],[-184271,7357],[-187857,4250],[-180332,6954],[-180081,8404],[-179463,12215],[-181664,7318],[-181304,6141],[-180885,6992],[-180516,7229],[-181254,7524],[-179719,5449],[-179798,5177],[-179807,6244],[-180045,6026],[-180625,8843],[-187399,137454],[-186240,137479],[-186835,136956],[-190443,135712],[-182812,135711],[-187715,136582],[-189224,140465],[-191499,138634],[-187895,140979],[-185385,129666],[-183900,133450],[-185266,129985],[-186902,131788],[-185572,132720],[-188338,130213],[-188252,129386],[-190647,129251],[-182238,132080],[-187132,128384],[-188162,132809],[-179367,130936],[-183389,149977],[-183263,152849],[-184033,147371],[-191253,147901],[-187478,150247],[-191742,147607],[-188490,148827],[-189489,152649],[-188777,152491],[-182065,144770],[-187386,146948],[-190077,149696],[-190912,146944],[-189058,152838],[-190840,152341],[-188084,151852],[-183748,146218],[-183713,153333],[-191290,146800],[-189699,148811],[-188598,149156],[-188249,149236],[-188196,149106],[-179301,142218],[-183989,151503],[-182437,150969],[-182788,149988],[-182217,148628],[-184537,153726],[-187999,143288],[-191380,141507],[-179254,147759],[-179552,143309],[-184450,150329],[-184627,149675],[-182896,150516],[-182290,149561],[-184694,153160],[-189053,150253],[-188658,142949],[-189845,143522],[-189987,163048],[-191010,160822],[-183322,154644],[-184596,155597],[-185111,155771],[-183567,161271],[-182891,153962],[-180956,156945],[-184377,164976],[-184432,164350],[-183899,162430],[-184072,162708],[-185777,162877],[-191289,163244],[-181379,158928],[-184730,154373],[-185961,155567],[-184587,154067],[-189086,154365],[-191336,160198],[-179965,158725],[-184374,155784],[-185775,156176],[-186083,157568],[-189293,154491],[-181429,154429],[-191022,165241],[-180020,163419],[-185642,160453],[-180903,166079],[-181032,164886],[-179442,165388],[-188098,163330],[-189190,163198],[-184423,161114],[-185108,160700],[-179773,159248],[-180275,159987],[-186772,162329],[-185584,162064],[-183070,164934],[-183081,164199],[-183075,166420],[-183843,154735],[-184022,155065],[-184024,154872],[-189876,153822],[-180834,156589],[-179418,163301],[-181969,163836],[-180531,162193],[-185564,154813],[-189392,161084],[-187958,160150],[-179495,165925],[-188118,163123],[-189288,164013],[-185612,160137],[-185460,161037],[-179213,159987],[-180060,160110],[-189817,164545],[-188970,164345],[-187461,163268],[-187300,162871],[-186450,162357],[-187081,162303],[-185433,162331],[-186599,163177],[-188035,164436],[-190146,166388],[-189857,166360],[-181969,163836],[-183367,165283],[-183291,164485],[-183628,166447],[-182390,165444],[-181935,163487],[-182388,163005],[-183076,154488],[-187517,160367],[-187600,159868],[-179773,165389],[-188293,162738],[-189157,163821],[-184513,159989],[-185419,161381],[-179569,159241],[-180180,160086],[-190176,164747],[-189220,164687],[-186837,162646],[-184989,162045],[-187936,163997],[-188499,164515],[-189385,166530],[-189874,166148],[-190220,166422],[-181935,163487],[-182388,163005],[-183621,163948],[-183401,163778],[-183336,165994],[-184435,167370],[-180197,168033],[-189346,168504],[-181642,166978],[-181095,167378],[-189189,172175],[-190570,173066],[-188471,167016],[-183206,166900],[-179574,168027],[-180277,168049],[-179372,167234],[-179367,167623],[-191467,172958],[-191207,171813],[-188534,167259],[-179679,168078],[-180472,167981],[-181774,167282],[-181220,167383],[-190517,171913],[-190524,172369],[-190257,169696],[-188767,166806],[-179529,167870],[-181184,168210],[-179567,167064],[-179283,167360],[-189431,243043],[-186270,241194],[-188109,241582],[-189989,238537],[-191477,242920],[-190568,241962],[-189294,239259],[-188409,242710],[-187720,239074],[-187112,239731],[-183686,251952],[-180634,248266],[-184914,246908],[-191273,243981],[-182243,250044],[-180938,247374],[-180513,247910],[-182577,253167],[-180164,253772],[-190481,243484],[-185588,248506],[-180679,250143],[-180325,247694],[-181117,255685],[-179433,247537],[-185813,246996],[-181813,248948],[-184268,252276],[-182967,245945],[-188251,245312],[-185256,247716],[-181979,249744],[-183168,248345],[-184858,248617],[-181982,251219],[-183367,253024],[-179258,254438],[-180653,248452],[-186857,244203],[-182045,246416],[-185893,18172],[-180117,14662],[-181271,16051],[-182351,17089],[-180935,15982],[-184327,18886],[-183539,17833],[-181345,15176],[-181481,16175],[-180395,16392],[-184027,18625],[-181280,290190],[-179842,289299],[-185140,291263],[-183752,292289],[-190737,290491],[-187295,290267],[-186707,292752],[-191777,294003],[-190347,291458],[-181459,289319],[-184414,290591],[-184394,290991],[-189830,290849],[-186599,291216],[-185377,293327],[-191764,294541],[-191645,291697],[-188688,293048],[-180171,291015],[-185623,290476],[-183141,292801],[-189047,291208],[-185601,290016],[-185555,292736],[-190513,291506],[-189153,293663],[-183317,292420],[-180319,291638],[-184245,303374],[-186357,296752],[-188844,298637],[-179599,302307],[-191215,298337],[-191243,297562],[-188352,302044],[-184244,304834],[-185982,302934],[-183416,301328],[-185637,297081],[-188073,300744],[-179550,303140],[-189885,297709],[-191320,296804],[-186376,301970],[-183977,304318],[-186303,305062],[-186437,302738],[-180304,294772],[-180434,304907],[-184061,298828],[-188763,294853],[-180129,299396],[-183419,301628],[-185313,298794],[-187487,298597],[-180515,295142],[-189570,297186],[-190285,297169],[-188469,300467],[-183842,305258],[-185243,305318],[-186417,304303],[-179485,303596],[-183600,300986],[-186895,294792],[-183459,36486],[-189290,26101],[-188577,34808],[-191787,30202],[-183437,28540],[-188873,26820],[-182397,30899],[-183061,33861],[-183221,32245],[-182445,26317],[-183530,31508],[-191150,32201],[-179443,31816],[-190173,37568],[-188796,31663],[-188089,27358],[-184411,32622],[-188172,33120],[-181899,35201],[-179889,27354],[-180570,36600],[-181787,36274],[-190280,31937],[-187176,25816],[-183510,33932],[-187123,34315],[-191298,36768],[-183462,28849],[-188444,26629],[-179588,28374],[-181796,37371],[-180343,38315],[-184283,36191],[-184715,36499],[-189963,30202],[-188985,26129],[-183495,34055],[-186920,34932],[-185768,35472],[-183958,36029],[-191008,29770],[-187827,27342],[-186329,31680],[-188508,34181],[-182532,44963],[-190814,48884],[-183657,47713],[-183208,47276],[-183928,48503],[-182703,49797],[-189714,49845],[-185042,50621],[-185344,47833],[-185943,40665],[-180524,43137],[-181185,42386],[-183390,43003],[-181143,41855],[-180299,48238],[-180864,49017],[-181332,40504],[-190793,50591],[-181119,45557],[-180792,47743],[-189881,49921],[-191607,40168],[-191692,44360],[-190996,44120],[-189001,46201],[-189837,47794],[-189902,49339],[-189202,49528],[-187389,51245],[-185259,41834],[-185915,41939],[-184263,45905],[-182010,46695],[-191473,50119],[-184078,49917],[-180750,41723],[-181199,41764],[-180118,46526],[-191634,42938],[-190785,43646],[-191402,45405],[-189541,46810],[-189097,47638],[-189810,48633],[-188918,50174],[-189013,50799],[-187709,51343],[-189041,51171],[-182506,50935],[-191063,41263],[-190699,43113],[-191892,40255],[-191555,42894],[-190944,43571],[-191577,45498],[-189676,46587],[-189292,47721],[-190232,48997],[-189207,49769],[-184483,43548],[-183670,41693],[-183052,46246],[-182838,44647],[-185403,41018],[-186594,42495],[-191123,49840],[-181556,53340],[-186365,52222],[-188593,54746],[-180343,62468],[-180020,59717],[-180240,55722],[-182135,58136],[-182540,58069],[-184287,63145],[-185713,59275],[-185001,59302],[-180484,52582],[-186492,61006],[-185768,60941],[-183833,61893],[-184064,61231],[-182565,59049],[-182498,59356],[-180314,55832],[-180812,56023],[-191230,57084],[-189542,52759],[-189277,51999],[-187899,52219],[-187755,52937],[-190291,53694],[-183697,57852],[-179740,60284],[-180739,52384],[-189188,52095],[-186323,60464],[-183677,61132],[-183753,61713],[-182652,58916],[-181979,58125],[-180242,56094],[-186928,51995],[-180987,52197],[-181457,51659],[-189167,51620],[-185434,52556],[-187995,54626],[-186519,55131],[-189609,56981],[-181441,54876],[-180862,53542],[-182775,53224],[-187924,52229],[-188923,53177],[-191998,57587],[-190884,60063],[-189964,60434],[-182318,55501],[-181205,54291],[-187332,53655],[-189056,54989],[-180502,69441],[-179900,71209],[-187286,75024],[-181733,75743],[-187961,75960],[-187624,76593],[-185077,72141],[-184252,70911],[-185837,67233],[-186235,67795],[-185060,65156],[-185352,65395],[-180816,66949],[-182601,74070],[-183360,74475],[-185308,75527],[-186450,74834],[-181832,75527],[-180954,74332],[-179560,75725],[-181183,71906],[-181461,69104],[-179235,68893],[-184086,65883],[-184439,66395],[-186630,67081],[-180051,76582],[-187721,76704],[-184204,71088],[-184674,71842],[-186027,66971],[-186620,68040],[-185657,64966],[-185604,65274],[-181011,67031],[-180324,66094],[-182490,75033],[-182492,74497],[-187021,76448],[-185196,74370],[-180110,68212],[-186640,64503],[-185266,72244],[-179362,70403],[-181025,79121],[-191725,89528],[-191613,88998],[-191098,78729],[-191522,79084],[-190548,80812],[-191094,81446],[-188844,80121],[-189925,80179],[-188875,77742],[-186545,78790],[-180809,83460],[-181166,84168],[-181610,79133],[-184165,84984],[-190620,89162],[-190583,79207],[-190627,78663],[-189503,82755],[-188615,80527],[-189482,79541],[-187422,77258],[-187401,78260],[-185910,77862],[-181369,84333],[-181718,82822],[-183199,80808],[-181546,78721],[-179702,81312],[-184664,81148],[-185207,88155],[-181831,89666],[-181936,78340],[-179840,84641],[-183657,88254],[-188914,89500],[-184013,88938],[-182792,85434],[-191627,99367],[-188491,99360],[-179517,100547],[-181306,90888],[-179400,90557],[-181784,92354],[-189577,100586],[-191887,93557],[-191748,99287],[-179830,95747],[-179843,94738],[-179416,93478],[-183305,98817],[-184420,98558],[-183072,100005],[-183175,100590],[-183945,101885],[-185723,102468],[-181789,94196],[-180311,90903],[-179900,90418],[-187792,97101],[-184083,90650],[-190712,90347],[-179399,95162],[-179403,95843],[-179531,93836],[-180067,93435],[-183522,98201],[-184624,99678],[-184253,99624],[-183385,99421],[-183487,101629],[-183597,102209],[-184554,102235],[-188279,95837],[-185029,92386],[-188655,95045],[-188771,96755],[-189150,95820],[-185441,101120],[-187100,93324],[-190059,102692],[-189535,107729],[-183985,102634],[-184711,103358],[-184943,105885],[-184160,105117],[-187074,105757],[-187390,105579],[-186032,108104],[-185956,108469],[-187798,109943],[-187965,111045],[-188301,110307],[-188733,109799],[-189870,109285],[-188711,110123],[-190948,111435],[-190232,112378],[-188166,112369],[-189351,111472],[-190485,107912],[-191521,108832],[-191506,104771],[-190487,110369],[-186954,107244],[-191106,112190],[-184759,103012],[-184670,104942],[-184425,106093],[-185889,106848],[-186284,105830],[-184559,107686],[-184677,107911],[-187400,109962],[-187276,110528],[-188111,109673],[-188298,109434],[-189078,109242],[-188991,109661],[-191075,111392],[-191116,111325],[-188943,111429],[-189555,112028],[-191243,109150],[-191448,107562],[-188535,103620],[-191129,103442],[-189810,104826],[-182823,102744],[-181030,112970],[-180029,105242],[-191121,115141],[-181045,107558],[-190625,102815],[-189382,104654],[-187135,103530],[-182726,118718],[-185022,119620],[-180735,116473],[-180748,126684],[-180093,124387],[-185889,127246],[-190474,121259],[-181220,123574],[-190656,120150],[-188264,124066],[-186755,120567],[-184391,119120],[-184966,120749],[-180556,125349],[-190711,125249],[-187003,123137],[-188308,125225],[-185495,121842],[-179740,120211],[-181074,123037],[-187355,127023],[-190706,125796],[-188033,122311],[-182266,118523],[-182779,119834],[-189402,121316],[-179753,123552],[-179710,126615],[-179304,119502],[-180240,119277],[-191379,123825],[-189535,122106],[-186162,122536],[-180738,126472],[-179564,126129],[-180253,120233],[-189474,122845],[-186875,120716],[-203869,-127324],[-204790,-124961],[-203223,-121879],[-203876,-122187],[-204365,-122460],[-203484,-120707],[-203279,-126732],[-192001,-122252],[-192125,-120944],[-192005,-126603],[-192655,-126946],[-192541,-123454],[-193766,-126952],[-192774,-126315],[-193976,-120540],[-193716,-121226],[-194549,-126468],[-193155,-115009],[-193099,-116478],[-192401,-115893],[-199662,-120235],[-192509,-127693],[-192621,-125982],[-203931,-130722],[-204337,-130637],[-202686,-128101],[-200641,-127802],[-195846,-130609],[-192232,-128268],[-197808,-140432],[-195014,-137148],[-197402,-137892],[-195767,-130652],[-200446,-132445],[-201597,-132107],[-203070,-130618],[-192400,-129260],[-192213,-133302],[-192046,-131251],[-193573,-131306],[-192133,-132364],[-194019,-127802],[-192431,-128098],[-195146,-138957],[-196199,-139045],[-194154,-137025],[-193680,-138610],[-192538,-140284],[-194765,-138774],[-192658,-128989],[-192316,-130681],[-203963,-143103],[-192209,-143386],[-193002,-143337],[-194543,-142725],[-193869,-141293],[-192625,-149621],[-193820,-148406],[-192704,-148185],[-194036,-148701],[-193832,-145648],[-196897,-156430],[-196122,-158125],[-198335,-154737],[-196787,-180344],[-194803,-180730],[-200842,-219506],[-197755,-222961],[-201352,-222166],[-203381,-224492],[-198927,-219961],[-200357,-221578],[-192544,-224774],[-194715,-229700],[-201270,-226313],[-197482,-227326],[-196954,-228163],[-203843,-225165],[-194348,-224396],[-203606,-225209],[-195192,-228372],[-196974,-227612],[-200251,-227040],[-204306,-224379],[-197547,-227845],[-192677,-228024],[-204093,-224616],[-199493,-229508],[-202350,-227548],[-203639,-227646],[-202855,-229502],[-197797,-229465],[-203775,-217821],[-201176,-220289],[-199003,-219869],[-197495,-219439],[-195569,-218767],[-195938,-219560],[-193961,-218659],[-204217,-217751],[-202878,-218838],[-197755,-218750],[-195795,-228981],[-200965,-227039],[-200407,-228664],[-202607,-227080],[-202151,-229835],[-198214,-229215],[-200021,-227894],[-203450,-226622],[-199779,-227651],[-195280,-229381],[-200633,-227227],[-202066,-229805],[-201331,-228015],[-204383,-229441],[-200274,-227422],[-196431,-228703],[-192112,-232191],[-195223,-231498],[-198862,-235647],[-203370,-234224],[-197601,-231904],[-196257,-232549],[-199714,-240858],[-199604,-238101],[-204306,-235702],[-198822,-235491],[-203374,-234821],[-196722,-231929],[-194189,-231997],[-197341,-231720],[-198317,-241183],[-200290,-237393],[-192548,-234409],[-195490,-230759],[-200127,-234787],[-202855,-233502],[-194170,-232172],[-194384,-233003],[-199873,-234709],[-201927,-234793],[-192469,-230732],[-200657,-231940],[-197709,-236201],[-198140,-235031],[-196047,-239051],[-195860,-237566],[-199161,-236146],[-201247,-234807],[-202187,-233930],[-203231,-233657],[-202556,-236029],[-204251,-238448],[-201660,-239087],[-202074,-239197],[-201153,-240907],[-201661,-240459],[-193647,-237270],[-193866,-237953],[-193927,-242432],[-194671,-240366],[-196035,-238953],[-196460,-242986],[-202513,-240708],[-202073,-242362],[-199634,-241633],[-199719,-237504],[-203925,-236232],[-196408,-8334],[-198710,-6843],[-198611,-8589],[-199612,-9411],[-192007,-4433],[-192642,-9468],[-196525,-8947],[-196429,-9193],[-199422,-7395],[-198233,-8476],[-199240,-8677],[-198554,-8523],[-199130,-10463],[-199707,-11248],[-196565,-11061],[-199425,-6685],[-199776,-4271],[-201800,-2799],[-198821,-244738],[-197801,-243977],[-202122,-245905],[-195381,-248751],[-197829,-254039],[-198985,-253961],[-194159,-250322],[-196720,-253606],[-196807,-245286],[-197528,-243158],[-196773,-245646],[-197203,-244567],[-195394,-245217],[-194923,-244360],[-192365,-245654],[-192707,-244520],[-193109,-246200],[-192884,-247031],[-192312,-251506],[-193652,-251885],[-194812,-252363],[-198279,-250790],[-197746,-250016],[-197820,-249908],[-200843,-250320],[-199798,-249738],[-197623,-246845],[-197554,-245897],[-202560,-247688],[-201258,-247717],[-200547,-250641],[-196325,-249295],[-200960,-243775],[-202160,-243768],[-198635,-243485],[-203361,-246554],[-203233,-244908],[-201007,-247073],[-202566,-245350],[-203275,-244524],[-203471,-244684],[-202158,-247116],[-201748,-247092],[-202197,-246303],[-201400,-247154],[-201771,-246618],[-203386,-261228],[-198691,-262976],[-198109,-261835],[-195509,-262620],[-193401,-260663],[-192557,-263028],[-202142,-265244],[-201727,-261271],[-193976,-258414],[-196526,-258257],[-196981,-257576],[-204119,-264225],[-194932,-262154],[-194241,-261076],[-196401,-261896],[-193139,-263804],[-192393,-262820],[-192131,-260943],[-193116,-256371],[-196055,-256723],[-199694,-261749],[-202920,-256281],[-196086,-257717],[-192194,-258695],[-193535,-256484],[-193315,-273821],[-200340,-272104],[-193228,-272582],[-193962,-275223],[-200878,-274219],[-198853,-275308],[-200526,-288925],[-195066,-288152],[-204208,-290790],[-202281,-288019],[-194715,-287959],[-202726,-290852],[-200662,-288210],[-196031,-286720],[-202951,-286925],[-201253,-288230],[-204074,-289430],[-202507,-293566],[-196028,-288267],[-198224,-289411],[-202149,-293207],[-195986,-289125],[-197940,-289222],[-202245,-291176],[-204310,-291380],[-193160,-288014],[-192534,-287241],[-197369,-291984],[-193181,-293932],[-193011,-293439],[-192052,-291263],[-196620,-293294],[-200308,-294592],[-203322,-294842],[-204240,-297604],[-199512,-306346],[-204608,-303209],[-200260,-294753],[-202106,-302500],[-192538,-305223],[-198480,-303226],[-194933,-297929],[-200476,-298004],[-202573,-295880],[-198804,-299937],[-197922,-305699],[-197004,-296535],[-202515,-301941],[-197034,-315233],[-202288,-313970],[-202416,-313277],[-200300,-317844],[-196548,-309011],[-198199,-311490],[-198665,-316110],[-196712,-315082],[-202414,-314606],[-201039,-313713],[-200807,-312695],[-201395,-318379],[-192780,-307597],[-193691,-319652],[-193044,-318811],[-201686,-320219],[-203536,-320974],[-201931,-320949],[-201277,-320300],[-203139,-320743],[-203753,-321660],[-201592,-321392],[-200767,-320739],[-199065,-324782],[-198755,-326633],[-202603,-330056],[-198901,-331443],[-203346,-329499],[-199901,-328514],[-192369,-331224],[-200034,-328679],[-198656,-328519],[-197499,-325903],[-192826,-320522],[-199562,-329105],[-201138,-340410],[-200928,-340769],[-195383,-336474],[-193552,-336468],[-201945,-339324],[-195539,-336207],[-200667,-338627],[-198819,-340725],[-202773,-352475],[-204240,-356781],[-199571,-366602],[-203766,-363037],[-199964,-366459],[-203334,-365010],[-201716,-360703],[-193975,-361743],[-195842,-363719],[-197183,-370122],[-204645,-361992],[-195681,-24871],[-195598,-22874],[-195908,-22615],[-204446,-23398],[-204635,-22590],[-204567,-23058],[-204413,-23197],[-202271,-22100],[-203021,-23113],[-192414,-23813],[-195540,-13984],[-204395,-24326],[-204781,-22428],[-201132,-14528],[-200834,-16457],[-194408,-12614],[-193458,-14511],[-195040,-17293],[-193020,-18488],[-192274,-24893],[-204215,-24944],[-204303,-24624],[-194646,-23566],[-196351,-18732],[-195695,-19239],[-195666,-20050],[-194488,-16811],[-194538,-16343],[-194163,-14875],[-197542,-16133],[-196727,-15875],[-201293,-16132],[-201190,-15380],[-200748,-16180],[-200196,-13782],[-200888,-14010],[-193465,-15333],[-192515,-14072],[-195775,-16632],[-195971,-18499],[-192760,-23179],[-192088,-18832],[-192232,-19219],[-193441,-19511],[-193366,-23608],[-204502,-378397],[-204034,-372740],[-202554,-381485],[-200562,-377318],[-199830,-371083],[-200159,-371534],[-203148,-376073],[-202241,-371723],[-198583,-379452],[-197742,-375610],[-200363,-381436],[-197337,-393943],[-197576,-390614],[-197671,-392912],[-197573,-387100],[-198011,-390984],[-197673,-394016],[-197475,-394378],[-197269,-387881],[-195551,-409342],[-204195,-406584],[-203774,-405500],[-201976,-406270],[-202255,-407228],[-197095,-405086],[-192857,-405705],[-197108,-407391],[-204037,-401602],[-203227,-402478],[-195050,-404549],[-202356,-402516],[-199182,-403059],[-202544,-405771],[-202661,-418168],[-199692,-412333],[-201264,-417675],[-202481,-417460],[-199644,-412080],[-199772,-416313],[-197114,-411172],[-195794,-416055],[-204689,-414083],[-195099,-409505],[-201842,-416304],[-193995,-415264],[-196205,-409970],[-195952,-410807],[-200683,-416818],[-200992,-413297],[-196874,-411664],[-196418,-411625],[-198069,-410298],[-200139,-416278],[-195122,-410301],[-194975,-415886],[-202221,-411528],[-193755,-426653],[-194950,-431400],[-194609,-426070],[-192178,-425056],[-194257,-428131],[-195127,-431579],[-200024,-422680],[-196869,-433103],[-196988,-433437],[-198762,-424111],[-199832,-422548],[-199083,-443209],[-198335,-444634],[-203637,-446100],[-201222,-446436],[-196590,-445046],[-199370,-445979],[-201761,-447018],[-194643,-447424],[-192269,-447443],[-204055,-446985],[-196944,-445172],[-201977,-446823],[-200844,-445504],[-203912,-445767],[-192724,-438202],[-201321,-450217],[-201557,-448664],[-202069,-448937],[-200604,-449617],[-200204,-447947],[-192054,-495556],[-195923,-496909],[-200752,-496035],[-203078,-498575],[-192296,-28873],[-200991,-32213],[-201913,-33091],[-198981,-33000],[-198994,-32889],[-200743,-29103],[-199821,-29402],[-202107,-28398],[-201767,-26761],[-201924,-26397],[-197751,-25960],[-197841,-25530],[-203558,-25855],[-203372,-26003],[-203606,-25699],[-198999,-36684],[-201539,-33001],[-199197,-32455],[-200246,-31613],[-192817,-508431],[-194730,-511252],[-204766,-510560],[-196760,-508396],[-193367,-500070],[-199428,-511252],[-193300,-513001],[-194350,-511579],[-195070,-509007],[-196360,-509349],[-199833,-510795],[-206591,-511936],[-192907,-503847],[-195279,-523719],[-194413,-521487],[-194752,-521826],[-192182,-523706],[-192077,-531479],[-192676,-531340],[-202983,-532264],[-202302,-534348],[-202985,-525315],[-192700,-526565],[-202361,-544290],[-203230,-540017],[-204354,-540130],[-200657,-540897],[-202841,-547726],[-201046,-546834],[-204086,-539682],[-203860,-549453],[-204200,-553730],[-197251,-556206],[-192793,-562110],[-199721,-586138],[-195267,-585482],[-192843,-587016],[-200531,-598018],[-201810,-599045],[-204239,-602785],[-202775,-621707],[-192436,-623731],[-195379,-625890],[-203094,-41784],[-199223,-40132],[-201717,-39622],[-199147,-38253],[-195998,-39823],[-196573,-40155],[-196538,-43200],[-199370,-44065],[-203925,-42101],[-203890,-42285],[-198521,-43305],[-199294,-45257],[-203193,-44677],[-201476,-45370],[-201904,-44992],[-200699,-43578],[-202612,-50328],[-201690,-50944],[-204474,-50758],[-204454,-50378],[-202596,-42917],[-200943,-39128],[-199754,-43354],[-204007,-42664],[-196425,-45676],[-201879,-44734],[-200204,-43852],[-201822,-50097],[-203205,-50432],[-201947,-634236],[-192538,-630890],[-199648,-655282],[-195710,-654534],[-197382,-55202],[-199254,-56888],[-198870,-54555],[-193067,-58232],[-201949,-55618],[-203012,-55971],[-204643,-55875],[-192409,-55735],[-192015,-57375],[-202142,-55959],[-202512,-56162],[-195370,-63660],[-196168,-60472],[-200389,-59435],[-204461,-57670],[-194340,-54029],[-193026,-58972],[-201353,-52499],[-200215,-53270],[-202884,-57195],[-198116,-57817],[-197901,-54802],[-196399,-53282],[-195889,-59576],[-193274,-71182],[-198994,-66048],[-192057,-87120],[-192796,-85989],[-192244,-85102],[-197081,-84631],[-200127,-80390],[-193101,-87663],[-193989,-87714],[-202591,-79957],[-204061,-83364],[-202653,-87074],[-200840,-88063],[-198249,-88718],[-194809,-87480],[-199453,-88635],[-192243,-100924],[-193562,-98857],[-192033,-98339],[-193401,-97861],[-193304,-97558],[-193883,-101814],[-192701,-96457],[-202281,-89608],[-204453,-92075],[-203254,-92053],[-202294,-91110],[-201040,-91495],[-201477,-90480],[-199362,-91623],[-197302,-90883],[-196810,-92204],[-197030,-89599],[-199668,-89738],[-198198,-90381],[-204452,-90247],[-199317,-96607],[-197356,-95901],[-198330,-96140],[-202645,-98009],[-203566,-98254],[-204104,-99479],[-201310,-99800],[-194147,-95846],[-195169,-97854],[-194435,-97000],[-194992,-95870],[-195920,-95679],[-195944,-96287],[-196807,-91045],[-196470,-90158],[-196529,-91732],[-195881,-92717],[-196042,-91210],[-195896,-93569],[-194086,-92148],[-194574,-94237],[-200219,-97655],[-199546,-98285],[-198705,-96702],[-195382,-111921],[-192563,-102840],[-196300,-104626],[-202459,-109873],[-201462,-110520],[-198742,-111268],[-197985,-110336],[-196784,-110728],[-195983,-111500],[-196677,-111585],[-196071,-105759],[-197727,-105573],[-197649,-106983],[-196452,-107135],[-199922,-105293],[-201839,-104302],[-203449,-103226],[-204050,-110221],[-194149,-114885],[-193726,-114945],[-198512,-105746],[-197660,-103670],[-203710,-112320],[-194826,-113661],[-204769,-102496],[-192555,-114942],[-199326,9614],[-199138,10453],[-198017,12264],[-195496,12049],[-195217,11038],[-194265,6629],[-202623,137955],[-197472,140088],[-197654,135586],[-202730,132141],[-202447,128880],[-197652,138691],[-203487,140009],[-193683,136603],[-197518,136665],[-203858,132448],[-201340,133522],[-198272,139117],[-192371,139177],[-196417,138678],[-201650,134001],[-198070,137255],[-197176,136622],[-202320,133741],[-194643,135727],[-196003,139129],[-198430,136472],[-195156,135821],[-192097,138758],[-195004,139776],[-195300,138803],[-198621,136445],[-193029,140395],[-197533,131060],[-199779,147381],[-199208,150776],[-197329,141663],[-202271,148646],[-202923,147949],[-202969,153385],[-203116,153719],[-203621,153075],[-202244,152946],[-203668,148968],[-199699,147171],[-198899,149668],[-204788,141243],[-202949,147742],[-203286,147778],[-203471,153412],[-202815,153206],[-196449,152617],[-196484,152976],[-198459,142992],[-196767,143169],[-203193,146666],[-199862,149984],[-201483,149626],[-201604,148804],[-199766,152211],[-204494,152488],[-192718,153769],[-196728,150721],[-194955,153348],[-197904,143541],[-197839,143988],[-193028,149145],[-193019,149476],[-195742,152913],[-202045,147634],[-202884,146035],[-200435,150502],[-199846,151747],[-200510,149290],[-202104,148809],[-203485,153617],[-200200,152332],[-198632,142001],[-198801,142288],[-194575,153364],[-201847,147428],[-203061,145409],[-199670,149719],[-200338,150323],[-201371,148655],[-201155,149404],[-200470,152370],[-194222,153756],[-193872,153124],[-196697,159438],[-194728,160768],[-192858,154095],[-195968,155969],[-192934,162466],[-192450,162258],[-194849,157297],[-195359,162266],[-196689,156629],[-193005,161764],[-197416,161517],[-195819,161335],[-198019,161961],[-193478,157087],[-192161,157713],[-200763,158126],[-203517,158234],[-202064,155450],[-203499,156188],[-204479,163634],[-204306,164007],[-203626,154304],[-192697,161303],[-192176,161865],[-196692,160922],[-193776,153873],[-203036,154029],[-203575,153970],[-195167,163192],[-194690,163165],[-192991,165205],[-202772,160040],[-192114,159241],[-193036,158139],[-193389,153953],[-193376,156315],[-201411,158747],[-203218,157896],[-201690,156519],[-203931,156159],[-203956,161840],[-204684,164429],[-193950,164394],[-194615,163828],[-197954,162518],[-197477,162492],[-203648,154013],[-195839,162482],[-195763,162915],[-194162,164622],[-195078,159276],[-192887,157308],[-195074,156755],[-196031,153899],[-195208,153983],[-200675,157898],[-202979,158876],[-201559,156505],[-204420,156058],[-204202,164104],[-193240,165088],[-194480,164621],[-195246,163245],[-195170,163678],[-194586,163747],[-194663,163314],[-197450,162640],[-198550,162241],[-198626,161808],[-198033,162571],[-197374,163073],[-192733,169806],[-192075,169453],[-192655,172166],[-192497,171361],[-194916,170896],[-194820,170066],[-195442,169671],[-194602,167853],[-193742,167146],[-195152,167729],[-194132,167422],[-193519,172551],[-194032,171614],[-196237,168952],[-196474,168168],[-195666,168672],[-194765,168025],[-192818,171224],[-195403,169909],[-194397,170798],[-195007,169957],[-194705,168345],[-193996,167097],[-194171,167042],[-193748,167288],[-193722,172010],[-196648,169279],[-195651,167843],[-195107,169319],[-193537,169333],[-194712,169841],[-192056,172995],[-192323,172431],[-194413,169917],[-194280,169957],[-194548,170890],[-193861,167907],[-193863,167727],[-194220,166909],[-193854,172242],[-196719,168992],[-196349,168052],[-196040,169070],[-193449,166979],[-193238,166784],[-199672,182624],[-202598,184860],[-203377,183461],[-199622,185716],[-200057,185338],[-197539,184283],[-203656,182599],[-199016,181035],[-202902,184207],[-198803,184798],[-200398,186380],[-200923,181243],[-203389,15805],[-204069,20609],[-203259,18049],[-198494,15276],[-199403,14937],[-203965,15852],[-193949,19544],[-194944,21229],[-203842,15134],[-202617,16739],[-202237,18550],[-203238,20727],[-198396,21158],[-196294,23771],[-193394,24290],[-203599,25085],[-192648,23532],[-193003,24081],[-202673,17802],[-195911,23335],[-192233,294744],[-192094,31121],[-203591,36300],[-203974,33869],[-203831,28663],[-195025,34363],[-199869,27963],[-202655,36864],[-203768,28889],[-200717,38134],[-198009,35074],[-202318,37906],[-204294,29060],[-204427,33014],[-202280,26711],[-202950,31092],[-192279,36824],[-200184,35944],[-199772,38020],[-204292,35862],[-196922,27327],[-200115,35235],[-198878,38397],[-201999,37514],[-204150,33513],[-202016,28485],[-199864,35006],[-199320,38003],[-202647,37701],[-203234,34368],[-202237,26735],[-203336,40240],[-195287,38792],[-203499,47903],[-199201,39437],[-199576,41793],[-192587,40482],[-192690,46711],[-193206,46019],[-201917,51307],[-198262,46551],[-199137,45788],[-200881,48048],[-200706,43007],[-195066,50994],[-196553,48114],[-200263,44714],[-200308,39213],[-198021,38844],[-203264,41534],[-200998,41177],[-193463,47438],[-199256,43900],[-200554,45481],[-200688,45160],[-202932,47252],[-199481,38998],[-199851,41339],[-192779,40399],[-192132,42857],[-192129,45488],[-192292,46462],[-193889,46296],[-201711,43152],[-195155,50380],[-196104,47390],[-198778,51159],[-200831,45295],[-196155,41671],[-198434,44211],[-194708,50169],[-199845,48562],[-200762,43411],[-195624,50536],[-196554,47783],[-198997,51048],[-200868,45017],[-203831,47815],[-202997,47601],[-204117,48651],[-204652,49691],[-202636,48331],[-204243,49431],[-203982,49271],[-204610,49080],[-199444,39169],[-199343,40832],[-192290,46898],[-194129,45714],[-195687,57721],[-195368,57954],[-192917,54119],[-201581,54367],[-198638,64193],[-197374,60516],[-199060,56418],[-198393,56630],[-198795,62746],[-198467,61424],[-198965,58688],[-199303,52980],[-196621,54876],[-198260,51544],[-203776,63500],[-196545,57092],[-196201,58612],[-192608,55806],[-201555,54344],[-204765,55121],[-194965,61574],[-195211,62777],[-196825,56249],[-195688,58261],[-193459,56886],[-192211,56356],[-200442,54118],[-197872,62919],[-193737,56185],[-201762,60152],[-200587,60851],[-200176,58166],[-198691,53040],[-197829,55157],[-204257,63539],[-196487,55525],[-194602,58025],[-192105,54672],[-201874,55958],[-200394,58384],[-195194,60681],[-195728,61200],[-195919,61741],[-196312,60751],[-196896,63236],[-199141,58532],[-199617,55671],[-199906,52684],[-197384,54468],[-203950,62842],[-196524,56799],[-194647,59078],[-192608,56368],[-200799,56135],[-199685,63943],[-200028,51736],[-201576,51591],[-195616,61535],[-196482,63943],[-200638,68660],[-201781,68597],[-203108,65858],[-199047,68002],[-199019,64392],[-195729,66017],[-196403,65362],[-195033,68919],[-196134,69906],[-199910,71199],[-202603,68273],[-203107,66191],[-198550,68185],[-202910,66245],[-199970,68093],[-199647,64639],[-200518,66895],[-199345,66520],[-193870,89220],[-195289,86092],[-195646,87826],[-195364,87881],[-198198,81661],[-197916,82206],[-197107,83570],[-197982,83229],[-195283,81072],[-196154,80981],[-194703,80957],[-194721,81534],[-193369,80856],[-193680,79983],[-196241,83537],[-196372,87593],[-195164,88759],[-197747,82407],[-197947,81915],[-197233,83229],[-197886,83930],[-196241,81273],[-196289,81032],[-194648,81510],[-194796,81116],[-193092,80805],[-197772,84964],[-196398,88511],[-199302,95384],[-198429,93589],[-204397,96383],[-203223,98145],[-192508,99155],[-196043,99389],[-198321,98287],[-204491,98823],[-192931,98609],[-192096,98667],[-204552,98165],[-198484,99612],[-203493,102135],[-193358,96851],[-202268,95859],[-204617,97650],[-193911,99507],[-195577,99218],[-196749,102363],[-204244,99284],[-195461,99980],[-194308,90068],[-204718,92293],[-192249,93619],[-192278,93714],[-194971,102131],[-195641,102550],[-197241,92739],[-203405,94759],[-201461,92601],[-192579,93515],[-195460,102034],[-195335,101846],[-200452,90539],[-202294,93282],[-200267,93235],[-193337,102152],[-192239,97319],[-201544,95326],[-201793,111350],[-197847,105870],[-195903,110877],[-199184,104709],[-203381,109535],[-203717,103784],[-200223,104325],[-198720,110380],[-197595,111228],[-200370,112903],[-204389,114841],[-201413,107847],[-202398,111939],[-203381,112010],[-196643,114018],[-193912,113660],[-193496,108787],[-193669,107800],[-192682,108085],[-192404,108283],[-195281,113549],[-195175,112561],[-197449,115074],[-193796,105964],[-198726,114459],[-193006,107838],[-193017,107904],[-199704,114159],[-194426,113810],[-193579,111824],[-203619,126603],[-199768,120116],[-200429,127265],[-199251,120162],[-203213,119776],[-202579,124020],[-204576,125840],[-202435,123340],[-199225,118059],[-202079,123582],[-204284,118657],[-200116,127535],[-193276,124188],[-196609,125371],[-192612,123676],[-194931,126347],[-200577,115932],[-197094,125266],[-198130,117250],[-195126,126427],[-195599,126060],[-199654,115914],[-193152,121926],[-199825,126264],[-214862,-122324],[-215866,-125672],[-215583,-125194],[-214333,-126743],[-211076,-126233],[-214263,-122916],[-214884,-123375],[-205654,-123148],[-205503,-125826],[-205859,-120241],[-208252,-125256],[-205037,-122310],[-204981,-123586],[-205004,-120277],[-212335,-115291],[-207956,-115079],[-210908,-116285],[-209890,-117216],[-208200,-131330],[-212016,-136395],[-212613,-135533],[-211335,-136501],[-214597,-138639],[-213115,-139317],[-211290,-140846],[-208159,-145532],[-207401,-148920],[-207370,-147001],[-206482,-148211],[-204923,-144138],[-205879,-144998],[-205882,-140990],[-205022,-142088],[-214742,-140701],[-213814,-148760],[-212796,-149545],[-212636,-147764],[-212391,-145090],[-212757,-145699],[-210614,-144046],[-208355,-150243],[-208123,-150123],[-210582,-149881],[-210126,-152848],[-207916,-151960],[-210295,-152707],[-212614,-156918],[-210060,-160339],[-211712,-157050],[-210617,-157854],[-213323,-157507],[-211295,-157190],[-211139,-160102],[-215814,-154748],[-215602,-163840],[-217400,-161652],[-216802,-161609],[-216069,-161305],[-214732,-161823],[-216775,-162631],[-215134,-163065],[-214707,-183099],[-214841,-181972],[-212594,-185862],[-213389,-186521],[-213416,-185426],[-211791,-187328],[-210922,-188236],[-211351,-189180],[-210351,-188087],[-213935,-184174],[-216170,-192384],[-207454,-215751],[-207045,-221846],[-215830,-223197],[-205408,-218042],[-206132,-217967],[-205195,-220938],[-210669,-221691],[-210948,-221093],[-211533,-220349],[-211745,-220557],[-212430,-220721],[-212669,-220625],[-213344,-221311],[-213536,-221601],[-212973,-222228],[-212506,-222834],[-208423,-226055],[-205609,-225084],[-211124,-227289],[-211830,-227014],[-208576,-225824],[-206705,-225896],[-211129,-224239],[-209149,-225609],[-208775,-222903],[-213357,-226254],[-208768,-226349],[-205485,-217814],[-210484,-229566],[-216959,-229805],[-215862,-228166],[-205318,-227297],[-209464,-228725],[-206562,-227097],[-208472,-230111],[-211085,-229455],[-214439,-229345],[-206445,-227663],[-207451,-228009],[-207294,-229917],[-204953,-229740],[-205785,-230912],[-210054,-231345],[-213855,-231862],[-217208,-234308],[-208112,-235116],[-211469,-238372],[-216900,-236300],[-217471,-234675],[-206308,-236858],[-212331,-239744],[-217083,-236048],[-207137,-231080],[-210571,-231522],[-215443,-232463],[-208879,-235163],[-205949,-231003],[-210887,-231032],[-213257,-231261],[-215094,-230485],[-217166,-233183],[-207445,-235846],[-209919,-231496],[-213174,-230319],[-215825,-234287],[-207760,-233665],[-207750,-241847],[-214961,-241197],[-215341,-239249],[-206106,-234078],[-208924,-235006],[-209459,-235571],[-209585,-235981],[-210511,-236337],[-208655,-237792],[-207024,-238832],[-207042,-236013],[-207791,-236985],[-205274,-242759],[-205934,-242134],[-207613,-242911],[-208516,-242346],[-205783,-241565],[-207232,-241006],[-210201,-242066],[-209856,-241592],[-211310,-239309],[-217084,-240264],[-216593,-239925],[-216590,-234006],[-216810,-241919],[-217024,-242294],[-213392,-238504],[-216833,-236522],[-205134,-234693],[-212124,-12085],[-212749,-10922],[-212390,-11283],[-212755,-10735],[-213989,-1325],[-212013,-12532],[-212125,-12258],[-212224,-11960],[-212320,-11649],[-212626,-11110],[-211662,-250564],[-215013,-246824],[-217568,-246197],[-213471,-252557],[-213571,-252606],[-216559,-251116],[-208967,-251003],[-216592,-248005],[-213118,-254715],[-217147,-250682],[-214281,-251931],[-209723,-254681],[-211334,-249442],[-214105,-246838],[-211451,-251461],[-213931,-246841],[-209337,-243919],[-209267,-246102],[-207816,-245462],[-213490,-243971],[-207011,-243505],[-209030,-246522],[-210562,-245887],[-207906,-246158],[-207802,-245241],[-211517,-244952],[-212075,-245337],[-215062,-244077],[-207852,-248196],[-207188,-249299],[-205373,-250710],[-214922,-243057],[-210682,-256658],[-206574,-257213],[-209144,-258757],[-209412,-260387],[-205424,-264978],[-205122,-265717],[-206682,-265213],[-214231,-267390],[-216618,-265599],[-206976,-263990],[-209675,-261800],[-206034,-261618],[-207160,-267056],[-210026,-266965],[-213393,-267576],[-213052,-265588],[-211760,-262526],[-211177,-258508],[-208511,-266141],[-213850,-265027],[-210532,-265494],[-208042,-257056],[-208815,-260173],[-209235,-262622],[-206203,-262310],[-209329,-267130],[-213715,-263016],[-210731,-264503],[-213535,-268129],[-217092,-278881],[-215575,-277164],[-214911,-279458],[-211426,-280886],[-215978,-273592],[-211376,-271775],[-211724,-271176],[-216405,-270745],[-216100,-270216],[-210813,-270003],[-215132,-271762],[-213024,-271507],[-207486,-270134],[-215467,-278107],[-213893,-279259],[-216411,-281360],[-214031,-279149],[-213768,-276511],[-212141,-279493],[-209159,-279826],[-209963,-277936],[-215948,-275873],[-214331,-273352],[-216107,-276769],[-215202,-276763],[-216354,-279679],[-214331,-276820],[-210166,-279861],[-212270,-278489],[-214153,-273571],[-216173,-278120],[-212537,-277399],[-211558,-276977],[-212172,-272201],[-213951,-269476],[-217034,-271268],[-214395,-272019],[-209458,-270270],[-210964,-268811],[-213468,-278539],[-212060,-272572],[-217462,-272640],[-214026,-270527],[-215992,-277641],[-217278,-279953],[-211528,-285218],[-206136,-287184],[-209939,-281694],[-216827,-283032],[-217063,-283352],[-214220,-287288],[-211830,-287296],[-210099,-290588],[-210811,-289766],[-211129,-288797],[-211001,-288850],[-211728,-286627],[-213541,-286865],[-216444,-290873],[-215453,-290817],[-212579,-293606],[-211427,-285126],[-205733,-289337],[-216853,-291610],[-204900,-294066],[-216992,-283364],[-217246,-284574],[-207444,-286747],[-208713,-289909],[-205941,-289621],[-211134,-290961],[-213156,-288326],[-213887,-285448],[-216457,-291705],[-216485,-293033],[-215038,-286267],[-214065,-287459],[-207503,-288166],[-207282,-291097],[-211125,-288434],[-212803,-285050],[-215967,-292211],[-213070,-292473],[-212182,-283934],[-206032,-289414],[-216061,-292460],[-205152,-286167],[-216971,-290684],[-217158,-289931],[-217518,-291293],[-217250,-291175],[-209743,-299393],[-215456,-295092],[-209858,-300472],[-213940,-303907],[-215897,-300021],[-213848,-295561],[-205793,-295147],[-217184,-300283],[-213841,-306216],[-206100,-294724],[-215500,-304522],[-208886,-300855],[-214404,-297110],[-206330,-294875],[-216789,-304832],[-210348,-298205],[-207940,-297150],[-217390,-296391],[-214009,-306140],[-208924,-294895],[-213402,-303720],[-207261,-300591],[-214358,-302983],[-207956,-297429],[-215756,-299858],[-208124,-297445],[-212896,-298554],[-207628,-299470],[-212604,-302914],[-210550,-303169],[-210257,-301404],[-206652,-301199],[-206255,-298960],[-209429,-303238],[-210466,-304789],[-216911,-310054],[-209277,-309669],[-210108,-316389],[-214340,-310864],[-215457,-315549],[-213721,-318383],[-208192,-309349],[-214318,-313674],[-210184,-309205],[-208707,-314204],[-205793,-314642],[-212722,-309269],[-213486,-314870],[-208181,-308968],[-217391,-313568],[-213893,-310166],[-204852,-313100],[-214285,-321924],[-211338,-323302],[-214533,-332483],[-215314,-326992],[-211250,-322839],[-216359,-324202],[-214130,-331286],[-214429,-325986],[-213916,-322256],[-214229,-321604],[-207084,-323171],[-213470,-332685],[-216022,-339099],[-216856,-339096],[-215617,-339761],[-216756,-338932],[-213022,-337229],[-214119,-333783],[-215882,-336499],[-214735,-340677],[-213010,-338068],[-216657,-338579],[-214899,-344496],[-206523,-355899],[-214864,-346063],[-210180,-348159],[-211604,-347779],[-206719,-361481],[-209025,-369458],[-217445,-359202],[-206005,-367849],[-216799,-21405],[-212881,-19712],[-211870,-19115],[-211271,-18322],[-212704,-19857],[-213175,-20042],[-213389,-21416],[-212944,-21591],[-211856,-19435],[-212050,-22714],[-211952,-19596],[-213893,-18572],[-212573,-16423],[-214378,-19296],[-213201,-17582],[-212782,-16679],[-212250,-15850],[-212034,-15346],[-212114,-15632],[-212988,-17192],[-212785,-17005],[-212442,-16178],[-211943,-14925],[-214593,-19448],[-215817,-19048],[-215609,-19304],[-211992,-14705],[-211755,-13820],[-211710,-13538],[-211955,-13180],[-213380,-24266],[-214123,-23230],[-214314,-22993],[-216585,-21379],[-216545,-22179],[-214320,-19009],[-214649,-19301],[-214004,-18731],[-213740,-18434],[-212675,-16313],[-212664,-16612],[-213084,-17490],[-215729,-19253],[-214921,-19741],[-211796,-14051],[-211752,-13349],[-211972,-12963],[-209537,-14763],[-210390,-16451],[-212042,-13489],[-216753,-20944],[-216785,-21156],[-208955,-371058],[-205542,-376355],[-206323,-378743],[-209258,-373798],[-206267,-374570],[-208262,-372311],[-205276,-375453],[-209172,-377211],[-206283,-372123],[-206568,-379805],[-210603,-388319],[-216722,-390399],[-213926,-389181],[-217292,-392813],[-215934,-395084],[-211425,-386723],[-210994,-390432],[-210565,-392644],[-208694,-396244],[-208268,-393286],[-208823,-396193],[-212218,-387081],[-210047,-393082],[-210925,-404961],[-213681,-402202],[-211863,-401319],[-214364,-399812],[-213809,-397745],[-213367,-399899],[-214607,-399326],[-214786,-397522],[-212356,-404221],[-216835,-407504],[-214003,-406551],[-208828,-401172],[-206814,-404829],[-205178,-404734],[-205015,-405771],[-205959,-398805],[-216267,-398652],[-215812,-397187],[-212818,-397327],[-215800,-399600],[-205934,-399623],[-217241,-399176],[-206197,-404597],[-209554,-400956],[-209905,-401216],[-207720,-418435],[-207801,-413020],[-210024,-410586],[-205819,-419272],[-210201,-409729],[-216092,-420442],[-206047,-413580],[-208417,-421806],[-215672,-420788],[-216419,-419684],[-215104,-421178],[-208396,-417772],[-205425,-433924],[-207632,-430581],[-210629,-430304],[-210740,-484402],[-215382,-494102],[-215520,-497446],[-215636,-497101],[-207275,-28618],[-207609,-28479],[-217405,-31611],[-216174,-28249],[-215935,-27730],[-216274,-31152],[-215302,-30641],[-216792,-32848],[-212477,-35913],[-213396,-36195],[-210903,-35662],[-209584,-35424],[-207903,-34215],[-207525,-32858],[-207438,-28446],[-216484,-30509],[-216844,-30691],[-214979,-29961],[-216841,-32457],[-213009,-35764],[-205996,-33165],[-207873,-508723],[-210288,-502203],[-207736,-499603],[-206126,-507813],[-206511,-511147],[-213286,-522968],[-215291,-518739],[-206446,-512659],[-215224,-525973],[-205197,-526876],[-212207,-561287],[-206291,-566254],[-211352,-568189],[-209328,-567380],[-209288,-567895],[-206555,-567367],[-210172,-573207],[-208496,-573623],[-207009,-566421],[-211628,-581281],[-206960,-580081],[-211041,-578017],[-211281,-576689],[-214484,-598166],[-207134,-591052],[-212415,-608116],[-212054,-50755],[-211858,-50166],[-210371,-47038],[-209725,-47599],[-214712,-47879],[-212507,-50887],[-209841,-46684],[-213878,-46533],[-214208,-47057],[-212960,-47660],[-213676,-58630],[-216481,-52277],[-207571,-62297],[-207185,-59698],[-216218,-51497],[-216070,-52138],[-206968,-52958],[-216587,-59999],[-216685,-55039],[-216281,-53975],[-205135,-52863],[-211972,-53199],[-215572,-54523],[-214485,-52621],[-206961,-51886],[-207771,-52219],[-209031,-57402],[-208396,-57394],[-217383,-61946],[-215096,-60261],[-206378,-53478],[-215306,-58356],[-209318,-68266],[-207975,-63889],[-212879,-74190],[-213446,-75086],[-212879,-76345],[-213578,-74848],[-213582,-73370],[-209998,-73361],[-211289,-74470],[-211715,-74818],[-212379,-75428],[-211788,-74759],[-214031,-75927],[-213568,-75757],[-214772,-74749],[-214716,-76365],[-213934,-72432],[-213522,-71886],[-213214,-72965],[-214318,-72748],[-212574,-71014],[-211782,-70384],[-212765,-74956],[-211098,-73599],[-212108,-73033],[-211034,-72381],[-210520,-73211],[-210315,-73159],[-211909,-73642],[-211380,-75157],[-212176,-76594],[-210246,-75078],[-208837,-75506],[-211160,-74399],[-214097,-78260],[-213456,-77090],[-216518,-78058],[-215761,-78811],[-215261,-78174],[-216765,-77673],[-217028,-81793],[-216476,-81124],[-216106,-87109],[-211359,-86240],[-207413,-84350],[-206472,-82491],[-206720,-80616],[-210757,-77610],[-210468,-78143],[-213834,-78489],[-213241,-78168],[-217516,-83768],[-215120,-99385],[-207077,-96940],[-206720,-91794],[-207742,-97064],[-206536,-98227],[-206623,-96638],[-207053,-93488],[-205194,-100509],[-207940,-109134],[-212516,-105378],[-212738,-105708],[-212768,-106192],[-213687,-106590],[-210798,-104693],[-216541,-113857],[-216789,-114057],[-207341,-109482],[-210609,-104630],[-210478,-105032],[-216636,-112291],[-211992,-113793],[-211499,-111519],[-208667,-109877],[-210279,-110992],[-208886,-111890],[-210216,-112108],[-214646,-114776],[-215738,-113070],[-215517,-102439],[-211374,-102966],[-211818,-102821],[-209137,-113141],[-210527,-113523],[-206800,-114660],[-215601,2481],[-211495,12521],[-216658,10368],[-215240,1947],[-215181,3601],[-216217,10041],[-217491,12306],[-214371,9007],[-214428,10013],[-215251,8697],[-215145,6445],[-216784,7358],[-216470,10244],[-216048,10762],[-215314,6892],[-215010,10662],[-212281,12534],[-205160,133072],[-214488,135173],[-215627,140275],[-214048,132594],[-216099,132892],[-217543,129781],[-211699,139009],[-214354,140336],[-216194,132465],[-214295,132033],[-211860,133157],[-209942,139412],[-216545,130022],[-216563,131396],[-206464,129813],[-217045,132091],[-213539,136626],[-214664,132937],[-215847,133041],[-217172,130188],[-213481,133173],[-209161,137265],[-208937,133302],[-207350,130638],[-217433,132862],[-213545,134113],[-207312,140783],[-205443,140859],[-208881,138023],[-208654,135329],[-207689,133649],[-209288,133746],[-208429,129773],[-206999,128719],[-216804,130458],[-207389,140040],[-214376,138523],[-208608,136889],[-208177,135407],[-208099,134574],[-207876,133841],[-207667,129799],[-206560,130617],[-212617,141220],[-205471,148766],[-205399,149137],[-209713,149981],[-210112,149862],[-205429,152523],[-205823,151323],[-205059,150203],[-212342,143458],[-205611,148955],[-210685,148967],[-209253,149287],[-204022,152378],[-204956,151453],[-205783,141187],[-211179,144036],[-208706,144559],[-208707,153259],[-210032,150836],[-215974,147038],[-216739,147919],[-215778,152345],[-216407,150174],[-217223,153504],[-214909,149231],[-207115,153374],[-206686,152690],[-205094,147504],[-207172,146155],[-208834,142882],[-206554,142206],[-207575,141061],[-209387,146413],[-209606,144471],[-207680,153194],[-209580,151592],[-215511,152048],[-216290,149404],[-210858,153531],[-206938,152847],[-207500,152312],[-205136,146933],[-205359,147635],[-207068,145804],[-208304,143009],[-211461,153696],[-210406,144593],[-208444,145442],[-208453,152861],[-210604,151954],[-216077,146587],[-216798,147426],[-215346,151376],[-215992,150743],[-215208,147967],[-211941,153047],[-214134,150914],[-214502,147997],[-213964,147922],[-206775,151980],[-207162,151940],[-205050,147309],[-205985,147233],[-206821,145513],[-208392,141949],[-207881,141867],[-207381,154800],[-207629,153824],[-208433,164243],[-205652,154335],[-205844,155131],[-205128,163667],[-206469,161960],[-205303,163328],[-207195,162780],[-206176,163755],[-206032,164595],[-206249,164901],[-205479,163980],[-205680,164429],[-209676,166042],[-213010,157595],[-210928,155439],[-211221,157139],[-211975,162819],[-210897,153948],[-212909,155225],[-212876,156814],[-212069,159113],[-217005,155042],[-212398,158998],[-214723,158460],[-213638,160699],[-215016,164360],[-214389,164036],[-207596,158503],[-206299,155065],[-205386,154953],[-205032,163685],[-206127,161776],[-205613,163156],[-206454,165132],[-205309,164435],[-207848,165511],[-211730,166499],[-211161,156835],[-210767,154872],[-212708,156091],[-211771,161250],[-213562,157044],[-211386,159813],[-213415,159344],[-214220,159090],[-214928,162857],[-213910,161502],[-213908,165615],[-215035,166030],[-205147,155740],[-205411,154571],[-205148,161552],[-206043,163169],[-208430,164995],[-206682,163813],[-206008,164791],[-205394,164571],[-211894,157725],[-210884,154781],[-211332,157447],[-211384,162103],[-212853,154082],[-213441,156612],[-211441,159442],[-216428,153952],[-204870,164080],[-212960,160213],[-214397,158786],[-214685,162502],[-214448,163140],[-213658,165190],[-211745,167390],[-213642,167683],[-210099,167806],[-209655,167008],[-209406,167775],[-209634,168054],[-213257,167322],[-210020,167690],[-209669,167145],[-208436,167014],[-208164,166706],[-208111,168255],[-211464,166662],[-213345,167024],[-209844,167767],[-207485,166860],[-209668,168216],[-209728,168106],[-214246,167669],[-211858,229930],[-217038,230348],[-211591,230366],[-216384,229691],[-215415,230481],[-217240,230536],[-216723,229828],[-214624,241230],[-209207,236666],[-208490,240705],[-209412,241933],[-209198,242292],[-209166,238775],[-212458,242677],[-213204,238629],[-214031,240535],[-212742,235988],[-211953,237038],[-210589,241094],[-211419,239205],[-211045,239732],[-213515,240457],[-215350,238342],[-213029,242158],[-212152,241350],[-214867,234446],[-214732,232916],[-216902,232621],[-214831,231091],[-212990,235253],[-212035,233120],[-212063,234261],[-210641,234051],[-210414,233035],[-211161,232302],[-211379,231424],[-212328,230616],[-207158,231267],[-208849,237890],[-209582,238736],[-209113,239866],[-214878,242961],[-215280,241216],[-213646,242028],[-212554,242758],[-216971,236380],[-217521,233617],[-216413,233486],[-216589,231519],[-214244,232402],[-215264,232298],[-212677,234600],[-214518,235595],[-212972,236252],[-211260,237511],[-214188,239096],[-213373,239365],[-211182,241383],[-212242,242230],[-211502,241653],[-212018,239574],[-212376,233622],[-207368,232269],[-216339,231094],[-215250,233539],[-214383,232865],[-214558,236533],[-216882,231252],[-212048,238242],[-213620,240125],[-211890,236036],[-212495,241590],[-213373,240222],[-210866,239521],[-213271,231222],[-209353,232899],[-215034,240721],[-207983,240681],[-208082,241655],[-209669,243353],[-211968,241656],[-213081,238591],[-212336,236766],[-211494,235923],[-210661,241782],[-212548,239267],[-213099,240699],[-214465,239737],[-213186,242291],[-211086,240334],[-214246,237162],[-213709,235531],[-214797,233737],[-215818,232636],[-217164,231741],[-213220,232081],[-212623,232719],[-211181,235100],[-212423,236033],[-213563,234232],[-211232,234597],[-210816,233605],[-209823,233049],[-211042,232590],[-208952,232926],[-208898,237989],[-208781,238311],[-210601,239601],[-209572,239669],[-214912,241409],[-213314,241511],[-214050,242588],[-217409,234104],[-216269,234699],[-217486,232136],[-210036,236991],[-210351,235151],[-208461,241473],[-209861,241262],[-211923,242790],[-212894,235877],[-210587,236618],[-211178,238404],[-212180,239522],[-213223,240661],[-214470,238720],[-213290,237633],[-212549,241292],[-211685,240842],[-214185,235092],[-214170,233531],[-215197,233006],[-216610,231639],[-214538,231602],[-214061,231061],[-212414,232549],[-211532,234529],[-211673,235461],[-212698,234135],[-210895,234327],[-209256,233454],[-211539,232054],[-211287,231612],[-207498,231831],[-207989,233747],[-208724,236917],[-208729,240063],[-210512,238694],[-210063,239879],[-214460,240985],[-213431,242162],[-214195,242234],[-211435,243022],[-217122,235590],[-217402,234311],[-209022,232512],[-213325,235361],[-211474,236463],[-209749,240773],[-211634,230952],[-208849,233065],[-209293,243426],[-210207,244535],[-211137,244392],[-212818,243504],[-212452,20983],[-209996,20214],[-212467,15007],[-212087,16155],[-208653,13931],[-211005,17826],[-205305,21303],[-204986,14531],[-207597,13908],[-205071,22250],[-207625,17756],[-206981,19372],[-210625,15516],[-205899,20435],[-212485,17237],[-211145,20450],[-215185,13744],[-213525,15670],[-211633,16215],[-212249,13347],[-207377,19550],[-208016,19279],[-204944,20643],[-210200,23825],[-211316,13328],[-209535,13943],[-209166,14015],[-205925,14522],[-207393,17990],[-208147,18182],[-207870,17494],[-213670,14314],[-208472,19194],[-207868,18822],[-207428,19042],[-206200,17864],[-210513,17099],[-214985,16832],[-213742,20840],[-214225,37877],[-215291,38141],[-205940,29360],[-205127,33472],[-205271,30673],[-205076,32986],[-208351,35845],[-207198,26972],[-206508,26273],[-209883,28672],[-204895,37218],[-209928,28542],[-211306,29090],[-212245,36590],[-206326,30506],[-206575,30412],[-214442,47135],[-210039,47651],[-210549,48596],[-209043,45147],[-211846,44627],[-211595,42657],[-212787,40820],[-208706,40827],[-206958,44148],[-205109,43384],[-205700,39394],[-205582,39199],[-204980,40302],[-204816,38621],[-204979,55660],[-210044,52097],[-214562,52028],[-216767,64025],[-216792,63821],[-217191,64083],[-214475,63541],[-215285,62494],[-214541,60961],[-217234,62505],[-214140,63622],[-209810,62987],[-211557,58023],[-206349,59821],[-208098,63186],[-207761,61270],[-209526,54453],[-210216,55779],[-207990,56238],[-216765,63157],[-215013,62412],[-214630,63951],[-207525,75419],[-210429,75686],[-209385,76757],[-207543,69818],[-206554,73608],[-210747,71948],[-212840,69665],[-209561,72245],[-213073,66539],[-216031,68220],[-213429,65107],[-204957,72570],[-207255,69248],[-207154,72998],[-210743,71617],[-212953,69582],[-209805,72428],[-213295,66277],[-215782,69038],[-213552,64998],[-207846,69605],[-207132,73281],[-210676,71718],[-212805,69934],[-208963,72359],[-212619,65665],[-215665,68151],[-213026,65426],[-217489,70268],[-215365,69811],[-215174,68761],[-216019,64758],[-215545,64484],[-207134,67279],[-207996,66867],[-207060,69821],[-206136,71104],[-207730,72092],[-207137,72178],[-209509,73827],[-208816,74032],[-212195,71720],[-213508,72899],[-211470,69088],[-212073,69033],[-210295,70409],[-211331,69577],[-211492,67166],[-209817,68343],[-209773,75714],[-217442,64276],[-215826,65400],[-214476,64731],[-214792,69348],[-215663,69197],[-216732,65426],[-206624,68508],[-207663,66901],[-205762,70036],[-206697,70345],[-207726,71903],[-208128,72682],[-208927,73721],[-209366,72952],[-213238,72374],[-212584,72996],[-212608,69214],[-212133,69134],[-210790,70680],[-210176,69738],[-212318,67205],[-208041,70607],[-208642,75631],[-211390,76400],[-215606,65650],[-214541,64531],[-216707,75062],[-216153,76578],[-217263,75714],[-216861,89726],[-211367,77031],[-210694,88301],[-210775,87763],[-211781,87545],[-211513,89255],[-211757,87719],[-211015,87783],[-211510,89567],[-212012,87792],[-211403,85135],[-209226,86458],[-212714,79001],[-212590,77835],[-216405,79965],[-215281,78334],[-213994,79687],[-212628,77578],[-215645,78947],[-214996,78250],[-217599,84142],[-207502,96187],[-207487,99987],[-206287,98977],[-209075,102418],[-215522,100420],[-210808,96608],[-214531,99285],[-205699,91289],[-210082,95804],[-210434,96577],[-212512,100277],[-213015,97278],[-215477,102291],[-209077,95911],[-215366,97429],[-213376,97266],[-206407,94122],[-217009,92942],[-216812,92058],[-216213,92799],[-205108,106974],[-213009,110857],[-213807,113325],[-205144,113365],[-216662,114103],[-214683,103868],[-215196,104353],[-214261,113207],[-213423,111913],[-215961,104843],[-214518,112214],[-217416,114775],[-207517,108106],[-209623,113268],[-205093,110452],[-209739,107006],[-209772,102779],[-217110,105823],[-208462,113169],[-209946,106749],[-213263,105194],[-206258,111812],[-214865,112339],[-214632,113226],[-216317,103284],[-216437,103756],[-214701,103731],[-206887,117808],[-211088,122302],[-213059,116277],[-217261,117215],[-205146,123381],[-208905,127319],[-215533,119650],[-214675,124958],[-209264,125708],[-207966,124353],[-214950,120286],[-215910,118941],[-211138,128078],[-207007,121194],[-213020,121987],[-205801,127006],[-205973,117539],[-213201,122128],[-208201,116850],[-217002,115834],[-205094,119988],[-206251,118039],[-207457,126358],[-206190,124537],[-213605,116858],[-213327,117747],[-217539,121013],[-207983,124942],[-207251,125111],[-213035,118283],[-214623,117086],[-216722,122550],[-216471,122705],[-222774,-117217],[-222368,-116213],[-218472,-121943],[-218173,-119709],[-222814,-118523],[-228280,-118842],[-220818,-137616],[-220006,-140109],[-218829,-131229],[-219604,-132656],[-220135,-133592],[-220160,-132508],[-218360,-135745],[-226351,-128848],[-227653,-128755],[-226621,-145093],[-224859,-145237],[-227321,-148531],[-218514,-141170],[-219019,-162638],[-219452,-156630],[-217785,-156631],[-219875,-161395],[-218271,-162170],[-221657,-158155],[-223585,-157450],[-221430,-155298],[-225389,-157863],[-218195,-162568],[-220035,-162993],[-225708,-164091],[-219012,-163471],[-224843,-159851],[-226214,-163232],[-226613,-163204],[-222133,-158619],[-222477,-158372],[-223863,-159595],[-222934,-158073],[-219506,-155850],[-224250,-155078],[-227356,-160268],[-218203,-162689],[-219754,-163523],[-219577,-163433],[-219988,-162659],[-224050,-159747],[-224591,-158406],[-224876,-159477],[-225074,-161214],[-225751,-162958],[-225297,-164079],[-225011,-164083],[-225047,-163678],[-217807,-162562],[-226502,-164392],[-225517,-191058],[-227859,-190419],[-226766,-199393],[-230346,-201153],[-218508,-196650],[-218518,-197436],[-219245,-192083],[-219932,-192774],[-225361,-208482],[-229305,-211352],[-228555,-211705],[-224369,-215833],[-217931,-207987],[-217651,-210362],[-218871,-206350],[-219656,-227091],[-221181,-225680],[-219123,-226841],[-227343,-221462],[-222863,-218572],[-223207,-219358],[-218516,-229572],[-223307,-226734],[-226085,-224998],[-228345,-222555],[-230009,-222588],[-230299,-222569],[-229173,-227061],[-220964,-228526],[-221660,-227872],[-222144,-227411],[-223808,-229975],[-228480,-228101],[-219715,-229906],[-223310,-227073],[-226268,-224466],[-228819,-228113],[-229951,-229989],[-223027,-229507],[-227072,-227419],[-220109,-227718],[-224742,-227084],[-225330,-226137],[-228062,-221802],[-230111,-221883],[-226544,-230127],[-228176,-228724],[-220892,-228390],[-222289,-228481],[-221848,-226851],[-219806,-228136],[-224622,-227124],[-229026,-222191],[-226839,-228780],[-229681,-228630],[-229086,-230092],[-220382,-228148],[-221784,-228123],[-222067,-227501],[-224121,-227957],[-227396,-227347],[-228227,-229120],[-227145,-228370],[-230325,-231310],[-219023,-234391],[-226471,-230439],[-218084,-233870],[-218458,-235081],[-220021,-235979],[-219528,-236019],[-219805,-238285],[-218759,-238851],[-222851,-239013],[-222366,-238821],[-219729,-237966],[-221029,-237009],[-221075,-234096],[-221731,-235556],[-224346,-233623],[-222520,-231840],[-225039,-231268],[-223910,-232166],[-224103,-236206],[-225417,-236601],[-227183,-234955],[-229614,-231725],[-227660,-236733],[-226511,-236089],[-227760,-237018],[-227306,-237139],[-229592,-235576],[-220599,-240349],[-220259,-241022],[-222016,-241693],[-218352,-242218],[-217944,-242699],[-220149,-242361],[-225760,-240439],[-226450,-242777],[-223655,-240941],[-224286,-241363],[-229793,-241148],[-230022,-240899],[-229194,-239284],[-229145,-238726],[-219091,-233577],[-217655,-236077],[-228168,-230345],[-219823,-238888],[-219493,-236416],[-223183,-234988],[-228827,-236958],[-228948,-238614],[-230076,-239836],[-218157,-10941],[-217691,-10808],[-217976,-10764],[-229733,-579],[-229964,-469],[-230190,-414],[-230344,-218],[-220562,-3820],[-227216,-11640],[-228846,-9269],[-222003,-243296],[-221117,-243491],[-226302,-243381],[-223233,-244151],[-218968,-249639],[-229485,-244830],[-220765,-246408],[-226736,-245011],[-226296,-244353],[-225236,-246929],[-217613,-252202],[-222835,-248252],[-225571,-246818],[-222426,-245944],[-226024,-248238],[-220993,-266892],[-224353,-267587],[-225748,-268415],[-228165,-268403],[-224949,-267524],[-229348,-267891],[-228789,-275978],[-223761,-279808],[-218671,-279269],[-219767,-280076],[-221260,-279649],[-222963,-281138],[-219405,-279182],[-228438,-275763],[-229917,-276445],[-224845,-280314],[-222881,-278621],[-221111,-269512],[-219356,-271145],[-227367,-269801],[-221112,-271288],[-223197,-272928],[-227713,-277637],[-228819,-277215],[-224993,-280986],[-228651,-271823],[-220582,-273191],[-222636,-276530],[-220853,-276563],[-220064,-271988],[-227047,-269266],[-224846,-271412],[-228420,-278719],[-229122,-270570],[-224868,-275790],[-227922,-270534],[-223408,-271883],[-228611,-281096],[-229636,-269008],[-223971,-273733],[-221119,-277422],[-227333,-277200],[-225776,-281074],[-218895,-278805],[-222013,-280515],[-220336,-279466],[-219252,-289704],[-227441,-292511],[-219993,-288304],[-222861,-290743],[-226375,-293808],[-220820,-282780],[-223216,-293326],[-227310,-287990],[-222190,-286603],[-221295,-285249],[-223367,-284520],[-225070,-281804],[-225300,-281726],[-227530,-282304],[-229738,-283449],[-229153,-285799],[-218301,-282190],[-226347,-287900],[-225916,-288714],[-227518,-288905],[-230031,-288849],[-228295,-289532],[-219922,-292888],[-218258,-293232],[-217721,-292729],[-222017,-293071],[-221052,-287737],[-221524,-281931],[-224801,-284639],[-218303,-281951],[-223308,-291277],[-228029,-287946],[-229454,-291676],[-219342,-292874],[-221604,-293184],[-227807,-292867],[-220605,-285858],[-223125,-281931],[-227618,-283601],[-226086,-288577],[-229243,-288465],[-228256,-290145],[-228910,-291795],[-230243,-292874],[-217860,-293091],[-222466,-291449],[-217953,-288529],[-227361,-293667],[-221641,-292264],[-221561,-292384],[-222559,-292099],[-217652,-291349],[-229947,-299892],[-220460,-294560],[-223753,-298454],[-225057,-295019],[-225093,-305967],[-228891,-306886],[-222084,-299177],[-219147,-294967],[-224539,-297265],[-224272,-304999],[-228714,-295435],[-220833,-294778],[-221368,-305586],[-224323,-302326],[-218368,-301225],[-228552,-299888],[-221937,-311275],[-219879,-310327],[-220335,-311684],[-220573,-312861],[-224307,-308539],[-220718,-312487],[-228372,-312615],[-228329,-310153],[-224165,-309093],[-225639,-315678],[-227480,-311581],[-224682,-307983],[-220468,-319729],[-223791,-317933],[-219908,-318154],[-221558,-318312],[-226850,-318273],[-219658,-313279],[-226333,-318030],[-225392,-319186],[-219008,-319549],[-223877,-317376],[-218064,-319773],[-224560,-316213],[-218324,-312160],[-218732,-312237],[-222807,-319778],[-222385,-317314],[-229038,-318929],[-227489,-318494],[-228807,-317925],[-222137,-316350],[-220371,-315592],[-221017,-315924],[-230318,-320368],[-218375,-325359],[-228493,-323933],[-225733,-324567],[-227250,-326922],[-219826,-320131],[-222888,-325070],[-225387,-327085],[-227293,-326141],[-225193,-320018],[-220036,-327991],[-224282,-328395],[-227605,-337928],[-229921,-339606],[-229965,-339585],[-228955,-337967],[-228338,-340731],[-219976,-339461],[-228945,-351122],[-229167,-352733],[-229063,-352492],[-229157,-351089],[-229583,-351958],[-228993,-350320],[-230295,-350107],[-225590,-348674],[-224847,-349916],[-228669,-350345],[-227933,-349663],[-224084,-369773],[-228356,-369475],[-230006,-370826],[-227886,-364558],[-218145,-361925],[-218597,-359527],[-218105,-360986],[-218560,-361468],[-218607,-360679],[-222828,-24173],[-219021,-16146],[-227043,-21521],[-225633,-22537],[-226548,-22220],[-224741,-24994],[-222833,-19562],[-217601,-18719],[-225203,-18199],[-227541,-16677],[-224075,-20230],[-218167,-20187],[-220995,-18838],[-223578,-19417],[-223853,-19770],[-222677,-24673],[-219054,-382380],[-219404,-373756],[-224588,-378475],[-220013,-376914],[-229363,-376672],[-223909,-376205],[-226690,-374353],[-217890,-374065],[-219562,-373030],[-221176,-371411],[-218611,-374001],[-223174,-373694],[-220744,-372799],[-223691,-373354],[-230195,-371126],[-225460,-376077],[-223609,-373144],[-225417,-379143],[-217685,-394086],[-218766,-396083],[-217710,-395456],[-218078,-391222],[-219309,-393898],[-225431,-391972],[-227532,-390088],[-219227,-395399],[-220167,-387305],[-229436,-391613],[-229781,-389062],[-226918,-394723],[-221988,-392828],[-219334,-406857],[-219794,-408407],[-223836,-402978],[-217651,-407738],[-218223,-398866],[-218583,-400764],[-218049,-396628],[-226116,-413995],[-227341,-414711],[-227630,-413779],[-219177,-412430],[-228743,-413350],[-226489,-416179],[-221719,-413657],[-226926,-414537],[-225625,-414127],[-227193,-415927],[-219222,-413244],[-219018,-415218],[-228896,-417042],[-219262,-426274],[-219012,-428123],[-221074,-424905],[-220156,-422283],[-228304,-426393],[-228058,-425795],[-218388,-485643],[-224996,-484121],[-223004,-474097],[-219922,-488883],[-219641,-488400],[-225256,-490461],[-225652,-490059],[-228512,-491214],[-227973,-492074],[-226002,-35158],[-218461,-31555],[-225745,-33520],[-223473,-29403],[-218226,-29651],[-218556,-29789],[-218386,-29760],[-217607,-31528],[-225212,-499915],[-222356,-499634],[-226807,-510324],[-226688,-510943],[-225671,-507837],[-226293,-508155],[-224475,-508501],[-225085,-508929],[-224547,-503302],[-221776,-501438],[-223737,-509014],[-222081,-504478],[-221975,-504979],[-222726,-514293],[-226337,-519438],[-223658,-512770],[-226594,-537011],[-217657,-532465],[-225235,-540601],[-228494,-540569],[-228491,-541665],[-227841,-537717],[-228699,-537632],[-224548,-536170],[-224806,-540520],[-225236,-555900],[-225532,-554775],[-225479,-555327],[-227529,-574844],[-221610,-569128],[-219196,-567051],[-223286,-568669],[-219751,-596660],[-220066,-591842],[-225054,-603435],[-224534,-604582],[-227281,-603242],[-225616,-604500],[-227948,-45375],[-220446,-50864],[-221272,-48519],[-220428,-48184],[-223962,-48440],[-223151,-48414],[-221049,-44440],[-221532,-45363],[-230269,-42756],[-223174,-42668],[-229252,-41368],[-229560,-48238],[-222932,-42774],[-220882,-50716],[-221033,-48828],[-220489,-51435],[-218812,-54446],[-219248,-55219],[-218958,-61095],[-226385,-52013],[-228927,-57717],[-230154,-58269],[-229918,-59594],[-218612,-55178],[-217186,-62897],[-217843,-56310],[-217996,-55709],[-229944,-58549],[-219925,-62009],[-221186,-60067],[-220177,-75809],[-222092,-75138],[-219652,-74284],[-225362,-64225],[-220199,-73894],[-229215,-74026],[-218815,-82463],[-224337,-84643],[-223497,-84983],[-223497,-84983],[-221818,-78200],[-219839,-77353],[-224075,-84281],[-221684,-83976],[-220355,-83004],[-221264,-84773],[-221443,-82698],[-221997,-84601],[-222219,-84806],[-222139,-78769],[-220497,-77930],[-217987,-78129],[-219286,-80184],[-220562,-81674],[-220868,-80476],[-221068,-82350],[-219568,-80733],[-218500,-80707],[-218034,-81853],[-218029,-82407],[-221696,-84525],[-220637,-83438],[-223247,-86532],[-221809,-82154],[-222428,-83069],[-223065,-83481],[-220226,-81029],[-219460,-81616],[-221887,-82983],[-225853,-78570],[-229546,-88425],[-226189,-84226],[-223938,-87996],[-220874,-85040],[-219758,-83769],[-219952,-84962],[-224365,-82723],[-224220,-83602],[-225412,-83911],[-225920,-85128],[-223724,-86858],[-221633,-85319],[-218452,-83285],[-219438,-83494],[-219000,-85246],[-223071,-82268],[-224347,-86606],[-224853,-86397],[-229870,-77699],[-229558,-77445],[-230043,-87505],[-229727,-87468],[-227625,-85446],[-229369,-86213],[-228099,-85327],[-227476,-89282],[-227036,-79449],[-223387,-87426],[-229043,-89052],[-229358,-87832],[-228673,-85962],[-229030,-85143],[-220199,-87048],[-220936,-86273],[-224576,-86360],[-227487,-78551],[-229449,-76988],[-229553,-87063],[-230351,-91382],[-227358,-90124],[-228608,-89588],[-229675,-89719],[-228359,-92052],[-226234,-89962],[-228285,-91150],[-230027,-91049],[-230115,-90683],[-229975,-91603],[-229981,-92129],[-224815,-106849],[-224934,-107003],[-225206,-107033],[-223858,-107540],[-223384,-107845],[-226440,-106213],[-217648,9163],[-218365,4466],[-224511,9623],[-227544,9842],[-226646,10202],[-223565,12403],[-222008,12215],[-221153,11900],[-220015,11581],[-220354,10020],[-228971,4961],[-218435,3819],[-220046,6821],[-221619,7894],[-221153,9316],[-224395,8459],[-224689,8348],[-220141,12346],[-219013,1707],[-220080,5752],[-221992,6691],[-225906,8319],[-229607,8084],[-218374,12220],[-219679,9204],[-218274,10195],[-219970,12090],[-219781,9531],[-229235,4955],[-217947,131540],[-222510,136068],[-223062,139127],[-218368,129274],[-218554,129516],[-218273,129505],[-218053,136388],[-223918,137528],[-218333,133047],[-230003,138899],[-229217,135044],[-218697,136243],[-223801,139133],[-226856,135580],[-217638,129319],[-218822,128411],[-218888,128906],[-221267,134783],[-222275,135097],[-230237,131087],[-220642,134993],[-221006,135320],[-222566,134007],[-224057,134042],[-227723,132660],[-229288,132109],[-229472,131652],[-223048,130281],[-230004,134397],[-229549,134466],[-219119,138150],[-220044,137946],[-220791,137137],[-222453,133703],[-223221,135288],[-222369,140753],[-229861,132083],[-222731,129166],[-223193,131107],[-229865,134888],[-228972,135835],[-219103,138727],[-227672,132043],[-228708,131803],[-222747,128981],[-227053,129469],[-229212,129539],[-223538,129193],[-226165,130195],[-227018,129882],[-227906,132148],[-229682,130767],[-225417,129739],[-225794,130208],[-220077,142629],[-228598,145210],[-230177,143541],[-228761,141708],[-228116,141675],[-227704,143547],[-228723,142695],[-217727,144988],[-218953,152541],[-223719,150812],[-223804,152634],[-224279,150276],[-222043,147695],[-224960,147301],[-226200,147847],[-226955,149188],[-228656,149645],[-227599,148415],[-226753,146202],[-223375,142218],[-222308,141765],[-222071,143457],[-224663,145486],[-219225,148146],[-219234,147093],[-220518,146644],[-219507,151775],[-226538,143047],[-224515,152934],[-228286,144912],[-226756,142506],[-218406,152977],[-223225,150796],[-224313,153271],[-223334,149099],[-222425,147795],[-224009,146596],[-224415,147761],[-226602,149065],[-230030,148664],[-228351,149034],[-226975,146311],[-222704,142315],[-223094,141828],[-221543,143010],[-224309,144804],[-220099,147928],[-219437,146792],[-221295,147187],[-218842,152187],[-226615,141376],[-227982,143204],[-224831,152231],[-218190,152537],[-222282,153612],[-223308,150945],[-224240,152658],[-223218,149823],[-223244,148645],[-223406,146072],[-226098,148077],[-226289,148028],[-230109,148442],[-229080,148732],[-226122,145630],[-223620,142638],[-221368,143539],[-223909,144630],[-219396,148494],[-218738,147309],[-220703,147455],[-219917,151040],[-230228,141231],[-229548,141069],[-227385,141958],[-227018,141579],[-224342,151039],[-217855,154182],[-223013,154643],[-220896,154646],[-217811,155700],[-219667,156813],[-224974,154488],[-218792,156371],[-220806,156470],[-223668,154160],[-221640,155879],[-223923,156578],[-224311,154281],[-217603,155135],[-221446,156497],[-222389,156676],[-223748,155074],[-221941,156284],[-219481,155308],[-220109,230053],[-220443,230535],[-221321,230367],[-220824,228990],[-221841,229643],[-221704,229918],[-224089,228968],[-219676,229295],[-219439,228892],[-219140,229622],[-221514,229919],[-221637,227972],[-221719,228577],[-221959,229584],[-223825,229374],[-221267,228733],[-221007,229449],[-222785,229199],[-219698,229504],[-219263,228637],[-222047,227705],[-221669,228232],[-223655,228201],[-218689,235586],[-218748,235384],[-220747,231948],[-218694,231595],[-223339,231167],[-220795,232870],[-221608,231779],[-220797,233031],[-220600,230730],[-219722,232299],[-217852,235169],[-220255,230731],[-221940,231645],[-222805,230950],[-218330,232672],[-218547,234371],[-219658,232248],[-218022,234032],[-219965,231380],[-221678,232469],[-222457,231134],[-225128,15180],[-221763,25031],[-229680,17677],[-219451,17156],[-217914,16278],[-225256,15406],[-226731,24696],[-221369,25009],[-220732,14011],[-224449,14725],[-224522,20165],[-223418,14703],[-225148,15495],[-228199,22268],[-219726,14265],[-217979,18532],[-219294,13320],[-224622,267282],[-223447,267291],[-229818,267087],[-229438,267256],[-227616,268096],[-226267,265219],[-225195,266315],[-224439,268354],[-223336,266684],[-229412,268949],[-227189,267432],[-226639,265393],[-224829,265842],[-224424,267082],[-223414,267077],[-229969,268963],[-229057,267192],[-228339,267434],[-226213,265904],[-226471,264628],[-225505,265259],[-227634,269322],[-225302,272542],[-225770,271458],[-226362,270893],[-230027,269377],[-229807,271319],[-229531,272636],[-230186,270194],[-229305,276990],[-229287,277956],[-228827,274074],[-226192,269541],[-224550,270856],[-226206,270047],[-229180,272298],[-228975,277424],[-226986,276740],[-228243,277188],[-228813,278121],[-226628,269427],[-225846,272034],[-226338,269548],[-229140,271344],[-228980,276628],[-229669,278466],[-229246,331877],[-228851,323524],[-228094,321438],[-228199,337074],[-227752,336831],[-225705,334202],[-229233,334205],[-226105,336722],[-227615,344670],[-227252,335213],[-226768,335572],[-227655,336781],[-227071,336221],[-229740,354868],[-228473,357869],[-226026,357084],[-226645,358397],[-227263,346983],[-227311,356493],[-229246,348458],[-226290,354904],[-226967,358541],[-229300,345803],[-226282,357319],[-227090,356030],[-228524,356346],[-227326,347867],[-228661,350995],[-226160,355429],[-229816,346507],[-226349,358381],[-228186,357599],[-225643,359973],[-229500,367926],[-228895,364653],[-228481,366189],[-224914,359360],[-230347,367721],[-222938,38524],[-222518,32052],[-219163,33600],[-228022,34988],[-227128,32522],[-228348,34960],[-230052,38402],[-222835,37722],[-222557,37879],[-217686,42343],[-220230,41020],[-224377,40886],[-226520,43325],[-227817,43345],[-225684,39329],[-229315,39252],[-221085,42837],[-225083,44426],[-225452,39369],[-225548,45661],[-219830,44706],[-229330,47465],[-227579,49110],[-223566,49448],[-224592,50530],[-223881,47350],[-230312,49149],[-229750,46951],[-228813,48492],[-228755,586255],[-227863,586608],[-230158,586122],[-229684,585939],[-229839,587003],[-223264,58197],[-225269,59403],[-218330,60779],[-220660,57734],[-218616,62492],[-218717,61702],[-217957,59736],[-219941,59888],[-218689,58095],[-219335,60370],[-227051,55158],[-220048,63306],[-225602,57952],[-225659,60144],[-226953,63286],[-221490,58217],[-220770,59714],[-219162,55127],[-223216,54799],[-229773,51928],[-225280,55663],[-224648,61068],[-227502,58120],[-218588,60577],[-222948,55444],[-219073,59738],[-229865,68103],[-222071,73694],[-221889,66708],[-223383,66951],[-222998,67419],[-222059,71006],[-227930,68957],[-223839,67029],[-226384,67012],[-221234,66685],[-222467,66969],[-222083,70372],[-227784,69937],[-221637,66557],[-222160,66879],[-222642,70752],[-228046,66033],[-230212,65391],[-229373,66120],[-228901,65433],[-227909,70392],[-227748,70405],[-228641,69356],[-229637,68724],[-223779,71870],[-224101,70954],[-223846,69939],[-220814,69203],[-220383,70109],[-218042,70632],[-217738,70477],[-224459,67159],[-220608,70389],[-221336,70104],[-221538,69589],[-220659,68614],[-218331,67432],[-224314,67705],[-225104,67446],[-224665,67981],[-224387,69180],[-222989,67882],[-223220,67346],[-222692,69567],[-222120,68543],[-222646,68890],[-223675,70787],[-225286,71566],[-225965,72473],[-229343,66440],[-226766,70082],[-227519,70251],[-228594,69475],[-228946,69223],[-223598,71770],[-223746,71914],[-223383,70424],[-221025,68994],[-220347,69462],[-218142,69865],[-220870,70073],[-221713,70863],[-221196,69625],[-220700,69019],[-218968,67520],[-224116,67566],[-225233,67246],[-224008,68182],[-224051,68569],[-222929,68549],[-223511,67254],[-222917,68070],[-222989,68657],[-223556,71166],[-225099,71322],[-225904,71931],[-219608,73374],[-219852,76901],[-219415,76014],[-219828,73423],[-218496,75218],[-219148,76526],[-222213,85715],[-221806,85810],[-221584,85316],[-220064,78080],[-218893,78970],[-219995,80127],[-221408,80355],[-222855,78181],[-222774,78348],[-222731,79767],[-222149,78225],[-225482,78874],[-224160,80442],[-223881,78910],[-223723,79272],[-221508,81286],[-221498,81608],[-222637,80808],[-222537,83330],[-217924,84990],[-217701,83933],[-218365,83836],[-221512,84753],[-222125,85058],[-222176,84545],[-220295,80536],[-230175,81424],[-229907,83988],[-230095,80394],[-228986,80346],[-223742,81653],[-222777,83891],[-222370,85370],[-229051,84521],[-228894,89362],[-227529,84241],[-228733,82140],[-218243,77169],[-224202,81010],[-219455,80297],[-219122,79811],[-220179,79142],[-220653,79760],[-222511,79757],[-222615,79005],[-224513,77962],[-225592,78806],[-224078,78183],[-224671,79560],[-221469,81236],[-221559,81213],[-217816,85410],[-218241,83336],[-221646,84714],[-219927,80635],[-229080,85481],[-229680,89742],[-229373,84279],[-228855,80806],[-229083,82564],[-227006,84637],[-229407,80067],[-229429,81100],[-224972,82751],[-224290,86804],[-225075,84111],[-223122,83783],[-224152,83275],[-224053,81568],[-223042,85025],[-227289,88999],[-226884,83146],[-228434,85165],[-223128,83119],[-223628,85598],[-229362,84188],[-229254,81882],[-229174,81549],[-223098,81658],[-224574,82946],[-224314,84576],[-227428,80979],[-227917,89045],[-228228,83863],[-225889,102063],[-225631,97034],[-227675,97454],[-228138,96798],[-227185,95347],[-227341,97403],[-224066,98731],[-222712,99149],[-228603,98989],[-226308,101492],[-225044,102242],[-225002,99759],[-226082,102316],[-222306,91622],[-223741,99784],[-224196,101359],[-226801,98370],[-223672,92225],[-222140,96753],[-225247,96911],[-229751,96886],[-227984,98696],[-217841,92689],[-218999,93442],[-219371,93884],[-219145,94382],[-219332,95716],[-219554,95687],[-220894,90152],[-221829,90784],[-222199,92549],[-222369,91043],[-222090,91743],[-229189,96381],[-227589,95770],[-225968,98969],[-228747,98419],[-229780,89966],[-229337,91866],[-229092,91649],[-230182,92045],[-228721,89943],[-219080,108955],[-219073,108267],[-227176,112992],[-227794,110929],[-226059,106473],[-229958,114163],[-229681,108990],[-229902,103401],[-229596,109380],[-227685,103544],[-224926,106227],[-225288,113059],[-226194,112162],[-230007,105841],[-220045,107755],[-219987,107992],[-226142,111079],[-226714,110785],[-228047,109785],[-229505,105887],[-228850,105810],[-225242,102930],[-225995,103384],[-229410,115177],[-226586,114086],[-226083,103166],[-226540,111808],[-221984,108273],[-221387,109979],[-225315,110120],[-226869,109627],[-230009,111606],[-227224,106479],[-229461,105050],[-227823,104723],[-224118,103472],[-230288,108877],[-221656,121783],[-219748,120357],[-220386,116951],[-221596,117578],[-217750,126619],[-217677,121146],[-222740,126111],[-223847,124751],[-217788,125321],[-218078,125369],[-219944,118601],[-218901,119374],[-221899,116620],[-220987,116257],[-221759,119997],[-221931,126802],[-218524,125112],[-220598,118870],[-223792,124991],[-222492,123514],[-218330,126852],[-218563,126061],[-217682,120961],[-217620,122135],[-220376,118143],[-221170,117442],[-220174,116445],[-229171,125096],[-226434,126736],[-223095,119363],[-225224,120076],[-228774,125336],[-230187,124152],[-228521,121178],[-227492,121582],[-226110,119090],[-222658,116584],[-225547,125692],[-229135,124154],[-227856,121986],[-224095,116492],[-224105,115873],[-222858,118142],[-223742,117244],[-230102,124870],[-230152,124585],[-229103,121934],[-228405,121576],[-225513,117735],[-227192,118847],[-222485,115698],[-239081,-125337],[-238322,-124719],[-236157,-121344],[-241936,-118542],[-237809,-115873],[-237828,-115213],[-230761,-118109],[-230615,-124007],[-233093,-127696],[-239795,-126900],[-234268,-118173],[-240609,-127523],[-235275,-137609],[-235071,-133893],[-243119,-140457],[-232963,-130195],[-232135,-131794],[-231937,-134805],[-231358,-136374],[-230781,-139850],[-235606,-138474],[-241336,-137164],[-238666,-129727],[-236048,-136707],[-237018,-134362],[-241190,-140537],[-230488,-142216],[-230511,-149585],[-232716,-153013],[-238174,-152839],[-240533,-149400],[-238285,-144808],[-234217,-142960],[-242862,-142900],[-242715,-143213],[-239657,-142153],[-238972,-142105],[-241475,-142736],[-239537,-141597],[-241613,-162283],[-242052,-161412],[-230686,-157076],[-233961,-157953],[-239916,-159088],[-241407,-156023],[-242572,-174472],[-240584,-174734],[-239157,-184733],[-241029,-180290],[-237317,-201574],[-238918,-201143],[-241246,-200158],[-231885,-196522],[-232479,-212967],[-231304,-207539],[-231006,-208268],[-230856,-215989],[-242631,-212671],[-243071,-206457],[-242221,-206739],[-240405,-205652],[-239323,-211215],[-238202,-216932],[-240342,-214095],[-242821,-215818],[-238087,-210923],[-239915,-216153],[-242015,-215491],[-243103,-216798],[-239789,-216780],[-242460,-214254],[-242893,-216771],[-240221,-216768],[-241840,-215104],[-241911,-216079],[-232484,-226687],[-232522,-228235],[-235121,-224280],[-240216,-222519],[-235504,-219316],[-237229,-217671],[-231160,-224668],[-232199,-227686],[-232312,-226235],[-234756,-225119],[-238222,-222600],[-234913,-219552],[-237337,-219079],[-231390,-229085],[-233802,-226004],[-235002,-225362],[-240460,-222035],[-235442,-220360],[-238682,-219001],[-233027,-227905],[-232552,-227694],[-233956,-224707],[-238689,-222872],[-234979,-219516],[-237200,-218185],[-240317,-228762],[-242121,-229710],[-242624,-227691],[-232856,-225741],[-241694,-240755],[-242498,-242426],[-236116,-242980],[-240670,-235837],[-239887,-242848],[-240330,-240983],[-240417,-241832],[-241894,-242831],[-241902,-237052],[-242349,-238621],[-242132,-238805],[-241617,-238859],[-240460,-236855],[-241124,-234472],[-230725,-239279],[-235640,-237235],[-235623,-238426],[-241957,-240807],[-230645,-230750],[-243164,-236963],[-240820,-241417],[-230545,-233324],[-231043,-236739],[-230780,-238883],[-232819,-236213],[-233358,-234293],[-233231,-238830],[-234574,-236168],[-234125,-234800],[-235432,-233918],[-234726,-240155],[-237192,-240043],[-231793,-241901],[-230634,-241493],[-230984,-241272],[-239050,-230283],[-237927,-234561],[-238652,-234700],[-240861,-232714],[-240040,-234003],[-239214,-233988],[-239085,-234318],[-239465,-234990],[-239386,-235337],[-236237,-236659],[-236072,-235189],[-239504,-237567],[-239593,-237120],[-242488,-238048],[-241060,-238269],[-242916,-232925],[-239729,-230202],[-242056,-238071],[-242457,-236079],[-235366,-232550],[-234381,-232223],[-235466,-1043],[-233966,-1922],[-232766,-1944],[-232609,-456],[-230952,-1040],[-230607,-766],[-234731,-11375],[-236334,-6691],[-236296,-6534],[-235646,-11029],[-237840,-10440],[-237753,-11363],[-236285,-10506],[-235591,-10571],[-239026,-5264],[-232134,-585],[-233624,-2244],[-238852,-9773],[-235969,-8806],[-233807,-12346],[-236368,-12428],[-237368,-11426],[-237057,-8472],[-239115,-11095],[-238676,-11458],[-235210,-3349],[-236143,-5673],[-235507,-7933],[-232673,-6100],[-239888,-2179],[-239767,-1014],[-237019,-7210],[-238908,-7723],[-236570,172],[-239452,-4059],[-239472,-2537],[-237605,-2904],[-237418,-4908],[-238643,-4849],[-237806,-243461],[-231658,-244428],[-235194,-246274],[-242641,-247563],[-237255,-248578],[-239491,-243013],[-241469,-243112],[-235117,-243971],[-235839,-244948],[-241680,-245998],[-242532,-246852],[-243004,-247400],[-236670,-248475],[-236675,-249417],[-239059,-243547],[-235698,-244717],[-233780,-246049],[-236049,-245065],[-241529,-247235],[-243165,-247456],[-238583,-248434],[-239881,-267403],[-240449,-268115],[-240402,-267326],[-241641,-268522],[-242162,-266402],[-241981,-266048],[-241934,-265409],[-240364,-266653],[-241298,-268576],[-233320,-267138],[-230833,-266270],[-231658,-267512],[-241503,-270049],[-242475,-270911],[-236112,-275193],[-243139,-279956],[-231810,-280357],[-234059,-275814],[-241147,-268837],[-241314,-270020],[-241870,-271967],[-236897,-274918],[-235692,-276005],[-232111,-279046],[-231882,-276138],[-233813,-275469],[-235846,-270329],[-242662,-274629],[-241874,-272160],[-238566,-278481],[-240932,-277107],[-241654,-275703],[-242355,-275245],[-242058,-277068],[-238039,-281279],[-230477,-281109],[-231283,-271583],[-235217,-271383],[-235244,-271276],[-231356,-268637],[-239032,-275509],[-240043,-280424],[-230732,-277889],[-234034,-271350],[-237724,-271327],[-239718,-275137],[-242436,-272222],[-242092,-280138],[-235711,-270482],[-241235,-268708],[-241531,-269730],[-241768,-268635],[-241969,-271016],[-243143,-270768],[-238805,-275970],[-233154,-276296],[-232108,-280521],[-231352,-274648],[-232494,-276398],[-242609,-292281],[-236309,-287332],[-236775,-287387],[-242174,-288971],[-240158,-281479],[-236079,-282692],[-234629,-284266],[-235991,-288050],[-234269,-290809],[-232691,-282933],[-231301,-286639],[-230583,-289974],[-234538,-286284],[-234035,-287582],[-233323,-290801],[-232456,-289024],[-231868,-284709],[-231968,-283228],[-231030,-293891],[-235860,-289413],[-236359,-289076],[-241992,-289319],[-236808,-283035],[-237105,-283438],[-235339,-287239],[-232585,-290153],[-234067,-284151],[-231836,-286325],[-231356,-293506],[-234885,-290088],[-235417,-289957],[-233393,-292374],[-236432,-292222],[-237674,-287956],[-241123,-283197],[-234107,-293421],[-236873,-290922],[-238038,-288803],[-240709,-285136],[-238093,-288167],[-240273,-289072],[-238839,-288389],[-234917,-291496],[-239968,-290933],[-242159,-286608],[-233687,-293669],[-233928,-292959],[-242644,-282136],[-242377,-282362],[-238748,-283269],[-238785,-282590],[-232007,-294118],[-233297,-293030],[-237753,-288408],[-237120,-292913],[-240063,-286279],[-238044,-288098],[-239708,-290620],[-238818,-290444],[-233539,-293506],[-237936,-292076],[-237253,-288372],[-240686,-286957],[-241712,-282950],[-240118,-290462],[-241586,-283219],[-237479,-299119],[-237094,-298639],[-230818,-305905],[-232566,-302770],[-238670,-297061],[-238341,-304366],[-239366,-298456],[-237185,-297204],[-233390,-304758],[-233839,-300471],[-242729,-303279],[-237659,-303126],[-241757,-296298],[-242527,-296784],[-236380,-298672],[-240452,-304775],[-235274,-298598],[-233887,-302028],[-239734,-300644],[-233617,-301379],[-240934,-300302],[-232617,-302153],[-231977,-295651],[-233617,-304101],[-235581,-296593],[-237700,-295303],[-236295,-294934],[-231829,-294704],[-234389,-295926],[-236258,-295779],[-237978,-296113],[-238693,-296119],[-239421,-312244],[-231535,-314084],[-231952,-313005],[-238048,-311351],[-239073,-312116],[-231169,-312791],[-233071,-312803],[-237364,-312783],[-232771,-313932],[-237679,-310360],[-241679,-311475],[-239937,-308123],[-232917,-313910],[-235938,-307485],[-242611,-313192],[-232237,-318162],[-234917,-319017],[-241170,-315826],[-237046,-317951],[-238956,-322820],[-243099,-329831],[-242020,-319893],[-238631,-323749],[-240576,-321508],[-231976,-328816],[-233088,-340033],[-230987,-333233],[-230767,-334468],[-234827,-332676],[-235421,-341518],[-232160,-339638],[-231000,-333630],[-234150,-335240],[-231671,-333754],[-232618,-334330],[-233440,-340717],[-235523,-344786],[-230515,-333232],[-232645,-335859],[-234522,-335052],[-235267,-340814],[-243086,-354941],[-237097,-355987],[-234949,-346192],[-234627,-346014],[-230835,-347773],[-237302,-356954],[-232506,-353253],[-231385,-354192],[-233786,-356376],[-235479,-357160],[-231092,-353700],[-231626,-355603],[-234383,-356492],[-230783,-356734],[-233928,-359160],[-235468,-15083],[-235451,-14651],[-237326,-13545],[-238168,-14641],[-237988,-14648],[-237023,-25218],[-236550,-25298],[-232747,-14638],[-231075,-16951],[-236951,-25254],[-236087,-13043],[-237456,-12810],[-242593,-375287],[-241422,-373120],[-238383,-380787],[-230799,-377254],[-230725,-377789],[-232075,-372691],[-233857,-375182],[-232496,-374489],[-238738,-380228],[-238802,-381918],[-235864,-383466],[-234243,-383677],[-235966,-381977],[-235806,-381136],[-236117,-381350],[-230953,-374430],[-241860,-375726],[-230443,-376307],[-235459,-381580],[-235276,-393202],[-233526,-385202],[-232133,-386041],[-230557,-395897],[-236052,-385432],[-237299,-384281],[-235227,-385898],[-232868,-385421],[-230768,-385427],[-242225,-388985],[-236686,-393420],[-234231,-390476],[-236604,-384772],[-234167,-384756],[-234834,-385220],[-230414,-403728],[-232801,-405356],[-235513,-404746],[-235107,-405396],[-231641,-408545],[-232352,-407777],[-233168,-408621],[-240987,-413771],[-236372,-414077],[-242276,-416490],[-241541,-414745],[-242966,-411192],[-239354,-411417],[-239663,-410514],[-241656,-413891],[-232651,-415567],[-242424,-416174],[-241145,-415273],[-238328,-409662],[-241109,-416383],[-239633,-410649],[-238731,-421681],[-233115,-417323],[-233466,-414570],[-242213,-423833],[-233957,-472862],[-233574,-470384],[-243090,-467217],[-233621,-485647],[-230754,-34968],[-230823,-36266],[-240946,-38005],[-238090,-33412],[-236149,-32627],[-238670,-30964],[-239666,-31489],[-236984,-29203],[-238862,-29144],[-238662,-31953],[-236559,-34037],[-238347,-31365],[-239003,-29903],[-236316,-28315],[-236550,-28772],[-233970,-545356],[-233450,-545441],[-233581,-545601],[-236015,-546507],[-239321,-558108],[-232786,-561139],[-231951,-561452],[-232281,-555192],[-231456,-550504],[-232459,-573659],[-236898,-581979],[-230809,-581064],[-235282,-578704],[-234202,-600870],[-231158,-595188],[-231903,-599864],[-234720,-49354],[-231387,-47690],[-230669,-48311],[-234859,-39389],[-235012,-40164],[-234585,-38953],[-235527,-40495],[-234961,-38383],[-234694,-38839],[-231735,-40153],[-232769,-46556],[-232514,-45130],[-232301,-44431],[-230822,-41191],[-241708,-40792],[-242244,-40161],[-241255,-39722],[-241722,-39155],[-239739,-38756],[-240426,-38585],[-240054,-42539],[-240183,-42532],[-235120,-49058],[-234518,-47155],[-234331,-40366],[-235031,-40659],[-235111,-38686],[-241104,-57858],[-234729,-60373],[-234876,-60323],[-237685,-57530],[-242233,-62160],[-240981,-61141],[-242205,-61450],[-241322,-61939],[-240917,-57901],[-234845,-60184],[-231993,-60811],[-235139,-71804],[-233012,-72740],[-233535,-70925],[-240210,-68306],[-239853,-68156],[-234348,-70272],[-230502,-74165],[-230751,-68517],[-231223,-72016],[-230873,-69686],[-240023,-68646],[-231710,-73895],[-241945,-85889],[-241196,-86701],[-239428,-89006],[-239904,-88904],[-239544,-84964],[-236400,-86685],[-240351,-81662],[-241053,-85360],[-240901,-78145],[-241620,-85543],[-240824,-78524],[-232144,-89343],[-235916,-87706],[-235882,-88124],[-236234,-88298],[-238415,-86983],[-235101,-87163],[-239985,-82660],[-240664,-85359],[-231732,-89336],[-242453,-84816],[-234810,-87767],[-238197,-88447],[-238432,-87634],[-239418,-88248],[-236338,-99436],[-233187,-95371],[-233448,-94121],[-232605,-92349],[-234135,-93483],[-233746,-94527],[-231482,-91207],[-231906,-97430],[-232202,-96140],[-231785,-100439],[-238210,-91372],[-235813,-99788],[-231549,-92472],[-243004,-97727],[-231686,-94425],[-231356,-90518],[-232313,-90321],[-232868,-89491],[-231158,-97309],[-230752,-96394],[-230780,-98668],[-235523,-91217],[-230956,-92054],[-230401,-90340],[-231011,-93058],[-231826,-93190],[-232391,-95179],[-236913,-113444],[-239404,-111773],[-243183,-103441],[-235816,-107254],[-236315,-104139],[-236841,-103211],[-230603,1336],[-240541,10314],[-240086,12825],[-233849,1875],[-234380,1996],[-239692,2686],[-241318,2052],[-231852,324],[-241988,9715],[-231600,3289],[-232479,6105],[-234987,3925],[-241183,11225],[-234210,1862],[-232423,3054],[-235502,721],[-235624,416],[-235633,3720],[-231093,4247],[-233321,3392],[-232833,3959],[-235795,930],[-236716,3320],[-237137,3140],[-235223,1831],[-240287,3617],[-241140,1662],[-232261,140942],[-231428,134504],[-231321,133850],[-230750,134229],[-231325,135275],[-234262,136597],[-230649,133132],[-230807,135564],[-234315,136204],[-243009,137118],[-231190,128339],[-237885,132841],[-240106,134499],[-242131,134006],[-232796,130624],[-236212,129470],[-233552,135083],[-234442,134688],[-242995,133721],[-241874,128239],[-239178,132324],[-238025,132561],[-241535,134940],[-240003,137370],[-237974,129710],[-236740,129567],[-233726,135132],[-233827,134683],[-232925,129271],[-240152,134198],[-242060,135311],[-237016,137814],[-237972,128244],[-236159,129565],[-233546,134678],[-234959,133855],[-242189,148380],[-241325,148876],[-242917,152568],[-242950,150217],[-242846,147599],[-231161,141960],[-240538,152053],[-242536,149646],[-231552,147403],[-238016,151334],[-236029,151065],[-237264,151480],[-238057,152397],[-237169,147651],[-236368,148747],[-242376,153710],[-238290,148307],[-241093,148472],[-237151,152728],[-230631,149504],[-233645,146182],[-241145,146756],[-241302,152487],[-240697,153043],[-242960,149160],[-231833,148980],[-232136,147417],[-237329,150687],[-236062,150290],[-237993,151955],[-237370,150464],[-236134,152383],[-237531,153566],[-237266,153073],[-236063,148524],[-236361,147522],[-241046,153582],[-238850,149668],[-239885,147504],[-238083,152757],[-242752,146990],[-240978,146719],[-242666,148619],[-242856,150210],[-235658,150235],[-237768,152399],[-237176,150602],[-236204,152742],[-237051,152720],[-238323,153623],[-235810,151873],[-236629,147323],[-236139,149370],[-241915,153473],[-238822,148499],[-240751,148421],[-236635,153345],[-241033,164211],[-239537,162866],[-237612,160752],[-240285,153946],[-238818,154594],[-239620,159003],[-239136,156650],[-237806,159773],[-237305,153802],[-236479,160022],[-241742,158769],[-241837,164902],[-242340,164337],[-238058,162728],[-238490,163234],[-238859,160580],[-238181,157217],[-238650,157302],[-238738,158127],[-237399,155921],[-240079,154102],[-239660,158746],[-239985,157292],[-237303,161034],[-241265,165755],[-236308,161757],[-237091,164182],[-236732,159181],[-238431,158671],[-239252,160679],[-239061,154877],[-238511,155568],[-238324,154800],[-237724,154995],[-239068,158764],[-239111,157621],[-236137,160847],[-237275,160022],[-236128,160150],[-240968,167266],[-242214,204904],[-243189,203114],[-242687,203509],[-242717,203964],[-242916,204535],[-242520,204887],[-242932,204652],[-242393,206584],[-242578,209748],[-240669,210422],[-242771,214830],[-240039,206121],[-241082,208713],[-243096,205285],[-241641,212473],[-241514,205881],[-239553,207605],[-241941,214063],[-242559,209639],[-241747,210285],[-241784,212803],[-239919,206518],[-243190,207861],[-241246,208590],[-240573,208166],[-242087,211831],[-241015,207669],[-240198,210507],[-242844,209351],[-242254,207920],[-242169,206288],[-240289,207165],[-242316,211760],[-241438,209933],[-240756,207063],[-242088,209248],[-243138,206649],[-239912,210033],[-240676,208257],[-231237,17126],[-237337,18343],[-239826,16752],[-231512,15183],[-237327,19705],[-236208,16149],[-238903,19171],[-238965,13178],[-235682,17733],[-231888,15995],[-231341,19732],[-241045,22101],[-237352,16414],[-231454,18849],[-231221,21972],[-233135,268437],[-233216,267185],[-230907,266532],[-230861,268124],[-232697,268426],[-235480,267505],[-235225,268152],[-237922,268072],[-236567,267084],[-236977,265571],[-235842,265600],[-234955,266923],[-234839,265010],[-240901,267562],[-238899,260877],[-238421,259868],[-239976,260422],[-240215,264813],[-240794,263454],[-240574,262322],[-241894,265291],[-241890,266768],[-241368,266732],[-238829,257836],[-242226,264008],[-242984,268414],[-233317,267472],[-233005,267323],[-231830,267283],[-231727,268194],[-230962,268777],[-239680,268569],[-238354,268084],[-236391,267347],[-237750,264277],[-235704,264871],[-235244,266178],[-235464,265836],[-240592,267305],[-242443,266631],[-238967,260584],[-238797,260149],[-239726,260627],[-239332,264475],[-241154,264074],[-240733,261541],[-240926,267747],[-241013,265663],[-238679,258307],[-241801,264097],[-243174,268582],[-238570,260907],[-239049,259294],[-240845,260991],[-238997,263351],[-240778,262738],[-240563,262623],[-230971,267230],[-233092,266207],[-231354,266706],[-232238,268653],[-235135,267703],[-230598,268803],[-235166,268431],[-237016,268270],[-238197,268026],[-236129,266170],[-237670,264412],[-236237,264240],[-234956,267113],[-235036,264490],[-241027,268286],[-241499,265411],[-242145,265744],[-237967,260514],[-239851,259681],[-239983,260934],[-240251,263275],[-239643,262099],[-241347,267113],[-240722,265620],[-238403,257843],[-241239,263289],[-238280,260828],[-239096,259507],[-240251,260905],[-240185,263436],[-241763,262991],[-240212,261607],[-231620,269784],[-233156,269965],[-232054,271118],[-233964,271510],[-234529,269298],[-237267,269415],[-235312,271368],[-237723,273825],[-237936,273609],[-236644,273636],[-234473,269136],[-237279,269875],[-236678,270086],[-236857,272041],[-237849,272028],[-239649,270344],[-240272,273180],[-241156,272701],[-238672,275931],[-239469,277186],[-241003,277769],[-242534,278878],[-239973,280418],[-242631,274782],[-230982,277868],[-232945,271061],[-232138,270612],[-231518,271951],[-230804,269489],[-232947,272501],[-235978,269538],[-234774,272139],[-236960,274350],[-238705,274240],[-238351,269835],[-236390,270807],[-236394,271655],[-237099,270936],[-240921,270819],[-239893,273113],[-241976,272877],[-239543,275767],[-235566,277521],[-240101,278082],[-242520,279520],[-239440,280568],[-242521,274646],[-233176,279253],[-243184,272293],[-232960,269001],[-232474,270114],[-231920,271276],[-230523,271280],[-230766,270751],[-234474,270210],[-232971,272660],[-232967,271351],[-233784,269475],[-234484,271294],[-236928,273999],[-238669,274036],[-235996,274778],[-238060,269926],[-235949,270842],[-237272,272027],[-237842,272258],[-240926,271103],[-240617,272948],[-241562,273366],[-240055,276006],[-238864,277503],[-240961,277275],[-241289,279265],[-242361,277981],[-242466,280218],[-239840,280033],[-243003,276648],[-231321,279038],[-242134,271957],[-235428,325535],[-235045,330059],[-234558,323721],[-235569,328885],[-231876,322093],[-236548,327983],[-235661,329230],[-238309,328348],[-239535,327401],[-233264,329909],[-238997,328433],[-234117,327545],[-231010,320917],[-239248,328367],[-235774,329731],[-235481,328282],[-233558,329282],[-236458,328470],[-240904,327391],[-238359,331042],[-238622,331501],[-241616,328780],[-240666,331356],[-243037,328610],[-240078,329851],[-239254,328755],[-234569,331962],[-241557,330213],[-238956,331900],[-239342,330565],[-240187,331224],[-234782,337720],[-237364,340427],[-238715,339981],[-236172,337804],[-236386,337673],[-237493,338869],[-233938,338462],[-238377,340088],[-230882,345556],[-234295,340759],[-239661,344173],[-240752,344212],[-237462,338074],[-230502,336010],[-237402,339438],[-232521,339319],[-232132,344819],[-238368,343722],[-232182,338511],[-239761,333973],[-239600,339150],[-238071,335990],[-240834,335345],[-239838,342002],[-235924,337199],[-234213,334892],[-239435,337980],[-234584,333391],[-242397,333165],[-239933,343404],[-241432,339539],[-233963,351828],[-239706,346037],[-230548,345976],[-234647,353374],[-232720,351370],[-232600,352742],[-233717,356387],[-237079,351918],[-241823,350146],[-238051,354947],[-235259,346312],[-235202,348220],[-238755,358025],[-239244,352902],[-235678,348763],[-242691,347011],[-235964,353015],[-233258,350345],[-235996,356226],[-232644,352332],[-238084,345945],[-237079,351498],[-234399,348813],[-231138,352244],[-237985,348923],[-232544,353763],[-238129,354178],[-235377,350448],[-236092,355270],[-233215,347204],[-239428,359578],[-230695,369562],[-231554,363215],[-232783,365501],[-235784,360092],[-233713,359825],[-239009,358985],[-234077,360763],[-230550,363341],[-231401,365762],[-238317,359605],[-238257,359452],[-230711,360763],[-232558,364190],[-236796,358731],[-230565,358802],[-240671,34766],[-240237,28939],[-232819,35765],[-240343,28403],[-242181,28441],[-231759,28411],[-234198,38814],[-236148,40749],[-234144,45799],[-233969,41502],[-240812,38690],[-242207,42266],[-240727,43410],[-241165,42244],[-240318,45611],[-236325,42702],[-236452,49501],[-236317,49469],[-241278,48467],[-236065,44761],[-236964,48546],[-237414,44585],[-239513,47676],[-241011,49457],[-240714,50837],[-237999,48857],[-238999,50427],[-237135,44155],[-238066,44376],[-238579,42682],[-238263,42646],[-237448,44131],[-237854,43640],[-237460,43437],[-239090,44475],[-241321,46440],[-242313,48327],[-241521,47392],[-242391,50395],[-241532,51324],[-236833,49007],[-238772,49339],[-236933,49140],[-239676,50604],[-238762,43645],[-237213,43867],[-238646,43517],[-238275,42722],[-236900,43269],[-238133,45502],[-242098,46154],[-242657,46710],[-241566,50356],[-241634,50816],[-231344,48373],[-242293,586715],[-236401,587180],[-232971,584001],[-240534,584887],[-235289,582456],[-239790,584837],[-234763,582479],[-236059,582797],[-232488,581522],[-236726,582791],[-235587,584173],[-234709,586835],[-231721,595157],[-231585,594934],[-242262,592322],[-242457,594312],[-239496,595542],[-230621,596277],[-235686,594169],[-240411,592454],[-241069,592335],[-239932,594705],[-242781,593309],[-242286,595566],[-234502,63706],[-240314,63491],[-241441,60595],[-238430,52669],[-233090,63098],[-231425,60931],[-238528,52627],[-235715,57198],[-235650,54602],[-230811,58654],[-230409,58189],[-232435,60087],[-231517,59914],[-231595,63679],[-240874,62277],[-240919,62330],[-237815,62165],[-237263,61740],[-238039,58500],[-238915,59420],[-235695,58445],[-235463,58331],[-230567,52230],[-242758,60291],[-242629,59107],[-240831,57901],[-239975,58258],[-238744,57496],[-238114,54050],[-236606,53418],[-237705,54542],[-237914,55586],[-237028,56139],[-236394,55075],[-236387,54308],[-234948,54517],[-234537,53654],[-233504,53831],[-232825,53124],[-234287,52611],[-233696,51842],[-233127,52514],[-233684,55757],[-233642,54812],[-232300,55927],[-236530,57686],[-238220,58270],[-238059,58155],[-241376,57100],[-239391,55325],[-241739,54846],[-241818,55066],[-241468,55251],[-241783,56289],[-240214,55683],[-240939,55572],[-240052,57232],[-237349,60445],[-239924,62230],[-235430,59830],[-236664,59900],[-236052,61369],[-234048,56875],[-233462,56812],[-235952,59467],[-239981,63837],[-241637,61705],[-237109,52383],[-230644,53406],[-231588,61975],[-230953,59713],[-233117,59854],[-232211,60073],[-237530,64084],[-241095,62393],[-240606,62690],[-237578,61833],[-237596,62125],[-238275,58779],[-239514,58364],[-235221,58795],[-234906,58078],[-242549,59703],[-242972,58741],[-241306,58495],[-240345,58272],[-237768,53246],[-236480,53615],[-237443,54228],[-237370,55219],[-237600,55615],[-236634,54880],[-236615,54024],[-235009,54545],[-234407,52843],[-233215,54183],[-232549,52883],[-233862,52558],[-233049,51783],[-233883,56014],[-233261,55456],[-231845,55483],[-237390,56648],[-238754,57363],[-237532,57771],[-238205,56417],[-238800,57012],[-241256,56895],[-238996,54854],[-241328,54563],[-242361,55422],[-241482,56778],[-241257,55304],[-241065,56578],[-240143,57860],[-238152,59580],[-238155,60553],[-238456,62024],[-235536,60165],[-236226,60243],[-236575,61317],[-234491,64169],[-240255,63797],[-240710,61012],[-237794,52637],[-237189,67909],[-238261,66087],[-238163,65601],[-235295,64605],[-234828,65347],[-233857,70802],[-233429,72633],[-234435,72664],[-232917,68792],[-232721,67852],[-237941,64693],[-241903,69572],[-242401,68905],[-240196,69190],[-240688,69166],[-232504,64507],[-234000,72791],[-234912,68867],[-233437,66204],[-233933,66362],[-235697,67387],[-235726,66907],[-238959,65096],[-238716,65786],[-236265,65597],[-235210,71281],[-232700,70875],[-231862,71713],[-232272,67524],[-234893,64423],[-238570,67567],[-241916,66095],[-232604,67318],[-239062,67755],[-241546,66674],[-236126,68152],[-230796,72194],[-232168,67216],[-238848,67927],[-241777,66759],[-236119,68011],[-231941,65017],[-239203,65290],[-234797,65044],[-234960,65355],[-233453,70834],[-233810,70143],[-234603,72185],[-232100,68169],[-237469,64475],[-237120,65253],[-242051,69817],[-241273,69935],[-241654,70204],[-240844,70301],[-240884,68984],[-234696,68667],[-234164,66865],[-234172,67312],[-234501,67177],[-238995,65057],[-240003,65508],[-239536,65457],[-240777,75654],[-241043,71242],[-240262,70994],[-232724,73546],[-234331,73566],[-235064,73485],[-236344,73594],[-235821,73394],[-235489,72739],[-240252,75954],[-240398,70808],[-233178,74141],[-233150,74230],[-233758,73942],[-234947,74087],[-236118,74259],[-236209,73528],[-235442,73033],[-232319,80478],[-234942,82190],[-235822,80374],[-234438,80999],[-235675,81950],[-235613,79774],[-235825,80241],[-235877,81118],[-235258,89750],[-230473,89401],[-236905,87208],[-234790,87051],[-233126,84593],[-230759,83628],[-241219,86982],[-242549,87216],[-242611,85957],[-241913,86207],[-241669,85267],[-241514,86778],[-240429,85507],[-238949,85363],[-238972,85117],[-239163,84807],[-240417,86181],[-239502,86056],[-231918,80466],[-233649,81379],[-235206,82177],[-235578,79899],[-235649,80064],[-235746,80214],[-234715,80034],[-235332,89545],[-230897,89437],[-237953,87427],[-233099,84516],[-232040,83502],[-230652,81663],[-242020,87098],[-243155,86928],[-241975,83955],[-240352,86236],[-240555,85624],[-240460,86286],[-240407,85759],[-238940,85321],[-239300,85401],[-230769,84158],[-236737,87812],[-235557,86506],[-232818,84425],[-231594,84915],[-230662,82318],[-230525,79424],[-242334,87877],[-242097,85534],[-241941,83335],[-230809,84963],[-232402,98443],[-233589,99738],[-234594,101147],[-231013,98335],[-234618,101723],[-230601,98218],[-231472,97125],[-234423,100498],[-235372,101946],[-230458,99684],[-231010,97415],[-233460,99517],[-233704,100236],[-239287,94223],[-238824,93849],[-239200,91978],[-234544,90157],[-230585,91333],[-241997,100446],[-240571,100656],[-240581,99111],[-239424,101942],[-239476,98376],[-237669,97940],[-242825,101954],[-241840,101967],[-241944,94208],[-242762,94287],[-242284,93051],[-241623,93197],[-241908,94843],[-241097,92013],[-239634,90645],[-232838,92482],[-234366,95808],[-241519,100482],[-241947,99054],[-233113,96949],[-239351,94316],[-239572,93956],[-238616,91608],[-234680,90038],[-235181,90837],[-241575,99714],[-240877,99463],[-239438,99504],[-240085,99384],[-239660,97652],[-237934,97897],[-242140,102362],[-242250,101762],[-242971,101426],[-243104,94782],[-242310,93004],[-243192,93086],[-241410,93784],[-241745,94641],[-241054,90592],[-238651,89949],[-240566,91541],[-238832,91037],[-242237,96885],[-230611,111654],[-239062,113344],[-230524,108639],[-237931,113015],[-239035,111224],[-233464,103822],[-231135,112351],[-230943,108369],[-230504,109937],[-238574,113832],[-239060,112257],[-233587,103847],[-231570,110849],[-230894,113540],[-231853,114992],[-230760,108377],[-234808,102952],[-234251,107554],[-234125,106955],[-237137,110964],[-242091,103505],[-242730,105323],[-242478,107219],[-243151,109185],[-242655,110210],[-242469,112292],[-239061,110541],[-237613,109849],[-238965,109556],[-238716,108083],[-239168,106465],[-239526,105315],[-239877,103977],[-239469,103175],[-243110,102772],[-243071,103345],[-242572,105168],[-242580,105555],[-242914,108325],[-242247,110213],[-242813,111431],[-239393,111011],[-237780,110159],[-239340,109094],[-238122,107401],[-238197,106663],[-238978,105820],[-239383,104458],[-231874,126035],[-242375,121273],[-240284,125196],[-240467,122222],[-235967,125591],[-234469,122061],[-230694,116996],[-230725,127518],[-238116,115637],[-237248,121772],[-235790,121742],[-242128,121197],[-241674,121149],[-243053,121665],[-236212,121760],[-236062,121807],[-230658,124483],[-242082,126225],[-242444,125708],[-241470,123635],[-240074,122752],[-237900,126901],[-236942,125142],[-235379,125643],[-235659,124647],[-234285,121211],[-233022,121107],[-232088,117370],[-230740,118043],[-231419,115989],[-240650,115404],[-242552,126989],[-238696,116097],[-241953,124172],[-241096,126266],[-240311,123756],[-239934,122376],[-237421,127065],[-237285,125009],[-235609,125771],[-235592,126235],[-233467,122341],[-235431,121247],[-232479,118992],[-233084,118867],[-6827,-127345],[-7236,-127171],[-10330,-116938],[-9186,-115887],[-8391,-118005],[-1402,-127066],[-4814,-127007],[-3728,-127623],[-2672,-127519],[-243,-125189],[-875,-126436],[-3406,-124245],[-10022,-119959],[-4831,-128210],[-5687,-128982],[-3838,-131389],[-4213,-128877],[-588,-131005],[-2234,-130609],[-11245,-132448],[-5667,-132243],[-2285,-132350],[-10433,-140232],[-2826,-152745],[-12519,-151238],[-9933,-148464],[-11336,-149630],[-9338,-152264],[-8071,-151990],[-6127,-149574],[-6185,-149807],[-4400,-150196],[-4807,-152529],[-4741,-145363],[-6255,-146041],[-6293,-146907],[-4064,-148646],[-1100,-149645],[-2728,-143954],[-52,-144368],[-621,-143231],[-1927,-154367],[-9803,-162053],[-11215,-163470],[-11022,-161866],[-11630,-161304],[-10975,-161089],[-8220,-161980],[-4000,-159781],[-6258,-164484],[-1495,-159133],[-8347,-162054],[-3517,-166092],[-1075,-156961],[-3193,-157934],[-10364,-155818],[-9656,-158954],[-2404,-160990],[-11726,-165593],[-823,-162806],[-1941,-158728],[-6010,-165871],[-9034,-162386],[-4263,-162943],[-3052,-162827],[-419,-165508],[-6435,-165632],[-2407,-165078],[-2246,-163398],[-3869,-160779],[-12717,-166072],[-4994,-162577],[-2897,-161294],[-6475,-165374],[-2145,-161719],[-1811,-158223],[-8828,-163577],[-3338,-164462],[-8867,-161859],[-5258,-158540],[-5816,-155635],[-10880,-158839],[-7017,-156150],[-9035,-158280],[-8332,-159180],[-12431,-164721],[-12128,-164249],[-10844,-164067],[-10225,-161438],[-1383,-161189],[-156,-164295],[-1671,-157618],[-8142,-162206],[-5658,-162763],[-2312,-158917],[-2136,-164221],[-9118,-168333],[-2494,-176660],[-6441,-171289],[-5399,-168040],[-2355,-169480],[-6047,-167169],[-9726,-166953],[-1026,-169546],[-3907,-173914],[-4041,-173237],[-1225,-173026],[-11864,-170158],[-9070,-169042],[-10522,-177396],[-9421,-178371],[-5095,-171000],[-10231,-171653],[-9360,-174513],[-7483,-173990],[-5997,-175698],[-5751,-175605],[-6671,-176447],[-4256,-175745],[-11879,-167945],[-2967,-172445],[-1087,-170936],[-528,-178618],[-2781,-173327],[-1191,-176095],[-11218,-169852],[-6247,-166973],[-6841,-169689],[-9859,-178106],[-12693,-169680],[-8145,-173095],[-10147,-171289],[-8217,-174914],[-7116,-173818],[-5331,-176769],[-4927,-175915],[-7089,-176099],[-4117,-177002],[-1582,-172060],[-1038,-171312],[-1823,-170982],[-4869,-168615],[-4713,-166591],[-3620,-178977],[-7575,-171444],[-1152,-168839],[-6217,-166303],[-6220,-166756],[-2284,-176734],[-10712,-166527],[-8788,-166846],[-7306,-169519],[-10223,-177933],[-8001,-173390],[-8881,-172838],[-10692,-171493],[-8330,-174564],[-7517,-173614],[-6432,-175864],[-5907,-174445],[-7502,-177572],[-1427,-178938],[-6719,-167270],[-5957,-166573],[-1117,-171175],[-1303,-169915],[-2204,-172992],[-1255,-176857],[-8344,-170695],[-10278,-177600],[-7870,-172552],[-10425,-171815],[-8574,-174064],[-6605,-174783],[-7157,-177531],[-4378,-175627],[-2561,-172610],[-4394,-169134],[-5717,-166431],[-1472,-168695],[-659,-171395],[-1232,-170578],[-3069,-167586],[-2791,-172726],[-702,-176096],[-11020,-177520],[-7010,-178121],[-9733,-167130],[-8540,-170591],[-7901,-172908],[-7926,-172255],[-8492,-174402],[-7959,-174488],[-5415,-175781],[-6295,-176873],[-1488,-178819],[-2271,-173214],[-1517,-166294],[-7117,-166731],[-1237,-170301],[-662,-175766],[-9763,-175589],[-9982,-175380],[-10189,-177721],[-9818,-176400],[-12156,-168958],[-9995,-181131],[-11837,-182976],[-10382,-183889],[-8889,-183823],[-10848,-180503],[-2582,-182573],[-2536,-184733],[-2980,-182416],[-12373,-181362],[-743,-180813],[-344,-180260],[-1035,-179765],[-10751,-179795],[-5303,-179429],[-110,-179243],[-10343,-184158],[-8672,-181306],[-8075,-180822],[-8498,-181265],[-8662,-181065],[-10002,-179051],[-1249,-182700],[-2359,-179734],[-8022,-184036],[-1702,-182240],[-12003,-180691],[-11375,-182974],[-1929,-182436],[-8264,-184881],[-9528,-184094],[-3593,-181105],[-10601,-179284],[-598,-181578],[-3424,-180535],[-113,-180963],[-11518,-183009],[-1857,-182678],[-10982,-182647],[-2428,-184958],[-12054,-180273],[-2908,-181575],[-10299,-179197],[-25,-182593],[-3221,-180425],[-275,-185004],[-1159,-184769],[-7836,-191283],[-5259,-190430],[-1004,-186386],[-182,-185720],[-326,-185051],[-3666,-189978],[-9313,-191660],[-745,-184691],[-188,-185424],[-6372,-192203],[-3383,-185420],[-3217,-184938],[-940,-186962],[-11520,-191147],[-266,-186053],[-8530,-191707],[-2310,-184982],[-1821,-186241],[-1018,-185264],[-1318,-185578],[-1291,-186992],[-2892,-186380],[-9408,-191390],[-926,-185465],[-1753,-185712],[-1757,-186984],[-623,-186896],[-774,-185861],[-2419,-186659],[-9129,-191696],[-6160,-190940],[-4219,-201597],[-6630,-203143],[-8889,-203018],[-6321,-196761],[-10056,-196541],[-875,-201260],[-294,-192981],[-4310,-195501],[-995,-195769],[-3764,-195997],[-2368,-193311],[-7114,-192125],[-952,-194117],[-11820,-192314],[-10531,-192313],[-9280,-203159],[-1067,-195192],[-12036,-199243],[-10578,-193969],[-7351,-192762],[-10892,-192673],[-6576,-195080],[-899,-196342],[-11585,-193640],[-4441,-196435],[-2705,-202409],[-11095,-200767],[-1015,-194237],[-4977,-196072],[-9111,-202526],[-11089,-191927],[-8304,-192643],[-4916,-195874],[-2706,-204577],[-11020,-200811],[-1084,-203403],[-6207,-193097],[-11208,-197341],[-11756,-198893],[-881,-195593],[-925,-194037],[-9799,-201257],[-64,-202050],[-6542,-203457],[-5670,-201741],[-1180,-195895],[-2850,-194116],[-11459,-192743],[-10595,-200429],[-4551,-196121],[-4260,-211008],[-2582,-212737],[-185,-213778],[-812,-212274],[-5415,-214341],[-5086,-211939],[-4363,-212013],[-2627,-210071],[-2972,-211281],[-2775,-210326],[-6385,-213060],[-4823,-213535],[-5766,-215274],[-8979,-213715],[-2113,-216566],[-4941,-216039],[-3297,-214182],[-11427,-213116],[-10335,-212646],[-10351,-210968],[-3404,-208797],[-4718,-205333],[-1699,-205158],[-7571,-215923],[-2031,-216056],[-1019,-216659],[-7645,-212703],[-764,-215709],[-9782,-211837],[-8025,-215905],[-6487,-214252],[-5293,-212199],[-3551,-212384],[-3383,-210674],[-2968,-210734],[-3211,-210231],[-3123,-209813],[-4289,-212972],[-6105,-214766],[-9574,-213953],[-4170,-216417],[-3037,-216151],[-4136,-215515],[-4018,-213094],[-11309,-212977],[-10122,-212456],[-4526,-205365],[-5806,-229616],[-5964,-229568],[-4310,-226988],[-4614,-225885],[-7664,-228365],[-4644,-226429],[-7248,-227155],[-3991,-229475],[-4005,-228817],[-1631,-223310],[-143,-222122],[-505,-221288],[-2780,-217409],[-5761,-228327],[-4646,-225802],[-349,-225061],[-5161,-219699],[-3867,-223931],[-6514,-228283],[-4327,-229862],[-4379,-230174],[-3039,-226632],[-2856,-228721],[-3619,-228259],[-2026,-223692],[-1822,-222134],[-2741,-217492],[-6566,-227610],[-8396,-238372],[-613,-234217],[-84,-234738],[-1578,-233800],[-4393,-231285],[-786,-233483],[-1788,-233880],[-2537,-230355],[-6712,-238908],[-4404,-231061],[-10749,-6417],[-9039,-9880],[-11522,-1374],[-8648,-254471],[-9671,-250318],[-11302,-249710],[-10021,-251192],[-6075,-255680],[-5823,-254079],[-8993,-255079],[-8415,-251520],[-8086,-252795],[-7757,-250801],[-5183,-246454],[-8580,-250093],[-12324,-246704],[-5746,-254004],[-5420,-246576],[-11360,-251181],[-9678,-250967],[-5580,-255722],[-9190,-254890],[-9345,-251462],[-8373,-252277],[-4901,-246126],[-9756,-245329],[-2434,-244445],[-6077,-243174],[-6046,-244040],[-3167,-244089],[-3179,-243100],[-3227,-254267],[-1833,-253406],[-1042,-254971],[-4049,-254505],[-3302,-250719],[-2790,-251306],[-4859,-253661],[-3622,-249238],[-2065,-246774],[-2216,-247797],[-12689,-245819],[-1661,-249619],[-525,-245716],[-2051,-248545],[-2492,-252580],[-666,-245704],[-4219,-254157],[-3131,-250136],[-3690,-250477],[-4439,-251175],[-4035,-249152],[-1921,-247816],[-3992,-249946],[-8221,-247374],[-1364,-249500],[-756,-248099],[-626,-250356],[-10927,-247346],[-9329,-247916],[-9932,-256575],[-6379,-264924],[-7068,-264720],[-7668,-266746],[-8943,-264611],[-9466,-265327],[-1494,-266686],[-3045,-266269],[-6930,-268049],[-669,-266637],[-494,-267471],[-10049,-256640],[-1739,-266955],[-5594,-264413],[-4151,-267002],[-5818,-267790],[-9588,-266107],[-3272,-266405],[-2563,-266390],[-905,-267549],[-193,-263950],[-11638,-267524],[-2920,-256337],[-5719,-268523],[-4335,-273140],[-2635,-274174],[-5333,-274948],[-1869,-274985],[-2733,-275242],[-4155,-274659],[-3382,-273959],[-8954,-273776],[-4688,-275799],[-9848,-276459],[-12242,-271394],[-7261,-281191],[-10828,-270607],[-8996,-278945],[-8377,-279729],[-7812,-277796],[-9398,-278688],[-8325,-278726],[-6823,-271957],[-11880,-270115],[-9409,-275898],[-8891,-274931],[-8412,-274118],[-7535,-274120],[-6807,-273480],[-6450,-272668],[-2518,-275121],[-3628,-272935],[-4206,-271721],[-1877,-274514],[-2574,-275697],[-3250,-274120],[-4315,-275267],[-7430,-275320],[-9733,-275934],[-2621,-276658],[-9301,-278920],[-3047,-276317],[-1973,-276149],[-3494,-275241],[-2389,-277086],[-5540,-275111],[-8644,-276365],[-8901,-276394],[-8482,-274482],[-8834,-273388],[-6556,-273731],[-6070,-272059],[-6523,-270050],[-10078,-270212],[-2912,-274380],[-12407,-271596],[-11296,-269969],[-7285,-282963],[-6883,-287898],[-6907,-285004],[-8247,-287115],[-6852,-282919],[-7609,-282227],[-7438,-281607],[-6607,-282323],[-11269,-286419],[-9150,-281606],[-10556,-284614],[-6520,-283456],[-9227,-284339],[-8605,-284839],[-8473,-283836],[-5808,-285232],[-8979,-282478],[-6267,-282477],[-8385,-283240],[-7815,-281946],[-6125,-284857],[-8643,-286845],[-7008,-285284],[-10739,-286052],[-8101,-283718],[-6289,-284528],[-11627,-285267],[-8948,-283099],[-6335,-283238],[-5720,-284666],[-12109,-13986],[-9698,-17788],[-5849,-17541],[-428,-22132],[-3071,-23247],[-3606,-19493],[-4475,-23778],[-8599,-23244],[-8438,-21042],[-12380,-23433],[-11680,-24013],[-12002,-22255],[-7730,-24441],[-10713,-385507],[-8658,-488018],[-9811,-498681],[-6273,-37866],[-5010,-26209],[-5860,-26747],[-895,-26281],[-8345,-26317],[-6659,-25558],[-3391,-26757],[-5975,-37706],[-10661,-29496],[-1679,-29517],[-527,-27855],[-298,-27652],[-1126,-28652],[-12790,-502270],[-54,-502152],[-9160,-50768],[-9579,-50702],[-5121,-38904],[-11992,-46810],[-10237,-39149],[-487,-49103],[-4192,-46595],[-4184,-45263],[-1132,-44491],[-2464,-38538],[-1240,-39151],[-9781,-40375],[-10651,-46211],[-7313,-45063],[-3952,-45262],[-838,-44155],[-6954,-39616],[-3288,-39182],[-2738,-38889],[-8681,-39906],[-9408,-40489],[-9945,-46152],[-9280,-46644],[-8195,-46748],[-8251,-46092],[-4573,-44229],[-762,-44558],[-6598,-39293],[-2431,-39150],[-8663,-40197],[-11089,-45985],[-7687,-45151],[-7841,-46648],[-5773,-44787],[-11009,-46875],[-11274,-59601],[-9034,-51223],[-3555,-73655],[-1582,-69922],[-4496,-68639],[-3910,-87838],[-3640,-77984],[-3396,-79712],[-4420,-80740],[-4041,-80364],[-3869,-80933],[-4886,-77230],[-7371,-86907],[-9178,-96740],[-1462,-91914],[-372,-97039],[-7183,-89797],[-8491,-97204],[-12600,-97098],[-7581,-91968],[-4214,-110574],[-7571,-113753],[-10954,-112596],[-167,-108177],[-894,-106076],[-11402,-110276],[-11034,-108330],[-11041,-106506],[-10474,-107784],[-9102,-106634],[-809,7878],[-1429,10799],[-11259,7556],[-8787,7445],[-3288,12731],[-11066,8792],[-12011,9230],[-4314,5138],[-1791,205],[-9310,6382],[-11977,8012],[-88,8851],[-6027,10262],[-9703,8639],[-11504,2280],[-2436,7295],[-3304,9443],[-4877,9376],[-9441,7115],[-11108,6188],[-7204,7632],[-8331,8601],[-9444,9093],[-6907,12857],[-2444,7439],[-4435,11726],[-4822,9104],[-11977,9852],[-5468,5772],[-11066,12385],[-7748,12146],[-12218,7979],[-5360,7934],[-9509,4677],[-7230,5949],[-11485,1641],[-1711,11226],[-10937,8833],[-9047,9894],[-2488,7989],[-353,11758],[-2566,7871],[-1521,11401],[-5968,9072],[-9281,7753],[-7469,6423],[-11299,2181],[-9638,9264],[-3114,8234],[-6336,8381],[-5299,10838],[-6121,6294],[-8727,9269],[-743,140936],[-1222,141862],[-12046,21515],[-341,14247],[-1238,14212],[-53,18087],[-5191,14089],[-7531,14129],[-745,19135],[-4966,14825],[-10421,15478],[-9804,15255],[-9899,15559],[-11884,14212],[-12100,14209],[-11897,17568],[-11074,17548],[-1089,22462],[-1687,22209],[-1309,22974],[-2380,21237],[-1687,20800],[-2960,18419],[-7103,16531],[-7312,17391],[-7754,17768],[-7575,18103],[-8869,18066],[-2517,18853],[-12769,14169],[-12736,13541],[-12135,13783],[-11078,13597],[-11500,13551],[-5358,20193],[-4766,20814],[-5618,20843],[-6574,20524],[-5992,22384],[-6277,22990],[-7861,22263],[-4273,21648],[-9331,18490],[-8975,19069],[-9050,19382],[-11415,19909],[-11756,20246],[-11407,19132],[-12684,16046],[-12587,17456],[-4115,21148],[-4460,21516],[-5468,20542],[-8587,21866],[-8211,21356],[-8134,20487],[-9286,20510],[-9346,20800],[-10481,20338],[-6074,17317],[-7854,21411],[-7191,20884],[-1258,13615],[-5970,15704],[-6090,15393],[-5856,14132],[-7545,14460],[-10219,15756],[-11604,16217],[-509,14959],[-5642,14796],[-950,18195],[-6174,13145],[-4743,14707],[-1617,290430],[-11247,35352],[-8652,29429],[-7211,31181],[-6239,33193],[-6249,34868],[-5643,37481],[-7144,35642],[-7758,34657],[-3051,37138],[-4994,38483],[-9340,38170],[-9036,37697],[-523,26840],[-770,26942],[-1125,29255],[-1434,29788],[-373,45401],[-5910,50811],[-4364,47194],[-2699,44975],[-1294,43467],[-6265,50697],[-10996,51144],[-9775,50346],[-2497,47314],[-5940,42525],[-6700,44813],[-10144,43252],[-10489,44266],[-4161,40860],[-5846,41474],[-456,611810],[-195,614191],[-1759,614954],[-1556,616155],[-769,615216],[-1408,56630],[-8930,62744],[-7196,60526],[-9236,55411],[-10144,57353],[-12583,56161],[-6102,57446],[-5399,57506],[-7118,57283],[-8066,57337],[-4405,57383],[-5025,58732],[-6497,52935],[-7713,54779],[-1859,59174],[-5640,56272],[-12780,51419],[-11256,76986],[-11507,73558],[-5638,65005],[-4191,64979],[-4207,64348],[-12547,75001],[-323,80779],[-11233,85037],[-8126,84096],[-8142,84474],[-9226,82827],[-12028,89247],[-253684,-125122],[-249555,-115739],[-247340,-117252],[-251741,-122300],[-246153,-117535],[-244134,-115534],[-246258,-126807],[-246412,-127374],[-250131,-116403],[-253613,-119563],[-255370,-123155],[-248898,-115315],[-251060,-119607],[-251199,-118711],[-253830,-119504],[-253868,-125454],[-252524,-127568],[-251078,-115511],[-251657,-116172],[-253825,-115054],[-254549,-117882],[-255201,-116965],[-253123,-115025],[-254216,-117794],[-254035,-115747],[-254607,-116297],[-254258,-116383],[-244719,-137540],[-244007,-139986],[-246080,-140183],[-244043,-130890],[-245206,-138849],[-247323,-139606],[-249668,-134693],[-248781,-131568],[-248045,-131792],[-248157,-130835],[-248679,-130540],[-251371,-128775],[-252265,-129265],[-246420,-128611],[-246522,-128261],[-245920,-128011],[-245135,-128360],[-245426,-128396],[-246233,-128468],[-245410,-128449],[-245416,-128358],[-248470,-129211],[-251820,-129506],[-252789,-128846],[-254399,-132744],[-255182,-147407],[-246759,-141737],[-248217,-141199],[-245537,-149348],[-245918,-146614],[-246693,-159440],[-251009,-155318],[-255361,-157443],[-250295,-155691],[-251348,-163304],[-247849,-158758],[-249881,-154161],[-248019,-172776],[-246889,-176021],[-246560,-175698],[-246044,-173221],[-246428,-174660],[-243368,-174039],[-244513,-178115],[-255334,-188626],[-253605,-186966],[-248649,-189474],[-250694,-182218],[-244464,-182818],[-255116,-188796],[-253468,-186469],[-253915,-187513],[-254977,-187405],[-249749,-180060],[-244850,-179266],[-246031,-195030],[-243519,-191937],[-247374,-196531],[-255043,-201561],[-248766,-204558],[-253658,-200841],[-254028,-201017],[-245344,-202456],[-246576,-204090],[-251774,-206760],[-251119,-210130],[-255101,-209357],[-255538,-209550],[-251297,-212925],[-248375,-212397],[-252493,-211866],[-248725,-210231],[-244398,-208693],[-247700,-209473],[-243971,-208724],[-248172,-210290],[-245579,-212992],[-254774,-213377],[-250618,-210455],[-247880,-215070],[-245627,-210046],[-243381,-211809],[-245302,-211325],[-244127,-205053],[-245610,-211746],[-244458,-207217],[-252275,-227924],[-253919,-227567],[-252648,-230152],[-252445,-230052],[-255217,-228587],[-254775,-228557],[-250180,-226320],[-249444,-227288],[-250849,-229943],[-251183,-229923],[-250013,-229669],[-246701,-228531],[-246372,-229049],[-252380,-229584],[-252297,-228394],[-253146,-229184],[-251365,-227806],[-250580,-229661],[-247586,-227335],[-245036,-229615],[-247174,-229100],[-244229,-227853],[-253323,-230087],[-254841,-227410],[-250555,-227346],[-250347,-228110],[-245325,-229312],[-244721,-241769],[-247408,-239189],[-246527,-240890],[-249208,-238412],[-251542,-234634],[-253445,-237042],[-254371,-237689],[-254429,-237052],[-253387,-235173],[-248797,-239291],[-249731,-240491],[-246092,-241557],[-247473,-236438],[-248512,-236430],[-247947,-232531],[-243891,-240424],[-251649,-231665],[-253619,-230629],[-248515,-231480],[-244526,-231698],[-243239,-236735],[-244128,-236835],[-244951,-242811],[-243808,-230283],[-244194,-241902],[-244355,-242172],[-246198,-239476],[-245586,-240861],[-247114,-240072],[-250151,-237972],[-252760,-237821],[-253380,-234090],[-248807,-237832],[-248144,-237469],[-250125,-234089],[-247626,-234874],[-249664,-232517],[-249302,-233320],[-245476,-239715],[-245187,-240173],[-252036,-231667],[-252285,-231769],[-248891,-231117],[-244922,-233106],[-245383,-231028],[-246925,-237725],[-243473,-237503],[-248281,-241835],[-247591,-239605],[-252495,-234939],[-254932,-235974],[-247635,-239028],[-247944,-236560],[-249490,-234802],[-248475,-232431],[-244872,-238522],[-251603,-230603],[-254811,-230554],[-247774,-231239],[-245453,-232737],[-246939,-240974],[-245545,-239169],[-248171,-238519],[-244518,-230307],[-245931,-234737],[-243929,-233981],[-244429,-233178],[-246218,-232690],[-244107,-231992],[-243465,-231808],[-246961,-230488],[-244058,-236528],[-244959,-236033],[-246274,-235923],[-244677,-237503],[-248742,-242343],[-254525,-9834],[-255722,-8770],[-253665,-12026],[-255489,-10401],[-255868,-8391],[-246718,-7536],[-246682,-8207],[-244366,-4432],[-245540,-5464],[-246046,-616],[-244715,-1818],[-255995,-6737],[-249008,-10653],[-250013,-5482],[-254169,-251599],[-248654,-243492],[-247794,-243747],[-247494,-244127],[-247570,-244822],[-245379,-247439],[-244913,-248212],[-245341,-246474],[-244759,-244368],[-252331,-251167],[-248343,-253983],[-250855,-253249],[-255991,-251153],[-247185,-252962],[-246522,-244175],[-246622,-244890],[-248936,-253251],[-248144,-254493],[-245481,-244620],[-253188,-251158],[-250283,-252005],[-248678,-252175],[-255232,-252212],[-252013,-255381],[-251214,-255455],[-255873,-254380],[-252445,-251843],[-255901,-253962],[-251472,-253876],[-255066,-254270],[-252212,-255456],[-253583,-254748],[-246050,-267925],[-245495,-266981],[-243896,-262145],[-245541,-262103],[-247668,-260278],[-243753,-261421],[-245099,-259493],[-244852,-264237],[-244911,-261597],[-247011,-258335],[-245047,-267014],[-244994,-266895],[-244112,-262283],[-245720,-261296],[-246475,-259367],[-248360,-256578],[-244742,-267421],[-244334,-262258],[-245604,-261409],[-246282,-259931],[-247993,-256281],[-243596,-263854],[-246184,-258597],[-255603,-256422],[-254576,-263280],[-255972,-266914],[-247106,-266478],[-255523,-263458],[-255778,-268091],[-244936,-264972],[-248248,-266609],[-249378,-262809],[-249569,-256974],[-251417,-256117],[-249388,-263188],[-248738,-267177],[-249472,-263200],[-246763,-267943],[-252419,-256900],[-249946,-257476],[-254976,-263904],[-255858,-267901],[-254395,-267427],[-248280,-265426],[-243265,-278930],[-243486,-269303],[-244676,-274347],[-244835,-274083],[-243941,-271091],[-243441,-276160],[-243633,-275254],[-243865,-278267],[-243947,-278375],[-246521,-278669],[-243730,-280443],[-245804,-280701],[-249420,-278987],[-252673,-278005],[-249552,-276225],[-254308,-272163],[-254153,-271723],[-248626,-268821],[-248009,-278252],[-243244,-281160],[-250017,-279448],[-253170,-276662],[-250646,-275214],[-253252,-274259],[-255979,-269941],[-254643,-279274],[-248022,-275408],[-250313,-274503],[-252003,-274901],[-248960,-274887],[-249439,-276089],[-248060,-272827],[-248223,-271599],[-244896,-271755],[-250542,-268970],[-248395,-268966],[-245590,-272215],[-247692,-272567],[-245445,-276296],[-246903,-278537],[-243372,-281084],[-254827,-270528],[-255931,-268968],[-249752,-275629],[-245112,-271043],[-246130,-268992],[-250268,-279194],[-254528,-272713],[-251693,-274699],[-255667,-274073],[-250998,-273529],[-250499,-275919],[-247073,-272337],[-252453,-280582],[-252875,-280395],[-245455,-271379],[-253742,-272601],[-255463,-274863],[-252219,-275720],[-246931,-277282],[-246955,-277224],[-249602,-269157],[-246716,-269172],[-249101,-268883],[-246989,-278626],[-244277,-281012],[-247647,-281244],[-250467,-279682],[-252318,-277939],[-250469,-275467],[-255016,-273675],[-255996,-269616],[-249766,-289092],[-251034,-285411],[-248540,-284734],[-243393,-288688],[-244623,-286556],[-247112,-286375],[-245446,-287541],[-254742,-290884],[-251503,-292599],[-249764,-283786],[-253976,-291879],[-248375,-284834],[-250876,-293132],[-245505,-281884],[-245651,-284453],[-254699,-281537],[-254455,-282086],[-249094,-281460],[-253953,-282312],[-244696,-282184],[-243886,-282968],[-249584,-282819],[-243269,-283350],[-243870,-282985],[-255382,-305023],[-248503,-303809],[-255381,-301499],[-247820,-300597],[-243935,-306009],[-255715,-294470],[-253782,-302186],[-255123,-299992],[-245634,-299507],[-248619,-301335],[-254752,-295501],[-253511,-298862],[-253672,-301718],[-243749,-298992],[-253198,-310614],[-243865,-307058],[-245990,-315779],[-254502,-309125],[-247732,-308412],[-252602,-307077],[-247070,-317966],[-246507,-317865],[-254643,-309521],[-243234,-313490],[-243793,-309777],[-253730,-313770],[-244818,-308833],[-244574,-307896],[-244963,-314648],[-243584,-312753],[-243726,-308990],[-244857,-309897],[-253932,-312742],[-244322,-319106],[-252127,-328413],[-252574,-321746],[-247230,-321524],[-246176,-325717],[-243510,-328644],[-250960,-326322],[-245991,-330885],[-254919,-329826],[-245677,-324435],[-246662,-324151],[-249875,-327657],[-250136,-335336],[-252600,-332891],[-245751,-334810],[-245201,-344727],[-250936,-354562],[-244037,-345874],[-252344,-349401],[-247637,-357486],[-250194,-353455],[-252077,-348518],[-253157,-349484],[-252722,-353587],[-247169,-355245],[-243549,-354787],[-244280,-356806],[-243486,-357386],[-250536,-362947],[-248843,-359255],[-252249,-362047],[-249011,-15802],[-250577,-17966],[-254777,-14371],[-245361,-19033],[-244365,-17043],[-249485,-15459],[-252289,-16304],[-252201,-16616],[-255792,-20612],[-255599,-19796],[-253753,-20254],[-245624,-19306],[-246703,-20224],[-249764,-17074],[-248810,-16910],[-251285,-22617],[-250927,-23501],[-249172,-17345],[-250467,-22288],[-254774,-25338],[-244198,-374627],[-243839,-374606],[-253314,-420130],[-247623,-413212],[-244417,-411167],[-244693,-411273],[-247293,-412486],[-247198,-413780],[-254130,-419735],[-253075,-419050],[-254564,-419922],[-249238,-424770],[-248261,-429341],[-248195,-428773],[-248209,-427931],[-247130,-426852],[-247463,-426599],[-246475,-428239],[-246835,-429261],[-245305,-427386],[-246036,-473220],[-243895,-37856],[-244115,-37702],[-254433,-33685],[-255035,-597224],[-243865,-603754],[-244059,-39014],[-243728,-39201],[-244318,-39341],[-244214,-39208],[-250066,-40424],[-245201,-46005],[-245323,-43977],[-244878,-47188],[-252925,-57283],[-252734,-57574],[-246355,-55983],[-244524,-63113],[-244236,-62778],[-252759,-57313],[-246450,-56109],[-243226,-62716],[-243630,-62948],[-245633,-62415],[-245401,-56080],[-246780,-74985],[-246545,-64673],[-245600,-63863],[-250343,-65656],[-247094,-66222],[-247047,-70475],[-246708,-76367],[-254394,-75026],[-252416,-71593],[-254876,-70706],[-248742,-72776],[-250957,-70507],[-247245,-69300],[-247382,-70761],[-246586,-74397],[-248401,-74029],[-245637,-65532],[-243402,-70378],[-243953,-70490],[-244256,-70412],[-243454,-70616],[-243866,-70591],[-243248,-70031],[-245490,-65703],[-245460,-65926],[-243211,-70122],[-243645,-70498],[-246509,-66777],[-247111,-78676],[-246438,-80639],[-246523,-82491],[-251809,-85545],[-245897,-77340],[-254890,-89063],[-246721,-77604],[-246734,-82978],[-246220,-82319],[-255292,-87995],[-246570,-78839],[-247087,-82392],[-254294,-86026],[-243938,-82277],[-244024,-81386],[-243214,-80041],[-243463,-80082],[-246439,-81073],[-243901,-79484],[-243808,-81178],[-249953,-95189],[-247496,-96858],[-251475,-95376],[-252702,-91958],[-250202,-94995],[-249924,-96501],[-250476,-91033],[-249030,-101865],[-252310,-92141],[-254161,-91343],[-245754,-99518],[-246618,-97010],[-244821,-96207],[-244790,-98738],[-250258,-96902],[-250139,-91616],[-251872,-99689],[-253811,-95902],[-253896,-96303],[-254826,-99309],[-255101,-100233],[-255294,-98985],[-250980,-101240],[-252718,-98789],[-251817,-97486],[-253335,-93064],[-252617,-100975],[-253662,-92538],[-254511,-101473],[-254959,-97254],[-253308,-96118],[-254764,-96126],[-255397,-97545],[-255327,-98648],[-255818,-101096],[-253855,-91707],[-251299,-98042],[-254902,-97805],[-254418,-101141],[-252387,-99207],[-255748,-100566],[-255097,-96008],[-255661,-101310],[-251560,-99835],[-247275,-108625],[-250999,-112301],[-249177,-108971],[-250838,-102356],[-250982,-114289],[-248193,-112856],[-246830,-106513],[-246533,-108530],[-249444,-104061],[-250272,-105837],[-249623,-109017],[-249964,-103110],[-250409,-112904],[-246352,-109921],[-247035,-107729],[-247306,-108772],[-249798,-104407],[-251312,-112750],[-249664,-109635],[-243687,-107867],[-244792,-107814],[-246351,-104649],[-245128,-111861],[-246696,-111062],[-249174,-111329],[-249711,-113125],[-248821,-113914],[-250376,-113861],[-247433,-102574],[-247167,-110138],[-246851,-108826],[-247212,-105475],[-248637,-114254],[-247668,-113031],[-251292,-112431],[-249306,-106517],[-249799,-102231],[-247143,-110357],[-252026,-112875],[-249911,-107069],[-255810,-102976],[-253124,-106189],[-252503,-106286],[-252595,-107070],[-252555,-108449],[-255243,-112728],[-251764,-110997],[-253600,-114403],[-254134,-102951],[-253631,-104000],[-254897,-105889],[-254547,-102574],[-254036,-111835],[-254096,-104549],[-253929,-105461],[-255911,-109827],[-255468,-108706],[-253132,-111277],[-254125,-109432],[-255113,-105941],[-253362,-104041],[-255801,-111610],[-255504,-114782],[-253862,-111323],[-255551,-105624],[-253621,-104709],[-255533,-110432],[-254660,-109883],[-245259,1095],[-246785,6877],[-253726,3067],[-245797,5294],[-251427,9037],[-247652,10482],[-250730,5176],[-251001,6302],[-246784,7751],[-246724,7652],[-251434,139674],[-250612,132254],[-248021,136622],[-249896,132239],[-244503,134599],[-249219,137836],[-252257,130663],[-247152,132495],[-245500,135483],[-246613,129765],[-245240,128867],[-250191,128381],[-254357,131906],[-254044,131751],[-248585,132332],[-245179,129783],[-244363,129433],[-246133,137016],[-249105,135878],[-246624,134623],[-244627,135767],[-252660,132047],[-253691,133821],[-249522,132471],[-250354,134927],[-246209,129316],[-246020,129311],[-245372,132574],[-246489,137499],[-243965,147302],[-255912,142776],[-247765,147679],[-250198,143979],[-243867,152195],[-243380,151560],[-247922,146438],[-245570,144930],[-243840,146903],[-243471,148675],[-250745,141351],[-246269,145711],[-250003,145393],[-244706,152060],[-243260,150281],[-244760,151202],[-244713,149538],[-245550,152180],[-245802,148879],[-243275,164328],[-251502,204901],[-253095,204081],[-245522,201515],[-248167,201903],[-250122,203317],[-247654,204011],[-254077,204930],[-249364,204162],[-254384,203488],[-244704,204946],[-250641,203804],[-245926,204550],[-246941,204812],[-252785,204872],[-245678,204432],[-246682,202720],[-245718,202661],[-250234,202057],[-248095,204965],[-244804,203244],[-244117,204951],[-244537,204121],[-246840,204465],[-253518,204916],[-246418,204684],[-250370,204362],[-248050,204928],[-244388,203356],[-251405,204526],[-245975,204149],[-245192,204587],[-251713,204566],[-248144,204282],[-243438,212431],[-243624,207702],[-248029,211274],[-251830,211860],[-252933,212118],[-252800,208593],[-251261,207266],[-252639,205883],[-244029,206405],[-244093,205887],[-247336,206512],[-243655,205225],[-243243,207107],[-243270,213180],[-246769,209096],[-244930,209955],[-247805,211547],[-248190,209300],[-248310,210582],[-247689,211114],[-253619,210365],[-254710,208495],[-255523,208761],[-252777,208082],[-252456,207346],[-244233,205467],[-243306,205168],[-246546,205374],[-252549,210043],[-255211,208905],[-254422,208130],[-246635,205229],[-244171,207416],[-247086,211693],[-247276,209939],[-254056,210853],[-253833,213207],[-251980,207040],[-253727,205799],[-243296,208981],[-245889,211674],[-246770,210680],[-252670,212794],[-253599,206569],[-251715,205110],[-246929,205919],[-246114,205916],[-250220,209857],[-249191,209862],[-252941,211550],[-245019,206629],[-244257,206434],[-243594,213894],[-251474,213263],[-248333,211592],[-247931,209996],[-243623,212466],[-244941,207309],[-244696,208204],[-247995,205073],[-251131,207685],[-249298,207952],[-250341,205443],[-251610,208702],[-253142,208286],[-255480,206419],[-253672,210279],[-251424,210281],[-250527,212280],[-243389,208057],[-245754,208929],[-247801,210420],[-254140,212556],[-252437,205630],[-249554,209893],[-250460,210477],[-245474,207505],[-244880,206898],[-244488,211475],[-254933,211983],[-244303,214685],[-247922,211720],[-246172,206590],[-244358,208703],[-247485,205754],[-250895,207436],[-250563,206100],[-251806,208421],[-252685,207193],[-255095,208797],[-255220,206445],[-252742,211479],[-251151,210695],[-251673,211403],[-252206,213139],[-254197,212502],[-252328,207871],[-250438,207627],[-253343,205400],[-246059,205540],[-249780,209707],[-245029,207529],[-244463,207104],[-244124,211222],[-245265,212264],[-253173,212394],[-243532,205413],[-243250,214569],[-247513,211500],[-243633,212989],[-251585,213321],[-248054,209864],[-243979,205664],[-245423,208554],[-247221,206268],[-247974,205936],[-250976,206744],[-249935,207501],[-250391,206381],[-253092,209873],[-253185,207711],[-254438,208751],[-255301,207308],[-253210,211030],[-250741,211152],[-251477,15713],[-252027,15014],[-245476,13603],[-246682,17917],[-250670,20848],[-247725,18224],[-243299,23147],[-245385,19738],[-254333,22211],[-251074,20386],[-245218,19417],[-247193,19427],[-249642,21901],[-244972,25309],[-245579,22093],[-253768,18473],[-249942,13048],[-250812,13311],[-243899,267447],[-244199,267676],[-243285,268605],[-243396,267063],[-243793,279146],[-245151,275396],[-244078,275633],[-254233,281511],[-243276,278556],[-244024,274962],[-244197,275560],[-243498,271786],[-253608,280973],[-243682,275952],[-255220,281194],[-250116,330823],[-252093,329534],[-255545,332820],[-244444,330206],[-251629,330991],[-247506,331887],[-252321,332982],[-251498,331938],[-246159,331227],[-246633,337204],[-250716,336598],[-245291,341110],[-243484,343745],[-245076,345186],[-255648,338016],[-254046,334153],[-252548,335046],[-247637,336427],[-244603,341230],[-245862,333694],[-243543,338019],[-246039,347857],[-244620,348798],[-244898,350359],[-245654,346246],[-249692,27273],[-254959,28010],[-254394,30329],[-255588,32988],[-247994,27996],[-255027,29084],[-254747,37239],[-253944,27479],[-253992,27395],[-252000,36856],[-253270,37358],[-249210,35129],[-250005,35351],[-255335,28829],[-254049,29082],[-252664,37783],[-252906,37491],[-250259,35870],[-249685,36484],[-253791,391701],[-251847,393083],[-252940,394722],[-255889,388603],[-254285,393268],[-252831,393568],[-253337,389061],[-255708,394887],[-255791,392843],[-255313,388841],[-251669,42862],[-251683,49436],[-253894,45285],[-249127,50509],[-253278,49279],[-252102,48401],[-253656,46357],[-253839,46159],[-248323,48018],[-247993,48564],[-244823,42521],[-255355,41344],[-255394,42909],[-245808,43637],[-246362,45769],[-247291,44901],[-246911,48678],[-251435,49312],[-250869,46166],[-253034,43950],[-247671,50518],[-248650,45646],[-250214,45245],[-252920,49552],[-252752,50171],[-254187,44283],[-254890,44581],[-248769,48286],[-248281,50181],[-255286,42307],[-247081,44099],[-245732,44304],[-246573,45263],[-248064,45564],[-247244,48741],[-250638,49589],[-251472,45134],[-253056,43047],[-247998,50984],[-247634,50213],[-249706,44789],[-248183,586402],[-244082,583635],[-247450,584133],[-247917,583086],[-248056,585859],[-245325,587427],[-245430,582426],[-245595,586834],[-246581,583102],[-244765,585291],[-244352,591207],[-244189,590741],[-243261,590449],[-246047,58811],[-251722,60605],[-252823,55153],[-248265,60488],[-246155,62486],[-243821,60903],[-249172,57804],[-247503,58974],[-249099,61210],[-247577,62533],[-248930,59870],[-245082,58228],[-245879,61015],[-244929,61354],[-251515,62304],[-250678,62172],[-246594,61193],[-246710,59752],[-244441,58719],[-243755,59307],[-255683,59274],[-253930,59644],[-254102,60483],[-254504,57862],[-255760,52521],[-249593,53354],[-249048,54339],[-247302,55879],[-247669,55221],[-249326,56003],[-247802,59398],[-247244,59433],[-251719,62011],[-252903,62186],[-251533,55943],[-253355,54400],[-248250,61142],[-246828,62062],[-244537,61258],[-247890,59665],[-248371,58497],[-252667,60423],[-252625,60197],[-252281,56072],[-251104,55834],[-248338,60657],[-246557,61824],[-244567,61450],[-245349,61626],[-245995,61930],[-249794,63674],[-250492,61205],[-250364,61665],[-247168,60618],[-247154,59921],[-244242,58670],[-243959,59516],[-255518,58162],[-255225,58681],[-254096,60058],[-253165,58724],[-254255,58195],[-254221,60079],[-254584,56756],[-255250,53022],[-249569,54576],[-247487,54849],[-248858,55142],[-251399,64072],[-246221,72395],[-249808,76277],[-249924,66770],[-248476,64633],[-249972,64484],[-249619,73832],[-249476,74232],[-247415,73521],[-246721,73311],[-250339,70455],[-250817,69276],[-246693,68150],[-246224,67519],[-243788,65669],[-244017,70454],[-245732,71838],[-250336,75911],[-254701,70915],[-255085,70971],[-253761,66986],[-253434,67548],[-251879,68259],[-248096,69314],[-246744,66791],[-245471,65786],[-244167,67006],[-244473,64661],[-253318,70807],[-251780,71149],[-249997,66091],[-249052,65875],[-249167,64893],[-251988,65138],[-245779,67493],[-245828,72591],[-250886,66372],[-250573,65011],[-250494,64201],[-249787,73711],[-249260,74451],[-247616,72416],[-247104,73064],[-249516,76429],[-250275,70450],[-250066,69822],[-246693,67268],[-246205,67250],[-244558,66022],[-249649,75932],[-250195,74852],[-244261,71208],[-244868,71978],[-249841,75918],[-255175,71175],[-255611,70563],[-253826,67583],[-253741,67445],[-252346,68096],[-251479,68922],[-247811,69443],[-246105,66266],[-246177,65695],[-244159,67112],[-244709,64546],[-252964,70821],[-250351,65461],[-249118,64856],[-251547,64953],[-251033,64797],[-245078,67774],[-246170,72577],[-250024,76853],[-250312,67152],[-252824,75387],[-252743,76069],[-252952,76298],[-255548,87983],[-250026,77202],[-249305,77274],[-254128,78444],[-255056,77455],[-248491,84816],[-248237,83953],[-249677,83448],[-251046,84116],[-252040,81938],[-249755,80353],[-247817,80383],[-246688,82064],[-243674,88174],[-246204,89606],[-249614,84977],[-250062,82218],[-250627,84085],[-252291,81483],[-250435,80642],[-247958,81726],[-247404,82350],[-244063,88210],[-246044,88342],[-249191,77389],[-253272,77657],[-253876,78235],[-254105,78249],[-254482,77927],[-248679,85026],[-248135,83496],[-249946,83438],[-251783,83536],[-251919,81616],[-250835,80432],[-247091,80966],[-246559,81233],[-243217,84189],[-243677,87976],[-245656,88522],[-249590,84187],[-243258,84954],[-255156,91463],[-243875,99868],[-243557,100837],[-243299,101917],[-243756,93047],[-246269,99183],[-243576,92650],[-244188,100120],[-244946,98131],[-243880,98823],[-243497,99734],[-243523,100220],[-243320,100861],[-243551,102261],[-243784,101954],[-245770,97850],[-245347,94464],[-245397,102279],[-245295,98968],[-243582,96738],[-246078,99195],[-243610,95032],[-243512,100712],[-245358,99118],[-254355,114078],[-254092,113308],[-253591,105562],[-251596,105898],[-251993,109555],[-248722,109405],[-249269,112450],[-247204,115379],[-245757,105704],[-243545,106378],[-243212,104892],[-243610,107889],[-245704,112198],[-246636,112120],[-247295,106013],[-248295,107670],[-247695,107437],[-247704,108737],[-252304,107850],[-251473,109816],[-248050,108896],[-248238,113016],[-245221,108852],[-244353,110624],[-250841,110574],[-249766,108369],[-248691,114046],[-245821,105908],[-247645,110328],[-246426,106992],[-245456,105656],[-245466,105932],[-243745,105820],[-243378,106815],[-246450,112852],[-246878,112714],[-243664,102822],[-246652,105248],[-248303,107452],[-246929,107670],[-247701,108901],[-255659,122336],[-253827,126020],[-244664,126902],[-249641,127955],[-250267,127696],[-252311,122830],[-249461,123969],[-247966,123643],[-250207,124149],[-251195,124281],[-243874,121270],[-254088,120472],[-254208,121508],[-244460,127176],[-244844,125530],[-251615,122905],[-250004,122830],[-249668,122269],[-249781,123683],[-250645,124361],[-250690,127011],[-250290,122446],[-243618,120836],[-251181,120961],[-247182,122018],[-253855,120659],[-251836,123907],[-244351,121957],[-244956,122151],[-250870,120533],[-248335,123215],[-247877,124700],[-248972,127012],[-252121,124271],[-248675,124175],[-248798,121864],[-249923,124721],[-251527,123525],[-243881,122277],[-246317,119547],[-249203,116370],[-245792,119481],[-245574,119917],[-246363,117537],[-248676,119481],[-246620,115606],[-244365,116869],[-249374,117799],[-257567,-125418],[-256673,-127514],[-257469,-127099],[-259075,-127531],[-256770,-122841],[-259110,-116139],[-259396,-118194],[-258547,-118171],[-259038,-119707],[-258747,-120474],[-258493,-116283],[-261302,-117782],[-259797,-123082],[-261445,-121928],[-261169,-123588],[-261664,-120817],[-265335,-116865],[-264686,-125803],[-267724,-124016],[-259230,-126441],[-260935,-121039],[-258972,-117014],[-259827,-119666],[-257581,-119663],[-259536,-115221],[-259365,-115044],[-263106,-118050],[-264777,-116324],[-267750,-118749],[-267316,-120927],[-265859,-124272],[-264202,-125449],[-267895,-127390],[-257745,-122373],[-262547,-120958],[-265649,-123197],[-265710,-121753],[-267395,-122693],[-266238,-120529],[-258999,-125277],[-260331,-123827],[-257992,-122366],[-258064,-120402],[-260672,-120743],[-259997,-119753],[-261028,-119483],[-257494,-116733],[-256542,-116336],[-268584,-124802],[-266679,-117299],[-265282,-115650],[-265022,-126051],[-266295,-124384],[-264950,-123606],[-264772,-123878],[-265696,-115018],[-264758,-126871],[-267926,-124292],[-256527,-119720],[-268539,-115043],[-256993,-119242],[-257024,-118966],[-261027,-117014],[-261293,-116261],[-263186,-118130],[-263356,-117871],[-265664,-116925],[-267210,-118567],[-266161,-123481],[-264288,-124428],[-263949,-124410],[-263816,-126937],[-268331,-126508],[-266115,-126870],[-260680,-126475],[-257541,-120786],[-261699,-120914],[-265037,-121848],[-266562,-122634],[-267162,-122726],[-266247,-122003],[-256852,-118543],[-258412,-115124],[-261430,-115982],[-262991,-118618],[-267110,-116771],[-265958,-124193],[-264826,-125413],[-264277,-127023],[-262988,-121610],[-265797,-123569],[-265824,-122428],[-266163,-120602],[-257158,-128294],[-261028,-132837],[-261217,-131259],[-261502,-139114],[-260314,-130989],[-258459,-128585],[-260727,-133552],[-259819,-128471],[-258453,-135364],[-258619,-138772],[-262164,-130365],[-266180,-139030],[-267345,-137890],[-264584,-127862],[-267974,-135006],[-268597,-138981],[-265884,-128746],[-262826,-132188],[-267230,-132381],[-266384,-132473],[-265455,-131010],[-266721,-130886],[-267368,-130531],[-267385,-131310],[-262874,-135615],[-262582,-133423],[-265046,-128420],[-267520,-135949],[-267036,-135291],[-266542,-129206],[-262523,-133198],[-261779,-129908],[-267284,-132545],[-266831,-132650],[-265516,-132204],[-264651,-131498],[-265045,-131659],[-266040,-131633],[-267548,-132119],[-267554,-131573],[-267690,-130464],[-267131,-127908],[-268173,-135828],[-266557,-129009],[-261193,-130087],[-266283,-133194],[-264444,-131180],[-265208,-131873],[-265592,-131953],[-265269,-131392],[-266486,-131688],[-268026,-131303],[-263266,-136454],[-258546,-144933],[-261061,-143688],[-267263,-150499],[-265610,-146210],[-264217,-146528],[-257376,-141745],[-257164,-140951],[-261147,-145069],[-267148,-151874],[-265558,-146954],[-261641,-149662],[-263535,-148603],[-267164,-148716],[-268252,-147747],[-265373,-152684],[-262022,-149609],[-259033,-141402],[-260104,-146780],[-262267,-148621],[-268246,-140951],[-258645,-164420],[-267798,-154772],[-267776,-157369],[-266987,-153757],[-261218,-153496],[-257329,-160872],[-258444,-156321],[-258087,-170785],[-258849,-175511],[-266521,-173452],[-267889,-174717],[-262482,-171041],[-266993,-176082],[-256037,-187480],[-260023,-183767],[-262392,-180166],[-258000,-190098],[-257487,-190328],[-258235,-190016],[-260008,-191787],[-258281,-190184],[-264335,-199000],[-265062,-202339],[-265960,-198660],[-262222,-193023],[-267929,-200136],[-264324,-200287],[-264603,-201090],[-257177,-193681],[-265672,-196957],[-268342,-204590],[-264203,-202272],[-266273,-195057],[-259086,-198407],[-262839,-197399],[-266838,-207921],[-265838,-209734],[-259867,-211908],[-262844,-208231],[-260601,-210186],[-263847,-210296],[-264150,-206642],[-262690,-206393],[-268693,-204625],[-268713,-204862],[-262690,-210314],[-266357,-210770],[-264951,-212913],[-262758,-213527],[-263736,-215786],[-261956,-216410],[-267523,-212924],[-266857,-210702],[-256047,-205497],[-259759,-207042],[-260890,-207275],[-262349,-215073],[-263896,-217262],[-267553,-207384],[-267777,-215468],[-266468,-216461],[-267939,-212543],[-267923,-208323],[-259381,-205259],[-258867,-210259],[-264847,-215387],[-264946,-213982],[-262425,-216499],[-261760,-216078],[-261411,-215013],[-265623,-212695],[-260268,-217388],[-260555,-225003],[-262229,-227692],[-261625,-225237],[-261885,-223444],[-256116,-227404],[-257073,-228544],[-259397,-227104],[-259038,-226406],[-266908,-226435],[-268525,-223919],[-267268,-222138],[-258700,-228719],[-260797,-226013],[-256163,-226655],[-259604,-226226],[-267676,-226345],[-263086,-229207],[-265215,-222977],[-259498,-226836],[-268415,-218571],[-268296,-226426],[-267606,-221364],[-266909,-218892],[-264913,-229483],[-261504,-229121],[-260526,-229525],[-263081,-240543],[-261979,-235631],[-265269,-231713],[-262953,-233327],[-261667,-238012],[-266920,-237885],[-263353,-236797],[-268685,-234680],[-267763,-234936],[-266677,-234975],[-268606,-234869],[-260319,-241078],[-266215,-236669],[-266382,-232657],[-259657,-237066],[-257270,-233749],[-260704,-232786],[-265929,-234023],[-267625,-233009],[-267997,-237862],[-266878,-242229],[-262614,-242618],[-265095,-236085],[-267931,-235856],[-256053,-236533],[-257908,-233954],[-258541,-232774],[-257465,-230937],[-257076,-230699],[-267928,-241701],[-265610,-233529],[-267338,-233831],[-267301,-234197],[-267639,-239111],[-266375,-237442],[-265941,-242360],[-266455,-241690],[-267703,-242442],[-263860,-242533],[-263676,-242479],[-256309,-232833],[-257740,-235592],[-268766,-241380],[-265450,-236456],[-265234,-240013],[-266894,-237112],[-266824,-239997],[-264317,-241035],[-264530,-242046],[-264525,-234083],[-265901,-231995],[-257040,-4264],[-258420,-1241],[-264910,-843],[-264779,-2068],[-265757,-2250],[-263046,-8010],[-264899,-7483],[-265664,-8412],[-266172,-8253],[-260947,-5388],[-260660,-5436],[-260491,-4793],[-260454,-7437],[-257331,-4720],[-256445,-6945],[-258402,-3395],[-258241,-2932],[-257315,-4479],[-264595,-11313],[-266780,-10807],[-267372,-12426],[-268207,-249481],[-267512,-244418],[-256525,-252221],[-261746,-243818],[-267254,-243202],[-268525,-244451],[-260538,-246432],[-260755,-243568],[-266944,-243643],[-257478,-251174],[-260904,-246269],[-260729,-243018],[-267351,-244202],[-259913,-249248],[-267763,-249029],[-265964,-246214],[-267434,-253086],[-266992,-255786],[-259396,-248842],[-266591,-253086],[-265627,-249477],[-265216,-244598],[-268052,-254609],[-256309,-255641],[-258382,-255061],[-260338,-247920],[-262090,-249010],[-264063,-248033],[-265235,-250497],[-265043,-253917],[-265846,-255213],[-256734,-252571],[-256722,-254143],[-260548,-248934],[-261626,-249436],[-264829,-248401],[-265127,-249553],[-266237,-254511],[-262848,-251505],[-260799,-255159],[-261955,-252803],[-259757,-248854],[-261393,-247083],[-261867,-248206],[-264761,-247968],[-264940,-249466],[-264847,-252811],[-261813,-251025],[-259802,-249349],[-266405,-252289],[-266365,-249922],[-267554,-251884],[-264668,-246624],[-267048,-253584],[-263417,-251259],[-262398,-253158],[-263313,-253875],[-263285,-255620],[-261902,-255335],[-262367,-255381],[-256318,-256022],[-260979,-256561],[-259591,-259700],[-258036,-266968],[-263312,-268110],[-262327,-265298],[-259577,-262532],[-267112,-260924],[-266890,-260861],[-265679,-267439],[-257559,-256793],[-259187,-256734],[-260878,-259739],[-263534,-267532],[-262970,-265774],[-259955,-263089],[-267029,-259537],[-264853,-260426],[-264270,-265477],[-268407,-263859],[-262851,-257364],[-264666,-260882],[-264174,-262642],[-263913,-267035],[-266853,-267645],[-268406,-268376],[-261232,-259008],[-262872,-259754],[-262213,-259681],[-267398,-258589],[-266505,-258694],[-264257,-261409],[-264537,-260039],[-263076,-263873],[-262877,-262126],[-263955,-265906],[-264084,-265625],[-262467,-268516],[-263759,-268098],[-256588,-268021],[-256230,-267312],[-268389,-267268],[-260785,-257042],[-263245,-260261],[-264136,-263270],[-263871,-267481],[-257255,-267570],[-267289,-260919],[-267477,-260194],[-268506,-258839],[-266815,-268530],[-266458,-255962],[-257946,-257035],[-261026,-257091],[-260596,-260472],[-262767,-268339],[-263491,-265767],[-260312,-262108],[-264400,-261101],[-267366,-260019],[-265099,-265298],[-267826,-280771],[-267469,-272553],[-265717,-279299],[-265507,-270960],[-263450,-273265],[-266725,-274887],[-263568,-270230],[-258976,-270234],[-266448,-273800],[-268706,-271979],[-266119,-278853],[-266461,-271210],[-264324,-270621],[-262965,-273280],[-259269,-271231],[-260747,-270674],[-261084,-275380],[-265494,-274159],[-258139,-277021],[-264689,-270752],[-265738,-278646],[-268501,-279570],[-257917,-275051],[-266085,-277514],[-267898,-280702],[-267631,-277983],[-260035,-275493],[-263042,-274335],[-262342,-272814],[-256860,-269501],[-259067,-272259],[-256329,-272145],[-267844,-271333],[-268797,-273875],[-266560,-272874],[-264758,-269687],[-265250,-270997],[-258323,-271653],[-262666,-273934],[-264413,-275546],[-264637,-278146],[-259567,-275269],[-262638,-275448],[-267213,-275376],[-258996,-269919],[-257068,-291361],[-261778,-294056],[-258857,-281719],[-259877,-285544],[-264081,-282554],[-261974,-287980],[-263810,-289898],[-267296,-282687],[-266168,-288006],[-261542,-282763],[-259532,-285377],[-259129,-284683],[-264130,-283139],[-264089,-293093],[-256450,-282346],[-259677,-286143],[-258750,-291462],[-263964,-293867],[-265780,-287759],[-259793,-286383],[-256512,-291737],[-265419,-286383],[-259801,-293424],[-263477,-283729],[-266989,-303898],[-256013,-294687],[-260180,-296997],[-260562,-297689],[-259855,-303880],[-268650,-300216],[-258869,-298607],[-262249,-305609],[-258749,-302816],[-268039,-302910],[-265880,-302561],[-262093,-306681],[-258600,-298532],[-265952,-303419],[-266127,-303758],[-265395,-304396],[-262674,-304006],[-262474,-305280],[-256029,-308945],[-258274,-318067],[-256463,-312791],[-257780,-312502],[-258557,-311065],[-257858,-308880],[-258199,-314319],[-263898,-315385],[-263700,-314954],[-264663,-314178],[-262788,-308552],[-260580,-319657],[-268450,-314363],[-263222,-310521],[-259561,-317827],[-264185,-314675],[-262488,-309123],[-259824,-319657],[-262169,-309549],[-265593,-319585],[-256494,-325514],[-261415,-323047],[-263570,-324697],[-265560,-324691],[-265818,-328384],[-261374,-321513],[-258403,-325896],[-260320,-332128],[-262954,-332512],[-263931,-324871],[-265603,-324481],[-265571,-329573],[-264515,-325245],[-265740,-325166],[-266147,-328553],[-257261,-341418],[-261774,-344118],[-257360,-341385],[-257387,-341207],[-257515,-341427],[-267621,-339219],[-257247,-341489],[-267405,-339351],[-257107,-341664],[-267909,-341133],[-261334,-335544],[-267684,-339451],[-263955,-335903],[-267741,-333212],[-267709,-339144],[-259102,-339969],[-267437,-339307],[-267642,-339032],[-268566,-340126],[-267587,-339438],[-260916,-337174],[-260822,-337539],[-261090,-336877],[-258935,-336608],[-267730,-339585],[-257872,-341178],[-261712,-344254],[-265138,-333780],[-263633,-333317],[-260238,-332789],[-267645,-349185],[-267578,-348099],[-268037,-349011],[-268622,-349118],[-267474,-349146],[-267386,-349339],[-267465,-349360],[-264265,-345901],[-263737,-345785],[-256491,-20793],[-261837,-21959],[-257452,-22898],[-262042,-23742],[-261816,-23971],[-265347,-13992],[-263298,-12929],[-257696,-15877],[-267126,-23965],[-260003,-394489],[-266775,-405784],[-257792,-419713],[-257608,-419369],[-257977,-417583],[-258661,-417759],[-260476,-424872],[-259147,-428019],[-268402,-439871],[-266946,-435852],[-267499,-438852],[-265680,-435124],[-267446,-440143],[-268418,-437403],[-262395,-26193],[-259025,-25739],[-259202,-25607],[-266879,-26455],[-256914,-28506],[-264052,-33809],[-264426,-33826],[-266402,-33263],[-267601,-33636],[-266494,-567297],[-259192,-603233],[-262113,-39529],[-261755,-39116],[-261356,-38838],[-256987,-58534],[-257024,-59125],[-259841,-54058],[-259957,-54079],[-260075,-54097],[-260203,-54130],[-259609,-54144],[-259583,-54382],[-259562,-54520],[-259516,-54645],[-259517,-54758],[-263006,-55278],[-263043,-55164],[-263065,-54904],[-263110,-54747],[-263007,-54548],[-262872,-54533],[-262602,-54512],[-262448,-54478],[-256556,-58851],[-256764,-58484],[-259591,-54252],[-260341,-54147],[-259750,-54067],[-261161,-54293],[-261305,-54303],[-261477,-54343],[-261611,-54371],[-262742,-54536],[-263057,-55046],[-263648,-57911],[-263240,-59501],[-261923,-62434],[-257121,-63091],[-262757,-55298],[-262682,-55030],[-262342,-54701],[-262512,-54844],[-259692,-54839],[-259924,-54613],[-260059,-54508],[-260368,-54324],[-261066,-54462],[-261299,-54514],[-261505,-54533],[-261633,-54557],[-260239,-54433],[-259798,-54755],[-258610,-74907],[-259345,-85180],[-259881,-80295],[-266993,-86119],[-266478,-85494],[-262408,-85589],[-261120,-85642],[-258807,-87896],[-256570,-85601],[-258701,-80404],[-258066,-77269],[-259767,-87678],[-263113,-86934],[-262087,-87386],[-258295,-84604],[-260088,-87498],[-258695,-85550],[-265789,-87099],[-256347,-80445],[-265020,-87660],[-265887,-87432],[-266703,-86129],[-262349,-86949],[-267937,-85207],[-262621,-84892],[-263033,-88060],[-259043,-89295],[-267393,-87997],[-263208,-88172],[-267901,-88446],[-257729,-88575],[-264821,-89046],[-267930,-89291],[-263108,-88956],[-259539,-87391],[-267451,-89092],[-259993,-88137],[-265976,-96471],[-265480,-94366],[-265603,-100613],[-264742,-98742],[-263861,-93091],[-256367,-94680],[-257975,-95022],[-258273,-94393],[-257768,-97409],[-258383,-97039],[-257919,-100405],[-256124,-92290],[-256293,-93713],[-258863,-94636],[-259102,-89971],[-268351,-90010],[-267987,-90527],[-262418,-94498],[-263072,-94092],[-263900,-94989],[-261119,-92321],[-260833,-92917],[-259178,-92017],[-258769,-92331],[-259414,-96158],[-261234,-96203],[-266230,-101494],[-260857,-99334],[-264440,-98520],[-265263,-95539],[-257551,-94237],[-257547,-94095],[-267212,-96133],[-268652,-94603],[-266561,-94076],[-266771,-93063],[-257480,-100284],[-256404,-97358],[-256475,-98630],[-258822,-97635],[-258166,-95863],[-260481,-93095],[-262267,-91552],[-264045,-92288],[-264322,-90419],[-257308,-93852],[-266960,-94163],[-258543,-99001],[-258760,-96887],[-258736,-94965],[-262008,-94417],[-259257,-92663],[-268580,-94138],[-265468,-93828],[-257457,-98946],[-257532,-98798],[-258473,-97298],[-258706,-93794],[-261598,-94176],[-263255,-92662],[-257400,-105974],[-258198,-105060],[-260585,-110981],[-259283,-111758],[-258740,-111986],[-258184,-110941],[-259838,-112762],[-259613,-113898],[-258543,-114059],[-257753,-113317],[-260093,-108199],[-264665,-105967],[-268169,-113154],[-265607,-113081],[-267898,-110407],[-256992,-111180],[-257676,-112784],[-259193,-112966],[-257566,-110246],[-256045,-109648],[-257350,-103764],[-256921,-105130],[-259778,-107223],[-263765,-104652],[-256283,-114203],[-266621,-111451],[-268511,-112734],[-259967,-107293],[-263719,-106239],[-267934,-103388],[-261351,-112630],[-259487,-107435],[-260640,-107507],[-260460,-106182],[-261918,-107921],[-268182,-108294],[-268584,-111479],[-259123,-102987],[-259290,-112383],[-265861,-108622],[-264247,-106095],[-263632,-109228],[-260283,-108667],[-256684,-110082],[-257746,-102896],[-261814,-106275],[-260958,-106786],[-261480,-108309],[-268552,-104651],[-268415,-108657],[-268313,-111615],[-258897,-103599],[-256356,-114993],[-259747,-112540],[-259512,-112453],[-257075,-111213],[-258561,-112309],[-261068,-114668],[-260554,-113645],[-268178,-106556],[-265678,-107703],[-266233,-106013],[-265127,-106860],[-262306,-111578],[-260888,-110524],[-260584,-108648],[-258703,-109578],[-257952,-107776],[-257393,-107503],[-257366,-109310],[-256792,-105599],[-259215,-106179],[-261457,-106673],[-260594,-106403],[-261505,-107751],[-268788,-108650],[-268663,-109191],[-268593,-111936],[-258144,-102717],[-258391,-111120],[-259991,-114183],[-267798,-102868],[-267186,-107628],[-266301,-107124],[-265550,-109257],[-263295,-110750],[-259779,-109681],[-259271,-110223],[-257456,-104680],[-259032,12850],[-256794,3191],[-257634,12366],[-258724,12189],[-263790,1424],[-263366,1906],[-259005,132329],[-261065,136695],[-265947,136872],[-267303,138096],[-263203,139634],[-259617,139380],[-261709,135075],[-261432,140111],[-267345,140506],[-267518,131973],[-265110,132484],[-262756,131883],[-260524,129362],[-258286,135162],[-260241,137560],[-262102,137560],[-264772,136152],[-264737,136744],[-265298,137887],[-265991,136731],[-262772,140328],[-259701,140057],[-263210,136296],[-263201,136931],[-262545,139302],[-261250,138557],[-258309,134765],[-260742,138319],[-261704,137402],[-264770,135933],[-264239,135205],[-265186,138106],[-265447,138359],[-259651,139216],[-263315,136777],[-261525,135338],[-262163,139421],[-261613,140277],[-259152,132101],[-266148,138108],[-264344,138441],[-263804,140003],[-258971,140057],[-257038,128268],[-256855,128644],[-263367,141087],[-261790,141152],[-261498,141634],[-260112,141193],[-257826,143559],[-259326,143061],[-256368,141737],[-264777,142287],[-256005,208494],[-257780,21964],[-260159,20494],[-257315,17193],[-260909,21570],[-259662,20230],[-256999,15744],[-256633,18317],[-258326,16233],[-259191,23481],[-266764,24276],[-258423,25437],[-259688,21657],[-268274,24649],[-268373,16987],[-258533,19779],[-265266,324719],[-259457,329830],[-256060,332499],[-267108,326927],[-258505,329566],[-259075,332705],[-263687,327226],[-263734,327742],[-268143,326158],[-257628,328591],[-264492,328957],[-259847,326808],[-262632,329668],[-261115,333300],[-261296,337708],[-262242,339438],[-256459,337307],[-266391,334588],[-264005,339665],[-259084,337808],[-256212,333875],[-262356,336832],[-259787,336611],[-262571,338761],[-256165,334191],[-266570,335236],[-259437,335103],[-259321,333845],[-258956,383289],[-260151,383727],[-263195,382488],[-266191,37559],[-265649,36133],[-265435,35953],[-261466,30357],[-256583,26446],[-261333,31035],[-262156,30218],[-258460,29130],[-263036,26559],[-257766,32165],[-258587,29964],[-257461,34872],[-257170,36605],[-256491,37117],[-258008,29639],[-256122,35403],[-258319,26318],[-264107,28551],[-259080,32314],[-256951,27248],[-256840,36333],[-257284,36744],[-268138,26416],[-265660,36843],[-265795,37550],[-260316,392819],[-260077,395930],[-258696,390598],[-258184,387061],[-259741,392867],[-259357,394305],[-261645,396288],[-258483,391596],[-260484,393122],[-258883,396315],[-260493,384839],[-259377,391132],[-259547,390073],[-256922,389856],[-256427,387178],[-261108,392208],[-258257,396830],[-261746,396925],[-261119,390059],[-267131,387572],[-266094,390105],[-264960,387245],[-264814,388393],[-261494,386321],[-267778,394397],[-264167,385372],[-264097,389273],[-261541,384512],[-263178,387473],[-262559,385628],[-265751,390206],[-266388,386337],[-262706,388139],[-263013,386767],[-259485,399581],[-256612,397737],[-261005,399056],[-258587,398243],[-268471,39796],[-268225,39388],[-267537,39189],[-260996,49864],[-260819,46474],[-266697,39209],[-259778,39699],[-261451,38929],[-268690,49924],[-260621,48532],[-261559,50147],[-262919,47079],[-262902,48232],[-265853,39703],[-266026,38837],[-259642,39525],[-262925,40447],[-264445,50372],[-265350,49535],[-257025,44083],[-257205,44318],[-268543,44319],[-267257,44463],[-265404,46498],[-266374,45677],[-257382,49422],[-256736,49741],[-258029,49679],[-257680,51113],[-257850,49372],[-257045,49063],[-257008,46976],[-257926,46661],[-258355,45860],[-260065,45198],[-257999,41085],[-257048,41540],[-257684,42804],[-258446,42596],[-257728,42700],[-259653,41084],[-263468,41947],[-263335,41264],[-263108,38786],[-263446,44301],[-257824,48112],[-262433,48093],[-261682,49454],[-262647,46682],[-262638,48217],[-267026,39285],[-267056,40800],[-265613,49223],[-263973,47935],[-257334,44001],[-256977,44917],[-267538,44259],[-268667,45268],[-265903,45095],[-264817,46031],[-257134,51215],[-256691,50922],[-257659,50177],[-258275,49461],[-256986,49315],[-257740,48552],[-257304,46553],[-257660,46428],[-257674,45008],[-259797,44680],[-257619,41029],[-257248,42617],[-258896,42014],[-257268,42348],[-257663,41197],[-258803,40054],[-264232,41342],[-262935,39558],[-264232,39661],[-258753,39459],[-259623,39226],[-263076,44066],[-257900,46899],[-258681,56435],[-261213,52591],[-257366,52933],[-264335,53872],[-266591,52450],[-267034,56004],[-266305,56559],[-261414,55224],[-265534,60856],[-262092,56762],[-257502,51966],[-258522,59327],[-258583,58373],[-259507,61787],[-259110,62321],[-259328,56442],[-259435,56171],[-262063,52154],[-261655,52909],[-258992,53781],[-258684,53238],[-263350,54429],[-259862,57603],[-260460,56274],[-267100,59102],[-262745,62910],[-267195,52933],[-266416,56642],[-265291,56080],[-268694,53179],[-265436,61536],[-264669,60830],[-260404,56805],[-256507,58811],[-257039,51612],[-257957,59827],[-258116,58202],[-259279,62596],[-258852,55628],[-258678,57680],[-259436,53412],[-259606,52726],[-257138,52638],[-256845,52596],[-265491,76023],[-264536,71062],[-262968,69221],[-266425,65089],[-259319,71559],[-259632,64319],[-264040,64317],[-264344,68246],[-267554,72439],[-266147,70419],[-266143,70405],[-257482,73953],[-257466,76809],[-258232,76616],[-259083,73624],[-256845,72173],[-257854,75354],[-268187,75635],[-264314,75441],[-263836,76212],[-265726,72155],[-264486,71266],[-262928,67919],[-261723,66521],[-261901,65526],[-267592,65671],[-268286,66912],[-266965,66277],[-266622,65460],[-259658,71421],[-262773,66714],[-266944,75070],[-267211,76926],[-265587,75707],[-264228,75714],[-264636,72011],[-266082,71914],[-259591,65370],[-260707,65638],[-268367,66359],[-265926,64962],[-266208,66653],[-258651,70438],[-260407,70724],[-260471,71079],[-259026,70403],[-267214,72290],[-264881,68831],[-266001,69692],[-257426,73974],[-257175,75886],[-258465,76479],[-258486,73461],[-256422,72251],[-256093,70285],[-259100,74238],[-257688,75591],[-267368,75290],[-266749,79672],[-263682,87932],[-267660,86912],[-266866,86695],[-267172,77296],[-267483,88848],[-257119,89333],[-265142,89056],[-267195,79457],[-259051,84591],[-258553,85717],[-268140,86887],[-267445,87948],[-267687,78476],[-267528,89155],[-268251,88802],[-256546,86124],[-257577,87984],[-262701,89714],[-268742,88436],[-265866,88851],[-266736,81021],[-267537,79497],[-257314,85980],[-268280,100953],[-268221,99444],[-267413,98353],[-268232,98917],[-268015,98060],[-266234,101370],[-265689,100751],[-268734,99601],[-266203,99164],[-268546,99270],[-267397,97686],[-268616,92223],[-258127,91088],[-265135,91610],[-265131,92177],[-262876,93993],[-264293,93576],[-265237,92299],[-261379,99515],[-261370,102506],[-264990,99643],[-266159,90069],[-257651,92345],[-258341,91983],[-258253,89863],[-263937,99101],[-262795,95073],[-262999,92865],[-267535,91003],[-265249,93846],[-267907,92203],[-268748,92463],[-263187,90517],[-266152,98575],[-267000,89810],[-268368,97601],[-266867,90539],[-268425,92502],[-263998,99225],[-265790,91958],[-262737,95264],[-264968,93136],[-262868,92082],[-264365,90467],[-263671,91928],[-262536,97076],[-262199,100745],[-265212,98492],[-267250,90814],[-268563,114794],[-268313,111678],[-268376,105926],[-267900,103167],[-266869,114712],[-268559,113194],[-267987,104740],[-267854,114879],[-268582,110522],[-267777,113940],[-266925,113832],[-265847,103510],[-266241,104574],[-265110,105535],[-265619,106733],[-266977,110054],[-267389,108965],[-267129,111530],[-266168,111441],[-266706,114648],[-266423,114897],[-265601,104410],[-266981,106050],[-265903,105689],[-265672,106636],[-266146,110453],[-267713,109397],[-267000,111261],[-267705,111793],[-268542,114896],[-265142,106067],[-267684,112183],[-257654,112058],[-262046,103762],[-262729,107636],[-259604,110250],[-262064,114280],[-263788,113433],[-265347,111572],[-265336,111153],[-264335,106562],[-263429,114299],[-264185,106624],[-265932,110632],[-262486,114035],[-257410,113268],[-256910,112713],[-261842,104905],[-262588,109053],[-258696,113138],[-259155,112742],[-264016,113274],[-263892,113828],[-265280,111358],[-265598,116061],[-267189,116961],[-266759,119227],[-267751,116962],[-263927,121263],[-268381,116335],[-266075,120308],[-267877,116800],[-265022,116634],[-265966,118552],[-268642,117051],[-263941,119643],[-266656,120329],[-265502,120180],[-263369,120447],[-266098,118172],[-266980,117278],[-264818,115785],[-264661,121406],[-264527,120922],[-256190,121950],[-264356,125027],[-266410,120404],[-266096,121365],[-262392,125560],[-260729,127278],[-257579,127890],[-261649,116770],[-259664,119530],[-260814,122455],[-256536,127180],[-259086,124602],[-262053,120093],[-262252,120071],[-261538,121263],[-262244,118876],[-262705,119565],[-260118,120440],[-259747,122528],[-257026,127828],[-261400,116103],[-257319,121223],[-262289,117856],[-260200,121198],[-261608,121878],[-257390,125245],[-278452,-115966],[-279984,-119445],[-281206,-123628],[-269451,-126300],[-271059,-124867],[-269143,-124237],[-272882,-127457],[-273413,-127569],[-269331,-125716],[-281473,-117181],[-279532,-115846],[-279633,-126544],[-279829,-125716],[-279488,-126031],[-276499,-122906],[-276971,-124355],[-276314,-120771],[-275759,-121983],[-277505,-119726],[-278082,-119538],[-277594,-118126],[-278061,-118783],[-281079,-117570],[-280624,-118957],[-281064,-120709],[-270100,-125608],[-273509,-127029],[-269329,-125685],[-281209,-115218],[-279795,-127666],[-278662,-125393],[-278584,-122507],[-275373,-121702],[-276669,-119051],[-279234,-118951],[-280748,-119864],[-269038,-121849],[-271322,-119379],[-272468,-121149],[-273389,-117762],[-270278,-124256],[-270185,-121514],[-269084,-118310],[-274868,-121067],[-272792,-122885],[-272778,-119064],[-269900,-124875],[-272750,-126654],[-270835,-123562],[-269334,-118643],[-275091,-117977],[-272634,-121190],[-273034,-118899],[-275655,-122714],[-269862,-123898],[-281349,-116644],[-281102,-125318],[-280045,-124326],[-277215,-123381],[-276563,-121537],[-278200,-119443],[-277492,-118335],[-280622,-118783],[-278857,-136921],[-270219,-130456],[-270850,-132785],[-269257,-139162],[-269332,-139183],[-274035,-136749],[-272553,-136550],[-277040,-137127],[-275276,-136584],[-269409,-132743],[-273913,-136489],[-274780,-136405],[-281233,-134081],[-280374,-135268],[-279210,-138862],[-280716,-140183],[-278056,-131343],[-281348,-137020],[-275189,-130708],[-278107,-135448],[-275157,-136770],[-272498,-128132],[-269033,-131360],[-271729,-130567],[-269927,-131826],[-273604,-128981],[-269268,-131862],[-273952,-137493],[-275179,-134839],[-271478,-128255],[-269288,-133724],[-272563,-149366],[-269418,-147010],[-272769,-153304],[-270245,-147913],[-269924,-150120],[-276931,-149928],[-278853,-146636],[-271094,-144827],[-279980,-153250],[-280854,-147989],[-270620,-141157],[-269650,-142531],[-273752,-142132],[-273548,-142204],[-279588,-151394],[-277611,-149040],[-279677,-148002],[-279532,-144558],[-274719,-153120],[-274778,-152011],[-275530,-151851],[-275206,-148517],[-272486,-146099],[-276797,-151465],[-279864,-152683],[-270998,-141050],[-273530,-141194],[-278770,-151000],[-278243,-149509],[-279333,-147237],[-279220,-145206],[-275879,-151087],[-273800,-152159],[-275454,-152943],[-272891,-147349],[-278496,-152892],[-281575,-151738],[-280207,-149346],[-269631,-142470],[-272593,-140916],[-278795,-151737],[-278214,-148958],[-280433,-148076],[-278166,-144699],[-274213,-150864],[-275249,-151992],[-275097,-165532],[-272868,-158763],[-269081,-154352],[-272880,-164740],[-276259,-165502],[-274677,-161621],[-272908,-161445],[-269775,-157662],[-273955,-154286],[-274302,-164426],[-272945,-161727],[-274884,-154474],[-278935,-154623],[-280636,-154473],[-275544,-153771],[-275374,-153819],[-278109,-171040],[-277525,-170527],[-280004,-176168],[-278525,-175859],[-278461,-171550],[-279616,-174076],[-276983,-168609],[-275522,-167343],[-277299,-178558],[-278219,-174683],[-274999,-169790],[-281465,-172468],[-269360,-182649],[-280134,-183539],[-270595,-184321],[-279204,-180499],[-276886,-179916],[-278561,-191519],[-278811,-180380],[-278587,-185833],[-279707,-187914],[-280834,-190974],[-279268,-185701],[-280957,-185575],[-281077,-187197],[-277515,-190443],[-269178,-203687],[-270677,-198987],[-270506,-197526],[-269808,-197962],[-270165,-196147],[-272136,-195668],[-272387,-196947],[-272696,-199697],[-271035,-199493],[-269693,-202174],[-269242,-202616],[-270799,-204242],[-273210,-204059],[-279862,-194127],[-276628,-197311],[-277618,-194755],[-276498,-199765],[-276971,-202361],[-278546,-204210],[-270985,-200725],[-278074,-198135],[-274876,-198760],[-280176,-202490],[-278460,-203133],[-280154,-201768],[-276612,-200758],[-277487,-199072],[-274721,-196317],[-276120,-195978],[-274242,-196265],[-273136,-199035],[-277586,-195508],[-277126,-201704],[-273656,-200725],[-279943,-203632],[-278849,-200965],[-276410,-196276],[-280359,-204289],[-281372,-201502],[-269440,-207080],[-277693,-206411],[-279010,-206751],[-280255,-205637],[-270362,-205037],[-275039,-208851],[-280151,-206337],[-268888,-207088],[-269069,-210176],[-270258,-209696],[-277325,-216582],[-276813,-215167],[-278898,-209475],[-276291,-209938],[-271327,-216204],[-270062,-214599],[-269180,-215221],[-269561,-212346],[-272501,-214001],[-271465,-213181],[-274404,-215402],[-273235,-215201],[-271134,-217252],[-269662,-216870],[-269028,-216970],[-278950,-216012],[-280886,-210834],[-277299,-214768],[-269782,-208265],[-279211,-212524],[-279145,-212235],[-273498,-210662],[-271463,-216229],[-270024,-212336],[-271893,-213157],[-274018,-216166],[-269385,-216355],[-281172,-216546],[-269517,-207335],[-279175,-210429],[-281187,-216413],[-278170,-208257],[-275461,-211797],[-272137,-208440],[-272328,-216904],[-268983,-215363],[-271858,-214644],[-272788,-212706],[-272035,-215213],[-273789,-228234],[-273620,-229672],[-272595,-217438],[-273234,-219205],[-271394,-218506],[-270787,-219641],[-271711,-219307],[-274165,-222984],[-271846,-224078],[-272476,-222708],[-269023,-219146],[-274246,-225556],[-280150,-228816],[-273124,-221905],[-276457,-220764],[-273489,-222671],[-269853,-223670],[-272859,-227089],[-274255,-219646],[-276564,-220058],[-274105,-223665],[-272152,-228847],[-271503,-230071],[-272901,-219562],[-271324,-220399],[-273130,-221694],[-272396,-223484],[-279654,-221909],[-280115,-221287],[-273037,-229426],[-271830,-217796],[-271987,-219697],[-273288,-224375],[-270038,-217863],[-279903,-222033],[-281040,-225365],[-268867,-221859],[-274158,-225786],[-274798,-237045],[-272296,-242087],[-269070,-240876],[-272398,-231021],[-270766,-231782],[-273747,-232670],[-275582,-232944],[-274419,-236586],[-273533,-237785],[-268984,-236409],[-270866,-234222],[-275618,-238519],[-278790,-237352],[-277154,-235987],[-277854,-239176],[-280462,-240610],[-276765,-232451],[-275560,-235017],[-278260,-236419],[-278918,-241330],[-273059,-237789],[-276724,-234045],[-271675,-237729],[-274735,-235330],[-275190,-241136],[-269690,-241818],[-273751,-241023],[-274039,-239404],[-280728,-237558],[-280732,-238520],[-275685,-231925],[-276376,-235374],[-277689,-236386],[-278791,-241801],[-276736,-231242],[-274284,-236287],[-276791,-236971],[-277952,-241436],[-270815,-234255],[-275588,-231435],[-275735,-234066],[-276155,-235079],[-275708,-237688],[-271404,-232803],[-274957,-231733],[-273506,-237494],[-271130,-234086],[-276129,-238498],[-278863,-237775],[-278399,-236045],[-278856,-239570],[-281249,-240520],[-269123,-233635],[-270870,-230394],[-270741,-232556],[-275254,-232244],[-272257,-237467],[-270286,-236283],[-275852,-239564],[-277886,-238039],[-276946,-234964],[-278798,-239298],[-280367,-240109],[-281264,-5659],[-277397,-254],[-273083,-2507],[-272618,-10794],[-278687,-245060],[-279104,-247589],[-271053,-249788],[-279152,-245325],[-278369,-249587],[-271365,-248936],[-275676,-243165],[-279186,-243798],[-279320,-246674],[-276417,-246480],[-278081,-248529],[-280228,-247251],[-281113,-252640],[-281262,-253687],[-274881,-254626],[-269847,-244846],[-269123,-244096],[-268894,-249135],[-269871,-249139],[-272431,-251619],[-278055,-243317],[-278781,-245880],[-278528,-248990],[-279118,-248176],[-275178,-254534],[-274765,-249051],[-272887,-247562],[-276944,-247005],[-280512,-251569],[-281208,-254763],[-277875,-251671],[-269417,-244264],[-278975,-243122],[-279056,-246452],[-279357,-248638],[-276217,-248254],[-279396,-251405],[-278909,-245657],[-279696,-247689],[-271293,-250052],[-269607,-251985],[-272895,-255146],[-270758,-254785],[-272372,-254926],[-269947,-253117],[-271465,-252735],[-273108,-254616],[-269773,-253540],[-271891,-253666],[-271156,-250456],[-279366,-263824],[-281074,-256644],[-274783,-258483],[-280402,-262113],[-279018,-257634],[-277587,-257279],[-273503,-256757],[-275698,-257368],[-272179,-255873],[-276308,-262527],[-275976,-262451],[-273808,-256948],[-275904,-257223],[-275653,-262464],[-277735,-260642],[-277194,-266963],[-277488,-265961],[-278908,-266638],[-278710,-257120],[-278240,-257281],[-273926,-256481],[-276746,-256641],[-276452,-267259],[-278268,-261690],[-276896,-266233],[-279061,-256552],[-278423,-257641],[-274229,-257071],[-275419,-255847],[-275939,-257824],[-278254,-262993],[-279325,-262670],[-278118,-265576],[-271392,-262533],[-269492,-263069],[-269998,-263489],[-269523,-265283],[-270791,-259010],[-270173,-260895],[-270962,-261250],[-272006,-258510],[-271531,-258963],[-274128,-263201],[-273753,-263536],[-270073,-266693],[-271117,-267405],[-270367,-263050],[-269808,-263545],[-271991,-258146],[-272112,-260112],[-273025,-258599],[-270860,-259608],[-269417,-259408],[-269647,-266832],[-279335,-272706],[-276291,-269625],[-280242,-274808],[-280199,-273725],[-276268,-269510],[-277543,-270531],[-280385,-273262],[-275872,-277185],[-275738,-269510],[-279939,-273643],[-278010,-268660],[-276408,-275716],[-271432,-274509],[-275437,-270821],[-274458,-268724],[-274462,-278837],[-269192,-278118],[-268821,-274422],[-271830,-276028],[-271259,-275898],[-274984,-273911],[-274384,-279533],[-271824,-270833],[-271096,-268950],[-271180,-272096],[-271253,-279533],[-274969,-276110],[-275140,-282759],[-269479,-283122],[-274319,-283701],[-269371,-294008],[-269360,-285439],[-276860,-286934],[-276171,-288349],[-275604,-289236],[-271597,-291545],[-273245,-286303],[-273493,-293104],[-274014,-285935],[-277354,-289267],[-272977,-291064],[-272199,-291803],[-274174,-293791],[-275221,-289810],[-275762,-288072],[-270798,-292008],[-271203,-298581],[-269368,-300089],[-270314,-296057],[-273632,-295938],[-269843,-294397],[-274308,-314678],[-269094,-310002],[-272692,-315310],[-269469,-310954],[-274184,-312426],[-274990,-315370],[-269371,-311004],[-275861,-312280],[-273660,-343367],[-275325,-344378],[-273219,-343839],[-274573,-344495],[-268832,-337846],[-281432,-343610],[-280743,-345353],[-270232,-351001],[-269452,-350563],[-269822,-351125],[-270654,-351467],[-270518,-351547],[-269169,-350626],[-269765,-350936],[-270621,-351809],[-271279,-352259],[-270493,-352661],[-270997,-349930],[-269552,-349660],[-270992,-352056],[-276220,-357812],[-271124,-351962],[-270535,-351787],[-269879,-351075],[-270234,-351616],[-270541,-351502],[-269840,-350600],[-280649,-346748],[-275456,-357241],[-271758,-351964],[-281326,-346570],[-269655,-350510],[-270745,-351881],[-276745,-356850],[-279135,-346108],[-278881,-347091],[-269419,-348914],[-273114,-350668],[-270819,-350372],[-270321,-351944],[-269452,-349940],[-271675,-349204],[-271966,-349286],[-269096,-347811],[-277801,-346150],[-273914,-349906],[-278567,-362309],[-278820,-361821],[-281329,-369383],[-278528,-369022],[-278105,-363371],[-281287,-367197],[-270531,-24171],[-278393,-395126],[-278467,-395232],[-276757,-395868],[-281252,-402841],[-272198,-405285],[-272519,-411280],[-270337,-411028],[-280049,-415711],[-276150,-418079],[-274398,-428045],[-280444,-35654],[-279931,-34343],[-274942,-33559],[-273442,-36676],[-270549,-27623],[-280768,-33627],[-276351,-35371],[-274616,-33872],[-269918,-573835],[-280938,-608225],[-269900,-46730],[-277231,-50675],[-274850,-49828],[-279522,-48514],[-275519,-50780],[-279576,-48508],[-270725,-44008],[-269626,-46292],[-281452,-46624],[-275800,-50893],[-280901,-49157],[-272400,-42810],[-270402,-43640],[-273194,-38211],[-269379,-46552],[-279477,-52334],[-277405,-52851],[-277713,-53197],[-275946,-51523],[-279404,-60516],[-273371,-59437],[-269701,-51231],[-281268,-53553],[-277664,-51897],[-269411,-51183],[-275020,-60371],[-281574,-61839],[-271580,-62691],[-270038,-61845],[-274580,-60268],[-270461,-62093],[-270961,-62379],[-274253,-60169],[-279473,-53298],[-273327,-60492],[-279291,-72537],[-278763,-67820],[-280190,-69752],[-272580,-67226],[-276989,-67485],[-277609,-72759],[-274388,-68315],[-273146,-67555],[-273733,-67911],[-278149,-67123],[-270497,-65357],[-270114,-65143],[-269777,-64912],[-269401,-64707],[-269371,-64725],[-279264,-75524],[-281027,-76046],[-271231,-83027],[-271658,-85023],[-275630,-82752],[-270794,-83344],[-278736,-77979],[-279292,-88595],[-278626,-89150],[-277574,-87567],[-278583,-88775],[-279136,-78365],[-271223,-88840],[-275395,-83861],[-275316,-85480],[-278079,-82320],[-277096,-83665],[-279712,-87023],[-280401,-86117],[-279563,-87593],[-279368,-82651],[-280318,-83470],[-276509,-84651],[-277171,-85407],[-275571,-83759],[-272289,-85394],[-269191,-88165],[-280849,-88529],[-275397,-83376],[-280853,-83068],[-276967,-87144],[-275709,-83926],[-273151,-85410],[-280332,-83112],[-277044,-84324],[-272675,-86227],[-277387,-91007],[-272765,-95729],[-274610,-94219],[-279575,-89817],[-280897,-96553],[-281366,-91440],[-270085,-89525],[-270538,-90846],[-271370,-92090],[-272142,-89949],[-272912,-89611],[-270442,-95910],[-274635,-93970],[-278507,-94739],[-277582,-92336],[-280181,-93426],[-280318,-95011],[-280528,-101800],[-280922,-98920],[-280765,-98292],[-280521,-96062],[-272141,-90329],[-272289,-92122],[-271916,-94116],[-272092,-93727],[-272109,-98541],[-274510,-96391],[-274088,-97306],[-276764,-93127],[-277135,-93844],[-276029,-91679],[-275819,-91698],[-277750,-89702],[-280769,-90522],[-277188,-92819],[-276698,-92507],[-279684,-96324],[-280132,-95714],[-276793,-99938],[-278451,-100459],[-278564,-99680],[-272323,-101855],[-269592,-100910],[-281189,-101245],[-280104,-98705],[-280343,-94342],[-269369,-96014],[-273111,-92037],[-272881,-95185],[-271885,-98069],[-273274,-97672],[-277224,-93710],[-274521,-91554],[-277344,-90520],[-278753,-90891],[-278717,-96901],[-278448,-98242],[-279658,-101141],[-271692,-101666],[-280528,-101282],[-280763,-98933],[-279634,-97461],[-272741,-92062],[-271521,-95055],[-272783,-98809],[-274478,-97406],[-278372,-92861],[-275263,-91762],[-276269,-90047],[-279116,-91184],[-278745,-95967],[-277521,-97887],[-278550,-99735],[-277397,-106765],[-275245,-104450],[-271107,-109632],[-270281,-114488],[-278067,-104943],[-272763,-103361],[-270738,-110365],[-269250,-107270],[-269624,-109391],[-271998,-108353],[-270959,-110600],[-271897,-111893],[-272614,-114834],[-274155,-113633],[-271508,-112807],[-278607,-111121],[-279925,-107158],[-279359,-105600],[-280514,-108492],[-277425,-113193],[-274734,-112815],[-274766,-111096],[-280015,-110621],[-280124,-109582],[-275920,-110716],[-276714,-109510],[-273077,-108052],[-273539,-106701],[-272264,-105002],[-271252,-106643],[-273088,-102866],[-269851,-102738],[-269117,-104786],[-269809,-113578],[-278003,-106943],[-274065,-102731],[-270025,-109598],[-272052,-110325],[-274059,-114417],[-269104,-107069],[-268826,-109763],[-271831,-107772],[-273309,-106949],[-270676,-111611],[-271840,-111667],[-273419,-112504],[-272789,-113454],[-278394,-109807],[-280670,-107948],[-279903,-104797],[-275060,-113524],[-275840,-112141],[-280914,-111591],[-275052,-109578],[-272521,-107954],[-272887,-105677],[-269644,-103061],[-271907,-108176],[-272370,-107437],[-271895,-110656],[-271544,-112104],[-273087,-113625],[-272754,-113488],[-279463,-107979],[-278670,-105171],[-275680,-114629],[-274154,-110838],[-279134,-110112],[-275850,-107982],[-273308,-108370],[-272491,-105715],[-273492,-103530],[-269118,-106997],[-278134,2434],[-280479,6912],[-281071,6542],[-279648,7666],[-278994,4418],[-280243,7249],[-269603,139645],[-278282,132723],[-280270,137523],[-278148,135746],[-281187,135010],[-279072,131719],[-277717,129406],[-278236,138349],[-278567,137780],[-277859,139660],[-277585,140405],[-279427,140834],[-279381,140606],[-275794,132760],[-277012,134053],[-279494,137429],[-278473,136297],[-276468,136219],[-277352,136426],[-281262,140361],[-280531,139945],[-279178,133814],[-280080,131333],[-278319,129593],[-279116,129686],[-276064,134278],[-276524,134247],[-279305,135807],[-279760,137032],[-276012,135409],[-277487,136933],[-280788,138199],[-280556,139573],[-278542,131749],[-278107,129933],[-278208,129578],[-278679,139113],[-277969,138826],[-277245,140131],[-278340,139012],[-278901,140256],[-279826,140970],[-271216,19695],[-277405,14148],[-269802,24157],[-269493,14095],[-271049,23493],[-272890,22588],[-277785,25529],[-271150,25023],[-269210,25289],[-269415,24960],[-269937,25654],[-270220,25247],[-270354,23793],[-270233,19589],[-270707,19170],[-269202,17233],[-274409,16763],[-274991,15984],[-274650,15340],[-275660,16524],[-276721,17059],[-275293,17168],[-274835,17123],[-269013,329738],[-270313,331398],[-270772,329130],[-274835,329195],[-271372,326300],[-273760,329836],[-268908,333455],[-273729,380920],[-273430,383993],[-273881,381060],[-275214,381624],[-272207,35830],[-270422,37380],[-274968,31167],[-271154,37173],[-275999,29775],[-272606,26346],[-274648,33086],[-272310,36814],[-275304,31481],[-273134,34372],[-271097,26105],[-269166,26673],[-276895,36872],[-276186,34662],[-276143,33650],[-276064,396002],[-277595,386700],[-276554,389926],[-275321,395836],[-277065,386166],[-275848,389161],[-275031,392565],[-269460,391515],[-280041,384961],[-278753,393649],[-280061,389629],[-274218,385748],[-277680,392727],[-280713,385253],[-276043,388043],[-279812,392017],[-275823,386222],[-277443,389622],[-276553,392229],[-276317,384819],[-269136,385586],[-271568,385468],[-271788,408076],[-279277,408245],[-278143,400993],[-277982,399213],[-277975,405906],[-275511,399124],[-279657,397751],[-280173,408534],[-276802,405114],[-273215,406907],[-274422,406770],[-277456,399372],[-273161,408282],[-276228,408948],[-277978,409175],[-280687,408101],[-276671,402032],[-269407,405932],[-274123,409246],[-278740,409658],[-278130,406259],[-269649,398451],[-279095,403951],[-279233,401696],[-278601,402047],[-280465,401029],[-271185,400436],[-272491,401043],[-275421,403343],[-279447,411869],[-280489,414304],[-277480,413259],[-279659,412234],[-273505,410348],[-278727,410920],[-278361,414065],[-277962,410865],[-279599,414284],[-278734,414602],[-271555,41534],[-271391,39623],[-271094,38875],[-278183,42195],[-274727,42261],[-272934,50956],[-271046,46267],[-273438,46707],[-276499,39637],[-271398,49350],[-279621,41193],[-278655,41020],[-274541,43130],[-275002,41754],[-273369,49068],[-272166,50670],[-274104,46421],[-274698,39804],[-280164,45150],[-280144,45532],[-276134,47655],[-268963,50398],[-278034,40283],[-276606,45302],[-281508,50685],[-276045,46431],[-280676,39605],[-270550,45865],[-279733,47542],[-270236,48056],[-279614,47206],[-280219,46544],[-280482,49893],[-281407,49154],[-279277,40273],[-279247,41955],[-274732,43444],[-273658,43016],[-273742,50661],[-272609,50180],[-270600,49552],[-274841,60013],[-280592,54585],[-281157,52740],[-280935,61036],[-279451,59502],[-270570,63447],[-274637,55916],[-269405,53529],[-270419,59100],[-271986,63842],[-273738,54557],[-274747,58544],[-269487,53595],[-279742,53659],[-272277,54686],[-272249,58061],[-270961,52034],[-278202,51478],[-270964,60943],[-271807,56195],[-276045,56570],[-275710,61965],[-276012,61156],[-281028,59866],[-280056,63700],[-280400,64172],[-280695,54918],[-279951,53750],[-277691,53184],[-277216,54325],[-274705,62116],[-276160,61218],[-279735,60836],[-279362,60436],[-280525,54722],[-278913,56009],[-278006,53077],[-277193,52291],[-272466,65145],[-274640,72087],[-275981,67659],[-276387,68344],[-276075,66085],[-276836,67599],[-274286,75100],[-273955,72843],[-269800,66096],[-271290,70638],[-280733,71201],[-270323,70891],[-269407,70232],[-275628,68399],[-276540,66267],[-273431,65183],[-270425,76820],[-271543,70734],[-276466,68007],[-277476,64595],[-271542,64422],[-270964,76738],[-274997,73570],[-275722,75987],[-272955,72956],[-271499,70939],[-269486,66492],[-276125,74018],[-274855,76011],[-270585,73183],[-274027,72191],[-280183,65186],[-281134,64954],[-273195,87591],[-274282,81796],[-273236,87477],[-274199,88360],[-275330,82459],[-274808,83027],[-271696,77952],[-279826,86945],[-278863,87403],[-273146,80828],[-272392,79703],[-271532,80490],[-271168,77527],[-274376,78994],[-272673,82923],[-272554,80758],[-272133,80188],[-273463,78627],[-272517,82985],[-273356,86252],[-270992,85339],[-272670,79217],[-273201,78203],[-272007,82216],[-274671,87906],[-274120,87577],[-274822,80699],[-274129,81893],[-271677,77350],[-280938,82328],[-280131,84585],[-281486,82789],[-281273,83167],[-268974,99918],[-269264,95277],[-269334,99196],[-271872,102550],[-276850,97712],[-278548,95930],[-278427,93470],[-277185,91261],[-280753,91969],[-279283,90411],[-272895,90742],[-272409,90174],[-269894,95295],[-270255,98819],[-270044,99479],[-269960,99788],[-273818,102241],[-273239,102237],[-278144,97520],[-278191,99698],[-279484,94599],[-279215,95567],[-277808,93177],[-277985,92588],[-277285,90347],[-280494,91677],[-280157,90319],[-268937,94952],[-277616,98215],[-280032,95467],[-278862,95797],[-276329,97000],[-279543,97009],[-275027,90082],[-271477,90095],[-270062,97332],[-270059,98285],[-270974,97863],[-269596,99630],[-272566,99622],[-273687,100644],[-276640,97961],[-277584,97932],[-281177,100011],[-279476,96222],[-277551,94933],[-277380,93865],[-277679,93165],[-276684,90280],[-279993,91798],[-279476,91136],[-272167,90028],[-274049,114818],[-271777,114747],[-269049,113154],[-273693,114026],[-275757,114372],[-269318,107603],[-276136,114649],[-269571,110798],[-269023,111854],[-274922,114291],[-275259,115394],[-274431,113641],[-269534,112337],[-273405,113285],[-271980,114922],[-269810,109142],[-270156,108627],[-269427,113672],[-272673,113133],[-274465,113098],[-271034,108912],[-270834,110795],[-273023,113132],[-275043,113944],[-270537,108018],[-269710,107497],[-272065,111622],[-272167,113202],[-272256,108136],[-272458,109048],[-269660,106014],[-270196,106004],[-271537,107785],[-270950,108549],[-275863,114213],[-272351,115349],[-272813,108698],[-269811,107351],[-270859,112928],[-271635,113656],[-276324,114418],[-270280,105572],[-270981,108264],[-271097,107670],[-276191,113457],[-272202,109969],[-271834,112218],[-277409,115089],[-271032,108017],[-270965,105601],[-269705,107246],[-281173,114270],[-273443,107701],[-272873,107892],[-270818,105065],[-279314,112024],[-281340,112616],[-281487,113423],[-278773,102705],[-277446,107580],[-277336,107440],[-277912,108697],[-277667,107777],[-281506,105999],[-280522,105573],[-280755,112038],[-277685,107347],[-276405,107774],[-277212,108557],[-277079,109330],[-281393,105568],[-280827,105484],[-269426,115620],[-274087,117675],[-274005,116458],[-274026,120850],[-274188,121588],[-270829,120805],[-271105,122057],[-277796,120758],[-280228,122018],[-279340,122353],[-274339,116896],[-269365,115503],[-269913,120357],[-274712,118205],[-280164,120962],[-279443,122972],[-276855,121261],[-279268,120606],[-277859,120638],[-274110,118872],[-273626,121094],[-273897,121631],[-270100,121182],[-270353,121033],[-277625,121547],[-278388,121447],[-279155,122894],[-278972,121631],[-277728,116308],[-277332,120765],[-280151,122709],[-276373,120968],[-278062,120560],[-277886,116040],[-279723,121430],[-278726,120570],[-280596,122529],[-277689,121868],[-277366,122239],[-279003,120507],[-277856,120240],[-289702,-119660],[-294089,-125116],[-291095,-124073],[-286348,-121033],[-284147,-117682],[-287059,-115803],[-285593,-122984],[-285094,-118163],[-294062,-125925],[-291275,-122753],[-283893,-120021],[-284452,-118177],[-284991,-117810],[-282953,-118248],[-293051,-115794],[-292102,-116415],[-288246,-118759],[-289291,-118758],[-292215,-119466],[-292001,-119748],[-289679,-121712],[-294233,-125965],[-291085,-125234],[-290946,-124423],[-284742,-123022],[-285141,-121685],[-285414,-124256],[-285085,-125369],[-287498,-127097],[-281681,-126356],[-282018,-120663],[-292627,-127176],[-285351,-118112],[-292564,-116356],[-290445,-117134],[-290886,-120891],[-290407,-122509],[-294012,-124346],[-292183,-123837],[-292674,-125997],[-283846,-121560],[-286170,-124723],[-283444,-118695],[-286187,-117140],[-283552,-115751],[-291235,-116167],[-290718,-118076],[-290711,-121089],[-289171,-121732],[-292431,-125401],[-290819,-125882],[-290832,-126711],[-283179,-122162],[-286356,-124196],[-281785,-120767],[-287705,-139622],[-292710,-134383],[-292252,-132890],[-292532,-139894],[-288317,-134041],[-293848,-135223],[-289138,-128781],[-285683,-130040],[-288697,-130593],[-289557,-131228],[-293587,-129484],[-283420,-132221],[-285494,-139120],[-293208,-140521],[-289991,-132869],[-287046,-128391],[-287636,-129079],[-286274,-129148],[-284656,-131014],[-284213,-130372],[-284269,-131570],[-287604,-128083],[-287532,-131025],[-282363,-129312],[-285960,-132724],[-286762,-128569],[-286558,-129011],[-283875,-129106],[-283629,-129836],[-284706,-148070],[-287673,-151488],[-286862,-147013],[-285671,-141741],[-293967,-141226],[-294366,-149393],[-293917,-147347],[-287497,-140923],[-286290,-150115],[-288513,-149837],[-290258,-144427],[-287883,-145303],[-294257,-150628],[-281899,-149663],[-282650,-150227],[-283729,-147900],[-288599,-150687],[-289067,-144946],[-285562,-151392],[-282500,-151719],[-286918,-155746],[-292966,-165450],[-292973,-164217],[-294394,-164347],[-293987,-164892],[-283339,-165996],[-285411,-164156],[-288418,-165928],[-289278,-164184],[-288933,-161818],[-291685,-160902],[-291658,-163849],[-292455,-162334],[-290832,-160068],[-292822,-159210],[-287364,-159201],[-290007,-158001],[-284470,-159319],[-283658,-160489],[-288424,-165120],[-289481,-165613],[-284520,-154731],[-284559,-155293],[-282097,-153626],[-294091,-165291],[-284357,-165795],[-284991,-164961],[-288175,-165315],[-289308,-165130],[-289986,-162624],[-291770,-161213],[-291687,-164516],[-293424,-162549],[-290710,-160088],[-294208,-158182],[-288550,-159164],[-289851,-157998],[-282885,-159649],[-285820,-154613],[-293005,-164773],[-293960,-164508],[-284500,-165654],[-285232,-164382],[-288862,-166012],[-288746,-165290],[-289021,-162536],[-291027,-161102],[-291847,-163583],[-293036,-161258],[-290666,-159808],[-294049,-159316],[-294259,-161624],[-288476,-159283],[-289791,-159368],[-283336,-160905],[-287929,-168810],[-293565,-166202],[-292624,-167473],[-291470,-167366],[-289605,-169849],[-289262,-170601],[-290254,-170653],[-291018,-173207],[-292524,-173002],[-287116,-168830],[-285377,-170022],[-284523,-169235],[-283026,-168142],[-293773,-176902],[-292783,-176464],[-292762,-178651],[-291791,-176714],[-293595,-174775],[-287759,-176112],[-286010,-176684],[-283868,-174816],[-284024,-176475],[-281961,-175392],[-283216,-175238],[-282949,-172251],[-282327,-173358],[-283916,-178742],[-293176,-166227],[-292736,-168292],[-291638,-166843],[-289663,-170085],[-289235,-171346],[-290987,-171134],[-291690,-172926],[-287407,-168597],[-285248,-168641],[-283789,-169264],[-283007,-169393],[-292707,-176277],[-292748,-178085],[-294078,-173920],[-285462,-174852],[-283986,-175297],[-283252,-175360],[-283581,-172550],[-293168,-167516],[-291236,-168128],[-290518,-169699],[-289230,-170010],[-289925,-171499],[-292235,-174026],[-287449,-169342],[-285134,-169953],[-284118,-169373],[-293341,-176361],[-292192,-177159],[-293832,-174809],[-286761,-175704],[-283751,-176044],[-281994,-174887],[-284274,-178879],[-289426,-167642],[-282238,-184670],[-282573,-185087],[-281617,-184920],[-281604,-183050],[-293288,-181116],[-294042,-181218],[-290000,-180064],[-288262,-182201],[-285760,-181664],[-284564,-182346],[-287193,-182381],[-287668,-180968],[-288672,-183151],[-290376,-182881],[-292450,-183632],[-290295,-179698],[-292180,-179909],[-286443,-187745],[-293418,-191675],[-290655,-190917],[-291026,-187609],[-287310,-191613],[-288604,-190668],[-288332,-190526],[-282691,-190890],[-282781,-190057],[-284089,-187604],[-284217,-189199],[-284886,-189905],[-289654,-188897],[-289202,-188191],[-292103,-188031],[-291353,-189007],[-286261,-187589],[-290184,-184956],[-293763,-184472],[-284804,-185991],[-287456,-186471],[-286773,-184654],[-288881,-184373],[-287468,-184584],[-291365,-186498],[-293387,-187002],[-286272,-186347],[-284811,-184436],[-289150,-185879],[-288125,-185326],[-293350,-186372],[-292609,-185004],[-293459,-181569],[-289064,-179695],[-286312,-181129],[-284172,-181773],[-285120,-182269],[-287025,-183075],[-287743,-181965],[-289745,-183632],[-292752,-180136],[-292089,-190741],[-287218,-190910],[-286739,-190207],[-283087,-191436],[-284829,-189596],[-288436,-188990],[-291273,-189580],[-294152,-181951],[-289932,-179906],[-288630,-182243],[-286118,-181030],[-285017,-180718],[-284124,-182800],[-286429,-182151],[-288811,-181196],[-289205,-182477],[-291278,-183406],[-291962,-180721],[-283465,-179526],[-293581,-191194],[-286175,-188523],[-286655,-189533],[-283758,-191124],[-283419,-187675],[-285176,-190108],[-288898,-188685],[-291652,-189766],[-293034,-189767],[-293737,-192450],[-294306,-201459],[-291893,-201830],[-291090,-202664],[-291981,-194392],[-287467,-196249],[-286832,-197219],[-285294,-196786],[-285781,-195685],[-284182,-195373],[-285218,-192887],[-286250,-193786],[-288457,-193012],[-283199,-197399],[-283071,-197168],[-283290,-198262],[-283928,-199079],[-282527,-200001],[-282097,-201360],[-284530,-204328],[-283949,-203654],[-285905,-203683],[-286494,-203959],[-291059,-198022],[-289073,-198989],[-289133,-196980],[-288381,-196793],[-290876,-193477],[-290816,-195430],[-292844,-195245],[-293420,-194940],[-293914,-196807],[-293969,-197598],[-294166,-191893],[-293276,-193923],[-290664,-192135],[-290064,-192044],[-291263,-204291],[-289478,-203050],[-289173,-203831],[-293934,-202639],[-294399,-198375],[-286717,-195504],[-285461,-195679],[-286809,-191809],[-289255,-192236],[-283369,-196018],[-283529,-197959],[-285662,-203807],[-290093,-199662],[-289925,-196636],[-289859,-194110],[-292992,-195332],[-291832,-193745],[-292281,-203273],[-289739,-202399],[-290632,-201929],[-291152,-193697],[-290548,-195682],[-285768,-194564],[-285110,-192730],[-281942,-192263],[-284493,-197701],[-282322,-199161],[-282044,-200595],[-284451,-203817],[-285160,-203221],[-291165,-198990],[-289215,-197095],[-290987,-195207],[-293614,-195210],[-291064,-193950],[-289546,-202374],[-290029,-215833],[-285573,-207262],[-284205,-210077],[-290436,-204690],[-289913,-204692],[-292226,-205107],[-288991,-207736],[-289153,-210672],[-290088,-212924],[-291981,-210877],[-291764,-209867],[-292204,-208650],[-291569,-209103],[-292584,-207753],[-293059,-210286],[-292423,-215195],[-291010,-216401],[-289448,-216583],[-288533,-217322],[-284574,-214348],[-284683,-211913],[-283972,-212283],[-283852,-212398],[-282261,-212504],[-281844,-214518],[-281958,-211009],[-284234,-211408],[-284054,-208861],[-284551,-209699],[-287402,-206261],[-286396,-205801],[-284755,-206369],[-283494,-207311],[-293404,-216622],[-286484,-216943],[-284579,-205372],[-282361,-206238],[-292915,-205277],[-288735,-208777],[-289243,-209817],[-289580,-212914],[-290624,-212073],[-291860,-211051],[-293296,-210780],[-292431,-209001],[-291622,-209420],[-292806,-208625],[-293497,-209329],[-292218,-213934],[-288010,-217062],[-285812,-213519],[-284061,-212247],[-281805,-213037],[-282735,-211093],[-285615,-209292],[-286516,-206703],[-282689,-207058],[-290788,-216809],[-281757,-209409],[-282301,-206466],[-289058,-208136],[-289743,-210533],[-291190,-212955],[-291193,-210952],[-291152,-208672],[-293827,-208178],[-292686,-209512],[-291553,-214168],[-287700,-216311],[-286163,-213646],[-284761,-213906],[-282647,-212654],[-282035,-209976],[-285093,-209692],[-287314,-207064],[-282559,-207565],[-288226,-225330],[-291220,-223918],[-289202,-221966],[-290837,-222786],[-290895,-220186],[-290111,-217807],[-293289,-228848],[-293461,-226411],[-293719,-225779],[-292972,-223769],[-292811,-221784],[-291059,-219074],[-288805,-227301],[-290398,-229188],[-294222,-217826],[-292133,-219309],[-292520,-220727],[-293119,-217668],[-285563,-225954],[-290460,-225408],[-294091,-223318],[-288374,-225019],[-291029,-224658],[-293581,-226476],[-289520,-223191],[-294192,-219289],[-293360,-225912],[-293568,-222719],[-289833,-228910],[-292584,-221234],[-292695,-218517],[-285312,-228814],[-284962,-227532],[-285935,-226861],[-282317,-226137],[-282448,-227155],[-281974,-226229],[-281950,-222436],[-289303,-229850],[-289911,-219401],[-288762,-225202],[-291546,-224621],[-292020,-226216],[-289336,-222693],[-290702,-219382],[-291681,-225794],[-293524,-222169],[-290880,-219712],[-288014,-227498],[-289566,-228068],[-291968,-219609],[-293475,-219031],[-287746,-228813],[-285523,-226386],[-291867,-230822],[-292600,-232250],[-285865,-236699],[-290137,-237653],[-293587,-240662],[-284570,-241293],[-291262,-230553],[-292497,-232553],[-289511,-230779],[-291872,-233612],[-291487,-235519],[-291659,-233666],[-294291,-239430],[-282040,-238110],[-281618,-239200],[-282815,-238764],[-292030,-231796],[-282775,-242761],[-290094,-230666],[-292731,-233935],[-293341,-237939],[-286841,-5325],[-292003,-5124],[-291528,-4958],[-289982,-2855],[-289793,-10658],[-287302,-5803],[-282862,-2555],[-292501,-3582],[-290125,-10847],[-286436,-7937],[-285757,-6992],[-288834,-10962],[-288188,-247210],[-293155,-246911],[-292197,-251168],[-288286,-251128],[-285330,-244666],[-291341,-244992],[-287615,-245016],[-288849,-249577],[-285920,-246298],[-286295,-255751],[-282834,-243476],[-281817,-249634],[-287370,-246149],[-292293,-250153],[-289045,-250413],[-286093,-245163],[-293446,-254822],[-289713,-250014],[-283607,-249219],[-291211,-248933],[-283691,-252770],[-282815,-243394],[-288088,-245741],[-293100,-246250],[-292155,-251179],[-284760,-244464],[-289129,-247098],[-288184,-246997],[-294190,-247299],[-293099,-252134],[-288192,-251862],[-285337,-245229],[-291339,-246066],[-289224,-268115],[-286800,-262083],[-285268,-256936],[-286296,-256678],[-286121,-261220],[-285134,-255991],[-290264,-256594],[-289117,-267917],[-289823,-257940],[-293474,-267140],[-287732,-264675],[-294167,-266785],[-290783,-266387],[-282384,-256882],[-282593,-255827],[-282530,-257530],[-290104,-256626],[-282495,-257557],[-282702,-268506],[-285354,-261657],[-289304,-257604],[-293917,-281177],[-291443,-275074],[-292733,-281124],[-285441,-273985],[-283389,-279967],[-287725,-269879],[-282127,-280982],[-281716,-278658],[-284660,-279354],[-284765,-272944],[-294087,-278805],[-283053,-278725],[-293539,-280815],[-285572,-271886],[-282463,-277067],[-283070,-270917],[-287303,-275831],[-281701,-269439],[-286000,-272300],[-290732,-279542],[-294282,-275166],[-283466,-275285],[-289108,-272615],[-287325,-275930],[-283366,-276430],[-288826,-272368],[-294305,-278973],[-282712,-279852],[-293850,-280655],[-288216,-268771],[-285910,-271505],[-290229,-273731],[-294194,-278831],[-292191,-274499],[-288470,-275723],[-283022,-279840],[-289915,-269837],[-286677,-271704],[-282176,-276346],[-293976,-283252],[-288088,-283462],[-282612,-281938],[-281930,-281551],[-285167,-283860],[-283873,-282662],[-286480,-284195],[-293999,-282383],[-288100,-283350],[-283372,-283002],[-288689,-284908],[-283254,-283450],[-287703,-284313],[-285079,-282950],[-294381,-282830],[-293385,-281837],[-286972,-283647],[-284075,-283333],[-287042,-284290],[-287440,-283912],[-283266,-282835],[-286957,-284991],[-283480,-293478],[-281615,-291312],[-287728,-290403],[-289566,-291040],[-282131,-292264],[-282168,-291886],[-288674,-289921],[-283723,-292567],[-281850,-289651],[-287427,-290097],[-289752,-291551],[-285511,-342933],[-292400,-340417],[-282205,-343195],[-287746,-339621],[-293654,-341109],[-284105,-341295],[-283539,-341955],[-282774,-344281],[-289730,-344948],[-281731,-342502],[-281708,-344710],[-283464,-341847],[-285390,-342584],[-290496,-344949],[-292924,-343389],[-288253,-345541],[-287677,-348874],[-286936,-347926],[-283951,-348930],[-284757,-355851],[-293565,-346304],[-286375,-347512],[-288996,-349639],[-291218,-349058],[-284150,-346299],[-282773,-347845],[-293450,-348885],[-284524,-357790],[-291887,-346052],[-292173,-346251],[-292958,-368192],[-289494,-360353],[-288721,-359770],[-286862,-369085],[-285769,-370841],[-291733,-369331],[-288873,-360382],[-291163,-364244],[-290863,-369685],[-293921,-366872],[-282610,-361686],[-284939,-360052],[-282525,-363645],[-287364,-21158],[-282108,-16714],[-288592,-373421],[-287930,-371970],[-288704,-372554],[-294267,-375580],[-287063,-371110],[-292691,-374897],[-290576,-414132],[-284047,-414743],[-287870,-410790],[-285000,-433539],[-282270,-431425],[-291988,-432071],[-286925,-431649],[-288521,-33729],[-289788,-36994],[-283997,-608126],[-282778,-606397],[-284050,-602021],[-282167,-49780],[-284523,-49356],[-287287,-50522],[-294389,-49905],[-291024,-49421],[-291503,-48097],[-283266,-47492],[-293969,-49025],[-281745,-49587],[-283015,-49132],[-286343,-49724],[-289295,-50992],[-290953,-47986],[-288417,-38954],[-281984,-48824],[-284289,-49690],[-285748,-49580],[-288018,-48282],[-284949,-47251],[-292076,-60220],[-283468,-53360],[-282311,-53700],[-294099,-55904],[-293248,-55766],[-284573,-54293],[-285888,-59469],[-290163,-59817],[-287760,-54297],[-289914,-54807],[-293779,-55600],[-285676,-63231],[-281842,-63029],[-287361,-62406],[-285756,-61619],[-288237,-63627],[-285852,-53195],[-292775,-55732],[-289754,-51283],[-290384,-51231],[-294016,-52044],[-284262,-52655],[-288461,-53114],[-288042,-52546],[-290305,-61103],[-290351,-73661],[-290674,-68224],[-290130,-64412],[-292302,-65596],[-293611,-66339],[-282806,-64277],[-283411,-66597],[-285769,-68052],[-283891,-68282],[-282763,-69948],[-288487,-73612],[-291546,-73014],[-281903,-74636],[-283621,-74378],[-288699,-67147],[-289939,-67087],[-282423,-68045],[-282788,-69283],[-287791,-76420],[-288788,-75175],[-288729,-75975],[-287973,-75070],[-282708,-87366],[-285064,-88831],[-290370,-87035],[-292135,-87637],[-291051,-82621],[-290409,-83404],[-286260,-82081],[-287656,-82480],[-284100,-83066],[-283266,-82175],[-285544,-84139],[-284151,-83856],[-286876,-87872],[-286264,-86636],[-287494,-87015],[-291331,-85115],[-289771,-85313],[-290457,-87588],[-292691,-83904],[-291316,-83242],[-288508,-81988],[-283858,-83148],[-282279,-87414],[-285077,-85251],[-287023,-86252],[-290289,-85619],[-292239,-86114],[-290526,-83326],[-286439,-81608],[-283729,-82792],[-282390,-87082],[-284582,-84340],[-288682,-86675],[-290040,-86448],[-282262,-89701],[-285931,-93946],[-285516,-91299],[-291941,-93419],[-288926,-92248],[-283829,-93331],[-284849,-94089],[-281759,-98113],[-282485,-101787],[-282866,-95227],[-282477,-94178],[-287204,-91290],[-286060,-90106],[-282719,-91108],[-286779,-94364],[-285554,-94552],[-282430,-93629],[-284291,-94230],[-282629,-100479],[-281635,-100117],[-286086,-100575],[-285670,-99642],[-285124,-97743],[-287421,-96791],[-288033,-97596],[-293497,-97136],[-291603,-97712],[-292605,-100831],[-291762,-100564],[-291462,-94132],[-288480,-92939],[-282354,-93276],[-283836,-93883],[-285390,-99216],[-283224,-93596],[-288733,-97180],[-287127,-92454],[-285166,-91096],[-282010,-90376],[-286381,-93420],[-283302,-92018],[-281970,-100129],[-284975,-101590],[-285997,-99340],[-286987,-97318],[-293324,-97541],[-291830,-101122],[-287884,-95228],[-286207,-91016],[-281798,-89596],[-286812,-93338],[-283399,-92186],[-283550,-99380],[-284349,-101017],[-285046,-99502],[-286452,-96483],[-292665,-99158],[-290602,-101605],[-293262,-105238],[-282485,-108929],[-283726,-104950],[-285008,-107106],[-282947,-106029],[-285690,-103842],[-293942,-103299],[-292486,-104201],[-292358,-106374],[-287504,-106842],[-285941,-108473],[-288060,-109312],[-288302,-110251],[-287853,-109417],[-290801,-111638],[-290503,-113438],[-291053,-108568],[-291782,-110845],[-289047,-113214],[-289095,-112390],[-284454,-113757],[-285021,-113070],[-282467,-111306],[-282398,-112555],[-282696,-112709],[-282116,-109690],[-282771,-109705],[-282533,-104623],[-284062,-106654],[-283252,-106204],[-285542,-102572],[-283882,-103049],[-293831,-102747],[-293194,-106205],[-289023,-108611],[-285943,-109869],[-288521,-111018],[-288786,-110909],[-292290,-109072],[-289335,-114605],[-285761,-114600],[-284366,-110770],[-281961,-112315],[-282152,-108614],[-283713,-105273],[-284656,-106771],[-282240,-106709],[-284960,-102524],[-283473,-102630],[-293575,-103581],[-292005,-105692],[-288647,-107932],[-287291,-108044],[-289156,-112170],[-290717,-110770],[-286963,-114802],[-284010,-114901],[-284303,-110802],[-282345,-114054],[-281691,-110852],[-292920,8190],[-290081,3981],[-289337,4671],[-293725,12478],[-287710,1740],[-288300,6067],[-289148,1355],[-291031,1218],[-292616,1335],[-285324,3405],[-283784,1067],[-287966,2053],[-293807,743],[-281803,139929],[-282402,138836],[-282187,136878],[-282431,136448],[-282210,139298],[-284167,138809],[-283420,135620],[-284560,140471],[-284170,139281],[-284564,140972],[-284622,140848],[-284682,140841],[-285235,140990],[-283740,141684],[-285899,141014],[-284939,141143],[-285601,141450],[-292283,13341],[-293580,14627],[-293369,14288],[-290381,306447],[-289077,305666],[-292477,303592],[-291023,305295],[-291962,304448],[-291354,305454],[-292117,303273],[-288897,305960],[-292809,304433],[-289453,306948],[-291698,302974],[-293145,302715],[-288280,309365],[-286640,312252],[-291673,317211],[-289864,312411],[-288260,315822],[-288352,310543],[-290154,311218],[-292664,309604],[-289770,308026],[-290802,308399],[-289364,307910],[-288183,315030],[-288713,308963],[-292979,311222],[-289481,310294],[-287378,312254],[-293272,316363],[-291315,308979],[-290439,313750],[-292077,315572],[-291951,310163],[-288719,315558],[-294308,317546],[-292552,309752],[-288484,307973],[-290725,312125],[-293709,311978],[-292694,320385],[-289483,32923],[-287531,34143],[-287450,36983],[-289075,34775],[-284497,28547],[-286132,32320],[-282230,30093],[-288961,30287],[-291979,28613],[-287704,36438],[-285614,30690],[-286902,30094],[-290012,33879],[-285013,31375],[-288510,32203],[-290572,32245],[-286254,34336],[-287569,36588],[-289059,34889],[-289492,37336],[-290700,31650],[-287216,33633],[-287255,35997],[-288445,35883],[-288470,394067],[-291450,394931],[-293910,389388],[-288708,385549],[-288478,385777],[-289269,390704],[-292766,384609],[-289789,389752],[-292010,390027],[-289308,394662],[-288742,390818],[-292876,390397],[-288931,394448],[-288989,393120],[-289342,391038],[-292687,390176],[-292027,396374],[-286250,396415],[-287075,395179],[-292312,396315],[-292955,397781],[-290924,398783],[-290971,406165],[-294126,401727],[-289819,398549],[-286524,399583],[-289934,402340],[-294313,407136],[-283084,402779],[-287008,399755],[-290348,402203],[-293297,402225],[-286977,403400],[-294320,397149],[-291726,400040],[-292770,404245],[-291923,403858],[-292186,400551],[-292441,402654],[-289902,403399],[-290885,422337],[-282346,424002],[-292441,424884],[-288413,425300],[-288446,505076],[-286419,506126],[-289830,506360],[-292026,505846],[-292334,510152],[-287460,502333],[-286013,509264],[-288092,508058],[-289687,510832],[-288223,501320],[-287302,508330],[-287496,506650],[-289005,507337],[-289017,507876],[-289937,509572],[-288944,502096],[-290505,506123],[-282356,46691],[-285587,47742],[-284150,50524],[-285387,40739],[-290112,38810],[-294215,44484],[-292927,44715],[-294310,49823],[-293109,51357],[-283833,49189],[-284494,50931],[-284688,39459],[-283612,40970],[-289775,38765],[-290441,39124],[-293527,45863],[-293031,45680],[-292499,45354],[-293788,47913],[-294039,49703],[-294311,50132],[-294218,50294],[-285451,39216],[-289975,39379],[-292412,45928],[-292877,45151],[-293829,47615],[-293939,50713],[-281978,48886],[-285024,50530],[-287120,50614],[-291144,50372],[-294072,51345],[-288055,38816],[-284107,51350],[-285398,50855],[-286609,49808],[-290773,50943],[-285641,51017],[-287709,50186],[-290436,51245],[-292881,515930],[-292717,515208],[-290725,514220],[-291380,514300],[-291802,514213],[-290755,513285],[-281627,59047],[-281867,60739],[-284565,53293],[-294243,52476],[-291428,55622],[-291050,60095],[-291202,59717],[-285691,56914],[-284914,58480],[-285404,62923],[-284108,53890],[-291025,57181],[-291750,59247],[-282137,63374],[-283911,56387],[-284140,51470],[-292624,54266],[-292092,54722],[-293058,61459],[-293769,60785],[-288194,63487],[-283479,54066],[-283497,53097],[-294355,52442],[-291784,57532],[-291538,55852],[-290471,59734],[-290659,59874],[-292223,59212],[-292431,59378],[-282830,62638],[-282823,57555],[-284946,58378],[-284639,52231],[-292408,54288],[-293041,54736],[-292974,60778],[-283133,63772],[-283553,57855],[-284800,57647],[-292596,54165],[-294118,61654],[-294332,56316],[-293747,54943],[-292653,56196],[-292907,57200],[-293691,56247],[-293390,56050],[-284372,64659],[-282046,67171],[-282017,67952],[-293307,65492],[-285533,68293],[-284414,75273],[-286723,76124],[-283962,72306],[-290904,67038],[-288062,64498],[-283313,74685],[-285699,75062],[-284946,72733],[-291256,64832],[-286539,64993],[-283628,67380],[-287375,65941],[-289208,71323],[-288239,71969],[-287875,68171],[-285206,70723],[-283159,65691],[-285920,66199],[-289912,70935],[-288232,72643],[-286787,68061],[-285256,71147],[-281948,66577],[-292708,73134],[-289570,72339],[-289410,70894],[-288396,72255],[-288256,72076],[-287990,68601],[-287176,67892],[-284774,71087],[-285151,70599],[-293581,67565],[-284194,64632],[-283260,68389],[-281744,69036],[-281982,67767],[-294201,65593],[-289693,67366],[-283363,73858],[-286481,75104],[-284314,73346],[-292014,65198],[-286543,64466],[-292504,73867],[-292646,76969],[-290522,75843],[-289724,75826],[-292729,73568],[-292646,76692],[-293092,75116],[-290885,75448],[-293376,73570],[-282840,88624],[-282383,87535],[-284782,78234],[-282494,88196],[-281614,87030],[-283619,77688],[-283663,78078],[-282891,78367],[-286785,80638],[-284451,79975],[-282937,85678],[-294237,79044],[-293484,82273],[-285254,82945],[-287229,82600],[-283885,88956],[-288537,80049],[-291437,85108],[-294170,81494],[-283325,88922],[-284433,87225],[-284431,84286],[-286286,80503],[-283308,82120],[-284509,80180],[-294221,79313],[-293163,82523],[-286142,82284],[-288075,83379],[-284651,88235],[-289842,79882],[-294264,80340],[-285798,83689],[-282462,82720],[-283087,81580],[-281734,85800],[-292804,78720],[-294105,81969],[-285232,82473],[-288232,82654],[-284192,88307],[-288592,79795],[-293890,77547],[-293205,79541],[-292967,78371],[-293264,81197],[-293017,80682],[-294216,87312],[-293769,85807],[-293220,88767],[-293856,87825],[-290218,88706],[-289608,88532],[-289600,89692],[-289555,89113],[-291747,88552],[-291763,88323],[-289173,87457],[-288353,87134],[-288099,77457],[-291735,85594],[-293192,77773],[-292751,79834],[-293990,81201],[-293285,80323],[-294069,86740],[-292872,87491],[-289337,89204],[-292548,89268],[-288281,86414],[-289162,77398],[-291891,86890],[-292932,79626],[-293183,80678],[-293308,87811],[-290269,89194],[-292555,89235],[-289411,87696],[-288334,78017],[-291124,85278],[-283326,97292],[-282950,90560],[-286025,100154],[-285683,102291],[-283163,96409],[-282375,90498],[-291538,102490],[-288171,99647],[-285907,99534],[-282262,100903],[-282601,100866],[-286909,98300],[-282442,101278],[-287508,98973],[-282909,101646],[-288260,98574],[-286705,96875],[-289873,90946],[-291188,90465],[-289892,92293],[-290211,94795],[-285458,96602],[-290360,91995],[-290057,91053],[-290170,94456],[-282920,89941],[-285676,96729],[-289801,91161],[-289320,92197],[-290385,91309],[-291497,90862],[-289832,92189],[-289167,94031],[-289031,94014],[-286009,97575],[-286375,97654],[-284069,111390],[-282366,111968],[-285766,114757],[-287262,113991],[-292070,113188],[-293110,113184],[-288900,105519],[-286124,104437],[-283774,104315],[-291511,104171],[-293537,111905],[-289577,111679],[-284390,112785],[-281881,113245],[-285152,113858],[-286449,112927],[-292806,113088],[-283674,114799],[-289444,104375],[-286777,104777],[-283679,104025],[-291181,103679],[-288653,106354],[-286066,102955],[-284757,104120],[-288024,107881],[-290797,106236],[-286383,104309],[-294383,109606],[-288706,113543],[-286978,112197],[-286920,107648],[-284502,112475],[-283769,112725],[-282599,112735],[-285416,114092],[-287260,112978],[-289345,112704],[-282110,114354],[-283809,114731],[-294327,112201],[-288921,104313],[-286478,104413],[-284342,102803],[-291165,104929],[-283555,125160],[-289952,123686],[-292789,124021],[-288779,121118],[-290073,122736],[-289444,120669],[-291515,123597],[-292691,119559],[-291261,120723],[-291800,119978],[-292939,119636],[-292892,119635],[-291730,118494],[-293178,119200],[-294285,121417],[-291989,124983],[-291285,124497],[-289014,123930],[-294178,123478],[-290197,124864],[-292751,124546],[-293338,123263],[-291564,124500],[-291623,121249],[-291159,121502],[-283390,123348],[-289268,120741],[-288696,122453],[-291205,121193],[-288776,120918],[-292913,121692],[-292091,121971],[-290758,123135],[-293018,120524],[-292238,119354],[-291420,119936],[-292167,119383],[-293027,118728],[-292175,118749],[-293160,119198],[-290840,124553],[-283707,125965],[-289173,120622],[-289837,123173],[-290129,121736],[-291194,120065],[-293390,122430],[-291847,123242],[-292839,119875],[-291059,119416],[-292446,119575],[-293700,121190],[-292758,119118],[-291694,118956],[-293661,119370],[-294330,124017],[-291529,120872],[-291331,120927],[-285806,116429],[-283867,116510],[-283505,115535],[-285116,116620],[-282606,116441],[-286052,115713],[-283953,116974],[-295757,-121164],[-295571,-122923],[-298334,-122646],[-298076,-123058],[-296583,-125095],[-296720,-125979],[-294673,-126001],[-295822,-126624],[-295784,-124264],[-296735,-124064],[-295874,-121254],[-299361,-121422],[-296749,-126244],[-306381,-115317],[-300092,-115639],[-302905,-117654],[-306406,-119559],[-306494,-117652],[-298663,-115029],[-303269,-120841],[-306348,-120060],[-304997,-118229],[-305942,-115533],[-299994,-117075],[-301055,-119223],[-295726,-121463],[-298998,-121692],[-294823,-126124],[-295473,-127787],[-295267,-138450],[-296753,-140552],[-298291,-131553],[-295654,-129986],[-297003,-139514],[-296913,-138018],[-297072,-133175],[-301301,-140030],[-306690,-138489],[-306580,-138985],[-305225,-136685],[-303656,-136892],[-295484,-129868],[-305584,-138844],[-304771,-136907],[-295474,-128632],[-306255,-140102],[-303570,-136861],[-295807,-129438],[-297704,-151063],[-306322,-143041],[-301367,-141444],[-300276,-153373],[-296542,-151923],[-302982,-144560],[-294619,-148083],[-295786,-146817],[-295402,-149603],[-298762,-144546],[-299045,-143525],[-302854,-152434],[-298541,-144210],[-302423,-146573],[-295224,-144587],[-302685,-144211],[-301133,-146678],[-301730,-152022],[-296191,-150228],[-305610,-149816],[-305941,-142270],[-306131,-142243],[-302326,-141855],[-306942,-147043],[-295466,-150281],[-304825,-142524],[-302598,-141782],[-304301,-165332],[-304685,-165102],[-306771,-165066],[-306480,-161810],[-307171,-160797],[-306587,-160200],[-306809,-157592],[-304823,-157979],[-305229,-160305],[-304239,-157777],[-301212,-157402],[-300791,-159049],[-299063,-160065],[-301955,-162572],[-301381,-160494],[-303971,-163652],[-299200,-164059],[-294786,-164923],[-306977,-153496],[-303331,-160551],[-298635,-153721],[-305947,-162133],[-297369,-154706],[-298124,-154619],[-301054,-154854],[-306104,-158640],[-304606,-162181],[-300163,-155919],[-304291,-156448],[-304321,-154748],[-296628,-157208],[-298900,-161619],[-300780,-154243],[-304708,-166116],[-306119,-165336],[-306735,-164115],[-306786,-157860],[-304964,-157629],[-305235,-160151],[-304381,-157260],[-302654,-158060],[-300135,-158895],[-298931,-159926],[-300444,-162911],[-302973,-161497],[-303550,-163017],[-299228,-164917],[-296274,-165976],[-295309,-163585],[-295184,-161506],[-304022,-159715],[-304023,-160368],[-303752,-165873],[-305817,-164968],[-307196,-165595],[-306843,-163036],[-306148,-162349],[-306863,-159843],[-307173,-158579],[-305528,-158762],[-305184,-159402],[-303619,-156949],[-302330,-158230],[-299711,-159141],[-298689,-160408],[-301008,-162749],[-302474,-161611],[-303585,-163714],[-298693,-165026],[-295817,-160728],[-302215,-159975],[-305934,-178386],[-296421,-175223],[-305670,-174452],[-301791,-174836],[-305517,-173815],[-296977,-178922],[-303610,-177131],[-304968,-178260],[-306791,-176692],[-306600,-176143],[-305628,-171738],[-304157,-172514],[-303892,-174284],[-303746,-173454],[-298133,-173707],[-297587,-177026],[-297341,-178313],[-299794,-174154],[-298431,-173165],[-302078,-172088],[-302868,-171240],[-302837,-170033],[-306596,-170078],[-306634,-169667],[-306877,-171622],[-306672,-172381],[-306459,-178475],[-304759,-167436],[-294532,-166856],[-295334,-175937],[-296020,-172947],[-294481,-175085],[-300391,-178705],[-306918,-176965],[-305264,-172792],[-303636,-175782],[-297980,-175500],[-298024,-176340],[-299271,-172360],[-303088,-172346],[-303921,-168935],[-306368,-168235],[-305204,-167579],[-296395,-166987],[-295034,-167077],[-295178,-175542],[-295263,-172946],[-301532,-178125],[-306927,-175069],[-304658,-173833],[-298022,-175329],[-296951,-177925],[-300812,-172722],[-302180,-172569],[-304116,-169841],[-306464,-169344],[-306884,-172531],[-306998,-178929],[-306920,-168994],[-305563,-168281],[-296596,-166791],[-294436,-167505],[-295324,-175192],[-294983,-173044],[-301612,-186970],[-303143,-183605],[-305059,-188619],[-306621,-185935],[-303707,-187784],[-297023,-182944],[-297906,-180745],[-301188,-182041],[-299109,-181577],[-299986,-180445],[-304679,-180711],[-304909,-180772],[-294452,-189628],[-294879,-187584],[-295735,-188343],[-296235,-186615],[-296459,-187124],[-297121,-186851],[-299379,-186575],[-297472,-186025],[-300507,-190744],[-301949,-189591],[-301637,-190691],[-305767,-190379],[-304138,-190628],[-304093,-191570],[-301412,-180111],[-303760,-180187],[-305941,-179496],[-295337,-190727],[-296077,-188134],[-298662,-188524],[-298357,-185860],[-300442,-190000],[-303000,-190384],[-295606,-182827],[-301421,-181651],[-301273,-182691],[-303923,-179389],[-300818,-181273],[-295900,-183976],[-297077,-184614],[-300319,-184589],[-299824,-184538],[-302783,-187306],[-302915,-183242],[-301968,-184370],[-305537,-187630],[-303522,-188378],[-306193,-183474],[-306743,-183484],[-305139,-186064],[-305412,-185653],[-299225,-185735],[-299996,-186988],[-302655,-187276],[-301827,-187249],[-303562,-184747],[-303738,-184121],[-305335,-187291],[-304146,-187577],[-305434,-184555],[-306025,-185322],[-305567,-186546],[-297438,-179107],[-299029,-179895],[-295999,-190110],[-295188,-189630],[-297734,-188140],[-297360,-188372],[-301265,-188629],[-301173,-190261],[-297039,-198705],[-295515,-196379],[-295866,-196855],[-298870,-197524],[-299715,-193825],[-304178,-192073],[-304945,-199574],[-303120,-198475],[-300925,-199321],[-301079,-197341],[-302010,-196322],[-303393,-195280],[-307190,-195314],[-296310,-199552],[-297838,-199338],[-300229,-198671],[-295373,-195545],[-296109,-198966],[-294819,-202142],[-295121,-198835],[-295584,-196968],[-296843,-196882],[-298382,-197697],[-298645,-196864],[-296187,-194609],[-295957,-191894],[-298245,-195314],[-299440,-196475],[-298375,-193112],[-298669,-193208],[-303520,-194477],[-304349,-193992],[-306242,-192640],[-304391,-193544],[-304774,-192047],[-304693,-199258],[-304990,-198105],[-302175,-198642],[-301958,-200351],[-301965,-197008],[-301749,-195673],[-303051,-195821],[-299232,-198588],[-296427,-198886],[-297382,-199562],[-299898,-198621],[-304559,-198740],[-301179,-200683],[-303127,-200296],[-304123,-199144],[-305931,-199429],[-305371,-199606],[-301968,-199288],[-305450,-198226],[-302188,-199966],[-304747,-199068],[-304344,-199267],[-304536,-199377],[-305058,-200187],[-301252,-200142],[-294404,-201158],[-294416,-198729],[-294626,-196876],[-295613,-196862],[-297242,-197530],[-296982,-196064],[-298559,-192843],[-306024,-195406],[-306478,-192832],[-305580,-192219],[-302209,-199219],[-301801,-199851],[-302071,-197060],[-302013,-195868],[-303189,-195715],[-306885,-196850],[-307180,-194918],[-298605,-199233],[-295497,-199356],[-296626,-199366],[-300143,-198725],[-304319,-198516],[-301773,-200551],[-303584,-200120],[-305786,-199616],[-305109,-199870],[-301102,-199503],[-304998,-202027],[-305704,-202981],[-303191,-203501],[-304217,-203811],[-303137,-204261],[-306370,-204038],[-304015,-201532],[-305489,-203587],[-302970,-202912],[-305439,-204149],[-304851,-202196],[-305047,-203255],[-302057,-203019],[-306843,-204051],[-301885,-214806],[-296144,-215458],[-297371,-216526],[-301923,-213252],[-299091,-216616],[-302072,-216897],[-301934,-217001],[-297708,-215937],[-299858,-214897],[-302545,-212884],[-303343,-213162],[-299434,-216976],[-300308,-217168],[-298125,-216060],[-303304,-213581],[-301122,-215000],[-300485,-205530],[-301892,-207427],[-302364,-208381],[-306548,-205677],[-300234,-206834],[-303030,-210574],[-304794,-209868],[-304021,-206834],[-301375,-208051],[-301337,-209648],[-299866,-207781],[-305740,-204694],[-306217,-212349],[-304961,-211697],[-306485,-212100],[-305672,-216415],[-300051,-211349],[-299782,-207347],[-306804,-206339],[-303485,-211452],[-303267,-211945],[-302967,-209454],[-304429,-208528],[-303318,-207949],[-303328,-206212],[-301991,-207342],[-302410,-207470],[-300612,-210336],[-301697,-209894],[-298849,-208915],[-298939,-209508],[-301552,-205090],[-301007,-205943],[-303344,-206107],[-304039,-205864],[-306174,-206083],[-305331,-205886],[-306522,-206499],[-306250,-212458],[-305230,-213882],[-305641,-213569],[-304406,-210530],[-304105,-210993],[-304641,-211800],[-305124,-212072],[-303933,-209372],[-303832,-207503],[-303109,-208568],[-301920,-209809],[-300126,-208269],[-303256,-205629],[-305474,-205616],[-306109,-212445],[-305569,-212380],[-296489,-226911],[-304253,-221054],[-296734,-228672],[-294733,-224814],[-301796,-217663],[-305267,-217606],[-305769,-220614],[-306803,-224686],[-304303,-227735],[-305945,-224258],[-306537,-227169],[-306582,-223244],[-303342,-225338],[-299687,-221886],[-302024,-219347],[-297938,-220092],[-296849,-220139],[-298876,-221917],[-300211,-225039],[-299368,-228501],[-300954,-228223],[-294792,-228934],[-295790,-229232],[-295144,-230075],[-300261,-228078],[-298885,-228238],[-300200,-226219],[-297592,-226690],[-294731,-224894],[-296307,-220397],[-295460,-220682],[-297794,-218614],[-300441,-217642],[-304911,-220163],[-306725,-223347],[-306121,-227752],[-305369,-226981],[-304212,-226933],[-306690,-223714],[-304843,-225640],[-305822,-225540],[-306456,-221760],[-304772,-222737],[-301191,-225331],[-299941,-223062],[-301691,-223097],[-300844,-220807],[-301616,-220765],[-298874,-219293],[-298312,-219825],[-297363,-219037],[-296592,-219333],[-299112,-220685],[-296739,-222107],[-300929,-226012],[-297679,-227836],[-301755,-228046],[-303243,-228531],[-295247,-226910],[-294755,-227124],[-294695,-229123],[-299509,-227570],[-299079,-225849],[-297597,-225533],[-294537,-224930],[-295259,-218130],[-304864,-220399],[-306563,-227464],[-305505,-227073],[-305776,-225921],[-304768,-223428],[-303179,-224819],[-301633,-222259],[-300736,-220221],[-299764,-219261],[-295686,-218884],[-297714,-222105],[-300876,-226313],[-301771,-228502],[-295143,-226218],[-294503,-227219],[-299234,-228563],[-299286,-225414],[-297672,-226186],[-307104,-219822],[-306560,-218040],[-306982,-217880],[-296015,-242381],[-295126,-230617],[-295678,-231382],[-294403,-240727],[-296542,-242336],[-296685,-231333],[-295953,-230605],[-305655,-238583],[-303070,-233786],[-305443,-234711],[-300329,-232723],[-304077,-231562],[-294450,-237083],[-303008,-235696],[-300714,-237344],[-295666,-231203],[-294864,-236621],[-297268,-240702],[-294580,-239039],[-296793,-242714],[-298112,-241074],[-297866,-241081],[-304440,-234460],[-300633,-232142],[-304675,-231171],[-295413,-238122],[-296774,-239649],[-306408,-232791],[-304961,-232041],[-306419,-234412],[-296983,-4852],[-295468,-5714],[-299568,-11822],[-297356,-6033],[-304075,-1954],[-301230,-4785],[-302447,-10208],[-307012,-1102],[-299014,-1207],[-298337,-10351],[-299833,-7033],[-295120,-3431],[-295398,-7336],[-302473,-3456],[-297769,-11870],[-301019,-6369],[-301876,-9604],[-296931,-6911],[-300673,-5060],[-303950,167],[-306005,-10180],[-297580,-11392],[-297885,-11404],[-297404,-9861],[-300795,-7017],[-300599,-4680],[-305106,-9943],[-300271,-35],[-299122,-11553],[-305760,-9221],[-299524,-2230],[-304944,-11629],[-299540,-4209],[-299864,-5039],[-302222,-12052],[-304463,-7088],[-305556,145],[-298170,-1868],[-298937,-10391],[-301021,-7424],[-302598,-6716],[-306690,-4880],[-305704,-4240],[-297580,-8513],[-300321,-6271],[-297986,-250419],[-296747,-250425],[-307187,-254734],[-299626,-246916],[-301228,-248141],[-300305,-248769],[-298378,-248589],[-296524,-253098],[-299918,-243214],[-307021,-247392],[-303695,-247104],[-302534,-246799],[-303482,-246859],[-294898,-253317],[-299161,-246437],[-306463,-254949],[-300537,-247814],[-304439,-248900],[-296656,-250665],[-301557,-246954],[-302933,-255564],[-298765,-244067],[-298901,-246190],[-300975,-266256],[-300733,-261629],[-299674,-266643],[-299291,-261028],[-306020,-256648],[-299482,-264678],[-299634,-261930],[-301856,-256318],[-305763,-261432],[-301621,-266257],[-300871,-259640],[-299556,-267325],[-305871,-268067],[-295712,-259011],[-304728,-256076],[-305496,-256938],[-305957,-256318],[-306154,-261182],[-306448,-256951],[-301889,-264406],[-299369,-261302],[-295193,-278878],[-301321,-277309],[-302593,-271052],[-298366,-279091],[-300802,-277186],[-298476,-280177],[-300411,-270192],[-295165,-279950],[-302501,-277333],[-297364,-279444],[-300634,-271929],[-302610,-277407],[-297941,-277791],[-301433,-269784],[-300514,-277833],[-297047,-278217],[-302367,-271823],[-299734,-275763],[-297330,-279328],[-294436,-280717],[-304387,-275616],[-306617,-274507],[-305883,-278147],[-303677,-281362],[-304269,-281015],[-305980,-278674],[-294888,-281752],[-294777,-282342],[-295874,-284450],[-299367,-281405],[-294873,-284677],[-295476,-283661],[-295168,-284196],[-295581,-284031],[-304416,-281713],[-304777,-331724],[-300953,-336573],[-297507,-343922],[-307033,-345147],[-304431,-335474],[-303402,-343886],[-298602,-337754],[-307114,-339414],[-306313,-336682],[-299452,-337392],[-295677,-341767],[-302888,-348083],[-304709,-351304],[-301495,-346833],[-302186,-349822],[-303308,-353325],[-304248,-368163],[-306402,-367946],[-300320,-15774],[-300134,-15342],[-297251,-16387],[-303943,-14183],[-304361,-18241],[-298768,-19476],[-298832,-18680],[-296675,-19346],[-300980,-13925],[-304381,-12755],[-302225,-20390],[-307173,-17613],[-304235,-23759],[-303592,-14483],[-305387,-15456],[-302241,-23713],[-299714,-17922],[-300387,-17650],[-301036,-12909],[-301231,-20038],[-300011,-18242],[-296790,-21481],[-298357,-459328],[-305038,-457718],[-301798,-459804],[-305451,-459142],[-302506,-448863],[-305056,-455936],[-304461,-451477],[-301282,-453258],[-302332,-451151],[-304051,-451849],[-300319,-452708],[-295851,-452893],[-298112,-467670],[-299200,-466283],[-301773,-461198],[-299637,-465065],[-299009,-462438],[-300314,-462175],[-296492,-469742],[-303372,-25514],[-306617,-28602],[-306037,-27017],[-298853,-25622],[-299260,-26467],[-305263,-37675],[-303182,-38060],[-302980,-36017],[-301156,-32682],[-301313,-30860],[-296086,-28013],[-301159,-28031],[-299896,-36678],[-299772,-33512],[-301143,-28501],[-301555,-31082],[-298281,-41808],[-296291,-39682],[-296840,-46985],[-296777,-47081],[-301164,-45581],[-299273,-48063],[-303818,-42002],[-303920,-41756],[-303066,-48136],[-304728,-49948],[-305936,-39705],[-297597,-40854],[-297384,-41176],[-296602,-49182],[-300917,-46260],[-302188,-41277],[-302718,-49985],[-300761,-38747],[-296720,-48031],[-302584,-46305],[-302553,-41508],[-302213,-47980],[-306352,-38582],[-297267,-39371],[-303916,-63618],[-295405,-61137],[-304791,-57379],[-303788,-53799],[-306952,-52194],[-305240,-53155],[-306674,-56567],[-305155,-63479],[-297203,-61514],[-302919,-58354],[-298901,-52435],[-298194,-57018],[-306011,-62769],[-296272,-54986],[-297467,-55866],[-304028,-57126],[-307114,-54814],[-294914,-52217],[-296457,-54937],[-298581,-55822],[-305359,-56921],[-300896,-55079],[-303484,-54574],[-295415,-52083],[-296437,-55683],[-298025,-55220],[-299610,-55911],[-304930,-56436],[-301562,-55293],[-306217,-52214],[-306724,-62976],[-294648,-59997],[-298874,-63415],[-300022,-54273],[-297518,-64191],[-302181,-63884],[-299089,-67052],[-304404,-64649],[-294579,-73676],[-296552,-71212],[-300584,-70402],[-299247,-65937],[-303799,-64405],[-297536,-67189],[-296857,-71974],[-304749,-64628],[-303957,-65098],[-306888,-64342],[-304542,-67937],[-295913,-72435],[-302007,-65162],[-304433,-76113],[-304718,-85161],[-306490,-77147],[-303252,-87968],[-304767,-81926],[-306387,-78274],[-303935,-83430],[-305600,-81069],[-303229,-87867],[-305966,-77717],[-304656,-86659],[-306385,-77684],[-304925,-77082],[-304411,-88114],[-304032,-83494],[-305261,-87309],[-301535,-89182],[-300932,-88231],[-299280,-79285],[-301741,-77123],[-301557,-88111],[-305514,-88348],[-301642,-86538],[-302193,-84105],[-304251,-89056],[-294615,-86132],[-294730,-85393],[-300169,-86753],[-301150,-83827],[-299258,-88430],[-298369,-79419],[-301242,-79921],[-301746,-80057],[-301956,-85322],[-302656,-82406],[-302919,-85582],[-299296,-87543],[-303307,-79869],[-303314,-82496],[-306962,-88322],[-302093,-85580],[-301719,-82577],[-301955,-85658],[-302820,-84578],[-294604,-85170],[-300656,-89743],[-298977,-98451],[-296365,-91203],[-306518,-92688],[-306726,-98014],[-306634,-100369],[-305984,-100740],[-304258,-90191],[-302000,-101994],[-297888,-98543],[-299314,-94604],[-299224,-92239],[-303690,-91044],[-302020,-90983],[-304690,-99679],[-300913,-100024],[-295238,-98184],[-296428,-90878],[-307053,-99960],[-305796,-89490],[-305066,-96763],[-304996,-95589],[-303656,-100613],[-305078,-99485],[-305390,-99795],[-306748,-89847],[-305958,-96604],[-302999,-98954],[-306291,-97037],[-303927,-100605],[-304152,-105312],[-305074,-106947],[-302700,-110298],[-297095,-108771],[-301763,-106824],[-300611,-108626],[-299913,-103791],[-305818,-110699],[-305036,-106189],[-303708,-106233],[-305591,-107419],[-306721,-111306],[-295105,-102661],[-305380,-104477],[-305425,-106193],[-306209,-112007],[-304480,-104045],[-305008,-106723],[-304355,-110675],[-303534,-107046],[-299732,-112202],[-299040,-103249],[-304217,-103113],[-300210,6548],[-295786,2636],[-295169,1905],[-303054,6537],[-303430,2962],[-305931,2769],[-304120,753],[-302557,493],[-300262,2064],[-298546,5691],[-302406,4836],[-295081,11850],[-298380,8292],[-297609,10874],[-299231,11744],[-298778,1835],[-300524,1082],[-302097,2362],[-306094,1702],[-299101,2266],[-298921,11443],[-297947,10499],[-296987,10519],[-296802,10932],[-296483,11410],[-298600,10740],[-297297,11801],[-298543,11363],[-301636,7994],[-299092,971],[-301429,2036],[-304997,2658],[-304941,1497],[-303552,904],[-299321,2026],[-296388,2238],[-300462,5972],[-299180,4352],[-305454,22761],[-305234,21510],[-304633,303266],[-301056,307261],[-305351,302118],[-305047,302272],[-295692,315768],[-297165,317820],[-299340,314437],[-295760,318305],[-299507,315744],[-298568,316567],[-297421,320106],[-298724,319441],[-298363,312928],[-298023,313115],[-295899,319695],[-300833,318284],[-298493,313252],[-296941,319659],[-297438,317455],[-299755,318095],[-299943,317920],[-304708,318096],[-302213,308509],[-305764,314544],[-305358,319186],[-301900,309111],[-304688,314113],[-300345,310135],[-305914,309178],[-306641,314765],[-305023,310687],[-304493,310092],[-305701,311028],[-305558,315919],[-302264,309471],[-306490,316482],[-302225,331046],[-299118,321166],[-306378,328733],[-296265,324534],[-305265,330903],[-306898,324443],[-298940,323110],[-295761,321357],[-302403,329586],[-307021,325337],[-305972,326494],[-301343,324105],[-296632,321410],[-304998,331073],[-301863,323793],[-298848,320408],[-306256,327797],[-307158,322845],[-302607,330497],[-298876,324722],[-294490,321274],[-294902,321914],[-296079,324745],[-307197,326764],[-300301,323161],[-297017,320268],[-306973,328555],[-304048,332524],[-307073,323162],[-301908,324706],[-295580,321725],[-306746,322288],[-306791,321860],[-306271,322286],[-306617,382085],[-307102,381088],[-303544,31586],[-301062,33901],[-300577,35292],[-305904,36264],[-304880,35627],[-299602,34406],[-303463,31496],[-300369,34030],[-305478,35785],[-302866,32202],[-301628,33274],[-299771,34876],[-305308,35895],[-299005,388745],[-300211,386034],[-297891,385607],[-299445,386890],[-298692,386906],[-300934,391326],[-296678,395513],[-298462,396928],[-300681,388411],[-301811,391227],[-298757,395231],[-300514,396518],[-306163,389953],[-299900,393890],[-300643,388919],[-300134,391134],[-303224,388799],[-305807,389809],[-305564,393159],[-300572,389028],[-304186,388439],[-306568,390984],[-305429,394080],[-297321,406001],[-302959,404227],[-301098,408387],[-296633,408748],[-306022,405577],[-303239,408048],[-298139,407772],[-294504,403021],[-296560,406574],[-301410,405011],[-294686,405675],[-299276,397761],[-294428,397926],[-299104,404757],[-301463,406351],[-302620,408345],[-304139,404610],[-302714,404743],[-300237,409418],[-305978,406091],[-306977,419564],[-306368,421625],[-306283,419839],[-306629,419641],[-306062,421864],[-306939,421040],[-306283,420448],[-306039,421614],[-306640,420471],[-306443,420264],[-299102,411573],[-299887,411756],[-304577,411027],[-297661,412965],[-300381,410859],[-301839,411178],[-298152,409853],[-297995,411340],[-298545,411102],[-298370,427478],[-297251,425150],[-297506,425818],[-305720,422931],[-305777,426655],[-306174,426939],[-304774,423105],[-295969,427595],[-299035,425363],[-298005,422740],[-300664,423253],[-305198,510622],[-300619,511730],[-302132,507906],[-305652,510853],[-301795,509325],[-305811,511132],[-299753,503237],[-306356,506664],[-304138,507671],[-296846,506122],[-307183,510709],[-300717,503090],[-295572,506928],[-295024,42555],[-296003,39701],[-295843,40584],[-294908,44281],[-294581,48155],[-295373,48486],[-294415,43807],[-295042,42852],[-296434,42045],[-294912,42989],[-294829,42488],[-296473,40899],[-295144,41155],[-294733,44146],[-295030,51005],[-295554,49736],[-298864,48549],[-300009,47928],[-301128,46454],[-302429,49729],[-302107,50214],[-302751,49463],[-299088,51315],[-300804,51106],[-297741,51326],[-306812,48019],[-296220,50633],[-298806,50109],[-299568,49703],[-298280,47407],[-299089,48116],[-302229,47206],[-300871,47952],[-302241,49776],[-303373,50310],[-303806,48561],[-305611,49461],[-301603,50637],[-300743,51044],[-300705,51212],[-297662,51196],[-298401,50607],[-298041,48240],[-299650,46465],[-300147,46807],[-301807,47782],[-302305,47797],[-304415,49182],[-301518,50788],[-297039,50088],[-295332,51318],[-303399,512412],[-305183,516023],[-306342,516884],[-304853,523964],[-302895,513311],[-304060,523995],[-306332,516185],[-305857,518826],[-307142,522156],[-303353,523504],[-305905,520060],[-305968,523566],[-305460,523103],[-302479,524310],[-306846,516133],[-304999,522523],[-303197,526625],[-305098,527296],[-306656,52627],[-306880,53176],[-306484,52966],[-294434,52355],[-296864,63235],[-297875,62730],[-297906,62477],[-302173,56521],[-307064,52276],[-301383,57443],[-296757,63754],[-297496,63237],[-301883,56727],[-296813,63058],[-301991,56821],[-295331,61308],[-299166,55036],[-294782,56290],[-299839,56038],[-295340,59859],[-303091,53240],[-298097,52246],[-297654,51767],[-300014,51835],[-296539,52995],[-296296,55050],[-295305,55911],[-302299,52518],[-305630,51659],[-297014,52424],[-296452,55771],[-296681,57994],[-301724,53666],[-307102,51498],[-301564,51686],[-299737,52438],[-295545,54278],[-295841,55550],[-295523,55249],[-294834,57509],[-296458,56778],[-296596,57651],[-301230,52676],[-294861,56651],[-299564,55138],[-306319,52125],[-298905,75923],[-305280,72988],[-306642,71333],[-305060,66197],[-304553,67263],[-304801,76911],[-301010,72001],[-301270,70713],[-299988,72348],[-305763,69528],[-307029,65927],[-296263,66943],[-296258,66214],[-296917,65794],[-297178,64230],[-295861,71183],[-296120,70966],[-296652,71651],[-296636,71543],[-295423,73504],[-297998,75690],[-296906,76316],[-302161,68024],[-300907,68829],[-299940,70101],[-299844,76589],[-304423,72644],[-305542,68447],[-304117,76889],[-300937,71544],[-301132,70603],[-300881,72820],[-294712,65094],[-306212,66712],[-305936,71798],[-301333,68662],[-300858,67488],[-300887,69545],[-304397,72070],[-305512,72747],[-304551,66397],[-305232,68539],[-306490,65010],[-306462,64274],[-304669,76496],[-300473,71352],[-299792,71225],[-299894,72726],[-306919,66233],[-296433,69619],[-295316,67485],[-297212,65732],[-297089,64416],[-296796,70962],[-296230,72073],[-294612,66534],[-302083,67472],[-300164,67640],[-299888,68885],[-306627,68524],[-295960,69237],[-295816,66146],[-296817,66183],[-296278,69881],[-296663,72426],[-297959,76456],[-302273,67912],[-300585,67188],[-301008,70056],[-294720,74463],[-294689,74599],[-296508,76772],[-294872,75799],[-295063,73299],[-294764,75496],[-296579,76325],[-295903,74934],[-295763,74439],[-295142,76868],[-294869,76077],[-301311,88646],[-303582,79956],[-299938,81603],[-306945,78339],[-304282,84098],[-302695,89435],[-303093,88522],[-306918,81234],[-302528,80324],[-301965,79978],[-298198,77295],[-299581,82275],[-299638,81423],[-304919,77373],[-300611,85050],[-303377,84945],[-301487,89529],[-302292,89511],[-303031,88338],[-306159,89068],[-303553,82076],[-303640,79731],[-298584,78290],[-298868,77138],[-299437,82333],[-299636,82444],[-304970,77597],[-307052,78001],[-301198,84407],[-303523,84152],[-296984,77472],[-297025,79508],[-298182,78380],[-297994,79544],[-300159,80089],[-302113,78793],[-302646,78679],[-302958,82662],[-303155,85663],[-302432,86197],[-300275,85497],[-297289,80240],[-301135,78565],[-303137,83161],[-302139,85913],[-299077,78911],[-301327,79694],[-302009,78689],[-302279,85443],[-300022,84424],[-295376,80182],[-294611,80644],[-297170,81110],[-295610,79392],[-294753,78756],[-294714,77258],[-299908,85678],[-295739,80321],[-296093,82806],[-294404,82683],[-295130,82686],[-294718,87662],[-294629,86298],[-295429,78856],[-296514,83135],[-299599,85474],[-294512,86591],[-294855,79593],[-300652,90177],[-306548,94407],[-306145,98412],[-299454,92342],[-302796,89877],[-301949,90110],[-305652,90070],[-306670,95187],[-304718,97512],[-299789,93458],[-306292,99657],[-306655,99229],[-302834,98762],[-303866,98724],[-301017,101509],[-301179,101109],[-301204,102157],[-300411,101226],[-298889,100551],[-298928,100882],[-297238,98477],[-298147,97610],[-297443,97321],[-295724,99442],[-294766,99827],[-306563,100125],[-305910,100017],[-302780,99301],[-303578,98309],[-303238,102141],[-303379,101832],[-301943,101032],[-301576,100970],[-301664,101296],[-300818,101140],[-298315,100387],[-298628,101033],[-296728,98476],[-297345,97566],[-297838,97867],[-295646,98975],[-301040,93203],[-301001,92712],[-302717,90461],[-307077,95729],[-305940,94292],[-304835,98464],[-298872,93664],[-295983,94247],[-297431,90556],[-296372,93455],[-298020,90385],[-295651,93685],[-297552,91693],[-295447,92823],[-296663,91924],[-294824,91774],[-295274,92143],[-296019,92231],[-295456,92474],[-295957,91936],[-295020,111307],[-297442,104409],[-298089,106219],[-297271,107718],[-298260,105775],[-302442,104199],[-302063,106574],[-306019,107350],[-294560,110332],[-294680,111874],[-297454,103473],[-297795,106462],[-297120,107335],[-299031,103799],[-299018,104197],[-299747,103568],[-300320,103302],[-301862,105560],[-301394,107134],[-305165,106383],[-306330,105613],[-295575,108254],[-303740,102698],[-296632,103639],[-296649,104050],[-296154,105121],[-296330,103464],[-294743,108550],[-297863,104086],[-298330,106845],[-297441,107031],[-297668,104897],[-297840,104674],[-302920,103075],[-303113,105715],[-301783,105485],[-300823,107172],[-305959,107464],[-304918,107184],[-294536,121689],[-305170,119207],[-303469,120427],[-302188,116984],[-302392,118478],[-295931,121688],[-294995,123089],[-296554,121425],[-295394,120850],[-295281,120360],[-294667,119630],[-305567,120395],[-304122,120772],[-305257,117037],[-301751,118107],[-295661,122741],[-295850,123043],[-296306,121457],[-295797,120545],[-295554,119935],[-294500,120279],[-295551,123546],[-303258,121627],[-305051,119127],[-303259,119832],[-302823,116828],[-304673,116948],[-302008,118543],[-296325,121622],[-296010,123051],[-296488,121912],[-295554,120491],[-295357,119994],[-294968,120126],[-309624,-123081],[-317971,-125378],[-313607,-119102],[-311105,-116738],[-307915,-119694],[-313774,-122636],[-316768,-121875],[-315746,-123335],[-309839,-115558],[-315003,-124260],[-309078,-127104],[-311522,-126669],[-312489,-118935],[-316263,-115181],[-308749,-116990],[-308870,-120262],[-309981,-125214],[-312046,-121953],[-317595,-120938],[-318473,-122475],[-319076,-126505],[-316518,-115448],[-316850,-115565],[-313400,-125392],[-314974,-126156],[-313040,-126607],[-312382,-119537],[-310823,-122511],[-314779,-127671],[-316580,-115258],[-311638,-117754],[-310577,-120110],[-311880,-122642],[-316044,-119066],[-318873,-122787],[-316709,-125472],[-318513,-126531],[-308833,-130810],[-314440,-129530],[-314223,-131785],[-313889,-139178],[-315454,-130565],[-317623,-137185],[-318247,-131679],[-309795,-130684],[-307899,-128990],[-313586,-129703],[-314040,-132108],[-319182,-129084],[-318375,-133802],[-316294,-131798],[-317683,-137952],[-319794,-129116],[-314476,-132136],[-316642,-138331],[-315827,-128386],[-315317,-131731],[-315247,-135746],[-316552,-131238],[-311960,-138765],[-313809,-128630],[-317197,-129927],[-314095,-130504],[-316193,-139812],[-317689,-133731],[-314633,-128913],[-317109,-128865],[-314411,-132417],[-316301,-133215],[-312218,-138801],[-312866,-138973],[-314820,-145101],[-315759,-146806],[-313724,-141180],[-311801,-142060],[-310686,-146999],[-308499,-145902],[-308702,-149430],[-309256,-153130],[-318314,-143476],[-314333,-143467],[-312188,-143473],[-307873,-147598],[-308615,-151787],[-315597,-141201],[-317517,-143526],[-310776,-151662],[-312000,-147840],[-318954,-152751],[-316857,-148545],[-314264,-152903],[-314934,-146114],[-316719,-146359],[-314183,-141369],[-311986,-141408],[-311226,-144278],[-310937,-146145],[-308484,-146391],[-307696,-148800],[-313589,-143753],[-313659,-143570],[-314815,-143071],[-318360,-144943],[-318841,-149220],[-319453,-147589],[-319400,-150651],[-319521,-143313],[-310799,-151335],[-313206,-146940],[-315434,-153048],[-315460,-148166],[-314949,-150958],[-318981,-142182],[-318721,-146931],[-317395,-151634],[-310074,-148734],[-310093,-148514],[-315983,-152438],[-315808,-147299],[-314624,-150615],[-318007,-141329],[-316308,-141298],[-315456,-146072],[-316809,-146952],[-314698,-143623],[-313679,-141009],[-311340,-141897],[-311725,-143864],[-311382,-147000],[-308192,-146164],[-308140,-149105],[-313753,-143538],[-312212,-142335],[-307904,-165986],[-310328,-161504],[-308121,-162593],[-307381,-162137],[-308159,-160957],[-307409,-160066],[-307351,-154912],[-310476,-157927],[-311278,-159476],[-307978,-153845],[-318465,-155665],[-319221,-158575],[-319380,-158521],[-315260,-153909],[-307338,-166006],[-310837,-161091],[-307816,-162534],[-311403,-158665],[-319014,-155527],[-307666,-164923],[-307454,-160138],[-307547,-153479],[-309938,-157817],[-318757,-157922],[-313511,-163816],[-315600,-158304],[-317877,-163204],[-314968,-160105],[-312749,-163306],[-314841,-158034],[-318062,-165926],[-317435,-161872],[-315850,-156311],[-318787,-159929],[-317225,-159433],[-315105,-160990],[-317105,-153950],[-314817,-163923],[-309587,-164971],[-308937,-164073],[-309245,-162468],[-313453,-163987],[-315943,-158608],[-309921,-164984],[-309063,-163586],[-310717,-162166],[-309287,-162601],[-310235,-164931],[-310083,-164603],[-310273,-163496],[-314455,-164084],[-315486,-158904],[-318458,-162763],[-316217,-156559],[-315373,-158845],[-315549,-160329],[-317793,-154497],[-310074,-170261],[-309639,-171292],[-312498,-168568],[-312139,-169595],[-310255,-169459],[-313309,-172689],[-311173,-174095],[-308236,-175601],[-308768,-178446],[-311633,-168917],[-311286,-170622],[-311770,-172884],[-309276,-167653],[-307248,-168818],[-318185,-177405],[-319694,-178511],[-313914,-178331],[-307623,-172744],[-308768,-168991],[-311631,-167931],[-311755,-170842],[-311811,-174845],[-308023,-176540],[-307532,-178541],[-310856,-168214],[-311173,-171754],[-311074,-172077],[-309941,-167968],[-311374,-167668],[-318123,-176840],[-319795,-178898],[-309601,-170809],[-311668,-167806],[-312536,-170650],[-311846,-171313],[-312208,-174212],[-307316,-175658],[-311883,-171502],[-311896,-171710],[-309624,-167743],[-311475,-166854],[-319238,-178758],[-317459,-177016],[-314711,-175546],[-315241,-174573],[-317780,-176560],[-318379,-169906],[-317021,-170284],[-319374,-169389],[-318142,-172568],[-317600,-173790],[-311906,-166293],[-315655,-176628],[-316656,-172316],[-319962,-169052],[-313922,-175494],[-316541,-174673],[-317303,-175939],[-318325,-170725],[-317552,-170066],[-319037,-167851],[-316949,-166274],[-316669,-173698],[-315176,-175647],[-318052,-171974],[-316195,-176111],[-317645,-172172],[-313861,-176411],[-316271,-173959],[-318021,-172803],[-318465,-170857],[-316556,-169287],[-318378,-166213],[-318809,-171568],[-319614,-173168],[-314204,-185212],[-314438,-182567],[-314660,-179194],[-309708,-186395],[-308661,-187678],[-310962,-188171],[-312606,-187764],[-311351,-189220],[-312047,-189905],[-312099,-191165],[-308756,-190944],[-308730,-190159],[-312793,-191683],[-315807,-190128],[-315457,-189958],[-316434,-190776],[-316092,-190872],[-319357,-189911],[-319506,-190925],[-315524,-186685],[-316135,-188146],[-317707,-183147],[-319862,-183142],[-319147,-182245],[-313969,-185115],[-314355,-181971],[-314713,-183852],[-313370,-183048],[-314556,-179011],[-308912,-179481],[-309394,-187486],[-309719,-188689],[-312415,-188354],[-312326,-191366],[-312037,-191174],[-307817,-191502],[-313886,-191238],[-315809,-189995],[-316501,-191142],[-319159,-190906],[-314148,-186039],[-319994,-183671],[-318369,-181914],[-308875,-188637],[-310893,-188076],[-312700,-187491],[-309950,-190836],[-315850,-191077],[-318388,-188799],[-315680,-188357],[-318066,-183447],[-319842,-183171],[-307568,-194378],[-308925,-193640],[-311079,-192799],[-314134,-194668],[-314150,-193558],[-312011,-192490],[-314088,-192934],[-319899,-192426],[-307634,-196366],[-307506,-195067],[-311196,-194535],[-309413,-194120],[-307698,-200111],[-307714,-192675],[-310228,-192020],[-310285,-192951],[-313840,-193622],[-313571,-192747],[-315941,-192236],[-307397,-196202],[-310669,-193959],[-310080,-193585],[-310144,-193266],[-313699,-194801],[-319401,-193275],[-312068,-193701],[-310417,-193713],[-316237,-203508],[-317071,-203140],[-318460,-200235],[-309149,-200537],[-311275,-200543],[-313604,-199671],[-312819,-197924],[-317636,-196195],[-316181,-197300],[-317221,-197692],[-318266,-198612],[-317649,-202638],[-316134,-202318],[-316965,-200733],[-313168,-204257],[-315308,-203225],[-318835,-200482],[-310087,-199713],[-310992,-200693],[-313641,-199376],[-311812,-199198],[-317156,-195574],[-316769,-197106],[-316856,-198809],[-318909,-198475],[-319511,-201370],[-315918,-202650],[-316853,-201671],[-313594,-204591],[-308398,-199815],[-317976,-201660],[-315442,-203183],[-314153,-203742],[-307548,-204101],[-310312,-199743],[-310720,-200054],[-313319,-199925],[-311882,-199024],[-316853,-195250],[-315545,-198207],[-316162,-198111],[-318609,-197740],[-318110,-201988],[-318098,-200983],[-315677,-202348],[-317241,-201109],[-309722,-198896],[-311443,-200228],[-311999,-199085],[-317009,-195893],[-318392,-198319],[-316439,-196319],[-310612,-199016],[-312007,-199306],[-316816,-198422],[-317173,-196946],[-318497,-198052],[-316981,-195521],[-309866,-198859],[-310509,-199988],[-312068,-200059],[-312218,-199791],[-317025,-195799],[-317426,-196998],[-318219,-198454],[-316606,-195217],[-314439,-212557],[-315268,-210458],[-315433,-206813],[-313468,-206641],[-312056,-213080],[-316104,-205508],[-314327,-210611],[-309610,-205296],[-308961,-209612],[-315226,-215435],[-308767,-213190],[-307701,-210091],[-308743,-208596],[-311285,-205537],[-310960,-205977],[-317838,-207474],[-315027,-216675],[-313102,-214158],[-317792,-209615],[-316906,-209846],[-313295,-205847],[-317621,-205159],[-318558,-206065],[-319662,-212015],[-311601,-211414],[-313767,-205441],[-308584,-206068],[-308767,-212931],[-309896,-213617],[-307711,-214172],[-308924,-212491],[-307758,-212957],[-307639,-216329],[-307667,-217182],[-313006,-204850],[-315001,-204982],[-310269,-208435],[-307971,-209952],[-312223,-209675],[-308033,-207926],[-309594,-206493],[-317197,-206677],[-319137,-211679],[-314140,-216869],[-315832,-214761],[-317351,-210047],[-310618,-206370],[-318367,-205156],[-318832,-214826],[-311596,-213418],[-308364,-213332],[-307747,-214645],[-307434,-213662],[-308917,-212836],[-307239,-225938],[-319925,-220632],[-314554,-220078],[-311555,-219727],[-318653,-229384],[-317867,-219969],[-310005,-227729],[-309159,-229201],[-317676,-225966],[-318272,-218068],[-314033,-223101],[-319390,-221332],[-315176,-220521],[-310206,-219327],[-309362,-227714],[-310853,-224649],[-308341,-225671],[-307503,-223892],[-308753,-220814],[-308259,-219742],[-309710,-220755],[-308018,-221321],[-309374,-223296],[-310748,-222300],[-310461,-225214],[-309177,-225042],[-308984,-219616],[-308523,-218485],[-307535,-223685],[-310037,-229873],[-318374,-226060],[-314487,-223195],[-319976,-220828],[-314087,-217474],[-307724,-222102],[-315280,-228053],[-309475,-219450],[-310224,-223716],[-309508,-223636],[-308422,-223932],[-307774,-223063],[-308333,-220386],[-307646,-217732],[-318524,-238446],[-317754,-240094],[-308336,-240404],[-316287,-240563],[-311733,-241266],[-319301,-241869],[-310972,-240521],[-311225,-241377],[-309620,-231331],[-308255,-235636],[-308523,-230204],[-309268,-236246],[-312785,-233427],[-309868,-234109],[-311265,-234813],[-309741,-233993],[-317477,-231770],[-307228,-231795],[-312405,-230417],[-316917,-230735],[-317619,-230209],[-311138,-234755],[-310666,-235202],[-316561,-12348],[-308281,-1003],[-312320,-944],[-307745,-1475],[-314693,-1999],[-314168,-1167],[-315702,-2075],[-318109,-3103],[-319796,-4595],[-316976,-41],[-311994,-10],[-314031,-1993],[-313699,-1021],[-316131,-2500],[-317663,-3533],[-319385,-4457],[-309499,-11333],[-308780,16],[-318903,-1058],[-309700,-6548],[-309943,-1956],[-312354,-9203],[-313771,-6255],[-319398,-6308],[-314117,-4618],[-314441,-9759],[-319599,-9389],[-316432,-7430],[-317068,-6379],[-307901,-1382],[-313935,-1881],[-314538,-1654],[-316395,-2681],[-317579,-2340],[-318895,-5394],[-319670,-1081],[-307628,-3383],[-313447,-10176],[-314951,-5296],[-319583,-8902],[-310865,-8090],[-309335,-4831],[-316996,-7361],[-314199,-253401],[-310979,-244475],[-317191,-244523],[-314288,-245168],[-318322,-246069],[-317294,-244782],[-309550,-246105],[-313663,-245177],[-311085,-245572],[-317594,-253575],[-315024,-250694],[-313290,-247445],[-311085,-247547],[-313146,-252701],[-315082,-251877],[-312412,-250746],[-319912,-255448],[-319855,-255392],[-319639,-255548],[-319570,-255239],[-314941,-247098],[-309038,-247427],[-310075,-248149],[-319985,-255403],[-310974,-264650],[-307843,-256192],[-315098,-267211],[-318145,-265293],[-312885,-268389],[-307475,-261597],[-317193,-270214],[-309287,-269684],[-309338,-274363],[-314841,-276347],[-308439,-274645],[-319931,-277279],[-315910,-276369],[-318217,-278838],[-307250,-279716],[-307207,-279760],[-316934,-280496],[-314668,-276935],[-317105,-278793],[-310259,-274933],[-307635,-275642],[-314373,-276322],[-310407,-275813],[-314560,-276628],[-313619,-276946],[-309273,-275861],[-308477,-283446],[-308857,-282691],[-311052,-283177],[-316527,-281562],[-308289,-283403],[-316754,-349237],[-313903,-351949],[-319069,-348156],[-311362,-351621],[-307938,-358073],[-308285,-348979],[-308780,-353110],[-307735,-346133],[-318468,-348142],[-307719,-357175],[-311336,-348424],[-307289,-347013],[-314226,-351118],[-316892,-12806],[-312454,-20556],[-315914,-13227],[-314004,-22971],[-312543,-22293],[-312120,-18884],[-315176,-17985],[-317322,-17320],[-313344,-21867],[-311255,-19425],[-313109,-16960],[-318407,-17357],[-317553,-22636],[-317649,-22769],[-318046,-21873],[-318494,-21628],[-317853,-22533],[-318819,-20989],[-316267,-13599],[-316440,-19537],[-316784,-16456],[-312519,-22383],[-315133,-18279],[-310031,-18307],[-318886,-18222],[-307893,-19689],[-317786,-13001],[-312117,-18898],[-314142,-23966],[-313124,-22159],[-313114,-21851],[-312602,-15127],[-318706,-18564],[-307269,-20023],[-307420,-19896],[-319637,-14405],[-317803,-24652],[-316971,-23529],[-307738,-25086],[-318192,-20601],[-318655,-20725],[-307319,-16522],[-319269,-19672],[-314844,-429446],[-316963,-431482],[-314599,-426235],[-315566,-422332],[-318609,-431086],[-319717,-427359],[-317965,-431812],[-319740,-433983],[-312004,-436242],[-317128,-437543],[-307762,-436367],[-315567,-440560],[-308370,-443305],[-313903,-436423],[-319509,-436275],[-310585,-442029],[-310914,-437018],[-317265,-438960],[-315488,-439650],[-311967,-435907],[-315619,-452223],[-316956,-460599],[-311320,-457965],[-308378,-455345],[-315304,-451632],[-315411,-452826],[-312302,-449404],[-314607,-449594],[-314933,-448861],[-310169,-456304],[-319802,-455470],[-314812,-463886],[-319835,-464811],[-318821,-461672],[-312905,-25580],[-307577,-36731],[-314573,-35136],[-311712,-25982],[-317532,-25638],[-317500,-27636],[-312315,-28093],[-313941,-31704],[-317392,-29534],[-318886,-35863],[-311338,-36911],[-311318,-33967],[-308978,-30756],[-318355,-32596],[-317605,-25540],[-317897,-35041],[-315785,-31323],[-318465,-34452],[-310310,-32034],[-310091,-30926],[-313459,-34302],[-317634,-25819],[-317667,-26779],[-312358,-29527],[-314504,-32495],[-313293,-35263],[-311617,-36494],[-311519,-36182],[-317489,-25703],[-316496,-26912],[-317403,-26279],[-319288,-37750],[-315541,-50327],[-319300,-41468],[-315220,-40466],[-319698,-49055],[-317004,-43112],[-318602,-40644],[-318479,-42849],[-308439,-48213],[-318558,-43515],[-319471,-50721],[-319996,-47402],[-319104,-50939],[-318810,-38482],[-318269,-41838],[-316032,-49244],[-315897,-46791],[-309548,-39920],[-310671,-42680],[-312848,-41569],[-310963,-45432],[-310223,-41720],[-313833,-41394],[-310750,-48193],[-317478,-54415],[-316301,-56070],[-313341,-53933],[-315015,-57451],[-313825,-58681],[-307502,-62805],[-309669,-56975],[-309815,-56523],[-312372,-53519],[-317933,-59034],[-317347,-56536],[-313531,-63258],[-314664,-58707],[-314166,-57717],[-307812,-53861],[-307287,-53934],[-307216,-56648],[-319882,-55542],[-310753,-63081],[-312029,-63005],[-312064,-54961],[-314923,-62545],[-319629,-55856],[-308839,-66595],[-308427,-64739],[-315126,-65232],[-312282,-67640],[-312049,-76244],[-308044,-73633],[-310262,-75035],[-314915,-71939],[-317835,-66521],[-318595,-66513],[-310253,-76365],[-313084,-71331],[-307273,-67428],[-311377,-68235],[-311285,-66668],[-309887,-74750],[-313438,-72201],[-318416,-67832],[-318775,-67059],[-308053,-77418],[-309877,-80734],[-315688,-86915],[-311456,-88571],[-319811,-82750],[-310045,-77150],[-308125,-78787],[-308920,-79620],[-314011,-87564],[-308354,-82652],[-311018,-87609],[-312989,-90791],[-318074,-96182],[-319274,-90470],[-312680,-98071],[-311278,-92394],[-319167,-99284],[-318228,-95765],[-316876,-95784],[-313596,-94010],[-312679,-90071],[-319237,-98395],[-319573,-89764],[-311058,-98150],[-309643,-96209],[-308436,-99189],[-310719,-101472],[-308441,-92390],[-310105,-98811],[-311630,-97759],[-310758,-99391],[-310078,-90146],[-311572,-95317],[-309736,-102195],[-308633,-92760],[-311542,-101100],[-308449,-89849],[-310889,-96898],[-308553,-102137],[-307682,-90177],[-308600,-91741],[-307463,-92243],[-307642,-95475],[-308631,-96282],[-308184,-93608],[-307577,-94141],[-309462,-91520],[-308814,-95105],[-307232,-92693],[-307797,-95128],[-308247,-92379],[-318784,-108632],[-315678,-107864],[-316612,-107044],[-317478,-108667],[-311681,-105240],[-311644,-106699],[-311600,-105043],[-310368,-111879],[-311736,-112656],[-312871,-108043],[-310027,-114023],[-309148,-108269],[-314263,-110520],[-318780,-114260],[-309216,-105130],[-312415,-105671],[-313382,-114528],[-311020,-105705],[-317149,-113767],[-310796,-111928],[-312907,-112116],[-312316,-107984],[-309906,-112493],[-307261,-107121],[-311382,-103377],[-311127,-105055],[-315555,-110520],[-313978,-114093],[-308090,-107266],[-310634,-105769],[-307235,-102331],[-311786,-109152],[-308870,-104048],[-311415,-110973],[-308944,-105458],[-309689,-104843],[-308314,1976],[-310004,1694],[-308250,1270],[-310050,1467],[-311820,521],[-314178,896],[-307717,2015],[-309529,265],[-314151,3494],[-312709,2456],[-316247,19670],[-308323,22211],[-318028,15814],[-316929,18160],[-307995,302171],[-315254,301705],[-319845,301284],[-309909,301992],[-309568,301111],[-313947,301338],[-319823,300851],[-309674,300784],[-316129,300279],[-319290,298528],[-310138,307322],[-314101,307352],[-315203,306692],[-310634,318528],[-317001,318942],[-310433,317491],[-308815,308870],[-310417,312332],[-312704,313165],[-317691,309402],[-316440,320048],[-317782,310443],[-312785,312253],[-307881,312749],[-310861,317364],[-313436,318018],[-308205,311460],[-310473,308088],[-313456,308512],[-317676,319576],[-313631,319113],[-311163,317623],[-313399,310505],[-308102,313303],[-315609,318863],[-316204,310985],[-313647,311603],[-309762,313112],[-309531,318309],[-307616,310280],[-310813,307583],[-308278,310604],[-316667,320020],[-310657,317475],[-310020,319494],[-316566,311067],[-314475,318584],[-309523,316530],[-311533,310426],[-308412,313326],[-307450,319755],[-316992,309846],[-315132,311475],[-313043,310724],[-310019,312082],[-309168,311540],[-310719,320160],[-314402,317233],[-307422,309151],[-310055,308212],[-314285,308009],[-317870,309108],[-315033,312420],[-313794,311024],[-307910,313091],[-309956,318218],[-308612,310021],[-312224,321167],[-307251,325646],[-312320,322293],[-309012,326289],[-312456,323011],[-314376,329678],[-311930,324601],[-308549,324899],[-311009,328830],[-314101,328483],[-307412,327268],[-313832,325823],[-314398,328067],[-309555,323837],[-311392,330505],[-308219,327093],[-313215,324684],[-312428,323554],[-313099,327370],[-310863,325901],[-311201,331442],[-310710,328172],[-312377,323672],[-308372,328066],[-311143,322731],[-313533,325224],[-312144,332270],[-312655,326267],[-310209,325945],[-308795,327319],[-312686,320856],[-311830,321473],[-308830,331265],[-310089,327805],[-314956,327726],[-313723,321983],[-315773,323322],[-309697,322718],[-315554,324169],[-310280,321038],[-308029,322107],[-316782,326975],[-316766,328868],[-315711,321089],[-310955,333878],[-314253,334663],[-313809,336393],[-310363,333624],[-308661,334975],[-311487,335505],[-316818,377222],[-319058,376990],[-316753,379062],[-315521,376276],[-308539,382126],[-309415,383000],[-311215,384010],[-315697,377175],[-317677,379667],[-317487,378213],[-318162,377589],[-316215,377034],[-310436,381765],[-309005,382434],[-309928,383358],[-307615,381957],[-315421,377598],[-314908,379218],[-317492,378942],[-318479,376691],[-319900,377212],[-316134,376029],[-308432,382079],[-309764,383974],[-310743,383876],[-308013,382031],[-310028,382873],[-311836,383719],[-315034,378981],[-315017,375946],[-318961,376987],[-311414,382100],[-307742,383226],[-309544,381972],[-309146,383013],[-315332,378678],[-316430,377265],[-319809,378545],[-317061,384086],[-317382,383976],[-319966,30696],[-313669,34982],[-313098,37239],[-311599,35746],[-308931,32773],[-319146,33245],[-317717,30157],[-319773,31473],[-314544,34377],[-314000,37788],[-310898,37774],[-311651,36706],[-309223,31935],[-309960,35393],[-310165,38318],[-307767,33391],[-318770,37944],[-314011,36015],[-319799,30328],[-315497,36387],[-313700,36885],[-308051,32712],[-310172,32026],[-314166,32817],[-314872,29660],[-312560,37140],[-312205,37363],[-318790,32017],[-313271,34679],[-313276,37484],[-310653,38175],[-312387,35931],[-308553,33071],[-311978,384851],[-310444,385040],[-308509,385216],[-310200,385241],[-308357,384314],[-309507,385733],[-308709,384444],[-309313,384607],[-309012,384230],[-309422,385268],[-314947,385473],[-312940,388973],[-315365,386546],[-313975,388723],[-314744,386795],[-317754,390017],[-317239,393194],[-315426,390517],[-318552,387401],[-318224,386135],[-309603,394286],[-310955,396329],[-315751,385980],[-317014,384250],[-316621,387808],[-315070,387504],[-316340,391075],[-317738,390362],[-318000,393174],[-314874,390235],[-312886,389127],[-317375,386528],[-318884,385979],[-310685,395010],[-312010,395694],[-317795,396784],[-318530,396924],[-317186,386113],[-316128,389251],[-316061,390980],[-317212,390539],[-318384,387325],[-315925,384481],[-316233,387051],[-317051,387733],[-314236,387973],[-315094,389889],[-318079,392705],[-317946,389636],[-315700,391140],[-313622,388890],[-318445,387654],[-318751,385797],[-309546,393930],[-312862,396611],[-319368,396868],[-317515,385826],[-314270,389731],[-317431,392139],[-316799,388645],[-318837,389307],[-309720,399175],[-310927,401103],[-315042,402915],[-314198,397397],[-315500,400165],[-318615,401017],[-319692,397841],[-319237,406091],[-318074,405823],[-317965,404873],[-317896,404394],[-317931,403132],[-318573,402525],[-314521,401693],[-315768,402295],[-316249,401047],[-314569,400898],[-313493,400725],[-313403,397039],[-312515,398269],[-310586,397069],[-316871,397078],[-315137,402098],[-310399,397694],[-313924,398358],[-313932,406999],[-313293,404443],[-310962,402518],[-312284,400212],[-315015,406833],[-313907,400576],[-315944,401915],[-312641,401516],[-314132,397883],[-314967,402243],[-319304,401587],[-318118,400803],[-319082,397976],[-319719,400230],[-310886,398898],[-312015,397702],[-313911,397577],[-314281,401169],[-319435,402014],[-319454,400025],[-319969,421119],[-318959,421805],[-312988,416121],[-313665,417358],[-311976,417022],[-315970,421683],[-316915,421561],[-314960,420641],[-310745,422106],[-319348,421344],[-313869,417130],[-311139,418252],[-311652,417454],[-316062,422525],[-313025,417950],[-310982,418505],[-312971,416365],[-315666,419623],[-316275,421001],[-316851,421861],[-315475,420752],[-316371,421956],[-316717,421861],[-316954,421518],[-318988,421441],[-318480,422141],[-319189,421333],[-319749,422069],[-307461,418927],[-307722,419266],[-307594,419179],[-308812,418707],[-309111,418245],[-310898,418077],[-311424,418153],[-311261,417537],[-312026,417318],[-311533,416766],[-311883,416897],[-312436,416419],[-313058,416710],[-313075,417073],[-313804,416806],[-313732,416166],[-314563,417174],[-313928,417338],[-314043,416700],[-314976,418766],[-315736,418667],[-315206,418995],[-315749,420424],[-315295,420863],[-315739,420835],[-314961,420960],[-314640,421297],[-312017,422266],[-311302,422076],[-311781,422110],[-310406,421978],[-319701,417100],[-319094,433450],[-315016,434516],[-319013,425671],[-318351,425173],[-318610,433125],[-315106,434100],[-311586,423881],[-318648,425181],[-319023,433113],[-316488,435338],[-319267,426252],[-319068,426731],[-318266,426263],[-318057,426529],[-316919,427090],[-316194,427126],[-310284,423751],[-311098,424070],[-311480,426985],[-309693,427432],[-310301,427170],[-311075,427461],[-308779,427045],[-315556,425042],[-314891,425582],[-316277,425200],[-317111,425808],[-314999,435394],[-310969,423709],[-319110,426241],[-318583,424622],[-318502,433095],[-317113,435391],[-316249,435454],[-317190,435496],[-311370,504361],[-313448,507247],[-312402,511711],[-312532,508891],[-312768,506817],[-309927,511164],[-312070,507641],[-314385,46752],[-317339,45344],[-309058,47240],[-309145,49043],[-319257,49555],[-317660,50237],[-311464,49513],[-319519,49509],[-317106,49967],[-312622,50155],[-311778,51116],[-319359,48825],[-317582,49861],[-310887,38895],[-312127,49162],[-309765,51286],[-312485,46620],[-317625,45160],[-308487,47191],[-314935,46165],[-318897,44729],[-310572,46690],[-309706,49985],[-313386,46371],[-319314,45378],[-310348,48240],[-308223,51159],[-308356,51215],[-307752,51044],[-308746,49448],[-308533,49814],[-308659,48265],[-308652,49063],[-308392,48425],[-313453,522796],[-311168,521413],[-309070,518560],[-314486,512759],[-318589,514818],[-308747,512850],[-318330,514289],[-311271,513022],[-315021,514116],[-307460,62952],[-307419,59555],[-308124,58137],[-310571,56264],[-311831,56523],[-313539,56134],[-314134,54413],[-314600,55937],[-315153,54449],[-317449,52154],[-318316,52430],[-319164,56473],[-319396,54318],[-316672,62565],[-311824,51534],[-309478,51521],[-311738,63189],[-317467,57503],[-316931,57778],[-319065,64174],[-312960,63640],[-309559,62652],[-307658,59344],[-308905,58769],[-309709,56672],[-311308,57198],[-313749,56066],[-313887,54302],[-315669,54433],[-315497,54303],[-317419,51977],[-317017,52785],[-318150,55363],[-317365,55843],[-319566,52366],[-319574,53713],[-315110,64121],[-317056,62588],[-312220,51867],[-308605,52151],[-317727,57389],[-317578,56353],[-319806,64054],[-314140,63817],[-313430,63129],[-310144,62894],[-307578,59685],[-307616,58719],[-309917,56842],[-312099,57067],[-313727,55848],[-313868,53680],[-314718,54678],[-315409,54900],[-316327,52297],[-318159,52419],[-316859,56995],[-318813,55187],[-319416,53117],[-318420,53664],[-316441,62028],[-307398,52158],[-308300,51791],[-308977,51505],[-308261,64667],[-315304,64388],[-311211,64992],[-310572,72245],[-314070,72927],[-316449,75458],[-313135,75583],[-315132,72101],[-313955,74370],[-311764,68728],[-311776,69277],[-318808,65210],[-313961,68468],[-314500,68336],[-308326,68935],[-308652,67766],[-312664,73993],[-312829,74138],[-317215,71141],[-316295,70670],[-312837,69092],[-315650,76738],[-308520,71722],[-307494,68255],[-312615,69666],[-308014,64354],[-307920,66375],[-307482,65078],[-312430,64351],[-310803,72417],[-314820,73533],[-315921,75303],[-313845,76580],[-318604,76970],[-314894,71207],[-313842,74707],[-315040,76868],[-310852,72315],[-308792,69668],[-308996,71776],[-307893,66239],[-319863,65186],[-313733,64512],[-313836,68892],[-314189,69063],[-307999,67807],[-307802,68014],[-311852,73953],[-313212,73936],[-316412,70568],[-316913,70260],[-319248,73429],[-310004,70290],[-308069,64542],[-308527,64658],[-315751,64923],[-311879,65423],[-310724,71869],[-313659,73224],[-316714,75563],[-314343,76227],[-318174,86157],[-316882,81249],[-319159,77979],[-307687,86400],[-308809,81226],[-308876,78860],[-310477,84999],[-308750,84577],[-319848,78825],[-315833,82408],[-313241,80050],[-313916,79856],[-313097,78245],[-312846,78697],[-318137,79978],[-315379,79319],[-313676,79405],[-314014,80502],[-313892,78278],[-313903,77308],[-307420,84005],[-308887,82192],[-308856,82419],[-308731,78422],[-311734,85041],[-308763,84426],[-317266,85366],[-313280,77645],[-308770,85744],[-307308,80844],[-307791,77664],[-307690,79018],[-311413,85189],[-311306,86350],[-308075,96241],[-308063,98110],[-311985,92398],[-307366,90375],[-310347,92973],[-311579,96414],[-309026,97155],[-315372,93723],[-307569,96245],[-307613,96336],[-309494,98326],[-307856,98510],[-311871,93760],[-308823,93604],[-309497,91981],[-311792,96003],[-309387,96741],[-315518,93076],[-315810,93643],[-308535,101406],[-307310,99796],[-309671,100543],[-310062,100446],[-308506,95468],[-308440,97561],[-308948,96561],[-310329,94207],[-311374,91965],[-309923,93094],[-311526,95939],[-310013,95990],[-316224,92283],[-315954,92669],[-307324,100178],[-308960,100725],[-309739,100303],[-319539,108526],[-317397,107597],[-315923,111327],[-317756,110767],[-314242,111813],[-312060,111696],[-311764,111989],[-315800,110086],[-317898,111075],[-318257,107323],[-317414,109699],[-313784,113147],[-317418,109430],[-317436,108520],[-315517,109994],[-317406,111340],[-314713,112307],[-314285,113139],[-311083,112151],[-315903,111231],[-317536,109689],[-309007,107436],[-309539,107737],[-309093,104717],[-307824,104781],[-310054,111512],[-309918,111363],[-307939,109327],[-308746,107921],[-313117,104804],[-313616,104548],[-311771,108453],[-311827,105823],[-312164,110995],[-308269,109831],[-319481,102776],[-314674,107763],[-307735,108486],[-314518,105343],[-310462,106533],[-308578,108146],[-308890,108316],[-308638,104869],[-313000,110637],[-308812,109462],[-309882,111230],[-307834,107905],[-310236,107539],[-313859,103140],[-313237,103213],[-309670,105992],[-312409,107912],[-331282,-116553],[-330596,-118389],[-668690,-119906],[-322321,-123841],[-323205,-125982],[-325528,-126161],[-332208,-121982],[-327964,-126659],[-324945,-125116],[-325672,-123734],[-325256,-122518],[-324324,-121123],[-324152,-121592],[-322817,-121974],[-322168,-120526],[-322216,-121289],[-324071,-122795],[-326888,-123483],[-332527,-125668],[-324791,-123065],[-321841,-123473],[-329733,-125383],[-330327,-126370],[-330284,-125214],[-330590,-127757],[-321738,-133540],[-322009,-138807],[-321113,-137987],[-323044,-127931],[-330843,-133343],[-331622,-132029],[-320657,-133933],[-324405,-134852],[-320907,-139448],[-321139,-137655],[-320954,-130511],[-331638,-129381],[-328387,-134728],[-322396,-133802],[-327699,-136661],[-328451,-139092],[-323395,-138725],[-320009,-134844],[-323149,-129356],[-324349,-143611],[-321381,-147523],[-320489,-151694],[-322052,-140667],[-321201,-141728],[-321786,-142308],[-323780,-152457],[-323736,-149226],[-324225,-148598],[-325248,-145258],[-321011,-142945],[-323727,-152011],[-322806,-149243],[-324120,-148702],[-325630,-144339],[-320378,-141402],[-324623,-144557],[-321315,-153251],[-322621,-144263],[-323247,-152502],[-324403,-147886],[-325509,-144529],[-321678,-141584],[-320111,-143227],[-322796,-154154],[-328547,-156460],[-325715,-154578],[-322011,-159927],[-324981,-164283],[-332341,-161097],[-332084,-164795],[-331651,-166196],[-323401,-156423],[-328915,-158018],[-323396,-157423],[-332619,-163142],[-330674,-158674],[-330300,-157624],[-327582,-157192],[-324186,-155503],[-324783,-156877],[-321576,-157738],[-329367,-160250],[-329194,-165382],[-322619,-159367],[-328033,-164842],[-326491,-156013],[-326546,-154339],[-329162,-156447],[-326796,-164669],[-328360,-162441],[-331094,-161913],[-332666,-166118],[-320428,-158134],[-326350,-159379],[-329408,-159032],[-325047,-160932],[-329067,-164038],[-332784,-163848],[-330729,-159777],[-330843,-156965],[-328812,-156652],[-323820,-157167],[-323405,-163884],[-330393,-159174],[-330910,-157821],[-328359,-157367],[-324232,-155424],[-324514,-157403],[-325221,-160542],[-328914,-163659],[-320472,-164622],[-320884,-161117],[-322961,-160423],[-321812,-162460],[-321958,-163697],[-321641,-165730],[-321035,-163233],[-322117,-165437],[-320042,-160044],[-322850,-160395],[-322040,-160431],[-320130,-163015],[-320853,-161840],[-322971,-164424],[-323317,-160817],[-320280,-162458],[-321706,-161602],[-322413,-162055],[-321717,-163592],[-322968,-164302],[-321775,-162426],[-321824,-164369],[-323296,-163647],[-322117,-166003],[-328858,-169135],[-332678,-168443],[-329900,-168376],[-322720,-177876],[-322813,-178492],[-322887,-176421],[-323729,-175764],[-322772,-174674],[-323554,-173889],[-326721,-174148],[-326456,-173991],[-325182,-176655],[-323984,-177615],[-329163,-175134],[-328219,-175644],[-329601,-175515],[-329618,-174926],[-327653,-176529],[-329034,-176446],[-325525,-178616],[-325269,-178419],[-327856,-167726],[-328220,-167750],[-329265,-173856],[-330437,-172572],[-328947,-170734],[-329641,-167755],[-328767,-169375],[-328231,-170632],[-332381,-169515],[-332490,-168902],[-328151,-166547],[-321657,-176746],[-321541,-175537],[-321425,-173598],[-326346,-172299],[-324527,-176654],[-327942,-177750],[-324798,-178683],[-325082,-172425],[-327948,-167437],[-329067,-171913],[-328986,-174035],[-331452,-172933],[-326526,-171562],[-321692,-177001],[-321577,-176918],[-322183,-173824],[-325124,-173286],[-324790,-176444],[-329175,-178506],[-324849,-177087],[-328568,-169054],[-328055,-168623],[-329316,-173388],[-330060,-173937],[-328247,-171089],[-330021,-169497],[-328103,-169054],[-330478,-166408],[-321711,-170153],[-325414,-171220],[-320584,-167427],[-326550,-167982],[-332174,-174043],[-320755,-170441],[-324611,-171130],[-321311,-167483],[-321349,-167856],[-324684,-172128],[-327971,-171531],[-325365,-171485],[-321038,-166216],[-322646,-168047],[-324588,-168543],[-326529,-168782],[-322406,-167645],[-326053,-168011],[-332336,-173558],[-321301,-170337],[-324063,-171472],[-331032,-174102],[-322409,-166806],[-321571,-167085],[-323291,-166947],[-324645,-167114],[-325553,-168939],[-331620,-176057],[-324473,-171263],[-325590,-171315],[-321332,-166840],[-323431,-166848],[-324823,-167895],[-326476,-169137],[-320156,-187768],[-320129,-188413],[-326185,-181112],[-326231,-181617],[-325682,-180145],[-324330,-181210],[-326561,-182685],[-326850,-183188],[-327520,-180630],[-328984,-180877],[-328935,-181795],[-329908,-182461],[-330067,-183149],[-329708,-185127],[-329159,-188712],[-327102,-187272],[-326546,-186560],[-328033,-184378],[-328254,-183309],[-324179,-184977],[-325021,-185212],[-323107,-183013],[-324189,-182353],[-320575,-189962],[-321069,-187838],[-327147,-180246],[-324669,-180786],[-328336,-183057],[-330827,-184882],[-327785,-188743],[-327953,-184712],[-323338,-186824],[-322154,-184470],[-322228,-187244],[-328158,-179559],[-323770,-181462],[-327899,-182037],[-329865,-187499],[-326712,-187357],[-327456,-183918],[-325296,-185524],[-322222,-183398],[-332687,-187644],[-331462,-186286],[-331280,-183102],[-331161,-186840],[-330579,-189455],[-331372,-186052],[-330739,-188118],[-320082,-193464],[-320828,-195022],[-323620,-194017],[-321803,-193653],[-324373,-192828],[-323086,-191936],[-320610,-193647],[-323626,-194218],[-324582,-193325],[-324537,-192319],[-320654,-194910],[-324137,-193700],[-325259,-192430],[-330674,-199731],[-330041,-200016],[-323514,-200052],[-322625,-198089],[-329296,-198628],[-327999,-197242],[-330815,-193768],[-331316,-195792],[-329746,-195169],[-329449,-197873],[-324344,-200619],[-322789,-196354],[-324092,-201976],[-322226,-204193],[-327341,-204469],[-328266,-204213],[-326566,-200622],[-331660,-203140],[-328717,-195712],[-329296,-197617],[-329640,-200996],[-329086,-202756],[-323385,-201655],[-322146,-200034],[-323203,-198710],[-322607,-197313],[-320870,-196026],[-327690,-200895],[-323019,-199797],[-327171,-196905],[-330056,-193627],[-331455,-196261],[-329340,-195765],[-329026,-197962],[-323022,-195976],[-325937,-204300],[-321315,-201722],[-325671,-203698],[-331602,-204050],[-320009,-202198],[-322467,-202633],[-330868,-200454],[-324301,-201915],[-330673,-202676],[-329199,-195176],[-330193,-198671],[-328902,-201575],[-330001,-202845],[-331647,-203658],[-327534,-204447],[-323083,-202295],[-323243,-200867],[-321965,-199431],[-321952,-198004],[-322118,-196445],[-327924,-194438],[-329453,-198274],[-328828,-201926],[-330616,-202416],[-331106,-203791],[-322380,-201892],[-323120,-200302],[-323250,-199131],[-322089,-197859],[-321531,-195631],[-325211,-209139],[-326970,-205899],[-326905,-206675],[-331382,-214096],[-328301,-209356],[-331347,-207702],[-330075,-209518],[-332344,-210933],[-321668,-205215],[-324439,-210999],[-322193,-206061],[-326708,-208235],[-330119,-207553],[-321649,-213176],[-323403,-216782],[-329952,-207545],[-330384,-209097],[-324617,-217315],[-321042,-207728],[-324173,-209071],[-327775,-206449],[-323428,-207338],[-320958,-215889],[-329896,-213204],[-331535,-205021],[-329306,-205376],[-328812,-208017],[-327209,-207237],[-328194,-207095],[-330739,-208789],[-325246,-207827],[-323225,-207962],[-326993,-205009],[-330148,-205834],[-328562,-208021],[-327678,-209036],[-326507,-207194],[-328418,-206046],[-331352,-208840],[-324434,-208109],[-323783,-207519],[-328906,-207393],[-327450,-208298],[-326353,-208240],[-328332,-205932],[-330579,-208086],[-325198,-207290],[-323337,-208005],[-327464,-205131],[-328196,-214764],[-325661,-214111],[-324751,-217103],[-329023,-214764],[-332654,-214522],[-330003,-216603],[-332107,-217191],[-324673,-216427],[-326767,-214995],[-331065,-216966],[-329753,-217126],[-324766,-215990],[-324565,-214771],[-331189,-214991],[-330070,-214909],[-329917,-215280],[-323247,-225756],[-320248,-225974],[-321470,-229843],[-323288,-228635],[-328013,-229218],[-323934,-226304],[-323299,-222383],[-321269,-220617],[-331326,-225410],[-321310,-226257],[-322913,-229801],[-323229,-228016],[-325548,-229957],[-327940,-229511],[-324093,-226152],[-320502,-217859],[-323109,-222295],[-322347,-223100],[-321553,-218328],[-328344,-226029],[-320394,-229045],[-322833,-217903],[-330776,-226366],[-330581,-220610],[-325183,-218024],[-331140,-224523],[-331678,-222523],[-329899,-221492],[-325839,-218041],[-322891,-220888],[-328119,-221473],[-323289,-238560],[-326103,-241231],[-320892,-241961],[-323589,-242747],[-332396,-241280],[-332429,-240791],[-331725,-231458],[-330344,-234256],[-330013,-233104],[-330734,-237851],[-326819,-230608],[-325653,-234352],[-323342,-231733],[-321478,-234139],[-325007,-235860],[-327234,-236491],[-326280,-235234],[-330826,-230605],[-332324,-232987],[-331073,-234219],[-329757,-232266],[-329784,-238247],[-332513,-238273],[-326010,-230261],[-327476,-9889],[-326241,-5838],[-332746,-1837],[-320220,-3759],[-321293,-4175],[-323113,-3888],[-326541,-4549],[-330219,-6418],[-330737,-6266],[-324246,-305],[-325175,-807],[-326837,-761],[-328557,-2236],[-324011,-3282],[-328372,-11057],[-327228,-10922],[-332780,-8955],[-331871,-9689],[-323503,-5359],[-320087,-3967],[-321932,-3344],[-324000,-3660],[-325791,-4840],[-329338,-7197],[-331368,-6287],[-324619,-710],[-325585,-719],[-327202,-97],[-330711,-3182],[-332535,-4192],[-324501,-381],[-325817,-5657],[-324787,-8317],[-325557,-10844],[-327931,-8017],[-321976,-6893],[-320382,-3644],[-322163,-4878],[-324576,-4029],[-326667,-4087],[-330244,-5716],[-332259,-6396],[-323657,-354],[-325334,-606],[-330070,-2336],[-324628,-3603],[-329002,-10701],[-327426,-10817],[-331732,-9224],[-330790,-9297],[-320718,-7277],[-332626,-2460],[-326078,122],[-328514,-2696],[-324914,-4755],[-329039,-11363],[-327713,-11706],[-331935,-4455],[-323794,-11433],[-330112,-3598],[-330721,-12186],[-330577,-2122],[-321948,-1429],[-329553,-146],[-322411,-11255],[-330844,-2931],[-322256,-244090],[-325745,-246938],[-331848,-243686],[-329120,-246602],[-332159,-245941],[-332284,-244663],[-329495,-243902],[-331841,-243774],[-331195,-245852],[-326234,-244369],[-324666,-245293],[-329978,-252700],[-325677,-252923],[-328113,-255704],[-328502,-255553],[-324400,-254171],[-324023,-253840],[-324479,-254422],[-324357,-253533],[-324403,-252713],[-324591,-254261],[-321773,-254738],[-320726,-254360],[-320999,-254601],[-321812,-254390],[-328110,-248969],[-325696,-249076],[-331108,-254227],[-330424,-252473],[-331302,-252381],[-331810,-253252],[-331810,-253252],[-331868,-253580],[-332326,-252886],[-331454,-254328],[-330443,-254282],[-322871,-254722],[-328675,-254133],[-325649,-253338],[-322386,-253380],[-321508,-254087],[-321826,-255123],[-321495,-255033],[-321358,-255528],[-320233,-255682],[-326925,-247201],[-327813,-247003],[-331715,-243692],[-331806,-243709],[-320067,-255259],[-320100,-255723],[-328531,-255727],[-324673,-253976],[-331749,-243703],[-331758,-243543],[-331702,-243697],[-331746,-243662],[-331694,-243683],[-322151,-265491],[-332275,-267375],[-328042,-256123],[-328460,-256312],[-328475,-255996],[-328606,-256324],[-329231,-258738],[-327497,-255918],[-321779,-256114],[-324783,-258179],[-323213,-258093],[-325963,-263684],[-327904,-263387],[-328164,-262698],[-327816,-265519],[-332120,-264908],[-332404,-265660],[-332235,-265039],[-332607,-265201],[-332462,-265513],[-323941,-260106],[-331207,-264154],[-329718,-262864],[-330774,-262999],[-322032,-255964],[-321863,-256369],[-324982,-260171],[-330587,-262336],[-330062,-268101],[-329697,-266804],[-328408,-267997],[-324977,-267059],[-320368,-261980],[-321241,-260746],[-330956,-266909],[-327274,-268035],[-325072,-268438],[-324264,-267760],[-332139,-268046],[-330296,-261679],[-329538,-261266],[-330159,-262677],[-329173,-261567],[-330106,-261815],[-329832,-261588],[-330025,-261247],[-329821,-261638],[-329768,-261792],[-329423,-261811],[-329696,-261314],[-330465,-260938],[-323875,-261490],[-324043,-261631],[-324536,-261269],[-324194,-260993],[-324030,-261052],[-321816,-262463],[-321117,-262521],[-320807,-262744],[-320696,-263588],[-321903,-264039],[-321634,-264317],[-321259,-264258],[-322400,-262484],[-320674,-263257],[-330832,-261865],[-329578,-262236],[-329706,-260784],[-330633,-261060],[-323800,-257189],[-328029,-262608],[-328913,-260204],[-325818,-262664],[-330466,-258955],[-332195,-260944],[-325762,-265629],[-328245,-265015],[-329721,-255918],[-321268,-256412],[-321191,-256279],[-332395,-268559],[-332395,-268559],[-320988,-256528],[-332409,-268580],[-328178,-256042],[-332409,-268580],[-332369,-268536],[-332336,-268580],[-332392,-268589],[-332409,-268580],[-327877,-270007],[-322060,-271608],[-329596,-270438],[-330334,-270618],[-329897,-270677],[-328288,-269210],[-327018,-272047],[-331120,-269393],[-329847,-268736],[-329265,-269049],[-329210,-269901],[-328900,-269643],[-332482,-268646],[-332482,-268646],[-332503,-268619],[-332409,-268647],[-322867,-276088],[-327230,-279104],[-329795,-274520],[-320790,-277862],[-321199,-278710],[-323617,-278443],[-321421,-276740],[-321213,-280213],[-320933,-276794],[-326382,-355278],[-329484,-355539],[-330069,-351496],[-321019,-350723],[-325163,-348255],[-321696,-349720],[-320646,-350827],[-329582,-350956],[-332139,-358493],[-331234,-17373],[-328739,-22433],[-320360,-16720],[-328885,-19693],[-328884,-17470],[-332712,-23650],[-331998,-18478],[-330591,-19019],[-329204,-21058],[-331487,-20767],[-328248,-17818],[-328922,-18416],[-325247,-21620],[-329253,-23152],[-329589,-21348],[-331822,-18508],[-328463,-17933],[-325997,-20734],[-320019,-18783],[-321907,-24344],[-329540,-14992],[-330043,-15147],[-329355,-15922],[-325222,-23896],[-323953,-24229],[-330382,-442694],[-328286,-442642],[-328755,-442810],[-322853,-446648],[-331084,-445500],[-331155,-447414],[-327058,-442708],[-331962,-443665],[-330370,-435122],[-332388,-437830],[-330475,-439758],[-326899,-437389],[-326142,-435367],[-323701,-438774],[-326670,-447411],[-329422,-445140],[-325631,-446585],[-329201,-442659],[-324240,-439379],[-330182,-444488],[-326555,-444153],[-330696,-435802],[-332530,-436251],[-326275,-437367],[-326541,-435382],[-324448,-441474],[-330526,-448545],[-326630,-451450],[-329751,-448261],[-329649,-451253],[-323922,-449478],[-328774,-451027],[-330660,-449766],[-323224,-448491],[-332320,-451392],[-328584,-448800],[-320302,-454454],[-329844,-467913],[-330087,-471335],[-328069,-472187],[-331638,-473212],[-324759,-469636],[-331116,-468828],[-331178,-471033],[-330750,-465605],[-329514,-465737],[-329462,-466126],[-332622,-474593],[-330120,-478453],[-330221,-477722],[-328805,-477611],[-322230,-479820],[-320621,-498565],[-323167,-491742],[-330003,-491996],[-332080,-27349],[-322951,-35868],[-322988,-36374],[-321821,-27225],[-323096,-31513],[-322852,-25743],[-324939,-26944],[-323324,-36851],[-322958,-29486],[-324964,-28765],[-322840,-34172],[-323918,-32842],[-323700,-32463],[-329603,-38063],[-329135,-34397],[-329240,-33000],[-328791,-33432],[-326177,-33569],[-327731,-31250],[-325509,-32939],[-325637,-31280],[-325251,-30687],[-324130,-31181],[-328069,-32063],[-320218,-50244],[-321239,-45725],[-323084,-40345],[-320848,-43783],[-322057,-42149],[-322300,-40485],[-320570,-46545],[-320056,-46200],[-324073,-38723],[-330292,-48409],[-331287,-48537],[-332391,-47328],[-329384,-46178],[-328605,-45201],[-330228,-42786],[-331249,-40258],[-331632,-39298],[-328650,-38613],[-332559,-41636],[-327895,-41708],[-327107,-50571],[-327343,-50249],[-326595,-48702],[-326443,-48394],[-325469,-48130],[-327618,-47561],[-327584,-48833],[-328990,-50246],[-329214,-50689],[-320745,-60916],[-329232,-53174],[-325367,-63303],[-324147,-61844],[-324913,-57789],[-325704,-56756],[-325043,-56566],[-325758,-55493],[-323231,-53115],[-323216,-53988],[-320322,-56406],[-320263,-61501],[-320018,-59745],[-328217,-54247],[-330467,-51460],[-330023,-56595],[-330196,-54423],[-332216,-61364],[-326330,-62562],[-324717,-56082],[-325506,-56131],[-321038,-53224],[-331454,-53198],[-326019,-63451],[-324327,-56134],[-325426,-56648],[-322188,-52792],[-321953,-56472],[-322607,-74042],[-322749,-64946],[-329487,-69741],[-328903,-70184],[-329980,-75941],[-321694,-75542],[-321459,-66864],[-321710,-67946],[-322477,-75899],[-320603,-66381],[-330458,-71161],[-320477,-67768],[-332465,-65499],[-331722,-63858],[-332413,-66396],[-331682,-68672],[-320148,-68572],[-328529,-84042],[-326429,-88404],[-329105,-86148],[-320249,-87720],[-320737,-89331],[-332114,-95971],[-331718,-94868],[-332743,-93410],[-331285,-93680],[-320414,-97396],[-331229,-95994],[-331908,-106513],[-321041,-104663],[-322488,-106429],[-322594,-112994],[-332706,-114098],[-323148,-111998],[-323972,-103126],[-325396,-109186],[-321955,-113433],[-322155,-114102],[-321898,-110999],[-332593,2145],[-327499,4350],[-332008,12604],[-332706,6587],[-327934,12877],[-326061,8549],[-326987,5941],[-332750,4658],[-332258,5446],[-329120,9200],[-332612,3877],[-326890,6093],[-323992,5962],[-328218,2051],[-325882,5288],[-328184,5355],[-330970,9733],[-327054,3661],[-321309,5952],[-326271,10183],[-324075,9014],[-330041,11395],[-326366,5850],[-327432,10561],[-330867,144868],[-325111,148245],[-323957,143410],[-324312,145776],[-322041,148844],[-320133,146845],[-324373,146430],[-332622,145613],[-323465,148659],[-331761,144085],[-325813,146945],[-320243,148451],[-331605,145470],[-324005,148816],[-325177,147643],[-324665,144799],[-322138,145953],[-326471,145689],[-323218,146634],[-321306,147073],[-331634,144893],[-332255,143689],[-322645,148449],[-323750,146865],[-330987,144973],[-324837,147686],[-324112,144166],[-329613,166545],[-328353,165526],[-324958,166543],[-330985,166174],[-331149,166492],[-328002,165032],[-327417,177158],[-332018,169217],[-326078,170496],[-327046,173024],[-328375,172996],[-330258,178862],[-329651,174490],[-331995,177750],[-329404,177669],[-327837,178313],[-329704,171127],[-328347,175853],[-329463,171883],[-329290,167645],[-326377,167365],[-330844,175236],[-328210,169932],[-325486,169903],[-325774,171194],[-328621,176403],[-332506,168513],[-325038,174198],[-325083,176119],[-324194,169975],[-329918,179017],[-328425,178187],[-327832,176713],[-327197,168384],[-330051,175820],[-327092,167202],[-327999,170798],[-328716,166615],[-326676,172760],[-325246,167270],[-330950,167716],[-323828,173260],[-326509,178448],[-327860,176063],[-329580,171195],[-323783,171094],[-329037,177296],[-327830,174408],[-331067,179069],[-327430,179043],[-327144,177993],[-326585,176737],[-327853,171176],[-330801,174748],[-328606,175242],[-330312,175883],[-331843,175801],[-327510,167979],[-325376,167639],[-329749,170177],[-327109,172774],[-325005,167209],[-326612,174703],[-331457,174108],[-326755,170199],[-323970,170152],[-327562,174285],[-327355,178680],[-327395,175536],[-329659,177372],[-327997,177922],[-327226,177306],[-327181,176083],[-326865,175244],[-326653,173733],[-327071,170588],[-329460,170657],[-329927,174408],[-331046,176087],[-328208,167247],[-325559,168223],[-328123,169363],[-330300,168142],[-324950,171456],[-326260,171641],[-325739,173642],[-328768,172686],[-327312,174501],[-325806,176235],[-332499,169199],[-328871,176152],[-327816,175667],[-331252,174700],[-331217,177279],[-329087,176904],[-327791,179303],[-328385,178795],[-328348,176329],[-329620,178245],[-323658,170313],[-325835,166989],[-330904,176784],[-330439,174326],[-328805,173754],[-328684,168834],[-331662,166964],[-331613,169143],[-326137,172312],[-329732,179621],[-321615,14322],[-327070,13629],[-329909,22969],[-330154,14326],[-330200,23168],[-327084,24304],[-331400,16982],[-327354,22339],[-325883,20288],[-330333,23051],[-331580,16298],[-328403,19124],[-331961,294202],[-332471,300716],[-329115,295890],[-332709,296092],[-323005,302147],[-320556,299659],[-330524,302384],[-331479,295691],[-330756,298746],[-330894,297104],[-322716,301665],[-330664,302470],[-332266,295423],[-331834,298628],[-328321,300103],[-320055,301134],[-321792,304585],[-324514,300547],[-323452,303442],[-328677,300393],[-329905,298033],[-323221,304157],[-320528,300785],[-321679,302376],[-322938,306601],[-330610,296499],[-328612,300183],[-323878,306724],[-325996,307328],[-326443,305444],[-329350,305824],[-325567,306437],[-330068,302513],[-331713,305850],[-330217,307185],[-331231,307148],[-325621,305602],[-326108,309967],[-329351,309281],[-332043,319429],[-323923,312504],[-329957,311141],[-332119,316754],[-332623,309448],[-331667,318518],[-332781,317152],[-324029,319548],[-327308,307903],[-328984,311496],[-322319,311245],[-327033,310974],[-332333,316567],[-331756,319021],[-331930,315687],[-325915,308056],[-322575,310699],[-326263,308275],[-330357,307705],[-325052,308254],[-331857,317717],[-325517,320150],[-324020,307565],[-321902,311065],[-328175,308212],[-325668,320937],[-324124,320995],[-323677,321274],[-327429,323282],[-331464,323101],[-327565,323385],[-331817,321055],[-325884,321493],[-325662,322429],[-331170,331367],[-328630,323397],[-331221,323926],[-326508,323033],[-331984,321407],[-326349,322006],[-323272,323006],[-329646,336546],[-325645,337154],[-332257,337232],[-324987,339040],[-331573,341801],[-331782,339383],[-332740,338883],[-331914,344473],[-326845,337226],[-330137,343195],[-330551,338070],[-324275,338592],[-332294,337097],[-330560,338487],[-324183,336821],[-330939,337537],[-332781,339718],[-332247,343047],[-326061,336336],[-330987,340052],[-331269,343562],[-324687,335347],[-332752,334962],[-321706,374012],[-325786,383603],[-327106,384186],[-327887,381546],[-328156,379885],[-321936,374410],[-320775,372460],[-321725,373079],[-327578,384149],[-328625,379749],[-331055,378576],[-331746,379008],[-330621,376567],[-331518,376636],[-329036,377988],[-328103,376779],[-328785,376764],[-324621,377728],[-325319,377736],[-322823,377030],[-322421,376626],[-323277,376429],[-324616,375592],[-323865,375552],[-325572,376536],[-328656,382427],[-326418,382869],[-322133,373289],[-328735,382849],[-320538,374613],[-320101,375687],[-322075,372456],[-321227,373212],[-325617,383694],[-328298,380871],[-328679,380139],[-330444,36604],[-329207,38119],[-322120,30988],[-321222,35262],[-330923,30977],[-329473,33089],[-330878,35804],[-321684,31853],[-321132,34731],[-327963,33189],[-326996,33664],[-328152,31700],[-330293,27290],[-332385,29463],[-330617,26324],[-329114,33185],[-327328,33373],[-327655,35397],[-322258,36001],[-321088,33135],[-332514,30767],[-330168,27171],[-331939,31508],[-321292,32354],[-325398,29077],[-324849,36184],[-324477,37138],[-322203,34351],[-330360,35488],[-320235,32601],[-329983,36479],[-321825,31153],[-320541,34557],[-324891,384416],[-326796,384205],[-325287,384799],[-326224,384369],[-325582,384574],[-327318,384294],[-325149,384735],[-322418,387408],[-326476,388255],[-324296,389377],[-320888,388640],[-325939,389272],[-324421,388966],[-323208,387491],[-325547,389031],[-327333,388055],[-324287,389085],[-324619,385662],[-323326,386679],[-327067,387280],[-324051,387631],[-324859,389336],[-321593,394624],[-321684,394958],[-321577,396726],[-321310,396148],[-328228,388226],[-324533,387259],[-328333,403639],[-324028,400466],[-323319,398501],[-323481,401741],[-331031,409550],[-331059,409698],[-326130,404369],[-328366,403432],[-323008,400141],[-323154,399818],[-323878,401314],[-330380,405699],[-330682,405101],[-331308,406673],[-330441,406578],[-329704,406986],[-329745,408103],[-330440,409238],[-328857,409270],[-327176,408303],[-326478,408206],[-325695,407413],[-324934,408184],[-324291,406929],[-323208,405295],[-323545,405299],[-322376,404965],[-323536,400143],[-323605,398757],[-323096,398220],[-323740,401171],[-323710,401954],[-323753,402866],[-324255,397616],[-323251,399412],[-321079,407252],[-321996,407610],[-322224,406917],[-331028,409482],[-330250,409744],[-325667,404295],[-328406,403540],[-323068,399899],[-322977,398936],[-323807,402180],[-320304,400483],[-331144,408611],[-325796,404258],[-327490,422502],[-330998,421337],[-324472,422167],[-330515,421566],[-320761,421460],[-326680,422301],[-325777,422077],[-326759,422234],[-320248,421429],[-331881,421279],[-320405,421341],[-321360,422258],[-321173,421562],[-321669,422047],[-322505,422536],[-323608,422267],[-324486,422192],[-325455,422245],[-327073,422199],[-329919,421926],[-330495,421713],[-328345,420248],[-328970,417922],[-330355,418228],[-327786,419522],[-329159,418634],[-330724,417725],[-332620,418689],[-332661,417003],[-330158,418134],[-328360,419119],[-328040,420275],[-328449,417393],[-329550,417740],[-327921,420235],[-328172,419136],[-329591,418059],[-330739,410902],[-331238,417806],[-332353,417740],[-332227,416904],[-330117,419074],[-328936,419281],[-328736,420089],[-328090,420270],[-330161,419249],[-329911,417519],[-327617,419100],[-327810,418801],[-331419,410981],[-330197,410270],[-331165,417812],[-332187,418340],[-332736,417439],[-330044,419048],[-328896,419799],[-328499,420202],[-329377,418546],[-329798,424929],[-323837,426935],[-324818,425012],[-320258,433535],[-325400,422717],[-322367,426277],[-321443,424932],[-332339,423048],[-330086,424584],[-330227,424920],[-329072,425259],[-328118,426657],[-327886,426291],[-327414,426292],[-326151,426156],[-325713,425502],[-324838,426003],[-323716,426318],[-322694,426295],[-321596,426603],[-321502,425961],[-320670,425493],[-322896,425751],[-323871,425593],[-322163,422735],[-320177,426532],[-321294,426719],[-322453,426218],[-322261,425633],[-322702,425254],[-324618,425914],[-323529,422704],[-324724,422698],[-330608,423616],[-329630,424515],[-330254,425114],[-324755,424798],[-323976,425986],[-320459,433108],[-326122,425469],[-322592,425965],[-321194,424929],[-330494,425116],[-323648,426410],[-320172,433040],[-326220,425536],[-325296,424784],[-322199,425185],[-320524,424781],[-331501,50764],[-330736,50975],[-332613,50397],[-332734,51295],[-330699,50881],[-332324,51359],[-332095,51141],[-330415,47500],[-332035,41088],[-325991,39166],[-331272,49823],[-327161,42837],[-329069,43168],[-325464,44076],[-328605,42451],[-326805,44734],[-325123,44000],[-320352,50332],[-320862,49917],[-329802,38626],[-331886,46470],[-329096,47676],[-326651,49157],[-320514,50440],[-320244,48640],[-329905,47445],[-327443,49937],[-332540,48625],[-329133,41237],[-326347,43704],[-323684,44449],[-327122,43599],[-329952,43032],[-324773,45132],[-321136,50125],[-321186,49435],[-329256,39579],[-332561,45667],[-330567,48195],[-326461,49121],[-325203,64028],[-324937,60146],[-324914,59103],[-328397,58951],[-328655,59979],[-328154,60050],[-328189,60982],[-328388,54442],[-330993,51564],[-324070,63759],[-331187,58089],[-329088,64198],[-330800,57386],[-329795,56803],[-330460,63693],[-328869,63509],[-324618,63286],[-324177,64082],[-324793,59643],[-325026,58864],[-328957,59166],[-328844,59084],[-328900,60941],[-328320,60514],[-327725,53799],[-328818,54246],[-331620,52194],[-330713,52024],[-330918,57307],[-331184,56927],[-330552,63852],[-322782,63772],[-323984,56987],[-324765,58386],[-327055,53835],[-327445,53350],[-327857,53190],[-321337,53296],[-325200,55174],[-325031,54108],[-322051,53476],[-323240,51777],[-324142,51809],[-320009,53137],[-320992,52543],[-325574,54935],[-322662,52599],[-323175,52446],[-324767,51980],[-320566,52469],[-322772,63110],[-323003,59091],[-322874,58947],[-326965,53069],[-327068,54032],[-320190,54272],[-321074,53290],[-323467,53282],[-324455,53873],[-323659,51754],[-323554,51474],[-324087,52416],[-332002,68432],[-331231,68280],[-330824,67018],[-329912,65655],[-323959,67312],[-323522,68232],[-324329,67459],[-325027,66553],[-325318,67056],[-325175,67980],[-324061,64467],[-330792,68177],[-331036,68353],[-331290,65732],[-330987,65882],[-324176,66881],[-325205,66283],[-325370,66885],[-324460,68040],[-324821,67336],[-325306,64985],[-330333,64263],[-326572,72844],[-320010,72876],[-320562,72884],[-325820,73099],[-324900,73286],[-326891,76472],[-323818,75752],[-322694,74593],[-328676,75480],[-321752,76595],[-322997,67547],[-320313,72321],[-325025,73824],[-324542,73655],[-331116,78805],[-329934,84244],[-329781,85283],[-327519,79113],[-328809,77984],[-329339,85850],[-328961,77232],[-325125,78405],[-330746,78284],[-325618,79788],[-332388,82590],[-331744,82677],[-331430,83064],[-330954,82643],[-329585,80770],[-328927,81469],[-330760,79233],[-330777,79288],[-328400,77751],[-328364,77073],[-329788,80153],[-325242,80482],[-320977,80976],[-332755,82625],[-331226,83705],[-331087,82475],[-328636,80956],[-329760,80455],[-330406,79760],[-327371,78271],[-327028,78297],[-325953,78457],[-330779,84934],[-329321,84734],[-329910,77929],[-327865,78959],[-330618,100600],[-331770,100363],[-332724,100858],[-326118,101991],[-329204,95111],[-329062,94082],[-330042,97563],[-330400,95811],[-329158,101123],[-331363,100854],[-332380,101496],[-330078,95227],[-326670,98703],[-327480,93404],[-326251,93167],[-326235,92574],[-326390,93824],[-326810,93699],[-329382,96566],[-329577,96115],[-327161,93246],[-326956,93641],[-330618,97040],[-329811,95781],[-329587,100234],[-331854,100821],[-329090,94485],[-331546,94117],[-329625,95223],[-330373,97374],[-322587,95685],[-324270,98937],[-320707,94617],[-322663,92266],[-323078,99178],[-320879,93539],[-323264,97728],[-321998,98436],[-320511,102272],[-322626,101448],[-320022,93801],[-321540,94938],[-325172,92272],[-325485,92017],[-326720,94316],[-326713,94817],[-324794,95401],[-325285,95356],[-323323,97718],[-322273,96461],[-324336,97884],[-324353,96783],[-325224,92487],[-325459,94786],[-324603,95284],[-323122,96418],[-323478,96574],[-324030,97060],[-323974,96966],[-323474,105535],[-320688,107190],[-321415,104814],[-322954,104952],[-326589,102664],[-320677,105002],[-324529,104521],[-323973,105490],[-325967,104159],[-326418,103479],[-322240,106046],[-322379,104825],[-320748,102662],[-337262,-117951],[-339324,-117288],[-341677,-119483],[-341192,-122426],[-341635,-123773],[-341428,-123276],[-340491,-123787],[-340049,-121215],[-341447,-120583],[-342144,-120233],[-341572,-118578],[-339322,-127259],[-338007,-123658],[-339176,-125341],[-339894,-124758],[-337244,-125187],[-338416,-124725],[-338684,-125718],[-333376,-126526],[-335470,-127382],[-340961,-118165],[-344579,-125651],[-343398,-126704],[-337064,-117532],[-334458,-124327],[-344540,-126912],[-333342,-125571],[-343577,-121865],[-345354,-126459],[-335584,-125276],[-340500,-128397],[-336472,-135969],[-333556,-128662],[-335382,-128461],[-337077,-128447],[-342621,-128036],[-333785,-165538],[-334344,-165680],[-333372,-163777],[-336799,-164922],[-334892,-165486],[-333006,-164614],[-343252,-164366],[-333537,-163824],[-335673,-164830],[-335074,-165759],[-333750,-164576],[-332842,-162501],[-336315,-165388],[-335238,-171147],[-335238,-172357],[-340141,-176246],[-343383,-174808],[-345063,-171841],[-343277,-166729],[-340966,-171209],[-340524,-172005],[-334266,-173131],[-338857,-175603],[-341113,-177813],[-342857,-171768],[-344537,-174367],[-341299,-173591],[-339596,-171942],[-339209,-173564],[-334423,-169418],[-337094,-174633],[-334531,-171499],[-334496,-170277],[-338460,-174390],[-343287,-167809],[-335056,-172368],[-335081,-172596],[-333382,-169111],[-333253,-169045],[-333647,-166254],[-336411,-172183],[-344091,-177079],[-345425,-168126],[-344567,-167175],[-343791,-172032],[-345542,-172298],[-340099,-170690],[-338745,-174313],[-345285,-177154],[-333981,-174713],[-334273,-174183],[-333874,-173179],[-344598,-189421],[-345208,-189026],[-341328,-189366],[-344607,-183341],[-344348,-183860],[-344395,-187061],[-344613,-187278],[-344764,-186713],[-342123,-182036],[-341668,-181447],[-340284,-181666],[-339345,-182730],[-338946,-183382],[-340414,-185041],[-341361,-184889],[-341990,-186838],[-338656,-189829],[-345015,-181036],[-343975,-181338],[-344193,-180913],[-336958,-184720],[-336359,-186348],[-339428,-186452],[-335456,-183939],[-337198,-182797],[-336412,-181533],[-335935,-189966],[-334222,-191013],[-334581,-188021],[-340759,-186725],[-339807,-189875],[-343126,-191598],[-342768,-185768],[-335447,-191433],[-345351,-191107],[-344590,-189647],[-345115,-183818],[-333438,-190690],[-339773,-185981],[-339429,-190155],[-336660,-180433],[-342543,-189758],[-342276,-186387],[-337532,-179500],[-341439,-202686],[-340435,-193585],[-337322,-194245],[-336496,-193611],[-337315,-193646],[-333561,-192451],[-334514,-193474],[-334565,-194331],[-336214,-200139],[-333348,-192240],[-334788,-200621],[-340295,-202990],[-340703,-192547],[-338714,-193178],[-341184,-196731],[-341373,-202414],[-343269,-197582],[-340984,-200450],[-341733,-200280],[-337392,-198709],[-344912,-201913],[-337585,-192295],[-332862,-200038],[-340750,-193326],[-339603,-192669],[-338252,-201737],[-342234,-198798],[-336608,-195202],[-344278,-201666],[-345363,-204068],[-338572,-201768],[-340450,-200390],[-343175,-199042],[-342910,-194914],[-340894,-195680],[-343928,-197794],[-340318,-201817],[-341867,-194057],[-336454,-194956],[-345462,-203448],[-344502,-204296],[-342863,-204487],[-339198,-201709],[-340169,-200291],[-341867,-199087],[-344286,-195269],[-340145,-195679],[-342500,-197486],[-343927,-203821],[-339691,-201992],[-340461,-201101],[-341702,-199573],[-343855,-194458],[-340309,-195620],[-342851,-196667],[-345494,-200530],[-340040,-207162],[-339485,-211907],[-338908,-211798],[-337299,-209033],[-337243,-207399],[-340930,-214314],[-340382,-214112],[-342294,-213837],[-343460,-213957],[-337995,-213712],[-336586,-207439],[-335197,-211393],[-338127,-205397],[-339701,-210319],[-344844,-208594],[-332994,-206564],[-337676,-213902],[-336690,-214603],[-336843,-210902],[-338121,-207364],[-340192,-207403],[-340318,-217061],[-340311,-205647],[-340981,-207881],[-339990,-205604],[-334401,-209662],[-344392,-207195],[-336715,-207030],[-341409,-209646],[-345097,-213909],[-337441,-215035],[-340613,-216953],[-344684,-216816],[-342826,-207636],[-333676,-207197],[-342762,-205560],[-344079,-217128],[-343892,-217343],[-342654,-204673],[-344707,-208230],[-342119,-208582],[-339952,-207267],[-339492,-205323],[-337886,-205521],[-343617,-216971],[-344933,-206753],[-344463,-205011],[-343875,-206954],[-342364,-207175],[-338902,-206804],[-339310,-204818],[-337787,-205794],[-343525,-216847],[-344980,-206805],[-343305,-207485],[-342047,-207337],[-338890,-207367],[-340299,-205770],[-337870,-205604],[-333508,-214901],[-334472,-213931],[-335810,-216229],[-335119,-215586],[-337241,-216193],[-340001,-220755],[-337486,-226110],[-337617,-228508],[-342372,-225054],[-343951,-227740],[-337003,-230118],[-342917,-226641],[-335363,-228205],[-336153,-224295],[-341293,-224157],[-344042,-217917],[-340045,-226530],[-333271,-228764],[-336754,-225588],[-343612,-221616],[-342129,-221095],[-343195,-229601],[-337514,-226438],[-337848,-228641],[-342364,-229845],[-341832,-224526],[-337916,-228854],[-333335,-229482],[-341368,-228425],[-335098,-227390],[-336024,-224260],[-341592,-219776],[-340204,-221980],[-343021,-219429],[-341532,-219480],[-345522,-218422],[-344727,-222617],[-343141,-221379],[-342974,-220379],[-340310,-218029],[-345326,-225486],[-345006,-218025],[-344339,-222532],[-344117,-222130],[-343482,-220979],[-340146,-218987],[-344918,-223415],[-343766,-218344],[-345055,-222457],[-343319,-221945],[-343237,-219568],[-339963,-218042],[-337031,-217504],[-335417,-220027],[-337979,-220758],[-336398,-219708],[-335958,-219100],[-335852,-218781],[-339362,-238540],[-340590,-242670],[-340069,-239648],[-341297,-242231],[-338923,-239249],[-337625,-240029],[-336707,-240305],[-338038,-241507],[-336120,-240861],[-334062,-238928],[-334549,-239643],[-335515,-239151],[-338885,-241025],[-342195,-240879],[-337615,-237770],[-336058,-237494],[-336798,-238349],[-340653,-241437],[-340295,-240981],[-341099,-238910],[-342253,-239498],[-334400,-242065],[-335475,-238638],[-338004,-240614],[-340376,-239653],[-333118,-242269],[-335059,-235070],[-333295,-237673],[-339801,-233633],[-339733,-232055],[-343406,-234965],[-341857,-232166],[-341403,-231216],[-344535,-238803],[-344535,-238183],[-341069,-231546],[-342225,-233817],[-344237,-235061],[-335856,-236739],[-337350,-232104],[-341753,-233543],[-338900,-232228],[-341974,-234889],[-341259,-234187],[-339621,-232677],[-340198,-232140],[-342622,-236435],[-342223,-235962],[-334215,-234870],[-339560,-233565],[-339725,-231713],[-343578,-235837],[-339609,-233484],[-342103,-236655],[-332844,-7893],[-335089,-7533],[-337267,-7892],[-339600,-7935],[-342805,-5500],[-339176,-5664],[-337986,-5214],[-336180,-117],[-336842,-9691],[-341977,-9040],[-338713,-5009],[-342666,12],[-332972,-7185],[-334291,-7109],[-336554,-8452],[-338619,-7584],[-340882,-5894],[-339708,-5070],[-337770,-5728],[-341706,-7948],[-345034,-8310],[-343862,-5388],[-345339,-5941],[-342438,-1083],[-335340,-3859],[-335936,-3448],[-342188,-8331],[-344626,-8595],[-345141,-5496],[-336073,-10015],[-341421,-9639],[-337352,-4157],[-342108,-3657],[-337145,-1986],[-333539,-8380],[-334738,-7467],[-336956,-8678],[-339524,-8732],[-341708,-5598],[-339120,-5821],[-341746,-8787],[-344200,-7876],[-344613,-7617],[-344250,-5501],[-334424,-5079],[-337233,-9774],[-341779,-9100],[-337611,-4329],[-341648,-3860],[-340385,-3814],[-335216,-9788],[-342248,-9067],[-338173,-3466],[-341216,-4940],[-336069,-9802],[-343221,-9431],[-333319,-4478],[-339043,-3987],[-342335,-4670],[-344326,-246790],[-343092,-243565],[-339958,-243813],[-341671,-247520],[-343565,-245877],[-343960,-246163],[-341314,-248469],[-339820,-248089],[-340303,-246601],[-341392,-247360],[-341062,-247001],[-345161,-244699],[-344847,-247291],[-337272,-243544],[-335719,-246515],[-342760,-248763],[-343914,-245230],[-335879,-246793],[-334204,-247601],[-336945,-247540],[-333966,-244351],[-342317,-253919],[-338982,-250343],[-337391,-254125],[-344650,-245503],[-343411,-247353],[-344450,-247664],[-341942,-248688],[-341178,-245172],[-337745,-246315],[-342450,-248252],[-341863,-267559],[-341536,-255995],[-345115,-264362],[-341617,-264678],[-337647,-256796],[-334685,-259772],[-341608,-261402],[-336117,-265285],[-339258,-260657],[-335547,-265098],[-332836,-265321],[-336536,-263578],[-337078,-263339],[-336758,-264140],[-336771,-263938],[-332840,-261696],[-333443,-261883],[-333015,-261561],[-340648,-263465],[-341465,-263229],[-341788,-262798],[-340935,-261577],[-341717,-261973],[-342905,-263146],[-344625,-262596],[-344575,-261173],[-342009,-264609],[-342300,-266765],[-333371,-257012],[-333308,-257060],[-334700,-258050],[-334700,-257989],[-336936,-263449],[-333764,-261406],[-333441,-261234],[-332959,-264010],[-335983,-261838],[-337704,-263302],[-338397,-261572],[-334574,-257550],[-333978,-257099],[-333683,-257002],[-344000,-265998],[-343939,-266011],[-344046,-265946],[-344009,-266045],[-344039,-265818],[-344039,-265997],[-333336,-257033],[-333336,-256956],[-343910,-265980],[-343965,-266066],[-333290,-257005],[-340376,-269781],[-338442,-276110],[-342559,-350700],[-342662,-357120],[-340888,-349778],[-345325,-351694],[-345175,-357921],[-341060,-357297],[-338800,-351635],[-343249,-350426],[-336756,-357157],[-332908,-349591],[-336874,-357241],[-335126,-352278],[-333036,-359337],[-333570,-366009],[-339426,-366923],[-341289,-363649],[-333549,-359013],[-342552,-358302],[-340947,-361537],[-338097,-366156],[-337143,-362343],[-341305,-366186],[-343734,-15549],[-343818,-19219],[-338486,-18429],[-334511,-18959],[-342429,-19021],[-340635,-17395],[-333555,-22515],[-344217,-22317],[-338202,-22884],[-336667,-25021],[-343787,-14585],[-340765,-19633],[-339442,-16071],[-339138,-16580],[-340252,-15225],[-333425,-23713],[-334590,-14666],[-338160,-13375],[-339108,-13109],[-342759,-13057],[-340574,-12966],[-342068,-13059],[-344575,-13607],[-345043,-434671],[-342758,-444320],[-338140,-439021],[-342364,-442180],[-340074,-443544],[-343541,-444442],[-337410,-443767],[-336916,-441293],[-339542,-445697],[-335562,-443927],[-338089,-443452],[-333294,-437725],[-340366,-442091],[-344171,-445824],[-343709,-443578],[-340181,-442126],[-341360,-436888],[-338835,-437505],[-339784,-437652],[-340994,-438910],[-334346,-447660],[-343808,-447108],[-336596,-444384],[-336101,-441337],[-337905,-447344],[-334143,-446845],[-334671,-442450],[-335127,-444688],[-336529,-443750],[-335583,-435772],[-333302,-440513],[-341324,-449204],[-342460,-449048],[-336191,-449331],[-333503,-451281],[-335406,-451278],[-343221,-449103],[-344674,-448088],[-343745,-451382],[-342793,-451410],[-342873,-448870],[-344389,-448584],[-334107,-449281],[-340235,-450644],[-341969,-450742],[-340743,-450907],[-335299,-449326],[-334282,-463736],[-341830,-463014],[-340194,-488452],[-333067,-491258],[-343451,-489317],[-335175,-27158],[-333025,-25919],[-337749,-34508],[-344077,-31089],[-336247,-36418],[-334382,-35207],[-344673,-37623],[-343542,-36786],[-341537,-35425],[-339805,-36960],[-345080,-35269],[-344831,-36119],[-342892,-33266],[-335491,-32724],[-335595,-31197],[-333587,-25554],[-339171,-34466],[-337869,-34609],[-344922,-31039],[-343400,-37805],[-340773,-34562],[-336538,-34814],[-336956,-34547],[-333964,-32507],[-337222,-36084],[-345345,-33125],[-343340,-35403],[-345250,-36541],[-340892,-29998],[-343597,-27794],[-341456,-29048],[-337809,-25499],[-337184,-26174],[-337454,-28429],[-339990,-29839],[-345276,-35459],[-345286,-35921],[-343443,-34796],[-335052,-29808],[-334846,-29808],[-339376,-36809],[-344704,-33225],[-337860,-36660],[-343766,-35479],[-342240,-33272],[-335051,-33320],[-343609,-35163],[-344982,-37576],[-335454,-25998],[-338466,-33196],[-335680,-30156],[-343981,-33097],[-344504,-33580],[-336998,-31054],[-334693,-31598],[-333023,-29782],[-333938,-33423],[-343078,-35766],[-343818,-37398],[-341206,-29528],[-342787,-29308],[-343420,-27952],[-339977,-29690],[-340097,-28287],[-341655,-30297],[-344434,-26798],[-344964,-27439],[-343829,-29005],[-338125,-28148],[-338502,-28852],[-337746,-27467],[-338267,-26417],[-339682,-29660],[-339340,-30012],[-339981,-29033],[-342598,-28860],[-334491,-48992],[-339303,-40645],[-334664,-49595],[-336423,-47053],[-339114,-42556],[-335492,-49680],[-334649,-49729],[-334788,-48919],[-337877,-45537],[-335576,-44552],[-338477,-40121],[-333903,-48054],[-332992,-48232],[-338262,-38251],[-338976,-38904],[-337609,-38390],[-336642,-39085],[-335302,-38241],[-338179,-39709],[-335069,-43634],[-334659,-41776],[-334486,-42228],[-343523,-41919],[-345235,-41240],[-343808,-41170],[-343220,-39484],[-343899,-39233],[-339305,-38390],[-334602,-48046],[-335631,-48365],[-336080,-43916],[-337797,-41700],[-336548,-43816],[-336473,-50635],[-334136,-49285],[-334682,-49766],[-337737,-45382],[-334094,-50524],[-334097,-48358],[-336706,-46023],[-335757,-46870],[-334587,-48110],[-334374,-49193],[-337485,-45527],[-336784,-42422],[-343177,-47671],[-338140,-47262],[-339959,-46561],[-339978,-43708],[-342526,-48755],[-340957,-49144],[-342197,-46613],[-342291,-45290],[-339305,-44926],[-345495,-42674],[-343970,-42798],[-343348,-44117],[-342081,-45030],[-340746,-43048],[-338209,-49583],[-337081,-47958],[-339370,-48957],[-338772,-48401],[-340288,-45323],[-340374,-42961],[-337786,-43095],[-340015,-48739],[-342264,-44593],[-336083,-49193],[-338571,-45521],[-341484,-45970],[-343163,-47762],[-338128,-47287],[-342073,-44869],[-338210,-48077],[-339943,-42994],[-337856,-42018],[-342374,-47102],[-341827,-47720],[-342312,-46490],[-343426,-45626],[-345100,-47779],[-337900,-47340],[-339282,-48105],[-338830,-48207],[-339901,-41244],[-342155,-48922],[-341885,-48164],[-342902,-46592],[-343524,-44574],[-344713,-48870],[-336703,-49907],[-339175,-47856],[-342146,-48719],[-340955,-48813],[-343608,-45206],[-333556,-52344],[-336080,-55771],[-334009,-55647],[-336216,-52685],[-333655,-62684],[-334451,-53129],[-335988,-52859],[-335916,-56708],[-335653,-55240],[-334365,-54851],[-334580,-56019],[-333506,-58397],[-335310,-52375],[-335070,-52027],[-335304,-51422],[-333335,-63743],[-335680,-53503],[-335784,-55406],[-336245,-55164],[-334710,-55357],[-335026,-56952],[-332913,-58077],[-336141,-52469],[-337505,-55230],[-337134,-56074],[-335690,-55643],[-335338,-55288],[-334588,-55292],[-333162,-56840],[-336283,-52724],[-336598,-51138],[-333923,-52181],[-336005,-56730],[-334328,-55729],[-334309,-56369],[-334167,-57417],[-333286,-57435],[-335846,-51885],[-334799,-51454],[-335521,-57363],[-332838,-55801],[-333123,-57172],[-335244,-51587],[-337208,-60525],[-338714,-56112],[-342282,-51709],[-343123,-52249],[-343536,-52022],[-344594,-53032],[-343723,-57062],[-345397,-54323],[-344706,-55001],[-345524,-51034],[-336066,-59849],[-336561,-59062],[-334279,-58697],[-342609,-63228],[-338040,-55853],[-340816,-57737],[-337001,-59568],[-338949,-57504],[-337512,-59673],[-334716,-58403],[-335949,-60143],[-337053,-60155],[-334846,-58340],[-340519,-62314],[-341597,-63163],[-338132,-55539],[-338578,-61498],[-340144,-56628],[-338344,-58134],[-341018,-59569],[-336885,-57182],[-334475,-58892],[-342454,-63668],[-340291,-53050],[-340143,-62569],[-339978,-57341],[-341270,-61813],[-338966,-56796],[-340059,-59457],[-337272,-57024],[-340381,-53318],[-338285,-55690],[-339618,-57458],[-338175,-58007],[-339752,-57882],[-338324,-55045],[-340736,-62228],[-339658,-61313],[-338650,-60494],[-339519,-57628],[-333304,-66387],[-334586,-66888],[-333607,-69688],[-336523,-69568],[-337467,-67661],[-337767,-67666],[-340258,-70854],[-341267,-71229],[-341020,-71305],[-341039,-68217],[-340632,-65573],[-340265,-67768],[-340194,-69193],[-340056,-66358],[-340641,-69106],[-341244,-70132],[-344174,-65842],[-340879,-67328],[-344775,-71670],[-342150,-72589],[-342724,-71202],[-342346,-70102],[-342741,-64387],[-342451,-69157],[-344865,-68550],[-344388,-65999],[-342001,-67565],[-341827,-69520],[-344438,-67453],[-341979,-66964],[-342953,-64779],[-342552,-67395],[-343109,-64521],[-344162,-68077],[-341565,-68662],[-333733,-78896],[-333242,-77657],[-339656,-83898],[-337923,-88143],[-338016,-79193],[-335295,-81257],[-343266,-83421],[-344109,-79269],[-334072,-80189],[-344502,-77466],[-339166,-99552],[-337979,-99656],[-341369,-98595],[-340367,-98595],[-337624,-89701],[-337494,-94678],[-338902,-91111],[-333143,-96075],[-334198,-100657],[-345126,-97231],[-340550,-90141],[-337823,-100914],[-333948,-105922],[-332932,-107343],[-342114,-106669],[-333096,-114747],[-338496,-111797],[-334647,-109069],[-334962,-107699],[-340932,-106212],[-343360,-109103],[-345155,9533],[-342791,8385],[-338015,3964],[-343866,590],[-340378,432],[-333780,6510],[-342367,3140],[-337430,1060],[-338817,2541],[-341447,3066],[-344166,8197],[-334951,2235],[-345366,2614],[-344146,1861],[-339342,11162],[-339074,9033],[-333772,10269],[-340440,1913],[-336386,409],[-337880,1411],[-339414,2147],[-340589,3264],[-343516,2785],[-343632,1562],[-341782,2270],[-344795,9090],[-334652,3639],[-340605,2195],[-336324,626],[-337307,807],[-338649,2051],[-340270,2941],[-344197,9278],[-336649,3238],[-341208,7643],[-345110,7938],[-345145,8308],[-335452,3048],[-340847,7155],[-341882,7552],[-342724,12872],[-337173,3964],[-334162,145085],[-334005,144973],[-334059,143465],[-335943,175568],[-335855,173385],[-335000,172639],[-335044,176011],[-337183,176151],[-334864,175117],[-333942,176968],[-332813,175655],[-333670,167879],[-335012,174517],[-334278,174636],[-334875,176644],[-336797,174970],[-337558,173038],[-337825,176132],[-333325,177437],[-332990,169629],[-335471,174321],[-336279,174888],[-335372,175075],[-336501,176012],[-333875,173842],[-333753,174943],[-333233,177864],[-333188,174810],[-333752,171070],[-336160,174107],[-338171,175186],[-335161,176346],[-336782,175388],[-336617,177488],[-334187,173576],[-333885,174600],[-333459,170668],[-335703,173364],[-334314,177800],[-337283,177741],[-334954,174105],[-334256,175770],[-333171,175298],[-333842,169488],[-332985,169795],[-333276,169126],[-344583,22465],[-343128,18370],[-342130,15066],[-344182,22775],[-343834,17922],[-335258,14830],[-341697,14017],[-339376,14703],[-338906,14054],[-340986,14346],[-339210,15300],[-335446,15775],[-341970,13794],[-344838,23043],[-343495,17879],[-344764,21458],[-344232,18483],[-345078,21964],[-344158,17626],[-344297,24269],[-332964,16552],[-334866,21434],[-333432,21525],[-339713,22176],[-342532,21038],[-339149,23965],[-341754,19228],[-335722,22901],[-339036,22554],[-335906,25614],[-337377,274455],[-336305,281410],[-337048,273122],[-336234,272915],[-336380,274704],[-333715,293446],[-343004,289841],[-340150,283912],[-337308,290465],[-338958,282330],[-334588,288431],[-344278,289256],[-343917,285990],[-334839,290971],[-334165,294340],[-343914,284887],[-334089,290410],[-338436,283952],[-336492,290646],[-342613,287959],[-333737,292041],[-339527,294447],[-336452,291297],[-345306,294427],[-345190,289229],[-342393,287242],[-332937,290856],[-342057,293852],[-336630,282333],[-334588,289110],[-344726,285939],[-340229,285736],[-337847,292304],[-335887,291038],[-337939,283626],[-336802,290134],[-342555,297432],[-333825,298851],[-340204,295237],[-339062,297225],[-335599,297333],[-339736,298146],[-336357,299447],[-334317,297442],[-335433,297592],[-337601,298394],[-338267,299547],[-335971,300000],[-339435,304124],[-334560,302969],[-334795,306815],[-334568,306084],[-336613,303772],[-345053,305001],[-333232,301736],[-341159,298942],[-335991,303490],[-343184,305904],[-337820,305793],[-337884,300248],[-336272,300462],[-338172,299295],[-335435,305857],[-336116,306675],[-334146,304280],[-340040,306784],[-344300,305283],[-338465,299098],[-337443,299208],[-344517,300079],[-342313,298227],[-334246,301035],[-343806,301468],[-336260,306857],[-341976,305874],[-337792,304476],[-343030,314836],[-341228,318160],[-339152,315544],[-334828,309101],[-334894,312283],[-342097,307986],[-341914,315861],[-333558,316683],[-334027,316782],[-340666,317410],[-345449,309075],[-343895,307743],[-335994,314059],[-341638,310497],[-339996,317846],[-333052,317372],[-335790,315188],[-339719,316315],[-342300,307511],[-337253,315034],[-334107,319815],[-339013,319549],[-341273,316576],[-338818,315411],[-344238,317512],[-342714,318563],[-340329,315912],[-342625,308474],[-335058,312992],[-342006,314389],[-343784,319795],[-344230,317842],[-339561,317106],[-338901,318721],[-340514,315473],[-336218,313895],[-342868,320028],[-333419,315916],[-342300,315678],[-340776,317060],[-339843,314618],[-334124,315949],[-337506,312352],[-342941,315309],[-337171,314236],[-345126,314087],[-340936,311491],[-334128,315090],[-344443,313873],[-339809,310885],[-342876,313936],[-340707,312845],[-343087,314535],[-343620,314906],[-341179,312427],[-342118,311828],[-332838,321542],[-342563,330177],[-342864,322468],[-338509,326838],[-333206,322372],[-341134,328932],[-341901,321883],[-335574,322532],[-337295,325208],[-343297,328635],[-342048,324854],[-339244,324112],[-337806,326456],[-343268,320711],[-333162,322133],[-340695,329516],[-340383,323262],[-339196,322556],[-335545,325214],[-341002,339869],[-333104,335655],[-332988,341172],[-343480,335763],[-338560,337651],[-337240,340254],[-344149,339277],[-338741,338502],[-341985,337362],[-345163,343644],[-337440,337168],[-340217,344800],[-339372,341416],[-339346,339344],[-341683,335983],[-335425,339992],[-343731,338911],[-345202,340705],[-337792,336683],[-332874,335221],[-345203,337509],[-334708,339027],[-342081,337489],[-336294,337818],[-337274,336409],[-333160,340898],[-341329,336157],[-341779,339357],[-337115,339152],[-335688,337331],[-336578,341953],[-343744,340234],[-338116,342271],[-337181,336763],[-342095,338830],[-342246,343055],[-339114,335687],[-336990,339018],[-335322,336271],[-339342,341288],[-337454,342721],[-339439,338550],[-336413,338749],[-341806,337978],[-343323,340245],[-339372,340036],[-343922,340273],[-336558,335700],[-336794,334981],[-339054,334214],[-336675,334474],[-337117,334237],[-341080,382324],[-342277,383931],[-339791,380766],[-340841,384175],[-344574,382594],[-344238,383231],[-344445,380813],[-343900,380180],[-343878,380584],[-340224,378726],[-339205,378552],[-338756,379260],[-339241,380719],[-337410,378287],[-338061,375117],[-343580,375401],[-344070,376454],[-343177,375776],[-344713,377912],[-341688,383361],[-341977,382983],[-341410,382587],[-340759,383551],[-337384,379047],[-338235,375463],[-336694,383535],[-336124,383786],[-335898,383230],[-335330,383078],[-335425,380057],[-335135,379618],[-336393,380289],[-333340,377470],[-333390,377951],[-335008,378257],[-334512,378430],[-337613,380230],[-341977,383263],[-340330,380339],[-338750,382251],[-337505,380377],[-341321,381884],[-339665,381442],[-336900,375063],[-340152,383526],[-342616,384076],[-334656,372879],[-336475,374170],[-335308,374635],[-336202,375513],[-335821,374832],[-333861,381210],[-335038,381763],[-334308,380945],[-333195,380133],[-334868,382673],[-337579,30159],[-333813,30562],[-341560,36845],[-338997,31065],[-334836,27794],[-333608,31133],[-335177,25943],[-335055,27053],[-334137,30784],[-336163,26299],[-334666,27770],[-333919,30551],[-335056,36104],[-332967,31381],[-332941,29349],[-334880,26931],[-343405,35049],[-343597,37949],[-340644,384217],[-341649,385538],[-341100,384931],[-342073,384824],[-344664,387896],[-344178,387605],[-343821,388906],[-341919,387835],[-340714,390665],[-339500,386989],[-340556,387263],[-337774,390066],[-335051,390893],[-335237,390251],[-334994,389033],[-335502,392189],[-334788,392797],[-334915,393475],[-336669,393658],[-337452,393305],[-338461,394853],[-339850,393447],[-339296,393056],[-342226,395446],[-343058,396781],[-342851,396226],[-338628,396397],[-336687,394799],[-336626,394159],[-336948,395609],[-336735,396290],[-333408,393945],[-333983,393677],[-337103,389375],[-336565,386673],[-336796,386642],[-338029,386720],[-335256,387317],[-342957,393246],[-342073,392275],[-341880,391809],[-342570,392805],[-341089,384616],[-341330,384537],[-342275,391377],[-341603,384673],[-337303,396552],[-345359,402894],[-343252,397931],[-336342,398184],[-343878,405443],[-344366,407135],[-345516,398646],[-341106,399219],[-344525,405341],[-344749,406715],[-345270,404569],[-336139,397653],[-337444,397340],[-336600,398566],[-337614,400581],[-339857,400445],[-342353,400823],[-341388,400673],[-342501,401175],[-342044,401794],[-341371,403779],[-340477,404744],[-339969,406114],[-339972,406841],[-339292,406917],[-338973,407267],[-339028,407798],[-337712,409244],[-337058,409525],[-336496,409110],[-335958,409261],[-335229,408688],[-334937,408264],[-334447,408045],[-334336,406908],[-334581,406481],[-334519,405855],[-336315,405562],[-336141,404560],[-335489,404278],[-336054,402444],[-334885,402746],[-336256,402692],[-336763,402596],[-337496,402619],[-337479,401833],[-334128,402921],[-333551,402991],[-333164,404221],[-333658,404334],[-339349,403324],[-339492,402650],[-343700,412607],[-341826,412264],[-336610,415989],[-338443,412962],[-334333,416315],[-337353,414369],[-339143,413747],[-339831,413392],[-339009,414509],[-335454,416768],[-336629,416346],[-335957,414885],[-335925,415693],[-335424,417393],[-334352,417350],[-337745,412651],[-334237,417653],[-338319,413109],[-335662,415905],[-339787,413614],[-340326,413305],[-338763,414280],[-335692,416886],[-335823,416816],[-336030,414925],[-335664,415548],[-335109,417515],[-334565,417412],[-341767,412899],[-343948,412409],[-339527,413613],[-337846,414057],[-336045,416238],[-335006,417068],[-344901,413133],[-345113,413074],[-343192,415749],[-343291,415243],[-340988,415155],[-340592,415315],[-341477,418284],[-341518,418779],[-340774,418646],[-340599,419083],[-341049,418434],[-340033,418750],[-337504,418411],[-338264,417483],[-339140,416608],[-334110,421883],[-334589,422332],[-335111,421430],[-332969,420413],[-335765,419174],[-335776,419609],[-337151,418377],[-338257,417980],[-339598,419068],[-339802,419891],[-340352,419505],[-339721,414038],[-340056,413347],[-339054,414355],[-336185,417469],[-336668,416720],[-336525,415536],[-335863,415484],[-334703,417873],[-334544,418210],[-334480,422668],[-343646,45407],[-345090,44790],[-333387,51398],[-337559,48846],[-337214,48187],[-341208,47342],[-340692,48115],[-335237,50089],[-334181,50285],[-340544,50955],[-340444,49979],[-343411,50725],[-342831,51087],[-345319,50433],[-337561,48569],[-337290,47809],[-341079,47161],[-332952,49571],[-334985,49381],[-341276,51273],[-340819,50960],[-343342,50932],[-343689,49826],[-345279,50498],[-344467,44684],[-343815,44915],[-343433,43333],[-338492,45618],[-340439,41134],[-332978,46373],[-343218,42572],[-340745,45074],[-340543,42903],[-337390,43325],[-335282,39456],[-335947,41009],[-333135,46654],[-342127,41065],[-335637,40843],[-341184,42312],[-334734,48041],[-334060,47953],[-335323,41896],[-333642,48868],[-334748,48499],[-335233,40861],[-343262,42867],[-338919,45315],[-339571,41911],[-340753,41594],[-336279,44000],[-333435,54177],[-336689,54492],[-335914,54686],[-337928,52522],[-337242,53037],[-337656,52028],[-337700,52233],[-337975,52307],[-337666,53394],[-336935,53007],[-339733,54244],[-339069,55473],[-337920,56057],[-340220,55410],[-334911,56001],[-334174,55410],[-336218,54960],[-335863,53416],[-334590,55409],[-333517,55294],[-336139,55198],[-336327,54783],[-338030,70385],[-341041,66412],[-340635,74917],[-338902,69980],[-338430,69795],[-341317,67668],[-341322,67560],[-340592,73967],[-334154,75532],[-334006,75907],[-334791,73228],[-334971,73539],[-335681,75552],[-334282,75668],[-333638,68264],[-335160,67552],[-334040,69668],[-334213,69848],[-333883,75900],[-334108,75851],[-334735,72977],[-333537,74417],[-334714,75730],[-334541,74783],[-335145,67103],[-333380,68225],[-334472,68577],[-334175,69262],[-338582,70524],[-337068,70009],[-339145,67079],[-340095,66100],[-338163,74287],[-340622,74632],[-335229,77863],[-335870,77753],[-335447,77554],[-337557,78529],[-336917,78206],[-332967,82678],[-336423,96006],[-335146,94847],[-336135,94184],[-336216,99067],[-335896,100344],[-335883,97976],[-337447,97487],[-336740,99777],[-333683,98710],[-335938,93033],[-334612,92395],[-333926,92550],[-335412,96539],[-335473,94821],[-335370,93699],[-336458,98948],[-337038,98266],[-337236,97450],[-337296,96866],[-336953,98524],[-332849,101786],[-334266,99025],[-334754,100287],[-335708,92549],[-335959,92588],[-333916,92802],[-335757,95817],[-335321,93083],[-336444,93978],[-336187,99246],[-335854,100495],[-336562,97916],[-337380,97215],[-336947,99901],[-332829,98564],[-334869,100109],[-336235,93062],[-334981,91943],[-333625,92955],[-353906,-121500],[-355008,-125062],[-357623,-122591],[-356168,-119626],[-355903,-121746],[-357346,-120850],[-358144,-122582],[-358308,-121308],[-355641,-120890],[-356439,-120220],[-353808,-119921],[-352640,-120850],[-354661,-121433],[-353036,-119160],[-348215,-126816],[-352713,-126930],[-351624,-119799],[-355335,-124826],[-355902,-126903],[-349201,-127505],[-352210,-117243],[-348877,-124652],[-351532,-126427],[-347389,-127033],[-347600,-123735],[-352611,-128121],[-349825,-128135],[-356749,-162913],[-354194,-160936],[-352004,-165593],[-350254,-163186],[-346457,-164429],[-352684,-163767],[-348624,-165921],[-351957,-164995],[-351173,-161206],[-349017,-162025],[-348252,-161207],[-355660,-162521],[-357441,-163926],[-354938,-163632],[-355334,-164285],[-355128,-164835],[-355662,-165361],[-347930,-163031],[-352016,-162797],[-349267,-161417],[-349683,-161647],[-349863,-161599],[-351633,-161245],[-350193,-161416],[-351852,-159495],[-356487,-171796],[-349372,-168815],[-345692,-170999],[-356125,-171702],[-357106,-176254],[-356244,-170916],[-350197,-172924],[-356782,-168786],[-348988,-177591],[-349784,-169131],[-348049,-171037],[-346933,-170576],[-350470,-168222],[-345986,-175444],[-345969,-174711],[-351953,-171060],[-358199,-178500],[-353630,-171991],[-355218,-167704],[-354650,-166781],[-356867,-176920],[-357950,-175420],[-350065,-173370],[-350561,-172514],[-351189,-171118],[-349473,-178620],[-349284,-175273],[-352009,-167557],[-356225,-168411],[-348780,-175474],[-347378,-171301],[-351158,-168591],[-347413,-169946],[-347880,-168396],[-355859,-167905],[-349606,-177139],[-357717,-166321],[-355859,-167905],[-346306,-177054],[-349037,-178765],[-346619,-177292],[-346689,-173752],[-350876,-191088],[-353675,-190070],[-357507,-190875],[-349520,-190985],[-350374,-189153],[-350970,-184736],[-356802,-185226],[-353609,-184402],[-355856,-187153],[-350909,-186293],[-351078,-190013],[-353529,-190816],[-347587,-187409],[-358129,-182282],[-357269,-181933],[-357875,-182633],[-357898,-180671],[-358263,-180182],[-357965,-179218],[-351613,-190342],[-353499,-191343],[-348539,-184758],[-348857,-185108],[-346605,-191238],[-345770,-189545],[-345675,-188706],[-346194,-183195],[-346851,-185197],[-346879,-185796],[-346964,-186161],[-345890,-191700],[-347060,-183868],[-350017,-179863],[-349109,-179289],[-355593,-194242],[-350594,-202934],[-356495,-196733],[-355671,-193565],[-349171,-194024],[-351943,-195340],[-351021,-203621],[-354082,-197653],[-350877,-194037],[-352024,-195004],[-351366,-200989],[-350426,-199715],[-354281,-194729],[-349006,-195883],[-349308,-193712],[-350536,-197420],[-352422,-195965],[-351688,-203193],[-356783,-195961],[-357083,-196277],[-354587,-200828],[-355248,-201285],[-350284,-203728],[-348305,-199737],[-346835,-195175],[-346003,-200687],[-348287,-201044],[-347645,-200155],[-347344,-197316],[-346569,-197491],[-347318,-195055],[-347852,-204275],[-345835,-201015],[-346817,-200892],[-347358,-200162],[-347586,-196381],[-346280,-200749],[-346087,-200190],[-347932,-200164],[-346515,-200300],[-347943,-201442],[-348406,-206102],[-348918,-211044],[-353004,-215651],[-346358,-213886],[-353209,-212073],[-353776,-210228],[-345675,-206817],[-348745,-204680],[-347888,-205690],[-350934,-216025],[-354683,-215221],[-355499,-208476],[-356724,-212113],[-356534,-208975],[-349187,-209144],[-352656,-216731],[-345932,-210861],[-353834,-212625],[-345960,-206220],[-346984,-205683],[-350096,-217071],[-356125,-217113],[-355953,-213935],[-358004,-211853],[-358083,-217215],[-354984,-217205],[-354726,-213782],[-357540,-212213],[-356794,-208828],[-355044,-216366],[-354974,-214942],[-348730,-213313],[-355054,-209018],[-353687,-209443],[-353633,-210371],[-357475,-220480],[-350191,-220707],[-348444,-227616],[-356297,-228996],[-356035,-225809],[-355011,-229318],[-354758,-229800],[-358057,-224446],[-357381,-220800],[-346173,-217546],[-345830,-222333],[-347435,-223424],[-346088,-225202],[-345909,-223699],[-354765,-220002],[-355091,-219286],[-353347,-219524],[-350071,-218000],[-348414,-219510],[-345988,-225338],[-346821,-228327],[-347717,-224696],[-354588,-224644],[-350794,-223974],[-350507,-223344],[-349224,-223839],[-353179,-222337],[-353768,-222158],[-352188,-224086],[-353300,-224323],[-351653,-229129],[-350824,-228838],[-348368,-227105],[-349098,-225173],[-347976,-229424],[-351557,-229838],[-352445,-228884],[-351043,-223563],[-350408,-224189],[-349350,-224447],[-354677,-223011],[-354747,-224057],[-352137,-229980],[-352823,-221942],[-346217,-227405],[-357676,-220957],[-353081,-219538],[-349072,-223884],[-346319,-220984],[-347673,-227096],[-357682,-223759],[-357486,-223647],[-357457,-220845],[-345639,-221346],[-346997,-223623],[-346427,-224100],[-347925,-222777],[-349556,-218946],[-354359,-223925],[-357877,-225224],[-347678,-219081],[-353284,-221453],[-346508,-227402],[-347155,-225109],[-357613,-221367],[-353119,-219800],[-349594,-220086],[-347346,-222098],[-346104,-223048],[-347099,-218634],[-348203,-229085],[-357903,-224984],[-356977,-220627],[-346278,-222286],[-346724,-223763],[-346198,-225038],[-354647,-238370],[-350677,-241873],[-358000,-239154],[-354549,-236026],[-355801,-237765],[-351723,-239293],[-353869,-237145],[-354336,-240001],[-354203,-239452],[-356829,-242870],[-351031,-242980],[-351820,-242365],[-353076,-239232],[-353168,-239208],[-353314,-239158],[-353375,-239133],[-353266,-238984],[-353341,-238926],[-353091,-239003],[-346460,-230372],[-352005,-233369],[-347929,-236059],[-346402,-242602],[-345938,-240583],[-348332,-238100],[-346158,-240537],[-348590,-238951],[-346219,-239290],[-348164,-238126],[-353172,-239034],[-353101,-238987],[-353355,-239101],[-353236,-239064],[-353236,-239064],[-353379,-238995],[-353312,-239075],[-353258,-239010],[-353279,-238970],[-353322,-239107],[-352422,-4206],[-353545,-4721],[-348855,-9992],[-346242,-5132],[-352508,-5851],[-350299,-5554],[-355464,-6207],[-355679,-2242],[-354695,-3500],[-351413,-2949],[-347815,-8515],[-349183,-8222],[-349659,-6304],[-354460,-772],[-351795,119],[-356785,-1779],[-351737,-2895],[-349907,-3610],[-346092,-5801],[-350838,-4778],[-352545,-2253],[-346742,-8344],[-350538,-9255],[-345830,-8556],[-347808,-6378],[-349601,-6188],[-353641,-6642],[-345825,-9736],[-348681,-9716],[-346201,-4836],[-353862,-5842],[-350029,-5806],[-356289,-6712],[-351449,-6566],[-346558,-9354],[-348510,-9410],[-347335,-4692],[-353682,-6373],[-350520,-5554],[-354829,-5932],[-349745,-9643],[-347183,-5772],[-354737,-9667],[-353261,-5829],[-348464,-4984],[-356223,-6174],[-352503,-12354],[-347165,-9650],[-349350,-9248],[-347573,-5659],[-353980,-6242],[-352426,-5691],[-355857,-6126],[-358135,-5940],[-357718,-246269],[-349388,-245691],[-346941,-246825],[-347448,-245531],[-352876,-251689],[-352023,-250821],[-346742,-246855],[-347021,-246193],[-357182,-245984],[-346864,-248398],[-346092,-247639],[-345756,-246441],[-348747,-248139],[-349305,-248105],[-349388,-247233],[-350499,-247474],[-351451,-247804],[-351451,-247804],[-351736,-247773],[-357492,-246187],[-350105,-246795],[-346374,-248373],[-353624,-244283],[-353136,-246621],[-347150,-255126],[-348042,-252566],[-357266,-245852],[-356993,-246672],[-356012,-247022],[-348120,-248176],[-348482,-245571],[-357392,-247192],[-347239,-244002],[-350407,-245626],[-353835,-246801],[-352704,-251048],[-349658,-252105],[-349873,-251961],[-349942,-251986],[-350220,-251906],[-350048,-252147],[-349898,-252302],[-349739,-252216],[-349972,-252226],[-349933,-252246],[-349717,-252252],[-349649,-252435],[-345908,-252595],[-345976,-252828],[-345767,-252734],[-345842,-252594],[-346199,-252335],[-345754,-252645],[-346033,-252655],[-345922,-252599],[-345833,-252850],[-345738,-252714],[-349722,-252063],[-346005,-252595],[-346005,-252826],[-345874,-252825],[-349993,-251891],[-349777,-252306],[-346079,-252877],[-347714,-253132],[-349219,-246103],[-346689,-255524],[-349626,-251789],[-349879,-252019],[-348194,-253162],[-345892,-252629],[-345816,-252769],[-347813,-253011],[-348213,-252932],[-348456,-252685],[-347410,-253120],[-347821,-253403],[-347978,-254033],[-347694,-254513],[-346954,-255715],[-346900,-255530],[-347445,-253779],[-346972,-253835],[-347809,-253055],[-345954,-252893],[-347779,-253730],[-346908,-254457],[-349770,-252018],[-349678,-252116],[-345883,-252836],[-346824,-255710],[-346099,-254958],[-346307,-255335],[-349079,-252219],[-349422,-251668],[-347230,-253070],[-347487,-252877],[-347443,-253522],[-348189,-253520],[-347954,-253261],[-347069,-255788],[-347095,-255614],[-346123,-254492],[-349823,-252099],[-349753,-252086],[-349756,-252184],[-346749,-255605],[-349676,-252016],[-349145,-252230],[-345977,-252632],[-349768,-252209],[-346223,-255640],[-346920,-255605],[-346994,-255614],[-346847,-255623],[-346973,-255731],[-346938,-255715],[-346848,-255662],[-346916,-255623],[-346901,-255663],[-346884,-255762],[-347004,-255550],[-346670,-243437],[-346639,-261734],[-349404,-257562],[-356323,-262137],[-357506,-258619],[-356111,-264230],[-353449,-256215],[-354714,-257174],[-350521,-257564],[-353441,-261561],[-354605,-257498],[-346110,-265554],[-347069,-266830],[-356756,-264275],[-358016,-256398],[-358016,-256522],[-357946,-256412],[-357998,-256327],[-358137,-256384],[-346821,-255853],[-349310,-257234],[-349809,-256522],[-349776,-256664],[-349771,-255951],[-349915,-256097],[-349527,-255830],[-348993,-256896],[-349524,-256931],[-349253,-256972],[-358059,-256503],[-358048,-256577],[-358038,-256466],[-358088,-256449],[-358016,-256398],[-347345,-256107],[-358059,-256503],[-357989,-256660],[-357999,-256539],[-358070,-256542],[-358048,-256698],[-357990,-256570],[-347172,-256221],[-346499,-255905],[-346203,-256208],[-346508,-256263],[-346718,-256739],[-349097,-257052],[-349584,-256890],[-349574,-256890],[-349736,-256860],[-347513,-256367],[-358075,-256507],[-347569,-255998],[-347583,-256599],[-346924,-255826],[-347240,-256484],[-349799,-257052],[-349008,-256362],[-349183,-256485],[-347868,-269597],[-350004,-271195],[-353515,-272518],[-357871,-270992],[-353282,-277007],[-351019,-277550],[-356596,-270849],[-356234,-271082],[-351270,-278134],[-348498,-356966],[-350124,-348998],[-356296,-347547],[-350340,-356637],[-349569,-350957],[-350729,-346189],[-354110,-347419],[-346259,-351861],[-345870,-362761],[-354253,-17701],[-353866,-23001],[-357733,-22593],[-355101,-18505],[-357605,-18627],[-357040,-20141],[-358113,-16612],[-356181,-15267],[-352040,-17365],[-353740,-23292],[-354346,-20497],[-358107,-22617],[-358002,-18841],[-356151,-17548],[-357000,-19264],[-357543,-21471],[-357201,-16787],[-354676,-22360],[-351865,-20928],[-353757,-21888],[-349941,-14993],[-355288,-15979],[-351274,-17724],[-352693,-24914],[-350107,-21577],[-347871,-16025],[-357041,-15857],[-349297,-13198],[-348420,-12626],[-353013,-12662],[-356889,-13587],[-357060,-13257],[-348779,-23847],[-348135,-24334],[-347085,-21875],[-357390,-15370],[-348004,-22379],[-346304,-21734],[-355588,-19603],[-356800,-410347],[-346250,-417385],[-348491,-419845],[-356175,-417637],[-349834,-414110],[-346009,-411526],[-346822,-415969],[-350364,-415503],[-357397,-418069],[-348166,-420137],[-347388,-414487],[-350810,-424616],[-354517,-430473],[-347268,-424220],[-350342,-424439],[-346942,-432004],[-345766,-428800],[-348523,-432367],[-349038,-434946],[-347641,-434676],[-349494,-432053],[-349150,-433070],[-347845,-433768],[-347481,-432844],[-354091,-445661],[-349636,-440376],[-347950,-442722],[-349972,-443056],[-355007,-447055],[-346880,-446807],[-350402,-441174],[-355713,-435233],[-351350,-445906],[-354559,-437615],[-355230,-442567],[-353255,-436214],[-351613,-439861],[-354329,-437856],[-352597,-436911],[-349950,-436391],[-356207,-435106],[-355862,-459269],[-347837,-448960],[-346765,-452070],[-348253,-453516],[-350479,-450944],[-356252,-452437],[-354891,-459029],[-351306,-459540],[-350328,-451824],[-349098,-450254],[-346604,-451205],[-357057,-448601],[-354581,-449766],[-347958,-461593],[-357822,-34618],[-353013,-25907],[-348416,-33856],[-354394,-27360],[-357792,-27407],[-356901,-31068],[-357331,-28782],[-354948,-28654],[-354501,-29851],[-349669,-26933],[-350121,-29718],[-351635,-31864],[-352811,-32972],[-354848,-36610],[-355874,-36730],[-347275,-33901],[-352413,-36896],[-350745,-32507],[-353481,-27262],[-346528,-30136],[-353125,-26319],[-346202,-36274],[-347013,-31930],[-358030,-30638],[-357914,-29562],[-355331,-28512],[-353091,-30367],[-353985,-29130],[-347964,-30106],[-351647,-30287],[-351906,-31026],[-354725,-37153],[-346889,-34591],[-351433,-35754],[-352006,-34192],[-345683,-27259],[-346957,-26944],[-351867,-34301],[-352558,-36528],[-352554,-37019],[-351142,-29988],[-348227,-29038],[-348223,-29405],[-352786,-35612],[-356287,-35134],[-354226,-36957],[-357318,-25579],[-353278,-27881],[-352873,-26149],[-347389,-36042],[-350740,-35671],[-347631,-29527],[-349749,-30805],[-348852,-33637],[-351051,-37377],[-351909,-34905],[-353288,-26411],[-354447,-28144],[-349550,-37853],[-347011,-32475],[-348012,-34039],[-351821,-36844],[-350826,-34544],[-352975,-37954],[-351877,-31362],[-349499,-28892],[-346991,-25722],[-354388,-33516],[-355001,-37455],[-346101,-26478],[-353091,-28889],[-352613,-30201],[-351260,-28696],[-348017,-29366],[-355351,-34192],[-355270,-35534],[-347660,-33232],[-351021,-35054],[-351898,-34709],[-350522,-38043],[-350691,-501292],[-354966,-38260],[-357243,-38658],[-346082,-45018],[-346084,-45171],[-346616,-41223],[-349811,-46340],[-350604,-45580],[-349320,-47269],[-353340,-47909],[-351411,-48709],[-354715,-50366],[-356813,-49399],[-351582,-49615],[-354598,-50994],[-352651,-48080],[-356593,-49379],[-349109,-39805],[-346108,-46814],[-345795,-47384],[-351953,-40336],[-351986,-46306],[-354273,-49684],[-349468,-38669],[-355018,-50986],[-352237,-41361],[-352313,-46364],[-356693,-48839],[-351654,-50837],[-350681,-46496],[-355092,-49222],[-350150,-39380],[-346903,-48618],[-346969,-47736],[-350662,-49995],[-352480,-47380],[-354693,-48015],[-349884,-39074],[-355304,-52835],[-349874,-52343],[-348031,-56743],[-357323,-59883],[-358325,-57403],[-350234,-59366],[-351898,-59379],[-355407,-59096],[-355686,-58608],[-351494,-54359],[-357468,-51963],[-352398,-59753],[-346698,-56659],[-357337,-55322],[-358172,-55941],[-357636,-52548],[-348329,-56774],[-357830,-57271],[-357548,-54775],[-347147,-56988],[-346890,-61979],[-348275,-51499],[-352172,-51451],[-354540,-52563],[-356895,-62788],[-347986,-54821],[-350442,-51860],[-349869,-58252],[-349766,-53352],[-349749,-54099],[-347313,-60679],[-349722,-58668],[-350885,-56140],[-354599,-53343],[-353730,-52991],[-353432,-52926],[-352003,-52267],[-353236,-73885],[-351631,-75718],[-353957,-74142],[-351544,-73670],[-351624,-72571],[-349916,-71965],[-347705,-69201],[-350643,-66248],[-357644,-70789],[-350020,-76380],[-357184,-67421],[-353665,-73813],[-354650,-69369],[-350099,-68904],[-353169,-66975],[-353611,-68213],[-353000,-69228],[-353936,-69276],[-357290,-69281],[-355944,-67412],[-358379,-74231],[-349720,-69787],[-347330,-67938],[-355891,-65460],[-353233,-73871],[-354619,-73674],[-351003,-71329],[-348393,-70324],[-357575,-66121],[-351663,-73278],[-351243,-73981],[-352241,-75632],[-346186,-67325],[-345740,-68054],[-354252,-74048],[-351700,-71339],[-348503,-69884],[-347906,-68348],[-352096,-73798],[-354042,-69963],[-355479,-64804],[-354662,-75400],[-351016,-73064],[-348693,-71505],[-346730,-68898],[-354862,-69889],[-357456,-71703],[-357226,-69602],[-346290,-81284],[-346927,-82837],[-348231,-78159],[-345783,-88782],[-349720,-83927],[-348747,-82626],[-347993,-87731],[-348975,-82981],[-348056,-77258],[-346245,-76704],[-350201,-78647],[-351102,-77649],[-349879,-77257],[-352284,-78303],[-354843,-78562],[-350891,-79061],[-347973,-77681],[-346645,-77742],[-351258,-95559],[-348991,-101175],[-352540,-94702],[-355768,-96130],[-351352,-94128],[-355813,-100846],[-356600,-89684],[-348303,-89500],[-353503,-111789],[-358035,-113393],[-358107,-107677],[-352705,-110169],[-355524,-110304],[-355594,-104061],[-357604,-110685],[-355053,7186],[-351226,12891],[-355236,7635],[-354311,3024],[-345884,1052],[-356903,10931],[-358314,10236],[-353893,8398],[-355971,7978],[-353268,4468],[-354588,7658],[-356244,246],[-352675,4421],[-353798,5145],[-357187,11593],[-351956,7413],[-357788,10466],[-358340,10878],[-350319,7377],[-358037,7692],[-356724,11741],[-350958,10898],[-353307,7643],[-355208,8804],[-357638,10267],[-352714,8199],[-357474,8274],[-352974,186461],[-356731,185720],[-354535,182200],[-356957,187154],[-357009,189551],[-355006,190893],[-354209,188287],[-353831,185493],[-357918,185323],[-355614,182296],[-358396,183367],[-356364,182649],[-355319,187968],[-353414,186731],[-356451,188271],[-354946,190212],[-353235,188936],[-354054,189962],[-357120,185812],[-354249,183124],[-356178,191081],[-353376,188125],[-354580,184419],[-356479,182434],[-353288,185399],[-356465,188540],[-357971,185730],[-356770,191479],[-354956,190675],[-354446,187745],[-353522,185236],[-356214,184884],[-355814,182718],[-356539,184728],[-356341,182513],[-357406,196280],[-358085,196310],[-357607,196652],[-347005,16188],[-350172,24654],[-353423,23868],[-355580,20245],[-358332,13930],[-351302,15881],[-353021,17240],[-347559,15748],[-348723,23333],[-352960,24032],[-354875,17195],[-356084,17352],[-355284,17113],[-351912,21170],[-357782,20651],[-357014,19131],[-356991,14798],[-348791,21664],[-354361,13495],[-350003,13174],[-355534,14848],[-356825,20804],[-355897,13442],[-357838,18177],[-353016,18467],[-349460,14099],[-346011,15622],[-348320,23546],[-354368,24069],[-347502,17749],[-349320,23779],[-353048,23434],[-347035,20150],[-346491,16537],[-349504,23706],[-353455,24272],[-357828,294520],[-351638,287225],[-350945,286036],[-352015,287127],[-349974,285302],[-349570,285563],[-352082,288659],[-349858,286740],[-348683,287304],[-357605,283153],[-355893,282935],[-355867,282088],[-357719,291541],[-353038,293870],[-347144,290515],[-348299,297426],[-346654,297070],[-348410,296596],[-345764,296767],[-356727,295065],[-347383,296311],[-347006,295018],[-345890,302181],[-350899,299923],[-345952,303817],[-353440,304287],[-356424,302148],[-347103,305287],[-353750,296325],[-353213,298423],[-356149,302685],[-350643,300677],[-346666,298707],[-351341,297391],[-349635,297293],[-355040,302786],[-355361,297171],[-351177,302938],[-352891,298529],[-349132,304438],[-347278,304697],[-354895,303416],[-355804,301375],[-346317,305004],[-356600,297810],[-346808,304825],[-353169,300195],[-357866,302132],[-350845,297426],[-358101,303617],[-355064,295033],[-353829,301399],[-356737,303146],[-356620,310788],[-355206,310926],[-358318,308485],[-354097,312618],[-356995,308148],[-356810,309726],[-358045,308190],[-354693,311111],[-357833,309033],[-350732,313724],[-348562,314794],[-347406,318658],[-347185,314880],[-354463,313849],[-352656,315059],[-352488,312934],[-351984,316059],[-352612,315169],[-347384,315967],[-347091,314804],[-354967,314764],[-354102,314331],[-350334,313947],[-345743,317091],[-348752,317894],[-346545,313093],[-353411,315168],[-351789,313811],[-346430,317858],[-347650,317476],[-346492,314220],[-351498,314455],[-352484,313700],[-352775,331676],[-349545,329272],[-348243,331714],[-352777,324368],[-350706,325426],[-351263,331201],[-353632,323936],[-353137,322974],[-350530,324800],[-353581,329547],[-350898,330253],[-355889,330101],[-354884,322789],[-352734,324197],[-352270,323738],[-356646,327743],[-351210,328986],[-349428,330630],[-354401,322587],[-347100,330415],[-348266,330335],[-353432,330302],[-350936,331201],[-347178,330723],[-355059,336340],[-347147,340598],[-350191,342503],[-354245,338384],[-352681,336737],[-353024,337521],[-354393,336934],[-349356,343167],[-351862,340192],[-355977,335341],[-346576,341514],[-347466,341722],[-356110,337279],[-347839,340373],[-351485,340028],[-354032,337653],[-356133,336628],[-349758,384046],[-346592,382819],[-357796,380267],[-354840,382498],[-349687,383407],[-346694,382319],[-354191,382941],[-354204,381615],[-355496,383709],[-355432,382061],[-345826,383217],[-346709,382603],[-353866,382538],[-354943,383829],[-345830,32654],[-346742,30691],[-358104,391167],[-354787,386138],[-354294,385596],[-352382,385233],[-350945,386159],[-355364,384526],[-356693,396609],[-355838,395844],[-357658,391072],[-354490,386146],[-351645,385282],[-350943,386715],[-354772,384762],[-352940,386453],[-358303,388003],[-358213,387267],[-355846,388722],[-355133,386379],[-353184,386611],[-354684,384574],[-349566,384437],[-347644,388582],[-348097,389130],[-349751,389690],[-350239,388902],[-351728,391963],[-352744,391616],[-355325,393418],[-356287,393871],[-356456,396976],[-357608,396843],[-358251,391884],[-347105,390442],[-346594,390829],[-352126,391427],[-352729,391225],[-346293,385046],[-353341,395447],[-353563,396048],[-357586,396400],[-356303,395768],[-354164,386573],[-352482,385728],[-350569,386467],[-352793,386936],[-356679,387830],[-356867,388450],[-355743,388403],[-355596,386436],[-357007,396524],[-356328,396102],[-355830,400150],[-348204,407069],[-348544,407258],[-355454,397787],[-357106,398045],[-353520,399400],[-350256,400752],[-348148,401326],[-346899,400948],[-346073,402533],[-348797,406928],[-346034,404668],[-346639,404551],[-346044,408128],[-346350,408607],[-346339,409425],[-351808,407415],[-350997,406888],[-351071,407242],[-349443,407897],[-349066,408016],[-348296,407445],[-353417,408626],[-353089,408610],[-346341,411242],[-346018,410017],[-346865,411376],[-347835,411076],[-348829,413078],[-349193,413343],[-351111,414131],[-351900,414142],[-352113,414605],[-352247,413415],[-349810,417078],[-350093,416848],[-351927,418202],[-352782,417069],[-352433,417103],[-355329,418295],[-354719,418105],[-356644,419024],[-356108,418779],[-355835,421119],[-355842,420557],[-353219,422342],[-356253,422574],[-358301,421421],[-353491,419324],[-353111,419345],[-352869,418907],[-352189,418623],[-348422,415085],[-347910,411499],[-351108,410316],[-350670,410392],[-350695,411572],[-348055,414880],[-348608,416953],[-348551,417135],[-347176,417465],[-348629,418863],[-347769,418772],[-351269,420736],[-351443,421165],[-351416,418222],[-350516,411703],[-353177,410280],[-353750,411797],[-353423,412068],[-352902,411489],[-357251,426328],[-354889,423991],[-356433,427884],[-358112,428904],[-353875,422704],[-354096,422660],[-355961,423126],[-356073,422690],[-356368,427835],[-356227,428195],[-355712,428106],[-354388,431934],[-354207,429534],[-354611,429210],[-356831,427289],[-357013,426928],[-356265,425137],[-357136,425568],[-354427,425415],[-356581,422786],[-356505,425854],[-346726,50390],[-348121,46083],[-347842,46766],[-354775,44779],[-355146,42428],[-357597,39382],[-354999,39042],[-354974,39960],[-346069,47173],[-347261,47026],[-348220,44878],[-346095,50600],[-348308,46772],[-347593,47048],[-355011,42172],[-354882,38785],[-352385,48808],[-354215,44221],[-362505,-125498],[-363707,-125775],[-358743,-122578],[-360068,-121633],[-361059,-122386],[-362316,-123446],[-360259,-123141],[-359466,-123026],[-358623,-121690],[-358570,-121084],[-364258,-127073],[-362882,-126871],[-362899,-115089],[-369750,-136602],[-369415,-139974],[-370030,-138686],[-368890,-138022],[-368511,-134082],[-368651,-135577],[-368796,-135457],[-368525,-136741],[-369029,-132156],[-367785,-131009],[-366725,-131187],[-366393,-129982],[-364444,-129681],[-364211,-129269],[-369282,-139161],[-370037,-139521],[-369826,-137882],[-369774,-137322],[-368854,-138827],[-369495,-133705],[-368373,-131274],[-369249,-130190],[-368066,-132537],[-367025,-130351],[-365918,-131034],[-365088,-131764],[-364664,-131448],[-365116,-128541],[-364661,-128114],[-365794,-129269],[-365383,-129465],[-367637,-138226],[-367601,-139473],[-366975,-139305],[-370606,-140845],[-369338,-141604],[-365854,-141746],[-371170,-141713],[-370025,-142217],[-370557,-144064],[-369943,-143977],[-370838,-143527],[-366704,-142179],[-370323,-142713],[-371049,-143480],[-362636,-166160],[-361500,-165665],[-362153,-165726],[-360737,-164335],[-360196,-163412],[-361608,-163737],[-358424,-164994],[-359107,-164962],[-359048,-166012],[-360525,-163551],[-361482,-164945],[-359056,-164052],[-369251,-165581],[-361991,-173722],[-363022,-170755],[-358916,-172704],[-359889,-174517],[-369096,-177948],[-369162,-178587],[-369884,-177122],[-367308,-174710],[-369745,-166386],[-362371,-173632],[-362766,-173117],[-362799,-173590],[-361930,-173163],[-362288,-174279],[-362841,-171877],[-362587,-172082],[-362348,-170918],[-362846,-170177],[-359787,-171062],[-359439,-170537],[-360647,-171428],[-369206,-167439],[-370052,-167355],[-359070,-172375],[-368956,-172893],[-362137,-177064],[-359955,-178769],[-370429,-169141],[-369717,-167416],[-370512,-166673],[-369002,-172678],[-366300,-171675],[-366735,-174578],[-365941,-174784],[-366400,-174077],[-367052,-172900],[-366672,-172875],[-366238,-172351],[-366754,-171823],[-366807,-169110],[-364559,-169468],[-367812,-170857],[-366499,-173554],[-362216,-170072],[-365629,-169110],[-367497,-166389],[-363549,-169631],[-369469,-169957],[-365870,-167778],[-365777,-170222],[-362842,-169302],[-359912,-174946],[-361064,-176251],[-360220,-178298],[-358452,-166371],[-362019,-166304],[-370207,-169669],[-371014,-167159],[-370818,-171582],[-369482,-171361],[-370630,-175591],[-371068,-175261],[-366320,-185092],[-364910,-183910],[-367300,-181941],[-359781,-179285],[-360793,-184710],[-365677,-188617],[-365233,-189657],[-365113,-190412],[-364410,-190598],[-365201,-187150],[-367266,-185177],[-366668,-187197],[-367839,-187332],[-368263,-186431],[-368257,-185796],[-363892,-189801],[-363949,-189139],[-359988,-191259],[-361757,-191711],[-362285,-190838],[-360853,-188851],[-368092,-185949],[-362942,-188950],[-371027,-191783],[-368041,-183341],[-368068,-182608],[-366982,-184063],[-367725,-183679],[-367126,-186881],[-367897,-185116],[-367905,-187104],[-368559,-188061],[-367031,-186407],[-367862,-188034],[-367473,-191631],[-368822,-189801],[-369473,-189387],[-368802,-189740],[-369193,-188763],[-366962,-189071],[-367007,-190458],[-366337,-190969],[-367112,-189316],[-366033,-182819],[-366345,-183272],[-365248,-183794],[-359281,-179112],[-358555,-183032],[-359009,-182740],[-361890,-181648],[-362354,-181112],[-362172,-182230],[-362729,-182219],[-362934,-183427],[-362426,-184482],[-364279,-186870],[-364649,-186508],[-365180,-185648],[-365633,-186278],[-364624,-186016],[-370535,-184332],[-371037,-184396],[-370034,-183366],[-369500,-182872],[-369650,-184155],[-369725,-189523],[-368131,-191420],[-365473,-191396],[-370986,-188778],[-360312,-190183],[-362788,-190905],[-362412,-188753],[-365878,-179377],[-369051,-196250],[-370946,-193329],[-369827,-203915],[-364227,-202220],[-361223,-191885],[-360507,-191863],[-366068,-203646],[-363307,-203999],[-364205,-202660],[-370550,-191905],[-368170,-192888],[-367920,-192251],[-368307,-192016],[-367315,-192186],[-368797,-192589],[-368531,-195417],[-370875,-195509],[-367940,-195135],[-361909,-193185],[-362234,-192804],[-361248,-192741],[-366407,-193212],[-366853,-192482],[-364833,-197007],[-364789,-197775],[-363863,-196978],[-367661,-202928],[-366521,-201628],[-365931,-201364],[-364125,-197037],[-367091,-196328],[-365456,-196073],[-364400,-197370],[-370049,-198078],[-370663,-198235],[-368956,-196659],[-369515,-196822],[-368384,-196610],[-370032,-203684],[-363237,-204499],[-364595,-193760],[-364465,-194166],[-366825,-196584],[-368752,-193891],[-366686,-199129],[-358977,-194102],[-361113,-196823],[-367329,-202415],[-361933,-204320],[-368809,-210458],[-369348,-211854],[-370265,-212107],[-364605,-206398],[-367846,-215338],[-370650,-209754],[-368751,-214259],[-361702,-206778],[-363234,-207155],[-362891,-210865],[-363511,-211780],[-366072,-211341],[-366334,-211340],[-364834,-213417],[-366851,-214645],[-368619,-214760],[-371141,-210368],[-370676,-211639],[-367700,-206262],[-369474,-210862],[-364643,-206826],[-365169,-207848],[-367664,-209641],[-369710,-216871],[-371190,-210023],[-369167,-209511],[-368850,-207667],[-368921,-213831],[-369277,-213957],[-368973,-213402],[-364702,-205377],[-364594,-207801],[-367373,-212225],[-367363,-212514],[-367742,-214653],[-367349,-214437],[-368161,-209704],[-367397,-206192],[-368016,-205627],[-363782,-213922],[-361681,-215442],[-360854,-216097],[-360511,-216325],[-365192,-215965],[-365718,-215379],[-360571,-217205],[-364430,-216488],[-362104,-213682],[-361265,-213399],[-360864,-212860],[-359140,-214675],[-358725,-214884],[-359273,-228406],[-368624,-224485],[-368044,-221756],[-365177,-223743],[-371174,-220191],[-369499,-223766],[-370547,-223227],[-368016,-221770],[-368214,-223034],[-363813,-225183],[-369260,-222315],[-366548,-222679],[-365246,-224667],[-363656,-220444],[-361640,-219955],[-360113,-218245],[-359941,-221318],[-361638,-222148],[-358405,-223232],[-367722,-217958],[-365915,-218849],[-364136,-219464],[-362882,-222993],[-363793,-217409],[-361178,-217904],[-370962,-219915],[-362932,-223466],[-359640,-220542],[-362412,-220905],[-362986,-219087],[-363551,-218290],[-366358,-219818],[-369080,-219070],[-359662,-221139],[-362484,-219857],[-364012,-218544],[-363888,-217837],[-366268,-218732],[-369434,-220020],[-359197,-220128],[-361902,-220699],[-363867,-219529],[-364421,-218383],[-365453,-219865],[-368611,-220403],[-371015,-218985],[-366206,-237561],[-362684,-235642],[-360071,-234179],[-361907,-237835],[-359809,-236294],[-359158,-240645],[-359304,-240870],[-360652,-235237],[-358914,-234860],[-359509,-234666],[-359529,-234326],[-365568,-242629],[-359614,-9185],[-361477,-8897],[-358641,-6028],[-361670,-2981],[-360039,-1673],[-358601,-9509],[-360924,-9302],[-358477,-5417],[-362399,-1282],[-364775,-3914],[-359409,-9886],[-360938,-8893],[-358569,-6162],[-361863,-1214],[-370785,-9528],[-368689,-11671],[-358771,-9714],[-361146,-8929],[-361409,-9671],[-359255,-5937],[-362273,-833],[-367996,-12463],[-364365,-198],[-359258,-9569],[-360983,-8929],[-365472,-2344],[-369189,-12325],[-364598,-12014],[-367517,-12312],[-363357,-6168],[-364298,-5530],[-362911,-245650],[-366518,-254407],[-364853,-253246],[-365698,-253128],[-366060,-252392],[-366270,-254879],[-369106,-243759],[-370022,-244768],[-367040,-247096],[-368592,-254093],[-364189,-246020],[-364688,-247747],[-359956,-245685],[-362722,-246629],[-366366,-250229],[-365440,-249806],[-364059,-243831],[-364419,-247745],[-365036,-248455],[-365208,-249668],[-365972,-249626],[-367074,-249476],[-361058,-245718],[-363157,-248652],[-365777,-249293],[-365760,-243106],[-361398,-255423],[-363001,-257470],[-361289,-257055],[-364251,-258099],[-364543,-258874],[-367052,-259309],[-365699,-258180],[-366575,-256962],[-367359,-258894],[-363522,-265904],[-365519,-259531],[-359246,-259589],[-366620,-258655],[-362412,-256815],[-363780,-256979],[-362580,-268005],[-364068,-266814],[-366468,-268139],[-368579,-268111],[-366863,-273887],[-367095,-271509],[-368258,-275370],[-366700,-277253],[-365139,-276075],[-364425,-275068],[-369398,-275401],[-369858,-272297],[-370652,-274490],[-370581,-274628],[-370909,-271859],[-360216,-344658],[-364977,-343881],[-367225,-345705],[-364442,-346912],[-360489,-348650],[-364406,-345820],[-367303,-347282],[-361760,-370235],[-362509,-363036],[-364844,-364322],[-364600,-13250],[-369136,-20846],[-368524,-18492],[-370312,-17957],[-366724,-17043],[-361033,-17829],[-362076,-19492],[-363644,-20527],[-363464,-23462],[-360514,-22425],[-359707,-20624],[-360064,-14918],[-360429,-16579],[-365775,-16523],[-363776,-17787],[-360499,-18140],[-361954,-18596],[-361364,-18367],[-360485,-15869],[-371117,-24206],[-367057,-15498],[-365301,-13710],[-359475,-17363],[-358808,-17303],[-370801,-21407],[-368888,-21544],[-368971,-20781],[-362082,-18414],[-362717,-18741],[-363570,-19781],[-363394,-25307],[-361867,-20769],[-361902,-22602],[-360718,-22395],[-361678,-24361],[-364264,-12985],[-367839,-14807],[-370853,-22722],[-366752,-13244],[-362847,-18920],[-362728,-19104],[-368275,-16867],[-363764,-21979],[-364807,-21799],[-365421,-12983],[-367836,-15476],[-369325,-18035],[-368835,-21183],[-368175,-16601],[-358931,-13669],[-365344,-12854],[-368247,-15074],[-368555,-18278],[-370597,-18643],[-368948,-21280],[-368146,-17453],[-368913,-415756],[-365776,-414473],[-365554,-414124],[-361121,-433996],[-359427,-432775],[-362582,-433711],[-359597,-443310],[-370359,-447486],[-359370,-435275],[-367816,-443677],[-363342,-447797],[-369724,-445101],[-368741,-447304],[-369593,-443037],[-359557,-440487],[-358447,-441745],[-360067,-437340],[-361767,-440739],[-361559,-437495],[-371134,-451950],[-365231,-449670],[-363256,-454922],[-365679,-456343],[-366562,-448587],[-358495,-453553],[-369021,-456607],[-365427,-460147],[-365818,-457149],[-368300,-451468],[-364418,-449316],[-369154,-457449],[-365970,-453500],[-366211,-459897],[-363006,-454073],[-364549,-455003],[-365279,-456000],[-362071,-453473],[-368133,-460174],[-358131,-449896],[-361775,-449419],[-361801,-448111],[-370235,-469958],[-370403,-469566],[-367723,-465493],[-370657,-463381],[-362474,-471759],[-369634,-464960],[-361740,-469219],[-360017,-465743],[-362741,-470095],[-359726,-465894],[-369804,-465977],[-369444,-465788],[-371005,-460668],[-366695,-465689],[-364713,-464716],[-361807,-474403],[-370301,-29990],[-361362,-26114],[-361474,-26510],[-362237,-28274],[-361017,-26931],[-360629,-29529],[-358859,-31622],[-361869,-31376],[-362141,-34911],[-368230,-29822],[-363770,-25575],[-361720,-26381],[-363373,-26325],[-363939,-34588],[-370600,-29726],[-370973,-30881],[-363995,-34370],[-360532,-26228],[-359445,-32137],[-360695,-33511],[-367736,-30248],[-367521,-30110],[-369443,-30350],[-359275,-37569],[-359871,-36667],[-361000,-37572],[-361832,-37568],[-364129,-35122],[-359414,-36433],[-361194,-35523],[-359613,-37457],[-370571,-37785],[-371071,-37424],[-365799,-37952],[-368343,-38081],[-358822,-516060],[-359189,-514096],[-362539,-38851],[-364764,-40199],[-361058,-50179],[-370474,-49465],[-369028,-45223],[-365844,-48748],[-364386,-47374],[-364807,-45680],[-358834,-48939],[-362149,-39583],[-367961,-43084],[-359989,-47558],[-358531,-39959],[-361550,-39487],[-367274,-39737],[-369359,-39505],[-369512,-40227],[-369674,-48761],[-367958,-47634],[-369521,-45079],[-366685,-48079],[-362727,-43162],[-366460,-43536],[-360989,-46731],[-368913,-38540],[-367516,-40181],[-363222,-43070],[-364382,-44373],[-371154,-46896],[-364714,-43707],[-368147,-50611],[-361163,-46509],[-360101,-43006],[-360981,-47107],[-370150,-50353],[-366972,-43891],[-361868,-39340],[-365022,-38830],[-366533,-40727],[-367691,-44216],[-371131,-41033],[-360605,-48690],[-362069,-55408],[-361409,-58446],[-369656,-53583],[-370462,-56325],[-365447,-55719],[-366720,-57325],[-363747,-58348],[-362351,-56870],[-364557,-59119],[-366040,-62287],[-367304,-59719],[-369704,-62245],[-368878,-61045],[-369260,-60472],[-368863,-63143],[-359217,-52791],[-360660,-53522],[-358642,-61573],[-360235,-60002],[-359350,-60852],[-369409,-52000],[-363990,-52685],[-364807,-54839],[-364438,-62772],[-363020,-59052],[-365631,-58551],[-368845,-60176],[-358556,-61887],[-361076,-62001],[-364003,-63142],[-370921,-56406],[-364112,-53805],[-361037,-58582],[-361018,-63061],[-370831,-61788],[-361317,-52888],[-360579,-52544],[-361804,-54326],[-359753,-55698],[-358840,-56107],[-370019,-51173],[-368934,-53004],[-364328,-54260],[-367301,-53393],[-360356,-54022],[-359011,-53964],[-359013,-52584],[-361606,-51415],[-371194,-58046],[-364010,-52078],[-362048,-58028],[-364830,-62626],[-370020,-62650],[-359002,-63419],[-370853,-52279],[-370523,-54001],[-364235,-53554],[-360824,-57230],[-362279,-63045],[-364475,-62810],[-369992,-62621],[-365451,-55628],[-363507,-53368],[-361942,-57709],[-361792,-61897],[-364930,-62303],[-369075,-63316],[-370361,-54037],[-370959,-52981],[-371096,-54720],[-364797,-52052],[-365189,-56670],[-364167,-63573],[-370361,-62461],[-363442,-60140],[-364172,-59581],[-364787,-57614],[-368440,-60694],[-368406,-61038],[-370600,-62409],[-364118,-52130],[-360923,-58694],[-368272,-72054],[-360633,-66178],[-368724,-71282],[-365105,-74818],[-365954,-71620],[-362050,-70356],[-360190,-74511],[-362329,-71407],[-360135,-72905],[-362433,-72971],[-363746,-68631],[-367560,-67181],[-370412,-72867],[-365150,-75075],[-368467,-74898],[-366527,-69684],[-368378,-71549],[-369648,-70110],[-369139,-67822],[-371119,-67135],[-366731,-67816],[-367757,-69986],[-359901,-68175],[-363230,-67732],[-358885,-73217],[-368080,-72498],[-365177,-74780],[-367256,-65967],[-368889,-68152],[-365909,-70554],[-358291,-67483],[-359368,-67302],[-363496,-72074],[-361105,-64287],[-360984,-73645],[-362252,-73344],[-363418,-67861],[-368139,-68454],[-358890,-65952],[-367108,-70355],[-367978,-69755],[-360819,-69813],[-362605,-71159],[-360865,-63826],[-361954,-74445],[-364818,-72862],[-364815,-69233],[-368316,-67941],[-359693,-64905],[-361709,-69083],[-362028,-74557],[-361450,-73434],[-364341,-73862],[-363787,-69043],[-365865,-68003],[-368772,-75640],[-365849,-71079],[-365482,-73918],[-367483,-70117],[-360145,-66486],[-359645,-67050],[-359360,-66929],[-360662,-64869],[-360870,-65594],[-362460,-64505],[-359123,-64510],[-359391,-64360],[-359661,-67819],[-362699,-64055],[-363057,-70037],[-361406,-71716],[-363833,-72343],[-361367,-72946],[-364810,-74541],[-363181,-67180],[-366807,-66718],[-361990,-66598],[-358631,-69353],[-360497,-68304],[-359161,-90251],[-360892,-99968],[-359708,-99043],[-359560,-105044],[-358593,-106433],[-359507,-102563],[-358402,-109592],[-360049,11143],[-363694,3061],[-365618,11446],[-358571,3771],[-360204,2517],[-364341,11961],[-359563,5682],[-360184,8146],[-363395,4035],[-362190,5364],[-360070,2288],[-359536,5794],[-361379,8208],[-358592,5251],[-362732,10622],[-359766,4916],[-360077,8343],[-362536,2089],[-362807,4870],[-366883,12127],[-363373,3073],[-362542,5386],[-364517,10970],[-360224,9610],[-363081,3071],[-362162,3693],[-364976,10369],[-362578,1003],[-365748,185279],[-368672,191364],[-359207,181439],[-359806,182562],[-361132,186099],[-358585,189134],[-359060,186936],[-365319,185328],[-364080,186880],[-364921,190291],[-359498,192040],[-358524,185714],[-359396,181911],[-360094,183884],[-363064,186304],[-360760,188277],[-361450,190197],[-359188,189577],[-359096,188183],[-358615,187270],[-361761,182818],[-363929,191058],[-359223,185685],[-359816,182089],[-360006,184198],[-363288,186387],[-363286,187632],[-363069,188027],[-358409,187779],[-361185,182166],[-364636,186205],[-365364,187661],[-365111,188966],[-358723,186144],[-365173,185805],[-368015,190816],[-362691,184914],[-364407,193905],[-360945,194777],[-362228,197280],[-361187,197780],[-362053,193193],[-362365,192966],[-363614,194052],[-360568,193209],[-359946,196522],[-360261,196390],[-363797,193030],[-361794,195002],[-363361,195325],[-362435,195506],[-359395,196821],[-360624,193553],[-359912,198636],[-370187,216676],[-369122,217618],[-369731,216432],[-371043,218291],[-370102,219369],[-361453,22808],[-363749,15954],[-365478,13337],[-361018,20014],[-362032,19858],[-358874,22007],[-360633,13428],[-359183,16061],[-359903,24978],[-366022,24606],[-360272,25618],[-359236,280623],[-367485,288563],[-367016,291848],[-364315,291577],[-362670,285172],[-363635,293131],[-362702,282187],[-366568,283806],[-367940,287368],[-364141,292622],[-366023,289647],[-363173,285141],[-362501,286928],[-360969,293667],[-371042,293894],[-371193,293846],[-368571,288376],[-359977,290805],[-359371,293449],[-359878,292579],[-365019,282821],[-360374,290028],[-369556,290292],[-368747,292291],[-362114,285924],[-366095,281827],[-363299,292405],[-363912,288704],[-361629,289024],[-368410,287638],[-364636,293079],[-363559,286518],[-363453,287367],[-363160,293632],[-369490,291385],[-360756,290224],[-368017,286349],[-362092,292768],[-359568,292309],[-361244,295434],[-360554,294760],[-358928,299260],[-363407,306956],[-363379,305110],[-366981,301673],[-369910,301936],[-361179,296999],[-360930,303192],[-360471,302879],[-359694,299790],[-363171,306811],[-363711,303893],[-367246,302129],[-368446,302585],[-359847,295960],[-358702,298714],[-362124,301748],[-361797,296185],[-360775,300679],[-363406,304541],[-362933,305924],[-359853,303527],[-362061,302968],[-361058,305415],[-362190,306473],[-369817,296395],[-364598,304928],[-360462,307132],[-362817,306965],[-358962,298109],[-365413,302394],[-359537,302443],[-362613,304070],[-366983,303769],[-369411,303267],[-360929,302671],[-359973,298075],[-368434,318824],[-368973,318832],[-369672,315350],[-370322,319195],[-358688,309736],[-359007,312782],[-370573,311162],[-360043,309155],[-360791,308220],[-359661,310919],[-369547,310204],[-360453,308375],[-361348,307835],[-358456,309332],[-358682,311944],[-358800,311685],[-360937,307754],[-362049,308360],[-358607,311749],[-369229,320399],[-367662,329410],[-370116,324211],[-370647,322589],[-370332,320249],[-364723,326319],[-369438,330104],[-369468,328791],[-368703,327743],[-368117,326851],[-364680,327860],[-361624,327597],[-359521,320470],[-360324,321663],[-360096,321762],[-358746,326672],[-358753,331068],[-368228,336216],[-370321,337648],[-368744,336615],[-367326,333884],[-369823,338566],[-370751,339295],[-367378,334543],[-370907,370162],[-369032,368529],[-369726,366155],[-369514,366776],[-367311,373194],[-365554,378348],[-364911,377203],[-361998,380190],[-365689,373494],[-366946,383783],[-366827,381083],[-363821,380754],[-366201,374245],[-365177,378055],[-363973,376300],[-365164,373974],[-361787,382352],[-365177,382237],[-367467,380353],[-363965,376548],[-361452,380125],[-364590,374580],[-361437,383353],[-366090,383815],[-362367,383218],[-364418,381878],[-365414,381745],[-361724,382919],[-364330,382678],[-363682,383212],[-363150,382751],[-364507,384075],[-359189,28637],[-360459,385609],[-359096,393740],[-362009,389321],[-364511,390222],[-367254,395716],[-361561,386547],[-359868,394751],[-363310,389923],[-360853,391226],[-366707,387925],[-364215,388213],[-367944,396464],[-367137,384359],[-359580,395129],[-360270,395519],[-361973,395532],[-361715,396128],[-362301,396688],[-362169,396117],[-361088,386158],[-361112,394519],[-361478,391678],[-362755,388488],[-366686,387018],[-367428,396420],[-365435,384387],[-363737,385155],[-362722,385059],[-362333,385644],[-367437,389810],[-370353,390906],[-368438,392078],[-366624,395450],[-368168,394378],[-371019,393202],[-370480,396021],[-367906,389819],[-370065,392321],[-368320,392520],[-366123,395490],[-369532,395300],[-371064,392897],[-369908,394670],[-367925,389393],[-369867,390519],[-367602,393537],[-364640,395910],[-369699,392915],[-361956,397350],[-361285,398527],[-360552,398204],[-359148,398476],[-368711,398268],[-369275,398406],[-359164,398344],[-367483,399657],[-367672,400216],[-366821,399662],[-366143,399602],[-366046,399109],[-365218,400352],[-365460,400037],[-368326,397868],[-367610,397321],[-366951,407967],[-366075,408622],[-365020,409229],[-365938,408206],[-361185,406339],[-365764,404231],[-361130,408258],[-365909,405727],[-366187,407587],[-363972,409250],[-364011,403527],[-360750,406008],[-364971,402574],[-360213,409343],[-365401,405465],[-367666,406806],[-367008,408325],[-366934,409362],[-366938,406757],[-363349,404178],[-362831,406086],[-365973,404058],[-361869,408957],[-363936,405877],[-364801,408688],[-369841,402102],[-369552,401534],[-369748,400367],[-369759,399623],[-370328,400245],[-367896,401300],[-368244,400944],[-369145,403499],[-368482,403355],[-368664,402983],[-364359,420732],[-361149,421592],[-367867,418273],[-367248,415629],[-365664,414646],[-365356,413781],[-366916,416153],[-364898,416190],[-367780,415620],[-364714,414956],[-364682,414112],[-365966,413241],[-365989,413290],[-366876,415879],[-367569,417994],[-365191,415372],[-359663,421597],[-360045,422080],[-360510,421489],[-360941,421414],[-361410,422202],[-361564,422416],[-362365,422175],[-363403,421806],[-363086,422195],[-363895,420938],[-364184,421562],[-364836,421430],[-358544,420972],[-359085,421428],[-365172,418666],[-364999,418220],[-364694,417643],[-365500,418206],[-364037,415917],[-364499,415348],[-364615,415876],[-361671,417166],[-362161,416980],[-363161,418175],[-363523,417808],[-360275,418959],[-358998,417082],[-358831,417606],[-358435,418182],[-361568,419352],[-360605,419268],[-361621,417345],[-361434,417481],[-364767,415263],[-368677,418823],[-368569,418607],[-367961,417932],[-369228,419810],[-369377,420409],[-368921,420890],[-368625,421011],[-364719,415122],[-367283,414951],[-368171,413880],[-368484,418209],[-368226,418116],[-365527,414544],[-365567,414519],[-365359,413991],[-367249,415306],[-367180,416636],[-367681,417674],[-365199,416036],[-366775,415890],[-367372,416583],[-366809,416948],[-367330,417265],[-367601,417917],[-368225,414145],[-360565,413753],[-360847,414827],[-361308,411731],[-366437,412015],[-368094,412444],[-368573,414790],[-368274,414124],[-361168,412805],[-360575,411539],[-360148,413484],[-367134,410232],[-366945,411764],[-366382,412678],[-368654,412880],[-368969,414419],[-367467,412467],[-360864,412703],[-370473,413174],[-370422,412247],[-371007,412260],[-369974,412961],[-361332,414219],[-361127,411230],[-371008,411410],[-370852,411126],[-370321,411948],[-369965,412184],[-369872,412421],[-371071,418670],[-371117,418656],[-370266,417671],[-369961,417446],[-369686,416165],[-369492,415820],[-370192,412647],[-365734,412900],[-366210,411527],[-366854,412353],[-368374,414571],[-359748,427093],[-366612,423465],[-366950,429465],[-367581,430812],[-370877,424651],[-360312,428887],[-366064,424007],[-367333,427985],[-368159,431103],[-363029,430652],[-366149,424808],[-366650,428305],[-367434,431149],[-365987,423528],[-365462,423862],[-366887,423948],[-361877,426197],[-361680,426798],[-361820,428593],[-363115,430878],[-368419,429872],[-368217,430402],[-368779,430267],[-369045,429623],[-368085,427819],[-367464,427483],[-366852,427431],[-368880,429311],[-366345,427986],[-362622,426288],[-361780,425597],[-360180,425655],[-360297,424910],[-359576,425182],[-359623,425828],[-359769,426325],[-359566,427269],[-359356,430247],[-358986,430046],[-363457,430243],[-18382,-126766],[-20773,-126363],[-23404,-126343],[-23549,-125340],[-21685,-126033],[-21459,-125920],[-16735,-127710],[-14675,-126647],[-25538,-124723],[-17337,-127184],[-17798,-127323],[-17796,-126147],[-19971,-125177],[-13979,-117003],[-18440,-115052],[-16406,-115643],[-15035,-125094],[-22712,-123232],[-12950,-120463],[-21619,-138587],[-22474,-136870],[-21139,-134399],[-20814,-136900],[-22718,-132899],[-23005,-132848],[-23570,-132335],[-18529,-129052],[-21195,-128548],[-22093,-128007],[-21396,-128379],[-22909,-131193],[-25145,-130069],[-20003,-129067],[-19360,-129932],[-24437,-133347],[-24255,-132006],[-22091,-132691],[-21883,-132057],[-23679,-132125],[-16488,-138664],[-18530,-134983],[-24758,-150796],[-23610,-146180],[-21549,-147434],[-20918,-149620],[-14961,-151820],[-14378,-149058],[-14358,-149645],[-17436,-148351],[-16836,-149060],[-18756,-150071],[-20237,-149709],[-23398,-151389],[-23190,-152906],[-24769,-149121],[-25062,-142864],[-25429,-143247],[-23148,-143732],[-24352,-141369],[-25220,-141337],[-17279,-152806],[-16750,-153583],[-17213,-159956],[-16945,-162119],[-14783,-164925],[-24162,-153458],[-22586,-161968],[-12826,-157702],[-14625,-154443],[-15206,-154223],[-14711,-154799],[-17442,-154247],[-16599,-155228],[-19754,-155362],[-20732,-157162],[-25340,-157008],[-24148,-157287],[-21933,-155450],[-20482,-155536],[-18322,-155185],[-20353,-154416],[-22617,-160323],[-23053,-159569],[-22893,-158371],[-23384,-157680],[-20768,-159183],[-21571,-158557],[-17442,-159554],[-15465,-158319],[-14850,-158423],[-16346,-162886],[-15992,-163924],[-16190,-163815],[-15286,-165254],[-13746,-165984],[-13142,-165598],[-16917,-162634],[-17355,-163416],[-16977,-165595],[-20492,-165540],[-21151,-162754],[-21163,-163189],[-20881,-161073],[-20433,-161122],[-25567,-160762],[-22781,-155493],[-21895,-161870],[-23222,-164274],[-21701,-158934],[-20482,-162005],[-23184,-164483],[-12958,-165548],[-23319,-164833],[-15593,-170246],[-15869,-174146],[-16591,-174318],[-15995,-174170],[-17391,-171420],[-16475,-173839],[-15154,-173676],[-17569,-171656],[-18446,-171674],[-18682,-173426],[-19391,-173446],[-18674,-173073],[-19965,-171136],[-21349,-172467],[-20842,-172582],[-18002,-170618],[-17481,-170679],[-18943,-169165],[-17932,-168722],[-16283,-168561],[-13455,-170116],[-22638,-175416],[-23711,-176436],[-24565,-177765],[-23164,-176098],[-22408,-174839],[-24575,-166948],[-24264,-177243],[-15307,-169738],[-13127,-178804],[-18760,-177193],[-21529,-178835],[-14891,-168139],[-16304,-168085],[-14280,-176616],[-18478,-177445],[-24333,-166652],[-24439,-178013],[-14566,-168884],[-13481,-177702],[-15817,-169631],[-17182,-177253],[-25223,-166531],[-24049,-177697],[-14855,-168219],[-21725,-172403],[-21777,-172222],[-22122,-172458],[-22091,-172125],[-22107,-171835],[-21945,-172048],[-21559,-171090],[-21886,-170695],[-21231,-171005],[-21169,-168924],[-20884,-168827],[-20418,-169124],[-17944,-176997],[-20711,-168325],[-20130,-168348],[-23452,-168077],[-24402,-166736],[-23113,-168603],[-24949,-175714],[-24673,-174902],[-18289,-167433],[-18205,-166353],[-19987,-166304],[-22893,-168249],[-23719,-167924],[-21128,-169729],[-21528,-169799],[-25435,-167955],[-25423,-167688],[-25026,-170741],[-23789,-169895],[-24076,-177748],[-13404,-174923],[-16896,-166457],[-13670,-167138],[-16373,-176062],[-15421,-167391],[-15481,-177198],[-19103,-176823],[-24163,-175244],[-25401,-175968],[-24468,-173297],[-23548,-173828],[-24307,-177800],[-21633,-178817],[-17935,-181717],[-17273,-181899],[-23830,-183779],[-23970,-185703],[-22055,-185925],[-24427,-184271],[-12811,-180715],[-18062,-179550],[-15894,-181285],[-19534,-185285],[-19346,-180900],[-16929,-185798],[-15913,-183176],[-17575,-181548],[-25345,-181597],[-23716,-181922],[-24363,-180846],[-25543,-182606],[-24385,-181400],[-23709,-185963],[-22839,-185637],[-24309,-182725],[-24908,-183681],[-16358,-185509],[-16553,-183747],[-12761,-184656],[-24248,-184682],[-15863,-186066],[-14626,-179218],[-21841,-181815],[-14730,-182988],[-24044,-185903],[-21869,-186281],[-20398,-181247],[-20026,-185079],[-22731,-185135],[-18209,-179072],[-19465,-182956],[-21435,-179989],[-23977,-182917],[-21287,-179303],[-17746,-179101],[-13135,-180883],[-25201,-186459],[-21936,-185918],[-20899,-181127],[-18518,-180092],[-19682,-184939],[-17814,-185308],[-15840,-182251],[-16135,-186447],[-25018,-185663],[-16907,-186280],[-18891,-183429],[-18527,-180165],[-14862,-180450],[-17598,-185523],[-19872,-183124],[-15788,-182813],[-16944,-189327],[-18250,-190746],[-16396,-190730],[-16112,-191201],[-21966,-191141],[-16268,-191332],[-12955,-191577],[-14891,-191399],[-15765,-190153],[-15385,-191052],[-23818,-191461],[-16686,-190271],[-17464,-191041],[-21326,-191597],[-18361,-191092],[-16596,-189862],[-15509,-189984],[-16299,-190449],[-20177,-191424],[-17468,-189108],[-24398,-203233],[-24256,-201643],[-24542,-200494],[-23945,-196651],[-24523,-200236],[-21769,-199096],[-22923,-197344],[-18761,-194537],[-24851,-194176],[-25532,-197509],[-18954,-192573],[-16008,-198340],[-17396,-192016],[-17156,-192358],[-16688,-198697],[-14396,-192548],[-21652,-193859],[-13641,-197814],[-17176,-194437],[-14223,-193046],[-21891,-192664],[-16645,-198702],[-23329,-193997],[-14905,-191800],[-14432,-194215],[-15845,-197855],[-23035,-195457],[-13315,-200985],[-17428,-194475],[-13809,-193743],[-23716,-204291],[-25082,-204180],[-25535,-202196],[-24718,-202021],[-25063,-199356],[-23391,-199113],[-21601,-197813],[-22427,-197025],[-19270,-195297],[-24259,-194779],[-24633,-195588],[-25256,-196581],[-17564,-194480],[-20051,-192963],[-13720,-193963],[-12989,-191824],[-22632,-193372],[-18500,-193289],[-21666,-196761],[-25407,-213939],[-25121,-212928],[-22454,-214785],[-23225,-213888],[-23072,-216209],[-20464,-212590],[-19397,-208600],[-21071,-207716],[-22907,-209124],[-25115,-215461],[-24720,-216048],[-20992,-214677],[-23979,-212381],[-22142,-215483],[-20779,-212304],[-18856,-207283],[-20762,-208485],[-21906,-208858],[-25559,-215106],[-17209,-213881],[-19354,-213683],[-16522,-207223],[-16958,-206186],[-17217,-215735],[-23426,-205397],[-21837,-210302],[-17596,-210056],[-12994,-206740],[-17060,-214133],[-17597,-212427],[-17069,-207249],[-17184,-206641],[-22939,-205266],[-25309,-204826],[-17369,-214480],[-17263,-210304],[-17449,-209769],[-14383,-212117],[-18719,-224387],[-20042,-228678],[-19091,-227457],[-19788,-226978],[-22086,-227686],[-18984,-225857],[-16506,-229986],[-17309,-224673],[-20314,-223475],[-19460,-228312],[-20864,-227139],[-21425,-227536],[-19477,-223929],[-25517,-218819],[-16797,-227062],[-24280,-217911],[-23923,-225338],[-24493,-223339],[-20422,-226124],[-16062,-223641],[-14963,-221938],[-18377,-217451],[-18990,-221242],[-17094,-218697],[-14420,-218863],[-14791,-225309],[-19611,-219218],[-19623,-221450],[-17493,-223944],[-13733,-226371],[-13442,-226198],[-13884,-238354],[-20564,-241153],[-21537,-241880],[-25550,-230796],[-19329,-1468],[-18387,-6918],[-17956,-5529],[-23474,-11531],[-17071,-151],[-16650,-563],[-22149,-6111],[-22271,-6560],[-16311,-259],[-23476,-5372],[-17042,-9605],[-24960,-11887],[-19906,-1870],[-23785,-1363],[-16429,-1437],[-13642,-1242],[-13741,-250285],[-16195,-248287],[-15221,-250696],[-19401,-245536],[-15591,-248278],[-16892,-247008],[-17533,-246205],[-18107,-246031],[-15599,-249427],[-19587,-245781],[-17574,-247010],[-21689,-243379],[-14572,-246344],[-13461,-245743],[-22130,-243850],[-13603,-266280],[-21626,-268313],[-24700,-267617],[-18420,-267183],[-14684,-266622],[-13138,-264309],[-19642,-266879],[-13843,-262844],[-15199,-261665],[-13304,-267294],[-15236,-266670],[-15044,-267319],[-20481,-268478],[-19265,-267337],[-20144,-266927],[-21766,-268298],[-24481,-268326],[-19237,-265893],[-14832,-266732],[-12980,-267449],[-18686,-276887],[-12896,-270744],[-22785,-269349],[-24657,-274584],[-21490,-273987],[-22696,-274081],[-18882,-268904],[-22868,-275076],[-14209,-273144],[-13642,-271712],[-20587,-273225],[-21111,-271210],[-22245,-271150],[-23725,-274233],[-24053,-272387],[-24612,-275609],[-24401,-275011],[-25510,-277983],[-18237,-277357],[-22930,-269280],[-13515,-271945],[-15235,-273336],[-13112,-270052],[-15724,-272641],[-22096,-271818],[-18852,-269064],[-14253,-272404],[-19949,-272725],[-23028,-273961],[-21494,-273742],[-23600,-272240],[-24456,-275637],[-25268,-277506],[-22362,-275583],[-21993,-275261],[-23608,-280928],[-23912,-280341],[-13279,-285233],[-12924,-284614],[-13145,-286829],[-15522,-286328],[-17355,-288409],[-16270,-287955],[-21709,-283417],[-24161,-285449],[-21700,-289756],[-23234,-289026],[-24589,-287633],[-25587,-296884],[-24545,-369582],[-20262,-19543],[-13731,-14174],[-15336,-23352],[-17494,-21686],[-23806,-16991],[-25452,-15019],[-25136,-19558],[-24026,-19312],[-15610,-381254],[-21105,-378934],[-20073,-382496],[-16952,-375080],[-17638,-372526],[-19640,-372906],[-20602,-379038],[-14139,-382051],[-14184,-384023],[-25121,-411826],[-15501,-414036],[-15137,-411071],[-24662,-410521],[-22076,-473256],[-23882,-471258],[-23651,-468567],[-21820,-472562],[-23946,-471255],[-23706,-468941],[-23040,-472153],[-17948,-461322],[-13033,-478938],[-18020,-476555],[-22527,-473489],[-15058,-489800],[-15900,-490205],[-14483,-493429],[-17669,-494952],[-16935,-493636],[-15036,-491342],[-17503,-26938],[-18473,-27915],[-23895,-28825],[-24046,-29545],[-23854,-29150],[-24289,-29736],[-22762,-31325],[-22809,-31595],[-16118,-37380],[-25008,-30702],[-14874,-37614],[-18738,-44780],[-16930,-43872],[-23049,-48779],[-19845,-50890],[-17154,-49427],[-16638,-49427],[-18233,-44421],[-18448,-44820],[-25023,-49207],[-25010,-49923],[-19150,-50007],[-17868,-49434],[-21459,-50709],[-18069,-50602],[-12878,-47675],[-17202,-44005],[-17119,-44919],[-24536,-49968],[-24157,-49784],[-19271,-50652],[-17566,-49407],[-19745,-63789],[-22890,-62961],[-21078,-51488],[-22661,-53466],[-16124,-51880],[-20510,-51461],[-20736,-51729],[-19304,-51136],[-21885,-53032],[-20724,-69276],[-21098,-69294],[-20176,-68412],[-23615,-68973],[-24282,-69242],[-21934,-73004],[-24205,-70219],[-20838,-64511],[-14567,-66664],[-15074,-66321],[-24738,-66623],[-12852,-73125],[-14921,-75758],[-20966,-74035],[-15170,-69754],[-22767,-87855],[-22436,-88818],[-16340,-84171],[-15573,-83448],[-14693,-79223],[-18505,-79608],[-20404,-85034],[-19724,-84756],[-18279,-85206],[-17621,-85002],[-17009,-84752],[-16519,-84328],[-15985,-84027],[-15206,-83317],[-14996,-82910],[-14688,-82062],[-14748,-80720],[-15773,-80080],[-16295,-79071],[-19861,-81293],[-20805,-83067],[-19005,-85027],[-17227,-84975],[-15062,-80300],[-22773,-97282],[-21805,-91203],[-25179,-90731],[-18593,-95656],[-21943,-91765],[-17307,-96271],[-14555,-109998],[-17879,-107898],[-23399,-104483],[-23987,-108698],[-20451,-112233],[-17944,-111103],[-14135,1579],[-19829,3551],[-23225,1772],[-18537,7465],[-14215,4373],[-21616,8260],[-22590,848],[-14038,6052],[-17518,974],[-20057,3002],[-19298,5252],[-15522,1630],[-15989,8050],[-13050,7436],[-22178,6856],[-12890,8428],[-14287,8982],[-14883,12893],[-16347,12501],[-18417,11144],[-18121,12282],[-17278,11142],[-16251,12226],[-15178,12030],[-20012,10611],[-21509,11111],[-21193,11147],[-22209,9908],[-23537,10605],[-23756,10574],[-23887,11001],[-24590,9365],[-24106,8786],[-21336,11690],[-22428,12945],[-22164,12762],[-19194,1469],[-23194,1854],[-19446,3723],[-17464,6559],[-19178,4859],[-15224,792],[-16200,10892],[-20384,8431],[-23778,2724],[-18190,6565],[-19902,5740],[-16628,573],[-16379,8891],[-22521,7159],[-25342,3158],[-13404,6819],[-19571,2628],[-19654,7861],[-19979,5586],[-17240,1566],[-14475,8157],[-12823,7699],[-15988,10463],[-20910,7184],[-13576,4483],[-19709,1185],[-21249,1420],[-19559,3714],[-19051,6276],[-15888,3028],[-13404,7525],[-22299,8029],[-16039,10419],[-13093,6448],[-22447,2158],[-17704,3950],[-18488,6525],[-21349,5768],[-15165,4095],[-22561,223737],[-24810,227708],[-23577,223421],[-23959,229048],[-22455,224634],[-24776,223841],[-24239,229765],[-24188,222738],[-24888,222860],[-25064,227185],[-24665,223799],[-24759,222257],[-23571,228552],[-18537,19861],[-17696,20939],[-18111,18763],[-16874,20498],[-13006,22978],[-15941,24112],[-25074,15950],[-13917,25257],[-23291,20773],[-17638,18473],[-15380,19706],[-21318,14823],[-14109,13916],[-16139,13145],[-15597,15057],[-14784,14739],[-16601,16364],[-16251,16216],[-13229,17720],[-13862,18345],[-13536,18905],[-13836,19239],[-14754,16936],[-14976,17390],[-14858,16217],[-18862,15617],[-19184,15062],[-18818,14519],[-13273,16662],[-13601,16411],[-13975,16245],[-13462,15947],[-13059,16335],[-12972,17401],[-12981,17891],[-13362,17117],[-14452,20424],[-16073,15148],[-17606,15501],[-17164,15610],[-18816,14843],[-24681,32066],[-24975,33280],[-23282,26195],[-18372,35953],[-16995,33271],[-16018,33657],[-14116,33711],[-25184,32287],[-21029,42028],[-19668,43443],[-18453,42002],[-22128,40950],[-25098,50053],[-22072,45741],[-14818,50266],[-14003,49097],[-13010,49468],[-25000,51297],[-24839,56209],[-21902,55516],[-23444,54614],[-19529,54362],[-21778,57894],[-18235,54035],[-25219,54816],[-13565,56343],[-16471,55186],[-15362,53580],[-19722,63747],[-17195,52132],[-14984,54277],[-16717,54411],[-17189,54774],[-19127,59072],[-19356,58095],[-21261,59976],[-22312,53229],[-22706,54169],[-21593,52508],[-22207,51692],[-23372,64155],[-25000,63472],[-24568,64166],[-25471,52641],[-25012,54998],[-25368,54057],[-20310,53724],[-25045,65913],[-25540,69967],[-12848,73530],[-15117,74469],[-23349,74764],[-20784,75490],[-22202,76478],[-18970,75024],[-23659,66489],[-21771,65674],[-22200,64597],[-24910,65737],[-24840,66311],[-23613,65549],[-23852,64827],[-23954,66588],[-25513,69548],[-15175,79008],[-14785,79268],[-23763,88474],[-23691,88659],[-23890,89176],[-25290,89200],[-23343,85880],[-23769,83733],[-13929,88360],[-22057,89876],[-375658,-124613],[-376288,-124678],[-376628,-124469],[-376928,-124060],[-377018,-123634],[-377026,-123057],[-376947,-122470],[-376726,-122230],[-376219,-121924],[-375809,-121803],[-375280,-121840],[-374917,-121933],[-375111,-124489],[-377280,-122854],[-377325,-123354],[-376593,-121554],[-376116,-121284],[-375584,-121282],[-377371,-122126],[-377478,-121613],[-376830,-121029],[-377648,-122447],[-377865,-123386],[-377840,-123823],[-377673,-124298],[-377432,-124667],[-376812,-124837],[-376412,-125157],[-375793,-124998],[-375401,-124922],[-376206,-122616],[-376295,-123502],[-375458,-122963],[-375093,-122491],[-375467,-122616],[-375536,-123731],[-374363,-122264],[-375310,-122272],[-375876,-122112],[-374952,-122211],[-375446,-124151],[-375918,-123789],[-375461,-123428],[-382372,-118711],[-382848,-117830],[-378091,-116892],[-383144,-115699],[-377331,-115565],[-376903,-115798],[-372970,-115753],[-373500,-116350],[-371606,-134711],[-381537,-149744],[-371494,-141972],[-382943,-149511],[-381525,-149398],[-381864,-150104],[-382401,-148632],[-382653,-147188],[-382099,-146334],[-382542,-147639],[-381635,-143927],[-382210,-147304],[-381271,-146358],[-381618,-146702],[-381759,-147294],[-382738,-147959],[-382186,-148014],[-380661,-145902],[-381806,-147962],[-380457,-145662],[-382049,-148181],[-382217,-148420],[-382009,-148006],[-382464,-146758],[-382108,-145895],[-382423,-146506],[-381223,-146725],[-381561,-147474],[-380452,-146008],[-381300,-145402],[-381457,-145162],[-382874,-147552],[-383006,-148826],[-382578,-150064],[-380718,-146450],[-380113,-152503],[-371350,-141337],[-371791,-140649],[-382101,-146762],[-381382,-145878],[-380614,-151748],[-382440,-149522],[-382316,-149597],[-382090,-149741],[-382622,-148932],[-382689,-149102],[-381534,-149104],[-373460,-142943],[-382031,-149825],[-371758,-141310],[-371407,-143690],[-372182,-142787],[-382375,-149748],[-382336,-148265],[-377237,-150943],[-377465,-162670],[-377940,-162581],[-377953,-160121],[-377788,-160707],[-377482,-158793],[-374723,-156357],[-377734,-155440],[-382951,-159257],[-375175,-165449],[-383133,-165283],[-380663,-159830],[-381957,-160926],[-382536,-162047],[-376750,-162524],[-380974,-164959],[-379245,-163369],[-380272,-162516],[-379911,-165159],[-381293,-163220],[-383729,-165538],[-372327,-165503],[-374142,-163729],[-375770,-165681],[-378803,-165407],[-374875,-163550],[-375796,-163568],[-378509,-172851],[-377937,-168900],[-372121,-166908],[-374689,-167511],[-380658,-174080],[-383211,-168392],[-380866,-178105],[-380176,-176539],[-382355,-177658],[-382156,-178150],[-382506,-176955],[-382092,-177247],[-382118,-173597],[-383757,-174078],[-381364,-175190],[-382570,-172967],[-382519,-175404],[-382026,-175938],[-382816,-175922],[-381215,-176405],[-380458,-173194],[-380774,-172845],[-378589,-174824],[-378417,-174250],[-380698,-173744],[-383043,-168008],[-373827,-169814],[-380548,-172235],[-379947,-171818],[-379507,-169016],[-378304,-169814],[-377640,-171358],[-377134,-170462],[-379136,-168940],[-380413,-166398],[-374020,-168059],[-374476,-168010],[-373571,-171746],[-371531,-169865],[-373704,-169293],[-373246,-170659],[-373779,-171126],[-372557,-171052],[-371390,-171518],[-375158,-172429],[-375972,-172914],[-374275,-168578],[-371838,-168596],[-374569,-173668],[-380216,-174899],[-379617,-173155],[-378620,-173591],[-377738,-175234],[-377761,-173285],[-377595,-174608],[-380215,-174266],[-376957,-177680],[-377186,-178327],[-375367,-178702],[-375203,-176577],[-375999,-175711],[-376973,-173790],[-376712,-173322],[-376341,-176709],[-374949,-178479],[-372093,-175313],[-371936,-178334],[-374555,-178857],[-371942,-172865],[-376366,-178640],[-376303,-178995],[-381587,-177327],[-380860,-170281],[-380873,-167040],[-381464,-171719],[-381819,-178059],[-381157,-178908],[-380827,-178649],[-382358,-185873],[-376805,-179851],[-377328,-179407],[-374835,-179331],[-377168,-180144],[-381733,-188052],[-381138,-191110],[-381593,-190775],[-378338,-191738],[-379371,-191738],[-377658,-187988],[-379333,-186892],[-378151,-184101],[-382765,-187937],[-383288,-183549],[-375741,-180001],[-374250,-180432],[-374157,-181543],[-374526,-182465],[-375911,-182071],[-374424,-189533],[-383353,-181955],[-381281,-185648],[-381960,-188589],[-377956,-191183],[-376141,-190638],[-372246,-182621],[-372034,-181603],[-379878,-179002],[-380168,-179854],[-381198,-179970],[-380955,-179148],[-382990,-187318],[-373448,-182581],[-371488,-180347],[-380108,-180650],[-381267,-180439],[-378882,-181549],[-379243,-182002],[-381706,-183692],[-382084,-184574],[-380391,-183069],[-379945,-183282],[-381274,-183419],[-380936,-181471],[-380156,-181997],[-378186,-180770],[-383927,-179705],[-376012,-183107],[-377154,-185241],[-377154,-185241],[-377186,-186025],[-376905,-184867],[-378456,-187003],[-380417,-182439],[-382479,-182052],[-382037,-182471],[-382379,-181315],[-371589,-185420],[-372279,-185633],[-371733,-185924],[-372629,-186680],[-375779,-185794],[-376407,-186101],[-376377,-185442],[-376051,-189815],[-378029,-189093],[-378700,-188665],[-373524,-187777],[-373793,-186952],[-374508,-187751],[-374008,-187556],[-376609,-186892],[-376358,-187161],[-376641,-187653],[-371701,-191398],[-371802,-188725],[-371291,-184751],[-371317,-188181],[-372280,-188392],[-374102,-185349],[-374222,-184989],[-382745,-185289],[-382292,-185438],[-382708,-187570],[-382237,-188464],[-382778,-186445],[-383404,-183085],[-382426,-184077],[-380647,-180293],[-380476,-179138],[-380990,-179648],[-381673,-204042],[-380935,-203131],[-377833,-193382],[-376976,-195458],[-376113,-196613],[-376456,-198472],[-378715,-195802],[-378519,-191947],[-373827,-192374],[-373289,-193534],[-373144,-192956],[-372102,-195601],[-382148,-204358],[-380530,-202274],[-371328,-192641],[-381269,-198289],[-375062,-196933],[-380869,-201704],[-373498,-200896],[-373104,-200647],[-371581,-202372],[-382858,-194201],[-376542,-191836],[-376334,-192219],[-372871,-203257],[-372842,-202610],[-372373,-203279],[-372979,-203865],[-377022,-197611],[-377359,-196228],[-377999,-194209],[-371763,-196489],[-374802,-195675],[-375480,-195878],[-374229,-194649],[-372667,-204204],[-373474,-213775],[-376470,-213374],[-374331,-209465],[-372109,-209350],[-372503,-215076],[-374274,-211456],[-376648,-212953],[-375856,-213499],[-376828,-213984],[-382308,-206099],[-382816,-204754],[-381037,-204621],[-378927,-205414],[-379950,-205497],[-379853,-206289],[-380136,-208074],[-379200,-215089],[-380117,-216725],[-372644,-205563],[-376013,-216171],[-371809,-214652],[-371499,-216453],[-374943,-217225],[-374795,-215940],[-379069,-215184],[-376873,-210186],[-374700,-209426],[-372432,-210443],[-371750,-205337],[-372951,-215487],[-374532,-212067],[-374790,-211519],[-375646,-212918],[-373163,-213170],[-374442,-212904],[-371296,-212802],[-382352,-209334],[-380323,-206487],[-383171,-206810],[-383393,-207251],[-380135,-207100],[-381750,-210509],[-371365,-214906],[-377122,-217326],[-372219,-217203],[-375083,-217341],[-374723,-215617],[-378273,-215527],[-377395,-211603],[-376524,-216431],[-371873,-216645],[-374805,-216162],[-374762,-214514],[-378201,-215961],[-376834,-210567],[-372501,-224439],[-381875,-219076],[-377960,-220888],[-383728,-224465],[-380371,-221131],[-382687,-217626],[-383274,-224583],[-382685,-224468],[-379984,-217916],[-372968,-222137],[-372006,-220914],[-374354,-219645],[-382036,-220867],[-383160,-219779],[-382049,-220309],[-380636,-221103],[-371688,-226884],[-379133,-218086],[-374247,-221154],[-371936,-221618],[-373953,-220083],[-379725,-219244],[-380231,-218235],[-376695,-218198],[-374340,-220913],[-375246,-221756],[-373478,-219788],[-371490,-219048],[-371362,-218480],[-373507,-240377],[-372096,-241406],[-382896,-241780],[-381264,-232032],[-377801,-234505],[-379081,-233032],[-375993,-242509],[-378846,-242546],[-381554,-242887],[-371420,-242175],[-376523,-9816],[-380126,-7055],[-377774,-3132],[-377812,-7132],[-381724,-1367],[-377422,-11481],[-376826,-9306],[-381694,-5663],[-380472,-5506],[-383239,-6043],[-382512,-7417],[-383986,-4128],[-380371,-7238],[-377517,-7559],[-379966,-2824],[-380467,-8166],[-375029,-810],[-383285,-862],[-380993,-7706],[-382801,-2721],[-378485,-6185],[-374634,-10830],[-377370,-5371],[-378318,-2527],[-375066,-659],[-374907,-1379],[-376767,-6465],[-376188,-9560],[-376846,-12135],[-371980,-9789],[-383247,-8635],[-378807,-5022],[-378755,-1222],[-374147,-89],[-378118,-493],[-371523,-10291],[-377038,-7466],[-374929,-8664],[-378245,-4874],[-377632,-11649],[-374260,11],[-383613,-9634],[-380417,-1421],[-377063,-6200],[-376275,-9204],[-373761,-244263],[-375932,-244177],[-376391,-246080],[-374995,-245763],[-375760,-247048],[-377215,-245085],[-376955,-251734],[-375348,-249934],[-378403,-251764],[-376943,-248751],[-382268,-254872],[-383295,-253487],[-382747,-255454],[-382048,-252264],[-383475,-251402],[-377630,-254954],[-377085,-253361],[-383943,-255708],[-383300,-246267],[-381288,-254023],[-378166,-253652],[-383232,-248042],[-376564,-244649],[-378890,-244625],[-379465,-244376],[-372804,-244677],[-373405,-252269],[-374164,-252121],[-382369,-255789],[-379864,-247141],[-382305,-252396],[-381821,-251745],[-381246,-255171],[-382287,-255001],[-382992,-255153],[-383771,-254009],[-383233,-246527],[-381420,-245742],[-383331,-246874],[-381771,-248179],[-381601,-247288],[-383020,-246753],[-382594,-249092],[-378686,-251688],[-377461,-251155],[-377336,-251074],[-376416,-248720],[-378308,-249047],[-376908,-249040],[-376068,-247882],[-376448,-253266],[-380797,-255463],[-377433,-253880],[-379989,-249130],[-380058,-249296],[-378434,-243486],[-380424,-246428],[-379672,-247233],[-377436,-246111],[-377402,-246544],[-378569,-243315],[-373217,-243596],[-374407,-245044],[-375680,-246322],[-376481,-251098],[-375371,-249825],[-377769,-251697],[-377166,-249029],[-381207,-255521],[-383254,-253430],[-381480,-254737],[-381846,-251489],[-383268,-252048],[-376951,-253002],[-383373,-248542],[-375020,-243827],[-378951,-247374],[-380339,-243784],[-383849,-257932],[-378776,-262002],[-380676,-260260],[-378866,-259333],[-378236,-257884],[-383212,-257192],[-383572,-256637],[-381303,-260730],[-375672,-257500],[-380234,-256107],[-373565,-266522],[-378812,-258299],[-380963,-265014],[-379227,-256039],[-380726,-255909],[-377710,-256370],[-383630,-255844],[-383887,-258307],[-378574,-258095],[-382570,-256581],[-375332,-256167],[-378998,-256849],[-378729,-261546],[-381187,-260437],[-379135,-259358],[-378114,-257530],[-375179,-262361],[-374002,-264209],[-376974,-265389],[-376353,-266882],[-376291,-265002],[-383204,-257971],[-383680,-256552],[-382721,-256684],[-381043,-260804],[-380540,-261632],[-380733,-256690],[-376286,-256489],[-374667,-262425],[-383877,-269388],[-374370,-272336],[-376920,-274060],[-375380,-274389],[-378126,-269047],[-381889,-276276],[-375059,-273688],[-381972,-271166],[-374977,-272064],[-374770,-272997],[-376892,-272773],[-375712,-274063],[-371333,-274683],[-380109,-275045],[-380417,-273953],[-382394,-272470],[-383785,-274158],[-383547,-272861],[-382051,-273353],[-382882,-275567],[-375879,-16811],[-377794,-18924],[-382130,-25210],[-373515,-24478],[-376614,-24232],[-377620,-12864],[-371503,-16791],[-376913,-23289],[-373903,-25391],[-383507,-14995],[-383897,-16150],[-375703,-15120],[-376435,-20864],[-378575,-18104],[-383058,-15300],[-377607,-23952],[-375391,-15800],[-374095,-17475],[-376308,-14665],[-375380,-12648],[-377442,-16574],[-378071,-18964],[-377481,-20409],[-383879,-13433],[-373082,-16488],[-380346,-24065],[-379419,-25315],[-376411,-15032],[-372010,-17276],[-373407,-16267],[-377040,-22725],[-376709,-16132],[-376062,-19683],[-376216,-14461],[-374388,-25365],[-371368,-17143],[-377207,-23889],[-372929,-24807],[-383994,-15738],[-371206,-16248],[-381436,-24493],[-374535,-24770],[-376719,-22799],[-374918,-386972],[-375429,-391755],[-383038,-406694],[-377606,-408011],[-383251,-406899],[-373039,-410578],[-374081,-410765],[-371931,-446324],[-381601,-459070],[-371779,-450432],[-373625,-453099],[-371487,-451009],[-373980,-466867],[-379730,-472540],[-378041,-470186],[-375518,-467704],[-382942,-471046],[-372671,-461067],[-380333,-468131],[-383279,-464172],[-379087,-461716],[-373956,-463751],[-381049,-466066],[-373256,-462352],[-379689,-470340],[-376628,-470609],[-376834,-461883],[-383716,-463668],[-380971,-473306],[-383384,-476217],[-381936,-474507],[-381679,-474602],[-378494,-25674],[-380790,-28238],[-380449,-28271],[-374592,-25519],[-380765,-29517],[-378523,-29580],[-379650,-25664],[-373452,-29627],[-373343,-30760],[-375027,-25957],[-372820,-25841],[-375057,-26509],[-377408,-26099],[-380111,-28002],[-380603,-27990],[-371490,-31488],[-378395,-26780],[-381046,-26134],[-381376,-26352],[-376895,-25729],[-378472,-25881],[-382307,-25520],[-383007,-31740],[-372687,-32442],[-382357,-35325],[-377886,-35372],[-379330,-35101],[-379682,-36233],[-382243,-38035],[-378381,-37206],[-377524,-35941],[-380673,-31722],[-377479,-31989],[-374812,-30888],[-382635,-35090],[-380325,-35753],[-383474,-36424],[-378519,-37215],[-377195,-35183],[-379674,-35136],[-380610,-35656],[-379466,-33926],[-374732,-35125],[-372918,-37698],[-382901,-37877],[-381559,-37234],[-379205,-32365],[-377210,-30939],[-377494,-30471],[-374695,-27311],[-374138,-29374],[-371407,-37904],[-382804,-36148],[-382438,-34904],[-380281,-37002],[-378876,-36154],[-375756,-36414],[-380681,-36320],[-380271,-36704],[-383133,-32124],[-374665,-35593],[-376642,-27385],[-382031,-48751],[-382502,-48875],[-379151,-50234],[-379925,-47923],[-371985,-38721],[-383926,-39228],[-373075,-43073],[-373067,-47321],[-379461,-39366],[-381487,-40212],[-380072,-42539],[-380317,-39115],[-379467,-40794],[-380829,-42094],[-382438,-41993],[-382450,-46458],[-376396,-41537],[-376137,-43496],[-374461,-44887],[-373500,-43153],[-372533,-43927],[-371737,-46795],[-373321,-48499],[-379769,-49220],[-379937,-49239],[-377845,-42374],[-377885,-41267],[-376724,-40868],[-373336,-41975],[-373795,-39677],[-373840,-48374],[-374488,-49914],[-379847,-40018],[-378843,-38623],[-379084,-39090],[-383497,-45356],[-382320,-44577],[-382705,-46755],[-383317,-43425],[-381756,-48311],[-381749,-46860],[-378475,-48956],[-379352,-49335],[-374132,-50985],[-371488,-38313],[-371557,-39130],[-383999,-44226],[-383774,-38471],[-380829,-39622],[-379122,-38666],[-380260,-40704],[-380580,-42786],[-383433,-41872],[-376578,-42026],[-376367,-45027],[-375177,-44338],[-372955,-43263],[-372067,-43492],[-371574,-46248],[-373768,-48173],[-379699,-49196],[-372057,-42989],[-371312,-40748],[-373989,-48271],[-371856,-49557],[-374577,-39128],[-374594,-40147],[-383925,-48547],[-381739,-50944],[-380888,-48806],[-383077,-50646],[-375568,-53129],[-382704,-54224],[-380091,-51290],[-380411,-54260],[-375616,-51817],[-375011,-53759],[-378582,-57355],[-372580,-55944],[-373681,-54103],[-379073,-59585],[-381718,-60050],[-371588,-62031],[-374149,-62712],[-374564,-61221],[-375847,-63251],[-377561,-62670],[-383250,-54660],[-383405,-54655],[-379348,-51777],[-380121,-52407],[-380080,-53477],[-382460,-54175],[-374101,-51154],[-375239,-53685],[-375431,-55053],[-377975,-57021],[-379714,-56602],[-372800,-55232],[-371445,-57019],[-379709,-60035],[-379825,-58711],[-382379,-62061],[-372298,-61063],[-372010,-63229],[-371897,-63535],[-371535,-61676],[-371650,-63052],[-374008,-63211],[-373972,-61211],[-374585,-60980],[-375232,-62490],[-375155,-62796],[-377212,-63552],[-377473,-63031],[-382828,-54993],[-380681,-51840],[-381610,-54422],[-375200,-53122],[-376639,-52989],[-379235,-58386],[-377198,-57602],[-378486,-53101],[-377984,-53635],[-378425,-54221],[-379539,-53250],[-372343,-55378],[-372652,-56709],[-379679,-55009],[-379933,-56442],[-371902,-57049],[-375919,-57425],[-373708,-57023],[-375264,-56607],[-372319,-58433],[-371246,-59218],[-381452,-61777],[-372170,-63633],[-372050,-62570],[-375440,-63495],[-375233,-60706],[-375493,-63055],[-377355,-63068],[-375192,-57875],[-375644,-59696],[-375128,-59310],[-379615,-63163],[-378476,-62168],[-375289,-52513],[-376108,-54107],[-375124,-57351],[-381867,-61712],[-381181,-61241],[-379394,-61454],[-379464,-61523],[-375249,-70700],[-383626,-64763],[-372415,-70977],[-373873,-66758],[-374468,-68499],[-371661,-64071],[-376362,-66002],[-377804,-69947],[-376082,-69431],[-377573,-68256],[-380487,-72786],[-381161,-70587],[-382241,-69880],[-380938,-66704],[-380427,-64654],[-382253,-65205],[-382097,-68694],[-383106,-67804],[-383639,-67943],[-383681,-69682],[-383963,-69712],[-381325,-70042],[-383962,-69208],[-383864,-72628],[-381963,-74398],[-380867,-76473],[-379617,-74278],[-373841,-70378],[-376085,-72169],[-382031,-65382],[-371378,-68806],[-371966,-66626],[-373879,-67223],[-374617,-67709],[-374641,-64457],[-376699,-66191],[-377672,-70051],[-375831,-69700],[-376997,-68577],[-380767,-72067],[-380173,-70611],[-379711,-68474],[-382147,-69348],[-381026,-66049],[-379922,-64059],[-382378,-63893],[-377793,-65993],[-376635,-64676],[-376726,-63981],[-379500,-66285],[-377774,-65455],[-381929,-66230],[-383287,-65140],[-381555,-64347],[-383118,-72116],[-383604,-74704],[-380506,-75497],[-382895,-64308],[-371954,-68587],[-372247,-67006],[-372651,-67612],[-374198,-67835],[-375350,-69172],[-374678,-64656],[-374804,-65294],[-375186,-63875],[-377864,-66556],[-378049,-65806],[-375907,-65509],[-378099,-70159],[-377138,-70406],[-376390,-69818],[-375931,-70279],[-377632,-67681],[-377382,-67944],[-381027,-72544],[-381481,-72335],[-379466,-70356],[-379879,-70796],[-379813,-70143],[-382007,-69970],[-381745,-68594],[-380848,-66592],[-381399,-65704],[-379952,-65141],[-382409,-64123],[-381566,-65223],[-383642,-72197],[-382944,-74379],[-382708,-75247],[-380445,-76090],[-379783,-74490],[-379689,-74127],[-378211,-79462],[-377835,-82005],[-378901,-81479],[-380698,-79094],[-381742,-78500],[-380617,-77789],[-381228,-80559],[-381479,-78936],[-383122,-80136],[-383513,-83405],[-383810,-81839],[-381953,-81816],[-383745,-86685],[-381908,-86300],[-380844,-88953],[-380924,-87493],[-379155,-81381],[-380058,-86107],[-380554,-84765],[-377643,-79244],[-377100,-79465],[-377182,-82293],[-378075,-81700],[-376851,-81891],[-383885,-77612],[-381443,-78560],[-380911,-78138],[-382165,-81046],[-382167,-79119],[-383793,-80693],[-383263,-84465],[-381787,-83015],[-383751,-87586],[-382471,-86822],[-379985,-86595],[-380319,-81543],[-383602,-78782],[-381518,-77759],[-382052,-77671],[-381232,-78276],[-380899,-77710],[-381522,-80962],[-381598,-79450],[-383828,-79844],[-382978,-84069],[-383211,-86634],[-383465,-87848],[-382859,-86374],[-380126,-89060],[-380735,-86631],[-378011,-90195],[-381039,-90778],[-378949,-92153],[-377611,-91211],[-381913,-92579],[-380821,-90499],[-377657,-92210],[-381620,-91250],[-378402,-90074],[-379623,-89878],[-378221,-92646],[-377285,-90813],[-380829,-91572],[-374271,-112116],[-373969,-112157],[-374642,-112274],[-374003,-111853],[-374382,-111819],[-373205,-113291],[-373388,-113199],[-373155,-113706],[-373397,-114508],[-373059,-114223],[-372027,-113811],[-371834,-113290],[-371538,-112841],[-371324,-112326],[-373593,-111263],[-373443,-110833],[-373304,-110323],[-372860,-110149],[-372525,-110152],[-372337,-110121],[-371996,-110072],[-371765,-112207],[-372208,-112800],[-372619,-112934],[-372810,-110796],[-372430,-110585],[-371996,-110619],[-381747,-114764],[-383836,-112427],[-373995,-107344],[-376444,-111096],[-378167,-107663],[-379743,-112437],[-377957,-108955],[-382613,-110822],[-374726,-113274],[-374421,-114149],[-380224,-113111],[-377149,-114131],[-377076,-112545],[-380108,-108704],[-383683,-110064],[-382159,-107716],[-382698,-113086],[-374884,-105850],[-378472,-106172],[-379625,-110409],[-383011,-110941],[-382523,-108019],[-379331,-114346],[-377733,-114846],[-377077,-112937],[-380750,-108486],[-382430,-113110],[-374366,-105820],[-379298,-108357],[-378284,-107123],[-379414,-111762],[-383292,-111622],[-382401,-109334],[-379775,-114426],[-376877,-114034],[-377001,-112499],[-379788,-108932],[-379838,5740],[-378919,2877],[-375420,4040],[-376993,4679],[-383296,1016],[-380404,1373],[-375838,6273],[-379932,7903],[-377180,1978],[-383310,2545],[-381819,1728],[-375071,740],[-379506,6928],[-376090,3690],[-381425,934],[-381438,2625],[-379680,3554],[-376547,3080],[-374945,3908],[-376866,4397],[-377246,8426],[-379221,5617],[-380237,5642],[-383907,1938],[-381061,2924],[-379375,3631],[-379952,5860],[-375844,3249],[-380971,2546],[-380628,179038],[-383072,180876],[-380534,182637],[-381556,180144],[-381891,179906],[-382094,213315],[-379138,214339],[-379545,217075],[-377393,214919],[-374987,215737],[-371660,217499],[-381889,210066],[-378531,214383],[-378855,216344],[-376802,216727],[-376053,216833],[-371576,216125],[-383225,213906],[-381805,210346],[-380810,214779],[-378137,217551],[-377580,216946],[-374756,215826],[-380274,216895],[-382649,215888],[-383289,213302],[-380141,210524],[-382399,210337],[-379570,215943],[-372968,217321],[-379667,211157],[-379977,215386],[-373718,219204],[-376182,221655],[-383840,219130],[-381143,223226],[-382477,221864],[-382059,224383],[-371277,218263],[-372599,218741],[-375885,220447],[-380103,222839],[-381462,223627],[-372287,219162],[-373804,221241],[-383054,218732],[-382542,227015],[-374379,224243],[-383145,222200],[-372451,219787],[-379610,219691],[-378314,222194],[-376046,223965],[-382452,221383],[-374342,218281],[-379307,220489],[-374345,218466],[-375648,219724],[-382502,222447],[-380941,223661],[-382769,223945],[-371267,294279],[-374231,293055],[-374377,292326],[-374414,292061],[-371343,288217],[-382967,306492],[-382107,301960],[-378669,303274],[-373792,294982],[-379890,297815],[-378235,302701],[-380380,303807],[-381270,296243],[-379348,305086],[-380089,298952],[-380720,301599],[-375261,295495],[-382424,304512],[-378617,297441],[-379834,297720],[-383758,299637],[-377633,303141],[-378236,298251],[-379941,296390],[-382702,299988],[-373886,295596],[-377240,302039],[-374014,303659],[-373308,307004],[-376527,307007],[-377488,307374],[-374828,306813],[-374634,298390],[-374364,306525],[-375012,304059],[-383184,316372],[-376786,314119],[-378490,319288],[-376375,318245],[-375135,315161],[-380543,316002],[-383899,319383],[-378856,313275],[-373330,319175],[-376263,319156],[-373101,316376],[-373630,315104],[-380189,313116],[-380355,314828],[-371754,313088],[-377339,319860],[-372463,319129],[-378780,317430],[-382005,310746],[-380763,309473],[-380135,320018],[-377385,310898],[-378279,317587],[-375399,319087],[-376156,312999],[-379051,312752],[-379001,316075],[-381520,311701],[-382496,317771],[-379473,314487],[-383383,318013],[-379226,312208],[-375595,309027],[-376056,308045],[-371903,311250],[-376437,308616],[-378390,323481],[-379001,326663],[-375676,330128],[-372954,332038],[-371839,332365],[-376710,331075],[-376193,321906],[-378796,322445],[-372551,324209],[-373410,321213],[-373012,321464],[-380448,323033],[-377833,326984],[-373148,327666],[-375004,329824],[-378294,321982],[-377379,326538],[-372523,332280],[-371933,330613],[-374458,330531],[-381013,324643],[-376285,326754],[-372831,330791],[-372276,331247],[-376756,328012],[-380312,321258],[-375170,326011],[-372037,331573],[-372469,329009],[-376213,330108],[-371337,340401],[-371491,333917],[-372467,336594],[-371513,335747],[-373902,339407],[-373515,335303],[-373540,356206],[-378095,350650],[-374362,357349],[-381363,358116],[-379459,351218],[-372413,356640],[-381425,358105],[-375550,353547],[-375148,354008],[-375550,354297],[-376473,352910],[-377123,353571],[-376231,353882],[-377189,353944],[-377843,353423],[-378429,353966],[-379350,352954],[-379133,353619],[-376005,352595],[-376714,352543],[-378041,353001],[-379215,351568],[-378289,351163],[-378685,350661],[-378360,351747],[-376677,350898],[-375949,351059],[-377435,350471],[-374822,352394],[-374459,351951],[-374455,352519],[-381139,359516],[-379637,359970],[-379055,362243],[-382590,363238],[-379626,367219],[-375060,365411],[-378717,358937],[-379269,362026],[-382596,364053],[-379786,365785],[-382532,364472],[-382953,364694],[-382013,364776],[-383415,365058],[-379237,358631],[-378657,362894],[-380288,364254],[-378524,365886],[-376383,369634],[-371389,370813],[-374425,366016],[-371417,362857],[-377736,369160],[-377798,368277],[-371702,371146],[-373550,367430],[-371637,364815],[-377362,367664],[-375651,368426],[-371979,363936],[-383507,376766],[-383778,376169],[-380219,382963],[-378480,383631],[-380710,383779],[-381967,389675],[-383081,393192],[-380596,395525],[-378337,396180],[-381881,390567],[-382962,389873],[-382973,393399],[-380999,395649],[-382852,396634],[-381035,390702],[-382552,388485],[-382232,393418],[-380655,395512],[-373788,386807],[-372248,390425],[-376104,392544],[-378533,396777],[-374540,392969],[-371481,394674],[-373446,391457],[-375183,384262],[-374654,389676],[-377795,389517],[-373729,387668],[-372720,389851],[-373016,387729],[-374360,386242],[-374299,384670],[-371347,395213],[-374936,393375],[-372142,391295],[-375099,389344],[-378020,389960],[-377129,392745],[-373655,388754],[-373981,388092],[-376338,393237],[-376292,396756],[-374734,392976],[-371490,394493],[-374512,386175],[-374359,390084],[-377002,389840],[-383185,398669],[-380264,397394],[-382936,400245],[-382075,397863],[-381575,399007],[-383489,401117],[-380397,398020],[-377611,401765],[-380101,404050],[-373263,397200],[-377881,401034],[-379606,403022],[-377879,401139],[-375402,397330],[-373277,397758],[-377326,400465],[-378414,401829],[-375457,397645],[-380309,402780],[-377416,400559],[-377260,397246],[-374193,415683],[-376131,420948],[-377054,420009],[-383629,415341],[-380788,414113],[-382583,411920],[-378773,420432],[-379618,419428],[-374540,415046],[-377198,420205],[-376437,418417],[-383502,415204],[-382278,413543],[-382337,410505],[-379996,418595],[-378203,418487],[-373497,414191],[-377673,420242],[-376729,417647],[-383177,414257],[-381391,414825],[-381978,410278],[-378387,418340],[-372754,411344],[-372665,410077],[-372817,410470],[-372468,412261],[-374463,412806],[-373889,412684],[-374747,413006],[-375184,414354],[-375191,414714],[-375801,414799],[-375697,414837],[-376161,415136],[-376419,415726],[-374967,415773],[-374880,416315],[-374874,416747],[-375111,416647],[-374007,416910],[-373471,417374],[-373085,417073],[-372898,417085],[-372507,417656],[-373191,418305],[-373202,418755],[-372797,419385],[-372840,420229],[-372827,420400],[-371291,419209],[-371317,419687],[-372505,421501],[-372131,421067],[-372081,420799],[-372570,421008],[-372815,420690],[-371829,428543],[-372848,427029],[-380738,434159],[-371296,427939],[-373062,427391],[-372104,425713],[-383715,434417],[-382397,435008],[-381795,435242],[-380651,432252],[-371534,429426],[-372571,426864],[-371666,426107],[-381963,435235],[-380839,433741],[-383521,424117],[-382964,424131],[-381862,424774],[-383476,424245],[-381728,425914],[-382171,425008],[-381071,437055],[-382604,437681],[-382723,436805],[-376190,437369],[-379126,436643],[-381748,435856],[-381953,436588],[-377139,436258],[-376867,437409],[-380359,438264],[-377984,435411],[-376414,437199],[-381015,438397],[-383777,436044],[-379963,438144],[-383067,89178],[-383964,88912],[-383390,111979],[-382771,110441],[-382765,110507],[-382617,109767],[-381337,109346],[-383418,110789],[-380748,110323],[-383298,109438],[-383973,113733],[-380471,110212],[-384559,-116573],[-384193,-116210],[-386091,-115291],[-386506,-116455],[-387016,-116409],[-386748,-116921],[-386572,-116722],[-386389,-115885],[-384496,-115588],[-384625,-116854],[-384710,-119439],[-385558,-117620],[-396604,-118292],[-396479,-118785],[-395918,-118802],[-396345,-116563],[-396674,-116876],[-395664,-116813],[-395362,-118101],[-395370,-118769],[-394603,-118825],[-396701,-119990],[-396471,-118229],[-396061,-118266],[-396514,-117223],[-396343,-116695],[-396531,-125700],[-393199,-136633],[-394723,-134949],[-394320,-137037],[-395754,-130029],[-393880,-130227],[-393878,-132641],[-395369,-131610],[-396021,-133107],[-391038,-137773],[-392413,-136981],[-392095,-138971],[-391109,-139467],[-396549,-130029],[-394792,-137920],[-390436,-137713],[-385484,-133032],[-388226,-135621],[-387422,-136942],[-388444,-134148],[-395252,-130125],[-393789,-132902],[-395011,-131235],[-394958,-133809],[-395818,-133497],[-396541,-139569],[-391122,-138368],[-391873,-136809],[-394016,-140502],[-388284,-136365],[-388989,-136202],[-388326,-137882],[-388567,-135796],[-387724,-136954],[-389419,-138513],[-388748,-134760],[-390681,-135176],[-393930,-133785],[-392364,-131878],[-394699,-128757],[-394691,-129268],[-394022,-129483],[-396680,-129282],[-394951,-135173],[-395763,-136729],[-395212,-130458],[-393589,-130699],[-394022,-132950],[-394781,-131992],[-395342,-133718],[-396542,-131019],[-391849,-137992],[-391177,-137245],[-391340,-137983],[-392170,-139938],[-392237,-139500],[-396629,-131678],[-395960,-129109],[-387853,-135918],[-388716,-138144],[-389227,-135951],[-389225,-141504],[-387469,-140713],[-390472,-147500],[-395184,-144236],[-385522,-152748],[-391271,-142925],[-389729,-141453],[-391640,-140696],[-396253,-140717],[-392150,-140650],[-392242,-142179],[-388702,-141963],[-388878,-140994],[-393899,-142301],[-393052,-143061],[-393263,-159798],[-396711,-155435],[-394592,-155125],[-394865,-159237],[-392085,-157077],[-391540,-154673],[-393660,-155438],[-395812,-156120],[-388122,-159826],[-389284,-156892],[-388746,-163252],[-394360,-160927],[-396147,-161134],[-392971,-165368],[-393869,-165090],[-391153,-164323],[-389981,-165350],[-390133,-164552],[-388595,-165386],[-388465,-166114],[-387996,-166138],[-387948,-165393],[-384249,-166196],[-394524,-166182],[-386579,-165996],[-394827,-157426],[-396498,-154890],[-396653,-157711],[-396472,-158090],[-396141,-156774],[-395893,-156792],[-395968,-156904],[-389498,-178714],[-387385,-178060],[-387941,-177773],[-388207,-177132],[-388422,-177384],[-388848,-174728],[-388517,-176305],[-388489,-176725],[-387521,-176747],[-386398,-177585],[-389187,-178296],[-386563,-178588],[-386817,-177539],[-396606,-168055],[-393931,-176938],[-396317,-176992],[-384062,-178918],[-387445,-174286],[-388497,-174173],[-387942,-174162],[-388213,-174449],[-388318,-174109],[-387527,-175904],[-388412,-175751],[-388137,-175262],[-388188,-176755],[-387780,-173910],[-386486,-172191],[-386929,-172855],[-387118,-172037],[-387337,-172277],[-388408,-172530],[-388286,-172862],[-388838,-172758],[-390450,-174865],[-390991,-174067],[-390014,-174409],[-390902,-172174],[-389140,-173050],[-390450,-172867],[-390611,-173954],[-389038,-172204],[-387194,-169568],[-387712,-170473],[-392429,-171623],[-393213,-170887],[-393618,-168872],[-393861,-166394],[-393372,-166661],[-392946,-167790],[-387403,-168174],[-387280,-167079],[-391229,-171156],[-387859,-168805],[-388884,-166636],[-387963,-167725],[-387201,-167609],[-388229,-166604],[-387651,-174517],[-386228,-173316],[-391326,-190337],[-389765,-188252],[-387768,-184083],[-387531,-186786],[-388847,-183613],[-389762,-182036],[-391274,-183006],[-391041,-183143],[-389668,-180528],[-387622,-181682],[-384079,-186197],[-390112,-179855],[-387263,-179685],[-388502,-179200],[-390876,-184294],[-390903,-188825],[-395786,-189745],[-388008,-190875],[-387298,-191691],[-386077,-191110],[-388775,-186732],[-385168,-183682],[-385390,-185978],[-384976,-185337],[-384127,-183540],[-384165,-179292],[-385179,-181847],[-385641,-183249],[-384014,-182965],[-384030,-186972],[-384893,-180410],[-389967,-191365],[-385565,-184974],[-392796,-195253],[-392725,-196304],[-391781,-196520],[-393679,-195576],[-394009,-196279],[-393576,-198903],[-394248,-198105],[-392067,-198572],[-391434,-200676],[-394742,-204554],[-393657,-200855],[-392909,-201522],[-392866,-199547],[-393707,-194376],[-393816,-203779],[-396379,-191810],[-395569,-199199],[-384510,-196570],[-396494,-200935],[-387000,-195103],[-385976,-194247],[-386499,-194826],[-386720,-194847],[-387967,-193727],[-388185,-194842],[-389771,-198862],[-394378,-204652],[-392727,-205223],[-392864,-207286],[-392835,-205957],[-394274,-205956],[-392422,-206372],[-395332,-205356],[-395086,-208938],[-393082,-208770],[-392284,-209382],[-393943,-209924],[-390431,-210957],[-391616,-212045],[-394517,-208082],[-389579,-211203],[-388774,-211428],[-390729,-213155],[-390483,-212986],[-384736,-208654],[-394585,-212384],[-391245,-208252],[-390680,-214889],[-390473,-227109],[-390796,-221072],[-394086,-220839],[-389530,-226909],[-389554,-227916],[-396573,-228840],[-392752,-229253],[-385621,-224393],[-389022,-221582],[-385314,-225513],[-388593,-220701],[-388060,-221032],[-390595,-220514],[-384090,-218137],[-386769,-224166],[-387053,-231117],[-392315,-230415],[-385747,-230593],[-390818,-232632],[-389777,-242691],[-392358,-242482],[-395029,-238798],[-388321,-242044],[-390980,-240770],[-385547,-240672],[-386389,-237915],[-386896,-240123],[-386919,-237102],[-387734,-237425],[-395656,-234858],[-396325,-240432],[-395980,-238817],[-396782,-237586],[-389148,-242184],[-390464,-241771],[-388188,-242571],[-387852,-242268],[-388043,-242931],[-394083,-241574],[-394915,-239193],[-390958,-241518],[-385172,-240031],[-385694,-238267],[-386948,-239629],[-395140,-5253],[-386599,-5658],[-396573,-7875],[-392897,-6746],[-393937,-9643],[-387938,-2081],[-389424,-3272],[-385604,-11485],[-384041,-11798],[-394375,-4295],[-385504,-7145],[-395572,-2103],[-395306,-1513],[-387784,-7604],[-388023,-6299],[-389164,-11206],[-387818,-6108],[-387501,-11744],[-392677,-6237],[-388575,-8830],[-387384,-11424],[-384680,-11207],[-386507,-4184],[-394503,-6443],[-392606,-11333],[-395339,-2078],[-392908,-2507],[-392200,-571],[-389486,-4134],[-391687,-5179],[-388426,-7488],[-387386,-12502],[-384057,-9837],[-388273,-9071],[-384320,-3552],[-386174,-2991],[-387704,-5293],[-391580,-9652],[-394380,-11192],[-396061,-7637],[-396536,-3486],[-387046,-8397],[-392360,-11330],[-395461,-6599],[-386081,-4767],[-395319,-5702],[-396492,-12008],[-394519,-243305],[-392274,-243093],[-385309,-243479],[-384253,-253823],[-394120,-249780],[-390214,-250097],[-391852,-247663],[-387816,-247541],[-385259,-245470],[-390336,-245312],[-389956,-243932],[-384690,-255423],[-392189,-250334],[-392402,-249809],[-391569,-249835],[-392432,-246907],[-393159,-247220],[-387904,-247426],[-388444,-248377],[-385359,-245359],[-385184,-246673],[-389559,-244000],[-390251,-244652],[-396760,-247089],[-394241,-243326],[-389685,-244624],[-390303,-248915],[-385821,-243217],[-386308,-246923],[-384691,-253515],[-385095,-253936],[-385158,-254598],[-384109,-255774],[-391352,-251625],[-390985,-252149],[-393092,-250258],[-393717,-249721],[-391798,-250518],[-390793,-248584],[-391564,-247054],[-391571,-246981],[-387152,-248002],[-387638,-247975],[-385553,-245963],[-389114,-245357],[-390766,-244878],[-388505,-243270],[-395785,-246857],[-394362,-251178],[-390980,-248339],[-387017,-246028],[-388523,-243735],[-396116,-245690],[-384500,-254618],[-385079,-254354],[-385612,-255498],[-393322,-251237],[-391174,-252620],[-391172,-250133],[-390582,-249294],[-391005,-248244],[-390840,-248492],[-386226,-246667],[-384099,-246384],[-385408,-246108],[-384895,-244878],[-385549,-244150],[-387804,-247433],[-389085,-247069],[-389133,-244922],[-390186,-243447],[-389978,-244644],[-391779,-244620],[-391858,-243942],[-395610,-244536],[-395308,-243833],[-396063,-245730],[-395831,-246707],[-393139,-246965],[-394041,-246971],[-392260,-247199],[-392477,-248428],[-393892,-250174],[-389690,-254672],[-388678,-252449],[-389709,-252709],[-389334,-252612],[-391704,-253525],[-390696,-255059],[-394072,-253046],[-394210,-253486],[-389783,-255119],[-388619,-254788],[-388984,-252147],[-385979,-254351],[-390976,-253413],[-391494,-255626],[-393305,-254507],[-388469,-254365],[-389129,-254103],[-389379,-253770],[-390704,-255607],[-389941,-255251],[-391852,-255239],[-393057,-255160],[-394996,-255273],[-396618,-254830],[-394714,-255055],[-393611,-254964],[-395485,-255182],[-395848,-253208],[-395965,-253107],[-395641,-252250],[-395549,-251411],[-394911,-252727],[-393377,-253143],[-391262,-253793],[-391640,-252726],[-388907,-253215],[-396791,-254196],[-386481,-254348],[-388820,-253358],[-391237,-255563],[-391160,-255610],[-394186,-252773],[-395502,-254648],[-390232,-254499],[-391797,-252363],[-392608,-253349],[-393362,-251798],[-386100,-254625],[-387489,-254478],[-391384,-253374],[-391087,-254897],[-393838,-253603],[-384465,-256081],[-384901,-256181],[-387525,-261098],[-396582,-264276],[-396159,-262112],[-384245,-257199],[-386031,-255920],[-389648,-259128],[-387915,-259431],[-391243,-258195],[-389307,-258544],[-388986,-257943],[-390330,-258736],[-390352,-260004],[-387965,-259584],[-388388,-259367],[-387824,-259672],[-387427,-260153],[-389443,-259264],[-391882,-256556],[-390372,-259208],[-393389,-361117],[-389280,-13549],[-392735,-15730],[-385624,-19647],[-384681,-23398],[-393191,-17663],[-389228,-23225],[-390564,-23860],[-388340,-23068],[-395473,-21609],[-396636,-15778],[-384213,-15518],[-385420,-17923],[-386633,-15669],[-387909,-19386],[-388889,-23528],[-387364,-22233],[-392918,-20365],[-390832,-20538],[-390360,-19699],[-396148,-22271],[-387007,-19522],[-386114,-19170],[-386559,-20399],[-387443,-14624],[-388106,-18276],[-385933,-22003],[-392727,-22640],[-388768,-14659],[-392565,-14149],[-386723,-24530],[-385645,-13401],[-386374,-23463],[-393323,-16412],[-392547,-12671],[-384675,-19896],[-396774,-13598],[-392755,-375262],[-388119,-401940],[-389333,-400768],[-394630,-414966],[-392586,-413531],[-395077,-435410],[-395438,-438514],[-395244,-457715],[-384715,-469146],[-387513,-472373],[-384413,-472453],[-385913,-472910],[-392445,-469192],[-394977,-477856],[-393169,-477820],[-388013,-476091],[-392995,-478833],[-394612,-473589],[-387356,-474777],[-394181,-478062],[-392000,-480238],[-385589,-27707],[-387042,-27600],[-386594,-28994],[-385423,-27924],[-386367,-27309],[-389173,-25455],[-388435,-27167],[-393788,-35063],[-395478,-33648],[-385554,-37413],[-387719,-36441],[-391231,-33836],[-393135,-35201],[-394146,-33259],[-396089,-36664],[-394321,-36649],[-396355,-30799],[-396183,-27264],[-395236,-25856],[-384754,-36187],[-384004,-36533],[-388441,-36661],[-388586,-37981],[-387832,-38005],[-395728,-29583],[-396356,-31760],[-393668,-33585],[-396270,-35337],[-384838,-38054],[-385308,-35513],[-387158,-36699],[-389723,-37033],[-387043,-37910],[-391435,-33912],[-391617,-35436],[-393784,-33716],[-392761,-32124],[-396179,-28577],[-395019,-27039],[-395086,-28625],[-394229,-31794],[-394492,-31086],[-393091,-37493],[-392835,-27482],[-395600,-30482],[-393052,-29888],[-390296,-33937],[-387866,-33516],[-389691,-32802],[-393849,-506289],[-391396,-533365],[-392175,-531785],[-392830,-531642],[-395474,-546614],[-391663,-540774],[-391802,-538836],[-390212,-542242],[-391785,-544301],[-384796,-44240],[-384808,-38222],[-387417,-38376],[-384236,-40964],[-386116,-41047],[-389166,-41479],[-388753,-38263],[-386996,-46827],[-387654,-45903],[-388512,-47890],[-387061,-47572],[-385298,-48338],[-390013,-49856],[-386706,-49155],[-396498,-39186],[-395323,-41182],[-393559,-47858],[-392561,-40904],[-384977,-42219],[-386773,-42187],[-387963,-40924],[-388760,-38924],[-385127,-47226],[-387099,-47251],[-386456,-50266],[-389267,-50498],[-388243,-49700],[-394779,-38357],[-396348,-40920],[-392936,-47523],[-395244,-47591],[-389601,-50577],[-388787,-50033],[-389833,-50220],[-385901,-39767],[-385948,-41735],[-395675,-40820],[-395392,-43510],[-395271,-44056],[-390895,-47057],[-395196,-47622],[-394192,-49134],[-393089,-48701],[-391234,-39288],[-393710,-40163],[-393217,-41447],[-394326,-44259],[-393974,-49922],[-391398,-40970],[-394997,-44292],[-396752,-44063],[-389650,-46307],[-393564,-47844],[-394798,-49744],[-396563,-47034],[-386908,-51785],[-387635,-51499],[-395369,-52645],[-391235,-53298],[-396170,-57119],[-393893,-56387],[-386302,-55124],[-385853,-56901],[-386114,-57269],[-393000,-59172],[-394381,-59737],[-384791,-62580],[-390687,-60585],[-387444,-51624],[-394370,-51675],[-396296,-51898],[-390967,-51181],[-395103,-55660],[-389783,-55724],[-390872,-57243],[-390031,-58058],[-388563,-60432],[-395774,-51164],[-394872,-52793],[-394108,-56059],[-396000,-56559],[-391534,-54196],[-389984,-59132],[-387444,-54826],[-385747,-55651],[-385442,-57823],[-393361,-59829],[-387693,-60410],[-394042,-52895],[-390890,-52772],[-391503,-55413],[-396275,-56580],[-396066,-55419],[-385425,-56399],[-384691,-52331],[-394153,-58543],[-393966,-60179],[-386412,-63359],[-394808,-52285],[-390387,-55960],[-391140,-56418],[-392088,-51779],[-391140,-57062],[-387302,-55171],[-393331,-57828],[-389096,-60869],[-392183,-58920],[-391099,-59553],[-390909,-60608],[-384636,-61136],[-385742,-63283],[-396713,-57686],[-394027,-63676],[-393051,-63603],[-390849,-62401],[-395978,-61227],[-395884,-61259],[-396307,-62286],[-392782,-61114],[-394257,-61144],[-393514,-61828],[-393450,-63376],[-395162,-59744],[-389221,-62669],[-394098,-63565],[-395672,-60719],[-394625,-61865],[-394330,-62283],[-396541,-58466],[-386074,-65348],[-385688,-65405],[-385920,-74189],[-387051,-74214],[-386252,-75096],[-384274,-67607],[-390845,-73926],[-390094,-72901],[-392408,-75714],[-386364,-65768],[-384695,-71138],[-384676,-74937],[-385407,-75525],[-385244,-73188],[-387408,-75387],[-387284,-74532],[-391338,-74454],[-390418,-72653],[-384413,-68531],[-385842,-64962],[-384445,-72548],[-385183,-72314],[-385443,-75947],[-387131,-74399],[-385867,-75097],[-390687,-74164],[-390327,-73585],[-393347,-63948],[-388050,-66991],[-387087,-67165],[-385977,-66599],[-393810,-64592],[-393991,-64371],[-386069,-66361],[-386225,-67172],[-394399,-67094],[-395468,-68718],[-394683,-65322],[-391364,-66811],[-389218,-69097],[-391364,-71566],[-392639,-70947],[-392111,-73197],[-392723,-75072],[-395570,-74941],[-395999,-73065],[-396624,-75099],[-386992,-65970],[-386332,-71770],[-386914,-71223],[-385222,-69126],[-394983,-66681],[-396403,-66439],[-395444,-68416],[-394030,-66468],[-391060,-66610],[-388783,-70006],[-386735,-69615],[-391305,-72369],[-392152,-70379],[-394246,-75000],[-392182,-72670],[-393085,-74212],[-395055,-70827],[-395581,-74238],[-396171,-71860],[-396469,-71699],[-388731,-66808],[-387402,-74009],[-386206,-71313],[-389714,-70969],[-394715,-67065],[-396501,-67486],[-395644,-68381],[-393709,-65790],[-390859,-67356],[-388984,-69142],[-387097,-69255],[-391992,-71366],[-391769,-71733],[-392681,-73185],[-392253,-75053],[-395595,-69908],[-395444,-74276],[-395629,-72650],[-394381,-66490],[-396336,-76595],[-387640,-88572],[-388350,-88825],[-389838,-87031],[-390400,-87092],[-389194,-87742],[-391109,-88179],[-391286,-88568],[-390579,-87626],[-386486,-88838],[-384730,-89213],[-385096,-78020],[-385935,-78771],[-384288,-81118],[-385545,-80851],[-388644,-84077],[-387534,-82486],[-384800,-86730],[-386820,-85402],[-385716,-83784],[-392278,-85549],[-392192,-83638],[-390897,-83559],[-388417,-78841],[-391118,-78521],[-389507,-80040],[-391374,-77113],[-394111,-79529],[-394092,-81958],[-392805,-82076],[-393641,-86539],[-395071,-88192],[-395247,-88443],[-386214,-87903],[-388058,-87947],[-390110,-86769],[-388170,-89135],[-386039,-88429],[-385673,-88958],[-393266,-87790],[-385141,-77776],[-384743,-80727],[-386438,-81403],[-386229,-81254],[-385302,-79627],[-384391,-83863],[-387577,-83044],[-385245,-86254],[-385843,-86793],[-385438,-84075],[-389439,-86252],[-389830,-84544],[-391951,-81337],[-391040,-83204],[-389704,-78107],[-391975,-77998],[-393855,-80464],[-393910,-81675],[-393163,-82854],[-393629,-86886],[-393987,-87307],[-395566,-88856],[-393402,-78064],[-385391,-88724],[-385518,-88674],[-384296,-78078],[-386283,-80850],[-384537,-80000],[-384007,-81644],[-387037,-81889],[-387894,-84263],[-390269,-86504],[-388448,-84465],[-391691,-84659],[-389457,-80598],[-390769,-77663],[-393187,-80370],[-393925,-82032],[-392802,-82809],[-394360,-86276],[-394593,-87320],[-394337,-78969],[-393791,-77050],[-394160,-78449],[-393828,-77326],[-395112,-79956],[-395858,-83978],[-396242,-81954],[-391601,-101272],[-391515,-101535],[-392331,-100823],[-392382,-100595],[-392115,-100292],[-391349,-101067],[-391878,-101307],[-393036,-100958],[-392739,-100732],[-392342,-99804],[-391856,-98632],[-391669,-98902],[-392819,-98093],[-393297,-98414],[-393418,-99323],[-393487,-98698],[-391290,-98682],[-390815,-98603],[-390331,-98727],[-389358,-100294],[-389504,-101177],[-390235,-100817],[-390665,-100542],[-389899,-98789],[-392907,-99680],[-391292,-89801],[-389305,-91181],[-393635,-91841],[-393690,-90986],[-396237,-90882],[-396324,-89689],[-394227,-101098],[-390564,-91526],[-390201,-92800],[-390918,-89896],[-391088,-90470],[-390343,-90742],[-389692,-90568],[-388952,-91414],[-389618,-91382],[-387644,-89408],[-387911,-90015],[-386273,-89717],[-385487,-90461],[-395756,-96931],[-395831,-94768],[-394441,-90968],[-396454,-92075],[-394676,-90134],[-395568,-90326],[-396099,-89841],[-392336,-102013],[-394072,-89684],[-394955,-89945],[-396263,-90130],[-396368,-100694],[-384653,-106240],[-388811,-103776],[-385992,-107281],[-387676,-108759],[-389684,-106286],[-390697,-106679],[-392621,-106807],[-390302,-108407],[-390758,-104412],[-393790,-103518],[-395400,-104612],[-390097,-103057],[-393807,-111455],[-394104,-111826],[-394628,-111412],[-394396,-109453],[-394673,-109660],[-391683,-110085],[-392052,-110539],[-392039,-110804],[-389905,-112105],[-395313,-110099],[-395702,-110185],[-395828,-110637],[-385348,-106029],[-386427,-105457],[-396018,-109098],[-384657,-109237],[-387747,-107458],[-386623,-111112],[-389724,-109206],[-390079,-106239],[-390946,-105840],[-393177,-106698],[-389384,-107501],[-392918,-104900],[-393210,-102374],[-394177,-108769],[-384987,-111534],[-386953,-109391],[-388279,-109099],[-390020,-106590],[-391856,-106059],[-392310,-105858],[-390319,-107836],[-391870,-102524],[-392787,-104289],[-393936,-103063],[-388110,475],[-394760,6932],[-394161,6944],[-394815,5734],[-390442,5549],[-392512,7180],[-388127,5244],[-385585,6352],[-386813,5775],[-385193,602],[-395087,9253],[-395888,2747],[-394361,7930],[-388798,4886],[-386167,6258],[-386897,5267],[-391407,6587],[-393793,2261],[-384147,1161],[-394103,3206],[-395490,2120],[-386049,2084],[-387004,857],[-396067,5172],[-392235,4415],[-391139,1521],[-395045,4885],[-392494,201903],[-394243,198082],[-390378,202689],[-391317,200515],[-391845,201348],[-394359,199056],[-394048,201378],[-394636,203993],[-394927,199941],[-392487,200729],[-392799,201672],[-392624,199533],[-393127,204733],[-392111,204798],[-394443,206507],[-393827,217374],[-391758,214487],[-388399,215087],[-388521,212508],[-387098,216802],[-396227,207575],[-387949,214076],[-384184,213404],[-395622,212032],[-392568,213996],[-386091,212037],[-388657,214469],[-386241,213429],[-391254,216567],[-386856,214653],[-393644,216190],[-396517,210685],[-384273,217584],[-391938,214369],[-386291,213789],[-385976,213174],[-386154,210758],[-385667,212674],[-386093,214511],[-386812,212702],[-389664,212442],[-389559,211097],[-392595,209865],[-389145,210025],[-388807,210471],[-391012,206023],[-394885,223797],[-393382,228691],[-392762,228884],[-393345,224358],[-393699,221521],[-385175,227941],[-385299,226599],[-389082,228044],[-386966,221097],[-394433,223998],[-395240,229214],[-391883,227093],[-391198,223576],[-393484,221245],[-386101,227687],[-384406,226144],[-388450,227326],[-388156,220702],[-385272,217907],[-388008,226508],[-392445,222826],[-396645,222100],[-392692,218626],[-395113,222268],[-389163,220011],[-387651,224480],[-391638,224019],[-384271,220554],[-392871,218703],[-395843,223114],[-392255,220389],[-387077,220497],[-389249,218888],[-388383,224463],[-392560,222860],[-395358,223947],[-385883,218720],[-387286,221791],[-391618,217879],[-395206,224556],[-394833,227918],[-391499,228269],[-393195,223414],[-393505,223397],[-387939,229497],[-386050,229274],[-385395,225937],[-389339,227751],[-387740,220097],[-385068,221361],[-384819,299374],[-387596,302656],[-384889,300541],[-385778,302401],[-386822,301967],[-387348,316095],[-386355,317889],[-386476,317830],[-386429,317165],[-394696,332509],[-393415,332627],[-391190,339260],[-391618,336646],[-395988,342591],[-395088,335874],[-394590,337542],[-392296,336354],[-393248,339821],[-392866,334841],[-394185,338438],[-395507,334259],[-395669,341875],[-393781,334425],[-392586,340156],[-396393,336208],[-393649,333587],[-391452,335905],[-393705,341918],[-393496,335151],[-393931,348411],[-391966,347678],[-389190,349041],[-390631,350624],[-389726,355278],[-390128,355416],[-392384,353712],[-396128,356266],[-396623,353674],[-385579,357456],[-396684,347439],[-396408,349784],[-392727,349150],[-391721,350575],[-393053,352813],[-392517,356137],[-396201,348169],[-392616,346733],[-391141,350563],[-394577,355060],[-391562,356713],[-395352,347850],[-393512,348251],[-389996,346925],[-389684,351131],[-391442,350585],[-391296,355666],[-392296,354402],[-394529,357118],[-385683,358113],[-394591,351456],[-390127,346865],[-390897,348951],[-392324,349435],[-390945,354357],[-392034,356840],[-393798,355345],[-393481,356236],[-384780,357516],[-385992,369991],[-394308,365022],[-391539,365942],[-388016,365486],[-390433,368588],[-395667,370271],[-392907,368640],[-389735,361935],[-390071,362450],[-389622,359009],[-389341,363058],[-384660,366510],[-388132,370929],[-391821,371388],[-395872,364205],[-395329,362577],[-396127,361110],[-391835,360893],[-393517,361113],[-392405,365687],[-387691,364200],[-392521,370335],[-394634,371257],[-394278,368891],[-387834,360984],[-385629,369158],[-388654,370271],[-385203,366738],[-395407,363051],[-393791,358980],[-393451,362774],[-394289,364381],[-391546,366404],[-387116,366567],[-392221,371201],[-396444,369744],[-392974,369674],[-389623,363361],[-389685,359605],[-389043,362787],[-386859,370706],[-384649,366691],[-386529,370023],[-391607,371338],[-393916,363865],[-395724,367906],[-389785,366602],[-396014,358644],[-396477,365800],[-390773,359861],[-393701,361276],[-393187,367098],[-396026,368868],[-389172,365019],[-387648,371624],[-394937,374991],[-390381,376018],[-391097,377537],[-385241,377976],[-386391,379326],[-385989,372688],[-388285,379110],[-386678,383291],[-390405,374131],[-387631,382291],[-387788,380816],[-393856,374950],[-395289,377271],[-395292,378923],[-391235,382703],[-388305,381633],[-386051,379558],[-390769,373013],[-385301,379115],[-394370,381379],[-394464,383504],[-396485,374122],[-394484,373141],[-393376,378196],[-394584,380028],[-388937,379384],[-387611,382239],[-390472,373762],[-386054,377157],[-388351,382140],[-392088,382878],[-395038,383672],[-389548,379087],[-393856,375882],[-394833,378690],[-386475,382672],[-387090,381190],[-396094,372152],[-394289,377172],[-392477,376504],[-389417,378350],[-385674,378758],[-390715,372592],[-386294,373037],[-387932,395237],[-391905,396349],[-388314,394121],[-387231,385064],[-385365,386268],[-384172,392877],[-386846,386406],[-385513,394067],[-388383,394800],[-396587,387434],[-384787,392780],[-388745,395180],[-395831,386824],[-387057,386402],[-396292,402189],[-396020,405355],[-395576,406778],[-392887,403192],[-388031,400028],[-391068,397644],[-396021,403225],[-385612,403606],[-384645,397652],[-389413,404208],[-388927,397153],[-395115,404521],[-392286,397149],[-388869,399306],[-386567,399954],[-394969,402010],[-387605,403298],[-396171,401922],[-387256,397173],[-394569,404716],[-385991,401209],[-392658,401613],[-385524,402889],[-395888,403273],[-388617,399481],[-384717,399279],[-386078,399170],[-395959,403267],[-394548,405274],[-391824,398694],[-387170,399035],[-393017,397481],[-388225,397744],[-395839,397905],[-390264,399027],[-392681,420939],[-395418,414007],[-390371,420847],[-391933,422490],[-392758,419717],[-394551,418867],[-395199,412860],[-387587,420452],[-388597,421883],[-392831,421635],[-391829,420640],[-392336,418249],[-395299,418473],[-396525,413259],[-391720,419740],[-393537,418263],[-396053,419344],[-395520,417011],[-395364,412922],[-392286,420865],[-396652,414091],[-386406,420128],[-385050,420058],[-384148,422181],[-384325,413967],[-386586,418425],[-386695,419987],[-385497,418913],[-385402,421903],[-384658,413502],[-387400,419447],[-386603,419217],[-385070,419139],[-384518,420778],[-384951,413333],[-389140,432635],[-389492,431093],[-387151,429085],[-387240,428624],[-390579,426686],[-390225,426265],[-389530,424295],[-391741,423651],[-392471,423096],[-384953,433392],[-384658,432011],[-390246,433060],[-387880,432290],[-389270,430774],[-386452,431114],[-387652,430152],[-385662,428572],[-392150,428997],[-389889,429123],[-390095,425436],[-389812,423825],[-391298,422622],[-385129,432864],[-384270,432290],[-391477,423513],[-387409,430365],[-389774,431272],[-390458,429547],[-390993,431838],[-388545,428377],[-389239,425693],[-386733,427155],[-391568,426578],[-390556,423073],[-388908,431490],[-389430,431045],[-387997,429520],[-387267,429374],[-385721,428101],[-388211,424443],[-389862,427644],[-389154,425533],[-384386,433947],[-384706,432520],[-386510,430958],[-389666,431457],[-390235,430342],[-391891,430177],[-388264,426764],[-387654,428477],[-392210,427082],[-388562,422758],[-384441,436329],[-384328,436134],[-385622,436520],[-387891,437468],[-386164,435667],[-387737,436075],[-384748,88789],[-384680,113311],[-384793,109636],[-384092,112053],[-384556,110754],[-385086,112571],[-397757,-120257],[-399055,-123277],[-399969,-116901],[-406500,-115230],[-406850,-116111],[-401202,-116494],[-404273,-115545],[-404350,-119467],[-403213,-120228],[-402726,-118294],[-404035,-117693],[-401315,-117543],[-400353,-117838],[-402808,-121315],[-400062,-118818],[-402745,-120661],[-407849,-121495],[-406460,-122346],[-405098,-116965],[-405347,-115686],[-401042,-119291],[-405100,-126153],[-407284,-124375],[-408140,-123754],[-403319,-126017],[-403280,-124396],[-404355,-121021],[-405846,-121250],[-403720,-126252],[-405259,-127642],[-405073,-122071],[-398483,-127692],[-397529,-117067],[-397004,-118250],[-399031,-123240],[-397046,-118855],[-397373,-118436],[-398505,-115812],[-398261,-120285],[-400533,-115721],[-404402,-119825],[-402681,-119670],[-402118,-121196],[-399664,-117989],[-401330,-120703],[-406447,-120637],[-407883,-121207],[-405974,-118312],[-402150,-117933],[-406711,-124309],[-408771,-124244],[-406009,-123845],[-405777,-125459],[-403441,-125785],[-404095,-123854],[-403745,-121869],[-404077,-120928],[-405308,-121152],[-405129,-125252],[-405382,-126631],[-407103,-126475],[-398575,-127242],[-399606,-126795],[-397091,-127524],[-399827,-115374],[-403902,-118891],[-402848,-120011],[-402215,-120857],[-399867,-118666],[-400751,-120436],[-406996,-119941],[-406958,-122363],[-407582,-121437],[-401234,-118415],[-406890,-124881],[-408716,-124509],[-403033,-125293],[-403838,-123772],[-403539,-121066],[-404546,-121249],[-405115,-120968],[-404699,-125857],[-405523,-127690],[-406250,-127040],[-406581,-127650],[-398283,-126376],[-409476,-115350],[-408428,-120825],[-406552,-117735],[-407380,-119004],[-409137,-119369],[-409520,-124667],[-408202,-127750],[-407766,-127410],[-409438,-117473],[-408663,-116416],[-407654,-119605],[-407893,-119046],[-408990,-119168],[-408925,-121138],[-409369,-124956],[-408194,-127369],[-408544,-117251],[-406695,-118476],[-408387,-119046],[-409219,-119628],[-409473,-122212],[-409130,-127471],[-399604,-130410],[-399478,-132384],[-401889,-133456],[-401356,-134140],[-399585,-136421],[-399164,-130376],[-397202,-129400],[-404081,-128866],[-399346,-129297],[-400721,-129533],[-401745,-129148],[-400438,-130742],[-400406,-132902],[-401657,-132609],[-400606,-133937],[-399649,-134121],[-402596,-132650],[-399106,-130399],[-397877,-129383],[-396844,-130597],[-397589,-131548],[-398134,-139179],[-398127,-138009],[-396885,-138043],[-398812,-135316],[-398009,-135979],[-405614,-128303],[-403684,-128065],[-402060,-140416],[-400627,-137758],[-401328,-140429],[-401251,-139163],[-401564,-138638],[-400639,-137789],[-400630,-138238],[-400537,-140083],[-400819,-138437],[-403145,-129746],[-401234,-128954],[-401883,-128372],[-401814,-130846],[-403548,-131103],[-397857,-131275],[-397183,-131642],[-398192,-140352],[-399150,-138919],[-397197,-137101],[-398814,-135983],[-398265,-135749],[-401459,-139890],[-401729,-139535],[-401583,-139200],[-400929,-137974],[-402969,-129144],[-399151,-128750],[-400124,-128730],[-402114,-128091],[-402219,-131087],[-403929,-130362],[-399502,-131377],[-399980,-133449],[-402092,-132885],[-400912,-134476],[-400088,-134276],[-397155,-128135],[-396932,-128876],[-398854,-131101],[-397094,-129526],[-396884,-131304],[-398244,-139562],[-397921,-138628],[-397810,-137502],[-399365,-135180],[-397656,-134806],[-399277,-140391],[-401965,-138968],[-400420,-138055],[-407046,-129908],[-407457,-130893],[-409038,-130464],[-407416,-131635],[-407577,-132099],[-407933,-133291],[-406086,-130629],[-405328,-131059],[-406531,-131050],[-403083,-134319],[-402404,-135320],[-407624,-136794],[-406569,-136018],[-404791,-136221],[-404774,-136275],[-405266,-137337],[-404405,-137224],[-402172,-138588],[-402072,-136591],[-401496,-136240],[-405490,-130046],[-406367,-129848],[-408600,-130431],[-409220,-131445],[-407091,-131668],[-407711,-132809],[-407347,-133549],[-408651,-134109],[-405334,-132806],[-405797,-132930],[-403569,-134143],[-402770,-133514],[-402370,-133558],[-403050,-134657],[-407701,-136959],[-407598,-137366],[-404461,-137188],[-405215,-135170],[-405952,-136429],[-405827,-138219],[-404326,-139151],[-403625,-138479],[-402009,-137615],[-401576,-137328],[-406550,-136157],[-407008,-135183],[-406220,-136689],[-405156,-136667],[-405727,-136322],[-404204,-138883],[-404215,-138578],[-403716,-139921],[-408755,-139848],[-401448,-136663],[-407313,-130317],[-408946,-131337],[-406688,-132421],[-406690,-131314],[-408611,-131776],[-407165,-134018],[-408175,-134576],[-405343,-131563],[-405389,-132370],[-405720,-133598],[-403701,-133417],[-402175,-133866],[-401871,-134925],[-403258,-135239],[-407739,-135852],[-407029,-136297],[-404562,-136673],[-406242,-136423],[-404036,-138882],[-405267,-138516],[-405210,-138179],[-405406,-137729],[-404996,-138486],[-403765,-140456],[-404442,-139010],[-402140,-138748],[-401944,-138178],[-406085,-136798],[-405202,-137997],[-408830,-150161],[-407230,-149602],[-407141,-151656],[-405398,-148192],[-405232,-147907],[-406786,-147856],[-404834,-147526],[-403600,-146245],[-405598,-146115],[-403042,-144357],[-402474,-143098],[-401749,-144165],[-401040,-140992],[-403046,-150277],[-399219,-140619],[-396969,-142181],[-406556,-150329],[-408330,-150982],[-406543,-147835],[-405518,-148120],[-404047,-145428],[-403949,-147131],[-398223,-143493],[-401715,-142845],[-403602,-140964],[-402860,-141052],[-403831,-152422],[-399183,-141492],[-406972,-150210],[-408757,-150791],[-406895,-150230],[-406873,-150360],[-406018,-148091],[-405560,-148517],[-406515,-148646],[-406642,-148236],[-404378,-145484],[-403929,-147224],[-404192,-145672],[-403490,-146316],[-401908,-143998],[-403609,-143277],[-401397,-144238],[-402493,-145085],[-406928,-143746],[-402425,-141370],[-408611,-150440],[-406904,-147444],[-404504,-145783],[-401479,-143559],[-403683,-151451],[-401236,-149363],[-408773,-150416],[-406775,-149989],[-408616,-150979],[-406513,-148849],[-405552,-148787],[-407343,-148765],[-405028,-145731],[-403576,-146520],[-405531,-146010],[-402336,-143302],[-401825,-145078],[-402906,-143113],[-407327,-144503],[-407796,-144476],[-401704,-140927],[-403038,-140884],[-407014,-142410],[-407867,-142452],[-406809,-143012],[-408528,-141275],[-407891,-143938],[-407422,-141502],[-407125,-142746],[-407245,-142982],[-408963,-144423],[-404302,-140619],[-408100,-141818],[-408215,-143817],[-407538,-143522],[-408003,-143280],[-402241,-156488],[-403760,-162974],[-407605,-163930],[-400902,-161934],[-404608,-159876],[-404819,-155679],[-397336,-161327],[-396999,-161100],[-409180,-160034],[-401288,-156372],[-401892,-155324],[-401672,-155530],[-400620,-155289],[-397140,-155375],[-409328,-173075],[-408779,-173393],[-408466,-173216],[-408866,-173454],[-408221,-176203],[-408288,-175872],[-408974,-173857],[-408616,-171992],[-408499,-178444],[-409155,-177252],[-409119,-169275],[-405326,-177585],[-405724,-170672],[-402964,-171203],[-401912,-166332],[-397904,-175883],[-403464,-168650],[-409255,-173084],[-409399,-174228],[-409434,-172921],[-409104,-174182],[-409251,-173139],[-409443,-173072],[-408710,-174609],[-409159,-174092],[-397492,-189162],[-400569,-189876],[-403686,-188533],[-406951,-190022],[-400648,-183470],[-397085,-182516],[-397392,-185078],[-397152,-188546],[-398577,-190784],[-408511,-183305],[-400680,-183959],[-401260,-184377],[-401216,-183085],[-401193,-184791],[-409292,-184147],[-405623,-203655],[-399612,-198231],[-407555,-193479],[-404430,-198720],[-407842,-192034],[-398974,-199579],[-397374,-197499],[-397523,-198289],[-399986,-191816],[-407467,-204243],[-399560,-204197],[-405443,-203572],[-399952,-203609],[-403322,-208523],[-401339,-209573],[-403044,-206552],[-401439,-205208],[-406789,-206973],[-400885,-204917],[-406079,-206822],[-402200,-207201],[-401519,-207059],[-402665,-207075],[-399062,-205744],[-403289,-215229],[-398525,-208560],[-403630,-207288],[-401144,-207030],[-401194,-204728],[-407525,-207055],[-403811,-208495],[-402314,-209475],[-403507,-207102],[-400326,-206858],[-399853,-205063],[-407462,-205864],[-402820,-206937],[-402328,-206842],[-400371,-206513],[-401581,-207120],[-400754,-205733],[-408548,-207490],[-407437,-209985],[-409509,-211672],[-408249,-210240],[-407257,-213010],[-408881,-211118],[-409491,-212210],[-406534,-212916],[-407693,-214305],[-407411,-207797],[-405705,-208804],[-408115,-210123],[-409175,-209408],[-408825,-215613],[-408490,-215977],[-407301,-214894],[-408519,-211650],[-408693,-211942],[-409072,-207116],[-406658,-209620],[-408991,-208669],[-408295,-210654],[-407627,-207215],[-406145,-209506],[-409206,-210357],[-404843,-211448],[-406964,-212609],[-406629,-214202],[-408163,-211053],[-405754,-212182],[-409178,-216318],[-409185,-207531],[-407946,-207517],[-407365,-211085],[-409066,-215629],[-407472,-213499],[-408835,-212583],[-408396,-207464],[-407199,-207587],[-408191,-209111],[-400476,-222618],[-401438,-225300],[-405373,-218189],[-399331,-217840],[-397733,-220672],[-396829,-226794],[-402482,-225562],[-406778,-229366],[-407249,-228657],[-408164,-228169],[-407625,-228210],[-408314,-218073],[-407777,-227837],[-406109,-227969],[-407601,-217864],[-404530,-225750],[-409373,-223896],[-408814,-221832],[-408581,-220763],[-407584,-221078],[-409517,-228882],[-408125,-229151],[-407887,-227919],[-408228,-227065],[-406433,-227469],[-407297,-227685],[-406243,-228029],[-405644,-228143],[-408332,-227588],[-408619,-229072],[-407372,-228244],[-406124,-227740],[-409232,-225229],[-399699,-242030],[-397677,-240797],[-397348,-240006],[-398907,-236036],[-398558,-238280],[-401336,-237150],[-402990,-238274],[-401468,-236741],[-404629,-242815],[-404860,-242831],[-406835,-238015],[-406511,-239904],[-406337,-235695],[-407431,-241642],[-408281,-231849],[-401877,-233404],[-408877,-235469],[-405265,-242266],[-397164,-234568],[-400599,-233939],[-400313,-233565],[-399062,-236624],[-403768,-237093],[-403092,-237949],[-405673,-238961],[-407434,-240318],[-403839,-230810],[-406231,-236916],[-407706,-234464],[-406460,-235836],[-398054,-240918],[-397993,-240583],[-397285,-239070],[-398381,-239321],[-397402,-240165],[-396856,-242861],[-405917,-238831],[-403974,-237985],[-403726,-241015],[-402938,-238980],[-405297,-239256],[-404703,-242848],[-403780,-241708],[-407515,-235465],[-406721,-239831],[-403774,-236861],[-403748,-236997],[-402927,-236013],[-405579,-233228],[-404814,-232964],[-407710,-231994],[-407384,-238003],[-402976,-240028],[-402633,-235772],[-403835,-238423],[-404195,-240884],[-404299,-242201],[-408830,-240187],[-404072,-235003],[-403849,-233091],[-409439,-240395],[-402607,-239313],[-404993,-238964],[-403220,-242546],[-404276,-242930],[-405475,-242789],[-407078,-230386],[-404140,-241056],[-408541,-241863],[-404174,-235423],[-403830,-232965],[-402549,-239373],[-404440,-239229],[-402599,-242416],[-399146,-236983],[-398943,-238772],[-397663,-236924],[-401283,-237156],[-405618,-241383],[-406638,-238972],[-406920,-235527],[-397999,-238731],[-398151,-240126],[-399184,-236689],[-398162,-235994],[-402302,-239010],[-403927,-238963],[-405857,-238902],[-405848,-237945],[-407030,-235430],[-407713,-236495],[-408627,-236069],[-409552,-240825],[-407396,-241442],[-408066,-237566],[-399972,-5120],[-397025,-2446],[-401181,-4658],[-401856,-3342],[-397227,-8791],[-397070,-3629],[-400285,-7324],[-402321,-6298],[-397129,-4886],[-398595,-3887],[-399137,-6071],[-399243,-533],[-400870,-539],[-397341,-7318],[-397801,-3359],[-399335,-5487],[-398088,-5349],[-399835,-5323],[-403990,-2008],[-398859,-6781],[-403335,-1699],[-400994,14],[-399096,-502],[-399971,-2663],[-399164,-6575],[-397266,-4278],[-400939,-4353],[-397437,-6554],[-401266,-1487],[-398344,-3256],[-398921,-6295],[-401760,-3361],[-400294,-8814],[-404880,-7252],[-404508,-2673],[-397369,-10142],[-404355,-10387],[-405295,-10677],[-404835,-11346],[-404592,-11504],[-403697,-7126],[-404675,-8257],[-401893,-11344],[-409570,-9968],[-399748,-7970],[-407863,-292],[-408341,-882],[-406070,-9179],[-408041,-8740],[-406781,-7041],[-397076,-12178],[-404201,-6676],[-404060,-12074],[-409397,-10545],[-400317,-8003],[-402576,-9811],[-405527,-9748],[-406665,-9311],[-405960,-2545],[-402454,-3409],[-406369,-3029],[-400093,-12096],[-407809,-1099],[-403518,-3652],[-406542,-3522],[-407825,-3668],[-408640,-4298],[-406353,-5256],[-407188,-10811],[-408213,-11748],[-408365,-225],[-405939,-3158],[-398232,-12582],[-398507,-10228],[-399426,-11150],[-402394,-2936],[-398413,-12480],[-397428,-247541],[-398383,-246065],[-398027,-246692],[-399007,-251909],[-402272,-248355],[-401299,-249314],[-403976,-252135],[-403283,-250704],[-403876,-248676],[-403466,-249769],[-402793,-252360],[-406589,-251091],[-406657,-252408],[-406700,-248443],[-406537,-247362],[-407733,-247917],[-407912,-245564],[-407844,-249864],[-406610,-249090],[-409337,-247276],[-409293,-246120],[-405543,-253374],[-404169,-252542],[-405432,-245900],[-409284,-245928],[-406493,-246489],[-403790,-250574],[-403286,-251088],[-401412,-246172],[-403335,-244988],[-402915,-246173],[-404586,-246488],[-403174,-248694],[-397084,-245255],[-397304,-246222],[-399687,-248113],[-404774,-245352],[-401791,-246667],[-403992,-244961],[-402447,-246355],[-403990,-246258],[-403023,-249422],[-399465,-249032],[-399645,-247619],[-398693,-248425],[-396895,-245635],[-405497,-252457],[-405467,-248293],[-406248,-251795],[-408673,-250604],[-405628,-247687],[-406130,-246334],[-408054,-250117],[-397152,-247563],[-398652,-247372],[-398052,-245906],[-400571,-251185],[-400807,-249782],[-402217,-248822],[-403022,-252831],[-404624,-251411],[-403622,-248455],[-403772,-248177],[-402718,-251877],[-405912,-252761],[-409225,-250639],[-405971,-247214],[-406651,-248404],[-407349,-247853],[-407623,-249635],[-406895,-248373],[-408597,-245662],[-402230,-252410],[-409430,-250704],[-403162,-252495],[-405290,-250066],[-407151,-244337],[-398750,-251360],[-399568,-250513],[-399663,-249354],[-400081,-248480],[-399963,-247570],[-398673,-247259],[-397584,-247872],[-397585,-246633],[-400669,-247805],[-401436,-249655],[-401325,-249769],[-405593,-253108],[-405749,-253319],[-404251,-251612],[-403378,-250927],[-404221,-249711],[-404748,-249359],[-404118,-250643],[-404560,-247459],[-405191,-247316],[-403201,-249407],[-402852,-250890],[-406080,-245887],[-407217,-247738],[-406761,-248098],[-407175,-248389],[-406691,-249553],[-407124,-250988],[-406736,-251880],[-408936,-250710],[-407476,-250818],[-408465,-251310],[-407772,-252004],[-408328,-245527],[-405450,-251490],[-405416,-244498],[-405382,-245819],[-403881,-246061],[-404468,-245430],[-404787,-244999],[-400900,-246207],[-402931,-252421],[-399180,-253477],[-404236,-254915],[-400642,-254309],[-408925,-252591],[-398460,-254591],[-397469,-252936],[-399088,-254288],[-399525,-254091],[-403391,-253888],[-403285,-254042],[-406291,-253561],[-403254,-255171],[-407847,-253061],[-405180,-254732],[-405054,-254141],[-404723,-253831],[-404553,-255787],[-402113,-252537],[-401098,-251475],[-401262,-251329],[-398589,-252254],[-396957,-253211],[-403144,-254804],[-405560,-254977],[-400901,-252325],[-406859,-252976],[-397045,-252119],[-405025,-255000],[-400990,-252082],[-400836,-252124],[-398575,-254081],[-404299,-253852],[-405044,-253544],[-397148,-252160],[-399123,-253671],[-404554,-254542],[-402500,-253938],[-408488,-252683],[-408336,-252422],[-402704,-253168],[-405300,-255017],[-399508,-264873],[-397088,-267781],[-398246,-267593],[-399613,-268173],[-399086,-265313],[-399278,-264643],[-398584,-265105],[-399570,-264657],[-399206,-264217],[-397312,-264888],[-397318,-264776],[-406268,-256605],[-406228,-256678],[-406659,-263241],[-409017,-266039],[-406052,-255975],[-400247,-264620],[-404984,-267082],[-409431,-264892],[-404861,-267319],[-400795,-268520],[-407929,-263009],[-408268,-266639],[-407933,-266318],[-408191,-265820],[-408281,-265869],[-408549,-266024],[-406362,-262610],[-405114,-255846],[-406534,-255907],[-405235,-256090],[-399316,-268995],[-397452,-270418],[-403927,-269740],[-403325,-270125],[-401710,-269517],[-401899,-268986],[-404568,-268738],[-399102,-307664],[-398632,-357413],[-402230,-359336],[-402826,-363341],[-397514,-19555],[-397653,-18907],[-398564,-16009],[-397561,-16640],[-398801,-18499],[-404057,-17464],[-405096,-24519],[-408263,-22922],[-400854,-25374],[-401868,-25148],[-401257,-19707],[-403852,-18697],[-406395,-18941],[-407738,-21795],[-402683,-19522],[-403938,-21227],[-405109,-23076],[-402204,-24412],[-400721,-12699],[-398331,-20365],[-400085,-19444],[-401001,-20361],[-399826,-22875],[-400555,-23198],[-398298,-16717],[-407335,-22254],[-401565,-18627],[-404540,-20130],[-401643,-21542],[-404109,-24742],[-406063,-18587],[-408101,-22665],[-397550,-13784],[-399562,-18405],[-406642,-17279],[-397669,-24869],[-399499,-24542],[-401449,-20977],[-405089,-17780],[-408081,-24584],[-402025,-20038],[-404607,-19487],[-402885,-21622],[-405212,-24041],[-402627,-22517],[-400153,-24922],[-408200,-23520],[-399683,-13105],[-400845,-19186],[-402847,-21312],[-400065,-25125],[-397803,-24472],[-400774,-15233],[-405208,-13554],[-404232,-12816],[-406462,-13324],[-407092,-13496],[-398579,-15294],[-403120,-18822],[-397363,-23062],[-406078,-19636],[-398677,-16389],[-397553,-13510],[-403070,-372716],[-406379,-379737],[-397673,-394512],[-404455,-396234],[-402066,-402506],[-403921,-401528],[-401515,-401341],[-400919,-398032],[-400124,-418633],[-398558,-419216],[-409224,-432801],[-396992,-433073],[-403546,-436687],[-404209,-438039],[-408776,-447884],[-397706,-458554],[-404473,-448826],[-398961,-459868],[-398621,-459810],[-397101,-457456],[-404238,-449254],[-405243,-469331],[-403095,-468903],[-399473,-468002],[-405974,-466944],[-402510,-467578],[-400705,-468681],[-403802,-484882],[-408618,-479639],[-401589,-474526],[-401496,-474596],[-397153,-475885],[-407197,-487111],[-398973,-34236],[-408354,-27408],[-398645,-30238],[-397722,-32756],[-404255,-27426],[-397272,-34527],[-406561,-32872],[-406629,-35199],[-401700,-25986],[-399318,-29455],[-397828,-27028],[-399922,-30683],[-400680,-33732],[-399732,-34513],[-398590,-36462],[-400355,-28266],[-404835,-27769],[-408543,-30852],[-407614,-31357],[-401809,-28696],[-403850,-28703],[-409418,-32419],[-406015,-28807],[-406342,-28515],[-408565,-34460],[-408997,-36251],[-408120,-37233],[-399074,-31446],[-400157,-36494],[-400103,-36427],[-403512,-36428],[-403021,-36535],[-405847,-36783],[-407124,-35203],[-407567,-33421],[-406232,-29812],[-408157,-26377],[-407824,-35572],[-398153,-32758],[-397266,-37315],[-398239,-34509],[-404804,-37361],[-404227,-35504],[-404372,-34010],[-405515,-32926],[-405931,-32998],[-401501,-35580],[-398765,-30522],[-405421,-33401],[-397835,-26364],[-397612,-26036],[-402411,-25426],[-397936,-26960],[-401102,-31741],[-400213,-33162],[-399354,-35240],[-399991,-37767],[-397626,-37872],[-406135,-28225],[-407240,-29520],[-408210,-29423],[-408148,-33136],[-408546,-32503],[-402083,-29399],[-403615,-29211],[-398209,-26933],[-397937,-31374],[-399968,-26209],[-405961,-30248],[-409228,-27281],[-407720,-36936],[-398775,-29672],[-396888,-37232],[-402320,-37021],[-405546,-35426],[-407386,-37087],[-403987,-38157],[-407856,-37197],[-402409,-511620],[-402156,-536696],[-403347,-537481],[-401700,-542501],[-402538,-539895],[-409206,-40365],[-402832,-39596],[-397041,-42186],[-398509,-45623],[-401221,-42206],[-405616,-46302],[-406302,-45766],[-398643,-39717],[-396980,-39230],[-400060,-43012],[-398536,-43861],[-399596,-40122],[-403903,-46767],[-404032,-49535],[-400744,-46308],[-408742,-38743],[-405100,-39228],[-403836,-45035],[-399703,-41554],[-399777,-43081],[-399050,-43470],[-399446,-42554],[-401991,-42929],[-399311,-45149],[-408715,-40104],[-408089,-38446],[-398194,-40741],[-399547,-42372],[-398074,-44261],[-398320,-45390],[-406025,-42378],[-401801,-45208],[-405171,-43891],[-407881,-40219],[-401717,-38576],[-397535,-42287],[-398060,-44509],[-400100,-48650],[-405282,-47224],[-403883,-44317],[-406445,-46407],[-406456,-43263],[-401901,-41628],[-402423,-48042],[-404889,-49654],[-397574,-45854],[-398223,-47846],[-400885,-46753],[-403344,-50058],[-399135,-50420],[-409251,-41414],[-408528,-38442],[-405310,-39334],[-397539,-43119],[-401167,-44385],[-399760,-46524],[-399238,-44798],[-396863,-41464],[-407002,-42668],[-406257,-42528],[-406957,-43883],[-402697,-47368],[-403186,-47160],[-404886,-49386],[-400014,-40184],[-405254,-40999],[-405629,-49931],[-407630,-43789],[-405123,-50143],[-405280,-50666],[-408659,-47149],[-408539,-48220],[-407926,-47759],[-409502,-48562],[-407401,-49790],[-409002,-50438],[-407574,-48334],[-408623,-46993],[-407501,-49054],[-409437,-41914],[-397203,-52904],[-396861,-55314],[-406809,-51212],[-397515,-58431],[-396972,-57627],[-406911,-51446],[-405956,-59732],[-406800,-51706],[-406735,-60328],[-408832,-61952],[-406781,-52204],[-406663,-51949],[-407118,-51711],[-403967,-52248],[-409243,-61072],[-406772,-54064],[-397100,-58036],[-406930,-62983],[-400021,-59742],[-398544,-62142],[-400395,-63174],[-407422,-62386],[-406918,-63326],[-400304,-57301],[-406783,-60405],[-406144,-63459],[-407824,-57442],[-401075,-63597],[-408610,-58571],[-408666,-57183],[-397331,-62610],[-406290,-59337],[-404434,-63272],[-398672,-59129],[-397951,-55232],[-399770,-54662],[-400740,-54708],[-400431,-52487],[-399077,-59369],[-399791,-56675],[-409207,-61927],[-406827,-53818],[-408781,-58723],[-402602,-63317],[-398223,-58669],[-398316,-56574],[-397999,-55465],[-398487,-55863],[-398935,-55946],[-400180,-53899],[-400687,-55462],[-400176,-53175],[-400910,-57567],[-399923,-57638],[-399611,-59861],[-398062,-63548],[-400458,-62729],[-396850,-61662],[-399158,-61606],[-400988,-61318],[-404160,-52876],[-403993,-55171],[-406343,-55046],[-397149,-56929],[-398590,-59347],[-397811,-55405],[-399432,-56278],[-400036,-54662],[-400700,-55646],[-399491,-52495],[-399855,-60215],[-400427,-59318],[-400754,-56980],[-399855,-57437],[-399682,-59155],[-397333,-62410],[-399062,-62993],[-399642,-61649],[-402477,-61390],[-403069,-51242],[-398602,-53324],[-408508,-68065],[-408629,-67804],[-409213,-71418],[-408799,-76262],[-409291,-65417],[-408759,-68069],[-407763,-66530],[-408953,-75571],[-408874,-68675],[-409484,-71626],[-408571,-67203],[-408331,-66346],[-408518,-64949],[-409200,-66265],[-409026,-67725],[-408029,-69616],[-409532,-68711],[-398632,-66552],[-397006,-67744],[-400290,-68294],[-397114,-64490],[-398849,-63988],[-397852,-69001],[-398264,-74693],[-398234,-72940],[-401186,-73033],[-399680,-70992],[-404567,-74935],[-401967,-68985],[-399699,-75630],[-405403,-66532],[-408086,-76384],[-405951,-72442],[-406861,-69771],[-403739,-64246],[-400957,-65301],[-404115,-67704],[-406400,-67221],[-408115,-74793],[-409477,-75698],[-408202,-70507],[-398639,-66980],[-400410,-67149],[-397278,-65107],[-398536,-63885],[-400428,-64056],[-397646,-68372],[-397271,-71192],[-398981,-73717],[-402007,-74392],[-400073,-71051],[-405596,-66813],[-404211,-72086],[-402307,-68312],[-408791,-74794],[-400201,-75484],[-408523,-75955],[-406041,-74857],[-407660,-75185],[-406095,-71995],[-406561,-69402],[-400703,-65880],[-404207,-67097],[-407537,-66814],[-409348,-64499],[-399539,-66333],[-400199,-68141],[-396889,-63926],[-398119,-69486],[-397420,-75935],[-397941,-74217],[-403163,-73401],[-401059,-71335],[-403789,-74568],[-404820,-71242],[-405136,-70155],[-402553,-68406],[-400357,-75027],[-405908,-75033],[-405826,-69773],[-407488,-71658],[-401119,-66593],[-405423,-67538],[-406844,-66812],[-409157,-75143],[-403207,-65000],[-399364,-84390],[-400143,-88086],[-398957,-87852],[-402445,-88018],[-402574,-86193],[-398527,-84590],[-404487,-87788],[-399493,-83295],[-399508,-87029],[-402237,-89307],[-402127,-88138],[-402357,-85267],[-403837,-87590],[-398893,-88553],[-398921,-89279],[-401753,-88520],[-404421,-87364],[-397283,-83698],[-396842,-80620],[-397265,-78167],[-400931,-77377],[-400590,-82548],[-399646,-80264],[-399485,-81875],[-400428,-79783],[-403694,-79666],[-402584,-77330],[-407906,-77025],[-407170,-79555],[-405136,-85059],[-406539,-83011],[-406474,-81866],[-408509,-83122],[-409441,-80791],[-404411,-83145],[-402830,-80596],[-403088,-84775],[-406220,-88454],[-405651,-88042],[-407516,-87954],[-408756,-76609],[-397132,-84148],[-397591,-77686],[-399059,-80721],[-398953,-82027],[-399442,-78821],[-401102,-82272],[-404075,-78421],[-404940,-87025],[-407311,-79891],[-402209,-83199],[-405258,-83968],[-407142,-84168],[-405896,-82147],[-409216,-83412],[-409131,-81543],[-409534,-77326],[-404026,-82492],[-403512,-81519],[-402940,-85309],[-397287,-77846],[-400153,-77427],[-398847,-79631],[-399080,-82314],[-400817,-79560],[-404612,-80422],[-404122,-77138],[-405924,-79748],[-402076,-82062],[-405324,-84272],[-406548,-83443],[-406193,-81415],[-409276,-80243],[-408926,-84914],[-402342,-81398],[-402255,-83862],[-406254,-88632],[-404824,-87366],[-397803,-97560],[-397432,-97447],[-400427,-95677],[-400421,-96687],[-400508,-98633],[-398045,-89815],[-402799,-90999],[-402879,-90286],[-404780,-92437],[-405458,-91954],[-401875,-96637],[-401676,-94265],[-403085,-98214],[-404318,-99800],[-403997,-96405],[-403147,-100496],[-402774,-98664],[-404437,-96694],[-396826,-100334],[-400609,-100445],[-398012,-98638],[-398728,-99062],[-400901,-98727],[-401227,-98314],[-399906,-98501],[-398306,-90081],[-402227,-90113],[-401634,-95662],[-401405,-93746],[-403411,-98160],[-404387,-99416],[-404156,-96220],[-401978,-98646],[-404408,-96489],[-398240,-99890],[-403998,-101170],[-401143,-98783],[-397166,-98449],[-398449,-98042],[-398616,-94220],[-398349,-94568],[-400076,-95094],[-399842,-97030],[-399648,-97834],[-401465,-97969],[-400713,-96388],[-401474,-94539],[-403603,-98478],[-404518,-99939],[-403734,-97089],[-403145,-101587],[-402557,-98807],[-404934,-96605],[-396836,-100002],[-407044,-101412],[-403595,-102156],[-406458,-90654],[-408643,-93554],[-405706,-97837],[-407150,-94943],[-407603,-95237],[-406020,-97860],[-407616,-101259],[-408781,-100817],[-409283,-97668],[-407484,-98943],[-408453,-92944],[-406415,-96280],[-408718,-95679],[-406056,-97236],[-406324,-100763],[-408774,-100032],[-409191,-97255],[-406388,-89873],[-405127,-98614],[-405566,-91627],[-408686,-92403],[-405503,-98285],[-406131,-95606],[-408405,-95820],[-406227,-98419],[-407829,-102139],[-409348,-100731],[-408634,-97853],[-404175,-111283],[-408338,-106281],[-405217,-104745],[-407908,-106442],[-409366,-104856],[-409553,-107985],[-404432,-102613],[-407987,-110636],[-408738,-113271],[-408747,-111486],[-403915,-114631],[-405968,-111380],[-406829,-114617],[-407987,-106014],[-397336,-106200],[-405615,-102912],[-397779,-107343],[-408514,-104731],[-405122,-103950],[-405802,-107630],[-405636,-108059],[-407977,-112040],[-404769,-114500],[-398483,-109176],[-409527,-109279],[-403775,-113589],[-401254,-114757],[-404185,-110181],[-402052,-112669],[-404614,-105718],[-403214,-114994],[-405097,-114357],[-397245,-106352],[-408724,-106786],[-409218,-105640],[-405213,-102573],[-407623,-112543],[-403811,-114087],[-403930,-114346],[-404539,10179],[-408341,8903],[-406490,4514],[-406966,3980],[-407966,1640],[-406443,413],[-405866,3997],[-404263,1772],[-401881,10910],[-408118,8344],[-405909,12977],[-405612,1478],[-408571,1963],[-405810,3140],[-400099,4921],[-399733,3252],[-402106,11925],[-398084,4936],[-406075,1075],[-405854,2172],[-407756,1415],[-403838,5555],[-403983,3724],[-398147,3770],[-396913,6055],[-397449,3732],[-397990,7781],[-398446,9761],[-404757,1657],[-396895,3933],[-406433,12474],[-406440,10878],[-406699,647],[-407165,4498],[-405732,720],[-406395,765],[-405500,2528],[-403079,9348],[-401001,11943],[-402528,3466],[-397432,1029],[-409289,5098],[-397649,8032],[-405513,4652],[-406098,2017],[-405166,4956],[-404645,3454],[-407455,11697],[-403484,11474],[-401039,12717],[-403474,12451],[-408908,532],[-409089,764],[-400867,199290],[-402139,198915],[-405293,201664],[-404708,197834],[-405820,197015],[-402246,196659],[-405677,202897],[-403965,195932],[-405420,197782],[-399874,202739],[-402314,198402],[-397415,199247],[-399281,200617],[-405863,203046],[-405172,196762],[-404641,196864],[-405978,198704],[-396999,212923],[-397131,214189],[-405686,208345],[-403295,209622],[-401903,206727],[-400255,215955],[-397485,213075],[-405669,208422],[-406154,207625],[-401022,208019],[-403806,207477],[-397856,214362],[-398611,207976],[-396970,217336],[-397922,215428],[-399551,208846],[-400777,206511],[-398499,206760],[-400558,212096],[-398439,215745],[-397214,215976],[-398637,206816],[-402972,207720],[-397761,208904],[-397252,215047],[-397842,212371],[-403971,208629],[-405303,208332],[-404043,207924],[-404010,207492],[-398412,223264],[-398234,227893],[-399362,223742],[-398588,227306],[-397363,223199],[-398590,226237],[-396913,226639],[-396998,218991],[-397761,225393],[-405618,16940],[-405789,13424],[-407625,16446],[-401603,14241],[-405494,16130],[-405510,16045],[-407346,14617],[-408914,15996],[-404047,18111],[-406163,22566],[-405003,23537],[-407917,25755],[-405752,13213],[-404754,20698],[-407968,14421],[-401554,14313],[-408268,16534],[-405393,21394],[-408909,25657],[-407442,18173],[-404020,17881],[-404648,18492],[-407543,25555],[-407616,15602],[-402670,13229],[-408853,22892],[-407361,15980],[-407161,22827],[-403861,19758],[-401250,332168],[-402019,332127],[-403374,332300],[-399926,331864],[-402249,332540],[-403373,332533],[-402699,339584],[-398379,334375],[-398136,339221],[-407953,335636],[-404734,339758],[-401240,335211],[-398907,339978],[-403686,337970],[-404733,337665],[-401471,337192],[-405940,334852],[-405199,334868],[-398131,340622],[-404381,337627],[-406808,339704],[-403114,336078],[-400051,333989],[-408349,337132],[-398952,340467],[-401121,339700],[-397848,336614],[-402386,339171],[-398939,334561],[-405837,339055],[-403379,335947],[-404762,335197],[-399835,334413],[-407670,334633],[-401049,339094],[-407723,339533],[-398636,341219],[-406670,339852],[-401093,337470],[-403604,340303],[-399135,339886],[-401481,340606],[-399827,336736],[-398933,338715],[-401272,334659],[-400778,358579],[-405767,358139],[-405480,353345],[-400424,351814],[-403038,346814],[-397615,347943],[-400477,357359],[-401947,355061],[-401947,353130],[-398743,348567],[-398277,357378],[-399504,355013],[-404727,354572],[-397187,350539],[-398437,349453],[-402703,353967],[-405293,358136],[-404776,352276],[-400764,349934],[-402317,348766],[-399636,346725],[-398404,352427],[-397607,358356],[-402663,355421],[-407626,357487],[-403467,351678],[-402542,350062],[-403298,348943],[-399572,346023],[-396932,346404],[-398145,352296],[-406547,369442],[-405938,367152],[-404036,364993],[-397528,360619],[-400668,364573],[-397462,365232],[-397494,362853],[-399068,367018],[-401007,368991],[-402020,364957],[-401876,368087],[-397999,361776],[-408929,366874],[-407317,362134],[-399190,370600],[-403680,366277],[-403516,369110],[-399711,359728],[-407348,365643],[-409298,365221],[-407544,369957],[-408499,364210],[-399763,361050],[-401133,365153],[-399370,364828],[-399971,371199],[-405580,369021],[-406343,369036],[-407846,361534],[-406381,363544],[-404337,364341],[-401179,360367],[-401799,368303],[-401588,365637],[-405660,369941],[-405410,368769],[-408544,364077],[-407919,360721],[-405742,361831],[-403443,363459],[-399175,363129],[-400612,358918],[-398352,360246],[-399515,366480],[-399669,380629],[-401810,378464],[-405520,376479],[-406920,380330],[-407725,377153],[-401215,375407],[-401299,372617],[-402893,374372],[-404807,373988],[-401119,375005],[-400861,381472],[-400475,380493],[-404245,379433],[-403666,373224],[-402570,375589],[-397214,372682],[-398801,373840],[-405162,371537],[-403160,381122],[-399486,378906],[-398401,380803],[-404356,377194],[-405480,380466],[-408178,377191],[-401765,375450],[-399892,373132],[-402966,374923],[-398735,378973],[-401815,378566],[-404002,376528],[-406424,380095],[-409254,377662],[-399881,376450],[-399939,372202],[-404200,373415],[-407512,27972],[-406952,26018],[-407482,28265],[-409224,25857],[-407444,25812],[-398563,386043],[-399549,386416],[-398353,386054],[-396916,387650],[-398258,384572],[-398620,387263],[-400144,409486],[-400392,409240],[-399767,407404],[-399186,406779],[-397927,403107],[-400732,409265],[-398748,407901],[-399323,406949],[-398154,407761],[-398987,407494],[-397190,400804],[-397882,418274],[-399662,416372],[-401859,411423],[-401953,409821],[-402598,411235],[-397133,415496],[-397743,417947],[-398040,416311],[-400279,411364],[-402780,410709],[-398630,414436],[-401684,410288],[-397275,415481],[-407332,489783],[-407439,492967],[-400824,497721],[-406229,487466],[-408479,492968],[-407269,492188],[-409341,492862],[-400705,500508],[-408724,504195],[-417857,-122587],[-409707,-122453],[-410192,-115554],[-410773,-117579],[-413603,-115999],[-416459,-115289],[-418124,-115636],[-413781,-116765],[-414942,-118054],[-416525,-117998],[-417221,-119541],[-411132,-122453],[-411724,-121514],[-411684,-120534],[-410556,-120236],[-412729,-121488],[-410697,-124730],[-410930,-127648],[-410486,-126554],[-411183,-127568],[-411482,-127201],[-413054,-124500],[-413338,-123715],[-414400,-124138],[-413253,-127498],[-422345,-119088],[-418121,-122508],[-421560,-120257],[-420440,-116590],[-414079,-127429],[-413393,-127742],[-413696,-123903],[-412509,-124908],[-410825,-125578],[-414400,-124399],[-419178,-123041],[-412630,-126629],[-418727,-116892],[-410780,-116282],[-411002,-116376],[-412192,-115474],[-416125,-115617],[-417808,-116564],[-414798,-116575],[-414063,-117570],[-415428,-118650],[-416728,-119135],[-410899,-122200],[-412024,-122403],[-411407,-121116],[-411160,-119559],[-412963,-122129],[-409664,-124538],[-410373,-124965],[-410401,-127489],[-419340,-117501],[-410475,-115583],[-410981,-116504],[-412928,-115584],[-413607,-115666],[-417072,-115199],[-413569,-116638],[-414276,-118655],[-415827,-117692],[-417423,-118936],[-410554,-122020],[-411563,-122674],[-412013,-119660],[-410666,-119762],[-412913,-121419],[-410803,-124475],[-410232,-127734],[-410642,-125498],[-412085,-124457],[-412546,-124079],[-413559,-124854],[-414017,-125370],[-413103,-127584],[-420786,-118768],[-418418,-126214],[-420248,-127131],[-415275,-125280],[-419340,-125888],[-418820,-126720],[-416568,-127782],[-420200,-127531],[-415532,-126667],[-420547,-126205],[-416951,-126870],[-418002,-127189],[-415941,-125894],[-421506,-127686],[-419225,-124364],[-417172,-127234],[-421027,-127146],[-416253,-125569],[-419975,-126281],[-415415,-125597],[-417047,-126007],[-409908,-128372],[-412501,-127988],[-409760,-128816],[-414121,-128575],[-410685,-130535],[-412640,-130533],[-410824,-132058],[-413884,-140594],[-413011,-139876],[-410144,-138715],[-411865,-138061],[-411521,-136909],[-416066,-137880],[-415794,-137359],[-413394,-140550],[-411707,-137064],[-410421,-137526],[-411297,-137939],[-415387,-137936],[-415639,-136482],[-411015,-127886],[-412454,-128498],[-411865,-128462],[-411324,-128548],[-411141,-128186],[-413841,-128358],[-412031,-131221],[-410196,-131858],[-416593,-140191],[-413460,-140058],[-410910,-139964],[-409956,-138932],[-411930,-136436],[-410526,-138215],[-411473,-137178],[-412128,-137582],[-414202,-139228],[-414570,-138659],[-415071,-137616],[-414739,-139394],[-416775,-137097],[-415644,-137048],[-420690,-139991],[-412024,-128188],[-413121,-127892],[-411596,-129083],[-411121,-128685],[-409964,-129129],[-414349,-128113],[-410562,-131098],[-411810,-131158],[-410507,-131911],[-413996,-139927],[-414042,-140240],[-410714,-137839],[-412620,-136752],[-412595,-137018],[-415463,-137949],[-414007,-139026],[-416214,-137082],[-421519,-140463],[-414544,-140175],[-410640,-138650],[-411160,-137632],[-415423,-138731],[-416996,-137332],[-421735,-140500],[-420232,-139896],[-421300,-140288],[-415952,-130461],[-417591,-136149],[-418585,-134453],[-417066,-136556],[-415684,-133154],[-421892,-135675],[-421365,-131534],[-421860,-133066],[-420533,-132533],[-419420,-132112],[-417810,-133792],[-421683,-139887],[-418318,-127929],[-419745,-127832],[-418367,-129860],[-417197,-134326],[-419132,-128624],[-416947,-133966],[-416918,-133007],[-417339,-131536],[-421447,-135956],[-421366,-135429],[-420796,-133505],[-421651,-134170],[-421048,-134045],[-421421,-132600],[-419082,-131360],[-419806,-134574],[-419531,-134501],[-418359,-134079],[-415957,-130260],[-416933,-136023],[-417751,-135549],[-422201,-128280],[-420896,-133062],[-419469,-133622],[-420637,-139380],[-417560,-132636],[-419662,-134395],[-419015,-135200],[-419904,-135438],[-416253,-129057],[-417079,-135574],[-416737,-130438],[-417498,-133339],[-418046,-132651],[-421038,-130286],[-417341,-136769],[-416543,-135762],[-418501,-131978],[-420384,-132441],[-421544,-134357],[-419158,-133539],[-415889,-129663],[-415865,-127995],[-417234,-130602],[-420240,-129658],[-412329,-142438],[-411371,-148075],[-411308,-146612],[-412251,-147721],[-412142,-150956],[-414028,-151673],[-413656,-150737],[-415536,-150619],[-415063,-151766],[-416135,-151760],[-415479,-146054],[-413070,-147577],[-415517,-146221],[-418488,-149189],[-417000,-141298],[-416695,-141025],[-412281,-142391],[-411316,-147038],[-411815,-148338],[-412912,-150553],[-413721,-152053],[-415115,-150312],[-413788,-145346],[-415568,-146193],[-419226,-149911],[-418597,-150103],[-411853,-142462],[-411968,-142293],[-416306,-141116],[-417201,-142280],[-420273,-140753],[-412780,-142418],[-411586,-148510],[-413882,-151338],[-416071,-150815],[-414345,-146529],[-415025,-141340],[-411658,-142297],[-412159,-147448],[-412386,-148588],[-411894,-146525],[-412754,-147204],[-412520,-151086],[-414336,-150545],[-414187,-149805],[-412852,-150669],[-416653,-150155],[-415263,-152383],[-415921,-152053],[-416049,-151836],[-414771,-145614],[-413302,-146606],[-413132,-146166],[-413971,-146658],[-418679,-149481],[-416990,-150324],[-418162,-149458],[-413925,-140711],[-412678,-140863],[-414541,-141429],[-413840,-142338],[-416608,-140741],[-421231,-141310],[-411541,-148259],[-412934,-146899],[-412309,-147013],[-412372,-150256],[-413020,-149656],[-414250,-151975],[-416657,-151140],[-416679,-151739],[-415808,-150450],[-413680,-146679],[-414704,-146094],[-414494,-147264],[-419088,-149275],[-419115,-149257],[-410529,-142277],[-415962,-141323],[-412666,-141638],[-410460,-165329],[-418721,-164860],[-411910,-164499],[-415128,-162463],[-414957,-164035],[-415723,-163884],[-415483,-166120],[-416903,-165709],[-418857,-165994],[-412694,-164882],[-414304,-163677],[-413106,-161744],[-412099,-160454],[-411810,-161507],[-411021,-154154],[-411725,-153449],[-410734,-154971],[-410308,-155035],[-417923,-166038],[-417059,-165655],[-415358,-162873],[-414903,-162528],[-412535,-166031],[-410792,-158479],[-413318,-161205],[-412156,-158866],[-410134,-155002],[-410323,-155000],[-411384,-153930],[-417155,-165383],[-416194,-165262],[-414438,-162809],[-412242,-165783],[-413001,-159307],[-412400,-160622],[-410396,-154747],[-410182,-155723],[-415158,-166187],[-417118,-164805],[-412472,-164321],[-413698,-159435],[-411894,-153442],[-415259,-164788],[-415182,-162234],[-412426,-165283],[-411826,-161076],[-410919,-159298],[-413593,-159830],[-409882,-155218],[-412086,-155566],[-411918,-154557],[-416402,-162546],[-419292,-163741],[-421013,-162028],[-419472,-165767],[-418512,-155470],[-415879,-154994],[-416394,-155778],[-416420,-160178],[-417592,-159234],[-421981,-159312],[-421633,-164015],[-419801,-164747],[-416986,-163076],[-416704,-160323],[-422393,-158133],[-418018,-154732],[-416255,-156949],[-420785,-159476],[-420562,-166100],[-419258,-165193],[-419881,-163586],[-419122,-164860],[-418396,-158642],[-418422,-159294],[-421191,-158343],[-422011,-158131],[-422276,-158508],[-416612,-154324],[-417996,-156573],[-417800,-156065],[-417170,-155456],[-416015,-156880],[-415130,-157281],[-417565,-160998],[-420787,-160155],[-419117,-164219],[-420459,-161017],[-420069,-165577],[-420709,-164426],[-416873,-154351],[-418811,-156185],[-417071,-154490],[-415543,-155242],[-416905,-157052],[-415454,-155832],[-417944,-161024],[-417824,-159784],[-416262,-159292],[-421722,-159538],[-421056,-162525],[-421042,-161296],[-420996,-164765],[-422070,-163042],[-418893,-163714],[-420566,-161810],[-421484,-161129],[-420313,-162751],[-418992,-162820],[-417868,-162218],[-416640,-162482],[-418141,-159199],[-421186,-158426],[-416996,-160446],[-420887,-161045],[-417590,-155940],[-417292,-155596],[-418490,-155271],[-418972,-156737],[-417163,-155705],[-415377,-155135],[-416678,-156661],[-416797,-155016],[-416713,-158516],[-418253,-160563],[-420136,-160288],[-422339,-160295],[-410312,-172787],[-421788,-173224],[-421950,-173966],[-421159,-175504],[-419280,-167649],[-422262,-175118],[-422385,-171921],[-421267,-171212],[-421368,-173874],[-422053,-176553],[-414274,-166643],[-420224,-172725],[-421324,-175072],[-418715,-177691],[-416192,-175254],[-411777,-175857],[-415660,-170588],[-415385,-167461],[-410021,-166603],[-421032,-172916],[-410687,-174184],[-410573,-174261],[-410389,-174460],[-410095,-174441],[-410962,-174327],[-410054,-174024],[-410767,-174112],[-410855,-173576],[-410406,-172904],[-414579,-166863],[-412275,-166635],[-419321,-169657],[-419922,-174463],[-421281,-170922],[-421450,-173417],[-422394,-174318],[-415968,-166490],[-418384,-170862],[-422033,-167515],[-421714,-168491],[-422237,-170182],[-420241,-167770],[-422000,-167252],[-421989,-169695],[-422349,-168866],[-421918,-166803],[-421271,-169743],[-421954,-170683],[-419894,-167403],[-410216,-191532],[-415369,-190955],[-419343,-181544],[-422042,-183923],[-419748,-182714],[-417827,-184465],[-417904,-188343],[-417434,-189554],[-418006,-186790],[-410521,-183954],[-413107,-183985],[-415002,-184294],[-416682,-185920],[-418023,-187532],[-410105,-184663],[-412428,-184823],[-414963,-184260],[-416226,-186309],[-422047,-190623],[-419130,-189194],[-418821,-188070],[-419905,-187356],[-419818,-188394],[-422106,-187991],[-421191,-186350],[-421764,-187118],[-421651,-188413],[-421283,-187403],[-419062,-189105],[-420095,-186397],[-421356,-186896],[-421558,-189062],[-422094,-188722],[-421958,-188232],[-412101,-199017],[-412322,-191804],[-415816,-192374],[-413544,-195897],[-410204,-197517],[-411638,-199538],[-411277,-200281],[-420741,-195169],[-413475,-202890],[-412642,-203137],[-411644,-201409],[-411205,-200942],[-412420,-202775],[-421106,-202602],[-421351,-201067],[-422066,-201265],[-416892,-204127],[-413820,-202192],[-413166,-200475],[-412010,-200994],[-411714,-202012],[-412015,-202569],[-417753,-200594],[-421197,-201437],[-422025,-200626],[-421977,-202636],[-420480,-200249],[-419879,-198898],[-420846,-201764],[-421113,-198175],[-419110,-195519],[-418746,-199116],[-412091,-203385],[-421419,-193309],[-422113,-197474],[-421741,-204355],[-420137,-195942],[-414860,-199710],[-411356,-204347],[-415741,-204386],[-410950,-202689],[-419087,-198558],[-420998,-199831],[-420664,-200656],[-422325,-202868],[-420377,-194125],[-414077,-202557],[-410925,-202444],[-411449,-203793],[-422224,-200977],[-421722,-201647],[-418694,-199996],[-420307,-201673],[-420605,-202128],[-418878,-199553],[-417718,-200386],[-422202,-203234],[-411024,-214866],[-409970,-211493],[-412237,-215543],[-413710,-204687],[-418081,-208701],[-418551,-207366],[-412268,-208906],[-413702,-205982],[-415494,-205256],[-417217,-209886],[-418691,-209332],[-412647,-210450],[-415325,-206896],[-417190,-206730],[-413255,-215490],[-413278,-216355],[-412940,-215927],[-412665,-209698],[-419400,-207107],[-418245,-206415],[-417453,-206524],[-416715,-205982],[-411374,-207268],[-416189,-206526],[-413089,-205092],[-412514,-210782],[-415390,-210000],[-414809,-209079],[-412278,-214652],[-418089,-206562],[-410576,-216034],[-413585,-205152],[-420013,-208160],[-413147,-215174],[-415405,-209471],[-417533,-206789],[-416478,-206573],[-415597,-204848],[-411123,-207205],[-415700,-205932],[-412267,-208852],[-411560,-215856],[-411480,-216564],[-412918,-211257],[-414954,-208798],[-413839,-210951],[-417679,-207261],[-416675,-205999],[-414256,-205948],[-420444,-213810],[-418645,-209450],[-414315,-205912],[-410023,-211998],[-416386,-206640],[-418790,-206749],[-413957,-208653],[-411907,-216417],[-411359,-215282],[-411963,-214001],[-410902,-210834],[-417927,-209548],[-415261,-208799],[-417606,-207299],[-416166,-205637],[-413251,-215129],[-411392,-215627],[-412093,-208968],[-417188,-206157],[-414231,-205459],[-412259,-216046],[-413654,-215844],[-415818,-210031],[-414504,-209534],[-417939,-209918],[-416647,-206726],[-418739,-205999],[-418519,-209441],[-417333,-209208],[-420883,-216456],[-420593,-213785],[-409789,-225240],[-410346,-225178],[-420503,-218851],[-415497,-230186],[-413149,-218213],[-409752,-224704],[-411285,-226319],[-410596,-224049],[-414800,-223509],[-415189,-224704],[-411934,-221128],[-410944,-221894],[-411052,-218504],[-411352,-218653],[-416466,-219392],[-416256,-219640],[-414119,-223578],[-420577,-219521],[-413484,-229172],[-417701,-229758],[-409707,-227429],[-410904,-225715],[-412084,-225961],[-415421,-223852],[-411395,-220475],[-412454,-225442],[-416824,-219773],[-411014,-224130],[-411769,-226695],[-411982,-225389],[-410777,-224624],[-413197,-223772],[-416501,-224107],[-417445,-224042],[-416168,-226350],[-416822,-230059],[-415818,-230107],[-410720,-219471],[-411688,-219806],[-410861,-218522],[-410737,-225398],[-411083,-225172],[-411279,-218915],[-417590,-229618],[-411060,-219047],[-418884,-220126],[-416633,-219556],[-411198,-220289],[-410165,-227245],[-410758,-225678],[-413276,-227503],[-413860,-228998],[-414118,-227117],[-413277,-226732],[-413103,-226821],[-415002,-229530],[-414753,-228627],[-416208,-227434],[-413808,-224620],[-412654,-224869],[-412577,-224393],[-414842,-224367],[-410465,-219608],[-411478,-220184],[-411460,-223070],[-410434,-220292],[-413292,-238838],[-410949,-237717],[-414671,-234196],[-414619,-237261],[-419744,-233299],[-421108,-234318],[-417433,-237423],[-411918,-239896],[-416405,-232345],[-410157,-238324],[-411018,-234391],[-412527,-231340],[-415323,-234877],[-411423,-239607],[-415928,-230666],[-418205,-235506],[-413265,-242859],[-413200,-240138],[-412150,-241451],[-417027,-231352],[-419281,-231845],[-418934,-232205],[-419085,-232458],[-421750,-234953],[-418697,-234344],[-413115,-240354],[-413201,-242707],[-411322,-241990],[-417571,-230737],[-418944,-231799],[-410662,-240566],[-411475,-240204],[-417811,-235283],[-412840,-241631],[-412731,-241940],[-418399,-230622],[-418724,-233111],[-418841,-233508],[-418322,-236811],[-418768,-232137],[-410550,-238880],[-411561,-239073],[-415116,-233374],[-415065,-235857],[-413160,-233671],[-420158,-236357],[-414105,-242053],[-418530,-241040],[-420374,-239515],[-419570,-235796],[-419446,-240925],[-419117,-240671],[-417730,-241592],[-422065,-237279],[-420501,-239967],[-420819,-240178],[-417717,-242511],[-419476,-238254],[-414776,-242553],[-417421,-241778],[-419300,-238935],[-419079,-235566],[-419918,-236952],[-420759,-241337],[-414575,-241687],[-415582,-242424],[-417351,-241340],[-418641,-241047],[-419901,-242045],[-421242,-242017],[-421543,-239932],[-420516,-236572],[-420356,-235579],[-421562,-238555],[-412140,-10485],[-410701,-1536],[-414577,-785],[-410401,-9588],[-409615,-11675],[-411971,-469],[-415883,-5130],[-413894,-10697],[-415916,-12415],[-410884,-10597],[-415074,-12071],[-412867,-11878],[-414429,-2757],[-412239,-3014],[-421808,-3248],[-419107,-3467],[-419096,-2564],[-417809,-1958],[-419061,-12522],[-418151,-12338],[-417691,-12541],[-417325,-12545],[-416989,-11006],[-416701,-11383],[-413906,-12392],[-413497,-2423],[-413193,-1640],[-414186,-2297],[-414719,-4698],[-415778,-12592],[-410784,-849],[-414338,-1434],[-410732,-2198],[-414665,-3888],[-414247,-10502],[-414991,-10147],[-421045,-1985],[-419026,-1011],[-419281,-145],[-420773,-3622],[-419579,-6527],[-419637,-6776],[-418447,-3257],[-417769,-2877],[-409683,-249537],[-411320,-245153],[-410990,-244950],[-414829,-248791],[-414312,-245977],[-413945,-246613],[-410572,-249017],[-413632,-246826],[-410620,-249234],[-410280,-247826],[-410296,-245579],[-411554,-244891],[-416195,-246738],[-415926,-247313],[-414114,-249672],[-414380,-244413],[-410079,-248745],[-413930,-247605],[-415213,-246384],[-410931,-243700],[-413285,-244489],[-414254,-244301],[-412377,-246653],[-412116,-247466],[-411868,-245980],[-410541,-246383],[-418506,-249796],[-411923,-248974],[-414441,-249998],[-417937,-251266],[-411139,-244090],[-413965,-244409],[-412975,-245893],[-416199,-247119],[-411192,-248626],[-410205,-245833],[-411978,-246389],[-414929,-249968],[-412533,-248767],[-409729,-247777],[-414262,-250702],[-413897,-246554],[-411430,-247549],[-411858,-247187],[-412015,-248922],[-412437,-246595],[-412245,-245693],[-409935,-247090],[-409994,-245492],[-410447,-245687],[-410704,-250382],[-410384,-248587],[-412298,-245231],[-413947,-244739],[-413554,-248271],[-416840,-251138],[-416565,-251076],[-417660,-248248],[-418800,-248491],[-418838,-249916],[-415123,-245589],[-415089,-252943],[-414371,-250865],[-416500,-244321],[-416663,-244053],[-409903,-251559],[-412400,-249875],[-412152,-250009],[-415874,-243316],[-416236,-245721],[-416260,-245024],[-419590,-244903],[-417525,-244914],[-413968,-252962],[-410193,-251507],[-418168,-252579],[-418849,-250844],[-419355,-247960],[-419077,-249936],[-418996,-249186],[-415449,-246317],[-415678,-244134],[-409689,-254612],[-417019,-245239],[-417354,-246709],[-416522,-244685],[-409768,-254711],[-410001,-254882],[-420433,-244517],[-419521,-248072],[-419496,-243104],[-419327,-250897],[-419417,-251261],[-422270,-256631],[-409918,-259890],[-411087,-312255],[-418594,-353486],[-412290,-353213],[-420388,-349135],[-410229,-353310],[-417173,-363803],[-415489,-360064],[-415491,-15074],[-414386,-14022],[-414145,-14695],[-412389,-14391],[-412249,-23692],[-411281,-20196],[-413123,-20800],[-416049,-13052],[-416498,-13281],[-410310,-21349],[-411918,-20173],[-415011,-14148],[-415302,-17401],[-412121,-14275],[-412941,-13029],[-415970,-14966],[-416184,-16455],[-418370,-17343],[-419536,-17637],[-415807,-24689],[-415968,-12672],[-412680,-14421],[-411672,-23924],[-414045,-25323],[-415952,-24211],[-419750,-14681],[-415291,-13990],[-416059,-18184],[-413609,-21540],[-414449,-21572],[-416961,-12613],[-413711,-12657],[-412479,-16351],[-422179,-21313],[-422165,-22154],[-415603,-18594],[-414873,-16075],[-417649,-17976],[-414929,-16246],[-416181,-16631],[-416887,-15864],[-418093,-16204],[-412828,-15112],[-413433,-12631],[-420057,-17983],[-411123,-22140],[-418562,-14895],[-417379,-13521],[-421802,-21768],[-417706,-22835],[-420351,-382760],[-419894,-381494],[-410954,-394922],[-411235,-392219],[-411290,-392324],[-412588,-390853],[-412669,-390809],[-417760,-384289],[-415622,-390453],[-410951,-384503],[-415896,-426591],[-411497,-431173],[-414880,-427052],[-412341,-432833],[-421450,-435791],[-420823,-436429],[-418553,-452618],[-415209,-456371],[-414075,-455108],[-410500,-460445],[-409630,-455452],[-410909,-455415],[-416296,-473273],[-410763,-464752],[-414021,-465324],[-417116,-471098],[-410968,-463812],[-420526,-483943],[-421691,-478953],[-412963,-475232],[-410370,-478739],[-420314,-482872],[-416655,-483673],[-419059,-480415],[-418929,-496009],[-418857,-491327],[-416850,-489426],[-419340,-496523],[-415517,-489742],[-410619,-34343],[-412040,-27655],[-414129,-26512],[-414420,-37173],[-415073,-33265],[-412459,-29941],[-414418,-32567],[-411868,-37099],[-414502,-33288],[-409829,-35272],[-421708,-33807],[-421376,-32262],[-419393,-33592],[-420391,-34360],[-417813,-29700],[-417370,-28482],[-410540,-27978],[-409795,-33098],[-414266,-32213],[-412436,-37249],[-409604,-34111],[-421256,-37985],[-419721,-33693],[-419931,-36346],[-421736,-33016],[-422288,-35785],[-410647,-27037],[-413370,-27076],[-414847,-26304],[-410754,-32364],[-412408,-33032],[-410109,-33610],[-411205,-36948],[-421226,-37200],[-419158,-35373],[-422284,-35128],[-410746,-30625],[-411433,-32140],[-411493,-25929],[-414641,-36232],[-416346,-37816],[-415319,-31730],[-413966,-37856],[-410850,-37117],[-413507,-36831],[-421251,-37182],[-420297,-33322],[-419268,-35681],[-420986,-36975],[-409686,-32012],[-410071,-32235],[-411598,-32406],[-410388,-28326],[-409727,-27429],[-410747,-26716],[-414746,-26163],[-412484,-36852],[-413649,-32410],[-414140,-32353],[-413979,-32108],[-415512,-32474],[-421363,-37482],[-420561,-34720],[-420501,-34546],[-421284,-34597],[-420328,-35691],[-420185,-33350],[-419869,-33808],[-422228,-33496],[-421605,-34933],[-420923,-25960],[-417584,-27957],[-410334,-500534],[-409838,-499453],[-409620,-544791],[-411413,-550940],[-421351,-38765],[-413368,-41313],[-412811,-40169],[-410833,-40462],[-411089,-40678],[-414139,-41202],[-413823,-40776],[-414324,-39764],[-410366,-40899],[-413798,-39909],[-421873,-39478],[-422303,-38773],[-414903,-42234],[-413589,-47513],[-413476,-46137],[-413341,-45641],[-412785,-50570],[-412549,-46452],[-413449,-48972],[-412680,-45415],[-412852,-48796],[-414434,-42302],[-412528,-45946],[-413099,-48314],[-412357,-47567],[-412277,-45456],[-413096,-48126],[-412288,-47123],[-412171,-46305],[-413292,-49317],[-412878,-47665],[-413497,-45237],[-412661,-48578],[-411819,-57357],[-409716,-63768],[-412126,-54471],[-414103,-56351],[-417064,-55902],[-416031,-58557],[-418419,-58523],[-415196,-63544],[-416037,-62744],[-409974,-51204],[-410792,-51201],[-412974,-53789],[-412670,-56456],[-417328,-58294],[-417672,-59432],[-413332,-63160],[-415740,-61623],[-412599,-63024],[-412475,-63209],[-413242,-52299],[-414649,-52713],[-413825,-56656],[-416318,-58900],[-416749,-57882],[-414299,-62254],[-417103,-60609],[-414279,-63668],[-410885,-59602],[-411356,-59551],[-412762,-57603],[-411544,-62007],[-414174,-51846],[-414277,-52686],[-412960,-55217],[-418033,-59135],[-416376,-61439],[-418282,-56091],[-410764,-61124],[-411577,-59116],[-411943,-61871],[-412732,-51723],[-411341,-58491],[-413933,-51210],[-411520,-63158],[-410510,-62053],[-409988,-63412],[-411578,-61816],[-411234,-60226],[-410806,-59301],[-412914,-54011],[-413398,-55260],[-416322,-56869],[-416621,-60604],[-418199,-58512],[-414922,-63125],[-413658,-54076],[-413931,-56249],[-415923,-57710],[-415356,-58411],[-416828,-57105],[-415447,-61354],[-412100,-65330],[-410245,-67543],[-414307,-70485],[-414624,-74849],[-411542,-66653],[-413190,-64244],[-412862,-64009],[-412370,-64315],[-412757,-75730],[-410548,-72400],[-412562,-70375],[-413772,-71014],[-410355,-74378],[-411097,-73353],[-413811,-74182],[-413473,-70395],[-411641,-75120],[-414513,-74047],[-412398,-69596],[-409667,-75323],[-412366,-74284],[-411299,-69746],[-413709,-74367],[-410599,-70522],[-409863,-67095],[-412283,-63807],[-411593,-64186],[-412031,-64462],[-411918,-75343],[-415220,-63910],[-410600,-72145],[-410114,-68162],[-412912,-68868],[-411028,-67238],[-410619,-67155],[-411454,-66637],[-412192,-65401],[-411229,-64895],[-409772,-66173],[-411980,-64791],[-412187,-73383],[-414569,-75400],[-410423,-70820],[-416924,-85601],[-412726,-78138],[-409767,-81245],[-410126,-79659],[-410698,-81383],[-410061,-77005],[-413381,-84634],[-410121,-85955],[-418609,-85765],[-414088,-80001],[-412429,-79214],[-415445,-82942],[-416337,-82574],[-416140,-82288],[-414518,-80743],[-417667,-85636],[-415262,-82133],[-417111,-82335],[-411920,-84672],[-413602,-80796],[-413519,-78364],[-421777,-83116],[-409656,-82465],[-421227,-79371],[-411528,-81277],[-420526,-86519],[-417270,-86302],[-416877,-81996],[-416553,-81987],[-416702,-83429],[-413148,-79360],[-422387,-80823],[-418723,-85405],[-417326,-83737],[-412808,-83510],[-418101,-85767],[-420739,-85469],[-411227,-84031],[-413985,-80278],[-413421,-83942],[-420284,-87137],[-409629,-78907],[-414934,-88097],[-413654,-79857],[-410909,-82041],[-410428,-85831],[-415129,-82516],[-415902,-83375],[-416811,-83104],[-412572,-77150],[-415392,-82208],[-419882,-79050],[-412064,-84252],[-411377,-78449],[-410769,-76759],[-417107,-87219],[-418730,-83874],[-413953,-90020],[-418535,-101403],[-422203,-94903],[-413851,-97763],[-414376,-99720],[-414214,-99785],[-420757,-96265],[-417892,-93700],[-420921,-90720],[-421122,-96401],[-411075,-90056],[-419255,-90806],[-413066,-99859],[-413910,-97466],[-414891,-100772],[-416801,-100157],[-411240,-100028],[-421271,-95006],[-410170,-93604],[-410499,-97433],[-411837,-95493],[-411730,-92906],[-419242,-92819],[-414483,-101732],[-417432,-101028],[-415220,-90063],[-412211,-98627],[-415224,-98804],[-420469,-90864],[-420293,-95713],[-418299,-101194],[-414225,-97416],[-414781,-94785],[-410805,-99375],[-410966,-98390],[-421260,-96509],[-414161,-101933],[-417550,-91601],[-416491,-101418],[-416278,-100786],[-414405,-100012],[-413528,-99970],[-414191,-98837],[-410910,-96907],[-416831,-99517],[-411419,-95340],[-415213,-97754],[-418738,-94831],[-421047,-92817],[-411504,-92918],[-414212,-89854],[-412033,-92615],[-412843,-99772],[-410857,-97668],[-420818,-97685],[-414220,-101487],[-411534,-94783],[-412517,-90369],[-414137,-92850],[-418742,-93066],[-410019,-92889],[-418114,-93028],[-421742,-91932],[-421354,-97539],[-422254,-97091],[-417498,-90381],[-410316,-104975],[-409626,-105720],[-409759,-106410],[-409947,-107573],[-409691,-107591],[-410158,-112119],[-418172,-102522],[-417884,-108946],[-417926,-106520],[-419761,-114951],[-410566,-106129],[-410449,-104300],[-411784,-102730],[-411529,-104053],[-413607,-105474],[-412430,-111730],[-412168,-108389],[-410775,-111609],[-414058,-111749],[-414390,-112496],[-414337,-107875],[-416263,-111276],[-418578,-111343],[-411916,-107890],[-411616,-114234],[-421400,-107232],[-421458,-110651],[-419681,-109097],[-418409,-106717],[-422106,-106861],[-418644,-112572],[-413454,-111761],[-416740,-103489],[-416564,-102762],[-417395,-103392],[-418167,-105281],[-417374,-106410],[-418296,-105839],[-419283,-104686],[-418050,-103371],[-417463,-102426],[-418561,-113708],[-422342,-113454],[-419636,-110024],[-421075,-111090],[-414672,-114830],[-409721,-103604],[-411872,-102476],[-412253,-104892],[-413222,-104421],[-415775,-105243],[-412968,-108817],[-410122,-111180],[-413633,-111524],[-415467,-111782],[-414926,-108466],[-416789,-111874],[-419694,-108016],[-412895,-111840],[-422274,-110421],[-410245,-103472],[-411096,-102672],[-412043,-105114],[-412584,-105118],[-414519,-105171],[-413161,-108212],[-411190,-111605],[-413283,-112549],[-415388,-111270],[-415099,-108250],[-416459,-110935],[-417718,-112807],[-410203,-108935],[-415862,-114579],[-418695,-109085],[-421550,-110644],[-422233,-113079],[-421544,-111391],[-418921,-102418],[-419379,-105922],[-413017,6460],[-411088,10492],[-415783,6139],[-414291,4816],[-415051,5993],[-410474,4669],[-415193,6851],[-413561,7597],[-411904,4542],[-413091,4851],[-415511,6110],[-411387,4569],[-412170,6363],[-410054,9230],[-412291,12926],[-411565,9727],[-414406,5571],[-410189,2472],[-415450,6545],[-410096,4913],[-415650,6946],[-420210,11533],[-422027,6072],[-417759,4195],[-419104,9966],[-415209,4533],[-420693,4677],[-419253,5041],[-417367,7288],[-419427,12501],[-410364,2031],[-421524,5733],[-419064,10923],[-410956,915],[-418550,10777],[-418787,7938],[-421624,11724],[-421921,11631],[-411332,992],[-418672,4895],[-420234,1879],[-417082,4601],[-418870,3485],[-422358,6362],[-419597,10376],[-419778,12158],[-419788,2133],[-410505,200],[-421208,2737],[-418542,4105],[-417714,5615],[-422184,5608],[-418482,191002],[-417488,190621],[-418324,192082],[-418499,191269],[-419711,190773],[-417722,193540],[-417674,194353],[-418760,193698],[-419433,196473],[-418176,194258],[-419205,192304],[-417515,193274],[-412403,15476],[-410193,20017],[-409672,18839],[-411726,13609],[-418427,23606],[-414538,15344],[-415119,25759],[-413671,14828],[-420289,18328],[-421906,25033],[-416267,18447],[-421366,19481],[-421280,18248],[-416025,18090],[-416238,25190],[-417875,18173],[-421287,24056],[-414151,17407],[-418850,17415],[-411933,15426],[-421141,24829],[-412710,14067],[-417540,25424],[-421024,25667],[-420904,25723],[-412126,13524],[-414253,14783],[-416138,13300],[-411997,17229],[-412648,19983],[-421656,13046],[-417201,292878],[-417270,293451],[-417889,293309],[-417047,293384],[-415894,303418],[-417707,305287],[-419235,298236],[-422197,302718],[-416871,295798],[-416309,300743],[-419483,298149],[-419741,300415],[-419194,303689],[-416545,300207],[-419746,299466],[-418046,294723],[-418882,302488],[-415387,301995],[-419539,299054],[-418832,301140],[-418174,295237],[-420184,305988],[-415064,303936],[-421584,300492],[-422104,297805],[-419322,300775],[-420640,304358],[-416899,303777],[-420895,304914],[-418432,296225],[-419186,299063],[-416852,301165],[-415403,303005],[-420943,296882],[-418651,298170],[-420956,304274],[-418909,295784],[-418769,300214],[-418023,305530],[-422220,301865],[-417450,307480],[-420980,308312],[-411178,380045],[-411940,377622],[-410200,377846],[-410896,378810],[-409820,378881],[-414083,34738],[-421818,31030],[-420012,26635],[-411705,38193],[-410085,37863],[-420939,27099],[-420603,27940],[-422371,26754],[-419675,27174],[-417192,35426],[-417090,36783],[-416417,35791],[-410146,37399],[-413537,26284],[-413744,33453],[-418367,33730],[-419457,35030],[-420925,29529],[-415239,37225],[-415513,37094],[-413317,38035],[-412696,38218],[-417040,35636],[-413656,38027],[-417767,37259],[-411446,485794],[-417636,493569],[-418558,497750],[-419475,498439],[-412668,498320],[-410578,497835],[-413111,494161],[-418008,498821],[-415693,488139],[-415659,491361],[-415935,496685],[-412881,498865],[-410398,493951],[-413821,499265],[-411795,488486],[-412353,491958],[-409667,493572],[-411084,486825],[-411824,488315],[-412892,493095],[-413923,490060],[-413210,491378],[-411029,493368],[-410583,487857],[-414350,498738],[-411698,491435],[-417076,496001],[-416665,497389],[-412375,499399],[-411692,498787],[-411387,500264],[-413166,500043],[-412518,500885],[-414096,499569],[-415016,499950],[-428468,-119551],[-428799,-119054],[-430082,-116180],[-422662,-121565],[-431453,-125842],[-428688,-120261],[-422772,-115606],[-429442,-117261],[-426888,-118882],[-425935,-119193],[-425742,-119225],[-429274,-127305],[-431068,-123829],[-425863,-123051],[-424196,-116412],[-428761,-120600],[-429922,-119235],[-426099,-119751],[-423997,-115278],[-427620,-120267],[-428270,-117805],[-423328,-121297],[-427688,-125504],[-430583,-124994],[-425352,-122900],[-428495,-117610],[-425362,-118273],[-428998,-119623],[-427759,-124657],[-430031,-125085],[-424875,-122341],[-423230,-121354],[-430149,-120826],[-429577,-120486],[-426825,-118643],[-429543,-117385],[-425460,-115750],[-423413,-115283],[-426335,-115096],[-428167,-118469],[-427586,-125897],[-431360,-124380],[-424204,-121668],[-423409,-119628],[-431499,-125302],[-423856,-121046],[-423588,-121426],[-428830,-127455],[-433500,-120276],[-432901,-118878],[-431969,-121484],[-431801,-120706],[-431286,-118005],[-431717,-121377],[-431668,-117546],[-431654,-118287],[-433420,-121090],[-433760,-119338],[-434102,-121613],[-430765,-117045],[-432003,-119567],[-433963,-120952],[-431227,-115370],[-431567,-117091],[-433234,-121864],[-432619,-118515],[-432914,-121099],[-432455,-120703],[-430854,-121238],[-430378,-115157],[-430211,-117810],[-432111,-139147],[-429901,-129472],[-434208,-137958],[-432375,-130265],[-432323,-136176],[-430498,-138770],[-431163,-134235],[-432032,-129708],[-432354,-137884],[-428576,-127985],[-432080,-138924],[-428454,-128971],[-434690,-137322],[-431687,-133780],[-428886,-130039],[-431239,-139583],[-434930,-136717],[-434583,-133625],[-433443,-138749],[-428082,-127911],[-424598,-134166],[-424121,-133361],[-425764,-137566],[-425168,-137491],[-422434,-130879],[-426126,-137752],[-424514,-135128],[-429080,-131738],[-423401,-131259],[-423233,-133759],[-425293,-138099],[-425010,-136128],[-423281,-132284],[-426160,-138339],[-425198,-135274],[-425793,-136727],[-427003,-137706],[-423659,-136205],[-426472,-143163],[-430099,-143282],[-428426,-143961],[-426155,-145896],[-433981,-146144],[-422609,-141926],[-430094,-150390],[-428475,-150138],[-427721,-148603],[-422768,-153085],[-425722,-142453],[-429454,-142697],[-428692,-144188],[-430894,-145371],[-432718,-148416],[-433102,-144802],[-430028,-149616],[-428461,-148509],[-426361,-147090],[-426307,-144633],[-435189,-153360],[-422640,-140727],[-425605,-142535],[-428148,-147935],[-428814,-142905],[-428137,-143374],[-432742,-142256],[-432691,-144188],[-428504,-148694],[-425795,-143930],[-427796,-148107],[-423422,-152928],[-426133,-143275],[-430002,-142815],[-427605,-144370],[-430528,-146238],[-433375,-148956],[-430819,-145112],[-430301,-150833],[-427933,-149013],[-426813,-147835],[-427227,-145132],[-433529,-153115],[-432910,-140950],[-429817,-141411],[-434435,-151048],[-422930,-153335],[-429108,-141511],[-429078,-143357],[-431309,-145549],[-431698,-147059],[-430828,-141272],[-429444,-151266],[-428812,-148245],[-426752,-148649],[-426103,-145133],[-425671,-142223],[-425852,-145606],[-429335,-144874],[-430176,-144911],[-433227,-149552],[-430190,-142014],[-428238,-150034],[-427555,-144954],[-426363,-146016],[-423168,-160827],[-422598,-158606],[-422813,-157824],[-424039,-155834],[-426527,-157287],[-434226,-164708],[-426388,-159000],[-426377,-159050],[-432359,-159166],[-424394,-161180],[-424971,-163506],[-433329,-165011],[-423798,-155747],[-423880,-154486],[-435123,-153668],[-430346,-157182],[-431590,-163038],[-424935,-161171],[-424259,-163665],[-425056,-165662],[-432621,-161869],[-432868,-157974],[-423558,-157798],[-426343,-159783],[-434279,-165741],[-425983,-157749],[-427437,-155734],[-422748,-155698],[-432326,-159683],[-433379,-158844],[-433091,-160945],[-434386,-162872],[-425655,-160246],[-432166,-161157],[-423005,-158213],[-426389,-157781],[-422835,-157825],[-434735,-165282],[-427231,-157343],[-426561,-155050],[-434829,-154722],[-433390,-159398],[-422644,-161050],[-423997,-160893],[-424178,-164113],[-431959,-161348],[-432296,-160321],[-423404,-158299],[-423234,-156192],[-426411,-156057],[-426134,-159160],[-426075,-156858],[-431380,-158223],[-432097,-160724],[-433445,-164583],[-423943,-159628],[-425379,-165687],[-432632,-162528],[-434228,-154559],[-434056,-155557],[-432673,-159264],[-433848,-164363],[-434392,-165531],[-424071,-160214],[-424999,-163764],[-425119,-166049],[-432544,-162901],[-423281,-174515],[-423344,-172103],[-422791,-173642],[-423022,-177680],[-422557,-171890],[-422673,-176034],[-424418,-177258],[-424045,-177330],[-422458,-173659],[-422771,-178969],[-422903,-177620],[-423211,-176400],[-422721,-174110],[-424509,-171119],[-423841,-174404],[-427531,-174807],[-428360,-177549],[-430207,-176680],[-427758,-174789],[-424388,-170280],[-430772,-178712],[-424747,-170108],[-428453,-175119],[-428282,-176736],[-433236,-169835],[-432345,-167374],[-434959,-172444],[-428489,-172726],[-422822,-168861],[-423487,-169765],[-426893,-168068],[-434073,-170737],[-424016,-174446],[-424593,-170634],[-423329,-172985],[-428601,-176337],[-426076,-177869],[-432866,-178165],[-425458,-174686],[-427617,-176528],[-426275,-176731],[-429782,-178314],[-428152,-176483],[-427516,-167952],[-423293,-167880],[-432553,-168450],[-428310,-172319],[-422888,-168224],[-434540,-172968],[-424638,-170472],[-423766,-173450],[-427199,-173640],[-426259,-175031],[-428384,-176180],[-429423,-176607],[-424372,-170354],[-423647,-173186],[-427616,-176978],[-424255,-176247],[-427116,-178690],[-433560,-170634],[-433322,-167956],[-434733,-172590],[-422545,-168542],[-424174,-169803],[-428093,-167981],[-428331,-177879],[-432937,-178812],[-427080,-173712],[-424254,-175306],[-428981,-178351],[-426562,-175977],[-422698,-169686],[-422487,-170385],[-422985,-170092],[-424016,-172523],[-429629,-178118],[-429403,-176904],[-427782,-176765],[-428997,-176244],[-429498,-176352],[-430867,-175856],[-428341,-176075],[-426105,-174644],[-426824,-175733],[-426933,-168578],[-434279,-171729],[-434910,-171865],[-423181,-167914],[-424895,-166288],[-428568,-177231],[-431335,-176166],[-422418,-170574],[-427602,-175269],[-424430,-170020],[-429818,-176246],[-424439,-170326],[-423383,-171583],[-424708,-174712],[-434168,-167800],[-427856,-168443],[-423599,-168519],[-428308,-172206],[-422886,-169817],[-428072,-168626],[-428109,-173474],[-423223,-167429],[-423644,-167515],[-425895,-182436],[-424083,-184321],[-429924,-184352],[-431416,-191660],[-423110,-185257],[-424382,-186693],[-423106,-187812],[-432605,-190263],[-433114,-189631],[-428911,-191244],[-429156,-190631],[-425932,-189534],[-423832,-188514],[-422502,-188595],[-430187,-184957],[-427222,-180993],[-431246,-184125],[-431629,-183485],[-431065,-182082],[-433526,-181556],[-433588,-179275],[-431862,-182107],[-430823,-182360],[-431855,-191477],[-432454,-190213],[-432314,-188569],[-433534,-188395],[-429304,-191393],[-428145,-188469],[-428638,-190137],[-426023,-190201],[-426122,-189862],[-425096,-188057],[-424140,-189488],[-422651,-189029],[-430609,-184380],[-431950,-183335],[-430404,-183797],[-432355,-180561],[-432796,-180536],[-430247,-179788],[-432888,-184808],[-432550,-183988],[-430673,-180015],[-432337,-180224],[-432830,-191072],[-422937,-185701],[-424212,-188249],[-423973,-189693],[-425378,-189696],[-429809,-188257],[-430793,-183251],[-429267,-182769],[-432175,-184304],[-426820,-185868],[-426713,-181100],[-427636,-183822],[-430612,-180855],[-431730,-191563],[-433570,-191218],[-433143,-188036],[-434432,-187596],[-428157,-188949],[-427946,-187782],[-427659,-189946],[-425999,-190478],[-425698,-187736],[-423896,-189091],[-430570,-186246],[-432755,-180153],[-433899,-182586],[-430858,-183789],[-433824,-182019],[-432423,-181463],[-434509,-180065],[-431208,-179726],[-433888,-179918],[-428973,-180299],[-432708,-187956],[-430580,-179201],[-427229,-190093],[-424810,-189643],[-432415,-186588],[-431133,-182911],[-427489,-185170],[-433798,-190975],[-433754,-188186],[-431140,-191466],[-428579,-191326],[-432244,-182459],[-428150,-189855],[-430383,-188588],[-429175,-188602],[-426332,-190270],[-426319,-188839],[-427207,-189987],[-427681,-188826],[-424875,-189164],[-423341,-188421],[-423988,-188428],[-423706,-187407],[-426420,-188201],[-425675,-186194],[-425911,-185438],[-426866,-186304],[-429112,-187274],[-429328,-186522],[-430903,-181995],[-433250,-181867],[-426534,-179188],[-430091,-183477],[-430400,-183620],[-432093,-183870],[-432623,-186224],[-429100,-180116],[-429904,-184997],[-426911,-181616],[-424582,-203418],[-424275,-201804],[-424979,-202878],[-425656,-204182],[-425546,-204168],[-431482,-194553],[-431833,-192616],[-430009,-203074],[-431272,-200478],[-431432,-200698],[-432698,-198263],[-428988,-194099],[-430388,-194367],[-427275,-195497],[-430036,-197396],[-431151,-199936],[-430721,-198639],[-427591,-192155],[-422854,-197231],[-429696,-203859],[-427445,-201484],[-425873,-203196],[-426092,-200438],[-423749,-199317],[-427471,-195796],[-427419,-198861],[-430233,-199023],[-428579,-197079],[-428156,-202736],[-426514,-202487],[-422927,-197824],[-424718,-201496],[-427811,-202055],[-423634,-199956],[-428222,-203634],[-425327,-192940],[-428801,-196265],[-422957,-199924],[-432232,-193929],[-423500,-195671],[-431871,-193010],[-429205,-193945],[-423824,-201723],[-426198,-204224],[-425961,-203671],[-431981,-193432],[-429956,-202501],[-429524,-201488],[-431428,-192548],[-431147,-199956],[-432261,-198491],[-430780,-197075],[-432952,-198849],[-430722,-192350],[-426486,-203689],[-424223,-201207],[-434318,-199296],[-431260,-202475],[-432660,-198208],[-431199,-193837],[-432608,-194033],[-428772,-195097],[-431477,-193773],[-424523,-203360],[-426013,-203536],[-426137,-202396],[-428337,-202860],[-432933,-202229],[-431204,-192288],[-428728,-192266],[-432993,-201218],[-432761,-204190],[-433093,-199127],[-433299,-199845],[-434196,-199587],[-431701,-202054],[-433799,-200986],[-423350,-200480],[-424361,-200673],[-427787,-198074],[-427916,-194974],[-427865,-197457],[-425960,-195271],[-425798,-207261],[-426461,-205184],[-425462,-207181],[-425795,-204998],[-426861,-204893],[-426348,-204898],[-431954,-217061],[-432798,-211446],[-427248,-210161],[-425122,-217118],[-425525,-208446],[-424750,-217179],[-426490,-213084],[-426595,-216417],[-426994,-215389],[-425709,-209265],[-431753,-217968],[-432830,-219118],[-434531,-220566],[-434869,-221247],[-435106,-221468],[-434458,-218011],[-432636,-218442],[-435152,-220893],[-433510,-223143],[-434480,-228576],[-434848,-229354],[-430347,-226514],[-429871,-226192],[-431541,-226302],[-430755,-225923],[-431695,-225757],[-430339,-218904],[-431309,-228015],[-431699,-226905],[-431211,-228363],[-431404,-227925],[-428779,-219604],[-431958,-229236],[-429771,-218469],[-429559,-218207],[-428990,-219475],[-428935,-220045],[-428987,-220054],[-429176,-220545],[-429534,-219806],[-428765,-220179],[-425687,-227961],[-425692,-227927],[-424688,-225437],[-425371,-218869],[-429195,-229861],[-427623,-229355],[-427051,-229118],[-425345,-222039],[-428664,-228081],[-427124,-230001],[-425184,-218565],[-426791,-231353],[-425672,-232707],[-424809,-235337],[-422800,-237760],[-427362,-242790],[-426742,-235330],[-425509,-234567],[-426115,-232304],[-423872,-235103],[-424091,-234521],[-422828,-236050],[-427580,-232831],[-427120,-230954],[-427277,-234180],[-429200,-234093],[-427355,-230646],[-428257,-231350],[-426930,-235146],[-428775,-234098],[-427796,-232707],[-428780,-234905],[-433578,-10615],[-430180,-6728],[-427737,-8709],[-433556,-10318],[-422418,-2011],[-431202,-7279],[-429360,-9562],[-433737,-11688],[-431620,-6197],[-428924,-7976],[-434511,-10600],[-431489,-7567],[-429098,-7413],[-433192,-11431],[-422758,-8625],[-422833,-7244],[-424390,-9478],[-430002,-9068],[-431899,-10579],[-432480,-9755],[-430054,-6629],[-429563,-9565],[-424677,-3284],[-423960,-4713],[-425408,-2369],[-434632,-10953],[-429950,-6942],[-428995,-8268],[-423571,-7590],[-428755,-243303],[-426712,-246431],[-428042,-247796],[-428128,-248919],[-427635,-248301],[-428176,-244182],[-426260,-247586],[-434628,-250472],[-434900,-250222],[-434419,-337429],[-423929,-357031],[-435117,-20228],[-435169,-21680],[-434555,-22873],[-425958,-12903],[-434610,-21079],[-434110,-21547],[-423655,-22288],[-423057,-24971],[-423532,-24919],[-429240,-440259],[-431118,-446693],[-432019,-457508],[-434489,-455192],[-434018,-456831],[-431456,-456836],[-428598,-459568],[-434848,-457664],[-423069,-454275],[-424081,-453956],[-432452,-448825],[-433899,-456478],[-433942,-455610],[-423947,-456920],[-423446,-472614],[-429313,-469428],[-426986,-470000],[-422558,-473320],[-427788,-482934],[-425086,-483963],[-423815,-477179],[-422643,-34791],[-422525,-34241],[-427777,-37454],[-423351,-27425],[-423101,-28853],[-434258,-502483],[-433607,-501761],[-434953,-510225],[-433174,-520101],[-427483,-50016],[-426358,-46862],[-427106,-48416],[-425085,-45085],[-422692,-39068],[-427429,-49144],[-425708,-46033],[-432212,-50744],[-428698,-48481],[-428593,-49446],[-426731,-45726],[-428953,-47211],[-425820,-45984],[-423339,-39925],[-427798,-48147],[-427085,-47882],[-426909,-44695],[-422793,-39791],[-425438,-42999],[-423637,-43192],[-426150,-43656],[-429751,-47771],[-429001,-40180],[-429517,-46404],[-429533,-42271],[-429535,-40231],[-429249,-46277],[-427696,-39622],[-426833,-49268],[-428849,-41200],[-427952,-38344],[-432638,-52600],[-431650,-51335],[-434294,-54742],[-431394,-52508],[-433001,-51537],[-433642,-56024],[-430807,-51740],[-434362,-55879],[-434317,-51356],[-431581,-52821],[-433691,-56699],[-431411,-51790],[-433872,-52086],[-434578,-56161],[-433986,-57040],[-431133,-51697],[-432665,-51927],[-434304,-56417],[-426941,-55628],[-426274,-57386],[-428842,-57862],[-425895,-57666],[-426618,-57108],[-426800,-54878],[-427664,-59316],[-426920,-57286],[-426880,-54906],[-427044,-58975],[-427560,-56835],[-426579,-54459],[-428605,-57991],[-425806,-57483],[-426527,-56928],[-427261,-54380],[-427640,-58387],[-426169,-55626],[-427778,-58612],[-430867,-72113],[-432562,-70383],[-425080,-73061],[-429766,-75539],[-433288,-69883],[-431499,-72889],[-433192,-69788],[-423431,-69928],[-423225,-71625],[-434088,-68447],[-430775,-69284],[-431677,-71381],[-422924,-71698],[-425435,-70860],[-433475,-67987],[-431251,-68990],[-431510,-72377],[-434419,-69937],[-423035,-71477],[-423706,-72785],[-433754,-66747],[-432561,-67929],[-432889,-72111],[-434198,-69216],[-424533,-71038],[-423337,-71506],[-432873,-69110],[-432428,-71934],[-434569,-68722],[-424501,-71072],[-432747,-69142],[-433426,-81193],[-423836,-88301],[-423899,-85094],[-424665,-81298],[-433589,-82735],[-432127,-80723],[-431371,-79135],[-428901,-77890],[-428003,-80135],[-423340,-79830],[-424157,-82773],[-423357,-87079],[-433764,-82306],[-431034,-80677],[-431607,-76768],[-434660,-77374],[-423643,-86926],[-423616,-83437],[-423167,-88160],[-422601,-87907],[-433142,-77679],[-430096,-79070],[-425735,-84533],[-427193,-78115],[-424907,-81916],[-425951,-84323],[-423996,-85534],[-433396,-77308],[-427810,-79135],[-428021,-79702],[-422982,-82016],[-423281,-83403],[-434904,-81404],[-430855,-79228],[-429498,-78835],[-426919,-79091],[-423918,-79455],[-423768,-82477],[-423452,-85857],[-423344,-94940],[-426536,-90614],[-427543,-92174],[-426972,-96292],[-424668,-99202],[-422640,-96486],[-422461,-92026],[-437139,-101601],[-434434,-95035],[-433038,-94623],[-423253,-96238],[-425526,-94783],[-426078,-92070],[-428127,-99174],[-427837,-101998],[-422629,-94842],[-429159,-97402],[-428955,-96698],[-426666,-102029],[-423723,-96447],[-424710,-100645],[-428019,-92364],[-426882,-96732],[-426774,-97425],[-422981,-95578],[-424983,-94607],[-437432,-101920],[-434728,-95355],[-433331,-94942],[-423867,-95586],[-424987,-95443],[-424358,-89787],[-426227,-95651],[-427580,-96415],[-426784,-101247],[-429257,-95105],[-430476,-95547],[-424064,-94219],[-423238,-89674],[-427435,-96735],[-426619,-92400],[-430034,-108475],[-429793,-110603],[-424274,-102950],[-429213,-107545],[-430238,-105623],[-423292,-113187],[-422845,-110279],[-422785,-108814],[-425370,-114651],[-424786,-114974],[-428800,-114487],[-428724,-107148],[-430126,-105363],[-423000,-114403],[-422915,-114238],[-423021,-113532],[-423950,-104171],[-423068,-109978],[-423544,-114787],[-424091,-114546],[-429167,-104788],[-429858,-109667],[-429768,-106391],[-425131,-105282],[-425071,-107823],[-423738,-114700],[-429792,-111926],[-430708,-108260],[-429323,-112957],[-422608,-106280],[-429283,-106423],[-423450,-113869],[-425824,-104365],[-423578,-108908],[-430117,-107700],[-430033,-106385],[-425501,-106758],[-429502,-109243],[-429936,-113474],[-433652,-105292],[-424660,-102902],[-423313,-109528],[-430027,-106700],[-429745,-105884],[-434668,-105583],[-432659,-110727],[-433010,-113151],[-434668,-108431],[-434311,-101104],[-434374,-105263],[-434178,-109470],[-430310,-114989],[-431364,-109714],[-432272,-113378],[-432614,-105179],[-434017,-100784],[-431522,-113712],[-433904,-108085],[-434747,-107437],[-432938,-108061],[-432613,-111640],[-432908,-114698],[-431928,-113312],[-433156,-106021],[-430724,-111144],[-431590,-114036],[-431470,-108346],[-431036,-114933],[-434263,10214],[-434877,12414],[-431625,12527],[-432554,12052],[-425264,11489],[-423858,6582],[-423605,1558],[-423051,1053],[-423883,6633],[-424509,10980],[-429911,11874],[-430869,10941],[-426629,11888],[-425249,10402],[-424554,10402],[-424524,12344],[-423459,7597],[-423768,1068],[-425917,10767],[-426546,11566],[-435106,8677],[-431238,10746],[-423212,6505],[-423754,848],[-435044,2064],[-433948,1656],[-426015,5558],[-426728,5937],[-433909,2753],[-432785,5090],[-432944,5687],[-431205,7390],[-430383,7114],[-423115,2252],[-433900,159918],[-433050,161935],[-432083,158650],[-434030,155709],[-432653,154949],[-434885,155115],[-433022,156290],[-434599,158765],[-434144,163379],[-433623,160245],[-434349,158756],[-434771,157950],[-433110,162277],[-433649,155606],[-434740,155766],[-434418,155931],[-434487,158061],[-434837,159694],[-433220,155097],[-435111,162227],[-434591,161473],[-434694,156094],[-432816,154167],[-433401,158643],[-434236,157641],[-433963,158351],[-433398,161496],[-434921,191115],[-434354,191099],[-434246,201345],[-434017,203177],[-431972,194154],[-432529,203611],[-434428,199834],[-430938,202791],[-433232,199290],[-432134,202592],[-430537,217113],[-433213,209626],[-435033,216484],[-434503,215780],[-431643,214118],[-433233,208778],[-431603,206299],[-433008,205245],[-434699,213884],[-433502,206391],[-435039,214576],[-432785,205651],[-430799,206286],[-431155,207829],[-430234,216797],[-434033,216516],[-430412,205687],[-433497,212089],[-434057,210946],[-429837,205343],[-429412,206860],[-431100,206403],[-426355,229196],[-427085,230397],[-430285,221818],[-429940,226829],[-428686,226397],[-431387,226996],[-432023,223427],[-433166,219876],[-428743,224574],[-431740,225636],[-426515,228700],[-426703,227423],[-427167,230120],[-430011,222237],[-429428,225503],[-427952,227123],[-427883,229807],[-431337,219429],[-429186,222959],[-430765,220797],[-427148,227876],[-429527,225953],[-430428,218721],[-429401,223087],[-427905,222167],[-429441,222226],[-429076,225704],[-425952,227578],[-428548,229466],[-427546,227584],[-432091,227295],[-432362,218528],[-427731,224028],[-425598,229756],[-428828,226321],[-430688,221719],[-428071,226206],[-433471,226580],[-432664,221385],[-430885,224434],[-432570,220403],[-431030,218498],[-429571,223546],[-426785,222345],[-432474,223850],[-430510,233292],[-433726,234730],[-432385,238106],[-433837,237259],[-428491,235584],[-427675,238383],[-431953,233605],[-435034,242549],[-433303,231569],[-431185,233454],[-432080,242463],[-429719,233793],[-431778,242852],[-429852,238349],[-433434,239773],[-431908,234685],[-433304,234660],[-432441,241600],[-432525,236388],[-434605,238615],[-427191,234712],[-430340,239137],[-429204,238332],[-427206,235688],[-429050,236649],[-427569,235923],[-430537,233224],[-433942,242678],[-432956,237688],[-425973,234425],[-427027,234768],[-430281,237413],[-426939,235638],[-429398,236388],[-428494,235820],[-431410,233490],[-433506,242172],[-434677,244827],[-432819,243627],[-434484,244724],[-427642,14318],[-424266,23042],[-422549,19713],[-431849,16346],[-427121,23230],[-429988,25387],[-430840,19164],[-433707,18314],[-430210,22203],[-434190,19633],[-429888,22078],[-432455,16930],[-422731,20391],[-434303,13904],[-430860,13167],[-428763,20189],[-429340,19799],[-427216,17555],[-428468,19388],[-430960,19322],[-424248,22005],[-430012,23491],[-428091,16008],[-425666,16724],[-431102,15379],[-426009,25556],[-428049,24916],[-433268,13388],[-425677,293743],[-432298,289469],[-431246,294255],[-428100,290531],[-430955,289230],[-430351,290653],[-432270,291122],[-428493,291294],[-429555,291154],[-433380,293852],[-423014,292275],[-427210,293190],[-431265,291414],[-432131,291041],[-434141,290443],[-427127,292415],[-432410,290515],[-432938,291469],[-431810,288050],[-426539,299327],[-431265,300465],[-432339,307234],[-434675,299862],[-435084,301539],[-432486,298276],[-434570,305264],[-424801,302188],[-428196,302278],[-430229,300378],[-433253,300817],[-422995,301946],[-426368,301941],[-431278,301236],[-427508,300238],[-422917,301383],[-427817,301917],[-431670,304287],[-432797,298900],[-430223,298463],[-426139,298483],[-424219,300951],[-430071,303016],[-426794,303468],[-434028,302172],[-433518,301072],[-432621,297720],[-429813,297337],[-425950,298340],[-422474,298572],[-430841,300626],[-423468,298796],[-425912,297970],[-429977,294792],[-423552,303607],[-423152,298111],[-425088,298059],[-430320,295073],[-433222,312164],[-434784,308888],[-429381,307632],[-434992,312785],[-435031,318036],[-434564,311136],[-434725,314035],[-432735,309367],[-423562,307781],[-433064,315737],[-423642,310095],[-430322,308084],[-431689,308952],[-430701,308283],[-426766,311229],[-428477,311567],[-434976,308218],[-432109,330993],[-432982,326712],[-432859,328383],[-433209,326863],[-433734,320549],[-433986,322893],[-434656,331169],[-433916,328715],[-434565,331331],[-433400,320547],[-432379,324203],[-432607,332276],[-433219,326684],[-433259,328996],[-431646,321466],[-434862,323363],[-432472,330816],[-433056,329593],[-431198,323477],[-435037,325316],[-432228,333305],[-433411,334831],[-423731,28033],[-425928,26260],[-426552,29365],[-425900,33303],[-425104,31412],[-431224,28463],[-426986,28748],[-427943,32245],[-432158,25836],[-432008,32153],[-426012,26512],[-429410,32318],[-432485,32338],[-423063,494751],[-435167,86099],[-435082,84618],[-434973,81439],[-447877,-118981],[-447119,-121633],[-447734,-116003],[-447034,-118952],[-446989,-118305],[-447409,-120794],[-446870,-116714],[-446495,-120665],[-447744,-121797],[-447114,-118423],[-446422,-120958],[-446003,-115393],[-446058,-115869],[-436219,-136184],[-443063,-136059],[-442769,-137443],[-442348,-136864],[-442589,-136878],[-440945,-136968],[-435377,-135581],[-435431,-136774],[-435287,-134517],[-442315,-139370],[-442071,-137506],[-442304,-135305],[-441475,-138888],[-440974,-136966],[-435363,-136486],[-435204,-134690],[-442479,-139289],[-443025,-135842],[-442425,-138184],[-441592,-137652],[-442542,-139581],[-441615,-138526],[-442034,-135869],[-437986,-150457],[-442515,-147105],[-440972,-145910],[-446821,-149457],[-441248,-143428],[-443517,-143934],[-441522,-140619],[-440073,-144239],[-446910,-146061],[-436827,-149797],[-437456,-152974],[-442804,-147817],[-440268,-146325],[-445654,-150239],[-441563,-145466],[-442693,-143326],[-442487,-140852],[-439204,-144779],[-437490,-152759],[-437207,-152049],[-443820,-148531],[-440751,-145161],[-446612,-152781],[-446527,-149825],[-443064,-144461],[-441657,-142237],[-438421,-145079],[-438437,-144612],[-437281,-150560],[-443892,-148872],[-439379,-146088],[-447520,-150654],[-441315,-144823],[-441508,-142058],[-447513,-146544],[-436479,-150252],[-441956,-149420],[-441674,-142093],[-447378,-150358],[-442986,-145608],[-438330,-143956],[-447371,-146248],[-436740,-143084],[-437358,-145292],[-436930,-145343],[-437548,-147550],[-436707,-150760],[-437946,-152703],[-436367,-151719],[-442303,-148041],[-443086,-143111],[-445949,-149439],[-442256,-144414],[-439741,-144571],[-437667,-154689],[-438076,-164624],[-439035,-158995],[-440027,-157051],[-435782,-160004],[-437582,-155446],[-438091,-163509],[-438709,-163754],[-437620,-165371],[-438354,-153913],[-438509,-159219],[-436098,-158780],[-440056,-155968],[-436851,-164142],[-440634,-157474],[-439025,-158412],[-435532,-159043],[-435645,-162474],[-441289,-159665],[-447835,-159842],[-446567,-163442],[-441111,-162386],[-442788,-160354],[-440563,-163292],[-440492,-163683],[-442097,-163561],[-442689,-161592],[-440398,-161943],[-435737,-165127],[-441479,-161354],[-447907,-159973],[-439399,-160874],[-438393,-162932],[-447412,-163661],[-438663,-159918],[-438982,-157343],[-447785,-163279],[-437128,-154223],[-446485,-163650],[-447889,-161286],[-446835,-161638],[-445031,-163060],[-445821,-165070],[-447043,-164251],[-445372,-163545],[-445514,-164908],[-446763,-161854],[-435985,-162640],[-437622,-154990],[-437808,-164931],[-441415,-158744],[-438725,-158958],[-438649,-160257],[-437674,-164110],[-440659,-157014],[-439639,-156569],[-440231,-169134],[-438774,-167916],[-435913,-166583],[-437081,-170730],[-438799,-174398],[-440649,-175370],[-435278,-173564],[-437922,-168559],[-436585,-170899],[-436036,-169042],[-440097,-174585],[-435586,-168355],[-436212,-171831],[-435286,-175194],[-436632,-169276],[-438843,-175769],[-436066,-169663],[-436451,-171633],[-439051,-173665],[-435497,-175662],[-441286,-168290],[-438175,-176467],[-442241,-167554],[-440755,-167781],[-442037,-168977],[-440882,-168925],[-442516,-167920],[-438502,-176492],[-443193,-177644],[-442971,-177642],[-441116,-176934],[-437819,-176992],[-441126,-178109],[-440433,-178229],[-442354,-176567],[-439633,-178614],[-439281,-178280],[-436987,-169661],[-440216,-175785],[-435714,-185127],[-443061,-187302],[-438615,-186392],[-435434,-180354],[-442273,-188229],[-436862,-186418],[-439543,-179594],[-437620,-184449],[-440391,-186535],[-442105,-189059],[-436057,-185085],[-436883,-186179],[-438607,-185148],[-437652,-185025],[-435395,-185125],[-442275,-189759],[-437944,-185160],[-437292,-184662],[-438085,-184343],[-435264,-184958],[-442878,-187956],[-437766,-186977],[-435337,-179762],[-436016,-180373],[-435532,-186017],[-443336,-187829],[-435352,-185598],[-447250,-182918],[-435263,-180680],[-442705,-189881],[-444853,-189476],[-444097,-188862],[-445584,-182313],[-442857,-190543],[-442442,-189956],[-444033,-187123],[-443292,-187506],[-445090,-187931],[-444143,-187998],[-444909,-185736],[-445318,-185954],[-445086,-186062],[-440050,-184488],[-440575,-184381],[-445048,-186188],[-442116,-185938],[-442732,-186291],[-441117,-186306],[-442447,-185476],[-442541,-185715],[-441679,-186353],[-439960,-184645],[-440302,-183773],[-440337,-185597],[-441401,-184271],[-445002,-183753],[-444917,-185100],[-444978,-184889],[-444942,-183328],[-445812,-184015],[-444634,-185052],[-445820,-181987],[-435452,-181138],[-446638,-180311],[-443475,-181776],[-441952,-191349],[-443784,-181293],[-444641,-181117],[-443746,-180237],[-447789,-183535],[-443667,-179319],[-446473,-183335],[-443199,-181026],[-440050,-179409],[-440089,-179999],[-435547,-179335],[-437846,-186457],[-439490,-195784],[-445173,-194717],[-439890,-194300],[-437865,-198870],[-435860,-200000],[-438454,-200533],[-442314,-195917],[-436764,-200675],[-444561,-195407],[-442258,-196120],[-443784,-195489],[-442449,-212968],[-438571,-213201],[-439850,-217398],[-439859,-215590],[-442743,-214282],[-443383,-214665],[-443957,-213242],[-438955,-214165],[-437175,-213527],[-443627,-215644],[-439496,-212133],[-443938,-215118],[-439678,-217015],[-441218,-214807],[-439383,-214303],[-442852,-215740],[-440219,-214636],[-443350,-216927],[-443409,-215219],[-442446,-215184],[-436029,-215389],[-442347,-212387],[-443883,-214705],[-444122,-206777],[-441237,-217379],[-441682,-216101],[-438290,-214667],[-443584,-216382],[-438281,-214098],[-440148,-217500],[-436545,-222995],[-435587,-223471],[-435220,-221584],[-437782,-218472],[-436781,-218587],[-442527,-218051],[-443028,-218748],[-442818,-219911],[-442599,-219616],[-435725,-223911],[-435980,-224579],[-436345,-221122],[-435518,-221207],[-437953,-218878],[-441394,-218612],[-442417,-217982],[-442478,-218060],[-439738,-220273],[-437707,-223005],[-436930,-224128],[-436936,-223068],[-443495,-219937],[-440514,-218600],[-439965,-220120],[-440175,-222878],[-439885,-223344],[-439187,-222804],[-439472,-221915],[-439795,-222588],[-440788,-222772],[-437878,-226250],[-437053,-225590],[-438830,-225458],[-437388,-226871],[-438939,-225677],[-438353,-227105],[-440016,-227610],[-439973,-227597],[-439489,-226950],[-440528,-226316],[-440803,-227308],[-441493,-226800],[-436546,-229608],[-435684,-230033],[-435766,-228623],[-435346,-228459],[-435365,-223123],[-435854,-221549],[-440536,-218124],[-439956,-218515],[-439101,-218986],[-442682,-217857],[-442454,-219706],[-441328,-217443],[-442219,-138],[-447600,-1492],[-446092,-1571],[-439592,-5861],[-437654,-4373],[-438129,-11112],[-435663,-10778],[-445911,-5050],[-446398,-5020],[-438830,-4829],[-437893,-4666],[-436214,-11195],[-442053,-2012],[-440672,-1892],[-442529,-1069],[-443116,-7300],[-444222,-4244],[-447120,-12269],[-446219,-2966],[-438301,-4854],[-437290,-3989],[-438816,-11498],[-438874,-12586],[-436067,-12490],[-436440,-12501],[-446662,-4840],[-445812,-5996],[-445642,-5901],[-437107,-4984],[-437957,-12558],[-438925,-10333],[-435668,-12572],[-443104,-6335],[-443500,-8286],[-439557,-9193],[-438367,-8823],[-435251,-809],[-436076,-2259],[-435264,-1240],[-436532,-2135],[-444707,-2491],[-444468,-2265],[-442178,-1064],[-437531,-11046],[-440084,-1341],[-437615,170],[-447528,-4180],[-446210,-4655],[-443893,-10384],[-445998,-4971],[-445723,-2355],[-444987,-12150],[-444349,-7610],[-438809,-5391],[-437737,-4390],[-438395,-11470],[-438936,-4328],[-437844,-5290],[-438606,-11242],[-436933,-12257],[-435204,-249875],[-439633,-254067],[-436391,-251204],[-437924,-314026],[-443969,-312087],[-447329,-326475],[-446650,-323246],[-445344,-325258],[-442647,-332456],[-447510,-324214],[-445452,-326182],[-438168,-332499],[-436107,-325926],[-436096,-344005],[-440450,-340599],[-435995,-333873],[-441911,-347002],[-444899,-367336],[-447018,-368813],[-445875,-370928],[-446046,-20302],[-447315,-16317],[-438973,-14070],[-436077,-20253],[-446352,-19961],[-444751,-19620],[-443158,-20714],[-439124,-12810],[-435618,-12974],[-436033,-23173],[-443113,-21582],[-443493,-21041],[-447980,-14808],[-436363,-19735],[-435932,-23292],[-444434,-20846],[-436343,-13209],[-436329,-19683],[-444612,-12806],[-440542,-22259],[-441221,-22586],[-437020,-19349],[-447320,-15352],[-441601,-13675],[-442980,-14641],[-436406,-21630],[-437588,-22214],[-437809,-22946],[-436687,-20066],[-444446,-444315],[-442482,-447628],[-437432,-447403],[-444241,-444744],[-439674,-447248],[-441985,-447704],[-441945,-446250],[-435576,-451897],[-441525,-455374],[-436628,-450581],[-436269,-450483],[-442805,-458728],[-438083,-467825],[-443002,-481501],[-442173,-480433],[-440686,-494902],[-441306,-494137],[-445415,-494185],[-442085,-491062],[-440593,-487135],[-444955,-26287],[-443851,-25803],[-444491,-25860],[-442278,-26919],[-442036,-26540],[-441647,-26539],[-441776,-27778],[-442102,-26079],[-446589,-31223],[-442439,-27033],[-440782,-27434],[-446903,-31907],[-435971,-502152],[-435329,-509770],[-447604,-43916],[-447919,-61992],[-446588,-58990],[-444252,-60644],[-441213,-56770],[-435875,-57579],[-439668,-59265],[-435347,-56507],[-444425,-56300],[-439521,-57382],[-437971,-58291],[-436906,-56676],[-438159,-63225],[-445302,-61719],[-441878,-58540],[-436135,-55878],[-441778,-61409],[-444993,-58332],[-439572,-56580],[-436136,-58697],[-446981,-60550],[-445228,-59551],[-440247,-55815],[-440902,-58163],[-447956,-56278],[-440432,-60757],[-438051,-63015],[-437468,-56991],[-444450,-57767],[-438479,-58665],[-445925,-59318],[-443762,-58031],[-442442,-56593],[-441322,-62121],[-444472,-57808],[-446136,-60577],[-439414,-56136],[-436118,-57813],[-447552,-60215],[-446384,-58370],[-444917,-55892],[-442635,-56306],[-447500,-56095],[-440267,-61938],[-447058,-63273],[-446288,-62258],[-444886,-58174],[-438729,-56952],[-438421,-58043],[-447556,-62994],[-445059,-59099],[-444661,-56160],[-441820,-57882],[-435888,-58170],[-440406,-61636],[-438685,-63375],[-437347,-56578],[-445892,-61877],[-444792,-57952],[-439686,-56521],[-436653,-57625],[-440016,-63860],[-446261,-64426],[-438298,-63898],[-438297,-64638],[-447244,-63957],[-447817,-64248],[-441898,-85450],[-437707,-87126],[-440122,-88685],[-444609,-84475],[-447231,-83024],[-442759,-86918],[-437415,-87678],[-442630,-89357],[-442700,-92944],[-442802,-86427],[-442307,-86838],[-437606,-86881],[-441883,-88810],[-441586,-85668],[-437366,-86621],[-441953,-92397],[-438571,-85323],[-441497,-86458],[-442208,-89047],[-442278,-92634],[-440614,-85483],[-438664,-87378],[-442809,-87458],[-446316,-94899],[-444098,-91179],[-444830,-93970],[-438850,-91816],[-439770,-93321],[-444935,-98836],[-444977,-100666],[-437372,-89965],[-439825,-94866],[-447617,-94343],[-445310,-92532],[-442709,-89611],[-444788,-90959],[-444980,-90577],[-439598,-90449],[-439072,-93947],[-444395,-99354],[-446277,-100233],[-442780,-93197],[-440327,-95429],[-440247,-95176],[-446126,-94235],[-445992,-93832],[-444030,-90902],[-444927,-90098],[-439211,-89706],[-439431,-94543],[-443219,-98471],[-446863,-100792],[-446978,-91779],[-445767,-101479],[-444244,-92477],[-443316,-90214],[-438646,-91242],[-439867,-94144],[-444059,-99157],[-433903,-96166],[-447242,-93695],[-447731,-93276],[-443855,-90308],[-445402,-90929],[-437481,-92051],[-439713,-92471],[-443224,-99578],[-444537,-100205],[-434196,-96485],[-439500,-94629],[-445580,-93967],[-447785,-97280],[-444733,-91890],[-444982,-89939],[-438791,-91698],[-440251,-92539],[-444003,-98405],[-445914,-100074],[-447780,-103899],[-446671,-105885],[-446752,-105779],[-447243,-103594],[-446440,-104898],[-447044,-107426],[-447393,-102922],[-445562,-106508],[-445651,-107969],[-447421,-105512],[-447226,-114805],[-446665,-106269],[-445125,-107627],[-447437,-103611],[-445851,-105114],[-445852,-106777],[-447081,-104202],[-435652,-107213],[-440110,-110683],[-438045,-112330],[-446298,-113071],[-439127,-108864],[-438044,-110930],[-444300,-113125],[-435812,-108625],[-440105,-109191],[-436976,-112512],[-446006,-112453],[-435521,-108910],[-439889,-109311],[-439429,-110991],[-445403,-112443],[-446343,-113411],[-438578,-111247],[-446361,-113107],[-438113,-109927],[-438650,-112749],[-445221,-112202],[-446613,-114026],[-443975,8343],[-446934,12513],[-443078,9569],[-442115,8012],[-443725,9766],[-441076,7671],[-443352,494],[-438040,9619],[-436971,6573],[-438582,11720],[-437625,6703],[-447640,10471],[-438217,5294],[-438126,5993],[-444755,5587],[-439658,6123],[-445361,982],[-444225,1383],[-447453,7923],[-440560,3681],[-439269,11263],[-446216,12446],[-436962,10037],[-437903,7294],[-437542,10666],[-447266,1066],[-445825,922],[-445152,3764],[-435742,8800],[-436396,5557],[-439156,2995],[-439457,1569],[-438593,1735],[-436518,3281],[-437111,143880],[-436203,146629],[-437287,145766],[-440403,143872],[-442603,145170],[-439755,147670],[-442554,147288],[-443986,148044],[-444427,150178],[-447514,150722],[-437511,143923],[-436577,146145],[-437041,148209],[-438539,144083],[-440933,144206],[-438721,148270],[-441482,149411],[-446230,148834],[-439063,145847],[-443292,147407],[-437681,143428],[-436878,147318],[-438252,145946],[-442095,145264],[-438763,144765],[-440367,146740],[-441307,149366],[-444261,149932],[-445019,149058],[-446778,150666],[-440302,145042],[-443388,146910],[-435495,161264],[-440462,160430],[-441115,163512],[-436447,161979],[-435265,164736],[-436254,158319],[-438260,160141],[-440744,163201],[-436423,161544],[-435575,163798],[-438068,162260],[-436588,154060],[-438169,162283],[-435241,165411],[-435826,153942],[-435436,154805],[-438049,159809],[-438622,160318],[-440219,161661],[-436960,162861],[-446956,187621],[-447476,186323],[-447945,188256],[-440627,189186],[-440281,187206],[-435835,191082],[-444931,188488],[-447985,189927],[-442433,188717],[-439490,186208],[-441591,191831],[-435979,190895],[-435705,190174],[-443227,187301],[-437710,187928],[-440641,187987],[-436469,191341],[-447155,187640],[-441101,187223],[-439983,192182],[-436737,191768],[-438315,190126],[-447925,190726],[-443035,189152],[-439165,187153],[-444917,188018],[-447557,184545],[-441586,187128],[-438105,186370],[-441917,193291],[-443683,194996],[-447532,194348],[-446856,199848],[-441146,203347],[-439314,202595],[-435794,198260],[-436569,195560],[-438690,196451],[-442709,202494],[-443119,200216],[-437000,192227],[-447651,195371],[-446113,197987],[-442848,203880],[-437278,202405],[-435998,198640],[-438079,196411],[-441332,195247],[-447065,192904],[-443697,201656],[-444457,200005],[-446884,193851],[-447788,192965],[-443664,202888],[-442362,199292],[-446204,193384],[-441275,201464],[-442089,198235],[-446952,193811],[-436667,200017],[-438280,192354],[-447726,196779],[-444093,195883],[-447192,197955],[-436619,202271],[-436993,201999],[-436374,198668],[-436469,196378],[-438345,196043],[-441859,200502],[-443940,198087],[-441087,193136],[-445897,213511],[-444112,212534],[-442094,205736],[-441035,207945],[-447992,211209],[-447154,211222],[-446233,211899],[-436293,215475],[-438986,216611],[-441211,213461],[-436608,210539],[-443798,207633],[-446312,208223],[-439798,210959],[-445030,215047],[-437107,213147],[-442644,215947],[-440393,216938],[-436945,211325],[-443285,207178],[-442562,212186],[-445286,209207],[-440476,209976],[-441186,212300],[-436486,214579],[-443239,216020],[-444694,212086],[-446719,206987],[-436213,212550],[-439866,207404],[-444090,209193],[-442656,211343],[-443690,209989],[-444613,208001],[-446592,207234],[-441475,213079],[-436155,207049],[-439205,206172],[-447756,212657],[-444630,210969],[-437295,212207],[-445687,207159],[-443716,209296],[-442400,211933],[-440107,211032],[-441273,207674],[-439837,211597],[-442362,208781],[-447122,209680],[-445963,212609],[-437380,215312],[-439381,214034],[-439567,206475],[-437838,211926],[-440082,208357],[-442259,210860],[-440333,211081],[-439140,208068],[-442258,205784],[-435623,206874],[-445499,217877],[-441329,228685],[-441929,224134],[-437014,223289],[-441883,222451],[-438827,224868],[-437725,228453],[-439917,229254],[-437803,218707],[-445690,222621],[-445166,218671],[-441148,228386],[-435994,223019],[-436906,222711],[-440555,221006],[-438467,223587],[-439870,223867],[-438773,225407],[-437226,228930],[-436182,218079],[-447823,227547],[-446264,222127],[-440443,230191],[-443730,219975],[-441796,223877],[-441404,226568],[-445291,229264],[-446081,226454],[-440800,227431],[-442366,224117],[-436758,219651],[-447817,229995],[-445721,222959],[-439763,225950],[-443529,218123],[-440799,224383],[-437142,218981],[-446196,223133],[-445689,225163],[-444738,217994],[-440746,222030],[-440868,228395],[-447041,221182],[-441985,230478],[-437190,225012],[-439506,219141],[-438756,224065],[-440179,222158],[-437561,228695],[-440028,230550],[-435689,219745],[-447736,229359],[-446493,223553],[-437690,228048],[-438211,225849],[-446997,236927],[-445481,231291],[-442137,232727],[-444380,241845],[-447193,236621],[-442871,236779],[-435269,240707],[-436055,236169],[-435891,242719],[-437803,240299],[-444532,237570],[-438411,231795],[-441608,235032],[-441784,232544],[-439236,237339],[-447863,239659],[-442858,239476],[-436334,239109],[-438270,242108],[-436027,235856],[-435657,243105],[-443549,238846],[-437065,231339],[-440450,234911],[-436614,233618],[-442287,239111],[-446108,239502],[-444185,234578],[-440967,232395],[-443348,241815],[-445814,242024],[-439092,242827],[-447813,233554],[-442709,237322],[-437563,243352],[-437355,234793],[-436191,239548],[-443687,239755],[-442600,238945],[-436018,233081],[-440094,235618],[-439684,231081],[-438075,236884],[-444170,233519],[-446815,231842],[-441425,231423],[-440628,238658],[-441902,235950],[-446834,231020],[-445613,238564],[-437402,243175],[-436813,234704],[-435795,241879],[-436625,238686],[-444690,237321],[-436789,231139],[-441941,236092],[-446494,232320],[-443162,231759],[-442146,241333],[-444609,241657],[-445191,236890],[-436696,235035],[-435784,241489],[-437201,239810],[-444512,239999],[-442641,237448],[-436954,230790],[-440415,235612],[-443618,243508],[-438516,244423],[-443345,243526],[-441244,244340],[-435947,243735],[-438879,244466],[-445833,14343],[-445150,18217],[-439855,21741],[-443269,19767],[-446648,13931],[-442915,23549],[-435958,13827],[-435725,16006],[-445572,21148],[-438136,17957],[-436197,22352],[-437378,13108],[-440922,13778],[-435541,22424],[-447092,22489],[-437486,17956],[-447085,14037],[-446364,14706],[-443042,18516],[-438692,24162],[-436096,16065],[-446184,13015],[-447986,18392],[-447481,16730],[-441514,15174],[-441149,14309],[-442868,14358],[-447237,20369],[-447504,23091],[-438828,287520],[-436186,288984],[-440558,292286],[-436159,287140],[-438652,288190],[-442967,286151],[-443106,293955],[-440298,290630],[-437408,285014],[-440387,288475],[-440500,292683],[-441443,286457],[-443156,294243],[-446247,285673],[-439936,283021],[-436934,286746],[-439947,288258],[-444096,286888],[-437433,292662],[-445173,285756],[-436928,286893],[-439009,289309],[-443911,287635],[-436084,293093],[-436726,287313],[-440421,283563],[-439499,293539],[-446106,289915],[-442355,290436],[-438157,289039],[-445355,286856],[-439216,284731],[-445256,290053],[-440998,287595],[-440753,293122],[-441461,304869],[-436576,294869],[-438313,298940],[-443258,301587],[-443735,300706],[-435460,307262],[-435829,306402],[-441550,302929],[-443694,301533],[-436934,295779],[-439140,297815],[-442525,295093],[-442266,302272],[-435303,297746],[-436291,295239],[-439509,296177],[-438707,300039],[-435868,302083],[-435951,307121],[-441731,304375],[-442971,299066],[-439149,298087],[-441128,300742],[-435726,298224],[-440246,295067],[-438454,296473],[-437503,299635],[-442289,303357],[-443988,300052],[-440132,304619],[-436148,301029],[-438372,297713],[-442249,296726],[-437695,305159],[-436000,305729],[-437729,298246],[-437188,304942],[-437877,307279],[-437191,309315],[-440107,309031],[-435517,317950],[-438598,319836],[-441151,319905],[-440998,310722],[-436405,317307],[-440116,314659],[-443438,319685],[-439236,319882],[-436221,311997],[-441905,314526],[-441924,315188],[-442284,319461],[-435703,316462],[-440031,312903],[-439019,315528],[-436349,314442],[-441762,317582],[-439995,314536],[-439483,309800],[-435723,318722],[-441856,317502],[-438075,316848],[-440112,314776],[-439506,310395],[-444242,320147],[-440872,317368],[-439844,311788],[-439665,313251],[-435803,311966],[-435290,320327],[-444341,327401],[-439054,328929],[-441829,323999],[-445486,320571],[-436381,328166],[-438627,321695],[-438345,326102],[-437581,320234],[-443960,320403],[-435911,332866],[-443139,325797],[-445095,322015],[-443426,325376],[-442153,322355],[-439584,323968],[-435587,332988],[-435594,329121],[-435495,320484],[-441106,320970],[-437488,323932],[-443555,323018],[-440756,324819],[-436596,321814],[-436231,329913],[-437284,329057],[-437616,330506],[-440699,325948],[-435897,334581],[-437848,29092],[-436495,31774],[-436483,30160],[-438142,27943],[-436984,32852],[-436896,30957],[-437584,83663],[-437339,84957],[-437946,84552],[-437896,86827],[-440163,86348],[-440850,84193],[-443236,85617],[-441880,88077],[-439076,87941],[-439382,89622],[-442615,89313],[-440400,86549],[-440183,83219],[-441624,81202],[-438110,81317],[-437516,79959],[-438683,78227],[-438409,80387],[-437257,80362],[-441390,79759],[-435539,82043],[-436135,80746],[-436503,88153],[-437239,82652],[-436994,84231],[-438161,84047],[-438723,86457],[-441688,84749],[-443057,85716],[-442458,87822],[-439199,88760],[-437927,88153],[-438010,89290],[-443606,88857],[-440036,87934],[-440440,83034],[-441710,81491],[-439530,78679],[-439449,81074],[-437767,79687],[-438264,79128],[-438999,79712],[-437136,80934],[-436600,82428],[-435934,80451],[-435277,83824],[-437419,88062],[-437722,82501],[-436454,85103],[-438860,84042],[-438029,86812],[-441651,85917],[-441849,84658],[-443549,85838],[-439929,88234],[-436989,88436],[-439073,89456],[-442417,88787],[-441299,86502],[-440954,82154],[-441293,81032],[-440269,80407],[-439258,81699],[-437862,79105],[-438041,79260],[-438077,80385],[-435635,80108],[-441167,80556],[-436463,82363],[-436374,80611],[-435755,85693],[-437376,87692],[-440578,78108],[-436625,86021],[-436345,83869],[-436948,79325],[-439481,82980],[-442704,78163],[-442978,84300],[-436903,85223],[-438017,80134],[-439156,83085],[-442125,78579],[-442631,84324],[-441375,90458],[-438119,91462],[-438283,93426],[-439150,94462],[-437573,92381],[-437805,90581],[-441079,96471],[-439806,92975],[-442229,92988],[-441640,94152],[-441054,90249],[-438320,91175],[-438085,93491],[-438395,94357],[-437794,92269],[-437883,90758],[-439739,96409],[-439996,93505],[-441697,91950],[-441121,94145],[-439422,97781],[-437922,94689],[-439948,97302],[-435780,92045],[-443747,92536],[-436338,93169],[-436876,90647],[-441537,89939],[-438471,91902],[-437862,94338],[-439631,95726],[-437824,93941],[-436019,91338],[-440577,97074],[-439166,93023],[-442258,93150],[-441964,94428],[-440256,96493],[-440905,97464],[-436139,91203],[-443711,91517],[-437538,93144],[-437026,90511],[-448073,-118588],[-448659,-119622],[-448138,-150425],[-448955,-152077],[-448171,-152035],[-448333,-150891],[-457177,-161629],[-456390,-164587],[-459010,-166122],[-456290,-158936],[-458084,-163210],[-457236,-165348],[-456932,-165958],[-458950,-156266],[-455468,-159714],[-455003,-161116],[-456310,-164437],[-453003,-163800],[-451414,-159850],[-453949,-157041],[-450651,-163238],[-454025,-161892],[-454058,-156061],[-452324,-163975],[-449560,-161254],[-449928,-164493],[-449447,-164134],[-453150,-165819],[-452320,-158625],[-454947,-156758],[-453195,-161162],[-450666,-161202],[-455200,-157275],[-448618,-160492],[-451709,-154495],[-451861,-154482],[-448831,-163013],[-452026,-160990],[-454845,-165392],[-454816,-163296],[-455162,-169170],[-456242,-170704],[-456963,-167686],[-456773,-171278],[-460383,-169443],[-460762,-169901],[-459688,-174326],[-456905,-167584],[-456046,-172010],[-458686,-166550],[-455877,-168238],[-458844,-168661],[-460045,-173704],[-452368,-175640],[-449960,-176617],[-455667,-176632],[-449700,-175694],[-448782,-176490],[-449908,-175628],[-451892,-176765],[-453657,-168128],[-454025,-169690],[-457418,-178836],[-459981,-178616],[-456179,-174237],[-449439,-176393],[-451555,-177032],[-455346,-175572],[-456634,-177156],[-451063,-175471],[-454716,-176653],[-451300,-176016],[-451792,-176983],[-459426,-179643],[-452188,-182185],[-460139,-181050],[-453371,-181734],[-451691,-180076],[-454065,-182979],[-454838,-179646],[-453959,-180919],[-448154,-183673],[-454299,-180593],[-455716,-180285],[-448423,-182452],[-456194,-180285],[-449446,-182577],[-457694,-180770],[-449177,-183254],[-458968,-885],[-455377,-2769],[-459141,-5033],[-454043,-10971],[-453091,-9916],[-454426,-11840],[-454849,-2376],[-458180,-583],[-452031,-7848],[-455768,-1325],[-457080,-6314],[-458617,-1046],[-453240,-4126],[-454601,34],[-454302,-1901],[-450886,-1239],[-459864,-1381],[-457624,-415],[-455479,-2168],[-455102,-3155],[-457882,-11336],[-451667,-9613],[-460657,-7203],[-459378,-968],[-453181,-10838],[-459526,-4947],[-459854,127],[-454773,-243],[-451829,-3282],[-449926,-5863],[-458057,-7123],[-454960,-5232],[-448351,-3939],[-460011,-6234],[-456462,-11956],[-458789,-10388],[-457390,-2219],[-452627,-1735],[-449349,-9350],[-452926,-11582],[-449989,-11846],[-449704,-9266],[-448561,-5650],[-448233,-5447],[-456712,-12181],[-457716,-12473],[-450447,-9669],[-450082,-12343],[-449604,-8606],[-449654,-7352],[-457157,-12042],[-454923,-342809],[-459860,-339825],[-449686,-340874],[-458863,-352380],[-452185,-356146],[-449878,-356093],[-458665,-356206],[-452593,-357052],[-451130,-355362],[-450957,-355603],[-450181,-354775],[-452850,-357339],[-457214,-346451],[-448804,-351232],[-455602,-366022],[-458577,-369062],[-458699,-367701],[-460333,-368259],[-455866,-361134],[-459631,-358243],[-460512,-367397],[-456791,-361144],[-452360,-365790],[-460226,-367091],[-452763,-365257],[-458196,-13078],[-460658,-17048],[-450110,-19329],[-458943,-21621],[-459289,-18914],[-457681,-14566],[-457051,-22793],[-459316,-19393],[-460491,-22333],[-459546,-13260],[-448552,-14370],[-460155,-16422],[-459345,-16644],[-456588,-13628],[-453658,-22518],[-448840,-18327],[-457006,-18008],[-449097,-18232],[-455061,-22912],[-455071,-13083],[-458717,-25100],[-448807,-13626],[-460363,-13864],[-454770,-22763],[-453952,-17282],[-453809,-22484],[-448778,-16844],[-455017,-16937],[-452202,-14790],[-459347,-17492],[-459605,-17228],[-459646,-17729],[-457511,-15281],[-457234,-16213],[-457704,-16950],[-458179,-14678],[-457458,-12992],[-458371,-15365],[-459412,-22501],[-452178,-24659],[-451950,-24749],[-453799,-24780],[-456647,-24456],[-459694,-13748],[-457816,-13225],[-455129,-389321],[-456794,-384195],[-450682,-445710],[-455955,-440512],[-454001,-489379],[-453593,-489502],[-454564,-488844],[-456208,-495632],[-453567,-498010],[-460083,-27642],[-452957,-27221],[-460642,-30445],[-458489,-30024],[-452720,-26774],[-453353,-27293],[-459831,-27414],[-449456,-28112],[-455259,-28699],[-455429,-28615],[-458340,-30474],[-452151,-25918],[-451480,-37218],[-452626,-38111],[-455275,-34204],[-449105,-31503],[-449890,-34664],[-451536,-35565],[-452125,-34051],[-448332,-32524],[-449319,-32069],[-449946,-31629],[-451932,-35455],[-452340,-35852],[-455362,-35097],[-451746,-36028],[-452772,-36062],[-455321,-34967],[-448984,-31753],[-454186,-37622],[-454584,-36170],[-448551,-32027],[-453530,-37679],[-454008,-35314],[-453700,-36946],[-454309,-36904],[-448430,-31673],[-456471,-534730],[-457864,-538275],[-457488,-537661],[-460293,-46676],[-457966,-46884],[-459259,-47957],[-459663,-47454],[-448151,-43055],[-449392,-44487],[-448290,-43567],[-448910,-44944],[-449282,-43274],[-452149,-60871],[-449702,-61904],[-448074,-62467],[-448703,-56714],[-448245,-58522],[-448304,-58182],[-451008,-61303],[-448990,-62559],[-448553,-56572],[-450119,-59093],[-451518,-61849],[-450406,-63478],[-449475,-62729],[-449928,-62875],[-451889,-62173],[-448212,-57804],[-448708,-56192],[-450074,-58442],[-452609,-58238],[-452273,-62174],[-448406,-61119],[-449640,-61877],[-449073,-62152],[-448554,-56920],[-449074,-58413],[-452435,-58946],[-454231,-60806],[-451223,-61902],[-449786,-61993],[-449476,-57223],[-448771,-59175],[-456993,-69614],[-459743,-70596],[-449455,-64416],[-457434,-70687],[-456507,-70001],[-458505,-65098],[-451378,-63866],[-451906,-72872],[-449226,-64192],[-454844,-64752],[-456150,-75648],[-452706,-63971],[-452336,-77536],[-457565,-76733],[-456220,-77927],[-457895,-76768],[-459148,-77263],[-458892,-77765],[-451267,-79215],[-450854,-82194],[-448616,-84652],[-449257,-90487],[-451010,-93387],[-448277,-94338],[-450749,-94027],[-448345,-96780],[-451530,-96076],[-448674,-96534],[-450393,-92444],[-450905,-99821],[-460142,-96274],[-453513,-96265],[-451195,-94503],[-455367,-106284],[-454633,-104632],[-459734,-104640],[-452135,-103856],[-457849,-104535],[-455378,-106668],[-454896,-105667],[-460718,-107053],[-449017,-105178],[-455052,-104416],[-454816,-105467],[-459180,-105012],[-455354,-104986],[-454835,-105085],[-458319,-103346],[-453090,-104188],[-453164,-104697],[-454088,-105241],[-451935,-104867],[-458610,-103786],[-453600,12485],[-450650,2072],[-458876,6853],[-452032,12677],[-448688,10553],[-451627,957],[-459940,3830],[-451223,8339],[-460196,4473],[-452344,3032],[-451969,7638],[-454531,6140],[-453610,7324],[-450460,2402],[-451261,4239],[-448238,11081],[-449513,12407],[-452691,10170],[-454518,5481],[-454631,379],[-459983,2826],[-459344,545],[-448628,8801],[-454802,5773],[-460619,2875],[-453946,12366],[-448069,902],[-454887,5983],[-451329,3821],[-460542,5172],[-455369,2336],[-452861,10408],[-450973,8358],[-449237,11843],[-453679,6467],[-455591,2215],[-448363,12913],[-455252,1625],[-451414,4843],[-453738,1361],[-460514,3375],[-459761,6875],[-456262,259],[-460520,538],[-460749,1529],[-451763,618],[-448130,10320],[-459179,6194],[-459476,7630],[-460354,3877],[-456755,12682],[-451251,138653],[-452090,139378],[-450488,137108],[-451012,137857],[-450304,137492],[-452303,147494],[-450958,148097],[-450785,145422],[-449705,147985],[-454471,148471],[-456989,150061],[-454718,153013],[-455219,151352],[-449883,151807],[-453116,148705],[-448267,150968],[-448673,148805],[-457923,149484],[-457221,152006],[-451640,153024],[-450585,153790],[-449143,150967],[-450474,149738],[-452478,150912],[-456328,148427],[-456604,151350],[-456943,153752],[-455913,147940],[-453099,145953],[-450292,148028],[-451014,147011],[-449352,146082],[-450320,148753],[-454231,148633],[-457063,148889],[-454634,153298],[-456619,152472],[-452263,153481],[-449763,149384],[-452399,149836],[-452465,150727],[-455947,149272],[-457155,152813],[-455168,147185],[-453026,145153],[-448740,146409],[-454413,154758],[-457203,160436],[-455319,160742],[-459183,160049],[-459469,160272],[-455122,160912],[-453322,154660],[-457737,154539],[-460311,161463],[-454127,161817],[-459014,161139],[-451919,155358],[-460572,160343],[-457062,159788],[-457770,162780],[-456356,161674],[-457734,160090],[-459918,162016],[-455029,161797],[-452199,155305],[-451984,190164],[-448330,187586],[-452059,190219],[-452774,189201],[-450771,187258],[-450179,191167],[-451589,189984],[-450874,186416],[-448970,190487],[-450153,199161],[-453951,198613],[-451909,204065],[-452411,199220],[-452347,201128],[-453919,198398],[-451832,197313],[-450788,195243],[-450501,193094],[-450537,202830],[-453096,195483],[-450448,200408],[-449791,198044],[-450873,195683],[-448935,196289],[-453632,198151],[-450534,196269],[-450985,204357],[-453502,197333],[-452581,208607],[-450922,207077],[-450819,208437],[-451996,216139],[-448977,213030],[-448472,211501],[-448264,212254],[-451713,210007],[-452347,208379],[-450132,205331],[-450992,210874],[-452028,214893],[-450018,206556],[-449989,211192],[-448132,211929],[-452246,206884],[-448248,214771],[-449800,205047],[-451662,208420],[-451349,215607],[-452216,221779],[-450611,228042],[-448002,227915],[-449595,218770],[-449658,220565],[-448392,217941],[-450384,222913],[-451474,230324],[-452016,218117],[-449913,229807],[-450021,226236],[-452531,223956],[-449246,220163],[-451472,221658],[-450161,228300],[-452067,226157],[-451937,218941],[-452216,226738],[-450030,228386],[-449221,228684],[-452659,224882],[-450730,224790],[-448239,225063],[-449858,221673],[-448828,218273],[-451990,225316],[-452831,219248],[-450103,228890],[-453383,232811],[-449065,232567],[-448689,233317],[-450340,236435],[-452195,230853],[-448398,236594],[-448263,238484],[-451620,233565],[-448696,236104],[-450722,231659],[-452110,17575],[-454169,13746],[-452080,14934],[-448634,18191],[-452953,14234],[-448331,13920],[-449061,18488],[-451276,21150],[-453377,15908],[-448693,21076],[-469318,-165437],[-469879,-165797],[-466803,-167700],[-462348,-168012],[-466848,-168554],[-463048,-168085],[-466978,-175439],[-463686,-173220],[-467715,-168662],[-468924,-176774],[-462114,-167656],[-466622,-175222],[-465295,-174252],[-468323,-175651],[-462162,-173362],[-471010,-178469],[-469094,-175488],[-471440,-174528],[-461390,-179316],[-461098,-181844],[-462773,-180958],[-461122,-182087],[-462922,-4061],[-471129,-7658],[-473401,-2662],[-461184,-2030],[-466069,-339],[-465400,-2229],[-462354,-1429],[-468528,-766],[-469290,-7290],[-461972,-5485],[-467329,-7697],[-467647,-3768],[-473347,-4698],[-466023,-8610],[-461433,-1176],[-466105,-1636],[-466528,-279],[-473063,-3856],[-470919,-3029],[-463932,-9740],[-471082,-5612],[-467768,-4705],[-461551,-2295],[-471067,-82],[-463516,-590],[-470654,-7020],[-462315,-81],[-472458,-5444],[-464944,-2718],[-470314,-5327],[-465224,-5328],[-460882,-106],[-464387,-7610],[-465666,-7961],[-468093,-10373],[-472279,-11318],[-464111,-325751],[-468461,-355903],[-461764,-353048],[-462400,-353112],[-465691,-353592],[-464853,-357295],[-462768,-353968],[-466142,-353938],[-465852,-352512],[-466324,-352378],[-462841,-356177],[-462407,-355952],[-469368,-357986],[-470982,-358180],[-462206,-346352],[-470908,-359410],[-464715,-368331],[-461233,-370219],[-461429,-370154],[-462233,-368906],[-467054,-360797],[-466786,-363031],[-461881,-370979],[-461709,-367412],[-466799,-360737],[-470856,-360002],[-467126,-364612],[-462963,-358918],[-470058,-360432],[-464645,-365201],[-463772,-367546],[-467702,-368846],[-464324,-370620],[-462523,-370507],[-461507,-369387],[-463909,-364566],[-465276,-362414],[-472121,-360617],[-466409,-364730],[-466217,-361723],[-464157,-364763],[-462335,-369098],[-462852,-13446],[-460916,-12792],[-461181,-12692],[-464563,-12961],[-461296,-13348],[-469322,-13391],[-467011,-13442],[-468220,-13241],[-466516,-14997],[-467422,-13843],[-467647,-16962],[-465931,-18955],[-465528,-17007],[-473464,-23284],[-471735,-24206],[-473051,-17701],[-471843,-15700],[-462042,-17440],[-461960,-23562],[-461784,-23200],[-463781,-24550],[-468110,-16805],[-465830,-19626],[-471113,-24181],[-472022,-24913],[-473153,-19242],[-470846,-16305],[-467973,-16207],[-464967,-18713],[-468979,-21080],[-468207,-22347],[-468566,-20352],[-464909,-24272],[-466768,-24642],[-473360,-19443],[-470054,-15352],[-466190,-15127],[-461858,-17488],[-468644,-13285],[-468809,-12841],[-468624,-13904],[-468708,-12962],[-461606,-17592],[-460925,-16864],[-470659,-16487],[-470722,-15811],[-461589,-17151],[-467868,-15979],[-468036,-20377],[-466199,-16260],[-465848,-14952],[-466369,-16181],[-467772,-22049],[-467634,-21325],[-463079,-16216],[-465452,-17447],[-468745,-19388],[-468138,-18944],[-467954,-22491],[-464591,-390660],[-462751,-390285],[-472525,-458579],[-469845,-35454],[-469800,-35165],[-469844,-36861],[-461389,-27126],[-468427,-32839],[-467341,-28479],[-469454,-27810],[-469260,-26817],[-470190,-27084],[-466821,-27702],[-467954,-27120],[-468312,-30624],[-466572,-31556],[-469484,-34297],[-468996,-25951],[-463557,-37170],[-463600,-36426],[-465358,-35765],[-465602,-36058],[-468749,-30513],[-467714,-31274],[-468518,-28630],[-467503,-28819],[-462714,-37159],[-469894,-32150],[-469595,-36787],[-472446,-26081],[-472238,-27432],[-473075,-26160],[-469172,-33224],[-471640,-29109],[-473140,-29899],[-469470,-33344],[-471128,-33232],[-472107,-25680],[-467603,-30621],[-469935,-26391],[-469778,-27249],[-468812,-26769],[-466935,-28333],[-467896,-30246],[-467196,-31905],[-471079,-503028],[-471557,-501250],[-462291,-509302],[-473085,-501564],[-470179,-502141],[-464050,-536018],[-460870,-526315],[-465553,-532960],[-463048,-526852],[-465829,-531776],[-473466,-538446],[-460824,-543958],[-465789,-545664],[-467110,-542046],[-472045,-541791],[-469247,-538697],[-464991,-547195],[-471407,-538375],[-466746,-539021],[-468160,-538577],[-467484,-541168],[-466999,-541768],[-467285,-539196],[-469408,-539806],[-470843,-539089],[-473580,-49811],[-472595,-48470],[-473513,-48980],[-473185,-47427],[-473164,-47521],[-473126,-49256],[-469442,-38500],[-468015,-45197],[-469269,-39955],[-461389,-46197],[-461756,-46011],[-461828,-46035],[-469910,-44362],[-468258,-44822],[-463667,-43723],[-462700,-44983],[-462243,-44174],[-462967,-46598],[-463197,-44176],[-462726,-47646],[-462958,-42984],[-462147,-47298],[-461940,-46328],[-465348,-48557],[-462176,-44743],[-461975,-45717],[-465747,-50851],[-461161,-48835],[-463096,-49204],[-463400,-48567],[-462560,-48089],[-464600,-39483],[-465409,-49262],[-467250,-38642],[-466968,-39087],[-467233,-40345],[-467507,-40672],[-461177,-61402],[-462926,-56077],[-465501,-51392],[-465072,-52189],[-461274,-57440],[-465104,-61959],[-467515,-72562],[-467865,-101644],[-471895,-100011],[-467235,-99489],[-471457,-98777],[-472492,-97674],[-472915,-96402],[-471275,-97092],[-472974,-96346],[-465170,-105755],[-462746,-106222],[-464970,-104978],[-464824,-106763],[-461368,-106394],[-473027,-103073],[-472587,-104098],[-466077,-104636],[-464380,-104883],[-473478,-109790],[-464860,-105377],[-473483,-108003],[-462320,-106651],[-462187,-107024],[-461538,-105560],[-461571,-106936],[-469950,1464],[-461920,4288],[-461830,7210],[-461889,8301],[-463948,3428],[-468411,1575],[-463690,685],[-462619,2199],[-468101,4959],[-468351,4629],[-463929,6185],[-461306,7519],[-464607,2125],[-462573,2676],[-467980,6111],[-468915,4671],[-472247,4259],[-461419,8927],[-462858,299],[-472643,3592],[-461055,8196],[-462157,1553],[-470652,5866],[-464132,5514],[-462295,5941],[-462186,2096],[-463176,4505],[-466447,2688],[-463746,1767],[-462119,6319],[-461929,4695],[-465783,3698],[-464586,4647],[-465184,4516],[-469923,5458],[-468530,5386],[-461844,161847],[-461441,160225],[-462818,161771],[-469357,94283],[-470181,99763],[-466527,97897],[-467839,97531],[-468535,100231],[-467710,99576],[-467581,98974],[-467007,96059],[-465853,99498],[-470966,97664],[-463366,102596],[-465470,101315],[-466484,102110],[-464796,100891],[-463907,98081],[-465167,96427],[-469003,96636],[-468972,94556],[-468476,95188],[-466512,96813],[-467459,97376],[-469551,99627],[-467882,99760],[-470020,97499],[-467265,95151],[-470794,97922],[-466442,100078],[-465769,102576],[-465159,101797],[-466503,101226],[-464849,100411],[-464301,97869],[-465457,97880],[-464988,95327],[-468117,95948],[-469079,101449],[-465898,101699],[-463984,100679],[-469969,98781],[-467011,96294],[-463156,97176],[-466899,94723],[-468593,94989],[-468086,101988],[-471517,96945],[-468171,99519],[-468653,94883],[-469521,95484],[-470042,99335],[-466426,97503],[-468158,97246],[-469710,97439],[-467256,100494],[-466373,95399],[-466757,100677],[-464058,102590],[-465252,102091],[-465684,101188],[-464187,101478],[-464932,98399],[-463690,96296],[-469184,100766],[-465733,102325],[-464974,102401],[-463807,96402],[-468593,97061],[-466283,96149],[-467880,94594],[-466362,102507],[-465574,101330],[-470405,98919],[-469425,97630],[-464111,95482],[-467746,94987],[-464191,96575],[-468375,98255],[-469524,95663],[-467667,103922],[-470783,103571],[-465109,105081],[-464929,108701],[-468392,107747],[-466536,104407],[-468406,102876],[-468389,105829],[-467483,103328],[-465401,103141],[-465437,105565],[-466114,108052],[-466966,109612],[-467348,104777],[-464906,104229],[-465152,106068],[-465902,109095],[-466499,102669],[-466457,105504],[-465382,107963],[-467956,109272],[-466291,105410],[-464212,103323],[-465944,105964],[-465898,110309],[-464233,104957],[-466935,108864],[-465143,106622],[-466533,110630],[-466477,102875],[-465671,102881],[-467896,102637],[-480186,-117973],[-481255,-116023],[-480891,-117272],[-480769,-116755],[-480748,-116368],[-479562,-118804],[-479805,-118225],[-474036,-5046],[-480923,-9761],[-476033,-9811],[-475224,-2042],[-479698,-11651],[-475205,-4301],[-475086,-562],[-475725,-2744],[-478344,-9755],[-475810,-9483],[-481225,-10474],[-480274,-9074],[-476081,-3456],[-478939,-9479],[-480668,-12029],[-480851,-9803],[-474078,-185],[-476952,-3940],[-476411,-10187],[-474486,-10046],[-474813,-357126],[-474814,-361432],[-482174,-17197],[-482315,-15897],[-480976,-17243],[-480789,-22092],[-476857,-25300],[-477991,-24714],[-479114,-13080],[-481879,-15021],[-480734,-15415],[-481497,-18937],[-480860,-21898],[-482207,-20806],[-476901,-25334],[-476456,-25092],[-478073,-25195],[-473953,-18291],[-476705,-19979],[-474371,-17823],[-474494,-17481],[-473878,-17602],[-473815,-19335],[-475563,-19918],[-475342,-14091],[-474439,-13634],[-477123,-17961],[-478691,-433356],[-482162,-429833],[-482869,-428937],[-479732,-433815],[-476760,-471534],[-474088,-468077],[-480379,-465488],[-473897,-466989],[-481413,-463142],[-476568,-473944],[-480748,-475250],[-481478,-475005],[-476580,-33735],[-475762,-27016],[-476069,-33454],[-476848,-26850],[-474384,-34486],[-476397,-33159],[-476428,-25809],[-476065,-33193],[-477471,-32582],[-477668,-30895],[-476425,-32391],[-476395,-26451],[-474272,-32860],[-473727,-538632],[-474390,-541910],[-473874,-543315],[-475113,-541296],[-485251,-538361],[-476869,-46317],[-476807,-47874],[-476093,-40780],[-477374,-45362],[-474993,-41074],[-476824,-44427],[-477930,-47635],[-475012,-41264],[-474721,-48349],[-475771,-43932],[-475238,-41487],[-476435,-46382],[-476031,-41856],[-476961,-48929],[-474482,-47340],[-473795,-49288],[-477072,-47728],[-476266,-48542],[-476076,-45901],[-478790,-54484],[-478979,-54581],[-483234,-98516],[-482348,-94163],[-484348,-99020],[-483385,-100365],[-485567,-99473],[-480843,-93389],[-484563,-99281],[-484847,-100053],[-479832,-96343],[-480525,-93217],[-484921,-99489],[-479826,-95650],[-482085,-94894],[-484474,-98734],[-483877,-100830],[-479303,-94906],[-484480,-99340],[-486012,-100780],[-479289,-95615],[-481157,-94943],[-483630,-101379],[-483628,-101850],[-473961,-99637],[-473749,-99443],[-480655,-104614],[-474796,-104532],[-475620,-110438],[-481013,-112537],[-482200,-110101],[-483218,-106020],[-479199,-104450],[-474568,-104190],[-474852,-110595],[-482175,-112155],[-482220,-110488],[-483303,-105635],[-479758,-104048],[-475102,-103719],[-474326,-108553],[-473843,-109876],[-481032,-113272],[-482343,-111006],[-482117,-108861],[-484138,-105613],[-479149,-104542],[-473798,-103776],[-474060,-108546],[-474413,-110448],[-481257,-111959],[-481956,-109334],[-484303,-103968],[-479690,-102535],[-473657,-104694],[-475116,-109085],[-481637,-111706],[-482707,-109756],[-483390,-106587],[-477919,-104945],[-477541,-105009],[-474493,-105869],[-478955,-102798],[-473653,-104600],[-474738,-109227],[-482373,-112088],[-482751,-109230],[-484233,-105942],[-480024,129611],[-477637,128407],[-479561,130213],[-482234,128537],[-479779,130722],[-479532,128637],[-476967,128758],[-479123,130600],[-480344,131532],[-480599,129336],[-481236,131502],[-480974,129169],[-480814,131948],[-480145,128598],[-478055,128223],[-476504,128301],[-478443,130828],[-481246,128228],[-480180,130569],[-486109,115115],[-485322,108959],[-484526,114539],[-483831,115281],[-481923,115310],[-480212,114944],[-481332,114135],[-485925,110744],[-484244,109053],[-486133,113785],[-483812,114996],[-483529,114575],[-481664,114628],[-479868,114966],[-480106,114933],[-481368,113545],[-485006,109266],[-486396,114453],[-484702,114191],[-482852,114259],[-479276,114659],[-482307,115141],[-479993,114884],[-481201,113990],[-485483,109342],[-486117,114355],[-486214,113534],[-477413,127763],[-477936,125895],[-477720,124775],[-478150,122057],[-479162,121821],[-479929,123766],[-481392,126404],[-480954,126717],[-478511,126866],[-480102,125532],[-481765,122126],[-478063,121446],[-476514,124675],[-481583,127371],[-482355,126860],[-482843,125762],[-483300,119243],[-484918,119127],[-484288,115462],[-480826,117344],[-483098,119012],[-481750,119599],[-481481,118399],[-479479,116387],[-484740,116569],[-482889,117310],[-482785,117672],[-481219,116558],[-478390,127825],[-480916,124413],[-478706,121845],[-478698,119658],[-482736,124059],[-477364,125532],[-482266,117000],[-482022,117849],[-481507,116344],[-477071,126249],[-479611,121133],[-479075,119371],[-482938,122499],[-478615,124890],[-477811,127317],[-478154,124318],[-478802,123605],[-479487,122446],[-481226,123564],[-480293,125122],[-480191,126313],[-478690,126025],[-479544,125547],[-482065,122813],[-477837,120928],[-477254,123958],[-481722,127219],[-482654,124471],[-484852,118893],[-480954,117146],[-481936,119346],[-480887,117444],[-479583,116604],[-484966,117229],[-477085,126614],[-478481,123745],[-478979,122274],[-480223,123986],[-481062,125638],[-480334,126572],[-478485,125608],[-479428,124700],[-481676,123300],[-478353,120925],[-477734,121338],[-476691,123671],[-481468,127301],[-481467,126006],[-484515,119726],[-485674,117421],[-480542,117047],[-481903,118578],[-482091,119926],[-482071,117654],[-478297,115812],[-485379,116799],[-487616,-443030],[-488502,-443263],[-488562,-444621],[-490426,-436376],[-489866,-444306],[-488104,-443593],[-498192,-454123],[-498548,-454160],[-491320,-459697],[-490847,-464790],[-489739,-463964],[-490331,-464722],[-489884,-463055],[-490716,-461176],[-490640,-460772],[-491538,-465702],[-489971,-464147],[-490060,-465407],[-491470,-466104],[-489621,-462716],[-489997,-464502],[-490304,-481495],[-490926,-545462],[-494338,-541514],[-489504,-541722],[-488068,-542483],[-495940,-542101],[-498601,-543430],[-488095,-101438],[-486893,-100788],[-487456,-100284],[-486950,-100213],[-496956,368316],[-492085,368417],[-498484,369048],[-493065,368433],[-498007,370028],[-494275,370283],[-498523,372521],[-497998,375846],[-495773,384021],[-495989,381845],[-495235,377655],[-491676,374703],[-489914,383157],[-494298,380809],[-490111,377231],[-494254,379081],[-498801,371540],[-491384,375865],[-494864,381933],[-497041,381720],[-498428,374067],[-493361,377067],[-491252,376764],[-491292,373638],[-498674,373961],[-496062,383058],[-495625,379279],[-490071,374329],[-490135,373524],[-487936,371739],[-491510,376643],[-497194,393246],[-494610,394066],[-499127,387933],[-493839,385233],[-497507,385806],[-496786,391372],[-493703,393036],[-496464,391011],[-493948,388325],[-495681,393129],[-497644,390938],[-494898,395400],[-490343,392757],[-493324,393778],[-492815,387072],[-496295,389558],[-498985,389514],[-491082,385223],[-497503,394559],[-492455,392880],[-493343,388783],[-496800,390528],[-496959,389281],[-490692,386345],[-493441,102062],[-493444,102325],[-492416,102295],[-487587,108880],[-488450,113605],[-492485,108178],[-491869,109987],[-492888,104114],[-492761,103663],[-488283,109627],[-486416,108239],[-489293,110570],[-488172,112961],[-487070,112640],[-487208,114594],[-489851,112383],[-489685,113497],[-491174,111430],[-491714,109412],[-490013,108747],[-490011,107782],[-490580,107297],[-492358,106144],[-492870,106764],[-490366,105625],[-490364,102992],[-490285,104580],[-491145,103597],[-486915,114341],[-488730,112475],[-486866,109099],[-492616,105657],[-489089,104455],[-490029,109621],[-490982,109115],[-486923,111039],[-487118,109990],[-487634,109250],[-486522,107644],[-488016,113127],[-487167,112561],[-486851,115110],[-489379,114646],[-491162,112064],[-491184,110838],[-490788,109188],[-490729,108324],[-492484,105806],[-489281,105176],[-489124,103290],[-490722,104113],[-492033,103989],[-492572,103922],[-486936,110191],[-486941,110026],[-486412,108712],[-489005,111428],[-488395,113088],[-487089,115215],[-490702,113361],[-490104,114254],[-490971,111733],[-491908,109318],[-490021,109831],[-490598,108171],[-491789,107573],[-492190,105819],[-493618,105895],[-490939,105978],[-489752,105442],[-490807,104738],[-492613,103198],[-490292,115460],[-35500,-117593],[-29301,-118177],[-28715,-120228],[-31842,-120873],[-33479,-137221],[-33214,-139338],[-37505,-128550],[-29825,-128472],[-37045,-140297],[-38119,-140349],[-38012,-139040],[-37004,-136812],[-36777,-135649],[-33796,-138604],[-33325,-138251],[-32497,-139409],[-28109,-137821],[-26542,-134497],[-27432,-131600],[-30266,-129170],[-26006,-149768],[-31248,-141065],[-31344,-144234],[-28974,-144092],[-26121,-143629],[-27023,-147709],[-26606,-145430],[-33262,-143263],[-34695,-141462],[-33515,-142337],[-31238,-145022],[-33041,-146383],[-33595,-144999],[-26568,-141528],[-27402,-141356],[-27395,-141597],[-35932,-143863],[-35147,-143255],[-37292,-145981],[-37266,-141095],[-35981,-148897],[-33255,-151625],[-32607,-152585],[-32673,-151932],[-32604,-151632],[-32223,-152276],[-31817,-151887],[-31792,-152232],[-31269,-152349],[-30361,-152109],[-30036,-152453],[-30056,-152029],[-28568,-152709],[-29206,-152276],[-28897,-152984],[-36550,-150337],[-35922,-151947],[-37588,-150925],[-34620,-148957],[-34535,-165081],[-35850,-164313],[-38347,-162885],[-38211,-164395],[-37103,-161444],[-37326,-160169],[-37299,-162082],[-36206,-163034],[-33447,-153645],[-33700,-153784],[-32722,-156641],[-35198,-157664],[-32439,-157283],[-29215,-154501],[-26232,-156937],[-27326,-154726],[-28018,-165500],[-26593,-155126],[-31854,-157415],[-28256,-159956],[-29122,-163222],[-28368,-163642],[-37639,-154664],[-30485,-160057],[-30102,-160681],[-32240,-159345],[-31606,-158978],[-33456,-161231],[-33522,-160674],[-35326,-162325],[-34845,-162333],[-37938,-162807],[-37513,-163410],[-37265,-162363],[-36025,-159655],[-36508,-159939],[-38256,-158859],[-38143,-159714],[-33906,-158452],[-34263,-158862],[-30687,-155269],[-31086,-155746],[-27355,-154710],[-28413,-155455],[-28005,-165713],[-29427,-164726],[-29993,-164640],[-32382,-164436],[-31299,-164426],[-36199,-162513],[-31901,-178672],[-36802,-176163],[-33785,-168362],[-37821,-174465],[-38138,-173520],[-26159,-177492],[-30963,-177441],[-31300,-177709],[-34696,-175697],[-30578,-172312],[-30516,-172041],[-26498,-167063],[-26318,-166918],[-25636,-170970],[-25957,-171905],[-26004,-172259],[-25711,-172012],[-26835,-174243],[-27431,-174283],[-28623,-174285],[-26670,-175762],[-28544,-176321],[-30383,-173474],[-29192,-173861],[-34890,-170835],[-34598,-171088],[-34860,-171416],[-35083,-173707],[-36400,-172105],[-36667,-171526],[-33055,-172572],[-30944,-178486],[-35151,-176582],[-36796,-174468],[-37096,-174069],[-26130,-173227],[-27715,-174487],[-26484,-173802],[-27176,-175988],[-27661,-176316],[-29351,-176468],[-29020,-176129],[-28437,-176831],[-29905,-173651],[-30688,-174377],[-29618,-174079],[-31202,-176067],[-31782,-174865],[-31815,-175112],[-31664,-173174],[-32477,-172977],[-32653,-172577],[-32173,-172712],[-28178,-176423],[-34846,-171918],[-35235,-171192],[-33702,-172194],[-34121,-174362],[-36204,-172500],[-36023,-173158],[-35678,-172650],[-36380,-171094],[-33239,-172260],[-32917,-176643],[-33176,-176764],[-31961,-177867],[-33119,-174875],[-31999,-178602],[-35085,-177321],[-35280,-178563],[-37203,-175173],[-34576,-176257],[-28260,-182493],[-37614,-182650],[-38199,-182779],[-34957,-180023],[-34505,-184436],[-27998,-181867],[-33971,-184157],[-32329,-179278],[-34397,-181483],[-36903,-182574],[-37702,-180827],[-37942,-180371],[-38411,-181763],[-33499,-183009],[-36541,-181000],[-36369,-180844],[-26646,-183086],[-26252,-183276],[-26137,-182236],[-26573,-181949],[-26864,-182083],[-26709,-181496],[-26478,-181393],[-26143,-183565],[-36931,-181829],[-31459,-179741],[-27525,-182065],[-28785,-182947],[-37268,-181011],[-35834,-181967],[-28398,-182342],[-28038,-182605],[-35524,-180827],[-30223,-179213],[-37900,-182907],[-38353,-182158],[-36217,-184273],[-35824,-180447],[-32524,-183550],[-27513,-182861],[-32303,-178808],[-34355,-179083],[-34208,-180890],[-36829,-180570],[-28791,-181839],[-36653,-180309],[-28261,-182571],[-37154,-184973],[-36536,-185117],[-37243,-190776],[-27342,-188261],[-29757,-187370],[-30668,-185168],[-29961,-186482],[-28709,-187152],[-37449,-185285],[-36833,-185470],[-32082,-184364],[-36731,-191245],[-37502,-185766],[-32143,-183909],[-37662,-190472],[-29490,-185900],[-30143,-187539],[-36955,-185365],[-31887,-183507],[-36823,-190521],[-38060,-191055],[-28573,-187852],[-32607,-183995],[-36979,-190499],[-28966,-186678],[-30245,-187274],[-30013,-191191],[-25822,-203500],[-27150,-203420],[-26370,-201772],[-26818,-199631],[-25630,-197492],[-27027,-193667],[-32107,-195248],[-34273,-195758],[-26466,-195347],[-31791,-195541],[-25666,-192298],[-27566,-194651],[-34080,-196555],[-25934,-194390],[-32107,-195307],[-26297,-194028],[-32992,-197358],[-34001,-195720],[-26633,-202727],[-26697,-203350],[-26672,-201572],[-25757,-200153],[-27049,-199451],[-25649,-198389],[-27984,-215518],[-32497,-211123],[-25862,-211885],[-27686,-210014],[-29028,-215036],[-34493,-213012],[-26004,-215125],[-30672,-212976],[-30975,-212518],[-30946,-210202],[-37999,-213324],[-38286,-213759],[-27475,-211373],[-28608,-211779],[-25858,-213970],[-31821,-210642],[-26747,-213995],[-30255,-212075],[-31426,-212763],[-33306,-211594],[-32766,-221734],[-28474,-224681],[-31209,-219830],[-25665,-220867],[-32423,-223270],[-27128,-228553],[-36187,-222293],[-31540,-226545],[-30301,-228742],[-30565,-227876],[-25691,-224438],[-33293,-229941],[-28606,-223483],[-25653,-220455],[-32797,-229381],[-27914,-238457],[-35608,-234598],[-31366,-237957],[-26684,-236087],[-35620,-235159],[-28118,-242936],[-32190,-240458],[-29359,-242199],[-26974,-239831],[-26671,-240174],[-32203,-240078],[-28600,-241457],[-26300,-5093],[-27032,-4148],[-29916,-8973],[-29471,-11309],[-31789,-9646],[-36472,-10830],[-36653,-11182],[-27133,-9141],[-34009,-11028],[-26420,-6499],[-28248,-3130],[-30008,-7331],[-29137,-9890],[-30729,-9537],[-36369,-11127],[-31492,-5282],[-27463,-10514],[-32540,-11670],[-36630,-851],[-25795,-4653],[-26985,-2970],[-31108,-6749],[-35408,-12436],[-37379,-10573],[-26258,-1348],[-26988,-8490],[-26693,-229],[-27157,-5072],[-27657,-2486],[-32057,-9254],[-29791,-11138],[-38109,-11511],[-32093,-6310],[-33235,-11883],[-27292,-8354],[-36602,-2014],[-29731,-1928],[-29324,-8021],[-32439,-9077],[-34311,-10770],[-37952,-11489],[-31047,-5632],[-27279,-10119],[-33542,-12072],[-29807,-2746],[-28820,-7418],[-29461,-12226],[-27993,-12287],[-34053,-9930],[-37584,-11782],[-31994,-5246],[-28471,-9548],[-33101,-11879],[-25731,-6485],[-28019,-3670],[-29768,-8640],[-35688,-11241],[-33885,-11703],[-32200,-6003],[-27616,-9521],[-36825,-243072],[-33006,-248079],[-33230,-243394],[-36008,-246257],[-37975,-247509],[-34794,-244222],[-26653,-275922],[-26403,-278137],[-25869,-278389],[-25770,-275079],[-26252,-276054],[-26159,-278678],[-25802,-278653],[-25917,-278682],[-25791,-278557],[-37194,-367238],[-26612,-21653],[-34371,-25018],[-36571,-25209],[-34070,-23127],[-35046,-23504],[-34504,-22825],[-30507,-24178],[-30971,-24945],[-36827,-14951],[-36768,-13102],[-36913,-12791],[-26785,-13122],[-26350,-15750],[-26660,-19556],[-27251,-20304],[-38026,-15397],[-26018,-12923],[-28107,-13352],[-37836,-14833],[-27999,-13053],[-29034,-21477],[-37231,-20566],[-34574,-17417],[-33321,-18062],[-37533,-17972],[-37514,-17974],[-36662,-14123],[-26825,-13778],[-31187,-12787],[-27264,-13747],[-33814,-12909],[-36418,-14773],[-33193,-374646],[-30512,-372091],[-35277,-444003],[-35939,-458324],[-28597,-449508],[-27795,-32837],[-28799,-33203],[-30945,-36479],[-31760,-35209],[-33896,-31965],[-33956,-33225],[-38104,-32292],[-37919,-31800],[-31079,-29203],[-33051,-29383],[-34856,-25462],[-33071,-26530],[-31514,-26517],[-36530,-25667],[-36655,-33841],[-36729,-34253],[-36595,-28352],[-36890,-27949],[-36180,-26723],[-36676,-26682],[-36791,-25419],[-37043,-26076],[-36094,-31053],[-36931,-31342],[-36283,-32021],[-36762,-31926],[-37706,-32646],[-37547,-33503],[-37291,-34386],[-38387,-36241],[-37970,-34772],[-36705,-48644],[-37223,-46761],[-34525,-48724],[-29146,-50687],[-37280,-51014],[-36481,-56688],[-33743,-59926],[-36345,-56400],[-33073,-61082],[-37093,-57210],[-35985,-57169],[-33414,-55545],[-34031,-55082],[-29720,-58656],[-29571,-58098],[-38198,-57867],[-34474,-60174],[-32040,-59520],[-35632,-71212],[-35264,-69194],[-36328,-73821],[-37124,-71943],[-34350,-75565],[-26174,-67998],[-26327,-67984],[-28382,-73931],[-32209,-71310],[-29919,-69047],[-25947,-75150],[-38280,-86000],[-37890,-87307],[-32802,-88256],[-31358,-85670],[-33085,-82782],[-31638,-78024],[-37978,-85140],[-32891,-77499],[-33694,-77085],[-33462,-76988],[-32674,-76899],[-32901,-76722],[-29002,-84737],[-35399,-96743],[-33020,-96912],[-31045,-89775],[-34985,-98093],[-34136,-99987],[-32902,-98284],[-34343,-96475],[-29794,-94489],[-32747,-95179],[-31538,-96170],[-33559,-92230],[-35037,-92634],[-34626,-91248],[-30194,-91577],[-37818,-91728],[-29037,-90717],[-30305,-104643],[-30747,-104265],[-27610,-107757],[-28050,-114257],[-28765,-114750],[-28364,-114983],[-38190,-107635],[-31788,-107358],[-33217,-111819],[-29687,-110732],[-33757,-109647],[-36130,-111889],[-32012,12924],[-37074,11040],[-35170,12079],[-35813,12757],[-36980,10304],[-35674,8462],[-33612,6666],[-31250,6231],[-30222,6067],[-28897,7132],[-31815,9188],[-30928,10852],[-36301,8646],[-37104,8770],[-28897,10973],[-34982,8165],[-35646,7445],[-34920,7354],[-34660,813],[-27332,1154],[-25984,393],[-28237,427],[-35113,389],[-26443,2955],[-26245,224319],[-26218,223486],[-25606,226551],[-27090,223431],[-26649,224812],[-26201,224675],[-26506,226326],[-28062,14280],[-32405,19063],[-27906,22029],[-27512,16908],[-31011,19853],[-31066,22447],[-32750,20725],[-26698,34432],[-31677,30951],[-26741,37938],[-30709,36127],[-29363,31773],[-31791,32804],[-33367,37349],[-37149,34526],[-29511,30371],[-27658,27751],[-27069,29291],[-28207,27844],[-27689,27267],[-30003,25888],[-33581,26887],[-31136,25859],[-27567,30598],[-28696,31421],[-33424,27756],[-25919,33203],[-32850,28314],[-28060,36706],[-26483,48255],[-28379,38685],[-30900,44267],[-32699,43017],[-28479,41872],[-38059,51328],[-36365,49303],[-33489,48323],[-32492,50631],[-26754,45872],[-35112,51329],[-29046,38861],[-25709,54332],[-29147,52156],[-28262,53494],[-36790,56365],[-37092,57073],[-38172,55509],[-35098,56138],[-34395,54961],[-34584,53965],[-32931,60239],[-35451,61132],[-37759,62626],[-35628,62706],[-30345,51959],[-26040,50909],[-28699,52087],[-30002,54575],[-37224,74656],[-36036,73797],[-34676,73985],[-33290,74150],[-31344,76067],[-29972,76736],[-28650,76333],[-26980,75877],[-27212,65242],[-31170,66607],[-34067,70797],[-38125,71677],[-28086,72330],[-38272,70351],[-36905,69657],[-37113,69203],[-37083,64351],[-38301,64511],[-34329,68426],[-29933,72003],[-29518,71621],[-28886,71272],[-27294,72112],[-26569,72358],[-27030,68548],[-29282,73082],[-28487,70150],[-26760,68461],[-26730,68822],[-27101,67739],[-27970,69384],[-25731,65081],[-26479,69011],[-36828,84664],[-32265,78253],[-35676,88204],[-35265,88289],[-34393,87990],[-33293,87989],[-32540,87590],[-32574,88029],[-31344,87393],[-30857,87022],[-34152,85431],[-32597,84282],[-32412,84498],[-31873,82892],[-33323,83990],[-29402,89704],[-29011,89797],[-27482,85501],[-30468,81499],[-28650,83864],[-28731,84391],[-30943,85196],[-27365,83545],[-27158,83181],[-26440,83726],[-28000,83693],[-37163,88664],[-499828,-218904],[-509824,-467855],[-509229,-467335],[-507341,-470145],[-509798,-470159],[-503445,-468950],[-503206,-466543],[-511943,-468198],[-511519,-469322],[-507914,-480882],[-507140,-480030],[-511295,-477629],[-510407,-478605],[-510561,-479772],[-511633,-477920],[-511261,-477847],[-506877,-478287],[-506157,-480270],[-501242,-477551],[-509386,-477354],[-511133,-478250],[-509106,-477512],[-507121,-478073],[-501624,-477895],[-510394,-476967],[-504809,-475115],[-510472,-478347],[-509462,-477108],[-507989,-475215],[-506715,-537881],[-511388,-539608],[-505988,-70341],[-511456,-87090],[-504439,-93623],[-504691,-92855],[-509664,148500],[-510386,149491],[-511220,149402],[-509283,147378],[-511264,148854],[-511604,147481],[-510128,146544],[-511664,145182],[-510349,150415],[-511251,144975],[-511888,146157],[-510491,153231],[-509848,148450],[-510216,150156],[-509743,148927],[-510951,153006],[-511100,147132],[-509947,147653],[-511902,150668],[-509444,146814],[-511969,145494],[-510820,151197],[-511891,147245],[-510670,144692],[-511159,152202],[-509707,149299],[-511186,153001],[-508364,146850],[-511225,149243],[-511552,147013],[-509434,145977],[-510888,150608],[-510605,144265],[-511822,153050],[-511318,162678],[-511980,160337],[-511355,158218],[-511875,164565],[-510884,160652],[-507574,162498],[-511983,160004],[-511085,155643],[-510837,159177],[-510118,156818],[-511845,164253],[-509738,159669],[-509112,163992],[-507238,162861],[-508967,161630],[-511493,166547],[-511988,157524],[-510707,157655],[-511508,157982],[-508948,162333],[-509616,159600],[-506625,161640],[-508283,163838],[-509048,163152],[-511094,364939],[-511042,371021],[-505013,367862],[-500521,370261],[-502208,367762],[-510224,381224],[-508186,374750],[-509459,371699],[-508270,375828],[-505209,372637],[-505862,371549],[-502290,372856],[-499285,382435],[-509578,376402],[-511832,379932],[-501027,371515],[-510175,377030],[-505364,372493],[-507162,374854],[-503746,372554],[-502798,382255],[-500685,382735],[-499225,382540],[-503078,379561],[-504796,372824],[-507707,371947],[-502503,371659],[-500653,382513],[-508679,372103],[-503610,373265],[-508875,392631],[-504967,392519],[-501960,393915],[-506903,387127],[-510891,391472],[-502396,389927],[-502522,392147],[-501154,392997],[-505001,394951],[-506615,394420],[-501431,390070],[-503046,394062],[-506079,392084],[-507526,386497],[-507101,385792],[-509085,391132],[-507187,390720],[-510701,390011],[-504613,394378],[-507951,391552],[-504723,393656],[-505201,395432],[-519379,-128464],[-512212,-190431],[-516914,-225988],[-521099,-231103],[-516034,-437742],[-515879,-438029],[-513794,-437791],[-514757,-437794],[-513738,-438712],[-514308,-450433],[-522559,-472205],[-522206,-471952],[-516350,-481909],[-524112,-532926],[-524263,-76001],[-513223,-88465],[-515537,-76613],[-516742,-83879],[-522992,-88545],[-523395,-100401],[-515035,-89715],[-524340,-100187],[-522506,-91140],[-523673,-104218],[-522017,-102304],[-514912,-109237],[-512463,-108444],[-520587,-103680],[-515923,-105349],[-518782,-110455],[-520754,-111113],[-513885,-107138],[-520415,-111526],[-516064,-108722],[-513082,-109284],[-517174,-107523],[-512974,-110001],[-515192,-109459],[-517732,-109215],[-512526,149384],[-515805,151380],[-515468,152528],[-514005,148259],[-515728,153283],[-513685,149896],[-512581,151922],[-512802,150032],[-513457,152066],[-514396,151190],[-512059,148109],[-513718,149011],[-512756,147092],[-514705,153572],[-512328,144674],[-515408,153110],[-516919,145552],[-513780,151908],[-513140,148129],[-514957,150611],[-512232,152396],[-513844,148490],[-515475,151653],[-513539,150083],[-517046,145161],[-513074,156355],[-514649,154989],[-512214,155103],[-519618,158397],[-520251,158838],[-516235,156952],[-512078,158051],[-521247,162473],[-516355,156078],[-516129,164430],[-519027,156959],[-519346,164934],[-514836,157599],[-516655,164240],[-520962,164850],[-518415,162566],[-513027,164758],[-512916,157968],[-516459,162302],[-517591,162902],[-514264,156095],[-514432,154865],[-512146,153818],[-519893,159384],[-512391,157031],[-521299,161305],[-520164,158215],[-516619,157272],[-518178,164984],[-515100,157171],[-515436,163920],[-516241,163167],[-517902,156577],[-516787,164962],[-520273,164287],[-519148,162656],[-517439,155761],[-512490,163909],[-512341,161823],[-513164,157891],[-515778,161635],[-517830,161955],[-520888,162597],[-516172,157666],[-512335,155385],[-514152,155600],[-514977,154060],[-516090,164332],[-514422,154718],[-518911,157726],[-516507,155396],[-515254,156150],[-515849,163715],[-517773,157254],[-518441,163831],[-520867,161160],[-521177,165069],[-518279,161437],[-513447,164881],[-512033,162391],[-513338,157843],[-516262,162001],[-517385,162609],[-513140,165951],[-512246,166946],[-517850,358189],[-519895,356842],[-520847,356623],[-512455,364130],[-515620,364518],[-519772,367103],[-515157,370622],[-518733,368106],[-515166,368565],[-519181,365973],[-514621,370657],[-519417,364566],[-517166,368844],[-512282,368503],[-519843,364112],[-513891,367974],[-515792,378244],[-515363,376739],[-519929,379467],[-520624,373418],[-519985,373036],[-514554,373879],[-516513,371776],[-518083,382206],[-516959,380751],[-519033,375048],[-521209,372133],[-521302,372930],[-519311,380349],[-514792,388964],[-516229,387772],[-514986,387801],[-519278,549579],[-522818,548570],[-523336,546487],[-519163,546986],[-523449,547977],[-520359,547867],[-521989,548450],[-519860,547670],[-520480,547385],[-522976,546698],[-519151,549658],[-523259,547241],[-522238,548537],[-524237,548112],[-523266,63633],[-522398,63902],[-522710,72665],[-521750,67357],[-523398,68290],[-523334,70909],[-523599,69254],[-524352,70550],[-523500,67040],[-522914,65519],[-522433,70517],[-522150,71629],[-521603,67483],[-524166,67398],[-524289,66363],[-523384,71190],[-524434,69236],[-523875,70189],[-523636,65601],[-523104,66397],[-521739,68011],[-523965,68246],[-523584,71253],[-522405,69555],[-523779,70456],[-522654,66087],[-522293,64548],[-523655,66340],[-524626,69391],[-523145,67403],[-535668,-123869],[-526252,-132930],[-530294,-476928],[-525665,-476438],[-530839,-68393],[-526503,-69504],[-532138,-87749],[-525141,-86979],[-529157,-87270],[-528982,-82482],[-529598,-87567],[-528423,-80015],[-536881,-97093],[-537140,-100067],[-537156,-90296],[-537511,-98017],[-525253,-92559],[-529670,-96543],[-529822,-91212],[-528177,-102174],[-535987,-96946],[-527039,-93982],[-530374,-97922],[-535040,-95872],[-529810,-97438],[-526663,-110914],[-528332,-108878],[-530107,63988],[-530243,64067],[-525848,63633],[-524996,62936],[-529420,62913],[-528510,63702],[-533419,73624],[-532892,69446],[-533835,70129],[-531414,70165],[-531602,72637],[-529677,72590],[-525532,71585],[-524970,67487],[-525915,65890],[-526215,64502],[-530345,67316],[-528874,68268],[-526202,66672],[-530396,66055],[-530832,67878],[-532097,67216],[-533015,69160],[-535281,69888],[-535495,70693],[-530894,72568],[-527616,73749],[-526366,72070],[-526951,69239],[-528299,67096],[-530005,75968],[-527518,66550],[-532577,73027],[-531859,76194],[-528814,68651],[-525004,64513],[-534531,72222],[-535048,70704],[-531665,70794],[-532731,72791],[-534518,71794],[-532977,69751],[-533401,70142],[-530604,70491],[-530286,72217],[-528408,72233],[-525320,72161],[-526049,67793],[-525194,66692],[-526857,65408],[-529037,68188],[-529827,67112],[-529843,65251],[-530879,64549],[-530150,65405],[-530985,67912],[-531143,66158],[-533433,69839],[-536375,70111],[-535250,70659],[-530767,73137],[-528817,73307],[-527271,71790],[-527815,68978],[-527169,67191],[-532859,73850],[-532628,70473],[-533307,70419],[-532100,70611],[-531460,71772],[-529176,72421],[-525395,72004],[-526167,66266],[-525342,64339],[-526349,65576],[-529086,65918],[-529346,67805],[-528940,66870],[-530663,64933],[-530749,65485],[-530739,67191],[-532536,65942],[-533985,69888],[-536139,71044],[-535812,70052],[-531328,72659],[-528975,73026],[-526830,72714],[-526703,68834],[-526778,66854],[-528272,67781],[-529316,76120],[-535258,73664],[-530952,75101],[-529775,70416],[-534680,72355],[-533303,70779],[-530719,66683],[-529134,76047],[-535533,71134],[-531261,68789],[-532068,71187],[-533927,70773],[-531504,75084],[-530802,72224],[-533726,71087],[-532829,72068],[-527538,83338],[-527450,84941],[-527047,83960],[-527726,84608],[-530281,77815],[-527276,83310],[-529676,83948],[-527021,85502],[-529116,85070],[-529494,85158],[-528133,83797],[-529844,83181],[-538686,-123985],[-540241,-125891],[-539556,-123592],[-540110,-122518],[-540630,-128591],[-541221,-484642],[-542743,-477995],[-538129,-481645],[-537695,-481651],[-542908,-480988],[-543139,-477666],[-543343,-477022],[-541383,-486662],[-543194,-486214],[-538448,-97772],[-538901,-91416],[-547458,203393],[-548846,198548],[-543847,204062],[-544107,200458],[-544110,202407],[-542545,201986],[-549237,201216],[-549590,201484],[-550238,194477],[-546124,202513],[-548704,210665],[-544876,210222],[-548164,206674],[-544093,208134],[-546729,206854],[-545565,209431],[-549595,206602],[-545986,207915],[-546354,206516],[-545404,207132],[-562659,-450130],[-560890,-449825],[-562561,-448928],[-561426,-449257],[-561580,-450062],[-556187,-474770],[-552508,-478918],[-552289,-479121],[-558767,185392],[-561957,186239],[-557392,188277],[-560310,185325],[-550890,191096],[-559787,186117],[-555079,189022],[-558660,186177],[-554848,189731],[-551343,200916],[-562841,198844],[-562655,201756],[-551859,197873],[-562772,200265],[-560660,194671],[-555981,202381],[-557148,201554],[-551473,202418],[-554162,200123],[-550649,198267],[-552422,196201],[-560001,198826],[-554642,195900],[-561951,203959],[-560906,196654],[-550558,203152],[-556172,200669],[-551931,201895],[-551472,203115],[-561062,194372],[-560903,194924],[-558297,199684],[-560924,200163],[-559661,203554],[-560896,199284],[-551785,196834],[-552793,194362],[-556819,193607],[-560628,197972],[-561281,202564],[-560446,203494],[-552181,206430],[-558385,206093],[-562935,207802],[-554984,205770],[-556657,208408],[-558491,209195],[-550587,207245],[-558701,211871],[-559164,209516],[-556733,209724],[-561358,211181],[-551844,207736],[-555183,207041],[-562894,211256],[-553724,205404],[-552654,205529],[-575003,-459178],[-574978,-458789],[-574557,-458759],[-573276,-457540],[-573208,-457174],[-572267,-456837],[-572806,-456710],[-572524,-457520],[-571278,-456890],[-575387,-456677],[-575687,-457454],[-574791,-456725],[-571891,-454443],[-568975,-452877],[-570004,-453018],[-567231,-454279],[-568185,-452838],[-568735,-451137],[-568274,-450769],[-567536,-452044],[-566282,-453607],[-565441,-452517],[-564131,-452086],[-565199,-451882],[-566135,-453131],[-565359,-454036],[-564998,-453623],[-563219,-449780],[-570851,-455205],[-564610,-470328],[-567358,-472811],[-566969,-472004],[-565437,-470495],[-564933,-469978],[-575668,1770893],[-575315,1767388],[-574133,1769905],[-575275,1772026],[-575403,1777926],[-573247,178471],[-575243,174704],[-573973,174775],[-564340,188859],[-568138,180562],[-575047,191420],[-573179,187424],[-574499,190035],[-571692,180320],[-568152,188685],[-569713,184826],[-574758,188326],[-565000,186782],[-569404,179915],[-570993,191389],[-569149,190056],[-571114,186771],[-565744,187313],[-569921,181680],[-563802,191503],[-571633,188122],[-574245,189278],[-568931,181601],[-575777,182026],[-574362,185412],[-571903,190947],[-567813,190166],[-567627,185391],[-568375,185583],[-563575,204057],[-572352,198406],[-572372,204735],[-575515,203460],[-574219,200470],[-571348,204220],[-568010,204797],[-572904,203010],[-564048,196216],[-571941,203793],[-568242,203501],[-574895,201312],[-569983,200859],[-565999,199655],[-569833,202657],[-573517,198380],[-571383,202137],[-566839,202613],[-575133,202142],[-564854,197314],[-570334,202924],[-568293,204906],[-571765,193532],[-573479,201830],[-571546,200046],[-564552,200258],[-571767,202611],[-569916,200544],[-569067,198848],[-569139,194983],[-569566,196363],[-567947,196123],[-568832,207043],[-574301,208291],[-565014,207434],[-568890,205254],[-573084,214130],[-574384,208724],[-575244,209627],[-575639,209326],[-569891,205028],[-563939,210945],[-576156,-456178],[-579714,-460519],[-579204,-460183],[-579615,-459855],[-579974,-459864],[-580802,-459624],[-585636,-460598],[-580288,-452750],[-580647,-452568],[-581355,-452203],[-579875,-455692],[-580451,-456691],[-580240,-457555],[-577850,-456647],[-577960,-457519],[-577025,-456969],[-580514,-458772],[-580450,-459229],[-581033,-461694],[-582063,-461630],[-581990,-460998],[-583876,-462156],[-585260,-461961],[-584789,-462017],[-585802,-461381],[-583771,-462487],[-583553,-460988],[-582945,-460850],[-584371,-462130],[-585765,1765770],[-578963,1764163],[-580959,1759589],[-577641,1763484],[-584061,1755583],[-581617,1756136],[-577790,1763428],[-580583,1760545],[-582620,1756330],[-581201,1755546],[-577581,1763414],[-578769,1763910],[-581006,1761492],[-580243,1779295],[-576097,1772644],[-576223,1775174],[-577637,1769059],[-577170,1772679],[-578267,1770746],[-577828,1777297],[-577313,1770247],[-577138,1774412],[-584312,1778687],[-585007,1779193],[-577358,1769378],[-576543,1772312],[-577868,1771438],[-576081,1776762],[-576041,1767559],[-579188,1767069],[-577514,1766960],[-580207,1778321],[-578100,1777675],[-577182,1770373],[-586567,1771240],[-577848,1768425],[-586127,1771039],[-584853,1779945],[-586480,1779525],[-578706,1779517],[-578299,1780612],[-587231,1785205],[-588114,1783526],[-586939,1785485],[-587148,1783142],[-577493,174027],[-576493,174929],[-576273,177960],[-577403,175869],[-578517,187240],[-576679,186467],[-577159,191340],[-578244,187702],[-577892,188237],[-579747,187960],[-578090,194364],[-578415,196108],[-577321,194353],[-577484,208391],[-578549,205821],[-577354,209035],[-578119,206290],[-599888,1764217],[-599261,1766083],[-599701,1766252],[-599718,1763940],[-601418,1768696],[-588834,1786290],[-589026,1783402],[-589849,1785762],[-594558,1783594],[-592394,212565],[-597636,213497],[-589840,217318],[-598297,210486],[-599137,208441],[-593859,208485],[-598225,209194],[-591618,214508],[-597969,212629],[-591107,206847],[-595006,215959],[-598048,208970],[-594574,211172],[-599038,214833],[-595771,210160],[-600655,211570],[-590001,211023],[-592972,216070],[-596207,208496],[-596372,213149],[-592554,217294],[-601146,213685],[-594982,212088],[-594793,217114],[-595514,213768],[-593417,214012],[-601536,217269],[-599502,209311],[-591565,209861],[-599995,217281],[-591484,208333],[-600183,216364],[-590999,208896],[-595087,221335],[-600937,218325],[-596795,222497],[-596619,223478],[-598913,219260],[-592632,220943],[-595412,222612],[-595561,220000],[-592557,219114],[-593083,219864],[-593683,220012],[-593886,218571],[-591266,219573],[-593230,221797],[-591531,222659],[-590763,218325],[-594095,219954],[-593113,217909],[-597044,223005],[-597975,219662],[-592600,222347],[-591982,220980],[-596261,221893],[-599016,218188],[-597044,221807],[-600018,219049],[-603421,1771410],[-605609,1770692],[-605639,1770160],[-605129,1769659],[-604648,1771719],[-604705,1769819],[-604625,1770798],[-603776,1772026],[-604632,1771161],[-603681,1767495],[-602518,211497],[-601827,216088],[-602578,215195],[-607475,61023],[-609716,57550],[-603032,55815],[-603785,57469],[-607602,62568],[-611793,56813],[-610402,52964],[-614117,56466],[-604941,54154],[-606534,55530],[-610766,54462],[-610426,64010],[-608253,59416],[-613279,57126],[-610257,55847],[-611079,59152],[-610543,64168],[-609085,57192],[-612883,58865],[-613408,62186],[-606452,55821],[-603379,53529],[-612697,61390],[-605102,60451],[-613700,59472],[-606264,54627],[-613869,55855],[-613924,56775],[-609991,53644],[-612202,64628],[-610016,68513],[-613644,68231],[-612999,67895],[-613861,65713],[-611242,64564],[-622711,62379],[-618925,62818],[-617196,59492],[-626150,54868],[-617963,56843],[-618236,58372],[-620843,55561],[-614743,54177],[-617265,62188],[-622629,57679],[-624381,56380],[-617612,61539],[-623441,61512],[-621559,62102],[-620280,57470],[-623148,55594],[-622008,63708],[-619419,63898],[-614688,57753],[-619127,57263],[-623439,57042],[-625599,53958],[-621525,62669],[-619367,62262],[-617123,58439],[-626910,54886],[-623164,64467],[-617498,67712],[-616021,67245],[-619009,64453],[-617468,66523],[-45874,-125809],[-46208,-127353],[-47980,-125232],[-48084,-124589],[-47039,-122943],[-47517,-127590],[-42182,-120932],[-42094,-122052],[-46413,-119319],[-46265,-117249],[-46142,-116917],[-46036,-115836],[-43895,-116059],[-43036,-115161],[-43988,-115402],[-39838,-125214],[-43170,-127339],[-42207,-125667],[-41967,-124436],[-40151,-124592],[-44558,-127642],[-39064,-119747],[-38842,-121634],[-49907,-134140],[-47066,-137082],[-44791,-136793],[-48364,-134075],[-44217,-128019],[-41336,-131803],[-40400,-128808],[-39552,-134956],[-46335,-129326],[-45382,-129157],[-46902,-129926],[-50611,-137108],[-40434,-130128],[-40218,-129979],[-38989,-131518],[-38706,-129168],[-39293,-128259],[-40618,-139781],[-38611,-139223],[-43183,-128085],[-40095,-137014],[-40991,-136709],[-41347,-135719],[-42041,-136120],[-40105,-134438],[-41251,-133388],[-40823,-130964],[-47893,-136750],[-49569,-134541],[-48082,-140336],[-50662,-144189],[-42636,-143194],[-43591,-142130],[-39130,-145315],[-40185,-142049],[-41814,-140821],[-41669,-141482],[-40404,-141489],[-50223,-150816],[-46170,-152835],[-42150,-151009],[-41698,-147571],[-40284,-151985],[-39773,-152291],[-42183,-150592],[-43246,-151365],[-43599,-147879],[-43478,-145539],[-50621,-150239],[-47882,-154227],[-47998,-154085],[-47587,-153929],[-47454,-155268],[-43528,-164972],[-46331,-162694],[-49430,-164396],[-39555,-165877],[-40966,-165225],[-45369,-162043],[-45137,-161512],[-44790,-160992],[-44150,-160992],[-43104,-160587],[-42642,-160776],[-40478,-160883],[-39815,-160763],[-39122,-165824],[-48568,-161209],[-49018,-161157],[-48635,-160900],[-48126,-160701],[-48134,-160251],[-47945,-159810],[-47551,-159679],[-48028,-159079],[-47567,-158917],[-47005,-158272],[-47197,-157784],[-46316,-158044],[-46099,-157635],[-38790,-160951],[-46441,-160325],[-46108,-160013],[-44454,-158785],[-43873,-158794],[-43121,-158674],[-43740,-158051],[-43847,-157642],[-43691,-157118],[-45210,-157381],[-45513,-157239],[-42977,-158518],[-42460,-159798],[-41939,-160062],[-41890,-160779],[-38553,-160013],[-39321,-159349],[-39340,-163555],[-40156,-164789],[-41806,-164356],[-41721,-165841],[-44637,-163641],[-45801,-163721],[-49503,-164124],[-50209,-165677],[-37284,-166056],[-48184,-165392],[-50841,-163888],[-50520,-162955],[-43593,-164455],[-47179,-162579],[-48282,-164061],[-38629,-154684],[-39343,-155329],[-39870,-155583],[-42807,-154768],[-42307,-154585],[-42297,-154153],[-42568,-154018],[-42103,-155561],[-41249,-154773],[-44078,-154495],[-44446,-156029],[-43835,-156414],[-43447,-156196],[-44690,-164602],[-46014,-162122],[-49202,-164282],[-44191,-164508],[-46407,-163109],[-48708,-163393],[-42947,-169018],[-40542,-170371],[-46143,-175366],[-42726,-168686],[-48543,-170132],[-47309,-170105],[-38719,-172101],[-39646,-177673],[-43907,-171997],[-46960,-176436],[-46486,-176053],[-46389,-175928],[-46620,-174530],[-44998,-176572],[-47226,-177924],[-45774,-177264],[-49666,-169015],[-40080,-174569],[-50437,-166245],[-43453,-178468],[-44218,-170491],[-45414,-171009],[-40519,-169025],[-44695,-166536],[-41045,-168924],[-43265,-171505],[-42225,-171200],[-44268,-170965],[-42392,-169333],[-45956,-168689],[-39200,-175771],[-46564,-167619],[-51059,-170995],[-49423,-172693],[-49160,-170897],[-40595,-176231],[-41169,-177839],[-40401,-177327],[-48637,-175856],[-48380,-178183],[-48266,-178954],[-47315,-178496],[-46611,-172186],[-47595,-172917],[-48050,-170984],[-44467,-173035],[-43429,-174623],[-44073,-174374],[-44176,-175615],[-43984,-178749],[-39375,-171429],[-50965,-172120],[-43008,-170704],[-40872,-175941],[-44262,-178866],[-39411,-174772],[-49444,-175167],[-43801,-177990],[-41527,-166943],[-40033,-172291],[-45046,-170254],[-42726,-171173],[-43361,-170890],[-43141,-170394],[-47526,-167838],[-40908,-167791],[-42515,-171095],[-42922,-177716],[-41334,-176959],[-41886,-177443],[-47335,-166449],[-49973,-170888],[-50042,-172311],[-48669,-176183],[-48819,-174590],[-49803,-174564],[-39804,-177185],[-48667,-178675],[-46718,-178142],[-47630,-172853],[-48233,-171796],[-45898,-168840],[-44536,-172729],[-45122,-175613],[-43447,-174175],[-45678,-167651],[-43807,-174982],[-38710,-179331],[-38916,-182497],[-39178,-182820],[-38958,-183245],[-50781,-179531],[-47897,-179766],[-47528,-179106],[-48025,-179824],[-43073,-179061],[-43332,-179103],[-42827,-179188],[-50857,-184647],[-50473,-181738],[-49994,-181713],[-48423,-191454],[-48761,-187988],[-48860,-187829],[-46208,-190620],[-48239,-191204],[-46423,-190867],[-45672,-191674],[-47150,-191607],[-51050,-182008],[-49824,-184515],[-44433,-182793],[-44872,-183699],[-46000,-182629],[-43804,-184024],[-40525,-191293],[-40885,-182278],[-42681,-184095],[-40934,-183069],[-41288,-183172],[-40566,-182123],[-44556,-185746],[-44172,-185100],[-43388,-185447],[-40869,-184067],[-42767,-184636],[-44070,-181441],[-44618,-180238],[-45398,-179404],[-44449,-179541],[-40466,-191400],[-50485,-182022],[-48470,-191260],[-49179,-190386],[-48153,-189085],[-47577,-187554],[-46114,-190402],[-48268,-190464],[-45003,-191243],[-47637,-185231],[-49231,-185991],[-49058,-184822],[-45158,-184388],[-45102,-183074],[-45631,-182355],[-41950,-185079],[-42494,-186817],[-43569,-187015],[-39615,-183762],[-49974,-184662],[-50563,-182233],[-49246,-182654],[-48442,-190776],[-49154,-190927],[-49414,-188340],[-48747,-187128],[-47945,-190553],[-45817,-190574],[-49055,-185028],[-44832,-182444],[-46137,-183204],[-43649,-182659],[-43337,-182292],[-40732,-182545],[-43170,-186529],[-41051,-183990],[-40953,-183114],[-38464,-190710],[-38653,-191681],[-39882,-191095],[-50530,-185086],[-51013,-182573],[-49703,-182190],[-49313,-190019],[-48813,-191413],[-48403,-189534],[-47360,-187933],[-46393,-189319],[-47333,-191004],[-45369,-191512],[-47678,-185293],[-48959,-184681],[-45714,-182511],[-44557,-183994],[-44506,-182679],[-45782,-182987],[-44645,-183755],[-43149,-182705],[-41376,-182051],[-42989,-183547],[-42090,-182794],[-39177,-191092],[-50950,-182236],[-49890,-182233],[-48479,-191157],[-49694,-191601],[-48523,-189054],[-48371,-186805],[-47530,-190977],[-45843,-191213],[-48021,-185128],[-48445,-185705],[-49882,-184779],[-44651,-181855],[-44139,-184391],[-45636,-182941],[-39670,-191583],[-42989,-183067],[-39144,-190592],[-48848,-191966],[-48620,-192729],[-40773,-192138],[-40886,-195793],[-40314,-194875],[-48554,-191945],[-40513,-195458],[-38560,-192455],[-48070,-191932],[-46160,-197112],[-47796,-193026],[-40939,-192601],[-42249,-199881],[-43717,-198433],[-39355,-198378],[-45822,-192094],[-38525,-193231],[-39948,-192021],[-40454,-195199],[-47650,-193195],[-40309,-191938],[-40446,-195409],[-46416,-196662],[-39648,-192413],[-43047,-214688],[-41548,-217150],[-40573,-215023],[-41250,-224842],[-50853,-228436],[-47325,-224931],[-46849,-225320],[-46331,-224154],[-43196,-221244],[-42026,-220072],[-44585,-218809],[-43367,-220590],[-43748,-221596],[-46122,-219756],[-45724,-219532],[-45265,-221463],[-46029,-221848],[-39454,-222556],[-40870,-225768],[-41834,-224884],[-39791,-226330],[-42460,-226684],[-40037,-219199],[-42074,-226551],[-46155,-221808],[-44928,-230096],[-46230,-224619],[-47092,-223840],[-43182,-221112],[-41840,-220282],[-44570,-218919],[-43466,-220247],[-43830,-221748],[-45690,-219533],[-45815,-221548],[-38507,-238778],[-41184,-237642],[-44123,-238242],[-41635,-233038],[-44203,-231554],[-45548,-233025],[-41956,-236407],[-42630,-233045],[-45719,-241351],[-49266,-237386],[-42211,-239342],[-38723,-238927],[-40737,-233203],[-41460,-234129],[-50543,-231623],[-41610,-231144],[-45101,-230771],[-44315,-230811],[-45983,-232831],[-45397,-241822],[-48633,-239796],[-49321,-11837],[-40254,-12438],[-42413,-10738],[-48800,-3872],[-50239,-6558],[-48573,-5560],[-45743,-2252],[-43193,-1774],[-38417,-2511],[-47123,-1685],[-38618,-10917],[-46142,-1531],[-51148,-6927],[-48048,-4368],[-46662,-2874],[-43440,-3335],[-38425,-1785],[-50276,-3219],[-41944,-3161],[-43133,-3744],[-44448,-8664],[-47001,75],[-42387,-722],[-43837,-12372],[-40458,-11334],[-45939,-1649],[-42582,-726],[-48194,-7454],[-51067,-9340],[-47203,-9189],[-44020,-11306],[-46273,-7164],[-51186,-7199],[-49453,-5046],[-45510,-4102],[-43790,-3741],[-38857,-3449],[-40129,-12102],[-39573,-9370],[-44807,-3872],[-38941,-11118],[-39678,-12103],[-42945,-248360],[-41221,-244681],[-40001,-243920],[-46774,-246168],[-47109,-248842],[-44619,-248193],[-50389,-295350],[-39875,-367761],[-49046,-23791],[-49725,-23721],[-50217,-24863],[-50353,-24440],[-48567,-23452],[-47744,-22504],[-38424,-15144],[-46737,-17793],[-40795,-15327],[-49093,-17858],[-48138,-13338],[-50467,-14309],[-38454,-19773],[-40927,-23556],[-50871,-17839],[-45152,-15778],[-48418,-12990],[-46697,-13532],[-50338,-16688],[-42260,-13818],[-50142,-15907],[-40833,-24881],[-40346,-15601],[-40896,-15718],[-44563,-14461],[-44274,-14173],[-43034,-13922],[-41883,-14640],[-43157,-20316],[-42790,-19720],[-41765,-21130],[-41235,-20925],[-38807,-23263],[-44972,-19676],[-43564,-20882],[-46007,-21631],[-46600,-22466],[-46182,-20037],[-45948,-19406],[-45562,-18993],[-46809,-19897],[-39249,-13292],[-45871,-14431],[-50030,-17358],[-47192,-13644],[-46308,-17559],[-50979,-18853],[-48370,-12994],[-50141,-15763],[-45603,-13614],[-49979,-15227],[-40667,-14281],[-43476,-15207],[-47105,-18415],[-45957,-14766],[-50209,-17364],[-42293,-14064],[-47428,-22079],[-45456,-21923],[-44844,-20749],[-41988,-15220],[-43090,-16185],[-43931,-20282],[-43420,-21435],[-50061,-381319],[-49923,-382944],[-40353,-439686],[-49674,-457241],[-45802,-464502],[-42441,-35962],[-44408,-28699],[-48551,-31079],[-44096,-31909],[-44190,-33301],[-44812,-33128],[-45411,-36287],[-46412,-35525],[-42661,-32265],[-42350,-32789],[-39915,-32934],[-40367,-30895],[-48619,-25720],[-45598,-25796],[-42988,-46637],[-44349,-44909],[-50210,-41184],[-48639,-43090],[-50189,-41384],[-41967,-61391],[-41604,-61525],[-46642,-63124],[-44123,-62978],[-39799,-61888],[-40643,-61376],[-50898,-62684],[-50207,-62565],[-50924,-61810],[-51081,-60966],[-49838,-62357],[-46513,-63327],[-45888,-63671],[-41933,-59219],[-42813,-58116],[-42563,-61623],[-46382,-62913],[-40658,-62446],[-50215,-62144],[-48499,-61331],[-43145,-59302],[-46840,-63476],[-45839,-63450],[-50808,-52838],[-45105,-53143],[-49023,-57281],[-49941,-56449],[-41957,-51810],[-49607,-57185],[-50011,-57107],[-46529,-56347],[-51095,-62581],[-49888,-61882],[-42932,-62528],[-41502,-61576],[-38995,-56676],[-41909,-61556],[-42382,-61998],[-43804,-62799],[-44703,-62543],[-39816,-61374],[-49682,-61560],[-49841,-61251],[-46703,-63189],[-43595,-62904],[-42238,-59250],[-43464,-58795],[-38752,-58144],[-41169,-71931],[-41115,-69527],[-40762,-68267],[-38822,-74705],[-43473,-71656],[-50328,-75062],[-46500,-74079],[-44592,-75612],[-51198,-76091],[-46919,-65089],[-47901,-65446],[-48335,-64549],[-47156,-64486],[-44278,-64310],[-50806,-64607],[-48726,-85396],[-50847,-80459],[-49111,-81767],[-41391,-83313],[-39734,-88292],[-47358,-86396],[-50335,-89009],[-41332,-87335],[-40230,-85942],[-39188,-82904],[-40883,-82516],[-39673,-101936],[-39701,-101078],[-39810,-97166],[-38799,-96739],[-40051,-95332],[-40664,-97071],[-41626,-96760],[-42420,-95584],[-44508,-93847],[-44344,-97210],[-48106,-93934],[-48635,-94674],[-49601,-93569],[-45628,-92770],[-46650,-95022],[-45250,-91551],[-47034,-91153],[-46829,-93451],[-42111,-92878],[-39238,-91024],[-39086,-93488],[-40334,-94018],[-42890,-91058],[-39511,-99790],[-42576,-113358],[-44029,-112880],[-41399,-109179],[-43394,-111501],[-41581,-107977],[-45395,-110903],[-48798,-110054],[-41344,-105175],[-42837,-106633],[-42486,-103648],[-43415,-105264],[-48452,-111799],[-46719,-110153],[-50938,-114379],[-45985,-109800],[-49493,-104642],[-46683,-107202],[-48720,-107030],[-41537,-114872],[-50358,-111581],[-40070,-113435],[-41920,9235],[-41718,9841],[-38459,9242],[-46949,8621],[-49978,12940],[-44232,6597],[-49864,2223],[-42586,10032],[-42495,11484],[-48544,7615],[-48946,4320],[-47888,4908],[-46337,5502],[-46363,10502],[-44659,11867],[-48903,12572],[-39100,10022],[-47502,7490],[-44347,12126],[-41287,10237],[-40739,344],[-43972,4598],[-41565,3905],[-47803,1937],[-40706,2427],[-42951,3307],[-46013,4443],[-41425,1937],[-46279,995],[-47098,584],[-47093,1801],[-44071,4273],[-41816,3950],[-41177,1620],[-44197,159855],[-38963,166548],[-40201,166556],[-39008,166240],[-43777,159898],[-39075,166448],[-42313,168707],[-50480,178720],[-45308,177546],[-39841,166800],[-42326,170107],[-43956,167197],[-47041,177677],[-44232,179215],[-42799,168933],[-45644,177086],[-43459,178723],[-42195,168851],[-46655,178206],[-42257,169794],[-47662,177913],[-45147,178491],[-49401,181248],[-44729,181842],[-43235,181816],[-43141,185793],[-45557,189386],[-49030,191846],[-45733,182175],[-44118,180187],[-42884,182435],[-43091,186273],[-45210,188589],[-48565,192160],[-48738,191742],[-50746,182939],[-51065,180349],[-44092,182574],[-44241,180519],[-43594,181882],[-42456,186542],[-45090,189845],[-48861,191367],[-50704,183245],[-49655,179994],[-45407,182658],[-43198,183937],[-41850,184652],[-47029,188393],[-47020,191614],[-48941,190898],[-50043,179541],[-44873,182559],[-41099,182890],[-47651,188232],[-48553,189285],[-48147,193349],[-46273,192619],[-47405,192710],[-45722,18878],[-44070,13321],[-40535,17903],[-40573,19856],[-44154,18611],[-43773,19642],[-41370,22720],[-39496,23138],[-44527,13601],[-50760,16855],[-41805,14048],[-47284,13317],[-47780,21441],[-46906,25056],[-45328,25118],[-50576,325672],[-50322,328031],[-50939,333777],[-50438,333522],[-39303,34787],[-39803,30935],[-45214,28049],[-43699,26314],[-51166,38129],[-43221,28918],[-45679,31139],[-48422,31150],[-46234,30040],[-49791,34852],[-50311,36877],[-50529,37390],[-46688,388088],[-45489,385782],[-48865,389987],[-44858,387293],[-47765,388095],[-46299,389044],[-50017,385850],[-46592,386947],[-44941,386139],[-48698,388510],[-49371,384598],[-47056,386056],[-48762,386464],[-50148,386888],[-43546,47340],[-41952,49870],[-48009,48285],[-48557,57833],[-46343,59070],[-46335,60511],[-46202,58616],[-41248,60560],[-42468,60718],[-38933,53259],[-43212,61402],[-45688,62344],[-44779,63395],[-43859,61609],[-46261,52760],[-39889,55325],[-44009,74985],[-43061,74963],[-41998,75784],[-39506,75432],[-41004,73972],[-49788,68802],[-43110,69776],[-40262,66422],[-42117,65311],[-39623,68066],[-41369,69612],[-41443,71368],[-41239,72367],[-46338,66995],[-43346,65076],[-44144,67902],[-46087,66728],[-44652,69018],[-43919,64684],[-38657,81966],[-41435,88942],[-38830,79084],[-50040,95044],[-49529,94470],[-48562,91846],[-44789,92391],[-44397,92664],[-44850,89946],[-45770,90774],[-635934,-286523],[-636872,-290436],[-639467,-282518],[-639545,-287765],[-634700,123741],[-632401,124988],[-634538,123796],[-632786,125519],[-635853,122724],[-643418,-268527],[-652669,-266944],[-644712,-267120],[-646329,-266730],[-645202,-267355],[-643429,-267790],[-645568,-265288],[-647796,-265246],[-641231,-277163],[-648301,-278848],[-644805,-269801],[-642772,-277491],[-652452,-269001],[-646518,-280235],[-648684,-275909],[-646353,-277339],[-642986,-277673],[-651274,-274547],[-646634,-278690],[-652616,-270329],[-650750,-276109],[-644528,-276493],[-651656,-269592],[-647421,-277390],[-652508,-278510],[-647105,-277116],[-645428,-276793],[-651133,-277955],[-650554,-280369],[-650538,-271837],[-652132,-279062],[-642808,-280280],[-652176,-274255],[-650018,-274234],[-651356,-275499],[-650703,-269310],[-650333,-286762],[-648658,-292236],[-645520,-289064],[-646322,-289205],[-644839,-290364],[-646278,-288903],[-643507,-283575],[-641747,-292095],[-652749,-284387],[-648773,-289870],[-645655,-290352],[-648105,-291185],[-646587,-290360],[-646843,-291627],[-647333,-287304],[-649644,-286227],[-647760,-291425],[-646141,-282425],[-640271,-287803],[-647443,-289829],[-649352,-288793],[-645152,-287548],[-644881,-288228],[-640502,-292248],[-642843,-291394],[-640208,-287909],[-640134,-292187],[-653047,-266259],[-653533,-267903],[-654365,-266943],[-657491,-266184],[-652859,-277576],[-661502,-269870],[-655716,-274902],[-653866,-281118],[-660847,-269104],[-653209,-280443],[-654442,-273792],[-654072,-278941],[-656226,-280572],[-653582,-276779],[-653716,-269452],[-656920,-271417],[-655194,-271548],[-655324,-275365],[-656392,-277435],[-657463,-277599],[-655213,-280356],[-661474,-273894],[-660599,-275399],[-653586,-277445],[-657727,-274142],[-658292,-278165],[-654554,-280704],[-657551,-277273],[-660469,-275191],[-660694,-276366],[-657434,-274780],[-655372,-281851],[-654504,-286156],[-654690,-284888],[-653190,-289456],[-654499,-281458],[-655376,-281436],[-653233,-285711],[-654887,-286294],[-664515,1685868],[-661886,1685896],[-659314,1684944],[-662858,1687203],[-658882,1686423],[-660146,1682885],[-663091,1685819],[-665417,1689462],[-665096,1688086],[-661507,1687126],[-660345,1684664],[-659378,1689559],[-659681,1686458],[-663411,1686430],[-664528,1685805],[-665334,1684809],[-662741,1686945],[-660061,1692264],[-659445,1690556],[-660864,1692501],[-660154,1691893],[-657259,1710100],[-655482,1708187],[-658276,1711253],[-656012,1707801],[-657204,1709938],[-678341,1674332],[-675610,1676544],[-678173,1679706],[-665861,1684529],[-676647,1679942],[-667477,1683772],[-678021,1678731],[-671608,1677769],[-671806,1678804],[-677875,1680195],[-676179,1682623],[-675001,1685090],[-672002,1687881],[-672096,1684919],[-675100,1678574],[-669221,1684149],[-676098,1678858],[-670703,1682397],[-676432,1684323],[-675126,1683865],[-671477,1687788],[-668153,1689128],[-665749,1685439],[-667521,1680017],[-667336,1682832],[-672474,1678072],[-672578,1678844],[-667244,1685021],[-667882,1683584],[-675716,1680994],[-676953,1680299],[-675373,1685520],[-677902,1681436],[-676642,1683353],[-675788,1684487],[-674425,1687377],[-674909,1686307],[-673055,1685255],[-668777,1683718],[-673853,1686463],[-671116,1684191],[-671801,1685279],[-671950,1685242],[-667333,1686443],[-666203,1688072],[-665626,1689474],[-667693,1688388],[-668866,1680964],[-665913,1683834],[-671196,1678617],[-671366,1690919],[-669795,1690354],[-667896,1690286],[-669633,1691956],[-671003,1691189],[-671513,1691366],[-674075,1693543],[-674661,1694143],[-669804,1691453],[-666671,1690320],[-667337,1692802],[-671543,1692070],[-675778,1693711],[-672903,1690448],[-679016,1676231],[-678772,1674928],[-679955,1675444],[-678408,1678451],[-678947,1679177],[-678762,1677544],[-678568,1679014],[-679754,1678580],[-61333,-117671],[-60119,-116781],[-54300,-134191],[-52797,-134216],[-52632,-136899],[-57716,-139758],[-57615,-139100],[-56329,-135267],[-56828,-135933],[-53897,-137628],[-56322,-140254],[-55767,-138872],[-55920,-139514],[-56323,-136793],[-60835,-140315],[-62399,-144945],[-61153,-144279],[-61933,-145744],[-60839,-142647],[-60274,-144560],[-56940,-142117],[-56353,-143926],[-54449,-145324],[-54775,-148086],[-52565,-148858],[-56936,-147562],[-56284,-148466],[-57666,-149446],[-58746,-149282],[-59083,-147080],[-59058,-143226],[-54564,-147720],[-57626,-148711],[-57250,-148439],[-57270,-148242],[-59675,-148741],[-62227,-148595],[-56524,-141199],[-56733,-141025],[-58516,-142640],[-62987,-146917],[-63352,-147474],[-61039,-146121],[-61711,-146201],[-60690,-146991],[-59420,-149256],[-63346,-150190],[-60649,-149954],[-60556,-150863],[-59505,-151458],[-61182,-152739],[-53061,-166172],[-54511,-166169],[-53997,-164067],[-52902,-164061],[-63866,-163081],[-54398,-165782],[-56425,-165190],[-53090,-159154],[-56871,-164779],[-56384,-163482],[-57143,-162740],[-53523,-161483],[-54810,-161891],[-63200,-164236],[-51601,-165057],[-52132,-158589],[-59199,-163089],[-60389,-164065],[-61518,-164773],[-61294,-163961],[-60540,-162053],[-53770,-160226],[-53593,-159652],[-63241,-165866],[-52783,-160305],[-51862,-162946],[-60111,-154284],[-61013,-153720],[-52966,-156424],[-62822,-158933],[-51960,-164988],[-63666,-162441],[-56693,-174433],[-63270,-174839],[-54794,-170292],[-55237,-168320],[-58730,-173255],[-57797,-172344],[-63191,-169768],[-61400,-167295],[-61501,-168785],[-51459,-175550],[-51998,-173351],[-63988,-175787],[-55209,-169335],[-58391,-172913],[-60641,-172496],[-61617,-171205],[-62632,-170215],[-62291,-167835],[-63699,-176636],[-52858,-172338],[-56682,-170567],[-57375,-168417],[-62163,-166653],[-63321,-166347],[-62849,-166652],[-60861,-170840],[-62609,-172924],[-63996,-170245],[-55845,-171724],[-51979,-166571],[-55977,-171000],[-56229,-170688],[-61365,-176556],[-61800,-176293],[-62369,-175939],[-63595,-174703],[-63695,-173902],[-63926,-173644],[-63537,-169114],[-59225,-175953],[-60376,-169956],[-63238,-172754],[-62778,-172060],[-59993,-172686],[-60965,-169876],[-60607,-170100],[-58597,-171644],[-58791,-171540],[-53547,-171626],[-55341,-170648],[-56242,-169907],[-55165,-168456],[-54951,-168145],[-57474,-167337],[-63665,-167676],[-63697,-167521],[-63216,-166241],[-51485,-167884],[-56886,-175291],[-63144,-174972],[-57316,-173030],[-59066,-172284],[-57483,-171713],[-61418,-173137],[-62588,-170478],[-59293,-166911],[-62026,-167930],[-60702,-168444],[-52332,-172172],[-53530,-172941],[-56793,-173729],[-52292,-168677],[-54308,-168998],[-58622,-173934],[-59164,-171948],[-58156,-171903],[-57992,-173708],[-60143,-172522],[-62877,-170742],[-60482,-167683],[-61709,-168808],[-63947,-178039],[-59319,-167207],[-51381,-171673],[-51665,-174790],[-51579,-177605],[-53700,-173374],[-53313,-168575],[-63890,-175271],[-54076,-168343],[-57628,-172765],[-59278,-173105],[-59171,-174113],[-61198,-172394],[-62359,-171210],[-62419,-170696],[-60954,-169083],[-59390,-169111],[-63783,-178406],[-58946,-166950],[-51531,-174459],[-54050,-174580],[-52597,-169173],[-52515,-167728],[-61314,-177061],[-59636,-176723],[-57337,-176984],[-54891,-176495],[-55496,-177131],[-58152,-178728],[-56712,-176869],[-55750,-178682],[-56525,-177120],[-56725,-177103],[-58732,-178991],[-56836,-176162],[-56262,-176672],[-56092,-177409],[-56652,-175707],[-62628,-178903],[-59806,-178214],[-57058,-177543],[-56601,-176347],[-56118,-176209],[-63280,-190359],[-63314,-190452],[-63719,-190067],[-63902,-191154],[-63267,-185250],[-58911,-179231],[-59036,-180020],[-55357,-180856],[-56629,-183272],[-55376,-182869],[-55068,-182928],[-55786,-185052],[-54812,-183289],[-51625,-184598],[-54711,-179786],[-63433,-179492],[-61679,-180297],[-55847,-188901],[-56133,-190263],[-56488,-190617],[-57471,-180735],[-57581,-190856],[-57225,-179331],[-51482,-186874],[-52383,-181530],[-52908,-179966],[-53369,-183366],[-52501,-184547],[-57510,-185331],[-55932,-182662],[-60258,-181957],[-62192,-182566],[-61831,-182602],[-61557,-181842],[-59087,-179132],[-62050,-188240],[-60247,-188102],[-60704,-190084],[-61607,-187111],[-58480,-189290],[-62685,-181753],[-62756,-185454],[-58535,-180081],[-55813,-182169],[-56292,-185243],[-54382,-183511],[-51386,-184133],[-53487,-179016],[-54909,-179225],[-62249,-180742],[-63584,-179946],[-55550,-189587],[-57223,-189653],[-57354,-190752],[-58111,-180632],[-56937,-180584],[-57856,-179849],[-53325,-181735],[-53227,-179251],[-52372,-183786],[-53703,-184140],[-57489,-184452],[-56973,-182359],[-60481,-180503],[-62507,-182511],[-61827,-182301],[-63191,-186985],[-61294,-188515],[-60024,-188688],[-60109,-190400],[-62930,-186183],[-63085,-188773],[-59863,-188048],[-57546,-189940],[-62632,-182952],[-62946,-184665],[-59031,-179321],[-58893,-179985],[-56076,-180756],[-55892,-182495],[-55779,-182528],[-55483,-183201],[-56208,-183985],[-51354,-184280],[-54385,-179457],[-63373,-179175],[-62862,-180490],[-56188,-189186],[-56328,-189332],[-57240,-191061],[-57883,-180622],[-59816,-189037],[-58660,-190841],[-52891,-180126],[-53721,-184163],[-56803,-184398],[-57265,-181948],[-60521,-180819],[-60955,-182507],[-62293,-181627],[-59152,-179381],[-63084,-187205],[-61046,-188343],[-59535,-191018],[-62716,-186694],[-63192,-189446],[-62351,-183267],[-62947,-184605],[-59062,-180436],[-58702,-179016],[-56006,-182857],[-54365,-182740],[-55336,-182623],[-55724,-182881],[-55563,-183966],[-55873,-179331],[-63621,-179322],[-52327,-180721],[-63822,-183547],[-55881,-189493],[-56086,-189823],[-57077,-190491],[-56767,-180686],[-57240,-179597],[-52977,-181480],[-53564,-180295],[-53527,-183248],[-52603,-184049],[-56424,-184151],[-56279,-181958],[-59926,-181442],[-60468,-181192],[-61317,-182610],[-61880,-181400],[-59653,-179024],[-61846,-188156],[-60591,-188914],[-59231,-189592],[-62794,-186277],[-63111,-190025],[-58936,-189457],[-58591,-190758],[-63212,-191795],[-62161,-182569],[-63624,-184502],[-59253,-180435],[-56059,-181311],[-54349,-182816],[-55829,-184581],[-54499,-183835],[-51910,-184236],[-54553,-179367],[-63667,-179577],[-62566,-181309],[-63483,-180321],[-56368,-189852],[-57941,-191090],[-56808,-180432],[-58087,-180682],[-51416,-182435],[-52494,-182076],[-52954,-180102],[-53564,-183577],[-52753,-184802],[-58575,-189832],[-56346,-182438],[-60274,-180060],[-61250,-182498],[-61017,-180940],[-61097,-181649],[-59186,-179082],[-63815,-187118],[-61708,-188770],[-60825,-188244],[-60349,-190143],[-62950,-186706],[-63757,-187714],[-63394,-189553],[-59112,-189189],[-63871,-191915],[-60348,-204348],[-56050,-193942],[-57247,-197438],[-58337,-200358],[-54233,-195868],[-54411,-195042],[-52585,-194946],[-52838,-194441],[-51815,-196635],[-60115,-192502],[-61744,-201289],[-63682,-199760],[-63163,-199556],[-61010,-195069],[-62871,-193296],[-52954,-202411],[-63088,-196568],[-62780,-195776],[-63359,-196198],[-58009,-200596],[-60498,-198602],[-61625,-199541],[-56501,-195438],[-55965,-194128],[-56913,-197310],[-57272,-203136],[-52451,-194566],[-53431,-195005],[-51696,-195630],[-60486,-192192],[-58288,-192394],[-61724,-201934],[-63969,-198504],[-59699,-193279],[-62717,-200356],[-60916,-196700],[-61545,-196825],[-62678,-192846],[-63688,-195563],[-63311,-196619],[-63240,-194735],[-60415,-198703],[-59365,-200362],[-58626,-201550],[-57204,-195445],[-56545,-193228],[-57096,-196152],[-62859,-194399],[-59681,-202301],[-57340,-202675],[-53679,-194423],[-52540,-195288],[-51919,-195515],[-63180,-199204],[-63595,-199899],[-63624,-198879],[-58151,-200583],[-54249,-201638],[-61660,-201525],[-62760,-192944],[-63060,-194301],[-56050,-194450],[-56772,-196777],[-58324,-200286],[-61645,-199329],[-53246,-193661],[-63243,-195855],[-62712,-195909],[-59857,-192381],[-58485,-199882],[-63606,-198358],[-60482,-194851],[-62104,-201071],[-57620,-202721],[-54443,-202508],[-57276,-197458],[-56398,-195611],[-54011,-194492],[-62385,-197944],[-60225,-191870],[-61166,-201603],[-59679,-193461],[-63419,-193910],[-61190,-195379],[-57402,-202504],[-63547,-199857],[-63098,-195090],[-63395,-197290],[-62583,-214843],[-59735,-205375],[-61917,-211087],[-60714,-214017],[-60815,-209435],[-63721,-210331],[-60262,-205171],[-62577,-214048],[-61467,-209066],[-62275,-214695],[-61665,-214037],[-60859,-207478],[-63856,-207103],[-62476,-215099],[-61792,-211020],[-54363,-226031],[-52912,-226884],[-55336,-226636],[-52836,-227678],[-54540,-225993],[-52858,-227019],[-56108,-226375],[-52331,-227377],[-59223,-242368],[-59540,-241521],[-62970,-234449],[-54202,-235114],[-58618,-239353],[-54350,-238392],[-54728,-230957],[-51959,-230984],[-56911,-231981],[-54510,-233851],[-58239,-236651],[-51212,-239767],[-54899,-230594],[-52196,-233519],[-51380,-230384],[-52103,-231447],[-63097,-237049],[-56748,-233408],[-54587,-234400],[-60290,-235565],[-61689,-237848],[-51268,-239551],[-60255,-232606],[-63296,-1870],[-61695,-10585],[-60740,-12447],[-59906,-11129],[-60457,-10698],[-55389,-4003],[-55654,-5422],[-55455,-7912],[-58665,-11843],[-57304,-7531],[-55013,-9068],[-53197,-9902],[-53981,-11149],[-54410,-11965],[-56606,-4078],[-57373,-5913],[-56291,-6476],[-51665,-5181],[-55224,-8401],[-57857,-10179],[-54422,-6642],[-55988,-9216],[-56174,-10371],[-56577,-9636],[-56714,-9109],[-55656,-9772],[-55105,-11881],[-53372,-8980],[-51401,-3941],[-53238,-6159],[-52060,-5337],[-54538,-7691],[-57526,-7937],[-56005,-11212],[-57436,-12202],[-55294,-12457],[-52813,-9662],[-53948,-11810],[-57960,-247916],[-63933,-250627],[-52431,-248881],[-55162,-246998],[-54376,-248554],[-56113,-244687],[-61107,-261772],[-63502,-266614],[-62408,-259042],[-62114,-274119],[-62596,-273282],[-56430,-276712],[-54971,-280125],[-55318,-276992],[-53360,-288539],[-58108,-293437],[-56527,-289274],[-55963,-288846],[-58206,-296133],[-60015,-295320],[-61427,-301345],[-56678,-295942],[-59552,-294692],[-61788,-297605],[-60241,-294861],[-62406,-297069],[-56856,-299136],[-52500,-24396],[-59049,-25231],[-62737,-24475],[-53704,-15239],[-51266,-13004],[-54582,-23518],[-57906,-23015],[-54443,-21534],[-61050,-19031],[-56278,-14676],[-56344,-13875],[-54928,-18068],[-58224,-13072],[-54948,-16595],[-56689,-17837],[-57092,-19788],[-54696,-21035],[-57029,-14040],[-61056,-18599],[-52703,-19450],[-58853,-12976],[-57980,-12620],[-55649,-16288],[-57631,-17638],[-56750,-20524],[-55047,-20173],[-56363,-14485],[-59795,-16712],[-51483,-19787],[-55224,-15764],[-57273,-17388],[-55956,-19367],[-54834,-19963],[-55863,-14000],[-60079,-17145],[-52637,-16555],[-55138,-377933],[-52071,-384568],[-51233,-386908],[-51335,-386490],[-55337,-441073],[-55980,-461313],[-55549,-30704],[-51398,-29511],[-60096,-27290],[-62354,-27874],[-58443,-25421],[-58597,-26855],[-53583,-26231],[-53557,-26958],[-63948,-29511],[-55196,-30464],[-52702,-37491],[-63798,-37718],[-61972,-29473],[-59684,-34106],[-51906,-36560],[-60203,-34480],[-51449,-41858],[-51757,-40760],[-61080,-43830],[-54296,-41307],[-56183,-50016],[-59380,-48954],[-61542,-49717],[-60694,-50350],[-62892,-50796],[-61986,-49700],[-59592,-50925],[-60381,-47735],[-57328,-39429],[-59747,-61450],[-59974,-62196],[-63194,-59932],[-62156,-61866],[-63736,-60894],[-60576,-51899],[-62186,-51784],[-59009,-52785],[-55792,-55234],[-55464,-51543],[-52807,-61958],[-51327,-61279],[-60645,-61216],[-59841,-62585],[-62662,-60799],[-61262,-60549],[-61753,-61109],[-56045,-63521],[-63139,-61233],[-51419,-60999],[-51918,-62236],[-60150,-61091],[-59657,-62849],[-62094,-60132],[-62283,-61792],[-61143,-62191],[-51960,-62849],[-54141,-63220],[-55405,-66123],[-53289,-65726],[-56152,-68646],[-56286,-63846],[-55008,-73279],[-53233,-74796],[-59159,-76028],[-58978,-73965],[-58691,-71946],[-54865,-70909],[-61771,-70401],[-62034,-73563],[-55603,-66723],[-51799,-64865],[-55315,-65483],[-53686,-64892],[-56113,-65737],[-62561,-70764],[-62088,-74631],[-55759,-66401],[-55396,-66508],[-51350,-65088],[-52906,-65085],[-54086,-65271],[-52802,-79647],[-54358,-88664],[-55643,-76958],[-60904,-79625],[-60418,-81382],[-58532,-77961],[-62450,-78192],[-55599,-88520],[-51993,-88140],[-63461,-77336],[-57105,-101237],[-58384,-101150],[-54714,-96804],[-62576,-92877],[-56264,-89060],[-54104,-90064],[-56508,-94554],[-63901,-93548],[-53302,-100112],[-56885,-97624],[-55590,-101768],[-57178,-91996],[-53799,-95098],[-56707,-93202],[-63261,-93729],[-64020,-93356],[-55548,-89522],[-63857,-93688],[-56961,-89047],[-53352,-89874],[-63819,-93043],[-63718,-93973],[-51570,-106807],[-51441,-105134],[-52490,-107579],[-51302,-107995],[-53367,-112345],[-53149,-110674],[-52683,-102888],[-53975,-104342],[-53659,-105729],[-55396,-103805],[-56591,-105627],[-58208,-103317],[-58171,-114784],[-51512,-110903],[-54870,-109298],[-55708,-110311],[-53104,-113779],[-54901,-107416],[-56398,-104537],[-54898,-112837],[-54777,12273],[-54687,7440],[-63159,12725],[-63367,5130],[-56525,11438],[-57660,9234],[-52518,11568],[-60376,1913],[-56964,2614],[-61033,1340],[-57512,1867],[-52620,178877],[-53991,178950],[-52041,177922],[-54451,178455],[-51758,183313],[-51545,182010],[-51491,182300],[-54916,18713],[-58603,21256],[-62459,21285],[-57581,16203],[-63304,18490],[-63616,19688],[-60196,22430],[-60128,20367],[-58378,22255],[-54118,16895],[-53452,14373],[-52477,17960],[-52495,16694],[-52097,14210],[-58823,21399],[-51975,18516],[-52836,24506],[-51940,24992],[-53456,22848],[-58050,25104],[-59829,24384],[-63208,269161],[-63224,332258],[-58700,327066],[-54334,332209],[-54296,327468],[-55663,326488],[-55852,330420],[-57582,326202],[-52539,327230],[-53409,331860],[-55975,329924],[-57568,325974],[-53254,326923],[-54569,329517],[-58504,328491],[-56868,327478],[-55281,324599],[-62676,329340],[-62414,330995],[-59373,328541],[-58885,330902],[-57755,332097],[-53360,330804],[-54161,330894],[-54826,329964],[-58127,327332],[-63086,329692],[-57446,326546],[-58383,326806],[-58684,335568],[-54246,335628],[-56524,334932],[-55000,335322],[-59514,334522],[-62522,379425],[-61488,378391],[-61197,379878],[-61856,378131],[-61643,36868],[-59961,37010],[-62441,36792],[-62974,38522],[-53133,38418],[-57570,32687],[-57315,32385],[-62204,27913],[-61734,28471],[-60276,34172],[-62619,32157],[-51760,34140],[-55182,31750],[-54786,31459],[-55016,36811],[-63010,34114],[-60348,37145],[-59475,37238],[-63344,33939],[-62948,396523],[-61777,391675],[-61563,394709],[-58063,394664],[-58385,395253],[-59236,395392],[-61542,396824],[-61790,392098],[-62173,392559],[-63793,394187],[-52794,402768],[-58940,401034],[-61999,400187],[-57514,405996],[-60742,400189],[-63604,406232],[-61250,398382],[-60505,398516],[-62634,409543],[-63630,406988],[-60945,408415],[-53877,401185],[-62602,405070],[-60899,402254],[-60324,398202],[-60064,399186],[-60341,401095],[-54310,401146],[-61419,406742],[-57962,407346],[-55331,405049],[-61144,404966],[-60344,406466],[-58157,408938],[-53538,401177],[-55177,405830],[-59031,399433],[-57236,399852],[-61299,400623],[-56785,405615],[-58274,401054],[-59187,407471],[-54775,403336],[-63830,400778],[-62790,400110],[-62968,398623],[-55244,401219],[-56877,402661],[-62838,402685],[-58790,402338],[-63707,409640],[-59451,415339],[-62068,416033],[-63421,415949],[-61577,410490],[-58134,412418],[-60391,410298],[-61377,414230],[-58820,411632],[-59629,415475],[-60796,417462],[-63981,411975],[-62847,416009],[-63556,416470],[-57769,412421],[-63183,416365],[-63229,415106],[-58861,413201],[-57670,414591],[-60837,414345],[-56910,412479],[-63008,415881],[-59908,39177],[-62466,39122],[-59663,46859],[-58698,40855],[-58440,44682],[-57738,44586],[-56241,40760],[-58562,40300],[-62336,41396],[-56706,41867],[-63292,47100],[-61394,50101],[-60307,49980],[-54120,49328],[-56063,48362],[-53539,41117],[-53673,41072],[-54344,39824],[-53471,43824],[-60427,39295],[-61220,39117],[-62387,38717],[-58636,47288],[-59825,49222],[-59237,44465],[-59449,44142],[-62573,41042],[-60104,44262],[-60449,44155],[-61528,43096],[-60466,46182],[-56046,47011],[-57012,41855],[-58574,50826],[-56437,54755],[-57976,55848],[-55673,52259],[-55095,53783],[-59420,58807],[-62329,56232],[-61800,71951],[-61196,70876],[-54475,69178],[-54870,66998],[-55708,65986],[-51926,68159],[-54140,64501],[-52416,70461],[-51203,70694],[-59415,78016],[-63670,88446],[-62898,82001],[-63681,82619],[-60223,85394],[-63196,101659],[-61546,100753],[-59138,95265],[-57884,91207],[-58265,97558],[-59174,98858],[-55229,100556],[-53908,100640],[-55589,101199],[-55661,101912],[-56562,101992],[-57396,101908],[-53824,98360],[-58123,102243],[-58843,102135],[-63400,96142],[-62797,95169],[-63777,91845],[-59949,101544],[-62182,102454],[-61010,102008],[-60602,101561],[-57581,103181],[-58785,102670],[-60009,103095],[-62842,103524],[-61250,102947],[-61376,102767],[-64293,-126592],[-67177,-127563],[-68723,-125777],[-69807,-115871],[-69653,-122018],[-72340,-121460],[-71740,-124946],[-67520,-117371],[-71001,-122680],[-71433,-124050],[-70475,-122844],[-71726,-120469],[-71849,-120692],[-71579,-121069],[-69857,-123718],[-67869,-123040],[-65379,-127671],[-70984,-116621],[-70617,-117116],[-71856,-115016],[-67397,-125155],[-67523,-127552],[-68882,-125997],[-67502,-121290],[-66944,-121025],[-65470,-122708],[-66133,-122817],[-67316,-122704],[-68283,-120402],[-68150,-121704],[-68883,-119711],[-68860,-120993],[-69397,-118751],[-69208,-116467],[-69421,-120078],[-68219,-115592],[-72937,-115279],[-64674,-126167],[-66590,-134558],[-67334,-128705],[-67695,-128565],[-64406,-128296],[-64540,-128778],[-65007,-128045],[-68709,-128044],[-69328,-127851],[-64399,-130520],[-68454,-138705],[-68506,-140368],[-73325,-137956],[-67394,-137429],[-68691,-133100],[-68756,-136645],[-66409,-139757],[-71929,-151678],[-74016,-152977],[-65738,-147388],[-73513,-152355],[-67621,-150993],[-64716,-148339],[-65128,-149701],[-64689,-153019],[-67130,-151755],[-66873,-145635],[-67115,-146308],[-67605,-145836],[-69597,-146073],[-69765,-146256],[-69382,-146356],[-69758,-146651],[-67997,-143283],[-67327,-142757],[-68165,-142834],[-73607,-146480],[-74328,-146621],[-74155,-148573],[-74249,-149071],[-76679,-148209],[-72455,-151317],[-73786,-152815],[-68227,-141134],[-70538,-145852],[-72068,-152395],[-73000,-152455],[-69094,-152368],[-72393,-152607],[-67237,-150981],[-75034,-165238],[-66769,-154610],[-66856,-160987],[-69493,-161609],[-70068,-161501],[-69800,-159661],[-71735,-162689],[-73208,-163495],[-73403,-162560],[-73078,-160937],[-70991,-155521],[-73801,-155784],[-74459,-157916],[-74778,-164173],[-75157,-164628],[-73741,-158659],[-66035,-164060],[-66248,-161999],[-67715,-160721],[-69979,-159112],[-69962,-158298],[-70563,-157736],[-71084,-157446],[-71875,-155685],[-73805,-161192],[-73376,-160344],[-72730,-159836],[-75219,-159063],[-65355,-166018],[-66357,-165968],[-66020,-154352],[-72903,-156087],[-64957,-164623],[-70688,-165734],[-70155,-165188],[-70152,-164147],[-70290,-163714],[-69541,-162697],[-67705,-163127],[-68215,-161000],[-70621,-162142],[-69541,-159716],[-71714,-165406],[-71801,-163818],[-72700,-162401],[-72434,-161512],[-70654,-156511],[-72494,-155085],[-76629,-161523],[-74740,-165144],[-74844,-165384],[-67996,-159279],[-67474,-161718],[-70874,-161269],[-70875,-161098],[-70697,-160810],[-72854,-163452],[-73073,-162449],[-72820,-161137],[-70777,-155592],[-73827,-156292],[-74185,-157587],[-68632,-165762],[-67554,-161159],[-70092,-162631],[-69779,-161595],[-70139,-160636],[-72712,-163767],[-72330,-160750],[-70488,-155859],[-73820,-156875],[-74668,-158613],[-76588,-164986],[-76041,-162064],[-75834,-162123],[-76677,-164494],[-75800,-164438],[-73870,-165903],[-67081,-159946],[-68181,-160393],[-69883,-162788],[-74222,-158143],[-70407,-160282],[-72563,-163517],[-72981,-161901],[-76095,-163756],[-70680,-156119],[-73588,-155101],[-73600,-155700],[-74758,-165482],[-65487,-174876],[-65495,-173357],[-66873,-174034],[-67923,-172894],[-68525,-166303],[-65204,-173469],[-65418,-173015],[-66600,-171448],[-67274,-170908],[-67825,-172923],[-68277,-169339],[-68361,-169101],[-71134,-170632],[-65103,-169247],[-67191,-166642],[-76234,-172935],[-75405,-175373],[-74868,-173997],[-68894,-176263],[-72433,-178001],[-67427,-178805],[-64543,-174716],[-65309,-175798],[-67024,-172284],[-65713,-170094],[-66760,-167218],[-65731,-176831],[-65111,-177362],[-70383,-175679],[-68675,-176896],[-74352,-176620],[-76404,-176497],[-74321,-169575],[-72626,-170745],[-73473,-171632],[-72007,-173269],[-72610,-172555],[-70837,-168400],[-70017,-171890],[-69251,-170322],[-69071,-171198],[-67473,-171820],[-69235,-173096],[-68842,-172765],[-72499,-175025],[-73070,-175785],[-66357,-173257],[-64220,-171161],[-64563,-169679],[-76475,-173740],[-74957,-175190],[-75114,-168655],[-75142,-167544],[-76145,-167555],[-76497,-168936],[-75649,-176215],[-75270,-174215],[-70816,-175640],[-69271,-176470],[-71878,-178596],[-65306,-174941],[-68207,-173081],[-64199,-178332],[-65748,-177690],[-64875,-176809],[-69609,-175287],[-67904,-175964],[-75449,-177970],[-76219,-176638],[-74805,-167967],[-74224,-169453],[-73994,-170905],[-73416,-172577],[-70272,-168304],[-70458,-170425],[-69180,-170825],[-67342,-171967],[-69051,-172871],[-68324,-172297],[-72440,-175055],[-73532,-174332],[-67479,-166890],[-66405,-173500],[-75334,-175685],[-75837,-173937],[-71241,-176394],[-68791,-175533],[-71411,-178781],[-64416,-174452],[-65019,-175963],[-66354,-171533],[-67090,-168128],[-66372,-177635],[-65707,-177070],[-69735,-174815],[-68839,-176684],[-74849,-177922],[-75071,-168041],[-74436,-168493],[-73703,-171300],[-73581,-172005],[-73389,-172516],[-70410,-168445],[-70659,-171794],[-68216,-170517],[-68360,-171155],[-68784,-172242],[-72800,-175678],[-73177,-174313],[-68718,-167099],[-66307,-172620],[-75351,-175656],[-75925,-173942],[-71762,-175445],[-72168,-178384],[-64003,-173763],[-64573,-176048],[-66982,-172143],[-65136,-169022],[-66153,-167959],[-64352,-177473],[-65631,-177529],[-69695,-175773],[-67714,-177377],[-74837,-176515],[-75727,-176725],[-74190,-167888],[-73533,-169788],[-72607,-173277],[-70185,-171138],[-68565,-171025],[-67026,-171155],[-68274,-171529],[-73024,-174792],[-73447,-175536],[-68233,-166775],[-66567,-172181],[-76562,-175394],[-75554,-173038],[-71369,-175653],[-69441,-176865],[-71470,-178182],[-64277,-173519],[-64162,-175929],[-67148,-172752],[-68436,-173302],[-66123,-168452],[-65386,-168083],[-66156,-176323],[-65461,-177570],[-70655,-174581],[-67970,-176417],[-75623,-176919],[-75854,-177650],[-75079,-166945],[-73622,-168694],[-74157,-170794],[-71257,-173204],[-72923,-172334],[-70317,-168626],[-69404,-171845],[-70374,-171468],[-67149,-172621],[-69525,-172682],[-69153,-171586],[-72870,-176081],[-73485,-175584],[-66091,-173226],[-71868,-187779],[-76155,-190145],[-72757,-191727],[-72125,-191347],[-75573,-182942],[-75985,-182410],[-75713,-180821],[-74610,-179983],[-70164,-179099],[-67881,-179262],[-70318,-179506],[-71486,-180339],[-72768,-181112],[-73635,-182025],[-71351,-183808],[-72581,-184467],[-70688,-184485],[-71760,-185199],[-69113,-186806],[-67121,-187813],[-65728,-190619],[-69794,-191089],[-67986,-191719],[-68912,-188643],[-68027,-189165],[-67032,-189244],[-72743,-187743],[-76625,-191517],[-73046,-191192],[-70900,-191425],[-76385,-182336],[-76409,-180723],[-75003,-181173],[-68977,-179467],[-70036,-180244],[-71695,-181013],[-73280,-180821],[-73505,-181833],[-72171,-183346],[-70819,-184502],[-68662,-186281],[-64583,-190253],[-66045,-191302],[-65654,-190213],[-68834,-191756],[-68039,-191228],[-69294,-189120],[-68097,-190078],[-66229,-189485],[-71375,-187407],[-72979,-191069],[-71218,-191221],[-74655,-183075],[-75814,-182095],[-76158,-180427],[-74244,-180927],[-70317,-179017],[-71786,-179744],[-69135,-179670],[-70276,-180296],[-68071,-179933],[-70922,-181106],[-73126,-180770],[-74134,-182210],[-73054,-183292],[-72127,-184924],[-69709,-186526],[-67814,-187323],[-64053,-189854],[-65170,-191094],[-64591,-190924],[-69231,-191517],[-68423,-191210],[-69489,-189186],[-67574,-190072],[-65606,-188906],[-70276,-185098],[-71492,-187709],[-75130,-188816],[-76328,-189453],[-71986,-191602],[-70883,-190274],[-75102,-181904],[-76561,-182171],[-76307,-180957],[-74684,-180607],[-69273,-179508],[-68168,-179324],[-66958,-179278],[-65093,-179414],[-70503,-179257],[-68038,-179612],[-71374,-180313],[-72335,-180801],[-74136,-182555],[-72077,-184581],[-71312,-185980],[-69222,-186490],[-68358,-187468],[-64075,-190234],[-65190,-190636],[-64132,-190380],[-69873,-191460],[-67747,-191312],[-69843,-188217],[-68387,-188902],[-65828,-188815],[-70497,-185787],[-76042,-189589],[-75317,-181824],[-76473,-180167],[-74418,-181169],[-71644,-179569],[-68649,-180600],[-69543,-180405],[-68152,-179805],[-68022,-180274],[-71530,-180327],[-72680,-181460],[-72896,-182096],[-72166,-184696],[-71897,-185281],[-69968,-187143],[-68302,-187787],[-64488,-190231],[-69725,-191118],[-67476,-190955],[-69954,-188323],[-68244,-189580],[-66147,-188963],[-71662,-188685],[-72700,-189533],[-73511,-188116],[-73281,-190515],[-71673,-190182],[-68813,-183177],[-65586,-183577],[-67193,-183965],[-66837,-184850],[-64693,-179469],[-73217,-189802],[-74099,-187862],[-74012,-188675],[-73934,-190041],[-66725,-180294],[-66976,-181281],[-66794,-180207],[-68899,-182599],[-67790,-183357],[-64251,-183839],[-67045,-184608],[-67511,-186604],[-72377,-188641],[-73128,-188329],[-74196,-189119],[-74519,-189787],[-65872,-179784],[-68657,-182811],[-67730,-181923],[-65804,-183632],[-64357,-183636],[-66374,-183838],[-67427,-185968],[-64599,-179469],[-64159,-188391],[-72369,-189618],[-74899,-190896],[-74165,-190872],[-64909,-181182],[-67052,-180092],[-69455,-182930],[-67343,-181867],[-64676,-182710],[-66260,-183611],[-66630,-185203],[-64676,-179788],[-64046,-182786],[-64756,-188113],[-65405,-187226],[-72896,-188533],[-74520,-189341],[-75484,-191309],[-76297,-191640],[-74956,-189712],[-73776,-191262],[-65900,-180759],[-64935,-181828],[-66852,-180157],[-69063,-182099],[-67335,-183208],[-66840,-184525],[-65384,-184153],[-65505,-185558],[-67203,-185203],[-65913,-180024],[-64217,-183615],[-65273,-186719],[-65263,-187334],[-64561,-188885],[-72998,-193403],[-73895,-194813],[-71765,-195539],[-71155,-196759],[-71195,-195179],[-70548,-192989],[-69177,-194138],[-67509,-198045],[-66723,-197404],[-71519,-200678],[-71883,-200133],[-66995,-204322],[-68438,-198800],[-67042,-192974],[-73335,-204434],[-73696,-193710],[-73157,-195494],[-72896,-196278],[-71756,-196290],[-71252,-195408],[-68949,-194707],[-64860,-199718],[-66225,-197167],[-71007,-200214],[-73024,-200549],[-68887,-200489],[-67492,-192343],[-72844,-192574],[-72224,-194351],[-73692,-194188],[-71415,-195701],[-71317,-196667],[-70556,-195140],[-70274,-192990],[-68515,-194189],[-67273,-198007],[-71468,-200475],[-71495,-200210],[-69198,-201731],[-65350,-192146],[-66133,-193106],[-72907,-192345],[-71554,-194294],[-73994,-193877],[-73380,-195245],[-72347,-196543],[-70904,-196658],[-70724,-194561],[-69759,-194814],[-66379,-196806],[-70285,-199562],[-72041,-201240],[-68088,-201764],[-69201,-198849],[-67138,-193152],[-64135,-191957],[-74453,-203863],[-72678,-191922],[-72529,-193026],[-73810,-195667],[-71852,-196404],[-71506,-195909],[-70879,-194686],[-69855,-193313],[-68521,-194858],[-67168,-198763],[-66087,-197020],[-72799,-200395],[-75158,-204311],[-69243,-199240],[-67035,-192830],[-75553,-192554],[-74169,-192116],[-70426,-193673],[-64313,-196018],[-64374,-198546],[-75851,-193001],[-74958,-191979],[-73937,-192131],[-64561,-197988],[-75249,-192569],[-64731,-199024],[-64715,-197554],[-75343,-192661],[-74007,-193160],[-64357,-196852],[-64657,-197697],[-74007,-192822],[-71601,-193664],[-71109,-193546],[-70619,-208655],[-72896,-204938],[-67871,-206379],[-74406,-214096],[-69038,-214722],[-69289,-217087],[-70609,-213349],[-69476,-208718],[-70293,-208029],[-75531,-216587],[-71848,-212693],[-64947,-213610],[-64471,-207143],[-69485,-208064],[-73779,-215028],[-70880,-212023],[-71203,-216353],[-64706,-211407],[-67759,-206328],[-69781,-214122],[-73066,-216331],[-68532,-208176],[-74854,-205742],[-68685,-206249],[-64238,-211389],[-69312,-215185],[-70899,-213465],[-64868,-214025],[-69797,-229657],[-67898,-229694],[-65126,-229710],[-66878,-229645],[-66702,-226509],[-66878,-225722],[-72603,-223776],[-76456,-227628],[-76356,-226923],[-76326,-217518],[-72333,-223656],[-71740,-218043],[-68205,-229269],[-64556,-229832],[-67538,-225622],[-66079,-226293],[-74369,-240630],[-74408,-236248],[-76431,-232412],[-73862,-234474],[-67440,-239090],[-75971,-232084],[-64084,-236436],[-69606,-234725],[-73377,-234324],[-64536,-235159],[-70562,-235065],[-67653,-235548],[-67167,-239118],[-65728,-238036],[-68264,-233408],[-68226,-233335],[-74145,-233464],[-71322,-233470],[-73292,-232522],[-76073,-231840],[-76479,-118],[-74751,-9076],[-75179,-7539],[-74141,-4758],[-69639,-7469],[-75432,-6651],[-74975,-6625],[-69351,-8059],[-69977,-7447],[-74851,-11962],[-75553,-11520],[-75402,146],[-71836,-54],[-70488,-559],[-70988,-3255],[-69156,-6163],[-69355,-8881],[-69906,-10553],[-67381,-870],[-66805,-5051],[-67946,-3467],[-69808,-12283],[-67108,-12160],[-66437,-11376],[-69667,-7275],[-67336,-6482],[-67480,-3323],[-69875,-4301],[-69691,-4618],[-69150,-5568],[-70504,-6199],[-76065,-1626],[-73739,1],[-71388,-1124],[-70013,-3106],[-69089,-8216],[-69656,-10564],[-68105,-1690],[-67546,-5270],[-69453,-11595],[-66072,-11392],[-66792,-10822],[-66921,-12302],[-68760,-6917],[-76734,-2970],[-65230,-253587],[-66004,-251812],[-66320,-250803],[-73747,-246700],[-64303,-255148],[-64971,-267036],[-64343,-264440],[-65448,-270804],[-64448,-278945],[-68778,-286390],[-64823,-281978],[-65911,-282927],[-75788,-281687],[-68192,-288042],[-64565,-286885],[-69737,-286565],[-65814,-288533],[-76452,-21019],[-64312,-21011],[-76633,-15356],[-76387,-14607],[-70257,-14515],[-70579,-15709],[-68033,-20823],[-67947,-18998],[-67906,-16376],[-71333,-20795],[-68998,-24025],[-71106,-22940],[-68233,-16694],[-75903,-13726],[-75363,-13813],[-66828,-13755],[-70469,-14710],[-70274,-15460],[-68843,-21735],[-68330,-19679],[-67148,-18690],[-67078,-15585],[-66833,-14770],[-71697,-20533],[-69240,-23632],[-71344,-21021],[-68227,-18137],[-66441,-16496],[-65221,-14980],[-64736,-14039],[-65360,-14615],[-69151,-19789],[-70281,-15982],[-69259,-13370],[-75720,-12728],[-68533,-24846],[-72753,-443981],[-72893,-450854],[-72096,-451624],[-73620,-450628],[-75693,-38176],[-74350,-33345],[-66456,-27161],[-64093,-29078],[-67178,-29114],[-65131,-28075],[-64972,-26467],[-65055,-28999],[-65676,-31703],[-67128,-30251],[-68903,-35227],[-64025,-32939],[-69025,-27431],[-73326,-29938],[-68339,-32480],[-71575,-25410],[-71867,-27235],[-71285,-31892],[-70026,-29267],[-75371,-36671],[-73277,-32161],[-72624,-31350],[-69938,-27825],[-71249,-29892],[-71126,-31982],[-70357,-30276],[-74020,-36858],[-74198,-31381],[-69870,-29919],[-68962,-30451],[-75549,-44462],[-75821,-42339],[-74249,-44820],[-67601,-41498],[-68687,-43744],[-69270,-39037],[-65434,-39689],[-72902,-49662],[-73181,-50391],[-69399,-48314],[-68838,-49179],[-67261,-49076],[-72556,-45645],[-72111,-47404],[-73668,-44811],[-74776,-43953],[-74288,-38478],[-69890,-47899],[-69793,-49418],[-68848,-49820],[-73044,-46248],[-71916,-48424],[-73979,-43961],[-75328,-44295],[-73964,-39504],[-75319,-39603],[-73968,-41920],[-73666,-40823],[-73144,-42756],[-72898,-691379],[-70183,-54728],[-72460,-51492],[-74284,-51705],[-67865,-53610],[-67195,-51597],[-69733,-57338],[-65662,-58663],[-64179,-63011],[-66703,-60459],[-67502,-59181],[-75953,-62496],[-72780,-53065],[-65286,-58809],[-66465,-63503],[-65113,-63114],[-65816,-61239],[-73765,-62958],[-70483,-55323],[-69663,-55872],[-74280,-51979],[-67900,-53096],[-69072,-57070],[-67630,-55416],[-67945,-55353],[-67737,-55020],[-67393,-56681],[-67740,-56578],[-65926,-58356],[-65676,-51423],[-63792,-63761],[-71214,-70249],[-69905,-70154],[-67417,-64931],[-67827,-72200],[-68192,-72860],[-69768,-68692],[-68930,-68343],[-65385,-67970],[-64582,-67906],[-65332,-67822],[-64787,-67713],[-67144,-69547],[-67145,-68619],[-68321,-64403],[-69193,-63969],[-69067,-75862],[-67406,-73116],[-70652,-71171],[-71250,-69793],[-69292,-72597],[-66259,-64414],[-64661,-64202],[-65458,-64535],[-67141,-73793],[-66589,-70896],[-71200,-69287],[-70019,-69293],[-66234,-68917],[-71728,-68403],[-64187,-64169],[-76124,-66407],[-72489,-87647],[-69671,-80555],[-70002,-81056],[-71462,-79615],[-70803,-79032],[-69368,-76755],[-68431,-88430],[-75067,-88184],[-71095,-86392],[-76455,-86046],[-76456,-86045],[-76455,-86046],[-70419,-80920],[-71547,-78397],[-64239,-80170],[-67538,-80949],[-69119,-78129],[-75081,-87476],[-64633,-79108],[-70444,-88480],[-73434,-88432],[-69189,-100638],[-68253,-90082],[-72514,-92168],[-70542,-91265],[-70622,-91113],[-72641,-92066],[-72809,-94380],[-73510,-94937],[-71596,-94914],[-74682,-94427],[-73482,-109069],[-65033,-113405],[-66164,-110635],[-65420,-109721],[-67059,-105448],[-68286,-114308],[-66820,-112841],[-70214,-107566],[-75589,6138],[-73130,10538],[-74418,7965],[-74833,3980],[-64317,9282],[-66213,3916],[-66153,10315],[-66299,552],[-66934,6989],[-76792,1837],[-75658,9395],[-76038,8680],[-72911,8732],[-75021,9585],[-74865,8073],[-72530,4080],[-74487,892],[-71313,1456],[-71721,2023],[-68563,1497],[-68951,6535],[-68900,4826],[-68971,3215],[-68742,9067],[-67869,12918],[-70821,12746],[-75303,2530],[-74776,1785],[-75850,5449],[-73824,5106],[-74149,10364],[-73563,8732],[-74495,11882],[-75589,10586],[-75558,8585],[-72527,5336],[-75567,8504],[-75300,7424],[-71781,3089],[-71637,3146],[-70680,1434],[-71814,3211],[-68805,275],[-69210,7011],[-68587,5869],[-69170,2648],[-69028,8076],[-71457,12822],[-75413,4321],[-74929,3815],[-74741,4224],[-76571,2319],[-76107,14625],[-76455,17226],[-75914,18703],[-73431,20832],[-73238,20884],[-73562,16782],[-66345,22817],[-67467,24649],[-64079,24475],[-66126,19751],[-65613,14818],[-75359,16820],[-75781,18508],[-74462,18484],[-72793,19033],[-75637,22873],[-68519,13014],[-67867,13397],[-67878,16809],[-67075,17055],[-70987,16353],[-67760,18995],[-67976,21523],[-68854,20519],[-70933,23485],[-71216,24550],[-71007,20098],[-72758,20352],[-71065,17720],[-71629,13796],[-74382,19519],[-76598,17787],[-74181,21929],[-74976,19108],[-73569,25266],[-68369,13666],[-67482,15734],[-66489,17608],[-71945,16023],[-67180,19387],[-68315,22013],[-67995,20941],[-70522,24206],[-70928,24909],[-70637,25550],[-71424,19381],[-72420,20828],[-70956,18440],[-64362,267976],[-64883,267514],[-65843,269224],[-66622,269523],[-69401,381080],[-74096,377248],[-64669,380601],[-66239,378327],[-69468,379195],[-65692,383224],[-69851,379997],[-64924,378379],[-74097,379691],[-70068,378877],[-64431,383962],[-76303,378533],[-67515,377049],[-71987,37443],[-67745,33089],[-68237,33995],[-68377,31370],[-67818,27225],[-68130,36224],[-67309,32804],[-65107,35311],[-66689,37794],[-68322,37877],[-66827,37722],[-76156,29370],[-75941,30568],[-73553,27798],[-76084,27746],[-70011,30946],[-70094,28900],[-72804,32496],[-75070,34794],[-72264,29798],[-74484,36639],[-71601,26954],[-71453,37952],[-72916,38260],[-70613,37222],[-71035,36986],[-70907,36229],[-71122,36170],[-71530,36171],[-74849,28534],[-76564,34721],[-75250,31447],[-74375,28254],[-69499,30961],[-69410,29560],[-68968,32695],[-73798,32196],[-75858,35327],[-72255,29121],[-75676,29179],[-75603,36478],[-72499,26314],[-74367,33299],[-64910,385047],[-66615,386264],[-65706,384292],[-67087,385339],[-65780,391599],[-64396,393869],[-66074,393282],[-71992,405147],[-70068,401716],[-70396,403050],[-70986,403019],[-72645,401381],[-67859,404354],[-69601,409235],[-73186,405503],[-70574,401592],[-71383,399674],[-70516,400375],[-68825,400403],[-69869,401943],[-66081,406096],[-73953,402628],[-71017,397985],[-68950,399924],[-69094,400401],[-72111,402294],[-65570,402068],[-64697,400865],[-73138,404510],[-72633,406338],[-75819,405258],[-76244,402157],[-72964,406371],[-76618,402551],[-76467,401950],[-66110,414885],[-68295,420359],[-65283,419045],[-76535,418834],[-69774,409963],[-65012,411141],[-64924,420529],[-72273,419710],[-73761,414084],[-76415,420838],[-76483,420243],[-66252,417576],[-71350,418289],[-66051,417866],[-64572,412518],[-73563,414203],[-75066,419614],[-75874,418407],[-72711,420206],[-68087,420365],[-64609,418032],[-70701,422453],[-71819,421955],[-72333,414328],[-71801,415779],[-70272,419205],[-65069,410837],[-66000,421314],[-70652,421440],[-73086,415851],[-76558,420085],[-67959,418118],[-74567,415552],[-74567,413760],[-75519,416179],[-67110,423374],[-74388,426389],[-70956,425101],[-70113,422987],[-71982,423004],[-68631,426023],[-72921,422826],[-70830,426700],[-70001,426521],[-74635,426137],[-70204,422863],[-73573,426203],[-70861,423752],[-68801,424162],[-72478,426070],[-68220,426922],[-75917,41043],[-76494,41737],[-72087,39574],[-71678,38787],[-68063,42301],[-66755,39859],[-65823,38665],[-66223,38878],[-65918,40646],[-66307,40973],[-67986,50202],[-75026,44918],[-72449,44386],[-75394,47922],[-66603,50299],[-68316,45423],[-67677,45617],[-70389,47006],[-68092,47692],[-68324,48994],[-69908,42917],[-69654,42805],[-69257,40110],[-65415,40213],[-68070,44881],[-75682,45715],[-73599,40253],[-76635,43761],[-75914,41403],[-74863,56884],[-76158,58498],[-72868,61836],[-72848,59629],[-76349,61214],[-72697,62804],[-64320,51859],[-69042,61180],[-69100,63347],[-71367,62522],[-66695,52376],[-66709,51445],[-66263,51893],[-64228,55197],[-75313,58370],[-76294,58570],[-73264,61697],[-73546,60557],[-72154,62695],[-71654,61857],[-72607,64124],[-76660,62147],[-76734,66860],[-76607,67595],[-64789,69184],[-64807,68556],[-68696,69735],[-69416,65853],[-68990,66743],[-65051,66924],[-66089,67110],[-67165,66942],[-76328,68670],[-74577,67600],[-71887,64478],[-69720,73785],[-70378,76923],[-72069,73399],[-76696,71586],[-72169,64658],[-72282,65396],[-72271,65014],[-71478,65137],[-71735,64923],[-73044,66670],[-75014,68233],[-75519,68060],[-76271,68662],[-76385,86560],[-75485,82711],[-74999,82142],[-76692,81432],[-74859,89103],[-68265,87821],[-67887,88733],[-68730,77352],[-72972,78561],[-75749,85647],[-75825,86303],[-65793,82944],[-64370,83680],[-64620,83447],[-64313,82278],[-64707,84443],[-75524,86165],[-70550,95124],[-69483,97804],[-65318,99484],[-66482,100425],[-66833,96716],[-66491,96103],[-67163,95674],[-66658,96586],[-64836,97867],[-64085,97891],[-65721,97773],[-65130,97624],[-66888,91945],[-66606,92828],[-64463,99811],[-64260,99744],[-64207,95309],[-69061,97467],[-73127,95138],[-72146,99287],[-71486,101772],[-70407,100614],[-72873,101000],[-74012,92240],[-74478,91597],[-74407,90401],[-68237,99259],[-67111,98286],[-67899,98268],[-71487,99644],[-72586,97020],[-72758,96064],[-73839,95904],[-67311,94102],[-67279,94426],[-67479,93424],[-64406,92637],[-64291,92093],[-70128,89852],[-74549,93750],[-75113,89868],[-74783,110914],[-72800,107355],[-73077,107843],[-74031,104723],[-74326,105428],[-74548,111130],[-74103,111295],[-72419,106891],[-73047,107825],[-74048,106095],[-74242,105277],[-76005,109959],[-75887,109843],[-75435,111219],[-76423,112179],[-75113,111677],[-65884,104496],[-66504,105468],[-67738,104866],[-68154,106559],[-70025,106682],[-68763,105943],[-71083,105988],[-69686,105823],[-71077,105725],[-68407,105654],[-73020,105305],[-73510,111892],[-74630,110264],[-66606,105721],[-76344,111632],[-75634,110239],[-76002,112179],[-75755,112261],[-76465,113142],[-74989,111522],[-67483,104562],[-66785,104362],[-66789,106182],[-68159,107351],[-70317,106876],[-70093,105605],[-70748,105702],[-71108,105056],[-67436,105206],[-70508,108728],[-73558,111129],[-72044,106745],[-72071,107439],[-64497,104359],[-75889,112053],[-75421,112600],[-76237,112301],[-75064,112432],[-66771,104469],[-66947,105665],[-66657,104866],[-69754,107036],[-70190,107966],[-67890,107072],[-69994,105860],[-69669,105061],[-69991,105590],[-67982,105662],[-67521,106205],[-75009,110435],[-73651,106243],[-71085,109056],[-65182,104216],[-72105,109219],[-76448,119756],[-75133,119245],[-76644,118330],[-76552,115658],[-76113,115613],[-76663,120171],[-75131,117626],[-74888,117505],[-76505,117335],[-75235,116441],[-74944,118251],[-76720,119447],[-76236,116019],[-75804,115481],[-76789,119030],[-75693,117623],[-76123,120411],[-75853,119681],[-75905,119255],[-76624,124170],[-76631,125554],[-75887,125600],[-75739,121281],[-75560,120637],[-76049,123118],[-87755,-124063],[-88004,-124665],[-87656,-122025],[-88971,-134147],[-89168,-134561],[-89442,-135817],[-88999,-128586],[-88245,-137190],[-87516,-132310],[-78617,-130131],[-81541,-132214],[-82018,-136349],[-77833,-145717],[-80123,-150278],[-80694,-151030],[-81456,-148559],[-83697,-147569],[-85466,-149312],[-84595,-148605],[-80910,-147627],[-79601,-147828],[-83844,-145493],[-86571,-147620],[-86118,-146660],[-82831,-144818],[-84086,-144336],[-86766,-145041],[-78458,-149751],[-79592,-145366],[-77439,-145716],[-77274,-149906],[-76956,-147766],[-78510,-145758],[-79974,-145662],[-81407,-147077],[-84626,-149357],[-86391,-148078],[-79607,-143523],[-84309,-152747],[-79280,-152405],[-86234,-165857],[-83901,-164636],[-84253,-165651],[-78080,-162113],[-80731,-165495],[-77593,-160349],[-81340,-162345],[-82978,-161825],[-85557,-164581],[-83641,-163549],[-84748,-165681],[-78166,-162535],[-80332,-153954],[-88908,-156339],[-89094,-153958],[-83743,-164871],[-84566,-166124],[-77629,-161142],[-83859,-164386],[-84655,-165359],[-77385,-161272],[-79741,-165107],[-84564,-163600],[-84049,-166155],[-78156,-161599],[-76920,-164000],[-76902,-163511],[-77559,-162581],[-79787,-172305],[-87402,-166771],[-87890,-167827],[-87651,-169107],[-85896,-168935],[-85531,-168424],[-81532,-176692],[-82203,-176286],[-80789,-176632],[-80947,-175631],[-81256,-173388],[-79682,-172427],[-84453,-175692],[-84987,-177129],[-78696,-174629],[-78802,-171973],[-78249,-177063],[-82229,-166458],[-77469,-168898],[-78523,-168443],[-84044,-171486],[-84816,-172031],[-84805,-171764],[-82351,-170069],[-83809,-169769],[-84122,-168428],[-83040,-168024],[-80083,-169096],[-79934,-166785],[-81218,-176866],[-80692,-175502],[-81923,-173117],[-79892,-172934],[-83792,-175676],[-83631,-175942],[-78439,-175106],[-79306,-171651],[-78737,-177608],[-82022,-167137],[-79702,-167836],[-80818,-166290],[-85072,-178106],[-85562,-178760],[-81135,-166642],[-82351,-176404],[-81650,-174853],[-81743,-176432],[-80620,-176550],[-80891,-176361],[-80972,-175999],[-82320,-173203],[-80547,-172343],[-83812,-175985],[-84786,-176401],[-77701,-174760],[-78236,-172254],[-78411,-176868],[-82268,-167323],[-81470,-168465],[-83806,-177018],[-85374,-178103],[-79248,-166200],[-82651,-174378],[-81485,-175304],[-81899,-172774],[-80796,-173523],[-84661,-174871],[-84315,-177389],[-77423,-174669],[-77798,-171925],[-77552,-176819],[-82213,-166340],[-82058,-169625],[-81657,-175788],[-81567,-173672],[-80620,-173249],[-84802,-175006],[-84842,-175872],[-83636,-176345],[-77928,-175773],[-76818,-177575],[-78828,-172654],[-78717,-177903],[-82123,-167635],[-82177,-183446],[-81292,-180536],[-81254,-188127],[-81714,-185991],[-81546,-188600],[-78203,-191055],[-88471,-185835],[-87740,-187048],[-86864,-188565],[-86953,-188081],[-89387,-189627],[-87366,-182246],[-86965,-181161],[-81784,-180239],[-81605,-180808],[-89055,-190572],[-81046,-184449],[-82143,-184053],[-80613,-180476],[-81740,-187930],[-81115,-186243],[-83097,-184408],[-80914,-180222],[-81980,-188339],[-81701,-185877],[-81427,-188495],[-87022,-186610],[-87285,-187225],[-88826,-187336],[-88293,-189520],[-89485,-190006],[-83523,-179904],[-87166,-181574],[-85961,-182952],[-82068,-182359],[-83223,-182314],[-81320,-184313],[-81034,-180285],[-81723,-188143],[-81096,-186208],[-81163,-189201],[-79214,-190740],[-83430,-182624],[-83395,-183819],[-80139,-179108],[-81311,-187817],[-82068,-186342],[-77035,-190244],[-77999,-190807],[-76890,-182322],[-78578,-192228],[-77073,-191802],[-89096,-198199],[-88175,-199210],[-87385,-200459],[-84727,-203947],[-79633,-192189],[-77039,-192608],[-79090,-191907],[-84420,-203932],[-84824,-204445],[-88384,-199930],[-79755,-191890],[-77236,-192881],[-84372,-203780],[-87726,-199157],[-87329,-200849],[-84904,-204152],[-77412,-191991],[-76959,-192269],[-76923,-215128],[-85725,-207026],[-85044,-204646],[-82356,-206596],[-83083,-207687],[-83419,-207069],[-77171,-214158],[-84870,-205835],[-82202,-206927],[-83184,-207525],[-83176,-208163],[-78894,-215899],[-84921,-206754],[-85249,-205831],[-82818,-206713],[-83306,-207648],[-83025,-207148],[-76941,-217378],[-77852,-228246],[-83973,-229628],[-84793,-225803],[-84263,-225066],[-88057,-228085],[-89170,-222713],[-77715,-226917],[-83110,-228907],[-87496,-229667],[-77944,-227994],[-83506,-228614],[-86715,-229725],[-89141,-223882],[-88103,-227369],[-83578,-230100],[-86602,-230031],[-84238,-226296],[-84843,-225671],[-86426,-227133],[-88688,-227063],[-89509,-223508],[-84651,-230104],[-85014,-224713],[-80825,-237449],[-88500,-240295],[-83391,-239759],[-84648,-242965],[-88689,-239034],[-85333,-238460],[-88147,-235542],[-88607,-235121],[-88420,-238344],[-86464,-239725],[-78002,-230524],[-87892,-231804],[-79032,-230956],[-77122,-236036],[-78071,-232249],[-78005,-230309],[-77631,-234743],[-86891,-232799],[-77010,-234536],[-79691,-232686],[-77438,-234293],[-83675,-236319],[-82878,-233994],[-82155,-235891],[-83380,-235865],[-87069,-234218],[-87304,-233525],[-85011,-231835],[-79089,-231060],[-87994,-231643],[-77493,-231793],[-79427,-231616],[-78707,-495],[-77361,-8627],[-77757,-10453],[-77619,-1676],[-77800,-2351],[-78113,-730],[-81398,-2745],[-79481,-2520],[-85037,-9355],[-83934,-9153],[-85528,-8677],[-81862,-8601],[-81279,-5892],[-83628,-9104],[-85985,-4252],[-83583,-10026],[-83706,-8486],[-89306,-2577],[-88740,-6501],[-88622,-2854],[-87080,-5601],[-84845,-548],[-87189,-6504],[-85317,-9856],[-84299,-8106],[-89486,-70],[-84963,-1094],[-82224,-8103],[-87762,-10793],[-88817,-9599],[-80835,-655],[-82022,-1422],[-81268,-6989],[-84294,-4283],[-89302,-6206],[-86076,-4130],[-88263,-4700],[-88897,-3279],[-84339,-6066],[-83505,-5873],[-83864,-8953],[-84051,-6013],[-89360,-4052],[-84931,-3656],[-89088,-11969],[-88601,-12522],[-82122,-7648],[-82094,-4297],[-80223,-701],[-83135,-4912],[-88555,-8101],[-89232,-5047],[-88774,-1215],[-82517,-7690],[-89332,-4940],[-89575,-1639],[-88646,-1403],[-88608,-11923],[-88986,-12104],[-87054,-11681],[-87796,-12208],[-85807,-245399],[-80570,-282254],[-78824,-319938],[-78168,-320408],[-87467,-356025],[-77068,-13574],[-76895,-17846],[-78061,-17908],[-83491,-18700],[-77786,-17086],[-77245,-16980],[-77411,-16490],[-87217,-19417],[-78103,-12917],[-83788,-18252],[-82952,-18608],[-80587,-18389],[-81519,-18201],[-80661,-16532],[-85327,-16864],[-82553,-16280],[-81358,-17346],[-80228,-16023],[-81362,-15932],[-80711,-14468],[-82133,-16065],[-83067,-14479],[-84677,-13975],[-86592,-15268],[-85327,-16479],[-86028,-17519],[-83078,-14376],[-87189,-15836],[-84572,-17897],[-87280,-16522],[-88174,-14907],[-83456,-14615],[-84834,-14520],[-87773,-12778],[-85663,-15997],[-85725,-15502],[-84868,-15322],[-86801,-15407],[-87578,-434179],[-83359,-444442],[-78496,-444088],[-87785,-435235],[-82363,-447645],[-83557,-446731],[-86116,-447767],[-79002,-448725],[-80842,-448345],[-82283,-450252],[-84861,-450849],[-85913,-448498],[-84333,-448613],[-77042,-449302],[-78326,-449217],[-79893,-448536],[-82590,-449989],[-84876,-450656],[-84743,-448140],[-77126,-449761],[-78520,-34676],[-84488,-32371],[-82603,-31080],[-85428,-33345],[-87908,-520581],[-84339,-39096],[-79729,-50419],[-77503,-49873],[-80467,-41243],[-84093,-39917],[-77205,-690117],[-84389,-690738],[-83699,-687373],[-82413,-689052],[-77643,-685587],[-81303,-684023],[-86541,-703506],[-81657,-694656],[-83589,-696719],[-78059,-694498],[-85565,-692068],[-85556,-696959],[-83311,-691027],[-85378,-693150],[-83343,-701527],[-86019,-700945],[-83351,-703342],[-83218,-711849],[-88004,-62155],[-87364,-59757],[-84799,-61127],[-81262,-58560],[-81364,-59812],[-87127,-57612],[-80734,-59304],[-81281,-59334],[-85264,-61425],[-81167,-59312],[-81383,-60076],[-78313,-66742],[-79856,-70849],[-82434,-74722],[-88999,-86981],[-86716,-76924],[-78561,-89220],[-76877,-89219],[-86973,-77469],[-78386,-90843],[-77395,-89643],[-77540,-90147],[-80959,-93902],[-81575,-94971],[-78179,-90720],[-80863,-109749],[-81142,-109630],[-82648,-108479],[-86860,-102971],[-82492,-102431],[-82492,-102432],[-82491,-102431],[-77434,10159],[-77495,464],[-76986,2483],[-77865,4488],[-77233,1831],[-77433,10436],[-77319,772],[-77802,7953],[-82644,1703],[-83657,8757],[-80427,11771],[-87839,2529],[-85687,6879],[-89310,4618],[-83724,8174],[-89207,12998],[-82392,11962],[-84050,7219],[-80153,1538],[-79685,3078],[-80157,11389],[-88188,2807],[-82130,3187],[-88698,2873],[-89587,2158],[-88430,8012],[-88114,9678],[-86723,4136],[-85106,333],[-78471,8013],[-83129,7188],[-85599,11862],[-84556,11556],[-89488,10923],[-82561,12825],[-83735,6302],[-78881,8197],[-80316,12229],[-78994,10602],[-85665,587],[-88288,2984],[-88914,2518],[-88185,3643],[-88123,7478],[-88998,4779],[-84417,800],[-83192,8608],[-83308,10166],[-84654,11951],[-87673,11498],[-83297,11917],[-83581,7013],[-86145,129545],[-88594,129510],[-87387,128840],[-89524,129619],[-86133,128277],[-88308,129281],[-88034,128971],[-89479,130616],[-89370,131019],[-89168,130340],[-87414,128862],[-85127,128372],[-82423,128556],[-82204,128217],[-89347,131899],[-88055,130828],[-88453,131760],[-88192,132186],[-82975,128892],[-84760,129634],[-85647,130575],[-84896,131052],[-87336,130252],[-76959,129167],[-80789,129960],[-86703,131601],[-85353,132531],[-83532,217652],[-81520,216807],[-83667,216671],[-86301,216442],[-85672,215291],[-83846,217715],[-86639,217126],[-83649,215556],[-81685,218230],[-83969,218968],[-84272,218023],[-87815,220844],[-86516,220562],[-83819,220374],[-82857,221242],[-82933,217901],[-80722,221192],[-85327,218042],[-85036,218493],[-84992,219640],[-85034,222168],[-81179,221133],[-83561,223590],[-81684,223544],[-83247,220004],[-81360,223805],[-83913,219527],[-77624,24311],[-76976,22090],[-79321,24147],[-77533,16127],[-77517,24620],[-78061,24544],[-76985,20645],[-77737,25207],[-80190,25753],[-77814,25797],[-78411,19732],[-79700,17530],[-82286,14622],[-82161,14378],[-84935,14127],[-85878,14008],[-84146,21047],[-86819,15108],[-86595,22498],[-84194,24163],[-80753,20753],[-81143,13730],[-78762,21556],[-79741,19575],[-78543,22112],[-80026,18945],[-77703,18341],[-83248,13625],[-82943,13567],[-85618,14525],[-86501,14513],[-86307,17878],[-87878,24080],[-86042,15015],[-85912,15330],[-87549,23450],[-86621,21246],[-85778,24010],[-85791,23422],[-80242,21326],[-80457,23146],[-79452,13692],[-80132,21547],[-85309,14454],[-84130,15914],[-80032,13420],[-83364,13728],[-86265,15312],[-88688,18371],[-88838,16536],[-87607,23741],[-86419,21500],[-88456,23262],[-83742,21897],[-78366,16618],[-84151,25076],[-88331,13952],[-88401,13811],[-87630,14884],[-87608,16717],[-86387,15213],[-85806,15901],[-87260,23401],[-86873,21856],[-87461,22325],[-87553,23819],[-86291,25446],[-84792,24064],[-85612,23522],[-85381,24394],[-81213,21643],[-80164,22116],[-82567,22764],[-80065,21440],[-88066,272078],[-87806,329461],[-86865,327624],[-88955,326048],[-87768,326794],[-85550,326086],[-85633,325531],[-87744,325144],[-87659,328211],[-88763,327659],[-86091,327222],[-89185,326815],[-88687,327124],[-85177,327485],[-87700,325281],[-86137,326121],[-88993,324267],[-88176,328924],[-83636,377655],[-81022,378824],[-86196,382603],[-77755,379363],[-82504,379533],[-82031,377837],[-81924,380241],[-83136,34642],[-83356,33910],[-83607,34025],[-84465,36508],[-89518,32645],[-86435,31348],[-80394,30552],[-80034,34195],[-78767,32971],[-81049,36028],[-79451,26450],[-76978,29654],[-80621,25804],[-86520,34463],[-81143,33315],[-77629,32439],[-77231,31536],[-77437,27885],[-79480,29374],[-87768,38346],[-85542,36952],[-84175,34783],[-85838,31678],[-86589,32201],[-88197,31492],[-82390,33469],[-79190,35525],[-79271,27045],[-79602,31205],[-77272,28735],[-80122,26851],[-79586,29514],[-78329,29650],[-79076,29379],[-79862,28335],[-86676,30961],[-86796,27287],[-84712,29633],[-86315,27136],[-88723,26893],[-89415,27644],[-85351,30208],[-82302,29263],[-84948,27715],[-82055,28924],[-88697,393651],[-85933,392158],[-85510,393214],[-84673,394144],[-86003,393373],[-89325,394227],[-83771,391960],[-88334,385885],[-88405,387588],[-83872,392858],[-86925,392536],[-84985,392130],[-84700,392437],[-89101,396608],[-89551,396684],[-83087,394933],[-84660,396459],[-86441,396500],[-84431,396090],[-79841,396305],[-85659,404554],[-78050,402610],[-87494,405032],[-81958,402378],[-81217,404155],[-81706,405836],[-88513,407274],[-87166,402917],[-82879,398482],[-80928,400405],[-86086,406108],[-82819,407238],[-80329,409665],[-81022,399927],[-82585,398373],[-77465,398194],[-83240,405372],[-79137,400889],[-83475,404568],[-82880,403208],[-80732,407857],[-84818,407997],[-85760,398255],[-78472,402284],[-84493,408781],[-84340,407735],[-78626,402812],[-77576,402167],[-77755,398547],[-79397,420566],[-77933,422517],[-78673,420669],[-89057,421357],[-78031,421772],[-87837,420392],[-81728,420730],[-86759,422335],[-78000,419758],[-77548,420430],[-84784,412173],[-77981,411339],[-85423,417580],[-78422,415175],[-86665,412386],[-79600,414506],[-81586,412222],[-86140,417554],[-86743,420376],[-82525,411814],[-77196,415386],[-86072,417255],[-77505,418623],[-80142,419955],[-84784,415723],[-86564,410728],[-84819,413757],[-81166,412076],[-76994,414100],[-85277,416750],[-79704,418481],[-86132,414191],[-85456,411759],[-78707,410707],[-83330,413998],[-83637,430288],[-85839,430537],[-79551,423326],[-82440,428039],[-78513,427920],[-79613,423327],[-85679,426402],[-84662,428652],[-85086,431327],[-80915,427908],[-78198,424510],[-87090,430322],[-86921,428866],[-85495,429394],[-85801,431416],[-80016,426463],[-84302,430419],[-85253,428770],[-77399,422905],[-88905,425468],[-81036,423730],[-80608,425773],[-85825,429665],[-84462,431552],[-78777,425190],[-85446,427847],[-87175,427232],[-85000,428960],[-82811,38940],[-81999,42279],[-82770,42392],[-85931,44187],[-84996,46355],[-88121,50704],[-80746,41433],[-83534,49914],[-83763,45444],[-83399,45696],[-83173,45330],[-83072,45492],[-82334,44671],[-82290,44362],[-81517,43189],[-82194,42982],[-78988,39558],[-76836,46118],[-80753,49973],[-79204,47535],[-80227,47385],[-86036,44081],[-84030,44048],[-85984,43129],[-84838,42285],[-89299,48284],[-78523,50191],[-77664,50713],[-84382,40815],[-86765,43045],[-86347,44134],[-77980,43473],[-79893,46527],[-79462,39249],[-82595,38911],[-81952,41563],[-79981,40654],[-86207,44529],[-84220,46742],[-86102,49684],[-83015,50522],[-80649,46433],[-86296,50501],[-87167,50882],[-86765,49411],[-89364,634115],[-88857,634077],[-87121,633692],[-87381,633660],[-88906,634498],[-88698,634340],[-86470,627479],[-78340,51415],[-84995,59173],[-88766,52104],[-88102,56228],[-85895,60005],[-88121,60276],[-83395,51491],[-85915,54501],[-82449,59316],[-81272,60971],[-82941,57442],[-87459,52682],[-79815,55928],[-79227,56569],[-77237,61792],[-77622,62921],[-80752,63236],[-80990,62932],[-81398,62792],[-85756,59058],[-88180,61557],[-81883,58136],[-81800,60887],[-82911,57520],[-81908,52666],[-81970,53325],[-82989,52865],[-82822,56571],[-82431,56573],[-77249,62320],[-80270,63267],[-79714,63328],[-79722,60543],[-81114,57382],[-81762,56645],[-82728,56109],[-78864,56770],[-79460,56821],[-78523,57102],[-84147,76619],[-83639,75430],[-82085,71488],[-79927,69353],[-79240,69463],[-78513,76972],[-79898,75339],[-87541,64497],[-79364,76801],[-79002,68503],[-88028,69269],[-85636,67065],[-78901,67896],[-78585,67542],[-77038,67187],[-84206,74958],[-82618,72399],[-82942,72516],[-82591,71421],[-85464,75728],[-84884,75962],[-85073,74444],[-88269,71803],[-89173,73069],[-88620,73937],[-88220,74374],[-86468,68672],[-86002,75615],[-85611,75132],[-87622,73627],[-87317,73493],[-87068,73299],[-87274,72362],[-79863,67906],[-87715,67745],[-85777,68741],[-85704,69014],[-86446,69789],[-85895,67235],[-83067,66680],[-83593,66788],[-82440,66858],[-84558,74817],[-81795,66016],[-81759,66241],[-85186,64350],[-76835,79836],[-77197,81495],[-78709,79556],[-78156,79752],[-88341,87121],[-81821,86828],[-81172,87945],[-83293,83829],[-85072,80514],[-84916,81626],[-79555,83951],[-78963,85415],[-77104,77371],[-77814,80872],[-79029,77913],[-77629,82225],[-77043,86339],[-77672,77574],[-89252,88036],[-86322,81402],[-87117,81886],[-85623,89713],[-86386,89750],[-85878,88304],[-85888,88795],[-80292,88132],[-85738,80494],[-86434,81683],[-87026,89651],[-80052,89748],[-85135,89045],[-86858,101207],[-83768,101620],[-88900,92850],[-84037,96499],[-89517,97069],[-83722,102457],[-80980,100880],[-82104,101583],[-81529,101230],[-81454,102502],[-85157,90970],[-83414,96345],[-82632,97792],[-82471,95517],[-82649,100206],[-83156,95721],[-79430,91354],[-78911,91493],[-78822,93995],[-79156,94088],[-79432,93806],[-79424,93647],[-78820,94361],[-79760,91391],[-80124,92113],[-79319,91083],[-78137,92231],[-80088,91713],[-79904,91527],[-80210,91416],[-84181,91629],[-83377,92792],[-84849,91341],[-79067,91330],[-85360,102473],[-84227,100962],[-81149,102448],[-82509,100982],[-82507,102038],[-83815,96471],[-82776,97251],[-82730,96378],[-82417,99091],[-81295,100505],[-83294,92400],[-83786,92071],[-81800,102127],[-81693,102384],[-81054,102557],[-80146,102236],[-85743,114028],[-86672,113966],[-81883,112239],[-82186,112219],[-82051,112462],[-82458,112794],[-88152,106513],[-88302,106530],[-80655,108202],[-79951,113622],[-78543,110299],[-84663,111137],[-81650,110189],[-77009,113514],[-82470,106611],[-78793,105465],[-79565,105153],[-79755,104858],[-82378,102876],[-80156,104172],[-81379,104324],[-79858,103601],[-80021,102709],[-79944,103934],[-77007,112983],[-77424,115128],[-78343,108356],[-77494,110333],[-82104,105384],[-79535,107338],[-79207,105617],[-80474,106305],[-79950,105362],[-79429,107089],[-80254,106230],[-80564,105679],[-80851,103571],[-79730,104426],[-80505,107797],[-79494,112516],[-78222,111006],[-78480,114717],[-77297,115231],[-78060,109779],[-76932,109502],[-81660,105109],[-79655,107053],[-81239,107512],[-80036,105130],[-79205,105358],[-78526,107111],[-78975,106134],[-79405,106325],[-80035,106219],[-79051,104677],[-78968,106231],[-80279,103446],[-80797,104296],[-80989,102914],[-84630,117948],[-82895,115778],[-88413,119565],[-88703,120116],[-86971,124380],[-83242,121524],[-80974,118036],[-81332,119970],[-82989,117208],[-84363,116536],[-79902,125509],[-79847,126127],[-79274,124708],[-80410,126062],[-82299,127395],[-83680,127314],[-85121,127831],[-82449,127740],[-79718,127856],[-78619,124245],[-78680,123445],[-79973,121806],[-79182,121890],[-76979,121124],[-81709,121959],[-82544,122420],[-83302,127679],[-81196,128163],[-81160,127315],[-81099,126352],[-79396,125249],[-76959,122429],[-80589,122161],[-82516,123463],[-83490,124336],[-83522,124758],[-78674,123416],[-79189,123988],[-78686,124415],[-78808,123508],[-85056,116779],[-87236,126078],[-84416,116756],[-85254,124623],[-82670,123632],[-82912,117785],[-80558,118025],[-86737,120745],[-81826,119362],[-80167,119364],[-77082,119755],[-77107,116438],[-77192,120799],[-84220,126199],[-86356,127416],[-85363,125541],[-87240,127251],[-86933,127482],[-87201,127305],[-84941,126035],[-85140,126362],[-84577,126369],[-88648,122249],[-88607,116357],[-87672,125822],[-88991,126493],[-84736,121463],[-86474,121029],[-81268,119137],[-80412,119497],[-80371,120973],[-77219,119991],[-76832,120271],[-77989,121004],[-77896,120712],[-84624,127183],[-86448,127186],[-85872,125676],[-87852,126997],[-86400,126442],[-87197,126311],[-85252,126391],[-85078,126105],[-84705,126398],[-87931,122639],[-88893,116474],[-88793,117830],[-85926,116119],[-89348,126078],[-89120,127166],[-85562,120514],[-85392,121246],[-81220,121316],[-82755,120967],[-81236,121685],[-81452,121573],[-77743,120223],[-85340,127141],[-85330,125190],[-84733,126155],[-86592,126478],[-87489,126517],[-86269,126025],[-84938,126888],[-84703,126926],[-84480,126113],[-89396,124099],[-89149,124180],[-88013,117764],[-89014,117214],[-82408,127125],[-1013901,1489736],[-1013664,1490539],[-1013293,1490446],[-1029201,1494588],[-1053822,1492981],[-95190,-118552],[-95020,-121094],[-96205,-121185],[-94253,-118309],[-91409,-127286],[-95330,-115282],[-96621,-120162],[-98410,-116695],[-98446,-121188],[-100091,-115026],[-99674,-115135],[-99267,-116237],[-99209,-116743],[-102227,-119500],[-97068,-116760],[-97054,-119394],[-97528,-115943],[-98046,-120277],[-97464,-119225],[-101985,-116368],[-97260,-115035],[-99772,-115393],[-99081,-115896],[-98902,-115913],[-98003,-137251],[-89889,-132377],[-99753,-134928],[-100776,-136196],[-98071,-132228],[-96274,-130679],[-96157,-128540],[-97938,-130484],[-97456,-128445],[-100196,-133244],[-90087,-150831],[-90284,-146302],[-99878,-162343],[-99023,-164086],[-94430,-161664],[-93967,-165563],[-99734,-162319],[-97022,-162869],[-96817,-163329],[-94557,-162247],[-96588,-163705],[-95611,-163158],[-96270,-155153],[-97333,-155303],[-96090,-154094],[-97131,-154197],[-97979,-154314],[-97720,-165114],[-100147,-158198],[-99214,-156916],[-99989,-154934],[-98635,-156313],[-101182,-161790],[-98006,-165024],[-100804,-162439],[-99394,-163518],[-100356,-158469],[-99925,-156783],[-100356,-155377],[-98542,-155507],[-101138,-161148],[-93708,-164343],[-98234,-166021],[-99599,-163273],[-100158,-159011],[-99868,-156394],[-99807,-154630],[-99206,-156537],[-100742,-161486],[-93426,-163276],[-93111,-165067],[-93272,-164384],[-101803,-165941],[-97234,-153797],[-97226,-153528],[-98321,-153779],[-94798,-167182],[-96446,-167546],[-93575,-166847],[-95601,-170305],[-95591,-170108],[-96161,-168089],[-93517,-166437],[-94350,-167409],[-94098,-170390],[-97946,-170245],[-95845,-168016],[-93611,-166300],[-94180,-166939],[-94041,-169216],[-94921,-169176],[-98920,-177423],[-97453,-181735],[-95886,-183713],[-94624,-186958],[-94946,-186608],[-93605,-183751],[-93065,-183167],[-91400,-186570],[-94425,-187538],[-95028,-188261],[-98834,-188568],[-97909,-189915],[-98512,-185697],[-97076,-183050],[-97294,-183010],[-91785,-186452],[-93741,-190784],[-90431,-191067],[-90496,-191635],[-93073,-190637],[-90232,-191242],[-90704,-191696],[-96125,-182539],[-96584,-182968],[-94829,-185247],[-96602,-187889],[-92131,-183648],[-92698,-181914],[-90029,-190846],[-93711,-186945],[-92957,-187749],[-99624,-189255],[-98873,-189588],[-98540,-186453],[-98398,-185275],[-96937,-184901],[-96528,-183362],[-90489,-186172],[-89617,-185238],[-93413,-190782],[-90168,-191442],[-99671,-197598],[-93918,-199592],[-92717,-201484],[-92032,-201817],[-92398,-200142],[-92584,-195161],[-93669,-193568],[-91195,-192915],[-90949,-195100],[-89670,-197389],[-98849,-197951],[-100010,-198512],[-96014,-198216],[-93372,-191938],[-92946,-192175],[-94898,-199008],[-91756,-202392],[-91953,-201507],[-92703,-199388],[-94335,-192085],[-91239,-196025],[-96651,-200162],[-90869,-193423],[-90978,-195198],[-89745,-197016],[-98265,-197916],[-99956,-199176],[-93116,-192460],[-95079,-198727],[-92937,-201148],[-91105,-202001],[-91061,-193399],[-92451,-194600],[-92946,-194276],[-91157,-191830],[-91072,-195780],[-89948,-196961],[-98768,-197454],[-99904,-198409],[-93049,-214381],[-94896,-213994],[-94162,-214703],[-93226,-215202],[-92258,-228165],[-98941,-226485],[-96127,-222270],[-91050,-226487],[-93236,-228626],[-100229,-227863],[-92541,-224757],[-94333,-221264],[-91133,-226401],[-91699,-229851],[-100683,-227643],[-91635,-224017],[-94861,-222931],[-95148,-223899],[-92170,-227662],[-102057,-226316],[-92337,-223707],[-101430,-227689],[-95056,-222997],[-92938,-232641],[-95058,-232400],[-93873,-230657],[-92227,-231589],[-94612,-240467],[-94325,-238211],[-97165,-235660],[-93154,-234142],[-99686,-233339],[-102228,-239203],[-94668,-230449],[-94138,-237942],[-92701,-237494],[-96169,-237418],[-94949,-236808],[-98296,-232492],[-101094,-237516],[-96320,-233423],[-94036,-232057],[-92934,-232841],[-95399,-234183],[-99741,-234418],[-100475,-240304],[-101981,-239320],[-93102,-231426],[-91335,-12244],[-99069,-10195],[-96708,-4798],[-96387,-3440],[-92723,458],[-92562,-5840],[-93086,-4488],[-90154,-12223],[-90838,-12227],[-89759,-4587],[-91068,-5924],[-96721,-1998],[-92970,-2947],[-93382,-1737],[-92037,-5016],[-93304,-3716],[-97058,-41],[-94141,-7800],[-96722,-6966],[-93099,-11629],[-96072,-10889],[-90670,-8235],[-90348,-650],[-94037,-4868],[-98889,-12415],[-100762,-6494],[-100934,-8403],[-100973,-6157],[-99090,-5037],[-101440,-7457],[-97887,-8826],[-96206,-8126],[-96425,-6372],[-94915,-8276],[-100881,-243227],[-90253,-355458],[-100675,-367554],[-100074,-366428],[-96990,-368451],[-98464,-367075],[-101289,-359201],[-101574,-367491],[-101590,-23825],[-101423,-23360],[-101365,-23420],[-100236,-21530],[-101222,-23842],[-101276,-24140],[-101944,-22652],[-101057,-22397],[-99200,-22758],[-100242,-20506],[-99547,-20920],[-100025,-20970],[-90290,-13188],[-99274,-13424],[-98443,-15019],[-91546,-14070],[-96065,-14456],[-94411,-13988],[-98701,-13582],[-99310,-13942],[-97731,-14234],[-90597,-406521],[-91482,-407678],[-92249,-435651],[-98865,-32537],[-100420,-25667],[-89674,-35715],[-101122,-29371],[-93502,-37907],[-94473,-30462],[-94933,-29054],[-94893,-31370],[-95241,-31157],[-101827,-29158],[-101473,-29446],[-90147,-26483],[-97786,-512964],[-98976,-519920],[-96629,-517847],[-101004,-514134],[-98764,-524633],[-96509,-535269],[-99853,-525278],[-91639,-534149],[-94409,-531422],[-92817,-531465],[-95040,-528671],[-101737,-538068],[-98225,-540348],[-101233,-542193],[-91840,-537589],[-98391,-544721],[-98359,-545578],[-99378,-541432],[-101760,-546617],[-98119,-544324],[-98608,-545998],[-102128,-573352],[-92052,-573362],[-93569,-571880],[-94573,-586498],[-90778,-581819],[-98225,-578370],[-98056,-578937],[-93525,-576454],[-94039,-576967],[-99401,-589422],[-91967,-592461],[-89880,-593250],[-98782,-38388],[-100821,-49601],[-91818,-659465],[-93561,-687930],[-91937,-706913],[-89832,-61465],[-92223,-60242],[-98564,-58464],[-97710,-58519],[-96928,-58434],[-96890,-59984],[-98703,-58664],[-99005,-59709],[-97653,-59212],[-96600,-68316],[-94910,-68199],[-98494,-74473],[-96974,-74875],[-97195,-88950],[-97824,-88521],[-97700,-87056],[-97452,-88428],[-98450,-91649],[-97139,-90774],[-97573,-91277],[-99066,-89868],[-99199,-91536],[-96952,-91367],[-99894,-100706],[-101082,-97438],[-100257,-101538],[-97649,-111872],[-89919,-113370],[-99960,-111266],[-101048,-108097],[-100444,-107764],[-99096,-110206],[-100109,-107791],[-100805,-108054],[-95791,-114308],[-100664,-105129],[-96841,-113780],[-98653,-114828],[-97626,-114944],[-97099,-114535],[-102029,-112890],[-102202,-113294],[-99428,-114525],[-100506,-111258],[-101304,-114114],[-102338,-113559],[-100548,-112068],[-100925,-111228],[-91556,1557],[-91774,1150],[-89680,588],[-95217,12349],[-96841,6448],[-101526,1160],[-101504,546],[-96108,1651],[-97767,11581],[-101536,8401],[-101150,8897],[-101698,10544],[-101491,4134],[-101945,6583],[-101886,6599],[-101590,11493],[-97693,8429],[-95680,9829],[-95478,9648],[-94662,5314],[-95475,6301],[-90321,3578],[-90937,3217],[-92742,9520],[-91812,9087],[-90036,8685],[-91268,8177],[-95990,8661],[-95643,7936],[-101907,1696],[-100825,2911],[-92595,5834],[-93331,1446],[-90274,5338],[-95230,1415],[-89632,10190],[-91657,10368],[-98328,5755],[-100900,5606],[-102040,797],[-102058,419],[-98351,1073],[-96952,634],[-101084,7507],[-101781,10601],[-100054,12076],[-101951,3114],[-101304,1085],[-101823,769],[-100715,2237],[-92306,12236],[-97532,5461],[-97109,557],[-101591,4718],[-102038,7645],[-100913,12341],[-94928,10974],[-94131,5667],[-90447,4747],[-92716,10545],[-92138,6926],[-95352,9033],[-101768,1189],[-101374,2072],[-102265,7520],[-101021,6848],[-101718,7789],[-101701,5837],[-101425,12216],[-100344,12006],[-100597,12339],[-96219,10644],[-93789,9963],[-96066,11913],[-96057,10715],[-95733,10668],[-94762,6036],[-96266,5849],[-94193,5164],[-95559,6301],[-91603,3328],[-91113,5098],[-92096,3429],[-90596,4523],[-92984,10035],[-91684,10897],[-93061,10477],[-91021,7657],[-91680,8271],[-92142,7973],[-91312,8029],[-97490,8264],[-97617,9075],[-96284,7136],[-95167,9410],[-93691,12530],[-91684,12690],[-101315,129238],[-89873,129548],[-90840,130782],[-91383,131021],[-91304,131340],[-98669,140895],[-94803,132389],[-100147,133574],[-100713,133752],[-100871,132611],[-101512,132851],[-101240,136257],[-100324,138294],[-99985,139764],[-99554,140320],[-98076,140734],[-92723,131988],[-90192,130930],[-101996,134987],[-93797,131746],[-92997,133810],[-92952,132734],[-90108,131071],[-99273,134539],[-100551,134916],[-101047,134732],[-97641,134858],[-97953,136485],[-98716,135687],[-99304,137786],[-95827,135559],[-95937,135572],[-90353,132720],[-91839,132748],[-93462,133272],[-95519,137074],[-94578,135017],[-94601,134569],[-93452,134003],[-90928,133009],[-98576,136400],[-97856,135889],[-92953,134683],[-90293,133749],[-94252,140529],[-94266,134861],[-92858,135677],[-93845,136799],[-94805,136494],[-98322,138350],[-95721,138546],[-96526,139276],[-93067,128627],[-93355,129392],[-94329,129410],[-101188,138946],[-101765,129957],[-96131,129310],[-91968,128282],[-90377,129040],[-91843,129009],[-94322,130389],[-94526,131099],[-95525,131135],[-94875,131454],[-94319,134029],[-98711,135947],[-98236,133513],[-100995,130373],[-99577,131351],[-95564,129573],[-96714,131143],[-92072,128233],[-92104,128377],[-90931,129116],[-91153,128431],[-90439,128207],[-94704,129984],[-94620,128711],[-95837,132401],[-95937,132593],[-100958,140351],[-92611,132719],[-99491,134967],[-96272,129272],[-96588,130681],[-90389,129492],[-90773,129170],[-91606,128343],[-95420,129608],[-95983,132264],[-95070,131609],[-101872,139377],[-93253,132338],[-90361,130690],[-92469,134238],[-94139,132611],[-98774,133992],[-98060,134076],[-102320,142512],[-101197,146804],[-101978,146288],[-99183,150271],[-97493,149385],[-101994,145991],[-101766,146959],[-99767,141103],[-102367,141961],[-99973,142606],[-101043,143651],[-101949,143574],[-99708,142380],[-101929,147623],[-101555,144908],[-102227,149607],[-102267,147822],[-100858,146887],[-97760,146971],[-97169,148059],[-96343,148695],[-97099,148660],[-97102,149739],[-98143,150337],[-98225,148556],[-98618,150601],[-98421,151712],[-99486,151447],[-99950,150215],[-100174,151650],[-100380,148892],[-101491,147858],[-101471,152776],[-102034,146294],[-96710,147688],[-101446,144150],[-99589,144983],[-100628,146433],[-100868,144395],[-101265,146926],[-99611,144216],[-98200,141467],[-99667,146720],[-97821,148129],[-97936,149601],[-94955,142939],[-95744,144868],[-95360,144185],[-97611,145117],[-96809,144491],[-98031,144508],[-99056,149677],[-101397,150745],[-102232,146336],[-96155,204968],[-94210,206111],[-96470,206778],[-97157,207978],[-99178,206228],[-96823,206471],[-100108,207132],[-99303,209237],[-97404,206117],[-101420,209961],[-97915,207441],[-99290,206683],[-99980,209951],[-100723,210802],[-94883,211301],[-96090,210708],[-97407,212606],[-98393,208623],[-93933,205702],[-98416,208151],[-99617,207190],[-99828,206511],[-100129,207866],[-98298,206035],[-98329,206407],[-99109,208601],[-99179,207149],[-99798,211644],[-94878,212792],[-96777,211876],[-95177,208977],[-94634,208194],[-92821,209815],[-94093,209269],[-98003,211279],[-98706,205045],[-98666,206387],[-95290,207136],[-93056,207235],[-99056,209834],[-99730,211295],[-96639,205365],[-96375,212543],[-95366,212654],[-98189,212131],[-96805,211020],[-97658,209616],[-99899,208018],[-101009,209656],[-94219,209691],[-93619,206332],[-96480,206047],[-98014,211041],[-98713,210487],[-97028,210646],[-100632,208256],[-101234,209856],[-92728,18577],[-102355,13816],[-95685,17430],[-98715,16182],[-98739,16684],[-90178,15247],[-89745,13720],[-93585,14466],[-93551,13987],[-90700,16251],[-92213,16436],[-94280,18791],[-93221,18032],[-92418,19990],[-91799,18328],[-97627,23545],[-97042,22103],[-97523,20885],[-97683,22291],[-99085,21989],[-99197,22938],[-95385,25630],[-93496,25487],[-93578,25749],[-91020,25536],[-97866,13910],[-90214,15049],[-90105,14842],[-91867,14584],[-92911,14930],[-92813,15128],[-92776,17315],[-93026,15017],[-91904,16215],[-93725,17173],[-95123,17160],[-94310,18708],[-94528,17091],[-91879,20521],[-92927,19549],[-90877,18347],[-91682,19298],[-96242,22756],[-98364,23644],[-97533,23083],[-97037,22143],[-99300,20731],[-97442,22497],[-99295,20598],[-100613,23332],[-99444,23378],[-99160,22552],[-100851,22836],[-102282,25293],[-101535,24385],[-101457,24240],[-97160,25448],[-93174,24775],[-90371,25717],[-90379,25478],[-91742,18416],[-92720,19633],[-96191,15915],[-96777,17679],[-98407,16899],[-98811,21686],[-99032,20452],[-101896,22370],[-100185,23151],[-97555,14691],[-97556,14035],[-90157,18903],[-97024,15976],[-98412,17220],[-101258,20371],[-101292,22346],[-92293,14133],[-92592,15424],[-93339,16934],[-90794,18449],[-96991,22669],[-99696,21238],[-98922,22535],[-97269,14624],[-97233,13428],[-93641,266662],[-90713,268209],[-94980,267552],[-95395,264159],[-93004,265578],[-92465,264742],[-90996,262821],[-91840,261380],[-93730,265140],[-96588,266256],[-92341,268491],[-94690,268177],[-95045,266484],[-97413,267818],[-91065,267603],[-95094,268838],[-94443,267871],[-91875,264776],[-97900,265223],[-95426,266233],[-94748,267105],[-92749,265747],[-93462,262978],[-95346,273203],[-92716,269653],[-98023,272337],[-97790,272676],[-96993,270578],[-95459,271131],[-89713,269796],[-95896,270135],[-90734,269482],[-89694,326055],[-93728,383601],[-93256,382798],[-93689,382294],[-92743,384051],[-94402,384071],[-96870,383894],[-93648,37491],[-90395,32810],[-92031,27160],[-90869,28913],[-89886,31698],[-98604,29031],[-95061,31357],[-102112,37632],[-102072,35655],[-93021,29381],[-94828,26017],[-97819,26780],[-93216,26109],[-91097,26957],[-94645,30121],[-99242,32006],[-95160,32165],[-94912,31139],[-98734,28226],[-95474,31486],[-100313,33169],[-96696,26192],[-97640,26177],[-95396,27123],[-93431,26210],[-91908,27268],[-91009,27343],[-96737,34373],[-95592,33803],[-95037,33752],[-99019,32067],[-98442,32306],[-97894,28534],[-98535,29424],[-97766,28683],[-97010,27662],[-96692,31578],[-96986,31794],[-95750,30674],[-95807,30543],[-99445,34650],[-99786,33474],[-100579,33792],[-100138,32969],[-101380,30372],[-99888,29136],[-102121,37506],[-102298,38426],[-95931,25841],[-91875,27343],[-99585,29791],[-98993,30625],[-96620,29628],[-98255,28764],[-96989,29567],[-97035,30399],[-101107,34017],[-100419,33705],[-90131,387812],[-92561,386770],[-92765,388620],[-99639,389147],[-101196,392151],[-98829,396341],[-93244,392958],[-95271,394964],[-91072,393690],[-99539,389561],[-95742,384638],[-89992,386415],[-90482,393285],[-93169,393331],[-95613,393844],[-93324,386459],[-92862,384808],[-92342,387444],[-89703,391340],[-100618,389093],[-101632,390723],[-95842,387094],[-91493,386435],[-91926,393469],[-96770,395080],[-96970,392732],[-90572,390524],[-94480,389612],[-95244,388008],[-96015,394141],[-92721,386337],[-91065,385166],[-91197,388398],[-93868,390902],[-100457,390421],[-92752,394680],[-92780,394902],[-91949,396200],[-91254,394540],[-99472,406615],[-100810,408262],[-99374,407977],[-101439,406632],[-101104,408702],[-99002,406075],[-100581,405486],[-99156,406088],[-101072,400892],[-100276,406727],[-99187,406104],[-97919,406150],[-94584,404024],[-93793,406875],[-93511,397998],[-95461,397718],[-97038,405308],[-97532,406733],[-93499,407767],[-95009,405233],[-94166,401374],[-91327,398306],[-94349,398542],[-98215,404370],[-94545,407928],[-90130,398021],[-97248,406371],[-96522,407431],[-95077,405682],[-93343,406560],[-91672,398330],[-95146,400116],[-91670,407718],[-92199,397124],[-91412,397044],[-89798,420239],[-92553,420882],[-91759,419524],[-96641,416276],[-93189,418585],[-96424,414086],[-90600,422173],[-98820,417587],[-94459,413065],[-95629,419569],[-99143,417760],[-96673,413382],[-99207,414431],[-101608,420318],[-100132,419391],[-97396,410046],[-94501,416291],[-95786,416035],[-95710,421011],[-99004,416947],[-90312,419841],[-90081,419511],[-92416,420821],[-93839,414526],[-96605,418011],[-94797,418698],[-92811,415041],[-95618,419004],[-97964,418714],[-97778,411241],[-96717,418925],[-100204,417823],[-96075,416688],[-90758,422278],[-90712,411897],[-91197,413518],[-94589,412108],[-94861,411846],[-92424,413335],[-94159,411742],[-91818,412920],[-95925,410354],[-95167,412494],[-90075,425139],[-91084,426319],[-98111,423899],[-95139,425065],[-91081,425697],[-92876,425529],[-96853,47427],[-91167,48541],[-100284,41245],[-96440,46408],[-93021,38984],[-98565,47724],[-99862,47866],[-99407,45618],[-100861,42562],[-91405,48964],[-94702,45360],[-94733,45990],[-91537,39433],[-96379,625237],[-101117,617317],[-93299,626701],[-98608,615025],[-97746,621222],[-101197,619049],[-97888,621603],[-91055,624269],[-98947,625213],[-95844,624875],[-95900,625636],[-94371,623940],[-91067,622777],[-94438,626026],[-95954,620295],[-98415,624054],[-89888,621902],[-100700,615881],[-100337,621894],[-98279,624487],[-93572,620197],[-93106,630517],[-99236,632254],[-96205,629158],[-97385,631512],[-94208,630438],[-93534,634920],[-94950,632545],[-101168,627829],[-98471,629721],[-96496,632962],[-97554,629177],[-93264,630483],[-93557,630593],[-91753,56523],[-97496,57223],[-98687,53570],[-90052,60170],[-98778,53290],[-98409,56073],[-102141,51555],[-91130,53891],[-98573,59717],[-99405,57005],[-97608,59423],[-99491,61314],[-95946,63667],[-91687,53234],[-97290,60204],[-98803,56895],[-97969,58862],[-97270,63624],[-101742,63550],[-100171,61414],[-94197,67938],[-97423,65789],[-96348,72581],[-97020,74793],[-95587,69077],[-91699,68918],[-97680,68513],[-97356,76083],[-91928,75751],[-91925,70432],[-97306,65104],[-102339,71258],[-91309,66366],[-91877,74947],[-93743,70250],[-102234,70839],[-91255,64769],[-96977,64654],[-96356,82551],[-91459,82741],[-91678,88490],[-91440,88060],[-90274,84874],[-90573,85471],[-93604,83478],[-93635,82639],[-94253,81414],[-93167,80488],[-96237,83772],[-97182,82746],[-101842,81483],[-93717,77800],[-97387,84586],[-100253,87643],[-93478,89736],[-93591,88639],[-101956,80463],[-94144,78868],[-98103,85599],[-101406,85787],[-92148,88682],[-96270,92482],[-100698,99872],[-94376,101814],[-97187,102413],[-89411,90466],[-98725,99069],[-92923,101717],[-93777,100527],[-90345,97711],[-90578,96866],[-91260,95938],[-91552,96918],[-94876,96346],[-96052,96142],[-94216,91388],[-94604,92421],[-101426,91026],[-101952,90095],[-101256,95172],[-100819,94506],[-96022,97860],[-96863,97218],[-102163,98444],[-101390,95251],[-102345,97279],[-101027,102407],[-101558,102100],[-100602,97137],[-97593,103747],[-89856,105336],[-100129,107452],[-92836,108493],[-100395,110488],[-101280,110629],[-90503,111933],[-91506,111023],[-91169,108548],[-90663,107759],[-96366,108281],[-96671,109037],[-102284,107335],[-101974,107289],[-100682,109670],[-100409,108240],[-99511,112325],[-99016,112308],[-95014,113318],[-95207,113689],[-93850,111938],[-94938,112324],[-95913,106338],[-95533,107024],[-99172,103886],[-99406,103023],[-95676,113012],[-100824,104102],[-99716,106735],[-96348,113109],[-101069,103105],[-101301,125286],[-101386,125083],[-93311,127145],[-89802,126295],[-91812,127424],[-91447,127694],[-90011,128082],[-94661,122810],[-92353,127555],[-100370,116795],[-101926,127215],[-98013,124765],[-98573,125715],[-97554,126571],[-99030,126610],[-97905,118258],[-97938,118287],[-97929,118255],[-97766,119071],[-91696,117211],[-91288,116958],[-90988,118537],[-90049,117908],[-92691,126712],[-93376,127718],[-91827,120548],[-97470,121621],[-99161,125436],[-95206,126036],[-93315,124484],[-92800,126550],[-91305,127781],[-95095,122457],[-94185,123461],[-89781,123921],[-90270,123118],[-97911,122129],[-98561,124513],[-96542,124975],[-102374,121590],[-93218,127014],[-91489,127550],[-91651,127349],[-91122,127143],[-92643,122220],[-92913,122902],[-1239860,1224736],[-1238912,1223008],[-1236495,1226396],[-1234280,1226022],[-1232560,1233397],[-1234880,1234284],[-1229865,1233863],[-1234654,1236478],[-1238502,1240234],[-1236501,1239468],[-1229877,1234389],[-1232860,1234046],[-1235014,1238229],[-1231979,1229194],[-1231912,1243873],[-1233096,1245345],[-1231969,1244350],[-1254304,1522194],[-1253941,1523038],[-1253796,1520180],[-1253319,1265041],[-1253439,1264143],[-1258248,1521183],[-1259122,1517756],[-1255035,1522372],[-1257256,1520228],[-1255914,1520135],[-1258800,1522247],[-1259673,1517811],[-1255751,1521664],[-1260616,1515461],[-1260728,1515130],[-1254900,1520245],[-1255883,1521726],[-1262754,1520299],[-1258425,1523370],[-1257083,1520711],[-1266785,1523372],[-1259578,1519129],[-1264284,1520052],[-1264816,1521680],[-1263473,1520736],[-1263676,1520849],[-1264030,1520817],[-1264030,1519007],[-1266214,1526003],[-1266562,1525508],[-1266288,1527177],[-1266378,1526757],[-1266471,1526051],[-1265892,1206821],[-1257614,1212476],[-1265414,1206093],[-115140,-125591],[-112200,-124372],[-112081,-122729],[-108621,-125651],[-109295,-127133],[-107923,-121240],[-105622,-126480],[-106397,-118578],[-104052,-122119],[-115151,-118649],[-111096,-121704],[-102807,-116115],[-104825,-115692],[-102698,-116858],[-110897,-115516],[-113471,-115439],[-113119,-126449],[-111535,-124936],[-105622,-125573],[-103438,-124124],[-103259,-126754],[-108971,-121642],[-112308,-120416],[-105187,-116000],[-102781,-119969],[-112727,-116737],[-106841,-123095],[-113613,-124150],[-112236,-124699],[-108608,-123379],[-111531,-124170],[-108431,-125705],[-110349,-125852],[-106399,-124021],[-103581,-124387],[-105973,-127524],[-102700,-126989],[-104807,-120917],[-110270,-120803],[-110889,-120302],[-104359,-115712],[-103351,-117550],[-112571,-116580],[-112391,-124232],[-105544,-124508],[-107642,-120945],[-105086,-124119],[-104962,-125746],[-106112,-119029],[-104034,-120220],[-108737,-119694],[-112773,-121911],[-106842,-116641],[-102450,-116661],[-111803,-116681],[-115183,-120698],[-107790,-125047],[-114514,-124789],[-112820,-123483],[-112088,-124243],[-109327,-125293],[-109461,-127303],[-105811,-125782],[-107138,-121688],[-103028,-124309],[-102921,-125527],[-105369,-119504],[-104532,-122168],[-108484,-121553],[-111234,-121928],[-105224,-117059],[-102639,-117615],[-102847,-119884],[-111774,-117151],[-114417,-115468],[-102984,-118834],[-114870,-138231],[-114194,-136284],[-114492,-140528],[-109761,-129846],[-106275,-129774],[-107055,-131874],[-111671,-133265],[-113849,-133386],[-109283,-137915],[-112135,-139331],[-105231,-136442],[-113458,-129170],[-109020,-139001],[-109895,-130318],[-105732,-128449],[-105327,-132280],[-107281,-139210],[-114270,-137758],[-105032,-135771],[-107247,-130241],[-106728,-133322],[-113577,-132768],[-107029,-138143],[-114083,-139837],[-113714,-129968],[-108252,-128603],[-111359,-129031],[-106625,-128566],[-107663,-131040],[-106512,-134420],[-111139,-134134],[-113197,-131553],[-109126,-138859],[-113124,-138572],[-107003,-135674],[-114620,-130713],[-107755,-129859],[-105127,-133811],[-103951,-127837],[-111626,-134896],[-108768,-137332],[-113846,-138558],[-113352,-130202],[-112312,-147765],[-112047,-142013],[-107126,-148157],[-107613,-145918],[-113613,-149432],[-102732,-151219],[-103104,-150033],[-104978,-148372],[-103151,-149162],[-105453,-149751],[-106271,-149928],[-106261,-147457],[-111571,-140821],[-113725,-144336],[-107097,-148234],[-114282,-145273],[-113465,-150057],[-111427,-148465],[-113610,-147648],[-112127,-147659],[-109721,-147702],[-108287,-147573],[-112394,-141689],[-111763,-143937],[-113045,-143913],[-106333,-142683],[-107696,-147832],[-114052,-142467],[-108635,-142067],[-111835,-150453],[-114214,-152536],[-110175,-141364],[-110312,-143788],[-114436,-143119],[-105867,-143692],[-107804,-148465],[-111088,-141480],[-113314,-144272],[-105505,-142387],[-110841,-162900],[-111538,-162450],[-104026,-165265],[-106862,-165409],[-102451,-163616],[-106629,-162059],[-105092,-163836],[-106321,-164227],[-110573,-162026],[-103910,-170729],[-102575,-171900],[-103590,-168662],[-105747,-178893],[-106920,-177914],[-108165,-178038],[-106113,-176984],[-110648,-178602],[-111870,-180825],[-111700,-181426],[-103139,-191194],[-113928,-190736],[-112361,-190717],[-112923,-189826],[-114871,-190236],[-105769,-180607],[-106323,-179639],[-105928,-181725],[-106206,-182915],[-113497,-190644],[-108191,-193504],[-107109,-194340],[-110772,-199323],[-108972,-196340],[-105326,-200953],[-102945,-192639],[-112195,-198385],[-103220,-199050],[-112184,-195199],[-104883,-227852],[-110383,-218747],[-109034,-222170],[-108398,-223069],[-103698,-229779],[-105494,-226974],[-112899,-222508],[-107172,-227229],[-111236,-219479],[-110753,-221624],[-107034,-218015],[-111044,-220602],[-111400,-220081],[-109797,-221078],[-109044,-222029],[-112113,-222113],[-106656,-226711],[-102804,-229500],[-106530,-227905],[-106127,-237225],[-110769,-240926],[-109106,-237439],[-109674,-237919],[-109160,-234283],[-109606,-237686],[-110482,-232474],[-110573,-234350],[-112885,-234039],[-104686,-235941],[-104892,-234702],[-102629,-234016],[-103655,-237838],[-107750,-234680],[-107540,-233518],[-105932,-232948],[-107098,-231288],[-108655,-242932],[-106320,-234331],[-103537,-231078],[-107611,-237758],[-105733,-230324],[-107244,-232490],[-107559,-237180],[-103504,-235590],[-109211,-236005],[-111312,-233678],[-105741,-233102],[-109332,-237583],[-112816,-7393],[-106292,-7852],[-112124,-6298],[-104377,-1162],[-112428,-5645],[-106627,-3964],[-105594,-6350],[-110686,-2677],[-108807,-11749],[-108392,-12168],[-107412,-12241],[-103213,-10306],[-103788,-8452],[-103111,-5825],[-105920,-6161],[-114180,-2564],[-114212,-2262],[-114081,-148],[-114753,-7683],[-108649,-304],[-112833,-10789],[-112101,-9736],[-113356,-7253],[-105973,-7288],[-113205,-4944],[-105014,-147],[-111507,-5737],[-111916,-7012],[-108219,-4210],[-105850,-6285],[-104458,-4399],[-110857,-1014],[-109833,-202],[-108867,-9829],[-109016,-10763],[-108343,-11601],[-108633,-12081],[-108009,-11710],[-104945,-10481],[-103956,-8480],[-102790,-5884],[-107425,-6445],[-106517,-2141],[-108879,-2314],[-111529,-12012],[-109360,-1895],[-110194,-2333],[-113399,-7889],[-105117,-8665],[-103041,-5251],[-108316,-2997],[-109348,-5556],[-112951,-3625],[-111343,-5170],[-105311,-305],[-108605,-9394],[-107986,-10223],[-107969,-10462],[-108120,-12079],[-103962,-10254],[-103150,-8803],[-103606,-6988],[-106499,-6655],[-114743,-3848],[-113739,-1925],[-115042,-3179],[-113171,-1723],[-114127,-200],[-102643,-8676],[-103929,-5451],[-104207,-5914],[-108786,-129],[-107410,110],[-112570,-3322],[-112420,-2288],[-114217,-8861],[-114041,-12232],[-113703,-12315],[-114185,-11924],[-113280,-12225],[-103047,-881],[-109895,-5639],[-111106,-5492],[-110468,-5641],[-110199,-6189],[-106236,-3572],[-106096,-2833],[-108293,-4871],[-107031,-3457],[-104618,-4718],[-110386,-2722],[-110109,-1760],[-111620,-2162],[-111834,-1952],[-107010,-7577],[-107254,-7052],[-112140,-176],[-111895,-668],[-111322,-321],[-111396,-245470],[-112940,-245738],[-114155,-246624],[-113541,-246614],[-110789,-245623],[-110254,-243253],[-114818,-245178],[-110068,-243055],[-106244,-366307],[-103983,-363446],[-105476,-369385],[-106502,-369165],[-104681,-368067],[-104209,-366601],[-104070,-364721],[-110294,-368549],[-107383,-370724],[-104996,-370474],[-109069,-361524],[-112849,-367525],[-103915,-24730],[-103008,-24178],[-102642,-22406],[-103889,-23457],[-103099,-24617],[-105389,-24989],[-105073,-24433],[-103121,-24009],[-103877,-24730],[-114581,-17002],[-106276,-13061],[-108346,-13810],[-106367,-16796],[-108457,-15700],[-105253,-19407],[-111108,-14545],[-111857,-16122],[-112728,-16132],[-102458,-13028],[-104438,-14671],[-103366,-16346],[-113380,-13356],[-106927,-23890],[-106391,-23074],[-110678,-25039],[-108055,-24154],[-102424,-21421],[-109428,-23260],[-106144,-17988],[-108399,-17200],[-111583,-17062],[-110247,-16447],[-104095,-21938],[-106927,-21403],[-107399,-20396],[-106182,-20280],[-108761,-24823],[-107175,-23245],[-106538,-22949],[-108323,-23760],[-109413,-25017],[-102424,-21390],[-109354,-24625],[-108110,-23981],[-107856,-18526],[-105841,-18712],[-112862,-16294],[-110899,-18083],[-108931,-23888],[-109139,-24618],[-114771,-14029],[-104345,-17951],[-108025,-12644],[-107241,-13142],[-107941,-13241],[-106397,-15437],[-108533,-16624],[-105109,-20722],[-111622,-14416],[-111756,-15817],[-112892,-17211],[-113919,-14460],[-115012,-17092],[-106567,-12894],[-108765,-14427],[-106208,-16320],[-107496,-16211],[-105130,-19649],[-111974,-14793],[-111972,-15877],[-112052,-16794],[-108967,-372746],[-111201,-375604],[-104104,-375893],[-102801,-374090],[-106905,-371629],[-108391,-373412],[-115189,-371660],[-108979,-387503],[-105435,-436968],[-110283,-463166],[-110315,-463483],[-109826,-462495],[-110702,-463328],[-111226,-464481],[-108496,-464916],[-112779,-462809],[-109554,-461861],[-108864,-461064],[-103552,-25815],[-102695,-26314],[-105937,-35457],[-105546,-25466],[-105068,-25782],[-104291,-33014],[-102976,-28592],[-102752,-27326],[-112882,-34944],[-108221,-27314],[-106295,-27614],[-109257,-25643],[-103217,-524420],[-104668,-523781],[-102609,-517384],[-106560,-520644],[-105498,-517356],[-107949,-530349],[-112355,-532249],[-111427,-532866],[-106237,-526363],[-107095,-529251],[-107648,-530783],[-108929,-529923],[-110141,-531014],[-110817,-533837],[-112115,-532642],[-108569,-539594],[-113425,-539444],[-103712,-550129],[-105664,-550028],[-112867,-562270],[-112770,-553255],[-108444,-553452],[-111173,-552174],[-109384,-562234],[-102406,-553148],[-105422,-560766],[-108022,-560475],[-112058,-574967],[-109783,-584863],[-114623,-599909],[-102982,-590555],[-104122,-592738],[-108145,-607185],[-108381,-602489],[-103138,-606948],[-107181,-618957],[-106700,-47127],[-108551,-43342],[-103800,-50018],[-110788,-42579],[-110479,-44231],[-102607,-45820],[-105966,-47646],[-109814,-44765],[-109993,-43741],[-109593,-48192],[-108214,-48694],[-103777,-47962],[-104380,-46928],[-106940,-47584],[-107044,-46093],[-108319,-50085],[-108688,-49511],[-106855,-50341],[-105803,-48969],[-105655,-49154],[-105769,-49039],[-105531,-48894],[-103807,-47166],[-103350,-49484],[-102518,-50110],[-104167,-639123],[-105754,-640347],[-103606,-663782],[-109848,-685090],[-108169,-699436],[-104788,-701904],[-105003,-53846],[-105279,-53935],[-106455,-53173],[-111626,-63526],[-112253,-63098],[-111716,-62115],[-114261,-61203],[-114934,-61839],[-113334,-61787],[-105886,-63372],[-103947,-52172],[-103219,-51415],[-103023,-54812],[-104734,-54957],[-105993,-52367],[-104597,-52428],[-108653,-61104],[-113209,-60745],[-104231,-57700],[-109770,-55057],[-114860,-52904],[-105648,-63529],[-112259,-63478],[-112900,-61794],[-110744,-61551],[-111080,-61993],[-108890,-62202],[-109206,-62050],[-114381,-60528],[-114733,-59868],[-103609,-57650],[-103319,-57929],[-108206,-54692],[-107623,-55406],[-111026,-62053],[-111545,-61548],[-108827,-62099],[-109010,-62562],[-114190,-60506],[-114002,-59834],[-103488,-57131],[-103916,-56802],[-106847,-55247],[-108242,-54982],[-109873,-60912],[-112324,-60203],[-103462,-57689],[-109298,-55808],[-114789,-52254],[-108319,-60981],[-112981,-60622],[-103962,-57941],[-109198,-55453],[-105339,-73005],[-111138,-76276],[-108039,-76388],[-107472,-67618],[-109010,-68924],[-108782,-72296],[-110827,-72592],[-108376,-70097],[-112122,-67106],[-110471,-66912],[-110643,-68241],[-109104,-67483],[-104950,-69761],[-104973,-67239],[-106025,-67061],[-103065,-64590],[-102678,-63906],[-108602,-72814],[-110287,-74178],[-110310,-71046],[-114002,-71800],[-111438,-71920],[-113185,-72087],[-104060,-71113],[-108265,-72671],[-109115,-72626],[-114046,-66282],[-112215,-72279],[-113765,-66631],[-113251,-67922],[-113026,-68193],[-103805,-70900],[-108133,-74026],[-102851,-66379],[-102832,-67999],[-108439,-69686],[-106333,-75337],[-104391,-75026],[-106979,-67644],[-102670,-72533],[-104165,-72438],[-103712,-72482],[-104797,-70103],[-108542,-69567],[-107736,-75256],[-111200,-70788],[-111289,-69994],[-111265,-70609],[-104386,-68223],[-103801,-66238],[-103778,-65886],[-103865,-65871],[-109870,-66144],[-105490,-73155],[-102457,-71327],[-108916,-68919],[-109899,-72427],[-111155,-70828],[-108669,-71565],[-110321,-69211],[-110006,-66966],[-110963,-67017],[-111025,-68630],[-107215,-66519],[-105550,-66145],[-104266,-64603],[-109008,-74024],[-109736,-72791],[-111783,-71822],[-113200,-71889],[-104042,-68919],[-103752,-69583],[-102942,-69059],[-102614,-69713],[-113789,-75630],[-115117,-75151],[-106487,-84469],[-108561,-82060],[-105761,-77064],[-106533,-76761],[-107796,-86105],[-109454,-84658],[-106695,-83191],[-106609,-83008],[-102757,-86357],[-102687,-83962],[-105691,-88479],[-104649,-86387],[-102942,-87471],[-104713,-86978],[-107917,-77964],[-107859,-79483],[-106436,-79111],[-106409,-79913],[-107578,-79516],[-108767,-80653],[-110228,-77528],[-110009,-78511],[-106912,-88800],[-106449,-88850],[-108110,-77360],[-107782,-82118],[-109469,-79138],[-109582,-77989],[-109094,-77286],[-106994,-81788],[-111477,-81801],[-109163,-87832],[-109247,-88385],[-114959,-87913],[-114845,-89020],[-110117,-82520],[-110002,-82562],[-110432,-80157],[-113605,-78332],[-114978,-77821],[-111146,-80943],[-112311,-83197],[-113946,-78280],[-109385,-87569],[-108840,-88171],[-113623,-89381],[-114326,-88257],[-102705,-95160],[-106695,-89958],[-105483,-90988],[-105520,-91616],[-106682,-91270],[-107250,-89788],[-104652,-92000],[-102909,-91167],[-102475,-91923],[-102738,-91250],[-102661,-91977],[-102852,-94323],[-102536,-99725],[-103244,-95055],[-103375,-94725],[-105403,-92283],[-104801,-92873],[-104161,-93479],[-104266,-93551],[-106929,-90934],[-105873,-89638],[-105335,-89662],[-102898,-100119],[-106605,-101740],[-103768,-102107],[-113192,-90447],[-113425,-89917],[-109690,-90658],[-110285,-90569],[-107716,-98130],[-108503,-98408],[-106047,-96771],[-105339,-97048],[-106507,-101799],[-104899,-101830],[-104805,-100740],[-104019,-101959],[-107182,-91529],[-104166,-100204],[-104568,-100724],[-105105,-98013],[-105141,-97929],[-105737,-95973],[-105755,-96653],[-105594,-98534],[-106016,-98082],[-107652,-91162],[-104649,-96400],[-103468,-101846],[-113139,-90394],[-112912,-89748],[-109247,-89679],[-110332,-90082],[-108637,-98255],[-108318,-97702],[-106360,-97054],[-105707,-96784],[-110744,-112525],[-109107,-110299],[-115184,-109261],[-105135,-112773],[-104526,-112457],[-105187,-109847],[-105627,-110696],[-102784,-110910],[-108531,-114027],[-111140,-113577],[-110762,-110667],[-106714,-114932],[-110722,-114563],[-113990,-114658],[-108861,-109497],[-105188,-112170],[-105889,-111711],[-105075,-111050],[-104943,-111164],[-103864,-111712],[-103492,-110205],[-108851,-112167],[-108887,-112538],[-109013,-110847],[-115147,-111508],[-109949,-114008],[-102883,12861],[-113260,11499],[-105748,376],[-106101,2134],[-103038,319],[-106249,1114],[-112972,7341],[-114122,5765],[-114628,6369],[-113451,12497],[-104176,2019],[-104565,639],[-105142,330],[-102831,12811],[-113726,5098],[-106225,12858],[-107451,11491],[-107248,2798],[-105482,2891],[-107629,4510],[-106814,3945],[-110376,11223],[-109776,4684],[-112187,8381],[-105346,6702],[-111180,11624],[-107841,10469],[-105575,3160],[-105986,7046],[-106005,6773],[-112801,959],[-112341,12591],[-112136,4513],[-113101,4402],[-112808,929],[-112126,9956],[-111295,9816],[-110856,8604],[-110296,6949],[-109137,6816],[-107717,6804],[-108641,8986],[-109501,10240],[-108035,10296],[-109105,11718],[-110242,12818],[-109644,12316],[-106526,12193],[-105545,7954],[-106442,7075],[-105554,5490],[-104228,5391],[-104775,6427],[-106463,5278],[-104017,4533],[-112117,1608],[-112661,2244],[-111568,3085],[-110814,4412],[-108568,6044],[-112814,422],[-113684,1579],[-109806,5338],[-110307,3543],[-107809,138859],[-110309,129266],[-114998,131467],[-112133,128921],[-105184,136211],[-114260,139745],[-102542,140900],[-103317,140725],[-104078,136135],[-104220,134085],[-103588,138762],[-114491,139688],[-111086,135046],[-106931,132180],[-110687,139795],[-112519,130388],[-106823,140544],[-106529,140246],[-112761,128409],[-112752,129959],[-112887,129789],[-114133,132335],[-114003,131561],[-115096,137345],[-102724,134779],[-102819,133784],[-102615,133268],[-103322,131798],[-104092,131297],[-103613,138805],[-109818,140586],[-108502,138217],[-107981,130987],[-115090,138662],[-111307,129409],[-106075,140389],[-106043,140176],[-112344,128796],[-112364,129747],[-113147,128703],[-113464,131490],[-114656,131322],[-107627,139529],[-108963,128450],[-105400,131980],[-111734,130771],[-113578,137628],[-104619,129490],[-106505,135837],[-104879,135360],[-103522,139590],[-102961,139970],[-113803,139506],[-106322,130156],[-111513,146418],[-105733,144369],[-104861,143947],[-111019,151794],[-112583,150275],[-109189,153368],[-109280,153526],[-109843,148576],[-107399,150152],[-106253,148950],[-106581,148297],[-106326,148220],[-104616,147164],[-106875,147844],[-106435,147306],[-107334,146973],[-105833,141837],[-106379,142575],[-107999,144622],[-107890,144510],[-112954,143664],[-105963,146446],[-102717,144094],[-105472,141069],[-107660,149361],[-109935,148026],[-108303,151377],[-109398,152308],[-115038,143455],[-103095,146959],[-109271,142914],[-106604,144653],[-108385,150719],[-102493,148264],[-110178,153662],[-107569,149382],[-108675,148867],[-106756,148786],[-107779,148870],[-104756,148511],[-104273,145564],[-106700,147925],[-107232,146751],[-106510,147363],[-106603,147062],[-107507,151882],[-105529,143261],[-106291,142359],[-107263,144734],[-107587,145030],[-102665,147455],[-102639,147846],[-103298,148645],[-106371,152504],[-106192,153554],[-105513,151991],[-103800,146695],[-103228,147744],[-106957,152375],[-104321,149691],[-104152,148755],[-105054,150248],[-104691,151385],[-103322,151469],[-104268,151910],[-104135,150504],[-104886,152527],[-102503,153564],[-105250,149026],[-110237,142748],[-107458,143799],[-110648,152966],[-110296,152251],[-108306,147974],[-107090,145815],[-108005,144630],[-113088,151511],[-109571,153215],[-114694,143971],[-102918,144956],[-106099,146222],[-106374,147874],[-102843,143264],[-103154,142208],[-105016,142445],[-108340,149229],[-107450,148545],[-108795,151969],[-109421,152160],[-114135,142623],[-104574,147447],[-102705,142161],[-103660,142695],[-107926,149056],[-110052,148266],[-108738,152206],[-109760,151301],[-114239,142306],[-114227,157707],[-107220,154411],[-109208,154599],[-109641,162520],[-112388,166196],[-112809,165057],[-112054,157044],[-107030,157157],[-106310,158793],[-108035,164819],[-106382,160761],[-111272,162673],[-115099,166377],[-114689,165922],[-108404,154129],[-108547,157220],[-107154,155295],[-106412,155485],[-106624,157136],[-107090,156028],[-107796,156477],[-107277,155426],[-107615,155856],[-107501,158762],[-108204,160069],[-107048,160894],[-111268,166037],[-108706,158258],[-104958,157989],[-114050,164668],[-114534,165566],[-108201,162893],[-108535,162703],[-110625,164581],[-110252,164598],[-108122,163515],[-107858,162092],[-111428,164736],[-110161,164063],[-107965,159957],[-108727,159557],[-104897,158794],[-105393,159251],[-114315,166341],[-109162,155184],[-108218,155645],[-107099,162938],[-107552,156811],[-107250,157569],[-110513,166358],[-108015,157724],[-105684,159679],[-105450,160608],[-108723,158681],[-109615,158673],[-111358,157026],[-103590,154285],[-103942,154984],[-104525,155247],[-104654,155926],[-112100,161691],[-114672,161849],[-111005,162383],[-113460,165306],[-111020,158419],[-113631,159775],[-114702,162591],[-110931,162885],[-112162,164633],[-109515,157859],[-113028,161054],[-112726,159433],[-110148,160982],[-114990,162312],[-111282,161065],[-114127,164934],[-110442,158869],[-109088,155744],[-114763,171284],[-115103,173281],[-115006,168323],[-114895,167103],[-112749,166832],[-112776,169560],[-114797,170154],[-111704,167371],[-108721,166717],[-107336,217621],[-108154,217541],[-111960,216570],[-112171,216714],[-112903,216692],[-114009,216668],[-105771,217077],[-104672,216810],[-107064,217296],[-109627,217489],[-111355,217261],[-103585,217538],[-106246,217082],[-105527,217476],[-112899,216605],[-106368,219327],[-109442,218129],[-103926,218215],[-110850,218953],[-109780,218237],[-105918,219526],[-105804,218848],[-107274,218269],[-108471,218950],[-108819,218013],[-108172,218654],[-113514,217816],[-112691,218269],[-110969,218716],[-105871,218093],[-106425,233053],[-103370,14180],[-103285,14146],[-104986,17104],[-109899,18157],[-111860,24124],[-110900,22676],[-114118,21871],[-106749,23919],[-106941,24482],[-113914,14967],[-102823,13090],[-102448,23129],[-102708,24218],[-102482,14714],[-104452,16433],[-108220,18258],[-110417,19787],[-109923,21167],[-105443,23637],[-102561,23410],[-113051,20813],[-107344,18072],[-109552,18119],[-109457,18406],[-110231,24449],[-111967,24386],[-114952,25433],[-114889,24891],[-104093,24578],[-106527,23752],[-114872,14913],[-114527,21548],[-106269,23318],[-106429,23195],[-114824,19608],[-102629,16307],[-102690,15199],[-103734,18512],[-102852,21003],[-104467,19211],[-113871,23586],[-112222,22098],[-111366,22259],[-110753,21236],[-108435,21949],[-108814,22517],[-107245,19653],[-107588,18971],[-105458,18325],[-104268,16841],[-102656,13332],[-102704,24904],[-106114,23351],[-105325,22583],[-103847,14482],[-105200,15640],[-104588,15187],[-112926,15094],[-114461,18987],[-110957,14154],[-108752,14231],[-106617,15330],[-106223,15303],[-108183,16084],[-107717,14035],[-112389,15496],[-113364,17464],[-113000,18804],[-115168,17877],[-114813,16613],[-114370,16959],[-108339,15110],[-106754,13788],[-103961,14556],[-114431,293984],[-113128,294228],[-113644,293045],[-112532,294659],[-114744,297390],[-114073,27829],[-113977,28262],[-112549,29232],[-113659,29045],[-110417,28489],[-110831,28276],[-111392,29175],[-110296,30247],[-111252,31165],[-110101,31905],[-109862,32362],[-109962,31400],[-108400,33178],[-108723,33144],[-113651,37210],[-103361,38016],[-104255,36094],[-105253,38467],[-113566,25873],[-108916,30276],[-109559,35737],[-102705,35549],[-111630,34233],[-115059,28947],[-115008,28376],[-112826,28877],[-113327,29227],[-110618,27623],[-110296,28068],[-110618,28950],[-110456,28839],[-111109,30966],[-111242,31716],[-109846,31671],[-107829,33026],[-109001,31619],[-103345,37801],[-105613,35661],[-104600,36707],[-104881,36286],[-104105,38530],[-104234,37371],[-109390,31141],[-108565,30562],[-108523,36602],[-109774,35129],[-114578,26386],[-111340,35629],[-106488,34776],[-104762,34733],[-107989,33080],[-109339,31715],[-107702,35825],[-114597,26768],[-102644,34346],[-110853,35216],[-113859,38402],[-103014,390627],[-103589,395445],[-105221,395738],[-103611,391561],[-105756,396067],[-103073,390275],[-105307,396696],[-105963,396819],[-103009,391208],[-104543,396166],[-102579,397153],[-102714,402495],[-106784,398224],[-102703,398717],[-102417,400553],[-105795,397422],[-103005,407883],[-107385,399688],[-102560,408411],[-103499,398762],[-105618,411824],[-103766,420977],[-103368,421989],[-102643,411545],[-104516,412984],[-102629,50734],[-106548,40969],[-106398,41989],[-110628,47600],[-113329,47852],[-107091,42614],[-108136,43631],[-107519,44811],[-106208,48344],[-103483,40036],[-113223,50410],[-111954,40287],[-113501,38866],[-113445,38702],[-104082,38902],[-107475,39632],[-105323,40710],[-105621,42342],[-104487,41844],[-108478,47226],[-110743,47565],[-112950,47959],[-112646,46817],[-108843,42396],[-109026,40991],[-108980,43202],[-106478,45129],[-108364,44610],[-107378,45232],[-107489,46814],[-107479,48549],[-104034,39565],[-104183,40004],[-114241,47962],[-113804,47264],[-113439,49650],[-113072,50359],[-113310,41229],[-112864,39423],[-105456,40913],[-106258,39606],[-104832,41069],[-104430,40855],[-108469,46762],[-110685,47292],[-111286,47528],[-110963,48369],[-107274,42640],[-108528,40474],[-107518,43605],[-106585,43738],[-106823,46284],[-108649,45096],[-105840,47676],[-106422,46727],[-104817,39729],[-103546,39769],[-115026,47206],[-114398,49856],[-112229,51195],[-113615,40155],[-113831,41818],[-111859,613490],[-113908,612042],[-113486,613203],[-110003,611916],[-114572,614132],[-111344,613644],[-112639,612881],[-107855,614300],[-102761,622770],[-104716,619977],[-104499,619552],[-110608,616357],[-103087,622611],[-109046,614675],[-102498,621753],[-111798,615603],[-103838,618160],[-112040,615026],[-102703,621061],[-109558,615744],[-103081,617095],[-103458,615316],[-105262,616147],[-104927,615971],[-115105,615705],[-102922,57303],[-103709,60136],[-103479,57835],[-103937,53183],[-105246,56189],[-102466,63586],[-106991,54069],[-104681,54116],[-106451,61460],[-103089,53875],[-114436,52097],[-113597,55298],[-114335,53319],[-112878,56367],[-113554,54873],[-114423,60899],[-114733,61160],[-113763,53607],[-114240,54508],[-113036,55836],[-106648,75054],[-114054,73269],[-112062,71187],[-110905,69909],[-110207,71352],[-107802,72475],[-105818,74115],[-111490,75657],[-108584,65699],[-107732,70844],[-108102,73640],[-102465,66600],[-107782,66423],[-110208,65369],[-108490,71474],[-108577,73180],[-112084,76585],[-102496,67403],[-104019,87273],[-104011,81991],[-111029,85726],[-114663,79574],[-106762,80424],[-108477,82174],[-106488,77356],[-111909,80603],[-103108,81916],[-105628,87032],[-108728,86954],[-102569,84004],[-103102,83567],[-103430,85045],[-103945,84733],[-107050,84609],[-106161,83554],[-106519,84217],[-105593,83574],[-105565,88850],[-105628,88251],[-114077,89098],[-112845,89666],[-115196,87078],[-111137,81180],[-111818,81102],[-105835,79233],[-105842,80032],[-111686,86838],[-105111,87844],[-106355,82010],[-110116,80985],[-108110,77222],[-106659,77344],[-112680,77270],[-110406,79422],[-111218,84378],[-114513,77636],[-114983,77645],[-103186,83106],[-103649,83966],[-103958,85148],[-103915,85210],[-107067,83600],[-106652,83877],[-105517,83962],[-106542,83817],[-104862,88136],[-105722,88843],[-111817,80550],[-112397,80754],[-104692,79721],[-105411,78819],[-107548,93629],[-108874,102446],[-102405,97002],[-112942,93928],[-109080,93842],[-108679,101232],[-108073,101424],[-108904,100662],[-108754,100700],[-104622,99277],[-106011,100638],[-102919,90269],[-102917,90767],[-102745,98338],[-102931,97510],[-111202,95237],[-110629,95972],[-113201,97897],[-112907,98423],[-113700,94337],[-114322,93595],[-111983,93974],[-112652,93955],[-114918,90519],[-114449,89919],[-113987,91960],[-109551,95315],[-109986,91397],[-108547,101284],[-108419,101152],[-109179,101017],[-109226,100569],[-106103,100625],[-105352,100242],[-102725,90572],[-102910,90327],[-102802,91191],[-102747,98383],[-103289,97600],[-110490,96612],[-111702,96531],[-113279,90011],[-113719,90236],[-113913,97629],[-113831,94438],[-114387,94527],[-112039,94639],[-112204,94612],[-114379,90857],[-114538,90732],[-115035,98839],[-102908,98626]] \ No newline at end of file diff --git a/src/gathering/a10236.json b/src/gathering/a10236.json new file mode 100644 index 0000000..d62f976 --- /dev/null +++ b/src/gathering/a10236.json @@ -0,0 +1 @@ +[[-1276277,1520943],[-1273693,1519593],[-1279834,1523018],[-1278303,1519876],[-1279706,1522301],[-1276471,1523046],[-1278721,1519333],[-1279263,1522771],[-1278428,1519625],[-1275198,1523178],[-1274374,1523141],[-1273433,1531481],[-1278690,1524206],[-1279002,1524530],[-1273965,1548799],[-1275280,1548353],[-1269312,1546933],[-1270840,1547082],[-1277390,1549425],[-1277521,1550671],[-1277738,1552533],[-1275586,1550717],[-1279439,1549728],[-1292313,1493374],[-1288037,1523305],[-1287113,1519488],[-1288896,1517648],[-1289699,1517468],[-1283802,1519736],[-1285266,1519564],[-1283661,1519924],[-1285564,1520392],[-1284814,1518918],[-1284109,1520853],[-1284267,1523065],[-1284531,1520486],[-1280845,1519590],[-1289352,1522047],[-1281473,1519969],[-1282342,1519536],[-1281673,1521428],[-1280020,1519733],[-1281785,1523212],[-1284360,1519358],[-1281944,1523741],[-1287410,1548790],[-1281923,1550175],[-1285146,1549137],[-1287052,1550403],[-1287899,1551377],[-1294120,1495519],[-1293251,1495526],[-1298313,1506169],[-1297384,1506448],[-1296778,1499648],[-1296709,1497962],[-1296303,1498571],[-1296527,1499653],[-1297440,1501475],[-1297028,1500939],[-1298380,1503373],[-1297752,1502352],[-1300508,1506536],[-1300667,1510511],[-1298744,1509582],[-1299340,1507497],[-1298726,1508556],[-1299161,1512269],[-1299443,1511571],[-1300167,1541448],[-1296039,1543162],[-1297176,1541245],[-1298304,1540196],[-1295874,1542410],[-1297032,1540455],[-1299207,1540639],[-1300797,1539657],[-1301952,1539747],[-1298912,1539916],[-1301850,1539471],[-1299316,1543587],[-1297356,1541947],[-1297679,1540709],[-1296212,1542959],[-1297927,1546745],[-1300903,1542396],[-1302548,1542299],[-1300657,1540775],[-1319192,1514680],[-119642,-152855],[-119911,-152972],[-116364,-151178],[-117667,-151316],[-118520,-148943],[-120058,-152735],[-117444,-150857],[-120161,-151894],[-120105,-151736],[-116779,-152752],[-116454,-151174],[-116217,-160213],[-118767,-156728],[-119651,-156636],[-115698,-156879],[-115267,-162150],[-116845,-160761],[-117232,-160417],[-115946,-157935],[-117830,-156978],[-120966,-157515],[-120237,-156641],[-115380,-157329],[-116549,-160186],[-116313,-161595],[-116906,-158167],[-118567,-156809],[-120175,-157874],[-120398,-156656],[-116502,-175926],[-116940,-175875],[-117784,-175886],[-117061,-176976],[-116233,-176250],[-117184,-176707],[-115671,-175355],[-116302,-175932],[-117419,-176983],[-116486,-176338],[-119738,-174720],[-120575,-175027],[-118069,-174836],[-120397,-174409],[-122438,-183492],[-123051,-182521],[-127297,-182365],[-116530,-184405],[-120860,-187123],[-123524,-183495],[-122450,-183449],[-123014,-182148],[-122838,-181300],[-127098,-182200],[-127240,-183395],[-116738,-183887],[-117243,-182750],[-117233,-186723],[-117099,-186409],[-116132,-181621],[-116611,-187624],[-119004,-187771],[-120279,-186063],[-122844,-182612],[-121951,-183055],[-123980,-182340],[-123328,-182218],[-126960,-182375],[-127958,-182195],[-117824,-185656],[-117288,-186253],[-120856,-184864],[-115240,-183898],[-115213,-185587],[-116489,-198365],[-118869,-202882],[-121988,-198867],[-121948,-195174],[-126239,-198500],[-119918,-204424],[-121980,-206769],[-124609,-207090],[-127464,-214637],[-124893,-211116],[-125079,-206957],[-126058,-209171],[-123871,-240962],[-120871,-242544],[-115827,-8591],[-127266,-8393],[-118336,-4757],[-116794,-7202],[-123958,-11699],[-118404,-3902],[-116635,-6558],[-124686,-4683],[-127820,-8902],[-117811,-2948],[-119825,-3294],[-125199,-1879],[-124558,-7937],[-117167,-1652],[-126411,-987],[-116954,-247481],[-120426,-250820],[-118101,-250898],[-118159,-250603],[-118883,-255306],[-125216,-252132],[-121476,-245300],[-123430,-250960],[-117697,-246984],[-119979,-252089],[-119990,-255222],[-119110,-248455],[-120839,-251455],[-119366,-252980],[-125662,-251937],[-120486,-249316],[-120061,-253363],[-123129,-252925],[-121822,-243697],[-125580,-258617],[-126779,-261403],[-122744,-259027],[-127642,-261898],[-123990,-258009],[-124624,-260542],[-127894,-259859],[-123471,-258656],[-125075,-276839],[-123398,-276107],[-122199,-275921],[-123271,-281748],[-115847,-12881],[-127173,-15983],[-124724,-23352],[-123865,-22555],[-124878,-24596],[-117121,-14693],[-124013,-23017],[-124686,-19801],[-127893,-17930],[-124011,-24848],[-123585,-22994],[-121623,-13795],[-121781,-15732],[-127889,-16673],[-123531,-446785],[-123523,-33811],[-116599,-35398],[-116251,-36211],[-127373,-30403],[-123741,-26094],[-127873,-558446],[-121236,-561273],[-120888,-561833],[-125234,-564426],[-126913,-567565],[-124628,-570176],[-122033,-564261],[-126818,-621126],[-126704,-616117],[-123375,-39667],[-121895,-38378],[-119861,-42451],[-119349,-39465],[-121172,-630058],[-123152,-650167],[-123206,-651843],[-124497,-653350],[-123942,-653305],[-126017,-675389],[-127929,-700817],[-122957,1419],[-122788,1979],[-122925,1673],[-124803,11497],[-116465,11731],[-117885,11404],[-117346,12418],[-124843,139063],[-124328,138838],[-118709,139831],[-115777,131464],[-119283,132003],[-126590,140190],[-124287,134565],[-119017,137484],[-118837,137993],[-116695,134512],[-115561,136483],[-115994,137820],[-124439,132841],[-126177,130364],[-126387,130676],[-125754,140049],[-126582,140638],[-116417,142682],[-127658,150178],[-123625,152175],[-120418,151128],[-117397,143609],[-125379,141625],[-122715,149122],[-120027,146860],[-117406,142700],[-117966,151147],[-125176,143772],[-119405,150015],[-119412,147236],[-116451,142094],[-116078,142074],[-123047,152719],[-120608,150552],[-115396,142633],[-127471,156755],[-126696,162045],[-123692,158846],[-121053,158001],[-116684,159327],[-126090,155546],[-126168,157372],[-123043,153968],[-116281,156882],[-124407,159269],[-123106,155308],[-127760,161080],[-127258,160257],[-122769,157126],[-120830,158440],[-126182,241231],[-127511,241534],[-127968,234153],[-115258,24295],[-125622,22404],[-119124,25174],[-123695,23804],[-117073,16514],[-116075,18344],[-125803,21596],[-124533,22217],[-116407,21581],[-119897,25713],[-123803,23001],[-116813,24523],[-116784,16771],[-118194,21144],[-116437,292803],[-118561,293377],[-118393,293736],[-116230,297094],[-117686,300841],[-123007,296826],[-122433,299152],[-116734,296346],[-120570,297382],[-123933,299176],[-124391,303743],[-127250,304222],[-117320,302686],[-119461,304075],[-117606,301107],[-118553,303988],[-123264,311970],[-120284,307708],[-123253,310111],[-122200,307799],[-125251,308249],[-124237,312622],[-117521,25886],[-126192,26480],[-126113,26911],[-122149,36657],[-116617,32148],[-119060,26413],[-124149,416038],[-122299,418661],[-123918,430046],[-123391,429960],[-120421,428701],[-122174,437849],[-119708,438622],[-119073,46364],[-125603,42910],[-118225,44806],[-121001,44360],[-127985,48675],[-126878,44767],[-119592,45272],[-125472,42256],[-118171,43774],[-121472,43273],[-127538,47301],[-126971,46454],[-118820,44799],[-119613,44781],[-125391,43165],[-117622,40730],[-117755,44942],[-119635,44548],[-122362,43598],[-122411,45697],[-127767,50691],[-127961,47674],[-127935,44359],[-126964,44596],[-121296,57680],[-122020,58171],[-122629,54907],[-121935,55305],[-126212,54038],[-125638,55118],[-123807,57859],[-125364,59068],[-125816,60763],[-125788,60173],[-122354,61178],[-123742,59690],[-117758,63138],[-118735,63223],[-119042,57871],[-119063,58924],[-115767,58825],[-126718,52818],[-127628,52973],[-126792,51693],[-127665,53802],[-121927,57488],[-123407,54621],[-125804,54149],[-125109,58054],[-124785,62017],[-122359,60014],[-117731,62700],[-120602,58057],[-126509,53161],[-121847,57899],[-123813,55418],[-125196,53215],[-123978,57473],[-126266,61955],[-123117,59253],[-118187,63625],[-119405,57362],[-127880,52091],[-127543,55475],[-115324,70309],[-118074,76804],[-115866,76571],[-120427,69715],[-125882,68772],[-127801,74162],[-127084,64240],[-124718,69934],[-124927,72831],[-127111,75119],[-123774,71633],[-124118,70264],[-125006,74817],[-125975,65580],[-124265,71204],[-126548,73305],[-119589,89400],[-115385,87461],[-118502,78880],[-127814,78131],[-127859,78635],[-127360,81510],[-124591,78150],[-127396,81375],[-126744,89500],[-127461,77863],[-126544,78223],[-117939,101043],[-126970,101415],[-117063,97365],[-125760,96793],[-118308,92583],[-117386,91667],[-123837,98015],[-126460,98668],[-127600,98512],[-120127,98845],[-117035,100958],[-124685,99088],[-122121,92368],[-117771,103480],[-122356,108793],[-115476,110913],[-118529,111269],[-121991,112019],[-122430,114108],[-116327,112986],[-119583,115149],[-120100,113763],[-116392,112509],[-115387,112652],[-119378,106248],[-118152,104654],[-116645,105348],[-123312,106828],[-121171,104453],[-121336,103031],[-119521,118320],[-119208,117295],[-118776,124140],[-118657,121853],[-116495,119668],[-132956,-121799],[-133890,-119944],[-136001,-152429],[-137745,-151743],[-135436,-152848],[-139840,-152990],[-139433,-148922],[-139922,-149489],[-136750,-152257],[-140526,-148697],[-140117,-147407],[-139155,-169627],[-133182,-177853],[-136097,-173321],[-138005,-177973],[-133812,-178573],[-132718,-178873],[-136771,-172461],[-136222,-173418],[-137508,-178688],[-133602,-178738],[-132620,-178774],[-136038,-172691],[-136950,-172742],[-137482,-177816],[-137263,-177312],[-139180,-182743],[-129011,-183162],[-130187,-182050],[-136394,-179700],[-129170,-182619],[-128690,-182632],[-131372,-181913],[-130718,-181586],[-136353,-179911],[-137876,-181515],[-137977,-179399],[-129152,-182731],[-129714,-182160],[-131602,-180717],[-130596,-181893],[-136576,-179596],[-136580,-180075],[-134700,-215839],[-129514,-210342],[-128955,-208806],[-135844,-216910],[-132494,-214494],[-131415,-211631],[-130667,-210634],[-130651,-218015],[-128767,-235388],[-129934,-240149],[-130514,-237902],[-128507,-234639],[-140638,-990],[-137904,-265482],[-133730,-264018],[-137532,-264490],[-130641,-260813],[-138113,-265237],[-130691,-261033],[-136576,-266268],[-133036,-261278],[-135487,-276713],[-139278,-272471],[-132107,-273786],[-137098,-277662],[-132664,-273194],[-130660,-273577],[-138386,-280333],[-133020,-280880],[-134761,-276801],[-140122,-273782],[-131534,-274022],[-130992,-271615],[-134609,-280452],[-136929,-277532],[-131891,-271289],[-139010,-271805],[-129829,-272314],[-134445,-282179],[-138310,-281677],[-133963,-283333],[-133215,-282146],[-136988,-286515],[-139435,-12951],[-140597,-13539],[-128377,-17926],[-128212,-15059],[-130818,-22643],[-128567,-26105],[-132138,-27760],[-132174,-27617],[-128441,-26460],[-130144,-29538],[-129370,-546763],[-133372,-548533],[-129904,-548788],[-132350,-550397],[-130493,-558418],[-132717,-639223],[-139359,-636467],[-140678,-639215],[-131112,-647605],[-129864,-646452],[-133678,-640598],[-136896,-651415],[-131332,-653590],[-132873,-684371],[-131418,-686443],[-128148,-686995],[-140710,-51139],[-140794,-53000],[-140703,-56929],[-140200,-62093],[-136797,-59939],[-139786,-72076],[-138569,-70331],[-140695,11974],[-138813,12670],[-137113,9565],[-130980,4562],[-135511,139501],[-138336,131846],[-129611,135038],[-137122,134171],[-139565,135870],[-140583,139980],[-129721,128745],[-133642,135516],[-131535,137754],[-129794,139051],[-132255,129791],[-132527,131311],[-131689,140923],[-130874,140341],[-128209,133912],[-129142,131839],[-129527,131798],[-134879,137979],[-133978,137079],[-129902,133988],[-133787,140082],[-128067,135952],[-130286,131780],[-134427,139636],[-132614,149293],[-131937,149402],[-135061,142023],[-128634,147825],[-130336,149541],[-134811,141573],[-135359,141144],[-139014,141845],[-137922,150378],[-136722,149965],[-130060,150234],[-135409,143126],[-136560,145154],[-128932,146802],[-132467,141486],[-139633,142059],[-130314,147821],[-137290,143020],[-135834,146356],[-129359,147228],[-131824,142087],[-140418,142300],[-138624,153105],[-130434,148105],[-131492,147451],[-137686,142567],[-136346,143380],[-136959,145091],[-138098,146223],[-129920,146318],[-128991,147347],[-131731,153604],[-140243,151199],[-128955,149407],[-137093,157014],[-140277,158977],[-136712,159086],[-128842,157602],[-128243,161344],[-131356,159461],[-131173,155539],[-137525,160453],[-139313,157335],[-140311,158255],[-137391,158369],[-138102,158840],[-129358,160096],[-129541,155441],[-128960,157371],[-130378,162576],[-131395,159051],[-129660,160070],[-130922,155322],[-140382,154680],[-134435,158638],[-130557,160268],[-136447,154511],[-134490,158334],[-132552,153821],[-135695,160659],[-138340,159097],[-137906,158921],[-128544,161329],[-134411,159973],[-130520,160148],[-131422,153848],[-129491,228732],[-130008,235832],[-129846,238879],[-135783,237339],[-133047,232322],[-130754,238663],[-133210,235537],[-132645,234417],[-131227,235572],[-130329,246449],[-128706,244790],[-129618,23653],[-136636,17674],[-129953,19736],[-133546,23547],[-131352,305125],[-130990,305334],[-129865,31306],[-130633,31637],[-133074,34142],[-136936,27017],[-139234,27522],[-131062,32232],[-134828,34548],[-133996,26746],[-128358,50817],[-129454,48039],[-128550,46700],[-128298,626139],[-128613,626489],[-129371,626317],[-129002,627074],[-134345,625725],[-129782,630981],[-128945,631240],[-132167,629468],[-128526,628789],[-134367,628099],[-132583,63616],[-128634,54970],[-136447,63141],[-138222,62959],[-136700,61168],[-134585,58977],[-134773,57095],[-135732,59818],[-136832,60285],[-133616,62200],[-131432,63179],[-133658,54239],[-135644,55212],[-129180,54227],[-135915,63938],[-139205,62979],[-134300,57933],[-136404,59966],[-133582,62362],[-133677,55395],[-135556,62815],[-138158,62264],[-133564,58122],[-134888,60496],[-132168,62572],[-130915,52343],[-134523,53049],[-135603,56756],[-131219,58181],[-131835,58004],[-136054,53080],[-132819,64379],[-134103,66655],[-132847,66579],[-130595,66913],[-128383,64700],[-128430,66543],[-128301,67294],[-135335,64342],[-133056,70400],[-130868,73547],[-133489,74062],[-138751,67145],[-135319,70986],[-133983,71236],[-130870,73823],[-137283,66612],[-135065,72864],[-133446,69306],[-130271,73488],[-133999,70443],[-134596,65526],[-132057,65891],[-129694,65947],[-130967,72622],[-134294,73332],[-138760,66671],[-139867,66302],[-134514,70318],[-132705,65698],[-134714,66289],[-130687,65682],[-128309,64244],[-128865,65613],[-132898,71080],[-131189,72608],[-134725,71057],[-138457,66086],[-136144,75918],[-132968,78204],[-130481,80081],[-140183,79967],[-134075,84760],[-129897,80866],[-132961,77687],[-135253,78604],[-133983,79383],[-133147,88886],[-132730,87772],[-132015,85280],[-130712,88411],[-130103,86383],[-130081,87138],[-134164,80785],[-129821,80936],[-129887,100340],[-128311,100242],[-128804,93194],[-131244,96853],[-129173,94939],[-128954,101254],[-133675,99532],[-136940,100363],[-134746,97908],[-137076,101566],[-134278,101970],[-138559,99512],[-138501,98094],[-137971,98725],[-138333,94688],[-138068,95416],[-136468,93152],[-132953,92657],[-133180,98560],[-133244,98793],[-138283,100575],[-134913,101052],[-132691,100459],[-132168,112302],[-132564,113463],[-132551,106690],[-139542,104282],[-138426,104222],[-138564,106477],[-133114,104710],[-139298,103569],[-137639,111738],[-134351,107108],[-133368,103048],[-135378,104110],[-138001,102973],[-139080,103395],[-133638,104779],[-135947,123611],[-137235,125900],[-131881,125987],[-132195,127332],[-138649,125248],[-138396,125666],[-151293,-135016],[-148125,-135919],[-150165,-134838],[-148775,-132904],[-147437,-147054],[-144957,-147966],[-141623,-148927],[-147044,-148340],[-146082,-147642],[-143941,-148442],[-140932,-172297],[-141599,-168022],[-144507,-175720],[-145554,-175537],[-147217,-173554],[-146798,-173915],[-141451,-176195],[-141723,-176816],[-144460,-176084],[-147278,-174048],[-141717,-177666],[-144689,-178489],[-146634,-177810],[-142861,-177964],[-141214,-178737],[-144739,-175371],[-144421,-176236],[-147336,-174289],[-146806,-173567],[-141483,-176500],[-141986,-176158],[-142946,-169927],[-142583,-179936],[-141573,-223838],[-142411,-221474],[-146114,-8901],[-142555,-9383],[-150909,-8219],[-141862,-7931],[-146605,-9595],[-141851,-11670],[-153434,-1112],[-148900,-3578],[-149439,-4519],[-142294,-8862],[-149511,-5738],[-149703,-8984],[-145672,-268265],[-151573,-258740],[-144363,-263103],[-147592,-264231],[-146575,-266584],[-143363,-277886],[-148309,-278098],[-148498,-276211],[-151304,-275697],[-152284,-278913],[-145090,-272006],[-147719,-275998],[-148092,-272225],[-145062,-273040],[-145058,-279607],[-147137,-277136],[-150423,-272602],[-150974,-274950],[-150733,-278354],[-146534,-270464],[-146854,-275094],[-143654,-273467],[-145149,-272516],[-148122,-272737],[-145185,-280376],[-149252,-274963],[-151797,-273034],[-150488,-281169],[-146855,-271057],[-146126,-270129],[-143530,-273033],[-145902,-273627],[-143125,-281045],[-150467,-275135],[-148095,-280928],[-147831,-269993],[-145084,-270745],[-147283,-275722],[-145139,-272722],[-146186,-269435],[-149836,-282139],[-147858,-282320],[-151225,-284061],[-149016,-282747],[-152143,-285035],[-150136,-293860],[-152997,-296160],[-148491,-294842],[-153310,-299048],[-151291,-296051],[-148124,-296723],[-146322,-13358],[-152112,-14650],[-142814,-14289],[-144429,-17800],[-148831,-551244],[-152611,-554258],[-147634,-556229],[-145642,-551347],[-145497,-553114],[-146256,-616654],[-144802,-637818],[-141601,-635749],[-146248,-639519],[-147784,-637880],[-147850,-651444],[-153308,-652541],[-153109,-652241],[-152170,-649474],[-144563,-660322],[-152935,-667971],[-153043,-668800],[-141094,-58377],[-143111,-55815],[-143578,-52560],[-141848,-51040],[-142447,-62301],[-143275,-75733],[-141408,-72011],[-143650,5304],[-149360,5554],[-149549,5587],[-141352,8929],[-142553,903],[-145930,4005],[-146039,5538],[-144193,9197],[-148592,12632],[-149307,139079],[-146085,135374],[-145328,135418],[-145746,132743],[-141497,136452],[-141821,134336],[-153442,132379],[-147159,132330],[-146667,129779],[-145119,130875],[-150488,152575],[-148030,141131],[-144488,146876],[-142827,147831],[-142445,150813],[-150230,153449],[-147730,142555],[-143238,142556],[-151127,152000],[-151706,141106],[-150301,145047],[-151130,145578],[-148274,142022],[-140842,147989],[-147565,146084],[-147189,147107],[-147097,143677],[-148876,143409],[-149124,149507],[-151551,145861],[-153132,146790],[-145632,152534],[-151344,149637],[-144782,143711],[-142860,144812],[-145590,150774],[-146305,152770],[-142831,142801],[-144899,142995],[-140268,145591],[-141642,146036],[-141180,141800],[-141106,141618],[-150770,153707],[-147254,152243],[-144259,142781],[-151605,153210],[-144723,153591],[-140962,151221],[-149049,155740],[-145841,161095],[-145392,156064],[-148301,157583],[-148410,157884],[-141694,154160],[-144162,160631],[-150518,156534],[-149297,160681],[-152436,160228],[-149629,160330],[-147131,160022],[-151205,158378],[-150654,159715],[-149455,155811],[-144333,154285],[-146872,160873],[-151160,159992],[-149822,155592],[-144067,15916],[-149964,16088],[-141305,21329],[-148971,317902],[-148010,315083],[-147007,316507],[-147847,31624],[-143543,31398],[-151680,31292],[-144034,32202],[-151832,54259],[-151023,57423],[-151056,59405],[-148399,54044],[-149127,53608],[-152058,53295],[-152157,57351],[-149592,61449],[-149570,55428],[-145131,70039],[-145792,73177],[-141522,76915],[-150353,69757],[-142008,66617],[-147002,75037],[-143563,70771],[-150953,76270],[-141316,76729],[-151200,74712],[-150164,70789],[-147998,73651],[-148753,76912],[-142735,71587],[-142403,76308],[-141511,66238],[-147456,75600],[-140852,65313],[-148307,75540],[-145252,71071],[-140984,66626],[-147549,75799],[-151787,70396],[-153419,68884],[-150348,65135],[-151992,68940],[-153124,71270],[-152494,73467],[-152188,64387],[-149589,69146],[-151707,64389],[-153512,70181],[-149020,68257],[-150908,65899],[-148895,68141],[-151677,64648],[-148641,82335],[-149554,86830],[-146509,79469],[-151107,86541],[-148338,78772],[-151268,82045],[-141425,84624],[-143127,77732],[-144526,79948],[-151535,86393],[-148411,79030],[-143626,81295],[-143989,82850],[-145086,81031],[-143517,79418],[-153208,81066],[-151930,79770],[-146379,80200],[-151991,86556],[-148979,77560],[-149473,89513],[-143471,83500],[-144378,81432],[-150776,84105],[-144455,79895],[-150156,86529],[-144940,81465],[-149007,77620],[-152297,85605],[-149879,81719],[-145650,99634],[-146968,100320],[-148771,99629],[-141301,98689],[-151345,93873],[-151810,97299],[-150654,98242],[-148164,95596],[-151736,94653],[-153387,97739],[-147263,90270],[-152164,100386],[-144069,100527],[-143776,100652],[-150746,101643],[-141090,98365],[-150857,98955],[-148484,97414],[-147948,96419],[-150721,94615],[-152779,93629],[-153104,98269],[-148575,90248],[-148995,91635],[-140867,98771],[-149561,100105],[-142762,107802],[-141765,108591],[-148211,109601],[-150287,112369],[-143911,107944],[-147453,113395],[-152060,102839],[-144048,106822],[-152082,104762],[-149507,108599],[-150484,103007],[-143448,105163],[-149633,107395],[-146835,108266],[-143463,110235],[-143200,107557],[-153174,109878],[-143070,110005],[-141617,106948],[-150364,111397],[-147101,108621],[-144977,113072],[-146142,109127],[-144150,107485],[-141930,108951],[-152370,103111],[-150875,109140],[-149786,106803],[-145957,108574],[-142576,111487],[-143134,106291],[-165563,-116491],[-165632,-119180],[-166388,-115490],[-164410,-116836],[-165195,-115054],[-163706,-164938],[-156979,-165890],[-156600,-170266],[-158614,-173961],[-153624,-208991],[-166162,-235698],[-154555,-925],[-160823,-254887],[-157356,-258118],[-155989,-261420],[-158807,-259691],[-153832,-273582],[-153712,-274856],[-159425,-276996],[-162436,-276148],[-164428,-271103],[-165251,-280493],[-153990,-275571],[-156548,-279902],[-160610,-275967],[-164226,-273189],[-164371,-268863],[-163810,-280963],[-166056,-277719],[-158211,-280757],[-158776,-275766],[-163288,-271001],[-154129,-277077],[-156083,-278893],[-165533,-278391],[-162975,-274762],[-165488,-270337],[-165762,-275411],[-163319,-281640],[-154261,-283462],[-160195,-288647],[-165458,-287482],[-158969,-283325],[-166388,-283513],[-160013,-284519],[-165119,-289087],[-163864,-291585],[-158151,-285379],[-162365,-290143],[-158043,-284867],[-153793,-297994],[-161125,-299105],[-163006,-297736],[-158894,-297587],[-163476,-294814],[-154985,-294970],[-154251,-299401],[-158172,-299780],[-154888,-294873],[-156742,-18275],[-156982,-27214],[-161837,-36848],[-161880,-542193],[-159129,-555083],[-163318,-556571],[-160002,-572303],[-167496,-584578],[-162127,-583838],[-158995,-588342],[-156181,-585925],[-154321,-648414],[-165755,-653957],[-154387,-667366],[-157088,-670415],[-161653,-669221],[-163618,-669651],[-166397,-671254],[-165741,-101929],[-161412,-101679],[-159050,-101437],[-154654,-114190],[-153812,-113713],[-166262,1801],[-158173,134693],[-165621,140297],[-163191,133130],[-154866,131947],[-154600,136878],[-164300,139071],[-166002,135231],[-156896,130926],[-157873,130268],[-158603,130580],[-154592,130639],[-159942,130297],[-160972,150264],[-156033,153072],[-164806,150608],[-158186,147375],[-154288,153300],[-165523,150498],[-155591,149131],[-156991,145918],[-160980,152789],[-156924,151524],[-155793,152716],[-160442,147711],[-165955,147985],[-156584,146796],[-156109,146783],[-156425,148221],[-159652,152559],[-156631,150172],[-156343,152999],[-154360,149548],[-159690,148229],[-159069,147589],[-165078,145621],[-158008,150909],[-161764,150702],[-153882,146293],[-163977,158439],[-163889,163628],[-162065,159341],[-162823,162231],[-161656,161687],[-155518,158323],[-154158,157243],[-157851,165689],[-158967,160979],[-154957,160554],[-159369,159257],[-162735,162769],[-164102,162075],[-164592,155687],[-163933,155164],[-163463,163351],[-162150,161720],[-160527,161796],[-162907,161242],[-163055,169178],[-161348,168860],[-157826,168574],[-158467,170295],[-160645,171665],[-157916,172350],[-159949,172971],[-163485,168827],[-162840,169772],[-158385,168646],[-157723,169511],[-161962,169445],[-157522,167864],[-163130,169412],[-159905,168912],[-161295,207955],[-163806,17518],[-163376,21362],[-160215,13176],[-161595,17509],[-160258,17905],[-156453,27389],[-155521,28164],[-165729,30620],[-166360,41701],[-164654,40310],[-164767,42051],[-155904,63553],[-156134,58282],[-156866,62182],[-154812,59022],[-156288,67788],[-155270,67769],[-154718,70855],[-156889,72334],[-156348,65383],[-154846,68008],[-155218,73954],[-156714,69140],[-163534,74477],[-156375,65926],[-157987,74537],[-157357,70108],[-157847,72234],[-161982,74015],[-158810,73293],[-156490,72620],[-154398,86775],[-161335,89032],[-165251,88352],[-165410,88122],[-164725,88269],[-161614,86424],[-161558,88166],[-159938,89702],[-160740,88448],[-164885,86141],[-162797,87006],[-161290,89449],[-159115,89330],[-153678,78265],[-159126,84964],[-158648,85170],[-160133,83450],[-156563,100216],[-154433,98560],[-165643,101235],[-160632,90330],[-160770,98975],[-155378,93448],[-159175,100160],[-153903,98440],[-163228,97036],[-155552,92512],[-161626,93283],[-155563,91940],[-153630,96071],[-157730,101214],[-156003,101991],[-157747,98870],[-158573,98700],[-153723,98163],[-154130,99354],[-165989,100812],[-159756,94223],[-156599,93050],[-163535,97664],[-156057,93838],[-159427,114724],[-158171,111508],[-158252,107819],[-157168,106176],[-157703,104116],[-154619,110446],[-157569,114209],[-158604,114428],[-159884,111961],[-156132,108908],[-157928,107279],[-158887,103873],[-158826,103377],[-157611,112502],[-159432,113874],[-158933,114004],[-157912,111741],[-159607,111490],[-153073,107204],[-157844,108371],[-157399,109642],[-158526,106476],[-159034,106456],[-158326,105359],[-158792,103475],[-158446,104530],[-155627,111186],[-157087,114906],[-159821,126126],[-164065,126068],[-164261,118184],[-162843,125352],[-165604,119627],[-161781,122251],[-162596,122072],[-165426,121301],[-159400,116538],[-165236,127160],[-163833,118642],[-166112,126612],[-166132,119802],[-161430,122993],[-157389,116554],[-157779,115528],[-163521,128026],[-165625,119304],[-165703,127006],[-162749,118927],[-165813,119211],[-162560,123032],[-164933,119965],[-167106,-122111],[-166971,-116432],[-168653,-121415],[-178295,-151180],[-178583,-197134],[-176371,-203219],[-175047,-203019],[-178708,-196607],[-175675,-201314],[-179070,-197582],[-174952,-202131],[-176141,-201450],[-178831,-212668],[-176876,-212288],[-176848,-212480],[-176922,-213139],[-178479,-213751],[-178827,-218197],[-177921,-217520],[-172951,-227129],[-167513,-226826],[-178457,-218534],[-177569,-219244],[-176564,-218916],[-178942,-237540],[-178212,-235167],[-178386,-234705],[-178463,-234685],[-177903,-236026],[-176929,-235112],[-176998,-235083],[-178052,-234121],[-177395,-235321],[-176509,-236507],[-176375,-236616],[-176917,-236291],[-177257,-235819],[-179133,-240660],[-173240,-239812],[-177355,-241402],[-175132,-242980],[-171535,-233236],[-178173,-238711],[-176264,-242551],[-178983,-240648],[-174197,-239627],[-178017,-241682],[-171700,-242574],[-174789,-3916],[-173552,-2497],[-171398,-5467],[-170045,-3690],[-169901,-250464],[-167839,-247016],[-172422,-246913],[-171732,-247084],[-171977,-245896],[-171871,-245359],[-171283,-246437],[-170002,-249521],[-175732,-243990],[-169013,-250316],[-169960,-247339],[-167913,-249239],[-170192,-246415],[-169163,-277362],[-171760,-279228],[-175539,-277623],[-178708,-278127],[-172430,-280862],[-168584,-289827],[-167692,-287588],[-166602,-283700],[-172084,-286244],[-172493,-288123],[-175962,-285356],[-169733,-283836],[-170422,-283475],[-169500,-287586],[-177269,-284692],[-173023,-282016],[-168205,-285476],[-170318,-22457],[-179190,-21635],[-171162,-511977],[-170893,-549223],[-171972,-541423],[-167598,-557029],[-177811,-554372],[-173108,-554453],[-174742,-555282],[-168322,-564133],[-178581,-569302],[-171680,-582086],[-177456,-598588],[-172051,-595256],[-179027,-601028],[-177267,-590783],[-178202,-602024],[-173332,-617169],[-174493,-618245],[-176255,-633667],[-175707,-641420],[-171643,-654425],[-168146,-654723],[-168249,-669801],[-168171,-668708],[-176886,-668476],[-173355,-677369],[-173677,-678561],[-172323,-678163],[-179156,-88417],[-170225,-96446],[-169461,-99236],[-166910,-100704],[-172080,-111518],[-168994,-112720],[-173393,-111406],[-175091,-110306],[-169184,-112299],[-166743,-114282],[-166817,2861],[-167189,2524],[-166757,2076],[-168316,5248],[-169022,6829],[-168630,11847],[-170660,12200],[-176061,138385],[-174353,134168],[-168958,137222],[-166476,134223],[-178294,139448],[-170311,138090],[-168013,134798],[-177957,136309],[-177702,135329],[-166575,137888],[-166490,133499],[-174607,135459],[-174642,129027],[-176701,130823],[-176083,130348],[-173627,128377],[-168517,128922],[-177241,142454],[-175689,153331],[-172802,145441],[-167255,148636],[-179007,142436],[-178462,153697],[-177727,148269],[-167222,146183],[-175445,150629],[-172016,152296],[-177875,142130],[-178520,144514],[-175952,152807],[-174077,146070],[-172388,147291],[-168107,149501],[-168134,148255],[-173580,150430],[-167763,153115],[-169648,148196],[-170877,150817],[-169141,154038],[-172137,161258],[-175471,159142],[-171503,160107],[-168994,166192],[-170625,163805],[-167678,165551],[-178762,156862],[-170689,159374],[-170675,160848],[-173649,154591],[-172656,160977],[-171318,161081],[-173095,160993],[-178088,154054],[-171470,157560],[-170435,169231],[-172505,167243],[-171133,167954],[-170736,168205],[-176786,247675],[-178924,248114],[-176276,250181],[-177555,246428],[-178982,251690],[-179054,249128],[-179075,244877],[-177553,244668],[-176427,17555],[-176023,13028],[-176092,19906],[-171500,25263],[-169186,15109],[-176868,289374],[-176909,292692],[-176441,294248],[-176816,293584],[-176260,290225],[-177478,290355],[-176374,290512],[-177877,293533],[-178958,301062],[-177080,295911],[-177814,294681],[-178697,294878],[-178059,301808],[-178217,302853],[-178182,295427],[-177552,301316],[-170612,37745],[-176064,33486],[-173668,35032],[-172638,30689],[-172581,29208],[-171115,38430],[-175552,34086],[-173747,29768],[-177913,28261],[-175947,27239],[-175848,28071],[-176616,28830],[-176945,28343],[-178278,27982],[-176913,35552],[-177429,33773],[-176334,35954],[-174859,36751],[-177144,38505],[-176993,38566],[-169195,31302],[-174037,34157],[-169160,43493],[-167511,40448],[-175113,44613],[-175113,43326],[-175186,45553],[-176231,45486],[-174627,44024],[-172875,45363],[-168322,44801],[-169965,46000],[-168884,44312],[-167533,43757],[-171391,43219],[-171685,41963],[-169373,44617],[-170422,46767],[-174594,40421],[-175833,38680],[-166814,41439],[-168213,42379],[-167729,42166],[-169955,39906],[-168223,39947],[-171280,39673],[-168818,49720],[-167708,43067],[-168357,39793],[-171472,39489],[-175187,58147],[-175052,57946],[-170622,58207],[-168624,60686],[-167869,55054],[-178859,58217],[-175378,65120],[-176533,68970],[-173798,76524],[-172662,74817],[-171962,73413],[-171104,72838],[-170255,74304],[-172795,72296],[-172215,70727],[-169730,66134],[-176317,82566],[-176689,82321],[-172205,84236],[-173496,81858],[-173412,81173],[-174500,77191],[-174247,87845],[-175073,88674],[-173091,84895],[-174943,86966],[-169136,99551],[-167600,100486],[-167838,96959],[-178124,90340],[-176738,92241],[-176052,91156],[-176123,90403],[-178733,93972],[-177564,94423],[-166720,97950],[-175654,97556],[-168200,101473],[-167749,99868],[-169858,98316],[-175392,98270],[-170583,105253],[-169418,108197],[-169339,107323],[-170405,107145],[-178865,107413],[-179078,105736],[-176999,117416],[-177982,125543],[-178070,123543],[-177345,121313],[-170168,117464],[-170205,122042],[-171969,125734],[-176116,125752],[-176518,121936],[-178322,126837],[-178475,124718],[-176848,118053],[-169725,123126],[-171451,127274],[-175893,126316],[-167220,122216],[-167171,117980],[-168317,118432],[-178237,127466],[-179040,123122],[-178980,117702],[-178312,118320],[-170854,122181],[-168158,123016],[-166406,121368],[-172290,124734],[-171973,124664],[-175302,126646],[-166165,117707],[-167603,120090],[-167286,118345],[-170616,119345],[-180356,-147172],[-188315,-166815],[-187295,-164415],[-185996,-171577],[-186104,-174192],[-184465,-177962],[-185102,-177156],[-184903,-194467],[-184271,-191986],[-180187,-196634],[-183708,-192889],[-185413,-192614],[-185535,-192472],[-179755,-196760],[-181836,-215121],[-181307,-209642],[-182156,-210569],[-183970,-209431],[-182237,-210439],[-187299,-210457],[-185119,-210365],[-189259,-210907],[-187702,-212897],[-190636,-210766],[-189125,-212745],[-191453,-210988],[-189600,-211335],[-189562,-214985],[-190808,-213030],[-180540,-214173],[-179499,-215834],[-181340,-210625],[-179753,-210747],[-182123,-209773],[-182718,-208705],[-185510,-212821],[-185021,-212833],[-188120,-212232],[-188804,-211235],[-189857,-212509],[-188896,-211619],[-190894,-209768],[-189310,-211492],[-191757,-214953],[-191739,-214903],[-180580,-210835],[-182188,-211040],[-186016,-211278],[-187229,-211585],[-189099,-212023],[-190879,-210119],[-190422,-214495],[-185455,-222534],[-182323,-224903],[-182883,-224592],[-188403,-223786],[-189604,-223897],[-181127,-238096],[-180239,-238236],[-179472,-237806],[-181472,-238843],[-180640,-238579],[-181154,-238731],[-180373,-239228],[-180056,-238455],[-179565,-238254],[-179722,-238320],[-182776,-7510],[-185647,-3955],[-179220,-8184],[-179603,-9131],[-185241,-4020],[-183820,-3342],[-181552,-203],[-191641,-10179],[-184610,-4527],[-183778,-5684],[-179635,-277556],[-183716,-272968],[-181204,-276477],[-181965,-280565],[-183240,-280719],[-183889,-280596],[-185060,-282418],[-189479,-290764],[-187079,-291640],[-191121,-292371],[-186839,-294005],[-188551,-290759],[-186851,-283405],[-183763,-284716],[-183960,-285369],[-187148,-289436],[-187113,-293974],[-191788,-292672],[-186671,-295260],[-186958,-295994],[-191955,-24252],[-181259,-23028],[-180652,-23917],[-180787,-23003],[-190428,-17884],[-187327,-472295],[-180146,-478992],[-189011,-474748],[-188486,-483880],[-188789,-482518],[-186975,-481118],[-188737,-475349],[-191298,-496420],[-190798,-498084],[-181212,-494868],[-191865,-489475],[-187787,-27566],[-182396,-33716],[-179765,-30580],[-180871,-30564],[-188008,-35796],[-187700,-36020],[-187954,-27324],[-184516,-521791],[-186285,-530810],[-186324,-534636],[-185820,-532633],[-186552,-532685],[-190110,-543506],[-181494,-558374],[-191652,-572224],[-189636,-572112],[-191161,-569492],[-190834,-585029],[-189508,-577195],[-189117,-584238],[-188692,-585641],[-189522,-599999],[-188280,-598773],[-181758,-591361],[-186702,-593174],[-186185,-590253],[-191996,-604019],[-181919,-612005],[-179883,-605425],[-181089,-623983],[-186688,-616849],[-183153,-615531],[-187988,-617858],[-179603,-620320],[-187541,-39848],[-185601,-41156],[-188386,-38259],[-187465,-39526],[-190020,-637824],[-191185,-635942],[-189478,-632360],[-188004,-641509],[-184097,-645852],[-181069,-88957],[-190652,-113057],[-189400,-111948],[-187179,4786],[-181857,1414],[-180175,5427],[-180646,6838],[-179389,5672],[-180935,5172],[-182547,134878],[-191645,138269],[-184300,137864],[-191272,137416],[-185858,135898],[-187068,136796],[-191730,137452],[-185017,131811],[-179377,129819],[-185471,129082],[-184084,132930],[-183704,131845],[-183561,132588],[-191570,128934],[-179217,132063],[-181322,129138],[-182124,132752],[-183056,151423],[-182651,150538],[-189134,149249],[-186853,141749],[-183156,151500],[-183024,149496],[-182948,152590],[-190430,148823],[-189767,142241],[-189928,149416],[-184962,150391],[-184114,150324],[-183580,150520],[-182302,148501],[-185700,153648],[-182304,152635],[-190208,150666],[-187613,142840],[-186389,143033],[-191931,151637],[-190844,150028],[-191506,146774],[-180635,163518],[-186617,158822],[-180651,156452],[-182123,163728],[-185295,158173],[-188449,158953],[-182123,163728],[-187490,164774],[-189166,166182],[-183601,154857],[-191307,160845],[-191809,157976],[-181712,163979],[-180440,163047],[-188229,158539],[-180999,156236],[-191567,168928],[-191452,166655],[-186722,242198],[-188051,240450],[-189404,238819],[-187972,242107],[-187764,243351],[-190085,239917],[-179424,249024],[-183714,248676],[-179944,246580],[-188177,244760],[-190887,243879],[-181568,255627],[-181976,254713],[-187372,244847],[-181266,249821],[-182569,251371],[-183013,252391],[-181639,247458],[-186598,244775],[-184249,249013],[-180043,253075],[-186511,243590],[-188424,14180],[-191885,15896],[-186525,25563],[-182662,15548],[-181570,15479],[-180442,16374],[-180546,16273],[-183057,19106],[-184277,18663],[-180905,290090],[-180130,290145],[-185570,290401],[-183598,291757],[-186072,290291],[-185319,292442],[-190384,293959],[-190613,293101],[-187703,293713],[-180879,291049],[-184782,290146],[-182338,291012],[-189453,290425],[-187361,292149],[-187205,293623],[-191147,292718],[-189366,291504],[-183094,293302],[-182046,290544],[-184347,301945],[-186322,298600],[-188043,298623],[-179478,295556],[-191540,299419],[-187987,302125],[-183613,304376],[-185324,305162],[-186431,305053],[-186849,295029],[-180262,295404],[-179694,302454],[-183843,301512],[-182944,301407],[-186471,298558],[-187386,297523],[-180050,304361],[-179413,296397],[-191064,295098],[-190670,298106],[-191582,296343],[-187059,302592],[-185776,303479],[-187435,304602],[-187796,304106],[-181482,299782],[-179373,305654],[-186738,298804],[-185909,300133],[-185457,34807],[-191467,30386],[-187469,27845],[-183923,34227],[-180151,27144],[-179826,28983],[-182379,36591],[-180710,36423],[-185399,35922],[-185512,34689],[-187865,26189],[-183531,33903],[-189207,34911],[-185310,35820],[-185708,42518],[-182256,45471],[-183914,47340],[-180723,42660],[-181637,44051],[-183042,42489],[-182063,42600],[-179857,47057],[-179685,48241],[-191295,39229],[-189597,42223],[-191153,44914],[-184334,43284],[-185967,43258],[-183394,46140],[-184382,44842],[-189745,51243],[-184345,43606],[-183175,46648],[-184593,53359],[-191211,52041],[-188318,52982],[-189413,54086],[-185415,59974],[-184649,60591],[-182529,58363],[-186883,52288],[-191122,52701],[-190443,54478],[-184919,72026],[-186243,68144],[-185348,65529],[-180335,65989],[-182907,74346],[-179895,79333],[-189439,77722],[-179411,81785],[-181901,87707],[-179757,89015],[-190589,89519],[-191123,79500],[-190503,80546],[-188643,79520],[-188280,77883],[-186256,78700],[-181857,83747],[-191504,92868],[-179272,94330],[-184138,98741],[-183977,99959],[-184528,101568],[-179558,105323],[-190134,102783],[-191703,111866],[-185410,103063],[-184553,105483],[-186719,105851],[-185906,107484],[-187291,110737],[-188242,110341],[-188834,109526],[-191435,111896],[-188075,111804],[-190650,108886],[-179727,106384],[-187571,123254],[-182411,119033],[-189917,121588],[-186182,121925],[-184626,121250],[-180204,120359],[-179230,126487],[-182922,127254],[-191468,125064],[-190344,122921],[-186954,123856],[-184380,120214],[-185934,121792],[-189152,125784],[-180759,124682],[-187844,126845],[-182472,126926],[-189371,124476],[-183852,119979],[-188410,127396],[-180891,122725],[-190867,122330],[-181702,125920],[-190162,121265],[-194318,-129745],[-192736,-129924],[-195738,-129071],[-197976,-129237],[-196508,-181585],[-193991,-179515],[-193076,-211551],[-194900,-213164],[-193397,-210028],[-194391,-208363],[-195195,-207356],[-196381,-208275],[-197750,-208009],[-198320,-206788],[-192385,-210578],[-192956,-208553],[-194937,-208661],[-197654,-207213],[-192603,-210294],[-194591,-211327],[-193341,-207829],[-194828,-209891],[-195454,-207112],[-194954,-208222],[-198436,-207970],[-197096,-207166],[-198502,-241872],[-199916,-238626],[-198926,-240104],[-198442,-238818],[-192867,-10085],[-196053,-8324],[-196630,-8705],[-199096,-7593],[-198828,-7310],[-198801,-8886],[-198902,-9119],[-199677,-9986],[-199378,-11473],[-197598,-244215],[-197937,-244597],[-198802,-258459],[-201379,-259417],[-200972,-288677],[-194597,-287868],[-198851,-291027],[-193808,-286577],[-199207,-291557],[-199888,-288107],[-201279,-287998],[-203267,-289858],[-197953,-293263],[-196989,-291842],[-193110,-294005],[-193240,-293745],[-195032,-291370],[-192952,-293085],[-194177,-293750],[-193912,-288765],[-201457,-301679],[-202605,-297857],[-202974,-303144],[-193170,-19130],[-203041,-23332],[-204680,-22213],[-193112,-14343],[-193615,-14126],[-196108,-17331],[-196386,-17683],[-192431,-18029],[-193654,-17507],[-194392,-24196],[-201589,-443604],[-204362,-447170],[-204265,-445469],[-203621,-446633],[-197835,-456991],[-204083,-456827],[-199501,-473356],[-192989,-472009],[-199727,-475874],[-195884,-482221],[-202017,-482354],[-193964,-482474],[-192820,-486014],[-201335,-479837],[-196992,-485984],[-198096,-485172],[-202397,-488253],[-196839,-491519],[-192447,-488738],[-197810,-495159],[-193783,-493113],[-197990,-497043],[-197899,-491591],[-199167,-498867],[-204707,-489627],[-202935,-26376],[-197521,-29230],[-199361,-38174],[-201309,-33020],[-201789,-33046],[-198836,-32562],[-198012,-32703],[-200633,-29422],[-199511,-29840],[-194399,-27624],[-202506,-510091],[-199436,-505120],[-197525,-507613],[-196729,-514317],[-199387,-533088],[-192374,-531435],[-195675,-536787],[-199894,-528897],[-203136,-528122],[-199335,-528017],[-197236,-537433],[-192598,-546591],[-200915,-548310],[-194925,-546871],[-193979,-561711],[-196505,-557501],[-197801,-562166],[-199667,-573362],[-194757,-574165],[-194040,-570086],[-195440,-571902],[-195974,-581752],[-192985,-577266],[-194339,-581689],[-198053,-585950],[-195801,-586922],[-196749,-584789],[-199477,-596536],[-204488,-623334],[-199377,-620511],[-203973,-616921],[-192207,-623779],[-195608,-626690],[-200338,-40064],[-200361,-40357],[-202698,-38384],[-199421,-40040],[-199992,-38764],[-198937,-45151],[-197530,-42977],[-202454,-41241],[-202526,-39450],[-200335,-43689],[-200519,-44053],[-201616,-44824],[-203844,-44470],[-200654,-44473],[-202735,-44460],[-201945,-50482],[-202928,-50342],[-204251,-50716],[-203451,-50657],[-203241,-633005],[-193260,-631152],[-194245,-640239],[-200297,-656096],[-195852,-654396],[-200857,-654864],[-196104,135215],[-193907,137833],[-203654,132939],[-201263,134421],[-197953,136190],[-203484,130764],[-198159,135439],[-200207,134800],[-195034,137113],[-204663,129272],[-202714,132690],[-198043,139788],[-196706,138015],[-197083,138970],[-193629,140222],[-196525,139265],[-201551,133762],[-196238,138223],[-194270,128868],[-196950,141949],[-203798,145585],[-200924,149721],[-198506,143376],[-203521,146088],[-199533,150228],[-193603,153785],[-198300,153591],[-197587,141727],[-202841,149000],[-204140,152620],[-203343,153064],[-196684,149096],[-197752,142279],[-198042,141745],[-193363,153468],[-195248,152703],[-203212,146192],[-201884,147181],[-198855,150255],[-199175,150967],[-193430,153788],[-194716,159769],[-192228,158550],[-194903,156216],[-204037,157532],[-202911,157379],[-195201,166209],[-197912,163272],[-198155,158158],[-201152,160844],[-198787,156409],[-204222,165319],[-192507,157388],[-192158,162379],[-194811,162174],[-195126,160936],[-192442,159421],[-194771,154030],[-193588,168163],[-193887,168473],[-194601,168399],[-198555,15003],[-192149,296638],[-202381,36405],[-204291,33441],[-202959,27966],[-195393,28259],[-192152,29862],[-202596,38000],[-203195,35544],[-202619,28239],[-200726,50958],[-201182,51124],[-199725,47780],[-204243,38694],[-199119,47163],[-194265,58701],[-203825,53235],[-197571,56288],[-192449,56333],[-200195,54941],[-196795,55520],[-193642,60139],[-200577,55593],[-194474,61434],[-195656,62935],[-199299,66945],[-198331,65116],[-198973,68142],[-198170,65232],[-199149,84680],[-197780,85969],[-196167,88781],[-198831,81677],[-197772,83367],[-195972,81264],[-194373,81682],[-193067,80449],[-204739,99838],[-198448,98617],[-192287,98876],[-195528,102451],[-197709,107683],[-200781,112124],[-202305,105634],[-194047,103546],[-193669,110966],[-193659,107788],[-202295,122852],[-199551,119193],[-200806,119002],[-202997,115748],[-203714,118548],[-193149,119507],[-193739,123814],[-194742,119619],[-195396,126806],[-213657,-181176],[-207800,-216635],[-214696,-216399],[-217052,-217164],[-217502,-214156],[-215149,-216872],[-216807,-214948],[-217094,-214590],[-205757,-217180],[-216921,-217508],[-205618,-237664],[-213281,-239843],[-217039,-234093],[-205949,-237055],[-213771,-239402],[-216213,-280370],[-212787,-279600],[-215747,-273814],[-212998,-277619],[-209521,-280105],[-214555,-275303],[-206410,-292621],[-211157,-293171],[-205014,-288230],[-217055,-292488],[-205116,-288618],[-216758,-291279],[-205264,-287124],[-205929,-294263],[-217013,-294978],[-216434,-303711],[-216752,-299372],[-204822,-300480],[-209880,-302040],[-206431,-298755],[-210525,-303805],[-216125,-309929],[-205900,-311980],[-212472,-312351],[-215384,-319467],[-212526,-311189],[-208838,-312145],[-215633,-311008],[-211065,-311696],[-215144,-314028],[-217315,-325869],[-210265,-321496],[-210231,-322639],[-217211,-329299],[-212827,-324704],[-205410,-421408],[-206936,-430972],[-210022,-430503],[-213768,-434462],[-213918,-440139],[-205108,-445742],[-216434,-447658],[-213367,-446809],[-214480,-447762],[-205389,-450569],[-205615,-451011],[-205408,-449525],[-205959,-450413],[-209154,-452948],[-206940,-458318],[-210140,-455086],[-210016,-455203],[-210135,-455348],[-210932,-456752],[-210816,-456889],[-210816,-457600],[-211544,-457732],[-211580,-458127],[-212333,-456598],[-212316,-459219],[-212283,-459587],[-211076,-459843],[-211250,-459207],[-210445,-459285],[-210372,-460139],[-210372,-460139],[-210438,-459870],[-216121,-453273],[-216149,-455146],[-214087,-447808],[-215789,-452877],[-216439,-451320],[-216707,-452109],[-216493,-451582],[-211006,-448379],[-217699,-452659],[-216527,-454931],[-216264,-455441],[-215741,-448448],[-215396,-448322],[-212177,-448365],[-211215,-448391],[-208375,-469277],[-216191,-470718],[-209416,-467276],[-211894,-465358],[-206123,-469132],[-206092,-482895],[-214392,-477145],[-213389,-485053],[-208591,-496503],[-206638,-493799],[-214282,-495959],[-213361,-491074],[-204963,-492272],[-209634,-509386],[-208811,-502096],[-215117,-499951],[-211688,-510841],[-214579,-522124],[-213775,-519062],[-204867,-519139],[-214230,-517716],[-215704,-515154],[-214748,-517314],[-207227,-512307],[-207995,-513078],[-213224,-526796],[-206282,-530076],[-203529,-525868],[-212940,-533085],[-205853,-527033],[-212235,-530611],[-217831,-564187],[-212113,-568516],[-209160,-581141],[-207000,-586616],[-216412,-584603],[-206666,-578648],[-210720,-576435],[-205350,-586841],[-206183,-590535],[-214256,-611423],[-214136,-608710],[-207115,-609027],[-205670,-603383],[-209212,-615074],[-207643,-619756],[-206054,-617699],[-211927,-50154],[-209945,-46567],[-210381,-46431],[-215143,-48238],[-206399,-627016],[-217046,-52149],[-216958,-52159],[-212600,-51558],[-206018,-97085],[-207724,-98526],[-212285,12303],[-214211,133450],[-205503,140338],[-215569,140029],[-208861,136362],[-208408,133692],[-208043,130315],[-207193,128452],[-214685,133785],[-205477,139991],[-209526,137552],[-207507,132231],[-208343,128684],[-216077,136716],[-212715,130439],[-213084,140420],[-215250,140423],[-212924,133508],[-210604,132336],[-217460,130535],[-213985,130923],[-215296,133901],[-207411,139911],[-216087,140377],[-215765,140422],[-208432,137945],[-209324,136024],[-207350,132604],[-207817,133549],[-208370,128368],[-208237,129906],[-210333,146047],[-215784,146613],[-213459,148887],[-209912,144222],[-216061,147597],[-213756,149531],[-208426,153407],[-208340,152010],[-211647,152209],[-206972,142260],[-209852,143571],[-216937,146779],[-216226,146598],[-214637,147768],[-214232,148093],[-206146,149003],[-210202,149159],[-205336,152112],[-213150,153859],[-217162,156022],[-215898,159951],[-215538,158379],[-214432,155888],[-211268,156694],[-210934,157372],[-207057,153964],[-206778,154607],[-205151,160529],[-210060,165339],[-208730,165061],[-207656,165069],[-209983,162886],[-210662,162794],[-211511,169910],[-208942,169314],[-205700,168122],[-211996,167216],[-211167,167014],[-212582,229439],[-212200,230526],[-212871,236377],[-211238,236980],[-210560,240146],[-214101,238883],[-213348,243343],[-211259,239920],[-211079,238380],[-213181,241100],[-212927,239758],[-211127,240795],[-213928,236000],[-215556,235139],[-213052,235889],[-214735,234207],[-215865,233065],[-216373,232603],[-216087,230710],[-213683,232145],[-209496,232663],[-212439,232763],[-212922,233366],[-211224,233826],[-210557,233611],[-211654,232107],[-212752,231926],[-206993,233059],[-208038,233357],[-208576,237325],[-209314,239812],[-209216,238582],[-210030,238774],[-210379,240182],[-214523,241744],[-215591,242040],[-215947,233373],[-214683,232366],[-213401,234459],[-212156,236273],[-213999,238052],[-211241,242242],[-213466,240380],[-212153,236739],[-210706,236304],[-210567,241622],[-213987,237790],[-213539,241377],[-209858,238209],[-213953,240007],[-214149,239680],[-213435,241271],[-211622,240338],[-211713,234823],[-213115,236811],[-213926,235604],[-214992,232082],[-216594,231748],[-215483,231223],[-214228,232196],[-211528,235342],[-213592,234447],[-211888,234143],[-209290,233655],[-210570,231326],[-212540,231243],[-208402,232354],[-207474,233102],[-208370,236910],[-208193,239281],[-209338,240838],[-214006,242794],[-217346,235129],[-216984,234286],[-217588,232299],[-211821,243979],[-208019,245925],[-205969,27596],[-205975,28760],[-205988,29843],[-204809,50518],[-205511,40245],[-210934,59574],[-212106,57804],[-207046,59638],[-207372,55419],[-208545,56708],[-208287,55942],[-207178,54888],[-208358,60496],[-211590,56298],[-205543,53452],[-211704,62030],[-209829,55735],[-215077,68691],[-215350,64331],[-207933,68123],[-206832,69640],[-207713,72630],[-208669,73701],[-212574,73025],[-209728,71025],[-211158,69770],[-211644,67375],[-206149,98298],[-208352,99278],[-214450,99435],[-208803,92453],[-211568,98675],[-215418,98668],[-214789,98779],[-205983,111562],[-215585,112085],[-209688,115817],[-214812,103930],[-213725,112622],[-216404,109443],[-213396,111793],[-214389,103520],[-216394,103554],[-215989,104253],[-215161,103271],[-204986,124716],[-205898,122837],[-209021,116606],[-206327,126821],[-205656,124730],[-212979,120454],[-214793,117780],[-217472,126470],[-206883,119751],[-208984,124612],[-206209,125323],[-212679,116792],[-216260,119153],[-217588,122728],[-204932,124692],[-206862,118217],[-210227,117041],[-212593,118054],[-216053,119997],[-217481,126030],[-217163,121584],[-217278,121954],[-209474,127657],[-206408,124493],[-206813,122640],[-208856,115457],[-216111,120371],[-213020,120839],[-206334,122578],[-208088,120219],[-205029,117138],[-218428,-217810],[-218895,-217680],[-225230,-230115],[-228223,-226890],[-223357,-228639],[-228377,-226165],[-219952,-234508],[-217958,-235565],[-219424,-232599],[-217641,-235103],[-218373,-236747],[-226818,-275063],[-224548,-280934],[-221646,-280180],[-228301,-276191],[-229816,-275744],[-225076,-281187],[-227912,-294170],[-218486,-289853],[-221532,-290708],[-226626,-292162],[-219881,-289370],[-227031,-293247],[-227400,-292404],[-222660,-292341],[-225708,-302676],[-219518,-299618],[-222501,-305832],[-225114,-301962],[-224183,-297384],[-229307,-309696],[-230223,-313026],[-227208,-314265],[-217739,-308831],[-224672,-309070],[-222278,-319577],[-228128,-317406],[-221729,-315639],[-223921,-316332],[-229882,-318261],[-226698,-319071],[-221073,-313549],[-217826,-322928],[-228842,-320147],[-223059,-329593],[-224080,-327965],[-228078,-327043],[-223725,-326844],[-227977,-13160],[-229943,-417930],[-228472,-416719],[-218549,-426044],[-219851,-428616],[-226551,-428960],[-223808,-430313],[-225162,-431793],[-219946,-441189],[-220105,-437014],[-228678,-438770],[-221238,-443402],[-222745,-445455],[-226473,-440265],[-229372,-442445],[-229666,-442066],[-224936,-445152],[-223927,-443677],[-219833,-445851],[-225910,-441302],[-225716,-445094],[-222722,-447823],[-222910,-447600],[-221831,-447661],[-219102,-446117],[-223719,-441143],[-227985,-435152],[-224882,-435706],[-226622,-435113],[-225538,-437832],[-224964,-435168],[-226449,-440706],[-229465,-438800],[-229849,-438799],[-219594,-455574],[-221501,-448056],[-218058,-460188],[-219159,-450685],[-220183,-449310],[-219574,-454043],[-221250,-449444],[-224327,-456662],[-228857,-450525],[-221241,-460549],[-229568,-460288],[-223759,-459378],[-220941,-461877],[-222766,-461601],[-224158,-465217],[-230063,-461328],[-228966,-468585],[-222221,-462194],[-228623,-469099],[-220967,-461073],[-219617,-469229],[-229744,-471400],[-229898,-468341],[-220733,-464309],[-221535,-469788],[-221833,-470487],[-221644,-468853],[-225284,-462900],[-224543,-463216],[-224656,-462893],[-219451,-467553],[-223210,-477261],[-222606,-477814],[-223357,-479371],[-226278,-478969],[-225600,-478462],[-229043,-484003],[-227634,-484145],[-227046,-482338],[-221280,-475672],[-224875,-483411],[-218662,-478098],[-219923,-478788],[-229166,-473516],[-220496,-474324],[-220184,-496361],[-225507,-493739],[-223595,-495052],[-228176,-497365],[-230128,-496735],[-223840,-502110],[-225585,-510433],[-226095,-507257],[-224877,-504327],[-228362,-504634],[-223990,-514417],[-222361,-517718],[-222475,-522434],[-227768,-523659],[-228425,-513346],[-221985,-512755],[-221266,-535644],[-226544,-530095],[-223160,-534109],[-228354,-531494],[-229664,-565616],[-227114,-572002],[-220455,-568147],[-218278,-565705],[-225094,-568092],[-226222,-582483],[-228836,-587581],[-228808,-576271],[-228588,-600652],[-222692,-596119],[-220026,-599861],[-224817,-608687],[-224300,-605724],[-226950,-602063],[-228678,-601480],[-226453,-602444],[-225749,-605174],[-221120,-50659],[-220636,-48453],[-220690,-48789],[-223998,-48118],[-223050,-48223],[-218744,-62213],[-221743,-51528],[-218915,-54785],[-219439,-55289],[-217724,-62459],[-221059,-75121],[-219398,-74271],[-222141,-75249],[-219961,-73681],[-230218,-67675],[-229775,-73389],[-229602,-73696],[-220960,-79011],[-220145,-79203],[-228089,-88136],[-226385,-84552],[-229296,-78439],[-226678,-88168],[-228700,-87133],[-228326,-83522],[-225498,-82452],[-228272,-79216],[-218669,137247],[-221661,135111],[-229360,134668],[-219284,137781],[-221936,134572],[-230345,133881],[-219803,139323],[-224511,138424],[-218755,128580],[-219786,134770],[-220560,137545],[-223519,134146],[-221745,134225],[-223135,130873],[-222072,131048],[-230072,133781],[-223815,129574],[-227252,130016],[-229463,128686],[-223924,129445],[-225215,130882],[-225323,130750],[-225721,130415],[-229125,144153],[-226993,142292],[-226489,142916],[-222292,146940],[-224637,151813],[-220993,152608],[-220677,152094],[-223399,151327],[-228129,148600],[-227107,148166],[-230032,142799],[-226098,142874],[-226421,142820],[-227893,141693],[-226037,142332],[-221270,157286],[-222115,153941],[-219321,156530],[-224528,156750],[-221210,229865],[-221164,228923],[-223169,228343],[-221606,229250],[-220527,230478],[-222609,230339],[-222007,230156],[-222330,227992],[-221160,227847],[-221540,228945],[-224107,228569],[-218868,230079],[-218611,235494],[-219220,233995],[-220169,231214],[-221269,231644],[-222718,231030],[-218627,231324],[-218103,238102],[-218683,232448],[-220761,231780],[-218404,235004],[-221126,232380],[-225098,268367],[-223454,268125],[-230309,267375],[-229560,267067],[-227668,267711],[-224619,267839],[-228717,268947],[-228512,267830],[-227507,266636],[-225796,265928],[-226263,265017],[-225945,266059],[-226881,269083],[-225701,270849],[-230248,269565],[-229353,273614],[-227811,277476],[-228288,275908],[-225440,271328],[-227676,271452],[-225752,270198],[-229684,270181],[-229972,270162],[-229899,271265],[-229639,271828],[-230377,278266],[-227403,275922],[-227922,276289],[-228369,323084],[-225504,333433],[-224875,334756],[-230275,342547],[-224782,333148],[-226965,333680],[-224763,358073],[-227242,348498],[-230055,352984],[-228394,357367],[-229790,358736],[-229728,360154],[-229626,362596],[-229209,358628],[-227793,360140],[-226900,585003],[-229884,596037],[-225486,589086],[-226461,71007],[-228724,69206],[-224236,70835],[-220029,69570],[-218351,70808],[-224324,101611],[-226240,98617],[-228964,99499],[-218759,101695],[-219935,103481],[-224881,101823],[-224880,100698],[-226358,101909],[-225987,97859],[-225509,101595],[-223627,97409],[-225038,98369],[-224903,99464],[-229025,98168],[-218608,110059],[-227371,111451],[-227726,112010],[-228286,107752],[-230114,114175],[-229501,110202],[-221350,108557],[-225378,111719],[-230333,111129],[-227805,105095],[-229988,108750],[-222109,115049],[-223431,111292],[-224259,113356],[-221865,110686],[-220010,108226],[-227167,110919],[-225425,111952],[-228487,110301],[-226012,106866],[-226783,107312],[-225220,104031],[-229307,114789],[-230143,108653],[-230089,109134],[-218283,121497],[-220799,117572],[-221766,119128],[-218418,125734],[-220878,117673],[-223629,126746],[-218634,124345],[-221437,119270],[-221421,118130],[-220499,115465],[-224253,125091],[-228468,124294],[-227749,119849],[-226651,117525],[-224283,115653],[-225113,124136],[-229360,124952],[-228403,120157],[-225236,117368],[-227013,117963],[-224279,119731],[-223730,117471],[-225611,123455],[-229910,125019],[-227922,124199],[-229458,121205],[-226704,121920],[-226232,119812],[-223918,115920],[-240922,-125829],[-241749,-128159],[-235445,-138230],[-233678,-138814],[-241978,-133819],[-237236,-139787],[-234488,-136300],[-238404,-135186],[-233535,-134957],[-238470,-139346],[-238096,-140809],[-242910,-165860],[-242917,-164238],[-242982,-164397],[-242131,-162056],[-242710,-164091],[-242703,-165846],[-242080,-161271],[-242288,-167121],[-241416,-166380],[-240432,-166781],[-241935,-167763],[-242951,-166664],[-239987,-211224],[-231245,-225507],[-232125,-224968],[-233696,-3834],[-240830,-270630],[-236873,-275387],[-234489,-277790],[-233065,-278374],[-230989,-276165],[-233169,-275745],[-242990,-279648],[-241987,-272334],[-237323,-273837],[-235635,-276633],[-233865,-279189],[-232708,-273957],[-242879,-279418],[-238924,-273356],[-238948,-273995],[-240231,-272980],[-242411,-290872],[-234010,-291469],[-234208,-292875],[-237557,-289887],[-240299,-286444],[-241960,-284072],[-237053,-290120],[-242874,-284672],[-242229,-284926],[-241586,-296986],[-241738,-296958],[-239408,-299585],[-232809,-300417],[-233025,-300200],[-241342,-300675],[-232903,-304213],[-230790,-296033],[-236995,-305740],[-240520,-308173],[-243198,-308318],[-231728,-314294],[-234713,-308027],[-231246,-314704],[-230888,-313729],[-231819,-308326],[-240194,-317924],[-241967,-318406],[-238152,-320106],[-240009,-325292],[-242336,-326114],[-236683,-24703],[-236754,-24902],[-241836,-418808],[-238392,-417510],[-237634,-417371],[-236526,-417135],[-234098,-417882],[-237866,-422021],[-231591,-417495],[-231060,-417345],[-238633,-447206],[-236674,-446335],[-236457,-447001],[-234712,-447690],[-241197,-438181],[-238255,-440054],[-238464,-438110],[-241877,-437044],[-236772,-443075],[-241057,-442986],[-239937,-447251],[-241080,-447529],[-240116,-449485],[-239812,-448849],[-234001,-447976],[-235736,-457036],[-236685,-456586],[-231534,-463222],[-231822,-472081],[-240068,-463436],[-240766,-464299],[-230994,-466575],[-236709,-463123],[-239761,-484661],[-241291,-482384],[-241010,-483027],[-242101,-489122],[-241785,-488978],[-243041,-486520],[-238885,-35459],[-238935,-35002],[-239831,-34742],[-235891,-32982],[-236464,-33471],[-239117,-30504],[-238624,-31323],[-238648,-28922],[-238626,-29203],[-236612,-28888],[-238241,-35790],[-239365,-34715],[-233839,-502848],[-232559,-500519],[-235976,-510814],[-231130,-512844],[-230467,-512452],[-232519,-550101],[-234179,-549963],[-239937,-556715],[-242642,-565105],[-238984,-575783],[-230881,-569927],[-233773,-573229],[-232192,-582543],[-240648,-581179],[-241130,-585194],[-238585,-587478],[-242371,-580362],[-239570,-585068],[-235742,-577061],[-231690,-587221],[-238176,-580501],[-230608,-581305],[-234145,-578156],[-240593,-598573],[-243041,-596240],[-242774,-599334],[-241672,-596030],[-241930,-593955],[-233715,-595096],[-232090,-599440],[-242070,-606127],[-241582,-601558],[-241781,-606001],[-242305,-605226],[-242504,-608963],[-235009,-39003],[-235529,-40846],[-234593,-39744],[-234924,-38690],[-238365,-53079],[-238210,-53270],[-237957,-57691],[-233970,-59071],[-234147,-59006],[-235363,-59663],[-233729,-60498],[-241695,-56915],[-231214,-69716],[-232258,-70361],[-230528,-69192],[-238156,-84994],[-240296,-83456],[-239442,-86840],[-242731,-81400],[-240508,-79396],[-233276,-86758],[-240979,-81115],[-237538,-86263],[-237075,-88961],[-240629,-82264],[-239984,-85147],[-239966,-78459],[-235610,-113242],[-230973,134987],[-230982,134189],[-230720,132793],[-230927,134100],[-230761,135026],[-243065,136891],[-233539,129266],[-233086,129928],[-239774,131349],[-239433,132169],[-241459,136223],[-240572,137602],[-235384,136298],[-237592,129132],[-239493,132639],[-237895,138489],[-233055,129133],[-241573,132680],[-238044,139189],[-236857,129085],[-237740,152307],[-236439,150723],[-240798,148058],[-242657,151150],[-238013,153504],[-237692,151272],[-236597,151451],[-238611,143522],[-237425,144017],[-232326,148784],[-236652,146430],[-240645,143357],[-242541,142810],[-241357,148480],[-230436,142163],[-242865,150610],[-236308,150354],[-236921,152113],[-235841,152247],[-238076,151830],[-242685,148058],[-230967,144770],[-231517,142494],[-242020,159433],[-240553,157047],[-237096,162899],[-237856,159112],[-240205,162479],[-238363,162963],[-239586,154937],[-238326,159969],[-238005,160426],[-239847,154940],[-239992,155031],[-237878,154329],[-242809,164613],[-239276,154841],[-239475,158870],[-239406,157521],[-242744,202570],[-242607,202651],[-242221,204733],[-242802,206278],[-241505,209317],[-240554,208387],[-241244,210495],[-241216,205128],[-239948,206741],[-242309,210161],[-241501,212803],[-242356,213657],[-239765,206677],[-239804,209012],[-242388,211339],[-243076,213858],[-240521,205682],[-242281,207408],[-242078,208221],[-243076,211362],[-239841,206324],[-241880,210155],[-241497,208904],[-242844,205882],[-243009,212592],[-241826,206170],[-240223,208659],[-241271,212333],[-241148,210801],[-240976,214345],[-242037,209136],[-236669,18832],[-230593,267867],[-233210,267498],[-233232,265824],[-231462,267116],[-235417,267950],[-230942,268611],[-234579,268343],[-236067,268088],[-236836,268542],[-238189,268964],[-238818,268663],[-237821,264918],[-237364,264880],[-232785,266855],[-235373,264721],[-240387,266240],[-242419,265866],[-242107,266542],[-241842,266351],[-238637,257636],[-241640,263954],[-242990,266417],[-238444,260277],[-238760,259054],[-241534,263140],[-240904,260318],[-240507,264311],[-239849,262229],[-232861,267773],[-233441,266002],[-234028,268890],[-234981,268360],[-235874,267860],[-235760,268590],[-237301,267967],[-237684,267607],[-236508,266872],[-237353,264688],[-235276,266296],[-235782,264536],[-235574,265664],[-242352,266410],[-237668,259188],[-240435,266387],[-242199,267281],[-240685,266164],[-241333,263253],[-243146,268799],[-239316,260257],[-238987,259497],[-240533,261681],[-239790,263765],[-240549,262970],[-239609,262229],[-230620,270929],[-232612,269535],[-234433,272749],[-234320,271218],[-234820,270492],[-234632,271843],[-236115,272720],[-236720,273554],[-237853,273194],[-235752,273563],[-239663,270000],[-238128,269051],[-237665,271682],[-240795,270961],[-240932,272649],[-241897,274211],[-239573,277216],[-239472,278543],[-240709,278224],[-242478,278757],[-239154,279638],[-243041,272133],[-231001,270114],[-231410,271147],[-233911,272129],[-233694,270685],[-233572,269467],[-231265,279789],[-235477,272635],[-237113,272906],[-237477,273225],[-238831,273846],[-236169,274119],[-237128,269838],[-238936,269590],[-236472,279750],[-236753,271043],[-237676,270277],[-241112,271129],[-241099,272835],[-241811,273516],[-235651,275685],[-238732,277870],[-240490,277891],[-242568,278061],[-241025,278014],[-239438,280129],[-242637,276214],[-242471,275212],[-231470,277706],[-241991,272276],[-232370,331561],[-239431,327712],[-235720,323236],[-235970,330347],[-237860,325844],[-232818,331855],[-231735,322601],[-237572,327573],[-234633,330121],[-234808,323028],[-239763,330124],[-241602,331307],[-241107,328205],[-234930,331458],[-235551,332037],[-237028,343086],[-233779,340011],[-241888,344404],[-238769,345231],[-234108,339076],[-236914,341872],[-237214,342231],[-236945,337913],[-231576,344212],[-233945,337329],[-241086,341424],[-238752,342258],[-239837,340577],[-239539,336695],[-240841,335611],[-239328,341529],[-239632,334375],[-242911,336687],[-237514,343240],[-242812,333259],[-238651,335109],[-241044,347734],[-239350,346020],[-232745,355539],[-235644,353881],[-235125,348618],[-234707,356403],[-231452,347023],[-236882,354174],[-241351,346322],[-230858,357031],[-242492,346134],[-240634,346568],[-233650,350142],[-239428,357078],[-239216,355429],[-236952,355224],[-239223,346113],[-234757,357455],[-232871,357514],[-230437,353741],[-232371,354133],[-239907,357206],[-230846,358745],[-236721,358764],[-235931,359094],[-232791,365303],[-232217,366754],[-231190,361911],[-235157,360003],[-234177,359735],[-239525,38611],[-233698,586026],[-234892,584042],[-238342,585070],[-241240,584771],[-233223,583303],[-232326,592694],[-236807,594009],[-241454,594651],[-241492,590172],[-233979,593897],[-231914,597566],[-241199,63163],[-237967,62160],[-238551,59287],[-235969,59044],[-237252,65682],[-234837,64818],[-233604,70135],[-234073,72526],[-232118,69180],[-236522,65165],[-241968,69601],[-240535,70052],[-243072,93874],[-242575,97262],[-241631,96810],[-236321,112243],[-239092,113643],[-230849,113615],[-237915,115054],[-240195,114864],[-235492,112292],[-230688,111962],[-231224,114748],[-235900,110805],[-242175,125519],[-240440,123557],[-235119,126389],[-234586,122522],[-232245,117654],[-238554,115779],[-237575,127670],[-241747,124182],[-240900,123755],[-236997,125626],[-232718,118004],[-242571,127323],[-242221,125399],[-240328,125620],[-239412,123014],[-240384,124200],[-237649,124629],[-234062,126325],[-233807,121114],[-231504,118914],[-232459,117993],[-242638,121270],[-242456,121150],[-236995,121899],[-8699,-119285],[-10302,-123622],[-9210,-126656],[-209,-116164],[-12365,-121345],[-9778,-119053],[-8095,-130557],[-9087,-129087],[-799,-151083],[-1943,-149903],[-3813,-149970],[-3538,-152230],[-7346,-152973],[-7419,-150024],[-9985,-145051],[-10409,-147179],[-7293,-147395],[-5577,-144505],[-11621,-152553],[-8822,-153394],[-12102,-148232],[-1387,-150078],[-1121,-150824],[-11633,-146090],[-6330,-140993],[-12232,-141005],[-9238,-141382],[-9935,-153521],[-5455,-162618],[-2097,-163909],[-632,-166085],[-2424,-158816],[-1233,-159632],[-950,-161353],[-2226,-163137],[-7818,-164333],[-1859,-158802],[-4051,-163791],[-759,-156771],[-4686,-159506],[-3918,-159064],[-4633,-158863],[-4381,-158271],[-6895,-159163],[-6761,-159316],[-6466,-158691],[-5214,-155364],[-4049,-155916],[-7261,-155604],[-8727,-155802],[-8559,-156026],[-9990,-155734],[-12373,-165342],[-6036,-163182],[-3880,-161767],[-1203,-157855],[-9201,-166376],[-12221,-167862],[-9021,-171663],[-1622,-167087],[-10475,-177877],[-10586,-177993],[-8079,-172970],[-10444,-171479],[-8466,-174180],[-7035,-172980],[-6883,-176455],[-4528,-170140],[-1619,-171622],[-817,-170401],[-3119,-172837],[-837,-176519],[-11005,-169335],[-8010,-167295],[-9536,-170693],[-9805,-178565],[-8032,-171930],[-9876,-171682],[-8766,-174778],[-6655,-174399],[-5089,-175719],[-5647,-176204],[-4434,-174745],[-4026,-177213],[-2168,-173101],[-6988,-166453],[-361,-170346],[-3396,-167056],[-7920,-172283],[-3644,-173288],[-1972,-176547],[-4448,-178820],[-9349,-168477],[-11385,-166229],[-12158,-178252],[-10538,-176750],[-10848,-176914],[-2495,-174557],[-10457,-178917],[-8548,-173294],[-4181,-167922],[-10549,-171923],[-8871,-174626],[-7534,-174480],[-5958,-174899],[-7045,-176947],[-2138,-172781],[-1573,-172337],[-1648,-169817],[-498,-177010],[-3314,-173080],[-11538,-167166],[-2995,-180705],[-11819,-183086],[-8164,-181141],[-2414,-182585],[-8309,-180942],[-11782,-184244],[-2106,-181513],[-2394,-182968],[-3090,-181317],[-11192,-184439],[-8344,-180850],[-8122,-180884],[-8886,-181618],[-12130,-180981],[-227,-181866],[-1635,-182676],[-3383,-181376],[-2486,-181823],[-3072,-184904],[-1862,-179382],[-11355,-182652],[-8367,-181121],[-830,-182312],[-1845,-182476],[-6155,-179506],[-1071,-185226],[-1455,-185568],[-1609,-186971],[-2453,-186373],[-7084,-191674],[-10976,-191705],[-9187,-191601],[-2006,-185209],[-3192,-185615],[-3204,-185236],[-3238,-184986],[-6256,-191688],[-2768,-185854],[-11585,-191408],[-906,-184999],[-1069,-187099],[-2937,-185662],[-1813,-185909],[-2441,-186129],[-698,-186811],[-6191,-191043],[-5677,-200786],[-6272,-202788],[-546,-193564],[-12644,-192459],[-12345,-192236],[-10647,-192520],[-10263,-202107],[-9840,-201197],[-6625,-194845],[-2906,-193936],[-7191,-202545],[-11993,-192472],[-440,-195318],[-7053,-192741],[-9434,-195234],[-1152,-194246],[-3410,-197650],[-4690,-198967],[-6597,-202745],[-11962,-198681],[-11932,-192557],[-11436,-192950],[-9704,-192356],[-8477,-192184],[-5125,-203071],[-8436,-194660],[-1902,-193443],[-1280,-195274],[-10807,-194210],[-10551,-218616],[-5994,-226773],[-11073,-239280],[-8381,-9708],[-7872,-9191],[-6743,-18710],[-7185,-16865],[-4680,-30530],[-12234,-34510],[-9410,-38730],[-11549,-58387],[-8518,-62654],[-9464,-70368],[-12046,-68501],[-5034,-88838],[-5630,-101062],[-3056,-98965],[-4391,-97129],[-8906,-100333],[-9357,-98068],[-5779,-95360],[-3614,-91624],[-1832,-92015],[-2627,-96078],[-9773,-96732],[-5284,-108018],[-10565,-103316],[-12677,-106734],[-4857,214],[-1276,143140],[-266,142767],[-5951,13393],[-9468,15124],[-10246,18692],[-840,22351],[-8181,17705],[-3906,23391],[-10661,19679],[-10021,20177],[-10398,17623],[-12768,15552],[-4780,22732],[-3902,21734],[-1184,23567],[-723,24626],[-9341,14017],[-5955,23323],[-7273,22366],[-12247,16229],[-11064,18173],[-2328,17384],[-6878,17753],[-4165,20611],[-1628,26718],[-917,26238],[-374,27766],[-10658,39849],[-5042,43861],[-9629,44271],[-5276,39987],[-254286,-119194],[-254143,-117649],[-255694,-118367],[-245452,-147422],[-245282,-143087],[-244428,-145706],[-243462,-144332],[-244824,-144791],[-245702,-144814],[-249904,-156560],[-243284,-161488],[-243442,-164384],[-243241,-164220],[-254718,-164922],[-243931,-161088],[-247142,-159005],[-250571,-154451],[-244232,-162915],[-244702,-165829],[-244915,-158896],[-244260,-159243],[-244012,-164109],[-244348,-162971],[-244499,-164839],[-248639,-155094],[-249418,-154363],[-243809,-159495],[-248865,-167324],[-248842,-166506],[-243441,-167340],[-254690,-166638],[-253498,-170393],[-254214,-167956],[-251043,-171398],[-252200,-171370],[-248085,-167155],[-253724,-166749],[-252781,-169294],[-251126,-171566],[-248487,-167741],[-247637,-166649],[-254967,-167049],[-254084,-167001],[-254480,-169989],[-254003,-168898],[-251840,-170514],[-251156,-170033],[-254274,-203322],[-251311,-206368],[-252643,-213458],[-252720,-211330],[-246360,-210033],[-247576,-214360],[-247569,-209982],[-252121,-237752],[-254688,-236676],[-247310,-239884],[-247088,-242973],[-255969,-237198],[-253777,-234238],[-245465,-242775],[-252937,-237947],[-253281,-234313],[-249681,-239842],[-252613,-236173],[-254030,-236411],[-243705,-243472],[-246158,-243715],[-244536,-243274],[-250859,-253288],[-251880,-254453],[-255853,-255772],[-252986,-255304],[-254002,-255542],[-244988,-264308],[-243699,-263086],[-249712,-267135],[-254877,-262495],[-244501,-265334],[-247937,-266470],[-250350,-266575],[-246513,-265600],[-250698,-255863],[-254342,-262795],[-247288,-266419],[-250884,-264995],[-250329,-257545],[-243521,-278739],[-243603,-270087],[-252835,-280891],[-255014,-268936],[-244200,-270347],[-245512,-276883],[-245429,-280773],[-249607,-279707],[-252135,-277415],[-251810,-275688],[-252929,-271895],[-255914,-270864],[-255036,-280255],[-248440,-276492],[-255592,-274780],[-246829,-275978],[-255206,-278850],[-255059,-276522],[-245613,-279436],[-253890,-269081],[-249255,-269201],[-246328,-278205],[-246938,-279805],[-248959,-280288],[-252438,-277187],[-254890,-272413],[-255162,-271225],[-243515,-287721],[-244057,-289241],[-249540,-289017],[-251337,-288124],[-252383,-284394],[-252546,-286021],[-243288,-292384],[-251678,-284527],[-250149,-286910],[-251362,-292472],[-247695,-290987],[-251174,-291766],[-244302,-283267],[-247702,-281402],[-245185,-284125],[-244777,-285905],[-252435,-281793],[-244833,-285966],[-253020,-294445],[-253765,-300432],[-255559,-298913],[-255953,-294377],[-246603,-295966],[-251786,-304659],[-245448,-297541],[-246788,-303858],[-252953,-294556],[-248418,-297668],[-244051,-294473],[-252319,-301022],[-248233,-316296],[-252321,-314919],[-253484,-310394],[-247670,-309203],[-251403,-308943],[-249708,-308072],[-243698,-315344],[-247615,-329890],[-255302,-329442],[-247045,-327408],[-245547,-322887],[-255893,-324593],[-255031,-327949],[-246860,-319890],[-252519,-322340],[-246614,-334334],[-245010,-19314],[-245219,-19314],[-246698,-18788],[-246552,-22006],[-250125,-16266],[-250341,-23330],[-249627,-422579],[-243639,-422243],[-244987,-424028],[-246207,-432837],[-246116,-432123],[-245321,-434847],[-247465,-439110],[-253261,-447019],[-245143,-441948],[-243427,-441074],[-243359,-440751],[-247183,-439234],[-245515,-438893],[-250655,-441132],[-249849,-441645],[-250259,-440688],[-254431,-443626],[-254929,-443219],[-254069,-442819],[-252608,-440522],[-253570,-441212],[-253601,-442007],[-251802,-444056],[-252605,-443394],[-248423,-454363],[-249358,-454252],[-248692,-453698],[-246597,-451735],[-246727,-451179],[-245816,-455701],[-246015,-455314],[-254192,-450014],[-255580,-455858],[-252332,-455779],[-251237,-455204],[-250842,-455596],[-255065,-454356],[-254650,-452741],[-254763,-452259],[-243932,-457480],[-244117,-457985],[-255240,-460432],[-253954,-456535],[-244387,-454380],[-243631,-454020],[-243597,-472888],[-243484,-467666],[-243899,-487531],[-243333,-486828],[-250196,-569834],[-254557,-573914],[-249316,-575619],[-251171,-570867],[-255432,-565661],[-246920,-569211],[-248351,-568995],[-245254,-565304],[-249199,-566179],[-255814,-566384],[-255784,-566654],[-247284,-588355],[-254853,-582239],[-255907,-581987],[-255802,-579886],[-254792,-585952],[-248045,-580534],[-246805,-577066],[-247822,-577392],[-249463,-587767],[-248637,-587885],[-247639,-580189],[-247643,-580757],[-247459,-581271],[-248425,-580520],[-243329,-587925],[-243480,-582160],[-245417,-580877],[-245180,-576777],[-245183,-577190],[-245589,-580666],[-248878,-588389],[-248225,-581259],[-247689,-579832],[-248351,-580253],[-248152,-577627],[-246695,-585739],[-246814,-586301],[-247111,-576850],[-248703,-587527],[-247395,-580634],[-248412,-580378],[-245172,-597396],[-243593,-595585],[-248284,-592169],[-253394,-591231],[-254805,-591260],[-253811,-590925],[-254901,-589546],[-251175,-592421],[-251702,-592461],[-245250,-594955],[-243437,-590918],[-251166,-592736],[-251997,-592481],[-254452,-609669],[-252622,-609233],[-251765,-607587],[-251772,-607487],[-246668,-602336],[-244747,-606677],[-243267,-602837],[-248621,-633430],[-252089,-631212],[-250127,-632402],[-252235,-632136],[-254607,-635581],[-249686,-631263],[-250401,-73208],[-245684,-65711],[-255637,-87126],[-246045,-83155],[-246930,-82019],[-243298,-79389],[-243951,-78818],[-255714,-88914],[-250109,-95157],[-253433,-93138],[-253936,-98086],[-253872,-98380],[-252129,-92642],[-251711,-97743],[-254116,-99768],[-253344,-94495],[-252630,-113975],[-249898,-107976],[-250407,-112725],[-252366,-114280],[-249413,-109712],[-249441,-102273],[-251235,-111602],[-250730,-111347],[-251278,-110884],[-253152,-112394],[-251700,-111289],[-246098,12783],[-252311,140381],[-254924,139295],[-253753,138294],[-245268,137351],[-250181,133047],[-248619,132557],[-249149,128762],[-244797,129592],[-243791,134225],[-251891,135288],[-245516,137323],[-249501,132254],[-250850,132490],[-248260,133288],[-243618,128319],[-243727,135705],[-247355,134987],[-243527,134810],[-244530,133948],[-245542,145206],[-244365,142953],[-247240,145844],[-249578,145242],[-249792,141446],[-255642,141568],[-254667,142630],[-246956,145754],[-243513,148950],[-245005,149126],[-245492,151565],[-243487,149852],[-244816,149945],[-243411,147183],[-244965,149672],[-246083,203996],[-244484,203477],[-251455,203732],[-249433,204926],[-246591,201065],[-250153,203641],[-245508,203889],[-245172,204142],[-244650,204495],[-243926,203678],[-246081,203890],[-243449,204838],[-252082,204012],[-248430,204365],[-251510,204707],[-243325,211658],[-245356,210722],[-248146,209243],[-246859,211686],[-255360,210730],[-253570,208898],[-254078,206387],[-246609,205272],[-245603,212205],[-244390,212673],[-253097,211055],[-251934,211358],[-250598,214014],[-254923,208677],[-253650,207200],[-255637,211983],[-249465,209457],[-250750,210348],[-245663,206737],[-246051,205842],[-244195,206234],[-248928,211824],[-251454,211956],[-244231,215051],[-248646,210293],[-243869,205631],[-248068,205474],[-249121,207152],[-254979,206226],[-251493,211548],[-243256,211724],[-245948,208974],[-245682,210833],[-246784,211159],[-252047,211120],[-253908,212605],[-254890,208993],[-252096,206089],[-253507,205699],[-243255,206037],[-246261,210593],[-248485,209635],[-254361,211503],[-250337,213476],[-252441,208172],[-254781,208965],[-251597,205665],[-254408,205029],[-243768,208304],[-245525,210022],[-248101,210609],[-252559,213472],[-253004,206876],[-251363,206139],[-252255,205510],[-245418,205779],[-250991,208954],[-250271,208934],[-252521,211850],[-245790,207657],[-244791,206047],[-248617,211131],[-244757,214060],[-245484,210737],[-248953,210483],[-252125,212838],[-250223,207164],[-249143,206440],[-249404,206432],[-252975,209731],[-253561,206835],[-255177,207982],[-254138,210999],[-251775,210646],[-251586,214447],[-252609,21357],[-255064,21410],[-243948,267274],[-243882,268393],[-243264,279587],[-244304,275552],[-243264,279857],[-245073,274745],[-244172,276651],[-243388,276082],[-253821,329682],[-254352,331579],[-243755,327749],[-246446,332752],[-253353,334648],[-249094,335855],[-245202,341071],[-255654,337280],[-249196,334189],[-243682,333527],[-245709,336183],[-245675,334969],[-250620,333890],[-254714,333077],[-245879,349450],[-243619,349464],[-244966,347329],[-243838,350431],[-245546,350403],[-246089,348288],[-253456,36830],[-250304,35753],[-253553,387520],[-254388,393052],[-255087,387374],[-253616,393145],[-254226,393096],[-254405,390595],[-253158,391708],[-255824,390266],[-250282,43217],[-252424,48974],[-254513,44101],[-248791,50573],[-252042,49662],[-252613,50109],[-255223,44883],[-254163,46487],[-248493,49338],[-247831,50444],[-253022,49575],[-255257,44761],[-249566,48631],[-244765,584244],[-246537,585979],[-243859,593164],[-247457,59372],[-252911,61701],[-252926,55906],[-246123,58591],[-246847,59228],[-251561,61973],[-252478,60491],[-252700,56265],[-253270,55160],[-246648,60411],[-252939,55484],[-245698,60950],[-249397,63530],[-251248,61567],[-252335,64258],[-249316,73884],[-247803,72946],[-249554,70345],[-245867,67550],[-244007,65965],[-255551,86886],[-248799,77589],[-245223,101645],[-245719,97626],[-245505,99707],[-243655,94895],[-245455,100657],[-245253,98709],[-253157,105563],[-249958,110013],[-249862,107483],[-249074,113306],[-244359,113885],[-248194,115399],[-244911,105109],[-253631,106884],[-251229,111202],[-249630,108879],[-247850,112973],[-249381,121840],[-243720,127437],[-248924,124568],[-250691,122853],[-248117,124076],[-246340,123839],[-244710,122703],[-244877,122896],[-251674,126590],[-250656,127936],[-244861,127466],[-252038,127332],[-252445,127906],[-247442,115669],[-244149,115609],[-248471,119276],[-250236,118439],[-263925,-124705],[-268322,-124464],[-266893,-117589],[-264048,-125731],[-268354,-124204],[-263279,-122766],[-262772,-121328],[-264175,-119340],[-264104,-117886],[-262697,-118225],[-261751,-119132],[-262017,-121586],[-265909,-118977],[-264743,-119488],[-268193,-115685],[-265810,-122801],[-264130,-136329],[-268227,-128275],[-267677,-130481],[-268160,-131328],[-267441,-132308],[-263242,-129675],[-268550,-137064],[-266229,-128328],[-268401,-128014],[-261901,-134145],[-261772,-134604],[-262879,-134770],[-268552,-182930],[-268635,-188136],[-265525,-200930],[-268765,-196571],[-263093,-198443],[-260487,-205406],[-257507,-204803],[-266777,-225422],[-267764,-222883],[-266222,-228753],[-264088,-238714],[-265833,-236895],[-265073,-230333],[-261389,-240870],[-262816,-234658],[-266671,-232362],[-268318,-242063],[-264002,-242483],[-267278,-243852],[-259663,-247666],[-259273,-255092],[-266946,-252915],[-265475,-248967],[-268432,-251875],[-265293,-244872],[-258095,-250623],[-261111,-250171],[-260342,-254590],[-260272,-247652],[-259568,-255672],[-266770,-253078],[-267085,-250585],[-264734,-245628],[-267718,-253279],[-256414,-257479],[-259012,-259383],[-256683,-266003],[-262169,-266450],[-261053,-262920],[-266875,-261626],[-266884,-260559],[-265593,-265981],[-267863,-260671],[-256747,-256517],[-262596,-256197],[-267805,-257588],[-257547,-256035],[-259180,-261636],[-257498,-266336],[-263287,-266332],[-259886,-262930],[-262960,-260685],[-265775,-261669],[-267391,-259895],[-266024,-267135],[-258695,-255967],[-266024,-257002],[-258904,-281184],[-267023,-281380],[-257716,-280697],[-266616,-275322],[-265176,-273975],[-267585,-272049],[-262859,-268966],[-264817,-277770],[-265612,-269450],[-259351,-270290],[-263514,-272799],[-268206,-276951],[-266210,-274092],[-262854,-279024],[-258931,-279572],[-266605,-276545],[-265565,-279248],[-265440,-278222],[-259645,-270528],[-267173,-273615],[-264335,-269711],[-262936,-269042],[-262587,-273437],[-264469,-274293],[-266543,-291666],[-256961,-288703],[-267326,-288857],[-259105,-292010],[-265551,-291643],[-258938,-293494],[-256297,-289961],[-266486,-291308],[-258034,-293615],[-265975,-285640],[-261153,-286119],[-258094,-290155],[-266567,-287256],[-260828,-289410],[-262717,-282474],[-263365,-282146],[-262443,-282959],[-261885,-281514],[-259742,-304714],[-258921,-296221],[-258114,-299362],[-262760,-294929],[-259470,-303140],[-263877,-295205],[-259657,-302239],[-257178,-299320],[-256427,-305233],[-256649,-294980],[-262058,-305343],[-263697,-295583],[-264098,-299186],[-260478,-302438],[-268273,-294258],[-264227,-297565],[-256446,-310053],[-259094,-317242],[-262576,-307950],[-258725,-318405],[-257784,-315781],[-260146,-310363],[-265435,-317203],[-265991,-312962],[-260188,-318904],[-266446,-314695],[-256403,-325790],[-256648,-325882],[-256953,-323234],[-260225,-343651],[-258294,-418071],[-257509,-421630],[-259984,-417979],[-260277,-418971],[-259746,-419816],[-261286,-423743],[-260695,-425312],[-265698,-422727],[-266307,-423196],[-263797,-422430],[-259794,-442305],[-266982,-452333],[-267332,-452819],[-267534,-449683],[-259093,-458046],[-257981,-458942],[-266845,-454428],[-266626,-454601],[-266889,-453040],[-266227,-453112],[-256006,-460369],[-268024,-462520],[-268150,-463268],[-266157,-34128],[-268789,-37535],[-267874,-35497],[-256471,-559201],[-258075,-556329],[-257932,-563994],[-252149,-561216],[-259423,-573290],[-257718,-569683],[-259173,-575452],[-259602,-575279],[-264092,-575493],[-265154,-573890],[-257032,-565008],[-267628,-569042],[-265357,-574332],[-262428,-584608],[-264600,-585214],[-264860,-585455],[-256514,-576231],[-256202,-582143],[-261797,-585483],[-263629,-588165],[-256731,-579892],[-261099,-587592],[-257967,-576964],[-258423,-576696],[-260502,-586063],[-260716,-587206],[-260582,-585711],[-263821,-576869],[-264053,-577419],[-264112,-578906],[-261049,-586887],[-256924,-579990],[-265844,-576774],[-267033,-577827],[-267412,-577715],[-267661,-582722],[-268146,-582247],[-268426,-583539],[-268189,-583475],[-266932,-586524],[-266125,-586898],[-266690,-587199],[-262574,-582080],[-262970,-588953],[-265166,-593645],[-262478,-588856],[-260773,-589288],[-260352,-589139],[-261523,-589128],[-264115,-589348],[-264132,-589752],[-268662,-589685],[-259918,-592496],[-265380,-593288],[-257077,-593019],[-264952,-593053],[-258388,-591214],[-259882,-592008],[-265525,-593054],[-268524,-604617],[-266022,-603013],[-264713,-602855],[-257969,-603294],[-267293,-44640],[-260689,-82189],[-260709,-86084],[-265971,-100776],[-264023,-100527],[-267179,-92673],[-267362,-97914],[-266470,-94412],[-259755,-106735],[-264785,-105260],[-264829,-113494],[-266905,-111159],[-262915,-109337],[-261435,-111360],[-261561,-106517],[-264262,-105564],[-265281,-112475],[-266608,-103628],[-264186,129194],[-266853,131134],[-268336,131332],[-263804,130189],[-258154,135694],[-258886,133153],[-261084,138637],[-266030,137306],[-265158,139087],[-262515,140350],[-262584,137105],[-261834,138669],[-261521,138103],[-260968,137337],[-265031,136503],[-264590,136634],[-266495,138900],[-266676,138942],[-261911,140306],[-259896,140234],[-259764,140193],[-263979,136475],[-262955,137114],[-261387,139401],[-261615,139815],[-260735,136697],[-266252,137180],[-265112,137568],[-261490,140195],[-261787,135131],[-261943,139566],[-262733,141803],[-256130,142982],[-258952,144669],[-264184,142865],[-259704,142946],[-266351,330035],[-260948,331637],[-263391,327937],[-261668,327470],[-266887,330666],[-266121,330519],[-267818,328302],[-259857,332188],[-256639,328657],[-258961,326845],[-260824,328600],[-256943,331424],[-263184,336305],[-262060,335352],[-262768,335214],[-260768,336102],[-257930,334274],[-262019,333958],[-262772,338832],[-257331,338487],[-263997,340142],[-263306,333908],[-257824,335021],[-258223,333668],[-259190,382226],[-261245,383053],[-262295,382561],[-266833,36222],[-265750,36543],[-256307,37555],[-267402,36979],[-265466,37396],[-259213,389075],[-258359,389725],[-259500,394438],[-260155,391170],[-256286,391799],[-261888,394140],[-262105,395166],[-259469,395409],[-259520,386184],[-268388,388211],[-266741,387231],[-261325,384481],[-266958,385922],[-266288,388799],[-268555,389749],[-258337,398748],[-258995,397671],[-257991,397732],[-267991,40525],[-268073,40651],[-267781,40434],[-260905,51145],[-261047,46732],[-266875,40930],[-260619,50122],[-261812,50372],[-260530,47272],[-260416,47175],[-266626,38970],[-262620,47670],[-261458,48042],[-264267,47862],[-257212,44577],[-267860,45193],[-265246,45337],[-259392,61859],[-260203,56177],[-260901,52944],[-258527,52631],[-267998,52061],[-258996,56208],[-259633,56150],[-260687,52544],[-261861,53323],[-258394,53628],[-258491,52098],[-259628,61461],[-259344,57241],[-259371,54662],[-258053,52593],[-267490,54270],[-264816,57405],[-261260,56266],[-263769,53031],[-264324,60892],[-264638,74570],[-264818,74860],[-266137,71630],[-266852,72692],[-263112,67495],[-260984,65065],[-261181,66517],[-267059,66839],[-268387,64924],[-265511,64585],[-266085,65874],[-264206,74923],[-266438,71935],[-264567,69622],[-261343,65593],[-267258,64906],[-264208,75211],[-265529,70531],[-262974,68274],[-260580,66377],[-264814,65376],[-264489,64273],[-264784,69116],[-259237,85625],[-260350,85834],[-258239,89259],[-268156,79866],[-258589,83204],[-267994,85893],[-266737,80609],[-267267,81495],[-265656,88691],[-266542,80216],[-266605,98508],[-268784,99945],[-268372,100785],[-265127,99724],[-262871,94526],[-264860,92388],[-263584,91447],[-265176,98948],[-266867,89906],[-256228,92871],[-263979,98057],[-268057,95867],[-264865,93114],[-265851,92041],[-261895,93282],[-261432,91703],[-264079,90934],[-262200,97284],[-262361,102582],[-265205,99335],[-264777,99580],[-265209,90329],[-265091,89953],[-258688,90789],[-266346,97925],[-265844,93702],[-265900,92759],[-261895,92755],[-262371,101039],[-257020,90501],[-266812,114593],[-266470,103340],[-266267,110699],[-267781,111607],[-268344,114603],[-265948,113053],[-268775,109701],[-265873,104900],[-266984,103912],[-264872,115188],[-265250,115370],[-265111,105893],[-266309,105787],[-267008,109143],[-267070,106244],[-266241,107132],[-266574,110963],[-263942,106237],[-258590,114414],[-261803,114636],[-263979,113649],[-264535,105512],[-259277,111259],[-266096,110755],[-261373,103007],[-259474,111135],[-265098,117342],[-263083,121933],[-265483,121765],[-266114,118056],[-267446,119226],[-263496,121835],[-264787,121121],[-266194,121599],[-264087,119191],[-264958,125143],[-266878,122751],[-265865,117394],[-264971,115462],[-263455,120051],[-265461,120022],[-258930,122783],[-260832,120176],[-261090,116454],[-263025,117841],[-258678,122558],[-256893,120870],[-258864,126226],[-257558,126782],[-261855,116086],[-260762,118640],[-257184,125862],[-270235,-119963],[-275269,-118538],[-273533,-123232],[-272152,-118483],[-270343,-126631],[-276792,-126924],[-268842,-122772],[-268992,-117022],[-274803,-120004],[-274698,-121472],[-274342,-118506],[-271232,-131125],[-269070,-132387],[-281360,-132854],[-281128,-133882],[-279526,-129185],[-280928,-129681],[-277304,-129602],[-276438,-129663],[-276836,-131158],[-277805,-133211],[-278230,-133844],[-279218,-130290],[-273485,-129676],[-273429,-128353],[-272142,-132193],[-273849,-139127],[-272234,-137238],[-273895,-136781],[-274744,-135264],[-276718,-136911],[-276808,-139538],[-273717,-140301],[-270200,-136255],[-271856,-139001],[-273811,-134110],[-277021,-132898],[-277136,-135578],[-270497,-127894],[-271960,-132449],[-270340,-132438],[-274827,-142810],[-273131,-142109],[-271386,-140624],[-279603,-158211],[-281216,-157588],[-278388,-158093],[-275812,-181083],[-270353,-182439],[-269498,-189124],[-269200,-184968],[-269400,-183032],[-271370,-181301],[-269901,-187359],[-274309,-184453],[-275684,-181575],[-274466,-179760],[-271761,-195639],[-273164,-197723],[-277613,-198342],[-269963,-192491],[-271117,-192661],[-274192,-196791],[-278094,-203508],[-278136,-200070],[-274336,-197027],[-276105,-200448],[-275016,-196963],[-277892,-202955],[-277305,-200368],[-274453,-196549],[-280003,-204326],[-278926,-199940],[-276276,-195614],[-279277,-207411],[-280794,-205930],[-280958,-212613],[-278749,-207991],[-273495,-212113],[-268812,-225357],[-269543,-223574],[-274059,-226846],[-279056,-218253],[-279192,-217766],[-279483,-217542],[-276373,-220199],[-274636,-227172],[-276385,-232359],[-275765,-236235],[-278488,-236730],[-278938,-241709],[-269987,-241752],[-269971,-236921],[-269306,-235621],[-274839,-231483],[-269426,-237144],[-275840,-241549],[-277071,-231472],[-276319,-237409],[-277322,-237070],[-279289,-242978],[-281069,-242092],[-279196,-244515],[-271368,-247997],[-272328,-252653],[-272268,-244698],[-279851,-255549],[-273127,-248510],[-276945,-245985],[-280036,-248290],[-271049,-249128],[-273251,-246623],[-274798,-252398],[-269023,-252822],[-270096,-253841],[-269522,-252680],[-269324,-249907],[-272352,-254563],[-269827,-252245],[-276787,-258384],[-271266,-265220],[-270872,-257219],[-274013,-263001],[-273305,-262712],[-269004,-267503],[-269717,-265264],[-273602,-261044],[-272106,-266495],[-277400,-271391],[-269138,-278364],[-271941,-275493],[-271327,-270188],[-269106,-276164],[-271955,-271810],[-271512,-268888],[-271778,-272419],[-271505,-275055],[-269801,-281687],[-272943,-281446],[-271168,-284890],[-272104,-282248],[-273029,-285708],[-272169,-284926],[-269362,-291780],[-272173,-293654],[-273272,-286541],[-272385,-286324],[-272815,-290722],[-272278,-296961],[-271747,-421507],[-272085,-421994],[-271573,-419014],[-271364,-418845],[-270697,-422607],[-271988,-422633],[-280641,-443358],[-280442,-444193],[-279439,-445870],[-272771,-454462],[-276235,-458888],[-276085,-458400],[-275313,-456879],[-276250,-456181],[-272833,-457860],[-269455,-458265],[-270606,-454427],[-269712,-453654],[-272008,-457818],[-277128,-462183],[-274789,-462854],[-268995,-464328],[-274111,-463690],[-274475,-463882],[-275686,-463612],[-275618,-464773],[-280136,-463678],[-279383,-463878],[-269105,-36177],[-269502,-34603],[-269318,-35193],[-268823,-33913],[-270475,-542898],[-269089,-544173],[-269380,-574055],[-273878,-575699],[-275028,-587713],[-277438,-588226],[-272406,-577363],[-276682,-578265],[-275487,-580732],[-277311,-584227],[-278368,-582756],[-278020,-576377],[-276740,-591227],[-279114,-596865],[-278797,-596149],[-272390,-592358],[-269515,-591451],[-268988,-589821],[-269650,-591143],[-272263,-592204],[-276449,-595719],[-276341,-595878],[-280071,-590941],[-280356,-596627],[-273280,-590929],[-274787,-597487],[-268976,-599137],[-276389,-602699],[-277487,-603757],[-277084,-604432],[-277210,-605830],[-270975,-603361],[-271140,-602309],[-270713,-607244],[-270808,-43842],[-274844,-39298],[-279449,-61869],[-280675,-63201],[-276954,-70412],[-275558,-76497],[-276652,-75349],[-280277,-67721],[-280781,-68356],[-278308,-72365],[-279118,-68442],[-280095,-75306],[-269846,-84244],[-269837,-83993],[-275757,-87601],[-276053,-89084],[-279167,-84844],[-279581,-82358],[-277626,-77475],[-280151,-88538],[-275378,-101549],[-276998,-93408],[-277328,-91819],[-280740,-93411],[-272947,-92748],[-274494,-89483],[-277990,-97479],[-274368,-97049],[-276908,-92292],[-276179,-101797],[-273923,-94513],[-273758,-92478],[-269123,-114058],[-279061,-107294],[-276735,-106363],[-271815,-109231],[-269573,-110845],[-268854,-111909],[-281229,3945],[-276777,11713],[-276885,134191],[-280048,137322],[-277434,135997],[-278910,130225],[-269868,131635],[-271071,137258],[-270253,136140],[-274547,133374],[-278740,138569],[-277091,140229],[-278138,134635],[-277103,134218],[-279317,136975],[-279118,137234],[-277330,137499],[-275957,137180],[-279576,140582],[-280933,133265],[-278939,133252],[-278782,129961],[-276632,130549],[-276695,132835],[-280660,136194],[-278094,136866],[-280856,138367],[-278727,133402],[-278025,130299],[-279694,141185],[-271277,328418],[-272773,326380],[-273941,328685],[-270713,325031],[-274795,328599],[-273575,326052],[-273560,381744],[-275760,383511],[-273968,383098],[-279922,387002],[-274028,386030],[-277136,387669],[-277515,393060],[-275244,394885],[-276294,386529],[-275857,389967],[-279656,386694],[-276753,386344],[-278446,390653],[-277735,396721],[-275337,396728],[-274241,386983],[-276680,391526],[-270690,387572],[-276888,407876],[-278913,398714],[-276838,401633],[-273961,405779],[-275097,404687],[-273962,408657],[-278490,399384],[-270961,405509],[-275368,407550],[-278443,407549],[-277973,399723],[-280375,407282],[-272494,406177],[-273200,405791],[-275413,406915],[-276298,400818],[-280257,400776],[-278725,402698],[-280050,400898],[-281586,402874],[-280442,406845],[-278232,413077],[-279470,410767],[-279028,410243],[-279119,415317],[-279761,415303],[-281338,411108],[-276675,409824],[-280136,412163],[-279060,414406],[-281384,50385],[-279584,39883],[-273827,42901],[-274105,51191],[-274118,39868],[-276135,41722],[-279937,46248],[-280840,46564],[-281069,51034],[-279141,40310],[-279563,40297],[-273987,42347],[-276074,42646],[-274106,49394],[-273807,50107],[-278603,47247],[-280481,49730],[-277358,42063],[-275386,43986],[-274114,49144],[-269572,50525],[-276462,60513],[-281015,61098],[-281080,54451],[-276847,54141],[-275052,60105],[-275928,61578],[-279392,61597],[-280437,61290],[-280600,54135],[-281182,54270],[-276601,52359],[-277597,53479],[-275317,61683],[-281180,61805],[-279989,62927],[-279970,55537],[-276272,52405],[-275678,75752],[-270860,72599],[-269600,65973],[-280198,67181],[-271203,70803],[-274878,73702],[-274722,75072],[-270882,71018],[-281424,64424],[-279815,64376],[-274172,74228],[-269617,66909],[-274886,88114],[-274958,81216],[-271952,78997],[-273588,89243],[-272561,88063],[-274656,82463],[-275298,81873],[-271236,77935],[-280564,88340],[-274827,89367],[-273686,81571],[-271143,78598],[-279838,85623],[-269727,99397],[-273559,100906],[-278076,97845],[-277893,95575],[-277246,92072],[-279947,89959],[-269737,94257],[-278411,102513],[-277151,90252],[-270102,97941],[-270299,99789],[-269523,99814],[-269756,100083],[-272434,102081],[-273574,102188],[-277446,97858],[-277927,97774],[-281252,99720],[-281582,101087],[-278300,94156],[-278474,94229],[-278700,93342],[-278866,93541],[-279856,90984],[-280925,92569],[-269143,94802],[-269916,98012],[-270032,99016],[-271576,102103],[-276847,98519],[-281398,100318],[-277410,92322],[-279393,91035],[-273179,111876],[-269085,106247],[-272668,112356],[-271257,107482],[-270852,107375],[-271470,114529],[-271282,105472],[-270265,110321],[-268993,112840],[-273712,114736],[-270904,110630],[-269971,110349],[-274419,113936],[-274086,112268],[-270964,110277],[-271525,111809],[-272444,111991],[-277699,114647],[-276367,115197],[-273368,109943],[-271049,105301],[-270535,105441],[-270426,108214],[-269836,107711],[-272970,114023],[-270364,108888],[-271498,111954],[-276975,114364],[-273003,108387],[-271272,107915],[-271450,105093],[-278029,109408],[-281216,110664],[-280906,110416],[-272804,107810],[-270414,104534],[-278868,109754],[-277678,106605],[-277169,108898],[-279781,121621],[-277919,117543],[-280155,125553],[-277278,126412],[-275203,124274],[-270223,116935],[-274096,116013],[-276213,118270],[-274683,120965],[-271140,121680],[-278938,121511],[-279718,121752],[-269548,115488],[-278601,120782],[-279460,120981],[-279983,121286],[-294134,-126052],[-289166,-134985],[-287802,-134381],[-288938,-136554],[-294279,-135384],[-294079,-137801],[-291896,-134626],[-286142,-136274],[-284658,-136514],[-284897,-137187],[-287551,-139901],[-288824,-137989],[-289850,-139473],[-289976,-136219],[-286304,-134495],[-282522,-134286],[-283386,-134188],[-282732,-135192],[-281711,-131311],[-287486,-135390],[-287929,-137300],[-292534,-152633],[-293260,-151858],[-292364,-151359],[-289273,-153047],[-291126,-146300],[-292664,-145080],[-293732,-147528],[-292549,-154609],[-290458,-154020],[-288530,-154039],[-289117,-155549],[-290237,-156936],[-288059,-157566],[-286949,-156311],[-287337,-154806],[-283475,-155992],[-284312,-158025],[-285072,-158784],[-283074,-156282],[-282213,-185997],[-282408,-183504],[-286724,-185136],[-283524,-183429],[-285744,-186073],[-284724,-186770],[-288808,-185452],[-294339,-185992],[-288567,-184769],[-291882,-188246],[-287097,-227988],[-283758,-224685],[-281824,-220615],[-285197,-227894],[-281915,-222096],[-282815,-226757],[-281751,-221823],[-287489,-228066],[-283736,-223573],[-293488,-238352],[-288736,-231603],[-293036,-236636],[-291116,-235110],[-282889,-245548],[-285435,-248099],[-284202,-249320],[-284626,-247732],[-285329,-247463],[-281731,-248067],[-285510,-251626],[-286895,-250938],[-282108,-253519],[-283173,-253289],[-282178,-250740],[-289394,-458428],[-282966,-455308],[-283522,-455153],[-287496,-462170],[-287630,-461600],[-285058,-462657],[-285309,-462991],[-283834,-462552],[-282058,-589439],[-287342,-612447],[-286802,-630145],[-288337,-59713],[-282585,-60403],[-284205,-60324],[-287743,-60083],[-289170,-61305],[-285155,-74702],[-281949,-67602],[-282368,-69915],[-292053,-73560],[-287043,-74390],[-289156,-74216],[-285628,-75562],[-284350,-75800],[-282182,-77693],[-288885,-80273],[-285644,-81426],[-288475,-84726],[-284222,-85598],[-293028,-80094],[-293303,-84015],[-288976,-87955],[-290953,-87367],[-282110,-85316],[-283827,-88149],[-283045,-88979],[-290239,-78882],[-284290,-90793],[-291547,-95202],[-292295,-90767],[-288195,-93735],[-286835,-96888],[-285757,-96957],[-283275,-96818],[-293770,-93058],[-291542,-95357],[-286832,-91889],[-282182,-92828],[-283300,-97330],[-289767,4185],[-282600,134828],[-282158,139018],[-282925,140365],[-283308,135954],[-282220,135891],[-281669,138260],[-282123,139773],[-283088,140919],[-282204,136380],[-283176,138560],[-284407,141132],[-285715,141292],[-283673,13111],[-282753,14645],[-288656,306687],[-291893,304718],[-288102,306656],[-292145,303544],[-289995,314735],[-291284,308366],[-291776,308838],[-289199,308651],[-288433,314278],[-293702,320605],[-289116,29951],[-290447,391090],[-291856,388582],[-294281,389409],[-288032,392884],[-290710,392161],[-287218,389983],[-293842,390260],[-289954,390235],[-294122,388642],[-288786,393871],[-290495,392838],[-287462,391431],[-292766,390971],[-287177,396115],[-286069,396971],[-288242,400038],[-290865,399456],[-287820,397480],[-285567,402528],[-291188,400419],[-294283,402628],[-290233,403919],[-287775,400322],[-291352,400441],[-291363,403683],[-290370,402486],[-286921,403847],[-291920,397732],[-291855,400600],[-281779,409804],[-281714,412624],[-289391,425720],[-289886,423834],[-288697,423710],[-293785,508708],[-288879,504366],[-286816,512017],[-287106,503307],[-287743,509692],[-290939,508770],[-282108,49057],[-288099,513141],[-283829,58682],[-285094,62348],[-283044,62838],[-282882,57044],[-285265,57779],[-282990,63114],[-283278,56944],[-281805,64577],[-283023,64433],[-283624,66394],[-283235,67558],[-285444,79352],[-283119,88498],[-284905,83229],[-283073,87013],[-287585,80715],[-288544,80792],[-283777,81356],[-286210,81313],[-283462,86175],[-282126,84545],[-291014,85852],[-284301,87122],[-282730,99569],[-293899,110051],[-288113,112172],[-285627,108146],[-284660,108478],[-282710,112334],[-282482,113864],[-288765,112397],[-285464,112182],[-281955,105364],[-284976,123096],[-282671,120231],[-284205,121093],[-284138,125034],[-288752,121477],[-292649,122457],[-291340,121082],[-289451,121267],[-289805,121328],[-291515,121029],[-292305,121427],[-288990,121483],[-292720,120855],[-304929,-120085],[-303272,-121147],[-302429,-119529],[-302631,-121401],[-298396,-120097],[-303547,-117654],[-295754,-138067],[-294905,-136750],[-295735,-129492],[-302341,-153359],[-296176,-153062],[-295528,-146585],[-297545,-141247],[-295079,-143077],[-307110,-159466],[-304241,-158709],[-303618,-157124],[-304015,-155709],[-306782,-162675],[-305857,-162705],[-302978,-158478],[-301972,-158735],[-302678,-162963],[-302152,-164038],[-301036,-163796],[-300391,-163088],[-296103,-165526],[-302924,-154867],[-304983,-154529],[-298533,-156115],[-295766,-154524],[-305872,-153517],[-297541,-184412],[-298337,-183683],[-304224,-183906],[-303982,-188158],[-306025,-185654],[-297772,-185308],[-295334,-185945],[-299786,-184054],[-299623,-184249],[-301597,-187583],[-302060,-187679],[-303548,-184851],[-304135,-184527],[-305503,-187410],[-304009,-187303],[-305671,-184660],[-303787,-187206],[-299811,-186469],[-302794,-187732],[-304424,-186412],[-305782,-187161],[-305241,-183520],[-301027,-204241],[-304527,-203757],[-307163,-204269],[-300011,-204464],[-303792,-204564],[-301496,-211519],[-299805,-209670],[-305016,-206954],[-301627,-209743],[-306809,-205354],[-301306,-232792],[-295625,-241341],[-296518,-241694],[-305392,-230875],[-304833,-237354],[-301715,-234126],[-297733,-239948],[-295620,-237178],[-294997,-237173],[-298523,-240667],[-302584,-11276],[-298607,-3292],[-299464,-244598],[-303833,-245274],[-305727,-246050],[-307004,-246553],[-307002,-244803],[-305548,-246545],[-299150,-244354],[-305328,-261377],[-301451,-263637],[-300396,-263731],[-301141,-261774],[-306672,-264550],[-302163,-261482],[-305332,-273718],[-305921,-274179],[-306904,-12648],[-300067,-62728],[-298555,-65951],[-295904,-66436],[-294670,-64857],[-305046,-66848],[-304619,-69243],[-302306,-70659],[-302549,-68009],[-301378,-69546],[-306866,-72712],[-300544,-65811],[-306837,-66701],[-295429,-74793],[-305988,-78626],[-304786,-81367],[-304708,-86201],[-303168,-85521],[-304990,-81404],[-305991,-78566],[-303493,-87992],[-305374,-83381],[-303842,-82045],[-303069,-87848],[-302203,-86681],[-302737,-84633],[-294803,-77080],[-294862,-79079],[-299618,-89163],[-298839,-85570],[-301664,-84318],[-302431,-86503],[-300970,-83498],[-300181,-86304],[-301167,-78895],[-303529,-79448],[-303551,-81799],[-300173,-83751],[-305518,-101561],[-306738,-101070],[-295395,-99616],[-296639,-94082],[-307093,-101762],[-305258,-100069],[-306968,-99692],[-306018,-91419],[-304484,-99060],[-298773,-94707],[-300445,-89830],[-299502,-90871],[-303586,-91098],[-305417,-112092],[-304607,-113139],[-306360,-110716],[-306701,-109998],[-304030,-105512],[-302810,-108873],[-298135,-109110],[-298013,-105128],[-306701,-105950],[-305247,-112163],[-305438,-112290],[-306548,-111296],[-305914,-110864],[-304473,-114727],[-307157,-110598],[-304970,-108622],[-302273,-110360],[-306193,6432],[-299906,306691],[-298124,319814],[-298105,316315],[-305277,313803],[-301066,310156],[-305064,314131],[-306087,314551],[-299442,312811],[-304159,319996],[-306430,324416],[-305290,324336],[-307025,331535],[-294852,320756],[-306520,327400],[-305683,322812],[-301916,322797],[-296578,320702],[-299560,320374],[-301310,392497],[-298083,395636],[-299845,395921],[-303841,390726],[-302312,392070],[-297978,409437],[-297515,404848],[-300107,406740],[-300130,407473],[-295704,406609],[-297442,404021],[-301184,405220],[-302987,404977],[-299654,398156],[-294495,399081],[-302418,404606],[-305570,407604],[-302801,414045],[-301674,410800],[-300428,410070],[-296838,411443],[-299741,411770],[-301767,412571],[-298089,413306],[-294915,413577],[-299070,427795],[-295649,427971],[-295776,428693],[-299353,423219],[-295092,505839],[-302002,511639],[-300709,512889],[-298176,517261],[-303010,519579],[-300922,518048],[-301896,519259],[-296655,514273],[-299330,514350],[-299722,518918],[-295227,513687],[-300786,515801],[-296357,515755],[-300858,520053],[-301685,521125],[-306130,524459],[-300901,57085],[-301552,53647],[-305889,51804],[-305716,72647],[-304898,66607],[-307149,72117],[-305765,71667],[-306647,72674],[-303752,67282],[-303524,67141],[-306990,64678],[-301050,69048],[-299662,68442],[-300076,69668],[-305580,72349],[-303533,66446],[-306936,65204],[-301049,89732],[-302369,87655],[-305894,89030],[-306363,80254],[-303385,81801],[-297871,77061],[-300332,83197],[-300847,89573],[-301376,88273],[-302677,89084],[-306503,89523],[-303450,81712],[-302332,81507],[-298696,77567],[-299264,77023],[-298063,81276],[-299068,82302],[-300408,89436],[-302732,88963],[-301992,81745],[-298154,78228],[-298006,81534],[-306733,84321],[-306619,100299],[-301109,101700],[-300398,101399],[-297751,101252],[-295943,98835],[-297728,98265],[-300542,92591],[-301816,90850],[-306400,96221],[-302208,112659],[-300069,110887],[-295170,106113],[-303512,103062],[-296214,104787],[-299307,104310],[-299315,102881],[-301719,106227],[-305979,106879],[-307049,107278],[-294435,110265],[-297246,104697],[-297982,104447],[-302782,105777],[-301901,104993],[-302632,107087],[-302432,105585],[-305301,105875],[-305450,104976],[-299450,105017],[-300524,105671],[-300972,105206],[-304962,106259],[-308376,-117194],[-313006,-117845],[-313196,-127063],[-314104,-115320],[-308825,-118266],[-311332,-120501],[-310844,-124056],[-310601,-124144],[-316634,-117326],[-319724,-123152],[-318880,-125273],[-309521,-127029],[-319820,-118773],[-314282,-116167],[-311961,-126721],[-318924,-127481],[-310117,-117068],[-309085,-124895],[-318143,-124135],[-309857,-123069],[-310096,-121088],[-315863,-127578],[-318069,-125911],[-319687,-127191],[-319343,-127595],[-310844,-122413],[-315350,-128518],[-317646,-129351],[-316412,-128711],[-315346,-130401],[-315956,-131025],[-316082,-139232],[-317254,-132094],[-317973,-133207],[-310438,-132112],[-314310,-134785],[-313660,-135184],[-316698,-139539],[-315537,-137994],[-319289,-133551],[-309568,-128733],[-319283,-137035],[-310071,-130332],[-314272,-137998],[-319504,-134095],[-314403,-135199],[-315900,-138711],[-317280,-136806],[-317115,-135705],[-313057,-128924],[-313760,-128900],[-314476,-131158],[-316546,-132699],[-315508,-129265],[-315409,-132177],[-316324,-132473],[-315018,-142977],[-319352,-150826],[-311126,-147864],[-317025,-147277],[-314812,-148846],[-314834,-149850],[-319458,-143031],[-319910,-141309],[-317872,-141106],[-317018,-152512],[-307912,-153178],[-307615,-152253],[-312830,-149742],[-311748,-148234],[-317723,-147641],[-310941,-151175],[-316574,-144415],[-315896,-141514],[-318242,-143779],[-318050,-144012],[-315267,-140847],[-318404,-144739],[-315397,-140659],[-318541,-143407],[-318259,-153545],[-312788,-155048],[-313085,-157891],[-311029,-159196],[-309842,-158449],[-308031,-154982],[-308490,-157520],[-310074,-161211],[-308078,-160446],[-313775,-154590],[-314019,-158442],[-312535,-160095],[-311489,-161643],[-318046,-164046],[-315836,-155391],[-317638,-157936],[-316095,-160571],[-317267,-154668],[-317646,-164229],[-317621,-154968],[-319478,-159605],[-318475,-160770],[-314991,-158739],[-313629,-163206],[-316140,-156619],[-313473,-162569],[-314679,-157016],[-315662,-158676],[-317163,-166781],[-318161,-173998],[-319368,-168913],[-317052,-166499],[-319747,-171534],[-318619,-173305],[-307611,-184762],[-319001,-204050],[-319020,-203806],[-319313,-211035],[-315199,-205970],[-308412,-205444],[-309708,-207357],[-315653,-210783],[-307955,-210240],[-308416,-208831],[-311895,-205524],[-310088,-206676],[-307234,-206450],[-317038,-213286],[-316450,-209469],[-313189,-209165],[-309116,-213346],[-316123,-205937],[-309837,-205016],[-308876,-207227],[-308149,-210701],[-309071,-208108],[-310364,-206760],[-314876,-214556],[-317011,-210451],[-316866,-208638],[-312126,-205667],[-318209,-206554],[-319025,-214081],[-309680,-210839],[-311731,-229878],[-318922,-223700],[-318676,-226390],[-313639,-222705],[-318033,-222900],[-318367,-222535],[-314360,-218631],[-310665,-221464],[-310796,-228416],[-318813,-225326],[-312590,-219343],[-313595,-223273],[-315974,-217913],[-309730,-220855],[-315154,-227732],[-319530,-239350],[-311957,-240591],[-312943,-230551],[-314272,-232679],[-312694,-231062],[-309211,-235148],[-310850,-232763],[-309981,-231912],[-314952,-230809],[-307903,-230238],[-307519,-234478],[-310008,-231267],[-312867,-246305],[-311425,-246851],[-312000,-247428],[-309579,-246787],[-310330,-263623],[-309187,-263205],[-307996,-274756],[-317907,-17069],[-309109,-14070],[-310743,-27047],[-315343,-32458],[-308078,-623668],[-307556,-625612],[-309931,-623581],[-307385,-626322],[-319548,-60566],[-308053,-63245],[-313252,-61223],[-314172,-61218],[-315207,-59058],[-319815,-58072],[-311776,-62792],[-315323,-60661],[-312414,-64034],[-309809,-64604],[-312863,-69010],[-309808,-75732],[-314862,-73289],[-310518,-67133],[-308508,-68141],[-310398,-68695],[-311813,-68976],[-308557,-75228],[-313036,-72845],[-319681,-79686],[-317369,-81766],[-310665,-77934],[-315915,-88351],[-312823,-79930],[-308521,-76804],[-318833,-81366],[-308069,-78937],[-314079,-87039],[-316670,-89381],[-310401,-87083],[-309681,-76854],[-309151,-89124],[-313739,-89521],[-310916,-93041],[-316657,-92890],[-313155,-91845],[-311033,-90926],[-313978,-93711],[-318461,-95574],[-312075,-95384],[-307769,-90649],[-307902,-90925],[-309305,-101757],[-310407,-97169],[-309052,-97802],[-309831,-100991],[-311893,-102131],[-311743,-97938],[-311451,-95266],[-308869,-95071],[-307348,-91691],[-311435,-95687],[-309743,-100169],[-309856,-92251],[-308843,-101461],[-313324,-102372],[-313631,-104186],[-315365,-107174],[-311303,-110751],[-312367,-111195],[-313662,-114161],[-308311,-104804],[-309302,-105379],[-311695,-105119],[-311887,-105598],[-318433,-111452],[-312724,-113366],[-310630,-112391],[-310277,-110117],[-312322,-111760],[-315585,-108793],[-308806,-114461],[-311026,-108727],[-311061,-104927],[-319778,-113494],[-312458,-108866],[-311531,-108985],[-312797,-110406],[-317569,-112116],[-309432,-113388],[-307691,-108757],[-311366,-104907],[-309646,-104035],[-312349,-110608],[-309361,-103661],[-313239,-111262],[-307772,-104623],[-318354,4474],[-308904,21719],[-318669,299836],[-319005,307093],[-311104,318915],[-314546,313850],[-313834,311068],[-317207,310007],[-308636,319187],[-308025,315793],[-309318,317326],[-316842,318184],[-309996,309732],[-310571,316494],[-315770,311621],[-317945,310504],[-309368,311656],[-309511,324550],[-313080,324452],[-314675,329260],[-312007,326441],[-309660,327569],[-311380,324572],[-307604,325591],[-310912,331687],[-313535,324205],[-314343,328710],[-315925,323511],[-307236,322065],[-314713,325712],[-309510,320829],[-310376,335958],[-313633,334889],[-312480,31349],[-309995,510139],[-313014,510744],[-309776,48518],[-313121,46319],[-318435,45008],[-310507,47938],[-308795,50676],[-308516,48135],[-309336,521677],[-310922,524203],[-310480,513890],[-312493,513431],[-318127,55103],[-307921,62551],[-318046,55707],[-309086,62881],[-318121,56550],[-317556,55943],[-319947,53407],[-317451,56549],[-318459,63899],[-313146,63781],[-308219,64560],[-307788,64381],[-307235,64710],[-309016,64358],[-311936,74824],[-310808,69263],[-313636,68944],[-308560,68243],[-313010,74762],[-316458,71325],[-308800,89325],[-307900,85008],[-308663,80878],[-307544,81777],[-308001,84441],[-307568,89170],[-307310,81481],[-313387,79503],[-313680,77447],[-319625,100342],[-308203,96755],[-308488,96361],[-309605,96589],[-309174,96395],[-308879,93692],[-311350,94315],[-315221,94150],[-316212,93716],[-308615,95601],[-307935,97855],[-311065,92922],[-317222,93147],[-307269,99704],[-309412,100324],[-309067,97758],[-312283,93872],[-316326,93775],[-319586,107917],[-314360,112464],[-315939,109443],[-318246,108639],[-317625,109034],[-315691,111925],[-316594,111751],[-314884,111482],[-315339,109782],[-316072,111670],[-319657,108022],[-315527,112075],[-314057,112425],[-312948,112869],[-317026,109303],[-311072,110938],[-312779,110598],[-309920,111123],[-309259,111149],[-309968,107606],[-309914,109156],[-314453,103278],[-313479,104768],[-312712,108794],[-310965,106301],[-311035,111599],[-309807,110762],[-312220,103657],[-310360,107799],[-309238,108267],[-308976,104474],[-307849,104886],[-308874,107132],[-312230,103972],[-310422,106133],[-330866,-118420],[-332495,-116998],[-330877,-117523],[-331678,-117082],[-331951,-115173],[-329323,-117796],[-325214,-115368],[-323598,-118321],[-328183,-116253],[-322019,-125271],[-323233,-117294],[-325261,-117273],[-322615,-119317],[-320717,-120379],[-320557,-123194],[-321380,-123217],[-320208,-115226],[-323455,-119878],[-320713,-123926],[-328252,-127677],[-331281,-125211],[-327859,-135204],[-323967,-130765],[-321757,-133788],[-321118,-138762],[-320229,-132584],[-324795,-127926],[-327008,-130847],[-326765,-132619],[-326499,-140582],[-322369,-136466],[-321607,-136387],[-320247,-129942],[-320427,-142423],[-320732,-140683],[-323813,-142640],[-320116,-148348],[-320931,-152561],[-323144,-142564],[-320907,-142070],[-321505,-143466],[-320636,-141377],[-324615,-142383],[-321472,-147815],[-321417,-150973],[-322661,-152842],[-323796,-148001],[-323770,-144844],[-326080,-146606],[-326101,-148798],[-325336,-150132],[-323208,-151287],[-323891,-148652],[-327311,-142046],[-329683,-146102],[-320341,-144258],[-327628,-156248],[-326780,-153990],[-324438,-164448],[-328894,-162119],[-329033,-159200],[-328800,-165546],[-324295,-159512],[-324940,-158701],[-329858,-163728],[-321680,-154331],[-327196,-156985],[-324800,-153599],[-328791,-157127],[-327734,-160848],[-325564,-164543],[-326783,-163152],[-332697,-165437],[-330567,-155847],[-320013,-155600],[-322660,-157053],[-330280,-166071],[-323360,-159106],[-326011,-159230],[-325213,-158728],[-330035,-166073],[-329137,-163899],[-324377,-160727],[-329062,-163817],[-320480,-164345],[-320153,-162344],[-320908,-162966],[-320575,-162175],[-321262,-164962],[-322148,-163843],[-321717,-161254],[-320488,-160912],[-328086,-166366],[-331459,-167259],[-327996,-167474],[-332077,-170293],[-331633,-170771],[-329384,-169798],[-329073,-169316],[-328542,-170630],[-332347,-169727],[-327963,-170852],[-322388,-166317],[-331833,-173851],[-320206,-173383],[-321767,-168549],[-325969,-168135],[-332304,-174221],[-320842,-168982],[-320567,-169754],[-331474,-191496],[-320577,-195453],[-321164,-195355],[-327239,-194346],[-330105,-199633],[-323405,-197552],[-327333,-194686],[-328463,-197687],[-327512,-195336],[-330109,-193665],[-332332,-198208],[-332555,-199741],[-330426,-194904],[-329531,-195047],[-329670,-196900],[-324729,-200750],[-321095,-199911],[-329581,-201500],[-327505,-201322],[-332500,-203824],[-328005,-200958],[-322290,-197919],[-327533,-194033],[-326674,-196169],[-330761,-196124],[-328833,-195825],[-328983,-197221],[-322354,-197475],[-323070,-199999],[-321456,-203975],[-329006,-202516],[-323942,-201281],[-332301,-202248],[-325190,-205009],[-320562,-206667],[-324221,-206146],[-326121,-208288],[-321930,-212613],[-321651,-216847],[-331396,-212899],[-321274,-211228],[-329232,-205881],[-325158,-207744],[-332387,-206245],[-324573,-213394],[-332655,-213033],[-332495,-213829],[-332053,-216402],[-324297,-213827],[-326246,-216757],[-330579,-217047],[-332608,-215841],[-322090,-221529],[-320019,-226217],[-323547,-228924],[-326163,-228898],[-326066,-229603],[-327317,-228913],[-330527,-225696],[-323753,-226859],[-322348,-222670],[-322549,-222489],[-320689,-220475],[-322329,-221630],[-320656,-226445],[-323220,-230165],[-325439,-230170],[-326663,-229917],[-327969,-228366],[-323691,-227251],[-323014,-223320],[-329985,-226073],[-320128,-228215],[-327593,-221032],[-323821,-221772],[-331990,-220431],[-324997,-217991],[-329900,-220985],[-330220,-223009],[-324951,-217808],[-320093,-237631],[-322589,-242921],[-331979,-230201],[-330304,-235027],[-329715,-233272],[-329866,-237271],[-330641,-230325],[-331144,-234606],[-330244,-232635],[-330492,-237931],[-321522,-231349],[-320673,-6440],[-325962,-246057],[-321188,-243039],[-328636,-246046],[-325353,-257850],[-322552,-275494],[-323329,-280955],[-320306,-276451],[-323898,-304845],[-324495,-305697],[-327638,-306163],[-327543,-306344],[-327444,-306199],[-330689,-21458],[-328362,-19604],[-321681,-61069],[-329044,-54573],[-329017,-61752],[-328725,-62375],[-331085,-61238],[-322511,-59819],[-332663,-59078],[-332769,-58505],[-332601,-57569],[-327498,-74985],[-320518,-65671],[-329714,-71046],[-326243,-73144],[-329005,-66726],[-328251,-65202],[-328132,-63926],[-324902,-73898],[-326906,-75166],[-326956,-74024],[-323005,-73189],[-320495,-64688],[-330860,-67134],[-329179,-66628],[-320987,-74428],[-320862,-78523],[-332167,-77871],[-321256,-77197],[-327685,-84995],[-325367,-88740],[-330237,-84407],[-326888,-89815],[-322564,-99365],[-321804,-100528],[-321460,-99860],[-322471,-93314],[-330049,-94825],[-329346,-96513],[-320104,-91509],[-321159,-97712],[-330586,-114017],[-330002,-114172],[-329822,-113429],[-329194,-114916],[-329416,-114063],[-329635,-111593],[-322940,-110812],[-327018,-108261],[-329284,-113917],[-327764,-110496],[-320493,-111266],[-328105,-112443],[-326236,-114283],[-328322,5241],[-323935,148125],[-321481,148333],[-326753,146849],[-322382,147830],[-325987,146478],[-322491,145363],[-321617,148930],[-324270,148613],[-326857,165991],[-328286,166556],[-328203,166186],[-327717,164812],[-325311,166344],[-326706,170632],[-323619,169933],[-327913,174688],[-325483,177099],[-327218,176807],[-328653,172157],[-331385,169325],[-332351,177238],[-328282,175982],[-330117,174526],[-328527,178915],[-327670,178618],[-327914,178137],[-329670,177997],[-325094,167397],[-329741,170865],[-327766,167644],[-327220,168743],[-330847,167055],[-327197,171858],[-327382,176300],[-329037,177118],[-329502,170927],[-332555,168659],[-330448,176702],[-325664,173080],[-325694,173293],[-326212,174799],[-329420,168540],[-328296,171057],[-327302,178748],[-324206,168939],[-330439,178318],[-330611,174318],[-332240,174174],[-329678,176904],[-325166,176282],[-328979,176743],[-325751,167531],[-328522,175976],[-330287,173399],[-328700,176760],[-331720,176821],[-328707,169830],[-330056,167793],[-326448,170326],[-327083,172923],[-328190,172297],[-328248,173129],[-327193,178074],[-332100,168082],[-323912,171366],[-332171,168575],[-327845,175830],[-332295,174584],[-330180,177609],[-328607,177577],[-324905,177762],[-331544,177371],[-331377,173827],[-328965,176329],[-328038,173265],[-328654,176097],[-329037,175324],[-330787,175430],[-325721,168273],[-327646,170590],[-330008,167930],[-331514,169028],[-324963,169978],[-325948,169749],[-327601,171502],[-324256,168068],[-332467,172122],[-332258,169633],[-328741,23073],[-331611,290896],[-328804,294953],[-329543,296521],[-324970,298265],[-321514,299243],[-320194,300353],[-323819,304251],[-323555,305654],[-332138,298623],[-330289,299063],[-320520,299329],[-321159,306008],[-332373,302497],[-330385,302613],[-331325,305893],[-329870,305682],[-323744,307510],[-326571,311006],[-324818,309595],[-326245,308884],[-323148,312424],[-329951,307944],[-329386,311682],[-323696,320087],[-324622,307705],[-328643,311564],[-324520,312444],[-323144,309737],[-328230,309913],[-331432,317343],[-324256,319192],[-325870,307930],[-328691,310350],[-325757,311526],[-331841,323658],[-326522,325619],[-330506,322393],[-326406,322281],[-327037,322552],[-323352,322278],[-325562,321275],[-323547,322795],[-330244,336547],[-332601,340337],[-323835,337594],[-331227,338436],[-322270,29382],[-329485,41126],[-330897,49866],[-325452,42371],[-329398,42611],[-324580,44023],[-329949,57413],[-328457,63275],[-331748,57062],[-331453,56894],[-331452,56616],[-324314,63043],[-324364,63831],[-324456,59930],[-329141,60082],[-327569,60160],[-328773,53414],[-331338,51779],[-321824,54450],[-325144,54785],[-324706,54312],[-321432,52138],[-324190,55358],[-320570,52710],[-325579,54634],[-322468,58943],[-326959,53953],[-328703,64611],[-329349,64854],[-328451,65261],[-331880,68095],[-330752,65829],[-323989,67254],[-324109,66853],[-325589,67437],[-322506,74802],[-320438,73131],[-325783,73084],[-331095,78810],[-330631,86586],[-329261,78592],[-321235,81116],[-331219,82354],[-329244,80958],[-327224,78195],[-329941,85182],[-328952,84752],[-328986,78874],[-329369,77769],[-329692,85501],[-328519,78779],[-328398,95872],[-330785,97158],[-329743,96570],[-328503,96876],[-328797,96285],[-328460,98075],[-326861,92472],[-326102,92321],[-329556,95584],[-326557,96264],[-323633,98451],[-322674,96305],[-321157,102308],[-320260,94174],[-321347,94039],[-325342,97021],[-322186,100247],[-321029,94540],[-327302,95632],[-322712,98852],[-320688,95220],[-325879,94601],[-324517,95600],[-322745,96933],[-324414,96823],[-323848,104263],[-326725,102850],[-321184,106009],[-324488,105300],[-325408,104229],[-322885,106652],[-321589,106792],[-324503,104145],[-321479,106668],[-336719,-117153],[-335943,-117129],[-334515,-115379],[-342621,-117105],[-337599,-119396],[-343269,-119460],[-336816,-127497],[-344589,-119226],[-339477,-119227],[-338657,-121473],[-342848,-121311],[-336397,-118921],[-338589,-122698],[-343943,-123976],[-333560,-118780],[-335043,-124038],[-334686,-125659],[-345360,-122759],[-342588,-140271],[-341431,-139742],[-334279,-152410],[-334322,-150685],[-341529,-141769],[-336734,-151190],[-335007,-154466],[-343753,-164851],[-335519,-166145],[-333989,-162076],[-335648,-159586],[-336099,-161988],[-334681,-156151],[-336291,-154434],[-336263,-153464],[-334253,-155007],[-333854,-158421],[-339668,-158837],[-341831,-160167],[-339713,-157386],[-343121,-163834],[-333222,-155001],[-334416,-164649],[-333161,-166149],[-334298,-164780],[-344336,-167570],[-338878,-176352],[-341067,-175753],[-342788,-170682],[-344976,-168500],[-342885,-176097],[-337490,-173457],[-333884,-172663],[-337373,-175528],[-335995,-169311],[-334453,-169286],[-333036,-169511],[-336072,-171921],[-342764,-175447],[-344880,-171973],[-345527,-167238],[-344584,-174911],[-336819,-173503],[-333877,-172188],[-335530,-172663],[-333063,-168456],[-337592,-175613],[-337964,-173677],[-334135,-172686],[-334080,-168371],[-338077,-173648],[-334294,-174440],[-333770,-174508],[-342252,-180410],[-344024,-179823],[-340835,-185971],[-338526,-190942],[-337418,-179465],[-342700,-191467],[-342966,-186363],[-334155,-190124],[-340160,-186450],[-338849,-191122],[-342105,-185937],[-335322,-202520],[-333570,-192224],[-343997,-193984],[-339640,-202753],[-341114,-192360],[-339645,-192966],[-340211,-199067],[-343040,-198464],[-336279,-195651],[-345416,-201992],[-334846,-200476],[-340525,-193187],[-338432,-192562],[-338936,-200307],[-340479,-196065],[-337282,-196633],[-344231,-202857],[-336843,-214659],[-337566,-216611],[-335812,-212176],[-336905,-207107],[-338528,-210162],[-344977,-212566],[-337501,-216407],[-342191,-216675],[-340716,-216316],[-342378,-207629],[-333227,-208421],[-344285,-205719],[-338103,-216190],[-337503,-204898],[-341780,-208418],[-345225,-212873],[-337524,-214454],[-343392,-216605],[-342928,-207646],[-335359,-208378],[-342589,-206334],[-332908,-214160],[-336381,-213415],[-337089,-226280],[-338401,-229369],[-337144,-229025],[-341862,-227352],[-336751,-227042],[-335360,-223545],[-343877,-221716],[-340061,-221577],[-344879,-220370],[-337077,-225819],[-338411,-229022],[-337230,-223575],[-342439,-227487],[-336602,-227481],[-337792,-222699],[-342855,-222511],[-340664,-224208],[-340603,-218006],[-337234,-220395],[-333234,-219058],[-338054,-217600],[-334574,-218928],[-337925,-220142],[-334522,-235334],[-332865,-237485],[-337822,-233707],[-344891,-236364],[-342784,-233207],[-343187,-230316],[-341549,-230476],[-335384,-234812],[-333264,-237301],[-339070,-233508],[-342429,-233027],[-342209,-231164],[-334984,-8872],[-332973,-249464],[-335872,-250463],[-339989,-15433],[-344547,-36670],[-344325,-36264],[-344271,-32685],[-334751,-36060],[-343832,-35502],[-343943,-36777],[-343670,-35249],[-345400,-37032],[-335169,-554290],[-333582,-50565],[-333326,-48745],[-334787,-49350],[-335698,-43967],[-339867,-40925],[-334366,-50313],[-337184,-46103],[-333752,-50918],[-335807,-50196],[-335167,-50585],[-334332,-50118],[-334427,-46342],[-333551,-49926],[-335505,-46612],[-336931,-40401],[-342434,-49492],[-343303,-48841],[-336836,-50063],[-338557,-47418],[-340397,-45074],[-337150,-42789],[-342528,-48608],[-339571,-47736],[-342190,-45556],[-343076,-44657],[-345405,-46684],[-336570,-49925],[-338155,-47263],[-339172,-43972],[-344999,-46445],[-337791,-47141],[-338091,-45465],[-338134,-46789],[-340092,-45923],[-338043,-43327],[-339250,-41885],[-340211,-48472],[-343648,-44866],[-345031,-46793],[-336790,-49617],[-338924,-48839],[-339551,-47028],[-343625,-45022],[-341769,-632751],[-342652,-630439],[-336047,-56774],[-335312,-56262],[-333898,-55676],[-333186,-56063],[-338253,-54359],[-334004,-51752],[-335932,-56478],[-333396,-55299],[-334592,-52602],[-334368,-52580],[-334890,-56007],[-333629,-57897],[-335275,-51566],[-333370,-51290],[-334212,-56177],[-334815,-55275],[-333168,-58588],[-335001,-51698],[-336760,-51270],[-337804,-54868],[-336594,-58673],[-336544,-60019],[-339090,-62143],[-343017,-63377],[-338500,-54373],[-339648,-57004],[-338334,-59071],[-338778,-59605],[-339548,-58730],[-334603,-58913],[-340186,-53869],[-336841,-59974],[-337784,-60553],[-339275,-57259],[-337704,-59602],[-340365,-57887],[-338916,-54717],[-340702,-60781],[-337565,-57784],[-336673,-58175],[-339753,-60657],[-339229,-58531],[-334096,-71873],[-335414,-76046],[-343787,-76011],[-336748,-72366],[-338754,-72931],[-340147,-73717],[-340387,-76088],[-343036,-76488],[-334013,-68689],[-336426,-68966],[-333675,-67635],[-340165,-72863],[-340048,-68608],[-341010,-70871],[-340321,-67530],[-341168,-65282],[-340151,-67559],[-341750,-70041],[-340719,-68716],[-342448,-67430],[-344941,-70588],[-343614,-73239],[-344904,-67688],[-342215,-68369],[-345296,-67839],[-343524,-65251],[-344726,-66759],[-334544,-78457],[-336275,-78525],[-335541,-79827],[-338398,-84697],[-339757,-82364],[-339115,-85667],[-341685,-83950],[-341612,-77760],[-335650,-83151],[-340338,-79896],[-341403,-80163],[-336952,-79560],[-339239,-89351],[-337384,-80978],[-337745,-85579],[-338659,-87638],[-338243,-87547],[-344888,-83318],[-335710,-85369],[-342588,-78788],[-338079,-78140],[-338059,-80223],[-345176,-77158],[-338718,-98931],[-339362,-90224],[-337653,-92660],[-336685,-90948],[-336128,-94319],[-334686,-95375],[-333507,-99287],[-334111,-96547],[-335518,-99733],[-342784,-98388],[-345529,-95971],[-341007,-96661],[-343065,-96888],[-345018,-93126],[-337868,-108448],[-336616,-111896],[-345552,-109242],[-345544,-104229],[-343935,-110662],[-343092,1540],[-341575,2020],[-333343,145410],[-333436,144722],[-333111,168619],[-334220,177445],[-334454,174302],[-336676,175046],[-336207,173765],[-336479,175448],[-336993,175699],[-333118,176590],[-334098,169556],[-337340,174176],[-335485,175486],[-337125,177782],[-333086,172145],[-334546,173132],[-333609,176060],[-335289,172514],[-335340,175227],[-333480,173003],[-336984,176081],[-334536,175459],[-332928,177067],[-332806,166814],[-332961,19833],[-337402,273722],[-344703,287075],[-338558,291492],[-338128,288741],[-341442,287131],[-338002,284286],[-342958,286966],[-335488,289061],[-344627,290623],[-339767,286790],[-343665,293443],[-336750,284469],[-337026,291019],[-338692,284321],[-337245,296055],[-334150,297856],[-339103,296433],[-342468,295773],[-337085,295878],[-343054,295807],[-341207,296557],[-335582,299464],[-333046,300186],[-333310,301238],[-333863,299027],[-333442,294644],[-344368,301377],[-336151,299636],[-333551,303269],[-335460,304054],[-344738,299271],[-339407,300639],[-336695,302029],[-341747,306829],[-344301,299773],[-333609,302271],[-341418,307932],[-333602,309556],[-336013,315107],[-336492,319836],[-338610,319359],[-337036,315360],[-337627,316981],[-340041,317530],[-342192,315048],[-334717,317472],[-340871,315861],[-333567,315171],[-340935,318275],[-333423,318735],[-335168,315847],[-345429,309247],[-338575,307657],[-340725,313574],[-344933,314487],[-344802,315801],[-341284,311027],[-338406,312447],[-343268,312989],[-343059,313325],[-345144,315311],[-341386,312293],[-344170,314351],[-340838,312964],[-333912,320994],[-334691,321452],[-334113,335635],[-333895,337244],[-338511,336818],[-337480,336677],[-338372,335836],[-338992,337897],[-343026,340403],[-337056,343623],[-343163,343370],[-339737,343491],[-341540,337110],[-335053,335060],[-344557,340013],[-333006,339695],[-333963,32319],[-333462,51198],[-338326,47824],[-341699,47188],[-335163,49751],[-340156,50476],[-344029,50334],[-334141,48751],[-335487,39985],[-334426,53775],[-337188,51917],[-336599,52074],[-333862,54477],[-334380,55967],[-334868,55095],[-337202,69595],[-340458,68622],[-340651,74394],[-338213,70583],[-337043,71519],[-340659,66454],[-339350,66711],[-338904,74698],[-339250,73962],[-336917,76944],[-337891,70726],[-339983,66504],[-338665,74742],[-336032,76720],[-334275,75398],[-333665,73800],[-334781,75813],[-334635,67619],[-333617,68919],[-336622,78449],[-335994,78131],[-332943,81598],[-336222,90618],[-333864,100640],[-335026,99607],[-334205,100048],[-334536,99666],[-355554,-117793],[-355156,-120608],[-353033,-121240],[-354331,-119737],[-355613,-122950],[-347245,-117074],[-353478,-126527],[-352520,-119817],[-354816,-123539],[-350394,-125768],[-350050,-124263],[-355047,-128765],[-346195,-163756],[-352447,-161948],[-352165,-166119],[-352795,-163580],[-351640,-164026],[-354622,-161692],[-354285,-162325],[-352657,-161163],[-352936,-160401],[-350088,-165453],[-349593,-166184],[-352786,-164273],[-350257,-177153],[-352787,-170318],[-356140,-168215],[-349970,-172642],[-349283,-170327],[-347183,-171328],[-347496,-167225],[-346826,-172943],[-345823,-166721],[-346880,-167118],[-356647,-168296],[-346459,-166977],[-347831,-169560],[-346841,-171756],[-348545,-178996],[-349724,-179518],[-346828,-200227],[-346881,-196736],[-349398,-198473],[-347706,-200613],[-347409,-196163],[-348101,-196728],[-348933,-208953],[-350160,-208822],[-351256,-208313],[-349608,-207874],[-348933,-215550],[-357076,-211800],[-356357,-208306],[-347387,-207106],[-351114,-217096],[-347790,-210786],[-354893,-209166],[-357302,-217263],[-357558,-212607],[-345895,-206142],[-349959,-212559],[-348632,-214179],[-354913,-210292],[-354518,-223785],[-356518,-223738],[-353002,-221689],[-346864,-226547],[-357646,-220403],[-348910,-223108],[-347612,-221580],[-351416,-229131],[-355553,-222616],[-357621,-225038],[-352784,-222188],[-345900,-227145],[-351731,-217871],[-357999,-218479],[-351195,-221572],[-347815,-220171],[-350686,-227895],[-358201,-234300],[-347135,-34571],[-351092,-36487],[-350507,-34221],[-354053,-27752],[-347230,-36019],[-347422,-37260],[-348690,-33051],[-351429,-36167],[-350257,-33801],[-346423,-33380],[-350774,-35089],[-350785,-32932],[-348016,-562291],[-345872,-561940],[-350542,-47892],[-355673,-49583],[-350996,-38566],[-346793,-49212],[-346612,-47041],[-352091,-48111],[-356202,-49387],[-349505,-38969],[-345708,-46831],[-347636,-48672],[-345848,-48489],[-352132,-47526],[-355378,-48539],[-350283,-38888],[-354278,-75952],[-351240,-76122],[-354092,-67476],[-349422,-66185],[-349318,-64983],[-349490,-66430],[-352547,-75725],[-352205,-73445],[-350967,-75222],[-346209,-68057],[-354665,-75742],[-352151,-72833],[-351534,-72388],[-349143,-69995],[-346540,-68744],[-346323,-76120],[-353032,-75034],[-350628,-72154],[-349268,-71447],[-346957,-68879],[-352441,-74495],[-345813,-68357],[-350944,-72783],[-348629,-69984],[-346822,-68848],[-346107,-80518],[-347888,-84141],[-357732,-78306],[-349470,-79442],[-357112,-78805],[-355968,-79919],[-347753,-78423],[-346529,-78483],[-347903,-79535],[-353474,-94327],[-352719,-93339],[-354747,-90965],[-356435,-90704],[-353417,-90949],[-354530,-92795],[-353766,-98302],[-348302,-97238],[-346297,-94595],[-350110,-95930],[-347865,-95911],[-350917,-93427],[-356824,-99204],[-358046,-91617],[-349488,-90699],[-354085,-105764],[-347354,-108189],[-345957,-108163],[-349421,-110162],[-357567,-114842],[-355284,-105576],[-357246,-111220],[-353187,-110576],[-358125,-111749],[-350970,12920],[-357958,5645],[-349001,369],[-358145,186013],[-357206,185478],[-355641,185761],[-353320,186104],[-354010,186137],[-353419,189133],[-355474,184334],[-355002,183374],[-358258,187987],[-357407,183917],[-356409,187741],[-357239,191764],[-355427,190310],[-353539,188534],[-353522,185025],[-358237,180793],[-356081,181930],[-356856,186070],[-356466,189301],[-354887,186044],[-353535,186817],[-357821,182271],[-354063,183724],[-357454,184911],[-356627,181467],[-358046,190392],[-357760,189909],[-356141,190243],[-353299,184893],[-356718,181678],[-356239,182767],[-350795,22076],[-357482,293584],[-355890,282539],[-357277,287242],[-351254,286188],[-347086,286242],[-355464,289738],[-355487,292906],[-347007,292747],[-345679,296123],[-347930,296936],[-352032,294732],[-346666,295487],[-352588,298485],[-356795,302129],[-356429,296642],[-350982,298606],[-351981,300709],[-348856,302093],[-349556,302824],[-354868,296427],[-358163,298024],[-347365,306146],[-347158,306950],[-352991,304227],[-354093,303136],[-357582,302024],[-352519,297113],[-345876,299741],[-353311,306044],[-346265,304328],[-347178,307587],[-346781,307827],[-357507,310129],[-356900,310459],[-346367,315623],[-353166,313350],[-351958,314329],[-353131,313370],[-353544,314733],[-352657,313346],[-357385,328417],[-349814,329680],[-358202,328758],[-353542,324291],[-350824,326182],[-349430,330142],[-353367,330709],[-356876,331472],[-354615,324319],[-352747,323840],[-351189,324307],[-352248,331522],[-349492,329884],[-355619,322038],[-352330,330810],[-349940,329133],[-352065,340076],[-347392,340355],[-355695,335879],[-355488,335080],[-348300,45253],[-346787,50656],[-347186,46920],[-365473,-132938],[-365171,-133236],[-365940,-139838],[-365152,-138187],[-364673,-134778],[-365684,-135434],[-366873,-137749],[-363359,-132333],[-364286,-178050],[-362611,-176075],[-363683,-175942],[-366924,-175095],[-364291,-188354],[-363135,-190193],[-363714,-190496],[-359859,-190439],[-362175,-191242],[-362787,-190909],[-361833,-189232],[-365123,-186608],[-359802,-189624],[-362860,-191312],[-361628,-188718],[-360378,-192725],[-363804,-211466],[-366154,-229970],[-361449,-222986],[-363392,-223437],[-367120,-241352],[-370116,-231884],[-366921,-230226],[-365122,-230498],[-365602,-230794],[-362463,-233139],[-366279,-234912],[-368231,-233892],[-361299,-233570],[-361421,-235243],[-361524,-235045],[-363020,-234991],[-361156,-237325],[-360662,-237197],[-359959,-236013],[-361307,-238238],[-358551,-236389],[-369901,-232022],[-359010,-232430],[-363195,-231856],[-361630,-239747],[-360865,-241278],[-361107,-241058],[-361515,-242647],[-361980,-242899],[-366178,-11872],[-365460,-11894],[-365157,-252267],[-360474,-255814],[-359919,-16040],[-368756,-20486],[-366858,-16874],[-366529,-14470],[-360936,-15749],[-369090,-23451],[-362762,-19812],[-358765,-16232],[-369679,-22305],[-358868,-17822],[-365246,-14535],[-370161,-21146],[-368157,-16863],[-367608,-17752],[-371197,-587541],[-361441,-50404],[-368989,-50512],[-361268,-47530],[-369701,-48641],[-360333,-48636],[-369466,-49197],[-370307,-48515],[-361158,-46544],[-369198,-52248],[-369422,-52593],[-370476,-63197],[-362443,-53416],[-361160,-57804],[-360675,-63413],[-366756,-61686],[-368651,-52039],[-361146,-62688],[-363059,-53225],[-363531,-58744],[-362125,-55616],[-369370,-63649],[-362102,-54320],[-361839,-56552],[-364664,-74553],[-367906,-75433],[-365066,-76525],[-361815,-75884],[-359505,-74274],[-361021,-75510],[-358752,-74435],[-360115,-75001],[-370433,-71903],[-361774,-69139],[-363278,-70752],[-361127,-72863],[-364719,-73532],[-363498,-67856],[-366337,-66536],[-366302,-64370],[-369584,-64014],[-369538,-71922],[-368761,-71776],[-364258,-75072],[-368440,-75427],[-362960,-69596],[-360887,-71265],[-362153,-74368],[-363982,-71333],[-360786,-72619],[-362996,-73853],[-364398,-68331],[-367511,-66187],[-362807,-70079],[-364160,-70395],[-362484,-64226],[-360528,-72599],[-364505,-75072],[-364741,-69090],[-367122,-66729],[-364008,-64141],[-361345,-76956],[-364964,-77761],[-365967,-77900],[-360299,-76626],[-358712,-77579],[-361297,-100464],[-359794,-100759],[-361319,-98042],[-360771,-102271],[-359688,-109689],[-360593,-107657],[-360258,-110393],[-358760,-113129],[-359207,184989],[-359483,181435],[-360679,182542],[-358893,187828],[-363501,184672],[-362423,185274],[-362774,186743],[-359939,189264],[-358403,189926],[-360028,185696],[-361904,183684],[-362690,182846],[-363479,186237],[-363831,188630],[-365866,189078],[-366272,185391],[-368281,191891],[-360666,186748],[-361450,185261],[-361458,187803],[-361341,189242],[-360766,190143],[-359488,191639],[-358426,188615],[-361167,183327],[-364138,187220],[-363949,188768],[-363088,191649],[-358758,181818],[-365844,186553],[-361921,193056],[-362854,195289],[-358806,195399],[-360260,193076],[-361049,196589],[-362334,192440],[-358504,196652],[-360859,193531],[-358802,198094],[-359756,195681],[-359649,197652],[-370500,216907],[-368513,216436],[-370361,221260],[-359256,17221],[-362536,284968],[-359627,283471],[-369502,292732],[-367600,292847],[-363949,284813],[-360625,283806],[-359495,293454],[-367201,290893],[-370737,295159],[-361452,297807],[-360114,301985],[-364832,305759],[-364323,304239],[-368007,303380],[-368031,303041],[-360331,296788],[-361520,298928],[-361478,301903],[-364536,306272],[-364377,305617],[-367632,301656],[-368951,303521],[-359488,297186],[-370709,315945],[-368106,316702],[-361113,308151],[-359737,309770],[-359285,310186],[-369717,323160],[-369885,327902],[-365202,328592],[-370560,327309],[-367954,330037],[-364179,326435],[-360429,326924],[-360029,328119],[-364883,326998],[-364468,325883],[-361116,327384],[-363591,329329],[-359982,321540],[-363153,328421],[-359889,326447],[-362269,328581],[-358484,329946],[-359564,322764],[-369456,333914],[-366141,334467],[-369290,335926],[-18618,-127654],[-24671,-125247],[-23504,-126251],[-13403,-125712],[-15238,-116578],[-14257,-116810],[-21215,-138575],[-21401,-138631],[-20761,-136469],[-20715,-137083],[-24636,-137590],[-23707,-132348],[-24529,-132177],[-25027,-129733],[-22316,-128040],[-19266,-128743],[-18232,-129162],[-18554,-129333],[-18739,-129848],[-19745,-130272],[-16158,-139471],[-19275,-137878],[-18238,-133844],[-20597,-134147],[-13559,-148033],[-13767,-148209],[-14092,-152213],[-15796,-148597],[-18376,-150469],[-17724,-150594],[-16696,-150351],[-17730,-147561],[-18471,-148228],[-19843,-147796],[-20613,-150558],[-24513,-151300],[-23337,-146771],[-23580,-146559],[-25327,-143923],[-22518,-144206],[-23461,-144575],[-18837,-144354],[-19367,-141314],[-21475,-146646],[-18064,-147087],[-15612,-166176],[-13372,-165663],[-15805,-163905],[-20922,-178064],[-16953,-178186],[-23453,-176968],[-13759,-169347],[-17821,-177287],[-14031,-178454],[-14451,-170186],[-23191,-176685],[-14838,-169194],[-14787,-168035],[-16039,-177048],[-23760,-177317],[-13973,-166741],[-13386,-166422],[-24261,-167118],[-20800,-169018],[-13508,-176457],[-23972,-186074],[-22611,-185819],[-21661,-181275],[-22690,-184248],[-22285,-179652],[-19005,-180681],[-25079,-185427],[-13645,-180350],[-24108,-180264],[-22735,-185471],[-18148,-184315],[-14515,-182433],[-16617,-186379],[-20550,-180364],[-24322,-185744],[-22208,-185555],[-20217,-184515],[-20353,-184058],[-13770,-179259],[-16309,-182708],[-22074,-183156],[-16356,-185443],[-16102,-191177],[-21666,-188596],[-16795,-189121],[-15701,-191732],[-17343,-191172],[-21902,-191383],[-16583,-191211],[-16420,-189072],[-19349,-191264],[-16279,-189110],[-16514,-190029],[-14706,-192828],[-21278,-191888],[-24078,-196649],[-20181,-193056],[-15475,-192531],[-13740,-201363],[-17267,-192451],[-18395,-193362],[-22773,-193452],[-21589,-193769],[-19593,-195710],[-25558,-199934],[-16986,-195190],[-13976,-199786],[-16727,-192398],[-16456,-192210],[-15164,-192347],[-20572,-191898],[-23520,-212386],[-18973,-208803],[-19324,-211055],[-17774,-209695],[-23923,-219821],[-22326,-229073],[-15406,-225139],[-12871,-239809],[-23095,-490328],[-22315,-489452],[-20310,-491277],[-19526,-490121],[-19277,-488536],[-21553,-488162],[-19690,-487769],[-19075,-487551],[-18171,-487583],[-23254,-493580],[-19969,-495826],[-13740,-29885],[-17135,-37093],[-13505,-27314],[-13658,-40494],[-24889,-49515],[-17821,-50802],[-23867,-48926],[-25225,-49675],[-16821,-49912],[-24489,-48839],[-24526,-61675],[-18645,-59522],[-15362,-59522],[-13870,-59564],[-21696,-52841],[-21393,-51211],[-25231,-53527],[-18632,-64193],[-15279,-101359],[-22701,-98119],[-20334,-98419],[-22489,-99861],[-15807,-106335],[-23160,968],[-22602,1053],[-23015,256],[-22120,11386],[-14452,12844],[-15561,12784],[-23437,11381],[-25137,226494],[-23518,223892],[-23746,227864],[-23547,227390],[-12921,16906],[-16297,14695],[-18883,13082],[-14275,17210],[-16612,13522],[-14215,21124],[-15234,14657],[-382523,-115386],[-382790,-116280],[-382361,-115912],[-382081,-148333],[-380861,-148474],[-379671,-147163],[-379440,-148529],[-382656,-153094],[-379529,-152148],[-381398,-153232],[-382291,-152356],[-372479,-145159],[-372260,-144803],[-378756,-152143],[-382435,-152622],[-383570,-161637],[-380290,-154103],[-380145,-154652],[-383415,-153549],[-379620,-154008],[-379579,-157398],[-379006,-158100],[-382222,-157454],[-381297,-156524],[-383597,-157632],[-383259,-156308],[-383571,-154582],[-383543,-155163],[-381606,-154486],[-381572,-157435],[-380565,-156514],[-379774,-159223],[-380246,-161994],[-377755,-161586],[-377904,-156102],[-383351,-169177],[-382795,-172970],[-382112,-174850],[-383423,-171496],[-383697,-174857],[-383964,-185352],[-377711,-181236],[-382556,-210586],[-379750,-220519],[-379996,-220641],[-378852,-221859],[-379146,-223045],[-380678,-225751],[-379183,-227568],[-379344,-225525],[-379915,-226819],[-378520,-225735],[-378897,-226683],[-379466,-226371],[-377901,-222670],[-377992,-226973],[-377497,-227108],[-377501,-226552],[-377243,-227019],[-371949,-227744],[-372333,-227995],[-371932,-228102],[-373061,-228723],[-383047,-224340],[-382094,-233636],[-371336,-233766],[-372342,-232799],[-372417,-231467],[-378917,-242662],[-381869,-5845],[-380928,-7028],[-377803,-6283],[-383190,-6840],[-381010,-7070],[-381978,-4701],[-378346,-3347],[-378152,-5876],[-380735,-5356],[-377544,-9657],[-378325,-3241],[-377925,-5101],[-379011,-244594],[-383915,-246390],[-372916,-243538],[-375807,-243575],[-376527,-245633],[-374470,-245806],[-375546,-246775],[-376867,-245455],[-377139,-251261],[-376001,-249346],[-377960,-251344],[-376729,-248973],[-383382,-253802],[-383724,-253366],[-382368,-254658],[-382190,-251701],[-382688,-251678],[-377320,-255268],[-377478,-253193],[-379078,-244029],[-378268,-243099],[-373199,-244109],[-375155,-243676],[-376460,-245711],[-375211,-245068],[-376039,-247048],[-376308,-245729],[-376531,-251832],[-375821,-249577],[-377830,-251235],[-377174,-248494],[-380358,-255416],[-383237,-255380],[-381870,-255282],[-382047,-251914],[-382817,-251831],[-377457,-253457],[-383384,-257938],[-378908,-261551],[-380469,-260193],[-378768,-258444],[-377690,-257455],[-383832,-256432],[-378088,-255813],[-378072,-256423],[-383559,-257590],[-378584,-261851],[-380761,-260546],[-378940,-259369],[-377522,-257743],[-383361,-257281],[-376565,-23930],[-374307,-15014],[-380122,-24590],[-382525,-24587],[-373496,-24954],[-381209,-24737],[-371930,-18473],[-380403,-22286],[-373803,-23634],[-376423,-23935],[-374052,-14661],[-375158,-18004],[-377710,-24178],[-377429,-21800],[-373283,-25071],[-379713,-21647],[-380507,-393038],[-380491,-393718],[-380436,-28343],[-377256,-27153],[-378471,-26853],[-371355,-28231],[-380638,-30067],[-379095,-29983],[-376928,-27343],[-378658,-25927],[-381838,-26611],[-377218,-593537],[-375183,-595648],[-376705,-591371],[-372333,-48825],[-372578,-49591],[-373353,-48407],[-380106,-79711],[-380302,-86379],[-377603,-106760],[-382911,-107544],[-374297,-109534],[-383104,1911],[-381786,4890],[-377770,3247],[-379322,1113],[-381823,2300],[-379483,4337],[-375792,5462],[-378141,1802],[-380237,5580],[-376420,5383],[-382573,182320],[-373027,216503],[-381054,210289],[-379222,214191],[-381253,210675],[-380668,214302],[-376834,213997],[-374779,215547],[-372580,215214],[-381709,210607],[-376624,213333],[-378968,217650],[-375665,215193],[-371277,215237],[-374724,217777],[-374081,217253],[-380176,211185],[-382086,210891],[-379122,213552],[-379536,218208],[-379169,218095],[-372392,218856],[-373802,220156],[-383451,229299],[-382988,223607],[-372134,220032],[-379430,218299],[-375406,218005],[-373559,219701],[-383908,219973],[-380565,223684],[-382189,224205],[-375226,293171],[-382031,304082],[-371584,295489],[-382909,306141],[-383242,299792],[-380758,299260],[-377673,303555],[-377807,303092],[-374700,295965],[-380985,304729],[-378250,299392],[-382665,302673],[-377288,305580],[-374268,305449],[-374290,303028],[-376581,305048],[-380747,319838],[-380924,310874],[-379822,312462],[-372800,315199],[-376031,313444],[-375119,317278],[-379466,317480],[-378498,317141],[-383125,317826],[-376290,314437],[-381728,318588],[-376140,312858],[-382881,307404],[-372669,307882],[-372573,311007],[-377448,323263],[-378801,325684],[-372084,330831],[-371691,331739],[-375505,329646],[-380540,324680],[-376848,327270],[-373259,330179],[-371590,331916],[-376482,329642],[-375135,322984],[-377445,321124],[-378555,323572],[-378032,326224],[-376144,329533],[-371322,331187],[-372123,330339],[-375726,328460],[-371220,330979],[-372459,328401],[-374671,338718],[-381493,397878],[-382367,400946],[-382789,112931],[-380923,108903],[-382860,112061],[-381849,109889],[-385059,-118184],[-393372,-134403],[-392079,-130703],[-396415,-128106],[-387337,-162125],[-384470,-162426],[-386943,-166146],[-386335,-160934],[-384186,-156185],[-384233,-159007],[-384855,-171920],[-384901,-169510],[-384831,-170067],[-387182,-166582],[-384746,-183632],[-387997,-216680],[-388329,-213781],[-388810,-212072],[-387590,-212956],[-389466,-215353],[-387622,-213983],[-388100,-214895],[-386869,-216745],[-388991,-216940],[-389297,-216143],[-387677,-219769],[-387345,-217787],[-388603,-219981],[-387233,-222142],[-387586,-220207],[-384074,-221871],[-388608,-218149],[-388192,-219043],[-394961,-242895],[-396188,-238423],[-395004,-238664],[-388711,-242072],[-390974,-241641],[-385624,-241053],[-387005,-238680],[-388051,-239376],[-394762,-242300],[-394979,-238934],[-395742,-239666],[-389791,-241399],[-384857,-240676],[-385698,-237802],[-386892,-239961],[-387642,-3550],[-396110,-7290],[-390390,-129],[-384658,-5085],[-391426,-413],[-394763,-11287],[-388045,-2302],[-394793,-10830],[-393896,-243106],[-391779,-243173],[-384904,-246013],[-384981,-243218],[-385368,-246209],[-384867,-250008],[-393050,-251737],[-392846,-247048],[-384081,-246404],[-384829,-244201],[-391532,-252291],[-390623,-255073],[-389442,-253551],[-389910,-254728],[-389167,-254872],[-396775,-253163],[-396727,-253163],[-384287,-257381],[-392310,-265827],[-390517,-258523],[-389567,-258022],[-391658,-258494],[-388728,-258576],[-389234,-259138],[-393430,-18831],[-388543,-18351],[-386236,-17510],[-384628,-15834],[-393900,-17224],[-395300,-14657],[-390342,-20088],[-386760,-22596],[-391327,-15867],[-384066,-17099],[-385138,-13868],[-385474,-21852],[-386234,-16874],[-392841,-18606],[-391316,-21234],[-387095,-20520],[-384600,-15057],[-392711,-22469],[-396035,-20935],[-396482,-13571],[-396447,-25153],[-389635,-25820],[-386497,-27604],[-389105,-38115],[-386507,-29737],[-389156,-32823],[-388919,-36639],[-394938,-38064],[-387640,-37170],[-389527,-37150],[-386577,-29668],[-394332,-578456],[-393660,-576968],[-395391,-580329],[-396170,-577442],[-396340,-577757],[-392804,-46315],[-389605,-42621],[-394606,-46368],[-396609,-45459],[-396394,-39635],[-394970,-38362],[-385190,-88126],[-394676,-99513],[-393462,-92028],[-392929,-90809],[-396267,-92399],[-394125,-92067],[-386360,-113783],[-387074,-104553],[-384841,-106689],[-394937,6030],[-391740,1787],[-395040,2918],[-392674,2596],[-396084,257],[-396297,4342],[-384384,180585],[-389928,203362],[-393656,198997],[-391256,202197],[-394360,199618],[-393028,200968],[-387613,214978],[-396711,208327],[-386901,213988],[-396703,216050],[-391682,213880],[-386219,212043],[-385782,213437],[-388015,213405],[-396355,211842],[-392838,212497],[-387359,215044],[-385095,211282],[-387902,213424],[-393433,207072],[-392709,205970],[-389454,212467],[-386337,220048],[-391469,218677],[-388293,220185],[-392977,217964],[-393736,222783],[-393303,225329],[-395085,229766],[-392776,228075],[-391133,225314],[-385110,225795],[-384878,228954],[-387903,227269],[-386197,219476],[-385252,218635],[-394990,224511],[-394775,227588],[-392161,226723],[-391411,223697],[-393025,221422],[-387516,229337],[-388598,228930],[-385062,225694],[-388570,226838],[-387539,220233],[-385816,300291],[-385487,301560],[-385913,317089],[-385263,316376],[-392875,345678],[-395465,355685],[-389903,347014],[-391921,350635],[-390514,356169],[-390725,348434],[-392094,354749],[-394986,346852],[-396561,348501],[-389710,349448],[-392599,350491],[-391413,354055],[-394427,356626],[-394007,351087],[-392088,348685],[-391231,350800],[-389115,353248],[-391259,357199],[-391492,358939],[-395522,368100],[-389878,363697],[-392755,365002],[-387660,363690],[-392323,366116],[-391219,369507],[-390586,361040],[-394097,368741],[-392506,363448],[-389672,369155],[-392016,368694],[-395783,363148],[-392852,360116],[-396480,359138],[-391992,361693],[-394189,364383],[-391791,364116],[-387673,365907],[-395526,369966],[-394316,368432],[-387762,362140],[-388278,358865],[-385666,361121],[-396750,359526],[-391753,361341],[-394582,366110],[-390184,364865],[-388109,364288],[-392259,370201],[-396083,369602],[-388349,361298],[-395797,374102],[-393894,376988],[-390635,375689],[-390938,378668],[-389015,377131],[-390883,382468],[-388279,382243],[-392864,383509],[-389897,374397],[-392696,372730],[-396325,377072],[-386999,382867],[-394686,372668],[-395633,379710],[-396290,376517],[-386781,379018],[-391459,372344],[-391016,383441],[-386053,398966],[-386861,401603],[-393570,404800],[-391069,398196],[-395998,398894],[-384728,400090],[-388863,400162],[-395609,400398],[-393932,403652],[-396144,407180],[-389175,398782],[-388731,402193],[-393186,401383],[-384759,402242],[-384104,109402],[-384018,111537],[-396823,-119823],[-398157,-122275],[-397456,-118178],[-400464,-117194],[-396916,-120320],[-398714,-122964],[-398976,-116864],[-398033,-119628],[-398063,-128537],[-397710,-128551],[-397207,-128644],[-400752,-139156],[-407019,-137006],[-404971,-136096],[-402267,-136736],[-407393,-136875],[-405950,-135478],[-404774,-137591],[-405178,-137284],[-404618,-140427],[-400646,-136439],[-403871,-150851],[-400465,-149179],[-407539,-149853],[-407140,-146922],[-403218,-145681],[-401576,-145133],[-408009,-144677],[-400522,-149431],[-403037,-150658],[-408411,-149945],[-407022,-148307],[-405409,-145501],[-398598,-145401],[-404740,-140685],[-407869,-141211],[-407524,-142671],[-408039,-140679],[-408868,-173449],[-408828,-173146],[-408121,-174213],[-400244,-204198],[-404744,-209139],[-402586,-209799],[-402998,-206471],[-401731,-205661],[-406851,-207313],[-400546,-205252],[-403883,-210594],[-407841,-206927],[-402195,-209611],[-402145,-207002],[-401986,-206035],[-408877,-206862],[-406135,-208376],[-406910,-209747],[-409081,-210227],[-405060,-211478],[-406755,-212605],[-407280,-214213],[-406693,-210433],[-409178,-210875],[-408809,-215254],[-406008,-212249],[-408583,-207093],[-406202,-208400],[-407716,-210246],[-408442,-209499],[-405238,-211364],[-406783,-211743],[-407314,-214327],[-408401,-210807],[-406266,-211744],[-408537,-227897],[-407179,-230169],[-405930,-227774],[-406384,-227679],[-409160,-225042],[-403234,-236049],[-404792,-242753],[-403685,-234940],[-404457,-233064],[-402556,-239705],[-403158,-242198],[-403776,-242118],[-401133,-237003],[-406863,-230360],[-402981,-240224],[-402562,-235697],[-404186,-238785],[-404501,-242230],[-408673,-241262],[-405567,-240212],[-404541,-233269],[-409431,-240745],[-402223,-238946],[-404242,-238388],[-403276,-242899],[-404445,-242155],[-403196,-242282],[-400346,-236305],[-405674,165],[-397392,-7674],[-397244,-2249],[-400334,-4241],[-402324,-3289],[-397300,-8644],[-397530,-3403],[-400301,-4922],[-397286,-4517],[-400773,-2615],[-402584,-1682],[-408069,-1256],[-405097,-1803],[-408866,-132],[-398062,-8118],[-396883,-11922],[-399167,-8577],[-403525,-3022],[-405449,-246006],[-404239,-248612],[-403819,-250521],[-403462,-251268],[-401369,-246686],[-403460,-244908],[-403790,-244603],[-402630,-247082],[-404522,-246582],[-403209,-248651],[-399634,-249175],[-396803,-245563],[-397919,-246480],[-401001,-247331],[-404389,-248205],[-403227,-251075],[-401359,-246155],[-403253,-244923],[-403956,-243931],[-402590,-246285],[-402436,-248626],[-398793,-250152],[-397132,-245712],[-399979,-247449],[-397038,-253573],[-401700,-252435],[-402003,-253268],[-398077,-253984],[-400150,-253347],[-400030,-252955],[-409480,-256616],[-409386,-257289],[-400953,-12868],[-402150,-18011],[-407547,-23208],[-402034,-15818],[-398442,-20069],[-402272,-24759],[-407191,-20953],[-405547,-23576],[-401822,-19895],[-405848,-23698],[-406855,-17903],[-404785,-19043],[-402961,-19624],[-400239,-25589],[-404252,-30916],[-405584,-31695],[-402083,-32181],[-401060,-32891],[-402314,-35637],[-399957,-29167],[-407474,-31610],[-401217,-35907],[-404118,-39480],[-398914,-47004],[-406886,-43296],[-400120,-50081],[-401976,-51763],[-404277,-55542],[-397470,-91979],[-400128,-96840],[-400498,-98490],[-398901,-92132],[-397474,-92303],[-400516,-95993],[-399599,-99120],[-405618,-104367],[-401171,-114383],[-400030,-114548],[-403855,1032],[-403962,2545],[-408387,4535],[-405022,1899],[-399742,9642],[-401716,11335],[-401107,4706],[-401191,8690],[-407473,12871],[-400690,11336],[-398896,4867],[-397532,8289],[-400556,11692],[-397560,4329],[-399892,7830],[-399120,11311],[-405908,1245],[-407738,12668],[-401762,11691],[-403678,1608],[-402408,10431],[-399036,202920],[-401162,201910],[-404758,203200],[-404187,195098],[-404633,196519],[-405386,195174],[-404316,201436],[-403442,196001],[-404215,197244],[-404618,195009],[-399312,209236],[-398684,213070],[-398629,216081],[-402144,206712],[-397476,215717],[-397682,214670],[-398743,206868],[-402437,208818],[-397603,206726],[-397247,211409],[-398856,214346],[-404564,207059],[-403798,206376],[-398773,213362],[-405466,207943],[-403170,206241],[-399651,215314],[-396963,227130],[-398148,225178],[-397837,224390],[-397406,226606],[-398549,223660],[-397476,227465],[-405206,22990],[-405282,17423],[-408847,14729],[-404156,18124],[-407254,13040],[-400380,333657],[-404712,334218],[-399644,334527],[-404113,333863],[-397429,337282],[-402774,333138],[-403412,334029],[-398600,334601],[-396945,350281],[-399247,350113],[-405096,356594],[-402083,349661],[-399617,355869],[-401841,346338],[-402982,355131],[-401317,352404],[-397853,347805],[-400741,358080],[-403074,356965],[-403757,357525],[-403564,353155],[-401795,350144],[-404044,347820],[-398793,346905],[-398252,355370],[-404109,356184],[-406693,357873],[-402216,350908],[-401476,347015],[-397427,345901],[-408071,364173],[-397881,360797],[-401832,367556],[-403835,367499],[-404552,363854],[-405169,370433],[-398586,360488],[-397619,365149],[-405445,365233],[-399318,362649],[-404426,367013],[-407202,369294],[-397069,363038],[-405233,365089],[-399290,367127],[-398047,359881],[-399247,365939],[-406396,370440],[-406333,367310],[-406340,360137],[-407391,362616],[-404667,363008],[-399241,363622],[-402769,365762],[-407261,366604],[-408474,362165],[-402869,365352],[-402140,367647],[-404367,373090],[-405506,379788],[-402075,374888],[-401509,377316],[-405566,379703],[-398727,371583],[-404156,372206],[-406468,378909],[-403584,376430],[-396877,372841],[-398349,373383],[-406262,371643],[-402864,380729],[-401719,377558],[-401297,380622],[-404875,377374],[-397178,372029],[-399816,379343],[-402281,379967],[-404737,376609],[-405010,380195],[-407159,377338],[-401535,376410],[-402293,372460],[-398922,379804],[-405830,378721],[-404503,380262],[-408223,376799],[-399407,375740],[-401319,371914],[-408566,26055],[-399059,387095],[-399658,385642],[-397125,386454],[-399380,385389],[-405931,484972],[-406512,486548],[-405506,489729],[-401624,497434],[-409518,496584],[-403993,497492],[-401178,501513],[-405591,499712],[-418844,-124381],[-419283,-123606],[-420178,-124423],[-418354,-123423],[-420055,-123952],[-420725,-117470],[-421286,-119324],[-411725,-136336],[-415130,-138682],[-410702,-137911],[-415729,-137534],[-420341,-131088],[-418700,-133881],[-417040,-135084],[-417644,-133555],[-420230,-135205],[-421357,-138342],[-418994,-133400],[-419510,-134407],[-420091,-134808],[-417708,-137312],[-410274,-143000],[-413003,-146191],[-414142,-151960],[-416156,-150116],[-415418,-145501],[-413689,-141260],[-412659,-146860],[-412076,-149602],[-415418,-150785],[-414097,-146452],[-416950,-150325],[-412595,-141488],[-416196,-141460],[-415137,-163270],[-411985,-164153],[-415534,-165393],[-412968,-166008],[-412061,-161504],[-411424,-154960],[-417177,-165606],[-412692,-165995],[-411979,-159062],[-412100,-155650],[-421634,-158467],[-419301,-165828],[-417342,-155040],[-417245,-157261],[-417967,-159209],[-419727,-164118],[-418562,-159258],[-417965,-155685],[-417242,-156620],[-422053,-159367],[-415706,-166747],[-418305,-166370],[-420288,-170198],[-419455,-172486],[-419170,-170436],[-420906,-172139],[-416441,-167123],[-422225,-169021],[-421952,-167733],[-417451,-187481],[-409888,-184412],[-411379,-184046],[-413019,-184672],[-414475,-184293],[-417356,-186035],[-417325,-186700],[-411344,-184980],[-412557,-185009],[-414590,-183880],[-416718,-186281],[-418590,-189479],[-418005,-188519],[-419582,-187042],[-422191,-185760],[-422110,-187902],[-421848,-186583],[-418345,-189127],[-418693,-188653],[-420206,-186923],[-419495,-188084],[-421647,-188165],[-421966,-186451],[-421113,-201696],[-420784,-198950],[-420767,-197098],[-414808,-199072],[-418814,-199362],[-422240,-201392],[-419887,-199600],[-419611,-198021],[-421628,-196498],[-414743,-200226],[-417012,-216792],[-413414,-215108],[-421770,-206255],[-416733,-206875],[-416276,-205069],[-411130,-206433],[-415823,-206370],[-412616,-209617],[-412404,-211063],[-414689,-208897],[-415361,-209643],[-410043,-213284],[-413088,-215042],[-418368,-206273],[-417296,-206238],[-417342,-206455],[-416293,-204891],[-411704,-206692],[-415874,-206409],[-412297,-208927],[-411128,-215937],[-412948,-211614],[-415368,-209143],[-414570,-208880],[-416882,-216628],[-420787,-217044],[-414655,-225648],[-409766,-225002],[-410772,-225987],[-414330,-222079],[-414982,-224886],[-417487,-237477],[-415015,-237701],[-416045,-237008],[-411210,-244041],[-412833,-244073],[-413663,-244477],[-412639,-246645],[-412520,-247840],[-412127,-246118],[-411063,-244256],[-412961,-244259],[-413872,-244249],[-412183,-246279],[-411894,-248046],[-412392,-246197],[-412300,-254640],[-410980,-251472],[-411935,-254209],[-410182,-255665],[-416556,-260559],[-416986,-260884],[-414114,-260669],[-411774,-255901],[-414207,-15191],[-415528,-18739],[-415551,-17245],[-416511,-15885],[-418917,-17170],[-419034,-24368],[-418240,-14364],[-416676,-13685],[-412092,-15563],[-410038,-13066],[-417616,-16575],[-410149,-30467],[-412694,-33649],[-410609,-25537],[-414696,-25622],[-409863,-29220],[-415235,-34911],[-414025,-25887],[-413013,-27048],[-420569,-37642],[-421303,-34068],[-418895,-35968],[-422119,-35009],[-412631,-45490],[-413446,-49249],[-412688,-52926],[-414183,-54937],[-416046,-58861],[-418168,-57158],[-414712,-63313],[-415879,-60559],[-414515,-82210],[-419953,-85494],[-416646,-86868],[-416905,-84829],[-422149,-84349],[-422136,-82197],[-413446,-99910],[-414450,-96391],[-414609,-99726],[-416073,-99537],[-418528,-95254],[-420842,-92642],[-417853,-102110],[-415328,-100501],[-418723,-102152],[-419142,-108910],[-417655,-110271],[-418512,-110476],[-419300,-104838],[-420032,-108248],[-420286,-107666],[-416210,7524],[-415534,5399],[-413167,3575],[-414467,4036],[-419773,10643],[-416755,4137],[-417123,6519],[-417927,402],[-418633,199111],[-418815,17984],[-413972,16865],[-418072,18756],[-421216,19155],[-421501,19021],[-420578,304542],[-422121,299077],[-418647,301067],[-419021,303957],[-421951,298458],[-419377,301697],[-418657,306966],[-418857,298311],[-417874,307983],[-420503,308656],[-420688,308174],[-421804,310011],[-411002,380311],[-411957,376777],[-410201,377070],[-415532,35663],[-412517,36740],[-412664,36797],[-414311,485945],[-410101,483792],[-414709,494970],[-422306,496184],[-420089,495143],[-420369,496362],[-417760,498048],[-410180,490388],[-410321,496376],[-422395,492745],[-418318,491217],[-420039,493188],[-421999,496902],[-411380,496987],[-416121,499338],[-413938,497541],[-425680,-122051],[-431439,-124482],[-433282,-127624],[-432442,-124151],[-430979,-136482],[-433855,-132879],[-429749,-140259],[-431763,-137066],[-429472,-139959],[-432933,-130984],[-427093,-136441],[-423744,-135648],[-432975,-129786],[-428879,-131073],[-426671,-131295],[-428762,-141513],[-429064,-143134],[-428552,-144248],[-430788,-146691],[-434108,-151366],[-430180,-145489],[-429158,-151998],[-430660,-150306],[-426339,-147675],[-427264,-142300],[-423137,-157365],[-432834,-157017],[-432012,-157955],[-432634,-164182],[-424470,-160299],[-423818,-164450],[-432438,-165119],[-432911,-154090],[-433910,-154045],[-423861,-155187],[-422965,-157562],[-423022,-173096],[-423820,-176636],[-422972,-172918],[-424537,-177140],[-423505,-174981],[-425444,-178373],[-422762,-170670],[-423742,-172737],[-422950,-170415],[-427060,-174688],[-430322,-175538],[-424446,-170558],[-429258,-176524],[-422924,-170812],[-428591,-176101],[-433123,-167074],[-434238,-171938],[-431078,-168792],[-434133,-172658],[-432870,-166348],[-428557,-172192],[-422940,-167616],[-424611,-169851],[-426986,-168512],[-423658,-172723],[-422873,-169968],[-423662,-173986],[-429577,-176629],[-427026,-176069],[-423820,-170799],[-424200,-171511],[-423283,-173780],[-428002,-175421],[-431618,-181320],[-433126,-180468],[-425948,-188613],[-432720,-190495],[-424210,-188403],[-424396,-189367],[-431424,-186403],[-425499,-186680],[-426969,-184774],[-431332,-191259],[-433656,-180506],[-426394,-184885],[-426262,-190267],[-423869,-185982],[-423948,-187964],[-424196,-189845],[-424640,-189275],[-432501,-189557],[-424464,-184671],[-430576,-187127],[-427592,-182203],[-435152,-179990],[-425945,-202339],[-428850,-197544],[-429519,-202847],[-430287,-199077],[-428072,-202684],[-431995,-192134],[-431735,-194206],[-430406,-197011],[-431664,-200444],[-430797,-198602],[-427815,-199301],[-427497,-194549],[-428845,-198608],[-428263,-202357],[-425549,-202709],[-425622,-205087],[-427800,-236804],[-434683,-240260],[-434457,-11403],[-435177,-11668],[-427799,-9563],[-428788,-247139],[-426111,-250487],[-425937,-247314],[-428252,-251582],[-425450,-246259],[-428799,-248320],[-422795,-256739],[-427933,-256042],[-428269,-46559],[-429207,-49101],[-425448,-46585],[-422460,-38893],[-430210,-43673],[-434092,-52356],[-430226,-52524],[-433990,-56267],[-427718,-57035],[-425963,-55363],[-426719,-59438],[-425087,-70860],[-431619,-67924],[-424282,-71183],[-424140,-82016],[-425104,-78031],[-426376,-83632],[-427178,-81070],[-422837,-96898],[-424526,-94039],[-425688,-90940],[-423972,-97632],[-426989,-101121],[-428087,-92614],[-438185,-101798],[-434511,-95835],[-426632,-104526],[-422239,-109412],[-429722,-104231],[-427559,-104148],[-425668,-105270],[-430225,-108201],[-434801,-101476],[-422817,5678],[-435141,6272],[-434441,160788],[-435046,158229],[-431875,162032],[-432906,155228],[-432685,157426],[-434025,158656],[-433894,160313],[-434444,156333],[-432392,154476],[-434063,156401],[-432577,160861],[-433245,164722],[-432735,191433],[-433459,192205],[-434251,201706],[-431255,204664],[-432048,201244],[-431144,204466],[-430575,216130],[-432915,217542],[-426027,229230],[-426227,226333],[-431752,222368],[-427923,227933],[-434756,225730],[-434362,222035],[-427233,228891],[-429067,225833],[-430104,222904],[-431728,220290],[-430276,220372],[-427647,223451],[-425545,227714],[-425499,230262],[-428755,226601],[-430588,222900],[-428093,230379],[-432796,219052],[-431523,219762],[-431686,218033],[-427401,222330],[-433384,236989],[-426124,232579],[-428156,234441],[-429551,239607],[-429808,236443],[-429185,235201],[-428720,237632],[-431238,235041],[-434903,243393],[-433759,237138],[-429809,236152],[-428983,231852],[-425982,235599],[-426880,237801],[-426898,234784],[-430542,237341],[-428160,238488],[-432169,234861],[-433247,241946],[-432182,243750],[-433540,243946],[-434699,245193],[-429669,25206],[-427593,23220],[-433787,21076],[-433570,13593],[-423907,22076],[-428726,16144],[-426940,15039],[-428737,18208],[-433572,13918],[-431859,15638],[-429200,18032],[-431277,16321],[-429324,14233],[-422499,13121],[-433116,293743],[-428116,292562],[-423272,293566],[-429457,293532],[-428111,304548],[-433952,300078],[-433461,302645],[-433658,298584],[-431294,297648],[-426762,299656],[-424187,302195],[-423214,307300],[-427141,303728],[-434657,302988],[-433586,294696],[-433552,302731],[-432425,297696],[-429820,298685],[-425377,301841],[-422759,306698],[-428481,305149],[-426980,303250],[-422555,298331],[-425165,299349],[-434563,304721],[-431578,307631],[-433533,309712],[-426392,312004],[-427539,308173],[-428626,309861],[-423848,309880],[-428747,311737],[-432447,318204],[-434414,323485],[-434463,328827],[-432654,330966],[-434885,323853],[-434788,328590],[-432778,331064],[-430826,325241],[-432468,329631],[-432093,334210],[-429835,28937],[-423061,493807],[-434851,85142],[-447055,-115461],[-447611,-119799],[-436620,-134608],[-441939,-139877],[-442518,-137868],[-441997,-135898],[-438442,-144395],[-437645,-151227],[-441825,-147201],[-441103,-145551],[-445498,-150087],[-445843,-148888],[-442901,-145157],[-442983,-142929],[-435560,-142785],[-436870,-142109],[-436962,-163138],[-438718,-164876],[-437381,-163582],[-437875,-163774],[-438866,-159451],[-439717,-156376],[-438674,-156371],[-439285,-168581],[-438984,-167004],[-439907,-167827],[-437192,-167356],[-437561,-171738],[-439242,-173536],[-440172,-178591],[-440837,-179156],[-441723,-187243],[-436346,-185400],[-438601,-215756],[-441075,-219551],[-435252,-240885],[-436220,-239941],[-436589,-240869],[-446474,-2069],[-445595,-320],[-443968,-6067],[-438140,-2243],[-447880,-7866],[-439435,-2607],[-443797,-7495],[-447227,-8860],[-438457,-2520],[-444940,-9203],[-446557,-11311],[-438742,-3567],[-436823,-4542],[-435857,-11985],[-444419,-2103],[-446123,-4488],[-445781,-2955],[-443035,-1695],[-443821,-4022],[-440723,-2930],[-436496,-388],[-443397,-3833],[-446234,-4839],[-442692,-8075],[-441087,-1782],[-441956,-2925],[-440442,-774],[-437805,-314794],[-437549,-314864],[-443329,-17176],[-446621,-16123],[-444483,-18588],[-436892,-13186],[-438697,-13011],[-435813,-20592],[-435823,-22998],[-444026,-12879],[-443127,-17678],[-443619,-21011],[-443485,-19418],[-446063,-21001],[-443168,-16617],[-446008,-482916],[-442484,-492516],[-440572,-26360],[-435876,-517563],[-436570,-516415],[-446481,-59448],[-436736,-57048],[-445666,-60403],[-441934,-58329],[-436198,-57948],[-442070,-62132],[-445412,-58072],[-439170,-56653],[-446286,-61983],[-446829,-57284],[-438525,-58173],[-438452,-64468],[-440650,-86354],[-435402,-82270],[-446999,-88609],[-438086,-89090],[-446094,-93872],[-439072,-93051],[-441414,-98953],[-447419,-99632],[-447650,-95153],[-445832,-94661],[-434064,-96660],[-440140,-108174],[-438660,-112051],[-446052,-112064],[-443459,10634],[-442006,12254],[-442073,783],[-444196,8812],[-441606,3174],[-442419,8856],[-439537,8115],[-447756,11851],[-447568,11981],[-444266,4559],[-446068,3267],[-444964,1021],[-444974,1138],[-447979,1338],[-446562,11044],[-441879,9887],[-444099,6834],[-442029,8790],[-446424,8790],[-442028,1391],[-446102,8568],[-442730,11790],[-443841,9943],[-438431,4982],[-439269,4914],[-445169,3388],[-441756,5605],[-441668,1311],[-445716,12158],[-442624,262],[-440063,9654],[-443221,7824],[-445984,8253],[-438245,11440],[-436849,7034],[-435892,11200],[-437908,2580],[-437951,1990],[-436674,2175],[-437086,871],[-435822,4668],[-436961,2692],[-440737,863],[-439286,1071],[-436600,3634],[-438197,4263],[-436187,143458],[-436468,147965],[-443073,146595],[-441390,144561],[-441508,147067],[-439230,146936],[-443675,147751],[-444445,150802],[-447354,150958],[-438816,145981],[-444195,147999],[-440541,146655],[-442268,148102],[-436572,142785],[-435739,145900],[-439652,145060],[-437772,146093],[-439686,146572],[-441176,146523],[-438543,147467],[-444005,149455],[-444960,148943],[-446567,149835],[-437439,157734],[-439325,160210],[-438468,159541],[-441323,163540],[-435800,162275],[-435706,164739],[-435813,156710],[-436660,154712],[-439449,160805],[-438748,163518],[-436048,162346],[-435439,163179],[-435526,163471],[-437634,160518],[-436541,154164],[-438452,160349],[-436892,155589],[-435225,157639],[-438008,191564],[-442920,190433],[-447075,187071],[-440523,190767],[-445576,187183],[-441948,186881],[-447927,191636],[-439214,188837],[-442462,187408],[-446773,189781],[-437336,188395],[-445472,197401],[-443852,196666],[-445315,193204],[-447930,199429],[-441732,204095],[-440663,204007],[-439150,202073],[-435296,197853],[-437262,194850],[-439779,195882],[-443048,200985],[-443382,199837],[-435544,192561],[-443353,194743],[-446329,198181],[-447817,194888],[-437792,201970],[-437314,200267],[-436797,196648],[-440426,195249],[-441573,202653],[-442077,199582],[-446159,210432],[-447033,214609],[-447907,217380],[-435532,213748],[-438581,215400],[-439840,215913],[-436180,212610],[-437395,217688],[-443511,207367],[-441455,208393],[-446382,209149],[-443827,210124],[-445275,206752],[-440798,210807],[-447867,210727],[-445061,213160],[-436192,214646],[-442132,216242],[-439704,206204],[-437545,217564],[-439245,208436],[-443700,207781],[-442791,210776],[-445374,208752],[-438784,212436],[-440116,210929],[-447243,221981],[-447234,221166],[-445909,229648],[-443582,228974],[-436230,223194],[-437646,221151],[-439391,224225],[-439280,221187],[-438200,223430],[-439743,221581],[-439905,227013],[-438829,227859],[-438661,229492],[-446261,221278],[-447030,220252],[-444298,230420],[-436374,223610],[-441417,221116],[-438034,220808],[-439154,220232],[-438462,223883],[-440378,221854],[-437209,228215],[-439075,230120],[-445375,222006],[-447631,228852],[-446185,221532],[-438256,225749],[-444353,231941],[-442762,242997],[-444261,242822],[-435663,235974],[-436786,239186],[-443528,236672],[-435531,235650],[-436507,241548],[-443289,239455],[-444641,237124],[-436942,231076],[-440942,235010],[-442124,231161],[-441573,242218],[-442807,242608],[-442856,241462],[-441947,241969],[-445288,241166],[-438316,242229],[-435827,238229],[-442526,239539],[-437320,239068],[-435826,236338],[-436630,241954],[-444392,237288],[-436502,231193],[-442281,233845],[-436775,243663],[-437371,244266],[-435594,244445],[-435821,23121],[-438735,23869],[-438902,21489],[-443042,16788],[-438267,13383],[-444106,24253],[-440974,16298],[-436241,20997],[-436006,21429],[-441204,15458],[-439270,16347],[-443329,14007],[-437014,286463],[-435787,292679],[-445862,285376],[-443449,285936],[-440206,284879],[-441170,284028],[-438691,289238],[-445914,291328],[-444786,286192],[-439934,292409],[-445662,286029],[-441354,283976],[-436727,286393],[-439629,289302],[-435500,294559],[-445732,291143],[-436904,293601],[-442785,298389],[-442796,299240],[-440242,295546],[-438432,299216],[-436483,302602],[-442692,302922],[-442868,299172],[-439565,295022],[-438165,295970],[-437654,299719],[-442190,303105],[-443946,297638],[-439504,298877],[-437276,295319],[-441154,304633],[-435403,307548],[-439614,311618],[-439920,313734],[-440443,311282],[-444311,319019],[-438537,313533],[-439068,309262],[-438374,313339],[-442999,320466],[-441178,324832],[-444142,325285],[-446177,321793],[-442699,322463],[-443547,324181],[-436817,326324],[-435735,320722],[-437770,329011],[-443800,326116],[-446267,321313],[-435660,333816],[-437228,85269],[-439388,83974],[-437830,86027],[-441036,86386],[-441765,84593],[-443443,86549],[-442841,87708],[-439501,88378],[-436620,89083],[-439035,89698],[-443319,88716],[-440342,87110],[-441273,82181],[-441485,81521],[-438329,80496],[-439435,81793],[-436991,79794],[-442522,79152],[-440714,80514],[-436764,83593],[-436501,80813],[-436592,85847],[-435530,85033],[-438241,79411],[-438604,82924],[-442377,85441],[-441863,79202],[-438014,83038],[-436469,84782],[-437847,84683],[-438276,86643],[-442948,89537],[-441553,86620],[-441295,83958],[-443651,85662],[-438259,88819],[-443013,87224],[-439818,88649],[-437166,89263],[-440673,87049],[-441638,82575],[-441872,81280],[-438398,81240],[-438825,81868],[-439321,79195],[-435307,83119],[-441994,78832],[-435306,80783],[-437211,86925],[-435832,83783],[-438152,79080],[-439685,82578],[-442019,77833],[-442998,85064],[-441258,91160],[-438576,91893],[-438416,93672],[-438708,95457],[-437376,90123],[-439916,96370],[-439640,93555],[-442556,92455],[-442872,94403],[-437259,91170],[-438984,93504],[-439433,95095],[-437083,92898],[-437355,90880],[-440325,96287],[-439060,92511],[-441526,92838],[-443362,92745],[-438118,94499],[-440610,97678],[-437620,92740],[-437431,93299],[-442348,93011],[-436173,90389],[-443110,92867],[-440827,96507],[-438204,95227],[-439832,98117],[-437276,92823],[-435865,91648],[-443396,93683],[-436998,93557],[-437253,90879],[-460254,-124511],[-459305,-124022],[-458576,-125631],[-448059,-117964],[-460370,-134219],[-458080,-133649],[-455893,-133848],[-457978,-130513],[-448479,-152242],[-455856,-5618],[-454746,-5115],[-451975,-2390],[-449662,-665],[-452138,-2],[-449496,-4336],[-448823,-3428],[-454797,-9978],[-453995,-10464],[-453072,-9505],[-456719,-8070],[-454638,-6583],[-452458,-2667],[-450747,-7858],[-458230,-7348],[-454392,-1186],[-460712,-12464],[-452138,-10777],[-456573,-7633],[-449145,-11314],[-448164,-5691],[-452809,-11834],[-453054,-11595],[-450604,-11166],[-451204,-23615],[-450453,-14554],[-454039,-13689],[-458456,-14816],[-452104,-23000],[-449689,-19236],[-457744,-18033],[-457036,-16585],[-456786,-13795],[-452903,-23135],[-454958,-388829],[-456049,-386768],[-456184,-440687],[-453448,-439527],[-451167,-446044],[-454026,-498272],[-459232,-27376],[-453651,-25974],[-453029,-25964],[-459668,-28054],[-459091,-26895],[-458788,-25502],[-452138,-37424],[-453863,-34575],[-448312,-31142],[-448879,-44255],[-459142,-63015],[-451788,-60882],[-450119,-63736],[-449205,-57799],[-448604,-60011],[-458855,-66400],[-455269,-72744],[-459921,-73042],[-457763,-71613],[-456512,-73552],[-458760,-72756],[-459104,-72568],[-448059,-89512],[-448840,-96194],[-448068,-101656],[-458423,-100266],[-455338,-106598],[-454781,-105180],[-448369,-107161],[-448213,-105008],[-451019,2280],[-452199,10746],[-452909,12097],[-449677,12234],[-451802,1159],[-452497,656],[-456435,9185],[-453529,7619],[-456803,7017],[-450688,1002],[-449444,1853],[-450279,7726],[-451095,1770],[-452650,137515],[-450290,151867],[-450827,148208],[-454289,146653],[-458236,148912],[-456891,151172],[-455841,151300],[-453306,152516],[-448896,148401],[-450887,149993],[-449866,148014],[-452847,150735],[-456110,149142],[-456856,151849],[-457266,153254],[-456481,147351],[-452170,144647],[-449252,150294],[-450357,145790],[-454564,147669],[-456034,149442],[-457294,153504],[-452801,153522],[-449075,151856],[-451956,149011],[-451594,151689],[-455019,148477],[-455928,152802],[-456331,153726],[-452532,145724],[-448877,147608],[-459039,160378],[-456441,162006],[-450947,154882],[-455003,154243],[-455945,154147],[-452218,153831],[-460220,160221],[-456206,162641],[-458228,162218],[-451553,155286],[-457324,162543],[-454480,160873],[-457622,160320],[-459809,160520],[-455409,161804],[-452783,156007],[-450413,185450],[-448066,187757],[-452273,191514],[-451643,190774],[-452612,189138],[-452923,198183],[-455269,195748],[-452670,194418],[-454430,197846],[-449658,200187],[-454299,196752],[-450590,195614],[-451542,199241],[-448611,213367],[-449471,212043],[-450266,206867],[-451306,210447],[-452703,216174],[-449025,206067],[-450160,209548],[-450966,223266],[-453967,223429],[-453954,219162],[-452091,229659],[-448964,226427],[-449376,230335],[-450313,226531],[-448253,228753],[-450857,238120],[-451134,231362],[-449550,236498],[-448080,233958],[-448986,233546],[-449733,14800],[-453965,14094],[-452150,13043],[-465378,-123095],[-473178,-124797],[-461403,-123619],[-463649,-123449],[-462132,-124430],[-470093,-140380],[-471651,-137334],[-466140,-139480],[-471182,-133270],[-464990,-134964],[-464478,-131460],[-473296,-133377],[-467591,-133213],[-463472,-131188],[-470375,-144676],[-472831,-148069],[-469333,-158090],[-466721,-156771],[-470115,-158295],[-472406,-166657],[-463675,-11137],[-462398,-352456],[-465022,-13408],[-465258,-13137],[-469518,-21347],[-461938,-16797],[-462833,-17208],[-470650,-15872],[-467219,-20222],[-472998,-23413],[-467331,-32849],[-460986,-25582],[-461296,-28888],[-472590,-47817],[-461865,-60676],[-463441,-61315],[-464549,-69817],[-465593,-72045],[-463828,-75690],[-463290,-71819],[-465441,-72845],[-464089,-78078],[-470449,-86226],[-468868,-78799],[-467936,-81121],[-465650,-82658],[-463799,-80410],[-463614,-85460],[-467642,-78460],[-463864,-78938],[-462549,-87387],[-461989,-103320],[-472883,-108152],[-464375,-106449],[-462552,160068],[-462675,161076],[-462464,160363],[-467492,95272],[-469968,95120],[-469112,94279],[-467352,99916],[-466570,98248],[-468263,97228],[-470423,99305],[-467416,100592],[-468397,99607],[-469540,98300],[-466487,99900],[-466119,101703],[-464396,101987],[-463852,97908],[-464676,97121],[-464110,94836],[-470550,102164],[-468210,95079],[-469514,99450],[-467788,97780],[-466828,101450],[-465885,97664],[-469995,94805],[-468740,99978],[-470216,98695],[-467214,94724],[-466841,100093],[-464060,101873],[-465184,96746],[-463879,95131],[-468466,102289],[-466808,103356],[-464112,103093],[-464073,104367],[-466960,106880],[-465408,107853],[-466473,108131],[-467323,104216],[-467249,103339],[-464995,103371],[-465567,104338],[-464968,107726],[-467687,108180],[-467664,105270],[-470784,102971],[-468575,104298],[-474211,-126935],[-473609,-126977],[-480182,-119460],[-477640,-139366],[-477393,-137486],[-475084,-135851],[-478178,-136264],[-476779,-128925],[-478148,-130072],[-476184,-128302],[-476801,-137542],[-477397,-136303],[-479498,-129615],[-480742,-130597],[-480309,-131199],[-481567,-129696],[-480800,-129509],[-476279,-146045],[-482475,-142040],[-482644,-146690],[-477547,-144264],[-485496,-148813],[-483137,-146334],[-475031,-158156],[-481169,-159885],[-480438,-157748],[-485561,-155037],[-482639,-155948],[-478017,-157606],[-480206,-167812],[-476341,-11771],[-477156,-10889],[-477354,-25344],[-477451,-16190],[-476849,-19646],[-479781,-434592],[-477373,-32332],[-474122,-46243],[-482781,-99670],[-486045,-99895],[-480012,-96041],[-480484,-94854],[-484972,-101695],[-480741,-103782],[-473704,-105326],[-474771,-109746],[-481633,-113193],[-483222,-108692],[-482908,-105987],[-477280,128862],[-479575,131325],[-480328,128683],[-478485,128295],[-477005,129547],[-478983,129891],[-481066,128573],[-476941,128516],[-481202,128835],[-477940,128367],[-481451,131313],[-481512,132227],[-485325,115090],[-485650,109255],[-484190,113724],[-481131,113072],[-486144,110319],[-485189,108981],[-485848,113914],[-485983,115359],[-486292,110084],[-483786,113952],[-481175,115028],[-481849,114960],[-480781,114848],[-481852,113934],[-484443,109039],[-485956,114723],[-482909,118579],[-480986,116159],[-479777,124957],[-478027,121924],[-482694,122272],[-477396,123543],[-477978,127234],[-477616,124404],[-478572,122448],[-480426,121719],[-479728,123442],[-478299,126036],[-480729,124953],[-480392,126815],[-478899,125489],[-481832,122229],[-478233,121345],[-476915,121221],[-476178,123802],[-481675,128055],[-482567,126417],[-481944,124858],[-485373,119396],[-478261,116802],[-485733,117614],[-479519,117010],[-482809,120165],[-481022,119109],[-482155,118317],[-482714,115544],[-486095,115905],[-476914,126429],[-477887,124301],[-477702,123061],[-479899,122348],[-480399,123594],[-478530,126717],[-480184,124412],[-481538,126076],[-481235,126665],[-479593,124310],[-482869,122890],[-478031,120303],[-476714,124430],[-481099,128056],[-482865,124910],[-480048,116491],[-482753,118146],[-484006,118704],[-479262,116777],[-485970,117748],[-480154,115597],[-480844,119721],[-481460,117707],[-486267,116359],[-484194,118597],[-480847,118568],[-479665,115538],[-477936,120291],[-480705,124194],[-478212,121716],[-483064,124531],[-477423,123634],[-487083,-137463],[-490652,-137069],[-489298,-139463],[-496567,-148637],[-496528,-146341],[-489598,-144371],[-487606,-151048],[-495077,-149501],[-493180,-146654],[-491174,-144571],[-486683,-143103],[-491599,-151013],[-498430,-152240],[-489694,-154421],[-492944,-155403],[-488063,-157652],[-491588,-158951],[-498971,-155534],[-494517,-154092],[-492916,-161850],[-493591,-154511],[-496122,-177805],[-496812,-173980],[-492361,-175341],[-488820,-177427],[-492300,-176519],[-494618,-175047],[-498857,-178192],[-495857,-174622],[-491211,-186878],[-492049,-182880],[-492394,-184760],[-498878,-351136],[-493384,370056],[-490346,369722],[-496746,369274],[-493695,379746],[-489783,378079],[-491891,380995],[-487486,382702],[-493746,382007],[-497128,382583],[-489790,375972],[-489684,382159],[-487485,371900],[-498856,375163],[-495093,379298],[-491899,374727],[-493256,388083],[-494772,385315],[-497274,390437],[-491833,391240],[-495383,385445],[-494429,393129],[-497895,389997],[-495934,390642],[-495240,386962],[-494657,385618],[-488267,384257],[-491207,101428],[-487509,110009],[-487271,108537],[-488159,111078],[-487575,112317],[-487320,113017],[-487681,115390],[-489106,114847],[-489777,113576],[-490540,112284],[-491849,110147],[-490761,109849],[-490364,106636],[-492097,106679],[-493060,106778],[-489887,104249],[-487552,111167],[-487546,115159],[-489940,110435],[-491014,107158],[-488539,113181],[-487295,114248],[-489065,103698],[-492431,108705],[-487743,108861],[-486836,108489],[-489053,111663],[-488505,111919],[-487140,112905],[-486776,114918],[-490576,113947],[-489829,112718],[-489186,115257],[-491039,111130],[-492596,109373],[-490005,108536],[-490988,107518],[-492809,107061],[-491628,107206],[-489533,104070],[-491387,105579],[-489550,105321],[-490348,104233],[-491303,103049],[-491258,103898],[-31716,-139303],[-36651,-136228],[-37896,-136252],[-38219,-139847],[-29564,-129333],[-27667,-132418],[-26950,-134831],[-26209,-137373],[-29740,-130153],[-30111,-129101],[-27171,-144434],[-28612,-143301],[-28769,-143915],[-26168,-144245],[-32668,-142855],[-32581,-143320],[-34959,-140972],[-26560,-148666],[-37280,-144205],[-38314,-142683],[-35480,-144408],[-38351,-145690],[-37089,-150136],[-37905,-150517],[-37623,-149135],[-36186,-147881],[-35023,-148560],[-35189,-148955],[-36685,-158964],[-36936,-159605],[-34140,-158061],[-30833,-154864],[-27780,-154603],[-25656,-178267],[-37871,-173844],[-31273,-178773],[-34579,-176651],[-36587,-174775],[-38029,-181921],[-35961,-180819],[-33303,-183196],[-33386,-183242],[-34014,-183528],[-38170,-183443],[-34358,-181715],[-26891,-181903],[-32909,-179106],[-28722,-181666],[-27016,-182450],[-35769,-180603],[-28576,-181684],[-31594,-179536],[-37337,-182483],[-28738,-181640],[-31122,-179530],[-33488,-179562],[-28284,-182762],[-36241,-180258],[-37679,-185234],[-37380,-185139],[-30034,-187351],[-30218,-190909],[-37401,-191416],[-29840,-186092],[-37227,-190598],[-37814,-190758],[-28098,-187932],[-32583,-191674],[-28848,-188971],[-37883,-190252],[-37052,-191942],[-33192,-197292],[-30265,-192133],[-32179,-201111],[-34388,-194897],[-26406,-194307],[-32106,-195362],[-34371,-195813],[-38330,-193270],[-26274,-194362],[-35556,-197449],[-33883,-195376],[-29084,-211572],[-31533,-211440],[-27344,-211363],[-26544,-210949],[-37062,-222853],[-32496,-523],[-32712,-1575],[-31243,-3179],[-37206,-25362],[-31811,-20497],[-30276,-12852],[-32413,-14945],[-31172,-15357],[-38108,-22674],[-38044,-27868],[-33292,-30302],[-33919,-26165],[-32212,-25467],[-36163,-43432],[-35353,-39729],[-30761,-54757],[-34349,-60495],[-26427,-55038],[-28175,-53488],[-30272,-54717],[-28748,-56142],[-30062,-57511],[-28654,-55954],[-25923,-54351],[-27583,-53425],[-26272,-51999],[-30254,-54928],[-27942,-55879],[-28965,-54255],[-27485,-53658],[-38068,-70526],[-34443,-93079],[-33752,-92441],[-32750,-95695],[-29053,-100582],[-33857,-90331],[-29865,-92010],[-29684,6948],[-29089,8454],[-26037,10002],[-30258,7584],[-26103,224594],[-511731,-119307],[-511177,-121343],[-511854,-121685],[-511104,-123071],[-507759,-137116],[-509988,-136799],[-508608,-140451],[-502850,-138399],[-509469,-138694],[-511999,-134824],[-511969,-132867],[-509922,-139865],[-508258,-136651],[-501929,-140117],[-511961,-142104],[-505820,-145983],[-503878,-147596],[-503167,-144838],[-507078,-148800],[-500375,-151718],[-505625,-143514],[-503588,-150995],[-508371,-147713],[-506184,-150077],[-499671,-151872],[-501788,-151266],[-510434,-152155],[-500156,-141862],[-504468,-143369],[-503956,-144985],[-506265,-143240],[-510537,-158392],[-506567,-162179],[-510655,-165062],[-511607,-155572],[-508285,-160015],[-507403,-157297],[-503594,-178040],[-507841,-176398],[-510499,-167286],[-510028,-170041],[-503994,-173936],[-509898,-181105],[-505923,-218467],[-500443,-344722],[-504690,-343472],[-501877,-347490],[-500596,-346545],[-504017,-347055],[-508166,-417414],[-508685,-450242],[-508853,-450049],[-510398,-449636],[-502911,-472096],[-501028,-471228],[-500353,-472512],[-503075,-537383],[-505577,-536060],[-505211,-536408],[-509634,-83841],[-511441,152725],[-510948,149565],[-508627,148959],[-508657,147203],[-510230,147710],[-511276,148115],[-511432,150609],[-510554,150293],[-509586,146397],[-510702,146593],[-510967,147888],[-510275,152899],[-509196,148373],[-511073,147843],[-509258,150169],[-508765,147876],[-511795,149131],[-510283,149728],[-511114,150911],[-509685,145271],[-511683,147759],[-510813,144777],[-510035,147362],[-511831,145764],[-511806,164860],[-510553,165122],[-511226,159706],[-511982,155912],[-511555,158305],[-509396,157215],[-509986,159324],[-511437,162659],[-511900,160402],[-511065,155441],[-511991,157113],[-511116,158601],[-510711,156692],[-510306,164089],[-510025,159509],[-507699,162224],[-508268,160963],[-508831,161883],[-505962,368354],[-500479,371264],[-502662,369313],[-508463,364981],[-500443,372886],[-500971,383304],[-509180,379890],[-508314,383712],[-503405,382372],[-511156,373285],[-508861,382830],[-508388,377363],[-503953,379504],[-500156,374025],[-509995,375379],[-500556,383890],[-505387,379848],[-499834,384217],[-504856,390841],[-510162,385510],[-509392,393689],[-501704,388515],[-500957,394323],[-502276,386078],[-499987,385447],[-503289,393740],[-507199,393828],[-506269,386356],[-509182,397222],[-508049,397705],[-520009,-124922],[-518485,-125128],[-519295,-125782],[-524652,-119169],[-524555,-118652],[-523612,-119303],[-520399,-127247],[-515748,-122180],[-517722,-122274],[-517533,-122947],[-517169,-120118],[-514962,-119182],[-513127,-126299],[-514353,-119650],[-514127,-118843],[-512562,-139822],[-519044,-128791],[-519163,-129543],[-517250,-130539],[-517357,-131013],[-514851,-133421],[-512727,-134472],[-512438,-131313],[-512807,-131936],[-512846,-139157],[-513296,-139056],[-520934,-135871],[-513904,-140016],[-520543,-135438],[-513707,-145266],[-520148,-161356],[-519264,-164424],[-512312,-178075],[-514301,-167029],[-518412,-167446],[-520314,-178272],[-517361,-177483],[-521694,-176201],[-517008,-179386],[-521896,-179212],[-518077,-214147],[-519791,-212244],[-512866,-213227],[-523484,-212754],[-521328,-219970],[-522949,-218328],[-512749,-418498],[-513837,-443753],[-512875,-441576],[-522603,-437736],[-522990,-438087],[-515240,-449434],[-514008,-448764],[-523170,-448923],[-513353,-449816],[-524630,-101516],[-522801,-112633],[-517391,-112876],[-516564,-112640],[-516245,-108791],[-523770,-113934],[-517998,-114607],[-513062,-109041],[-520197,-102405],[-519306,-112515],[-518427,-106516],[-517950,-107048],[-515637,-111216],[-516071,-109687],[-515603,-109569],[-516528,-109789],[-512369,151553],[-512703,152300],[-512660,149174],[-514990,153113],[-514669,151512],[-512062,152660],[-512163,145398],[-512831,148323],[-515580,152572],[-513767,152295],[-512433,146062],[-512975,149349],[-514581,153370],[-512133,150653],[-515575,151003],[-512767,145624],[-512492,153223],[-519983,158315],[-520415,158951],[-513080,156531],[-520981,161481],[-514545,155400],[-516311,157334],[-514460,156385],[-516861,162359],[-518737,164386],[-515551,164919],[-517117,164374],[-520471,165403],[-518720,162404],[-516437,155752],[-512668,163899],[-513431,159594],[-516272,161443],[-518240,163006],[-514338,156766],[-520293,161063],[-518818,158255],[-512461,157368],[-521450,161304],[-514370,155534],[-519471,164009],[-518546,157609],[-516137,157964],[-516686,155523],[-520266,159109],[-516030,163806],[-515310,156334],[-516272,164327],[-518375,162233],[-520689,164202],[-512617,161437],[-512876,159578],[-516560,161886],[-517690,162555],[-516809,163871],[-513251,167266],[-513013,166688],[-514402,368971],[-512876,366015],[-513597,369013],[-516076,369272],[-514556,363998],[-515404,366297],[-513022,370075],[-514229,366199],[-524118,367482],[-516437,377335],[-515070,380293],[-512171,374360],[-515855,372166],[-520153,371705],[-518134,379762],[-524352,547545],[-519696,547987],[-523863,547518],[-523971,63898],[-522462,71430],[-522261,67018],[-524339,68377],[-524505,65878],[-524310,71084],[-524023,68852],[-522764,69843],[-523867,70687],[-523717,66434],[-522957,72114],[-522259,67880],[-523594,67781],[-523191,70620],[-523074,68916],[-524357,70351],[-522872,66061],[-534193,-124450],[-536201,-119996],[-535288,-121976],[-527459,-120347],[-527645,-116672],[-525234,-124875],[-529983,-115548],[-531188,-116476],[-524946,-125811],[-527121,-117783],[-526794,-126373],[-527078,-126642],[-527126,-116832],[-525007,-115120],[-528961,-126650],[-531085,-121466],[-527773,-121538],[-527638,-122070],[-527625,-124195],[-532602,-129124],[-532636,-133380],[-535132,-128081],[-537189,-133162],[-534658,-138449],[-533009,-139413],[-536939,-136411],[-534989,-136718],[-530421,-139233],[-529272,-137557],[-526617,-136723],[-525977,-133759],[-528217,-138769],[-527358,-137016],[-528568,-134996],[-528989,-134761],[-524881,-135764],[-533880,-148485],[-535503,-143743],[-536181,-144501],[-530319,-142972],[-531481,-141859],[-532432,-147792],[-536314,-151992],[-527228,-164777],[-533614,-155262],[-534131,-165593],[-536721,-165907],[-533460,-159954],[-527366,-165797],[-534728,-170217],[-537361,-177295],[-535505,-172946],[-526740,-185597],[-526163,-185067],[-527095,-179167],[-534960,-186230],[-530607,-190112],[-526392,-187433],[-535332,-181446],[-528428,-188400],[-531334,-192272],[-536345,-204360],[-534909,-201734],[-533009,-204064],[-533302,-200899],[-537145,-195032],[-532998,-196328],[-537546,-211046],[-536534,-205542],[-533064,-208872],[-532214,-210577],[-533371,-210609],[-532776,-213146],[-534357,-216217],[-535702,-219869],[-529747,-87135],[-526400,-84750],[-536834,-97491],[-528206,-91091],[-527978,-101729],[-525192,-96910],[-527000,-97063],[-526104,-111115],[-525590,-108977],[-526932,-111004],[-527560,-113163],[-527826,-113290],[-530031,-111336],[-526622,-106547],[-527776,-106655],[-527657,63394],[-533081,74320],[-533575,69493],[-532234,70315],[-531925,70149],[-530606,71888],[-526215,72868],[-524868,71860],[-525582,69016],[-525607,67013],[-527689,65661],[-530245,67101],[-528707,66381],[-527591,67391],[-529218,66718],[-527314,66741],[-529536,64492],[-530731,66833],[-531549,66930],[-536525,70500],[-535427,70449],[-530489,73324],[-527551,72362],[-525993,72292],[-527266,68403],[-531270,75872],[-531734,73883],[-534241,70152],[-534250,68923],[-534309,71449],[-532436,69688],[-532080,67103],[-534048,70083],[-531935,69980],[-531517,72726],[-529438,73039],[-524986,70870],[-525639,67887],[-525506,66356],[-529290,66280],[-529365,67505],[-529539,67901],[-528090,66788],[-526296,67608],[-526894,71945],[-528265,67577],[-529128,64855],[-531354,65219],[-529950,65532],[-531895,67987],[-534476,71568],[-529896,73944],[-529411,74139],[-527813,69190],[-524801,65297],[-530951,76827],[-529042,81081],[-525993,84243],[-529427,85237],[-527494,85608],[-526392,84764],[-526034,86159],[-527739,85520],[-527656,84364],[-529349,86537],[-527519,86635],[-527253,83589],[-539073,-126086],[-544121,-127769],[-540970,-129141],[-539980,-134333],[-539443,-140352],[-539758,-137000],[-542637,-128629],[-539342,-132755],[-538478,-137743],[-540329,-136134],[-540264,-140440],[-541317,-131716],[-542658,-137139],[-549979,-134925],[-548785,-138368],[-548180,-140194],[-541926,-136891],[-541850,-136007],[-537863,-141064],[-538038,-148364],[-543027,-149978],[-545216,-150550],[-538334,-146366],[-540482,-147223],[-542898,-141058],[-549103,-143123],[-547182,-142219],[-538498,-147514],[-537774,-151422],[-542672,-148873],[-542006,-150953],[-540633,-151186],[-539329,-151136],[-539926,-146660],[-544099,-142170],[-541832,-141458],[-539597,-142243],[-538203,-158830],[-538025,-161370],[-544971,-162887],[-540238,-161822],[-543942,-159226],[-539441,-158797],[-539187,-156110],[-542314,-155707],[-540850,-154170],[-545037,-163835],[-542282,-163690],[-542462,-158155],[-542988,-155524],[-543005,-175658],[-548504,-167312],[-537807,-169285],[-539445,-180281],[-542991,-179832],[-540374,-203706],[-546600,-209309],[-541334,-208503],[-542484,-205773],[-543721,-207239],[-541434,-213362],[-549208,-215606],[-542624,-208420],[-548658,-220651],[-549880,201536],[-547073,199751],[-546185,201315],[-543929,197158],[-544788,194606],[-546787,204003],[-549229,205184],[-547020,213029],[-548654,208692],[-547825,205969],[-542328,207292],[-544324,208545],[-550042,209716],[-551208,-143146],[-553102,-142518],[-553909,-149055],[-556089,-149734],[-559589,-148505],[-558318,-157713],[-560013,-162010],[-559160,-157639],[-560912,-163422],[-560751,-165540],[-560485,-160472],[-555812,-160111],[-557126,-167295],[-554024,-169020],[-556229,-170859],[-559534,-169833],[-551638,-172132],[-556970,-188396],[-553513,-216603],[-559890,-223334],[-559074,-221735],[-557614,-225803],[-556753,-223949],[-558683,-224292],[-554369,-221455],[-555347,-217576],[-555185,-221017],[-556586,-229523],[-560538,188859],[-562438,187228],[-559717,188336],[-559999,193331],[-557419,204814],[-563145,197418],[-553233,201486],[-556929,202576],[-553825,194945],[-562586,196236],[-562169,192413],[-550912,200435],[-557980,201988],[-557408,198614],[-550465,200992],[-553665,196550],[-555176,207073],[-562712,209781],[-561283,207177],[-561255,205715],[-560394,206119],[-561629,209817],[-563303,-139164],[-563870,-150067],[-565915,-145261],[-564828,-155917],[-564336,-157656],[-564854,-159616],[-565830,-193837],[-575262,-212605],[-575718,-212178],[-568369,-210416],[-573775,-219682],[-572494,-220568],[-573778,-237035],[-571001,-235696],[-570616,-233579],[-570173,187543],[-563582,188769],[-574870,186771],[-566447,186601],[-567295,192095],[-564942,185736],[-572621,188253],[-570543,183151],[-571219,181076],[-571462,184879],[-572947,203139],[-567963,201358],[-563634,203405],[-570902,202424],[-564131,203544],[-564239,197183],[-573073,194323],[-573204,202219],[-574944,203654],[-573116,201642],[-570303,201407],[-569499,193251],[-571388,194362],[-563378,194805],[-564479,198539],[-572346,200079],[-569140,202069],[-567597,198469],[-571721,203835],[-567541,204963],[-570314,203471],[-570962,198143],[-567855,197235],[-570269,198054],[-568052,208386],[-569507,205721],[-569739,205567],[-569694,206941],[-568159,210226],[-567254,209985],[-563388,208151],[-569499,206812],[-569952,206583],[-569595,210243],[-568496,211031],[-579848,-210623],[-582229,-216394],[-579583,-220788],[-577358,-221031],[-579559,-228610],[-582326,-217546],[-581520,-228428],[-582761,-218187],[-578001,-266249],[-582031,-266903],[-584046,-268218],[-578476,-265810],[-581804,-265904],[-584924,-282902],[-580437,1760938],[-577115,1763459],[-581946,1755877],[-578861,1763883],[-584085,1756028],[-576983,1764113],[-577846,1764195],[-581756,1755658],[-576579,1764277],[-587173,1757380],[-581665,1778678],[-576733,1773591],[-577263,1772359],[-578304,1772833],[-576807,1769273],[-581516,1776761],[-576878,1770122],[-576121,1770453],[-577863,1772846],[-577514,1770991],[-584744,1779056],[-576712,1769919],[-576055,1773829],[-580667,1776756],[-577225,1772534],[-578953,1779779],[-585295,1780066],[-585502,1779528],[-578311,1780504],[-588675,1782291],[-578470,1779513],[-585664,1779418],[-576981,204355],[-587989,214363],[-598494,1766406],[-589390,214025],[-590036,208609],[-594056,210252],[-593238,212653],[-590635,216708],[-591669,213877],[-600782,209170],[-595289,217619],[-600244,213401],[-598508,219068],[-592145,217998],[-594024,222340],[-595068,219546],[-597044,218712],[-594024,221064],[-591043,221695],[-603540,1770212],[-606924,1775603],[-602756,1767756],[-603252,211669],[-603681,56740],[-611777,63473],[-604805,54243],[-611699,54626],[-612361,58006],[-613261,61484],[-613357,63883],[-611322,61674],[-611276,60168],[-606149,57206],[-607436,63923],[-613215,53794],[-610536,63343],[-607214,57859],[-608519,63687],[-609618,65041],[-617908,60203],[-617187,55798],[-618613,54973],[-624389,53837],[-622870,54598],[-615746,62733],[-615571,57183],[-623632,54256],[-620465,55796],[-618487,63653],[-615041,62970],[-619727,62436],[-623499,58436],[-625418,56198],[-620427,64238],[-44889,-127472],[-47901,-124363],[-47716,-122871],[-48128,-118950],[-39225,-138357],[-42124,-135303],[-43844,-135637],[-41021,-133022],[-39373,-134203],[-40323,-134031],[-41332,-132159],[-39947,-130692],[-45768,-129364],[-45875,-135328],[-48247,-134411],[-48663,-136598],[-49064,-127969],[-38908,-140647],[-39489,-145037],[-39504,-142195],[-43731,-146549],[-45375,-147308],[-45425,-148920],[-46018,-149306],[-47535,-150573],[-46656,-150958],[-46753,-149736],[-46804,-151808],[-41840,-151186],[-38413,-147027],[-42795,-144847],[-43679,-144707],[-49875,-150020],[-41462,-152311],[-43903,-164166],[-46872,-162430],[-48682,-164539],[-43610,-163500],[-45710,-163277],[-49210,-164184],[-43681,-163538],[-46919,-164016],[-46790,-165251],[-45444,-165686],[-44239,-178257],[-38713,-174080],[-39240,-173995],[-43247,-178940],[-38748,-173713],[-42107,-171812],[-41006,-176178],[-40045,-174913],[-38657,-172757],[-46354,-169177],[-42950,-178721],[-50981,-171596],[-44843,-167588],[-50297,-170837],[-40930,-178786],[-44912,-176245],[-48101,-175123],[-50440,-173100],[-49066,-175770],[-40496,-176331],[-48459,-178791],[-46649,-177682],[-47936,-178254],[-46005,-173527],[-47358,-173065],[-48431,-171571],[-45127,-172916],[-43891,-175411],[-51195,-179653],[-48501,-180054],[-47330,-179005],[-38439,-182229],[-51971,-186632],[-50934,-181453],[-49976,-182827],[-49636,-191478],[-47401,-187485],[-45987,-190432],[-48155,-191608],[-46114,-191494],[-48802,-186165],[-49397,-184499],[-49560,-185740],[-44608,-182360],[-45411,-182809],[-45726,-184009],[-44414,-183153],[-43857,-183416],[-42895,-183388],[-40869,-182805],[-41441,-182334],[-38881,-191214],[-39721,-191626],[-49901,-184580],[-50351,-182634],[-48629,-191184],[-49093,-189157],[-48148,-188170],[-46968,-189343],[-46745,-190841],[-44859,-191739],[-48283,-184765],[-49689,-185216],[-44621,-184321],[-44829,-185191],[-45409,-183689],[-44024,-186117],[-43318,-186114],[-41842,-183730],[-42251,-183407],[-40368,-191209],[-49129,-181992],[-49347,-190139],[-49286,-191757],[-49196,-189408],[-47734,-188276],[-47119,-190100],[-46833,-191197],[-46661,-191374],[-47443,-185777],[-48510,-185979],[-48973,-185191],[-43992,-182235],[-45123,-183770],[-40057,-191375],[-43274,-183214],[-42253,-184218],[-41160,-183596],[-41837,-182355],[-49386,-192443],[-45673,-192416],[-45179,-197954],[-47320,-192762],[-40887,-192614],[-38908,-192792],[-46650,-197092],[-40304,-195268],[-45498,-196178],[-48506,-192776],[-40240,-191897],[-45027,-197935],[-38647,-193009],[-40274,-195250],[-48979,-192355],[-46102,-196553],[-40173,-192175],[-39811,-199404],[-45269,-197943],[-41381,-215993],[-39911,-226080],[-38918,-226979],[-48313,-23256],[-46350,-24967],[-48713,-17138],[-49553,-18638],[-44742,-18650],[-39389,-17137],[-39788,-19356],[-45450,-23538],[-46462,-25118],[-50705,-20141],[-45458,-18798],[-40969,-15725],[-44932,-14358],[-43706,-13261],[-42170,-15704],[-42822,-20401],[-41250,-21686],[-43840,-21473],[-45467,-21371],[-50002,-497405],[-49139,-496854],[-44429,-37880],[-45510,-29964],[-49633,-35774],[-49040,-25518],[-45283,-27880],[-44473,-32533],[-46495,-36278],[-41953,-32401],[-39925,-30619],[-38948,-32051],[-45608,-25534],[-45714,-26524],[-49400,-42378],[-39105,-42090],[-39807,-61232],[-49388,-62116],[-46220,-63509],[-42186,-61421],[-41780,-62379],[-43980,-62634],[-39440,-61881],[-49176,-61892],[-49373,-61474],[-42989,-58969],[-47247,-63769],[-41808,-61464],[-46406,-63072],[-39744,-61669],[-44265,-63313],[-48167,-65150],[-43624,-75313],[-45073,-75169],[-42064,-71779],[-41413,-75767],[-50076,-68259],[-47378,-67210],[-43915,-71264],[-45946,-72281],[-50854,-75743],[-48666,-76155],[-45077,-75770],[-48152,-64802],[-46984,-64775],[-39549,-78728],[-41129,-79783],[-48031,-77208],[-49291,-79612],[-48028,-79629],[-49202,-82339],[-48308,-82509],[-49434,-82533],[-47201,-83024],[-47768,-85807],[-46676,-86009],[-43754,-80596],[-39484,-93643],[-39007,-91315],[-39524,-97207],[-42865,-100615],[-43239,-101356],[-44632,-101502],[-43849,-95719],[-41209,-94808],[-42983,-95100],[-46417,-94808],[-49340,-97947],[-48886,-98854],[-47182,-98789],[-48612,-100910],[-50216,-112586],[-47785,-113084],[-47516,-111986],[-49557,-110496],[-46458,-109286],[-49120,-103258],[-47837,-104725],[-46205,-105600],[-45009,-105533],[-46263,-103578],[-43987,-105015],[-43584,-102830],[-45177,-103366],[-49137,-114900],[-42277,3616],[-43778,4175],[-43307,1348],[-44969,3123],[-40677,2802],[-41651,4622],[-42224,162017],[-43238,166097],[-43289,162186],[-39691,167627],[-42160,169950],[-46396,178746],[-44302,178396],[-39491,167403],[-42616,170210],[-47028,177690],[-49890,180803],[-44325,183440],[-43448,182142],[-41490,184744],[-46072,188385],[-46696,191474],[-46932,190427],[-50098,183772],[-44595,182778],[-44107,180478],[-41620,182030],[-42480,184261],[-46928,188390],[-47416,191883],[-47060,190490],[-48475,20975],[-47396,21894],[-49182,21211],[-47699,21662],[-49285,21603],[-47939,21178],[-47413,22851],[-49018,20700],[-50349,33890],[-50273,36577],[-638003,-290249],[-639278,-285553],[-635371,125902],[-634410,123083],[-633407,124507],[-642826,-267668],[-644243,-267843],[-647908,-265550],[-648572,-265123],[-648441,-271963],[-650948,-272117],[-651682,-275255],[-652701,-275419],[-651094,-279697],[-651130,-278896],[-645008,-270197],[-649259,-272981],[-650877,-277131],[-648883,-271065],[-646872,-273903],[-647770,-275593],[-652431,-269877],[-651522,-276151],[-647790,-278291],[-645846,-280172],[-650746,-275181],[-643271,-292442],[-645719,-290696],[-644166,-292685],[-652468,-290483],[-651937,-290068],[-646799,-289318],[-646559,-287562],[-653646,-267214],[-654390,-267501],[-653744,-273329],[-655718,-273827],[-653137,-274304],[-658214,-277384],[-660626,-275890],[-654912,-280340],[-660223,-275043],[-659946,-276747],[-652992,-279826],[-655200,-279112],[-655045,-274696],[-657506,-272868],[-653192,-285466],[-654470,-284170],[-654762,-289063],[-652893,-286137],[-655764,-281743],[-661030,1685064],[-665292,1682084],[-662889,1685053],[-665201,1684001],[-664751,1687051],[-660378,1686037],[-655099,1710771],[-657917,1709810],[-656493,1708807],[-675906,1678030],[-672159,1679486],[-676174,1684807],[-673848,1684233],[-676654,1678534],[-675618,1682370],[-673824,1685733],[-669257,1686191],[-668778,1689050],[-670314,1679120],[-668925,1681261],[-671893,1679406],[-669012,1680353],[-667875,1693152],[-667666,1692790],[-680197,1678237],[-679623,1680361],[-679264,1680193],[-54648,-125425],[-53006,-123284],[-51810,-120197],[-60080,-119542],[-59391,-122102],[-57392,-124836],[-59907,-124733],[-59651,-125523],[-57573,-126118],[-58707,-127018],[-57924,-118241],[-57977,-117009],[-59063,-119559],[-55103,-118594],[-53197,-118548],[-56156,-117053],[-54567,-115284],[-53985,-115614],[-56979,-115981],[-57141,-117240],[-52119,-137180],[-51612,-134284],[-56543,-134913],[-55706,-138518],[-56321,-139817],[-57987,-140223],[-58657,-136838],[-59103,-137297],[-57943,-138134],[-57819,-135575],[-55922,-135900],[-53504,-134073],[-57668,-130552],[-53684,-128382],[-56631,-128547],[-58039,-128199],[-59910,-130044],[-59889,-132902],[-58780,-134020],[-59272,-135823],[-56466,-131348],[-59879,-128117],[-51411,-130777],[-58619,-142335],[-56104,-143901],[-58619,-144787],[-56614,-147362],[-54512,-148167],[-54237,-145540],[-51883,-145679],[-54710,-144735],[-53841,-143516],[-62413,-150074],[-56890,-175589],[-63283,-174888],[-54928,-169622],[-59307,-172930],[-58041,-172409],[-60533,-171824],[-62726,-171411],[-61991,-170423],[-60039,-167161],[-61698,-168982],[-63504,-177838],[-63671,-177965],[-54012,-173600],[-63101,-175258],[-52604,-173685],[-57795,-172618],[-61440,-171727],[-60143,-173094],[-61111,-167076],[-62395,-167670],[-60301,-167921],[-63803,-177629],[-57699,-170765],[-54020,-168324],[-59339,-172798],[-61433,-172412],[-62496,-171253],[-61840,-170898],[-62282,-168294],[-58628,-168857],[-60486,-168850],[-63703,-178023],[-58777,-168313],[-53898,-174795],[-53022,-167859],[-52176,-168375],[-58111,-178640],[-55305,-177089],[-58695,-178939],[-58656,-178073],[-57302,-176242],[-55717,-175945],[-63425,-178686],[-57159,-177207],[-56433,-177614],[-55567,-176682],[-60186,-178490],[-63954,-190917],[-51463,-179260],[-63380,-184589],[-59902,-180069],[-57908,-179121],[-55638,-181004],[-56865,-183145],[-54940,-182026],[-55194,-184718],[-56000,-184745],[-54585,-183216],[-51727,-185946],[-55786,-179719],[-63481,-179199],[-55789,-190073],[-56522,-190739],[-56480,-190265],[-56985,-190917],[-58612,-190104],[-57230,-179676],[-51537,-181466],[-52241,-181300],[-53723,-179576],[-52192,-184098],[-53631,-183816],[-57550,-183929],[-56914,-182686],[-61038,-180205],[-62315,-181836],[-62001,-182271],[-59543,-189709],[-62249,-186642],[-63150,-188310],[-63349,-189603],[-59279,-188581],[-63495,-185529],[-59108,-180494],[-58832,-179988],[-56013,-180709],[-57104,-183043],[-54716,-181489],[-55425,-184046],[-55784,-184566],[-54769,-184033],[-52616,-184965],[-54076,-179595],[-55612,-180122],[-62360,-179820],[-55968,-189589],[-55883,-189132],[-57542,-180504],[-60196,-191460],[-52270,-181258],[-53773,-179749],[-53811,-184126],[-56949,-185016],[-56014,-182096],[-61338,-180905],[-60640,-181485],[-60774,-181313],[-60999,-187764],[-60918,-188016],[-60408,-189906],[-62050,-186213],[-63160,-188583],[-63697,-189004],[-59195,-188511],[-57449,-190251],[-62019,-182758],[-63764,-185601],[-58759,-180634],[-55482,-181018],[-54731,-182029],[-55560,-183187],[-55196,-184186],[-55505,-183868],[-53742,-183888],[-52461,-185178],[-58074,-190851],[-62602,-179717],[-63023,-181055],[-63683,-182945],[-55758,-190902],[-56078,-189782],[-56909,-190947],[-57193,-179247],[-57456,-179675],[-51786,-181245],[-51986,-181140],[-52981,-180390],[-53389,-184690],[-56322,-183873],[-57386,-184465],[-56598,-182411],[-59856,-180976],[-60223,-181771],[-61212,-181508],[-63926,-186840],[-61273,-187941],[-59800,-188773],[-59837,-189455],[-62267,-186600],[-63176,-188713],[-63039,-190035],[-59384,-188868],[-57520,-202730],[-57540,-197004],[-62674,-193368],[-54376,-195642],[-54281,-194193],[-53880,-195587],[-51819,-196810],[-60046,-192415],[-58164,-193465],[-62658,-200115],[-59976,-192789],[-60097,-193608],[-60396,-194909],[-61480,-200138],[-63332,-199355],[-62641,-194934],[-63782,-196063],[-56598,-195768],[-56143,-193808],[-57575,-197466],[-54053,-201928],[-52935,-194086],[-53701,-195404],[-62251,-194820],[-58622,-201952],[-61863,-200973],[-57148,-203385],[-61265,-195072],[-63794,-199462],[-62086,-196873],[-63507,-194802],[-63549,-196839],[-62278,-198449],[-60427,-198804],[-57092,-195509],[-56390,-194436],[-57294,-196083],[-55485,-196297],[-54071,-195309],[-53194,-193897],[-54099,-194963],[-61492,-199129],[-63226,-194747],[-55354,-201894],[-61800,-200597],[-62442,-200828],[-53602,-202880],[-60700,-196905],[-61766,-196873],[-62560,-194939],[-62442,-193279],[-61632,-214047],[-59189,-205061],[-60578,-208801],[-60894,-213812],[-62697,-213650],[-63610,-207279],[-61391,-208834],[-62366,-214790],[-61649,-208867],[-62502,-235317],[-56040,-233155],[-55063,-238626],[-57697,-233870],[-61831,-11487],[-60622,-11761],[-62887,-17540],[-62348,-16858],[-62745,-15797],[-62764,-13638],[-62328,-14264],[-56223,-17902],[-54691,-18102],[-52243,-22517],[-61416,-480335],[-55254,-494591],[-61125,-495757],[-60346,-495208],[-56858,-497295],[-56764,-496594],[-57018,-495736],[-54562,-494678],[-52443,-37323],[-51727,-42028],[-57983,-61890],[-57618,-61591],[-59550,-60517],[-63571,-58671],[-52023,-62201],[-61624,-60769],[-51539,-61006],[-61710,-60133],[-54602,-66666],[-55267,-66668],[-60199,-74434],[-59386,-74970],[-59382,-71619],[-57115,-70520],[-52604,-68161],[-55409,-68492],[-53684,-66272],[-57556,-88104],[-62957,-85868],[-62615,-86859],[-61766,-87132],[-53200,-84401],[-53370,-81872],[-56214,-83026],[-58039,-84979],[-59604,-77719],[-51737,-88348],[-55614,-86559],[-54281,-89593],[-52640,-90266],[-53107,-97472],[-56338,-92075],[-54068,-94482],[-55010,-93944],[-58358,-91670],[-57589,-91900],[-61867,-89588],[-60520,-89908],[-56592,-101429],[-59099,-97776],[-59588,-94973],[-57892,-96396],[-55652,-99310],[-53878,-98951],[-50658,-89791],[-53560,-106752],[-51453,-103321],[-55571,-114831],[-53110,-112362],[-51527,-112309],[-52787,-110745],[-54062,-105586],[-56958,-104145],[-52263,177998],[-53758,179849],[-52435,183354],[-54785,331753],[-56375,329567],[-57700,325385],[-54789,327219],[-53401,326792],[-59463,329585],[-54043,325454],[-55957,326230],[-54655,330321],[-58306,335370],[-57728,31838],[-60917,27136],[-61615,33888],[-54316,29951],[-59081,26554],[-55330,36218],[-62233,401966],[-61291,408879],[-55386,401559],[-54290,403762],[-60623,407586],[-53508,406349],[-53691,401221],[-63068,49701],[-54180,48615],[-53882,41062],[-59827,51400],[-61908,56776],[-60746,85654],[-59929,87834],[-70913,-118446],[-73256,-121818],[-72587,-119416],[-69163,-122380],[-68901,-123156],[-73110,-115505],[-69787,-118874],[-66114,-135425],[-76047,-135999],[-66662,-137316],[-67457,-137183],[-66684,-138752],[-64496,-146056],[-66814,-146824],[-71486,-147572],[-74790,-153088],[-74397,-149582],[-75348,-149844],[-75068,-147334],[-75893,-145783],[-75601,-147085],[-75377,-146255],[-73313,-148585],[-72588,-148405],[-69574,-150374],[-72425,-148434],[-71206,-147013],[-72639,-150369],[-72261,-141402],[-74988,-153331],[-74705,-150205],[-74794,-149990],[-75558,-147269],[-76062,-147322],[-75395,-147268],[-75073,-146896],[-72758,-148864],[-73693,-149260],[-69852,-150554],[-69928,-150024],[-72444,-148452],[-71917,-147335],[-72106,-150118],[-73306,-150345],[-72678,-152158],[-72784,-152973],[-74522,-149105],[-75632,-149685],[-75963,-147227],[-76378,-146043],[-74044,-145875],[-74516,-145761],[-73348,-148597],[-73347,-149087],[-69807,-150354],[-69063,-150632],[-71977,-146979],[-72580,-148279],[-73286,-150715],[-72476,-151328],[-76694,-152945],[-72323,-152189],[-72864,-151518],[-66056,-153620],[-75929,-155472],[-75808,-154973],[-72202,-154683],[-73093,-154026],[-75681,-155051],[-75566,-155410],[-73368,-154918],[-71957,-153609],[-71496,-153500],[-66973,-161201],[-70357,-162201],[-70221,-161501],[-70265,-159588],[-73443,-162932],[-72643,-161807],[-71267,-156550],[-73131,-156036],[-74548,-158439],[-75249,-153801],[-75885,-163417],[-75287,-154765],[-75692,-154324],[-72476,-154558],[-67949,-162020],[-70936,-161266],[-70683,-161353],[-76201,-162545],[-72291,-164470],[-71095,-162984],[-72914,-161636],[-70305,-155057],[-72545,-155514],[-72707,-155967],[-73627,-158261],[-69413,-164557],[-75252,-153407],[-75934,-160909],[-75654,-162282],[-76092,-164316],[-76038,-165016],[-67336,-159456],[-67132,-161779],[-69548,-162292],[-67806,-166105],[-74563,-157783],[-71468,-163676],[-71824,-161553],[-72999,-161136],[-70349,-155101],[-73225,-156468],[-76245,-176240],[-74754,-173744],[-72157,-177628],[-69412,-178562],[-64194,-174124],[-66106,-176162],[-64895,-168682],[-66098,-167366],[-64733,-177819],[-70046,-175310],[-67502,-177400],[-75109,-177978],[-76165,-176918],[-73427,-168742],[-73111,-170044],[-72795,-171704],[-71917,-173376],[-72357,-173342],[-70049,-168453],[-70265,-172241],[-69997,-172034],[-70530,-171507],[-69336,-170437],[-67923,-171874],[-72503,-175279],[-74388,-174370],[-65953,-173353],[-75497,-175861],[-75986,-174425],[-71957,-176323],[-69383,-176143],[-71646,-178964],[-70067,-178588],[-65235,-173604],[-65053,-175758],[-66633,-172158],[-69435,-173232],[-65760,-168380],[-66252,-176505],[-64478,-177621],[-70725,-174769],[-67972,-177378],[-75606,-176599],[-74842,-167672],[-73361,-168320],[-73848,-169928],[-71759,-172993],[-70194,-168802],[-69902,-171149],[-67151,-171935],[-69095,-171605],[-73082,-175771],[-73491,-174898],[-68004,-166645],[-65738,-172352],[-76606,-176006],[-75867,-173347],[-71110,-176218],[-68594,-175485],[-71947,-177956],[-64913,-174433],[-64444,-175795],[-65343,-175706],[-68466,-173378],[-65109,-167553],[-66254,-176515],[-64619,-177983],[-64327,-177587],[-70452,-175542],[-67493,-176569],[-74764,-177776],[-75163,-166396],[-74570,-166545],[-74506,-169270],[-72733,-170621],[-72414,-171785],[-71432,-174407],[-72891,-172719],[-70165,-168693],[-69748,-172472],[-69671,-171514],[-68773,-170815],[-67604,-172008],[-67865,-171610],[-73378,-175845],[-74614,-175262],[-65754,-172545],[-72638,-187786],[-75493,-189226],[-71654,-191736],[-71017,-191338],[-75573,-182471],[-73971,-179908],[-69314,-179473],[-69668,-179401],[-71843,-181204],[-73211,-181969],[-71787,-184208],[-72764,-183833],[-71340,-185617],[-68585,-186642],[-65602,-191737],[-65163,-190198],[-64238,-191620],[-69635,-191625],[-67152,-191421],[-69780,-187935],[-67988,-190268],[-66001,-189195],[-70852,-185052],[-72720,-187642],[-74775,-188495],[-75326,-189559],[-73034,-191228],[-74717,-182390],[-76196,-181906],[-76570,-181340],[-73816,-181202],[-69402,-179170],[-67204,-179259],[-69730,-179199],[-67397,-179770],[-71563,-180449],[-72203,-181649],[-73294,-182034],[-72046,-183582],[-72229,-184924],[-68711,-186882],[-65286,-189979],[-66259,-191742],[-65736,-190991],[-64027,-191356],[-70013,-191763],[-67082,-191178],[-68762,-188661],[-67282,-189497],[-66135,-189643],[-70674,-185340],[-75837,-189855],[-71065,-191479],[-75082,-182834],[-75557,-181184],[-75102,-180804],[-66826,-179223],[-66305,-179621],[-69991,-179334],[-67853,-179693],[-71604,-180479],[-73008,-181634],[-73578,-182729],[-72614,-183466],[-70535,-184551],[-72049,-185564],[-69692,-187180],[-67358,-187610],[-64393,-189966],[-64513,-191743],[-65307,-190826],[-70039,-191251],[-67172,-191392],[-69252,-188332],[-68131,-188949],[-66589,-189497],[-69726,-185732],[-72134,-188613],[-72202,-189225],[-73194,-188059],[-75072,-189452],[-75687,-191627],[-74379,-190578],[-73288,-190553],[-66848,-181148],[-68021,-182984],[-66962,-182036],[-67630,-184225],[-65582,-184161],[-67489,-186077],[-72373,-188604],[-73323,-188748],[-74686,-189539],[-75731,-191141],[-74558,-190754],[-74005,-191761],[-65981,-179901],[-67101,-179933],[-69311,-181749],[-67294,-182006],[-66132,-183513],[-66961,-184424],[-65668,-183743],[-67713,-185515],[-64546,-189437],[-72685,-189822],[-76174,-190265],[-74216,-190392],[-73824,-190815],[-72168,-190510],[-65647,-180783],[-65135,-181135],[-64855,-187225],[-67805,-182500],[-65637,-182772],[-65309,-182399],[-67696,-184864],[-64571,-184623],[-64978,-185626],[-66333,-185203],[-65012,-179862],[-67618,-186542],[-72145,-194254],[-72924,-194365],[-73916,-194533],[-71617,-195521],[-70268,-197147],[-71131,-193008],[-69057,-194125],[-67242,-199478],[-66237,-197294],[-70573,-200151],[-72452,-200957],[-69411,-201766],[-65150,-192184],[-66491,-193124],[-71559,-192064],[-71948,-193378],[-73112,-192987],[-74012,-194809],[-72119,-196229],[-70329,-196743],[-69987,-194795],[-70745,-193543],[-69011,-194088],[-64620,-199626],[-66915,-198128],[-71223,-200699],[-72258,-199768],[-65819,-192575],[-66848,-192491],[-71664,-193141],[-72794,-194975],[-72573,-195176],[-70695,-196662],[-70453,-194350],[-70549,-192886],[-69658,-194326],[-64917,-199652],[-66588,-197258],[-70360,-199839],[-72279,-200837],[-69323,-201694],[-64921,-192497],[-67297,-193506],[-76039,-193286],[-74224,-192803],[-64028,-196622],[-64386,-197591],[-76386,-193354],[-74737,-192373],[-73504,-192511],[-64836,-198401],[-76262,-192527],[-70971,-193965],[-71914,-212196],[-65748,-208809],[-69983,-214318],[-69941,-212772],[-69753,-212974],[-66569,-212373],[-65379,-213830],[-69686,-214013],[-65944,-240114],[-73157,-233603],[-73695,-231718],[-66290,-238885],[-69144,-232564],[-70095,-233519],[-76774,-234413],[-75984,-236162],[-64782,-235144],[-73248,-233057],[-69742,-6452],[-64821,-9314],[-64191,-9777],[-64864,-11568],[-73946,-1004],[-73286,-1629],[-76277,-2217],[-76378,-2696],[-75120,-899],[-72784,130],[-76303,-117],[-71732,-13489],[-72433,-20670],[-73972,-484100],[-70334,-492317],[-69662,-491229],[-76355,-31291],[-76121,-506177],[-71862,-54978],[-67378,-62891],[-72483,-51515],[-72144,-54967],[-66793,-51664],[-64786,-62217],[-66348,-64770],[-66317,-88340],[-68966,-89342],[-64765,-89021],[-66181,-102200],[-70518,-96596],[-68438,-100047],[-64922,-94190],[-70897,-100268],[-72089,-99602],[-69043,-98900],[-70259,-97848],[-66552,-104126],[-67383,-104445],[-68576,-103575],[-68677,-105739],[-69826,-109321],[-74070,-111952],[-74540,-110720],[-72071,-114999],[-72113,-111432],[-65805,-108347],[-72828,8372],[-72263,8678],[-74053,12951],[-73330,12991],[-75725,10203],[-73277,7260],[-72775,4253],[-74532,1090],[-74747,420],[-76465,2407],[-72897,6799],[-74818,10173],[-75517,9660],[-72165,3037],[-75595,1217],[-75472,7203],[-75146,10772],[-72294,7638],[-75434,1786],[-72540,14453],[-72370,16228],[-73557,19807],[-74327,24471],[-73538,18196],[-76797,22494],[-73189,17510],[-72134,16174],[-75891,19352],[-64228,267231],[-64258,269259],[-75418,379387],[-66294,383074],[-74790,30349],[-76769,34599],[-75144,27169],[-75530,28805],[-76506,32007],[-73632,28717],[-74831,409610],[-75740,418573],[-67092,423300],[-67863,423213],[-68799,426103],[-67738,39653],[-71416,40740],[-67358,39598],[-71717,109224],[-75186,110227],[-74036,106198],[-73418,111340],[-71394,108936],[-75710,112085],[-76309,111924],[-74927,110923],[-76140,112048],[-75585,111680],[-75311,113105],[-75096,110940],[-75924,110446],[-74899,112164],[-75473,111062],[-75314,110979],[-75591,112987],[-74948,110722],[-70146,108049],[-75816,108961],[-75080,110309],[-72723,105563],[-73653,111677],[-71170,109404],[-76724,118811],[-75812,116461],[-75626,118680],[-74712,118541],[-76774,116197],[-76733,119706],[-75192,116575],[-76438,117996],[-77046,-116270],[-89468,-138513],[-79515,-130096],[-89431,-138044],[-78585,-137140],[-77341,-152198],[-78985,-148886],[-77498,-149049],[-81860,-148883],[-83230,-148691],[-84291,-151388],[-84113,-152035],[-82027,-152230],[-82490,-152554],[-82499,-143241],[-83528,-143944],[-81329,-144913],[-80888,-143729],[-86578,-145436],[-86960,-144736],[-86151,-146715],[-85839,-145614],[-79086,-147088],[-79098,-146353],[-84192,-149090],[-88033,-149121],[-79597,-151611],[-80444,-152949],[-77011,-151388],[-77221,-152142],[-77692,-148713],[-78644,-149649],[-82351,-149236],[-82747,-148314],[-83796,-151714],[-84182,-151035],[-81636,-151952],[-81336,-152323],[-83375,-143361],[-82522,-143583],[-81137,-143734],[-80454,-144149],[-87849,-145208],[-86772,-145420],[-85442,-145716],[-86466,-146846],[-79686,-146391],[-78859,-146664],[-85917,-150692],[-84846,-146841],[-79635,-150366],[-76929,-152075],[-83254,-149345],[-83076,-149187],[-82349,-151704],[-82628,-152664],[-81314,-151694],[-83305,-144666],[-83880,-144113],[-80080,-144383],[-81005,-144082],[-87580,-144134],[-86823,-144341],[-86158,-145581],[-85488,-145379],[-78800,-147218],[-79214,-147052],[-86167,-147319],[-87354,-148499],[-77191,-153951],[-79806,-157615],[-81315,-157604],[-80731,-156682],[-80923,-157293],[-83059,-164578],[-83968,-166137],[-79865,-154448],[-77582,-160461],[-80523,-164926],[-77390,-153737],[-79626,-156391],[-79633,-156151],[-79229,-157471],[-81066,-156702],[-83429,-164856],[-77226,-164184],[-80908,-164830],[-77420,-153728],[-77692,-153627],[-81617,-157621],[-81338,-157690],[-81367,-156655],[-84569,-163905],[-84313,-165008],[-78271,-162577],[-77240,-163086],[-82045,-174245],[-81935,-175073],[-81880,-175110],[-81204,-176564],[-82027,-176031],[-81782,-173189],[-79661,-173060],[-83747,-175791],[-84491,-176041],[-84136,-176150],[-77304,-175517],[-77023,-177043],[-79263,-172848],[-78377,-177036],[-82859,-167212],[-82021,-168597],[-81747,-174340],[-80246,-176178],[-80901,-175656],[-81236,-173836],[-79686,-172659],[-83876,-175795],[-85031,-176678],[-85022,-177211],[-78149,-175011],[-78458,-172518],[-78573,-176656],[-83359,-166503],[-82400,-167237],[-82160,-168690],[-81530,-176798],[-82298,-176678],[-80670,-176563],[-81920,-175066],[-81584,-175262],[-81850,-173352],[-81148,-172775],[-84969,-175135],[-84872,-175825],[-84503,-176524],[-78667,-175810],[-77211,-176796],[-79287,-171950],[-77633,-178032],[-82357,-166399],[-82033,-169310],[-85592,-178957],[-83578,-182857],[-82579,-182479],[-80097,-180177],[-81945,-188016],[-81034,-185722],[-81431,-189160],[-77117,-182362],[-82368,-183265],[-80448,-179689],[-81324,-187629],[-81375,-186744],[-81117,-188995],[-77116,-182340],[-83335,-184407],[-82092,-182303],[-80474,-179992],[-81854,-187192],[-81733,-187032],[-81366,-188652],[-77216,-191131],[-78474,-191370],[-86495,-186210],[-88369,-188594],[-85949,-182142],[-81744,-181047],[-78614,-191842],[-77856,-192287],[-78662,-192135],[-89082,-237889],[-85583,-239753],[-86891,-238635],[-83286,-238644],[-87651,-238456],[-84310,-239559],[-84812,-239237],[-77813,-235877],[-82916,-236710],[-84244,-235220],[-87433,-233631],[-83783,-236098],[-86020,-232701],[-84738,-235973],[-83433,-233785],[-84275,-232517],[-79456,-2292],[-78659,-3285],[-77394,32],[-81335,-3104],[-79138,-5113],[-77888,-1109],[-82749,-4145],[-86534,-3843],[-85697,-3066],[-84234,-7539],[-79248,-7926],[-87975,-4654],[-87957,-3773],[-82445,-1032],[-85433,-3392],[-86717,-8505],[-86650,-6384],[-86807,-9344],[-88969,-7362],[-88469,-6158],[-85037,-867],[-87261,-5870],[-83010,-6718],[-80066,-7638],[-80587,-5439],[-89559,-4355],[-88450,-4198],[-87881,-2962],[-86912,-2428],[-88047,-11669],[-80918,-1516],[-84051,-8341],[-86889,-9044],[-85839,-8167],[-82976,-4918],[-86558,-246],[-89094,-506],[-89265,-5203],[-87377,-3957],[-83519,-244918],[-77361,-24582],[-77722,-23654],[-78047,-23342],[-85354,-13629],[-85895,-16155],[-84394,-15149],[-89043,-13033],[-84703,-16060],[-80218,-490354],[-77053,-492706],[-78013,-29045],[-87350,-35584],[-77105,-28312],[-88303,-34082],[-79487,-32111],[-82571,-34788],[-84663,-28451],[-87642,-506086],[-84123,-38919],[-80528,-44954],[-82857,-41732],[-76875,-41876],[-77676,-42457],[-80386,-47128],[-83220,-43633],[-79625,-48600],[-78494,-688286],[-80337,-683249],[-85823,-689711],[-84505,-685937],[-78856,-688058],[-79230,-687632],[-78629,-690767],[-78766,-687374],[-85992,-694278],[-82310,-702041],[-82137,-693239],[-79773,-692906],[-84483,-691939],[-76940,-694316],[-81277,-697165],[-77086,-692849],[-83636,-700953],[-86173,-703772],[-83174,-703157],[-84584,-714159],[-83151,-704196],[-87197,-58423],[-89177,-58560],[-85027,-55522],[-78187,-52404],[-82124,-114261],[-89221,-105437],[-81673,-105687],[-89399,-102886],[-79880,-106582],[-78699,-105536],[-77220,-109911],[-88874,-102568],[-77726,6537],[-77629,6124],[-78431,2303],[-81516,1706],[-79004,11559],[-79925,9841],[-87242,2403],[-85041,5273],[-88325,9882],[-88405,4194],[-82867,11520],[-87289,12813],[-81331,4634],[-83520,8302],[-82729,8615],[-78587,4987],[-79862,9144],[-78734,8343],[-79471,11065],[-82523,1528],[-85027,898],[-86587,7072],[-88703,6547],[-88436,5522],[-86049,4298],[-89041,3338],[-86857,1228],[-85654,1993],[-79789,10951],[-79433,9842],[-83246,11784],[-81747,12936],[-84209,12754],[-89567,11782],[-85473,6702],[-85645,8875],[-85640,10734],[-86729,9912],[-83819,214082],[-81549,220113],[-84791,218965],[-81933,221512],[-82538,218411],[-83163,223523],[-77333,14390],[-77263,25677],[-77264,14699],[-77399,13763],[-77578,20719],[-79199,23902],[-77143,25221],[-79418,13309],[-81309,14792],[-78951,22958],[-81610,13381],[-80326,20106],[-80955,13124],[-87620,21099],[-88367,17116],[-86150,23889],[-84074,22791],[-88128,14846],[-87081,14515],[-87819,23626],[-85053,23394],[-80370,22434],[-79585,18025],[-82926,13870],[-78103,18349],[-78060,17734],[-85949,13596],[-83367,16468],[-88230,15977],[-87069,16213],[-88747,16649],[-89037,18279],[-86725,22483],[-82550,24811],[-78303,19351],[-77995,17084],[-80749,19421],[-79580,23253],[-79022,21619],[-79898,16288],[-81892,19309],[-84895,14247],[-82733,15161],[-88123,19004],[-86722,20884],[-85154,21284],[-88799,18267],[-82845,25250],[-88066,15625],[-86693,21693],[-85835,25068],[-80248,21223],[-85324,325672],[-86224,327634],[-89153,326101],[-88421,327972],[-88108,326068],[-88749,327484],[-86496,325925],[-85447,325370],[-84368,37724],[-87222,31046],[-87474,31567],[-80412,29116],[-78271,31064],[-79754,33759],[-77975,27779],[-79443,29300],[-88266,37141],[-80985,35904],[-85199,34531],[-85037,36314],[-85763,32270],[-81910,31488],[-77704,32107],[-77600,29206],[-85177,35769],[-88206,32812],[-81484,30949],[-77375,31368],[-76842,26871],[-77943,30307],[-89554,31143],[-84201,30326],[-84893,27974],[-87987,26474],[-89174,29268],[-82940,28318],[-87889,30266],[-82189,29296],[-88132,391378],[-88579,388450],[-89478,396141],[-86585,395542],[-79213,397640],[-80922,408379],[-84840,404071],[-84258,397268],[-81212,398163],[-81143,407369],[-89175,405047],[-78699,399223],[-77335,398731],[-76844,422433],[-89169,419577],[-85156,416013],[-86410,416938],[-84310,40328],[-87807,59207],[-85694,63594],[-86113,57799],[-87199,60754],[-89420,86349],[-86698,101908],[-85663,101592],[-86930,90899],[-78030,108358],[-79274,105119],[-78765,107287],[-79310,105918],[-78925,114181],[-78220,108588],[-81913,104875],[-79858,106970],[-79853,106602],[-80116,105273],[-79802,105021],[-82407,105435],[-77788,110784],[-86923,114720],[-81968,113142],[-81900,112040],[-88806,107127],[-77577,114938],[-78906,114014],[-77912,108946],[-77150,110406],[-82321,105702],[-82046,105825],[-81454,105259],[-79775,105243],[-79875,105463],[-78859,105274],[-78549,106095],[-78535,105049],[-80564,105782],[-80497,106575],[-80852,109757],[-80276,113301],[-80693,110483],[-85636,115144],[-87469,125395],[-86456,120424],[-81528,121334],[-81146,120498],[-87649,122547],[-88998,117476],[-89285,126211],[-85152,120807],[-80630,121002],[-80771,119735],[-77885,115532],[-89398,122920],[-88957,118329],[-80982,115748],[-89431,126425],[-86870,117509],[-84499,124282],[-84477,122606],[-84314,117019],[-86693,122944],[-85230,119696],[-89559,127410],[-89431,127346],[-86833,120614],[-86640,120446],[-81413,119615],[-81538,119879],[-79639,121691],[-81390,120482],[-77279,120559],[-76856,119332],[-77077,116072],[-77484,120255],[-77101,118712],[-87947,123784],[-88485,123438],[-89344,118403],[-1054232,1493317],[-1055010,1492878],[-95185,-119805],[-99488,-115102],[-99394,-115832],[-90024,-134055],[-92213,-132080],[-93615,-137751],[-97505,-146699],[-91820,-143587],[-101318,-152747],[-96334,-163868],[-97007,-162557],[-95840,-163099],[-102220,-163633],[-102153,-163469],[-93067,-165338],[-92469,-164676],[-92426,-164436],[-98107,-155195],[-98345,-154592],[-100690,-166281],[-101600,-167133],[-94447,-168747],[-102335,-166689],[-99805,-167862],[-97444,-167173],[-100664,-169442],[-98278,-168106],[-95136,-171171],[-94271,-169598],[-95666,-187510],[-92088,-182080],[-90912,-191700],[-93249,-189042],[-99222,-183974],[-98998,-188759],[-99602,-186100],[-98377,-184174],[-91604,-233601],[-95799,-236829],[-101192,-238896],[-92271,-235294],[-100286,-233998],[-101629,-234768],[-91926,-238718],[-98408,-234240],[-92781,-232383],[-93145,-238984],[-98454,-237748],[-96502,-232427],[-93541,-233917],[-95217,-241019],[-98182,-235466],[-94264,-235090],[-100934,-237642],[-91095,-6290],[-94320,-3583],[-92493,-181],[-101879,-5083],[-96530,-7052],[-96358,-11065],[-101023,-10214],[-100295,-10674],[-98981,-10811],[-96803,-10629],[-99347,-7792],[-89998,-6680],[-89786,-4453],[-98346,-1502],[-95079,-3430],[-91309,-4654],[-90428,-1798],[-94239,39],[-95815,-3267],[-96461,-8555],[-101409,-22663],[-100843,-24370],[-100118,-22469],[-100743,-20421],[-90894,-13409],[-93657,-13653],[-98465,-14671],[-92020,-434857],[-100307,-28581],[-102078,-32731],[-90865,-33876],[-90587,-513356],[-95166,-512582],[-91456,-39798],[-94477,-49036],[-97038,-40140],[-100794,-42909],[-91887,-39455],[-94563,-660028],[-95457,-685981],[-90602,-695772],[-97271,-55978],[-101211,-53292],[-96724,-55706],[-101541,-54312],[-98395,-59269],[-97306,-59051],[-98615,-59642],[-92595,-99143],[-91106,-97322],[-100355,-108416],[-101736,-114026],[-101127,-111048],[-89954,5682],[-93384,1812],[-89702,9698],[-89918,8991],[-97113,6907],[-98057,534],[-101916,7942],[-101672,8524],[-100903,2736],[-101170,3657],[-101923,7344],[-100778,11182],[-95966,10179],[-95776,7090],[-91502,3923],[-91580,9113],[-91131,7472],[-96694,9551],[-90882,2705],[-94584,1418],[-95040,11835],[-97822,5681],[-101300,5171],[-97516,1783],[-100637,12037],[-100554,11478],[-91395,9231],[-90493,506],[-89865,12911],[-97330,6472],[-98499,454],[-97736,11381],[-101454,2954],[-102220,959],[-100753,6465],[-101394,12001],[-95273,9871],[-94900,5382],[-91024,4899],[-92066,10966],[-91948,7165],[-95173,9477],[-99942,130457],[-96357,131977],[-100994,130240],[-101341,132041],[-101270,130801],[-96748,130442],[-97085,129975],[-97844,206110],[-94460,212107],[-98814,205990],[-94491,210307],[-90357,14161],[-89992,17660],[-96044,17769],[-96764,16315],[-98575,17269],[-97746,16285],[-97796,20438],[-101682,22342],[-90125,13253],[-92836,14733],[-92614,16164],[-93904,18716],[-92912,20688],[-99589,20576],[-99230,23444],[-101949,22877],[-97579,24746],[-92391,25025],[-95060,25644],[-96814,16427],[-99309,17202],[-93144,13627],[-90478,15889],[-94165,16916],[-92825,19996],[-99520,21285],[-98929,22094],[-102253,24920],[-94340,25478],[-91420,20289],[-95765,16765],[-97852,18087],[-98384,20388],[-101180,22616],[-101016,13497],[-90638,383988],[-89797,28458],[-96873,29894],[-101536,37466],[-89896,26930],[-94897,28790],[-99724,29176],[-96811,27149],[-101343,31745],[-102103,38587],[-93926,26655],[-97673,33415],[-96255,29310],[-96519,31978],[-96535,28469],[-95966,31920],[-100527,33770],[-92019,31659],[-101248,30715],[-100970,37346],[-96923,26741],[-94591,26655],[-90742,26864],[-95633,34324],[-96214,33023],[-98996,28602],[-96785,31767],[-99678,33483],[-101297,389898],[-96085,386182],[-95391,385017],[-90229,385016],[-101175,396068],[-92400,395395],[-97470,396351],[-100570,407074],[-101203,400531],[-98990,411642],[-92520,412426],[-92324,411560],[-91524,423341],[-90553,48934],[-94805,46701],[-94589,46743],[-97860,45796],[-102360,41302],[-101708,622369],[-98696,623324],[-96639,625096],[-97430,623226],[-99259,625208],[-96444,618626],[-91894,622783],[-92340,630902],[-94282,630909],[-95950,635049],[-96755,631776],[-97619,635253],[-99832,632883],[-99371,633565],[-96644,634991],[-99522,637467],[-95215,632605],[-99510,629622],[-95348,632665],[-90310,60946],[-97142,51603],[-99220,61363],[-90198,53900],[-96820,60802],[-99534,58553],[-98481,58575],[-98988,62070],[-95562,63836],[-97810,65311],[-100828,66996],[-100211,75948],[-95010,75613],[-91380,74777],[-93777,70654],[-99534,65048],[-100693,64371],[-91772,65087],[-100164,89223],[-101349,78295],[-92355,89367],[-91510,87627],[-93682,83060],[-93362,81730],[-96896,83254],[-100437,79163],[-94581,79583],[-98868,84611],[-99980,87686],[-101362,98569],[-93799,91055],[-89717,95716],[-97063,101150],[-95743,102127],[-93283,100694],[-90264,97467],[-90954,97281],[-95297,96211],[-94241,92775],[-100532,94362],[-97457,97755],[-101190,96975],[-94191,90286],[-102112,104490],[-98433,105078],[-94618,108307],[-99018,104442],[-91030,111908],[-91140,107830],[-96989,108461],[-102101,106816],[-100037,109050],[-99344,112422],[-95535,113763],[-93883,112542],[-96427,106250],[-99337,102665],[-97056,111246],[-93894,126660],[-94498,122015],[-94081,126229],[-93734,123246],[-98353,127652],[-96255,122724],[-102263,125541],[-98482,125658],[-97060,125459],[-97186,118608],[-98316,119672],[-91406,116233],[-89994,118578],[-92020,126561],[-93217,127229],[-97863,121757],[-94117,121596],[-93183,121151],[-89600,118525],[-90199,121866],[-99570,123939],[-95860,126378],[-101543,119748],[-1210536,1474452],[-1211541,1474177],[-1265133,1547569],[-1263605,1547256],[-114939,-135439],[-103164,-151258],[-106602,-153326],[-109578,-151727],[-109980,-151402],[-114623,-152720],[-114516,-153255],[-107905,-152701],[-111984,-148622],[-106421,-152455],[-109933,-151446],[-110057,-152985],[-104519,-152322],[-109302,-152171],[-109642,-152730],[-110179,-153226],[-113781,-152829],[-108276,-152687],[-102582,-165146],[-103980,-162168],[-104002,-162182],[-107653,-164177],[-106197,-163433],[-107283,-159680],[-107082,-158636],[-105719,-160504],[-104446,-159159],[-102806,-158198],[-103959,-159820],[-105326,-156903],[-103211,-155771],[-104830,-154008],[-104670,-154583],[-106621,-154001],[-107177,-163966],[-107756,-164356],[-111342,-159825],[-112413,-158834],[-114047,-159331],[-114378,-160538],[-113976,-160938],[-114815,-162635],[-114691,-158066],[-113686,-157476],[-110230,-162390],[-109681,-162521],[-108533,-163535],[-105949,-162462],[-106002,-161968],[-109993,-154095],[-109675,-153678],[-107134,-154659],[-103934,-166119],[-102845,-162313],[-103337,-162333],[-106867,-164136],[-107500,-163690],[-105995,-160001],[-108188,-158170],[-105575,-159183],[-104968,-159488],[-103138,-158987],[-102774,-159344],[-103333,-156004],[-105704,-155793],[-103392,-153845],[-103636,-154353],[-103393,-154856],[-109767,-163854],[-107639,-164370],[-107311,-163403],[-112344,-159897],[-112605,-160209],[-113394,-159826],[-114299,-159211],[-114630,-162277],[-113674,-157958],[-109818,-163198],[-109920,-163383],[-110132,-162378],[-109576,-161638],[-108952,-161481],[-108213,-160746],[-106706,-161572],[-106820,-161546],[-109501,-154312],[-107951,-154613],[-110316,-155921],[-113578,-154179],[-107335,-164333],[-106684,-159597],[-105964,-159512],[-103837,-159374],[-104869,-159469],[-103121,-159459],[-103372,-157597],[-105324,-155971],[-104803,-156296],[-104993,-156675],[-105534,-154620],[-105262,-154302],[-108433,-164282],[-108585,-164455],[-111095,-160391],[-115042,-159173],[-113723,-160367],[-111619,-161882],[-107859,-162581],[-105988,-162754],[-108274,-154301],[-114703,-153776],[-104441,-162747],[-102725,-163190],[-114902,-178693],[-113537,-178998],[-102785,-166861],[-102403,-166867],[-114558,-178081],[-114218,-178769],[-107435,-166327],[-113061,-182059],[-113193,-181228],[-114555,-180840],[-114500,-179771],[-114101,-188395],[-114465,-187787],[-112946,-187447],[-112672,-187192],[-111971,-186129],[-113332,-186771],[-111168,-184625],[-111742,-184425],[-108987,-188338],[-108434,-189328],[-107501,-184348],[-107055,-183751],[-103827,-181939],[-103861,-181692],[-104207,-181437],[-104168,-181333],[-105210,-189398],[-105711,-189067],[-105190,-187861],[-105106,-188265],[-110785,-190968],[-112028,-190571],[-115135,-182132],[-113072,-183830],[-113941,-179960],[-113050,-180410],[-114850,-179141],[-112222,-184872],[-111245,-185527],[-113612,-188349],[-111568,-186334],[-112075,-185684],[-110783,-184920],[-111052,-184556],[-108387,-189206],[-108504,-189739],[-106816,-184307],[-105858,-183198],[-103680,-181879],[-103940,-182122],[-103468,-180701],[-102990,-181101],[-105722,-188703],[-105278,-189199],[-105094,-188528],[-105185,-187582],[-114272,-181970],[-114417,-179984],[-114000,-187695],[-112951,-185824],[-111590,-184282],[-108826,-189708],[-106524,-183663],[-103688,-182592],[-103067,-180875],[-105866,-189206],[-106384,-189642],[-105840,-193695],[-109602,-198910],[-110919,-197241],[-106396,-200168],[-109154,-194769],[-109430,-195225],[-109008,-194089],[-108313,-194237],[-109658,-194666],[-110813,-195597],[-109143,-195062],[-108499,-194761],[-109728,-195274],[-109833,-194622],[-112076,-193616],[-104348,-193412],[-110115,-200585],[-103207,-200443],[-114034,-204122],[-114471,-197268],[-108086,-220934],[-106736,-219816],[-107388,-219487],[-111834,-217874],[-102504,-239496],[-106444,-240581],[-109641,-231589],[-103395,-236721],[-106844,-242983],[-112134,-238078],[-112226,-233160],[-103053,-234845],[-106086,-240710],[-103191,-238124],[-109693,-239647],[-109269,-230685],[-104868,-238308],[-104818,-236990],[-109632,-236581],[-111566,-233020],[-108138,-2107],[-113348,-10329],[-102591,-8203],[-105757,-658],[-106624,-41],[-113617,-7400],[-112418,-7133],[-106403,-8654],[-111181,-3384],[-111388,-3481],[-105979,-1616],[-114797,-5142],[-111597,-6413],[-107187,-3647],[-106305,-4682],[-109640,-1227],[-113536,-10651],[-106371,-2642],[-109646,-6404],[-107392,-4712],[-104588,-6246],[-111225,-783],[-113696,-6768],[-102428,-7499],[-105644,-6420],[-112370,-849],[-112843,-246295],[-107867,-244607],[-111226,-243147],[-113505,-243695],[-113330,-244592],[-103361,-23627],[-115158,-13081],[-112109,-12636],[-114092,-12802],[-106502,-25209],[-109580,-24629],[-108791,-23469],[-107319,-22717],[-107676,-17923],[-110632,-17287],[-105346,-436077],[-114497,-562794],[-105030,-619575],[-103041,-44299],[-104046,-48051],[-103597,-637859],[-102518,-640063],[-106784,-663698],[-106770,-683505],[-105947,-685665],[-107525,-699261],[-105216,-53597],[-102729,-51064],[-104380,-57502],[-106859,-55736],[-109996,-87522],[-114468,-88582],[-113460,-89917],[-109782,-90688],[-108580,-98309],[-105987,-96962],[-105576,-111926],[-105943,-109744],[-102413,3163],[-106411,863],[-112908,5962],[-106817,970],[-108207,750],[-106618,2635],[-107921,5364],[-112183,4090],[-107040,2444],[-103579,7383],[-106137,7034],[-110189,6666],[-107484,11102],[-107402,11356],[-104623,5639],[-106779,8032],[-112599,12628],[-112256,7359],[-113904,130738],[-104076,134790],[-114317,138737],[-109558,138851],[-104156,135110],[-110526,139831],[-107308,136588],[-110173,134738],[-109554,129095],[-112969,131922],[-114352,128448],[-106483,140155],[-113381,128583],[-112648,129341],[-114212,131615],[-114968,135784],[-105147,134520],[-105342,134535],[-103710,140508],[-113842,139067],[-109120,139908],[-105702,130673],[-102971,141758],[-103762,142717],[-113756,142842],[-109674,141117],[-104798,147371],[-102783,142763],[-105457,141852],[-110085,144269],[-110686,146157],[-110353,152596],[-110994,150964],[-114006,142110],[-107811,145482],[-105866,146719],[-111622,152756],[-113286,152196],[-109807,153497],[-107301,150356],[-106405,148253],[-105557,145514],[-106913,147680],[-107839,146583],[-105266,142289],[-108089,144271],[-103445,143011],[-105514,141220],[-114672,161347],[-112477,159158],[-114711,161053],[-112495,160047],[-113762,162048],[-108258,154178],[-114344,160957],[-112612,161952],[-113981,161795],[-110627,161810],[-114441,216715],[-103107,217685],[-106357,216740],[-107477,218720],[-110874,218009],[-112966,217979],[-104379,217822],[-106301,219320],[-108306,219270],[-112375,218362],[-106609,232437],[-106650,18359],[-107074,18545],[-110740,18512],[-109400,19109],[-109517,22993],[-110577,22902],[-112571,24236],[-113993,22552],[-104083,23145],[-106871,24584],[-114608,14857],[-114765,20752],[-106865,18212],[-112600,19081],[-109437,21378],[-113912,25079],[-105436,24211],[-109991,18765],[-105555,23785],[-106223,23324],[-103698,14421],[-105701,15930],[-111631,14688],[-104190,15436],[-112121,13738],[-107191,13024],[-113116,14122],[-113309,37311],[-105351,36682],[-105994,36899],[-108431,29876],[-106389,35154],[-103148,37212],[-106122,35018],[-105349,36449],[-104938,35448],[-105971,36397],[-104175,37820],[-109655,30248],[-110842,31460],[-107365,37116],[-107927,37345],[-113423,37442],[-103713,35977],[-105865,36758],[-108695,33699],[-108986,35973],[-114066,37237],[-114912,29038],[-114415,28324],[-112437,29171],[-111231,28546],[-111667,29530],[-110637,31014],[-108193,32582],[-113157,36945],[-103337,391475],[-106252,397065],[-104540,397593],[-105586,41298],[-106875,43247],[-110183,46909],[-112748,46714],[-109221,42344],[-108353,43018],[-108700,45521],[-107199,47275],[-113969,47446],[-113195,49896],[-112712,40147],[-105507,40434],[-105056,42549],[-108575,47745],[-111962,47256],[-109293,41511],[-107402,42865],[-107765,46074],[-105061,47470],[-102903,39655],[-115132,48823],[-112428,40510],[-105492,41722],[-105322,40440],[-105275,41367],[-106904,42253],[-108421,47793],[-110779,49212],[-111171,46816],[-111020,47181],[-108701,41758],[-108051,41750],[-108846,44951],[-107209,43681],[-108254,45919],[-107073,45939],[-106915,47804],[-107652,48494],[-103562,39512],[-102981,41036],[-115162,49384],[-114317,49639],[-113646,50460],[-113125,39101],[-113910,40606],[-113739,612541],[-111944,612464],[-112646,614569],[-109625,614849],[-111324,616681],[-112168,616079],[-110029,616262],[-114541,615841],[-111602,616963],[-104156,64182],[-114432,51987],[-114197,55210],[-115081,59630],[-114526,53359],[-114826,55560],[-113834,59390],[-114543,51948],[-115094,52065],[-114308,52244],[-113986,56062],[-114921,55248],[-114883,60704],[-111012,68622],[-115093,74600],[-107974,76146],[-102903,70584],[-109669,65839],[-109561,72421],[-107198,75310],[-103047,68220],[-107796,77944],[-104741,82332],[-108461,81493],[-112848,77793],[-103804,81912],[-105541,87728],[-103310,82569],[-104217,85019],[-106195,83596],[-106106,84093],[-105433,88710],[-111725,80304],[-104678,79876],[-103321,95524],[-106195,102247],[-109299,98194],[-110491,93977],[-107312,91061],[-107866,101282],[-109170,100820],[-105822,100316],[-102414,90855],[-102800,91496],[-103225,98141],[-111323,96132],[-112736,89938],[-113831,97989],[-114809,98376],[-114072,93983],[-112265,93537],[-114378,90067],[-114812,102138],[-102472,95912],[-106325,100906],[-110937,90879],[-106928,95423],[-111447,104572],[-105263,104644],[-108781,102662],[-114115,114854],[-104109,104745],[-108005,106065],[-106541,111105],[-107841,109629],[-108068,113896],[-113342,114297],[-114792,108652],[-113661,104494],[-112653,104498],[-105335,108140],[-104509,114210],[-111697,103649],[-107415,105696],[-103540,108224],[-102806,107515],[-112526,118931],[-102842,119422],[-103298,115528],[-104327,122016],[-109270,127046],[-112136,119334],[-103334,126468],[-110464,116632],[-109184,120177],[-109026,122737],[-112372,122799],[-111607,124278],[-111725,125673],[-110439,125768],[-110666,127228],[3357,-124832],[858,-118043],[1013,-120494],[3439,-122248],[6041,-126848],[7004,-125550],[9696,-123910],[3710,-118545],[4138,-121670],[3100,-128681],[5022,-129420],[10119,-128305],[7227,-131221],[8304,-148895],[10212,-147833],[8166,-149876],[7613,-153166],[8929,-152195],[11380,-151190],[10851,-152323],[7792,-146051],[5543,-148680],[4549,-149055],[3292,-150088],[1394,-149466],[10867,-154002],[10432,-155131],[5583,-153664],[3309,-153591],[6327,-154553],[6838,-154412],[10740,-155309],[5639,-154629],[7073,-154964],[12147,-155716],[7448,-154510],[11482,-154106],[8719,-162293],[11001,-164346],[2031,-163138],[9378,-164731],[10817,-160332],[10381,-162562],[11658,-160014],[5140,-157934],[675,-157216],[1849,-158223],[6680,-161585],[5086,-156605],[8377,-156787],[4404,-163026],[11824,-163893],[12792,-159818],[8774,-165727],[11720,-165461],[10093,-159046],[4137,-164831],[962,-158370],[709,-157861],[1816,-158273],[4512,-160253],[9833,-158685],[9169,-157484],[480,-165960],[8118,-164532],[11766,-157522],[11532,-162075],[8505,-159144],[5482,-160664],[2302,-159026],[758,-162132],[4193,-164879],[2376,-157243],[5368,-156410],[7930,-174934],[3916,-177942],[5011,-174149],[9985,-173800],[6277,-170664],[4675,-178063],[3995,-173251],[2414,-169674],[6881,-172830],[8966,-172418],[10175,-167573],[5423,-168708],[9128,-171728],[94,-178396],[7664,-173083],[7448,-168715],[5614,-171911],[9141,-173965],[4311,-169632],[9546,-171104],[1672,-170718],[-69,-169732],[4233,-172645],[10099,-171222],[8411,-169852],[8940,-174278],[7314,-172802],[5129,-178518],[6160,-167285],[6997,-171824],[7818,-174938],[5044,-179607],[3948,-179374],[3957,-180046],[3808,-179204],[7506,-181336],[3601,-184642],[2486,-187240],[280,-185470],[7888,-184594],[6711,-184982],[8286,-185695],[9521,-186672],[10206,-186600],[7100,-180791],[7251,-189425],[9117,-188308],[11185,-189532],[9611,-191062],[6193,-189482],[12144,-191790],[3820,-186060],[2673,-187241],[2804,-185744],[8328,-184540],[8168,-185619],[234,-186490],[10097,-186982],[3570,-185263],[8509,-181560],[5496,-185991],[7614,-181165],[6880,-181576],[2827,-187826],[8062,-184574],[7000,-185373],[7946,-180862],[8243,-185534],[7854,-181933],[7381,-180985],[8137,-188483],[3255,-186900],[9246,-189660],[9756,-191368],[3012,-185700],[4510,-186545],[6748,-184649],[6731,-193630],[149,-195044],[2007,-196720],[6594,-195238],[11871,-201021],[7079,-193602],[6591,-194889],[4048,-204535],[7228,-203262],[12166,-201105],[10650,-203701],[6995,-203444],[7,-193957],[11103,-210515],[11635,-214263],[2203,-208756],[5605,-205422],[6436,-208496],[981,-24508],[4719,-24968],[8938,-23777],[9408,-21720],[7212,-22675],[7467,-35984],[7239,-37689],[6758,-35836],[8816,-38116],[9072,-46838],[7143,-46040],[3872,-47073],[3730,-47154],[9576,-46217],[7861,-46499],[10780,-46937],[6491,-44642],[3424,-44753],[9798,-46683],[8742,-84313],[6952,-82760],[6248,-82042],[5995,-81832],[1349,-81909],[2649,-83283],[7705,-87372],[9248,-88634],[4362,-84452],[2976,-83122],[651,-81144],[2357,-78981],[3338,-80298],[4570,-81221],[11711,-91600],[11562,-91088],[10720,-90318],[11687,-92647],[11291,-95139],[10598,-97343],[11407,-94200],[1802,-108721],[7072,-106765],[315,-111527],[398,-108897],[4266,-109699],[6553,-112115],[11195,-111766],[10815,-108084],[10677,-106367],[10082,-104079],[4290,-108219],[5669,-107215],[8875,133628],[10000,140839],[8358,133854],[9339,140291],[7515,145901],[6164,143776],[1819,144242],[2869,143385],[9654,147296],[5615,145616],[5486,143089],[934,142457],[10942,141046],[7616,164409],[7515,166801],[7677,169495],[7057,168306],[5852,167389],[6547,169581],[12010,20870],[12374,17903],[12179,20460],[7790,291491],[12431,283077],[4817,291254],[6666,293726],[12382,286387],[10773,287851],[2881,291990],[12701,286809],[5093,293502],[11522,289351],[10025,283526],[8553,289834],[9043,287708],[8881,293547],[12400,290142],[3953,295774],[4034,295780],[3812,295188],[6267,301050],[12489,29636],[12142,30338],[405,28477],[6640,26883],[3067,32262],[9866,31973],[6027,26341],[1698,31261],[2510,31258],[4492,29211],[8554,512544],[8818,513358],[8064,597230],[5084,601492],[9037,596578],[10051,600951],[7481,600783],[9595,600152],[4727,605390],[2406,608093],[3353,605212],[1534,612854],[5370,611818],[8733,610024],[10706,605813],[12050,604978],[2120,606514],[7480,612514],[7852,608661],[2486,608359],[1030,612106],[1237,616397],[3361,615823],[3193,615464],[3693,62246],[6233,66169],[12565,68936],[10817,118550],[7558,121760],[1280168,547913],[1285313,550932],[1281446,551168],[1280843,556513],[128263,-124668],[130668,-122839],[135331,-125757],[134319,-125960],[129556,-123784],[135875,-122174],[130819,-125044],[140358,-126207],[132904,-127095],[135309,-126275],[131062,-127533],[130652,-123416],[132408,-122095],[136536,-122124],[139172,-121398],[139909,-125174],[128067,-124931],[138737,-123002],[139375,-124647],[128128,-124278],[140215,-123521],[139311,-124661],[138970,-121778],[139720,-125808],[128375,-123842],[130183,-128385],[128475,-128944],[128409,-128659],[132710,-136652],[136394,-136770],[137694,-138412],[136930,-128838],[128767,-138880],[133033,-136950],[137180,-136965],[134992,-129558],[137150,-128773],[128290,-140040],[133446,-138332],[134749,-137303],[136166,-137772],[136710,-129858],[133891,-137805],[135083,-137130],[136277,-138018],[135722,-131356],[136272,-130056],[128762,-140093],[128175,-140718],[134849,-163579],[130608,-162725],[133554,-162483],[131558,-163911],[133218,-162487],[130975,-161711],[132559,-168367],[130955,-168422],[133598,-168609],[131431,-191318],[133541,-184532],[132782,-186578],[132840,-190748],[134115,-190261],[129834,-185100],[136292,-185601],[132599,-187390],[134331,-184288],[130520,-190891],[133560,-189506],[138533,-191631],[135195,-186478],[135199,-184681],[132747,-186512],[134249,-187955],[129293,-180317],[131689,-182190],[129631,-203006],[136467,-199464],[133504,-192361],[128157,-202671],[133633,-191835],[136670,-199782],[128120,-210229],[136891,-242944],[134214,-242581],[136558,-242863],[136275,-11506],[135859,-9335],[137414,-7995],[136344,-6050],[138110,-9633],[138465,-11315],[136976,-12478],[130532,-231],[128712,-203],[128574,-743],[134596,-8102],[132190,-6404],[128216,-10800],[129858,-12092],[128602,-9071],[139786,-247780],[131267,-245582],[132549,-245381],[131437,-245686],[131967,-245825],[131850,-258127],[134720,-257013],[128043,-261270],[129978,-256429],[132144,-259378],[131509,-258528],[135346,-302744],[139218,-306248],[129394,-306590],[134872,-308073],[137534,-307013],[133082,-311894],[139878,-312725],[139655,-24969],[137202,-25067],[136500,-20640],[130177,-20335],[132087,-13456],[132049,-23080],[128476,-15778],[128293,-24242],[129648,-13903],[130485,-14777],[129749,-24301],[128024,-13413],[137130,-35028],[133404,-37026],[139307,-26195],[137505,-35236],[138537,-29878],[138846,-25877],[136143,-36376],[139616,-35792],[137738,-28565],[135024,-28550],[129606,-35527],[134016,-36025],[137015,-30269],[129856,-28275],[131507,-34830],[129420,-37898],[134414,-26428],[137129,-46499],[134911,-48143],[131824,-47411],[128591,-47517],[130845,-47857],[129494,-47733],[135259,-48382],[139452,-48036],[138695,-47931],[133638,-48537],[133792,-50135],[136402,-48701],[137537,-48387],[135054,-49590],[140502,-46970],[140130,-46893],[128868,-47870],[139614,-60161],[137250,-58723],[137125,-56472],[137190,-54749],[138228,-60566],[135733,-51062],[137220,-59342],[135494,-54850],[138444,-59862],[139883,-60263],[136878,-54161],[138791,-60422],[137604,-61387],[139240,-59452],[139374,-65507],[139508,-73174],[137687,-73070],[137733,-71699],[134658,-72826],[140126,-74430],[139333,-75406],[140098,-73764],[138635,-71776],[136937,-71749],[134594,-73511],[140757,-74341],[139517,-74114],[140588,-70290],[139395,-72876],[139004,-71857],[136739,-72640],[140023,-74905],[139453,-74606],[135923,-88593],[138290,-88892],[136902,-84869],[133915,-84389],[128987,-85473],[139321,-85804],[140469,-83211],[140383,-79691],[140629,-86747],[136781,-88076],[136442,-84551],[134080,-84996],[133763,-84449],[129693,-84909],[139425,-85451],[137879,-87164],[137937,-85862],[134353,-86196],[131924,-85056],[128328,-85193],[139014,-84957],[134444,-98349],[132532,-99165],[131876,-99718],[135260,-99299],[133876,-99729],[130224,-92688],[137192,-101018],[135658,-100229],[135959,-98151],[137691,-99410],[139438,-101727],[140459,-102148],[139579,-98939],[138604,-98403],[138603,-99651],[140624,-93634],[140650,-94166],[131692,-96764],[133843,-91526],[128342,-93477],[130541,-99807],[132854,-101508],[131755,-98504],[134138,-97383],[133748,-98497],[131751,-99778],[133891,-99416],[134865,-101878],[130230,-92541],[136338,-100613],[136225,-96878],[138556,-101275],[136753,-99876],[139425,-102143],[140540,-99231],[139000,-98628],[140446,-100627],[138476,-100133],[130897,-96660],[133721,-90861],[136728,-90082],[128383,-91841],[132652,-101781],[133354,-97531],[132852,-97830],[131220,-99132],[135434,-99598],[134283,-99176],[135966,-101520],[136153,-99659],[136865,-97167],[137236,-100510],[139358,-101488],[138772,-97572],[139067,-99876],[140782,-93368],[130002,-95040],[134207,-90861],[134774,-89494],[128369,-90407],[128886,-91283],[130658,-92608],[130027,-97893],[139851,-106656],[139403,-107114],[140631,-107476],[131439,-103203],[129388,-102502],[132614,-102317],[132984,-102796],[138344,-102243],[139507,-102257],[140272,-102819],[140080,-106950],[138079,-102223],[138988,-107311],[140706,-108548],[131818,-102222],[129908,-102489],[140359,-107643],[140047,-108032],[132232,-102363],[139673,-106374],[140756,-102868],[134707,-109629],[138746,-110265],[132770,-113897],[134666,-113282],[137288,-109611],[132424,-109529],[132131,-111669],[139903,-110294],[131624,-110979],[134771,7895],[132829,4628],[128130,10147],[132120,6065],[136199,4366],[138717,10210],[135478,11445],[133413,7928],[135635,9837],[138823,8370],[129732,10271],[132699,130000],[130529,133815],[128857,134222],[138498,128436],[140018,128325],[140229,131395],[138586,136314],[132800,133029],[136533,129283],[136842,138389],[137771,134701],[139199,130910],[133229,138862],[136792,137656],[138514,134962],[135062,130418],[137273,144015],[137200,144102],[138961,144041],[135547,144019],[140596,144712],[137529,145327],[134300,145056],[138022,144565],[133855,188969],[136601,188328],[131651,189282],[130654,188164],[138894,188817],[135901,190417],[132721,190227],[132350,187079],[128853,188637],[131174,193030],[129593,192334],[132931,194300],[128632,193185],[133015,22437],[132780,17184],[137838,19105],[136726,15959],[140079,24311],[132538,24104],[134382,21247],[138554,24186],[130243,14382],[136246,16712],[138300,19625],[136222,13874],[131234,22268],[134252,20444],[138918,13829],[138121,16846],[136130,14448],[136859,15073],[140655,19367],[136100,18363],[135612,13539],[131407,19911],[132232,16700],[139200,21173],[140528,21662],[136053,13168],[140169,14966],[137262,23716],[130047,283058],[138316,302659],[140474,298302],[136394,302779],[131493,305130],[130039,306955],[139536,305315],[130761,306597],[136150,308498],[138201,312003],[131655,312180],[136622,309974],[135699,311630],[139641,317875],[138896,310224],[131162,331742],[130224,332206],[131066,337231],[129577,333368],[131158,337544],[129648,340594],[131635,338471],[128282,340670],[128880,334674],[129767,339881],[129119,349288],[138962,358142],[128184,351282],[129907,351328],[138824,357645],[137351,358562],[129322,350901],[140438,360476],[136609,358896],[139958,361650],[136858,31651],[140472,32124],[133121,34123],[138495,36084],[140457,31891],[137297,27410],[132214,49219],[140298,42110],[132340,51128],[140762,43263],[132287,51046],[138518,47551],[138647,50162],[140032,46004],[140272,46344],[135165,49363],[136671,48923],[128458,46606],[138289,39033],[136900,39881],[139940,44533],[139154,44529],[137637,42758],[135586,48714],[136395,49750],[135839,50883],[133890,49908],[132201,51010],[140114,39529],[132476,48655],[132426,49012],[135758,47160],[138280,41156],[128251,51779],[132583,56936],[132164,57481],[134487,52853],[135736,52625],[136496,62176],[135329,62219],[129334,61772],[135826,62563],[135702,54844],[135484,57508],[138700,56376],[139096,59250],[136271,63194],[135334,63639],[134819,58530],[132788,54985],[128265,52609],[129353,52304],[128428,56663],[132546,76376],[128288,76135],[130287,65800],[132004,70950],[133298,71063],[135970,70666],[131519,83758],[128260,87334],[132845,84634],[131700,77834],[132988,85688],[132388,87255],[132063,83307],[128800,78881],[131783,81937],[133003,88738],[135406,88963],[137487,87137],[136452,84855],[133019,91812],[136127,102581],[130397,101125],[129069,96646],[133973,93150],[133941,100999],[129682,99758],[135529,101860],[132257,94284],[134934,92279],[139820,101737],[140480,90720],[138034,101277],[138802,90633],[139252,94976],[137103,109527],[137275,113818],[128514,112670],[130387,114438],[135561,111604],[134677,111724],[137129,105297],[138656,114529],[135536,111967],[132175,104514],[136091,107427],[139663,113198],[133234,114728],[140621,114717],[128516,105289],[137476,102671],[128743,107854],[138071,115773],[136679,120836],[137605,126957],[138983,125228],[137754,125551],[133551,127816],[138615,122224],[135277,123694],[139415,118760],[139611,124910],[135176,125009],[137320,115531],[134783,120974],[136309,123096],[139037,121818],[137861,126517],[136557,120482],[135638,120749],[131394,124244],[131328,121641],[128423,121409],[130848,117211],[128883,116685],[131242,124024],[131264,117890],[132082,126786],[129203,117367],[128908,117860],[128232,121148],[131057,127140],[130666,121916],[129368,117406],[151255,-117558],[152985,-116625],[151396,-125391],[144869,-121347],[144823,-124489],[143936,-122970],[146285,-124413],[153289,-116681],[143953,-127609],[152858,-124623],[143311,-121856],[145443,-122812],[144721,-125035],[147392,-132858],[143116,-128761],[146501,-133000],[144225,-127833],[142109,-128539],[146537,-140291],[146331,-140344],[142003,-130553],[142660,-130926],[148233,-137425],[146171,-139025],[147107,-137277],[147905,-137355],[145985,-142885],[147677,-150143],[148805,-150846],[146037,-141392],[145912,-142557],[142874,-158311],[153196,-159366],[152741,-157014],[141215,-157435],[142418,-155658],[150609,-155326],[152228,-158095],[142464,-161741],[142635,-160433],[149452,-155625],[152755,-157935],[152091,-159518],[154339,-161172],[151031,-163510],[141376,-160926],[141348,-157028],[141907,-160186],[143931,-178666],[147081,-177933],[144046,-177564],[143978,-177750],[153150,-167582],[146566,-190866],[146063,-185259],[144427,-188003],[144503,-180191],[147224,-180926],[145729,-179435],[145060,-187873],[148180,-184445],[149171,-185158],[148061,-179896],[147581,-180329],[144857,-185745],[148572,-190158],[144360,-187835],[147380,-179737],[146210,-184181],[145751,-183447],[142480,-198195],[146131,-193315],[145894,-194105],[146745,-194925],[149538,-5759],[150862,-6338],[152477,-7297],[152399,-9548],[149625,-2115],[144042,-3395],[151636,-306468],[147009,-296391],[142893,-304226],[149223,-301641],[148468,-304743],[143328,-299688],[150794,-299420],[141530,-313036],[143337,-316121],[141014,-317516],[145428,-323953],[140808,-324669],[146839,-325230],[141536,-323435],[148835,-25316],[149851,-23983],[148405,-22656],[151307,-23584],[152120,-21249],[149638,-25765],[142154,-36815],[149661,-25662],[148217,-28375],[150215,-26586],[147503,-32356],[146143,-29147],[144833,-28642],[151417,-32999],[150811,-34765],[151269,-35844],[144586,-31728],[144399,-32760],[149702,-38121],[150067,-29081],[146691,-30046],[147820,-27779],[146891,-28637],[147824,-26996],[150754,-26860],[150603,-26505],[150316,-28839],[147782,-27243],[151568,-27558],[149469,-29474],[150562,-38192],[151631,-37507],[152146,-37016],[145126,-50841],[151183,-38680],[146496,-63647],[145953,-51542],[152896,-54330],[151870,-54459],[142535,-57181],[144939,-55580],[146596,-62215],[146781,-59232],[145083,-56742],[148759,-54044],[146710,-51983],[152960,-55534],[152008,-54191],[153370,-61250],[142953,-58265],[143545,-55788],[147444,-61943],[144535,-57858],[145236,-52766],[151149,-53014],[153428,-63724],[152552,-63073],[142824,-56855],[143467,-55821],[143821,-57085],[147591,-52474],[149588,-57564],[149857,-58919],[150243,-60494],[145589,-69611],[145403,-65804],[143057,-70751],[142504,-66295],[150217,-76588],[150227,-76041],[147187,-75292],[145791,-75663],[141369,-73469],[148562,-70703],[153332,-76277],[152256,-72584],[151174,-76055],[141558,-76478],[149618,-75710],[146745,-75837],[142443,-73294],[141434,-70372],[150183,-66026],[152612,-69389],[151431,-75363],[141002,-76409],[150042,-75714],[146883,-75249],[146627,-74675],[141689,-73727],[141597,-69991],[150377,-74363],[143808,-73589],[147413,-80233],[148017,-82016],[151621,-82902],[151841,-84334],[149426,-79561],[149914,-78776],[151596,-88363],[152439,-85785],[152123,-86765],[146671,-77613],[152816,-77477],[151541,-85836],[152508,-82214],[141063,-85123],[146507,-77402],[150933,-80530],[147051,-81353],[144252,-82569],[147601,-77817],[147396,-82076],[150515,-84558],[145552,-78230],[152436,-88737],[153367,-87410],[141487,-84490],[146687,-77736],[148349,-77783],[151958,-84321],[152840,-84704],[141035,-82298],[144109,-81078],[152245,-89003],[153425,-88676],[153012,-86202],[146884,-77216],[147245,-78120],[153498,-77202],[152596,-85088],[153338,-85036],[151736,-79463],[142059,-100163],[141888,-96217],[143839,-96234],[145695,-97926],[145890,-96415],[147141,-96825],[144388,-96640],[145976,-98465],[144822,-97738],[143013,-98840],[143927,-101025],[141466,-100886],[141992,-101914],[147956,-101693],[147867,-100053],[146691,-101933],[146301,-98520],[146975,-99326],[146588,-101421],[145782,-99639],[149762,-98975],[148057,-98562],[151127,-99062],[150595,-100179],[149822,-95625],[149625,-94859],[150277,-95169],[149232,-93531],[148457,-96393],[149467,-91379],[147379,-95062],[148386,-93860],[148740,-91898],[148066,-93552],[146312,-95121],[151015,-92120],[151603,-91691],[152984,-99343],[147885,-101064],[142118,-100511],[141699,-99072],[142380,-97132],[141976,-96560],[143454,-95661],[145300,-97160],[146972,-96439],[145181,-95769],[146053,-98265],[144594,-97373],[142842,-97837],[143600,-101031],[141255,-101094],[152123,-89899],[145413,-101233],[146690,-98655],[141676,-95535],[141577,-93875],[146188,-99070],[152024,-93022],[151135,-90615],[151744,-93017],[151089,-92910],[149938,-95383],[150734,-94872],[149793,-94213],[147185,-96173],[149443,-90264],[149413,-91727],[147439,-94600],[147783,-92575],[148005,-92839],[146412,-94900],[142722,-100315],[141699,-98873],[140913,-98786],[142243,-96394],[146946,-97225],[144980,-96239],[145039,-97078],[143016,-99327],[144721,-100946],[142387,-101752],[148173,-100278],[145967,-101228],[146218,-98610],[146862,-99834],[146394,-101661],[146005,-99610],[148427,-99878],[151142,-98892],[150163,-101285],[151129,-94890],[148643,-93224],[148218,-96004],[149403,-89764],[148837,-92040],[148835,-95349],[147670,-94315],[147766,-92294],[148015,-92736],[145131,-95784],[141706,-94792],[152882,-91160],[152178,-92857],[151167,-92552],[151398,-90466],[152729,-99530],[152710,-100149],[141088,-102828],[142799,-102858],[143650,-106589],[144496,-102284],[144190,-108494],[141730,-105939],[142106,-107942],[141260,-105916],[144571,-107011],[141921,-102757],[143280,-102922],[144608,-103631],[142925,-105473],[143014,-107246],[144209,-105403],[141314,-108486],[140819,-108759],[144162,-107922],[143639,-108479],[141357,-106852],[144198,-107285],[144627,-103032],[143125,-104472],[142506,-105807],[142086,-107479],[142859,-109390],[143397,-106679],[141735,-108150],[144342,-102542],[147621,-102263],[142669,-109941],[144936,-111088],[145096,-112551],[151719,-114754],[149551,-107430],[143443,-110594],[144403,-111304],[146108,-111143],[152788,-114086],[147347,-111570],[148668,-110627],[151902,11381],[151045,9376],[146174,7514],[147469,10699],[150577,7968],[147660,1724],[146594,5076],[147262,6315],[144757,1454],[141343,9841],[143442,9805],[143955,11121],[152226,12278],[148497,11729],[152568,7282],[150659,12924],[148119,129647],[152128,129723],[147214,137516],[145668,133149],[144334,129334],[144554,140230],[143567,139277],[142655,140752],[141562,128762],[143297,139333],[150036,130660],[147766,133895],[141851,130193],[147995,128730],[151273,138637],[149951,136815],[143762,135431],[145795,139157],[143494,140603],[146239,128215],[145455,128983],[143499,134206],[145328,136931],[144031,129104],[146214,130418],[145137,137244],[144104,140586],[152779,133138],[152991,133768],[147440,133702],[149367,142708],[143156,141253],[149182,142283],[146603,142380],[149418,141789],[151673,146313],[141913,24788],[143901,24496],[141981,20807],[144657,20466],[151218,14145],[146325,19950],[152794,15930],[142874,15306],[151149,24970],[143598,24047],[144055,20200],[141256,22235],[146262,13894],[144650,24331],[147722,18814],[151772,15890],[145792,22750],[151226,16006],[148215,23734],[144553,301588],[146090,319436],[142119,332667],[143702,325566],[146227,331850],[145514,323786],[145171,325463],[148438,325187],[151565,321223],[153500,331657],[147450,325574],[149986,322975],[146352,332570],[145761,321757],[150622,334338],[145241,337244],[146242,334350],[151390,333202],[143238,334379],[144930,335144],[145594,362480],[153110,363932],[144347,361474],[147538,363625],[151460,363711],[148796,361277],[143157,361453],[147033,364665],[149598,362532],[151301,361261],[153358,362326],[143845,363697],[151366,363191],[150741,26330],[141198,26792],[143683,30926],[143998,29770],[142736,27936],[146984,33890],[145109,26919],[148954,27115],[147656,30744],[141948,28197],[145759,26270],[147321,33066],[145313,32733],[146485,29582],[143537,28857],[145337,33987],[144000,31872],[140836,43333],[143630,40790],[145220,45370],[147075,38622],[144388,48134],[145147,50431],[141512,43514],[142411,39470],[144060,49249],[143291,38671],[147490,39142],[141050,46997],[147601,43659],[147545,60859],[142785,54763],[141947,54697],[145569,63059],[150764,57935],[150174,63717],[148958,52989],[152596,58898],[140955,71316],[147679,65141],[148929,72735],[143422,68958],[153342,73650],[153281,66598],[152503,73904],[150007,77569],[140973,87951],[150338,87123],[148319,85524],[153072,84947],[151891,88670],[149216,80576],[151559,86768],[151479,101333],[142333,102058],[149786,97462],[147410,101845],[152242,99602],[151895,100566],[143824,101847],[150963,98890],[152166,93750],[152293,95993],[148557,101511],[146520,96231],[145750,102448],[142295,94898],[151409,101870],[152122,93825],[146409,97584],[143279,95807],[144927,113228],[146597,114342],[148242,115260],[141676,114402],[146554,110809],[147600,109111],[151510,114958],[144597,113654],[147637,115016],[145917,112934],[146867,113531],[144603,112361],[141954,114078],[145873,104649],[152083,104990],[145363,103339],[152624,104247],[148910,105177],[146393,104394],[145897,105190],[152517,104054],[146134,104633],[150621,107549],[149527,103417],[146661,103622],[152096,105439],[150355,121956],[144627,128002],[151938,125675],[153252,118333],[152515,118388],[152678,117966],[153298,117617],[152359,120353],[152954,120259],[153579,121006],[143399,115454],[147823,116061],[147020,118272],[149319,119270],[150243,116820],[150567,117425],[152022,120757],[150149,125180],[143668,124158],[145969,120626],[141279,116402],[150920,120921],[141356,123442],[143415,115761],[147402,118922],[149920,116334],[150834,117046],[145405,117951],[141408,125457],[150598,127950],[151593,117045],[142899,115975],[146632,117670],[148587,119089],[149149,116965],[151370,117095],[151489,119689],[144814,126923],[149922,124733],[147605,125072],[145633,125698],[142357,122122],[142136,119851],[149023,126007],[148153,120862],[164962,-122568],[153683,-119901],[157923,-118864],[154785,-122492],[164468,-116509],[160791,-126836],[162475,-128754],[157607,-115329],[154742,-124888],[155919,-124891],[156839,-127664],[154490,-124775],[155265,-115848],[159866,-126561],[161750,-122157],[159291,-122814],[159033,-119613],[166393,-137203],[164605,-137775],[165383,-139624],[159571,-132191],[161925,-129767],[156845,-133282],[157713,-136756],[166140,-137460],[157749,-131545],[160072,-135165],[156869,-133748],[157988,-140306],[166104,-137145],[161439,-132665],[165408,-141690],[162813,-153947],[164969,-166191],[162334,-154697],[163887,-157944],[164057,-158304],[153724,-155310],[153646,-159812],[158657,-164539],[156940,-165651],[158013,-165873],[153821,-158245],[156110,-160633],[157156,-164656],[158580,-165191],[159001,-164375],[160414,-165944],[157422,-159047],[156533,-162523],[155412,-164512],[164780,-168154],[165121,-170133],[165266,-170864],[162156,-170883],[158018,-171663],[161587,-173714],[162705,-175989],[154461,-169680],[161356,-167918],[161618,-172050],[156391,-172206],[162673,-167417],[163813,-168134],[158284,-172936],[159131,-172154],[162602,-178128],[156887,-184353],[157522,-185759],[165212,-185673],[160584,-179670],[161097,-179695],[162333,-190306],[161091,-195316],[163149,-195335],[165741,-200351],[164601,-200777],[161044,-195579],[158876,-198042],[165601,-203013],[157618,-9660],[160499,-11449],[163017,-3772],[157866,-255580],[157996,-257494],[161619,-13580],[159496,-20110],[163279,-21500],[164756,-32610],[164934,-27376],[157532,-28469],[162545,-32941],[154282,-37716],[162840,-50340],[164058,-50976],[161722,-49625],[154773,-38761],[165702,-55694],[163093,-52565],[165641,-53518],[161268,-53945],[161637,-51700],[156506,-51169],[165771,-55232],[154594,-51134],[165074,-63592],[165433,-60132],[162084,-57974],[163926,-60081],[163032,-63763],[161911,-60715],[160603,-60273],[156051,-56897],[157258,-62064],[157974,-58075],[160276,-58416],[159248,-62403],[155782,-55554],[160689,-60738],[156514,-62771],[157654,-60579],[158054,-58590],[156287,-62616],[154221,-52446],[156796,-56345],[159562,-62246],[157834,-57634],[165800,-57899],[161601,-55167],[161218,-72581],[161041,-76590],[160478,-73772],[156536,-64920],[163577,-64869],[154857,-67729],[155156,-72209],[155702,-66285],[154457,-75370],[157038,-65879],[158690,-65735],[161390,-66292],[157631,-69419],[161206,-70751],[158643,-74459],[156735,-75129],[159717,-64118],[154863,-65118],[156276,-67719],[162170,-64139],[158752,-64838],[162951,-67318],[157413,-69583],[156712,-75576],[155542,-75872],[154850,-71358],[157486,-66694],[157818,-64076],[161606,-67541],[159730,-68613],[160746,-73961],[157632,-76098],[165991,-78739],[165359,-85234],[156260,-84740],[161494,-88233],[153960,-88960],[154169,-78170],[163455,-87704],[158443,-86637],[161153,-86609],[155171,-82668],[157194,-76766],[158807,-77214],[159341,-79612],[161932,-77452],[163979,-80543],[162750,-82370],[160486,-82994],[154186,-87011],[160587,-84328],[155436,-85050],[158707,-86840],[159425,-88938],[159853,-76665],[162329,-86456],[154187,-85187],[154225,-83070],[156196,-77469],[163074,-83042],[156526,-85659],[154724,-85603],[153950,-88087],[155167,-87907],[166031,-88925],[161334,-78745],[162600,-85802],[154637,-82353],[156196,-77806],[162090,-90184],[161990,-101546],[160817,-101704],[164614,-92210],[162186,-92844],[157867,-90131],[164921,-101308],[162693,-100316],[160404,-101431],[164463,-92513],[159893,-90305],[166352,-92618],[162281,-89335],[166194,-97373],[165596,-100897],[162505,-99736],[159373,-90869],[164553,-92362],[157549,-98997],[155804,-98738],[154815,-99611],[156821,-100412],[156092,-100742],[154540,-98181],[157223,-99491],[155425,-99866],[157037,-100284],[156284,-101099],[157813,-100465],[154007,-97541],[153899,-100342],[156253,-99258],[157600,-99333],[165740,-112640],[165050,-106070],[161455,-102623],[165717,-105965],[165672,-105278],[160318,-102254],[160756,-102831],[166262,-111949],[164915,-106533],[160426,-102440],[160289,-114599],[157584,-102726],[163657,-114293],[161316,-109024],[159404,-112550],[160522,-112378],[155148,-114479],[155649,-112481],[160190,-114834],[158171,-112857],[161048,-108191],[161478,-112417],[159074,-111697],[161010,-111875],[164034,-110884],[160902,-108725],[156140,8295],[158245,7205],[159311,1916],[161663,7401],[160337,129509],[157637,139120],[161535,137630],[163086,131111],[163581,131149],[161212,129759],[158964,129960],[156442,139015],[157589,138910],[163954,129288],[164759,129589],[164813,134271],[161071,129208],[156660,139471],[165567,136503],[158725,129481],[158632,130219],[158949,140359],[166198,136843],[165664,129692],[163583,131353],[165400,145862],[158803,146897],[158613,145751],[164109,146774],[158859,147112],[161752,146535],[159257,145936],[163488,145772],[159280,141616],[159684,145817],[163013,145001],[153878,146011],[154099,22972],[159369,21299],[162278,16614],[166311,20311],[158200,23946],[155809,22234],[156770,16489],[155106,13103],[161360,19335],[162566,15669],[154550,17584],[165585,264880],[163400,287566],[161703,288252],[162484,285686],[162634,286905],[160146,317274],[161287,313050],[158346,319896],[165041,316813],[159850,316854],[164345,314462],[156440,326023],[160111,320741],[161074,330967],[165161,323225],[160334,326389],[157202,332556],[155590,325754],[162120,328497],[161035,320285],[158243,320845],[160445,325467],[154548,327994],[158440,328440],[154247,329554],[161924,330485],[153629,323784],[160236,328896],[159818,320919],[158961,322310],[160004,325634],[154998,328078],[157305,328151],[157987,332880],[157369,325148],[162867,331741],[164511,330319],[164532,321983],[158892,328188],[159509,332561],[154910,330753],[156662,335313],[162699,335141],[156893,338022],[160663,334876],[154460,335943],[163238,336032],[157037,334903],[160338,333643],[161420,334643],[162632,333763],[161010,356621],[161630,356647],[160700,357482],[160699,357250],[164286,354115],[163599,361252],[160704,359564],[158971,365195],[161124,366880],[161208,359426],[166171,358903],[155335,362058],[158070,367959],[160570,359141],[164848,359435],[164598,361871],[154437,361598],[158584,367005],[165288,360325],[157128,364612],[161373,366405],[153876,26477],[162375,29594],[164474,26923],[156110,26630],[156469,27069],[161211,38958],[164746,51032],[160819,76238],[165242,68201],[157351,73936],[162952,76234],[161240,76150],[158934,68854],[155620,76368],[154441,73062],[158858,88552],[159171,88586],[157493,88519],[160968,83347],[165682,83330],[160284,81724],[160726,84391],[159532,80356],[164126,82505],[165553,84747],[154361,86852],[161385,81434],[159642,82804],[164423,83102],[162703,81912],[155067,80214],[164392,82096],[153776,78519],[156677,99521],[165645,100290],[159300,99754],[160268,99956],[165818,95942],[155048,101383],[159395,97801],[157575,93668],[163715,96075],[162816,100378],[165967,101175],[158735,101662],[166002,96246],[155283,102271],[158843,98199],[161815,96016],[155503,99864],[161674,100364],[165135,100780],[160104,99649],[161249,96870],[158681,95817],[156955,99900],[162800,95365],[162877,99963],[162750,91685],[165476,99424],[160279,100908],[160433,100743],[159773,96028],[155671,99242],[162679,94620],[164458,101802],[164676,91388],[157404,92703],[154045,100114],[166372,108470],[164128,108126],[163595,112152],[164175,108847],[162153,108060],[163294,107321],[164224,109469],[163229,114377],[163761,110165],[163467,113873],[165893,109234],[164971,114303],[163348,115392],[155351,105402],[157478,103652],[163496,103476],[156135,110132],[158632,108726],[157910,104537],[160032,105244],[155185,107440],[156891,103932],[153740,103184],[163546,104247],[164852,104700],[157379,108227],[160491,107356],[159056,104821],[160817,103515],[155606,108349],[154099,104642],[157233,104610],[164210,103621],[157188,108783],[160270,108226],[158163,103639],[162277,104042],[153755,109000],[156718,105878],[153601,105192],[156290,102936],[154169,102947],[162454,102905],[165031,105293],[158312,109216],[160123,106262],[158937,103870],[162555,104605],[153868,109527],[156809,106013],[156626,106178],[157137,107201],[154839,122013],[154214,120866],[154067,122698],[157386,116095],[163481,115653],[153701,128034],[156641,126364],[158055,125464],[161087,121766],[161347,124874],[162868,121242],[156072,122266],[161911,116648],[156460,117448],[163643,116158],[154714,120360],[159522,120653],[153759,117740],[154600,117754],[154317,118279],[155419,118708],[154017,121103],[166131,117742],[162122,116958],[163559,122788],[153904,124786],[157979,121877],[156434,117769],[164980,116557],[154254,127604],[163324,120300],[154660,122435],[156760,121365],[159844,120780],[159361,120165],[157266,117221],[156981,125322],[157339,124932],[160935,125592],[154083,128111],[165382,117933],[161849,117217],[164834,122676],[173124,-118184],[174808,-118339],[175909,-126448],[178109,-120957],[168806,-127288],[177532,-117862],[177176,-133890],[176316,-130151],[175179,-133391],[177186,-129788],[176472,-134018],[176711,-131678],[166675,-134379],[168004,-127891],[168992,-129176],[174741,-131575],[173329,-128494],[174055,-129184],[173981,-132614],[170002,-130944],[171708,-131172],[175501,-130367],[172330,-132880],[170335,-128582],[172001,-130405],[171605,-128871],[170774,-128074],[168456,-130537],[170117,-140253],[173808,-130064],[174174,-132596],[173515,-134024],[177051,-140912],[175885,-145168],[176288,-141645],[175816,-143551],[177453,-142622],[178573,-146287],[166644,-143481],[172022,-149535],[178737,-151500],[178056,-146629],[175628,-142677],[177815,-147840],[175669,-149818],[171505,-148648],[167641,-150755],[175884,-151309],[176492,-146576],[171526,-152120],[167370,-154730],[171257,-157677],[170863,-154837],[176228,-159862],[174408,-161611],[174954,-160583],[175492,-159694],[172051,-162635],[174297,-162838],[173976,-165626],[177984,-157615],[178573,-159032],[171387,-166016],[175621,-164996],[170553,-158514],[173367,-156446],[168967,-157292],[166759,-154711],[170838,-156633],[169438,-163655],[173666,-154062],[169156,-167040],[178608,-177216],[174811,-169633],[177762,-172031],[172103,-166969],[173309,-172750],[172844,-171752],[179166,-175087],[175644,-167917],[173388,-168721],[174358,-167610],[177880,-169946],[169852,-166945],[167866,-171658],[168064,-171423],[178538,-180450],[176538,-180925],[176950,-189915],[178363,-184858],[175050,-185959],[167307,-185756],[174522,-181206],[170771,-179432],[173126,-190180],[177816,-191655],[176937,-190154],[175208,-191654],[176418,-182778],[176354,-182804],[171431,-189499],[169087,-202172],[167242,-200913],[170563,-200055],[168544,-199468],[168878,-201894],[168787,-196714],[176390,-191802],[175559,-191928],[175532,-191813],[178507,-207888],[170212,-5708],[169754,-6327],[177520,-6227],[174148,-5543],[166431,-10222],[175304,-16733],[178065,-20133],[177016,-22830],[175204,-18893],[175636,-24755],[175850,-34923],[177930,-26947],[178863,-34760],[177459,-35654],[173916,-34948],[177720,-29683],[169309,-34755],[173555,-36262],[170096,-34037],[173806,-39206],[175530,-41615],[173291,-43289],[168526,-41289],[174720,-38674],[177833,-46710],[173651,-43076],[175971,-43629],[168036,-39007],[176503,-40733],[171707,-41885],[177916,-41678],[174464,-41308],[167901,-39884],[171638,-42403],[174971,-39512],[174396,-40524],[168639,-39181],[175320,-62466],[169068,-63453],[169948,-62017],[170731,-63535],[166650,-59451],[168636,-63440],[167417,-61372],[166867,-57790],[168389,-63776],[167358,-60742],[166603,-66755],[167751,-75225],[175486,-67668],[178778,-67323],[171560,-69603],[177418,-64286],[167023,-72637],[172554,-65076],[178974,-68215],[171946,-70208],[169464,-70508],[178070,-72025],[174258,-65974],[177936,-68239],[171937,-68513],[178375,-63923],[175801,-80356],[172911,-85269],[176579,-83911],[174027,-86916],[177097,-88252],[167335,-80219],[172932,-77130],[178496,-81064],[177908,-87368],[166909,-84142],[178505,-86135],[176457,-88001],[177376,-80974],[167845,-81407],[175280,-76799],[173190,-87110],[178912,-85552],[175596,-87858],[172036,-87994],[177826,-80388],[166976,-80585],[169940,-79539],[178639,-85905],[168926,-89173],[171465,-82897],[175852,-88868],[173996,-88223],[177976,-82138],[174654,-90034],[168873,-97752],[166432,-92452],[175692,-92684],[167084,-96497],[167218,-94340],[167767,-91454],[171395,-95314],[173523,-97066],[168291,-92209],[166959,-108112],[176983,-109547],[168819,-109557],[167194,-113722],[166821,-113247],[166407,-102729],[167350,10292],[166765,11979],[167651,7929],[171241,130610],[177571,138750],[174024,139971],[167192,133140],[167376,130975],[170802,140818],[177560,140234],[172104,139779],[172028,141205],[178365,149091],[169131,147702],[170545,147820],[175926,148275],[167925,144094],[170717,144381],[177935,149462],[168245,148383],[170846,148501],[174440,149124],[179028,141229],[169736,143851],[173879,146253],[168765,144703],[168410,147926],[172029,149479],[174832,148000],[174188,147175],[176016,145281],[166878,146465],[170694,149311],[174352,148959],[177773,146310],[168169,143475],[176825,145815],[173870,145537],[178438,150328],[167300,146807],[170644,148913],[175050,147652],[166438,20511],[172579,23697],[167298,14566],[167683,18234],[168072,21568],[172246,25539],[173774,307310],[179180,307084],[170947,317867],[175223,307598],[172191,309589],[173982,309523],[174339,311641],[172721,320061],[171557,315777],[176120,309128],[174522,310927],[172580,315953],[168006,317404],[175084,307931],[175346,315543],[173873,320102],[175488,316512],[178853,317966],[177051,316153],[178063,318667],[175953,315842],[174597,325624],[177462,328513],[171175,330200],[171833,321668],[173687,323188],[173657,324816],[174807,328318],[178998,329290],[169915,329479],[168278,321309],[173850,322301],[175844,324511],[174287,323691],[175759,320789],[174652,323659],[178485,325001],[175695,322204],[176031,320920],[178626,326555],[176474,324208],[176659,325069],[178581,357403],[176333,356545],[167673,355673],[175145,353642],[175567,352107],[166972,357784],[174332,353266],[177725,350843],[170150,365130],[172727,358980],[176243,360512],[166631,361765],[169171,366733],[172395,360071],[175783,363024],[171310,28503],[174470,35433],[174713,29898],[167686,30386],[177240,32112],[175357,33997],[172805,34940],[174248,28015],[177849,31113],[172809,36470],[176210,407734],[175848,407525],[168574,44485],[176808,41824],[177773,60529],[172265,65509],[168344,67222],[173067,69114],[168256,73750],[167972,74143],[169043,65512],[174534,76301],[174347,68584],[176393,68469],[167755,86482],[169348,87229],[178828,85464],[167800,89237],[171771,85867],[167060,85222],[173117,89738],[173815,79684],[171993,88197],[168608,83593],[174738,86836],[175587,88319],[171957,86716],[169947,84111],[177294,101935],[171408,101647],[167142,97825],[168047,95097],[167084,91515],[177588,100769],[177886,99320],[169626,101419],[167202,98375],[169930,92075],[171400,93065],[168215,90645],[178175,100224],[177786,101007],[169356,100348],[166464,97168],[168655,101936],[169378,93264],[177058,97419],[177766,91793],[176400,99712],[170850,101077],[173391,99954],[171105,102073],[174054,98273],[166557,90031],[170199,91070],[169951,101989],[166978,95119],[176388,96663],[174601,89835],[169048,98173],[170582,98596],[168256,113308],[174776,103558],[176540,111366],[166847,107894],[168134,110116],[176761,103836],[166416,107897],[170257,109149],[173956,105468],[173296,107508],[173286,105660],[172557,111712],[174445,112580],[168111,111862],[174094,110514],[178804,105052],[175017,107145],[167510,114967],[168500,108907],[171700,115123],[177185,105283],[176631,110899],[166569,107218],[168756,109722],[168366,114814],[172896,115138],[174712,105083],[176453,108359],[167361,109589],[169550,109213],[168856,106382],[168604,108296],[173678,103215],[170874,106085],[167973,103124],[174494,103374],[170289,107613],[169108,105633],[168380,108175],[171993,102644],[170175,106752],[167530,107569],[170510,107633],[166666,107175],[168331,108228],[168744,103822],[175484,102680],[172727,127723],[168519,115630],[177913,125192],[174871,125725],[173225,119900],[172029,116968],[167781,119030],[175213,120740],[173289,121491],[166894,117730],[171161,121233],[176322,120858],[173848,121113],[178981,118798],[170678,121434],[168551,119322],[179080,119307],[173274,121071],[175253,120739],[170577,121323],[189249,-121068],[188948,-117862],[189119,-120671],[185406,-121395],[189168,-122726],[183155,-126006],[186537,-125619],[184802,-126613],[185238,-119857],[189744,-118433],[179353,-116317],[190248,-122574],[187633,-125910],[188486,-126779],[180679,-118548],[186055,-121021],[189323,-120976],[191890,-115556],[187066,-121186],[190188,-127577],[189950,-122866],[191917,-123175],[191362,-127789],[184460,-125939],[183439,-124363],[190171,-125194],[184349,-126451],[191942,-119087],[187176,-119276],[187039,-120461],[184906,-123520],[182021,-121782],[180010,-120811],[182267,-118510],[181359,-128346],[179772,-129375],[190684,-130333],[188229,-133759],[180632,-133471],[185057,-130588],[191577,-131592],[188589,-131106],[185391,-131739],[191198,-133699],[184713,-135379],[185906,-137662],[181539,-138098],[180054,-135026],[186137,-138654],[180252,-140335],[182944,-134272],[180574,-131971],[180063,-130552],[180183,-129345],[182057,-127922],[185895,-133004],[185672,-128016],[185891,-128205],[183106,-131521],[189337,-133535],[184217,-132809],[187838,-139748],[188686,-129482],[179760,-143359],[184112,-143158],[181640,-142901],[179394,-143064],[184757,-141666],[191594,-147727],[188619,-152485],[185481,-144276],[181361,-145508],[179234,-148676],[186339,-151795],[188094,-147081],[186424,-148624],[191038,-148108],[189384,-150713],[180042,-145106],[190612,-153108],[189222,-152430],[188544,-153335],[191489,-153223],[180594,-144600],[189289,-152337],[182910,-151737],[191857,-163596],[191223,-165093],[182244,-163274],[183908,-155710],[185656,-164016],[180010,-155407],[182781,-160560],[186473,-161966],[180276,-159299],[189980,-156758],[185940,-163242],[188992,-163501],[189410,-154648],[180924,-166106],[186306,-153593],[191932,-165685],[187335,-170290],[188611,-168726],[188371,-176100],[190137,-174423],[191907,-177218],[190707,-172538],[188785,-177506],[180002,-171656],[179707,-170016],[183140,-173575],[181842,-174733],[185120,-174588],[180193,-166657],[186528,-177438],[180732,-169590],[180586,-166756],[182431,-184066],[181160,-180802],[183103,-185378],[191827,-179981],[179564,-180149],[186772,-185925],[189444,-186811],[181837,-179140],[188744,-181753],[189405,-183788],[187310,-179777],[185701,-180261],[184329,-185038],[180099,-183490],[184315,-186194],[181614,-184524],[184253,-185096],[184267,-187077],[179449,-184108],[180344,-184303],[179309,-189845],[179245,-185110],[180544,-188312],[180480,-188338],[180729,-186620],[183645,-188033],[179852,-186862],[185349,-201743],[187328,-199054],[184898,-197645],[185144,-197621],[187043,-203936],[185918,-197277],[184516,-201326],[187165,-200727],[186446,-200107],[181450,-196184],[187168,-201527],[191554,-213681],[186736,-205109],[184890,-204604],[183511,-207431],[182784,-207260],[179703,-208723],[179866,-209825],[181354,-212143],[190563,-219544],[185199,-229731],[187409,-227807],[189295,-223790],[188204,-226566],[186054,-231255],[189979,-232238],[188497,-232456],[185167,-11637],[188327,-1863],[180231,-11146],[183786,-2321],[184969,-969],[180365,-1213],[182915,-1324],[183981,-1435],[179541,-13666],[187557,-16457],[191670,-15459],[188797,-13542],[181351,-13029],[179951,-21330],[180206,-24351],[188396,-23075],[189988,-21271],[190758,-29276],[188140,-29433],[182755,-38660],[180477,-31303],[182491,-27936],[189103,-34072],[180340,-28851],[189601,-26663],[190295,-50315],[179256,-39063],[182638,-50059],[185173,-41682],[187753,-42608],[185101,-44443],[190363,-41903],[183375,-49999],[183045,-46455],[179177,-39595],[185807,-45017],[180787,-61160],[185729,-52315],[189957,-54582],[191702,-63017],[180780,-62333],[184737,-76550],[185250,-73551],[185164,-76202],[181497,-70571],[182009,-74800],[179702,-67953],[181877,-71402],[182059,-74567],[180684,-81333],[184555,-79284],[179864,-83303],[189381,-87138],[184033,-79559],[188817,-78301],[186841,-76617],[183176,-85946],[181123,-82512],[183818,-78019],[190084,-97459],[181888,-91186],[187917,-97943],[188284,-91993],[190311,-96885],[185316,-113872],[179346,-110477],[187477,-113646],[189073,-112864],[183743,-108383],[185719,-103030],[189381,-106377],[190050,-108521],[190443,-114970],[187750,-110308],[183150,-107811],[182789,-108211],[186102,-113127],[189228,-113087],[186008,-106063],[183992,-113367],[191519,-102819],[179631,-113928],[190787,-105115],[190730,-112646],[186261,-112343],[183641,-102636],[180551,-112434],[185758,-113839],[188149,-109043],[182321,-104589],[179436,-111971],[188313,1623],[188675,4044],[180559,878],[183020,1846],[183774,1450],[188001,4976],[181155,138691],[183480,139671],[185250,128753],[190024,130540],[185773,136261],[184778,132828],[190341,133682],[190994,130591],[190326,132247],[191700,140386],[189687,139551],[184622,139107],[185128,140909],[189635,138385],[186190,135289],[184736,133959],[181362,149411],[180153,146055],[181083,150499],[188242,151601],[180739,141922],[181880,146136],[181715,150036],[188060,150879],[190227,141248],[181103,146048],[182227,150274],[188165,150834],[182137,151021],[187765,149969],[180379,20120],[183220,22640],[183995,21445],[188081,16572],[185010,24280],[191672,23867],[188218,288058],[188081,294543],[187327,283585],[188072,290130],[185121,291009],[188298,285098],[184658,286605],[185362,286995],[185550,289536],[188504,296346],[191375,300118],[183750,298212],[191759,297935],[189776,295709],[191297,297349],[187099,300463],[182174,299296],[187800,295280],[191813,298213],[187421,294893],[185769,307293],[184317,305654],[181821,304099],[190009,305670],[186407,306429],[181760,306918],[181429,305423],[179954,306889],[180596,308622],[189114,311401],[189323,307823],[180717,308178],[186701,312965],[187756,317314],[188945,307571],[189485,308557],[186542,311258],[189157,317704],[186402,311539],[190275,316362],[180683,315492],[184358,317926],[182070,318959],[182641,316268],[179779,315872],[184278,316901],[183335,317555],[188158,323214],[191492,330008],[185421,330931],[187302,323339],[191784,329638],[185745,330032],[188078,321712],[186714,330154],[181670,332479],[191611,322902],[185173,328852],[189397,322152],[186334,328819],[186847,329947],[181764,331616],[189623,330049],[191587,322363],[184718,327233],[183234,325750],[180902,321943],[186714,320643],[183152,324494],[183796,323542],[182661,320704],[180944,328756],[183922,324999],[180279,324046],[185279,325599],[181877,323157],[181102,327563],[179375,327624],[190215,344127],[185767,345773],[191537,341921],[182861,339145],[182638,335159],[186616,335780],[189340,344293],[181797,340115],[187432,334092],[185475,333749],[190159,335415],[188678,338588],[183962,341330],[181939,336386],[189337,343598],[185366,344814],[191400,340002],[184854,339442],[182545,336460],[187878,335457],[188706,344237],[181880,338436],[187274,336087],[187842,338784],[185161,340567],[182663,337906],[187341,334451],[189515,350556],[191373,352879],[185537,356074],[186685,355151],[188286,352396],[183532,352110],[186396,355361],[191350,352482],[191926,349712],[189103,349613],[180264,350324],[184367,349978],[185187,351120],[180919,350489],[181009,350877],[187081,350189],[185086,347582],[184183,350020],[183153,347323],[184680,36499],[188935,37947],[188550,34068],[182597,28162],[184710,32790],[181456,33351],[185755,29791],[189854,30137],[190276,36934],[186408,31001],[179584,32833],[188631,30119],[182098,396611],[185076,396543],[190763,395203],[188639,395777],[188807,396136],[182785,396672],[184422,396552],[191355,399533],[184336,412603],[185036,412685],[182877,412182],[182204,412683],[182963,415022],[183485,413223],[184342,412063],[182993,412695],[188482,496733],[186647,495647],[189466,504237],[188177,507880],[183002,42173],[181715,39603],[185528,50081],[182498,51083],[189790,39250],[189372,41503],[191724,42391],[186296,39416],[191684,40280],[188021,51331],[181704,40953],[190584,52855],[190308,58188],[188063,62397],[190252,61201],[189974,59405],[180054,52175],[179471,55405],[182549,60978],[185036,58424],[183067,53447],[184764,53367],[181395,55143],[185224,59159],[184736,62264],[191235,65075],[191679,64894],[188409,66999],[187511,69305],[188374,69900],[186651,76128],[182094,73077],[184700,74027],[182396,65091],[181601,68584],[184730,70541],[187695,74081],[185419,68065],[183244,87302],[182429,86837],[186392,88604],[184394,82255],[182306,80078],[182487,81670],[181951,83568],[186597,79977],[186315,84011],[180020,84371],[187468,81895],[187980,96282],[186233,98489],[185568,98926],[185539,100852],[183399,99603],[185300,95302],[188113,96771],[186270,97662],[185569,99163],[185345,100247],[191064,92343],[191783,99269],[187118,102057],[189261,91506],[182838,97503],[185236,97104],[182908,98728],[191407,92949],[184707,97549],[183749,93944],[187869,91440],[183420,95202],[188823,95824],[186098,99106],[187346,98205],[185228,101310],[181609,100502],[179748,96194],[179824,99530],[184575,92192],[182594,93600],[182166,91770],[181107,99172],[181484,114791],[185231,103495],[181319,111516],[182699,108012],[182656,109149],[184095,106170],[179832,110841],[191469,107341],[184624,111189],[185401,111709],[191497,103133],[187240,109847],[186832,103288],[179873,103756],[180308,106394],[181743,105233],[184046,108472],[180523,106416],[181322,114867],[184979,103526],[184588,105724],[183272,110085],[182900,111509],[181197,114689],[182824,108979],[184734,105899],[182180,111764],[184893,102878],[185611,122269],[186362,121692],[180222,116089],[184355,117178],[179988,117013],[190612,119313],[186130,121490],[187618,118418],[182320,127318],[190988,123258],[186416,127836],[180307,126083],[184572,116286],[190838,118077],[185291,123284],[184685,120746],[180721,116406],[185586,116796],[194790,-121694],[199310,-119151],[201772,-126021],[199062,-121855],[197419,-116797],[201260,-115048],[202404,-118624],[202009,-122020],[198518,-119311],[198563,-127153],[193116,-116925],[195154,-124201],[195342,-116134],[195469,-117336],[202511,-117046],[199083,-127144],[194726,-115149],[195669,-119916],[197272,-122285],[193628,-123057],[194386,-126496],[194055,-120203],[192535,-126380],[195453,-117070],[201291,-116129],[203109,-117194],[196812,-117771],[200302,-122930],[197922,-115525],[193950,-118672],[194838,-125106],[196508,-120977],[196935,-121603],[196968,-116534],[192774,-115104],[192835,-123376],[192033,-119008],[201291,-115289],[193832,-117703],[194299,-120319],[194801,-127188],[194586,-125304],[199853,-131071],[195786,-128974],[197697,-130676],[193511,-132329],[198616,-135402],[192648,-133841],[193472,-130555],[198969,-135505],[201143,-134094],[194849,-140554],[203937,-139724],[203075,-138323],[200945,-132538],[199277,-135286],[194562,-130716],[195772,-135657],[194017,-127959],[201088,-153220],[203212,-149853],[193286,-147128],[194087,-142737],[197472,-153362],[194907,-147781],[192519,-152763],[192290,-152206],[194263,-150533],[202596,-145103],[201400,-142656],[197615,-145668],[200415,-151015],[200526,-148904],[201443,-146395],[201958,-148225],[203068,-142600],[198598,-144566],[192008,-145026],[198340,-150133],[203551,-144516],[200908,-150271],[199581,-145022],[201716,-149453],[200463,-142503],[197625,-145510],[199646,-150574],[200086,-148521],[196827,-148456],[200511,-146410],[202707,-158989],[204767,-159491],[200881,-161736],[204721,-157731],[201726,-164693],[203750,-164202],[204148,-165742],[199724,-153857],[204622,-153452],[203285,-153394],[199071,-160737],[198851,-165306],[203188,-161318],[204007,-160369],[202753,-159154],[192636,-154250],[194798,-154549],[193254,-162053],[195251,-161495],[197141,-161810],[199624,-156863],[196467,-165659],[194963,-165318],[194686,-162627],[198077,-163239],[197310,-156917],[196979,-154553],[198084,-157951],[194604,-156816],[201094,-170403],[200646,-172524],[201101,-174070],[198620,-174283],[199622,-175883],[203943,-178177],[201738,-177174],[193912,-169480],[194654,-168661],[196238,-172318],[195106,-178310],[193684,-177212],[194468,-177415],[202449,-182424],[203499,-183672],[204715,-188248],[203550,-186989],[195320,-180006],[193004,-182827],[194474,-185006],[193367,-185824],[193578,-188473],[199467,-181096],[197674,-182160],[196209,-186353],[195437,-182894],[198906,-180280],[201297,-188185],[204395,-191000],[197704,-188824],[196385,-191368],[194056,-185679],[194920,-180939],[202324,-194220],[197533,-193102],[199976,-191956],[199620,-202393],[196888,-199772],[196877,-198235],[197354,-201185],[202131,-203384],[199534,-203218],[199685,-200677],[196578,-200930],[199704,-203542],[202096,-204326],[200160,-202169],[201013,-204192],[197133,-201148],[195932,-203527],[199026,-200758],[203963,-206774],[204235,-205307],[202058,-206562],[198748,-205946],[202775,-215622],[199947,-214848],[204189,-213704],[202174,-207752],[198774,-207145],[196992,-208315],[197938,-208721],[197848,-210084],[200306,-211268],[198856,-214564],[199894,-215677],[197399,-205071],[195006,-206572],[204578,-210134],[198232,-213282],[198657,-214205],[198339,-216783],[195875,-217279],[197861,-204703],[197212,-206591],[198225,-205797],[200780,-206534],[195533,-204605],[193965,-212940],[195047,-214658],[192407,-216139],[201223,-217654],[200858,-218778],[193600,-219712],[192366,-227892],[193426,-229429],[197109,-227982],[195686,-218288],[192377,-218648],[192436,-220001],[193125,-229737],[197586,-229616],[192231,-225665],[192626,-227763],[192261,-228832],[198424,-229736],[192948,-218878],[193339,-230302],[194821,-233092],[198010,-234951],[197647,-234534],[194995,-232875],[201529,-233295],[201872,-232851],[199584,-230725],[199578,-232312],[201255,-238011],[200291,-237037],[200228,-237037],[199232,-234658],[197405,-242693],[198414,-242063],[198818,-241220],[195350,-242167],[202038,-237988],[203307,-756],[192617,-9151],[192778,-4784],[194480,-5680],[197140,-11823],[193016,-2359],[196151,-9851],[197265,-13609],[198191,-24135],[197139,-17806],[204745,-13720],[194333,-24340],[199884,-13616],[193572,-24102],[194456,-16152],[201514,-26911],[195276,-36936],[203437,-29524],[202832,-36492],[195346,-30740],[196740,-33844],[200571,-37740],[193879,-37038],[197470,-33832],[192120,-46421],[203681,-48575],[201875,-61721],[199052,-59240],[193528,-63997],[199550,-69357],[197229,-65289],[201055,-66133],[202608,-70091],[195811,-64533],[204357,-68748],[193503,-70872],[202622,-88082],[193918,-89151],[193303,-88378],[202262,-86565],[192668,-101365],[194257,-93610],[192352,-101973],[199891,-89743],[194425,-92680],[201250,-93831],[195125,-100988],[199945,-94867],[202251,-92691],[195973,-98380],[204681,-99306],[196650,-92688],[197725,-97703],[202310,-100517],[198155,-93520],[193841,-92187],[195837,-97737],[195705,-89951],[193633,-98821],[204420,-96930],[203141,-113520],[201970,-112654],[204378,-110478],[193613,-114610],[192924,-111058],[195048,-105523],[199013,-102218],[199566,-113030],[199017,-109933],[196953,-108881],[198163,-113003],[201774,-104145],[199721,-105129],[202982,-113710],[204163,-111828],[192029,-113585],[204093,-110136],[199495,-111278],[194473,-111149],[200627,-106856],[197410,-108921],[192866,-109792],[194774,1133],[196916,6982],[195608,6007],[199673,12965],[200736,9545],[192617,10754],[192943,3744],[203068,3324],[199047,580],[193072,130904],[194927,130022],[202393,147174],[199729,145348],[197639,141559],[196907,143941],[198847,149607],[200259,150726],[202085,147926],[194954,153335],[198029,149658],[199260,151532],[203094,148305],[203855,152309],[195739,151604],[193923,152482],[198137,150614],[198873,151674],[201724,147166],[202593,149955],[193992,152386],[204704,152450],[197267,150499],[199698,150409],[203534,145435],[194749,151201],[194194,152212],[197969,151481],[199279,151242],[202588,148054],[201812,150461],[195024,151584],[194425,153139],[201925,155527],[201589,154924],[202012,155618],[202144,155244],[204275,196643],[199828,199494],[203967,197942],[203762,209244],[203631,207265],[203873,212950],[194935,13930],[193488,16135],[203699,18493],[200089,23839],[204604,15803],[194233,23711],[199162,299359],[199677,303336],[194290,299280],[198695,298827],[200043,300745],[196402,300180],[199910,303289],[197942,302628],[192189,297297],[197386,300508],[199435,302580],[197771,302740],[194600,304985],[193419,304390],[195503,319684],[193129,331654],[193851,321826],[195097,328595],[192359,327834],[195069,345029],[195668,343078],[201126,338428],[196960,341935],[202432,345141],[202972,341907],[202235,335353],[197332,344684],[197977,339435],[198299,341272],[192999,335890],[193052,336463],[192175,336212],[193350,345960],[195036,351844],[195992,350363],[197651,347754],[192437,350982],[199249,346284],[193585,347039],[192207,352832],[194586,351749],[198403,349470],[197557,345851],[203924,32386],[200894,31691],[199179,29225],[200667,37847],[198467,32850],[195379,28415],[193701,33345],[194324,36862],[193742,37029],[192003,35258],[199076,36901],[193880,36763],[194613,27100],[193741,38038],[192026,399816],[197585,499134],[192565,494837],[197076,508448],[197309,505580],[194216,505640],[193359,501121],[198598,46754],[202710,50257],[204192,41221],[203078,48136],[199665,49706],[199595,40103],[199695,43531],[195955,45647],[200952,46516],[195645,40421],[199363,38614],[198789,513637],[194775,512541],[199185,521728],[202490,526806],[204367,525380],[200437,63695],[194139,61535],[202875,60624],[197762,62251],[201140,54412],[204330,57480],[198406,57649],[192986,56980],[199636,69507],[192569,68306],[193429,75552],[196541,70264],[195860,74254],[203843,64596],[202879,72641],[193862,70014],[197096,72158],[200318,80654],[194832,82268],[194014,89260],[197394,88684],[202650,86983],[196924,89122],[195216,99024],[200130,93712],[200262,96530],[203502,96036],[201865,94597],[204012,92675],[202536,99262],[199395,94915],[192748,93782],[198938,114013],[201332,113386],[200515,113916],[198329,103028],[204498,110134],[200192,112754],[193937,115124],[195895,109563],[192500,110227],[193350,112809],[202241,103498],[200779,115678],[204046,121908],[200216,120237],[197551,118717],[200207,125714],[196603,125652],[204391,123568],[213950,-123077],[214488,-124115],[214541,-125816],[215438,-120964],[213487,-125381],[214827,-122483],[214012,-121715],[215175,-124290],[214980,-121512],[215505,-122945],[215336,-123297],[213460,-124355],[213466,-123891],[214868,-125730],[215051,-123100],[214825,-122685],[213407,-125211],[216081,-118999],[212279,-115532],[215160,-115076],[215022,-117798],[212592,-115980],[211184,-120960],[205298,-129079],[205287,-137154],[209659,-139614],[212917,-150515],[207593,-148973],[206642,-153344],[207588,-149820],[216137,-148231],[217081,-147467],[208334,-144163],[208503,-144591],[208023,-144214],[205426,-160240],[213452,-158690],[214279,-153476],[205819,-157595],[210657,-154537],[217055,-162492],[212320,-159296],[206751,-155223],[214907,-163344],[215201,-164946],[210413,-156444],[215113,-158667],[211090,-157358],[211961,-157470],[205363,-156323],[211508,-174925],[216114,-177667],[213441,-171320],[215586,-175565],[217403,-173191],[212526,-167627],[214588,-173402],[205266,-173472],[206675,-169379],[208730,-173541],[211698,-173880],[214250,-166745],[215518,-188385],[217476,-183903],[213083,-186908],[216511,-181056],[212210,-182637],[214124,-182923],[211092,-188684],[209271,-186696],[208501,-191097],[207957,-189212],[208428,-189469],[213781,-187536],[216693,-182948],[212947,-189825],[204996,-191784],[205971,-191436],[207954,-192951],[216274,-192828],[216924,-200432],[217212,-198272],[213574,-196644],[214792,-194707],[211084,-195312],[211466,-193279],[212723,-194885],[216771,-201994],[215384,-199615],[217333,-202569],[210433,-201870],[211192,-202499],[209375,-203535],[208082,-196201],[206621,-200491],[208875,-196748],[212488,-202699],[208600,-197541],[205301,-201289],[206042,-200712],[210874,-201973],[205370,-197208],[205630,-202153],[206481,-203790],[204844,-197583],[210083,-201871],[209400,-199485],[209207,-201314],[211833,-201501],[208706,-198486],[210974,-198154],[217144,-211136],[209492,-204994],[209635,-205241],[209746,-206043],[209483,-210150],[205793,-215931],[206240,-207596],[207262,-210503],[213441,-205351],[208500,-211329],[214481,-220848],[213285,-221422],[213824,-218554],[214449,-217566],[214546,-232098],[216883,-232351],[214954,-235604],[213933,-231290],[207713,-10314],[205743,-10162],[214989,-11853],[210573,-10351],[209517,-10075],[212181,-5262],[215962,-3728],[207457,-8225],[210395,-6814],[207965,-6554],[216935,-249178],[212429,-280336],[213656,-279736],[214276,-276214],[216734,-274120],[212597,-288041],[208576,-286566],[206240,-291076],[215426,-293459],[214888,-293347],[216299,-285264],[215869,-285607],[213241,-296173],[206319,-298115],[211188,-297301],[215906,-300388],[206595,-305430],[215190,-312443],[212284,-314300],[214975,-311313],[216231,-314719],[213980,-312218],[210552,-315277],[214158,-16145],[215853,-23654],[213192,-24107],[204823,-32349],[212764,-33244],[209971,-29432],[205784,-33978],[213165,-37176],[210920,-27700],[215436,-26985],[207700,-39230],[214669,-41143],[216217,-39372],[215933,-48879],[216826,-61123],[217549,-55416],[209281,-53734],[217439,-61798],[212259,-60593],[216765,-51190],[210311,-52524],[205719,-55877],[217179,-71410],[215433,-74838],[208984,-66126],[208324,-72506],[210922,-73220],[210535,-84151],[207775,-85981],[214009,-96602],[215343,-96807],[208392,-100355],[205248,-97889],[205571,-90924],[215879,-102497],[212722,-111657],[215063,-114670],[212515,-114080],[212813,-107767],[214237,-104900],[211158,-110555],[211290,-110281],[213453,-112910],[213453,-110543],[211960,-109618],[210809,-110450],[212178,-107560],[207001,-103019],[209134,-102855],[209806,-105246],[208709,-104876],[209197,-110794],[207753,-110386],[208919,-103202],[209861,-104078],[210189,-105162],[208974,-107018],[206552,-108986],[205334,-104828],[206210,-105478],[205732,10798],[212361,10015],[211681,5285],[213427,2257],[208966,138339],[207962,131726],[206296,140837],[215467,135560],[212881,129990],[209131,134805],[206905,135171],[207107,149787],[215480,152409],[215504,143329],[210059,143282],[215728,148039],[213909,147409],[212313,152480],[216137,142758],[208043,151230],[210310,151067],[214163,150783],[205296,153737],[210414,151404],[206647,151810],[205786,148236],[216345,152420],[209129,151326],[206215,151304],[214668,150977],[205887,149873],[209647,153183],[215799,150446],[206443,147515],[206080,156053],[214771,155489],[215940,157132],[206909,155334],[216107,156982],[216563,154349],[209896,154761],[209238,156882],[208433,156784],[214998,156856],[213970,156429],[204822,213013],[207564,15118],[213271,15426],[214518,18213],[216053,20986],[206695,25491],[215725,24806],[217574,22309],[212698,23573],[210591,25593],[209220,305302],[206159,300383],[208909,304570],[206599,299019],[209065,314056],[211126,315416],[211381,314680],[211061,317040],[210598,318496],[206146,310935],[208347,314294],[205535,310499],[209247,314377],[213509,324603],[212967,323055],[211989,327242],[213134,326477],[212929,321848],[212082,326746],[211224,323066],[211265,322302],[206498,339163],[205391,336224],[208463,363211],[214216,364591],[216622,362569],[211632,362315],[214205,364260],[213350,360329],[214700,359889],[209438,361406],[209422,365792],[212269,366406],[212187,366300],[215693,363968],[214059,361398],[210329,362864],[208160,364967],[211080,366124],[213140,366271],[216245,364980],[215201,32891],[217152,35657],[208816,26294],[207808,29911],[216204,34274],[205219,50054],[210310,48271],[216580,41940],[210450,47596],[204946,512268],[213496,536829],[217528,533038],[214634,543138],[210461,537946],[214929,542737],[213766,541369],[216881,541549],[212904,59605],[213860,55177],[210552,54474],[214694,65552],[207727,75130],[215724,75829],[217228,70670],[213831,67980],[210063,68605],[206124,68683],[212743,70139],[209157,82655],[209612,78349],[207823,88317],[215252,82391],[210461,85266],[206122,83955],[216451,99423],[215479,95232],[214601,90174],[207968,91732],[212534,101915],[208403,101205],[206505,93584],[217146,98430],[213050,104287],[211557,106865],[211040,109209],[205887,121575],[208737,119248],[209829,117825],[209966,117970],[205093,126819],[206708,118257],[206160,122227],[218784,-121811],[224611,-144072],[227797,-147726],[230032,-145717],[225613,-144613],[223205,-148594],[223112,-148031],[227403,-152010],[223984,-148367],[227071,-152063],[220167,-155627],[220951,-156692],[228347,-164986],[229481,-164097],[229159,-163997],[227223,-160474],[218607,-158694],[221966,-156603],[218247,-156142],[227872,-165046],[229850,-163718],[227775,-164059],[225634,-161034],[221118,-165507],[218249,-165763],[221764,-164552],[222797,-162295],[225133,-160085],[225064,-163150],[227999,-163991],[218106,-178102],[230858,-168458],[221938,-176303],[225600,-175538],[221389,-172506],[219827,-171059],[219351,-170607],[219655,-166742],[225880,-178465],[218070,-177679],[219761,-178868],[220152,-174550],[219450,-176565],[225259,-168282],[225091,-169733],[224021,-170659],[226064,-171514],[228718,-171380],[228121,-173955],[222211,-165488],[229845,-172859],[227239,-174381],[221946,-166656],[221123,-167599],[221801,-170023],[217800,-182571],[220956,-180184],[223588,-184246],[224357,-191794],[229804,-185648],[219741,-183384],[220976,-185346],[219929,-187752],[217715,-189125],[227083,-189287],[229316,-182525],[223671,-190107],[226577,-187606],[224341,-185645],[222330,-185718],[221564,-188549],[219671,-181651],[229801,-183813],[225798,-196657],[219313,-195721],[228030,-195337],[217630,-191806],[219575,-197323],[224748,-200088],[228873,-199397],[219849,-203537],[229727,-200918],[230256,-198667],[227444,-201429],[229414,-203812],[225773,-192513],[218685,-192071],[226469,-197646],[228049,-196819],[218878,-200363],[218282,-206182],[230076,-209046],[229862,-212434],[223369,-216918],[225725,-208905],[228882,-209891],[227184,-214317],[229762,-206404],[227329,-216985],[226844,-216302],[226902,-210109],[224763,-209710],[227321,-205527],[222993,-209374],[222089,-208325],[217838,-215952],[218340,-213437],[221839,-211694],[221394,-211674],[217953,-208151],[219423,-209669],[225283,-206174],[230355,-217906],[229669,-227400],[227560,-225162],[228859,-226815],[228837,-218744],[224754,-223202],[226339,-222119],[222980,-218931],[225476,-221348],[223548,-224346],[224894,-224836],[223511,-222126],[221472,-219431],[218983,-217770],[225830,-229025],[227643,-228889],[219366,-229154],[226658,-230338],[225997,-232196],[226210,-235410],[224601,-236910],[225326,155],[220406,-9242],[226511,-2793],[227778,-7305],[220808,-435],[226982,-9505],[225836,-10551],[221753,-11552],[220774,-11779],[230103,-11255],[226447,-247515],[225641,-252009],[223449,-253937],[223153,-254324],[219982,-252834],[221871,-247696],[222773,-254936],[221869,-255178],[226916,-261817],[226845,-260321],[227688,-264200],[227058,-256186],[224780,-259943],[226380,-256050],[227466,-265585],[225554,-267662],[227580,-264771],[225202,-266177],[228540,-262862],[225531,-291559],[224965,-291131],[226987,-288837],[223754,-291442],[226425,-304468],[227499,-303863],[223022,-295428],[217933,-305195],[221708,-295403],[220700,-298103],[221443,-306601],[230327,-308216],[220960,-309288],[226863,-314628],[220250,-313404],[221996,-312913],[228510,-17652],[218270,-21340],[220721,-24211],[226753,-18192],[220891,-15248],[228931,-12702],[224806,-14238],[220064,-23280],[227723,-19860],[218218,-31129],[222171,-32766],[218210,-27519],[225964,-31618],[228897,-26036],[221161,-50190],[223114,-46060],[229989,-42899],[223223,-44678],[227166,-40060],[222601,-39104],[217638,-42308],[219442,-43504],[221499,-44490],[222854,-43262],[221446,-40898],[218646,-47794],[228360,-58379],[221389,-60590],[221380,-52180],[223498,-55018],[222718,-58155],[217212,-56706],[228451,-62692],[226050,-61274],[225572,-59974],[227229,-73631],[228884,-73269],[221752,-76187],[223133,-75190],[225714,-71481],[226477,-69948],[227902,-75438],[227324,-74031],[229970,-73593],[225538,-71936],[226931,-70168],[229220,-73260],[229552,-73388],[221964,-76363],[223292,-75328],[226680,-70033],[218049,-70896],[226211,-66064],[220713,-66136],[221970,-75035],[218954,-64697],[224207,-66828],[221790,-68956],[222868,-71080],[218352,-71023],[218056,-73736],[229695,-80302],[227715,-85226],[225799,-86023],[230012,-77373],[227495,-85394],[230323,-87438],[230129,-109717],[222398,6022],[218946,5962],[222056,9432],[227608,9107],[223056,132408],[228480,135637],[218506,131437],[225460,132363],[218161,132779],[225293,141381],[223015,149766],[227064,142728],[224406,150925],[218729,147912],[229135,146464],[226847,142578],[223806,147546],[218979,144907],[221984,147263],[229324,143787],[229365,146910],[226512,142798],[222131,149436],[222826,149323],[219486,141313],[224021,25071],[221377,24190],[225571,18177],[227064,24314],[229017,15896],[219659,20432],[225791,22120],[227042,18256],[230060,19952],[230076,22335],[225011,13956],[225087,31367],[219674,30362],[220128,37608],[223902,27134],[220069,28897],[227544,32669],[223142,37049],[219142,32566],[222957,31481],[226924,34655],[218994,36105],[220656,34294],[219661,36836],[224967,37430],[227066,50558],[230330,41845],[225484,44473],[224042,46606],[226145,48545],[224075,47151],[224285,45409],[220875,43675],[226096,42960],[219874,38846],[225738,39419],[222445,41660],[222900,45336],[221476,46366],[225252,47712],[222599,47346],[222685,48526],[229103,536424],[223975,527142],[227346,532552],[226479,528772],[227126,526639],[228611,538939],[226382,538257],[217655,542224],[228134,550123],[219090,541818],[218436,543968],[222988,559786],[217776,560892],[221514,558057],[218692,560896],[222073,552383],[228366,552151],[221233,551926],[228518,551986],[230360,565235],[225211,564199],[221022,55623],[219673,51570],[220950,62416],[225457,59035],[217709,60066],[222172,57836],[217930,51443],[225664,60952],[229107,53727],[226790,53478],[218982,63427],[219104,63295],[229990,708266],[229686,709942],[229885,704572],[228772,705117],[226967,705097],[227236,705480],[223262,72621],[224263,64704],[222864,64869],[226878,69819],[229178,65183],[219076,77152],[226212,80471],[226862,84838],[217929,88113],[221496,78641],[229461,98825],[225457,101578],[229010,95779],[222200,101108],[226880,93345],[224865,100540],[226477,91659],[219947,100800],[223667,108599],[220213,105651],[230300,109749],[219760,105795],[220517,105565],[226258,127224],[224661,116428],[222040,127393],[220419,124233],[226717,117006],[230344,125619],[220619,118645],[226817,121369],[225079,126799],[223727,121437],[229641,116502],[222716,120789],[228176,119099],[224137,118482],[239522,-129771],[238571,-130407],[234380,-151877],[232994,-144482],[242334,-151117],[233528,-153147],[233654,-147419],[238365,-152405],[230615,-144791],[238638,-152106],[236039,-151635],[238841,-151795],[239029,-159544],[232599,-156395],[242822,-155294],[242404,-155737],[234655,-154904],[241729,-158886],[241961,-155946],[235551,-159053],[241638,-165660],[231493,-159241],[235828,-160625],[238524,-158977],[236203,-154245],[240272,-155569],[237492,-160938],[237483,-158532],[230523,-157514],[235071,-156410],[237918,-154694],[239499,-155375],[242731,-166005],[231845,-154931],[230453,-165024],[231327,-166073],[232476,-160743],[239798,-174264],[238186,-166854],[238482,-170046],[241170,-177156],[239311,-174981],[230663,-166966],[231778,-169111],[236245,-168929],[240197,-167926],[236645,-174691],[230816,-178739],[237326,-174065],[232155,-167280],[233123,-172073],[235572,-166488],[237318,-166707],[230798,-177797],[235680,-172017],[232529,-168753],[238057,-166621],[236847,-166858],[239739,-170277],[232807,-173123],[240526,-191713],[235503,-189385],[239165,-190425],[239644,-186781],[233070,-190886],[241552,-190613],[236742,-187431],[242598,-188398],[240484,-190324],[242773,-188427],[232153,-185546],[231210,-187165],[231728,-182014],[234394,-184774],[231336,-179590],[234059,-183499],[237464,-180280],[235178,-181614],[235866,-180374],[234145,-179691],[236098,-183722],[237559,-181550],[230747,-183449],[234647,-181715],[236368,-182406],[233030,-191889],[237513,-194350],[240389,-196709],[230740,-191835],[241856,-194149],[235047,-191969],[234184,-192891],[236415,-193131],[242523,-193120],[232775,-193121],[235629,-192237],[232710,-193080],[235857,-193936],[241373,-198494],[242728,-193496],[231002,-197333],[230658,-201001],[232968,-202341],[230854,-201583],[233766,-205446],[233653,-209317],[233039,-211066],[230787,-211644],[236208,-207485],[235832,-209846],[231441,-212178],[232633,-229256],[230990,-226039],[240935,-224558],[242222,-241285],[240823,-237885],[238583,-234506],[240691,-240179],[242945,-241464],[232102,-242517],[233757,-241121],[235023,-238977],[233137,-242685],[235150,-238475],[232833,-238907],[237207,-241534],[239793,-12049],[230658,-11994],[234145,-198],[236194,-3164],[242636,-3854],[231796,-3720],[232141,-8050],[232626,-8792],[234500,-9116],[237340,-10045],[239669,-9495],[236465,-5644],[241548,-2498],[242436,-5766],[242435,-5083],[242325,-245758],[232727,-243970],[237119,-243561],[241315,-249736],[241595,-260204],[242735,-263392],[233546,-260753],[234317,-258464],[238797,-263612],[230578,-256300],[233772,-264013],[238258,-271992],[238354,-275233],[238967,-277642],[237465,-277792],[233883,-275763],[233994,-276210],[236370,-277174],[236307,-269547],[239918,-286582],[233252,-286377],[231332,-290065],[231101,-295199],[232323,-294473],[241255,-306608],[242519,-306881],[236522,-302406],[233857,-307691],[235356,-318500],[237167,-312272],[233286,-309065],[238905,-15160],[240194,-24495],[236009,-25394],[235496,-20663],[237667,-23272],[240321,-12693],[239638,-16217],[231651,-20202],[232899,-27924],[241591,-26213],[239935,-25415],[232521,-28833],[238522,-33660],[234697,-35699],[242078,-28915],[238901,-28236],[237273,-26575],[233824,-49776],[235953,-50380],[242498,-40973],[232760,-47349],[240739,-46192],[231022,-50424],[242532,-39567],[240319,-38812],[239618,-60455],[233830,-51123],[238414,-60787],[236395,-63734],[234124,-63069],[235646,-61676],[234134,-64600],[239771,-67005],[234800,-72766],[238140,-70936],[239346,-71475],[237228,-71896],[237831,-68795],[232046,-63874],[233944,-65635],[231312,-73962],[233243,-68754],[232926,-81811],[230813,-84664],[231896,-87600],[241214,-84560],[241980,-81349],[232267,-86782],[234866,-88932],[230403,-78772],[238549,-86073],[234707,-83020],[238000,-80890],[239416,-86423],[241237,-95763],[242355,-100973],[239725,-98378],[231421,-100942],[230784,-99038],[231227,-99598],[233679,-95142],[230687,-101571],[243006,-101934],[240029,-98188],[235159,-96979],[232532,-99881],[234218,-99144],[234820,-96456],[234042,-98145],[233856,-100246],[234039,-106575],[236767,-105504],[230920,-108777],[233715,-110195],[236591,-105354],[233006,-111161],[236177,-110389],[232983,-103647],[234296,-106187],[241764,-113211],[237131,-112848],[236970,-112666],[234611,1322],[232017,4539],[237988,6554],[237039,2238],[239601,139224],[240100,138942],[235779,135525],[233127,135135],[239158,140112],[236384,130050],[236592,130601],[240524,140090],[240352,145552],[240999,144454],[231862,150085],[241548,144158],[231884,149564],[241089,177519],[241989,178601],[237886,17449],[235047,25513],[239554,16970],[231668,18907],[242551,24707],[232909,32263],[235682,28213],[231634,29269],[234511,32096],[243114,28129],[237355,27324],[238916,27717],[239423,36483],[238488,38524],[235930,36037],[233231,43763],[238332,46315],[238249,51038],[232447,47642],[237508,41629],[241076,43671],[239146,49143],[241855,43219],[237371,547256],[237024,546520],[234553,545186],[235862,547351],[236478,545759],[234279,547528],[233737,549609],[234453,549718],[235464,544946],[237885,561232],[233127,551794],[236342,554719],[239578,561563],[238022,555682],[237614,557721],[230547,551450],[232795,562075],[241179,563499],[233037,59411],[235114,55859],[235904,52486],[236408,55449],[241999,689368],[242414,689540],[241831,689956],[241929,686409],[238968,689178],[241482,686596],[240496,689326],[242634,686647],[233696,700695],[242479,700850],[234456,699374],[233547,700272],[241444,703279],[235764,701542],[234584,699648],[233982,700873],[233488,700505],[231188,701631],[240013,698969],[239267,698624],[238981,698182],[240067,698434],[235113,701611],[235511,702435],[242804,696000],[233079,699538],[231166,701944],[242603,692783],[233561,701129],[242228,696130],[243013,696737],[238912,691477],[236471,697428],[238035,691990],[239335,693893],[242007,695046],[240104,697759],[242535,702236],[240774,696701],[240084,693510],[239808,693357],[239388,692594],[241375,693917],[237765,702710],[238044,703058],[238995,701161],[239853,701515],[233990,700374],[241843,703552],[242833,698790],[241599,711601],[232176,704368],[239041,711754],[235731,710629],[235457,709035],[238220,707386],[242850,708860],[241875,713362],[234149,715421],[234539,714214],[240842,707643],[240062,711666],[241274,704215],[241877,704563],[241807,704882],[239105,709251],[234447,705313],[233997,705603],[238791,710017],[234457,706273],[235126,705812],[235090,705997],[236226,706434],[234237,706110],[240717,708596],[240381,708334],[240923,708363],[237794,715941],[236237,711012],[242189,711700],[242342,713534],[236276,708086],[243189,708952],[238144,708861],[232786,715711],[234397,716008],[238491,715871],[237217,705231],[234305,714187],[241728,711869],[242789,712549],[241625,714173],[236886,705342],[241330,713380],[238904,708730],[242247,711884],[234574,714959],[236277,705248],[241928,712157],[236947,717648],[243156,729672],[240667,717954],[241055,717528],[242698,717993],[242886,718318],[243031,719232],[236581,717875],[240838,718181],[237483,76139],[234553,74230],[240428,73103],[233654,85054],[231063,86218],[237112,80422],[242442,80900],[234553,90494],[230411,91935],[235508,92040],[234206,98936],[233466,94260],[235149,110881],[242586,104540],[238854,104243],[237167,106471],[241264,108637],[232791,111381],[238446,103928],[238040,103327],[236501,119406],[233321,120918],[240438,122099],[240316,123812],[241962,121729],[252913,-122840],[245796,-118228],[255910,-121692],[251925,-124180],[253221,-118448],[255951,-121914],[249742,-122102],[254143,-120973],[251021,-125259],[250276,-125596],[245779,-118017],[244037,-116840],[243518,-116007],[253504,-115637],[254171,-117686],[251676,-116453],[253131,-127011],[254693,-127522],[244589,-120282],[254452,-127560],[251751,-119970],[252455,-118508],[255172,-119131],[251166,-128098],[243579,-159881],[243327,-162763],[246045,-177337],[246463,-174664],[249485,-177611],[245117,-178938],[245608,-178674],[247562,-175270],[244577,-168898],[247137,-170545],[247606,-167786],[244794,-180485],[244104,-185173],[243354,-187583],[243732,-189636],[247598,-182945],[244074,-192795],[255550,-214245],[248064,-209724],[246439,-211312],[247279,-217241],[255126,-228744],[251945,-221392],[245257,-219373],[253976,-219214],[245771,-240873],[249594,-242127],[245914,-240415],[243683,-5986],[243312,-7718],[244562,-7375],[246898,-7129],[247221,-5860],[245875,-6673],[243762,-1825],[246741,-247213],[244602,-245383],[246219,-247269],[249202,-252221],[251349,-251559],[248898,-254280],[251566,-258273],[251423,-256411],[249593,-260287],[244406,-258076],[244668,-259394],[244347,-257666],[245187,-260804],[245913,-257527],[254107,-267175],[249122,-267664],[253798,-262374],[252671,-264835],[255309,-267867],[254342,-261765],[249909,-258976],[254664,-263380],[250390,-263209],[249159,-266864],[248338,-267347],[253358,-268793],[255548,-271299],[254142,-269861],[249068,-275034],[254114,-276685],[249679,-272478],[248572,-274135],[248735,-272023],[252902,-272572],[243705,-274842],[243582,-273870],[244117,-274781],[254879,-279126],[255935,-280686],[243585,-290372],[244450,-289463],[245437,-283306],[244393,-289351],[252893,-287800],[253365,-286402],[244994,-292881],[247207,-291642],[244651,-293600],[246741,-291833],[252873,-288192],[252057,-286768],[254664,-289688],[250738,-286766],[253853,-286079],[254301,-301676],[253332,-299986],[255620,-302702],[253791,-302372],[246672,-294718],[245777,-305370],[243817,-309960],[253260,-315096],[243266,-313068],[244996,-318706],[252054,-320812],[255885,-324037],[253777,-321531],[245391,-328293],[243558,-320409],[243627,-330046],[245826,-19533],[248144,-19371],[246090,-31236],[249230,-27743],[248873,-31949],[247990,-34440],[244782,-26894],[252607,-28809],[251524,-28281],[246895,-37921],[248817,-37484],[244868,-26496],[250367,-28421],[254979,-37916],[248710,-47179],[254955,-49509],[254051,-39661],[250317,-44647],[250013,-50159],[243993,-56205],[250548,-59285],[255203,-61873],[254431,-55551],[255134,-57557],[254370,-71037],[252791,-70070],[254546,-73223],[248240,-67355],[250466,-69901],[250557,-67383],[249565,-69861],[250217,-86209],[253961,-79213],[255386,-80331],[250174,-81404],[253135,-84980],[246014,-84786],[253075,-82362],[247021,-77254],[247111,-77397],[255903,-77147],[254702,-80565],[248836,-76814],[246171,-78847],[254760,-80427],[246497,-77132],[249424,-86057],[253880,-78400],[254409,-83588],[245677,-87472],[243581,-88606],[246664,-87081],[249207,-87842],[243870,-95884],[246785,-99322],[243864,-99423],[249464,-100688],[246073,-97295],[250485,-96900],[244949,-96003],[246913,-106915],[249606,-111347],[247833,-105954],[250400,-107042],[244367,-111686],[252359,-113678],[249225,-109146],[250010,-106686],[243651,-103837],[247759,-111750],[249798,-107800],[246539,-109431],[250438,-111374],[250657,-107771],[250484,-112135],[248340,-107723],[247496,-103134],[250252,12267],[252267,9648],[252200,11216],[248491,7268],[245440,10821],[254368,130999],[249085,129375],[248587,132041],[247695,134648],[252032,134119],[250247,135431],[254536,135563],[254201,128675],[248303,132340],[249428,131162],[255678,133106],[249438,192117],[251299,191022],[253251,191080],[249345,180276],[248725,186203],[247595,189273],[245129,188346],[246319,182178],[253772,190528],[250173,187636],[251932,187068],[248837,180762],[252357,190126],[247923,189360],[243571,189015],[243876,183200],[251327,189247],[254654,192439],[252639,194057],[253865,192241],[245618,23477],[248548,17541],[248682,23482],[244180,25320],[246617,22860],[249691,20665],[251448,23353],[251012,23735],[253642,22385],[255070,17986],[251827,20113],[253960,299401],[252961,301865],[252787,298305],[254357,300842],[253684,304152],[253135,296644],[247151,27756],[249278,26882],[244912,29051],[254341,27757],[251410,26874],[252350,28065],[254315,26173],[243295,45092],[243347,565030],[255580,60869],[246359,684745],[254010,689688],[247852,684839],[255355,688008],[254172,686677],[249528,685629],[245242,688027],[245561,689840],[251507,688575],[251141,688770],[250857,689047],[250810,689688],[250630,689188],[249688,689320],[249821,685916],[247429,689016],[244520,690400],[250833,687253],[245405,687710],[253232,687053],[245217,682271],[246923,685259],[247792,685352],[245043,687651],[254157,683308],[253697,686735],[250832,685795],[251364,684599],[248928,691276],[248108,685482],[255156,687629],[253976,686044],[244394,691404],[246073,700377],[248516,691610],[245173,695273],[251392,691880],[242066,690537],[249030,692168],[243993,703617],[249684,693744],[244124,703220],[248947,693724],[244570,705255],[247983,692518],[251377,700572],[250949,700251],[250469,700458],[251102,699946],[245687,699825],[247322,700773],[245847,701022],[246564,701213],[247405,700748],[246080,699790],[252375,699476],[254528,695894],[254326,695566],[245512,695221],[249113,691672],[247527,692029],[251006,691872],[249122,692098],[253921,698455],[249227,701630],[249348,702438],[248933,702303],[248808,701648],[247938,702319],[247929,702972],[252747,698373],[252450,703619],[253483,700159],[246378,715071],[244597,706296],[248800,716385],[249674,716146],[249358,715432],[243963,705042],[244241,706083],[243667,704620],[243431,706962],[245224,712463],[244641,712704],[243883,709136],[245718,710621],[249487,707444],[249414,707104],[249072,707832],[251147,708936],[251170,709222],[250615,709792],[251280,709674],[252875,704475],[252569,704815],[252733,704274],[244937,709545],[245706,704526],[250938,706660],[251618,706672],[245300,710052],[250209,708840],[249717,712250],[249365,712320],[249636,712844],[252195,714728],[250008,714089],[250214,714331],[245936,709514],[245832,711565],[246017,709068],[248691,708810],[245163,711082],[245642,709678],[245377,708628],[254420,727695],[252017,725657],[245874,729036],[248634,726911],[243644,729715],[248961,725775],[248055,719867],[250947,726494],[250612,726882],[249001,719062],[252278,724451],[251199,724928],[249309,725316],[250915,724568],[255982,728980],[248235,723900],[247888,724166],[246983,726921],[255758,729613],[247122,727114],[245473,729157],[245514,728605],[248073,719358],[246385,717541],[254761,722065],[252348,717384],[250412,718647],[255986,726257],[261176,727942],[254981,725768],[253200,719950],[254285,721894],[252399,717739],[253844,720902],[252382,720231],[253495,720880],[251620,717601],[251450,717305],[251309,717332],[251216,717321],[251438,718114],[255704,725931],[254175,732169],[250830,730422],[248803,732296],[247997,731603],[249234,732026],[249564,732073],[250016,731056],[249521,732231],[255597,732444],[253132,734150],[253846,730968],[250687,73996],[255545,88881],[247111,77089],[252211,78983],[255761,79002],[247355,92450],[251981,98731],[248424,100349],[246183,101997],[255432,98979],[244885,95561],[246610,111732],[247284,108739],[249703,108698],[248191,112881],[249365,105363],[255438,110008],[243472,104012],[255119,125847],[249332,116050],[247136,124036],[246636,119802],[246563,126631],[248293,124615],[254831,128146],[253148,127314],[252719,122368],[14020,-120656],[19770,-119709],[18177,-117185],[13013,-132216],[13099,-136967],[16134,-139189],[16828,-141501],[24579,-149914],[25287,-145603],[22001,-148670],[20624,-148222],[20913,-148154],[17196,-150372],[19359,-153074],[17294,-148899],[14012,-152223],[20747,-144828],[24178,-151727],[18842,-144436],[19049,-148762],[21265,-149471],[16381,-144693],[15993,-152475],[20278,-152748],[22788,-153308],[18996,-165879],[20601,-162385],[25254,-158346],[22104,-161262],[22041,-155200],[15570,-165228],[24677,-163766],[20066,-160742],[23265,-161378],[15192,-154857],[17396,-156637],[22579,-162181],[13637,-162224],[25075,-158156],[17622,-161609],[13218,-164446],[18074,-156536],[24152,-158191],[20774,-161489],[22692,-153568],[19406,-153433],[24144,-163371],[19794,-158549],[18141,-159577],[25581,-155105],[24400,-154174],[15672,-166005],[13439,-163902],[21880,-160166],[14487,-157972],[16001,-164791],[14403,-165119],[14877,-153577],[15474,-154623],[24467,-163831],[20345,-160629],[15395,-158217],[20869,-167024],[15702,-168643],[24026,-176324],[16101,-171523],[25166,-176625],[20813,-170131],[21804,-171041],[20031,-169811],[18113,-167421],[21908,-172119],[23893,-171151],[21364,-166661],[24247,-177084],[14814,-168578],[24862,-176553],[15643,-171086],[20772,-174709],[22231,-171006],[21095,-170704],[23448,-176378],[22263,-172192],[17747,-167704],[15116,-166475],[14145,-167017],[15796,-169252],[16814,-167195],[16023,-171080],[25357,-176744],[24877,-177034],[22930,-171931],[17602,-167397],[14694,-166629],[24296,-176899],[16291,-178915],[19877,-178490],[23654,-177153],[20260,-177953],[24718,-178847],[24863,-178204],[24091,-177840],[18514,-178984],[18626,-178537],[18787,-178330],[23798,-178678],[22846,-178281],[25583,-177647],[24007,-175895],[16373,-180623],[17344,-182066],[16092,-180078],[17656,-180393],[21052,-180859],[21077,-182156],[21797,-180779],[18077,-180440],[24009,-179329],[15350,-182612],[17078,-184855],[21885,-181538],[19981,-179328],[12887,-185226],[14476,-182857],[17487,-180775],[16699,-179728],[21916,-181036],[22019,-179587],[18585,-179358],[18280,-180562],[14970,-193253],[14509,-203381],[19977,-192004],[15359,-197882],[13061,-209550],[15969,-206042],[15752,-21549],[16925,-18531],[25446,-20279],[17552,-17946],[14193,-17968],[25543,-19317],[17865,-30083],[14874,-32025],[13178,-26346],[18814,-29445],[24189,-31314],[21249,-36341],[16737,-34470],[24657,-50228],[24289,-50270],[16279,-49093],[18208,-47788],[24245,-50683],[17142,-49038],[16801,-47141],[25213,-57867],[25086,-59720],[24114,-59148],[20829,-58773],[19545,-60884],[20759,-62251],[23724,-55091],[18925,-63360],[24235,-56867],[23907,-51251],[24391,-76436],[13125,-88284],[19105,-86779],[17462,-86654],[13646,-88824],[20885,-85851],[20324,-86269],[19449,-86688],[18131,-87362],[14079,-94621],[13003,-99342],[19696,-114779],[12907,-108703],[19690,-109175],[22875,-112600],[22153,138866],[21149,139580],[15213,140162],[16344,150494],[19358,146232],[20688,141475],[24609,153600],[14503,148804],[21924,148001],[21411,147056],[17437,141411],[23397,209058],[22347,252034],[22393,251000],[23513,253894],[12920,19416],[12921,291615],[17068,285356],[15572,288610],[23832,33844],[22034,29600],[23142,29309],[20701,28108],[15778,31510],[23226,28700],[20047,26389],[19670,28574],[15056,28922],[14056,31390],[16345,510971],[24049,515852],[24626,522044],[23205,516618],[22477,515393],[15559,515776],[24458,524071],[15615,515246],[21136,523115],[19637,523860],[24231,523208],[15274,597495],[13302,602425],[14518,83092],[259675,-122762],[258739,-118838],[267490,-123417],[264674,-115671],[267376,-127445],[265553,-122691],[268467,-119673],[257242,-127735],[256586,-127712],[264025,-122255],[264141,-120642],[267865,-115093],[266946,-119379],[261978,-117831],[259894,-126850],[259118,-125943],[267713,-129892],[267744,-129389],[257326,-188695],[261183,-184702],[260183,-189333],[266761,-182533],[257114,-188932],[265944,-182628],[259498,-199835],[259417,-201110],[258147,-199969],[258281,-202067],[259376,-193423],[258212,-206823],[263501,-206891],[256483,-206534],[260665,-210585],[262351,-206314],[267574,-222298],[268346,-226167],[257814,-223704],[261130,-226467],[260722,-227722],[259571,-227225],[268477,-230928],[263824,-418],[261017,-2289],[263687,-6075],[265994,-5732],[265647,-245201],[259562,-267872],[262193,-264388],[260944,-274025],[258980,-275928],[257574,-280683],[258118,-278808],[262891,-280259],[261238,-280621],[256850,-276122],[257555,-268788],[257991,-290664],[256570,-294082],[259543,-290512],[259827,-283434],[264829,-281555],[267581,-282499],[266558,-285655],[259791,-281838],[259366,-282458],[258988,-281832],[257410,-302723],[264400,-299800],[262262,-304060],[264919,-300156],[262126,-301368],[261016,-304170],[268716,-300554],[268196,-300152],[265769,-314320],[265026,-315840],[266258,-309245],[268077,-325646],[266532,-325546],[265513,-331409],[256460,-320227],[256340,-35514],[266786,-31973],[268273,-37749],[260741,-28119],[265322,-29299],[257119,-38228],[263934,-48428],[265588,-39932],[267027,-41607],[265290,-42233],[267830,-58500],[267261,-52382],[258306,-62680],[259151,-55305],[265334,-59929],[262297,-58119],[267083,-56248],[256326,-72588],[262826,-68379],[261016,-73167],[255462,-69598],[259125,-67162],[262733,-68097],[263228,-74955],[267395,-73406],[263500,-71339],[265635,-69568],[261735,-71152],[265965,-73169],[261068,-74674],[268292,-69304],[259302,-78021],[264013,-87297],[267840,-85222],[264229,-84385],[257415,-83043],[259544,-80808],[262926,-76757],[265399,-78197],[265623,-78081],[268148,-81478],[263800,-82510],[267610,-87132],[266080,-77496],[267446,-87931],[266223,-87889],[258324,-88629],[265207,-87906],[259073,-78076],[256633,-81397],[268225,-86410],[258227,-80205],[259193,-80227],[266785,-85839],[267316,-79103],[263450,-79742],[263846,-79462],[258721,-86978],[266767,-84473],[264018,-90008],[264108,-91530],[262239,-91111],[267333,-91944],[267610,-93633],[258509,-91293],[258501,-91754],[260811,-92777],[256795,-95872],[262325,-96451],[256203,-95123],[259913,-91986],[259251,-90295],[263571,-97610],[266213,-101200],[257813,-91313],[262947,-95763],[264771,-95545],[267526,-92208],[267123,-100539],[266983,-100394],[267710,-102140],[267868,-111914],[261338,-108749],[267660,-113000],[257663,-112485],[257831,-108464],[260101,-112269],[261786,-107050],[262210,-106975],[268644,-103667],[268321,-104248],[267706,-104601],[266717,9705],[268719,11126],[264373,6030],[263187,2222],[266625,2810],[258478,128782],[263498,179106],[260638,190447],[263221,179452],[264020,180774],[263762,181832],[259133,181286],[258040,180538],[260863,192075],[262207,180156],[262266,186356],[261919,184041],[260318,182504],[259259,193820],[258626,193534],[259998,20899],[266206,17712],[268355,19564],[256998,20338],[267446,19395],[261787,15198],[265593,21280],[268367,24876],[262613,21157],[261456,21183],[257217,20632],[263682,16455],[259740,16489],[264726,20224],[264947,24452],[262366,18526],[263869,17902],[259269,24109],[265682,25522],[261680,23386],[260389,292953],[257860,289038],[257495,304384],[258591,296905],[256817,301346],[257349,305363],[259373,296347],[260593,295395],[258661,302871],[259944,26594],[260330,416271],[258385,412603],[267072,421960],[259545,417039],[268199,422175],[258467,521187],[258756,514891],[263022,524400],[266338,524390],[265479,521942],[261302,524474],[260119,525637],[258199,530562],[267351,63588],[266507,61325],[266623,62646],[260598,61266],[266316,691209],[262594,685619],[261687,686322],[260595,690461],[259193,690631],[260732,684293],[257999,683255],[257759,683526],[257456,683446],[256997,682738],[258820,688057],[259331,687485],[258360,687730],[258594,687237],[258177,686538],[256814,687489],[256829,687488],[261169,687434],[261690,686635],[261880,685658],[262575,687009],[264659,689178],[262866,685818],[263061,686155],[256112,686953],[264597,689891],[258124,689972],[257538,687777],[260612,690063],[259387,691190],[258731,691043],[266108,692457],[267799,695035],[265300,698629],[260591,697960],[259488,701140],[267695,703034],[265452,701872],[262183,703879],[265420,701390],[268698,699162],[258766,700650],[257214,699015],[256035,695497],[261201,699959],[260836,697588],[262938,697171],[257036,698768],[265233,699617],[268085,702853],[259651,700728],[261866,698124],[264348,694556],[263586,701327],[268430,702990],[268217,702723],[261933,703426],[261761,703750],[263166,712276],[266390,708235],[264894,705300],[268494,704315],[264062,709258],[264917,704945],[266022,711552],[268754,710151],[268013,708991],[267956,709691],[267973,709418],[264647,705137],[256863,728520],[256355,729539],[256944,728710],[268323,729007],[267451,729156],[258309,728263],[261573,728461],[259421,725477],[259772,725449],[262811,726908],[266080,726281],[259785,726638],[256698,723665],[260381,726184],[263901,726895],[266370,726604],[261579,726303],[256778,730124],[256063,730482],[267154,731757],[258865,732265],[264592,732065],[266892,732164],[260548,731697],[266730,731871],[264686,732003],[257896,733701],[262908,733920],[264713,732576],[265087,731737],[259515,731077],[259138,731724],[260289,731364],[259492,731813],[264366,731758],[263278,70079],[267253,67786],[266081,69404],[266561,65244],[256147,64317],[256460,85374],[260314,77905],[263085,83804],[266796,85021],[260205,79779],[257340,80044],[264311,94305],[258635,95134],[260148,101389],[258645,92185],[262150,97577],[263893,100231],[267947,114404],[258454,114914],[264630,110584],[264955,107428],[267444,113605],[266609,115130],[267078,106357],[257157,125915],[257217,120692],[259159,125161],[258303,122999],[259237,122441],[256567,127258],[265463,117341],[263775,119221],[281091,-116757],[280749,-127319],[271944,-121202],[273654,-124029],[273348,-123449],[280936,-116385],[274093,-124883],[273443,-117096],[273572,-138329],[281447,-134699],[276150,-133072],[274550,-131616],[281487,-136791],[269212,-135151],[277348,-134038],[275268,-134096],[273703,-138302],[280761,-131195],[278026,-151050],[274275,-142168],[275564,-151883],[278751,-145534],[275001,-149103],[273690,-150359],[281032,-157763],[270968,-153722],[280290,-187084],[274990,-182934],[279204,-187999],[273984,-180795],[275014,-180471],[271320,-181813],[273575,-181773],[279182,-186468],[272552,-180595],[270448,-182033],[271704,-7578],[268939,-7766],[272191,-7951],[277634,-9136],[274810,-7908],[279061,-8954],[278886,-7041],[277608,-10677],[279802,-10722],[276311,-7339],[280581,-5480],[278460,-8777],[280110,-7349],[278441,-6753],[273203,-5553],[279245,-1005],[277043,196],[270516,-245498],[272535,-251062],[271790,-248060],[277146,-247140],[273148,-250417],[276589,-247425],[276177,-261981],[268888,-283235],[276346,-293612],[279664,-22626],[274597,-32029],[275528,-34583],[269086,-36731],[280438,-37398],[279537,-35744],[275422,-35907],[274725,-37332],[269861,-49394],[278712,-46496],[274626,-49191],[277864,-47342],[279648,-49274],[276593,-44180],[271635,-43077],[281165,-41303],[274682,-39867],[275374,-45120],[281492,-46432],[269980,-41879],[273131,-48244],[275239,-40954],[275925,-45455],[280670,-40962],[279755,-41434],[278145,-44582],[280125,-43669],[273180,-57371],[270691,-56074],[269865,-57137],[274493,-61616],[271555,-61588],[279398,-61259],[275449,-51115],[272317,-51867],[280525,-61826],[278131,-62135],[275555,-55170],[276640,-57404],[276742,-59923],[277867,-73750],[279347,-71346],[273660,-72674],[270560,-74065],[278823,-73345],[276871,-74308],[270736,-76030],[270371,-74502],[275066,-66695],[280166,-71314],[279042,-71809],[269801,-74477],[270528,-73080],[280985,-76478],[277062,-72964],[279265,-72175],[280813,-76147],[274278,-87466],[273404,-87979],[279500,-79311],[269290,-84093],[270168,-76796],[275033,-77399],[277449,-81887],[276555,-76611],[281240,-88289],[281467,-85773],[278491,-82015],[280643,-77890],[272300,-76691],[273634,-85337],[272467,-82527],[275093,-81053],[269921,-88282],[275143,-80436],[271040,-87110],[275770,-87785],[277334,-77265],[272301,-86928],[274032,-80728],[281071,-87444],[281475,-95457],[268902,-90848],[275696,-89877],[269010,-90374],[275372,-91100],[276587,-113265],[271937,-110779],[279247,-108318],[274794,-107409],[275982,-113326],[272890,7860],[280760,12498],[277292,9037],[275258,7311],[278496,11700],[278175,12932],[273566,2266],[273722,1496],[277199,11444],[275515,8320],[277257,9528],[275972,15608],[275384,20204],[271769,14662],[272652,17678],[279452,13270],[268981,405130],[273987,401126],[269592,405603],[274654,406460],[274396,409302],[278309,407289],[274843,417458],[275195,411412],[276778,418991],[274558,413968],[273663,520618],[270472,522159],[270443,518671],[276707,533276],[276746,529746],[275098,526249],[278577,525300],[277598,544367],[280259,688004],[278326,685210],[281162,688029],[281254,688250],[280250,687494],[281484,687647],[278893,685778],[280103,687074],[270823,694578],[271851,695323],[272064,694893],[270753,695339],[269455,693594],[272645,697202],[270419,693273],[271138,694499],[269648,693878],[271177,694787],[270225,694786],[271726,702954],[269238,703105],[276917,708836],[279005,710534],[274250,710884],[276825,712902],[277868,710380],[276395,711271],[279052,714607],[277451,713650],[277794,713169],[278263,712382],[274709,710443],[278610,713256],[274978,710749],[278779,711104],[278627,711683],[277488,712153],[277898,714615],[274557,711760],[275019,710188],[278503,711684],[279277,711812],[276878,712391],[276549,710103],[276941,710396],[277651,710050],[268989,704841],[271248,711456],[271552,711161],[271719,710681],[270330,708416],[274830,715815],[273827,715195],[271376,708202],[271910,712484],[271587,711641],[274328,727465],[276024,728514],[276365,724792],[278874,721004],[279414,728754],[278415,720676],[278179,720101],[279445,721391],[276091,722215],[273418,727163],[276424,723771],[276708,728454],[273763,727042],[277278,723949],[276000,724373],[278517,721252],[276719,723760],[276667,724239],[268899,726783],[269418,724701],[270089,727096],[270725,722719],[274203,717628],[269472,726352],[269634,724316],[270328,722768],[269367,727003],[269452,723496],[269244,726882],[269630,727373],[269323,723861],[273251,733076],[272523,731228],[271681,730307],[272773,730670],[272749,732692],[270910,734479],[279125,72967],[280511,71559],[281368,76853],[278185,73429],[279962,72654],[274741,73374],[270799,75433],[271033,72519],[275763,70800],[272663,70509],[272299,89616],[273617,83730],[272070,77856],[277211,80230],[276791,77599],[278395,88502],[280554,83181],[281052,82613],[280517,83181],[279855,98331],[277263,101095],[276958,100988],[279008,93722],[270561,108696],[271143,108945],[271445,116085],[274302,116962],[271809,123124],[270313,125043],[276494,116735],[269512,116130],[290702,-121762],[285374,-117732],[291473,-118822],[291555,-115781],[293196,-120455],[286727,-121936],[289940,-123158],[288363,-120097],[293414,-120607],[282022,-118978],[285542,-117250],[291492,-119238],[292526,-118117],[290503,-129129],[287420,-136100],[290965,-139292],[284101,-139997],[293627,-134156],[281771,-138375],[284068,-129452],[285030,-131379],[282786,-139764],[291156,-137519],[292389,-139610],[282942,-137826],[283709,-146979],[286500,-151635],[284870,-142585],[287681,-144314],[290427,-149212],[292987,-151387],[287630,-152236],[285622,-144975],[290032,-145729],[283693,-147393],[291730,-141045],[283338,-152454],[294320,-145993],[282262,-148836],[291857,-145010],[292372,-157520],[291494,-158899],[287277,-159909],[287840,-158726],[286567,-163363],[287252,-161830],[290676,-165677],[286280,-162950],[291211,-175804],[286183,-168988],[293670,-171580],[288143,-168879],[289853,-174487],[283570,-184995],[293638,-185635],[285839,-5266],[290139,-7564],[284779,-6758],[291565,-10822],[291029,-7405],[292283,-1446],[285390,-4492],[288564,20],[288478,-1201],[289402,-3353],[292351,-2996],[292014,-2281],[283351,-271152],[294053,-283911],[284571,-20625],[283529,-23429],[289864,-19060],[289738,-15201],[284999,-12821],[291944,-17910],[282290,-16711],[284014,-22196],[284270,-24459],[287082,-27864],[291157,-28886],[286469,-28457],[292340,-30511],[291638,-30966],[286593,-26069],[291510,-33722],[285947,-32608],[288493,-33903],[284213,-31630],[291752,-32306],[285284,-37240],[284072,-39067],[285027,-44041],[292406,-41864],[282946,-40597],[283685,-45572],[291486,-43890],[291844,-43282],[283051,-49954],[290108,-42516],[289651,-48452],[289845,-39463],[289229,-41721],[286506,-40289],[285838,-48111],[284136,-44464],[292771,-58775],[286287,-54799],[286285,-57193],[285488,-61563],[286962,-53282],[287966,-58348],[284160,-61601],[293305,-60969],[287440,-54217],[291437,-58770],[283754,-58442],[292258,-60639],[283992,-75088],[285667,-73528],[286402,-73918],[282340,-72396],[290119,-74944],[285140,-71642],[284892,-72985],[287412,-72848],[291874,-66551],[289994,-68333],[293540,-72610],[292255,-70188],[292194,-71603],[294369,-72989],[293093,-70996],[286809,-66405],[284760,-65496],[293784,-79289],[286656,-85485],[285134,-81088],[285142,-80293],[283546,-88450],[289565,-84250],[281914,-78755],[283532,-79246],[282015,-78940],[285535,-79666],[283469,-82373],[285936,-87516],[283725,-91530],[288759,-90217],[283143,-90478],[284465,-100369],[284424,-97133],[285073,-98675],[289739,-99456],[291426,-93818],[291743,-93613],[289792,-101256],[282525,-102546],[286453,-112512],[283323,-102794],[285126,-110401],[283718,-103516],[285913,-112195],[282663,-106791],[293280,-107234],[291295,-109935],[293317,-108569],[294388,-107935],[287993,11317],[291217,12087],[294266,12985],[289596,10924],[288846,12257],[289999,12158],[292917,12565],[282370,11444],[284269,7919],[282532,1584],[285827,2675],[292851,8674],[285175,8427],[291378,2601],[290306,2562],[286660,1238],[284974,18675],[283813,14984],[290836,13160],[284964,14104],[293622,13578],[293493,17077],[292899,16601],[289049,17434],[291081,19464],[281796,17163],[285623,13764],[283815,13707],[285888,14670],[286072,460309],[282285,464443],[285297,466374],[285490,467570],[290985,467758],[291678,463354],[285492,462129],[282506,526227],[283060,689342],[282286,686225],[282785,689657],[282741,689021],[282563,685630],[288675,720584],[290406,721187],[287715,721053],[288917,721571],[289403,720293],[288062,721129],[290080,721093],[286807,67495],[286209,67427],[286847,67485],[290199,70058],[289633,70447],[290122,69950],[285567,76452],[285146,76752],[285887,76758],[281919,76284],[281998,76474],[290862,73798],[290290,73979],[291716,73251],[283237,77420],[283044,77943],[283668,77611],[287499,83429],[287000,83010],[287279,83421],[291079,87914],[290887,88252],[291251,88428],[290924,77302],[292721,78377],[291423,77119],[290680,77857],[291586,78050],[290185,77648],[304133,-127464],[296574,-116752],[297460,-115101],[298936,-116244],[295456,-119090],[297865,-118006],[295300,-117276],[298128,-138230],[303550,-136195],[305031,-130425],[302771,-128612],[303218,-133189],[301029,-138514],[300881,-130421],[306040,-139599],[302889,-129393],[295288,-134447],[302708,-138622],[303284,-131002],[298378,-140022],[298735,-129067],[301017,-141247],[306408,-153234],[302769,-144660],[304146,-145766],[297608,-150401],[306187,-144590],[306083,-150385],[296102,-141700],[294459,-153323],[300947,-150277],[296536,-145580],[303249,-142398],[302886,-147021],[307083,-142845],[297078,-152438],[304080,-151808],[302226,-147869],[294601,-147492],[301643,-148878],[299880,-153977],[305891,-160333],[302876,-164465],[295410,-160721],[299563,-161020],[295922,-155166],[305894,-158459],[302139,-164366],[297114,-163311],[304834,-162486],[303311,-156987],[295658,-175130],[296504,-172073],[303067,-166914],[299034,-172367],[302530,-168890],[299671,-172713],[305898,-171508],[306251,-170710],[304872,-169775],[299338,-186258],[296209,-183117],[301613,-185907],[300401,-185374],[296281,-183233],[300750,-186486],[300249,-7738],[297507,-7738],[301355,-4704],[303451,-6950],[304789,-2129],[299905,-5171],[296912,-4982],[296047,-24835],[302157,-21380],[296495,-21183],[300151,-22286],[306957,-16279],[300212,-20356],[306587,-19084],[295490,-17608],[298803,-15988],[300629,-15196],[304641,-16664],[307086,-19446],[306583,-22829],[306265,-22742],[303232,-24029],[301692,-33245],[306353,-33434],[294680,-33640],[307185,-29443],[303435,-27938],[307194,-28722],[297226,-26687],[300862,-36282],[302285,-26878],[302285,-26376],[296504,-35313],[296381,-33554],[303064,-35753],[299926,-41702],[300061,-43642],[295522,-40594],[301922,-50186],[305298,-47113],[301754,-43937],[305644,-43976],[304659,-40974],[296411,-48263],[297760,-49080],[300539,-48873],[305032,-42645],[301073,-49878],[300290,-45926],[301349,-46271],[306187,-47200],[297970,-62260],[305884,-60583],[306904,-55969],[296556,-56396],[305417,-59631],[301783,-58699],[303811,-61962],[294892,-62295],[296247,-62999],[302973,-60807],[305869,-51131],[300799,-52651],[303371,-53285],[300890,-72717],[305483,-74474],[295311,-76197],[297552,-75942],[300885,-73826],[298152,-75118],[299849,-72841],[303919,-72233],[303355,-69242],[304088,-68330],[305412,-64523],[305224,-76394],[298235,-71046],[297211,-68694],[301595,-71960],[296820,-76572],[298792,-70281],[302755,-68352],[298444,-72870],[299366,-81512],[296496,-76668],[300040,-79665],[298262,-76946],[300176,-88571],[299541,-86102],[295212,-84351],[297094,-96515],[301871,-94481],[296983,-100411],[304062,-94905],[304309,-98310],[299412,-101259],[302448,-97983],[305507,-95715],[300561,-100639],[297247,-114262],[294728,-114754],[299659,-110952],[299355,-111679],[297351,-109889],[299397,-104473],[299220,-103322],[296127,-111289],[302618,-104135],[296319,-112373],[298990,4575],[298058,3843],[303482,4283],[304348,2791],[295593,11335],[306447,11334],[305190,1627],[306146,1303],[300254,5583],[306180,11852],[302358,10198],[303201,8021],[303945,8764],[306842,7585],[305928,5834],[306704,905],[304085,3692],[301151,1306],[299549,2988],[298803,5120],[302129,7832],[297335,11083],[298768,8829],[306403,3881],[304178,8634],[300190,13025],[299229,18268],[297889,20160],[301313,18570],[304336,409763],[304136,405396],[304760,416505],[307187,421439],[303302,417061],[304142,417718],[306961,414639],[302893,414768],[305877,420900],[305054,424956],[297267,469164],[294451,467140],[297982,467595],[296762,467843],[306247,463765],[307197,48343],[306847,47955],[305472,48902],[305918,49399],[305608,49522],[305350,51183],[305409,50537],[300361,46042],[300007,46756],[301803,46209],[301348,46882],[301701,46671],[300009,44671],[300741,45461],[299434,44624],[303131,47568],[302719,47099],[303424,47630],[299726,48243],[300421,48510],[300041,48514],[306346,47973],[300372,47534],[301254,46724],[301071,47734],[304454,49898],[305602,50381],[302997,60389],[303120,59810],[302849,60647],[304553,60996],[305132,51451],[304113,61121],[303191,58973],[302759,58685],[302537,59596],[304562,53197],[304914,54838],[304137,54948],[303676,61242],[303432,61140],[298637,65739],[303758,73244],[303711,73403],[303214,72989],[303702,74467],[303997,74183],[303414,74577],[301059,73712],[300471,74147],[300855,74144],[299592,68941],[298719,69992],[298116,69251],[303933,75442],[304366,70789],[302840,71997],[300428,65739],[299745,65241],[298421,65204],[307838,-123968],[308708,-127002],[309884,-119855],[313694,-116619],[315015,-120076],[312260,-117888],[308746,-117524],[312869,-127378],[319752,-138054],[317346,-135673],[309092,-129729],[310957,-136674],[311082,-133199],[312611,-134982],[317513,-138129],[314679,-136451],[312918,-139679],[309269,-142317],[309801,-152874],[310221,-141585],[311551,-140841],[308920,-157725],[318841,-166128],[307311,-164230],[318729,-164506],[314614,-161975],[308952,-154303],[308436,-165115],[310930,-169042],[318277,-167063],[307845,-170108],[310136,-173751],[312922,-166799],[309254,-174350],[308898,-172179],[317098,-174879],[318868,-175077],[315154,-173690],[317683,-167451],[311341,-171050],[311398,-191012],[309867,-191707],[311703,-184555],[313602,-180375],[317763,-186610],[316403,-180847],[315829,-187776],[314281,-185936],[318997,-189218],[308645,-190011],[310913,-191835],[317442,-197232],[316958,-195409],[313850,-193826],[312523,-193186],[315681,-195483],[314053,-194972],[314199,-192925],[316358,-8797],[307603,-668],[312761,-483],[314033,-5481],[314270,-8414],[316773,-7242],[318304,-6184],[315127,-9846],[311065,-10560],[312904,-7321],[309234,-6506],[314883,-5490],[317731,-6743],[307329,-6246],[307892,-3692],[308368,-23580],[311287,-12649],[315310,-12696],[314465,-13841],[312203,-13131],[315644,-23965],[314327,-20078],[316419,-17558],[315725,-14486],[319397,-15912],[309743,-24812],[309587,-22850],[310514,-23108],[313812,-34955],[312700,-25730],[309140,-27496],[308471,-28615],[312078,-35583],[313254,-33643],[311647,-33550],[312510,-32506],[308274,-36009],[307262,-33094],[308238,-37249],[308847,-32018],[307802,-29299],[307637,-37385],[314755,-47071],[309844,-40206],[313328,-40596],[313855,-39076],[313298,-39812],[312118,-50941],[312820,-42727],[308591,-41103],[307365,-42119],[308731,-46096],[311903,-43872],[307646,-41570],[311811,-42334],[310071,-41148],[308267,-46656],[311090,-49245],[312222,-63221],[316207,-60019],[308305,-58148],[316133,-54798],[307587,-61236],[312506,-53972],[307586,-57826],[312938,-61484],[312598,-56462],[310067,-52950],[316586,-60655],[317137,-59215],[317376,-54841],[311453,-60418],[315752,-57945],[317724,-61666],[316311,-57641],[309765,-54712],[310206,-51789],[312551,-53736],[316816,-51659],[316325,-53403],[314226,-64341],[309195,-71836],[315501,-76510],[313710,-71840],[319831,-73982],[318898,-83324],[307492,-88686],[307806,-86720],[315333,-85458],[315277,-81624],[316770,-83635],[308378,-80074],[311031,-77050],[315484,-81070],[318269,-77919],[314586,-84458],[316410,-82494],[311776,-84370],[311466,-101859],[315677,-90158],[314557,-90249],[309617,-98406],[312481,-97165],[311449,-99069],[312347,-98716],[311216,-98787],[315624,-98915],[311924,-98527],[316018,-108735],[312257,-113824],[307353,-102313],[319786,-111862],[308072,-104141],[312766,-110026],[318076,-114655],[308579,-107560],[310765,-113626],[318409,-103370],[319904,-102732],[316168,-103018],[311260,-113482],[317932,-103686],[317671,-106311],[314458,-107248],[309770,4840],[310030,7381],[307457,10766],[308419,7727],[309287,4566],[311091,6977],[312371,1682],[313363,4066],[315008,4245],[314845,2478],[315821,2912],[311626,3520],[307566,10162],[309974,3251],[310787,404344],[309289,408260],[313628,405146],[311257,409762],[314772,407200],[312655,408867],[308127,422450],[309292,419911],[315302,411493],[317078,411579],[315916,415355],[314707,419863],[317577,428822],[318680,424486],[317846,430789],[314934,430378],[310529,427346],[307312,425213],[307360,426382],[316465,422768],[308425,434872],[313179,436131],[316050,435475],[310617,463168],[315032,47853],[314808,48126],[314217,45906],[314610,43809],[309256,46342],[315257,42973],[314606,42426],[315087,41528],[314955,42201],[314496,43999],[314497,44239],[314843,43751],[313378,42128],[313272,42472],[313633,42235],[313433,41834],[313498,42676],[311095,42541],[310910,43157],[310331,44200],[309910,44315],[309535,44931],[308744,45907],[309667,46488],[308715,45995],[308043,48043],[308377,46700],[308177,46961],[308220,47000],[308751,44462],[318758,601360],[319534,598034],[316823,599559],[317548,598981],[319142,600203],[318750,606401],[315654,608187],[317659,610609],[314414,609535],[315450,605063],[317152,607989],[318292,608777],[319060,612937],[316768,607149],[314333,607221],[317853,610748],[319883,611443],[314726,610321],[314843,605880],[319969,605592],[319919,605457],[317966,617087],[316916,616690],[319255,615884],[309916,63999],[311484,63966],[311068,63867],[314239,61170],[313403,61555],[313856,55976],[313657,56770],[314825,54385],[331056,-135612],[329503,-133988],[322172,-161011],[322140,-157844],[322605,-160474],[321170,-166150],[320016,-159439],[323071,-161407],[320318,-158018],[321400,-167616],[321037,-175269],[325430,-174419],[329648,-169481],[328890,-174040],[331117,-168127],[328899,-171995],[328117,-171465],[327298,-176162],[326771,-177033],[323249,-175849],[326029,-176354],[330116,-172207],[320991,-182327],[322944,-182649],[321975,-186332],[324006,-185005],[327462,-185547],[327173,-188476],[326219,-188976],[326264,-187093],[331806,-184206],[323389,-199854],[327702,-200613],[325278,-203557],[323058,-199132],[321303,-197309],[327318,-201002],[327131,-202648],[329063,-204001],[327446,-202521],[331295,-205775],[331356,-208858],[327764,-210850],[327654,-213752],[329435,-212309],[331256,-206024],[330091,-207393],[329519,-210389],[329801,-213301],[327925,-214213],[321355,-225986],[332038,-228036],[325044,-218166],[321080,-220861],[321788,-217933],[323676,-227876],[321900,-226989],[326836,-232964],[327172,-231750],[327378,-237120],[321875,-230976],[327422,-230279],[332443,-39610],[322456,-43609],[323684,-62268],[324282,-61892],[324812,-61175],[325210,-62025],[327343,-60937],[323599,-58956],[320862,-63191],[325415,-61872],[325079,-60840],[322644,-64953],[323240,-64839],[322888,-65324],[323134,-65004],[323530,-65290],[323990,-64371],[321339,-83556],[327315,-84342],[324201,-83227],[325721,-86075],[324016,-84736],[321557,-82108],[326847,-86899],[322318,-86923],[324994,-92340],[324607,-94045],[330775,-95736],[327190,-93574],[330784,-99042],[326603,-97309],[329102,-91719],[324546,-94757],[331540,-107209],[321719,-110195],[323403,-104116],[328184,-102835],[323854,-107982],[328792,137523],[330199,134346],[331497,138677],[332019,131724],[331277,138998],[328233,136035],[327558,140141],[329856,130904],[328146,138438],[328070,135631],[331509,140656],[331239,144133],[325581,421374],[324718,421993],[320565,414824],[323277,416370],[320011,418286],[322816,414415],[323765,420365],[331012,432280],[325579,432533],[325835,435040],[321782,432051],[321795,423510],[321667,431509],[321640,430013],[331069,429226],[326397,423305],[327728,435882],[332083,435752],[323583,597168],[331701,593540],[331860,593054],[331254,590231],[321096,595054],[320706,599415],[323974,591858],[327995,590956],[322031,598513],[320137,598868],[323496,596186],[327356,592570],[323156,597278],[332368,592190],[322603,601071],[329522,593815],[332675,593071],[330821,590145],[328913,589597],[325621,591751],[327423,592150],[322400,608438],[323420,612673],[322019,612278],[326779,605971],[320927,608357],[320124,612126],[322157,612332],[322105,605497],[321062,602488],[320426,603352],[329993,621514],[321601,617044],[324201,620521],[325427,617172],[327143,622842],[330162,622848],[322876,615605],[322516,620069],[325173,618145],[326783,622732],[329203,623519],[331271,625633],[322412,617398],[323046,620642],[325465,617401],[329067,623630],[331800,625306],[334494,-131113],[345423,-144425],[345430,-148268],[342524,-146993],[344734,-154071],[334839,-177030],[333258,-173096],[337031,-173553],[340756,-175204],[334646,-176380],[333112,-170022],[335761,-177027],[339622,-173387],[344298,-178332],[338331,-178034],[340696,-172391],[332763,-173821],[337487,-177015],[334862,-169765],[340523,-180969],[337016,-187151],[340944,-186588],[341044,-182697],[340294,-182733],[338596,-190471],[334420,-183837],[342330,-189151],[343840,-183986],[341027,-188353],[343909,-185197],[332875,-189074],[340605,-193688],[342281,-202951],[343371,-202966],[337121,-192348],[342316,-203276],[334584,-216339],[336913,-212447],[338066,-210064],[333303,-217433],[334159,-220594],[335021,-233409],[335910,-101987],[333867,-98214],[334659,-90796],[335412,-96082],[335280,-96600],[338074,-91315],[341616,-92440],[335910,-101987],[336383,-95592],[338812,-101542],[343402,-96127],[333995,-92251],[334053,-102159],[341974,-93638],[344572,-95713],[345196,-97496],[337219,-102094],[345460,-92963],[339488,-97376],[341169,-103557],[336303,-110719],[335153,-112500],[332822,-111416],[340885,-103508],[339795,-113736],[345313,-103273],[344731,-107318],[334806,-106108],[333615,130730],[333164,143931],[334882,435308],[339358,433993],[336957,429075],[337180,430485],[334435,588485],[335690,587859],[338232,587467],[341342,588142],[342614,587808],[342873,586915],[333520,587869],[336390,586068],[339325,587818],[336869,585728],[338209,588574],[343533,587540],[345429,598082],[336854,592403],[335405,593840],[337728,594403],[336089,592541],[336251,591262],[340267,590186],[344244,590248],[335857,591331],[335410,591849],[336128,591024],[342587,590263],[345241,590255],[337325,591123],[333368,591915],[343851,603923],[342941,624105],[337925,626526],[333858,625566],[337346,627157],[342691,626954],[332893,625676],[344759,624112],[338167,626889],[333675,625271],[343374,624603],[348602,-121145],[351667,-117649],[350901,-118604],[348078,-119515],[351292,-121024],[350353,-135010],[355491,-137413],[355448,-138293],[353972,-134335],[347926,-127905],[347926,-127905],[352623,-139897],[352623,-139897],[354443,-146126],[354317,-151650],[357457,-142971],[354847,-148539],[357271,-151687],[354992,-142219],[355332,-149239],[346203,-151627],[350804,-145709],[349273,-152798],[350698,-148131],[351667,-152196],[348613,-143385],[351611,-158173],[351462,-160901],[352265,-161646],[354412,-164436],[355442,-164631],[356604,-163300],[354456,-162443],[357941,-157312],[347189,-156177],[355013,-158133],[351850,-154921],[352512,-155975],[354504,-167153],[350672,-176812],[353766,-173962],[353773,-178195],[355169,-178918],[350315,-169193],[347307,-168790],[349832,-178224],[352624,-169205],[348611,-168850],[349291,-167512],[358231,-178530],[349355,-178049],[352440,-166830],[348481,-169654],[346265,-175834],[356974,-178336],[348935,-175592],[346554,-187910],[352265,-182121],[355230,-185499],[357315,-184159],[357925,-184620],[347783,-180391],[356499,-186901],[354892,-185151],[346766,-183047],[355365,-182879],[357198,-185960],[350004,-191155],[351139,-188444],[351925,-187162],[345617,-202617],[346426,-193611],[355134,-198044],[347889,-203807],[356115,-201096],[357966,-62920],[346531,-100795],[346343,-92999],[346282,-95284],[346057,-95481],[347374,-98310],[347317,-99453],[351758,-101703],[348875,-103635],[347660,-106547],[346162,-103948],[348327,-107880],[357382,-107300],[356461,-106961],[349533,-109496],[345607,-109725],[352380,-105088],[353550,-114102],[345613,-109966],[352308,143213],[346133,596650],[350325,598611],[347820,598305],[348249,597550],[347410,597511],[347053,601480],[350179,600662],[349006,600393],[351053,609341],[349567,609402],[351444,611220],[351945,612402],[350622,611352],[349130,611268],[351639,613386],[350329,614234],[348620,605680],[348318,610695],[349148,608496],[352176,610702],[352178,612028],[350018,611302],[350705,612375],[351637,614036],[348339,604802],[347269,601962],[350540,609821],[349889,608707],[352237,611077],[350346,612443],[348970,611505],[351552,613806],[350379,613088],[348402,605288],[347249,602635],[348197,623967],[348035,618873],[351286,621554],[349941,614681],[351104,621215],[351824,615713],[348053,621793],[349703,614944],[351517,622273],[349406,623102],[351045,618764],[365164,-115145],[370853,-122672],[367090,-117867],[366200,-120900],[367925,-115072],[368729,-119622],[369629,-120592],[363655,-116761],[368766,-116469],[368561,-123774],[367856,-139233],[371079,-133102],[367837,-134701],[369668,-135574],[367901,-139008],[369331,-135757],[371020,-132484],[370548,-137462],[368309,-137108],[371064,-133654],[368854,-148742],[362097,-147086],[361794,-150435],[358977,-152760],[366591,-152082],[366677,-147322],[359018,-147881],[366788,-146325],[359699,-144427],[364594,-146268],[359283,-153609],[370141,-153745],[361338,-161305],[359439,-155206],[367128,-160899],[361153,-156574],[362504,-166132],[358512,-155891],[369906,-158570],[362320,-163378],[363908,-154633],[368467,-158592],[358717,-174331],[364089,-168859],[367949,-172091],[362502,-178614],[361739,-173625],[367264,-176474],[363442,-168780],[367601,-176903],[359556,-170044],[366718,-170955],[359876,-178274],[360292,-175303],[359960,-176564],[361054,-176164],[360068,-182249],[359736,-183344],[361437,-181053],[360402,-182179],[370894,-183401],[367555,-190309],[363886,-188210],[366490,-181882],[367929,-183104],[366901,-182099],[362868,-184112],[360463,-187353],[362116,-185114],[359749,-186451],[366604,-198139],[359934,-199441],[364486,-201239],[369749,-201352],[368480,-113432],[358538,-113291],[369657,-113381],[362891,-112625],[363426,-109970],[361716,-107838],[370060,-109455],[360121,-106494],[362541,-110921],[361220,-107727],[360421,-109474],[370410,-114310],[376233,-116137],[379756,-125835],[376237,-124078],[379493,-124824],[381277,-117876],[377713,-120998],[371951,-124607],[375039,-124867],[375145,-122773],[377993,-138451],[380249,-136947],[371781,-136534],[372858,-133442],[371364,-140068],[372013,-140342],[372691,-137842],[375986,-133112],[378876,-134610],[374380,-139992],[377712,-132598],[378893,-136165],[376997,-131754],[372045,-128503],[378067,-134487],[378247,-132470],[371974,-133493],[379997,-128114],[379617,-140397],[381816,-144661],[373488,-143535],[371485,-142244],[380522,-151040],[377539,-152987],[383198,-143461],[379580,-145150],[371329,-149496],[377581,-150894],[377977,-144770],[371784,-147521],[372452,-144523],[375848,-141857],[383287,-146328],[372184,-147998],[372854,-144708],[373821,-141134],[377775,-143766],[379332,-159686],[381264,-155391],[382089,-156467],[380887,-154994],[383856,-156006],[373748,-155467],[376591,-157354],[383163,-162642],[373554,-157372],[375434,-164311],[371911,-160684],[382002,-164190],[378997,-157056],[373217,-162695],[371736,-164519],[377956,-159520],[382918,-162277],[375726,-154907],[381316,-162535],[381584,-166800],[380327,-178197],[381508,-167405],[383239,-178626],[380562,-174920],[377251,-169236],[381050,-178581],[381764,-172840],[381169,-176248],[380187,-170751],[371236,-167451],[372801,-170990],[381724,-177677],[379268,-172342],[372925,-179743],[379155,-181761],[375401,-187584],[379639,-181065],[374556,-187192],[377587,-190154],[379899,-187967],[380792,-180914],[381948,-183548],[381681,-197522],[376106,-197999],[371332,-200817],[383404,-199057],[379787,-152],[383118,-3343],[381032,-2171],[377506,-444],[374948,-105993],[377754,-107857],[372909,-106279],[373928,-107423],[374815,-111954],[378423,8929],[381172,5777],[377406,6352],[26388,-115626],[26736,-119328],[30935,-117558],[29704,-116693],[30332,-122510],[35629,-122150],[36067,-126189],[32635,-122807],[36513,-122540],[33353,-143116],[35529,-145705],[29971,-147333],[29104,-147595],[29459,-146351],[31933,-146053],[33724,-143871],[32991,-143832],[27790,-148330],[26334,-148477],[25625,-144906],[26063,-146087],[32371,-145586],[32138,-152804],[37364,-150755],[36543,-150733],[31076,-148398],[34163,-150536],[28692,-150615],[30924,-149655],[32011,-152903],[33758,-151738],[37513,-148284],[30630,-148680],[36402,-151065],[30052,-152367],[27092,-151724],[26142,-153220],[27235,-165486],[31743,-163703],[25721,-161963],[37378,-155188],[28064,-164920],[30126,-165037],[30043,-163967],[26577,-162630],[26143,-159364],[27151,-164757],[29322,-164704],[30907,-163468],[26342,-162734],[26431,-160177],[31653,-156245],[30830,-156125],[33270,-163787],[32744,-162753],[30561,-160863],[29181,-160666],[33018,-161939],[32552,-158875],[29515,-159591],[31676,-157721],[33859,-157053],[32886,-155715],[32029,-154904],[34849,-163717],[34131,-163807],[33755,-164123],[28381,-164654],[28695,-162717],[28258,-161291],[28588,-158417],[28375,-157608],[26606,-156920],[27433,-156797],[30100,-154399],[33645,-157807],[32975,-158690],[34958,-158518],[33609,-156571],[28816,-157494],[29712,-155264],[27716,-154651],[37083,-158720],[38344,-158053],[28561,-166716],[27407,-167919],[37353,-172453],[32468,-168030],[28552,-175145],[36166,-170116],[28209,-169634],[25806,-171295],[33888,-172906],[30159,-168285],[34091,-169867],[28678,-174538],[25674,-170152],[34332,-167802],[27246,-166902],[28782,-177122],[30993,-168822],[34835,-171021],[26295,-169218],[37150,-173188],[34955,-173638],[27197,-166792],[29030,-174844],[27265,-171597],[28506,-177765],[25998,-178559],[30191,-178610],[25954,-177916],[25381,-177983],[29681,-178786],[29746,-178792],[26881,-178892],[36509,-178461],[35411,-178599],[37796,-184101],[34365,-179051],[37406,-181422],[25959,-182078],[27670,-180791],[28412,-181112],[26230,-183344],[31642,-191273],[34635,-179409],[33009,-179035],[32723,-179492],[33396,-179293],[30654,-181301],[28468,-180970],[38284,-179069],[36685,-180258],[35058,-197602],[34784,-207840],[34932,-207179],[35861,-206892],[35193,-207023],[33805,-229947],[38353,-218979],[36430,-228741],[27961,-231534],[36301,-230468],[37599,-234782],[32420,-232256],[31226,-230529],[37369,-233247],[32262,-232978],[28713,-9214],[31426,-11442],[27577,-19407],[37016,-22483],[27345,-23124],[34729,-21296],[32988,-22836],[34767,-19001],[29817,-15350],[37554,-25466],[35096,-26698],[36291,-28167],[31695,-61739],[26665,-61306],[27973,-59020],[30174,-58358],[30212,-61686],[25946,-72331],[27997,-73501],[35605,-87583],[35300,-85120],[34353,-87273],[33845,-100839],[35633,-100161],[33678,-91015],[28423,-93447],[34511,-96355],[37714,-98354],[29475,-93909],[25949,-97247],[36637,-113822],[26478,-113504],[37126,-113543],[34963,-104259],[31157,-103637],[33097,-102959],[33554,-105123],[35328,-104668],[29054,7624],[26830,3629],[27268,4757],[34770,137329],[38233,137896],[35828,132246],[29985,138210],[37241,137576],[38084,131893],[37476,135788],[31658,138715],[30413,140905],[30672,152084],[35252,151343],[33658,152824],[32115,150418],[33549,151091],[36604,153287],[32119,152849],[34096,153421],[31688,149130],[36828,152190],[35239,151952],[30608,148915],[33860,150831],[29989,153725],[30436,151109],[26710,149386],[35943,141769],[33508,143754],[37109,141468],[32306,142632],[36448,141068],[36148,145057],[37958,148130],[35767,146735],[36288,143151],[37226,143563],[38359,145274],[35540,154642],[38248,154045],[34247,154425],[35529,154572],[38285,154379],[29902,156601],[36281,217263],[37561,219526],[38117,220240],[37752,220537],[29882,18251],[27117,18309],[30685,25249],[29589,18163],[30141,25343],[27164,18085],[34410,258721],[34413,257328],[32342,259642],[32535,258265],[35015,358072],[34878,354203],[34408,355173],[34560,353464],[35216,356383],[33142,361419],[34744,365234],[37647,370674],[34070,360059],[32267,360735],[33098,365842],[36323,371429],[35316,372399],[37333,378757],[33565,372575],[37453,378277],[30959,35148],[36309,32588],[32578,28231],[30037,28674],[35910,31748],[33441,30491],[31458,27850],[27353,28632],[29643,28274],[36051,31166],[29748,27674],[26435,31752],[31453,33620],[27060,25695],[34607,29389],[33921,27380],[33405,21619],[38330,97418],[34568,90712],[30696,93481],[36980,100101],[384348,-121400],[389734,-123471],[388129,-120961],[384050,-116114],[389284,-121514],[390773,-139380],[391716,-133369],[390053,-138252],[386325,-134430],[388685,-133465],[390159,-135084],[390907,-136182],[393852,-131451],[394103,-134114],[390042,-149421],[393772,-151735],[392331,-150189],[389243,-141962],[391417,-147214],[388288,-147727],[390169,-150087],[390670,-152513],[394635,-143959],[390564,-143513],[387878,-152350],[389236,-143797],[385298,-141134],[395087,-149715],[390080,-141790],[390476,-150001],[387745,-142339],[396608,-161980],[386035,-159386],[393908,-154910],[389055,-155681],[384211,-159706],[384688,-153507],[386666,-157028],[390337,-153582],[396368,-160804],[386970,-157006],[385917,-158274],[391649,-155188],[384102,-164421],[384102,-164421],[392412,-160578],[391735,-163199],[391729,-158478],[395913,-165371],[388895,-160676],[395111,-165586],[388718,-162690],[386622,-164280],[395913,-164035],[393037,-163851],[385862,-174858],[387935,-176609],[396018,-166835],[393045,-167069],[390069,-167751],[390186,-181289],[395714,-185016],[396707,-183605],[384128,-185527],[385065,-183267],[392876,-194920],[389830,-198088],[392686,-198566],[389930,-196222],[396574,-194755],[385063,-196672],[392547,-195495],[384370,-199886],[395587,-34361],[393489,-27098],[393922,-38597],[394687,8681],[390585,6604],[390096,6146],[391028,5268],[394750,15165],[389563,38039],[396302,660167],[396408,661734],[395130,663030],[396480,660431],[394028,671790],[393922,670026],[392343,668888],[394882,666771],[389377,672157],[395694,669333],[396324,671530],[393683,673846],[395192,673860],[396608,667374],[392532,675044],[394400,668088],[394987,672404],[395954,679987],[395793,679266],[395620,81781],[396309,79501],[394910,94027],[395513,98282],[394699,95821],[393919,110787],[398641,-138870],[396942,-145295],[397598,-153379],[397926,-146313],[399443,-162305],[396989,-162557],[399450,-163361],[400306,-160192],[399782,-155373],[402276,-170381],[399659,-178984],[398941,-172235],[399312,-174572],[399001,-176326],[398976,-171797],[401946,-181299],[397015,-191690],[398918,-179695],[403149,-180180],[397786,-183662],[404228,-195882],[397790,-195743],[402900,-193860],[398498,-192172],[406565,-195964],[400857,-11063],[403374,-1312],[402829,-7012],[405304,-12275],[409195,-36889],[397350,10757],[408848,9253],[405981,8183],[398565,11267],[409531,6890],[408313,149482],[409542,17859],[406969,22866],[402714,13657],[404392,13590],[402534,14141],[405298,26843],[409220,34567],[405093,37016],[409011,39966],[404820,40313],[406871,43171],[403942,38713],[401508,50069],[401815,50391],[404683,62247],[403066,64014],[408610,654678],[407925,654531],[401848,657630],[404814,656376],[404758,654634],[408451,654448],[402326,657836],[408085,656659],[405997,655794],[403333,659350],[397744,657423],[405566,664620],[405788,665212],[405647,664626],[397200,670258],[399575,676874],[400557,672692],[401047,670566],[400719,666854],[399488,675012],[398470,675031],[397918,671945],[400089,670466],[399151,667695],[398353,669136],[400510,666748],[399548,677417],[399914,673660],[399731,669116],[397169,677323],[406719,668410],[404783,669146],[399848,671274],[404559,667243],[402934,666674],[398827,672549],[398078,671049],[401810,668909],[396899,673591],[397218,674013],[402159,679152],[405431,678858],[406774,679532],[400440,679006],[402329,78950],[403201,87286],[400218,82584],[402072,89340],[407090,91017],[406454,95397],[398642,90596],[402147,95967],[407390,109462],[401663,111521],[404632,109536],[398272,111382],[401610,109611],[404805,121757],[402356,121493],[418217,-124418],[412047,-118336],[415902,-121851],[416496,-124475],[418023,-123430],[420291,-121538],[417687,-139662],[418915,-146159],[417325,-150897],[419578,-142941],[419738,-143117],[420149,-164917],[421564,-166085],[417316,-159076],[416614,-155503],[410255,-190367],[409949,-194632],[414747,-193687],[412057,-193504],[414476,-193974],[421697,-194185],[413523,-7239],[415604,-11471],[414917,-3669],[411881,-3764],[410860,-4853],[420324,-21127],[410052,-24589],[411125,-20725],[416381,-24278],[413033,-24620],[412309,-19496],[411196,-18651],[409673,-36709],[416869,-26684],[418100,-39534],[412143,-41554],[419774,-43423],[418028,-50549],[420373,-63283],[421626,-52434],[418369,-62840],[416592,-66021],[422336,-68349],[421314,-72401],[418817,-65878],[416316,-64463],[418890,-87231],[419049,-77357],[418986,-94558],[412226,5495],[413118,1828],[413413,2825],[413855,3680],[414630,140210],[419838,132261],[414947,147167],[417432,160736],[414377,160569],[421869,23747],[417694,16277],[415150,329869],[416513,323837],[419071,322572],[419897,326415],[413633,331731],[417074,331575],[415237,325717],[421841,333367],[421234,369971],[421420,368223],[416207,373784],[413829,373720],[417453,27565],[417645,31311],[420740,38230],[410031,35502],[409822,43567],[419265,105789],[412977,109521],[416612,116644],[415447,116814],[411766,116736],[419452,121048],[423525,-127129],[424567,-131575],[422499,-148900],[422538,-158324],[423305,-176535],[430358,-176066],[424752,-168408],[425809,-175505],[425721,-171400],[433858,-180892],[427314,-179764],[423944,-196479],[423175,-198092],[424143,-203744],[434989,-205558],[430224,-2143],[433776,-2468],[429693,-931],[424318,-11861],[423543,-12583],[424877,-12157],[424779,-10354],[425314,-9500],[428354,-10894],[433393,175],[427239,-6310],[424235,-5528],[429179,-1020],[426313,-7784],[426648,-12953],[430863,-17525],[434976,-16252],[426642,-25249],[424841,-36566],[433627,-38553],[429160,-42675],[433558,-50442],[422467,-68144],[423300,-72368],[431507,-77717],[430717,-95844],[425094,7740],[424863,4863],[431110,8409],[432549,6800],[429861,2231],[424723,3524],[434174,5790],[431320,5400],[434141,1164],[434917,864],[433682,1005],[424901,135008],[432027,155520],[432274,156255],[430947,22101],[424308,20873],[425552,22603],[430444,19772],[429723,19241],[424771,25558],[430758,17090],[425547,24151],[422750,23710],[422812,322574],[426857,327244],[427202,331212],[424271,331801],[424437,370014],[425572,26464],[424768,29204],[424544,28157],[423052,25925],[434431,28651],[423564,37160],[423267,37568],[428051,34717],[426759,483303],[428252,486119],[428248,482617],[430542,481753],[431142,485403],[429733,493289],[430580,489987],[431228,493359],[430523,493740],[422874,45746],[426016,41870],[429800,59562],[425139,63399],[431030,53348],[423847,63454],[424772,57351],[425439,53256],[425526,58083],[424101,51596],[446776,-188192],[447692,-188868],[438226,-179603],[445446,-182747],[446568,-204138],[442433,-201342],[436274,-200633],[440057,-208407],[446535,-207334],[447155,-206253],[445161,-205208],[443918,-53043],[442134,-51842],[440809,-76269],[438754,-79063],[437241,-79917],[444498,-81073],[439336,-90335],[438659,-93209],[445607,-91799],[444701,10287],[441584,3521],[438568,12126],[440263,3003],[442847,11136],[437498,4895],[437834,22590],[436314,16691],[436556,15182],[444631,261382],[445706,265771],[442680,268160],[439716,38084],[446839,45936],[435670,45353],[450441,-126166],[457716,-127215],[453469,-124567],[459158,-140042],[453285,-133747],[455152,-132583],[452653,-133584],[459227,-128153],[457749,-130207],[457429,-138638],[460663,-136658],[460337,-165081],[449373,-161599],[459440,-164808],[449840,-163553],[448924,-172222],[457022,-167560],[452441,-171408],[460042,-190871],[448433,-185308],[453895,-184355],[457762,-186142],[457660,-211137],[455817,-208921],[449808,-9508],[456650,-11186],[451075,-5244],[459375,-49543],[455708,-46211],[453965,-43393],[452883,-85332],[455153,-80201],[449793,-80242],[457150,-88400],[449270,-86308],[456152,-84011],[450644,-89025],[448428,-88550],[448513,1473],[448023,1275],[449421,4026],[468251,-135701],[469518,-142643],[467734,-141442],[466242,-165604],[470978,-177806],[469816,-166614],[462762,-168916],[470098,-170673],[469639,-178158],[473060,-177839],[463222,-207867],[471387,-3284],[467422,-6453],[466335,-1593],[464159,-20302],[468568,-38180],[472289,-29716],[471484,-31329],[464848,-29178],[469735,-32331],[463813,-26861],[472901,-29871],[461767,-38051],[464127,-28771],[463306,-47334],[471094,-39627],[467447,-39384],[461524,-39386],[465883,-44890],[464104,-45663],[467743,-60831],[465553,-56170],[468144,-57185],[472586,498],[471506,13727],[466515,13956],[473028,500777],[472210,520452],[472658,533297],[470723,540884],[462795,541852],[462305,539476],[466232,538237],[472735,565913],[472741,588156],[472126,586896],[470563,702956],[469342,711067],[468830,709356],[470645,714107],[481296,-135675],[479565,-132993],[476728,-145029],[485339,-146987],[485150,-152362],[474028,-178150],[475382,-171818],[483867,-172769],[474870,-175908],[476248,-171019],[481515,-174418],[483241,-6710],[477322,-11042],[478498,-19113],[478512,-14018],[475024,-31154],[474882,-28619],[474894,-83046],[480899,-84498],[478219,-78072],[474325,-86602],[477283,4493],[485366,325554],[480104,327025],[484690,330794],[480578,328674],[485620,329719],[485366,332921],[485751,337115],[485842,339512],[479187,503124],[481985,500784],[480240,506053],[475681,502480],[477588,500560],[484644,505138],[476246,511620],[473847,589239],[479517,590716],[478344,698825],[480263,700379],[477178,714871],[473950,709823],[484557,708273],[489408,-134975],[491131,-136219],[491683,-134805],[492479,-149080],[491484,-148134],[491153,-145770],[489508,-148405],[487539,-152005],[493343,-150431],[493744,-146785],[490803,-140926],[487718,-177244],[495730,-174528],[493787,-175335],[499157,-171711],[499189,-49943],[497258,-50397],[497129,-47602],[497035,-86460],[488665,10530],[492856,9982],[493553,6912],[489785,18990],[492394,16636],[489715,15884],[492459,340330],[491663,337267],[495278,338295],[497422,344192],[488096,357342],[490363,356684],[497622,353464],[496023,353279],[497775,362917],[488935,361038],[490813,364780],[498431,456028],[498383,457920],[494757,457848],[493712,459323],[496094,472156],[498250,470735],[497990,476843],[498858,479973],[493124,486182],[494258,497133],[492634,496461],[491961,503126],[489308,501657],[493115,500836],[492779,504554],[489268,501097],[499100,501934],[487422,511470],[486533,511599],[492689,506605],[488086,590482],[498346,601352],[497029,684652],[490647,683657],[492346,680930],[496112,692076],[499175,694207],[490527,701841],[490618,699729],[486913,699815],[494909,695455],[492475,716306],[496095,709448],[497409,713270],[501997,-160920],[500248,-177003],[500712,-171995],[506499,-174098],[503894,-167947],[511991,-16836],[499217,-55522],[502126,-51915],[499619,-56334],[502909,-53886],[501928,25522],[502080,355929],[500858,355198],[501311,357780],[499650,366414],[499794,361542],[500617,368847],[501512,361661],[500373,361066],[500981,368249],[500054,361881],[506475,37111],[507438,37915],[508971,37336],[511734,37508],[511231,36904],[509434,401791],[504058,402792],[503018,400945],[510207,401354],[505435,405445],[508702,406733],[506818,404329],[509607,404359],[511640,400092],[510864,458794],[505438,457945],[507462,458652],[501218,460427],[500650,458469],[500247,469816],[510426,462450],[503411,462522],[511560,465254],[504262,464914],[506868,471214],[508546,471270],[504659,473641],[504703,470051],[505761,473790],[500213,473808],[500499,480068],[511511,476656],[508161,476453],[510906,496191],[500203,490967],[510177,497039],[499839,492702],[506904,496900],[505426,494307],[504485,496245],[511789,511908],[510092,507060],[501244,501440],[502021,501318],[499683,507703],[511938,510240],[500423,594715],[504098,593208],[506342,593574],[508177,594519],[509146,597995],[501565,601376],[509299,599382],[499576,589700],[503856,602318],[509434,610567],[508911,612675],[508989,611945],[506711,620703],[505624,633588],[507832,632063],[505311,639835],[508279,638132],[504881,645169],[503113,642318],[508774,646216],[508801,652117],[502921,654728],[508900,660402],[510774,660610],[504662,657079],[503090,661118],[503197,667602],[508394,678201],[506653,669436],[508184,671498],[502273,681525],[503829,688793],[511662,681996],[507377,680350],[506452,680538],[500122,695255],[505092,691731],[504037,693234],[508416,698269],[503762,693930],[509684,714728],[510897,706022],[500984,712130],[51108,-127309],[50896,-126365],[50089,-121884],[48830,-129819],[46046,-136871],[48617,-137733],[47852,-135416],[49936,-129645],[49489,-133806],[50313,-131678],[48572,-137937],[38793,-140199],[40963,-139495],[46002,-135195],[49161,-131415],[49440,-130045],[48711,-129886],[45457,-138755],[48563,-136986],[49307,-132205],[45886,-135605],[44131,-136686],[43628,-139037],[41962,-139079],[43989,-140168],[49229,-138814],[45186,-140022],[46420,-140363],[50645,-138386],[50657,-138737],[47380,-139413],[50373,-139499],[48043,-140888],[40668,-143237],[41745,-149496],[50613,-151035],[45782,-149522],[45404,-148832],[46561,-152966],[44239,-152675],[43389,-152713],[46899,-152332],[42065,-144556],[50741,-144281],[50195,-140764],[45924,-145165],[43078,-141704],[39341,-146843],[50790,-150095],[47170,-142523],[49381,-147344],[45686,-152639],[45243,-152398],[46699,-151841],[43429,-150779],[42235,-146506],[44167,-144229],[39614,-143932],[45631,-141133],[50050,-151099],[47263,-151528],[46680,-149335],[38595,-144755],[46816,-147813],[50328,-149276],[46836,-147150],[44942,-153072],[46169,-152293],[38479,-150661],[43511,-150322],[43154,-143662],[50066,-149181],[50774,-145991],[42200,-142642],[50387,-154398],[44811,-158462],[43376,-156002],[46703,-157751],[51031,-156366],[46037,-158895],[46553,-165576],[40714,-159729],[38977,-157549],[45038,-155235],[50598,-153793],[50402,-159558],[42965,-158455],[50871,-155624],[46853,-156871],[44079,-158126],[43217,-156932],[48827,-158652],[45900,-153695],[47897,-156771],[40153,-158994],[39563,-158898],[39590,-158138],[38950,-158582],[49195,-172724],[41263,-173278],[48635,-166771],[50942,-167354],[43815,-171293],[42996,-173640],[48734,-172482],[49204,-174437],[39889,-170678],[47523,-166455],[39614,-173714],[40533,-173902],[46669,-168494],[42245,-172296],[48583,-172482],[48556,-173375],[48799,-174394],[42452,-174938],[44104,-169257],[39713,-167472],[41491,-172575],[44702,-171954],[42768,-170010],[50603,-166835],[48472,-171851],[47762,-173378],[49930,-173465],[49704,-173656],[48238,-174424],[42738,-174508],[49782,-166801],[40673,-172373],[44001,-174976],[50694,-176794],[50832,-173687],[48988,-176263],[44021,-176254],[50570,-176977],[50516,-176062],[44745,-174796],[51123,-175982],[43963,-178255],[40296,-179416],[41702,-180050],[38616,-182931],[41565,-180917],[39012,-179463],[39400,-181652],[43969,-180765],[38495,-182083],[46971,-179324],[39952,-181368],[38945,-201385],[46245,-215613],[41166,-215739],[47170,-215969],[45781,-218817],[43084,-227170],[38558,-227071],[42282,-228673],[47729,-220206],[44651,-227784],[38897,-231097],[40889,-232164],[38615,-241505],[41214,-231332],[48837,-242886],[45900,-234517],[46820,-242032],[44840,-233551],[38860,-246177],[49684,-247055],[40940,-245445],[50702,-243937],[39716,-246059],[50596,-245938],[38851,-18247],[49722,-15579],[43423,-16705],[44742,-14168],[49128,-13977],[42100,-392368],[49671,-54376],[49598,-54477],[49863,-56332],[50835,-60158],[44791,-63666],[42734,-63579],[44756,-70030],[40009,-65690],[45195,-69462],[46205,-64409],[48024,-101027],[43997,-98709],[45550,-100451],[47509,-98251],[40274,-109470],[39412,-102615],[40971,-114871],[49910,-102825],[46724,-106305],[40782,-105620],[43147,-104061],[43918,-108237],[48973,-111663],[47516,10846],[48305,11416],[51475,7664],[50366,9628],[46172,12332],[45063,139368],[49150,136667],[45209,140900],[44541,138944],[50785,133319],[46261,140081],[46200,140891],[50886,140766],[46551,139405],[45083,138853],[47814,136974],[44046,139608],[49620,134602],[46224,133004],[40942,136663],[42743,132710],[41793,129832],[43020,131712],[41449,140736],[45737,132024],[41611,140930],[44696,134360],[43432,131801],[42638,138582],[43219,133403],[42593,128506],[49523,129745],[45981,129390],[38889,153223],[47915,143513],[49786,146057],[50318,142979],[39958,151281],[49822,146346],[46602,143620],[47696,146370],[44926,148166],[45516,148693],[41630,151447],[43381,146009],[47711,148167],[47756,143845],[45882,144123],[50668,141631],[50828,141970],[42280,148741],[48399,144119],[45403,144947],[50982,145082],[50143,142499],[39031,150878],[48781,145790],[46699,144382],[46830,147114],[44317,148593],[40462,151201],[42724,144995],[43235,144219],[40674,141731],[39666,143609],[39006,144585],[38799,145020],[38927,142752],[41955,141687],[42371,202096],[45836,204970],[49492,202625],[48726,202483],[41162,202310],[39585,207441],[40711,209799],[46414,209007],[43734,210079],[42577,213356],[45228,208737],[42014,209126],[44199,209455],[45840,207127],[45096,205132],[42860,211773],[43315,253168],[41841,253992],[49261,16612],[49064,16392],[50099,13344],[45432,24478],[43573,25073],[45636,23138],[42573,21313],[43340,23601],[43829,23812],[49677,27206],[42960,18699],[45424,21402],[41607,19154],[42503,257489],[39939,257677],[42739,368699],[41120,366808],[41240,374492],[44928,378022],[44061,380640],[41715,375804],[43357,380156],[45663,380431],[42735,31211],[43022,32637],[39391,34105],[47614,26719],[48099,24745],[44837,26487],[49757,25810],[51662,28561],[40862,33616],[49593,67046],[51075,79254],[44728,98156],[38509,90724],[51198,128176],[50489,125508],[519944,-8874],[523711,-10068],[524577,-9287],[517428,-6004],[519936,-5399],[522571,-17155],[513699,-17241],[513561,-16301],[518565,-45616],[515850,-43799],[518131,-46025],[513851,-58805],[513643,-56622],[523149,-56217],[521494,344165],[521441,344585],[518443,344398],[520488,352148],[516274,347823],[515714,357720],[518183,358287],[517648,356474],[517034,350179],[514426,349842],[517680,349740],[514749,349246],[518817,359241],[513736,37169],[513371,35484],[531664,-5104],[532731,-23972],[530941,-21309],[537227,-13164],[535183,-34651],[533767,-35421],[531138,-37945],[529219,-28963],[527728,-33635],[535545,-35249],[532108,-37500],[536435,-38151],[526369,-40603],[525842,-45940],[525920,-47928],[525421,-44803],[526380,-42804],[532181,-44283],[529888,-39269],[536952,-46483],[537428,-47139],[536016,348778],[530501,353516],[525649,354486],[530651,354384],[527713,353479],[533509,351699],[532332,353248],[526248,352321],[532293,348449],[524887,445220],[525159,445693],[524966,446429],[528708,445769],[531133,442328],[529796,446389],[533007,442130],[528436,41323],[547168,-117763],[549402,-118121],[548621,-118496],[541322,-20208],[541497,-14195],[544576,-13606],[547519,-22185],[547312,-26402],[546534,-25652],[543186,-33934],[546029,-31661],[544451,-30247],[537778,-37536],[545536,-50316],[547173,-48402],[547602,-50420],[538493,-42347],[543083,348507],[547411,352148],[538944,352108],[541397,352976],[547744,351738],[538869,351810],[542798,348496],[544720,349826],[546941,352288],[548972,446118],[539257,445062],[554658,-116032],[550564,-120341],[552992,-118645],[552658,-116966],[551008,-118394],[551525,-119005],[560303,-23997],[562103,-17558],[562157,-33563],[552874,-30228],[556953,-31252],[556532,-32911],[559165,-25844],[563047,-32186],[554526,-42012],[553117,-42884],[561046,-54904],[562809,-64858],[560833,-73527],[557793,-73657],[559426,10511],[560283,25181],[551329,21610],[560723,17431],[551442,15614],[558122,332622],[556663,334765],[554929,334465],[562961,383259],[562904,383129],[560375,387738],[561531,388043],[550776,408121],[561179,401209],[561027,401758],[555626,406099],[558912,406808],[561690,402088],[556820,399351],[556373,402450],[556387,400111],[555044,402390],[571495,-25199],[563461,-19004],[571049,-21581],[573746,-19565],[572808,-26468],[572003,-31908],[571457,-33868],[574799,-32802],[572550,-36267],[571498,-55058],[569920,-57572],[567781,-55683],[568776,-61654],[569854,-69890],[568333,-64578],[565863,-67650],[569645,-70228],[570352,-70793],[569345,-69171],[569249,-66964],[575589,-65039],[575555,-65182],[574038,-66645],[567172,-73728],[572550,-76767],[571820,-78265],[567961,-92658],[573074,-100736],[570543,-108646],[567934,-111870],[567775,5399],[573379,2220],[573540,355088],[573492,394249],[571097,388119],[566980,390882],[566938,99922],[575280,108577],[579089,-780],[577503,-31444],[580964,-27817],[586057,-37007],[577485,-26986],[578743,-34755],[578638,-36498],[577391,-34411],[587108,-34622],[587514,-37842],[587681,-42658],[579504,-38981],[579736,-45147],[585999,-51869],[577706,-86155],[587715,-99873],[587037,-103031],[585622,200789],[580045,364989],[577687,361026],[578036,365150],[576907,360636],[576678,364043],[577281,360579],[588605,372434],[588504,375621],[577481,395884],[586666,401731],[587199,403767],[587239,398577],[599158,-116531],[598479,-115805],[597035,-115796],[592295,-37205],[588969,-35074],[591779,-44004],[590183,-39853],[592101,-74915],[591259,-69126],[593861,-79801],[595852,-83179],[598270,-88680],[599784,-88845],[589870,-91720],[590883,-93525],[599467,-92598],[599779,-96639],[599394,-93882],[596379,-94633],[593556,-98784],[590560,-97461],[595407,-114598],[601162,-114066],[595529,-110889],[594453,-113428],[596813,-112085],[598297,-103444],[599939,-107607],[595080,-107246],[597205,-109979],[600245,-110959],[600778,-111482],[590805,200129],[588857,369939],[589665,371863],[592266,375567],[590007,377200],[589304,404486],[589020,397364],[600506,410381],[596144,421295],[590701,411160],[600142,417277],[598904,411887],[601414,418491],[593340,419523],[600883,417123],[596349,417672],[592374,412573],[592011,419295],[591202,412748],[599174,419338],[595424,415552],[592644,413727],[589343,107303],[602166,-124847],[604114,-125834],[612606,-134384],[613503,-133615],[602484,-12463],[613623,-50360],[609867,-51958],[604949,-56800],[607598,-52365],[605214,-53742],[604652,-56206],[607039,-63652],[610809,-58992],[611816,-56826],[609654,-73895],[607038,-69947],[603104,-70425],[605383,-71552],[604564,-75899],[604423,-72951],[611176,-68907],[612242,-70882],[609948,-76567],[613997,-72758],[611860,-76377],[608384,-82874],[607628,-80850],[607361,-79943],[614105,-87820],[611360,-82339],[613223,-84892],[602105,-90587],[604570,-93103],[602906,-94479],[603476,-96346],[602716,-98248],[612239,-96014],[611509,-95405],[608228,-97314],[608631,-98835],[607415,-106812],[609823,-110544],[610934,-111892],[613278,-107174],[606043,-105587],[606880,-102906],[606467,-104027],[608592,412768],[609531,414635],[602782,413062],[610736,415799],[606227,414403],[605142,415890],[610967,415860],[604755,414894],[602124,425502],[604045,422609],[613608,448088],[613317,446069],[607624,439895],[609528,440166],[612233,444591],[612464,437709],[616253,-123581],[617642,-121908],[615090,-120943],[614458,-118556],[616306,-129166],[624445,-129831],[625125,-131749],[624024,-133702],[626533,-134590],[627054,-136717],[625892,-136233],[623697,-135847],[622689,-134262],[621135,-133792],[620030,-136025],[621393,-132436],[620193,-131076],[621580,-130362],[622814,-128613],[621571,-128875],[620445,-127972],[617124,-128674],[615483,-131894],[616083,-134318],[615148,-135117],[614883,-59440],[614727,-55989],[617009,-62286],[619995,-60952],[621191,-60344],[621868,-57437],[624772,-60191],[623535,-73671],[621067,-70932],[625238,-72325],[625738,-89118],[626437,-88664],[618380,-76929],[618773,-81156],[618254,-80835],[616269,-76721],[618314,-83573],[620229,-84433],[624458,-83214],[615038,-100574],[621141,-100155],[621654,-94962],[618993,-91189],[616278,-90663],[619971,-91677],[625047,-95220],[621599,-89939],[618167,-100452],[623124,-101933],[625794,-99578],[626264,-100364],[627099,-100894],[626746,-98731],[624976,-91451],[622807,-90409],[615070,-94571],[617790,-102230],[615023,-114748],[615565,-112294],[616618,-108590],[614575,-109560],[615066,-107036],[615876,-102441],[625028,-103541],[624917,-106039],[621501,-105563],[620006,-103981],[616569,206727],[617382,211494],[622574,212431],[623172,26486],[616488,407006],[620558,406857],[621228,405298],[616010,409219],[619526,406029],[619952,407480],[618027,434693],[626892,442374],[617833,435580],[615245,438370],[625363,439348],[615762,444594],[624169,443800],[615700,437795],[616772,440028],[639136,-123820],[636177,-121967],[634741,-124914],[637360,-118758],[636801,-123511],[632147,-127107],[635164,-128740],[633228,-130187],[629224,-130297],[629399,-129385],[631026,-128715],[627781,-130540],[628806,-134475],[630613,-133232],[631480,-131654],[631963,-134054],[632058,-135368],[629895,-136293],[635336,-134435],[629999,-137961],[633446,-136764],[634356,-136500],[630348,-138028],[639639,-167],[639737,-29698],[637444,-28192],[627773,-56006],[631285,-52909],[630486,-56736],[632142,-54676],[635436,-54647],[636776,-55793],[635876,-53702],[635664,-53702],[629043,-54567],[632238,-62166],[627764,-60876],[639997,-68130],[634991,-64303],[634694,-65301],[633370,-66696],[630771,-68984],[627621,-71808],[630407,-70216],[630089,-72876],[635778,-76520],[634064,-74047],[635067,-89153],[638635,-87480],[634380,-87451],[638540,-85654],[638755,-88071],[637728,-87039],[628573,-76902],[627927,-76704],[628160,-84829],[630762,-85156],[631412,-88566],[634418,-85483],[629124,-87090],[636045,-90475],[634448,-93980],[629124,-99131],[627663,-94781],[628892,-95074],[635392,-112540],[636943,-112858],[637947,3153],[637575,382719],[636788,380158],[634214,381635],[629667,441179],[630138,444536],[629264,447348],[627976,437760],[627223,444840],[627599,447756],[628785,445956],[628033,447476],[59030,-120629],[60200,-121386],[63025,-127671],[58264,-120537],[61513,-120629],[51552,-122133],[56211,-118900],[58317,-117427],[59456,-119174],[57448,-117576],[59813,-116036],[52017,-118665],[62330,-127659],[61593,-123184],[61556,-123106],[51384,-132886],[52502,-128159],[56866,-130719],[53640,-128649],[52696,-136135],[52108,-128342],[61529,-128428],[62661,-128609],[62904,-128641],[55212,-131237],[51200,-137543],[54944,-140274],[54253,-132723],[58336,-138061],[56268,-135093],[63808,-133445],[57097,-134128],[53475,-137514],[63537,-138841],[62881,-129441],[54110,-138926],[58464,-131096],[59121,-129997],[54945,-134493],[56467,-133783],[57595,-137390],[60668,-132269],[55665,-140172],[62555,-135519],[60808,-140523],[59522,-132203],[58598,-139927],[53893,-138041],[53032,-139426],[62838,-136107],[61707,-137526],[52072,-153131],[52067,-149604],[60087,-144122],[53433,-142148],[63492,-153359],[63050,-149084],[52904,-149491],[54940,-151374],[52205,-140681],[58401,-148017],[62820,-142228],[56647,-153196],[54920,-151909],[58854,-144397],[57003,-147303],[58795,-152274],[51263,-151895],[61193,-145116],[52667,-149701],[52172,-153117],[52622,-143613],[54952,-145651],[63798,-143803],[55277,-152619],[59982,-148386],[60116,-149663],[60755,-143756],[62277,-151218],[60452,-140677],[61134,-143403],[53433,-147261],[62688,-140889],[53917,-146168],[60699,-149830],[54019,-161080],[59101,-155047],[55030,-162033],[55184,-156276],[54110,-155685],[53650,-159455],[55999,-155613],[59756,-157495],[57061,-154494],[56521,-162061],[53982,-159643],[61871,-153969],[63721,-153841],[51749,-155222],[51713,-165569],[54683,-157317],[59765,-164957],[63084,-164135],[60142,-164958],[58644,-166102],[60123,-165127],[58938,-165419],[63458,-165951],[63708,-160250],[63751,-165915],[62621,-161321],[62652,-160085],[62387,-160283],[51867,-167884],[57611,-166723],[58364,-166805],[58182,-169937],[57375,-168714],[57716,-170614],[56415,-171090],[57692,-171368],[59306,-171334],[58546,-166372],[53741,-174920],[61370,-167687],[62640,-174517],[55599,-172014],[63667,-170553],[56584,-172931],[59855,-167092],[58447,-178524],[56516,-176866],[58399,-166363],[58243,-166205],[56345,-167800],[57926,-168076],[56636,-168488],[62404,-171667],[61695,-171167],[58244,-171853],[59268,-172182],[62242,-168403],[55342,-172762],[54748,-171733],[56072,-172029],[54746,-178556],[58399,-177787],[57253,-174421],[62076,-167770],[60574,-172673],[56895,-167543],[57577,-166558],[59007,-169180],[56649,-169491],[55917,-171322],[56754,-171487],[59062,-171213],[61416,-177650],[55736,-171758],[56955,-172254],[54683,-178576],[59896,-178837],[61948,-178558],[53598,-175222],[56732,-174581],[62950,-175119],[60490,-173346],[60866,-172239],[63488,-167527],[61750,-167072],[60663,-166839],[52475,-181197],[62108,-182031],[61963,-201446],[59513,-241423],[58876,-240579],[57115,-240714],[56369,-603],[59896,-5084],[55933,-11569],[55489,-56],[56579,-96],[55693,-269],[63369,-123],[53458,-245174],[59189,-243599],[51244,-19152],[56014,-13409],[56926,-33621],[62837,-47407],[51598,-54598],[60412,-54759],[55068,-60826],[54564,-61026],[52205,-60673],[53324,-62267],[62620,-56049],[59203,-68242],[57433,-64698],[55230,-66265],[52747,-67023],[61554,-73960],[62423,-85356],[61367,-84243],[55072,-87599],[54506,-81258],[62102,-86954],[53043,-101552],[54053,-99608],[60572,-89852],[61998,-94336],[51794,-99464],[61653,-92738],[57765,-95772],[53457,-93943],[54026,-100148],[52124,-101101],[52498,-106474],[51358,-109253],[52495,-102449],[61994,-103943],[63363,-102635],[60852,-113724],[55990,-112625],[56875,3671],[58309,2136],[54747,1887],[57054,9560],[53987,13726],[60040,6987],[58014,10952],[56522,4324],[58811,6766],[56941,11210],[54567,1469],[55137,11158],[59379,6398],[56934,10251],[53951,134438],[54198,137743],[56033,140557],[55337,138209],[63392,134709],[62838,135463],[62089,137396],[57643,137033],[56701,139051],[53117,139138],[53662,135158],[58271,140045],[62821,140245],[56540,139819],[63944,134898],[62249,135221],[62186,137124],[59603,135765],[54219,139035],[59393,138642],[57666,136421],[56444,137409],[52694,139106],[59173,141169],[59189,141830],[53092,144495],[53113,146669],[52467,144026],[51428,145761],[54186,145292],[59949,141698],[52276,146951],[53171,143744],[52299,144851],[53547,145954],[61209,23659],[59374,17826],[57808,13469],[55250,25202],[53385,23042],[59582,16739],[54656,21952],[59521,15650],[54537,25348],[53745,23777],[58640,17208],[59123,19383],[60376,14369],[53397,24567],[59870,18056],[57859,28826],[57756,25037],[51688,20460],[53418,22466],[53211,20898],[60988,19052],[61703,32116],[62459,36364],[63591,35546],[63055,30942],[63860,35845],[56174,26670],[54014,27159],[52752,27947],[63274,32826],[63087,29326],[63377,38038],[55369,28284],[58838,31617],[58725,31973],[56960,33258],[54540,29571],[56887,31615],[58033,30241],[56511,27472],[58221,26781],[62404,406320],[62415,406959],[61620,413050],[60877,412720],[62061,618212],[62844,615756],[61070,62111],[60579,61344],[63091,62010],[56378,74669],[55080,79478],[60496,109453],[56432,113995],[59589,112865],[59046,114565],[61823,113314],[63081,109629],[63877,105662],[60972,106615],[61855,106274],[59757,107372],[55896,114737],[60290,115436],[56199,127712],[58556,126703],[55763,122760],[62166,119236],[63832,116241],[58305,120506],[58038,121797],[51935,125459],[52874,125871],[52206,125001],[59125,117150],[58993,117833],[60510,121265],[62766,122392],[58177,117537],[57602,120854],[59113,126069],[59322,124109],[59747,126407],[652529,-118235],[652790,-116201],[650801,-116837],[648649,-120290],[650308,-121535],[647767,-120434],[646071,-122674],[642254,-115853],[643713,-127539],[642819,-121712],[645634,-124659],[641979,-126448],[647710,-117483],[648430,-117175],[642662,-116057],[641586,-118283],[641094,-119219],[650477,-119260],[643494,-126897],[650576,-124210],[652471,-124621],[646622,-127832],[648310,-128032],[646214,-132568],[645930,-130714],[649885,-131380],[641072,-131790],[642807,-129817],[642499,-132604],[644405,-136205],[651647,-9615],[640136,-28342],[651754,-46772],[650895,-44823],[642026,-60615],[641272,-55314],[646539,-57142],[644263,-63065],[647934,-62467],[644016,-71740],[651881,-72335],[650278,-73293],[647021,-73249],[645384,-71419],[650430,-66062],[650872,-69502],[650951,-67685],[642344,-64273],[649834,-70599],[652542,-88911],[648960,-82034],[647008,-83130],[642081,-83604],[648013,-85115],[648114,-82237],[647039,-80480],[649561,-78094],[649576,-79232],[648210,-83397],[650993,-91478],[648836,-97706],[650039,-100237],[648572,-90180],[650273,-89737],[644125,-91779],[645211,-92037],[640441,-107994],[645244,-113405],[642907,-114488],[647625,-102965],[648242,2692],[648739,388144],[650424,387253],[652727,385841],[648353,445754],[644094,447545],[644086,441920],[647961,442796],[650883,447834],[651690,445019],[644088,446210],[648205,442607],[642081,449202],[651865,451125],[644636,453616],[649604,455606],[642622,460212],[642114,450186],[652069,453624],[643394,452859],[644640,450454],[650072,449172],[650439,460534],[644382,450404],[644085,455182],[640715,454827],[650087,454050],[642262,458555],[656309,-120434],[658739,-126093],[655337,-116303],[653412,-118356],[658136,-121918],[665430,-119706],[659255,-122336],[660790,-126785],[664613,-125514],[658510,-128725],[663705,-138333],[663409,-135454],[664408,-136281],[653568,-2742],[658665,-6417],[657846,-10406],[658407,-23340],[660558,-19098],[663007,-18295],[653494,-25722],[652961,-30982],[659852,-59452],[659142,-57425],[656111,-60453],[653795,-58616],[655418,-61446],[653680,-75265],[653763,-65653],[653136,-66265],[663375,-64494],[665183,-66107],[655764,-70587],[653908,-70298],[654000,-88835],[659323,-79001],[663389,-81083],[655658,-78801],[664609,-85438],[660569,-83712],[664709,-78918],[657560,-84448],[656518,-83535],[657819,-80914],[652899,-100628],[657359,-100917],[662596,-91196],[659944,-90718],[659297,-110866],[658557,-109675],[655582,-107117],[653319,-110142],[655191,-114090],[655355,445009],[658833,447034],[664902,445831],[657165,440688],[658997,439910],[662730,442790],[657232,441163],[660944,444091],[664600,444876],[661769,441347],[662979,444377],[662225,460102],[660243,457262],[653863,455556],[664148,457007],[658950,451703],[656770,455843],[657148,455852],[658094,466266],[658755,464333],[660758,465413],[661731,468987],[658470,464845],[673115,-127641],[668304,-134479],[677457,-132458],[671165,-129235],[677973,-138144],[677167,-137842],[673321,-142414],[668774,-141330],[667876,-141500],[678385,-170556],[676212,-169162],[677246,-169536],[675967,-167929],[666465,-10388],[674326,-10929],[676540,-19284],[672102,-18240],[677531,-26216],[677313,-71122],[666366,-84322],[670743,-94905],[672493,-92524],[669875,-95507],[673215,-102057],[671810,-96781],[670764,-97906],[678219,-109416],[667127,-101837],[667750,-101959],[677300,434842],[671381,438856],[675157,440865],[677993,435865],[673733,436273],[666399,444738],[675081,437276],[666096,451100],[666371,452899],[668282,450985],[666631,457777],[666499,448320],[668398,455199],[689056,-122715],[687688,-120211],[684445,-119118],[680524,-124202],[682467,-137232],[681032,-138036],[681732,-139663],[687600,-139609],[690709,-140009],[690954,-139224],[690568,-140026],[685086,-143226],[683444,-175186],[680917,-174969],[691024,-166971],[682479,-175970],[683041,-171040],[685721,-172604],[683338,-172225],[688923,-185775],[681303,-9956],[680450,-22467],[682824,-20361],[684827,-14684],[689122,-53051],[686324,-64948],[683047,-73511],[687748,-86787],[688896,-78776],[688302,-83852],[685737,-93654],[686527,-89615],[686750,-113292],[687577,-114606],[687715,245903],[689722,277286],[681008,438739],[684666,448384],[689732,451619],[690507,477103],[690881,479669],[693556,-116186],[697091,-117601],[699025,-116806],[703179,-124745],[693634,-138032],[692116,-135293],[695329,-135758],[693051,-134180],[694026,-136079],[695156,-136350],[698652,-160515],[703261,-157544],[699849,-159139],[693791,-165600],[701097,-153826],[696744,-161444],[694480,-166931],[691411,-168890],[695162,-174696],[695188,-170375],[695566,-172805],[695751,-171076],[694486,-172834],[696584,-170477],[697204,-172765],[697352,-173432],[699255,-174519],[699019,-175700],[697718,-175384],[696729,-173116],[692556,-46542],[691694,-91491],[692541,-94539],[702526,-107678],[696649,-107107],[700546,-110327],[703393,314164],[698134,316900],[692662,413349],[692419,415102],[691632,413750],[693763,458397],[694507,470409],[693234,471829],[694390,470422],[696088,474458],[699176,476159],[701290,481469],[697009,474099],[698824,475210],[699834,483301],[696923,474478],[699957,475969],[691739,479860],[698539,483824],[704290,-123323],[716726,-123468],[713811,-121069],[710296,-124644],[708660,-124889],[707446,-125394],[712546,-127629],[706651,-123113],[712467,-122697],[710218,-120238],[707681,-129040],[715844,-145059],[705920,-157389],[710126,-160329],[711838,-160614],[705458,-156519],[707837,-160035],[705689,-159758],[716428,-166527],[712366,-179555],[705783,-189196],[715716,-114727],[713211,-112382],[715262,-110214],[707219,-108523],[706852,-106007],[711285,413801],[706578,413761],[710650,414546],[707557,411272],[710194,412205],[707074,411727],[705220,480658],[708375,480761],[705737,482475],[713611,477672],[712343,482280],[713130,477936],[710546,480376],[704736,484240],[713136,477356],[717841,-120887],[724841,-116650],[726231,-145826],[719840,-153270],[718734,-152353],[721169,-152547],[723474,-151873],[719534,-144988],[718175,-162008],[720334,-158472],[721433,-156439],[720981,-159499],[717761,-156565],[717349,-159592],[720167,-159828],[724556,-203630],[728736,-193895],[721269,-206949],[720433,-206904],[721540,-112764],[725260,-103193],[723488,-105639],[718291,-108845],[720313,473259],[720074,474610],[728972,484307],[717173,474095],[727569,488653],[727720,493235],[721671,492522],[727663,495494],[728991,492473],[727492,495140],[727926,493369],[721436,492044],[727635,498445],[718965,495450],[729284,505758],[742231,-117030],[738582,-116588],[740497,-122041],[741462,-131282],[732141,-130570],[736113,-136118],[732541,-136686],[734968,-130755],[741445,-131416],[739889,-156455],[730833,-164625],[732927,-165730],[739341,-158970],[735237,-157169],[734949,-158144],[740637,-159212],[741567,-160083],[730251,-164718],[739011,-160560],[737642,-158835],[735331,-167730],[736734,-169893],[739112,-197399],[736995,-197783],[739360,-200894],[741851,-205969],[742187,-209202],[741073,-205901],[741053,-207739],[730651,-213898],[729823,-213803],[730442,-211191],[733909,-211501],[735451,-212860],[736033,-214223],[741737,-205876],[736550,-215060],[734753,-215206],[734909,-101528],[740439,-106636],[731732,486320],[731417,486897],[736483,489567],[738207,496964],[738253,493476],[731844,487998],[734252,488015],[735006,487866],[737145,493448],[736705,499237],[738522,493843],[738490,489700],[736142,495667],[740315,494276],[730250,505419],[741261,504558],[735019,505249],[738136,505681],[729965,505533],[737611,502102],[740592,504430],[731922,505851],[740895,506883],[736576,500975],[741502,502584],[733016,504216],[737424,506863],[741409,515814],[748344,-121676],[751847,-136472],[746077,-128252],[743061,-133408],[743055,-134437],[751834,-139044],[745607,-144564],[748368,-141540],[746779,-143837],[754779,-145494],[746563,-140868],[743165,-156380],[745398,-156139],[742563,-159527],[743740,-158424],[745260,-188915],[753646,-184473],[752900,-186417],[748954,-187980],[750391,-193840],[744910,-195731],[746844,-198524],[745366,-197959],[749882,-192790],[746431,-204027],[748840,-193931],[745096,-206656],[743421,-207669],[753846,-111620],[744896,499121],[750563,499160],[743830,497964],[748403,499203],[744502,501110],[749743,501762],[747942,516079],[745984,515778],[748449,516404],[765174,-121483],[766967,-127270],[764965,-118884],[758911,-116618],[759249,-118947],[755959,-138045],[759746,-135831],[764670,-141595],[767324,-143060],[764406,-141921],[757828,-146787],[763511,-159591],[766035,-156731],[767644,-171651],[761537,-177986],[766635,-177193],[764503,-178182],[764296,-174608],[764307,-177452],[766879,-176386],[763261,-179690],[764230,-179936],[755494,-182841],[755295,-182066],[767042,480269],[765663,480604],[67719,-116278],[64227,-118949],[67514,-115757],[73824,-127114],[72844,-118664],[70441,-126238],[70144,-125078],[74401,-116939],[66841,-121849],[67840,-122196],[71420,-120556],[76740,-119655],[76027,-117071],[66944,-120970],[67066,-122441],[71464,-125901],[75406,-120058],[67308,-126314],[74461,-117446],[71151,-126128],[67120,-126475],[73967,-116236],[67748,-121388],[71395,-126759],[72854,-122386],[75214,-120770],[73451,-120745],[76693,-124806],[68436,-121152],[74888,-121791],[71755,-123834],[67151,-121536],[68831,-123685],[65583,-119998],[70227,-126224],[76261,-127603],[76141,-117343],[70863,-115774],[74649,-116017],[71570,-125446],[64219,-128901],[66148,-137582],[71573,-139333],[65429,-139441],[71131,-133482],[72974,-136351],[75304,-130763],[69854,-137684],[72793,-135648],[71937,-128967],[76090,-139914],[65734,-136794],[71386,-132491],[64030,-139494],[72228,-139020],[71729,-137910],[66902,-135851],[69186,-135058],[66169,-137360],[73238,-136392],[70727,-131061],[70153,-137866],[76381,-138779],[75906,-137824],[71777,-131951],[72480,-133353],[70009,-130876],[67134,-136150],[73183,-130564],[72902,-136077],[71247,-130536],[68093,-137746],[64097,-140249],[74646,-134025],[76183,-128336],[65433,-143474],[65524,-148164],[68436,-151128],[71123,-142275],[74677,-144701],[69145,-145431],[66630,-145198],[64104,-146033],[74560,-145752],[70548,-143339],[76315,-147327],[65666,-141734],[76226,-147247],[66042,-149518],[67341,-148278],[69899,-150921],[70849,-144302],[68030,-148730],[71782,-145682],[76275,-147732],[70849,-148364],[70011,-145976],[70539,-150851],[76318,-151045],[70077,-151436],[67635,-152212],[70473,-153339],[75592,-150601],[71680,-150096],[70610,-150990],[70212,-151306],[75642,-150490],[74358,-165839],[73856,-156423],[65271,-164581],[64331,-165205],[65226,-165478],[65625,-159187],[66410,-158961],[70464,-160287],[67237,-154924],[71820,-165163],[73002,-164930],[72518,-158125],[74622,-164785],[73020,-156459],[67013,-164437],[64325,-164424],[64813,-165630],[65994,-159179],[67876,-160583],[75072,-165414],[65845,-154484],[73034,-162375],[65714,-158410],[70691,-165401],[74581,-155457],[76672,-156708],[66756,-165483],[76170,-158973],[74849,-165118],[75992,-155994],[65740,-164613],[67243,-164179],[65165,-165986],[64213,-165951],[67284,-153882],[64302,-156078],[75705,-161220],[76089,-165501],[64350,-159480],[69752,-162406],[66937,-161511],[69708,-164519],[73883,-166082],[74451,-164549],[73802,-157076],[76633,-164432],[64079,-167305],[74078,-167528],[66075,-166478],[73993,-167560],[73160,-167424],[73990,-190010],[75123,-183420],[69793,-180800],[69171,-197765],[66524,-196963],[70780,-194189],[73312,-197929],[67827,-198967],[67408,-200051],[73140,-222323],[76574,-219146],[71168,-222288],[76681,-223758],[76776,-217742],[72990,-338],[74262,-1373],[69160,-9128],[70793,-3200],[72018,-3491],[74584,-4466],[71441,-11625],[74209,-2663],[74166,-5122],[69239,-10147],[67597,-2441],[72691,-3267],[73659,-5453],[66476,-7598],[64296,-12271],[71335,-52233],[71187,-52888],[73392,-51910],[74908,-54103],[72689,-57262],[71243,-51159],[68965,-97523],[76025,-93273],[76262,-95390],[76702,-96673],[72720,-99174],[71286,-103191],[70652,-106839],[69019,-114438],[75971,-107275],[72272,-109283],[74189,-104908],[66989,-112689],[66231,-112805],[70571,-108168],[70796,-104585],[72601,-104679],[65516,-108017],[70629,-108262],[75647,-105042],[75005,-106444],[76197,-113989],[75222,-110070],[72363,7338],[72598,1547],[73683,2517],[76124,4694],[73963,5585],[69270,1473],[70854,2277],[75685,9859],[73939,10283],[72611,4614],[65968,2185],[73476,1951],[74729,3838],[76166,4814],[69963,1479],[71044,2058],[76221,10677],[74954,10595],[75213,2289],[74031,4479],[68715,2428],[70864,1340],[75817,10513],[73812,11061],[66094,2936],[65134,3929],[70980,130361],[66030,136889],[70651,133965],[67592,140022],[67083,129484],[64571,133539],[66109,132072],[67824,132072],[71923,130268],[76087,131300],[75784,129244],[73106,132561],[72245,135109],[70567,135490],[70170,139180],[69814,140321],[71087,135431],[65480,140832],[71196,128283],[70074,134301],[67306,128440],[71430,130625],[68530,131736],[64835,136752],[65638,135282],[65386,132354],[72264,128937],[71364,136935],[68591,140610],[64151,139730],[70486,142627],[68326,142673],[65549,143798],[67065,144362],[71135,25078],[75967,19889],[74496,19233],[75537,18759],[75993,15673],[76745,20229],[72133,23156],[75575,18934],[68056,25456],[76088,16319],[73666,23115],[71284,23161],[74937,19246],[75286,17391],[76679,16853],[75922,16522],[65763,14532],[66396,14423],[73154,332506],[76090,331489],[76789,327290],[70109,327017],[73523,332437],[75036,331772],[69633,326615],[65331,28993],[69734,34881],[66432,34090],[68144,32584],[76031,33309],[68951,32113],[74489,26904],[71068,29080],[67298,25928],[71495,36902],[68413,34584],[65713,37335],[65466,37656],[67202,37066],[69892,29265],[67696,38184],[68983,37803],[69849,38279],[66430,36490],[67894,34983],[73847,26179],[66611,30069],[67161,29211],[65650,31837],[66081,31525],[64351,31894],[70099,30995],[71733,31913],[75961,30272],[70096,33808],[74171,27860],[71193,30586],[67505,26466],[71883,36952],[68659,34359],[65717,37798],[65928,35276],[67619,30182],[74330,25913],[67192,29401],[69874,31815],[71051,32881],[74126,27808],[71379,30058],[67136,25818],[72309,37518],[64198,37753],[66243,35614],[68883,30613],[66824,406158],[73879,398733],[74393,404941],[75952,405412],[68079,409575],[65572,407966],[75347,400663],[73330,404074],[76093,405933],[75769,410014],[73229,415117],[64681,414325],[71767,415685],[66094,409818],[65234,414140],[75167,49776],[70119,45176],[72405,50059],[76685,39172],[67106,614406],[65873,56493],[66878,55982],[66894,56936],[76626,60376],[73893,52150],[76741,57705],[76206,54607],[66224,56130],[65300,61260],[67391,61783],[69235,61007],[70097,58786],[66522,61783],[67406,54714],[65689,62254],[73416,60398],[64439,60976],[67630,60385],[72847,74279],[64693,64344],[68055,65609],[68395,70083],[67371,75133],[66909,66252],[76098,71599],[71050,72726],[66468,75734],[65875,75329],[67418,70028],[74843,74911],[71998,65868],[71319,64446],[75269,73571],[75068,64932],[66875,76558],[68799,89484],[68707,87554],[71542,84969],[75081,89059],[71906,84204],[66549,93172],[67570,93298],[74358,93881],[75138,99153],[69632,100201],[73145,97070],[69267,101668],[70753,101318],[74363,94108],[69560,109786],[68965,105672],[64258,113519],[67006,111659],[66052,109127],[67787,107864],[70127,107618],[74175,106631],[72202,107331],[76536,106156],[73086,116363],[67747,125034],[65845,118527],[74560,122788],[73469,124432],[73503,127075],[72331,118202],[71823,117037],[71905,117301],[72658,116970],[66402,119069],[68819,126085],[75045,122315],[71569,126633],[74222,127221],[67808,116432],[66712,118538],[74957,118540],[74538,127819],[72025,123290],[72149,126646],[770478,-122895],[777771,-122907],[774979,-122224],[778933,-124972],[779955,-119051],[769182,-118898],[769403,-120268],[772547,-123153],[779631,-129721],[779597,-139349],[776352,-132401],[773741,-145010],[779908,-151247],[772555,-153296],[778823,-153596],[771625,-153674],[769633,-154467],[771085,-160025],[772673,-159322],[777696,-156369],[778258,-154819],[779297,-154144],[776550,-157645],[775116,-156498],[776657,-156848],[777923,-158257],[777826,-159889],[779985,-162171],[771142,-162684],[776653,-165450],[777746,-164227],[777397,-164879],[768293,-165441],[774001,-163681],[770969,-161873],[773134,-162405],[772755,-161471],[779091,-163951],[777756,-168380],[776952,-167750],[775321,-169117],[773865,-169823],[771753,-172522],[771124,-173469],[768802,-167667],[768130,-167198],[772056,-169645],[769841,-170794],[771147,-113793],[780508,-113388],[777604,-112546],[773664,-110659],[790637,-121280],[785212,-127188],[789388,-115113],[790034,-126485],[786568,-124755],[789427,-136466],[789430,-133098],[788064,-130079],[784048,-134191],[785699,-136671],[783004,-140308],[791486,-137262],[783787,-129805],[784494,-142777],[789092,-145138],[789933,-145785],[786903,-144833],[791551,-142478],[783479,-148233],[788305,-160934],[789561,-161353],[788157,-159984],[785154,-160506],[786569,-161526],[781808,-166074],[784381,-164876],[783478,-163942],[783444,-163913],[790638,-168376],[788137,-167811],[785965,-166722],[785504,-166711],[781938,-166946],[780895,494976],[794317,-126517],[794498,-118887],[802105,-116460],[795315,-121292],[803963,-121065],[805852,-123602],[803869,-134937],[803673,-137393],[798109,-133190],[800944,-132647],[798129,-131413],[794571,-130352],[798315,-146594],[804981,-142757],[804757,-142867],[794859,-143475],[799403,-145812],[804469,-142064],[801154,-151322],[804760,-161672],[802443,-160293],[803579,-164486],[806071,-165267],[800482,-162441],[798831,-159870],[796534,-157544],[794817,-160462],[797973,-157488],[795528,-161819],[794581,-162326],[797467,-162341],[794486,-165070],[793851,-165286],[800598,-171747],[797454,-166478],[800113,-171996],[797402,-169369],[796455,-167918],[795602,-113191],[795363,-110058],[796239,-108155],[794813,-107327],[805014,533989],[799308,531371],[800510,530249],[800613,527794],[803269,527546],[805536,528067],[807827,-138492],[817492,-140142],[815217,-138641],[814035,-138356],[813048,-131158],[808890,-132860],[810542,-134935],[813225,-141505],[807490,-145615],[817610,-146123],[813794,-151782],[814361,-149911],[809482,-165336],[807221,-161450],[812095,-165481],[807520,-165222],[811388,-158817],[813448,-157974],[814240,-163650],[808641,-162989],[814304,-161260],[812622,-166614],[814708,-168705],[816940,-170054],[819061,-171849],[815977,-170901],[814895,-169171],[814848,-167431],[819195,-170760],[813387,-191277],[815434,-204022],[813004,-206745],[818440,2068],[818766,418961],[818318,423410],[817010,444080],[818667,446819],[815335,445929],[814403,446640],[818975,444111],[815051,449637],[812645,449454],[818958,450878],[817377,452268],[816573,451507],[817210,452633],[818189,465426],[817009,462182],[808104,521844],[812912,524392],[808347,517313],[813860,517838],[818834,523851],[815577,521514],[818418,517973],[818821,514808],[816297,536985],[811615,530431],[814639,526444],[813708,536611],[814475,532273],[808876,533478],[807853,532750],[807128,526110],[809439,526040],[821641,-139926],[831332,-144609],[827749,-150098],[826625,-143931],[824443,-142744],[829940,-143753],[820407,-146788],[822075,-152486],[828903,-160174],[831077,-158336],[828840,-153531],[826551,-158066],[823290,-160858],[826501,-164758],[830321,-176271],[823189,-177133],[824433,-174310],[823771,-167369],[820790,-172219],[823649,-171964],[822910,-166642],[822087,-170771],[830424,-180214],[827963,-179540],[823489,113],[821047,339],[825654,267],[821746,7764],[824932,6744],[821654,7630],[825414,2527],[820229,6699],[824058,7181],[819732,7291],[820942,1460],[821598,5558],[824157,3941],[826266,417299],[823597,416316],[827865,412960],[823060,418552],[826482,429632],[827034,427694],[819512,442224],[820227,443776],[831438,457075],[826096,454744],[831713,453812],[819566,448556],[819444,455402],[831425,455534],[828395,452442],[830952,448629],[830294,454223],[827814,451637],[820870,467738],[823462,471299],[827985,468167],[823750,466750],[823403,471021],[826759,466740],[821771,467798],[827763,467698],[827275,512131],[829644,517877],[820719,514229],[824125,518446],[824867,519656],[829490,523668],[828293,514725],[831753,523234],[819516,530069],[831134,535690],[826655,530210],[820787,536831],[821925,532331],[824670,532220],[829663,525634],[824492,528500],[824489,528044],[829460,527586],[820968,549971],[830528,540436],[826161,550176],[830291,548453],[824431,546108],[820909,545894],[829810,539078],[827457,540610],[833806,-152096],[835563,-153842],[843520,-155001],[844747,-159493],[842822,-166080],[837119,-164830],[833789,-164287],[834958,-160015],[835496,-157762],[832901,-177609],[843881,-170893],[840004,-175115],[840476,-173175],[837486,-179336],[838724,-191791],[844457,-189962],[843611,-190351],[841811,-189419],[844796,-187946],[834950,-203719],[844026,-197194],[844176,-198718],[838537,-203207],[837451,-198414],[835960,-193284],[841941,-197683],[839163,-198034],[842819,-201043],[836704,-205565],[836043,-205794],[835428,-206707],[837088,-207801],[842712,-207101],[840271,-206620],[839254,-209411],[842025,-83733],[839875,-83801],[837173,-82725],[835022,414782],[838734,414807],[842809,421715],[838469,419459],[834775,416711],[837896,414915],[836053,419303],[837278,416975],[840441,413394],[842393,419110],[841480,424549],[841151,428174],[841912,429230],[842456,424982],[842436,427029],[842429,427540],[840902,423031],[842151,427211],[840140,426835],[836902,455906],[844598,456245],[833419,450085],[834016,453600],[839374,453316],[841500,457269],[833114,453672],[837309,457440],[843941,455968],[838804,460424],[838476,463547],[836734,470200],[842476,469052],[839449,461308],[835660,466164],[835209,472280],[841654,468552],[844196,466815],[837546,465401],[834884,470657],[843019,471002],[853002,-150255],[848411,-151699],[855369,-150595],[848821,-154377],[847482,-155086],[845976,-162823],[855868,-172312],[852750,-172491],[854563,-175783],[850971,-172494],[851233,-170343],[852304,-168482],[856319,-188239],[854563,-186411],[854404,-184069],[854335,-182607],[856908,-186667],[854440,-188585],[846948,-185844],[847617,-189919],[848551,-189748],[850774,-187671],[845097,-188387],[847403,-199438],[845094,-200475],[856699,-88069],[846641,-82571],[846868,-87401],[849574,-84741],[847968,-81698],[847155,-81688],[851436,414572],[845974,413605],[845292,421082],[850015,417056],[846085,415631],[851598,416977],[846457,415016],[851682,452512],[851636,449938],[855353,450481],[845817,462915],[852663,468806],[853678,461856],[845805,466277],[851739,468635],[852286,465347],[853088,466985],[854971,462249],[845091,516063],[863839,-148643],[859062,-144495],[861368,-175132],[869096,-172965],[868357,-178238],[861515,-174018],[863672,-189740],[859043,-189121],[868064,-191406],[862264,-187282],[866777,-186909],[866106,-186492],[870311,-189661],[860050,-179518],[866437,-192602],[869224,-89224],[865982,-79128],[869991,-85352],[865033,-82582],[865023,-80353],[863410,-79136],[870278,-89010],[867385,-77942],[870105,-78412],[869471,-89933],[867411,-94232],[870106,-91928],[870363,-98861],[869262,-99969],[869825,-96938],[867352,-89743],[861113,-89833],[868116,-90177],[858838,-91212],[868932,447534],[869952,448128],[867767,444478],[857889,455586],[861251,450713],[866721,449693],[866435,457195],[868324,454169],[867817,450897],[857709,457214],[859249,453049],[863427,454248],[868646,448913],[868228,455930],[865822,452116],[869230,460210],[858225,457216],[859606,454434],[865020,454090],[870289,456672],[869619,452165],[867956,452731],[863634,465405],[861872,461640],[865810,464216],[860852,462628],[870101,461061],[866447,471085],[869675,471318],[866134,470358],[865645,473061],[866288,470280],[866476,469792],[865347,465017],[869968,512100],[862775,510520],[858377,507723],[865480,505259],[868194,501901],[864548,501861],[864415,507204],[858569,520819],[860969,520255],[860385,514402],[865484,514573],[869792,523052],[862061,518194],[860391,524323],[868574,517729],[859926,523096],[863501,523201],[864740,520222],[863540,520644],[865482,524710],[867532,514490],[869462,513051],[857921,537266],[866693,532523],[869587,536182],[858662,530450],[869540,530098],[865765,534130],[861318,532791],[858060,528738],[862570,525736],[862671,531167],[868031,526119],[863761,546894],[858031,544469],[865822,546568],[864622,543989],[862912,545447],[870283,546600],[868560,546597],[867916,540323],[858679,542814],[858924,538928],[860965,538410],[861860,561642],[864506,559616],[862852,554856],[881225,-157591],[882974,-164399],[880290,-164543],[873170,-178110],[874396,-179241],[870941,-187883],[882888,-68925],[881036,-68693],[880145,-73955],[872608,-88786],[872414,-86782],[881174,-81314],[880881,-86079],[881030,-84575],[879895,-86672],[876888,-82290],[882492,-80777],[878835,-80185],[875256,-78117],[877256,-80161],[882548,-83424],[872214,-82464],[873748,-83175],[881784,-87378],[879270,-80106],[875158,-77148],[872378,-83056],[882589,-85235],[871473,-84521],[870542,-100026],[882218,-91779],[881156,-94924],[876353,-100653],[881413,-105341],[880944,-104152],[875090,-103582],[878947,-102692],[877142,-104678],[882232,410009],[882988,414275],[882189,414266],[882571,414083],[872022,444013],[880166,447893],[871944,445359],[872214,446689],[874568,455625],[877497,458933],[876182,453917],[872717,453416],[871067,452934],[880006,458309],[878541,458740],[879585,449452],[877796,456532],[872353,452911],[879634,457806],[878063,459500],[879426,450691],[879024,454528],[875647,463337],[875708,464155],[872358,461157],[873731,468389],[873735,471113],[870725,462360],[875427,463167],[875976,464619],[873337,469380],[875114,463357],[873512,466967],[872969,469136],[870722,489531],[872512,495558],[871820,497338],[874055,493123],[874814,493373],[876858,507493],[879072,503116],[881052,499425],[874585,503264],[874074,502977],[874147,516657],[870496,519479],[877084,549704],[877402,549482],[873221,543330],[876742,547203],[871094,542527],[876937,557655],[881593,560835],[873010,553320],[870656,551097],[873202,560628],[873958,562338],[875553,562878],[881439,556288],[874726,554526],[883597,-158505],[884357,-161333],[884828,-162784],[883526,-176824],[884030,-173661],[887227,-175330],[890592,-172428],[892335,-173273],[894014,-169205],[894887,-172638],[885465,-166432],[886993,-168201],[888785,-169426],[887258,-63372],[887988,-61723],[895079,-58458],[890660,-74937],[886829,-72025],[884284,-75499],[883927,-71061],[886097,-79464],[884630,-77381],[889735,-78187],[887615,-83176],[887159,-84444],[890085,-83633],[890438,-85962],[891651,-83091],[884517,-82503],[883314,-88434],[895609,-86350],[891755,-89133],[895439,-79395],[884177,-79204],[888110,-86408],[889127,-87924],[886668,-88954],[894469,-83157],[895653,-82533],[893063,-84731],[893208,-84355],[890425,-80103],[893269,-80871],[893582,-79335],[892658,-78630],[890172,-90709],[887378,-102139],[891053,-91001],[894102,-100726],[894369,-89904],[891585,-92051],[887011,-95906],[885745,-93583],[884489,-93718],[890884,-94870],[894586,-90126],[893706,-96657],[891915,-99199],[890355,-94533],[887119,-93072],[895361,-98106],[885296,-105860],[888210,-105593],[888102,-105222],[883546,409363],[883790,411496],[891832,424754],[895668,440828],[895400,435548],[891164,444210],[891060,444083],[888959,446858],[884911,456102],[888590,454690],[884232,458457],[884569,456297],[889502,457169],[889463,458290],[892215,559562],[894726,553877],[889626,556139],[887596,562525],[889865,556913],[884155,552592],[883548,552091],[83780,-125046],[88441,-125011],[77917,-127644],[78068,-119789],[78803,-117232],[77684,-121977],[78669,-115005],[79694,-115471],[79427,-115852],[81267,-116616],[82580,-116637],[81489,-118822],[88742,-116597],[80693,-125291],[80480,-127761],[87148,-117819],[89134,-118766],[88059,-119981],[80550,-117513],[80741,-117057],[80861,-115717],[78616,-122069],[84299,-123283],[86423,-117241],[80428,-122446],[81041,-124124],[85216,-118991],[83786,-116351],[82613,-119604],[78387,-118873],[83985,-125431],[82158,-121347],[80772,-115417],[82290,-115577],[84248,-119391],[79582,-122030],[82221,-125368],[83172,-116351],[80038,-126756],[80782,-123980],[85137,-124469],[85911,-126469],[85016,-115796],[88358,-115440],[76980,-134221],[83288,-139227],[83553,-137066],[89463,-139598],[88990,-138643],[77788,-129702],[80266,-132684],[86325,-131238],[89153,-128086],[78795,-134124],[80766,-129656],[85560,-139508],[82672,-128263],[78056,-138117],[82407,-130280],[88458,-138253],[80489,-131449],[86718,-129518],[78043,-131063],[77514,-139898],[85634,-129378],[88085,-136742],[78309,-131722],[83612,-130660],[78161,-140547],[79944,-142917],[79486,-141604],[80611,-146684],[80299,-143186],[81464,-141516],[80979,-146024],[77087,-143626],[85348,-144217],[86609,-142632],[84283,-149404],[78210,-149766],[87753,-148190],[77962,-150969],[85518,-150006],[87428,-147666],[87156,-148783],[82532,-152999],[77016,-151449],[87461,-149248],[86675,-147695],[77009,-149923],[80924,-149464],[84765,-149075],[86605,-147106],[87673,-148158],[78597,-149789],[81928,-153049],[87338,-148492],[86627,-148760],[76847,-164718],[79583,-155811],[79050,-155465],[87484,-156741],[88002,-161971],[82957,-158387],[82108,-159854],[77406,-163036],[85428,-165938],[77229,-165080],[79204,-154331],[78398,-156451],[83145,-157995],[79963,-160744],[79190,-162345],[82318,-160213],[81362,-161402],[78195,-164786],[83163,-156710],[89256,-163435],[80572,-157677],[77857,-155629],[81954,-159880],[80103,-160753],[81537,-165217],[80295,-153970],[84230,-164396],[83414,-165665],[85253,-166949],[83860,-168413],[87610,-176499],[83702,-169856],[86844,-182855],[89522,-185262],[88051,-184537],[81295,-183321],[85731,-182860],[84681,-204532],[81284,-209461],[77860,-215588],[78613,-208055],[88576,-210186],[82142,-220092],[80940,-220165],[77816,-226522],[76888,-224039],[82969,-220472],[77468,-226988],[78904,-221553],[79770,-219716],[81906,-220204],[76839,-225239],[76858,-217892],[87530,-2966],[76827,-308],[82536,-1464],[85414,-11078],[82639,-6244],[84511,-2183],[87519,-10907],[84715,-9752],[85081,-11338],[80581,-5452],[78512,-6330],[81646,-9569],[79769,-17831],[85454,-12667],[79560,-20280],[87052,-19876],[79626,-16643],[76807,-17909],[89498,-21723],[88662,-20256],[78562,-57959],[85330,-66322],[83736,-86354],[89249,-87965],[85252,-93940],[87918,-92657],[88207,-98842],[80275,-93661],[84350,-96171],[85170,-95758],[86906,-90971],[77485,-92909],[79525,-93583],[78678,-93590],[86691,-90943],[79996,-101458],[81168,-100143],[77199,-109855],[77316,-109155],[82515,-113210],[86667,-108626],[80784,-112100],[83966,-111453],[78135,-113695],[80051,-108813],[88350,-110399],[79365,-112479],[84652,-107210],[80861,-108708],[82670,-112333],[89569,-111208],[83428,-109480],[88338,-107345],[84422,-109265],[80871,-112237],[83976,-110292],[82213,-112985],[89519,-111343],[88749,-105925],[88450,7806],[79424,5023],[79489,266],[83127,7828],[77999,5079],[80992,5575],[81751,9401],[79767,3578],[88203,11651],[84085,10497],[80464,3447],[82279,3466],[83122,10138],[88490,4146],[79362,4011],[78857,5926],[79065,6507],[79748,10597],[80044,9690],[83171,7041],[83201,11476],[86984,10989],[85158,10061],[80512,1899],[78562,1540],[82703,8269],[77443,4850],[80115,6552],[81531,8492],[81382,4357],[83894,12942],[81355,1754],[83024,9960],[81682,161492],[86911,162276],[79071,159811],[87974,164323],[85403,165743],[81632,161352],[78862,159492],[88270,163458],[81908,165123],[87962,168022],[82966,170206],[77751,168516],[81973,170713],[83211,242620],[77835,239405],[78008,236555],[77908,240921],[78242,238159],[81451,244429],[80458,22940],[84712,21025],[86719,13799],[84937,17259],[86358,17488],[86508,24038],[83945,25222],[77191,24510],[89043,19764],[83498,14589],[86044,15335],[86073,22089],[89594,20658],[87877,16897],[88001,21453],[76969,21206],[89146,13911],[88150,16639],[86089,20337],[77286,23643],[86035,13140],[85478,19341],[84104,23612],[81047,19945],[79357,23759],[88746,18978],[81852,14499],[82424,15900],[81360,18674],[78179,17680],[87076,23333],[87434,25185],[89258,20700],[88903,20402],[81040,21170],[77082,20249],[88165,16817],[79449,23143],[85931,14166],[86123,17320],[86449,17647],[82026,24096],[79234,23441],[80870,15193],[77010,18263],[85403,15453],[87812,23428],[86368,23724],[89364,20526],[87410,17154],[76944,21253],[88792,16430],[77593,13891],[77528,13520],[82032,276859],[83084,277147],[76829,327225],[77504,328856],[78424,330457],[78144,31695],[87339,32204],[80458,28986],[78776,26349],[79138,34092],[88464,29223],[81513,28369],[82470,28995],[82789,33813],[87740,32315],[88758,30063],[89154,30396],[86370,32495],[84723,31206],[85567,30645],[89573,34168],[77058,35251],[79124,31920],[79187,26607],[76990,33326],[85657,32530],[81331,28344],[84887,34528],[77351,36386],[79223,37304],[79489,29828],[78124,29997],[79438,26444],[87528,33967],[87468,35966],[77089,31200],[89042,26384],[81192,30844],[83161,29150],[85364,25861],[78106,34327],[88840,25977],[83269,27900],[85501,33659],[80193,403156],[82411,408106],[79495,404176],[81499,408650],[76914,411206],[78203,41378],[80282,45305],[87919,48391],[81306,46705],[79552,41055],[77792,49490],[87836,41633],[89567,46018],[80430,42725],[89120,39924],[84520,48747],[78567,42622],[78308,45948],[79804,46872],[88331,45533],[87117,45970],[87282,40573],[83514,38933],[82886,50833],[82122,43199],[80934,47849],[81940,48921],[79827,41381],[78751,49655],[78659,45867],[86971,50728],[89285,44118],[88136,45311],[88308,42148],[85163,608938],[88485,611459],[83654,603877],[86739,611883],[81515,604028],[88617,612113],[87754,612195],[83844,603658],[89021,612277],[78428,605379],[83935,626678],[88867,621591],[88337,620359],[87296,620833],[88793,617273],[84084,624761],[88722,618122],[89479,618453],[87737,620846],[88086,618991],[80856,627056],[88888,617919],[89545,621829],[84933,624756],[88375,620534],[86647,627779],[80305,628066],[80098,627528],[87289,628504],[76925,630291],[87130,627513],[79936,627418],[79414,51865],[81612,53625],[84138,61241],[76916,55231],[82967,54928],[84430,51850],[88076,51713],[79826,53225],[78335,56757],[89537,51655],[86554,64373],[81925,68871],[89496,66666],[81727,75511],[77515,71783],[82437,69223],[80490,80058],[82654,80960],[82955,83698],[80576,88376],[87221,81821],[89057,84498],[89066,89192],[83059,87858],[81677,87766],[78831,88682],[79923,81446],[80169,86078],[81389,89063],[77309,84098],[79917,84112],[80124,87780],[78723,87312],[83430,82008],[83468,83512],[84588,84433],[84594,86657],[86395,82718],[82745,80738],[87043,86018],[78352,81629],[83291,88659],[78103,80631],[83390,89300],[76808,92748],[83013,92521],[79114,91489],[77498,93836],[79816,94138],[82744,93668],[81776,92282],[81577,90651],[78970,95813],[81258,95546],[78138,94872],[85377,98522],[83360,90119],[85107,96944],[81092,109297],[78869,112316],[81046,115263],[84691,115367],[85279,108932],[81139,115202],[89529,114522],[84370,115292],[87825,109273],[86850,109483],[77699,105830],[84733,104454],[81585,103811],[79099,104013],[81050,127184],[83132,121287],[79939,117013],[86838,116076],[77594,117565],[78410,124363],[81074,118843],[83254,122982],[85399,116606],[81367,117381],[80034,118469],[897783,-158040],[897569,-158233],[897254,-157005],[904181,-159680],[899193,-158401],[903269,-160739],[906768,-160145],[900953,-159412],[904952,-165271],[896102,-171847],[899253,-169356],[906097,-168260],[902539,-167316],[903013,-170770],[899615,-173308],[907666,-171747],[906982,-171783],[908427,-62672],[905729,-57870],[908125,-61984],[896965,-73447],[907142,-72190],[897547,-69238],[907016,-75607],[900092,-67982],[902008,-66533],[907699,-65985],[901924,-65403],[904367,-67850],[904479,-86473],[899297,-88624],[903534,-83740],[902916,-84566],[905987,-85602],[902848,-84560],[901459,-89258],[898976,-83252],[903818,-83706],[903753,-87737],[901226,-83213],[897606,-82243],[907111,-83280],[908046,-83622],[902069,-93947],[899658,-90773],[898085,-92623],[899729,-93517],[903706,-90092],[907353,-92213],[908716,-90080],[905239,-92786],[896238,-97864],[900193,-108762],[907336,-110126],[899955,-108304],[901644,-108142],[907812,-105409],[907101,-108636],[905628,416770],[903663,411269],[905819,417636],[903603,412536],[907625,413044],[896357,429811],[901592,428173],[901784,433016],[898954,429100],[897163,433964],[902127,429156],[904563,429170],[896791,423479],[899716,435435],[897154,441616],[899689,441735],[905208,521822],[899962,529151],[905633,525964],[907156,525540],[902829,560741],[903162,562509],[896770,556044],[902072,557791],[900783,561543],[897863,559893],[904704,573588],[898422,574917],[906535,575367],[900170,570097],[898265,568932],[906154,574911],[896132,568348],[896270,568524],[907860,564288],[899184,578153],[898231,580314],[903140,588237],[900410,585527],[899995,586628],[896653,582877],[906938,596135],[898402,590846],[903003,597219],[898076,592986],[907568,597980],[903783,591344],[898276,589497],[911815,-178347],[920631,-178578],[918821,-173107],[910776,-180073],[920164,-50943],[916780,-58007],[917709,-58341],[917570,-56912],[920392,-63660],[909182,-63286],[914527,-62868],[912176,-62181],[921485,-73922],[919806,-71148],[918651,-73933],[920620,-67991],[919860,-66752],[913270,-64355],[909121,-65057],[915794,-65731],[921345,-65747],[918033,-80851],[920470,-80498],[921575,-78437],[913774,-88310],[911112,-80415],[914369,-85164],[918913,-83267],[908792,-97254],[911990,-90279],[909002,-91724],[908813,-101332],[909283,-96961],[917549,-90146],[920921,-96293],[918722,-90391],[916579,-94696],[915916,-95049],[919237,-98723],[912552,-99100],[912746,-101326],[915853,-90251],[917156,-99236],[921215,-92665],[911872,-105404],[917603,-104574],[914314,-106101],[917188,-103237],[915156,-105720],[919288,-110092],[918883,-102562],[920986,-112002],[919514,396788],[916599,408794],[910495,404865],[918981,404504],[916019,409609],[911815,407005],[917825,405576],[911681,409366],[920161,402447],[911037,412129],[911051,413120],[914025,416524],[915842,412174],[921300,441230],[918928,442139],[918895,445106],[916367,450585],[913189,460185],[912924,457848],[914451,453273],[918543,448235],[920467,450684],[914679,508810],[914115,508633],[910616,513016],[912687,518303],[914958,562995],[911871,565350],[919697,567505],[914101,571171],[917426,575110],[912195,570144],[911253,569185],[920104,573998],[917944,574573],[914284,573195],[910492,572272],[916555,588348],[913197,584972],[920173,586438],[920333,581641],[920106,597868],[914632,595961],[908836,599202],[920633,591334],[927512,-123096],[928975,-115340],[932216,-120888],[934044,-121683],[924001,-115626],[924825,-129635],[927966,-178323],[922944,-178079],[925725,-178338],[926343,-175319],[927887,-174676],[933260,-173723],[931649,-180505],[921699,-179949],[927885,-63461],[930872,-58382],[922715,-59424],[926317,-52770],[924755,-55363],[934076,-55469],[926980,-51861],[930281,-54361],[932376,-54827],[933085,-62284],[925660,-65709],[922563,-88812],[934312,-77992],[933131,-90552],[930673,-95209],[928832,-97032],[926213,-94973],[923908,-95400],[922136,-96877],[922079,-90252],[933523,-113554],[932198,-110410],[933499,-112591],[932073,-109544],[927450,-110043],[925543,-111583],[923344,-108998],[924213,-111448],[921696,-114862],[923912,-114722],[925480,-102661],[927711,-104129],[931766,-110238],[923825,394205],[921600,398320],[925947,415964],[924820,443161],[923992,444770],[925081,443310],[923072,443651],[932710,577678],[922046,581366],[930595,585729],[929488,588483],[922291,585130],[929458,577273],[928486,583143],[929684,581574],[931964,580835],[929953,597969],[923347,589364],[928237,594860],[930883,593147],[931114,589737],[924697,599716],[925415,589449],[922241,595195],[928324,601552],[922121,590810],[939930,-120340],[935296,-120428],[935222,-118436],[936283,-117675],[937020,-122308],[943623,-116205],[943481,-129954],[944518,-180613],[941222,-180026],[946091,-183488],[936576,-62363],[934814,-55320],[934552,-57058],[935758,-54901],[942222,-75690],[940675,-63807],[939807,-67851],[939612,-68998],[944314,-69378],[937533,-73100],[938169,-79062],[941844,-82018],[942187,-83777],[941060,-83630],[945647,-84009],[942125,-80399],[945485,-79545],[939306,-77049],[937699,-83846],[936222,-78730],[934902,-82372],[937017,-82951],[936351,-84366],[936026,-87890],[946502,-96466],[945392,-99291],[936753,-109545],[944374,-114367],[946101,-112253],[946059,-109355],[945288,-102439],[942930,245830],[938003,251449],[941630,251234],[940967,247533],[945803,245837],[940668,251550],[945019,247501],[939711,252250],[945144,259196],[942978,262371],[940513,258172],[939553,256767],[943868,259559],[945306,260528],[943920,581422],[936969,576645],[939450,582272],[941196,579894],[946757,579615],[946120,581699],[936772,587706],[947030,586938],[941451,594086],[937683,590624],[939816,594335],[942091,599044],[943992,592214],[946076,601297],[949786,-125475],[949077,-126645],[950882,-127479],[957089,-126643],[955124,-119963],[955841,-121883],[955674,-116022],[955958,-115396],[955933,-123254],[951941,-121852],[952984,-122089],[952845,-119723],[952931,-127146],[952184,-131027],[950646,-128280],[951018,-129414],[959384,-129387],[953817,-129251],[953529,-128903],[957654,-190869],[955757,-185483],[954724,-189888],[948906,-188155],[958978,-187322],[952199,-190386],[948406,-185153],[953405,-75075],[949946,-75276],[947714,-76049],[947285,-81515],[949221,-83387],[948602,-87380],[948604,-78029],[953215,-85187],[955597,-80380],[955661,-83834],[958188,-83139],[957988,-82781],[952467,-80722],[953992,-80491],[950646,-88326],[951474,-86940],[953772,-85308],[952735,-82938],[952485,-80145],[959165,-82953],[958408,-81172],[951431,-93208],[948909,-99387],[949690,-97291],[948754,-94516],[950115,-94733],[953919,-89727],[955808,-101285],[956126,-101825],[949238,-106953],[947447,-109056],[950472,-110043],[954975,-102922],[956480,-106419],[957344,-107806],[955808,-105523],[958279,237853],[957945,237889],[958586,238571],[958475,253743],[955980,253264],[955347,253661],[955074,247575],[951881,260637],[952739,261454],[958280,257709],[954210,262512],[951129,263397],[947784,266004],[947560,263540],[953135,261147],[947472,579875],[949028,588128],[955705,588596],[951581,586478],[957506,587675],[952440,584504],[954569,578506],[953188,600241],[952697,589012],[957961,598010],[953140,599761],[952914,598853],[956241,593147],[959632,597116],[949439,592328],[952362,591896],[965143,-118338],[965427,-120250],[963713,-120333],[963106,-120877],[961745,-120201],[961644,-122136],[964067,-122161],[970079,-119838],[967515,-121236],[967708,-117885],[966780,-119559],[970554,-123622],[967188,-124660],[972285,-120403],[972591,-127938],[970938,-131980],[965099,-130924],[964486,-133105],[961744,-132550],[960711,-130848],[962329,-144766],[966477,-143444],[964883,-177737],[965159,-179245],[970207,-199246],[966691,-86741],[969247,-88071],[961031,-86379],[961144,-86130],[970718,-80701],[961988,-81245],[966242,-81680],[969895,-78446],[960494,-86249],[966958,-101851],[966408,-97619],[964719,-95674],[962092,-99949],[965015,-97739],[968222,-98196],[960066,-105070],[971783,-106373],[967985,-104934],[965137,-107325],[966886,-104074],[964198,-109395],[964556,-111215],[962264,247842],[963118,595803],[960247,591352],[963858,595255],[971594,591375],[968731,594221],[975075,-127049],[977925,-117146],[974252,-121758],[977666,-123173],[975315,-116330],[974858,-115661],[976088,-118442],[977364,-138601],[975718,-136017],[973620,-131840],[974854,-131393],[977128,-133169],[977520,-131205],[981523,-129788],[985420,-132473],[984867,-129695],[978699,-130182],[974807,-140900],[974939,-152662],[976029,-144805],[976407,-141918],[977046,-141590],[981234,-146921],[981015,-149912],[983516,-149327],[978731,-155525],[979358,-168962],[979976,-184984],[976848,-179071],[978094,-196290],[978753,-199478],[981142,-196852],[980210,-198708],[979905,-192628],[979120,-196929],[982218,-196184],[982436,-195075],[979014,-192563],[978534,-71712],[976353,-74562],[978106,-73291],[979024,-79160],[977272,-77536],[975822,-82813],[977892,-82789],[979939,-83251],[983491,-100746],[983708,-101978],[979760,-101841],[985092,-108052],[977606,-104448],[978070,-107501],[979848,-109283],[979827,-106232],[978234,-112014],[974104,-113384],[974374,-112256],[981774,591276],[983378,593133],[979877,589801],[974905,596569],[983117,600614],[978755,596202],[973810,599183],[973372,599757],[976264,599819],[989278,-117531],[990714,-124903],[990799,-127635],[995035,-127234],[990882,-139541],[988729,-137306],[993710,-128983],[995501,-130674],[989660,-131445],[988538,-133011],[995901,-130658],[987695,-127877],[987324,-147873],[986151,-147105],[986550,-146154],[987543,-145368],[988919,-142656],[992513,-143902],[989315,-142446],[990975,-147281],[993274,-144164],[995064,-148296],[988740,-149061],[997091,-153062],[994171,-147485],[991042,-141727],[998297,-147199],[997447,-146152],[996011,-144381],[987947,-165594],[991394,-163147],[992455,-164326],[988820,-159323],[991036,-161002],[997932,-154333],[986931,-177872],[987587,-175957],[988557,-173093],[990730,-170594],[998000,-174489],[993647,-170774],[996077,-172425],[995965,-172782],[991549,-168784],[988070,-80219],[990121,-77125],[989517,-82274],[991019,-79166],[994553,-79740],[993040,-77479],[991780,-87145],[989071,-86712],[987766,-99936],[989744,-89724],[987040,-109389],[986797,-112172],[988738,-113358],[989329,-110600],[986167,-102824],[990206,211553],[987019,592727],[992830,594472],[987086,593977],[996672,601284],[987674,595593],[986412,601097],[999843,-128273],[999819,-128608],[1002284,-129744],[999731,-151969],[1002083,-152881],[1006623,-162396],[1003414,-166186],[1002994,-161697],[1003975,-163468],[1003944,-155643],[1002939,-154200],[1000409,-156349],[1002490,-159043],[1002546,-156536],[998859,-155030],[1005553,-167841],[1006220,-167952],[1001881,-166310],[1004311,-175547],[1000590,-173703],[999794,-175919],[1002959,-170944],[1004017,-170536],[1008423,-171232],[1000908,-173259],[1011612,-169766],[1009707,-171853],[999185,-75953],[1005107,-76301],[1010491,-71690],[1007538,-75099],[1008173,-72319],[1001664,-77763],[1004457,-77210],[1003022,-79795],[1005899,-82861],[1005786,-77351],[1003147,-87051],[1004718,-86595],[999425,-87769],[1010033,-82005],[1007753,-88639],[1007997,-85488],[1009524,-83079],[1002061,-94270],[1007062,-90083],[1006288,-90463],[1010313,-89521],[1011057,-90694],[1010457,-104662],[1008285,-104131],[1008671,-106646],[1005744,-105235],[1004191,-102801],[1004506,190319],[1007466,190238],[1007289,266634],[1006718,263497],[1005544,269774],[1000535,297150],[1002776,297980],[1006870,317036],[999966,319227],[1003748,346919],[999704,595964],[1009380,604535],[1004927,607790],[1006228,607449],[1008596,613211],[1011313,-165278],[1011650,-171390],[1013565,-68597],[1018292,-76606],[1013713,-80224],[1016311,-77830],[1014293,-76683],[1017168,-77896],[1020653,-80282],[1018964,-87026],[1017365,-83719],[1014795,-83776],[1011917,-85502],[1013777,-93505],[1012458,-90278],[1018097,-91340],[1013332,-93329],[1015807,-95924],[1014364,-95852],[1012661,-99832],[1011989,-101932],[1013952,-102534],[1015258,-103072],[1017106,-102798],[1014689,-106434],[1012512,-106995],[1011995,-109160],[1014712,-110787],[1017794,-108170],[1018019,-106963],[1022490,-110223],[1022316,-107304],[1020540,-110851],[1022492,165853],[1019462,165202],[1020517,177821],[1022493,172892],[1015433,174277],[1016880,167353],[1015013,169549],[1020658,169060],[1019825,172825],[1022693,171301],[1019276,168148],[1022500,176786],[1017166,179836],[1018689,183299],[1019454,304964],[1022222,302367],[1020201,318177],[1020641,318484],[1016801,315820],[1018073,329011],[1022475,342864],[1021946,342037],[1019912,351026],[1020044,352131],[1013033,371389],[1020000,360973],[1021293,360203],[1021188,373104],[1023994,532757],[1020839,594243],[1019113,594860],[1012020,594677],[1012767,593629],[1017767,609881],[1022005,606504],[1020375,604255],[1018456,605651],[1022656,606355],[1011781,603017],[1020253,608594],[1016708,613975],[1019420,613775],[94961,-127421],[93183,-119633],[101301,-123260],[101460,-123746],[100854,-126569],[90696,-121746],[93574,-124942],[97595,-125844],[89624,-124710],[90210,-127434],[90306,-117385],[91631,-118287],[89737,-117932],[93096,-120614],[96956,-124230],[90991,-124411],[92756,-119523],[101968,-124610],[99122,-122985],[92203,-115729],[102275,-123729],[100421,-126655],[90812,-123923],[98513,-127203],[95221,-125049],[97023,-124650],[89650,-138771],[100327,-131717],[98657,-129298],[96705,-140133],[93327,-127814],[102188,-135840],[98352,-131672],[97557,-132494],[99188,-137416],[93599,-138952],[93046,-131856],[94074,-136856],[92313,-137910],[93430,-139693],[93017,-130400],[102389,-139538],[92493,-131643],[92139,-129888],[94789,-139260],[92110,-140458],[101052,-138781],[99867,-131199],[95848,-130149],[93813,-131275],[99795,-130834],[101174,-138155],[91728,-131331],[92760,-129826],[97527,-128540],[95345,-143137],[100089,-142018],[96132,-143209],[98143,-144913],[95429,-144349],[95596,-143485],[97153,-144136],[95709,-143798],[95620,-143669],[97325,-142899],[94010,-143039],[95529,-146068],[97052,-146625],[97610,-146493],[92564,-148925],[95804,-148001],[92842,-148698],[96267,-146524],[101516,-146145],[96023,-148089],[98037,-146051],[95658,-145327],[93168,-148069],[95221,-146057],[95964,-145571],[92598,-148256],[89786,-163348],[94758,-160008],[97049,-160820],[89762,-156179],[91119,-162078],[91204,-163177],[97476,-171115],[95915,-170259],[97262,-171415],[96442,-169218],[90984,-174858],[95738,-172151],[95539,-168101],[91382,-176169],[97422,-173703],[96525,-166259],[92679,-190108],[93639,-186218],[98336,-190782],[92341,-188138],[90695,-189199],[100400,-192019],[101982,-202872],[90809,-208954],[91306,-212948],[92753,-3015],[100746,-10505],[102296,-2976],[96487,-5146],[97809,-5928],[99836,-3075],[93886,-9308],[95655,-10209],[96483,-5158],[99295,-7992],[98969,-7332],[102102,-4133],[98233,-6115],[93160,-9926],[91750,-11006],[96445,-10696],[92771,-1996],[95560,-5099],[100683,-8032],[99548,-5797],[92645,-9461],[92380,-11021],[97350,-9746],[98254,-253553],[98137,-252309],[93709,-251171],[96871,-250892],[99416,-253630],[97656,-250792],[96512,-253922],[101396,-251778],[99274,-251701],[97729,-253007],[97699,-255948],[93889,-260192],[100735,-256266],[93342,-257541],[92403,-18937],[91280,-18617],[90892,-16757],[90695,-15760],[91702,-20045],[90291,-22836],[92004,-14164],[93069,-12685],[99478,-42782],[99868,-42601],[99535,-61128],[97104,-63624],[100287,-60903],[98920,-62064],[101388,-59808],[101090,-58818],[101757,-58727],[100157,-59167],[101671,-59374],[101921,-58370],[93795,-75024],[98235,-74993],[96825,-69247],[100084,-68573],[97586,-64701],[96390,-76181],[97997,-69227],[99838,-69338],[93681,-75070],[96878,-75649],[97757,-68448],[99647,-69043],[95983,-64759],[94906,-74606],[95795,-73764],[100930,-78804],[98167,-77617],[94489,-83809],[94974,-78762],[100775,-82579],[100594,-79026],[94512,-83137],[91162,-88247],[95435,-77297],[100578,-79937],[95258,-82054],[91289,-88375],[96880,-78302],[93343,-88825],[95656,-86752],[97562,-88850],[101526,-87533],[101881,-86093],[100779,-89350],[97296,-85199],[96533,-83192],[96282,-84256],[94875,-85902],[98932,-77125],[93881,-78584],[101879,-81905],[101775,-79233],[102352,-82007],[95462,-95464],[98617,-92487],[99593,-95286],[89735,-101784],[96215,-98380],[92553,-95715],[92758,-90110],[93535,-99179],[90601,-96642],[95369,-100173],[90286,-97997],[92002,-100608],[96379,-110829],[90225,-102922],[90935,-103153],[92018,-111158],[90527,-108443],[90662,-114312],[91163,-107828],[90026,-113448],[94779,3927],[93160,3834],[89813,9861],[98269,2369],[94273,4345],[92891,4397],[90753,8065],[99929,2021],[96166,3730],[102305,2838],[90494,3155],[97356,1421],[98443,161969],[95791,168870],[91801,167688],[92442,167391],[90834,167169],[95566,217071],[92545,226937],[90595,224458],[98201,222433],[98718,220691],[97235,226202],[95503,228571],[93845,225957],[91864,226274],[95839,222665],[97099,220825],[98359,218644],[96411,226304],[89991,14283],[91156,16167],[90315,21136],[89725,14229],[89612,13002],[97063,18539],[102363,25250],[92466,34962],[93681,33230],[97849,35812],[92309,32560],[91436,29099],[93508,28625],[94590,31576],[89949,29578],[100670,33880],[102387,28338],[99463,31629],[99796,50371],[91776,43730],[97115,43595],[94838,42380],[101091,40862],[101282,48811],[97151,51038],[101674,59674],[100866,60249],[101457,61950],[102940,60029],[97641,62951],[99343,62800],[95768,60127],[98131,56369],[101579,66338],[95978,87671],[97437,87548],[96910,85169],[91570,88803],[89763,86822],[89806,87671],[98661,84246],[98419,85630],[96422,100589],[100803,92288],[91711,98642],[91206,97925],[97597,105823],[97317,112420],[99286,112487],[100502,111535],[95559,103613],[94106,106804],[92018,104788],[97938,110022],[98003,108637],[101776,110493],[94270,102764],[97043,107155],[98093,106836],[101626,110575],[94087,105591],[100807,117032],[100219,121270],[94817,118701],[95924,117475],[101406,121604],[100561,121750],[100629,119924],[89855,116356],[1030464,-99690],[1031505,-100599],[1031583,-98315],[1035264,-97829],[1036643,-100627],[1036341,-99665],[1034323,-97299],[1031585,-97310],[1026511,-110423],[1026356,-106734],[1028761,-107088],[1030846,-107036],[1030369,-108728],[1033092,-105132],[1034462,-103051],[1032122,165689],[1035391,166088],[1033897,163093],[1028637,163910],[1025579,177872],[1027731,169118],[1024181,173446],[1027168,167657],[1030446,169760],[1029616,171985],[1026020,170790],[1036169,188033],[1030076,305978],[1035969,329583],[1025009,324744],[1031945,327178],[1033108,328717],[1030530,334463],[1028099,355287],[1031363,356667],[1032181,354444],[1024433,360619],[1024192,360888],[1028855,361725],[1036146,482231],[1031000,494381],[1024774,517297],[1031129,520446],[1030664,543120],[1030871,553043],[1028856,555358],[1025203,600605],[1027715,600624],[1036482,599183],[1033057,597976],[1034217,594965],[1031444,595779],[1026899,590490],[1024078,594415],[1030439,601357],[1035006,603951],[1035617,604953],[1034507,601907],[1033127,603217],[1030015,605609],[1034994,612361],[1032146,609841],[1034421,613247],[1028167,614528],[1031342,611661],[1026390,609142],[1027957,605624],[1036954,-102073],[1039368,-100665],[1038220,-103274],[1041216,-102564],[1044111,-113493],[1044185,-104772],[1043911,-105699],[1043202,-106788],[1046547,-106180],[1046604,-105795],[1048530,-104435],[1045078,-105352],[1049266,-110166],[1047547,-108919],[1048393,-111570],[1047613,-114595],[1046327,-114793],[1041506,-103576],[1038017,162238],[1049002,157295],[1037077,167249],[1045442,207686],[1047638,206161],[1047668,206562],[1048257,206347],[1047885,206657],[1045447,207314],[1045150,207555],[1049404,205810],[1048634,455917],[1049206,470308],[1048591,494013],[1038101,504436],[1040265,500790],[1039666,535412],[1041929,528013],[1036806,596632],[1039613,606170],[1036858,609656],[1043090,606173],[1039219,609307],[1041701,612460],[1041817,611296],[1048879,615879],[1044727,623221],[1041415,618877],[1043542,622749],[1045491,618704],[1044541,623774],[1043236,626873],[1039704,618854],[1037960,614884],[1038070,624772],[1045556,631151],[1046526,637812],[1040115,632232],[1059172,-103779],[1051811,-107425],[1054031,-109257],[1054373,-111776],[1056300,-114317],[1057303,-114947],[1058957,-113539],[1055411,-108632],[1058461,-110669],[1056786,157327],[1054052,155027],[1059358,189896],[1057224,180821],[1060653,206279],[1060694,210048],[1051153,207408],[1049881,210505],[1055010,460679],[1059295,469289],[1050944,494874],[1053589,489553],[1055999,511945],[1060361,514281],[1055650,529124],[1051075,533328],[1054835,528924],[1062347,590799],[1059179,621953],[1053877,624877],[1050122,619297],[1052140,624817],[1056487,619082],[1053270,618936],[1056739,624955],[1050539,631455],[1060273,627678],[1055104,639934],[1060816,635396],[1057612,636031],[1055017,635129],[1059156,632154],[1059042,631029],[1058130,636779],[1074576,-145622],[1072238,-147558],[1067349,-141346],[1068751,-144970],[1074105,-141637],[1074106,-101252],[1063860,-98449],[1064948,-99833],[1075007,-102953],[1073571,-107016],[1065155,-104386],[1071502,-104524],[1068675,-108218],[1068259,-108425],[1064787,-108217],[1063579,-105548],[1072003,-107269],[1063323,-110817],[1064019,-114543],[1063130,-114391],[1062842,-102951],[1064615,-111525],[1062635,178132],[1071719,173639],[1070311,177973],[1067977,170892],[1064978,189897],[1066369,186557],[1072155,183902],[1064759,182657],[1068174,188660],[1073362,180608],[1063498,198960],[1065249,193136],[1066429,193650],[1065213,202022],[1065986,198660],[1063779,197253],[1073740,295666],[1072894,518216],[1074989,522369],[1069215,534902],[1065474,545928],[1074629,547575],[1072044,543679],[1068092,588945],[1069591,588876],[1068602,585388],[1074661,585144],[1066922,595821],[1064083,589017],[1064159,592687],[1069144,593901],[1073208,592301],[1070983,625488],[1064532,628790],[1074449,634223],[1068503,628040],[1067468,629412],[1072615,633711],[1065729,635596],[1066262,639425],[1065066,635360],[1085127,-136240],[1086691,-140472],[1084802,-137608],[1087048,-141509],[1082689,-142989],[1084847,-141365],[1086364,-107129],[1085743,-105363],[1085713,-103517],[1087437,-102539],[1087893,-103925],[1083685,-104204],[1081473,-104128],[1078335,-106489],[1076992,-103286],[1077538,-103173],[1077877,-105318],[1078715,-103128],[1075248,535963],[1080204,584211],[1087622,635918],[1080477,636138],[1084767,630019],[1079834,632081],[1075407,630095],[1081559,639353],[1088972,-138584],[1089611,-132920],[1089221,-131342],[1100296,-61009],[1090921,-101096],[1098181,-93509],[1099480,-96963],[1096631,-97889],[1099353,-99278],[1099465,-101230],[1090925,-110301],[1092889,-105130],[1089760,-103719],[1098335,-104303],[1097096,-103478],[1093107,-104129],[1089484,-106166],[1096110,-102536],[1096629,-109396],[1098804,-109851],[1099121,-108619],[1100467,-107969],[1097120,-107588],[1092525,-111552],[1094390,626556],[1096460,624915],[1099512,638149],[1099969,632802],[1093694,636750],[1095926,633650],[1093103,632605],[1100726,639339],[1107882,-50506],[1108858,-48154],[1110218,-50388],[1113060,-43087],[1111576,-44149],[1112494,-46326],[1104171,-59404],[1103805,-62369],[1108304,-59055],[1102423,-55925],[1105503,-54095],[1108939,-52659],[1109704,-52579],[1103557,-51483],[1110380,-70925],[1110183,-67701],[1111041,-66584],[1107701,-65594],[1107149,-64180],[1111956,-71667],[1111936,-74523],[1112072,-85372],[1113502,-80210],[1111963,-78302],[1107380,-97056],[1107999,-91945],[1106789,-94453],[1104690,-95985],[1102221,-95631],[1111772,-102152],[1111596,-100026],[1112400,-99225],[1103777,-105492],[1102760,-104723],[1108786,-104985],[1106331,-107475],[1112374,-103545],[1107970,-107589],[1106657,-104737],[1103143,-107458],[1109048,581999],[1106909,586119],[1112156,584624],[1111407,585423],[1111816,581276],[1106817,589118],[1112089,591194],[1106949,622503],[1103221,620991],[1111138,636552],[1103476,635741],[1102060,632995],[1102545,632252],[1104568,637929],[1101273,633964],[1105322,639684],[1112872,636150],[1102086,637757],[1113460,630717],[1114519,-42500],[1118414,-40838],[1118600,-45347],[1121047,-46040],[1124899,-44943],[1125457,-63618],[1114068,-69581],[1121961,-76159],[1126097,-76263],[1114839,-76262],[1121949,-65542],[1125103,-72140],[1125603,-66195],[1125627,-74963],[1125445,-76373],[1114559,-71631],[1118258,-81093],[1125444,-87169],[1125001,-84082],[1113960,-83231],[1123913,-77161],[1126367,-78931],[1125102,-79619],[1120426,-78483],[1117785,-82755],[1116514,-79829],[1123957,574255],[1119526,586235],[1125040,586050],[1118158,576839],[1117737,579940],[1116456,583855],[1124446,626581],[1114005,621579],[1117381,622505],[1118082,635038],[1119752,636450],[1116084,628427],[1116584,635956],[1115088,631264],[1119747,639915],[1118283,639116],[1114532,639085],[1116664,636894],[1137863,-8124],[1137547,-23327],[1138101,-31717],[1136933,-33058],[1138074,-35646],[1135811,-36030],[1139027,-33481],[1127553,-49133],[1135788,-48008],[1136042,-42804],[1138210,-42322],[1134547,-43067],[1137140,-43548],[1137475,-49902],[1137036,-49653],[1131963,-54090],[1128449,-60697],[1133594,-55649],[1129827,-56090],[1131443,-59340],[1135809,-58023],[1128636,-56367],[1135563,-51192],[1135780,-60692],[1131191,-63558],[1137105,-63224],[1128513,-63946],[1138767,-74751],[1138120,-75701],[1129844,-75143],[1127018,-70259],[1131133,-69350],[1132293,-69053],[1134874,-66281],[1132737,-72284],[1131630,-74308],[1126471,-67993],[1129728,-88103],[1135435,-83764],[1137718,-84413],[1136185,-88859],[1132426,-84165],[1137597,-83124],[1137164,-81701],[1138302,-79531],[1136943,-84104],[1134919,-89748],[1134034,-90288],[1129876,-90434],[1139152,11710],[1139080,575179],[1137766,584209],[1136816,576283],[1132560,580490],[1130881,577775],[1129656,580070],[1130309,582538],[1132599,585188],[1136505,585115],[1127751,586270],[1127693,589956],[1135161,614587],[1136935,611630],[1138605,612493],[1128105,621153],[1134756,624308],[1136894,620948],[1133077,615720],[1134179,626043],[1130718,619894],[1133079,621847],[1136903,627439],[1128408,630777],[1126959,637296],[1138437,632122],[1130353,629428],[1135436,631406],[1130044,639651],[1136068,637420],[1151464,-2274],[1141759,-8364],[1140610,-10791],[1148636,-7859],[1147899,-3924],[1147296,-11450],[1145955,-9950],[1139771,-2592],[1144252,-1885],[1146231,-1322],[1150486,-2037],[1151367,-11876],[1141624,-14745],[1139317,-13793],[1145351,-13316],[1148120,-15096],[1139995,-21631],[1144076,-18402],[1149624,-13263],[1147108,-19564],[1140608,-34583],[1147037,-36750],[1145485,-35587],[1145913,-33302],[1139971,-29944],[1142093,-34988],[1145808,-28743],[1143873,-28280],[1141463,-29019],[1140845,-26899],[1145220,-34115],[1140643,-46682],[1139491,-48122],[1140392,-42548],[1142118,-43493],[1144152,-41882],[1146586,-39292],[1140588,-63077],[1142207,-51651],[1142744,-55409],[1143602,-59632],[1141830,-61500],[1141922,-53932],[1141752,-58969],[1141381,-72732],[1141422,-71098],[1142960,-68380],[1144544,-64223],[1141451,373],[1146025,919],[1140659,6521],[1146385,4695],[1143228,6830],[1148893,5513],[1149988,9758],[1146357,7617],[1146063,19570],[1146522,21493],[1142849,13049],[1143203,18574],[1149249,21136],[1145638,15631],[1139653,572184],[1147901,573119],[1142568,574612],[1143070,575312],[1141549,579619],[1141591,610084],[1146475,610715],[1151003,612208],[1148139,611408],[1150581,621467],[1145642,618424],[1144826,620337],[1149155,618176],[1141080,623206],[1146495,623288],[1151714,626585],[1148319,628100],[1149296,628668],[1141768,635632],[1140662,633440],[1149484,637506],[1146019,635013],[105005,-122960],[105851,-125538],[114723,-116370],[112473,-125477],[114918,-117246],[115149,-115333],[105457,-125469],[105010,-124951],[107328,-122397],[105689,-124260],[105728,-125776],[114062,-118118],[114987,-117113],[114826,-119156],[106454,-124397],[106925,-125677],[102968,-124885],[114006,-115713],[114230,-117615],[112793,-126550],[102860,-129510],[102530,-134868],[104832,-130284],[108631,-129531],[105788,-129549],[102841,-129168],[108057,-130022],[110064,-128178],[104306,-131239],[103375,-129240],[102853,-139060],[108090,-129588],[103084,-128140],[109707,-128540],[104870,-129905],[105258,-128736],[114642,-135497],[111420,-132615],[112689,-128154],[110630,-132954],[114476,-134947],[108933,-133708],[107062,-145355],[103119,-146452],[108290,-144393],[106490,-144032],[105978,-142022],[105463,-144753],[104033,-144858],[105824,-143620],[107989,-142596],[105542,-144748],[108378,-144320],[105482,-144251],[107257,-143824],[107146,-142743],[114256,-164058],[114413,-178286],[113788,-181913],[112964,-182351],[114720,-183312],[112917,-181667],[112820,-183066],[112395,-200718],[105319,-194681],[111572,-192770],[106543,-196151],[103427,-202639],[114506,-194150],[114433,-199744],[105900,-194828],[106625,-195772],[114117,-202967],[113690,-200095],[104081,-195910],[108979,-192371],[111010,-193634],[115069,-205076],[111641,35],[110059,-9531],[108943,-2717],[113839,-11830],[113308,55],[108665,-8249],[108231,-3568],[109071,-1511],[109888,-9895],[103196,156],[107749,-2786],[103000,-249938],[111740,-247800],[113924,-248028],[108164,-246148],[107098,-249920],[111560,-248083],[103297,-250406],[109044,-246133],[114305,-14637],[114247,-16908],[112251,-31204],[113220,-30617],[114270,-39748],[112177,-48514],[112061,-48053],[110746,-49308],[111708,-49239],[111481,-47850],[111118,-46869],[114632,-39242],[105708,-52291],[104642,-51967],[104091,-51492],[102504,-52113],[102655,-58253],[107080,-78236],[106482,-85915],[111052,-88323],[109116,-87991],[106455,-87051],[102749,-79501],[109824,-86856],[108611,-86316],[102476,-80672],[105351,-91412],[112291,-89846],[110425,-89646],[113451,-112877],[114698,-114751],[114187,1263],[106529,2530],[108838,2160],[106068,1538],[111372,11305],[112427,3963],[114750,12043],[109957,960],[103212,4564],[103096,3144],[111857,8705],[107837,1745],[103763,1136],[104371,3435],[114145,199933],[113841,200495],[103245,17018],[103913,18143],[109585,21713],[103132,15659],[103157,16859],[108878,13481],[105706,13257],[113470,18814],[108736,17354],[114889,19822],[103143,17031],[104581,17281],[103314,25526],[105138,23979],[114220,294058],[114057,299520],[111131,342802],[114515,344728],[112477,335786],[113479,342463],[102804,37683],[102710,30942],[104783,33087],[106769,26436],[104318,26549],[105635,27697],[105261,33522],[107109,25988],[111237,26176],[104295,32508],[106638,28075],[104802,28572],[102804,30817],[109136,30399],[107065,31882],[113726,34196],[110491,37012],[111471,37118],[106981,30872],[111083,27880],[113421,35155],[109029,32892],[108959,35919],[107454,33451],[104494,33723],[107856,35836],[112654,34686],[106635,31751],[113797,44082],[112230,41316],[111783,42911],[111130,51311],[103915,48070],[112915,41082],[115156,41521],[112705,40076],[112645,40467],[104238,62730],[104314,60395],[105022,63510],[104987,60518],[113870,60659],[108666,54963],[106532,59834],[105738,62636],[113023,58538],[114038,61477],[111493,52361],[113509,59530],[107480,54292],[107066,53488],[106168,52957],[103231,51713],[110572,51409],[108945,54704],[106236,52584],[104803,58594],[108287,69326],[114494,72861],[113461,72529],[110213,73540],[109238,75305],[113308,76260],[113347,68574],[103590,66828],[104636,65751],[107588,66309],[112515,67204],[102619,88446],[102680,89304],[109387,77875],[109240,79733],[112135,102049],[111774,99783],[111364,100066],[102794,96673],[102857,102012],[103047,97403],[108190,91197],[114288,91647],[112817,93387],[104786,95646],[110178,98667],[114418,95735],[110547,96045],[109945,97713],[106306,96153],[104758,98731],[103945,101093],[112432,110493],[106230,110300],[112724,106816],[113905,105999],[114781,115011],[109713,111394],[111443,113861],[105714,114706],[102414,111125],[114058,103683],[103376,110373],[114971,105565],[111217,105546],[111042,108332],[114783,104766],[112421,112032],[110748,106189],[103042,105061],[105152,122045],[114755,120418],[113726,116513],[109491,119208],[109922,118658],[111228,120370],[115015,116238],[110828,119383],[108160,126392],[115022,119287],[111557,118139],[109102,120593],[102810,121630],[114620,119428],[106357,115645],[109749,126704],[111758,121014],[112023,117598],[112132,116238],[103309,125843],[104789,123777],[106812,125150],[110091,126576],[106122,123425],[108732,124152],[109648,124421],[114952,123516],[105481,123843],[109064,123782],[109694,123152],[114603,125107],[1153748,-34918],[1152290,-34915],[1155958,10650],[1156443,13214],[1156023,14750],[1153008,17564],[1160905,22479],[1164597,22212],[1164279,28562],[1160213,612385],[1153013,609994],[1153936,613114],[1158534,621809],[1157179,622502],[1161672,618606],[1153388,615816],[1159017,619174],[1152221,620458],[1153490,620756],[1158856,622020],[1155729,615993],[1164344,636958],[1164563,632643],[1157190,634759],[1155049,634296],[1159555,629533],[1159968,632521],[1161881,632898],[1153575,635559],[1156493,628543],[1176962,12077],[1173324,10887],[1173858,18375],[1173302,14421],[1173221,21868],[1174881,20304],[1168660,613616],[1168455,624254],[1170744,614792],[1177241,627092],[1172340,617736],[1175852,619615],[1168150,618629],[1166470,615617],[1168984,629157],[1170373,627402],[1174636,628929],[1175956,631802],[1170719,638718],[1169871,634958],[1172297,636466],[1175408,632917],[1172669,639570],[1173327,637052],[1174142,633896],[1182508,11784],[1190019,7860],[1181297,12428],[1187634,11926],[1180442,18495],[1188412,15385],[1184756,15030],[1184244,16142],[1177856,618085],[1180122,625545],[1192529,7060],[1197959,10733],[1193347,10589],[1201514,11750],[1196039,10441],[1202712,196114],[1200741,203852],[1200662,202027],[1200248,204630],[1199687,202233],[1201597,205443],[1202190,205813],[1198696,207197],[1200096,207045],[1202048,206284],[1201443,206013],[1190932,18871],[1197305,13091],[1200411,16548],[1200302,22994],[1194451,14332],[1196123,15999],[1196050,20438],[1197183,26255],[1198282,28473],[1200388,37053],[1196627,31802],[1200452,36521],[1202024,30586],[1200906,46849],[1200091,40951],[1199497,38661],[1202849,46872],[1202788,51734],[1199514,52551],[1196779,56524],[1202320,56141],[1201052,61041],[1198547,59761],[1199626,63886],[1199761,67282],[1202362,68385],[1204640,11673],[1204127,11805],[1214185,178851],[1215002,178693],[1215486,176780],[1213259,177484],[1213908,179888],[1214017,190252],[1214873,184098],[1213894,183498],[1211749,181911],[1210631,188964],[1208151,185964],[1209132,189762],[1208216,191137],[1203504,189962],[1205916,188215],[1215040,185953],[1210113,181972],[1215343,180500],[1215413,183388],[1213793,181984],[1210954,182876],[1208264,186114],[1207814,188970],[1209034,191374],[1203631,189936],[1206052,187696],[1215378,186676],[1214633,186877],[1210865,180469],[1208049,200807],[1208685,196005],[1207162,195668],[1214270,194287],[1206099,193495],[1206283,197684],[1205812,201393],[1210249,200431],[1204096,202087],[1203969,204819],[1211064,198792],[1207313,202246],[1211118,197407],[1207881,193613],[1215585,194019],[1215486,194335],[1204555,198708],[1206720,200724],[1208338,200481],[1204158,201792],[1207242,206775],[1203680,205540],[1204065,205746],[1209323,16994],[1207837,13219],[1205494,22284],[1204581,25266],[1205067,15858],[1207428,16966],[1208709,15568],[1208818,23863],[1206647,22992],[1212178,35638],[1203490,27560],[1204364,31329],[1206556,34556],[1209783,36610],[1212451,33713],[1210003,32474],[1210096,30664],[1204081,30202],[1207057,27939],[1205818,39526],[1204218,50676],[1203406,51027],[1215242,634097],[1203500,53179],[1206517,70389],[1209046,69740],[1211102,73631],[1212066,71622],[1212686,74786],[1204716,74494],[1205267,65929],[1204090,71530],[1204651,77491],[1213010,77713],[1210069,77716],[1204649,77086],[1215730,77095],[1219086,148869],[1227771,151615],[1224194,152344],[1220817,148327],[1226120,149719],[1219707,147617],[1216057,146367],[1219342,149318],[1228356,149475],[1227697,144437],[1224798,144683],[1222020,144679],[1221335,142893],[1217366,141638],[1220314,149085],[1228466,150812],[1228589,153588],[1227758,151042],[1217484,146136],[1226326,150838],[1219367,148352],[1221066,148393],[1227149,147735],[1228024,143815],[1220231,146331],[1225612,143652],[1218904,141537],[1226078,157630],[1226703,157099],[1227930,156603],[1228154,154153],[1227412,159575],[1227775,162926],[1228358,161214],[1227874,157564],[1228703,153814],[1225997,157967],[1225456,155874],[1227991,158659],[1228511,160566],[1228004,162710],[1225085,167666],[1227883,171101],[1216850,176408],[1218991,176449],[1228731,168357],[1225012,168037],[1227330,168918],[1218211,178740],[1218337,184905],[1218120,184633],[1216197,187041],[1217015,181495],[1217109,181884],[1216854,184878],[1217112,192028],[1218226,189668],[1217466,189454],[1224915,216725],[1221922,215591],[1220872,211816],[1224532,208480],[1221802,215223],[1224811,218305],[1228406,220021],[1220796,624589],[1219952,623768],[1223265,631449],[1222157,627694],[1218066,636195],[1219256,630378],[1220911,631103],[1216034,634356],[1219782,632559],[1217602,630674],[1219642,630837],[1220037,632031],[1221620,630464],[1221767,629566],[1218896,73326],[1222094,74330],[1223363,75973],[1224029,73029],[1226863,74444],[1219528,77904],[1227436,77326],[1225700,83953],[1227859,80177],[1230689,147402],[1230301,149386],[1234757,151805],[1239481,153114],[1231188,152963],[1232572,152954],[1231952,152225],[1238846,141553],[1230205,152380],[1234293,152056],[1230849,152985],[1232568,147156],[1229609,146700],[1238756,142786],[1237421,153744],[1233838,156994],[1237958,156756],[1231500,155858],[1230691,154600],[1236626,156284],[1233209,159828],[1229184,158775],[1231413,158871],[1240387,158036],[1232853,162115],[1240100,166137],[1240471,165662],[1240900,162254],[1239607,159575],[1240568,157095],[1241144,159206],[1236803,160305],[1230800,162313],[1235270,166156],[1231879,160033],[1232644,154349],[1230149,157886],[1228940,156596],[1237104,156936],[1233851,156894],[1234707,157293],[1231829,155222],[1229670,158635],[1232311,153892],[1235573,156740],[1240287,155078],[1238514,157319],[1240417,159977],[1238789,157714],[1232662,165950],[1233425,162027],[1233787,162863],[1240568,163489],[1239997,159125],[1239581,158842],[1240939,161420],[1241368,166263],[1239187,166200],[1234265,164627],[1233399,164821],[1229029,154948],[1233163,158939],[1231040,159047],[1232720,155236],[1229740,154035],[1228845,157111],[1228891,156725],[1238570,166496],[1240587,166587],[1232526,164068],[1233573,169818],[1237245,166624],[1238958,173694],[1238317,173676],[1233711,172070],[1239673,170362],[1239569,171689],[1234834,170890],[1238507,167597],[1238748,172716],[1238652,168727],[1237982,174532],[1239034,169377],[1240131,173083],[1238296,168236],[1240799,171616],[1239604,172491],[1234040,169879],[1230854,169080],[1233561,167365],[1237389,174872],[1237896,172303],[1240546,185904],[1233521,195288],[1237713,215184],[1236770,216836],[1236695,216091],[1234933,216464],[1240561,218890],[1240919,534100],[1235414,549977],[1238543,544506],[1237449,544611],[1240907,560881],[1240363,553590],[1239329,558700],[1241297,555949],[1239302,563020],[1240483,568356],[1240064,568448],[1233438,75811],[1235579,74177],[1239237,75309],[1236245,83575],[1233860,86651],[1229683,79569],[1239793,77548],[1237718,86028],[1240860,78032],[1239911,101201],[1238320,90365],[1240080,95301],[1240900,102369],[1239450,100488],[1239025,98925],[1237069,99547],[1237453,101576],[1236548,102431],[1239067,100479],[1238880,99661],[1240058,99527],[1237681,99223],[1236003,102106],[1236297,102456],[1241311,99158],[1238762,110500],[1238582,104258],[1238607,102770],[1240566,102659],[1240508,103432],[1240865,112682],[1238646,110247],[1238222,105298],[1238659,103108],[1241021,102917],[1241138,111415],[1251785,140354],[1245786,140010],[1250296,142414],[1252406,143947],[1250052,144176],[1244435,144649],[1242770,153121],[1246197,144758],[1245422,144874],[1250078,142184],[1252047,141029],[1251989,144613],[1251814,142193],[1249278,144859],[1242092,152839],[1245399,144303],[1243583,153100],[1245632,156157],[1244289,160534],[1245952,158310],[1246971,159867],[1244646,163516],[1242384,162226],[1253606,157066],[1243112,158745],[1243872,163331],[1246731,162183],[1246437,161206],[1244695,155039],[1243257,158057],[1241959,159706],[1245477,158848],[1243903,163895],[1242364,165007],[1243391,164169],[1247576,156268],[1254277,157278],[1244484,155857],[1242606,154989],[1241790,159262],[1246497,159755],[1246226,162722],[1252454,172272],[1245683,174140],[1253251,170505],[1242985,176483],[1243234,176213],[1246007,176495],[1244479,175067],[1252567,171450],[1253957,169973],[1242262,176469],[1245713,175600],[1252129,169069],[1242666,171749],[1246070,170878],[1242322,173279],[1246200,171892],[1245374,171235],[1243246,173940],[1243845,171435],[1248170,171118],[1248748,170230],[1243366,172330],[1242236,172616],[1243000,170979],[1245624,170160],[1245070,172530],[1248159,170040],[1249927,180909],[1242540,180251],[1244670,180589],[1249770,180136],[1252251,534848],[1250047,532503],[1248508,546964],[1251201,540383],[1246392,544806],[1244303,542201],[1244016,538438],[1250549,543005],[1254090,546244],[1252302,545925],[1242579,559606],[1249354,554764],[1244364,561209],[1245371,556855],[1247164,551903],[1249432,559051],[1249431,552969],[1248190,553780],[1249154,565814],[1249502,565823],[1248115,569043],[1246988,564013],[1243753,569248],[1243415,84080],[1242052,79782],[1243636,89639],[1246548,86370],[1243933,87321],[1243162,78265],[1242238,90658],[1247001,100588],[1249367,94624],[1246591,97113],[1250499,96364],[1243872,99902],[1241841,101262],[1244032,97870],[1244138,98911],[1245954,100308],[1246052,101608],[1248933,102102],[1246943,101263],[1242524,100068],[1245048,97953],[1244744,99534],[1244843,101368],[1245780,102457],[1248254,100468],[1242390,99195],[1253326,104499],[1253184,112182],[1249698,111123],[1250417,102937],[1247604,106907],[1242327,111478],[1247350,104263],[1247270,102853],[1248562,108394],[1249017,108998],[1248257,109709],[1246706,109316],[1248113,111977],[1243049,111904],[1243897,113229],[1244292,113607],[1245716,112339],[1249622,110560],[1252753,111832],[1253650,113281],[1250381,113851],[1248394,102662],[1247311,104073],[1249516,108139],[1248564,110726],[1248921,107877],[1249108,109131],[1246410,110287],[1248061,110871],[1243670,112752],[1245506,113980],[1245300,113335],[1249459,110651],[1250845,114329],[1253486,114197],[1249908,115326],[1249712,114169],[1244770,116837],[1250959,115408],[1251256,119376],[1253944,118618],[1252020,123659],[1243995,117461],[1250736,119076],[1252101,124399],[1254177,117277],[1263088,134141],[1262692,134501],[1262742,135493],[1262933,134096],[1263662,133517],[1263930,135949],[1257561,152075],[1266300,159380],[1267153,159106],[1264733,157171],[1265867,155104],[1259646,155560],[1259486,155314],[1256996,154079],[1258974,174590],[1258187,174360],[1256379,176786],[1259856,174946],[1255298,177732],[1257704,176019],[1263556,102411],[1262979,99805],[1262040,97368],[1259107,98478],[1256088,95295],[1260741,91844],[1257283,89904],[1258874,101711],[1254869,113816],[1260940,113973],[1264706,112541],[1259725,112296],[1263153,112846],[1254761,103520],[1263894,105033],[1257480,106744],[1260079,113476],[1254956,115007],[1254574,117277],[1264933,125600],[1256127,125312],[1257882,126297],[1259358,125191],[1261794,123732],[1264977,122361],[1259170,121141],[1261308,123997],[1256086,116072],[1260563,119004],[1257218,116899],[1260942,118513],[1259817,125228],[1255506,118567],[1264361,125575],[1257800,124810],[1258230,125442],[1258497,124867],[1261226,124279],[1267310,166490],[1267681,165238],[1275780,550418],[1276069,554185],[115332,-115979],[115213,-118772],[127731,-127038],[127751,-126141],[127951,-124945],[125965,-125736],[127647,-119326],[126057,-125388],[127868,-129441],[125847,-129826],[126795,-129505],[126011,-128554],[120391,-136205],[117132,-137919],[117529,-137188],[117545,-137304],[120846,-135258],[125077,-129972],[125968,-129337],[126704,-139892],[122427,-135618],[125589,-140686],[123571,-150293],[115549,-147364],[117957,-147796],[127182,-140939],[116681,-147893],[124325,-148765],[116529,-148343],[127266,-141930],[116385,-146735],[117182,-148643],[117828,-146948],[115376,-146258],[126120,-148773],[126021,-147167],[124307,-149959],[126814,-147510],[125069,-150705],[121559,-159435],[122706,-160016],[122955,-159189],[116192,-163052],[122590,-157539],[124454,-159010],[117662,-161239],[123110,-159195],[117648,-162610],[121569,-158827],[121629,-159450],[122689,-158560],[124211,-159986],[115478,-162512],[116286,-178469],[115791,-178619],[125604,-183970],[127063,-181328],[127073,-180771],[116450,-181088],[115263,-181138],[126281,-183856],[115666,-186595],[126763,-181018],[118361,-189075],[124261,-204548],[125388,-204588],[114774,-199087],[116660,-203192],[116008,-203052],[125012,-196252],[126235,-194473],[127230,-203356],[124094,-198246],[125379,-196840],[126263,-194420],[126175,-195623],[124057,-197373],[124920,-208033],[120117,-206215],[123426,-208297],[125496,-211006],[127463,-210204],[126609,-211545],[127016,-210294],[115640,-1108],[126002,-8176],[121009,-4389],[118008,-7233],[119284,-10063],[118986,-6677],[127860,-10071],[121947,-6230],[124833,-10042],[122388,-6659],[116109,-1616],[117207,-1634],[115965,-247660],[118895,-252409],[116367,-248188],[118404,-251060],[119661,-259677],[125414,-258995],[118044,-261124],[115675,-259561],[121210,-261972],[126233,-259136],[123547,-21313],[119541,-14758],[123408,-14206],[123268,-22350],[116582,-16592],[123268,-25190],[115391,-15934],[120133,-20446],[120972,-21502],[123432,-19714],[121636,-18675],[117380,-22586],[118644,-17765],[117557,-19984],[116049,-23552],[115977,-34402],[121118,-28562],[117649,-35576],[124302,-50054],[123642,-51699],[123404,-51874],[126758,-51322],[127535,-51328],[125497,-51806],[127807,-81460],[126007,-79724],[126927,-77261],[124341,-79043],[126916,-82870],[126249,-80502],[125529,-78176],[125452,-78708],[127845,-82717],[125661,-78682],[125197,-77669],[124232,-77836],[117653,-95007],[119303,-101856],[126667,-100107],[120704,-95585],[121424,-101087],[120073,-89888],[120935,-90181],[126062,-96552],[124690,-94848],[119006,-93698],[126787,-100661],[121117,-94527],[120313,-90548],[123862,-95131],[126966,-91232],[126815,-95963],[120645,-98036],[117797,-92833],[119541,-102119],[126312,-100907],[120886,-95246],[120211,-90428],[124291,-94882],[126234,-95254],[126330,-96992],[117635,-97928],[127897,-91147],[117918,-106105],[116705,-114245],[120305,-104425],[121237,-102764],[119618,-105498],[120885,-112279],[118748,-108304],[121776,-106098],[121778,-104772],[122180,-110675],[121003,-111796],[116681,-113626],[119929,-102566],[120653,-107459],[119167,-107398],[121044,-105580],[121545,-104398],[120222,-105448],[118730,-105532],[121239,-103414],[120503,-111633],[121454,-111734],[119946,-104357],[118570,-105295],[121152,-102994],[119979,-103712],[120140,-106979],[119489,-108093],[121837,-105723],[120863,-114817],[121141,-114401],[115809,11435],[121623,12563],[117417,3518],[116350,8974],[121112,11481],[127568,9440],[125261,134536],[120733,130204],[117334,128809],[119101,130818],[121305,128788],[123262,128309],[125862,130101],[127576,129878],[120597,128761],[127884,132229],[127686,130209],[124535,128867],[125690,191671],[125363,192184],[127089,190267],[125157,191213],[124293,195017],[123908,192607],[126632,192469],[126133,199157],[124058,197340],[123431,195894],[126625,192840],[126046,197278],[125898,197212],[126449,15884],[116210,15281],[118430,15308],[115629,18277],[120912,19508],[126413,19813],[115761,16161],[123154,14947],[116749,16358],[125321,280453],[115594,292168],[122957,292012],[121889,288289],[123493,291310],[124931,292485],[125185,287297],[125828,294278],[127814,304285],[127835,296651],[127238,299679],[122779,300841],[115887,299847],[117409,298724],[122303,302810],[127426,295769],[127683,298105],[118889,296332],[123019,302617],[127855,307242],[121717,305326],[124216,295980],[124339,294663],[124206,313997],[122566,309244],[119982,307649],[121244,307706],[124211,317223],[125653,316421],[124897,310424],[123322,307802],[127453,319205],[125793,310052],[124918,314725],[122321,310271],[120892,307585],[127498,319012],[124511,310743],[121781,309365],[127566,320142],[125076,308106],[127163,330774],[124680,330083],[120275,330545],[123277,327254],[122629,322099],[126466,327413],[120296,324247],[120792,322652],[124656,330192],[124620,331622],[117495,328483],[122764,324254],[120834,322278],[127541,325088],[120928,335689],[123319,338978],[121112,341152],[126283,343471],[115967,336596],[117236,333595],[122547,335013],[120853,336832],[122481,341883],[121553,336026],[121904,344802],[125503,344897],[118194,342174],[115676,334240],[124251,334329],[122595,337958],[122529,343069],[126624,335611],[127234,337921],[126704,333515],[126867,339663],[126803,340257],[126035,335021],[127561,339135],[127982,334392],[125732,333441],[125938,338608],[126253,342012],[127441,338049],[126711,334273],[126154,338809],[126915,339926],[127306,37204],[123609,36986],[123301,37293],[124434,35328],[122429,26366],[126630,30310],[116039,33803],[120018,29797],[120584,30495],[117102,27683],[118571,36211],[118768,35699],[118594,35673],[116981,36662],[121278,46058],[118789,45716],[123904,44358],[116660,50802],[126509,45783],[126714,43243],[115233,39548],[124415,62986],[127454,57864],[127550,60684],[127891,60848],[127893,60894],[127273,61173],[127638,60317],[116212,61791],[121074,58443],[116994,57925],[122471,61026],[124192,64200],[127167,61517],[120706,52312],[127635,58295],[125407,60228],[123330,71160],[122765,67019],[121247,69237],[123591,74581],[118659,73016],[125852,75031],[124010,72629],[123923,75890],[125656,71739],[124646,71099],[125071,73237],[127832,66661],[115540,73127],[115804,64214],[115980,67730],[116883,71457],[127423,64519],[126370,68302],[124998,67341],[116930,75809],[115204,74491],[125374,72968],[125317,67285],[124258,65798],[121701,87670],[127340,88164],[124343,86269],[126454,85877],[122819,87307],[122746,85368],[121101,77059],[122302,77128],[121240,83836],[120044,84880],[126964,80711],[126600,77029],[124733,83583],[126322,78748],[122372,78446],[116323,83807],[124325,89862],[116718,95312],[120442,101821],[122251,99372],[120051,96777],[119188,98002],[118251,93243],[124899,110805],[116740,115030],[115666,111908],[124750,111721],[117249,108977],[116333,109398],[123624,111604],[119256,108093],[116913,115345],[122535,110304],[120578,106683],[126075,104422],[121026,104109],[123010,107133],[122755,102716],[115224,116904],[123804,119823],[123505,117993],[116204,115923],[120282,126967],[124919,116191],[122752,116895],[117186,122636],[120851,120145],[120651,120298],[121761,122856],[121008,119865],[117006,124795],[119592,119091],[118674,124181],[121317,125381],[123562,127930],[118009,120607],[117631,122613],[123462,125332],[122330,124880]] \ No newline at end of file diff --git a/src/gathering/a10247.json b/src/gathering/a10247.json new file mode 100644 index 0000000..1ecf12c --- /dev/null +++ b/src/gathering/a10247.json @@ -0,0 +1 @@ +[[-201419,-12236],[-201511,-11943],[-201407,-11294],[-200056,-11725],[-199939,-12003],[-204694,-15613],[-204433,-15622],[-204155,-15743],[-203977,-15609],[-203783,-15412],[-203318,-14946],[-204188,-15946],[-202229,-13837],[-201924,-13306],[-201938,-13016],[-200543,-13507],[-200422,-12718],[-202726,-15789],[-202339,-15666],[-201595,-15448],[-205111,-15267],[-205589,-14889],[-206710,-14209],[-207159,-14079],[-207446,-13913],[-207718,-13825],[-207918,-13540],[-222153,-7146],[-221964,-7410],[-222067,-7718],[-221952,-8027],[-221841,-8326],[-222253,-8865],[-221893,-8904],[-221471,-8396],[-221587,-8174],[-221418,-7962],[-222296,-8651],[-223473,-9294],[-224673,-9973],[-225004,-10222],[-225245,-10298],[-225486,-10452],[-225834,-10422],[-225543,-10626],[-225920,-10130],[-225735,-9857],[-225840,-9496],[-225979,-9243],[-224612,-11087],[-223071,-10331],[-225899,-12276],[-222154,-8232],[-222606,-8733],[-222319,-7544],[-222580,-5217],[-222722,-4867],[-222923,-4563],[-222963,-3838],[-220498,-7531],[-220947,-10180],[-218195,-30893],[-218395,-30962],[-218876,-31139],[-234755,-44430],[-234731,-44630],[-234885,-44788],[-234731,-44167],[-248189,-39262],[-248397,-39486],[-248647,-39370],[-248049,-39620],[-248050,-39392],[-259945,-63439],[-259846,-63611],[-259757,-63767],[-271532,-61461],[-271263,-62515],[-271404,-62726],[-271268,-62623],[-271197,-62412],[-271590,-62749],[-271678,-62888],[-271555,-62928],[-270960,-62517],[-270697,-62374],[-270712,-62200],[-270534,-62264],[-270404,-62086],[-270322,-62156],[-270277,-61985],[-270165,-62052],[-269969,-61957],[-269997,-61846],[-269927,-61952],[528694,279014],[1046134,208381],[1045264,210014],[1045839,209596],[1044756,208882],[1048699,208556],[1046294,207164],[1046487,207631],[1048129,207609],[1048776,207273],[1047195,206830],[1048529,210295],[1046863,206143],[1048348,209895],[1048523,208716],[1049145,207205],[1049330,208410],[1047343,207347],[1049113,206030],[1045443,210566],[1049037,205280],[1049242,206611],[1044394,207983],[1046038,206512],[1048199,209109],[1049129,205536],[1045976,211775],[1047181,211477],[1045327,208690],[1047293,209665],[1047804,211241],[1046445,209412],[1049861,208443],[1050188,209243],[1050304,209484],[-156447,-592280],[-158110,-595077],[-157384,-592019],[-157675,-594949],[-156628,-594625],[-156202,-594523],[-158422,-592352],[-159051,-593082],[-201342,-10827],[-201332,-10376],[-201485,-10168],[-201397,-11539],[-201717,-12554],[-200285,-11479],[-199981,-10870],[-200042,-10446],[-226179,-37302],[-226103,-37105],[-226410,-37671],[-226530,-37106],[-226123,-36552],[-226796,-36266],[-227073,-38951],[-227229,-39363],[-227500,-39709],[-227833,-41001],[-227952,-42672],[-226592,-41213],[-226713,-42568],[-226936,-42873],[-228912,-48995],[-229345,-48852],[-228475,-48841],[-228512,-49144],[-228059,-47201],[-220745,-50275],[-220995,-50137],[-221743,-50274],[-221669,-50017],[-221918,-49911],[-222347,-49950],[-222569,-50079],[-223268,-49817],[-224034,-50047],[-225744,-50059],[-226125,-50128],[-226911,-50502],[-227135,-50358],[-227789,-50483],[-228188,-50767],[-228071,-50334],[-222367,-48816],[-223742,-48749],[-229914,-51019],[-231772,-49750],[-232784,-82913],[-232730,-82732],[-232524,-82872],[-232483,-82584],[-232726,-82466],[-232443,-82235],[-232103,-82384],[-232140,-82561],[-232048,-82874],[-232253,-82976],[-231880,-83122],[-231603,-83155],[-231575,-82962],[-231714,-82752],[-231736,-82565],[-231653,-82380],[-231270,-82520],[-231426,-82652],[-231859,-82326],[-232173,-82165],[-231369,-83374],[-231244,-83103],[-231266,-82854],[-231111,-82621],[-232812,-82164],[-232872,-82008],[-232994,-82396],[-232990,-82627],[-233108,-82858],[-232836,-82083],[-232775,-82238],[-232958,-82470],[-232954,-82702],[-233071,-82933],[-232748,-82988],[-232217,-83050],[-231844,-83197],[-231567,-83230],[-231332,-83449],[-231208,-83178],[-231074,-82696],[-231234,-82595],[-231617,-82454],[-231823,-82400],[-232406,-82310],[-232689,-82541],[-232694,-82806],[-232488,-82946],[-232012,-82948],[-231539,-83037],[-231229,-82929],[-231390,-82726],[-232447,-82659],[-231678,-82826],[-232103,-82636],[-231699,-82640],[-232067,-82459],[-232136,-82240],[-235558,-79483],[-235379,-79393],[-235328,-79370],[-235474,-79281],[-235355,-79513],[-235484,-79422],[-235577,-79332],[-235454,-79539],[-236437,-79275],[-236338,-79248],[-236362,-79129],[-236311,-79106],[-236457,-79017],[-236467,-79157],[-236541,-79218],[-236560,-79067],[-236191,-78390],[-236092,-78364],[-236117,-78244],[-236066,-78221],[-236212,-78132],[-236222,-78273],[-236296,-78333],[-236315,-78183],[-235190,-78636],[-235091,-78610],[-235115,-78490],[-235064,-78467],[-235210,-78378],[-235220,-78518],[-235294,-78579],[-235313,-78429],[-254209,-537251],[-262478,-332581],[-261609,-335391],[-265959,-336377],[-267921,-341406],[-265529,-339848],[-261736,-335569],[-263582,-336222],[-259590,-341470],[-267245,-336924],[-260685,-337736],[-262200,-335667],[-264824,-347582],[-265425,-348345],[-263128,-346178],[-264611,-347825],[-263240,-346992],[-265124,-347905],[-263571,-347200],[-270100,-342467],[-270202,-345354],[-269180,-344840],[-270502,-343460],[-269134,-342175],[-269608,-345738],[-280959,-352066],[-279127,-354937],[-280478,-348485],[-280504,-356352],[-277783,-362540],[-277035,-359891],[-284334,-355095],[-282791,-356514],[-282819,-357133],[-281616,-358278],[-201395,-5077],[-201462,-4872],[-201887,-4745],[-202131,-4630],[-201795,-4574],[-201361,-6388],[-201255,-6661],[-201496,-6851],[-204131,-4874],[-204400,-5018],[-204703,-4941],[-201325,-8950],[-210003,-12405],[-210156,-12207],[-210121,-11278],[-210149,-11040],[-209818,-10914],[-208646,-9561],[-208337,-9401],[-208162,-9031],[-205201,-3890],[-205511,-3759],[-205824,-3751],[-206041,-3914],[-208904,-13201],[-208642,-13301],[-208399,-13302],[-209200,-12900],[-211584,-14741],[-211533,-14534],[-211769,-14918],[-211780,-15270],[-235263,-43635],[-235499,-43594],[-234976,-43821],[-234609,-43914],[-235679,-43694],[-259552,-59429],[-259559,-59366],[-259475,-59857],[-259486,-59770],[-259408,-60198],[-259399,-60287],[-268921,-62926],[-269208,-62927],[-269065,-62760],[-268844,-62804],[-269610,-63022],[-269781,-63229],[-269849,-63125],[-270161,-63304],[-270096,-63470],[-270352,-63576],[-270316,-63401],[-270476,-63724],[-270621,-63605],[-270866,-63743],[-272621,-61789],[-272446,-61946],[-272350,-61645],[-272220,-61757],[-272136,-61517],[-272085,-61735],[-271840,-61508],[-271814,-61616],[-271646,-61352],[-271519,-61431],[-271458,-61169],[-271181,-61087],[-270957,-61098],[-271164,-61237],[-271373,-61375],[-270885,-60858],[-270747,-60977],[-270532,-60656],[-270429,-60762],[-270323,-60521],[-270236,-60643],[-270757,-63926],[-270539,-63872],[-271032,-63879],[-270953,-64103],[-271169,-64211],[-271164,-63875],[-271363,-64008]] \ No newline at end of file diff --git a/src/gathering/a10249.json b/src/gathering/a10249.json new file mode 100644 index 0000000..1ecf12c --- /dev/null +++ b/src/gathering/a10249.json @@ -0,0 +1 @@ +[[-201419,-12236],[-201511,-11943],[-201407,-11294],[-200056,-11725],[-199939,-12003],[-204694,-15613],[-204433,-15622],[-204155,-15743],[-203977,-15609],[-203783,-15412],[-203318,-14946],[-204188,-15946],[-202229,-13837],[-201924,-13306],[-201938,-13016],[-200543,-13507],[-200422,-12718],[-202726,-15789],[-202339,-15666],[-201595,-15448],[-205111,-15267],[-205589,-14889],[-206710,-14209],[-207159,-14079],[-207446,-13913],[-207718,-13825],[-207918,-13540],[-222153,-7146],[-221964,-7410],[-222067,-7718],[-221952,-8027],[-221841,-8326],[-222253,-8865],[-221893,-8904],[-221471,-8396],[-221587,-8174],[-221418,-7962],[-222296,-8651],[-223473,-9294],[-224673,-9973],[-225004,-10222],[-225245,-10298],[-225486,-10452],[-225834,-10422],[-225543,-10626],[-225920,-10130],[-225735,-9857],[-225840,-9496],[-225979,-9243],[-224612,-11087],[-223071,-10331],[-225899,-12276],[-222154,-8232],[-222606,-8733],[-222319,-7544],[-222580,-5217],[-222722,-4867],[-222923,-4563],[-222963,-3838],[-220498,-7531],[-220947,-10180],[-218195,-30893],[-218395,-30962],[-218876,-31139],[-234755,-44430],[-234731,-44630],[-234885,-44788],[-234731,-44167],[-248189,-39262],[-248397,-39486],[-248647,-39370],[-248049,-39620],[-248050,-39392],[-259945,-63439],[-259846,-63611],[-259757,-63767],[-271532,-61461],[-271263,-62515],[-271404,-62726],[-271268,-62623],[-271197,-62412],[-271590,-62749],[-271678,-62888],[-271555,-62928],[-270960,-62517],[-270697,-62374],[-270712,-62200],[-270534,-62264],[-270404,-62086],[-270322,-62156],[-270277,-61985],[-270165,-62052],[-269969,-61957],[-269997,-61846],[-269927,-61952],[528694,279014],[1046134,208381],[1045264,210014],[1045839,209596],[1044756,208882],[1048699,208556],[1046294,207164],[1046487,207631],[1048129,207609],[1048776,207273],[1047195,206830],[1048529,210295],[1046863,206143],[1048348,209895],[1048523,208716],[1049145,207205],[1049330,208410],[1047343,207347],[1049113,206030],[1045443,210566],[1049037,205280],[1049242,206611],[1044394,207983],[1046038,206512],[1048199,209109],[1049129,205536],[1045976,211775],[1047181,211477],[1045327,208690],[1047293,209665],[1047804,211241],[1046445,209412],[1049861,208443],[1050188,209243],[1050304,209484],[-156447,-592280],[-158110,-595077],[-157384,-592019],[-157675,-594949],[-156628,-594625],[-156202,-594523],[-158422,-592352],[-159051,-593082],[-201342,-10827],[-201332,-10376],[-201485,-10168],[-201397,-11539],[-201717,-12554],[-200285,-11479],[-199981,-10870],[-200042,-10446],[-226179,-37302],[-226103,-37105],[-226410,-37671],[-226530,-37106],[-226123,-36552],[-226796,-36266],[-227073,-38951],[-227229,-39363],[-227500,-39709],[-227833,-41001],[-227952,-42672],[-226592,-41213],[-226713,-42568],[-226936,-42873],[-228912,-48995],[-229345,-48852],[-228475,-48841],[-228512,-49144],[-228059,-47201],[-220745,-50275],[-220995,-50137],[-221743,-50274],[-221669,-50017],[-221918,-49911],[-222347,-49950],[-222569,-50079],[-223268,-49817],[-224034,-50047],[-225744,-50059],[-226125,-50128],[-226911,-50502],[-227135,-50358],[-227789,-50483],[-228188,-50767],[-228071,-50334],[-222367,-48816],[-223742,-48749],[-229914,-51019],[-231772,-49750],[-232784,-82913],[-232730,-82732],[-232524,-82872],[-232483,-82584],[-232726,-82466],[-232443,-82235],[-232103,-82384],[-232140,-82561],[-232048,-82874],[-232253,-82976],[-231880,-83122],[-231603,-83155],[-231575,-82962],[-231714,-82752],[-231736,-82565],[-231653,-82380],[-231270,-82520],[-231426,-82652],[-231859,-82326],[-232173,-82165],[-231369,-83374],[-231244,-83103],[-231266,-82854],[-231111,-82621],[-232812,-82164],[-232872,-82008],[-232994,-82396],[-232990,-82627],[-233108,-82858],[-232836,-82083],[-232775,-82238],[-232958,-82470],[-232954,-82702],[-233071,-82933],[-232748,-82988],[-232217,-83050],[-231844,-83197],[-231567,-83230],[-231332,-83449],[-231208,-83178],[-231074,-82696],[-231234,-82595],[-231617,-82454],[-231823,-82400],[-232406,-82310],[-232689,-82541],[-232694,-82806],[-232488,-82946],[-232012,-82948],[-231539,-83037],[-231229,-82929],[-231390,-82726],[-232447,-82659],[-231678,-82826],[-232103,-82636],[-231699,-82640],[-232067,-82459],[-232136,-82240],[-235558,-79483],[-235379,-79393],[-235328,-79370],[-235474,-79281],[-235355,-79513],[-235484,-79422],[-235577,-79332],[-235454,-79539],[-236437,-79275],[-236338,-79248],[-236362,-79129],[-236311,-79106],[-236457,-79017],[-236467,-79157],[-236541,-79218],[-236560,-79067],[-236191,-78390],[-236092,-78364],[-236117,-78244],[-236066,-78221],[-236212,-78132],[-236222,-78273],[-236296,-78333],[-236315,-78183],[-235190,-78636],[-235091,-78610],[-235115,-78490],[-235064,-78467],[-235210,-78378],[-235220,-78518],[-235294,-78579],[-235313,-78429],[-254209,-537251],[-262478,-332581],[-261609,-335391],[-265959,-336377],[-267921,-341406],[-265529,-339848],[-261736,-335569],[-263582,-336222],[-259590,-341470],[-267245,-336924],[-260685,-337736],[-262200,-335667],[-264824,-347582],[-265425,-348345],[-263128,-346178],[-264611,-347825],[-263240,-346992],[-265124,-347905],[-263571,-347200],[-270100,-342467],[-270202,-345354],[-269180,-344840],[-270502,-343460],[-269134,-342175],[-269608,-345738],[-280959,-352066],[-279127,-354937],[-280478,-348485],[-280504,-356352],[-277783,-362540],[-277035,-359891],[-284334,-355095],[-282791,-356514],[-282819,-357133],[-281616,-358278],[-201395,-5077],[-201462,-4872],[-201887,-4745],[-202131,-4630],[-201795,-4574],[-201361,-6388],[-201255,-6661],[-201496,-6851],[-204131,-4874],[-204400,-5018],[-204703,-4941],[-201325,-8950],[-210003,-12405],[-210156,-12207],[-210121,-11278],[-210149,-11040],[-209818,-10914],[-208646,-9561],[-208337,-9401],[-208162,-9031],[-205201,-3890],[-205511,-3759],[-205824,-3751],[-206041,-3914],[-208904,-13201],[-208642,-13301],[-208399,-13302],[-209200,-12900],[-211584,-14741],[-211533,-14534],[-211769,-14918],[-211780,-15270],[-235263,-43635],[-235499,-43594],[-234976,-43821],[-234609,-43914],[-235679,-43694],[-259552,-59429],[-259559,-59366],[-259475,-59857],[-259486,-59770],[-259408,-60198],[-259399,-60287],[-268921,-62926],[-269208,-62927],[-269065,-62760],[-268844,-62804],[-269610,-63022],[-269781,-63229],[-269849,-63125],[-270161,-63304],[-270096,-63470],[-270352,-63576],[-270316,-63401],[-270476,-63724],[-270621,-63605],[-270866,-63743],[-272621,-61789],[-272446,-61946],[-272350,-61645],[-272220,-61757],[-272136,-61517],[-272085,-61735],[-271840,-61508],[-271814,-61616],[-271646,-61352],[-271519,-61431],[-271458,-61169],[-271181,-61087],[-270957,-61098],[-271164,-61237],[-271373,-61375],[-270885,-60858],[-270747,-60977],[-270532,-60656],[-270429,-60762],[-270323,-60521],[-270236,-60643],[-270757,-63926],[-270539,-63872],[-271032,-63879],[-270953,-64103],[-271169,-64211],[-271164,-63875],[-271363,-64008]] \ No newline at end of file diff --git a/src/gathering/a10250.json b/src/gathering/a10250.json new file mode 100644 index 0000000..b54178d --- /dev/null +++ b/src/gathering/a10250.json @@ -0,0 +1 @@ +[[-201900,-6399],[-201880,-6079],[-201897,-5466],[-201884,-5224],[-202108,-5126],[-202129,-5416],[-202328,-5117],[-202390,-5396],[-202594,-5180],[-202833,-5127],[-202211,-5990],[-202137,-6252],[-202360,-6258],[-202478,-5992],[-202605,-6212],[-202684,-5857],[-203466,-5274],[-203549,-5557],[-203844,-5675],[-203826,-5331],[-204028,-5388],[-204202,-5498],[-204451,-5361],[-202718,-5412],[-203599,-5851],[-208851,-12493],[-209102,-12299],[-209339,-12078],[-209507,-11865],[-209339,-11705],[-209219,-11920],[-209039,-12099],[-208638,-12323],[-208341,-12433],[-208101,-12599],[-208762,-12062],[-208957,-11837],[-209067,-11595],[-209288,-11375],[-209208,-11071],[-209640,-11662],[-209420,-11172],[-209033,-11268],[-208926,-11040],[-208462,-12120],[-208568,-11860],[-208746,-11696],[-208838,-11436],[-208601,-11420],[-208695,-10873],[-208584,-11153],[-208829,-10700],[-208716,-10538],[-209209,-10808],[-208996,-10612],[-208659,-10300],[-208145,-12320],[-208269,-12065],[-208315,-11845],[-208428,-11594],[-208266,-11424],[-208295,-11196],[-208381,-10947],[-208503,-10638],[-208237,-10631],[-208386,-10397],[-208117,-10266],[-208414,-10118],[-208327,-9873],[-208095,-9971],[-208037,-9691],[-208128,-11642],[-207958,-11363],[-207990,-11021],[-207953,-10693],[-207961,-10419],[-207857,-10164],[-207810,-9953],[-207751,-9660],[-207569,-9468],[-207347,-12553],[-206760,-12592],[-206920,-12376],[-206765,-12360],[-207323,-12248],[-207125,-12290],[-207456,-12035],[-207074,-12045],[-206734,-12109],[-206834,-11815],[-207220,-11664],[-207519,-11799],[-207466,-11524],[-207214,-11381],[-206981,-11473],[-206826,-11288],[-206681,-11549],[-207355,-11203],[-207264,-10969],[-207036,-11083],[-206997,-10822],[-207247,-10708],[-207170,-10425],[-207070,-10190],[-207008,-9899],[-206883,-10557],[-206852,-10285],[-206717,-9950],[-206472,-12496],[-206146,-12473],[-206501,-12234],[-206542,-11941],[-206483,-11678],[-206291,-11950],[-206214,-12171],[-205940,-12382],[-206522,-11181],[-206388,-11380],[-206585,-10732],[-206619,-10499],[-206593,-10229],[-206444,-9997],[-206359,-11005],[-206368,-10764],[-206350,-10507],[-206264,-10237],[-206873,-9659],[-206586,-9622],[-206306,-9712],[-206139,-9499],[-206418,-9395],[-206737,-9391],[-206530,-9133],[-206295,-9122],[-207241,-10025],[-207153,-9699],[-207009,-9419],[-206854,-9116],[-207395,-10599],[-207463,-10858],[-207907,-12404],[-207475,-9155],[-207309,-8935],[-207591,-8970],[-207827,-9402],[-204847,-5364],[-208075,-12922],[-208309,-12800],[-208585,-12635],[-207919,-12733],[-207051,-12617],[-247928,-39469],[-248047,-39204],[-248255,-39117],[-247966,-39339],[-260805,-56328],[-260891,-56337],[-260995,-56353],[-261088,-56368],[-261165,-56377],[-261241,-56392],[-261333,-56403],[-261331,-56437],[-261251,-56457],[-261162,-56462],[-261044,-56460],[-260962,-56450],[-260870,-56441],[-260799,-56432],[-260945,-56375],[-261350,-56434],[-202880,-12484],[-202585,-12595],[-202633,-12251],[-202324,-12275],[-202406,-11969],[-202095,-11972],[-202047,-12400],[-201876,-12165],[-202077,-11688],[-201928,-11498],[-201844,-11751],[-204715,-8734],[-204794,-8485],[-204575,-8583],[-204496,-8356],[-204741,-8234],[-204203,-8215],[-204442,-8127],[-204646,-7997],[-203995,-7721],[-204243,-7615],[-204532,-7542],[-203893,-7428],[-204209,-7322],[-204511,-7240],[-204772,-7149],[-203718,-7208],[-203922,-7093],[-204263,-7080],[-204497,-6967],[-204743,-6854],[-203430,-6718],[-203665,-6654],[-203955,-6503],[-204253,-6446],[-204553,-6320],[-203332,-6475],[-203545,-6392],[-203717,-6314],[-203979,-6213],[-204225,-6141],[-204482,-5995],[-204727,-5892],[-204357,-13360],[-204030,-13308],[-203741,-13245],[-203497,-13158],[-203258,-12969],[-203103,-12736],[-204341,-13661],[-204069,-13631],[-203809,-13536],[-203461,-13445],[-203241,-13270],[-203018,-13025],[-202789,-12845],[-204496,-13932],[-204171,-13938],[-203852,-13855],[-203517,-13691],[-203187,-13549],[-202941,-13383],[-202724,-13124],[-202486,-12877],[-202226,-12665],[-204721,-14402],[-204465,-14423],[-204177,-14398],[-203868,-14359],[-203595,-14240],[-204723,-14711],[-204537,-14700],[-204271,-14702],[-204077,-14673],[-203827,-14612],[-203447,-14460],[-203271,-14367],[-203124,-14060],[-204596,-14961],[-204349,-15000],[-204042,-14967],[-203852,-14845],[-204439,-15245],[-204679,-13768],[-215922,-6979],[-215912,-7240],[-215774,-7080],[-207018,-8243],[-206765,-8311],[-206503,-8354],[-206203,-8478],[-205953,-8569],[-205635,-8724],[-205483,-8751],[-205297,-8891],[-204949,-8913],[-206863,-8016],[-206607,-8087],[-206269,-8203],[-205995,-8267],[-205764,-8404],[-205514,-8520],[-205241,-8653],[-205018,-8661],[-206733,-7812],[-206358,-7919],[-206113,-8010],[-205838,-8139],[-205583,-8277],[-205300,-8410],[-205093,-8397],[-204956,-8150],[-205472,-8056],[-205135,-8064],[-205691,-7984],[-205901,-7824],[-206113,-7735],[-206382,-7659],[-206657,-7608],[-204853,-7950],[-205030,-7836],[-205268,-7831],[-205506,-7781],[-205736,-7700],[-205974,-7561],[-206198,-7479],[-206404,-7370],[-206499,-7103],[-204809,-7361],[-205083,-7248],[-205371,-7151],[-205563,-7047],[-205785,-6927],[-205995,-6748],[-206251,-6534],[-206213,-7194],[-205055,-7012],[-205268,-6887],[-205480,-6765],[-205681,-6668],[-206058,-6398],[-206195,-6202],[-204982,-6788],[-205244,-6617],[-205472,-6496],[-205815,-6281],[-206003,-6126],[-206192,-5919],[-204860,-6170],[-205062,-6040],[-205315,-5929],[-205504,-5810],[-205884,-5553],[-204972,-5744],[-205219,-5652],[-205562,-5526],[-204933,-14551],[-205069,-14675],[-205021,-14358],[-204815,-13471],[-205279,-14478],[-205333,-14203],[-205656,-14228],[-205824,-14023],[-206022,-14035],[-205586,-14008],[-204946,-13771],[-205275,-13602],[-205287,-13332],[-205536,-13523],[-205809,-13449],[-206038,-13425],[-205489,-13286],[-205765,-13183],[-206061,-13154],[-206254,-12998],[-206429,-13207],[-206285,-13494],[-206610,-13509],[-206703,-13321],[-206967,-13421],[-207125,-13291],[-206933,-13136],[-206675,-13068],[-206462,-12965],[-207367,-13246],[-207185,-13055],[-207554,-13106],[-233630,-36507],[-233164,-36219],[-233386,-36389],[-233053,-36055],[-232928,-35862],[-232828,-35623],[-232747,-35363],[-232724,-35067],[-232683,-34850],[-232716,-34632],[-232781,-34392],[-232890,-34239],[-232989,-34036],[-233114,-33848],[-233403,-33734],[-233659,-33646],[-233914,-33559],[-234105,-33613],[-234358,-33634],[-234774,-33815],[-234963,-33945],[-235142,-34129],[-235300,-34350],[-235368,-34539],[-235433,-34781],[-235435,-34977],[-235438,-35324],[-235399,-35595],[-235277,-35849],[-235122,-36039],[-234948,-36217],[-234756,-36323],[-234546,-36412],[-234289,-36505],[-233559,-36262],[-233401,-36154],[-233259,-36027],[-233176,-35826],[-233078,-35696],[-232973,-35487],[-232928,-35209],[-232905,-34965],[-232927,-34712],[-233027,-34423],[-233150,-34236],[-233280,-34078],[-233525,-33954],[-233778,-33858],[-234078,-33815],[-234331,-33856],[-234725,-34061],[-234899,-34249],[-235044,-34388],[-235146,-34603],[-235222,-34838],[-235204,-35153],[-235196,-35419],[-235094,-35778],[-234935,-36005],[-234715,-36128],[-234445,-36258],[-234226,-36335],[-257671,-55607],[-257595,-55594],[-257539,-55584],[-257480,-55574],[-257412,-55562],[-257317,-55546],[-257261,-55545],[-257192,-55533],[-257170,-55530],[-257408,-54135],[-257386,-54132],[-257476,-54147],[-257533,-54148],[-257627,-54164],[-257695,-54176],[-257754,-54186],[-257810,-54196],[-257886,-54209],[-204464,-12709],[-203661,-12365],[-203436,-12231],[-203241,-12020],[-203027,-11788],[-202892,-11518],[-202640,-11348],[-202410,-11176],[-202215,-10890],[-202048,-10608],[-204399,-12462],[-204096,-12360],[-203836,-12202],[-203629,-12019],[-203415,-11787],[-203126,-11606],[-203065,-11326],[-202828,-11188],[-202630,-11069],[-202479,-10844],[-202267,-10594],[-202126,-10343],[-204596,-12217],[-204229,-12058],[-203963,-11939],[-203736,-11742],[-203577,-11535],[-203209,-11185],[-203056,-11039],[-202845,-10900],[-202718,-10681],[-202387,-10364],[-202235,-10096],[-204719,-12449],[-204667,-11616],[-204431,-11504],[-204059,-11321],[-203810,-11062],[-203588,-10851],[-203284,-10594],[-203041,-10341],[-202829,-10108],[-202650,-9822],[-204636,-11279],[-204213,-11088],[-203987,-10903],[-203818,-10661],[-203603,-10537],[-203406,-10367],[-203240,-10179],[-203124,-10029],[-202960,-9824],[-202759,-9570],[-202504,-9513],[-202554,-9244],[-202239,-9334],[-202014,-9061],[-202282,-9063],[-202129,-8796],[-204525,-10984],[-204361,-10812],[-204101,-10653],[-203841,-10443],[-203460,-10055],[-203252,-9766],[-203010,-9544],[-202810,-9314],[-202501,-8968],[-202352,-8736],[-202225,-8496],[-202053,-8299],[-201954,-8574],[-201945,-10176],[-201822,-10349],[-201997,-9923],[-204746,-10363],[-204517,-10238],[-204142,-10013],[-204018,-9793],[-203813,-9634],[-203565,-9387],[-203445,-9131],[-203222,-8941],[-203033,-8733],[-202854,-8443],[-202607,-8099],[-202321,-7729],[-202190,-7447],[-202538,-7828],[-202422,-7372],[-202220,-7048],[-202086,-7253],[-202503,-7128],[-202473,-6893],[-202691,-7309],[-202901,-7415],[-202741,-7585],[-202961,-7718],[-202809,-7946],[-203171,-7943],[-202989,-8199],[-203351,-8161],[-203234,-8392],[-203343,-8729],[-203502,-8428],[-203683,-8652],[-203573,-8868],[-203798,-8942],[-203688,-9140],[-203877,-9308],[-204007,-9057],[-204117,-9310],[-204069,-9531],[-204375,-9473],[-204308,-9732],[-204419,-9983],[-204553,-9732],[-204685,-10013],[-204761,-9804],[-204769,-11558],[-204440,-11249],[-203926,-11172],[-203605,-10279],[-203454,-10734],[-203804,-10833],[-203175,-10431],[-204156,-12643],[-203898,-12522],[-204732,-12714],[-204899,-12282],[-205029,-12477],[-205263,-11784],[-204931,-11685],[-205081,-11416],[-204855,-11383],[-205541,-11930],[-205483,-11570],[-205734,-11734],[-205567,-11339],[-205290,-11280],[-205037,-11240],[-204808,-11116],[-205907,-10832],[-205576,-10701],[-205305,-10660],[-205060,-10527],[-204884,-10152],[-205001,-9958],[-205122,-10273],[-205218,-10035],[-205333,-10409],[-205390,-10128],[-205506,-10480],[-205824,-10568],[-205233,-11565],[-205682,-11541],[-205034,-12745],[-205323,-12641],[-234632,-34904],[-234512,-34688],[-234349,-34560],[-234113,-34471],[-233847,-34520],[-233659,-34703],[-233555,-34900],[-233504,-35120],[-233535,-35344],[-233654,-35536],[-233829,-35661],[-234091,-35752],[-234431,-35635],[-234578,-35497],[-234425,-34976],[-234293,-34819],[-234039,-34767],[-233812,-34892],[-233689,-35138],[-233731,-35364],[-233972,-35484],[-234198,-35554],[-234406,-35432],[-257708,-55494],[-257716,-55402],[-257719,-55351],[-257735,-55273],[-257741,-55241],[-257750,-55196],[-257760,-55146],[-257831,-54731],[-257797,-54857],[-257812,-54827],[-257790,-54936],[-257787,-54988],[-257779,-55079],[-257821,-54781],[-257898,-54314],[-257873,-54441],[-257879,-54409],[-257857,-54519],[-257854,-54570],[-257846,-54662],[-257888,-54364],[-257152,-55424],[-257161,-55333],[-257186,-55172],[-257223,-55009],[-257234,-54867],[-257242,-54787],[-257275,-54661],[-257290,-54592],[-257299,-54501],[-257301,-54449],[-257317,-54371],[-257323,-54340],[-257332,-54294],[-257343,-54244],[-257265,-54712],[-257231,-54918],[-257205,-55076],[-257195,-55126],[-257179,-55203],[-257164,-55281],[-259888,-56098],[-259882,-56155],[-259828,-56156],[-259821,-56056],[-259804,-56095],[-259756,-56172],[-259878,-56199],[-259683,-56176],[-259618,-56165],[-259539,-56144],[-259476,-56132],[-259476,-56105],[-259488,-56041],[-259501,-55996],[-259509,-55930],[-259566,-55874],[-259627,-55846],[-259602,-55813],[-259524,-55819],[-259533,-55762],[-259592,-55745],[-259581,-55696],[-259689,-55865],[-259634,-55722],[-259527,-55692]] \ No newline at end of file diff --git a/src/gathering/a10252.json b/src/gathering/a10252.json new file mode 100644 index 0000000..b54178d --- /dev/null +++ b/src/gathering/a10252.json @@ -0,0 +1 @@ +[[-201900,-6399],[-201880,-6079],[-201897,-5466],[-201884,-5224],[-202108,-5126],[-202129,-5416],[-202328,-5117],[-202390,-5396],[-202594,-5180],[-202833,-5127],[-202211,-5990],[-202137,-6252],[-202360,-6258],[-202478,-5992],[-202605,-6212],[-202684,-5857],[-203466,-5274],[-203549,-5557],[-203844,-5675],[-203826,-5331],[-204028,-5388],[-204202,-5498],[-204451,-5361],[-202718,-5412],[-203599,-5851],[-208851,-12493],[-209102,-12299],[-209339,-12078],[-209507,-11865],[-209339,-11705],[-209219,-11920],[-209039,-12099],[-208638,-12323],[-208341,-12433],[-208101,-12599],[-208762,-12062],[-208957,-11837],[-209067,-11595],[-209288,-11375],[-209208,-11071],[-209640,-11662],[-209420,-11172],[-209033,-11268],[-208926,-11040],[-208462,-12120],[-208568,-11860],[-208746,-11696],[-208838,-11436],[-208601,-11420],[-208695,-10873],[-208584,-11153],[-208829,-10700],[-208716,-10538],[-209209,-10808],[-208996,-10612],[-208659,-10300],[-208145,-12320],[-208269,-12065],[-208315,-11845],[-208428,-11594],[-208266,-11424],[-208295,-11196],[-208381,-10947],[-208503,-10638],[-208237,-10631],[-208386,-10397],[-208117,-10266],[-208414,-10118],[-208327,-9873],[-208095,-9971],[-208037,-9691],[-208128,-11642],[-207958,-11363],[-207990,-11021],[-207953,-10693],[-207961,-10419],[-207857,-10164],[-207810,-9953],[-207751,-9660],[-207569,-9468],[-207347,-12553],[-206760,-12592],[-206920,-12376],[-206765,-12360],[-207323,-12248],[-207125,-12290],[-207456,-12035],[-207074,-12045],[-206734,-12109],[-206834,-11815],[-207220,-11664],[-207519,-11799],[-207466,-11524],[-207214,-11381],[-206981,-11473],[-206826,-11288],[-206681,-11549],[-207355,-11203],[-207264,-10969],[-207036,-11083],[-206997,-10822],[-207247,-10708],[-207170,-10425],[-207070,-10190],[-207008,-9899],[-206883,-10557],[-206852,-10285],[-206717,-9950],[-206472,-12496],[-206146,-12473],[-206501,-12234],[-206542,-11941],[-206483,-11678],[-206291,-11950],[-206214,-12171],[-205940,-12382],[-206522,-11181],[-206388,-11380],[-206585,-10732],[-206619,-10499],[-206593,-10229],[-206444,-9997],[-206359,-11005],[-206368,-10764],[-206350,-10507],[-206264,-10237],[-206873,-9659],[-206586,-9622],[-206306,-9712],[-206139,-9499],[-206418,-9395],[-206737,-9391],[-206530,-9133],[-206295,-9122],[-207241,-10025],[-207153,-9699],[-207009,-9419],[-206854,-9116],[-207395,-10599],[-207463,-10858],[-207907,-12404],[-207475,-9155],[-207309,-8935],[-207591,-8970],[-207827,-9402],[-204847,-5364],[-208075,-12922],[-208309,-12800],[-208585,-12635],[-207919,-12733],[-207051,-12617],[-247928,-39469],[-248047,-39204],[-248255,-39117],[-247966,-39339],[-260805,-56328],[-260891,-56337],[-260995,-56353],[-261088,-56368],[-261165,-56377],[-261241,-56392],[-261333,-56403],[-261331,-56437],[-261251,-56457],[-261162,-56462],[-261044,-56460],[-260962,-56450],[-260870,-56441],[-260799,-56432],[-260945,-56375],[-261350,-56434],[-202880,-12484],[-202585,-12595],[-202633,-12251],[-202324,-12275],[-202406,-11969],[-202095,-11972],[-202047,-12400],[-201876,-12165],[-202077,-11688],[-201928,-11498],[-201844,-11751],[-204715,-8734],[-204794,-8485],[-204575,-8583],[-204496,-8356],[-204741,-8234],[-204203,-8215],[-204442,-8127],[-204646,-7997],[-203995,-7721],[-204243,-7615],[-204532,-7542],[-203893,-7428],[-204209,-7322],[-204511,-7240],[-204772,-7149],[-203718,-7208],[-203922,-7093],[-204263,-7080],[-204497,-6967],[-204743,-6854],[-203430,-6718],[-203665,-6654],[-203955,-6503],[-204253,-6446],[-204553,-6320],[-203332,-6475],[-203545,-6392],[-203717,-6314],[-203979,-6213],[-204225,-6141],[-204482,-5995],[-204727,-5892],[-204357,-13360],[-204030,-13308],[-203741,-13245],[-203497,-13158],[-203258,-12969],[-203103,-12736],[-204341,-13661],[-204069,-13631],[-203809,-13536],[-203461,-13445],[-203241,-13270],[-203018,-13025],[-202789,-12845],[-204496,-13932],[-204171,-13938],[-203852,-13855],[-203517,-13691],[-203187,-13549],[-202941,-13383],[-202724,-13124],[-202486,-12877],[-202226,-12665],[-204721,-14402],[-204465,-14423],[-204177,-14398],[-203868,-14359],[-203595,-14240],[-204723,-14711],[-204537,-14700],[-204271,-14702],[-204077,-14673],[-203827,-14612],[-203447,-14460],[-203271,-14367],[-203124,-14060],[-204596,-14961],[-204349,-15000],[-204042,-14967],[-203852,-14845],[-204439,-15245],[-204679,-13768],[-215922,-6979],[-215912,-7240],[-215774,-7080],[-207018,-8243],[-206765,-8311],[-206503,-8354],[-206203,-8478],[-205953,-8569],[-205635,-8724],[-205483,-8751],[-205297,-8891],[-204949,-8913],[-206863,-8016],[-206607,-8087],[-206269,-8203],[-205995,-8267],[-205764,-8404],[-205514,-8520],[-205241,-8653],[-205018,-8661],[-206733,-7812],[-206358,-7919],[-206113,-8010],[-205838,-8139],[-205583,-8277],[-205300,-8410],[-205093,-8397],[-204956,-8150],[-205472,-8056],[-205135,-8064],[-205691,-7984],[-205901,-7824],[-206113,-7735],[-206382,-7659],[-206657,-7608],[-204853,-7950],[-205030,-7836],[-205268,-7831],[-205506,-7781],[-205736,-7700],[-205974,-7561],[-206198,-7479],[-206404,-7370],[-206499,-7103],[-204809,-7361],[-205083,-7248],[-205371,-7151],[-205563,-7047],[-205785,-6927],[-205995,-6748],[-206251,-6534],[-206213,-7194],[-205055,-7012],[-205268,-6887],[-205480,-6765],[-205681,-6668],[-206058,-6398],[-206195,-6202],[-204982,-6788],[-205244,-6617],[-205472,-6496],[-205815,-6281],[-206003,-6126],[-206192,-5919],[-204860,-6170],[-205062,-6040],[-205315,-5929],[-205504,-5810],[-205884,-5553],[-204972,-5744],[-205219,-5652],[-205562,-5526],[-204933,-14551],[-205069,-14675],[-205021,-14358],[-204815,-13471],[-205279,-14478],[-205333,-14203],[-205656,-14228],[-205824,-14023],[-206022,-14035],[-205586,-14008],[-204946,-13771],[-205275,-13602],[-205287,-13332],[-205536,-13523],[-205809,-13449],[-206038,-13425],[-205489,-13286],[-205765,-13183],[-206061,-13154],[-206254,-12998],[-206429,-13207],[-206285,-13494],[-206610,-13509],[-206703,-13321],[-206967,-13421],[-207125,-13291],[-206933,-13136],[-206675,-13068],[-206462,-12965],[-207367,-13246],[-207185,-13055],[-207554,-13106],[-233630,-36507],[-233164,-36219],[-233386,-36389],[-233053,-36055],[-232928,-35862],[-232828,-35623],[-232747,-35363],[-232724,-35067],[-232683,-34850],[-232716,-34632],[-232781,-34392],[-232890,-34239],[-232989,-34036],[-233114,-33848],[-233403,-33734],[-233659,-33646],[-233914,-33559],[-234105,-33613],[-234358,-33634],[-234774,-33815],[-234963,-33945],[-235142,-34129],[-235300,-34350],[-235368,-34539],[-235433,-34781],[-235435,-34977],[-235438,-35324],[-235399,-35595],[-235277,-35849],[-235122,-36039],[-234948,-36217],[-234756,-36323],[-234546,-36412],[-234289,-36505],[-233559,-36262],[-233401,-36154],[-233259,-36027],[-233176,-35826],[-233078,-35696],[-232973,-35487],[-232928,-35209],[-232905,-34965],[-232927,-34712],[-233027,-34423],[-233150,-34236],[-233280,-34078],[-233525,-33954],[-233778,-33858],[-234078,-33815],[-234331,-33856],[-234725,-34061],[-234899,-34249],[-235044,-34388],[-235146,-34603],[-235222,-34838],[-235204,-35153],[-235196,-35419],[-235094,-35778],[-234935,-36005],[-234715,-36128],[-234445,-36258],[-234226,-36335],[-257671,-55607],[-257595,-55594],[-257539,-55584],[-257480,-55574],[-257412,-55562],[-257317,-55546],[-257261,-55545],[-257192,-55533],[-257170,-55530],[-257408,-54135],[-257386,-54132],[-257476,-54147],[-257533,-54148],[-257627,-54164],[-257695,-54176],[-257754,-54186],[-257810,-54196],[-257886,-54209],[-204464,-12709],[-203661,-12365],[-203436,-12231],[-203241,-12020],[-203027,-11788],[-202892,-11518],[-202640,-11348],[-202410,-11176],[-202215,-10890],[-202048,-10608],[-204399,-12462],[-204096,-12360],[-203836,-12202],[-203629,-12019],[-203415,-11787],[-203126,-11606],[-203065,-11326],[-202828,-11188],[-202630,-11069],[-202479,-10844],[-202267,-10594],[-202126,-10343],[-204596,-12217],[-204229,-12058],[-203963,-11939],[-203736,-11742],[-203577,-11535],[-203209,-11185],[-203056,-11039],[-202845,-10900],[-202718,-10681],[-202387,-10364],[-202235,-10096],[-204719,-12449],[-204667,-11616],[-204431,-11504],[-204059,-11321],[-203810,-11062],[-203588,-10851],[-203284,-10594],[-203041,-10341],[-202829,-10108],[-202650,-9822],[-204636,-11279],[-204213,-11088],[-203987,-10903],[-203818,-10661],[-203603,-10537],[-203406,-10367],[-203240,-10179],[-203124,-10029],[-202960,-9824],[-202759,-9570],[-202504,-9513],[-202554,-9244],[-202239,-9334],[-202014,-9061],[-202282,-9063],[-202129,-8796],[-204525,-10984],[-204361,-10812],[-204101,-10653],[-203841,-10443],[-203460,-10055],[-203252,-9766],[-203010,-9544],[-202810,-9314],[-202501,-8968],[-202352,-8736],[-202225,-8496],[-202053,-8299],[-201954,-8574],[-201945,-10176],[-201822,-10349],[-201997,-9923],[-204746,-10363],[-204517,-10238],[-204142,-10013],[-204018,-9793],[-203813,-9634],[-203565,-9387],[-203445,-9131],[-203222,-8941],[-203033,-8733],[-202854,-8443],[-202607,-8099],[-202321,-7729],[-202190,-7447],[-202538,-7828],[-202422,-7372],[-202220,-7048],[-202086,-7253],[-202503,-7128],[-202473,-6893],[-202691,-7309],[-202901,-7415],[-202741,-7585],[-202961,-7718],[-202809,-7946],[-203171,-7943],[-202989,-8199],[-203351,-8161],[-203234,-8392],[-203343,-8729],[-203502,-8428],[-203683,-8652],[-203573,-8868],[-203798,-8942],[-203688,-9140],[-203877,-9308],[-204007,-9057],[-204117,-9310],[-204069,-9531],[-204375,-9473],[-204308,-9732],[-204419,-9983],[-204553,-9732],[-204685,-10013],[-204761,-9804],[-204769,-11558],[-204440,-11249],[-203926,-11172],[-203605,-10279],[-203454,-10734],[-203804,-10833],[-203175,-10431],[-204156,-12643],[-203898,-12522],[-204732,-12714],[-204899,-12282],[-205029,-12477],[-205263,-11784],[-204931,-11685],[-205081,-11416],[-204855,-11383],[-205541,-11930],[-205483,-11570],[-205734,-11734],[-205567,-11339],[-205290,-11280],[-205037,-11240],[-204808,-11116],[-205907,-10832],[-205576,-10701],[-205305,-10660],[-205060,-10527],[-204884,-10152],[-205001,-9958],[-205122,-10273],[-205218,-10035],[-205333,-10409],[-205390,-10128],[-205506,-10480],[-205824,-10568],[-205233,-11565],[-205682,-11541],[-205034,-12745],[-205323,-12641],[-234632,-34904],[-234512,-34688],[-234349,-34560],[-234113,-34471],[-233847,-34520],[-233659,-34703],[-233555,-34900],[-233504,-35120],[-233535,-35344],[-233654,-35536],[-233829,-35661],[-234091,-35752],[-234431,-35635],[-234578,-35497],[-234425,-34976],[-234293,-34819],[-234039,-34767],[-233812,-34892],[-233689,-35138],[-233731,-35364],[-233972,-35484],[-234198,-35554],[-234406,-35432],[-257708,-55494],[-257716,-55402],[-257719,-55351],[-257735,-55273],[-257741,-55241],[-257750,-55196],[-257760,-55146],[-257831,-54731],[-257797,-54857],[-257812,-54827],[-257790,-54936],[-257787,-54988],[-257779,-55079],[-257821,-54781],[-257898,-54314],[-257873,-54441],[-257879,-54409],[-257857,-54519],[-257854,-54570],[-257846,-54662],[-257888,-54364],[-257152,-55424],[-257161,-55333],[-257186,-55172],[-257223,-55009],[-257234,-54867],[-257242,-54787],[-257275,-54661],[-257290,-54592],[-257299,-54501],[-257301,-54449],[-257317,-54371],[-257323,-54340],[-257332,-54294],[-257343,-54244],[-257265,-54712],[-257231,-54918],[-257205,-55076],[-257195,-55126],[-257179,-55203],[-257164,-55281],[-259888,-56098],[-259882,-56155],[-259828,-56156],[-259821,-56056],[-259804,-56095],[-259756,-56172],[-259878,-56199],[-259683,-56176],[-259618,-56165],[-259539,-56144],[-259476,-56132],[-259476,-56105],[-259488,-56041],[-259501,-55996],[-259509,-55930],[-259566,-55874],[-259627,-55846],[-259602,-55813],[-259524,-55819],[-259533,-55762],[-259592,-55745],[-259581,-55696],[-259689,-55865],[-259634,-55722],[-259527,-55692]] \ No newline at end of file diff --git a/src/gathering/a10253.json b/src/gathering/a10253.json new file mode 100644 index 0000000..c3a245f --- /dev/null +++ b/src/gathering/a10253.json @@ -0,0 +1 @@ +[[-224799,-7436],[-225277,-7167],[-224667,-7286],[-225109,-7121],[-225321,-6956],[-224820,-7528],[-224928,-7328],[-225480,-8637],[-225078,-8789],[-224932,-8305],[-224846,-8264],[-225179,-8389],[-225677,-7982],[-225566,-8776],[-224085,-5569],[-223718,-4827],[-224175,-5501],[-224169,-5378],[-223741,-4797],[-224311,-5439],[-223776,-4756],[-224965,-4385],[-225035,-4815],[-224938,-4495],[-224564,-4602],[-225128,-4711],[-224936,-3918],[-224316,-4664],[-225434,-8496],[-225536,-8463],[-225091,-8144],[-225005,-8103],[-224575,-8286],[-224677,-8253],[-224430,-8169],[-224344,-8128],[-222811,-8355],[-222642,-8344],[-222897,-8396],[-222496,-6910],[-222641,-7027],[-222743,-6994],[-225308,-8184],[-225222,-8143],[-225268,-7788],[-225182,-7747],[-225515,-7872],[-225413,-7905],[-225555,-8268],[-225453,-8301],[-224854,-7897],[-223361,-7260],[-222946,-7374],[-223105,-7213],[-223124,-7018],[-223210,-7059],[-223445,-7097],[-222551,-7833],[-223283,-6852],[-223536,-6559],[-223459,-6819],[-225165,-5756],[-225079,-5715],[-225238,-5554],[-225257,-5359],[-225343,-5400],[-225647,-5356],[-225488,-5517],[-225571,-5679],[-225469,-5712],[-225087,-5348],[-225416,-5198],[-225502,-5239],[-225590,-5484],[-225324,-5595],[-223945,-3954],[-223859,-3913],[-224017,-3752],[-224036,-3557],[-224122,-3598],[-224426,-3553],[-224267,-3715],[-224350,-3877],[-224248,-3910],[-223867,-3546],[-224195,-3395],[-224281,-3436],[-224369,-3682],[-224103,-3793],[-224532,-5825],[-224551,-5630],[-224637,-5671],[-224941,-5627],[-224782,-5788],[-224865,-5950],[-224763,-5983],[-224382,-5619],[-224710,-5469],[-224796,-5510],[-224884,-5755],[-224618,-5866],[-225256,-6426],[-225170,-6385],[-225328,-6224],[-225347,-6029],[-225433,-6070],[-225737,-6026],[-225578,-6187],[-225661,-6349],[-225559,-6382],[-225178,-6018],[-225506,-5868],[-225592,-5909],[-225680,-6154],[-225414,-6265],[-225165,-7023],[-225079,-6982],[-225238,-6821],[-225257,-6626],[-225343,-6667],[-225647,-6623],[-225632,-7200],[-225674,-7594],[-225469,-6979],[-225087,-6615],[-225416,-6465],[-225502,-6506],[-225734,-7167],[-225324,-6862],[-223381,-6140],[-223295,-6099],[-223453,-5937],[-223472,-5742],[-223558,-5783],[-223862,-5739],[-223703,-5900],[-223786,-6062],[-223684,-6095],[-223303,-5732],[-223631,-5581],[-223717,-5622],[-223805,-5867],[-223539,-5978],[-222950,-6769],[-222864,-6728],[-223023,-6567],[-223041,-6372],[-223127,-6413],[-223431,-6369],[-223272,-6530],[-223356,-6692],[-223254,-6725],[-222872,-6361],[-223200,-6211],[-223286,-6252],[-223374,-6497],[-223109,-6608],[-222923,-7977],[-222837,-7936],[-222995,-7775],[-223014,-7580],[-223100,-7621],[-223245,-7738],[-222845,-7569],[-223173,-7419],[-223259,-7460],[-223081,-7816],[-224811,-8974],[-224709,-9007],[-224728,-8812],[-224830,-8779],[-224887,-8650],[-224742,-8533],[-224656,-8492],[-224383,-8851],[-224297,-8810],[-224376,-9399],[-224341,-9296],[-224781,-9328],[-224695,-9287],[-224653,-9135],[-225308,-9444],[-225206,-9477],[-225224,-9282],[-225326,-9249],[-225383,-9121],[-225238,-9004],[-225152,-8963],[-225079,-9165],[-224993,-9124],[-225061,-9360],[-224975,-9319],[-224902,-9521],[-224816,-9480],[-225149,-9605],[-224125,-9225],[-224211,-9266],[-224284,-9060],[-224411,-9131],[-224389,-8942],[-224520,-8972],[-224555,-9075],[-224590,-8807],[-224303,-8901],[-225274,-8753],[-225360,-8794],[-225200,-8579],[-224000,-8914],[-224086,-8955],[-224159,-8749],[-223851,-9205],[-223937,-9246],[-224010,-9040],[-223972,-8555],[-224132,-8390],[-223982,-8681],[-224058,-8596],[-223823,-8846],[-223593,-8838],[-223753,-8673],[-223604,-8964],[-223679,-8879],[-223699,-9127],[-222707,-7366],[-222793,-7407],[-222438,-7827],[-222809,-8707],[-222895,-8748],[-229044,-37830],[-228133,-37445],[-227905,-37440],[-227879,-37455],[-227900,-37365],[-227133,-37121],[-227040,-37361],[-226797,-37417],[-226864,-37228],[-227024,-37176],[-226992,-37497],[-227640,-37360],[-227591,-37496],[-227396,-37416],[-229134,-37898],[-229139,-37973],[-229113,-37988],[-228994,-38066],[-228838,-37871],[-229137,-38251],[-229128,-36320],[-228905,-35993],[-227962,-36269],[-228016,-35915],[-229316,-36914],[-227814,-35719],[-230160,-39766],[-230130,-39587],[-230433,-39602],[-230178,-39457],[-230402,-39621],[-230253,-39629],[-230070,-39490],[-230212,-39394],[-230206,-39792],[-230146,-39238],[-230460,-39025],[-230521,-39121],[-230551,-39300],[-230644,-39163],[-230597,-39326],[-230603,-38928],[-230568,-38992],[-230702,-38880],[-230537,-38772],[-230728,-38806],[-230063,-39154],[-230090,-39081],[-229964,-39203],[-229822,-39300],[-229882,-39396],[-229929,-39267],[-229537,-38713],[-229593,-38870],[-229750,-38742],[-229625,-39090],[-229785,-38904],[-229583,-39503],[-229608,-39398],[-229578,-39219],[-229660,-39026],[-229517,-39123],[-229330,-39028],[-229411,-38836],[-229962,-38221],[-230107,-38583],[-230141,-38520],[-230267,-38397],[-230240,-38471],[-230307,-38903],[-230247,-38807],[-230059,-38713],[-229878,-38578],[-229836,-38024],[-229801,-38087],[-229754,-38216],[-229573,-38082],[-229941,-38311],[-230212,-38179],[-229916,-37901],[-229427,-38175],[-229546,-38097],[-229567,-38007],[-229712,-38370],[-229483,-38364],[-229417,-38694],[-229664,-38499],[-228950,-39273],[-229011,-39369],[-229041,-39548],[-229058,-39240],[-229326,-39434],[-229255,-39449],[-229454,-39771],[-229289,-39592],[-229364,-40025],[-229425,-39638],[-229351,-40248],[-229397,-40274],[-229444,-40111],[-229528,-39754],[-229402,-39876],[-229260,-39973],[-229573,-40040],[-229969,-39927],[-229694,-40079],[-229798,-39889],[-229889,-40165],[-229858,-39986],[-228874,-39867],[-228793,-39527],[-229020,-39702],[-229037,-39607],[-229173,-39832],[-229282,-40049],[-229143,-40300],[-229129,-40128],[-229250,-40167],[-229085,-40501],[-228791,-40140],[-229069,-40153],[-229065,-40212],[-228959,-39940],[-229079,-39978],[-230812,-39486],[-230739,-39695],[-230820,-39722],[-230391,-40388],[-230438,-40225],[-230362,-40054],[-230397,-39990],[-230523,-39868],[-228283,-39462],[-228501,-39956],[-228518,-39757],[-228364,-39803],[-228511,-39638],[-228663,-39767],[-228350,-38939],[-228581,-39293],[-228585,-39234],[-228418,-39553],[-228565,-39388],[-228730,-39244],[-228748,-38542],[-228992,-38622],[-228997,-38563],[-228830,-38883],[-228976,-38718],[-229201,-38782],[-228467,-38723],[-228710,-38804],[-228896,-38764],[-228607,-39272],[-228694,-38899],[-228846,-39028],[-227975,-39732],[-227892,-39329],[-227985,-39413],[-227992,-39533],[-228137,-39543],[-227838,-39578],[-227757,-39238],[-228059,-39009],[-228055,-39068],[-228749,-38324],[-228754,-38265],[-228506,-38244],[-228587,-38584],[-228468,-38505],[-228451,-38600],[-228224,-38425],[-228086,-37575],[-227815,-37722],[-228044,-37728],[-228274,-37669],[-228521,-37763],[-228526,-37704],[-228520,-37981],[-228278,-37683],[-228359,-38024],[-228240,-37944],[-228223,-38040],[-227996,-37864],[-227538,-37172],[-227522,-37267],[-227537,-37390],[-227800,-37784],[-227203,-37320],[-227346,-37602],[-229457,-37896],[-230338,-39271],[-230311,-39345],[-230823,-39136],[-230793,-39155],[-230303,-39109],[-229592,-40103],[-231302,-39532],[-231333,-39513],[-230991,-39460],[-231114,-39502],[-230931,-39364],[-230952,-39724],[-230587,-40217],[-230618,-40198],[-230944,-38461],[-230836,-38494],[-231052,-38537],[-231017,-38601],[-230909,-38634]] \ No newline at end of file diff --git a/src/gathering/a10258.json b/src/gathering/a10258.json new file mode 100644 index 0000000..4eca038 --- /dev/null +++ b/src/gathering/a10258.json @@ -0,0 +1 @@ +[[-228395,587909],[-228558,585687],[-239460,584515],[-236536,583411],[-231516,584461],[-230802,586546],[-236361,587429],[-231906,586806],[-241027,583558],[-232285,595743],[-233625,594577],[-234417,593685],[-236671,589606],[-245696,586710],[-243666,583865],[-287774,509128],[-292587,506280],[-289187,504500],[-288726,505596],[-289265,503742],[-306261,511242],[-302274,509448],[-300656,507152],[-300705,505209],[-298148,509529],[-306360,515235],[-305808,521951],[-306557,518053],[-307857,520444],[-307780,514246],[-323891,-273800],[-357577,294169],[-356964,294073],[-413090,-532162],[-427662,-361066],[-446381,-512080],[-456758,-522243],[-458017,-520358],[-449507,-522555],[-462475,-522615],[-462932,-539658],[-462289,-539503],[-484301,-302152],[-484889,-302860],[-484791,-302543],[-484118,-302511],[-484592,-302742],[-484821,-302751],[-482664,-303582],[-483238,-304265],[-482803,-303850],[-482960,-303843],[-485376,-311295],[-479357,-322287],[-479445,-322479],[-479137,-323050],[-479132,-322920],[-480000,-325367],[-484816,-326433],[-479618,-325225],[-480083,-325760],[-480241,-325789],[-480500,-325760],[-480159,-325595],[-478927,-322243],[-478364,-322666],[-478332,-322618],[-478688,-322677],[-478891,-322641],[-478493,-322062],[-485006,-326186],[-484612,-325786],[-485059,-326224],[-484388,-325964],[-484747,-325787],[-495226,-287195],[-494266,-286947],[-494810,-286965],[-495229,-287405],[-495481,-287406],[-494624,-286187],[-494247,-286382],[-493748,-286607],[-496094,-285604],[-493700,-286638],[-496118,-285534],[-495891,-286005],[-496060,-286105],[-494307,-286305],[-495725,-283189],[-490670,-282604],[-490511,-282924],[-490509,-283057],[-495664,-285296],[-490862,-283073],[-490679,-283570],[-496143,-285737],[-490439,-283418],[-490216,-283878],[-495398,-283632],[-490480,-283467],[-490334,-283691],[-490403,-283805],[-492859,-286872],[-492515,-286756],[-493031,-286988],[-492852,-286439],[-492788,-286129],[-492375,-286495],[-495136,-286610],[-495206,-286858],[-495627,-283012],[-495687,-282720],[-495257,-282849],[-495295,-282954],[-494436,-306087],[-493959,-306220],[-493789,-306733],[-494360,-306996],[-494354,-306982],[-494876,-306981],[-492291,-296054],[-493078,-297012],[-487909,-304222],[-493773,-297104],[-487804,-304357],[-487756,-305141],[-490070,-297300],[-489801,-297107],[-493552,-297663],[-491390,-297576],[-493335,-297482],[-493391,-297629],[-490498,-304265],[-490586,-303953],[-488632,-304731],[-491809,-297846],[-487541,-298558],[-490725,-304153],[-493540,-295918],[-493677,-295844],[-490203,-297154],[-490178,-296989],[-491828,-297517],[-494351,-295830],[-489637,-297126],[-494280,-295956],[-491882,-296433],[-491383,-297359],[-492034,-297508],[-493085,-297048],[-488479,-304166],[-491747,-297458],[-494522,-295962],[-488485,-304895],[-494015,-295855],[-495178,-319723],[-494407,-319667],[-495278,-319661],[-495965,-319709],[-492095,-318873],[-492152,-319560],[-499059,-308970],[-491570,-318961],[-499001,-309633],[-491696,-319448],[-491418,-316053],[-491120,-316542],[-491374,-316749],[-491501,-316401],[-491488,-316925],[-491283,-316396],[-492259,-315469],[-492371,-315963],[-492466,-315225],[-491510,-315962],[-491965,-315970],[-491842,-315831],[-487254,-313392],[-487123,-313315],[-487469,-313731],[-487212,-313205],[-487624,-313052],[-487303,-313166],[-499081,-315034],[-498123,-315688],[-499189,-315850],[-486701,-312162],[-499148,-315486],[-487529,-310046],[-487077,-310424],[-499008,-315937],[-486905,-309909],[-487253,-310502],[-487369,-310652],[-490104,-312600],[-490239,-312296],[-490128,-312087],[-489728,-312348],[-490363,-312554],[-489608,-312692],[-489430,-309981],[-489692,-310276],[-489777,-309807],[-489800,-310472],[-490242,-310085],[-490214,-310607],[-490803,-310364],[-490949,-311115],[-490868,-310897],[-490781,-310669],[-490743,-311032],[-488883,-308662],[-489335,-308369],[-489616,-308786],[-489059,-308470],[-489656,-308355],[-489686,-308541],[-492839,-312091],[-493064,-311921],[-492927,-311810],[-493523,-311973],[-497533,-316331],[-492850,-311498],[-494376,-311341],[-495039,-311899],[-494964,-311750],[-495368,-311908],[-494407,-312094],[-494646,-312055],[-493458,-312029],[-493354,-312546],[-493238,-312057],[-493530,-312304],[-493741,-312921],[-492926,-312367],[-497829,-316696],[-497630,-315359],[-497536,-316130],[-498144,-316287],[-498261,-315487],[-497680,-316472],[-494114,-307003],[-494596,-307546],[-494317,-307143],[-494894,-307200],[-494580,-307353],[-497288,-315534],[-495462,-310575],[-495253,-310592],[-495320,-310097],[-497715,-316592],[-494664,-309847],[-495410,-310440],[-498650,-311012],[-498372,-311444],[-497853,-311823],[-497692,-311607],[-498496,-311082],[-498047,-311261],[-499161,-312133],[-498755,-309155],[-498848,-329592],[-499094,-328978],[-498524,-329276],[-498603,-329580],[-498496,-329365],[-498632,-328878],[-487255,-323474],[-486827,-323871],[-487266,-323231],[-487082,-323551],[-487206,-323321],[-486641,-323266],[-489794,-323855],[-490047,-323488],[-489636,-323419],[-490172,-323699],[-490282,-324087],[-490144,-324207],[-489973,-324704],[-490186,-323963],[-490266,-324578],[-490336,-324753],[-489400,-324012],[-492382,-324636],[-491774,-325220],[-492189,-324729],[-492610,-324968],[-492369,-324637],[-492085,-325226],[-489498,-327571],[-489716,-327409],[-489416,-327160],[-489711,-327279],[-490162,-327254],[-489770,-327558],[-496372,-319867],[-498784,-328530],[-496150,-320177],[-498749,-328742],[-495508,-319886],[-498926,-328679],[-488816,-329781],[-488611,-329755],[-488543,-329129],[-488832,-329633],[-488568,-329824],[-488536,-329329],[-490575,-331622],[-491018,-332523],[-491022,-332318],[-490671,-332507],[-490948,-332664],[-490885,-331612],[-494919,-328350],[-494000,-328601],[-494298,-328517],[-494031,-328635],[-494141,-328054],[-494270,-328103],[-494074,-321445],[-494126,-320562],[-495585,-320051],[-494819,-320744],[-494233,-321285],[-496377,-320167],[-494960,-320199],[-491576,-332746],[-491676,-334292],[-491335,-333725],[-491777,-334033],[-491601,-332768],[-494581,-518571],[-498453,-528401],[-497961,-528659],[-498023,-526233],[-511451,-287061],[-511306,-287116],[-511712,-286969],[-510823,-288225],[-511071,-287681],[-510553,-287928],[-510716,-288196],[-511102,-288339],[-511081,-287407],[-509472,-288992],[-509758,-288670],[-509421,-288837],[-509911,-288535],[-509203,-289242],[-509511,-289099],[-499387,-312158],[-499534,-313016],[-499870,-315460],[-499296,-314878],[-499772,-313039],[-499262,-308937],[-499239,-309645],[-499737,-309293],[-501643,-308621],[-501443,-309133],[-501268,-308337],[-501267,-308672],[-501133,-308743],[-501072,-308785],[-502780,-308591],[-502804,-308686],[-502850,-308532],[-502296,-308530],[-502718,-308471],[-502031,-307800],[-507004,-319456],[-506429,-319340],[-511481,-316940],[-511435,-316734],[-511363,-316330],[-510789,-316477],[-511361,-316520],[-511510,-316379],[-510811,-315786],[-511349,-315719],[-499408,-314975],[-510961,-317593],[-511193,-317882],[-510778,-317694],[-511065,-317869],[-511613,-318093],[-499125,-315224],[-499857,-312094],[-499648,-314822],[-500228,-315037],[-509393,-318135],[-499454,-312629],[-509004,-318111],[-508710,-318118],[-508532,-317638],[-509211,-318083],[-510716,-313575],[-506247,-312441],[-511001,-314059],[-510616,-313350],[-499479,-312882],[-499837,-312102],[-510893,-313166],[-500909,-318401],[-500254,-319791],[-501146,-318699],[-501001,-318613],[-499828,-319532],[-500592,-319365],[-501563,-318231],[-510633,-313744],[-510060,-314043],[-499916,-312315],[-499476,-312132],[-501584,-318815],[-510892,-331165],[-499325,-329328],[-510701,-331397],[-511086,-331223],[-511287,-331843],[-511406,-331769],[-503605,-330442],[-509812,-331865],[-509765,-332413],[-499214,-328730],[-509358,-332108],[-510036,-332145],[-511784,-325846],[-509778,-330161],[-503319,-330724],[-509361,-330247],[-509711,-329712],[-509127,-329761],[-508736,-328898],[-508825,-328949],[-511345,-327737],[-510946,-322180],[-508808,-329111],[-503924,-330391],[-511107,-330433],[-510560,-329551],[-511228,-330423],[-510639,-330321],[-510669,-330434],[-507101,-330237],[-506795,-329753],[-506913,-329581],[-507019,-330371],[-507394,-329564],[-507326,-330263],[-503132,-330366],[-500510,-320026],[-507707,-327514],[-499902,-320321],[-507170,-327445],[-507265,-327093],[-508072,-327381],[-511539,-322196],[-506216,-319836],[-499880,-321444],[-511952,-320464],[-499279,-328350],[-504919,-327073],[-504941,-326945],[-504864,-326357],[-505018,-326184],[-504725,-326949],[-504847,-326128],[-504590,-324717],[-504226,-324799],[-504252,-324842],[-504275,-325122],[-505133,-320781],[-504597,-324800],[-505137,-323186],[-505011,-323542],[-505396,-323054],[-504809,-323350],[-504933,-323181],[-504844,-323715],[-503699,-322645],[-506369,-320153],[-503853,-322852],[-503679,-322609],[-503613,-323290],[-504130,-322794],[-506116,-324286],[-505846,-324225],[-505338,-320606],[-505241,-320550],[-505051,-323933],[-504939,-321125],[-504248,-323684],[-504014,-323549],[-504146,-323531],[-503859,-323777],[-504105,-323202],[-510879,-334603],[-508235,-337542],[-508832,-336699],[-508108,-341213],[-511756,-333651],[-511828,-333532],[-509741,-339543],[-510320,-334768],[-503747,-333617],[-509086,-336693],[-509755,-339466],[-503670,-333725],[-505310,-336727],[-508960,-339383],[-510283,-333569],[-510773,-334382],[-503475,-333640],[-511107,-333249],[-503703,-333510],[-503889,-332843],[-510655,-333705],[-503680,-333397],[-499540,-335706],[-501452,-486532],[-502771,-489701],[-507601,-490218],[-505279,-523061],[-512798,-288463],[-513318,-288474],[-512886,-289356],[-513411,-288967],[-512133,-287712],[-512111,-287912],[-512104,-287292],[-512827,-288630],[-518214,-306771],[-518705,-306677],[-518894,-306640],[-518332,-306588],[-518877,-306915],[-519077,-305703],[-518792,-305909],[-518967,-306132],[-518767,-305669],[-519147,-305283],[-518547,-306067],[-524421,-310300],[-519055,-316835],[-524596,-310538],[-519172,-316886],[-518740,-317118],[-518959,-317442],[-518577,-317273],[-521255,-318563],[-524193,-310592],[-521669,-319133],[-520035,-321160],[-520521,-320245],[-521367,-318917],[-518748,-317393],[-524377,-310924],[-524352,-310705],[-521185,-315790],[-521454,-307927],[-515820,-319083],[-521721,-308505],[-521294,-308693],[-521544,-308155],[-514201,-316270],[-514887,-316552],[-514829,-317022],[-514751,-316878],[-514847,-316619],[-514209,-316836],[-521419,-308829],[-513597,-315457],[-513686,-314790],[-513503,-315308],[-513498,-314543],[-521490,-308443],[-513384,-314774],[-513122,-314875],[-514178,-330988],[-514663,-331486],[-514201,-331816],[-514307,-331385],[-513885,-331743],[-514250,-330919],[-522538,-325261],[-522595,-324949],[-522623,-325366],[-522426,-325027],[-512349,-321827],[-521802,-322002],[-520171,-322517],[-512839,-323557],[-521264,-323747],[-519128,-320991],[-512724,-323776],[-517901,-326667],[-517435,-326583],[-517983,-326999],[-521326,-323395],[-517722,-326860],[-521049,-322995],[-517789,-327377],[-521608,-323514],[-513066,-326526],[-519517,-320713],[-520469,-322079],[-520558,-322488],[-522235,-325147],[-522477,-325233],[-520133,-324646],[-519995,-324755],[-520341,-324614],[-520151,-324176],[-521819,-322232],[-519804,-320791],[-522563,-322086],[-520316,-322725],[-521222,-323453],[-517106,-324285],[-517581,-324532],[-522339,-322186],[-522296,-322217],[-521858,-322942],[-517935,-327118],[-518724,-325146],[-512070,-320746],[-513402,-341462],[-513919,-341117],[-522663,-338989],[-513485,-341037],[-514023,-341047],[-513949,-340536],[-517310,-335018],[-514257,-335648],[-513535,-335658],[-512436,-334195],[-521060,-336282],[-522795,-334652],[-512210,-334304],[-513514,-335206],[-512607,-334329],[-512493,-334106],[-513571,-335961],[-514042,-335450],[-519929,-335430],[-514924,-333183],[-516032,-341832],[-519030,-335612],[-517821,-338492],[-513897,-336114],[-514818,-338074],[-514514,-337943],[-514842,-338028],[-514256,-337988],[-514153,-337667],[-513919,-338394],[-516585,-342542],[-517293,-342036],[-516855,-342303],[-516388,-342174],[-517019,-342499],[-517164,-342413],[-518474,-342135],[-519114,-335873],[-519412,-335754],[-522141,-337483],[-515357,-341117],[-517082,-334956],[-522144,-338061],[-515484,-341094],[-515129,-341559],[-523971,-472564],[-517224,-488573],[-519036,-491317],[-524132,-491363],[-518938,-526079],[-535396,-214261],[-535967,-213146],[-537257,-207527],[-535082,-219532],[-535856,-219318],[-534966,-219175],[-530934,-242302],[-529739,-241608],[-530643,-240245],[-530116,-242046],[-525006,-310561],[-525801,-310281],[-525186,-310798],[-525274,-310838],[-525395,-310011],[-525707,-310441],[-525928,-310502],[-537255,-311921],[-536629,-312451],[-536536,-312081],[-536695,-312123],[-536860,-312696],[-536803,-312434],[-525956,-332215],[-525762,-331736],[-525665,-332032],[-526019,-332209],[-525934,-332442],[-525309,-332402],[-525969,-475279],[-527234,-489639],[-538566,-216129],[-538282,-214069],[-542100,-210637],[-542872,-212216],[-545356,-220269],[-549263,-293588],[-541852,-299468],[-542162,-300208],[-541704,-300263],[-540178,-305287],[-539686,-305354],[-541831,-299514],[-544266,-305708],[-541989,-300444],[-542438,-299572],[-539593,-305707],[-541923,-303820],[-541880,-305487],[-549788,-303545],[-549770,-303396],[-549720,-303478],[-549997,-303618],[-549927,-303678],[-540348,-305384],[-544172,-305532],[-544332,-299425],[-544146,-299941],[-547040,-303920],[-544064,-305843],[-542194,-305583],[-541962,-305281],[-546811,-303878],[-542653,-305634],[-546556,-304108],[-546325,-303984],[-540017,-305367],[-544099,-306003],[-541954,-304802],[-544112,-300968],[-544307,-306153],[-543832,-305554],[-543967,-302670],[-543083,-302411],[-543056,-302357],[-543848,-302019],[-543791,-302463],[-543193,-302829],[-544934,-299876],[-544657,-299329],[-542648,-304921],[-540038,-305345],[-549945,-317582],[-545270,-312672],[-550290,-318305],[-548325,-314927],[-548159,-314635],[-547885,-315324],[-548410,-315358],[-548374,-315154],[-547593,-315214],[-541014,-315693],[-541343,-314712],[-540974,-314892],[-541309,-315685],[-540923,-315683],[-540835,-315324],[-541686,-314453],[-541893,-314072],[-541888,-314259],[-541823,-314552],[-542235,-314288],[-541733,-314354],[-543179,-313421],[-543345,-312810],[-543711,-312719],[-543027,-312565],[-543772,-312840],[-543937,-313112],[-544001,-313474],[-543991,-312792],[-543752,-313748],[-543964,-313300],[-546957,-313575],[-547704,-313684],[-546845,-314017],[-547178,-313631],[-547234,-313768],[-547526,-314070],[-544158,-317328],[-543723,-316269],[-544364,-316184],[-544376,-316478],[-543975,-316527],[-544217,-316896],[-544455,-317707],[-543771,-318064],[-543673,-318018],[-543895,-317834],[-543515,-317973],[-544366,-317828],[-544892,-309879],[-545629,-310406],[-544824,-312823],[-544945,-312901],[-545767,-310533],[-544800,-312365],[-544664,-309889],[-544656,-310555],[-544978,-310792],[-544636,-310345],[-544332,-310579],[-541504,-309472],[-542276,-309837],[-542131,-309761],[-541488,-309730],[-542214,-309176],[-541829,-309415],[-541569,-310302],[-541091,-310458],[-541109,-310863],[-541505,-310548],[-540997,-310292],[-541647,-310940],[-540411,-310251],[-539741,-309847],[-540440,-309968],[-540307,-309807],[-539791,-310169],[-545144,-312798],[-545382,-312617],[-540402,-309415],[-548152,-322859],[-548671,-326558],[-547997,-323114],[-547804,-323595],[-548966,-328684],[-549449,-328774],[-548928,-327095],[-550138,-326601],[-549269,-325800],[-549999,-327745],[-548601,-328413],[-549443,-328489],[-537565,-337273],[-550338,-344322],[-545686,-341051],[-550091,-343193],[-543306,-341624],[-549701,-343428],[-547998,-341995],[-546492,-340035],[-547405,-343102],[-560008,-216464],[-551215,-214228],[-552957,-222223],[-561119,-225271],[-551559,-221631],[-559870,-217844],[-559441,-230287],[-560360,-239968],[-562375,-242670],[-563003,-243737],[-560589,-268786],[-560578,-276680],[-555075,-275862],[-560877,-280551],[-560754,-280721],[-560582,-280446],[-558356,-273401],[-562539,-274063],[-556021,-276671],[-558621,-275333],[-558737,-274763],[-559033,-273485],[-562317,-272417],[-558610,-274219],[-557988,-279488],[-558265,-273452],[-558185,-275303],[-560131,-276837],[-559756,-276761],[-559188,-281287],[-560045,-276649],[-562805,-269616],[-563104,-273572],[-556056,-276641],[-554650,-275915],[-556576,-276261],[-554851,-275508],[-555373,-276110],[-555506,-275773],[-555266,-275781],[-555728,-276345],[-555988,-276744],[-556323,-276136],[-560592,-276903],[-559743,-276901],[-564226,-284756],[-562488,-290836],[-557497,-293164],[-557445,-292616],[-562049,-290452],[-563100,-288792],[-563035,-288582],[-564063,-284915],[-553702,-294017],[-560212,-283208],[-560634,-283122],[-553751,-293941],[-562994,-289944],[-562324,-291293],[-562742,-291365],[-563600,-284569],[-561824,-285136],[-563158,-289518],[-562789,-284451],[-559775,-293281],[-560838,-284288],[-559689,-292484],[-561994,-290832],[-557316,-292534],[-563260,-288947],[-561607,-284834],[-558323,-290005],[-559552,-290045],[-559264,-287068],[-561611,-285587],[-558367,-289830],[-558820,-289584],[-558529,-289142],[-558851,-288829],[-561774,-286163],[-561760,-285663],[-558595,-288543],[-558603,-289246],[-559130,-286937],[-559326,-287032],[-559068,-286972],[-562916,-289417],[-559968,-289524],[-559642,-288789],[-560055,-289641],[-558810,-289242],[-558910,-289088],[-560369,-290955],[-562817,-286146],[-559671,-290073],[-562806,-291299],[-550507,-295458],[-550698,-294963],[-553425,-306922],[-561655,-304017],[-560876,-296302],[-553643,-294805],[-558826,-297288],[-556805,-296585],[-553592,-297064],[-556338,-296591],[-558878,-301817],[-550658,-294780],[-555747,-296239],[-550453,-295212],[-559677,-296702],[-553635,-296901],[-550988,-295329],[-550521,-303082],[-553516,-296996],[-554353,-295072],[-557460,-304032],[-556662,-296285],[-553691,-294786],[-561451,-304676],[-553540,-296587],[-559998,-300801],[-556635,-299645],[-555769,-297032],[-553316,-296881],[-554195,-296973],[-556471,-296799],[-555607,-296594],[-555898,-296298],[-558486,-294856],[-551382,-294615],[-557998,-313278],[-550916,-315246],[-560381,-314027],[-554249,-318853],[-555522,-311741],[-563039,-310942],[-554527,-318166],[-558184,-313076],[-560920,-311511],[-560845,-319224],[-560846,-318562],[-560467,-312053],[-557111,-311977],[-558438,-313383],[-553549,-312589],[-554387,-312340],[-561813,-319003],[-551484,-309738],[-550536,-315557],[-560535,-319355],[-553005,-316570],[-553249,-312542],[-560540,-313416],[-550567,-318398],[-555688,-318940],[-561609,-319001],[-560714,-313119],[-554530,-318151],[-555057,-312871],[-553400,-316853],[-553087,-317191],[-560107,-312905],[-551468,-309717],[-553637,-316977],[-554129,-312991],[-561587,-319598],[-554501,-330668],[-558180,-328174],[-550490,-325058],[-555805,-328638],[-554652,-322142],[-555115,-322605],[-559815,-326616],[-556990,-327024],[-555504,-328321],[-554455,-322074],[-560096,-324676],[-556172,-323324],[-555341,-327703],[-555670,-327631],[-556309,-327426],[-555698,-323356],[-559208,-325589],[-559615,-324936],[-558872,-325344],[-559531,-325361],[-555781,-323105],[-558925,-325026],[-552585,-331150],[-554155,-330093],[-559172,-321213],[-553092,-326830],[-558858,-321494],[-553008,-332702],[-551672,-320916],[-556518,-326415],[-551750,-320996],[-553830,-330232],[-554283,-320573],[-560076,-321432],[-550572,-323500],[-560973,-325038],[-560997,-324843],[-554248,-329427],[-553781,-330867],[-551387,-321912],[-557474,-324493],[-554396,-322323],[-557289,-345171],[-552245,-332674],[-557118,-345185],[-554778,-344192],[-552999,-333803],[-555171,-344743],[-557027,-344087],[-553007,-334646],[-557247,-344917],[-552365,-335091],[-552961,-334347],[-553220,-334230],[-554879,-335820],[-554461,-335913],[-554353,-344391],[-554886,-335816],[-554452,-335494],[-554504,-335025],[-556800,-348103],[-554813,-345429],[-555474,-345454],[-555664,-345589],[-557135,-345463],[-573637,-212263],[-573708,-212724],[-568752,-224266],[-572637,-219900],[-574257,-233925],[-569848,-245252],[-572207,-243486],[-573731,-248946],[-569168,-250048],[-572634,-249589],[-568522,-244737],[-574155,-249000],[-575332,-249205],[-566805,-249519],[-564715,-246353],[-572951,-245154],[-572266,-265773],[-565879,-266866],[-566359,-264849],[-567171,-278831],[-567004,-278705],[-567099,-278775],[-566534,-278249],[-566491,-278142],[-568806,-268764],[-568349,-268944],[-565766,-268829],[-568309,-269152],[-565897,-275592],[-563516,-272993],[-567958,-269114],[-568609,-270081],[-566409,-273657],[-568600,-270789],[-568210,-271315],[-568092,-270956],[-565368,-274522],[-566936,-274086],[-565163,-271705],[-567738,-271174],[-565378,-268734],[-570125,-290692],[-563426,-284299],[-564987,-287915],[-565886,-288225],[-565558,-287646],[-565435,-285125],[-566138,-286954],[-564704,-285132],[-565165,-288188],[-566812,-286419],[-563743,-287285],[-566721,-286755],[-563415,-286842],[-563352,-286857],[-564552,-286554],[-563331,-288107],[-563428,-288039],[-563504,-282684],[-563736,-282715],[-566686,-286757],[-563236,-284651],[-563482,-283178],[-564249,-284096],[-566312,-286870],[-564360,-283651],[-564675,-283971],[-563352,-291149],[-563655,-290443],[-563369,-291046],[-563992,-291228],[-563797,-290686],[-563553,-291092],[-564335,-286776],[-566179,-286462],[-563693,-304735],[-564057,-304089],[-563712,-304451],[-564303,-304593],[-575883,-301813],[-564352,-304094],[-564767,-300458],[-564743,-300827],[-564217,-301196],[-575566,-302100],[-569663,-294721],[-574093,-299793],[-564404,-300836],[-564173,-300546],[-575057,-302099],[-568707,-319357],[-565068,-318999],[-574629,-311151],[-574990,-311313],[-574018,-317944],[-564953,-311828],[-574862,-310703],[-564229,-318798],[-564694,-318606],[-563849,-319674],[-568018,-319009],[-565494,-319613],[-568710,-319701],[-565466,-319037],[-574998,-311365],[-574918,-311316],[-574912,-310891],[-567094,-322856],[-575221,-322391],[-567518,-327928],[-566708,-327330],[-570076,-327817],[-570682,-331563],[-569396,-327480],[-566458,-326261],[-569783,-330341],[-564679,-327003],[-564828,-326781],[-569790,-327968],[-569101,-331626],[-569816,-327982],[-567360,-328193],[-567618,-327900],[-567187,-331822],[-569359,-332582],[-569104,-327932],[-568854,-331296],[-564854,-320482],[-567445,-327417],[-572096,-323638],[-567728,-331218],[-572242,-321013],[-569437,-327134],[-569341,-328041],[-574718,-332322],[-564727,-319852],[-563874,-320543],[-564220,-320080],[-563996,-320040],[-563232,-320488],[-566165,-322980],[-567451,-327579],[-570278,-331533],[-566116,-326064],[-565190,-320378],[-569542,-330320],[-568554,-328997],[-567659,-327403],[-565714,-324788],[-568018,-329180],[-568237,-331315],[-566798,-327517],[-566453,-323538],[-566226,-324424],[-566420,-323694],[-566679,-323849],[-566519,-324070],[-566405,-324017],[-569782,-330923],[-567599,-328050],[-563674,-324461],[-563856,-324002],[-567434,-327960],[-568371,-329052],[-564346,-328649],[-568085,-328674],[-564747,-328008],[-564537,-328052],[-569393,-330488],[-568925,-330926],[-566164,-326622],[-567595,-329148],[-567944,-330783],[-569581,-332806],[-567913,-354205],[-567843,-353648],[-566398,-354569],[-566912,-353891],[-571686,-350525],[-567676,-354384],[-567999,-352321],[-568857,-351968],[-567192,-353716],[-568998,-353663],[-567576,-354150],[-567189,-354392],[-576077,-212767],[-582539,-212025],[-580733,-218740],[-581002,-232869],[-579778,-231183],[-576078,-242736],[-588646,-291197],[-584595,-284156],[-583013,-288786],[-580118,-289219],[-584912,-292422],[-582930,-292722],[-584438,-284381],[-584178,-287647],[-584240,-285956],[-584597,-284163],[-583636,-292264],[-585014,-284259],[-586996,-284246],[-586967,-284290],[-586324,-284123],[-586126,-283901],[-585151,-292115],[-582299,-289090],[-583138,-292148],[-588384,-290395],[-583592,-292826],[-585068,-292603],[-583525,-292203],[-585132,-292746],[-584679,-284308],[-582885,-292024],[-585409,-292282],[-583800,-283792],[-584147,-283874],[-583852,-284318],[-583935,-284551],[-584198,-284761],[-583619,-284256],[-584627,-283963],[-585377,-292439],[-587730,-290307],[-582982,-292645],[-587479,-290240],[-579588,-287422],[-579979,-289677],[-579376,-295461],[-580085,-299134],[-580680,-298722],[-579613,-295747],[-586192,-299776],[-583247,-297776],[-585825,-299564],[-585853,-299818],[-586328,-299470],[-581467,-295867],[-580165,-298934],[-584700,-297962],[-583176,-313969],[-583333,-313684],[-588223,-315772],[-576009,-316486],[-577612,-311489],[-588028,-316413],[-577727,-310797],[-586393,-328948],[-576972,-322493],[-582675,-330976],[-586533,-329001],[-586618,-328870],[-583197,-330838],[-577659,-325117],[-587497,-329534],[-585192,-329391],[-576534,-324115],[-583076,-330825],[-586640,-329221],[-586328,-328828],[-582848,-330197],[-588265,-327019],[-577030,-322290],[-582487,-339840],[-582498,-339714],[-582569,-339614],[-578298,-337110],[-585276,-351621],[-585927,-351723],[-588954,-291404],[-589695,-290727],[-589516,-290968],[-588880,-288186],[-593851,-300741],[-595106,-303582],[-590599,-304376],[-590751,-304257],[-594032,-300892],[-591781,-301358],[-593988,-300187],[-593130,-305324],[-592359,-305154],[-594301,-302947],[-593514,-301434],[-594600,-299987],[-593213,-304958],[-593086,-305324],[-592239,-297683],[-594196,-300035],[-592630,-297821],[-593192,-304990],[-592421,-305658],[-593756,-300953],[-594101,-297311],[-600629,-319294],[-590239,-316715],[-591242,-317486],[-595756,-319281],[-589898,-317672],[-590092,-316818],[-590957,-316636],[-589355,-318426],[-590905,-316315],[-591497,-317194],[-591102,-319835],[-596284,-324790],[-596454,-324790],[-596666,-324708],[-589710,-323252],[-601639,-307511],[-607513,-315305],[-603516,-321168],[-604783,-333996],[131180,98529],[192123,507362],[215215,-218698],[213722,-233035],[212792,542199],[213352,542402],[219062,-227001],[226587,-238238],[230181,-238816],[224346,-238075],[223470,-244590],[228294,-252121],[229126,-255705],[241854,-226580],[242859,-220742],[241101,-225540],[242971,-225916],[242093,-222289],[241764,-237864],[236583,-235813],[239665,-240331],[232680,-244798],[236574,-243874],[234815,-255322],[234893,-263883],[235757,-269325],[249463,-210579],[248616,-211419],[249114,-211495],[246323,-212487],[248687,-211404],[247650,-214792],[247473,-214309],[247777,-214119],[249235,-213754],[248118,-215840],[244347,-220923],[246690,-225079],[244267,-223173],[243332,-222276],[244184,-226976],[252514,-225990],[254001,-222356],[251822,-224597],[252308,-224645],[251809,-225519],[254345,-225556],[249615,-222810],[251190,-220810],[255876,-222758],[254344,-223772],[249115,-220584],[244327,-218993],[244835,-220480],[244694,-218441],[244829,-219272],[247418,-220052],[249769,-222272],[245005,-220127],[247416,-219741],[245309,-240051],[246812,-239119],[249680,-244498],[246034,-243830],[252192,-253232],[243451,-249314],[245395,-252992],[250856,-257304],[248505,-262263],[249364,-263382],[253335,-262739],[252045,-267556],[246812,-268250],[247035,-268106],[252462,-271401],[268774,-188337],[268494,-185998],[268213,-188494],[258944,-263693],[258814,-265807],[256226,-270927],[269067,-186781],[269101,-186052],[279870,-183021],[280486,-187718],[282192,-188914],[281909,-188481],[284587,-186605],[302948,18739],[305444,17318],[317550,-197279],[317200,-201596],[315186,-197239],[311230,-195133],[314641,-201611],[312887,-195775],[316423,-200159],[317610,-200762],[314834,-199457],[312553,-196867],[315819,-200977],[316022,-199864],[317028,-203973],[317783,-199153],[316126,-198794],[318040,-200225],[318819,-199869],[309316,-195652],[308117,-196287],[308476,-195699],[308408,-198638],[307500,-196218],[310550,-192859],[308733,-198507],[309673,-197042],[309559,-197863],[310157,-196665],[320897,-199252],[321444,-200587],[321278,-203637],[322040,-203237],[324935,-202670],[323097,-204381],[322001,-203784],[323726,-203913],[322125,-205160],[323673,-205577],[325173,-205655],[322694,-205863],[324126,-205344],[342967,-209347],[340973,-213673],[344596,-207218],[341563,-213210],[344447,-212987],[341054,-209865],[341194,-213882],[345180,-208895],[342142,-210850],[344996,-213317],[338208,-220763],[336050,-221852],[340180,-220248],[336571,-219388],[340034,-221297],[336145,-218547],[340811,-221016],[341217,-220064],[339704,-219667],[338282,-223427],[353451,-203546],[357318,-206545],[357504,-205188],[357946,-205234],[357078,-206483],[353001,-205263],[355165,-207274],[356861,-207945],[351936,-206882],[354771,-207175],[366056,-203238],[367994,-203557],[368126,-203777],[366613,-203948],[371004,-205600],[368105,-205705],[367701,-204963],[370234,-204780],[366069,-206034],[383097,-199086],[382025,-202006],[380336,-199820],[382115,-204111],[378315,-202809],[382021,-201512],[380488,-205784],[377097,-204702],[392874,-198429],[394721,-200059],[395982,-203534],[395500,-199639],[392714,-200908],[394634,-201768],[392963,-201408],[394760,-200592],[393729,-204118],[391620,-201620],[402836,-201993],[405760,-200854],[406341,-199082],[406711,-201051],[403732,-201719],[405777,-201986],[404353,-202419],[405828,-199886],[403940,-200860],[406610,-201044],[420441,-203465],[419089,-201916],[420203,-200295],[421993,-205087],[417521,-205530],[419818,-205751],[420329,-205940],[420872,-210639],[421438,-212892],[421039,-211125],[423823,-204436],[431288,-210200],[430515,-209984],[434251,-208580],[434830,-208166],[432264,-210920],[423788,-206046],[423930,-204894],[423229,-207687],[431299,-213060],[434832,-214266],[435172,-212841],[434310,-212390],[423953,-209199],[424135,-211048],[424291,-211077],[426090,-212437],[425313,-211503],[422563,-213374],[430478,-216516],[431883,-215430],[431860,-216002],[433808,-217099],[431993,-216300],[441326,-209569],[440766,-208054],[441004,-209814],[441346,-212327],[441110,-210207],[440659,-211152],[442212,-212624],[447226,-212709],[444523,-207866],[441155,-213598],[436180,-210874],[435454,-207422],[436082,-211483],[435560,-216973],[447951,-220926],[458037,-216417],[456795,-216664],[459408,-215861],[457065,-213771],[457624,-213645],[460116,-215026],[458798,-218063],[458270,-219259],[457814,-218457],[448901,-219498],[449701,-222787],[449773,-222277],[449907,-222224],[451952,-224136],[452463,-218729],[451825,-223413],[450176,-218232],[451388,-219807],[461978,-215920],[471423,-224397],[473385,-221115],[470669,-221866],[471619,-224947],[470116,-223568],[469154,-220801],[486112,-230150],[486036,-226550],[486222,-228175],[484297,-227179],[478428,-224337],[479093,-226657],[475894,-223599],[476239,-225436],[480308,-222486],[481587,-221908],[478373,-227746],[478675,-227067],[478684,-226746],[479508,-225007],[474114,-225233],[484592,-231019],[486176,-230781],[481261,-230998],[478852,-231366],[476853,-232282],[477214,-233519],[482391,-230639],[481930,-236150],[481281,-231479],[486879,-227329],[486635,-226080],[489666,-226241],[492853,-241010],[496770,-242839],[495035,-240061],[494596,-238927],[495329,-237281],[492657,-238015],[496081,-237827],[493768,-239597],[493991,-238068],[493647,-237848],[495097,-234647],[494381,-239429],[489394,-232017],[74958,54027],[76125,53981],[84584,-273796],[84879,-274018],[85145,-274028],[88278,51158],[88332,50871],[89413,48237],[86524,49630],[86951,50354],[85990,50428],[86085,50417],[89240,53895],[88949,53781],[89277,53220],[89040,53263],[89450,51477],[84614,63413],[86587,62409],[84359,62483],[84987,62627],[85533,60580],[85698,62230],[84535,69142],[85431,69213],[84100,67433],[85018,64815],[85142,65793],[83891,70226],[83436,69695],[81547,73009],[81907,72786],[81680,72049],[99060,49027],[92129,47431],[92889,47787],[90834,48369],[89865,49232],[90074,47597],[95371,50268],[94608,50752],[93257,50197],[93060,49708],[92161,49879],[92403,49835],[94572,48613],[94370,48542],[101947,49466],[99584,49892],[93406,44395],[93380,44108],[98348,45891],[98640,46129],[101077,49838],[100638,49246],[91758,53859],[91227,53533],[91567,53169],[91683,52939],[91224,54674],[92099,55355],[92036,55085],[92324,54754],[92708,54723],[90575,54501],[90128,55350],[90082,55634],[90731,55627],[90738,53057],[90573,53942],[92605,56252],[92229,56119],[90310,52832],[90553,52455],[91063,52711],[96219,53876],[96303,54246],[95470,54743],[95423,54870],[95795,53028],[95414,53447],[103748,37570],[102601,37801],[107913,49886],[108206,50304],[102680,49546],[106084,49206],[106304,48798],[104298,48526],[104467,47819],[124102,110003],[123284,109853],[118500,116803],[122945,117856],[-213543,35536],[-213422,34820],[-212660,35248],[-212568,35740],[-211989,36738],[-211835,35882],[-211959,34038],[-211489,33800],[-211366,33098],[-229326,-315688],[-230075,-316020],[-227935,-318476],[-226433,-318704],[-225752,-318839],[-225064,-318941],[-225625,-317967],[-225515,-317375],[-226824,-322352],[-226698,-321872],[-227455,-323863],[-227013,-323359],[-229049,319761],[-230258,320986],[-228474,336807],[-227641,337790],[-224192,335727],[-226621,333134],[-227903,336136],[-226507,336818],[-227183,348308],[-230252,348883],[-228264,350181],[-228243,353778],[-228151,353699],[-226847,355029],[-228940,355195],[-229040,355340],[-229981,346290],[-237917,-305200],[-233083,-304721],[-235002,-302851],[-232525,-313558],[-236493,-307065],[-238665,-312232],[-239122,-313374],[-238784,-313185],[-237064,-308609],[-242041,-308577],[-242071,-308233],[-239676,-311580],[-231567,-309125],[-239240,-313706],[-239425,-313551],[-237651,-310512],[-238358,-311435],[-236387,-312304],[-237123,-311035],[-233033,-311590],[-232290,-311762],[-232172,-310573],[-232506,-310607],[-239326,-319643],[-237642,-318603],[-240081,-318834],[-242227,-314939],[-239394,-315763],[-239356,-318053],[-237910,-319247],[-238031,-316775],[-237093,-316924],[-238931,-316135],[-237525,-319785],[-238742,-316244],[-239605,-318829],[-239768,-318467],[-239401,-316076],[-235727,-314042],[-237045,-314158],[-237854,-313759],[-235214,-314860],[-235827,-315383],[-239191,-317960],[-239224,-314918],[-238752,-314082],[-235908,-315618],[-240847,-313846],[-240100,-314059],[-241350,-315671],[-238752,-315754],[-239610,-314674],[-237495,-319581],[-233938,-318245],[-234304,-318294],[-231651,-318533],[-231453,-317921],[-231150,-318941],[-231142,-317835],[-232819,-315190],[-232886,-314785],[-240616,-326134],[-239247,-322661],[-242773,-327086],[-237693,-321674],[-236408,-322678],[-236830,-325271],[-239040,-323276],[-240454,-324644],[-238950,-324257],[-237572,-323335],[-242356,-326112],[-239801,-320691],[-241720,-331219],[-242017,-323371],[-241825,-326310],[-241813,-323858],[-241317,-324103],[-238766,-320475],[-241813,-326628],[-240248,-325021],[-239451,-324382],[-239684,-322601],[-240819,-322605],[-240648,-320823],[-239158,-322399],[-240697,-321659],[-241549,-332656],[-242186,-334801],[-241961,-337549],[-242237,-336813],[-241496,-333533],[-241493,-333472],[-241537,-335651],[-239696,-336166],[-241471,-337231],[-241046,-336844],[-241004,-333374],[-240676,-336895],[-240108,-336203],[-239098,-336061],[-238757,-336108],[-241246,-335565],[-241570,-334956],[-230490,324067],[-231171,344121],[-236138,344186],[-236408,343211],[-234609,342134],[-233991,340852],[-235208,340946],[-235746,343663],[-237009,341386],[-232948,341045],[-233202,337227],[-230765,336711],[-239027,342337],[-231396,349189],[-232356,351795],[-231926,353138],[-230623,353378],[-230914,354422],[-230680,346812],[-231247,346823],[-636,-117054],[-954,-120787],[-1344,-120965],[-531,-121194],[-83,-122689],[-1530,-120058],[-2630,-118567],[-1588,-118727],[-1671,-119711],[-2326,-119770],[-5653,-126857],[-6412,-126862],[-5025,-124755],[-4782,-124660],[-6058,-124445],[-6426,-124660],[-8658,-125877],[-10221,-126483],[-9939,-126057],[-5394,-121342],[-5262,-121160],[-5722,-121354],[-5642,-118225],[-5403,-118749],[-6479,-117312],[-4846,-116694],[-6862,-116819],[-7713,-116364],[-6507,-117308],[-10643,-115628],[-10932,-115074],[-9427,-115326],[-10988,-127189],[-9624,-116460],[-9801,-117409],[-9458,-118169],[-12345,-125944],[-11534,-125478],[-1127,-117613],[-272,-117376],[-138,-119160],[-8888,-119922],[-7718,-118469],[-6797,-120016],[-8728,-121093],[-9924,-122056],[-10113,-124840],[-7662,-122466],[-6169,-127667],[-10611,-118491],[-11961,-118848],[-12570,-120080],[-12125,-123517],[-10937,-118802],[-11575,-118934],[-10678,-123937],[-12723,-122709],[-11136,-123672],[-11319,-122625],[-9205,-128595],[-9443,-129076],[-9459,-129266],[-10467,-130964],[-10541,-131753],[-10292,-130049],[-10127,-129972],[-11472,-128888],[-11020,-129545],[-11832,-129293],[-11808,-128982],[-155,-133851],[-7341,-133302],[-7038,-133419],[-6397,-134557],[-6327,-133927],[-7258,-135069],[-5587,-140421],[-7544,-139793],[-6677,-140368],[-12306,-138944],[-11499,-139733],[-11887,-139103],[-10829,-137669],[-11826,-138426],[-10935,-137564],[-513,-135141],[-682,-134977],[-11850,-133277],[-11436,-130243],[-9057,-132804],[-3835,-133258],[-7319,-131188],[-7095,-129008],[-4843,-132417],[-3426,-131621],[-4761,-132133],[-9532,-147957],[-9179,-148494],[-9452,-148533],[-9054,-146217],[-8893,-146739],[-1552,-150959],[-1111,-150574],[-12758,-147720],[-8425,-142091],[-8002,-142134],[-5652,-143374],[-4446,-143071],[-4656,-142966],[-733,-145739],[-1176,-145344],[-2508,-147639],[-2284,-146890],[-363,-149048],[-672,-148260],[-685,-148748],[-2337,-149586],[-3590,-149924],[-3777,-149463],[-2770,-150438],[-2807,-147854],[-3607,-148137],[-3038,-148024],[-1642,-148455],[-2318,-148051],[-1110,-147578],[-1083,-146684],[-1169,-146314],[-1016,-145724],[-2776,-145028],[-3102,-145267],[-1892,-144812],[-4692,-146197],[-5595,-149900],[-7995,-149662],[-7658,-149120],[-6700,-149945],[-7849,-148271],[-10311,-144632],[-7890,-144267],[-7818,-144564],[-10469,-145697],[-12087,-148584],[-12494,-149894],[-12756,-149653],[-11680,-148914],[-11210,-148959],[-10446,-149468],[-10425,-144048],[-12241,-142424],[-12634,-142251],[-12513,-141622],[-11059,-141396],[-11362,-142231],[-11683,-141171],[-10305,-142230],[-6699,-141038],[-7497,-142090],[-4771,-141009],[-5253,-141102],[-6104,-141194],[-4222,-142385],[-4472,-141664],[-4743,-142001],[-2360,-144309],[-2890,-143433],[-2615,-143653],[-4599,-145213],[-4802,-144964],[-4111,-147543],[-4762,-147703],[-4165,-146143],[-3874,-146247],[-4139,-146616],[-11648,-146214],[-12012,-146450],[-6066,-144492],[-5503,-144640],[-6737,-144426],[-5330,-140628],[-6153,-140873],[-7371,-141234],[-414,-143853],[-465,-144413],[-614,-142438],[-742,-142463],[-8232,-142339],[-7975,-142819],[-8463,-143628],[-5047,-145417],[-5806,-146755],[-5843,-146031],[-4862,-147530],[-5500,-147268],[-5509,-149635],[-4074,-149673],[-4662,-148256],[-6773,-148689],[-5936,-148043],[-5689,-148418],[-7351,-147992],[-7106,-148199],[-6779,-147017],[-6803,-146901],[-5931,-146815],[-8542,-144948],[-8491,-143650],[-10835,-143267],[-10744,-143775],[-9660,-144293],[-9183,-143987],[-8735,-142187],[-9853,-143595],[-8635,-143323],[-11023,-143441],[-10830,-142709],[-11874,-143811],[-11551,-143365],[-12243,-144686],[-12113,-145522],[-11400,-145191],[-9237,-174394],[-10394,-175636],[-10325,-174920],[-10760,-175399],[-11710,-176740],[-12236,-178156],[-10973,-172819],[-9685,-176216],[-9231,-176166],[-9369,-175294],[-12244,-179305],[-12128,-180020],[-12637,-180384],[-5954,-50175],[-5769,-49970],[-6401,-48166],[-5596,-48379],[-6471,-48395],[-4219,-49840],[-4508,-49252],[-4397,-50003],[-12082,-50700],[-12698,-50204],[-7440,-49795],[-7738,-50245],[-8354,-50478],[-6701,-49674],[-6654,-49179],[-8059,-49187],[-10729,-50746],[-10435,-50785],[-10193,-49523],[-11456,-50410],[-8962,-50416],[-9174,-50952],[-3546,-52303],[-3653,-51182],[-6960,-51968],[-5509,-52470],[-5194,-51772],[-4404,-52076],[-4128,-54625],[-4248,-52551],[-5301,-53269],[-5252,-53016],[-12316,-62276],[-12424,-59404],[-12508,-62070],[-12585,-62232],[-12425,-61333],[-10733,-62181],[-9732,-55125],[-9742,-56499],[-8892,-56893],[-9375,-56960],[-9997,-53514],[-11677,-54841],[-12683,-51449],[-11675,-52363],[-11787,-51439],[-11456,-51859],[-11581,-51918],[-10439,-52024],[-9889,-52424],[-11364,-52614],[-11072,-52417],[-10692,-52150],[-6808,-51297],[-5353,-51956],[-6940,-51504],[-10641,-51150],[-9547,-51277],[-11530,-54027],[-11963,-52981],[-11636,-53883],[-12756,-55394],[-10527,-55312],[-10911,-55136],[-9973,-54818],[-10646,-54654],[-10391,-54202],[-10175,-53601],[-12462,-57702],[-12126,-57585],[-12735,-56420],[-12559,-55670],[-9066,-55521],[-9235,-55609],[-5266,-59493],[-5018,-58880],[-5420,-59428],[-5547,-59646],[-5167,-60363],[-3313,-60813],[-3658,-60084],[-3558,-61037],[-3010,-57731],[-2619,-57902],[-4683,-59798],[-4410,-59603],[-3774,-59342],[-4112,-61098],[-8886,-62262],[-9105,-62382],[-8697,-62329],[-2662,-62801],[-10448,-62874],[-9970,-62676],[-8470,-63474],[-9044,-63465],[-8396,-63222],[-5120,-55160],[-4901,-55425],[-11604,-58739],[-11724,-57151],[-4621,-58062],[-6600,-53229],[-7418,-53708],[-8155,-53091],[-5966,-56183],[-5253,-59382],[-4708,-56524],[-8020,-62445],[-6500,-61962],[-3354,-61649],[-9657,-58440],[-8041,-60430],[-7573,-58206],[-3051,-63763],[-3439,-63061],[-3414,-75901],[-3580,-75163],[-3340,-75729],[-4523,-75501],[-5053,-74927],[-5289,-75856],[-11809,-67441],[-11215,-67489],[-11186,-67756],[-7570,-69115],[-9800,-69086],[-9974,-69195],[-6515,-70456],[-8706,-74154],[-10272,-75094],[-9851,-74893],[-8323,-74918],[-8036,-74556],[-8225,-75071],[-8981,-75236],[-9617,-74758],[-11536,-69656],[-5165,-66657],[-4273,-67251],[-4758,-66349],[-5534,-66238],[-6218,-66140],[-9651,-64985],[-9260,-64463],[-9908,-64206],[-7768,-65373],[-8371,-66211],[-10608,-65196],[-10256,-65069],[-11249,-64407],[-7470,-67703],[-7847,-67613],[-6876,-67679],[-5000,-68333],[-5844,-67438],[-5447,-67622],[-265,-63916],[-884,-64236],[-10003,-63804],[-8121,-64494],[-164,-72579],[-3455,-69879],[-3250,-69721],[-3653,-69568],[-2380,-70965],[-1636,-70715],[-4280,-71832],[-4305,-72247],[-2933,-73463],[-1365,-76208],[-2566,-75540],[-4246,-74009],[-10980,-75353],[-9822,-75868],[-5856,-71495],[-5340,-71122],[-5657,-72346],[-8691,-69478],[-8324,-70918],[-9335,-71257],[-12749,-75531],[-12599,-72667],[-11835,-72986],[-10575,-73444],[-1834,-64567],[-4344,-64585],[-942,-69460],[-2656,-69776],[-1876,-68354],[-30,-70556],[-1886,-83659],[-221,-84656],[-604,-83774],[-283,-83997],[-1093,-82465],[-1092,-83110],[-1266,-83244],[-1169,-83553],[-2075,-79869],[-1824,-80559],[-2216,-81065],[-2211,-82391],[-2162,-81431],[-3467,-81943],[-4430,-82351],[-4746,-81919],[-5156,-83313],[-6013,-83444],[-5518,-83298],[-6494,-85193],[-5678,-85685],[-5515,-85683],[-5660,-87507],[-5029,-88202],[-21,-83985],[-3835,-80247],[-2573,-81451],[-3254,-81527],[-1447,-79021],[-2637,-78069],[-2063,-77014],[-1256,-78065],[-726,-78290],[-1011,-77454],[-1018,-79028],[-221,-78865],[-574,-80185],[-5726,-88871],[-6436,-88472],[-5493,-89310],[-3626,-84925],[-3114,-84480],[-2610,-83791],[-4510,-85447],[-9161,-76804],[-8476,-76954],[-2752,-78752],[-3892,-77533],[-4049,-78458],[-8016,-89298],[-2155,-88001],[-449,-85649],[-2537,-88822],[-1589,-88701],[-5569,-93303],[-4188,-90576],[-4036,-90700],[-6931,-91359],[-5784,-89819],[-6775,-92480],[-6802,-91865],[-8180,-91390],[-7984,-97123],[-9350,-97113],[-7848,-96008],[-7511,-95772],[-12464,-96776],[-10301,-97286],[-9817,-98049],[-9456,-96953],[-8189,-96726],[-8838,-96738],[-7290,-91008],[-8635,-92839],[-7662,-92119],[-8206,-93140],[-7043,-90325],[-8108,-89879],[-9124,-96185],[-9622,-95736],[-9473,-95829],[-8313,-95792],[-7796,-95842],[-7874,-96071],[-7870,-98109],[-859,-97409],[-12090,-99329],[-11098,-98373],[-9282,-98769],[-9449,-99079],[-4924,-101524],[-6181,-99621],[-6455,-99729],[-3568,-95394],[-5008,-96540],[-2781,-95977],[-5191,-94313],[-4839,-94694],[-1991,-91715],[-3618,-98331],[-4466,-98776],[-1848,-98042],[-415,-101638],[-1811,-101675],[-2859,-112874],[-3409,-113358],[-3607,-108639],[-1923,-112813],[-2214,-112544],[-3033,-113477],[-210,-112968],[-341,-111603],[-7051,-113443],[-5864,-114334],[-7355,-113529],[-7971,-109422],[-7948,-109873],[-7729,-110473],[-8933,-108628],[-8647,-108656],[-8970,-109295],[-9697,-107504],[-12551,-113563],[-12187,-113330],[-6940,-111185],[-7478,-111758],[-7370,-110289],[-7190,-110325],[-7783,-111475],[-10845,-107730],[-10186,-107567],[-9640,-108814],[-6880,-110258],[-6835,-105212],[-7736,-102921],[-5728,-104025],[-7306,-104033],[-8206,-102817],[-11927,-106701],[-11127,-107467],[-10418,-102703],[-11136,-102402],[-11649,-103802],[-6271,-110934],[-5836,-112595],[-5824,-107062],[-7877,-108482],[-6667,-107615],[-4154,-111949],[-2755,-110340],[-2687,-109136],[-4133,-102950],[-4125,-103522],[-589,-103303],[-738,-102533],[-1134,-107336],[-2169,-104012],[-4682,-104945],[-250552,-293867],[-254097,-290570],[-251679,-290821],[-255568,-290360],[-245529,-306350],[-244385,-305923],[-253529,-296128],[-246842,-300729],[-253409,-294265],[-255382,-295753],[-250161,-303697],[-252088,-301594],[-247222,-304104],[-247027,-296595],[-250412,-305832],[-253218,-306994],[-251528,-300786],[-251912,-305699],[-253200,-300376],[-253389,-301369],[-254072,-299569],[-249176,-299962],[-253866,-299944],[-250217,-299742],[-255534,-315020],[-249495,-308950],[-250924,-310206],[-252565,-310276],[-252358,-309289],[-249366,-308366],[-252520,-308310],[-244012,-307355],[-243238,-307698],[-251676,-315826],[-254082,-318287],[-250401,-318441],[-250477,-318176],[-250157,-318563],[-249731,-317338],[-255983,-324582],[-255401,-328780],[-246096,-322039],[-243859,-320886],[-245745,-322656],[-246375,-326391],[-246703,-330292],[-246591,-327853],[-252307,-322150],[-248991,-330966],[-244293,-325524],[-251269,-326400],[-251350,-323362],[-255644,-323659],[-250220,-329284],[-244931,-330473],[-245513,-321049],[-243254,-323894],[-243633,-331198],[-252522,-329796],[-246356,-331888],[-245850,-332287],[-247388,-332333],[-247979,-330263],[-249685,-330490],[-248146,-329775],[-249210,-329918],[-244889,-331346],[-245698,-328817],[-245376,-329908],[-245472,-328568],[-244940,-329150],[-251868,-330111],[-250193,-330076],[-251454,-329588],[-251990,-329696],[-252610,-330041],[-253313,-331757],[-252969,-336359],[-251886,-332834],[-255277,-336284],[-253911,-336277],[-251217,-335487],[-248881,-336393],[-250770,-335895],[-253910,-333648],[-251021,-338664],[-255581,-337013],[-254306,-334010],[-254037,-337281],[-252770,-338592],[-247582,-334690],[-253920,-333044],[-248804,-338462],[-254873,-333763],[-250740,-335252],[-249139,-338521],[-250608,-334989],[-250630,-338728],[-250285,-338514],[-252555,-338200],[-246398,-337004],[-244138,-337627],[-246497,-337304],[-250732,-337641],[-245775,-338372],[-247034,-337173],[-244796,-337978],[-248070,-335284],[-246725,-336711],[-247983,-335041],[-250661,-336904],[-251432,-338584],[-244391,-335769],[-246044,-334821],[-244465,-335793],[-243752,-334902],[-243289,-336047],[-243417,-334285],[-246172,-333564],[-253584,-338653],[-253974,-338896],[-259917,-288251],[-259377,-291586],[-257954,-288807],[-265362,-292181],[-262444,-285650],[-259018,-302098],[-258984,-296847],[-265144,-301076],[-260157,-304183],[-258060,-298703],[-256720,-294871],[-263735,-294700],[-259108,-300146],[-260657,-300788],[-258559,-301393],[-260349,-295936],[-256334,-299708],[-264048,-297694],[-259772,-302242],[-258279,-309386],[-258410,-309896],[-261603,-307816],[-259762,-310154],[-262123,-307876],[-256863,-310862],[-263669,-307213],[-257584,-313294],[-256208,-316248],[-256253,-318681],[-260658,-314899],[-256789,-319509],[-262256,-310870],[-259228,-322850],[-258634,-321790],[-256824,-321246],[-257120,-329513],[-256457,-333967],[-273840,-347541],[-275807,-350226],[-271839,-348607],[-270719,-345549],[-271608,-347006],[-273087,-349478],[-271274,-346235],[-276535,-350368],[-272883,-347464],[-280323,-496710],[-294310,-244043],[-291821,-370735],[-292160,-369556],[-292888,-369321],[-287146,-375330],[-285807,-376436],[-287016,-375155],[-286034,-375615],[-292604,-371289],[-287076,-375938],[-286712,-376155],[-294573,-242591],[-294685,-242455],[-295601,-243061],[-295477,-243681],[-294988,-369292],[-295517,-368832],[-305586,-370613],[-305556,-370452],[-303176,-374685],[-304566,-374403],[-305259,-374706],[-306482,-373634],[-306174,-374343],[-296763,-379866],[-297458,-379057],[-302321,-373225],[-302596,-373030],[-315456,-243836],[-315864,-243743],[-317911,-244173],[-317695,-244603],[-318613,-244349],[-319010,-244158],[-313193,-372256],[-316707,-375530],[-316715,-374591],[-316182,-375080],[-316078,-375317],[-313022,-372340],[-313513,-372227],[-319351,-372636],[-317824,-372644],[-318715,-372885],[-314033,-378538],[-314153,-377561],[-312754,-371894],[-319579,-384523],[-319260,-415843],[-319235,-414967],[-318521,-426277],[-319406,-425956],[-316256,-431313],[-316875,-431899],[-318541,-432166],[-318526,-431585],[-319882,-431406],[-318550,-430570],[-313839,-431335],[-313307,-431068],[-325803,-247322],[-325785,-247001],[-324922,-246699],[-324920,-246389],[-330172,-250180],[-327721,-248951],[-327872,-249008],[-320643,-248127],[-320655,-248224],[-330038,-250267],[-327143,-249642],[-327427,-249478],[-320028,-244704],[-320080,-244513],[-320420,-244785],[-320741,-244450],[-321945,-244665],[-322112,-244552],[-321119,-245575],[-321152,-245644],[-321720,-248779],[-321772,-248307],[-321496,-248773],[-320984,-248766],[-325091,-370646],[-328256,-367571],[-324639,-370363],[-325879,-370338],[-327811,-367754],[-322157,-379889],[-321010,-380166],[-320404,-374952],[-320329,-376219],[-321387,-374625],[-321777,-373295],[-321266,-373829],[-324695,-372072],[-323692,-375509],[-325418,-375689],[-325400,-381903],[-325541,-382541],[-332793,-379553],[-330586,-382325],[-330406,-382417],[-327330,-380196],[-326481,-379116],[-323822,-375257],[-324164,-375904],[-325574,-376089],[-325027,-376278],[-326167,-377603],[-326605,-376455],[-320601,-373456],[-320706,-373623],[-320039,-385417],[-329329,-384242],[-330005,-384104],[-332350,-384036],[-323140,-388829],[-329792,-395603],[-331331,-391150],[-330029,-391812],[-329793,-388101],[-329890,-388739],[-326622,-400555],[-326732,-400663],[-328712,-402087],[-328464,-401771],[-329261,-404684],[-329405,-404691],[-331507,-405090],[-330947,-406391],[-328109,-406642],[-329537,-407254],[-331921,-408705],[-330758,-407972],[-329733,-400475],[-329314,-400149],[-330731,-397438],[-330384,-398079],[-330206,-403772],[-329423,-403968],[-332411,-398704],[-332490,-398407],[-330680,-417515],[-330939,-418830],[-323558,-419411],[-322919,-418717],[-330121,-412814],[-329759,-411670],[-327231,-414087],[-327855,-413910],[-320514,-418801],[-320354,-419561],[-323861,-420685],[-323919,-420259],[-324189,-420186],[-325265,-420234],[-326025,-419616],[-326402,-418339],[-325573,-421835],[-320749,-425229],[-320799,-424881],[-322389,-429409],[-323057,-428573],[-320899,-429613],[-320892,-429363],[-326007,-426979],[-326479,-426263],[-332589,-425842],[-331812,-426432],[-332287,-428386],[-332654,-428017],[-331704,-431814],[-332049,-431564],[-331137,-433465],[-331054,-432369],[-330698,-432930],[-330882,-431922],[-328375,-428392],[-328816,-428507],[-327539,-427397],[-327929,-427000],[-326234,-429270],[-327477,-430155],[-322509,-428258],[-321901,-428388],[-323975,-422804],[-323897,-422252],[-326858,-422868],[-325310,-423015],[-326032,-424393],[-326587,-423168],[-328926,-423095],[-330896,-423153],[-330955,-422392],[-332379,-422662],[-332310,-422235],[-326417,-423153],[-327108,-424344],[-325909,-423357],[-325131,-428066],[-325418,-427463],[-320281,-430532],[-320759,-430185],[-325083,-435774],[-324852,-435007],[-325867,-435408],[-326748,-435615],[-328670,-440704],[-329457,-440862],[-330592,-440290],[-330631,-440113],[-332743,-440231],[-332251,-440089],[-332014,-437077],[-329761,294281],[-332679,292210],[-332172,290679],[-331881,292011],[-331497,293551],[-328727,294732],[-330782,296075],[-328027,295996],[-331645,297401],[-343628,-250696],[-343891,-250527],[-332806,-354417],[-333531,-354233],[-333050,-383389],[-333334,-378212],[-340277,-394615],[-341783,-388348],[-340630,-384951],[-338530,-388310],[-344273,-387112],[-335699,-391793],[-335235,-390374],[-333331,-403784],[-334186,-403414],[-334529,-403008],[-333519,-405739],[-336397,-400785],[-333437,-399037],[-333187,-397881],[-338593,-405267],[-337990,-406197],[-334161,-398233],[-333271,-404980],[-334051,-414841],[-334299,-414229],[-334974,-417031],[-343299,-421942],[-339318,-422090],[-338163,-420930],[-337510,-419188],[-337261,-418685],[-334830,-421290],[-333934,-421465],[-333861,-418201],[-333644,-417476],[-336056,-410420],[-335245,-410296],[-336884,-410504],[-337983,-411251],[-333952,-420881],[-333111,-421092],[-333462,-422955],[-337496,-431999],[-338259,-433108],[-339296,-428813],[-340418,-428133],[-343338,-424379],[-343720,-422439],[-333115,-436999],[-335266,-436443],[-335055,-436938],[-335924,282926],[-337584,282484],[-335821,286162],[-334953,288873],[-335560,290948],[-336356,292218],[-335163,291905],[-341272,286828],[-343508,288355],[-342795,285620],[-337586,284935],[-336695,283580],[-338876,288219],[-339693,289572],[-333462,298434],[-334432,300322],[-340515,303204],[-340931,305327],[-338636,304885],[-338250,304745],[-335897,302316],[-339935,302070],[-336001,296446],[-335106,296273],[-337121,296660],[-335179,299050],[-336652,297239],[-351476,-242157],[-351204,-242106],[-354482,-251229],[-354405,-251706],[-354594,-250820],[-354517,-250997],[-350792,-250473],[-347611,-253008],[-355519,-250035],[-355009,-249471],[-346107,-255732],[-347252,-255400],[-355151,-249827],[-345653,-246386],[-345751,-246323],[-350109,-249840],[-351496,-250587],[-347566,-251349],[-347574,-251026],[-347541,-251835],[-347790,-252457],[-349796,-249846],[-346446,-253028],[-347937,-250952],[-347874,-250694],[-351200,-250474],[-351385,-250647],[-355971,-249758],[-357199,-263065],[-357127,-262555],[-357171,-262041],[-357521,-261993],[-357637,-261999],[-357526,-262890],[-346590,-255897],[-349116,-257434],[-349036,-256996],[-351037,-256679],[-350726,-256884],[-350830,-256052],[-350854,-256214],[-356366,-265253],[-356635,-264750],[-350182,-261001],[-349861,-261594],[-357110,-264595],[-356783,-264444],[-356167,-264457],[-348731,-259864],[-349973,-259196],[-349731,-259272],[-349258,-258279],[-356371,-265137],[-357359,-263018],[-357244,-263826],[-357211,-263669],[-356822,-263468],[-356812,-262981],[-356701,-263281],[-356371,-263517],[-350106,-348463],[-353590,-354075],[-353548,-352446],[-356008,-355718],[-352040,-358046],[-348310,-351235],[-346694,-353591],[-345725,-364227],[-345778,-364652],[-357490,-366949],[-346441,-370256],[-350127,-366672],[-354398,-368308],[-350460,-358403],[-354518,-366639],[-352597,-375998],[-349588,-372591],[-349167,-374007],[-346766,-383206],[-351627,-373658],[-347567,-376441],[-354637,-371545],[-356248,-377198],[-352293,-382562],[-352567,-376279],[-357311,-378622],[-348109,-380990],[-356910,-391444],[-352922,-392857],[-348820,-389155],[-346262,-385646],[-352317,-393358],[-354832,-394105],[-353175,-403343],[-349576,-408008],[-354447,-399329],[-353084,-396665],[-349335,-403693],[-353260,-406631],[-351006,-405828],[-358097,-406566],[-356824,-402134],[-349550,-398467],[-345814,-399713],[-353281,-409159],[-345709,-405194],[-356723,-407419],[-349495,-411557],[-354044,-413000],[-357663,281705],[-358365,280886],[-358030,294090],[-355719,282437],[-354505,290048],[-354037,292755],[-355736,288406],[-357794,290447],[-357269,292851],[-357843,294643],[-364686,-236937],[-364847,-236887],[-364184,-239098],[-364883,-236069],[-364850,-236073],[-364169,-239056],[-365350,-236597],[-365370,-236642],[-364385,-235860],[-364102,-235690],[-363657,-238469],[-363391,-236054],[-363456,-235823],[-362447,-235692],[-362347,-235780],[-362074,-236267],[-362094,-236481],[-362359,-237093],[-362053,-238368],[-361895,-238217],[-362631,-237400],[-362154,-237369],[-368765,-235194],[-368609,-235348],[-368408,-235746],[-368574,-235412],[-367769,-235400],[-367962,-235610],[-368170,-236157],[-368054,-235940],[-366887,-235662],[-366509,-236189],[-369848,-235736],[-369845,-235735],[-364966,-235631],[-365082,-235696],[-363681,-237558],[-363685,-237376],[-363944,-236781],[-363913,-236786],[-364456,-237981],[-364304,-238554],[-368260,-251070],[-368221,-250416],[-366895,-249508],[-365769,-246074],[-364670,-246153],[-364417,-246030],[-364991,-247377],[-367366,-249124],[-358657,-262585],[-358845,-262820],[-360741,-266541],[-360878,-266141],[-362363,-267351],[-362406,-267180],[-363929,-260330],[-364069,-260120],[-363790,-259653],[-363910,-259177],[-363556,-261586],[-362933,-261511],[-362616,-261487],[-361610,-261018],[-361933,-261101],[-361046,-262666],[-361044,-262178],[-361918,-262619],[-362107,-263036],[-365732,-262309],[-365769,-262315],[-365990,-265494],[-366061,-265090],[-370669,-349357],[-359867,-356152],[-367829,-353739],[-364769,-354816],[-364781,-361057],[-369320,-362578],[-359417,-369902],[-366244,-368308],[-369176,-368256],[-362667,-363919],[-366417,-365112],[-362993,-359360],[-365230,-363449],[-367180,-373041],[-363032,-373980],[-360208,-372809],[-361144,-374905],[-360816,-380330],[-363310,-381487],[-366125,-374209],[-362862,-395990],[-360354,-395695],[-360974,-390739],[-359694,-386849],[-360281,-389730],[-367003,-385667],[-364558,-388973],[-368572,-388438],[-359100,-385319],[-368114,-406537],[-368853,-397013],[-365949,-403488],[-361529,-404156],[-364590,-399078],[-363331,-398699],[-362037,-402533],[-362795,-408410],[-369706,-402112],[-362604,-415242],[-368460,-411087],[-363378,-412293],[-364451,-409413],[-362760,-413346],[-370143,-414270],[-366823,-414247],[-358542,-416792],[-359529,-411513],[-365751,-415268],[-359798,282278],[-361170,282760],[-360842,285950],[-369249,294281],[-371014,295312],[-370342,296026],[-370139,296559],[-371194,296595],[-369900,315570],[-369103,315401],[-370022,319453],[-371093,311057],[-368220,311049],[-370782,323717],[-370493,324061],[-369246,322141],[-368747,320749],[-367077,329421],[-367828,327384],[-370391,327797],[-365516,327595],[-365435,328945],[-362793,328164],[-362743,325948],[-364418,326199],[-361060,326446],[-359440,326381],[-358673,327388],[-360763,328757],[-361353,327377],[-363562,329494],[-363066,330053],[-371073,337893],[-369867,336371],[-369123,334056],[-369126,335650],[-366789,336645],[-365072,336017],[-366582,335555],[-25301,-126234],[-24307,-123769],[-24604,-123910],[-24444,-123811],[-25009,-125868],[-24484,-124325],[-25571,-127404],[-23454,-127254],[-24127,-127753],[-14108,-127414],[-14403,-126540],[-13440,-127077],[-13090,-126860],[-15067,-115034],[-13642,-125152],[-17966,-127583],[-21532,-127349],[-13329,-120538],[-13325,-124225],[-13224,-124157],[-13224,-123620],[-14190,-117466],[-13436,-116643],[-14337,-116023],[-13602,-115843],[-25364,-138257],[-23628,-134885],[-24646,-135227],[-24795,-139871],[-23708,-138574],[-23652,-138882],[-24576,-137444],[-24043,-138349],[-24964,-137435],[-24534,-136474],[-25315,-137482],[-25231,-135874],[-25575,-135409],[-25437,-133386],[-23845,-133858],[-24001,-133269],[-22892,-133802],[-23499,-131343],[-24892,-131410],[-23875,-132380],[-24318,-128385],[-25098,-128254],[-24902,-130372],[-24279,-129173],[-24596,-129814],[-21508,-140084],[-21365,-140230],[-20827,-138771],[-21365,-138358],[-21919,-138662],[-21518,-134913],[-21396,-134362],[-17024,-132150],[-17049,-131872],[-17390,-131777],[-18317,-128863],[-15048,-129240],[-13635,-129299],[-18213,-140050],[-18858,-139624],[-19261,-139288],[-18677,-139818],[-17666,-140364],[-21437,-136497],[-21120,-135580],[-17524,-138532],[-15486,-131205],[-15911,-131475],[-17070,-132374],[-15691,-131841],[-16988,-130914],[-16088,-131239],[-16801,-131371],[-15066,-133570],[-15883,-133668],[-14534,-132776],[-14023,-134694],[-13317,-133718],[-12935,-133395],[-15578,-140265],[-17639,-138919],[-17553,-140214],[-13164,-131858],[-17675,-128690],[-17168,-128134],[-20387,-130390],[-19212,-128573],[-19523,-132302],[-20503,-135330],[-18007,-138296],[-20212,-137813],[-19011,-137865],[-25594,-141384],[-24878,-142327],[-25363,-143597],[-25478,-143359],[-24021,-141887],[-25301,-142059],[-22852,-143166],[-21841,-142797],[-21417,-143281],[-21191,-140728],[-13972,-141317],[-14379,-141217],[-13713,-141449],[-16956,-143165],[-17081,-142534],[-17670,-143160],[-20204,-143878],[-20957,-143475],[-20043,-142347],[-14676,-148582],[-14285,-149311],[-17690,-146210],[-17906,-145924],[-17971,-146545],[-21425,-146256],[-23756,-146537],[-23481,-146138],[-23678,-147365],[-16135,-148334],[-15179,-148769],[-14991,-148666],[-15072,-147406],[-13033,-143978],[-13738,-148633],[-13056,-141423],[-12977,-141912],[-14022,-144770],[-14871,-144229],[-13970,-144510],[-16146,-143641],[-13961,-142897],[-15037,-142932],[-14288,-143397],[-17267,-141024],[-18173,-140817],[-18912,-140820],[-18206,-142031],[-18971,-142200],[-15853,-145671],[-15987,-145862],[-18221,-146626],[-18378,-147248],[-18362,-146859],[-20595,-146324],[-20695,-146423],[-21371,-146917],[-21363,-146784],[-21855,-146680],[-21651,-145698],[-21977,-144524],[-21742,-144150],[-22328,-144042],[-19892,-145673],[-20132,-145487],[-19812,-146303],[-12979,-142992],[-13505,-144520],[-13802,-145660],[-13620,-145811],[-13098,-146443],[-13325,-147093],[-14406,-146541],[-13812,-146799],[-16205,-144913],[-17162,-145306],[-16980,-145620],[-17633,-144427],[-19343,-144797],[-19051,-144880],[-18123,-143728],[-12805,-177286],[-14767,-177668],[-13763,-176756],[-14447,-174931],[-13908,-175654],[-12872,-50441],[-13622,-50690],[-22853,-62161],[-19125,-62123],[-22088,-60987],[-22760,-61171],[-21591,-60537],[-20753,-61261],[-25176,-61841],[-25046,-61185],[-24354,-60698],[-23271,-60370],[-24152,-61292],[-13559,-61774],[-13561,-62689],[-12951,-62968],[-17059,-60638],[-16600,-60234],[-16403,-60621],[-15423,-60304],[-15161,-61731],[-14428,-62323],[-14647,-61078],[-14837,-61227],[-14049,-61242],[-14795,-59679],[-13541,-59655],[-14999,-60240],[-13024,-60492],[-14703,-55312],[-14057,-55244],[-13963,-55605],[-14218,-56317],[-13516,-52863],[-12926,-54829],[-13451,-53968],[-13789,-53989],[-13158,-51619],[-13817,-51746],[-13924,-52814],[-15141,-53347],[-14910,-52961],[-14847,-54074],[-16672,-56298],[-15710,-54974],[-16089,-55731],[-18693,-55940],[-18457,-55495],[-20943,-57157],[-21186,-57344],[-22015,-57878],[-21533,-57929],[-22449,-57101],[-21220,-58686],[-19786,-58240],[-21001,-59028],[-17820,-59632],[-19215,-59426],[-18776,-60196],[-15713,-58628],[-18580,-56420],[-19003,-57076],[-17355,-56834],[-17021,-57173],[-15290,-56545],[-15657,-56386],[-13688,-57134],[-14156,-56959],[-13631,-58756],[-13840,-58349],[-13453,-58556],[-16759,-57505],[-15766,-58426],[-16357,-57869],[-17125,-58443],[-15922,-59127],[-16478,-59168],[-18199,-57681],[-18270,-58496],[-19042,-58228],[-16842,-55647],[-16564,-54522],[-15853,-55551],[-18469,-54245],[-17738,-54632],[-18558,-54456],[-19523,-56533],[-20962,-57038],[-19900,-56542],[-12921,-56626],[-20530,-62708],[-22048,-63763],[-21481,-61786],[-15044,-63828],[-25420,-69868],[-25023,-69089],[-16916,-67418],[-17092,-66945],[-22398,-72822],[-22738,-73336],[-24304,-73314],[-24864,-73699],[-24486,-74614],[-24406,-74465],[-20716,-73806],[-22016,-73960],[-21319,-73704],[-16956,-67736],[-20956,-65805],[-24308,-72033],[-24807,-70039],[-24543,-66133],[-14439,-74340],[-14661,-75843],[-15846,-66581],[-15220,-66047],[-15443,-66801],[-15487,-66259],[-17437,-65321],[-16671,-64753],[-23828,-64016],[-22477,-64200],[-23625,-65029],[-22728,-68306],[-21756,-68390],[-18216,-67652],[-17716,-70858],[-21133,-70575],[-20284,-69297],[-19920,-72409],[-13630,-69468],[-12954,-69439],[-13842,-70158],[-17268,-80215],[-20887,-83619],[-20729,-82733],[-21245,-83931],[-19933,-83847],[-20235,-84954],[-16640,-84302],[-16945,-84598],[-13856,-81674],[-14211,-80594],[-14674,-80584],[-16868,-79294],[-17195,-78820],[-18703,-80041],[-18831,-80184],[-19249,-80149],[-20277,-81764],[-17726,-84477],[-18139,-84910],[-18434,-85438],[-14617,-81157],[-14376,-83957],[-15348,-83192],[-12945,-96670],[-13354,-96858],[-14896,-98693],[-17578,-97198],[-15156,-96203],[-14827,-97494],[-18493,-98250],[-17414,-97236],[-17931,-98229],[-18595,-97466],[-18558,-97133],[-23942,-96727],[-23348,-96965],[-23443,-96716],[-23204,-97017],[-18823,-99494],[-22941,-98244],[-23498,-98730],[-23574,-100334],[-24189,-97778],[-24564,-98022],[-24692,-97665],[-20243,-93361],[-25290,-92791],[-24703,-101048],[-24208,-95400],[-24994,-96212],[-25044,-96677],[-25518,-94414],[-25349,-89842],[-24924,-99575],[-25145,-99187],[-24383,-99853],[-15336,-97728],[-23571,-93385],[-21197,-92867],[-24871,-94697],[-22282,-101987],[-24891,-101927],[-23322,-89875],[-22872,-92638],[-21170,-89946],[-20636,-96091],[-19888,-94424],[-20770,-94003],[-20691,-100550],[-21613,-99995],[-19143,-100613],[-14365,-101352],[-13718,-100913],[-13464,-98761],[-15821,-105811],[-17384,-110427],[-17112,-110629],[-18027,-111309],[-13504,-111745],[-13492,-112615],[-14092,-111243],[-13073,-113825],[-22850,-105969],[-23361,-105744],[-16550,-110669],[-15310,-110526],[-15115,-110184],[-15608,-110506],[-19367,-109408],[-18336,-110458],[-18598,-110108],[-19198,-110954],[-25252,-114680],[-25326,-113410],[-25470,-114590],[-24971,-111376],[-24795,-111786],[-24950,-111862],[-25384,-107848],[-25235,-107578],[-23194,-108942],[-23422,-110647],[-23324,-109668],[-19881,-111512],[-20566,-112069],[-21932,-110457],[-20608,-111096],[-20444,-111107],[-21462,-111091],[-22366,-109326],[-22139,-109044],[-24089,-114555],[-24541,-114977],[-15367,-114064],[-17174,-113956],[-17220,-114053],[-18279,-113379],[-19029,-113872],[-20150,-114591],[-15370,-112349],[-16042,-111289],[-15867,-111867],[-18474,-113301],[-25332,-109768],[-24246,-108403],[-24331,-108976],[-24990,-109902],[-21181,-113679],[-22014,-111263],[-23332,-111727],[-18257,-108546],[-18095,-109497],[-18666,-108434],[-20049,-102784],[-16091,-103062],[-17605,-102845],[-14519,-108065],[-14089,-106888],[-21056,-106266],[-21917,-108410],[-20932,-109126],[-16422,-106880],[-18118,-103516],[-16671,-107144],[-15980,-114863],[-16956,-114656],[-382216,-211820],[-382317,-211446],[-382503,-211943],[-382963,-212602],[-383615,-212611],[-383257,-212054],[-383207,-212285],[-383236,-212639],[-380382,-341528],[-374440,-337643],[-380283,-354662],[-382112,-357154],[-376592,-356511],[-374879,-355152],[-376808,-356815],[-378951,-357955],[-377737,-351323],[-373458,-369150],[-381052,-361012],[-375758,-367071],[-383166,-358696],[-380787,-366414],[-371384,-358283],[-374281,-361979],[-381073,-370730],[-371218,-379418],[-377661,-376794],[-382325,-382573],[-378953,-374333],[-380358,-383542],[-374776,-378572],[-374339,-378476],[-379522,-378685],[-380651,-378278],[-374729,-375200],[-372187,-381135],[-380004,-378275],[-379757,-394768],[-374879,-391481],[-373107,-395533],[-381223,-386842],[-375919,-390048],[-374158,-403338],[-375426,-406343],[-380727,-402490],[-383528,-398329],[-380208,-401257],[-377321,-409806],[-374794,-410927],[-380595,-410799],[-373874,292111],[-373901,294901],[-375567,294727],[-376052,294868],[-379635,298473],[-379227,300120],[-380922,300375],[-381840,300075],[-382640,297842],[-381567,299924],[-381315,298874],[-380881,298029],[-383681,298888],[-381626,306685],[-373767,306988],[-373861,306435],[-375653,306429],[-380235,308632],[-381427,308168],[-381708,310003],[-379726,310758],[-379324,311152],[-381991,312062],[-381902,310905],[-380972,313005],[-380176,315480],[-380253,316092],[-381790,315760],[-383222,316838],[-378809,317732],[-378136,315575],[-377052,315016],[-377042,316667],[-378346,318924],[-380639,318544],[-380784,316877],[-375375,319135],[-376493,319784],[-377433,319142],[-373642,311977],[-371560,312488],[-376940,307723],[-373605,308244],[-371860,311523],[-372288,309975],[-379120,320351],[-378091,321984],[-377554,324030],[-378945,323027],[-376682,324116],[-372462,320402],[-375052,320474],[-377319,320903],[-373790,321727],[-374847,323241],[-377775,327241],[-379873,325921],[-378714,324792],[-372988,340543],[-374093,340008],[-373450,338200],[-372162,337365],[-372190,335752],[-394039,-202483],[-394399,-202741],[-393743,-202098],[-394178,-202120],[-395132,-203734],[-395206,-203789],[-394480,-203237],[-394972,-202783],[-393708,-212381],[-393928,-211934],[-393914,-212411],[-394110,-212822],[-392388,-212487],[-392492,-212398],[-391871,-213956],[-391958,-213923],[-391746,-214191],[-392127,-214290],[-391894,-215014],[-391550,-214994],[-392283,-215346],[-392062,-215286],[-391544,-215974],[-391685,-215929],[-390715,-218286],[-391116,-217802],[-389554,-219580],[-389170,-219344],[-389811,-220527],[-389728,-220794],[-394976,-356278],[-386364,-350822],[-385013,-360693],[-394827,-358894],[-388614,-360319],[-391063,-358738],[-396730,-365455],[-390939,-368601],[-390896,-366795],[-389119,-368837],[-389292,-365762],[-391981,-365015],[-387516,-362808],[-387525,-373872],[-390080,-376423],[-384599,-380525],[-384948,-375911],[-395381,-374528],[-386347,-384697],[-387579,-391415],[-396620,-387001],[-387230,-394647],[-388084,-394716],[-395935,-384936],[-392508,-395690],[-390056,-388265],[-391398,-395165],[-390670,-387750],[-388134,-384998],[-388231,-384815],[-385169,-405287],[-390719,-404646],[-392568,-400250],[-396413,-400545],[-393342,-402818],[-385390,-399981],[-389585,-398989],[-387771,-397738],[-388968,-396915],[-395450,-471735],[-395640,-479800],[-395185,-473499],[-384548,300485],[-384330,301364],[-386263,300413],[-386729,300868],[-386341,299846],[-386315,297987],[-384640,297151],[-386323,317940],[-385492,316590],[-386565,317023],[-385377,315387],[-384989,314610],[-384461,317433],[-386778,318868],[-386342,319513],[-397818,-355262],[-399257,-354367],[-406939,-352796],[-403032,-351506],[-405036,-357378],[-397371,-357902],[-404844,-355864],[-399588,-351916],[-402354,-352280],[-401358,-357192],[-405068,-352169],[-397640,-369081],[-399017,-370530],[-401474,-361385],[-403834,-369150],[-400479,-369838],[-397754,-362957],[-398441,-375796],[-409167,-382617],[-402670,-377302],[-398926,-381249],[-398812,-377357],[-399581,-373179],[-406116,-388196],[-405951,-392733],[-401529,-392934],[-399196,-389061],[-401651,-396447],[-401185,-395962],[-405893,-393122],[-408800,-388081],[-404342,-384038],[-407543,-390418],[-399095,-390529],[-400331,-397378],[-408235,-472533],[-401948,-462805],[-403990,-464746],[-398551,-469140],[-401107,-472254],[-400708,-468625],[-403673,-468628],[-402816,-468781],[-404270,-470809],[-403746,-471096],[-406375,-463518],[-408291,-467747],[-404744,-469350],[-403705,-466012],[-405866,-468760],[-407613,-479497],[-405613,-477965],[-404789,-479371],[-404619,-480352],[-408191,-481705],[-397888,-473684],[-406054,-474044],[-403071,-476670],[-401339,-477306],[-398960,-479373],[-400157,-477602],[-400100,-477382],[-400326,-475492],[-397224,-477284],[-404112,-495792],[-406945,-497249],[-405083,-499322],[-421482,-267377],[-420741,-267321],[-421607,-268472],[-421937,-271667],[-421893,-271063],[-422160,-268852],[-421879,-269348],[-421289,-343587],[-416020,-352439],[-421999,-350610],[-420846,-347101],[-418434,-350719],[-416859,-349784],[-416631,-353926],[-417578,-350231],[-417978,-347458],[-420945,-352479],[-421310,-359174],[-420012,-361179],[-417437,-364153],[-416033,-362819],[-415173,-364029],[-415709,-367178],[-412663,-363908],[-420283,-359295],[-415286,-359210],[-414161,-383410],[-419176,-382196],[-416573,-379142],[-412414,-391986],[-410337,-387501],[-410257,-386580],[-420352,-385335],[-414141,-390706],[-416954,-388730],[-411833,-384476],[-410404,-383978],[-422176,-460449],[-422076,-470654],[-420319,-471928],[-420913,-466323],[-413498,-470672],[-415424,-471123],[-421676,-463226],[-415387,-465421],[-411869,-472748],[-410986,-464957],[-412685,-467458],[-413718,-483906],[-412117,-475814],[-419691,-482458],[-414551,-478892],[-414205,-481667],[-414459,-479129],[-411478,-477034],[-422378,-484388],[-417510,-483974],[-419240,-474677],[-411637,-479912],[-411779,-484896],[-418604,-491199],[-416639,-491274],[-415857,-486374],[-412934,-496587],[-412655,-488414],[-410301,-499500],[-421056,-499621],[-415005,-508081],[-415126,-508170],[-415287,-508889],[-416883,-509362],[-418038,-509437],[-418877,-508829],[-419033,-508729],[-418996,-508993],[-419285,-508816],[-420246,-509766],[-421240,-509176],[-421821,-508814],[-422082,-508727],[-422185,-510322],[-410407,-513761],[-411779,-513000],[-411945,-513751],[-413746,-528809],[-413882,-528720],[-412823,-527262],[-414030,-530103],[-413383,-531298],[-412984,-532189],[-412996,-532627],[-414220,-531626],[-413491,-533159],[-413205,-533614],[-413273,-533861],[-414475,-533542],[-416346,-536753],[-416308,-536992],[-415341,-537241],[-413673,-534551],[-414808,-534316],[-415056,-534411],[-413852,-534948],[-413529,-534829],[-413387,-535397],[-413260,-535531],[-414139,-534981],[-414672,-536167],[-414557,-536311],[-415781,-535877],[-415845,-536374],[-415428,-537183],[-414963,-536706],[-414929,-537140],[-414177,-536411],[-414087,-536609],[-412715,-534866],[-414391,-532833],[-414564,-532774],[-414259,-532133],[-413367,-532427],[-414031,-531372],[-414548,-531381],[-413812,-529442],[-413571,-527972],[-413437,-527181],[-413587,-527041],[-413341,-525771],[-412653,-525003],[-414673,-537871],[-414856,-538054],[-414589,-538642],[-415719,-538669],[-415434,-537621],[-428743,-260306],[-422708,-268097],[-428491,-261931],[-427106,-268384],[-427373,-267393],[-430127,-263575],[-426605,-259631],[-427198,-260232],[-424755,-268335],[-428142,-259027],[-424268,-268033],[-425265,-267902],[-426592,-263604],[-425416,-264259],[-428568,-262079],[-424232,-264389],[-425846,-266286],[-425786,-265410],[-429449,-264028],[-426595,-263493],[-425485,-263208],[-424915,-262850],[-427562,-260114],[-423031,-263580],[-422675,-260663],[-424017,-260766],[-422912,-261553],[-424445,-261989],[-424765,-262251],[-423280,-260517],[-428167,-258328],[-428366,-259657],[-429184,-263754],[-426452,-260551],[-426406,-258282],[-428671,-259331],[-424812,-274546],[-427274,-270263],[-426071,-274464],[-428927,-278015],[-423795,-273826],[-426613,-268931],[-428004,-281275],[-427619,-270073],[-423300,-274487],[-427806,-278593],[-429200,-278096],[-427802,-278598],[-427967,-275325],[-426646,-276877],[-428810,-278396],[-425911,-279129],[-427454,-275136],[-428723,-280775],[-424553,-269934],[-424028,-270154],[-422680,-268622],[-423864,-268687],[-424342,-273106],[-423870,-269570],[-425668,-269387],[-424176,-273201],[-434059,-325972],[-428805,-324554],[-434022,-327515],[-432705,-321904],[-432161,-321071],[-429685,-346631],[-428106,-355414],[-424176,-357400],[-427092,-356824],[-431479,-346896],[-432658,-354242],[-423708,-347962],[-425927,-350854],[-431461,-349162],[-429179,-352679],[-422912,-352705],[-430296,-359355],[-433871,-359248],[-433686,-368314],[-426205,-457640],[-428514,-458390],[-432336,-459149],[-430908,-471970],[-433851,-460635],[-426962,-461400],[-431238,-468126],[-426070,-468061],[-425056,-467594],[-426705,-471740],[-431766,-469955],[-431427,-462643],[-426563,-482037],[-427369,-476095],[-429270,-477813],[-431422,-477918],[-431322,-476454],[-426348,-489745],[-432994,-486921],[-425120,-497234],[-427612,-498212],[-430522,-497635],[-425894,-498537],[-431046,-495131],[-432318,-501091],[-434594,-505480],[-434820,-505880],[-425058,-499326],[-424675,-499323],[-425477,-499003],[-433334,-511680],[-434651,-511270],[-422597,-509521],[-423467,-509721],[-423612,-510761],[-422871,-510500],[-424242,-510567],[-433073,-513725],[-433692,-514082],[-431533,-514156],[-431385,-514085],[-431380,-513311],[-434384,-512205],[-433422,-514041],[-432814,-512531],[-427729,-515159],[-428927,-515097],[-428430,-516923],[-427298,-517580],[-427057,-517855],[-427036,-516259],[-428996,-517369],[-429284,-517558],[-427812,-519623],[-428833,-549221],[-424100,-546725],[-423124,-547130],[-423112,-546910],[-424470,-545714],[-424262,-545574],[-424281,-544656],[-424691,-547656],[-426861,-548794],[-425254,-547323],[-428677,-547990],[-447257,-316234],[-446226,-341728],[-440554,-341784],[-441935,-352494],[-441484,-354444],[-436001,-366413],[-446484,-367851],[-446671,-370206],[-445728,-381514],[-437023,-377477],[-437459,-373573],[-446521,-382147],[-439167,-455872],[-437980,-449852],[-439850,-453854],[-437627,-448452],[-444977,-453432],[-441478,-452156],[-437793,-473344],[-435414,-463949],[-441021,-469754],[-446023,-465576],[-440528,-461458],[-435922,-468155],[-444146,-472071],[-446561,-468141],[-436742,-478270],[-437818,-480392],[-440757,-480913],[-444653,-477863],[-447511,-480327],[-436248,-494670],[-440208,-497956],[-436591,-497643],[-446969,-494061],[-439880,-495809],[-441865,-497216],[-443867,-495042],[-445338,-494861],[-435303,-502275],[-436643,-502290],[-446453,-519940],[-446690,-519596],[-446478,-519267],[-445742,-519634],[-445288,-519126],[-445230,-521126],[-445518,-521274],[-444360,-521644],[-445052,-521772],[-445272,-522155],[-445354,-522302],[-441448,-516531],[-441120,-516777],[-441032,-516605],[-446625,-513000],[-446540,-513349],[-446148,-513785],[-445391,-513848],[-445209,-513774],[-445462,-513101],[-445103,-512277],[-445614,-512410],[-446763,-512261],[-446986,-512807],[-447591,-513327],[-436775,-518467],[-437212,-517747],[-437456,-517403],[-437506,-517635],[-441872,-542695],[-440729,-542190],[-440245,-542631],[-441543,-543296],[-442187,-544068],[-450657,-317938],[-450703,-315446],[-451251,-315069],[-453596,-312927],[-460455,-332044],[-459233,-324343],[-449137,-340671],[-456380,-342489],[-458893,-334226],[-460285,-343681],[-453806,-338210],[-456440,-336354],[-458078,-336463],[-449046,-368388],[-457864,-367086],[-455404,-371576],[-450884,-382978],[-454646,-373037],[-457841,-381054],[-460275,-384919],[-454569,-446201],[-450428,-444519],[-453699,-442354],[-454616,-441826],[-460475,-442504],[-456170,-441720],[-459419,-443041],[-460118,-438177],[-450744,-449217],[-450222,-453553],[-448634,-448957],[-451514,-448352],[-456726,-454744],[-450864,-451893],[-454011,-449955],[-450923,-462688],[-456958,-463804],[-456982,-486032],[-456358,-475413],[-459364,-473858],[-450641,-484650],[-460427,-475165],[-454580,-483628],[-452940,-479358],[-454883,-474884],[-453432,-479069],[-450417,-482484],[-452775,-478192],[-449495,-486943],[-451335,-506529],[-448494,-503004],[-458847,-500903],[-458649,-502609],[-458396,-501942],[-452132,-504928],[-451989,-506741],[-453195,-510622],[-452690,-510215],[-458435,-519710],[-460692,-522523],[-460366,-522409],[-460494,-522176],[-460582,-522952],[-460776,-524519],[-460471,-524470],[-460569,-524079],[-460770,-524062],[-459498,-517701],[-459797,-518515],[-458623,-518351],[-458594,-519613],[-459715,-519279],[-459636,-520440],[-459994,-520929],[-459745,-520785],[-457129,-516654],[-456072,-516142],[-456633,-518719],[-456349,-518366],[-455922,-518119],[-456305,-516167],[-457160,-515900],[-457620,-516451],[-456831,-516731],[-459020,-519183],[-458523,-518696],[-459570,-518758],[-459998,-520514],[-459379,-521260],[-457033,-522017],[-456966,-522387],[-457191,-523120],[-456664,-523144],[-456978,-523514],[-456114,-523944],[-455574,-524104],[-455794,-523774],[-455061,-521917],[-454732,-523398],[-455389,-521577],[-454586,-520932],[-454763,-520341],[-453890,-520138],[-454367,-519774],[-454383,-520057],[-455209,-519825],[-455792,-519772],[-455838,-519965],[-456297,-519323],[-456576,-520043],[-456915,-518869],[-456425,-519857],[-456224,-520091],[-456321,-518638],[-452967,-518559],[-452166,-518969],[-451940,-518722],[-451615,-518356],[-451654,-518183],[-451451,-517896],[-451548,-520223],[-450778,-521104],[-450897,-520276],[-449523,-518127],[-450894,-518402],[-449485,-521685],[-450193,-512979],[-450025,-513147],[-448568,-512049],[-452674,-511938],[-453877,-512694],[-453621,-512354],[-453526,-512530],[-459833,-537321],[-460449,-538546],[-459517,-538404],[-458857,-538635],[-459354,-537659],[-459150,-537490],[-459864,-537490],[-450509,-540357],[-450561,-541083],[-450181,-540384],[-472633,-160653],[-471814,-160328],[-473206,-165677],[-473251,-166321],[-472991,-166530],[-472172,-167030],[-472067,-168211],[-471914,-167428],[-472184,-169073],[-472562,-170947],[-472835,-170321],[-470788,-166640],[-470424,-168507],[-470961,-167404],[-471434,-167445],[-468287,-169091],[-466946,-168371],[-470506,-166812],[-468699,-317060],[-461392,-309630],[-464586,-310316],[-467273,-311729],[-464375,-312173],[-462523,-312581],[-464305,-314008],[-465046,-316003],[-466711,-317553],[-465631,-317859],[-466433,-331190],[-464912,-328700],[-461164,-326964],[-464678,-320805],[-467418,-320072],[-467763,-319851],[-469752,-321138],[-473450,-327386],[-472219,-329892],[-471976,-341279],[-467868,-345047],[-468053,-338322],[-472559,-343922],[-467128,-337628],[-471329,-340284],[-471539,-338260],[-462699,-343749],[-461772,-341281],[-463822,-341138],[-465923,-334677],[-465368,-357145],[-466919,-345988],[-472663,-351152],[-464256,-346121],[-471982,-366670],[-461319,-363101],[-462974,-359523],[-464611,-360271],[-461833,-362945],[-470103,-367908],[-463500,-380306],[-464611,-441033],[-464892,-447622],[-470692,-454928],[-472754,-459166],[-464125,-459616],[-462539,-464551],[-463387,-462664],[-467206,-468802],[-468651,-462654],[-464518,-470356],[-464528,-463802],[-464059,-470995],[-472136,-474077],[-467870,-482821],[-464764,-482580],[-463216,-478214],[-465275,-476657],[-466939,-498308],[-467566,-498801],[-468374,-493226],[-468504,-493806],[-469276,-493595],[-472318,-494961],[-471525,-494235],[-472286,-495126],[-471308,-489566],[-470835,-491752],[-472915,-491544],[-468250,-508107],[-468460,-508774],[-468717,-509545],[-468317,-509445],[-465813,-509899],[-465250,-509563],[-465382,-508609],[-466669,-507617],[-466364,-511090],[-466527,-510961],[-465379,-510332],[-464847,-511249],[-464630,-511402],[-464541,-511288],[-465327,-511537],[-464360,-501397],[-464671,-501807],[-465265,-500968],[-467039,-499013],[-467820,-519009],[-467044,-518466],[-468935,-521161],[-467790,-522009],[-468568,-522902],[-469083,-523049],[-469130,-523300],[-468168,-523425],[-468265,-523144],[-468267,-523682],[-468577,-523461],[-468881,-523204],[-467413,-523616],[-467727,-522778],[-466916,-522101],[-469961,-515941],[-471186,-513358],[-463992,-512280],[-463806,-512220],[-465504,-513207],[-465610,-513578],[-464428,-513411],[-463459,-513814],[-463184,-514306],[-462896,-514415],[-463564,-513353],[-463747,-513317],[-463399,-514375],[-463935,-515510],[-463498,-516510],[-463691,-516719],[-463609,-515792],[-464537,-516971],[-465038,-516785],[-463352,-519244],[-463444,-519380],[-462332,-516632],[-462088,-516876],[-461970,-516806],[-463227,-519401],[-461691,-519748],[-461908,-521645],[-462259,-521866],[-461119,-523504],[-462318,-522521],[-463018,-522271],[-462324,-522833],[-462709,-522729],[-463080,-522852],[-462702,-523150],[-463009,-523149],[-461008,-523326],[-460879,-521259],[-460994,-524292],[-468593,-521826],[-468711,-521188],[-473096,-522939],[-473187,-523059],[-472702,-522518],[-461509,-530734],[-461905,-530449],[-462505,-529980],[-462790,-530070],[-463088,-530739],[-463317,-531000],[-462935,-531430],[-463021,-532195],[-462870,-529912],[-463042,-532777],[-461188,-538322],[-460976,-538558],[-462152,-539156],[-462244,-539848],[-462682,-539551],[-462949,-539456],[-463230,-540178],[-463357,-539728],[-463671,-540295],[-463938,-540588],[-462540,-540976],[-461765,-538824],[-462052,-538957],[-463092,-537817],[-463386,-537680],[-474053,-158773],[-474363,-158486],[-475609,-159538],[-475991,-159105],[-476543,-158309],[-474727,-165861],[-479212,-159154],[-479908,-159150],[-481142,-158044],[-481967,-158107],[-486271,-164782],[-485574,-164331],[-485560,-164122],[-483795,-164515],[-483569,-163492],[-482029,-164478],[-479813,-163799],[-479396,-163348],[-479291,-165429],[-477813,-165842],[-477184,-166162],[-476553,-164795],[-476109,-164188],[-475745,-164230],[-476829,-165977],[-476131,-165213],[-474984,-164572],[-474199,-165314],[-486183,-171712],[-485028,-170725],[-486225,-166941],[-485834,-166254],[-475738,-166897],[-475659,-166799],[-475540,-167287],[-475002,-166644],[-474240,-167326],[-476481,-321879],[-476444,-328960],[-477131,-344298],[-483571,-339641],[-482823,-340048],[-483642,-332759],[-475248,-348452],[-475850,-352934],[-475492,-349557],[-475933,-470990],[-476444,-493958],[-474951,-492613],[-475635,-494547],[-480620,-493650],[-480547,-493529],[-480469,-491550],[-477939,-495900],[-478769,-494154],[-478680,-494722],[-478038,-498110],[-477299,-497492],[-477631,-498974],[-483752,-493411],[-482500,-492123],[-483282,-492563],[-483669,-494318],[-483812,-493550],[-483606,-496018],[-482428,-500211],[-483767,-502181],[-483599,-501255],[-484278,-515863],[-482034,-515897],[-481600,-516043],[-482441,-518148],[-486214,-519280],[-486162,-515905],[-484192,-516544],[-481626,-515906],[-482933,-516493],[-480671,-519199],[-480467,-519777],[-480520,-520379],[-479417,-520077],[-479359,-520951],[-478147,-522307],[-478661,-522702],[-475172,-523016],[-474644,-522966],[-474331,-523448],[-474139,-523606],[-473800,-522924],[-473893,-522690],[-473647,-523774],[-474373,-523209],[-474477,-523093],[-474035,-522731],[-477628,-516780],[-478405,-516909],[-478382,-515518],[-478079,-515474],[-477788,-515364],[-477307,-514976],[-478512,-516358],[-476726,-534039],[-476693,-534652],[-478282,-534946],[-478303,-536416],[-475758,-535847],[-477963,-536696],[-477883,-536779],[-477578,-536596],[-478069,-537014],[-478282,-537288],[-478728,-536938],[-482846,-535214],[-482433,-535237],[-482375,-549988],[-479444,-549922],[-481606,-538172],[-479673,-550520],[-487800,-160886],[-488362,-161064],[-488415,-161243],[-489100,-160032],[-489993,-160620],[-490262,-160363],[-490096,-160293],[-489692,-161562],[-490651,-162624],[-491000,-161800],[-492729,-163575],[-493835,-164549],[-494975,-165441],[-494782,-165054],[-493000,-164995],[-493986,-165689],[-495858,-164662],[-496477,-165847],[-497316,-165689],[-488547,-165776],[-486672,-166528],[-494171,-166306],[-494692,-166775],[-495369,-166599],[-495583,-166825],[-496469,-166865],[-496533,-167211],[-498305,-167138],[-498636,-167070],[-497750,-167915],[-498112,-167974],[-497325,-169371],[-498852,-170700],[-488110,-166412],[-496828,-169562],[-496427,-169334],[-496650,-171067],[-495896,-171641],[-495050,-170472],[-495072,-170313],[-495140,-171981],[-493992,-170412],[-493474,-170205],[-493061,-171663],[-492393,-170312],[-491836,-169767],[-491485,-173408],[-490944,-174738],[-490292,-175772],[-490337,-171444],[-489916,-170874],[-488520,-170416],[-487817,-171120],[-487669,-170883],[-488761,-170440],[-487989,-169411],[-488645,-168981],[-487531,-171544],[-487084,-172026],[-486401,-171617],[-486601,-169373],[-488162,-169103],[-488568,-168891],[-497488,-494338],[-497558,-496220],[-488088,-496962],[-489732,-497911],[-492514,-498422],[-494518,-496419],[-494752,-496065],[-493799,-497392],[-491996,-497126],[-493167,-497102],[-492763,-496435],[-495190,-493907],[-496149,-494848],[-495268,-492733],[-496174,-492530],[-495167,-492588],[-496548,-495379],[-488558,-499052],[-490912,-499317],[-491803,-499449],[-494056,-500064],[-493434,-500920],[-493671,-501604],[-496689,-518358],[-497906,-517011],[-497643,-516714],[-496638,-517824],[-493018,-517209],[-492774,-516887],[-492344,-518281],[-494950,-518557],[-494990,-518745],[-495549,-517933],[-495858,-517820],[-495283,-518643],[-493827,-517855],[-492905,-518411],[-492615,-518281],[-491072,-517867],[-491113,-516525],[-491234,-516279],[-492870,-520142],[-490278,-516653],[-490081,-516093],[-489568,-516218],[-489367,-516076],[-491012,-546175],[-490893,-545543],[-38005,-117438],[-36048,-120888],[-36436,-120986],[-33113,-120601],[-29319,-122616],[-29664,-123981],[-30129,-123841],[-30685,-125884],[-26021,-127008],[-25656,-126403],[-37961,-126641],[-38224,-124915],[-37740,-126186],[-38050,-116469],[-36717,-115240],[-37615,-117029],[-37944,-117191],[-34708,-119589],[-34664,-120539],[-35583,-119538],[-36487,-120324],[-36365,-120584],[-34027,-117064],[-35387,-116606],[-32112,-118097],[-32195,-118239],[-32912,-118781],[-30744,-118361],[-31397,-117761],[-29879,-117526],[-30575,-118031],[-29569,-117800],[-30795,-118699],[-31118,-119159],[-31071,-120225],[-29626,-120218],[-31023,-119390],[-29495,-119497],[-29444,-119114],[-30520,-118879],[-28892,-120035],[-28250,-120304],[-27726,-119529],[-28362,-120009],[-26891,-118710],[-27323,-118623],[-27738,-118005],[-26486,-116105],[-26119,-116698],[-26935,-117291],[-27682,-116006],[-27294,-117339],[-37761,-127545],[-34423,-126624],[-34208,-127252],[-35786,-126882],[-35258,-127091],[-36583,-124757],[-36299,-124716],[-36099,-123721],[-36843,-125626],[-37770,-125094],[-37872,-125932],[-35991,-125854],[-35372,-125606],[-34911,-126374],[-33295,-126279],[-33849,-125299],[-35250,-123003],[-30332,-123203],[-30652,-122560],[-30297,-122208],[-29225,-127799],[-28572,-127063],[-29616,-127588],[-26860,-126233],[-26098,-126918],[-27575,-123224],[-27612,-123351],[-29523,-123954],[-29522,-122678],[-27186,-122990],[-26771,-121611],[-26982,-121825],[-25704,-124795],[-26567,-124801],[-26338,-124192],[-28513,-125128],[-28628,-124662],[-28565,-124884],[-32033,-125107],[-30864,-125264],[-30194,-127559],[-30103,-127702],[-26020,-127753],[-27474,-127510],[-28308,-125216],[-28777,-124474],[-28084,-125211],[-33110,-122923],[-33741,-123397],[-36849,-121996],[-37096,-122160],[-36640,-127309],[-37346,-127756],[-36458,-127004],[-34182,-127551],[-33029,-127254],[-32984,-127584],[-33646,-127624],[-31469,-127449],[-31681,-126688],[-31126,-127584],[-31765,-126235],[-32227,-125214],[-32188,-125434],[-33881,-123560],[-34718,-125422],[-34256,-125540],[-35142,-125340],[-38240,-120514],[-37777,-120989],[-38050,-119213],[-37661,-120386],[-37270,-118642],[-36369,-119326],[-37184,-118341],[-35796,-116371],[-36136,-117183],[-35971,-116753],[-31054,-119682],[-31739,-119663],[-31360,-120413],[-32600,-120123],[-32468,-119811],[-33720,-119126],[-34698,-119576],[-34718,-119171],[-34153,-120292],[-34497,-119301],[-34731,-118271],[-33682,-119017],[-34313,-117565],[-34596,-116930],[-34618,-117448],[-36684,-130423],[-37183,-131315],[-37388,-132210],[-37600,-135051],[-37613,-134929],[-36378,-134787],[-34408,-138169],[-35777,-138159],[-34544,-136629],[-32741,-139177],[-32070,-138883],[-29555,-138400],[-29773,-137664],[-31242,-135050],[-31670,-135374],[-26134,-138940],[-25838,-138624],[-28628,-138897],[-29314,-138810],[-28623,-139129],[-26535,-139917],[-28912,-139809],[-26305,-136435],[-26626,-135647],[-26045,-134821],[-25869,-134068],[-29097,-131294],[-29351,-131525],[-29862,-131391],[-29761,-130675],[-29084,-129432],[-28711,-128554],[-28132,-129177],[-27327,-132298],[-27189,-133135],[-26199,-133077],[-27583,-132600],[-27622,-132720],[-30221,-134052],[-29802,-135667],[-28841,-136296],[-28626,-137014],[-29136,-137872],[-26750,-137280],[-28191,-135399],[-27419,-134820],[-27057,-135329],[-27444,-138200],[-28602,-138064],[-28307,-139516],[-27822,-139769],[-26980,-138843],[-30359,-139838],[-30379,-139533],[-31307,-138992],[-31011,-138479],[-30828,-139514],[-32448,-136252],[-32616,-136204],[-32503,-136818],[-30305,-135725],[-30322,-137213],[-29839,-136783],[-31341,-140195],[-31421,-136260],[-31277,-137292],[-30868,-137529],[-33080,-137473],[-32953,-138884],[-34754,-135193],[-35858,-134507],[-35887,-135813],[-31234,-132205],[-32583,-131255],[-32192,-131645],[-32022,-132234],[-32483,-131159],[-32726,-131086],[-34516,-132039],[-33982,-131469],[-34940,-132394],[-34477,-132351],[-38011,-133762],[-36479,-136865],[-37651,-135679],[-36942,-136473],[-38195,-135414],[-36226,-130556],[-37549,-128001],[-37422,-128136],[-37695,-130319],[-37218,-131178],[-37818,-130209],[-34273,-128882],[-34488,-128942],[-34872,-129169],[-33229,-129516],[-34353,-130410],[-33725,-130711],[-34459,-129873],[-32349,-128142],[-32481,-128492],[-32623,-130061],[-32514,-129578],[-31200,-128345],[-27380,-130152],[-27878,-129037],[-27243,-129506],[-27366,-127975],[-28252,-128718],[-28433,-134045],[-28673,-134636],[-29484,-134931],[-34145,-138243],[-33482,-138854],[-32996,-138572],[-27710,-131075],[-27927,-131508],[-28292,-131807],[-28328,-132314],[-29151,-132083],[-26638,-133300],[-26764,-134175],[-25918,-134728],[-29315,-133370],[-29668,-133096],[-29131,-133730],[-30612,-133570],[-30384,-133491],[-31439,-132577],[-32581,-132955],[-33547,-133303],[-31918,-135054],[-32285,-134980],[-32071,-135480],[-33878,-133582],[-35017,-132864],[-35013,-133753],[-36288,-132866],[-36220,-133341],[-36552,-132709],[-36820,-132576],[-37207,-131907],[-35728,-129492],[-35471,-129136],[-37623,-128394],[-36437,-128386],[-36587,-129421],[-36571,-128413],[-34706,-128041],[-35102,-128322],[-30374,-141174],[-30043,-141306],[-29249,-142253],[-26044,-142353],[-26625,-141286],[-28674,-140877],[-28647,-141166],[-27292,-140984],[-28412,-140790],[-29812,-142698],[-28978,-142930],[-29049,-143903],[-28055,-143865],[-28218,-144022],[-28424,-144633],[-26625,-142814],[-27563,-141915],[-28114,-143119],[-27197,-143940],[-26588,-144441],[-26459,-145304],[-25827,-145548],[-26362,-144822],[-26513,-144533],[-31388,-140899],[-31747,-140609],[-26577,-63590],[-28349,-62310],[-27794,-63491],[-27719,-62709],[-26030,-61396],[-25955,-61600],[-26963,-61661],[-27023,-62272],[-26930,-61517],[-25997,-59867],[-25680,-61177],[-33040,-62795],[-32585,-63299],[-32707,-62989],[-34072,-63411],[-30797,-62105],[-31532,-62338],[-30518,-61572],[-30502,-61517],[-29416,-60950],[-30453,-61652],[-34388,-74834],[-33901,-75094],[-34024,-75406],[-31031,-72212],[-31980,-72934],[-31752,-73468],[-31401,-67214],[-26610,-64077],[-27281,-63834],[-26002,-68334],[-25643,-68624],[-30860,-66745],[-31277,-67869],[-31518,-69680],[-31493,-69516],[-32040,-69409],[-31789,-69984],[-32254,-70013],[-32475,-71232],[-32534,-72624],[-32754,-72037],[-32751,-72968],[-26074,-70365],[-27099,-69587],[-25711,-73705],[-26908,-72843],[-27105,-73360],[-27219,-71434],[-26229,-70556],[-27303,-71155],[-27694,-75345],[-29205,-75964],[-29766,-75263],[-29669,-75388],[-31003,-74808],[-30444,-75864],[-31445,-75158],[-31070,-75797],[-32084,-76033],[-32744,-76430],[-33398,-75768],[-32784,-64502],[-32709,-64782],[-33321,-64128],[-33503,-67811],[-33597,-68084],[-35596,-72045],[-35273,-71931],[-36431,-74749],[-36761,-73864],[-36813,-74434],[-35372,-70392],[-35145,-70380],[-38115,-73492],[-28686,-74459],[-27025,-73188],[-27745,-74121],[-28243,-73682],[-25658,-74263],[-29714,-65447],[-26683,-65054],[-31401,-72090],[-35356,-70181],[-37871,-72396],[-35496,-67757],[-36705,-67093],[-33194,-65300],[-34655,-67133],[-34104,-64935],[-38335,-66823],[-37090,-65008],[-38328,-76072],[-27754,-68566],[-28618,-66854],[-30852,-69829],[-31167,-70439],[-29252,-71963],[-33450,-88243],[-33316,-87748],[-34122,-88640],[-34131,-85741],[-34815,-84853],[-31731,-82940],[-32801,-83700],[-33014,-82297],[-32371,-76792],[-33243,-76705],[-32960,-77927],[-31695,-76729],[-31233,-76667],[-32214,-78667],[-32088,-78416],[-31865,-77619],[-33132,-77469],[-33589,-78468],[-34111,-77936],[-31133,-83150],[-31460,-84266],[-30497,-84042],[-33256,-84244],[-34069,-84713],[-33406,-83850],[-32306,-86828],[-32023,-86540],[-33377,-86201],[-34153,-87144],[-33767,-86291],[-32517,-88093],[-31812,-87782],[-31832,-88741],[-30773,-88191],[-30918,-88518],[-29974,-89175],[-30243,-89371],[-30729,-85818],[-29748,-85857],[-30652,-86623],[-30851,-84881],[-30741,-85151],[-30806,-84256],[-38133,-87673],[-38032,-87041],[-37844,-85408],[-37541,-85883],[-37274,-86220],[-37062,-84829],[-37586,-85039],[-36596,-84032],[-38153,-89089],[-38085,-76687],[-37636,-77374],[-37402,-76673],[-38094,-77492],[-34618,-89401],[-36071,-89901],[-34048,-92702],[-33412,-92767],[-29186,-93408],[-34335,-89894],[-33340,-91493],[-34304,-90427],[-31308,-90220],[-32558,-92168],[-33332,-91615],[-32437,-91946],[-28166,-93115],[-27887,-92238],[-27860,-92012],[-27214,-92272],[-26621,-92442],[-26876,-92836],[-29342,-94649],[-31991,-93158],[-32464,-93224],[-25852,-100747],[-25854,-99987],[-25948,-94600],[-26076,-93927],[-25784,-91333],[-25660,-91302],[-29702,-90019],[-29344,-89590],[-29524,-90351],[-37100,-100722],[-36048,-101848],[-35601,-91847],[-34265,-92214],[-34320,-91610],[-35220,-95235],[-35443,-95037],[-34328,-95530],[-34964,-97054],[-35209,-94661],[-33251,-93888],[-33659,-94524],[-33587,-93110],[-29849,-93109],[-29603,-93181],[-30983,-91223],[-31751,-91717],[-31664,-91351],[-29750,-91235],[-29699,-92348],[-30078,-92667],[-27450,-100387],[-30499,-101530],[-29188,-101113],[-30580,-101368],[-38069,-94154],[-37608,-94480],[-37720,-92486],[-37873,-96558],[-38086,-95892],[-34628,-93038],[-34985,-93721],[-38047,-90057],[-38187,-91324],[-35942,-101476],[-32387,-100489],[-27550,-99513],[-27895,-99018],[-26864,-97826],[-27029,-97974],[-26317,-95682],[-27219,-96839],[-27436,-96163],[-27885,-94176],[-26871,-95102],[-26760,-95838],[-28021,-95454],[-28654,-96317],[-28593,-95719],[-29176,-95053],[-33354,-101474],[-30118,-98598],[-31278,-99517],[-30288,-94147],[-30708,-98376],[-32362,-96262],[-32024,-95886],[-32388,-101040],[-34995,-99963],[-35374,-98318],[-33080,-99354],[-27994,-96735],[-30060,-97886],[-30418,-98237],[-27882,-98411],[-32068,-104102],[-29346,-103347],[-28137,-103422],[-29573,-104063],[-26557,-104931],[-37928,-103565],[-37254,-103528],[-36065,-104113],[-36791,-114613],[-37025,-114766],[-26345,-114403],[-26308,-114325],[-25938,-112617],[-26154,-110497],[-25804,-109520],[-25989,-110574],[-26785,-108139],[-26381,-108858],[-26341,-108487],[-25860,-107152],[-25650,-106668],[-27908,-106441],[-28706,-105822],[-28760,-105134],[-25625,-104905],[-26408,-104997],[-25865,-107896],[-29603,-103453],[-30479,-103306],[-30141,-103206],[-27357,-103275],[-26706,-103246],[-26514,-103565],[-35133,-107676],[-31628,-111044],[-31925,-111336],[-32386,-111979],[-30033,-110905],[-30033,-110126],[-30511,-110126],[-30649,-108318],[-30574,-108147],[-34311,-106923],[-35918,-108176],[-35927,-108540],[-27382,-106147],[-26419,-106947],[-26361,-106103],[-26567,-105947],[-26421,-105544],[-28569,-104223],[-28718,-104019],[-29414,-103721],[-37902,-104894],[-33381,-102439],[-35298,-103121],[-31718,-109366],[-34054,-110693],[-32301,-107879],[-506855,-154976],[-507657,-155433],[-507624,-154670],[-508148,-155349],[-508530,-157918],[-509175,-157523],[-499340,-167407],[-499708,-167054],[-499510,-170578],[-499962,-170197],[-501894,-475024],[-499821,-518499],[-506407,-523002],[-505670,-522615],[-506134,-524476],[-506661,-522798],[-501228,-516443],[-501487,-517962],[-509778,-530222],[-510885,-530990],[-509550,-531037],[-508608,-530807],[-508093,-530513],[-508893,-529214],[-509163,-529281],[-509288,-529423],[-509101,-529641],[-507827,-529175],[-508663,-528606],[-508604,-528216],[-501806,-542706],[-501825,-542424],[-503004,-543223],[-513818,-177727],[-513221,-176636],[-513707,-177327],[-514411,-176416],[-522822,-226148],[-523347,-230416],[-523946,-230611],[-523157,-232249],[-521532,-231126],[-524533,-235024],[-523661,-265447],[-522846,-265742],[-523608,-265517],[-522477,-264052],[-520115,-270670],[-520115,-270258],[-520611,-269938],[-520547,-269935],[-521157,-270567],[-519414,-492544],[-520591,-491824],[-520533,-491529],[-519764,-493064],[-518239,-492349],[-518298,-490733],[-516565,-489983],[-516840,-490193],[-517204,-489696],[-516824,-491149],[-516482,-490704],[-518807,-488811],[-517743,-488194],[-523815,-516038],[-523575,-517785],[-522840,-518109],[-522492,-518066],[-522972,-516210],[-522583,-516110],[-522863,-515965],[-521676,-515878],[-524095,-515689],[-524549,-514747],[-524699,-514642],[-524412,-515069],[-523943,-518066],[-524013,-516626],[-522563,-516245],[-522466,-517231],[-523179,-515449],[-523751,-515189],[-523575,-518109],[-537292,-244153],[-536079,-263999],[-536499,-261753],[-532677,-278585],[-535790,-278692],[-536038,-277951],[-537156,-278683],[-536488,-277826],[-529875,-485754],[-525938,-475126],[-527298,-487281],[-526809,-488703],[-526103,-490343],[-528364,-486373],[-527778,-486487],[-525101,-491657],[-525035,-491142],[-527400,-486691],[-527233,-488952],[-526948,-489616],[-527202,-489818],[-527388,-488372],[-527133,-487523],[-526471,-488344],[-529073,-489996],[-529842,-487700],[-528466,-486862],[-529987,-486378],[-530331,-487873],[-524810,-516875],[-525131,-516035],[-525150,-516534],[-525952,-518276],[-525044,-518398],[-542219,-214668],[-546814,-216719],[-540934,-213447],[-542201,-214808],[-541236,-213849],[-543648,-216610],[-547308,-210600],[-542201,-208561],[-541161,-208906],[-549600,-225143],[-548073,-224300],[-543568,-217726],[-545176,-217515],[-540999,-217903],[-543945,-223261],[-547961,-224465],[-545594,-265515],[-540856,-273002],[-540549,-497182],[-540253,-497285],[-541514,-498481],[-541624,-498400],[-538239,-499105],[-561746,-211080],[-561958,-211353],[-561621,-211426],[-551223,-213834],[-555098,-209386],[-562099,-209118],[-555463,-209839],[-552708,-220955],[-553477,-225303],[-550974,-223317],[-557518,-229590],[-560502,-230065],[-555888,-224383],[-554588,-225946],[-562054,-241319],[-562526,-253199],[-562265,-243796],[-558267,-262700],[-556084,-267638],[-557944,-263019],[-558037,-260051],[-556790,-264095],[-556784,-267117],[-556153,-268590],[-562391,-261833],[-561403,-280263],[-558325,-271472],[-558309,-272892],[-559305,-283475],[-559909,-287717],[-561568,-534029],[-561331,-534595],[-560195,-534115],[-559661,-532956],[-560975,-533705],[-560564,-535267],[-560700,-535641],[-561792,-537128],[-561990,-537355],[-562327,-536993],[-558177,-528319],[-558366,-528137],[-560783,-530093],[-561880,-529167],[-560920,-530847],[-561251,-531734],[-554403,-540711],[-554008,-540918],[-553211,-541373],[-553060,-541763],[-552975,-541523],[-552533,-541647],[-552078,-542006],[-552334,-541373],[-550605,-539105],[-550837,-538695],[-555541,-538032],[-555067,-538320],[-556698,-538208],[-561495,-537541],[-561395,-537981],[-554355,-540295],[-566003,-210010],[-569732,-215427],[-569798,-216658],[-575063,-215767],[-570303,-205577],[-567786,-211621],[-573571,-212201],[-573110,-215834],[-572400,-216257],[-571602,-216663],[-564842,-209935],[-571712,-215278],[-565155,-210396],[-568852,-211346],[-568527,-211474],[-564521,-224105],[-571502,-234312],[-571186,-234784],[-566311,-233033],[-569918,-249518],[-563407,-252720],[-569306,-265323],[-564641,-267834],[-569048,-263295],[-565405,-267417],[-564900,-264434],[-565147,-263864],[-571772,-266713],[-575042,-268197],[-566537,-261033],[-570040,-262890],[-570398,-264183],[-563098,-266931],[-567253,-259701],[-567967,-258237],[-569708,-263286],[-572939,-269020],[-575951,-279461],[-567643,-275961],[-573625,-277141],[-574321,-276800],[-573403,-277520],[-570360,-269620],[-568335,-271032],[-563274,-270338],[-575394,-277116],[-575242,-279033],[-575386,-277570],[-575660,-290171],[-569135,-282285],[-568705,-282233],[-574945,-283442],[-564028,-286684],[-564133,-285914],[-564609,-288241],[-569996,-282348],[-563598,-287652],[-564864,-282270],[-565783,-283020],[-566370,-282619],[-566336,-283326],[-569199,-283810],[-569368,-283987],[-576891,-203380],[-579403,-210104],[-577642,-210954],[-583677,-225877],[-582227,-227625],[-579498,-232094],[-579225,-232422],[-580808,-268236],[-581403,-268444],[-580058,-268449],[-576019,-264525],[-586004,-281147],[-586415,-276183],[-584167,-279177],[-580345,-281211],[-580292,-281218],[-588156,-277091],[-587537,-281173],[-585439,-280688],[-580340,-279012],[-580084,-278588],[-577563,-273392],[-580985,-277805],[-579627,-277993],[-587171,-281525],[-584245,-282034],[-577864,-283476],[-576308,-290026],[-576634,-290048],[-576472,-290728],[-579095,-290160],[-578492,-289258],[-576658,-289537],[-584930,-313561],[-584578,-314188],[-584472,-314004],[-584516,-313950],[-584699,-314045],[-585350,-314444],[-585369,-314797],[-585112,-314755],[-585561,-314811],[-584828,-313816],[-40390,-115639],[-39861,-119094],[-39598,-120052],[-39735,-125662],[-39552,-125475],[-39691,-125537],[-39373,-125044],[-39039,-124033],[-38768,-124457],[-38693,-125717],[-38457,-126554],[-39160,-126093],[-41570,-121742],[-40534,-122260],[-41399,-120661],[-41801,-120001],[-41526,-120077],[-44267,-118319],[-43501,-118584],[-43875,-118651],[-44181,-115920],[-43807,-116497],[-42537,-116748],[-43100,-116489],[-42440,-116211],[-42617,-115045],[-40681,-119238],[-39124,-118923],[-39724,-117944],[-39595,-118636],[-42053,-116617],[-42036,-115481],[-41408,-116418],[-40443,-118923],[-41896,-118460],[-41876,-118638],[-38465,-121084],[-39717,-120745],[-39769,-127316],[-39480,-126663],[-38916,-122630],[-39293,-121884],[-39460,-121767],[-43401,-126975],[-45792,-125702],[-43155,-126763],[-42655,-126660],[-42962,-126372],[-45520,-127249],[-44364,-126777],[-45165,-126206],[-46713,-127499],[-44005,-127101],[-43123,-127116],[-41654,-127713],[-42455,-125777],[-41881,-125775],[-43411,-125928],[-44323,-125625],[-44261,-125364],[-44193,-124637],[-47109,-123541],[-45934,-123005],[-46753,-123261],[-47841,-121751],[-47670,-121837],[-48179,-120931],[-49080,-123981],[-49085,-123406],[-49893,-125040],[-50268,-126218],[-50469,-126318],[-51092,-124526],[-49560,-124781],[-50123,-121297],[-50010,-121582],[-50516,-121180],[-50790,-121496],[-49930,-120367],[-49259,-121059],[-50878,-126427],[-50970,-125947],[-50132,-115019],[-49527,-117132],[-50098,-120030],[-50251,-115829],[-50113,-116090],[-50168,-116215],[-49090,-119022],[-50220,-118549],[-48007,-119779],[-47666,-119353],[-47240,-120716],[-47724,-121325],[-46882,-120311],[-46740,-122096],[-46771,-122649],[-46183,-121464],[-46320,-124411],[-45242,-123946],[-46338,-123865],[-47286,-124025],[-50290,-124781],[-50513,-124719],[-50293,-124032],[-48338,-125885],[-49213,-126599],[-48563,-126421],[-48084,-126929],[-48350,-127395],[-48219,-127561],[-47176,-125396],[-47899,-125141],[-47112,-124787],[-47151,-126341],[-46535,-126023],[-46459,-125763],[-50777,-123490],[-49635,-123258],[-49941,-123239],[-43232,-123994],[-43345,-123139],[-42342,-123339],[-49114,-115134],[-49046,-116858],[-42306,-121129],[-41939,-120603],[-42295,-120244],[-45658,-119611],[-46019,-119713],[-45747,-119813],[-46020,-115242],[-46272,-116094],[-46870,-115161],[-46941,-116452],[-48376,-117719],[-47639,-117978],[-47433,-116874],[-38591,-115392],[-38848,-116054],[-39239,-115886],[-39700,-115005],[-39415,-117167],[-40066,-116463],[-39895,-117283],[-38843,-128844],[-38933,-128106],[-39809,-129295],[-38510,-131700],[-39331,-131203],[-39792,-131027],[-39627,-129767],[-39343,-130240],[-40679,-132207],[-41667,-133027],[-40400,-134497],[-40642,-134066],[-40693,-133659],[-38422,-135280],[-39202,-132366],[-38482,-132620],[-38811,-132622],[-38643,-134546],[-39341,-133991],[-41797,-130979],[-42051,-132333],[-41391,-132435],[-40687,-131201],[-41204,-129930],[-41177,-130126],[-40029,-127824],[-45858,-129127],[-44305,-129151],[-44640,-128458],[-46661,-128103],[-47127,-128780],[-44353,-127962],[-41939,-128444],[-49518,-128463],[-50803,-128358],[-50239,-128018],[-47742,-128122],[-48548,-129188],[-48925,-128740],[-48148,-130470],[-48509,-130455],[-47574,-131285],[-48998,-132407],[-48688,-132546],[-50190,-133486],[-49483,-132909],[-50936,-129915],[-51196,-129434],[-50578,-128779],[-50164,-131174],[-49371,-130750],[-50649,-130349],[-49090,-132551],[-50041,-131344],[-49169,-132154],[-50586,-134725],[-47538,-130295],[-47986,-129923],[-46656,-129012],[-48037,-132688],[-46839,-133088],[-47991,-133199],[-48783,-134924],[-49209,-133460],[-48689,-133487],[-42581,-128118],[-42688,-128364],[-42369,-128797],[-42229,-158993],[-42328,-158111],[-41713,-157872],[-41174,-161438],[-41627,-161527],[-41854,-160296],[-43491,-160873],[-43369,-160668],[-43303,-160790],[-45168,-160760],[-44793,-161521],[-44159,-161722],[-46486,-161089],[-46238,-160776],[-47000,-159729],[-46778,-162125],[-46896,-162144],[-47183,-161696],[-48043,-164081],[-48517,-164431],[-48879,-162834],[-49071,-163141],[-48842,-162693],[-50112,-161581],[-50088,-162856],[-49901,-162766],[-50918,-157252],[-49534,-156711],[-51146,-159059],[-51045,-158653],[-49825,-158374],[-50737,-159014],[-42991,-63484],[-44633,-63507],[-51191,-71768],[-50291,-71575],[-48964,-71202],[-48812,-70344],[-49328,-70459],[-48082,-69577],[-48849,-69637],[-48305,-69316],[-45569,-68903],[-44613,-68862],[-43698,-70637],[-41149,-66614],[-41311,-66400],[-41505,-65311],[-39094,-64221],[-39384,-69113],[-39729,-69215],[-40992,-71002],[-40386,-70613],[-39444,-70075],[-39848,-70329],[-48865,-72868],[-47190,-73104],[-47924,-71890],[-49325,-72240],[-49164,-73619],[-47745,-73368],[-46850,-74116],[-43627,-71078],[-38570,-72986],[-41776,-64018],[-43059,-64086],[-43440,-64457],[-44505,-64011],[-46472,-65430],[-45227,-65249],[-45782,-64329],[-39120,-72847],[-40183,-67228],[-41965,-68997],[-42573,-67444],[-40222,-69521],[-46968,-70745],[-45728,-71080],[-49122,-74063],[-47490,-74370],[-45259,-76454],[-46188,-73171],[-42595,-75046],[-45852,-73503],[-41165,-72177],[-45693,-89330],[-44680,-88320],[-44557,-88341],[-43492,-88754],[-42401,-87624],[-42922,-89004],[-48834,-87589],[-48728,-88327],[-46031,-85886],[-45663,-86394],[-45878,-86177],[-44169,-86278],[-46890,-87652],[-47393,-86597],[-47824,-87318],[-50912,-78458],[-51139,-78639],[-50356,-80596],[-49897,-81062],[-50541,-80910],[-49278,-82053],[-50425,-82682],[-50396,-82609],[-38940,-77575],[-40067,-78035],[-48754,-78348],[-49573,-77895],[-48712,-78085],[-44567,-78446],[-45352,-79533],[-39049,-83797],[-39478,-83466],[-40001,-80718],[-39827,-80874],[-40452,-83250],[-41478,-84577],[-40818,-84469],[-40385,-83295],[-41279,-82078],[-41943,-83151],[-45183,-85327],[-45802,-85887],[-48905,-81363],[-48602,-80238],[-50365,-79391],[-50871,-78713],[-50098,-80014],[-50891,-80593],[-51165,-81187],[-42799,-81233],[-43768,-81521],[-39953,-80412],[-39477,-80006],[-39624,-79436],[-39765,-82637],[-39477,-82652],[-39352,-81719],[-43038,-83579],[-45259,-81115],[-44373,-81633],[-44106,-80574],[-46650,-80841],[-46613,-80044],[-45716,-80142],[-48137,-81644],[-46968,-80808],[-47818,-80839],[-44794,-85652],[-43964,-85307],[-44045,-84854],[-43326,-85526],[-47872,-85743],[-41889,-84640],[-41940,-85171],[-42224,-84649],[-48974,-77796],[-50038,-86064],[-48872,-86798],[-46695,-84745],[-45078,-83657],[-45431,-83875],[-46225,-78562],[-44706,-78987],[-41600,-77212],[-42245,-78741],[-41764,-77904],[-44378,-81127],[-38620,-88448],[-38970,-88528],[-41458,-87212],[-40979,-89041],[-44471,-101551],[-44151,-101598],[-45404,-100787],[-46392,-99083],[-47429,-98813],[-48533,-99045],[-49030,-100974],[-51030,-95909],[-49855,-97542],[-50071,-97590],[-50256,-96974],[-45346,-96208],[-44652,-96715],[-43131,-98324],[-48216,-95774],[-48259,-94534],[-48593,-95727],[-50511,-93169],[-50289,-93661],[-51067,-93678],[-49669,-89552],[-50686,-89486],[-50247,-90078],[-48580,-92503],[-49253,-91103],[-50600,-92705],[-49420,-91714],[-48717,-93812],[-48432,-93933],[-48326,-93586],[-49921,-94100],[-50189,-93559],[-49874,-93674],[-48886,-94151],[-48661,-93843],[-49889,-94188],[-47420,-94682],[-47306,-95144],[-46338,-95507],[-45458,-95968],[-45859,-95551],[-46512,-95661],[-46524,-96745],[-46521,-96265],[-46031,-96580],[-44937,-96549],[-45473,-97004],[-45053,-96386],[-43871,-97266],[-44296,-97822],[-43831,-96114],[-44676,-95656],[-44458,-95001],[-44554,-94931],[-45137,-94633],[-47975,-90342],[-47610,-90767],[-48128,-90666],[-48861,-92115],[-49214,-91213],[-48365,-91777],[-45159,-89435],[-39232,-93617],[-39004,-92575],[-39148,-94168],[-38431,-94169],[-38634,-92756],[-38534,-92541],[-39433,-96849],[-39512,-97028],[-40938,-97585],[-41222,-97499],[-41322,-97369],[-39919,-97638],[-39866,-97943],[-39715,-98024],[-43307,-97736],[-42602,-97588],[-41878,-97295],[-39125,-95170],[-47390,-90490],[-43353,-100660],[-43059,-100928],[-43058,-100021],[-45311,-100392],[-45096,-100660],[-43868,-100746],[-46292,-100031],[-40287,-90933],[-43867,-90099],[-42456,-91997],[-43353,-91667],[-39453,-96742],[-41310,-95460],[-40183,-96118],[-44694,-91909],[-45255,-94469],[-44391,-94720],[-49124,-101042],[-51148,-102089],[-43982,-111480],[-43407,-111156],[-42987,-110393],[-43045,-110765],[-40076,-107470],[-39004,-113868],[-39265,-113946],[-49946,-110352],[-49561,-110065],[-47105,-110061],[-47517,-114626],[-50405,-110396],[-44935,-110085],[-44330,-110138],[-45736,-108849],[-45985,-110855],[-46602,-111100],[-46137,-111658],[-46314,-112617],[-45911,-113494],[-50870,-107022],[-48647,-107571],[-50073,-106614],[-49631,-106162],[-48830,-106918],[-49557,-105420],[-46125,-106968],[-45945,-107101],[-47318,-107349],[-48493,-102986],[-45332,-102851],[-45119,-102599],[-44326,-104051],[-43227,-104687],[-42997,-103674],[-43463,-103161],[-42463,-103314],[-43307,-102298],[-43482,-103033],[-43200,-102953],[-42796,-104518],[-41797,-105743],[-41897,-105858],[-39319,-114335],[-50462,-105343],[-48688,-105386],[-46429,-106036],[-46632,-105492],[-46712,-111233],[-48085,-111641],[-49166,-113628],[-49436,-114149],[-50023,-114734],[-42332,-114044],[-42431,-114864],[-42714,-114872],[-39126,-109525],[-42316,-110464],[-42886,-111325],[-38427,-107708],[-38880,-106155],[-46927,86181],[-50580,80398],[-43608,86514],[-45921,84513],[-50356,79451],[-52001,-123787],[-52059,-119854],[-52139,-120195],[-53276,-121328],[-53101,-121013],[-52535,-121540],[-53403,-122759],[-53928,-122082],[-52686,-122205],[-55792,-123073],[-55098,-122695],[-54558,-122958],[-54166,-125056],[-54583,-124492],[-53400,-125305],[-54031,-124321],[-53394,-124061],[-53543,-123507],[-51971,-125430],[-52762,-125151],[-52604,-126402],[-53621,-126941],[-54224,-127563],[-53082,-126652],[-51424,-126950],[-56240,-127383],[-56042,-127380],[-54870,-126424],[-55316,-126965],[-55085,-127275],[-57413,-123015],[-58601,-123221],[-57774,-123966],[-57549,-124267],[-57490,-124006],[-57122,-125281],[-55866,-123194],[-56396,-123502],[-57053,-123836],[-61087,-127157],[-61150,-126831],[-61122,-124038],[-60270,-123873],[-60567,-123800],[-59845,-127321],[-58580,-125755],[-58412,-125848],[-59135,-127091],[-56769,-126310],[-56777,-127199],[-58054,-126977],[-58153,-124287],[-58221,-123780],[-58254,-125054],[-59653,-123454],[-59287,-123797],[-59647,-123627],[-60026,-121723],[-58824,-122079],[-56594,-120708],[-58109,-121676],[-57690,-123109],[-57459,-123068],[-57558,-122786],[-58399,-119668],[-57649,-120393],[-57931,-119576],[-56342,-118066],[-56014,-117136],[-55292,-117418],[-54718,-116058],[-54700,-116223],[-53835,-119291],[-54186,-119497],[-54519,-119324],[-57002,-118737],[-56502,-118382],[-56036,-118498],[-58825,-118344],[-58974,-117880],[-58440,-117677],[-56478,-115100],[-55670,-116313],[-53135,-116100],[-54642,-118324],[-52913,-117281],[-51789,-119243],[-51315,-118129],[-51493,-116691],[-54616,-115702],[-55270,-115929],[-51446,-115126],[-58338,-121801],[-59047,-121273],[-58240,-121306],[-60898,-124581],[-60122,-125398],[-60438,-124440],[-60218,-121881],[-60205,-122490],[-61346,-122286],[-52634,-128773],[-52688,-128388],[-52004,-131052],[-52527,-132083],[-52583,-132284],[-52086,-129759],[-52514,-129163],[-51857,-129049],[-53963,-130380],[-51657,-133358],[-51407,-132718],[-52067,-132747],[-51270,-134109],[-51724,-133802],[-53245,-134284],[-52995,-134142],[-53691,-133844],[-55195,-135649],[-55590,-135032],[-56165,-135758],[-55626,-136334],[-58022,-135796],[-56918,-137084],[-57703,-136211],[-57515,-133749],[-57742,-134499],[-56937,-133915],[-55263,-133105],[-54243,-133634],[-55766,-133197],[-54440,-130742],[-54895,-130891],[-53895,-131988],[-56076,-131058],[-57189,-131514],[-57114,-131399],[-55870,-130247],[-55791,-129852],[-56041,-130151],[-56427,-128239],[-56268,-128134],[-55850,-128359],[-58337,-129023],[-57612,-129868],[-57207,-129604],[-58525,-130231],[-58103,-130739],[-60712,-130441],[-60950,-130913],[-60713,-130319],[-59116,-133017],[-58452,-134085],[-58197,-134189],[-59047,-134264],[-57362,-131171],[-57393,-131422],[-59415,-127826],[-59281,-128107],[-56941,-147011],[-56847,-146261],[-55696,-147572],[-52306,-162280],[-51295,-161984],[-52798,-162746],[-54755,-163659],[-55378,-164011],[-54538,-163580],[-52703,-158528],[-51665,-158463],[-52272,-159377],[-58762,-75434],[-58641,-73998],[-58793,-74131],[-58973,-72766],[-59073,-73054],[-58023,-72881],[-58520,-71768],[-59360,-71996],[-57008,-71508],[-57722,-71653],[-57518,-72868],[-54219,-71710],[-54054,-71052],[-55770,-72280],[-55460,-71355],[-55471,-71614],[-55696,-71156],[-52913,-71750],[-51769,-71870],[-53065,-71894],[-51276,-76274],[-53509,-76350],[-54357,-76255],[-52195,-72801],[-53186,-75989],[-55136,-72117],[-54686,-73475],[-55662,-75022],[-57595,-76000],[-55266,-75811],[-55264,-76542],[-56188,-89333],[-54342,-89197],[-54818,-88721],[-51212,-87120],[-54983,-86275],[-54786,-85645],[-53378,-86492],[-53656,-85411],[-52879,-86630],[-55177,-83193],[-52194,-84305],[-56194,-84331],[-55325,-84165],[-54608,-83714],[-55076,-84636],[-56476,-84502],[-56538,-85477],[-56426,-85582],[-58755,-84448],[-58068,-85145],[-57944,-84504],[-57028,-84729],[-56580,-83999],[-60070,-82769],[-62395,-83621],[-61761,-82977],[-61753,-83366],[-60942,-81769],[-61516,-81076],[-60198,-79653],[-59711,-79848],[-59564,-79035],[-59685,-80453],[-59383,-79722],[-59790,-82059],[-59463,-81933],[-59357,-78618],[-59210,-76992],[-58492,-76720],[-54847,-78281],[-55118,-80024],[-54784,-79695],[-54554,-79664],[-51295,-79661],[-51694,-78583],[-51924,-78656],[-52002,-76914],[-53066,-76748],[-54153,-77553],[-52373,-79955],[-53176,-79234],[-52006,-78490],[-51321,-76957],[-53030,-78494],[-53999,-77812],[-52703,-78287],[-57045,-89201],[-57801,-88338],[-57814,-89348],[-58012,-76661],[-58011,-78923],[-57235,-80464],[-56771,-80343],[-59135,-81762],[-54672,-82553],[-54295,-80986],[-54905,-81231],[-51739,-83874],[-53284,-100668],[-52545,-100267],[-52580,-98694],[-53026,-99235],[-52709,-99077],[-53524,-100715],[-54552,-99984],[-53569,-100593],[-54751,-99385],[-54248,-98380],[-53279,-97907],[-52904,-97426],[-53231,-98111],[-54675,-98104],[-56126,-98324],[-55045,-98362],[-56258,-98838],[-55609,-100435],[-55168,-100618],[-55561,-101027],[-57509,-99090],[-57776,-98916],[-57647,-98961],[-58107,-96696],[-58345,-97650],[-58500,-97867],[-54545,-93707],[-53302,-93649],[-53682,-94159],[-55266,-94526],[-54718,-94220],[-54827,-94435],[-55609,-93283],[-56205,-93234],[-56021,-93370],[-56573,-92860],[-57472,-93076],[-57261,-91900],[-58528,-92160],[-57415,-91459],[-58744,-91421],[-51797,-95286],[-55000,-90288],[-54704,-89634],[-54332,-90614],[-51862,-92893],[-56742,-96936],[-56628,-97398],[-56176,-98423],[-57280,-101344],[-56950,-100782],[-57579,-101733],[-52988,-101979],[-56072,-114932],[-52535,-112454],[-54450,-113991],[-53834,-113553],[-53514,-112636],[-55023,-114695],[-51479,-110289],[-52037,-107219],[-53402,-106489],[-53086,-107072],[-54348,-106289],[-54624,-105037],[-55852,-103052],[-55845,-102510],[-56015,-103293],[-52994,-102772],[-53842,-102580],[-54125,-102941],[-56763,-104327],[-56878,-103294],[-56332,-105276],[-55772,-104817],[-56126,-104975],[-51521,-106966],[-53494,-106491],[-60017,86404],[-58467,86456],[-58540,86513],[-60270,87345],[-56762,84399],[-57509,84655],[-57743,86364],[-60048,87271],[-92744,-139609],[-92804,-138984],[-92409,-139154],[-93328,-138081],[-93487,-138428],[-93150,-138221],[-91272,-135923],[-91042,-136241],[-91306,-136351],[-92022,-134106],[-92011,-134856],[-91540,-134883],[-90647,-132423],[-90455,-132412],[-90163,-132603],[-91339,-130744],[-91617,-131409],[-91761,-131121],[-95251,-147467],[-95912,-146657],[-95335,-147503],[-93870,-145619],[-93916,-145481],[-93816,-145341],[-93929,-147921],[-93193,-147844],[-93551,-148873],[-93652,-148680],[-93744,-148209],[-94166,-149631],[-94167,-149518],[-94194,-149410],[-95871,-149698],[-95574,-149240],[-95569,-149284],[-96174,-151215],[-96145,-151669],[-95411,-150787],[-94499,-151099],[-94890,-151451],[-94327,-151386],[-94568,-142331],[-94742,-142589],[-93834,-140996],[-93086,-141743],[-92557,-141040],[-92983,-141567],[-93274,-143315],[-93483,-143023],[4389,-126091],[5255,-121431],[602,-116301],[4619,-126884],[4451,-126181],[5000,-127279],[4394,-125920],[9684,-122274],[9820,-122208],[9534,-122406],[9239,-122896],[948,-123067],[1771,-124153],[1749,-123850],[7788,-115004],[6735,-116560],[3420,-115432],[1238,-115838],[1263,-116586],[5726,-120190],[6928,-119224],[12455,-125146],[12002,-124601],[12156,-124393],[12203,-121052],[10446,-127093],[6574,-125552],[7867,-124820],[4917,-125674],[3872,-121264],[2449,-122794],[3435,-120000],[3473,-117390],[3234,-118130],[10342,-139895],[9073,-137455],[10300,-135234],[9516,-136353],[9952,-135829],[11205,-134009],[11358,-134309],[10382,-133919],[395,-131345],[252,-132406],[265,-131927],[1619,-133361],[2441,-130146],[3794,-130194],[2995,-130610],[4628,-129475],[3911,-130295],[5500,-130658],[5782,-130678],[5613,-129730],[1406,-131343],[1869,-131834],[2006,-132678],[1160,-132872],[12748,-132979],[7465,-132347],[3129,-129953],[3026,-128991],[3468,-128828],[9924,-137007],[10275,-138165],[6546,-140453],[6527,-139191],[7989,-137512],[8288,-138776],[8286,-138501],[8225,-135673],[8599,-135590],[8015,-135814],[10329,-132495],[9543,-132217],[9281,-133128],[8090,-132726],[8686,-132199],[8588,-133042],[2168,-134345],[1615,-135858],[2904,-135852],[3043,-131060],[2519,-134256],[2601,-131443],[11428,-135663],[12515,-137098],[8217,-128339],[10660,-127918],[1658,-151242],[544,-151190],[4258,-149696],[5333,-149370],[4743,-149368],[5091,-145724],[4679,-145822],[1863,-149403],[9810,-141359],[10640,-140662],[10227,-140717],[10732,-142818],[10668,-142199],[10450,-142027],[9446,-143351],[8457,-144778],[8380,-144102],[7835,-145304],[7948,-144814],[7067,-145060],[8737,-142611],[8914,-143186],[8569,-142918],[6734,-144369],[5313,-144194],[5170,-143967],[5730,-145111],[6686,-146436],[7403,-146365],[7026,-146254],[6227,-147623],[6550,-147818],[4707,-148672],[4696,-147387],[5051,-147735],[2733,-146006],[3719,-145730],[750,-145571],[147,-145292],[713,-146072],[936,-147930],[3684,-151117],[3817,-150034],[3156,-149691],[2840,-150271],[2947,-150160],[1935,-150761],[212,-150124],[418,-151071],[762,-149809],[580,-148537],[423,-149456],[2108,-148432],[1681,-147919],[2206,-148763],[7682,-144331],[7564,-144121],[7220,-143962],[2237,-146545],[2171,-146847],[1398,-147019],[1092,-145723],[654,-146582],[12720,-143333],[12311,-143558],[12615,-144224],[9556,-148272],[11421,-148834],[11463,-147863],[10845,-147916],[12702,-141662],[11774,-145133],[12181,-146824],[12610,-147116],[9475,-149303],[9577,-148858],[9341,-148109],[7625,-149115],[7815,-149198],[7023,-149294],[414,-144064],[78,-142361],[2089,-143066],[1474,-144070],[2350,-143284],[2722,-144492],[2729,-145022],[2641,-145114],[7269,-142334],[8271,-142235],[7682,-141714],[7349,-141496],[7109,-140886],[7344,-140719],[11298,-153504],[11953,-153575],[11964,-155396],[11859,-154907],[10579,-156027],[12278,-156881],[11065,-50738],[11206,-50745],[10780,-50741],[11645,-49893],[4807,-60014],[5799,-61636],[4065,-60845],[3925,-63113],[2014,-62887],[2992,-63760],[1023,-73687],[851,-73784],[17,-74830],[483,-74757],[974,-75830],[1408,-75436],[1515,-75559],[10572,-72892],[10302,-71930],[8678,-64717],[7813,-64845],[10796,-66381],[10647,-67708],[10509,-67674],[2650,-76508],[2042,-75327],[1760,-74440],[11422,-70451],[11940,-69593],[8887,-65140],[8467,-65135],[10054,-67394],[1029,-63958],[7307,-73897],[10645,-69223],[10447,-72645],[10934,-70530],[11066,-70626],[8406,-73895],[9378,-76024],[7760,-74501],[9059,-75598],[8178,-72186],[9950,-72399],[9135,-72181],[11415,-74220],[9369,-75770],[10925,-75826],[8327,-76194],[10094,-70330],[7649,-69855],[7487,-71979],[5651,-67527],[8386,-66899],[7697,-69485],[4990,-68982],[4572,-68909],[4172,-70754],[778,-68458],[1651,-68862],[1336,-67942],[3529,-70802],[3049,-69864],[3159,-72857],[6226,-73793],[12462,-74722],[11481,-72219],[12492,-75782],[12021,-72224],[12759,-71963],[2935,-86484],[4356,-86249],[149,-82486],[233,-81949],[805,-80404],[451,-80001],[3770,-78918],[12131,-77110],[10781,-87185],[10999,-87304],[9995,-86484],[10281,-85832],[7179,-84142],[8435,-84545],[8994,-85732],[9800,-85677],[8937,-85512],[6317,-83290],[6408,-83052],[4707,-82184],[1817,-78713],[7338,-83575],[2028,-77542],[1486,-77711],[430,-77229],[402,-77382],[2647,-78134],[757,-81611],[1614,-81438],[618,-80791],[2532,-82081],[3848,-83393],[4913,-84336],[4460,-85723],[5197,-85838],[5754,-84965],[4229,-86101],[6087,-87423],[5870,-87185],[7474,-86512],[6044,-86869],[9930,-88638],[9705,-88531],[9587,-88559],[9445,-88372],[7088,-86802],[7321,-87058],[7221,-86861],[3762,-80970],[2978,-80599],[3467,-80767],[3784,-80849],[5700,-80806],[8523,-83669],[8004,-82805],[4286,-86265],[3080,-83841],[822,-83666],[2832,-83906],[805,-83377],[1657,-83704],[583,-84944],[1909,-84965],[2124,-86201],[5304,-88264],[4353,-88186],[6829,-88171],[11743,-79705],[12612,-76900],[3570,-87217],[216,-88107],[9012,-76716],[11039,-79131],[7840,-81321],[9455,-80264],[12600,-87822],[4666,-77109],[4183,-78454],[3560,-77723],[5481,-78380],[4869,-78156],[7913,-80278],[9047,-84612],[10179,-84781],[9701,-84300],[7249,-101496],[6324,-91956],[5702,-92624],[6034,-92770],[5771,-92719],[6657,-91471],[11666,-94620],[10382,-94686],[12730,-96547],[6018,-89874],[6190,-92127],[4493,-90460],[5139,-89578],[5885,-89798],[6486,-90523],[6673,-89526],[5600,-101154],[6351,-97669],[7015,-91517],[9942,-89731],[11498,-90764],[12747,-92546],[12467,-93660],[11030,-94195],[12567,-98313],[5904,-96528],[5312,-99837],[8349,-95649],[7662,-95185],[9509,-93878],[8737,-90456],[7119,-89865],[9243,-91108],[10928,-98875],[9394,-96823],[8707,-98441],[6420,-101026],[8366,-100833],[808,-93017],[3581,-93450],[2897,-90843],[883,-91294],[870,-90591],[3645,-99130],[4032,-95056],[2094,-97959],[716,-94303],[1157,-95582],[2036,-96525],[433,-101071],[12676,-110930],[9337,-110822],[6540,-111855],[762,-109851],[391,-109777],[165,-109115],[233,-108889],[56,-111830],[6530,-110199],[5638,-110275],[5097,-108851],[5469,-110235],[5374,-109872],[5134,-109934],[5013,-107681],[4017,-107898],[4604,-109331],[4432,-108633],[4353,-108765],[11455,-107713],[10587,-108998],[11182,-108388],[1214,-109958],[1514,-109891],[426,-110217],[730,-110070],[455,-110035],[1067,-110684],[1261,-110908],[1313,-110781],[6128,-102216],[4988,-103117],[10105,-105852],[10402,-106179],[8638,-105404],[8366,-104325],[2970,-113803],[3782,-113375],[12132,-103166],[10895,-103700],[603,-103100],[12620,-103027],[10191,-102717],[4571,-102926],[5108,-103472],[7083,-109220],[5543,-108439],[12396,-105274],[7486,-113165],[5029,-113411],[845,-105758],[1582,-103875],[2989,-102268],[9177,-113715],[8627,-114209],[8740,-110656],[12617,-112136],[12474,-112549],[190597,499188],[189370,497569],[183840,493194],[193787,492010],[197697,495704],[195307,497784],[194265,501403],[195798,500382],[195100,506395],[198479,506456],[200374,504236],[203396,505950],[202555,511704],[204170,510140],[203265,511748],[194951,499749],[192342,507314],[192237,506932],[199305,514591],[195650,512691],[198923,513109],[198308,516415],[195823,519212],[197580,521285],[198873,521734],[213306,536641],[215098,544886],[215147,541546],[213282,541492],[214237,540581],[212322,542596],[212649,540615],[210104,538238],[214938,538793],[227189,535826],[223776,530778],[223144,531591],[224916,528888],[227050,531296],[227303,527811],[226191,526377],[227644,530492],[227217,533048],[229703,538213],[229570,550171],[226762,547522],[218843,540824],[219545,543229],[220385,543586],[219914,544431],[224405,547977],[222435,546965],[222062,547605],[219598,547949],[227180,563176],[221572,550933],[226417,551355],[224332,563991],[227779,565251],[234416,549199],[233155,548081],[242161,563194],[239770,563987],[241005,564939],[243518,565099],[25018,-126441],[25573,-126215],[25455,-125302],[21498,-118107],[22357,-117616],[22023,-118089],[24865,-121848],[23999,-122352],[23477,-121763],[19906,-122306],[20451,-122685],[24966,-123723],[25280,-124000],[25402,-124078],[25118,-122779],[24820,-120066],[23969,-119650],[23062,-117195],[25149,-117241],[23603,-116072],[23394,-116806],[23035,-126563],[21959,-126573],[25448,-126916],[13109,-124459],[14921,-124773],[15463,-124237],[15111,-124203],[13563,-119757],[13162,-119863],[12959,-120030],[14359,-115598],[14683,-115014],[13624,-115270],[18074,-120971],[20557,-126110],[16529,-115653],[23616,-119436],[23611,-119160],[23326,-119844],[25047,-117733],[24877,-118132],[24329,-118211],[23505,-117155],[23970,-117050],[23991,-116706],[24721,-122851],[24472,-123119],[24212,-122770],[25062,-120305],[25437,-121010],[25543,-121259],[25130,-117376],[24048,-118728],[25180,-118914],[24282,-119772],[13527,-123966],[14348,-122679],[14109,-123331],[15014,-120338],[16357,-118073],[21893,-118708],[24279,-126277],[24046,-124112],[23467,-125266],[17143,-117686],[18634,-120951],[19018,-120489],[18407,-119450],[20812,-116674],[22241,-117037],[21816,-115454],[24831,-133056],[21274,-132753],[22222,-132817],[21769,-132494],[19956,-132569],[18247,-132125],[17761,-132675],[17758,-132349],[19054,-132787],[19081,-132893],[18415,-133583],[19024,-133447],[19243,-133933],[20070,-133784],[19549,-133828],[17237,-133902],[17616,-132662],[23452,-134119],[23214,-134208],[25390,-134223],[24965,-134123],[16188,-133180],[16010,-133211],[16358,-133615],[13095,-139944],[24249,-140467],[17207,-140565],[16290,-140024],[16436,-140337],[16312,-139576],[14023,-140218],[20972,-139364],[21014,-139728],[22722,-135382],[23832,-136044],[17774,-139518],[14971,-139304],[14979,-139525],[14563,-140214],[18479,-132149],[17382,-131866],[18513,-131925],[22380,-131978],[22557,-131294],[22923,-132260],[12837,-139085],[15381,-139313],[15885,-138586],[24411,-139849],[23872,-139787],[23446,-139573],[22152,-137201],[20812,-137034],[19575,-135943],[19431,-135194],[14893,-135804],[17147,-136750],[15351,-135211],[13001,-131217],[14303,-130110],[15835,-133598],[15703,-141763],[15842,-140937],[14654,-140724],[13851,-145643],[14565,-145647],[13963,-146404],[15085,-147151],[14096,-146525],[18500,-145614],[18919,-145705],[21437,-144666],[22553,-144961],[24840,-145605],[25254,-146684],[24300,-146561],[22446,-140949],[22336,-141259],[22045,-141576],[24292,-140700],[23289,-140805],[22341,-144097],[21704,-143930],[22028,-142626],[21257,-144701],[20796,-145569],[15371,-146351],[19172,-142100],[17988,-141828],[18798,-140899],[19239,-140918],[17161,-140754],[17243,-142013],[17495,-142371],[17833,-141418],[14079,-143466],[15215,-143960],[13070,-142465],[13375,-144552],[13680,-145481],[12878,-144979],[12858,-147159],[24157,-146027],[22802,-145238],[23767,-145915],[23344,-143769],[24261,-144098],[23438,-144036],[23290,-142766],[23488,-142506],[23376,-142265],[24928,-143803],[25443,-142892],[24554,-142750],[25147,-140914],[24736,-140929],[24512,-141208],[25263,-144834],[21528,-140801],[21751,-141099],[18535,-140875],[18246,-140721],[15436,-143228],[15550,-142273],[14207,-142561],[14053,-141834],[13645,-142943],[13267,-153125],[19177,-144701],[21076,-143749],[19625,-145344],[20184,-145399],[17866,-144498],[17450,-145285],[16780,-144636],[15603,-145246],[16273,-145043],[15595,-144219],[15970,-143464],[16676,-144609],[17251,-143712],[18130,-143942],[16955,-143354],[19057,-142429],[19722,-141568],[24062,-153352],[23748,-152932],[13934,-152405],[14022,-152933],[25130,-155094],[25430,-155971],[24741,-156984],[24632,-156253],[24680,-156706],[25518,-165710],[24385,-161662],[23235,-160479],[23595,-160748],[25279,-160629],[24769,-160363],[24927,-160229],[23683,-157649],[24805,-158377],[24542,-158770],[24012,-164848],[23832,-163975],[23765,-163550],[21275,-156635],[20812,-157393],[21024,-157179],[22473,-155874],[23030,-156252],[22723,-155101],[24307,-155369],[24445,-154712],[24056,-154895],[24327,-154042],[15574,-154972],[16165,-153693],[14255,-154195],[14503,-157762],[13817,-155860],[14311,-156309],[14278,-157176],[15186,-157769],[15862,-157907],[15101,-158214],[12837,-156111],[13810,-156983],[13831,-153488],[16035,-155883],[16777,-156498],[16824,-155973],[24720,-169282],[24929,-169509],[24149,-169190],[22681,-168240],[16749,-63360],[18604,-62588],[20957,-63783],[20475,-61669],[19934,-60019],[21208,-59634],[20857,-59674],[20502,-58458],[21383,-58050],[21377,-57856],[20966,-56837],[20779,-57119],[20793,-54833],[20710,-55359],[20428,-56076],[21447,-55462],[22143,-55243],[21154,-55873],[17927,-54133],[19369,-54094],[18628,-52560],[17311,-53365],[18411,-52654],[18055,-53364],[17035,-53397],[15902,-52287],[16431,-55082],[17266,-54225],[17190,-53946],[16856,-56476],[16774,-56803],[14952,-56836],[15832,-55817],[14433,-56559],[15205,-53409],[16060,-54658],[15906,-53995],[15009,-53051],[14162,-53179],[14440,-52578],[19297,-57792],[19404,-58462],[18638,-57838],[17806,-58818],[20064,-56789],[19513,-56268],[19835,-56449],[19675,-59638],[18785,-59349],[18704,-59832],[17864,-62572],[17626,-62982],[19012,-61711],[19195,-61259],[18496,-61894],[22664,-62955],[20600,-61818],[19842,-62995],[20355,-63508],[19166,-63756],[15553,-63767],[14031,-71329],[14508,-71269],[13622,-71734],[13981,-70385],[13242,-71474],[14905,-71090],[14081,-65899],[13630,-65914],[12909,-64675],[13652,-64676],[12983,-64876],[14048,-64771],[14236,-64907],[14215,-64248],[15147,-64757],[23974,-67469],[25129,-67928],[18288,-65289],[17231,-66366],[16324,-66111],[16713,-65779],[17202,-68786],[13895,-71708],[17540,-68216],[16400,-68858],[15899,-70462],[24768,-70649],[24759,-71284],[23871,-69360],[22860,-67619],[15543,-69824],[15836,-74335],[17489,-76016],[20494,-75485],[20057,-66778],[18980,-67764],[25053,-75998],[24252,-75870],[25471,-74664],[21758,-68686],[22083,-68420],[17497,-72653],[19145,-73373],[17914,-74224],[15687,-72089],[12953,-76507],[13016,-74881],[13743,-75203],[21304,-73405],[21081,-73138],[21128,-73566],[15012,-76579],[15130,-76348],[18474,-85620],[25537,-82003],[25125,-82350],[25171,-82157],[24974,-83051],[24345,-82266],[22994,-85274],[22284,-85221],[21129,-86237],[21384,-86329],[21486,-86424],[19462,-86385],[19972,-87000],[20346,-86480],[19684,-87436],[18801,-87786],[19063,-87137],[16524,-86769],[17756,-86542],[17028,-87191],[17419,-85961],[17434,-85180],[15240,-87209],[22933,-84362],[24505,-83148],[23366,-83262],[25552,-80319],[24069,-77856],[13304,-80284],[18946,-76872],[14691,-88510],[14603,-85958],[18191,-78361],[18410,-77020],[19331,-79096],[20701,-81339],[20181,-78709],[23924,-78158],[13950,-83631],[13119,-83688],[13044,-84151],[20062,-83601],[21154,-82937],[21013,-81774],[21234,-80088],[23276,-80764],[23632,-79671],[17062,-78045],[16211,-81404],[16613,-80397],[16213,-80016],[13632,-77132],[13494,-76628],[14561,-77400],[16528,-92392],[20708,-92605],[20887,-93247],[21708,-92171],[22616,-92105],[22341,-91621],[23165,-92385],[24968,-93370],[25333,-90791],[14834,-94950],[16206,-93868],[13677,-94516],[13457,-95324],[13345,-94772],[14026,-93051],[13876,-93562],[14251,-94310],[17438,-90626],[16717,-90365],[17108,-91580],[12985,-98342],[13107,-96671],[20893,-94809],[15347,-95510],[18786,-99361],[14732,-99870],[16948,-99431],[16286,-95892],[17279,-99787],[21564,-101600],[24195,-101069],[21583,-95023],[22551,-93023],[17915,-92310],[18227,-94001],[16555,-95750],[16196,-96932],[16267,-96166],[15122,-95922],[16396,-101731],[20298,-100901],[20158,-100863],[21219,-100898],[20410,-100851],[20959,-99194],[21962,-96241],[21763,-100134],[22228,-96390],[23372,-96393],[24828,-99692],[24118,-95917],[25571,-110226],[25434,-114892],[19161,-112133],[19863,-113022],[18018,-111795],[18680,-112480],[21195,-112832],[22591,-112540],[13334,-109076],[12849,-107868],[23976,-107165],[14138,-108840],[13911,-109553],[14308,-108647],[14979,-110973],[15031,-110078],[15137,-108465],[20925,-110033],[21342,-110324],[19382,-108841],[18564,-109213],[16074,-109151],[18084,-103080],[17553,-102694],[13267,-107608],[14223,-104174],[16890,-102897],[14661,-111370],[17512,-111695],[14543,-114613],[16878,-112783],[17192,-113761],[24730,-109894],[22399,-110696],[22349,-110422],[18773,-102294],[20997,-102381],[16849,-108072],[15044,-103185],[14792,-102471],[16076,-104175],[16410,-105921],[14239,-107569],[20904,-104155],[21720,-105801],[22129,-105462],[24391,-105935],[23528,-106211],[22534,-104174],[24650,-106263],[260647,399313],[262239,397203],[261542,402682],[258375,517651],[258602,519217],[260316,516543],[260086,514687],[258379,515722],[258440,522161],[258841,523652],[259650,531926],[257343,531215],[274369,407522],[272794,410675],[273115,416781],[273017,419261],[281455,525962],[280629,526439],[276755,543658],[286547,460563],[292247,461630],[290777,462449],[289471,461424],[290463,461330],[292230,463347],[293592,462563],[307174,417250],[304777,418465],[304767,419456],[302781,417852],[302831,416290],[304407,421364],[296130,462544],[297393,462793],[300546,463854],[298874,462921],[305968,463642],[313122,407322],[313186,405440],[309904,419661],[315247,420252],[315907,422399],[315681,419004],[314868,419673],[308583,463585],[310014,463829],[326199,422112],[324829,411855],[331330,432451],[329353,430295],[326477,430161],[325727,428483],[328065,428500],[329886,428053],[331054,426402],[332876,428064],[37908,-122120],[37876,-122774],[38107,-121362],[37587,-117857],[37000,-116745],[37896,-117579],[30762,-117606],[32515,-119796],[35132,-119451],[35080,-119664],[35259,-119681],[35001,-120905],[33867,-121377],[35269,-121031],[36758,-120927],[30363,-116978],[30376,-116225],[30547,-117068],[27892,-116580],[28935,-116744],[27679,-116724],[25745,-115389],[37155,-117059],[35883,-119681],[36968,-120144],[37068,-123146],[36802,-122594],[37211,-122333],[33032,-119398],[32615,-119720],[31755,-116726],[37758,-118631],[37920,-119048],[37658,-118299],[36035,-126498],[35906,-126778],[34447,-126406],[34479,-124090],[33795,-124643],[33116,-122462],[32791,-124821],[31156,-122541],[31992,-122710],[32265,-121444],[29673,-121453],[30759,-121074],[29742,-120086],[27709,-122322],[28771,-123017],[28246,-124618],[28765,-123918],[28742,-124150],[30513,-127629],[31314,-127277],[33082,-127667],[33226,-127694],[31587,-125491],[31640,-124975],[31756,-125162],[26755,-126189],[27198,-125963],[25986,-121319],[26529,-124275],[26895,-124561],[25740,-125176],[25888,-122380],[26741,-126210],[26852,-126039],[27586,-126102],[28543,-126783],[28969,-127778],[28331,-126674],[29443,-125371],[29390,-126087],[27845,-125023],[28918,-125643],[28687,-122556],[31232,-123337],[31651,-124682],[31776,-124078],[32658,-125036],[32433,-125345],[26342,-120469],[26571,-118198],[27552,-119957],[26923,-119741],[27486,-118775],[28175,-119460],[28935,-119406],[28612,-120027],[29900,-122371],[30440,-122410],[30304,-122778],[30337,-123798],[30135,-124079],[29786,-123617],[26794,-126804],[33031,-124731],[33827,-127151],[34481,-126730],[38050,-115613],[26699,-124591],[27438,-124850],[27396,-125275],[27873,-123779],[27476,-124173],[28115,-123860],[28399,-122821],[27621,-122451],[28074,-123058],[29529,-125241],[29961,-125110],[30374,-124497],[33593,-123954],[33190,-123514],[32962,-123961],[32274,-124170],[31965,-123860],[32826,-123640],[33122,-122999],[32437,-123290],[33308,-123053],[33835,-124898],[34492,-124721],[34062,-125069],[30711,-122056],[30999,-121656],[30871,-121575],[25776,-121602],[36152,-118633],[31024,-117023],[31269,-117718],[33681,-119555],[32893,-126715],[32784,-126565],[33001,-126161],[34758,-126347],[34988,-124737],[35182,-124726],[26402,-117973],[26163,-118187],[25690,-118068],[34239,-115833],[36704,-117767],[35831,-118198],[35741,-117713],[33981,-118457],[34199,-118401],[34261,-116351],[33156,-118053],[32592,-117878],[32309,-117677],[35016,-117899],[33922,-118089],[34649,-118293],[33155,-117316],[33961,-117281],[33896,-116149],[31592,-127853],[26850,-127804],[29634,-132323],[28251,-133112],[26652,-132981],[27395,-132672],[26167,-134038],[26899,-133114],[27570,-133265],[28111,-133206],[28131,-134455],[28204,-133179],[28501,-133878],[28152,-133990],[29342,-133079],[34228,-139228],[31719,-135897],[35403,-138205],[35992,-138392],[35399,-138050],[34866,-138776],[31631,-138554],[35658,-130927],[36219,-132203],[34000,-132509],[33258,-132951],[33667,-131775],[32702,-132312],[31262,-132917],[31468,-133624],[29741,-132984],[31155,-133009],[30340,-132898],[33490,-128190],[34177,-128373],[36336,-133587],[35925,-134717],[36051,-134017],[36130,-138118],[37352,-137769],[37213,-138407],[29214,-128752],[28280,-128838],[29080,-128573],[26268,-135419],[26986,-135826],[30674,-140210],[30442,-140093],[30643,-139980],[31309,-140021],[32172,-139182],[30779,-140012],[26305,-135635],[26859,-136721],[28281,-138539],[26987,-135985],[28431,-136278],[32212,-137267],[31615,-137860],[31708,-135249],[32585,-134288],[32451,-134557],[33068,-136481],[36648,-130789],[38183,-130491],[34506,-130607],[31232,-142170],[28967,-141989],[28591,-142356],[25943,-142955],[26843,-142202],[27158,-142975],[26273,-144760],[26112,-145148],[28401,-141167],[30736,-153066],[25949,-156670],[26552,-158032],[26841,-156622],[26504,-157268],[27195,-158261],[31213,-154877],[30227,-156112],[29980,-156082],[29741,-153945],[28784,-154607],[28255,-155061],[28770,-154749],[31340,-154008],[30730,-154406],[32262,-154513],[32087,-153591],[33280,-154060],[34874,-154998],[35026,-155113],[34821,-155982],[35140,-155366],[31372,-156301],[31631,-156769],[30737,-156388],[34590,-160213],[33499,-160537],[35032,-158088],[34613,-158019],[34945,-158319],[34749,-157594],[33655,-156817],[34959,-157443],[36165,-157030],[37172,-158269],[37028,-158177],[36364,-159057],[37151,-159751],[37154,-159407],[37243,-157139],[37963,-157332],[37751,-157813],[35112,-163753],[34563,-163195],[34613,-162470],[32106,-162904],[32782,-162627],[33140,-162289],[31681,-164848],[30452,-163748],[30506,-164631],[28540,-161561],[29408,-162261],[28837,-161927],[27324,-161949],[28108,-162347],[26941,-161607],[29447,-163808],[29869,-164901],[25753,-163413],[25704,-162902],[26832,-162883],[26697,-165854],[26761,-165771],[26793,-165572],[27364,-164734],[28041,-164651],[28027,-154783],[27086,-154814],[27228,-153589],[27310,-156811],[28409,-157738],[28824,-156495],[29336,-158908],[28740,-159943],[27072,-158993],[27131,-159469],[27416,-159872],[29577,-160198],[30341,-159737],[29457,-160156],[33586,-158541],[32718,-159875],[33191,-158815],[32571,-159007],[32986,-159601],[32480,-154971],[31749,-155495],[32031,-156087],[33273,-155518],[34350,-154996],[34084,-154834],[35505,-156834],[36206,-156138],[36450,-156464],[33250,-75671],[32100,-76107],[32969,-75222],[31592,-73750],[32026,-74016],[32016,-73176],[33942,-74404],[33299,-74103],[35682,-72816],[34169,-72554],[34528,-73783],[38229,-75901],[37867,-73719],[37847,-74868],[29109,-71727],[28159,-71123],[26907,-69367],[28414,-76290],[28546,-75419],[28136,-74339],[26871,-72094],[26421,-74082],[34477,-74775],[35802,-74842],[37510,-74065],[33832,-77516],[31603,-77478],[36608,-88892],[36636,-84283],[31382,-89301],[30288,-87203],[31357,-87204],[30579,-87012],[28450,-86504],[26920,-84544],[27265,-84053],[27593,-83652],[27492,-83421],[27068,-87302],[29475,-80228],[30193,-81071],[30141,-81585],[30617,-81133],[34180,-84322],[28020,-78011],[25822,-81631],[25634,-82126],[37840,-84753],[37730,-84527],[33513,-77468],[33095,-77240],[31001,-80932],[31396,-81404],[31965,-80822],[35643,-85447],[37024,-85401],[35770,-86891],[35248,-86403],[34596,-87040],[36290,-87599],[34166,-88591],[34340,-87472],[26968,-80432],[27395,-78927],[28404,-87062],[28426,-88146],[28300,-88232],[32650,-81675],[33929,-78852],[27088,-76772],[37381,-81437],[34883,-90515],[35087,-90791],[35367,-90057],[34298,-90232],[27716,-97957],[26260,-91763],[31338,-90409],[30966,-94899],[31681,-95842],[30906,-96109],[30980,-96246],[29996,-97947],[30829,-98785],[30580,-99291],[30538,-98853],[31229,-97423],[31827,-97123],[31161,-96783],[32382,-101193],[32336,-100328],[31862,-101321],[32176,-101243],[32178,-99023],[32696,-99745],[36137,-100532],[35804,-101063],[35488,-101950],[34723,-100063],[34274,-100472],[34589,-100304],[32999,-101523],[32912,-100591],[33852,-101850],[29835,-100346],[30749,-101569],[37601,-97934],[37925,-98333],[36266,-97758],[34555,-101818],[34186,-101909],[36421,-89906],[29417,-100927],[28347,-97381],[27670,-91395],[27730,-89557],[29952,-89428],[29448,-89838],[35537,-92849],[37083,-90456],[25677,-93482],[25664,-94578],[30284,-90821],[31458,-91741],[27867,-95679],[27342,-95486],[30314,-96164],[26806,-94595],[26876,-98553],[28032,-98422],[27119,-100812],[36961,-95168],[35195,-95334],[30663,-102382],[30173,-102449],[28978,-103309],[27061,-104232],[27865,-104318],[26675,-105299],[28211,-105909],[28207,-106031],[28587,-106100],[26560,-113841],[25904,-114519],[37962,-112687],[36371,-114018],[37003,-114111],[33510,-102879],[32558,-103675],[35830,-103900],[34427,-102652],[33400,-104603],[31117,-103821],[38131,-104619],[38012,-104082],[37274,-103530],[38197,-114119],[26425,-102688],[25895,-107277],[37966,-107770],[38046,-112086],[36894,-113405],[35445,-105010],[34997,-104972],[34436,-106056],[30778,-104536],[30272,-104889],[28258,-109418],[38705,-121657],[39034,-120760],[38950,-120605],[39078,-118936],[39303,-119384],[39056,-119736],[39908,-126800],[39342,-124769],[39836,-125628],[38744,-126101],[44424,-125240],[40516,-123625],[39667,-122740],[39891,-123590],[41827,-122629],[40951,-123069],[40656,-122389],[42697,-121131],[42427,-120459],[43160,-120776],[44241,-119890],[43696,-119426],[42983,-120146],[42908,-115530],[41938,-115886],[48761,-126200],[48335,-124829],[38455,-115537],[41753,-117930],[41793,-118133],[39580,-120147],[41549,-119180],[40993,-118744],[39907,-115754],[40305,-115525],[40389,-124814],[41979,-125774],[46624,-124015],[47736,-126672],[47659,-122089],[50250,-123899],[49505,-124124],[50711,-119169],[49987,-119922],[46661,-129204],[46755,-129304],[39816,-128192],[44563,-131891],[44245,-131510],[45170,-131994],[39578,-129696],[41276,-134711],[40993,-134948],[41610,-134979],[41813,-132138],[42195,-133056],[42001,-132784],[41082,-131492],[40571,-132393],[40318,-131721],[48291,-137556],[48324,-138311],[47428,-137758],[47206,-137106],[47490,-137544],[47061,-137214],[49423,-134824],[50139,-133128],[49773,-133383],[49720,-132505],[50364,-131707],[50176,-131717],[50745,-131439],[49444,-131209],[50372,-130621],[49823,-130756],[43105,-130855],[43930,-130400],[42684,-130203],[42383,-128880],[42102,-129340],[40976,-128826],[45257,-129472],[46554,-129669],[44398,-128803],[49106,-140215],[48520,-139808],[48348,-139274],[48519,-139941],[50700,-135562],[50457,-135385],[44803,-140302],[44893,-139836],[45236,-139565],[39566,-142792],[39754,-142037],[40214,-142633],[41177,-142309],[49277,-143001],[49630,-143825],[49486,-142547],[49044,-142926],[48402,-142865],[48723,-142551],[48637,-141730],[47382,-141944],[49249,-141547],[48380,-141560],[44125,-143032],[44056,-142502],[43375,-143366],[42172,-142187],[43290,-141908],[40988,-144603],[42160,-143755],[41690,-144162],[39906,-144128],[39620,-143151],[40944,-142995],[41674,-142393],[41961,-142159],[39015,-158686],[39217,-158220],[38616,-158255],[40221,-157102],[39243,-155988],[39088,-156581],[39585,-158581],[40246,-159428],[40091,-158782],[42618,-155000],[41922,-155250],[41393,-156385],[39826,-155233],[41182,-155877],[40637,-155086],[44881,-157963],[44859,-157182],[46268,-157406],[46422,-158235],[46689,-156717],[47424,-157455],[48538,-158606],[48111,-158486],[48214,-157508],[49126,-159130],[50545,-158098],[49582,-158410],[51116,-158827],[50823,-159376],[48764,-158912],[49434,-159797],[48573,-160085],[49970,-161074],[50460,-161019],[50884,-160148],[47890,-159268],[47090,-159780],[47047,-160337],[49998,-61508],[49920,-61085],[50080,-62970],[50577,-63340],[49552,-63397],[45994,-63625],[46923,-63602],[44518,-63638],[42913,-63629],[42947,-63700],[51180,-61040],[50605,-65784],[49702,-65078],[49522,-64888],[50793,-66586],[47841,-64781],[47947,-64529],[48579,-64471],[47210,-64791],[45124,-63954],[44807,-64074],[43687,-63930],[43819,-64079],[42650,-66252],[45133,-67016],[46752,-68000],[41933,-66598],[40891,-65980],[41562,-65351],[44356,-70321],[45232,-70937],[44650,-71533],[46024,-70615],[46053,-71852],[46977,-68824],[46779,-69825],[48530,-68608],[47515,-69161],[41537,-64646],[42889,-63942],[40206,-65166],[41169,-65005],[40988,-64337],[38663,-64598],[38747,-65416],[38933,-64683],[40833,-67029],[41367,-67887],[40224,-67678],[39501,-68660],[39333,-69505],[40133,-69105],[40172,-70360],[43436,-66388],[50848,-66027],[50431,-66843],[50007,-67124],[45110,-67723],[43749,-68542],[42030,-66387],[41708,-68498],[46538,-68997],[44848,-70611],[44672,-70415],[48164,-69653],[47029,-69333],[48707,-70905],[39542,-74958],[48210,-82470],[50409,-82522],[50016,-81437],[49626,-81522],[50793,-80195],[51165,-79447],[50240,-78284],[49889,-78914],[50534,-78301],[48498,-81353],[48913,-81362],[48187,-82055],[46740,-82520],[39209,-78592],[42656,-81458],[45383,-82601],[47671,-86018],[49118,-85572],[48529,-84843],[48126,-85136],[47786,-84566],[51034,-80465],[45108,-83370],[40014,-82384],[41688,-82877],[44112,-81937],[44277,-83599],[42672,-83352],[47622,-84367],[46951,-84661],[39587,-82807],[38467,-78632],[39811,-80552],[40082,-80599],[39087,-87309],[39452,-88002],[38673,-89210],[42795,-87573],[48648,-86079],[48180,-88622],[45895,-88941],[42874,-88844],[41304,-89276],[43337,-84657],[45540,-85171],[44200,-84953],[42076,-84034],[39883,-85036],[39146,-86994],[38847,-79364],[39563,-81340],[38724,-97026],[38535,-97310],[39222,-97459],[40806,-97228],[39185,-98601],[43497,-100304],[44373,-100738],[44079,-100331],[38599,-98626],[47139,-95593],[43122,-93921],[47413,-102108],[48044,-101452],[40155,-93082],[46926,-95594],[41449,-91861],[50636,-92352],[43508,-92055],[38893,-89589],[50677,-90277],[51066,-90853],[43258,-98440],[40064,-98486],[42367,-99590],[45708,-100571],[44884,-101298],[51045,-89750],[44361,-90623],[43618,-91278],[40861,-91124],[38912,-96784],[40343,-96159],[42474,-95238],[39284,-95696],[44711,-94451],[45793,-98195],[43616,-99422],[44969,-99172],[49516,-100527],[49108,-99797],[50858,-95227],[49688,-98173],[47277,-98275],[47551,-98115],[46576,-96721],[47193,-97383],[42244,-111640],[42804,-103501],[43632,-103353],[47243,-105597],[42508,-114636],[49712,-109089],[39045,-111964],[50372,-104124],[50995,-108764],[50572,-108706],[48236,-103854],[46969,-102345],[44400,-103299],[44579,-103266],[46811,-104486],[45238,-105514],[46644,-107940],[46380,-106088],[51086,-107506],[41107,-113039],[40459,-114033],[40125,-113357],[41086,-114002],[39321,-113756],[39838,-113317],[45159,-106323],[41447,-108845],[43069,-112423],[43395,-112299],[43548,-111972],[46846,-112497],[45598,-111084],[46923,-110401],[43676,-108421],[43201,-108379],[43187,-107612],[40430,-105885],[39736,-106766],[40965,-104191],[48163,-103433],[48658,-103442],[38531,-110772],[52107,-120490],[63325,-117284],[63315,-115643],[62923,-115502],[61163,-117361],[62240,-117373],[61268,-117428],[59631,-121463],[58827,-120593],[59131,-121337],[58472,-121390],[58879,-121460],[58503,-122448],[57309,-119442],[56307,-120168],[54895,-116908],[55069,-118032],[54272,-118059],[56744,-117871],[56729,-118772],[56499,-119394],[62319,-120822],[62234,-119868],[62441,-119912],[63582,-120214],[53065,-124103],[52156,-122431],[52871,-121819],[51531,-117553],[52144,-117315],[62005,-115745],[51780,-130680],[51465,-130948],[54887,-129259],[54099,-131147],[54437,-130917],[59192,-135844],[59009,-136346],[58382,-136622],[58099,-135225],[57435,-136165],[57900,-136299],[56463,-134853],[56620,-133602],[56472,-133533],[57089,-133225],[56960,-132897],[54829,-132379],[61049,-138619],[61109,-137913],[61520,-137846],[60712,-139915],[61708,-139994],[63669,-134297],[60717,-130284],[59553,-129768],[60126,-130294],[61969,-131323],[60656,-130996],[61762,-131128],[60477,-141170],[54117,-159406],[54851,-159422],[55127,-158942],[51983,-157319],[52496,-158805],[53061,-158394],[51872,-158185],[52224,-159673],[51744,-161092],[53313,-160784],[53177,-155747],[53976,-157069],[53270,-157102],[53890,-157591],[54002,-159867],[54497,-160600],[54701,-160893],[52497,-161986],[53148,-162527],[51958,-162501],[52371,-62925],[54814,-61023],[54313,-60916],[53424,-61124],[52657,-60138],[52938,-60703],[56643,-62382],[57064,-63203],[56840,-62434],[51336,-61650],[51504,-60339],[51510,-60539],[52031,-59771],[51986,-59454],[51716,-60333],[55102,-58831],[55876,-58559],[56284,-58564],[55859,-59744],[57175,-60341],[55218,-61225],[55835,-62309],[54930,-61008],[52333,-62885],[52787,-63691],[55611,-63241],[54481,-62450],[53197,-62220],[54164,-62244],[53637,-62768],[52943,-63427],[55083,-63624],[62985,-73849],[58132,-65642],[58344,-66636],[52647,-65022],[56786,-65456],[56321,-71256],[60099,-68388],[59576,-68733],[57639,-65777],[57719,-65651],[56095,-71283],[55687,-71525],[56385,-72656],[56555,-72609],[55805,-72812],[56102,-73500],[56494,-74419],[56240,-73130],[57787,-74099],[58448,-74640],[52755,-63832],[57042,-65440],[56915,-65551],[57408,-64970],[52014,-65232],[52206,-65396],[52468,-66245],[54207,-70030],[53846,-69465],[53213,-70017],[53227,-70172],[54087,-69754],[54632,-71630],[54695,-71422],[55317,-71581],[60964,-70118],[59034,-76578],[62773,-73544],[61817,-71315],[61583,-71038],[60260,-70384],[61076,-70961],[59133,-68924],[59974,-69033],[58971,-68646],[59290,-67609],[58246,-67326],[57357,-70421],[53354,-69211],[52860,-68454],[52554,-68562],[53060,-67935],[52830,-68111],[52994,-66938],[53453,-67309],[55345,-65524],[53923,-65863],[53308,-65850],[53793,-66007],[54285,-65190],[55813,-64949],[53816,-64409],[54593,-64987],[54462,-67311],[54664,-67002],[56532,-66742],[58376,-69077],[58474,-68742],[56778,-70910],[54329,-68897],[56374,-68536],[54602,-68802],[57374,-72644],[57263,-71548],[58622,-70723],[59264,-74518],[62746,-74564],[53249,-81151],[55278,-82796],[56145,-82944],[57502,-82618],[56921,-82638],[62810,-87703],[62361,-87594],[59918,-82649],[60906,-82457],[63666,-81496],[63968,-81475],[63493,-82182],[63742,-81252],[59051,-77388],[59987,-79159],[61032,-78554],[60904,-79647],[63096,-79201],[63703,-79976],[63473,-79630],[63446,-80351],[54887,-80699],[54378,-80895],[54241,-81430],[54266,-80407],[53608,-80955],[52298,-79125],[52939,-79401],[63481,-78430],[61885,-80489],[61675,-80498],[62337,-80385],[58534,-82679],[58440,-82818],[51251,-80003],[52720,-79994],[52198,-79781],[51999,-79997],[60123,-77324],[60247,-77226],[51566,-87018],[61884,-88449],[59708,-83381],[59397,-83511],[52793,-87036],[54087,-89350],[56586,-84365],[53516,-82913],[54282,-83855],[54488,-84736],[61146,-85160],[60557,-88864],[59878,-88891],[56631,-87776],[55258,-85509],[57629,-87301],[52724,-85564],[53849,-85040],[53745,-82974],[61341,-76662],[60834,-76676],[63988,-86037],[62405,-94462],[62175,-94276],[61708,-93677],[62920,-93291],[61726,-92136],[63205,-93160],[63233,-90895],[63061,-91540],[62844,-90488],[59888,-97747],[56761,-99108],[57501,-99055],[58516,-100368],[58394,-100694],[58307,-100084],[57615,-101376],[57082,-100748],[56836,-100572],[54535,-101780],[53256,-101812],[52590,-102065],[61185,-99247],[62868,-98143],[63273,-97708],[62470,-97088],[63354,-100023],[61885,-100389],[60592,-99523],[61371,-99620],[61491,-99802],[60040,-100608],[60438,-100099],[63157,-95399],[63314,-96118],[63929,-94848],[62161,-98901],[62283,-97743],[62543,-98328],[59947,-97312],[60076,-96208],[63310,-96626],[63161,-96372],[63593,-96576],[63628,-96817],[63216,-97000],[63643,-97090],[63448,-97024],[63809,-96095],[63628,-95783],[61283,-93763],[60198,-95851],[58713,-97284],[62486,-100891],[60546,-100984],[60139,-101599],[60684,-101567],[61309,-92767],[57007,-97717],[57531,-98257],[56575,-101729],[56388,-100487],[56495,-100922],[51878,-98253],[53659,-101481],[53541,-100823],[52994,-99338],[53687,-93359],[52525,-95376],[53531,-94106],[58250,-91114],[56522,-90074],[51720,-99232],[55310,-96738],[56582,-98567],[54031,-98649],[55839,-96874],[56255,-93607],[57134,-94005],[60632,-93213],[60504,-92904],[60058,-91278],[61335,-91042],[60720,-91261],[63430,-97258],[52244,-97284],[55574,-102993],[63091,-111794],[62252,-111874],[54132,-112861],[58361,-112796],[60888,-111725],[60025,-111558],[59968,-112067],[63062,-111590],[61934,-111532],[63094,-111456],[63574,-110219],[63772,-110169],[62664,-105764],[62309,-104909],[61990,-104709],[60029,-103577],[60072,-102608],[60983,-103519],[62475,-103663],[61037,-102960],[63034,-105226],[63274,-106193],[51978,-107445],[51490,-108084],[54676,-103080],[54745,-102906],[54190,-102843],[52952,-114310],[57180,-112959],[58584,-114312],[57877,-112567],[60447,-114412],[60464,-113788],[55894,-106564],[55706,-108292],[58769,-108720],[63367,-104735],[64064,-120224],[68349,-115027],[68885,-116282],[69291,-115672],[68495,-115595],[65617,-115524],[64671,-116812],[64570,-117921],[64547,-117832],[64303,-116476],[64254,-116659],[64459,-120008],[65762,-136604],[65711,-137321],[65976,-136951],[66197,-133469],[64032,-133308],[64148,-133411],[65215,-133607],[66037,-133917],[66034,-132419],[66546,-136267],[67137,-135689],[66966,-134862],[70657,-139783],[69624,-138982],[68612,-139665],[68398,-139287],[68444,-138765],[70426,-141054],[64804,-76266],[64883,-76152],[65082,-88035],[64653,-87963],[66510,-88137],[64629,-82073],[64897,-81786],[65281,-78085],[64937,-78456],[65418,-78998],[66033,-79592],[64632,-79768],[65416,-80209],[65337,-80602],[64958,-81142],[68278,-88200],[67729,-88819],[66101,-87132],[65843,-86858],[65829,-86228],[66782,-85269],[66876,-86277],[66709,-82733],[64863,-76743],[73286,-89147],[73806,-88869],[74070,-88326],[75107,-87864],[75314,-87593],[76008,-89001],[75234,-88295],[72438,-87830],[73155,-88767],[73110,-88312],[69419,-83119],[70218,-82365],[70504,-83140],[72759,-81581],[72957,-84589],[72468,-84767],[72035,-84440],[71741,-83757],[72204,-82967],[65322,-86110],[64198,-85109],[66488,-88342],[65364,-89166],[64347,-95345],[65218,-93618],[67807,-101462],[67625,-101756],[69168,-97619],[69616,-92462],[68924,-92940],[68340,-92846],[68719,-90862],[69233,-90857],[68907,-91753],[65616,-92523],[66290,-92486],[67520,-92267],[67264,-92363],[74811,-89450],[74362,-89832],[72073,-91498],[71439,-91579],[71060,-91725],[71002,-91283],[70551,-90644],[72800,-90801],[73157,-89951],[74709,-90333],[74050,-91033],[73853,-90858],[75742,-89480],[75068,-90582],[75495,-90273],[76241,-93081],[73993,-91617],[74205,-92784],[73263,-93224],[73955,-92190],[74819,-93283],[75765,-92625],[75550,-93067],[76180,-95812],[75309,-95071],[76321,-95200],[74423,-94493],[74688,-94701],[73459,-94358],[72994,-95263],[71795,-94388],[70771,-94894],[71162,-95284],[71438,-96180],[70730,-95820],[70697,-97036],[70559,-97671],[71488,-97628],[71845,-97699],[70299,-98682],[70572,-98606],[70185,-100235],[69472,-100661],[70199,-100719],[69443,-94273],[69304,-94991],[64145,-96469],[64127,-95416],[64006,-95444],[64940,-92993],[65349,-93233],[65318,-92884],[69690,-92118],[65886,-91979],[67026,-94064],[67471,-93532],[65326,-95083],[65782,-95627],[65955,-95518],[66175,-99171],[66397,-100434],[67019,-104065],[65515,-109372],[64988,-109513],[66204,-109859],[67241,-109146],[67923,-106548],[68232,-105359],[68403,-105330],[67659,-103975],[65016,-108957],[68407,-112125],[69341,-112996],[67830,-114539],[68086,-114685],[67994,-114276],[67107,-114873],[65362,-113935],[66843,-114840],[65920,-113742],[66657,-114426],[67813,-113730],[67269,-114590],[67799,-113142],[70403,-110718],[69453,-110587],[71018,-110464],[69763,-111138],[68105,-114101],[64672,-114998],[75493,-107765],[75902,-107784],[76169,-107516],[70417,-107123],[65300,-110228],[65714,-110735],[64719,-111033],[73076,-103009],[70524,-103421],[73121,-107789],[73537,-106388],[74323,-103435],[74510,-105834],[66592,-102356],[66883,-102572],[66662,-108870],[65037,-108277],[67413,-106829],[74138,54507],[86936,-80870],[87360,-80773],[88329,-80855],[88509,-80878],[89516,-82824],[77373,-93334],[77111,-92143],[77755,-91635],[77336,-90842],[77167,-90529],[77742,-91951],[88229,50575],[86458,50889],[85171,49014],[85145,49677],[79377,50588],[80660,49833],[81242,50500],[81586,50509],[81897,50430],[81815,50964],[81559,51168],[89241,47879],[88913,50610],[87240,49853],[88131,51663],[88029,51467],[80251,52745],[80435,52121],[80237,51917],[79624,51981],[79059,51403],[79090,52856],[78381,53160],[79116,51657],[79246,51702],[84802,62680],[85464,63787],[85734,62926],[85455,63960],[84003,62967],[84922,61450],[85085,60879],[84227,65905],[84789,68419],[84670,68981],[83989,67388],[84992,67739],[84134,66158],[82959,70168],[82772,69817],[81393,73726],[81883,72295],[81662,72180],[89732,-81490],[89921,-83422],[91596,-81514],[90755,-81992],[91346,-82085],[91552,48239],[91942,47343],[90330,48983],[89929,49311],[89980,47961],[95388,50291],[95369,50859],[93183,49905],[92292,49733],[91913,50198],[94851,48059],[94638,48596],[99857,48939],[102330,50129],[99235,49345],[93234,43745],[93275,44288],[98782,45880],[98559,45355],[101047,50190],[101043,49505],[94532,55074],[91833,53127],[91281,53393],[91843,54284],[93322,53000],[93995,53481],[93939,53692],[93212,54025],[93025,54137],[92403,54325],[92613,54469],[92141,55215],[92247,55669],[94423,55882],[95726,54300],[95133,53593],[95263,53101],[114745,800],[103564,37045],[103564,37424],[105877,49466],[106796,50406],[105078,48316],[104471,47785],[108041,50189],[102458,48844],[106703,48898],[118041,-275358],[118106,-274847],[119265,-275631],[119367,-275128],[119628,-275057],[119381,-275391],[119015,-275500],[119365,-274646],[120060,-275081],[119344,-274184],[120445,-275572],[120446,-275076],[121602,-274156],[120865,-273780],[121819,-273545],[119647,-273908],[120241,-274464],[116465,936],[115705,2210],[-124525,129392],[-118413,129559],[-115790,145841],[-118985,148849],[-123239,145293],[-126370,150392],[-123486,153205],[-121257,152707],[-121192,147840],[-120576,149593],[-121467,149995],[-119595,148301],[-122183,158132],[-123670,157895],[-125714,158618],[-118064,154848],[-115342,57676],[-116318,56248],[-115939,53666],[-116138,52943],[-120667,58465],[-121831,59641],[-121606,60627],[-122306,61354],[-123549,61750],[-124580,60691],[-124191,60417],[-125011,60632],[-125588,59948],[-125992,61338],[-125554,59331],[-125934,58348],[-125989,63722],[-126960,64775],[-127649,64463],[-126013,67790],[-127005,70023],[-127125,69807],[-124498,70187],[-120937,72551],[-122453,72935],[-122850,73886],[-122720,75588],[-124171,76594],[-125636,75931],[-116636,87561],[-118418,86405],[-124376,80018],[-124904,80731],[-126058,80501],[-124292,82046],[-125813,83081],[-115795,92151],[-116704,90495],[-120696,97613],[-121418,99955],[-121407,102099],[-123037,102295],[-124479,100083],[-121868,92228],[-123046,92340],[-122824,91300],[-124823,91890],[-122936,93058],[-117567,109374],[-116381,109020],[-126809,104863],[-116368,114735],[-122462,128076],[-129462,151407],[-139265,147341],[-135610,151910],[-131554,151856],[-132817,148685],[-134258,149790],[-136087,150805],[-136933,147055],[-132593,159959],[-136194,158846],[-136933,157256],[-131249,97648],[-138047,101663],[-132742,100310],[-135594,97090],[-135238,97209],[-134864,95645],[-135838,94344],[-136642,97630],[-134579,94796],[-133711,94746],[-133813,92941],[-134393,92330],[-134486,91069],[-135759,91353],[-137014,91306],[-136747,90051],[-135851,90751],[-138580,90029],[-138583,93756],[-138065,93046],[-136694,97519],[-137268,99207],[-138447,97907],[-136014,101600],[-136339,102440],[-133495,101530],[-132110,100979],[-132215,101528],[-129337,103309],[-129059,112782],[-131787,112774],[-131766,105112],[-132364,103006],[-133715,106296],[-132574,104833],[-133213,112772],[-139920,105239],[-140777,106620],[-144167,151429],[-140943,152965],[-152519,142026],[-142392,144259],[-142028,159559],[-143588,160547],[-144649,156368],[-147576,157256],[-141745,155339],[-151048,155819],[-141322,91505],[-141792,91874],[-142002,93232],[-142498,92760],[-142230,90837],[-143901,90305],[-146849,96471],[-147905,97062],[-149517,95924],[-150017,94269],[-148412,102162],[-148968,99460],[-146857,99634],[-146321,97495],[-152430,100223],[-153051,106350],[-150707,105403],[-150030,104281],[-150240,104317],[-150709,102822],[-141518,104333],[-142742,105217],[-148047,110358],[-144479,104815],[-145401,106686],[-146337,108628],[-150720,108522],[-142691,106833],[-152200,108304],[-155550,139205],[-155344,140215],[-164601,139005],[-162464,131174],[-165989,133682],[-165981,153799],[-165014,150334],[-155722,156608],[-158951,154453],[-162453,89031],[-159853,89421],[-156858,98685],[-155913,100506],[-155690,101198],[-158804,96667],[-161448,95149],[-160898,94188],[-161014,90109],[-159886,113766],[-159752,114336],[-159011,112845],[-157395,112154],[-156365,107755],[-154700,110008],[-155549,106095],[-155757,106164],[-157596,106349],[-153633,107555],[-154747,107708],[-156469,113129],[-157710,113003],[-156348,112519],[-157962,114911],[-154514,108846],[-157761,113949],[-166029,124253],[-164863,126446],[-159776,116541],[-159057,116752],[-160325,115658],[-163961,127425],[-165977,122661],[-165180,121650],[-160592,121667],[-161429,121847],[-161542,121332],[-161005,123626],[-162547,125720],[-158556,117439],[-161133,116930],[-166720,139569],[-167817,136920],[-166946,134471],[-167044,133982],[-174801,135302],[-175679,132205],[-169114,135423],[-169321,139288],[-176281,136523],[-175432,133878],[-176378,129333],[-169153,129469],[-176239,130786],[-175715,129645],[-176283,129219],[-177703,143687],[-178989,150887],[-179183,152825],[-168371,149363],[-178470,151148],[-174493,150397],[-178210,145684],[-176425,142543],[-166650,150901],[-173812,147524],[-177984,157218],[-177495,156636],[-168255,154203],[-172646,155684],[-172902,159998],[-176335,157022],[-177470,88554],[-174875,88966],[-175829,87761],[-175377,87036],[-174738,86260],[-174927,87967],[-172501,86857],[-171424,86513],[-171667,87809],[-172744,86118],[-179076,122940],[-172304,119077],[-174815,126352],[-169859,122500],[-168422,122509],[-173335,127359],[-176754,117133],[-166602,123050],[-177768,118121],[-170084,123485],[-179813,136053],[-183251,136397],[-185122,136280],[-191917,132816],[-191168,133996],[-189558,135125],[-185568,136719],[-183966,136729],[-187185,130373],[-189026,130439],[-184936,130771],[-191647,128602],[-189950,128895],[-191853,129353],[-190623,129491],[-186160,143386],[-185554,145489],[-186507,144968],[-187433,145085],[-190126,144629],[-180257,150753],[-181168,145350],[-183581,147837],[-182625,144545],[-186528,145760],[-190709,144115],[-185500,153530],[-190024,143067],[-188617,142706],[-191460,144329],[-179723,154365],[-181542,154445],[-184800,157493],[-189903,154215],[-190380,157162],[-190648,160694],[-191450,162780],[-182021,157322],[-188763,155284],[-190563,161429],[-190819,163015],[-190137,89323],[-187413,88280],[-188022,88647],[-186254,89152],[-185959,88795],[-186046,85515],[-186355,86007],[-183682,85625],[-184667,84229],[-182470,84035],[-181734,84755],[-184898,81582],[-182539,81074],[-180340,94927],[-181790,94429],[-184163,95144],[-184505,95375],[-184230,97282],[-183945,98660],[-185245,100074],[-184651,100442],[-185704,100602],[-187755,103065],[-187847,104416],[-186087,103102],[-190327,103283],[-188981,107135],[-187851,108945],[-189932,110849],[-188985,112692],[-191071,112843],[-191084,112336],[-179987,124441],[-189334,122295],[-179959,122261],[-191033,123177],[-190462,123575],[-188809,124775],[-188104,123671],[-187840,122628],[-188101,120686],[-186305,123826],[-184358,123371],[-184488,121606],[-186633,124339],[-185475,121500],[-179527,125297],[-199494,135751],[-199521,136418],[-202474,130551],[-201321,131468],[-202118,130101],[-193907,139919],[-193870,137341],[-197241,136852],[-200304,137036],[-201746,136888],[-194973,132404],[-192546,133798],[-192489,140556],[-202542,134186],[-193518,128858],[-194844,128777],[-192131,144811],[-193507,143108],[-192056,145889],[-195466,151406],[-196458,147784],[-195560,146877],[-199646,147391],[-203158,142918],[-197035,142826],[-194234,143848],[-196880,147358],[-193102,145880],[-195658,142173],[-200829,144312],[-194539,143214],[-192804,143404],[-193526,155460],[-193636,161137],[-192738,159863],[-195719,160572],[-195666,156349],[-192091,156845],[-192631,160940],[-193319,161801],[-198184,85730],[-203429,88411],[-203769,87612],[-200810,86740],[-200725,85460],[-199287,86309],[-198190,83180],[-197749,81996],[-197450,81332],[-198353,81427],[-201842,81539],[-203166,98897],[-204105,99545],[-202907,99288],[-203001,98041],[-200990,101358],[-200200,101828],[-198709,102285],[-198544,102166],[-197874,101192],[-202657,90841],[-202312,90475],[-194683,111805],[-201617,103958],[-200662,104140],[-200237,105579],[-199003,106437],[-198079,107691],[-198206,104262],[-198005,103465],[-195356,110728],[-200591,111264],[-202114,111995],[-203259,112247],[-204625,112343],[-204266,113927],[-196230,112753],[-194879,112429],[-192188,111499],[-194931,113823],[-194457,114690],[-199864,114881],[-201136,115231],[-202290,116803],[-201152,118135],[-199663,118767],[-200392,120758],[-201705,121368],[-200005,123985],[-199805,125014],[-203563,121165],[-192550,128088],[-193625,127697],[-194407,127480],[-197440,117012],[-196295,116449],[-212024,129411],[-213581,130158],[-211249,130578],[-209243,133315],[-210713,133013],[-209508,135265],[-210059,136143],[-211030,137976],[-211739,138226],[-210150,136171],[-212829,136736],[-215372,141437],[-214138,142132],[-212323,144877],[-213285,146284],[-213680,146444],[-209645,146265],[-208922,146792],[-207501,147895],[-210021,145483],[-212845,148375],[-213210,150324],[-216988,145622],[-214019,35204],[-212716,34756],[-213539,35036],[-213061,36850],[-211622,35561],[-211625,36121],[-211321,34143],[-211992,33303],[-212207,33986],[-208881,101871],[-205551,100989],[-204864,98979],[-213544,101935],[-212631,102302],[-214921,100733],[-214238,100217],[-214954,101076],[-215851,99565],[-209504,97751],[-209408,97268],[-210570,97230],[-209508,95467],[-209347,94559],[-207601,91975],[-217508,107441],[-216914,106383],[-216672,108287],[-215081,107808],[-214317,107863],[-216013,106967],[-215522,105818],[-215410,109124],[-213071,106432],[-211820,105878],[-210875,104228],[-211308,103971],[-208897,107128],[-207402,104957],[-207505,102766],[-212998,103110],[-208165,115484],[-209809,116122],[-211389,116337],[-212227,117213],[-208965,118151],[-208803,118986],[-210483,119807],[-209244,121157],[-208455,122047],[-206086,121530],[-207176,124778],[-206233,124612],[-206736,126227],[-208220,125865],[-207225,127794],[-205688,127334],[-205784,126227],[-211467,124545],[-213125,124865],[-213831,123165],[-215093,122593],[-213863,127359],[-229323,-316611],[-229671,-316315],[-230245,-318476],[-227716,-319499],[-226494,-318814],[-226396,-319011],[-226343,-319350],[-225484,-317799],[-225211,-317498],[-225188,-318433],[-226098,-320078],[-225596,-319913],[-226865,-322182],[-226595,-323596],[-227826,-323599],[-226739,-323312],[-220550,139154],[-220598,138030],[-222281,136610],[-225058,138101],[-225606,136279],[-228531,136288],[-226776,131670],[-228346,130904],[-226921,129201],[-217751,143729],[-230114,324003],[-229761,320467],[-225806,333762],[-226513,337013],[-225023,335067],[-225638,333952],[-227716,335805],[-227327,335790],[-227275,348065],[-230307,349901],[-230076,349942],[-229357,349138],[-230321,353788],[-228181,354092],[-226926,356331],[-230012,355506],[-225165,102636],[-226101,113484],[-225787,113028],[-222440,112614],[-220975,111447],[-222351,110683],[-221795,110396],[-219832,108708],[-229876,114600],[-229835,110739],[-227830,106483],[-226519,106316],[-226755,104499],[-225419,104057],[-224876,103982],[-222869,104565],[-224493,104017],[-229296,120050],[-228342,118522],[-227946,117904],[-226263,117124],[-225524,128132],[-226498,128048],[-228760,125886],[-229536,126637],[-229703,122154],[-239112,-305496],[-234799,-302034],[-242443,-300944],[-239068,-301873],[-241247,-304730],[-232428,-313194],[-236323,-312757],[-232143,-307048],[-239317,-313290],[-236388,-308001],[-234854,-308265],[-230520,-315663],[-240548,-311533],[-238592,-311196],[-235218,-313618],[-240026,-313394],[-238949,-312918],[-238010,-312055],[-237150,-310894],[-236764,-312302],[-237183,-310981],[-236312,-311772],[-231870,-309785],[-231775,-314305],[-232148,-314301],[-231966,-312372],[-233302,-312185],[-231809,-311173],[-232017,-309441],[-232765,-310752],[-239177,-318021],[-235562,-316344],[-239051,-319513],[-241148,-318563],[-236022,-314793],[-237313,-317849],[-238409,-316911],[-237720,-317602],[-235937,-317706],[-237747,-316517],[-238089,-315816],[-240010,-316675],[-237873,-313722],[-235273,-313928],[-236051,-315609],[-239435,-317891],[-240765,-316412],[-240500,-314483],[-241436,-316781],[-238077,-314871],[-240244,-314223],[-234104,-317475],[-234095,-318674],[-233624,-317885],[-232615,-319089],[-232220,-319043],[-230595,-318019],[-230647,-317725],[-232921,-315351],[-240828,-325110],[-240587,-322867],[-238616,-325812],[-238913,-319951],[-240767,-326281],[-241267,-332088],[-239624,-332027],[-242990,-326854],[-237060,-319968],[-237519,-320360],[-239054,-324275],[-238617,-323000],[-238161,-321746],[-239518,-320887],[-243131,-331722],[-243044,-323434],[-241845,-324340],[-242042,-323385],[-242709,-325069],[-241061,-326011],[-240667,-323071],[-239322,-323224],[-240250,-326712],[-240507,-323112],[-239232,-322186],[-241169,-321151],[-240223,-321143],[-240401,-322801],[-240310,-319879],[-242612,-333027],[-239148,-335722],[-242642,-335642],[-240831,-336781],[-241467,-333255],[-241608,-332984],[-241206,-335163],[-240082,-333790],[-242012,-334428],[-234711,129414],[-240746,131887],[-242001,132102],[-241986,129162],[-243046,128228],[-231342,321584],[-231125,343722],[-231117,345413],[-236063,342246],[-234709,341536],[-233896,341665],[-234978,340802],[-236389,341236],[-234449,344140],[-236611,340919],[-232631,340617],[-232880,337762],[-232135,338021],[-231331,337084],[-238621,341348],[-232661,351841],[-232195,352946],[-230583,354856],[-230611,345991],[-231241,346297],[-230598,109842],[-239267,121294],[-233144,125716],[-234679,125519],[-230912,123879],[-232720,122293],[-232070,121030],[-230969,118678],[-231577,119848],[-231059,118662],[-235071,122108],[-235983,123644],[-235111,125321],[-238340,120909],[-237979,120680],[-254542,-287146],[-248295,-290962],[-253719,-291342],[-253402,-287475],[-250988,-291767],[-252930,-295302],[-253942,-296575],[-250049,-304757],[-245008,-306765],[-249747,-303371],[-247933,-297609],[-247658,-296296],[-255651,-304869],[-250984,-303568],[-253277,-303163],[-253862,-298284],[-254238,-301725],[-254609,-302440],[-253655,-299572],[-253558,-300590],[-249487,-300101],[-249165,-303214],[-249155,-307183],[-254592,-308356],[-249111,-308397],[-249529,-309112],[-249557,-307944],[-250722,-317321],[-251402,-317126],[-249734,-319418],[-253089,-318034],[-249831,-317220],[-252911,-331126],[-247223,-328898],[-253126,-329067],[-243940,-325242],[-255101,-330483],[-251486,-332169],[-254675,-332182],[-243523,-331453],[-250451,-327705],[-250026,-326865],[-254950,-323254],[-254731,-326017],[-253306,-321462],[-244214,-330175],[-249723,-330110],[-251656,-332093],[-246375,-329171],[-244510,-331128],[-247526,-332259],[-249689,-328177],[-252289,-330510],[-247163,-329113],[-245698,-332249],[-245634,-332388],[-247594,-331982],[-248724,-330200],[-248678,-331032],[-254067,-330759],[-254116,-329574],[-248370,-330444],[-247307,-330911],[-245760,-330724],[-245162,-330006],[-245593,-329464],[-243967,-328818],[-245029,-329685],[-253316,-332567],[-250606,-331727],[-250983,-331477],[-246182,-338223],[-245758,-337461],[-246343,-337468],[-247226,-337754],[-253499,-336077],[-250601,-333947],[-249477,-337891],[-253842,-338793],[-253069,-334366],[-251315,-339051],[-244951,-333410],[-248634,-332921],[-253555,-332989],[-252073,-333527],[-253201,-338785],[-250593,-337833],[-254520,-333812],[-251763,-336078],[-250297,-337910],[-253624,-336375],[-249393,-337643],[-252522,-332991],[-250093,-338126],[-249765,-337041],[-250107,-337250],[-253990,-334406],[-250354,-335701],[-246854,-336687],[-247991,-334692],[-246512,-334576],[-244282,-336796],[-251908,-337457],[-250793,-336718],[-248948,-336528],[-245776,-337993],[-252273,-337064],[-246682,-337166],[-246682,-334864],[-245685,-336609],[-250749,-337128],[-246020,-334888],[-245050,-334690],[-245082,-334786],[-243749,-335755],[-243567,-336233],[-245555,-333244],[-245642,-333647],[-254906,-338855],[-254507,-339311],[-253866,-338816],[-253762,-336775],[-253037,-338453],[-263419,-286023],[-263499,-288824],[-260958,-291989],[-256352,-290846],[-263882,-293270],[-257678,-290771],[-261219,-284092],[-256647,-292620],[-259207,-291186],[-257735,-288060],[-258918,-291424],[-259308,-300681],[-256859,-296761],[-259215,-302930],[-259123,-301717],[-266494,-295546],[-258270,-298707],[-264123,-295041],[-260948,-302934],[-258067,-304186],[-263116,-295949],[-266532,-301442],[-265054,-294233],[-256621,-303799],[-264719,-302422],[-259149,-301855],[-262020,-306865],[-256817,-305772],[-259482,-308175],[-257138,-312557],[-257381,-318378],[-262498,-307777],[-260098,-311301],[-257887,-308172],[-256949,-316139],[-259195,-313486],[-257949,-313446],[-257975,-319033],[-261382,-310806],[-262081,-308279],[-256026,-316871],[-257225,-324007],[-256221,-332809],[-280398,-496778],[-281510,-495320],[-293307,-243255],[-292690,-241663],[-293203,-241868],[-293821,-242215],[-293174,-242034],[-291603,-242055],[-292508,-242757],[-291819,-242296],[-291738,-242037],[-292109,-242781],[-291507,-242296],[-291343,-242145],[-291102,-242075],[-291135,-241586],[-290844,-241141],[-291223,-241423],[-293165,-241387],[-293302,-241674],[-293909,-242490],[-294083,-239775],[-294391,-240603],[-294125,-240544],[-293582,-239835],[-293850,-240457],[-292940,-239694],[-292780,-239114],[-293465,-239850],[-293384,-239981],[-294017,-243419],[-294228,-243648],[-294273,-243877],[-293052,-243110],[-292885,-243285],[-293354,-243490],[-294200,-244426],[-294192,-244588],[-291558,-370687],[-293173,-370442],[-293218,-369250],[-292031,-368972],[-286978,-375496],[-286179,-375366],[-291734,-371217],[-292364,-371164],[-287271,-375761],[-286994,-376508],[-286585,-375663],[-286191,-375700],[-282864,-497391],[-283005,-494738],[-294766,-242291],[-294890,-242513],[-294930,-242131],[-295091,-242782],[-295313,-242819],[-295521,-242603],[-295730,-242550],[-295879,-242799],[-295929,-242622],[-295654,-242833],[-294486,-241571],[-294824,-241499],[-294915,-241894],[-294657,-241722],[-295156,-241908],[-295020,-242157],[-294589,-240520],[-294771,-241132],[-294483,-244052],[-294684,-244139],[-295088,-244234],[-295243,-244062],[-294780,-244308],[-294582,-244511],[-294631,-244508],[-295015,-244489],[-295424,-244368],[-295568,-244242],[-295792,-244248],[-295879,-243063],[-294971,-243920],[-294553,-244218],[-295217,-368152],[-295385,-369874],[-295802,-368295],[-306029,-370644],[-303338,-375233],[-303365,-374675],[-303090,-375149],[-304929,-374310],[-305409,-375173],[-304901,-374583],[-306281,-373365],[-305339,-373695],[-306106,-374437],[-297805,-379321],[-296799,-378745],[-298226,-378661],[-306544,-371459],[-304908,-371264],[-302546,-373224],[-303133,-374073],[-315718,-243601],[-315737,-243583],[-315530,-243694],[-317668,-244668],[-317710,-244384],[-317703,-244677],[-319084,-244405],[-319127,-244345],[-319134,-244436],[-319832,-244334],[-319818,-244639],[-313074,-371792],[-316808,-375083],[-317781,-374951],[-316426,-374951],[-315511,-375157],[-316402,-375113],[-314877,-375220],[-313065,-372650],[-313702,-372736],[-313287,-372212],[-319776,-373511],[-319913,-372390],[-319437,-372022],[-317598,-372067],[-318452,-371962],[-317356,-371588],[-313865,-378480],[-313601,-378407],[-314408,-378099],[-312669,-371191],[-312360,-371190],[-319618,-384930],[-318853,-414876],[-318611,-414903],[-319948,-415548],[-319273,-418786],[-319333,-417992],[-318718,-426185],[-318293,-425978],[-319546,-425983],[-317309,-432120],[-316899,-431112],[-317175,-432336],[-318803,-431472],[-318862,-431494],[-318777,-432461],[-318809,-431370],[-318446,-430565],[-318853,-430064],[-319661,-430053],[-312699,-431267],[-312964,-431448],[-312759,-430662],[-327610,-248913],[-327939,-249243],[-325497,-246930],[-325512,-246838],[-325756,-247364],[-329696,-250495],[-325062,-246468],[-325066,-246586],[-325000,-246280],[-327886,-249303],[-326919,-249506],[-320552,-248026],[-320779,-248384],[-329963,-250511],[-320775,-248423],[-330082,-250313],[-327364,-249897],[-327431,-249766],[-320084,-244822],[-320693,-244698],[-320816,-244738],[-320419,-244639],[-322211,-245052],[-322398,-244806],[-322156,-244487],[-321469,-245928],[-321353,-245528],[-321564,-245568],[-322073,-248594],[-321708,-248545],[-321997,-248707],[-321228,-248827],[-321290,-248743],[-321486,-249074],[-332608,-354307],[-325888,-370328],[-324972,-369999],[-324415,-370873],[-325119,-370729],[-328062,-367480],[-322399,-380263],[-322271,-379363],[-321129,-379818],[-320390,-375956],[-320381,-375992],[-320365,-374592],[-320622,-374255],[-321809,-374432],[-321266,-373291],[-321450,-373863],[-321359,-372787],[-325188,-371737],[-324915,-371726],[-323748,-376460],[-325066,-375234],[-324631,-376343],[-324079,-375855],[-325878,-381572],[-326100,-382314],[-325890,-382257],[-332332,-379413],[-330757,-381541],[-329446,-381755],[-330734,-382353],[-326728,-379945],[-326472,-379385],[-326206,-379518],[-326148,-375920],[-326024,-376593],[-324776,-377433],[-327198,-376976],[-326648,-377216],[-327236,-376374],[-320631,-372786],[-320153,-385559],[-320477,-385585],[-323444,-388587],[-323010,-388831],[-322364,-387721],[-329850,-384359],[-329260,-385515],[-329623,-384076],[-329040,-396405],[-329312,-395036],[-329297,-395378],[-330029,-391882],[-330171,-391755],[-330852,-391178],[-329651,-389097],[-330265,-389328],[-330460,-387957],[-323415,-388008],[-332161,-405261],[-327289,-400310],[-326491,-400833],[-326589,-401095],[-331972,-406154],[-332771,-404777],[-332328,-405249],[-330976,-398141],[-329922,-398223],[-329875,-398770],[-327637,-397626],[-326655,-397580],[-327833,-402163],[-329081,-401927],[-329078,-401785],[-329553,-404869],[-328738,-405698],[-328356,-404923],[-332167,-405762],[-332156,-405537],[-329303,-406462],[-329211,-407401],[-328531,-407474],[-330758,-408458],[-330451,-408509],[-331087,-408038],[-329216,-400778],[-329825,-399840],[-331907,-398737],[-329671,-399688],[-332117,-398959],[-332112,-398622],[-330215,-403276],[-328970,-403566],[-328773,-404288],[-323343,-419195],[-323615,-419524],[-322862,-419571],[-329571,-418699],[-329833,-418683],[-329642,-418988],[-329470,-411601],[-330486,-413035],[-329052,-411749],[-327921,-413111],[-327407,-412853],[-327862,-413146],[-324827,-421896],[-325126,-421793],[-331784,-421377],[-332786,-421626],[-332762,-420420],[-320409,-418350],[-320249,-418789],[-320758,-418532],[-323054,-419961],[-322892,-420029],[-323110,-421166],[-324673,-419643],[-325249,-420190],[-324098,-418983],[-325003,-419362],[-325797,-419729],[-325029,-419730],[-326198,-422190],[-326573,-422058],[-320127,-425160],[-320083,-425057],[-325771,-434336],[-325449,-434998],[-326574,-427004],[-325505,-426111],[-322206,-429070],[-321834,-429709],[-321288,-428963],[-321086,-429593],[-322910,-428533],[-323066,-428533],[-327904,-427460],[-328212,-426731],[-327319,-428232],[-320131,-429865],[-325962,-426544],[-332745,-427029],[-332534,-426487],[-332679,-426590],[-332157,-428191],[-330875,-432969],[-332520,-432111],[-331122,-432452],[-331517,-432208],[-330859,-432250],[-330046,-432110],[-329957,-431273],[-329233,-427700],[-328563,-428164],[-328857,-427860],[-327363,-430461],[-327246,-430075],[-327064,-429973],[-322662,-427632],[-324011,-423067],[-326395,-423070],[-326707,-423341],[-326354,-423382],[-329200,-422434],[-330167,-422553],[-330065,-423519],[-329834,-422999],[-331942,-422347],[-325438,-423055],[-326581,-423332],[-327156,-423284],[-326193,-423949],[-324612,-427891],[-324778,-428285],[-324581,-427206],[-320073,-430616],[-325698,-435072],[-325278,-435116],[-326140,-435180],[-325722,-435676],[-329588,-441035],[-329638,-440918],[-329710,-440459],[-331551,-439991],[-331211,-440017],[-330444,-439972],[-332463,-440492],[-332016,-437187],[-332588,-436399],[-332154,-436515],[-330416,294527],[-332592,291582],[-332387,291849],[-330928,293548],[-329014,295024],[-330769,296422],[-327922,295862],[-331625,297321],[-343458,-250661],[-343814,-250689],[-343725,-250429],[-345580,-246646],[-345457,-246408],[-333269,-382657],[-333090,-379034],[-332949,-378405],[-332962,-383111],[-342953,-387649],[-340809,-391442],[-338342,-389014],[-340128,-385513],[-345126,-386666],[-339175,-394274],[-344315,-385663],[-340422,-394514],[-332990,-383912],[-335355,-390315],[-335556,-390478],[-335108,-391380],[-332969,-403592],[-333582,-403465],[-334803,-403681],[-333663,-402529],[-336113,-401124],[-336173,-401513],[-335953,-400745],[-333245,-397834],[-334561,-398754],[-334323,-397968],[-338058,-406385],[-338969,-406286],[-338081,-405400],[-333060,-398420],[-334459,-398606],[-333140,-414707],[-334006,-415434],[-333942,-415013],[-335174,-417111],[-334754,-418406],[-334948,-417284],[-334198,-421577],[-343312,-422049],[-337878,-422023],[-338665,-420981],[-338601,-421724],[-337676,-418832],[-337395,-419119],[-337642,-419198],[-335212,-421312],[-335214,-420830],[-332883,-418684],[-333982,-417425],[-333569,-418636],[-335833,-410084],[-335763,-410834],[-335062,-410270],[-337880,-410765],[-337010,-410845],[-337131,-411271],[-333529,-421648],[-334942,-420795],[-333107,-421481],[-333622,-420534],[-338342,-431914],[-338544,-432688],[-339037,-432203],[-338630,-428636],[-339216,-428660],[-340776,-429145],[-339609,-428311],[-339807,-428425],[-344556,-424114],[-344808,-423062],[-344095,-422950],[-343674,-422927],[-333339,-428054],[-333505,-428135],[-333325,-439254],[-333570,-440507],[-334372,-436899],[-335000,-436084],[-335300,-435773],[-337186,281448],[-332875,291545],[-338403,283950],[-336292,282028],[-337185,282017],[-336473,285894],[-334740,288655],[-336140,290495],[-335882,292137],[-335073,292151],[-342482,285789],[-344757,287270],[-343264,285568],[-337726,284318],[-336065,282401],[-338115,289504],[-333104,298697],[-334312,299706],[-336578,301001],[-341343,302921],[-340215,304898],[-339008,305371],[-338405,303848],[-336731,303177],[-340489,302460],[-335234,299589],[-335285,296299],[-335521,298653],[-335354,297711],[-335555,297841],[-350827,-242747],[-350784,-242482],[-350835,-242580],[-351506,-242083],[-351552,-242266],[-351320,-241722],[-354607,-251736],[-354393,-251343],[-354270,-251422],[-354902,-250681],[-354966,-250633],[-354973,-250834],[-347600,-252855],[-350103,-250364],[-347649,-253246],[-348194,-254389],[-348107,-254503],[-354977,-250012],[-346456,-255760],[-346496,-255797],[-347412,-255706],[-347302,-255791],[-345749,-246310],[-347585,-251519],[-347739,-251605],[-347578,-251599],[-356005,-250119],[-354864,-250012],[-355297,-249871],[-355856,-249944],[-346656,-250688],[-347804,-251094],[-347582,-251106],[-355936,-249942],[-347904,-251834],[-347485,-252303],[-349821,-249849],[-346543,-253146],[-346630,-252999],[-348214,-250411],[-347982,-250369],[-348164,-250887],[-351553,-250755],[-349950,-249904],[-351577,-251010],[-350733,-250379],[-351075,-250456],[-350828,-250276],[-351587,-251003],[-356988,-262606],[-357425,-262072],[-356902,-262961],[-357451,-262147],[-357326,-262322],[-357574,-261732],[-357567,-261636],[-356869,-262971],[-357585,-263132],[-356813,-262684],[-349366,-258065],[-357460,-263057],[-357269,-263346],[-349590,-258246],[-346163,-256001],[-356794,-265409],[-349126,-257076],[-348954,-257197],[-356589,-265151],[-351243,-256878],[-351210,-257023],[-350773,-256923],[-350830,-255807],[-350879,-256071],[-351029,-256299],[-356784,-265526],[-356101,-264586],[-356516,-264804],[-350043,-261553],[-350031,-261543],[-350206,-261294],[-356768,-264506],[-349265,-260983],[-356555,-264960],[-348847,-259539],[-348835,-259549],[-348596,-259341],[-349975,-258779],[-349686,-258946],[-349852,-259286],[-349211,-258137],[-356998,-263443],[-356888,-263389],[-356484,-263534],[-356383,-263772],[-356741,-263905],[-356562,-263068],[-356483,-263262],[-356410,-262976],[-356924,-264633],[-357023,-264594],[-346972,-350608],[-357505,-351553],[-355681,-349984],[-348883,-349168],[-348746,-355799],[-354354,-357252],[-348079,-354477],[-351039,-358619],[-351161,-365494],[-357394,-370734],[-348015,-360388],[-354015,-371690],[-357433,-376725],[-357454,-382626],[-358242,-378765],[-351557,-376507],[-355351,-376506],[-348471,-383275],[-346514,-378284],[-356615,-384026],[-346247,-385954],[-354626,-389841],[-350140,-394905],[-348023,-393864],[-355628,-390650],[-354412,-392371],[-352399,-391067],[-346301,-387487],[-349186,-389698],[-347520,-389501],[-356886,-396167],[-347450,-403103],[-356242,-399469],[-355905,-402781],[-351937,-402006],[-356464,-404260],[-352827,-402209],[-356669,-407425],[-347333,-396851],[-354248,-398512],[-351335,-408861],[-348866,-410452],[-355705,-412360],[-357591,-413256],[-357591,-411591],[-358212,292617],[-355906,283128],[-357930,281835],[-355717,289572],[-353741,291483],[-356312,288875],[-357942,289727],[-356838,294060],[-364950,-236591],[-364644,-236943],[-365047,-236832],[-363932,-238797],[-363906,-238823],[-365066,-236353],[-365035,-236178],[-364899,-235768],[-365570,-236445],[-365326,-236720],[-365499,-236585],[-363935,-239188],[-364045,-236146],[-364271,-235670],[-364127,-236066],[-363504,-236072],[-363399,-235621],[-363644,-235760],[-362188,-235681],[-362253,-235817],[-362336,-235847],[-363741,-238735],[-363912,-238622],[-363699,-238483],[-361869,-236308],[-362080,-236594],[-362133,-236811],[-362041,-237211],[-362518,-237343],[-361980,-238083],[-362222,-238283],[-362001,-237946],[-362624,-237883],[-362067,-237818],[-362328,-237693],[-368660,-235026],[-368744,-235018],[-368383,-235034],[-368158,-235254],[-368119,-235765],[-367620,-235688],[-368101,-235544],[-367819,-235211],[-368163,-235930],[-368248,-235939],[-368244,-236244],[-366575,-236012],[-366563,-235737],[-366973,-235773],[-369823,-235630],[-369877,-235649],[-369863,-235373],[-365328,-235234],[-365205,-235438],[-365011,-235742],[-363691,-237659],[-363525,-237446],[-363783,-237574],[-364182,-237245],[-364160,-236830],[-364240,-236831],[-364314,-238269],[-364014,-238194],[-364349,-238106],[-366464,-248033],[-366396,-248771],[-366062,-248762],[-366698,-249974],[-367984,-250916],[-358865,-262930],[-365728,-262737],[-360745,-266164],[-360674,-266519],[-360700,-266576],[-362796,-267277],[-362591,-267287],[-362363,-266948],[-364050,-259977],[-364184,-260264],[-363976,-260016],[-363759,-259532],[-363580,-259520],[-363555,-259537],[-363072,-262131],[-363620,-261573],[-358695,-262730],[-358897,-262872],[-362831,-261299],[-363035,-261463],[-362740,-260970],[-362027,-261032],[-362007,-261405],[-361929,-261074],[-361240,-262607],[-361183,-262217],[-361020,-262596],[-362072,-262654],[-361803,-262759],[-362067,-262846],[-366182,-265113],[-366240,-265497],[-366074,-265305],[-367134,-264213],[-362729,-354772],[-358738,-351126],[-370865,-358173],[-362388,-355974],[-366621,-355853],[-366203,-349357],[-365858,-353990],[-370558,-369048],[-371181,-368165],[-358703,-364555],[-366129,-367961],[-368731,-363530],[-360457,-359082],[-359136,-364081],[-369181,-361415],[-366229,-364197],[-371171,-358470],[-363022,-382027],[-359556,-382861],[-360287,-375928],[-367299,-371089],[-360603,-393313],[-361789,-396316],[-359195,-387491],[-367402,-395806],[-368953,-388681],[-369090,-392463],[-363741,-384703],[-367650,-391016],[-370845,-396035],[-359199,-392302],[-361313,-387296],[-370194,-396249],[-361473,-386594],[-365285,-393749],[-363240,-407818],[-362665,-396783],[-364427,-399540],[-360553,-405076],[-366533,-409019],[-361127,-405301],[-362918,-398774],[-361569,-400510],[-360332,-403609],[-358966,-416656],[-363648,-415266],[-364245,-409733],[-370368,-412871],[-368532,-411032],[-367437,-412007],[-368201,-555875],[-358573,281239],[-359684,282158],[-361610,283772],[-361589,285947],[-370454,293748],[-369493,296909],[-370185,296214],[-368950,313292],[-370229,314685],[-368888,314338],[-369387,319878],[-370975,312849],[-370497,310087],[-370728,310589],[-369382,311226],[-367715,312267],[-369969,324401],[-368810,322205],[-371169,320321],[-369666,321313],[-369304,329482],[-367378,329837],[-368049,327446],[-370055,327646],[-366602,328718],[-364729,326086],[-363850,327488],[-362766,326891],[-362288,326708],[-360597,325835],[-359432,328201],[-359537,329196],[-360542,328198],[-363759,329033],[-363477,329615],[-364609,328610],[-371082,337098],[-370839,337185],[-368409,334255],[-369154,334575],[-364736,335948],[-365625,335211],[-382916,-212285],[-382224,-211770],[-382210,-212613],[-382644,-211612],[-382116,-211913],[-382291,-212267],[-382456,-211754],[-382790,-212053],[-383590,-212349],[-383205,-212144],[-383488,-212356],[-383499,-212165],[-381690,-344344],[-380199,-341177],[-377617,-339366],[-374576,-338057],[-371622,-356906],[-381537,-348602],[-379057,-357104],[-375233,-352117],[-380324,-351094],[-377977,-350896],[-371886,-352072],[-372673,-369610],[-379235,-362051],[-378417,-360110],[-383165,-365250],[-371579,-359018],[-379731,-364949],[-379744,-370354],[-377221,-368391],[-378167,-374435],[-373623,-378699],[-371320,-383396],[-374927,-378416],[-381562,-376405],[-373137,-381457],[-377329,-383215],[-374689,-373750],[-383965,-381486],[-382722,-391648],[-377854,-393208],[-373395,-396223],[-381567,-395355],[-376958,-384962],[-383729,-386761],[-372286,-389484],[-376145,-392145],[-374107,-390920],[-377106,-391336],[-375685,-386977],[-376321,-409042],[-371279,-402717],[-378656,-401209],[-378003,-407954],[-382194,-402645],[-374047,-406135],[-372715,-402719],[-380342,-397239],[-379788,-403417],[-377367,-405153],[-382358,-408435],[-375370,-406910],[-373491,-407378],[-380572,-411966],[-374789,294010],[-374249,292611],[-373585,293311],[-374041,294604],[-376863,294947],[-379650,298642],[-380586,299758],[-382688,300176],[-383520,299101],[-382278,299950],[-381416,299148],[-380173,298055],[-383477,300049],[-383751,300381],[-383958,298135],[-371728,296366],[-374470,306629],[-376133,307197],[-382050,307463],[-382339,308246],[-380703,310536],[-380063,311633],[-378658,311425],[-381893,310715],[-381367,310561],[-380349,314067],[-380417,315440],[-382542,316907],[-383907,314406],[-377542,317820],[-378335,315861],[-377704,314902],[-376095,316860],[-379733,318559],[-380600,317222],[-375376,318693],[-376352,318852],[-377585,320101],[-373011,312368],[-376990,307666],[-374030,308079],[-372391,309291],[-373687,311295],[-377125,321624],[-377735,323353],[-378142,323127],[-376604,323288],[-374772,320689],[-377018,320594],[-373759,321916],[-372085,322191],[-375221,324421],[-377120,325298],[-377578,326473],[-379716,326040],[-379896,324955],[-372002,339848],[-373810,340464],[-372646,336979],[-394304,-202348],[-394341,-202516],[-394175,-202714],[-394070,-202034],[-393775,-201932],[-394167,-202294],[-394752,-203839],[-395030,-203888],[-395109,-203745],[-394756,-203246],[-394618,-203200],[-394584,-203138],[-393811,-212193],[-394113,-212234],[-394001,-211972],[-393801,-212444],[-393994,-212713],[-394098,-212567],[-392596,-212975],[-392526,-212902],[-392777,-212969],[-392091,-213585],[-391914,-213533],[-391782,-213860],[-392129,-214191],[-391820,-214456],[-391990,-214267],[-391386,-215118],[-391725,-215231],[-391616,-215010],[-392106,-215373],[-392049,-215312],[-392013,-215166],[-391407,-215872],[-391866,-216310],[-391661,-215967],[-391173,-217846],[-391032,-218078],[-390830,-218342],[-389466,-219689],[-389559,-219732],[-389318,-219583],[-389623,-220506],[-390000,-220344],[-389436,-220361],[-394874,-357627],[-394660,-367602],[-388824,-359929],[-384795,-358441],[-385788,-358497],[-395755,-370832],[-393751,-362090],[-391507,-362621],[-388763,-368786],[-390133,-366738],[-391295,-367532],[-389377,-368048],[-390931,-365774],[-390018,-364148],[-387324,-364566],[-386048,-373925],[-392341,-376556],[-390047,-375184],[-396269,-372150],[-389518,-377463],[-388828,-380099],[-388501,-384973],[-395739,-396358],[-395900,-386992],[-390872,-389579],[-393570,-384145],[-386595,-388188],[-384392,-384749],[-387549,-390834],[-388649,-393073],[-394024,-385949],[-388336,-394966],[-391314,-385935],[-395259,-389436],[-388731,-389189],[-388694,-399656],[-395081,-398120],[-385621,-401083],[-391366,-397933],[-386228,-398562],[-384101,-406266],[-387269,-405770],[-394287,-473388],[-396661,-472165],[-394870,-474394],[-385259,301912],[-386367,300694],[-387621,301196],[-386118,300252],[-385389,297540],[-385885,318738],[-386421,316899],[-384543,317905],[-385200,316007],[-386631,318426],[-387548,319289],[-403762,-353193],[-400530,-352046],[-402009,-352556],[-405515,-355892],[-402445,-351087],[-398737,-355436],[-407067,-352677],[-398713,-353853],[-402073,-360700],[-400640,-358388],[-397343,-359119],[-404987,-358785],[-400182,-369441],[-404209,-370663],[-398772,-365545],[-403671,-379926],[-400009,-371343],[-408126,-382390],[-401987,-383795],[-398930,-373842],[-397265,-379385],[-403015,-376101],[-397464,-375728],[-403243,-396578],[-399772,-394827],[-409476,-392244],[-402346,-387905],[-397096,-394495],[-399304,-393193],[-405240,-390533],[-402881,-392367],[-399471,-385546],[-406531,-386586],[-398990,-396001],[-397745,-401329],[-396861,-399850],[-403718,-465788],[-402653,-463843],[-401414,-463177],[-397515,-470054],[-400873,-472336],[-398086,-472484],[-400767,-469936],[-403135,-468550],[-404261,-469033],[-403628,-471055],[-406967,-472836],[-406585,-467429],[-404538,-470332],[-405085,-470546],[-405434,-469779],[-404569,-468115],[-407977,-479218],[-406453,-480378],[-403425,-481717],[-401237,-473735],[-397101,-479318],[-408202,-475164],[-405444,-477153],[-403045,-477025],[-401917,-475326],[-400133,-479106],[-398434,-477860],[-419405,-267121],[-420446,-268205],[-421403,-270907],[-421675,-271504],[-420738,-270286],[-420927,-268721],[-421570,-269125],[-420596,-344046],[-415726,-351711],[-421405,-347121],[-416438,-349670],[-418248,-346807],[-421042,-353262],[-422318,-351611],[-421707,-358721],[-422244,-359346],[-420507,-360911],[-420080,-360961],[-416799,-363759],[-415377,-362764],[-416346,-367421],[-413044,-358690],[-419615,-360401],[-419986,-358987],[-414384,-359687],[-418709,-382163],[-410277,-382118],[-411499,-380508],[-419166,-382484],[-414851,-392394],[-411565,-386811],[-414045,-387669],[-415324,-472520],[-421285,-471340],[-419728,-472016],[-418303,-471905],[-419717,-467604],[-418959,-468991],[-418599,-469034],[-415794,-467366],[-420268,-460958],[-410013,-463234],[-412535,-463708],[-410170,-470831],[-413590,-469430],[-415927,-483838],[-416340,-480341],[-414824,-476898],[-412974,-485002],[-411227,-481811],[-412691,-474258],[-419569,-481337],[-417368,-475493],[-414322,-481893],[-421729,-483232],[-410331,-475840],[-417446,-485357],[-419610,-476719],[-415516,-484550],[-419802,-491749],[-415320,-488021],[-419924,-498265],[-412804,-488916],[-415946,-495454],[-413951,-487354],[-421007,-499562],[-411820,-512697],[-412204,-513366],[-412099,-512696],[-421064,-534476],[-413997,-529242],[-412838,-529789],[-414556,-532001],[-412507,-525465],[-413328,-524679],[-426857,-260758],[-429198,-262019],[-427715,-268162],[-426406,-266265],[-426781,-266537],[-426521,-260979],[-426756,-267205],[-427678,-264074],[-428222,-263261],[-426902,-267489],[-426419,-266619],[-427007,-267715],[-425868,-264315],[-425481,-262926],[-429010,-263459],[-427515,-258891],[-429368,-260052],[-426966,-263888],[-426655,-266408],[-426523,-266602],[-423655,-261765],[-428151,-263370],[-423170,-262216],[-427778,-259250],[-423882,-261533],[-423178,-262378],[-427789,-263154],[-424473,-261688],[-429087,-263335],[-424286,-260862],[-426116,-260744],[-426947,-259914],[-426072,-274911],[-426840,-278997],[-428278,-275017],[-423835,-269227],[-428444,-275909],[-427905,-277708],[-426648,-271519],[-423029,-272104],[-426730,-279906],[-425319,-268914],[-429008,-277570],[-427205,-280646],[-428806,-279344],[-425915,-274941],[-426482,-278588],[-424968,-272593],[-425047,-269763],[-423530,-270291],[-428489,-324194],[-433631,-326148],[-432118,-321291],[-424554,-357754],[-428018,-355440],[-427175,-356715],[-431165,-346646],[-432686,-353716],[-423994,-351127],[-428102,-346958],[-429663,-350197],[-429196,-353170],[-430546,-358508],[-432457,-359803],[-434628,-358804],[-434443,-367594],[-425920,-459535],[-429194,-458192],[-434786,-472701],[-431202,-471113],[-433098,-463153],[-423510,-465490],[-425476,-465064],[-425587,-461523],[-431228,-470048],[-428482,-483307],[-424950,-482303],[-434095,-481306],[-424175,-481572],[-429595,-481070],[-431621,-476169],[-424459,-477099],[-433754,-491459],[-423598,-487236],[-425639,-497942],[-428711,-494852],[-432215,-489205],[-423807,-497046],[-425662,-497066],[-424743,-497878],[-424977,-498452],[-425771,-499015],[-444623,-315740],[-437825,-342132],[-445549,-340351],[-443869,-342271],[-442358,-352224],[-441881,-354076],[-437418,-366407],[-438536,-370190],[-445768,-368755],[-439065,-369864],[-447156,-384612],[-435279,-377117],[-446441,-380823],[-437657,-374777],[-440686,-375278],[-447061,-372626],[-446889,-371704],[-445170,-450375],[-442193,-458975],[-444913,-453380],[-438640,-456363],[-441386,-453698],[-442663,-450084],[-440557,-465742],[-443645,-466038],[-435686,-468455],[-437075,-464671],[-442178,-483714],[-435320,-477605],[-443261,-480302],[-440019,-482588],[-436677,-480372],[-445181,-483013],[-446153,-475503],[-445166,-477640],[-443515,-477055],[-447395,-495250],[-435908,-494823],[-438246,-497946],[-438569,-497182],[-439269,-495327],[-441816,-495024],[-443021,-493928],[-444700,-494860],[-436389,-499570],[-440534,-500186],[-447946,-503101],[-444866,-522264],[-444885,-519176],[-446811,-517301],[-446157,-517424],[-446939,-516819],[-446640,-514946],[-437739,-520302],[-437289,-520793],[-436721,-520799],[-436722,-521130],[-436792,-520309],[-436752,-520191],[-436001,-520376],[-436108,-521065],[-436802,-518215],[-437250,-517379],[-437810,-517190],[-437737,-518179],[-437058,-517307],[-436071,-516360],[-436091,-516140],[-435842,-517006],[-436733,-517169],[-436177,-516890],[-440812,-517027],[-442034,-517180],[-442029,-517520],[-441846,-517704],[-439485,-513208],[-439113,-513355],[-438035,-514975],[-439186,-512967],[-442855,-549896],[-442617,-550648],[-450540,-318076],[-450631,-315253],[-453989,-311893],[-459811,-332092],[-459811,-328158],[-460315,-325044],[-456722,-322036],[-451167,-345179],[-450870,-341461],[-456896,-342158],[-460778,-340458],[-454225,-339594],[-455725,-336586],[-459495,-334533],[-450032,-367434],[-458446,-367499],[-453294,-382019],[-448909,-381254],[-449228,-380788],[-454340,-381692],[-451729,-446985],[-458021,-444397],[-449364,-441636],[-457350,-446325],[-458416,-441874],[-457806,-438671],[-451065,-450274],[-451942,-451821],[-450874,-455729],[-451559,-459998],[-449717,-457115],[-458792,-463866],[-450576,-465995],[-459134,-472757],[-457146,-471105],[-455353,-463424],[-455523,-463254],[-448228,-466774],[-458001,-484867],[-456054,-481855],[-458518,-474176],[-453079,-478920],[-460188,-477828],[-448078,-480977],[-448485,-483015],[-452256,-476011],[-455286,-486517],[-450444,-507032],[-449055,-503125],[-457909,-502177],[-456796,-500961],[-456832,-501185],[-451886,-506722],[-450687,-505508],[-458148,-520211],[-459463,-519153],[-459467,-517936],[-459142,-517427],[-459853,-521445],[-459973,-521528],[-460135,-520848],[-459144,-520870],[-458907,-520207],[-456890,-518640],[-455947,-519078],[-455726,-518880],[-456891,-518078],[-457090,-517114],[-456024,-515915],[-457300,-515994],[-457010,-516269],[-455876,-517925],[-457345,-522688],[-458089,-523718],[-455533,-523903],[-455926,-523570],[-451980,-519697],[-451763,-520255],[-449545,-519718],[-449194,-519919],[-449016,-520196],[-451819,-520832],[-448472,-513512],[-465042,-162658],[-463121,-163190],[-462579,-160597],[-465637,-159904],[-465832,-159471],[-468255,-318984],[-465343,-319239],[-463023,-314506],[-467793,-308718],[-467395,-312116],[-465149,-310386],[-464324,-311982],[-461565,-310418],[-462824,-311544],[-465827,-314397],[-466510,-317002],[-469143,-318089],[-463949,-331161],[-464810,-328439],[-470789,-319859],[-464433,-321039],[-471403,-326959],[-473287,-328922],[-471504,-329846],[-467391,-344306],[-467257,-342185],[-471711,-342479],[-467167,-339407],[-472518,-339243],[-461909,-343187],[-464272,-341882],[-462669,-333014],[-463323,-335109],[-467066,-333643],[-472500,-337599],[-471182,-337880],[-467170,-356793],[-469104,-346147],[-463162,-365225],[-461520,-362505],[-464506,-360787],[-463424,-381208],[-462210,-377781],[-462077,-373512],[-461292,-384713],[-461643,-384347],[-465379,-442174],[-462024,-445768],[-464683,-443947],[-472864,-458620],[-472881,-451751],[-462147,-460072],[-473291,-461166],[-461906,-462393],[-469297,-463331],[-464341,-470058],[-470989,-478381],[-463283,-486177],[-461637,-476107],[-461857,-477842],[-464433,-477554],[-462908,-475150],[-466513,-479227],[-468403,-497108],[-468061,-497008],[-467925,-494975],[-467584,-494825],[-467098,-495389],[-471281,-494196],[-470357,-493714],[-471743,-494229],[-472601,-490386],[-471260,-489635],[-471825,-490373],[-467468,-509798],[-465920,-509650],[-471903,-508501],[-469595,-507155],[-466424,-500146],[-465590,-500501],[-466633,-500040],[-467641,-499486],[-469004,-520685],[-469220,-519820],[-468668,-520624],[-468275,-520987],[-469488,-519596],[-469005,-519371],[-470219,-517472],[-470726,-517051],[-470996,-517180],[-470290,-516233],[-470352,-514900],[-470505,-514579],[-470783,-513257],[-471031,-513376],[-471086,-513577],[-471743,-513425],[-472155,-513175],[-472362,-513173],[-463715,-513470],[-464241,-513501],[-464821,-513048],[-464664,-512669],[-465813,-513318],[-463206,-524208],[-470556,-513359],[-468402,-521451],[-469054,-521132],[-468496,-521614],[-468830,-521341],[-468268,-521502],[-472022,-512964],[-472312,-512492],[-463566,-524916],[-463461,-525788],[-464152,-525755],[-463491,-526667],[-463249,-526399],[-462624,-525683],[-462313,-526459],[-462372,-525637],[-462444,-524731],[-463124,-530965],[-462506,-528905],[-460972,-529115],[-471293,-541027],[-471449,-540641],[-471258,-540526],[-470821,-539924],[-474870,-325953],[-477806,-328614],[-482550,-343325],[-480148,-334796],[-476284,-345307],[-476014,-343479],[-482140,-338230],[-474575,-341123],[-480920,-344474],[-481544,-342482],[-473860,-338651],[-475632,-348892],[-476302,-350342],[-474903,-465680],[-475054,-468808],[-475191,-493733],[-474824,-492435],[-474799,-494001],[-479218,-491284],[-480932,-491138],[-479069,-492527],[-478277,-495577],[-479220,-495322],[-478445,-494036],[-479510,-498381],[-479401,-498627],[-481832,-491872],[-482956,-491779],[-482488,-491424],[-486549,-496461],[-484832,-494127],[-484026,-494057],[-479049,-499081],[-483661,-500118],[-484027,-500135],[-483692,-500898],[-483714,-516634],[-483964,-515652],[-484461,-515701],[-485092,-516037],[-481559,-517951],[-483677,-516445],[-483001,-518147],[-484212,-519230],[-477721,-521688],[-478362,-522445],[-474935,-522502],[-474458,-521462],[-474341,-521013],[-474970,-522871],[-474580,-522233],[-478347,-516438],[-478536,-516599],[-481130,-537194],[-482390,-550018],[-480066,-549666],[-480001,-549661],[-475226,-540995],[-481089,-538121],[-486263,-541390],[-486120,-541224],[-480291,-550269],[-496130,-171776],[-499104,-491229],[-486735,-497989],[-487038,-498029],[-490207,-498061],[-489215,-498892],[-492761,-498571],[-493181,-498838],[-495694,-498387],[-495008,-497365],[-496217,-496258],[-492175,-496185],[-492173,-495879],[-495671,-493352],[-496181,-494535],[-496352,-493611],[-496423,-493817],[-497545,-496235],[-496626,-494636],[-491648,-500132],[-494494,-499947],[-493324,-501004],[-494866,-501652],[-497718,-517178],[-498277,-518159],[-496354,-523168],[-493271,-520079],[-492873,-517422],[-496625,-526145],[-497671,-528674],[-497055,-528717],[-496076,-525447],[-495515,-525165],[-491336,-545751],[-490822,-545998],[-495055,-543706],[-496118,-544394],[-495623,-545273],[-495073,-545341],[-494820,-545564],[-495016,-544729],[-495258,-545275],[-495210,-545462],[-495466,-545282],[-487234,-540294],[-501774,-475040],[-505979,-488392],[-507000,-489073],[-503492,-489634],[-500140,-487762],[-500687,-492510],[-511844,-497283],[-506929,-490493],[-502009,-492189],[-501386,-493178],[-507577,-490375],[-500036,-518543],[-500980,-543770],[-522156,-223426],[-523471,-230723],[-520808,-231081],[-523447,-232056],[-521858,-230669],[-523558,-231293],[-521755,-231426],[-520810,-232724],[-519418,-234272],[-520446,-232806],[-524654,-232174],[-517430,-233459],[-516718,-232992],[-518834,-234746],[-520431,-232863],[-524358,-235933],[-517525,-234799],[-524320,-241710],[-518385,-234653],[-519412,-232231],[-519400,-232700],[-518292,-233288],[-524063,-265737],[-523163,-265180],[-520604,-270650],[-522046,-270416],[-521237,-270316],[-512290,-496196],[-513775,-497094],[-513733,-497477],[-513971,-497495],[-513869,-495642],[-515666,-497053],[-514526,-497464],[-514296,-498161],[-514203,-498254],[-513186,-498317],[-537508,-137462],[-536157,-131226],[-534242,-129367],[-534389,-129323],[-527407,-163788],[-527126,-231656],[-537313,-243690],[-535564,-263075],[-535721,-261923],[-533329,-262618],[-533553,-277947],[-532312,-277524],[-539281,-127356],[-539877,-127951],[-541770,-213538],[-543292,-213344],[-543039,-210048],[-541753,-209305],[-543993,-217230],[-545767,-211104],[-542654,-208279],[-543616,-216660],[-550184,-225246],[-548269,-224042],[-544250,-218010],[-548640,-221566],[-544945,-218399],[-542984,-217412],[-543560,-223282],[-542929,-223146],[-540914,-253132],[-545390,-266489],[-542675,-263183],[-541527,-272333],[-559501,-203296],[-559320,-202838],[-555185,-208953],[-561359,-210673],[-562438,-210710],[-560901,-207726],[-553809,-226574],[-560424,-229649],[-554327,-226513],[-558811,-228845],[-550904,-222929],[-552019,-224091],[-558483,-229139],[-561986,-240937],[-561679,-241123],[-561923,-244108],[-562147,-243743],[-559515,-255912],[-558032,-262891],[-556121,-268386],[-559060,-262433],[-556297,-267127],[-557791,-263463],[-556578,-266726],[-562764,-261350],[-562384,-261821],[-556904,-263849],[-557838,-271394],[-558518,-271171],[-558327,-272938],[-561667,-281253],[-561456,-280678],[-561632,-280544],[-562077,-269619],[-562923,-285949],[-563104,-283403],[-562285,-284372],[-559507,-287678],[-573135,-196194],[-574021,-202129],[-568245,-211012],[-574514,-215442],[-565560,-209701],[-567665,-211691],[-565436,-210343],[-568796,-211101],[-572407,-215335],[-572031,-214930],[-564492,-224227],[-564370,-228035],[-563627,-226964],[-564195,-227180],[-566132,-233538],[-574106,-255662],[-569778,-249290],[-568449,-261913],[-570334,-264698],[-564936,-267925],[-572429,-268070],[-565199,-267540],[-564702,-264740],[-564981,-264261],[-567904,-258762],[-569140,-264739],[-572270,-266952],[-569975,-262480],[-575960,-264794],[-569322,-268457],[-567334,-259622],[-575334,-279741],[-571899,-274445],[-572664,-273260],[-575509,-268869],[-573849,-277249],[-575219,-278642],[-575829,-277031],[-567415,-275768],[-564658,-280797],[-575650,-290085],[-569350,-284061],[-569796,-283131],[-575136,-283658],[-563952,-286347],[-563613,-288544],[-563479,-288733],[-564621,-288596],[-565109,-281401],[-564689,-281866],[-569264,-283408],[-569137,-283399],[-566702,-283343],[-569220,-283258],[-569061,-282381],[-569420,-282061],[-580520,-210080],[-583430,-226111],[-580910,-227257],[-580835,-232888],[-576462,-251379],[-578110,-266813],[-585812,-281297],[-588167,-277191],[-585855,-278717],[-585339,-281095],[-587512,-281020],[-582330,-280600],[-587401,-281370],[-585267,-273512],[-581479,-273803],[-581050,-277480],[-580507,-273856],[-584426,-281961],[-580617,-281519],[-578099,-283707],[-578914,-288952],[-579443,-285215],[-89103,62771],[-88344,62121],[-89069,58990],[-84514,60158],[-89402,53529],[-89487,73230],[-88025,69349],[-86844,102028],[-82330,113072],[-81818,107014],[-84108,103914],[-89283,119680],[-84020,115619],[-90635,50587],[-93510,47644],[-92854,48674],[-94119,47673],[-97080,51042],[-100174,51389],[-100872,51300],[-92561,53654],[-92898,52539],[-92035,73553],[-90715,74166],[-89720,69895],[-90329,70953],[-92654,68690],[-94387,69425],[-92685,65634],[-102002,84894],[-101697,87219],[-102344,86585],[-100948,85668],[-99092,84835],[-97949,85455],[-96780,87378],[-93363,85527],[-91843,84155],[-91268,81760],[-93507,79820],[-92079,77421],[-89660,98656],[-91954,101532],[-92671,101221],[-95365,101349],[-96065,99006],[-98512,98986],[-100517,101308],[-100707,98961],[-101875,118458],[-99309,117474],[-96461,117186],[-96104,117514],[-95257,119294],[-94284,120098],[-92042,118984],[-91110,122160],[-92213,123447],[-101062,124851],[-102303,125325],[-114499,128838],[-113451,130541],[-107875,132673],[-109693,133813],[-113761,135926],[-112838,136809],[-104953,130189],[-112957,130563],[-107653,131820],[-106076,138511],[-109527,143940],[-114743,49735],[-115109,51252],[-102721,53510],[-103475,53894],[-105436,54443],[-105813,53454],[-108284,55061],[-111224,60294],[-108258,54087],[-109346,55288],[-109967,55405],[-112287,55288],[-112757,55610],[-112081,54131],[-111609,53711],[-112728,57026],[-112358,59604],[-113022,58746],[-112485,60759],[-112440,61824],[-112793,61453],[-113058,59059],[-104523,89366],[-103451,89775],[-103869,89063],[-103424,88668],[-104443,95922],[-103164,92889],[-103653,91808],[-103579,90009],[-114853,90993],[-113829,111167],[-112659,111510],[-113539,115268],[-107586,114624],[-110935,119223],[-109445,115480],[-104484,115814],[-105456,117886],[-114405,126876],[-109246,128093],[-109752,127151],[-104843,123655],[-113354,126280],[-113208,127569],[-111441,124477],[-108623,122837],[189157,497931],[182867,493439],[189816,499784],[191999,506963],[194554,492223],[198062,495876],[195635,499115],[194071,499105],[195086,501865],[195011,501337],[194929,507310],[200166,504822],[202941,507148],[203877,512080],[199073,515476],[197039,512469],[200027,514016],[198196,517240],[195982,519626],[196813,521735],[198988,521101],[205135,510455],[212349,536409],[213781,542453],[215277,543595],[215119,541461],[213693,541229],[212792,542718],[212357,542014],[210999,537907],[215471,538142],[228012,535058],[223454,530504],[223263,531976],[224591,527965],[225971,528417],[227405,531056],[228039,527220],[226698,527504],[226347,526827],[226993,530060],[226371,531657],[230372,537829],[228443,538255],[226668,548019],[224629,547013],[218039,540644],[220268,542697],[220263,542824],[218530,544142],[222248,547057],[222967,547986],[219252,547939],[220437,549539],[221197,550585],[230023,551005],[226729,551559],[224144,563767],[227311,564112],[226768,565882],[234908,550101],[232727,548069],[239652,562493],[242284,563798],[244357,564298],[262257,399128],[261544,399192],[262318,397859],[261348,401558],[258037,517941],[258187,519495],[260650,516250],[259643,514672],[258881,516026],[258334,522351],[258634,523424],[258948,531813],[258259,532350],[274205,407599],[274027,410593],[273956,416172],[274053,418333],[280665,526115],[277548,543499],[286741,460973],[292696,462110],[288610,461935],[291214,461319],[291015,463043],[292506,462852],[293429,462905],[281890,525257],[305246,418804],[303734,418864],[302611,417236],[303251,415910],[302868,416259],[304955,420474],[294794,462971],[296927,462620],[300674,463247],[298530,462673],[306048,463535],[313058,407619],[313857,405919],[307357,416948],[308737,419317],[314619,420179],[314732,422186],[315737,418590],[314999,418821],[307676,464576],[310168,464180],[325588,422356],[324270,410422],[324609,411520],[329929,432442],[329498,431076],[327328,429808],[324933,428394],[327973,427670],[329299,428165],[331219,426438],[331680,428221],[55074,-96804],[87371,51099],[87342,49846],[89394,47643],[88732,51028],[86013,50436],[86112,49471],[88884,51834],[88832,51612],[84719,63134],[85790,63728],[84831,62295],[84080,62275],[81648,73027],[85099,64692],[85211,65023],[83546,71424],[84710,68746],[84177,69639],[84320,66883],[84203,67593],[82993,70083],[83729,70404],[82933,72884],[81993,72143],[94584,48509],[99462,49518],[98731,45989],[101016,49307],[98655,46042],[91850,48333],[92368,48263],[89788,49312],[90062,47554],[94414,50485],[94545,50874],[93072,49525],[92616,50330],[92106,49663],[94018,48497],[99397,49373],[93008,43595],[93652,43643],[100594,49709],[91928,55591],[92177,55402],[91480,55194],[91184,55563],[91524,55408],[90763,54961],[90076,55455],[89797,55541],[90182,56014],[90063,56180],[90727,56940],[90865,56627],[91045,57001],[94269,55529],[95219,55596],[96136,52827],[95301,53648],[95388,53702],[1041072,218029],[103168,37362],[102775,37794],[105743,48794],[106277,50123],[104165,48189],[107917,49410],[108127,50052],[103270,49191],[103427,48717],[103722,48497],[115379,302],[-1276055,1522929],[-1278959,1516691],[-124502,-189557],[-126203,-190378],[-124448,130235],[-119123,130544],[-116991,146274],[-119052,150037],[-121988,145884],[-126872,150472],[-122689,152706],[-120884,152215],[-120416,147853],[-120895,150837],[-119392,148572],[-126495,163912],[-124948,161711],[-124335,163425],[-117900,164541],[-127181,162425],[-123927,153842],[-121709,159166],[-123004,158518],[-126085,157557],[-117233,154521],[-119952,163526],[-120105,165794],[-119320,163565],[-127868,161985],[-122123,168639],[-117611,167486],[-117045,167367],[-122005,166717],[-124225,167934],[-116058,51001],[-115351,51338],[-122865,43923],[-124797,42989],[-124250,43524],[-126866,46057],[-127449,46518],[-127450,50857],[-117818,41244],[-121714,44884],[-127281,46768],[-115947,57926],[-116283,56001],[-115396,54242],[-116108,53560],[-119604,58941],[-119943,58533],[-121933,59101],[-121448,59726],[-121878,60595],[-122271,61062],[-123772,61322],[-123980,60316],[-125391,60800],[-125059,59348],[-125743,61340],[-126008,58779],[-126029,58006],[-125801,63868],[-126279,51908],[-126563,53070],[-125901,52991],[-124914,53408],[-121606,54591],[-127152,61316],[-127029,65318],[-127849,64609],[-126308,67786],[-127280,69169],[-127669,69957],[-124457,70225],[-121052,72481],[-122685,72083],[-122881,73957],[-121983,76129],[-124510,76247],[-125650,76694],[-116581,87835],[-117758,86783],[-124765,79460],[-125115,81058],[-125234,80736],[-123915,81824],[-126294,82703],[-116497,92619],[-116510,90548],[-121251,97223],[-121566,99309],[-122923,102037],[-124707,100014],[-121970,92726],[-122259,91880],[-123059,91593],[-124169,92001],[-123331,93435],[-117655,109299],[-121362,102638],[-126650,105164],[-116050,115161],[-123438,127199],[-1453128,1344486],[-130215,150700],[-140598,152727],[-135203,153484],[-136354,152123],[-130536,151172],[-133152,149186],[-132116,147848],[-134246,150142],[-137052,150349],[-136862,146671],[-139055,148098],[-130728,163630],[-135729,159743],[-134272,159823],[-132974,158927],[-135218,157869],[-136216,158460],[-137061,164190],[-131610,162935],[-130320,164839],[-138247,164407],[-140228,164495],[-135828,165827],[-128533,166796],[-130163,48797],[-129182,48830],[-128069,52482],[-133369,62553],[-132292,57495],[-133580,57146],[-134151,56456],[-135470,56445],[-135234,58845],[-133527,54224],[-133590,52393],[-130046,61320],[-130489,60915],[-140191,76553],[-140085,79109],[-140367,82889],[-140342,84062],[-131512,97294],[-134775,96827],[-135060,96001],[-136037,94697],[-136020,96870],[-134564,93993],[-134221,94908],[-133939,92857],[-134347,91616],[-134749,90689],[-136099,91870],[-136944,91866],[-136099,89918],[-136489,90579],[-138572,89909],[-139040,94475],[-139371,93359],[-138580,93340],[-137071,97268],[-136507,98993],[-137857,98157],[-135883,102021],[-138028,102095],[-133446,101128],[-132263,101188],[-132235,101704],[-128518,102808],[-128925,113160],[-131126,112888],[-132351,112869],[-131638,105578],[-131948,103075],[-133480,106432],[-137132,102958],[-133040,104495],[-140002,104895],[-140390,105775],[-143320,151346],[-151463,141492],[-143560,144708],[-142529,159186],[-143730,160718],[-145975,156674],[-147681,156694],[-142104,155453],[-150354,155831],[-144113,163109],[-143381,165942],[-147806,162792],[-141783,163600],[-143961,163848],[-143350,165656],[-145174,67233],[-146143,71068],[-141638,76653],[-150706,70127],[-148585,73096],[-150109,71698],[-147539,69354],[-148621,69673],[-143373,71731],[-151132,67561],[-150388,66590],[-148892,66175],[-141617,80076],[-144112,78775],[-144521,79214],[-143309,77930],[-141792,78052],[-141773,80716],[-141434,81967],[-143231,87756],[-145166,87183],[-144067,83807],[-151366,88431],[-144759,85508],[-150574,86945],[-149340,87480],[-153240,85555],[-143927,79747],[-142839,83309],[-151831,88969],[-141602,91927],[-142162,93215],[-142668,93187],[-142236,90508],[-146948,97011],[-149695,96879],[-148550,101873],[-149231,100645],[-146697,99011],[-145989,98602],[-153398,100560],[-142042,99141],[-146910,91346],[-143351,92696],[-143020,91061],[-153102,91201],[-148614,91700],[-150686,91279],[-150497,102112],[-147305,96651],[-149781,104123],[-148157,107167],[-140943,104379],[-147231,109945],[-144514,104627],[-144434,104747],[-145928,106894],[-150525,107391],[-143534,106939],[-151955,108203],[-148098,108712],[-155406,139582],[-166337,139267],[-165235,138127],[-165651,135228],[-165363,133888],[-161709,130331],[-154510,155574],[-158738,154325],[-165625,154954],[-155923,62682],[-156719,63638],[-158354,64743],[-159241,72355],[-155759,69814],[-157075,70510],[-161052,74509],[-159502,71275],[-157445,75676],[-161039,72607],[-154883,68077],[-162802,88844],[-163317,89204],[-160404,88460],[-160687,87766],[-158931,88643],[-158148,86042],[-155967,89702],[-163998,88474],[-164272,87135],[-163255,85934],[-158393,85500],[-158678,96585],[-156571,98902],[-155137,102144],[-162628,89926],[-155263,101050],[-159888,93879],[-158961,113756],[-156607,110662],[-156775,111882],[-153848,107438],[-157618,106210],[-154824,106986],[-154453,107008],[-156254,113691],[-155985,108772],[-155057,109102],[-156464,107843],[-156256,111723],[-157061,113718],[-159036,116846],[-163124,127092],[-165653,123468],[-165114,126689],[-166365,122912],[-164061,122000],[-160695,121961],[-161035,121396],[-161323,123702],[-162756,125699],[-158320,116160],[-158310,116848],[-161300,117111],[-165081,118778],[-164053,117416],[-163169,118117],[-177517,-138653],[-177676,-138505],[-177837,-138774],[-177854,-138842],[-175917,-138203],[-175996,-137941],[-175676,-137897],[-175291,-137982],[-175208,-137933],[-175322,-138199],[-175370,-138422],[-175271,-138405],[-174953,-138438],[-179078,-146605],[-178668,-146966],[-178744,-147242],[-178550,-147779],[-178107,-147922],[-177909,-148096],[-177302,-148095],[-167770,-21643],[-168965,-21293],[-169231,-20455],[-167388,-21021],[-168495,-21995],[-174485,-98861],[-172329,-99678],[-174680,-100516],[-175181,-101315],[-176546,-102068],[-175702,-100426],[-174984,-99234],[-167926,-108368],[-169125,-106671],[-169452,-106704],[-173172,-103026],[-167865,135436],[-166561,133517],[-175063,134974],[-175263,132605],[-168935,135137],[-168931,138620],[-178936,136126],[-177391,135843],[-174554,133862],[-177766,129246],[-177223,131111],[-175456,129960],[-169744,128295],[-174671,129188],[-176302,129009],[-177589,149910],[-178996,144604],[-178878,151035],[-179170,153433],[-169151,149436],[-177557,151618],[-173770,150348],[-177864,144760],[-175900,143201],[-166862,150702],[-174844,146851],[-176691,158115],[-169168,155161],[-171794,156153],[-174319,159494],[-176131,157230],[-178286,157068],[-178324,88537],[-175426,89213],[-176190,87233],[-175578,86781],[-174796,86197],[-174529,87712],[-171603,86847],[-172157,87644],[-172073,86162],[-178951,106008],[-169556,122292],[-178194,125191],[-173788,126366],[-173553,127758],[-167268,127308],[-166418,126997],[-176224,127501],[-166908,122616],[-177898,117319],[-169055,123969],[-166684,124542],[-167514,117565],[-169701,119349],[-171248,119137],[-179639,-145175],[-179756,-144809],[-191083,-160924],[-187729,-163477],[-189607,-160802],[-190021,-163332],[-191475,-169075],[-179880,-88288],[-188358,-106367],[-186520,-106922],[-186710,-104617],[-187380,-109809],[-187061,-111183],[-188405,-109740],[-188502,-109374],[-189879,-111806],[-190883,-111992],[-190517,-113612],[-189901,-113955],[-182856,136566],[-185200,135221],[-191561,133802],[-189570,135142],[-186183,137128],[-183405,136831],[-188075,130451],[-188694,129666],[-189120,130766],[-184503,130350],[-189770,128999],[-191009,129313],[-191918,132724],[-186114,143251],[-186567,144148],[-188004,143894],[-189721,145709],[-180039,150960],[-181585,144775],[-183330,148023],[-183040,145349],[-186427,146171],[-190470,144066],[-180421,153172],[-190137,143277],[-188882,143362],[-191166,144218],[-179203,154260],[-183700,156683],[-190258,155273],[-189572,157580],[-190475,160518],[-191805,161294],[-183017,156664],[-188243,155591],[-189478,162082],[-185885,154660],[-190414,162827],[-179639,164026],[-179952,166116],[-181577,163517],[-189595,89254],[-187101,88603],[-187906,88684],[-186334,89439],[-185464,88331],[-185836,85802],[-185817,85968],[-183474,85382],[-184143,83582],[-182712,83840],[-181606,84167],[-184859,81684],[-182718,81382],[-180296,94606],[-181504,94743],[-183666,94796],[-184373,95520],[-184201,97666],[-183966,99140],[-185276,99540],[-184415,100838],[-186076,100166],[-187753,102838],[-187360,104097],[-185285,103587],[-190487,103095],[-189799,107696],[-187407,109106],[-189425,110632],[-188464,112115],[-190188,112660],[-190934,112060],[-191691,111175],[-179642,105173],[-180324,124284],[-180020,122863],[-190512,128195],[-191946,124183],[-190751,123341],[-189462,124688],[-188145,125373],[-188452,124133],[-188069,121057],[-185638,122812],[-185575,123231],[-186888,125424],[-186497,123329],[-185556,121296],[-188269,122592],[-179376,125865],[-187492,117883],[-199864,-136229],[-199273,-135606],[-199397,-134369],[-195706,-135277],[-195386,-133173],[-197173,-131123],[-192621,-158785],[-194259,-167057],[-192292,-169691],[-201643,-106896],[-200520,-107521],[-199947,-108002],[-193992,-107236],[-192046,-107011],[-195765,-108308],[-196816,-107546],[-202363,134295],[-202737,133516],[-199379,136327],[-201349,131157],[-199349,135460],[-193866,139031],[-194035,138032],[-198169,136231],[-199300,136962],[-201586,136560],[-200310,134972],[-195219,132376],[-193267,133775],[-192069,140985],[-202366,129470],[-202753,130190],[-195315,128796],[-194061,128629],[-194575,128949],[-192307,129210],[-194480,150711],[-196034,147795],[-196172,145768],[-200133,146471],[-199517,145817],[-202713,143863],[-196850,142468],[-196536,147513],[-196177,143145],[-200809,144790],[-192123,146026],[-194615,142955],[-192830,142665],[-193001,155068],[-195835,160948],[-195355,156708],[-193175,156066],[-193053,160687],[-192737,160376],[-193307,162736],[-203009,88209],[-203302,87424],[-201112,86763],[-201393,85485],[-198316,86413],[-198537,82643],[-197628,81967],[-197112,80879],[-198707,81125],[-201424,81523],[-204599,100351],[-204389,100017],[-204772,99230],[-203495,99419],[-202908,98873],[-202211,98603],[-200682,100745],[-200558,101347],[-198767,102474],[-197767,101566],[-202332,90714],[-202252,90107],[-201671,103444],[-202230,103933],[-200591,103931],[-200587,105037],[-199282,106756],[-198051,107830],[-198416,103856],[-197710,104238],[-195134,110276],[-194805,111692],[-195350,111967],[-200051,111368],[-202396,111941],[-204583,111961],[-204739,113620],[-195679,112695],[-195078,114253],[-194476,114516],[-199881,114659],[-200588,115140],[-202407,116252],[-201854,117934],[-199728,118922],[-200157,120024],[-201868,121947],[-199836,123626],[-200273,125563],[-203205,120980],[-194328,127840],[-196036,127124],[-194582,127820],[-197182,115681],[-197029,117849],[-196645,116780],[-213418,-122350],[-210997,-125744],[-211225,-125241],[-211633,-124862],[-214892,-122519],[-214340,-125006],[-206328,-32122],[-206856,-33139],[-206458,-34103],[-213010,-48372],[-215428,-60108],[-205194,-64871],[-207579,-96467],[-207545,-98633],[-208119,-98146],[-208535,-97068],[-207084,-99917],[-207271,-97703],[-210913,-109675],[-211355,-110328],[-211803,-110658],[-209070,-108695],[-206624,-109339],[-207999,-104256],[-212045,-105679],[-208901,-105607],[-214205,-107716],[-215830,-108734],[-207491,128313],[-212205,129576],[-213585,130174],[-210808,129757],[-209572,132820],[-210431,133085],[-208836,135747],[-210652,135605],[-210899,138124],[-211710,139096],[-210654,136794],[-211825,136955],[-214712,141562],[-214270,142110],[-211859,144984],[-212526,145136],[-213992,146237],[-210417,146540],[-209442,146972],[-208147,147877],[-210149,145609],[-212011,148570],[-212010,150510],[-216594,145709],[-216606,151970],[-215864,150795],[-215567,148957],[-215750,148446],[-206783,102026],[-208863,101613],[-206102,101294],[-212613,102569],[-213797,100193],[-214714,101736],[-215575,99273],[-209402,97978],[-209667,96977],[-210267,97293],[-209994,95900],[-209050,94317],[-207307,91565],[-216486,106235],[-217004,108270],[-216844,108807],[-215068,108258],[-215001,108186],[-215500,106907],[-216150,105699],[-215621,108842],[-213329,106128],[-212107,106042],[-211123,104416],[-211246,103711],[-213138,103380],[-209281,107781],[-206914,105251],[-214454,102872],[-209443,115445],[-209525,115942],[-211229,116184],[-212267,118151],[-208943,118049],[-208950,119716],[-210201,119537],[-209586,121264],[-208454,121846],[-205650,121610],[-207401,124762],[-207256,126046],[-205235,126113],[-208372,126035],[-206146,125488],[-211539,123686],[-212996,124595],[-213095,123385],[-214636,122647],[-213738,127694],[-205928,126980],[-218146,-61689],[-218635,-61831],[-217735,-61936],[-228168,-81561],[-229229,-79436],[-230072,-77332],[-217976,-113767],[-219249,-113192],[-218877,-111498],[-220193,-111087],[-218260,-113123],[-217672,-113040],[-220751,139099],[-221360,138030],[-221858,137079],[-225411,138057],[-225206,136383],[-228703,136593],[-226984,131166],[-227439,130966],[-226469,129550],[-223763,152244],[-217870,144275],[-220524,151935],[-220435,150661],[-221616,152760],[-222392,153388],[-223315,151379],[-218091,154410],[-220795,154580],[-230248,586653],[-230217,587634],[-227962,585379],[-226723,587217],[-227613,587485],[-227721,588381],[-227800,581888],[-229072,580986],[-226821,595751],[-220972,111687],[-218163,107407],[-226505,113446],[-225680,112895],[-221943,112751],[-222968,110888],[-221808,109560],[-219175,108559],[-230117,114150],[-229877,110243],[-229922,109799],[-228135,106024],[-227431,106605],[-226924,106801],[-226747,105179],[-225492,104017],[-225084,104241],[-222633,104401],[-223915,103615],[-225138,102814],[-229317,120848],[-228284,119178],[-227426,118210],[-226924,117126],[-225641,127296],[-226686,127964],[-229393,125413],[-229029,126983],[-229239,122645],[-231782,-306833],[-242790,-303886],[-239904,-305700],[-237749,-302739],[-237064,-308074],[-233453,-312874],[-233265,-311850],[-234147,-310735],[-237351,-307454],[-239447,-309840],[-235581,-313369],[-235497,-313412],[-236336,-313282],[-241261,-311910],[-238725,-312682],[-239519,-311296],[-237823,-310506],[-237140,-311292],[-235394,-310745],[-237253,-311555],[-236263,-312297],[-240232,-316444],[-240833,-314508],[-241192,-312720],[-241253,-317271],[-240254,-317310],[-239616,-318228],[-236913,-319047],[-238867,-316304],[-236481,-318216],[-238646,-318251],[-237764,-316765],[-239089,-316332],[-239075,-318269],[-235322,-316641],[-235293,-315801],[-235966,-315172],[-237699,-313929],[-238060,-313597],[-236733,-313611],[-237154,-313497],[-236696,-316605],[-237643,-314967],[-238500,-315655],[-238440,-314479],[-240734,-314335],[-239105,-313761],[-241185,-315129],[-241096,-316026],[-241264,-316006],[-235876,-318456],[-235718,-318346],[-242010,-328629],[-242774,-329837],[-240349,-324520],[-242148,-321330],[-238109,-324088],[-237821,-323412],[-238532,-326407],[-238943,-322882],[-238586,-323288],[-238851,-326426],[-240190,-332105],[-241063,-324459],[-242538,-324629],[-242100,-331374],[-241493,-332157],[-242208,-324724],[-237573,-319832],[-238998,-326005],[-239220,-320519],[-237862,-319953],[-239309,-319898],[-240152,-323426],[-240323,-322638],[-239461,-322979],[-240552,-322588],[-240509,-321841],[-240099,-321806],[-239265,-320968],[-243101,-336458],[-242955,-335312],[-242170,-336904],[-241587,-337274],[-241383,-337731],[-239565,-337262],[-238654,-336475],[-239492,-336615],[-239409,-335779],[-239569,-335371],[-240548,-335909],[-239859,-334915],[-241216,-334577],[-240439,-334757],[-239510,-334217],[-239792,-334243],[-241705,-333332],[-238793,-73719],[-241714,-74805],[-237728,-71312],[-238559,-74044],[-239361,-73815],[-238961,-75054],[-236681,-74362],[-230591,-79053],[-233327,-80654],[-233111,-80294],[-232851,-80769],[-234565,128991],[-240310,132023],[-241937,132611],[-242316,129054],[-242756,128450],[-237326,587896],[-238144,584688],[-234276,582290],[-232276,585171],[-237067,586927],[-241160,584330],[-238992,583983],[-237832,583852],[-233828,581425],[-232395,584456],[-231796,586371],[-240081,583755],[-236483,582859],[-240213,584494],[-233760,587016],[-234937,587272],[-235883,587714],[-242824,583581],[-234290,594056],[-235442,593993],[-231521,595768],[-235511,591828],[-236703,589269],[-235479,590005],[-240531,595348],[-242587,592786],[-241263,595144],[-241976,595032],[-232988,126383],[-234135,125769],[-231155,124181],[-232713,121915],[-231845,121275],[-231008,118070],[-231764,119815],[-231174,118252],[-235271,122216],[-236296,123603],[-235238,125586],[-238138,121017],[-237707,120777],[-239197,122073],[-12372,-131451],[-12240,-130723],[-7537,-130240],[-9375,-131167],[-9238,-131721],[-7425,-133711],[-5830,-134038],[-5012,-134609],[-1376,-132515],[-1374,-132863],[-738,-133976],[-9811,-140324],[-8180,-139644],[-9327,-140341],[-10916,-138618],[-9544,-132423],[-3753,-132988],[-5171,-134416],[-5094,-139660],[-10905,-139937],[-8193,-132699],[-7053,-134614],[-6275,-136414],[-6248,-139525],[-3536,-139249],[-1737,-138480],[-3216,-135137],[-5071,-133286],[-9451,-131775],[-11089,-132470],[-5594,-136288],[-12544,-137227],[-9680,-138551],[-3566,-144034],[-3237,-143352],[-2787,-142837],[-4633,-141737],[-3381,-141693],[-4956,-141260],[-1756,-143108],[-2292,-142310],[-1188,-153232],[-10440,-75460],[-9579,-74586],[-10003,-74981],[-9464,-69022],[-6315,-86076],[-7319,-86517],[-6648,-86374],[-8221,-91002],[-7916,-90764],[-6762,-89555],[-7808,-97779],[-9220,-97714],[-8026,-97177],[-11541,-95463],[-11967,-94834],[-10160,-95743],[-7067,-90421],[-7702,-92295],[-7538,-91807],[-1334,140931],[-255196,-306356],[-245436,-300337],[-243437,-306103],[-246336,-306132],[-245517,-300779],[-251333,-302640],[-248234,-300421],[-248493,-296826],[-253110,-295796],[-251969,-294219],[-251844,-295049],[-254386,-296468],[-251898,-305328],[-254936,-300609],[-253954,-299928],[-253848,-303068],[-253051,-304159],[-253334,-301256],[-253128,-302924],[-254370,-297125],[-255982,-302994],[-248948,-301639],[-255667,-298124],[-252140,-305353],[-248794,-302696],[-252092,-305778],[-252720,-299778],[-251900,-300881],[-253079,-302518],[-249887,-308107],[-252028,-310832],[-250051,-308039],[-251906,-309060],[-255223,-309464],[-249856,-308293],[-250374,-308677],[-250871,-308834],[-253713,-307143],[-255965,-309518],[-251472,-317788],[-251474,-318437],[-250348,-318290],[-253619,-315897],[-250159,-318441],[-251501,-317371],[-249899,-319195],[-244413,-319698],[-251845,-332052],[-254044,-330113],[-255717,-328836],[-252665,-322173],[-254884,-324962],[-252267,-321386],[-252578,-320507],[-255361,-325589],[-249956,-331929],[-243631,-320618],[-246940,-322485],[-250353,-326494],[-243702,-331894],[-245625,-331722],[-245549,-331415],[-247573,-330660],[-247368,-330226],[-247613,-330354],[-248785,-330753],[-249012,-330188],[-247316,-329426],[-246222,-328432],[-244693,-328125],[-245392,-327777],[-245471,-329159],[-250355,-330960],[-250692,-331751],[-251799,-329409],[-250218,-331102],[-252421,-332580],[-254831,-331580],[-253780,-332180],[-254292,-331343],[-254080,-331111],[-253485,-330180],[-251899,-330946],[-250307,-334967],[-251057,-335041],[-251715,-335795],[-252398,-339255],[-253746,-334447],[-254497,-332951],[-253362,-334361],[-253499,-333090],[-249347,-338260],[-249497,-337538],[-249405,-337491],[-244809,-338060],[-246828,-338299],[-246136,-337074],[-244045,-336635],[-245720,-334249],[-246437,-336385],[-245986,-335674],[-247428,-336362],[-248268,-336612],[-248215,-335029],[-246831,-335092],[-246059,-335977],[-244965,-335762],[-246037,-336575],[-244575,-332976],[-245340,-333695],[-245064,-333437],[-251292,-333916],[-251247,-333067],[-250442,-338133],[-252259,-336184],[-254030,-338456],[-255680,-339264],[-253383,-337378],[-253966,-338432],[-251116,-338318],[-252805,-336403],[-251652,-337852],[-250777,-338483],[-252077,-13460],[-246721,-42182],[-246618,-42182],[-245555,588562],[-243761,581653],[-245556,582438],[-248418,583244],[-244264,583599],[-243333,593648],[-244057,590508],[-245526,589257],[-259293,-286843],[-261447,-292185],[-258840,-288111],[-260467,-284172],[-256629,-292456],[-256857,-289351],[-260105,-284939],[-258344,-292680],[-264851,-301573],[-259918,-305253],[-264348,-298501],[-265601,-300986],[-258805,-296858],[-261389,-300592],[-259362,-300079],[-259228,-301172],[-259550,-302413],[-257872,-298303],[-258076,-305157],[-262192,-304994],[-257419,-305676],[-265949,-301337],[-259763,-308953],[-258106,-307603],[-259308,-308349],[-263369,-307914],[-257462,-324380],[-256253,-333022],[-259587,-481917],[-265417,-57360],[-264237,-57882],[-258796,-62918],[-258823,-62867],[-258648,-63198],[-258677,-63141],[-264623,-73203],[-265144,-71810],[-265400,-71338],[-268642,-73302],[-267550,-74422],[-267358,-73808],[-268274,-72131],[-274885,-186191],[-270556,-73613],[-272041,403819],[-274565,106932],[-291318,507947],[-290182,507397],[-288514,508854],[-287698,501831],[-288295,503698],[-289773,505987],[-293281,506228],[-290416,508377],[-289855,509112],[-291928,504975],[-291373,514780],[-302445,-240658],[-302096,-242350],[-302805,-238608],[-302662,-239382],[-295914,-246617],[-295797,-247330],[-300546,-243725],[-301786,-243242],[-305156,-260407],[-304061,-268144],[-303587,-267916],[-304637,395247],[-299372,393650],[-300563,392633],[-299990,390362],[-301325,388016],[-304465,406906],[-299767,397020],[-303824,405843],[-300141,406022],[-299026,407200],[-299008,408790],[-303905,398189],[-300739,397213],[-301967,506646],[-299656,510493],[-302010,511091],[-305283,510854],[-300744,510607],[-297611,508018],[-298144,509873],[-302593,507378],[-306076,506905],[-303827,508428],[-303351,508200],[-305210,507398],[-305640,509077],[-305708,509607],[-304268,507459],[-299256,502816],[-301311,504397],[-303680,511557],[-302842,509912],[-301458,509595],[-300553,507767],[-299713,510173],[-307073,512245],[-306539,515612],[-306885,522965],[-305039,512402],[-303323,524887],[-301676,523728],[-296911,516596],[-297118,516675],[-297808,516422],[-298418,516515],[-299372,516384],[-300586,515757],[-299787,514023],[-301322,512939],[-301086,521870],[-301335,521864],[-306513,522742],[-304278,524510],[-304934,523189],[-305467,514799],[-305887,513667],[-303718,526751],[-309018,-262195],[-314424,-58492],[-314757,-58055],[-319751,-82220],[-311528,401971],[-313786,400709],[-311403,398357],[-310662,400434],[-308550,399308],[-307207,507983],[-308057,508531],[-307975,509401],[-311515,505592],[-312421,508116],[-312023,507115],[-308121,512299],[-308881,517691],[-308772,513235],[-308822,515342],[-312730,513841],[-311921,513939],[-310044,512585],[-311859,516135],[-310801,519358],[-311383,521119],[-309260,521347],[-313915,521120],[-313093,522018],[-309941,524964],[-312326,523517],[-309768,524925],[-310119,522755],[-308677,523172],[-307318,514498],[-308267,514046],[-309873,514252],[-307298,515394],[-308709,516843],[-309021,517786],[-307662,519463],[-307468,520972],[-307656,522715],[-317380,518297],[-317149,516077],[-315783,516765],[-316210,516106],[-315142,514709],[-313594,512466],[-314122,512661],[-307536,526167],[-331968,-162826],[-322813,-254807],[-323521,-254536],[-324384,-254811],[-324508,-254826],[-325440,-255174],[-322848,-255080],[-332783,-249310],[-324905,-259268],[-325448,-263166],[-329665,-258479],[-329926,-258835],[-324272,-266071],[-327661,-266849],[-328058,-267296],[-329750,-266208],[-327087,-262828],[-325706,-257377],[-325165,-256808],[-327255,-256769],[-327496,-262205],[-327298,-263530],[-327121,-263403],[-326286,-263703],[-327995,-261115],[-328060,-261038],[-328931,-260347],[-327549,-257213],[-326460,-258238],[-328692,-259359],[-325029,-269453],[-329462,-75961],[-327722,-75961],[-326678,-76330],[-326741,-76750],[-326359,-76452],[-322933,-76336],[-322633,-76216],[-324476,-74860],[-325403,-75123],[-324711,-76313],[-324271,-75100],[-324771,-75885],[-324708,-75665],[-324839,-75237],[-321417,-83943],[-321892,-84324],[-322050,-83831],[-321038,-87382],[-320483,-87375],[-321719,-87415],[-322052,-86905],[-322034,-85510],[-322651,-85312],[-322351,-84116],[-331535,-78405],[-331813,-77770],[-328718,-76689],[-327299,-76775],[-328273,-78531],[-322452,-85394],[-322228,-85811],[-322455,-86175],[-321730,-86112],[-321415,-85675],[-323382,-83583],[-320546,-82452],[-321515,-82587],[-320957,-81804],[-320213,-81111],[-331788,-78664],[-329634,-76928],[-331224,-77234],[-329026,-78997],[-328679,-79055],[-327495,-78537],[-326360,-78610],[-327528,-79058],[-327737,-77996],[-327772,-77741],[-321866,-88152],[-322753,-88136],[-322835,-87329],[-324023,-84766],[-321443,-81569],[-320825,-78906],[-321339,-80956],[-321443,-82125],[-322088,-81172],[-322785,-82284],[-322509,-82233],[-321078,-81995],[-331328,-79564],[-330709,-79689],[-331299,-79908],[-331545,-78342],[-330958,-78097],[-330730,-77839],[-330571,-77860],[-330963,-78286],[-329311,-78517],[-330315,-78527],[-332555,-79906],[-326570,-77945],[-326357,-77645],[-327051,-77833],[-326797,-79627],[-326134,-78741],[-326621,-78984],[-327980,-80350],[-328897,-80676],[-328597,-79802],[-329538,-81008],[-329738,-79908],[-329823,-79517],[-330895,-80381],[-330347,-80175],[-330319,-80524],[-332363,-81396],[-331265,-81223],[-332235,-80231],[-326758,-76784],[-326166,-77300],[-321867,-77096],[-321638,-77942],[-322076,-77281],[-322941,-77098],[-324300,-77677],[-325198,-77548],[-325161,-77740],[-325452,-77828],[-325746,-80928],[-325384,-80109],[-326026,-80664],[-326040,-80419],[-325779,-79982],[-325172,-80137],[-325279,-80416],[-324382,-80320],[-324246,-79413],[-324736,-79041],[-324337,-79677],[-324234,-78415],[-325086,-78582],[-324869,-78506],[-324637,-77180],[-324012,-77538],[-324700,-77495],[-328340,-81625],[-327609,-82333],[-327905,-81690],[-328679,-82202],[-329021,-81861],[-328313,-82430],[-329401,-82356],[-328935,-82265],[-328987,-82499],[-329802,-82961],[-329721,-82386],[-329523,-82671],[-331168,-82983],[-330898,-82755],[-331487,-82294],[-332052,-83507],[-331616,-83491],[-332276,-83851],[-331483,-85127],[-332040,-85069],[-331445,-85123],[-332460,-85588],[-332304,-86225],[-331975,-85542],[-332636,-87510],[-330828,-86049],[-331438,-86050],[-331479,-86809],[-330007,-86563],[-330566,-86721],[-329976,-86743],[-329110,-87302],[-328676,-87622],[-328869,-87418],[-328076,-86572],[-328513,-86968],[-325986,-85832],[-326162,-85596],[-326614,-85632],[-325570,-84768],[-325209,-84775],[-326031,-85207],[-326813,-83320],[-326631,-83494],[-326624,-83974],[-327428,-83247],[-327154,-83095],[-326731,-82888],[-327241,-82962],[-326433,-82732],[-326103,-82269],[-326249,-81670],[-325801,-82049],[-323313,-85634],[-323529,-86175],[-323374,-85548],[-323468,-82131],[-323121,-82766],[-321821,-78448],[-321658,-78785],[-322090,-78931],[-324039,-83644],[-324686,-83076],[-324456,-82802],[-325095,-83833],[-325001,-83794],[-324718,-83712],[-324875,-85731],[-325217,-85569],[-324823,-85559],[-326890,-86081],[-326257,-86421],[-325907,-86657],[-327554,-87233],[-327259,-87434],[-327617,-87206],[-328339,-88111],[-327878,-88220],[-328466,-87658],[-326805,-87323],[-327478,-86492],[-326773,-86795],[-329311,-87727],[-329543,-87653],[-330037,-87761],[-330057,-87998],[-330376,-87655],[-329567,-89029],[-330323,-89180],[-323418,-89173],[-323039,-89303],[-323391,-88538],[-323567,-88519],[-324048,-88474],[-328781,-87978],[-329601,-88833],[-329264,-88653],[-332114,-87697],[-332030,-87666],[-331893,-87619],[-331960,-87276],[-332311,-86446],[-332205,-87038],[-323021,-101229],[-324184,-100744],[-324660,-101525],[-324095,-99252],[-324974,-100961],[-325725,-101490],[-329478,-89476],[-329074,-89727],[-329412,-90143],[-329488,-90578],[-328362,-90265],[-328287,-90810],[-329042,-90768],[-328032,-91121],[-327371,-91476],[-327847,-91565],[-322936,-90587],[-323364,-90168],[-322711,-90992],[-323480,-90497],[-324040,-90235],[-323443,-90619],[-324404,-91831],[-324143,-90919],[-324181,-91773],[-324960,-91447],[-325475,-91968],[-325344,-91695],[-325697,-93416],[-325709,-92681],[-325641,-92868],[-325639,-94436],[-325565,-93880],[-326087,-95252],[-326119,-95837],[-325894,-96024],[-326467,-94518],[-326792,-94064],[-327268,-94278],[-326321,-93282],[-326355,-93800],[-326834,-93143],[-326640,-92472],[-326542,-92212],[-327114,-92256],[-326943,-91882],[-326716,-91802],[-322690,-89981],[-332210,-90458],[-332137,-90766],[-331954,-91127],[-332681,-91259],[-332557,-90980],[-332616,-90259],[-332520,-90620],[-332725,-89482],[-325278,-102508],[-323947,-102634],[-325684,-103679],[-326200,-103029],[-325996,-102800],[-326974,-104219],[-326377,-104339],[-326632,-104921],[-328086,-106200],[-327514,-106097],[-326714,-106607],[-327421,-107684],[-328124,-107706],[-328411,-108635],[-328336,-108925],[-329172,-109300],[-329030,-110018],[-330037,-110678],[-330105,-110003],[-330390,-112600],[-330601,-113815],[-330825,-113924],[-331592,-113634],[-330981,-113176],[-330901,-112414],[-330108,-110743],[-330414,-111827],[-331129,-111939],[-326306,-102819],[-327393,-102742],[-327221,-103418],[-328287,-105747],[-327998,-104449],[-331994,-109508],[-331977,-108599],[-331630,-108916],[-330871,-108300],[-331200,-107912],[-330993,-107921],[-329757,-107847],[-329954,-107836],[-330572,-107989],[-331283,-107697],[-331391,-106868],[-331261,-107116],[-328964,-106799],[-329040,-106539],[-329337,-106142],[-329339,92240],[-338498,-115376],[-341043,-118946],[-341927,-115704],[-342448,-115566],[-342815,-116774],[-343485,-116709],[-343176,-116236],[-342717,-115352],[-339341,-117508],[-335227,-116295],[-336649,-116133],[-337796,-115857],[-338586,-115996],[-339625,-115405],[-341639,-116661],[-335732,-115230],[-340090,-119709],[-340707,-119298],[-340363,-120349],[-340765,-120777],[-339695,-117177],[-341040,-115987],[-341056,-117230],[-340161,-116014],[-340858,-115843],[-341480,-116677],[-340394,-118844],[-340791,-117603],[-340067,-117296],[-345269,-116552],[-344551,-115819],[-344672,-115071],[-343693,-115276],[-333778,-154051],[-344047,-250087],[-342102,-246310],[-333005,-249022],[-332903,-249938],[-334672,-249424],[-334069,-249915],[-333482,-249072],[-333764,-249986],[-334485,-247311],[-334515,-248441],[-339726,-35859],[-338807,-36129],[-336534,-35284],[-339188,-35264],[-335789,-85876],[-335851,-86040],[-333429,-79569],[-335183,-83313],[-335326,-83938],[-334680,-84779],[-335320,-84132],[-335103,-82812],[-334929,-82864],[-334818,-82543],[-334512,-82231],[-334302,-83628],[-333233,-81011],[-332992,-81073],[-333574,-81932],[-333254,-81988],[-333147,-81442],[-333170,-81564],[-334471,-85124],[-334763,-85044],[-334375,-84789],[-333889,-83899],[-334267,-83908],[-333873,-83440],[-333130,-87284],[-333284,-87054],[-334241,-87360],[-333921,-87574],[-333548,-87110],[-336073,-87174],[-336281,-87319],[-335487,-87686],[-337089,-88313],[-336265,-87621],[-336245,-88723],[-336272,-88806],[-336193,-87957],[-333165,-89392],[-341010,-100024],[-340116,-100005],[-339155,-100407],[-339549,-100760],[-340284,-101111],[-338912,-101334],[-338025,-101060],[-337777,-101332],[-338125,-101557],[-344103,-98499],[-344384,-98883],[-345258,-97912],[-345508,-98894],[-343483,-99109],[-341524,-98976],[-342241,-100120],[-332896,-91050],[-333368,-90330],[-333767,-90135],[-333220,-90594],[-332956,-89569],[-334009,-90291],[-334192,-90442],[-335086,-89743],[-334351,-90371],[-334918,-90129],[-333915,-94286],[-334031,-93708],[-334335,-93739],[-334617,-93632],[-334819,-93772],[-334547,-92905],[-334774,-92823],[-334182,-93268],[-341085,-105602],[-343384,-114285],[-342909,-114543],[-335660,-113775],[-334626,-113800],[-333360,-111762],[-334690,-112986],[-334254,-112125],[-335292,-112371],[-335270,-112401],[-335629,-112735],[-342175,-112871],[-341691,-112391],[-341317,-113088],[-341158,-111800],[-340583,-111847],[-341401,-111892],[-339475,-111716],[-339751,-111991],[-339590,-111359],[-343406,-112357],[-343241,-112459],[-343222,-113258],[-343595,-112577],[-344116,-112789],[-344407,-112573],[-344689,-112213],[-344745,-112275],[-345175,-112669],[-344721,-112053],[-344850,-111256],[-344505,-111631],[-333419,-110027],[-333372,-110015],[-333033,-109440],[-333901,-110345],[-333651,-110127],[-333893,-110289],[-352904,-115259],[-349380,-117020],[-350167,-116654],[-351218,-118091],[-353064,-118341],[-353434,-118406],[-352996,-117539],[-353249,-117253],[-354617,-119378],[-353711,-119042],[-354676,-118282],[-354050,-118062],[-349546,-118028],[-348387,-116701],[-348058,-116821],[-347793,-115456],[-348939,-116204],[-349431,-115709],[-346165,-115850],[-345692,-116520],[-346033,-115969],[-351417,-115683],[-352329,-116145],[-351727,-115022],[-352984,-116788],[-353526,-117022],[-356008,-120078],[-356570,-121194],[-355207,-129994],[-349441,-139953],[-348897,-139788],[-349184,-163092],[-345638,-98065],[-346548,-97863],[-346820,-98026],[-347621,-98440],[-347510,-98188],[-347179,-98369],[-347869,-98739],[-347751,-99264],[-348229,-100262],[-349430,-100154],[-349747,-100004],[-349130,-98780],[-349486,-98103],[-348261,-99191],[-348340,-98788],[-347342,-99119],[-348353,-99039],[-349045,-98096],[-351021,-100326],[-351327,-99633],[-351362,-100247],[-351746,-101071],[-350825,-100430],[-351486,-101387],[-351864,-101041],[-352597,-98451],[-352406,-99132],[-350940,-97653],[-349593,-97527],[-350193,-96777],[-350278,-99023],[-350521,-97883],[-354176,-97294],[-353367,-97547],[-352105,-96782],[-354659,-97816],[-354493,-97833],[-354244,-98262],[-353728,-98104],[-354596,-99738],[-353707,-99746],[-353960,-100356],[-353766,-100503],[-353270,-100181],[-352869,-100152],[-352303,-100209],[-352063,-101013],[-352912,-100767],[-353512,-102119],[-353202,-101745],[-352208,-101156],[-353368,-102009],[-354649,-101036],[-355825,-101217],[-354571,-101734],[-353012,-95816],[-350793,-96376],[-354657,-99365],[-354860,-98905],[-356156,-99527],[-354848,-102181],[-355927,-102024],[-355864,-99036],[-355210,-97575],[-355712,-97901],[-353314,-95366],[-353891,-95457],[-354880,-96357],[-352966,-95513],[-352043,-95311],[-351376,-96573],[-349546,-97900],[-350694,-96591],[-354891,-97435],[-355095,-98087],[-354978,-97948],[-354526,-98286],[-353978,-97624],[-353774,-97394],[-353523,-97827],[-353160,-97211],[-352879,-97585],[-353095,-98032],[-353586,-98940],[-353983,-98828],[-354273,-98944],[-354172,-99172],[-353922,-98996],[-354125,-99333],[-354068,-99688],[-353342,-99768],[-353345,-99041],[-353901,-100169],[-353904,-100544],[-354970,-100480],[-354881,-100684],[-354883,-101131],[-353897,-100861],[-353505,-100806],[-353043,-100405],[-353079,-100106],[-353721,-107202],[-352688,-108245],[-353359,-108279],[-353392,-111433],[-353716,-102323],[-354562,-102328],[-354564,-103608],[-355436,-103078],[-356087,-102436],[-352712,-104927],[-353265,-104812],[-353178,-105648],[-353873,-106386],[-351811,-106147],[-352296,-106710],[-351102,-106529],[-352483,-105046],[-351731,-104769],[-352017,-105343],[-353287,-106126],[-352390,-106924],[-353233,-107403],[-353035,-108700],[-351817,-109141],[-349816,-111188],[-350655,-111029],[-351594,-110123],[-352773,-108312],[-352302,-108686],[-350955,-102416],[-351181,-103372],[-349649,-103638],[-349815,-105821],[-349958,-105789],[-350704,-105215],[-350824,-104063],[-351702,-103193],[-352378,-103594],[-352160,-103140],[-352623,-104675],[-354145,-104476],[-353759,-113943],[-353761,-114383],[-353545,-113573],[-350836,-112880],[-350949,-111948],[-350968,-111597],[-352158,-112396],[-351415,-109597],[-349865,-109381],[-350082,-110374],[-351708,-107971],[-350086,-106471],[-350170,-107545],[-350613,-108552],[-351395,-111288],[-350974,-114981],[-350204,-114792],[-349026,-114289],[-350082,-114170],[-351865,-113961],[-351765,-114779],[-351343,-114074],[-345815,-112917],[-345879,-112475],[-345821,-113280],[-346559,-112763],[-346477,-112882],[-346785,-112860],[-346857,-113157],[-347625,-113359],[-347290,-113387],[-348490,-113487],[-347843,-113600],[-348120,-113837],[-350482,-113566],[-350810,-113728],[-350390,-113672],[-348848,-114734],[-348674,-114194],[-348483,-114491],[-356936,294059],[-356610,294519],[-359027,-119211],[-360277,-117913],[-369833,-180228],[-359542,-254411],[-359806,-253629],[-362379,-250042],[-362522,-249576],[-361585,-247507],[-361651,-248194],[-367593,-257208],[-367789,-35285],[-368000,-35242],[-367335,-34634],[-367248,-35052],[-366642,-34860],[-366439,-35128],[-364861,-35187],[-364355,-35759],[-363671,-35610],[-363116,-35683],[-363522,-36135],[-363332,-36936],[-370997,-35196],[-370575,-35719],[-369962,-35869],[-369438,-35744],[-369724,-37260],[-369328,-37687],[-368156,-38053],[-367818,-36798],[-368277,-36876],[-365062,-37350],[-366339,-37261],[-371196,-37896],[-369212,-38290],[-368813,-38658],[-367819,-38759],[-367083,-38294],[-368473,-39157],[-368709,-39307],[-368088,-39929],[-368170,-39603],[-368083,-39243],[-367281,-39360],[-368487,-39615],[-368574,-40163],[-369179,-40355],[-369538,-40265],[-368993,-40154],[-369510,-39262],[-369832,-39540],[-370277,-39533],[-370315,-38756],[-370575,-38357],[-371161,-38285],[-365303,-85835],[-365287,5686],[-15204,-118338],[-18962,-137647],[-18164,-138953],[-15999,-131890],[-17468,-132467],[-16875,-133312],[-19738,-134908],[-18400,-134768],[-18018,-136049],[-15579,-138254],[-14112,-134976],[-13839,-132321],[-13384,-132338],[-12974,-132508],[-14434,-139556],[-24988,-149037],[-17389,-63270],[-20824,-62901],[-22401,-61797],[-21144,-61709],[-14267,-73170],[-15066,-73550],[-13495,-75138],[-15045,-75404],[-16660,-76156],[-20255,-70341],[-18593,-70127],[-18399,-71853],[-20433,-73727],[-21675,-74317],[-22099,-75425],[-15491,-70422],[-16639,-68137],[-15943,-69003],[-21385,-72095],[-21459,-73120],[-21091,-72446],[-15957,-65511],[-16356,-76683],[-22917,-88978],[-23162,-87681],[-24694,-87783],[-22441,-87214],[-20847,-88589],[-16765,-84904],[-17953,-85512],[-18275,-85133],[-15883,-82187],[-15523,-82186],[-13855,-83517],[-19663,-80023],[-18843,-80537],[-18095,-80954],[-21476,-83004],[-21171,-82915],[-22045,-83664],[-15676,-79652],[-15164,-79766],[-14387,-79364],[-19514,-89152],[-19518,-84093],[-18169,-85523],[-18903,-86369],[-17085,-79098],[-17305,-80113],[-16530,-78958],[-21274,-84433],[-20497,-84354],[-21238,-84879],[-15077,-82218],[-14703,-82348],[-14649,-81091],[-22301,-89557],[-15765,-95459],[-14680,-94061],[-14365,-94084],[-19528,-95935],[-17957,-96795],[-18191,-95173],[-18979,-90114],[-21424,-90936],[-22162,-91498],[-22492,-89951],[-21719,-90791],[-17484,-96018],[-17991,-96547],[-17775,-95920],[-378300,-147901],[-375277,-145977],[-377928,-147806],[-383691,-152703],[-382795,-153374],[-374774,-146005],[-375344,-178613],[-373315,-178109],[-383834,-732],[-383666,-483],[-383757,-1507],[-377226,-268261],[-381521,-267254],[-380646,-267168],[-372690,-262891],[-383094,-267039],[-382026,-269492],[-382345,-269809],[-383987,-32509],[-383385,-32122],[-382827,-31698],[-382518,-32230],[-381519,-34598],[-381578,-35005],[-381093,-35037],[-380587,-35057],[-380090,-35085],[-379696,-35124],[-380656,-35587],[-379893,-35880],[-380102,-36154],[-381850,-35778],[-381097,-35969],[-381607,-36112],[-381762,-36573],[-381864,-34392],[-381834,-35585],[-380288,-32407],[-379836,-32747],[-379063,-32622],[-378706,-31933],[-378493,-31476],[-376865,-33893],[-375787,-32779],[-374627,-32502],[-374675,-33093],[-373306,-34660],[-372097,-37216],[-371716,-37559],[-372044,-37357],[-381905,-35193],[-382131,-34873],[-381230,-36515],[-380836,-36501],[-383179,-32391],[-371205,-38289],[-383662,7503],[-383558,7659],[-382873,8206],[-383803,395],[-383068,397035],[-381303,399552],[-381235,398361],[-382900,400773],[-383677,400744],[-385074,-156884],[-384904,-160241],[-384543,-160117],[-384700,-160404],[-386081,-160699],[-384691,-162014],[-386967,-162542],[-385248,-164061],[-386839,-166065],[-392298,-165228],[-393004,-165220],[-388991,-164081],[-389181,-164091],[-391243,-163425],[-392514,-165114],[-393450,-165324],[-387294,-167049],[-387159,-168570],[-386022,-174221],[-387301,-175003],[-386107,-175890],[-387905,-176784],[-393865,-171480],[-395011,-170176],[-395639,-172345],[-395477,-172004],[-387949,-170629],[-386931,-169571],[-390623,-172154],[-391557,-171427],[-390721,-175114],[-388058,-175444],[-388176,-179801],[-387440,-182900],[-389174,-184149],[-387231,-186139],[-386903,-187936],[-389557,-186592],[-387578,-188689],[-391539,-189721],[-390196,-191546],[-392243,-191253],[-392662,-191726],[-391266,-193339],[-391125,-192472],[-391209,-193693],[-391290,-195878],[-391854,-194758],[-394013,-194187],[-394121,-193147],[-392379,-195581],[-392374,-196807],[-393614,-203213],[-392279,-201576],[-387346,-215865],[-389460,-214993],[-390837,-213419],[-395173,-208062],[-395953,-207934],[-394078,-210671],[-395091,-209957],[-392692,-211575],[-392737,-212277],[-392696,-206461],[-391693,-206645],[-386257,-218785],[-387280,-220627],[-395703,28],[-394659,-1427],[-394227,-1839],[-393441,50],[-392452,-225],[-391591,-2853],[-391482,-3154],[-390165,-1349],[-390527,-1689],[-389977,-1941],[-389652,-2104],[-388850,-2083],[-388603,-1504],[-388087,-1536],[-387187,-1208],[-387657,-390],[-385006,30],[-387175,-874],[-385114,194],[-384620,-2249],[-384689,-2621],[-385466,-3062],[-385458,-3448],[-385899,-4371],[-385212,-4590],[-391495,-3382],[-389432,-5427],[-389492,-5729],[-389549,-5543],[-389670,-5849],[-390033,-5471],[-391807,-5753],[-390411,-7035],[-390963,-7967],[-391698,-8375],[-391169,-8681],[-390976,-9102],[-391622,-9371],[-393145,-8433],[-393618,-9389],[-392489,-10847],[-392534,-10827],[-392015,-10414],[-394163,-10654],[-392352,-11371],[-392592,-12371],[-387240,-267933],[-392947,-13427],[-393234,-13311],[-392668,-14184],[-392963,-13986],[-393686,-14225],[-392530,-15518],[-393275,-14709],[-392688,-14969],[-392063,-15142],[-392744,-15795],[-393694,-16113],[-393408,-15175],[-391365,-14279],[-391572,-15158],[-390788,-15320],[-390702,-14791],[-390141,-15466],[-389668,-15913],[-389218,-16202],[-388913,-17865],[-388699,-18165],[-389188,-18253],[-389497,-18043],[-389798,-18497],[-389678,-18778],[-388894,-18440],[-389187,-18917],[-387982,-19542],[-388608,-19053],[-387931,-18938],[-390790,-20004],[-391503,-19771],[-392717,-20558],[-392631,-19591],[-394051,-21549],[-395832,-22525],[-395502,-21945],[-394025,-21845],[-393807,-21324],[-393797,-19544],[-393892,-19506],[-396677,-20629],[-389355,-25230],[-393584,-22442],[-393462,-22805],[-393743,-22788],[-392206,-24887],[-392242,-23976],[-392377,-24495],[-390631,-24237],[-390640,-23707],[-390865,-23519],[-391807,-23005],[-391265,-22651],[-390623,-22774],[-389613,-23218],[-389632,-23864],[-388602,-24106],[-387821,-25400],[-388377,-23897],[-394007,-22079],[-396122,-22066],[-395613,-21422],[-396112,-20592],[-396200,-19430],[-395841,-20427],[-396486,-20132],[-395657,-19445],[-394291,-19051],[-394609,-18466],[-395652,-17649],[-395997,-16633],[-393961,-16640],[-393551,-15424],[-393678,-15060],[-394644,-13124],[-394735,-13603],[-393086,-24764],[-393350,-24754],[-393466,-24513],[-389668,-26063],[-389789,-26547],[-388952,-27089],[-389286,-27398],[-390214,-26597],[-390345,-27118],[-390904,-26859],[-391068,-27490],[-391096,-27495],[-391661,-27838],[-392475,-27361],[-393145,-29708],[-393374,-28877],[-391926,-28242],[-391166,-29228],[-390564,-29206],[-390585,-29728],[-389883,-29162],[-389703,-29079],[-389629,-29440],[-389331,-29759],[-388033,-30193],[-387634,-30101],[-387820,-30186],[-387413,-30608],[-389625,-32252],[-389956,-32094],[-388873,-32554],[-388022,-31267],[-387762,-31365],[-387478,-31337],[-386928,-31333],[-386502,-31600],[-387375,-30889],[-387355,-33534],[-386637,-32098],[-385461,-32762],[-385034,-32514],[-384586,-33946],[-384208,-33801],[-387651,5830],[-388633,5525],[-386433,4960],[-387127,5301],[-386456,5889],[-385998,6061],[-386316,6234],[-386133,6607],[-384555,6808],[-384497,7024],[-384060,6956],[-388457,5715],[-388810,5854],[-393459,522],[-393874,1453],[-394263,1034],[-394204,1008],[-394004,891],[-392177,922],[-392620,1063],[-391502,970],[-391671,1662],[-385881,297],[-393638,337422],[-395190,337325],[-394819,336857],[-393116,339205],[-392215,339715],[-390953,339769],[-396728,353209],[-395108,352743],[-396145,354893],[-395667,355723],[-393775,357025],[-395403,355874],[-393679,347827],[-395215,349880],[-391228,350833],[-390393,349472],[-391771,348575],[-391370,348415],[-390669,354891],[-391017,356857],[-391905,353252],[-389350,354542],[-392984,354956],[-394838,362228],[-395287,361932],[-393986,362061],[-393576,361346],[-393603,365129],[-388420,365086],[-390157,364082],[-388030,365634],[-388064,365431],[-392124,369357],[-390881,371262],[-388325,371295],[-391338,371207],[-396138,368113],[-394326,370388],[-394353,370687],[-395106,367178],[-393709,365562],[-393689,366907],[-392102,365850],[-389795,368443],[-392122,367509],[-390254,373893],[-390350,373861],[-390190,372230],[-390755,380867],[-390130,379860],[-387772,380922],[-388691,377982],[-391242,377612],[-394312,378592],[-394421,377223],[-393149,377777],[-393612,380637],[-392972,379611],[-396011,376299],[-393798,376373],[-396219,372809],[-396700,375598],[-393274,382052],[-392651,383619],[-387617,380626],[-385744,379087],[-385310,378405],[-396104,405932],[-395743,406398],[-394693,401412],[-396385,400147],[-396025,399541],[-390763,399974],[-394374,397896],[-392532,399894],[-392790,397888],[-391653,397614],[-392223,397706],[-390147,397525],[-386705,398608],[-386734,397220],[-386885,399105],[-387775,401769],[-385389,401186],[-387206,403163],[-386541,402786],[-385275,403212],[-386240,412350],[-385280,412993],[-397816,-172889],[-399207,-174263],[-399453,-377],[-400532,-218],[-399735,-315],[-403024,-9537],[-403225,-9729],[-403096,-8600],[-403638,-8449],[-403107,-9362],[-403860,-9503],[-404162,-9694],[-404675,-9719],[-404528,-9582],[-402832,-10553],[-403219,-10745],[-402586,-11476],[-402276,-11332],[-402394,-10874],[-402628,-10863],[-401832,-11499],[-402285,-11793],[-402978,-11832],[-403179,-11738],[-403645,-11549],[-403857,-12298],[-403725,-11932],[-405341,-10152],[-405519,-10455],[-405145,-10440],[-404649,-10382],[-404248,-7384],[-404314,-7943],[-404159,-8658],[-404338,-8704],[-404305,-9130],[-404184,-8727],[-404129,-9138],[-403695,-8898],[-396813,-20602],[-397191,-20074],[-397823,-19824],[-398370,-19413],[-399303,-18832],[-408766,9761],[-408042,9109],[-408147,8689],[-406783,10386],[-404813,9774],[-405639,9816],[-404731,9540],[-404244,9300],[-403488,9630],[-403329,9472],[-403021,8533],[-402800,8886],[-402131,8074],[-401700,8148],[-401939,8442],[-402134,8987],[-401432,9471],[-400571,8457],[-400519,8519],[-399791,8732],[-399458,7997],[-400097,7614],[-399991,6797],[-399542,6884],[-399200,6169],[-399439,6167],[-398716,6137],[-398339,5563],[-398500,5706],[-398119,5843],[-397945,4994],[-397305,5091],[-397585,5069],[-400779,550],[-401144,565],[-401183,841],[-402151,1334],[-401609,1387],[-401832,1789],[-402394,2322],[-402018,2795],[-402001,3067],[-404275,4343],[-402409,4099],[-404544,3562],[-404798,3531],[-404939,2648],[-405276,2631],[-405375,2948],[-406053,3620],[-406607,3697],[-406263,3313],[-406572,2553],[-406681,3283],[-407210,3288],[-407143,3501],[-407286,3609],[-407695,3189],[-407716,1702],[-407738,1824],[-408328,2253],[-408628,1204],[-408751,889],[-408908,871],[-408971,1067],[-409142,1303],[-409597,1301],[-409243,1466],[-409084,1911],[-407957,2685],[-409186,11554],[-408769,12305],[-407641,11340],[-407484,10736],[-406334,9947],[-407363,10372],[-400586,3468],[-406467,7903],[-405818,9521],[-404002,9126],[-405280,9772],[-404668,7068],[-404424,7408],[-405084,7493],[-402592,9370],[-402958,7987],[-404296,6786],[-403227,6456],[-402830,5654],[-401259,4922],[-401572,5570],[-401515,6122],[-402914,3272],[-409110,8327],[-409448,8967],[-408942,8982],[-406667,7972],[-407031,8328],[-404076,7448],[-402091,3691],[-400730,2508],[-400125,271],[-401142,1225],[-399180,1393],[-399239,1192],[-403463,4353],[-403050,3969],[-403095,4528],[-402934,3584],[-403456,4449],[-403341,3410],[-403222,3356],[-402933,2099],[-402698,2381],[-402431,2907],[-402485,3578],[-403903,4172],[-404159,4048],[-404380,3584],[-404951,4296],[-404847,4754],[-404463,5025],[-404211,4939],[-404058,5084],[-403470,4678],[-400171,3222],[-399789,3915],[-404566,9047],[-403704,6164],[-403610,6423],[-400703,3096],[-399702,1424],[-396842,487],[-406754,12542],[-407052,12244],[-406527,12043],[-405777,12469],[-407196,10977],[-406338,10550],[-408547,11627],[-407814,12616],[-408466,12652],[-409511,12971],[-409522,1094],[-405879,13702],[-408668,13583],[-408023,13946],[-407907,14145],[-407745,13675],[-406609,13787],[-405804,13069],[-407006,13313],[-409497,25211],[-408801,25224],[-408564,24537],[-407886,21196],[-405985,21377],[-406825,22496],[-408580,18275],[-408341,17870],[-408158,15752],[-408264,14928],[-408507,13987],[-405975,13680],[-407401,22186],[-405270,21135],[-407899,22832],[-407160,22855],[-403658,18391],[-404084,18123],[-409200,15494],[-404055,19338],[-404271,18856],[-404256,19591],[-404204,18304],[-405218,18518],[-407005,22328],[-408921,23318],[-407150,17492],[-408054,17430],[-407512,16572],[-407525,17093],[-407654,17265],[-408621,16817],[-409004,16861],[-408791,15910],[-408962,15293],[-409353,13716],[-407457,15368],[-406675,14981],[-406374,13358],[-400627,349468],[-401767,351774],[-399647,349374],[-401705,349350],[-398304,352183],[-399621,348393],[-401232,347309],[-401449,347515],[-401309,353317],[-405156,355834],[-405172,357753],[-403299,355139],[-404136,354535],[-399993,355957],[-400431,355253],[-398353,359165],[-400391,361307],[-397185,361272],[-397776,360217],[-400824,368847],[-399065,368575],[-399688,365041],[-398832,364967],[-400676,366154],[-399792,364318],[-400369,364707],[-407576,361995],[-405636,361670],[-405858,361972],[-405764,365372],[-408216,364896],[-407635,364736],[-407184,364084],[-407852,364736],[-406864,363372],[-407033,367643],[-405267,366955],[-405876,369031],[-406704,367012],[-405858,370286],[-397042,370700],[-398216,369428],[-399901,368701],[-397764,376890],[-403144,377086],[-404351,375729],[-399900,380466],[-399749,381234],[-406202,380460],[-405078,378149],[-405640,377511],[-404748,379178],[-406319,380259],[-408555,376897],[-401763,378946],[-401186,380205],[-403363,374843],[-403500,375769],[-403242,372862],[-402604,373202],[-401653,375519],[-398735,371535],[-396905,371948],[-409436,30695],[-408507,30625],[-408789,31058],[-409559,32798],[-409157,33724],[-409261,34575],[-409347,34673],[-408708,28620],[-407807,28802],[-408490,29578],[-407479,28580],[-409196,27516],[-407206,26014],[-407550,25984],[-409383,484917],[-405903,486089],[-409381,489932],[-408222,490930],[-406615,488634],[-409458,487650],[-408540,489036],[-401174,497726],[-401030,500264],[-401626,500754],[-421430,-176999],[-419816,-190764],[-419672,-190612],[-421324,-190242],[-418357,-196998],[-416065,-196399],[-415831,-196722],[-420586,-198295],[-419511,-198399],[-411896,46],[-411664,-146],[-412074,-157],[-412615,-427],[-412742,-638],[-413112,-1172],[-413036,-873],[-413305,-1000],[-412770,-2108],[-412948,-2369],[-413657,-2456],[-413945,-2219],[-414420,-2077],[-414832,11652],[-416389,12752],[-415540,11720],[-415153,12097],[-412757,12795],[-412747,10648],[-412363,11127],[-411969,10220],[-411640,9971],[-411753,10062],[-410514,10162],[-409970,9374],[-409885,5259],[-409800,5987],[-409740,5693],[-410424,5684],[-411091,5505],[-411913,5751],[-411792,6243],[-412087,5981],[-411833,5662],[-412555,5685],[-412500,5934],[-413054,5769],[-412721,5601],[-413249,5702],[-413497,5669],[-413761,6523],[-414189,6356],[-414363,6274],[-414777,6791],[-415051,6769],[-415404,6910],[-415203,7144],[-414415,4801],[-414345,4821],[-413805,4743],[-414008,5089],[-413733,4969],[-413523,4719],[-413291,4316],[-413248,4098],[-412751,4401],[-412788,4936],[-412569,5109],[-412029,5124],[-411613,4964],[-412296,5018],[-414337,6318],[-414764,6522],[-414774,6298],[-414930,7450],[-414992,7423],[-411381,9726],[-412699,11166],[-412249,10363],[-412730,10822],[-412426,10710],[-412048,12869],[-415019,12405],[-416741,12845],[-413552,12820],[-412780,12428],[-411685,10670],[-410012,12105],[-410152,12271],[-410989,11689],[-409658,11558],[-409856,9075],[-410505,8907],[-409772,12367],[-411004,11816],[-410222,625],[-410188,692],[-409710,227],[-411141,653],[-411103,530],[-411265,911],[-410188,1085],[-414980,4543],[-421780,16771],[-420771,17020],[-420302,16998],[-420316,15103],[-421414,15719],[-418835,16439],[-418640,16744],[-417767,16233],[-417275,16104],[-419690,15178],[-419991,15276],[-415926,15530],[-416505,15630],[-415951,16258],[-415221,16452],[-415495,17089],[-416037,17340],[-414581,16540],[-413557,16014],[-413921,14535],[-413626,16372],[-414861,14677],[-414411,14261],[-414265,14170],[-414260,13568],[-416459,15346],[-414201,13546],[-416250,15023],[-418076,14012],[-417729,13805],[-419364,15193],[-421912,17139],[-421518,17083],[-420411,15447],[-421253,15539],[-418908,16706],[-419062,16934],[-418169,16212],[-417570,16382],[-416881,16793],[-416467,16700],[-416809,13409],[-415960,14330],[-410003,14670],[-411111,15325],[-411797,15161],[-411854,23502],[-414142,22792],[-411595,22741],[-415242,23168],[-419698,21345],[-411772,16066],[-420423,15150],[-420846,23726],[-420100,25467],[-417724,25412],[-421055,15434],[-420739,18925],[-421567,19379],[-420922,17919],[-412954,17488],[-419598,24168],[-420607,21786],[-421018,24160],[-419041,21412],[-419609,21884],[-412853,20489],[-414393,23440],[-414448,24088],[-411015,25011],[-411134,25184],[-412470,24636],[-411621,25369],[-411013,23199],[-414147,20550],[-414826,20360],[-410629,17346],[-412625,16010],[-412039,15531],[-420743,26031],[-419776,27757],[-419606,29711],[-420941,30089],[-420858,29355],[-416171,30397],[-415893,31886],[-417183,30301],[-418980,33178],[-419474,32070],[-415187,29705],[-418412,30749],[-416077,29874],[-414807,30028],[-415035,30410],[-413334,29645],[-412262,29662],[-410685,29783],[-410584,29835],[-415368,29676],[-411523,34652],[-412328,34714],[-413102,34015],[-413096,32199],[-415397,31970],[-418543,33181],[-419040,33510],[-416800,33347],[-420886,29046],[-419650,30098],[-420198,30718],[-421385,34068],[-422155,33772],[-421915,33479],[-419978,31140],[-416715,26287],[-414091,26105],[-413823,26152],[-412926,26618],[-412612,26474],[-412380,27089],[-421886,31708],[-414954,29543],[-419072,31058],[-419476,32908],[-419086,35962],[-418532,35293],[-409894,27746],[-409926,27183],[-410303,27033],[-419782,27321],[-411650,485543],[-410686,484504],[-409999,486303],[-410465,484721],[-412042,483455],[-412801,486562],[-414799,486335],[-411591,489863],[-411494,488247],[-409906,489790],[-411251,491120],[-413574,499364],[-415129,496622],[-411481,492468],[-414046,489211],[-413325,495861],[-421137,494955],[-420503,495471],[-416702,495257],[-418051,494158],[-412041,496334],[-413353,495419],[-410546,488114],[-414650,493730],[-413070,492051],[-411763,488443],[-419731,490140],[-419263,491080],[-419057,490519],[-416911,499221],[-414329,487973],[-414757,487745],[-411552,492499],[-410051,493592],[-416791,497700],[-416500,498292],[-418397,495731],[-418284,496302],[-414379,499476],[-411637,500670],[-413292,500395],[-414521,499834],[-412272,499660],[-435007,-185810],[-430577,-183813],[-435094,-184637],[-433019,12816],[-433213,11281],[-434497,11799],[-433322,12775],[-431124,12460],[-430626,12859],[-434728,20561],[-434240,18285],[-434060,18931],[-434709,18345],[-434860,18108],[-434805,17384],[-434300,17745],[-433172,22401],[-433016,16526],[-431837,17680],[-431326,17242],[-431392,16139],[-431320,16512],[-429998,16707],[-430186,16894],[-429214,16253],[-429347,15422],[-428144,14614],[-427402,14256],[-427461,15002],[-426913,16255],[-427015,17248],[-424954,17673],[-425054,17145],[-424574,15594],[-423669,15907],[-434971,17325],[-435065,17444],[-434542,16325],[-433981,16331],[-434022,15351],[-433367,14960],[-433212,16140],[-433860,16921],[-432488,22474],[-432975,18901],[-433418,17575],[-433635,22808],[-433488,19220],[-433972,19256],[-433573,20312],[-433392,19794],[-432367,19352],[-432442,19799],[-431168,19813],[-431258,19734],[-431906,20715],[-431814,20748],[-431799,21351],[-431507,21401],[-430899,20679],[-432979,18397],[-430550,20829],[-430339,20772],[-429894,22868],[-430546,22559],[-430400,22993],[-431525,23026],[-430442,22522],[-430688,23614],[-431496,23682],[-428139,22255],[-428252,22217],[-429705,22621],[-428738,21808],[-428790,21709],[-428435,21114],[-428700,20691],[-428751,18156],[-428673,18822],[-427955,18458],[-427781,18195],[-428311,18809],[-425310,16694],[-426013,14784],[-422737,16800],[-422534,17219],[-424977,22125],[-425618,21027],[-425890,21281],[-425666,22141],[-425336,20929],[-426053,19846],[-425731,17903],[-426314,17387],[-428337,14184],[-430604,13487],[-431436,15236],[-431944,14019],[-432400,19972],[-430215,22165],[-428516,22326],[-427510,23006],[-428771,21324],[-428763,21064],[-425868,20134],[-424468,25655],[-422865,25405],[-433358,13039],[-432710,14314],[-433541,14545],[-432899,13495],[-431540,18326],[-430525,20778],[-430785,20248],[-430536,20100],[-429380,18946],[-428495,19298],[-428240,20598],[-423054,25030],[-423113,23419],[-423032,23856],[-422418,20110],[-434754,20754],[-435014,21191],[-433855,21344],[-423617,24384],[-424258,22962],[-425127,23980],[-424014,24906],[-434634,13824],[-434001,13304],[-431756,15210],[-431780,14518],[-429852,14076],[-428753,13942],[-428314,14027],[-428762,16390],[-428255,16346],[-428669,16191],[-426870,17736],[-428558,20391],[-429265,22899],[-428740,22295],[-431832,22267],[-432229,22155],[-432217,23401],[-432344,23929],[-431805,23354],[-433704,17939],[-423804,27152],[-422797,26421],[-426058,26276],[-423368,26706],[-428274,27531],[-429933,27497],[-424953,33454],[-424877,33173],[-424735,30550],[-429144,31475],[-430499,31700],[-425610,30822],[-426114,31295],[-425032,32882],[-425251,31304],[-432283,26391],[-431853,29412],[-425177,33269],[-425621,27993],[-426332,28479],[-427837,29902],[-428432,29348],[-430843,30453],[-426166,33228],[-424460,28593],[-423393,29562],[-423378,28422],[-445695,-177070],[-440366,-186156],[-440788,-185514],[-438151,-185525],[-441346,-184873],[-441214,-187161],[-442174,-186114],[-435805,-180737],[-437064,-186923],[-439797,-185640],[-436383,-186897],[-439781,-194517],[-440759,-204474],[-444312,-205255],[-442379,-204809],[-442861,-143],[-446442,-1221],[-447262,-834],[-447609,-1588],[-447953,-3092],[-446629,-4927],[-446135,-4309],[-443714,-6185],[-443881,-6180],[-439245,-4746],[-444224,-7638],[-441753,-4826],[-440489,-3855],[-443224,-8116],[-439521,-2912],[-439219,-2319],[-439948,-1723],[-440486,-1756],[-438433,-3923],[-437122,-5943],[-446043,-12377],[-447241,-13048],[-447225,-14236],[-447846,-16250],[-447676,-16582],[-446790,-12763],[-447979,-15233],[-435759,10593],[-435444,9535],[-437052,9551],[-436965,9450],[-436915,9809],[-437662,6997],[-439304,8447],[-438602,8462],[-440990,4840],[-440899,2901],[-437627,8798],[-438764,9073],[-438541,9730],[-436804,7057],[-438112,6109],[-436956,7655],[-440053,11641],[-439654,11931],[-439466,12833],[-440686,12928],[-440779,4556],[-447651,7604],[-447875,1195],[-444862,6381],[-446039,7360],[-447993,679],[-445505,969],[-440239,4200],[-439642,7697],[-439124,10780],[-441063,12890],[-441836,11412],[-438220,12645],[-446785,12794],[-446761,12515],[-445324,5037],[-445237,6306],[-442818,272],[-442402,526],[-447660,2609],[-446887,3015],[-447921,20038],[-445542,18831],[-445986,19577],[-443199,19658],[-441845,19174],[-445032,20663],[-443049,18595],[-443331,20248],[-443548,19943],[-442154,20167],[-441564,21397],[-442094,22228],[-439659,23806],[-441018,24979],[-440820,23054],[-442228,23466],[-442920,23899],[-443231,24456],[-442464,24362],[-440199,24383],[-438346,22388],[-441401,23256],[-438754,23239],[-437648,22996],[-437025,22842],[-437340,22383],[-436798,21973],[-436356,21784],[-435212,20163],[-444474,19935],[-447103,13335],[-447052,13466],[-447334,13553],[-441526,16443],[-447071,22350],[-447707,22200],[-447606,22503],[-446261,21413],[-447470,21027],[-446889,21524],[-446626,22262],[-446497,22475],[-446701,22872],[-437082,18897],[-438947,17462],[-445566,23505],[-437384,18431],[-438859,17588],[-435992,18911],[-436348,18484],[-444295,24534],[-444049,24022],[-443564,23793],[-442622,23524],[-441424,22946],[-440617,23403],[-441260,23331],[-439641,24138],[-438484,22870],[-437336,23710],[-436917,21498],[-436336,21002],[-437478,21776],[-437533,21646],[-437717,20807],[-437188,20178],[-436697,20430],[-437008,19816],[-437220,19009],[-437061,18660],[-436658,17795],[-435887,17902],[-435987,18357],[-436963,17286],[-436711,16243],[-436049,15640],[-435910,15899],[-436075,15035],[-436552,15113],[-439097,13904],[-439975,13386],[-438289,17207],[-442217,14006],[-442054,14441],[-442021,15291],[-442063,15371],[-442828,16653],[-444086,16624],[-444134,15712],[-444405,15339],[-443740,17129],[-443970,17121],[-444304,18184],[-443423,18841],[-443635,19622],[-444273,19593],[-444375,19069],[-445016,19416],[-445288,19856],[-445596,20140],[-443867,21001],[-444771,21740],[-444135,21845],[-442743,22146],[-442893,22389],[-441934,22976],[-438906,22967],[-439270,22472],[-439527,21931],[-447372,24116],[-447628,23545],[-445291,24131],[-443337,23697],[-442832,23975],[-441041,22791],[-440565,23128],[-441542,23479],[-441801,22857],[-441084,22638],[-440417,22465],[-440440,21861],[-440414,19495],[-438411,16892],[-441358,14104],[-437530,13010],[-437463,16612],[-438109,16780],[-437649,15879],[-438944,16327],[-441271,17292],[-446459,13335],[-457933,21],[-459004,-773],[-457963,-679],[-457904,108],[-456803,149],[-456032,-3294],[-456333,-5784],[-456000,-3327],[-456167,-5041],[-455627,-5701],[-455680,-5658],[-454889,-6022],[-454482,-5643],[-453731,-6420],[-454125,-6808],[-453621,-5811],[-452027,-5374],[-457416,-10761],[-450876,-6443],[-450451,-5218],[-449875,-4794],[-451685,-7605],[-451725,-8964],[-452532,-9569],[-448462,-4071],[-455985,-8829],[-456812,-8468],[-456252,-8038],[-456460,-7867],[-457301,-8321],[-458000,-7519],[-458696,-9541],[-458403,-5674],[-459714,-7023],[-460646,-9222],[-457898,-6642],[-459527,-5979],[-458770,-9221],[-450421,-6071],[-451074,-2599],[-451132,-1456],[-460539,-10836],[-460555,-12498],[-460053,-10633],[-448309,-3787],[-458319,-11731],[-458649,-9990],[-458469,-10313],[-455555,-2715],[-458746,-427],[-455621,-2097],[-457999,-585],[-458690,-11566],[-460779,-12340],[-459848,-5445],[-459352,-5328],[-456158,-5647],[-455002,-5051],[-454848,-5942],[-458631,-166],[-451775,-10517],[-451304,-10257],[-450728,-10158],[-451287,-10730],[-450408,-10854],[-450247,-11626],[-449755,-12114],[-449148,-12277],[-454173,-12386],[-448757,-12822],[-448641,-13053],[-449255,-12982],[-448366,-13148],[-448468,-14532],[-448098,-13968],[-448239,-16353],[-448273,-16353],[-448758,-16522],[-448640,-17431],[-448861,-17862],[-448556,-18489],[-449567,-17753],[-452484,-18915],[-448598,-16984],[-451468,-17636],[-452298,-17197],[-452728,-17637],[-451581,-19794],[-454197,-20050],[-453799,-19226],[-453063,-18099],[-453050,-17853],[-454241,-17853],[-455067,-20927],[-456742,-20090],[-457006,-19450],[-459262,-20921],[-456797,-12636],[-457123,-22005],[-457489,-22217],[-458591,-20689],[-458532,-20158],[-457518,-18105],[-458574,-18465],[-457508,-18911],[-454641,-18433],[-458535,-18708],[-456762,-18888],[-457098,-19643],[-456446,-19901],[-452349,-20275],[-458551,-16682],[-458624,-16598],[-452490,-14471],[-457433,-15024],[-453990,-14944],[-457180,-15024],[-457112,-14841],[-455866,-14176],[-457041,-13322],[-456560,-13466],[-448604,-13902],[-449666,-14036],[-450284,-14835],[-449806,-15102],[-450372,-18518],[-449547,-16106],[-450177,-16294],[-450365,-19264],[-451083,-19607],[-450848,-19398],[-453680,-22239],[-454801,-22601],[-458358,-19382],[-456950,-21294],[-459211,-20504],[-458039,-20778],[-455326,-21216],[-454599,-22088],[-454248,-21752],[-453782,-21913],[-455698,-18544],[-454101,-19507],[-452154,-18194],[-451900,-17497],[-454795,-21164],[-454527,-22651],[-453090,-21051],[-452752,-21443],[-457393,-22912],[-458967,-22067],[-458918,-22615],[-458417,-21336],[-459403,-21133],[-457757,-20404],[-457119,-18182],[-457730,-18564],[-455087,-17991],[-454267,-18285],[-449914,-15713],[-451679,-14475],[-453054,-14585],[-457478,-15396],[-458019,-16279],[-458309,-16323],[-457672,-14728],[-456932,-15121],[-456890,-14292],[-456530,-13108],[-448392,1006],[-455286,8984],[-454917,11212],[-458403,7047],[-457249,7108],[-460108,2963],[-457863,8298],[-454247,10286],[-452409,10546],[-458199,2316],[-458283,2376],[-459187,546],[-459155,870],[-458673,1651],[-455707,7846],[-460646,981],[-460371,2095],[-456716,9281],[-459650,2876],[-458351,5742],[-457576,6484],[-455474,6555],[-454534,9551],[-454833,10638],[-455003,10807],[-448390,12878],[-448839,12616],[-451077,5150],[-450319,6401],[-449442,2781],[-448857,2502],[-449629,6926],[-450528,4996],[-453611,12596],[-456078,10180],[-455877,8879],[-457334,7941],[-456726,7760],[-458861,6733],[-459512,6701],[-459569,7386],[-460208,3022],[-460137,3780],[-459563,884],[-460362,1310],[-460744,686],[-460157,732],[-449907,6528],[-456548,457],[-456329,1405],[-454826,2474],[-455729,2602],[-454608,5030],[-454692,5515],[-454234,5397],[-453819,9266],[-454152,10733],[-455812,10688],[-453581,14348],[-453067,14164],[-452427,14704],[-453194,15375],[-452541,16775],[-448335,17886],[-452988,15138],[-449979,22999],[-448928,20173],[-448207,13798],[-452302,16181],[-449521,14913],[-450258,14880],[-448327,17153],[-448130,16100],[-450082,17528],[-449929,17212],[-449577,18004],[-449983,18096],[-452613,13781],[-451285,21258],[-450568,19291],[-450361,18878],[-450148,19424],[-449885,19727],[-449787,19884],[-449502,19694],[-448678,19904],[-449387,19309],[-449414,20482],[-449601,21021],[-450161,21019],[-449303,21579],[-448692,21009],[-449658,15433],[-448767,20989],[-448964,22134],[-451646,19786],[-449313,22370],[-449188,22633],[-448955,22959],[-448095,22514],[-449932,22061],[-450834,22656],[-450849,23713],[-449920,23341],[-448305,23143],[-448607,18699],[-448582,18050],[-449337,15193],[-448958,21555],[-464845,-4672],[-467559,-3770],[-467607,-2885],[-461156,-8061],[-462902,-8604],[-462683,-8907],[-461769,-8978],[-461447,-8968],[-461632,-7322],[-462056,-7236],[-462126,-6879],[-463797,-8026],[-463308,-8218],[-463251,-7982],[-463911,-7148],[-462235,-7921],[-463790,-6156],[-464218,-6601],[-464619,-6813],[-465212,-6318],[-465562,-5836],[-465632,-5424],[-464943,-5387],[-464960,-6013],[-463558,-5185],[-462941,-4689],[-463574,-4490],[-464751,-3863],[-466276,-3386],[-465928,-3455],[-466793,-4317],[-467474,-4549],[-467750,-4239],[-468396,-5077],[-468730,-4954],[-469363,-4608],[-470409,-5066],[-472254,-5245],[-471012,-5141],[-473008,-4320],[-472150,-3999],[-473138,-3570],[-472500,-3518],[-472016,-3104],[-472225,-2908],[-472013,-2099],[-472139,-957],[-472331,-1106],[-471761,-603],[-473067,-976],[-465972,-507],[-463080,21],[-463239,-315],[-463113,-656],[-473398,-3],[-473440,-853],[-472774,-1412],[-473009,-4702],[-471919,-4547],[-471414,-4298],[-472495,-5467],[-473071,-5206],[-472006,-6166],[-471730,-6080],[-471120,-6557],[-471513,-6594],[-471237,-7475],[-473283,-7557],[-469891,-3367],[-462594,-155],[-469443,-4363],[-473502,-8784],[-461388,-11362],[-462650,-10715],[-462579,-631],[-470523,-1194],[-470754,-1675],[-470911,-547],[-470805,-900],[-470596,-596],[-469998,-711],[-469965,-131],[-470549,60],[-462551,-11203],[-463575,3],[-461050,-11278],[-461718,-11478],[-461543,-10828],[-462569,-9770],[-462779,-10271],[-463432,-6807],[-466269,-5019],[-467478,-1667],[-469319,-1380],[-468750,-1611],[-470101,-1663],[-470753,-3293],[-470682,-12100],[-465875,-11060],[-466461,-12152],[-468115,-10668],[-466961,-10781],[-465256,-11766],[-465572,-12541],[-463076,-13564],[-462900,-13316],[-464266,-13205],[-463869,-13493],[-464219,-13408],[-465057,-12662],[-463848,-13203],[-464185,-12771],[-461889,-12666],[-464341,-12724],[-465215,-24347],[-465725,-23850],[-465436,-24582],[-467395,-13432],[-467358,-13199],[-469355,-13874],[-468880,-13554],[-468725,-13846],[-470551,-14979],[-470487,-15215],[-471547,-15905],[-468887,-13081],[-468877,-13270],[-471547,-24895],[-471746,-24035],[-467765,-13979],[-471272,-15222],[-471735,-24581],[-471648,-25035],[-471834,-22517],[-473181,-22645],[-469060,-13533],[-466061,-25880],[-466589,-25553],[-465589,-26396],[-473383,1101],[-472374,1167],[-472891,1439],[-472044,1211],[-471739,1614],[-471057,1258],[-470447,1521],[-470195,1078],[-470858,1078],[-469709,1601],[-469285,1770],[-469391,2321],[-468837,2332],[-468397,1913],[-468020,1310],[-467676,1415],[-467350,1854],[-466758,2448],[-467300,2124],[-467478,2471],[-468015,2004],[-466627,1924],[-466034,1822],[-465182,974],[-464525,272],[-465120,924],[-463911,251],[-462663,547],[-469966,333],[-462809,1311],[-463012,2129],[-463217,1884],[-463613,2159],[-463131,4080],[-463675,3151],[-463548,3101],[-463014,852],[-463174,3238],[-462999,4855],[-462927,4908],[-462719,5543],[-462498,5797],[-462628,6298],[-462249,7653],[-462298,6951],[-463961,5631],[-464133,5790],[-465062,5553],[-465315,6135],[-465530,5194],[-465293,4788],[-465580,4579],[-466242,5057],[-466369,5357],[-466601,5180],[-467097,5916],[-467478,5324],[-467746,6391],[-467932,6125],[-468218,5638],[-468084,5086],[-467396,5158],[-468162,4431],[-468901,5279],[-469573,5605],[-470215,6072],[-470318,5529],[-470835,5930],[-470741,6071],[-470197,4653],[-470615,5059],[-471042,4538],[-471983,4933],[-471365,5117],[-470798,5712],[-471753,4781],[-473069,3200],[-473106,3192],[-473100,2648],[-463547,480],[-473602,-1507],[-473828,-2296],[-474805,-1574],[-476068,-1340],[-475494,-1422],[-475299,-865],[-475169,-392],[-475759,-259],[-474542,166],[-475495,173],[-475223,-206],[-474476,-301],[-474254,188],[-474073,-1058],[-475147,-2195],[-474616,-2414],[-474966,-3088],[-475552,-2803],[-475749,-3326],[-474554,-4285],[-474113,-4693],[-473710,-8779],[-474328,-9883],[-473662,-10048],[-474943,-9814],[-475252,-10202],[-473853,-9896],[-479462,-12501],[-475855,-10896],[-476463,-11140],[-476893,-11096],[-477203,-11379],[-477552,-11473],[-478067,-10399],[-478357,-10153],[-478468,-10699],[-478356,-10875],[-478655,-11466],[-478696,-9819],[-479134,-9302],[-480103,-9825],[-479939,-9891],[-479930,-9262],[-480403,-8874],[-480360,-8657],[-480520,-8196],[-480998,-8028],[-481644,-8159],[-481340,-8763],[-481041,-8892],[-481261,-9568],[-479995,-10362],[-480532,-10039],[-480534,-10230],[-480608,-11495],[-480229,-10414],[-480537,-11103],[-479922,-11479],[-479696,-12522],[-479630,-12255],[-480303,-13077],[-480255,-13364],[-480178,-14272],[-481331,-14083],[-481400,-14478],[-481682,-14868],[-481617,-15465],[-482008,-15475],[-481595,-15788],[-482333,-16440],[-481810,-16484],[-481399,-18051],[-481594,-16114],[-481256,-16548],[-481631,-17980],[-481701,-17553],[-481334,-18427],[-481303,-19510],[-481231,-19962],[-480811,-20757],[-480680,-21170],[-481533,-20767],[-481797,-20610],[-481335,-21457],[-480827,-21950],[-481732,-22172],[-482048,-20643],[-482878,-20352],[-482250,-20476],[-482682,-20981],[-473831,-18216],[-474495,2872],[-473914,1075],[-474063,3277],[-474781,583],[-481382,381511],[-491733,369757],[-497174,370026],[-499005,379633],[-489751,384074],[-493193,381217],[-494577,378206],[-494229,379800],[-497294,381920],[-496360,381725],[-490003,373906],[-491147,373130],[-491899,376624],[-491462,375412],[-495318,380157],[-498703,373001],[-495062,384192],[-489609,383707],[-487831,383175],[-496634,393411],[-497206,395713],[-495560,394509],[-495898,392775],[-497590,395220],[-494120,391922],[-493431,393656],[-496092,390907],[-496058,390662],[-494597,391330],[-494611,386953],[-495974,387628],[-495255,386695],[-495099,385962],[-497246,390711],[-494759,384937],[-496506,394312],[-494328,384645],[-490270,384280],[-36675,-115090],[-25657,-150238],[-27000,-149677],[-28673,-51098],[-26747,-75170],[-27807,-74828],[-25952,-75957],[-30350,-83792],[-29408,-84567],[-30455,-85601],[-28408,-89902],[-29097,-91007],[-27936,-91187],[-27187,-90863],[-25877,-89803],[-27115,-90743],[-32050,-108730],[-32951,-108391],[-31621,-108998],[-35292,-114254],[-36643,-114804],[-32933,-112644],[-33249,-112448],[-31514,-111480],[-31896,-110725],[-30892,-109889],[-31029,-110045],[-510937,-94629],[-501936,371280],[-502246,369500],[-502078,369900],[-505062,367804],[-511711,370255],[-499450,369739],[-503668,370552],[-504748,371020],[-509145,364988],[-511936,369127],[-510408,383273],[-510435,382127],[-499345,379101],[-499997,381092],[-500029,382857],[-499456,383738],[-504347,378655],[-504148,381256],[-504359,381418],[-502395,372902],[-508420,373901],[-508372,374552],[-508787,376873],[-502484,382038],[-499526,372662],[-499284,375312],[-502372,380004],[-500384,380215],[-507781,372107],[-508887,371546],[-507731,374788],[-509885,392841],[-510185,389808],[-507842,390511],[-502511,393689],[-508193,388211],[-509012,392717],[-510270,384749],[-506537,386440],[-507977,386022],[-509932,386306],[-508639,387616],[-501526,394127],[-503229,393433],[-503691,393270],[-502428,390831],[-502703,389977],[-505101,391070],[-505005,392000],[-506596,392976],[-507839,386659],[-509397,391325],[-517664,358365],[-515407,370473],[-516385,368432],[-514675,367486],[-513642,365360],[-512350,365003],[-520649,369430],[-516940,368149],[-518284,367657],[-518624,367394],[-520162,364826],[-519231,366229],[-512780,380586],[-512772,380634],[-512993,374963],[-513698,373483],[-514760,373173],[-512255,371846],[-515956,377733],[-512328,373412],[-512192,384838],[-512453,384553],[-549643,200338],[-546853,201316],[-546597,204889],[-549455,199311],[-546725,202427],[-544945,202929],[-546157,203506],[-543186,197508],[-544129,197580],[-545046,197546],[-544652,196266],[-548240,197828],[-549488,197242],[-548406,205339],[-547605,207315],[-548721,206516],[-545820,212248],[-548783,207764],[-561410,192199],[-562024,192019],[-560834,188192],[-560063,186003],[-557940,187116],[-559193,188166],[-554897,189494],[-550699,203976],[-551166,200413],[-552660,201452],[-552512,204110],[-555771,197252],[-552505,199785],[-556063,198678],[-559323,197933],[-558907,200696],[-561170,198990],[-557822,200319],[-558760,197073],[-561130,195291],[-560178,194463],[-559640,193289],[-561880,193407],[-555651,192839],[-554546,193056],[-553605,196109],[-553675,197021],[-550951,195182],[-559763,202935],[-559639,204542],[-558205,206289],[-562047,209616],[-563108,209927],[-560406,207912],[-559291,206816],[-554268,205392],[-552725,207556],[-560537,208751],[-558704,210874],[-559295,210413],[-560505,210240],[-557884,212887],[-556415,212786],[-557114,209956],[-550787,209708],[-552904,207425],[-551950,209515],[-552285,208807],[-552767,212831],[-564982,187338],[-565205,187383],[-572739,186259],[-574087,187236],[-570083,188080],[-570970,188415],[-572008,189560],[-572339,188453],[-572755,183547],[-570118,192107],[-569417,189253],[-566786,185645],[-567493,186457],[-569914,185431],[-567828,200386],[-566360,199204],[-565670,199517],[-565868,196681],[-572600,194167],[-573398,195216],[-569307,192370],[-572740,200726],[-573796,201223],[-574124,203101],[-572833,202527],[-571294,202772],[-570203,204377],[-570787,201940],[-569237,203267],[-568260,202708],[-567879,204269],[-563966,204007],[-564922,201301],[-565341,202018],[-564800,199507],[-563619,198553],[-574913,204845],[-567178,199702],[-566407,198562],[-564426,196326],[-575693,203134],[-570104,194005],[-567170,194521],[-566993,194970],[-566893,193832],[-568684,197259],[-568410,196645],[-571054,196676],[-570949,196175],[-570418,206911],[-569126,207451],[-564030,205374],[-567542,208421],[-563204,211153],[-564088,211280],[-564133,210203],[-575410,209336],[-565090,209512],[-566132,210197],[-567325,211605],[-564054,207376],[-584507,1779287],[-579680,1777743],[-578055,1780339],[-578020,1780313],[-577656,1780910],[-577417,174594],[-576995,174914],[-576182,174110],[-576118,188931],[-577384,191840],[-577384,185273],[-576816,184433],[-576675,203303],[-578694,195690],[-578078,195307],[-577184,194318],[-576859,195313],[-576737,197218],[-578373,205898],[-576335,209608],[-577250,209020],[-601472,212003],[-600802,210207],[-599799,214495],[-594101,211877],[-594901,210071],[-596295,209559],[-592567,208563],[-591632,209742],[-591299,207176],[-592271,213705],[-597299,212276],[-598760,210454],[-600933,213188],[-598800,213628],[-590801,217999],[-590796,217399],[-598641,207966],[-598301,207358],[-593960,218913],[-601723,208254],[-603761,208863],[-601864,212553],[-609276,61177],[-609701,60382],[-618694,62205],[-619553,62550],[-619888,64149],[-623347,62579],[-622079,63063],[-619043,58949],[-617742,52608],[-617055,54247],[-616614,55399],[-616020,54838],[-626767,55465],[-620822,64608],[-617135,66746],[-618533,66106],[-50626,-149557],[-50645,-150551],[-50891,-90016],[-38634,-100204],[-38846,-107182],[-39366,-109154],[-39343,-109498],[-40045,-111592],[-39664,-112941],[-40903,-112713],[-639232,-277434],[-638778,-280323],[-639291,-282038],[-638823,-282765],[-637362,-290036],[-636045,-288965],[-636665,-290034],[-652178,-266979],[-650055,-267867],[-647023,-265508],[-645507,-264934],[-649945,-264943],[-640640,-275975],[-644312,-274867],[-652279,-278507],[-641794,-277862],[-642961,-277056],[-644700,-278703],[-645080,-277411],[-645490,-279151],[-647388,-275270],[-640135,-287844],[-652512,-284903],[-648992,-289856],[-652747,-289265],[-648818,-286675],[-651673,-287152],[-652119,-286808],[-647144,-290180],[-646487,-289163],[-641658,-291556],[-645355,-283640],[-647330,-286889],[-647684,-287085],[-642510,-291430],[-656628,-268004],[-656148,-267273],[-656011,-266847],[-656363,-268062],[-658407,-266884],[-659246,-267906],[-659734,-268234],[-655960,-265865],[-657886,-278335],[-654231,-274956],[-658431,-277076],[-652930,-274449],[-655098,-276529],[-654817,-275438],[-653397,-277632],[-653474,-277973],[-654010,-278182],[-654462,-275656],[-655275,-275420],[-654120,-277199],[-659601,-276983],[-654102,-287742],[-653111,-290395],[-653087,-290636],[-654557,-289165],[-655214,-287898],[-60282,-154944],[-56363,-177069],[-56722,-176045],[-55437,-176298],[-56096,-176673],[-63030,-179824],[-56047,-88363],[-54570,-90194],[-53149,-90488],[-53303,-90449],[-52557,-90542],[-51990,-89622],[-60452,383570],[-59229,384770],[-69401,-82858],[-69959,-82434],[-69452,-81015],[-67825,-80140],[-68826,-87273],[-69708,-85350],[-65739,-107706],[-64728,382610],[-64474,381231],[-67189,380959],[-64816,378876],[-65888,378362],[-68856,376172],[-67655,379097],[-70109,380096],[-66407,380047],[-76703,376937],[-75338,377002],[-74454,89567],[-83641,378577],[-82914,377568],[-83078,379125],[-78578,377993],[-88494,385382],[-88803,63116],[-88960,62017],[-88698,58942],[-84244,59883],[-89341,53283],[-89343,73878],[-88172,68698],[-86440,101014],[-81526,113539],[-82158,107755],[-84398,103864],[-88455,119654],[-84059,115542],[-95089,-117283],[-95576,-118899],[-94246,-125271],[-95147,-123757],[-92871,133284],[-99400,133924],[-98265,24127],[-96491,24320],[-100262,31107],[-99572,28307],[-97855,27356],[-100675,26205],[-101862,34006],[-100484,35262],[-100899,34767],[-100717,33072],[-96759,389777],[-90394,389898],[-91217,389085],[-95614,388709],[-96031,388517],[-90109,50227],[-92344,48368],[-93573,48758],[-93595,47753],[-93829,48218],[-97903,50907],[-92429,53779],[-92291,52369],[-99892,51491],[-100436,52122],[-91897,73058],[-90063,74616],[-90014,70303],[-89829,71235],[-92837,69000],[-94628,69211],[-92037,65752],[-102110,85274],[-101317,86998],[-101658,86612],[-100595,85950],[-98765,84855],[-97832,85746],[-96691,87482],[-92475,85463],[-91725,83672],[-91673,82408],[-93449,79864],[-91995,77016],[-90453,98084],[-90845,102217],[-93745,101276],[-95553,100111],[-94909,102073],[-96509,99550],[-98238,100297],[-99996,101828],[-101354,99134],[-101350,118009],[-99119,117508],[-96506,116157],[-97327,118119],[-95244,119495],[-94175,120635],[-90713,118643],[-91274,122400],[-92360,123813],[-101306,125112],[-114807,129130],[-112531,131654],[-108670,132164],[-109690,134244],[-113301,135927],[-112246,136754],[-105727,129233],[-112031,131068],[-106815,130989],[-106154,137961],[-109717,143926],[-103229,145393],[-113539,165386],[-110177,155896],[-105359,34496],[-105845,33959],[-106966,34899],[-110445,35633],[-112128,34374],[-103535,396224],[-107476,397670],[-106598,398290],[-103796,399848],[-104821,400168],[-114790,49621],[-112095,40628],[-112605,40058],[-112530,40066],[-102955,53446],[-103173,54323],[-105280,53928],[-106451,54990],[-106063,53436],[-108557,54237],[-108667,54513],[-109174,55107],[-110192,55628],[-112225,55201],[-112747,55023],[-111834,54355],[-113121,56908],[-112523,60643],[-112124,60626],[-112390,61421],[-112883,61215],[-112678,58856],[-112415,59189],[-113019,59077],[-103853,88630],[-105319,95915],[-102946,91321],[-104467,90358],[-114924,91493],[-115148,109500],[-114431,111756],[-111422,111638],[-112537,115082],[-107381,114953],[-111400,119198],[-109683,115420],[-104421,115933],[-106168,117588],[-114502,126645],[-110384,127823],[-103386,125887],[-108393,126087],[-105197,123760],[-112835,126459],[-113719,127161],[-111918,124714],[-108489,122261],[-108093,122943],[6613,-115455],[4039,-117589],[4807,-115972],[6250,-123042],[6563,-124287],[4187,-123607],[7684,-124198],[7681,-123951],[8049,-123917],[12087,-127700],[8274,-117692],[8099,-116463],[6499,-122034],[9125,-122472],[12262,-120566],[6504,-121578],[11253,-123876],[9361,-126125],[12453,-124804],[9134,-121003],[7169,-140217],[9402,-136284],[7514,-136405],[9598,-131528],[8776,-132121],[227,-134440],[945,-132804],[1131,-132700],[12176,-128922],[2946,-135826],[5722,-133533],[4430,-133689],[12216,-132062],[3434,-136660],[6744,-133174],[2496,-140473],[10474,-131960],[9995,-132221],[7781,-140447],[4909,-140551],[3645,-145476],[2275,-145100],[2460,-145670],[277,-145938],[454,-144463],[367,-145220],[1071,-142769],[362,-142486],[1519,-143739],[2749,-143447],[5064,-143449],[3527,-141657],[10048,-112238],[10216,-112449],[10046,-113375],[9820,-113749],[6887,-114589],[11400,-114144],[8422,-114373],[10465,137448],[9199,140076],[3374,140414],[8703,146655],[7819,142773],[7476,141370],[6381,141303],[7093,142086],[9913,141472],[6689,144848],[6292,147035],[9997,141758],[1727,144617],[12194,147713],[10355,145628],[12580,144015],[7267,122385],[8572,121331],[8896,120794],[9234,119311],[9794,118217],[10665,116733],[1281773,550363],[1281792,550596],[1282700,549457],[1281168,550463],[1281421,549756],[1282964,547413],[1281118,547652],[1281059,549229],[1282219,549339],[1280983,549278],[1282632,554640],[1282870,554350],[1283136,554101],[1284121,552387],[1283128,552806],[1285013,553802],[1284188,554438],[1284537,552997],[1284447,554536],[1286413,554860],[136866,-462],[133380,-1006],[132178,-162],[140147,-9056],[136073,-5214],[133723,-3892],[132383,-6258],[129975,-8476],[129505,-8106],[128504,-9156],[136626,-298297],[137641,-302782],[128484,-304310],[134912,-301213],[139214,-303626],[135471,-301397],[132106,-305652],[134738,-300584],[134203,-303086],[133136,-306122],[139497,-317869],[140756,-307278],[139547,-318883],[131782,-307943],[133664,-312413],[140690,-313315],[138457,-311046],[138438,-318124],[140402,-315846],[138031,-320574],[139288,-323258],[138292,-320885],[138598,-321625],[140726,-324381],[138868,-325905],[135334,-330377],[138028,-331345],[139142,-331531],[138351,-324811],[130146,-331105],[139658,-324952],[133156,-331287],[136043,-331603],[134716,-330734],[140022,-323560],[134333,-330682],[139102,-325315],[137594,-327067],[139417,-330151],[140247,-327783],[140638,-327163],[137576,-332241],[137125,-332319],[135658,-331820],[138474,-331808],[136089,-332096],[133905,-328377],[133777,-328669],[133467,-329836],[134785,-331658],[131644,-333158],[130546,-335681],[129844,-340905],[129644,-340087],[129069,-341440],[131639,-341228],[128150,-337517],[128188,-339921],[128217,-333315],[131980,-336093],[132469,-334529],[132093,-335170],[130735,-349196],[130536,-348932],[130630,-348963],[130589,-350679],[138700,-13723],[139628,-15942],[140522,-21339],[128116,-14451],[130140,-14480],[134285,-25273],[128864,-19594],[136127,-17182],[138004,-19107],[131392,-15339],[138461,-33168],[133668,-35130],[134386,-34131],[135112,-33326],[140221,-37997],[131437,-37770],[136459,-33727],[139461,-36380],[138965,-38116],[140193,-29326],[136009,-28073],[133810,-28398],[139339,-40232],[138856,-38859],[139488,-41778],[137312,-41529],[137644,-41392],[137221,-41238],[139781,-41811],[139528,-41417],[140753,-48148],[129956,-50983],[129832,-50275],[132466,-50715],[129679,-49746],[128033,-53001],[128186,-61221],[128773,-60364],[129124,-56471],[130102,-56280],[130447,-54374],[130966,-52416],[130908,-52417],[131315,-51232],[128238,-64256],[129806,-66977],[129081,-73342],[130385,-75286],[130549,-74710],[132448,-73760],[137650,4723],[137195,7342],[136492,6057],[131168,3663],[134426,6165],[140196,10160],[140623,1977],[131472,134004],[138850,140419],[128319,131898],[128903,131013],[139497,142468],[138008,143470],[133845,145105],[133565,145799],[138107,20572],[136965,20884],[140511,20784],[140754,24522],[132393,22081],[138928,25069],[131935,16664],[132357,16740],[136874,23355],[136902,18737],[136386,18011],[128288,29371],[128530,26963],[138467,32182],[135615,28210],[134607,31761],[132478,32218],[140374,26290],[140475,27018],[133360,26126],[131638,51049],[140634,45456],[133676,47080],[139008,41467],[138124,62939],[131945,62707],[129190,53512],[128340,54698],[134865,57520],[135579,57417],[135902,57669],[138324,75743],[127287,65245],[133367,76504],[128566,66951],[132754,69428],[136678,64450],[139276,81953],[130012,95176],[140571,102365],[136502,97453],[139301,101727],[139336,102242],[138201,110886],[132381,106053],[136552,114035],[137131,112562],[136546,109908],[136513,102759],[135973,104211],[136555,104430],[136784,103335],[129303,109329],[129064,108078],[129982,107809],[130061,109045],[128646,114049],[128836,112888],[128723,113073],[128951,113474],[129553,114830],[131044,112548],[130281,114130],[134379,112078],[132282,110094],[133366,112170],[137322,112064],[128826,109334],[130135,110430],[128464,105293],[128823,105371],[136886,121417],[136330,120145],[140501,118908],[139481,127832],[137805,125375],[140564,122312],[139664,123503],[133243,127164],[133761,126842],[129850,121604],[131661,117944],[132348,117428],[151591,-163358],[152926,-159515],[149916,-7323],[151792,-6146],[142682,-2972],[149713,-10257],[147992,-9139],[150663,-8393],[150969,-9295],[153211,-277593],[152931,-278742],[152399,-278437],[153008,-281008],[146204,-292542],[147434,-288032],[147182,-286892],[152876,-282153],[151862,-284231],[152908,-281605],[145382,-293406],[147084,-286592],[147354,-300957],[144691,-304391],[146751,-296938],[142429,-304864],[147452,-300396],[145530,-300790],[141783,-302078],[143560,-299768],[142074,-300894],[149431,-301597],[148101,-305260],[142420,-300069],[147729,-304774],[146594,-305510],[144743,-301722],[146245,-296183],[147437,-304472],[143939,-302174],[142802,-300060],[144815,-300741],[144950,-299881],[146331,-295886],[152560,-306801],[145251,-297047],[151189,-300600],[149411,-300887],[149042,-296881],[149192,-297826],[150108,-301491],[146856,-300387],[145406,-303910],[148429,-305328],[143843,-311204],[141458,-315584],[150226,-308197],[145319,-319326],[145022,-315416],[142162,-315564],[141342,-312896],[146560,-314657],[141321,-307284],[144387,-307995],[147983,-317167],[152883,-307488],[142342,-314907],[141961,-317342],[141707,-318002],[145870,-319090],[145739,-307003],[147624,-307628],[144488,-307909],[142176,-309556],[142597,-312233],[143867,-311404],[147193,-310928],[147098,-309533],[145620,-307924],[145636,-308645],[151083,-309027],[153163,-308071],[152415,-308726],[142294,-322654],[143249,-319910],[147074,-320086],[148572,-319841],[141610,-326819],[141666,-324461],[147495,-320293],[148970,-320290],[144793,-324962],[142807,-327145],[141748,-323837],[144221,-322945],[144416,-324710],[146161,-328075],[146950,-328586],[142693,-326892],[142052,-326487],[149170,-326194],[147016,-325125],[146967,-326065],[147943,-326958],[148253,-328626],[144310,-327057],[143643,-326186],[141487,-17460],[141484,-19168],[150994,-13224],[151144,-14772],[150004,-14076],[152121,-17374],[153541,-15202],[141192,-35587],[140891,-37882],[147956,-37828],[144344,-33311],[148050,-29199],[150570,-30861],[149821,-29657],[152779,-30976],[152654,-30317],[150459,-34632],[150452,-33568],[150255,-37473],[149633,-37054],[148101,-36708],[147020,-35223],[145149,-35160],[144765,-33409],[145471,-33513],[145032,-32699],[145535,-30568],[146300,-30875],[146738,-29782],[147855,-30077],[149828,-30206],[148898,-31146],[149624,-31134],[150818,-32658],[147657,-31925],[147832,-32464],[147056,-32529],[146528,-33378],[146324,-32717],[141508,-39137],[145265,-44116],[148648,-47511],[150750,-47150],[144085,-47865],[146027,-44014],[143537,-47412],[145520,-47060],[144935,-45957],[145425,-46690],[152295,-47266],[145635,-44884],[145648,-45379],[146313,-46297],[152173,-46911],[147983,-45831],[147696,-46100],[147905,-46709],[152805,-47284],[152369,-47157],[142939,-47561],[147386,-48007],[152035,-47044],[141594,-46625],[145884,-43964],[144660,-45603],[143900,-45070],[144160,-44930],[142632,-38688],[143011,-38491],[143627,-39182],[148660,-40538],[150526,-40183],[145269,-39560],[145467,-40260],[146589,-40136],[153129,-48521],[147795,-40492],[147927,-40114],[150337,-39925],[152970,-41881],[150712,-40502],[147759,-48521],[143053,-48386],[141543,-47169],[141921,-47590],[142596,-49180],[142920,-49424],[142531,-50342],[141025,-49216],[141561,-49314],[141705,-49375],[140877,-48389],[144569,-49473],[144267,-49815],[143387,-49807],[146387,-50002],[146023,-48734],[146232,-49303],[151047,-96335],[150552,-95344],[151283,-96162],[151756,-94048],[152085,-93233],[151846,-94074],[150001,9902],[149078,11750],[152878,7806],[152296,7616],[150273,7952],[145300,136647],[143185,134177],[143816,131329],[146212,130489],[146235,139029],[147017,138259],[150084,137634],[143070,139376],[142875,140121],[142375,139861],[152246,133571],[148217,133700],[151140,140283],[152126,139443],[150796,138408],[145189,142287],[149590,142346],[152665,147166],[152566,146187],[151142,145803],[145989,141011],[151077,16609],[142996,14146],[143159,17785],[144134,21595],[150415,22506],[152906,15182],[150191,25727],[152928,27193],[142455,37008],[151073,26611],[149141,26466],[144672,44342],[142629,50600],[144909,56009],[150696,61226],[153035,62201],[149149,60448],[147109,61931],[151757,68174],[147178,66489],[153111,68077],[146957,76555],[153379,71517],[147154,65654],[144015,69532],[143433,70438],[143765,70028],[151792,69540],[152320,70599],[147819,89515],[152784,88918],[143912,101823],[143965,102566],[145213,100939],[146510,92127],[146639,101221],[146328,91248],[147444,93301],[152829,98685],[151432,97480],[152746,93306],[151152,97552],[151689,97612],[151557,102742],[146253,103561],[146003,104586],[147648,106463],[147690,107101],[153474,104065],[144856,127922],[149349,128149],[143377,127954],[143457,124250],[147694,121287],[147277,121001],[164027,-115019],[157060,-122007],[155796,-120250],[154879,-122236],[157006,-123915],[155809,-124436],[162867,-128177],[163333,-128251],[162167,-140107],[166324,-144708],[165827,-159411],[154211,-160058],[155205,-159599],[155482,-161087],[157842,-162893],[157025,-171983],[158408,-172340],[156642,-170594],[158955,-167456],[155221,-166217],[158041,-166656],[163353,-9335],[156107,-2513],[155144,-584],[155786,-6245],[157597,-9459],[159688,-12063],[166153,-10696],[165978,-9772],[166365,-4155],[164005,-3464],[165419,-4393],[163883,-2858],[154286,-279758],[164349,-12919],[163195,-13246],[156405,-19421],[156616,-20093],[153945,-15582],[160551,-14769],[155096,-21725],[164276,-14228],[163169,-13869],[163041,-22715],[160059,-21642],[161386,-22045],[162553,-21794],[163149,-21010],[166382,-23148],[163919,-25137],[164572,-24817],[165649,-24830],[153984,-27091],[153872,-26443],[160084,-26673],[157162,-35136],[155209,-36371],[154834,-36814],[157001,-29535],[157458,-30648],[159185,-30199],[161644,-31478],[158489,-33264],[154767,-32492],[156086,-31836],[155738,-32454],[157992,-30800],[163449,-50219],[164348,-50244],[162286,-50141],[162288,-47656],[165644,-39552],[161072,-48224],[160462,-48272],[160025,-48335],[153868,-47998],[154935,-48115],[154483,-47373],[154919,-48251],[156893,-48497],[157357,-48027],[157073,-47553],[154337,-50979],[159348,-49052],[159182,-48788],[158188,-47726],[158769,-46891],[162859,-48652],[162780,-49098],[159018,-50281],[158089,-49567],[158916,-49855],[160866,-47133],[160861,-47080],[158433,-46893],[158374,-46962],[156844,-47343],[161483,-48478],[157358,-46853],[162156,-50414],[162045,-50371],[161561,-49050],[159656,-47298],[158994,-47765],[155398,-41626],[154518,-40870],[161088,-49706],[155331,-47074],[156023,-47280],[157281,-41655],[158228,-41022],[157229,-41460],[154865,-47151],[159499,-47082],[159607,-40707],[160705,-41328],[159707,-41039],[163613,-47893],[164809,-48695],[164144,-47752],[165005,-48739],[164531,-48027],[165530,-43551],[166359,-43213],[162327,-41866],[162573,-43060],[165077,-48228],[165355,-43593],[164840,-43095],[165286,-43822],[153675,-50816],[163565,-42754],[163635,-42549],[163810,-42690],[161815,-41637],[161157,-42034],[161031,-41871],[156861,-47074],[159929,-49802],[159562,-49554],[154894,-39082],[161916,-51795],[161902,-51613],[161946,-51774],[160873,-53569],[161865,-52490],[162094,-56284],[165900,-53241],[160852,-54705],[164533,-55355],[159532,-54486],[162332,-63689],[162237,-59813],[162737,-61408],[165015,-63150],[159296,-60181],[156358,-57850],[157720,-56196],[155838,-56565],[156054,-58786],[159188,-56216],[158215,-54081],[158276,-53851],[154542,-52101],[154988,-51563],[155139,-51759],[156273,-52676],[155603,-52410],[156069,-52051],[154654,-53017],[154445,-53540],[154193,-53174],[154208,-54954],[155235,-55639],[154035,-55275],[158219,-54704],[166299,-64316],[160452,-65791],[160951,-65472],[160314,-69116],[162016,-71551],[161197,-71276],[159142,-67693],[165821,-64786],[160110,-71320],[156997,-72440],[161265,-64330],[160287,-66140],[166127,-67967],[159056,-69319],[164339,-73239],[162705,-67007],[162273,-73391],[163024,-65642],[160503,-65940],[165543,-71027],[161498,-66595],[161999,-66697],[161703,-67224],[165000,-73695],[160325,-67381],[160319,-67582],[159912,-67229],[162350,-83026],[165994,-84052],[161740,-84063],[158029,-88090],[157497,-82403],[159360,-84906],[158910,-84764],[160468,-84855],[157933,-83250],[158410,-84936],[160652,-83688],[164510,-87718],[159122,-88693],[159385,-87941],[159530,-87828],[163869,-87914],[153787,-88820],[156225,-86261],[157011,-89360],[154256,-87095],[157949,-84670],[158086,-86283],[155252,-85839],[157216,-84559],[164222,-92827],[160496,-92182],[160337,-91265],[159736,-91578],[159043,-90301],[154283,-90263],[156776,-90737],[163779,-95806],[160625,-96139],[164777,-94430],[162261,-96251],[163825,-96750],[160037,-95808],[163205,-95467],[163409,-96641],[165148,-105228],[165883,-109007],[165867,-107710],[165233,-103612],[165296,-112951],[166072,-110975],[162579,-108548],[164126,-109563],[163351,-112347],[160497,2190],[160046,4179],[164623,9120],[160505,131146],[161111,130724],[154529,135131],[159586,140520],[162248,137235],[154318,129467],[156910,141857],[158330,141999],[160313,141970],[166299,146807],[162350,144656],[161305,145301],[160379,146405],[159047,146564],[158267,145920],[158281,147212],[156868,145971],[156039,146599],[153705,146020],[162508,24561],[160155,24258],[156197,20757],[153881,24573],[155760,18946],[160934,17186],[156797,15700],[156303,14916],[162083,20935],[161370,21566],[159154,35783],[162989,50012],[163903,62881],[164072,62425],[161554,56412],[161852,60225],[160247,76694],[153895,68192],[155263,65271],[156259,71965],[154979,71468],[154674,64914],[156760,70140],[155030,70696],[157089,89509],[157507,88427],[160944,87482],[158286,87211],[159258,87301],[160679,83998],[160080,82542],[164845,83862],[161474,83465],[159750,78448],[160648,77778],[156996,101496],[158958,101547],[159911,100100],[159415,99960],[153946,101882],[161668,96292],[160743,97344],[157227,96140],[158292,95774],[163195,94259],[163486,94711],[158967,91683],[155726,100724],[163019,100653],[163844,101902],[163720,109539],[164722,109729],[163508,114350],[163521,114765],[166130,111929],[164654,108092],[163473,107174],[160114,115178],[153645,105466],[154646,106303],[157330,104859],[154859,103586],[162832,102917],[163301,102800],[164996,104735],[165381,105409],[157433,107972],[157220,108518],[158102,107260],[159584,106561],[158545,103447],[159089,103839],[161821,105609],[161636,105122],[156044,108151],[156229,107346],[161798,120834],[154147,123352],[153934,124737],[157744,122336],[160318,120677],[162349,120023],[158124,118342],[157907,117715],[158523,118218],[164472,116663],[154978,127488],[157520,127565],[159761,126897],[160556,125620],[160642,115760],[164139,120107],[165091,121963],[165509,116669],[154452,118597],[154640,117891],[164704,118120],[166769,-115773],[173886,-119064],[179104,-118045],[176358,-116856],[175620,-117309],[174079,-118811],[176973,-119705],[175899,-126805],[176099,-127311],[177278,-126729],[176803,-127004],[178047,-120588],[177663,-122052],[177765,-122723],[179181,-121402],[178056,-120074],[173586,-126227],[174694,-124330],[174694,-124596],[172469,-127021],[176592,-118326],[177715,-133376],[178820,-135299],[176833,-133204],[176930,-133592],[178125,-133797],[179092,-135110],[179137,-136990],[169005,-138189],[175532,-128199],[174873,-129072],[172013,-128599],[167240,-139187],[169227,-139872],[177665,-140962],[177240,-140838],[177842,-140646],[173742,-152222],[174834,-147844],[178589,-145003],[173717,-147608],[179177,-147447],[177381,-147645],[174018,-147873],[177134,-142240],[176992,-142003],[172128,-144030],[177097,-151894],[176206,-152038],[178314,-153076],[177110,-143701],[176460,-142993],[177784,-143172],[177564,-142887],[177986,-142929],[178062,-142561],[176600,-152909],[175933,-146339],[177730,-144794],[176215,-146152],[166956,-151554],[171252,-151978],[168222,-151909],[173233,-143647],[170239,-142248],[176040,-145029],[168932,-141422],[170460,-144532],[168217,-147939],[168324,-146531],[167474,-145557],[178568,-154731],[177339,-161193],[178539,-155568],[176658,-159896],[175477,-162641],[176304,-154434],[173782,-157228],[175179,-162581],[178189,-155994],[174945,-161392],[174226,-161049],[169897,-161320],[174302,-156233],[175317,-162593],[171117,-161651],[173759,-160346],[174459,-158234],[177502,-154879],[174823,-158203],[174450,-160246],[175554,-156349],[174336,-157850],[173267,-165818],[172373,-165909],[173142,-165710],[171119,-158841],[173154,-162891],[168329,-165993],[170675,-159284],[176987,-153709],[176594,-153575],[167708,-160656],[172264,-163883],[171453,-163814],[171360,-163104],[171662,-162923],[174088,-165823],[174058,-166085],[175923,-157926],[178207,-155664],[177346,-155874],[177343,-156180],[178061,-159633],[173333,-163976],[173313,-164004],[173031,-163482],[172506,-161385],[171248,-162383],[172858,-161164],[175500,-166053],[170008,-162826],[169889,-163802],[172559,-160941],[171796,-160637],[171211,-164640],[170422,-164688],[171285,-164469],[170587,-165723],[170153,-165982],[170638,-166098],[176972,-163610],[177025,-163417],[176807,-162906],[176614,-165165],[176519,-165325],[175898,-165817],[176045,-164878],[174219,-161252],[175073,-162377],[175468,-168144],[178004,-171786],[170293,-166871],[170335,-167090],[178587,-168440],[172299,-166207],[178719,-178105],[173401,-172351],[178694,-172420],[171677,-168838],[171902,-169713],[172926,-173380],[174474,-169438],[174994,-170274],[176877,-173422],[173638,-172371],[173008,-172042],[178250,-174436],[175268,-168053],[174627,-166296],[174255,-166357],[178531,-171432],[177780,-168680],[176824,-170958],[174278,-167787],[176893,-173807],[178327,-175324],[177423,-175759],[175356,-173473],[175109,-176316],[174074,-167644],[178766,-169152],[173041,-168240],[175618,-168533],[174685,-167790],[177669,-177579],[178510,-168517],[172451,-172109],[172639,-171456],[171772,-171264],[172180,-173006],[173209,-167631],[179041,-168726],[172917,-169577],[178427,-171008],[169470,-167416],[168717,-166769],[178354,-171736],[173294,-176701],[171655,-168317],[170340,-167596],[170600,-167735],[170836,-167313],[171442,-169140],[171531,-169304],[172362,-168908],[173067,-169569],[173483,-169821],[178401,-181152],[178190,-183016],[178444,-179078],[178071,-179261],[178505,-181324],[178689,-180393],[178841,-180134],[178677,-179508],[178998,-210283],[178815,-210186],[176912,-208336],[178829,-208201],[177025,-208282],[176786,-209548],[178494,-8591],[178964,-11634],[176336,-10025],[179106,-11531],[177322,-10692],[174050,-7171],[168529,-6925],[170540,-6503],[170222,-7224],[170725,-8058],[168506,-9274],[169233,-11580],[178735,147],[176839,-7656],[178199,-8043],[178249,-7717],[172389,-5779],[172617,-5840],[174541,-6380],[175662,-7590],[172126,-3858],[169678,-4074],[166539,-8515],[167574,-9907],[167903,-11596],[167226,-10750],[168293,-11385],[166763,-2871],[178600,-13417],[177390,-14560],[176642,-13084],[176090,-14467],[169945,-24767],[174549,-23698],[173760,-23619],[175824,-21855],[173874,-24617],[175269,-21518],[177765,-24099],[176657,-21082],[177028,-19612],[178394,-21145],[177099,-21173],[178290,-23566],[178383,-21682],[175469,-24556],[174810,-23577],[174863,-22775],[177704,-22375],[178924,-22494],[177668,-20668],[176967,-21191],[179105,-18652],[177411,-18765],[177587,-18397],[178719,-19113],[177536,-23679],[174351,-24910],[173012,-24918],[171223,-24419],[166828,-12941],[166442,-22674],[174129,-30951],[176153,-29800],[175703,-29285],[176334,-35025],[176324,-35130],[174936,-34923],[176122,-36082],[175286,-36025],[175055,-37374],[174701,-37954],[175849,-37008],[177162,-33029],[177959,-32855],[174607,-31307],[174682,-33477],[173983,-33730],[174766,-31248],[176521,-33211],[178432,-34059],[177360,-35698],[179135,-35476],[178190,-27916],[178542,-27103],[178005,-28297],[177966,-31744],[174997,-31057],[169527,-26136],[172077,-27806],[172272,-27733],[178865,-25946],[177661,-27522],[174131,-26393],[172314,-47326],[174993,-47870],[178986,-50952],[172441,-45671],[173048,-44657],[168058,-49940],[173213,-44176],[174997,-49122],[172408,-46259],[174287,-38443],[174982,-47716],[168501,-50555],[177989,-40072],[177889,-38635],[178722,-42597],[179131,-42046],[174658,-41380],[174015,-43254],[173833,-41232],[173964,-43704],[174340,-42032],[168557,-50685],[177658,-50515],[175428,-47459],[168449,-50542],[176953,-47132],[175837,-45951],[172543,-47148],[177652,-44916],[178625,-43839],[179173,-46971],[175472,-45138],[175092,-44332],[174692,-44385],[174503,-45977],[174040,-43861],[172324,-46585],[172222,-45724],[176037,-43364],[176373,-42922],[175545,-42307],[176062,-41326],[177350,-41987],[166786,-43354],[171984,-44981],[166645,-44066],[166694,-44333],[167191,-44477],[177262,-50558],[177586,-50458],[168053,-44681],[167281,-45079],[167498,-45038],[170260,-45559],[169718,-45615],[170390,-45863],[169856,-60676],[167964,-57497],[171790,-57613],[167220,-58193],[166925,-58190],[171124,-57329],[166494,-58708],[178062,-58842],[176370,-61000],[174845,-61950],[173875,-58678],[177193,-57535],[172713,-61194],[178666,-60813],[178059,-60531],[177801,-59911],[177595,-59509],[178407,-60085],[176608,-60838],[176886,-60868],[176929,-60641],[176026,-62464],[175596,-62919],[176020,-63006],[169738,-60734],[170619,-61430],[169806,-60714],[177964,-52395],[177858,-51896],[168434,-51062],[175249,-58856],[169184,-51464],[169343,-51489],[179148,-51185],[177080,-58734],[177285,-58437],[170822,-53639],[170617,-54074],[177580,-58552],[176953,-51168],[170000,-54959],[170018,-54336],[170447,-54593],[178571,-52852],[175082,-59674],[170975,-55908],[172121,-55235],[171568,-54918],[172035,-55254],[177910,-58828],[178062,-58832],[176512,-57465],[178477,-61786],[169763,-63621],[168412,-60190],[167872,-62863],[167793,-63102],[171636,-63780],[174642,-63448],[174797,-62973],[173851,-63083],[167593,-71998],[171071,-72663],[171669,-69011],[170873,-68709],[171617,-68822],[169816,-70848],[174252,-67942],[172349,-67401],[170316,-67477],[167137,-66798],[173583,-67994],[175696,-70754],[173738,-66265],[169933,-68867],[169524,-71871],[170083,-69624],[171493,-67947],[169020,-71894],[175021,-65130],[169249,-64799],[175173,-71548],[169980,-75567],[172579,-67463],[171253,-69646],[174422,-67502],[172626,-75727],[174285,-67913],[174495,-65832],[176760,-76547],[174829,-64173],[173436,-64951],[172509,-64845],[173590,-65492],[172572,-65276],[172167,-65813],[171358,-65471],[172114,-65110],[171295,-65129],[170819,-66247],[169788,-67135],[169312,-67121],[170216,-66557],[168494,-67011],[168288,-67887],[167796,-67496],[168608,-67285],[167251,-67439],[167317,-68410],[167748,-68367],[166895,-67983],[178774,-68241],[178912,-70356],[179125,-73502],[179129,-74114],[166543,-83717],[167731,-82479],[166521,-77593],[166528,-78504],[178984,-79035],[176844,-78101],[176624,-77698],[171000,-80165],[168378,-77866],[173240,-76948],[168879,-78532],[169628,-77619],[168190,-77893],[175756,-82197],[175551,-83476],[177103,-78136],[177606,-82581],[176494,-89028],[174412,-85698],[173331,-86445],[176750,-85117],[173690,-88578],[176131,-87964],[178903,-85336],[169296,-86193],[167934,-87879],[171126,-87134],[171050,-83895],[172623,-84949],[173862,-85988],[167588,-83086],[170956,-87625],[170564,-84722],[173135,-85142],[167267,-87594],[169874,-82741],[172015,-81942],[178948,-89905],[174323,-90788],[174843,-93334],[167410,-95601],[166897,-94099],[171383,-97599],[175685,-94256],[173419,-92549],[172436,-89821],[175551,-92290],[174333,-92624],[166637,-93492],[170822,-92377],[169891,-90412],[170503,-93684],[170526,-92779],[176312,-93961],[175412,-94074],[174977,-92724],[177349,-93906],[171268,-92704],[167689,-105380],[167297,-108248],[166513,-109003],[166840,-108591],[168238,-111474],[167188,-111415],[179095,-110447],[179034,-108978],[178722,-109885],[177262,-112001],[177616,-112990],[179102,-112855],[178182,-114066],[179125,8695],[178932,8454],[176859,12026],[176895,10748],[177412,12599],[178053,11402],[168440,132133],[166749,132874],[168720,131865],[176657,138982],[178103,130319],[177238,130396],[178472,129739],[178736,129254],[174084,138118],[174884,139933],[173295,130384],[172855,129003],[171895,128631],[171594,128231],[173395,130622],[173266,129489],[172783,131557],[176092,129528],[176133,130138],[175245,129280],[178884,131519],[167613,142437],[177776,142485],[176302,143012],[167456,143060],[170413,143872],[171603,145608],[173011,146574],[176815,145874],[177042,146293],[178071,146391],[168367,147140],[169351,147323],[168761,148027],[169524,148010],[173104,148310],[173718,148599],[175242,148576],[175404,148902],[176060,147490],[179038,149014],[166600,23332],[177228,25429],[173322,23088],[179009,19835],[179145,20723],[171578,28500],[169942,25914],[172547,26535],[178843,76240],[167026,84206],[166896,97617],[166679,97864],[168321,95300],[169391,95626],[171599,92423],[178429,98613],[178640,97063],[171703,102195],[172487,101738],[167491,113925],[167799,115390],[171319,113107],[178854,105814],[177486,104076],[172984,113030],[173160,112077],[179127,112231],[177964,109419],[166479,109337],[166447,108607],[167777,110704],[169090,109826],[177680,111234],[177265,111620],[168873,107966],[167265,107980],[168117,108198],[169341,108053],[174388,127721],[171773,119287],[167984,116258],[178338,126560],[179064,127225],[178083,125338],[175281,124850],[175716,123368],[174831,123739],[174340,124475],[176801,126089],[175515,125779],[174535,125238],[178333,124874],[177721,124100],[176174,123058],[177204,124463],[178176,124177],[170618,125430],[169579,123878],[170758,125042],[169257,123651],[170479,124255],[171435,127316],[170535,127898],[191448,-121756],[191531,-117207],[186213,-120279],[189840,-122038],[179611,-118372],[185590,-120225],[191097,-115392],[189576,-118320],[187895,-118919],[188455,-118611],[187853,-119439],[189160,-120910],[188119,-120840],[187253,-119760],[190749,-121690],[186737,-124207],[187380,-124292],[185511,-122246],[189336,-122723],[188128,-123957],[187329,-123652],[188242,-121954],[182858,-125659],[184420,-125278],[183891,-124490],[183223,-125193],[185866,-126259],[187912,-124272],[186462,-126191],[183869,-127740],[183407,-127208],[191561,-119638],[190659,-119551],[189498,-120241],[189233,-119850],[185547,-119923],[180407,-117833],[182413,-119297],[179777,-117212],[179732,-117110],[180143,-116805],[181843,-122550],[181506,-120415],[185466,-121278],[179638,-116079],[179653,-116176],[190268,-123434],[190603,-124163],[189610,-124406],[189238,-124924],[188942,-124940],[186888,-127028],[180860,-121377],[181182,-121314],[180562,-119861],[179667,-119940],[179200,-119737],[183272,-138297],[191919,-132794],[187092,-134314],[186614,-133859],[180303,-134292],[191731,-132620],[183101,-131008],[180230,-133488],[180540,-134757],[183532,-129551],[187212,-133764],[187625,-135058],[183964,-130287],[191266,-132716],[182458,-139746],[183080,-139299],[184703,-128363],[184843,-127863],[183067,-138468],[191372,-128674],[190897,-128635],[190039,-128643],[189958,-130470],[188985,-132161],[190028,-129956],[188637,-131472],[186523,-130960],[185662,-132011],[185197,-133018],[185308,-130872],[190753,-134451],[189439,-134060],[190506,-133426],[189384,-135083],[184915,-133975],[185314,-135084],[185117,-135801],[186396,-134141],[185656,-137902],[183408,-136942],[185962,-136597],[185591,-137641],[184227,-131218],[181235,-137849],[181521,-137234],[181506,-137316],[181489,-136954],[180262,-135033],[180785,-135161],[180722,-136047],[179858,-135997],[182464,-131430],[180717,-131941],[184955,-140575],[186468,-139773],[186816,-139390],[184888,-139880],[179770,-138440],[181866,-128462],[181802,-134071],[182969,-134691],[183110,-134411],[182152,-134981],[181336,-131955],[181618,-132785],[181380,-132236],[180622,-131376],[180285,-131148],[179782,-130614],[180518,-130195],[180421,-129723],[180418,-129586],[180260,-128937],[180302,-129405],[181525,-128290],[181796,-128220],[182413,-127981],[180195,-143283],[179629,-143059],[182344,-140924],[181589,-140776],[182606,-142464],[187520,-140833],[181619,-143757],[179595,-142488],[180045,-142261],[181124,-144169],[184683,-142088],[185499,-141724],[183706,-143260],[183776,-143057],[187759,-140816],[179465,-149634],[182616,-147160],[188329,-145346],[190457,-147214],[186268,-151418],[191634,-147036],[180812,-146179],[189463,-152181],[190494,-145708],[190012,-147364],[179712,-146426],[180338,-145635],[179469,-146403],[188601,-150622],[188740,-151965],[186563,-150560],[186462,-150265],[186230,-149870],[190297,-143933],[189683,-145494],[187000,-149562],[186679,-151015],[179561,-143447],[180023,-144239],[184242,-152530],[190182,-143529],[181296,-150686],[180978,-149168],[190567,-152269],[190162,-151915],[187482,-150135],[187473,-150508],[187704,-151681],[186653,-148494],[186076,-150467],[188259,-147265],[187468,-146353],[187564,-146598],[187260,-147640],[186700,-149191],[186804,-148552],[185982,-149037],[190812,-149663],[191061,-148800],[190533,-149253],[190107,-148324],[190148,-149952],[190235,-151006],[190747,-150314],[189966,-149873],[186548,-152959],[186521,-153136],[185820,-152706],[186176,-153070],[180953,-154415],[179856,-153673],[182270,-163671],[180633,-158152],[181990,-165766],[183431,-163678],[180344,-158682],[179684,-159006],[181601,-160535],[179904,-159147],[180392,-157078],[181842,-165857],[181613,-156276],[186562,-163718],[185572,-165995],[186151,-165897],[179965,-159694],[186195,-160619],[185453,-161805],[181606,-156760],[181556,-156771],[181103,-160125],[186546,-154852],[185748,-154415],[181013,-160492],[183665,-159880],[184054,-159816],[181804,-160925],[183360,-159965],[186256,-164272],[182674,-164679],[184042,-166049],[183560,-165388],[181812,-160318],[183055,-166012],[185883,-163019],[186532,-163812],[187490,-164875],[187107,-163152],[186152,-163745],[187845,-163478],[187333,-164107],[183991,-160599],[187952,-155051],[187577,-155750],[185698,-161861],[185541,-161341],[182135,-161168],[181066,-154625],[180306,-156591],[180491,-155430],[179850,-161691],[182027,-162287],[180377,-163359],[182461,-163083],[180884,-160453],[179969,-170611],[180829,-174003],[180737,-170293],[179727,-170986],[182484,-173642],[182146,-168171],[187709,-169956],[187872,-168521],[188333,-168363],[189573,-167672],[188293,-175422],[189872,-168048],[187332,-174501],[189832,-168156],[188457,-175943],[188603,-173755],[186985,-173246],[187748,-173980],[189166,-173897],[187880,-175426],[191191,-174805],[191593,-174567],[190257,-175406],[191013,-177902],[191238,-173573],[191024,-178703],[191225,-176446],[180489,-178524],[188672,-178122],[187341,-177591],[188405,-178070],[188581,-178309],[179489,-172242],[191686,-177072],[182607,-178063],[182700,-172251],[179773,-174230],[183657,-173660],[180381,-173989],[180602,-175085],[179679,-168361],[182210,-175050],[183687,-174412],[185202,-173070],[184627,-173509],[184518,-175869],[184462,-176612],[180995,-167377],[181692,-168256],[180621,-166230],[186500,-175226],[191190,-172883],[190439,-173539],[181308,-169267],[190666,-172018],[179657,-169949],[179592,-167126],[179822,-167002],[180164,-167175],[180356,-166654],[183528,-170172],[180887,-178344],[186071,-185572],[187414,-187599],[182297,-181734],[190595,-179974],[181948,-180947],[191395,-179319],[181578,-181138],[187698,-185887],[183083,-185478],[183261,-184871],[183184,-185397],[188835,-186420],[189889,-186873],[183656,-184279],[181930,-180644],[180676,-182184],[181032,-182566],[182803,-183778],[182495,-183766],[190189,-187733],[191001,-184420],[190574,-185790],[186819,-180028],[181933,-180794],[190413,-187518],[188450,-185017],[187555,-179546],[179524,-179622],[183974,-187150],[183994,-187849],[180108,-179541],[183004,-180137],[183099,-179775],[182106,-180260],[187215,-186306],[183577,-185552],[185046,-183342],[185556,-182768],[183208,-183180],[183135,-182614],[183650,-182081],[185391,-183641],[184605,-183678],[184673,-185508],[184562,-183447],[188096,-185840],[186261,-185322],[179229,-183040],[180247,-181590],[179377,-180955],[187515,-180226],[188786,-181520],[188251,-181581],[188409,-182237],[189050,-181956],[186623,-182722],[187720,-182375],[186653,-182938],[188969,-183217],[189210,-183088],[189314,-184037],[189498,-184063],[186754,-180183],[185570,-180865],[184616,-180855],[185221,-181221],[184736,-204382],[184891,-204212],[185771,-204103],[190623,-213428],[191490,-213954],[191914,-213819],[191177,-214221],[191933,-216751],[191305,-216558],[187749,-204655],[186618,-205218],[187068,-205584],[186903,-205267],[185702,-205255],[182585,-207450],[183163,-208297],[183214,-207194],[182765,-208211],[182495,-207317],[181831,-208191],[182510,-207663],[181763,-208255],[179486,-208123],[179727,-208087],[180741,-209269],[180892,-208169],[179735,-210460],[179864,-210995],[181369,-212033],[180193,-212152],[180361,-211834],[180188,-211534],[191709,-218866],[191826,-220031],[191878,-219868],[191845,-219734],[191817,-219608],[191926,-217476],[190502,-219225],[191701,-219832],[191023,-219133],[190943,-220004],[183587,-229477],[186057,-230172],[184023,-228707],[186504,-229718],[186914,-227641],[187010,-226901],[187631,-227587],[187017,-227984],[187628,-225777],[187450,-225534],[188254,-224281],[188715,-226252],[188373,-225896],[189620,-224726],[189037,-225279],[191382,-229844],[184566,-230602],[184537,-230384],[185934,-230221],[186405,-231389],[186660,-231004],[185584,-230667],[186283,-231325],[189444,-232490],[190022,-233101],[188758,-233329],[189312,-233045],[187902,-233253],[188936,-232622],[188150,-233281],[188893,-233045],[190024,-11818],[191301,-10809],[189536,-11172],[190025,-11209],[191840,-3540],[189348,-6338],[190087,-4439],[189926,-4312],[187932,-2343],[189471,-3359],[189922,-3949],[189585,-2678],[190240,-3030],[181298,-10361],[181933,-11798],[180919,-12327],[183191,-10593],[190999,-447],[185577,195],[181054,116],[185056,-2824],[183431,-3338],[185183,-3151],[185842,-5201],[184624,-3906],[186066,-8516],[184873,-11117],[182455,-9426],[183832,-7692],[181911,-9573],[180240,-9113],[179241,-8059],[183971,-24771],[190487,-25273],[179548,-19335],[187812,-16464],[189397,-18824],[189287,-17835],[189356,-16901],[190996,-13656],[180557,-22639],[180212,-20613],[191369,-17868],[190608,-18840],[191002,-18478],[191351,-19994],[183825,-20706],[182374,-22054],[180450,-21955],[183213,-23262],[181937,-23208],[189567,-20643],[190678,-21268],[191101,-22877],[191193,-24455],[190880,-29044],[179724,-30791],[181493,-31984],[186095,-34495],[181074,-34301],[190119,-29880],[186990,-25818],[182422,-32573],[186564,-30404],[182517,-35280],[190066,-29225],[190275,-25738],[187767,-26316],[191304,-25795],[184687,-30053],[190280,-25917],[186843,-27495],[180807,-29453],[179627,-30495],[179673,-28478],[180150,-28695],[180626,-36939],[187201,-33403],[188837,-28498],[186462,-34330],[186609,-33996],[186694,-34755],[184795,-34761],[186897,-32223],[187916,-33369],[189687,-35968],[187768,-37818],[189933,-35958],[188479,-35672],[185669,-38656],[191871,-33632],[191948,-33598],[183670,-30745],[181997,-36621],[185808,-34506],[191090,-29576],[190557,-29496],[189215,-33642],[191470,-33279],[190678,-34839],[190805,-34723],[189096,-28322],[188302,-30641],[185616,-27309],[182085,-25965],[185501,-32891],[187046,-27557],[181808,-36550],[189970,-49969],[179338,-50165],[181478,-49654],[180006,-47264],[181476,-49967],[188759,-42055],[180079,-46378],[179635,-49535],[189159,-41663],[189041,-43337],[179204,-48985],[188572,-43655],[188346,-43281],[179987,-46008],[179734,-46585],[190024,-50076],[188560,-49423],[190720,-43457],[179447,-40870],[190607,-44207],[189812,-42141],[189339,-41443],[181117,-41357],[180467,-41105],[180236,-40580],[179893,-41184],[180179,-40897],[179773,-43511],[184590,-38496],[184855,-39155],[189857,-40026],[190005,-50625],[185899,-48017],[191210,-45830],[188778,-44638],[190327,-45806],[190621,-44707],[190189,-45539],[186240,-48554],[185718,-46977],[191962,-50993],[188542,-40977],[189722,-46180],[191302,-48340],[185053,-44446],[185830,-45527],[187638,-48880],[186224,-47234],[187827,-47668],[191083,-48810],[190723,-51364],[190256,-49694],[185448,-45594],[184495,-44611],[182860,-48607],[182990,-48307],[182709,-47379],[179257,-50857],[183674,-44323],[183209,-45396],[183931,-44507],[182821,-45402],[182603,-44403],[183425,-38816],[180171,-40565],[180771,-38323],[179579,-62588],[180735,-62450],[180755,-60288],[179974,-61521],[180257,-60208],[179655,-61412],[181118,-61774],[179931,-61387],[179890,-63282],[179464,-61638],[185313,-51445],[186158,-52519],[184157,-56255],[188563,-51244],[183898,-51446],[190171,-62970],[187456,-59047],[183401,-56067],[183994,-56278],[189540,-59489],[189238,-58858],[189370,-60157],[190714,-59724],[191167,-58244],[189970,-55748],[190895,-57187],[189209,-60640],[191231,-54314],[189763,-54421],[191076,-54203],[191151,-57468],[190180,-61443],[189937,-61172],[188709,-60365],[188512,-59140],[188461,-59038],[187324,-57172],[187179,-56586],[179367,-53481],[191409,-62144],[190481,-62657],[191664,-63540],[179832,-54322],[180345,-54189],[179995,-54386],[182190,-53683],[182550,-52960],[183008,-54961],[184267,-54233],[182926,-54410],[181711,-54272],[181370,-54882],[182030,-54863],[186524,-58724],[186530,-58685],[186783,-58576],[186311,-57672],[185410,-57736],[185980,-57793],[180846,-60207],[186265,-59102],[181316,-58828],[187488,-57707],[189959,-61802],[185743,-57136],[186270,-58290],[185747,-56873],[185875,-56895],[189383,-61272],[181257,-58832],[187201,-57880],[191809,-64806],[191872,-64212],[191946,-64875],[179872,-75403],[183019,-69035],[183806,-69796],[181877,-75631],[182274,-71397],[180750,-74328],[181574,-69878],[185017,-75343],[181154,-73946],[183473,-69615],[185799,-71888],[190325,-73997],[181089,-66763],[180233,-67600],[181056,-68099],[181410,-67945],[180982,-69557],[181319,-67964],[180602,-68983],[179790,-69965],[179531,-70423],[179999,-70697],[186177,-73596],[186235,-72586],[188057,-74353],[182690,-68360],[182319,-68154],[185937,-72935],[190312,-74136],[180206,-71966],[191886,-83261],[186025,-77760],[188181,-79071],[186175,-77104],[189204,-77978],[180747,-82293],[179996,-78353],[185427,-76652],[180206,-80498],[183435,-81069],[184326,-76811],[179280,-77554],[181584,-79619],[182009,-81026],[184313,-77709],[179637,-85411],[179426,-86350],[182183,-85305],[182088,-85775],[181858,-87066],[180815,-86974],[179574,-84582],[183547,-84932],[189867,-100458],[189924,-95924],[189091,-99562],[191843,-95026],[188257,-99391],[187979,-97605],[190438,-101580],[191241,-93604],[190510,-93054],[189667,-94942],[191631,-89725],[191508,-101904],[191679,-100912],[183717,-98047],[184740,-99494],[185731,-97858],[186769,-99203],[191107,-101296],[190027,-114301],[189052,-113843],[183212,-110407],[179403,-109571],[185290,-102894],[181351,-106005],[182557,-105793],[185178,-105788],[182813,-105448],[186442,-105849],[191942,-111027],[186397,-105343],[190769,-105037],[187116,-112878],[190639,-109848],[186354,-112615],[191601,-106883],[190707,-109226],[189200,-107983],[189637,-108523],[185789,-112844],[187971,-113648],[191179,-110231],[190385,-112553],[191448,-114105],[191438,-114440],[190458,-102456],[184270,-111201],[184453,-110843],[183495,-110598],[184481,-109060],[186974,-110929],[181739,-110069],[181157,-109443],[182843,-110235],[182609,-107467],[181120,-107515],[180747,-107329],[181411,-107750],[186157,-108983],[185370,-110920],[187212,-110581],[189081,-113030],[188578,-113126],[189806,-113119],[187750,-112377],[185863,-105977],[185072,-112068],[184815,-112978],[184862,-111726],[186385,-106235],[179249,-114420],[180624,-114375],[191089,-105417],[190094,-110670],[187995,9535],[187845,9829],[188135,7708],[189660,4274],[188430,4547],[187750,9768],[189425,8322],[191987,3995],[191958,2251],[191592,12091],[188589,9267],[188383,3460],[189842,10761],[190048,10654],[190075,9796],[191033,9031],[189236,12310],[190333,751],[190781,1836],[189412,1759],[190261,202],[181555,4434],[186775,1246],[180702,8817],[181324,11187],[179942,10435],[181239,10500],[187247,3559],[179714,3297],[180953,3729],[183236,10158],[184723,10538],[180524,9486],[187565,11636],[187395,8576],[188784,8406],[187413,8942],[188060,6633],[180842,3657],[179931,3857],[181180,9975],[179487,3164],[181482,1625],[180746,610],[184710,10129],[179419,11627],[182634,10568],[180918,10355],[185011,9733],[186308,11216],[185446,12987],[185228,12601],[185690,11861],[187265,11371],[184973,8200],[186025,8630],[185711,8336],[186987,6607],[186473,8191],[180301,11974],[185837,2788],[186894,3429],[185473,2257],[185873,3399],[186800,3321],[181285,139527],[181931,140475],[182903,138395],[188874,128486],[186288,128616],[189622,132539],[190168,132023],[186345,130408],[185572,130503],[190657,132660],[189870,131424],[191208,131594],[187312,133643],[186754,133660],[188020,132518],[188302,133752],[187271,137921],[188190,140338],[187577,137960],[188696,139047],[188434,134915],[187363,135041],[186200,134838],[187514,134588],[186257,135845],[189546,137130],[189461,135855],[188132,135780],[190468,137645],[189811,135460],[191342,133656],[189281,134072],[189133,134473],[189067,134169],[191225,134293],[188415,130491],[187531,130321],[187317,132477],[186483,130085],[188271,130430],[190283,131284],[191366,129601],[188001,139801],[189107,140094],[183412,132774],[181490,132007],[181179,133211],[182464,133082],[181263,132967],[186124,135030],[185315,134398],[186126,134111],[181880,130193],[182412,130125],[185193,132997],[184668,131833],[180213,142291],[190485,142006],[190207,141302],[189183,141583],[191617,147724],[189414,145441],[190761,145464],[191465,147590],[190078,146103],[189424,143357],[190774,143228],[189964,143896],[179639,146810],[180567,145907],[189589,149611],[188823,150673],[190357,149000],[189870,147757],[180133,149667],[181246,150121],[182731,150922],[182875,150099],[186614,150416],[187755,150737],[189367,149700],[190617,14696],[189576,15297],[191373,19703],[190458,20556],[191227,20167],[190727,19544],[190166,20706],[188469,19902],[188850,21434],[190741,16946],[190691,16935],[190576,15292],[190523,16293],[191332,16399],[180769,22876],[186962,19206],[187412,21081],[184749,14415],[187745,18647],[184619,18255],[184728,18877],[187174,24694],[187073,24671],[185567,18911],[188620,16065],[187416,14511],[187679,18386],[187110,19220],[185341,25465],[188927,25263],[186071,25404],[183011,20097],[181757,21301],[183841,21539],[182381,19780],[182067,20854],[188131,13067],[188137,23144],[188197,23931],[187704,24170],[185263,20549],[185861,20133],[186195,18862],[186247,14764],[188016,16918],[186152,16823],[187278,17407],[191047,22027],[189710,22196],[189651,23153],[191070,22623],[190013,23356],[191536,25151],[190218,24564],[190900,22828],[183551,17572],[185318,17931],[187289,14365],[187886,13272],[187542,14224],[183440,29299],[187603,30713],[187696,38029],[185032,28515],[183038,37167],[188714,37687],[190574,38020],[190216,37794],[190694,37727],[183487,37526],[186120,36617],[187593,35034],[186989,36106],[189110,37098],[189732,34967],[189845,34819],[183161,31869],[183326,32970],[183157,33218],[184259,32221],[184418,31575],[187865,27283],[183885,29620],[183230,29807],[184237,28719],[183331,26576],[185080,28355],[182654,28096],[184868,27043],[185324,25841],[188135,26860],[187972,26395],[190122,26211],[190443,26918],[188633,32652],[188501,32613],[186020,29013],[185712,28246],[185157,29936],[185445,29365],[186640,30654],[186712,30592],[186800,30641],[186862,30559],[185738,30788],[187443,31947],[189305,32247],[188636,26452],[188728,30214],[190920,31149],[189551,30954],[189802,29933],[191089,28172],[191549,28795],[191598,27481],[191385,29220],[191488,32629],[191171,31922],[191346,33021],[191840,33041],[191169,33354],[191992,33356],[191903,35025],[190942,35475],[191062,36229],[190011,34496],[189178,34927],[188176,36877],[188287,34710],[185988,36114],[185537,35672],[184863,35878],[185645,37259],[185393,38272],[185255,38191],[186589,38521],[187964,28636],[188274,28365],[189172,26905],[189979,29120],[189410,28694],[187548,47301],[186753,47872],[189127,47463],[188996,49058],[190365,46397],[189126,45529],[190142,43608],[190909,42650],[186866,49207],[191167,42749],[191001,43466],[186452,41316],[186397,47931],[184508,48242],[184326,45527],[185644,48240],[184745,44512],[188901,39852],[189305,39896],[191623,49522],[184801,44488],[184737,44818],[185389,45675],[184519,40657],[187805,40643],[186613,45924],[191771,48859],[186411,39852],[185680,39902],[191875,50267],[186245,39985],[190123,44675],[190377,46502],[188402,46516],[185315,45701],[189618,38632],[184266,38909],[183447,38741],[184060,38684],[186860,38817],[188260,38953],[187619,39784],[186757,39858],[187207,40911],[187286,41059],[185257,42599],[186122,44246],[187412,41508],[190822,38977],[191642,39246],[190128,38654],[191780,40391],[191634,38801],[190071,41189],[190476,42700],[184832,43439],[183722,44749],[183630,43224],[184304,46616],[184758,43126],[185582,42802],[186766,42768],[191429,60611],[191639,61456],[189074,55105],[191489,52209],[191070,57544],[191956,53305],[189712,55321],[191387,56212],[191604,55309],[191218,55409],[189826,54080],[191858,52023],[189077,52809],[188724,54196],[191359,59273],[191355,57963],[187389,60077],[186008,61257],[186346,61398],[189399,62710],[189666,62484],[189724,62534],[190861,60522],[190470,60480],[187013,58789],[187349,58557],[187677,59685],[186378,60107],[187314,60779],[186219,59787],[189308,59045],[188571,58648],[188713,58017],[190420,58346],[188724,59252],[190860,59433],[188604,61433],[188723,61712],[187841,60841],[188032,60002],[188208,61509],[185876,51748],[185597,51627],[191185,52330],[186710,51131],[188412,52287],[184109,56653],[184795,55637],[185773,59991],[184396,56507],[184594,56999],[185220,57357],[183972,59363],[187417,70588],[187648,70375],[186170,71281],[189398,70509],[189934,70829],[191532,73918],[190789,76980],[190545,76421],[180067,76186],[185435,71352],[187811,73379],[186850,74535],[187046,75538],[186809,74956],[185013,75139],[184555,76262],[183369,75660],[185410,72712],[182282,75801],[181280,76114],[191595,78957],[191231,77168],[184930,98440],[184551,96986],[185180,94091],[184266,94853],[189150,95199],[186324,95179],[190581,96926],[191630,97888],[191911,99562],[191377,101768],[188398,100779],[189802,101722],[188474,101881],[188969,102576],[189082,101043],[190927,91048],[190729,93411],[191432,94739],[191523,92849],[190246,93671],[189481,94755],[187734,91365],[188910,93122],[189731,92922],[190112,92832],[185984,101205],[187995,101082],[188035,100711],[189822,98754],[179998,98997],[191162,107240],[185151,111006],[184991,111806],[186750,112987],[183746,108571],[186133,110346],[187922,110524],[187785,108458],[185271,104769],[187066,103178],[186999,103222],[187679,105797],[186551,107829],[186389,107666],[187429,105677],[187053,106126],[184702,113796],[184001,114523],[185848,113645],[185082,114761],[188828,108651],[188315,110225],[188041,110950],[187489,114914],[186074,114330],[186812,113977],[188160,113894],[187049,113904],[187203,113921],[187198,113942],[183708,115288],[191207,103729],[187290,112783],[187163,113582],[190288,115088],[191053,115207],[191195,114442],[191362,114020],[191616,115277],[189644,113120],[190287,112033],[189592,112559],[190210,112628],[190580,112253],[191820,107949],[191136,105302],[186625,104829],[183243,122213],[185819,120883],[186330,122263],[186534,123850],[189916,126586],[184997,118325],[186420,122445],[186012,120256],[184411,118673],[186889,127786],[184831,122402],[185771,116554],[189860,127442],[184387,117971],[183608,119708],[185155,117860],[183057,118012],[181352,126429],[184086,118416],[184560,119886],[184158,119847],[183240,122326],[183596,120410],[184017,121648],[183759,117931],[183402,118933],[184020,119169],[191367,124771],[190175,123794],[189968,124123],[188804,124828],[189044,124159],[189444,124694],[189919,122574],[188847,122203],[188988,122809],[185570,115729],[190698,120353],[184167,120402],[190380,118376],[191298,118806],[182036,128040],[186811,122283],[189382,124291],[184341,127411],[182950,127949],[188137,123351],[187922,123610],[185228,115623],[180521,126350],[189535,127421],[184693,115851],[184364,116140],[183204,116991],[183690,116664],[191064,127628],[186458,120123],[181442,123772],[181401,123662],[183008,124737],[182720,125091],[188176,127980],[181880,124092],[185663,117940],[187782,121999],[186071,118425],[185500,117603],[190591,115586],[183595,125979],[185104,127726],[191029,127054],[184989,127287],[185899,127109],[179726,123079],[179424,123318],[180143,123142],[181128,123557],[180303,122054],[179738,126348],[185278,125930],[187031,127412],[187508,126175],[179254,125044],[190579,116702],[189049,116224],[191022,117357],[192516,-123348],[195371,-122447],[194221,-122382],[202096,-118478],[201199,-116368],[200514,-115351],[203655,-119567],[202655,-117701],[196361,-120326],[202909,-117322],[194441,-119636],[196986,-119977],[197728,-119539],[196762,-121259],[199152,-118374],[201301,-117431],[200037,-119431],[199699,-118956],[200439,-125986],[202415,-125651],[201211,-125106],[202544,-127356],[199490,-123516],[195465,-126185],[194725,-124141],[195077,-125200],[194309,-123135],[199622,-122802],[197650,-115935],[197026,-116191],[200373,-121317],[202455,-122017],[202472,-120407],[202619,-121582],[196577,-118024],[198883,-117344],[198068,-118630],[196784,-117177],[199625,-127659],[198676,-127591],[192738,-116895],[194670,-119418],[192850,-118693],[192658,-126484],[193369,-125844],[199684,-128399],[196808,-130982],[195508,-129341],[203761,-140511],[194111,-130502],[196259,-131164],[193153,-130682],[200388,-129501],[198855,-128644],[200152,-129143],[200627,-129798],[196704,-129209],[196375,-130194],[197595,-128358],[195126,-134721],[196492,-129515],[193268,-130851],[197747,-131689],[194656,-134155],[193673,-132406],[193477,-132855],[198360,-134886],[203102,-131611],[198058,-135419],[198095,-131662],[193009,-132774],[192420,-134996],[192214,-134171],[202490,-134042],[193603,-136522],[195140,-136041],[194758,-135876],[194352,-136468],[197648,-137352],[197841,-136197],[196315,-136252],[193652,-139969],[193908,-139936],[203213,-137602],[203356,-142115],[204047,-141873],[200953,-153061],[201537,-152984],[200753,-152680],[203619,-149544],[193591,-141215],[204593,-152719],[204052,-144647],[203810,-145844],[203628,-144850],[201908,-141427],[204570,-141810],[202628,-151860],[203100,-151999],[203771,-152555],[203851,-151040],[203230,-140828],[197631,-142528],[199811,-142873],[192168,-143513],[194322,-145853],[193351,-147615],[193021,-148737],[192980,-146256],[195994,-144379],[197640,-153241],[197108,-145645],[195999,-144991],[196368,-152516],[196775,-151909],[195048,-144884],[193035,-146290],[196682,-151597],[199129,-152966],[194289,-147110],[198362,-151390],[197859,-151312],[195702,-142775],[193894,-142938],[196481,-150835],[198649,-150359],[197992,-150306],[198724,-149853],[197112,-152701],[195448,-146958],[193497,-151679],[196350,-146544],[192118,-151828],[195995,-148035],[193331,-152545],[196929,-144799],[194094,-152043],[201358,-151477],[199910,-152366],[194399,-142082],[196415,-144553],[204628,-147012],[196522,-144479],[195369,-151059],[194021,-149762],[195744,-149859],[194531,-148998],[198979,-143229],[200109,-143063],[199010,-143476],[203442,-148455],[192432,-143665],[202519,-141803],[202322,-143224],[202247,-143272],[198382,-143214],[197829,-143402],[203348,-154901],[202946,-156054],[202894,-155246],[203094,-161923],[204064,-161053],[200905,-163692],[198804,-160591],[201656,-162165],[200053,-157602],[199701,-158094],[199813,-157657],[202645,-160445],[204783,-164457],[203610,-164916],[203605,-154201],[202283,-165391],[201162,-160964],[202172,-153600],[198789,-161013],[200933,-161854],[198480,-160784],[198952,-161641],[200067,-163437],[198823,-164192],[200013,-162896],[204648,-162429],[201210,-154257],[200663,-165539],[197037,-154631],[195212,-155571],[194376,-154539],[192816,-154410],[192394,-155158],[194319,-159122],[195671,-159339],[194495,-161197],[194358,-157357],[195463,-156846],[196568,-158836],[195647,-158758],[194756,-157400],[194642,-156270],[192681,-161767],[193596,-159786],[193121,-158026],[193694,-159922],[192363,-156966],[192049,-161344],[192735,-159211],[198018,-165148],[193497,-162040],[193646,-162036],[193911,-160885],[196105,-161169],[193563,-154872],[193309,-154977],[197602,-153922],[198596,-154111],[198376,-154645],[194898,-160774],[196200,-161588],[196228,-158420],[195985,-157915],[196309,-165398],[197425,-165450],[192219,-166038],[194718,-163459],[195783,-165515],[195744,-165584],[196339,-164781],[194504,-161152],[194886,-163638],[194047,-161770],[195864,-163248],[196253,-163949],[197040,-161918],[197995,-162585],[198325,-163757],[192640,-160104],[204045,-174875],[203461,-178807],[203015,-178993],[198976,-174103],[204481,-176938],[204352,-176691],[203762,-173696],[199396,-170202],[203919,-173316],[198040,-167528],[198200,-167166],[199225,-171867],[200335,-172552],[199786,-172936],[199554,-172136],[200756,-174323],[200250,-173031],[200622,-174248],[200558,-175293],[200242,-178133],[199724,-176800],[201122,-176821],[201066,-176883],[203659,-177115],[203888,-178744],[203901,-178513],[204080,-177390],[204271,-174843],[204683,-173299],[204504,-168088],[203806,-167515],[204196,-167805],[202610,-172590],[202505,-172448],[200181,-171915],[200835,-173962],[201227,-176385],[200316,-178235],[201478,-178618],[201998,-176598],[201910,-167204],[192973,-167572],[193702,-166546],[193279,-167929],[196782,-166273],[194259,-170837],[194188,-170150],[194301,-170938],[193897,-171587],[195563,-169216],[193668,-166898],[195883,-168781],[193960,-168059],[196574,-172636],[195213,-171554],[196452,-173046],[192578,-168980],[196349,-178345],[196519,-178680],[193679,-172897],[193383,-172778],[193791,-170525],[194246,-170013],[204743,-182366],[200661,-181810],[200886,-180831],[201949,-183169],[201694,-183077],[203028,-181769],[202812,-183488],[202655,-185502],[204058,-185663],[204787,-186098],[203921,-184635],[203283,-186727],[200787,-179160],[200425,-179293],[193002,-179882],[193183,-179999],[196267,-179520],[196254,-179733],[198505,-179299],[198028,-180357],[198589,-179439],[194645,-184917],[193828,-185701],[194511,-185470],[194113,-184701],[192106,-180520],[192449,-180102],[192789,-184144],[194019,-185863],[192608,-184685],[193491,-185828],[195879,-182701],[193232,-185478],[193374,-182579],[192804,-183380],[193246,-187463],[193623,-187078],[192502,-185584],[200160,-182017],[200364,-182286],[195663,-182636],[197206,-179862],[197903,-179893],[197501,-181610],[196332,-181466],[199632,-182127],[198056,-182493],[198933,-181085],[192268,-179829],[192984,-179569],[198160,-183852],[193197,-181573],[196031,-181588],[197551,-182619],[196384,-183373],[192884,-183379],[192798,-181695],[192394,-181309],[198569,-186076],[196998,-185917],[198561,-185929],[196125,-182884],[204028,-189629],[203769,-190912],[202551,-188627],[201774,-188822],[201034,-188821],[203254,-187383],[202157,-190138],[201923,-190456],[198000,-179148],[202404,-185642],[201310,-184758],[202594,-186023],[195789,-188447],[196950,-189695],[197706,-188470],[198124,-189796],[199151,-190253],[197587,-190719],[200913,-191390],[201328,-191134],[200354,-191014],[193268,-183347],[200715,-185920],[200602,-186447],[200808,-185419],[193294,-185246],[193101,-184586],[203813,-191866],[204236,-192130],[204433,-193046],[196575,-192329],[198162,-194181],[196971,-193824],[200056,-194706],[200524,-193546],[201151,-194016],[198335,-192194],[204152,-204554],[200624,-204414],[196787,-192955],[197095,-193219],[203139,-193936],[203193,-195004],[203236,-194764],[200602,-195573],[201412,-195099],[197146,-203852],[196988,-204297],[199566,-201723],[198600,-202014],[199703,-200934],[197752,-201372],[204207,-201237],[194988,-199559],[195889,-200322],[197221,-199443],[195514,-200198],[197289,-196533],[194806,-197884],[204666,-203391],[195395,-196950],[204557,-206577],[203713,-208971],[204552,-205162],[204197,-205330],[204061,-206416],[201731,-206839],[200804,-205459],[200695,-206367],[200247,-206639],[200540,-206132],[198176,-206016],[202235,-214363],[201959,-215158],[202153,-214696],[202980,-215437],[201182,-215344],[200147,-215482],[200530,-215016],[200852,-215830],[204333,-213548],[204042,-214971],[203864,-213913],[204072,-214510],[202076,-207672],[202663,-208874],[201763,-208336],[202029,-207924],[199886,-208107],[199988,-207104],[199037,-208107],[199591,-207248],[197413,-206965],[198067,-207123],[197505,-207575],[197393,-207927],[198596,-208552],[198204,-208896],[198591,-209031],[198527,-208453],[198630,-209758],[197594,-209238],[198325,-209767],[197834,-210425],[200384,-212387],[199811,-211545],[199586,-212760],[199675,-212004],[198954,-213917],[199061,-213811],[199759,-214530],[198965,-214220],[198805,-215963],[199411,-216093],[198995,-215778],[199594,-214718],[197485,-204854],[197554,-204875],[195477,-205495],[194886,-205976],[194362,-206414],[194899,-204925],[204668,-210700],[204050,-210969],[204427,-210845],[198431,-210595],[198298,-210679],[197566,-210524],[198947,-211212],[197030,-210846],[198142,-211762],[197012,-211516],[198716,-212104],[198588,-212965],[198640,-213226],[197667,-212837],[198561,-214295],[198463,-214356],[198416,-215125],[197503,-214797],[198942,-216863],[198389,-217394],[195781,-215852],[195164,-216462],[195916,-215085],[195695,-215120],[194421,-212774],[193926,-213638],[194065,-213037],[195069,-213413],[194741,-215056],[194480,-213915],[194593,-214121],[194224,-214962],[192291,-216354],[201706,-217513],[202382,-218692],[202035,-217513],[200664,-219516],[200035,-218421],[199904,-218326],[201165,-218058],[198678,-217910],[199390,-217835],[195910,-217580],[195768,-217604],[195885,-217513],[195788,-218504],[195456,-219213],[194780,-219017],[195931,-218724],[192006,-219904],[192044,-219343],[192377,-219539],[192361,-229753],[193161,-228783],[192639,-230199],[198444,-229729],[194640,-218211],[194727,-219510],[193634,-218239],[193933,-219456],[197105,-231236],[195263,-230428],[197827,-231224],[195274,-233412],[193448,-234119],[198552,-234209],[197180,-230831],[196154,-233548],[197354,-235095],[198477,-233889],[198230,-232913],[198340,-231821],[194902,-231777],[193675,-230397],[194041,-231236],[194641,-232429],[200759,-234684],[202391,-234401],[200937,-234190],[200240,-233250],[201635,-231594],[201827,-232574],[201176,-232687],[201151,-232725],[198980,-230221],[199954,-231439],[199966,-231458],[200304,-231512],[199542,-231722],[199214,-232165],[199457,-232437],[199894,-233218],[201940,-237443],[202148,-237819],[200635,-237917],[201425,-237946],[203032,-238303],[202553,-237228],[199082,-236991],[199863,-237340],[199413,-236936],[199947,-236871],[199542,-234559],[199900,-234728],[200110,-233768],[199019,-234393],[196443,-242611],[197283,-242374],[196913,-242119],[198225,-242178],[198800,-241890],[198784,-242478],[198060,-241662],[200013,-242465],[198855,-240718],[198960,-242624],[199537,-241812],[195245,-241873],[195039,-242694],[194256,-242783],[202955,-238992],[203077,-237914],[203776,-8373],[203930,-8617],[204239,-9494],[204204,-8298],[203883,-10401],[202895,-12544],[203470,-12371],[204724,-9282],[204366,-9224],[194145,-8496],[192212,-3862],[192243,-10160],[192735,-10211],[198603,-6906],[195135,-10236],[195567,-10205],[194755,-9808],[195992,-9781],[194328,-10730],[203722,-5585],[200248,-5269],[203783,-6710],[202093,-6417],[199919,-4855],[203142,-3186],[200001,-437],[198396,-2697],[199411,-2123],[197619,109],[198546,-612],[198313,-4575],[199144,-7158],[197773,-4366],[197879,-7517],[196195,-6473],[197013,-5447],[195523,-4554],[193477,-5555],[194034,-11528],[193378,-11496],[193463,-11260],[193153,-12139],[196326,-243330],[194238,-243442],[195567,-22888],[199397,-19051],[193149,-20839],[197323,-18513],[204285,-12848],[202594,-12797],[197073,-18480],[199254,-18687],[196362,-24755],[198419,-18142],[204625,-12862],[196458,-24988],[198901,-18892],[196527,-18410],[198545,-18693],[194928,-20775],[192873,-13158],[193293,-20447],[204787,-14173],[203609,-13266],[202788,-12772],[196967,-25188],[204208,-13873],[194427,-19896],[192280,-19489],[200115,-18407],[200768,-17065],[200588,-16722],[196994,-17939],[200218,-17709],[197104,-19269],[192036,-23315],[195363,-22705],[198109,-23841],[197187,-23679],[195818,-23779],[200636,-37396],[201167,-29820],[201516,-32203],[204354,-34873],[200315,-30597],[193481,-25446],[201344,-30017],[201903,-29923],[203193,-36654],[193056,-31756],[193093,-33170],[201832,-35766],[201553,-27015],[194857,-32280],[197895,-33619],[198488,-33791],[197478,-32451],[198440,-36812],[203761,-29915],[203025,-28143],[204495,-33312],[192329,-39408],[193226,-25938],[202181,-31315],[201081,-25411],[196950,-27830],[199056,-26203],[198048,-28197],[197355,-28746],[197357,-28495],[198513,-28942],[194101,-37977],[195554,-27313],[202444,-31300],[197908,-27673],[193295,-29139],[193631,-30132],[202541,-29430],[201575,-27640],[201823,-26989],[192246,-29340],[193489,-28828],[203517,-27976],[202963,-27479],[203362,-27387],[204582,-31177],[203334,-31958],[204639,-31492],[203818,-36506],[203920,-29163],[198997,-34765],[196874,-32675],[196926,-33093],[196759,-34003],[196572,-33543],[197214,-34000],[203072,-27264],[200277,-35644],[200545,-35253],[194431,-48778],[199834,-50763],[200117,-50363],[204618,-43804],[193993,-41540],[198964,-38941],[203106,-42498],[195129,-39639],[200882,-38924],[195702,-40667],[195155,-41063],[196725,-41162],[195603,-40936],[197375,-41708],[203884,-45310],[203525,-44242],[204543,-48779],[204427,-44312],[194556,-48512],[192206,-44874],[193000,-45256],[203208,-47917],[202998,-45674],[201899,-49110],[201166,-48761],[199643,-40341],[193344,-38534],[193902,-38395],[195851,-43853],[194634,-44228],[193398,-46094],[192792,-47087],[192034,-46447],[192962,-47192],[192374,-50876],[195122,-49387],[198782,-49234],[200706,-47039],[203503,-49428],[198751,-44756],[201803,-42426],[202893,-44151],[202294,-44194],[202097,-43111],[200094,-41573],[194850,-43144],[193874,-44833],[195171,-44765],[197171,-40543],[195922,-39465],[196011,-39074],[201433,-48901],[203608,-47957],[199551,-50576],[195015,-50474],[193004,-52242],[192155,-51139],[193243,-52206],[202638,-57370],[200138,-54420],[194872,-54520],[203726,-57520],[204122,-58903],[203024,-59128],[193809,-55321],[196395,-51151],[196375,-57275],[193858,-51600],[201452,-54123],[197870,-55447],[200241,-52759],[204154,-59172],[204789,-55867],[203879,-54122],[197836,-57020],[199615,-54670],[199496,-54970],[193926,-54920],[199841,-52212],[198180,-53913],[197072,-51257],[199543,-51313],[204179,-55061],[203635,-57234],[202203,-57230],[203081,-57204],[204490,-56004],[199757,-60501],[199329,-59315],[200311,-60572],[202794,-57386],[200264,-60642],[202139,-63568],[200451,-63163],[202326,-63299],[202712,-63408],[202000,-63517],[203282,-63514],[203307,-62324],[197690,-63439],[193427,-63597],[193663,-63763],[200723,-54914],[192899,-59515],[194509,-57786],[194908,-57656],[192977,-58971],[201147,-71791],[199934,-70320],[202521,-72787],[202224,-66857],[201571,-66031],[204279,-64098],[204739,-69230],[203319,-67417],[202537,-69731],[202357,-69258],[202353,-68679],[204541,-68554],[198070,-65350],[196945,-65458],[197438,-64819],[195124,-75255],[192333,-74297],[203224,-71475],[196883,-68322],[194856,-75729],[192899,-74059],[197760,-68203],[196824,-68993],[192906,-73706],[201757,-72032],[202354,-72559],[203864,-71134],[204002,-71963],[202774,-70764],[203261,-71152],[193826,-75479],[195297,-65588],[195324,-64941],[196004,-66505],[201152,-71811],[197639,-66384],[197756,-65844],[198398,-67208],[198208,-67095],[198590,-67805],[204008,-71949],[199088,-70726],[198286,-69217],[198699,-68605],[199278,-69002],[201541,-83598],[195995,-77556],[195832,-78699],[196180,-77191],[194773,-77078],[194574,-76824],[202538,-88347],[200174,-88504],[199900,-88352],[196070,-89211],[193177,-88874],[194129,-88606],[193414,-88430],[193030,-88582],[202170,-86800],[201155,-86988],[201262,-86814],[201609,-86023],[204449,-85951],[202855,-85713],[202727,-86310],[203389,-89472],[203909,-93465],[203881,-93501],[201035,-93173],[201383,-90269],[197506,-90601],[194234,-93048],[198810,-90962],[195067,-92272],[195219,-93152],[194254,-93984],[198011,-91436],[198767,-95311],[193768,-98600],[195977,-96185],[195174,-96744],[195117,-98947],[199728,-99410],[193393,-96109],[195947,-98638],[198583,-99615],[194933,-97668],[202157,-100855],[203884,-101666],[204566,-101348],[201663,-96143],[204418,-99767],[201885,-99037],[192570,-99569],[193091,-101288],[193195,-101439],[193041,-98657],[193402,-94442],[194827,-101238],[195473,-101513],[195875,-101273],[198946,-93459],[199582,-93926],[199487,-94895],[197306,-94263],[196494,-96010],[192965,-97449],[200267,-100750],[197827,-111426],[199867,-108304],[198356,-110904],[201045,-107742],[198736,-110104],[202315,-102955],[199756,-110816],[200054,-111301],[202864,-114544],[200431,-108742],[197574,-105199],[196700,-103406],[198578,-102866],[201462,-104404],[200154,-105572],[198695,-106401],[198099,-102371],[198449,-102663],[199111,-106000],[202461,-106760],[193098,-108352],[192709,-111236],[193296,-111489],[192400,-114268],[192871,-105788],[195710,-102796],[198848,-110665],[197429,-110289],[196698,-110506],[200733,-113587],[200484,-114552],[197840,-114828],[196737,-113678],[196284,-112828],[198007,-113821],[200265,-103350],[192092,8841],[204758,5121],[203858,2456],[202671,4911],[202866,4900],[203879,9342],[201831,5430],[204241,8522],[202715,7109],[201708,5167],[203101,11905],[203536,11705],[192992,747],[193737,3903],[195207,8128],[194946,10038],[192038,6786],[194346,9021],[195568,10487],[193196,10527],[199803,3877],[198435,4084],[196843,4010],[200376,4245],[197984,4255],[195849,2752],[196315,686],[195755,2199],[196732,4296],[196852,2889],[204689,12777],[204759,12483],[204469,11354],[204735,11302],[192304,129174],[192158,130414],[192163,130280],[195377,128734],[193892,128298],[192596,128243],[196144,129455],[196147,129475],[196792,131134],[198346,129174],[198746,128527],[202430,135535],[203723,136208],[202708,136191],[202439,134994],[203835,135304],[192734,129871],[192914,129001],[192982,129615],[203194,137624],[202494,137388],[193140,147815],[192124,146615],[196708,151643],[197994,150695],[198698,150356],[200241,151736],[201026,150274],[202332,149666],[204582,149551],[199286,153388],[195753,151141],[195283,149871],[194966,148343],[195244,152200],[195886,152837],[200680,154350],[199633,154085],[201776,155516],[200753,13736],[203742,14717],[200062,16429],[202285,14572],[201967,15025],[204139,14867],[200590,14542],[202790,16449],[202961,14909],[203963,14552],[202135,13532],[203415,13234],[203569,13074],[204752,17430],[199546,23927],[199299,25083],[199564,22639],[203300,18333],[203500,21604],[203846,17669],[198336,22798],[198976,23180],[202037,21685],[194873,16613],[194781,25440],[202443,20400],[196105,17397],[196287,17883],[193912,15518],[192958,21041],[193691,19296],[192571,20002],[192714,20497],[192117,16867],[192781,14654],[193005,15906],[194756,16026],[195257,18992],[195089,20552],[192065,13059],[202304,20245],[200960,24587],[202697,24249],[202649,21399],[204380,17698],[203573,18430],[203790,17892],[202310,22107],[202117,21797],[201573,21549],[194194,25402],[192575,22096],[201903,32189],[199229,30429],[200236,29704],[201136,35037],[200908,32542],[199492,27959],[200455,32685],[200766,37328],[201339,36713],[204184,27045],[199691,34207],[202304,32354],[201109,34085],[199991,29341],[199146,29126],[200707,36301],[204418,29603],[199906,28786],[199739,29511],[202560,35383],[201064,36677],[202421,30918],[204754,27177],[203623,38047],[201314,36685],[201448,34925],[198097,28054],[201750,34745],[201336,37918],[201823,35223],[204346,36251],[204228,34670],[203777,31310],[202070,29476],[202431,27945],[202172,26336],[196816,29304],[198433,32683],[196197,28156],[195739,26248],[196470,28963],[197810,29285],[197801,28378],[196286,30868],[196391,29601],[198001,31353],[199441,35196],[198926,34469],[196786,37245],[198375,38034],[198404,38078],[196865,35984],[194320,35999],[193708,36635],[194880,37813],[195139,36992],[195628,36439],[192274,33046],[192841,28479],[194458,29882],[192096,29621],[194946,27628],[194784,30159],[194909,29116],[194540,28235],[196851,32519],[197121,31101],[195844,31950],[196958,31868],[195703,32524],[192407,31893],[193647,32918],[193707,34073],[195624,31920],[192298,29906],[193241,30840],[192114,31274],[193031,30775],[192705,31409],[201661,50610],[199590,50657],[199437,50288],[199404,48185],[200787,48806],[200048,48233],[199446,48410],[203833,49846],[204437,47569],[202039,38650],[202194,50562],[201446,38619],[202905,47943],[203181,46047],[202148,46235],[204138,38799],[203886,38624],[204079,39264],[203547,39812],[203149,40567],[203548,41158],[202126,42427],[201809,41823],[202148,44702],[200480,47685],[200820,39053],[201910,40449],[201208,39896],[202455,39453],[204756,47811],[204308,48575],[203217,47765],[203603,46890],[200989,45931],[199699,46340],[200440,47591],[200420,47649],[195957,46706],[196943,47660],[197787,46680],[197318,46703],[198117,47523],[194377,49876],[196482,44925],[195933,44868],[193582,50127],[193240,51181],[193685,46946],[197765,45501],[198104,45231],[196830,43409],[194076,48862],[196335,44679],[197335,45624],[193541,48156],[193706,48866],[197353,45827],[197659,44831],[199428,44605],[195042,46785],[196473,45946],[196093,45518],[196103,51067],[195409,50058],[197146,50931],[195811,51144],[192830,48020],[192384,49005],[195749,43086],[196654,42463],[195135,43435],[193683,41923],[194593,43099],[193699,41568],[195723,41900],[195852,42086],[197626,40442],[195987,39628],[196685,41323],[196274,41186],[196046,38989],[193378,48220],[192067,50166],[193029,50143],[192987,50768],[204316,62119],[203117,61023],[204420,61089],[202737,62273],[203849,60942],[201981,57919],[202630,58803],[201175,58837],[202928,57570],[200999,57099],[202217,61417],[196360,60551],[196716,61617],[202874,64101],[200308,62559],[200744,62288],[197935,60836],[199111,61824],[197284,62390],[197698,62686],[198613,63630],[200125,63090],[200095,63930],[193983,62383],[193178,63040],[194741,60696],[195395,61354],[192485,60104],[195835,59136],[194625,59257],[196381,60349],[196064,60650],[194724,58282],[201952,61837],[200099,58636],[204423,60800],[202249,60500],[202550,60386],[201606,59944],[200038,60365],[201072,59735],[194429,52183],[200408,51634],[200655,53533],[198866,54365],[199204,53598],[202608,53517],[204157,52801],[204170,53410],[203009,54157],[198208,52315],[199011,51996],[203228,56237],[203348,56397],[204629,52237],[204494,52133],[203500,51679],[202139,53226],[201565,51703],[201150,52528],[200268,55590],[199257,55027],[200024,56972],[199893,56517],[204151,55764],[204555,56574],[204294,57367],[204147,56828],[204500,53052],[195839,51625],[197001,52749],[193481,52925],[198445,52454],[195159,53227],[195106,54038],[195657,52714],[197876,57357],[199254,57917],[198614,57387],[199050,57041],[197758,55983],[192474,57433],[192885,58653],[193310,59644],[194014,73018],[195517,75080],[196338,73230],[197812,69594],[195723,66887],[196729,71685],[196644,71154],[194089,73577],[197492,67652],[195981,69340],[199426,71499],[196496,75087],[196118,64982],[198174,69776],[195711,67801],[197745,73378],[195411,64853],[197308,67811],[192559,73520],[197408,76279],[196872,75546],[196676,69589],[194544,75090],[194019,75075],[196866,67839],[202585,70138],[204492,76018],[202016,76949],[202125,73310],[196096,67585],[202581,74328],[203569,74632],[203581,73586],[194343,64658],[194630,65258],[202789,72486],[199839,75727],[204146,70820],[204241,70886],[202496,70041],[203521,72462],[195586,71034],[194466,70972],[193984,70106],[193916,70484],[196141,75480],[194953,75746],[195957,75668],[197582,69065],[199733,69235],[194693,67147],[199957,66254],[199994,65171],[200161,69013],[200054,67913],[200022,66414],[197895,65370],[203642,65229],[202999,65598],[197876,65663],[197225,65847],[192882,69082],[193468,67992],[194717,68218],[193873,69198],[194123,69903],[194114,68949],[199166,72395],[198160,72333],[196955,71173],[192555,84822],[194754,85304],[196550,78938],[193069,81529],[195660,85875],[194916,85612],[196465,87067],[195444,79719],[193141,80513],[194053,86263],[195185,78127],[195252,80767],[196754,85719],[195327,78483],[195420,86132],[193675,78857],[195777,80856],[193475,82370],[196086,77172],[192428,81677],[193129,79860],[192929,79617],[196608,77048],[192200,78193],[197653,87246],[196348,78479],[195106,86275],[200992,79457],[200334,77208],[202034,78458],[200914,80818],[201352,81231],[201443,81720],[199920,80869],[198821,82601],[202472,85962],[200542,86437],[202293,86228],[200284,87001],[204792,86679],[204771,87518],[197299,84819],[197033,83653],[195504,84024],[195050,84114],[195883,88565],[197628,89438],[196175,88673],[203065,93872],[202884,96809],[202072,95481],[202176,93869],[203109,94955],[203711,100523],[202700,94380],[202015,99010],[203653,94937],[203511,92687],[203008,92141],[202784,89904],[202575,96723],[203837,96028],[202226,98361],[204430,98564],[199793,98606],[201011,99334],[199533,98482],[195203,95190],[198177,100330],[199134,100575],[203234,97924],[202131,93139],[199372,99604],[198256,96971],[199556,92224],[199425,91567],[196601,96325],[199869,95768],[196855,94397],[197108,94969],[196525,94493],[194532,95284],[194706,94690],[195477,94219],[194205,94195],[193359,99635],[194483,97472],[192431,96159],[192268,95920],[195214,97693],[194707,94561],[200181,93891],[200519,99372],[202165,99488],[198258,98199],[196807,99375],[196997,99484],[197834,99609],[193259,101571],[193680,99898],[193030,101052],[196918,102098],[197731,102011],[203920,100337],[203563,98553],[201673,100500],[204049,98764],[202249,101430],[203227,102033],[203444,100676],[203872,102010],[203306,99735],[202964,100047],[203622,91720],[204646,90549],[204425,90240],[203409,91669],[194563,91339],[194980,91089],[194101,90543],[194709,92101],[198158,94945],[197796,94183],[198668,93110],[197735,94055],[195063,89971],[201397,102571],[192578,107510],[199154,103880],[198907,103013],[192326,115076],[199704,103665],[199538,103630],[194620,111075],[194508,111481],[194469,108879],[193845,112315],[197748,108833],[193355,111088],[195941,112124],[195225,111795],[194984,111412],[195258,110925],[195960,111699],[192331,110485],[196959,108287],[196552,108219],[196355,108165],[193100,110050],[194247,110746],[194821,108704],[195619,108830],[196199,107956],[193638,111631],[192000,109643],[192875,107990],[192948,109575],[193373,106602],[192923,104318],[193170,104184],[193550,103700],[192151,103047],[192548,103903],[192799,102735],[197320,103287],[197512,103272],[197699,104826],[197636,104128],[198444,104359],[197865,105314],[194001,114872],[203501,113945],[202949,113481],[203007,113853],[201773,114285],[200269,114691],[201349,113612],[200765,114023],[201510,114933],[201255,114158],[198188,114772],[198249,114928],[197914,115128],[192926,114778],[192987,114902],[193954,114535],[200028,102794],[199951,104508],[196778,103517],[195404,103883],[196616,105524],[202801,103447],[201375,103998],[202284,102781],[192388,118215],[192050,119665],[196208,120578],[193445,119408],[196460,121474],[197584,116269],[195539,120455],[195898,120026],[202069,115487],[194332,116851],[197673,116591],[198468,118558],[197732,118468],[194219,122148],[193519,122201],[194618,123478],[195732,123158],[202340,115580],[202100,116442],[198952,117177],[204177,118503],[202201,119975],[194041,115600],[199249,117247],[193462,117354],[197607,116453],[193269,122938],[195126,123496],[194356,115818],[197021,116720],[193748,117791],[195262,115743],[193692,117630],[201977,123712],[201092,122613],[200798,122627],[200695,122700],[201106,122364],[203679,121058],[203492,119494],[201938,119925],[202528,119113],[203493,123492],[202945,124047],[202951,125611],[204629,123576],[202265,120951],[199629,123172],[197695,123656],[197565,124950],[197488,125079],[197712,124828],[196899,127488],[195507,126264],[196591,127883],[196416,126318],[196561,127987],[198813,127749],[198495,126953],[199714,127009],[203999,127305],[202008,127103],[203632,127418],[204098,126758],[202294,127493],[217003,-134822],[217228,-129822],[217544,-135238],[216362,-129518],[207571,-149119],[205524,-152998],[217006,-152123],[217139,-151207],[210015,-149284],[213182,-152044],[214706,-152784],[207762,-149021],[205507,-143665],[205989,-142911],[207587,-148602],[204934,-141462],[205275,-152098],[206904,-148561],[206973,-149936],[207870,-150708],[207900,-149766],[206875,-149397],[214197,-149306],[214319,-153396],[216371,-148088],[211386,-152894],[208701,-148049],[208528,-147413],[205391,-164975],[205636,-164708],[206512,-156577],[206325,-157520],[205823,-156747],[207472,-157086],[208353,-157571],[211982,-153440],[212920,-154005],[211990,-158210],[215945,-154966],[214102,-154233],[210561,-154967],[207376,-165930],[208698,-165460],[216692,-165322],[217230,-161837],[216050,-164568],[216391,-163562],[205824,-157312],[207070,-156523],[212057,-159867],[212744,-159767],[208321,-155998],[207179,-157482],[212576,-155868],[211975,-159322],[212060,-155651],[207396,-155923],[207129,-154093],[208019,-154341],[213327,-158686],[207173,-154643],[209277,-154399],[212490,-154632],[214861,-162454],[213569,-162123],[214878,-163149],[206883,-158047],[214054,-163356],[206512,-156531],[212767,-154422],[214069,-164992],[216893,-164689],[215488,-166005],[210190,-175323],[210953,-175356],[212076,-168941],[208169,-170075],[210720,-168399],[209780,-169818],[215095,-177668],[215994,-177969],[216825,-176364],[217345,-178935],[209279,-172699],[214930,-175895],[209128,-172084],[205777,-167330],[216340,-171270],[209724,-176222],[209052,-174927],[212706,-175464],[210378,-175601],[211868,-174322],[214751,-174270],[216580,-174684],[208768,-166827],[216877,-176009],[214013,-171847],[212027,-176711],[214015,-170943],[211894,-176486],[216857,-175604],[215183,-171699],[214995,-173790],[216048,-172008],[214821,-173193],[209701,-168889],[209581,-169074],[214864,-173288],[214085,-173946],[212896,-169671],[217116,-167868],[207597,-166584],[217213,-178556],[216173,-177166],[205620,-175081],[205928,-172390],[205617,-173486],[205683,-171688],[206938,-173680],[205656,-171073],[205451,-170626],[205713,-169965],[206244,-169542],[207568,-174553],[208638,-172933],[208228,-173793],[212308,-173601],[211889,-172873],[211312,-172471],[211017,-172739],[217230,-176599],[216944,-176055],[216493,-177206],[212768,-167121],[213550,-176399],[214552,-178129],[209562,-178546],[205056,-176718],[205466,-176632],[208998,-179843],[209087,-179045],[217151,-190841],[206449,-186308],[212493,-188552],[212064,-189071],[208534,-191507],[209514,-191209],[212155,-188239],[205999,-189446],[208519,-190208],[206369,-190214],[210960,-188589],[210976,-188882],[216886,-188221],[217497,-185810],[215006,-187257],[216167,-184431],[216903,-186929],[213046,-188760],[212435,-182435],[215321,-179685],[216727,-180731],[212101,-182474],[215459,-181484],[211761,-182969],[216814,-179704],[214135,-183595],[215307,-180807],[213749,-181973],[214596,-182751],[214166,-180990],[208395,-190260],[209549,-188848],[213504,-186056],[214720,-185500],[214776,-185647],[214802,-186812],[208855,-183291],[209883,-188328],[209779,-185031],[209165,-185390],[210148,-183586],[210133,-185902],[209868,-185384],[209922,-185619],[204973,-185723],[210986,-183000],[214787,-186974],[204884,-182468],[211584,-180623],[206169,-189184],[205946,-189284],[206134,-188292],[211832,-181184],[210418,-190443],[208986,-190874],[209931,-190037],[215234,-183207],[215841,-184008],[216105,-183193],[216885,-182837],[215787,-185842],[217437,-184704],[216141,-189753],[217030,-189576],[215428,-189013],[211866,-189798],[212249,-190532],[211804,-189685],[211886,-189836],[208755,-180612],[205609,-190047],[214956,-200304],[208093,-192651],[209606,-192202],[217245,-199476],[214010,-197643],[208873,-194726],[209162,-194201],[215515,-198147],[215986,-192806],[216395,-192534],[215821,-200773],[216003,-197562],[215707,-200761],[215381,-197485],[216008,-201836],[215874,-198717],[212976,-197309],[214658,-198534],[212874,-198286],[213698,-196284],[212602,-197067],[214683,-194009],[214827,-195052],[214034,-194572],[214944,-194205],[210364,-195452],[210280,-195864],[209950,-195454],[210394,-194583],[211379,-192948],[211710,-192825],[211653,-192980],[211768,-192904],[212181,-195370],[211555,-194124],[212425,-194874],[212402,-194968],[216034,-201875],[216663,-201467],[217369,-201356],[215553,-199021],[214855,-199478],[214827,-198811],[214405,-199382],[217482,-202415],[214776,-197591],[214806,-197475],[208685,-196747],[207540,-196384],[208241,-195805],[207942,-196709],[205453,-193832],[205854,-192747],[215040,-204302],[206394,-197184],[206813,-198448],[205349,-197715],[206708,-198284],[207069,-203244],[206290,-199666],[206031,-199859],[209191,-196478],[207063,-198276],[206483,-198415],[208923,-199841],[211201,-201096],[208117,-201297],[206923,-201655],[208185,-199686],[207593,-199963],[208098,-200936],[211970,-202009],[211912,-200210],[212086,-202700],[205218,-202204],[205877,-202616],[207763,-198212],[208801,-199309],[209740,-197307],[207840,-197366],[211341,-200053],[209685,-200006],[208252,-203186],[204919,-200326],[205325,-200043],[210004,-203810],[206304,-202906],[204926,-201222],[210939,-204598],[208111,-203895],[207574,-203469],[210511,-200884],[209081,-200199],[211001,-201548],[210944,-201217],[205838,-195245],[205687,-203534],[204968,-202751],[205131,-202896],[206640,-203635],[206364,-204474],[217566,-207796],[217513,-216138],[217553,-213483],[217366,-211664],[209233,-205262],[207934,-204875],[209637,-206148],[211993,-205847],[210270,-205476],[210562,-206169],[210305,-207402],[210519,-206430],[211032,-207044],[210281,-208708],[210471,-209310],[209517,-208832],[208608,-207105],[208352,-207278],[209398,-208393],[208603,-208250],[207747,-206926],[205876,-206169],[205212,-215330],[205251,-210765],[205795,-215246],[204944,-210069],[205215,-207924],[205008,-208959],[205051,-216623],[206152,-215611],[206647,-208047],[205279,-208248],[207279,-208251],[207484,-209185],[206568,-211519],[206306,-210291],[206075,-210963],[206619,-210818],[206816,-204858],[206460,-204840],[215377,-206660],[214154,-206759],[214887,-206729],[209227,-213667],[208835,-211589],[208223,-213826],[208353,-212707],[214798,-220584],[215270,-221618],[212509,-220869],[213902,-221115],[214688,-221454],[213804,-220710],[212940,-220967],[213109,-220967],[213762,-220323],[214031,-218164],[213701,-218300],[213997,-217548],[214694,-218738],[214199,-233032],[215992,-234619],[212931,-234434],[215935,-232900],[216014,-232119],[216174,-232545],[214898,-232364],[214485,-231401],[214256,-231460],[215225,-231814],[214554,-234189],[214891,-235051],[215088,-235766],[214377,-234612],[205013,-2644],[204866,-8913],[204856,-12578],[205696,-12400],[206474,-9501],[204986,-2381],[206700,-11313],[216982,-8686],[204801,-2315],[205167,-12591],[206582,-9386],[210696,-1573],[211436,-1376],[212742,-9786],[210517,-7908],[211276,-8927],[211127,-9943],[209053,-6921],[214832,-1105],[209463,-8304],[212753,-5614],[213037,-5227],[215347,-2423],[217530,-4859],[215068,-6482],[211729,-5433],[212550,-7346],[212677,-9073],[211674,-8253],[217129,-12434],[211123,-9308],[212121,-9022],[210145,-6491],[216168,-11914],[216179,-11729],[210633,-10159],[211294,-10657],[209742,-9191],[215867,-10258],[215650,-10497],[215842,-10579],[216239,-11283],[215784,-10572],[211117,-7297],[211052,-7936],[212127,-7703],[211365,-6410],[212029,-6475],[216644,-251983],[217230,-251693],[213695,-251942],[216757,-245543],[216297,-248597],[214162,-276249],[213060,-281334],[217273,-279059],[217294,-279671],[215095,-272691],[213968,-274808],[212356,-278263],[209874,-277947],[213324,-277461],[211313,-282830],[210192,-281528],[210233,-282489],[213135,-289322],[207655,-290481],[214068,-287496],[213163,-285770],[208661,-292783],[205294,-289693],[205853,-284608],[215077,-287161],[205564,-290376],[206794,-292810],[211236,-285905],[210762,-292687],[210413,-286049],[215614,-289524],[206475,-291704],[210506,-290999],[216194,-293330],[217210,-288075],[216624,-285231],[215409,-290498],[217093,-289482],[207602,-294710],[216954,-304710],[207558,-304783],[207692,-302027],[216249,-305287],[210003,-297092],[217269,-297237],[216723,-299924],[211807,-301712],[213099,-302081],[216472,-298877],[208038,-299762],[215621,-295355],[207908,-305302],[212096,-298812],[210815,-297934],[209740,-300608],[211990,-301768],[217121,-295297],[217495,-303407],[214940,-305000],[217168,-305727],[217262,-306041],[209871,-306605],[216979,-305737],[213909,-305437],[213553,-307398],[214006,-309563],[210901,-311100],[207790,-307159],[213916,-313063],[212532,-314612],[212104,-313460],[214437,-315363],[213125,-309075],[215571,-323879],[215224,-19275],[213819,-13742],[216612,-12711],[210897,-17842],[215571,-19061],[215765,-19056],[215693,-19122],[206821,-14652],[208243,-13648],[216621,-12705],[215674,-23907],[213397,-22540],[213100,-22261],[214166,-22030],[214231,-21993],[213490,-23339],[215501,-23705],[215264,-23684],[214849,-24163],[215580,-24284],[217180,-23459],[217320,-21305],[217581,-20773],[217413,-21648],[213411,-20526],[212971,-20206],[212599,-22271],[215553,-23589],[211702,-19687],[208178,-17191],[211948,-16006],[209265,-15922],[207021,-17240],[216908,-17147],[206591,-24785],[217195,-18149],[216739,-18838],[212850,-19975],[208002,-19475],[210989,-21991],[211656,-20936],[213439,-20324],[213144,-20182],[212785,-19945],[206672,-25386],[207163,-24876],[207412,-24946],[210333,-20735],[211641,-20611],[210289,-19416],[208418,-19010],[209404,-19947],[208840,-18816],[211430,-18272],[205100,-34796],[204844,-28423],[204849,-30076],[205790,-34448],[205692,-30879],[205259,-30426],[205245,-30566],[211367,-34718],[216179,-37387],[215299,-37276],[212925,-38035],[212871,-37041],[215484,-35617],[213815,-35655],[214498,-34922],[214476,-34279],[215081,-34527],[211228,-31304],[212436,-32186],[216936,-34464],[216853,-34053],[215632,-32338],[211534,-33723],[207609,-33430],[209816,-32809],[209229,-28954],[206625,-27259],[210034,-29495],[207855,-26295],[207140,-26667],[209360,-29235],[209739,-26820],[209100,-29277],[207626,-26766],[214239,-32296],[213603,-31224],[214480,-29872],[214186,-29569],[214125,-31077],[217380,-28032],[216454,-29483],[215540,-27180],[216392,-28373],[210625,-29725],[208798,-29221],[207876,-31386],[209051,-28577],[217593,-25534],[217139,-25990],[217318,-26425],[205623,-34285],[204960,-37270],[205622,-36335],[204890,-37347],[212355,-35946],[212548,-36257],[212246,-35276],[213322,-36047],[212586,-36155],[208234,-34077],[209934,-34140],[209812,-34651],[210567,-34449],[210828,-34089],[208127,-32395],[208141,-32596],[208526,-31950],[208788,-32604],[207949,-32122],[209984,-29244],[209663,-26519],[209015,-26524],[209451,-27430],[208991,-26612],[208894,-27830],[206664,-25571],[211258,-35682],[210078,-35450],[207013,-39179],[205410,-38891],[207185,-39461],[206665,-38635],[209908,-44478],[207840,-40197],[215073,-39158],[208095,-45572],[210121,-45000],[211716,-40650],[205690,-38312],[208736,-42369],[210596,-42897],[208147,-43711],[208498,-43414],[215106,-38333],[207121,-41805],[213570,-42720],[212198,-45418],[216998,-44279],[212455,-42061],[215220,-39355],[208184,-42882],[215987,-43447],[212994,-39191],[210052,-43564],[213861,-41521],[214097,-41223],[215471,-40329],[208556,-40645],[208765,-41488],[213497,-41975],[206921,-41446],[215362,-40100],[211094,-43378],[214440,-40099],[215383,-40346],[215738,-41833],[215835,-41950],[213394,-40581],[213391,-40502],[213712,-40633],[214130,-39684],[214149,-40757],[216904,-49999],[215422,-49586],[215682,-48216],[216859,-48580],[211789,-43637],[211747,-46291],[213410,-49592],[214014,-50829],[206801,-48347],[208289,-49042],[206662,-48237],[208770,-47893],[206124,-52888],[205171,-50239],[214495,-47036],[215385,-46195],[214436,-47295],[213568,-47694],[213663,-45570],[209496,-43136],[211743,-48735],[212375,-50326],[211747,-49779],[212904,-48400],[211079,-49028],[210623,-40187],[210081,-38854],[211626,-58389],[210721,-58903],[216318,-55327],[216562,-56694],[216969,-55003],[209880,-52436],[211750,-60138],[217004,-54494],[216630,-55989],[215701,-56620],[215216,-56793],[211334,-59862],[216217,-54918],[208364,-61502],[216612,-51507],[211591,-58297],[209567,-53116],[216240,-55596],[216685,-57582],[216633,-56425],[207088,-63206],[216183,-57366],[216427,-54296],[216964,-64065],[216718,-63905],[214394,-55817],[208626,-62048],[204834,-62448],[215242,-61493],[214200,-60736],[215841,-59558],[216928,-55174],[211508,-59614],[216985,-55700],[212713,-59612],[212767,-59983],[211085,-63567],[211674,-62942],[212242,-59392],[212027,-55462],[212434,-51089],[212752,-51248],[211604,-63308],[211564,-63601],[208116,-54569],[208619,-54505],[214828,-55607],[205715,-57858],[205578,-56634],[205149,-56893],[205751,-56019],[207531,-63248],[216099,-56274],[206668,-52969],[206479,-52763],[206257,-52625],[208918,-56650],[210525,-55381],[216359,-61990],[217051,-61977],[213537,-63567],[213909,-63752],[218177,-54611],[210326,-62824],[211060,-62135],[205563,-54586],[205391,-56421],[209349,-53122],[210171,-51796],[215759,-76420],[215858,-75765],[215705,-76188],[208355,-74924],[210590,-73899],[205818,-73078],[216947,-74019],[214102,-76338],[211224,-74192],[215597,-75178],[207787,-73930],[213617,-75701],[214734,-76123],[217087,-74080],[206278,-67641],[206464,-66528],[207151,-66959],[207720,-66626],[208324,-67343],[207774,-70597],[207519,-68750],[208550,-68509],[209275,-68806],[204950,-69152],[210600,-70348],[210461,-70950],[209983,-71087],[209984,-69804],[214574,-73462],[212820,-72329],[212886,-72978],[208465,-74181],[207358,-74038],[206938,-74522],[215869,-69842],[216116,-70553],[216080,-70605],[215978,-70990],[216809,-66354],[206901,-72601],[211684,-66374],[213136,-66285],[212757,-66300],[216684,-66286],[212298,-67744],[207434,-70947],[213553,-64749],[206978,-73672],[208040,-72217],[206721,-72639],[205684,-72405],[210583,-73982],[209740,-71753],[208849,-71967],[210070,-72832],[205246,-70697],[205046,-70285],[216399,-69275],[217362,-70735],[214630,-67913],[217060,-65645],[214442,-87841],[211746,-88155],[210505,-84300],[210852,-86830],[211159,-84745],[211795,-86829],[212040,-87241],[211785,-87609],[211466,-86863],[210672,-86356],[208381,-86160],[204813,-88326],[217226,-96696],[215473,-97707],[213649,-97991],[216781,-96384],[215022,-97570],[215890,-100033],[215345,-100669],[215440,-99153],[214770,-98572],[216643,-97716],[216682,-97455],[214207,-97204],[216697,-94758],[217158,-94935],[204857,-93288],[205209,-92818],[205272,-93754],[205051,-98880],[206762,-101611],[206030,-99353],[217076,-104084],[215536,-105174],[216300,-105133],[215472,-103895],[215883,-103747],[205946,-104874],[205565,-104353],[205926,-104762],[205903,-102212],[206382,12209],[205182,12397],[205137,2501],[206892,572],[214847,10772],[216772,7581],[217550,9079],[211382,408],[209888,1136],[213646,11675],[208986,4002],[212435,11431],[209310,5407],[209228,1610],[209802,6333],[213806,644],[215708,5390],[217281,2257],[210339,2311],[210374,1763],[211369,2079],[211024,1790],[210396,3091],[209450,2357],[209979,2521],[210683,3279],[210097,3086],[211930,3407],[211705,3529],[211784,3254],[211037,3682],[210993,2929],[213155,11358],[214190,12778],[213103,11392],[214040,9084],[213411,8513],[213040,9633],[213930,9600],[213479,9562],[214862,10021],[213791,10879],[215236,7783],[214564,7735],[213562,8146],[215499,7425],[215158,6526],[211673,8647],[212669,8940],[212177,8697],[211834,8778],[212470,9275],[216556,12763],[217353,12263],[208377,128526],[210314,130760],[210055,130447],[211658,129222],[210815,129738],[210142,128810],[211886,129560],[213496,131887],[210214,131662],[209655,134047],[211225,133717],[209231,133032],[215206,133191],[215774,133730],[214587,134148],[216702,135321],[216387,132896],[213860,137115],[216283,138681],[215335,137826],[215747,128563],[215848,130138],[215425,130877],[215056,130809],[217202,131120],[215877,135995],[214385,136069],[216313,137034],[216088,136136],[215515,138469],[213891,139350],[213587,137965],[214404,140174],[213598,138199],[211176,138501],[209873,136928],[211666,136988],[210008,136171],[209408,137449],[207508,132690],[206164,132632],[206818,131557],[206417,132510],[206880,133081],[208743,136521],[208504,134489],[209006,134363],[208055,135468],[208803,136512],[211724,133652],[211747,130917],[211043,131947],[212488,131918],[212997,131432],[211499,130561],[207938,138070],[207951,138558],[216926,139510],[216138,140733],[215556,139593],[206636,150724],[213895,149596],[212423,148720],[211207,148637],[208455,147810],[209736,148684],[206726,146485],[209321,143693],[216532,152182],[212627,144301],[211542,143115],[213598,142991],[214653,146487],[212836,145574],[213108,144507],[206998,145521],[209767,145285],[216852,144316],[215867,143172],[207465,146943],[216236,144983],[216204,141181],[215802,141497],[207773,154186],[214512,155016],[215310,155294],[216232,155368],[205060,154545],[206488,156021],[209403,155623],[209536,156697],[210931,156537],[216722,155072],[216451,154800],[215498,156299],[214265,157284],[206365,17772],[205242,20312],[206176,15701],[206381,20689],[207525,21322],[205347,18080],[205921,15116],[205787,16876],[205093,13638],[205975,13882],[205634,18628],[205973,19891],[205665,18607],[206638,20024],[211720,22740],[206519,19781],[210836,23221],[206549,13363],[206443,13296],[206150,13729],[205523,13475],[206904,20805],[207423,20920],[206960,21751],[205987,22020],[206099,21389],[206575,16968],[207011,17172],[206468,16673],[213060,22090],[213127,23703],[211637,21415],[205628,17150],[205831,16808],[204843,15805],[205595,15484],[212338,13132],[212132,15092],[211757,24518],[211979,17814],[212389,19730],[216758,23634],[210206,25270],[214237,17913],[216622,22919],[211022,24331],[213929,22688],[215171,24103],[212258,24621],[216720,21528],[214946,21640],[213715,18175],[215120,20139],[216092,20099],[216721,20352],[216005,18045],[215938,18448],[215467,18025],[216314,18570],[215619,18224],[215431,15118],[215345,15431],[216088,14186],[215332,13519],[214781,13537],[208558,17490],[206733,17320],[207744,18571],[207889,19124],[207205,17503],[207892,25593],[207994,25675],[209723,25543],[207852,24763],[208190,25372],[206849,24908],[208427,21638],[209176,19878],[210215,21713],[205771,25359],[206446,23248],[209064,20388],[211496,20855],[213752,35272],[210349,25875],[208738,36299],[205875,31172],[209659,34352],[208142,36404],[206979,28791],[217427,35446],[213525,34186],[212896,32766],[214088,32383],[206523,29745],[207171,36983],[217111,33953],[210646,25838],[208399,26489],[207124,27436],[217293,33847],[217294,36630],[214557,30505],[208041,36301],[205242,28642],[214563,30324],[214622,30385],[206097,26361],[206460,26412],[209489,32741],[213437,31590],[210335,31547],[211706,28885],[212074,28539],[213345,28733],[211509,27868],[206644,32295],[211290,36078],[210370,37339],[207195,35670],[208159,32950],[206898,32601],[207557,38019],[208620,37616],[207684,38402],[208342,36776],[209170,31488],[211349,30669],[210387,30301],[210882,31285],[210108,32931],[208437,29437],[208347,31904],[206544,26430],[206611,30754],[206234,28564],[209074,29384],[209366,30935],[209626,29947],[210580,26939],[210937,28580],[209428,28419],[211142,27991],[210394,27958],[208850,29135],[208657,29859],[208547,31063],[208443,29273],[207626,29088],[207143,27558],[205015,29632],[205493,30744],[208041,27920],[206620,33494],[207285,33502],[208400,36865],[206370,34571],[211846,32329],[212575,31816],[213442,33675],[214191,34079],[212226,31932],[211325,35569],[211967,34505],[212465,33642],[213286,35709],[205571,33397],[206594,35981],[205202,50758],[214414,44523],[205189,44049],[205646,46579],[214741,44497],[205657,42499],[205382,41512],[215277,42351],[205833,44746],[215639,43196],[213922,42763],[213985,40542],[209600,38965],[209936,39697],[210334,40005],[210767,44291],[210915,43527],[210068,40253],[211677,41761],[209806,44466],[213368,50883],[210236,49183],[208967,44022],[209393,48981],[213073,48932],[213263,50935],[210515,50359],[210369,50590],[210963,41714],[214052,44685],[210845,42747],[210346,40301],[211096,40332],[210512,41534],[212001,42616],[211980,42535],[216659,43452],[217278,43898],[215015,41208],[213158,42727],[213007,42988],[213058,43318],[212803,49673],[210772,50164],[216205,48254],[216382,49189],[216799,46958],[217274,46480],[216952,47572],[215530,45478],[216993,45539],[216331,45531],[216440,43800],[216791,43522],[213282,542864],[213261,542790],[216425,61569],[215579,59260],[215796,57831],[216236,60374],[216623,62838],[215490,58174],[215185,59654],[212429,58204],[215587,59580],[214243,58135],[213277,56856],[213192,53225],[216450,59145],[213185,54321],[210651,52869],[214561,55159],[213637,55616],[214801,55361],[215977,55548],[205730,60985],[213929,55513],[216143,57247],[212782,58270],[214159,59128],[213266,51540],[207932,55376],[210853,52362],[210900,51404],[215181,54402],[209815,58249],[212471,52646],[214390,60220],[210873,54791],[212152,52966],[213288,51958],[212800,51983],[212908,52720],[209987,55416],[209868,56836],[209982,55217],[210718,57193],[209918,56929],[211676,59796],[211815,58926],[210503,59795],[212385,60458],[212042,59447],[214039,63264],[211734,72890],[214309,72138],[212539,73279],[211940,73093],[213565,65801],[212608,64378],[214761,65329],[212862,72774],[217482,65574],[216913,67471],[216896,66549],[216604,67107],[216965,66142],[210685,67487],[215949,67030],[216426,67468],[215088,68984],[211668,67621],[214353,67617],[216248,68218],[215481,70402],[217591,71038],[215668,70062],[216650,69351],[216476,68308],[212587,74993],[212884,70657],[213662,70813],[214892,72964],[211332,71317],[211440,71319],[212867,67575],[211637,69485],[211299,69965],[210239,69650],[209101,69484],[208642,69120],[208786,68919],[205299,67427],[205521,66724],[210437,68069],[210575,66750],[212039,66926],[209671,71434],[209331,70927],[209436,71358],[210396,71504],[208782,71045],[205961,68192],[206864,68191],[207891,68009],[206731,67029],[208550,66302],[209777,65382],[208634,66275],[207329,67729],[209155,67606],[205857,76937],[205826,75762],[215424,76132],[215345,74533],[215709,76374],[215633,75697],[217042,74383],[213562,74439],[214570,72858],[213920,74945],[211532,76890],[209705,76931],[209438,75642],[212632,68817],[215103,68339],[214259,70561],[214377,70736],[205369,78752],[205457,77306],[211493,78310],[207978,78415],[210136,81146],[209335,79986],[209749,77706],[206560,79393],[207120,79946],[208760,78928],[205715,80169],[206495,80960],[205323,81953],[205971,89264],[205164,87414],[204816,86063],[206918,85547],[207058,85190],[207248,85241],[208293,87288],[205905,85765],[207633,86331],[206311,86662],[206479,88419],[206296,86262],[206712,87803],[209783,88804],[213311,87486],[208861,89575],[214651,87929],[213761,88511],[213092,86539],[213262,87331],[213292,87495],[213203,88870],[211695,87150],[213190,89131],[211791,87749],[212503,87409],[216146,82464],[216015,81804],[215185,80624],[214720,80705],[215199,81269],[216412,82013],[217062,78968],[215423,80338],[217159,79857],[217084,79319],[216195,79860],[212394,89059],[212976,89058],[211838,89107],[214462,86336],[213958,86016],[215184,85714],[214831,86903],[215364,85531],[209743,77273],[209670,77444],[205551,82649],[205582,83293],[206116,84245],[206097,84169],[204986,82956],[215455,96452],[213469,95294],[214606,97293],[216951,97863],[212962,97013],[213558,95475],[214165,95285],[214906,99244],[215432,97842],[216029,97635],[213343,98815],[214272,97697],[215149,97522],[216876,96460],[217053,97043],[216084,98490],[216204,99123],[217088,100024],[216239,99243],[216551,99910],[212314,90728],[204944,96450],[213239,93793],[206537,91613],[212308,93903],[205707,96188],[205119,101610],[204992,100851],[205662,100545],[214370,100821],[214655,99573],[212856,90222],[213707,99672],[214158,100506],[215336,101964],[215138,101726],[215225,101265],[215167,101652],[208986,96732],[208103,94167],[208650,95016],[208195,95861],[208765,96751],[213298,94687],[212875,94905],[212286,94539],[206721,96333],[207036,94645],[207758,95967],[206699,95992],[207118,91231],[208604,92053],[208258,91346],[207070,93131],[207353,92116],[209918,92438],[209751,92225],[209724,92709],[211098,94059],[209214,94868],[209558,93358],[209715,94091],[209318,94632],[210933,96700],[209647,96848],[209949,96015],[210512,96195],[209474,95633],[205590,89865],[208612,90017],[208833,91026],[209507,90869],[214770,91122],[213745,92006],[215081,91955],[214436,90559],[205867,93608],[204939,93669],[206518,94060],[212623,103286],[214586,103098],[204971,109298],[206114,110451],[206554,109389],[208795,106058],[211116,105877],[209714,107039],[211597,107055],[210846,105733],[211601,105942],[208853,107383],[213165,104215],[210264,105158],[211155,105534],[211204,105381],[205592,110015],[213670,104627],[206028,112655],[208695,114681],[205459,112819],[217067,106072],[213853,115193],[210470,104238],[212644,114866],[216908,107219],[215752,106051],[216619,106689],[216218,106811],[212678,114945],[215342,109208],[214864,110002],[215611,110171],[215136,108253],[213764,108456],[211412,114279],[217488,113730],[216775,113247],[216737,114259],[214059,111915],[215365,113063],[212596,113414],[213654,113584],[214353,113146],[213667,110181],[213424,109825],[212745,109687],[212227,110415],[213573,110341],[210438,111656],[211316,113882],[210786,112339],[211341,113664],[208867,113928],[208444,114530],[209057,115049],[210006,113256],[216347,108463],[210862,107852],[212416,107395],[211522,107589],[216398,126264],[214746,124011],[214208,127520],[213133,127290],[213056,118051],[206253,116396],[206208,116178],[215785,123061],[211572,128060],[206446,116499],[211519,118290],[210222,120372],[214871,122610],[212267,123941],[212153,122988],[213060,120773],[208942,124584],[209146,120308],[209005,121119],[208407,118318],[208305,118262],[207863,117013],[207466,116914],[213125,128195],[204832,124767],[208935,124710],[208070,121213],[206295,121655],[204807,121127],[207401,120160],[207875,126657],[206513,125272],[210665,125236],[211185,125604],[204815,117733],[212725,117963],[206046,122532],[206205,123203],[209246,122548],[208612,124161],[207037,125180],[211950,125830],[206238,127464],[207114,127192],[206455,126216],[207261,126460],[207368,126227],[216475,117431],[207845,128156],[209082,127315],[208909,127430],[208426,127343],[217052,119452],[214608,119212],[216318,118156],[215755,121053],[212133,124949],[206589,118612],[206204,118440],[205691,118445],[218472,-122169],[218334,-121261],[227979,-124389],[227933,-123375],[228180,-123476],[228707,-117258],[229486,-116558],[230037,-117119],[230100,-116601],[227676,-117814],[228262,-118187],[228277,-118489],[227554,-118502],[228775,-126834],[226780,-120649],[226684,-120283],[228303,-126720],[228971,-126772],[217831,-130251],[217679,-129406],[223192,-138293],[223346,-139209],[223145,-138706],[221348,-136793],[221333,-135531],[223306,-139657],[223307,-139258],[221953,-136963],[221074,-136219],[229853,-145445],[228701,-141952],[229576,-145262],[217875,-151750],[221827,-165236],[228632,-165532],[223832,-154893],[223530,-155090],[230123,-165503],[230324,-165797],[220353,-164816],[220281,-165204],[218838,-164735],[219077,-165797],[219318,-165053],[218670,-165223],[217969,-162462],[221042,-164046],[222304,-164146],[221222,-163182],[220621,-162606],[223504,-161645],[221803,-160646],[223096,-161751],[222231,-161075],[222749,-159643],[224602,-161564],[224008,-161220],[223946,-161369],[224976,-163331],[226143,-162165],[225605,-163176],[226229,-162003],[227329,-163364],[227888,-162868],[228818,-164642],[226782,-163287],[219022,-170239],[220028,-171327],[220128,-173044],[221385,-172661],[222352,-173737],[221439,-171590],[221156,-172186],[219398,-170138],[219870,-169498],[230191,-170183],[227166,-176138],[227235,-175563],[227168,-173912],[226542,-174975],[217708,-170281],[218326,-177624],[218254,-178005],[222442,-177139],[229752,-167450],[229389,-167034],[230044,-168838],[218888,-177281],[218312,-177410],[225111,-175921],[223853,-174628],[224836,-174711],[223886,-176442],[221281,-173260],[223409,-176414],[218704,-173456],[217992,-173583],[221880,-176316],[221853,-176199],[218759,-168776],[218898,-168517],[219638,-166742],[219352,-168117],[220289,-166501],[226432,-178795],[227150,-177445],[226036,-177898],[226212,-177695],[227569,-171576],[224154,-173178],[222271,-172121],[218321,-176135],[218688,-175697],[218238,-178180],[217732,-178229],[219220,-174785],[220465,-174753],[219180,-174954],[219653,-174804],[220331,-176191],[222581,-178771],[221637,-178760],[222373,-178821],[224872,-168351],[224957,-167368],[223891,-168014],[224646,-168567],[225055,-170141],[224981,-170198],[224787,-170466],[223442,-170204],[223506,-170205],[223774,-170101],[223253,-170929],[225891,-171110],[225308,-169994],[225499,-170101],[226211,-170138],[221797,-180033],[217638,-184158],[221608,-179496],[218031,-183518],[220515,-180088],[217692,-183644],[223795,-181260],[224932,-181249],[224682,-180532],[223312,-180662],[221330,-191155],[223132,-191697],[223966,-182913],[222747,-183904],[226703,-183916],[220535,-191769],[226675,-184971],[225543,-184051],[224218,-184151],[218676,-179359],[219196,-179701],[222203,-179128],[219919,-179036],[218831,-179481],[224789,-191262],[218820,-191294],[218107,-191414],[218956,-190553],[223960,-189945],[222916,-191091],[223321,-189305],[230277,-187625],[229374,-186369],[227976,-191440],[230301,-184909],[229570,-185098],[229425,-186355],[226128,-191093],[218477,-184273],[217740,-185353],[217874,-184981],[220308,-182756],[220674,-183276],[219736,-184297],[221457,-183240],[220912,-185274],[220341,-185522],[220485,-186455],[223297,-182501],[222800,-184415],[219536,-187167],[220347,-187004],[220292,-188183],[219842,-187435],[219067,-189375],[218435,-188479],[218148,-189375],[219045,-188992],[225383,-188422],[225446,-189647],[225735,-189025],[230346,-183621],[229874,-180469],[230249,-180352],[225392,-187680],[224744,-187198],[225215,-187833],[225713,-185977],[226079,-182502],[224956,-181486],[224869,-182125],[225644,-182732],[222813,-186334],[222528,-185695],[223013,-187282],[222809,-185229],[221069,-189413],[221054,-188284],[221681,-188970],[221209,-189762],[221766,-179535],[220264,-179336],[219591,-181201],[220427,-180256],[220034,-179675],[225636,-195867],[221943,-194404],[222603,-194761],[218412,-194742],[220593,-195563],[220006,-194500],[219642,-194159],[221770,-195287],[227782,-195566],[228528,-196129],[225726,-195991],[226203,-195645],[228516,-199187],[222120,-196549],[221721,-195901],[224122,-201287],[219694,-198724],[220221,-198860],[225306,-198243],[224515,-198033],[225260,-197892],[225462,-198818],[228575,-199546],[223839,-194047],[225552,-193918],[224076,-195687],[220546,-200173],[228519,-200105],[228851,-203590],[220606,-202954],[219639,-203337],[222405,-197341],[222834,-198099],[222901,-198415],[222035,-198030],[227670,-196150],[228414,-195644],[229195,-201166],[229904,-199404],[228346,-202355],[227949,-201222],[228548,-201977],[229412,-202969],[229317,-203923],[229521,-204162],[225930,-196609],[223607,-193322],[223599,-193479],[223985,-193243],[223628,-192457],[225875,-192178],[227127,-192636],[219698,-192302],[218914,-192342],[223095,-192604],[226131,-197282],[226553,-197389],[226186,-197762],[227057,-198308],[221863,-196858],[228416,-196152],[229312,-196543],[228741,-195878],[228669,-195876],[218513,-203015],[218527,-203135],[218209,-202259],[218372,-200319],[218782,-201177],[217729,-199862],[218395,-200524],[229709,-210913],[229773,-209459],[229627,-208976],[229574,-208564],[230313,-211735],[223876,-216667],[223459,-215680],[229180,-212978],[226154,-208518],[227202,-207659],[225636,-208234],[225921,-208345],[227688,-213713],[227467,-213270],[227164,-213039],[227782,-213000],[227957,-205978],[229466,-207464],[228026,-206594],[228610,-206632],[229715,-205534],[220758,-215254],[227090,-217239],[226387,-216137],[226526,-215764],[227836,-216874],[226753,-211514],[228940,-212065],[227566,-211868],[228549,-210365],[226592,-206330],[225890,-205776],[226696,-205722],[225823,-206116],[223375,-209313],[222242,-208194],[222843,-208202],[222305,-207990],[225240,-208541],[224730,-208650],[225511,-207563],[225057,-207841],[225951,-207126],[226127,-207212],[224650,-205022],[224864,-205496],[224564,-205449],[225232,-205027],[229840,-214037],[230391,-213558],[230221,-214564],[229588,-213683],[218054,-208637],[219271,-207892],[219071,-207145],[218799,-208257],[223684,-209710],[223271,-208874],[224595,-208995],[222502,-208845],[219011,-206703],[221693,-205515],[222696,-206409],[222369,-206233],[222522,-206039],[223024,-205739],[221576,-207612],[221517,-208171],[222501,-208196],[221618,-207452],[220087,-215579],[218578,-217059],[217617,-216839],[218243,-217363],[218619,-215870],[218383,-215509],[218220,-215532],[218374,-213413],[217640,-213010],[218860,-213724],[221630,-212506],[221673,-212941],[222932,-212827],[222066,-211377],[220793,-210767],[222196,-210888],[221161,-211758],[220634,-212709],[220992,-212212],[220769,-212569],[217737,-210169],[218104,-208967],[219826,-208328],[218449,-209627],[219524,-208770],[219417,-206874],[230297,-225203],[229870,-218299],[230188,-218006],[230277,-218400],[228666,-217415],[229111,-220567],[229142,-220542],[229150,-220448],[229383,-219125],[229699,-226344],[228198,-226226],[228199,-226342],[227255,-225323],[226895,-225297],[227997,-227915],[228400,-227300],[228392,-227728],[228511,-227404],[230389,-221349],[230102,-222601],[229757,-222515],[228586,-230170],[229023,-229038],[226953,-223034],[227889,-221392],[225487,-224168],[223276,-223491],[223202,-225626],[225679,-222332],[225948,-222959],[226712,-222662],[225006,-224484],[223396,-223990],[223644,-224657],[227421,-220519],[225513,-219954],[225944,-220397],[227562,-219275],[226211,-217688],[227180,-219299],[225202,-218461],[223823,-218040],[222796,-218333],[224238,-219459],[227148,-229819],[227114,-218276],[226744,-218019],[227465,-217417],[226649,-218037],[225426,-221759],[224582,-221528],[225423,-221324],[223981,-221322],[223025,-224570],[224108,-226190],[224129,-224864],[223480,-226013],[224256,-226180],[220328,-227763],[224235,-223324],[223810,-222811],[223561,-222685],[223459,-222969],[228057,-228949],[221104,-220144],[221396,-219773],[220628,-220442],[220711,-220385],[218013,-217402],[225212,-230148],[225322,-229706],[226158,-228808],[225188,-228579],[226124,-229172],[228073,-228721],[226764,-237917],[223569,-238447],[226647,-230605],[227327,-231892],[227634,-231919],[225260,-232638],[226071,-231608],[226128,-232572],[225977,-231207],[225326,-230873],[225214,-230561],[219905,-6177],[219859,-3115],[222178,-8898],[225818,-2020],[219097,-9606],[219692,-12147],[230195,-9410],[229989,-991],[226177,-10015],[219084,-8560],[226567,-588],[220253,-7916],[225198,181],[229332,-6553],[228483,-9098],[219728,-11416],[224145,-10250],[225247,-245975],[226451,-253073],[223797,-246946],[223797,-249817],[228952,-255109],[220145,-248563],[222153,-253077],[219671,-252779],[223100,-250552],[220793,-255177],[222251,-252000],[217918,-252629],[217911,-253458],[223203,-247171],[220007,-255169],[223097,-254254],[223093,-254698],[224380,-254666],[221762,-254608],[227139,-255661],[229247,-259269],[227362,-257681],[227218,-260481],[229762,-265117],[228327,-257045],[227855,-256891],[227877,-262937],[224231,-260708],[222996,-260748],[226777,-258755],[222912,-256772],[221135,-259494],[221121,-255822],[224760,-256239],[224307,-258568],[221704,-257367],[227027,-259328],[225929,-260131],[221679,-257853],[227007,-262127],[229197,-261797],[227430,-266047],[229337,-261771],[227878,-264648],[225523,-266473],[225872,-264009],[228646,-265212],[225397,-264201],[228734,-263722],[224910,-267792],[225325,-268391],[228277,-264429],[228247,-267570],[228602,-265199],[228591,-263551],[228597,-264525],[226009,-291881],[225647,-289216],[229125,-289819],[227546,-293489],[229665,-286470],[224819,-289984],[229543,-293284],[225519,-286404],[226850,-291515],[219087,-285674],[221590,-291599],[222235,-285401],[223253,-287134],[221921,-290158],[217727,-287384],[219974,-290257],[220130,-287508],[223785,-287719],[223941,-288680],[224233,-290430],[225440,-303133],[225873,-299552],[225964,-296435],[224805,-296572],[227251,-306800],[230138,-304400],[223709,-294955],[220425,-294916],[221049,-301781],[218460,-300002],[218575,-297711],[218927,-304932],[220481,-297484],[222866,-294975],[219638,-297072],[217838,-297105],[217976,-304288],[218168,-299256],[220620,-304589],[220537,-306846],[228371,-307543],[227120,-307585],[228931,-310652],[226208,-307456],[228507,-307264],[220398,-307137],[222144,-313893],[221446,-311074],[220141,-307859],[226886,-313487],[218920,-311988],[222365,-310975],[220685,-307993],[217620,-308824],[222324,-312555],[222528,-311336],[220425,-315261],[226853,-311625],[223504,-310348],[220187,-20600],[225097,-16660],[225740,-13316],[227202,-14452],[223402,-12622],[220085,-15715],[217516,-16703],[222535,-22904],[222528,-23269],[222150,-23975],[220741,-22568],[221062,-22927],[221651,-22907],[218216,-23474],[218187,-23344],[220695,-22325],[218406,-22618],[224021,-24552],[221170,-22937],[218875,-22871],[221005,-22640],[218044,-23723],[225102,-14698],[218336,-21605],[219048,-17749],[224803,-15187],[221443,-16802],[219132,-19421],[218246,-19521],[217660,-24810],[218356,-20799],[217722,-25046],[219072,-19154],[227099,-18418],[227338,-17564],[230519,-21129],[228432,-15966],[228087,-19619],[219854,-38031],[219444,-29650],[219455,-36839],[220230,-29191],[220469,-29732],[227403,-34739],[230056,-36114],[230030,-34545],[229974,-36146],[221298,-30149],[228828,-35044],[220886,-30647],[227855,-34382],[229014,-35506],[227683,-34831],[226430,-32873],[225821,-32002],[225677,-31667],[226808,-34151],[224263,-30881],[219927,-29522],[227043,-35940],[226491,-28170],[226368,-28251],[224813,-28343],[226445,-29725],[225948,-26943],[222859,-28309],[227420,-33003],[228912,-34182],[228303,-32293],[228162,-32497],[221096,-28428],[222348,-25402],[226975,-31917],[222389,-32701],[220318,-34515],[219202,-33981],[220164,-34099],[221866,-25749],[222536,-27634],[221475,-26549],[222388,-25777],[221825,-27986],[222669,-30041],[223061,-29673],[221994,-27955],[217720,-27026],[218167,-28123],[218892,-26570],[217832,-28704],[218789,-40613],[218855,-40449],[219009,-39844],[219366,-42720],[219303,-42540],[218121,-39657],[225652,-48139],[227539,-47822],[225101,-48156],[225985,-47056],[224867,-47061],[219398,-42679],[227411,-46570],[217651,-40094],[226117,-47044],[227904,-47491],[227290,-47087],[227976,-47518],[220251,-42196],[220565,-42804],[217740,-44989],[221767,-38552],[220455,-41089],[217952,-41112],[217677,-38731],[218038,-44042],[224648,-39526],[219180,-45643],[219709,-45928],[227539,-48243],[226956,-48659],[225656,-50686],[222141,-43958],[226357,-47409],[225182,-48635],[229832,-41450],[228405,-42749],[217733,-40594],[227858,-39032],[224660,-39467],[222810,-48324],[224660,-41594],[229790,-49154],[226477,-50698],[224051,-46863],[226548,-41189],[225753,-41329],[227133,-41808],[228266,-50285],[227967,-50079],[227823,-43279],[229486,-50259],[221004,-46122],[228130,-39633],[217791,-40462],[222416,-43173],[228070,-44215],[226507,-45795],[226903,-44570],[226048,-43637],[227910,-43253],[226946,-44696],[228523,-43282],[228616,-44358],[224847,-43765],[221900,-45171],[224406,-44274],[224434,-42835],[217624,-40409],[222885,-42052],[220964,-43129],[220969,-43147],[225652,-44749],[225959,-45491],[225434,-44919],[225775,-45674],[221043,-41983],[219789,-40998],[220181,-40803],[220546,-41618],[220559,-40902],[221897,-40417],[222110,-40486],[221692,-39405],[222182,-40034],[219926,-40432],[220261,-40623],[220937,-39434],[220829,-38782],[219520,-38430],[223944,-44164],[224351,-45578],[224717,-44876],[224164,-46248],[222651,-46147],[222669,-45953],[219061,-50195],[219051,-50735],[218744,-50510],[217674,-47443],[218852,-48939],[218869,-47495],[225952,-58772],[226131,-62659],[228191,-63557],[226497,-57181],[229783,-52156],[227261,-56697],[226245,-59328],[226209,-52454],[228420,-51906],[228825,-51573],[227992,-56077],[228079,-55944],[227362,-55110],[226848,-62978],[227585,-54681],[229839,-52473],[226399,-56364],[230205,-57821],[228455,-52708],[228220,-60479],[228181,-57871],[227096,-51925],[230198,-58407],[229885,-51601],[228220,-63491],[227729,-57528],[228421,-51751],[225488,-51117],[227350,-56527],[227579,-52799],[227934,-56005],[227882,-51190],[225553,-58116],[229381,-58684],[221239,-55835],[223601,-55251],[223261,-55981],[221195,-56268],[219826,-63484],[219231,-63587],[219072,-63792],[220205,-61101],[219166,-61171],[219529,-62797],[220078,-63055],[221225,-63111],[220522,-63630],[219955,-63743],[220081,-63426],[218459,-56708],[218262,-55794],[217940,-54751],[218793,-55432],[219261,-55228],[218623,-53742],[219266,-54064],[219753,-53779],[222623,-58060],[221312,-58257],[221204,-58885],[222213,-58437],[221493,-58029],[226221,-61189],[225551,-60561],[220607,-55250],[226850,-60001],[226885,-60642],[226044,-59522],[217706,-61399],[217727,-61051],[221088,-55394],[222433,-63333],[223593,-63113],[222689,-62924],[222293,-63505],[223710,-61726],[226258,-63077],[227745,-62227],[222714,-52618],[221288,-52908],[220890,-52430],[221071,-52406],[222943,-51169],[218339,-56771],[218149,-55234],[218191,-55523],[218109,-56629],[230365,-65989],[228552,-63820],[229330,-66918],[218785,-73855],[228450,-64363],[218223,-74610],[229301,-65008],[225284,-64028],[224206,-63836],[224553,-64864],[218517,-66780],[219643,-67618],[218637,-67825],[218634,-67427],[218671,-66823],[219358,-69912],[219684,-69225],[217936,-69150],[218058,-75064],[218452,-73177],[220151,-73965],[220752,-73138],[220010,-72995],[219656,-73281],[217789,-74388],[223560,-69487],[223453,-69266],[222384,-70760],[221983,-69014],[222436,-70511],[223746,-67298],[223796,-67926],[223784,-67554],[221587,-67259],[225044,-67458],[225010,-68345],[230360,-71170],[229129,-110729],[217638,-103944],[217713,-105064],[217823,-104869],[226725,-112366],[227640,-110773],[227785,-111484],[227928,-111128],[228009,-111325],[230002,-110325],[229961,-110393],[226416,-113502],[226424,-112543],[226849,-112905],[226412,-113892],[226165,-113386],[229815,-109263],[229576,-109747],[229464,-109008],[229626,-109395],[218114,4464],[230288,12599],[221278,7424],[219010,5309],[223724,4140],[221505,6954],[218040,2910],[223986,2620],[222572,4155],[228889,1511],[228076,7627],[228484,1270],[222554,11653],[226817,10805],[228523,11871],[218535,135417],[218054,136007],[219826,128289],[224434,132375],[225404,130655],[227051,130622],[226090,129488],[218565,134810],[220690,134495],[218774,132934],[219100,136671],[223398,132718],[223307,133651],[219852,132636],[221356,131025],[217867,129110],[221776,132817],[223264,131160],[222051,134070],[223794,136926],[218946,130714],[219974,130099],[219081,130228],[220150,131244],[220548,129883],[222977,140140],[226088,140464],[226151,139991],[222337,136718],[222153,138144],[224000,138136],[224747,136389],[225636,135847],[226279,135095],[224122,133794],[223970,134895],[226300,135890],[223952,134026],[227079,133689],[225539,131786],[228083,136939],[228243,136298],[228125,136206],[229618,133944],[229158,135774],[226399,139285],[230217,131187],[228449,130962],[227587,132228],[225406,148779],[218217,144498],[218958,142358],[219675,141855],[221226,141753],[219120,142501],[221190,141107],[222562,141051],[221977,142251],[223472,141391],[218098,146207],[218187,147328],[223544,149232],[223502,150064],[224032,150439],[222856,151399],[225301,151537],[223870,147995],[224105,146561],[230245,147444],[229708,150139],[228645,148826],[229847,146580],[228518,143121],[226549,142607],[228460,144636],[223588,145616],[223235,145449],[222265,146050],[225316,144015],[225639,143115],[220946,25170],[220316,23627],[220611,24112],[227823,17065],[221552,25346],[219183,24027],[221187,23214],[229903,15605],[220785,22204],[221884,24419],[221871,22910],[225247,21000],[229945,23196],[223705,22617],[223623,23429],[221659,22258],[225242,16088],[228177,25414],[217907,22543],[226890,13134],[225401,33980],[218743,35073],[225721,30280],[219249,37241],[225503,29875],[226815,34292],[219325,37032],[224562,31480],[225512,34418],[225050,29977],[219329,37322],[223197,27638],[227610,27009],[225216,34921],[226284,34153],[217769,36284],[224874,31453],[227437,31724],[223856,37511],[224066,36192],[227618,27865],[230019,33667],[226384,32657],[225346,36318],[228276,37178],[225304,38143],[218188,31605],[218790,33905],[219655,33966],[220847,31613],[227088,28657],[223478,32062],[229717,31994],[225508,29804],[219348,34941],[222541,33741],[219789,37880],[220627,26169],[219546,26244],[218418,30220],[217921,30373],[225707,32248],[224372,36888],[227178,34565],[226625,36985],[227232,35673],[229804,37455],[224577,33864],[225444,44858],[224827,45515],[226141,39073],[227529,42412],[226696,49648],[217932,40336],[221870,44930],[219861,40150],[227462,39424],[227207,43541],[221412,48518],[224783,38631],[222968,50677],[226272,50922],[223745,50798],[227281,41667],[227925,43339],[229895,40169],[221309,44948],[220399,40031],[224068,45959],[220990,51300],[221860,50693],[220134,50278],[219305,48472],[217949,50380],[217817,47816],[218040,47389],[221451,40154],[220958,39634],[221777,39799],[222500,40934],[221399,39679],[220040,45204],[222534,48827],[222810,49552],[221041,50079],[221936,43535],[222459,43347],[223651,44139],[224031,44841],[221974,44758],[219037,42835],[218610,44377],[220678,43895],[219548,44468],[219111,44397],[228170,49113],[227297,49734],[227732,49532],[221333,46087],[221417,45611],[220947,47871],[220530,45434],[219805,45719],[224298,46099],[224345,45301],[225833,42802],[226162,41607],[230185,38979],[229688,38888],[229480,42239],[228490,38945],[227952,40465],[228670,41684],[228949,41387],[228827,40079],[229155,41357],[224842,44788],[229556,51270],[230378,46676],[230179,41293],[230051,41005],[227593,47388],[226805,46326],[226460,45169],[227509,46543],[226663,46577],[227561,56079],[226536,55019],[218405,54796],[229346,54282],[230026,64023],[221947,53307],[218463,54634],[226427,55539],[227040,55815],[226858,54723],[220232,56552],[220907,54027],[229775,52353],[217865,62903],[229275,51852],[229818,63236],[228845,52374],[229611,51895],[229986,54611],[220603,53092],[229389,54132],[218515,61262],[218559,54992],[221225,53751],[230006,53869],[229573,54410],[230104,54097],[221613,52561],[220875,62502],[220261,62530],[221957,62104],[222044,63922],[221978,62543],[226343,61653],[227190,62206],[226966,62343],[225197,60778],[226976,61436],[227108,59266],[229194,57740],[229574,59276],[228536,59331],[227435,58000],[229561,69823],[228162,70093],[228565,70791],[229719,70364],[229591,70246],[220718,75523],[220621,76332],[225742,69100],[228438,66535],[228646,65407],[229617,65004],[229520,65186],[228856,65396],[226813,70098],[219171,76421],[220287,76037],[230259,65331],[229899,73847],[229662,74363],[226845,68685],[224728,72463],[225917,72553],[223837,72716],[222870,70844],[223272,68776],[229683,64415],[221672,67957],[220832,67621],[220196,66064],[219395,66686],[221818,67771],[218311,65364],[219194,66975],[218680,65886],[218189,67663],[217969,66202],[218112,69435],[217750,69806],[218983,69642],[220691,75731],[224670,65711],[222992,66099],[225442,64429],[224311,65732],[225146,64622],[228640,89608],[228511,89320],[227953,89349],[228536,89070],[229627,88076],[228816,88297],[228816,86189],[228386,87416],[228913,87796],[228925,86209],[230387,86401],[229175,85912],[229714,87203],[220511,77476],[220350,78387],[220547,77503],[219947,78820],[228117,79494],[226564,80947],[228127,80005],[228194,80755],[227236,80029],[223042,80379],[223760,80660],[227037,82300],[226576,82233],[225830,81438],[225513,83673],[226134,80552],[225401,81246],[225828,83166],[219401,87534],[220515,86692],[218255,88191],[219637,87962],[220211,87282],[224042,78171],[224540,79861],[223956,79582],[225207,77925],[223128,78093],[223426,82463],[223871,81102],[224488,82931],[224995,82527],[224427,82315],[221316,101012],[230044,92898],[222520,100360],[222352,97208],[218024,97364],[222322,101124],[221840,96103],[220794,94754],[221880,100262],[221389,94420],[222295,95271],[218249,95076],[219429,94885],[230172,91232],[220562,93796],[220078,96634],[219616,97463],[219999,97257],[222824,96485],[219177,94054],[221439,94632],[220436,93503],[218956,97078],[219833,94806],[218802,97530],[223726,94967],[222103,95520],[217872,97787],[221793,97083],[221219,91632],[221991,93241],[225990,92595],[222212,93566],[221616,92752],[224673,94174],[221923,91950],[222407,91966],[224164,101646],[221638,90872],[224074,91303],[223512,91096],[223320,94795],[224266,94810],[225775,93410],[227015,92446],[224080,90935],[221182,92534],[228438,96828],[224118,92360],[227082,96512],[223008,92357],[226041,92229],[224898,89948],[223376,101333],[225149,90131],[224177,90107],[223055,101478],[226288,90006],[226715,102238],[225828,102507],[225611,91134],[227629,90420],[229227,94853],[229818,96454],[229312,94580],[229126,95056],[226987,90592],[227137,98453],[225523,98201],[225343,97393],[226470,98528],[225738,97161],[222612,99652],[218956,102491],[224889,98818],[224981,100538],[223295,100676],[226696,102416],[228774,99722],[228899,99851],[230181,100942],[228685,100441],[230057,101087],[229348,102552],[227363,95774],[229410,97001],[219467,102097],[219255,101930],[218536,113426],[218892,105802],[217616,115017],[219174,103190],[225123,103553],[220952,103190],[225750,103201],[227008,103093],[226549,103752],[227605,103898],[229927,103504],[229387,103066],[229451,102938],[225187,110163],[226412,106605],[226912,106421],[226104,106931],[226660,107459],[223844,110640],[225215,104112],[222879,111439],[224076,107403],[224056,107443],[217997,108923],[220175,105924],[220502,105715],[220368,106356],[220685,105906],[224242,111628],[222087,104646],[223189,102892],[222354,103270],[220792,103869],[218014,103407],[218228,104222],[218314,108938],[224214,106164],[225185,104542],[219273,106946],[225494,103928],[219516,107005],[219438,107469],[225022,105453],[220947,106546],[220800,106468],[220847,106631],[219410,108383],[219451,107892],[220746,114606],[221299,113991],[225347,110541],[225498,110052],[226221,108312],[225901,109315],[225565,108243],[224990,107538],[225583,107944],[227912,109935],[229094,110084],[229983,109131],[229250,108875],[229487,110039],[219872,106557],[221745,107968],[221590,109318],[221382,109757],[219972,108948],[220344,108609],[220861,109820],[227163,113561],[225638,114750],[228440,113082],[228651,111160],[228115,112638],[228043,110473],[226550,110953],[226425,110996],[221596,114391],[222342,112941],[221340,113285],[222111,113119],[223038,113510],[222902,112818],[224957,111518],[224527,113178],[224054,112709],[228785,117621],[229650,118217],[228253,116772],[230015,126647],[229101,126473],[228244,126595],[227308,125963],[229043,125678],[226087,119317],[226107,118814],[223491,120516],[226126,118971],[224904,120529],[225160,116748],[227380,116476],[219446,115836],[222221,126400],[219857,127352],[220677,117099],[221610,117409],[221612,119285],[220715,117930],[221239,127606],[219981,126060],[221715,121780],[220970,120875],[221261,119711],[221324,121122],[220291,122035],[223371,119207],[224012,118999],[222593,117573],[223252,117324],[222352,118095],[217671,127972],[220167,123715],[222490,122768],[222636,126290],[222950,124589],[226399,126672],[223004,126937],[225590,127052],[224057,125731],[224947,126627],[219246,118755],[218658,120855],[230172,123085],[231247,-127092],[243087,-127134],[231283,-127759],[239289,-125237],[233041,-130361],[233259,-130466],[231405,-130030],[231110,-130361],[231430,-129656],[241821,-127883],[240835,-128678],[242235,-128695],[238767,-143858],[238166,-143160],[239058,-144483],[234207,-152044],[235876,-153397],[239963,-147120],[235432,-143690],[238081,-153231],[236957,-153164],[236841,-153327],[236999,-152393],[237632,-143160],[232470,-146173],[230899,-146613],[231319,-146936],[231156,-147323],[242000,-152163],[242879,-152731],[232439,-146266],[241931,-151607],[236746,-143048],[237234,-143249],[240667,-153030],[232851,-145565],[234218,-143308],[243098,-150468],[233601,-142252],[233774,-142286],[233887,-142619],[233902,-142462],[236747,-145260],[237010,-145902],[237379,-145722],[239376,-148490],[239606,-147898],[239972,-148714],[240049,-148626],[241334,-148888],[241458,-148946],[241633,-148839],[232294,-154482],[242024,-158494],[237602,-162104],[234835,-160068],[236757,-163198],[236517,-157882],[238917,-159327],[237706,-157372],[238553,-157883],[232458,-154187],[236822,-159984],[237215,-160652],[242248,-159160],[232521,-156481],[232714,-155840],[243038,-156773],[239654,-153972],[240368,-154277],[239741,-153809],[241107,-154026],[241146,-155464],[242525,-155293],[234131,-153825],[234873,-153419],[241289,-154258],[234619,-154842],[233663,-155410],[238465,-155643],[241299,-159399],[240581,-157615],[236203,-158382],[231891,-155564],[242779,-157651],[242210,-157686],[242843,-159448],[237962,-163242],[235809,-163595],[235510,-163555],[243005,-169210],[242088,-166949],[242484,-177544],[242775,-177075],[241762,-175129],[242335,-175950],[240199,-174070],[240467,-174666],[240598,-175167],[241411,-167830],[240431,-166650],[240575,-166701],[240170,-166715],[241057,-176751],[236233,-173678],[237673,-168629],[236950,-167634],[237884,-169388],[238690,-174295],[238508,-173964],[235565,-173947],[235333,-174615],[231157,-169156],[230958,-169487],[239309,-168462],[238074,-169845],[231687,-174832],[239753,-177332],[239129,-178508],[239917,-176966],[241014,-178096],[240825,-177411],[230583,-166633],[230481,-168924],[230638,-167565],[230526,-168775],[232602,-168662],[233729,-169110],[232758,-169739],[232040,-169145],[238596,-174551],[236233,-170066],[233982,-169045],[236145,-174362],[234272,-167214],[234755,-167623],[237761,-178187],[237079,-177851],[236827,-178369],[237367,-178064],[240340,-190939],[231831,-188710],[234958,-190747],[235050,-190668],[236038,-190792],[242985,-185523],[233958,-191464],[242500,-191304],[242276,-189469],[239429,-191269],[237653,-189606],[237166,-191520],[237285,-189579],[238645,-187793],[239740,-187839],[239805,-186581],[237811,-188385],[241787,-191128],[241709,-188958],[242490,-187771],[232814,-189652],[234140,-191043],[233753,-189286],[233931,-190156],[231071,-180948],[234281,-183007],[232228,-181825],[234039,-184163],[231863,-184203],[230729,-184685],[231350,-185793],[230464,-183520],[234213,-182603],[231344,-182777],[231973,-187252],[230847,-188284],[232339,-183591],[233060,-182916],[232524,-183255],[232268,-181756],[232615,-182190],[231781,-182429],[233084,-180519],[234659,-179570],[232352,-179106],[238498,-182249],[238838,-182367],[240509,-179694],[240246,-179220],[231277,-179896],[231315,-179594],[231643,-182096],[230591,-182370],[230627,-181730],[240449,-192095],[239947,-196498],[236905,-192472],[236649,-192652],[240339,-196581],[240209,-194814],[240277,-196095],[239601,-195747],[239606,-193803],[237346,-194146],[237327,-195104],[241237,-199244],[241070,-200660],[240836,-199958],[236390,-198208],[238061,-197212],[236499,-198383],[236106,-196499],[236959,-192451],[233446,-194353],[234472,-192185],[231078,-193459],[230568,-193369],[232215,-192429],[230668,-192744],[231285,-196869],[232396,-198973],[232133,-198243],[230560,-200818],[230909,-200824],[233923,-197897],[231947,-196260],[231353,-197503],[231649,-198926],[231584,-197564],[231305,-198664],[235078,-199548],[233052,-198871],[233369,-200079],[233725,-200362],[234523,-204022],[233989,-202544],[232806,-203002],[232966,-203441],[232487,-202911],[232399,-200779],[230882,-201725],[231173,-202182],[231494,-201542],[230884,-217386],[234053,-217273],[234384,-204960],[235223,-205457],[235739,-205298],[231351,-205802],[232690,-204906],[232183,-204837],[232425,-204951],[232266,-206323],[233262,-206547],[232734,-205536],[233692,-206191],[232731,-207853],[232921,-209132],[234277,-207374],[236266,-207508],[237647,-206603],[237245,-207492],[231983,-215544],[234287,-209416],[234908,-211653],[233586,-213443],[234305,-211233],[234803,-210998],[231747,-208275],[230692,-211989],[230619,-206093],[231103,-206550],[233068,-210178],[233445,-210042],[233368,-209674],[233684,-210503],[236946,-205986],[236980,-206223],[236048,-206724],[235554,-207378],[235782,-207524],[235603,-206580],[233049,-208367],[233277,-208352],[233997,-207794],[233131,-208448],[234597,-208852],[235524,-209338],[234697,-208729],[235157,-209477],[232330,-212615],[231074,-212785],[232336,-212169],[231553,-213188],[242700,-224750],[240834,-227108],[232394,-218418],[233356,-217815],[231287,-217897],[231146,-226794],[231058,-226858],[231263,-228017],[231441,-228283],[231180,-225492],[230405,-222421],[232312,-225379],[230959,-226620],[230414,-225975],[230559,-222383],[242386,-236549],[238635,-237218],[242220,-237897],[238547,-237918],[242671,-242977],[241593,-241530],[240936,-240695],[231491,-238274],[237846,-242907],[239537,-240957],[240132,-242932],[237511,-242533],[237358,-238200],[232702,-239843],[236843,-239038],[234830,-241162],[232799,-240241],[232387,-238315],[235156,-237755],[233105,-241214],[236575,-238372],[237950,-241628],[233484,-242111],[232091,-238459],[239046,-241584],[239815,-9508],[231229,-4091],[234127,-7078],[234784,-5406],[240656,-5627],[236138,-3784],[234883,-4273],[236821,-12452],[230461,-4830],[230602,-6194],[242630,-5197],[237410,-3971],[232444,-2602],[235215,-5572],[236007,-6386],[241822,-6845],[236334,-4646],[236340,-4256],[230759,-12015],[237407,-827],[235179,-6201],[233777,-12350],[235585,-10444],[236368,-9788],[236481,-11232],[243070,-148],[237169,-10485],[234848,-11660],[235858,-11073],[235897,-5941],[230716,-9421],[240024,-9666],[242519,-4428],[242575,-7302],[242904,-5240],[233326,-243362],[230429,-253563],[236985,-244005],[233472,-243848],[232155,-243814],[239759,-245490],[240218,-246288],[239721,-243932],[240667,-247082],[241263,-244462],[238872,-248273],[241757,-252155],[237145,-265081],[241977,-256196],[241749,-260365],[242661,-257673],[243057,-261746],[235814,-260953],[237337,-259438],[236278,-263344],[230661,-264742],[234690,-265698],[230743,-261594],[231338,-260355],[231096,-257821],[231440,-263007],[240691,-276431],[242146,-280593],[241457,-277685],[242268,-279357],[239272,-276129],[242915,-279907],[237938,-279347],[241275,-273679],[240645,-275505],[242663,-280334],[239479,-277070],[239697,-277239],[237944,-276913],[238183,-274724],[239666,-275860],[238593,-272159],[238093,-271681],[239639,-273441],[238614,-271682],[239786,-275828],[234934,-270265],[235090,-273271],[235181,-272136],[233946,-273968],[233237,-277668],[237657,-278268],[235760,-277593],[235010,-272327],[240406,-282625],[241159,-282453],[242468,-288879],[243140,-287837],[240424,-283319],[236764,-288974],[238248,-289387],[236633,-287611],[239702,-290112],[240323,-287741],[236927,-287622],[238695,-290511],[231598,-292568],[232583,-285931],[232473,-286667],[230873,-292780],[233367,-289484],[232344,-289544],[233767,-295375],[240193,-300026],[242723,-304830],[241668,-301366],[237433,-304041],[243093,-304748],[235668,-304480],[233127,-303899],[231222,-302818],[231118,-303115],[238880,-310470],[234719,-308383],[242189,-313764],[233700,-307382],[236332,-309554],[230823,-308255],[241285,-319729],[237148,-310982],[235438,-310517],[234753,-311067],[235986,-311885],[236994,-311639],[236466,-310187],[235736,-309533],[234826,-310130],[237143,-311944],[241040,-330253],[241235,-323916],[242517,-326610],[238242,-331288],[237710,-325414],[237725,-330888],[234279,-322359],[240735,-22977],[239110,-25014],[238007,-21707],[238093,-24669],[235106,-24102],[237058,-14929],[233106,-13168],[239678,-21887],[232791,-19790],[233654,-19989],[239013,-15443],[240368,-15974],[240165,-13985],[239720,-13573],[239491,-14359],[234907,-16047],[234453,-15878],[235153,-17022],[233396,-16445],[233548,-15860],[233977,-12748],[234671,-13204],[233380,-12818],[242436,-19807],[243064,-19466],[242599,-16162],[236240,-36403],[235162,-37341],[234681,-38072],[237309,-26284],[235445,-27325],[238246,-27342],[233370,-37018],[236769,-26974],[234606,-37130],[234026,-36994],[240407,-29490],[241943,-29711],[234764,-35424],[240509,-26637],[242128,-37686],[239879,-37846],[230449,-33812],[243062,-35618],[230831,-44055],[230611,-43360],[232636,-41415],[234266,-45406],[238963,-50963],[238264,-50192],[238052,-50608],[236703,-47517],[243195,-49757],[240269,-48512],[241786,-47232],[240751,-48251],[237076,-46662],[234031,-44089],[236136,-46870],[233906,-44565],[234750,-43359],[234499,-42947],[238722,-48289],[239355,-46796],[237590,-48150],[237845,-46479],[235666,-42085],[235382,-38224],[233004,-38969],[232521,-47853],[231561,-50011],[233131,-48595],[233352,-41591],[233522,-50454],[234761,-50874],[232232,-42461],[234178,-50104],[232528,-50657],[239679,-39849],[234628,-43766],[234523,-42143],[235029,-41043],[239872,-40372],[242726,-41154],[242863,-42042],[241417,-49753],[241416,-49953],[242172,-49796],[242532,-40690],[239556,-38629],[233993,-43694],[235112,-42092],[236438,-42765],[236318,-42609],[236329,-47973],[236639,-47194],[239449,-48885],[239777,-48468],[239459,-48516],[238991,-48321],[239444,-49839],[242469,-39428],[241665,-41866],[238967,-40466],[237964,-40047],[237019,-42073],[235636,-41113],[235614,-41557],[235956,-41408],[236350,-39963],[241301,-47447],[240720,-48205],[240472,-48364],[241289,-49523],[242211,-48120],[241651,-49183],[242668,-48495],[241443,-49560],[236287,-41849],[235019,-44160],[236049,-43400],[236423,-43518],[235940,-44728],[235306,-44779],[240308,-45191],[242256,-41451],[242426,-46789],[241418,-44976],[235922,-60028],[238522,-57900],[238412,-59048],[236639,-59931],[238942,-58230],[237124,-60945],[239093,-58655],[237158,-60798],[239615,-58465],[240515,-60466],[236016,-60265],[232048,-52294],[243028,-54321],[231666,-53218],[241375,-52648],[237804,-61384],[242941,-51246],[233759,-62937],[234035,-56723],[232783,-58011],[231240,-56616],[230601,-58180],[231664,-56841],[240738,-59402],[242237,-58403],[240805,-58492],[240697,-58968],[235374,-61817],[237785,-62296],[238871,-61406],[234308,-58344],[235696,-60027],[235905,-58556],[234120,-60312],[235687,-59057],[242422,-51418],[242442,-52294],[240319,-60507],[239528,-59618],[239876,-57073],[241085,-54521],[237936,-56315],[238333,-55166],[242051,-55864],[238097,-51212],[232835,-51108],[231512,-54847],[231014,-54080],[230685,-56017],[230838,-56309],[231779,-55116],[238112,-58869],[238123,-59105],[237379,-58207],[237142,-58018],[238659,-59564],[232624,-67137],[233513,-67713],[233525,-67181],[232554,-68184],[242721,-69368],[240247,-72663],[235313,-68517],[234826,-66621],[237940,-63992],[230892,-64634],[231577,-66647],[231318,-64239],[231548,-64166],[238383,-67782],[238127,-68814],[240027,-65490],[240266,-73586],[238061,-67072],[239173,-67124],[233395,-69042],[234070,-68462],[234786,-63993],[242659,-73530],[240953,-72995],[231316,-64378],[238420,-68675],[231446,-71556],[236999,-73252],[237936,-71617],[236795,-71375],[236386,-71227],[236612,-71554],[233104,-71116],[232581,-71334],[232105,-72641],[233193,-71300],[232258,-72251],[230892,-72021],[230505,-77366],[235542,-87601],[230487,-80704],[242847,-83047],[240374,-82207],[237962,-85405],[239609,-82559],[239157,-81334],[240204,-82302],[235454,-87770],[239320,-81502],[230548,-81586],[238399,-83576],[235787,-86354],[236344,-84479],[235783,-87561],[235971,-86220],[241129,-88523],[241675,-89849],[240757,-96472],[240918,-96725],[240832,-96576],[240819,-96443],[240874,-96343],[239991,-90504],[230731,-111997],[241268,-104635],[231113,-112099],[232536,-112981],[233065,-108950],[230993,4105],[240768,2857],[236502,5172],[240644,3669],[236612,8574],[232301,5598],[238000,8789],[242594,5478],[237471,1559],[240724,10167],[237425,884],[232320,4635],[243139,5645],[238524,136348],[239405,134657],[238882,134573],[239588,135816],[231427,133691],[237602,136078],[235475,136355],[235338,137281],[235763,136759],[233576,138932],[234159,138629],[234783,137740],[232894,132521],[233427,132705],[237908,132226],[237131,132188],[238503,131172],[238652,132274],[233929,134750],[235683,130296],[234571,130039],[236039,131344],[233286,130491],[235558,130979],[233844,132227],[234618,140154],[235092,139016],[235517,138043],[235818,139813],[235812,138760],[241205,137849],[240709,137930],[242040,137954],[238833,140456],[240284,128731],[236314,135681],[234113,137705],[231725,139645],[232538,138592],[242911,128571],[239187,132500],[238388,130324],[239339,131791],[236175,132312],[237392,140057],[232426,133455],[231690,134585],[236420,141026],[237537,143179],[237831,144102],[238336,145032],[238786,145795],[239195,145200],[239653,144494],[239697,145633],[240119,146549],[240913,147123],[241542,147198],[241800,146373],[241887,145340],[237982,147927],[235819,148009],[237271,147433],[230490,148562],[232197,150544],[230422,150024],[231142,145956],[231397,147036],[230954,147971],[236749,143054],[234871,145174],[242358,145021],[233381,141497],[240576,24956],[241621,25303],[231546,18895],[231762,24710],[231954,25525],[234461,21964],[230523,21183],[230603,24334],[232046,16753],[233791,17411],[238489,23367],[239742,17519],[241542,17816],[236076,20079],[240574,19983],[237966,16578],[233297,18874],[234711,13343],[241374,19879],[240340,22681],[240163,22366],[241585,21492],[242673,23543],[242701,22580],[240366,24089],[241259,23454],[239280,23603],[240805,24382],[238608,38456],[235278,35249],[232022,35477],[242086,35549],[233823,34494],[239807,26190],[241529,25823],[241507,29593],[235713,27510],[236378,32688],[242930,33725],[239240,25814],[231271,29858],[234910,27672],[231881,27975],[241086,34149],[230987,28620],[232825,34360],[239751,38552],[236687,32839],[236739,32071],[236561,31721],[238750,31286],[237846,30485],[233702,28505],[238829,32571],[239270,29956],[237122,31879],[233864,28413],[239689,30615],[233449,28425],[239182,30128],[234600,37032],[233449,37059],[233893,35617],[235586,35426],[234995,29882],[233260,38515],[242253,33431],[242947,32827],[235693,27412],[238252,32557],[240274,29521],[238010,31460],[241587,37351],[238473,33553],[234327,31911],[240547,30733],[241135,34512],[236248,35498],[238363,38014],[233522,34157],[242620,30137],[240733,37480],[236390,28237],[236046,34153],[234339,32561],[235380,35385],[231850,28112],[241683,30760],[231914,28663],[232100,27361],[241234,34833],[231372,29927],[240036,30662],[231141,31434],[235681,32232],[241277,26312],[241939,28973],[234111,29288],[235888,28862],[234961,35550],[234732,34036],[236231,28438],[231840,34944],[241702,33397],[242980,37592],[241586,37686],[240167,34493],[235706,33344],[233913,40436],[238726,48771],[231096,50638],[237341,50297],[237382,43577],[237779,45965],[232032,45337],[231048,45128],[231057,49185],[233691,41535],[230912,39462],[233079,40099],[233688,39194],[230502,39862],[237881,42908],[232277,46596],[236281,51140],[237029,50930],[231903,47782],[230426,39284],[236544,48855],[232391,50038],[232883,39359],[239020,47658],[230488,43660],[236794,51363],[233008,51068],[236681,48940],[239949,40181],[232607,46198],[230532,47383],[231707,49317],[240276,43122],[233513,40723],[230603,39600],[233955,42200],[240959,50070],[242356,49162],[242700,49084],[241072,41862],[243132,44135],[241645,40496],[242169,46753],[238774,43885],[239904,47117],[239439,47659],[241046,49321],[240209,49084],[239782,49349],[237396,46049],[237238,42507],[237102,44764],[238544,46094],[237289,45792],[239574,39865],[239386,39552],[230561,52491],[231434,52755],[240366,53434],[240037,53979],[243097,58895],[234800,63629],[236030,63507],[240699,61435],[242323,59699],[241170,58544],[240670,58080],[235315,64194],[240329,54399],[240025,57386],[241141,54420],[242323,60602],[242079,62048],[243023,53084],[234762,61758],[234060,60600],[237876,62219],[234124,61182],[235460,62655],[234961,59227],[235687,59300],[234334,60029],[234106,58477],[235706,57632],[236375,58133],[234946,57804],[234453,54122],[239851,61873],[240357,59508],[240418,60887],[239082,58522],[239748,61174],[236723,56620],[237294,54363],[236611,55355],[236492,54332],[238501,52710],[239278,51940],[238772,51570],[236033,53644],[234356,53672],[234772,55149],[236657,52092],[236319,53150],[235931,52930],[233880,57903],[232837,57233],[233254,57998],[233203,58782],[233569,55089],[234378,55510],[232908,55068],[233821,63551],[233517,55056],[231776,59765],[230566,63006],[233960,59832],[232158,59638],[234069,59950],[232858,55260],[232233,61538],[230813,62580],[230869,61810],[232738,62114],[231854,62417],[236413,74599],[238602,69440],[238670,70895],[234300,74439],[239540,70389],[234395,74809],[232718,74617],[235102,71805],[237255,69879],[235826,76376],[236047,75948],[231457,72524],[238503,69824],[230775,72454],[242746,76794],[231184,65266],[230533,66684],[232473,64835],[235028,65062],[235516,69367],[235727,64775],[233041,70061],[231868,68658],[233646,67816],[234321,66581],[234155,66846],[235786,69564],[241137,71616],[238063,73192],[238176,72502],[238361,71950],[238172,71966],[239838,68232],[237526,69199],[242678,72216],[240971,70866],[241129,70357],[240236,71233],[235885,71383],[240065,68230],[239589,67232],[240898,68522],[242917,69292],[242046,67160],[241482,68936],[237528,69434],[236572,69772],[240029,67357],[239726,69410],[242283,65754],[239474,64702],[237280,64920],[239690,68408],[233769,64648],[233592,64320],[234387,65489],[234593,66313],[232411,72043],[232149,70569],[233118,70224],[232045,68058],[232293,66799],[234366,66701],[230430,64414],[239365,73697],[240966,71994],[238904,73720],[234428,70347],[234348,70532],[239912,72397],[240006,72819],[236854,65826],[239106,67491],[238992,67058],[236949,65385],[235910,72778],[235065,71681],[234227,69032],[234074,68593],[232639,70800],[231520,68925],[237666,67400],[236139,68493],[231631,86199],[237361,77156],[236334,76531],[237271,78299],[237421,77623],[240289,77544],[237874,77642],[240174,77997],[238360,78579],[237142,79966],[238064,78209],[232081,85051],[237670,79639],[230618,85526],[232978,83777],[233660,83581],[238034,79796],[234533,83051],[232764,85782],[233479,85446],[232916,86194],[236889,89278],[236418,88376],[236026,89118],[232739,89118],[237287,87996],[236947,87277],[236375,85824],[236421,87206],[235357,87550],[238207,86815],[237373,85636],[236916,86264],[237918,83072],[236824,84753],[237047,83640],[238565,84389],[237193,85287],[240596,87921],[241000,88811],[239459,88729],[242046,81461],[241685,80022],[242680,81269],[240708,80272],[240729,81147],[241828,81815],[239300,88581],[239888,88269],[240170,89799],[237595,89384],[237661,88715],[240141,80998],[240659,82523],[238878,81136],[240030,82312],[238228,81813],[234710,88801],[232703,88947],[239921,92827],[232202,92124],[239657,92505],[241441,94170],[240865,94354],[241632,92308],[233479,94010],[232671,89859],[235067,90087],[231214,91220],[236574,94389],[236875,92724],[236907,92315],[237347,92405],[237785,93909],[235846,90127],[231532,93307],[241467,89863],[239329,89865],[237560,90192],[241246,91317],[242970,91305],[237834,100826],[237765,102456],[238491,102241],[240993,100123],[240613,100664],[240273,99613],[240326,99586],[241274,100471],[239091,99458],[241238,96482],[241621,97234],[239514,96433],[239834,97734],[240186,97756],[234908,100958],[232644,100943],[237337,98149],[237482,98486],[237504,98170],[237611,97038],[233822,101369],[233232,100850],[233374,100956],[236696,102477],[234453,97297],[232556,102154],[231214,102019],[231454,101727],[232520,101996],[232459,97550],[232019,98508],[232438,98320],[232428,99037],[232654,96861],[235923,98479],[236912,98697],[236917,98785],[235384,99548],[235318,97598],[231935,97478],[231183,96389],[231465,96249],[232281,96340],[231625,98101],[233316,92945],[233367,95118],[233298,93062],[233252,113024],[233879,114795],[239050,103649],[239565,103406],[239168,103485],[239887,102890],[239237,102891],[238155,103029],[236783,102645],[235366,104870],[235646,104820],[234651,102693],[236585,102722],[233239,102975],[232762,104749],[233393,103670],[232999,102668],[230713,102860],[230407,112416],[231214,110984],[231493,111027],[230830,111446],[230633,112502],[233372,111144],[234120,109988],[234022,111651],[233680,110102],[234767,111363],[231930,108389],[232987,109704],[232643,109922],[233559,108975],[232941,107769],[233645,107309],[234713,105907],[234137,107495],[233772,105969],[233598,107140],[237785,109522],[235437,108672],[235946,109197],[235468,108604],[237497,108276],[238075,105256],[237706,105914],[238397,105962],[238178,107516],[236848,106791],[241089,108250],[241002,108979],[241362,108570],[239602,111503],[241394,109979],[240991,110647],[239982,110501],[239509,111622],[242199,110971],[241997,110821],[242968,110374],[239688,114373],[240962,113199],[242063,112798],[239559,114431],[240490,113618],[238094,112102],[239532,113709],[238338,111759],[239449,113189],[239055,113107],[236251,112918],[235869,112877],[235932,112805],[242991,115064],[236753,119623],[232112,117416],[230503,116248],[232759,116473],[233416,122283],[237314,117381],[237035,118109],[237240,119546],[231822,118828],[230545,118593],[233776,122754],[232019,123715],[235243,125543],[236295,120190],[234719,117872],[235955,117611],[236690,115986],[234103,116794],[233305,116504],[235320,119071],[236704,116677],[232739,119138],[233125,122352],[232772,122651],[233077,120711],[233226,122874],[242463,124552],[242196,125030],[240074,127521],[240699,127209],[241250,126624],[242086,124989],[242867,120445],[241786,118830],[241348,119215],[242719,118022],[239700,121320],[242352,120352],[240916,122358],[240962,123024],[240063,123455],[239447,124643],[238402,123317],[237671,123959],[236870,127207],[236710,126632],[237909,126281],[238167,127048],[237866,127748],[254797,-116029],[248673,-127390],[246577,-125487],[255741,-115391],[248710,-127644],[247010,-123946],[246899,-125347],[243468,-127531],[243591,-127350],[243476,-127219],[245519,-127051],[244647,-126162],[254595,-116204],[245367,-126272],[246073,-127500],[245632,-125909],[254428,-115412],[253367,-116007],[255912,-115423],[247906,-134136],[247340,-134084],[249820,-138966],[249993,-138456],[243501,-128056],[255894,-128976],[253920,-132816],[249998,-139059],[246729,-128006],[247047,-128338],[248008,-137556],[247448,-138187],[247003,-136918],[247091,-137062],[249743,-132892],[249628,-132837],[247067,-134732],[246994,-135127],[245900,-134829],[245869,-135453],[245537,-135136],[248776,-140091],[246711,-138432],[246477,-137549],[247090,-133518],[248662,-141069],[250961,-142584],[251268,-142610],[243555,-150650],[248430,-141070],[243450,-152443],[249292,-141889],[249630,-141754],[254542,-142831],[249697,-142160],[249409,-141439],[250733,-142580],[250565,-142144],[244792,-155175],[243247,-160929],[243434,-155378],[245611,-177000],[245314,-178434],[247070,-174706],[249037,-170862],[244959,-170720],[248696,-170101],[248913,-170983],[246531,-176439],[249199,-176142],[249022,-171656],[245698,-174781],[248596,-177336],[247173,-177826],[247972,-171982],[248174,-175511],[247900,-175582],[249230,-171606],[247401,-169041],[247898,-174850],[246495,-177667],[245838,-173850],[246168,-172890],[243615,-170258],[251485,-176897],[247038,-177515],[246912,-177463],[249749,-175244],[245640,-178645],[243627,-175975],[244614,-169850],[244743,-167572],[244353,-169379],[251235,-174458],[249938,-174223],[249876,-172217],[244862,-180162],[249723,-181863],[247395,-185979],[246500,-186445],[247237,-186032],[243506,-187091],[249309,-180432],[249247,-181555],[245001,-180858],[245520,-179004],[245174,-186317],[245182,-185233],[244114,-189329],[245084,-180443],[246399,-179874],[246025,-180218],[245469,-180168],[245622,-182609],[245243,-183309],[248492,-183172],[247774,-183165],[247080,-182565],[247215,-182035],[246059,-182947],[243514,-193386],[248792,-215289],[249874,-212126],[248910,-214953],[249758,-217037],[246189,-227354],[252033,-223378],[252972,-220307],[253904,-221607],[244531,-217491],[246112,-222418],[255745,-225739],[255225,-228704],[255749,-226826],[246952,-236390],[249510,-242782],[245871,-240312],[252246,-2330],[251553,-1585],[252453,-3771],[253112,-3287],[253410,-3710],[244082,-5974],[243986,-5908],[244321,-7323],[243572,-8028],[244198,-6779],[244455,-7596],[246679,-5947],[247498,-6656],[246842,-6522],[246783,-5603],[248226,-4180],[248105,-4043],[248348,-3880],[246586,-3258],[246836,-2424],[248899,-7130],[250572,-6516],[248428,-5603],[247587,-10926],[248670,-11065],[249440,-9105],[248382,-9633],[247558,-11347],[248398,-8586],[246535,-9038],[248982,-8618],[248233,-8163],[246571,-6989],[245033,-1732],[244208,-1564],[244668,-201],[245120,-643],[244374,-572],[250876,-5557],[249438,-6372],[249283,-5904],[249670,-6175],[248929,-4025],[248886,-5556],[251345,-4236],[249187,-3397],[253469,-5160],[252296,-5031],[252727,-5531],[251323,-6322],[252444,-5763],[253992,-10673],[253543,-10065],[253768,-11425],[253841,-10396],[253063,-10651],[252586,-8516],[252630,-8560],[254366,-7682],[254243,-8990],[253577,-8018],[254752,-4665],[254867,-6557],[255024,-5385],[255340,-820],[254355,-434],[253386,-1029],[254599,-2114],[254209,-3711],[254122,-3789],[254161,-1841],[254995,-1162],[255048,-2468],[255262,-2886],[245892,-7711],[248010,-243493],[247496,-249635],[253003,-252533],[248802,-243717],[247691,-246695],[248901,-244324],[243392,-243159],[246026,-246124],[252105,-252498],[251965,-252918],[251292,-254956],[244328,-249052],[246714,-254978],[246548,-253014],[244148,-250351],[251066,-258069],[255201,-258901],[248052,-259951],[251495,-264171],[253993,-262348],[252728,-267684],[249437,-264686],[245814,-256314],[246770,-257693],[246090,-260992],[243699,-259467],[249715,-256487],[252436,-259509],[244325,-256824],[243657,-258190],[247832,-260166],[246507,-258465],[246275,-261506],[243794,-261817],[245068,-260694],[245961,-259154],[247030,-258582],[244958,-261762],[248219,-259235],[244812,-259800],[246040,-260931],[243665,-261888],[243500,-259192],[243838,-263423],[245233,-261618],[252571,-265869],[255094,-267769],[255615,-267064],[250683,-262894],[253460,-262976],[250647,-265013],[252922,-263161],[251290,-259675],[252522,-266029],[254890,-266523],[255132,-266036],[250915,-259498],[252952,-269997],[247948,-270254],[251637,-275195],[250529,-274709],[249007,-275814],[248622,-271519],[249939,-276338],[250197,-274387],[252447,-273922],[252707,-274295],[250945,-270977],[249672,-272301],[253836,-274966],[248809,-275186],[254807,-275463],[251582,-274320],[254044,-275523],[254197,-272686],[251322,-270453],[252781,-271174],[251803,-275851],[255281,-270141],[251218,-269333],[253504,-268888],[254617,-269515],[246642,-280773],[245271,-273479],[246003,-277091],[246217,-275537],[245292,-271289],[244107,-273320],[244407,-278603],[244870,-277807],[244052,-280133],[245029,-288408],[245977,-290213],[245086,-285128],[254724,-293774],[253289,-286480],[252050,-291103],[252508,-293706],[253932,-290625],[245716,-293732],[244202,-293400],[246689,-291426],[247018,-292482],[246689,-292893],[246178,-293903],[252158,-286374],[254648,-291517],[251069,-289105],[250327,-285149],[253984,-285556],[255708,-289183],[253130,-291434],[254359,-286797],[253828,-284971],[253082,-290637],[251067,-289997],[254218,-286242],[252525,-291663],[255185,-291354],[250976,-287822],[255583,-287456],[251163,-289938],[255415,-284295],[254857,-284897],[253538,-294360],[253279,-295033],[249429,-295320],[252015,-294801],[252478,-300398],[254616,-299413],[253671,-298391],[255925,-301612],[253850,-301317],[253865,-297196],[252993,-296629],[252712,-297321],[255726,-298221],[253580,-299519],[250002,-297566],[247111,-296339],[246397,-296138],[246090,-297514],[245594,-296887],[248722,-295854],[246096,-297251],[244500,-296671],[247540,-295867],[249160,-296177],[244107,-295834],[244707,-305788],[249059,-303754],[246006,-303837],[252034,-313861],[246420,-311960],[254490,-318031],[255644,-318687],[253871,-319493],[252306,-319209],[253522,-316209],[254748,-319516],[243260,-314008],[247879,-315160],[243902,-315258],[248126,-313652],[251824,-319833],[254818,-324914],[252701,-320692],[254077,-323470],[253731,-323814],[251126,-320832],[246139,-329396],[244456,-319955],[245270,-328554],[246452,-319955],[246791,-327845],[243670,-320714],[244595,-320938],[245712,-330131],[245207,-325192],[246642,-24680],[245792,-24795],[246577,-25264],[244495,-19789],[247337,-23961],[243934,-19777],[248970,-22273],[249285,-21695],[248804,-22627],[248269,-20170],[243627,-13484],[244442,-13433],[255939,-30701],[253964,-26098],[253692,-36825],[254262,-34714],[243942,-30226],[248824,-37272],[244206,-28941],[243765,-26439],[252628,-29640],[247733,-34414],[247372,-32674],[255337,-26433],[249350,-36097],[246845,-34391],[254555,-30311],[254102,-35984],[243806,-27096],[251581,-26655],[254578,-29610],[248868,-38097],[248392,-34509],[255712,-36234],[254479,-27196],[246145,-35950],[244734,-27360],[252403,-30545],[255076,-34782],[244763,-36775],[255008,-25874],[247900,-38884],[243318,-38412],[249721,-39441],[248656,-39291],[243448,-38383],[255230,-43976],[253267,-43080],[254601,-41083],[249956,-40611],[253971,-48284],[251432,-45221],[250055,-46961],[254010,-44985],[249613,-45114],[250558,-46012],[252448,-47040],[244552,-40181],[245425,-39985],[245164,-40548],[248465,-46171],[251108,-45555],[244754,-50091],[244602,-50597],[249335,-46429],[249241,-46782],[249981,-47576],[250101,-47941],[250027,-47887],[251966,-48888],[251150,-47044],[251611,-44831],[250340,-41828],[249959,-40937],[247896,-42272],[244848,-39406],[243716,-38271],[243338,-40404],[249569,-54989],[253245,-56917],[249724,-54292],[252332,-56651],[252941,-56805],[248714,-54755],[248907,-54826],[253805,-56797],[244135,-56466],[244234,-56406],[245208,-56953],[245487,-54866],[249641,-54949],[246434,-57594],[246183,-56982],[244676,-55038],[245023,-59273],[253281,-56446],[250937,-60669],[246762,-56451],[248527,-54955],[245883,-55214],[250829,-61067],[251913,-63069],[250710,-63282],[251328,-62893],[249798,-60552],[249606,-62451],[252402,-61673],[252178,-61461],[249337,-57076],[249602,-56824],[253880,-55052],[247782,-61466],[255686,-59170],[249121,-55771],[255229,-56641],[255310,-55622],[250125,-56921],[251560,-55460],[251400,-53622],[250184,-59124],[251704,-59744],[250468,-58976],[248529,-58077],[251744,-60033],[253043,-54635],[252088,-54150],[249307,-56129],[253100,-54889],[255431,-54934],[247691,-57492],[247511,-58182],[247812,-57745],[248906,-60646],[248761,-59803],[255081,-51133],[253304,-53258],[245820,-56888],[246191,-56555],[243202,-54937],[243786,-56511],[253678,-55595],[255589,-57024],[254010,-58501],[253736,-57610],[254550,-57320],[253581,-57112],[252205,-60590],[253189,-61526],[253404,-60992],[253394,-68450],[253995,-67967],[248499,-67618],[254438,-63931],[248695,-67910],[247720,-67416],[248064,-64332],[244354,-88625],[243345,-88409],[244594,-88695],[250747,-85441],[247648,-95781],[250520,-92985],[250152,-92425],[248300,-97020],[248951,-100191],[248844,-100213],[243361,-114656],[243411,-114688],[243376,-114493],[243409,-114244],[245746,-112630],[245573,-113572],[245458,-113184],[243446,-114481],[250271,-103641],[247164,894],[243218,257],[246360,2915],[252390,705],[254768,6878],[255172,7566],[254873,9192],[252359,10046],[250993,12467],[249711,4645],[249845,5852],[251663,10521],[254124,5947],[251578,6707],[254337,4250],[252308,1538],[252604,7335],[255008,1003],[254340,3305],[255006,680],[252494,701],[255619,11511],[249280,12651],[249453,7346],[249483,8076],[249253,9132],[245671,10220],[245597,8748],[247099,6387],[247878,5539],[247552,6287],[246856,5726],[250260,2053],[249750,2220],[250343,1379],[249997,1492],[251587,2135],[246681,2920],[246667,1930],[245350,1965],[245564,3265],[244701,2292],[245748,2998],[244529,994],[244559,5712],[244334,7475],[243390,7520],[243529,7368],[250088,4111],[251385,5193],[252200,4029],[250275,4324],[251947,5430],[246000,6057],[245662,130258],[244960,130393],[245502,128298],[254903,129403],[254246,129969],[255763,130521],[254875,131749],[254242,133690],[254133,134335],[255091,135728],[255322,135372],[251017,134038],[252482,132240],[253140,132585],[255011,132025],[246896,131466],[246542,132429],[245282,133421],[246240,132898],[245831,131413],[250093,134666],[251374,132720],[252715,130092],[250115,131813],[250890,129321],[251535,129336],[249419,129682],[249572,129480],[249892,129504],[249907,131125],[247697,131182],[247491,131388],[248798,134571],[247993,134244],[247400,134420],[248480,134059],[245136,133577],[246195,136307],[245658,135881],[245370,135597],[248931,139029],[248956,139722],[249019,139922],[250158,140177],[249395,140668],[243830,132831],[243728,131572],[247377,129220],[245360,139693],[245172,139460],[250670,141312],[251864,141400],[247797,25114],[255094,17394],[244565,23701],[253194,23284],[252481,22063],[255500,18870],[251640,24964],[255247,21995],[243444,24148],[254409,20798],[250379,16792],[249731,17667],[243393,22867],[251210,25486],[244492,17465],[253882,23390],[252284,21480],[254333,20318],[248250,20848],[252264,24679],[245059,18832],[249316,19228],[246247,25318],[246378,25342],[246033,25652],[255495,20707],[252140,25465],[250771,20264],[244839,24939],[245825,25647],[254552,13573],[250122,23924],[247878,25514],[252476,23831],[254278,25715],[252616,25301],[252316,13117],[246972,36632],[246932,32045],[245109,38550],[252377,34562],[245338,33434],[252285,35837],[255671,35586],[244992,32813],[250681,33941],[247514,26931],[247883,26460],[245645,38170],[251273,35095],[245744,32950],[245425,31965],[243963,37117],[254353,37565],[255356,34692],[254908,33167],[255399,37816],[251281,35529],[250482,34804],[253488,32773],[253200,35104],[255014,38394],[252098,38430],[244189,32598],[243504,34041],[245267,34810],[246040,34422],[255630,28684],[255129,26942],[253897,28572],[253638,28261],[252842,29109],[252463,29801],[250884,27447],[251503,29562],[251899,29211],[254579,25941],[254671,26883],[253958,25943],[252469,27209],[248304,29935],[248298,30437],[247943,28779],[247121,27662],[247746,30106],[247565,28656],[247272,28173],[243817,30533],[244187,30642],[245055,28676],[245001,30334],[243550,29032],[249729,30460],[249760,31210],[250398,30323],[249949,30662],[246770,30154],[247071,30042],[248902,30398],[250621,31008],[253301,39581],[244949,51034],[245568,47459],[248428,48628],[244084,45234],[245965,40542],[248509,41573],[248669,38789],[248626,38771],[247460,44631],[245647,43061],[244729,41350],[245122,41355],[249623,39929],[252316,38726],[249080,46294],[249393,47998],[245238,48041],[246672,51194],[247978,47461],[247110,47406],[245530,47238],[244209,46174],[246188,47310],[246179,47346],[246216,45732],[246404,46210],[246671,45499],[249628,42277],[250164,44329],[247745,42618],[248169,42051],[247225,44490],[246259,51774],[245802,54074],[254532,63839],[252301,61097],[250990,62735],[250179,63558],[251277,63836],[247962,60267],[247699,61535],[248134,59627],[244711,60053],[244483,58858],[244713,59496],[244444,59786],[245215,54040],[245132,53868],[243496,54286],[243580,52352],[243441,53676],[252302,75192],[243268,66908],[251421,75311],[255376,70746],[253275,75320],[246685,71279],[245864,71324],[253136,71052],[243764,70868],[245329,72131],[243292,66886],[255839,69695],[246533,72107],[245499,71957],[246203,70863],[244345,70953],[251898,75563],[252205,74563],[253150,71160],[244523,71126],[244892,71989],[252831,69454],[246727,67169],[247453,66568],[247462,67276],[244059,65216],[246942,65293],[246170,64376],[252440,65799],[252749,66065],[253072,66907],[253781,69172],[254749,67594],[255965,65998],[244489,75123],[244145,75138],[249250,73117],[243710,76695],[255155,76425],[254015,76384],[247150,76469],[247178,76045],[246409,74910],[246156,75274],[247812,74097],[254885,75037],[253540,74496],[254096,74922],[249959,74314],[248433,73950],[249366,73467],[249131,74392],[249154,72828],[255099,74892],[249770,74949],[249449,74648],[250312,73106],[252039,74341],[250955,76033],[253208,74045],[250284,76383],[250162,75432],[250023,75971],[248513,75490],[252755,70919],[252292,70616],[252111,69194],[253032,69518],[251852,70655],[255402,84150],[244584,79610],[246744,88451],[246176,88828],[249386,88861],[251141,87523],[251082,88106],[250130,87377],[249489,88658],[254991,88387],[252842,85576],[253175,89314],[252227,89737],[243217,80474],[244759,77024],[248113,77017],[255922,78185],[253153,83447],[255176,77275],[255925,87876],[253257,89394],[255592,88805],[254501,83485],[254035,85912],[255634,87331],[254591,86729],[255947,81607],[255832,82558],[255200,83122],[255714,87982],[255081,87758],[254190,80586],[254379,80922],[255256,81792],[254992,81301],[255408,81474],[252094,80744],[251380,80576],[253270,80839],[252498,79805],[250109,79030],[250862,79411],[251034,78446],[248835,80091],[249050,79446],[255093,82391],[254193,82813],[255804,86602],[248681,95426],[253384,98360],[247185,97420],[244932,98646],[245368,96544],[249589,96292],[245857,96986],[245844,96426],[245846,96652],[244051,92324],[243257,91982],[243916,93458],[243501,92562],[247556,91558],[248577,91258],[247424,92777],[247207,92488],[247083,92797],[248965,91619],[248935,92730],[249472,92053],[248856,90911],[249745,92042],[250004,90818],[249132,91532],[249309,91705],[249320,91341],[246120,89894],[246016,89952],[245917,90402],[252697,90886],[253348,90743],[255976,94553],[255818,94821],[246817,98830],[254841,95318],[252677,95898],[252896,97087],[253285,95205],[252203,96530],[251857,95336],[249268,95553],[250000,96497],[250722,96386],[248949,94839],[244033,97542],[243698,97478],[246841,97550],[243701,96155],[246146,95349],[246188,96158],[254734,96304],[255323,96250],[251645,96829],[248270,98194],[247656,100884],[244421,108585],[244196,108639],[248605,111308],[251086,112516],[243484,110554],[253073,115325],[246298,108228],[244694,107476],[247454,114882],[245597,105105],[245053,108352],[244196,110290],[247303,107641],[245036,112624],[245465,105091],[247087,115330],[245922,105236],[246317,110398],[248055,111457],[247427,110411],[245434,106531],[245643,113591],[250309,112153],[247017,111154],[248361,111146],[246782,105902],[245975,105460],[250409,110342],[250441,103018],[251784,111702],[250236,112548],[253766,115350],[252793,107072],[243969,115880],[255827,127754],[244101,120077],[243332,121158],[255789,121119],[254159,122301],[253343,126133],[253302,126368],[251653,126346],[254989,122551],[252532,125501],[251942,126635],[251049,127689],[251985,122137],[253928,123863],[253654,125017],[251565,122444],[255893,116203],[255883,119105],[251300,121927],[245103,121711],[250317,118061],[255631,117608],[255682,117514],[255716,117600],[255172,117247],[252925,118324],[252227,119054],[254194,117916],[252903,116595],[243257,116621],[243253,118748],[251945,120849],[250760,119556],[250488,121472],[255602,123756],[255281,125116],[243315,122230],[244262,123974],[243870,116901],[248338,123774],[249090,126073],[247717,124277],[247371,125758],[243415,121454],[244560,118445],[246530,115565],[244187,116543],[245076,117873],[245498,127144],[245823,125581],[244083,126650],[244839,125501],[246836,123021],[243944,117944],[12977,-126658],[19338,-120964],[19349,-121671],[20467,-120910],[21507,-125030],[22991,-126617],[22186,-125114],[21725,-126889],[15441,-123128],[15368,-122429],[15401,-124206],[14581,-125204],[14433,-124085],[20789,-126833],[19797,-124904],[17286,-121440],[16036,-117620],[14110,-118827],[25058,-127617],[15600,-125808],[16956,-124585],[13133,-119266],[15943,-126043],[20651,-125215],[18601,-123041],[16030,-125332],[16632,-126757],[16063,-132912],[16701,-132988],[16385,-131513],[22636,-133555],[20728,-132951],[22307,-133491],[24721,-131617],[17701,-132247],[19616,-132323],[24247,-131574],[22098,-130650],[21880,-132219],[18443,-132278],[17404,-130263],[15902,-130026],[16123,-130006],[13603,-130331],[19015,-132318],[25116,-130904],[23092,-131707],[23814,-129436],[24477,-141086],[24371,-141909],[16650,-86843],[16697,-112966],[14956,-114628],[16795,-113355],[15097,-114676],[13166,-114566],[14272,137863],[24595,148154],[13045,141138],[18259,142860],[256144,-125749],[268282,-116354],[261512,-117720],[261795,-118711],[259292,-117884],[261379,-117651],[260502,-117691],[256640,-124180],[268345,-115384],[256146,-125702],[256931,-125270],[265865,-134949],[256289,-129105],[266645,-135559],[263156,-132030],[263624,-132470],[266748,-135568],[261163,-132463],[266725,-135517],[264061,-134222],[263842,-134093],[258876,-138397],[258193,-137916],[258550,-138765],[258541,-138574],[260400,-138626],[260258,-138603],[265531,-140325],[259547,-140085],[259374,-140240],[257970,-131452],[258302,-131959],[263072,-142732],[262868,-142513],[262660,-142210],[262223,-143817],[262857,-142608],[262730,-143229],[262783,-143622],[267939,-141688],[261306,-141857],[262414,-147201],[268337,-141456],[257678,-147566],[257777,-148038],[257306,-147884],[260092,-148579],[261296,-148213],[263138,-144640],[268139,-229542],[268782,-221449],[268216,-224422],[267323,-230087],[261309,-226424],[259542,-222786],[258389,-225819],[257943,-228757],[260460,-224265],[256334,-224367],[256008,-222877],[257934,-226589],[256324,-223245],[260626,-223459],[256916,-227549],[258977,-228486],[256773,-227290],[257915,-224625],[268411,-230547],[263249,-238991],[265933,-242217],[265249,-5404],[265943,-6830],[263640,-8381],[256499,-5158],[264078,-11190],[263409,-11959],[264839,-4910],[257130,-6945],[267899,-11974],[264363,-5818],[261481,-12158],[266078,-10270],[257128,-4268],[263884,-11624],[256289,-2800],[264848,-5757],[264189,-12088],[257762,-5178],[257685,-4313],[259836,-4925],[256144,-2923],[265779,-11296],[256229,-4502],[266085,-11031],[258044,-4756],[259941,-12416],[260089,-6921],[259953,-5744],[259407,-5939],[267638,-7429],[261030,-3933],[263510,-5609],[263803,-4805],[263994,-5053],[262304,-3677],[263457,-4109],[262510,-4526],[264204,-9669],[263423,-10771],[263745,-9363],[265695,-8785],[264436,-10573],[268555,-9403],[265384,-6150],[268393,-7099],[266996,-7448],[264134,-6269],[263369,-245815],[263569,-245848],[266896,-244506],[264138,-243703],[263574,-243966],[267309,-244844],[261557,-265100],[257327,-266251],[259962,-268219],[257445,-266038],[256706,-262043],[256669,-260139],[258384,-263791],[256566,-267012],[256653,-268354],[256072,-267573],[258617,-273406],[258426,-274699],[256387,-269488],[257844,-276294],[258437,-271781],[259536,-272457],[257730,-269424],[258284,-280375],[258293,-280744],[259875,-280236],[260445,-279670],[264819,-280133],[265237,-281102],[266876,-280528],[265680,-280867],[257202,-278309],[262005,-281013],[258872,-280927],[260698,-276314],[256645,-277666],[259946,-278997],[259405,-277006],[261302,-278043],[257869,-280933],[258831,-277764],[262291,-279229],[259246,-277163],[260484,-277199],[256848,-280600],[258041,-286770],[258346,-293346],[257679,-288935],[256401,-288890],[260462,-284133],[257646,-281496],[256693,-284165],[261121,-284140],[260252,-284210],[259713,-281448],[257487,-281664],[258903,-282253],[258822,-283460],[257815,-282202],[256892,-283458],[267873,-286155],[265503,-285790],[264543,-284121],[263284,-282181],[265063,-282406],[267348,-282901],[264875,-281908],[267582,-281562],[264463,-284322],[264731,-283717],[268448,-284912],[265033,-282778],[268755,-283633],[259378,-282490],[262496,-282488],[261877,-282123],[256905,-295020],[257503,-294990],[257365,-295452],[259666,-295319],[256367,-297945],[256123,-299065],[257212,-296771],[258578,-300160],[256366,-299681],[257394,-300264],[257572,-296536],[266140,-298604],[261057,-299234],[260494,-302410],[263170,-298708],[260653,-303019],[264687,-300244],[261538,-302603],[260138,-299581],[262444,-299077],[262285,-301289],[262444,-297649],[263539,-301979],[260810,-299696],[264237,-299092],[266768,-300560],[261423,-301152],[266074,-298028],[267694,-303554],[266055,-296617],[268019,-298021],[265883,-294268],[267155,-304813],[264604,-306822],[267318,-311022],[268494,-307650],[267337,-309057],[266163,-314120],[264887,-308894],[267108,-315050],[268111,-307149],[268492,-315594],[267128,-310053],[256777,-318998],[257376,-314493],[256439,-316143],[256786,-316515],[263140,-319103],[266574,-327709],[266367,-331064],[266509,-325035],[267411,-325395],[265329,-331152],[266834,-322003],[265213,-331251],[257654,-320036],[263664,-333827],[264675,-333830],[264663,-332759],[267807,-20885],[256255,-24841],[264600,-24361],[259473,-22898],[256839,-24442],[259211,-25326],[257024,-24585],[258121,-35073],[258121,-36424],[257784,-36957],[256799,-28541],[256213,-28998],[260199,-31480],[258438,-33634],[260230,-33696],[257984,-31770],[258278,-30274],[257199,-31781],[265838,-37695],[268614,-33295],[268764,-33482],[267854,-33331],[267312,-32977],[267329,-34251],[268117,-26156],[268436,-27332],[262416,-26995],[258933,-25976],[261322,-25681],[258906,-26517],[256254,-25717],[258702,-28928],[260645,-33946],[260506,-34342],[261931,-37888],[263813,-37245],[268420,-36663],[265710,-36009],[266530,-34978],[267120,-35156],[265834,-31864],[265627,-30720],[266383,-30986],[264569,-27013],[265981,-29063],[264277,-28698],[265254,-27962],[265408,-29363],[256844,-27883],[258818,-27421],[257538,-26513],[256966,-26472],[257441,-26163],[258284,-27116],[257924,-26012],[262863,-29274],[262964,-29526],[263244,-28456],[263597,-28866],[262909,-28108],[264858,-30284],[263614,-30708],[263469,-29690],[264337,-31054],[263973,-30610],[268230,-32174],[267361,-31846],[268027,-30801],[268410,-32271],[267346,-32041],[268723,-32958],[268665,-32399],[264920,-47452],[268662,-46811],[268457,-46634],[268664,-47894],[263943,-47872],[268667,-49731],[264060,-48046],[266785,-48154],[266983,-47315],[264569,-48279],[264326,-47125],[255570,-50476],[256157,-41230],[258448,-39786],[259143,-41111],[258134,-38545],[258016,-48974],[258038,-50603],[261307,-50810],[264878,-45503],[263731,-46278],[262466,-46753],[262466,-46172],[263752,-45335],[265233,-49499],[264405,-49234],[260721,-43614],[260568,-43474],[260583,-44042],[261641,-38203],[259478,-39889],[262619,-38918],[259150,-38685],[265566,-43173],[264609,-42641],[264952,-42012],[264069,-38286],[264484,-38788],[267812,-40405],[263604,-38504],[266385,-41466],[264082,-42300],[267067,-40914],[265635,-38602],[268101,-41416],[265988,-41632],[262626,-42228],[267778,-42399],[267183,-51592],[266540,-59118],[264532,-56020],[266544,-59163],[261574,-57885],[268120,-57223],[268287,-58105],[262175,-58682],[264845,-58109],[256961,-58624],[257058,-59558],[256310,-55731],[256098,-58226],[258288,-51322],[260813,-51771],[260372,-53645],[259701,-53975],[261115,-51895],[267568,-56807],[260864,-58420],[260623,-59001],[260940,-59073],[267516,-56671],[263242,-59326],[262646,-59605],[262421,-58809],[265333,-58282],[262911,-59062],[268443,-62458],[263449,-62434],[264148,-58447],[264458,-54497],[265300,-56516],[266299,-57760],[266197,-58173],[265147,-56058],[263002,-55823],[261657,-55584],[261049,-57542],[262023,-53353],[261029,-53919],[261969,-54283],[266026,-68759],[258201,-76467],[267685,-73585],[268194,-75802],[266852,-75576],[263913,-67016],[267004,-66265],[267659,-74415],[268261,-75379],[262015,-67188],[264038,-65761],[262597,-68316],[262223,-69065],[263861,-68918],[257603,-76108],[257653,-66985],[259359,-75847],[267486,-65201],[261015,-69666],[261885,-71484],[261732,-70618],[265996,-70846],[265779,-71856],[268028,-69341],[266695,-68564],[268587,-75998],[265686,-68664],[267806,-68430],[263000,-71022],[263063,-72352],[263658,-69708],[263412,-76026],[258922,-76068],[267672,-81978],[266441,-81627],[264315,-98731],[256207,-114215],[256345,8628],[256201,7234],[257268,8548],[256353,9615],[257283,7431],[268360,11912],[267677,9164],[268366,11231],[268027,10680],[268480,9388],[256854,131768],[257384,130753],[257947,130472],[256626,132142],[259854,129678],[257116,18870],[257184,20508],[257047,20419],[257020,21281],[257461,21223],[257060,21179],[257851,13282],[256383,22073],[260789,19471],[262414,14388],[262405,19379],[261748,17226],[265733,18773],[265656,19137],[267132,17736],[266555,21163],[261577,16155],[257363,20560],[259192,16379],[257195,14820],[258152,15860],[258957,15193],[259265,16898],[259558,17708],[259823,18191],[260410,16111],[259914,16951],[260358,15900],[261538,20216],[262837,19440],[265125,17512],[265109,17915],[262311,16576],[262067,17537],[262846,17228],[263833,19026],[263746,19020],[263981,18715],[262743,19190],[259128,19728],[259746,19633],[259695,19596],[259212,18643],[259316,18478],[262173,20432],[261411,21381],[268666,19377],[266356,20035],[267061,19473],[267698,19197],[268242,17237],[267531,16748],[267173,16949],[268327,15663],[267176,16687],[268572,16497],[267637,15241],[267939,20665],[268418,20948],[268067,23511],[267972,24072],[267940,22695],[265391,22795],[265053,21395],[265695,21850],[266706,23560],[266219,24610],[265766,24458],[265818,25702],[265654,25005],[265806,23657],[263946,25286],[262872,24088],[262024,24182],[262895,24431],[261420,25274],[260421,25148],[260513,25205],[263452,21716],[263121,22029],[262462,22446],[261931,21221],[262677,22575],[260130,23593],[260439,22569],[259758,22206],[259184,23204],[258631,23536],[268751,17271],[266751,15267],[256453,35779],[260159,33105],[256292,35553],[257398,33723],[258315,34683],[260531,31682],[263491,32581],[264526,32008],[259032,34488],[261832,31445],[260253,32157],[259672,35469],[264918,32601],[256956,34920],[262817,25810],[261102,26220],[262357,25855],[256146,27246],[256019,28458],[256751,27268],[259508,62576],[259324,63539],[257451,62695],[257819,59894],[256042,59785],[258019,62005],[263178,60905],[261750,63614],[263908,61548],[263438,61898],[264023,73989],[259335,71507],[257852,72187],[258166,69853],[264190,72074],[264235,73980],[264209,72196],[259808,70441],[263603,71745],[263872,71806],[259541,70220],[259047,71058],[257168,69152],[261105,70336],[266610,73559],[266649,74790],[267155,74938],[256709,68553],[262519,71049],[262376,74110],[265966,75891],[257126,64245],[263959,64726],[262587,64462],[263456,66586],[256681,70251],[257496,71494],[258883,76761],[257610,75435],[259072,76991],[258363,76128],[258502,76431],[256987,69763],[259834,75921],[259555,76235],[262396,76271],[265681,73503],[264547,74484],[260410,70800],[260356,72114],[261219,72070],[261710,73081],[262242,72367],[262848,72173],[261893,73120],[258445,76809],[259208,78997],[259738,79231],[258723,84242],[256127,81534],[260472,77246],[260021,77300],[257382,80914],[257029,81987],[257522,81100],[257137,81003],[256334,85111],[257931,79409],[258683,82616],[260220,82700],[257985,82025],[259268,81523],[260286,82552],[263037,78692],[263264,78468],[261400,77333],[256844,80199],[261799,77303],[261828,80315],[261934,81022],[260573,77736],[256915,84726],[256160,83575],[256458,84852],[259470,80525],[261462,80780],[261143,77193],[259766,79961],[260671,80117],[259754,80295],[261711,78265],[262162,78560],[258610,84548],[257331,82630],[257970,84113],[256959,77806],[257113,77225],[258178,77192],[258109,78805],[262971,86174],[262245,89072],[258545,87514],[265718,83450],[263815,82194],[264222,82821],[263633,82545],[267010,85206],[266759,86230],[263692,87977],[261684,84601],[262448,88693],[262311,88371],[262148,84531],[265839,84766],[265891,87141],[266386,85979],[261878,86969],[260783,87131],[260681,87088],[261431,86925],[260581,89181],[261413,88689],[265456,84677],[264035,84546],[263534,85185],[265301,84628],[263643,89716],[260582,85259],[261780,84952],[260499,84348],[259733,86770],[257799,88731],[258196,89489],[259741,89796],[258996,89106],[268118,86378],[268650,87064],[268368,88980],[268496,89703],[268620,88811],[259302,88706],[260318,88617],[258118,87997],[259821,87424],[260459,95550],[261281,93856],[260089,94632],[259947,93423],[261598,93610],[257422,93122],[257628,92050],[257217,91172],[257074,92284],[257859,92445],[257568,90417],[258724,96463],[263240,92391],[262771,93199],[260376,91748],[256482,94528],[256599,93133],[260895,92311],[259523,90238],[261205,90704],[256560,95312],[256843,95297],[257271,95423],[261406,90738],[264026,91522],[258930,95412],[263572,89952],[259332,94684],[258085,93752],[259267,94635],[258581,93736],[258643,96201],[268235,92108],[262733,90802],[268620,92752],[262994,91329],[268406,95424],[268586,94378],[266482,99627],[265299,97559],[256461,109217],[268659,114097],[263011,103956],[268388,105338],[259515,108696],[267348,104404],[268665,104498],[256754,109914],[257205,118286],[257490,120365],[257810,118977],[256605,118893],[258327,117115],[256651,117836],[257292,117005],[256208,123423],[257436,127258],[259459,120346],[262957,118753],[257233,122833],[256626,123798],[259236,124628],[256075,124497],[259676,120473],[265298,116172],[259520,119794],[261919,123191],[261368,119834],[265469,123732],[268681,121405],[266868,120923],[258575,127682],[279223,-157643],[279272,-156874],[277096,-157063],[280110,-156893],[276590,-157221],[276824,-156739],[278933,-157453],[270763,-187754],[281568,-185974],[270534,-188033],[269003,-8034],[278102,-5381],[277629,-4482],[273464,-8682],[274219,-11261],[274318,-11727],[273990,-9461],[272921,-7769],[272838,-8073],[270839,-7374],[274370,-11741],[274499,-8258],[275544,-7238],[275586,-8214],[275783,-7850],[276044,-8317],[276738,-8232],[276417,-8807],[280058,-12295],[279842,-11955],[278407,-9968],[277065,-9595],[276743,-9385],[280136,-11287],[275795,-12161],[271683,-10149],[270888,-10592],[276103,-959],[276803,-1304],[277514,-775],[276103,-1048],[280605,-1885],[278860,18],[279705,-701],[280314,-1485],[280447,-310],[278970,-2241],[279834,-4464],[279208,-3611],[279118,-2664],[280364,-4352],[278190,-3999],[276710,-4153],[278040,-4174],[268842,-246153],[269994,-244623],[272660,-244700],[270220,-244432],[273082,-245428],[275681,-244901],[276848,-251615],[272203,-251394],[275836,-245052],[272978,-249101],[276600,-251310],[275508,-249267],[274711,-248126],[272333,-249592],[273960,-251377],[275178,-249477],[275795,-246957],[277532,-251084],[277426,-246900],[274920,-250876],[273270,-251075],[280434,-265925],[276058,-264946],[278727,-261912],[278795,-263685],[277118,-272246],[280071,-270338],[274357,-294162],[277064,-22126],[280467,-23065],[275501,-22034],[275496,-23518],[277992,-22503],[275337,-16618],[276075,-22741],[277989,-15693],[275919,-23610],[278341,-23649],[275518,-24616],[276549,-17944],[276520,-17891],[278977,-25315],[278369,-14665],[271740,-24919],[269015,-24661],[275335,-19213],[276253,-16274],[273660,-17805],[269836,-12818],[270190,-14288],[269222,-12743],[269951,-12776],[269649,-12973],[281309,-19697],[275235,-15724],[272970,-15960],[274125,-14274],[273656,-14351],[276083,-13829],[277100,-12878],[281429,-14634],[280063,-25763],[277695,-25520],[275532,-26542],[277116,-27431],[278465,-37500],[280004,-37258],[279632,-36740],[280175,-37053],[270703,-28172],[271014,-27689],[271171,-29871],[277073,-34367],[275536,-33510],[278023,-32398],[277855,-33924],[277651,-34178],[275844,-37552],[274349,-38000],[275382,-38127],[274389,-38094],[274099,-36068],[273528,-36849],[274309,-37156],[273110,-37556],[273065,-37021],[276619,-29847],[276089,-31743],[273756,-30883],[273465,-29732],[274481,-31237],[269439,-49672],[269446,-49787],[269610,-48841],[268956,-47568],[274894,-44710],[274850,-42524],[274723,-44625],[272904,-41419],[273470,-44146],[274258,-42446],[269568,-38288],[270294,-46281],[270713,-47291],[272262,-39110],[272698,-40290],[269751,-47172],[269644,-47608],[270217,-39633],[270335,-46264],[269561,-46640],[275551,-46990],[277488,-46565],[278643,-43400],[277475,-43217],[276912,-45895],[276226,-50695],[275935,-49596],[274732,-48342],[273833,-49320],[271047,-47267],[271672,-48625],[270310,-48334],[280337,-38427],[279600,-39454],[280330,-41157],[280035,-38824],[280581,-39420],[281334,-39924],[277415,-40943],[276326,-40977],[272915,-41141],[275668,-41403],[276190,-39865],[276237,-40106],[277470,-39979],[275033,-38573],[270690,-44740],[271873,-45859],[272233,-44126],[271085,-44618],[272150,-45976],[275432,-45368],[275890,-46134],[275454,-46258],[275200,-46069],[275909,-45029],[276004,-44508],[275330,-43244],[273753,-45366],[274169,-55252],[273356,-56108],[270653,-55575],[270206,-57016],[271120,-56883],[273129,-57862],[271509,-55578],[268858,-59202],[271001,-51462],[270430,-53063],[269940,-52432],[269033,-51886],[270354,-53095],[275684,-55165],[274704,-54678],[275495,-53574],[281456,-55256],[274888,-54654],[276471,-53202],[275257,-51047],[275921,-52699],[276432,-52505],[276311,-53314],[276239,-53819],[269413,-75878],[271181,-76136],[269833,-76142],[271782,-75519],[280596,-76617],[269440,-77278],[276694,-83967],[276184,-85203],[272213,-79708],[270624,-81036],[272176,-78029],[273345,-77794],[274489,-77557],[274117,-78403],[274072,-77755],[273512,-77195],[271440,-78026],[272980,-80121],[276516,-80037],[276369,-78451],[274786,-81128],[274988,-82944],[277562,-100834],[276864,-101533],[277067,-98563],[277554,-100949],[276263,-97595],[276178,-98337],[276941,-98639],[276866,-100003],[276819,-100071],[277270,-97468],[277200,-97901],[277919,-105479],[273394,-112617],[277687,-103007],[272427,-113914],[275725,-107340],[276793,-104881],[277590,-104298],[275418,12946],[269225,10672],[269491,9570],[269557,12537],[271083,8877],[270673,7950],[271826,8180],[269739,8031],[269006,11274],[269851,11075],[269960,11645],[270275,12583],[271755,12936],[272435,10655],[272644,10921],[270826,11646],[272217,1771],[273768,1525],[272284,2068],[274333,1410],[273824,664],[275485,16176],[273769,14394],[273759,14318],[273667,15181],[272733,19292],[273531,18849],[274760,18092],[273901,18721],[273918,21641],[274684,22164],[273152,20959],[275599,16282],[275160,16825],[273842,21812],[274407,21376],[275478,18691],[274804,19365],[275058,17911],[275101,19493],[276724,22361],[276990,20032],[278343,20546],[277106,22551],[277115,20478],[273643,18068],[272328,17066],[272119,16345],[274002,16193],[273452,18338],[271479,14656],[272530,13079],[273281,14020],[272014,14228],[271908,14358],[269236,19487],[269850,17178],[269090,16672],[269915,17989],[270005,16172],[269771,16111],[269450,20575],[269763,20657],[269322,24093],[269266,22128],[281377,18560],[281133,18566],[281425,16511],[269370,17743],[269163,17970],[268895,15494],[269432,16982],[269601,18187],[269140,74786],[270069,74533],[269469,74868],[269106,74703],[270703,74863],[278866,76135],[280239,75875],[273370,79631],[273462,78466],[272969,79093],[273297,79295],[272091,78562],[272385,81220],[271799,79845],[271289,78617],[271325,78679],[271824,81588],[276185,82325],[273464,78189],[274444,78173],[274490,78450],[275608,78874],[277328,79840],[278165,79242],[278404,80240],[277057,79360],[276486,78740],[277983,78377],[279103,77388],[280071,77561],[272537,80373],[271210,80373],[270171,80729],[270796,80807],[275452,79874],[271751,82376],[269055,78964],[269169,78485],[271032,79308],[269401,78504],[269239,78672],[272490,85271],[272587,84886],[272416,88472],[274752,89720],[271309,86084],[272393,85961],[272256,87219],[272337,86079],[271973,83786],[271577,85348],[271163,84024],[270882,85518],[269439,85431],[269658,85846],[270167,85354],[270128,86888],[274476,79864],[275187,80158],[275793,81823],[274403,82399],[275327,81356],[275623,80469],[275719,81335],[271103,89378],[271782,87979],[270966,88912],[270021,87190],[269363,88906],[274430,82414],[274916,84258],[274244,83706],[269843,89881],[272848,89988],[269345,93249],[272336,89913],[275083,95513],[271498,90237],[269852,99105],[272743,92472],[280071,94836],[270049,90478],[271365,90063],[280698,99134],[280073,96676],[281190,101094],[279824,98331],[281422,98109],[274146,90403],[273808,90216],[273623,95753],[269930,91139],[270544,93060],[270301,91646],[271870,91315],[271017,91897],[270786,91214],[272995,90013],[269630,90188],[269436,91517],[276179,98584],[277196,98870],[274517,100259],[275742,95733],[277305,103445],[280966,112321],[280664,106684],[277140,108390],[277937,104809],[277015,115085],[277828,113248],[278083,109205],[277997,114016],[273923,122315],[279182,115590],[276633,116668],[276408,118066],[289326,-126970],[283977,-164960],[284363,-164847],[284308,-165309],[283932,-164653],[283887,-169073],[283840,-169099],[284476,-168755],[284002,-169814],[286330,34],[287924,-916],[288503,-1510],[288647,-2363],[287897,-2717],[288790,-1725],[286352,-4006],[286919,-3190],[286786,-3042],[286007,-270828],[286636,-268867],[286164,-271166],[286146,-270980],[293933,-281071],[294037,-279654],[294076,-283394],[293885,-284649],[293753,-288188],[284836,-291639],[284273,-292737],[291678,-22299],[291231,-23503],[291169,-23761],[281886,-20441],[282757,-18248],[285035,-17277],[288682,-23522],[282181,-18168],[288183,-21497],[284974,-19272],[286028,-22386],[285086,-17203],[288276,-21588],[282157,-21069],[283502,-17774],[281814,-21942],[289756,-24147],[287074,-24870],[289537,-24191],[290314,-16744],[289070,-18064],[288503,-17845],[290467,-20020],[291568,-17880],[290069,-18336],[293729,-18908],[292676,-17989],[292448,-18994],[293441,-19921],[291870,-19573],[285451,-20448],[287134,-21205],[286721,-21052],[286842,-20714],[286346,-20160],[282376,-15148],[285176,-14939],[282919,-14993],[291172,-27254],[294090,-37440],[293199,-36824],[294138,-35860],[293228,-36568],[291391,-37599],[293064,-34070],[291391,-35507],[294241,-31427],[294282,-32639],[290962,-27887],[285530,-25685],[285744,-26031],[290966,-30244],[291083,-28003],[287237,-25832],[290095,-28201],[294039,-26987],[292947,-28245],[291214,-30727],[287057,-26071],[287141,-28228],[289635,-27047],[287182,-27164],[285078,-25593],[287155,-26740],[290761,-28327],[293431,-30249],[293789,-30613],[293190,-30074],[293131,-30060],[292875,-30153],[291449,-25940],[287209,-38125],[283652,-34954],[285452,-33613],[285200,-34039],[283473,-34671],[285038,-33668],[294277,-40371],[294233,-41295],[294155,-40029],[289586,-43834],[289807,-43457],[293487,-41311],[289923,-43972],[289677,-43795],[294076,-41371],[290243,-42930],[290875,-42407],[291831,-43095],[291507,-42505],[290669,-43255],[289856,-43105],[290924,-43779],[291556,-42786],[283702,-44416],[282655,-44788],[285154,-45955],[282426,-48855],[281788,-48264],[283707,-49898],[284218,-49485],[286214,-49607],[287276,-49239],[294065,-50660],[291017,-48864],[290238,-47835],[291524,-47213],[292395,-46395],[291659,-47227],[293463,-39356],[289941,-43847],[293633,-39699],[291693,-41185],[292593,-42550],[290295,-45098],[292673,-41370],[293958,-40450],[286825,-39491],[284076,-40184],[282270,-42991],[281757,-44214],[284638,-44384],[285880,-44637],[285402,-42938],[284041,-44347],[283748,-44264],[282194,-46926],[282630,-45804],[281838,-47269],[283062,-48127],[282579,-48675],[282073,-47167],[282500,-46271],[283137,-49154],[283250,-49560],[281948,-49068],[284380,-48587],[284106,-48878],[283273,-49203],[283369,-48884],[283640,-48139],[282618,-39565],[283086,-39482],[283137,-39761],[282821,-40028],[282524,-39885],[291954,-61957],[290652,-59575],[288070,-62473],[283940,-53091],[287646,-62094],[290349,-58614],[290677,-55753],[282659,-52913],[293907,-59271],[287846,-61877],[283510,-52309],[291873,-56713],[291761,-56268],[293320,-53286],[284275,-53775],[291721,-58117],[292264,-59747],[290480,-54816],[287109,-63157],[289226,-59351],[283656,-62144],[294066,-56447],[293731,-51906],[287579,-62308],[282364,-60852],[281657,-62224],[282539,-61606],[293225,-52479],[292818,-54520],[283751,-53806],[282099,-61705],[283035,-55282],[281881,-56031],[283509,-55247],[283323,-54610],[285543,-73137],[287557,-75816],[290277,-76120],[292516,-75347],[290561,-74302],[288689,-75142],[289359,-76452],[286498,-76001],[283239,-74348],[285860,-75939],[294253,-76379],[292796,-66199],[294035,-67827],[292933,-67588],[293091,-67309],[293624,-66232],[285326,-74470],[283304,-74866],[283467,-74822],[282303,-73796],[282050,-73535],[288375,-78447],[293919,-78593],[285922,-78265],[286733,-78659],[289135,-76873],[293486,-78390],[292620,-77810],[288388,-77871],[287215,12748],[283024,12042],[282940,12717],[284551,12319],[283055,12573],[288765,12341],[287935,12332],[282875,2828],[284146,3509],[285225,3061],[282753,1495],[284405,2793],[287492,1857],[287150,1410],[287212,692],[285975,909],[285433,13331],[285169,15634],[284612,13714],[286011,14224],[284273,14809],[283857,15952],[285895,13037],[287564,13762],[289203,13659],[287429,13287],[289262,13256],[282186,15085],[282770,15034],[283384,14636],[282488,15954],[282431,16314],[282382,18315],[286341,17419],[286328,17029],[286830,19338],[287480,17809],[288060,18664],[290514,17543],[289760,18491],[289374,18097],[289082,18484],[291037,17653],[293436,18259],[292907,16225],[292390,15868],[292969,16415],[291089,17125],[292982,13297],[294051,13130],[292058,22839],[292096,22918],[293153,23142],[294020,20586],[291247,19458],[292604,20815],[290678,18559],[294219,16563],[294374,15158],[283264,76391],[282225,76457],[281637,74141],[282811,75338],[282047,76342],[285503,75453],[285807,73824],[286266,75519],[286301,74274],[285074,73228],[287297,69674],[285984,69369],[287150,69130],[286544,71377],[286194,69864],[284991,69878],[285015,70683],[284988,69389],[285301,70303],[283757,70565],[291634,87124],[292403,85546],[283314,101942],[284315,102144],[282665,100391],[282295,100929],[283093,105932],[283507,105986],[283115,105966],[284698,103269],[306813,-126659],[305961,-194225],[305406,100],[304608,79],[297471,-20239],[300205,-20836],[297360,-20935],[298014,-21689],[299780,-19038],[298704,-22553],[302098,-20007],[301063,-21504],[301941,-19401],[302970,-18871],[294812,-33894],[295550,-34585],[297249,-33023],[297683,-30789],[298331,-26089],[294870,-30766],[307139,-27973],[298877,-27192],[294903,-36744],[299732,-25608],[297193,-27970],[307197,-28540],[299298,-28149],[306121,-37653],[304829,-37790],[294887,-41303],[294656,-41807],[295523,-39661],[295237,-39780],[295291,-40235],[294524,-40865],[307004,-38324],[299786,-41591],[299640,-42083],[299585,-42831],[300127,-41724],[299057,-41836],[300587,-43452],[300785,-43584],[299158,-43525],[296487,-46539],[306672,-38695],[297645,-47102],[304479,-38809],[306419,-42586],[305129,-45310],[303444,-46295],[304161,-45949],[305658,-46254],[299414,-44786],[301147,-44627],[305949,-45228],[305982,-43161],[304788,-43018],[304924,-42570],[306316,-42488],[304948,-39322],[305744,-39801],[306660,-39511],[304888,-39786],[305947,-38911],[302606,-40863],[302888,-40780],[302919,-39772],[302091,-41405],[301595,-41324],[295812,-48549],[296775,-48180],[296946,-46384],[297292,-49110],[299432,-49514],[298203,-49458],[299599,-49308],[297740,-49705],[302895,-50969],[302495,-50358],[302523,-50209],[297235,-58831],[295983,-59503],[296403,-60123],[297785,-57587],[296357,-59862],[295840,-60553],[295517,-60763],[306598,-54390],[306320,-53471],[305894,-55688],[306780,-52883],[306555,-53883],[305328,-54110],[298994,-55031],[306525,-53967],[300523,-54405],[306706,-58049],[298722,-54214],[304767,-52383],[305387,-58009],[304990,-55768],[304420,-56886],[305445,-57773],[304267,-58065],[306261,-57045],[303728,-59823],[303949,-58892],[304853,-60534],[303435,-59424],[305444,-60046],[297603,-57642],[294711,-56579],[294492,-58413],[296355,-56922],[298873,-53851],[298559,-53009],[301526,-53214],[301429,-53320],[303561,-52761],[303679,-53001],[303808,-52490],[294717,-75884],[305050,-72210],[305016,-72710],[306777,-73534],[303813,-74396],[302539,-68412],[301851,-69094],[301110,-66982],[300470,-69076],[303304,-70302],[303661,-68699],[300590,-66415],[300715,-64847],[301863,-81145],[301491,-80999],[294756,-79424],[302194,-85020],[301505,-83188],[302391,-84292],[301491,-82724],[301421,-82308],[299271,-80838],[299952,-82182],[299346,-81639],[301403,-82091],[299359,-82736],[298133,-80827],[297700,-80545],[297648,-82897],[295183,-79466],[294487,-77187],[302788,-79741],[300735,-82670],[300844,-85180],[302390,-78140],[304758,-82035],[305200,-83766],[304518,-83247],[305114,-81821],[303053,-81943],[295679,-77230],[294446,12439],[295024,12237],[295883,11030],[301429,5699],[294555,12242],[296456,10330],[294586,9415],[296244,10902],[295257,10578],[297950,12800],[296597,12659],[296959,10779],[297693,10633],[297771,10900],[297732,10401],[302457,12307],[299639,11220],[299096,10045],[300207,9985],[301201,12103],[303093,9147],[302086,10850],[301915,10862],[305158,11364],[305732,11238],[303704,10494],[304628,11248],[304386,11257],[299432,12424],[302026,8259],[301567,7886],[300490,8147],[301753,10178],[302478,9571],[300273,5203],[300371,6031],[301122,6299],[300926,5754],[299262,6578],[299690,6288],[306357,11069],[306710,11252],[306456,12832],[306412,8253],[306041,6669],[306026,7574],[306553,2610],[306955,818],[305030,609],[304736,2368],[304094,896],[306361,3539],[306417,4422],[304780,4289],[304923,5090],[304311,3432],[294652,9859],[294550,9904],[294476,9623],[302082,3996],[301557,2319],[301114,2040],[299671,3007],[301897,2882],[297828,8729],[297929,8743],[299087,8615],[299322,8302],[297853,7678],[294584,8603],[295543,8040],[303345,13557],[303831,13045],[303522,13768],[300174,14760],[300622,14669],[300001,14726],[300568,14775],[300905,14411],[305237,14757],[301343,15412],[302979,17056],[301360,15748],[306739,15571],[304927,16369],[305902,14548],[302503,15630],[303124,17208],[302579,15481],[298052,18672],[298877,19180],[298661,18667],[294866,20659],[294987,21621],[295235,16775],[297826,17779],[297391,16751],[298854,16869],[295475,14298],[295008,14786],[296280,14200],[296775,14546],[296783,15975],[309163,-121623],[311027,-119472],[309553,-122226],[309767,-122372],[309856,-122666],[318590,-117077],[313919,-119003],[314820,-127358],[315565,-116245],[314510,-127237],[314689,-119866],[319019,-115113],[316389,-115608],[313597,-119495],[313866,-117803],[310634,-118460],[308915,-126456],[308692,-126046],[308529,-122052],[308863,-120725],[309441,-118262],[310218,-116552],[311510,-117967],[308037,-123769],[308024,-122821],[315645,-134840],[319016,-135849],[314801,-131514],[315484,-134201],[317780,-134105],[315130,-130669],[317510,-134648],[308445,-130163],[308747,-129654],[319198,-140132],[319488,-139542],[316293,-139409],[317737,-138246],[314121,-137628],[312714,-136724],[311821,-137506],[309244,-133403],[308642,-131797],[308038,-135650],[308288,-135739],[310308,-137891],[309465,-136418],[312087,-135431],[311712,-134640],[310862,-132902],[317383,-137718],[314499,-128126],[314729,-128823],[313097,-129564],[312809,-139077],[314229,-130784],[313130,-139390],[318775,-134117],[316364,-133728],[310553,-141283],[317856,-160893],[319263,-161364],[312163,-166667],[317703,-195584],[311903,-198253],[316168,-200459],[307274,-197409],[311952,-194099],[311622,-24006],[312478,-24048],[311951,-24864],[312200,-24117],[310143,-24888],[310636,-24169],[319325,-15284],[314023,-36690],[313998,-37837],[312787,-25425],[308902,-25792],[309179,-26480],[310056,-25965],[308056,-28703],[307816,-28065],[307957,-27499],[309439,-32666],[310085,-32222],[309925,-31071],[310264,-31814],[309682,-30285],[310428,-32348],[310585,-30081],[311525,-30497],[310847,-30771],[312483,-32079],[314243,-33412],[315781,-33773],[315167,-33348],[314466,-34103],[313424,-37813],[312720,-36598],[309858,-35999],[310145,-37474],[310012,-37993],[309926,-36580],[311921,-35832],[309264,-38164],[308822,-38048],[315185,-50052],[317287,-43110],[315454,-41130],[313351,-38358],[311145,-40075],[310833,-41564],[315724,-42102],[315318,-43018],[316261,-44150],[315696,-42507],[316935,-42967],[313552,-42346],[312557,-42124],[312832,-42031],[314882,-41815],[313915,-46299],[316275,-41079],[316810,-42441],[313993,-46458],[317026,-50948],[315735,-50094],[317036,-45190],[315172,-44747],[315324,-49968],[316129,-45021],[315696,-47458],[315646,-46278],[315801,-46208],[315578,-45099],[315083,-47098],[309779,-38207],[316359,-49199],[316261,-50313],[316971,-49697],[315997,-47990],[314869,-48984],[314055,-38849],[313924,-39200],[314853,-39354],[312651,-40596],[314041,-39897],[308633,-38294],[308053,-38913],[312627,-45038],[310759,-45626],[307407,-42953],[313265,-46372],[308199,-42865],[312552,-44441],[312265,-44383],[310563,-46298],[308555,-44001],[311650,-48303],[311847,-48837],[309757,-48831],[310844,-49970],[310027,-49204],[309468,-41916],[309854,-41036],[309083,-40514],[308227,-40462],[308531,-41074],[308032,-58596],[307766,-59082],[307291,-53181],[308480,-51918],[307656,-58925],[314114,-59868],[314825,-51684],[319001,-51108],[319342,-52984],[319771,-53096],[316585,-51711],[316848,-51149],[317609,-51677],[318896,-51795],[312724,-53649],[313167,-52081],[313312,-53081],[314230,-51361],[313737,-53321],[313520,-61487],[312224,-59818],[312360,-61321],[313256,-60865],[313895,-59636],[314365,-59018],[316326,-60785],[315862,-58357],[316799,-58192],[316515,-58900],[315688,-58274],[308003,-52325],[310392,-59079],[311021,-59003],[309764,-60733],[310705,-58744],[309956,-59528],[313158,-60315],[315881,-59339],[318533,-60694],[317072,-60281],[317286,-59198],[318429,-60785],[318796,-58600],[312944,-70989],[313076,-71011],[314609,-70078],[313943,-70382],[312692,-70782],[310797,-105042],[319854,-104723],[308614,-105345],[318917,-112495],[318023,-108333],[318392,-109877],[310300,-107306],[309701,-107256],[313150,-112356],[313134,-112341],[315516,-108573],[316098,-108638],[316183,-106711],[319152,-107611],[317524,-109232],[319638,-112408],[312418,-113874],[313655,-111872],[309060,-106784],[319065,-112118],[318191,-108359],[317606,-113198],[319830,-114813],[310633,-107176],[317399,-107050],[314302,-111187],[317318,-107349],[315762,-110048],[315023,-110936],[307308,819],[308628,1822],[307449,2552],[310254,3586],[311723,2729],[311189,5074],[312409,5426],[311645,9594],[312639,8413],[312846,9271],[310150,8860],[310190,10182],[309849,10560],[308586,10714],[309634,10575],[307557,10283],[307797,11638],[310160,7261],[312603,2583],[314567,2027],[313442,2856],[312842,2222],[314546,3730],[314879,4157],[313406,4113],[313196,3112],[310709,3117],[312753,5292],[311571,7251],[311430,7996],[310314,5997],[314318,8418],[312912,7013],[315145,7768],[309759,8478],[308512,6827],[307672,7383],[320464,-115823],[321521,-115066],[322912,-134237],[321204,-135911],[320663,-135193],[331847,-138200],[329345,-138913],[324630,-138555],[330795,-138153],[323180,-138212],[324066,-139503],[327819,-138995],[321537,-200149],[321006,-198830],[321212,-200222],[325561,-203773],[325726,-203608],[323124,-203714],[328721,-86011],[326588,-84802],[326990,-85429],[331939,-86835],[330443,-86837],[326281,-82241],[327204,-101041],[327228,-101289],[330297,-101758],[331581,-101370],[331922,-101442],[331928,-101729],[328864,-101940],[329131,-108952],[331681,-107926],[326766,-105166],[325951,-108591],[325583,-111982],[320785,-102462],[321644,-103169],[329359,-105644],[323591,-107028],[324259,-106203],[321254,-102858],[323690,-108218],[321172,-105363],[326220,-109768],[330501,-108626],[322984,-102461],[323641,-108872],[320336,-106553],[322443,-109660],[322856,-103442],[323239,-114676],[320071,-113323],[322546,-113689],[323603,-114275],[322893,-114411],[323498,-113760],[327090,-106146],[326861,-107299],[331459,-108371],[324273,-102338],[325064,-105576],[332626,-108420],[329219,-105595],[325288,-106037],[323031,-109913],[323117,-106744],[327184,-104820],[327728,-104706],[328064,-105483],[323917,-112304],[322245,-112164],[323522,-109198],[323833,-102771],[323502,-103571],[326913,-107234],[326727,-102853],[323518,-108082],[332706,-108187],[324346,-105893],[321273,-104608],[320895,-103941],[325483,-109751],[326247,-109092],[320564,-103427],[327373,-105800],[326392,-110072],[325476,-110250],[325090,-107689],[326358,-111486],[330559,-108769],[331229,-102834],[325207,-107676],[328653,-108783],[335074,-136499],[344141,-213211],[337182,-220632],[339303,-220452],[340378,-221668],[333728,-88702],[335548,-100042],[333825,-100813],[335586,-102161],[334594,-99338],[335404,-100261],[333462,-101877],[333379,-99478],[334103,-89817],[336477,-107295],[335186,-112654],[340085,-105736],[340696,-105690],[335310,-102297],[334216,-106112],[337809,-103307],[335749,-103459],[334750,-107386],[334265,-103191],[333084,-104901],[339956,-106337],[333817,-112877],[335361,-113189],[336350,-102398],[337787,-104430],[339776,-104877],[340016,-104723],[332701,-113564],[335976,-102554],[342576,-106022],[341006,-104854],[339424,-104675],[350122,-129698],[356140,-203043],[346770,-213762],[346846,-210990],[355981,-209347],[355500,-208726],[348846,623127],[350239,615583],[370855,-123216],[369591,-126078],[369716,-157324],[366416,-204696],[373293,-123336],[371956,-124879],[379381,-136703],[381032,-136168],[381054,-138704],[379302,-137921],[381418,-139458],[380819,-136441],[381713,-135421],[379976,-136791],[379609,-135256],[381069,-135333],[380010,-136603],[381019,-139950],[382898,-136822],[383825,-136274],[382925,-137188],[382894,-138322],[381206,-139948],[381924,-138769],[379268,-137333],[379126,-136643],[382219,-136879],[382104,-136947],[377615,-201963],[379562,-204506],[379209,-200091],[371975,-201460],[372384,-106707],[372537,-105635],[376222,-106386],[377765,-107230],[377207,-106514],[376067,-106869],[377551,-106082],[373235,-107714],[373641,-105722],[374835,-107468],[374770,-105519],[374934,-106281],[371346,-106490],[373020,-106884],[371908,-106930],[382159,110935],[382099,112369],[25605,-127514],[27609,-127102],[34713,-126346],[34105,-127171],[29038,-127446],[27887,-133172],[28834,-132252],[28083,-133590],[26465,-132794],[26681,-133470],[26393,-133652],[34796,-128625],[29758,-128065],[29696,-128839],[33460,-128780],[29075,-128499],[26307,-128559],[33313,-130684],[27413,-129694],[37773,-75676],[37807,133162],[34556,138038],[38320,137122],[37751,132202],[37650,137414],[35587,137472],[38310,136732],[31214,140331],[31581,140593],[34621,133602],[37577,132377],[27353,146445],[30967,153190],[32641,150426],[33843,153746],[26926,145880],[35984,151469],[33007,142647],[37413,141906],[36268,144999],[29951,142696],[31728,141563],[34775,143068],[28975,141931],[37090,148360],[35901,143847],[36505,145480],[37548,142578],[34631,142178],[34955,143725],[36841,146972],[37159,147299],[37496,145869],[36607,149755],[30309,156885],[386418,-134963],[385975,-133905],[384034,-135587],[385660,-135853],[394166,-177443],[396094,-199853],[395805,-199696],[392465,-204335],[393880,-37797],[394114,-32759],[395782,-34149],[385874,-30899],[386060,-31674],[393981,-32734],[395437,-34905],[394486,-32323],[394149,-33265],[388704,-27231],[389016,-26806],[394573,-32030],[389251,-26750],[393733,-27106],[393357,-27856],[393186,-27508],[386084,-31840],[393493,-38873],[393979,-38375],[393861,-38582],[393246,-39216],[393791,-39089],[391476,43321],[396749,50826],[396792,43744],[392315,49586],[389792,52587],[392630,54446],[393083,70579],[391826,75186],[394905,69796],[394544,72446],[392574,65105],[396776,74172],[396268,72798],[386510,67272],[387963,67052],[386661,67875],[389158,68614],[389491,68646],[391105,68424],[391246,68041],[394061,76322],[393180,76304],[393545,89589],[396045,88344],[393110,81911],[392944,79420],[389883,84371],[390737,85941],[389547,83907],[389457,83782],[393518,78993],[391153,77647],[390968,78599],[391692,79983],[392855,79808],[390386,82738],[393401,81528],[385570,110833],[395058,110579],[393938,108876],[392563,108138],[392216,109643],[389630,108762],[389724,109384],[389838,109580],[384027,108745],[386132,110745],[388019,109181],[386578,108779],[385406,110416],[406142,-198319],[407059,-202924],[401990,-199247],[406345,140789],[408029,138657],[408873,139696],[405744,130620],[402683,135571],[403537,137141],[402347,135107],[402257,134982],[406318,130193],[403953,128847],[403768,129799],[406696,35898],[409397,36668],[406617,36502],[409227,34771],[406147,35473],[405254,34522],[408196,43159],[402431,44167],[404759,46747],[405912,45873],[406098,44012],[405811,42224],[398348,45873],[407451,45801],[407965,44133],[407889,43539],[404723,42193],[404637,41637],[401830,39814],[400268,39012],[401359,39985],[402890,49977],[400524,49257],[401490,48475],[400892,43664],[400906,41408],[398524,46506],[398483,48462],[398315,57050],[399284,61484],[399782,60947],[406286,63274],[405550,63003],[402744,61331],[405116,62365],[402033,54386],[398185,57004],[402756,53221],[402062,59045],[400609,57515],[398605,57595],[399096,69967],[401616,69114],[407852,73635],[409333,72384],[408148,68885],[398758,74421],[398620,75431],[402657,64427],[402899,64291],[402432,65761],[402454,66585],[401246,67529],[399858,66304],[400157,67876],[399384,68503],[404772,71970],[402828,72021],[402797,72366],[402872,71912],[402960,70418],[403463,71534],[401664,72912],[401768,73116],[402070,71266],[403166,70962],[406231,72644],[405282,71658],[402877,68178],[402243,68510],[403081,68815],[404094,67960],[405726,67943],[405891,66723],[406536,65919],[400411,69560],[399883,69351],[400695,68618],[398275,72080],[400295,71515],[401064,70905],[400543,71499],[401475,72639],[400290,74086],[400584,72345],[400653,73038],[399955,73708],[399116,73983],[397795,73142],[399665,72695],[399265,72191],[398579,69695],[399188,68514],[403297,87533],[396906,90627],[400673,90887],[399078,90926],[397572,90185],[400788,91349],[404920,90147],[404890,91094],[404206,90837],[398288,102260],[400044,114722],[400472,115028],[401176,106789],[401287,106878],[399899,109791],[399675,109257],[399748,103880],[399356,103254],[397943,103105],[397216,109108],[397082,107641],[400136,116521],[398429,115466],[419828,-204860],[415181,139971],[416245,138901],[419598,137852],[413674,141561],[413588,142549],[417720,141347],[417690,142294],[415744,142857],[415343,318763],[415783,320070],[417556,319060],[416072,318836],[416563,318635],[417623,317906],[422377,319115],[419190,319324],[421166,317326],[422250,318865],[422355,318832],[420292,319565],[418994,328613],[417320,326953],[418108,327031],[417095,326239],[417911,326444],[416966,327959],[415230,328622],[415938,329101],[417878,326189],[418618,326026],[417679,325389],[419615,326321],[421460,332587],[421785,332972],[422346,332306],[421124,329675],[420638,329945],[421492,328691],[421370,330141],[418775,328661],[417450,328742],[418356,330491],[417900,329805],[415910,325587],[416267,326152],[415832,326123],[414476,325852],[415040,324675],[415027,324290],[414606,324256],[417325,323145],[416390,321134],[414818,320994],[415497,321629],[419345,320783],[419113,321894],[419328,320682],[421603,321027],[421879,321062],[422187,321846],[422261,323150],[419609,333900],[419337,333274],[420685,333055],[419065,334054],[411536,37455],[412522,36964],[414020,38523],[414124,38403],[414362,36553],[411411,35681],[411589,35873],[410228,34643],[415507,37287],[415931,37631],[417203,36075],[418438,35960],[419602,37711],[419295,37584],[421668,35477],[410113,42327],[418272,41359],[421539,44780],[421130,46322],[419792,61138],[418413,64944],[411359,68601],[415517,64336],[412129,65123],[414130,66982],[410120,88406],[410277,88647],[410376,88683],[411068,89326],[410783,88853],[422997,-204441],[423539,-203901],[435033,-210188],[434387,-209641],[432396,-210778],[422551,-208884],[434324,-212311],[424478,-213159],[424332,-211576],[433741,-217854],[426540,-25132],[430587,-24858],[430401,-25218],[432756,-24837],[433040,-25109],[434371,-24101],[434458,-25231],[434367,-22057],[434301,-23069],[435125,-21874],[423966,-27103],[424314,-26704],[426304,-29058],[426415,-29205],[428417,-30020],[428274,-28715],[428436,-29929],[430105,-26951],[426407,-37411],[422432,317349],[423792,319878],[423419,318209],[423439,331376],[424182,330758],[425091,321486],[422963,331803],[426945,327022],[424129,332105],[422623,321355],[422976,321967],[430168,325966],[428735,326465],[430178,326802],[429183,326348],[428569,330546],[427187,329999],[427976,330846],[428443,329385],[425529,330376],[425871,329954],[424927,330820],[424587,329814],[428543,331814],[429561,331258],[430584,332324],[430702,331867],[423399,332980],[427142,326080],[426198,324314],[428903,325464],[427717,325608],[427582,325504],[426721,324060],[427366,333551],[430309,333031],[428685,334384],[429734,334752],[428139,333626],[429629,334530],[426642,335116],[425145,336206],[425138,335424],[423816,335641],[424036,336867],[423876,333960],[423881,333316],[428520,36303],[422520,34220],[426445,35168],[426149,35572],[427407,37735],[428348,36588],[425051,36800],[424615,36881],[431209,33924],[431496,34388],[432462,33037],[432344,32494],[424422,44917],[431608,49462],[423801,45715],[423897,43974],[423579,44658],[425143,42968],[425265,49393],[423969,48646],[424622,47816],[423915,46232],[425794,47500],[425690,49125],[432187,46738],[432953,45924],[431905,45985],[431304,45413],[422728,41649],[425503,40196],[425709,41565],[429337,39891],[431437,39582],[434046,48923],[434123,47630],[432320,49777],[431808,43905],[432601,43173],[434409,42562],[433052,41334],[433570,57699],[423523,60774],[424528,60088],[433599,56159],[433778,55253],[431304,56216],[430067,61823],[434451,53239],[434994,54421],[445079,-209679],[444472,-211082],[443070,-211653],[435429,-216695],[447910,-218448],[435514,-21716],[443503,37697],[437605,37839],[441961,37087],[439981,34936],[443086,34116],[441173,34937],[441271,35270],[436532,36138],[436536,38333],[435576,38413],[436723,38440],[436809,38144],[436597,36377],[436036,36827],[436667,31346],[436369,31122],[438278,31832],[439360,30112],[439628,29335],[435385,43658],[437163,45697],[437759,46775],[436947,49219],[441866,49210],[439559,47111],[439442,46829],[436826,49563],[436305,39473],[438619,42527],[437907,43541],[437341,41918],[437281,41304],[437135,42311],[436784,40979],[436833,41789],[437461,50587],[436933,50553],[439822,44536],[439213,45480],[441138,43580],[440631,42736],[439444,42412],[438768,43843],[437781,52429],[435588,53198],[437121,54217],[436209,52114],[437227,53829],[436860,53135],[437478,51721],[435869,51410],[435446,51683],[437157,52400],[459929,-214585],[458255,-215864],[457082,-215027],[453259,-222555],[452221,-223964],[470819,-221301],[471250,-225045],[472222,-222976],[473234,-32417],[472178,-32334],[470133,-29233],[473440,-27620],[470446,-28874],[472545,-33436],[472982,-29035],[472306,-30081],[470097,-35181],[470622,-35157],[469878,-36008],[470005,-34818],[468591,-33724],[464177,-31120],[470043,-30579],[464344,-25975],[470058,-29705],[469630,-34810],[470387,-40070],[468843,-39757],[468705,-40719],[471983,-40194],[469545,-38473],[472110,-39226],[471350,-39859],[470788,-40157],[468310,-39249],[473218,-84155],[472744,-84221],[473523,249166],[472968,245860],[473318,245020],[484690,-229887],[484608,-229415],[480872,-224357],[476292,-224823],[477994,-222825],[485463,-232269],[482672,-235694],[480014,-232130],[474719,-27718],[475252,-28614],[475774,-29860],[474556,-28868],[475928,-32098],[475040,-32187],[475038,-31938],[475017,-28741],[474695,-28463],[474442,-29885],[474258,-83841],[478109,204318],[476640,204366],[477508,203694],[477317,204085],[483573,204406],[477573,206504],[477136,207798],[477505,208329],[476775,208207],[475444,209735],[475780,210308],[476857,210781],[475778,208297],[482259,206450],[481696,205264],[483198,205287],[485951,223653],[486392,224457],[484577,240749],[475860,253026],[478668,249231],[478847,255251],[474275,250715],[477828,251865],[483839,258360],[484044,260219],[485057,264925],[483475,257866],[485990,259102],[483362,267182],[497778,-130270],[498818,-173755],[498344,-173821],[498537,-172667],[498453,-171553],[498804,-169919],[496382,-242367],[492505,-233833],[493297,-237626],[492022,215533],[491577,216103],[493629,216848],[493605,216226],[497254,226086],[497879,223352],[498175,223550],[498188,226845],[498473,224072],[498668,224113],[497073,220404],[498417,219187],[494862,221961],[495556,220818],[496325,222091],[494827,222279],[497971,228668],[487292,221148],[489020,223248],[488034,221115],[486875,226045],[486435,224452],[489974,241646],[494095,233316],[493711,233219],[490486,233079],[491441,233021],[491706,232901],[491422,233041],[495844,232235],[494224,231938],[495711,232078],[496013,233498],[491876,240350],[490696,240040],[488616,239831],[487485,241562],[494360,242327],[495154,239471],[491778,240092],[487875,242174],[496056,239555],[487449,244172],[491592,245336],[490333,244936],[489314,248258],[491344,245956],[494536,246650],[494680,248867],[498483,248314],[493736,243484],[496989,244365],[495962,246906],[490573,247356],[495078,260776],[489661,264427],[491692,261078],[491708,263736],[493933,263801],[497926,257682],[489065,261012],[492537,259845],[493956,263414],[491106,261799],[492714,264513],[500622,-169878],[500171,-172775],[501133,-171463],[499835,-169129],[500668,-168865],[499858,-173441],[499352,-169958],[500062,-171084],[499836,-171315],[510416,-24270],[508112,-15115],[507244,-33892],[502994,-31655],[508670,-27952],[505638,-29208],[511253,-40711],[510353,-45876],[500023,-41721],[509920,-39466],[507276,-48081],[502754,-60047],[500152,-58524],[510414,-74988],[501535,-65128],[500107,-86056],[501541,226611],[500446,223595],[499614,225287],[500723,224133],[500426,223999],[500998,226694],[501138,225334],[501955,228863],[499630,229623],[500475,229694],[500554,230260],[501026,232120],[499450,234271],[500179,233760],[501722,236192],[503307,242746],[501048,236597],[500295,235917],[500071,232520],[500589,252504],[500609,250904],[501661,243451],[502221,248540],[499973,251781],[499519,254915],[45197,-122742],[43819,-123623],[44824,-125226],[48323,-121008],[48401,-120777],[48902,-120289],[48892,-117131],[46817,-116916],[42211,-124159],[42311,-132108],[42968,-133358],[50166,-65268],[49427,-66304],[50477,-64795],[43006,-65907],[42715,-66198],[43723,-65682],[42451,-71151],[42490,-69462],[42998,-70861],[47356,-71104],[48005,-70279],[46958,-70707],[41256,-69173],[41391,-68173],[40988,-70164],[38930,-74097],[38909,-76488],[41669,-76347],[42947,-75255],[42409,-75346],[47159,-72639],[46664,-73010],[45764,-74467],[41695,-79218],[39676,-78825],[39799,-79929],[49937,-81987],[48689,-81397],[48087,-80772],[48805,-78505],[50069,-77938],[48957,-77635],[46117,-81166],[46970,-82476],[46026,-82138],[44983,-112607],[46320,-114766],[48362,-112443],[48009,132287],[46236,133888],[48036,133658],[39104,137307],[43461,131184],[41272,140366],[42022,137016],[47148,129223],[43419,137895],[42941,129464],[41895,136347],[43686,133194],[42493,138311],[45929,138392],[39764,137629],[40555,129923],[39831,131797],[40758,130367],[41783,145506],[46046,144848],[39756,142542],[38950,144989],[39516,144329],[38911,144098],[40997,142850],[41772,141517],[40397,142683],[40764,142048],[40971,142030],[38752,145313],[38464,143258],[41581,142405],[39324,142990],[47590,18518],[50438,124392],[50149,125099],[50232,124319],[45733,126770],[47310,128061],[518252,-19831],[520026,-21120],[524062,-15856],[518754,-14875],[520658,-18374],[521713,-21715],[521035,-13766],[517311,-13516],[521194,-29701],[516917,-34079],[513015,-33539],[513596,-28801],[524417,-45930],[513171,-39523],[512168,-50177],[531546,-9017],[531000,-6677],[531083,-13955],[527538,-13602],[528107,-14013],[526359,-23789],[524969,-26554],[529105,-29235],[530581,-29168],[525721,-47522],[527205,-50317],[535088,-41816],[530333,-59453],[527471,-60086],[528603,-58170],[536879,-83929],[531412,1264],[542338,-19668],[547599,-25987],[540612,-45152],[545250,-58302],[542199,-73058],[549680,177202],[547865,175372],[544970,177754],[544733,172660],[546874,172731],[549880,170358],[546626,169738],[549597,181597],[551148,-17431],[551711,-22245],[562598,-25801],[554663,-29685],[551645,-25853],[562942,-33729],[558511,-31416],[561995,-52370],[552113,-52090],[559534,-51542],[551340,-52999],[551658,-54410],[561805,168709],[556312,166829],[554647,167006],[551686,166800],[563315,-37041],[564724,-38417],[573444,-53144],[566905,148849],[568486,150519],[570002,150966],[570081,153182],[570092,156199],[567155,161087],[564855,162470],[566839,164368],[567788,156667],[567646,159103],[563533,167309],[571735,237266],[570438,238009],[571653,237659],[570450,236940],[575683,237294],[575547,237898],[573520,236207],[573269,236963],[566706,242306],[565305,242964],[566536,243493],[564990,244151],[580251,-34063],[579814,-38687],[578845,-53428],[579493,-79809],[576794,-88567],[580532,-92393],[576828,236016],[577036,236328],[576969,236158],[577370,236557],[593458,-42355],[596154,-46019],[593368,-57157],[594700,-69141],[601274,-70738],[592610,-75705],[600158,-76289],[596805,-82712],[601262,-79502],[610047,-88399],[632405,-155961],[633938,-155963],[631768,-159557],[633791,-162447],[635743,-164033],[633100,-171541],[639674,-173138],[636148,-177835],[631010,-178105],[632156,-175215],[628832,-173169],[638558,-178689],[631765,-180391],[631971,-185244],[635205,-185112],[631120,-184911],[635559,-181079],[632035,-182814],[629924,-182735],[637833,-182011],[639662,-181901],[53717,-138460],[54172,-57216],[53811,-69152],[54092,-71364],[53635,-70186],[55290,-76480],[57374,-76299],[52961,-78636],[52778,-78385],[54005,-79090],[57075,-76858],[56452,-77269],[60963,-83559],[60840,-84284],[59722,-81845],[61925,-82886],[62387,-83617],[62701,-81402],[57479,-77092],[57347,-78766],[61036,-97612],[61861,-97730],[61606,-96438],[60519,-100309],[61924,-99494],[61961,-100686],[56923,-95956],[56422,-94407],[56684,-94376],[58102,-90548],[58376,-91789],[59231,-91650],[59216,-97683],[59457,-97663],[57567,-98455],[63092,-111265],[61685,-110638],[63041,-110703],[54524,-111052],[56065,-112141],[55499,-113128],[52189,-109660],[52270,-111064],[53190,-108667],[54867,-104051],[55190,-103648],[55723,-105160],[58063,-107331],[57894,-107361],[59298,-107290],[63325,-108439],[51750,-111157],[52381,135510],[53868,136997],[59484,137830],[58678,139528],[52463,139545],[60463,140992],[53616,134686],[58742,140015],[52778,136478],[62400,137674],[59842,137650],[58433,136013],[52927,137597],[53149,135009],[52294,140160],[58912,142489],[58403,144011],[55231,144848],[59577,141988],[59177,144259],[51831,144640],[51769,146595],[62918,36067],[63030,28104],[63786,30589],[63339,30464],[63184,28286],[61662,49488],[63021,43594],[63655,43241],[63615,114504],[61118,114087],[62657,112325],[61643,112374],[63227,114383],[63810,111444],[63261,110995],[63714,110180],[59654,103864],[63445,106582],[59696,107655],[59589,107240],[57823,126324],[57513,126196],[61955,122854],[60544,123841],[58204,125350],[54135,125369],[54979,124185],[53843,124705],[53933,125373],[55665,121757],[56282,121330],[55803,121876],[56552,123463],[58005,120753],[56739,120116],[56989,120413],[62047,117638],[63998,116833],[63544,117412],[63698,118397],[63989,116300],[58282,119652],[58755,117313],[59658,119145],[61511,121039],[51377,125080],[59035,127357],[59974,125827],[62559,118754],[62091,120160],[645900,-158741],[652474,-160338],[651358,-165889],[648948,-165035],[643810,-165305],[644956,-162415],[641632,-160369],[644565,-167591],[644771,-172444],[648005,-172312],[643920,-172111],[648359,-168279],[644835,-170014],[642724,-169935],[650633,-169211],[652462,-169101],[648447,-190799],[643962,-187485],[661247,-177999],[656762,-174685],[656980,-63853],[655639,-74106],[713853,390912],[717749,391051],[719107,390919],[719109,390133],[720180,395987],[720091,394918],[719552,395147],[718816,390263],[718602,394065],[718599,394174],[716896,394271],[717417,393461],[718901,392375],[718674,392588],[720388,397336],[729153,400386],[729092,401812],[727593,400823],[721046,398580],[727367,400361],[728048,400879],[727561,400489],[728030,400196],[720836,399072],[720795,399447],[726295,400033],[726910,399439],[724856,398072],[725923,399189],[725385,401679],[726878,402818],[727485,403810],[727259,403760],[727772,403773],[725621,398869],[723988,398947],[723817,397948],[723852,399355],[722377,398282],[722904,399309],[723479,397813],[722872,398979],[723095,400986],[723478,400099],[723154,401528],[721166,398147],[721267,398413],[721620,401358],[721042,400956],[719221,401435],[720310,401134],[720533,401081],[720158,400749],[740478,383532],[740416,383620],[741057,386217],[741382,386511],[741723,386956],[741102,385019],[742299,386771],[742361,386289],[741512,384903],[741606,384775],[741975,394463],[742075,394690],[741621,395612],[741803,396333],[741564,395875],[741757,396048],[740121,389498],[739716,393728],[741974,393369],[742060,393485],[738171,393714],[739490,394876],[739495,393878],[738438,394397],[740500,395705],[739321,396237],[739657,395880],[739835,396051],[737228,396323],[737036,396218],[738106,394767],[737998,395483],[737617,394570],[731022,402739],[730491,402854],[736510,398561],[734855,398701],[730144,400726],[730917,401005],[729916,400678],[730454,401205],[731618,402824],[733079,403157],[742102,407301],[736285,401269],[735573,402659],[736035,402439],[736579,402982],[738814,419503],[740590,420209],[738217,420700],[739979,421314],[740833,415470],[741140,414417],[740665,415148],[742048,414749],[737331,422747],[738984,422566],[738279,422497],[738702,422174],[740266,418351],[740019,418279],[739633,418377],[742135,419949],[741483,412474],[737333,419467],[737665,419670],[738880,420808],[737218,419865],[742363,418375],[741162,416750],[741630,423355],[742183,423612],[741692,423090],[740901,423410],[740859,422712],[740892,423380],[741164,423027],[737623,428245],[736942,422923],[742089,430307],[737891,422570],[737367,426377],[737321,425085],[737966,427620],[745532,384193],[745210,382639],[745486,382506],[743685,383271],[744035,382919],[744685,382812],[754646,387055],[754131,388093],[753081,387943],[751588,388108],[751321,387942],[754159,386937],[753464,388882],[742695,386384],[744659,384759],[744221,384239],[747834,386902],[747729,387168],[748238,386406],[746923,385698],[747629,385812],[747488,386387],[746862,385329],[745734,389134],[746532,388747],[745851,387980],[755059,386426],[751720,386970],[753787,385766],[752799,386389],[751623,388886],[752395,386751],[744228,388023],[743146,388639],[744315,387993],[743935,388799],[747029,386968],[744900,389260],[753396,396198],[753730,396441],[749921,406551],[749573,406450],[750421,405245],[751816,409788],[748162,406432],[747894,406112],[754436,401173],[753733,401075],[754828,408117],[754365,408580],[754497,409490],[754009,408872],[752068,406965],[752517,407746],[751550,407849],[752218,404667],[752792,404261],[752016,405269],[752249,403704],[752915,403518],[753887,402773],[752497,403339],[754082,401733],[754682,397732],[753907,401803],[754800,397777],[752792,399442],[752649,397055],[753874,399274],[747276,408104],[745907,408426],[745678,407855],[744234,406092],[743274,405532],[743095,406492],[743068,407024],[746963,422190],[746786,421269],[747377,421304],[745394,422025],[742198,420828],[743907,420509],[746370,422256],[744860,422203],[745415,419554],[745685,420096],[745322,419699],[745347,419752],[744363,422327],[745650,422029],[743349,422214],[743840,422209],[744499,420995],[743333,421597],[743967,421431],[744485,421143],[751761,413248],[750283,412762],[744797,418636],[744704,418152],[745347,417786],[744378,418012],[748399,420217],[753147,409809],[753917,420221],[754279,420010],[746607,410136],[750618,421482],[752498,421395],[750674,421189],[746211,409819],[742752,418966],[748683,410383],[749334,410406],[748907,410507],[748801,410304],[754894,413631],[753108,413529],[751159,412817],[751202,412839],[753267,415319],[755077,415653],[753498,412048],[753364,412079],[752613,411189],[750360,412933],[749350,413001],[750598,413131],[746140,416110],[745460,414732],[745330,416268],[748749,415559],[748225,414661],[747516,415552],[746881,415027],[749730,417091],[750509,417168],[749821,416211],[749565,416288],[753491,415688],[752801,418819],[752018,417189],[752227,416868],[746304,423776],[742625,422863],[742474,422981],[745260,424291],[746092,424377],[746316,423959],[744761,423570],[745217,423925],[745093,424173],[744914,423331],[744333,423555],[743379,422642],[744151,423711],[744242,423413],[745828,422953],[743717,422744],[743529,423200],[745079,431752],[743620,428796],[752199,422906],[751340,425983],[752474,425199],[745638,430479],[745243,431524],[753282,424379],[744042,428969],[743326,429056],[755171,425674],[754544,423908],[743909,429115],[745314,431614],[753041,426551],[742938,432235],[752521,426927],[751317,427286],[753005,426638],[742519,428860],[750715,427942],[751241,427903],[750907,428065],[742752,426456],[743513,428810],[749095,428200],[746123,430791],[749241,425620],[749821,428133],[749024,425144],[748876,423600],[751281,423285],[751015,424164],[745871,427367],[746920,427244],[746011,427691],[759529,379832],[758981,380258],[759651,380111],[760067,380204],[760531,380383],[767456,394466],[755207,386172],[767510,391190],[766672,392000],[767201,390843],[765110,390214],[764623,389875],[766176,391252],[763530,389524],[763991,387472],[762491,388485],[762486,386554],[762619,386743],[763203,387738],[762657,386931],[761681,386381],[765488,389774],[762953,388847],[759553,385763],[759978,387061],[757250,386841],[757891,386462],[756661,385634],[756447,385330],[766076,386833],[767738,386529],[765739,385019],[767267,385422],[767515,385147],[767668,398109],[756099,404448],[756331,403292],[758666,403455],[758969,403324],[759082,403555],[756879,402053],[759625,403993],[759893,405286],[758709,406792],[759753,406414],[759580,406382],[759137,406303],[756645,407209],[756730,406265],[756755,406852],[755406,407668],[756172,400172],[764050,398654],[766294,397589],[761002,399077],[766345,397658],[764372,397382],[765775,398817],[765432,398800],[766802,397050],[766340,399454],[764458,398646],[763372,398554],[762696,397757],[762401,397581],[764324,397640],[765836,398984],[765528,397580],[761684,415478],[761120,414853],[756871,410595],[757653,410466],[755296,413557],[759661,415227],[764667,415867],[757801,416251],[757982,415422],[766145,414204],[767101,413971],[767007,414491],[765809,411216],[765246,412694],[763466,415889],[764962,412663],[764982,412052],[762781,414547],[765646,411157],[766159,413685],[761780,414465],[760921,414804],[766740,411265],[767775,411369],[766524,412845],[767853,411015],[755268,419577],[755977,418092],[757005,421453],[756237,420654],[755382,415250],[755608,414737],[756102,414243],[755216,414064],[755974,423733],[756513,424999],[756331,422629],[755866,426900],[67518,-81094],[67292,-80974],[66960,-79131],[66772,-78304],[70000,-80368],[71511,-80160],[71178,-82383],[64590,-91060],[64380,-92674],[66062,-92278],[75253,4529],[72961,2789],[76486,4232],[73477,5144],[76447,3306],[74453,3999],[76615,12801],[74881,4292],[73609,3935],[72291,2861],[70999,130660],[73137,129314],[66481,129230],[73204,133597],[69035,130245],[71322,135915],[70417,133611],[66375,129513],[66721,128727],[66478,134686],[68510,138152],[66185,137195],[68066,136156],[67088,139263],[68446,140799],[70062,133000],[71104,128736],[68293,25687],[69667,25652],[73120,24143],[73730,17202],[76226,15597],[66274,17378],[76596,30710],[64569,33783],[74745,26739],[70683,29028],[70277,30991],[67175,35505],[70961,30438],[64360,33886],[66310,36022],[68634,29835],[70979,28676],[76042,32079],[66607,31756],[67978,34157],[67764,33494],[67952,29892],[75144,27310],[74780,26713],[70014,34822],[75711,48167],[74000,49567],[72498,50266],[64597,42466],[70338,47028],[72291,49858],[76489,47591],[67509,44949],[71338,50272],[75137,49221],[69415,45528],[74183,46228],[65393,39230],[72486,40206],[65734,41425],[70521,43165],[66194,54488],[76486,57161],[68238,60006],[76730,61733],[74274,63868],[68936,57106],[75946,62375],[72644,60712],[72386,63722],[69509,60521],[68602,56515],[66727,54424],[71037,56793],[65960,54514],[66222,52340],[67352,53918],[67962,54211],[64786,51575],[67878,54916],[70130,53586],[66461,52439],[75299,53434],[75800,53116],[75100,52694],[75048,52865],[75024,52592],[74983,54096],[74889,53953],[74021,54738],[74414,55193],[73387,53413],[73238,53469],[73823,53514],[73926,53500],[74240,52509],[74450,52344],[74039,52362],[66216,56716],[67182,66908],[67123,66655],[72732,74044],[73658,75175],[75835,74080],[76313,73683],[74478,75732],[75929,73740],[75516,72808],[74492,66122],[73894,65700],[74084,71199],[71637,67138],[75297,69777],[74112,64992],[68354,76917],[72249,84229],[76151,85929],[76778,88560],[75812,88869],[76340,85880],[72997,84982],[73310,83950],[74578,83993],[72487,82648],[73414,82245],[71272,80095],[71801,79823],[71782,78320],[71628,78586],[70744,81449],[70955,81646],[67620,79452],[67632,79260],[67665,78248],[72537,78228],[73534,77182],[70845,102352],[71782,90791],[74745,101098],[75736,100434],[71224,108018],[70777,107116],[70439,104582],[70635,105482],[65476,113218],[64695,112935],[64037,110832],[65106,111731],[65780,112195],[65314,112380],[66326,111191],[66222,107656],[66800,108580],[65417,108790],[65758,107252],[64698,105616],[65781,106504],[65861,105964],[64313,106419],[68526,108964],[68164,108547],[68182,106532],[68264,107666],[66891,127691],[66217,116451],[64330,115871],[64102,116384],[69083,125025],[73050,125962],[69965,124088],[771103,391000],[772886,395801],[773928,394574],[770853,391685],[774684,394992],[776099,395380],[776810,395334],[776488,395756],[772182,394146],[771516,395242],[771236,394778],[769819,394790],[770313,392329],[769204,391582],[770361,392554],[768358,394302],[773529,396924],[773527,395985],[773313,396659],[773813,395607],[773059,396084],[773210,396784],[772073,396199],[771976,396306],[769354,387294],[774794,389028],[774660,388872],[769350,385823],[769674,387666],[769830,386217],[774890,390032],[774064,390156],[777962,389005],[775591,388688],[775680,390221],[775664,390142],[772290,389303],[769702,387641],[768702,400072],[776232,406089],[769537,399609],[770563,397969],[768185,400176],[768785,399994],[776401,400377],[778273,402024],[776614,401776],[778028,400423],[779452,401669],[769676,397502],[775508,407515],[778576,404727],[769907,398210],[771084,397467],[768489,398123],[776624,404809],[777828,405773],[776923,406210],[775333,407783],[776130,406317],[776163,402262],[776072,402279],[777909,399040],[776363,398524],[778404,399328],[778028,398097],[777734,397319],[775783,397855],[773527,397598],[773522,398095],[773034,397899],[773811,398402],[774458,398963],[775605,398351],[774897,398786],[771373,398473],[771643,398692],[771244,398261],[773650,399653],[773852,399869],[772708,400395],[772390,400602],[773868,400176],[773972,401330],[773093,401993],[774565,400453],[771060,403946],[773221,410339],[768919,411085],[773140,410557],[769012,412098],[769857,410964],[772377,410888],[772932,411184],[773026,410535],[785756,-226415],[782432,-224369],[798556,-213615],[795232,-211569],[880250,-101914],[880259,-102151],[883197,-105254],[873870,-103543],[873879,-102832],[880700,-103695],[877990,-104311],[876328,-104749],[875889,-103462],[895970,-120864],[894577,-122442],[892103,-127296],[891209,-133250],[891486,-145439],[893782,-143646],[891104,-143734],[894916,-147308],[893578,-93771],[894074,-92653],[883373,-104014],[886844,-106367],[887004,-105943],[80279,-3111],[80501,-7545],[83904,-10689],[78582,-8732],[82417,-11225],[83877,-1476],[87290,-11074],[78883,-5242],[78660,-5400],[78600,-10751],[89234,-2755],[80308,-6347],[78935,-8095],[86158,-3117],[88280,-4627],[80617,-10831],[81454,-8888],[88256,-3930],[88146,-4737],[86757,-16171],[87777,-13731],[87578,-13548],[88479,-16387],[87716,-14621],[88477,-15639],[77873,5434],[80288,10932],[79451,6504],[76911,4487],[79615,9045],[80083,11210],[88654,11626],[88970,10572],[80830,10823],[86683,3450],[82062,2172],[85598,3641],[81035,8236],[88371,10461],[82636,10146],[85800,25175],[80962,24735],[86803,14431],[86410,20724],[83705,22408],[84891,20935],[82412,22241],[85578,14075],[83898,25189],[77079,18353],[77355,13966],[77014,38006],[77467,36826],[76835,36754],[86625,34673],[87373,33594],[87681,32037],[83226,38283],[86555,31594],[87397,33209],[88923,25940],[82237,27848],[77719,49484],[80680,46395],[80794,42628],[88248,49216],[89068,45858],[89227,43848],[86924,45841],[88906,42668],[88972,42962],[85149,42067],[79845,43399],[82002,44846],[88818,44310],[88247,50962],[89571,47414],[88658,50720],[87568,50212],[87215,50092],[86050,49782],[86014,49394],[81093,627287],[85920,625743],[87545,628339],[87580,628313],[87944,628910],[79562,53137],[84446,58545],[87912,62684],[87180,53692],[85184,60661],[83378,53181],[87631,63728],[88999,55049],[88686,51795],[84691,63408],[84777,63038],[85540,63964],[84502,62722],[84146,62910],[84769,62244],[85398,61143],[78634,64388],[84663,74845],[79878,71428],[84616,75084],[80707,71992],[81536,72114],[84438,69093],[85118,69912],[84325,66230],[83916,65023],[84286,65582],[83736,70810],[83867,70232],[81577,73354],[82746,73388],[81644,73068],[82064,72242],[82110,72259],[84855,68309],[78414,89566],[76981,89294],[78840,89741],[76928,89572],[77206,79706],[76841,79089],[88431,89454],[83039,82840],[82916,80732],[82027,102073],[83381,95350],[82658,93364],[78791,100035],[88370,90782],[78065,103823],[76945,102828],[81565,104575],[83222,105416],[82446,105694],[86266,121542],[87297,116322],[79700,125793],[81316,118933],[79931,120676],[87800,116689],[898378,-116431],[898387,-119387],[905305,-118093],[907312,-123041],[903309,-115138],[900959,-117855],[904870,-124989],[906719,-116997],[907434,-119050],[898612,-117337],[899757,-121789],[905103,-115678],[905864,-124536],[907168,-125897],[896220,-125430],[900141,-121793],[896152,-119041],[901994,-116000],[900726,-116301],[900962,-119206],[901547,-115939],[900046,-119928],[905723,-115725],[901256,-126844],[904139,-122574],[902812,-124224],[902425,-123646],[902585,-124489],[902178,-137115],[900977,-133524],[904854,-129203],[903286,-134911],[901632,-130412],[898424,-128202],[902382,-134732],[901718,-138121],[905339,-132192],[907990,-133386],[907444,-129107],[900007,-129029],[901889,-142391],[899542,-142058],[900460,-140736],[898491,-144627],[899000,-92969],[900664,-101559],[908125,-108515],[907509,-108037],[901629,-114431],[912937,-122649],[910345,-120589],[912757,-120501],[919819,-120608],[919771,-118690],[921310,-120314],[919867,-124225],[914770,-117304],[914783,-123504],[913525,-115108],[917630,-123162],[921094,-125158],[920403,-125903],[918438,-119208],[917322,-117981],[915727,-122403],[918167,-122521],[914510,-120538],[913193,-120191],[913488,-117110],[919871,-127014],[919202,-126125],[909853,-127246],[909723,-118905],[918711,-123856],[909478,-118869],[912594,-121589],[917969,-119655],[910753,-128039],[917663,-135163],[916035,-135401],[921253,-135449],[918338,-134005],[918254,-134815],[913517,-139585],[918650,-134845],[920661,-128126],[912150,-130867],[916466,-137728],[912959,-138003],[911565,-136411],[915688,-128243],[911566,-150285],[913440,-141546],[911152,-143503],[910496,-146248],[909297,-147010],[920426,-144384],[920234,-142671],[920626,-147312],[921381,-142260],[921342,-142340],[921478,-146396],[919769,-162517],[914449,-172032],[919384,-170908],[920316,-166738],[921151,-101675],[918096,-109636],[916303,-111381],[912005,-106235],[909970,-107160],[916763,-103005],[915596,-113999],[918258,-113524],[909879,-109900],[913237,-111360],[916252,-113066],[914571,-113508],[910828,-109507],[914727,-110443],[912120,-114437],[910934,-113286],[910637,-111102],[913248,-112799],[911875,-110880],[916372,-109577],[917682,-110387],[910908,-108518],[916579,584508],[918204,583123],[918309,585780],[918023,585884],[920168,586157],[917451,582836],[917655,582679],[917180,585763],[917465,582680],[917118,583525],[920403,584005],[918691,588911],[921549,589753],[921334,598188],[920004,591917],[919078,595529],[920440,592265],[916060,601341],[914350,601454],[915826,598441],[916964,601320],[931872,-127503],[931600,-127330],[931455,-125819],[932863,-127472],[928146,-115378],[927411,-116703],[926535,-120774],[928956,-127748],[930008,-125964],[927652,-123478],[923772,-116356],[924673,-117600],[932949,-115342],[928962,-116014],[928122,-117727],[932053,-115098],[921747,-123533],[921852,-127346],[923409,-119984],[923730,-123233],[922249,-124675],[924238,-124436],[926882,-122971],[922975,-127674],[923156,-126373],[924329,-121365],[930861,-130401],[931004,-130942],[930678,-131929],[933750,-132047],[933225,-133043],[933679,-129231],[933486,-128426],[931382,-136934],[925376,-140045],[932777,-141092],[930486,-139454],[930398,-137477],[928113,-136838],[927141,-137072],[922892,-135420],[925243,-137582],[924841,-136734],[933256,-136328],[925410,-135945],[924630,-134937],[922029,-131634],[921762,-128352],[921910,-128062],[924011,-138228],[934064,-145377],[931809,-147513],[922631,-141742],[927561,-140993],[929841,-146664],[928391,-145520],[923405,-147432],[927087,-144017],[924983,-143544],[928966,-147379],[931933,-144995],[933021,-144196],[922057,-144738],[932292,-144633],[934312,-142009],[924027,-162935],[924238,-164561],[928627,-169598],[927598,-175349],[933102,-172630],[934114,-168628],[928840,-102014],[930566,-89976],[929295,-89710],[926278,-114248],[924910,-113713],[928523,-113431],[929128,-112682],[925700,-102624],[932085,-114748],[924311,-112711],[927015,-112826],[921977,-110656],[923904,-114498],[923500,-114967],[923319,-106801],[933048,582670],[932796,583056],[934106,581671],[934098,582638],[932967,582864],[922038,588643],[931157,588611],[925229,588948],[927259,587452],[925390,594095],[921788,596973],[926151,590455],[926452,599755],[927471,593608],[922501,591549],[927028,600314],[927699,601718],[926848,591524],[923941,593908],[933965,597191],[932316,598402],[933302,596097],[931580,599089],[947162,-125238],[938490,-119765],[941777,-119008],[946151,-127761],[945288,-124192],[945547,-124954],[945119,-125594],[936821,-127242],[936228,-127675],[935986,-126126],[935510,-126692],[935147,-125155],[937024,-125610],[940878,-119716],[940087,-118360],[940304,-119137],[943692,-120680],[944367,-117861],[943145,-118214],[944393,-120731],[939827,-121600],[941136,-124971],[941142,-123208],[943355,-124782],[945043,-134351],[944762,-133730],[945166,-133800],[941930,-132204],[941685,-131662],[940791,-131873],[940661,-131017],[939419,-130990],[939168,-130586],[934591,-129662],[935528,-128935],[934421,-128141],[935961,-131150],[936130,-131247],[937432,-131107],[937568,-131670],[938471,-128485],[938373,-129701],[940856,-128428],[941117,-128434],[942992,-129188],[943317,-129980],[940515,-130606],[940279,-129983],[944701,-131777],[945316,-128570],[944064,-131658],[942900,-131550],[943201,-132613],[942704,-132756],[946809,-134176],[946016,-134228],[944236,-129399],[947229,-135260],[947028,-133796],[943657,-131638],[946268,-132219],[946094,-132308],[940166,-136587],[940708,-137333],[936388,-135725],[939918,-136587],[939180,-136737],[935627,-137092],[935165,-140273],[945515,-137728],[935748,-139712],[935701,-139563],[939398,-138987],[941398,-139809],[937534,-137658],[935023,-138357],[943391,-136886],[938443,-145376],[941517,-145484],[937888,-141555],[943282,-147241],[941699,-148262],[935249,-148065],[935868,-144061],[939632,-143186],[937732,-150086],[935302,-142694],[942015,-143677],[937932,-146769],[934537,-148380],[942366,-149008],[939563,-146095],[944471,-143693],[939196,-146766],[941812,-142611],[945763,-144971],[945681,-146120],[940569,-142102],[941922,-141027],[935347,-148619],[943465,-144537],[944485,-146046],[946520,-149708],[946197,-151808],[944244,-148011],[944769,-146862],[946388,-142934],[946921,-143463],[946506,-149021],[946532,-148032],[945759,-149374],[947165,-145928],[943591,-148275],[945908,-91602],[936346,-91500],[947191,-113267],[946969,-113389],[937622,588262],[935486,587956],[936281,588099],[940633,588814],[938654,586278],[946397,588715],[942058,587921],[941766,597641],[940155,594590],[943082,596845],[938222,596964],[936465,598053],[938425,595429],[943018,589346],[944362,591991],[941215,591426],[949469,-125013],[949120,-124095],[949376,-124863],[949595,-125912],[957137,-127263],[956295,-122866],[957635,-121688],[957188,-124568],[955682,-121629],[957359,-125037],[955924,-126861],[955079,-138184],[956663,-139242],[954019,-138155],[953394,-138390],[952504,-137055],[953648,-136668],[949064,-129547],[955999,-135790],[958652,-135708],[959200,-135199],[952338,-130800],[955006,-133429],[955192,-133767],[956975,-135833],[959172,-136353],[959445,-135979],[951226,-132406],[951622,-132640],[948626,-132175],[949238,-132376],[954624,-133313],[957598,-133691],[952250,-133299],[955795,-133660],[954618,-135821],[957546,-138629],[958692,-136768],[956874,-138702],[956117,-139221],[952804,-137397],[950138,-136294],[949467,-135528],[948273,-136187],[948152,-135602],[949473,-135443],[948522,-136042],[948870,-128299],[948032,-140543],[947569,-139377],[959751,-130983],[959672,-131109],[959868,-143166],[959735,-143224],[959252,-142840],[959325,-141121],[957046,-142079],[957325,-141541],[948882,-141192],[949103,-152083],[949468,-144507],[948438,-144064],[949445,-145681],[953291,-145585],[954805,-146792],[959932,-152725],[957396,-152425],[958913,-150731],[951151,-143081],[948842,-142547],[948367,-144854],[956015,-144137],[952199,-152194],[957179,-144743],[950590,-140751],[950773,-153015],[954799,-149277],[952310,-146760],[948432,-147960],[952504,-143270],[958726,-156308],[955413,-153956],[953769,-153670],[956592,-155229],[959830,-157844],[956768,-154944],[949527,-185035],[952022,-96835],[949323,152629],[955669,586670],[955502,587522],[955185,583902],[957084,583852],[955757,591468],[953664,592203],[957275,590945],[952953,593882],[953681,593491],[952666,589495],[959492,595423],[957319,597216],[961038,-140526],[960578,-133163],[962962,-139997],[962702,-140275],[965174,-139432],[964760,-138356],[965290,-131548],[961467,-129181],[960090,-129989],[968751,-131318],[969003,-135820],[966171,-131313],[967033,-130404],[969591,-136089],[972187,-138241],[971788,-139009],[966883,-135300],[968910,-131985],[964162,-136282],[962830,-135219],[969904,-136491],[970148,-137100],[971281,-138397],[964413,-131094],[964651,-132497],[960272,-141314],[967189,-147990],[963902,-145504],[963982,-145517],[963880,-145683],[963747,-145805],[960240,-143362],[963496,-141574],[962817,-141359],[961352,-142637],[961991,-145317],[963007,-144577],[967162,-140807],[966542,-140778],[962804,-145916],[963659,-146510],[968623,-148126],[969729,-149402],[969274,-149569],[960595,-150171],[962054,-149847],[961075,-150990],[960050,-151923],[961591,-152141],[964820,-151705],[963977,-152623],[964431,-152977],[966996,-153586],[966975,-157167],[967756,-157267],[969396,-157287],[964617,-155335],[969717,-155136],[961596,-157713],[964069,-154721],[961458,-156352],[960160,-156341],[970687,-158492],[971850,-157745],[972583,-158005],[969657,-158546],[971796,-157501],[968765,-155708],[972235,-185186],[972793,-185396],[968790,-185714],[965056,-186987],[964979,-187506],[966238,-187717],[965876,-187654],[967427,-188841],[967590,-187590],[967528,-189605],[968156,-189216],[968368,-190606],[968437,-190935],[971403,-190926],[971659,-190547],[972610,-189328],[972235,-187137],[971023,189753],[966993,203456],[967767,193944],[968178,193025],[964921,204003],[964067,202905],[963176,202565],[961423,200386],[961662,199723],[960763,197174],[964949,198046],[967478,198887],[967915,200022],[967892,202989],[968550,202964],[970750,199818],[969963,198136],[969729,196016],[965410,194140],[963466,196091],[964504,194338],[967132,206519],[968977,212840],[971821,212936],[971889,212433],[971950,213723],[972301,209521],[972038,208262],[971820,208729],[971994,213479],[970650,220582],[970204,220092],[970212,220738],[972414,224447],[971959,218832],[971223,231548],[971839,232647],[972303,233282],[969076,243221],[970273,244021],[972117,251211],[972152,250039],[970179,250125],[969722,248163],[964110,600430],[965282,600421],[961946,596508],[960141,599905],[964520,599981],[961266,596567],[969610,597624],[966434,594108],[964442,597912],[968425,594111],[963612,595528],[970049,594477],[970853,595469],[971704,599454],[978140,-152034],[979250,-153794],[984942,-161377],[975389,-155333],[975423,-155381],[975333,-155140],[976305,-155126],[976350,-155110],[975794,-154750],[975764,-155308],[974716,-154633],[974974,-153945],[975092,-153742],[973666,-154125],[976284,-159128],[977314,-158894],[984932,-164929],[982751,-162415],[982543,-163948],[983170,-163282],[982369,-163935],[982069,-164908],[980449,-163782],[979461,-161023],[975413,-160065],[975378,-160469],[981214,-154378],[981038,-154456],[982896,-155280],[983387,-156198],[982175,-156575],[984185,-157957],[984991,-158409],[984887,-159708],[984317,-170484],[978845,-170028],[980779,-169077],[980651,-169331],[978285,-185102],[977183,-185180],[976235,-186164],[974308,-186115],[974272,-185151],[973715,-184549],[973355,-190278],[974619,-189871],[975619,-189857],[975313,-188561],[975713,-186778],[973905,-187571],[974348,-186914],[973671,-187230],[973942,-185269],[977491,-185718],[977885,-183770],[978435,-183882],[979584,-182859],[978913,-182660],[985361,170743],[977287,175760],[973793,176803],[973930,176138],[978932,183149],[973793,182148],[974668,182406],[972831,183964],[973662,191510],[978918,182660],[983998,198248],[981516,199411],[980242,198573],[973086,202942],[983553,197232],[984067,198572],[981242,198324],[973464,193799],[974911,192414],[975219,198962],[974766,200836],[977067,202543],[977672,193956],[976316,205091],[981263,217544],[982658,217394],[981127,216059],[982829,214741],[983932,213154],[984715,212054],[977073,208033],[977704,210016],[977933,213416],[977167,216755],[976863,214440],[977433,215086],[973548,215918],[972917,209162],[973785,211229],[973454,212677],[979594,222393],[980400,219852],[983362,218519],[977204,219439],[978077,220938],[977890,223393],[972905,224577],[975651,223345],[973842,225461],[975475,224116],[975437,224437],[976587,223889],[976539,224616],[976517,224887],[974161,220000],[973608,220523],[973132,219220],[973437,217890],[977342,231536],[974502,232387],[977791,234098],[981351,255966],[977138,254536],[976006,251209],[974610,250995],[974138,246620],[983907,255829],[975264,595462],[973675,592150],[974438,594360],[982322,597984],[981828,598562],[983606,597342],[980288,598845],[981398,598881],[972954,601602],[986050,-163831],[986160,-164901],[993421,-162794],[987213,-166070],[985648,-164430],[987052,-166146],[986744,-170631],[986361,-170464],[987463,-170593],[987734,-169080],[987442,-169786],[993067,-166511],[990667,162240],[989372,164327],[989580,165921],[989877,163143],[992564,160940],[998213,155442],[990800,173530],[994753,177698],[987554,174102],[987376,172368],[998213,192072],[993360,191978],[998281,190661],[988040,203906],[991955,194683],[996105,193377],[989955,203632],[988709,202899],[987594,203464],[998137,211767],[997343,213822],[994282,210944],[992974,209892],[989661,210342],[992759,211222],[993220,213560],[995512,210435],[993502,210655],[995212,211655],[989792,211053],[989951,212082],[989756,212436],[998280,238916],[997043,238236],[992145,255272],[993231,255762],[994694,254330],[996551,254710],[997618,254537],[997450,257208],[986843,257458],[989211,256957],[994420,256915],[986035,125000],[1006727,-163359],[998573,-164933],[1005319,-162065],[1001852,-166110],[998714,-166157],[1001841,-162798],[1000967,-164299],[1004871,-164551],[1003822,-164403],[1002857,-162880],[1000849,-165421],[1003898,-165803],[1004183,-166178],[1002597,-167443],[1001524,-168493],[1005171,-168628],[1004973,-168656],[1005686,-168201],[1005727,-168183],[999459,153330],[1000412,153090],[1000903,153614],[1009669,160074],[1010406,161039],[1010879,159752],[1010670,162080],[1009927,163355],[1003788,162056],[1002725,161384],[1003637,160011],[1002279,160485],[1003423,159309],[1005626,156267],[1001832,158836],[1000249,158738],[999286,158951],[999008,159453],[999128,157722],[999756,155317],[998460,153931],[1008027,160054],[1001921,154275],[1002678,155233],[1004382,156131],[1004097,157395],[1007117,156258],[1007981,157208],[1007386,179314],[1005882,178639],[1004221,177261],[1002385,191678],[1010212,179459],[1009311,189808],[1007636,191657],[1006765,190411],[1005213,191234],[1000081,191879],[1005991,180236],[1008218,180066],[1004416,181808],[998865,191405],[1005370,187103],[1005739,185040],[1004613,184577],[1001256,189737],[1000826,189410],[1000494,200896],[1000326,196021],[999968,202485],[999598,201128],[1004273,196495],[1000679,195064],[999255,196093],[999193,197021],[1001537,195320],[1001126,198937],[1000372,202043],[998740,192409],[1003485,208507],[999020,212989],[1000824,206271],[1001213,208890],[1000638,208183],[1003745,210143],[999089,214066],[1004731,242610],[1007604,246136],[999853,250671],[999150,255473],[999282,253812],[999462,244182],[1005576,244738],[1005973,254881],[1007003,244251],[1023297,166056],[1022775,165078],[1019730,165802],[1011979,163502],[1011672,161118],[1013109,163568],[1014553,162318],[1016900,163875],[1014936,163139],[1015817,161427],[1017417,160949],[1018315,162099],[1018055,162962],[1017301,163003],[1019062,162393],[1020095,163359],[1019683,162438],[1015183,162825],[1013158,162762],[1014536,166155],[1021590,161582],[1019522,170817],[1016518,167163],[1018520,179204],[1019912,172812],[1019907,178536],[1023443,172174],[1012074,179225],[1022054,167286],[1019055,173633],[1018430,171655],[1021773,172055],[1019331,167972],[1014773,169179],[1021480,171833],[1021698,170749],[1022461,168803],[1012480,168997],[1011909,177963],[1018856,181151],[1017292,181322],[1017933,180638],[1018730,182645],[1011868,182525],[1011703,180971],[91561,-2211],[95407,-3527],[99387,-5972],[95515,-3259],[101157,-3166],[93365,-4784],[94220,-2813],[91966,-9719],[92769,-5115],[92436,-8563],[92466,-2722],[90581,-18765],[96292,4841],[95717,5014],[96473,2266],[97571,3295],[99528,1886],[98082,3170],[101506,2595],[97360,854],[99512,1011],[99554,2556],[102234,8014],[101241,4067],[95770,11243],[100060,12962],[91570,25764],[93163,16380],[89733,33989],[93825,28922],[93934,27326],[92901,26894],[100719,35195],[102254,31814],[90118,46873],[92972,47167],[92087,46433],[92766,46093],[91586,41750],[96680,49244],[101797,45540],[99471,46601],[92942,48092],[91970,47405],[90106,49341],[90547,48583],[89622,47828],[94441,50603],[94656,50865],[92498,49571],[92134,50408],[91914,49923],[94492,48656],[94773,48576],[102212,48631],[93567,43738],[92941,44192],[99046,45801],[98822,45710],[101011,50048],[101263,49424],[99785,48975],[99713,49812],[99470,62908],[98609,61263],[101697,54893],[99541,55882],[100120,56468],[100453,57825],[101311,55160],[99901,62192],[98387,62792],[96271,57224],[91818,56225],[100685,57459],[100739,60512],[97687,54531],[93499,55419],[93539,56447],[91487,53593],[96326,53951],[95052,55746],[93994,54556],[95467,53139],[95747,53195],[99849,51780],[100846,67621],[99107,65688],[101642,65248],[97378,74152],[98382,74381],[98076,86559],[92097,90899],[94993,99080],[98529,101463],[97915,100368],[99706,100263],[99062,101058],[95840,91728],[97744,106586],[101410,112137],[96519,107671],[101273,104861],[100755,105323],[90163,120708],[101504,119059],[102055,117525],[101168,115875],[102085,116784],[1025523,176760],[1024488,170183],[1026012,230181],[1028242,228803],[1030627,231745],[1028798,231405],[1027699,230602],[1032874,231660],[1034924,238257],[1033844,237992],[1036170,237381],[1036587,239069],[1035954,239208],[1034659,240152],[1034164,238834],[1049251,230436],[1039070,218709],[1039110,218887],[1037735,237854],[1048317,231332],[1046666,233285],[1047336,231976],[1045333,231237],[1047152,233680],[1046695,232799],[1045343,233810],[1045583,234746],[1044838,235076],[1042189,236713],[1040383,237051],[1043496,238491],[1038256,238495],[1061567,195783],[1062171,199711],[1058066,212980],[1052935,226217],[1051964,230127],[1054073,224870],[1053921,224557],[1054159,223886],[1054479,222763],[1054691,225812],[1052733,225158],[1061269,223055],[1061620,220471],[1061784,218992],[1067387,150481],[1067554,152269],[1066454,152636],[1068304,153202],[1067285,155211],[1066993,156170],[1065693,154232],[1064610,155577],[1063953,156209],[1063119,156535],[1064371,157587],[1064154,158749],[1065727,157991],[1065711,159491],[1064485,160780],[1070900,166528],[1071366,165548],[1067116,165065],[1066158,166527],[1070846,160949],[1071734,159617],[1074049,158375],[1070060,154035],[1072013,167236],[1073003,167578],[1073741,173761],[1073378,170791],[1074810,176432],[1071963,171115],[1071293,168960],[1074542,173557],[1072489,169394],[1074830,171219],[1075068,189720],[1074384,191116],[1063899,185130],[1063797,186219],[1071982,198856],[1070579,202993],[1072606,199280],[1072376,192668],[1072511,196467],[1073335,203641],[1073051,195720],[1071765,197021],[1074517,192530],[1071996,195009],[1073871,199392],[1073475,194237],[1074313,196282],[1071830,201213],[1067782,196467],[1066354,197257],[1064968,199511],[1064336,202863],[1063712,200016],[1065766,195047],[1066712,194290],[1066475,193305],[1074681,205204],[1068464,206175],[1066758,211549],[1066235,213025],[1067290,213328],[1065255,214479],[1063384,213706],[1069964,217463],[1072462,214587],[1073940,212464],[1074876,210117],[1064541,220549],[1066561,220991],[1066897,220360],[1066643,222706],[1076098,162298],[1075716,173127],[1077754,176330],[1076498,176421],[1077470,177253],[1075779,178348],[1077194,179300],[1078136,177205],[1077041,187008],[1077557,188466],[1080737,188179],[1079520,182768],[1079106,179763],[1079117,187622],[1076266,189109],[1079766,182308],[1081422,191323],[1075241,202218],[1075602,203036],[1080776,194280],[1078517,205200],[1148048,573621],[1148115,572312],[1146527,571911],[1146683,572836],[1146090,571546],[1146354,571647],[1145081,573803],[107437,-3376],[105024,-5897],[114753,-4019],[111212,-667],[114745,-10509],[110810,-7128],[109818,-2047],[110075,-7327],[113885,-11399],[112470,-93],[107974,-2248],[114477,-50593],[113361,-51774],[113336,-52951],[112788,-52032],[112703,-51921],[113308,-51140],[112167,-63574],[108532,-61206],[107329,-61735],[107220,-62631],[105568,-61407],[104946,-61316],[104699,-58815],[104473,-58538],[106770,-55278],[108985,-52864],[109792,-56211],[111517,-53562],[112402,-56169],[111777,-53182],[110692,-52629],[110954,-52127],[110605,-53316],[110548,-53564],[109440,-53065],[109359,-53122],[109897,-53909],[110435,-54285],[109757,-54404],[111728,-55310],[113431,-56171],[112964,-55348],[113211,-55484],[112260,-57005],[111899,-56624],[111833,-55836],[110903,-56060],[111426,-55711],[110609,-55560],[106642,-56453],[106005,-56866],[105047,-56666],[105674,-56743],[108137,-55530],[108069,-55781],[108708,-56288],[109028,-55994],[114951,-63439],[113049,-63292],[114639,-61625],[114784,-61323],[111579,-62507],[110123,-61804],[113007,-64168],[111440,-66323],[112169,-67309],[112230,-66727],[114829,-66113],[113873,-66454],[107519,-74517],[108493,-75314],[107359,-76301],[111657,-76078],[113335,-65392],[113485,-64404],[107401,-67452],[107966,-67264],[106689,-66745],[106774,-66482],[106211,-64965],[106892,-64374],[105448,-65563],[104916,-65174],[106573,-64930],[106524,-65125],[110491,-90698],[115112,913],[114873,1795],[115126,2924],[109359,3103],[104329,3824],[110272,921],[114900,2881],[113383,1212],[114752,3467],[114812,906],[112774,10154],[109286,9816],[108680,6593],[108397,5466],[113811,18799],[109271,25307],[103485,36782],[102441,37388],[102654,27831],[102687,29411],[105266,30107],[102818,30458],[112604,31982],[109166,29608],[106452,31819],[108541,29114],[108030,28257],[113542,31098],[112775,34268],[111864,29596],[111285,34132],[108417,32837],[111533,37556],[110129,37886],[113212,31982],[110746,40277],[114764,50995],[107401,48973],[106819,49225],[102454,49099],[105798,49651],[104107,48389],[104569,48881],[113944,40206],[102802,55989],[102902,58516],[107237,62456],[103275,61444],[103672,61388],[104737,58838],[105506,63126],[111270,61791],[108004,55069],[109666,54712],[107721,52751],[106212,58133],[111362,62327],[112249,54687],[110318,54179],[112323,56796],[112064,57776],[114302,61536],[114182,61023],[114281,51720],[102720,63323],[103464,63885],[106666,64601],[112876,75230],[113992,74436],[107437,71978],[106894,68715],[112799,73586],[111332,72673],[104723,64204],[102641,68402],[105695,64808],[107177,66789],[103068,87575],[112401,78710],[108131,84492],[109942,77164],[109273,77792],[110104,77072],[107262,77176],[111455,84115],[114453,102177],[111863,102433],[112224,100822],[109771,99969],[107676,102304],[112325,101611],[103076,97818],[108522,90115],[114374,91939],[112722,92490],[107241,97392],[110396,98887],[107196,94595],[112911,90037],[112156,111659],[104315,110613],[102814,110822],[113248,107777],[114754,110163],[109529,103506],[107875,111846],[114731,103585],[110848,114634],[111000,114686],[114845,115295],[114290,114822],[114728,114408],[110156,110220],[107949,110941],[108227,110362],[104491,112786],[105569,112464],[108710,114011],[110761,114581],[103150,112650],[104466,112138],[103808,111953],[103949,115054],[103442,115035],[104039,115963],[106368,115938],[113944,115776],[108692,126205],[114321,119268],[114104,119537],[103629,125392],[111214,125754],[111619,126767],[1202282,229438],[1199325,228968],[1202209,228759],[1202772,231464],[1215867,216869],[1211276,216145],[1214681,216871],[1213338,214107],[1204729,228974],[1209866,225950],[1211264,226685],[1208134,223414],[1204488,231572],[1215637,634069],[1214096,634726],[1214692,634931],[1215164,633093],[1214572,633199],[1221290,626793],[1219266,626680],[1219164,627348],[1219989,627454],[1220149,627766],[1222075,629076],[1220255,629981],[1220975,627914],[1221334,630166],[1222609,631795],[1223884,630785],[1222232,631147],[1223036,629528],[1223796,630097],[1216661,630216],[1217143,628392],[1217376,630270],[1217749,629889],[1218822,628724],[1216799,634042],[1218102,635230],[1218482,634558],[1218628,635774],[1218750,634012],[1219952,634148],[1219618,634047],[1219678,633801],[1220105,635461],[1220816,634504],[1219187,632057],[1219743,632895],[1219860,631221],[1217524,633411],[1218278,631564],[1240046,534250],[1241557,533286],[1241241,533735],[1239716,541157],[1241505,540438],[1240269,539920],[1240782,540032],[1240721,539729],[1239217,548774],[1238313,547288],[1237336,548478],[1239372,549558],[1240117,548192],[1239892,548350],[1241219,547382],[1241335,549295],[1239111,551888],[1237379,551886],[1237519,552761],[1237945,551854],[1239217,551038],[1239214,551375],[1240134,559569],[1239315,559106],[1240334,559065],[1253188,537331],[1252658,536584],[1253790,537608],[1254254,536449],[1251179,532169],[1251707,531275],[1251460,532013],[1252637,532295],[1251924,530346],[1252331,535916],[1252116,536577],[1250122,535684],[1251635,536654],[1246946,537256],[1242985,537102],[1245227,537393],[1243492,533101],[1244869,531031],[1243814,532060],[1244137,531537],[1244266,530871],[1241839,533020],[1254096,548022],[1253230,548099],[1253647,548478],[1254107,548739],[1250134,544595],[1251446,545495],[1252008,543854],[1249699,544620],[1250701,543587],[1252552,542569],[1253984,541370],[1252848,541572],[1252157,541449],[1252014,542273],[1254110,542673],[1254072,543270],[1252338,537913],[1248599,537962],[1248435,537849],[1248514,538668],[1248564,538721],[1243142,538480],[1243222,538791],[1245410,538282],[1243407,542470],[1243546,541549],[1242238,543588],[1243039,541608],[1243962,543303],[1243906,549660],[1244328,549150],[1242516,550451],[1241929,549347],[1242404,551820],[1247119,554139],[1244970,556079],[1244470,554826],[1243744,556314],[1244923,555253],[1242175,557429],[1242273,560217],[1247426,561402],[1244933,562364],[1244540,562768],[1248215,561522],[1251922,561757],[1250970,561282],[1249817,560935],[1249258,563253],[1251960,562210],[1244804,564068],[1248447,568014],[1251939,567707],[1249269,567646],[1250614,566152],[1251693,567590],[1252137,566324],[1254744,537321],[1255879,547805],[1255826,546589],[1254855,547491],[1254600,549389],[1255485,549583],[1254821,543876],[1255282,544696],[1255813,544960],[1276764,549697],[1276243,549971],[1277484,550225],[1277553,550031],[1275418,549057],[1279231,557035],[1278919,556071],[1279744,555826],[1279835,556859],[1279179,556908],[123208,-3689],[116217,-10886],[115285,-11064],[116260,-607],[116548,-11223],[117020,-2834],[115882,-141],[115511,-104],[116642,-757],[119515,-345],[119839,-484],[117407,-9650],[115990,-8777],[124205,-305259],[122332,-300580],[127448,-304137],[124646,-303355],[121478,-300012],[123528,-304292],[125191,-308886],[127415,-332411],[126296,-340388],[126832,-338489],[127879,-333410],[127752,-333049],[124896,-24382],[117696,-31910],[119769,-26263],[124004,-28155],[121040,-25893],[125782,-30422],[125760,-31005],[122685,-50274],[116431,-50861],[118409,-49526],[120350,-50375],[119805,-49892],[121167,-49082],[122022,-49737],[119526,-49856],[118990,-49766],[117467,-50724],[118510,-49582],[127596,-50915],[117815,-51289],[119336,-52206],[118715,-51276],[117937,-51196],[127916,-62561],[124926,-56526],[126206,-55120],[126266,-53075],[125043,-55298],[123391,-56738],[123897,-57415],[124083,-58324],[125946,-59356],[122532,-60220],[122282,-61618],[123961,-63127],[127888,-57074],[116215,-63605],[115605,-62806],[116440,-60994],[115683,-59904],[115708,-60445],[125472,-70811],[121499,-64053],[121881,-63921],[124914,-64179],[124716,-65629],[123811,-66526],[121923,-66037],[120638,-67610],[125817,-64982],[121771,-73351],[125696,-74817],[123640,-73612],[125435,-71262],[124295,-71577],[125519,-69044],[124310,-72750],[125986,-72799],[127638,-71694],[127339,-70960],[126135,-71349],[125962,-73862],[123966,-71457],[127085,-65318],[119839,-101218],[118363,-92331],[118446,-93673],[115786,2446],[115852,1283],[115826,2597],[115787,2108],[117485,511],[116778,2441],[115605,720],[115292,3136],[122789,12673],[124227,9770],[121572,9535],[118543,11560],[118548,11535],[117372,8971],[125920,5777],[127223,138286],[126864,138600],[117999,25440],[126358,16425],[116261,14285],[125855,21239],[115205,18683],[115815,19860],[127480,36982],[124411,36216],[124998,35835],[125317,37904],[124561,38103],[121676,29618],[119709,26572],[123904,29169],[120904,28019],[121976,31538],[127990,27844],[127553,27812],[126258,27787],[126614,28421],[125858,28591],[123182,30085],[123755,29876],[124367,29186],[123315,29330],[122380,34525],[115618,30496],[116871,32367],[116649,34944],[117144,27202],[119957,28919],[118994,28754],[120122,29680],[115552,49923],[126517,38825],[126338,49928],[122170,46446],[120849,45775],[118595,47407],[117457,46886],[116260,50184],[125802,43611],[123214,40020],[122943,39868],[124982,62844],[116516,59788],[126612,61014],[127960,60406],[119489,63506],[121084,63487],[125368,66796],[123489,67619],[120570,64233],[120477,66655],[118586,67550],[115695,73429],[125206,64317],[122167,89269],[118659,79267],[118567,77094],[121970,78258],[121086,78352],[119707,77860],[118182,78577],[123350,89669],[123338,90092],[124990,100111],[120331,101607],[127532,112135],[125045,110021],[125303,111578],[117057,109806],[124128,114462],[125630,113808],[123940,110784],[123466,109211],[127566,112973],[122804,114740],[123305,113634],[118954,115057],[116285,112698],[116401,112063],[116437,110706],[115953,110396],[123059,111714],[124281,111666],[123846,113666],[119637,111636],[120273,112340],[119748,111510],[120655,112146],[121212,104235],[125115,102879],[126395,104141],[124323,105520],[124424,106984],[115591,117976],[126026,115883],[121110,121351],[116677,117545],[116937,117548],[122930,115512],[117398,115790],[116823,115416],[118038,116547],[119143,125060],[118144,124103],[118442,125647],[117930,118955],[117958,120961],[123427,123965],[127909,121757],[-124141,-188909],[-125331,-191020],[-120200,-549557],[-115654,-549177],[-119390,-547576],[-118317,-546406],[-118322,-546508],[-118262,-546550],[-115797,-549273],[-115726,-549252],[-119848,-549445],[-116293,-552531],[-124866,-561080],[-115710,-550581],[-125588,-561068],[-123890,-569042],[-123111,-570303],[-119967,-570321],[-119631,-573860],[-119789,-574197],[-120431,-574519],[-119043,-569250],[-122652,-575278],[-122098,-575638],[-125317,-564786],[-126667,-566029],[-119578,-570032],[-121745,-563633],[-121458,-565909],[-118542,-568759],[-122741,-577297],[-123027,-576120],[-115467,-576082],[-123901,-577048],[-120170,-575832],[-122308,-576985],[-118807,-603256],[-118221,-604148],[-123558,43714],[-124992,42362],[-123702,43305],[-126130,45123],[-126149,50853],[-126337,51118],[-118304,41628],[-117496,41181],[-122536,44338],[-126361,47138],[-125515,52924],[-123629,52700],[-121600,54836],[-127603,62077],[-1453192,1344368],[-129019,-548410],[-134818,-545564],[-140743,-543844],[-139911,-544508],[-139668,-545201],[-136659,-544036],[-133422,-548426],[-133519,-547558],[-137555,-542333],[-139144,-540852],[-137035,-541290],[-129526,-562031],[-136558,-555835],[-128496,-563038],[-129285,47578],[-128750,48048],[-128439,50872],[-129975,49332],[-129015,52006],[-132216,62971],[-132596,57812],[-132683,57735],[-134598,55872],[-135381,56371],[-135281,57957],[-132800,53661],[-133144,52257],[-130667,61216],[-130825,61571],[-130471,62273],[-130717,60749],[-131576,60296],[-132981,64202],[-140718,83908],[-142986,-542935],[-142068,-543797],[-141067,-544886],[-144973,-546043],[-143905,-546135],[-144449,-545006],[-145520,-543902],[-146512,-545938],[-153060,-547479],[-153131,-547510],[-149814,-549517],[-150755,-549640],[-149674,-549291],[-151464,-549006],[-151251,-617491],[-147142,-620541],[-149247,-618613],[-151852,-620563],[-142707,-688046],[-149308,-690290],[-145983,-688844],[-146036,-687312],[-148590,-681123],[-147511,-685361],[-146606,-683803],[-149427,-681760],[-145462,-691489],[-150589,-697351],[-150787,-694039],[-147380,-694892],[-144020,-702910],[-149100,-697706],[-148695,-692295],[-148558,-692664],[-143999,-702863],[-148282,-699783],[-147244,-698502],[-146425,-701581],[-146963,-703078],[-146303,-699852],[-145948,-700623],[-151128,-693998],[-149307,-698707],[-145755,-704555],[-147313,-705873],[-146614,-703992],[-144052,70121],[-144138,67160],[-148909,69346],[-148551,66396],[-140822,76450],[-146788,71422],[-148935,69462],[-149079,73488],[-149922,72095],[-148223,65846],[-145256,71400],[-141518,80176],[-140953,77905],[-145349,79595],[-143893,78592],[-141885,78401],[-141075,81729],[-141243,82737],[-142612,84328],[-143500,86709],[-142187,87608],[-144273,82989],[-153374,89743],[-144291,85101],[-148805,89320],[-149174,88796],[-150250,87770],[-153557,85754],[-143197,80560],[-142909,82554],[-152604,89302],[-142097,98662],[-150870,93581],[-144380,91504],[-144487,92573],[-143417,89879],[-152817,91100],[-147660,91822],[-150550,91570],[-152585,92920],[-149276,93614],[-149597,96090],[-147026,96262],[-147652,107160],[-151926,105194],[-150641,103120],[-155308,63863],[-155727,70464],[-158650,69982],[-160249,74764],[-156091,72378],[-156924,72640],[-157200,74324],[-163043,74391],[-158586,72095],[-154759,68878],[-158141,65828],[-158862,86282],[-162003,88680],[-157478,86785],[-156903,87712],[-163283,85742],[-158136,85106],[-162743,91309],[-156274,100677],[-160481,97199],[-160873,94693],[-165339,118590],[-164062,117249],[-163748,117914],[-167527,-21533],[-168693,-20702],[-168643,-22151],[-173958,-98768],[-172930,-99844],[-175646,-99497],[-175294,-101317],[-176927,-101502],[-175092,-99579],[-167913,-108457],[-168866,-106662],[-169442,-107791],[-172887,-103112],[-178496,106964],[-171083,119090],[-166773,118471],[-169687,119175],[-170893,119442],[-188057,-163843],[-191815,-163015],[-191160,-161024],[-190369,-161540],[-191213,-162390],[-191321,-167008],[-191582,-168850],[-179216,-87578],[-188328,-105478],[-186370,-106989],[-186965,-105000],[-186454,-109605],[-186962,-109715],[-186779,-110825],[-188341,-109347],[-188930,-109302],[-190341,-111617],[-190520,-112577],[-189711,-113260],[-180229,163627],[-180396,165660],[-181218,164052],[-180136,105800],[-187413,118172],[-187347,117947],[-199274,-134193],[-198945,-136390],[-199398,-135382],[-199218,-135106],[-195810,-135236],[-195862,-131653],[-196645,-130746],[-193656,-166541],[-192991,-169588],[-203896,-544596],[-202073,-543595],[-202357,-106634],[-200482,-107117],[-199966,-106982],[-194710,-108190],[-193877,-107867],[-192756,-107222],[-196874,-108408],[-214962,-121691],[-215562,-123708],[-210801,-126079],[-210772,-125501],[-211347,-125395],[-211844,-124180],[-213605,-120857],[-215315,-123328],[-214990,-124662],[-206525,-31897],[-205993,-33611],[-212725,-48375],[-217523,-62428],[-215556,-61173],[-215986,-60498],[-214892,-60725],[-204928,-64683],[-205372,-64130],[-205304,-64552],[-207298,-97043],[-207759,-97610],[-207340,-98719],[-209026,-97816],[-208700,-96784],[-207246,-100027],[-207158,-98626],[-210385,-109414],[-211172,-110922],[-212501,-110752],[-208914,-107980],[-207443,-109223],[-206738,-103624],[-211375,-105398],[-209627,-105334],[-214796,-107579],[-216355,-110173],[-216625,-112010],[-216983,153737],[-217133,152030],[-216758,151791],[-216186,150687],[-216621,148639],[-204842,126660],[-205324,124562],[-205328,127444],[-218385,-61710],[-219041,-62184],[-219394,-112965],[-220129,-111450],[-218056,-113501],[-223715,152184],[-220257,150751],[-219949,151166],[-219663,150867],[-221118,152422],[-223693,151465],[-221061,155194],[-221068,154337],[-237183,-306098],[-243001,-302460],[-240765,-302726],[-242752,-306865],[-240135,-306332],[-235441,-302394],[-239456,-304636],[-237257,-304621],[-235925,-313225],[-235026,-311358],[-240134,-308742],[-234880,-307117],[-236050,-308806],[-233618,-308216],[-233664,-311907],[-240658,-307184],[-235353,-313559],[-239786,-313078],[-240960,-311545],[-238088,-311747],[-236044,-312655],[-236960,-312343],[-237385,-312504],[-233547,-314659],[-241617,-317231],[-240081,-316849],[-238401,-318003],[-238200,-317462],[-238410,-316812],[-239571,-318484],[-236728,-316221],[-236624,-318609],[-237444,-317908],[-236460,-318234],[-239694,-318610],[-238839,-319712],[-238661,-319382],[-239338,-318791],[-235258,-317118],[-235842,-314662],[-235420,-314512],[-236904,-314950],[-235902,-315523],[-237842,-314039],[-237330,-313495],[-240928,-314102],[-241365,-312368],[-241632,-316200],[-239591,-315307],[-240188,-316776],[-242056,-321226],[-241742,-321725],[-238327,-323412],[-240516,-324577],[-238199,-322087],[-238428,-324736],[-236591,-320919],[-238571,-326456],[-238041,-322771],[-238880,-324799],[-241432,-325168],[-241705,-330787],[-243021,-331130],[-240291,-324425],[-239450,-323227],[-239388,-324253],[-238698,-321226],[-241452,-321118],[-239735,-320919],[-240278,-319897],[-242315,-335357],[-242837,-336500],[-242211,-334707],[-242197,-335895],[-241467,-335636],[-241432,-335721],[-241038,-337189],[-240640,-337246],[-238878,-334357],[-239889,-335591],[-240676,-335836],[-239456,-335942],[-239594,-335331],[-241085,-335371],[-241924,-335304],[-240515,-335062],[-240979,-334793],[-239856,-334760],[-242049,-334081],[-240198,-333434],[-241715,-333472],[-241538,-333058],[-241717,-334310],[-233218,-480680],[-232401,-480827],[-234774,-484670],[-235019,-485174],[-234024,-481471],[-230956,-478642],[-232935,-479845],[-241548,-498897],[-241974,-497943],[-237065,-498055],[-237754,-497167],[-237039,-497045],[-236860,-494774],[-237663,-497168],[-237528,-495518],[-237207,-495489],[-237604,-495521],[-239083,-495227],[-239925,-494267],[-237280,-493659],[-237924,-488113],[-236836,-490403],[-237023,-489873],[-236009,-486432],[-239707,-488471],[-239000,-491754],[-238649,-495363],[-237417,-491743],[-239205,-490403],[-239761,-489087],[-237708,-492513],[-239173,-489571],[-237002,-490681],[-238630,-503775],[-238784,-502731],[-241474,-506652],[-241775,-508622],[-238026,-502083],[-238123,-502256],[-242055,-508523],[-241786,-508499],[-242483,-508896],[-237804,-500871],[-241132,-514619],[-242082,-514355],[-241272,-513944],[-242166,-513684],[-9189,-68932],[-727,146565],[-713,143395],[-729,142820],[-253921,-291389],[-252218,-293788],[-255680,-289952],[-253498,-291021],[-255580,-301492],[-254068,-300809],[-252800,-294972],[-243317,-306511],[-243285,-301593],[-249174,-301672],[-245935,-302420],[-245208,-302147],[-252908,-297338],[-246913,-296008],[-254282,-296412],[-247157,-306856],[-254421,-302363],[-254459,-303099],[-248936,-300560],[-254448,-300199],[-255377,-298633],[-251728,-304414],[-248698,-303442],[-250375,-300340],[-250850,-310803],[-252693,-310839],[-250574,-308696],[-250238,-310176],[-252136,-310117],[-255095,-308351],[-251578,-309467],[-251824,-317041],[-252224,-317676],[-251228,-316697],[-249829,-307451],[-251495,-319286],[-249417,-317279],[-250424,-317961],[-250977,-318868],[-244111,-318044],[-252398,-332518],[-243833,-329879],[-243350,-326904],[-254195,-328268],[-251953,-326662],[-255251,-324144],[-252228,-328413],[-249489,-329998],[-254987,-332368],[-250019,-327639],[-245036,-331279],[-246454,-332081],[-247230,-331819],[-247009,-332464],[-249643,-330771],[-248008,-329842],[-249336,-329909],[-249546,-329799],[-246231,-329496],[-244901,-330283],[-244952,-330640],[-245288,-328069],[-246124,-330019],[-246014,-327931],[-244956,-328196],[-250006,-331217],[-252070,-329708],[-249878,-331112],[-251737,-331396],[-253802,-332559],[-253359,-331618],[-252813,-330730],[-253537,-330694],[-254244,-330017],[-250817,-333367],[-254062,-338582],[-250788,-335017],[-253896,-338451],[-253803,-337476],[-253305,-332717],[-254113,-334292],[-251032,-338016],[-245935,-336272],[-249662,-335729],[-250015,-336110],[-247435,-334410],[-248673,-337400],[-245628,-339116],[-245585,-338236],[-244958,-339074],[-246563,-338183],[-245950,-336834],[-245883,-336795],[-246363,-336247],[-247320,-334937],[-246741,-335980],[-248596,-336343],[-248661,-336522],[-244906,-334956],[-245808,-335033],[-245904,-335243],[-244597,-334372],[-243652,-336443],[-250930,-333192],[-252082,-334485],[-253639,-338611],[-253594,-337092],[-252454,-336754],[-253205,-338207],[-252686,-337662],[-252000,-15110],[-243536,-496134],[-244016,-496404],[-243364,-499499],[-244284,-513257],[-243892,-514271],[-244212,-513331],[-243458,-517222],[-244920,-521317],[-243463,-517365],[-243379,-517300],[-246374,-42028],[-243828,-39232],[-261804,-289307],[-261629,-289178],[-256746,-293453],[-257946,-286058],[-259133,-285812],[-258965,-290375],[-260090,-288076],[-257614,-294100],[-257037,-294396],[-256177,-302798],[-259657,-299169],[-256079,-298559],[-260335,-305707],[-258869,-300657],[-264839,-301089],[-258599,-300013],[-264852,-297102],[-259230,-306684],[-258515,-299655],[-258453,-297928],[-265497,-300896],[-262502,-297600],[-260688,-305154],[-258176,-302933],[-264089,-302580],[-260591,-310303],[-257425,-310654],[-261178,-310229],[-261462,-310502],[-258403,-313803],[-257922,-319592],[-262887,-309594],[-256750,-321451],[-258483,-326471],[-256617,-334457],[-268588,-560694],[-268148,-561488],[-267812,-562481],[-266437,-561785],[-267381,-565007],[-263731,-573202],[-262697,-570752],[-268335,-563030],[-264177,-571822],[-266540,-570807],[-266545,-571867],[-266415,-572103],[-267184,-569947],[-267007,-568114],[-266053,-567753],[-263877,-572192],[-263775,-572048],[-263278,-571346],[-263810,-572217],[-263982,-571920],[-263738,-572164],[-263051,-571195],[-262525,-572876],[-265274,-57401],[-265135,-57683],[-264437,-57924],[-264063,-59683],[-263925,-59853],[-263886,-60029],[-258516,-57474],[-258516,-57487],[-258463,-57805],[-261613,-63095],[-261658,-63119],[-262006,-63316],[-262071,-63352],[-262393,-63536],[-262453,-63571],[-261694,-63147],[-261197,-63221],[-261165,-63283],[-261003,-63562],[-260980,-63608],[-260960,-63644],[-260777,-63976],[-260807,-63913],[-274719,-175154],[-280525,-514142],[-275073,-559322],[-277528,-560474],[-275529,-559998],[-273839,-558337],[-275151,-559299],[-273683,-558320],[-277538,-560394],[-277445,-560465],[-275112,-559388],[-273517,-566112],[-272461,-565135],[-271046,-564051],[-273772,-564030],[-273740,-564240],[-273940,-566764],[-277717,-563038],[-277735,-563107],[-274960,-564108],[-274737,-563726],[-275165,106544],[-291467,-522105],[-285400,-516792],[-284505,-518066],[-288667,-516796],[-290279,-520719],[-285295,-516797],[-291438,-518836],[-285102,-516083],[-284124,-516116],[-286343,-512711],[-291456,-523052],[-290578,-522287],[-291947,-519055],[-287964,-515656],[-287356,-515192],[-287402,-515054],[-288319,-516346],[-289702,-517147],[-289812,-517150],[-291107,-517401],[-291493,-523097],[-291088,-517846],[-292514,-518119],[-291749,-517947],[-292546,-521259],[-292771,-520757],[-292370,-519527],[-281764,-513791],[-285288,-516675],[-289077,-521248],[-288004,-521302],[-288667,-521759],[-288895,-522502],[-288590,-519311],[-289610,-519078],[-286381,-92685],[-289356,503771],[-291470,505702],[-303626,394533],[-299840,396294],[-299683,393347],[-300566,392045],[-300931,389455],[-304019,405923],[-300494,405693],[-298378,408688],[-299505,408262],[-304623,397834],[-300089,398033],[-304947,511665],[-302626,509570],[-301795,509094],[-300938,507704],[-300491,510094],[-301377,521850],[-301534,520973],[-306867,520957],[-306413,523216],[-305495,524043],[-304818,522612],[-306403,515506],[-305323,514192],[-304894,525220],[-314527,-90323],[-311032,398349],[-313169,400322],[-314740,401705],[-311609,401885],[-309108,399529],[-311056,400768],[-307375,514217],[-308598,513656],[-308954,514430],[-307994,515900],[-308667,516142],[-308243,517531],[-307892,518732],[-308230,522399],[-329190,-154829],[-329904,90800],[-338396,-116634],[-338932,-116755],[-339126,-116376],[-339194,-115639],[-340704,-118959],[-342114,-116324],[-342346,-115378],[-339576,-115718],[-338161,-116333],[-337720,-116269],[-335429,-115212],[-334951,-115644],[-336612,-116712],[-335273,-151907],[-343507,-174193],[-343876,-173712],[-343495,-174060],[-338153,-34236],[-337683,-35471],[-336104,-35612],[-344037,-38570],[-344356,-108727],[-337011,-114965],[-336456,-114882],[-354136,-119088],[-354086,-118754],[-348628,-139613],[-355565,-141217],[-349598,-110153],[-359860,-118206],[-359569,-117992],[-362208,-246903],[-361652,-247909],[-365269,5438],[-15127,-118701],[-24578,-149769],[-24102,-1074],[-23554,-154],[-18118,-63248],[-20122,-63048],[-22746,-61142],[-21240,-62429],[-14659,-65477],[-22578,397],[-374800,-121454],[-374827,-121795],[-383019,398465],[-382240,400089],[-381105,398863],[-380449,398190],[-383498,400413],[-393790,337389],[-394992,337488],[-394386,336778],[-392982,339266],[-391283,338932],[-391049,339805],[-395116,353669],[-396388,356185],[-395436,356318],[-394220,357103],[-394716,348100],[-395900,349206],[-390361,351130],[-390667,350091],[-390725,347141],[-391772,348016],[-390657,355921],[-390517,354239],[-393294,357058],[-396177,362647],[-395106,362477],[-395140,361076],[-393266,361389],[-394097,362072],[-391641,364490],[-392268,364150],[-388271,364624],[-388559,363918],[-389936,365733],[-388716,367759],[-390335,368566],[-391586,370179],[-388515,370845],[-395420,368920],[-396752,367862],[-390691,365501],[-390892,365315],[-392814,365143],[-387339,367486],[-390878,371956],[-392169,374353],[-391726,373806],[-389404,379458],[-388348,379233],[-390973,379437],[-391367,380036],[-393331,377208],[-394572,378904],[-393707,374809],[-394546,376236],[-396118,373417],[-396228,405286],[-395268,406207],[-395893,400379],[-395211,400941],[-395125,400100],[-392720,397429],[-392935,398356],[-393249,398037],[-391020,398401],[-392253,397746],[-387334,399448],[-386433,397451],[-387496,401475],[-387372,401206],[-386387,401011],[-385014,399712],[-386521,401990],[-386431,402615],[-386070,412598],[-385180,412394],[-400198,351699],[-397892,349309],[-398472,349171],[-397273,352755],[-402264,348229],[-402991,346819],[-402318,354901],[-401553,353760],[-406084,356601],[-405555,357746],[-402577,355146],[-403420,353924],[-399365,356179],[-399480,355868],[-399794,360180],[-397842,359252],[-397624,362064],[-399770,366759],[-399524,365070],[-397721,366508],[-397372,367283],[-405434,362400],[-404976,363630],[-408908,364617],[-407291,365744],[-409485,364810],[-404086,370067],[-403259,368252],[-406686,366793],[-399033,369631],[-399135,368896],[-400650,371114],[-400158,372674],[-403048,376474],[-401226,376788],[-399638,380587],[-400882,379960],[-404885,377153],[-403918,379375],[-405111,376884],[-401527,379558],[-402861,374319],[-400933,373477],[-401909,375559],[-406389,490651],[-406783,490377],[-409384,487186],[-410680,378088],[-411210,486266],[-410057,485393],[-411968,488720],[-414220,492346],[-415580,493522],[-420770,495634],[-420265,495297],[-417443,493900],[-416984,494127],[-413516,497231],[-412403,497755],[-410423,486682],[-411557,492598],[-411140,492809],[-497116,369870],[-493315,380351],[-494664,378923],[-494085,378789],[-495913,382214],[-495469,380666],[-499025,380965],[-490871,373854],[-492337,375309],[-492110,375180],[-498895,374833],[-498665,393456],[-497210,394289],[-494464,393901],[-494320,393832],[-494541,391458],[-495702,390393],[-495964,390621],[-496426,389565],[-493678,387742],[-494200,386666],[-497476,385500],[-494818,384973],[-495654,384240],[-490059,385566],[-489688,384628],[-26483,-149449],[-30172,-50835],[-30833,-50758],[-28798,-51777],[-29172,-51080],[-499213,369767],[-502610,370673],[-501321,370806],[-504191,368549],[-511371,370193],[-511578,371092],[-510512,381422],[-511663,381849],[-500991,380099],[-500761,380839],[-500649,383252],[-499893,382555],[-500977,372388],[-503353,372374],[-502085,372124],[-500193,373300],[-510569,374570],[-509548,374679],[-509165,377005],[-511793,374274],[-511534,374737],[-504029,379294],[-505883,378635],[-504151,379494],[-504416,379910],[-509866,389866],[-510320,391289],[-507777,392119],[-508535,388264],[-508939,386701],[-507906,386174],[-508749,386072],[-511803,384687],[-502961,393563],[-501818,392231],[-503575,390545],[-502698,390349],[-502610,390826],[-504215,392282],[-504681,392903],[-515030,370806],[-514350,371137],[-515483,368986],[-514774,369659],[-512307,364370],[-512465,382069],[-512762,383411],[-515933,372719],[-514622,371912],[-515473,378216],[-516436,377257],[-549869,200785],[-547191,203085],[-548112,201246],[-547720,204254],[-547143,203838],[-547610,206284],[-549021,207163],[-560202,186516],[-557793,186169],[-558479,187197],[-558459,189013],[-551918,200899],[-551040,202575],[-552592,196596],[-560628,198885],[-560283,198173],[-557602,197272],[-562630,197051],[-562893,204411],[-560861,194705],[-561420,193339],[-561209,193645],[-562660,193784],[-562266,192226],[-556191,194692],[-554964,195184],[-554585,197068],[-550830,194486],[-552855,194783],[-559273,204695],[-558972,202647],[-555265,204844],[-560998,209439],[-559154,206581],[-560890,206576],[-553044,205306],[-554558,206970],[-568267,190793],[-568370,191499],[-565286,186489],[-563650,186123],[-569992,186193],[-573060,188788],[-572753,187871],[-574176,186947],[-572266,186657],[-571980,186421],[-570284,188520],[-566383,199062],[-564085,196701],[-566574,196989],[-571945,198492],[-572509,196201],[-573731,194673],[-574205,194563],[-573899,200210],[-573506,200340],[-574716,203526],[-573430,202797],[-571194,204561],[-572007,202594],[-569157,202097],[-570856,203823],[-566736,202522],[-567547,202784],[-564369,203591],[-564262,202515],[-564027,202904],[-564199,198426],[-564627,198614],[-568489,193199],[-568207,195461],[-569237,196756],[-568981,197119],[-569132,207104],[-569556,207786],[-564757,205260],[-563540,211818],[-563962,208427],[-563237,209840],[-580029,1760069],[-578266,1778206],[-577185,1773748],[-576743,1772438],[-577268,1768361],[-578442,1771501],[-577137,1772763],[-577727,1771749],[-576295,1770279],[-584057,1768817],[-584375,1769701],[-583705,1769470],[-588407,1781949],[-578181,1779859],[-50045,-150776],[-50571,-149940],[-50959,-89275],[-50877,-90589],[-648541,-265408],[-59475,-154717],[-59810,-154344],[-59965,-154729],[-60136,-154904],[-56322,-176091],[-56115,-177154],[-57181,-177083],[-55864,-176146],[-56111,-177164],[-62125,-179821],[-56024,-68361],[-56266,-89045],[-53342,-90156],[-54356,-90307],[-52514,-90389],[-52075,-90840],[-64250,-424320],[-64435,-424225],[-69941,-82087],[-68933,-81790],[-68304,-80251],[-68092,-87352],[-69673,-85734],[-85840,-553143],[-84910,-553562],[-88326,-586151],[-84373,-584906],[-84292,-585711],[-86820,-585457],[-89530,-590501],[-88641,-595276],[-88660,-591394],[-86125,-588629],[-85620,-589480],[-86610,-590354],[-95314,-117601],[-94273,-118935],[-94760,-122985],[-95274,-125350],[-95090,-124503],[-99514,-551505],[-99373,-553874],[-99520,-551298],[-99605,-551354],[-98433,-586816],[-98365,-586466],[-98166,-583645],[-99425,-584647],[-101525,-586192],[-101013,-586628],[-100526,-588368],[-100538,-586593],[-90827,-591000],[-90833,-592057],[-90238,-592954],[-98983,-589215],[-98840,-596922],[-101544,-596047],[-101553,25207],[-98916,24211],[-97987,24307],[-99455,30905],[-100729,28929],[-96886,28096],[-100236,34932],[-101879,35023],[-101185,33790],[-103550,-549119],[-104741,-548962],[-103230,-549593],[-104427,-549551],[-105546,-549514],[-106451,-549641],[-112897,-551983],[-114394,-550852],[-114831,-551398],[-107071,-581467],[-108023,-582994],[-107260,-581967],[-107912,-583170],[-109604,-582744],[-103670,-590197],[-113842,-599651],[-107844,-598435],[-106453,-594973],[-102893,-595785],[-104105,-588957],[-102640,-591759],[-108596,-602119],[-103160,34678],[-104899,34802],[-107125,34209],[-112013,34145],[-111417,41220],[-112411,40279],[-112146,39493],[9944,137362],[2533,140629],[11129,137355],[4635,135723],[12184,143617],[11608,146114],[1359,142977],[10224,144726],[12066,146596],[5761,144189],[1640,141269],[10082,146987],[12575,18079],[12614,20039],[11517,19394],[11802,19130],[7356,104658],[7404,122319],[8405,121117],[8571,120704],[9277,119393],[9518,118482],[10439,116537],[1283110,549978],[1281919,549635],[1282102,547844],[1283111,547006],[1281071,549300],[1286636,552967],[1282101,550660],[1280408,557566],[1280041,555672],[1280168,551359],[1282008,553110],[1282602,553335],[1283356,553468],[1286253,555297],[1286309,553273],[1286247,553052],[139252,-279],[134975,-8868],[139641,-8698],[129678,-1579],[133132,-3385],[133244,-6506],[131621,-5293],[131404,-11300],[128789,-10641],[129898,-8126],[128250,-8850],[136836,-302387],[132101,-303603],[130704,-302367],[136958,-302123],[137193,-302883],[136016,-299204],[130927,-303262],[134599,-311763],[139715,-319691],[137333,-307934],[138050,-318174],[139640,-319059],[140727,-317513],[139736,-311553],[137814,-311882],[140128,-321140],[139620,-323240],[139291,-320248],[140756,-323258],[139841,-325002],[135564,-330045],[137090,-327438],[133668,-331826],[139835,-324965],[139373,-324431],[128238,-332435],[140505,-324836],[140052,-325652],[128224,-329797],[129736,-332147],[132779,-331285],[139394,-330239],[138611,-328992],[139385,-326903],[136956,-331672],[135365,-332238],[137170,-331415],[135024,-328210],[136665,-332552],[133447,-329842],[134988,-328467],[133341,-329360],[133776,-327943],[129262,-337964],[131794,-341051],[130812,-334084],[130319,-339208],[131561,-342249],[128974,-342184],[129088,-333268],[132034,-336781],[130600,-347524],[130370,-349788],[132332,-348629],[132030,-350693],[139593,-24991],[138907,-13385],[139883,-15624],[140251,-16207],[139964,-24686],[140403,-18436],[134945,-25151],[131629,-13094],[133006,-22107],[128695,-20743],[133093,-22481],[131991,-20336],[130123,-22895],[135589,-17201],[136626,-18825],[136941,-19191],[130250,-14286],[133312,-35072],[138116,-37811],[134828,-36076],[136392,-32288],[134422,-33326],[138162,-34443],[139689,-28500],[129522,-37646],[131407,-35456],[134035,-35634],[132986,-36050],[133686,-36266],[133258,-36604],[128743,-36069],[139774,-28403],[134062,-26908],[135735,-26687],[139308,-38397],[139498,-38328],[133237,-40587],[129454,-38863],[137861,-41096],[139810,-41790],[139542,-42079],[137871,-40636],[131915,-50183],[128238,-49689],[131903,-50551],[128239,-50725],[128190,-50913],[129685,-60824],[128472,-58382],[128572,-58367],[128524,-56659],[131429,-54504],[131487,-52932],[128479,-63017],[139826,-72834],[139455,-73200],[139545,-72833],[137936,-72882],[138945,-72537],[138085,-72852],[136584,-72742],[136610,-72796],[136486,-72783],[136061,-72657],[134657,-72899],[139961,-74554],[139090,-74240],[139687,-74731],[139217,-74475],[128808,-66602],[130065,-74192],[130723,-74788],[132047,-74251],[134868,-88273],[134917,-89259],[135667,-88934],[136442,-87437],[136446,-87880],[138341,-88468],[139241,-88297],[140502,-87763],[137367,-84226],[136151,-85740],[138378,-85621],[132614,-85651],[132825,-86275],[133104,-83128],[133172,-85205],[132381,-83233],[129239,-84453],[129427,-84171],[128054,-83307],[128258,-80818],[128491,-81347],[128435,-81520],[138985,-84451],[139751,-84878],[138993,-84411],[140421,-82767],[140514,-83451],[131485,-94476],[129732,-95173],[131062,-95156],[133983,-90023],[133260,-90458],[133886,-90985],[130477,-92340],[130677,-92522],[130505,-92508],[138083,8662],[132484,12965],[128024,8474],[131441,4114],[135617,3775],[133908,5955],[134507,5995],[134870,6919],[135849,4224],[138952,9436],[139067,8928],[139527,8808],[132413,128655],[131832,129831],[131928,130571],[137192,130077],[138228,128313],[138932,129782],[128314,130934],[129326,131015],[139164,145610],[137137,145603],[136912,145404],[136554,144050],[133045,144464],[138459,145029],[138643,143255],[135404,145183],[136214,20149],[138196,20639],[139747,14905],[139142,21372],[139464,23851],[129441,24754],[131418,24753],[130486,20891],[131699,22781],[129774,13633],[129958,15721],[138796,23782],[139124,24247],[128001,15125],[136779,16738],[128439,26855],[134875,38114],[140203,27408],[137381,30186],[138998,33960],[136430,32522],[138062,32967],[131466,34423],[134618,34526],[131527,33028],[130699,26522],[132919,28276],[129766,26212],[138299,49555],[133379,50831],[133222,50751],[134719,49831],[131639,51214],[132037,51168],[128660,49802],[129647,46719],[131765,45469],[128681,43283],[134880,39668],[140362,44887],[134837,46441],[140316,48720],[137446,40338],[135000,43107],[134100,43781],[137014,64008],[127913,59118],[128528,58910],[132916,54937],[131854,55154],[129919,53522],[135019,54828],[128420,54821],[128905,54731],[128412,54291],[132475,54130],[135864,57644],[131146,51634],[134734,64954],[128060,73469],[128099,67551],[136255,66221],[137166,69254],[139118,73215],[136030,67729],[136012,64239],[139574,73435],[140582,70313],[136361,64686],[138285,77854],[128153,88861],[133077,87177],[128086,86513],[130191,88615],[137387,80392],[139335,89756],[135549,83843],[133367,93257],[134282,90198],[129195,94607],[129425,98032],[129873,93175],[140499,101839],[136750,105271],[131068,103987],[133813,112783],[128599,110386],[136381,105666],[135513,113103],[137007,113585],[135400,113892],[136051,112558],[137208,113398],[135437,114463],[140497,113540],[139745,115041],[130370,112191],[137465,103467],[128829,108268],[132812,112182],[137170,121516],[138989,118759],[135410,118536],[137103,118750],[137182,118681],[136429,121182],[138830,127037],[137074,126009],[139928,120716],[140571,121486],[133685,127302],[130946,127553],[130999,120414],[131270,120455],[128126,122178],[132074,117434],[129178,117482],[129964,117083],[129205,117511],[131335,115484],[130013,116959],[152225,-165023],[152646,-162567],[142509,108],[148666,-5325],[147662,-5306],[150264,-10520],[149814,-11198],[146274,-11005],[151869,-9426],[151635,-8874],[145706,-287500],[145027,-293341],[145672,-293479],[147782,-285315],[151754,-284936],[147005,-286813],[148792,-285395],[151442,-282242],[151890,-284331],[145618,-285842],[148556,-305831],[142891,-303037],[142662,-304907],[146807,-300054],[145532,-297952],[142847,-298493],[144138,-305803],[141075,-300491],[144603,-299915],[145680,-298145],[146960,-305983],[145821,-294387],[145247,-303896],[146187,-299921],[144362,-302531],[149097,-298746],[146105,-301094],[147509,-306209],[144604,-296205],[149640,-299687],[150446,-305945],[149398,-297896],[145628,-304672],[152025,-300183],[150825,-300792],[147325,-300801],[146769,-304058],[143142,-310232],[140955,-307590],[151374,-308255],[143946,-309790],[140849,-308889],[146313,-313123],[151429,-307213],[146582,-307483],[150707,-308926],[142038,-307083],[142048,-319088],[145803,-316655],[145051,-316810],[142065,-317381],[141338,-316794],[141711,-318016],[145295,-319394],[144891,-309548],[146844,-308871],[152736,-308245],[153465,-308025],[141543,-325294],[146326,-320401],[141845,-327797],[145876,-327956],[143312,-320244],[143339,-324651],[142815,-324027],[142351,-323384],[141035,-328300],[145102,-323706],[149137,-326136],[146414,-323938],[145851,-326093],[147525,-324013],[148008,-328949],[145891,-327940],[148152,-329195],[144662,-327005],[143829,-327793],[143407,-327559],[141312,-327715],[145217,-24419],[143080,-14662],[140955,-16894],[142010,-19507],[141474,-18616],[147670,-22776],[148164,-25093],[152282,-14612],[148928,-15271],[151917,-14197],[151506,-20639],[151243,-19368],[153229,-14186],[141398,-34511],[141649,-37636],[147522,-25428],[151935,-27693],[146379,-30768],[145027,-26005],[152979,-31331],[152331,-31534],[142030,-38855],[143676,-47903],[143962,-47941],[144560,-45973],[151701,-46709],[146172,-46229],[145966,-45654],[147336,-45886],[148228,-45602],[151810,-47443],[150816,-47685],[153351,-47120],[146786,-47661],[145445,-43937],[145377,-44279],[148981,-40420],[144330,-45977],[144520,-45702],[142366,-38745],[143789,-39484],[145199,-39138],[145338,-39710],[149490,-40382],[149844,-39910],[147954,-40405],[152326,-50424],[152186,-48563],[141618,-47099],[142526,-48203],[142065,-49485],[141022,-48217],[141337,-48340],[143674,-50103],[143301,-49129],[146261,-48543],[145614,-49899],[150640,-75716],[151271,-75545],[140913,-74756],[140897,-74988],[141036,-76433],[141115,-76325],[141656,-75626],[150125,-75982],[150194,-75429],[150254,-75809],[147066,-75415],[146607,-76005],[146036,-75871],[146608,-75428],[146420,-75449],[152967,-88414],[153168,-77648],[153408,-77652],[152811,-77228],[147719,-77917],[148154,-77835],[147664,-77881],[152660,-84917],[153273,-85350],[153292,-85293],[153420,-82121],[152923,-82586],[153355,-82440],[141277,-85867],[140827,-85702],[141258,-85312],[140788,-82739],[150772,-96166],[150913,-95752],[152945,-91049],[151194,-93323],[151579,-94538],[144304,1098],[143233,651],[147064,9583],[147877,10640],[149267,10993],[143799,10517],[147824,3806],[147766,4932],[147172,7910],[148197,3692],[143658,133811],[142971,133110],[141683,133080],[143494,131394],[142249,132970],[143485,133485],[145572,132225],[145969,130112],[144965,129501],[144247,130198],[144600,128305],[146119,138798],[146375,137347],[142319,140446],[142817,139779],[143969,138871],[149468,130063],[148708,129246],[149256,130457],[150662,134699],[152125,131926],[152291,131622],[149975,137219],[151479,140159],[152084,139181],[146235,142872],[144533,141114],[142340,144110],[142028,144493],[146327,141426],[144692,142399],[149210,142197],[153257,146931],[152653,145763],[150938,146403],[146830,14298],[148633,16132],[148187,16685],[146248,13712],[143082,19901],[145850,23949],[143867,22251],[146485,23142],[153559,23348],[151557,19590],[144007,30697],[145276,36599],[145208,31339],[143391,27986],[153429,34090],[143444,35469],[144445,34005],[142906,34854],[152530,42971],[152879,43186],[153518,43642],[152699,43070],[152759,39799],[145409,43855],[145952,48178],[145997,43038],[143905,52105],[143056,38642],[147764,55353],[150344,60086],[143576,58507],[149458,59597],[149620,56508],[145618,62182],[152143,62419],[144758,58573],[141118,55098],[150075,61617],[148192,51519],[151188,57160],[151211,57427],[140872,56104],[142217,70764],[143759,73925],[141015,65262],[147319,67877],[145288,71002],[147373,64641],[151966,67743],[148160,65725],[144020,74073],[144955,64275],[143004,86530],[144197,82267],[146670,88533],[144505,89774],[149825,86427],[146684,80836],[148679,84889],[152811,89066],[151438,86184],[141952,77504],[144246,101560],[144045,100787],[146437,101497],[149755,98782],[149208,98959],[151059,98131],[150581,97842],[150457,97717],[147331,102390],[147847,91331],[149832,93817],[150520,95078],[149600,92217],[151599,98490],[152513,102399],[152295,98390],[153346,99214],[151639,98728],[153364,101031],[151220,95148],[152774,93227],[152168,93264],[151173,98715],[151129,95614],[151048,97185],[143040,108975],[145305,103920],[146357,104029],[145986,104908],[146330,105509],[153337,105481],[152806,103609],[149256,123124],[150270,121778],[150382,119790],[147161,126316],[150005,125694],[149902,125453],[149687,124265],[151899,125812],[141471,125075],[140827,122885],[143548,119356],[141832,121734],[165712,-116265],[156910,-122069],[155953,-120238],[154915,-122513],[158001,-124135],[155543,-123999],[161750,-128935],[161977,-129437],[166177,-159940],[155800,-162734],[153966,-163882],[154050,-159964],[156273,-158720],[155476,-160790],[156382,-164572],[157326,-172545],[156480,-167169],[156651,-168977],[156552,-222105],[163438,-224470],[155679,-4829],[157327,-2213],[157443,-2970],[155163,-4719],[159247,-9550],[160826,-6696],[162130,-6212],[160499,-11767],[166332,-4698],[164133,-12411],[161672,-11025],[154174,-277775],[153798,-278201],[153752,-279658],[153707,-306320],[153635,-307833],[163191,-13585],[156054,-19099],[154358,-18022],[155342,-13321],[155886,-16225],[157629,-13121],[157675,-13713],[157470,-14831],[157099,-22609],[163811,-20879],[163541,-22564],[165249,-23572],[165653,-24945],[153668,-26341],[157502,-33312],[155808,-33507],[154380,-36026],[154291,-37735],[163758,-32781],[163558,-26523],[164173,-50619],[162480,-48184],[163440,-48257],[161201,-48831],[154496,-48580],[157608,-47454],[157021,-48191],[160368,-48481],[158660,-47908],[157827,-47832],[160709,-47150],[158127,-49447],[159294,-50170],[162046,-48587],[161991,-47848],[160793,-46883],[158087,-47233],[162189,-49506],[161744,-49921],[161230,-41783],[159067,-47144],[154169,-41553],[155127,-46595],[159044,-47551],[155760,-47003],[157905,-40800],[157150,-41696],[153964,-47310],[160092,-40282],[159591,-41258],[156885,-46854],[163628,-47979],[164921,-48297],[162268,-42228],[165660,-43665],[166180,-44108],[164184,-43344],[164120,-43876],[165428,-48170],[163571,-42671],[163043,-42686],[158582,-47098],[161616,-41810],[163677,-48094],[160072,-49578],[159653,-50729],[155240,-38518],[161343,-52996],[161650,-53119],[160387,-51880],[161643,-52048],[159827,-54439],[166357,-56648],[160529,-54725],[165853,-54931],[161618,-62497],[166301,-60221],[161963,-63353],[165921,-63771],[157359,-60416],[159468,-60501],[158299,-59468],[161488,-56496],[154206,-51858],[154569,-51717],[155447,-51965],[156192,-52073],[154394,-54325],[155025,-53273],[154566,-55380],[154649,-55745],[158965,-54330],[158952,-54842],[162610,-72250],[159699,-70174],[166007,-64532],[163110,-69314],[161833,-70398],[165358,-71603],[158777,-66980],[162438,-71843],[161817,-67289],[165441,-72949],[156609,-75301],[157089,-75629],[157335,-75571],[160142,-67360],[160488,-67305],[160937,-65394],[160254,-65734],[161645,-66544],[164220,-80484],[164633,-82806],[164886,-80326],[163832,-85911],[164044,-84253],[161927,-82567],[156431,-86543],[161172,-88575],[163122,-89083],[157180,-88774],[158235,-88125],[154351,-85194],[157945,-85501],[155926,-85643],[157559,-85329],[162708,-88630],[163176,-88710],[162430,-88190],[157759,-86880],[158435,-87350],[158378,-87570],[160236,-88060],[160433,-88317],[159584,-87768],[160960,-85814],[162421,-86425],[161728,-86632],[154196,-85415],[155140,-83344],[155280,-82737],[155392,-82667],[156829,-77954],[156804,-77612],[156133,-77872],[166383,-92434],[163351,-91848],[160373,-91774],[160104,-90619],[164827,-91557],[160291,-90000],[160101,-90486],[162983,-92048],[157795,-90454],[158172,-90067],[154711,-89991],[160285,-96116],[161392,-94524],[162762,-95066],[164225,-99096],[164974,-99247],[164425,-96163],[163767,-97348],[163617,-94534],[162906,-96436],[164447,-96950],[160840,-91771],[161996,-89451],[161911,-89426],[165840,-96163],[165711,-96432],[165109,-101586],[165551,-101878],[162691,-102008],[161769,-101857],[163578,-100718],[161492,-101731],[159966,-92228],[160971,-90967],[159798,-91501],[164706,-92664],[165252,-91859],[164758,-92035],[160073,-93601],[159697,-94281],[159709,-92869],[158758,-91133],[166290,-107082],[165231,-111212],[164446,-110479],[165675,-102337],[165559,-112902],[166104,-112422],[166125,-107114],[165113,-105616],[165642,-106436],[165299,-105415],[165908,-105570],[166377,-103398],[165401,-103471],[165875,-104158],[164387,-103351],[163697,-103202],[164904,-103665],[160248,-102597],[160371,-102906],[164322,-108997],[163881,-107593],[164555,-113681],[164020,-114474],[164133,-114342],[161577,-108461],[161028,-108402],[160840,-108233],[162561,-108851],[161450,-108805],[163024,-109239],[163166,-110975],[163227,-110823],[160688,-112932],[160302,-112483],[161168,-111743],[158687,-111721],[160249,-112289],[159873,-112145],[160039,-113675],[159106,-114727],[160089,-114876],[155848,-113227],[155206,-113203],[155723,-113538],[161024,1852],[159028,1871],[161900,3404],[161390,130265],[160928,129976],[154149,131144],[160188,140704],[156700,139586],[164070,139082],[163719,138459],[161334,136565],[165519,139040],[163136,130456],[163493,133052],[166183,134635],[166171,135732],[153679,129034],[155867,128290],[162078,141312],[156857,142510],[157750,142396],[159512,142424],[159494,141908],[160019,142754],[162661,144910],[161692,145707],[160731,146146],[159104,146850],[158307,146130],[158449,146431],[156801,146285],[153910,145595],[160285,23762],[160351,23712],[154580,24163],[156055,25264],[157712,19401],[155546,23544],[165815,20253],[164013,23988],[164038,20224],[165692,24541],[153776,48245],[153670,43829],[153795,39022],[158799,39459],[158947,38796],[156175,40014],[154743,53183],[162534,63464],[161083,58118],[164881,58028],[164854,56100],[162243,53392],[163181,52300],[159482,76977],[156753,72622],[154179,66832],[157319,72104],[165119,70806],[155010,65088],[154411,64959],[156300,70865],[154124,65313],[156819,70654],[155554,64978],[153926,73288],[162565,89558],[159527,88906],[160883,88021],[162480,89082],[160947,89017],[160438,88592],[157172,88716],[160495,82886],[157776,84366],[159862,83107],[158864,83043],[160052,84556],[166043,84012],[161441,84637],[164507,83787],[164911,84930],[159952,78434],[161176,81473],[160607,77903],[160359,79981],[159944,77568],[154284,91769],[161197,98017],[163687,99262],[165813,99994],[160575,100782],[160806,102174],[160905,101993],[160119,101965],[159205,100197],[155105,100501],[161879,91838],[162824,92188],[161669,92179],[165388,92124],[155883,102456],[160491,98148],[161080,96983],[156313,99727],[159717,94656],[158702,94367],[162577,95678],[162177,94827],[157743,92612],[159613,92988],[158270,89901],[162817,101320],[164046,101357],[165122,110289],[165740,109904],[164179,113857],[163456,112230],[161294,102642],[154100,104275],[153809,104667],[155223,104950],[153863,102746],[163237,102944],[162509,105014],[157603,108537],[156430,109263],[159186,107769],[160637,107614],[158016,105221],[157671,103862],[161740,104789],[160515,105398],[155423,109389],[154768,108178],[154343,122615],[160032,121365],[160225,122640],[159440,120676],[156385,117995],[156253,117287],[163795,116451],[164721,116497],[156235,126645],[158880,126028],[159955,126376],[160866,121097],[161359,122020],[160992,122955],[161744,122944],[160180,125360],[161048,124994],[162837,121141],[164344,120721],[163628,122923],[162663,122656],[167505,-116705],[177973,-116228],[178799,-116344],[179054,-116011],[175582,-117229],[174589,-117940],[177033,-117748],[177688,-117899],[177716,-117332],[174117,-119911],[176172,-120390],[177093,-118720],[175821,-127307],[177422,-122011],[178489,-118085],[174944,-126933],[174185,-126184],[176833,-124852],[173267,-127570],[177146,-132897],[173090,-129827],[175530,-129904],[168555,-138349],[170652,-136295],[169788,-140283],[176598,-140803],[175356,-151819],[176046,-153367],[175617,-152270],[177764,-146474],[179077,-151754],[177970,-142803],[177069,-150815],[178040,-148679],[173113,-145371],[167385,-149570],[168562,-150926],[170839,-151950],[168571,-152716],[170762,-143741],[168288,-143010],[176031,-144254],[168306,-141628],[167573,-146159],[167924,-144054],[170204,-144701],[167264,-147713],[166896,-147029],[166682,-144608],[174403,-156847],[176026,-161844],[172374,-165912],[174519,-162337],[173270,-163350],[175841,-160295],[177960,-153664],[178681,-164285],[179055,-162806],[171578,-164146],[176961,-157193],[170975,-163585],[170926,-162500],[171674,-161542],[179087,-165886],[171487,-164661],[177257,-163187],[176148,-165300],[175537,-161586],[167782,-160669],[172095,-169466],[170519,-166249],[173104,-173019],[177937,-172939],[177978,-173929],[174925,-168341],[169993,-173255],[174622,-166695],[176616,-170563],[176111,-171852],[175929,-170722],[175241,-176015],[176342,-175812],[175199,-176059],[178386,-177828],[178573,-177303],[178009,-177839],[178170,-168682],[179071,-169453],[168750,-166786],[178793,-172425],[171443,-167177],[172467,-170081],[174046,-167982],[172670,-172203],[177418,-179385],[178391,-179586],[179043,-210352],[176524,-11294],[177209,-10237],[177865,-9738],[178081,-9934],[178444,-10526],[172988,-7869],[173507,-8243],[171551,-6052],[169372,-7377],[168900,-7417],[169457,-8921],[178308,-647],[176524,-7322],[173081,-5134],[168132,-9459],[167416,-9295],[167919,-8681],[167067,-11444],[166883,-4730],[166873,-6277],[175891,-14483],[179074,-13401],[177247,-14958],[173737,-24105],[170442,-24142],[172242,-25200],[177273,-23711],[175858,-22761],[176062,-23036],[177171,-18907],[175157,-23972],[177139,-20608],[177150,-22012],[177847,-21324],[178992,-22262],[178838,-19402],[179084,-20198],[178437,-18260],[167265,-12645],[174960,-25618],[175337,-30589],[176365,-29540],[174950,-35534],[176148,-37165],[175189,-32394],[175238,-33726],[175754,-33667],[178462,-34593],[178160,-26495],[178124,-28230],[171230,-25933],[173816,-30296],[178543,-29306],[175008,-32106],[174789,-32044],[177457,-28013],[171753,-46678],[167772,-49786],[168869,-50738],[178670,-50833],[172311,-47760],[173086,-44132],[175405,-38322],[175791,-38281],[179109,-38544],[178946,-39939],[176369,-47733],[176089,-47345],[176514,-47001],[174126,-42367],[175092,-43726],[174256,-41358],[177598,-45526],[179116,-42968],[175746,-44278],[174864,-45683],[174537,-44074],[172037,-47131],[175889,-41476],[173018,-44288],[173963,-47255],[167535,-43774],[167250,-43836],[168663,-45199],[167236,-44781],[177763,-49805],[170029,-45800],[169835,-46031],[169697,-58115],[171384,-61724],[168019,-57930],[176387,-59852],[173926,-59284],[174470,-58893],[172676,-62277],[174323,-59913],[171001,-60079],[178914,-59934],[178241,-59276],[177040,-60435],[176326,-60510],[175741,-62273],[175643,-62428],[170508,-61568],[169951,-61061],[172692,-58104],[168953,-51535],[178396,-51389],[177937,-51611],[168772,-51328],[179154,-53318],[177137,-59193],[177140,-58826],[170230,-53933],[170555,-53444],[176345,-59443],[176604,-51024],[170437,-54737],[169685,-55285],[177132,-51429],[171109,-55294],[170300,-55094],[171470,-55412],[171915,-55336],[177155,-57928],[178081,-58563],[176232,-59079],[177337,-63129],[169396,-60575],[167390,-61367],[169825,-63013],[173091,-63281],[174794,-63384],[175070,-63563],[172940,-67988],[168148,-75811],[168684,-73188],[171197,-70132],[170595,-71006],[171841,-70104],[170689,-69875],[170917,-64167],[167066,-65584],[168742,-63930],[167858,-66465],[174401,-66841],[171691,-74371],[166991,-74689],[172718,-76487],[173503,-67207],[171969,-68637],[170141,-75539],[171589,-75658],[169129,-71374],[170962,-67319],[168336,-70102],[176480,-64888],[172526,-71323],[171768,-66591],[167369,-75918],[171611,-70146],[170240,-74331],[175108,-66819],[174625,-66850],[174977,-67407],[176022,-67677],[177586,-71962],[174372,-75818],[173098,-64412],[173794,-65590],[172096,-65983],[172357,-66318],[169839,-66995],[170737,-66997],[168307,-67664],[167842,-67280],[167215,-67483],[167695,-68621],[178985,-66199],[177677,-71393],[178093,-68844],[178739,-72267],[166556,-85640],[166598,-83992],[168292,-78898],[166756,-81377],[176087,-77856],[175054,-77588],[179058,-77890],[176213,-77772],[167752,-77051],[171088,-77146],[173199,-79286],[168673,-79196],[174239,-80513],[176711,-84248],[177695,-81799],[178498,-81937],[172780,-79658],[179086,-80436],[177676,-81505],[167862,-79812],[173448,-89268],[175171,-86202],[174081,-88010],[175803,-87011],[177494,-86682],[178299,-87638],[178970,-85532],[174198,-85481],[173422,-86199],[176235,-87975],[172437,-87263],[169158,-88367],[166469,-87368],[171695,-88694],[172200,-87686],[167446,-88999],[168979,-86295],[168374,-81403],[167565,-85781],[173137,-86382],[173310,-87575],[168404,-85329],[168738,-84120],[172097,-85044],[171078,-84509],[170943,-82038],[169138,-84661],[173082,-86119],[167436,-94333],[173581,-89704],[175994,-89822],[175947,-89695],[167883,-93004],[167661,-91305],[167228,-99139],[167336,-95987],[167011,-98096],[173036,-97244],[169881,-98235],[167486,-97877],[168828,-96134],[168640,-91920],[168083,-93750],[173117,-92364],[174943,-93071],[172208,-89650],[176947,-94462],[167671,-92080],[166864,-96350],[170591,-91790],[169674,-92676],[168944,-92416],[170375,-93221],[174242,-90731],[176964,-94345],[173164,-92193],[176794,-94268],[168694,-91136],[168399,-92073],[168935,-105793],[166490,-103117],[166730,-105925],[167217,-112003],[167032,-114880],[166984,-114772],[167057,-111935],[168757,-112567],[168476,-113726],[179153,-110831],[179038,-107734],[178664,-110777],[178613,-108510],[178937,-109848],[166919,-112071],[166560,-105727],[168024,-102930],[178517,-113940],[179189,2976],[178973,11542],[177534,12644],[178952,12065],[167112,129880],[167833,129832],[166672,129791],[166573,134546],[169190,131955],[174844,128349],[174404,129013],[178950,131712],[176925,130483],[177965,131544],[177600,140113],[178168,140827],[178418,139777],[172513,140926],[174673,139795],[172571,140305],[171383,139317],[175137,140336],[171642,128300],[174466,131178],[173118,130012],[175100,131116],[174877,130967],[175372,131156],[167305,141067],[167810,142581],[170521,141144],[167667,143183],[168976,144512],[169212,144475],[171463,144236],[171403,144649],[173634,146021],[175545,146340],[176427,146256],[178701,146850],[166561,146941],[168187,147222],[168575,148194],[167914,147274],[169386,147809],[172252,148384],[174024,148368],[174384,148867],[175553,148803],[176224,148157],[178957,149147],[168074,24109],[169099,24553],[173889,25656],[172254,24727],[171165,25474],[174879,19437],[170693,27104],[177635,60798],[177519,60220],[177626,59587],[177404,59660],[176588,59656],[176915,59736],[178872,76004],[167017,100167],[166649,102058],[166679,97907],[166732,95914],[166737,96530],[169407,92919],[169212,96066],[167042,95415],[170002,95145],[179041,102234],[176452,101503],[178484,99043],[177475,95548],[178809,95292],[169172,102183],[168185,100567],[173938,107874],[174300,107415],[176372,106856],[178478,111381],[178345,106314],[166681,107747],[168257,111508],[168155,110740],[169175,106402],[170202,106218],[166572,106553],[166807,106743],[168511,107635],[167696,108002],[172307,102971],[173151,118401],[169895,116632],[168828,116151],[168210,116689],[169089,115430],[168755,116111],[178652,123288],[178663,122708],[178271,126057],[179039,127283],[179134,126604],[176598,125671],[175425,125186],[175350,123548],[178385,122777],[176174,124954],[177394,124317],[168547,124828],[169303,125429],[170459,127034],[171812,127969],[191640,-126966],[188891,-115268],[189284,-122029],[191508,-127534],[179670,-118571],[187818,-119050],[187804,-119952],[185576,-122055],[186589,-123598],[189255,-122242],[182701,-125638],[186372,-125121],[184729,-126542],[189268,-119827],[182366,-119608],[185715,-120706],[181576,-121698],[191752,-123919],[190843,-123648],[189426,-126087],[190655,-127767],[189591,-127349],[188923,-127496],[187750,-125929],[189247,-126695],[189860,-126286],[191480,-123347],[190587,-124824],[191289,-124628],[188702,-133347],[180056,-134725],[191342,-131224],[190979,-128581],[189599,-130334],[186466,-131376],[189894,-134788],[186455,-135840],[184639,-137362],[183009,-129402],[181393,-137664],[181157,-135975],[182048,-130227],[186407,-140208],[190815,-130316],[190948,-130036],[189320,-129393],[189621,-130547],[186975,-129004],[188234,-128634],[182078,-134336],[181614,-132389],[179549,-130625],[180538,-128907],[182754,-128937],[181527,-140659],[184415,-141966],[189462,-153139],[191870,-152932],[181123,-148388],[183065,-152109],[185609,-153391],[189573,-152455],[186124,-149763],[190790,-145182],[190589,-146946],[181070,-151082],[179271,-146190],[190878,-148583],[179356,-144133],[191264,-152783],[183839,-151528],[180200,-144067],[191828,-144162],[187221,-151700],[189514,-149672],[185886,-148741],[186988,-147773],[190468,-164598],[179993,-154716],[185688,-161550],[190800,-165996],[179664,-158905],[180259,-162288],[183427,-163307],[186224,-166106],[179744,-164316],[191917,-161503],[186756,-153716],[181040,-159602],[181047,-164215],[183480,-160138],[182042,-155670],[189667,-156843],[187831,-165180],[191399,-165784],[183073,-165247],[181351,-160867],[180685,-155140],[179736,-171110],[191146,-166445],[188448,-169492],[188209,-173382],[190770,-174903],[188743,-174650],[191275,-177667],[181929,-166735],[189578,-178422],[180055,-172188],[187880,-177229],[179771,-173168],[183597,-172777],[181706,-174809],[184337,-175754],[184142,-173011],[181248,-168584],[180765,-166416],[179671,-167667],[186006,-186788],[181104,-181202],[183392,-181541],[182607,-185465],[183002,-185573],[188382,-186254],[187422,-180185],[180683,-180090],[182988,-182593],[185515,-184617],[179801,-182873],[188723,-181993],[187580,-182339],[188567,-183946],[184742,-204121],[191343,-214105],[191634,-216584],[186764,-205268],[182775,-208008],[183223,-208617],[180453,-208516],[179361,-209688],[181191,-211107],[190347,-219577],[185227,-229513],[187697,-227009],[187710,-226466],[188903,-225081],[184526,-230705],[186027,-231357],[189193,-233364],[188938,-231889],[189041,-10805],[189331,-6124],[191227,-5113],[188737,-3576],[189552,-1953],[190691,-1092],[183618,-11065],[191146,-130],[184261,-2601],[182406,-5062],[184316,-4678],[185503,-10842],[183742,-8673],[186561,-25213],[187276,-24829],[188744,-23443],[190350,-17370],[187576,-16251],[190917,-12620],[181666,-12834],[181678,-21404],[179800,-21841],[190498,-18814],[190387,-19837],[191675,-17737],[184387,-20323],[181003,-21668],[191280,-29301],[190654,-26746],[180296,-30477],[180843,-32245],[184252,-30768],[179583,-30050],[181513,-30653],[180036,-30728],[188402,-30140],[187980,-29691],[189222,-30119],[189035,-29064],[187786,-28481],[186691,-26068],[184662,-34968],[186242,-34515],[183780,-29918],[188142,-35675],[186278,-36858],[185561,-37979],[191657,-26586],[186835,-30494],[189131,-26046],[184905,-33950],[191828,-33077],[191169,-33494],[184532,-26043],[185109,-27532],[182156,-26094],[186218,-32597],[183029,-36148],[179344,-35409],[179616,-35316],[185326,-45302],[180381,-47184],[180335,-48083],[183888,-45855],[180438,-47622],[179295,-48362],[190335,-49516],[180592,-42696],[179985,-40804],[189460,-39045],[188742,-39973],[191405,-43904],[184740,-46723],[184259,-47513],[189969,-46892],[184925,-48467],[191278,-46868],[188704,-45086],[189253,-46900],[185504,-45729],[190356,-49726],[187983,-47461],[187471,-48740],[187758,-48691],[191913,-50494],[187408,-49766],[184212,-50549],[183722,-50573],[182304,-49335],[182938,-47485],[180308,-50249],[180178,-48290],[189069,-42098],[188628,-43018],[183424,-45463],[182752,-44256],[182580,-45848],[183520,-38848],[181065,-39371],[189060,-49935],[188397,-49317],[181166,-61584],[180980,-62395],[179766,-61330],[180847,-61820],[179772,-61009],[180860,-61565],[179328,-62787],[180455,-63748],[180879,-62623],[181137,-63100],[189394,-61443],[184759,-56452],[180937,-60921],[186493,-57105],[191625,-51024],[189404,-51007],[187738,-58460],[189009,-61575],[190266,-60661],[190399,-60602],[184629,-56606],[190566,-58001],[191297,-57770],[190438,-55727],[190942,-54035],[190413,-55814],[188896,-61152],[189212,-60551],[187769,-58840],[188219,-58886],[180947,-60468],[179428,-53634],[191603,-63565],[191714,-62225],[180323,-54187],[179558,-54261],[179538,-51157],[179676,-51401],[183508,-53638],[183434,-54942],[183268,-55089],[181123,-53946],[181082,-54065],[186221,-59049],[186856,-58496],[185802,-58017],[185228,-58202],[189840,-62474],[185268,-57356],[188853,-63115],[185155,-57287],[181004,-60334],[191826,-64889],[186821,-67751],[189021,-68331],[185097,-65033],[179371,-75198],[182056,-71240],[180387,-73460],[182114,-75848],[185411,-74578],[180849,-70586],[186322,-75467],[184554,-76021],[181108,-70964],[182909,-69607],[187080,-74341],[183068,-69414],[180882,-66462],[180937,-68603],[185847,-73033],[186404,-72280],[181735,-67644],[188248,-74295],[190176,-86669],[189053,-78281],[188369,-76659],[186213,-78643],[185926,-78219],[188747,-78173],[189018,-77556],[179220,-81839],[183728,-81255],[183677,-81347],[179413,-81372],[183491,-78619],[180235,-77199],[182588,-82469],[182416,-81921],[183007,-76685],[183448,-76890],[180682,-82073],[180043,-78331],[181846,-78543],[184488,-87255],[181253,-82881],[180365,-85940],[180385,-85175],[183190,-85732],[182222,-83377],[183796,-83940],[180258,-84095],[184074,-86398],[183930,-94061],[190077,-99563],[189107,-99366],[188673,-94890],[188466,-97537],[188647,-97919],[189037,-99824],[191557,-99233],[188223,-92035],[189723,-93571],[190486,-91655],[190768,-91300],[191048,-93728],[191909,-90946],[188567,-94818],[190234,-101269],[185586,-98657],[185848,-99385],[183807,-96963],[185534,-98583],[185109,-98647],[185299,-99615],[187966,-93471],[190814,-113177],[182150,-110466],[180070,-111265],[180799,-105753],[184796,-106384],[183830,-106128],[184585,-106701],[182107,-106405],[180810,-105755],[179843,-106761],[189151,-108983],[191796,-114264],[184516,-111301],[181857,-109858],[181481,-106961],[186018,-112695],[188983,-111746],[186233,-106372],[191350,-104602],[189470,12065],[190045,5470],[188890,5958],[190951,2639],[190166,8698],[191652,8470],[189983,10392],[189584,12849],[190891,615],[190113,201],[187051,1529],[182646,9749],[186673,733],[180015,8686],[180778,8652],[180053,10667],[179405,8581],[187799,11701],[187630,9203],[187712,7899],[187311,9514],[187628,12221],[185294,10990],[180811,4042],[179903,3414],[180930,5027],[180444,1616],[180590,10823],[179937,11964],[183509,9823],[183328,10467],[187453,7096],[187526,8801],[186739,7690],[185118,3276],[186422,1369],[187029,3580],[180588,139654],[184825,139359],[182244,140624],[184056,136692],[188464,128511],[185871,131923],[185009,130456],[183672,128326],[187853,131288],[188966,132555],[189944,132849],[188153,133017],[188383,132256],[191965,129512],[189641,139270],[188748,139257],[188591,139818],[188566,135025],[188313,135379],[188388,136254],[189924,137464],[190290,135129],[190883,134787],[189265,133089],[188431,132400],[187069,131191],[189353,140974],[190761,131344],[182605,133276],[181533,133023],[181854,132397],[189921,132416],[184794,132615],[186011,133453],[185029,133935],[182557,141753],[190028,141062],[189010,141048],[191073,144999],[191894,144952],[190121,146952],[189720,147570],[189969,144104],[189752,144410],[189046,145191],[179781,146643],[180521,146175],[189202,151103],[190082,148842],[189818,148228],[180590,149645],[181618,149749],[182852,150871],[182915,150592],[182699,149897],[187383,150849],[188466,150966],[189363,150377],[190638,18483],[189628,14166],[188996,18344],[190713,20601],[190515,20710],[190033,20196],[191576,16838],[189505,16909],[179360,22528],[184109,25278],[187553,20650],[189049,21074],[185701,18163],[186048,17980],[184469,17087],[187269,23490],[189638,16375],[187596,19146],[186526,19154],[189354,24470],[191724,24473],[190280,24520],[183972,19947],[181685,20210],[182269,19056],[186239,23728],[186309,14649],[187852,23710],[186565,19634],[185586,19386],[185520,19684],[187138,16973],[187463,15934],[189019,21978],[189178,22855],[190939,21686],[191119,23728],[188261,13270],[187772,14176],[185621,13457],[179798,26133],[187459,26018],[187499,36872],[184749,36834],[188350,34951],[191246,36891],[190312,37183],[186166,35778],[185967,35865],[183859,37657],[184007,37746],[185284,33206],[183658,31311],[183165,32175],[183550,28978],[184621,27908],[183665,28023],[184166,26951],[184558,26224],[185696,26651],[189603,25849],[188754,26752],[187531,27648],[186344,28396],[186569,28514],[186060,28926],[186911,30393],[185924,31528],[187664,31709],[187716,31954],[188888,29789],[190598,28163],[190133,28976],[190591,27446],[191593,32504],[190641,36919],[190888,36000],[190098,35658],[189110,34740],[185225,36103],[188955,27779],[189883,28519],[188238,29353],[188662,48544],[189514,46382],[189168,45354],[190517,43259],[190276,42413],[189993,43739],[187461,46775],[188370,48801],[186125,47335],[186786,45136],[186246,47051],[184854,44979],[187970,40479],[190002,44638],[189348,39193],[185844,38939],[187037,39244],[185024,40555],[185225,40532],[188841,39165],[187948,39425],[186541,41125],[190133,38831],[189742,39957],[190902,39542],[191657,40725],[186405,47272],[184647,44625],[185615,42903],[187032,43355],[183813,43094],[187723,45379],[186573,42530],[185719,41889],[191605,52502],[187854,62319],[191847,55190],[191107,55087],[190293,54498],[189457,53594],[187198,61806],[187016,60112],[189707,62086],[187837,59043],[188985,58901],[186525,59266],[191003,60008],[190147,60636],[190728,59330],[188685,61168],[188631,61033],[187314,61259],[187730,52138],[186090,55590],[184093,57787],[185904,58434],[187500,70278],[186314,70022],[189455,70905],[191849,74446],[190434,75893],[182149,75877],[186836,74286],[186475,74921],[185236,74962],[184352,76133],[185627,72381],[191437,77250],[185628,102144],[185036,98261],[184748,96130],[183935,94447],[189068,98789],[185919,93664],[191193,100107],[188868,101159],[187522,102482],[191210,92174],[190341,93390],[189594,93280],[191101,93286],[187769,92526],[189095,91120],[188005,92255],[180826,96045],[181199,99913],[179309,104741],[179888,110985],[179581,108720],[186571,112823],[186429,111664],[185433,111983],[183976,109548],[186935,108851],[186614,110422],[187411,108924],[187004,104063],[191710,106423],[183996,115358],[187702,102767],[187155,106320],[188093,106591],[187321,106633],[185092,114346],[185272,114420],[184456,112533],[189085,110819],[183536,115219],[187284,113596],[185618,115156],[187269,113494],[187378,113029],[187105,112790],[189276,113167],[189981,115369],[190894,113755],[189939,112330],[190849,112917],[191241,109044],[191213,109605],[191834,107740],[191852,104813],[182747,121544],[182288,119051],[186068,121235],[186101,117986],[185087,123125],[186675,116590],[183110,119230],[191520,116379],[184068,119083],[183301,118706],[182851,118127],[191201,115815],[191681,124269],[190446,123696],[189486,123901],[188607,122008],[191805,118935],[184569,118500],[191241,126975],[185991,120005],[190589,125024],[188814,122538],[183193,126904],[182963,125890],[184494,127360],[183376,116536],[181195,123654],[190780,126854],[182757,124399],[181737,123674],[185598,123104],[189242,126630],[185746,115786],[189630,128133],[185231,116452],[190148,120158],[186991,122811],[185286,126193],[186154,126261],[184847,120615],[183375,120378],[187710,127147],[185497,116373],[180816,122137],[183898,125475],[184240,125380],[182666,125818],[190407,117906],[190782,117284],[190099,116302],[195583,-120220],[200491,-115636],[196446,-118268],[203875,-117388],[197151,-120063],[200832,-119038],[202529,-126229],[198633,-123418],[196265,-125220],[192083,-123821],[192076,-123034],[199165,-115351],[202370,-116206],[202512,-115852],[200552,-115616],[197211,-115067],[201649,-122389],[198155,-118438],[199435,-115168],[195061,-119068],[192619,-125651],[193383,-126225],[193480,-127153],[193786,-123105],[193431,-123542],[194295,-125405],[194060,-124873],[193884,-120464],[193557,-120667],[194372,-118542],[193455,-117591],[196291,-120410],[192920,-115129],[192835,-115468],[197404,-122327],[197466,-122406],[198378,-128624],[193924,-128366],[195810,-130697],[194984,-127975],[198579,-130965],[196821,-129429],[198950,-136923],[193481,-129115],[195586,-135358],[194790,-132740],[201611,-137997],[200856,-138435],[201417,-139661],[202595,-137880],[201600,-136634],[198779,-136019],[194803,-136664],[201956,-138525],[198193,-137242],[192833,-128175],[192947,-130244],[192140,-129551],[198108,-133522],[198315,-132281],[200814,-133420],[199741,-131903],[201136,-134160],[200658,-133748],[199016,-134887],[199795,-135501],[201008,-135919],[201016,-135602],[204410,-136246],[201438,-152680],[203250,-149600],[197857,-142564],[192502,-146827],[197037,-149028],[198519,-144059],[203310,-147325],[199662,-149580],[203551,-147047],[197929,-145721],[194835,-145368],[192222,-144426],[197003,-152599],[195593,-146935],[198235,-152940],[201048,-149746],[195661,-145725],[194528,-142927],[199439,-151468],[194122,-152809],[201274,-150962],[200735,-147800],[201388,-146148],[201609,-145371],[202372,-148506],[201357,-146912],[193952,-143633],[200639,-142219],[195441,-150941],[198531,-148912],[198705,-144850],[197772,-149392],[204247,-146890],[197323,-143512],[199567,-151216],[202614,-148419],[193494,-144869],[200774,-149300],[201891,-145135],[202491,-144362],[200809,-144791],[200611,-144205],[203373,-155097],[204494,-159221],[202851,-160182],[198025,-161262],[203737,-164457],[201862,-161458],[203375,-159269],[199873,-154719],[203813,-153614],[199744,-159887],[199222,-160363],[199124,-164217],[204614,-156299],[199976,-162007],[200737,-161207],[203265,-158708],[204474,-157014],[195659,-158326],[194832,-154671],[197244,-157826],[194770,-157217],[197682,-159082],[193535,-157392],[197931,-157578],[193999,-158243],[199356,-158461],[195059,-160388],[197902,-165940],[196244,-163489],[195763,-161528],[198295,-162567],[192207,-154453],[196611,-154679],[196015,-154679],[201491,-167608],[200369,-171363],[201692,-173913],[200561,-176889],[202677,-178845],[202459,-173399],[200752,-177217],[202082,-166906],[198928,-166570],[193397,-166310],[192389,-169433],[195570,-167213],[196208,-170713],[194853,-177925],[194584,-177396],[201990,-182255],[202671,-183531],[196337,-179024],[196106,-183719],[199077,-180079],[193377,-188459],[195365,-179379],[192332,-182229],[193925,-184824],[197157,-181190],[192489,-179507],[197739,-181506],[200337,-183968],[193520,-181145],[203879,-190452],[201064,-188719],[204240,-191253],[201180,-186370],[202491,-186626],[204586,-191707],[198207,-189475],[194931,-180681],[196122,-192343],[199696,-194724],[198364,-193920],[198183,-201995],[203599,-201865],[197133,-201126],[195644,-198892],[204776,-196523],[202922,-206758],[201529,-204702],[199268,-206242],[201976,-215157],[200882,-215167],[203696,-214282],[202756,-209156],[200076,-207219],[197309,-207286],[198013,-209005],[198686,-209803],[199974,-212477],[198808,-213244],[199699,-215148],[196566,-204700],[195572,-206536],[204022,-210160],[198063,-210535],[197384,-211096],[198069,-212330],[198042,-215183],[195653,-216139],[194063,-212821],[195274,-214352],[199901,-218906],[198260,-217594],[195044,-218813],[193333,-219369],[192972,-228034],[196649,-229580],[194453,-218493],[195790,-231880],[195564,-231775],[195227,-233800],[198873,-237376],[197691,-233217],[192986,-231359],[201410,-233478],[202113,-231884],[199503,-231433],[198491,-232853],[201650,-237507],[202616,-237343],[199437,-234288],[198784,-241750],[199253,-241124],[194280,-7738],[192829,-9050],[203368,-12002],[203872,-8417],[192850,-9235],[198180,-5071],[197759,-8914],[194483,-9059],[196905,-10155],[200254,-6126],[200886,-6869],[202900,-4049],[198522,-1891],[199423,-983],[196032,-4570],[197368,-4687],[194277,-12032],[193529,-11219],[196327,-243337],[193691,-243888],[197962,-18773],[202572,-13476],[204194,-13098],[198435,-18857],[203069,-13090],[202944,-14827],[198552,-17474],[194168,-19579],[195106,-24285],[204510,-14120],[193364,-21323],[199422,-18727],[192459,-12970],[198913,-18260],[192693,-23785],[194851,-12946],[202079,-14599],[196600,-24357],[196513,-18240],[196535,-18959],[196328,-18498],[199149,-15696],[199187,-17284],[199922,-15581],[203106,-15726],[198525,-23320],[195329,-24105],[202203,-24971],[203751,-26548],[204244,-27223],[203087,-26119],[204388,-27672],[202484,-25526],[203620,-32814],[203183,-36498],[194722,-30896],[203097,-29482],[203977,-27974],[204219,-28788],[203589,-36827],[195698,-37830],[193432,-26483],[197081,-26120],[201022,-26388],[197100,-26177],[194866,-29031],[196882,-28056],[193332,-38183],[202627,-26574],[202508,-28962],[201514,-27324],[192005,-28906],[202753,-27259],[204134,-26778],[203549,-30372],[195882,-33340],[197426,-33572],[197753,-33929],[200880,-30859],[200664,-30612],[200054,-31610],[202591,-35439],[193728,-45150],[203002,-45520],[197294,-41689],[202892,-41412],[203935,-45282],[197258,-40690],[194973,-41303],[203752,-48675],[194159,-48391],[198594,-50505],[198999,-38959],[203089,-45352],[200844,-39420],[194387,-41682],[195059,-38990],[195083,-40889],[193206,-44722],[194954,-42903],[201810,-48304],[200977,-48917],[198077,-50029],[199405,-45193],[201807,-47615],[200955,-47367],[203405,-40971],[199900,-42554],[202567,-43800],[196119,-45354],[194643,-45108],[193275,-47631],[196102,-40366],[195816,-39993],[196803,-39763],[195189,-48880],[199471,-50864],[200688,-50301],[194463,-55110],[197355,-56940],[199406,-54444],[194901,-51587],[194317,-55080],[192229,-51046],[199749,-55012],[199940,-54465],[199759,-52517],[203113,-58031],[204010,-58043],[204704,-58264],[202713,-59265],[204395,-54699],[203623,-54242],[203739,-54200],[200966,-55262],[201387,-54449],[202977,-53870],[201533,-55588],[201468,-56191],[201412,-56309],[202891,-57427],[199245,-59564],[199828,-60258],[202771,-63319],[203007,-62089],[200503,-62837],[196354,-63694],[194979,-59221],[192745,-57788],[194515,-58359],[192302,-64860],[202413,-72305],[192556,-74756],[193181,-74740],[199436,-70558],[200299,-72208],[202270,-66659],[203131,-65663],[194222,-75932],[204408,-64219],[198773,-70419],[203929,-70454],[202328,-69928],[203004,-70106],[197333,-64927],[203669,-71860],[196870,-69374],[196546,-67805],[192023,-73987],[203484,-72959],[203127,-71336],[203477,-71056],[196036,-65236],[200068,-69382],[198265,-69173],[196052,-77477],[204521,-80727],[192682,-77139],[195964,-77230],[204794,-89247],[194029,-89146],[192999,-88289],[192475,-88349],[202607,-86724],[201899,-86356],[204415,-85947],[203054,-86018],[203180,-85943],[204227,-85627],[202636,-90457],[201087,-90339],[203885,-94075],[201945,-93927],[201527,-92493],[204272,-93251],[200909,-94127],[201730,-91077],[202054,-92595],[194342,-91247],[197385,-93361],[196849,-94109],[196264,-89570],[194108,-93445],[196349,-93762],[200237,-90765],[195353,-90109],[199526,-89597],[197203,-90230],[195465,-92001],[194781,-99930],[198767,-98056],[195580,-96654],[195949,-95682],[197823,-98063],[193415,-99654],[199227,-95732],[195116,-99109],[193339,-97933],[193767,-95861],[198104,-102105],[203628,-95489],[201712,-99050],[203432,-101082],[204154,-98753],[200843,-95279],[201619,-97987],[193033,-100953],[192552,-96786],[192436,-94841],[192649,-94765],[192168,-90090],[194052,-91120],[193879,-90803],[194064,-101902],[200000,-94184],[198795,-94370],[197535,-93458],[197206,-96517],[192978,-98237],[200184,-99727],[197711,-103138],[198156,-103480],[199371,-110940],[203016,-113879],[199770,-108352],[202502,-113590],[204145,-110892],[196943,-106837],[196462,-105993],[196543,-106610],[194777,-104840],[200148,-107397],[197697,-107519],[195130,-107023],[203469,-103312],[202195,-103364],[201472,-105410],[201901,-104428],[202355,-108096],[194394,-110858],[204012,-110904],[200592,-112097],[201229,-113376],[202592,-112105],[203046,-111467],[193880,-110545],[193740,-110095],[192107,-111504],[192128,-111804],[192199,-110530],[196827,-109471],[197830,-113860],[193337,-114110],[193699,-114832],[192442,-112473],[192491,-112709],[204458,-112501],[204199,-111757],[201236,-103468],[204627,243],[201868,5834],[203508,1978],[201804,6516],[204190,5719],[204515,7262],[202853,11617],[199424,1105],[193485,4220],[193076,3984],[192591,6911],[193931,9531],[196033,8411],[192617,11711],[192494,11625],[193344,12260],[199333,4970],[199596,5456],[197949,5416],[195193,1486],[197559,2309],[194348,1248],[203898,11811],[196633,128313],[195997,131152],[196762,129022],[195307,129368],[202587,135423],[201671,134722],[203351,135935],[194529,129871],[193754,128984],[192836,129813],[193214,146042],[193469,147835],[192288,145572],[199351,150263],[199370,151631],[201248,151318],[202626,150299],[203642,150924],[195678,151082],[194487,150015],[194497,148252],[194756,152391],[196369,153353],[201103,154264],[199899,153804],[201685,154864],[204192,14125],[204652,13054],[200755,17757],[200458,15054],[201941,14842],[202819,15173],[203017,13103],[202300,13941],[202734,14229],[203746,14355],[203942,16794],[194341,16970],[194850,17182],[192861,21449],[194498,14629],[193873,15854],[196539,20076],[196849,20836],[196673,21494],[201811,24101],[204310,18194],[203606,18266],[204186,17752],[201391,21373],[193573,25340],[199078,32597],[201337,29835],[204328,27693],[202132,25957],[203061,31562],[202812,32218],[202571,35890],[198388,29760],[200929,37140],[201623,28145],[200051,33180],[201152,38381],[200835,34087],[202968,36170],[199462,29105],[198402,28438],[203534,38003],[201283,35021],[201482,35253],[202982,37371],[192179,29425],[194396,26485],[196154,27931],[195125,29674],[192191,29627],[196919,26801],[195116,26259],[197198,28786],[197623,28337],[196607,29488],[197801,30966],[198826,34183],[193034,30406],[193114,31023],[196308,36063],[196840,37983],[198241,37209],[195150,37741],[195083,37921],[195145,36863],[192498,32084],[192411,29560],[195543,33832],[193678,34067],[194747,28634],[197412,32054],[198015,32784],[198051,31617],[192105,30253],[201006,49468],[201663,49522],[201564,48072],[203761,49870],[202394,49643],[203210,50926],[203798,39296],[201342,43720],[199999,44152],[203932,48561],[203902,46663],[204301,46886],[201015,46891],[199244,46708],[200141,47870],[202298,38698],[195467,50264],[198255,47924],[198239,47153],[194990,51172],[197944,48870],[193518,46957],[193980,48032],[195303,46865],[193457,49959],[194162,50525],[195781,45751],[198658,43828],[196762,45331],[196855,44710],[195704,44390],[195782,49724],[196253,48941],[195701,45265],[193641,50234],[197402,45679],[198560,45612],[197562,51302],[195024,51209],[193388,48793],[192420,47542],[195042,43946],[194831,43884],[194884,44081],[193960,41673],[195343,41649],[195491,43289],[197543,39933],[196986,40038],[197199,41363],[192289,50885],[192640,50854],[203755,61924],[203392,61871],[194272,58234],[202962,60913],[196804,62257],[196670,60472],[202493,63229],[201537,56981],[201327,61488],[198235,61391],[197500,63517],[200509,63794],[194101,62126],[197405,57551],[198535,58084],[197419,57477],[194299,59597],[194564,59646],[192501,52685],[202642,57967],[202197,58158],[202919,59593],[200267,59797],[201895,52716],[199568,54139],[194780,53023],[196417,53105],[203972,58478],[201066,56633],[203041,52758],[203632,54218],[203436,53750],[199803,51632],[200888,51577],[201078,52569],[199052,54758],[200766,54945],[200084,57133],[196704,52659],[203836,56935],[204036,57622],[201016,54982],[194463,53238],[196559,52755],[197149,53301],[200547,54365],[199708,54275],[192758,59406],[192814,58609],[193310,57362],[197195,72938],[200071,66561],[196528,71463],[196627,71241],[193945,67637],[193792,73479],[197906,67281],[192985,76384],[197278,75483],[196093,65589],[196364,75236],[198669,72682],[202685,70673],[203138,72011],[195996,68259],[194041,64843],[201841,74602],[202195,71474],[203756,76002],[200562,74086],[194962,70540],[195992,75654],[195875,76422],[199911,69039],[200191,66877],[198363,64989],[197006,65072],[203495,65042],[198004,66074],[194783,69820],[197877,71402],[196886,72305],[198190,70971],[193594,86159],[192436,80915],[196246,80688],[195588,87533],[195630,86910],[195728,77660],[197757,85915],[194052,84541],[192732,82434],[194878,85377],[201073,78651],[199913,77410],[200484,77423],[199689,83153],[201098,83975],[200092,85083],[199453,87351],[197286,84607],[194972,83614],[195682,83484],[197015,88317],[204472,84140],[204713,82489],[204638,98211],[201916,96685],[203188,98660],[201735,96779],[202302,96053],[200051,98316],[202887,97589],[204274,95786],[203894,93969],[199474,99383],[199471,98207],[198963,99841],[201496,93471],[197685,95623],[197721,96537],[198434,96377],[195671,95090],[199390,92655],[196187,94812],[197211,95605],[193692,98923],[193355,99559],[195712,94225],[200300,94470],[197144,99607],[197904,97601],[192649,99496],[192905,100982],[193488,101895],[204062,100456],[204520,98589],[204218,99711],[202522,100635],[203701,101228],[203836,101190],[202288,100098],[203652,91202],[204461,89919],[193678,90715],[193916,90616],[193293,92176],[192181,91597],[193017,93144],[197469,94109],[192152,105161],[192333,107010],[199443,103497],[193823,108623],[193815,108991],[193226,110927],[196070,108059],[196515,108011],[197081,110904],[197087,110820],[196429,110467],[197810,108941],[194662,108532],[195327,109034],[194863,109805],[193164,111431],[194012,110225],[192057,109527],[192300,102819],[192515,102677],[197546,105559],[203805,112678],[202482,113657],[202264,114684],[199514,113208],[199953,113613],[199222,114227],[193733,113388],[192430,113591],[192204,114574],[196882,103628],[200194,104430],[200719,104402],[202503,104820],[201588,103816],[201854,104293],[193953,118037],[197503,116673],[194278,120921],[194200,121512],[198594,116772],[197632,116872],[192332,123485],[192389,122561],[195706,121822],[195371,123109],[197628,116423],[198242,115684],[201823,115469],[192176,124391],[193790,115699],[192627,118971],[193964,123244],[194356,117982],[194849,115912],[204681,117939],[201877,122295],[202076,124160],[202852,124207],[200667,121776],[201210,121176],[200828,120423],[203176,120600],[203985,121200],[203425,121261],[204109,123666],[198775,124001],[201016,124650],[200627,125802],[194602,127639],[196181,126966],[195136,127268],[199336,127390],[198689,127342],[197667,126876],[202573,128006],[203991,127534],[204183,126374],[202152,123615],[204168,122734],[216104,-118153],[213067,-115912],[214991,-115360],[215663,-115240],[215040,-118186],[211770,-115471],[216949,-130681],[216657,-129262],[216988,-130440],[216479,-130419],[208179,-144548],[208748,-144197],[205294,-150424],[209670,-144784],[207118,-143751],[206577,-148033],[207573,-150551],[211597,-152057],[210576,-154190],[213700,-154143],[210535,-156721],[209010,-155838],[217544,-163062],[213593,-156681],[215607,-158768],[213630,-156108],[205471,-158500],[210048,-156716],[215092,-158032],[204908,-156818],[212317,-155948],[212360,-161176],[217173,-156705],[215861,-157570],[208026,-155558],[205508,-155708],[216083,-162803],[217184,-156779],[207045,-157732],[212845,-155323],[217054,-164351],[210736,-174154],[208796,-170023],[212026,-168099],[215808,-177539],[208574,-172518],[217112,-173478],[207118,-166417],[214695,-175338],[205880,-172306],[205642,-169260],[209228,-174131],[210779,-173207],[213503,-168143],[214365,-166679],[211106,-188837],[215183,-187939],[211567,-187969],[213941,-179662],[211145,-183494],[214333,-182327],[216469,-179838],[212776,-185080],[210270,-185702],[210480,-184264],[216238,-186109],[216790,-182778],[215564,-190529],[212444,-190106],[210336,-180967],[206133,-191121],[215363,-197548],[209671,-194471],[214253,-194070],[211120,-195213],[211354,-193229],[211397,-194229],[216592,-201939],[215576,-199581],[207603,-198733],[206055,-200761],[208438,-200332],[210861,-202507],[210236,-197951],[207360,-203136],[208269,-203987],[208519,-201772],[204837,-202637],[205771,-203797],[209199,-205767],[210987,-208141],[209334,-210494],[208749,-206574],[205758,-216021],[206902,-206615],[206352,-210268],[214385,-205066],[207787,-211790],[213136,-219095],[214722,-220811],[213101,-220605],[214379,-217617],[214570,-231720],[212768,-234276],[214512,-235085],[216890,-232986],[214256,-231022],[215826,-235179],[205627,-11883],[205068,-11883],[206685,-9233],[204886,-2732],[204829,-8429],[206816,-10586],[205687,72],[205450,-11043],[205657,-11383],[208932,-11284],[211623,-12109],[209915,-7442],[210309,-8262],[215939,-12543],[215558,-731],[212062,-5750],[212130,-5160],[209859,267],[210519,-3483],[210462,-2380],[216748,-7003],[214045,-8613],[212386,-7208],[210261,-6762],[211334,-8744],[212642,-10055],[212554,-10124],[217264,-11741],[210683,-8847],[211872,-10584],[209482,-10871],[215325,-11724],[215966,-11489],[215134,-10792],[211774,-6478],[211576,-7574],[210883,-6760],[214209,-255473],[215285,-252167],[212472,-278129],[212137,-279091],[215246,-276078],[216000,-289336],[210191,-291478],[210459,-292461],[206857,-294150],[210329,-290167],[211863,-291869],[213619,-298867],[217290,-295805],[208669,-303075],[213303,-304699],[215900,-295238],[207599,-297678],[209422,-306162],[216693,-305237],[211508,-305201],[211082,-319681],[213903,-315324],[215762,-308278],[216434,-12745],[214370,-22473],[214460,-21879],[214581,-22430],[215933,-24163],[215904,-24016],[213718,-24309],[215974,-22560],[216901,-22402],[217112,-23304],[212832,-21742],[212288,-21362],[211017,-18358],[216474,-19203],[206636,-17796],[211816,-19704],[211193,-18439],[217037,-19053],[217281,-18483],[207169,-23427],[215785,-23434],[213405,-19468],[213303,-20249],[211035,-20543],[205543,-24641],[205411,-25100],[204908,-32222],[204921,-31178],[212451,-34861],[209769,-36977],[213149,-36026],[212515,-37809],[208350,-33057],[214920,-37932],[214205,-35896],[212367,-33982],[212324,-32005],[212759,-32279],[217382,-34968],[205617,-34641],[209172,-31520],[210034,-31812],[211538,-36443],[210331,-29197],[206844,-27320],[208967,-26593],[207235,-26546],[212548,-30383],[208912,-26649],[209731,-30058],[208598,-26381],[209235,-29282],[210410,-34466],[211784,-35320],[214679,-31800],[216600,-29958],[213095,-30030],[216926,-28129],[216027,-25827],[208624,-31677],[208795,-31633],[208515,-32276],[211367,-28540],[209294,-31253],[210452,-28162],[206316,-36512],[206233,-37296],[209916,-37774],[207265,-26063],[207771,-25458],[210180,-36050],[207157,-26413],[206787,-25944],[207482,-27050],[208220,-28025],[207903,-27810],[206338,-29438],[205927,-29596],[205683,-28031],[205213,-28740],[207250,-38927],[206783,-38698],[215270,-41714],[208877,-42571],[213926,-46288],[211969,-44193],[213884,-46468],[207091,-42055],[207509,-43288],[207192,-41265],[214195,-46792],[212633,-41835],[209894,-38705],[207100,-41828],[216578,-39893],[215526,-40986],[213342,-40969],[208303,-41896],[209572,-45303],[215384,-41405],[213047,-41605],[215548,-39319],[214477,-39161],[216636,-39508],[212778,-40957],[213738,-40035],[217032,-48281],[211593,-45419],[210525,-43685],[213864,-50974],[206643,-48941],[206463,-48233],[205316,-47899],[211393,-49597],[211333,-49173],[212758,-50366],[211776,-39662],[215922,-54463],[216079,-55078],[216620,-51789],[216658,-53898],[211852,-60154],[216134,-56470],[211683,-58953],[215316,-56861],[211400,-58885],[216280,-51675],[210852,-58912],[209267,-53247],[208308,-56623],[214295,-59980],[215625,-61147],[216774,-56555],[212569,-59177],[217547,-56051],[216968,-55824],[211505,-59909],[217470,-55621],[211909,-55274],[212794,-59451],[208605,-54920],[212840,-58440],[216653,-56103],[209757,-55154],[209106,-53277],[210309,-53671],[216693,-55583],[206419,-52676],[206034,-52800],[207773,-61476],[217537,-61803],[216995,-61172],[212544,-63201],[205339,-61502],[207088,-62537],[206820,-63441],[211057,-62421],[216650,-51656],[209901,-64014],[211691,-64108],[216861,-73866],[214840,-75422],[208295,-74429],[215407,-75658],[215850,-76569],[205791,-72649],[214173,-76128],[206850,-74902],[206919,-73776],[211295,-64243],[216449,-73331],[206967,-74382],[210844,-74054],[217259,-74079],[208384,-65290],[206255,-66709],[208652,-67525],[209252,-69942],[207054,-69329],[207321,-70407],[205244,-68611],[211792,-69832],[211322,-74302],[212761,-72606],[212340,-71997],[215541,-75340],[214174,-76482],[217493,-74266],[216139,-67342],[212826,-67103],[209521,-66309],[213796,-76010],[208943,-74673],[212290,-63837],[208136,-71953],[208415,-73777],[208443,-74096],[208662,-72562],[208876,-73517],[205255,-70533],[210849,-85113],[211511,-86660],[212311,-87533],[208705,-85671],[210499,-86978],[211332,-85420],[209681,-86088],[210494,-84161],[206007,-88602],[211206,-88324],[217115,-96432],[217562,-96123],[214941,-97224],[216837,-95733],[216608,-98136],[214954,-97835],[216474,-97970],[215183,-99973],[215674,-100680],[215259,-98893],[215572,-98639],[214127,-97782],[214217,-97462],[216997,-94797],[216544,-95266],[208622,-101350],[208361,-100842],[205448,-90133],[205775,-89423],[208086,-99796],[208022,-98931],[204972,-101728],[205736,-100449],[205612,-98999],[213123,-110772],[213185,-110760],[214199,-112148],[213351,-113619],[212976,-114310],[217514,-104952],[217136,-104877],[212008,-111788],[217058,-104052],[217350,-104018],[215821,-105076],[215429,-105849],[210974,-111592],[213366,-107120],[212678,-108324],[215700,-103610],[215377,-104046],[214416,-112924],[213799,-113764],[211349,-109532],[212231,-109470],[206881,-111021],[207134,-109376],[210067,-103349],[210396,-105306],[210343,-105652],[210957,-104130],[209209,-103601],[206443,-110923],[208144,-106619],[207517,-106558],[209333,-103655],[208332,-109838],[208866,-103124],[209516,-103484],[207083,-108930],[208016,-110092],[208015,-109810],[207793,-109351],[205343,-105503],[207120,-105297],[205270,-108208],[205887,-105207],[206832,-102317],[206524,-102710],[205072,11780],[205098,12244],[205120,4970],[209097,11939],[209131,12520],[212528,10128],[214572,10985],[214071,6663],[211195,3350],[212113,3520],[210277,6135],[217404,3456],[210529,3038],[215763,7818],[211040,2465],[214110,5140],[210372,3472],[211307,1354],[210744,3150],[210223,1530],[213803,12720],[213622,12174],[213904,11158],[213921,6543],[213550,10067],[213979,10821],[212506,9490],[211694,8075],[212131,9016],[216898,12580],[210231,128610],[211758,129753],[210289,129801],[212184,132956],[211536,133969],[213765,131918],[210947,133663],[214654,136337],[214611,135176],[214471,134683],[215244,133322],[215231,133173],[216009,132707],[217355,131563],[215798,131630],[217710,137655],[216430,137044],[214046,135378],[214852,129486],[214503,130302],[214682,140483],[213323,138965],[215055,140473],[211228,137930],[211785,137159],[210405,138295],[205451,131292],[205167,131471],[207156,132030],[209182,135693],[207212,135329],[206937,135558],[211748,129949],[212548,131229],[211462,131746],[217226,140313],[208480,138748],[206205,138232],[210997,142080],[206043,149893],[209258,145178],[217364,142960],[209829,144007],[212442,143225],[213064,144153],[213757,145685],[216722,142159],[212530,145093],[216604,144365],[208430,154361],[209866,154622],[205073,155178],[205929,156091],[209100,155788],[209287,156955],[211313,155955],[215480,155004],[217254,154471],[216112,156839],[214715,156772],[205686,17505],[206898,13656],[212968,23091],[206044,17224],[206823,17038],[205280,22063],[205934,14452],[206137,13005],[205065,17825],[206168,17348],[207276,21806],[206059,20756],[211962,21527],[207245,21817],[206594,19146],[206396,19700],[205772,20011],[205871,17390],[205568,13567],[211111,23041],[214878,13727],[211050,15055],[211644,16339],[214361,14778],[216175,17582],[211308,18570],[215223,17182],[207785,18153],[213749,25597],[213723,21658],[213874,19900],[213824,18107],[215198,21538],[214412,21232],[214346,20529],[215502,19516],[215035,19270],[216639,15402],[216452,15598],[216303,13712],[207252,17947],[208188,18200],[210492,24753],[210681,23777],[208965,25201],[205847,25366],[215298,25514],[211258,34653],[217006,35315],[211235,29625],[209507,29940],[209419,28927],[214090,32127],[212860,32487],[209760,35757],[213961,28699],[213165,35914],[211813,28271],[213158,36529],[217491,38083],[216444,33472],[213613,30696],[207262,30555],[214037,31435],[210203,31057],[206180,26456],[206610,28132],[217025,37017],[213351,30159],[209762,36658],[208650,31197],[210521,30457],[206188,27161],[205118,29777],[211048,28631],[210883,27358],[210078,26869],[205976,26029],[207964,28627],[205698,29126],[207806,30388],[206764,28132],[207274,34736],[206358,36453],[208503,32284],[212200,33191],[215597,29436],[208849,37282],[214161,43993],[205064,46560],[205386,40548],[205324,40936],[206067,46051],[213100,44204],[210714,44246],[209642,46814],[209035,47604],[209275,42493],[213658,41165],[210472,43757],[213163,43349],[210665,40321],[214888,44643],[216940,45029],[212774,41035],[213551,43595],[211540,48700],[217219,48579],[216410,48080],[216092,46464],[214697,41688],[211899,43079],[216633,42628],[210208,45707],[212381,50330],[215757,47768],[216710,61383],[217429,62496],[211710,58567],[214187,58107],[211718,57787],[205045,61306],[215193,57381],[217586,58454],[208736,58116],[209396,53625],[216397,58176],[211650,52477],[210715,51942],[214922,58802],[210680,53601],[216556,61484],[212614,54781],[212194,53623],[216130,55126],[215496,56385],[216337,58193],[212366,61208],[212410,59244],[212107,60175],[212628,66496],[213524,71175],[213507,73549],[212630,71118],[212649,65548],[212904,65016],[215854,70797],[216582,65764],[215309,66864],[212641,66541],[214771,68175],[215573,70090],[217289,68139],[217001,68282],[213961,75048],[214338,74036],[212148,71215],[213831,68112],[211445,72008],[210685,70586],[211356,71376],[210919,69554],[211054,68337],[205018,68960],[204981,66874],[210236,68194],[210411,67503],[210236,71926],[208713,70967],[210359,70804],[207508,67621],[206896,68055],[208038,65772],[209261,66482],[208699,67259],[205447,75007],[205937,76335],[206956,74846],[208884,75428],[215868,74747],[216361,76429],[214716,76163],[212929,74952],[211059,76767],[214722,68286],[209993,77227],[209900,77068],[210891,77782],[208273,78273],[210932,79544],[207973,77931],[208338,80481],[206021,79645],[207800,81213],[206473,85314],[206984,86133],[206745,85705],[207725,87076],[207648,87096],[206850,87072],[213363,88539],[213643,88279],[209642,88525],[209000,89350],[210885,87114],[211429,88452],[214910,83174],[216072,82578],[216420,82211],[215306,79781],[215470,79520],[215510,80689],[215835,85345],[214719,86902],[215643,87335],[204936,83923],[206046,83811],[205276,83253],[215612,98543],[217335,97804],[212308,97262],[214840,95219],[213237,96001],[217581,96820],[217236,96719],[212588,95600],[215440,97051],[215232,96610],[214600,90979],[212150,90299],[213140,100846],[211099,91073],[212639,90088],[213799,95154],[217520,100305],[214477,98594],[205830,90100],[205076,95487],[205006,96356],[206085,90535],[205376,95230],[214028,100270],[213794,100372],[211618,94162],[214540,99830],[216155,100707],[213667,101256],[214438,101397],[215186,101469],[209201,96072],[207377,93950],[207467,94993],[208069,95142],[208394,93393],[208236,92367],[207606,92746],[208947,92754],[210699,93479],[210797,94219],[210387,94009],[209469,95997],[211085,97682],[209785,96318],[205005,90182],[209731,90443],[214509,91784],[214806,91083],[206286,94721],[205383,95160],[206383,92753],[210685,105643],[211881,104967],[211783,104918],[206482,109644],[210041,107331],[209316,107924],[210208,104868],[206581,111082],[210172,104827],[209092,103502],[206863,111023],[217222,108445],[208251,114670],[217242,104962],[216430,104501],[216119,107021],[217275,106545],[213531,113497],[213786,110430],[215503,109034],[213785,109521],[215671,109449],[217357,113846],[211250,114655],[212305,114228],[215611,112897],[214515,112537],[216082,111034],[212969,103983],[212111,110525],[210865,111747],[211460,112783],[209389,111971],[209211,113130],[209569,113447],[211657,108040],[213869,117111],[208014,122122],[206195,121803],[212803,116510],[214173,127235],[215105,124065],[207316,116702],[208192,116195],[210008,119664],[209191,119293],[211790,122368],[208856,120424],[212836,123943],[205614,117220],[206512,116818],[211825,120956],[215452,119250],[213713,122179],[213455,124361],[211749,125001],[210375,124419],[210111,124835],[211536,119640],[207990,117460],[206783,117481],[205032,125253],[209179,124981],[206856,118186],[208398,119609],[206133,125306],[206830,125449],[208199,123023],[209376,123945],[208491,121167],[206586,127047],[205764,127611],[205863,126988],[209520,127194],[208836,128067],[208312,127798],[215245,121212],[214035,118023],[206825,118573],[205853,120228],[206927,118809],[228465,-126109],[228103,-124822],[227561,-123672],[228423,-126343],[227621,-123718],[218585,-121903],[218319,-121202],[228919,-117169],[229739,-117023],[229571,-116778],[229693,-116859],[230332,-127346],[228403,-117510],[227966,-118217],[228843,-117585],[227927,-117845],[226647,-120922],[226743,-120353],[218153,-121351],[228645,-126884],[223496,-138815],[222520,-138583],[222429,-138589],[223233,-138047],[221303,-136985],[222622,-139209],[221453,-136730],[223112,-139143],[222476,-139817],[222336,-138380],[221246,-136210],[230333,-141911],[225633,-144648],[227792,-148814],[226057,-145121],[227831,-146873],[222514,-148029],[227190,-151798],[227734,-151871],[223556,-149250],[224232,-148563],[223517,-148339],[230322,-157659],[220220,-156421],[220384,-165154],[221328,-156327],[222459,-160911],[218394,-165143],[221316,-162856],[223478,-161326],[224631,-162775],[228469,-163665],[220411,-157087],[220539,-157056],[223089,-163019],[222024,-164371],[223378,-165792],[223067,-165564],[222362,-166144],[224905,-162162],[224764,-162012],[226527,-164150],[226275,-164319],[228135,-164729],[228299,-166145],[226090,-165850],[229907,-163969],[228193,-163845],[228295,-163272],[226556,-160356],[226288,-160126],[226602,-160674],[225466,-159592],[218183,-170462],[222000,-172545],[220987,-171409],[222673,-176651],[218908,-177204],[224362,-176486],[220625,-168928],[227431,-176716],[229430,-171207],[228674,-175031],[228057,-173568],[223111,-166617],[221698,-168237],[222101,-168689],[222012,-170111],[222144,-170328],[225979,-166605],[217934,-177972],[218512,-178922],[219765,-175156],[222669,-178287],[224165,-167872],[224927,-169228],[223638,-170728],[225217,-171417],[224386,-179690],[218217,-182632],[224311,-191062],[224464,-184236],[218243,-185580],[226507,-191000],[229846,-186604],[220724,-183974],[223228,-182325],[221379,-185199],[219143,-187804],[218840,-188460],[226951,-187890],[230127,-179594],[225491,-186599],[226945,-181211],[221426,-185663],[222082,-189177],[220639,-179831],[230182,-182216],[221074,-194849],[219680,-194957],[230397,-197703],[229669,-201806],[225226,-198109],[218456,-192681],[219211,-198295],[225501,-194989],[222859,-200263],[220657,-201711],[228721,-199875],[223173,-198565],[229791,-199927],[229550,-201614],[225109,-192431],[219102,-193716],[221876,-192149],[226724,-198054],[229506,-196920],[218156,-201712],[218640,-200507],[229892,-208450],[222838,-216473],[229402,-214669],[227614,-208440],[226561,-215206],[228771,-204927],[230018,-205011],[227633,-216294],[226744,-212166],[225856,-206324],[225186,-209748],[225055,-207575],[225249,-205563],[229623,-213208],[223961,-209556],[224719,-209567],[218092,-206757],[223360,-206266],[222269,-207293],[217612,-216807],[218463,-214894],[218147,-213714],[222122,-212340],[220965,-211838],[218056,-210785],[219304,-209442],[228446,-217510],[229033,-222016],[228689,-227322],[229467,-222117],[227855,-229383],[228800,-220202],[225677,-224389],[226078,-222519],[223110,-224617],[226882,-220042],[226681,-217546],[222844,-218143],[227812,-218956],[224962,-221929],[223624,-224978],[222043,-227678],[224446,-222764],[220617,-220339],[226279,-229202],[222127,-236675],[227239,-230431],[226041,-232025],[225174,-230892],[220841,-6121],[222607,-12029],[223946,-9997],[225142,-245495],[228443,-252922],[230169,-254614],[223770,-247084],[224289,-250110],[227224,-254097],[223011,-245640],[217700,-247119],[222338,-255096],[225513,-254787],[229605,-263859],[229938,-263168],[227589,-260222],[225205,-260168],[223310,-257774],[225994,-260153],[224517,-262136],[227880,-264439],[225672,-263422],[224898,-267460],[229635,-263653],[226047,-267707],[225227,-286315],[226703,-292827],[221634,-286952],[220666,-289280],[219771,-289564],[223034,-285802],[223673,-293761],[225786,-302991],[225205,-294605],[226478,-294696],[229148,-294947],[227882,-296685],[225674,-295727],[228226,-306919],[223609,-294632],[217978,-299678],[219798,-300547],[221505,-294583],[223903,-294296],[225341,-308255],[221914,-313931],[219269,-313313],[225945,-311541],[218701,-314528],[217992,-313297],[217644,-13621],[225791,-14449],[223234,-16296],[229018,-24302],[227928,-19564],[218248,-23488],[217744,-21387],[218272,-20742],[218808,-19881],[219802,-22372],[220168,-23753],[220417,-22305],[217619,-22870],[218291,-20879],[218639,-24935],[218442,-25056],[220288,-15609],[229278,-17114],[225238,-16580],[226132,-19945],[222101,-23335],[224197,-21869],[220543,-36720],[217741,-37770],[229226,-36602],[221614,-29909],[220806,-29864],[220594,-30169],[227471,-31699],[227923,-34703],[226875,-35960],[226081,-37883],[224852,-28143],[226964,-32379],[227487,-32524],[223542,-28073],[221087,-25679],[222291,-28749],[222127,-25811],[227235,-33253],[221589,-32541],[218758,-29207],[220669,-31869],[219660,-33384],[220592,-35221],[219316,-28893],[227521,-36503],[223879,-27429],[219245,-26785],[218044,-28135],[218951,-25816],[228931,-30259],[224728,-34078],[223272,-26828],[218774,-40228],[218240,-39268],[217615,-40161],[219288,-42165],[217731,-40551],[219177,-41533],[221266,-38551],[225872,-47919],[218180,-42070],[219057,-41429],[224736,-47290],[226655,-47246],[227634,-46818],[227682,-46553],[227626,-49826],[225521,-47730],[218498,-44505],[221116,-42204],[219741,-45840],[227371,-50383],[225541,-38784],[229372,-43735],[220893,-43311],[227427,-42330],[227558,-41591],[226665,-46370],[222091,-42761],[219520,-41203],[227156,-40913],[225704,-40149],[228432,-44314],[228334,-44334],[223677,-46871],[225119,-49212],[227997,-48118],[228742,-48916],[224256,-44228],[223463,-43483],[224716,-42747],[222946,-43774],[226938,-44664],[228830,-43247],[225228,-43880],[226936,-45395],[225973,-46575],[221670,-43956],[225504,-45829],[225727,-44808],[221325,-41235],[220578,-40788],[220956,-40990],[220557,-40808],[223062,-39628],[221931,-39810],[220402,-41590],[219278,-38288],[219461,-38915],[220824,-39304],[222772,-43897],[222823,-45457],[222993,-44608],[223462,-44421],[218903,-49854],[217943,-48861],[218657,-47267],[226263,-62225],[227726,-63522],[227136,-52568],[225651,-56542],[225999,-59256],[226313,-58422],[226238,-58379],[229648,-52497],[228527,-52457],[228902,-51192],[226986,-54712],[229460,-56711],[228257,-57410],[226878,-56082],[226453,-55905],[227884,-52560],[229329,-63390],[230078,-51912],[222204,-54306],[221249,-55316],[219860,-61318],[220297,-61334],[220085,-61106],[219468,-62956],[221058,-62425],[221297,-62736],[219894,-62750],[220284,-63307],[219901,-63575],[221098,-63458],[218629,-55660],[220711,-57867],[220767,-55370],[218448,-55212],[221970,-58053],[220820,-58378],[219606,-53671],[218134,-54012],[227451,-60740],[226455,-60950],[225431,-61290],[220549,-53222],[220904,-54933],[218465,-51257],[219295,-51128],[222907,-62800],[222304,-62289],[221517,-52625],[220388,-52697],[217963,-56931],[224989,-75703],[217976,-74220],[218642,-64862],[229667,-64824],[218659,-74120],[228802,-64281],[222483,-63806],[223305,-65202],[219526,-64296],[219541,-64334],[219352,-67069],[219068,-65780],[219774,-66575],[219016,-71099],[219492,-70765],[219433,-72496],[218876,-73938],[221004,-72368],[229022,-68194],[223872,-70560],[227025,-66417],[223957,-68688],[223327,-68131],[224932,-68252],[227107,-69946],[228987,-70702],[227224,-111619],[227806,-111519],[228140,-111471],[228203,-111150],[229284,-110375],[227712,-111294],[229739,-110990],[226395,-112564],[229237,-110794],[226936,-111911],[226295,-113904],[226631,-113348],[226682,-113212],[229253,-108849],[229768,-109763],[229880,-109280],[229677,-109240],[219202,6636],[222933,279],[224419,3845],[220069,6595],[229505,3218],[228910,3284],[228237,1656],[219338,9383],[225423,4033],[222792,11224],[227032,6980],[227919,9628],[223228,129559],[220334,128697],[223792,129443],[223008,134316],[226609,129439],[223419,132273],[218506,129748],[220631,128637],[222083,136414],[219037,133623],[221625,135675],[218426,131756],[222909,132641],[221860,132771],[222915,132156],[222825,131149],[226118,135802],[224901,137472],[224606,136933],[219413,129157],[219357,129550],[220745,128745],[219795,140902],[225214,140068],[222719,137887],[222118,136724],[223559,138764],[224610,135683],[225727,135215],[226763,132572],[226555,132842],[225930,131891],[229408,138105],[228172,136337],[229738,135607],[225656,143174],[217708,141403],[220001,142607],[219471,141400],[223710,141376],[221761,142010],[223133,141546],[225932,141233],[224767,149541],[228549,143078],[227154,143102],[228859,143863],[223402,145802],[224106,144940],[222641,146203],[230394,19125],[219927,24499],[221242,22200],[221821,24845],[223068,21968],[224319,19520],[222904,22782],[218949,23283],[217902,25247],[223232,23870],[225648,33326],[224638,30973],[218795,37901],[225211,31045],[224772,30447],[225619,35309],[218909,33741],[224040,36791],[226632,36164],[223765,36769],[229152,26297],[222897,31569],[218154,33681],[223341,28017],[221553,29716],[226637,29338],[229347,30028],[228522,29421],[224447,34833],[227982,27354],[224116,36124],[226057,37587],[227270,36348],[226154,36645],[230285,29270],[229433,29524],[225686,32491],[225852,34482],[218502,29023],[220454,29123],[226008,44943],[225232,44420],[223369,42857],[219590,51358],[220134,38772],[223433,43520],[228509,48181],[221963,45231],[226917,44319],[220670,43608],[225493,48498],[218579,43818],[219228,43936],[227044,44400],[230360,46822],[228162,44135],[219129,39506],[230351,40301],[218980,39387],[222991,40722],[220430,51202],[222065,43691],[228764,47953],[222441,45517],[222187,46628],[221443,49419],[219418,48572],[218233,45844],[221861,40574],[222373,39750],[220963,50249],[219616,46716],[220110,45687],[220487,45500],[224287,43564],[226972,43454],[227000,43031],[226442,43609],[229995,39098],[228757,38658],[227596,42069],[227369,41735],[228757,41723],[227836,39721],[225417,44458],[229594,50872],[226794,47137],[228147,45711],[230208,40793],[230356,40380],[220745,52320],[230157,52182],[230032,52079],[221824,54344],[217909,54441],[223680,54097],[224546,54356],[217831,53692],[227595,55792],[226814,54673],[220816,54724],[230027,54247],[229057,54664],[229722,55017],[227563,55487],[227839,53595],[228304,53420],[228374,52844],[221092,62391],[227559,61425],[225159,62429],[225176,61491],[228205,59313],[228017,58293],[227547,59176],[227725,69283],[228276,69213],[220633,76401],[228811,69211],[230019,64761],[227465,65078],[226263,70313],[229405,66708],[228443,66304],[228546,69918],[225383,72744],[223583,69072],[219489,68646],[221679,66972],[218867,68102],[218645,66096],[219343,67697],[217815,67086],[217816,70331],[220527,75742],[224198,64932],[224666,64469],[223288,66314],[220194,64411],[222380,64461],[228184,87413],[229324,87118],[217679,81763],[218378,81346],[220164,77947],[220033,77527],[226626,80318],[228398,80300],[226158,80942],[222820,79074],[223046,79671],[224374,83885],[224793,83670],[227226,82058],[225670,82872],[219701,86993],[218708,88285],[218420,87407],[225862,83284],[224666,80274],[224812,77804],[225530,79484],[225020,81505],[223755,82011],[224903,81281],[226237,90651],[222793,95210],[228431,89869],[229056,90004],[220617,99875],[221730,96614],[217984,95325],[218158,99030],[217840,97806],[220323,96373],[220739,94803],[219494,94994],[221294,91953],[229632,92325],[218762,96441],[220149,95493],[218163,99960],[218826,99692],[223942,91350],[223353,94945],[219621,93101],[223818,94932],[219506,94294],[223879,102298],[221792,101730],[226798,92507],[226244,93826],[224199,93430],[222141,92147],[222010,93953],[223628,92097],[222841,91715],[222739,92880],[221725,93831],[225315,91741],[224642,91850],[224820,91182],[227744,102509],[227638,101817],[226692,101951],[227057,98047],[226188,97552],[226457,98735],[218644,102157],[225042,99369],[229924,98415],[229085,99419],[229853,99067],[228865,99160],[229839,97098],[228836,102511],[229755,102598],[228284,96613],[222602,99894],[221273,101980],[217836,113732],[218609,113783],[227898,103762],[230265,113128],[223982,110576],[225369,111501],[227324,107260],[227458,107558],[223904,111451],[223225,106696],[222796,105203],[223103,103226],[221325,102996],[221387,103780],[219318,104458],[224135,112738],[224852,112440],[218550,105272],[217877,110325],[217893,110308],[224919,104196],[225335,105293],[218956,107844],[224156,104177],[219696,109010],[224531,107378],[226094,108670],[225387,109127],[225482,113931],[228419,108956],[229080,108871],[228369,109943],[222090,107247],[220144,108698],[220688,109075],[220110,110313],[226532,113610],[227491,115030],[226590,110605],[227996,111948],[226638,111322],[221895,113034],[220774,112976],[220291,105315],[220651,104373],[221141,121313],[226940,118706],[229999,118313],[229055,117627],[229175,117753],[226411,120022],[218908,119257],[228680,125066],[226595,127374],[228173,126712],[223551,120028],[220673,115592],[220571,116107],[220679,126587],[221830,122004],[220915,119369],[219512,118348],[220796,118983],[221836,121117],[223611,117922],[222226,118045],[222635,117008],[224754,125669],[217839,127558],[220655,123331],[222443,123577],[223603,128104],[220178,119547],[234601,-122703],[230742,-127725],[231143,-127722],[234223,-122076],[241046,-127590],[234128,-117741],[239292,-125815],[236711,-124514],[236684,-124548],[242210,-128977],[230745,-127915],[232826,-130287],[232256,-131091],[241214,-127808],[231248,-129899],[231277,-129726],[242150,-128664],[241106,-128665],[238443,-144267],[238636,-144419],[238903,-144318],[233886,-145436],[235151,-153372],[237431,-151115],[237229,-143221],[230623,-144442],[231297,-145967],[239522,-151033],[236908,-151078],[233968,-145511],[238532,-152565],[239923,-147143],[243069,-149719],[235514,-143559],[237190,-142743],[232544,-145797],[238731,-153019],[233818,-142149],[234204,-143309],[233324,-142510],[234828,-151285],[235220,-150616],[236779,-145879],[238025,-145274],[237700,-145794],[238201,-145077],[240774,-150954],[239839,-148960],[239594,-148539],[239645,-148727],[242438,-149847],[236388,-151421],[240977,-149460],[241243,-149158],[236611,-159602],[235602,-159859],[234820,-159730],[233068,-154322],[234946,-158606],[237883,-154701],[237905,-153488],[242515,-156796],[243185,-162466],[242007,-154160],[242863,-165961],[238143,-154830],[237260,-153860],[239967,-158838],[233586,-156395],[239802,-155804],[238247,-155427],[237887,-157772],[230962,-154163],[238551,-159288],[242241,-165699],[230905,-153604],[233932,-156618],[240026,-155209],[240555,-157009],[236279,-160326],[242506,-160328],[236914,-153763],[238241,-159063],[237834,-155391],[237207,-165540],[235554,-166185],[230717,-164621],[232663,-162181],[232492,-161104],[237848,-165947],[231950,-162037],[242861,-177480],[242219,-175489],[240009,-173910],[242140,-167743],[241148,-167041],[231018,-177641],[232577,-172742],[241759,-177890],[234643,-171346],[231380,-178076],[235547,-173793],[238292,-168416],[231976,-174914],[231640,-171412],[237719,-167643],[232923,-168191],[234490,-175834],[232677,-172411],[239767,-169912],[236498,-167531],[236241,-170955],[232456,-173723],[239910,-170649],[231515,-166325],[236116,-170605],[239590,-168663],[232984,-178609],[232067,-177213],[231486,-170983],[231410,-167072],[239691,-177588],[238588,-175575],[230941,-166736],[230924,-167286],[233387,-172040],[233478,-168690],[230705,-170625],[235510,-168908],[234432,-171882],[236726,-178485],[237198,-189641],[237033,-189928],[242571,-188812],[239795,-189468],[243088,-188409],[235976,-190809],[234252,-189858],[237294,-186546],[242415,-190075],[240053,-190333],[240872,-190341],[232649,-180115],[231492,-184158],[232902,-184179],[233932,-183462],[232955,-180568],[233861,-182845],[230841,-182171],[231115,-181555],[231911,-182305],[233793,-183258],[234540,-181325],[236222,-180651],[235394,-179757],[237528,-180244],[236888,-180754],[236325,-182591],[237202,-182947],[235952,-193265],[235138,-192939],[242444,-193472],[241512,-193766],[240481,-198220],[240798,-199823],[239664,-198956],[235940,-193870],[238115,-196280],[240638,-198278],[238303,-196216],[235237,-193092],[234101,-192148],[231818,-193909],[235089,-191979],[233788,-193921],[232339,-193825],[230675,-197102],[234316,-198979],[231236,-201031],[233337,-216713],[236102,-205377],[231063,-204942],[233668,-206225],[231913,-215434],[232368,-209088],[237682,-207892],[234461,-209627],[232735,-212553],[231150,-213385],[234159,-209829],[234898,-207814],[232901,-208897],[234666,-208883],[231805,-213468],[241774,-224314],[240190,-226743],[231077,-226636],[230594,-225667],[241899,-235643],[240979,-239517],[231272,-238579],[238472,-241241],[236216,-236967],[231883,-240158],[232487,-239313],[236307,-240593],[232424,-238773],[238229,-239907],[233202,-9218],[241076,-5347],[232535,-1603],[234431,-7913],[236457,-3792],[235556,-4051],[237180,-11336],[241268,-4996],[241561,-6081],[234887,-4837],[236422,-10862],[236354,-11941],[234825,-11924],[233610,-6545],[233147,-11092],[233828,-11459],[239759,-9994],[234726,-9354],[235504,-8507],[236005,-4517],[233114,-8950],[235167,-243842],[237563,-243625],[242676,-247096],[237367,-244010],[241871,-244910],[239882,-244507],[241595,-244191],[241912,-252571],[233284,-258635],[238278,-265857],[237488,-258998],[237591,-257673],[235054,-267626],[231591,-256759],[239171,-280908],[238992,-277975],[238158,-276720],[234794,-276974],[235639,-274709],[235755,-277314],[236157,-276005],[236207,-277879],[241587,-282432],[241848,-283732],[237383,-286495],[235510,-290449],[241653,-287194],[242375,-305294],[239623,-297564],[232654,-303744],[231098,-304440],[240017,-310336],[232791,-307423],[241229,-318988],[242880,-318208],[235263,-312211],[236755,-311726],[235910,-310126],[240958,-320203],[240807,-325932],[238203,-321309],[237541,-325086],[232625,-18678],[233354,-17047],[237798,-16385],[241038,-24381],[240086,-14846],[241688,-17562],[239043,-25254],[240200,-14855],[237727,-14832],[233153,-14894],[233826,-17043],[239027,-21863],[236300,-35365],[237202,-26509],[241028,-29439],[235431,-26341],[233214,-37815],[237840,-28632],[230977,-27309],[239455,-38093],[236765,-36535],[235583,-37164],[230561,-32770],[242351,-26234],[238578,-50388],[238205,-49935],[238960,-48024],[240437,-48779],[237995,-47452],[241412,-47422],[241840,-47989],[234805,-42341],[234822,-39560],[231071,-49147],[231487,-48331],[231428,-41162],[232891,-50767],[231675,-40811],[232384,-49441],[239907,-41311],[238630,-41158],[234269,-40389],[241939,-38663],[237356,-43534],[241405,-50853],[242431,-49795],[234501,-43516],[236522,-47885],[236116,-47650],[235130,-43396],[237378,-48168],[236057,-42889],[238780,-48670],[239306,-48806],[238242,-48872],[239788,-40323],[236641,-40118],[236407,-40534],[235614,-39714],[241257,-47450],[242152,-48778],[242563,-49273],[242678,-48526],[236189,-42667],[236162,-41905],[235570,-43326],[235333,-44368],[235358,-44661],[237897,-55143],[232839,-51233],[235878,-60723],[235980,-60822],[237200,-60431],[240719,-54300],[239840,-52741],[233030,-53652],[235422,-63377],[234116,-54967],[235382,-63672],[231618,-51603],[230571,-58922],[232936,-57658],[230605,-59793],[238471,-62746],[240649,-57822],[237046,-61668],[238719,-58851],[238843,-58800],[238878,-59248],[235043,-59468],[242412,-52295],[238674,-62293],[239357,-55446],[241513,-59106],[241882,-57936],[240941,-60550],[231015,-54651],[230619,-55359],[230928,-55775],[237856,-61466],[242486,-61470],[237597,-58865],[238897,-59781],[234831,-68316],[233157,-64054],[242253,-73671],[236548,-66018],[233999,-68219],[240611,-66230],[231076,-64381],[234077,-65789],[230549,-64368],[239533,-67521],[231556,-63921],[235225,-67436],[236674,-66992],[236628,-73311],[230631,-72212],[243044,-75661],[237013,-71677],[236795,-75035],[237650,-72403],[232921,-73172],[231120,-72339],[233511,-71760],[239725,-83146],[239703,-77160],[231698,-86937],[232384,-81873],[241244,-107049],[241002,-103693],[242146,-105313],[239932,-104423],[237036,-107204],[233504,2554],[236275,8208],[231209,6804],[239089,2582],[232032,8806],[239726,135221],[239186,135924],[239494,134154],[237094,135075],[243645,131601],[236889,136287],[236173,137097],[237278,136471],[242716,130015],[233302,139556],[233995,139737],[234476,138007],[230527,138239],[233344,133202],[233293,133617],[238229,132202],[234428,132095],[232895,130443],[230705,136877],[237801,133008],[233175,135141],[233365,134495],[237506,130719],[230783,133620],[234663,129803],[233040,132383],[233342,130780],[236015,140609],[237453,140775],[235732,139003],[232814,133378],[231558,134563],[241204,25050],[236835,23070],[231199,22260],[237378,25498],[232826,16588],[240643,20195],[239353,20474],[236979,17013],[235347,16006],[234484,14651],[243182,25070],[240098,21660],[242427,22733],[241966,23406],[241837,23742],[239865,24093],[241088,23044],[230457,28791],[233080,30095],[234928,28304],[235018,29443],[239578,26779],[241439,26723],[232574,28309],[242969,30468],[239467,32008],[235792,28512],[237664,28784],[238090,30007],[239595,32465],[241494,34541],[235510,36948],[235173,36575],[232298,33908],[231260,29975],[236724,27617],[233848,31668],[238916,37816],[242227,36208],[239367,37782],[238805,37359],[233169,33134],[236627,33229],[233196,34497],[230720,27556],[242104,36664],[237563,26311],[241868,35662],[236857,28968],[236386,34184],[232961,33731],[235270,33620],[242287,33077],[242860,30087],[241650,28873],[242871,37336],[237073,35152],[241330,37415],[234560,35171],[232891,36567],[232353,45386],[238815,45438],[238863,48996],[232492,49484],[235981,51312],[238961,42610],[237623,49330],[231779,46174],[240502,40368],[231115,49967],[230816,50018],[231399,38932],[231406,46556],[230498,39672],[231466,41888],[238368,49526],[240243,43373],[237725,39175],[233652,42701],[242961,50021],[241576,49461],[243167,42563],[240868,42284],[242161,42459],[242942,40126],[242191,45992],[242223,45080],[238616,42542],[239431,46930],[238727,44948],[237264,43037],[237500,46668],[237599,47392],[239654,47273],[231541,47199],[234311,44619],[234966,40253],[239141,51681],[237243,57169],[241258,53183],[237524,57654],[241513,62482],[238094,63485],[241420,58877],[234678,63754],[241418,53628],[241743,54731],[242009,60722],[242990,59649],[242339,60178],[242931,55080],[241699,54195],[243074,51680],[243057,54116],[234067,61616],[234153,61559],[236535,60615],[235041,58021],[238165,58379],[238075,51450],[239921,58503],[239557,52908],[237577,53161],[239945,61134],[236664,53462],[235633,52285],[234004,53577],[235220,54513],[234365,58090],[234767,63170],[233893,57066],[232304,63981],[231927,59084],[232632,63992],[231643,60829],[234245,64127],[231839,60127],[234340,62718],[234619,55850],[233809,56112],[235021,63204],[240070,53713],[231896,62658],[231744,62695],[230801,61680],[234566,64658],[243153,76499],[231161,74193],[230425,72073],[239239,76790],[238470,70090],[235584,75145],[238467,69596],[234193,74373],[231773,74029],[240393,65440],[238380,69179],[236186,75180],[236206,65822],[235431,74705],[239196,76572],[232879,74735],[241210,72751],[239052,69127],[232069,66327],[232983,65679],[232402,68440],[233913,66587],[235026,68719],[240407,65217],[234266,65676],[235685,69704],[236215,72397],[234436,70610],[234830,71666],[238386,72411],[237209,69633],[241439,71100],[242168,70958],[235296,71612],[240422,68787],[239682,69740],[239862,70186],[241947,67882],[242026,68031],[240074,67254],[240231,65557],[233013,71767],[231519,71066],[238916,73177],[240722,72196],[235262,71513],[239224,65357],[236137,72201],[238488,67045],[237730,67708],[234226,69500],[235749,66963],[236100,68181],[235198,68004],[232901,68934],[239535,68656],[237559,78702],[239476,78619],[230767,86486],[236819,79911],[235141,83257],[233490,83466],[234112,83562],[232487,85347],[231168,87222],[234940,88523],[236529,88778],[234040,88164],[232497,88630],[235399,87546],[235692,87986],[235387,87175],[241370,85695],[237479,85657],[237308,85327],[237442,85259],[238219,85143],[237758,83499],[241770,79762],[241651,81280],[241531,81363],[239019,88878],[239168,88815],[238631,87773],[241410,88793],[237758,87967],[240858,89202],[237316,88841],[240087,82983],[239482,81777],[239285,81174],[239555,92778],[240225,91288],[241819,92248],[242364,97558],[233654,90229],[235338,94176],[237984,93727],[237374,93582],[238652,92809],[232459,92004],[242795,91052],[241242,91023],[243655,92310],[242228,92943],[240043,102100],[240441,102093],[241147,102194],[237272,102216],[238110,102216],[241124,100426],[240949,101625],[241311,101663],[240342,99156],[239566,98390],[239477,96517],[239726,97776],[239168,96401],[234293,100927],[234648,102115],[238451,97648],[237849,98827],[234396,99638],[234452,99613],[230734,101947],[233394,97484],[232295,97468],[232877,98161],[236739,97432],[234970,99906],[234815,99746],[230945,98292],[234366,95311],[236412,114203],[235890,114883],[236564,113716],[237267,103064],[234496,103027],[235024,103532],[235447,104959],[232679,103762],[231808,103431],[230595,103051],[231210,103385],[230724,112095],[231311,111694],[234355,110175],[234122,110353],[233852,110438],[233070,108658],[231674,108600],[231311,109652],[233494,105750],[234794,107259],[234016,106362],[235732,108156],[236385,108121],[236132,109279],[238562,106146],[238974,105772],[237200,105707],[240646,111154],[239484,111527],[240481,111375],[240928,109334],[242816,107805],[241130,112642],[240070,114241],[241185,114812],[237107,113337],[238973,112047],[237560,113343],[230923,118031],[230765,116064],[232854,117206],[234416,123270],[232690,123489],[233892,119256],[231070,118909],[235425,121131],[232705,124620],[233772,118545],[243528,128612],[235964,117313],[237212,117426],[231297,119604],[233354,121963],[230782,120569],[242271,124731],[242058,124942],[242026,125406],[240868,123961],[246211,-124985],[246608,-125215],[246517,-124037],[255819,-115439],[248665,-127763],[248564,-127396],[243580,-127589],[246503,-126695],[246245,-127571],[245620,-125049],[245250,-125169],[245076,-125886],[249434,-116281],[252230,-117949],[254932,-129703],[247783,-134094],[248139,-139681],[249731,-139166],[244513,-128070],[245039,-128660],[247400,-128731],[247766,-137849],[248304,-137537],[246978,-137386],[248335,-128101],[248798,-132172],[248311,-133212],[248687,-132366],[246290,-135536],[246837,-135334],[245693,-135068],[247190,-134031],[246675,-138249],[245674,-138012],[248866,-139789],[254085,-142284],[243315,-149742],[244461,-150706],[250933,-143347],[250734,-142164],[254661,-145484],[254355,-145451],[250038,-142116],[243755,-151586],[246959,-150055],[248488,-141070],[251290,-143239],[249162,-141705],[250802,-142783],[249810,-142346],[249404,-141998],[245749,-162913],[243617,-165592],[245880,-163728],[247456,-163520],[243473,-167388],[248081,-171657],[245596,-178626],[248644,-169384],[247455,-177345],[247325,-175902],[245135,-168040],[250637,-175997],[248857,-174399],[247036,-167357],[246372,-167456],[247539,-167238],[250946,-175074],[248696,-172165],[245666,-191300],[248673,-181105],[246209,-187826],[244022,-187048],[243289,-191089],[245058,-179947],[245430,-179784],[245638,-191462],[244862,-190362],[244431,-190014],[245585,-183855],[247952,-182918],[244130,-192460],[244555,-192967],[248758,-211402],[251481,-213410],[247682,-214574],[250475,-217091],[245492,-227339],[243467,-221584],[244378,-224030],[254102,-224125],[255101,-222173],[255758,-224674],[250533,-224270],[251719,-219893],[245648,-222178],[247912,-218959],[246291,-219755],[247041,-219927],[244008,-240754],[248479,-238610],[255415,-4309],[254668,-3891],[244085,-7383],[245736,-6754],[248426,-9893],[247516,-5444],[245589,-7071],[247284,-5789],[247828,-3383],[247392,-2202],[247026,-2194],[247957,-9166],[248335,-10345],[249371,-6652],[250284,-7062],[246623,-7048],[247969,-6871],[246932,-7637],[244539,97],[245387,26],[244621,-1232],[249739,-6288],[248748,-4766],[248731,-5771],[249857,-4461],[250643,-3991],[251410,-3456],[253551,-5018],[252524,-6899],[251111,-7244],[252995,-10851],[251778,-10896],[253181,-11335],[254163,-8884],[254367,-8910],[253012,-7951],[252140,-3079],[252065,-3993],[253949,-1452],[254659,-4978],[255227,-5585],[254002,194],[253914,-873],[253087,-302],[253583,-871],[248263,-244261],[245211,-245035],[248074,-249639],[253642,-254138],[247202,-243880],[245490,-243945],[247495,-243672],[251223,-250886],[245939,-254653],[244742,-253181],[252008,-259149],[249480,-260686],[249795,-264414],[247947,-266449],[248776,-256035],[248309,-259397],[246525,-261902],[243544,-259073],[244032,-260454],[244794,-259413],[244128,-261664],[248569,-257211],[248494,-258818],[253678,-266582],[251893,-266374],[253235,-270822],[248163,-268664],[252242,-276552],[250684,-276180],[253112,-276462],[251502,-273118],[250334,-272915],[249380,-276594],[255612,-270306],[255714,-274629],[254916,-269084],[244262,-273313],[246213,-273346],[247488,-270811],[248148,-277438],[245051,-284589],[253138,-289808],[251748,-288776],[251641,-289954],[253911,-287131],[248830,-291337],[247756,-291644],[245926,-292099],[250379,-291315],[253446,-286977],[252705,-288490],[251748,-290625],[255674,-285594],[250348,-285604],[252815,-294585],[255078,-300751],[255281,-299779],[253319,-300203],[243677,-294523],[244935,-297883],[247768,-297999],[249128,-311425],[254878,-319084],[255086,-314525],[244521,-317437],[254447,-321846],[252661,-324545],[246679,-321263],[245487,-16535],[244530,-24697],[247626,-18803],[244458,-24655],[249836,-22852],[249381,-19053],[248026,-20061],[245535,-18259],[253131,-25284],[255075,-24296],[254082,-25989],[245074,-29382],[253987,-26457],[243649,-31196],[255319,-34979],[247157,-32809],[244445,-27473],[251586,-29183],[255266,-33486],[251272,-29761],[245729,-25667],[245841,-34284],[247113,-36027],[252594,-35431],[254749,-31637],[254941,-31404],[252151,-27236],[250711,-27518],[248314,-29011],[244999,-30982],[246755,-39078],[243715,-38705],[255594,-44294],[253331,-43520],[255053,-42896],[250432,-39152],[250798,-40751],[254015,-48456],[252699,-49925],[253502,-49856],[249391,-45708],[243429,-42954],[250409,-46633],[250590,-48987],[251232,-47846],[250668,-46450],[253570,-57256],[245452,-54893],[244342,-56857],[249745,-53905],[245597,-57153],[245167,-55408],[245796,-55514],[253286,-56342],[253200,-56484],[246454,-57553],[247107,-53699],[245738,-53995],[244107,-51580],[246262,-60115],[251282,-60714],[248696,-57247],[249382,-54818],[254834,-61375],[254195,-63645],[252792,-63319],[254851,-59824],[243311,-55989],[251256,-57764],[245189,-55467],[251394,-54049],[247713,-54158],[249625,-54168],[249083,-58473],[251916,-62141],[249503,-55907],[249646,-56882],[249679,-56836],[253941,-57084],[253237,-58607],[255434,-57186],[251107,-67531],[251233,-75052],[252864,-68006],[248850,-67531],[243826,-80903],[244150,-81513],[245508,-80526],[252636,-85496],[252733,-85380],[251651,-80817],[249146,-84659],[249243,-84611],[247724,-82931],[252566,-85140],[252620,-85466],[247372,-82932],[249218,-84626],[249208,-84736],[249192,-84617],[249226,-84783],[247564,-86482],[249142,-84594],[249208,-84786],[249194,-84666],[249134,-84708],[250452,-85873],[250545,-85876],[250776,-83277],[250600,-83314],[249339,-82465],[244131,-86025],[251072,-84297],[252807,-94523],[252918,-94537],[252656,-95631],[253101,-94675],[247710,-96153],[253576,-91285],[248049,-96158],[253140,-96038],[249591,-102005],[252661,-95677],[253541,-91402],[253134,-94625],[252904,-94539],[252996,-94534],[252950,-94573],[248468,-95367],[253019,-94706],[252879,-94507],[252859,-94580],[248016,-98256],[247064,-100785],[246953,-100922],[248838,-95751],[247001,-100858],[246674,-110728],[249296,-104167],[249334,-104012],[249285,-104065],[249261,-104048],[249262,-104060],[249157,-104042],[249318,-104119],[249214,-104027],[249349,-104160],[249315,-104172],[249882,-104331],[249728,-104463],[249803,-104440],[249882,-104359],[249818,-104378],[249742,-104387],[249715,-104408],[249708,-104376],[249749,-104325],[249840,-104418],[243364,376],[245792,1456],[254800,7596],[254130,7139],[253581,8674],[254806,9349],[247895,11738],[248533,10731],[243502,5893],[245243,2281],[244305,7796],[243858,2810],[243362,7754],[247122,9258],[244858,9895],[243425,10730],[254360,3503],[253421,5554],[245791,6972],[250567,7235],[247578,5718],[255552,7096],[247954,941],[252778,983],[250994,464],[250593,1860],[250705,1451],[247616,2626],[246673,1941],[244787,1136],[250815,4176],[252105,3736],[250043,5976],[243339,131830],[255360,129961],[254757,129645],[254759,131067],[254358,136792],[254133,135368],[253857,134736],[253035,133291],[252419,132261],[251235,134278],[255071,133079],[247612,134260],[249086,132536],[249364,133752],[244330,129138],[247462,132208],[246239,133765],[252067,128496],[245015,128264],[246107,131094],[251235,129373],[249969,128742],[250097,128742],[246493,131616],[247830,129554],[248799,131080],[248334,131131],[254362,21566],[243610,22845],[254163,21947],[244554,23855],[252705,22334],[247065,24025],[247439,24934],[246069,18719],[245199,17210],[246154,25349],[246191,17881],[252234,24786],[248423,24425],[255662,21086],[254195,25353],[253121,13819],[253121,13225],[244908,33107],[245294,33955],[251652,33838],[255052,36318],[253000,36870],[255057,34830],[246338,32439],[253327,34250],[248508,36295],[248346,36960],[251742,34443],[255410,34976],[253680,37170],[245816,26274],[246677,26635],[255185,36413],[255529,34603],[254453,35588],[255851,32565],[250650,34717],[249872,35894],[252295,38067],[253599,32788],[253003,34080],[249937,37639],[244320,30704],[244484,29442],[244634,30661],[245690,36756],[243377,36766],[244057,32682],[255155,27391],[255700,28498],[251819,29599],[251784,27942],[251372,29831],[253209,27553],[254568,25927],[250204,26707],[250739,25956],[252248,27152],[247385,28523],[247260,29153],[246578,28120],[246555,39092],[246033,40543],[244843,39164],[251117,44608],[245654,40847],[246125,44119],[244367,41887],[250264,40487],[248624,39152],[251306,40715],[247645,48403],[246259,49310],[247276,49172],[248595,46148],[248671,46008],[243898,47404],[244230,44934],[244507,44932],[245248,45178],[246076,46103],[246161,46937],[246868,46936],[251550,43918],[249778,43794],[250344,42316],[250222,43240],[249413,42397],[249137,42991],[248251,44215],[246700,52054],[253052,62100],[251905,60065],[252188,59393],[244911,62947],[244537,62180],[250299,62713],[249412,61895],[250264,62905],[248612,58269],[248050,59385],[246624,60312],[243414,57006],[244475,59920],[244676,59058],[245734,59609],[245929,52802],[245796,52757],[244969,52199],[244988,54512],[244210,54062],[243872,51647],[243683,72573],[251548,74661],[243559,71572],[253705,71237],[246736,69762],[243736,67303],[246614,70832],[243508,70380],[246473,69729],[252617,74741],[246341,66100],[246830,65440],[246487,67913],[244881,64230],[252133,66014],[253489,67756],[250416,66903],[255971,65342],[243399,76352],[244551,76642],[249776,73066],[255307,76541],[246254,76284],[245308,75262],[247076,76023],[251281,72887],[255003,74865],[254154,74164],[248108,75118],[249598,76944],[249476,75132],[250310,73848],[251717,69245],[253069,69715],[250616,70810],[255748,83729],[251240,89628],[246300,89031],[248075,88629],[245906,89488],[249809,87953],[250041,88297],[249581,88834],[255887,88782],[251415,87016],[252222,88125],[252698,88218],[252987,87698],[252678,77133],[254694,82222],[253128,77083],[253248,88016],[253187,85960],[255403,86351],[253829,89149],[253858,84072],[255053,79986],[253400,82357],[252550,79589],[251769,80484],[253239,79026],[250021,79556],[249726,80336],[249690,79861],[252427,97174],[247466,97170],[245420,98643],[245291,96852],[244875,97749],[243410,92528],[249806,91325],[246698,93353],[248480,91362],[250775,92272],[248637,91154],[249561,90571],[248001,90474],[253819,90519],[253514,90157],[252994,91122],[253652,89819],[255535,93817],[247847,98521],[254545,95654],[252303,95565],[251926,95063],[251181,95929],[248223,94732],[244198,98226],[248815,97018],[249811,96106],[247035,95745],[244297,97514],[253970,114126],[244685,115019],[246820,107136],[246151,106798],[245044,113061],[245806,107937],[245219,112573],[243789,110595],[243679,110715],[243209,109291],[245605,115287],[247349,107767],[245668,113447],[246283,110761],[247837,109958],[244469,105529],[247454,110352],[252075,112185],[251844,113003],[250427,103189],[249597,110931],[249337,111031],[248736,110426],[254801,114758],[244742,106225],[244022,108501],[251902,110728],[255980,113080],[254310,125442],[254376,122423],[253786,121314],[252678,125750],[252387,126275],[251479,121115],[249890,122145],[251067,121269],[255804,116185],[254618,117242],[253729,118998],[252744,119083],[250839,119665],[250595,119749],[252794,126803],[255395,123762],[255097,123657],[255285,123964],[255976,117032],[248033,125398],[245268,118209],[243834,122581],[246521,115818],[246907,119668],[244406,115856],[247491,125517],[244119,117365],[23945,-142445],[24661,-140943],[16571,-86218],[19936,140772],[20270,140778],[21099,139590],[21475,140093],[13503,147220],[24291,148194],[14080,145022],[20829,147043],[20801,145961],[19353,141807],[13415,144036],[13792,18250],[14206,18979],[261386,-117577],[260624,-132407],[264177,-132075],[264225,-131976],[265301,-134793],[266503,-135717],[258315,-138028],[258506,-138049],[258201,-138511],[258806,-138111],[260403,-137802],[260022,-138491],[265824,-140369],[259166,-139439],[266709,-135488],[258810,-132252],[266352,-134702],[258381,-131108],[262701,-142280],[263072,-142410],[261404,-147057],[268529,-141855],[263181,-143171],[262766,-143787],[262839,-143309],[263159,-143620],[267577,-142099],[268108,-141495],[258646,-146235],[261349,-141889],[261197,-142359],[262976,-144642],[262361,-147200],[258356,-148103],[258021,-147701],[257488,-147984],[258487,-147854],[260283,-148906],[259664,-147935],[261463,-147148],[268598,-226162],[256981,-226271],[256319,-227580],[259273,-228823],[258990,-227186],[260975,-226079],[260007,-224451],[265909,-241574],[256946,-7337],[256469,-2165],[263496,-8074],[257453,-1565],[258389,-3631],[265292,-5555],[266549,-11637],[256321,-4235],[257227,-3340],[260043,-5481],[264153,-8697],[261006,-1474],[258775,-5437],[264710,-2761],[258593,-4815],[261224,-952],[260264,-7064],[261929,-10640],[263589,-8671],[263896,-4410],[263104,-4670],[261993,-2803],[268308,-7360],[267119,-8061],[264260,-10845],[265053,-8778],[263497,-9811],[266181,-248456],[265713,-248116],[267457,-244126],[256729,-264467],[258639,-263292],[257349,-266805],[261944,-266163],[256981,-266172],[256787,-264164],[257822,-270443],[256062,-269253],[258541,-272767],[256076,-272117],[261405,-281118],[256409,-280829],[256474,-280032],[260359,-279100],[257095,-280687],[259788,-279049],[259604,-280187],[260407,-276093],[258406,-292891],[256201,-287761],[257693,-281470],[256859,-283622],[267541,-285807],[264744,-281528],[264050,-283845],[264438,-285909],[263143,-283613],[263863,-285000],[262629,-281942],[258399,-282436],[257372,-302209],[256977,-303119],[257103,-296918],[260499,-302046],[266688,-298906],[262789,-301081],[261445,-298610],[262108,-302973],[263288,-301280],[267570,-299793],[266483,-301569],[268413,-311188],[268574,-315420],[265720,-313057],[266293,-319683],[256779,-318915],[257455,-317259],[262690,-317033],[268395,-320159],[264647,-330519],[265771,-322799],[264614,-14945],[262276,-14611],[268278,-18208],[267666,-21999],[265217,-22240],[267754,-23561],[266738,-23740],[259292,-22489],[264344,-23737],[263077,-25060],[260973,-25399],[262962,-22241],[258318,-36410],[258923,-35768],[257640,-35702],[259214,-36610],[257028,-32813],[260374,-31621],[258640,-33633],[256860,-28564],[260092,-34336],[267886,-32881],[257429,-25941],[262190,-34308],[268286,-34213],[264311,-34958],[268600,-31920],[267678,-30988],[267648,-31601],[267297,-32469],[266541,-31947],[268675,-31135],[266980,-26451],[256599,-26768],[256843,-26879],[267273,-28338],[264072,-30809],[267754,-32548],[263956,-29037],[266431,-29969],[266604,-34252],[263295,-26250],[264350,-30550],[261853,-37402],[258947,-49658],[263073,-45853],[267182,-49525],[266325,-45982],[267075,-47374],[256983,-38621],[258367,-38306],[267046,-45317],[262485,-39498],[264359,-49660],[259487,-38480],[261684,-45051],[257441,-40112],[263178,-38271],[263132,-42019],[267161,-40500],[267567,-40113],[268025,-40103],[268679,-43754],[267563,-45393],[267081,-42298],[265141,-41682],[265218,-43700],[262930,-44074],[264745,-54953],[262611,-56360],[260052,-55101],[265501,-56912],[261976,-55967],[256648,-59972],[256036,-56290],[261223,-52580],[261523,-54061],[264794,-53345],[266709,-55934],[263522,-62251],[260065,-55168],[265651,-59953],[268427,-52467],[266584,-59142],[265199,-63166],[267805,-62912],[260472,-61531],[267109,-66764],[259788,-74180],[260860,-71291],[267259,-70546],[266427,-71122],[267863,-64905],[263847,-65831],[263820,-65430],[268450,-72420],[266153,-75113],[267469,-67244],[266821,-74573],[262928,-74485],[268319,-75923],[262731,-64834],[266727,-74743],[266840,-75771],[263074,-76433],[257649,-70881],[261818,-68654],[263706,-67402],[263212,-69550],[258601,-67551],[259576,-70113],[258611,-75994],[258162,-70212],[262842,-70158],[260884,-69259],[265941,-70307],[268542,-76041],[268114,-69595],[266151,-70621],[256598,-67241],[266986,-83010],[267484,-82945],[266887,-82997],[261856,-106950],[256845,-114116],[260004,-106618],[260001,-106648],[261392,-107023],[261893,-106624],[261404,-106835],[262238,-104090],[261717,-106817],[257392,-113987],[261741,-106569],[260161,-106643],[260852,-103309],[260848,-103688],[260980,-103554],[261062,-103184],[260890,-103113],[262352,-104656],[262009,-104658],[262245,-104590],[261771,-106917],[261511,-106687],[258477,-109373],[259389,-110000],[263395,5677],[259871,7330],[257041,11153],[256624,10340],[268465,11689],[260115,607],[258436,3218],[261762,2736],[262546,6081],[256087,6439],[267293,2919],[265892,6032],[266387,10816],[268442,10490],[267907,9546],[257460,130276],[257074,132727],[257207,133163],[256116,135720],[257537,134926],[261924,25582],[262122,24972],[264019,18271],[257592,22909],[261391,13970],[256454,22241],[259128,14762],[263178,18223],[261949,19825],[260528,18263],[261576,16193],[261426,18321],[267960,16121],[265109,16694],[267622,15990],[256261,19404],[257415,20545],[258287,16559],[257639,15491],[264111,18298],[265529,18672],[265703,17724],[262402,17454],[261440,21419],[263390,19051],[261515,17956],[258842,18647],[258664,19804],[259023,19817],[268183,16420],[268386,17903],[267806,20972],[268555,23067],[267693,21882],[265975,22302],[266435,23253],[265118,22752],[264504,24834],[266527,24864],[265126,24109],[264041,25140],[263488,24839],[262565,22970],[263834,23496],[263714,21882],[259889,23126],[259807,21709],[259991,22924],[257692,33398],[258998,32440],[261296,31287],[260258,31630],[263708,33124],[263979,30806],[260642,31030],[258542,34194],[264145,30812],[258463,34410],[259152,35196],[263018,26083],[261337,26221],[256343,27906],[256615,63871],[256025,60401],[257905,61638],[256625,60140],[261834,62752],[259795,60389],[261753,61157],[262397,61912],[262266,61974],[264613,62529],[261125,64154],[262702,63124],[261416,64003],[262234,710980],[263778,710090],[263872,710177],[259863,712279],[258421,711638],[262935,719415],[262972,719919],[262615,719281],[261832,719918],[268348,73955],[259089,71297],[262819,70802],[263110,71034],[263676,72770],[263830,72770],[259396,71073],[257343,68876],[264882,72348],[263805,71957],[257990,70500],[265874,73355],[260190,72631],[268238,75386],[263275,73233],[258709,68489],[257918,66689],[256522,66566],[257006,75620],[257155,75460],[256009,71997],[256723,71653],[257349,69751],[260028,76603],[260722,75139],[264099,74776],[264392,73722],[264159,74042],[261447,71204],[260663,73105],[260614,72339],[262086,71437],[256398,81534],[259039,78419],[261837,77102],[257529,82343],[259410,81249],[258090,82605],[261369,77126],[256708,79085],[259656,78675],[261349,77453],[259405,80617],[260319,80767],[263978,77665],[258626,83438],[256292,83297],[257779,83876],[261430,78306],[261822,78697],[256567,78772],[258425,79111],[257452,77236],[264069,87672],[264403,88271],[259274,87939],[264660,82460],[265158,83170],[265441,85269],[263876,87926],[262219,85873],[265244,84886],[265288,84457],[261883,86027],[260544,86995],[259651,87761],[258187,87428],[258398,87625],[261069,89660],[261756,89618],[260469,88338],[265143,83620],[268772,85939],[265034,83956],[260305,86346],[259440,85328],[259971,85128],[268383,87964],[267857,88462],[262156,89365],[262995,88446],[267441,92700],[268191,91988],[263336,91126],[261652,95275],[260531,93779],[261129,94049],[258576,91340],[258433,92690],[257610,91257],[258452,90956],[258519,91160],[262851,91753],[258676,96488],[256106,93919],[257142,94256],[268186,92544],[260026,91844],[256359,95734],[260280,91491],[261805,91594],[258477,95549],[257353,95297],[256952,95117],[258225,94927],[267805,89990],[259394,95016],[268586,93441],[258057,95288],[264242,90061],[268765,92622],[262141,101059],[262938,98943],[261065,114831],[268608,105075],[268689,108828],[257512,110789],[256260,122561],[257235,119711],[257197,118885],[258333,123590],[256168,122585],[256857,117145],[256077,127794],[256620,126497],[259441,124640],[258029,117882],[261740,122655],[260399,125680],[259131,124732],[258414,118317],[261343,118852],[265146,116624],[265753,124099],[279087,-157708],[279130,-157263],[280253,-156834],[279006,-157262],[276799,-157175],[269607,-187569],[280137,-189671],[268968,-8035],[277494,-4641],[277416,-4874],[273614,-7672],[269409,-5435],[275925,-5416],[271103,-7982],[270343,-11868],[275277,-9923],[275241,-11645],[270753,-8056],[275424,-8738],[276022,-10601],[277392,-11187],[277735,-10896],[273381,-8848],[274782,-7198],[277135,-6085],[276276,-7773],[280664,-6388],[278350,-8887],[278055,-10657],[277185,-8939],[273193,-11120],[269230,-9705],[272972,-10675],[276883,-6249],[275310,-4367],[270275,-993],[273932,-344],[275916,-362],[276096,193],[276656,-176],[275793,-1115],[280665,-1558],[278379,-296],[278939,-2107],[279248,-4642],[280546,-3278],[279106,-4405],[277939,-4072],[270090,-243437],[270870,-245179],[271980,-248344],[276727,-246831],[277666,-247364],[276510,-251442],[276340,-250210],[276791,-246186],[277123,-267787],[278532,-272258],[277465,-270342],[277311,-270294],[276090,-21721],[276978,-21889],[278647,-23105],[270330,-25086],[278331,-17955],[277903,-19614],[268928,-13315],[272746,-13401],[270948,-15598],[269938,-22277],[273526,-23309],[275876,-23409],[273187,-20537],[273448,-18674],[276073,-19233],[276575,-16067],[274116,-14495],[275030,-13576],[274651,-25850],[275131,-26856],[279232,-37821],[279869,-36136],[280510,-36247],[271078,-29200],[270403,-28654],[269876,-26741],[278212,-34101],[277820,-34617],[279006,-33771],[275627,-37432],[275139,-37841],[273622,-37496],[272959,-35663],[274933,-33086],[274350,-32397],[276110,-33468],[279745,-28037],[277737,-31422],[275854,-30399],[274200,-28538],[271573,-27369],[269883,-29662],[271530,-33484],[270032,-37141],[274409,-35872],[275301,-34181],[275237,-32553],[278568,-31875],[271143,-49586],[269249,-50677],[269160,-48370],[268960,-49168],[269833,-47191],[269359,-47322],[275493,-46751],[276339,-43477],[276905,-48931],[275724,-50871],[273962,-47606],[280767,-39993],[280998,-40517],[276723,-40030],[277525,-40975],[281404,-41727],[274696,-40766],[276538,-38447],[275881,-40686],[276135,-38810],[272830,-45757],[273592,-45504],[275084,-45826],[275874,-43958],[268874,-45642],[270121,-45684],[270090,-44194],[273515,-43977],[273072,-42413],[270628,-40794],[270544,-38275],[280952,-49745],[271174,-59720],[271168,-59267],[270545,-62057],[269214,-61651],[269408,-52122],[270267,-52686],[271177,-54392],[270718,-54417],[273801,-59630],[269737,-52849],[271394,-54375],[269595,-54820],[274641,-55778],[275868,-52829],[275796,-52603],[275733,-52383],[277200,-58085],[277382,-57026],[273329,-53323],[275406,-55700],[280770,-57661],[280559,-51499],[280810,-62713],[274897,-74512],[275428,-69399],[274036,-75104],[271162,-75284],[272962,-71944],[270716,-67886],[277106,-74396],[273569,-71078],[271658,-69353],[279203,-70135],[269392,-74528],[275971,-70543],[273403,-76598],[269474,-77259],[270495,-76610],[273876,-77376],[274589,-77546],[277718,-105902],[269833,10359],[271165,1768],[270142,1008],[272241,7581],[275702,4598],[276686,7693],[276674,4647],[272984,12955],[271295,8102],[269962,8644],[269857,9110],[269533,10667],[269860,11636],[272039,12496],[271376,11297],[272627,12025],[274599,1059],[274336,1295],[272640,1278],[273109,18133],[273754,15980],[274148,16342],[274299,19922],[274737,13051],[273204,15075],[275387,13756],[275769,16406],[273881,18505],[274373,20489],[273941,21612],[278511,21856],[276396,19861],[277515,20751],[277174,20315],[271509,14078],[270897,14900],[269639,20091],[269373,16321],[268898,21202],[269467,21353],[269136,23668],[281460,16040],[281205,16541],[279949,685570],[270566,76029],[279466,76810],[278457,76554],[272407,78548],[273724,78473],[271321,78200],[276401,80858],[274695,78487],[276730,78403],[278406,80125],[278809,79637],[277954,77514],[271337,79304],[270912,79006],[271353,81323],[272440,82062],[268948,87123],[271144,85844],[270617,78847],[269589,78093],[270952,78366],[269334,88107],[271776,85459],[271184,84412],[269440,89162],[276831,89752],[273851,89732],[272861,89701],[273076,89070],[272103,86146],[271281,85915],[273710,85476],[270748,84172],[274890,80112],[271237,78966],[274071,80336],[273894,82645],[275896,81570],[271069,89208],[271448,87824],[274080,84943],[277858,82472],[276050,83716],[270015,91746],[271135,92280],[272263,92103],[279450,96099],[279298,96013],[270345,90655],[280282,97908],[270768,93217],[277259,102297],[277162,99215],[280764,105272],[279220,111143],[281308,105276],[280421,107329],[280287,105333],[281376,113347],[281410,113591],[270698,113547],[277869,115620],[280568,115589],[279107,115940],[269278,121909],[273976,122339],[294320,-137305],[293156,-137375],[294013,-136472],[293496,-136318],[293864,-137266],[293038,-137061],[288583,-127876],[284481,-164915],[283837,-164664],[284156,-164867],[284361,-165494],[285042,-168980],[284590,-168775],[284928,-169208],[284691,-169177],[283705,-185708],[286806,-5076],[293635,-7734],[286112,-6791],[285331,-7662],[290481,-7822],[291093,-9735],[289653,-10655],[292057,-1819],[293145,-1916],[283274,-1373],[287470,-3483],[293893,-244],[287586,-4935],[287396,-2145],[288440,-3194],[288099,-2863],[286696,-4452],[289838,-3671],[283022,-271668],[293781,-284271],[290150,-22524],[290257,-24043],[291371,-22278],[284946,-12919],[285697,-23041],[283181,-17240],[282458,-22057],[282233,-22408],[283443,-19629],[288290,-22963],[285342,-18014],[286955,-24049],[282616,-20044],[293634,-14888],[282860,-19550],[288737,-15438],[292082,-14935],[288129,-17846],[289381,-18298],[289389,-18114],[290087,-18737],[291185,-18998],[292008,-19966],[291514,-19506],[293008,-18722],[284842,-20632],[285985,-20723],[285045,-19337],[293953,-37561],[291239,-37121],[292435,-37387],[293788,-30135],[293193,-29943],[291979,-29523],[294063,-34877],[293527,-35017],[285941,-25590],[286465,-26183],[292631,-28176],[290919,-30338],[287074,-28853],[289473,-27142],[290331,-28676],[287696,-37874],[282562,-31218],[281722,-35215],[283411,-36607],[284657,-35182],[286982,-37249],[287845,-34428],[284711,-34715],[287374,-31425],[283625,-29526],[289780,-31607],[284231,-31904],[294227,-39457],[290257,-38668],[282179,-40491],[290220,-40863],[283076,-40487],[282688,-40256],[282155,-44481],[283744,-45675],[282296,-48748],[282567,-48444],[285877,-43285],[285322,-49266],[286522,-48485],[286639,-46403],[289585,-46430],[293402,-39456],[290675,-44618],[293149,-44142],[286090,-38615],[293642,-41824],[281625,-39264],[284873,-41467],[283381,-48239],[285122,-43692],[285216,-44538],[282596,-47145],[282635,-47276],[282348,-45955],[281698,-48726],[283684,-49215],[284028,-48385],[291037,-44043],[292069,-42612],[291077,-47647],[290749,-48916],[292287,-61884],[293057,-62071],[283340,-61260],[293398,-61102],[286870,-61318],[292858,-60955],[283919,-62515],[282408,-60655],[287000,-62046],[292538,-56853],[286609,-62549],[283375,-52488],[282907,-53040],[292775,-58583],[292297,-57265],[291807,-59695],[293189,-51191],[293359,-52695],[292507,-54279],[282243,-54514],[284447,-54447],[284553,-58790],[286434,-60050],[281970,-58058],[285547,-52973],[283463,-71581],[284794,-70580],[285677,-70912],[287548,-70933],[290252,-73025],[293784,-75792],[292561,-67681],[293267,-66396],[292469,-66304],[289130,-69847],[290548,-70411],[287154,-67935],[287854,-64145],[292845,-69573],[291131,-65816],[284116,-65483],[284401,-66372],[292141,-78892],[286527,-82577],[284867,-82005],[286684,-79126],[292683,-77948],[293197,-104915],[292438,-105125],[292551,-104122],[292242,-104569],[291884,-105098],[291969,-104718],[290878,-105323],[291822,-105102],[291387,-106185],[291036,-106074],[291206,-106763],[291052,-106799],[292739,8901],[288297,12760],[284548,12896],[287715,12883],[293403,12092],[294382,9810],[284438,11601],[283496,11589],[284540,4657],[293909,8731],[286302,2708],[283005,3242],[282768,3877],[283294,3718],[283150,1906],[284544,2248],[286514,1792],[286468,1854],[286513,712],[292890,605],[293956,1832],[292671,1789],[290365,1544],[289052,2645],[290756,3548],[286350,9336],[288608,9467],[294030,6512],[290701,4014],[283497,19638],[283448,13778],[282465,14976],[282515,15248],[284113,13285],[291887,15952],[289470,20296],[286931,17789],[287065,17758],[287023,17080],[283687,14404],[285875,15238],[286634,13509],[286944,14435],[289487,14094],[283648,17024],[282458,16325],[289160,18417],[290220,17686],[290634,17659],[292811,17123],[291596,15960],[291203,17274],[293283,21672],[292078,21415],[292379,20851],[290982,18743],[291351,18761],[291881,18746],[294177,15837],[294221,15466],[294240,15232],[282440,687133],[282521,688983],[282369,689087],[281673,688172],[281724,688129],[282179,686485],[282786,74239],[282258,76292],[283713,74210],[285643,73979],[287184,75599],[284909,75460],[286838,70909],[286535,70646],[286711,68996],[284669,69696],[283946,69935],[283498,70300],[292673,85417],[283506,102283],[281658,101772],[282340,100954],[282121,102595],[281882,100108],[281867,98634],[283548,104500],[284133,104095],[283728,102672],[306898,-127509],[295190,-130739],[295168,-130532],[295523,-131516],[295509,-130615],[302604,-136725],[303814,-137251],[303139,-137857],[302974,-139300],[304944,-139710],[303785,-139419],[297619,-139799],[296486,-139343],[297599,-140337],[297417,-139887],[296344,-135849],[296601,-136091],[298635,-133730],[298468,-134096],[297270,-134381],[297607,-134448],[297467,-134163],[295753,-132989],[297241,-132548],[296930,-132631],[296143,-132701],[295256,-131216],[296750,-132523],[297823,-141047],[296100,-12375],[302408,-8074],[298206,-9307],[298319,-11425],[301120,-10503],[306760,-11182],[301564,-10824],[301427,-7414],[303970,-5765],[302741,-3284],[299985,-3394],[301502,-3448],[306432,-634],[294655,-3145],[297702,-4948],[297804,-3325],[295258,-1574],[296440,-1434],[298881,-1498],[299625,-19078],[296883,-22593],[297076,-21921],[300413,-20317],[302758,-19397],[301408,-18468],[295916,-14781],[298174,-14772],[300476,-14207],[303682,-13493],[304095,-14253],[297542,-30345],[298908,-28074],[295696,-27513],[294722,-37793],[297291,-31021],[295773,-26781],[306804,-30135],[294936,-35987],[305006,-37887],[305414,-37559],[306216,-37860],[295965,-39906],[294795,-40008],[295658,-44560],[295258,-41842],[300228,-43341],[300884,-42310],[298955,-44317],[300908,-41452],[297496,-48398],[298592,-45411],[306146,-43987],[305483,-45453],[307135,-49340],[303978,-46187],[301501,-49773],[298365,-49780],[298204,-50516],[302474,-42874],[303631,-47195],[303029,-47995],[300087,-46748],[299890,-48230],[300300,-44710],[304884,-46262],[304694,-42646],[305954,-43416],[306802,-41943],[306410,-42221],[305727,-40329],[305654,-40404],[306073,-40472],[303327,-40959],[301946,-40429],[303139,-39863],[297185,-47679],[298215,-48952],[303638,-50517],[296469,-58706],[297271,-56788],[306607,-62764],[306660,-53574],[300012,-54532],[304644,-55409],[307134,-57546],[303115,-56353],[299701,-54636],[304071,-56198],[305584,-53588],[297165,-61253],[294977,-62331],[300960,-54330],[299327,-54899],[300603,-55863],[303854,-54807],[307163,-57294],[306476,-55600],[303994,-56339],[303587,-58325],[303962,-59328],[304397,-60324],[297047,-58389],[294971,-52937],[295530,-55847],[299316,-51190],[299582,-52741],[301740,-51755],[302410,-52164],[301740,-52418],[302727,-52375],[304396,-51751],[295965,-76565],[301025,-72759],[295750,-67367],[297852,-68777],[300998,-65856],[297279,-64351],[297556,-64476],[297478,-69504],[303434,-68551],[301960,-67104],[299625,-67747],[301602,-64250],[306391,-74127],[304800,-73133],[306523,-68013],[301466,-68967],[302919,-69619],[302698,-70339],[300663,-73056],[295698,-73582],[296936,-73045],[294482,-73033],[298258,-80050],[296647,-77297],[298396,-77263],[300326,-79594],[301487,-81079],[307123,-79832],[301703,-83032],[300610,-85764],[296294,-77843],[295488,-82581],[298627,-87736],[306229,-88498],[302873,-84238],[303773,-84540],[303643,-81386],[305399,-82792],[303456,-82362],[299163,-81828],[300176,-82136],[299301,-82663],[295677,-82486],[304076,-78072],[304641,-77131],[303730,-78402],[303395,-80597],[302759,-87328],[302386,-88028],[303669,-89247],[302312,-88253],[302989,-88634],[302664,-88785],[303753,-89031],[303075,-88029],[304591,-86792],[303824,-87848],[304926,-88870],[302103,-89082],[305590,-87847],[305106,-88405],[303319,-86931],[304005,-87663],[302842,-85663],[303066,-85829],[303166,-85148],[304482,-85516],[304027,-84984],[304777,-86390],[304778,-85998],[302413,-85319],[302155,-85532],[304508,-89632],[302423,-89898],[304129,-90185],[304059,-89764],[301627,-90512],[302447,-90377],[301885,-89582],[303215,2666],[306231,5105],[306806,10546],[300503,2402],[306705,10693],[303017,11799],[300159,12653],[294980,9362],[295045,11924],[294918,11818],[295547,10175],[294484,9496],[298505,11848],[298057,12197],[300780,6622],[302310,12248],[303127,12970],[298372,9079],[298573,9677],[298077,10309],[300119,10044],[301403,10500],[302027,10781],[302761,11089],[303319,9820],[305178,11683],[303776,10381],[304319,11086],[299576,11159],[302872,10254],[302563,10235],[301669,8938],[301907,6608],[300221,6235],[300124,8179],[307178,6752],[306551,6304],[306589,1766],[304574,2311],[304044,475],[305078,1881],[305278,4500],[306295,4510],[298663,7698],[297915,7878],[299727,8240],[299374,2918],[295353,7562],[296213,4807],[298160,1445],[294579,13808],[303239,13721],[305745,17219],[306966,16825],[301762,14789],[301327,15548],[301456,17075],[306280,14548],[306116,15870],[302403,17024],[300404,19701],[298839,20260],[299576,19854],[295147,20796],[295055,21459],[294657,20688],[297032,18036],[298055,16850],[296594,15690],[296989,14374],[297928,15727],[309237,-122062],[307759,-127128],[315044,-127279],[314879,-127424],[317275,-116345],[315430,-116131],[314100,-118322],[314969,-119932],[314881,-120055],[313433,-118130],[316116,-115642],[316204,-116284],[314187,-119703],[308567,-125402],[309338,-125990],[309223,-127465],[315839,-132861],[315750,-134118],[318407,-136178],[318758,-133895],[318671,-135536],[318400,-135585],[319314,-135804],[317696,-133986],[312497,-129013],[315844,-130772],[315053,-132457],[315857,-132342],[317586,-134693],[314279,-130508],[309642,-129955],[314475,-130232],[315779,-139204],[316460,-139570],[311903,-136166],[309392,-136911],[311294,-135488],[308901,-132166],[309668,-137526],[309145,-131524],[312866,-138638],[314464,-128613],[314579,-133001],[315228,-133514],[318417,-135232],[314953,-129942],[316479,-134037],[310503,-138623],[312178,-165759],[310113,-167018],[312434,-166242],[312669,-200294],[311439,-200715],[311533,-197271],[315952,-195820],[312394,-195466],[319299,-203417],[319504,-198820],[316092,-203787],[318797,-203783],[308835,-192496],[307542,-198243],[311508,-193217],[309025,-198449],[310957,-198446],[311914,-2544],[313560,-10265],[308195,-10696],[308519,-313],[311748,-2229],[313127,-3914],[313518,-6515],[314596,-12013],[310412,-14028],[313687,-17338],[315910,-16139],[313530,-13240],[311313,-13762],[308290,-15507],[316265,-18275],[314313,-20540],[313817,-23585],[310963,-25173],[310177,-24021],[309352,-24069],[309147,-24724],[313274,-37206],[314525,-33431],[312499,-36499],[309187,-34961],[311217,-25877],[312258,-25798],[309101,-28157],[307548,-27002],[307796,-29090],[308565,-31359],[309211,-31975],[308820,-31565],[310653,-31604],[311889,-29980],[310440,-29939],[314889,-34189],[314058,-33095],[312622,-37880],[310445,-35738],[309622,-36258],[310668,-35606],[308797,-37998],[312970,-49472],[313359,-44768],[316658,-42554],[313109,-43251],[309387,-38530],[309791,-40841],[314485,-42360],[316350,-44528],[315996,-43248],[312518,-41646],[314807,-41520],[314755,-46223],[315502,-50132],[316909,-42482],[316407,-45024],[316722,-44881],[314231,-45033],[314336,-46972],[314925,-46682],[316257,-50134],[315431,-49414],[316384,-48981],[313144,-40002],[314229,-40291],[313696,-39360],[308005,-38353],[309942,-41343],[308856,-42923],[309871,-41557],[311720,-44672],[312838,-48843],[311117,-42278],[308152,-43813],[309041,-40105],[307841,-40976],[313069,-46147],[312529,-46993],[311962,-44972],[308375,-49225],[310171,-47037],[311465,-44644],[307929,-45492],[309795,-44506],[307584,-41853],[311227,-49886],[311979,-47474],[311462,-49441],[310681,-51132],[307331,-60196],[310197,-52793],[310962,-59071],[308761,-62521],[309021,-54420],[318919,-56535],[308953,-53364],[310833,-58588],[311142,-60892],[314329,-58890],[314686,-51252],[314956,-59321],[310687,-60580],[316586,-51530],[307265,-58848],[315103,-55815],[315662,-51665],[317351,-51856],[317762,-51355],[319389,-51119],[319131,-52066],[319433,-52054],[314225,-53319],[313200,-51467],[314172,-52263],[313834,-60589],[313393,-60833],[312359,-60465],[315869,-59278],[316618,-58192],[318556,-60144],[307884,-63620],[308727,-59667],[309461,-54169],[311339,-55389],[318645,-59186],[317697,-58397],[310497,-76195],[311859,-68643],[309969,-64685],[309653,-72752],[315795,-76306],[312488,-69547],[312279,-71737],[312838,-71902],[307516,-83869],[316552,-84113],[309722,-83634],[317328,-78781],[317438,-80802],[314129,-95797],[311065,-98376],[313874,-96171],[314404,-98986],[314895,-98017],[313385,-98186],[314652,-98635],[314010,-97781],[314485,-98639],[313434,-96918],[313639,-96729],[313408,-98056],[313935,-98666],[314538,-97375],[314617,-97178],[313890,-98033],[312283,-98131],[312395,-98274],[311621,-97832],[311926,-97449],[311430,-97499],[311503,-97315],[311038,-97716],[310788,-98450],[314882,-111321],[313091,-113018],[310191,-104713],[319418,-112411],[318492,-114748],[318486,-112462],[318938,-112139],[317333,-106990],[316261,-109804],[317352,-108486],[310365,-105217],[316689,-106618],[318517,-113401],[310650,-105103],[317914,-108194],[319467,-114980],[317704,-113343],[319618,-114237],[312311,8395],[309779,10486],[309582,10775],[309541,10105],[308621,11625],[308033,6687],[314336,2013],[313762,2421],[313513,3441],[314760,3603],[311263,3305],[311395,4956],[311439,5327],[310304,6989],[311426,8308],[310649,6489],[314738,6884],[313012,8150],[314212,7917],[308601,9078],[309377,7325],[307859,7329],[332151,-132834],[331083,-135308],[327737,-134596],[326989,-134696],[326126,-134613],[331876,-134335],[326062,-134225],[324108,-133789],[326460,-133524],[321229,-135026],[321331,-136218],[320810,-134828],[320840,-134929],[326612,-139447],[328248,-138431],[330701,-138181],[330604,-138566],[320876,-200727],[324071,-204458],[322900,-204225],[324181,-203734],[324306,-205508],[325516,-205396],[321074,-77625],[329496,-101957],[327627,-101852],[332601,-101345],[320833,-102514],[324029,-106464],[320106,-112662],[331856,-104869],[323787,-114325],[324641,-105958],[325118,-107702],[329338,-105138],[323625,-109383],[326374,-111313],[323499,-113646],[321620,-105038],[322705,-114111],[327845,-105532],[326439,-105632],[322433,-103620],[321584,-104983],[331281,-107823],[326809,-102366],[328867,-108974],[332025,-108053],[326475,-102874],[326828,-109777],[322876,-107809],[327434,-105597],[323142,-106227],[320576,-103980],[320531,-103470],[330373,-108231],[327067,-107321],[321532,-114506],[326443,-109337],[334464,-133283],[338042,-131325],[338358,-129932],[338682,-131052],[336184,-132507],[336754,-131583],[334070,-133596],[342599,-212100],[344861,-213738],[343866,-208178],[344157,-209928],[337766,-221002],[338848,-224149],[342376,-219848],[342174,-220760],[342267,-222808],[333559,-101821],[340734,-97701],[340543,-97495],[339187,-96164],[340226,-97451],[339841,-96960],[340060,-96800],[339671,-96205],[339596,-96358],[339456,-95963],[333772,-112838],[336103,-102311],[335482,-103365],[333307,-113219],[335519,-113437],[335543,-107092],[334836,-107579],[333483,-103253],[352311,-115171],[352072,-115511],[351701,-115314],[351555,-115663],[352179,-203294],[346153,-208443],[353691,-208808],[357079,-207756],[357486,-206199],[353064,-205453],[352203,-109665],[352266,-109212],[353591,-110060],[354154,-110291],[355478,-107119],[355381,-107377],[357882,-106866],[351246,-114150],[351515,-114012],[351293,-114985],[351232,-114887],[351808,-114902],[351778,-114669],[350678,614352],[349799,616790],[350949,621745],[352253,621604],[349052,617640],[349305,622199],[348056,624013],[352288,621212],[350008,616032],[352269,614841],[351754,614869],[370040,-123385],[369133,-123841],[369382,-123265],[369123,-123872],[370017,-125669],[369517,-123896],[370560,-124604],[370179,-126175],[362089,-115717],[363864,-116870],[364548,-116112],[363145,-116295],[363693,-117041],[369303,-148856],[369185,-148986],[369982,-147709],[370603,-147912],[370694,-153092],[371105,-152727],[370346,-153051],[370630,-166343],[371003,-166422],[370281,-167481],[369555,-167260],[369085,-167093],[368829,-166950],[368350,-203074],[368150,-202538],[366479,-207003],[365786,-206291],[368372,-205482],[371186,-113535],[371000,-114428],[358913,-107585],[359572,-107963],[360232,-107759],[362013,-107378],[361895,-106663],[371610,-124986],[373258,-123165],[373768,-122790],[373565,-122564],[374269,-123341],[374259,-122523],[374124,-122527],[375006,-122870],[375261,-122976],[375695,-123156],[371639,-126388],[372022,-127097],[371817,-127037],[377483,-131807],[377311,-131608],[377532,-129251],[377624,-129290],[377667,-128962],[378420,-129899],[378084,-130199],[378471,-130348],[377897,-131282],[377594,-130973],[377947,-131165],[377128,-131818],[380892,-139944],[380536,-139792],[380306,-139893],[380100,-140001],[379415,-140269],[379594,-140302],[382330,-137260],[382155,-137095],[382960,-136922],[382936,-136980],[383711,-135856],[383663,-135974],[383847,-136282],[383857,-136231],[374819,-144398],[374257,-143647],[371393,-152969],[373647,-145358],[374270,-146210],[374561,-146590],[373045,-145880],[371758,-148073],[371643,-148122],[372467,-153048],[372503,-153048],[374385,-152688],[373621,-152833],[373751,-153036],[373724,-153291],[374243,-152872],[373405,-153174],[373137,-153011],[380597,-204133],[383047,-202599],[378048,-201557],[379897,-200989],[372973,-112322],[372241,-106542],[373250,-107146],[372165,-106531],[373915,-111252],[376305,-106298],[376210,-106590],[378147,-107905],[375137,-106698],[373083,-107415],[373565,-107463],[36716,131808],[37598,139832],[36125,134413],[30219,135547],[37424,132615],[35014,132225],[33570,133264],[31688,136178],[35382,132341],[36581,138230],[34045,136462],[37631,137278],[37790,138269],[36215,136988],[27471,145809],[30455,152619],[29713,147337],[30062,150952],[36987,151410],[36417,153679],[30956,149088],[31238,149476],[32581,151541],[35725,153363],[36252,151756],[35837,151562],[31353,148430],[34531,152976],[32076,150933],[37864,147250],[34326,141817],[31001,141820],[37261,143829],[35949,147217],[34367,143226],[30448,141534],[37764,142922],[35240,143904],[37094,141717],[35790,149226],[38284,143881],[37462,145863],[33156,154000],[31215,156375],[27112,155422],[25733,154429],[37392,153827],[25964,18289],[26677,17682],[30182,18353],[26501,18644],[27993,19642],[387133,-175001],[395642,-200752],[394282,-201880],[393381,-204408],[391088,-204571],[390800,-202105],[402614,-203183],[404832,-199011],[406007,-202252],[404641,-200986],[405883,-200967],[420762,-204221],[421351,-204692],[418745,-204697],[421379,-206148],[421503,-210891],[421324,-212973],[414686,319521],[414711,318281],[416298,318982],[415845,319739],[419541,318666],[421667,318492],[421217,318568],[420710,318913],[419195,319808],[419282,327897],[417487,325886],[416109,330253],[417697,327995],[417794,324312],[419745,324217],[417763,323160],[417691,323718],[419267,332990],[419914,332781],[422228,331181],[420083,329338],[421118,328907],[418180,328870],[418207,328843],[415898,327411],[415355,326728],[415065,323298],[416439,321824],[419692,320978],[422073,320672],[422346,322002],[422507,-203094],[434491,-206673],[433068,-211605],[434383,-212330],[432567,-213872],[423369,-211084],[423381,-209212],[424301,-210902],[432735,-218377],[427361,-36641],[426396,-37362],[423392,318867],[422504,320939],[425087,322780],[424311,321803],[423946,331537],[429760,327004],[429562,326985],[427245,329508],[426595,328994],[425039,329142],[424409,331074],[427701,331652],[430441,332055],[430240,332979],[427912,326521],[427178,323810],[428364,323546],[428679,335387],[429578,333509],[430211,333522],[425535,336772],[425079,337638],[424783,336825],[423287,333755],[444127,-210238],[440772,-211117],[441703,-211356],[441853,-210598],[444055,-211422],[435228,-212848],[435779,-213672],[447621,-219994],[447740,-219396],[457072,-214063],[459093,-219144],[452777,-219614],[453042,-217838],[451999,-223966],[461837,-215054],[460892,-214942],[471916,-224113],[471204,-225536],[473029,-220314],[470792,-220430],[462109,-218085],[469165,-25287],[470196,-30232],[470559,-28612],[472046,-30732],[470490,-33904],[470660,-29293],[472307,-28523],[471349,-33574],[471525,-35516],[470254,-36348],[471701,-34966],[470484,-34585],[468988,-30215],[470429,-34451],[465232,-27017],[470053,-30850],[469678,-39898],[469366,-39687],[468410,-39500],[472054,-39410],[468649,-39028],[473098,-83280],[484332,-228443],[483242,-229133],[481539,-224072],[480430,-221545],[475543,-224392],[476430,-223850],[475394,-226777],[478481,-237239],[478219,-236994],[477675,-230925],[475517,-31798],[475534,-28401],[474082,-27972],[474880,-27509],[474567,-35998],[475779,-83132],[478254,202786],[477163,203989],[482873,204339],[476951,207942],[476714,207565],[474745,208626],[475337,208775],[481910,206309],[486348,224196],[498698,-172880],[499195,-172615],[498814,-170820],[486582,-226573],[487109,-229978],[488153,-230106],[494264,-236805],[494352,-233537],[493995,-236744],[494656,-233489],[492524,-234961],[494002,216314],[497182,226589],[497754,224158],[497882,223383],[498027,226148],[498765,224339],[499141,224326],[494678,222248],[494781,221470],[487950,221348],[488434,223414],[487597,225202],[491061,233405],[490370,233098],[495107,231424],[494763,232313],[501241,-169549],[499367,-172868],[501002,-171584],[501379,-172732],[500036,-172174],[499298,-171755],[501667,223745],[501414,226439],[500997,227175],[501174,233586],[501231,233055],[41747,-132408],[42688,-133578],[43090,-133655],[48673,136768],[48820,136935],[50925,129119],[46820,136840],[46356,132934],[48054,134424],[38521,140132],[42331,132055],[42913,131434],[40993,140472],[42511,135208],[38886,136574],[38765,140578],[40642,140856],[40279,137399],[39766,138039],[41892,140827],[45922,129658],[43037,133615],[42300,132174],[39931,140638],[41090,140714],[42550,140345],[41708,140520],[39332,131101],[41761,130055],[40280,130447],[42305,147465],[46044,149969],[44829,148395],[45699,149701],[41429,151559],[50483,146916],[38752,152627],[50928,141048],[50067,145267],[50388,145046],[38729,153103],[49678,142964],[49900,143115],[49153,143685],[48384,143494],[38878,150854],[48969,146389],[47016,146479],[47754,146034],[46576,144705],[46502,143842],[42601,148494],[47448,145076],[41025,150919],[45856,145343],[45123,145225],[40000,149768],[44163,146997],[44199,146226],[39237,141335],[38769,144817],[42488,141831],[41402,142934],[571668,236994],[571312,236871],[573741,237285],[575373,238007],[565171,242642],[564768,244483],[577638,237845],[576763,237501],[53990,-136990],[53736,-57261],[51984,140119],[51962,135983],[58224,140661],[58324,135647],[56722,140930],[59369,139259],[51819,140773],[63326,134409],[63073,134338],[61743,135127],[61612,135923],[60977,137352],[61033,137298],[55599,137779],[60590,135988],[60571,135837],[58039,138594],[60269,138221],[59996,138179],[57553,136927],[57218,137341],[58441,138383],[52750,139744],[54421,140387],[53792,138939],[54146,144083],[56164,142016],[59639,141666],[60473,142553],[53909,143169],[56956,142413],[51232,146965],[53735,141718],[53899,141185],[52741,146465],[52500,146222],[52287,142402],[53294,144139],[53385,144274],[51938,146016],[51235,145916],[54262,144667],[52939,145391],[55404,22903],[54629,24326],[53251,24033],[52935,23608],[58368,17265],[57610,18652],[59171,18274],[61908,48571],[62684,46384],[61658,112860],[62506,110049],[63683,104471],[56418,127707],[58135,126609],[59511,124618],[53704,125330],[56417,123645],[63598,118411],[59557,118883],[51237,124499],[58886,127066],[60779,126012],[61363,118998],[703540,351116],[701809,379873],[707116,357237],[705690,352440],[705163,355216],[706387,351133],[714236,351485],[714410,353358],[713271,355169],[712219,357992],[716750,355555],[715246,356407],[708932,357803],[711162,360417],[713846,359114],[711896,363131],[714907,365799],[715615,363631],[713217,375226],[712573,380457],[714646,377836],[716519,381118],[707618,383431],[704026,376989],[714374,389649],[716724,394097],[716729,392993],[718749,351330],[718652,364875],[720517,363832],[720467,382183],[726164,381821],[719004,395968],[718636,394172],[717793,390417],[717526,393793],[718422,392798],[716838,392280],[727270,389223],[729331,390549],[720372,399801],[729080,403532],[728706,400323],[728722,399970],[726714,399172],[724574,397992],[720987,399868],[727928,403885],[728593,403751],[724346,399582],[724059,399106],[723442,398524],[723295,397866],[721630,401143],[720429,397399],[721127,400997],[721619,400058],[719462,400259],[719592,400189],[741387,353739],[740483,383644],[737128,383068],[741699,387059],[740512,387256],[742336,394139],[741786,396242],[740846,390051],[741194,388780],[738491,393538],[742079,394005],[739110,396024],[738734,394496],[738687,394732],[730054,384821],[730033,389786],[731231,402503],[738029,397155],[737021,398304],[736519,398661],[734911,398386],[735513,400128],[729797,400786],[730664,400740],[736740,401986],[735949,402554],[742369,402325],[739404,403070],[740204,422437],[741996,422484],[741502,421616],[739534,420805],[738998,419461],[738600,422557],[742058,420064],[738347,420133],[736886,420706],[741281,414966],[741876,412377],[741011,417187],[742176,417624],[740231,418733],[741415,424235],[740863,423200],[737751,426873],[742710,426645],[736904,425962],[741605,428998],[739455,430029],[754045,327005],[753153,324090],[748624,337224],[752802,336725],[754588,354087],[753727,358338],[744062,352597],[744663,346443],[743272,346684],[746429,348212],[748709,348490],[752631,359252],[744865,384077],[743890,383199],[744765,383596],[750922,388893],[743046,386788],[745721,385678],[747339,386491],[746567,385800],[746627,385024],[754379,385150],[751917,386992],[752665,385497],[743769,388560],[743087,389883],[754357,396823],[753485,396900],[751523,394375],[744380,396746],[748603,392776],[751335,389410],[749219,395679],[749548,406198],[749831,406792],[750335,405057],[751989,409488],[750504,401515],[751789,409786],[754846,404031],[753843,408161],[754212,408353],[751689,408227],[751623,408344],[752536,403858],[752833,405349],[753165,403740],[754263,403779],[755194,399643],[752691,397367],[747267,408457],[745378,406762],[743150,405966],[747870,409421],[748048,409400],[746930,422092],[747181,422263],[742946,421014],[744967,422145],[745162,420028],[744894,420494],[746462,422072],[742933,421572],[743079,421535],[743928,421579],[743332,421758],[752260,413468],[750508,412664],[744516,418700],[744806,417662],[747928,420237],[749490,420617],[753593,410048],[746595,410127],[753848,420118],[753588,422254],[743257,418992],[742725,418046],[742660,414090],[742683,412742],[754466,411509],[754175,411507],[752879,414118],[752721,411481],[750719,412097],[749948,412351],[745852,416522],[747645,416227],[747024,416583],[749625,416497],[749751,415983],[751017,415541],[751042,416667],[751973,417294],[752125,417050],[749625,416497],[749841,416446],[749071,418283],[745665,418076],[747054,418378],[744983,424692],[746247,423535],[746940,423414],[746668,423426],[746313,423792],[744881,424251],[745218,423584],[744368,423673],[744111,423723],[745252,422708],[743985,430568],[750120,422461],[744083,428848],[745267,431357],[752909,425358],[752850,426834],[751542,427282],[747733,426873],[747738,426568],[748956,425886],[750802,424895],[748616,424950],[745512,430379],[743175,432188],[761600,315822],[758431,318876],[756503,320317],[757952,324452],[764320,351809],[761108,380527],[759637,380200],[760942,382050],[767653,393635],[767058,392229],[766194,391886],[765826,391612],[766688,390545],[763994,387439],[765590,396731],[764236,396545],[765504,396824],[759860,385304],[758497,385489],[758930,385645],[756838,387013],[756699,385236],[755781,384903],[758619,395016],[756412,390852],[767426,387176],[765552,386784],[767877,385304],[760554,396002],[764662,394205],[767591,398189],[756573,404195],[758884,401962],[758103,403455],[758820,404435],[756588,408046],[757765,407498],[756019,398532],[763213,398558],[766197,397147],[760922,397696],[760421,397321],[762863,397572],[766045,399332],[755761,397804],[758076,398703],[764124,397674],[767961,406219],[762222,414485],[759688,416338],[761398,415376],[755207,413475],[760795,412481],[762096,412611],[760177,413009],[760831,414615],[759745,415401],[763781,415479],[765773,411441],[756200,420075],[757492,418294],[756826,422893],[71563,-2456],[71995,-1803],[74291,-3508],[74227,-2595],[72821,-3938],[67435,-81787],[66973,-79445],[67282,-80371],[69961,-80033],[71089,-79709],[71934,-82713],[66607,7532],[72782,3128],[74755,2630],[72771,6469],[74596,2984],[73773,2698],[67185,7345],[71711,2628],[67090,12700],[71496,130819],[70144,129015],[71267,133436],[70605,130244],[66226,132685],[64996,132738],[64887,132521],[69481,134345],[68221,134573],[64047,138988],[66805,137892],[66006,137821],[69537,131795],[65702,131457],[67777,133487],[64462,136307],[65818,129674],[73550,128388],[64812,135227],[69559,129412],[66969,130319],[64699,134277],[72814,130599],[73424,129324],[71937,130385],[71768,130066],[74534,24606],[75615,20148],[76057,18838],[75532,14761],[74358,17901],[75663,19163],[75073,18149],[76505,16679],[69095,15870],[68425,16101],[69970,14842],[66392,16293],[68743,15217],[64636,38443],[71763,29661],[65087,36478],[69589,30914],[69153,31303],[66914,31777],[71075,33874],[68691,32170],[64101,30071],[67747,34209],[64774,33908],[65868,29273],[65198,29725],[64393,28349],[65894,32021],[68113,29380],[65312,34429],[72268,36805],[74619,26259],[69740,33573],[72923,46842],[73218,46942],[71866,47184],[74754,44134],[73415,49896],[68497,43638],[74918,43205],[67671,44782],[72693,44888],[70237,43935],[64135,48454],[67223,44894],[65433,40927],[75136,43425],[72582,41367],[64717,55003],[67150,57117],[69766,62738],[72879,61464],[73922,60488],[71707,60424],[65902,54431],[71159,63411],[72980,58564],[72867,60308],[72017,59317],[69113,64018],[75022,51410],[70714,52276],[68045,54551],[70237,53752],[71558,51948],[64564,53822],[64827,53688],[66062,57459],[66626,66097],[66845,69719],[66024,72980],[72716,73554],[72353,73108],[71046,73386],[70446,72183],[74558,74672],[72816,72065],[75281,73454],[75745,73578],[74016,74565],[69311,72832],[73617,73592],[74199,69289],[71647,66679],[74326,64978],[74959,89617],[76435,86512],[73267,85467],[72524,85857],[75402,89730],[71402,82461],[73812,85636],[74720,84301],[75268,84205],[73001,85995],[75254,85900],[72513,83574],[72848,83465],[72445,83840],[72876,84214],[72900,80339],[72501,80131],[72350,80272],[72148,81480],[70506,79854],[70697,80072],[71144,79330],[71651,78081],[70320,81284],[69775,80605],[71235,81223],[71664,81860],[69001,80092],[67825,78623],[69734,80525],[69951,79635],[69729,77661],[69222,77330],[67796,79098],[69897,77248],[73485,77990],[73024,77128],[72174,78012],[72019,78617],[70595,101957],[76520,89818],[72246,91406],[72486,91496],[76342,100472],[76405,101241],[75197,98675],[75990,99119],[75088,101884],[75719,99677],[71311,103346],[64793,114625],[64546,112976],[65941,111731],[75430,103162],[66476,108530],[68543,108988],[75053,109152],[74905,105751],[71419,110353],[67222,113754],[75449,103201],[66293,126599],[67559,127247],[68201,127936],[66058,118122],[66784,118207],[67452,116897],[65788,120193],[65965,122511],[66574,119523],[72568,123144],[72433,121602],[69380,119224],[72195,125041],[74132,122698],[69250,125540],[74177,124076],[73699,123365],[72207,125519],[74536,126996],[73651,127749],[780197,370298],[774481,366967],[776519,362839],[772827,359069],[769824,359893],[771054,364054],[771549,392670],[769400,395315],[770991,392798],[775316,395032],[776537,395762],[774256,396682],[773315,396278],[771788,396328],[773269,396047],[770001,385606],[768869,385452],[773701,390438],[770763,390293],[774660,389946],[772639,390530],[773621,390805],[770589,387134],[769121,397418],[777603,400386],[778385,401640],[778178,401799],[776360,407646],[777237,404219],[777093,404235],[775622,407122],[776802,397994],[775004,399170],[774867,398793],[775190,398931],[771277,398345],[774094,400279],[773848,399571],[773680,400910],[771746,403459],[778819,398702],[774024,402459],[770283,406029],[773245,410138],[773532,410543],[769511,410963],[771061,411408],[772448,410886],[768180,411213],[768737,411014],[770117,409941],[781970,364876],[786141,379094],[786032,378738],[788305,389982],[785327,384848],[781217,399769],[89375,-2026],[84111,-1612],[88444,-2683],[89192,-2278],[86037,-10859],[84840,-12524],[89020,-4927],[80301,-8020],[78377,-10504],[89000,-9420],[87641,-2014],[87211,-2154],[77590,-5674],[88240,-11092],[84479,-12435],[80412,-10648],[82426,-2180],[87683,-2304],[77371,-7195],[78997,-11709],[83993,-12141],[81574,-10781],[88422,-3348],[86093,-13245],[83428,-12909],[77237,12844],[77637,2980],[89599,11274],[87242,11143],[87379,10882],[80664,7265],[89068,8590],[83899,6845],[82927,7206],[82547,7533],[81520,8839],[80660,8473],[80816,7537],[83891,22122],[81073,21542],[81263,16220],[85522,25029],[86453,21457],[86090,21369],[86936,25303],[77407,16839],[88197,13365],[85236,13337],[85773,15350],[85318,14715],[85690,16470],[83857,18261],[84075,19114],[85854,17711],[86047,17935],[85468,18626],[84683,23785],[84716,22447],[86656,24345],[77408,35148],[79296,36242],[78144,33138],[86894,36687],[85617,32044],[85658,33170],[88569,35311],[88354,35673],[86151,35681],[84255,32299],[85082,34714],[84784,34346],[87154,31862],[89572,28723],[77039,29279],[83408,25937],[80730,47137],[78828,48479],[81505,46073],[78072,41610],[76974,48948],[77947,50798],[89395,50227],[84259,49452],[88190,51398],[80789,46881],[87012,46102],[81775,45066],[81742,45519],[89175,48041],[85571,608069],[87334,626206],[88415,621748],[88857,620438],[88332,616361],[87158,619501],[88463,620763],[87873,619749],[89305,618279],[81543,616817],[81225,617701],[81895,617470],[77193,629949],[87419,627859],[81560,53658],[86066,53602],[83320,52216],[86823,52439],[89596,56700],[84923,60621],[88774,55717],[86950,60789],[86581,52485],[89102,54911],[89545,55398],[88337,56670],[88832,56583],[79109,70686],[79753,72817],[80135,70962],[78747,72165],[77983,67032],[77216,66432],[85537,67766],[76922,81857],[85843,79200],[87621,89197],[88507,89513],[83378,82484],[82791,81728],[86186,101475],[83186,101791],[76842,90338],[76884,90788],[88868,95999],[78471,90560],[77794,100555],[77819,95422],[80617,95072],[87824,92324],[85286,97106],[77120,108437],[77898,104382],[77484,108697],[77201,104818],[86165,114308],[81124,103226],[80101,103054],[81677,111245],[79908,111254],[87246,105488],[88130,106217],[88836,111724],[81262,115137],[83449,115175],[83395,114976],[83358,104711],[83647,104656],[86714,119735],[81405,115491],[77163,122979],[77725,122594],[77217,120634],[78229,121079],[87162,117277],[87816,116963],[86543,116550],[79675,116891],[80770,116455],[79866,117222],[78943,118851],[77572,119089],[915220,583258],[917707,586291],[919946,583676],[920665,584890],[914229,584779],[920983,583431],[918776,582779],[916921,580698],[916016,586999],[918119,588674],[919071,588984],[918459,588448],[916173,589711],[917372,590953],[919059,594563],[928725,577627],[931274,583787],[934160,585558],[930350,586033],[928937,582407],[933284,580773],[929246,588192],[923115,589364],[925744,599898],[931691,592534],[923458,601101],[929416,600285],[923738,599533],[928355,590068],[923018,598720],[923750,592051],[922393,593092],[931924,597818],[930442,600665],[931051,601011],[934528,581602],[934706,581734],[934727,582437],[935880,582681],[940654,589381],[936804,592160],[943384,600490],[945516,600980],[940745,601536],[935256,590567],[942352,592500],[943138,589343],[941409,589929],[952006,582915],[957088,586416],[954286,584494],[953221,595164],[957185,590020],[954577,590124],[959351,598183],[966884,600756],[969631,599737],[963686,599810],[964524,598695],[968990,596165],[965471,593391],[964942,592921],[970388,590751],[975053,589064],[975001,591576],[982625,599526],[979612,599577],[980909,595057],[974042,600266],[99697,-7644],[92094,-8665],[92584,-11709],[92255,-11129],[93412,-4726],[93100,-2365],[93133,-16199],[90860,-17487],[90498,-18213],[95916,-63556],[98959,-60327],[101169,-61029],[99072,-60321],[95963,-74993],[94047,-74945],[96945,-76479],[97060,-68620],[98348,-67566],[98748,-68435],[100479,-69529],[100464,-69797],[100963,-68179],[98274,-65211],[96700,-64669],[95791,-74176],[100896,-80599],[101085,-83644],[100898,-83553],[100162,-79182],[100171,-78850],[99000,-79806],[94900,-83851],[94487,-84074],[96398,-82491],[91966,-88553],[98287,-76633],[97711,-77397],[95479,-76976],[96944,-78143],[102253,-82185],[101947,-80870],[102368,-79769],[92416,-90130],[92899,-89555],[92622,3395],[91129,10926],[89660,9636],[95897,3747],[96164,1795],[97078,3789],[97015,3445],[93743,3987],[98993,3208],[97665,1411],[100201,2619],[99990,2043],[101248,2632],[100871,6773],[97998,11213],[95238,13296],[98808,20936],[99154,21221],[93272,18022],[93060,28556],[92496,29641],[93237,27118],[92172,30146],[95782,30817],[101013,35208],[91177,50426],[92282,49507],[93878,46740],[92817,41711],[91344,42949],[90722,41291],[92265,39865],[92073,39427],[99034,50474],[101990,50784],[100127,44301],[101566,49484],[101430,47121],[99571,47757],[99118,50966],[89652,56071],[92305,63962],[98919,63360],[100669,62093],[94689,61255],[96831,58268],[101596,55206],[101714,58327],[101330,56364],[97147,59208],[93653,58180],[93785,59718],[92333,58485],[95149,52532],[97224,52456],[96705,52837],[96892,52743],[99363,54826],[95532,52923],[94926,55497],[95072,55853],[90468,54692],[89657,57451],[93064,54511],[91801,51646],[95875,61444],[99329,53377],[98667,53142],[92869,76504],[98876,65831],[98983,65215],[95454,70332],[95344,70286],[100100,65209],[99594,65844],[100349,65307],[97015,83036],[98121,86127],[98208,82970],[99465,82897],[97434,86970],[99554,86073],[97425,85791],[95030,101409],[95161,101918],[94724,100616],[97663,102231],[95372,99384],[95296,93005],[95523,97778],[96997,100990],[91641,99863],[99495,102242],[97234,101249],[95806,99826],[101594,96871],[99918,98047],[102056,97625],[97556,100549],[98296,99371],[98549,100571],[96386,91830],[97823,106154],[97052,110013],[91174,107436],[100898,110749],[101935,111481],[92946,103661],[96155,106292],[99899,106947],[96321,106683],[97131,113412],[97442,113207],[91488,113910],[91169,114265],[100927,104387],[98970,103551],[100094,103289],[101126,103851],[90275,120580],[100882,123516],[100379,122851],[100466,119862],[100990,116235],[102077,124628],[1062162,586751],[1060490,587302],[1056009,591888],[1059988,589334],[1060767,595658],[1062043,594921],[1065054,587497],[1066869,586618],[1068997,588143],[1074166,587306],[1074479,587580],[1074906,586792],[1070784,591180],[1065047,589773],[1065227,595660],[1067733,591133],[1071569,592728],[1078671,585844],[1075874,585341],[1107237,587041],[1109043,583841],[1110935,580076],[1113591,586885],[1106964,591238],[1110218,590247],[1122735,575088],[1121419,576071],[1124769,585095],[1122828,586073],[1115852,579201],[1114738,581822],[1117381,580749],[1123559,576299],[1115771,582687],[1138397,575415],[1132917,575750],[1136728,581454],[1137810,578324],[1136293,579301],[1131784,578913],[1128145,580036],[1132621,588712],[1134485,582832],[1132192,583076],[1129694,583005],[1130172,585014],[1129025,589706],[1145931,572854],[1146658,571428],[1145839,573369],[1139579,571115],[1141580,570801],[1145439,573751],[1140763,576092],[1140716,582750],[1142586,577604],[108209,-1512],[109646,-5880],[110060,-1637],[115154,-11415],[110452,-1273],[109254,-5442],[110233,-1817],[113794,59],[110451,-3114],[113714,-6858],[107833,-3429],[110478,-7685],[111970,-7917],[113187,-1019],[115033,-10158],[108464,-2248],[114195,-50777],[115133,-50441],[113501,-52999],[114063,-52367],[112811,-52269],[114939,-51207],[110874,-63264],[115085,-60814],[109400,-60973],[108226,-63198],[105668,-62289],[104588,-62656],[105619,-60772],[104711,-59129],[104506,-57294],[107187,-55856],[106611,-54727],[108547,-53615],[108667,-55172],[109587,-55227],[113946,-55420],[110029,-52232],[111590,-53216],[111445,-52734],[111229,-52778],[110456,-53271],[110559,-53435],[109077,-53183],[109856,-53647],[109478,-54014],[109476,-54330],[110095,-54661],[109955,-55086],[111761,-55259],[111572,-54721],[113270,-56071],[112996,-56047],[111676,-56833],[112319,-56618],[111812,-56291],[111485,-55703],[111214,-55616],[110569,-55489],[106490,-56709],[106549,-56084],[105485,-57548],[105048,-57147],[107906,-55268],[108428,-55346],[109086,-55970],[109030,-56510],[113843,-62773],[114024,-63151],[113860,-63751],[113922,-63240],[113755,-61461],[114231,-61621],[110466,-61406],[110153,-61886],[112105,-67843],[113107,-66770],[112653,-64629],[114003,-63833],[107957,-73787],[106989,-74666],[106777,-74168],[107795,-75617],[114615,-64290],[114338,-64926],[106807,-66652],[106872,-66698],[106554,-64509],[106150,-64319],[105440,-65752],[104702,-65303],[107051,-65438],[106668,-65170],[111525,-89193],[111580,-88989],[110451,-87864],[108744,-87513],[109337,-86239],[107095,-86276],[107906,-87193],[107076,-87218],[112592,-77439],[110590,-90109],[103966,1161],[105630,4134],[105339,5245],[104347,6442],[105722,4748],[103729,488],[109029,2146],[114524,896],[114714,3832],[113879,396],[113939,954],[115093,3544],[114544,2866],[112394,11050],[105492,11774],[106008,5780],[107582,3594],[102982,6525],[102850,27734],[106203,30041],[104680,25977],[104008,30178],[103457,30224],[113252,29262],[107072,28703],[112382,28042],[106318,31413],[109212,30666],[112486,28217],[112271,28663],[106660,29371],[109688,28136],[106274,33495],[108837,36646],[110858,38117],[114569,33753],[113644,34484],[114520,31602],[114075,32220],[114370,34767],[102924,41887],[103698,51394],[105170,46394],[104139,49622],[103883,44929],[103197,44421],[113347,45848],[110543,46615],[112801,48269],[109481,40759],[109308,42984],[114757,42613],[114668,49520],[112200,48985],[110916,49002],[114551,39578],[114324,41082],[115005,38772],[112942,38701],[106639,63037],[105459,60100],[103827,62141],[105884,60075],[105159,60163],[111149,61533],[109334,55785],[107309,54571],[111797,54364],[111914,53259],[112450,57800],[114002,51480],[113203,53098],[107172,75877],[109410,75634],[112254,75123],[109697,75761],[113228,73889],[112206,73857],[107208,68487],[111004,72288],[107486,68817],[108042,72185],[103185,64679],[104005,65334],[106221,69584],[110943,72523],[110090,71377],[108379,89707],[112487,78258],[112990,78666],[113038,84878],[112813,89352],[111199,83460],[111334,84229],[108642,78566],[109913,79181],[109624,78402],[109301,79035],[112188,102142],[107126,100095],[110406,99809],[112409,100802],[112363,101310],[112310,101591],[102910,99006],[104032,97741],[102491,97434],[108204,92040],[110356,92228],[111195,94395],[112135,89910],[113562,90753],[113722,96849],[112649,90467],[106247,96049],[110993,94675],[109857,93776],[106459,95300],[106642,95706],[105289,95914],[109897,109256],[109361,109133],[104471,109627],[105338,111703],[105764,110371],[105633,109391],[113731,108636],[113801,109433],[114972,108235],[110427,108327],[110471,102922],[110920,104955],[111411,105189],[111685,103836],[106830,115256],[110564,114538],[109978,114561],[114247,103172],[112909,114705],[109941,110987],[104808,114617],[104055,112154],[103106,122576],[102584,122466],[103379,120848],[104084,116358],[104944,121802],[109606,117984],[110331,117999],[106926,116473],[111474,118755],[114814,118306],[115198,123199],[106978,121707],[107387,122051],[104702,124452],[107175,125533],[107319,122523],[109122,123964],[106829,124419],[109859,124380],[114953,122319],[1202383,230158],[1201178,229055],[1215476,216466],[1212389,214310],[1208330,222113],[1205513,230147],[1214412,219919],[1209984,220811],[1213485,634273],[1215566,632628],[1213725,633470],[1221368,627229],[1220984,627252],[1219419,626955],[1220900,629041],[1222515,629533],[1221591,629124],[1223070,630606],[1222476,631781],[1223116,629513],[1218095,628119],[1217335,630073],[1218154,630135],[1218963,634462],[1219175,636062],[1217802,634820],[1221592,633590],[1219440,634464],[1219808,633905],[1218012,632911],[1219339,633135],[1217944,631207],[1229449,158474],[1241403,533659],[1239739,533188],[1241584,533374],[1239862,539316],[1241580,540419],[1239804,540750],[1237789,548339],[1237695,547032],[1239573,549057],[1237968,552757],[1238741,551331],[1237419,552346],[1253998,537769],[1253267,536449],[1252118,531870],[1250897,530857],[1251073,532465],[1252602,535753],[1251334,537068],[1251220,537121],[1247255,536575],[1248540,537532],[1244102,537641],[1245215,531722],[1243332,530891],[1245322,531314],[1253796,550254],[1251238,543746],[1250255,544861],[1249528,544025],[1252364,542305],[1253383,543716],[1252796,542251],[1254349,544131],[1253737,537876],[1248816,538504],[1244000,538611],[1245029,538207],[1243418,542398],[1242924,541546],[1241965,543176],[1243936,549505],[1242263,547041],[1242059,548716],[1243379,556938],[1245191,558025],[1247278,557555],[1242433,557441],[1242064,559660],[1241808,560292],[1247007,561088],[1245050,561656],[1251437,562343],[1247099,563647],[1252219,568090],[1249090,567851],[1251943,565583],[1248925,563638],[1248239,563472],[1255039,546343],[1254701,548561],[1255434,548116],[1255236,542889],[1255270,544570],[1276895,548871],[1277762,550157],[1276873,549028],[1278366,557236],[127134,-2860],[123053,-3674],[122940,-3183],[115353,-3452],[116196,-11876],[115282,-5198],[117390,-1194],[117403,-1577],[118952,-330],[121601,-8561],[125586,-9919],[116868,-3498],[117789,-2413],[120409,-1401],[117010,-4557],[118740,-8749],[116306,-10512],[115720,-10846],[117214,-4617],[122688,-302412],[127076,-305148],[121837,-303170],[127747,-304177],[126675,-303817],[126020,-313505],[125857,-315663],[126581,-338736],[127517,-339946],[127246,-337151],[127748,-333376],[117404,-13773],[116452,-13294],[118711,-19790],[118421,-19969],[121641,-21728],[123585,-19010],[124918,-18329],[119116,-17175],[119370,-17762],[125213,-21236],[121755,-26368],[125170,-25491],[123874,-30410],[123056,-29483],[123661,-30375],[126662,-33743],[127134,-32920],[116312,-50389],[123121,-49770],[118428,-49163],[120175,-50294],[120753,-50766],[120430,-49291],[122092,-49822],[121444,-50005],[119313,-50178],[118360,-50221],[117400,-50837],[127283,-50063],[115437,-51772],[116596,-51132],[117539,-52369],[119269,-52427],[119283,-52151],[118295,-51188],[117625,-51170],[126355,-54392],[126289,-54139],[126513,-52194],[127185,-53261],[126197,-52475],[126007,-55282],[123380,-56665],[124144,-57821],[123714,-58115],[126859,-60002],[125109,-59665],[122995,-61882],[122371,-60322],[122680,-62026],[123586,-63732],[127943,-61479],[115811,-62907],[115683,-63610],[116152,-60360],[122295,-73565],[125013,-75914],[127076,-76455],[121521,-64410],[124805,-64258],[124671,-64363],[123737,-66453],[121291,-65648],[122043,-66634],[125476,-64329],[115339,-65467],[121378,-74280],[124737,-75320],[125811,-72206],[123825,-70344],[125472,-69598],[124418,-71936],[125535,-73494],[126857,-72530],[126871,-72286],[126361,-71378],[123080,-72002],[126890,-64245],[126548,-80438],[126616,-78666],[125164,-80205],[126612,-76948],[123229,-79047],[125026,-79696],[124913,-78126],[119399,-100010],[118905,-94601],[117656,-92787],[121869,-101959],[121354,-101931],[120549,-95055],[121853,-95196],[121888,-95588],[119743,-90203],[121014,-90322],[120069,-90678],[121194,-90102],[124402,-96155],[125383,-96329],[118652,-99160],[125202,-94411],[124304,-94817],[127136,-97617],[127449,-97332],[126234,-96681],[117970,-92227],[119295,-92814],[119608,-100769],[120278,-102448],[116557,3241],[117580,2554],[118212,3141],[116557,1780],[118994,2730],[115487,3075],[126034,10878],[117358,11669],[121200,12254],[125401,10498],[125153,12770],[121753,4432],[117556,6615],[118689,4771],[116815,8036],[118794,5815],[127236,4228],[124251,3829],[123823,4311],[115948,128347],[117628,128701],[119829,130951],[120916,134056],[120628,131735],[123955,133209],[126676,138507],[127371,137470],[122784,128392],[123335,128763],[124881,130097],[127342,130281],[124187,18684],[119339,25219],[117615,24409],[123580,18556],[127886,19894],[117575,15080],[121577,16212],[120501,13846],[116889,13169],[124452,21422],[116585,15323],[116644,18355],[118878,15920],[117889,20322],[118250,18802],[115821,21046],[126785,16898],[127258,38113],[126141,36844],[124776,37041],[124666,36917],[127962,35721],[126140,35173],[122814,30925],[121295,27880],[122173,27309],[124775,26201],[117533,26347],[127726,27318],[126796,27325],[126062,28202],[126430,28147],[125538,28557],[123344,30029],[124006,29909],[124441,29114],[123523,29492],[123938,35190],[122515,34575],[115317,30667],[116795,35993],[116120,36974],[117455,36453],[120817,31441],[121071,33511],[117981,28360],[119494,29056],[119518,29525],[126636,49493],[124192,50685],[127340,50854],[120610,47385],[121463,47399],[117240,46908],[118108,46623],[115535,49712],[124571,45081],[125650,44646],[125632,39869],[122928,40685],[126595,62215],[127187,61623],[122157,55519],[122418,53238],[123865,57293],[126181,60284],[126550,61335],[128093,56473],[127889,60590],[127818,57775],[115543,60383],[124558,62775],[126584,61040],[127204,61540],[119780,63015],[121196,59222],[121697,63218],[121410,71299],[126478,74124],[127408,74960],[119226,67299],[120679,67108],[115929,73414],[115611,72816],[121883,76743],[121081,72238],[120796,73359],[119737,72786],[122343,73270],[118064,76843],[124652,86395],[127770,81900],[126668,88248],[124814,88460],[127514,87063],[119030,78113],[117859,84864],[123572,77925],[122915,82974],[120216,84736],[122960,89887],[126538,91731],[119009,89882],[123427,90127],[121651,94559],[121600,94433],[120264,101091],[120806,102141],[122748,101658],[123610,101419],[126842,102357],[123206,97851],[121184,101293],[124103,100687],[122949,109270],[117126,109482],[116983,106466],[117098,110847],[115834,106001],[115264,106710],[126766,113703],[126591,113903],[124020,114625],[118497,115123],[115238,111404],[124428,113994],[120971,111477],[120881,102861],[120249,105913],[121626,105208],[126486,106920],[123440,102612],[124279,105668],[124634,107170],[120161,115805],[122235,115818],[115874,116404],[115888,115889],[115914,123113],[116483,121671],[115769,123699],[115846,123362],[120536,128110],[119473,121260],[118004,119206],[118812,122209],[118371,119340],[120292,119913],[124171,122260],[124024,126375],[-117031,-437822],[-115556,-437755],[-124897,-469535],[-127845,-468957],[-123065,-470194],[-120667,-469979],[-117496,-463005],[-116785,-462556],[-117157,-463254],[-118594,-462904],[-120929,-464465],[-117966,-464161],[-119793,-464951],[-119620,-463936],[-118208,-465441],[-119126,-465782],[-117538,-465428],[-118486,-464927],[-118734,-467067],[-118889,-467236],[-119562,-468835],[-119712,-469360],[-121089,-472714],[-121436,-471059],[-120610,-471515],[-123123,-470574],[-122258,-470825],[-124765,-469714],[-125920,-468125],[-126096,-468301],[-118510,-463368],[-120328,-464358],[-127703,-464403],[-125245,-465125],[-127368,-464791],[-126387,-464952],[-127262,-468166],[-126953,-466354],[-126634,-465519],[-125180,-38473],[-126018,-38828],[-125203,-38979],[-125745,-38594],[-126615,-40032],[-126881,-41039],[-125509,-41011],[-125229,-39349],[-124248,130226],[-117849,130050],[-115510,128905],[-116709,146106],[-122499,145384],[-125426,150961],[-122815,152789],[-121389,153089],[-120296,148396],[-121276,149675],[-121346,150017],[-119707,148132],[-118550,165067],[-123575,162810],[-123742,162926],[-126152,163791],[-118050,164817],[-127915,164689],[-119096,163948],[-118229,164432],[-116450,164282],[-117433,164562],[-117694,165201],[-124130,163873],[-122620,165105],[-123165,166406],[-121526,165550],[-119012,165996],[-119910,164808],[-117723,165471],[-122085,165823],[-125104,163875],[-125730,163578],[-123388,154424],[-121895,158651],[-122904,159029],[-126157,158648],[-117243,155004],[-124939,164349],[-124998,163688],[-117046,164607],[-121097,164945],[-126388,163974],[-119182,164832],[-119546,164473],[-122462,164621],[-115511,166464],[-115234,166593],[-115766,170484],[-116542,172108],[-115507,172587],[-115644,171911],[-118381,174181],[-117933,174706],[-118129,175787],[-118154,175819],[-115375,173159],[-115910,172879],[-115926,166794],[-117194,172713],[-116499,172283],[-119100,166957],[-119137,167071],[-120008,166991],[-127757,166970],[-127837,167469],[-127982,167785],[-127910,168606],[-127776,168356],[-126240,168408],[-126960,168215],[-125963,167597],[-126281,167711],[-121705,167748],[-126168,169215],[-126404,169077],[-124869,167806],[-125023,167629],[-124163,168622],[-124203,169125],[-123309,168871],[-123016,169126],[-121311,168574],[-122146,168502],[-120657,168114],[-121417,168345],[-118641,168532],[-118158,168640],[-117747,168485],[-117417,169582],[-117510,169587],[-116900,168697],[-116426,169023],[-115882,168827],[-115601,168639],[-115545,167589],[-123237,170338],[-122547,171093],[-124236,170161],[-120909,168932],[-119674,167771],[-119449,167298],[-120244,166957],[-120330,167058],[-121062,166674],[-120695,166865],[-126993,169730],[-126807,169884],[-127373,170602],[-127677,170511],[-125834,169837],[-125791,169883],[-125193,170340],[-124841,170265],[-123547,170742],[-123789,171028],[-121230,169179],[-122238,169676],[-122397,169960],[-123674,171875],[-124103,171956],[-122194,170200],[-119649,168856],[-119488,169294],[-118884,169805],[-118880,169411],[-117958,170847],[-118054,171205],[-118084,170237],[-118610,170056],[-127322,171092],[-127060,171202],[-125248,175076],[-124620,175943],[-125033,174786],[-125607,173720],[-125924,173927],[-123535,176050],[-123618,175372],[-120694,175531],[-120965,175518],[-121937,176022],[-121629,175984],[-121145,173859],[-120743,174440],[-116520,173511],[-116771,173208],[-121440,172590],[-122406,171158],[-123301,173578],[-127096,172731],[-126856,172877],[-118168,172456],[-117842,172598],[-126764,240909],[-125180,241731],[-126872,240735],[-126929,241062],[-115840,17873],[-116043,17785],[-116043,19210],[-115303,19289],[-115786,16100],[-115697,17364],[-116438,20903],[-117061,21829],[-115955,20858],[-115847,21102],[-116981,20746],[-117263,21739],[-117541,21629],[-117351,21873],[-118143,21475],[-117484,20468],[-118010,20888],[-115213,18498],[-118536,296744],[-118366,296989],[-117335,300348],[-116367,297437],[-122151,306500],[-117988,295918],[-116256,297023],[-123061,296702],[-122735,296829],[-120569,295364],[-125556,299582],[-122070,300419],[-121968,306558],[-124972,299605],[-120879,305731],[-124651,302953],[-124264,301645],[-124442,301558],[-124291,300518],[-123186,303312],[-122792,306837],[-126036,306910],[-124365,305431],[-127360,304531],[-125975,307021],[-122077,305277],[-115569,57913],[-116446,56152],[-115493,53813],[-116392,53128],[-119740,58763],[-120729,58267],[-122085,59120],[-121746,59850],[-122274,61481],[-124354,61240],[-123503,60572],[-125151,60606],[-125663,59533],[-125364,61712],[-126326,58914],[-125811,58280],[-126004,64272],[-126337,65465],[-127696,64706],[-125777,68065],[-126986,69063],[-127729,69457],[-124558,70387],[-121594,71815],[-123160,72469],[-122196,73459],[-121790,75528],[-124683,75931],[-126530,76822],[-116389,87650],[-118485,86929],[-124260,79909],[-124896,80428],[-126082,80216],[-124321,81670],[-125975,82699],[-116373,92612],[-116868,90823],[-121203,97152],[-121955,99467],[-121285,102049],[-123134,101515],[-125030,99838],[-122147,91874],[-122454,92695],[-122619,91729],[-124328,91860],[-122830,92504],[-116524,109240],[-115582,109087],[-126785,104992],[-122125,127839],[-123302,127299],[-115413,126411],[-115668,115705],[-139836,-424847],[-131001,-456983],[-132748,-458737],[-131824,-459210],[-131635,-457891],[-131294,-457272],[-130712,-458173],[-136794,-460181],[-128680,-467774],[-139794,-464265],[-137117,-462653],[-128281,-468920],[-128530,-468401],[-128961,-462947],[-128983,-463871],[-129304,-463627],[-128634,-463817],[-128301,-463464],[-128229,-463867],[-128750,-465188],[-129085,-464895],[-130877,-463096],[-130058,-463668],[-133314,-461871],[-138332,-460922],[-138013,-464141],[-138253,-462840],[-139297,-463203],[-140443,-463912],[-134707,-32740],[-134879,-34074],[-134980,-33415],[-133573,-35842],[-134376,-35985],[-132915,-33613],[-129044,-42741],[-139222,-43065],[-139403,-43526],[-138787,-43941],[-139643,-43940],[-139792,-41370],[-140297,-41854],[-138746,-41426],[-135953,-42539],[-136189,-42290],[-136163,-42498],[-137436,-42558],[-137360,-42098],[-138118,-42257],[-134239,-46035],[-134834,-45531],[-135525,-43251],[-135215,-43743],[-135071,-43891],[-134733,-44269],[-135452,-45035],[-135378,-45417],[-138195,-43424],[-136783,-44298],[-130789,-40098],[-131629,-39378],[-130675,-39150],[-140509,-55776],[-140302,-56032],[-130360,151133],[-136134,152260],[-131139,152167],[-132441,149106],[-135075,149829],[-136011,151150],[-137430,146822],[-138620,146790],[-133956,160773],[-133600,160197],[-134354,159960],[-132983,164177],[-133153,164075],[-140255,163461],[-140660,163377],[-140425,162782],[-140212,162795],[-139086,164117],[-140702,162757],[-139145,164223],[-137580,162767],[-139106,162924],[-138410,164799],[-137146,164449],[-137275,163747],[-136304,162968],[-136874,164607],[-137615,163597],[-140798,165169],[-135728,159202],[-134581,159176],[-133962,158995],[-135881,157593],[-137209,157404],[-138920,160837],[-128654,164899],[-139793,160331],[-139931,160538],[-129304,164007],[-138859,160348],[-137733,161426],[-138286,161363],[-136362,161075],[-136948,160658],[-136750,161250],[-137590,160981],[-136188,160015],[-136640,159711],[-132338,165338],[-133703,164250],[-134676,163721],[-135574,163564],[-135231,163166],[-133464,165630],[-138717,166487],[-137903,162685],[-138242,163093],[-137073,163054],[-137140,162888],[-138286,163329],[-139075,163280],[-135271,166107],[-131325,166579],[-133433,165421],[-140334,165666],[-140003,165341],[-139949,165861],[-139724,166362],[-137312,166320],[-138090,165789],[-137883,165733],[-136368,165765],[-136620,165855],[-136026,165962],[-134723,165478],[-134963,165216],[-133891,165343],[-133973,164518],[-134098,164420],[-133159,164625],[-136700,166920],[-137183,167372],[-137192,167213],[-135988,166940],[-135916,166746],[-128418,166901],[-128434,166796],[-129248,167034],[-128338,167204],[-128085,168558],[-128304,169015],[-128682,169229],[-129532,167504],[-129741,167510],[-129222,170279],[-129569,169139],[-132586,168158],[-132322,168626],[-134936,173531],[-131260,167966],[-130245,168689],[-130252,167999],[-133214,175358],[-135061,173885],[-133358,173089],[-134105,174687],[-131997,174460],[-133415,172464],[-130232,172379],[-131869,172627],[-132294,172785],[-129599,169222],[-128382,169901],[-138158,166633],[-131092,167540],[-130537,167127],[-128571,167871],[-128293,168210],[-131578,173051],[-131350,173992],[-130372,173047],[-130563,173217],[-131982,175141],[-131290,174508],[-129038,171832],[-129520,171564],[-133885,168191],[-133636,168473],[-133736,169211],[-134074,168793],[-133053,169764],[-132729,169184],[-132839,170179],[-133155,169944],[-134960,167006],[-134911,167004],[-131313,167609],[-131871,167631],[-131669,166655],[-131030,166688],[-130333,167400],[-139433,171517],[-139367,171456],[-136341,169759],[-136030,169233],[-135989,169907],[-128345,170912],[-128275,170431],[-134164,171719],[-134369,172024],[-134386,170786],[-134171,171489],[-135669,171358],[-135584,170537],[-135452,170885],[-138601,168943],[-138600,169579],[-138829,168213],[-139119,168353],[-138811,166836],[-139986,167338],[-140361,168010],[-128224,230242],[-128091,229006],[-132489,235782],[-130107,240530],[-130295,240377],[-128712,241873],[-128607,242190],[-129400,242043],[-131995,242868],[-128338,231113],[-134665,235589],[-128279,232586],[-133226,235408],[-131488,243466],[-128866,304403],[-131103,97269],[-131904,102396],[-135288,96253],[-135053,95627],[-136334,94669],[-136216,96945],[-134878,94433],[-133874,94633],[-134148,92632],[-134563,91477],[-133947,90957],[-135527,91898],[-136270,91874],[-136106,90337],[-138643,90325],[-139374,94115],[-138005,92707],[-137213,97555],[-137273,98925],[-138318,98163],[-136035,101858],[-137259,102413],[-137997,102270],[-133056,101210],[-132757,100816],[-132359,102325],[-128652,102800],[-128667,112366],[-131282,112818],[-131614,105622],[-133217,105834],[-133287,104867],[-132346,112132],[-140249,105620],[-140610,105813],[-141312,-425817],[-145459,-432385],[-145957,-431719],[-141978,-426367],[-146241,-427755],[-145439,-425953],[-147358,-427841],[-142668,-426830],[-141673,-463102],[-147626,-464099],[-148625,-463565],[-145813,-465141],[-146652,-463826],[-141029,-463562],[-144599,-465599],[-141643,-463533],[-141826,-463777],[-142968,-464371],[-143491,-465078],[-144949,-464334],[-145133,-464109],[-145787,-465223],[-146506,-464719],[-145900,-464380],[-148672,-462744],[-149946,-462134],[-149305,-460657],[-149429,-461614],[-140849,-55700],[-142563,-55531],[-142536,-56443],[-142037,-55820],[-141784,-56201],[-142025,-56804],[-144819,151195],[-143576,151354],[-141929,152748],[-152646,141850],[-142592,143337],[-142078,162790],[-142570,162171],[-142135,162289],[-141767,163872],[-143130,163090],[-142358,163179],[-143315,164043],[-142297,163060],[-143871,164216],[-143889,163306],[-143902,163378],[-140835,164508],[-141927,164599],[-142542,164168],[-142667,166304],[-153403,160886],[-153191,160530],[-153290,160660],[-142409,159429],[-144041,160316],[-144550,156789],[-146641,156767],[-141324,154450],[-151146,155703],[-147758,162918],[-147161,162620],[-148666,162799],[-148822,163052],[-149303,162546],[-149689,163004],[-149673,165014],[-150315,162879],[-150426,163136],[-151762,162813],[-146561,163177],[-146039,163037],[-145439,163765],[-145575,163341],[-140815,158676],[-141119,158792],[-153344,162087],[-153568,162916],[-152948,162806],[-152112,163379],[-152242,163252],[-143153,166025],[-143552,165266],[-143971,165768],[-145062,165642],[-144922,165156],[-146315,165217],[-146366,165948],[-146562,164168],[-146775,164258],[-145022,164591],[-145273,164349],[-148322,164349],[-149153,163477],[-149033,163765],[-140936,166527],[-151095,163624],[-150963,163241],[-144339,166106],[-149930,164536],[-149579,164455],[-150909,164728],[-151274,164657],[-150505,165730],[-150003,165569],[-148928,165515],[-149006,165884],[-153221,165722],[-152714,166116],[-151133,166186],[-151514,166237],[-146131,163135],[-145396,162246],[-151054,162960],[-151477,162578],[-141786,167050],[-142255,166862],[-142501,166622],[-142171,167925],[-142572,167207],[-143202,167395],[-143812,166872],[-145071,166719],[-140920,167145],[-153197,166652],[-151063,167326],[-151309,167166],[-151422,168508],[-151342,168688],[-148220,168968],[-148620,168912],[-147698,168001],[-147717,168132],[-142539,170480],[-142123,170101],[-141795,170390],[-141835,169037],[-141182,169713],[-147334,169063],[-147281,169882],[-145589,170959],[-145484,171022],[-148231,171832],[-147863,171444],[-151490,54178],[-150127,52242],[-150694,52710],[-150847,52403],[-150863,53486],[-150529,54455],[-151595,52952],[-150672,52343],[-150585,54119],[-151642,57172],[-150035,58113],[-151420,56868],[-150597,57620],[-150904,57605],[-150069,56187],[-150512,56503],[-152379,57960],[-150371,57246],[-150771,60706],[-150558,60169],[-150935,60357],[-151232,60668],[-149806,59171],[-150178,60447],[-151391,61340],[-149211,60050],[-149631,59764],[-153532,69896],[-141407,91030],[-141573,91892],[-143349,92934],[-142580,90486],[-143341,90190],[-147333,96636],[-150195,96194],[-149637,95206],[-148578,102380],[-148215,99529],[-145992,98801],[-146916,97334],[-151237,102265],[-153007,107228],[-152582,109332],[-149719,104135],[-149624,104622],[-149772,105922],[-141040,105257],[-142717,105727],[-147384,109440],[-142438,106716],[-144490,104840],[-145538,106333],[-146882,109299],[-150092,107224],[-143203,106415],[-151095,105701],[-152040,107859],[-159105,-458690],[-158245,-457219],[-157067,-457116],[-157474,-457985],[-159950,-459198],[-155072,-459807],[-159232,-459899],[-155905,-460562],[-165533,-460332],[-158745,-458122],[-158327,-458801],[-163164,-461431],[-163886,-461245],[-154665,139051],[-154344,140297],[-165918,139255],[-164139,138465],[-165869,135428],[-165408,133267],[-161752,130291],[-158998,153373],[-165004,151511],[-165567,150918],[-154540,160184],[-154453,159729],[-154392,159599],[-154810,160436],[-155459,161229],[-154017,161036],[-155037,162440],[-157744,165365],[-157125,164361],[-158159,165270],[-158397,164798],[-158160,165392],[-156559,165603],[-155948,164229],[-156075,164086],[-156692,165477],[-157117,165342],[-157644,159409],[-158170,158697],[-158025,158592],[-157975,159875],[-157450,159440],[-157474,159763],[-156870,160161],[-157721,160393],[-157546,159883],[-157709,160299],[-157300,160836],[-157307,161107],[-157234,161855],[-157809,161826],[-157173,161985],[-159137,162806],[-157947,162518],[-157877,163234],[-159217,162323],[-158230,163501],[-159121,163363],[-159661,164384],[-158984,164521],[-159504,163926],[-160341,164391],[-156810,163908],[-155926,164202],[-155954,162830],[-156181,164259],[-155898,162986],[-159906,165507],[-159792,164380],[-160187,164327],[-160793,165303],[-160102,165748],[-166222,165687],[-166059,166222],[-166027,166493],[-165916,166480],[-165373,166525],[-154335,155769],[-153685,161405],[-155095,164950],[-155247,165275],[-154272,165100],[-154954,165291],[-154128,165437],[-165967,166761],[-165491,168255],[-165198,167969],[-165675,168793],[-165480,168767],[-164978,171715],[-164630,171844],[-164915,170421],[-164826,170400],[-164779,171516],[-164529,167526],[-165853,170129],[-165881,169902],[-157101,61590],[-156084,61668],[-156870,63008],[-156983,61558],[-156931,62275],[-155939,61904],[-154966,61972],[-156968,61241],[-156860,62306],[-155692,58641],[-156992,60207],[-156300,59709],[-156544,58461],[-155720,60192],[-154903,59322],[-156708,59993],[-155991,59161],[-155947,59908],[-157454,64024],[-157301,64928],[-157297,64892],[-155641,64776],[-156084,64658],[-158063,65501],[-156244,65453],[-157413,65467],[-156852,64547],[-154791,69075],[-155395,69512],[-155430,68163],[-154462,68198],[-154798,68897],[-154225,70225],[-154624,69148],[-154115,68836],[-156972,71393],[-157524,70131],[-157593,69197],[-158792,70206],[-158401,71005],[-157962,70142],[-156957,70219],[-158384,69447],[-156928,69455],[-157579,73682],[-156645,73509],[-158444,73803],[-156436,74296],[-158473,73561],[-158050,73555],[-156857,72321],[-157444,73661],[-162533,73441],[-161878,74130],[-163486,74990],[-162743,75039],[-163316,73742],[-161853,74688],[-163255,75007],[-163117,74724],[-162505,73355],[-158150,75557],[-158422,76257],[-158092,75166],[-156332,74013],[-158041,76497],[-157035,74494],[-156551,74322],[-158065,74355],[-157202,74461],[-162793,87433],[-161377,85904],[-160787,86829],[-161851,87793],[-162082,86489],[-161265,87324],[-162295,87827],[-162354,87023],[-161806,87789],[-161128,88450],[-162871,88352],[-156979,87391],[-158020,88393],[-156846,88469],[-159633,87319],[-157168,87242],[-160663,87028],[-158064,86207],[-158652,88362],[-160258,87568],[-164225,89679],[-164672,89594],[-162716,89117],[-159981,88628],[-158693,84545],[-158614,83069],[-159780,83930],[-160050,84016],[-161096,84618],[-160750,83616],[-158974,82777],[-159803,84936],[-160117,84327],[-158937,90053],[-160487,90120],[-158490,90268],[-154295,101088],[-163639,90917],[-161190,93314],[-163483,91958],[-163682,90823],[-163891,91758],[-163926,90046],[-158856,99891],[-159789,96742],[-159339,96334],[-158922,99796],[-159868,97821],[-160245,95814],[-160958,96720],[-157597,99908],[-164744,97888],[-165881,98436],[-165486,98930],[-164742,98077],[-163300,97594],[-165340,97104],[-165064,96986],[-164171,96649],[-164360,96278],[-165937,94524],[-153714,100418],[-159359,97674],[-161349,94621],[-160498,93864],[-161635,90490],[-162502,90426],[-160073,112614],[-159836,113534],[-155649,112590],[-155908,110721],[-157064,111912],[-156078,109896],[-155602,105943],[-158213,106500],[-155000,106087],[-154079,107593],[-156649,112896],[-158244,113138],[-156702,115393],[-155671,108147],[-156309,106645],[-157162,113443],[-165534,123103],[-159792,117558],[-165420,127314],[-166073,123721],[-164678,126345],[-164575,121805],[-161692,122083],[-161253,122070],[-160988,120906],[-160752,123485],[-162184,125493],[-158586,117230],[-160683,117432],[-179146,-139408],[-179023,-139824],[-177401,-141939],[-177255,-141587],[-176952,-141864],[-174686,-142532],[-175117,-142344],[-174882,-142687],[-175012,-142473],[-174464,-143476],[-174918,-143232],[-174604,-143239],[-174553,-143244],[-176854,-145110],[-176446,-144787],[-175591,-143613],[-178397,-140808],[-178173,-140851],[-178299,-140796],[-178447,-140805],[-167241,-459884],[-172287,-458169],[-168068,-459714],[-178397,-457913],[-176035,-458720],[-174569,-459955],[-178937,-457863],[-167322,-459943],[-171316,-458935],[-167432,-460073],[-170439,-460398],[-170184,-459855],[-172083,-459175],[-172228,-459028],[-173290,-459458],[-174366,-460155],[-174264,-459932],[-174822,-459863],[-174633,-459151],[-174671,-459224],[-173910,-459328],[-175450,-459428],[-178488,-459071],[-176917,-458891],[-176706,-458982],[-169451,-460714],[-167519,-460826],[-168689,-460734],[-166567,-461477],[-168613,135797],[-167365,134221],[-173897,135115],[-175320,133039],[-169497,134724],[-169537,138338],[-179088,136993],[-176874,136285],[-174961,134922],[-177599,129970],[-168756,128485],[-176785,130936],[-174114,128727],[-175900,129583],[-176000,128453],[-178193,149805],[-168069,149489],[-177822,152363],[-174615,149811],[-178395,145154],[-177216,142439],[-173792,146765],[-167548,166189],[-168348,166023],[-167776,166337],[-166863,166390],[-166902,165618],[-167288,166023],[-168197,164378],[-169107,164997],[-168351,165148],[-168155,165435],[-169021,164344],[-170729,165986],[-170999,166078],[-170638,165169],[-170556,165942],[-169860,165095],[-171540,163876],[-171290,163686],[-171741,163790],[-171758,163483],[-171463,163342],[-173074,164528],[-172463,164388],[-172300,164258],[-173209,164302],[-173227,164660],[-166833,165954],[-178277,156755],[-178554,155349],[-177804,157129],[-166659,154579],[-168843,153991],[-172845,155397],[-173283,160042],[-175652,157240],[-173932,164411],[-173655,164471],[-175419,164929],[-175697,165150],[-174314,164592],[-175147,164814],[-178820,166668],[-167551,167089],[-168487,167234],[-176863,167218],[-176696,167118],[-176026,167975],[-175785,167601],[-176212,167819],[-177903,169812],[-178153,169647],[-176981,170160],[-176952,170353],[-178196,170603],[-178285,170889],[-167239,168557],[-167056,167860],[-167566,169883],[-167286,170261],[-167497,171050],[-166804,171102],[-177246,169354],[-177473,169482],[-177571,170092],[-177698,170251],[-177946,88959],[-174841,88308],[-175849,87769],[-175668,86794],[-174814,86299],[-175343,87679],[-171878,87247],[-171921,86424],[-172140,88207],[-172364,85915],[-167354,96721],[-166991,93979],[-168308,95457],[-167005,94425],[-168245,97600],[-167271,94276],[-168989,94280],[-167778,95552],[-178781,124959],[-178828,122889],[-178960,122794],[-171538,120216],[-170397,122752],[-167509,121879],[-166502,126563],[-174836,126990],[-177212,117388],[-168773,123613],[-166756,127858],[-176333,127354],[-170396,124469],[-169747,124611],[-166491,122061],[-189704,-446925],[-188558,-446964],[-189898,-446833],[-188365,-450485],[-180410,-459206],[-184218,-454452],[-181702,-457356],[-179723,-457277],[-180337,-459508],[-181818,-455756],[-188710,-448957],[-187643,-449894],[-181577,-457373],[-182771,-456558],[-183659,-453194],[-184375,-453856],[-186326,-451968],[-180105,-459230],[-183519,137086],[-184537,136065],[-191423,133513],[-191614,133908],[-190039,134957],[-185610,136482],[-183576,136143],[-187298,130509],[-189015,130277],[-184340,131550],[-190271,130198],[-190394,128437],[-190923,129385],[-186067,143811],[-187823,144955],[-190642,145137],[-180360,144898],[-183965,147765],[-182957,145106],[-186116,146222],[-179423,150196],[-191263,143268],[-191870,141105],[-190482,143571],[-188288,143448],[-191673,144218],[-184773,166469],[-184609,163139],[-184757,162356],[-184934,162700],[-184584,162577],[-183177,162657],[-184678,162787],[-185276,163141],[-185163,164026],[-185035,164383],[-184376,163639],[-183884,163842],[-185801,163844],[-186337,164298],[-185925,164210],[-186360,163986],[-185540,163159],[-187174,164711],[-187020,164646],[-187421,164276],[-187461,164900],[-187075,164548],[-188332,164818],[-188059,165398],[-188599,164879],[-188190,164774],[-189432,165925],[-188902,166066],[-189211,165450],[-189717,165789],[-190048,165346],[-188822,165363],[-188444,166336],[-188500,165535],[-187204,166162],[-187826,166434],[-185902,164945],[-186904,164829],[-186762,164524],[-186469,164850],[-186243,165840],[-181006,156022],[-184374,157391],[-190008,153882],[-189690,157890],[-189898,160750],[-180061,154202],[-182624,156178],[-188775,155927],[-190069,161968],[-191731,157440],[-185749,154096],[-191010,163293],[-184151,164937],[-183761,164116],[-183882,164260],[-183473,162221],[-184190,162037],[-183854,161392],[-183869,161405],[-184235,162748],[-185553,162621],[-185593,162501],[-183909,167208],[-184366,167360],[-180513,169395],[-180138,169529],[-180862,169252],[-180965,168960],[-179597,169635],[-184104,168355],[-183237,167591],[-183404,167877],[-183042,168127],[-183413,168173],[-185053,167321],[-184559,167376],[-185219,167437],[-187349,166884],[-187383,167064],[-186478,166718],[-186556,166833],[-186874,166891],[-180539,168044],[-179838,168042],[-190207,89325],[-187475,88351],[-187984,88655],[-187083,89437],[-186104,88369],[-186366,86470],[-184137,85699],[-184319,83717],[-182519,84123],[-181657,84678],[-184792,81437],[-182917,80966],[-180373,94554],[-180900,95251],[-184382,95286],[-183884,96042],[-184610,97436],[-184164,99111],[-185407,99349],[-184623,100270],[-186061,99813],[-188066,102707],[-186908,104130],[-185477,103367],[-190085,103571],[-189646,107705],[-187887,109175],[-189605,110558],[-189007,113012],[-190146,112659],[-191783,111924],[-191577,111269],[-179570,124151],[-191411,128167],[-191322,123259],[-190272,123660],[-187441,124596],[-187374,123894],[-188416,121330],[-185547,124401],[-184413,121632],[-186224,125029],[-187750,123400],[-186220,121326],[-189296,122847],[-201967,-434847],[-203333,-434143],[-202108,-434025],[-204354,-432677],[-201857,-434652],[-201128,-438470],[-196321,-440455],[-196741,-441111],[-196918,-442902],[-197282,-443410],[-197301,-441452],[-199009,-442000],[-200328,-441879],[-200872,-440926],[-201006,-439337],[-198324,-437584],[-198980,-435453],[-199768,-436145],[-202462,133973],[-202067,133091],[-202200,129290],[-199980,135230],[-202360,130569],[-202185,131252],[-193145,139635],[-194179,137974],[-198735,136132],[-200253,136503],[-202093,136661],[-201377,134798],[-195224,132695],[-192789,133991],[-199625,136382],[-194004,128223],[-194413,128617],[-192028,128864],[-195030,151431],[-197032,148172],[-196549,145705],[-198649,146930],[-200702,146028],[-202858,143358],[-197405,142222],[-196792,146921],[-192503,145758],[-195292,142915],[-200444,144525],[-192414,145766],[-193534,143015],[-194111,143352],[-192541,142977],[-195509,166294],[-194422,165659],[-195193,164871],[-195066,165751],[-194740,165461],[-194341,166214],[-194256,165718],[-195563,166502],[-194612,166304],[-196024,165476],[-194780,164744],[-195507,164247],[-195689,165468],[-196232,165388],[-196600,164586],[-197171,163825],[-196508,164064],[-197179,164192],[-196248,164501],[-198716,163568],[-198747,163350],[-198951,164032],[-199035,163073],[-198675,163044],[-199588,162023],[-199356,161475],[-200238,161482],[-199435,161663],[-199859,161936],[-202628,163481],[-202558,164011],[-204139,164601],[-203495,164534],[-203551,164652],[-204257,165002],[-203421,164971],[-201546,161141],[-201070,161564],[-201317,161627],[-200600,160824],[-200923,160963],[-198140,158739],[-198953,157706],[-197981,158979],[-197687,157996],[-198338,157622],[-200455,158498],[-200312,159103],[-200364,158993],[-200141,158375],[-199632,158765],[-193509,160955],[-195269,160399],[-192056,158041],[-195850,156489],[-192084,159906],[-194162,162059],[-202978,163190],[-195845,166661],[-197370,167714],[-197862,167764],[-197314,168336],[-197010,167418],[-196518,167883],[-195004,167085],[-204302,167615],[-198256,169484],[-203785,166860],[-204003,170829],[-202977,171181],[-203772,170687],[-204342,170632],[-202936,87375],[-200885,86717],[-201313,84759],[-198467,86518],[-198066,83060],[-197197,82172],[-197752,81352],[-198230,81624],[-201628,82034],[-204045,99673],[-203131,99343],[-202765,98708],[-202339,97774],[-200452,100982],[-200190,101448],[-199147,102469],[-198195,102047],[-198314,101989],[-202275,90925],[-201752,90173],[-202312,103068],[-201951,103780],[-201162,103743],[-200171,104950],[-199318,106252],[-197789,107567],[-198191,103681],[-197918,103984],[-195150,110457],[-195353,112297],[-199834,110976],[-202025,112662],[-203484,111985],[-203876,112626],[-204539,114349],[-195676,113129],[-196124,112804],[-194628,114112],[-194060,114841],[-200305,114413],[-200412,115132],[-203152,116687],[-201850,117225],[-200362,118577],[-199961,120074],[-202550,121088],[-199624,123442],[-200527,125704],[-203388,121048],[-192116,127807],[-193529,127881],[-195548,126994],[-197298,116392],[-196768,117770],[-196805,116218],[-217134,-421207],[-205243,-433908],[-211374,-426904],[-206605,-428008],[-209827,-428894],[-212447,-425442],[-209441,-427801],[-209261,-427419],[-216450,-422783],[-210475,-428516],[-212253,129699],[-212298,129372],[-210549,129833],[-209682,132581],[-210115,133198],[-208748,135107],[-210406,135537],[-211695,138905],[-210676,136453],[-212386,137370],[-214084,151465],[-214092,151359],[-216815,145980],[-214733,152630],[-213835,151319],[-214161,152779],[-214228,152635],[-214558,153227],[-214420,152892],[-214031,152811],[-212349,152005],[-212579,153254],[-212126,153064],[-211656,153095],[-212513,151861],[-214853,141649],[-214112,142604],[-212650,144409],[-212454,145314],[-213991,146223],[-209778,146646],[-209034,146844],[-207671,147496],[-209932,145450],[-213011,149276],[-213303,150483],[-215176,154005],[-215081,154048],[-215012,154325],[-214508,153505],[-215006,154014],[-212013,153954],[-214787,156776],[-213586,157986],[-213471,157934],[-214327,157316],[-213775,157011],[-214045,155926],[-214601,155304],[-214832,155748],[-214738,155859],[-214225,155394],[-216507,155645],[-217329,155061],[-216644,155450],[-216095,155200],[-217172,155503],[-215320,166184],[-215548,165389],[-215102,164118],[-215232,157957],[-215612,158307],[-214896,159961],[-215871,159842],[-208341,168778],[-208210,168722],[-208971,169324],[-208142,168525],[-208050,169170],[-207380,172483],[-214142,168508],[-209479,169714],[-207314,168239],[-205731,167184],[-205814,168292],[-209866,170558],[-210966,170229],[-212176,169620],[-211827,169664],[-206955,168071],[-207532,170841],[-206724,102033],[-208470,101872],[-205822,100903],[-204882,99875],[-204877,99091],[-212585,102264],[-213474,101945],[-215263,100488],[-213724,100861],[-215080,101808],[-215119,98858],[-209329,97681],[-209898,96638],[-210639,97477],[-209401,95677],[-209655,94755],[-207184,92227],[-216948,106041],[-217493,108056],[-216724,109153],[-215597,107953],[-214821,107895],[-215143,106499],[-215982,106507],[-215813,108407],[-212885,106241],[-212657,105962],[-210638,104412],[-211701,103611],[-209042,106765],[-208601,107132],[-207504,105068],[-213489,103089],[-208526,115808],[-209711,116242],[-211548,116177],[-211981,117360],[-208631,118163],[-208971,119218],[-210116,120677],[-210230,119851],[-209738,121533],[-208882,121841],[-206107,122021],[-207351,124136],[-206081,124262],[-207238,126657],[-208055,125778],[-206888,127643],[-205895,127523],[-205998,126271],[-211813,124394],[-213039,124687],[-214452,123257],[-214568,122776],[-214105,127326],[-218328,-419395],[-228861,-419376],[-221534,-421521],[-222528,-419193],[-224253,-419944],[-224369,-419684],[-223654,-421559],[-226110,-418326],[-225763,-419458],[-225393,-420380],[-218963,-418877],[-228732,-418126],[-220254,-419889],[-221336,139276],[-220579,138161],[-221890,136825],[-224782,138087],[-225483,136688],[-228461,136346],[-226941,131217],[-228107,131412],[-225968,129355],[-224252,149045],[-225158,149259],[-224847,149407],[-225100,149305],[-223718,148129],[-221882,146998],[-222096,146871],[-222312,146540],[-221996,147705],[-221012,146073],[-220423,145472],[-221225,145426],[-221720,145828],[-221562,145335],[-219665,146236],[-220062,145997],[-219164,145543],[-220537,146503],[-219994,145871],[-221229,145308],[-222410,144684],[-221703,144837],[-221004,144496],[-220870,144513],[-228957,150438],[-228590,150292],[-228612,149700],[-228479,149986],[-229379,150156],[-225750,150118],[-225704,149865],[-225373,150486],[-225220,149824],[-225607,150449],[-218476,143863],[-226134,152597],[-225835,151711],[-227431,150120],[-221487,156615],[-220731,156481],[-220951,156708],[-225754,154823],[-224224,157260],[-225022,155277],[-220881,156947],[-221734,157684],[-220073,157383],[-221953,157352],[-225022,155598],[-223744,156424],[-224570,156365],[-218157,156638],[-225564,154597],[-221673,156494],[-221841,156644],[-218123,107125],[-224454,102939],[-226177,113131],[-225712,112836],[-222548,112728],[-221073,111558],[-222295,110858],[-221467,110187],[-220057,109395],[-230334,114706],[-228404,106032],[-227605,107076],[-226616,106881],[-227258,104606],[-225997,104636],[-224900,104287],[-223350,104571],[-224358,103964],[-229257,120407],[-228517,119392],[-228065,118218],[-226198,117057],[-225839,127779],[-226923,127107],[-228747,126013],[-229940,126390],[-229699,122223],[-239233,-304817],[-233064,-305489],[-232027,-306986],[-241795,-302428],[-241701,-303372],[-234939,-307793],[-236265,-313089],[-242063,-307229],[-233484,-311538],[-237642,-310002],[-241010,-307448],[-231413,-309196],[-240228,-308219],[-239370,-313466],[-239848,-312189],[-239716,-313119],[-240618,-312266],[-238789,-311143],[-238846,-312541],[-238992,-311814],[-236237,-312745],[-238763,-311327],[-236413,-310316],[-235534,-312326],[-241914,-315169],[-238162,-318342],[-237768,-313555],[-238814,-319527],[-237518,-316507],[-239226,-317278],[-237238,-316564],[-237718,-317453],[-236195,-317489],[-238024,-314424],[-235346,-313930],[-235790,-316115],[-236442,-317401],[-236721,-314700],[-239575,-317809],[-237840,-314207],[-235662,-313950],[-237726,-313402],[-239114,-314765],[-240849,-314561],[-238834,-314659],[-238536,-314892],[-241527,-314981],[-241680,-316144],[-241382,-315846],[-239187,-325951],[-236365,-320847],[-238685,-326814],[-237285,-320393],[-236415,-321263],[-237921,-322593],[-242257,-326698],[-239199,-325752],[-237923,-324171],[-238529,-322935],[-237686,-323761],[-239240,-326696],[-241227,-331949],[-238632,-319854],[-239525,-320961],[-241758,-324733],[-242426,-323028],[-242868,-324647],[-241150,-326386],[-240450,-324070],[-241064,-322526],[-240345,-324110],[-240464,-323588],[-238353,-322096],[-240368,-321578],[-239418,-320986],[-240762,-320995],[-240090,-321302],[-241993,-334356],[-243170,-335485],[-242394,-336480],[-242450,-335727],[-241613,-336218],[-240335,-336912],[-238999,-337250],[-239331,-335575],[-240624,-336028],[-240599,-335097],[-240458,-335026],[-242429,-333287],[-241895,-333825],[-241786,-333845],[-240247,-333407],[-240097,-334389],[-240204,-333420],[-232858,-420305],[-233688,-420174],[-232337,-418036],[-232070,-418907],[-232812,-419789],[-236229,-418553],[-234421,-420986],[-231485,-418696],[-241699,-418920],[-233135,-419406],[-237514,-418791],[-242094,-420530],[-239455,-419481],[-233743,-419562],[-234226,-420235],[-238431,-419932],[-232356,140121],[-232342,140285],[-232729,140348],[-235054,140139],[-234394,140193],[-233805,128912],[-240641,131740],[-241947,132123],[-242091,129602],[-242435,128639],[-233730,145586],[-233574,146296],[-233832,145374],[-236692,147122],[-236018,146740],[-236818,146079],[-236163,145244],[-236146,144825],[-235991,144619],[-234690,148719],[-234858,147680],[-233682,147451],[-233201,148613],[-234281,148817],[-232760,148727],[-232338,149717],[-232153,149574],[-232621,149456],[-231045,149839],[-230511,149442],[-231715,150017],[-230733,150442],[-231027,149547],[-240237,141925],[-236341,152716],[-239822,141830],[-233823,151835],[-234668,152275],[-233279,141366],[-233528,141192],[-239824,143554],[-237270,142212],[-241001,142569],[-236973,141034],[-236547,141522],[-237340,142269],[-234181,151349],[-233020,150981],[-234126,150667],[-234762,152694],[-240727,141360],[-232128,149455],[-232253,148964],[-233062,148106],[-234007,147322],[-233814,147058],[-234227,146302],[-233774,146085],[-235656,147008],[-236089,146342],[-236396,145215],[-237435,145193],[-237406,144953],[-242094,143144],[-239320,144046],[-237007,144664],[-238081,144814],[-238206,143810],[-238494,143599],[-236782,156232],[-230445,109513],[-233470,125821],[-233773,125971],[-230438,123273],[-232019,122254],[-232256,121267],[-232393,119886],[-231470,118112],[-235063,122755],[-236114,123507],[-235691,125254],[-238393,121396],[-237192,120444],[-239571,121960],[-1181,-120621],[-2112,-120932],[-1860,-120971],[-821,-120820],[-2844,-120293],[-2922,-118779],[-2801,-119872],[-2849,-119797],[-2910,-118856],[-1336,-120070],[-1523,-118681],[-1403,-120012],[-1562,-119906],[-1846,-119816],[-2711,-119302],[-2689,-119829],[-2703,-120070],[-2476,-119979],[-7331,-127361],[-6048,-126907],[-6315,-127320],[-5685,-122665],[-5542,-122087],[-5455,-123319],[-4823,-124046],[-4767,-124346],[-5512,-123852],[-6026,-125058],[-6510,-124960],[-6181,-124595],[-6818,-125409],[-10130,-125247],[-10013,-125701],[-9778,-125752],[-6030,-121145],[-5841,-119028],[-5346,-119903],[-5886,-118478],[-6439,-117684],[-5920,-117825],[-5591,-118016],[-5799,-117740],[-5479,-117562],[-6954,-116397],[-6508,-116316],[-7882,-116516],[-6743,-116630],[-7477,-116679],[-10593,-115160],[-12417,-127519],[-12528,-127141],[-9918,-126604],[-10381,-125743],[-10515,-126865],[-10148,-125900],[-9542,-117675],[-12628,-125662],[-10867,-124449],[-1441,-118171],[-1255,-120818],[-1142,-120124],[-8325,-119226],[-8083,-120848],[-7606,-118867],[-8700,-125097],[-10274,-124018],[-8148,-124911],[-10755,-117751],[-11759,-118408],[-11255,-118791],[-10919,-118569],[-12771,-123622],[-11010,-119204],[-11575,-123699],[-12110,-124276],[-11879,-124342],[-11877,-120971],[-11061,-120618],[-12260,-119553],[-11093,-118509],[-11271,-118476],[-9855,-129600],[-10116,-129545],[-10610,-130609],[-10597,-130443],[-10386,-131115],[-10383,-131366],[-10314,-129846],[-10381,-130534],[-10800,-130431],[-11377,-129775],[-10693,-129239],[-10767,-129976],[-12342,-129138],[-359,-133543],[-1099,-130956],[-6404,-132583],[-6564,-133183],[-6478,-135147],[-7433,-133614],[-6140,-135141],[-7641,-133801],[-6368,-140595],[-6149,-140421],[-6605,-139783],[-6912,-139896],[-11734,-139822],[-12264,-139644],[-12647,-140083],[-11138,-138627],[-11984,-137497],[-758,-135595],[-93,-134470],[-10713,-130261],[-11213,-130112],[-8974,-132368],[-9168,-129899],[-2221,-132965],[-4361,-133894],[-393,-134390],[-6916,-128889],[-5808,-127905],[-5128,-128223],[-1523,-132804],[-3388,-130944],[-3323,-132531],[-9711,-149032],[-607,-150746],[-1575,-150554],[-509,-150920],[-12564,-147876],[-8607,-142202],[-5923,-143673],[-4469,-144128],[-5649,-143002],[-5148,-143778],[-169,-146490],[-810,-146775],[-616,-146169],[-2657,-146585],[-67,-146798],[-133,-149949],[-426,-149388],[-608,-149537],[-938,-148665],[-135,-148249],[-2279,-149249],[-2667,-149330],[-2726,-149930],[-3213,-150871],[-2759,-150959],[-3558,-149600],[-3240,-150007],[-2797,-148762],[-3734,-147894],[-2771,-148359],[-2477,-147667],[-2045,-148757],[-1176,-147915],[-1672,-148826],[-1633,-147807],[-873,-148459],[-913,-147026],[-2234,-145889],[-1897,-146554],[-1414,-145990],[-2296,-146130],[-2586,-145418],[-2000,-145180],[-2076,-144968],[-1828,-145059],[-4066,-145849],[-6025,-149981],[-5562,-150368],[-5675,-149011],[-7832,-150305],[-7500,-149006],[-7468,-150211],[-7888,-150111],[-6713,-150354],[-7295,-148179],[-7675,-147379],[-7637,-147690],[-9315,-145283],[-10310,-145709],[-10411,-144888],[-9397,-145015],[-11624,-148390],[-12438,-149012],[-10362,-149211],[-10341,-148997],[-10452,-148584],[-10334,-149730],[-12469,-142613],[-12477,-142179],[-12391,-141174],[-11484,-141781],[-10791,-141543],[-11214,-141886],[-9917,-141932],[-10182,-142043],[-9022,-142112],[-6747,-142055],[-6200,-142367],[-6992,-141509],[-7460,-141761],[-5249,-141595],[-4745,-140775],[-4317,-141982],[-5208,-142403],[-3907,-141452],[-4118,-142205],[-5016,-141894],[-3318,-143990],[-2435,-143380],[-2415,-143154],[-3872,-143177],[-2639,-143448],[-5362,-144610],[-5478,-144935],[-5047,-144386],[-4830,-147078],[-4298,-147128],[-12545,-144232],[-10769,-148117],[-12773,-147877],[-11637,-146558],[-11414,-146357],[-6472,-145206],[-5333,-145357],[-5869,-145158],[-5873,-144102],[-4002,-152266],[-3329,-153128],[-3761,-152060],[-4334,-152963],[-6894,-152224],[-6772,-152512],[-6548,-151989],[-6998,-151846],[-9622,-152668],[-9039,-152117],[-9924,-153204],[-6414,-153143],[-5254,-152295],[-5714,-152994],[-6214,-152256],[-8475,-153039],[-8262,-152231],[-8470,-152074],[-8182,-153101],[-10574,-152846],[-11000,-153388],[-11337,-152231],[-11340,-153005],[-10488,-152647],[-9819,-151943],[-10835,-152456],[-10083,-152094],[-10414,-151446],[-10377,-152204],[-11115,-150923],[-12363,-151994],[-11871,-151446],[-12650,-151929],[-12112,-152317],[-1719,-152518],[-1452,-152631],[-5693,-140772],[-7821,-140783],[-7750,-141052],[-630,-144829],[-968,-144152],[-316,-142525],[-10441,-144206],[-8049,-142554],[-7737,-142759],[-7578,-143695],[-8206,-143825],[-4798,-146416],[-5232,-145552],[-5855,-147185],[-4534,-149604],[-4885,-148082],[-5615,-149312],[-6368,-148462],[-5666,-147511],[-6648,-148494],[-6449,-148269],[-6717,-147254],[-6804,-147852],[-7450,-148212],[-7408,-146580],[-7305,-146246],[-7237,-145526],[-6645,-145740],[-7430,-145914],[-8758,-144812],[-10492,-142991],[-10954,-143962],[-10815,-142686],[-8782,-144280],[-8781,-143876],[-10050,-142108],[-9543,-142257],[-8468,-143065],[-9545,-142960],[-9816,-142229],[-11720,-142632],[-11464,-142865],[-12164,-142822],[-11589,-143825],[-12386,-143048],[-11958,-142929],[-12695,-144603],[-12458,-145845],[-12544,-144703],[-12776,-145715],[-12049,-145261],[-12498,-145839],[-12216,-161213],[-11409,-161982],[-12722,-164251],[-12115,-163712],[-11362,-163756],[-11386,-163510],[-1060,-153808],[-1648,-153545],[-873,-153960],[-4049,-153456],[-9260,-153568],[-6295,-153578],[-8040,-153444],[-11229,-153407],[-3264,-154742],[-2980,-155120],[-1371,-156780],[-16,-154509],[-2076,-155005],[-2242,-154858],[-2187,-153904],[-1512,-154323],[-2420,-154380],[-697,-153755],[-1834,-154639],[-2360,-154290],[-3318,-154294],[-2941,-155542],[-12662,-164599],[-11471,-161606],[-11039,-162087],[-11506,-162001],[-10999,-162113],[-11166,-162000],[-10334,-161791],[-9996,-162278],[-11419,-164094],[-9291,-155468],[-9604,-155641],[-10371,-156466],[-9222,-158871],[-9491,-158734],[-10369,-157761],[-6328,-157687],[-5760,-157757],[-5917,-156486],[-6559,-156409],[-5644,-156544],[-5523,-158649],[-3821,-158648],[-5388,-158337],[-5584,-158378],[-4286,-158608],[-4082,-157473],[-3749,-157302],[-4584,-158127],[-3711,-158535],[-3660,-154948],[-2802,-156174],[-4501,-156436],[-5412,-155786],[-5350,-155175],[-4279,-155712],[-4612,-155528],[-2862,-158886],[-2480,-157576],[-1532,-157897],[-283,-156437],[-159,-156645],[-7408,-156234],[-6816,-155511],[-7354,-156437],[-6626,-155359],[-6948,-156545],[-9240,-155037],[-7691,-156008],[-8825,-156176],[-8259,-156388],[-9050,-155657],[-7158,-158859],[-7750,-157353],[-7840,-159289],[-8131,-158946],[-8492,-159783],[-8109,-159315],[-6454,-159584],[-6360,-160070],[-6250,-159459],[-7132,-160025],[-5026,-160456],[-5153,-159532],[-5874,-159288],[-3580,-160324],[-4915,-159408],[-4785,-159212],[-4560,-159138],[-4281,-159410],[-2155,-158470],[-2662,-157852],[-2923,-158506],[-2056,-157976],[-2546,-158336],[-10292,-157945],[-11212,-158138],[-9337,-157427],[-9359,-157681],[-8724,-157420],[-9221,-158756],[-8606,-158036],[-3037,-155809],[-11769,-165285],[-12726,-164928],[-12388,-165905],[-11752,-165419],[-11031,-166097],[-11904,-165636],[-11598,-165876],[-10538,-160792],[-10220,-160753],[-11741,-166376],[-10640,-166413],[-10996,-178889],[-9424,-175099],[-11741,-166376],[-11476,-485073],[-11851,-483351],[-3650,-498504],[-3995,-497383],[-3617,-497851],[-3454,-497218],[-3144,-498251],[-4106,-495903],[-6275,-495468],[-4413,-496426],[-4849,-495094],[-5921,-494259],[-7135,-495218],[-9159,-494019],[-10072,-491834],[-10621,-487303],[-1595,-500155],[-2655,-499219],[-3135,-499160],[-3535,-39638],[-3601,-39868],[-4341,-40267],[-4338,-39960],[-5570,-39950],[-5638,-39518],[-4928,-50471],[-6186,-49646],[-6207,-50312],[-4866,-50707],[-6194,-50020],[-6469,-50480],[-5870,-50412],[-5858,-48674],[-5050,-48668],[-5095,-49194],[-6287,-48722],[-5488,-49315],[-3588,-50078],[-4850,-49034],[-3754,-49772],[-3824,-49277],[-3818,-50061],[-12295,-50512],[-8085,-50389],[-7904,-49887],[-6935,-49922],[-6959,-50808],[-8243,-49578],[-7138,-49795],[-7526,-49837],[-7143,-49694],[-7253,-48997],[-6985,-49534],[-7717,-49707],[-7088,-48474],[-6084,-50437],[-6524,-50860],[-5394,-50688],[-11325,-50847],[-11504,-49718],[-11508,-50044],[-11173,-50146],[-10679,-49371],[-10395,-49877],[-9338,-50314],[-8884,-50680],[-8823,-50934],[-8747,-50264],[-3232,-48255],[-3110,-46759],[-1835,-46829],[-2078,-46807],[-2264,-46880],[-780,-48114],[-31,-49523],[-496,-48076],[-46,-46930],[-257,-46383],[-2126,-44349],[-676,-45204],[-1026,-45553],[-1840,-44200],[-661,-45480],[-2500,-44322],[-1490,-44646],[-1508,-45163],[-2689,-45769],[-3340,-45880],[-2124,-44981],[-2891,-45671],[-2484,-44337],[-3775,-45427],[-3441,-44567],[-4337,-45676],[-3192,-44478],[-2972,-44502],[-4396,-45727],[-4402,-46747],[-5676,-46541],[-5632,-46277],[-5520,-45870],[-6916,-45909],[-7001,-46437],[-6302,-45855],[-7302,-47083],[-8494,-46055],[-8469,-46340],[-9476,-46140],[-8374,-46280],[-8882,-46213],[-8409,-47201],[-8395,-46082],[-9109,-46061],[-8948,-46531],[-8798,-47224],[-8656,-46989],[-9904,-47114],[-3406,-51657],[-3237,-51249],[-3059,-51520],[-3657,-51605],[-7917,-51792],[-5029,-51640],[-4565,-55162],[-3628,-54541],[-4469,-54877],[-5297,-54099],[-5051,-54312],[-4181,-53362],[-5145,-52722],[-5187,-53830],[-4361,-52732],[-3709,-52532],[-11682,-63799],[-12491,-63305],[-12677,-59506],[-12701,-59892],[-12197,-60688],[-12737,-60815],[-11872,-60761],[-12191,-62236],[-10802,-63582],[-11480,-63703],[-11769,-63621],[-10772,-61981],[-9028,-57585],[-9865,-56235],[-9741,-56003],[-10230,-52179],[-12222,-54396],[-12413,-54821],[-11828,-51974],[-12409,-51475],[-11794,-51364],[-12438,-51009],[-11590,-52151],[-11186,-51463],[-10515,-51526],[-11008,-51681],[-9702,-51332],[-8518,-51477],[-8662,-51149],[-9022,-52037],[-11612,-52700],[-10377,-51881],[-10519,-52546],[-11319,-52036],[-8155,-51315],[-5820,-51567],[-6522,-51064],[-8809,-51228],[-11748,-52512],[-12629,-52596],[-12592,-54014],[-12778,-53232],[-12789,-52727],[-12631,-55202],[-11860,-55396],[-11386,-55165],[-10038,-55169],[-10450,-56304],[-9863,-55429],[-10341,-54910],[-9961,-53813],[-10722,-53937],[-10030,-54354],[-10887,-54874],[-12666,-58344],[-12600,-59247],[-12501,-58980],[-12320,-58510],[-12476,-57000],[-12064,-57002],[-11576,-55492],[-9276,-56825],[-4896,-58575],[-5485,-59977],[-2769,-61036],[-3387,-60091],[-3898,-60201],[-2909,-61434],[-2814,-57444],[-3215,-55852],[-4530,-55337],[-3990,-59831],[-4427,-59929],[-4977,-59203],[-3694,-60264],[-1753,-62680],[-1970,-62151],[-1610,-62964],[-2620,-62094],[-1285,-63462],[-2347,-63196],[-1969,-63425],[-1866,-63144],[-4378,-59002],[-4644,-59099],[-3228,-57968],[-10359,-63176],[-9664,-63102],[-10586,-63149],[-9550,-62721],[-10477,-63459],[-7967,-63697],[-8671,-62899],[-7932,-63406],[-9380,-63639],[-5098,-55685],[-5050,-54896],[-10545,-61808],[-10602,-61948],[-11022,-60692],[-11448,-56886],[-9413,-56597],[-8821,-55958],[-4491,-56941],[-4622,-55917],[-8776,-53255],[-9472,-55355],[-9208,-55605],[-6590,-56697],[-7407,-63096],[-5561,-61111],[-6881,-61007],[-9063,-60788],[-7375,-59206],[-7889,-59411],[-4168,-63661],[-6631,-62887],[-1520,-76482],[-3663,-75859],[-2689,-76301],[-2790,-75138],[-3573,-75610],[-4001,-74671],[-4863,-75032],[-4655,-75068],[-3960,-74987],[-3790,-74690],[-12005,-68098],[-8729,-73534],[-8966,-74058],[-9749,-74516],[-10013,-75342],[-8179,-74776],[-8275,-74472],[-9345,-74942],[-9797,-75169],[-8491,-74676],[-11489,-69458],[-12382,-66217],[-12412,-63866],[-4713,-67364],[-4758,-66928],[-5398,-66745],[-4988,-67308],[-6100,-66750],[-6335,-67065],[-6507,-66621],[-6757,-65841],[-6745,-65296],[-7198,-65633],[-7623,-64729],[-9665,-65397],[-8941,-65009],[-9876,-64429],[-8256,-66384],[-8777,-66675],[-7279,-66110],[-8584,-66038],[-11057,-64259],[-10949,-64501],[-9883,-64323],[-6994,-66214],[-7610,-66406],[-6754,-66283],[-8062,-66999],[-6968,-67433],[-4748,-67680],[-5104,-67627],[-5863,-67652],[-5912,-68815],[-4624,-67503],[-275,-64849],[-586,-64771],[-976,-63977],[-8815,-63957],[-331,-65628],[-613,-73048],[-554,-73443],[-415,-73252],[-3906,-69348],[-2746,-69640],[-2680,-70108],[-2489,-70477],[-2725,-69908],[-1940,-71999],[-1867,-71794],[-1810,-70642],[-739,-71165],[-537,-71156],[-3775,-71897],[-3709,-72267],[-3768,-71676],[-2581,-73871],[-3084,-73928],[-2823,-72582],[-3249,-72832],[-192,-74154],[-7,-75719],[-2649,-75932],[-1799,-76447],[-2786,-75685],[-1558,-76416],[-3359,-72841],[-3708,-73965],[-4042,-73901],[-4117,-73581],[-4259,-72463],[-3720,-72675],[-11349,-75593],[-4256,-73983],[-5385,-73586],[-7877,-73316],[-6495,-72748],[-7446,-72525],[-12690,-72478],[-12545,-70499],[-10184,-72028],[-5837,-64811],[-88,-69195],[-1620,-66261],[-3252,-70249],[-2081,-83494],[-1052,-83557],[-262,-84351],[-226,-84531],[-424,-84599],[-1330,-83574],[-671,-84040],[-1103,-83491],[-600,-82936],[-1197,-83256],[-169,-82522],[-514,-82289],[-978,-81341],[-978,-81857],[-1539,-80293],[-1588,-80029],[-1593,-79331],[-1923,-79513],[-1281,-81210],[-2168,-81985],[-2316,-81296],[-1923,-81050],[-2434,-81738],[-4787,-83250],[-3890,-82694],[-3270,-81744],[-3939,-81709],[-3642,-82240],[-4636,-83954],[-5737,-84224],[-5157,-82872],[-5948,-84304],[-5025,-83028],[-5498,-85253],[-5811,-85911],[-6021,-85241],[-5204,-84600],[-6037,-85890],[-4845,-86954],[-4802,-85559],[-4649,-86339],[-4752,-88042],[-5745,-88191],[-2422,-83910],[-1996,-84179],[-105,-84263],[-3595,-79973],[-3670,-81242],[-2511,-80883],[-3575,-80212],[-1435,-78639],[-2094,-78682],[-2964,-78718],[-1477,-78393],[-2477,-77857],[-1540,-77985],[-1274,-78271],[-2158,-76813],[-1893,-76939],[-822,-77057],[-1099,-80093],[-238,-79681],[-496,-79699],[-6686,-88854],[-6598,-88203],[-6148,-88695],[-5466,-88307],[-3837,-84692],[-3088,-84149],[-2875,-83808],[-4328,-86186],[-4538,-86740],[-4007,-86754],[-9366,-76888],[-2974,-77786],[-2791,-77229],[-3602,-77323],[-3258,-78702],[-2281,-85123],[-216,-88038],[-455,-87231],[-2327,-88742],[-5396,-92807],[-4377,-89802],[-5925,-90173],[-6358,-91174],[-5706,-91148],[-7837,-96925],[-7426,-95433],[-8880,-94633],[-7336,-96081],[-11587,-97180],[-10791,-97224],[-10612,-97382],[-10139,-97883],[-9405,-96719],[-8052,-97407],[-8923,-97337],[-7967,-97086],[-6014,-89557],[-7236,-90781],[-6447,-90018],[-6833,-90178],[-8198,-91854],[-8417,-92174],[-7813,-93026],[-8202,-92820],[-8722,-92247],[-7314,-90167],[-7807,-90752],[-7128,-89442],[-9446,-95461],[-8393,-95315],[-8516,-95491],[-7750,-95602],[-8640,-96203],[-9257,-96168],[-1383,-97371],[-3006,-96863],[-4572,-98028],[-2220,-95363],[-12650,-100070],[-11652,-98072],[-10287,-99398],[-10463,-101534],[-5546,-98550],[-5313,-100647],[-5910,-93904],[-5126,-95829],[-5119,-91560],[-3040,-93246],[-5125,-95148],[-717,-89640],[-1732,-89670],[-1774,-101459],[-1054,-94870],[-829,-95262],[-2510,-100253],[-3335,-98101],[-2468,-99683],[-292,-100668],[-1562,-101648],[-1501,-101200],[-1477,-101443],[-1586,-101102],[-842,-101098],[-9744,-107411],[-3688,-113774],[-2427,-114000],[-3633,-107834],[-272,-108980],[-1145,-107527],[-3485,-108364],[-2401,-112837],[-1121,-112616],[-418,-112773],[-1067,-112377],[-623,-111614],[-833,-111910],[-5042,-114158],[-3792,-113189],[-4945,-113482],[-4033,-113939],[-5859,-113346],[-6397,-114798],[-5983,-114737],[-5769,-114708],[-7422,-109801],[-7310,-109971],[-7035,-110363],[-9615,-109290],[-9609,-109008],[-9447,-108011],[-8424,-108397],[-9560,-107761],[-12470,-112290],[-12219,-113126],[-7845,-111324],[-7961,-110934],[-7554,-111168],[-8371,-111858],[-7844,-110854],[-6892,-110849],[-8123,-110958],[-9898,-107393],[-10745,-108900],[-10473,-108942],[-10091,-108508],[-10482,-114937],[-5887,-104298],[-4541,-102714],[-5589,-106096],[-11466,-106412],[-10433,-107184],[-10728,-105521],[-9591,-102586],[-5458,-110114],[-5068,-112030],[-6815,-106998],[-6206,-109255],[-5034,-109255],[-528,-110329],[-2178,-109197],[-4244,-108570],[-5115,-105228],[-2362,-107626],[-1868,-106938],[-5003,-104080],[-11913,-112264],[-338,607811],[-445,608593],[-1864,614256],[-1432,613566],[-249849,-291567],[-251185,-291940],[-253037,-292664],[-253900,-304675],[-254676,-301811],[-254749,-306687],[-253562,-306836],[-244876,-304077],[-254877,-304847],[-246673,-303325],[-252909,-298219],[-250448,-298044],[-249463,-302892],[-249081,-303525],[-253885,-306264],[-254026,-303844],[-253907,-301821],[-248793,-303055],[-254093,-300920],[-254140,-298313],[-255359,-297750],[-251842,-301753],[-250800,-302075],[-249311,-302725],[-250966,-300123],[-247239,-307925],[-252126,-310316],[-250325,-310076],[-251801,-310098],[-255553,-311150],[-251539,-310278],[-249649,-308103],[-254778,-307142],[-250708,-319386],[-254746,-317008],[-249641,-316856],[-250557,-317866],[-250469,-318666],[-250771,-319027],[-251759,-327321],[-246452,-322624],[-250021,-327511],[-253398,-322506],[-255596,-329968],[-254702,-325432],[-252822,-327120],[-253789,-332307],[-247756,-331532],[-252750,-322642],[-252131,-322224],[-253258,-329715],[-247624,-328738],[-243814,-325706],[-253393,-329623],[-252122,-331056],[-243510,-320473],[-243275,-324709],[-250230,-327308],[-245407,-331653],[-248649,-330517],[-247394,-330074],[-244903,-330914],[-245625,-330561],[-246908,-331048],[-253837,-331541],[-245863,-329701],[-245687,-328838],[-244055,-329901],[-244978,-328429],[-251749,-330170],[-249906,-331732],[-250085,-330421],[-250272,-330466],[-254995,-332306],[-253852,-332338],[-250748,-338809],[-249780,-336962],[-252453,-333857],[-251520,-333837],[-252571,-334942],[-247343,-333059],[-250878,-339365],[-251921,-338829],[-253672,-332623],[-254297,-334091],[-253987,-333109],[-253019,-334128],[-249873,-336796],[-249848,-338680],[-252229,-334259],[-254248,-333010],[-250504,-336440],[-252052,-334154],[-251243,-337082],[-251608,-336389],[-251795,-336909],[-252012,-336936],[-249175,-335559],[-248834,-336348],[-248739,-335697],[-248693,-337803],[-246789,-334917],[-246756,-338148],[-247246,-338972],[-246213,-338794],[-245145,-335694],[-244290,-335363],[-244794,-334213],[-245946,-335454],[-243752,-335361],[-244168,-334479],[-245225,-333350],[-253475,-339276],[-253334,-338899],[-253569,-337565],[-254611,-337351],[-247079,-42175],[-254061,138061],[-253988,138433],[-255070,138099],[-254830,138412],[-253729,138529],[-255786,137654],[-255631,137663],[-255137,137733],[-251459,140086],[-252562,139952],[-255983,140661],[-253367,138705],[-247674,146006],[-246572,145822],[-245404,142781],[-245012,144899],[-245458,143740],[-243949,141901],[-244447,142333],[-245187,144197],[-246118,145012],[-250304,144246],[-249492,144718],[-251000,141461],[-255123,141517],[-255885,142680],[-265154,-285936],[-258068,-292604],[-256409,-289773],[-257565,-288816],[-259772,-288153],[-261426,-290113],[-265057,-291342],[-257866,-287554],[-259254,-292231],[-256563,-290141],[-260302,-285841],[-261461,-302188],[-261909,-297984],[-256961,-299392],[-263510,-295635],[-262945,-302124],[-262915,-294612],[-258419,-296496],[-259194,-304138],[-261751,-304240],[-259281,-300477],[-259472,-300008],[-258096,-302478],[-258929,-299715],[-259113,-313802],[-257462,-311181],[-260237,-314269],[-257216,-318191],[-262585,-310609],[-264985,-307110],[-262908,-310961],[-258515,-325817],[-256923,-338966],[-264321,-57691],[-264402,-57958],[-258847,131752],[-259436,132270],[-258858,132476],[-259704,132351],[-258861,133006],[-257175,135371],[-258182,135821],[-257974,135115],[-256866,135167],[-258074,134894],[-256113,138198],[-256523,137282],[-264254,129280],[-266568,130832],[-266817,131158],[-268110,131976],[-263387,129801],[-261887,130157],[-262763,130341],[-262666,131481],[-262128,130678],[-256552,143416],[-259524,144516],[-258728,144343],[-260559,143827],[-261045,144196],[-264329,146733],[-264006,146512],[-264188,142943],[-264728,141959],[-265813,144227],[-265421,142677],[-265425,122440],[-264710,124731],[-263618,125743],[-280196,-66741],[-269723,140216],[-273360,133032],[-273452,132270],[-273918,132428],[-274392,132937],[-273910,132260],[-273708,133048],[-273483,133389],[-273813,133817],[-272687,134458],[-273390,133408],[-269850,131398],[-269686,129938],[-273324,130533],[-273928,129600],[-272971,129094],[-272587,129764],[-271032,135112],[-271045,136309],[-270947,136986],[-269625,139569],[-278042,118158],[-277215,118109],[-278164,117207],[-278579,118709],[-278474,117814],[-278764,116775],[-278943,117330],[-278893,117430],[-278055,117400],[-278468,117802],[-280511,117491],[-279571,117305],[-279459,118172],[-279684,117673],[-280972,116918],[-274108,124529],[-275644,123415],[-275878,124713],[-277292,124803],[-275739,126659],[-275868,127637],[-279590,124836],[-281389,125432],[-278316,127141],[-277502,127586],[-282000,128935],[-281982,129331],[-282410,128960],[-283275,129231],[-289955,504025],[-283886,125142],[-282508,120820],[-285287,122324],[-283894,121053],[-282225,120711],[-293357,117224],[-293942,117448],[-293900,117626],[-293865,116584],[-304366,395262],[-299543,396218],[-296589,394433],[-299041,393386],[-300543,392492],[-300292,389989],[-301033,387832],[-303337,405576],[-300600,405713],[-299860,408376],[-303682,398334],[-301106,398325],[-301770,510669],[-301243,508790],[-300497,507664],[-300493,510285],[-300968,521866],[-301556,521710],[-306839,518874],[-305681,523650],[-303833,524267],[-304494,523396],[-306394,515542],[-306914,514132],[-303906,512351],[-303051,113323],[-303235,112761],[-302729,112470],[-303709,112849],[-303626,112989],[-300786,113034],[-299936,113521],[-300858,112816],[-300146,113393],[-299807,113410],[-302094,116208],[-302124,115851],[-302013,115804],[-302654,115679],[-302514,116016],[-300161,117868],[-301424,117426],[-300104,117837],[-299986,116875],[-300212,117660],[-296154,118054],[-296748,118621],[-296994,117672],[-296689,117945],[-296244,119150],[-294609,117673],[-319867,-82490],[-319779,-81608],[-314035,-89498],[-311089,401624],[-309251,399707],[-313682,400613],[-311413,398848],[-311518,400987],[-307749,514153],[-308643,514285],[-310099,515639],[-308872,516474],[-307855,518052],[-307332,521243],[-330446,-145426],[-327029,-149711],[-323819,-255743],[-323315,-254551],[-323257,-255418],[-332243,-248557],[-331948,-249027],[-332105,-249514],[-326876,-262875],[-326426,-261346],[-325131,-258257],[-324473,-256769],[-325853,-257508],[-327662,-258596],[-322603,-254865],[-322891,-256305],[-325814,-261331],[-326570,-261223],[-326967,-263480],[-326820,-263556],[-326953,-262994],[-328058,-262236],[-327568,-259943],[-327593,-259865],[-327968,-261455],[-326421,-257188],[-326957,-258131],[-328739,-258325],[-327697,-258816],[-332516,-28688],[-332557,-29296],[-329441,-76388],[-327574,-76432],[-326944,-76001],[-324933,-76026],[-325170,-75564],[-325506,-75078],[-324893,-76262],[-321579,-82890],[-321881,-84159],[-321769,-86173],[-322260,-86252],[-322895,-86441],[-320360,-87475],[-321265,-86836],[-322446,-87499],[-321965,-86823],[-321654,-86092],[-323065,-85850],[-323060,-85297],[-328943,-77155],[-328427,-76917],[-327329,-77403],[-326669,-77327],[-321887,-85396],[-323099,-85787],[-322363,-86120],[-321515,-85852],[-321660,-85510],[-323311,-84143],[-320409,-80934],[-320967,-81476],[-320851,-81574],[-330698,-77498],[-329357,-77634],[-330798,-80185],[-331791,-79349],[-329877,-79065],[-328282,-79551],[-327520,-78733],[-327332,-78184],[-326390,-78944],[-327752,-79658],[-328302,-77251],[-322771,-87884],[-322172,-88561],[-323455,-87777],[-323405,-85186],[-320900,-80682],[-320870,-79335],[-321025,-80025],[-322176,-82357],[-322586,-81992],[-322251,-82629],[-322812,-82807],[-321483,-82410],[-330142,-79506],[-331112,-78115],[-330733,-77884],[-329757,-77843],[-331045,-78909],[-329437,-78299],[-330616,-78807],[-332025,-79718],[-332125,-80392],[-326979,-78652],[-326983,-78382],[-327208,-80055],[-327614,-79334],[-328238,-79924],[-328556,-80683],[-329420,-80417],[-329674,-80905],[-331071,-81239],[-330054,-80554],[-330978,-80388],[-331168,-80792],[-326951,-77755],[-326743,-77295],[-323250,-82674],[-322009,-77161],[-321819,-77681],[-322705,-77204],[-321896,-77144],[-324685,-77968],[-324120,-77759],[-324826,-78565],[-324791,-79259],[-324422,-79307],[-324649,-78780],[-324914,-77672],[-325663,-80335],[-325181,-80240],[-324525,-80409],[-324772,-78946],[-325754,-80119],[-326355,-80917],[-325484,-81268],[-326877,-83054],[-324150,-76734],[-324253,-77620],[-328029,-82295],[-328403,-82406],[-329090,-81730],[-329416,-81909],[-329696,-82654],[-329883,-83119],[-330889,-82433],[-331283,-82760],[-331851,-83597],[-331647,-83567],[-332052,-84452],[-331817,-84308],[-332519,-85805],[-332266,-85436],[-332629,-87367],[-329644,-88774],[-331637,-85870],[-331094,-86654],[-330714,-87294],[-330308,-86745],[-329209,-87944],[-327261,-86538],[-327069,-86489],[-329719,-87309],[-326546,-85945],[-326215,-86558],[-328076,-87155],[-328032,-87315],[-325834,-85432],[-326259,-85059],[-325241,-83790],[-324899,-83832],[-326073,-85367],[-325852,-85209],[-326697,-83345],[-326334,-83798],[-327659,-82553],[-326686,-82363],[-326171,-82312],[-326696,-82176],[-323313,-85493],[-323305,-85986],[-321569,-78222],[-323110,-81983],[-321274,-78919],[-324376,-83559],[-324696,-83240],[-324671,-85542],[-325172,-84977],[-327866,-88304],[-328386,-88071],[-327679,-87340],[-323333,-88752],[-324074,-89075],[-329936,-88028],[-330242,-88489],[-330288,-89089],[-330347,-89398],[-322803,-89289],[-329425,-88089],[-332370,-87404],[-332465,-87320],[-332788,-87282],[-324045,-101665],[-323760,-101483],[-323237,-100559],[-323425,-99334],[-324409,-100827],[-324159,-99577],[-325476,-101932],[-325215,-100852],[-325833,-101297],[-329362,-90508],[-329301,-90433],[-328370,-90624],[-328174,-90867],[-326875,-92638],[-327829,-91668],[-327353,-91348],[-323135,-90345],[-323731,-90102],[-324268,-90344],[-324810,-91518],[-325718,-92705],[-324166,-90992],[-325651,-91382],[-325229,-91585],[-326003,-93110],[-326655,-94066],[-327145,-94855],[-326120,-95395],[-325805,-95874],[-325953,-93754],[-325852,-93617],[-326369,-93618],[-327234,-93268],[-326541,-92198],[-327577,-91973],[-327473,-91753],[-323255,-89619],[-331849,-90636],[-332298,-90556],[-332374,-91180],[-332443,-90974],[-332445,-89978],[-332406,-90170],[-325010,-102662],[-324465,-102889],[-325786,-103448],[-325997,-103057],[-326622,-104803],[-326137,-104078],[-327056,-105181],[-327302,-104936],[-327183,-106128],[-326916,-106621],[-327582,-107975],[-328847,-110023],[-329408,-109881],[-330322,-112331],[-330057,-111939],[-332196,-112691],[-331302,-113185],[-331450,-111980],[-330626,-110594],[-326571,-102811],[-327001,-103706],[-327702,-104741],[-332725,-109293],[-331288,-108965],[-331413,-108959],[-331220,-108568],[-331254,-107863],[-330151,-107449],[-330566,-108018],[-330873,-106897],[-330593,-107681],[-328965,-106627],[-329504,-106605],[-332619,88739],[-332107,89712],[-332650,89300],[-331667,92448],[-331823,91506],[-331569,92334],[-331394,92634],[-331778,91943],[-330607,90841],[-336749,-117485],[-335840,-117356],[-338347,-116975],[-339819,-119147],[-342122,-115834],[-342394,-115931],[-339673,-116325],[-338084,-116956],[-337401,-117286],[-337728,-117107],[-338267,-115288],[-334424,-115661],[-337670,-116438],[-337741,-115587],[-339343,-115451],[-341556,-116004],[-340204,-120079],[-340847,-119933],[-340144,-120333],[-340562,-120114],[-340372,-120452],[-341046,-117343],[-340211,-116825],[-340682,-115660],[-341376,-116780],[-340787,-118379],[-340062,-118823],[-340497,-117541],[-345484,-116428],[-345403,-116203],[-345396,-115379],[-345008,-115844],[-344656,-116630],[-344422,-115427],[-343677,-115572],[-335577,-152500],[-335404,-152684],[-344035,-175306],[-333189,-250793],[-335577,-247382],[-333612,-250327],[-334900,-249740],[-335436,-248294],[-333958,-250011],[-334761,-246833],[-335661,-249545],[-334893,-249622],[-336919,-34665],[-337759,-33854],[-335763,-33396],[-336748,-84634],[-335683,-86035],[-335769,-85861],[-335528,-82703],[-335376,-83273],[-335602,-83730],[-334902,-83944],[-335540,-84076],[-334952,-83031],[-334759,-83118],[-334061,-82554],[-333999,-82730],[-334394,-83326],[-334451,-82107],[-333126,-80968],[-333890,-82023],[-333104,-81345],[-333450,-81246],[-333792,-85452],[-334937,-84769],[-334695,-83541],[-334090,-83715],[-333302,-87436],[-334317,-87658],[-334383,-87507],[-336092,-87883],[-336161,-87187],[-336454,-87721],[-336183,-88283],[-336657,-87971],[-341178,-100439],[-339752,-100801],[-338659,-100719],[-338702,-100812],[-340455,-101336],[-339260,-101283],[-338124,-101435],[-337580,-102025],[-338454,-101199],[-344601,-98419],[-344854,-98433],[-345366,-98383],[-345518,-98656],[-342135,-98782],[-342871,-99840],[-341113,-100327],[-341668,-99604],[-333320,-89413],[-333104,-89552],[-333719,-90694],[-333807,-90084],[-335082,-90156],[-335101,-89846],[-334152,-94164],[-334224,-94384],[-335042,-94335],[-334894,-93955],[-334727,-93565],[-333850,-93090],[-334895,-93519],[-334808,-93385],[-343460,-114710],[-335857,-114461],[-335103,-114482],[-333526,-113213],[-333549,-112495],[-334780,-112789],[-334536,-112243],[-335362,-113146],[-335742,-112443],[-342171,-112740],[-341581,-112109],[-340691,-111926],[-340979,-111802],[-340132,-112094],[-340439,-111597],[-343369,-113031],[-343235,-112554],[-343846,-112561],[-343719,-112408],[-344640,-112482],[-344843,-112423],[-345137,-111423],[-344809,-111592],[-332874,-109815],[-334518,-109900],[-334560,-110161],[-335136,88127],[-334020,88106],[-334476,87029],[-334622,86883],[-334618,86822],[-334240,91300],[-334049,90996],[-333724,91765],[-333291,91590],[-333051,90626],[-334580,91130],[-334228,90059],[-334279,90363],[-334433,90390],[-334292,90177],[-333139,90133],[-333397,90009],[-352954,-115574],[-349491,-116970],[-350529,-116900],[-350595,-117751],[-351631,-117924],[-352121,-117595],[-353491,-119018],[-355091,-118080],[-353138,-117381],[-353433,-116243],[-354189,-116684],[-354999,-119127],[-354093,-119040],[-354483,-118182],[-354180,-118561],[-349914,-117306],[-349102,-116569],[-348097,-116413],[-347756,-116733],[-346923,-115892],[-347439,-115744],[-348354,-116497],[-348444,-115308],[-350480,-115451],[-350871,-115063],[-346391,-116090],[-352700,-116008],[-352496,-115521],[-353208,-116624],[-354039,-117288],[-355622,-120781],[-355609,-120056],[-356001,-120434],[-356221,-120923],[-355053,-129658],[-348614,-139346],[-356364,-100929],[-345946,-98782],[-346053,-98279],[-347235,-98024],[-347386,-98451],[-347818,-98774],[-346985,-98180],[-348130,-98776],[-348384,-100074],[-348379,-99515],[-349230,-100346],[-349391,-99910],[-348990,-98280],[-349430,-98350],[-348702,-98931],[-348256,-98542],[-348194,-99022],[-347617,-99709],[-348677,-98585],[-349840,-98802],[-349694,-98856],[-350952,-99992],[-351112,-99300],[-350975,-101427],[-351062,-101353],[-351706,-101237],[-352820,-99069],[-351963,-98720],[-351636,-97962],[-350667,-97427],[-351358,-97269],[-351517,-98344],[-350551,-97761],[-349451,-96916],[-350313,-99737],[-350557,-97999],[-352845,-98210],[-354426,-97548],[-353766,-98129],[-352226,-96829],[-350673,-96835],[-352424,-95254],[-352970,-96942],[-354900,-98042],[-354399,-98455],[-354014,-98595],[-353596,-98092],[-354955,-99962],[-354029,-100283],[-353769,-100606],[-351991,-99909],[-351979,-100730],[-353154,-100720],[-353003,-101962],[-352771,-101994],[-353322,-101665],[-354358,-101286],[-355630,-101319],[-356022,-101546],[-353773,-96552],[-352587,-95378],[-350885,-96432],[-353964,-99194],[-354754,-98538],[-355918,-98945],[-354267,-96701],[-355294,-97015],[-355821,-97367],[-353705,-96053],[-354105,-95085],[-354449,-96343],[-352435,-94949],[-353392,-95313],[-350033,-97272],[-350442,-96961],[-351336,-102065],[-353725,-107534],[-348269,-114941],[-348491,-114754],[-346964,-114742],[-354058,-102761],[-354372,-102347],[-354085,-103030],[-354791,-102602],[-355522,-102395],[-353157,-103173],[-353260,-104513],[-354145,-105448],[-352722,-105289],[-352618,-105563],[-353156,-106436],[-351800,-106306],[-351934,-107158],[-351572,-106548],[-352396,-105707],[-351861,-105197],[-352286,-105304],[-352561,-106100],[-353006,-107694],[-352717,-108388],[-352657,-109188],[-353123,-108856],[-352416,-109357],[-350254,-110810],[-351646,-110587],[-351486,-110863],[-351917,-109650],[-352573,-108721],[-352234,-108172],[-351284,-103416],[-349114,-103965],[-349567,-104942],[-350434,-103448],[-351013,-105533],[-350684,-104634],[-351516,-102763],[-352804,-102902],[-353076,-103811],[-352210,-104469],[-353613,-104825],[-348712,-114854],[-352627,-114741],[-353158,-112899],[-353315,-113588],[-351454,-113063],[-350568,-112838],[-350335,-111419],[-350406,-111453],[-351048,-112024],[-351861,-111897],[-350848,-110438],[-349803,-109697],[-350524,-110346],[-351751,-108579],[-350363,-106400],[-350541,-107373],[-351101,-108549],[-351684,-111347],[-348982,-113940],[-349606,-113992],[-347840,-114071],[-350553,-113178],[-351413,-113938],[-346316,-112765],[-346148,-113044],[-346677,-113315],[-346334,-113508],[-347026,-112694],[-347521,-113175],[-347929,-114262],[-350716,-113743],[-350112,-113968],[-352582,49267],[-353002,48814],[-360986,-128250],[-25356,-116458],[-25528,-116533],[-25158,-115114],[-25180,-123370],[-25227,-123711],[-24225,-123467],[-24490,-123217],[-24579,-124835],[-25325,-125835],[-25173,-125099],[-24821,-124436],[-24535,-126756],[-24996,-127017],[-23489,-127671],[-24110,-127100],[-14373,-126249],[-13123,-127126],[-13535,-127487],[-14463,-115263],[-14000,-115594],[-16740,-126121],[-14778,-126900],[-19557,-127075],[-19873,-127621],[-16994,-125923],[-13582,-121706],[-13109,-120590],[-12963,-122497],[-13174,-122682],[-12959,-124064],[-13906,-123562],[-13214,-123292],[-13905,-117541],[-13678,-116610],[-13359,-116001],[-13426,-124495],[-13379,-124408],[-23537,-139874],[-23438,-140088],[-23906,-140315],[-24378,-138713],[-23366,-139524],[-23344,-138777],[-23605,-139548],[-24131,-139325],[-24189,-138083],[-24962,-138395],[-25311,-137685],[-24765,-138309],[-25508,-136296],[-24526,-136925],[-24420,-136237],[-25459,-135812],[-24839,-135823],[-25576,-134934],[-22724,-133388],[-23966,-133052],[-23667,-132554],[-23537,-133359],[-24268,-132873],[-23921,-130960],[-24732,-131861],[-23627,-131847],[-24373,-131509],[-23775,-131482],[-25540,-127809],[-23811,-127951],[-23829,-128010],[-24599,-127901],[-24024,-128919],[-24008,-128402],[-24013,-129802],[-24029,-130699],[-24197,-130280],[-23828,-129494],[-23919,-129327],[-21107,-134785],[-17838,-129440],[-17980,-129063],[-19250,-139681],[-18291,-139216],[-13621,-139196],[-13058,-139183],[-22133,-136957],[-22129,-136405],[-21840,-136591],[-21627,-135244],[-22094,-135350],[-20974,-135159],[-17891,-138763],[-15455,-131961],[-15242,-132121],[-14519,-130063],[-17089,-132133],[-16304,-131845],[-16163,-132690],[-15581,-131441],[-16279,-131558],[-15838,-130697],[-15637,-131304],[-16749,-130308],[-16765,-131621],[-15928,-130388],[-15136,-134290],[-13132,-134273],[-13566,-133774],[-13635,-133533],[-16153,-139270],[-14158,-138646],[-16236,-140035],[-14689,-130993],[-16898,-128335],[-22022,-130428],[-20074,-132529],[-17995,-132181],[-18284,-135624],[-20255,-135980],[-19174,-137241],[-25573,-141991],[-25410,-144911],[-25077,-143751],[-24817,-143700],[-23931,-141603],[-25408,-141256],[-25328,-141753],[-24973,-142095],[-24190,-141222],[-21393,-142369],[-21528,-142605],[-21317,-142585],[-21119,-141187],[-13925,-142032],[-17455,-142826],[-21106,-143653],[-19669,-146790],[-16633,-146867],[-21183,-145618],[-23829,-147504],[-15846,-147570],[-15693,-148817],[-15174,-147865],[-14486,-146049],[-15037,-146939],[-15432,-147154],[-15475,-146952],[-13970,-149642],[-13980,-149983],[-13820,-149277],[-13990,-148756],[-13114,-142344],[-13028,-142209],[-13114,-140760],[-13316,-142176],[-13759,-143521],[-13988,-143654],[-13578,-144241],[-14297,-144014],[-16078,-144089],[-16486,-143505],[-14999,-142608],[-14395,-142665],[-15016,-143198],[-15329,-142614],[-13899,-143368],[-15199,-140700],[-17357,-140810],[-17971,-140778],[-18084,-141658],[-19550,-142232],[-18765,-141235],[-17990,-145304],[-16060,-145499],[-16168,-146144],[-17202,-146059],[-18825,-147042],[-18090,-146449],[-18530,-146513],[-21303,-147347],[-20915,-147330],[-20396,-147698],[-20670,-146635],[-22895,-146018],[-22946,-146780],[-22030,-147239],[-22915,-146431],[-21424,-147172],[-21516,-145054],[-22918,-145015],[-21776,-145323],[-22728,-145462],[-21717,-143583],[-21281,-145087],[-21283,-144181],[-21694,-145137],[-19559,-145591],[-19289,-146002],[-20182,-145977],[-12973,-147194],[-13167,-152725],[-13019,-152400],[-13106,-151944],[-14668,-152228],[-13671,-151676],[-14246,-150903],[-15086,-151483],[-14859,-152014],[-16267,-151412],[-16512,-151471],[-16000,-150979],[-16620,-151228],[-18210,-151210],[-18707,-151053],[-17974,-151282],[-18446,-151010],[-19897,-149543],[-19607,-150428],[-19880,-150626],[-17688,-148310],[-17515,-147548],[-18000,-148237],[-18188,-147549],[-18884,-147771],[-25405,-148307],[-24087,-150687],[-24713,-150012],[-25003,-149771],[-24802,-150151],[-20508,-150314],[-20474,-149090],[-21302,-150606],[-21462,-150423],[-20290,-149274],[-25406,-151282],[-25007,-150135],[-25276,-150244],[-13396,-144232],[-12913,-144638],[-12953,-144883],[-14079,-145996],[-14616,-146865],[-13564,-146366],[-13803,-146515],[-14533,-146160],[-16927,-144053],[-17406,-144132],[-17228,-143953],[-17117,-144133],[-17397,-145452],[-17828,-144284],[-17704,-144796],[-16602,-144871],[-18837,-145083],[-18334,-144969],[-19214,-143723],[-18625,-144118],[-24422,-153276],[-17006,-162297],[-16760,-161935],[-15717,-163375],[-15738,-162412],[-15256,-163591],[-15669,-163486]] \ No newline at end of file diff --git a/src/gathering/a10275.json b/src/gathering/a10275.json new file mode 100644 index 0000000..c78776d --- /dev/null +++ b/src/gathering/a10275.json @@ -0,0 +1 @@ +[[-240550,205053],[-234166,345290],[-234794,345638],[-235934,349153],[-239605,359167],[-239592,358853],[-234979,588826],[-235137,589446],[-231005,591406],[-230950,591730],[-255040,203462],[-245256,203875],[-255085,203144],[-245981,203490],[-243495,214764],[-253693,212020],[-244978,208660],[-243249,214875],[-244734,209060],[-243914,329579],[-252856,338812],[-260233,337354],[-260027,337910],[-297211,508666],[-297133,508296],[-307337,503819],[-326327,-297001],[-326619,-297186],[-332689,144742],[-328620,171980],[-328679,171644],[-331772,175491],[-331768,175180],[-333043,144806],[-360289,187123],[-359990,187159],[-362715,194208],[-362992,193914],[-383033,178756],[-378639,213945],[-379274,213823],[-378878,213761],[-400357,211500],[-400745,211558],[-401194,210625],[-400198,211266],[-397695,337632],[-397473,337485],[-413828,488213],[-413373,488454],[-413688,488494],[-462113,-351605],[-462213,-351515],[-462213,-351515],[-462211,-351517],[-462211,-351517],[-462210,-351508],[-462210,-351513],[-462210,-351513],[-487817,-447337],[-487608,-447557],[-554899,189884],[-555400,189828],[-557534,212949],[-558073,212601],[-557557,212581],[-557084,207271],[-557329,206410],[-603404,209396],[-603669,209898],[-603638,208711],[-610059,62917],[-609768,62597],[-610001,62408],[-608406,66561],[-608701,66827],[-649331,-266929],[-649685,-266734],[-650038,-266812],[-649503,-267121],[8822,280867],[3256,302562],[138423,185410],[136838,212957],[186904,510015],[188900,511588],[199780,206640],[194098,519147],[205205,196713],[214170,545377],[214603,547109],[230799,555832],[255724,293164],[255028,305895],[24858,210436],[262308,307954],[258735,414818],[259167,419262],[265270,424206],[268387,422914],[277532,407551],[273078,405942],[310268,407987],[308359,409892],[320672,412363],[32661,259813],[35571,256780],[31367,356246],[30432,364737],[48878,205728],[39002,380174],[59822,411995],[67786,332543],[69336,405225],[77178,158291],[82995,242888],[78456,325226],[95606,216685],[91076,225458],[121061,199739],[126077,199205],[-469009,-260226],[-469158,-260269],[-469131,-260121],[-469314,-260075],[-469172,-259958],[-469643,-259988],[-469699,-260119],[-470907,-259630],[-470063,-260016],[-469599,-259560],[-469707,-259786],[-469543,-259865],[-468631,-260115],[-468481,-260225],[-468319,-260300],[-468603,-259881],[-472169,-259851],[-472460,-259877],[-472526,-260009],[-472276,-260106],[-472920,-259889],[-472717,-259810],[-472407,-259687],[-472037,-259591],[-471941,-260070],[-472130,-259972],[-471869,-259912],[-472530,-260246],[-472698,-260121],[-471333,-260274],[-470665,-259864],[-470522,-259718],[-470297,-259729],[-470083,-259863],[-469414,-259190],[-469872,-259547],[-469440,-259811],[-467932,-260615],[-468062,-260400],[-468206,-260326],[-467684,-260001],[-467401,-260590],[-468142,-262442],[-468425,-262496],[-468324,-262323],[-468332,-262141],[-468283,-262001],[-468423,-261895],[-468605,-261808],[-469267,-262665],[-469078,-262663],[-469027,-262690],[-469773,-261771],[-469576,-262019],[-469473,-261520],[-469944,-261567],[-469165,-261104],[-468879,-262571],[-468707,-262572],[-468566,-262334],[-467259,-259687],[-467177,-260010],[-467427,-259978],[-467485,-260278],[-467698,-260468],[-467271,-260388],[-555042,-477862],[-554744,-477973],[36396,262010],[35103,262576],[34955,263886],[36338,262799],[35035,261205],[37264,266022],[36277,266661],[35623,264508],[35917,264287],[34666,266802],[33093,265596],[34065,265008],[31435,266768],[37611,260553],[33826,261687],[36014,260040],[37437,260769],[37709,260134],[37467,260488],[36477,260209],[35884,260471],[35369,260328],[35548,266890],[35819,266942],[36055,266882],[34963,266715],[35010,266313],[30966,266973],[36288,266165],[36777,266683],[37444,266489],[37377,266961],[37122,265565],[33612,266639],[38453,263169]] \ No newline at end of file diff --git a/src/gathering/a10276.json b/src/gathering/a10276.json new file mode 100644 index 0000000..37f0928 --- /dev/null +++ b/src/gathering/a10276.json @@ -0,0 +1 @@ +[[-173558,292429],[-173820,292886],[-176547,291711],[-173578,292792],[-178762,303848],[-185513,299657],[-188635,299810],[-187995,304747],[-179483,303801],[-183459,297612],[-185671,299125],[-187698,304870],[-183087,297436],[-192123,292121],[-192536,292352],[-239766,595468],[-240226,595198],[-239987,595641],[-240040,595429],[-282212,-488961],[-383771,89070],[-382656,108817],[-383477,114367],[-382556,109223],[-382932,109161],[-383784,113917],[-384588,88929],[-421230,292075],[-421090,292680],[-414448,499097],[-414109,499200],[-414501,499444],[-435080,161379],[-434405,164144],[-434248,164391],[-426042,301734],[-426359,301715],[-427879,312482],[-427657,312561],[-432472,328939],[-432690,328865],[-438002,145197],[-438122,145375],[-435206,161102],[-441449,309875],[-440049,309797],[-441255,310156],[-439354,85850],[-439468,85547],[-435971,83306],[-435955,83511],[-435810,83382],[-436832,82930],[-436950,93252],[-451151,149435],[-452214,150934],[-450352,153362],[-450019,153277],[-450881,149520],[-466685,104916],[-470762,104366],[-470896,104082],[-466825,105081],[-522314,372062],[-522037,372175],[-522445,371714],[-564980,185998],[-565237,185582],[-565445,185798],[-588032,-402816],[-578052,185211],[-577595,185120],[-577970,185497],[-607851,58411],[-608059,58039],[-607738,58068],[-616940,67225],[-617139,67375],[-616661,67323],[-658819,-277401],[-658554,-277118],[-659150,-277317],[-658912,-277106],[-1053754,1481050],[-1053867,1480747],[-1050371,1478506],[147137,213189],[181696,496115],[187535,500534],[186466,510350],[204213,212352],[253504,279393],[20168,209546],[257625,308448],[268946,422575],[269448,422113],[273407,413358],[276869,415598],[306948,429893],[307655,428820],[315603,432143],[330951,422252],[331369,421749],[327843,411515],[329135,411171],[32497,253659],[31712,254826],[32751,253270],[32594,253317],[48060,205736],[43133,372559],[74418,329062],[77771,161717],[82256,406435]] \ No newline at end of file diff --git a/src/gathering/a10280.json b/src/gathering/a10280.json new file mode 100644 index 0000000..1f1d173 --- /dev/null +++ b/src/gathering/a10280.json @@ -0,0 +1 @@ +[[251515,-72448],[252238,-73430],[250559,-73705],[252296,-72157],[251911,-72142],[251534,-72413],[252702,-75929],[252360,-73643],[253251,-72331],[252815,-75894],[253232,-72329],[253804,-72339],[250895,-72300],[251974,-74497],[251975,-72310],[253627,-74753],[252292,-75740],[251486,-75873],[252012,-73462],[250649,-74626],[252780,-72212],[251702,-74811],[250989,-75865],[253605,-75761],[252684,-74464],[250755,-73593],[253534,-75675],[252767,-73627],[251174,-73611],[253755,-72063],[253237,-74466],[253506,-74618],[250811,-74611],[253007,-72154],[252314,-72023],[252545,-72005],[254070,-75766],[253873,-74694],[253938,-74575],[252206,-72289],[252069,-74574],[251112,-74525],[253146,-74747],[253074,-73419],[251451,-74602],[250629,-75970],[250957,-72454],[251131,-74872],[253307,-73693],[253784,-75552],[251917,-73673],[252549,-74753],[250508,-75964],[252532,-75812],[251068,-73509],[251086,-75657],[252764,-73367],[251804,-75813],[250689,-78100],[248100,-79345],[250380,-78112],[250115,-76903],[248591,-79340],[253209,-77004],[253756,-76810],[250723,-77110],[249653,-78119],[249686,-78197],[254219,-76869],[249414,-77116],[252137,-77010],[252186,-78044],[248432,-79383],[250537,-76998],[250076,-79517],[247667,-79321],[251413,-77145],[252581,-77167],[249456,-79277],[253808,-77116],[250726,-79456],[249052,-78307],[254218,-77135],[251533,-79585],[251448,-79271],[252288,-79504],[251735,-79384],[251129,-79195],[247935,-79345],[251197,-77153],[253193,-77084],[249402,-79316],[251070,-79339],[252709,-77192],[251916,-79551],[249178,-78326],[250427,-78050],[251645,-77011],[252160,-76989],[251523,-78391],[251185,-78269],[252437,-78341],[250987,-78319],[251228,-78080],[247832,-79605],[249865,-77047],[251621,-78177],[249964,-79228],[252909,-78160],[252049,-78038],[252424,-78201],[251760,-77005],[252865,-78425],[250828,-79492],[249631,-76992],[252354,-79228],[528705,300448],[529053,300206],[252248,-73350],[251489,-76036],[252222,-74695],[250631,-75745],[250713,-74943],[253324,-75894],[253474,-75642],[252182,-75925],[251871,-74870],[253259,-74675],[251399,-75807],[252856,-73282],[252436,-72302],[252810,-74727],[251625,-74593],[254015,-75637],[250977,-74617],[251734,-74532],[253390,-74733],[253354,-74466],[250808,-75794],[253696,-74608],[251477,-72101],[251078,-72367],[252995,-74625],[251518,-72401],[253829,-75602],[252466,-74617],[252687,-75639],[250945,-75883],[250745,-72325],[253807,-74482],[251539,-74749],[252450,-72202],[251750,-74645],[250995,-74730],[252240,-74580],[252498,-75854],[253132,-73545],[253247,-75771],[251486,-75722],[252614,-72337],[253311,-72036],[253957,-74682],[251366,-72225],[251530,-74880],[250505,-73591],[252556,-73576],[253406,-73432],[252044,-73565],[251751,-72312],[250901,-75705],[253389,-74586],[250804,-75969],[253049,-72046],[251186,-75788],[253149,-74555],[252067,-75792],[252811,-75782],[252306,-72069],[250874,-73764],[251726,-73720],[253294,-73506],[253669,-75578],[252510,-73373],[250879,-72222],[251169,-75700],[250981,-73671],[251149,-74667],[252309,-75902],[252935,-73717],[250478,-74913],[252759,-74620],[250423,-76022],[253067,-73608],[250546,-74759],[250562,-73357],[253524,-74786],[252889,-74532],[253391,-75773],[250863,-74682],[252649,-73455],[253215,-73380],[251128,-73421],[252546,-75787],[252939,-75867],[253477,-75757],[252154,-75658],[251037,-75741],[250829,-73470],[252435,-72407],[253364,-75571],[252834,-75627],[250759,-72200],[253900,-74465],[252994,-72382],[251643,-72088],[253631,-74506],[250534,-75826],[250983,-76020],[253120,-75837],[250781,-73609],[253641,-72113],[250861,-72069],[253604,-72288],[252051,-73684],[252301,-74841],[252689,-75815],[252795,-72095],[253297,-72233],[252220,-73579],[253482,-72116],[251870,-72078],[252563,-73718],[253374,-72258],[252933,-75737],[253112,-75669],[250955,-73366],[253292,-75675],[253816,-74652],[252281,-75792],[250644,-76016],[250963,-73538],[252769,-73554],[252381,-73495],[251800,-75991],[252558,-72147],[251376,-75937],[251226,-74809],[251134,-72082],[252030,-72192],[250910,-74815],[252784,-73448],[251922,-74589],[251295,-74520],[251825,-72089],[251993,-74718],[252067,-74496],[252389,-74488],[253935,-72259],[251893,-72249],[252980,-73446],[253078,-73325],[251134,-73599],[251789,-73347],[250704,-74819],[252145,-72158],[250598,-73480],[251180,-72243],[250668,-75815],[253750,-75830],[252891,-72010],[250406,-75907],[251538,-75649],[251772,-73602],[251506,-72339],[251363,-75723],[251234,-75882],[252389,-74740],[253092,-75557],[250213,-75914],[251124,-75930],[253549,-75844],[250275,-75794],[252590,-74513],[253456,-72390],[252002,-73361],[251322,-72383],[254042,-75554],[252515,-75647],[253872,-75780],[252241,-72315],[251841,-74723],[253528,-74483],[253541,-72199],[251547,-72222],[251943,-73456],[252101,-74786],[251661,-73473],[253793,-72219],[253115,-72273],[251346,-74670],[253312,-72117],[251157,-73716],[251611,-75778],[253309,-73676],[251493,-75919],[253021,-74792],[252619,-74664],[253090,-72147],[254015,-75823],[251766,-75723],[252951,-72274],[250572,-74572],[253986,-75523],[251399,-74805],[251701,-72193],[252133,-78152],[249863,-77184],[250710,-76850],[254049,-76861],[249802,-78366],[251102,-77013],[251209,-76832],[252654,-77033],[252731,-76839],[250471,-78286],[252552,-79373],[249034,-78235],[252251,-77098],[251028,-78053],[247627,-79446],[253816,-76864],[254471,-76994],[252291,-78190],[248661,-79403],[251284,-78023],[251875,-78277],[251875,-76883],[253312,-77066],[251709,-76853],[251793,-78128],[248363,-79537],[252406,-76924],[250978,-77076],[250098,-79391],[249733,-77001],[251680,-77058],[252040,-77133],[250003,-76848],[248033,-79574],[252750,-78084],[249936,-79349],[252471,-79535],[252978,-78350],[252853,-76945],[249524,-76885],[252771,-76879],[250144,-77019],[250290,-78156],[250945,-79388],[249858,-76884],[252154,-79255],[252923,-78010],[247846,-79501],[250843,-78004],[249215,-79282],[252812,-78194],[252016,-79168],[248310,-79386],[252297,-79608],[251333,-77003],[249033,-79273],[251982,-78166],[252822,-77074],[249504,-77024],[247859,-79244],[251089,-79275],[247727,-79328],[254309,-77005],[251291,-79353],[253467,-76937],[248229,-79496],[250681,-76976],[251137,-78149],[250513,-76850],[250017,-79535],[249186,-79402],[248807,-79477],[251931,-78070],[251642,-79503],[251776,-79378],[252136,-78035],[252221,-78332],[251708,-79275],[249298,-78323],[251530,-79438],[249284,-78123],[251274,-79460],[251869,-79213],[249553,-78035],[251603,-79246],[250275,-79407],[249665,-79565],[250842,-79372],[251401,-79541],[249555,-79394],[249344,-79493],[249814,-79270],[249615,-79248],[249685,-79460],[250918,-78121],[251385,-79413],[249501,-79533],[249718,-79353],[250803,-79194],[250187,-79273],[251213,-79559],[251267,-79237],[251759,-79584],[252594,-77991],[251012,-78180],[251636,-79371],[251839,-79484],[249794,-78033],[249273,-78002],[249433,-78203],[252294,-79278],[252066,-79335],[250565,-78142],[254102,-77003],[249012,-79518],[248934,-78061],[252441,-77051],[254265,-76878],[249391,-78385],[254398,-77137],[248042,-79474],[250303,-77138],[251608,-78035],[248247,-79273],[249305,-79317],[252187,-76807],[252746,-78294],[250311,-77023],[250638,-79314],[252080,-78260],[251151,-77197],[249983,-77024],[253163,-76849],[249702,-76833],[248139,-79360],[252605,-78370],[250752,-78214],[253663,-77168],[249831,-78206],[252236,-79402],[248765,-79245],[252373,-79383],[248929,-79370],[251016,-79550],[252572,-78260],[251946,-79350],[249561,-78242],[253181,-76992],[254428,-76788],[249648,-77134],[250166,-76777],[250752,-79301],[249637,-78362],[252652,-76905],[249167,-79526],[250797,-78277],[251131,-79409],[249954,-78086],[251484,-76951],[250344,-78290],[251609,-77161],[251433,-78171],[253431,-77104],[248704,-79569],[254009,-77171],[252609,-78176],[250025,-77184],[248528,-79551],[252383,-78060],[250622,-78291],[250653,-79482],[249157,-78198],[250213,-76868],[248422,-79261],[250185,-78322],[249787,-79492],[252523,-78073],[251038,-76898],[251560,-78253],[254553,-76870],[248048,-79273],[253680,-77059],[250340,-76913],[252418,-76841],[251283,-78339],[250793,-78354],[251803,-77156],[249381,-79378],[252052,-79450],[253331,-76821],[253857,-76949],[250900,-79242],[251450,-76795],[247615,-79568],[252152,-79523],[253638,-76831],[250237,-78021],[250637,-78001],[251940,-76984],[249823,-79497],[251479,-78075],[248618,-79531],[250512,-77180],[247908,-79415]] \ No newline at end of file diff --git a/src/gathering/a10281.json b/src/gathering/a10281.json new file mode 100644 index 0000000..1f1d173 --- /dev/null +++ b/src/gathering/a10281.json @@ -0,0 +1 @@ +[[251515,-72448],[252238,-73430],[250559,-73705],[252296,-72157],[251911,-72142],[251534,-72413],[252702,-75929],[252360,-73643],[253251,-72331],[252815,-75894],[253232,-72329],[253804,-72339],[250895,-72300],[251974,-74497],[251975,-72310],[253627,-74753],[252292,-75740],[251486,-75873],[252012,-73462],[250649,-74626],[252780,-72212],[251702,-74811],[250989,-75865],[253605,-75761],[252684,-74464],[250755,-73593],[253534,-75675],[252767,-73627],[251174,-73611],[253755,-72063],[253237,-74466],[253506,-74618],[250811,-74611],[253007,-72154],[252314,-72023],[252545,-72005],[254070,-75766],[253873,-74694],[253938,-74575],[252206,-72289],[252069,-74574],[251112,-74525],[253146,-74747],[253074,-73419],[251451,-74602],[250629,-75970],[250957,-72454],[251131,-74872],[253307,-73693],[253784,-75552],[251917,-73673],[252549,-74753],[250508,-75964],[252532,-75812],[251068,-73509],[251086,-75657],[252764,-73367],[251804,-75813],[250689,-78100],[248100,-79345],[250380,-78112],[250115,-76903],[248591,-79340],[253209,-77004],[253756,-76810],[250723,-77110],[249653,-78119],[249686,-78197],[254219,-76869],[249414,-77116],[252137,-77010],[252186,-78044],[248432,-79383],[250537,-76998],[250076,-79517],[247667,-79321],[251413,-77145],[252581,-77167],[249456,-79277],[253808,-77116],[250726,-79456],[249052,-78307],[254218,-77135],[251533,-79585],[251448,-79271],[252288,-79504],[251735,-79384],[251129,-79195],[247935,-79345],[251197,-77153],[253193,-77084],[249402,-79316],[251070,-79339],[252709,-77192],[251916,-79551],[249178,-78326],[250427,-78050],[251645,-77011],[252160,-76989],[251523,-78391],[251185,-78269],[252437,-78341],[250987,-78319],[251228,-78080],[247832,-79605],[249865,-77047],[251621,-78177],[249964,-79228],[252909,-78160],[252049,-78038],[252424,-78201],[251760,-77005],[252865,-78425],[250828,-79492],[249631,-76992],[252354,-79228],[528705,300448],[529053,300206],[252248,-73350],[251489,-76036],[252222,-74695],[250631,-75745],[250713,-74943],[253324,-75894],[253474,-75642],[252182,-75925],[251871,-74870],[253259,-74675],[251399,-75807],[252856,-73282],[252436,-72302],[252810,-74727],[251625,-74593],[254015,-75637],[250977,-74617],[251734,-74532],[253390,-74733],[253354,-74466],[250808,-75794],[253696,-74608],[251477,-72101],[251078,-72367],[252995,-74625],[251518,-72401],[253829,-75602],[252466,-74617],[252687,-75639],[250945,-75883],[250745,-72325],[253807,-74482],[251539,-74749],[252450,-72202],[251750,-74645],[250995,-74730],[252240,-74580],[252498,-75854],[253132,-73545],[253247,-75771],[251486,-75722],[252614,-72337],[253311,-72036],[253957,-74682],[251366,-72225],[251530,-74880],[250505,-73591],[252556,-73576],[253406,-73432],[252044,-73565],[251751,-72312],[250901,-75705],[253389,-74586],[250804,-75969],[253049,-72046],[251186,-75788],[253149,-74555],[252067,-75792],[252811,-75782],[252306,-72069],[250874,-73764],[251726,-73720],[253294,-73506],[253669,-75578],[252510,-73373],[250879,-72222],[251169,-75700],[250981,-73671],[251149,-74667],[252309,-75902],[252935,-73717],[250478,-74913],[252759,-74620],[250423,-76022],[253067,-73608],[250546,-74759],[250562,-73357],[253524,-74786],[252889,-74532],[253391,-75773],[250863,-74682],[252649,-73455],[253215,-73380],[251128,-73421],[252546,-75787],[252939,-75867],[253477,-75757],[252154,-75658],[251037,-75741],[250829,-73470],[252435,-72407],[253364,-75571],[252834,-75627],[250759,-72200],[253900,-74465],[252994,-72382],[251643,-72088],[253631,-74506],[250534,-75826],[250983,-76020],[253120,-75837],[250781,-73609],[253641,-72113],[250861,-72069],[253604,-72288],[252051,-73684],[252301,-74841],[252689,-75815],[252795,-72095],[253297,-72233],[252220,-73579],[253482,-72116],[251870,-72078],[252563,-73718],[253374,-72258],[252933,-75737],[253112,-75669],[250955,-73366],[253292,-75675],[253816,-74652],[252281,-75792],[250644,-76016],[250963,-73538],[252769,-73554],[252381,-73495],[251800,-75991],[252558,-72147],[251376,-75937],[251226,-74809],[251134,-72082],[252030,-72192],[250910,-74815],[252784,-73448],[251922,-74589],[251295,-74520],[251825,-72089],[251993,-74718],[252067,-74496],[252389,-74488],[253935,-72259],[251893,-72249],[252980,-73446],[253078,-73325],[251134,-73599],[251789,-73347],[250704,-74819],[252145,-72158],[250598,-73480],[251180,-72243],[250668,-75815],[253750,-75830],[252891,-72010],[250406,-75907],[251538,-75649],[251772,-73602],[251506,-72339],[251363,-75723],[251234,-75882],[252389,-74740],[253092,-75557],[250213,-75914],[251124,-75930],[253549,-75844],[250275,-75794],[252590,-74513],[253456,-72390],[252002,-73361],[251322,-72383],[254042,-75554],[252515,-75647],[253872,-75780],[252241,-72315],[251841,-74723],[253528,-74483],[253541,-72199],[251547,-72222],[251943,-73456],[252101,-74786],[251661,-73473],[253793,-72219],[253115,-72273],[251346,-74670],[253312,-72117],[251157,-73716],[251611,-75778],[253309,-73676],[251493,-75919],[253021,-74792],[252619,-74664],[253090,-72147],[254015,-75823],[251766,-75723],[252951,-72274],[250572,-74572],[253986,-75523],[251399,-74805],[251701,-72193],[252133,-78152],[249863,-77184],[250710,-76850],[254049,-76861],[249802,-78366],[251102,-77013],[251209,-76832],[252654,-77033],[252731,-76839],[250471,-78286],[252552,-79373],[249034,-78235],[252251,-77098],[251028,-78053],[247627,-79446],[253816,-76864],[254471,-76994],[252291,-78190],[248661,-79403],[251284,-78023],[251875,-78277],[251875,-76883],[253312,-77066],[251709,-76853],[251793,-78128],[248363,-79537],[252406,-76924],[250978,-77076],[250098,-79391],[249733,-77001],[251680,-77058],[252040,-77133],[250003,-76848],[248033,-79574],[252750,-78084],[249936,-79349],[252471,-79535],[252978,-78350],[252853,-76945],[249524,-76885],[252771,-76879],[250144,-77019],[250290,-78156],[250945,-79388],[249858,-76884],[252154,-79255],[252923,-78010],[247846,-79501],[250843,-78004],[249215,-79282],[252812,-78194],[252016,-79168],[248310,-79386],[252297,-79608],[251333,-77003],[249033,-79273],[251982,-78166],[252822,-77074],[249504,-77024],[247859,-79244],[251089,-79275],[247727,-79328],[254309,-77005],[251291,-79353],[253467,-76937],[248229,-79496],[250681,-76976],[251137,-78149],[250513,-76850],[250017,-79535],[249186,-79402],[248807,-79477],[251931,-78070],[251642,-79503],[251776,-79378],[252136,-78035],[252221,-78332],[251708,-79275],[249298,-78323],[251530,-79438],[249284,-78123],[251274,-79460],[251869,-79213],[249553,-78035],[251603,-79246],[250275,-79407],[249665,-79565],[250842,-79372],[251401,-79541],[249555,-79394],[249344,-79493],[249814,-79270],[249615,-79248],[249685,-79460],[250918,-78121],[251385,-79413],[249501,-79533],[249718,-79353],[250803,-79194],[250187,-79273],[251213,-79559],[251267,-79237],[251759,-79584],[252594,-77991],[251012,-78180],[251636,-79371],[251839,-79484],[249794,-78033],[249273,-78002],[249433,-78203],[252294,-79278],[252066,-79335],[250565,-78142],[254102,-77003],[249012,-79518],[248934,-78061],[252441,-77051],[254265,-76878],[249391,-78385],[254398,-77137],[248042,-79474],[250303,-77138],[251608,-78035],[248247,-79273],[249305,-79317],[252187,-76807],[252746,-78294],[250311,-77023],[250638,-79314],[252080,-78260],[251151,-77197],[249983,-77024],[253163,-76849],[249702,-76833],[248139,-79360],[252605,-78370],[250752,-78214],[253663,-77168],[249831,-78206],[252236,-79402],[248765,-79245],[252373,-79383],[248929,-79370],[251016,-79550],[252572,-78260],[251946,-79350],[249561,-78242],[253181,-76992],[254428,-76788],[249648,-77134],[250166,-76777],[250752,-79301],[249637,-78362],[252652,-76905],[249167,-79526],[250797,-78277],[251131,-79409],[249954,-78086],[251484,-76951],[250344,-78290],[251609,-77161],[251433,-78171],[253431,-77104],[248704,-79569],[254009,-77171],[252609,-78176],[250025,-77184],[248528,-79551],[252383,-78060],[250622,-78291],[250653,-79482],[249157,-78198],[250213,-76868],[248422,-79261],[250185,-78322],[249787,-79492],[252523,-78073],[251038,-76898],[251560,-78253],[254553,-76870],[248048,-79273],[253680,-77059],[250340,-76913],[252418,-76841],[251283,-78339],[250793,-78354],[251803,-77156],[249381,-79378],[252052,-79450],[253331,-76821],[253857,-76949],[250900,-79242],[251450,-76795],[247615,-79568],[252152,-79523],[253638,-76831],[250237,-78021],[250637,-78001],[251940,-76984],[249823,-79497],[251479,-78075],[248618,-79531],[250512,-77180],[247908,-79415]] \ No newline at end of file diff --git a/src/gathering/a10287.json b/src/gathering/a10287.json new file mode 100644 index 0000000..bb1bb7b --- /dev/null +++ b/src/gathering/a10287.json @@ -0,0 +1 @@ +[[367924,95493],[388838,14928],[388862,41743],[390482,67865],[394918,94744],[407804,-23411],[408351,-23225],[397312,99581],[399605,108739],[421244,-3829],[421266,-3973],[409893,-11468],[419178,-16518],[419300,-16640],[419273,-16469],[414178,25114],[427538,-6618],[427346,-6378],[432777,137944],[429510,160068],[423668,30181],[430051,45001],[445584,-34861],[445321,193129],[436818,28340],[459764,-34440],[448263,150772],[459649,163458],[449887,177635],[458991,189883],[455975,27950],[448489,47277],[469463,198874],[465522,213271],[485435,-50705],[478437,133921],[474980,244150],[481238,71115],[479242,90880],[477747,107930],[497775,157751],[489902,238892],[487821,241393],[487860,260351],[495959,52494],[496655,63971],[487208,64973],[507531,-33111],[505730,-33067],[503324,4612],[518806,-45391],[513444,1110],[519904,195548],[522947,76940],[524344,80826],[521479,89396],[521693,98622],[522897,115673],[528352,-4219],[530361,132712],[530217,137128],[533915,144747],[531672,163697],[528671,193564],[528363,206434],[534845,44680],[529972,61150],[525515,75545],[533654,102875],[536845,122757],[525708,126077],[549570,139933],[543507,149501],[547079,153627],[549866,250613],[546539,244997],[538283,55132],[548165,52230],[537776,124818],[551804,-29435],[551496,-28750],[553184,144015],[554580,147138],[553097,156256],[556312,154535],[551268,156525],[555423,64347],[559922,67725],[560122,125549],[562562,126581],[556150,123840],[565665,-34487],[565206,-35272],[564165,-38341],[567421,-83271],[567785,-83010],[569490,298374],[565826,58136],[566573,63471],[569062,69783],[579248,-91184],[579904,-91193],[584533,243482],[582945,330227],[584530,60677],[600463,-9303],[599932,-9514],[592865,-41616],[593239,-41701],[595641,311387],[592849,330775],[598715,52771],[595520,51953],[606479,8438],[612124,22371],[615028,296442],[621037,346385],[624266,114309],[623489,102728],[635903,851],[632526,512],[635427,233835],[639439,270732],[630308,278372],[634254,361321],[637968,72291],[635618,80748],[639330,79318],[634621,111569],[651102,-8117],[643109,280225],[649755,302267],[646645,323341],[643920,345045],[654788,-8037],[663051,-24491],[658385,293405],[660271,284014],[660939,355699],[661925,380900],[670542,-8459],[667144,-34994],[675290,293030],[678224,325909],[673994,388057],[674896,42139],[687846,314276],[681563,310236],[685902,334638],[688799,348538],[680111,358748],[690010,394360],[686519,396145],[688560,40981],[683381,42280],[695171,-80215],[698118,-79466],[703136,-91479],[696213,-106421],[697627,-107473],[698461,-111371],[699880,369468],[695587,362125],[700972,384384],[706376,-147612],[712741,-165037],[715368,-110012],[710714,364408],[708694,377109],[709394,384659],[713093,391773],[711837,396499],[709133,399703],[708676,406644],[726096,-142846],[723798,-146362],[729517,368781],[718835,360163],[721386,418172],[730487,-164386],[739364,-173416],[741571,-189743],[736498,-202092],[733946,-195649],[739119,377924],[751221,-135840],[749121,-141909],[746728,-141647],[750552,-179457],[749149,387319],[757041,-137477],[764677,-160918],[758183,337575],[757313,350989],[755550,366785],[767912,371571],[765781,385129],[762330,401777],[762665,432103],[770152,-153799],[775133,366384],[775855,386369],[774135,430296],[790072,-119967],[789857,-118149],[790587,-141815],[792451,-147940],[785021,351576],[784563,395626],[782463,412719],[797652,-132450],[800758,369156],[810841,-121794],[814543,-123496],[814168,-144430],[808712,-145535],[818248,-153359],[816506,369723],[820316,-140811],[831403,-160563],[825867,-186780],[831239,-192763],[841449,-165619],[841725,-176123],[833691,-183074],[844151,-191202],[836940,379178],[844882,-168200],[851272,-187303],[856465,368858],[867095,-124289],[868648,-123215],[869574,-146760],[866891,-146920],[866701,-146619],[866381,-176583],[865423,-169946],[858051,-189248],[858548,-189954],[867583,-109463],[869000,369600],[880115,377099],[887498,364722],[899053,342692],[908516,354532],[896363,359464],[919519,-67250],[910387,-75960],[918935,328680],[914235,335758],[941688,-75147],[944665,-99256],[946485,166919],[940789,255907],[956100,-118913],[957430,-127974],[949256,-81025],[950413,-98876],[955571,150757],[955297,148496],[950533,176441],[951131,185203],[953354,183504],[959599,192474],[954901,241633],[956279,237784],[952494,254982],[949718,255523],[970474,145542],[972701,148713],[967938,200705],[966229,200342],[970112,220320],[967119,234210],[968508,232917],[971243,245650],[969286,244697],[969310,247126],[961078,252743],[960448,257474],[972689,268115],[968478,270391],[962160,276593],[963245,287762],[960755,289425],[961864,295793],[965520,308942],[967473,318184],[963116,328795],[985103,-164467],[983887,-159590],[974017,-196164],[973749,-197293],[978568,-73749],[976508,132549],[979605,135562],[972919,218343],[983356,242346],[980402,241789],[974657,237632],[976671,279646],[976653,273206],[985543,299158],[992784,-161943],[987292,-75861],[995920,-78278],[989511,139027],[992337,136190],[997369,145323],[996523,236427],[991852,235963],[987783,286522],[991805,302134],[1006643,146947],[1009349,250157],[1009307,249149],[1008937,305477],[999996,302143],[1018696,-106770],[1020340,-103540],[1015823,-103526],[1015535,150623],[1013942,152284],[1015074,247086],[1014795,244342],[1019914,293073],[1015185,302505],[1035245,142607],[1024781,154236],[1027556,285796],[1026716,289665],[1044715,-108366],[1047219,150665],[1036974,284572],[1048435,290974],[1040879,287297],[1060782,154624],[1058792,287816],[1065624,151733],[1066132,152200],[1069950,292473],[1085794,288596],[1075481,287443],[1083247,307342],[1085622,297555],[1079719,318517],[1075447,330710],[1077648,322427],[1089637,343603],[1095878,349008],[1109143,-47561],[1109501,325159],[1107328,336473],[1124474,-49143],[1121974,348018],[1135051,-73364],[1148654,-11006],[1140504,5572],[1162274,31746],[1173455,26857],[1199961,16632],[1197886,56541],[1203207,72143],[1210091,77412]] \ No newline at end of file diff --git a/src/gathering/a10288.json b/src/gathering/a10288.json new file mode 100644 index 0000000..f45b6f3 --- /dev/null +++ b/src/gathering/a10288.json @@ -0,0 +1 @@ +[[383172,7699],[396358,33043],[395147,125866],[398928,136134],[409144,147111],[420279,137912],[413488,25597],[411338,20290],[433396,1178],[429977,526],[427663,160664],[432428,161071],[434694,21939],[439548,2170],[446923,149366],[446566,179708],[440055,22096],[454258,-66754],[452776,155532],[460043,191591],[449367,100158],[450544,109652],[466287,-3931],[466348,-272],[462852,-51764],[463991,-51248],[462151,8874],[466679,174462],[463211,187091],[464854,196118],[465979,196528],[471992,213388],[477272,-10672],[486284,-1316],[479487,-13916],[482698,-85668],[482490,-84894],[480696,204874],[482035,242093],[477117,65927],[496929,735],[487860,10344],[492515,210753],[488838,248577],[487718,256967],[495216,43606],[495888,41009],[492540,57112],[501074,194],[520055,171054],[519878,183475],[512630,204459],[519401,193815],[514091,43918],[536403,-83723],[537005,-83182],[535388,140825],[528501,155846],[536905,199812],[526294,125109],[527061,119553],[533412,123505],[547175,-28859],[546638,129469],[541555,160839],[542777,169710],[539438,182285],[542930,14432],[541371,59818],[538749,120162],[551134,-30898],[562044,-40411],[560686,2499],[562432,24316],[551221,28007],[557014,65048],[553572,124185],[561886,125089],[568457,-45830],[565180,-45324],[569592,-52628],[568908,-52289],[573618,225134],[569037,300227],[569950,304170],[563830,54800],[566266,80354],[577425,-9140],[576564,-664],[580271,310135],[585259,315081],[579028,322734],[577170,94951],[589593,282937],[603426,20110],[603158,20415],[614251,294433],[603578,286523],[608824,30289],[609026,30811],[620814,137309],[621331,137224],[625483,142816],[626608,177902],[625507,17114],[615215,24555],[615406,24268],[626915,292538],[620856,292493],[625910,78618],[624867,79924],[623009,99210],[623838,115511],[630127,132495],[629224,134615],[637573,152990],[639320,166572],[627876,169510],[638689,289649],[637692,57016],[631233,94655],[640663,2599],[640414,2729],[644607,292145],[649171,295960],[642544,78774],[659830,-3088],[659744,-2669],[659351,292559],[665364,292784],[663289,357160],[665445,369534],[660635,376047],[655455,56189],[674644,-125762],[668328,-53369],[669087,-52608],[674504,-65375],[671430,297495],[676401,329687],[669073,337575],[667264,346763],[666303,389255],[675038,392757],[675154,42071],[669563,47205],[682509,-119002],[680888,-119365],[679707,-127371],[679620,-127132],[681833,-17346],[682695,-15436],[680827,-38224],[685373,-54861],[685631,-53422],[685348,296840],[683931,314551],[678966,316761],[691049,338887],[684424,334617],[687802,348480],[687006,346795],[689344,381410],[686032,393662],[694186,-126937],[693958,-127158],[694290,-126479],[695600,362164],[700364,383663],[692047,389184],[704860,-119899],[705064,-105014],[712172,361916],[724509,-104820],[724786,-104774],[723909,350950],[717281,375589],[724118,379012],[731386,362189],[732531,394298],[738090,409136],[737431,415434],[732998,425837],[744971,391635],[749517,415901],[747308,412529],[746491,433557],[744644,438846],[767818,-141649],[760618,334969],[759542,341906],[766540,351690],[768667,-139289],[768008,-137749],[778285,361615],[778314,371266],[779042,375318],[788634,378404],[792105,386083],[793037,389953],[803010,-138073],[802903,-138922],[802480,394652],[802370,405585],[829913,-162239],[831460,-168550],[823616,-198419],[826717,367638],[834850,-184134],[838036,363177],[855030,-134236],[854155,-134509],[856861,-137021],[854777,-157270],[849758,-162975],[855304,-169674],[854962,-170124],[850206,-178395],[849726,-178044],[847732,367583],[852964,376311],[862010,-116753],[862021,-116522],[860921,-130345],[859271,-147349],[865424,-150485],[865852,-151785],[862688,-151911],[861784,-163520],[859057,-167819],[862094,-167658],[868318,-181072],[864492,-182394],[858756,-180629],[864456,365926],[871357,373181],[878290,384443],[891553,-118818],[886002,-83266],[890894,-84963],[890285,361879],[899968,-149589],[896248,-91305],[901311,360197],[914142,-69987],[919288,338352],[917876,334428],[915322,351427],[927836,-64682],[927337,-65567],[946877,-57325],[946028,-56928],[945868,-71870],[945530,-72020],[954126,-129373],[956961,-76287],[955915,152204],[958408,149727],[959656,159538],[959357,159379],[952541,176990],[952800,177096],[969649,-77864],[966044,-82941],[964894,144324],[966118,143724],[961577,164894],[960907,167918],[963086,286717],[965889,290717],[971891,300601],[962980,297863],[969151,309231],[964630,319230],[969407,330161],[963763,343808],[963031,354352],[979637,-73010],[981001,132984],[980724,132757],[982075,128585],[992634,136696],[995194,139159],[995648,139893],[991282,338188],[987466,335352],[1001847,-80309],[1001871,-101256],[1001555,-101602],[1000549,146574],[1002329,150483],[1002551,150204],[1001364,150864],[1009081,254240],[1007325,261036],[1005363,261731],[1006046,279402],[1005388,289772],[1006672,309109],[1009339,332280],[1006610,327523],[1005996,326885],[1016878,-102407],[1017618,-102435],[1015236,162660],[1015238,165392],[1016261,249750],[1012813,275355],[1034904,141894],[1025179,162389],[1026572,163594],[1027481,162667],[1026776,228264],[1030657,235519],[1027478,280268],[1030190,286100],[1047521,-107137],[1041404,-113487],[1047025,146708],[1044681,295220],[1061112,215845],[1051721,227737],[1051279,254945],[1050064,259696],[1055949,280860],[1067303,148513],[1067293,149109],[1074414,157529],[1073716,157961],[1072584,209290],[1069068,257647],[1063401,288135],[1079070,161000],[1075476,166251],[1079115,177950],[1078414,177801],[1076455,181630],[1082622,192466],[1082055,193859],[1076516,284064],[1088057,277148],[1093134,293741],[1098770,286859],[1097456,302203],[1099341,296857],[1104969,310116],[1110215,318415],[1102503,322038],[1107916,338799],[1136831,-64708],[1133581,-67615],[1142867,-30692],[1172416,12897],[1198446,12804],[1201400,15230],[1200898,68209],[1201421,68427],[1210629,27837],[1212153,68537]] \ No newline at end of file diff --git a/src/gathering/a10289.json b/src/gathering/a10289.json new file mode 100644 index 0000000..dc99663 --- /dev/null +++ b/src/gathering/a10289.json @@ -0,0 +1 @@ +[[408307,146239],[419394,-18981],[419797,-17963],[412615,-33100],[417149,-51752],[418565,155663],[418627,41643],[420760,53148],[427722,-15021],[430450,-19018],[430603,-17294],[426276,-36254],[422503,-48640],[426260,-40101],[423942,-76514],[429518,-76115],[427902,-77094],[424812,131399],[428098,154601],[426475,160598],[422583,51767],[434849,107699],[429649,115167],[446546,153492],[440916,165001],[435476,162413],[440681,172922],[447796,194151],[457452,169958],[452392,178186],[457354,193850],[453313,13192],[448347,20651],[453510,13086],[457497,27664],[468038,-10062],[466983,-7276],[461512,693],[469714,199740],[470004,206095],[464286,209235],[471510,71527],[478756,-79797],[478448,-81266],[482131,-84568],[477699,198970],[475710,207673],[479250,247427],[483117,253477],[486019,262598],[485844,260304],[493720,-87261],[493381,-88117],[490645,162571],[488256,183252],[489538,207588],[486823,209988],[492060,212357],[492072,238999],[490349,240620],[498661,233654],[493031,248203],[496639,248613],[496003,41023],[495291,53749],[488328,72531],[497500,65953],[504064,-61423],[502479,162343],[507852,184074],[501972,182083],[499808,181415],[499698,227269],[510468,50772],[509768,53650],[514051,189936],[521453,183979],[517374,193174],[520268,243514],[530454,131992],[532130,140578],[526395,152169],[530048,198032],[535321,194868],[537449,241189],[529608,60492],[536953,68219],[525087,89605],[536185,78906],[528580,99620],[525681,102014],[533254,109721],[529105,112252],[525096,127917],[526312,119023],[549552,157225],[541241,174614],[537693,186106],[549715,50618],[538545,52977],[550484,140111],[551906,234140],[557077,251135],[552072,245671],[556029,66728],[560799,67994],[559835,123559],[569079,60075],[565576,56161],[585132,232163],[577254,306336],[586206,330588],[578267,63935],[578701,71972],[582531,96463],[600539,250928],[593057,258134],[591579,326794],[595967,331790],[609974,15369],[608022,330270],[605168,338498],[612425,28758],[607958,28195],[626814,143290],[622857,296358],[617106,341369],[624135,28354],[625119,108665],[630896,131145],[634190,160774],[628645,177473],[632690,176982],[636891,285081],[636663,286450],[631089,282594],[635486,322980],[629965,97335],[650565,306706],[641761,361821],[649733,56270],[659318,264189],[659722,301567],[654776,319956],[664655,342815],[659715,355024],[662898,370243],[655215,365295],[658171,55010],[673564,-59076],[673367,303572],[674372,332173],[676476,346020],[668654,347380],[671595,383239],[675183,387260],[668973,49686],[682047,-53471],[690032,-64073],[684950,315584],[678918,327173],[689514,37763],[681546,42755],[701696,-82030],[703077,-88903],[702561,-96366],[701823,-95378],[694277,-102000],[701429,-112760],[695903,-113521],[691920,376753],[716404,-125489],[716569,-124251],[715298,-147288],[716247,-147591],[712298,376148],[714073,398845],[725566,-142411],[719838,384482],[724445,386831],[728310,393699],[741081,368485],[734442,360646],[734688,412203],[734172,429790],[741540,435215],[743856,-134839],[743838,-133059],[743025,-132233],[743102,-138149],[757938,318725],[759195,338851],[757493,365542],[759937,375105],[774156,-145383],[772073,-145265],[771244,-144791],[772662,379526],[770108,377464],[790925,-121781],[793539,-135856],[790929,-138598],[790392,-140148],[792932,-147427],[788075,380118],[803366,-134034],[803875,-133975],[797319,-133502],[797329,-132417],[799231,-133349],[800286,383570],[794358,390101],[817370,-145700],[810308,385810],[826978,-145745],[822112,-147847],[826959,-157216],[823321,-164905],[824023,-167081],[825576,-200392],[825311,-200023],[829408,376933],[821648,381263],[834679,-160813],[841077,-181568],[832011,-183134],[835627,-184252],[833016,-189114],[845425,-174035],[851600,-171868],[857469,-86704],[853321,-101363],[853076,-102994],[848195,370550],[854603,382065],[858960,-131439],[859783,-130355],[865549,-152136],[862946,-143010],[868628,-170935],[864663,-181294],[862652,-110927],[858107,363573],[859290,392660],[879099,380082],[876385,388269],[887032,-149381],[894735,-111931],[888385,360548],[903320,-110871],[896630,-112956],[904278,360593],[916819,338186],[916604,352608],[924897,-97745],[934201,-93884],[942583,163509],[942685,166011],[957308,-124758],[957088,-128069],[949788,154330],[950944,155895],[951434,156288],[964498,145940],[967337,146994],[968644,147741],[966893,197285],[972696,213736],[972717,227942],[963653,267189],[963987,291751],[965331,288049],[968245,305062],[965593,316249],[969556,327072],[963636,338236],[978455,-171291],[982238,-83249],[982254,-80582],[974695,159873],[978587,165762],[974169,189209],[977769,208242],[979421,210193],[975078,212586],[988479,166630],[989824,172388],[994680,250335],[993277,277871],[996340,285394],[990890,304086],[996201,315726],[1005300,169909],[1010284,166656],[1009661,246554],[1000112,250303],[1008447,277773],[1010479,276808],[1009068,283270],[998461,297419],[1004074,317671],[1011366,-72506],[1015875,-75179],[1021601,-106628],[1022141,-106367],[1019710,156737],[1023773,284590],[1028632,156421],[1033793,155223],[1035580,237257],[1032626,243716],[1024143,250490],[1034844,285232],[1033124,282588],[1034594,290836],[1043193,-107334],[1048807,-110716],[1037683,144223],[1043644,147076],[1048044,147006],[1049246,226289],[1043901,235263],[1042709,295602],[1058646,154206],[1061822,218367],[1062003,296604],[1065100,152951],[1067355,159508],[1074191,168174],[1072749,198242],[1073379,198067],[1068676,206434],[1066834,216011],[1064345,222418],[1065476,282239],[1065746,302259],[1075399,168747],[1076501,176992],[1076611,180276],[1087590,277862],[1086811,302864],[1092785,280966],[1090171,291210],[1108181,308373],[1102544,329502],[1109230,337010],[1147116,-8420],[1140083,-42915],[1142705,-70798],[1145209,13783],[1162420,28196],[1182981,10357],[1197256,20675],[1206157,40682],[1206192,67570],[1213807,77537]] \ No newline at end of file diff --git a/src/gathering/a10290.json b/src/gathering/a10290.json new file mode 100644 index 0000000..04209c1 --- /dev/null +++ b/src/gathering/a10290.json @@ -0,0 +1 @@ +[[985208,179388],[985591,179275],[984695,179185],[985200,178980],[985258,179149],[985361,178809],[985307,178926],[985361,179489],[985452,179973],[985211,179790],[985387,179458],[985447,180626],[984806,181197],[985226,180686],[985396,181082],[985161,180510],[984177,180439],[984485,179682],[983909,181135],[984476,179866],[984093,180746],[983785,180970],[983718,180625],[984085,180758],[984223,181857],[984771,180568],[982877,181699],[983306,181093],[983712,181691],[983017,180765],[983604,181893],[983869,181717],[984062,181074],[984160,181061],[984006,181745],[984840,181888],[983821,181888],[983648,181764],[983584,182547],[983905,182058],[983725,182332],[983009,182510],[982664,182496],[983003,182342],[982585,182327],[982935,182039],[982869,182934],[982628,182818],[983599,182807],[982508,182493],[982824,182783],[984556,183186],[983927,182643],[983725,182559],[983783,183030],[983716,182629],[983798,182545],[984364,182559],[985126,192188],[984528,183197],[984836,182921],[984886,183264],[985427,183204],[984904,182212],[984478,182032],[984822,182548],[984149,182223],[984841,182222],[984889,182005],[984852,180842],[984257,180915],[984337,181958],[984382,182461],[984612,182187],[985396,181869],[983744,182059],[984717,182225],[985439,182079],[985571,182463],[985535,182558],[985441,182700],[985410,183036],[984535,182500],[984758,182570],[984256,182918],[983901,182446],[984298,183209],[984607,182399],[984739,182785],[984683,183063],[984683,182945],[984557,183360],[984561,182894],[984774,183294],[984105,182454],[984422,182833],[983957,182951],[983658,183166],[984481,183082],[985520,180851],[985299,181217],[985580,180973],[984115,180317],[984196,181129],[984739,180714],[984199,180629],[984790,180899],[984792,188642],[985413,188790],[985137,188432],[984513,189066],[984891,189045],[983453,189279],[983744,189027],[983317,189049],[983102,189088],[983771,189173],[982795,188529],[982792,188322],[982844,188800],[982152,189164],[982498,189578],[983226,189272],[982409,188974],[982940,189347],[982227,189722],[982814,189443],[982901,188106],[983324,188250],[983294,188021],[983055,188231],[983039,188585],[984903,188576],[984352,188411],[984604,188957],[984689,188391],[984530,188667],[983714,190304],[983342,190355],[983631,190435],[983769,190047],[983822,189843],[983996,190332],[983429,189984],[983650,190154],[983703,190222],[983259,190084],[985251,190237],[984781,189708],[984487,190161],[985247,189830],[984428,189126],[985488,190302],[985207,190668],[985494,190246],[985482,190116],[985053,190455],[985210,192067],[983782,191194],[982768,190948],[983541,191137],[983574,190839],[983226,191002],[983251,190968],[982691,191330],[982731,191141],[982708,191727],[983301,191015],[983519,191950],[983603,192045],[983419,191800],[984044,192197],[983788,191500],[984478,191450],[985046,191434],[984938,191409],[985456,191280],[985469,191353],[985124,191690],[985440,191432],[985412,191327],[985242,191319],[984451,191776],[984813,191886],[984830,191943],[984551,191259],[984457,189700],[984531,190027],[984754,190184],[985416,190629],[984653,190575],[985533,192131],[985459,191693],[985381,192187],[985246,179766],[985586,179546],[985427,179869],[985123,180042],[985230,179878],[985130,179477],[985049,180622],[985304,180638],[984869,180773],[984703,181207],[984953,181202],[983784,180511],[984202,180677],[983825,180450],[983693,180444],[983878,180671],[984312,180729],[983820,180728],[984691,181044],[984265,180698],[983863,180565],[983305,180974],[983065,181574],[983508,180866],[982965,181100],[983035,180859],[983658,180820],[984067,180890],[983842,180942],[984119,181076],[984437,181670],[984016,182382],[984184,182572],[983774,181778],[984168,181603],[983895,182041],[983487,182208],[983119,181678],[982549,182479],[983024,182587],[983141,182258],[982466,182862],[982574,182983],[982547,182554],[983427,182985],[982832,182446],[983880,182575],[983992,183154],[983712,182514],[984592,183353],[985100,192152],[984117,183311],[984662,182923],[983609,183153],[984434,182373],[984633,182499],[984527,182851],[984585,182643],[984822,181923],[984161,181649],[985357,181441],[984313,181679],[984587,181660],[984876,181734],[984783,181715],[984503,182120],[984525,182121],[984582,181769],[984642,181843],[985491,181919],[985501,182392],[985575,182269],[985367,182940],[985596,182780],[985510,183102],[985376,182321],[983922,183325],[984299,182376],[984058,183186],[983779,182729],[984431,183038],[984657,183067],[984607,183177],[984191,182409],[984294,182367],[984397,182459],[984627,182621],[984649,182959],[983777,182814],[983876,182877],[984496,182620],[984176,183023],[983447,183211],[984229,182705],[984413,182868],[983855,182949],[984849,192138],[985275,181013],[985232,180980],[985357,181193],[984639,180691],[984989,180698],[984949,180496],[984199,180803],[984955,181188],[985301,188845],[985290,188814],[985140,189188],[985185,188877],[985244,189126],[983888,188848],[983464,188676],[983908,189029],[983395,189052],[983583,189101],[982629,188739],[982187,188883],[982392,188828],[982526,189175],[982187,189109],[982720,189412],[983054,189806],[982698,190265],[983009,189174],[982216,189601],[983023,188369],[983338,188805],[983725,188620],[983081,188749],[983357,187964],[984467,188704],[984400,188066],[984117,188054],[984512,188053],[985060,188901],[983944,190388],[983601,189798],[983609,190253],[983530,190048],[983389,190202],[983428,189756],[983064,190264],[983156,189897],[983247,189765],[983664,189876],[984441,189808],[985011,190281],[984661,190364],[984781,190138],[984486,189731],[984830,190025],[984857,190109],[985323,190484],[983362,191353],[983274,191315],[983603,191474],[984021,191177],[982821,191428],[983437,191107],[982887,191598],[982724,191019],[983196,191256],[983724,191879],[983415,191669],[983585,191389],[983578,192121],[984008,191524],[984504,191544],[984927,191779],[984519,191862],[984844,191150],[984802,191223],[985472,191264],[984751,191718],[985058,191473],[985131,191935],[985265,191861],[984978,191419],[985198,191714],[984943,191791],[984547,191266],[984510,191314],[985295,190440],[984535,190334],[984994,190629],[984829,190520],[985004,190596],[985540,192074],[985593,192077],[985269,193556],[985298,192766],[985133,192778],[985042,192286],[984732,192751],[984655,192778],[985128,193436],[985138,193149],[985390,193358],[985509,192237],[985201,192258],[984979,192767],[985599,192378],[985516,192837],[984877,192626],[985129,193106],[984856,193228],[985303,193535],[984910,193611],[985364,193443],[985454,193188],[991111,179322],[989536,179347],[988883,179362],[986759,178829],[986589,179386],[987220,179070],[986932,179345],[986629,178837],[987290,178918],[988014,179138],[987962,179171],[987590,179201],[986213,179255],[985629,178851],[985636,178734],[986241,179106],[985830,178729],[985609,179367],[985811,178950],[985678,179211],[986232,179249],[986150,179341],[986704,179281],[986167,178972],[986608,179331],[989374,179258],[990829,179388],[989848,179278],[986746,179056],[986737,179180],[987249,179022],[987100,179099],[987742,179015],[988025,179109],[987633,179189],[987951,179349],[986142,179165],[985647,179007],[985982,179059],[985748,178591],[985712,179134],[986082,178893],[985751,179154],[985662,179078],[985736,179285],[985905,178781],[985863,178861],[986206,178837],[998394,184756],[998200,183908],[997916,183909],[997949,184245],[998271,184350],[997871,184412],[997919,184508],[998301,184675],[998132,185212],[998545,184956],[998300,185175],[997787,185729],[998074,185782],[998176,185093],[997905,185587],[997861,185860],[996690,185665],[996803,185439],[997397,185228],[997185,185423],[997017,185452],[997332,185684],[997346,185542],[997302,185410],[997408,185110],[997195,185225],[997116,185033],[997199,184988],[997203,184805],[996896,185340],[997285,183854],[997335,183996],[996586,184534],[997531,184450],[997544,184332],[997529,184614],[996747,184420],[996998,183805],[996150,183815],[996757,184208],[996539,184228],[996073,183717],[996578,184406],[996212,184005],[995891,184223],[996454,184836],[996278,184633],[996477,184621],[996252,184153],[996582,184997],[995978,184671],[996034,185398],[996169,185140],[996508,185475],[996481,185993],[996438,185453],[996018,185981],[996042,185243],[996738,184800],[995888,185107],[996760,184974],[996214,184905],[996898,184881],[996362,184463],[996967,184433],[996649,185864],[997072,185845],[997413,185577],[996663,185690],[996760,185888],[997042,185631],[996656,185867],[997980,183440],[998133,183453],[997092,183304],[996799,182940],[997284,183162],[997053,183136],[997016,182932],[997662,182746],[996626,183282],[996297,182594],[996210,182700],[996338,183197],[996172,183120],[996420,182858],[994543,185751],[995209,185041],[994579,186004],[994841,185809],[994747,185357],[995255,184744],[995147,185019],[994417,184842],[994410,185173],[995150,185333],[994847,185449],[994712,185466],[995008,184617],[994540,185014],[994160,185382],[995390,184303],[994595,184194],[995150,183969],[994404,183440],[995365,183168],[994726,184173],[994565,184222],[994096,184164],[994394,183774],[994946,184078],[994150,183605],[993793,184269],[994188,184179],[993522,184276],[993687,183909],[995772,182603],[995209,182368],[995049,182299],[995264,182455],[995718,182795],[995757,181890],[995407,181864],[995589,181904],[995342,182297],[995144,181882],[996712,182138],[996080,181922],[995952,181934],[996787,181966],[995804,182073],[996169,181251],[995776,181411],[996011,181098],[996713,181551],[995959,180972],[995138,180465],[995704,180722],[995569,181208],[995209,180358],[995793,180995],[994594,181050],[995084,180655],[994913,180574],[994659,180468],[994666,180582],[996329,182027],[996501,182641],[996229,182758],[996408,182369],[996742,182655],[994753,182586],[994360,182584],[994703,181910],[994372,182540],[994997,182583],[995014,183006],[994602,182641],[994486,182509],[995140,182821],[994512,182989],[993747,182851],[993317,182725],[993868,182295],[993212,182790],[993434,182946],[992869,181760],[992863,181617],[993846,181665],[993602,181684],[993026,181728],[992671,181682],[993381,182391],[992845,182097],[992803,181491],[992630,181678],[993950,181161],[993292,181063],[993810,181096],[993825,180536],[993257,180505],[993911,179606],[993396,179903],[993476,179932],[993704,180497],[993672,180111],[993290,180082],[993518,180321],[993683,179729],[993499,180616],[993104,179996],[992962,180368],[992228,179989],[992901,179940],[992249,180174],[992768,179848],[992557,179921],[992835,180004],[992328,180341],[992156,180018],[992355,179920],[992390,180421],[992886,181053],[992464,180125],[992671,181009],[992196,180696],[993979,180080],[994397,180629],[993933,180243],[993990,180594],[995077,180952],[994774,179948],[995577,180517],[994446,180469],[994938,179959],[994935,180063],[993643,180770],[993158,180655],[993888,180667],[993899,180291],[993713,180533],[990933,180034],[991637,179863],[991608,179799],[991554,179675],[990731,180010],[990665,179813],[991075,179552],[990764,179596],[990706,179455],[990597,180031],[991573,180639],[991105,180068],[991134,179839],[991017,180662],[990814,180598],[991220,180250],[990756,181013],[990867,181006],[991539,180118],[991538,181563],[991668,181801],[991680,181658],[991538,181777],[991843,181724],[990822,181188],[991230,181975],[991663,181925],[991199,181476],[991063,181383],[991239,182601],[992046,182227],[991810,181946],[992091,182035],[991403,182427],[991108,182597],[990628,182307],[990849,182304],[990887,182032],[991218,181820],[990974,183633],[990583,183447],[990843,183416],[990277,183520],[990637,183096],[990927,183579],[990582,183383],[990358,183341],[991020,183493],[991539,183788],[991809,183374],[992081,183453],[992057,183537],[991625,183293],[991484,183654],[992104,183843],[992490,184096],[992146,183437],[992635,184008],[992629,183809],[993207,183862],[993648,183825],[993705,183937],[993373,183486],[993025,184126],[994597,182865],[994737,182926],[994603,182832],[994892,182933],[994481,182765],[994373,182039],[994356,181832],[994649,182349],[994771,181812],[994446,181746],[993157,182094],[992461,182624],[992693,182613],[993016,182143],[992529,182141],[991494,181789],[992096,181805],[992100,182432],[991697,182690],[991772,182543],[988784,182789],[988742,183385],[989025,183116],[989194,183115],[988968,182846],[988854,182913],[988038,182715],[988695,183284],[988302,182827],[988403,182210],[988144,182288],[989025,181917],[988223,182271],[988251,182548],[988823,182210],[989256,181051],[988607,181444],[988353,181712],[988563,181330],[988674,180992],[989046,181694],[989455,181686],[989148,182666],[989459,182407],[989152,182001],[989074,180976],[988501,181164],[988344,181368],[989029,181292],[989031,181123],[988806,182815],[988336,183120],[988083,182322],[988713,182427],[988648,182451],[988125,183474],[988265,183152],[988877,183146],[988687,183119],[988547,183531],[989458,183461],[989643,183406],[989198,182964],[989535,182662],[989220,183744],[987361,182517],[987688,182487],[987369,182788],[987306,182548],[987389,183352],[987536,182168],[987176,182257],[987654,182004],[987632,182487],[987358,182388],[987167,181321],[987752,180799],[987619,181072],[987721,181262],[987492,181559],[987895,180904],[987115,180780],[987199,181559],[987686,180896],[987383,181232],[988039,179963],[987650,180003],[987770,180318],[987493,179838],[987726,179572],[987619,179819],[988695,179948],[989125,180424],[989189,180117],[988484,179642],[988793,180035],[989033,180150],[988776,179804],[988421,180113],[988513,179905],[989337,179991],[989640,180242],[989903,180085],[989594,179935],[989550,179444],[990096,179446],[989904,180506],[989647,179789],[989386,180470],[987301,179506],[986792,179691],[986847,179661],[986976,179510],[986754,179563],[987197,180239],[986066,179550],[986227,180158],[986003,179844],[985846,179726],[985748,179581],[986052,180527],[986372,181006],[986295,180837],[986562,180813],[986583,180720],[985777,181384],[986047,181152],[986541,181271],[986456,180906],[986519,180960],[985648,182356],[985683,182000],[985689,183203],[985958,183111],[986602,182711],[985712,182998],[986348,182620],[986051,182947],[985756,183088],[986293,182881],[986533,182972],[986219,183143],[987108,183208],[986310,182795],[986374,182403],[986190,182204],[986469,182622],[986512,182177],[986552,181865],[986374,181945],[986568,182153],[985747,182476],[986235,182108],[986025,182585],[985858,182226],[986100,181907],[986348,182444],[985938,181986],[987327,182658],[987161,182831],[987514,182860],[987423,182841],[987254,183243],[986051,181336],[985676,180601],[985742,190593],[985698,189972],[987174,190849],[986896,190752],[986875,190895],[986503,190889],[986678,190552],[985842,191255],[986340,190791],[987101,191427],[986688,190839],[986400,191303],[985835,191885],[986302,192041],[985794,191996],[986305,191774],[986438,191906],[985607,191796],[986796,191989],[986890,192024],[988068,191887],[988147,191903],[987951,191530],[987380,192000],[987865,191764],[987690,191573],[987871,190985],[988558,192176],[988068,192059],[989243,191692],[989216,191624],[989481,191635],[989843,191541],[990182,192172],[990656,192067],[989874,191964],[989261,191952],[990565,192062],[990759,192198],[991004,192038],[990646,191744],[991504,191953],[990654,191365],[990930,191354],[990680,192126],[990554,192139],[989550,190593],[989426,190682],[989953,190797],[989782,190829],[989947,190887],[990502,190759],[990082,191228],[990014,190413],[990458,190749],[990605,191164],[990964,190658],[990550,191077],[990631,190572],[991307,191411],[991058,191202],[991972,190519],[991116,191277],[991115,191385],[991840,191025],[991799,190535],[991279,191047],[991309,190751],[991626,190716],[990882,190634],[991185,190874],[992072,191011],[992495,190785],[992183,190436],[992138,190421],[991878,190358],[992059,189270],[992537,189482],[992181,189584],[991840,189068],[992485,189844],[991688,189089],[991462,189495],[991332,189123],[991368,189556],[991308,189385],[991185,189274],[991423,189318],[991672,188613],[991945,188818],[991661,189228],[992144,188645],[992390,188998],[991842,188636],[992389,188922],[992399,189267],[990355,189281],[990481,188506],[990211,189158],[989972,189437],[990377,188536],[990323,189310],[990843,189322],[990641,189693],[990113,189431],[990565,189409],[990063,188932],[990085,188578],[989476,188968],[989556,188768],[989911,188721],[989713,190190],[990357,189609],[989397,190307],[989816,190163],[989524,190365],[988564,189173],[988178,189529],[988564,189473],[988486,189231],[988798,189316],[988213,188949],[988739,189241],[989012,188981],[988988,188627],[989030,188913],[988354,188436],[987930,188509],[988162,188542],[988535,188760],[988330,188908],[987957,188719],[987568,188877],[986672,189338],[987705,188649],[987571,189169],[988966,190059],[988101,190623],[988392,190110],[988546,190125],[988914,190603],[988557,190860],[988693,190425],[988984,190161],[988921,191117],[988975,190386],[987541,190511],[987512,189879],[987902,190708],[988299,190640],[988356,190363],[987783,190478],[987819,190474],[987471,190180],[988378,189966],[987725,190132],[988413,191628],[987613,191681],[987779,191885],[987809,191577],[987970,191890],[991646,191481],[991713,191538],[991613,191838],[991711,191932],[991881,191998],[993471,189071],[993217,189508],[993617,189045],[993124,189433],[993170,189399],[993457,189684],[993626,189542],[993064,189968],[993231,189980],[993474,189590],[998233,184299],[998198,184134],[998556,184093],[998026,184092],[998396,184037],[997483,183305],[997952,184292],[997356,185078],[997904,184362],[996899,185893],[997961,184509],[998214,184945],[998703,184734],[997996,185832],[998358,185011],[997989,185253],[998074,185323],[997948,185601],[998250,185701],[998159,185396],[997031,185485],[997029,185475],[995993,185671],[996714,185658],[995788,185483],[997105,185656],[997716,185933],[997274,184448],[996974,184666],[997426,184976],[997001,184966],[997439,184804],[997289,185364],[996718,185073],[997533,184160],[997045,184198],[997201,184240],[996633,184048],[996766,184672],[997399,184092],[997225,184157],[996307,184233],[996011,183984],[996480,183994],[996751,183987],[996483,183845],[996912,183942],[996942,184329],[996164,184606],[996221,184633],[996053,184398],[995752,184879],[995871,184746],[996345,184167],[996202,184072],[996167,186021],[996298,185135],[996041,184977],[996282,185727],[995787,185868],[996354,185532],[996251,185381],[996648,185226],[996344,185249],[996677,184800],[996523,185303],[997307,184752],[996921,184520],[996989,185174],[995921,185243],[996483,186005],[996508,185894],[997192,185712],[996892,185691],[996794,185980],[998228,183072],[998073,183141],[998120,183270],[998880,183476],[998123,182816],[997521,182958],[996494,182784],[996930,183236],[997254,183033],[997304,183255],[996828,182659],[996480,183133],[996681,182708],[996581,182832],[996291,182743],[996226,182951],[996168,183203],[995344,185404],[995115,185821],[994797,185258],[995209,185537],[994897,185136],[995120,184920],[994818,185241],[995305,184600],[995273,184510],[994924,185468],[994354,185642],[994651,185829],[994360,185462],[994697,185695],[994820,184849],[995202,183692],[995056,183598],[995024,183882],[995279,183692],[994800,183850],[994663,184334],[994785,183733],[994187,183632],[994381,183742],[994141,183867],[993607,183534],[994127,184270],[993205,183440],[994101,184023],[993629,183742],[995325,182852],[994970,182770],[995143,182326],[995569,183013],[995495,182477],[995756,182688],[995668,182241],[995722,182579],[995051,182171],[995316,182663],[995780,182170],[995936,181392],[996329,181447],[996548,181998],[993105,189776],[995754,181080],[995612,181323],[996207,181401],[996492,181487],[996012,181380],[995623,180950],[994996,181140],[995030,180791],[995644,180792],[995057,180475],[993319,189497],[994414,181157],[994510,180841],[995075,181242],[994651,181201],[996419,182245],[996882,182282],[996956,182123],[996392,182269],[993413,189388],[994755,182553],[994585,182300],[995056,182238],[994715,181824],[994353,181810],[995056,183050],[994386,182141],[994602,182363],[994292,182325],[994950,182428],[993030,182357],[993472,182752],[993614,182815],[993690,182506],[993533,182132],[992991,181697],[993727,181924],[993389,182411],[993217,181648],[993460,181640],[992795,181604],[993178,181796],[992652,181813],[992669,181590],[993332,181911],[993105,180843],[993641,181059],[993937,180309],[992959,180811],[993495,180878],[993415,179731],[993985,179822],[993099,180349],[992970,180136],[993535,180009],[993669,180075],[993181,180260],[993227,179912],[992985,180396],[993018,179723],[992704,180446],[992954,180485],[992821,180167],[992365,180386],[992870,179707],[992295,179670],[992671,180354],[992072,179844],[992563,179602],[992807,179723],[992154,180751],[992477,180698],[992772,180592],[992721,180832],[992398,180445],[993912,179780],[993779,180524],[994821,180795],[994641,180415],[993757,180515],[994884,180624],[995155,180031],[994604,180107],[994481,180359],[994888,180327],[993255,180638],[993160,181015],[993352,180404],[993363,180278],[993843,180894],[991478,179463],[991588,179936],[991578,179731],[991522,180129],[990865,180369],[990814,180258],[991311,179552],[990991,179684],[991428,180533],[990640,180312],[991272,180629],[990969,181390],[990658,180584],[991227,180218],[991149,180453],[991298,180248],[991585,180198],[990878,180250],[990853,180636],[991884,181704],[991922,181335],[991431,181602],[991498,181476],[991394,181673],[991025,181650],[991980,181590],[991570,181399],[991429,181298],[991168,181291],[991977,182624],[993204,182509],[991872,182611],[991271,182270],[991572,182334],[991267,181870],[991109,182340],[990923,182536],[991233,181967],[990616,182641],[991203,183386],[990432,183512],[990637,183255],[990469,183148],[991050,183728],[991001,183886],[990418,183658],[990672,183695],[990608,183768],[990953,183238],[991167,183937],[991977,183300],[991901,183571],[991264,183652],[991796,183328],[992250,183675],[991801,183906],[992184,184028],[992550,183528],[992316,183761],[994225,183584],[993308,183544],[993978,183585],[993745,184254],[993738,184039],[994783,183055],[994565,182756],[994400,182883],[994778,182527],[994546,182574],[995325,182008],[994556,182128],[994931,181927],[995207,181964],[995122,182009],[992827,182198],[992626,182698],[992704,182213],[993109,181931],[992058,182175],[991697,182087],[991515,182043],[991201,182250],[991822,182335],[988923,183431],[988913,183635],[989161,182680],[989591,182888],[989264,182852],[988815,182915],[988081,183614],[988941,183168],[988568,183628],[988679,182671],[988469,182011],[989117,181818],[988661,182059],[989015,182361],[988237,181986],[988645,181710],[988361,180987],[988956,180905],[989227,181446],[988842,181464],[989124,181942],[989646,182116],[989127,181831],[989393,182200],[989116,182502],[988380,181285],[989001,181392],[988219,181462],[988385,180968],[989004,181116],[988821,182431],[988282,182295],[988430,182506],[988612,182576],[988214,182593],[988169,183141],[988193,183528],[988340,183717],[988172,183045],[987977,183773],[989150,183400],[989106,182935],[989430,183586],[989593,183135],[989500,183263],[987301,182853],[987201,182570],[987228,182511],[987322,182519],[987373,182862],[987413,182396],[987245,182355],[987493,182161],[987608,182547],[987245,182043],[987284,181035],[987911,180790],[987499,180942],[987569,181439],[987428,181399],[987379,180850],[987672,181030],[987564,181546],[989546,180404],[989718,179682],[987885,180118],[990024,180006],[987696,180365],[987886,179649],[987808,179594],[989697,180221],[989960,179749],[988511,179783],[988962,180288],[988504,180294],[988803,180149],[989166,180210],[988589,180161],[988753,179700],[988846,180084],[989136,179816],[989076,179639],[989570,179915],[989879,180222],[989288,179720],[987472,179409],[987892,179719],[986674,179652],[987299,179450],[987072,179548],[986913,179913],[986737,179873],[985645,179425],[986194,179495],[985906,179628],[985982,180618],[985790,179982],[986161,180054],[985737,179698],[985910,179931],[985750,179435],[985853,181989],[986634,180935],[985757,180859],[985875,181048],[986655,180973],[986475,181497],[986338,180601],[986576,181425],[986685,180645],[986319,180946],[985604,182449],[985922,182890],[985844,183103],[985624,182687],[985919,182712],[985995,182857],[985791,182634],[985723,182607],[986275,182754],[986222,183028],[986476,182746],[986349,182702],[986459,183066],[986745,182592],[986695,182840],[986276,182280],[986601,182343],[986168,182131],[987270,182206],[986181,182488],[986282,181982],[986179,182668],[986524,182054],[985865,182203],[986066,182469],[985615,182469],[986185,182480],[985689,182006],[986063,182023],[986344,182134],[987441,183184],[987131,183142],[987253,182897],[987271,183031],[987518,182697],[985953,181071],[985996,181279],[987237,190496],[985846,190364],[987223,190127],[987170,190452],[986853,190503],[986687,191602],[986544,191705],[986404,191427],[985808,190678],[986579,190650],[985792,191657],[985746,192055],[985864,191440],[985602,191310],[985733,191613],[985613,191692],[986295,191803],[986270,192040],[987430,192104],[986803,191902],[986593,192135],[986438,192179],[987781,191990],[987447,191883],[987593,192004],[988090,191618],[986933,191447],[988147,190959],[988351,191973],[988267,191533],[988683,191561],[988652,191876],[990033,191908],[989653,191668],[989558,191846],[989887,191740],[989202,192177],[990209,191691],[989482,192003],[990093,192092],[989932,191712],[991046,192014],[990947,191915],[991375,191988],[991191,191950],[991348,191388],[990661,191892],[991450,191414],[989880,192144],[989649,190780],[989595,190663],[989502,191000],[989659,191109],[989434,191056],[990259,190694],[989970,191071],[990519,191149],[990637,190445],[990193,191076],[991125,190552],[991192,190638],[990848,191093],[990894,190778],[991060,190433],[991384,191359],[991499,190976],[987491,191501],[991456,191180],[991681,191395],[991372,190777],[991560,190627],[991043,191212],[991874,191017],[991723,190522],[992351,190609],[991885,190978],[988085,191889],[992063,190738],[992229,190916],[991844,189376],[992011,189748],[992202,189850],[991970,189644],[992394,189904],[991696,189182],[991585,189626],[991274,189697],[991313,189574],[991251,189237],[991824,189329],[991891,188636],[991479,188949],[991258,189024],[991264,188652],[993022,188968],[992228,188774],[992058,189047],[992303,189283],[992396,188712],[989983,188476],[990705,189314],[990638,188742],[990664,189237],[990087,189218],[989994,189106],[990556,189021],[989520,189239],[989875,189484],[990003,189601],[989675,189186],[989557,189538],[989630,188826],[989802,188819],[990088,188747],[989427,190165],[989922,190219],[990404,189690],[990341,189549],[990235,190365],[988919,189577],[988372,189333],[988479,189475],[988547,189238],[988248,189067],[988478,189172],[988259,189058],[988269,189040],[988684,188913],[988973,189140],[988271,189035],[988615,188891],[988579,189135],[987747,188813],[988019,189014],[988117,188886],[987583,189214],[987016,189294],[987936,189389],[987694,189180],[988713,189530],[988583,190465],[988888,190568],[988752,190216],[988344,190378],[988653,191012],[988296,190839],[988581,190506],[988709,190742],[988540,190798],[987371,190587],[987587,189434],[988081,190360],[987737,190758],[988822,190832],[987775,190257],[987801,190276],[988095,190138],[987473,190271],[987782,190036],[987799,191567],[988093,191703],[988279,191768],[991848,191534],[991559,192033],[993044,189137],[993347,189278],[993282,188985],[993162,189524],[993303,189212],[993451,189971],[993802,189664],[985688,192270],[985729,192788],[985783,193141],[986674,193374],[986694,193450],[986629,193264],[986787,192828],[986201,193231],[986479,192801],[986644,193653],[986677,192856],[986438,193587],[986556,192873],[987305,192329],[986417,192404],[986693,192250],[987255,193477],[987724,193220],[987378,192909],[987899,193557],[987939,193416],[987983,193112],[988477,192773],[987931,193398],[988021,193099],[988215,192374],[987572,192205],[988136,192471],[988435,192241],[987216,192835],[988026,193176],[987493,192723],[987484,192960],[987858,192767],[988708,192411],[988177,192285],[988292,193096],[988226,192790],[988115,192943],[988777,193053],[988027,193004],[988634,193230],[988512,193224],[988510,193692],[988312,193314],[987989,193935],[989556,194141],[989065,193345],[989259,194248],[989395,193703],[989436,193767],[989431,193537],[989545,193155],[989778,193931],[989232,193252],[989236,193374],[990068,192724],[989782,192963],[989937,193407],[989480,193286],[989518,193507],[989196,192483],[989731,192905],[989297,192870],[989183,192662],[989088,193092],[990010,192223],[989763,192217],[990591,192459],[990754,192258],[990498,192973],[990388,192820],[990630,192769],[989986,192362],[989979,193547],[989356,193079],[989625,193613],[989546,193756],[989989,192992],[989525,193535],[989685,193585],[989879,193846],[989761,194245],[989457,193481],[989740,193813],[989850,194047],[990275,193624],[989912,193460],[989701,193990],[989661,192372],[989087,192850],[989548,192509],[989037,192958],[989380,193209],[987929,193551],[988353,193847],[988220,193360],[988258,193729],[988494,193710],[985633,192882],[985723,192881],[985742,193372],[985727,192373],[986372,192321],[986310,193659],[986284,193438],[988463,193511],[986329,192964],[986614,193067],[986712,192867],[986740,192276],[986397,193367],[986622,192386],[987523,193741],[987114,193499],[987167,193220],[987357,192929],[987347,192940],[988785,192369],[987394,193128],[988713,192393],[987670,192869],[988512,192990],[987554,192355],[987726,192200],[987865,192278],[987580,193198],[987893,192938],[987746,192963],[987349,193379],[988050,193016],[988389,192357],[988354,192881],[988283,192842],[988594,192982],[988361,193168],[988047,193154],[988366,193435],[988007,193291],[988058,193456],[987872,193403],[989746,193830],[989448,194295],[989177,193737],[989704,193668],[989086,193553],[989781,193214],[989613,193178],[989924,193412],[989628,193123],[989299,193713],[989623,192905],[989660,192689],[989515,192926],[989765,192717],[989254,192400],[989650,192232],[989255,192615],[989554,192222],[989906,192620],[989839,192268],[990850,192286],[991119,192459],[990979,192857],[990601,192434],[990023,192547],[990774,192584],[990526,192617],[989974,192947],[989615,192896],[990017,193437],[989706,193131],[989907,193338],[989770,193683],[989808,193538],[989496,194049],[989344,194010],[989864,193516],[989865,194190],[989794,193702],[989998,193615],[990204,194106],[990291,193748],[989200,193051],[989347,193311],[989679,193144],[989594,192517],[988647,192902],[988674,193399],[987933,193897],[987965,193521],[988135,193811],[998546,184738],[998503,183976],[998479,184646],[998062,185014],[998437,185209],[998865,183492],[998727,183307],[998706,182779],[998864,183292],[998550,183537],[998667,184607],[998596,183432]] \ No newline at end of file diff --git a/src/gathering/a10291.json b/src/gathering/a10291.json new file mode 100644 index 0000000..54b393a --- /dev/null +++ b/src/gathering/a10291.json @@ -0,0 +1 @@ +[[-2357,-198741],[-2925,-195408],[-1111,-202752],[-381,-202570],[-2587,-204015],[-1365,-203158],[-552,-204031],[-2613,-201744],[-372,-200437],[-3192,-201734],[-561,-196226],[-957,-200241],[-1757,-200136],[-2293,-197069],[-365,-195385],[-3316,-199692],[-1172,-199280],[-2515,-199115],[-3581,-196726],[-1791,-196545],[-2647,-194248],[-1733,-193861],[-385,-196505],[-2862,-194998],[-3979,-198044],[-8058,-196738],[-4531,-197466],[-10738,-198057],[-7745,-197230],[-12332,-202296],[-10485,-199828],[-4735,-199636],[-7361,-198086],[-7041,-199934],[-6237,-198246],[-6187,-199792],[-11735,-200463],[-11876,-196298],[-11781,-195201],[-9528,-200354],[-7620,-199435],[-9187,-201092],[-7984,-200212],[-7435,-201343],[-8919,-202021],[-8933,-202078],[-11285,-201769],[-6495,-196488],[-11663,-195765],[-11301,-196642],[-11391,-195111],[-10700,-194017],[-6057,-193411],[-10273,-195401],[-9118,-197006],[-6020,-193746],[-9166,-193839],[-8479,-194586],[-10081,-192912],[-8386,-192354],[-6535,-192413],[-6950,-194130],[-8309,-192712],[-12268,-195059],[-12464,-194298],[-12416,-192682],[-303,-203123],[-3525,-202471],[-3677,-203214],[-949,-199807],[-4392,-199791],[-2519,-198751],[-1063,-198847],[-3836,-194558],[-302,-196479],[-2266,-195366],[-5729,-198769],[-8095,-202146],[-9852,-201363],[-11268,-202273],[-9192,-199444],[-6331,-196453],[-10278,-195035],[-7369,-194826],[-525,-213066],[-6259,-211799],[-2204,-212530],[-325,-206161],[-1818,-205228],[-11047,-214653],[-9648,-216724],[-508,-212518],[-2571,-212650],[-542,-214445],[-608,-214618],[-1195,-212110],[-4725,-213504],[-2657,-212269],[-2993,-213027],[-4361,-210280],[-4116,-213225],[-2274,-212207],[-1504,-209084],[-609,-210058],[-870,-211307],[-1822,-208201],[-10733,-214698],[-1,-207711],[-2229,-205837],[-11345,-216940],[-10979,-214277],[-348,-206598],[-928,-205222],[-605,-204889],[-7516,-214253],[-10806,-214299],[-10142,-214452],[-10872,-215347],[-10058,-214519],[-10783,-216766],[-9748,-215695],[-11738,-217068],[-2795,-219238],[-3156,-225702],[-4228,-225455],[-1824,-219949],[-5332,-221031],[-5662,-226174],[-9699,-218930],[-6029,-227112],[-338,-226787],[-3763,-226235],[-3723,-224739],[-1935,-226520],[-3299,-218966],[-1639,-226833],[-3743,-225198],[-2788,-223822],[-4608,-225337],[-957,-223686],[-5170,-229737],[-4101,-221198],[-4535,-219699],[-3520,-220816],[-2129,-223020],[-3873,-223105],[-2140,-221224],[-4290,-229205],[-4097,-228937],[-3579,-228266],[-4197,-226475],[-5013,-227724],[-3987,-226470],[-1279,-235918],[-1960,-236700],[-1758,-234836],[-3250,-236630],[-3483,-235593],[-2338,-236480],[0,-235148],[-774,-237419],[-2560,-237820],[-11895,-248715],[-8626,-249989],[-6120,-249207],[-11614,-245182],[-8821,-246972],[-10254,-245896],[-4932,-248440],[-1480,-253770],[-1935,-253320],[-11686,-244639],[-5173,-246017],[-7106,-247233],[-10430,-245910],[-384,-251038],[-8841,-246739],[-3927,-245661],[-8184,-246742],[-9883,-245350],[-1459,-253284],[-4489,-254927],[-5245,-248765],[-6148,-250208],[-2724,-256757],[-571,-256714],[-265619,-339202],[-265858,-341282],[-263662,-338116],[-263076,-345313],[-262437,-339175],[-261520,-341125],[-262626,-344290],[-260797,-338694],[-264753,-345462],[-22507,-190929],[-16087,-191447],[-24311,-191593],[-24936,-190652],[-24048,-191595],[-23548,-191375],[-22094,-190048],[-16347,-191056],[-19066,-191475],[-15409,-202232],[-17757,-202072],[-13171,-200731],[-25065,-204278],[-13837,-198356],[-16298,-199433],[-20000,-191855],[-17867,-200786],[-15456,-192996],[-13295,-193101],[-13194,-193063],[-13136,-197693],[-16116,-202271],[-13025,-195789],[-20206,-192511],[-17992,-200284],[-15098,-200704],[-16242,-199745],[-15018,-199069],[-15426,-197341],[-18913,-194045],[-13995,-196660],[-15588,-198337],[-13973,-195355],[-20132,-193658],[-19859,-197709],[-17236,-197544],[-17110,-197865],[-16617,-196987],[-19613,-191812],[-19282,-194336],[-19131,-195081],[-18128,-197103],[-22435,-200432],[-19850,-194498],[-18855,-196271],[-24876,-199044],[-25054,-191990],[-17168,-194698],[-24650,-204526],[-25569,-192160],[-17634,-193753],[-14806,-195869],[-24113,-194066],[-22364,-199669],[-23556,-193843],[-23647,-198998],[-20432,-193615],[-16419,-192004],[-16489,-192574],[-14995,-192886],[-15056,-196727],[-17932,-196741],[-16245,-193984],[-24805,-194358],[-24854,-195373],[-24578,-196052],[-25594,-196210],[-23039,-201819],[-24522,-204228],[-24182,-204310],[-23431,-204412],[-22440,-194556],[-25025,-195954],[-21332,-196922],[-20735,-197976],[-23386,-194705],[-23890,-197487],[-20497,-195556],[-22976,-196482],[-20824,-195859],[-21795,-197929],[-12843,-200567],[-18169,-192652],[-18114,-201250],[-20215,-198224],[-19497,-197676],[-20153,-195396],[-20938,-194551],[-21040,-193343],[-18034,-195124],[-18424,-193660],[-25333,-194383],[-24363,-202004],[-25114,-197439],[-22621,-202342],[-23801,-200289],[-22055,-195143],[-20389,-215218],[-20255,-207757],[-18050,-207496],[-21408,-206800],[-20903,-213347],[-23919,-213274],[-22719,-216697],[-21030,-208942],[-21152,-207665],[-18251,-207691],[-20509,-207890],[-21418,-208166],[-20496,-215205],[-19468,-207161],[-20351,-207715],[-20795,-208939],[-23608,-207885],[-23609,-217328],[-21289,-207577],[-23360,-213549],[-22282,-216429],[-22531,-215563],[-19084,-207905],[-22723,-214929],[-18880,-207677],[-19090,-208013],[-19307,-207987],[-22158,-214338],[-21902,-213948],[-23393,-212007],[-22391,-212245],[-21712,-212243],[-21651,-211961],[-24791,-217165],[-20002,-208340],[-20987,-207565],[-23559,-208524],[-21905,-208444],[-25259,-213136],[-24127,-214553],[-24815,-214620],[-22176,-217133],[-22679,-212226],[-17289,-210798],[-15438,-205860],[-15965,-207805],[-15949,-216456],[-19812,-215794],[-17703,-217225],[-18216,-212115],[-17075,-212450],[-17637,-211093],[-17373,-210026],[-15388,-208053],[-22128,-209910],[-13127,-205517],[-21369,-209594],[-19927,-216851],[-13712,-206740],[-13599,-206288],[-14989,-212437],[-16764,-206266],[-18601,-215464],[-18044,-214052],[-17218,-213075],[-19060,-209194],[-16304,-212560],[-17540,-215107],[-15169,-210420],[-15347,-211496],[-17981,-206543],[-16140,-208095],[-17431,-206769],[-17689,-206182],[-17921,-206336],[-16496,-208822],[-19348,-208951],[-19984,-214712],[-14825,-215793],[-16919,-217124],[-15468,-216127],[-19383,-216652],[-17542,-216643],[-18929,-216641],[-18317,-216004],[-17630,-215434],[-19498,-214580],[-17915,-215216],[-16776,-212811],[-18132,-211096],[-14914,-210534],[-15398,-210859],[-17370,-210932],[-15893,-209450],[-17678,-211246],[-14524,-208104],[-25564,-204893],[-16035,-208582],[-16550,-207697],[-16806,-206372],[-17195,-208750],[-19647,-212715],[-19443,-211378],[-21745,-210913],[-20769,-209569],[-18390,-228299],[-18826,-228244],[-21281,-217597],[-19976,-226941],[-23670,-221471],[-21738,-220953],[-22004,-218047],[-25006,-219588],[-24651,-223659],[-20705,-227250],[-23511,-228423],[-18341,-224047],[-17364,-227176],[-17231,-227049],[-18045,-226454],[-17320,-225769],[-17025,-226773],[-18532,-227939],[-18330,-225599],[-22419,-222164],[-19605,-228190],[-20810,-226259],[-20014,-227456],[-24839,-221254],[-20491,-225341],[-23782,-220154],[-19068,-224243],[-18969,-224344],[-24735,-221462],[-23657,-219823],[-21977,-220868],[-23669,-221768],[-20998,-218316],[-24171,-223291],[-24494,-223004],[-24568,-219686],[-25474,-222924],[-21519,-218515],[-21714,-218167],[-22031,-217619],[-19153,-224982],[-22271,-221898],[-22127,-224187],[-20257,-223579],[-22903,-222912],[-21172,-223636],[-24719,-223572],[-22626,-226946],[-22913,-224456],[-24805,-224615],[-24348,-228730],[-21882,-227556],[-21295,-227865],[-23085,-217443],[-21350,-225383],[-22079,-228788],[-19578,-219304],[-20923,-220696],[-19754,-219953],[-13890,-220246],[-14668,-219855],[-13895,-217552],[-20453,-222621],[-15676,-222063],[-17160,-221246],[-14702,-222999],[-15801,-220271],[-17201,-218563],[-15891,-224076],[-20301,-220351],[-20183,-221253],[-19786,-221000],[-19106,-221477],[-20530,-220268],[-18460,-220021],[-17628,-219371],[-18237,-219421],[-16124,-219447],[-15825,-217693],[-20422,-219417],[-19957,-217493],[-19696,-217449],[-20893,-220002],[-20761,-222155],[-13632,-217850],[-17275,-222521],[-14299,-219959],[-18790,-223801],[-20074,-221796],[-19529,-219999],[-17761,-218499],[-15096,-219485],[-20971,-219790],[-22300,-219391],[-23017,-219279],[-19663,-222037],[-25087,-238188],[-20003,-240913],[-23852,-242694],[-24725,-235606],[-25238,-240403],[-20785,-240629],[-25524,-236862],[-21762,-241179],[-23457,-235214],[-20987,-240704],[-19602,-240653],[-16972,-242768],[-24897,-236811],[-18510,-242261],[-17283,-240890],[-18055,-242277],[-24400,-235242],[-19603,-245159],[-19025,-245316],[-19367,-245394],[-13617,-248469],[-18645,-245145],[-19262,-244898],[-16314,-246945],[-18727,-245243],[-13309,-244632],[-14032,-248046],[-15530,-245248],[-12828,-245355],[-14610,-243725],[-15135,-246239],[-15180,-245728],[-14168,-248663],[-13008,-245251],[-13391,-245529],[-13355,-248571],[-13182,-245140],[-465954,-69244],[-25879,-190363],[-26538,-191140],[-26060,-190390],[-29132,-190720],[-25838,-190491],[-26679,-190996],[-28646,-190396],[-26031,-190711],[-29992,-192066],[-25824,-201259],[-26789,-196993],[-25925,-198723],[-27285,-199351],[-27057,-198903],[-26257,-198666],[-26345,-200344],[-26250,-199410],[-26956,-201866],[-26499,-201481],[-26253,-200135],[-26492,-204108],[-26479,-207249],[-26485,-208490],[-25675,-206694],[-38275,-217115],[-26573,-211230],[-30761,-210739],[-37373,-213091],[-37836,-211768],[-34497,-213893],[-25699,-213537],[-26389,-213402],[-34947,-211915],[-33718,-211829],[-35749,-211719],[-26666,-210300],[-25716,-206539],[-26909,-208292],[-25768,-209353],[-25616,-208215],[-37703,-213133],[-26917,-206577],[-30790,-215152],[-36062,-213124],[-35365,-212482],[-27816,-207295],[-37525,-213850],[-31462,-211580],[-32186,-208608],[-31221,-216465],[-27349,-215689],[-33270,-215627],[-26872,-209608],[-27685,-209430],[-32948,-209809],[-37963,-217171],[-37162,-212713],[-32254,-212939],[-32398,-215488],[-28961,-217139],[-27368,-215729],[-32288,-215460],[-31038,-212716],[-27673,-213299],[-34456,-211199],[-33776,-212264],[-33539,-209612],[-33685,-214288],[-38319,-209712],[-36006,-210948],[-25969,-214753],[-30990,-215404],[-34944,-211875],[-34419,-216704],[-37808,-213870],[-32952,-215605],[-28306,-212699],[-28721,-211655],[-26846,-212155],[-28185,-214072],[-29316,-211621],[-30521,-209946],[-27095,-215644],[-28042,-217000],[-28023,-215611],[-29976,-206034],[-25768,-206130],[-32733,-222500],[-27220,-228579],[-29198,-228861],[-30019,-228166],[-30732,-227506],[-35504,-226919],[-32462,-221771],[-33557,-227720],[-36922,-227634],[-28494,-222770],[-33277,-221133],[-26149,-225061],[-36755,-219873],[-34703,-218011],[-25756,-228889],[-37534,-230189],[-37376,-229954],[-37560,-229732],[-37827,-230149],[-26048,-223085],[-25722,-223033],[-28224,-221880],[-32637,-219915],[-33819,-222781],[-37542,-227195],[-28160,-228224],[-30700,-227868],[-38031,-225473],[-25696,-227102],[-25700,-228586],[-30087,-229659],[-28741,-227977],[-28756,-230159],[-30089,-228135],[-32797,-226836],[-30854,-228918],[-26199,-225778],[-31517,-228351],[-28499,-224715],[-28470,-225625],[-26652,-222920],[-33094,-221888],[-37551,-229736],[-36575,-220117],[-27820,-223403],[-28148,-227921],[-29771,-224004],[-33059,-221922],[-32776,-229644],[-32809,-229298],[-37419,-229568],[-34003,-229296],[-38025,-229608],[-36297,-229060],[-35972,-229209],[-30143,-220591],[-30253,-221500],[-30537,-222562],[-30331,-221892],[-28265,-217737],[-37573,-229719],[-26887,-219990],[-27162,-218441],[-28179,-221124],[-26645,-221112],[-25662,-220659],[-27889,-226694],[-27929,-228446],[-31442,-221857],[-36851,-220180],[-31075,-218444],[-34982,-222050],[-33062,-222344],[-33123,-224056],[-33468,-226348],[-33216,-218526],[-25922,-225601],[-36118,-226040],[-26632,-226567],[-25846,-225329],[-37688,-218773],[-37938,-217646],[-34177,-232948],[-32740,-232817],[-33275,-230953],[-36929,-240045],[-36889,-236504],[-36076,-231271],[-36037,-236690],[-29933,-238206],[-34701,-240573],[-29257,-230838],[-27249,-242284],[-31442,-231832],[-27700,-238471],[-34107,-233223],[-35144,-231272],[-36266,-231231],[-35947,-230311],[-34412,-230343],[-36609,-240891],[-37689,-230266],[-35322,-240414],[-36031,-240349],[-30126,-238680],[-36337,-239125],[-35792,-237229],[-37456,-230286],[-29321,-238229],[-36025,-231205],[-27215,-238629],[-33696,-237065],[-31925,-240487],[-31161,-241388],[-26092,-234962],[-30963,-240375],[-31429,-240047],[-36191,-231624],[-27480,-238459],[-528347,-314239],[-529556,-313780],[-529727,-313509],[-531856,-315140],[-525422,-317601],[-527809,-318074],[-41029,-215618],[-41235,-215543],[-50517,-215884],[-46748,-213457],[-41150,-217354],[-49368,-215769],[-41067,-216396],[-48130,-213591],[-40655,-215440],[-39184,-217111],[-46555,-213539],[-48922,-213001],[-49477,-210579],[-50741,-210486],[-50729,-215562],[-49405,-212491],[-49410,-208483],[-49657,-211408],[-50798,-212179],[-47509,-212390],[-41690,-217281],[-46644,-215575],[-40188,-216186],[-50880,-216208],[-48805,-213774],[-49951,-210501],[-39113,-219273],[-39953,-219800],[-40594,-226240],[-40169,-225794],[-47222,-227476],[-42564,-224306],[-44048,-220285],[-46383,-219152],[-45502,-219427],[-44015,-223219],[-43438,-220956],[-49164,-229708],[-44749,-219058],[-39292,-217797],[-39856,-219737],[-38744,-220026],[-40205,-218366],[-45561,-223639],[-38447,-217993],[-41954,-217562],[-39887,-228424],[-39253,-227430],[-38571,-227383],[-46761,-222551],[-42009,-224542],[-40003,-225122],[-39625,-227985],[-43652,-225812],[-44249,-221089],[-43301,-223385],[-45954,-222356],[-42614,-223788],[-44361,-226196],[-42328,-224060],[-44416,-226519],[-44405,-226472],[-45949,-225477],[-46929,-220160],[-43666,-220210],[-46791,-220123],[-43109,-218617],[-46718,-223620],[-42919,-220282],[-51075,-227571],[-45312,-223611],[-46891,-221711],[-45986,-223303],[-45785,-223854],[-46222,-220369],[-43869,-220069],[-46641,-220730],[-45178,-221655],[-46586,-220615],[-46578,-224244],[-44779,-219841],[-41358,-231727],[-45611,-237690],[-48837,-233856],[-47952,-236900],[-46560,-237063],[-39947,-235405],[-39079,-239521],[-42876,-231359],[-39081,-238706],[-49961,-238705],[-41712,-237706],[-39898,-239628],[-51007,-233188],[-42484,-235922],[-41861,-237535],[-51014,-235303],[-50531,-234107],[-50293,-235599],[-48934,-236037],[-41531,-232500],[-40113,-240425],[-40716,-235166],[-43613,-231412],[-39159,-239436],[-50182,-235177],[-42935,-233194],[-44953,-237905],[-46173,-237483],[-41145,-237555],[-39099,-241060],[-44894,-235993],[-43696,-231982],[-42719,-238783],[-52630,-209244],[-61141,-216362],[-52576,-213990],[-62551,-215638],[-52264,-217118],[-51670,-216367],[-52852,-209889],[-51319,-209873],[-52914,-215078],[-53404,-214003],[-53198,-213753],[-52761,-211595],[-53005,-213632],[-53533,-211770],[-54326,-210364],[-55019,-211000],[-52856,-210712],[-51962,-210301],[-54543,-210159],[-53024,-207332],[-51269,-205691],[-51633,-205754],[-53143,-207700],[-51470,-209397],[-52071,-210039],[-51828,-208939],[-51383,-214500],[-52787,-214062],[-62565,-216106],[-59292,-216199],[-60792,-222773],[-51927,-224991],[-61387,-221854],[-55700,-222253],[-62253,-226868],[-57118,-223753],[-61006,-224382],[-60107,-221203],[-52970,-229550],[-58176,-221428],[-51808,-218138],[-63846,-228624],[-52006,-224805],[-59200,-230163],[-53584,-230193],[-63836,-223779],[-59534,-221056],[-58695,-225758],[-59206,-227268],[-63303,-223664],[-54280,-226887],[-60354,-230044],[-56998,-229057],[-60189,-221399],[-63619,-228855],[-55319,-224405],[-53294,-226238],[-59437,-227087],[-62265,-226545],[-56164,-228891],[-61321,-220762],[-57708,-225338],[-57916,-221460],[-59299,-223871],[-56706,-223364],[-56449,-223349],[-61840,-221640],[-58138,-225086],[-61207,-221823],[-53463,-229538],[-62442,-226568],[-59652,-229965],[-59027,-228690],[-57817,-221658],[-62216,-224092],[-62127,-218713],[-60394,-221680],[-60861,-222539],[-60780,-222849],[-63521,-228635],[-59761,-222045],[-62730,-220547],[-63658,-219035],[-61980,-218277],[-62806,-220732],[-62057,-221017],[-63005,-218561],[-51921,-233323],[-52138,-235799],[-60446,-230949],[-61369,-230468],[-58960,-234972],[-51845,-230908],[-63840,-234895],[-52507,-232604],[-61739,-230795],[-60703,-234025],[-53991,-233044],[-61420,-232385],[-58551,-231554],[-60595,-231814],[-59050,-230889],[-53975,-233925],[-54031,-235449],[-51668,-234864],[-55282,-231834],[-52455,-237054],[-60994,-233663],[-59049,-232870],[-52738,-235663],[-61203,-234014],[-58341,-235163],[-51861,-235691],[-54339,-235789],[-70401,-216130],[-71107,-217234],[-64794,-217697],[-69828,-222194],[-70966,-222488],[-68341,-219672],[-67390,-223476],[-69257,-228686],[-66758,-226308],[-69968,-229388],[-65864,-228809],[-65822,-224504],[-70451,-229530],[-65503,-224367],[-67775,-219191],[-71194,-219616],[-70847,-218781],[-67656,-223348],[-68484,-217870],[-65181,-221556],[-64756,-223040],[-65164,-222229],[-64311,-223732],[-65470,-222534],[-70594,-220087],[-70349,-222623],[-69535,-221491],[-71031,-220686],[-69071,-222361],[-68843,-220389],[-70002,-217803],[-67287,-220197],[-65792,-229934],[-66970,-225740],[-67820,-227534],[-68760,-225749],[-72305,-228403],[-67626,-229352],[-69798,-232245],[-72531,-232079],[-71874,-231753],[-70119,-230564],[-67595,-230853],[-67238,-234692],[-65060,-232986],[-65630,-236508],[-65948,-235988],[-65464,-233161],[-65436,-234345],[3462,-177779],[4488,-177824],[3527,-178949],[3031,-177917],[3640,-177976],[4458,-178899],[3235,-179715],[2995,-180216],[3925,-180331],[9356,-189792],[7835,-184477],[7473,-185603],[10426,-186544],[9954,-186714],[7676,-187857],[4910,-191669],[6933,-188903],[7239,-189895],[6989,-191483],[10332,-188389],[9070,-190777],[9451,-188512],[8566,-189040],[8887,-191553],[10737,-190725],[10915,-189667],[11076,-190137],[10918,-187780],[12128,-185600],[12486,-186095],[3187,-191738],[7533,-184755],[8001,-189603],[8881,-190659],[11093,-190421],[12310,-189426],[12287,-188765],[10989,-195425],[11540,-201448],[4657,-197258],[6358,-197569],[9854,-197256],[11946,-203914],[4509,-197454],[1596,-197066],[2070,-193695],[6829,-200956],[7178,-199997],[9387,-203786],[8154,-194596],[5952,-203876],[10797,-204392],[11263,-192083],[12152,-199400],[11312,-194955],[6422,-204538],[11268,-202017],[9407,-201581],[12188,-194516],[2145,-200422],[12688,-194953],[6429,-198607],[3153,-199830],[11600,-201852],[12066,-198190],[7797,-195664],[9817,-197926],[4172,-200086],[8567,-198296],[1473,-198567],[9727,-193500],[10173,-194884],[8887,-194853],[6240,-193069],[6580,-196373],[6666,-195614],[3265,-193160],[6957,-194748],[6505,-194531],[4391,-195425],[4663,-202222],[5911,-197279],[3907,-203762],[10047,-199700],[8459,-199295],[9432,-200041],[10121,-199562],[9581,-201132],[8881,-203351],[6956,-204218],[6341,-200301],[819,-196813],[6748,-200921],[3201,-201014],[2523,-197956],[3189,-198293],[3744,-198559],[2929,-197838],[357,-200968],[449,-201995],[2620,-193627],[3688,-193847],[902,-201296],[919,-200838],[1918,-201434],[1540,-201819],[1493,-202498],[430,-202553],[149,-203757],[245,-203679],[1149,-203615],[2396,-194607],[2650,-195513],[12534,-201912],[10929,-195571],[8584,-192006],[11591,-196317],[3289,-201557],[8532,-196626],[3055,-195672],[11167,-200373],[11555,-199589],[5061,-199515],[12135,-195643],[8764,-193184],[3663,-199719],[6174,-197652],[6754,-196330],[4596,-193307],[8974,-200861],[8103,-198619],[979,-199688],[10071,-204450],[8531,-203646],[1314,-198237],[3411,-197279],[1046,-198932],[1287,-204173],[738,-203305],[12353,-209382],[11036,-213867],[12343,-206474],[4729,-205952],[7448,-207632],[7716,-212978],[1208,-206109],[1362,-210300],[2252,-207039],[74,-207330],[11923,-212539],[10637,-214451],[12142,-211337],[10084,-214001],[10883,-214054],[12743,-214048],[12569,-207564],[11911,-208401],[11845,-206657],[11619,-207544],[5837,-209089],[10380,-205704],[6753,-207373],[5543,-207463],[7090,-207552],[5700,-205365],[6132,-208510],[8015,-206612],[6650,-204817],[8365,-213512],[1400,-208628],[719,-204938],[853,-207715],[7231,-215269],[9088,-216672],[7542,-216162],[7984,-215651],[8905,-214715],[4974,-216769],[6558,-215698],[3913,-217151],[552,-208701],[947,-213274],[4477,-216984],[2964,-208139],[2268,-207671],[970,-208607],[1299,-212924],[6995,-217725],[5452,-217707],[5884,-217851],[873,-253084],[2315,-252134],[1918,-254632],[1717,-254636],[736,-253248],[2855,-257235],[3178,-256479],[7322,-268296],[7594,-268166],[3629,-263995],[2976,-261820],[3492,-262008],[6427,-267712],[4404,-264297],[4806,-266729],[4743,-266733],[3550,-262252],[6314,-263773],[6082,-263469],[6806,-262886],[6284,-262483],[3998,-265729],[4313,-263847],[3598,-262215],[6453,-260665],[4754,-264948],[6482,-260765],[3939,-265660],[4804,-265391],[4971,-259950],[4558,-264862],[5049,-266181],[8150,-267564],[8441,-267656],[3368,-262055],[3445,-262047],[6208,-268000],[6165,-267813],[3963,-265146],[4652,-266253],[3645,-264507],[4475,-263870],[6039,-263815],[6375,-263882],[6468,-263009],[6196,-262420],[6781,-261845],[4582,-263994],[4548,-264874],[4745,-264918],[6486,-260769],[6365,-260685],[4979,-259978],[4907,-260126],[5739,-262994],[6701,-268830],[7695,-268644],[133780,-190752],[133683,-191530],[134812,-191365],[134724,-191449],[135747,-190986],[135622,-191385],[133248,-191141],[132813,-191415],[133626,-191400],[133632,-190817],[135346,-191588],[133279,-191066],[132999,-191045],[133682,-194262],[134061,-193589],[134154,-192831],[134942,-192672],[131371,-195636],[131691,-195435],[130839,-194903],[131571,-194804],[131320,-199382],[131503,-199424],[132624,-197931],[132402,-197461],[132878,-197530],[132871,-197430],[131589,-201654],[131136,-201569],[134161,-193846],[134109,-193383],[134266,-192233],[135003,-191973],[135727,-191809],[131368,-195888],[131689,-194860],[131134,-194510],[131410,-199307],[131846,-199605],[132446,-198110],[132674,-197133],[133182,-197569],[131110,-200768],[131192,-201623],[136443,-208024],[136024,-208179],[137267,-207713],[137153,-208396],[137066,-207802],[136225,-208009],[136374,-207439],[137133,-208273],[136559,-207993],[134358,-222974],[134448,-222525],[133224,-223605],[133939,-223008],[134507,-220547],[134611,-220550],[134677,-220270],[129684,-221688],[129681,-221714],[128193,-222656],[129662,-220536],[130028,-220618],[134720,-226937],[135080,-226974],[134734,-225614],[134651,-225626],[136645,-224400],[136811,-223864],[136111,-223054],[136215,-223602],[135947,-222252],[136200,-222619],[134377,-222698],[134088,-222613],[133568,-223562],[134112,-223057],[134546,-220787],[134083,-219600],[134189,-220328],[129399,-221944],[129419,-221460],[128268,-222078],[128227,-221878],[130084,-221296],[129475,-221459],[135512,-226440],[135265,-226263],[134969,-226297],[134601,-226136],[136741,-224384],[136750,-224182],[135676,-223341],[136271,-223561],[136133,-222331],[135687,-222836],[137834,-232741],[138199,-232469],[139260,-231060],[139231,-231207],[139760,-230644],[140135,-230554],[139369,-236104],[139793,-236487],[140527,-234962],[140421,-233922],[137859,-231853],[137609,-231844],[138602,-232802],[137912,-233208],[139258,-231083],[139665,-231475],[139690,-231001],[139993,-231300],[139551,-235418],[139681,-235346],[139233,-236487],[139523,-235825],[140524,-233501],[138032,-232371],[137400,-231875],[135456,-255124],[139721,-251540],[135818,-253214],[135745,-251865],[135886,-251266],[137662,-251149],[137119,-250654],[139448,-251413],[134933,-255664],[139499,-251349],[136175,-253695],[136797,-252203],[136420,-252436],[136971,-250180],[137168,-250837],[131738,-258184],[128028,-259693],[130830,-258540],[130587,-258166],[132468,-259807],[131026,-256727],[131134,-259089],[129357,-256591],[134891,-256643],[132540,-256094],[134105,-256085],[131477,-258141],[131231,-256387],[132420,-259032],[133802,-256230],[131956,-258258],[130498,-256821],[134974,-256375],[135760,-303735],[134084,-303660],[136686,-303189],[132871,-303030],[139834,-304061],[138163,-303198],[137338,-301215],[135417,-301678],[136422,-300392],[135774,-302590],[131960,-301680],[134697,-303298],[136191,-299338],[139237,-305013],[138319,-303242],[134240,-303161],[132003,-302311],[130671,-303238],[134645,-299622],[137675,-302239],[128038,-309052],[128082,-308358],[128179,-308851],[128318,-308122],[128151,-309117],[128175,-307983],[139609,-319643],[138541,-313075],[140576,-317745],[140642,-309036],[140315,-310913],[140344,-311441],[138003,-311494],[139118,-321950],[138529,-322705],[138709,-323191],[140709,-325371],[139638,-325037],[135294,-330203],[139807,-324972],[137745,-323101],[136339,-329212],[137877,-326325],[128185,-331111],[128895,-330416],[129200,-331490],[132253,-330972],[135241,-330589],[139097,-331014],[135605,-330719],[137949,-327322],[139535,-327370],[139180,-328290],[139884,-328376],[140061,-327138],[139160,-319975],[138277,-320645],[137849,-320037],[139935,-319865],[140318,-323813],[140513,-323509],[139048,-324649],[139312,-330772],[139008,-331536],[132864,-331246],[135245,-328528],[139908,-331056],[137455,-330531],[140286,-324943],[135324,-328431],[136398,-331292],[137829,-324516],[137366,-325389],[138041,-326686],[130310,-331021],[130101,-331147],[130338,-330698],[138792,-327600],[138572,-332183],[136012,-332198],[136438,-331982],[134783,-328768],[136746,-331716],[134830,-332447],[132420,-328669],[135401,-331590],[137935,-331558],[129002,-338906],[128256,-338953],[130985,-340457],[132043,-341339],[131840,-335036],[128569,-333687],[132174,-333885],[131776,-333995],[131181,-336586],[131607,-334901],[132051,-341359],[129249,-341852],[130391,-338735],[128997,-342235],[128462,-338509],[128967,-333643],[128869,-333431],[133007,-335160],[132078,-335227],[131845,-349677],[130590,-348844],[131562,-349243],[132903,-349016],[132244,-347529],[132555,-347246],[131386,-347395],[130494,-348552],[151775,-180567],[151431,-181812],[151841,-181626],[151036,-179965],[152274,-182941],[153081,-180806],[153154,-181292],[153039,-181334],[153555,-185128],[151590,-186954],[150786,-187072],[151147,-188807],[150978,-188756],[153002,-189018],[152453,-188219],[152786,-188042],[152221,-182693],[151556,-181121],[152431,-188254],[151889,-181810],[151675,-180233],[151556,-180525],[153301,-180874],[153068,-181184],[153501,-182367],[153094,-181792],[153427,-181833],[153454,-185020],[151054,-187787],[151674,-187270],[151179,-188009],[150894,-188690],[153166,-188685],[152739,-189142],[153057,-188397],[141250,-234982],[141098,-233828],[141233,-234595],[141106,-233717],[153142,-277600],[153592,-276677],[153327,-278731],[152428,-276582],[147059,-287934],[152003,-284083],[151701,-285023],[153247,-284843],[149376,-286537],[153063,-283376],[145859,-286653],[145818,-285326],[152989,-284261],[146200,-287366],[146845,-287998],[153207,-283364],[144897,-293605],[149242,-284740],[144733,-295084],[152410,-305866],[144156,-303903],[149181,-297637],[141594,-300358],[145391,-304378],[148459,-305405],[143090,-302074],[149201,-295448],[150223,-301291],[149351,-299189],[144047,-303419],[146393,-300464],[144314,-297878],[142491,-301295],[143982,-305490],[145735,-302747],[146232,-303353],[146174,-306862],[145082,-296229],[149148,-295980],[151734,-300486],[143300,-300388],[144024,-302823],[145970,-300014],[146925,-298650],[145340,-304760],[146280,-297090],[143271,-297178],[143760,-304497],[141527,-301422],[144166,-304276],[142046,-304384],[145842,-300218],[143226,-304098],[146702,-294999],[145201,-294760],[148896,-295350],[148498,-299629],[146688,-305396],[142544,-302262],[148694,-301074],[148334,-299048],[149781,-301015],[147130,-299910],[147455,-306336],[146997,-301537],[146513,-300194],[147416,-301318],[146937,-305775],[151853,-306324],[151095,-305755],[152370,-306374],[149133,-296354],[144115,-304837],[145741,-305123],[147518,-309155],[142771,-309135],[145421,-309043],[145073,-307138],[145118,-307262],[141224,-319158],[144019,-319210],[141322,-319130],[146906,-307841],[141533,-312387],[143319,-319392],[145735,-313859],[142435,-313950],[142159,-314646],[146069,-317190],[144521,-315788],[142711,-317564],[144584,-315957],[146731,-307121],[146249,-310022],[151887,-308771],[141891,-308966],[143509,-308301],[144006,-311362],[143869,-309025],[143739,-311284],[148466,-308483],[148713,-307319],[145382,-308078],[144869,-310078],[142704,-307164],[144905,-307836],[141950,-318056],[142955,-316927],[141797,-307247],[142593,-319222],[151886,-308998],[141096,-314317],[141818,-318639],[143977,-311894],[152182,-308869],[145593,-313944],[153498,-307276],[142934,-310095],[145549,-326241],[143522,-321131],[142644,-322351],[141318,-321401],[141229,-321034],[141074,-323283],[147447,-328663],[147729,-326754],[146544,-328639],[144317,-322568],[144015,-322442],[147635,-329067],[146916,-322707],[145362,-324597],[145418,-323757],[145714,-325318],[145887,-327056],[144842,-325084],[143991,-325749],[145168,-326015],[142000,-319962],[144201,-321404],[141173,-324226],[143087,-324003],[141642,-324213],[147246,-328854],[142410,-323705],[143590,-324451],[143851,-323413],[144047,-322633],[144300,-323827],[146719,-322618],[145922,-324041],[147521,-323639],[149781,-326246],[146790,-324322],[148382,-325633],[147958,-327601],[148106,-326883],[146537,-326408],[143810,-327560],[142844,-327666],[141768,-326169],[141536,-327383],[142114,-327250],[142164,-326391],[153895,-184339],[153663,-184305],[154309,-280262],[153803,-279609],[15782,-190457],[14104,-188706],[19276,-186921],[24745,-185738],[18764,-187436],[13845,-186861],[13869,-187296],[15595,-186366],[25579,-186014],[15156,-185716],[18543,-184056],[23956,-182838],[15249,-183228],[16779,-183392],[16988,-184382],[16757,-183488],[19637,-186568],[19666,-186518],[18619,-185894],[18663,-189002],[18247,-186918],[14343,-186680],[15816,-188116],[24538,-182953],[13929,-188904],[13527,-187667],[13586,-188778],[13503,-191059],[14350,-191639],[17261,-190822],[17230,-190614],[17990,-190655],[19634,-190973],[18432,-191140],[25495,-191555],[24152,-191367],[19540,-190115],[25060,-185366],[23101,-190654],[25422,-187864],[19261,-188048],[22818,-191123],[19508,-188784],[20082,-190996],[20877,-190393],[20301,-184500],[20454,-188095],[20593,-183548],[21489,-189044],[22240,-188960],[20673,-185271],[19954,-184350],[20522,-187355],[20563,-186395],[22807,-188010],[22923,-188853],[22717,-187390],[22790,-188305],[25264,-181354],[22910,-186077],[22325,-185634],[22288,-184391],[23251,-184661],[24738,-181705],[23327,-181622],[23066,-181809],[23262,-180450],[22891,-184045],[23770,-183623],[22428,-181847],[25577,-182197],[13386,-186350],[17588,-187787],[17686,-184594],[15122,-185750],[17429,-183221],[16391,-184552],[17275,-187563],[13594,-190196],[15704,-188385],[25490,-191454],[19716,-189603],[21864,-190694],[22303,-189277],[21161,-187667],[21594,-183797],[24959,-182612],[24876,-186685],[22072,-182840],[25364,-186440],[24458,-186972],[25236,-190515],[22671,-198047],[23653,-197128],[23044,-197784],[23851,-199577],[24728,-200155],[24677,-198252],[25260,-204347],[25276,-199807],[23094,-200650],[22480,-194894],[21484,-196565],[24909,-192069],[23295,-198511],[23801,-192001],[17302,-197879],[18145,-197832],[14163,-193509],[13904,-197645],[19251,-203109],[14704,-191915],[12808,-199833],[18765,-200970],[18596,-196376],[18564,-191922],[15239,-191987],[14570,-197203],[16592,-202540],[25035,-193128],[17335,-204111],[21292,-203491],[20193,-202961],[13198,-200280],[18393,-204597],[22530,-192350],[24357,-199743],[15290,-201208],[16948,-203040],[20209,-195316],[15802,-197856],[15431,-200025],[19750,-201288],[16005,-202637],[19271,-193282],[15239,-193979],[17847,-194115],[15211,-203366],[23099,-198757],[17953,-201151],[16366,-202964],[15050,-194401],[18117,-199982],[14944,-204127],[17903,-196996],[20630,-197564],[19595,-202512],[17107,-192188],[19275,-196301],[19188,-192459],[14971,-196333],[18698,-196014],[14956,-195752],[20254,-194400],[23112,-199111],[23536,-191902],[22979,-198697],[21625,-196618],[16965,-192490],[16327,-203786],[21383,-203165],[19236,-195075],[14634,-192021],[15642,-201061],[14543,-192646],[17699,-192052],[16342,-203368],[19514,-202857],[16076,-196970],[14950,-199460],[17576,-201039],[19014,-202698],[19185,-202997],[21989,-202734],[19952,-202136],[18391,-200190],[18463,-207212],[18373,-209966],[24634,-208070],[21352,-204945],[25334,-208196],[25303,-206700],[24511,-206407],[15357,-204674],[23315,-207268],[20070,-207298],[19953,-207435],[21672,-206327],[19953,-210119],[22599,-209319],[19278,-208679],[15950,-209321],[22036,-209188],[21658,-208609],[21457,-211806],[17712,-209252],[21376,-212019],[15310,-206666],[21395,-212088],[15516,-208772],[25313,-205013],[16237,-205624],[15092,-206103],[13114,-213994],[22336,-215948],[19959,-213485],[21256,-214139],[14469,-214073],[14775,-208462],[15161,-210765],[17970,-217381],[19016,-205785],[14061,-208518],[18877,-208200],[14806,-215115],[13775,-211775],[14821,-215737],[16887,-208230],[16837,-211817],[15273,-208184],[20210,-210666],[24783,-206871],[20700,-207349],[13110,-212622],[22852,-211969],[19988,-213624],[13044,-207387],[19158,-213530],[17503,-205468],[15155,-211681],[16343,-211135],[18859,-210548],[20963,-211457],[13895,-212911],[22422,-217933],[18308,-217543],[20102,-250987],[18330,-251828],[17060,-253781],[15061,-255063],[19028,-251243],[23977,-255293],[23958,-255514],[20117,-251574],[17450,-252813],[14699,-255773],[15127,-258230],[20060,-266502],[13692,-261580],[20349,-267300],[14602,-260922],[25467,-263174],[25583,-262571],[22621,-259170],[21789,-258883],[23842,-257529],[23888,-257013],[23710,-256804],[23348,-256414],[23445,-256460],[24154,-255925],[23775,-256108],[19504,-265315],[19866,-266126],[13923,-257414],[20298,-266943],[14555,-256931],[13587,-258006],[13614,-261574],[23393,-256198],[23254,-256677],[20060,-266140],[25431,-263446],[23552,-257580],[25547,-262843],[21828,-259088],[22134,-258480],[23877,-257742],[37258,-190232],[37017,-191076],[37362,-191103],[26572,-191011],[29837,-191041],[26993,-190521],[30580,-191771],[30097,-187321],[30530,-186986],[29969,-186537],[29818,-186387],[29937,-186383],[27204,-189399],[26883,-186812],[26007,-190423],[26820,-186364],[29303,-180697],[27205,-180884],[27901,-179557],[27954,-179609],[25795,-185775],[28557,-182105],[25953,-185739],[27473,-183481],[28955,-184197],[29575,-184360],[27438,-184904],[30292,-185894],[27267,-183155],[27465,-186862],[26650,-188016],[25855,-187833],[27686,-191575],[29884,-189973],[33083,-191005],[32884,-191341],[37600,-186649],[31976,-190657],[37532,-181649],[33414,-187879],[32816,-188761],[36164,-186007],[38372,-179674],[35420,-191124],[34809,-186753],[37061,-189134],[35712,-186579],[36191,-190883],[37088,-179893],[35478,-191071],[35515,-190721],[36851,-185134],[38364,-186490],[36878,-184708],[37861,-186025],[38154,-185335],[36858,-180763],[34057,-191618],[35772,-185878],[33341,-188155],[28737,-180296],[26801,-191040],[29911,-187314],[29964,-186804],[28475,-184764],[30356,-184670],[33171,-190319],[35809,-181084],[38062,-183596],[37551,-183333],[34733,-191260],[34787,-191288],[34118,-191623],[34646,-191386],[36437,-192085],[37683,-195880],[37230,-192369],[37411,-193419],[37581,-193601],[35125,-192846],[36273,-195239],[35798,-194390],[36466,-195047],[36654,-194970],[37927,-197413],[36726,-193048],[36053,-193086],[34947,-194928],[29733,-194527],[27172,-193617],[26215,-192448],[36305,-198802],[37377,-201213],[32257,-193290],[30350,-194863],[26334,-199992],[28108,-201406],[36779,-198478],[27619,-195324],[35265,-198189],[33742,-192250],[35610,-196253],[37516,-192768],[36427,-192388],[36868,-192457],[33414,-192063],[34501,-192112],[28929,-202409],[29050,-202811],[32032,-204580],[32277,-204494],[28441,-203541],[27690,-197120],[28947,-197114],[35752,-195592],[26385,-192256],[26151,-195664],[25918,-198265],[26664,-192049],[26033,-192923],[35824,-196227],[29476,-196801],[29600,-197722],[35624,-197805],[29966,-192983],[32006,-194050],[30287,-192941],[30727,-193330],[32055,-194909],[32216,-193870],[29724,-195254],[35821,-198435],[36538,-200931],[35835,-199444],[37498,-198903],[36255,-199585],[37640,-200474],[28020,-202097],[28061,-201397],[35872,-198983],[30583,-204556],[30348,-197260],[35866,-196182],[36649,-198560],[26263,-195002],[34151,-194154],[26026,-198921],[28455,-194556],[27694,-195155],[26229,-195206],[30055,-197530],[25920,-195256],[29928,-193911],[30679,-192506],[31909,-195278],[32859,-197472],[33623,-196895],[32777,-193770],[33640,-194382],[32851,-191934],[34776,-198065],[34057,-192747],[33156,-193652],[32210,-193281],[32231,-193135],[37596,-192857],[37024,-192805],[33924,-191803],[34479,-191974],[35272,-191971],[29124,-202834],[29338,-202911],[28420,-203592],[30267,-204631],[35294,-208293],[32253,-204629],[32961,-229312],[34813,-227512],[36746,-219223],[37320,-219503],[35620,-217582],[36105,-217622],[38274,-225929],[37293,-226937],[38036,-228397],[37715,-229859],[37547,-230016],[36669,-229054],[34969,-226351],[33496,-225550],[35644,-217665],[36100,-217411],[35233,-227911],[34915,-228605],[37558,-218708],[36920,-219539],[32074,-233295],[33266,-230672],[36414,-231138],[36444,-231197],[32930,-232779],[37626,-234084],[35837,-232368],[37955,-241289],[35047,-234845],[38285,-230366],[33997,-232714],[37734,-235663],[31700,-233297],[32261,-233621],[32888,-235675],[33713,-232294],[35155,-235715],[33773,-231582],[34956,-231867],[35220,-230914],[31360,-232795],[32144,-231782],[29833,-234193],[37872,-234739],[35583,-232371],[35044,-234920],[37375,-233152],[37157,-232315],[35346,-233511],[35635,-233300],[38014,-241117],[37982,-240668],[37304,-242643],[37490,-242700],[33058,-248821],[29115,-250211],[35133,-249114],[33955,-245747],[33486,-248343],[27807,-248804],[32537,-247342],[32532,-249024],[34041,-246767],[33024,-247679],[34836,-246343],[32728,-247270],[35781,-245453],[29586,-250238],[26630,-255071],[38379,-249298],[25950,-255595],[34681,-249525],[34574,-245428],[28336,-246698],[36310,-246558],[34201,-252426],[29544,-253086],[35149,-247547],[35492,-249920],[34927,-251950],[33077,-265347],[33174,-265436],[31394,-265475],[31263,-265407],[31627,-264315],[31806,-264164],[30043,-262043],[29827,-262292],[30737,-261730],[31841,-260997],[30918,-261019],[30296,-263639],[30918,-263641],[30748,-265184],[30632,-265070],[27397,-262957],[27389,-263243],[28679,-262876],[28445,-263114],[27858,-262676],[27789,-262612],[28561,-261888],[28719,-261990],[25849,-263595],[33231,-265620],[33222,-265271],[31975,-265116],[31787,-264843],[31719,-265084],[30456,-262101],[30355,-262578],[30392,-262040],[30311,-262060],[30752,-261058],[30622,-261414],[31693,-261507],[31725,-261872],[31032,-263978],[30870,-264023],[30162,-265261],[30657,-264682],[28159,-263406],[27462,-263463],[28882,-262533],[28501,-262953],[27877,-262734],[27572,-261872],[28756,-262189],[27869,-262608],[25708,-262883],[27795,-272382],[28592,-272945],[32799,-272277],[27756,-275412],[28076,-273474],[27631,-272389],[30847,-275960],[30512,-276205],[29630,-274957],[30330,-274790],[30748,-274543],[28916,-273143],[30565,-272522],[26848,-272741],[31232,-273774],[32655,-272815],[33195,-274370],[29828,-276805],[30841,-279133],[31551,-279634],[30759,-276869],[31135,-280249],[42130,-188255],[40282,-189648],[45079,-184506],[39114,-188458],[39440,-188078],[40854,-188107],[47022,-185275],[41358,-187454],[41269,-186885],[46525,-183975],[41259,-186107],[39925,-185312],[41176,-185157],[40560,-181299],[39648,-184139],[41297,-185302],[43803,-180601],[40150,-184546],[40102,-184879],[40586,-184073],[40470,-183439],[40921,-184188],[40329,-181812],[39428,-183748],[40216,-183165],[39082,-183853],[39567,-181637],[39918,-181716],[40281,-182597],[39409,-182100],[43672,-181420],[41856,-185620],[47602,-182432],[44267,-183769],[47878,-183169],[45118,-182935],[43856,-181945],[44184,-185627],[41859,-185009],[42014,-186472],[45405,-185625],[43054,-187696],[42492,-188482],[46544,-185719],[45062,-186424],[46749,-188875],[46658,-187548],[51064,-189913],[46305,-189807],[44808,-187566],[45462,-189574],[44407,-188768],[47959,-190038],[47993,-190848],[47389,-191077],[50743,-190317],[44802,-189347],[43683,-188673],[44786,-190653],[43819,-189279],[43274,-190402],[43088,-191372],[43935,-190109],[44561,-191408],[43709,-189991],[50745,-189922],[41045,-188603],[38697,-184494],[39269,-182520],[40754,-182083],[42145,-182826],[42934,-182416],[43955,-182575],[44037,-182670],[48449,-185881],[47115,-183031],[45717,-185649],[44208,-188886],[45624,-186932],[47329,-187317],[40663,-189989],[43944,-191616],[45019,-202246],[38944,-198610],[40661,-194651],[46165,-202096],[42060,-199794],[46430,-201063],[51100,-202369],[50675,-201741],[50163,-202054],[49402,-201696],[49715,-200953],[49708,-200833],[49227,-200833],[46736,-198214],[47248,-197918],[45748,-197744],[45665,-198333],[43529,-199986],[44332,-199597],[44605,-199725],[44371,-200836],[44721,-200305],[42238,-199441],[42578,-199061],[42048,-198904],[42078,-199005],[41778,-195882],[41909,-195849],[42449,-196900],[43119,-197071],[42042,-195977],[42136,-196362],[41435,-195557],[41258,-195536],[39221,-196913],[39678,-197942],[39831,-197425],[44767,-202030],[42779,-199027],[47695,-203121],[41257,-199132],[45302,-201758],[46748,-201179],[41896,-199102],[46970,-200440],[39102,-196368],[39288,-199367],[47287,-196283],[46241,-196172],[45127,-200045],[39033,-198925],[41619,-197941],[47692,-203148],[41332,-197454],[40122,-194813],[41836,-197674],[43061,-192690],[44274,-192994],[41762,-196109],[40073,-195789],[39662,-194971],[43774,-192621],[50435,-202178],[50948,-201471],[50525,-201345],[49823,-201611],[50079,-201442],[49680,-200033],[49393,-200291],[47360,-198562],[46875,-198061],[45857,-197622],[45595,-198157],[44041,-200083],[44228,-199623],[44609,-199609],[44200,-199647],[44704,-200891],[42353,-199740],[42311,-198487],[43013,-196961],[42680,-195804],[42676,-196586],[41545,-195055],[41011,-195053],[38743,-196777],[39451,-196730],[38651,-197523],[38773,-197215],[39307,-197822],[39564,-197757],[50587,-192079],[39183,-202403],[40080,-202738],[39306,-201386],[39035,-200244],[38748,-202662],[49908,-192801],[39376,-200135],[39431,-200092],[38881,-201979],[39286,-200222],[44874,-212180],[43963,-211727],[46429,-212822],[45913,-215625],[46837,-212743],[45758,-214807],[47281,-213714],[47342,-214198],[45261,-208584],[43999,-213543],[46605,-210410],[46943,-208125],[44128,-217329],[43155,-215748],[44161,-207243],[41122,-213678],[47455,-214135],[49218,-215696],[48151,-216391],[46430,-211565],[45638,-206700],[44187,-215055],[46483,-216284],[44349,-216369],[43951,-216155],[41353,-213853],[44815,-222558],[44702,-222063],[44791,-220837],[47553,-219030],[46989,-219212],[47556,-219433],[47619,-218470],[46832,-218434],[45144,-219843],[42315,-223263],[42329,-223279],[42980,-228091],[40303,-223441],[41520,-222649],[39675,-226523],[39612,-225998],[40027,-224990],[45673,-229416],[38739,-225716],[41716,-224692],[41189,-226146],[41357,-226806],[41249,-225426],[43949,-229289],[42572,-228027],[42146,-226193],[41436,-227801],[38568,-226202],[39563,-228988],[42667,-226406],[47680,-227936],[47548,-228445],[47466,-228411],[46532,-228959],[46804,-228355],[44149,-228981],[44758,-229148],[43898,-228600],[44282,-228281],[44339,-227623],[45383,-228034],[45099,-228386],[47541,-225786],[46230,-225419],[47060,-226187],[46616,-225524],[47793,-226334],[47731,-226063],[46937,-218951],[46325,-218104],[39768,-225595],[40817,-226304],[38940,-226628],[44779,-227767],[40114,-230175],[41933,-228569],[40929,-226564],[48085,-228020],[47618,-228368],[47303,-227937],[47149,-227956],[46856,-228593],[47208,-228645],[44334,-228845],[44929,-228097],[44597,-228220],[44688,-227706],[43805,-229185],[45822,-228526],[45981,-228199],[46967,-226500],[47116,-225287],[47136,-226462],[46334,-226073],[46258,-225721],[47928,-226435],[48150,-226432],[39175,-234169],[45861,-231820],[42412,-233578],[40524,-234160],[42607,-232348],[49306,-232960],[50007,-232904],[47488,-232316],[38865,-234719],[45730,-230295],[45557,-232007],[38411,-235325],[44096,-232687],[45350,-232221],[41342,-235422],[41058,-231412],[38774,-231235],[38906,-234968],[42039,-233649],[39139,-232546],[45255,-230339],[44100,-232219],[42420,-231651],[42234,-230658],[43401,-230407],[43891,-230703],[39970,-241721],[40992,-241744],[49422,-233212],[38422,-241315],[40247,-242778],[50248,-232357],[51047,-241922],[46941,-242138],[43938,-241950],[42663,-241448],[40746,-240690],[41224,-240875],[40197,-240888],[41510,-241962],[50181,-248350],[50865,-247897],[40279,-250562],[49235,-251844],[44618,-245741],[51141,-251934],[40702,-246698],[38857,-246034],[40274,-246438],[41493,-247573],[38988,-244019],[40147,-250627],[49581,-247933],[48310,-247013],[50450,-246945],[50695,-246042],[50560,-244936],[49181,-245019],[47724,-243229],[48218,-244891],[48373,-243532],[46911,-244265],[47860,-243586],[45483,-245427],[43937,-247019],[46255,-244227],[46337,-246142],[45187,-243343],[42805,-243517],[39704,-247345],[39320,-246314],[43459,-247760],[48017,-252365],[48098,-255166],[39778,-247679],[48515,-253150],[47087,-254703],[47590,-255553],[50586,-253341],[39040,-245242],[49206,-250175],[49968,-247464],[48794,-247499],[50771,-246253],[49854,-243594],[50192,-245199],[48812,-250658],[41537,-247673],[40881,-251292],[46039,-248179],[45502,-248373],[39659,-244257],[45326,-247524],[42925,-243850],[42450,-243591],[41097,-243497],[39913,-260923],[41223,-263996],[41509,-265159],[41498,-262171],[39771,-265447],[42444,-263232],[48069,-262893],[47960,-264478],[46611,-258258],[38899,-262578],[48842,-256672],[47421,-256234],[46985,-262968],[39283,-264579],[47442,-259097],[39530,-262474],[46783,-258712],[47781,-262972],[50327,-264906],[50052,-259841],[39903,-264609],[40328,-264231],[41026,-265358],[40500,-263324],[48722,-265453],[47387,-262759],[46891,-258799],[50061,-292728],[49786,-293718],[50537,-290943],[50301,-293717],[49268,-293033],[49967,-293604],[571516,33162],[571941,33168],[568940,32658],[569293,32792],[569034,32672],[569070,33009],[568943,33103],[571373,33250],[571806,32621],[571316,32660],[571005,33263],[571120,32812],[571100,32238],[571714,32725],[570833,33139],[570476,33669],[570993,33955],[571305,33310],[570822,34071],[570084,32401],[571074,34259],[570860,33942],[571034,33864],[571240,33573],[570941,33799],[570502,33284],[570427,33340],[570397,33447],[569864,32564],[570124,33866],[569997,32441],[570702,32735],[570206,33715],[569653,32613],[569373,32606],[570314,33041],[570731,32788],[570516,32157],[570809,32225],[570489,32158],[571005,32674],[569520,32744],[571426,32138],[570915,32701],[571134,32801],[571367,33143],[571204,32797],[570839,33048],[572031,33620],[571479,32703],[571433,32504],[571839,33639],[571498,33610],[571216,34932],[570409,32289],[571394,33667],[570140,34253],[570468,32301],[570489,32272],[570386,34415],[570345,34038],[571671,34757],[571853,33088],[570654,34197],[571083,34282],[571107,34255],[571349,34881],[570682,32801],[570327,33302],[570259,33221],[571104,33489],[571233,33691],[570254,33016],[570520,33067],[571035,32189],[570983,32609],[571769,33954],[571824,33795],[572011,33892],[569025,33265],[569958,32827],[571714,33170],[571634,33023],[569950,34519],[570251,34727],[570375,34782],[570647,34540],[570341,34395],[570767,34588],[570458,35101],[569768,33658],[571567,34411],[569928,34644],[571492,34565],[569892,33967],[568738,34951],[569480,33852],[568856,34935],[569549,33604],[569152,34739],[569383,34409],[568637,33997],[569660,34753],[569469,33306],[569160,34448],[568977,33655],[569351,34024],[569547,33104],[568885,34672],[569359,33566],[569694,33392],[569739,33413],[569560,34313],[569678,34736],[569299,34049],[569474,33864],[569545,34351],[569610,34453],[569185,34004],[568678,34149],[569140,34174],[568849,33964],[569368,34553],[568946,33516],[569081,33888],[568757,33989],[568890,33593],[568827,33679],[569275,33169],[569350,33233],[570153,32468],[570262,32517],[571574,34215],[569926,35115],[570458,34707],[570252,34981],[569808,35123],[571508,34162],[571819,34391],[570810,34908],[570542,35130],[570886,34599],[571240,34642],[571160,34825],[570903,34829],[571274,34550],[571480,34842],[569733,34998],[568630,34090],[568962,34856],[569031,33519],[569064,32867],[569301,33090],[568941,32665],[569314,33139],[568692,33872],[569015,33899],[568972,34043],[569335,32772],[568798,32967],[569249,33221],[569126,32915],[569297,32882],[569014,33119],[571665,32292],[571769,32702],[571736,32683],[571857,34416],[571397,32393],[571637,33739],[571145,32817],[570618,33898],[570713,33943],[570773,34020],[570682,33891],[569965,33681],[570895,33914],[570661,33658],[571807,34008],[570473,33311],[570662,33301],[569527,32644],[570270,33601],[570627,33138],[570474,33687],[570352,33550],[570831,33924],[569866,32454],[570304,33534],[570062,33102],[570135,34033],[569842,32447],[570613,32826],[570092,33842],[569247,34729],[569706,32627],[570205,33496],[570129,33044],[570891,32781],[570274,33561],[570036,33450],[570724,33889],[570893,32726],[570925,32720],[570893,32769],[571248,32751],[569577,33024],[570601,32163],[569902,32955],[571040,32973],[570881,32912],[570824,33267],[570691,33396],[570742,33348],[571042,32894],[570879,33146],[570685,33157],[571194,32757],[571502,32855],[571292,32735],[571680,33958],[571510,32699],[570120,34265],[571619,33876],[571266,33807],[571405,33774],[571745,33442],[571383,33744],[570454,33637],[570215,34040],[570632,34099],[570272,34483],[570192,34420],[570252,34412],[570460,33679],[571340,34842],[570229,34009],[570375,34030],[571177,34010],[570997,34387],[571218,34356],[571673,34851],[571044,33960],[571082,33161],[570116,34369],[569188,33366],[570433,33235],[570452,32974],[569851,33270],[570867,33650],[570295,32997],[570947,33743],[569597,33002],[570344,32922],[569551,34232],[569937,34245],[570193,33311],[570801,32241],[570855,32330],[569495,32680],[569284,32542],[570885,32333],[569799,32447],[568794,33263],[569883,33067],[570998,32264],[571167,32493],[570888,32268],[571242,32202],[571239,32693],[570914,32570],[571237,32150],[571223,32222],[571085,32239],[571662,32477],[571392,32632],[571646,32406],[571532,32794],[571327,32831],[571124,33346],[570846,33209],[571321,33343],[571331,33402],[571031,33325],[571206,33124],[570860,33452],[571151,33409],[570769,33544],[571098,33695],[571244,33897],[570951,33866],[570120,33138],[569905,33371],[569987,33137],[570598,32828],[569696,32635],[569681,32960],[570104,34136],[570096,34200],[570276,33828],[571603,34617],[571427,34023],[571645,34790],[571569,33944],[571561,34838],[571372,33915],[571380,34674],[571641,33803],[571682,33600],[571572,33574],[572106,33637],[571623,33574],[571523,33230],[571667,33134],[571611,33070],[571827,33220],[571712,33117],[571755,32956],[571967,33043],[571907,33193],[571545,32844],[571629,33057],[570472,34358],[570453,34461],[570697,34763],[570024,34996],[570340,34357],[570520,34533],[570333,34803],[570032,34481],[570039,34461],[570752,34554],[570687,34651],[570205,34603],[569491,35054],[569186,34972],[569763,34583],[569630,34068],[570003,34755],[569781,34793],[569799,34027],[569492,34747],[569321,34799],[569240,34422],[569719,33522],[569145,34965],[569982,34224],[569791,34112],[569163,34945],[569630,33527],[569189,34005],[568799,34273],[568739,34027],[568789,34145],[569737,33339],[568908,33374],[568582,34007],[569610,33402],[569219,33441],[568757,34430],[568845,33592],[569217,34391],[569627,34661],[569556,34192],[569151,34162],[569688,33567],[568598,34097],[569686,34177],[569540,34972],[569354,34726],[569203,34944],[569238,33734],[568961,33973],[569364,33457],[568684,33883],[569155,33905],[569883,33693],[569287,33388],[568913,33778],[569237,33194],[569030,34017],[569425,32526],[569573,32562],[570202,32692],[570166,32742],[569906,32491],[569867,32503],[570235,32890],[570337,32452],[570664,32566],[570245,32622],[570213,32383],[570441,32226],[570215,32226],[570593,32438],[570205,32718],[570342,32474],[570296,32408],[570335,34480],[570480,34911],[570733,34768],[571688,34330],[570317,34557],[569639,35051],[570680,34855],[570677,34940],[570128,34685],[570829,34997],[570763,35041],[571813,34571],[570805,35103],[571803,34490],[570828,34929],[570741,34943],[571546,34466],[571832,34534],[571234,35012],[570892,35086],[571171,34701],[571362,35130],[571025,35112],[570982,34792],[571418,35134],[571043,34742],[571201,34544],[571232,34965],[571285,35133],[571550,35065],[571625,34862],[571628,35083],[571725,34298],[571751,34328],[571387,34381],[571729,34034],[571531,34558],[570208,35126],[570289,34718],[569774,34642],[569949,34878],[570033,34712],[569190,34996],[569549,35019],[569249,34077],[569385,33999],[569656,34100],[569546,33830],[569405,33936],[569731,33896],[569913,33681],[569931,33600],[569201,34605],[569074,34989],[568878,34883],[568724,34653],[569192,34635],[568961,34676],[569122,34545],[568720,34538],[568884,34490],[569215,34416],[569043,34673],[568812,34501],[569000,34489],[568868,34060],[59982,-183287],[52153,-191253],[59788,-182292],[51305,-190379],[53170,-185190],[51941,-190263],[51896,-190619],[61305,-184590],[61339,-183361],[55549,-184883],[52463,-186608],[59735,-183693],[53354,-186744],[53360,-185156],[61103,-184640],[58917,-183013],[63024,-185368],[61713,-183211],[52099,-190153],[56969,-181935],[60834,-189961],[61810,-191711],[61794,-190811],[62543,-188272],[62468,-189612],[62251,-188426],[62019,-190253],[61084,-190291],[62405,-189793],[62252,-189095],[62700,-189043],[60556,-183582],[61802,-184774],[51619,-186921],[60642,-184984],[60785,-186060],[52172,-190615],[55858,-183864],[59456,-182095],[57435,-183914],[60581,-191601],[59083,-191411],[62379,-190760],[62009,-191496],[60929,-190404],[61864,-191061],[62476,-189801],[62908,-189403],[61754,-190452],[61236,-189933],[62813,-188199],[62241,-188407],[61566,-197992],[61432,-198301],[60830,-197650],[60624,-198222],[53271,-198472],[54502,-197673],[54902,-198906],[54186,-198761],[54969,-197601],[53269,-197338],[53967,-197642],[52920,-201528],[52918,-201694],[52011,-201008],[52128,-201838],[51338,-201755],[51471,-202530],[63096,-199019],[63737,-199324],[63898,-200096],[58501,-195718],[56954,-197507],[59553,-197871],[61300,-197550],[61674,-198746],[61352,-197816],[61064,-197469],[60577,-197591],[53671,-198494],[53667,-199100],[55050,-198924],[54678,-198509],[55247,-197480],[55165,-198324],[53059,-198345],[53767,-197732],[53324,-198110],[53468,-201457],[52925,-201228],[52447,-201008],[51800,-200926],[51616,-201813],[51939,-202730],[51997,-201987],[63402,-199605],[58996,-195827],[57793,-196398],[59570,-197908],[59404,-204497],[51291,-193524],[63053,-200941],[59198,-193845],[58486,-193363],[60233,-192354],[62959,-196741],[59373,-193419],[63178,-196889],[60778,-198334],[62807,-197060],[60895,-194411],[61051,-194052],[61210,-192365],[60602,-193565],[61316,-192710],[61299,-192638],[60888,-201710],[61572,-201787],[63386,-199893],[63166,-197379],[63515,-197888],[59466,-195760],[59766,-195127],[58683,-195419],[60490,-193848],[58435,-192486],[59385,-193990],[61333,-194228],[61817,-196535],[62245,-196762],[62888,-197182],[60795,-193547],[60557,-192161],[61050,-192405],[60974,-193375],[60681,-193194],[61726,-202030],[61169,-201685],[63388,-199895],[63343,-197663],[63229,-197122],[60322,-195134],[59704,-194960],[58634,-195601],[59855,-214709],[63086,-214870],[59964,-214294],[62748,-214439],[59704,-205601],[61109,-229005],[59317,-228379],[55200,-227622],[54699,-227897],[54232,-228355],[54148,-228024],[55199,-228948],[54970,-229036],[55376,-229638],[56918,-230116],[55431,-229551],[55141,-229325],[52963,-229762],[53231,-229991],[59844,-228317],[60940,-229140],[56906,-227375],[56546,-226962],[57693,-228469],[56825,-227805],[56668,-227003],[56423,-227897],[58112,-227749],[59151,-229403],[60128,-228237],[61202,-227714],[53796,-227279],[54789,-227917],[54648,-228228],[53788,-227309],[55502,-228885],[55681,-228096],[55109,-228536],[55506,-230096],[57612,-230165],[55678,-229525],[55465,-229140],[55953,-229661],[53117,-229773],[52425,-232123],[56444,-232963],[59994,-231305],[53794,-231595],[57199,-240988],[51686,-232661],[56603,-241348],[57184,-232048],[62902,-231045],[56922,-231640],[61013,-230612],[53203,-241633],[51518,-242121],[62083,-231285],[51503,-241581],[52912,-231160],[52305,-230477],[52789,-230633],[52854,-230365],[56782,-230918],[53797,-230616],[54831,-231633],[53794,-231968],[54585,-232111],[54130,-232405],[54327,-232888],[56410,-231962],[56713,-231913],[57323,-231050],[57633,-231115],[56133,-230667],[53715,-230306],[52215,-231539],[60030,-230904],[60709,-230716],[57663,-241659],[52484,-230834],[52204,-230732],[52709,-230299],[53145,-230459],[53542,-231514],[53359,-231174],[54133,-231673],[53913,-231754],[53773,-232346],[54945,-232048],[54704,-232461],[53886,-232281],[56591,-231610],[56890,-232217],[57001,-231806],[57381,-231627],[57959,-231069],[57535,-231530],[57428,-230274],[56099,-231113],[55520,-230306],[53187,-251719],[52364,-253784],[62419,-252328],[52313,-253350],[51448,-249081],[63489,-253402],[53448,-248509],[62467,-254016],[57505,-250126],[55234,-243433],[56882,-247650],[57985,-249435],[53849,-253158],[51516,-244598],[51663,-243741],[51749,-244248],[55615,-243959],[51852,-255043],[62935,-252899],[51749,-249493],[63080,-249835],[54458,-251946],[56886,-247882],[52474,-243953],[61748,-250500],[59094,-254271],[60862,-252674],[55833,-251820],[59864,-252114],[53982,-246991],[59420,-254261],[54670,-246396],[55250,-249231],[55297,-254672],[56319,-252999],[58531,-253886],[57651,-253075],[59076,-251765],[54562,-249260],[58212,-251620],[52876,-252271],[59795,-247390],[55742,-248187],[52500,-246018],[51318,-246388],[55286,-248660],[56003,-246237],[55693,-247796],[53091,-254450],[57088,-252790],[54924,-247796],[56115,-243362],[57076,-254322],[58393,-253986],[54550,-249160],[57012,-247769],[55060,-245626],[51213,-252553],[57352,-244577],[53860,-248258],[59550,-246125],[57611,-246779],[51928,-243679],[54487,-267867],[56159,-267586],[56431,-267515],[55602,-268213],[63649,-259385],[63370,-264006],[60393,-259098],[62039,-257756],[60448,-256255],[58195,-268598],[61031,-258724],[59837,-262141],[57314,-260239],[57681,-259577],[56716,-260150],[58701,-261146],[62059,-258500],[63892,-265482],[58745,-260468],[57871,-262758],[57549,-268026],[57553,-259943],[56610,-261234],[62909,-256803],[59694,-261261],[58307,-261450],[62901,-256241],[55982,-263497],[60207,-261437],[60433,-257762],[63224,-257343],[59486,-261385],[63484,-260860],[54200,-266659],[56432,-262902],[62252,-257563],[55871,-268606],[57807,-270949],[57830,-270633],[63037,-279593],[63179,-279791],[56290,-269552],[63813,-278602],[56334,-269143],[56171,-268708],[63723,-278736],[59557,-271926],[58912,-271687],[59462,-270113],[58808,-277216],[60761,-279451],[58548,-279370],[59801,-279778],[56679,-271785],[58563,-275822],[63359,-287335],[63281,-286615],[60925,-288740],[52791,-290833],[61158,-286952],[58872,-288054],[57512,-291157],[52071,-293997],[59375,-290283],[59280,-291682],[59217,-292255],[61583,-286354],[52123,-289728],[60703,-287564],[59911,-288682],[55607,-292939],[57999,-289275],[60421,-289557],[60466,-288753],[52658,-293675],[60434,-288720],[61163,-282346],[51922,-293046],[51937,-294129],[60205,-289509],[62505,-287504],[51340,-293237],[52853,-293938],[58576,-289813],[60326,-288396],[57754,-291736],[55883,-293098],[54543,-292548],[53250,-289265],[58327,-291188],[52980,-291164],[55742,-289559],[58542,-289881],[59953,-289855],[53249,-294694],[52423,-294579],[53288,-294685],[57054,-393253],[57106,-392349],[57224,-393587],[64305,-175492],[64464,-174719],[65541,-174188],[66041,-173891],[66445,-173244],[64610,-174232],[70288,-172885],[70588,-172939],[70300,-172187],[70113,-172330],[75284,-190005],[76369,-186457],[75434,-184530],[72783,-190174],[73110,-189142],[74823,-190750],[75571,-184653],[72744,-190503],[72018,-190092],[73598,-187647],[71809,-189834],[70179,-190656],[74155,-187991],[75090,-185225],[76135,-188260],[75291,-187583],[75698,-190193],[76664,-183906],[71958,-187342],[73603,-186951],[76018,-190525],[72743,-190633],[75282,-188741],[64360,-185416],[71718,-185623],[71803,-192425],[70246,-193001],[72750,-193369],[75799,-193437],[70616,-193164],[69995,-195889],[75851,-193532],[72707,-192662],[70005,-194016],[74395,-195636],[69408,-195538],[72579,-193198],[68712,-197171],[67410,-197846],[68706,-197589],[69568,-197883],[71628,-196651],[68951,-197449],[69573,-199614],[69879,-198077],[71478,-196709],[70671,-199443],[71723,-197915],[69826,-193028],[76479,-194192],[71074,-194673],[68734,-197255],[68151,-194605],[68418,-194337],[66647,-195740],[67189,-194788],[67863,-193418],[66966,-193103],[68087,-195658],[67893,-196456],[67788,-195476],[67905,-195723],[67464,-196365],[64004,-199833],[72497,-194593],[71849,-194849],[75469,-192337],[71296,-197505],[68739,-197342],[71789,-197301],[67751,-196879],[66708,-195747],[68100,-194475],[67333,-193785],[66714,-196020],[66848,-193388],[68791,-196296],[68814,-195654],[67375,-195883],[67041,-196390],[66011,-199418],[68333,-200836],[68470,-201537],[68941,-200891],[69710,-200688],[69996,-201869],[65084,-202846],[69950,-200505],[65739,-197660],[66354,-202693],[66835,-201715],[67065,-199826],[68897,-200392],[69231,-200287],[69134,-201340],[68666,-201200],[64418,-198344],[65152,-198934],[67408,-198648],[68534,-201510],[66947,-202642],[67196,-202411],[66370,-199565],[68338,-202490],[66052,-201888],[70373,-200806],[65794,-199822],[64637,-197502],[65008,-198144],[66689,-198963],[66861,-199196],[67923,-202339],[68356,-202406],[67698,-202172],[67185,-202645],[69964,-227746],[67810,-227501],[67583,-229728],[70691,-229031],[75197,-239355],[72486,-239169],[70503,-242218],[71870,-241711],[74112,-252398],[69532,-249997],[75529,-255622],[73535,-255719],[70908,-251536],[71332,-248653],[68697,-252692],[72064,-253353],[71842,-250411],[70835,-248505],[74744,-245668],[72067,-243499],[66688,-255109],[64907,-250953],[68209,-255365],[64533,-253072],[71903,-245518],[66325,-249245],[74240,-245605],[72466,-243837],[66721,-251577],[66867,-253936],[73708,-244156],[70450,-247859],[68209,-250912],[70443,-247551],[69606,-244878],[71969,-245681],[64232,-249111],[70515,-249829],[68382,-251159],[67342,-252841],[72166,-250473],[69002,-249631],[65440,-250414],[65817,-251320],[75838,-261293],[70330,-256201],[74658,-265039],[67466,-266450],[73537,-255984],[69390,-256215],[70358,-256191],[76310,-256489],[68515,-259649],[69035,-257789],[65142,-265175],[73991,-263657],[73733,-261389],[65627,-268576],[69575,-261408],[75278,-260065],[73515,-267932],[64869,-261626],[64923,-259110],[70962,-260010],[71019,-261469],[67150,-262094],[67217,-262283],[65449,-265740],[74383,-263195],[65185,-262108],[72375,-265386],[71034,-265240],[74943,-256321],[74964,-257832],[69625,-259842],[73131,-260123],[73615,-259937],[71534,-261461],[72516,-264136],[75018,-265333],[66403,-268009],[64767,-268319],[65362,-271425],[69856,-276787],[72089,-268650],[71743,-280796],[73336,-269002],[71123,-268914],[68337,-278936],[68460,-279497],[73364,-269235],[70701,-273829],[67482,-270010],[65951,-270713],[67971,-269450],[66620,-270649],[70055,-276811],[67377,-275373],[72162,-275712],[65798,-269849],[70019,-276762],[66899,-271848],[72049,-276197],[64151,-280003],[67922,-271385],[65743,-286100],[69040,-293084],[67307,-294090],[73760,-294144],[67587,-293992],[67855,-281500],[69123,-293601],[70768,-297088],[73749,-299572],[75007,-294265],[71431,-297104],[72123,-297211],[67459,-294331],[74331,-299784],[73314,-295684],[73577,-296847],[70198,-296206],[71906,-297869],[81387,-165345],[79993,-166229],[78384,-168002],[80676,-166283],[87190,-185023],[80627,-182896],[80846,-188611],[78905,-184572],[76886,-184413],[78341,-184437],[77373,-190173],[78916,-191527],[79891,-191505],[78366,-182787],[79996,-182828],[79034,-190312],[78903,-190071],[78966,-186459],[80403,-187754],[78898,-186848],[79746,-187629],[80379,-188203],[78722,-189491],[79311,-183955],[79550,-186592],[81579,-187592],[81741,-189303],[80411,-184538],[79782,-184479],[78909,-182627],[80310,-186309],[79473,-184380],[89181,-182825],[83013,-184654],[84226,-186102],[83685,-183957],[84058,-184424],[85125,-185775],[84352,-185375],[86832,-183840],[85383,-185880],[85389,-184375],[76923,-185029],[78002,-187715],[79108,-187339],[81319,-187097],[79919,-187781],[81731,-183398],[80572,-186353],[83730,-185239],[83686,-186047],[85728,-186118],[85328,-183391],[87946,-186353],[85927,-185451],[86251,-185767],[86270,-187509],[85750,-187295],[85350,-186948],[85276,-185927],[88004,-197767],[78405,-192271],[88516,-197433],[79690,-191938],[77046,-192943],[83729,-194852],[81448,-193013],[79987,-194754],[81613,-195030],[87962,-198259],[89542,-199370],[83365,-203710],[78498,-192331],[78626,-192086],[78140,-194307],[88040,-197346],[78577,-194261],[81735,-195645],[86293,-205238],[84450,-207048],[80509,-206479],[83573,-206544],[82197,-208974],[77902,-210311],[80459,-207303],[85371,-213444],[87308,-214568],[84887,-206067],[86224,-204658],[83446,-206609],[83368,-206906],[83650,-208444],[83646,-207270],[82482,-207692],[83676,-207543],[82840,-210327],[81876,-206223],[82438,-206830],[81421,-207302],[79587,-206537],[81485,-209096],[80908,-209180],[81619,-210056],[78787,-207580],[79098,-206688],[88541,-211847],[85413,-213148],[86997,-216323],[84437,-216860],[87924,-216928],[87532,-215154],[84605,-214118],[85013,-216029],[87290,-215843],[78281,-221084],[80281,-223137],[79109,-224208],[80434,-223398],[82492,-219733],[81860,-219802],[78867,-224234],[82165,-220418],[82324,-220260],[83094,-219763],[84095,-219831],[79106,-223122],[79712,-219651],[87109,-252310],[89290,-250388],[88271,-250850],[77157,-256548],[78319,-265289],[80609,-256689],[81693,-256098],[83570,-261876],[85656,-260376],[86222,-260790],[83747,-260729],[83631,-262431],[89098,-258244],[86311,-262321],[82267,-262749],[89423,-259685],[80595,-263474],[79663,-262306],[78166,-262406],[82819,-261407],[78045,-262401],[79438,-263106],[79261,-261323],[88982,-258868],[86544,-261906],[87886,-260677],[77524,-265432],[85827,-261484],[87370,-262353],[83676,-260443],[77740,-263944],[83712,-261268],[77437,-257286],[86668,-258515],[80371,-261704],[78619,-266966],[82550,-259886],[86848,-261585],[83669,-302320],[77555,-299134],[85832,-298908],[83655,-302303],[76951,-299683],[77999,-300389],[84934,-299139],[88213,-303138],[89594,-298808],[87568,-300567],[78606,-300674],[84929,-299488],[81847,-300627],[85981,-303522],[88151,-299853],[83918,-303381],[88904,-305131],[87896,-302787],[87640,-300282],[88130,-298549],[79953,-298348],[78821,-300106],[88230,-303533],[998383,321621],[998311,322132],[998364,322317],[998359,321772],[998284,321766],[998314,321723],[998291,321759],[998395,321813],[998079,322282],[998147,321764],[999481,319978],[999757,320165],[1000573,319350],[1000437,318846],[1000591,319705],[1000527,319121],[1001068,318866],[1000588,319507],[1000727,319611],[1000762,319150],[1000698,318824],[1000756,319361],[1001476,319281],[1001283,319445],[1001583,319306],[1001041,319703],[1001099,319884],[1001669,319141],[1001413,319831],[1001492,319851],[1000871,319737],[1000747,319998],[1001679,319857],[1001717,320135],[1001691,319422],[1001303,320173],[1001664,319871],[1001705,319702],[1001258,319468],[1001931,319589],[1001258,320065],[1001535,319912],[1001352,320068],[1001519,320062],[1000977,319882],[1000719,319916],[1001122,320142],[1000899,320137],[1000123,319444],[999960,320182],[1000653,319838],[1000648,319617],[999750,319931],[1000259,319771],[1000162,319850],[999786,319367],[1000406,319997],[999977,319226],[1000046,319986],[1000591,319675],[1000332,319245],[1000770,320040],[999959,319811],[1000735,319370],[1000727,319712],[999952,319710],[1000719,319674],[1000315,320046],[1000417,320164],[999619,319941],[1001075,320109],[1000906,320178],[1002308,319986],[1002648,319794],[1002129,320150],[1001899,320128],[1002429,320138],[1001841,319783],[1003017,319609],[1003067,319207],[1003082,319631],[1002911,319076],[1002814,319339],[1003306,319607],[1003999,319442],[1003454,319597],[1003826,319436],[1003711,319541],[1003584,319151],[1003464,318766],[1003123,318819],[1003536,318797],[1003272,318688],[1003467,319262],[1003119,319503],[1003726,318615],[1003584,318656],[1002560,319159],[1002700,319305],[1002688,319209],[1002802,318783],[1003159,318561],[1002509,318967],[1002530,318979],[1003078,318545],[1003065,319250],[1003041,319248],[1003695,319299],[1003451,318993],[1003949,319158],[1003149,319213],[1003181,319168],[1003880,319613],[1003944,318964],[1003147,319271],[1003465,319380],[1003476,319306],[1003974,319042],[1004290,319032],[1003627,318870],[1003979,319353],[1003793,319778],[1003631,319719],[1003610,319742],[1004342,318822],[1003348,319649],[1003941,319469],[1003899,319551],[1003820,319193],[1003877,319622],[1000761,319524],[1001201,319281],[1001259,319043],[1000529,319712],[1000305,319250],[1000396,319420],[1000493,318989],[1000988,319324],[1000611,319229],[1000880,318962],[1001193,319794],[1001152,319334],[1001392,319044],[1001139,319956],[1000890,319600],[1001436,319118],[1001080,319706],[1000766,320017],[1001145,319580],[1000767,319961],[1001708,319845],[1001823,319598],[1002087,320016],[1001934,319450],[1001558,320119],[1001906,320068],[1001770,320194],[1001944,319740],[1001764,320165],[1000804,320139],[1000988,320053],[1000628,320001],[1000774,320174],[1000702,319925],[1000211,319500],[1000242,319519],[1000672,319397],[1000225,319647],[1000295,319446],[1000286,319537],[999943,320089],[1000369,319612],[999944,319918],[1000741,319238],[1000282,319232],[999945,319517],[999881,319741],[1000054,320006],[1000066,319179],[999864,319264],[1000346,319821],[1000415,319838],[1000368,320140],[999652,319824],[999805,320101],[1001148,320087],[1002288,320004],[1002515,319837],[1002115,319999],[1001869,320106],[1003569,319757],[1003076,319789],[1003330,319459],[1003596,319395],[1002888,319600],[1003024,319022],[1002796,319574],[1003717,319171],[1003661,319469],[1003010,319197],[1003278,318983],[1003782,319244],[1002949,319403],[1004003,318799],[1002942,318905],[1002953,319456],[1003017,319075],[1003330,319123],[1003267,319514],[1003371,319088],[1003714,319129],[1003131,318624],[1002743,319300],[1003315,319322],[1002912,318585],[1003006,319317],[1003236,319376],[1002829,319076],[1003220,319430],[1002964,319046],[1003378,318999],[1003186,319541],[1003455,319379],[1003622,319381],[1003982,319264],[1003960,319608],[1003318,319136],[1003934,319236],[1003184,319172],[1003566,319707],[1003932,319331],[1003548,320192],[1003727,319691],[1003812,319621],[1003803,319647],[1004055,319356],[1003364,319647],[1003745,318847],[1004201,319182],[1004202,319264],[1004184,318770],[1003667,318841],[1003521,319510],[1003978,319149],[1003445,319493],[1002884,322699],[1003481,322280],[1003086,325329],[1002441,326647],[1002232,326385],[1003025,326321],[1002677,325279],[1002795,326203],[1002316,325955],[1003179,323692],[1003240,326043],[1002269,325725],[1003096,325853],[1002554,325627],[1002640,325742],[1003323,326156],[1003242,325820],[1003441,326416],[1003279,326320],[1002662,326090],[1003385,326094],[1003313,325706],[1002598,324107],[1003038,323427],[1003035,326113],[1003109,326102],[1003283,326811],[1003090,326362],[1003193,326402],[1003675,326306],[1001459,321717],[1002566,326948],[1003048,326786],[1002655,326840],[1002936,326284],[1002899,326648],[1002654,327047],[1002314,326675],[1002572,326219],[1002944,326329],[1002640,326674],[1002908,325911],[1003383,325862],[1002628,325826],[1002760,325439],[1003278,325609],[1003516,325924],[1002853,325889],[1002631,325873],[1003149,326030],[1002975,325336],[1002653,324719],[1002524,324425],[1002719,324948],[1002540,325116],[1002784,324216],[998851,321959],[1002560,324560],[998703,321476],[999301,321687],[998530,321719],[1002638,324926],[1002012,325174],[1002414,325447],[998658,321925],[1002428,324655],[1002394,325259],[1002149,325444],[1002221,325322],[1002463,325408],[998814,321599],[1002294,325153],[999229,322293],[1002635,325144],[998663,321578],[1002544,325001],[1002437,325754],[1002590,325290],[1002540,325355],[1001487,321217],[1000866,325348],[1001316,320872],[998824,322050],[1000983,325557],[1000924,325629],[998614,321511],[998758,321750],[1001738,321161],[1001769,321156],[1000952,324856],[1001084,325195],[1000928,325026],[1001201,324964],[1001340,324470],[1001599,324446],[999026,321411],[1000762,325025],[998989,322052],[1001089,324655],[1000990,324583],[1000889,323844],[999091,321827],[1000958,324629],[1001216,324261],[1001415,324469],[1001089,324062],[1001375,324491],[1001733,324018],[1001584,324207],[1001148,323902],[1001097,324150],[1001597,323903],[999558,321995],[1001673,324261],[1002711,323848],[999270,321765],[1003501,322694],[999691,321500],[1001142,323948],[1002754,323834],[1001668,323950],[1003380,322351],[1003553,322766],[1003450,322665],[999540,321774],[1003412,322232],[1003376,322088],[1002451,324135],[1002514,324554],[1002830,323836],[999102,321886],[999187,321847],[1002836,323845],[1002581,323679],[998970,321801],[998779,321513],[999630,322229],[1002867,324985],[1003484,324996],[1002572,324196],[1003058,324891],[1002967,324176],[1003263,324672],[1002627,324512],[1002830,324626],[1003407,324591],[1003039,325108],[1000275,320738],[1000939,320740],[1000437,320507],[1000310,320752],[1000300,320458],[1000306,320753],[999378,320894],[1000290,320607],[1000675,320908],[1000405,320512],[1000936,320722],[999001,320973],[999205,321259],[999217,321542],[999281,320931],[999146,320886],[999057,320752],[998825,321156],[999011,320708],[998947,321521],[998824,321331],[999833,321107],[999260,321791],[999406,321802],[999822,321588],[999753,321063],[999900,321760],[999740,320951],[999435,321324],[999206,321109],[999429,321510],[1000169,321370],[999965,321606],[1000357,321318],[1000086,321933],[1000065,321477],[999659,321582],[999569,321414],[1000463,322010],[1000027,322003],[1000278,322005],[1000234,322224],[1000642,321958],[1000445,321559],[1000722,321702],[1000155,322279],[1000238,321650],[999929,322368],[999953,321643],[1000044,322139],[999876,321822],[1000202,322548],[1000312,321635],[1000277,322108],[1000361,321787],[999838,322516],[1000107,322177],[999457,322458],[1000301,321974],[1000029,322290],[999783,322464],[1000551,325452],[1000684,325361],[1000812,325534],[1000751,325404],[1000794,325723],[1000758,325501],[1000818,325805],[1000448,325445],[1000335,325087],[1000415,325457],[1000247,325368],[1000393,325305],[1000488,325141],[1000499,325236],[1000724,325028],[1000703,324941],[1000699,325362],[1000347,325380],[1000821,324576],[1000354,324725],[1000533,324430],[1000481,324631],[1000442,324700],[1000863,324662],[1000453,324527],[1000747,324694],[1000335,324455],[1000446,324410],[1000815,323992],[1000964,324345],[1000776,324216],[1000827,323850],[1001013,323825],[1000698,323978],[1000627,323831],[1000524,323827],[1000449,323990],[1000902,324236],[1000956,323311],[1000610,323491],[1000551,323325],[1000632,323431],[1000780,323445],[1000731,323666],[1000645,323616],[1000932,323348],[1001077,323313],[1000819,323700],[1003141,325291],[1003543,325003],[1003117,325031],[1003412,325129],[1003174,325397],[1003603,325478],[1003458,324923],[1002817,325500],[1003189,325520],[1002972,324618],[1002925,323821],[1003075,323821],[1003155,324435],[1003007,323850],[1002812,323732],[1002862,323861],[1002820,324285],[1003390,324577],[1003588,324548],[1003104,324218],[1003503,322317],[1003276,321967],[1003019,322568],[1003107,322464],[1002854,321744],[1002921,322447],[1003273,321621],[1000827,321731],[1000660,322590],[1000596,322539],[1000118,322104],[1000432,322410],[1000247,322560],[1000453,321776],[1000842,322464],[1000488,322423],[1000444,321773],[1001842,321475],[1001567,321729],[1001522,321518],[1001436,321447],[1002040,321452],[1002337,321372],[1001609,321155],[1001670,321280],[1001195,320867],[1000614,320850],[1001056,321154],[1001285,321171],[1000694,320630],[1000894,320846],[1001727,321105],[1001544,321099],[1001466,321478],[1001613,321431],[1001722,321412],[1001611,321180],[1002018,321770],[1003339,326754],[1003383,326670],[1003717,327011],[1003382,326496],[1003663,326411],[1003744,326249],[1004234,326969],[1003735,326859],[1003892,326885],[1003581,326103],[1003643,326871],[1003447,326639],[1003106,327011],[1003567,326836],[1003393,326753],[1003113,327132],[1002968,326782],[1003107,327086],[1003192,326696],[1003022,326723],[1002283,326426],[1002451,326414],[1003373,327222],[1003141,327290],[1002539,326345],[1002668,326372],[1003279,322798],[1003536,322643],[1003070,322311],[1003401,322745],[1002650,325304],[1002805,326200],[1002900,325502],[1003677,326054],[1002670,326056],[1003599,325884],[1002468,325186],[1003176,326304],[1002198,325101],[1002665,325966],[1002792,326377],[1003130,325721],[1003529,326196],[1002664,325791],[1003321,325954],[1003467,326048],[1002686,325944],[1002994,326250],[1003023,326206],[1003053,326097],[1001564,321289],[1003083,323491],[1003508,326288],[1002960,326039],[1003245,326269],[1003471,326484],[1003132,326714],[1003445,326766],[1003411,326011],[1003488,326495],[1003548,326388],[1002722,326416],[1002555,326772],[1002360,326774],[1003067,326259],[1002541,326542],[1002329,326851],[1002926,326502],[1002557,326620],[1002219,326871],[1003067,326941],[1002737,325502],[1003089,325454],[1003469,325943],[1003125,325932],[1002628,325788],[1002973,325976],[1002948,325764],[1002938,325489],[1002717,325866],[1003360,325526],[999094,322294],[999530,322385],[998904,322307],[1002763,324257],[1002305,324521],[1002742,324419],[1002498,324794],[1002262,324939],[1002344,324705],[1002547,324589],[1002215,324474],[999018,322421],[1002697,324545],[1002579,324847],[999262,322342],[1002634,325267],[1002480,324549],[998554,322244],[1002226,324982],[998793,321785],[998787,321853],[1002210,324667],[999151,321975],[1002167,324944],[1002444,325647],[1002147,325155],[998916,321496],[1002462,324808],[998406,322009],[998726,321569],[1002131,325305],[1002454,325109],[999136,322156],[1001630,321123],[1001638,321235],[1001016,325352],[1000874,323715],[1000546,323627],[999068,321616],[1001533,321085],[1001358,325041],[1001861,321172],[1001467,324561],[1000820,325004],[1001262,324449],[1000793,325201],[1001565,324274],[1001368,324674],[1001018,324243],[1001142,324696],[1000788,324847],[1001070,324415],[999210,321852],[1001370,324551],[1001041,324540],[1001653,323944],[1001038,324360],[1000966,324129],[1001244,324691],[1001577,324168],[1001393,324517],[1000885,323904],[999436,321719],[999435,322024],[1003086,324121],[998921,322068],[998651,322153],[998899,321494],[1002668,323655],[1001251,323942],[1001406,324002],[1002774,323494],[1001064,324038],[998840,321851],[1001058,324017],[1001354,323674],[998572,321447],[1003486,322422],[1003814,322549],[998680,322282],[999571,322194],[998868,321618],[999715,321882],[1003385,322096],[999340,322034],[998960,321577],[999912,322411],[1000159,321625],[1002912,324134],[999429,321624],[1002448,324190],[999779,322324],[1002899,323846],[1002771,324120],[1003524,324967],[1003420,324964],[1002878,324843],[1003173,324516],[1002567,324398],[1002989,325020],[1003324,324386],[1003500,324998],[1002829,324266],[1003451,324425],[1001539,321012],[1000530,320727],[999359,320862],[1000084,320500],[1000048,320315],[1000077,320733],[1000249,320469],[1000866,320610],[1001004,320756],[1000670,320764],[999276,321141],[999333,320717],[999284,320603],[999442,320878],[999125,321456],[998825,320835],[999398,321472],[999022,321147],[999475,321369],[999143,320841],[999922,321312],[999550,321109],[999136,320939],[999671,321319],[999882,321859],[999510,321515],[999864,321189],[999588,320984],[999510,321670],[999454,321420],[1000027,321228],[999747,321696],[999927,321322],[1000272,321583],[999828,321997],[999913,321740],[1000031,321311],[999937,321803],[999973,322087],[1000140,321292],[1000087,321696],[1000702,321827],[999867,321800],[1000655,321791],[1000354,322219],[1000444,322426],[1000091,321628],[1000606,321746],[1000170,321841],[1000259,321574],[1000326,322521],[1000365,321973],[1000329,322506],[999787,321828],[1000139,322356],[1000755,323295],[1000740,323776],[1000978,325796],[1000705,325676],[1000513,325807],[1000519,325711],[1000893,325797],[1000820,325363],[1000426,325452],[1000666,325890],[1000571,325600],[1000974,325682],[1000417,325122],[1000601,325261],[1000694,325324],[1000605,325169],[1000308,325193],[1000804,325088],[1000221,325315],[1000452,325093],[1000549,324925],[1000365,325134],[1000862,324641],[1000519,324549],[1000472,324613],[1000481,324601],[1000710,324363],[1000767,324916],[1000513,324465],[1000703,324677],[1000460,324949],[1000647,324769],[1000944,324213],[1000867,324321],[1000859,324283],[1000980,324302],[1000799,324217],[1000873,324102],[1000703,324232],[1000872,324164],[1000725,324239],[1000777,323916],[1000780,323664],[1001032,323539],[1000727,323504],[1000699,323623],[1000566,323690],[1000580,323537],[1003237,325342],[1003147,325365],[1002913,324644],[1003303,325147],[1003366,325538],[1003225,325054],[1003001,325353],[1003712,325484],[1003020,325201],[1002861,324805],[1003382,323717],[1003139,324084],[1002740,323824],[1002817,323785],[1003266,323785],[1002840,324183],[1002695,324382],[1003442,324111],[1003424,323813],[1003006,324047],[1002135,321727],[1001989,321227],[1003251,322369],[1001957,321325],[1003171,322010],[1003421,322550],[1003129,321840],[1001725,321169],[1003659,322507],[1003321,322492],[1003064,322488],[1003429,322554],[1000362,322328],[1000416,322088],[999966,322582],[1000099,321856],[1000204,322648],[1000153,321983],[1000720,322180],[1000671,321849],[1000340,322303],[1000407,322496],[1001453,320932],[1001509,321623],[1001421,321758],[1001664,321157],[1001921,321640],[1002208,321655],[1000595,320973],[1000797,320815],[1000834,321050],[1000686,321208],[1003880,326424],[1003308,326352],[1003439,326390],[1003866,326853],[1003760,326877],[1004032,326783],[1003416,326683],[1004208,327077],[1003922,326646],[1003550,326782],[1002923,327280],[1002820,326842],[1002981,327213],[1002667,327097],[1002806,326447],[1003094,326638],[1002509,326828],[1003212,326880],[1002982,326783],[1002890,327172],[1003542,326653],[1003802,327070],[1003699,326355],[1003104,321535],[1003467,320859],[1003415,320823],[1001498,320673],[1001645,320498],[1003622,321612],[1001745,320211],[1003565,320903],[1000345,320240],[1000997,320585],[1000856,320476],[1000978,320527],[1000970,320332],[1000478,320348],[1000216,320318],[1000941,320296],[1001130,320574],[1000981,320601],[1001181,320208],[1001158,320507],[1006917,322232],[1006494,322383],[1006751,322572],[1006933,322743],[1007299,323032],[1006734,323045],[1006722,322486],[1006956,322823],[1007009,322742],[1006495,322678],[1006579,323085],[1006049,323181],[1005925,322696],[1006678,323157],[1006429,322846],[1006492,322675],[1006509,323226],[1006488,322827],[1005921,322604],[1006330,322856],[1006022,322967],[1006201,323084],[1006163,322907],[1006006,322652],[1005954,322508],[1006269,322882],[1006108,322927],[1005529,322873],[1005808,322690],[1005458,322588],[1005248,322440],[1004960,322779],[1005546,322292],[1005543,322621],[1005139,322945],[1004936,322994],[1004915,322435],[1005383,322546],[1005833,322312],[1005180,322323],[1004504,322467],[1004974,322807],[1004571,322928],[1004865,322890],[1004512,322121],[1004487,322289],[1005288,322147],[1005019,322800],[1004826,322842],[1005229,322713],[1006653,321508],[1006732,322187],[1006193,322131],[1006630,322048],[1006155,321289],[1006004,321312],[1006151,321794],[1006200,321840],[1006960,321877],[1006539,322153],[1005767,321987],[1006336,321583],[1006215,321532],[1006277,321607],[1006315,321295],[1005588,321425],[1006059,322057],[1005715,321498],[1006278,321400],[1006376,321339],[1005378,321725],[1005572,321808],[1004978,321672],[1005469,321811],[1005704,322017],[1005042,322160],[1005817,322084],[1004988,321826],[1005774,321447],[1005583,321773],[1005290,321713],[1005126,321757],[1004490,321543],[1005244,321732],[1004792,322222],[1005240,321763],[1005146,321338],[1004603,321408],[1004838,321418],[1005163,321300],[1004185,322065],[1004485,321434],[1004422,321843],[1004685,321901],[1004796,321273],[1004882,321687],[1004298,321319],[1004590,321543],[1004928,321565],[1005050,321996],[1004713,320818],[1004566,320812],[1004110,321192],[1004596,320651],[1004589,320542],[1004545,320664],[1003961,321485],[1003972,321271],[1004821,320932],[1004031,321289],[1005261,320665],[1004660,321337],[1004737,321122],[1005189,320543],[1004953,321141],[1005099,320881],[1004441,321050],[1004941,320521],[1004682,321376],[1005118,320962],[1005296,320592],[1005918,320808],[1005737,320825],[1006080,320593],[1006089,321197],[1005526,321300],[1005555,321301],[1005782,321290],[1005520,320519],[1005404,321174],[1006048,321491],[1006467,320778],[1006466,320765],[1006545,321235],[1005878,320780],[1006563,321234],[1006003,321374],[1005987,321180],[1005915,321089],[1005957,321244],[1003288,321783],[1003562,321236],[1003809,321807],[1003985,321821],[1003618,321430],[1003550,321020],[1003962,321516],[1004012,321231],[1004101,321588],[1003712,321695],[1004062,322150],[1004068,322475],[1003757,322456],[1003660,321975],[1003748,322105],[1003823,322270],[1003802,322406],[1003652,321555],[1003473,321946],[1003471,322027],[1004110,322622],[1003494,321928],[1004183,322522],[1003823,321853],[1004030,322807],[1003254,321108],[1002203,320414],[1002045,320393],[1002646,320520],[1001888,320313],[1002262,320488],[1002457,320675],[1001712,320700],[1002352,320374],[1001672,320727],[1002154,320705],[1002042,320329],[1002082,321310],[1002152,321030],[1002127,320825],[1002050,320994],[1002099,320670],[1001816,320988],[1001820,321036],[1001954,321025],[1001799,321002],[1001545,320566],[1001458,320613],[1001523,320416],[1001567,320719],[1001082,320367],[1001261,320700],[1001298,320409],[1001232,320445],[1001345,320680],[1001098,320422],[1001990,321045],[1002107,321031],[1002351,321385],[1002187,321003],[1001025,320512],[1000743,320433],[1001102,320569],[1001368,320517],[1000684,320376],[1001450,320542],[1001602,320848],[1002007,320980],[1002549,320754],[1002244,320797],[1001534,320805],[1001765,320360],[1001855,320384],[1003542,321220],[1003569,321354],[1001623,320847],[1002196,320284],[1001477,320595],[1001330,320409],[1001347,320419],[1003333,321386],[1000220,320320],[1000706,320413],[1000213,320311],[1000263,320298],[999895,320203],[1000060,320219],[1000719,320370],[1000324,320340],[1000925,320376],[1000482,320306],[1000440,320380],[1006976,322447],[1006583,322320],[1007175,322617],[1006679,322744],[1006947,323006],[1007123,322289],[1006635,323022],[1007235,323083],[1006519,323029],[1006657,322845],[1006212,322391],[1006516,322530],[1005990,322807],[1006272,322470],[1006370,322543],[1006385,322778],[1006021,323053],[1006317,323199],[1006801,322397],[1006728,323042],[1006322,323170],[1005962,322754],[1006185,322298],[1006037,322410],[1005983,323085],[1006292,323082],[1005367,323065],[1005487,322586],[1006278,322642],[1006153,322431],[1005418,322241],[1005080,322545],[1005449,322282],[1005468,322181],[1005459,322640],[1004932,323041],[1005436,322427],[1005145,323004],[1004974,322342],[1005509,322693],[1004660,322688],[1004385,322529],[1004526,322929],[1005353,322755],[1005229,322243],[1004924,322971],[1005058,322350],[1004997,322275],[1004763,322427],[1005310,322238],[1006765,321850],[1006495,321807],[1006884,321717],[1006052,321695],[1006229,321516],[1006167,321989],[1006502,321446],[1006806,321296],[1006122,321278],[1006205,321447],[1006087,321632],[1005670,322187],[1005710,321660],[1006420,322017],[1005578,321968],[1006055,322012],[1005700,321962],[1006463,322053],[1005731,322190],[1005680,321832],[1005149,321486],[1005033,321385],[1005526,321213],[1005729,322159],[1005442,321526],[1004881,321200],[1005397,322145],[1005604,322046],[1005260,321345],[1004896,321701],[1004781,321635],[1005099,321425],[1004633,321269],[1004801,321750],[1005301,321444],[1004717,321877],[1004599,321616],[1005047,321833],[1004710,322205],[1004747,322166],[1004720,322115],[1005064,321733],[1004555,321264],[1004766,321570],[1004498,322190],[1004195,321641],[1004706,321260],[1004941,321915],[1005117,321917],[1004152,322166],[1004571,320923],[1004016,321318],[1004834,320871],[1004432,320816],[1004440,320724],[1004371,321303],[1004404,321240],[1004266,321484],[1004012,320774],[1004005,320875],[1005167,320523],[1004524,321151],[1004962,320541],[1005201,321213],[1004493,320952],[1004933,321119],[1004818,320820],[1004909,321435],[1004612,320586],[1005135,321119],[1005873,320510],[1005397,320778],[1005526,320585],[1005323,321202],[1005869,321015],[1006136,321210],[1005945,321175],[1005215,320595],[1005844,320610],[1006133,320727],[1006373,320766],[1006540,320636],[1006179,320519],[1006732,321234],[1006405,320949],[1006376,321477],[1006340,320814],[1005952,321443],[1006517,320776],[1005894,320612],[1003460,321276],[1004027,321049],[1004032,321064],[1003836,321019],[1003967,321752],[1004126,321819],[1003629,321137],[1003616,320959],[1003905,321458],[1004185,320864],[1003918,322480],[1003193,321574],[1003996,322415],[1003561,321530],[1003954,321747],[1004124,321625],[1004057,321757],[1003831,322480],[1004046,322748],[1003612,322264],[1004187,322747],[1003877,322174],[1004134,322100],[1004208,322402],[1003403,321314],[1003263,321216],[1003497,321429],[1001975,320641],[1002259,320615],[1001834,320443],[1001951,320563],[1001864,320247],[1001722,320258],[1002231,320785],[1002346,320423],[1001618,320501],[1002358,320315],[1001567,320772],[1002325,320558],[1001554,320397],[1002372,321097],[1002002,320733],[1002014,320717],[1001940,320659],[1002118,320707],[1001789,320953],[1001675,321026],[1002153,321058],[1002178,320678],[1002170,320672],[1001193,320658],[1001048,320652],[1001451,320543],[1001149,320604],[1001231,320554],[1001364,320704],[1001151,320492],[1001421,320637],[1000995,320434],[1003556,321733],[1001647,320893],[1002058,320995],[1001528,320632],[1000747,320436],[1001172,320381],[1001356,320717],[1002020,321038],[1002288,321102],[99913,-133878],[96752,-134028],[98100,-135910],[96745,-134919],[96867,-135955],[96014,-136081],[95507,-136761],[95948,-135484],[95658,-135192],[96417,-133878],[95615,-133936],[99014,-134838],[99646,-133874],[96968,-134932],[95349,-136103],[94941,-136580],[95292,-135161],[96128,-135755],[90384,-184366],[89606,-183295],[91797,-190149],[89688,-185117],[91555,-190144],[92229,-191474],[89610,-186768],[92576,-199285],[96124,-198898],[96501,-200920],[96844,-201802],[92278,-199356],[96151,-198758],[94622,-197929],[94227,-200677],[91042,-200207],[95840,-201987],[93452,-197157],[94917,-201422],[102280,-192736],[93396,-202204],[93460,-200244],[92311,-198683],[93694,-200435],[90960,-199221],[91740,-201067],[90303,-199958],[90442,-202889],[90069,-203071],[90381,-197634],[93653,-197430],[94494,-198657],[95597,-201738],[94553,-201241],[91335,-199644],[90244,-200947],[90377,-212777],[91209,-212269],[93262,-211811],[91059,-213486],[91045,-210374],[90001,-213929],[91299,-213583],[100324,-224599],[101680,-224157],[101679,-224193],[102169,-225056],[101585,-224525],[101335,-224548],[100972,-224891],[101621,-225985],[101116,-225317],[101212,-224423],[101046,-224356],[101844,-224385],[102302,-224506],[101654,-224582],[101308,-224624],[100922,-225129],[101941,-225022],[101728,-225856],[91161,-250935],[99384,-249666],[95353,-249175],[96570,-248675],[95826,-250697],[95801,-250054],[97887,-253087],[94151,-255100],[101942,-253526],[99047,-255612],[96283,-253489],[94002,-254783],[96188,-254075],[94008,-255003],[101086,-256793],[91460,-256254],[96053,-258829],[96642,-258599],[93979,-258672],[95472,-261537],[96584,-260504],[95895,-261522],[95909,-261481],[97802,-260918],[98539,-260678],[95532,-259123],[94945,-259318],[96052,-258450],[96378,-257706],[94530,-260553],[94899,-260192],[95136,-260923],[95070,-261490],[95964,-261647],[95760,-261731],[97665,-261045],[97973,-260727],[94854,-259764],[95431,-259119],[96523,-257580],[96204,-257610],[95338,-260404],[95117,-260366],[90719,-301853],[97562,-297867],[90857,-298002],[99646,-302330],[90356,-305894],[102052,-296313],[100297,-305109],[93418,-298617],[98269,-298161],[94072,-297585],[99672,-301422],[99030,-303706],[100610,-304692],[92939,-299523],[102195,-296819],[91529,-301194],[102139,-299537],[93973,-298410],[91381,-298398],[98983,-301662],[92669,-297909],[92013,-300417],[98909,-303690],[94664,-305992],[91547,-297506],[93652,-306061],[93303,-305722],[94995,-303374],[101218,-303672],[101052,-305679],[101706,-304864],[101050,-303566],[101046,-298004],[91160,-302272],[101596,-305336],[92810,-297464],[92204,-302374],[92604,-301100],[102342,-300112],[101886,-304620],[93407,-297704],[91402,-297559],[95573,-306733],[100603,-310425],[101821,-308713],[96234,-307760],[102144,-311080],[102263,-309991],[94509,-307954],[113664,-169146],[110789,-168838],[110431,-169188],[109461,-169198],[110897,-168986],[110658,-168031],[110392,-168658],[112932,-168636],[110326,-169381],[111678,-168810],[112264,-168653],[112371,-169269],[112023,-169243],[109601,-168772],[113827,-169171],[111913,-168383],[111663,-169126],[110115,-169357],[103337,-188736],[103500,-189684],[107347,-191370],[103193,-189156],[103088,-191127],[105227,-190893],[106147,-190621],[107298,-192119],[104952,-193994],[106786,-192992],[106830,-193179],[108134,-194197],[112362,-199824],[102418,-193289],[106473,-191833],[104084,-194537],[104774,-195629],[105205,-195705],[105196,-193118],[103938,-194322],[108294,-194827],[105659,-194359],[105863,-195107],[106019,-193749],[107942,-196172],[108456,-197058],[111768,-198743],[109827,-201214],[112872,-197570],[109999,-199030],[111417,-198803],[113198,-198995],[109450,-195659],[113905,-229996],[114279,-230805],[112618,-230901],[113559,-231495],[112996,-230700],[113776,-233523],[113474,-233952],[107906,-233834],[107853,-234208],[106903,-233444],[107526,-233000],[107245,-235081],[114741,-234938],[114551,-234482],[113844,-234763],[114264,-230612],[114744,-230425],[113261,-230683],[112610,-230832],[113810,-230892],[113719,-231292],[113937,-233815],[113959,-233198],[107798,-234254],[107627,-234291],[107286,-233666],[106958,-233619],[107143,-234766],[107339,-235162],[114875,-234959],[114988,-234444],[114717,-234949],[114120,-234985],[113817,-235247],[105106,-250345],[112527,-246418],[114003,-246927],[113050,-246378],[112880,-246272],[108122,-294154],[103078,-296672],[105134,-303904],[105363,-305200],[102964,-299404],[104329,-303919],[113126,-301278],[103748,-298294],[103236,-300515],[113531,-301283],[103664,-302229],[103205,-302443],[102494,-299271],[103397,-298418],[110742,-305813],[103504,-297406],[103947,-301895],[104588,-298215],[103643,-299551],[110579,-302137],[105226,-301006],[104335,-301532],[105030,-299913],[110301,-299409],[110313,-306405],[104778,-302353],[105297,-302911],[107641,-301665],[106379,-303092],[105371,-303828],[106019,-304470],[105878,-304473],[106132,-303534],[104670,-300516],[108681,-302030],[107485,-301853],[106212,-302552],[106597,-302818],[107494,-304102],[106242,-304011],[103162,-301852],[110086,-305920],[107074,-302226],[111178,-298764],[108368,-299648],[108743,-299541],[111120,-301057],[109040,-299403],[110796,-297742],[110437,-297347],[111876,-301240],[109555,-298775],[108654,-299063],[111211,-302736],[111070,-297876],[111154,-298352],[109159,-296549],[107885,-295291],[107761,-296760],[107975,-296905],[108388,-296186],[107720,-296125],[107674,-296242],[108847,-294897],[109723,-296526],[109982,-296182],[109388,-297040],[109432,-296893],[110949,-297590],[109625,-299332],[109734,-299517],[111282,-299045],[111366,-298854],[111680,-300090],[112324,-301708],[113641,-300349],[111780,-303182],[105235,-300269],[110791,-306443],[110976,-304625],[109530,-304549],[103893,-305708],[110759,-305105],[110677,-300281],[113929,-305440],[113764,-305103],[113580,-303040],[113515,-303255],[102648,-304229],[102939,-304124],[103269,-304702],[103062,-305785],[107262,-300151],[107610,-300178],[103232,-302159],[103646,-303788],[103766,-302011],[104078,-308074],[105066,-308258],[107740,-308122],[104504,-310324],[108215,-308859],[104266,-308511],[106630,-311707],[103161,-310248],[104490,-307927],[109481,-307304],[105259,-308531],[105986,-311564],[104713,-307889],[109772,-310305],[110467,-311246],[110492,-311495],[111291,-311487],[110036,-307347],[110313,-312816],[109851,-307069],[109455,-307767],[108812,-307866],[109113,-308161],[108577,-308039],[115411,-168999],[115408,-169555],[115830,-169366],[116908,-168836],[121576,-173390],[116322,-169169],[121301,-173763],[119975,-173959],[120133,-174545],[120681,-173768],[123460,-170729],[120488,-173661],[120357,-173506],[118464,-171545],[118270,-170536],[117802,-171589],[118212,-171682],[117880,-170731],[117819,-171703],[118070,-170349],[115976,-169345],[123650,-170891],[124481,-171084],[122778,-171588],[121665,-173296],[118466,-170920],[119962,-174260],[117798,-170807],[122575,-171365],[120714,-226480],[121164,-227002],[117433,-229218],[117252,-229149],[119228,-221753],[119048,-222074],[117119,-219510],[116126,-219112],[121081,-226310],[120998,-226982],[117186,-228663],[117082,-229227],[119004,-221683],[119626,-221654],[116410,-219145],[116243,-219173],[127744,-222412],[127585,-221799],[121541,-226625],[127789,-222426],[127468,-221676],[127987,-221773],[121858,-226204],[121383,-226409],[116863,-237754],[117254,-237678],[116588,-236788],[116530,-236709],[117364,-235939],[117547,-235805],[116596,-234985],[120294,-239495],[120552,-238580],[120589,-239533],[120395,-239241],[120855,-239251],[121244,-239376],[115873,-235253],[116544,-237101],[116593,-237435],[117797,-235951],[118287,-235590],[116652,-235738],[117442,-235139],[120612,-238582],[120796,-238917],[120343,-239040],[121752,-239243],[121066,-239220],[115764,-235128],[118683,-255340],[115215,-247528],[115570,-247330],[119446,-251880],[118962,-250860],[115294,-248619],[119577,-252738],[116161,-249825],[116230,-248217],[123417,-261986],[123039,-260574],[126794,-261326],[117326,-258893],[119140,-261402],[126366,-258414],[119047,-261117],[117129,-258547],[118867,-260731],[125591,-258587],[123944,-260189],[123113,-260440],[127482,-260626],[118723,-256114],[120720,-259434],[126267,-258741],[120143,-257555],[120001,-257443],[117593,-258365],[125958,-261847],[119030,-261105],[126699,-259957],[125719,-258204],[119419,-256567],[127210,-259390],[127239,-304726],[121815,-304040],[125896,-306431],[123133,-301458],[123040,-305410],[127394,-306656],[122858,-305816],[125868,-306465],[124892,-306695],[121253,-302534],[123250,-306060],[122882,-304778],[123869,-306116],[123320,-305733],[115488,-302907],[125412,-305862],[121738,-303862],[121630,-300139],[125359,-305844],[123347,-302394],[122998,-299860],[127181,-304020],[125696,-308128],[125623,-307273],[126679,-308566],[126136,-308008],[126729,-308938],[126368,-308582],[125900,-308909],[127934,-308554],[126846,-309195],[127969,-308966],[125719,-307066],[127094,-308570],[126720,-337217],[127574,-337195],[127030,-338970],[126504,-339805],[127697,-336931],[127745,-333394]] \ No newline at end of file diff --git a/src/gathering/a10320.json b/src/gathering/a10320.json new file mode 100644 index 0000000..42dc2d2 --- /dev/null +++ b/src/gathering/a10320.json @@ -0,0 +1 @@ +[[-1276880,1290749],[-1274293,1288508],[-1277836,1284063],[-1278968,1285677],[-1277220,1285334],[-1276741,1290834],[-1275023,1288664],[-1277918,1284497],[-1278734,1285933],[-1277430,1285799],[-1277326,1290761],[-1274971,1288441],[-1277898,1284390],[-1278501,1286057],[-1277523,1285442],[-1276690,1290300],[-1274243,1288583],[-1278175,1284252],[-1278832,1285468],[-1277794,1286104],[-1277592,1290447],[-1274777,1288674],[-1278064,1284185],[-1278563,1285803],[-1277303,1285829],[-1277339,1290495],[-1274396,1288320],[-1277310,1284445],[-1279037,1286060],[-1277164,1285911],[-1278163,1320508],[-1278258,1319162],[-1277868,1320042],[-1278273,1320903],[-1277445,1319790],[-1278242,1320551],[-1278235,1318710],[-1277750,1320122],[-1278277,1320331],[-1278485,1318744],[-1278147,1319597],[-1278190,1320198],[-1278270,1319616],[-1277598,1320157],[-1277896,1319050],[-1277427,1319800],[-1277431,1360607],[-1274346,1364221],[-1277755,1369500],[-1277464,1360376],[-1274835,1363921],[-1278236,1369201],[-1277762,1360489],[-1274783,1363399],[-1278518,1369106],[-1277833,1360700],[-1274108,1363577],[-1277987,1369435],[-1277205,1360263],[-1274985,1364167],[-1277971,1360848],[-1274619,1363911],[-1278011,1369453],[-1278452,1369975],[-1276393,1409981],[-1276530,1409827],[-1276340,1409942],[-1276542,1409951],[-1276635,1409965],[-1276308,1409772],[-1272040,1430704],[-1270459,1429794],[-1274345,1429925],[-1274157,1422935],[-1271581,1422545],[-1271950,1430758],[-1270348,1429623],[-1270311,1433652],[-1275198,1429951],[-1273512,1422995],[-1271503,1422098],[-1269549,1429496],[-1271360,1431894],[-1269962,1429437],[-1271041,1431704],[-1268586,1431152],[-1272063,1430747],[-1269588,1430017],[-1274336,1429903],[-1274247,1423206],[-1271136,1422512],[-1272007,1430741],[-1270450,1430181],[-1275054,1429667],[-1273495,1423534],[-1271666,1422252],[-1272354,1431234],[-1270101,1429584],[-1274787,1430177],[-1274055,1422899],[-1271302,1422554],[-1272203,1431004],[-1270497,1430254],[-1274889,1430027],[-1273950,1423557],[-1271435,1422918],[-1267504,1435335],[-1277300,1446321],[-1276359,1446450],[-1276810,1445872],[-1276811,1445921],[-1276634,1445827],[-1277469,1445727],[-1277147,1446496],[-1276474,1446531],[-1276800,1446059],[-1276021,1445772],[-1275913,1445967],[-1277291,1446456],[-1275971,1445724],[-1276799,1446063],[-1276313,1446208],[-1277008,1445768],[-1268073,1435872],[-1267853,1436441],[-1267412,1434303],[-1268057,1435930],[-1267432,1434191],[-1268851,1436205],[-1268115,1435925],[-1268421,1436447],[-1269300,1438252],[-1267606,1435453],[-1271336,1436695],[-1271221,1436686],[-1269509,1438526],[-1277380,1446992],[-1276759,1446694],[-1276162,1450246],[-1276863,1446904],[-1276838,1446708],[-1275971,1450866],[-1275910,1450947],[-1275092,1451414],[-1276282,1450751],[-1276060,1450785],[-1275281,1451368],[-1275914,1450980],[-1278466,1467386],[-1275571,1465191],[-1275554,1465030],[-1279731,1463485],[-1279636,1463770],[-1275487,1465068],[-1277012,1465616],[-1276970,1466044],[-1268935,1480216],[-1268308,1478881],[-1269269,1478824],[-1268339,1479455],[-1268812,1478972],[-1269122,1480196],[-1268468,1478225],[-1269455,1478431],[-1269310,1480730],[-1268275,1480538],[-1269341,1478332],[-1269265,1478367],[-1268142,1478250],[-1268501,1477937],[-1268350,1475871],[-1268470,1476249],[-1267950,1477478],[-1267608,1477623],[-1267353,1477460],[-1268290,1477049],[-1267294,1476807],[-1267291,1476275],[-1268169,1475812],[-1267810,1477153],[-1278757,1489725],[-1279186,1492536],[-1278552,1492520],[-1279888,1489997],[-1279607,1492842],[-1279031,1489671],[-1279772,1489594],[-1278789,1491996],[-1279145,1493354],[-1279685,1493064],[-1279730,1493351],[-1279704,1492963],[-1279748,1492527],[-1279942,1492215],[-1279446,1491622],[-1279788,1491202],[-1279473,1492624],[-1279587,1490734],[-1278974,1491947],[-1273156,1490174],[-1272663,1491554],[-1274307,1492220],[-1274985,1491838],[-1274706,1491941],[-1275027,1490904],[-1274115,1491226],[-1273018,1490280],[-1274367,1492156],[-1272625,1491346],[-1274368,1491711],[-1273370,1492097],[-1274413,1492417],[-1273372,1490335],[-1274244,1491850],[-1272574,1490457],[-1273412,1491552],[-1274550,1491544],[-1272954,1491051],[-1273824,1488372],[-1273315,1489836],[-1273529,1489891],[-1274786,1489456],[-1273757,1489575],[-1273851,1489325],[-1273860,1488987],[-1274573,1489128],[-1274341,1488108],[-1274098,1490306],[-1275344,1487862],[-1273272,1488885],[-1272909,1488650],[-1274751,1487783],[-1273893,1490286],[-1273533,1487845],[-1275308,1488733],[-1273680,1488987],[-1274304,1489835],[-1274330,1488210],[-1268392,1492879],[-1268388,1493443],[-1267971,1493061],[-1268484,1494545],[-1267798,1494435],[-1268006,1494152],[-1272667,1503850],[-1272365,1504419],[-1272279,1502674],[-1271741,1503410],[-1271853,1502536],[-1271167,1502735],[-1270581,1503188],[-1271675,1503738],[-1277662,1507359],[-1279855,1506239],[-1278241,1505950],[-1277920,1506495],[-1279785,1506382],[-1270176,1504159],[-1272267,1502633],[-1271991,1503897],[-1271329,1502650],[-1271214,1504290],[-1271874,1502121],[-1271937,1503352],[-1270524,1502590],[-1277963,1506019],[-1279782,1507228],[-1279502,1506122],[-1272491,1503992],[-1279054,1506084],[-1277243,1506217],[-1277923,1506007],[-1272344,1509183],[-1279443,1517586],[-1279362,1517387],[-1278301,1517360],[-1278749,1517398],[-1279006,1517605],[-1279102,1517515],[-1278364,1200632],[-1278219,1200741],[-1278160,1199834],[-1278594,1199822],[-1278119,1200740],[-1278726,1200224],[-1288672,1290352],[-1288891,1290137],[-1288333,1290185],[-1288093,1289683],[-1288235,1290169],[-1288964,1290445],[-1286858,1289492],[-1281301,1291094],[-1281263,1290059],[-1280240,1289985],[-1286636,1289769],[-1281150,1291225],[-1280122,1290195],[-1286723,1289364],[-1280932,1291004],[-1281219,1289896],[-1280178,1290568],[-1286432,1289318],[-1281452,1291164],[-1280752,1290158],[-1280548,1290570],[-1286301,1288980],[-1280972,1291409],[-1280353,1290170],[-1286645,1289578],[-1281768,1291309],[-1281347,1290356],[-1280096,1289997],[-1286753,1294193],[-1291867,1299035],[-1291400,1299823],[-1286285,1294814],[-1291318,1299187],[-1291895,1299622],[-1286561,1294742],[-1292024,1298788],[-1292211,1299649],[-1286825,1294140],[-1292243,1298679],[-1291821,1299794],[-1286503,1293948],[-1292172,1298897],[-1291713,1300132],[-1286483,1294919],[-1291356,1299213],[-1291676,1299684],[-1284803,1333927],[-1285570,1339339],[-1282238,1344046],[-1286728,1333690],[-1285085,1334811],[-1284413,1339009],[-1284329,1333773],[-1285545,1338791],[-1281974,1343819],[-1285029,1334284],[-1284455,1338552],[-1285256,1333661],[-1284985,1338961],[-1282540,1343488],[-1285007,1333829],[-1285077,1339310],[-1282793,1343645],[-1281934,1344359],[-1284222,1352829],[-1282394,1353359],[-1283864,1353047],[-1283016,1353570],[-1282343,1344214],[-1284254,1352823],[-1282511,1353901],[-1284261,1352885],[-1282986,1353514],[-1284768,1352520],[-1282778,1353765],[-1284002,1353377],[-1282620,1353902],[-1283901,1368689],[-1286945,1369472],[-1284091,1368978],[-1283136,1369061],[-1283970,1368774],[-1287279,1369181],[-1283419,1368902],[-1287288,1369170],[-1284054,1368367],[-1287718,1369676],[-1289920,1381952],[-1287483,1372188],[-1288673,1369928],[-1289289,1381747],[-1290806,1378189],[-1289111,1374259],[-1285852,1371850],[-1289755,1374952],[-1288703,1378880],[-1289605,1382154],[-1287386,1372165],[-1288382,1370203],[-1290032,1381018],[-1290898,1378025],[-1289657,1374673],[-1285612,1371805],[-1290001,1374755],[-1288507,1378352],[-1289730,1381962],[-1287436,1372418],[-1288906,1370257],[-1290193,1381329],[-1291015,1377431],[-1289115,1374260],[-1286017,1371993],[-1287063,1370069],[-1290509,1374936],[-1288412,1378390],[-1290073,1382031],[-1287018,1372574],[-1288575,1370286],[-1290065,1380842],[-1291153,1377335],[-1289280,1374482],[-1285505,1371716],[-1290260,1374488],[-1288573,1378706],[-1290087,1382005],[-1287377,1372325],[-1288921,1370123],[-1289300,1381258],[-1290615,1378193],[-1289300,1374010],[-1285412,1372050],[-1287035,1369887],[-1290177,1374414],[-1289024,1378312],[-1289643,1382444],[-1287222,1372204],[-1288449,1369803],[-1289338,1380972],[-1290837,1378226],[-1289150,1374629],[-1285610,1371372],[-1290089,1374038],[-1288532,1379219],[-1287694,1394071],[-1290701,1389374],[-1292066,1387720],[-1287652,1393991],[-1291065,1389600],[-1292730,1384805],[-1292102,1387573],[-1287522,1393520],[-1290619,1389329],[-1292072,1387725],[-1287537,1393310],[-1290860,1389822],[-1292423,1388297],[-1291960,1387876],[-1287964,1393552],[-1290558,1389234],[-1292766,1384550],[-1292282,1387437],[-1287743,1393853],[-1291181,1389461],[-1292451,1384750],[-1292510,1388219],[-1292683,1387491],[-1291651,1417179],[-1291919,1417056],[-1289617,1413317],[-1290562,1413709],[-1288935,1416790],[-1284539,1417041],[-1284733,1417352],[-1291573,1416892],[-1291632,1417266],[-1291576,1417432],[-1291494,1416965],[-1288793,1432345],[-1287949,1431323],[-1287736,1432246],[-1288064,1431271],[-1289038,1431729],[-1287869,1431356],[-1287880,1431716],[-1288759,1431311],[-1287854,1430767],[-1288531,1432271],[-1288678,1432023],[-1288287,1431088],[-1288709,1432175],[-1288209,1431383],[-1287752,1431340],[-1288211,1431955],[-1283896,1431853],[-1285744,1431930],[-1285140,1431896],[-1284116,1432957],[-1285315,1432338],[-1285244,1432405],[-1284154,1433349],[-1285620,1429888],[-1284271,1430928],[-1285614,1430386],[-1280700,1432776],[-1282017,1429655],[-1282594,1425933],[-1285855,1426586],[-1280576,1432684],[-1281964,1429841],[-1281042,1425463],[-1280963,1432366],[-1280502,1432665],[-1281822,1429493],[-1281123,1425484],[-1280968,1432350],[-1280476,1432587],[-1282289,1429600],[-1281396,1425311],[-1280981,1432508],[-1280764,1432793],[-1281793,1429495],[-1281330,1425487],[-1280397,1432044],[-1280460,1432417],[-1282150,1429286],[-1281408,1425228],[-1287617,1436233],[-1288353,1436148],[-1281227,1446520],[-1281183,1446319],[-1280928,1446489],[-1281194,1446390],[-1281319,1446467],[-1291909,1435970],[-1291965,1435895],[-1292185,1434584],[-1292268,1435121],[-1292186,1434745],[-1291804,1435250],[-1292566,1434897],[-1292058,1435999],[-1291432,1435458],[-1291396,1435607],[-1291466,1435843],[-1291335,1435574],[-1291156,1434881],[-1292219,1436120],[-1291709,1435536],[-1291970,1436108],[-1287756,1435504],[-1287535,1435340],[-1287311,1435289],[-1287912,1435104],[-1287086,1435020],[-1288298,1435524],[-1288400,1435128],[-1287136,1434938],[-1287408,1435727],[-1287276,1435334],[-1288331,1435316],[-1288071,1435018],[-1288098,1435231],[-1288399,1435999],[-1284762,1435628],[-1284369,1435947],[-1284982,1435398],[-1285104,1435507],[-1283643,1435595],[-1283103,1435402],[-1283866,1434823],[-1285102,1435077],[-1284744,1434671],[-1283834,1434268],[-1292131,1449717],[-1284091,1451823],[-1283898,1451147],[-1284220,1452135],[-1284197,1451204],[-1284123,1451165],[-1284076,1452085],[-1284482,1450834],[-1283273,1451402],[-1283283,1450963],[-1283762,1451771],[-1283211,1451352],[-1283335,1451912],[-1283312,1451035],[-1284033,1451845],[-1283230,1450869],[-1283232,1451686],[-1281056,1447618],[-1281027,1446658],[-1281794,1447634],[-1281221,1447724],[-1292284,1447644],[-1292387,1447311],[-1292555,1447772],[-1292336,1447749],[-1281419,1466340],[-1281844,1466125],[-1280136,1466503],[-1280804,1466198],[-1280540,1466327],[-1282246,1467937],[-1281979,1467959],[-1281974,1467913],[-1280966,1464115],[-1284958,1471594],[-1287490,1467057],[-1291296,1468498],[-1291896,1468897],[-1291669,1469009],[-1289544,1467992],[-1288221,1471374],[-1287412,1471166],[-1287803,1471325],[-1287755,1471355],[-1286827,1468854],[-1286190,1469611],[-1285186,1469859],[-1286845,1470027],[-1280996,1462089],[-1290863,1463107],[-1291285,1462698],[-1280912,1461555],[-1280895,1477952],[-1281448,1478212],[-1281986,1478043],[-1280936,1478516],[-1282261,1493296],[-1282414,1491438],[-1280244,1490009],[-1280020,1489863],[-1281643,1493268],[-1280490,1493367],[-1282273,1491183],[-1282003,1491361],[-1281801,1493059],[-1281759,1493201],[-1281644,1493048],[-1281645,1491178],[-1281381,1491164],[-1281363,1490963],[-1280523,1493064],[-1280730,1491513],[-1280367,1491069],[-1280939,1491336],[-1280251,1492711],[-1280377,1492202],[-1281060,1492772],[-1280401,1492328],[-1280674,1490224],[-1280717,1490663],[-1280480,1492162],[-1281012,1492104],[-1280721,1491867],[-1280203,1490199],[-1285898,1506404],[-1284792,1505856],[-1284484,1506383],[-1285929,1507211],[-1285505,1505192],[-1286168,1506249],[-1286537,1504835],[-1286358,1505000],[-1285919,1506243],[-1283536,1501988],[-1283818,1503106],[-1284244,1502528],[-1283458,1503482],[-1283437,1501932],[-1282567,1502086],[-1284411,1502261],[-1283650,1502296],[-1282621,1503391],[-1284407,1503283],[-1284101,1503179],[-1283636,1501681],[-1283104,1503109],[-1282197,1503232],[-1282244,1502013],[-1282952,1502567],[-1283458,1502759],[-1283626,1502929],[-1284034,1501363],[-1282237,1503383],[-1284680,1505477],[-1286498,1506656],[-1286735,1507176],[-1285625,1505840],[-1286817,1505936],[-1285490,1506718],[-1285629,1505933],[-1286574,1504999],[-1285030,1504962],[-1285362,1506701],[-1282574,1200019],[-1288544,1201059],[-1286602,1197367],[-1281351,1197828],[-1285670,1201707],[-1288556,1201491],[-1291451,1201387],[-1283000,1199972],[-1288074,1200902],[-1286901,1197724],[-1280702,1197576],[-1281128,1197821],[-1286187,1201549],[-1288555,1202124],[-1291840,1201500],[-1292001,1201072],[-1283471,1200293],[-1287810,1201212],[-1286724,1197978],[-1281617,1197463],[-1286317,1201019],[-1288710,1202402],[-1283441,1200291],[-1288665,1200721],[-1286896,1198100],[-1280972,1197646],[-1286214,1201215],[-1288724,1201549],[-1291842,1200974],[-1283262,1199928],[-1287807,1201196],[-1286825,1198122],[-1281005,1197524],[-1286113,1201838],[-1288413,1201827],[-1292151,1201208],[-1283229,1199792],[-1288094,1201153],[-1286589,1197821],[-1281334,1197416],[-1286098,1201530],[-1288462,1202309],[-1291877,1200969],[-1285169,1277894],[-1287912,1276724],[-1285298,1277767],[-1287877,1276531],[-1285934,1277223],[-1288093,1277023],[-1285192,1277658],[-1287643,1276505],[-1285920,1277463],[-1287874,1276877],[-1285702,1277366],[-1288083,1276612],[-1297323,1305324],[-1297531,1305319],[-1297604,1305135],[-1297981,1305110],[-1297434,1305380],[-1297256,1305551],[-1297307,1346847],[-1300366,1352135],[-1297952,1351853],[-1299463,1354320],[-1298912,1352977],[-1298517,1353441],[-1298375,1351826],[-1299406,1353496],[-1298898,1353628],[-1299459,1353684],[-1298755,1352299],[-1298171,1351788],[-1298527,1352820],[-1296973,1346976],[-1297172,1346851],[-1297317,1346900],[-1299443,1354179],[-1299507,1353809],[-1297431,1346501],[-1298269,1352004],[-1299018,1352777],[-1296979,1346490],[-1298962,1352152],[-1298277,1353267],[-1297098,1346989],[-1298898,1350246],[-1298758,1350231],[-1297179,1347065],[-1294785,1355222],[-1294981,1355173],[-1294042,1380985],[-1303221,1378398],[-1294042,1380984],[-1303810,1378224],[-1293795,1380599],[-1302387,1373785],[-1303630,1378462],[-1293534,1380953],[-1303370,1378046],[-1293655,1380769],[-1303113,1377630],[-1293706,1380898],[-1303467,1378294],[-1292801,1384974],[-1294995,1388390],[-1296128,1390878],[-1294844,1393464],[-1293091,1384031],[-1295296,1388574],[-1295880,1390113],[-1295434,1393956],[-1295318,1389167],[-1295413,1390209],[-1295081,1393942],[-1294938,1389102],[-1295644,1390974],[-1295159,1393930],[-1293000,1384753],[-1295563,1388971],[-1295507,1390077],[-1295021,1393777],[-1295304,1388994],[-1296232,1390831],[-1295199,1393777],[-1304223,1406437],[-1303971,1406520],[-1303730,1406097],[-1304034,1406420],[-1304318,1406383],[-1303915,1406090],[-1295310,1431539],[-1296124,1432036],[-1296489,1432506],[-1296203,1432111],[-1301284,1432206],[-1300210,1424802],[-1298116,1421887],[-1296596,1421004],[-1301255,1432305],[-1300339,1424529],[-1298131,1421560],[-1296491,1421094],[-1301054,1432705],[-1299939,1424962],[-1297753,1421951],[-1296303,1421434],[-1300973,1432354],[-1300244,1424826],[-1297712,1421762],[-1296509,1421252],[-1301355,1432270],[-1300203,1424614],[-1297935,1421918],[-1296662,1421476],[-1301496,1432390],[-1299883,1424956],[-1297874,1421707],[-1296377,1421092],[-1300491,1426235],[-1301297,1436260],[-1301092,1438513],[-1301186,1435977],[-1301214,1438179],[-1300825,1436171],[-1300945,1438178],[-1301351,1435708],[-1301336,1438652],[-1300872,1435854],[-1301161,1438584],[-1301128,1435908],[-1301258,1438561],[-1294751,1453441],[-1293151,1453486],[-1299180,1458720],[-1305530,1459084],[-1293000,1447939],[-1292884,1447690],[-1300639,1466688],[-1295034,1463692],[-1295643,1464061],[-1295881,1467616],[-1296554,1466846],[-1297079,1467132],[-1301207,1465815],[-1300474,1466705],[-1300253,1467289],[-1305342,1460378],[-1305210,1460028],[-1300222,1175369],[-1299906,1252892],[-1299516,1252774],[-1299462,1252679],[-1299577,1252959],[-1299726,1252631],[-1299382,1252514],[-1300214,1253765],[-1300290,1253903],[-1300489,1253719],[-1300338,1254324],[-1299698,1254014],[-1300365,1254333],[-1315728,1305550],[-1318023,1303821],[-1317190,1303468],[-1315698,1305731],[-1318092,1303785],[-1318010,1303916],[-1317967,1303944],[-1317780,1303481],[-1315331,1306081],[-1315733,1305954],[-1316069,1306297],[-1315268,1306350],[-1308835,1374146],[-1308741,1374268],[-1309293,1374290],[-1309288,1374596],[-1316361,1370629],[-1315763,1370482],[-1315922,1370163],[-1315693,1370152],[-1306031,1377197],[-1309577,1407143],[-1309932,1407216],[-1312211,1402901],[-1312594,1403617],[-1312399,1403030],[-1312790,1403356],[-1310601,1399507],[-1310940,1399541],[-1306286,1399300],[-1306673,1399242],[-1312486,1407309],[-1314055,1405097],[-1316081,1406688],[-1306146,1396683],[-1308927,1396149],[-1310569,1396469],[-1312662,1407164],[-1313768,1404939],[-1316075,1406862],[-1306172,1396547],[-1308639,1395950],[-1310345,1396959],[-1312192,1407445],[-1313878,1405074],[-1315695,1406796],[-1305962,1396669],[-1309179,1395714],[-1310697,1397240],[-1312548,1407160],[-1314159,1404972],[-1316008,1406605],[-1306771,1396177],[-1309148,1396287],[-1310388,1396771],[-1312285,1407630],[-1313972,1405427],[-1315557,1406583],[-1306084,1396132],[-1308918,1395540],[-1310984,1396849],[-1312553,1407179],[-1314088,1405369],[-1315738,1406832],[-1306007,1396727],[-1308369,1395587],[-1310999,1396662],[-1311059,1399192],[-1308554,1399702],[-1308980,1399706],[-1306685,1398695],[-1308600,1419473],[-1308629,1410087],[-1308623,1419917],[-1308530,1409827],[-1308486,1419735],[-1308438,1409983],[-1308365,1419745],[-1308597,1409914],[-1308828,1419343],[-1308521,1409936],[-1308347,1419885],[-1308457,1410030],[-1317590,1421520],[-1315636,1424386],[-1311812,1424255],[-1309694,1426769],[-1318129,1421416],[-1315710,1424078],[-1311617,1424585],[-1309431,1426895],[-1315051,1429790],[-1309216,1433122],[-1308025,1431934],[-1308213,1431660],[-1307914,1432452],[-1308562,1432229],[-1314182,1429808],[-1308885,1431690],[-1308419,1431926],[-1308037,1432164],[-1314669,1431051],[-1313585,1430668],[-1313644,1430851],[-1307946,1432987],[-1314495,1430276],[-1308470,1432865],[-1315123,1430756],[-1314592,1433718],[-1314597,1433375],[-1315760,1433114],[-1315553,1433769],[-1315669,1433621],[-1313366,1430730],[-1314340,1430864],[-1313931,1430771],[-1318152,1421470],[-1315414,1424377],[-1311669,1424595],[-1309350,1426498],[-1318091,1421680],[-1315602,1424323],[-1311465,1424583],[-1309381,1426818],[-1317818,1421719],[-1315487,1424206],[-1311351,1424429],[-1309701,1426890],[-1317999,1421677],[-1315631,1424286],[-1311832,1424244],[-1309634,1426963],[-1316997,1445247],[-1314571,1445794],[-1314665,1444889],[-1316987,1446353],[-1315339,1446073],[-1314984,1445838],[-1315190,1445482],[-1316411,1444626],[-1316630,1444395],[-1316909,1444709],[-1314696,1445033],[-1315285,1445092],[-1316713,1445349],[-1315172,1446099],[-1314683,1445275],[-1314778,1445532],[-1314868,1446033],[-1315001,1444824],[-1314713,1434127],[-1315532,1434377],[-1314329,1434629],[-1315429,1434370],[-1314382,1434268],[-1310331,1436914],[-1311255,1436757],[-1310360,1435884],[-1311404,1435593],[-1310457,1436726],[-1311091,1436921],[-1311145,1436100],[-1310858,1435789],[-1311349,1436827],[-1311085,1436272],[-1313262,1451851],[-1312902,1453562],[-1313798,1456123],[-1313826,1456440],[-1313627,1456275],[-1317210,1451180],[-1317712,1452427],[-1316482,1451891],[-1317813,1452219],[-1317892,1453141],[-1315394,1453084],[-1316588,1452076],[-1317248,1452771],[-1315806,1451670],[-1308477,1458451],[-1306192,1458828],[-1306138,1458814],[-1305828,1458870],[-1314984,1455302],[-1314664,1453720],[-1315236,1455559],[-1317051,1452219],[-1317766,1451772],[-1315561,1454659],[-1315071,1453538],[-1314824,1454462],[-1314778,1455416],[-1314544,1454330],[-1315801,1455179],[-1317893,1451729],[-1315416,1453323],[-1315897,1452825],[-1316253,1455352],[-1315073,1455427],[-1315942,1451163],[-1315182,1450560],[-1315673,1453957],[-1315043,1454126],[-1312885,1454747],[-1313581,1456478],[-1314586,1457484],[-1317301,1458127],[-1315374,1456187],[-1315394,1451893],[-1312223,1456113],[-1314094,1448372],[-1317540,1459260],[-1312422,1454663],[-1314617,1448226],[-1315745,1456980],[-1312870,1455858],[-1313552,1453435],[-1315791,1449268],[-1316203,1457496],[-1311861,1456491],[-1312536,1454372],[-1313417,1455385],[-1315138,1457010],[-1316484,1458091],[-1314966,1453975],[-1314496,1455355],[-1315283,1456196],[-1316354,1454331],[-1314689,1447726],[-1314142,1456582],[-1314113,1449542],[-1314373,1455626],[-1314614,1456871],[-1316115,1456320],[-1315781,1457133],[-1314786,1449833],[-1315375,1457446],[-1315860,1455970],[-1313355,1456429],[-1312960,1454530],[-1315921,1458240],[-1314920,1457585],[-1313867,1454235],[-1316256,1457812],[-1313884,1449487],[-1316694,1452598],[-1314247,1450781],[-1314794,1450216],[-1316023,1453120],[-1316290,1459328],[-1315150,1450275],[-1314527,1456046],[-1313220,1449940],[-1313307,1449097],[-1315767,1448997],[-1315029,1450077],[-1316467,1450379],[-1314853,1448560],[-1314323,1447537],[-1315931,1446613],[-1315847,1452159],[-1314426,1455466],[-1316121,1458122],[-1317725,1459248],[-1316347,1456078],[-1315372,1451563],[-1314310,1448179],[-1315222,1449730],[-1313527,1448271],[-1316028,1451232],[-1314240,1454117],[-1314870,1452798],[-1317468,1451337],[-1315554,1451860],[-1313728,1452564],[-1315040,1450333],[-1313085,1448813],[-1314049,1448256],[-1315371,1452323],[-1314533,1449475],[-1314085,1453011],[-1314690,1450797],[-1316769,1458726],[-1316082,1450960],[-1312282,1453309],[-1315666,1459071],[-1312501,1454343],[-1314172,1449496],[-1316969,1446776],[-1316204,1451002],[-1314177,1449922],[-1316285,1449477],[-1312955,1456597],[-1314168,1454815],[-1313249,1455340],[-1313642,1451698],[-1317794,1458487],[-1314494,1456928],[-1314331,1456894],[-1314393,1455550],[-1314629,1449377],[-1315115,1456539],[-1313657,1454288],[-1316875,1459317],[-1313306,1456675],[-1313712,1455124],[-1311811,1456086],[-1318128,1459331],[-1316269,1457378],[-1313287,1456639],[-1315423,1450638],[-1314567,1457960],[-1313301,1456962],[-1313067,1455936],[-1315976,1458763],[-1312294,1454055],[-1314008,1452729],[-1306615,1449953],[-1309093,1450899],[-1313529,1457068],[-1306678,1449680],[-1309089,1451681],[-1313679,1456845],[-1309926,1451764],[-1306992,1450136],[-1313160,1454002],[-1313146,1453143],[-1306608,1449715],[-1313730,1454661],[-1309172,1451799],[-1306941,1449686],[-1313544,1451588],[-1306729,1449823],[-1308115,1468991],[-1308443,1468798],[-1307426,1467499],[-1307709,1468391],[-1306399,1459634],[-1306417,1459767],[-1306521,1460165],[-1306408,1460252],[-1306101,1460303],[-1306195,1459504],[-1306010,1459593],[-1306067,1459921],[-1305873,1460096],[-1306219,1459521],[-1305969,1459858],[-1318022,1460318],[-1315942,1459764],[-1308689,1461818],[-1317864,1460075],[-1307873,1460977],[-1317471,1460303],[-1308050,1462203],[-1318061,1460382],[-1306758,1460329],[-1308786,1461852],[-1306484,1459623],[-1316251,1460149],[-1317978,1459919],[-1317705,1460153],[-1315724,1459882],[-1307344,1462327],[-1306863,1462335],[-1310265,1476942],[-1310000,1476583],[-1309999,1476749],[-1313258,1476275],[-1312883,1475518],[-1312308,1476365],[-1312609,1476483],[-1314508,1476681],[-1314046,1476453],[-1317296,1172808],[-1305719,1175703],[-1317157,1172695],[-1318393,1170642],[-1317306,1172359],[-1316944,1172662],[-1317158,1172598],[-1317326,1172459],[-1317569,1199531],[-1318108,1202987],[-1316494,1200660],[-1317866,1199391],[-1316854,1200811],[-1316504,1198476],[-1317455,1199439],[-1316485,1200484],[-1317163,1199925],[-1316483,1200464],[-1317310,1199500],[-1318118,1203189],[-1316750,1200545],[-1317602,1199342],[-1316952,1200710],[-1317580,1206557],[-1317260,1207898],[-1317210,1210323],[-1317491,1203871],[-1317604,1209484],[-1316700,1205157],[-1318174,1203755],[-1316609,1205229],[-1317450,1209348],[-1317263,1209552],[-1316972,1204673],[-1317779,1209476],[-1317001,1205091],[-1317218,1209652],[-1316536,1205164],[-1310636,1227945],[-1307637,1227926],[-1311437,1224913],[-1308450,1223954],[-1312551,1222209],[-1315722,1225343],[-1315381,1228186],[-1305987,1225617],[-1310349,1228038],[-1307337,1228220],[-1311398,1225331],[-1308407,1224048],[-1312553,1221740],[-1315336,1225512],[-1315210,1228079],[-1306139,1225636],[-1310552,1227636],[-1307253,1228202],[-1311485,1225261],[-1308905,1224114],[-1312271,1221918],[-1315383,1225352],[-1314850,1228518],[-1306011,1226083],[-1310444,1227980],[-1307137,1227954],[-1311531,1225300],[-1308942,1223958],[-1312434,1221697],[-1315775,1225651],[-1315105,1228584],[-1306295,1226059],[-1310732,1228078],[-1311496,1224999],[-1308863,1224254],[-1312414,1222119],[-1315513,1225312],[-1315037,1228558],[-1305953,1226100],[-1310904,1227683],[-1307585,1228169],[-1311310,1225225],[-1308798,1224323],[-1312155,1222187],[-1315731,1225150],[-1315151,1228415],[-1306237,1225849],[-1311667,1236870],[-1311771,1236667],[-1312421,1233713],[-1309262,1231105],[-1314511,1233592],[-1313130,1234469],[-1309191,1237531],[-1308805,1236289],[-1311347,1236811],[-1312162,1236668],[-1312296,1233587],[-1309622,1231382],[-1314413,1233628],[-1312844,1234438],[-1309514,1237489],[-1308723,1236186],[-1311651,1237162],[-1311801,1236463],[-1312450,1234035],[-1309574,1231048],[-1314357,1233558],[-1312840,1234134],[-1309551,1237149],[-1308515,1236366],[-1311374,1236739],[-1311673,1236725],[-1312722,1233640],[-1309668,1231217],[-1314641,1233428],[-1312774,1234217],[-1309305,1237596],[-1308424,1235908],[-1311392,1236949],[-1312114,1236953],[-1312446,1234031],[-1309511,1231333],[-1314818,1233779],[-1312780,1234117],[-1308992,1237670],[-1308461,1236079],[-1311908,1236668],[-1312802,1233713],[-1309266,1231222],[-1314823,1233493],[-1312708,1234262],[-1309285,1237659],[-1308424,1236233],[-1318205,1251355],[-1318284,1251420],[-1318336,1251785],[-1318232,1252114],[-1318168,1251887],[-1318212,1251665],[-1315652,1266657],[-1312739,1265587],[-1315508,1266540],[-1313217,1265610],[-1315252,1265041],[-1315344,1264887],[-1315333,1266277],[-1313209,1265178],[-1318344,1263918],[-1315563,1266303],[-1313202,1265120],[-1318378,1263748],[-1315603,1266732],[-1312887,1265520],[-1315683,1266329],[-1312784,1265186],[-1315589,1267847],[-1324534,1293654],[-1325310,1298121],[-1329447,1297626],[-1325641,1299244],[-1327935,1301013],[-1324770,1293414],[-1325328,1297940],[-1329416,1298466],[-1325849,1296307],[-1326064,1298557],[-1326984,1300753],[-1324824,1293164],[-1325350,1298237],[-1329776,1298103],[-1325198,1298770],[-1327404,1300346],[-1324465,1293447],[-1325620,1297742],[-1329691,1298544],[-1325685,1299326],[-1327351,1300452],[-1324275,1293419],[-1325620,1297735],[-1329714,1298372],[-1325921,1298742],[-1327049,1300096],[-1324331,1293529],[-1326107,1298063],[-1330232,1298194],[-1325734,1298426],[-1327002,1300255],[-1324671,1307120],[-1329181,1309957],[-1323769,1306263],[-1329248,1309976],[-1324528,1306288],[-1328932,1309951],[-1323936,1306288],[-1329360,1309769],[-1324247,1306373],[-1328982,1309971],[-1324152,1307130],[-1329104,1310114],[-1318991,1382486],[-1320386,1382321],[-1319849,1382389],[-1320812,1381365],[-1319493,1381458],[-1327117,1377193],[-1328918,1381842],[-1328856,1395342],[-1328738,1395276],[-1322466,1383490],[-1330243,1395245],[-1322730,1383683],[-1322159,1383231],[-1329636,1395128],[-1329806,1395382],[-1328792,1392882],[-1329264,1394905],[-1328447,1393262],[-1329265,1395028],[-1329425,1395182],[-1329737,1395766],[-1330579,1396262],[-1330147,1395425],[-1318567,1406936],[-1330257,1396340],[-1329635,1396654],[-1329222,1396637],[-1318962,1407000],[-1318957,1406918],[-1319145,1407148],[-1318913,1406887],[-1319005,1407261],[-1320879,1466236],[-1320204,1465210],[-1320085,1465259],[-1320344,1465154],[-1321277,1170673],[-1323909,1173702],[-1330564,1169151],[-1328621,1170008],[-1324628,1171496],[-1322578,1174540],[-1322584,1177123],[-1320190,1177518],[-1319470,1174936],[-1318738,1170591],[-1319582,1169892],[-1321144,1170573],[-1323403,1173955],[-1329965,1169552],[-1328171,1169950],[-1323691,1171224],[-1322134,1174487],[-1322041,1177648],[-1319944,1177777],[-1319163,1174997],[-1319416,1170293],[-1320979,1170665],[-1323886,1171421],[-1324058,1174289],[-1330213,1169049],[-1328218,1169806],[-1322555,1174764],[-1322028,1177081],[-1319916,1177799],[-1319417,1174521],[-1318480,1170600],[-1319144,1170143],[-1321286,1170773],[-1324099,1171139],[-1323637,1174139],[-1330434,1168763],[-1328567,1169819],[-1322519,1174579],[-1322517,1177159],[-1319867,1177554],[-1319632,1174647],[-1318720,1170602],[-1319592,1169953],[-1321109,1170356],[-1323299,1173636],[-1330773,1168968],[-1328482,1169341],[-1324291,1171352],[-1322228,1174541],[-1322365,1177156],[-1319893,1177499],[-1319067,1174959],[-1318575,1170510],[-1319451,1170057],[-1320825,1170693],[-1323205,1173807],[-1329851,1169433],[-1327720,1169679],[-1324298,1171371],[-1322046,1174806],[-1322192,1177132],[-1320060,1177738],[-1319546,1174741],[-1318891,1170304],[-1319554,1169740],[-1323207,1177853],[-1322384,1181276],[-1327647,1182296],[-1323595,1178092],[-1322926,1182000],[-1327757,1181339],[-1323151,1177885],[-1322348,1182000],[-1327132,1181419],[-1322741,1178321],[-1323148,1181629],[-1327376,1181449],[-1322757,1178336],[-1322240,1182205],[-1327855,1182025],[-1322876,1178282],[-1323128,1181345],[-1327591,1181645],[-1326239,1200947],[-1320583,1199776],[-1318905,1200343],[-1319214,1198999],[-1319988,1201002],[-1323507,1201079],[-1327130,1202440],[-1318806,1203263],[-1327050,1200856],[-1321078,1199616],[-1318633,1199906],[-1319360,1198722],[-1320034,1200819],[-1323407,1201339],[-1326962,1202360],[-1321545,1201462],[-1321775,1195103],[-1322717,1193040],[-1327872,1200278],[-1326414,1201185],[-1320372,1198938],[-1319252,1199638],[-1319330,1198961],[-1319567,1201136],[-1323333,1201262],[-1326876,1202647],[-1331185,1202548],[-1326399,1201237],[-1320405,1199020],[-1318928,1199555],[-1319463,1198756],[-1319907,1200784],[-1323088,1200881],[-1326723,1202803],[-1326968,1201334],[-1320833,1199029],[-1318860,1199587],[-1319263,1198875],[-1319525,1200965],[-1323554,1201219],[-1326903,1202736],[-1331075,1202245],[-1326430,1201408],[-1321048,1199506],[-1318611,1199556],[-1319460,1198890],[-1319523,1200926],[-1323307,1200794],[-1326939,1202824],[-1330972,1202476],[-1324131,1206712],[-1329119,1206600],[-1325728,1208410],[-1319723,1213995],[-1329893,1208668],[-1324332,1206292],[-1329527,1206497],[-1325839,1208488],[-1319734,1214262],[-1318688,1213224],[-1327219,1207021],[-1331188,1205743],[-1330851,1207682],[-1329885,1208335],[-1318793,1203745],[-1324334,1206956],[-1329237,1206992],[-1325955,1208497],[-1319901,1214332],[-1331064,1205814],[-1331122,1207316],[-1330026,1208265],[-1318761,1203787],[-1324066,1206588],[-1329597,1206887],[-1326218,1208369],[-1319689,1213930],[-1331190,1205668],[-1331040,1207803],[-1329733,1208592],[-1324186,1206307],[-1329393,1206515],[-1325880,1208635],[-1319884,1214431],[-1331141,1205187],[-1329776,1208558],[-1323848,1206558],[-1329292,1206557],[-1325706,1208285],[-1319589,1214364],[-1330021,1208357],[-1323390,1242352],[-1323700,1244157],[-1323631,1245102],[-1321130,1246937],[-1323742,1242863],[-1323249,1243479],[-1323364,1245869],[-1321289,1246925],[-1323777,1242684],[-1322902,1244062],[-1323938,1245874],[-1321252,1246404],[-1323394,1242322],[-1322933,1243429],[-1323699,1245264],[-1321959,1246609],[-1323955,1242512],[-1323141,1244160],[-1323517,1244991],[-1321959,1247063],[-1324002,1242652],[-1323686,1243504],[-1323838,1245846],[-1321736,1247266],[-1318790,1263643],[-1318519,1263978],[-1318801,1263730],[-1318793,1264562],[-1336958,1292695],[-1341165,1292808],[-1336997,1292457],[-1341130,1292709],[-1337049,1292041],[-1340690,1292840],[-1337128,1292000],[-1336776,1292474],[-1336783,1292030],[-1337383,1294710],[-1332198,1294124],[-1338159,1305149],[-1340598,1293250],[-1337428,1294623],[-1332439,1293824],[-1337788,1305680],[-1341194,1293140],[-1337107,1294321],[-1331989,1293765],[-1338133,1305586],[-1340589,1293479],[-1336948,1294246],[-1332162,1293611],[-1338229,1305796],[-1337828,1294565],[-1331969,1294422],[-1337398,1305004],[-1337216,1294309],[-1332417,1293875],[-1338185,1305573],[-1333992,1308613],[-1333728,1308659],[-1333603,1309025],[-1334151,1308180],[-1333776,1308397],[-1333617,1308340],[-1340473,1345130],[-1341089,1348346],[-1341363,1368782],[-1340929,1368734],[-1341346,1368921],[-1340954,1368705],[-1341348,1368995],[-1340975,1368458],[-1335009,1383966],[-1334571,1391136],[-1336011,1126281],[-1339684,1122827],[-1339448,1120296],[-1337831,1120257],[-1336119,1124284],[-1339292,1121499],[-1335705,1121514],[-1338968,1120921],[-1338914,1122834],[-1339988,1120788],[-1338167,1120099],[-1336114,1123967],[-1338917,1121401],[-1335602,1121372],[-1335076,1126306],[-1338940,1121218],[-1339163,1122837],[-1338298,1120272],[-1335912,1124534],[-1335036,1120758],[-1338288,1121543],[-1339563,1122360],[-1339871,1121064],[-1338176,1120372],[-1335960,1124244],[-1339516,1121070],[-1334896,1121020],[-1335886,1126479],[-1338536,1121420],[-1339671,1122912],[-1339069,1120534],[-1337901,1120413],[-1336427,1124363],[-1335181,1121337],[-1338524,1121248],[-1339793,1122574],[-1339096,1120330],[-1338205,1119683],[-1335972,1124269],[-1339503,1121427],[-1335294,1120964],[-1335681,1126197],[-1338075,1121501],[-1335722,1126713],[-1335351,1127015],[-1331404,1202494],[-1331315,1202592],[-1331268,1202334],[-1332007,1204612],[-1331236,1205455],[-1331330,1207281],[-1331577,1204512],[-1331709,1204681],[-1331880,1204443],[-1331900,1204331],[-1331723,1207479],[-1331934,1204396],[-1331395,1205220],[-1331227,1207720],[-1344700,1367608],[-1353168,1367378],[-1349200,1366284],[-1347860,1366865],[-1344713,1367794],[-1352969,1367392],[-1349132,1365958],[-1347355,1366735],[-1347624,1366692],[-1344942,1368093],[-1352939,1367218],[-1349041,1366006],[-1347759,1366477],[-1344770,1367989],[-1353090,1367500],[-1349560,1365780],[-1344606,1367503],[-1347893,1366885],[-1353185,1367603],[-1349470,1365982],[-1344486,1367717],[-1352935,1367145],[-1349283,1366308],[-1347374,1366948],[-1346895,1357381],[-1354233,1374456],[-1354829,1374211],[-1354637,1373720],[-1355030,1375802],[-1354851,1376634],[-1353765,1377009],[-1354076,1376704],[-1348732,1377371],[-1347362,1377172],[-1348426,1377721],[-1347242,1377179],[-1348275,1377399],[-1347557,1376794],[-1348208,1377665],[-1347282,1376799],[-1348568,1377399],[-1347398,1377133],[-1348692,1377407],[-1347277,1376903],[-1349200,1383688],[-1348123,1388943],[-1349039,1383463],[-1348095,1388766],[-1347235,1390838],[-1348966,1383730],[-1347678,1388686],[-1348946,1383785],[-1347762,1388753],[-1349042,1383592],[-1347687,1389112],[-1348847,1383558],[-1348138,1388957],[-1348873,1393868],[-1348720,1393497],[-1348905,1393512],[-1348981,1393471],[-1348790,1393927],[-1348925,1393831],[-1348139,1397172],[-1347752,1395878],[-1345854,1401006],[-1345334,1397450],[-1348404,1399638],[-1347012,1402724],[-1347851,1401186],[-1348889,1401982],[-1348383,1397439],[-1347863,1396248],[-1345801,1400515],[-1348280,1397170],[-1347717,1396140],[-1346151,1400949],[-1350546,1402678],[-1348199,1397018],[-1348096,1395857],[-1345690,1400949],[-1348097,1397078],[-1347754,1395963],[-1346096,1401010],[-1348246,1397466],[-1348137,1395840],[-1345707,1400531],[-1350787,1099444],[-1350231,1100083],[-1352028,1098278],[-1351561,1099722],[-1353339,1098296],[-1350941,1100579],[-1352599,1098274],[-1352636,1098149],[-1352905,1097561],[-1350825,1100656],[-1352511,1097699],[-1351669,1099829],[-1349901,1101482],[-1349540,1103646],[-1349297,1109777],[-1349080,1109769],[-1352716,1113400],[-1349085,1110358],[-1351867,1113342],[-1348542,1110209],[-1352459,1113467],[-1349495,1109834],[-1352422,1113677],[-1348786,1110279],[-1352203,1113085],[-1348608,1125894],[-1347103,1117608],[-1347302,1126482],[-1347148,1117495],[-1348345,1126011],[-1347578,1117703],[-1347229,1126544],[-1348007,1117665],[-1347040,1125370],[-1347295,1117224],[-1347713,1126012],[-1347759,1125057],[-1351950,1113932],[-1347701,1117481],[-1347409,1126653],[-1349220,1126631],[-1356713,1197858],[-1355788,1200146],[-1349617,1200289],[-1351647,1197825],[-1354125,1198905],[-1351244,1198454],[-1347712,1202255],[-1348427,1201090],[-1355426,1202761],[-1356046,1200359],[-1349904,1200427],[-1351585,1197565],[-1354225,1199491],[-1351259,1198302],[-1348264,1202384],[-1348153,1201137],[-1354949,1203211],[-1354906,1199232],[-1356362,1200416],[-1355590,1200417],[-1355663,1203294],[-1349610,1200346],[-1351591,1197760],[-1353779,1199235],[-1351341,1198565],[-1347855,1202256],[-1348236,1201150],[-1355750,1203006],[-1356016,1200260],[-1355265,1203157],[-1349508,1200268],[-1351508,1197491],[-1354134,1199337],[-1351342,1198449],[-1347874,1202212],[-1348022,1201410],[-1355600,1202822],[-1355850,1200185],[-1355349,1203177],[-1349960,1200347],[-1351840,1197473],[-1353854,1199316],[-1351414,1198427],[-1348186,1201908],[-1348025,1201550],[-1355951,1202619],[-1355829,1200363],[-1355462,1203377],[-1349681,1200409],[-1351660,1197333],[-1353694,1199000],[-1351164,1198593],[-1348231,1202147],[-1348173,1201298],[-1355786,1202575],[-1355285,1203679],[-1347114,1205370],[-1355229,1203558],[-1347237,1205946],[-1347308,1205772],[-1346950,1205559],[-1347048,1205901],[-1346885,1205634],[-1369145,1331362],[-1368519,1331344],[-1364628,1343982],[-1365342,1343832],[-1369160,1331453],[-1368997,1332074],[-1368782,1331797],[-1368753,1332008],[-1364962,1344347],[-1363894,1359636],[-1362868,1361412],[-1368895,1059275],[-1368320,1055261],[-1368985,1058658],[-1368148,1060250],[-1368087,1057507],[-1368096,1056149],[-1368258,1059094],[-1367674,1057093],[-1369286,1059081],[-1368322,1056199],[-1368530,1059118],[-1367436,1056710],[-1369306,1059882],[-1367240,1056313],[-1360583,1092132],[-1361097,1092526],[-1361882,1091231],[-1361873,1092655],[-1361820,1091909],[-1360955,1092693],[-1367472,1176218],[-1368595,1170576],[-1367938,1176502],[-1367489,1170224],[-1368699,1177126],[-1367305,1170623],[-1368548,1176789],[-1367947,1169386],[-1368775,1177360],[-1368208,1170101],[-1367439,1176705],[-1367427,1170476],[-1363526,1196090],[-1365106,1197112],[-1364385,1194971],[-1357752,1195560],[-1361597,1195587],[-1360013,1197060],[-1360818,1198341],[-1358931,1198787],[-1358577,1197342],[-1364924,1197231],[-1363272,1196700],[-1364080,1195386],[-1358034,1195954],[-1361119,1195984],[-1359154,1198945],[-1360045,1196740],[-1361389,1198058],[-1358051,1197454],[-1365306,1197238],[-1364420,1195881],[-1363270,1195699],[-1357403,1195257],[-1361413,1195749],[-1360039,1196878],[-1361043,1198251],[-1358747,1198575],[-1358633,1198003],[-1365556,1197030],[-1363843,1195406],[-1363672,1194778],[-1361449,1195755],[-1361197,1197959],[-1359159,1198611],[-1360753,1197294],[-1358424,1197420],[-1365080,1197348],[-1363480,1196209],[-1361228,1195599],[-1359921,1196481],[-1361079,1197982],[-1359108,1198549],[-1358806,1197959],[-1365552,1196645],[-1363353,1195000],[-1363947,1196784],[-1356926,1195240],[-1361360,1195958],[-1360294,1196777],[-1360931,1197956],[-1358849,1199136],[-1358095,1197527],[-1365712,1215174],[-1367923,1215316],[-1365418,1214962],[-1368581,1215453],[-1366118,1215071],[-1368265,1215121],[-1365326,1214763],[-1368592,1215003],[-1365793,1215180],[-1368079,1214992],[-1365332,1214885],[-1368681,1215369],[-1362170,1266346],[-1362432,1263633],[-1361161,1263796],[-1358605,1261779],[-1362203,1266700],[-1362463,1263696],[-1361157,1263857],[-1358669,1261774],[-1364109,1256343],[-1365951,1259619],[-1366889,1264881],[-1362470,1266447],[-1362539,1263969],[-1360895,1263630],[-1358696,1261613],[-1362539,1266407],[-1362747,1264094],[-1361166,1264010],[-1358794,1261363],[-1362271,1266354],[-1362657,1263890],[-1360786,1263548],[-1358903,1261845],[-1362385,1266704],[-1362405,1263829],[-1360827,1263754],[-1358526,1261824],[-1366657,1269184],[-1363525,1267784],[-1382005,1310179],[-1382149,1310233],[-1382260,1310443],[-1382379,1310234],[-1382244,1310241],[-1381946,1310392],[-1381853,1329022],[-1382081,1328619],[-1381962,1328898],[-1381740,1329025],[-1381896,1328538],[-1382037,1328722],[-1377961,1344037],[-1374677,1343494],[-1377527,1341308],[-1379529,1342433],[-1381223,1337947],[-1375771,1343608],[-1378289,1343720],[-1374959,1343134],[-1377261,1341140],[-1379769,1342929],[-1380573,1338032],[-1376430,1343722],[-1377521,1343870],[-1375198,1342975],[-1377123,1341261],[-1379320,1343212],[-1380592,1337538],[-1374924,1342649],[-1376700,1341422],[-1379002,1342355],[-1380809,1338328],[-1378227,1343954],[-1375086,1343509],[-1376796,1341481],[-1379473,1343084],[-1377534,1343847],[-1374396,1343483],[-1377431,1341496],[-1379722,1343273],[-1380716,1338048],[-1381971,1332520],[-1382195,1332260],[-1382309,1332263],[-1381983,1332213],[-1382316,1332392],[-1382111,1332206],[-1380828,1337474],[-1381883,1335328],[-1381861,1331697],[-1381879,1331866],[-1373387,1352521],[-1376571,1348765],[-1381112,1347265],[-1378319,1350390],[-1375846,1344446],[-1375292,1345082],[-1379277,1345203],[-1373211,1352828],[-1376483,1348744],[-1380994,1347427],[-1377944,1350437],[-1375630,1345081],[-1379680,1344841],[-1378351,1350226],[-1373406,1352832],[-1376531,1348343],[-1380774,1347582],[-1376579,1344230],[-1378366,1344478],[-1376092,1345381],[-1379274,1344917],[-1373448,1352477],[-1378101,1350397],[-1376393,1348631],[-1380846,1347326],[-1376225,1344272],[-1376082,1344745],[-1379820,1345219],[-1373354,1352542],[-1376595,1348425],[-1380776,1347513],[-1378053,1350379],[-1376070,1344616],[-1379132,1345051],[-1373295,1352581],[-1376303,1348654],[-1380742,1347554],[-1378244,1350225],[-1376055,1344510],[-1375508,1345508],[-1379050,1345133],[-1377438,1119625],[-1376500,1119786],[-1378611,1121472],[-1376747,1120617],[-1376675,1119924],[-1378533,1121498],[-1377795,1120398],[-1375300,1119323],[-1378991,1121484],[-1376775,1120425],[-1375233,1120129],[-1379177,1122002],[-1377563,1120940],[-1375451,1119990],[-1379313,1120960],[-1376303,1118999],[-1379172,1121742],[-1370081,1272325],[-1392190,1305210],[-1393532,1298065],[-1390204,1302159],[-1390163,1302160],[-1390250,1302068],[-1390045,1302504],[-1390182,1302051],[-1390104,1302163],[-1393807,1314362],[-1388026,1315183],[-1387598,1318154],[-1386591,1318053],[-1387947,1309534],[-1386473,1312193],[-1387361,1312124],[-1393080,1311713],[-1394597,1312434],[-1385742,1307706],[-1383823,1308045],[-1387434,1317942],[-1393367,1314744],[-1387798,1315001],[-1386388,1318336],[-1394718,1312019],[-1387787,1309451],[-1387042,1311512],[-1386570,1312350],[-1386776,1312004],[-1392869,1312150],[-1394670,1312843],[-1385451,1307888],[-1388114,1307654],[-1383253,1307903],[-1387535,1315286],[-1393415,1314836],[-1386466,1318015],[-1387362,1318257],[-1394948,1312260],[-1387739,1309991],[-1386720,1312486],[-1386706,1311839],[-1386772,1311794],[-1392955,1311713],[-1394232,1312294],[-1385607,1307605],[-1383840,1308219],[-1386646,1318070],[-1387942,1314959],[-1393737,1314887],[-1387245,1317973],[-1387450,1309769],[-1386760,1312438],[-1387104,1312317],[-1392850,1311549],[-1394762,1312423],[-1385412,1307546],[-1383762,1308274],[-1388022,1314937],[-1393655,1314631],[-1387546,1318135],[-1386461,1318289],[-1394631,1312003],[-1387727,1309607],[-1386516,1311947],[-1387646,1311824],[-1392629,1311458],[-1394731,1312382],[-1385638,1307945],[-1384042,1308261],[-1387613,1315018],[-1386426,1318405],[-1393821,1314554],[-1387142,1317956],[-1393168,1311613],[-1395125,1311807],[-1387760,1310188],[-1386686,1311832],[-1386995,1312500],[-1394757,1313018],[-1385560,1307910],[-1383910,1308166],[-1383265,1328545],[-1383062,1328265],[-1386996,1319755],[-1387279,1320094],[-1386986,1319925],[-1385904,1319073],[-1386201,1318675],[-1389538,1327875],[-1390979,1325825],[-1389703,1327643],[-1390132,1328098],[-1389616,1327815],[-1390866,1324713],[-1391139,1325038],[-1390562,1325229],[-1390045,1327038],[-1390679,1325604],[-1390281,1327117],[-1390988,1324929],[-1391092,1325447],[-1390203,1327703],[-1390797,1324632],[-1389616,1327423],[-1388472,1322380],[-1389106,1320407],[-1383377,1328500],[-1386687,1325893],[-1386400,1325947],[-1384671,1327660],[-1384341,1338862],[-1393928,1339086],[-1385092,1338104],[-1384599,1339255],[-1393797,1338963],[-1384793,1338757],[-1394141,1338992],[-1384452,1339105],[-1393742,1338743],[-1384253,1339273],[-1394261,1339145],[-1384283,1338877],[-1394080,1338968],[-1382590,1333077],[-1388847,1341444],[-1389346,1340173],[-1385377,1334043],[-1388139,1340606],[-1386726,1340848],[-1388767,1341959],[-1386024,1332552],[-1388147,1343895],[-1386491,1341042],[-1388897,1341870],[-1385069,1333736],[-1382578,1333183],[-1388241,1340472],[-1387538,1338758],[-1389510,1340099],[-1388478,1342154],[-1385752,1331792],[-1385384,1332589],[-1385821,1332583],[-1388638,1344053],[-1388056,1340230],[-1388620,1341793],[-1384996,1334173],[-1382559,1333077],[-1389090,1344151],[-1386476,1341113],[-1389206,1340198],[-1388388,1344002],[-1388159,1340578],[-1388695,1342032],[-1382463,1333081],[-1388522,1341634],[-1384985,1334200],[-1386880,1340994],[-1388952,1339911],[-1389531,1339763],[-1388614,1343634],[-1388855,1341331],[-1385264,1334176],[-1388099,1340504],[-1382693,1333394],[-1389423,1340229],[-1386834,1340873],[-1388983,1343438],[-1385450,1333858],[-1388569,1341523],[-1388381,1340637],[-1382524,1333180],[-1389301,1340040],[-1386558,1340763],[-1385796,1332380],[-1388336,1343291],[-1383504,1332969],[-1383035,1332963],[-1383355,1333295],[-1390332,1347236],[-1389345,1346113],[-1388934,1344623],[-1391910,1348416],[-1391432,1348460],[-1389128,1347354],[-1389892,1346988],[-1389287,1346281],[-1389193,1344473],[-1394903,1350893],[-1392017,1348468],[-1391886,1348692],[-1389530,1347484],[-1389845,1347191],[-1389354,1346159],[-1389102,1344580],[-1391782,1348901],[-1388942,1347018],[-1390052,1347200],[-1389370,1345919],[-1389495,1344539],[-1391194,1348530],[-1388753,1347137],[-1390200,1346695],[-1389259,1346036],[-1391136,1348201],[-1389167,1346808],[-1390120,1347194],[-1389633,1345952],[-1388982,1344673],[-1392000,1348266],[-1391600,1348324],[-1388751,1347147],[-1391278,1103981],[-1392582,1105220],[-1391332,1104250],[-1392094,1103770],[-1388268,1104693],[-1391192,1104252],[-1391422,1104019],[-1390878,1103878],[-1392278,1103189],[-1391837,1103109],[-1390707,1104512],[-1392338,1103413],[-1394167,1159896],[-1387756,1162870],[-1394904,1161918],[-1394890,1159846],[-1387967,1162797],[-1394705,1162022],[-1394716,1160586],[-1387351,1163162],[-1394713,1162063],[-1395077,1160127],[-1387285,1163271],[-1394918,1161470],[-1394821,1160477],[-1387917,1162818],[-1395173,1161526],[-1394515,1160210],[-1387306,1162887],[-1395092,1162138],[-1390625,1169113],[-1395027,1184329],[-1389583,1178884],[-1395160,1182609],[-1389464,1178117],[-1391812,1180260],[-1391271,1182241],[-1394578,1183299],[-1393680,1181417],[-1393379,1185548],[-1389324,1178253],[-1391312,1182045],[-1394737,1183232],[-1393939,1182313],[-1393879,1184027],[-1389243,1177977],[-1392087,1182604],[-1391304,1181361],[-1394368,1182944],[-1393720,1184280],[-1389352,1178019],[-1392259,1180154],[-1391715,1182203],[-1394196,1183549],[-1393903,1183799],[-1394016,1182118],[-1389255,1179007],[-1392048,1182750],[-1390878,1181544],[-1394784,1183363],[-1394257,1182144],[-1393559,1181438],[-1392176,1182611],[-1390886,1181758],[-1394404,1183029],[-1393629,1183987],[-1390153,1197675],[-1390206,1197841],[-1392714,1211432],[-1393841,1210568],[-1393190,1210205],[-1392569,1210919],[-1393459,1210467],[-1392314,1211165],[-1393957,1210667],[-1392353,1211020],[-1393605,1210336],[-1392480,1210891],[-1393672,1210424],[-1392524,1211636],[-1394556,1228984],[-1393557,1233119],[-1394785,1229012],[-1392970,1232702],[-1394059,1229501],[-1394588,1235633],[-1394002,1229934],[-1393414,1232716],[-1394889,1231654],[-1393329,1232451],[-1394265,1229034],[-1394813,1229047],[-1393681,1232540],[-1394843,1229773],[-1393536,1232947],[-1394702,1235496],[-1394607,1235548],[-1394556,1235377],[-1394506,1235031],[-124048,237906],[-123882,237917],[-124943,237619],[-125091,236551],[-125232,233927],[-124412,236360],[-124986,235204],[-125742,233218],[-124205,236127],[-124313,236649],[-122830,238614],[-123558,238928],[-124547,236839],[-123563,237940],[-123518,238464],[-123479,238672],[-122362,238463],[-122830,238161],[-124880,236383],[-122128,238584],[-124907,235111],[-124519,234603],[-124817,234573],[-124890,235556],[-124392,234806],[-125612,234400],[-125352,235788],[-124861,234814],[-123915,237392],[-124619,237282],[-123930,237117],[-124247,236701],[-124608,237487],[-125048,237608],[-116989,613600],[-116132,613114],[-118059,626605],[-118274,622835],[-118558,618949],[-118590,622439],[-118284,626337],[-119273,623551],[-118795,623407],[-118445,624594],[-118534,623098],[-118234,624205],[-117990,630718],[-118019,630208],[-117034,630220],[-117260,631127],[-118254,627864],[-1396964,1300334],[-1395722,1297886],[-1396533,1300279],[-1395623,1298500],[-1395783,1302497],[-1396629,1300764],[-1395599,1298550],[-1396646,1300682],[-1395601,1298670],[-1396627,1300354],[-1395697,1298102],[-1396754,1300437],[-1395654,1298113],[-1396947,1312828],[-1400772,1311881],[-1400846,1310896],[-1395439,1312767],[-1396253,1311956],[-1397902,1312479],[-1401422,1313423],[-1400675,1313191],[-1398693,1313552],[-1401292,1309731],[-1401497,1311046],[-1396820,1313204],[-1400042,1312468],[-1400364,1310626],[-1396691,1311493],[-1397463,1311987],[-1401219,1313959],[-1398017,1306513],[-1397101,1313059],[-1400463,1311823],[-1400898,1310729],[-1396128,1311653],[-1397431,1311839],[-1401635,1313704],[-1396945,1313246],[-1400376,1311993],[-1400544,1310410],[-1396652,1311777],[-1397838,1312544],[-1401700,1314053],[-1397121,1313140],[-1400942,1311893],[-1400799,1310743],[-1396581,1311275],[-1397275,1312199],[-1401019,1313977],[-1396749,1313270],[-1400791,1312245],[-1400690,1310319],[-1396482,1311676],[-1397706,1312175],[-1400996,1313711],[-1401357,1319744],[-1404080,1323060],[-1400855,1320400],[-1404038,1323324],[-1401420,1320163],[-1404044,1322951],[-1401519,1320036],[-1403582,1323583],[-1401172,1320300],[-1403969,1322762],[-1401308,1320016],[-1404288,1322705],[-1405554,1333430],[-1405087,1337139],[-1406135,1336081],[-1399220,1339022],[-1400948,1338613],[-1401080,1338029],[-1399174,1342056],[-1397318,1342005],[-1405504,1333564],[-1405494,1337022],[-1405681,1336334],[-1399746,1338975],[-1400671,1338501],[-1401505,1338259],[-1399184,1341942],[-1397333,1342372],[-1405079,1333441],[-1405273,1337212],[-1405636,1336576],[-1399716,1339145],[-1400790,1338518],[-1401407,1338021],[-1399020,1342004],[-1397352,1342339],[-1405342,1333860],[-1405483,1337405],[-1405944,1336328],[-1399377,1339082],[-1400619,1338489],[-1401070,1338178],[-1399043,1341658],[-1397044,1341901],[-1405522,1333836],[-1404973,1337389],[-1405893,1336316],[-1399417,1338978],[-1401359,1338363],[-1399133,1341788],[-1397505,1341913],[-1405380,1333596],[-1405126,1337080],[-1406183,1336531],[-1399632,1338929],[-1400819,1338146],[-1401005,1338243],[-1398827,1341578],[-1397595,1341869],[-1401673,1349112],[-1407136,1365874],[-1407677,1364659],[-1407544,1364784],[-1407059,1365053],[-1407694,1364220],[-1407492,1365762],[-1403424,1365319],[-1406585,1366221],[-1407019,1367147],[-1402768,1364016],[-1407249,1365658],[-1404662,1365080],[-1402031,1364979],[-1407358,1365541],[-1402510,1365811],[-1406520,1367129],[-1402243,1365822],[-1404936,1363103],[-1402811,1365560],[-1404123,1363243],[-1403861,1362263],[-1404137,1364634],[-1404184,1363104],[-1402216,1364364],[-1401198,1366417],[-1400953,1364881],[-1401133,1365862],[-1402919,1364459],[-1401576,1366320],[-1401078,1365287],[-1402094,1365810],[-1403162,1364867],[-1402740,1363904],[-1401495,1367375],[-1402025,1367157],[-1402843,1364316],[-1403304,1365665],[-1403208,1360465],[-1407042,1361676],[-1398247,1364838],[-1398112,1364607],[-1399163,1362876],[-1398278,1366766],[-1404150,1360063],[-1407266,1362357],[-1398426,1365417],[-1397871,1364079],[-1399086,1363351],[-1397955,1366271],[-1403372,1360405],[-1407191,1361425],[-1399038,1365636],[-1398465,1364286],[-1398993,1363189],[-1398273,1366092],[-1403583,1360670],[-1407492,1361682],[-1398657,1364963],[-1398217,1363707],[-1398924,1362867],[-1397910,1366481],[-1403926,1360315],[-1407510,1362368],[-1398324,1365398],[-1398520,1364067],[-1398978,1362895],[-1398199,1366843],[-1403169,1360722],[-1407328,1361857],[-1398617,1365003],[-1398278,1364575],[-1399072,1363325],[-1397803,1366726],[-1407310,1371414],[-1405032,1370736],[-1403114,1371661],[-1399173,1372237],[-1407192,1370873],[-1404955,1371041],[-1403484,1372022],[-1399518,1372558],[-1407090,1370952],[-1404714,1370969],[-1403259,1371983],[-1399903,1372265],[-1407218,1370985],[-1405099,1371089],[-1403110,1372266],[-1399901,1372775],[-1407441,1371611],[-1404861,1370737],[-1403370,1371673],[-1399100,1373010],[-1407350,1370844],[-1404783,1371283],[-1402927,1371907],[-1399959,1372618],[-1399231,1069787],[-1397989,1074850],[-1398228,1075250],[-1400617,1070645],[-1397846,1075265],[-1398394,1070386],[-1399693,1071900],[-1399658,1073032],[-1396701,1074237],[-1400414,1070492],[-1399699,1071396],[-1396737,1080171],[-1398017,1075447],[-1395778,1076632],[-1397588,1079280],[-1397072,1076999],[-1397181,1075548],[-1396589,1077010],[-1397596,1076784],[-1397717,1075417],[-1396373,1077104],[-1397216,1076549],[-1395812,1075988],[-1397188,1077370],[-1396279,1077073],[-1397318,1076963],[-1395726,1076200],[-1397745,1077280],[-1397303,1106441],[-1407352,1109292],[-1407250,1108972],[-1406680,1109350],[-1407483,1108979],[-1407193,1109174],[-1406713,1109365],[-1401125,1144323],[-1402337,1144619],[-1401280,1144545],[-1402922,1144761],[-1401449,1152051],[-1400235,1150757],[-1405909,1142065],[-1402548,1143784],[-1402452,1143934],[-1402765,1143922],[-1401966,1144029],[-1402948,1145343],[-1400925,1157813],[-1400097,1154998],[-1400423,1159682],[-1397224,1158956],[-1396411,1159180],[-1395816,1160652],[-1401403,1157570],[-1400616,1155708],[-1400405,1159972],[-1398244,1159937],[-1400826,1158641],[-1399166,1154031],[-1401372,1154834],[-1397039,1160590],[-1399318,1153153],[-1396475,1159577],[-1395975,1160538],[-1401084,1157504],[-1400774,1155668],[-1400013,1159907],[-1396508,1160869],[-1397243,1158908],[-1396105,1159229],[-1395857,1160487],[-1401152,1157864],[-1400624,1155524],[-1399680,1159698],[-1395879,1161447],[-1396721,1159183],[-1395757,1159242],[-1396440,1160287],[-1400668,1157950],[-1400750,1155363],[-1400251,1160353],[-1396540,1159517],[-1397248,1159329],[-1396622,1159818],[-1401083,1157587],[-1399994,1154939],[-1399797,1159766],[-1396332,1159214],[-1396595,1161337],[-1397408,1158870],[-1396422,1159829],[-1396019,1191903],[-1400746,1200022],[-1400233,1201586],[-1397457,1197202],[-1397139,1193709],[-1395423,1191079],[-1396313,1191831],[-1397316,1195317],[-1406315,1202366],[-1401535,1201727],[-1405807,1201200],[-1396143,1196721],[-1395678,1191214],[-1397332,1195059],[-1406486,1202100],[-1402087,1202413],[-1397609,1196168],[-1399421,1198914],[-1396309,1191023],[-1397007,1195226],[-1405790,1202093],[-1401806,1202441],[-1399373,1199067],[-1399366,1199130],[-1395517,1191042],[-1396838,1194728],[-1406269,1202388],[-1401791,1201817],[-1395665,1191768],[-1397319,1195543],[-1405780,1201795],[-1401457,1202058],[-1395517,1191032],[-1397673,1195378],[-1406121,1202230],[-1401897,1202008],[-1402924,1204252],[-1403131,1207730],[-1401438,1203514],[-1404630,1203488],[-1406094,1206217],[-1405895,1215967],[-1406029,1212015],[-1403502,1203753],[-1403812,1207661],[-1405972,1211453],[-1403402,1204421],[-1403394,1207622],[-1405860,1215825],[-1405762,1211164],[-1403461,1204254],[-1403473,1206820],[-1405893,1211550],[-1403913,1204147],[-1403708,1207050],[-1405925,1215976],[-1406140,1211109],[-1403609,1203552],[-1403420,1206823],[-1406236,1211452],[-1395885,1226477],[-1396961,1228550],[-1396656,1228979],[-1397185,1228579],[-1397019,1228892],[-1396227,1228889],[-1404201,1220455],[-1406210,1218137],[-1406024,1216457],[-1404183,1218832],[-1402330,1222421],[-1399605,1224437],[-1405528,1216931],[-1403856,1219820],[-1406205,1218217],[-1404698,1218441],[-1404660,1220507],[-1406080,1216298],[-1405717,1217870],[-1403765,1218483],[-1404553,1220008],[-1406124,1218160],[-1404496,1218798],[-1404291,1220305],[-1406097,1216591],[-1406334,1217312],[-1404220,1218637],[-1404159,1220405],[-1406303,1218052],[-1404166,1218318],[-1395971,1237509],[-1395991,1238312],[-1401573,1238158],[-1397109,1233493],[-1400635,1238502],[-1401362,1238111],[-1395807,1237291],[-1395513,1238129],[-1395691,1237552],[-1395638,1238126],[-1395763,1237483],[-1395578,1237990],[-1396217,1238444],[-1396731,1229033],[-1401481,1238093],[-1400908,1238391],[-1401517,1238753],[-1401059,1238110],[-1402885,1243214],[-1401544,1242495],[-1407623,1247103],[-1415175,1330402],[-1413174,1328169],[-1413523,1328619],[-1411250,1325601],[-1410770,1326439],[-1411012,1326854],[-1411143,1330190],[-1414798,1330468],[-1413216,1328125],[-1413382,1328553],[-1410769,1325249],[-1410727,1326666],[-1411401,1327031],[-1410940,1330323],[-1411112,1330365],[-1414918,1330748],[-1413002,1328207],[-1413573,1328803],[-1411157,1325281],[-1411050,1326527],[-1411103,1326934],[-1411241,1330139],[-1414737,1330533],[-1412803,1328195],[-1413491,1328972],[-1410832,1325106],[-1411074,1327165],[-1414948,1330525],[-1412774,1328414],[-1413658,1328936],[-1411237,1325321],[-1411066,1326445],[-1411385,1326854],[-1411223,1330223],[-1414706,1330520],[-1413084,1328493],[-1413748,1328571],[-1410844,1325586],[-1411093,1326622],[-1410992,1326712],[-1411193,1329983],[-1415247,1340154],[-1419157,1341520],[-1414812,1340593],[-1415241,1340071],[-1418810,1341382],[-1415177,1340330],[-1418983,1341272],[-1415419,1340300],[-1419185,1341273],[-1415505,1339937],[-1418876,1341605],[-1415675,1340290],[-1418844,1341529],[-1410805,1344982],[-1412213,1368123],[-1414956,1364986],[-1418067,1366124],[-1412950,1358248],[-1413447,1359604],[-1412442,1357961],[-1409325,1364317],[-1409751,1366478],[-1411426,1367498],[-1418238,1366382],[-1413175,1358481],[-1412819,1359213],[-1413570,1360196],[-1412695,1358072],[-1409713,1363978],[-1410358,1366880],[-1410010,1369651],[-1411907,1367279],[-1415677,1364961],[-1417417,1365999],[-1412688,1358529],[-1413592,1359302],[-1413300,1360198],[-1412312,1357882],[-1409675,1363818],[-1410036,1366718],[-1411835,1367899],[-1415464,1365046],[-1418035,1366810],[-1412832,1357738],[-1413697,1359951],[-1412662,1357613],[-1409533,1364070],[-1410130,1366456],[-1410345,1369614],[-1412185,1367614],[-1415274,1365514],[-1417706,1366205],[-1412696,1358558],[-1413254,1359484],[-1413583,1360183],[-1411827,1357424],[-1409572,1364513],[-1410058,1366620],[-1410219,1369059],[-1411337,1367808],[-1417387,1366164],[-1415333,1365030],[-1414091,1359623],[-1412643,1359160],[-1412109,1357822],[-1409543,1364136],[-1410241,1366463],[-1410265,1368829],[-1410620,1370373],[-1410468,1370062],[-1420382,1073983],[-1420400,1075877],[-1418008,1077194],[-1416000,1078566],[-1411908,1076077],[-1417338,1079142],[-1420334,1085691],[-1414951,1077942],[-1419647,1076578],[-1419148,1075606],[-1418713,1079304],[-1412532,1075791],[-1411906,1076604],[-1417635,1078688],[-1420783,1085438],[-1414967,1077998],[-1420188,1076116],[-1418119,1076399],[-1411848,1076289],[-1417426,1078610],[-1420343,1076107],[-1418390,1076771],[-1416149,1078183],[-1411657,1076012],[-1417394,1078639],[-1420746,1085938],[-1420218,1075605],[-1418601,1077828],[-1414708,1078109],[-1411436,1076473],[-1417237,1079145],[-1420487,1085590],[-1417497,1076585],[-1415508,1077683],[-1412052,1076215],[-1417413,1079367],[-1420251,1097342],[-1413452,1108843],[-1416065,1104874],[-1416735,1105096],[-1409344,1112670],[-1413210,1109521],[-1414945,1105015],[-1416601,1104432],[-1410395,1113391],[-1414205,1108591],[-1416998,1104031],[-1409343,1112335],[-1413935,1108663],[-1415443,1103392],[-1415282,1104222],[-1416713,1103983],[-1412991,1109487],[-1415478,1103562],[-1417232,1104221],[-1412878,1108704],[-1416062,1103659],[-1417401,1103899],[-1410809,1126216],[-1410306,1120636],[-1409896,1125889],[-1410519,1125096],[-1411329,1126319],[-1409809,1125350],[-1411295,1133513],[-1410582,1134725],[-1410642,1130620],[-1409664,1129396],[-1411336,1134418],[-1409952,1129300],[-1410213,1134522],[-1410900,1130173],[-1411424,1134041],[-1411105,1129865],[-1410786,1134716],[-1410369,1129414],[-1413245,1162748],[-1408431,1203044],[-1408108,1203329],[-1408545,1203368],[-1408094,1203079],[-1408149,1203365],[-1408775,1203403],[-1414075,1248370],[-1408673,1248598],[-1411547,1252938],[-1410029,1249099],[-1412923,1252146],[-1418864,1252078],[-1412376,1253574],[-1409622,1248854],[-1408361,1246705],[-1419152,1252787],[-1411996,1253214],[-1410474,1249113],[-1419174,1252361],[-1412481,1253245],[-1410087,1248663],[-1408581,1246139],[-1419689,1252622],[-1412359,1253751],[-1409325,1249434],[-1419740,1252168],[-1412281,1253448],[-1409977,1248913],[-1419697,1252171],[-1412074,1253841],[-1410147,1259249],[-1429068,1282346],[-1428359,1280462],[-1429212,1282336],[-1428584,1280701],[-1429744,1282824],[-1428217,1280244],[-1429428,1283193],[-1428070,1281059],[-1429783,1282795],[-1428029,1280304],[-1429622,1282924],[-1428731,1280354],[-1428848,1338920],[-1425660,1336337],[-1423123,1336277],[-1426203,1336591],[-1429011,1339257],[-1425679,1336542],[-1423025,1336607],[-1426077,1336714],[-1424928,1338632],[-1432330,1337260],[-1428977,1338854],[-1425777,1336617],[-1423112,1336299],[-1426134,1336817],[-1429082,1339172],[-1425989,1336560],[-1422945,1336673],[-1426374,1336648],[-1429270,1339183],[-1425873,1336665],[-1423157,1336329],[-1426168,1336837],[-1428888,1339211],[-1425796,1336360],[-1423285,1336616],[-1426300,1336853],[-1426815,1052174],[-1427456,1053256],[-1426701,1060591],[-1426504,1053671],[-1427356,1060466],[-1425579,1052199],[-1427085,1051788],[-1426163,1052825],[-1426567,1060602],[-1426293,1051787],[-1426484,1053784],[-1427601,1060346],[-1425582,1052046],[-1426545,1053212],[-1425980,1054154],[-1426454,1060223],[-1427196,1061742],[-1426200,1052355],[-1426442,1052217],[-1426650,1061235],[-1422268,1072914],[-1421595,1075059],[-1422153,1074142],[-1422458,1072864],[-1422920,1069683],[-1421210,1074210],[-1422213,1072989],[-1420908,1075199],[-1421994,1073903],[-1421061,1074668],[-1421749,1072876],[-1421035,1075146],[-1422168,1073000],[-1421397,1076206],[-1421248,1085399],[-1421190,1085879],[-1425119,1091632],[-1422249,1095154],[-1423410,1093390],[-1424610,1091819],[-1422071,1094933],[-1423278,1093964],[-1425841,1092932],[-1425345,1093064],[-1424496,1092033],[-1422038,1095072],[-1423214,1093527],[-1424696,1091377],[-1422564,1095672],[-1423362,1094209],[-1424948,1092146],[-1422283,1095562],[-1423917,1094040],[-1425258,1092077],[-1422544,1095338],[-1423612,1093429],[-1429147,1131541],[-1426475,1134715],[-1425627,1136912],[-1424009,1137469],[-1424962,1137009],[-1432439,1176792],[-1433494,1177482],[-1433303,1177708],[-1432664,1177291],[-1433165,1176765],[-1432346,1177766],[-1429735,1178697],[-1432201,1177846],[-1433366,1178162],[-1428887,1179360],[-1429073,1180717],[-1428729,1178750],[-1429300,1179757],[-1429569,1179295],[-1428774,1180949],[-1429677,1180988],[-1428419,1179102],[-1429255,1178759],[-1428872,1180424],[-1428943,1180351],[-1430157,1209397],[-1433148,1206412],[-1429533,1209712],[-1433108,1205206],[-1432763,1206469],[-1432072,1205621],[-1430534,1206981],[-1429911,1209331],[-1433338,1204232],[-1431996,1206539],[-1429596,1209296],[-1432626,1205208],[-1432727,1206936],[-1430561,1208467],[-1431987,1207047],[-1429700,1209621],[-1432457,1207330],[-1423917,1207245],[-1425018,1207844],[-1425112,1207753],[-1423626,1207518],[-1424784,1206609],[-1433433,1225944],[-1432668,1227491],[-1432610,1226018],[-1431989,1227308],[-1433458,1226708],[-1432971,1226126],[-1431938,1227165],[-1433510,1227249],[-1432166,1226686],[-1432263,1227385],[-1432348,1228163],[-1432695,1228029],[-1432352,1228646],[-1432588,1228573],[-1432919,1227941],[-1432773,1227489],[-1432727,1225789],[-1433144,1225507],[-1430183,1229227],[-1433339,1248010],[-1433521,1251777],[-1431149,1261602],[-1430878,1257531],[-1430530,1265803],[-1429430,1266430],[-1430553,1262098],[-1431257,1258079],[-1430677,1266192],[-1428862,1266342],[-1431054,1262184],[-1431080,1258151],[-1431067,1266429],[-1429005,1266000],[-1430323,1262062],[-1431357,1257976],[-1430708,1266382],[-1429195,1266000],[-1430911,1262114],[-1431398,1258303],[-1430803,1266261],[-1428731,1266129],[-1430822,1261762],[-1431586,1257436],[-1432539,1263190],[-1430563,1266055],[-1429426,1266397],[-1428388,1278094],[-1425785,1276997],[-1428309,1278427],[-1425624,1276974],[-1428473,1278038],[-1425398,1277101],[-1428575,1278397],[-1425862,1277168],[-1428701,1278143],[-1425938,1276862],[-1428246,1277528],[-1425409,1276776],[-1445940,1286081],[-1445714,1285809],[-1446009,1287868],[-1444844,1285995],[-1446061,1287766],[-1444179,1326182],[-1438465,1325039],[-1439589,1328349],[-1441775,1325945],[-1437156,1327653],[-1441397,1325345],[-1437248,1327591],[-1440901,1325292],[-1437291,1327803],[-1441215,1325321],[-1437453,1326928],[-1441776,1325186],[-1437812,1326911],[-1440940,1325348],[-1437171,1327109],[-1444351,1336590],[-1443361,1337319],[-1442293,1337672],[-1441804,1338455],[-1439830,1339690],[-1437926,1335803],[-1440431,1338527],[-1443933,1341177],[-1444626,1337632],[-1443512,1337548],[-1442386,1337589],[-1441985,1338358],[-1439739,1339740],[-1437602,1335665],[-1440722,1338537],[-1444120,1341329],[-1443933,1337337],[-1443568,1337375],[-1442560,1337877],[-1441803,1338380],[-1439565,1339752],[-1437986,1336108],[-1440915,1338599],[-1443910,1340849],[-1444477,1337813],[-1443550,1337727],[-1442674,1337627],[-1441816,1338226],[-1439630,1339482],[-1438192,1336145],[-1440982,1338570],[-1443914,1340620],[-1443325,1337914],[-1443793,1337714],[-1442491,1337887],[-1441873,1338129],[-1439721,1339784],[-1437582,1336294],[-1440476,1338225],[-1444269,1340952],[-1444939,1337791],[-1443841,1337303],[-1442768,1337678],[-1441887,1338485],[-1439861,1339818],[-1437938,1335753],[-1440587,1338428],[-1444049,1341408],[-1439261,1332228],[-1437505,1333239],[-1439263,1332033],[-1438952,1332126],[-1439369,1331897],[-1438991,1331761],[-1439100,1331915],[-1443481,1081661],[-1439043,1084808],[-1444806,1081211],[-1443399,1083113],[-1441955,1082241],[-1445570,1079334],[-1445807,1076249],[-1444340,1078678],[-1444618,1086238],[-1441317,1084614],[-1444530,1078696],[-1444238,1085457],[-1446338,1075797],[-1445678,1076452],[-1444864,1078216],[-1444885,1085683],[-1446249,1075659],[-1444417,1078592],[-1444847,1086290],[-1446141,1075991],[-1446240,1076696],[-1444785,1078616],[-1444218,1085935],[-1444688,1078491],[-1444525,1086030],[-1437707,1100507],[-1439447,1097400],[-1441117,1099207],[-1439309,1098091],[-1438655,1098154],[-1437951,1099989],[-1439802,1097779],[-1440981,1098959],[-1439250,1098572],[-1438394,1100394],[-1439860,1097137],[-1441379,1099202],[-1439665,1098231],[-1437616,1099902],[-1439428,1097076],[-1441171,1099029],[-1439278,1098839],[-1437516,1100260],[-1439328,1097579],[-1441171,1098692],[-1439142,1098157],[-1437653,1100468],[-1439317,1096839],[-1441672,1099371],[-1438953,1098839],[-1439253,1113010],[-1443485,1103079],[-1437502,1104709],[-1434539,1102997],[-1438277,1103838],[-1438490,1102934],[-1437406,1102441],[-1439023,1104107],[-1443144,1101354],[-1438386,1113677],[-1443498,1102791],[-1438138,1104691],[-1434559,1102945],[-1437816,1103407],[-1436948,1102203],[-1439395,1104590],[-1439469,1113549],[-1443463,1102311],[-1438242,1104025],[-1434876,1103321],[-1437850,1102361],[-1438012,1103341],[-1437485,1102232],[-1439387,1104300],[-1438700,1113210],[-1442963,1102555],[-1437879,1104012],[-1435147,1103421],[-1438140,1103845],[-1437019,1101988],[-1438694,1104893],[-1443363,1103092],[-1437445,1104136],[-1435140,1103408],[-1438188,1102707],[-1437479,1103199],[-1436876,1101989],[-1438650,1104245],[-1443187,1102376],[-1438124,1104283],[-1434566,1103199],[-1437542,1103707],[-1437557,1102766],[-1437656,1101817],[-1438865,1104801],[-1438009,1116035],[-1437909,1116857],[-1434752,1124512],[-1436749,1119924],[-1437718,1116537],[-1437480,1122355],[-1437574,1116708],[-1437003,1122845],[-1438268,1115680],[-1436911,1122474],[-1437878,1115543],[-1439066,1114347],[-1437295,1122361],[-1435113,1127116],[-1439867,1136072],[-1440031,1135592],[-1440052,1136175],[-1439562,1135530],[-1439477,1136301],[-1439526,1136194],[-1440990,1145606],[-1442555,1144407],[-1441361,1145721],[-1441987,1144244],[-1441254,1145697],[-1441698,1144028],[-1440824,1145388],[-1441928,1144094],[-1441021,1145209],[-1442004,1143690],[-1441339,1145649],[-1442108,1143902],[-1434744,1176011],[-1439688,1177211],[-1438335,1176154],[-1437925,1173404],[-1439423,1176861],[-1434905,1177288],[-1436801,1177618],[-1434335,1176717],[-1438235,1176837],[-1437826,1173958],[-1434642,1177239],[-1439186,1176254],[-1438390,1176618],[-1437643,1173534],[-1435704,1177382],[-1439001,1177438],[-1434628,1176922],[-1440165,1171114],[-1441553,1167961],[-1438021,1176747],[-1438237,1173856],[-1437734,1173210],[-1434639,1177052],[-1439530,1177519],[-1437640,1176243],[-1434147,1176573],[-1438926,1177220],[-1438272,1176303],[-1437697,1173729],[-1438424,1178015],[-1436666,1178275],[-1434336,1178413],[-1438156,1177947],[-1436340,1179007],[-1434146,1178833],[-1437749,1178927],[-1437078,1178330],[-1434739,1178173],[-1437743,1177816],[-1437201,1178644],[-1434352,1178427],[-1436543,1178166],[-1434915,1179008],[-1436248,1179058],[-1434549,1178663],[-1438620,1211998],[-1434735,1205754],[-1434833,1210817],[-1436995,1210881],[-1438672,1211660],[-1433859,1205815],[-1435175,1210913],[-1437522,1210622],[-1439815,1208558],[-1438156,1211889],[-1434532,1205408],[-1434546,1210884],[-1437605,1209971],[-1437549,1211995],[-1433748,1204221],[-1433997,1205673],[-1434452,1209837],[-1436720,1211272],[-1434407,1205915],[-1435186,1211068],[-1439040,1211673],[-1437623,1210342],[-1433932,1210138],[-1437989,1212008],[-1435169,1236553],[-1436461,1240522],[-1434466,1245643],[-1434351,1266319],[-1433802,1266938],[-1434637,1266843],[-1434269,1266519],[-1434438,1266551],[-1433743,1266902],[-1443305,1275590],[-1442856,1275047],[-1448053,1290086],[-1448232,1286154],[-1449970,1288226],[-1453610,1288135],[-1449874,1286763],[-1450787,1289079],[-1456679,1287461],[-1453644,1290612],[-1454338,1292493],[-1454770,1289619],[-1453339,1287920],[-1448500,1286094],[-1448758,1288950],[-1453696,1287907],[-1446475,1286026],[-1448408,1286792],[-1449593,1286963],[-1454194,1288347],[-1447326,1287629],[-1446469,1287377],[-1449168,1286870],[-1453969,1288377],[-1447954,1287910],[-1450788,1287226],[-1453577,1287847],[-1446621,1298043],[-1457092,1297682],[-1446789,1297361],[-1457109,1298292],[-1446648,1297550],[-1457827,1298050],[-1446633,1297442],[-1457233,1297978],[-1446901,1298066],[-1457159,1298008],[-1446620,1297713],[-1457007,1297571],[-1454249,1313890],[-1449759,1316722],[-1450959,1315827],[-1452648,1315067],[-1453362,1313188],[-1453454,1314132],[-1450286,1316641],[-1450903,1315435],[-1451780,1315160],[-1452568,1315189],[-1453393,1313443],[-1453768,1314197],[-1452836,1314737],[-1450041,1316585],[-1450516,1315414],[-1453827,1312822],[-1453736,1313919],[-1450295,1316700],[-1450268,1315666],[-1451989,1314590],[-1452135,1314983],[-1453613,1313287],[-1452182,1314731],[-1449630,1317331],[-1450846,1315404],[-1453554,1312970],[-1450010,1316690],[-1451229,1315835],[-1452643,1315050],[-1453342,1313319],[-1453058,1321291],[-1453496,1320641],[-1453006,1320537],[-1453030,1321293],[-1454953,1331228],[-1452669,1321487],[-1453136,1321210],[-1455408,1331223],[-1453328,1321294],[-1454904,1331148],[-1453274,1321374],[-1452738,1320789],[-1452603,1320928],[-1457768,1337161],[-1452923,1342757],[-1453141,1342872],[-1446786,1336935],[-1457334,1332107],[-1457187,1337164],[-1456521,1342965],[-1458260,1338871],[-1458478,1339924],[-1449392,1333600],[-1456722,1336209],[-1446636,1336585],[-1450906,1344165],[-1455699,1342763],[-1457983,1339132],[-1458589,1339684],[-1449581,1333264],[-1454768,1331719],[-1456891,1336741],[-1446749,1336813],[-1456066,1342449],[-1458190,1339631],[-1449679,1333134],[-1455004,1331856],[-1457136,1336217],[-1446916,1336733],[-1456340,1342318],[-1458698,1338865],[-1458190,1340129],[-1449389,1332934],[-1457209,1336078],[-1446856,1336358],[-1450656,1343906],[-1456620,1342700],[-1458794,1339963],[-1449226,1332914],[-1456963,1336079],[-1446455,1336632],[-1450186,1344123],[-1455977,1342344],[-1458337,1339185],[-1459124,1339305],[-1457978,1339290],[-1449334,1333616],[-1455601,1331630],[-1457142,1336001],[-1456433,1348077],[-1457310,1347705],[-1450928,1344842],[-1456762,1348279],[-1457060,1347872],[-1456225,1347471],[-1457382,1347113],[-1450102,1344351],[-1456881,1348338],[-1456792,1347337],[-1450949,1344407],[-1456530,1348144],[-1456757,1347136],[-1456228,1347549],[-1457264,1347285],[-1452213,1034865],[-1451604,1035729],[-1451579,1036028],[-1451530,1035243],[-1452262,1034534],[-1451189,1035348],[-1452569,1037208],[-1447583,1044499],[-1449295,1041844],[-1451852,1040179],[-1446807,1045496],[-1448826,1043797],[-1449853,1041426],[-1450525,1039764],[-1451953,1038776],[-1451860,1039978],[-1448309,1044308],[-1450306,1042654],[-1447299,1043338],[-1452053,1040541],[-1450529,1040600],[-1452832,1037089],[-1451867,1038984],[-1451154,1037958],[-1449023,1038414],[-1448401,1039666],[-1450512,1038386],[-1448866,1040963],[-1450468,1041606],[-1451894,1038611],[-1450653,1042527],[-1451609,1040171],[-1446853,1044321],[-1449644,1044590],[-1448608,1043267],[-1450156,1041991],[-1449507,1038718],[-1451746,1038107],[-1451734,1041052],[-1447046,1045431],[-1447866,1044477],[-1450968,1041461],[-1450418,1039545],[-1451837,1038347],[-1453057,1037585],[-1451760,1041700],[-1451695,1040651],[-1447344,1045340],[-1447606,1044787],[-1449601,1041965],[-1450557,1038613],[-1450834,1038882],[-1453077,1038597],[-1446981,1045040],[-1447454,1044813],[-1450322,1043638],[-1449648,1042836],[-1449570,1042174],[-1449943,1039636],[-1451691,1037960],[-1452049,1037570],[-1447800,1075096],[-1448646,1073455],[-1448783,1070946],[-1448500,1067971],[-1452115,1068978],[-1449542,1074574],[-1458523,1087949],[-1458552,1085752],[-1458586,1079620],[-1457268,1087147],[-1459074,1084792],[-1457997,1079500],[-1458366,1086775],[-1458506,1079310],[-1458953,1085420],[-1458546,1078969],[-1458748,1086089],[-1457914,1079524],[-1459113,1087610],[-1457702,1079042],[-1446933,1082707],[-1447664,1076801],[-1449643,1077068],[-1447999,1080366],[-1446755,1076634],[-1447637,1087556],[-1450960,1087641],[-1446571,1087117],[-1447023,1085202],[-1449850,1086524],[-1447440,1080078],[-1448573,1080122],[-1447515,1086884],[-1451016,1088090],[-1447946,1080413],[-1446913,1076103],[-1446538,1076545],[-1447134,1086932],[-1450843,1087588],[-1447608,1080729],[-1447664,1080226],[-1447479,1086838],[-1450860,1087913],[-1448229,1080189],[-1446644,1076446],[-1447228,1087418],[-1451380,1087892],[-1447825,1080506],[-1446576,1076349],[-1446521,1076477],[-1447194,1087291],[-1457513,1092877],[-1457162,1090611],[-1458743,1095392],[-1458417,1089079],[-1456653,1089617],[-1458890,1093662],[-1457078,1091093],[-1457347,1090038],[-1456530,1090460],[-1456805,1091178],[-1456777,1090459],[-1457418,1094165],[-1456753,1090495],[-1457884,1093615],[-1457048,1089600],[-1451571,1088273],[-1451696,1088553],[-1447178,1253012],[-1451073,1266574],[-1451072,1266316],[-1451535,1261155],[-1455765,1266468],[-1447192,1258882],[-1452634,1261240],[-1454283,1263244],[-1456530,1265288],[-1453667,1267223],[-1448966,1264635],[-1452267,1260519],[-1454027,1263584],[-1450325,1265832],[-1455121,1265292],[-1451893,1260524],[-1453851,1263874],[-1451894,1261051],[-1454737,1264021],[-1452648,1261377],[-1454321,1263347],[-1451846,1261004],[-1454409,1264157],[-1450418,1267223],[-1450603,1266765],[-1449397,1266800],[-1449515,1267581],[-1453617,1269657],[-1466596,1284006],[-1467574,1280203],[-1464796,1288518],[-1464772,1282550],[-1464932,1283950],[-1469376,1301342],[-1468815,1301194],[-1469289,1298856],[-1470527,1303033],[-1471448,1300296],[-1470556,1299719],[-1466060,1298762],[-1467939,1302641],[-1467519,1298484],[-1465234,1301747],[-1465601,1299464],[-1468053,1302588],[-1466280,1299310],[-1468169,1302555],[-1466096,1298574],[-1468270,1302630],[-1468083,1305733],[-1465962,1298782],[-1468612,1302769],[-1468006,1305399],[-1465881,1298610],[-1467664,1302323],[-1467822,1305575],[-1467769,1305827],[-1467732,1305942],[-1468096,1306090],[-1463636,1335118],[-1469713,1335004],[-1469426,1339545],[-1461705,1336163],[-1471807,1337074],[-1471807,1343950],[-1459530,1339367],[-1460708,1338046],[-1460675,1336867],[-1468474,1341941],[-1471978,1337155],[-1459234,1339056],[-1460974,1338108],[-1460897,1336764],[-1467940,1341621],[-1471993,1339829],[-1460951,1337414],[-1460996,1336889],[-1468032,1341520],[-1471349,1336795],[-1460339,1337380],[-1460588,1336756],[-1467904,1341658],[-1471451,1337257],[-1459522,1339188],[-1460632,1337548],[-1460195,1336529],[-1467843,1341099],[-1471920,1337402],[-1461103,1338089],[-1460970,1336440],[-1467760,1341519],[-1466142,1355894],[-1467943,1354954],[-1467701,1355249],[-1470916,1351161],[-1462727,1030751],[-1460387,1033584],[-1471997,1027520],[-1470414,1025659],[-1470847,1024801],[-1471233,1026129],[-1463032,1030266],[-1459886,1033526],[-1471970,1027728],[-1470725,1025538],[-1471405,1024624],[-1471697,1025432],[-1469558,1027731],[-1463175,1030412],[-1460064,1033398],[-1462793,1030491],[-1460377,1034172],[-1463412,1030364],[-1460697,1033579],[-1463093,1030509],[-1460449,1034167],[-1471688,1027840],[-1470725,1025436],[-1471515,1024971],[-1471250,1026014],[-1471571,1028059],[-1470109,1025962],[-1471178,1025031],[-1471579,1025980],[-1469811,1025739],[-1470355,1026010],[-1471007,1025537],[-1471356,1048559],[-1469116,1044785],[-1471455,1047460],[-1469564,1045025],[-1471617,1047675],[-1468722,1044282],[-1471237,1048935],[-1469767,1045248],[-1471410,1047718],[-1468745,1045272],[-1470189,1044504],[-1464150,1075117],[-1464956,1074767],[-1465226,1073388],[-1467031,1075396],[-1463164,1074017],[-1465378,1072836],[-1463085,1074614],[-1463885,1073811],[-1465325,1072885],[-1462431,1075307],[-1465001,1073509],[-1464669,1074024],[-1465567,1073547],[-1463631,1074257],[-1465022,1073445],[-1459486,1079371],[-1464061,1087939],[-1459805,1079785],[-1459278,1084857],[-1471149,1077859],[-1468938,1088151],[-1464073,1088061],[-1459424,1083707],[-1459775,1083526],[-1468040,1088073],[-1460810,1085171],[-1460268,1085839],[-1459270,1083724],[-1464338,1088057],[-1465002,1076945],[-1462389,1077903],[-1463180,1078242],[-1463333,1078789],[-1460911,1078739],[-1467465,1075423],[-1462252,1075442],[-1464630,1076391],[-1464630,1075844],[-1461354,1078997],[-1463710,1078246],[-1467202,1076234],[-1462959,1079417],[-1460512,1078506],[-1463415,1077965],[-1467095,1075959],[-1461847,1077852],[-1464452,1076924],[-1464585,1078738],[-1459920,1078440],[-1463085,1078279],[-1466898,1075933],[-1466911,1076644],[-1467372,1076117],[-1464502,1076951],[-1463330,1077884],[-1459878,1089822],[-1468462,1088593],[-1459291,1089801],[-1459210,1090139],[-1460530,1090909],[-1464318,1088237],[-1459935,1089797],[-1468483,1088445],[-1463746,1088503],[-1468612,1088581],[-1468737,1088738],[-1464018,1088361],[-1462951,1279479],[-1474148,1301579],[-1472665,1306155],[-1476933,1319461],[-1480328,1321689],[-1476057,1320411],[-1481998,1319948],[-1475848,1321903],[-1475348,1323978],[-1476620,1343361],[-1479049,1343189],[-1472161,1339554],[-1477878,1343895],[-1483860,1343860],[-1472657,1343067],[-1476037,1336769],[-1472002,1341328],[-1476923,1343159],[-1478809,1342712],[-1472165,1339756],[-1477887,1343969],[-1477322,1343406],[-1478727,1343196],[-1472049,1337063],[-1484170,1343542],[-1477227,1343382],[-1478617,1342632],[-1472601,1339462],[-1477907,1343990],[-1483789,1343367],[-1476864,1343061],[-1479316,1342963],[-1472524,1339643],[-1484254,1344025],[-1477377,1343674],[-1478618,1342720],[-1472620,1339479],[-1478253,1344134],[-1484188,1343586],[-1482199,1352249],[-1476283,1351803],[-1472547,1344361],[-1480606,1356365],[-1478708,1349088],[-1483582,1350208],[-1482651,1352505],[-1476985,1352254],[-1484722,1344286],[-1479187,1349480],[-1482232,1354909],[-1475427,1354535],[-1482214,1352193],[-1476812,1351920],[-1472523,1344207],[-1482467,1352331],[-1476655,1351533],[-1472369,1344829],[-1478410,1344205],[-1481881,1352985],[-1476873,1351831],[-1472375,1344925],[-1478433,1344666],[-1481860,1352736],[-1476263,1351799],[-1472269,1344410],[-1484073,1360833],[-1484491,1360925],[-1483173,1357262],[-1481928,1358974],[-1484589,1361369],[-1484247,1360786],[-1484598,1360425],[-1484466,1360592],[-1484451,1361263],[-1484151,1361374],[-1476026,1023765],[-1477545,1022850],[-1477585,1022435],[-1477178,1023017],[-1476328,1022517],[-1477711,1023369],[-1477278,1023914],[-1476021,1023716],[-1477085,1022194],[-1476387,1022151],[-1476745,1022867],[-1477323,1023428],[-1477869,1024082],[-1476975,1023607],[-1475715,1023476],[-1476736,1023069],[-1475074,1024004],[-1477297,1022473],[-1476789,1022298],[-1476738,1022586],[-1475183,1023747],[-1477765,1022761],[-1476361,1022794],[-1477492,1023969],[-1472908,1025160],[-1474332,1024952],[-1474383,1025042],[-1474791,1024203],[-1472527,1025890],[-1474894,1027514],[-1474582,1025581],[-1472294,1026777],[-1472913,1026958],[-1472666,1027140],[-1474073,1027298],[-1476206,1026191],[-1476119,1025796],[-1476378,1025497],[-1475982,1024715],[-1474951,1025268],[-1472090,1026875],[-1473948,1028998],[-1473457,1028738],[-1472898,1024919],[-1472818,1025622],[-1474628,1025049],[-1473331,1026813],[-1472780,1026659],[-1474017,1026452],[-1473369,1026849],[-1472806,1027773],[-1474890,1026624],[-1474652,1027373],[-1473828,1027545],[-1476601,1025044],[-1475626,1025305],[-1475136,1024696],[-1474144,1024945],[-1473712,1024903],[-1473995,1025819],[-1472136,1027473],[-1474173,1028380],[-1472923,1029172],[-1477417,1024459],[-1473207,1027078],[-1474054,1027598],[-1473213,1026027],[-1473647,1025512],[-1476565,1025361],[-1472891,1025759],[-1472657,1025595],[-1474737,1025891],[-1474504,1024402],[-1473147,1026350],[-1473811,1027035],[-1472993,1027499],[-1475130,1026583],[-1474464,1027276],[-1474303,1027691],[-1476797,1025163],[-1476014,1024669],[-1473236,1025227],[-1474058,1025676],[-1472273,1027076],[-1472150,1028003],[-1473835,1028432],[-1473081,1028674],[-1475434,1025138],[-1473245,1027382],[-1474013,1028131],[-1472992,1025775],[-1473843,1025562],[-1477273,1026074],[-1472730,1027261],[-1473754,1027402],[-1473152,1025330],[-1473280,1025018],[-1476890,1025790],[-1473036,1026834],[-1473828,1028002],[-1473064,1025781],[-1473982,1025387],[-1476644,1025887],[-1472553,1027359],[-1473519,1027957],[-1472705,1025896],[-1473381,1025364],[-1477279,1025779],[-1472847,1026547],[-1474116,1027579],[-1472790,1025949],[-1474015,1025596],[-1477099,1025800],[-1472126,1025696],[-1472146,1024992],[-1473690,1025954],[-1474745,1025403],[-1472607,1026023],[-1473798,1026401],[-1473609,1027042],[-1473044,1027513],[-1474438,1026670],[-1474413,1027773],[-1475818,1026056],[-1476671,1024841],[-1475599,1025277],[-1474801,1024693],[-1474743,1025624],[-1472105,1027150],[-1473319,1029198],[-1473357,1028863],[-1472679,1025025],[-1474056,1024996],[-1472540,1026150],[-1473426,1026295],[-1472798,1027495],[-1475378,1026596],[-1474543,1026636],[-1473537,1027234],[-1476105,1026017],[-1476507,1025674],[-1476050,1025445],[-1474759,1024413],[-1473926,1024970],[-1474362,1025073],[-1474133,1026122],[-1472233,1027579],[-1473559,1029120],[-1472803,1028982],[-1477628,1024266],[-1472498,1047439],[-1475033,1061743],[-1474278,1053183],[-1473465,1051507],[-1476995,1058527],[-1475335,1059540],[-1474727,1055204],[-1475167,1055452],[-1474004,1051490],[-1476464,1061179],[-1473905,1053683],[-1477399,1058638],[-1475861,1058975],[-1474543,1054723],[-1475464,1055437],[-1474492,1051329],[-1477206,1061266],[-1474306,1052725],[-1477527,1058791],[-1475243,1059680],[-1474831,1054972],[-1475710,1055176],[-1474434,1051473],[-1475090,1061204],[-1474384,1052222],[-1477412,1059457],[-1475771,1059451],[-1474337,1054771],[-1475213,1055715],[-1473758,1051251],[-1475192,1053502],[-1477204,1058471],[-1475134,1059161],[-1475146,1054623],[-1475443,1056004],[-1473747,1051843],[-1474981,1053050],[-1477247,1059229],[-1475478,1059677],[-1474347,1054863],[-1475337,1055728],[-1474163,1051400],[-1475361,1060220],[-1475801,1062174],[-1473695,1065240],[-1475675,1069703],[-1478161,1072216],[-1478464,1069186],[-1483397,1071147],[-1475244,1063710],[-1474879,1063997],[-1474197,1065405],[-1475339,1063055],[-1475108,1064994],[-1474929,1063607],[-1476191,1063008],[-1476261,1063315],[-1483858,1071398],[-1477169,1082276],[-1477439,1082430],[-1477226,1083043],[-1476790,1083238],[-1486512,1315494],[-1487160,1315616],[-1486615,1316122],[-1486800,1316127],[-1487035,1315539],[-1486849,1315815],[-1489365,1322013],[-1489266,1322002],[-1488329,1322014],[-1491370,1328497],[-1490264,1329203],[-1488849,1329371],[-1486193,1331029],[-1489092,1321551],[-1488240,1322773],[-1491008,1328747],[-1490805,1329687],[-1489657,1329141],[-1486134,1331148],[-1489591,1322284],[-1488349,1322000],[-1488549,1322860],[-1490721,1328595],[-1490342,1329076],[-1489484,1329340],[-1486204,1331117],[-1488954,1321601],[-1488358,1322748],[-1490056,1329047],[-1489416,1329805],[-1486607,1330971],[-1488641,1321755],[-1489151,1322864],[-1491405,1329491],[-1489951,1329459],[-1489538,1329314],[-1486607,1330665],[-1488794,1321574],[-1488887,1322621],[-1491112,1328847],[-1490612,1329349],[-1488962,1329608],[-1486251,1330754],[-1487953,1333642],[-1486738,1334503],[-1487711,1333356],[-1486748,1334303],[-1488024,1333260],[-1486799,1334322],[-1487983,1333713],[-1486726,1333912],[-1487688,1333775],[-1486880,1333859],[-1488142,1333335],[-1486788,1334169],[-1490277,1354467],[-1490680,1356622],[-1486004,1354875],[-1491020,1352299],[-1486351,1346811],[-1486475,1351504],[-1490357,1354112],[-1490235,1356455],[-1489987,1354749],[-1490259,1354432],[-1489858,1356806],[-1490346,1354608],[-1490182,1356537],[-1490401,1354207],[-1490282,1356817],[-1490067,1357800],[-1487520,1359024],[-1487114,1359192],[-1486277,1359162],[-1485730,1360211],[-1489517,1363195],[-1487930,1362663],[-1494779,1361349],[-1495157,1361002],[-1489669,1358168],[-1487610,1359036],[-1486773,1359497],[-1486277,1359669],[-1489608,1363494],[-1487273,1362437],[-1487389,1362049],[-1485299,1360640],[-1494811,1361328],[-1495110,1360411],[-1490755,1357162],[-1489978,1358027],[-1487490,1358972],[-1487074,1359799],[-1486995,1360011],[-1486559,1360101],[-1488206,1361447],[-1487647,1362301],[-1484928,1360744],[-1494545,1360548],[-1490000,1357761],[-1487855,1359581],[-1487163,1359053],[-1486922,1359566],[-1486302,1359699],[-1489572,1362957],[-1487394,1362298],[-1485219,1360883],[-1495227,1361178],[-1494688,1360851],[-1489878,1358023],[-1487855,1359173],[-1486550,1359837],[-1489688,1363227],[-1487603,1362808],[-1494671,1361195],[-1490261,1358304],[-1487145,1359325],[-1487064,1359296],[-1486524,1359702],[-1489639,1363574],[-1488046,1362967],[-1487492,1361975],[-1495188,1360748],[-1494031,1062520],[-1494478,1062537],[-1490692,1075209],[-1488861,1072992],[-1486099,1075214],[-1490824,1074163],[-1489068,1072642],[-1493466,1075357],[-1490601,1075181],[-1492685,1074291],[-1489451,1075072],[-1485616,1074681],[-1490173,1073684],[-1488608,1072314],[-1485599,1075092],[-1491428,1073428],[-1488878,1072353],[-1485599,1075057],[-1488524,1073184],[-1493836,1075080],[-1494189,1062600],[-1493397,1074615],[-1494198,1062617],[-1494514,1062680],[-1495956,1066199],[-1486222,1069748],[-1494392,1062892],[-1494389,1079792],[-1493743,1076922],[-1489047,1076140],[-1485418,1075543],[-1492221,1077271],[-1488747,1076009],[-1485468,1075474],[-1493550,1077521],[-1490847,1076318],[-1493400,1077451],[-1490786,1077452],[-1488701,1078603],[-1491633,1075546],[-1492742,1078896],[-1493118,1076939],[-1490815,1075877],[-1494036,1078031],[-1490907,1076536],[-1492918,1078554],[-1494518,1077525],[-1496305,1079613],[-1496424,1081026],[-1494515,1076456],[-1495910,1079122],[-1496628,1080426],[-1493870,1076873],[-1495758,1079468],[-1495988,1080424],[-1495647,1079718],[-1496338,1080970],[-1494690,1079682],[-1496244,1079917],[-1496617,1080487],[-1496519,1079541],[-1496191,1080717],[-1499367,1083149],[-1499720,1083241],[-1500578,1082167],[-1498984,1083053],[-1498734,1082898],[-1499898,1083549],[-1500356,1082243],[-1499388,1082858],[-1499746,1084144],[-1500366,1081671],[-1499468,1083063],[-1500202,1083867],[-1500294,1082162],[-1499045,1083252],[-1499680,1083274],[-1499900,1081957],[-1498793,1083137],[-1500228,1083448],[-1499839,1082386],[-130711,384051],[-129066,383966],[-131063,383993],[-132584,384053],[-129897,383285],[-129201,383311],[-129415,382826],[-130647,383653],[-130464,383214],[-129165,382330],[-129825,384959],[-130548,384433],[-130115,385315],[-130538,385468],[-130876,385779],[-131377,386178],[-131596,386651],[-130890,385306],[-129899,385950],[-130846,385590],[-132036,384931],[-132717,385332],[-132981,384283],[-132936,384315],[-132975,386357],[-133097,387203],[-132036,386925],[-133460,387138],[-133510,386935],[-132146,386395],[-1534952,1020619],[-1535874,1018973],[-1535882,1020983],[-1534846,1020054],[-1535977,1017592],[-1535355,1023952],[-1535343,1021965],[-1534721,1019212],[-1535454,1019071],[-1535427,1022044],[-1534942,1019824],[-1535342,1017616],[-1534633,1020030],[-1535026,1018015],[-1534519,1025401],[-1533948,1025201],[-1534226,1025618],[-1535573,1053481],[-1535441,1054043],[-1535021,1053765],[-1535467,1053555],[-1535076,1053454],[-1535490,1053679],[-1536796,1017703],[-1537548,1022348],[-1537364,1023687],[-1536412,1020291],[-1537844,1021064],[-1536507,1018601],[-1537108,1022410],[-1536261,1021723],[-1537017,1024197],[-1537088,1019813],[-1538699,1021097],[-1536433,1019189],[-1538464,1022476],[-1536471,1021533],[-1538137,1024139],[-1536180,1020156],[-1538133,1021335],[-1537212,1018784],[-1537645,1022075],[-1536423,1020192],[-1538238,1020743],[-1538292,1022130],[-1537603,1018755],[-1537848,1023796],[-1536560,1019735],[-1537944,1020993],[-1538045,1022218],[-1537107,1017916],[-1536887,1020056],[-1538387,1021077],[-1544473,1033378],[-1545591,1034562],[-1536040,1025501],[-1537572,1028497],[-1541125,1028790],[-1539024,1025115],[-1541759,1028930],[-1541959,1026114],[-1537268,1024542],[-1540004,1028988],[-1545134,1034720],[-1538508,1026233],[-1539965,1029547],[-1540701,1029296],[-1539419,1024790],[-1544725,1033057],[-1541489,1029015],[-1542012,1026245],[-1538524,1024539],[-1539006,1026062],[-1536473,1028862],[-1540261,1029279],[-1539912,1029263],[-1545738,1034582],[-1540922,1029433],[-1539012,1024565],[-1544044,1032799],[-1541884,1028530],[-1541414,1025972],[-1545771,1034610],[-1539705,1025886],[-1538778,1028724],[-1540510,1028852],[-1539428,1025169],[-1544092,1033605],[-1541680,1029231],[-1542216,1026712],[-1540187,1029117],[-1536425,1027868],[-1536233,1028030],[-1538905,1027900],[-1545437,1034419],[-1540747,1029229],[-1539423,1025064],[-1544998,1031716],[-1543977,1033684],[-1541798,1029126],[-1542028,1025996],[-1538164,1027907],[-1545890,1034839],[-1541216,1029570],[-1539026,1024953],[-1544589,1033593],[-1541438,1028756],[-1542104,1026029],[-1544700,1038328],[-1545461,1038192],[-1545556,1038235],[-1545032,1037734],[-1545441,1037906],[-1545049,1037558],[-1538019,1052649],[-1541229,1057612],[-1538392,1055966],[-1538772,1055725],[-1538695,1051654],[-1541177,1057613],[-1538426,1056290],[-1538032,1052524],[-1541533,1057565],[-1538394,1051689],[-1541445,1057295],[-1538519,1055658],[-1538353,1051995],[-1541002,1057275],[-1538339,1056346],[-1538480,1052321],[-1541234,1057577],[-1538974,1055693],[-1537671,1056593],[-1542105,1068681],[-1540480,1064983],[-1542078,1065174],[-1542189,1064758],[-1541037,1073637],[-1541403,1068617],[-1540939,1063810],[-1542294,1064773],[-1541297,1074061],[-1541201,1067631],[-1541336,1064435],[-1541996,1064716],[-1542812,1064602],[-1541235,1073329],[-1540788,1068000],[-1541182,1063739],[-1542158,1065373],[-1543141,1063795],[-1542648,1075322],[-1540876,1073951],[-1539338,1074603],[-1545451,1074569],[-1541619,1073367],[-1541855,1068276],[-1540624,1064644],[-1542012,1064093],[-1542506,1065136],[-1541048,1074092],[-1541376,1068457],[-1542612,1064446],[-1541651,1073945],[-1544568,1076713],[-1540505,1078731],[-1545147,1078429],[-1539781,1079120],[-1540827,1079839],[-1540462,1079891],[-1543022,1078169],[-1541689,1078699],[-1547372,1085093],[-1546508,1077369],[-1546974,1076780],[-1546751,1076736],[-1543671,1079336],[-1542876,1078912],[-1542132,1078585],[-1542558,1076412],[-1540977,1076318],[-1545780,1076688],[-1544868,1076917],[-1542264,1079333],[-1546489,1078029],[-1540981,1076132],[-1547327,1076376],[-1544215,1079530],[-1543188,1078767],[-1541604,1078363],[-1542365,1076993],[-1546290,1076350],[-1546268,1077866],[-1546878,1076822],[-1546713,1075894],[-1544290,1079213],[-1542897,1078481],[-1542202,1078474],[-1542496,1076490],[-1541187,1075980],[-1545590,1076993],[-1544057,1076541],[-1542379,1079201],[-1546308,1077824],[-1546063,1076129],[-1547408,1076007],[-1543360,1079609],[-1542385,1078615],[-1542238,1077996],[-1542110,1076667],[-1540973,1076407],[-1545615,1076853],[-1543516,1079601],[-1541716,1078800],[-1546598,1078079],[-1540538,1075704],[-1547130,1075967],[-1542684,1078911],[-1542143,1078048],[-1541814,1076572],[-1546078,1076127],[-1541921,1079273],[-1546198,1077827],[-1546617,1076710],[-1546998,1076444],[-1543877,1078699],[-1542473,1078379],[-1541684,1078082],[-1542010,1076533],[-1540873,1075936],[-1545558,1077093],[-1544342,1076919],[-1544778,1076399],[-1557250,1039526],[-1557366,1039690],[-1551287,1039177],[-1559482,1046174],[-1559466,1044773],[-1551631,1048570],[-1557542,1039834],[-1557790,1039041],[-1551626,1039273],[-1558992,1046024],[-1559629,1044522],[-1552003,1048929],[-1561326,1043889],[-1558287,1039353],[-1556462,1039452],[-1559436,1045205],[-1558247,1046698],[-1560047,1046056],[-1550486,1038936],[-1552135,1048692],[-1561436,1043108],[-1557293,1039653],[-1558038,1038928],[-1551617,1038910],[-1559331,1046034],[-1559595,1044714],[-1551253,1048133],[-1557504,1039862],[-1557987,1038973],[-1551475,1038871],[-1559328,1046399],[-1560024,1045441],[-1551323,1048206],[-1557922,1039103],[-1551763,1039594],[-1559757,1045741],[-1559681,1044636],[-1552122,1048641],[-1550379,1056379],[-1552613,1057018],[-1552133,1057125],[-1549898,1056216],[-1552119,1057087],[-1550517,1056750],[-1550125,1055821],[-1550643,1050839],[-1552396,1056461],[-1550599,1055954],[-1553073,1056622],[-1550398,1055995],[-1554438,1080169],[-1553868,1079634],[-1554144,1080422],[-1554166,1080156],[-1553906,1080213],[-1554369,1079719],[-1573996,968541],[-1574233,969409],[-1574234,969134],[-1574195,969042],[-1570592,1040841],[-1561640,1043127],[-1574038,1037634],[-1570308,1040223],[-1562054,1043113],[-1574090,1037636],[-1570943,1040273],[-1571043,1040866],[-1569855,1042134],[-1573126,1038784],[-1570739,1040394],[-1561812,1043491],[-1570827,1040542],[-1561969,1043421],[-1567967,1072692],[-1567803,1072720],[-1568230,1072699],[-1569212,1069760],[-1569193,1069812],[-1567765,1067918],[-1565620,1070844],[-1565432,1070217],[-1566269,1067444],[-1565401,1070922],[-1568072,1071394],[-1570667,1071403],[-1573527,1068127],[-1572002,1068650],[-1568474,1066515],[-1567338,1063872],[-1567042,1064962],[-1568086,1067473],[-1566439,1071261],[-1565744,1068570],[-1565395,1070083],[-1567410,1067663],[-1564671,1071532],[-1568847,1071280],[-1570951,1070833],[-1573396,1068542],[-1571274,1068658],[-1569709,1066280],[-1567155,1064539],[-1566236,1065340],[-1567330,1067265],[-1565639,1070535],[-1567005,1068350],[-1563932,1072195],[-1568769,1072095],[-1571622,1071489],[-1573584,1068955],[-1572252,1070078],[-1569757,1067299],[-1569609,1065846],[-1567032,1064421],[-1566088,1065697],[-1567787,1067651],[-1566478,1071477],[-1565591,1068554],[-1567100,1068605],[-1563842,1071226],[-1569210,1071982],[-1570767,1070874],[-1572654,1068029],[-1571377,1069432],[-1569551,1067418],[-1567475,1064115],[-1566014,1065914],[-1567578,1067344],[-1565467,1070887],[-1566154,1068450],[-1565101,1070938],[-1569242,1071512],[-1570857,1071368],[-1572808,1068538],[-1571454,1068602],[-1568908,1066689],[-1567488,1063692],[-1566225,1065223],[-1568258,1067529],[-1566250,1070380],[-1566164,1068567],[-1567027,1068000],[-1564667,1072443],[-1569324,1072093],[-1570620,1072302],[-1572266,1067749],[-1570763,1069657],[-1571134,1069168],[-1569264,1066345],[-1567565,1064210],[-1565807,1065301],[-1580490,968135],[-1577461,971721],[-1575502,967741],[-1583126,969244],[-1581382,971343],[-1577526,972624],[-1574906,969080],[-1578518,965920],[-1581125,967097],[-1584967,967742],[-1579735,967976],[-1575198,968135],[-1582762,969324],[-1582285,971525],[-1576964,972506],[-1578764,965849],[-1579676,967482],[-1577778,971768],[-1582119,971562],[-1575249,967565],[-1582382,969299],[-1576797,972141],[-1578675,966355],[-1579734,967417],[-1575790,968080],[-1582513,969448],[-1581457,971334],[-1576673,971849],[-1578321,966614],[-1579984,967385],[-1582329,971354],[-1577748,971722],[-1575366,967651],[-1582569,969981],[-1576813,972040],[-1574844,969039],[-1578534,966333],[-1579620,967953],[-1581502,971247],[-1575649,967771],[-1582431,969217],[-1576730,972048],[-1578578,965781],[-1576249,974050],[-1580315,974002],[-1583621,977707],[-1579431,977747],[-1576381,974534],[-1581072,973971],[-1575791,973858],[-1580576,974767],[-1576418,974346],[-1580872,974486],[-1576278,973633],[-1580868,974719],[-1575966,973974],[-1580760,974183],[-1582974,996563],[-1583783,996415],[-1582780,989327],[-1587035,998527],[-1583953,997712],[-1582472,989957],[-1586737,995683],[-1584692,996096],[-1582595,989773],[-1586371,998309],[-1585345,997823],[-1582642,989549],[-1586084,997818],[-1582584,989619],[-1585527,996847],[-1586420,998174],[-1582602,989724],[-1585438,1002598],[-1584651,1000687],[-1585666,1001721],[-1585216,1002566],[-1586631,1002012],[-1585915,1001261],[-1585505,1003033],[-1587095,1002326],[-1586299,1000911],[-1585304,1001208],[-1585387,1003036],[-1586383,1001884],[-1585895,999588],[-1586030,1001923],[-1587121,1001912],[-1587112,1003146],[-1585851,1003207],[-1587039,999697],[-1585805,1002160],[-1586947,1002139],[-1585798,1008535],[-1584016,1010894],[-1586012,1001739],[-1577342,1015472],[-1577410,1015005],[-1577425,1015278],[-1577351,1014873],[-1577142,1014619],[-1577240,1015260],[-1577133,1015609],[-1576840,1017133],[-1577643,1015942],[-1577454,1016544],[-1576812,1016610],[-1577364,1016364],[-1577580,1016082],[-1576783,1016766],[-1576769,1016685],[-1577310,1016235],[-1577484,1016108],[-1577218,1016259],[-1577162,1017544],[-1577586,1017300],[-1577206,1017497],[-1577063,1015551],[-1577210,1015124],[-1577444,1014896],[-1577227,1014753],[-1577419,1014689],[-1577905,1014948],[-1577387,1014715],[-1577111,1014990],[-1583017,1023223],[-1580752,1023132],[-1584662,1017091],[-1585137,1020203],[-1584029,1022458],[-1579997,1015885],[-1582314,1023467],[-1583237,1023205],[-1580369,1015341],[-1584242,1023590],[-1580736,1015853],[-1581619,1023389],[-1580437,1015412],[-1580687,1015475],[-1580854,1015456],[-1582317,1033761],[-1581851,1025094],[-1578520,1033161],[-1579123,1027490],[-1581744,1031851],[-1579800,1031250],[-1579717,1026679],[-1582109,1029787],[-1578383,1032429],[-1582146,1036932],[-1580596,1025615],[-1579842,1031762],[-1574562,1036521],[-1578528,1035052],[-1582062,1024302],[-1582443,1033854],[-1582033,1032824],[-1580273,1028655],[-1579534,1031130],[-1579047,1033425],[-1577874,1031794],[-1584039,1025100],[-1579824,1025450],[-1582534,1036969],[-1580194,1026355],[-1580233,1032354],[-1574565,1035811],[-1577924,1035147],[-1582228,1033926],[-1578534,1030144],[-1579822,1028250],[-1578181,1032910],[-1581659,1028206],[-1582421,1029395],[-1581058,1031618],[-1579451,1033982],[-1583001,1025769],[-1583410,1025056],[-1580916,1026129],[-1580206,1032279],[-1575141,1035628],[-1575365,1036083],[-1578090,1034467],[-1582203,1025528],[-1579892,1027649],[-1581891,1028422],[-1579019,1028898],[-1580447,1031461],[-1579791,1026501],[-1582332,1033750],[-1582242,1036884],[-1580503,1025690],[-1580269,1031731],[-1575770,1035833],[-1574567,1036304],[-1577751,1034669],[-1577147,1034080],[-1577520,1032044],[-1582644,1030303],[-1582405,1031232],[-1584378,1025752],[-1585050,1025204],[-1584299,1025840],[-1581080,1028429],[-1581658,1029912],[-1581585,1031105],[-1579972,1033079],[-1579430,1031781],[-1579706,1030471],[-1582224,1024370],[-1582305,1034280],[-1580680,1025545],[-1580140,1032244],[-1575036,1035740],[-1574537,1036412],[-1578307,1034991],[-1582203,1028393],[-1579182,1033581],[-1579123,1029505],[-1579782,1025780],[-1584739,1024974],[-1580975,1024873],[-1582337,1033774],[-1582498,1036751],[-1580485,1026354],[-1579837,1032458],[-1575224,1035713],[-1575423,1035906],[-1578199,1034502],[-1582227,1037524],[-1574717,1037861],[-1582495,1037227],[-1582302,1037140],[-1574747,1037251],[-1582235,1037466],[-1582666,1037390],[-1582491,1037168],[-1582137,1037225],[-1574919,1037872],[-1574620,1037309],[-1584746,1079389],[-1585746,1081340],[-1586790,1081939],[-1587588,968852],[-1588853,962300],[-1589018,965584],[-1588607,963982],[-1587960,970379],[-1587396,969310],[-1587380,969549],[-1587920,968739],[-1587513,969411],[-1589142,974238],[-1587224,1000553],[-1587434,999863],[-1587337,1002137],[-1598822,1016036],[-1597414,1015689],[-1588821,1015646],[-1598910,1049185],[-1599163,1048865],[-1598150,1048590],[-1597890,1048047],[-1597460,1047708],[-1597154,1047730],[-1596141,1047910],[-1599016,1048973],[-1599665,1048379],[-1599035,1049685],[-1597921,1048220],[-1597165,1047524],[-1596141,1048089],[-1598826,1049261],[-1599525,1048523],[-1598945,1049651],[-1597754,1048478],[-1598119,1047753],[-1597410,1047578],[-1596981,1047571],[-1596393,1047959],[-1598815,1049056],[-1599245,1048585],[-1598240,1048050],[-1596681,1047754],[-1596292,1047962],[-1598919,1049280],[-1599378,1048663],[-1599099,1049610],[-1597784,1048208],[-1596860,1047756],[-1596459,1047990],[-1599158,1049161],[-1599141,1048609],[-1598995,1049791],[-1598029,1048075],[-1596747,1047841],[-1596062,1047802],[-1597769,1049916],[-1598323,1052723],[-1598045,1052434],[-1598296,1051929],[-1597407,1050348],[-1598067,1052380],[-1598163,1051986],[-1598907,1049877],[-1597608,1050307],[-1598172,1051811],[-1599078,1049919],[-1597446,1049908],[-1598347,1052088],[-1597608,1050220],[-1598081,1052163],[-1598016,1052184],[-1597487,1050496],[-1598361,1052542],[-1598360,1051850],[-1589297,1082448],[-1588486,1083094],[-1588244,1083445],[-1589290,1081604],[-1592893,1081409],[-1592906,1081218],[-1611519,963803],[-1612626,962766],[-1611534,963866],[-1611217,962860],[-1611128,964059],[-1610907,962760],[-1612054,963053],[-1611263,963777],[-1612625,963046],[-1611300,964256],[-1611652,962504],[-1611206,962711],[-1611148,962999],[-1610837,962893],[-1611133,963744],[-1611671,963847],[-1611441,964121],[-1611232,962941],[-1610716,963804],[-1611374,963251],[-1611942,964026],[-1611132,963994],[-1608787,967151],[-1608434,969614],[-1608943,969768],[-1612079,966084],[-1611240,967353],[-1606714,968089],[-1601412,969147],[-1608346,966391],[-1608628,969925],[-1609206,967011],[-1607802,969611],[-1608824,966544],[-1607948,969196],[-1608833,967078],[-1607873,969575],[-1608835,966363],[-1607879,969304],[-1601087,1020504],[-1600839,1021319],[-1610860,1020807],[-1609173,1027449],[-1605178,1039554],[-1605198,1038730],[-1603913,1038821],[-1603224,1045166],[-1603515,1044894],[-1604065,1042115],[-1605713,1041111],[-1606164,1040955],[-1606448,1039990],[-1605121,1038621],[-1603908,1038708],[-1605493,1039380],[-1602779,1045077],[-1603669,1044732],[-1603931,1042562],[-1604156,1042233],[-1605531,1041213],[-1606197,1040726],[-1606212,1040300],[-1605183,1038500],[-1604065,1038666],[-1602760,1044810],[-1603434,1045135],[-1604300,1042056],[-1605542,1041283],[-1606244,1040763],[-1606352,1040226],[-1605244,1039190],[-1603977,1038788],[-1605173,1039517],[-1605349,1038827],[-1602896,1045113],[-1603416,1044980],[-1604001,1041997],[-1605661,1041195],[-1606374,1041022],[-1606441,1040196],[-1603702,1038498],[-1603970,1042508],[-1604134,1042141],[-1605606,1041188],[-1606063,1041019],[-1606444,1040101],[-1604249,1043514],[-1602828,1043357],[-1600764,1042581],[-1602468,1045849],[-1600942,1046310],[-1601097,1046145],[-1605138,1038485],[-1603824,1038545],[-1605339,1039438],[-1602882,1044932],[-1603687,1045037],[-1604290,1042620],[-1603933,1042249],[-1605800,1041110],[-1606225,1041039],[-1606097,1039929],[-1603822,1051082],[-1602712,1052484],[-1601370,1053544],[-1600873,1053453],[-1603655,1051258],[-1603004,1052316],[-1601326,1053271],[-1600973,1053406],[-1603299,1050868],[-1601222,1053759],[-1602743,1052404],[-1603673,1051388],[-1601407,1053642],[-1600938,1053741],[-1603159,1052278],[-1603743,1051107],[-1601254,1053335],[-1600887,1053945],[-1602810,1052519],[-1603410,1051317],[-1601277,1053870],[-1602882,1052574],[-1609702,1071160],[-1609638,1068821],[-1610366,1073798],[-1609615,1070470],[-1609359,1070185],[-1610519,1073443],[-1608463,1070947],[-1609388,1069709],[-1610584,1073040],[-1608991,1070938],[-1608496,1069006],[-1610243,1073133],[-1609558,1070743],[-1608815,1069087],[-1610773,1073294],[-1608805,1070260],[-1610044,1073283],[-1612032,1084148],[-1611819,1084103],[-1612233,1084087],[-1612329,1083275],[-1612762,1083405],[-1613106,962617],[-1612921,962139],[-1613017,962011],[-1612999,962328],[-1623506,971862],[-1623486,969548],[-1621425,970412],[-1614129,965353],[-1613794,965347],[-1623883,971679],[-1623451,969887],[-1614387,965661],[-1623738,972055],[-1623033,969667],[-1614205,966001],[-1623799,971472],[-1622674,969129],[-1614010,965682],[-1623209,972106],[-1623292,969575],[-1614508,965660],[-1624064,972095],[-1623393,969653],[-1614732,966029],[-1620986,1021089],[-1618773,1023454],[-1618806,1024162],[-1615878,1023101],[-1616791,1022342],[-1620429,1023341],[-1619869,1025570],[-1617384,1027476],[-1618379,1025633],[-1615252,1065018],[-1614842,1063914],[-1615075,1065593],[-1615148,1063961],[-1615023,1064940],[-1615001,1064297],[-1614989,1065039],[-1614690,1063787],[-1615358,1065028],[-1614753,1064750],[-1615765,1064063],[-1614044,1083310],[-1625493,1080948],[-1614849,1082543],[-1612954,1083563],[-1624915,1080304],[-1616005,1080154],[-1615982,1081316],[-1613431,1082762],[-1625208,1080631],[-1613774,1082479],[-1625557,1079843],[-1614602,1082315],[-1613358,1083156],[-1627208,1080019],[-1627234,1079739],[-1626627,1079895],[-1627464,1079641],[-1625866,1081034],[-1625935,1080030],[-236234,-610351],[-236556,-610089],[-236594,-610503],[-236285,-610761],[-236387,-615976],[-10984,152017],[-8250,150310],[-6657,150865],[-7490,152669],[-10253,150216],[-10962,151579],[-10110,149717],[-8579,150465],[-6420,152843],[-10651,150695],[-6792,152742],[-9576,149662],[-9385,151647],[-6357,151806],[-6492,150816],[-6545,152381],[-10478,150977],[-10685,151170],[-10596,152154],[-8555,152887],[-8283,152435],[-9215,150198],[-9056,149983],[-7302,150780],[-8010,149687],[-7543,151528],[-8723,150192],[-9207,150070],[-8373,149578],[-8232,151030],[-10239,149603],[-8781,153167],[-7922,152001],[-7960,152898],[-9478,149550],[-7956,152115],[-9595,149581],[-9922,149434],[-9560,150383],[-10027,148755],[-9993,151113],[-9121,150000],[-9566,151652],[-8334,153576],[-8368,152827],[-8384,152158],[-9740,153245],[-8259,153709],[-8016,153453],[-8908,153093],[-10413,152486],[-9586,152241],[-8651,153242],[-9930,153044],[-8011,153160],[-8783,152527],[-9985,151505],[-9812,153464],[-10485,152817],[-8523,152705],[-8261,152786],[-8805,151207],[-8787,152958],[-7121,151192],[-7567,152739],[-8876,153049],[-7864,150721],[-7768,153034],[-7935,150837],[-8788,153027],[-7484,151238],[-7029,150753],[-12661,152641],[-12515,152288],[-8517,154094],[-9921,154329],[-9647,153866],[-4335,159978],[-3852,158987],[-3545,159902],[-3523,159439],[-4956,159713],[-3964,158936],[-3123,158755],[-4906,160153],[-4141,159842],[-4569,158570],[-2814,161012],[-3832,159000],[-4234,158836],[-3260,160808],[-2680,158980],[-4625,159729],[-4220,159440],[-3042,160190],[-4835,159989],[-4444,159811],[-1132,160133],[-3149,160585],[-1459,159960],[-337,162845],[-1618,161408],[-310,161404],[-3517,160785],[-3055,160690],[-2575,161401],[-757,161338],[-1457,160279],[-3170,162609],[-1586,161447],[-6073,158033],[-5600,159805],[-5926,158761],[-6640,158325],[-5748,158396],[-5668,157703],[-5870,158675],[-4586,157985],[-4898,157511],[-4816,157881],[-4757,158537],[-4666,159781],[-4661,159654],[-5183,158594],[-5787,158366],[-6631,159353],[-6125,157755],[-5603,158154],[-4620,157676],[-6184,159015],[-7296,157159],[-6089,156785],[-6342,156522],[-5038,158259],[-6151,157040],[-7286,158809],[-5346,158210],[-6575,157304],[-5572,158614],[-6556,157790],[-6451,157338],[-5327,158199],[-5689,158176],[-5323,158136],[-5889,158248],[-5840,158534],[-7354,158281],[-6270,157959],[-6168,158848],[-6070,157850],[-3189,164342],[-2870,162818],[-1106,162131],[-2578,163081],[-863,161927],[-3469,161110],[-3472,161133],[-3216,161736],[-3172,161377],[-3170,162038],[-1720,162835],[-3336,161571],[-2739,162187],[-1354,164258],[-2384,162971],[-1374,163875],[-2239,163429],[-1258,163365],[-1248,163058],[-2233,163824],[-1538,162357],[-2510,162657],[-2037,162212],[-2096,162347],[-1083,164078],[-1185,164042],[-1813,163356],[-4800,190146],[-4084,191060],[-4915,190357],[-4383,190137],[-3661,189778],[-3745,189912],[-4265,190473],[-5051,190067],[-4622,190030],[-4378,190928],[-3841,190513],[-3669,190138],[-5029,190645],[-5035,190573],[-4619,190698],[-4535,191125],[-4445,190436],[-4329,190006],[-3955,191062],[-4813,191021],[-3353,190222],[-3552,189331],[-2675,189826],[-2843,189763],[-3685,189967],[-3615,189795],[-3221,190190],[-3467,189709],[-2873,190202],[-2888,189633],[-3615,190036],[-2380,189330],[-3270,189889],[-2981,190011],[-3486,189704],[-3120,190080],[-2567,190569],[-3200,189839],[-2417,189356],[-3385,189422],[-2996,192176],[-3989,192193],[-2896,191851],[-2981,191708],[-3624,192187],[-4128,191871],[-3559,191848],[-3332,191863],[-3409,192160],[-2935,189937],[-1627,190004],[-2103,188697],[-2867,188708],[-1876,190073],[-2734,188831],[-1673,188613],[-2132,189571],[-2765,190049],[-2220,189341],[-2023,188988],[-2877,189687],[-1435,189266],[-2571,189226],[-2241,188639],[-1967,188841],[-2152,188819],[-1876,188968],[-1775,189590],[-2283,189314],[-2623,188571],[-1307,187602],[-2272,187206],[-2107,187599],[-2633,187218],[-2528,188127],[-2651,187290],[-1831,188249],[-1552,187662],[-1417,188774],[-1627,187408],[-1337,187914],[-2379,187619],[-2581,188121],[-1522,187654],[-2547,187684],[-2587,188109],[-1697,187394],[-2459,188207],[-1744,188533],[-1780,186420],[-891,185446],[-998,186266],[-1101,186094],[-1521,186163],[-1897,186233],[-519,185165],[-1677,185089],[-1170,185067],[-562,185456],[-1684,186132],[-426,185325],[-1829,185024],[-416,185022],[-871,185147],[-1760,185261],[-466,185965],[-940,185333],[-787,185061],[-828,186054],[-853,186101],[-1377,186631],[-1069,187661],[-2143,187141],[-2319,187079],[-1169,186720],[-771,186942],[-2076,187148],[-1391,187101],[-1346,186766],[-1530,187467],[-1106,186340],[-922,186682],[-2121,186353],[-976,187173],[-1769,187246],[-826,186737],[-728,186068],[-1853,187245],[-1209,186850],[-785,184579],[-1535,184840],[-1604,183776],[-1742,184618],[-438,183871],[-714,184411],[-795,184317],[-1287,184208],[-1029,184842],[-563,184789],[-247,183453],[-1237,183534],[-691,184631],[-1458,184189],[-959,183329],[-359,183509],[-1812,183763],[-1728,183518],[-486,183502],[-738,184217],[-4607,189691],[-4234,188562],[-4584,188766],[-3885,189485],[-4117,189504],[-4509,188769],[-5090,189366],[-4091,189335],[-5080,190109],[-4696,189883],[-5239,189671],[-4533,189315],[-4116,188575],[-4991,188600],[-4961,189871],[-5021,189000],[-5406,189839],[-3980,188987],[-4368,189969],[-4864,189128],[-3430,188178],[-3714,188326],[-3343,187881],[-2538,187333],[-2769,187390],[-3898,187277],[-3379,187435],[-2687,187180],[-3820,187214],[-2614,187858],[-3922,186970],[-3650,188275],[-3842,188003],[-3920,188294],[-2470,187640],[-3540,187811],[-3338,186929],[-3553,188178],[-2929,188195],[-3290,188442],[-3921,191470],[-3019,191330],[-4059,190308],[-4414,191422],[-4070,191252],[-4179,190325],[-3758,190832],[-3499,191593],[-4251,191531],[-3922,190400],[-3121,191132],[-3784,191891],[-2932,190485],[-3799,190824],[-3127,191353],[-3078,190705],[-3187,191177],[-3966,190811],[-3659,191576],[-4015,191087],[-3903,192362],[-3481,192368],[-4021,192921],[-3797,192504],[-4314,192979],[-3703,192269],[-3408,192363],[-2966,192509],[-3672,192896],[-3471,192866],[-3854,192770],[-274651,178585],[-279134,179029],[-279970,178518],[-278658,177263],[-280831,178537],[-280979,179184],[-276265,178955],[-277746,178819],[-275835,179223],[-278278,179095],[-278611,177745],[-278457,178610],[-276119,179163],[-274872,176919],[-277136,176952],[-275631,178834],[-277871,176711],[-276198,177428],[-275895,182155],[-278470,180115],[-274694,179796],[-280729,180263],[-278513,179746],[-275858,182915],[-274518,180985],[-273661,180198],[-275087,181014],[-274200,181769],[-276628,183597],[-280304,181584],[-278389,182817],[-280153,183503],[-280416,180242],[-278686,183359],[-279800,183400],[-278144,183419],[-279917,179682],[-278642,180208],[-277216,179630],[-277916,180624],[-280185,180391],[-278267,179658],[-274916,179941],[-276096,179424],[-275454,179689],[-275684,181919],[-276741,181877],[-276566,181053],[-275410,181543],[-277373,180230],[-275361,180120],[-275841,180553],[-276438,179828],[-277429,179772],[-276686,181570],[-275593,181529],[-277751,180332],[-277344,179724],[-277736,179986],[-276706,181476],[-275620,179795],[-276626,179779],[-277669,179820],[-277469,182044],[-276825,180381],[-289028,167928],[-288775,168085],[-290293,170197],[-290426,167697],[-288089,168625],[-286535,170668],[-287441,170230],[-288178,167884],[-290087,169304],[-290135,170515],[-289008,167892],[-289710,169514],[-287458,170210],[-286957,173786],[-290406,170882],[-287467,174348],[-290777,172509],[-289370,173343],[-287446,170259],[-288688,173976],[-287673,173949],[-289197,171931],[-289359,170551],[-288114,170653],[-288791,173007],[-290752,173075],[-289461,171494],[-289069,171970],[-287959,171292],[-287877,174370],[-290878,172860],[-287297,173251],[-288707,173888],[-303717,-640424],[-316668,128354],[-316024,153161],[-313645,151973],[-316846,151038],[-316791,152702],[-316876,150590],[-313968,153145],[-315434,151430],[-316594,150527],[-316178,151124],[-314256,151525],[-314454,153172],[-317257,152706],[-312336,151981],[-313072,150497],[-312026,153253],[-313031,153752],[-310745,153415],[-316727,150437],[-313016,152999],[-310295,153461],[-314085,153660],[-310088,151614],[-310145,151595],[-315314,150292],[-314350,150987],[-313824,151859],[-316245,150138],[-314961,149959],[-313710,149965],[-312735,152668],[-315969,150222],[-314318,150339],[-313812,150028],[-314324,150450],[-315446,152559],[-315981,150761],[-317422,150937],[-315969,151555],[-314211,153612],[-313846,152127],[-313495,165705],[-314151,165894],[-312692,162879],[-311978,165993],[-312616,165853],[-313138,165927],[-319824,164638],[-314390,164751],[-318619,163425],[-316650,162048],[-312368,166271],[-314533,162455],[-316148,162730],[-313559,164862],[-313547,163303],[-315868,162303],[-315236,163372],[-315014,163745],[-315246,163553],[-319879,165505],[-312297,166205],[-314186,162155],[-312696,164513],[-313401,166562],[-319931,165247],[-312767,166148],[-319037,163267],[-312288,166559],[-311096,165815],[-311881,165755],[-310958,166024],[-319061,164692],[-316586,154023],[-312218,154226],[-314682,162597],[-312802,154625],[-314986,164206],[-319917,161934],[-319526,160689],[-314367,166003],[-317030,162288],[-314745,154264],[-311107,154115],[-309989,154293],[-310169,154659],[-313108,154059],[-314142,154884],[-313663,154509],[-313844,154579],[-311609,168468],[-310473,169306],[-313744,169272],[-313587,168803],[-313540,170324],[-314444,170330],[-311677,168394],[-314151,170411],[-312485,169977],[-313758,169171],[-311621,167144],[-313340,167406],[-311410,166916],[-314268,166767],[-312886,168229],[-314516,169187],[-313381,168189],[-312268,167199],[-315180,170841],[-314009,169780],[-313219,167232],[-315366,167793],[-313648,168394],[-313758,168419],[-317073,167652],[-315122,167771],[-313511,168233],[-313290,170327],[-311486,171182],[-311016,169512],[-310855,172099],[-312047,168641],[-314074,169519],[-311933,169140],[-312884,170490],[-318484,168954],[-310914,170365],[-312849,168342],[-315868,168160],[-315940,179359],[-313994,174495],[-315562,176950],[-314815,178081],[-315548,175737],[-310560,170651],[-316949,177180],[-317042,176988],[-315342,175524],[-315339,177909],[-317570,168317],[-316265,176800],[-314047,169381],[-313099,169640],[-313895,177171],[-314290,176117],[-316695,177556],[-316889,177651],[-315849,177023],[-315364,176210],[-315188,173007],[-317706,173888],[-315356,173652],[-316517,179289],[-313628,177306],[-317123,172178],[-317532,168086],[-315281,175882],[-319350,181669],[-316373,180391],[-316004,180420],[-316375,181443],[-319404,182526],[-314682,183494],[-318159,181019],[-316498,180391],[-319072,180087],[-318729,179496],[-316326,182406],[-316763,180592],[-318671,179701],[-316405,180504],[-318126,179452],[-319611,181394],[-316786,183106],[-316329,181578],[-318110,182019],[-314933,181198],[-317050,184121],[-315634,182515],[-316388,181376],[-316047,181172],[-315331,183314],[-316801,182513],[-314409,128112],[-328161,137780],[-326349,134169],[-331991,128322],[-327721,135697],[-326133,133973],[-329534,139801],[-332168,136040],[-323275,160445],[-325588,160302],[-327513,161847],[-320959,161563],[-324589,160388],[-320473,162723],[-325281,160648],[-325112,161552],[-322605,159277],[-325811,161159],[-321158,164449],[-322382,159547],[-323647,160371],[-321640,161844],[-323894,159472],[-320416,161072],[-322822,159982],[-320912,163916],[-321306,160868],[-323447,160383],[-321509,161300],[-322559,159990],[-325019,160469],[-321609,160096],[-323468,162206],[-320448,163404],[-325302,160107],[-324908,159350],[-323604,161668],[-323543,160200],[-324242,159779],[-322756,160718],[-323433,161875],[-325453,159648],[-326947,160296],[-324226,159640],[-322318,160145],[-320637,162190],[-325058,160204],[-323347,162069],[-323257,160219],[-322263,162077],[-322554,159394],[-320922,164728],[-320153,162860],[-322354,159298],[-321727,163057],[-323350,159247],[-323664,162312],[-321588,161627],[-321785,160790],[-322932,160037],[-323468,160359],[-320991,160965],[-322840,160088],[-322882,160747],[-321878,164053],[-322013,161380],[-322089,162640],[-327706,115270],[-330897,110988],[-330008,110896],[-330008,111273],[-329773,111505],[-330206,111579],[-330751,111712],[-324353,121613],[-323312,127215],[-324441,121464],[-321322,124009],[-324709,121273],[-320170,127315],[-321247,125223],[-331744,119866],[-325785,115618],[-322370,127086],[-328395,115986],[-330201,128019],[-321532,123376],[-328064,124900],[-328475,124374],[-326448,125964],[-327379,123263],[-325418,123512],[-328617,121662],[-323230,123731],[-327959,121836],[-325409,123651],[-327578,125081],[-327790,121934],[-327675,123894],[-325820,125904],[-327835,125303],[-327164,122226],[-327787,125499],[-325245,124863],[-325257,122375],[-324119,124032],[-322914,123462],[-323959,124817],[-325129,124133],[-326593,125049],[-326254,125170],[-326385,124856],[-326117,123928],[-325931,122638],[-323315,125861],[-325846,125222],[-325504,124623],[-324917,124082],[-331637,121712],[-332165,125176],[-330634,123532],[-330273,121756],[-331867,123295],[-330995,123007],[-332190,123144],[-331687,122106],[-329064,121999],[-330370,124150],[-330893,121608],[-328982,122286],[-330467,123945],[-329219,121879],[-332243,121474],[-328427,123118],[-331679,123551],[-331173,122692],[-330358,121324],[-328160,125187],[-321267,125471],[-338441,128753],[-335462,132983],[-334777,136016],[-344900,130526],[-343452,134143],[-343778,134296],[-344774,133229],[-334866,134429],[-344050,132187],[-345213,193622],[-345098,193673],[-345351,195731],[-345359,194079],[-345048,195236],[-345554,194090],[-345272,193654],[-344986,195116],[-341223,195336],[-341332,198310],[-341130,195501],[-344001,197130],[-343984,197782],[-344484,196245],[-342266,196135],[-341581,198637],[-344207,195980],[-341464,196118],[-342932,197927],[-344883,198640],[-343775,195527],[-344210,195793],[-344444,198697],[-343822,198270],[-344087,196674],[-343717,195640],[-344487,195389],[-344420,195745],[-345455,94539],[-345247,93987],[-345503,94512],[-345227,96035],[-345579,95912],[-345471,95810],[-345315,94696],[-345578,95500],[-345478,95560],[-345338,95225],[-345287,94830],[-338291,109334],[-344076,110963],[-344344,104679],[-344241,104885],[-345189,105344],[-342707,112055],[-342983,111922],[-345378,105134],[-344912,105015],[-343707,111090],[-342547,111260],[-338803,110191],[-344548,105514],[-345592,106144],[-345566,105813],[-345112,105960],[-343959,111154],[-344408,111906],[-342313,110405],[-344167,111740],[-344372,112048],[-343864,111050],[-345525,106032],[-341788,111133],[-337515,113651],[-342680,111334],[-338863,113955],[-341421,110658],[-342680,111370],[-338060,109270],[-341407,111002],[-341072,110705],[-344792,104930],[-345136,105741],[-334979,111368],[-334998,110749],[-341225,103138],[-340586,104318],[-335914,110235],[-337477,110068],[-336750,110040],[-336691,111289],[-341090,103401],[-335397,111401],[-341175,105178],[-337428,110645],[-336460,110666],[-337262,109998],[-334978,110636],[-336014,110922],[-336456,111292],[-335228,111836],[-336670,110006],[-335659,111990],[-340934,103857],[-340535,104043],[-339613,104551],[-340218,103940],[-341721,103555],[-340447,104985],[-340807,103247],[-339378,104618],[-339239,105022],[-333971,115070],[-333232,120021],[-338483,127481],[-336555,127026],[-337447,127684],[-334128,118844],[-337379,117904],[-337869,118862],[-342032,115854],[-341395,116070],[-341090,115811],[-334004,118333],[-334540,119055],[-335693,117827],[-340701,116780],[-336285,127044],[-336007,127257],[-336443,127212],[-340465,117985],[-341273,120723],[-340838,120630],[-342108,120954],[-342266,120674],[-341551,120901],[-341831,120342],[-341917,120735],[-340845,120357],[-341386,119765],[-341094,120088],[-341306,119628],[-341268,120022],[-340631,120816],[-340333,120206],[-340763,120021],[-339959,120717],[-340189,120990],[-339449,123050],[-339192,122645],[-339644,122547],[-339708,122848],[-339439,122659],[-338742,123739],[-338157,123776],[-338992,122943],[-338410,123156],[-338640,123191],[-345626,130951],[-351022,139361],[-350858,138331],[-353356,141109],[-347759,193496],[-346083,193648],[-347691,194661],[-346620,194503],[-347563,196525],[-345678,196214],[-348027,195789],[-348135,193402],[-347590,195441],[-345635,194558],[-347828,194476],[-347068,194349],[-357489,370374],[-355830,50954],[-355952,51151],[-356204,50803],[-355798,51060],[-355439,50922],[-356534,50231],[-356492,50298],[-357447,50068],[-356704,50370],[-356746,50406],[-357142,50453],[-357447,50680],[-356841,50124],[-357233,50517],[-356917,51025],[-356339,51089],[-356482,51009],[-356393,51121],[-356132,59063],[-355815,59416],[-354517,64029],[-355872,59680],[-356535,59460],[-356217,59135],[-358153,57727],[-357139,56811],[-358318,62448],[-354707,63289],[-358235,56279],[-356367,62744],[-356316,59513],[-354693,63375],[-356988,54199],[-357426,54645],[-357896,53110],[-356899,54348],[-357814,53533],[-356466,59808],[-355411,63951],[-355164,63883],[-355549,63812],[-355754,64125],[-357840,52777],[-357462,58887],[-357426,52856],[-357653,52928],[-356834,59463],[-355540,63623],[-357054,59603],[-355561,61501],[-355672,58064],[-357050,59609],[-356247,61519],[-354988,69237],[-355023,64212],[-355748,69606],[-355039,65079],[-356587,67595],[-354582,68109],[-356894,66919],[-355197,70587],[-355936,67479],[-357559,65931],[-354285,68660],[-357387,73484],[-357423,72585],[-357597,73117],[-357788,72609],[-357766,72594],[-358105,73440],[-358239,73013],[-358020,73101],[-357911,73706],[-358158,71928],[-358187,72121],[-357735,71641],[-357528,71646],[-357843,71817],[-357169,71437],[-357539,71993],[-356241,74653],[-356530,74495],[-356112,73971],[-356562,74726],[-356376,74071],[-357197,75465],[-356826,75005],[-356970,75397],[-356866,75227],[-356829,75245],[-355334,76935],[-356203,76864],[-355619,76813],[-355023,69675],[-354529,76935],[-354450,76545],[-354053,75333],[-352869,75710],[-355076,74652],[-352928,75386],[-353650,76854],[-354198,75220],[-354640,75533],[-355126,74605],[-355110,76724],[-354088,74976],[-354119,75335],[-353285,76271],[-352968,74855],[-353712,75897],[-354185,74798],[-355206,75542],[-354369,76777],[-352933,75286],[-358319,80447],[-350904,84811],[-350701,84373],[-351216,85024],[-351833,84700],[-352336,84491],[-350540,85174],[-358371,79789],[-352250,84401],[-352110,84059],[-352137,84125],[-354990,77650],[-355080,77655],[-355080,77085],[-354621,77747],[-356011,77583],[-355979,77143],[-356086,77223],[-353262,79205],[-353163,78469],[-353347,78447],[-353570,78888],[-352800,79134],[-351167,81700],[-351755,81096],[-351491,81405],[-351754,81504],[-351699,82488],[-352083,82308],[-352403,82203],[-351972,82182],[-350932,85105],[-350326,85285],[-349644,87533],[-350223,87209],[-348528,87540],[-348217,87706],[-354488,82769],[-354674,83569],[-354253,81814],[-353527,83775],[-354677,82727],[-355141,82948],[-353156,83849],[-355535,84113],[-355307,84174],[-354171,83385],[-354460,83096],[-354603,83197],[-354308,81815],[-353556,82838],[-354525,81645],[-353542,83464],[-355437,83246],[-353865,82840],[-355484,83194],[-354971,83707],[-346284,93913],[-345765,94235],[-354977,92145],[-346248,95946],[-348786,94167],[-348799,94126],[-348555,93942],[-354687,92207],[-346083,96089],[-348189,94153],[-346029,95436],[-347280,100923],[-348571,94142],[-346562,96022],[-347396,100932],[-346191,93545],[-347853,101575],[-347531,101458],[-351600,90129],[-351721,90131],[-351897,90775],[-351657,91386],[-352075,90491],[-351848,91128],[-351895,90714],[-351232,90913],[-351317,90660],[-351005,90725],[-351345,91138],[-351151,91124],[-351836,93236],[-345654,93617],[-352288,94390],[-352067,94683],[-351940,94503],[-351919,94348],[-351053,96276],[-353284,98350],[-353148,98563],[-346156,93918],[-353099,98656],[-348632,102189],[-348728,102134],[-348596,102020],[-352882,95102],[-353614,94084],[-353241,93759],[-353727,95858],[-355025,95031],[-352758,94974],[-353166,93669],[-353960,95881],[-353615,94827],[-354160,94152],[-352845,96069],[-353794,94689],[-353942,96128],[-354647,94844],[-354455,94296],[-353411,96101],[-352497,95105],[-353343,94372],[-354975,95504],[-354515,93992],[-358185,102089],[-358398,102359],[-347346,103044],[-347355,102786],[-347430,103904],[-347605,103512],[-347505,103795],[-347193,103472],[-347774,104267],[-345667,105907],[-345708,106374],[-345920,106239],[-345884,105147],[-345919,105004],[-358267,102637],[-358296,104152],[-352200,125378],[-351629,126000],[-352385,125504],[-362645,38593],[-362908,38541],[-363205,38092],[-363184,38342],[-363443,37680],[-363790,36160],[-364369,35689],[-364566,35683],[-364677,35891],[-364651,35490],[-364880,35474],[-364142,35621],[-365291,34172],[-365403,33937],[-365123,33980],[-365433,33375],[-365694,33924],[-365339,33691],[-365726,33061],[-365934,33441],[-365929,32812],[-364578,32972],[-364554,33191],[-364674,33420],[-364552,33616],[-364993,33472],[-362815,37656],[-362740,37453],[-362941,37224],[-363100,37040],[-362947,36849],[-363605,36330],[-363907,36346],[-362427,36782],[-363297,36899],[-362269,35546],[-362358,35710],[-362511,35919],[-362595,35687],[-362593,36124],[-362049,36274],[-362362,36175],[-366533,36844],[-366350,36992],[-361089,44996],[-361286,45128],[-361130,45551],[-361366,45478],[-361132,46158],[-361412,46207],[-361217,46489],[-360677,44566],[-365296,40382],[-365304,40553],[-365444,40664],[-362367,39005],[-362617,39072],[-362488,39289],[-362867,39098],[-363444,39676],[-363767,39885],[-363924,39749],[-363061,39763],[-361540,43398],[-361285,43362],[-361012,43222],[-361334,43606],[-361182,44028],[-361963,39382],[-362048,38912],[-366887,39617],[-367082,39590],[-367193,39740],[-367432,39787],[-367174,39361],[-366941,39345],[-360463,64096],[-359230,63707],[-358448,52950],[-358697,53231],[-359955,52155],[-359746,52174],[-359677,64105],[-359215,63642],[-359502,63936],[-361061,63638],[-360563,63639],[-360760,63660],[-360501,63821],[-360758,64149],[-361107,64167],[-358612,56695],[-359225,63970],[-358815,56332],[-358628,61181],[-360060,64150],[-359984,62578],[-359049,57854],[-359910,62148],[-359701,66072],[-363044,68782],[-360559,68751],[-364720,73896],[-362574,65610],[-365322,70047],[-360829,66050],[-361735,67390],[-361684,66653],[-361460,67350],[-362116,66254],[-361687,66364],[-360816,67065],[-361018,66872],[-360643,66414],[-358644,73260],[-359128,71973],[-359073,71523],[-358884,72019],[-358867,72190],[-364233,70907],[-364665,74204],[-360402,70224],[-362411,70272],[-363185,73087],[-363196,73153],[-366374,72303],[-360508,68662],[-361088,65653],[-362192,77154],[-360429,84984],[-363039,78248],[-359167,83726],[-360454,102361],[-358650,102494],[-359693,102161],[-358872,102102],[-360523,101868],[-359625,101793],[-359041,102020],[-361182,108791],[-370939,108080],[-367649,115185],[-370220,102981],[-364964,115361],[-370850,105718],[-364064,113634],[-370735,106335],[-361223,108089],[-361704,108515],[-361000,108953],[-361610,109384],[-359879,102936],[-360539,104260],[-359387,103907],[-359970,103618],[-358408,103569],[-360112,103444],[-359052,103409],[-358497,103517],[-359603,104215],[-367014,117113],[-369043,116678],[-370470,118287],[-369248,116278],[-369980,120051],[-369364,116275],[-370638,120546],[-370269,120407],[-369647,120217],[-370610,122664],[-368968,117609],[-367774,121384],[-370823,117937],[-365959,120455],[-367123,117165],[-370019,121829],[-368112,117204],[-368117,118610],[-367592,120419],[-369527,121442],[-368257,119448],[-368813,123634],[-367333,120865],[-371071,121864],[-364705,120862],[-369161,118989],[-365457,121597],[-366017,121351],[-364817,124691],[-367258,121497],[-369739,122249],[-365211,120359],[-370162,121227],[-369295,121789],[-366226,123828],[-370078,122588],[-365527,122318],[-366210,123139],[-370079,125048],[-365479,120692],[-366658,119742],[-365171,124994],[-369246,122418],[-15310,153011],[-15345,151795],[-14663,153493],[-16112,151639],[-14054,151925],[-13548,151930],[-14774,151651],[-15198,152735],[-14255,152823],[-15477,151885],[-14240,152545],[-16640,151911],[-16386,153087],[-14830,153469],[-14700,153425],[-14873,153125],[-16055,152808],[-14414,153137],[-16196,153520],[-15341,153402],[-16422,153379],[-17358,153542],[-16113,153225],[-18666,152758],[-18643,152402],[-16095,151035],[-18149,150699],[-17897,152069],[-17831,153284],[-16198,151636],[-18435,151745],[-15281,151943],[-18450,151210],[-18680,153439],[-15541,153090],[-18739,151885],[-18601,152802],[-17498,152516],[-16015,152752],[-15252,153491],[-18032,151237],[-17717,151221],[-18976,152346],[-14621,151850],[-17027,150550],[-17387,150317],[-13967,150741],[-14127,150062],[-15090,152869],[-15188,149809],[-16929,151348],[-16884,150941],[-14318,152365],[-13547,153116],[-15197,149766],[-14353,151531],[-13941,152109],[-14817,153415],[-13386,153738],[-15082,153053],[-15839,152828],[-14996,152982],[-15037,152940],[-15565,147825],[-16426,148002],[-16337,149503],[-14136,148160],[-14366,150677],[-15171,147393],[-16487,150201],[-17291,150615],[-14754,148194],[-16886,148872],[-16932,149807],[-16867,147326],[-14554,149190],[-14425,149374],[-17130,149623],[-15581,148814],[-13708,149361],[-16701,147491],[-15739,149610],[-14195,148566],[-14457,149251],[-16860,148042],[-16997,147973],[-14641,148394],[-16077,147247],[-15288,149428],[-15476,149305],[-15851,148523],[-14985,148020],[-17030,148745],[-16062,148214],[-15302,148643],[-15550,148493],[-15490,147284],[-15308,148814],[-15812,146881],[-15286,146934],[-15430,149268],[-14709,148711],[-16264,148800],[-14675,151288],[-15393,151353],[-14523,149123],[-15496,151617],[-15159,150814],[-14602,150802],[-15659,149883],[-16034,151006],[-13901,149358],[-16116,149196],[-14696,151247],[-15330,149919],[-14496,149391],[-15209,150292],[-15635,149241],[-14942,151271],[-16010,151310],[-14026,149565],[-13535,150466],[-14843,149548],[-16906,147949],[-16984,147412],[-17788,146269],[-16894,147938],[-18996,148310],[-17221,148486],[-18057,147439],[-17774,147492],[-18180,148449],[-18311,148312],[-17202,147302],[-16403,155518],[-16037,154712],[-16637,154339],[-15261,155281],[-15444,155458],[-17143,154230],[-16519,154827],[-14757,156008],[-16624,155511],[-14828,154298],[-15279,155377],[-15090,154221],[-14550,154950],[-16238,155434],[-14885,155870],[-17496,156203],[-14359,155369],[-17492,153833],[-15391,154786],[-16473,154881],[-13907,155082],[-15847,154684],[-15443,155985],[-17083,155989],[-16364,155559],[-17809,155414],[-14564,156405],[-15751,156179],[-15468,155891],[-14841,155308],[-16381,156008],[-16894,155272],[-17012,155957],[-18494,156116],[-16531,155110],[-15966,154473],[-16296,154229],[-16320,159124],[-16599,158251],[-15855,157897],[-17026,156968],[-17622,157930],[-16503,157933],[-17335,159604],[-16389,157393],[-14623,158143],[-16383,159109],[-17198,159233],[-17167,156723],[-16377,156979],[-17061,157549],[-16213,155950],[-16335,158423],[-15229,158724],[-16948,157460],[-16258,158885],[-14663,157441],[-14997,157560],[-13721,158137],[-14887,155853],[-15815,156133],[-13772,155308],[-13186,154993],[-14188,155797],[-14368,158662],[-15672,156475],[-13616,156696],[-14067,158791],[-15392,154627],[-15639,156878],[-14757,157420],[-15093,157387],[-14974,155936],[-16934,156835],[-14952,156112],[-16804,157073],[-13707,157567],[-14253,160499],[-16448,159283],[-15915,159451],[-16285,159977],[-15500,159831],[-15938,160509],[-15418,160552],[-15913,161074],[-16405,161163],[-15272,159032],[-14281,159152],[-16042,159550],[-15548,159612],[-16125,158784],[-16448,161077],[-14295,159305],[-14367,158624],[-14952,160380],[-15727,160132],[-16222,160913],[-20183,207385],[-19522,207064],[-18297,206372],[-19529,206629],[-20148,206274],[-19291,205349],[-20118,207443],[-18096,206191],[-19503,207052],[-18914,206456],[-19921,205969],[-19166,205829],[-20553,206774],[-19854,207014],[-17668,206405],[-18801,206352],[-20295,205988],[-18513,205177],[-18425,206295],[-19023,206909],[-20204,206758],[-18603,205685],[-21627,485727],[-18313,485057],[-18699,485065],[-19247,484297],[-20191,484099],[-20200,482363],[-22189,482102],[-24667,484013],[-24901,481918],[-22837,481834],[-22678,482396],[-21138,481500],[-20528,481493],[-20958,478809],[-21722,485575],[-18422,485067],[-19293,483640],[-19680,485017],[-19768,483884],[-19733,482883],[-22556,483333],[-24635,482083],[-23441,482605],[-24972,484251],[-25556,483637],[-22477,482245],[-23565,482604],[-22548,482176],[-21298,481821],[-20137,481193],[-20749,479006],[-21432,486253],[-18563,485423],[-19550,484940],[-20201,483664],[-19613,482275],[-21103,481342],[-25088,484264],[-25562,482375],[-24438,481941],[-23270,482973],[-21586,481880],[-20582,481663],[-20948,478883],[-22076,485402],[-20789,486507],[-18225,484766],[-18867,486012],[-19335,484948],[-20061,483823],[-20448,483178],[-22275,482157],[-24736,482025],[-24999,484477],[-23438,482498],[-23314,482162],[-22060,482255],[-21624,481412],[-20534,481074],[-20751,478914],[-20103,487262],[-20315,487852],[-20864,487232],[-17709,520210],[-18695,520736],[-17148,520190],[-18698,520136],[-17184,521087],[-19177,520953],[-17847,520581],[-18671,520732],[-378848,72679],[-371817,80806],[-372612,80954],[-372650,80929],[-379340,79246],[-381139,77647],[-377931,78195],[-378467,82520],[-373276,89605],[-372257,89512],[-373352,89592],[-375933,94915],[-376232,95888],[-375431,94018],[-377331,94703],[-373442,89960],[-373865,90545],[-374877,95377],[-377704,92674],[-375559,96059],[-375794,94671],[-377044,91787],[-371636,106225],[-374223,114925],[-371346,105758],[-375733,104740],[-371545,106179],[-372169,108833],[-374507,104004],[-371496,119378],[-371283,117498],[-372301,117928],[-371793,119654],[-372013,121384],[-372626,119881],[-371348,121944],[-371529,120087],[-419369,206062],[-421717,207719],[-420623,212950],[-419358,206319],[-420533,213287],[-420614,212501],[-420313,207776],[-421015,213959],[-419235,212004],[-419533,214149],[-421361,206895],[-421237,206223],[-420397,207541],[-419285,213364],[-421360,206367],[-419353,206550],[-421499,212486],[-419853,209953],[-420995,209223],[-421923,209138],[-420504,208497],[-420996,209418],[-420865,210477],[-421511,209669],[-421550,209267],[-421610,209402],[-420109,210398],[-421506,209267],[-420323,208348],[-421618,208366],[-421001,210020],[-421451,209492],[-421021,208935],[-421090,209871],[-422183,210174],[-422368,211019],[-421879,210687],[-421893,212189],[-421945,210706],[-422375,210583],[-421185,213104],[-419625,213751],[-420274,213656],[-420310,213102],[-423420,211183],[-424261,211342],[-422411,211535],[-423454,209997],[-422859,210943],[-422554,210146],[-422549,210901],[-422615,209933],[-424387,211424],[-423085,212382],[-423053,211002],[-424274,211960],[-423616,209896],[-422509,210596],[-422983,209065],[-424752,209936],[-424458,210767],[-424559,210625],[-423770,210076],[-434424,80045],[-434654,80734],[-439096,97315],[-439709,105640],[-458735,76839],[-458575,74627],[-458514,75866],[-458960,75991],[-459539,75600],[-459383,76536],[-460367,80392],[-459899,80319],[-464910,128269],[-467435,130329],[-471148,88564],[-470653,89327],[-470313,87794],[-469504,86458],[-471144,88139],[-471448,87235],[-469158,86732],[-466325,89269],[-470987,89540],[-471046,89690],[-471353,89431],[-470949,83351],[-471287,85237],[-470774,84278],[-470799,83681],[-467164,89226],[-467009,90632],[-466425,88930],[-466121,88942],[-467213,89719],[-467644,91177],[-466983,89866],[-468373,90301],[-469082,90794],[-468615,92337],[-467774,91805],[-468017,90612],[-468562,92087],[-468010,91591],[-468552,92041],[-468394,90386],[-471225,91150],[-471235,91325],[-468364,90414],[-468438,90666],[-465626,91029],[-464868,90255],[-466388,89919],[-467942,92072],[-468219,90882],[-465295,89907],[-468201,91711],[-468290,91557],[-465526,90517],[-464394,90451],[-466223,90163],[-465550,90255],[-468345,92205],[-468428,90467],[-467871,90162],[-466318,90136],[-467975,91396],[-466088,91454],[-467303,91779],[-473528,108572],[-471888,115183],[-467939,114055],[-470842,114845],[-471282,115183],[-471007,113394],[-473228,108895],[-472237,113660],[-470815,114314],[-471892,115135],[-465920,115392],[-471865,114388],[-473550,108633],[-473464,108796],[-472974,111520],[-471374,114920],[-469529,123140],[-468021,122782],[-465983,115883],[-471188,115716],[-471164,115708],[-469281,122081],[-469101,122720],[-470200,116613],[-471245,120560],[-466784,124534],[-471363,120649],[-463726,127880],[-469061,124075],[-464224,127545],[-464922,127393],[-472796,116993],[-473473,116146],[-473407,115978],[-473358,117192],[-470661,118644],[-471891,120026],[-471286,118843],[-471832,119622],[-471033,119538],[-469743,123348],[-474813,88665],[-473696,85520],[-484727,99240],[-476782,102137],[-484879,100719],[-482995,102511],[-483923,101259],[-484765,99084],[-479420,94052],[-480250,102546],[-484481,101899],[-484437,102329],[-479637,95293],[-479676,94049],[-484125,101270],[-474460,91609],[-483342,101546],[-474462,91849],[-473718,90760],[-477003,92284],[-476381,91578],[-476443,91666],[-475265,94600],[-476244,92866],[-477441,95224],[-475814,91857],[-477465,95418],[-475301,92353],[-477216,93045],[-477098,92180],[-477514,95191],[-475011,92696],[-476141,91973],[-474267,93373],[-476005,94772],[-474429,96642],[-478850,96924],[-478306,94488],[-477544,93778],[-475692,94174],[-477293,93923],[-476611,93765],[-476119,95006],[-477011,93507],[-477730,95785],[-478155,94231],[-483408,102422],[-475289,95845],[-479686,95613],[-484643,99135],[-481281,96184],[-484642,99215],[-479699,93786],[-484490,99149],[-482910,101220],[-477234,102592],[-479790,93805],[-481406,95667],[-477534,102486],[-481387,95648],[-485014,99379],[-477429,102421],[-479721,95340],[-479823,94243],[-479455,93871],[-479786,95656],[-479614,95137],[-483519,101031],[-479958,95437],[-478621,107176],[-475917,104667],[-481077,104313],[-475376,103131],[-480025,103449],[-475699,104121],[-474630,103639],[-474354,103246],[-473838,103500],[-480798,105786],[-479058,105433],[-476169,104899],[-474942,108106],[-473682,114851],[-474321,104923],[-474498,111793],[-483100,102618],[-475173,102608],[-474103,111356],[-474911,107736],[-475405,108289],[-476737,108197],[-478929,107980],[-473789,112797],[-476788,108870],[-474377,104698],[-475616,106326],[-474309,112325],[-474364,112364],[-480180,105952],[-477265,108839],[-476125,103931],[-474125,111343],[-474124,112178],[-482274,103839],[-484534,103944],[-484062,103394],[-482275,103617],[-482883,103460],[-483378,102842],[-484514,103600],[-483676,102715],[-480872,103092],[-480576,103205],[-476073,104218],[-480328,103639],[-480894,103496],[-480820,103139],[-479855,103081],[-478352,107666],[-475632,105743],[-479120,107343],[-476642,108357],[-476662,105954],[-477175,106062],[-476394,107986],[-475651,111231],[-479731,103942],[-475794,104805],[-476642,103541],[-475999,103322],[-477659,104067],[-475655,102771],[-475509,102927],[-477072,103368],[-475460,102686],[-476933,103799],[-475320,102803],[-477797,103760],[-479653,104328],[-481303,105240],[-481455,103882],[-479747,104507],[-480647,103999],[-481440,103474],[-481452,104331],[-479691,105578],[-479420,105747],[-479352,105883],[-479508,105449],[-481283,104545],[-479838,104564],[-480220,104247],[-474672,117040],[-473746,116028],[-488906,98269],[-487614,98808],[-488011,99384],[-488931,99932],[-487244,98752],[-487162,98603],[-489403,101130],[-488187,100453],[-489606,99119],[-488842,100883],[-26246,483202],[-26116,482631],[-25872,482931],[-26198,483715],[-25699,482920],[-25634,483928],[-521812,76005],[-518435,76860],[-518214,75283],[-518272,75968],[-516721,74729],[-516458,71208],[-517434,73501],[-517233,73865],[-517166,72842],[-517167,71826],[-516790,70761],[-517087,71759],[-517035,71689],[-517320,74420],[-521004,77612],[-518705,77504],[-522960,80478],[-520058,81684],[-523334,83225],[-520601,81622],[-523461,82052],[-521791,81032],[-522752,83404],[-549854,-459295],[-550314,-459155],[-546407,-466959],[-547026,-466524],[-544549,-467797],[-544225,-467384],[-547077,-466932],[-545057,-471901],[-544483,-471427],[-543801,-471950],[-540353,-469856],[-549740,-484139],[-548547,-483574],[-548531,-483838],[-548216,-484525],[-548497,-482283],[-548433,-482443],[-549080,-486555],[-549787,-491393],[-550496,-459040],[-551817,-464084],[-552096,-463843],[-552109,-463277],[-552440,-462913],[-551139,-482754],[-550910,-482446],[-552625,-498366],[-551129,-490831],[-556693,-503420],[-556415,-503083],[-558823,-505951],[-555674,-501142],[-553655,-500017],[-644209,-196809],[-644091,-196705],[-664629,1769124],[-664951,1769306],[-664818,1768831],[-665173,1767448],[-665165,1768584],[-665453,1769731],[-665331,1768995],[-665198,1769402],[-664570,1768458],[-664790,1767590],[-664557,1767713],[-664601,1767822],[-664764,1767851],[-665488,1770870],[-665208,1771286],[-663281,1771271],[-663514,1771414],[-664447,1769475],[-663976,1770362],[-665497,1769191],[-663773,1769690],[-665466,1769827],[-663203,1771728],[-664349,1770157],[-663239,1770611],[-663991,1771612],[-665473,1770310],[-664454,1769598],[-664046,1771351],[-665575,1771067],[-663400,1771576],[-664009,1769327],[-663579,1769353],[-663121,1771685],[-664289,1770517],[-663808,1770434],[-665328,1770581],[-664157,1771432],[-663669,1769229],[-664153,1771738],[-663696,1770111],[-663478,1771314],[-664447,1769873],[-663172,1771162],[-663037,1769216],[-663180,1771574],[-663327,1770956],[-663945,1770161],[-664054,1769494],[-663672,1770978],[-665475,1770569],[-663247,1769308],[-665441,1772877],[-665006,1772692],[-665046,1771869],[-664428,1771897],[-665211,1772706],[-665052,1772463],[-665279,1771685],[-664789,1772370],[-665243,1772650],[-664389,1772093],[-664300,1772737],[-665150,1771814],[-665012,1772846],[-664138,1772864],[-664596,1773769],[-665218,1774384],[-663589,1775789],[-664817,1773905],[-663774,1774467],[-664340,1773520],[-665442,1774991],[-663421,1773645],[-664424,1774585],[-663169,1773640],[-663014,1774963],[-664002,1774143],[-663579,1775110],[-665407,1774700],[-665554,1775333],[-664409,1775453],[-664900,1774520],[-663733,1774667],[-664772,1774626],[-664727,1774444],[-663036,1775770],[-665334,1775140],[-665484,1775066],[-665580,1774568],[-664320,1775160],[-665338,1774238],[-664655,1774373],[-663161,1775434],[-663927,1774557],[-664136,1774374],[-664663,1773929],[-663959,1775652],[-665330,1773777],[-665174,1774471],[-663182,1775155],[-664659,1774996],[-663356,1774875],[-664021,1773619],[-665127,1774286],[-664138,1774316],[-668333,1770823],[-666039,1771859],[-667198,1770950],[-668066,1771323],[-665952,1773139],[-666513,1773062],[-666509,1772802],[-666701,1769925],[-666140,1772465],[-667715,1771386],[-666688,1770259],[-665765,1771958],[-666545,1772081],[-665636,1772145],[-666316,1773795],[-665725,1771795],[-666693,1769713],[-667798,1770265],[-667778,1770668],[-668263,1771231],[-668143,1770675],[-665847,1773441],[-667491,1770715],[-666110,1772650],[-666284,1771832],[-668044,1769960],[-667280,1770379],[-665862,1769771],[-667528,1771043],[-665883,1773663],[-666338,1773663],[-666466,1771589],[-668289,1770696],[-666386,1772646],[-668310,1771127],[-667975,1771321],[-666412,1772269],[-668127,1771422],[-667898,1769977],[-665740,1772262],[-666171,1773585],[-667726,1771084],[-665936,1773989],[-665991,1772978],[-666522,1773496],[-667868,1770521],[-665910,1772969],[-666675,1771611],[-667654,1770801],[-667017,1770642],[-694766,1689283],[-695264,1688309],[-695534,1689614],[-695757,1688851],[-696263,1688415],[-695853,1688936],[-701367,1689112],[-700403,1689231],[-697446,1688887],[-698507,1689210],[-700911,1689015],[-700592,1689540],[-700879,1688016],[-698042,1688813],[-700541,1689309],[-696316,1690825],[-696507,1690136],[-698040,1691752],[-697283,1690567],[-694791,1691560],[-696209,1691955],[-694758,1690852],[-697747,1692147],[-696478,1690091],[-697209,1689862],[-696619,1691308],[-696573,1691100],[-698454,1691050],[-698490,1690831],[-697255,1691983],[-700742,1690015],[-697647,1691108],[-697892,1690911],[-698827,1690963],[-698482,1690289],[-699068,1691404],[-701265,1691927],[-700920,1690256],[-716264,1675521],[-715497,1676869],[-716325,1678324],[-715092,1679893],[-714737,1678046],[-716598,1680135],[-716504,1677273],[-714423,1677644],[-715007,1677849],[-714667,1679102],[-717669,1675501],[-719165,1676708],[-718833,1674819],[-718370,1675539],[-717270,1674659],[-717995,1675102],[-717691,1675851],[-719776,1675654],[-717164,1675817],[-716830,1675183],[-716843,1675005],[-717672,1676640],[-718312,1676232],[-721573,1676372],[-722971,1676307],[-720384,1675121],[-719872,1676248],[-720815,1675903],[-721923,1676428],[-720909,1675403],[-720771,1675013],[-720490,1676842],[-717247,1679894],[-716956,1677784],[-717392,1679780],[-717726,1677617],[-717239,1679870],[-718173,1677098],[-717427,1677800],[-720822,1680754],[-718708,1678612],[-718476,1679395],[-718614,1677901],[-719198,1679905],[-718954,1678576],[-720515,1679749],[-718941,1678188],[-717479,1680145],[-719544,1679605],[-718116,1677500],[-718971,1678136],[-718442,1680974],[-718944,1681211],[-720099,1680575],[-720717,1678994],[-721375,1679332],[-720032,1678629],[-720295,1678534],[-720849,1677322],[-722993,1677331],[-723139,1678474],[-723565,1677180],[-722622,1677040],[-721645,1678267],[-720454,1677874],[-721629,1678786],[-722741,1678396],[-721045,1677186],[-755094,1701292],[-755162,1701564],[-755157,1701331],[-59818,220203],[-60106,219747],[-59896,219049],[-59414,219174],[-59397,218985],[-60191,220312],[-60147,220179],[-59887,219351],[-62737,232276],[-63374,232615],[-63639,232797],[-63810,232398],[-63447,233223],[-63598,232329],[-63358,233013],[-63752,233786],[-55320,306608],[-55168,307283],[-55831,306400],[-55163,306622],[-56951,306939],[-56322,307157],[-56330,306926],[-56347,306850],[-56601,306951],[-56115,306793],[-56750,307191],[-57996,308621],[-57473,308960],[-58135,308721],[-57170,308185],[-58046,308106],[-57495,309327],[-57662,308694],[-56861,308843],[-57877,309254],[-57388,308680],[-57791,309148],[-57541,308827],[-57309,309365],[-58029,310000],[-57804,309083],[-57875,309357],[-57949,309570],[-57590,309454],[-57168,308214],[-58151,308215],[-58310,309739],[-58135,308212],[-58818,309147],[-59478,309278],[-58780,308778],[-58341,309566],[-59281,309454],[-58336,308773],[-59193,309071],[-58748,309366],[-58794,309324],[-58490,308594],[-59117,308950],[-58193,308275],[-59026,309012],[-58079,309191],[-58954,309738],[-58338,309549],[-59372,308735],[-59101,308552],[-59621,309192],[-59387,308481],[-59189,309084],[-59180,308466],[-60626,309291],[-59182,308969],[-60566,309314],[-59248,309492],[-59367,309396],[-60206,309064],[-60414,308897],[-59758,308643],[-59292,308429],[-59459,309218],[-59116,309581],[-60096,308932],[-59875,308936],[-60125,309016],[-59181,308371],[-59345,309544],[-55939,308143],[-56549,307879],[-56035,307527],[-56189,307740],[-57531,308112],[-55940,307892],[-55729,308646],[-57275,308019],[-56110,307525],[-56542,307895],[-57751,310154],[-56574,308056],[-55939,307971],[-56199,307894],[-56810,307557],[-55993,307513],[-57684,310596],[-58093,310213],[-58106,309637],[-57348,308164],[-55192,307879],[-58092,310172],[-58306,343471],[-58542,344254],[-57796,343310],[-57922,343518],[-58859,343810],[-58563,343450],[-55467,343088],[-56074,343270],[-55526,343057],[-55774,343470],[-54747,343175],[-59351,342939],[-58736,343118],[-60125,343532],[-60115,342220],[-59882,342665],[-59279,343736],[-59337,343929],[-55312,343442],[-55538,342752],[-55668,343914],[-58645,343728],[-54936,342934],[-54577,343231],[-56746,343631],[-57339,343451],[-56355,343348],[-56374,343797],[-56878,344125],[-56176,343748],[-57615,344001],[-57040,344311],[-57935,343682],[-57587,344528],[-58201,344400],[-57357,343748],[-57785,342981],[-57691,343019],[-57288,343538],[-57845,343525],[-57550,342882],[-57855,343491],[-56518,343018],[-56743,342518],[-56624,343481],[-56094,343063],[-56600,342872],[-56918,343551],[-54388,342497],[-54783,342727],[-54747,342706],[-53991,342703],[-54600,342655],[-54611,343030],[-59005,342694],[-58922,342398],[-58496,343253],[-58495,342703],[-59203,342577],[-58429,342896],[-60336,343173],[-60372,342777],[-60752,343590],[-60858,343368],[-60746,342679],[-59748,342972],[-58952,343609],[-58766,343438],[-58515,343374],[-59333,343901],[-57472,343253],[-58019,343965],[-56687,344026],[-57263,343404],[-57693,343178],[-56953,342600],[-56533,343189],[-56887,342839],[-56610,343312],[-55935,342639],[-56803,343150],[-56711,342892],[-760091,1702055],[-763154,1697056],[-763639,1697352],[-764676,1701887],[-764627,1700929],[-762905,1697801],[-762849,1697739],[-764594,1701478],[-762615,1698348],[-762782,1697936],[-762999,1701238],[-765414,1701638],[-762926,1697196],[-762473,1699537],[-764435,1700758],[-762937,1700047],[-762527,1698138],[-762465,1698870],[-763393,1700530],[-762304,1698752],[-762988,1701658],[-763095,1701618],[-762645,1701504],[-764767,1702059],[-764848,1702426],[-764702,1702461],[-763117,1701664],[-765082,1702342],[-762748,1701393],[-764683,1702136],[-762905,1700776],[-762993,1701024],[-762936,1701800],[-764442,1698679],[-764063,1702304],[-762839,1701718],[-764739,1702237],[-763996,1700617],[-762998,1701034],[-763478,1701770],[-764577,1701568],[-764543,1700626],[-765473,1701643],[-764022,1700968],[-763291,1701235],[-764343,1700538],[-763231,1700603],[-763926,1701547],[-764195,1702170],[-764913,1700587],[-763249,1700515],[-764804,1700435],[-765177,1700696],[-763632,1700126],[-763696,1700261],[-764304,1701368],[-764244,1700602],[-764735,1700770],[-764771,1699942],[-763505,1701245],[-764262,1698157],[-764474,1698928],[-764651,1699109],[-763026,1699118],[-763698,1698957],[-763314,1698755],[-763701,1698111],[-762571,1698165],[-763400,1698561],[-764541,1698591],[-762506,1698555],[-764820,1699185],[-762953,1697755],[-763959,1699484],[-764620,1699273],[-763001,1698328],[-763592,1698059],[-763144,1699239],[-763571,1698487],[-764647,1699677],[-764200,1699715],[-762573,1697621],[-763499,1699938],[-762611,1697969],[-764103,1698706],[-763069,1698680],[-762816,1699112],[-763505,1698582],[-763351,1698338],[-764198,1698382],[-762454,1699796],[-762706,1698475],[-762431,1701868],[-761525,1701805],[-762608,1702029],[-762420,1702021],[-760816,1702297],[-762043,1702137],[-761973,1701887],[-761855,1701870],[-760760,1701995],[-762808,1702562],[-761862,1702161],[-763052,1702123],[-762056,1702436],[-760012,1702585],[-762003,1702492],[-761467,1702446],[-760241,1702451],[-760307,1702476],[-760277,1702491],[-761159,1702104],[-760915,1700621],[-760337,1701486],[-760504,1701119],[-760772,1700940],[-760775,1701485],[-760865,1701513],[-760990,1700223],[-760839,1701080],[-761927,1698491],[-761037,1698604],[-762427,1697498],[-760766,1698922],[-762459,1697675],[-760772,1698714],[-762039,1698840],[-761312,1697986],[-761137,1698474],[-761279,1697772],[-762186,1697622],[-761783,1697929],[-761133,1697840],[-760909,1698095],[-762374,1697355],[-760922,1697550],[-760812,1697471],[-761195,1697659],[-762205,1697408],[-761680,1697602],[-759040,1699944],[-759307,1699905],[-758218,1700407],[-758698,1696869],[-758829,1699548],[-759962,1698356],[-759982,1698878],[-758706,1698671],[-759035,1698059],[-757710,1698722],[-759221,1698048],[-759622,1698615],[-757914,1699709],[-759102,1699809],[-759897,1698840],[-759652,1698631],[-758433,1697146],[-757834,1696692],[-759088,1699242],[-759904,1698499],[-757913,1699942],[-760382,1698037],[-759198,1699313],[-759729,1699321],[-757882,1700402],[-759478,1698487],[-759605,1699091],[-759103,1698852],[-759241,1697969],[-757980,1699078],[-757944,1700202],[-759184,1697991],[-757324,1698190],[-758450,1699564],[-759254,1700267],[-758116,1697649],[-758060,1697391],[-757190,1697174],[-756618,1698071],[-758059,1696718],[-758763,1696848],[-756712,1698493],[-758462,1698321],[-757482,1698213],[-756555,1698219],[-758327,1696586],[-758134,1697942],[-757738,1697700],[-758314,1697804],[-757873,1697016],[-756418,1697356],[-756464,1697807],[-756423,1698889],[-758429,1697437],[-756823,1698321],[-756827,1696803],[-756605,1696737],[-756440,1698422],[-756851,1696598],[-757575,1698073],[-757728,1697630],[-757449,1697425],[-758282,1698010],[-756909,1697486],[-758918,1697533],[-756791,1697891],[-757898,1696484],[-758789,1696698],[-756934,1696675],[-756871,1697785],[-760194,1700132],[-758789,1700534],[-760225,1700184],[-759401,1701408],[-760471,1700231],[-758724,1701437],[-759017,1700286],[-758720,1701757],[-759889,1701380],[-760114,1700744],[-759310,1702028],[-759547,1700525],[-760376,1700726],[-759306,1700479],[-760183,1700530],[-759072,1701876],[-759607,1701370],[-759895,1700379],[-760144,1700174],[-760125,1700508],[-760101,1700326],[-759103,1701471],[-759410,1700309],[-758434,1702039],[-757554,1702362],[-758816,1702045],[-758111,1702143],[-759273,1702282],[-757798,1702239],[-758323,1702488],[-758545,1702045],[-757914,1702059],[-758866,1702270],[-759428,1702473],[-756405,1700646],[-756755,1701042],[-755827,1701490],[-757092,1700978],[-756456,1701160],[-756553,1701944],[-755348,1700917],[-756951,1700437],[-755410,1701348],[-756975,1701251],[-757257,1701747],[-755534,1700364],[-756300,1702395],[-756004,1700708],[-757364,1701498],[-757395,1700631],[-756338,1702379],[-756785,1702410],[-757525,1701759],[-755562,1701156],[-755385,1702258],[-756707,1702495],[-755594,1702558],[-756150,1701993],[-756004,1701530],[-755416,1701161],[-755591,1701763],[-756234,1701250],[-756350,1701413],[-755475,1701289],[-755922,1702563],[-757507,1700434],[-756336,1701084],[-755527,1701605],[-756265,1700559],[-764466,1703050],[-764333,1702779],[-763600,1703118],[-763787,1703105],[-764431,1703044],[-764852,1702940],[-764179,1702805],[-762855,1702981],[-762263,1703955],[-762264,1702707],[-763282,1703257],[-762688,1702945],[-762055,1704183],[-762593,1702827],[-762409,1704322],[-763000,1702605],[-761997,1702799],[-762744,1703639],[-760018,1703853],[-761680,1702674],[-761531,1704707],[-762084,1704383],[-760670,1704688],[-760973,1703634],[-760120,1702989],[-760472,1703041],[-761323,1704812],[-761108,1704597],[-761385,1703959],[-761197,1702764],[-760408,1704331],[-762064,1704740],[-761309,1704047],[-760299,1704581],[-760833,1702701],[-761849,1704785],[-761347,1703876],[-760008,1704285],[-761164,1703333],[-761530,1702638],[-760785,1703662],[-761787,1702944],[-760917,1703314],[-760758,1703257],[-760833,1704160],[-761393,1703633],[-760134,1702732],[-760724,1704401],[-760195,1704273],[-759616,1704831],[-761392,1703913],[-759905,1703689],[-759701,1703509],[-759879,1703965],[-759830,1702891],[-761541,1706564],[-761141,1705822],[-761809,1707460],[-766459,1707694],[-760578,1706922],[-765084,1706668],[-760693,1706293],[-760955,1705960],[-760783,1707168],[-761624,1706744],[-764437,1706922],[-761355,1706396],[-761119,1706711],[-761965,1707376],[-761456,1707428],[-766564,1706556],[-760050,1705192],[-761294,1707679],[-766480,1706112],[-761467,1705399],[-760962,1706183],[-760267,1706113],[-760386,1706290],[-762112,1706894],[-761229,1706650],[-761765,1706261],[-765340,1708172],[-761091,1705530],[-762068,1705417],[-765888,1706959],[-760957,1707752],[-761252,1706051],[-760480,1705618],[-762094,1705205],[-761545,1705837],[-764072,1706576],[-763933,1706896],[-763533,1708147],[-764402,1708304],[-763343,1706150],[-764406,1706075],[-764557,1706512],[-763262,1706703],[-764956,1706052],[-763396,1706777],[-763188,1706886],[-763509,1706744],[-763641,1707561],[-763294,1706027],[-764417,1706852],[-764358,1706848],[-763895,1707883],[-763582,1708149],[-763447,1707996],[-763780,1708204],[-763302,1706672],[-763699,1707117],[-764273,1706598],[-766810,1708305],[-766258,1708178],[-764594,1708433],[-765007,1707875],[-766220,1706461],[-766500,1707894],[-766803,1706712],[-765783,1707395],[-764907,1706090],[-765662,1706858],[-766069,1706249],[-764589,1706692],[-765015,1708067],[-766554,1706120],[-765459,1706014],[-765980,1707382],[-765557,1706456],[-766581,1707712],[-765847,1708303],[-766414,1707596],[-766430,1707145],[-765044,1708403],[-765156,1707966],[-766238,1706662],[-766218,1707457],[-765452,1707969],[-765294,1707898],[-766657,1706571],[-765220,1708351],[-765320,1706209],[-766604,1706195],[-765301,1707193],[-766520,1708463],[-758213,1708161],[-757895,1707948],[-759644,1706960],[-758572,1707991],[-757923,1707633],[-759961,1707724],[-759850,1707525],[-759404,1708183],[-759958,1708046],[-759119,1708356],[-759458,1706018],[-759369,1707893],[-758579,1708328],[-758607,1708234],[-759922,1706346],[-759167,1706380],[-759584,1707380],[-759653,1707093],[-760219,1706360],[-758744,1707530],[-760137,1706009],[-760309,1706763],[-759341,1707308],[-759989,1707695],[-759891,1706716],[-759055,1706791],[-760284,1706387],[-758368,1708135],[-757136,1706862],[-758150,1706372],[-756589,1705528],[-759005,1705975],[-758422,1706242],[-758038,1706049],[-758936,1707269],[-758196,1706117],[-757871,1706043],[-758311,1706330],[-758672,1706333],[-758193,1706265],[-758841,1707456],[-757663,1705981],[-756686,1707063],[-757663,1706704],[-756494,1706133],[-758730,1706380],[-758823,1703685],[-757989,1703000],[-757896,1704213],[-757780,1703827],[-759308,1702742],[-758510,1702651],[-758928,1703852],[-758319,1704166],[-757797,1704195],[-759023,1702911],[-757489,1703115],[-757458,1703783],[-757805,1703373],[-759219,1703681],[-757875,1703016],[-759382,1702961],[-758641,1703249],[-757421,1703924],[-757503,1702717],[-758848,1703103],[-757868,1704327],[-758191,1702806],[-758545,1703863],[-758359,1704396],[-758170,1702912],[-758534,1705831],[-758828,1705703],[-756755,1705024],[-758659,1705339],[-758778,1705729],[-757164,1705396],[-757874,1705610],[-757667,1705674],[-757804,1705676],[-756623,1705096],[-757811,1705483],[-758048,1705518],[-758401,1705325],[-758994,1705046],[-756757,1705235],[-757229,1705602],[-756423,1702668],[-756538,1702633],[-779871,1601267],[-780584,1603998],[-782768,1596652],[-783445,1599528],[-789574,1595268],[-785282,1592621],[-785413,1593836],[-786208,1595571],[-788997,1597278],[-787871,1596643],[-789200,1594331],[-790494,1595818],[-784447,1598829],[-786563,1599384],[-783985,1598017],[-786821,1595904],[-782994,1598247],[-786912,1595980],[-787647,1609855],[-790969,1608779],[-790628,1609225],[-789854,1610594],[-789038,1610763],[-786189,1609246],[-792204,1607072],[-793333,1608940],[-793183,1607870],[-793596,1605301],[-785908,1600315],[-785508,1601321],[-783826,1603604],[-782818,1604729],[-783581,1603992],[-782044,1601372],[-784257,1605247],[-782962,1600498],[-796526,1606515],[-796961,1605225],[-797042,1610453],[-793973,1607696],[-794243,1604933],[-797073,1610505],[-801317,1618096],[-799790,1618288],[-804821,1614283],[-802784,1615313],[-799598,1618237],[-799152,1618007],[-806033,1613974],[-798313,1618299],[-812431,1577330],[-813675,1578464],[-812861,1577167],[-813509,1578130],[-812833,1578697],[-813703,1578759],[-812361,1576464],[-812681,1577156],[-812529,1578784],[-812420,1577208],[-812292,1577339],[-812651,1578520],[-813284,1578320],[-814346,1576925],[-812592,1578662],[-817142,1579476],[-812899,1577583],[-814388,1576985],[-813480,1576376],[-814414,1578215],[-813478,1578802],[-812841,1576755],[-813294,1577810],[-814771,1576313],[-812668,1578217],[-813910,1576333],[-813762,1578012],[-813791,1577094],[-812970,1578312],[-814541,1577898],[-807332,1611523],[-812323,1611093],[-814069,1612943],[-818675,1611376],[-813879,1612328],[-808074,1612936],[-810685,1611518],[-806467,1611287],[-811221,1612188],[-817964,1612980],[-818196,1612330],[-814188,1612661],[-811811,1612565],[-817825,1612698],[-808870,1611888],[-809285,1612497],[-815422,1614271],[-816807,1613507],[-814999,1614467],[-816379,1614196],[-816871,1613747],[-816991,1614962],[-817457,1615169],[-817001,1613715],[-815281,1613653],[-817549,1613176],[-816670,1613640],[-817836,1614044],[-816385,1613728],[-817489,1613859],[-815642,1613609],[-809300,1613273],[-818161,1613366],[-815874,1613997],[-808292,1613543],[-823119,1580788],[-822509,1581567],[-822767,1580873],[-821541,1576425],[-822711,1580037],[-822715,1577248],[-821539,1581225],[-822597,1581062],[-822030,1577348],[-822895,1577509],[-821899,1577985],[-823245,1576625],[-822871,1578873],[-823187,1577921],[-824244,1579642],[-823197,1576171],[-822858,1581340],[-821873,1576617],[-822139,1575920],[-822189,1576338],[-822563,1579651],[-823343,1578410],[-821364,1575990],[-823964,1578776],[-823193,1578215],[-822112,1577698],[-820889,1576327],[-822403,1577748],[-822148,1578759],[-824353,1579282],[-821316,1576089],[-822568,1580013],[-822251,1577389],[-823401,1576489],[-824064,1580408],[-822708,1581226],[-822989,1575903],[-821671,1577293],[-822270,1580000],[-823032,1581023],[-823172,1581779],[-823422,1580504],[-822066,1579651],[-823390,1580470],[-823962,1579724],[-822510,1579029],[-824136,1579085],[-824396,1579737],[-822346,1579707],[-822730,1578970],[-824408,1580100],[-823906,1578205],[-821817,1581539],[-821682,1581229],[-823430,1580713],[-824228,1578976],[-822435,1580200],[-822271,1580308],[-821426,1576926],[-823827,1578794],[-823062,1581434],[-821767,1580346],[-822069,1579767],[-822697,1581501],[-822437,1579675],[-823000,1580041],[-822797,1580128],[-822139,1580602],[-822282,1581552],[-822221,1579400],[-824355,1580478],[-823210,1580241],[-821318,1577117],[-823725,1580284],[-820543,1576952],[-821042,1576535],[-822773,1578453],[-821476,1576216],[-822575,1576640],[-821353,1580935],[-822848,1580218],[-822220,1578521],[-822713,1578679],[-823841,1580558],[-824109,1580708],[-821136,1577275],[-822104,1578258],[-821050,1576930],[-823051,1577302],[-821409,1576088],[-823168,1580787],[-821948,1577433],[-822272,1580521],[-822157,1581195],[-823211,1576372],[-823066,1580538],[-823827,1579847],[-824066,1580275],[-819756,1610682],[-834880,1583963],[-834372,1583287],[-833887,1584227],[-833324,1583682],[-833626,1583282],[-834823,1584283],[-834843,1583880],[-834087,1584502],[-834298,1583339],[-834056,1583305],[-833874,1584099],[-833510,1584051],[-833742,1583376],[-834248,1583933],[-833734,1583872],[-834235,1584623],[-833492,1583830],[-833896,1583922],[-833421,1583987],[-834882,1583902],[-836416,1592034],[-835282,1591603],[-832392,1593000],[-835437,1593126],[-834575,1591329],[-832503,1592534],[-836045,1591901],[-834281,1592587],[-833341,1593729],[-835121,1593712],[-835897,1592646],[-836292,1593064],[-839205,1590148],[-838889,1590427],[-838701,1589558],[-838550,1590224],[-838934,1590607],[-838776,1589543],[-839087,1589820],[-839004,1590150],[-839009,1589626],[-838697,1590631],[-838186,1590624],[-839324,1590177],[-839167,1590108],[-839306,1590797],[-838335,1589862],[-838291,1590055],[-839184,1590879],[-838787,1589429],[-838342,1589377],[-839553,1589862],[-834911,1591459],[-835226,1591475],[-834593,1590670],[-836178,1592012],[-835719,1592474],[-837457,1591639],[-835403,1592300],[-835000,1592625],[-836637,1591816],[-835358,1593335],[-835778,1592145],[-833111,1592807],[-834298,1592671],[-834320,1590853],[-833932,1593676],[-834685,1590949],[-833242,1592390],[-834870,1592134],[-836269,1591813],[-833056,1592516],[-835304,1593181],[-833055,1592741],[-834875,1591231],[-834841,1591484],[-834082,1592577],[-836301,1592039],[-832810,1591927],[-835967,1591904],[-834867,1592310],[-833861,1593186],[-836170,1593250],[-833296,1593767],[-836075,1591802],[-832455,1592384],[-836299,1592028],[-833907,1591943],[-832679,1592826],[-835612,1592568],[-835007,1591409],[-836056,1592174],[-833995,1590424],[-834806,1591485],[-857594,1578016],[-857544,1576562],[-857590,1577762],[-851049,1600164],[-851693,1599744],[-851292,1599734],[-850994,1600104],[-850885,1600159],[-846761,1592655],[-847349,1590290],[-847972,1592722],[-847121,1591744],[-846959,1592587],[-847029,1591936],[-847155,1591818],[-846687,1593027],[-850838,1600538],[-849929,1602314],[-849207,1601414],[-849686,1602129],[-849043,1601391],[-849836,1601907],[-848994,1601775],[-849085,1601477],[-849499,1602268],[-849326,1601858],[-849799,1602060],[-848957,1601635],[-849644,1602790],[-849321,1602162],[-851150,1600884],[-852046,1600908],[-851102,1600761],[-852036,1600408],[-851194,1600553],[-852349,1600752],[-852223,1600569],[-851540,1601114],[-851011,1601112],[-852225,1600363],[-851968,1600909],[-851065,1600659],[-851388,1601024],[-851710,1601113],[-849909,1601343],[-849162,1602795],[-849018,1602825],[-848704,1602085],[-848916,1602142],[-849205,1602654],[-848627,1602793],[-855341,1634204],[-855066,1633976],[-854500,1634172],[-854875,1634088],[-855496,1634027],[-855804,1635008],[-855576,1634014],[-854554,1634959],[-855595,1634206],[-855081,1635063],[-854403,1633748],[-855699,1633912],[-855897,1634772],[-855559,1634001],[-854756,1635015],[-855355,1633816],[-854864,1634488],[-855621,1635029],[-854763,1635000],[-855425,1634033],[-862307,1573951],[-862475,1573944],[-862279,1573082],[-862002,1573254],[-861011,1573856],[-861815,1573729],[-861134,1573992],[-861447,1573521],[-862315,1573705],[-861755,1573473],[-862205,1574215],[-862059,1573014],[-862258,1573493],[-861170,1573902],[-861142,1572995],[-862377,1573492],[-861336,1573782],[-861561,1573873],[-861373,1573985],[-861488,1573930],[-861740,1579398],[-862353,1580702],[-857792,1576559],[-862618,1581026],[-863346,1580533],[-862623,1580063],[-861583,1579746],[-861638,1579568],[-861732,1579284],[-861576,1580067],[-861377,1579437],[-863669,1580684],[-862336,1580487],[-862072,1579927],[-863253,1581398],[-857766,1578447],[-863037,1581978],[-857723,1577325],[-863602,1581116],[-857798,1577646],[-862962,1581239],[-863170,1580645],[-863032,1580180],[-858333,1633973],[-859153,1633963],[-859642,1633946],[-859261,1634043],[-859295,1633697],[-873861,1593224],[-873836,1594599],[-875306,1593819],[-873966,1593211],[-874311,1593222],[-875011,1594170],[-874061,1593443],[-875076,1594098],[-875036,1594574],[-873974,1593711],[-873857,1593775],[-875017,1593704],[-874281,1593177],[-874283,1593173],[-875009,1594642],[-874514,1593397],[-874351,1593761],[-874611,1594136],[-874923,1593617],[-874476,1594193],[-65356,229429],[-66052,230447],[-66337,232153],[-66710,231872],[-64078,232188],[-65185,232210],[-65052,232078],[-64634,231847],[-66343,231979],[-66527,231750],[-64083,231851],[-66031,231901],[-65704,232202],[-67153,231511],[-66567,232282],[-885665,1543785],[-888501,1548191],[-885386,1544401],[-889579,1545511],[-887606,1612472],[-887618,1612705],[-890275,1612713],[-890953,1612967],[-891578,1612454],[-890349,1613772],[-890466,1613525],[-904964,1518856],[-908317,1557665],[-905251,1586583],[-905935,1587855],[-903124,1610406],[-916459,1585256],[-916196,1586953],[-915902,1586633],[-917416,1589127],[-931490,1599547],[-933003,1599256],[-931672,1611259],[-931217,1611037],[-929995,1611348],[-931715,1611300],[-931355,1610866],[-930335,1611554],[-930211,1611486],[-931148,1611326],[-933235,1609683],[-931374,1610398],[-931662,1602427],[-931722,1610230],[-932266,1602147],[-931032,1610937],[-931942,1602678],[-931642,1610490],[-932150,1611072],[-932060,1610194],[-932533,1610387],[-932227,1611639],[-933974,1610897],[-933137,1611149],[-931277,1611393],[-930296,1611100],[-932472,1611445],[-931783,1610834],[-928724,1611303],[-930057,1612430],[-928419,1611396],[-930984,1612571],[-930495,1612104],[-931222,1612312],[-932713,1612149],[-930074,1611828],[-931088,1611938],[-932721,1612115],[-931707,1612450],[-930022,1611565],[-930483,1612708],[-931237,1612555],[-928825,1611417],[-928370,1611557],[-926864,1612074],[-927732,1612534],[-926584,1612531],[-927706,1611591],[-926396,1611422],[-927505,1612678],[-925775,1612568],[-926485,1611881],[-927613,1612805],[-925829,1612406],[-927659,1611573],[-926570,1611817],[-927051,1612278],[-925567,1612830],[-927362,1611943],[-926684,1612059],[-926624,1611534],[-927003,1612942],[-927466,1612057],[-927712,1612557],[-925722,1612763],[-927494,1612293],[-928242,1612588],[-929794,1612699],[-928042,1612687],[-929232,1612986],[-929739,1616303],[-925846,1616720],[-929370,1615779],[-929108,1615644],[-925360,1616691],[-929230,1616074],[-926022,1617459],[-926878,1617549],[-925445,1617616],[-925133,1615319],[-925727,1614595],[-928161,1616814],[-926055,1615203],[-925191,1613113],[-924516,1616140],[-931343,1613384],[-925366,1615007],[-927831,1617996],[-925343,1615493],[-929217,1617981],[-927318,1614245],[-928662,1618326],[-928699,1615209],[-927154,1618030],[-925351,1617661],[-927505,1615758],[-927809,1615111],[-926584,1613513],[-929730,1618817],[-925127,1616573],[-927225,1615631],[-924735,1615790],[-925844,1616872],[-929786,1616266],[-927853,1615645],[-927363,1614006],[-924659,1616990],[-925316,1615842],[-929252,1618599],[-929367,1614435],[-927146,1614339],[-929710,1615870],[-925433,1615433],[-925243,1616561],[-928942,1616127],[-926466,1616031],[-925205,1617382],[-925934,1615581],[-926112,1616941],[-927550,1615612],[-927841,1614595],[-925692,1616874],[-925849,1616681],[-925765,1615556],[-929969,1613780],[-931490,1613688],[-930956,1613139],[-926186,1615877],[-924534,1615885],[-929187,1615477],[-929219,1616202],[-927080,1615376],[-928129,1615939],[-925575,1615625],[-926083,1614801],[-925616,1616612],[-925657,1617429],[-925772,1614125],[-928667,1614350],[-927922,1614135],[-928258,1614397],[-928312,1614427],[-929057,1613207],[-928476,1613264],[-928947,1613025],[-928510,1613729],[-928833,1614313],[-935565,1597562],[-936501,1599912],[-938005,1599943],[-935963,1599162],[-938326,1599707],[-934630,1597331],[-946785,1597553],[-944859,1594909],[-944959,1597083],[-941260,1597684],[-945663,1599292],[-945527,1597328],[-943770,1594224],[-944067,1594920],[-942497,1593710],[-941470,1594400],[-941187,1597582],[-939531,1593918],[-941772,1593919],[-939806,1596619],[-942039,1596287],[-942611,1595369],[-941399,1595329],[-941635,1597683],[-940119,1594828],[-937115,1603898],[-935004,1602822],[-937473,1601652],[-935822,1601918],[-936751,1600558],[-941205,1611479],[-935257,1602342],[-934422,1601484],[-936533,1603196],[-936231,1603068],[-936281,1603379],[-936336,1603358],[-939578,1603069],[-934953,1601488],[-936387,1603585],[-940164,1609693],[-937682,1601165],[-934589,1600248],[-936607,1601284],[-938247,1604251],[-945114,1600326],[-936904,1602115],[-945550,1600409],[-938625,1603255],[-937169,1601254],[-958808,1484863],[-959444,1484759],[-958201,1484092],[-958427,1484008],[-958338,1483877],[-959854,1484930],[-956957,1484782],[-958733,1492132],[-959109,1489447],[-959579,1493987],[-959558,1491872],[-957373,1485988],[-957633,1486461],[-958542,1488102],[-958336,1487300],[-956038,1488030],[-957954,1490204],[-959013,1486356],[-959976,1486352],[-959547,1492135],[-955767,1485609],[-959590,1488399],[-957613,1488894],[-957316,1487466],[-958909,1491715],[-959478,1486805],[-958536,1489058],[-958881,1486776],[-958721,1489102],[-957690,1487458],[-956367,1486814],[-958179,1491424],[-959093,1488599],[-956042,1489680],[-957585,1485253],[-959153,1493537],[-957679,1488064],[-958450,1487096],[-959447,1487200],[-959306,1485148],[-958369,1489615],[-956480,1490004],[-958566,1487092],[-956627,1485751],[-956574,1486076],[-959225,1487616],[-957154,1488081],[-956355,1488990],[-958709,1485294],[-959170,1490333],[-956814,1489321],[-959350,1492883],[-955787,1486720],[-956537,1485919],[-957205,1490968],[-956463,1486806],[-956852,1486705],[-952468,1612689],[-952257,1612248],[-953081,1612943],[-952287,1612202],[-958811,1612777],[-958109,1612041],[-957392,1611311],[-958066,1612316],[-958222,1611086],[-958504,1612797],[-957595,1612490],[-957401,1610966],[-958048,1611214],[-957797,1611299],[-957356,1611799],[-957842,1611029],[-957676,1611711],[-957579,1611600],[-954211,1612970],[-953501,1612321],[-954447,1612979],[-953680,1612862],[-953533,1612563],[-953448,1612480],[-954122,1612444],[-954653,1612309],[-954185,1612571],[-954410,1612375],[-953578,1612555],[-954027,1612295],[-953248,1613683],[-953410,1613209],[-952677,1614384],[-959878,1613441],[-957424,1613285],[-953732,1614266],[-953048,1614252],[-953667,1613822],[-952238,1613459],[-953251,1613443],[-953180,1614102],[-953495,1613558],[-952934,1614130],[-953109,1614469],[-953770,1613461],[-952374,1614259],[-953382,1614734],[-954588,1613113],[-954610,1614778],[-954563,1614450],[-954703,1614390],[-954561,1613919],[-954678,1614776],[-954083,1613203],[-954142,1614186],[-954265,1613664],[-962946,1484558],[-961589,1484486],[-961331,1484239],[-960003,1484392],[-960079,1483887],[-963105,1490633],[-962834,1485733],[-962149,1488162],[-967952,1488403],[-966861,1487558],[-964735,1491789],[-961489,1487754],[-962897,1488842],[-962510,1487334],[-963723,1486035],[-961839,1486945],[-965664,1488552],[-963661,1489186],[-964134,1487738],[-965464,1486747],[-962639,1489830],[-960529,1489088],[-961882,1488754],[-961372,1492572],[-966282,1487856],[-961389,1486527],[-960056,1489806],[-965000,1489769],[-964617,1490911],[-960988,1487297],[-963955,1486667],[-962815,1486713],[-962577,1486155],[-960396,1487207],[-965001,1491729],[-965319,1490110],[-966294,1486398],[-965259,1489731],[-965934,1487015],[-965467,1487424],[-960789,1489635],[-961595,1488950],[-960060,1491821],[-960377,1492295],[-963144,1490898],[-960920,1487547],[-961135,1487896],[-962622,1491513],[-964918,1487950],[-963585,1485929],[-964410,1487673],[-960991,1485133],[-965875,1490400],[-963268,1487915],[-963021,1489307],[-965407,1487450],[-965271,1489163],[-965508,1488231],[-964490,1490291],[-962701,1492577],[-960786,1489061],[-961384,1489056],[-961292,1485874],[-960341,1490704],[-964124,1491566],[-961011,1486370],[-967202,1488313],[-964457,1488863],[-962211,1492200],[-962910,1488304],[-964249,1486297],[-962031,1485423],[-962347,1485297],[-960369,1487380],[-967177,1489151],[-963944,1488251],[-962019,1490917],[-961909,1489652],[-960344,1485712],[-960518,1486670],[-963602,1489758],[-962797,1491808],[-964532,1490184],[-965045,1489615],[-961264,1486853],[-962088,1486433],[-963993,1485654],[-962979,1487481],[-962352,1485549],[-965953,1490853],[-965868,1491084],[-965611,1488436],[-966049,1489320],[-961341,1490219],[-960680,1490317],[-961344,1491407],[-964890,1488078],[-963347,1491515],[-960779,1485989],[-963625,1488320],[-968197,1487992],[-960564,1487338],[-962410,1491171],[-963582,1487178],[-961706,1486134],[-963340,1486524],[-960301,1487538],[-965906,1490841],[-966891,1486788],[-966049,1487919],[-965436,1488557],[-966226,1486978],[-964489,1490320],[-964729,1490134],[-960849,1488477],[-961233,1489905],[-960683,1490135],[-960520,1492732],[-960588,1492398],[-970199,1525158],[-966552,1557169],[-960215,1555614],[-965498,1556914],[-968150,1559303],[-966680,1557154],[-969123,1564457],[-971902,1581501],[-971390,1581898],[-971733,1581447],[-971910,1582266],[-971514,1581912],[-972355,1581839],[-971954,1580354],[-972532,1579883],[-971560,1581631],[-971893,1580897],[-971760,1582211],[-967349,1580130],[-966768,1579414],[-978211,1497096],[-978873,1496952],[-978129,1496384],[-978172,1496840],[-978810,1496913],[-978723,1497290],[-978317,1497300],[-978703,1496618],[-978183,1496700],[-978439,1496714],[-979284,1489030],[-980073,1503177],[-979958,1503242],[-980866,1502783],[-980016,1502847],[-980066,1502407],[-980807,1502857],[-980381,1503184],[-980555,1502828],[-980090,1502661],[-980653,1502850],[-980297,1503281],[-980356,1503606],[-979981,1503612],[-980940,1503326],[-980940,1503804],[-980134,1503475],[-980336,1503458],[-980261,1503772],[-980883,1503232],[-980457,1503550],[-978137,1503080],[-977696,1502803],[-978392,1503595],[-978396,1503036],[-977805,1503149],[-977595,1503202],[-978411,1502884],[-977536,1502972],[-978014,1502642],[-983410,1510594],[-983465,1509831],[-983399,1510407],[-983123,1509849],[-983492,1509908],[-983125,1510528],[-983116,1510098],[-983185,1510004],[-983526,1510203],[-982502,1510229],[-982877,1510406],[-983089,1510309],[-983020,1510113],[-982538,1510212],[-983277,1510242],[-983443,1510510],[-983099,1510386],[-983181,1510071],[-983067,1510476],[-982989,1510565],[-982792,1510413],[-974639,1511053],[-974522,1511701],[-974685,1511171],[-974803,1511326],[-974471,1511125],[-974567,1511573],[-974286,1511574],[-974783,1511582],[-975199,1511612],[-983354,1510659],[-982680,1510972],[-982579,1510973],[-982871,1510875],[-982251,1510975],[-982889,1510816],[-982888,1510645],[-982949,1510663],[-983251,1510707],[-973906,1525416],[-974336,1524931],[-974196,1525442],[-973968,1526520],[-974080,1526942],[-973584,1526585],[-974092,1525063],[-973641,1526566],[-987952,1469967],[-987913,1469732],[-987147,1469266],[-987855,1469394],[-987519,1469422],[-996305,1495346],[-996555,1494358],[-996558,1494287],[-996694,1494088],[-996801,1494317],[-996303,1494153],[-996450,1494187],[-996560,1493977],[-996522,1494021],[-996513,1493994],[-996565,1493955],[-996529,1494197],[-996376,1495494],[-997091,1495582],[-996416,1495426],[-997173,1495385],[-996723,1495872],[-997097,1495406],[-996882,1495123],[-997204,1495775],[-991110,1508764],[-995854,1506957],[-994999,1506222],[-996490,1509811],[-994727,1509783],[-996089,1510463],[-988694,1502015],[-994321,1506829],[-994735,1501417],[-989704,1507317],[-990231,1507079],[-994325,1504808],[-989302,1501872],[-988964,1504173],[-990736,1506179],[-993297,1503379],[-991607,1500783],[-990362,1501624],[-990733,1505003],[-991955,1505264],[-992363,1503176],[-998079,1506854],[-998343,1507234],[-998126,1506757],[-997913,1507420],[-998156,1507454],[-997602,1506472],[-997213,1506416],[-997780,1506632],[-997789,1506647],[-997588,1506805],[-997463,1507140],[-997165,1507049],[-998045,1507410],[-997098,1506679],[-998020,1506583],[-998195,1506690],[-997988,1507133],[-997933,1507225],[-997591,1506970],[-997846,1507362],[-998311,1507100],[-998101,1506669],[-998283,1507151],[-998094,1507174],[-998210,1507328],[-996268,1502504],[-996433,1503037],[-996304,1502150],[-996605,1502993],[-996171,1502616],[-996806,1502430],[-996651,1502184],[-996233,1503065],[-996346,1502274],[-996659,1502670],[-997144,1507157],[-989383,1504327],[-989546,1504153],[-989814,1504402],[-989210,1504035],[-990050,1504332],[-989099,1503945],[-989435,1504375],[-989194,1503515],[-989903,1504396],[-989092,1503843],[-989647,1504863],[-990575,1505272],[-989788,1504729],[-989821,1505132],[-990146,1504944],[-989629,1504765],[-990322,1504965],[-990589,1505023],[-990613,1504651],[-990098,1505230],[-989553,1505368],[-989620,1504898],[-989412,1504920],[-990066,1504753],[-989607,1505544],[-989686,1504914],[-990135,1504931],[-989534,1505419],[-989709,1505106],[-989672,1504755],[-989241,1504997],[-989724,1504763],[-989128,1504944],[-989177,1504845],[-989206,1504952],[-989815,1505263],[-989527,1504855],[-989480,1504862],[-989619,1504877],[-989222,1505048],[-988544,1505362],[-989051,1504684],[-989287,1504797],[-988592,1505031],[-988812,1505139],[-988546,1504464],[-989085,1504681],[-988966,1504805],[-988475,1505027],[-989179,1505065],[-987834,1503449],[-987740,1503723],[-987646,1503395],[-988408,1503110],[-988263,1502891],[-988124,1503460],[-987779,1503859],[-987853,1503524],[-987690,1503588],[-988004,1503374],[-987802,1503350],[-987637,1502940],[-987995,1503121],[-987505,1503630],[-987570,1503051],[-987908,1503542],[-987506,1503737],[-987644,1502883],[-987498,1503191],[-987334,1503196],[-987423,1502898],[-987576,1503094],[-988098,1503578],[-987737,1503138],[-987288,1502953],[-987992,1503103],[-987301,1502876],[-987185,1503029],[-987912,1503506],[-987442,1503052],[-987352,1503405],[-986981,1504316],[-986840,1504144],[-987178,1503872],[-986727,1503567],[-987115,1504249],[-987387,1504374],[-987485,1504298],[-987119,1503964],[-986797,1503876],[-987960,1502101],[-988791,1502265],[-988552,1502172],[-988846,1501986],[-988459,1501838],[-988487,1502567],[-988479,1502349],[-988591,1502587],[-988639,1502218],[-988299,1502747],[-988206,1501969],[-988106,1502039],[-988867,1501769],[-988246,1501666],[-988458,1502118],[-988938,1501655],[-988489,1502090],[-988048,1502137],[-988936,1502307],[-988579,1502449],[-994968,1515658],[-992964,1512923],[-993691,1513300],[-995923,1511273],[-997066,1513470],[-994244,1513710],[-991679,1513573],[-997497,1514649],[-995914,1511115],[-996080,1513285],[-1010707,1462034],[-1010589,1461946],[-1010446,1462143],[-1010762,1462080],[-1010765,1461972],[-1010104,1462836],[-1010183,1463138],[-1010745,1462654],[-1010926,1463242],[-1007164,1483524],[-1000578,1490023],[-999916,1490640],[-1000501,1490467],[-1000614,1490150],[-1000649,1490457],[-1000325,1490620],[-1000411,1490306],[-1000673,1490323],[-1000351,1490392],[-1000327,1490308],[-1000305,1490594],[-1000621,1490099],[-1000552,1490086],[-1000458,1490614],[-1000617,1489930],[-1000421,1490438],[-1000248,1490629],[-1000461,1490247],[-1000929,1490080],[-1000279,1490603],[-1001043,1490190],[-1000339,1490542],[-1000268,1490283],[-1009341,1486171],[-999500,1495330],[-1000207,1495095],[-999771,1495301],[-999245,1495932],[-999463,1495134],[-998572,1507401],[-998803,1506601],[-999159,1507252],[-999049,1507277],[-998429,1506540],[-998596,1506786],[-998844,1507326],[-998821,1506861],[-998605,1507202],[-1000921,1508064],[-999004,1506784],[-998929,1506512],[-998980,1506707],[-998633,1506829],[-998555,1507059],[-1000859,1501815],[-1000941,1501764],[-1000878,1501991],[-1000816,1501943],[-1000817,1502065],[-1000931,1502038],[-1001075,1501781],[-1001056,1501910],[-1001046,1501957],[-1000741,1501745],[-1001294,1501870],[-1001108,1501805],[-1001319,1501681],[-1000947,1501573],[-1001045,1501617],[-1001017,1501609],[-1001085,1501610],[-1001272,1501785],[-1001119,1501496],[-1001135,1501859],[-1003898,1579998],[-1003795,1579586],[-1001432,1577042],[-1001264,1578568],[-1004295,1576624],[-1002188,1577404],[-1002559,1578034],[-1002268,1578976],[-1003311,1579197],[-1005210,1579211],[-1005151,1578287],[-1001518,1578780],[-1002270,1575930],[-1004332,1576175],[-1001913,1577945],[-1002200,1576921],[-1003113,1576573],[-1004336,1577426],[-1001771,1579297],[-1003357,1579204],[-1006136,1577399],[-1006002,1580118],[-1004854,1577245],[-1004943,1575923],[-1004904,1576715],[-1004110,1577725],[-1002700,1577785],[-1002488,1580605],[-1002047,1579844],[-1005491,1576760],[-1005182,1576335],[-1005366,1576427],[-1006145,1576251],[-1002913,1577070],[-1003302,1577602],[-1004711,1580640],[-1004103,1579004],[-1004813,1577887],[-1001831,1578301],[-1004115,1578479],[-1002889,1578833],[-1002498,1579533],[-1002217,1578637],[-1004856,1579637],[-1003297,1578294],[-1004341,1578566],[-1002606,1578218],[-1003858,1576907],[-1003395,1579848],[-1002882,1580063],[-1005474,1577324],[-1004440,1578707],[-1001524,1577737],[-1003412,1577092],[-1003830,1577565],[-1001259,1580669],[-1001853,1580417],[-1006139,1576435],[-86996,605140],[-86807,605745],[-1011240,1462463],[-1013350,1538755],[-1013647,1539113],[-1013168,1538864],[-1013896,1539555],[-1013538,1539623],[-1013843,1539163],[-1013494,1538746],[-1013408,1538717],[-1014001,1538753],[-1013323,1538630],[-1013247,1539149],[-1013187,1539411],[-1014077,1539520],[-1013929,1538850],[-1013725,1538846],[-1013292,1538806],[-1013289,1539140],[-1013936,1539514],[-1013821,1538911],[-1014130,1539194],[-1046670,1425656],[-1046249,1425811],[-1047650,1424988],[-1046844,1476050],[-1044267,1484595],[-1044245,1484700],[-1044381,1484950],[-1044470,1484794],[-1045754,1484973],[-1044631,1483876],[-1044601,1483931],[-1044687,1484158],[-1044509,1484130],[-1044507,1483575],[-1044458,1483583],[-1044438,1483945],[-1044713,1484013],[-1044789,1484015],[-1044506,1483986],[-1045892,1495220],[-1048954,1495444],[-1048801,1495259],[-1045216,1496526],[-1048247,1495551],[-1049059,1495698],[-1044685,1486157],[-1044326,1485890],[-1044312,1485940],[-1045410,1485012],[-1045006,1485802],[-1045081,1485054],[-1045129,1485490],[-1044652,1485945],[-1045386,1485098],[-1045369,1485057],[-1044901,1485711],[-1045451,1487271],[-1045397,1487112],[-1045400,1486555],[-1045029,1487370],[-1045297,1487200],[-1044924,1487299],[-1045389,1487330],[-1045430,1487113],[-1045367,1487363],[-1045500,1486783],[-1046424,1485338],[-1046465,1485383],[-1046795,1485057],[-1046771,1485584],[-1046813,1485025],[-1046368,1485601],[-1046583,1485528],[-1046700,1485533],[-1046647,1485584],[-1047068,1485227],[-1041923,1499631],[-1042803,1519996],[-1042577,1520246],[-1042683,1520641],[-1042783,1520708],[-1042619,1520692],[-1042918,1520296],[-1042817,1520747],[-1042450,1520807],[-1042875,1520750],[-1042407,1520581],[-1043533,1520755],[-1043508,1521251],[-1042747,1521051],[-1043330,1520297],[-1042888,1520427],[-1043042,1520693],[-1042654,1520658],[-1043561,1521168],[-1043490,1520301],[-1042689,1520543],[-1044030,1520416],[-1044209,1520424],[-1044951,1519663],[-1044531,1519980],[-1044588,1520079],[-1044809,1519972],[-1044053,1519765],[-1044410,1520034],[-1044447,1519483],[-1044413,1520413],[-1044786,1519820],[-1044836,1519684],[-1045304,1519190],[-1044970,1519387],[-1044833,1519843],[-1045255,1519371],[-1044921,1519055],[-1044426,1520017],[-1044676,1519416],[-1044544,1519630],[-1055664,1415363],[-1056695,1415277],[-1056215,1415628],[-1056139,1415246],[-1051227,1497107],[-1051948,1494965],[-1053496,1492515],[-1053430,1500411],[-1054109,1500840],[-1050284,1506557],[-1051006,1507143],[-1055492,1508770],[-1069578,1492136],[-1068378,1502365],[-1074802,1535967],[-1074695,1538356],[-1074715,1536799],[-1088861,1405841],[-1088228,1407222],[-1088405,1406580],[-1089008,1405382],[-1089162,1405282],[-1089346,1405558],[-1088789,1404946],[-1089353,1405801],[-1089271,1405595],[-1103585,1404472],[-1107011,1407315],[-1107276,1419517],[-1107117,1419686],[-1107320,1419363],[-1106962,1419440],[-1106993,1419719],[-1107736,1419304],[-1107555,1419352],[-1103784,1410665],[-1121637,1399130],[-1122977,1399955],[-1122793,1399477],[-1122377,1399965],[-1122652,1398898],[-1122335,1399414],[-1122037,1399463],[-1122368,1399233],[-1122505,1399311],[-1122316,1399736],[-1121677,1398948],[-1122177,1398404],[-1121907,1399075],[-1121977,1398659],[-1121504,1398644],[-1121856,1398737],[-1121642,1398734],[-1122423,1399005],[-1132079,1410757],[-1131249,1412553],[-1130970,1411845],[-1131171,1412225],[-1132420,1411021],[-1132295,1410839],[-1132023,1410508],[-1130969,1412558],[-1130670,1411928],[-1130550,1411816],[-97900,600991],[-101310,592811],[-98353,600740],[-98877,600899],[-100427,599659],[-101199,597762],[-101265,592890],[-91890,600931],[-99943,596931],[-99349,599394],[-100642,595800],[-102023,604483],[-98353,602248],[-93848,603853],[-93113,602494],[-101646,603653],[-96375,603739],[-90302,607683],[-101389,603844],[-98360,602037],[-99456,602488],[-100087,606072],[-98450,604956],[-96179,604443],[-98252,602216],[-100693,620604],[-102116,620551],[-100628,620474],[-91456,618713],[-90360,616277],[-100790,620691],[-1155800,1438443],[-1177168,1430848],[-1177896,1432072],[-1178729,1432373],[-1179317,1433474],[-1179394,1433033],[-1179106,1433103],[-1179192,1433412],[-1178881,1432979],[-1178221,1432326],[-1181144,1434244],[-1181407,1434721],[-1181178,1434474],[-1181811,1434593],[-1181036,1434337],[-1181065,1434255],[-1181136,1434558],[-1198779,1443611],[-1199816,1442429],[-1199242,1441985],[-1199419,1443546],[-1199407,1442392],[-1198861,1443732],[-1200068,1441750],[-1198235,1442970],[-1201463,1442982],[-1198386,1442486],[-1198762,1442060],[-1198294,1442562],[-1201202,1443221],[-1199648,1443661],[-1201333,1457160],[-1201355,1463431],[-1202679,1474342],[-1203189,1475505],[-1196338,1477126],[-1202920,1475368],[-1195486,1479598],[-1195342,1479519],[-1197052,1483452],[-1195369,1479292],[-1202944,1475331],[-1203034,1487965],[-1200534,1489739],[-1193642,1485414],[-1206147,1311480],[-1205897,1311620],[-1206272,1312974],[-1205878,1312539],[-1205844,1311933],[-1205774,1311142],[-1206819,1309596],[-1206069,1311664],[-1206182,1312140],[-1207879,1309881],[-1208272,1310465],[-1211456,1432142],[-1212092,1433690],[-1208841,1432051],[-1209342,1438415],[-1208617,1438791],[-1209486,1433848],[-1209207,1433969],[-1204036,1475874],[-1204163,1476282],[-1204783,1476204],[-1204469,1476177],[-1203828,1475523],[-1204750,1476198],[-1208428,1487916],[-1209251,1487180],[-1207115,1485557],[-1210941,1486663],[-1207524,1487539],[-1208477,1488026],[-1209127,1487064],[-1209225,1487232],[-1209106,1486996],[-1208897,1487449],[-1208716,1487007],[-1208599,1487052],[-1209080,1487885],[-1208878,1486121],[-1208250,1487025],[-1208818,1487028],[-1208145,1486559],[-1208914,1486130],[-1208303,1486037],[-1208477,1486099],[-1208265,1485954],[-1208675,1485774],[-1208487,1486008],[-1209006,1486717],[-1208246,1486548],[-1208672,1486055],[-1209297,1488012],[-1208408,1487261],[-1208939,1487621],[-1208430,1487261],[-1208920,1487715],[-1209327,1487977],[-1208437,1487703],[-1209411,1487411],[-1209126,1487028],[-1209177,1487158],[-1209201,1487111],[-1208950,1487471],[-1222726,1401811],[-1222973,1401112],[-1223449,1401218],[-1223315,1401300],[-1223221,1401793],[-1222844,1401101],[-1222744,1401563],[-1222628,1401878],[-1223421,1401739],[-1222861,1402486],[-1222552,1401109],[-1222718,1401319],[-1227564,1424683],[-1228077,1425662],[-1226895,1424528],[-1227167,1424327],[-1226591,1424781],[-1227441,1424870],[-1226701,1424707],[-1228156,1424798],[-1227906,1424151],[-1226833,1425105],[-1226861,1424678],[-1227951,1425663],[-1217106,1442884],[-1217724,1443008],[-1217138,1442629],[-1217950,1442976],[-1218133,1443171],[-1218263,1442843],[-1217927,1442049],[-1218025,1443124],[-1217183,1442663],[-1217634,1442903],[-1217900,1441917],[-1217210,1442165],[-1217838,1442346],[-1218463,1442205],[-1218389,1443329],[-1217209,1442406],[-1218063,1443377],[-1217783,1442228],[-1217631,1443195],[-1216978,1452322],[-1218761,1453595],[-1227887,1446785],[-1231009,1418497],[-1230373,1420517],[-1231271,1420565],[-1232299,1419121],[-1232926,1418053],[-1232704,1417592],[-1232894,1420358],[-1230437,1418996],[-1230865,1418557],[-1230180,1419299],[-1231013,1419374],[-1232904,1418443],[-1232281,1417976],[-1232237,1419517],[-1232989,1420461],[-1230686,1418388],[-1231035,1420091],[-1230479,1420185],[-1233003,1418186],[-1231811,1417208],[-1232080,1420126],[-1232763,1419261],[-1230734,1418565],[-1230291,1418801],[-1231799,1420025],[-1233323,1420080],[-1231169,1419358],[-1233139,1418477],[-1232789,1418187],[-1230716,1418774],[-1231017,1419503],[-1231757,1417228],[-1232130,1417594],[-1232759,1419110],[-1232813,1419813],[-1230295,1418764],[-1230245,1419203],[-1232406,1417399],[-1232233,1417941],[-1232545,1419442],[-1232201,1420237],[-1231121,1423069],[-1230956,1421438],[-1231937,1421712],[-1231779,1422454],[-1230644,1422105],[-1231651,1421727],[-1231661,1422499],[-1231929,1422510],[-1230699,1421181],[-1231458,1422773],[-1230847,1421526],[-1230754,1422143],[-1231360,1423455],[-1230704,1422108],[-1231660,1421441],[-1231612,1422381],[-1231240,1421910],[-1230580,1421696],[-1231670,1422411],[-1230971,1422529],[-1231067,1477470],[-1231000,1477733],[-1249785,1478867],[-1249766,1478863],[-1249953,1478835],[-1253705,1498586],[-1253190,1498977],[-1254108,1498601],[-1253433,1499092],[-1246891,1503407],[-1253995,1498825],[-1252235,1513901],[-1251052,1513927],[-1252313,1514287],[-1252577,1514171],[-1253056,1228743],[-1250221,1223060],[-1253673,1224843],[-1250917,1223513],[-1253876,1228574],[-1250860,1222895],[-1253632,1228655],[-1250045,1222658],[-1254010,1224250],[-1253253,1228967],[-1250029,1222697],[-1250453,1223313],[-1253417,1229039],[-1254349,1238859],[-1254312,1239400],[-1253136,1229457],[-1257098,1391506],[-1260072,1394963],[-1260879,1394581],[-1257762,1391823],[-1257704,1391667],[-1260353,1394140],[-1257640,1392045],[-1260841,1394100],[-1260073,1394175],[-1257096,1391695],[-1260459,1394417],[-1257382,1392051],[-1258080,1396044],[-1257709,1396109],[-1258184,1396219],[-1258225,1395817],[-1258404,1396017],[-1258392,1395895],[-1265644,1416648],[-1259271,1409125],[-1264955,1416684],[-1258499,1409108],[-1264836,1416995],[-1259238,1409497],[-1265520,1416691],[-1258731,1409365],[-1265756,1416911],[-1259442,1409291],[-1265338,1417403],[-1258648,1409253],[-1265197,1433489],[-1265182,1433529],[-1264970,1435809],[-1265026,1436094],[-1266765,1434079],[-1265415,1434031],[-1267067,1434918],[-1266981,1434447],[-1265097,1434113],[-1266688,1435044],[-1265623,1434199],[-1265861,1434357],[-1265410,1435932],[-1254745,1456732],[-1254590,1456428],[-1263459,1482427],[-1263316,1482941],[-1262794,1482490],[-1262560,1483056],[-1263745,1482989],[-1262818,1483151],[-1262724,1482737],[-1255114,1499725],[-1262247,1499788],[-1263714,1499210],[-1262811,1499682],[-1261804,1498890],[-1262446,1500062],[-1261974,1498991],[-1263752,1498853],[-1262468,1499478],[-1262039,1226100],[-1261610,1226505],[-1261911,1225804],[-1262053,1228380],[-1261901,1228683],[-1254413,1223916],[-1258024,1222321],[-1261624,1222517],[-1261257,1226223],[-1265350,1223810],[-1259931,1223282],[-1258202,1222377],[-1262173,1222563],[-1261341,1225891],[-1265622,1223486],[-1260226,1222425],[-1258762,1222392],[-1262053,1221787],[-1261458,1226070],[-1265825,1223466],[-1259817,1222585],[-1264608,1228468],[-1257598,1223998],[-1254992,1224887],[-1254620,1224655],[-1258486,1222343],[-1262180,1221829],[-1265514,1223811],[-1259651,1223274],[-1264689,1228728],[-1254546,1224870],[-1258280,1222278],[-1261618,1222451],[-1265442,1223930],[-1260290,1222855],[-1264144,1228693],[-1254608,1224101],[-1258719,1223058],[-1261791,1222476],[-1265381,1223680],[-1259576,1222966],[-1255756,1237152],[-1254970,1239381],[-1256835,1234201],[-1264771,1229336],[-1261353,1232126],[-1261811,1231893],[-1255316,1237720],[-1254741,1239011],[-1257089,1233999],[-1264645,1229251],[-1258964,1229697],[-1261454,1231476],[-1255267,1237592],[-1255200,1239052],[-1257236,1233793],[-1261414,1231510],[-1254431,1239505],[-1255309,1237579],[-1255213,1239354],[-1256588,1234520],[-1261470,1231458],[-1255638,1237730],[-1254888,1239119],[-1257020,1234360],[-1265017,1229017],[-1254419,1239190],[-1255244,1237993],[-1255078,1239305],[-1256846,1234599],[-1261836,1231406],[-1264139,1241849],[-1256553,1247423],[-1256280,1247816],[-1256072,1248222],[-1258170,1242824],[-1263809,1242910],[-1264311,1248862],[-1258880,1243293],[-1263244,1243526],[-1264035,1248377],[-1254473,1243778],[-1254545,1244198],[-1258368,1246131],[-1258239,1246141],[-1258204,1245954],[-1261312,1244642],[-1264131,1246616],[-1263986,1246297],[-1258729,1242376],[-1258218,1242066],[-1257238,1243890],[-1258158,1243366],[-1263489,1242986],[-1263810,1247985],[-1258203,1242432],[-1263714,1243021],[-1263737,1248823],[-1257917,1242844],[-1263771,1243294],[-1264063,1248786],[-1258697,1242840],[-1263651,1243255],[-1264450,1248361],[-112438,572429],[-109933,570057],[-111844,571272],[-112219,572198],[-112153,572443],[-112268,572173],[-110839,572669],[-111299,577986],[-112329,576461],[-109988,578083],[-105270,586004],[-109180,580436],[-110306,577924],[-105941,585805],[-104095,589700],[-103632,592035],[-102494,594606],[-114208,611425],[-109999,611644],[-102411,605736],[-111138,609423],[-114643,612263],[-103608,605283],[-110756,609995],[-114126,611543],[-103995,606088],[-114516,626878],[-113455,627062],[-103258,623972],[-113717,626595],[-114208,627626],[-115114,627569],[-114456,627881],[1291745,184418],[1291541,185805],[1292372,185521],[1292119,183408],[1292769,183802],[1281771,190606],[1282837,190280],[1282759,190780],[1282452,190936],[1281836,190901],[1286049,187832],[1285117,188751],[1285050,186944],[1284074,186718],[1285621,187531],[1284668,188881],[1285418,188368],[1284716,188745],[1285324,187321],[1284392,186560],[1281211,191711],[1281652,192004],[1281543,192067],[1281278,192053],[1281856,191341],[1282199,192057],[1291253,185523],[1292368,183286],[1291674,186315],[1292182,184252],[1284795,186534],[1284493,187335],[1284179,187769],[1286556,188409],[1285026,186737],[1285300,186915],[1285276,188621],[1284085,188131],[1282863,190747],[1282422,189881],[1282672,190845],[1281347,189611],[1282306,190077],[1281797,190844],[1284533,187517],[1284170,188611],[1281545,190620],[1281281,192090],[1281691,191709],[1282461,192081],[1292288,185824],[1291822,186298],[1292763,186092],[1292739,185660],[1292410,185728],[1292485,185338],[1284879,186883],[1281619,190342],[1282828,189648],[1282812,191078],[1282878,191102],[1281456,189600],[1281600,189750],[1285953,187313],[1286332,186439],[1285407,186853],[1286383,188768],[1285118,187160],[1286452,188895],[1286322,188574],[1285841,187293],[1284064,186640],[1281358,192128],[1282223,191530],[1282406,191279],[1287114,203404],[1286950,203358],[1286180,204347],[1287358,204860],[1283963,204192],[1286534,204822],[1285217,204686],[1284188,204846],[1286856,204988],[1282155,192482],[1282361,192763],[1282706,192678],[1281263,192535],[1289129,202145],[1289632,202826],[1290252,203066],[1290427,202137],[1288707,202379],[1288543,202146],[1289842,201641],[1290102,202940],[1290089,204252],[1289693,204833],[1288827,202957],[1289020,202631],[1288789,202502],[1288320,203236],[1290079,203977],[1289666,203205],[1285402,203033],[1287327,204855],[1288888,202269],[1286861,203609],[1286277,204426],[1286193,204648],[1285668,204021],[1287882,204703],[1289124,203463],[1287811,203710],[1290389,204499],[1287546,203703],[1287792,203233],[1287868,204698],[1287963,201870],[1287904,202105],[1288240,202104],[1287312,204461],[1286343,201446],[1288789,201717],[1286148,201896],[1285642,202092],[1286690,203489],[1285951,200421],[1284981,202439],[1286521,200475],[1283778,201350],[1283842,203557],[1285878,202544],[1284636,201888],[1285605,200175],[1286997,198776],[1285584,199403],[1286340,199797],[1287772,199259],[1288540,199075],[1286578,198512],[1286735,199747],[1287317,197185],[1286546,200119],[1286604,199196],[1290831,198284],[1291932,197076],[1291496,199614],[1288958,197781],[1288926,200133],[1292447,198684],[1290111,198960],[1292055,199268],[1291059,198951],[1290912,196382],[1292674,202670],[1292435,204819],[1292559,204291],[1287452,204658],[1285288,200941],[1285081,200745],[1285436,201506],[1284462,202834],[1287247,202860],[1285505,201557],[1286448,202720],[1287087,199100],[1285317,200844],[1287240,202807],[1286131,203758],[1284171,201963],[1286791,204721],[1286901,203858],[1284480,202554],[1284630,203062],[1284823,202944],[1285254,203460],[1285194,204599],[1286448,203372],[1284907,204672],[1287821,201644],[1286389,204601],[1286326,203356],[1286594,202510],[1287646,204916],[1287026,202399],[1286341,204432],[1286056,201601],[1281200,192555],[1282208,192489],[1282496,192339],[1281312,192587],[1281225,192795],[1282327,193151],[1285399,205303],[1284851,205367],[1284294,205097],[1286754,205206],[1285067,206282],[1284211,205908],[1283568,206887],[1285949,205085],[1285688,206340],[1286039,205403],[1286371,206676],[1284936,208214],[1285233,205280],[1284750,205466],[1286978,207940],[1285410,205998],[1285234,205912],[1287174,206949],[1285069,205242],[1283883,206603],[1283822,207856],[1286013,206387],[1288911,208919],[1289210,207252],[1287475,205750],[1288113,206920],[1290673,205113],[1288688,206268],[1288794,208226],[1288222,205844],[1289293,207501],[1288464,206785],[1288734,207906],[1289567,207978],[1289679,207230],[1290567,206144],[1288873,205371],[1289771,206196],[1287354,207021],[1288117,205099],[1290756,205032],[1290438,206200],[1286849,205193],[1291371,207135],[1292641,207548],[1291577,206131],[1291425,208029],[1289953,208117],[1290310,208309],[1292297,206340],[1292358,206745],[1292493,206486],[1287914,206415],[1289625,207215],[1288658,207237],[1288000,205087],[1286463,205692],[1289029,207466],[1288455,205910],[1287775,207111],[1288397,208332],[1287191,207141],[1287937,207678],[1286879,205199],[1286835,208320],[1288523,208877],[1286901,205798],[1288310,206818],[1285434,209110],[1286222,209063],[1286121,206588],[1287763,209057],[1286266,207810],[1287477,210513],[1289347,208034],[1287815,207488],[1285924,210352],[1286051,210056],[1288532,208005],[1289687,209944],[1285917,209760],[1290549,211902],[1292290,212930],[1290105,212046],[1290641,213494],[1289034,211493],[1289650,211845],[1289762,211293],[1290595,213245],[1289908,210454],[1292048,213552],[1290457,210727],[1288803,211454],[1292041,210734],[1290345,209008],[1291093,209945],[1289201,208813],[1291768,209744],[1289916,211353],[1290189,212200],[1290972,209465],[1286711,207943],[1284970,209113],[1288671,207066],[1285266,208656],[1285699,206896],[1285149,209924],[1286833,209485],[1286146,206348],[1286529,206594],[1284926,208183],[1286053,205388],[1289098,341435],[1288503,342142],[1288309,340984],[1288983,342005],[1288390,341603],[1290288,344236],[1281531,343046],[1280400,342289],[1282136,341671],[1280867,341705],[1281650,341730],[1281574,343573],[1280866,343790],[1282142,341266],[1283514,343096],[1283520,342544],[1280094,344283],[1282354,341970],[1292124,338918],[1287125,337504],[1288450,340708],[1287948,338611],[1288152,340140],[1288586,338156],[1288841,337664],[1287936,337748],[1285670,338059],[1289208,339376],[1287814,339244],[1286307,337584],[1289632,338974],[1289564,338867],[1289645,339192],[1285254,343147],[1286869,343564],[1285989,344450],[1287908,345400],[1285478,344528],[1286652,345717],[1287338,345021],[1287724,343739],[1285194,344911],[1288752,341318],[1289205,340744],[1287911,341829],[1287839,341071],[1287973,347236],[1289218,347909],[1287534,345829],[1286365,345862],[1286967,345914],[1286148,346133],[1288407,346011],[1287518,352805],[1284140,353881],[1281714,354502],[1283188,354130],[1282785,353470],[1282519,354936],[1282064,355298],[1283144,351592],[1281849,351605],[1281706,353886],[1281741,353067],[1281563,354763],[1282197,352581],[1281687,352662],[1282525,351479],[1292376,358413],[1292519,352961],[1281206,346531],[1282014,348632],[1282048,345811],[1281581,349777],[1281475,348278],[1280815,346361],[1282373,345822],[1281990,348872],[1282111,346305],[1282437,345882],[1286678,353431],[1288272,350996],[1288041,348449],[1288083,346867],[1287638,348459],[1288821,347725],[1288068,347592],[1288523,348207],[1291292,361658],[1291411,361295],[1292209,359900],[1292109,361283],[1292611,361489],[1292419,360622],[1291704,359859],[1291154,365546],[1292445,364053],[1291595,363952],[1292184,365688],[1291225,363748],[1280258,371232],[1281634,371190],[1281031,371204],[1283311,371580],[1282329,371944],[1282323,372022],[1280327,372699],[1283129,372726],[1281418,371682],[1280288,371851],[1282059,372778],[1282369,372478],[1281300,371779],[1281175,371493],[1292672,408088],[1291028,409391],[1291443,409526],[1290543,409690],[1288206,409622],[1290867,409923],[1285276,412838],[1286351,412971],[1286574,412264],[1288314,412101],[1286382,411737],[1288152,413290],[1289113,413026],[1286579,412757],[1289198,412058],[1288530,412137],[1289080,411533],[1286470,413274],[1287526,410487],[1291540,476209],[1291119,474376],[1291413,476238],[1292777,476497],[1290154,479211],[1289956,481667],[1292562,482300],[1290506,481552],[1292560,482531],[1289829,480097],[1289584,480222],[1289445,478833],[1291138,482286],[1292394,479152],[1292755,486352],[1291568,487238],[1291733,489657],[1291686,488738],[1289993,489264],[1290777,489022],[1291561,490030],[1291000,487178],[1292582,491862],[1292545,492547],[1292246,495237],[1291352,494887],[1291283,495457],[1292678,489166],[1291970,488544],[1292172,487918],[1292375,489617],[1290175,509348],[1292730,511172],[1291228,509872],[1291793,510256],[1291247,509625],[1289633,509744],[1292205,508866],[1290778,511709],[1290226,510712],[1292113,510314],[1290886,512200],[1304049,178423],[1304529,177531],[1303857,178021],[1305547,178636],[1305466,178474],[1303317,177861],[1303530,177035],[1304772,177654],[1304284,177205],[1303085,177593],[1304862,175280],[1304829,174155],[1304944,172234],[1305251,172845],[1305131,171449],[1302267,174154],[1303647,173028],[1304766,174620],[1303542,172982],[1304501,173071],[1303843,174451],[1304553,174668],[1304213,175385],[1303618,174957],[1304358,174584],[1304848,178348],[1303693,176616],[1303906,178267],[1303821,176974],[1302982,177633],[1303753,178338],[1303618,177696],[1303903,177637],[1303777,177413],[1304715,178099],[1304331,173703],[1304866,174424],[1305542,172835],[1304533,172198],[1305159,171765],[1304988,171951],[1304313,171450],[1304204,174288],[1302692,174485],[1304619,173382],[1303023,173646],[1303311,174156],[1303251,174972],[1303197,174348],[1303913,174598],[1303233,174590],[1303695,175755],[1304507,178520],[1303870,178640],[1303028,177260],[1304747,176993],[1305210,176677],[1305521,177797],[1304454,176910],[1305143,178525],[1305262,177724],[1303952,177796],[1304972,174247],[1303899,173064],[1304712,171632],[1304632,172771],[1304888,172750],[1305210,172816],[1305084,170909],[1304811,172076],[1303892,174942],[1302269,174647],[1303707,172951],[1302682,175147],[1303492,174497],[1303530,175113],[1303503,175272],[1304047,174482],[1303532,175090],[1303138,174596],[1295368,183466],[1295003,183339],[1293773,182819],[1295285,186595],[1294724,182850],[1294058,183099],[1292850,184810],[1293368,184598],[1294191,185793],[1293540,184837],[1293271,183929],[1293557,183827],[1294422,184131],[1298592,182076],[1296109,181323],[1297261,181555],[1297839,182247],[1295238,183469],[1293747,185760],[1294723,183215],[1293801,186273],[1294757,186248],[1292888,185035],[1294304,184003],[1292848,183651],[1294371,183788],[1294610,183413],[1293341,184936],[1293708,185592],[1298431,181530],[1298099,181339],[1297306,181972],[1294380,182757],[1293266,183059],[1293260,186461],[1293231,183839],[1294049,185338],[1293308,183958],[1292947,184086],[1293536,185296],[1294347,185304],[1293156,184407],[1293237,183647],[1294191,185098],[1296759,181755],[1296340,181360],[1297827,181609],[1294425,203405],[1295100,201560],[1293570,201512],[1293588,203797],[1295745,201870],[1294925,203284],[1305063,199696],[1304554,201655],[1304856,200201],[1304772,203518],[1292818,208638],[1295020,205260],[1305455,215234],[1304565,210907],[1303652,229843],[1303861,230591],[1303727,230174],[1300734,230009],[1301999,230205],[1300471,230101],[1300853,230131],[1300364,228914],[1299847,228746],[1300326,228587],[1300448,229429],[1299243,229880],[1302422,229783],[1304110,229610],[1305030,230224],[1302125,228921],[1302931,229826],[1301160,229023],[1300929,229349],[1299552,229096],[1298179,229104],[1298072,228815],[1298524,229386],[1299639,228335],[1300327,230140],[1300877,230197],[1305023,229830],[1303104,230529],[1301303,229560],[1301784,229643],[1301242,230344],[1301663,229991],[1300442,229932],[1299628,229806],[1299922,229752],[1298944,228944],[1299448,229955],[1299436,230295],[1301953,230230],[1300910,227947],[1299648,228421],[1300064,228519],[1300859,228959],[1299336,228358],[1299233,228508],[1300255,227332],[1301442,230204],[1300765,228632],[1298844,227007],[1301050,228714],[1299174,228578],[1299667,227590],[1299909,227962],[1298932,228800],[1300359,227362],[1301450,230175],[1299086,228194],[1298875,228615],[1300028,228649],[1299353,227532],[1300903,227944],[1300212,227180],[1299431,227401],[1300798,228922],[1300352,227435],[1299130,233801],[1301041,234635],[1299824,233588],[1300027,235145],[1300782,235818],[1304552,231664],[1304610,234494],[1302925,237405],[1302934,235196],[1303670,235503],[1300923,233895],[1301584,230774],[1301743,232113],[1299017,232958],[1298618,232242],[1299249,230943],[1299645,232104],[1299109,233283],[1301606,232091],[1300642,231233],[1300610,238802],[1300806,239465],[1300170,238391],[1299883,238173],[1300315,236924],[1299987,237498],[1299489,237618],[1299230,238530],[1299308,238845],[1299082,239281],[1300354,239560],[1299584,240007],[1301859,237489],[1302393,237553],[1302151,237257],[1301556,238077],[1302537,237275],[1302765,239806],[1302627,240058],[1301922,240611],[1301635,240654],[1301995,239643],[1303109,238637],[1303012,237978],[1303232,237689],[1303627,237561],[1304086,237961],[1304208,238027],[1301585,235132],[1298603,233779],[1298318,232888],[1301437,235412],[1299291,235643],[1299360,235556],[1301359,231733],[1302585,230764],[1303688,231525],[1304661,231857],[1302979,234297],[1303285,236637],[1303725,233790],[1303997,236702],[1303732,235371],[1300588,230647],[1299448,231194],[1299738,232520],[1299971,231099],[1300371,231781],[1300716,232833],[1299554,231135],[1304008,237678],[1303583,238669],[1303262,238735],[1304025,237630],[1300616,238688],[1299363,237744],[1301195,238943],[1299469,239107],[1301213,238298],[1300273,239698],[1299359,238292],[1299898,238126],[1300014,237790],[1300733,237499],[1300424,239504],[1299959,238432],[1298948,238679],[1301486,237344],[1302161,238450],[1302220,238135],[1301475,237838],[1301788,237920],[1302763,240596],[1301972,241115],[1302739,241011],[1302609,240188],[1302301,240402],[1298768,234488],[1301759,234982],[1299569,234023],[1301886,231623],[1304044,230690],[1302682,231013],[1305176,231486],[1299002,231039],[1305411,235856],[1304188,235792],[1304369,235051],[1303417,237353],[1304367,237323],[1303001,236056],[1304262,235512],[1302923,238274],[1298783,232656],[1298906,231445],[1299393,230822],[1301742,230819],[1299624,233287],[1300161,233016],[1300319,232083],[1299738,233044],[1301479,233298],[1301161,230854],[1303250,238366],[1302922,238571],[1303068,238005],[1304436,237679],[1300965,239071],[1301935,239267],[1299625,236921],[1300126,238114],[1300802,237029],[1299873,237309],[1300782,237792],[1299411,238678],[1299155,238969],[1299194,239608],[1298961,239643],[1299276,238439],[1302614,237705],[1301305,238580],[1301675,237484],[1301882,238071],[1302256,238643],[1302090,240282],[1302897,240841],[1301652,240518],[1302600,239660],[1302960,241136],[1304460,238760],[1301320,305642],[1301951,305576],[1301802,306360],[1301808,306558],[1301822,305784],[1301902,305971],[1302044,305739],[1302269,305055],[1293647,340669],[1293499,339782],[1293501,341277],[1293246,339368],[1293392,340506],[1292992,340616],[1293158,341113],[1294012,339934],[1294208,340074],[1294812,340228],[1294583,341333],[1292877,340728],[1293760,338878],[1298104,337649],[1297715,337697],[1296829,336475],[1298864,338447],[1297983,337305],[1299748,337120],[1300089,337179],[1299926,337545],[1298143,337533],[1298650,335951],[1296877,335846],[1298971,338458],[1298712,338310],[1298062,336268],[1303847,345673],[1303529,339502],[1304287,339420],[1303589,338815],[1301794,341385],[1303693,339621],[1304864,338876],[1302399,338612],[1302955,340269],[1305169,339523],[1304475,341146],[1303074,340629],[1303260,339199],[1305411,342078],[1302287,338612],[1303300,338250],[1303123,335655],[1303161,337109],[1302038,338960],[1302188,337366],[1302062,338284],[1304328,337623],[1304508,336415],[1303300,336800],[1303606,336675],[1302639,337255],[1302489,337593],[1302334,338103],[1303044,339221],[1293690,352177],[1295076,353445],[1293790,351739],[1292818,350046],[1293014,353384],[1293301,352818],[1292872,351299],[1295632,350484],[1295008,352698],[1294524,352155],[1297504,350118],[1295381,353416],[1299013,353274],[1295913,352569],[1297363,352926],[1296138,350870],[1297571,352431],[1296642,350672],[1297434,352377],[1295625,353779],[1296759,353945],[1298513,351223],[1296393,350034],[1297160,350200],[1300993,346757],[1299577,347167],[1300385,348547],[1299545,349172],[1297666,347855],[1300101,348620],[1297913,349951],[1299654,350497],[1300233,347094],[1297538,348908],[1299285,349824],[1299601,348499],[1298866,349622],[1301183,350286],[1304265,347328],[1301980,348413],[1302566,346859],[1301736,345862],[1302292,346715],[1305086,346304],[1304010,346664],[1302135,346579],[1302648,347144],[1301847,347864],[1304235,347124],[1301172,348594],[1301948,346307],[1292867,352653],[1292825,355279],[1292803,354665],[1292969,353282],[1292804,354147],[1293566,361361],[1294490,360307],[1293982,360646],[1294409,360907],[1292950,361980],[1294884,359672],[1293746,363313],[1294998,366205],[1293958,362527],[1293079,362558],[1294797,363487],[1294568,365706],[1294319,363287],[1293600,362424],[1294705,365269],[1296928,366784],[1295404,368460],[1295013,369302],[1296435,367074],[1294791,368351],[1296408,367161],[1304644,367188],[1304351,363190],[1303774,366111],[1304776,363052],[1305360,364133],[1305437,363517],[1303595,364463],[1304420,365291],[1295635,368863],[1296063,370339],[1296785,369726],[1295995,370076],[1296795,368410],[1295906,368875],[1295553,370263],[1296697,368529],[1304806,368866],[1304993,369327],[1305453,369396],[1295992,370856],[1297299,371122],[1294911,372859],[1295360,372619],[1294619,371526],[1295057,372313],[1294324,374093],[1294362,374110],[1295193,372131],[1303768,378441],[1301379,377946],[1305152,377523],[1303817,378496],[1301363,377745],[1305263,377874],[1304765,379846],[1303503,378469],[1303684,380115],[1304460,380019],[1303209,377364],[1303696,378779],[1305358,378672],[1301397,379677],[1296398,371420],[1297208,372428],[1295861,372912],[1295477,373271],[1295952,373023],[1299110,395876],[1301976,395703],[1299290,396299],[1300924,393892],[1302009,396243],[1299802,396020],[1299413,396644],[1302805,395293],[1299274,395277],[1302213,396377],[1301497,394140],[1302573,395999],[1302243,388664],[1303504,389974],[1303492,391900],[1302693,389194],[1300851,390898],[1302853,389856],[1303427,391659],[1301078,391353],[1302949,390145],[1303756,390933],[1301794,390085],[1303009,389911],[1300532,388867],[1302564,391615],[1300410,385932],[1296987,389054],[1299837,386205],[1298743,385535],[1298349,387777],[1299783,385619],[1297143,388360],[1297147,388164],[1300052,387831],[1298765,386775],[1299697,387068],[1297637,385580],[1299080,386279],[1299832,388326],[1298980,397599],[1302183,397505],[1296587,404615],[1298735,404641],[1298977,404363],[1298042,404432],[1296810,404151],[1296774,405519],[1299492,403399],[1298032,405573],[1300012,404382],[1296892,405206],[1298232,402176],[1296869,405663],[1297070,402702],[1300223,404341],[1296353,406365],[1295133,404933],[1294550,406458],[1293847,407630],[1293963,407054],[1294503,404303],[1294125,406012],[1293929,408131],[1293722,407766],[1295088,405804],[1295787,405776],[1295933,405840],[1294227,404608],[1293563,406212],[1293288,409258],[1293385,408910],[1293300,409454],[1293327,408618],[1293560,409694],[1293035,407940],[1293458,409744],[1293117,410924],[1293832,410713],[1302089,433849],[1300232,435246],[1300208,433698],[1301287,434386],[1298879,434782],[1299579,435361],[1299862,435332],[1299205,433843],[1300855,434943],[1298618,434290],[1299249,434324],[1298714,435094],[1298688,435367],[1298937,434600],[1299801,434762],[1300997,434843],[1301295,434635],[1301430,435244],[1302236,434120],[1300725,434770],[1301733,434361],[1300856,433904],[1299938,435245],[1297826,434689],[1298552,434367],[1299651,435376],[1301030,434658],[1300475,433324],[1299779,435355],[1300656,433803],[1299675,434179],[1300791,434259],[1299200,433678],[1298033,435179],[1298738,434667],[1298642,434829],[1299204,435186],[1299451,434706],[1302294,433615],[1300465,434338],[1299885,433672],[1301982,433442],[1300815,433195],[1298612,434260],[1298817,434622],[1299458,435290],[1300029,434784],[1301146,435184],[1299678,434837],[1299736,434144],[1299264,433421],[1300696,434814],[1297058,434332],[1298196,434619],[1299326,434948],[1299167,434530],[1298736,434380],[1298436,434828],[1299353,436859],[1299912,436030],[1297969,435693],[1298044,436412],[1300500,437130],[1299795,437131],[1301615,436955],[1301025,437384],[1299552,437423],[1301548,437117],[1300164,435979],[1299417,440059],[1299034,435722],[1295145,437667],[1295614,437670],[1295629,437064],[1294982,437168],[1295424,438134],[1298773,437602],[1299052,438000],[1298087,438157],[1299518,438126],[1299795,439049],[1300134,438508],[1301206,439043],[1300763,438911],[1300634,439327],[1300354,441279],[1300266,441116],[1300847,441823],[1300920,441405],[1299958,441174],[1298281,440966],[1299356,441143],[1301338,435407],[1300126,437132],[1301174,436768],[1301303,435726],[1298895,437200],[1300928,435590],[1297940,435501],[1299893,435880],[1299552,436043],[1299732,437151],[1301116,437441],[1299564,436460],[1300788,436369],[1299480,436174],[1300287,437052],[1301143,436430],[1299666,435819],[1299950,435407],[1298718,435771],[1298029,435815],[1295123,437139],[1295151,437974],[1296307,437418],[1295334,437580],[1296022,438489],[1298782,437499],[1298318,437843],[1300590,439028],[1300079,439187],[1301248,439772],[1300687,438896],[1301369,440016],[1300187,440987],[1300497,440746],[1301038,441906],[1300063,440763],[1299717,441813],[1298025,440914],[1299186,440310],[1299091,439639],[1299060,440510],[1298778,440721],[1300554,436976],[1299023,435918],[1301104,436339],[1301146,437011],[1298791,436290],[1298029,435674],[1299533,435510],[1299523,437313],[1299084,440480],[1299873,437059],[1301031,436307],[1300859,436161],[1299807,436503],[1299109,435602],[1298834,435683],[1295433,438229],[1295017,437437],[1295338,437556],[1295498,437242],[1295931,437548],[1298950,440623],[1298775,439927],[1298703,437901],[1297993,438855],[1298848,437984],[1298375,437854],[1299914,438865],[1300746,438897],[1300097,438951],[1300605,439644],[1300176,439117],[1299493,441130],[1300762,440638],[1299665,440941],[1300204,440805],[1300324,440446],[1298493,441032],[1298229,441014],[1293259,475305],[1295087,473880],[1294307,475047],[1294867,475882],[1293860,474723],[1294509,475034],[1294325,477061],[1293028,476087],[1293262,480230],[1292972,479942],[1293247,478578],[1293315,481188],[1294986,474102],[1305078,486173],[1305071,485459],[1304644,485446],[1304214,486542],[1300381,486110],[1300743,485808],[1300725,484392],[1301630,486480],[1300114,485791],[1301485,485986],[1302508,486354],[1299729,484842],[1300076,484272],[1300461,485977],[1292907,495445],[1292918,492610],[1294548,494763],[1304498,488341],[1305179,489214],[1304475,487717],[1305456,488236],[1305131,488885],[1305306,487759],[1302824,488180],[1303331,488190],[1302693,490716],[1301757,489538],[1305162,487481],[1303006,490587],[1303373,488646],[1303637,487029],[1302703,488794],[1304853,490056],[1304285,490814],[1301736,487070],[1298736,488263],[1301774,486601],[1300369,488036],[1296397,491424],[1294114,491612],[1295196,491628],[1294553,490274],[1293291,491702],[1295893,491984],[1294374,492894],[1295123,490162],[1296576,492496],[1293556,488837],[1296247,491208],[1293628,490451],[1293824,489893],[1293412,486950],[1293727,488192],[1293614,489459],[1294067,491503],[1294689,493260],[1295072,493309],[1294354,492004],[1294332,491507],[1295184,492466],[1293572,511484],[1292895,511728],[1292993,511359],[1299435,510540],[1298146,511696],[1298896,508921],[1298662,508536],[1298710,511264],[1297762,509530],[1300173,508944],[1298357,509534],[1299081,511614],[1299983,508827],[1299418,508040],[1296402,511009],[1296460,511722],[1297100,508959],[1302751,508643],[1300319,510578],[1305174,509143],[1301638,507992],[1299645,508016],[1302978,508727],[1300493,508067],[1301338,507503],[1300161,505227],[1302065,505956],[1304556,504229],[1301831,506110],[1305120,506629],[1305334,500698],[1305297,501043],[1300473,509298],[1305008,509391],[1299840,511579],[1299869,510795],[1299860,510763],[1299758,515903],[1297531,515370],[1299364,514321],[1297605,512260],[1297837,513862],[1300339,512780],[1299302,514362],[1300467,513426],[1298277,515918],[1300591,515592],[1299262,514536],[1298005,515454],[1299368,514056],[1299150,514406],[1304107,515986],[1304776,517545],[1301113,518227],[1303118,515573],[1303793,514740],[1301046,515974],[1300764,515837],[1301701,517439],[1301251,516985],[1303267,517374],[1302446,515954],[1302861,515452],[1302190,516995],[1301981,515736],[1305381,513859],[1305544,515583],[1304230,514755],[1299493,514619],[1304781,515706],[1303766,514144],[1311149,140249],[1313572,138270],[1312412,139019],[1312159,139913],[1313284,140280],[1312749,140044],[1311679,140812],[1310844,138289],[1311324,138142],[1312829,138691],[1311678,140112],[1316085,140211],[1315429,137893],[1314704,136970],[1316658,140118],[1317166,140226],[1313885,140520],[1315722,137267],[1313822,138809],[1314735,137285],[1316384,140220],[1315704,140694],[1317083,137433],[1317613,137933],[1316606,137140],[1317730,136423],[1316905,136820],[1316448,139618],[1317298,136416],[1318048,138136],[1314556,129008],[1318344,131426],[1315682,129599],[1315921,129579],[1314861,131586],[1315713,130023],[1315060,131305],[1315387,129589],[1316143,129730],[1315097,131249],[1317914,129003],[1317102,130297],[1317123,128684],[1318197,130098],[1318265,130010],[1310927,141644],[1317689,165221],[1316324,158589],[1313980,164205],[1314875,163944],[1314575,164878],[1313400,165076],[1316528,163510],[1314540,164397],[1314456,161686],[1314677,162347],[1316938,165548],[1315323,161565],[1316491,162082],[1315390,162293],[1317460,163388],[1317539,164257],[1315148,157172],[1315924,157689],[1316318,158049],[1315515,164954],[1315216,164782],[1312876,165266],[1313461,164241],[1314594,162912],[1315806,160082],[1315767,163156],[1315081,162141],[1313383,164949],[1315768,157209],[1318018,164168],[1315822,163186],[1314701,165566],[1316310,163200],[1314042,164523],[1316575,164593],[1314333,162769],[1314936,165499],[1315995,161912],[1316363,161289],[1315802,161123],[1315715,160217],[1306006,174697],[1307422,172749],[1306738,172786],[1307008,171793],[1308045,174073],[1309911,174615],[1306379,172716],[1305973,172493],[1306381,173368],[1306101,173110],[1305964,170982],[1310245,175346],[1310158,173601],[1312551,173615],[1309901,174223],[1307790,174905],[1306627,174296],[1307982,174393],[1306104,171230],[1306367,172422],[1306389,172062],[1305802,173336],[1305996,172981],[1305703,173033],[1306059,172761],[1311909,173912],[1309788,173943],[1311241,173291],[1307918,171289],[1307988,172442],[1306889,174830],[1306133,174496],[1306027,174640],[1306521,171724],[1306427,171816],[1305914,172431],[1306870,172275],[1312202,173803],[1311950,174584],[1309775,172945],[1309129,174276],[1305897,202468],[1307079,198690],[1306353,198667],[1307486,199112],[1307278,198675],[1307006,199999],[1313393,204866],[1314395,203762],[1315001,204631],[1314543,204136],[1313078,204224],[1318281,201948],[1315538,203454],[1312233,197789],[1312070,197952],[1311920,197892],[1312921,197873],[1317390,201369],[1318186,199696],[1316134,202156],[1317169,199034],[1317933,201480],[1313208,197590],[1316671,202417],[1308827,199178],[1308363,200268],[1308788,200469],[1308708,200796],[1317587,214441],[1317921,216912],[1318154,215947],[1318129,214085],[1315512,215733],[1315247,215117],[1317765,216027],[1318361,214615],[1315378,217246],[1316672,217167],[1315056,215531],[1315852,214829],[1315756,217006],[1315126,209543],[1316064,210182],[1314266,207888],[1315238,208455],[1315328,208068],[1316265,210870],[1315697,209960],[1315398,210974],[1315388,208041],[1316221,211075],[1315026,207723],[1313487,210486],[1314559,207684],[1315707,209636],[1313594,205700],[1313322,206303],[1312209,206280],[1312738,205432],[1313091,205663],[1312405,205900],[1314419,205500],[1313935,206628],[1313340,206152],[1307010,209630],[1315438,211136],[1309983,213127],[1314918,217254],[1314598,210296],[1308337,216660],[1311302,213263],[1308808,216939],[1309082,209969],[1308811,212419],[1307847,216425],[1314489,221328],[1314136,229421],[1311137,227364],[1311503,230450],[1314858,226845],[1311176,228964],[1314361,226591],[1314387,228498],[1313740,226401],[1314651,227172],[1314050,229429],[1312820,229992],[1313421,227950],[1313246,228403],[1313624,226655],[1315573,221652],[1313965,222688],[1315508,220056],[1316207,223202],[1313860,222660],[1315603,222671],[1314320,220505],[1315246,223882],[1314567,221232],[1312683,223530],[1316497,218999],[1318218,222265],[1316842,219994],[1318066,219328],[1316750,222871],[1316727,220041],[1318338,220907],[1316258,219555],[1316331,220719],[1315897,222333],[1317062,222040],[1308742,217895],[1306528,235531],[1306139,235638],[1306058,235758],[1305832,235304],[1305943,236524],[1305608,236830],[1306682,235448],[1305772,236762],[1305829,234502],[1305875,235000],[1310269,233216],[1310652,234368],[1313794,233746],[1311528,233187],[1310732,234144],[1311728,233534],[1311514,232040],[1312629,233778],[1312401,232658],[1312237,232634],[1310945,232428],[1313513,233591],[1312766,231038],[1312608,232788],[1305988,237420],[1309473,243322],[1306073,238829],[1305969,240660],[1305950,241194],[1310090,245336],[1309007,245159],[1308093,245828],[1310253,245943],[1309546,244223],[1306314,245512],[1309651,247326],[1306355,244413],[1306184,245825],[1308018,243452],[1305886,247311],[1307763,249493],[1306720,248546],[1308116,251165],[1305745,247341],[1306135,248871],[1308108,247141],[1308869,250071],[1306078,244011],[1305932,245284],[1308639,244028],[1307928,245008],[1308276,247455],[1309403,246203],[1309205,246828],[1309809,246903],[1309451,246372],[1308594,246592],[1308552,244332],[1310141,245399],[1308655,250550],[1305767,247292],[1307367,247934],[1305655,250448],[1307786,250391],[1306181,248530],[1307423,248296],[1309124,248649],[1305840,249403],[1305786,246646],[1309377,245030],[1308853,246154],[1307461,245957],[1306556,244547],[1307898,245513],[1306295,246802],[1310218,247277],[1307312,245454],[1309916,246090],[1307434,248282],[1307081,247967],[1308280,249098],[1306291,248068],[1308655,248399],[1307607,248872],[1307743,248183],[1306071,248297],[1306470,249118],[1317105,289543],[1317482,289593],[1316881,301640],[1318093,302032],[1317162,300918],[1317743,300598],[1316268,303488],[1316256,300357],[1316587,300567],[1315491,302763],[1317842,301869],[1318088,304078],[1316908,300564],[1316439,300067],[1315631,303385],[1317855,301044],[1317031,300140],[1316700,300500],[1316552,301271],[1309193,300573],[1312492,302722],[1316233,309459],[1316047,311492],[1317758,311679],[1316608,311788],[1317458,310923],[1317337,311900],[1316445,311900],[1317599,309956],[1317041,310825],[1316625,311012],[1317787,310436],[1316704,311098],[1310494,345625],[1309417,345620],[1310346,341352],[1308302,341907],[1307428,340594],[1310010,339491],[1308670,341540],[1309528,343416],[1309950,341358],[1309163,340770],[1308833,339664],[1308922,342279],[1310433,339362],[1310222,342557],[1307098,340334],[1311063,340433],[1310092,339587],[1313950,337761],[1312567,336945],[1312300,339040],[1312854,337514],[1312793,338113],[1310831,337791],[1310862,336798],[1312343,337437],[1311040,335622],[1310836,336070],[1311145,338317],[1312762,337975],[1311599,335706],[1309142,348527],[1307648,348698],[1307414,347445],[1307099,348278],[1307138,347399],[1306606,345901],[1307849,345826],[1307719,348622],[1307337,349408],[1307590,347558],[1308875,347941],[1308832,348189],[1309654,352830],[1307841,350651],[1307976,352520],[1310093,351712],[1308006,351169],[1310115,354746],[1309561,351526],[1310710,351521],[1309910,354152],[1309798,353045],[1307303,352779],[1309109,353263],[1307385,352072],[1307307,350641],[1318326,366558],[1316519,365460],[1318173,366376],[1316909,365743],[1317241,365463],[1305606,367554],[1306120,362715],[1306315,365440],[1305727,364742],[1305985,363094],[1307079,369448],[1307795,368385],[1307206,368011],[1308179,367075],[1307081,369803],[1306991,365998],[1305722,368829],[1308583,370115],[1307227,366047],[1307783,365254],[1307379,363867],[1307563,364476],[1312632,429732],[1312171,479018],[1315992,478951],[1313076,478817],[1314341,477637],[1315170,478660],[1312795,477906],[1314392,478022],[1313367,479027],[1314962,480031],[1312919,479722],[1312738,478369],[1314144,477012],[1314598,477221],[1313849,477106],[1306261,486547],[1306623,485686],[1311119,486370],[1312357,495357],[1312703,496400],[1311202,495860],[1312154,495525],[1313804,495190],[1313527,495006],[1312657,497719],[1311580,494808],[1312269,496671],[1310916,494975],[1313595,498667],[1310971,494676],[1310427,497623],[1313707,498339],[1307458,488295],[1306458,488887],[1307090,488986],[1310495,487218],[1312948,487158],[1311779,488195],[1310180,489758],[1311697,489913],[1312778,489300],[1311824,490030],[1310737,486613],[1311773,488018],[1310142,489240],[1312997,489934],[1311250,488883],[1313851,488706],[1314304,491251],[1313452,488755],[1315619,491179],[1317268,489320],[1316396,489438],[1317400,489002],[1314195,488882],[1315893,491479],[1313949,488650],[1317201,490517],[1315115,489027],[1314933,487978],[1317265,489096],[1315386,491236],[1313900,497022],[1312909,497672],[1312629,494779],[1310540,496316],[1311996,496362],[1311752,495462],[1313247,497841],[1311433,497581],[1312705,493982],[1312691,495474],[1310409,497663],[1311553,495603],[1310289,494962],[1312533,497276],[1307115,499066],[1307205,496746],[1305622,498689],[1306734,496754],[1309658,497805],[1308292,497568],[1306393,497558],[1309421,498907],[1308471,498664],[1305614,488125],[1305668,488533],[1317668,510672],[1316337,510621],[1316507,507318],[1315234,508798],[1315363,511151],[1316669,510314],[1316207,507339],[1317420,507358],[1314713,509018],[1315603,508998],[1314910,509105],[1315916,509486],[1315514,508040],[1313770,508202],[1317068,508163],[1316621,501584],[1314328,502499],[1316420,502125],[1316123,499836],[1313899,500766],[1314301,502439],[1314173,499784],[1316077,501958],[1315054,499670],[1315153,502610],[1314758,503326],[1315772,501549],[1314628,503526],[1314326,502932],[1314175,505005],[1313575,504181],[1313979,507408],[1314046,506943],[1315957,507469],[1315706,506873],[1314482,504260],[1316161,504619],[1313872,506572],[1315530,504166],[1314030,507259],[1313547,505660],[1314166,508037],[1314855,504576],[1315981,499975],[1317031,500029],[1316149,501965],[1317552,501837],[1318233,502532],[1316771,501687],[1316919,501421],[1318286,505307],[1318299,512127],[1306034,505851],[1312738,506798],[1309720,505475],[1309032,507970],[1311343,507768],[1310609,507298],[1311857,507544],[1308107,506437],[1308353,507116],[1310887,507139],[1311929,506766],[1312100,509871],[1308765,507406],[1312579,509141],[1310143,505608],[1308433,500008],[1309151,502932],[1307296,501108],[1306205,509899],[1318279,499832],[1317736,501533],[1308579,519318],[1306534,517726],[1309252,518527],[1307891,518555],[1307381,521521],[1308381,517789],[1306496,521443],[1309070,521830],[1306488,519702],[1309893,520994],[1308232,518945],[1307084,519127],[1307115,517878],[1308139,521499],[1307594,516595],[1306694,516776],[1306074,516381],[1309310,513687],[1309174,515397],[1308673,516679],[1309127,515542],[1308534,515368],[1307509,517156],[1307421,514976],[1307782,513698],[1307254,513638],[1305976,516462],[1318241,513062],[1317317,513888],[1317140,513724],[1317036,513055],[1313439,517832],[1314704,515766],[1316718,516629],[1316220,518720],[1315916,518896],[1315131,518643],[1315168,518736],[1313589,517842],[1313209,517403],[1314860,518875],[1314661,519929],[1315409,517329],[1314597,517391],[1313214,518859],[1306196,514622],[1305794,515695],[1305769,515428],[1317931,101870],[1318359,102011],[1316584,109963],[1317975,112898],[1314175,109031],[1317594,106504],[1313810,108181],[1313963,108278],[1314421,109762],[1315575,108730],[1315770,113744],[1315083,115173],[1314593,111896],[1313197,111512],[1315072,114427],[1313397,112410],[1310894,112862],[1317683,126883],[1317674,128083],[1317899,127036],[1312278,125382],[1309681,123244],[1310599,124611],[1313473,122770],[1310056,123616],[1311751,124023],[1312282,124326],[1310937,124231],[1313089,122573],[1312941,122235],[1310361,122105],[1311336,122536],[1311910,124505],[1310000,122064],[1309399,119029],[1310114,121314],[1310380,120011],[1311706,122159],[1313197,118221],[1310348,120323],[1311622,118846],[1311330,119499],[1312739,121454],[1310598,120337],[1311902,118703],[1309922,118418],[1311285,121322],[1312758,120174],[1317043,124940],[1316079,126667],[1314026,125749],[1316557,126298],[1317252,126371],[1316740,125450],[1317223,123626],[1317341,123800],[1315333,124307],[1314372,124960],[1313670,126409],[1314491,125743],[1314691,124965],[1315725,125207],[1317882,117149],[1315742,116994],[1315215,115538],[1312965,117433],[1316449,116781],[1313637,116185],[1310230,115411],[1313429,115541],[1319710,138237],[1318927,138224],[1318438,138888],[1319896,138764],[1321236,140201],[1318798,137555],[1321027,139144],[1321041,139440],[1318747,139508],[1320633,138220],[1320980,139399],[1320040,137466],[1321544,135449],[1320647,134963],[1321570,136805],[1318740,137301],[1321100,136819],[1322329,135796],[1321281,134555],[1321931,135128],[1320504,135158],[1320754,137480],[1318736,136004],[1319869,134131],[1319611,135519],[1318524,131024],[1321027,130131],[1320321,130773],[1323869,129016],[1318997,162543],[1318733,159221],[1327381,173543],[1325780,170156],[1329740,173493],[1328946,173036],[1326507,173482],[1326024,175143],[1329207,173953],[1326861,175773],[1326138,176415],[1327747,174290],[1329395,174023],[1327799,175418],[1326881,173808],[1327945,173015],[1328076,172996],[1325868,174333],[1326233,173070],[1328663,175600],[1327434,172242],[1327563,170774],[1329114,172311],[1328480,171625],[1329840,170303],[1329018,172182],[1328518,170350],[1326643,170694],[1329488,172614],[1330128,170551],[1329968,167848],[1330864,168681],[1330626,169491],[1330675,167280],[1327913,191369],[1328565,192181],[1328571,191247],[1328735,191965],[1327729,190364],[1330018,191560],[1327857,191802],[1326864,189883],[1327309,191181],[1328408,192203],[1325288,200535],[1329602,203340],[1329521,202709],[1329721,203153],[1324644,200604],[1330136,203574],[1325879,200574],[1326436,200274],[1324866,200461],[1328512,200385],[1328808,200510],[1326981,203867],[1326742,200815],[1326129,200168],[1329164,201442],[1329538,201688],[1330589,201155],[1330349,201757],[1324969,202871],[1330910,201418],[1326977,201231],[1324982,201286],[1327290,203071],[1324651,201345],[1329910,193147],[1327451,192559],[1329056,194520],[1330520,195463],[1327947,193636],[1328319,193108],[1329759,197615],[1325661,195303],[1327739,195229],[1330539,194880],[1327364,194172],[1326515,195910],[1326033,193690],[1329292,203061],[1325569,201042],[1329127,202812],[1329278,202705],[1329471,202434],[1326744,200210],[1325640,201415],[1326444,200923],[1318667,198147],[1330773,194753],[1324849,194930],[1325399,200625],[1326439,200428],[1329465,203586],[1328426,200801],[1328599,200751],[1328956,200476],[1328534,200756],[1321441,203037],[1321966,202556],[1324292,203838],[1323438,204816],[1322796,202634],[1322272,204351],[1324615,204679],[1323365,202686],[1322636,204401],[1323851,197204],[1324228,197478],[1324714,197892],[1323825,197238],[1324094,197745],[1323030,197965],[1323543,199582],[1323285,200367],[1326526,198042],[1323087,200054],[1326068,199074],[1323371,200073],[1326357,199143],[1326585,200031],[1330994,202147],[1329313,201194],[1325167,203320],[1327230,203469],[1325622,200370],[1325041,200546],[1329179,203330],[1329314,203061],[1326360,200199],[1326079,200963],[1326807,200863],[1329079,200538],[1329426,200402],[1329293,201198],[1328816,200485],[1326666,203181],[1329064,202626],[1318465,214556],[1321046,209022],[1319542,210946],[1319260,210412],[1320362,208864],[1320286,208000],[1322082,207431],[1322424,209394],[1321946,207864],[1321945,207595],[1320596,208359],[1321620,208355],[1320589,210790],[1320264,208644],[1322023,208833],[1322924,206231],[1321863,206596],[1321137,205364],[1323635,205381],[1321757,205701],[1322359,216182],[1322963,216333],[1319893,216453],[1320518,217007],[1322528,215724],[1321217,217436],[1320735,216933],[1321802,217668],[1321328,219093],[1321120,219361],[1320462,218710],[1321841,219261],[1321634,218163],[1320139,218456],[1318887,222574],[1318833,219479],[1319197,220664],[1319868,258115],[1322563,262321],[1321751,263298],[1320156,266954],[1319012,266657],[1321889,262327],[1320713,261750],[1321046,263421],[1321781,262579],[1321495,263295],[1319939,266496],[1320805,259560],[1319737,258440],[1321566,263065],[1320819,263200],[1321529,263786],[1321475,263595],[1320608,259528],[1320232,258894],[1322001,261997],[1320966,262469],[1322154,262404],[1322111,262301],[1319203,266353],[1319589,259497],[1320488,258771],[1321766,262920],[1321029,262653],[1320224,305081],[1318846,304183],[1319439,303809],[1321633,303634],[1320668,302226],[1319779,304530],[1319597,303068],[1318754,304136],[1321781,302681],[1320813,303545],[1318924,304650],[1319973,303067],[1319933,303458],[1318777,302670],[1320475,303832],[1320654,303625],[1320840,303573],[1321093,302679],[1319368,303212],[1319013,303849],[1321932,302838],[1320961,302319],[1318947,312119],[1319010,311869],[1323351,342420],[1324437,343588],[1324989,341046],[1324921,343184],[1323748,339808],[1325236,339987],[1323662,341710],[1323580,341089],[1326104,343147],[1323592,339832],[1324713,343286],[1326845,342907],[1326797,343407],[1326719,340403],[1326349,343851],[1325523,343507],[1326401,345424],[1324307,345153],[1325843,344906],[1326273,344889],[1326665,345477],[1326132,345244],[1325617,344757],[1325785,343453],[1327169,345187],[1327143,344275],[1330749,343732],[1330478,343908],[1325611,347069],[1326685,347016],[1328787,348878],[1326542,349750],[1326408,347792],[1326028,348336],[1327412,349854],[1325871,348490],[1328098,347652],[1327869,349186],[1327247,348542],[1326765,347367],[1326895,350479],[1329243,347300],[1326671,350459],[1328737,347994],[1330806,346599],[1322011,367030],[1322505,367287],[1322420,366533],[1321809,367482],[1321512,367405],[1320139,363739],[1320031,363063],[1320009,363216],[1320855,363358],[1320507,363947],[1318679,366390],[1321660,366324],[1321895,367650],[1319658,361940],[1319932,361316],[1321512,365801],[1321313,365874],[1321512,367089],[1318449,366021],[1321604,367577],[1321713,367458],[1320092,362294],[1321585,367902],[1321080,366193],[1320201,361815],[1321088,366526],[1320008,362569],[1321328,367233],[1321816,366898],[1321305,366835],[1329907,361155],[1331141,362796],[1329875,361504],[1329030,360997],[1329747,361660],[1330640,364685],[1321181,378040],[1318722,377865],[1319148,376543],[1319173,377948],[1320616,377814],[1319467,378880],[1322557,378681],[1320507,376306],[1321628,375005],[1321682,379640],[1320736,376638],[1320218,376704],[1320807,377323],[1319216,377894],[1320273,377133],[1319098,377284],[1319752,379501],[1320196,379027],[1319712,379883],[1320162,379040],[1320701,378022],[1322125,379932],[1320752,380035],[1320486,378325],[1321308,380297],[1321369,376342],[1321112,376132],[1320538,377419],[1321892,380828],[1322311,379144],[1319689,376496],[1319382,377476],[1319919,376397],[1319639,377310],[1320316,379439],[1320262,378395],[1319660,379921],[1320017,378138],[1320649,380249],[1320904,378550],[1322317,378920],[1321447,376353],[1320584,377262],[1321584,378729],[1331099,378103],[1322825,381840],[1326379,383480],[1320813,383876],[1325741,379501],[1323821,382040],[1326317,381604],[1326184,381495],[1324256,383428],[1322763,381472],[1324666,380827],[1322629,381749],[1324425,382328],[1320716,382749],[1325273,381491],[1323472,392788],[1322761,394718],[1322465,394007],[1323380,392600],[1324477,392593],[1324783,393269],[1323493,391914],[1323179,393693],[1328087,395990],[1326621,396918],[1328774,394863],[1326126,396706],[1327937,393410],[1325729,396965],[1327167,396511],[1324494,394317],[1327535,394975],[1326726,392236],[1325931,393707],[1328980,393760],[1328524,393189],[1326836,393667],[1324116,393587],[1326136,393770],[1326110,394522],[1325581,392486],[1325025,391884],[1325219,392482],[1323996,391761],[1326040,390606],[1324724,391021],[1323589,393364],[1323037,392349],[1323629,392620],[1323486,394546],[1323685,392219],[1325300,394564],[1324313,394258],[1324124,394614],[1326655,393267],[1326833,393757],[1328690,394123],[1328773,394905],[1327848,395820],[1326951,396615],[1326488,393430],[1326100,396235],[1325744,393108],[1326203,391841],[1326331,392721],[1326211,392331],[1327331,395330],[1323890,394277],[1327233,392879],[1328326,393946],[1327253,392393],[1325803,396866],[1326930,394001],[1327979,394975],[1325111,392731],[1323325,391648],[1323799,391456],[1323889,391871],[1324013,391342],[1325949,390062],[1327194,396952],[1325821,393144],[1327195,393845],[1322587,392411],[1323587,393904],[1323618,393923],[1323235,393302],[1323560,393478],[1325554,394707],[1324447,392020],[1324467,392304],[1325279,391553],[1323563,391944],[1327124,394203],[1326080,393961],[1328694,394385],[1328902,393737],[1328693,395266],[1328060,395556],[1327496,393370],[1327565,392900],[1326803,392340],[1325594,391640],[1326521,393519],[1328165,393628],[1328662,393666],[1327765,395949],[1325932,394348],[1325823,394933],[1325997,394698],[1324786,394135],[1324565,394543],[1325466,391887],[1326147,392102],[1325140,392113],[1327163,390755],[1324190,390945],[1326758,390964],[1324506,391639],[1324840,391295],[1324501,391271],[1329058,396532],[1327948,392295],[1328836,391350],[1330542,392651],[1328328,391372],[1328033,393552],[1327518,393163],[1329848,392177],[1328347,392763],[1328578,389759],[1329513,391173],[1330134,389883],[1329212,387777],[1331176,389686],[1327585,386509],[1326185,389793],[1327430,386672],[1325498,389187],[1325471,389161],[1323623,387962],[1327780,390936],[1323954,387675],[1323462,388574],[1325409,385240],[1327652,385425],[1322819,388769],[1327872,387821],[1327097,387844],[1327356,397674],[1326588,397017],[1326486,402358],[1330737,399307],[1330744,398561],[1329675,397341],[1328313,402332],[1330204,398780],[1326962,400204],[1328090,400675],[1327088,398373],[1330831,399231],[1326321,397384],[1327276,397648],[1329327,436314],[1329259,439254],[1329699,437882],[1325499,497677],[1323721,497710],[1326619,499130],[1324338,497998],[1325405,496849],[1324276,498933],[1324010,498636],[1326157,496254],[1325355,498320],[1323632,491534],[1322733,491366],[1324249,492421],[1324055,491909],[1322747,493885],[1322998,491510],[1327189,487294],[1327059,487896],[1324277,488786],[1323202,490403],[1325961,487344],[1326209,487303],[1325683,486980],[1325295,489820],[1325309,490712],[1324982,488308],[1324305,489305],[1324145,488247],[1327327,488919],[1326941,488456],[1322760,497839],[1322585,495716],[1322879,497008],[1322810,497554],[1321054,492867],[1321959,495172],[1321378,493248],[1320689,492533],[1320426,493635],[1321963,492458],[1321854,493595],[1322047,492143],[1320473,510778],[1319622,511702],[1318752,512076],[1320980,506608],[1319128,505846],[1320175,508938],[1319149,505356],[1319707,507361],[1321843,508522],[1322862,506739],[1319400,508213],[1322175,508270],[1321759,507406],[1321210,507366],[1322630,506845],[1322135,508099],[1320431,506889],[1324790,503861],[1328112,501019],[1325193,501276],[1325302,500355],[1319125,507276],[1321337,505186],[1318789,505788],[1320857,508135],[1318590,507368],[1320105,506520],[1318711,506582],[1318438,506455],[1318898,504419],[1318485,506873],[1318930,504675],[1322022,511939],[1321849,510227],[1319882,510524],[1320388,509547],[1318731,508249],[1321642,510013],[1321111,511180],[1322153,510414],[1318461,509883],[1319525,508869],[1320565,508431],[1319185,511240],[1319250,509483],[1325453,507559],[1323709,510378],[1325647,509402],[1326696,508043],[1323118,507345],[1323932,510373],[1325230,509329],[1323094,508913],[1324054,509853],[1325690,508675],[1323156,506543],[1325295,507623],[1325271,507661],[1324434,506383],[1326533,502922],[1326364,503701],[1326376,503602],[1324532,501663],[1328205,502137],[1324760,501396],[1327235,502073],[1325008,502520],[1327269,503553],[1327519,504132],[1323584,499475],[1319198,503447],[1318809,501129],[1318922,500848],[1319619,502329],[1318986,501583],[1319747,504550],[1320931,505013],[1320993,513778],[1320030,512243],[1318767,513610],[1319304,512681],[1318783,513294],[1320027,512910],[1324256,516855],[1323013,520553],[1323387,517476],[1323318,518725],[1322945,516928],[1323023,518939],[1321006,519275],[1321478,518748],[1320801,517923],[1321347,519166],[1322740,520614],[1320899,520860],[1324613,516738],[1322159,518907],[1324714,523461],[1325352,522914],[1325906,522232],[1326251,523592],[1324670,521302],[1327430,524775],[1325569,524089],[1325337,522687],[1325411,524372],[1325136,521972],[1328163,523337],[1327294,523497],[1327707,523701],[1326728,514445],[1326765,514449],[1329658,514321],[1330118,512322],[1329194,513739],[1326705,512611],[1327446,514403],[1328868,513697],[1326566,515353],[1328170,515601],[1328653,513602],[1326259,515174],[1330071,514119],[1329962,514092],[1324699,525762],[1324375,527476],[1322454,528488],[1324938,525702],[1324665,525835],[1325560,526694],[1325745,526949],[1323466,525612],[1322701,528038],[1321842,525710],[1322016,525304],[1323209,525388],[1325249,525701],[1327315,525243],[1327012,95678],[1325173,96513],[1327482,95338],[1326431,95463],[1325039,101157],[1323690,95931],[1320883,98661],[1319888,100558],[1323869,101596],[1321489,100243],[1322483,99140],[1322205,98187],[1320188,101063],[1318801,98631],[1323783,98344],[1322024,97387],[1327749,98742],[1327289,96333],[1328532,98610],[1328237,99700],[1328928,96081],[1328804,99288],[1326093,96861],[1327634,98571],[1320484,102919],[1323975,103030],[1322481,111265],[1323852,108637],[1324163,110407],[1320413,112725],[1326333,111897],[1322399,109959],[1326141,108640],[1325097,110831],[1321741,114545],[1318480,113680],[1319154,110016],[1318691,110172],[1319331,109266],[1319431,112482],[1319656,112318],[1324457,113054],[1324534,113563],[1323949,112982],[1322319,111939],[1319165,127613],[1320984,127057],[1318983,127326],[1320140,126839],[1323008,119742],[1324716,115776],[1321521,118447],[1321270,116824],[1321326,118673],[1322748,115440],[1321304,117966],[1325283,116011],[1320790,116632],[1325017,117486],[1322370,116875],[1323798,116640],[1324782,121877],[1322883,125049],[1327961,124620],[1325420,123945],[1325545,125729],[1328301,126339],[1323211,124298],[1325456,125281],[1327033,123657],[1326477,124642],[1326730,125280],[1326751,127879],[1325437,125271],[1328696,125390],[1318408,116036],[1320321,115727],[1340529,140029],[1340239,140536],[1340861,140881],[1343820,138746],[1342458,139878],[1341497,139478],[1341410,138293],[1342812,140236],[1341514,138723],[1341998,137734],[1342795,140640],[1341608,137887],[1343762,149296],[1342628,147352],[1340041,148445],[1342737,150649],[1342070,150983],[1338778,150091],[1338567,150013],[1342728,147541],[1342370,149355],[1339369,150435],[1339238,148795],[1340922,151055],[1339885,149639],[1339020,150613],[1339059,147875],[1340253,144558],[1337936,145326],[1338067,146879],[1341357,144770],[1340154,147659],[1338216,145507],[1340079,147407],[1338400,146249],[1339316,148461],[1337433,147191],[1340137,148547],[1341019,146829],[1339678,146794],[1340150,143385],[1343254,142700],[1339961,143011],[1341471,142652],[1341175,142389],[1342741,142233],[1341680,141195],[1342722,141356],[1343706,141036],[1342568,156884],[1343709,158781],[1343656,156746],[1341703,156991],[1341942,158002],[1343922,159907],[1333050,165898],[1336130,166487],[1333084,166387],[1340252,165859],[1340399,165753],[1339277,165275],[1338852,164753],[1337689,165980],[1337672,166117],[1337255,163875],[1335165,162048],[1335312,163806],[1336392,160440],[1335865,162961],[1336933,161230],[1334799,163175],[1335669,160569],[1337549,163607],[1336436,161507],[1336426,164015],[1336617,160727],[1336893,164198],[1337504,160642],[1335815,158275],[1337173,157288],[1337404,160008],[1339340,158031],[1338568,157332],[1337460,155947],[1339422,159709],[1337680,158331],[1339093,158425],[1336402,157840],[1339223,157238],[1336806,158658],[1335643,156322],[1336628,156831],[1339782,158145],[1339806,157294],[1339830,156631],[1339877,159266],[1341428,155701],[1340626,155714],[1342204,155504],[1340041,157966],[1343968,160313],[1334058,176363],[1333299,176840],[1334570,179334],[1335857,176496],[1332663,178405],[1332367,177381],[1332363,177261],[1334353,178364],[1333151,179040],[1334539,178184],[1332617,178214],[1332537,178938],[1332276,168870],[1331545,168047],[1332506,169217],[1331520,169208],[1331951,169028],[1331459,167173],[1332503,170219],[1331837,168214],[1332965,168198],[1335443,169862],[1334932,169535],[1332742,169170],[1336184,167409],[1334882,166997],[1333748,168672],[1334446,168286],[1334310,167567],[1334660,167551],[1333076,168215],[1338853,168844],[1339535,167417],[1340907,167367],[1339544,168369],[1337111,168106],[1338319,167704],[1338644,166740],[1341054,168601],[1343778,189790],[1337675,185266],[1343352,188616],[1333870,187624],[1342285,190512],[1336344,185596],[1338289,185547],[1340064,185144],[1334714,179830],[1332292,179943],[1336519,180271],[1336140,181984],[1336034,183233],[1337846,182669],[1338606,182063],[1338623,180084],[1336211,182438],[1335210,183067],[1338259,180545],[1337208,180908],[1339094,184025],[1338525,180662],[1335959,180472],[1336400,180651],[1338644,189728],[1339453,191342],[1339596,191702],[1340217,190950],[1333961,183940],[1337137,188455],[1339062,191516],[1336715,188469],[1338969,190332],[1337495,189423],[1339924,190485],[1340041,190394],[1338028,190227],[1338489,190276],[1339558,192090],[1338225,190323],[1340310,190592],[1331791,183424],[1336628,188763],[1338143,188519],[1336917,188542],[1334310,197235],[1337074,198190],[1336176,197278],[1332772,196821],[1338928,193823],[1337062,193171],[1338486,194650],[1343812,194582],[1337566,193408],[1337341,193520],[1336310,193317],[1339329,192811],[1339881,193761],[1342266,332866],[1340515,332368],[1339915,332977],[1341783,332116],[1341906,328878],[1343485,330799],[1343166,330041],[1341875,329472],[1343454,331284],[1343371,331597],[1343417,328852],[1343422,331228],[1340680,330321],[1341778,332120],[1343941,331590],[1343717,329655],[1343331,331411],[1337541,332828],[1339119,331251],[1338907,332198],[1339568,331078],[1337649,332775],[1339776,332869],[1339763,332688],[1337275,332087],[1340919,331035],[1338918,324953],[1338994,325856],[1339454,323513],[1339206,324815],[1341409,323042],[1339799,324496],[1338442,322671],[1337715,324343],[1338094,325478],[1339872,323651],[1339312,324583],[1337836,323561],[1337934,322745],[1339095,323911],[1342221,325627],[1342224,325694],[1342916,326129],[1343695,324632],[1342541,323147],[1343274,323499],[1343288,325600],[1343524,335552],[1343592,337437],[1343052,336924],[1343349,334696],[1343059,336791],[1341157,334684],[1341583,333254],[1341523,334163],[1340286,334803],[1343241,335237],[1341320,333389],[1340968,333834],[1343106,333259],[1340523,334976],[1342617,334128],[1337872,334860],[1338466,333607],[1337876,335002],[1340030,334757],[1340757,333472],[1342030,337942],[1342109,338476],[1341157,338388],[1343228,340508],[1343660,338240],[1343237,340086],[1343451,337561],[1343385,338929],[1343117,337643],[1342518,338757],[1341706,338331],[1343737,338047],[1334508,343098],[1333062,344750],[1333075,345165],[1331979,342999],[1332924,342944],[1332270,345470],[1332527,343766],[1332023,344757],[1332027,343831],[1332029,343980],[1332202,343740],[1342353,358007],[1341074,357340],[1343736,354939],[1343145,356555],[1342562,355740],[1340507,356931],[1340945,357319],[1343813,356190],[1340526,357197],[1340449,357677],[1343921,356536],[1343786,357254],[1343931,357703],[1343803,356864],[1343027,357978],[1343534,357977],[1343189,358131],[1342778,351160],[1342797,351496],[1343538,350980],[1343534,351032],[1342413,351292],[1342306,350736],[1343002,352226],[1342947,350416],[1343385,351017],[1335031,351168],[1335583,351336],[1334660,350911],[1336157,349193],[1333540,350510],[1336517,352607],[1334857,352238],[1336725,352769],[1334072,351040],[1333867,350904],[1335904,350598],[1334478,351671],[1334865,351547],[1333872,350877],[1341483,351772],[1341383,352630],[1339170,350951],[1339543,351824],[1339284,351672],[1342099,350769],[1340983,352483],[1341154,351348],[1340126,352243],[1341914,348675],[1340686,352501],[1338315,350500],[1339767,351493],[1341501,351087],[1338379,355539],[1338409,355635],[1338335,357474],[1341171,355306],[1338337,357897],[1341330,357034],[1335848,356655],[1337971,367776],[1339896,367173],[1338029,370452],[1339599,367779],[1337844,368436],[1340491,369142],[1340189,369412],[1340866,368939],[1339071,368042],[1340494,366637],[1341135,368587],[1338998,366658],[1341013,368702],[1335312,360165],[1337506,362615],[1336184,363583],[1336762,362897],[1335415,362134],[1335660,362985],[1334740,362358],[1336689,361260],[1336202,362280],[1334159,363496],[1336634,361216],[1334966,360869],[1337059,361937],[1334590,361941],[1343136,364655],[1342636,363019],[1340927,366491],[1342898,365014],[1343850,364256],[1341105,363456],[1340510,365783],[1341502,364740],[1340798,364394],[1341744,363525],[1342133,363793],[1341250,365836],[1343602,364348],[1342404,362453],[1342284,360018],[1342747,360863],[1340656,362209],[1341685,362890],[1340121,363214],[1341738,361120],[1339188,361102],[1341662,362347],[1339117,361979],[1338627,360740],[1339129,363276],[1340834,362237],[1342042,362048],[1338075,359400],[1338705,360231],[1337243,361792],[1340581,359693],[1336656,361305],[1337905,361191],[1339207,360980],[1334002,365353],[1334338,365959],[1332691,365923],[1332877,366843],[1334652,361939],[1334503,363927],[1335012,365947],[1333887,367178],[1335772,380424],[1333932,377854],[1332167,378414],[1331889,383345],[1335166,379327],[1335216,378641],[1336018,378991],[1336442,379639],[1336027,381404],[1335074,377603],[1333906,377923],[1336186,377173],[1335534,382379],[1340177,372253],[1336512,373594],[1335944,372678],[1337443,377771],[1336970,375687],[1339520,372312],[1337354,375515],[1336004,376104],[1337988,373512],[1337643,376578],[1335872,375118],[1336151,375268],[1338454,373439],[1336374,377569],[1340254,393519],[1342688,388860],[1340093,392646],[1342570,394609],[1342870,391243],[1341730,390393],[1343619,390361],[1343662,395390],[1340775,391603],[1340089,391848],[1332251,392840],[1342220,395808],[1336081,396584],[1337082,395651],[1340773,396430],[1342764,395859],[1338690,396384],[1341734,396787],[1340653,394447],[1336469,394842],[1340522,394555],[1336525,395719],[1341145,393837],[1341376,393167],[1334578,390465],[1336149,390861],[1333688,388902],[1332231,387272],[1336567,389563],[1337124,387096],[1332421,389171],[1331929,386643],[1337128,387502],[1336788,388577],[1331714,389620],[1332872,389131],[1332554,388554],[1336001,387754],[1332498,402896],[1331498,399006],[1332182,403187],[1338320,408583],[1343802,406425],[1343720,406419],[1338054,406759],[1340847,404667],[1340888,401993],[1343954,402458],[1341556,402854],[1341429,403263],[1340662,406042],[1342556,404128],[1340156,403666],[1338847,407918],[1341502,402816],[1342959,405498],[1339798,398278],[1338922,411541],[1341206,421829],[1336400,421525],[1341472,419698],[1336297,421768],[1335393,420892],[1340652,422386],[1338547,421823],[1339075,419298],[1338125,422270],[1338697,420633],[1339587,419597],[1338213,420994],[1342315,412847],[1342981,417459],[1342624,414723],[1342615,411913],[1339910,413494],[1342871,414889],[1343211,415313],[1341152,413440],[1341296,414170],[1340242,412740],[1342857,414732],[1343701,412821],[1340959,417562],[1342249,414751],[1338542,418153],[1338850,415266],[1341348,414262],[1341831,416844],[1340425,417308],[1339538,416937],[1339207,416953],[1341280,415914],[1339070,417831],[1338650,417164],[1339417,414798],[1340300,416159],[1332837,427973],[1333122,426925],[1332860,428017],[1334294,427990],[1333663,426232],[1338489,425953],[1337673,429277],[1337563,429966],[1338738,426872],[1335545,431614],[1334760,431514],[1337795,429640],[1336521,431796],[1333813,434859],[1335253,435396],[1343572,424467],[1342733,427318],[1342935,426694],[1342826,424944],[1343609,424154],[1340306,423322],[1338143,422790],[1339959,439611],[1342468,439341],[1341526,436084],[1340565,439210],[1337160,435402],[1337845,439014],[1336854,439881],[1337252,436570],[1337040,435864],[1337389,440902],[1336211,438924],[1336669,438555],[1336411,439483],[1338926,436687],[1339694,443642],[1337152,445654],[1335413,443262],[1334918,444499],[1335017,446390],[1336638,447465],[1336166,447428],[1333540,440318],[1335948,438305],[1332852,439068],[1333188,439408],[1335490,438811],[1333904,435858],[1332485,435631],[1334855,438032],[1335041,436194],[1340648,448961],[1334902,448615],[1340289,449851],[1335469,448542],[1338160,449088],[1339782,449826],[1335134,448201],[1344863,138210],[1344892,137576],[1349059,134524],[1350174,134883],[1347608,135191],[1349197,135204],[1349003,135815],[1349816,135301],[1347983,135014],[1348843,136137],[1348024,134788],[1350483,134114],[1349125,135375],[1347987,134306],[1347224,135635],[1347683,133456],[1351866,139033],[1351621,137774],[1352454,136528],[1353949,135914],[1353747,137350],[1351762,136111],[1353916,136484],[1353217,135890],[1352725,137545],[1351701,138472],[1353305,136016],[1352115,139431],[1352593,139106],[1355048,139635],[1355855,137348],[1356417,135702],[1355586,137844],[1356437,134481],[1355349,137709],[1355338,136213],[1355013,136536],[1356003,135079],[1356269,137373],[1354912,135388],[1350411,152340],[1351731,153530],[1347970,151803],[1349733,152331],[1348354,151023],[1348506,150611],[1350184,151094],[1347931,151170],[1352727,151999],[1351661,153122],[1352007,151718],[1351081,151705],[1346750,149999],[1346796,149848],[1347076,149151],[1347293,149159],[1350545,149472],[1346831,150643],[1346742,148876],[1345281,150974],[1345549,150160],[1346577,150419],[1345025,147354],[1344264,148334],[1345885,148786],[1345437,147941],[1345419,148312],[1346657,150011],[1344045,147915],[1344120,151491],[1345148,147826],[1346406,158614],[1345542,158380],[1344168,158233],[1344307,159322],[1347067,159614],[1345087,159623],[1344835,157863],[1346142,157214],[1347116,158536],[1347544,155431],[1350240,156514],[1350008,156875],[1348057,155872],[1349533,157536],[1347311,158553],[1347925,155243],[1346852,157967],[1347118,158667],[1350336,157751],[1348551,157261],[1350228,155956],[1346964,158357],[1347389,156026],[1350353,154755],[1349599,154675],[1351942,154078],[1349752,154506],[1352751,154084],[1356394,176792],[1355511,176895],[1356259,173020],[1356380,178511],[1355028,176041],[1355194,179262],[1355477,174121],[1350879,173153],[1348512,174936],[1346055,175663],[1349070,171953],[1346304,172346],[1350752,174497],[1348918,173242],[1345916,172095],[1350042,174350],[1349221,177580],[1348890,173361],[1348538,175482],[1344791,177332],[1348493,171454],[1347106,183467],[1348402,183303],[1347814,183584],[1346389,183090],[1348262,183854],[1356249,184727],[1356385,183836],[1355462,188392],[1355234,186024],[1352194,184348],[1352628,183451],[1356767,184493],[1344488,190078],[1348040,186008],[1346884,187604],[1344594,185516],[1346975,185655],[1345125,187624],[1346624,186806],[1347335,186412],[1346014,184913],[1345296,184498],[1344150,193586],[1344022,329065],[1351277,332240],[1353884,329714],[1353776,332885],[1351021,332155],[1351694,331964],[1354041,329512],[1354247,331506],[1353273,330716],[1353264,332693],[1353955,331136],[1353297,329287],[1352308,331578],[1353226,326219],[1352159,326937],[1352066,327169],[1352593,327654],[1351410,326962],[1353592,327365],[1351628,328072],[1354025,327025],[1353123,327534],[1353712,327495],[1352482,325981],[1352867,326892],[1352151,326798],[1353594,327581],[1344726,326872],[1345303,323251],[1344324,326717],[1345136,325612],[1344336,324709],[1344810,324892],[1344113,325028],[1353137,344313],[1354265,345650],[1351901,345230],[1351749,345289],[1353984,344899],[1351551,344721],[1352842,345173],[1351415,345015],[1351276,343287],[1354416,344476],[1345692,337140],[1345398,337530],[1346700,335727],[1345146,335733],[1346632,336097],[1346881,336050],[1347084,335986],[1344464,335279],[1345507,335824],[1344412,337445],[1344999,340146],[1350632,342682],[1349493,340166],[1352201,341750],[1351552,341678],[1350342,338695],[1349574,341679],[1352334,341381],[1349349,339823],[1349905,341134],[1352450,342453],[1351523,338710],[1350146,338766],[1348925,342042],[1351735,338618],[1351966,333189],[1352844,336363],[1352239,334611],[1350099,336288],[1350438,335828],[1350777,333687],[1352880,334168],[1353076,334075],[1350510,336500],[1352510,337067],[1350022,335489],[1353040,333185],[1349895,334482],[1352517,334956],[1353904,333013],[1353042,333056],[1344190,356242],[1344134,355684],[1344131,355414],[1345968,358358],[1346269,357137],[1346399,356806],[1346282,357082],[1345772,351905],[1345809,353087],[1345154,353527],[1344654,353336],[1344137,353830],[1349580,358366],[1347373,357925],[1347439,358442],[1347573,357387],[1347638,356375],[1349932,358596],[1350360,355983],[1350248,354105],[1351450,352984],[1349601,356196],[1349731,353132],[1350148,353088],[1349175,353019],[1350541,354299],[1351775,356732],[1350454,356122],[1351550,355206],[1352125,352914],[1352858,355320],[1350860,353032],[1353956,346432],[1352876,346085],[1350893,345951],[1355932,347033],[1354284,347025],[1354248,348319],[1353472,349984],[1353733,349902],[1355296,348166],[1354711,347642],[1355756,348007],[1353942,349233],[1352972,348261],[1355215,348295],[1355839,348406],[1355921,347093],[1354352,348667],[1355847,353228],[1354043,354073],[1355246,353456],[1355529,355795],[1356787,356213],[1355933,353429],[1355440,352493],[1355136,354536],[1353933,353700],[1353770,353994],[1353903,352577],[1355936,353379],[1344069,365357],[1344401,362682],[1347952,363211],[1346203,364148],[1346906,361722],[1344449,361762],[1346051,363992],[1345416,362017],[1345524,361434],[1345162,362082],[1348065,363285],[1344661,363115],[1346969,363640],[1347700,360725],[1346410,362992],[1344467,359119],[1345320,359692],[1344556,360204],[1348511,360123],[1350176,358972],[1348792,360272],[1349225,358853],[1348099,358888],[1350434,359544],[1348609,359789],[1348771,359686],[1350588,396467],[1353312,394095],[1355769,395311],[1352670,394297],[1355738,394492],[1350934,394684],[1345492,396584],[1347366,395149],[1348686,393014],[1347383,396031],[1349484,391749],[1347034,395421],[1347881,393815],[1351213,394563],[1347891,392429],[1347132,391424],[1345604,389086],[1344337,390530],[1345196,388810],[1344044,389186],[1356130,408747],[1352742,408572],[1352913,408508],[1354094,406961],[1355375,408538],[1355921,407727],[1354117,409012],[1353053,408304],[1354860,408740],[1355434,407092],[1355371,407443],[1356688,406401],[1353260,408484],[1355880,407335],[1354572,399739],[1353226,397133],[1355420,398964],[1353938,397442],[1354250,399062],[1355076,398640],[1351788,398432],[1355375,399150],[1348169,397219],[1345938,397283],[1346863,398064],[1349110,397825],[1348192,405988],[1344590,409234],[1346151,409711],[1348838,405836],[1345083,405856],[1347010,407742],[1344326,407321],[1356090,417328],[1356073,413479],[1356474,411338],[1356447,410835],[1355443,412540],[1355795,414379],[1355308,413559],[1355518,414208],[1355194,417811],[1353883,417507],[1353746,420535],[1355222,417542],[1353042,420121],[1353006,419135],[1355212,418033],[1352915,418696],[1355622,417365],[1355119,419313],[1356444,418742],[1354629,419806],[1355031,421687],[1356338,422560],[1355737,420458],[1356459,420818],[1356015,419695],[1354574,420425],[1354569,419753],[1354542,419755],[1355298,422566],[1347410,410075],[1345908,411019],[1347414,411293],[1345404,410828],[1344021,411296],[1348503,411315],[1349431,420948],[1349955,416934],[1348047,418366],[1349055,418545],[1349238,419002],[1348866,420007],[1346822,417432],[1349492,422083],[1345284,414092],[1346095,418795],[1348198,419765],[1347721,418323],[1346032,420462],[1346539,421632],[1346564,419535],[1347704,420454],[1346167,421518],[1347554,422019],[1346740,418585],[1346644,418137],[1345595,421486],[1346881,420957],[1344692,421956],[1355622,423664],[1356344,423368],[1344516,424034],[1344186,424622],[1344953,427104],[1344887,424788],[1347831,423769],[1345042,424821],[1346631,424037],[1344120,423506],[1345381,429018],[1350913,422954],[1351056,422841],[1356404,495073],[1365726,132852],[1367155,130882],[1365526,132117],[1364426,131877],[1365200,131882],[1366583,132542],[1363909,130940],[1365787,132408],[1366180,132946],[1358103,134400],[1357780,135162],[1357191,136028],[1358653,135824],[1360491,133785],[1361924,132148],[1361072,132343],[1363085,134008],[1360184,135209],[1361494,132858],[1359654,134239],[1361379,135124],[1361005,134492],[1362018,133453],[1358977,133566],[1360930,134869],[1361124,133927],[1363031,135001],[1367194,133141],[1367295,133648],[1366401,134338],[1364909,133610],[1367332,131902],[1359163,175577],[1357941,178666],[1357696,175633],[1359105,173917],[1359156,173663],[1358988,179233],[1360024,178596],[1360384,177900],[1362966,176297],[1362116,178288],[1360761,177349],[1360511,178095],[1360954,178957],[1361644,176298],[1364597,176569],[1358380,188976],[1357256,188276],[1357091,188690],[1358233,184280],[1357178,187296],[1357783,187892],[1356816,186109],[1366381,184628],[1367068,186443],[1366269,186992],[1366044,183619],[1366026,186993],[1367497,183357],[1366408,187372],[1368675,187151],[1362999,185629],[1363789,184326],[1364525,183308],[1361637,185782],[1362018,184150],[1364100,183870],[1363674,185887],[1361866,185282],[1364738,185945],[1364564,183818],[1361470,185495],[1363793,183875],[1361021,183634],[1361855,184810],[1364663,182417],[1365851,182449],[1365731,182414],[1360611,182211],[1360634,179824],[1360827,182462],[1367874,185504],[1367958,185399],[1367769,184975],[1369452,185456],[1369381,183846],[1368903,185496],[1368716,238371],[1369119,236103],[1369390,233638],[1368759,238334],[1369399,238051],[1369129,235979],[1366509,238052],[1367910,237837],[1368621,237940],[1367462,238596],[1367948,235619],[1368085,235454],[1366992,238068],[1364819,236743],[1367094,237192],[1366556,236002],[1366546,238122],[1366016,235717],[1368721,238187],[1367314,241204],[1367834,241830],[1367131,239384],[1369221,240633],[1368053,239869],[1366839,242235],[1368269,239187],[1367214,240652],[1368175,239218],[1368737,242474],[1365310,238704],[1365213,240319],[1362732,238245],[1362882,238239],[1365190,238346],[1364617,241533],[1363048,239225],[1364641,240518],[1361835,241664],[1364083,240699],[1364508,239794],[1364567,238510],[1361972,237765],[1364104,240208],[1363629,240560],[1361972,242900],[1363297,242282],[1365405,241789],[1365268,243001],[1363118,242404],[1365432,242347],[1365255,242855],[1362884,242391],[1362961,241071],[1362806,242823],[1368450,243408],[1368019,245418],[1366670,245724],[1369089,243840],[1368753,245350],[1366800,244441],[1369189,244870],[1368831,246791],[1368841,247401],[1368303,246265],[1369074,249124],[1367360,248024],[1369076,247139],[1367431,246041],[1366422,246369],[1368345,246241],[1368046,251392],[1367216,248360],[1364745,252126],[1364533,250032],[1364820,249966],[1365793,250705],[1365041,249652],[1368646,251320],[1366629,251202],[1368453,250776],[1367514,248932],[1367432,249535],[1364883,248922],[1365662,250633],[1368383,255277],[1367392,253763],[1364772,252189],[1366938,252871],[1366913,254730],[1364543,253013],[1364858,254247],[1366053,253350],[1366717,254674],[1367894,253008],[1365164,253339],[1366536,252402],[1366730,255979],[1368270,255384],[1367065,255764],[1366361,256139],[1367697,255968],[1359128,255632],[1360988,255555],[1361050,255840],[1363802,255494],[1363664,255343],[1361313,252575],[1360764,253963],[1362698,254622],[1363081,253874],[1364297,254115],[1360427,254258],[1364347,253704],[1363513,252845],[1363059,255665],[1364463,252968],[1362503,251607],[1363619,253672],[1358887,255077],[1358166,254622],[1360504,255310],[1358483,255754],[1359707,255794],[1360365,255625],[1357644,254822],[1363988,250602],[1366071,250192],[1365497,247477],[1363256,247423],[1363631,250505],[1365618,249968],[1363878,247334],[1363978,248611],[1364724,247005],[1364788,249198],[1364285,248702],[1365816,248624],[1364594,248428],[1364410,248725],[1363661,244251],[1363433,243789],[1365381,244463],[1359217,267250],[1360960,268079],[1360750,267945],[1359241,267239],[1359615,267228],[1360362,267941],[1359595,268490],[1361210,268650],[1358707,267919],[1360220,268434],[1360019,266834],[1359096,264810],[1358565,264593],[1360961,266706],[1359281,265446],[1360547,266224],[1366728,256724],[1368846,259043],[1368232,257390],[1365424,256388],[1366853,257822],[1368400,258175],[1366185,257677],[1366279,258026],[1366712,258522],[1362461,268750],[1360004,263678],[1361618,266723],[1362260,264559],[1362702,263782],[1360018,263798],[1360672,263099],[1360096,264258],[1362092,265139],[1359871,260016],[1359502,259862],[1361114,260190],[1360699,258525],[1359963,258908],[1360853,260115],[1358639,259868],[1359858,260140],[1360391,260174],[1361109,260265],[1358912,262034],[1359595,261269],[1359505,260416],[1360088,258816],[1363109,257299],[1359344,257135],[1362425,257484],[1360253,257114],[1361550,259034],[1362615,258946],[1361962,258334],[1362597,257025],[1362016,257725],[1361032,258638],[1359439,258620],[1358302,257322],[1359861,258664],[1357603,256619],[1357197,258494],[1357550,257688],[1359904,256405],[1357783,257431],[1363106,275993],[1363870,272142],[1363027,272337],[1363727,273665],[1366070,276105],[1363684,272631],[1362649,272991],[1365238,274575],[1360691,269055],[1362034,271254],[1361285,270562],[1369524,270723],[1369545,270400],[1369521,272467],[1369414,272633],[1369374,270819],[1369017,272622],[1369410,272108],[1368174,270790],[1367440,272802],[1368473,274682],[1368835,272917],[1367940,272466],[1364673,273314],[1365242,273564],[1365270,274217],[1364948,273050],[1365269,273953],[1365759,275373],[1357166,355988],[1356954,354639],[1366931,388776],[1369196,389311],[1368254,386566],[1368844,386986],[1365306,388102],[1366150,388980],[1366206,387555],[1367967,387424],[1367717,388299],[1367446,386511],[1368733,387350],[1367120,388673],[1368590,389368],[1369332,385365],[1358404,407598],[1359101,408520],[1358168,409419],[1360038,409706],[1360157,408634],[1358813,407054],[1364609,409035],[1365120,409795],[1368317,409486],[1365724,409203],[1366503,409086],[1367621,409021],[1366939,408172],[1368427,408826],[1365664,408995],[1368358,409220],[1368616,407176],[1368030,408416],[1365407,408475],[1359858,422335],[1359823,422117],[1360020,421690],[1366655,421276],[1367790,419486],[1366481,419291],[1365289,421104],[1365340,420952],[1365347,419532],[1366163,419061],[1365679,421100],[1365740,421370],[1368341,421475],[1368344,419017],[1366416,422174],[1367276,420778],[1369227,412062],[1369106,413501],[1369586,411995],[1357248,420473],[1357880,420412],[1361088,419091],[1361182,417141],[1360676,419598],[1361605,419033],[1360006,419068],[1360375,419060],[1361030,417288],[1362655,417589],[1360667,417471],[1362180,418074],[1361574,419076],[1360737,418345],[1359592,417686],[1359488,419736],[1358373,419040],[1356958,417534],[1358658,416465],[1358367,417234],[1357920,419924],[1356860,416624],[1357421,418327],[1357991,419167],[1358658,418616],[1358652,419406],[1358187,415812],[1360872,414329],[1359516,412511],[1361835,411794],[1360072,414333],[1360015,412723],[1361119,414626],[1362038,412153],[1362441,412904],[1360963,414526],[1363013,412673],[1359656,412521],[1362800,412670],[1362825,412396],[1362822,411756],[1361442,409862],[1358155,410328],[1361552,410460],[1359016,410446],[1358515,410497],[1361327,410188],[1360977,409893],[1359374,410183],[1356912,412076],[1358803,411580],[1358649,413176],[1356947,412188],[1356936,413877],[1358018,412948],[1358696,410934],[1367130,410039],[1366398,410528],[1365119,410430],[1364448,410376],[1365512,410476],[1365335,410556],[1367113,409940],[1366481,409976],[1367819,409925],[1364847,410039],[1358749,420798],[1361544,420892],[1362020,420574],[1361963,420805],[1362090,419881],[1362676,421771],[1359910,420259],[1358752,422606],[1369186,422754],[1368679,429014],[1369012,430848],[1369065,429032],[1368508,429013],[1368518,428320],[1367302,428930],[1366018,430492],[1368468,428367],[1365105,428952],[1366472,429459],[1368294,428284],[1367001,431854],[1366979,428405],[1367580,428785],[1367691,428193],[1367155,431946],[1368111,428652],[1364687,430704],[1366152,427097],[1367654,426132],[1366364,428530],[1366371,424861],[1366804,425547],[1365449,426069],[1363867,426281],[1365398,426765],[1367642,427165],[1363564,426686],[1363732,424836],[1363824,426001],[1367497,424863],[1366883,426680],[1362663,423408],[1361972,422874],[1363741,433540],[1365150,433988],[1361830,434996],[1364636,435336],[1364244,434122],[1361743,433843],[1364848,435158],[1363367,433920],[1363672,435858],[1361757,436247],[1362507,435972],[1364609,435658],[1361381,437363],[1362967,439919],[1361761,439173],[1360137,438602],[1362635,440085],[1361365,439376],[1362478,437749],[1359715,440081],[1360683,441425],[1360734,441099],[1363031,439880],[1362071,439384],[1365241,443264],[1364213,440417],[1364704,441433],[1366192,443047],[1364966,440498],[1363418,441949],[1363557,441578],[1365358,441289],[1363763,443609],[1366379,439614],[1366162,439620],[1365796,443563],[1362853,443427],[1362924,439775],[1363173,438741],[1363470,439462],[1364522,437039],[1364012,437912],[1366051,438237],[1366525,436595],[1364973,437696],[1366695,436829],[1365903,439104],[1363556,439477],[1364602,438550],[1363536,437787],[1363143,438747],[1367949,451647],[1369378,455534],[1367254,452807],[1366823,453604],[1366879,454363],[1368421,454468],[1367274,453925],[1366996,452227],[1369150,455605],[1367493,454529],[1368966,455088],[1359870,467796],[1361460,468212],[1360370,467515],[1363042,467589],[1362023,465843],[1359770,468143],[1362319,467911],[1363863,466501],[1359799,468102],[1363872,467154],[1361944,465692],[1360314,465499],[1361145,465743],[1359987,469039],[1361074,472009],[1362544,470470],[1361365,470438],[1362368,473490],[1362441,470826],[1360535,472706],[1362541,472661],[1362869,471626],[1361322,472218],[1362144,473457],[1362120,473297],[1362544,470643],[1363329,473455],[1366259,470578],[1366839,470432],[1366986,471943],[1368932,472558],[1366926,473292],[1369234,472732],[1368192,469857],[1367390,470990],[1368032,472241],[1367192,471697],[1368869,472968],[1366094,472514],[1369149,466862],[1368135,468334],[1368910,466922],[1360778,474450],[1363153,486209],[1359325,486518],[1359971,485998],[1359166,483765],[1358424,486478],[1360393,483254],[1361141,485591],[1360492,484911],[1360811,484767],[1360801,483187],[1361356,485175],[1361554,484753],[1358438,484624],[1361095,484271],[1369266,482239],[1369120,484313],[1366431,481639],[1366306,480657],[1364934,481190],[1366311,481601],[1367129,483136],[1366178,482154],[1368351,481062],[1368847,482358],[1366546,480676],[1366961,483652],[1365831,482562],[1365251,480573],[1368947,480421],[1364909,483921],[1360305,481336],[1361035,480296],[1360020,479749],[1359610,481017],[1359916,480846],[1361360,481289],[1361129,480196],[1358071,478084],[1361991,481338],[1360581,480349],[1358207,481704],[1358476,478642],[1358511,478622],[1361824,481788],[1361733,477552],[1361087,476064],[1363559,478267],[1361745,478022],[1361918,478470],[1359608,479683],[1359774,479264],[1362082,476154],[1361337,479206],[1361730,477112],[1362467,477882],[1362992,479666],[1359862,480167],[1359607,478029],[1369567,477457],[1357554,494154],[1357614,495245],[1359552,495668],[1359662,495955],[1358118,495727],[1359955,494732],[1360278,496593],[1359803,495675],[1358939,494588],[1358282,495539],[1358969,495686],[1359661,491217],[1360155,491803],[1359127,492299],[1358845,492337],[1361004,491328],[1360296,492469],[1358695,492591],[1359771,493127],[1357655,492978],[1358862,490820],[1360048,493824],[1358646,492357],[1358824,493267],[1359013,492455],[1363270,495571],[1360838,498042],[1360472,495490],[1364314,495652],[1362874,496319],[1363159,497976],[1363942,495871],[1362596,496059],[1363015,498615],[1361402,496012],[1363696,498609],[1364088,498377],[1361258,498004],[1361114,497008],[1358010,486830],[1361565,490410],[1365460,491369],[1362195,489128],[1363109,492262],[1363422,489780],[1364335,491983],[1364053,491532],[1365095,491378],[1361387,491879],[1361511,490074],[1359695,488344],[1361008,488744],[1362489,488076],[1362995,486727],[1360318,488268],[1360758,487353],[1360774,487515],[1361220,487462],[1369384,487614],[1365908,488323],[1367655,489761],[1367089,487900],[1365129,489420],[1364965,489661],[1364905,488913],[1366005,490489],[1366082,488625],[1366733,490416],[1367870,488606],[1367934,491166],[1368213,489589],[1365586,488257],[1368413,489511],[1369321,488748],[1369492,491863],[1369406,490710],[1368674,490922],[1368731,493644],[1368463,493093],[1368664,492591],[1369065,490672],[1369381,115438],[1380512,130006],[1378794,132271],[1379259,129394],[1382065,191887],[1380293,190860],[1382377,189972],[1379554,190527],[1379572,189930],[1380776,191701],[1381265,191630],[1382008,186685],[1381263,186235],[1381204,187120],[1381738,187327],[1381589,186872],[1376419,186776],[1377446,185956],[1377484,186030],[1375279,188784],[1375737,186967],[1377454,188880],[1377606,189480],[1375688,189767],[1378077,187597],[1378096,189835],[1375735,187173],[1374881,188540],[1375816,187972],[1377029,188718],[1373836,183497],[1374361,182731],[1372683,182945],[1371131,185567],[1371163,184483],[1374159,185775],[1371202,184903],[1373110,183675],[1374504,183214],[1371347,184624],[1372748,184081],[1372103,184643],[1374818,185703],[1373983,185307],[1375161,198628],[1374280,197196],[1375795,197005],[1377394,196910],[1382214,193453],[1379198,192363],[1381085,192466],[1381479,192742],[1376514,197905],[1376368,199122],[1375239,199472],[1376347,199668],[1376673,198011],[1377477,199512],[1377547,198186],[1378008,199408],[1376704,200378],[1376054,198629],[1375084,204835],[1380713,202869],[1380980,206106],[1380817,206140],[1380618,206315],[1381443,205783],[1381015,205197],[1375202,208149],[1378215,205691],[1376328,207364],[1377662,206683],[1376215,207513],[1378080,206103],[1376505,205431],[1376431,205895],[1375423,208486],[1376771,205700],[1375288,206295],[1375246,206643],[1375951,206177],[1371416,225996],[1373108,227295],[1373855,224943],[1370764,224615],[1374128,227846],[1371044,226179],[1373484,226384],[1374039,225233],[1373609,225500],[1372869,227811],[1370959,227712],[1373353,227360],[1370668,224916],[1371993,227124],[1372811,241765],[1372035,241807],[1373906,242222],[1370879,241361],[1372881,242390],[1372277,242109],[1372738,242194],[1372258,242778],[1373025,243241],[1370189,241876],[1370038,241433],[1370368,240792],[1370207,240915],[1374889,240951],[1377282,241644],[1377007,239399],[1375243,240774],[1374819,241702],[1376685,239608],[1375362,239955],[1377591,241490],[1376617,239941],[1376110,239910],[1376012,241584],[1369909,236721],[1371394,238627],[1370467,238100],[1369784,236365],[1370011,234572],[1369762,233322],[1373152,233317],[1371661,232750],[1371534,235106],[1371281,233114],[1370614,234747],[1372508,232658],[1371369,234264],[1372452,233357],[1369938,235557],[1372217,233013],[1373937,238549],[1372969,238324],[1373247,236175],[1372859,236923],[1374857,236412],[1372910,237957],[1373385,238497],[1374503,238433],[1376703,237030],[1376664,238834],[1374575,239746],[1374941,237487],[1376017,235942],[1374330,236100],[1380642,235652],[1379680,238018],[1381073,239326],[1381836,235829],[1380280,238365],[1382179,236549],[1381842,237053],[1380838,237816],[1382061,235854],[1380033,238188],[1376211,255886],[1382200,248947],[1382244,249938],[1381533,245759],[1379834,244857],[1380829,243724],[1381592,244364],[1379573,243575],[1381389,246894],[1379899,247258],[1381792,246637],[1380489,247500],[1382364,245719],[1379723,246478],[1379913,243594],[1377286,248906],[1375923,246734],[1377222,245435],[1377917,245467],[1376657,245920],[1376876,246521],[1376416,245909],[1378518,246374],[1378539,246870],[1377665,249056],[1375510,246392],[1376560,255527],[1377818,255962],[1378045,252655],[1379829,252713],[1378900,252004],[1378311,250174],[1381104,253194],[1378259,251729],[1377979,249722],[1378427,252188],[1378054,249099],[1377861,252622],[1379568,252988],[1374064,251863],[1376469,250044],[1375607,253213],[1374670,251546],[1374622,251896],[1375891,253005],[1374217,253165],[1373074,252757],[1376582,250654],[1374366,252117],[1373010,250424],[1374193,246835],[1373375,247862],[1375410,247463],[1374794,246293],[1375507,247115],[1375422,247659],[1375239,249129],[1375449,246823],[1372989,248128],[1375682,247899],[1373565,247731],[1370512,245834],[1369688,244514],[1370660,245374],[1373352,245547],[1371632,246736],[1373132,248367],[1372301,247386],[1372832,246341],[1372057,248040],[1371171,245307],[1371848,247095],[1372810,248147],[1371452,246884],[1371585,243825],[1371513,244320],[1373691,244287],[1371538,244615],[1373993,245165],[1370520,243453],[1370416,245998],[1370404,248972],[1370266,247337],[1369625,246236],[1370370,247983],[1381378,251324],[1381262,250698],[1381110,250629],[1382272,253169],[1377104,259108],[1376998,256546],[1377541,256809],[1378700,256715],[1377368,259159],[1378423,258258],[1375333,262220],[1375375,258385],[1378323,259855],[1376545,260920],[1377921,260937],[1377566,261098],[1378726,261326],[1378496,256239],[1378665,256667],[1379074,260615],[1380355,257958],[1380173,260057],[1382062,261618],[1380116,259707],[1380277,258285],[1381832,259312],[1381232,260280],[1378923,260913],[1380165,258653],[1380029,259671],[1379980,257774],[1380377,258914],[1379183,258479],[1379612,264116],[1378040,261709],[1381089,261688],[1377933,263844],[1377660,260704],[1380880,262238],[1378198,264062],[1377700,262605],[1377862,260269],[1378988,264215],[1378815,263750],[1380740,262990],[1379735,262269],[1379452,260777],[1378749,265129],[1376032,263538],[1378309,265282],[1378232,263542],[1374919,262106],[1376712,263787],[1375334,263813],[1375008,263071],[1377523,265908],[1378857,263083],[1375105,262865],[1377777,264957],[1375698,264740],[1377355,262231],[1376375,267801],[1377387,268833],[1378293,267717],[1378207,267942],[1378100,266486],[1376588,267175],[1376548,267742],[1377693,268231],[1378580,266138],[1376345,266995],[1377932,268891],[1377007,268449],[1377368,265802],[1379764,268683],[1380613,267550],[1379124,267835],[1382083,268913],[1379376,268299],[1375831,269264],[1381235,269640],[1380283,271058],[1380541,271240],[1380000,271005],[1380149,271485],[1380662,270382],[1380169,269780],[1381091,269379],[1381279,269501],[1371154,271264],[1372708,271898],[1372437,270497],[1373321,271636],[1371247,271606],[1370568,271882],[1371802,269688],[1370467,272053],[1371041,271057],[1371828,270949],[1371182,270382],[1370540,270738],[1370196,272068],[1370230,272106],[1370126,274650],[1370296,274066],[1380145,293799],[1380414,286788],[1379125,291029],[1377765,292189],[1381353,290296],[1376740,291967],[1378035,291677],[1380320,290705],[1382312,289844],[1377343,289979],[1377426,291023],[1376638,286252],[1379776,292006],[1380892,288547],[1378689,291412],[1382111,307004],[1381105,306006],[1377718,305439],[1377760,306138],[1378410,306640],[1379132,306719],[1381896,302823],[1379632,305885],[1379780,305953],[1376772,302031],[1381898,295708],[1381295,294870],[1381198,300366],[1381815,319425],[1382240,319874],[1378985,308385],[1381018,308273],[1375537,392151],[1377585,391128],[1377141,391054],[1375182,393003],[1378348,393132],[1378937,390349],[1376188,391417],[1377926,393079],[1376635,391005],[1377188,393713],[1376259,392789],[1376646,390371],[1376583,392377],[1382255,394367],[1381225,395787],[1381158,393071],[1381589,395303],[1381761,396452],[1379794,392810],[1380554,395457],[1379670,395348],[1381897,395454],[1380017,396326],[1380193,396164],[1381357,392954],[1381351,396180],[1374440,388611],[1375901,390768],[1372338,389302],[1373789,389126],[1372232,390630],[1375371,390175],[1374799,391575],[1373697,390308],[1373046,390212],[1373972,389094],[1374342,389549],[1375823,389455],[1374373,391145],[1375356,390669],[1369612,385323],[1369894,385893],[1370579,387648],[1372450,385497],[1370129,385171],[1371430,385828],[1371314,386010],[1371108,387632],[1372276,388035],[1371738,385277],[1372544,384810],[1372397,385801],[1369756,387237],[1375952,407293],[1376178,408102],[1374184,408023],[1376203,409168],[1373964,407462],[1373401,408416],[1375461,409090],[1376994,408403],[1373524,407812],[1374212,407681],[1378211,408717],[1376475,409665],[1380386,408084],[1378516,408041],[1376375,409243],[1378247,408887],[1377414,405501],[1374393,403115],[1375565,404947],[1377735,402785],[1375651,403364],[1377323,402405],[1375317,403473],[1375616,404041],[1374259,401904],[1375122,403134],[1377084,405699],[1374471,402184],[1375184,405199],[1377045,402296],[1382020,401274],[1382118,402038],[1381534,401694],[1381834,402089],[1379578,399721],[1381293,400301],[1381064,402430],[1379686,402531],[1379144,402267],[1379374,402186],[1379216,400503],[1379604,403221],[1380604,403146],[1379079,402206],[1380174,400894],[1378961,400746],[1379076,400811],[1381269,402025],[1371775,416133],[1370027,416095],[1370176,415746],[1370445,417761],[1370352,414117],[1371386,414231],[1372100,414364],[1370835,415559],[1372324,415960],[1372446,416118],[1371759,417696],[1372344,414433],[1370476,417334],[1369909,415554],[1377892,410810],[1378151,410583],[1375926,417546],[1376570,417914],[1374566,416352],[1373087,416309],[1375804,416091],[1378591,411730],[1379890,409871],[1372626,416163],[1373686,417072],[1374367,417036],[1373387,417866],[1376583,419251],[1374620,417395],[1375593,417399],[1379152,410859],[1377141,411811],[1377754,412052],[1375337,412576],[1373601,412237],[1375334,415346],[1372583,414826],[1375144,415686],[1373527,414640],[1375894,412291],[1373702,414795],[1372704,415979],[1375097,415919],[1374663,412334],[1374159,414197],[1375970,410631],[1376229,409909],[1374738,411029],[1369836,413530],[1371953,411627],[1372321,409938],[1371838,412122],[1371005,413428],[1369895,410685],[1370902,412793],[1372104,410542],[1369855,411464],[1370969,410215],[1372479,413940],[1379863,418090],[1377775,415696],[1378171,414461],[1376855,416798],[1377911,417801],[1377221,415199],[1376291,415561],[1376681,415678],[1378682,415587],[1378187,414525],[1376979,416859],[1376009,417687],[1379586,416255],[1379922,416783],[1382188,412477],[1380730,413217],[1381785,412297],[1379291,411046],[1381746,413654],[1378944,412560],[1379950,413127],[1379227,412453],[1380464,414282],[1381321,413397],[1382214,412010],[1379435,413341],[1380613,413806],[1381822,411998],[1381017,421900],[1380873,421922],[1380777,422491],[1381370,423310],[1382257,423335],[1381576,430089],[1381268,429362],[1380530,429302],[1381577,428676],[1380379,429285],[1380382,431023],[1380735,429433],[1382132,430988],[1375524,431912],[1375222,431530],[1374207,432868],[1374502,433122],[1374691,433234],[1376681,432205],[1375284,431881],[1375988,432802],[1374824,430445],[1378035,432893],[1374190,432746],[1376460,433935],[1375187,431032],[1373054,430610],[1371713,432729],[1372816,432893],[1370323,432361],[1372152,430828],[1373679,432118],[1371128,432359],[1373414,430712],[1374010,432033],[1372058,432266],[1371016,431793],[1371898,426782],[1370949,427185],[1370554,429651],[1370375,429507],[1370254,427703],[1370955,429492],[1372013,429109],[1370589,430964],[1372500,425700],[1374543,425073],[1373920,428148],[1374299,424705],[1376022,428311],[1375174,427640],[1373625,427817],[1374278,426922],[1372838,424427],[1374600,424613],[1374046,427868],[1375450,425906],[1374345,426657],[1372104,425793],[1380573,426281],[1379168,423914],[1380620,427122],[1376564,426683],[1380020,424370],[1378723,426567],[1379044,426764],[1377281,425279],[1377674,424227],[1379937,426236],[1380296,424031],[1380126,424643],[1378181,427194],[1380105,427071],[1376989,428561],[1376944,429120],[1376068,429567],[1379080,431573],[1379641,431158],[1377164,429860],[1375984,428461],[1376680,430486],[1378487,428600],[1376660,431434],[1379344,429911],[1378438,429666],[1377947,429167],[1375670,429812],[1380941,439445],[1380106,441740],[1379817,441387],[1380510,440242],[1379709,438121],[1380451,440562],[1380462,438997],[1380631,438912],[1379305,441193],[1379294,440444],[1379136,440400],[1381369,438967],[1381308,440122],[1376956,442091],[1377744,441207],[1376034,442330],[1378492,442451],[1378333,441939],[1377681,442034],[1377593,440224],[1377746,440247],[1377818,440391],[1378800,440346],[1377916,441170],[1377327,442599],[1378428,443309],[1376838,443221],[1373790,439415],[1372416,436865],[1375441,437900],[1373346,436717],[1371764,438417],[1375125,439593],[1374595,437697],[1372262,438557],[1371971,439708],[1372987,438203],[1372433,439311],[1375598,438778],[1373666,437525],[1372206,436741],[1373496,440877],[1373359,442271],[1372687,443977],[1371719,441580],[1373123,441199],[1372368,442469],[1374680,441914],[1371286,442083],[1372330,442424],[1372575,441891],[1372843,441979],[1374581,440916],[1373174,442894],[1371139,441600],[1370414,457833],[1372662,460476],[1371553,458777],[1372087,458788],[1370172,457579],[1370498,460528],[1370629,459662],[1372735,456663],[1370574,457741],[1373139,458544],[1371269,458792],[1370949,459428],[1371042,460810],[1370384,456823],[1369922,452996],[1369642,453301],[1370626,451895],[1377109,457530],[1377270,457287],[1380604,454611],[1379106,458313],[1377928,457606],[1379897,455937],[1379497,456540],[1378729,458143],[1378097,456697],[1379210,456249],[1376016,450718],[1375314,451781],[1373336,449788],[1374337,452548],[1376727,450118],[1374710,450728],[1375833,452941],[1376662,450629],[1374775,450493],[1374848,452948],[1374209,450997],[1373894,452569],[1375525,453548],[1376824,451929],[1379873,458210],[1381680,455755],[1380354,458894],[1382038,457079],[1379542,458411],[1381786,457504],[1379725,456898],[1381140,456775],[1381453,459189],[1379964,457788],[1382364,457731],[1379545,459079],[1380994,449624],[1380004,450557],[1381395,449763],[1380290,450344],[1382251,450739],[1381991,451163],[1381340,460948],[1369954,472238],[1371333,469466],[1371477,468205],[1370657,468731],[1371065,467051],[1372262,466997],[1369931,468903],[1371301,469933],[1370419,467127],[1371819,470082],[1370351,467678],[1371273,472555],[1372103,471405],[1373001,471607],[1372908,470916],[1374226,473627],[1371034,472145],[1370330,473013],[1372395,472548],[1371769,471394],[1372030,470486],[1374190,471065],[1371977,471780],[1372881,464559],[1376147,468023],[1373389,468695],[1374193,464739],[1375883,467781],[1375113,467739],[1372941,466529],[1374185,466913],[1373747,468472],[1373489,466899],[1373574,465033],[1374446,464939],[1376902,468617],[1378121,465602],[1379067,464806],[1376374,466920],[1378153,464853],[1376671,465141],[1379172,466735],[1379204,464570],[1378110,465718],[1377594,466082],[1379127,466463],[1380064,464773],[1378560,463845],[1376411,463550],[1379555,461434],[1382347,463468],[1379690,461937],[1381452,461314],[1382231,463115],[1379861,461255],[1380376,463563],[1379040,464049],[1375611,484675],[1373690,484022],[1374067,484297],[1373408,486541],[1374492,485668],[1374238,484762],[1374152,484827],[1375501,486151],[1374726,485621],[1372718,484787],[1370018,482466],[1371563,481561],[1369600,485514],[1373077,481749],[1369741,481735],[1371007,482775],[1370183,483251],[1373038,482292],[1369844,482216],[1369997,482646],[1371610,484395],[1370303,481508],[1370517,473981],[1373636,474239],[1370972,479919],[1370414,477654],[1370287,480494],[1371514,479959],[1371785,477970],[1370051,478647],[1372524,478536],[1369684,480820],[1372482,478084],[1372171,480459],[1369734,480087],[1372922,477549],[1370074,479580],[1372836,475449],[1371775,474673],[1371882,474717],[1371142,476291],[1374385,474072],[1373348,475594],[1370944,474573],[1371490,475094],[1370811,476603],[1374035,475994],[1371599,474642],[1374392,476336],[1373071,477202],[1374399,479136],[1374146,479756],[1374491,479393],[1373413,479474],[1372243,479000],[1373674,481534],[1373652,479619],[1373527,479903],[1373157,478802],[1372348,477833],[1372225,481483],[1373752,479235],[1375168,478054],[1374597,478744],[1377015,486184],[1376434,486356],[1375462,486145],[1377872,486504],[1378753,486599],[1381965,484797],[1382366,486173],[1382317,485103],[1380255,484823],[1382172,484788],[1380219,486559],[1381113,486593],[1372028,487837],[1370810,487900],[1370514,489500],[1370424,488672],[1370179,488181],[1371408,486866],[1369862,488895],[1370183,489300],[1372247,491424],[1371230,493634],[1369648,490537],[1369666,492349],[1371129,491694],[1372010,491760],[1370713,489525],[1375207,487250],[1374665,487064],[1374385,487295],[1374479,488162],[1374034,488541],[1372408,486921],[1373913,489260],[1373800,488417],[1374273,487367],[1372593,489110],[1372941,490116],[1374779,489269],[1373839,489407],[1374481,490794],[1374717,489222],[1376526,491058],[1376668,490464],[1376142,490492],[1375784,489736],[1375917,490274],[1375342,490595],[1375309,491602],[1374829,494630],[1374197,494627],[1375425,495133],[1376077,494856],[1372798,493421],[1375629,493511],[1376348,495915],[1373081,495935],[1376057,494882],[1373927,493189],[1376333,492216],[1373553,493992],[1376740,492432],[1372824,494733],[1377241,489029],[1376756,487361],[1376221,486908],[1375966,487056],[1376767,486726],[1376591,487332],[1381216,488554],[1379224,489796],[1379116,489888],[1380215,489295],[1379096,490230],[1378308,486895],[1379779,489429],[1378047,489623],[1378046,487350],[1382288,487942],[1381571,487111],[1381168,486984],[1376824,114011],[1374527,114499],[1374262,113319],[1376805,107232],[1377062,113045],[1378829,112664],[1377076,107994],[1376865,112415],[1378149,112477],[1379958,107878],[1373983,113527],[1377414,108080],[1374191,110772],[1377759,111203],[1379444,111895],[1373843,107771],[1381309,114366],[1377587,113349],[1380364,113566],[1369708,118981],[1371781,117449],[1369635,118865],[1369778,116347],[1372979,116455],[1379104,127632],[1375896,121925],[1374884,123124],[1378792,122450],[1376384,122870],[1380466,121872],[1374028,122053],[1378005,119455],[1377065,121159],[1378228,119994],[1378214,119261],[1375588,121526],[1373951,119725],[1372248,119446],[1372775,119313],[1374321,119585],[1380910,126973],[1380240,127116],[1379219,126749],[1378083,127042],[1379138,126691],[1379904,127439],[1379359,125962],[1377083,115959],[1376922,117975],[1376791,116317],[1375494,116741],[1381154,122577],[1381278,122777],[1381028,124278],[1380852,124087],[1371781,120058],[1375829,120918],[1372820,121305],[1378637,118639],[1379732,119919],[1382165,119469],[1381888,116726],[1381151,116530],[1378242,119314],[1394359,128204],[1389037,131944],[1389729,132801],[1383592,129808],[1384861,131501],[1386940,130605],[1384627,130573],[1387671,130975],[1385530,133087],[1386261,130682],[1385473,129195],[1383867,128364],[1390020,129137],[1386938,128246],[1384988,133736],[1386677,130190],[1394651,165659],[1391587,164998],[1391364,164733],[1391748,163841],[1389145,163815],[1389216,163198],[1386700,178074],[1391167,174694],[1392468,178843],[1391150,178628],[1390552,178980],[1388329,175002],[1388953,176615],[1389296,178355],[1389204,175164],[1389704,176572],[1392827,176035],[1392002,178884],[1392199,178798],[1391745,176894],[1394368,167800],[1392965,168029],[1395191,168536],[1389852,167239],[1389161,168763],[1389986,179720],[1384933,191279],[1384909,190787],[1384104,190649],[1384497,190790],[1382999,191828],[1383785,191645],[1392329,192105],[1394240,191809],[1393638,191886],[1382462,190779],[1382920,190179],[1382957,190858],[1383431,188714],[1382413,187578],[1383984,188284],[1383118,187409],[1383982,184865],[1382412,185087],[1383120,184758],[1382881,188567],[1382772,187748],[1389069,181337],[1384263,182271],[1387087,182131],[1384867,181726],[1388535,181041],[1388005,182235],[1385475,181151],[1385142,181883],[1388131,181987],[1383042,183374],[1384347,184396],[1382787,184486],[1386826,180028],[1384086,193344],[1385549,194168],[1383449,194151],[1384889,192485],[1383214,192341],[1385762,193172],[1383417,192697],[1384540,203691],[1383653,202853],[1383518,203263],[1388215,193968],[1388929,193478],[1389397,194970],[1387837,193646],[1388921,194747],[1389048,192478],[1389757,194689],[1387516,195165],[1389997,192998],[1387945,194311],[1389802,195040],[1387704,194349],[1390633,194569],[1389048,192523],[1382863,204865],[1384004,202834],[1392858,193578],[1393277,192242],[1393897,192266],[1392075,194055],[1392529,194779],[1394880,192800],[1394119,193612],[1393285,194339],[1394915,195769],[1382623,192544],[1394845,204519],[1382663,205376],[1383002,205961],[1383372,206622],[1391060,209428],[1390376,208565],[1390329,209296],[1392632,210484],[1393922,212287],[1392679,211785],[1392976,211515],[1394279,212528],[1390443,210513],[1390296,211096],[1392280,210433],[1394008,209826],[1391081,207790],[1392574,205719],[1391601,207004],[1393349,208177],[1391167,206893],[1393917,207526],[1391178,209142],[1393079,206477],[1392123,206366],[1394821,205502],[1394825,208427],[1391522,206249],[1393296,208667],[1392370,205983],[1395128,205369],[1391212,241640],[1389013,242547],[1390361,243332],[1389663,242669],[1387890,242712],[1387352,243396],[1388481,243255],[1390579,242819],[1386297,239269],[1387529,240934],[1387636,239595],[1386517,239322],[1386330,240009],[1386217,240455],[1388252,241456],[1385530,241965],[1387030,239923],[1387244,242762],[1385472,242841],[1386417,242560],[1387863,240847],[1387673,241301],[1392627,235815],[1391503,235819],[1393033,237937],[1392315,237613],[1390140,234830],[1392001,234500],[1391243,234597],[1391121,235625],[1391215,234967],[1393759,237295],[1393176,235321],[1392644,236598],[1390790,236014],[1389843,235761],[1387216,234502],[1388436,234125],[1387107,233841],[1389355,236299],[1388915,235239],[1389633,234835],[1388139,237241],[1386609,234072],[1386409,235824],[1385522,233765],[1387685,236662],[1386448,235702],[1388453,236690],[1389516,234637],[1382884,238913],[1383307,238356],[1383093,235983],[1383509,237211],[1387555,243459],[1388374,244140],[1388360,243413],[1383135,253803],[1384394,250568],[1385097,253197],[1382890,250191],[1383431,253657],[1382504,250649],[1384237,248124],[1383077,249512],[1385761,247253],[1382411,248680],[1383504,248909],[1382745,247726],[1383449,249225],[1383795,249490],[1383101,249066],[1385390,247583],[1384777,250064],[1382886,246760],[1382435,244932],[1385133,251283],[1384647,250337],[1386876,253977],[1383238,252833],[1383477,253540],[1386462,255434],[1385669,254178],[1385626,255267],[1386939,255536],[1392717,251028],[1385608,255357],[1385175,255505],[1384194,254766],[1385154,255648],[1392768,251525],[1392477,249294],[1390733,251873],[1389227,252123],[1386051,252744],[1389464,251379],[1388258,252644],[1386209,254876],[1388743,252938],[1386258,253330],[1388961,252521],[1388459,252998],[1391999,252660],[1389788,252087],[1393141,252153],[1390870,250274],[1389361,250359],[1390021,250413],[1392124,249584],[1390133,249989],[1392645,249682],[1390462,250112],[1388322,248691],[1388780,247266],[1391783,248585],[1390724,247687],[1389382,248636],[1388751,246567],[1390196,246480],[1387820,246967],[1389634,246664],[1391357,246753],[1389447,250384],[1390132,246465],[1388967,247392],[1387936,253771],[1390737,255086],[1386938,254409],[1390028,253381],[1387044,253361],[1386968,255053],[1389595,253813],[1388423,255545],[1389343,253582],[1388208,256217],[1387053,256855],[1384293,256363],[1385041,262047],[1383848,263313],[1386011,262428],[1384610,262053],[1385513,262336],[1383421,262075],[1383310,260779],[1387807,257101],[1387834,256747],[1387617,257068],[1390860,256703],[1391020,256846],[1387239,256912],[1386865,258049],[1384244,260692],[1384692,259746],[1386879,260705],[1384957,259616],[1386939,257117],[1386916,257277],[1386077,259509],[1385719,260409],[1386867,261195],[1385993,260718],[1384530,260691],[1386791,258124],[1386201,257511],[1384136,263962],[1385328,262641],[1385501,264615],[1385030,266011],[1387047,265593],[1385559,262883],[1386658,266364],[1385120,266447],[1385582,264683],[1386475,262650],[1385557,265874],[1384013,265027],[1385920,263114],[1387607,266549],[1383697,268737],[1386199,268716],[1385872,268627],[1384559,268881],[1387578,266633],[1386652,266718],[1387347,265114],[1386228,268604],[1386313,267971],[1390190,266291],[1386617,266900],[1387637,268335],[1392240,268740],[1385996,271003],[1383340,270275],[1382852,270269],[1385088,271811],[1385106,270814],[1385423,270820],[1386287,271617],[1386545,270659],[1383173,269275],[1385252,269190],[1388397,272246],[1387726,273925],[1387677,274977],[1387283,271452],[1388290,273266],[1387809,273894],[1387390,274048],[1386838,271259],[1386982,273132],[1385931,273588],[1386641,272807],[1387728,274425],[1387672,271357],[1387792,272113],[1386726,281664],[1386372,281360],[1387576,281649],[1391608,276935],[1390928,276942],[1391315,277269],[1392966,277386],[1391357,278682],[1392389,280321],[1394231,278494],[1392019,281119],[1393225,277835],[1393161,279812],[1393587,278061],[1390399,278272],[1390203,278663],[1391050,278933],[1389729,269156],[1389734,269912],[1388337,269703],[1389708,270370],[1392230,269867],[1385200,281970],[1386691,284269],[1386682,284768],[1388152,283487],[1386253,286078],[1383606,286636],[1384555,285169],[1387686,284725],[1384004,283331],[1385795,284367],[1386699,284897],[1384243,286227],[1383882,284837],[1386289,287495],[1387767,286281],[1389880,282737],[1391628,282087],[1392408,285708],[1390446,287387],[1387106,284983],[1390456,287307],[1388063,287282],[1389385,287731],[1390514,287226],[1387592,282221],[1394590,294377],[1393486,294239],[1384309,298933],[1384772,295765],[1383920,297262],[1384375,297829],[1384422,295096],[1383757,298006],[1383878,298578],[1386676,298256],[1385161,296564],[1384546,298688],[1394532,295506],[1393693,295099],[1384846,319847],[1384064,320126],[1382800,319042],[1384676,318738],[1382569,308139],[1394997,309192],[1395135,310723],[1393487,310586],[1395138,309516],[1388668,318407],[1388282,317635],[1392058,319406],[1387905,320096],[1394750,319858],[1395176,329117],[1394597,327366],[1394855,327107],[1394619,326627],[1383614,321547],[1383338,321353],[1384299,320826],[1383636,321505],[1383769,320866],[1382788,321214],[1384752,321723],[1382850,320203],[1392000,324201],[1391301,324183],[1391292,320686],[1390034,323520],[1386605,320551],[1387046,320606],[1391510,323715],[1386684,321927],[1392145,323065],[1389852,323811],[1395068,321532],[1394866,324174],[1394946,324258],[1394799,321779],[1394034,320455],[1385614,333499],[1384225,338764],[1388147,333329],[1386129,334502],[1387618,333528],[1387155,333421],[1384118,335405],[1386720,334288],[1385953,333820],[1384633,334378],[1385695,339295],[1387384,335045],[1387942,333382],[1383866,338380],[1385647,345755],[1394330,343855],[1394392,344468],[1392406,345287],[1394894,344661],[1395075,343135],[1394706,344380],[1393385,345767],[1391734,342630],[1388154,347655],[1385665,346375],[1391344,348924],[1386764,347457],[1388457,345988],[1390143,347751],[1387178,349486],[1391867,348307],[1388621,349552],[1391319,346094],[1391114,350093],[1385623,346325],[1389976,349044],[1392867,353724],[1394542,353204],[1394594,353663],[1392193,353315],[1392712,350615],[1393583,353600],[1393104,353945],[1393750,351730],[1394170,352331],[1391932,352152],[1392262,352039],[1394204,351005],[1393385,358422],[1394802,357477],[1393833,358555],[1394841,358030],[1394451,359180],[1395196,359199],[1394765,358998],[1395091,359355],[1392393,382716],[1391294,382219],[1390813,382632],[1390437,383301],[1391278,380784],[1391788,382448],[1393023,380839],[1392018,381872],[1391708,383450],[1391974,381698],[1392573,382234],[1391128,382590],[1392312,381660],[1391694,378646],[1392084,377852],[1390425,377965],[1390284,378000],[1390031,376736],[1392665,375935],[1390970,377621],[1391059,377144],[1392995,375198],[1390034,376510],[1391145,375230],[1392222,375531],[1392224,376739],[1392666,374956],[1383160,392660],[1386575,389994],[1384647,391733],[1387261,391762],[1386649,390729],[1386281,390194],[1386441,391099],[1387883,390966],[1385933,391766],[1384576,389981],[1384027,390708],[1386226,392077],[1386350,391463],[1385083,390298],[1385433,390369],[1386703,388235],[1386906,389320],[1388689,386703],[1387006,388206],[1387473,387436],[1387316,387740],[1388327,388843],[1386981,389123],[1387046,388337],[1388287,386611],[1388183,387150],[1387124,386807],[1388781,387065],[1388585,387855],[1390483,384381],[1386884,394465],[1388077,393305],[1386151,394360],[1386892,392080],[1388463,393622],[1385343,393917],[1387956,393608],[1386050,395698],[1388483,394992],[1385906,393737],[1389101,394309],[1386282,393444],[1387918,394120],[1387233,392422],[1384483,399906],[1383566,401206],[1384588,401688],[1384185,400045],[1383292,403110],[1384657,402524],[1383418,400045],[1384566,401391],[1382792,402984],[1383069,401931],[1384183,405940],[1386816,404424],[1384576,406563],[1384568,407237],[1386233,406286],[1386088,403386],[1384107,406710],[1384384,406465],[1386923,407448],[1386953,404171],[1384787,403998],[1386373,407007],[1387447,406307],[1388446,408575],[1386460,408288],[1388565,408684],[1390374,407722],[1392064,407753],[1390476,405978],[1392303,409077],[1392143,408142],[1390280,406299],[1392543,406782],[1390266,409645],[1391461,407460],[1390776,409318],[1391129,408081],[1392333,409011],[1391805,407349],[1389857,403773],[1387680,404737],[1390505,405062],[1389303,403648],[1391584,402812],[1389624,401955],[1388434,404942],[1389806,403734],[1388099,403490],[1388424,405514],[1388163,404331],[1388037,403926],[1391211,402643],[1388914,404287],[1387780,400872],[1389119,398736],[1388789,399090],[1389171,401194],[1386662,399896],[1385712,398852],[1388134,400580],[1386736,398460],[1387968,398605],[1388503,399361],[1385740,402470],[1387550,399673],[1387044,401261],[1386987,398988],[1392874,397721],[1392035,398001],[1392108,397411],[1391293,397391],[1391138,398749],[1391454,400523],[1389732,399440],[1391511,398617],[1390613,398321],[1391103,398447],[1391285,401426],[1390704,400848],[1390847,399792],[1391670,400532],[1393600,406102],[1392087,405363],[1392955,405479],[1392860,406256],[1394930,404090],[1394815,404527],[1391955,405903],[1394725,402650],[1394131,403087],[1393710,402873],[1394752,405408],[1394636,407509],[1387057,410910],[1388302,409969],[1386723,409875],[1389302,411685],[1387690,410171],[1387818,410763],[1390183,410561],[1386528,411031],[1389344,411408],[1392567,410017],[1394918,410621],[1382650,421959],[1383471,422551],[1383093,422224],[1383921,420424],[1382616,421050],[1384929,421031],[1383818,419573],[1384145,419470],[1385494,418900],[1382892,419219],[1384009,419468],[1384631,421807],[1383161,421512],[1385305,420558],[1385537,420024],[1383257,420344],[1384097,420645],[1394123,418838],[1393998,415065],[1394594,417254],[1394142,416801],[1394275,416411],[1382647,422649],[1383150,424929],[1382925,423063],[1383044,424923],[1389181,424441],[1388404,427699],[1387797,424816],[1385548,426875],[1387162,427950],[1388347,427907],[1389156,425061],[1386549,425822],[1386036,426498],[1386978,424403],[1387434,426879],[1388199,426415],[1388965,425473],[1389171,424592],[1382532,431871],[1382657,428452],[1384004,429023],[1382786,432508],[1382620,430235],[1383286,430384],[1393271,431462],[1390987,431467],[1394322,430414],[1390599,434221],[1394411,434525],[1390429,428670],[1395126,431407],[1393172,431579],[1393775,429768],[1393442,432412],[1394643,431680],[1393272,430295],[1391787,432389],[1395014,426401],[1394792,425534],[1383738,448092],[1383004,447373],[1382676,457234],[1382935,458644],[1382802,448816],[1383447,448468],[1383726,448934],[1383762,449736],[1383937,451108],[1382695,449697],[1383070,460996],[1384849,460222],[1385863,460322],[1386210,459730],[1388488,459508],[1391168,459408],[1389179,459883],[1389918,458520],[1387633,458381],[1390845,459118],[1388601,459476],[1390544,457352],[1390909,457539],[1388834,457967],[1388989,458355],[1388180,459459],[1388562,458143],[1386571,453687],[1389887,454348],[1389130,457097],[1387806,454312],[1386901,456902],[1386107,457319],[1388640,455826],[1388422,454574],[1389641,454853],[1387021,456888],[1389428,456500],[1385967,453131],[1386620,455797],[1386218,453873],[1393490,454062],[1394094,451023],[1391087,454707],[1394438,453898],[1391118,451965],[1393395,454319],[1391322,451492],[1393422,452104],[1391106,453795],[1394547,451780],[1394217,452164],[1393172,451789],[1391140,450994],[1391733,454217],[1394066,457304],[1391622,455700],[1392847,456258],[1395024,456192],[1392104,456558],[1391038,458066],[1392838,455168],[1394746,455078],[1393846,456350],[1392984,457477],[1394450,456828],[1394044,455629],[1391176,459073],[1392381,456855],[1382563,463197],[1383028,462785],[1382801,462781],[1385050,461386],[1385118,462277],[1386945,462532],[1386920,461035],[1385021,463015],[1384453,461968],[1386069,461342],[1386914,462223],[1387393,461298],[1386691,461076],[1385141,462930],[1387775,466829],[1387880,465120],[1387517,462874],[1389989,465272],[1389100,465406],[1389726,466018],[1387753,463587],[1390369,466770],[1387438,466519],[1386960,465471],[1386646,465964],[1386963,463950],[1388466,463289],[1387028,466847],[1382976,484716],[1383311,488029],[1384416,100737],[1383881,100514],[1391183,101051],[1390246,101203],[1390976,101092],[1388607,102580],[1388168,100083],[1382446,115132],[1389728,107445],[1390244,108864],[1387089,107863],[1387271,107628],[1384742,105461],[1390633,106196],[1386790,108024],[1383507,104276],[1391550,109117],[1386414,103964],[1385051,106202],[1386039,104321],[1386513,103432],[1386000,104344],[1390476,104382],[1390017,103329],[1387679,102605],[1386438,105081],[1392688,126983],[1392180,127158],[1395191,122576],[1383130,126637],[1385082,122792],[1385666,127700],[1384659,127061],[1383689,126221],[1383910,126740],[1383718,125871],[1385517,127798],[1382889,121574],[1383939,122211],[1384178,126349],[1390756,124403],[1393192,125001],[1393268,125470],[1393877,125889],[1394665,125262],[1393862,125372],[1392868,123794],[1393093,125947],[1391414,126132],[1389105,123040],[1388365,123757],[1383265,117141],[1383759,116115],[1384008,116404],[1382721,116998],[1407329,143685],[1405902,143350],[1406806,142976],[1406802,144546],[1407575,146081],[1406972,145404],[1406859,144532],[1406477,146236],[1407404,147407],[1406476,147889],[1407807,146623],[1407332,147327],[1407107,146261],[1406295,146235],[1404601,146492],[1404995,144739],[1403392,148168],[1404092,146755],[1403590,149388],[1403813,146665],[1401224,146559],[1403345,148303],[1403675,146691],[1402615,147537],[1402359,146660],[1401749,149097],[1402458,149996],[1400347,147347],[1402187,149708],[1398731,146977],[1400322,147587],[1400754,148454],[1400362,150134],[1398737,149650],[1399678,151017],[1400241,150610],[1402326,149776],[1400876,148486],[1398985,149895],[1395610,164628],[1395478,162530],[1395364,163750],[1399158,177472],[1398792,178143],[1397772,178450],[1398828,183373],[1399489,180646],[1398614,179557],[1396051,184000],[1399965,181827],[1398807,183945],[1398705,180553],[1396152,183423],[1399219,180877],[1395932,183676],[1400429,183472],[1395794,194881],[1395808,194865],[1396450,204586],[1396376,203706],[1396406,204386],[1395825,204534],[1396147,204426],[1397360,206700],[1396531,206532],[1396938,205167],[1398046,206066],[1397014,205862],[1397462,205805],[1400771,207343],[1401590,207804],[1398726,208950],[1401010,207211],[1398450,209022],[1400743,208068],[1400863,209167],[1400253,209202],[1400881,208775],[1398988,206822],[1399724,208945],[1399588,207123],[1398306,208939],[1404383,212075],[1401414,211490],[1400738,212915],[1403512,212333],[1402812,209544],[1400585,210057],[1401385,210298],[1401878,210293],[1401711,210626],[1400987,209512],[1402011,209511],[1402218,212309],[1404640,209525],[1404859,209224],[1404067,210922],[1405447,209851],[1406886,210300],[1404670,209780],[1405014,211811],[1404022,209933],[1404637,211921],[1405075,210106],[1406377,210293],[1404629,210836],[1404570,210163],[1404104,208841],[1406864,207807],[1406652,209431],[1406559,208591],[1407306,206838],[1406528,207969],[1406131,206750],[1407170,213131],[1407821,211338],[1407563,211685],[1401171,255394],[1402624,256035],[1401663,255712],[1407539,254335],[1407760,254657],[1405747,255373],[1407035,256132],[1407276,255320],[1402050,261005],[1402676,259397],[1397761,260943],[1401645,257951],[1398995,257032],[1402612,258829],[1403493,259641],[1399776,259392],[1401091,258474],[1398190,259030],[1397423,260596],[1406306,261042],[1407412,259175],[1407513,260038],[1406766,257186],[1404397,261184],[1403910,256677],[1406066,261376],[1407158,259782],[1404479,258954],[1406617,257365],[1402956,258976],[1397240,292346],[1398089,293804],[1397387,291647],[1397296,293034],[1397651,293830],[1398526,293971],[1396057,293396],[1399059,295127],[1396450,296015],[1399026,295146],[1397723,299057],[1402303,298675],[1403671,297021],[1400178,299346],[1402472,297188],[1401592,300980],[1398278,300699],[1403652,299619],[1401177,298314],[1401171,302069],[1399393,298991],[1401738,297916],[1403161,299519],[1402988,299354],[1400900,301744],[1401669,302809],[1400210,302521],[1399824,302644],[1402012,303282],[1400542,304493],[1399886,301504],[1402421,303137],[1401508,305374],[1402100,304081],[1403125,302554],[1404551,304861],[1404829,304658],[1406687,305323],[1406164,304657],[1404529,304747],[1407118,306169],[1402515,307775],[1396071,308707],[1399095,310418],[1398108,314568],[1397146,309373],[1398663,310135],[1396838,309109],[1397876,309340],[1398636,309865],[1398036,308362],[1396890,309513],[1406937,313570],[1407804,314367],[1404395,313460],[1405395,313451],[1405884,310955],[1404106,312772],[1404726,310678],[1405358,316348],[1402751,318945],[1400842,319243],[1402211,316952],[1405672,315972],[1403755,319760],[1405960,317027],[1404611,315584],[1401359,319114],[1406438,315548],[1404343,315675],[1398113,318569],[1397991,318227],[1398947,320088],[1406667,316908],[1407396,319323],[1407976,318136],[1406719,316089],[1404981,308949],[1403158,309105],[1404465,309470],[1405287,310867],[1403713,310067],[1403392,310009],[1406095,310975],[1400593,331358],[1397855,330481],[1400995,332708],[1402858,331524],[1401070,331357],[1401926,330210],[1401928,330720],[1403181,329972],[1402358,331388],[1402186,330461],[1402353,332306],[1403154,331985],[1397744,330128],[1400650,330700],[1400208,329551],[1399577,331291],[1398262,328791],[1400060,330850],[1399931,328035],[1400100,330153],[1400790,329171],[1400804,328430],[1399912,330105],[1399732,332516],[1397574,332347],[1397564,330415],[1397765,331528],[1396495,330894],[1396533,328796],[1397182,328419],[1397396,330926],[1396419,328850],[1398280,327876],[1399289,327961],[1398449,327222],[1399235,328142],[1400082,327690],[1400427,327642],[1400159,329349],[1401270,328329],[1400809,327074],[1400569,329324],[1399123,329984],[1397558,328079],[1397133,328231],[1397673,329364],[1398388,329629],[1396016,328211],[1395487,328953],[1396764,328723],[1398211,327864],[1396936,327701],[1396949,327758],[1398813,325377],[1396737,325861],[1401069,320319],[1402412,321159],[1400852,320213],[1395870,323021],[1396290,323644],[1395287,321938],[1395465,323737],[1396328,324501],[1401415,331815],[1400805,331573],[1402988,331268],[1402251,329991],[1402618,331297],[1402612,329970],[1402272,330182],[1402685,331796],[1398379,330509],[1400057,328648],[1399093,328705],[1400293,329027],[1400988,330259],[1401218,329646],[1401899,328437],[1400706,330330],[1400731,328316],[1399002,332764],[1397489,331630],[1399539,331441],[1397602,330483],[1396735,329871],[1397480,330535],[1395711,329142],[1396771,330424],[1399595,328637],[1399711,326838],[1398816,328093],[1399002,326366],[1398347,327435],[1400297,327727],[1402181,327539],[1399952,327832],[1401187,327532],[1400869,328774],[1399849,328791],[1398272,328180],[1398490,329225],[1397091,328403],[1397012,329218],[1397222,327798],[1396319,328122],[1396941,327324],[1397137,326457],[1397587,327787],[1398065,326703],[1397868,327338],[1401996,331656],[1400900,331312],[1401043,332364],[1402786,331684],[1401935,330487],[1402266,330088],[1400063,329424],[1399559,330505],[1398282,329691],[1400588,330191],[1398350,330677],[1399932,329082],[1399038,330493],[1401260,330121],[1399487,328349],[1399729,327908],[1398369,332511],[1398097,331048],[1397590,332160],[1398727,331924],[1395316,329857],[1395860,329297],[1395294,329613],[1395544,330876],[1397068,328531],[1397723,328722],[1399205,326752],[1397835,327192],[1400080,327309],[1397912,327089],[1401556,326946],[1401898,329343],[1402418,328127],[1401329,328827],[1400323,327158],[1397845,329901],[1397813,329529],[1397792,329960],[1397374,328517],[1397381,328265],[1399030,328141],[1395866,328805],[1395424,326765],[1395227,327664],[1396437,327309],[1396349,326863],[1397353,326814],[1396285,326536],[1400331,332218],[1396482,332104],[1396255,341116],[1397773,343240],[1397132,345205],[1398046,345788],[1395607,340936],[1395830,340764],[1395274,352212],[1396538,355747],[1396804,357637],[1396313,357689],[1395319,357899],[1395363,357596],[1403313,370768],[1403678,370955],[1401603,371383],[1401452,370541],[1401719,370868],[1395995,365313],[1395510,363070],[1396952,362875],[1395906,363422],[1398443,363531],[1396311,362705],[1397670,363294],[1398456,363740],[1396834,363161],[1397518,363271],[1397233,363947],[1395961,363949],[1395238,364965],[1400288,366174],[1398917,363255],[1398228,366387],[1398466,365292],[1400568,363872],[1400856,365427],[1401959,365551],[1401125,363187],[1399232,365851],[1400860,364199],[1399857,363322],[1401006,364854],[1402636,368620],[1401990,368020],[1400265,367714],[1400788,367009],[1402236,368572],[1403560,366311],[1401851,366724],[1399604,368655],[1402003,368827],[1402137,367502],[1402749,370194],[1400318,369110],[1403501,370005],[1403250,366509],[1395329,359043],[1395614,377757],[1396248,375403],[1395985,376372],[1397803,377145],[1398174,377271],[1397177,377223],[1395437,376921],[1397152,374546],[1396777,376587],[1396263,374892],[1397782,376497],[1396900,377308],[1395774,374292],[1395400,377462],[1402687,371936],[1400402,371797],[1403614,372534],[1401370,372892],[1401758,371771],[1400949,372875],[1401331,371559],[1400525,373209],[1401221,372544],[1400983,373813],[1400479,374329],[1404137,374723],[1401618,375367],[1403413,376650],[1402417,374324],[1404034,375412],[1403681,375194],[1401097,373531],[1403306,377080],[1400729,377297],[1403537,375208],[1402510,373960],[1400447,376480],[1395563,406089],[1395836,405959],[1395703,403053],[1396243,406963],[1398280,409743],[1396839,408840],[1396004,406574],[1395388,409636],[1396669,406458],[1396860,406551],[1395799,406973],[1396189,409623],[1396704,409061],[1397268,408040],[1397266,409986],[1395254,415727],[1395735,415641],[1397508,415422],[1395623,415257],[1395808,418713],[1397398,416334],[1396929,415589],[1397279,421113],[1397585,420942],[1398798,420292],[1395740,418180],[1398250,420445],[1395876,421800],[1396961,419864],[1396145,418738],[1399014,418634],[1396180,418718],[1398281,421321],[1399860,422039],[1399089,420865],[1399442,422571],[1400334,419583],[1400695,422021],[1400382,419923],[1400157,420644],[1399980,419483],[1401134,420225],[1402153,422553],[1403491,420845],[1403967,420341],[1405217,422438],[1401569,421556],[1405177,419924],[1401501,421096],[1404589,420763],[1401389,420223],[1402440,419721],[1404026,422033],[1398329,415776],[1401099,415036],[1402003,418279],[1398676,417242],[1398495,414838],[1402107,415384],[1399512,414705],[1398416,417929],[1399871,415493],[1399500,418286],[1400097,416965],[1399544,416708],[1401142,414998],[1402013,416553],[1402176,411349],[1402282,413051],[1403445,414474],[1403095,413592],[1400350,411135],[1402953,414701],[1401624,410771],[1402335,412952],[1401135,414799],[1400573,412798],[1402495,410840],[1402596,414022],[1401164,413793],[1403280,414147],[1400854,423078],[1400208,422756],[1402445,428375],[1400885,425958],[1402941,426248],[1402024,428448],[1402987,426332],[1400077,427689],[1401959,428320],[1403334,425169],[1403047,427975],[1399954,428109],[1400194,424319],[1402388,425307],[1402742,426345],[1400170,424602],[1402275,422647],[1403510,423092],[1404981,423607],[1395378,433713],[1395553,429819],[1400275,428546],[1395777,425434],[1398867,430497],[1395870,427140],[1395413,424918],[1399800,425096],[1399263,426131],[1399640,424421],[1400308,429463],[1399846,429848],[1400463,426447],[1407521,111730],[1407747,110783],[1407806,111892],[1406357,112387],[1404476,110879],[1406163,113126],[1407606,113073],[1406579,113033],[1404771,114276],[1406765,112336],[1405880,111679],[1404479,114164],[1406850,111902],[1405258,111178],[1400443,114980],[1402983,103742],[1400686,104469],[1404575,108014],[1401367,106033],[1404537,106390],[1405093,109538],[1401444,108755],[1401781,107743],[1404749,109448],[1403434,109154],[1402265,106888],[1403481,103596],[1403472,102894],[1403244,106398],[1407957,123351],[1403513,118247],[1404706,117271],[1403404,116821],[1405156,117891],[1405379,116990],[1405516,116774],[1404022,116534],[1403712,118926],[1406304,118104],[1404627,119280],[1406231,117711],[1404843,116601],[1403979,116245],[1402438,117573],[1402188,117838],[1401931,119173],[1400388,121099],[1398199,119665],[1399506,120329],[1400378,120854],[1401249,120704],[1400908,118110],[1400974,117759],[1395207,120768],[1396226,123423],[1395343,122619],[1398746,122820],[1397683,122942],[1395590,123480],[1395540,122652],[1396562,120009],[1397929,120813],[1396150,120958],[1398803,122891],[1399013,121854],[1396647,121485],[1398787,117456],[1399178,115749],[1398811,116568],[1397103,117736],[1398563,119075],[1397570,118192],[1400559,116555],[1399835,116682],[1396775,116919],[1399949,117909],[1398738,115968],[1397359,115866],[1397560,116452],[136486,401545],[132801,400370],[134518,403770],[139771,402653],[139310,404177],[134442,417625],[133276,417557],[135900,413216],[132854,419518],[140412,416923],[140389,420704],[140140,420441],[135097,419542],[133973,419588],[134090,421509],[131842,422376],[133212,419518],[130638,422389],[134883,426704],[135655,426410],[135457,428770],[135776,428613],[135631,426175],[135090,426867],[135356,428411],[135173,426133],[134809,433869],[130166,425738],[134849,431770],[136926,434405],[134909,428337],[135132,426087],[134909,428035],[135778,426614],[135210,426176],[135469,426232],[135232,428329],[135188,426501],[137389,437527],[135514,438449],[136165,440272],[138639,485670],[135199,484807],[136548,485603],[137110,484310],[137025,485552],[136489,484189],[136172,485424],[135649,485381],[135118,484490],[137334,485450],[136838,484852],[137102,486168],[136240,484994],[138633,485562],[135204,485083],[135538,484268],[137071,485859],[137886,486448],[136668,485321],[138749,485035],[135090,484796],[135471,484558],[136336,485645],[136369,485684],[136075,484180],[136760,485090],[139105,485753],[137625,487014],[137991,486838],[137052,486827],[137629,487081],[137404,486611],[137703,486885],[134911,603048],[134899,603637],[133804,602752],[135652,603211],[135372,603234],[134993,603615],[133898,602455],[135629,602968],[134761,603670],[134715,603388],[134322,602421],[135415,603748],[134660,603372],[134038,602897],[132829,613782],[131447,617610],[130825,616663],[134463,689794],[137533,693054],[131682,691745],[139519,710250],[139737,714145],[139826,729782],[140684,726919],[132310,725275],[137643,739813],[138794,749804],[136423,755042],[131860,755208],[129075,743357],[136780,757749],[1413312,139736],[1414088,139180],[1412008,139427],[1416069,140523],[1414869,140810],[1413387,139930],[1413601,135167],[1411025,137480],[1413969,139107],[1411571,135994],[1411604,136691],[1413205,137352],[1413069,139278],[1412672,137237],[1413219,139239],[1411517,138665],[1410832,135446],[1414146,130925],[1416570,133279],[1414150,131930],[1413783,132158],[1415107,131501],[1415777,132996],[1414019,129835],[1414442,131559],[1415095,130708],[1414840,133393],[1416425,137847],[1414410,137592],[1418129,136068],[1417261,136853],[1415199,135591],[1418015,135299],[1415272,138440],[1415620,138907],[1414840,133912],[1417675,135934],[1416589,131754],[1415757,130020],[1416800,129601],[1416013,130026],[1419911,128575],[1420219,129294],[1418213,135101],[1420077,137841],[1420650,139332],[1420492,138045],[1417531,147508],[1419111,146341],[1415370,144405],[1415740,147548],[1416961,147531],[1415844,146443],[1416362,145967],[1417493,145063],[1418609,146079],[1416004,147447],[1414113,146258],[1413355,145560],[1413745,143401],[1411834,143572],[1410878,144058],[1412505,143387],[1410524,144784],[1412901,144001],[1411181,143629],[1412484,145938],[1414063,144610],[1411175,144126],[1411337,145689],[1410476,145784],[1409366,145306],[1408977,145373],[1409523,144879],[1408180,145295],[1408472,143921],[1408084,145185],[1408569,143442],[1413447,141697],[1413772,141761],[1414618,141910],[1414007,142482],[1414808,142399],[1412336,142899],[1415764,141958],[1415379,148301],[1418099,148243],[1415229,147581],[1417801,148307],[1408470,147138],[1408620,147389],[1409411,207046],[1409757,208573],[1408515,207070],[1408052,208555],[1409524,207942],[1408126,209388],[1409890,206785],[1408243,208386],[1410776,210347],[1410426,211814],[1408716,211952],[1408800,215450],[1409067,211815],[1409431,209767],[1408279,212255],[1408826,217645],[1409103,216103],[1412066,216005],[1410689,216277],[1409946,215307],[1411749,215910],[1409158,215738],[1410893,214645],[1410273,213328],[1412346,215191],[1409767,215238],[1408956,214630],[1410269,214172],[1409098,215691],[1409304,213477],[1409140,215368],[1409922,212485],[1409193,215516],[1411104,214605],[1408734,215280],[1414835,211917],[1413627,211539],[1413288,214579],[1411854,213182],[1411734,211243],[1414572,211646],[1413753,212216],[1413418,214222],[1413721,212911],[1413029,211112],[1412871,211428],[1412972,211493],[1414386,214247],[1415570,212162],[1416813,215763],[1415331,215517],[1415576,215231],[1416170,214884],[1417126,212442],[1417465,213384],[1415574,212694],[1417568,214087],[1416247,215663],[1417025,214677],[1417610,211893],[1417122,211918],[1414874,217752],[1414866,216909],[1415055,215604],[1416294,217754],[1417408,215607],[1415054,217037],[1416564,215872],[1414740,216337],[1417140,217985],[1414250,217819],[1410307,218335],[1415856,218091],[1408740,219233],[1409444,218505],[1418385,220791],[1412784,220499],[1414512,219400],[1413242,219411],[1411294,221646],[1413653,219208],[1413935,219960],[1411485,219690],[1414086,218132],[1413158,218538],[1414686,219201],[1414402,217850],[1413126,218768],[1413253,218461],[1417044,220792],[1416864,222525],[1415350,219606],[1417954,218612],[1418020,220571],[1416360,220418],[1415399,220811],[1414702,218900],[1417718,219149],[1415380,220708],[1415073,219109],[1417573,218549],[1418104,219745],[1416553,220043],[1415385,222144],[1413702,222389],[1415067,224259],[1414302,223114],[1414785,224443],[1414132,222030],[1414883,224643],[1413635,221441],[1413585,221230],[1414272,224639],[1411943,222466],[1413122,223506],[1411144,226461],[1411513,225404],[1412197,225066],[1409875,225509],[1409814,226958],[1412518,224455],[1409859,226012],[1409091,224180],[1411750,226474],[1412792,223455],[1410816,224218],[1409958,226339],[1409314,225660],[1411602,226217],[1418020,222844],[1418293,222955],[1418783,220586],[1418048,221534],[1419958,222241],[1413194,227836],[1412515,227734],[1412992,227085],[1413512,225530],[1413252,228224],[1415799,224861],[1416122,225368],[1414215,226394],[1419091,221537],[1412978,227336],[1412679,227329],[1415233,225936],[1419704,222969],[1412862,226802],[1417999,221784],[1417878,223377],[1416320,230425],[1415318,226809],[1417013,228591],[1415005,226661],[1416838,226365],[1418490,227529],[1418498,227898],[1415366,229495],[1418264,230409],[1416395,227069],[1415968,227121],[1415481,226522],[1418058,228221],[1417941,229228],[1411422,256899],[1408674,257516],[1412170,256843],[1411501,259906],[1411171,257469],[1409025,256566],[1411020,256803],[1409290,260109],[1412414,258823],[1408049,257170],[1409063,259255],[1411010,258740],[1410401,256538],[1410335,258075],[1413210,259027],[1416205,260223],[1410055,257023],[1413497,257575],[1414718,262006],[1414273,262206],[1410848,260894],[1410140,257860],[1410807,262008],[1415017,259110],[1413664,257422],[1411441,260471],[1408290,306784],[1408973,306781],[1408060,306720],[1408473,312944],[1409334,314318],[1408316,314085],[1408295,312637],[1410519,310985],[1409854,312981],[1409646,311146],[1409700,317564],[1410543,318064],[1411209,317332],[1409592,317498],[1408191,318678],[1409036,319248],[1410364,318562],[1408902,319369],[1409489,315345],[1410515,320199],[1413677,99741],[1414349,102054],[1413216,99731],[1411780,101543],[1411780,102457],[1411936,100088],[1411162,99261],[1414803,101306],[1411533,101264],[1413956,101211],[1411246,99332],[1414800,115167],[1414720,114246],[1414635,114621],[1413958,114018],[1414449,114700],[1413247,113506],[1414847,112619],[1413413,112574],[1415681,110617],[1415737,111805],[1415467,110639],[1412771,110793],[1416549,112460],[1415072,112428],[1412560,110004],[1414228,112460],[1414089,108281],[1414418,107951],[1413987,110437],[1413734,107118],[1412716,107974],[1412485,110273],[1413374,109219],[1413866,107702],[1415444,110487],[1415595,107721],[1412303,110463],[1412795,109572],[1416236,107981],[1414161,106897],[1415988,105163],[1416426,103822],[1414406,105810],[1414091,105683],[1412807,105512],[1416225,104568],[1413065,104066],[1416123,106265],[1412630,105704],[1414704,102874],[1415084,104517],[1413726,106440],[1411777,105974],[1412006,107616],[1411730,105502],[1410214,107299],[1410806,106376],[1408150,107660],[1410246,105651],[1411423,105212],[1409486,105727],[1409337,106614],[1409488,107660],[1408870,106644],[1408431,103979],[1409676,107560],[1413098,102746],[1412060,103142],[1413437,102662],[1413044,126244],[1414420,125224],[1413277,125188],[1412585,126762],[1412227,125266],[1414915,124890],[1412011,125419],[1413513,123275],[1412601,123204],[1414573,124447],[1413274,124114],[1415421,127322],[1413590,125573],[1410212,123018],[1411570,120754],[1410088,123587],[1408181,124088],[1411931,122739],[1408766,121106],[1409349,122849],[1410560,123090],[1411004,121824],[1410806,123207],[1410964,122413],[1409601,123059],[1409460,121746],[1419099,121215],[1419531,122032],[1420138,119323],[1419006,122457],[1419377,120354],[1419010,120626],[1413448,119333],[1412144,118896],[1412330,121399],[1412739,121382],[1413475,119851],[1411930,119598],[1412841,120444],[1413787,119710],[1412083,121074],[1412862,120441],[1419079,117964],[1420665,116935],[1418946,118342],[1419579,116210],[1419084,116966],[1419391,117303],[1418938,118895],[1415778,121493],[1416866,121488],[1418687,124335],[1418377,123825],[1416088,122206],[1417824,124001],[1418439,123942],[1417057,122751],[1415113,124562],[1417315,124661],[1415183,125076],[1418065,122274],[1416999,121974],[1417899,124544],[1414318,116768],[1414978,118099],[1415605,116773],[1413847,117400],[1415967,117808],[1416169,119215],[1412773,117235],[1414636,117172],[1412692,118942],[1412440,116765],[1416414,115990],[1412566,117640],[1416223,115738],[1414530,116607],[1413113,115725],[1414292,115850],[1415465,116233],[1419911,127399],[1419431,127218],[151067,292525],[151334,292105],[152000,292403],[149909,292870],[149464,292963],[150093,293042],[149924,293752],[152584,291647],[152796,291591],[153000,290593],[152045,290785],[151870,290857],[145200,407450],[150745,408866],[148909,408549],[140871,403158],[145756,415143],[144941,413798],[144450,412847],[143384,411597],[145721,415725],[143294,417666],[145697,415993],[145523,415157],[145486,414273],[145705,414509],[143381,419896],[144037,415697],[143208,416309],[144934,417427],[144076,417733],[143541,417737],[141789,418061],[141750,416779],[141914,420245],[141955,419869],[141670,420294],[142614,416084],[145316,434956],[142881,442111],[143640,439149],[141843,440142],[143054,437016],[141231,439186],[144635,442429],[143684,443417],[147643,443133],[150813,442368],[142906,486454],[142154,485735],[143135,485607],[142314,485244],[142530,485443],[142605,485541],[143161,487322],[143562,487172],[142583,487343],[143237,487219],[142549,486907],[143814,486922],[142407,487169],[142765,597878],[141490,597900],[141401,596951],[142297,595719],[141910,597375],[142038,597401],[141715,596496],[142500,597722],[142607,597223],[141397,595181],[141998,596655],[142785,598057],[141310,597980],[141713,597326],[141697,595906],[142769,597595],[142071,597843],[141310,596919],[141822,595507],[150482,633120],[152721,639741],[149433,638164],[147821,635201],[144565,687678],[145597,706484],[144532,714589],[151979,728423],[152775,723168],[147307,721622],[144234,722531],[144668,742441],[144351,741031],[153167,777926],[152040,775867],[150073,768724],[161218,167311],[160475,167563],[162789,170312],[161659,169614],[165134,172778],[164014,178372],[163820,169361],[161882,169115],[161010,168295],[165738,174112],[164089,174053],[164147,170330],[161539,168348],[160189,168286],[163945,173296],[162507,169511],[163977,169436],[165595,174188],[164974,172664],[156018,286503],[155963,285989],[156591,286148],[155973,288496],[155687,288120],[156118,287934],[155849,288110],[155027,288471],[155605,288737],[156586,434340],[157221,429168],[158347,427482],[154482,633269],[165179,699573],[164817,701626],[158839,696419],[161565,698405],[162780,697999],[153910,698426],[165909,711639],[155954,717171],[157983,754587],[165400,745246],[160876,751642],[165165,754628],[164515,760516],[165736,758122],[160722,763537],[159477,765466],[157053,760394],[155143,769019],[178586,178769],[166849,173628],[166824,173102],[167257,172900],[166913,173181],[177998,191634],[177319,191924],[178072,191798],[178066,192126],[177440,191783],[178414,179574],[178579,180042],[178208,179990],[176578,193207],[177399,192734],[178609,197293],[178864,196636],[178371,194889],[178994,197331],[178390,200335],[179148,200094],[179020,203700],[177031,192488],[178858,196704],[178517,196145],[178507,194496],[178825,199690],[178991,203752],[170789,196427],[176592,192372],[176653,192484],[177735,192275],[178638,197312],[178349,196572],[178019,194080],[177739,194901],[178915,204302],[176385,192715],[176966,192907],[177968,197133],[178487,195816],[177964,194043],[178499,194250],[178792,199540],[178965,200637],[176583,193037],[178321,196691],[178360,196704],[178237,194104],[178574,194782],[179122,196754],[178595,200780],[176560,192602],[178393,197337],[178827,196327],[177601,194820],[177867,194584],[179127,197688],[178789,199497],[179113,200518],[170426,196365],[170410,195976],[170974,196240],[175868,209816],[179162,249851],[178213,248862],[178955,248917],[174857,250082],[175966,249531],[177151,249657],[178278,249039],[179176,249169],[175133,249625],[174965,250517],[176429,249652],[176690,251097],[173983,250839],[179123,249885],[177431,249027],[177727,248587],[178765,249185],[175178,249191],[174213,250608],[176268,249217],[177129,248760],[178388,248793],[178664,249759],[174293,250477],[175138,249312],[173942,250347],[176269,249795],[177907,248559],[178660,249328],[175730,249754],[174520,250162],[175852,249621],[178332,249382],[178865,249542],[175434,249617],[174801,250095],[176390,249510],[179107,366198],[177377,367476],[177815,367362],[177338,367327],[177793,366828],[177770,366522],[177110,366655],[178797,366101],[173575,576673],[175216,578545],[175299,578606],[175265,579451],[174594,580557],[174281,580777],[173024,582645],[172638,583877],[173060,576729],[175131,578627],[176042,578454],[174712,579228],[174091,581081],[173116,583497],[172738,584227],[172687,576578],[174782,577968],[176212,578325],[175114,579418],[174354,581388],[173213,582675],[172859,584428],[173173,577549],[174795,577943],[175844,578334],[175009,579299],[174789,580178],[173851,581140],[173357,583407],[172969,584052],[172822,577014],[174383,578059],[175115,577956],[175558,578038],[175101,579128],[174121,581155],[173086,583084],[173450,584657],[173392,576698],[175171,578426],[175628,578626],[174699,579145],[175039,580915],[174262,581504],[172858,582768],[172929,584016],[173961,590087],[173840,591093],[173591,590287],[174483,591061],[173867,590302],[174449,590800],[174069,589917],[173802,590593],[173889,590311],[173953,590619],[174540,591254],[172228,636206],[176729,642153],[172738,691317],[173100,690945],[171665,702051],[175628,710001],[174941,717291],[169150,723527],[173891,742025],[176680,745700],[174254,765586],[170848,757642],[190630,179341],[190296,179297],[190045,183813],[191365,184006],[188240,186817],[189421,186826],[190695,184353],[189762,179987],[190337,183468],[190966,183838],[188820,186846],[189138,187131],[190972,184429],[190470,179841],[190670,184173],[189060,187400],[189201,187045],[191386,183867],[190456,184673],[191121,184554],[190810,179599],[190154,183782],[191676,183735],[188694,187464],[190440,180018],[190988,183956],[190694,184048],[188564,187390],[189958,184675],[190392,179910],[190273,184309],[189023,187363],[189283,187635],[191775,183994],[190419,184416],[179518,198634],[180058,197629],[179791,194068],[179722,198470],[179687,196978],[179264,199947],[179694,204003],[181035,197098],[180044,198320],[179628,197045],[179361,200570],[179342,198044],[179492,197624],[179294,204226],[179468,198389],[180309,197137],[179762,203699],[179825,204338],[179554,197137],[179616,198448],[179644,197620],[179889,203858],[182372,212487],[179816,209383],[181403,250744],[180530,250269],[179212,250292],[181801,251027],[180562,250096],[181799,250711],[181062,250343],[179404,249726],[181781,250989],[180419,250412],[179563,249323],[181359,250697],[180648,249972],[180774,250381],[180062,366287],[180095,366058],[179624,366668],[182328,364763],[181849,364623],[183728,361695],[184078,361767],[183706,362551],[185670,359835],[186675,360305],[187237,359371],[191637,453239],[190340,452693],[189490,449897],[189616,451271],[191958,449842],[191964,453264],[191724,452419],[191327,453328],[190358,452295],[189425,452346],[189884,452175],[189584,449489],[189490,450382],[189112,450965],[189419,450961],[188987,451112],[191779,450150],[191738,453383],[191918,452758],[191829,452526],[190945,452372],[190828,452486],[189428,453101],[189385,452813],[189687,449450],[189750,449488],[189865,450912],[189866,450717],[189039,451154],[189419,451602],[191632,450195],[191056,452901],[190269,452811],[189680,449580],[189609,451613],[191261,453186],[189901,452543],[189407,449621],[189312,451338],[187138,575986],[180485,577834],[181494,578001],[184670,577266],[186791,577896],[184189,579624],[183282,577679],[184180,579905],[184308,578603],[185382,578015],[185408,577073],[187635,578981],[186749,578990],[183169,577801],[184872,576964],[186503,576401],[187295,577823],[180323,578122],[182191,578203],[183748,579367],[183967,580761],[184403,578420],[185780,578342],[185568,576572],[188171,578920],[187034,578602],[181323,578258],[186246,576684],[183713,579910],[183079,578169],[184893,577550],[180425,578371],[184394,580259],[186781,577902],[184458,578342],[186574,576803],[187202,579021],[185256,578787],[184516,580164],[184917,577391],[183733,580114],[187240,577535],[183364,577716],[180477,578470],[181831,577578],[184663,578313],[185895,577801],[185398,577148],[186621,576901],[187584,579119],[186900,578201],[179729,577756],[185574,577079],[183956,580764],[187182,577148],[183630,580127],[185002,577029],[183651,577766],[181919,577824],[183943,578433],[186841,576701],[188079,578906],[186891,578610],[186065,577931],[181919,577956],[179868,578587],[184261,579734],[183682,577868],[184767,577108],[187043,577050],[185860,578390],[184001,580115],[184512,578518],[186324,576398],[185758,576655],[187690,578779],[190730,644567],[190463,650233],[182432,650817],[181687,644618],[180227,683198],[182833,725330],[179554,717929],[191192,740949],[182848,737761],[189621,749734],[182936,765219],[183381,766105],[182066,765549],[183765,768936],[184694,775011],[190473,775943],[193396,175671],[195845,175449],[195655,175735],[194516,175903],[194213,175863],[192788,179016],[193215,176054],[196043,175429],[195544,175642],[195137,176134],[193984,175496],[192807,178224],[193317,175911],[196254,175741],[195240,175744],[194502,175633],[192439,178433],[193418,175814],[196722,175164],[195604,175371],[194754,175436],[194346,175632],[192049,178864],[193246,176302],[196514,175902],[194293,175201],[193488,175637],[192375,178779],[193720,176340],[196460,175503],[194194,175257],[194395,175646],[192668,178762],[195682,180786],[194000,184389],[194595,184871],[194521,181698],[192731,184262],[194252,184695],[194473,181646],[193867,184338],[195306,180789],[192851,184514],[194396,184720],[193653,184621],[192671,184483],[194282,181894],[195603,180696],[193857,181529],[193704,185108],[195383,180729],[192300,183645],[194557,182051],[193900,184699],[195808,181113],[193069,184187],[193720,184582],[194420,184319],[195941,181186],[192700,184445],[193871,182041],[204547,242409],[204682,241006],[202551,239547],[202034,239503],[201699,240834],[204363,239723],[204608,241928],[204521,240432],[204796,239176],[203689,239906],[202150,240476],[202368,239262],[202517,239761],[201438,239448],[202343,240570],[204723,239680],[204740,239151],[204351,241842],[204504,241568],[204460,240829],[204334,240383],[203679,239090],[202320,240824],[203893,239898],[202245,240047],[202145,239279],[201646,239940],[202355,240856],[204521,239394],[204300,239147],[204700,241637],[204607,240950],[203615,239293],[202573,239398],[201448,239591],[202200,240402],[204446,239470],[202564,239667],[201605,239503],[202461,240810],[204259,239687],[202997,430203],[201779,429552],[202122,430827],[201827,431027],[201375,430377],[202611,427356],[202006,427992],[203477,428716],[204175,429083],[204717,429504],[204015,432300],[203286,432444],[202927,433146],[202323,422670],[201610,429277],[202472,430626],[201402,431415],[201796,430607],[203160,430026],[202681,428169],[203054,429497],[203869,429070],[204386,429279],[202991,432599],[201960,429331],[201818,431120],[202876,430852],[200915,429906],[202760,428507],[203619,429930],[203534,429650],[203637,429133],[204228,429553],[204371,432487],[203846,432603],[202810,433213],[202348,429885],[201898,429313],[202422,430270],[201117,431433],[201149,430463],[202988,427772],[202731,427977],[203577,428755],[203658,429360],[203975,428803],[204130,429842],[203862,432486],[203543,433126],[202712,432719],[202103,429913],[203062,430911],[202020,430277],[200948,429973],[201931,430106],[202618,430665],[202196,428351],[202859,429353],[203979,428862],[204089,429001],[204163,429263],[204676,432527],[204271,431860],[203764,433112],[202917,433172],[202157,429111],[202040,430085],[202471,430265],[201405,430771],[201689,429829],[202807,427663],[203131,428175],[203463,429295],[203715,428581],[203944,429696],[204377,432316],[203833,431819],[202669,433395],[195332,447726],[195300,447919],[195409,447734],[194924,448341],[195612,449303],[195187,449202],[194753,449644],[194922,449561],[195688,450214],[195476,450627],[195537,451194],[195149,451297],[195850,452098],[195568,451543],[194992,451918],[194967,451842],[193278,450012],[193848,450224],[192728,450613],[192446,450598],[192637,450302],[192158,449581],[194925,453975],[194429,453721],[192858,454415],[194145,454534],[194610,454137],[192950,454317],[193453,454165],[193122,454238],[194671,448574],[195477,448521],[194961,449055],[195414,449315],[195340,449456],[194876,450571],[194940,450122],[195578,450774],[195625,451488],[195800,451461],[195575,451955],[194934,452352],[193711,450019],[193305,450202],[192028,450539],[192789,450311],[192043,449609],[195087,453459],[195072,454164],[194339,454851],[194082,454631],[193117,454715],[192474,453058],[193032,454432],[193066,454114],[195333,448248],[195822,449421],[194572,449926],[195036,450507],[195733,450965],[195105,451346],[194839,451811],[193275,450345],[192653,450268],[192084,449918],[195357,453913],[194014,454300],[192299,453522],[193382,454230],[195197,449265],[194847,449537],[195382,450560],[194983,451241],[195297,452274],[193348,449862],[192927,449633],[192201,450460],[194913,454297],[194357,454032],[192760,454359],[193271,454096],[195163,449307],[195599,449953],[195557,450335],[195588,451289],[195059,451552],[195329,452262],[193611,450096],[192609,450154],[194775,453726],[192452,453558],[193054,453906],[193413,454464],[197038,619120],[197783,618219],[199643,614804],[195452,617284],[199094,619694],[201771,638094],[204454,630101],[195240,646639],[199027,671353],[199106,700615],[201436,702646],[201347,703531],[200789,703279],[201305,694774],[203959,714993],[202945,710092],[203210,709409],[202781,708167],[201298,708033],[201710,706552],[199393,705827],[198267,708231],[199044,707125],[199086,707549],[199096,712672],[199727,713047],[201540,712612],[202213,712746],[201573,713246],[201452,712940],[201408,712828],[201065,713583],[198868,704908],[199593,704752],[199579,704401],[198020,705294],[197747,704655],[202485,718518],[202607,719355],[201860,718732],[201436,719360],[201686,719870],[201296,720145],[200842,719668],[200783,718362],[199956,720580],[193853,751593],[196232,753276],[198438,747110],[195804,748510],[201925,759581],[198717,758748],[214901,164448],[214229,164831],[213328,164829],[213495,165000],[217302,178585],[217486,178782],[217390,178353],[216969,178726],[217301,178769],[216864,178392],[217560,178637],[217341,179126],[217289,180225],[217079,180454],[217044,181035],[217560,181192],[217115,180900],[217223,180570],[206294,241522],[205898,241706],[205160,241186],[208858,240254],[208700,240410],[205230,239949],[206924,239952],[209268,243236],[209671,242949],[213089,243341],[215542,243367],[216515,242603],[215691,243181],[211667,243058],[208209,240619],[211020,241379],[210217,240695],[210934,241292],[210840,240280],[211807,242923],[211961,242806],[211983,241989],[205974,241913],[204862,240795],[205825,242079],[204970,241859],[205037,241188],[208999,240510],[208646,240594],[206782,240153],[213165,243076],[217570,243073],[216469,242778],[211896,242858],[205662,239731],[208461,239770],[210981,241392],[210066,241378],[210844,241048],[212779,241841],[205944,242109],[206363,241569],[205860,241728],[205701,241238],[205332,241390],[204915,241542],[208789,240201],[205191,239886],[207661,239718],[207963,239700],[207136,239945],[206723,240427],[208957,243355],[209695,243251],[209420,243155],[213212,243184],[217122,243326],[216666,243365],[215617,242493],[215614,242550],[216119,242799],[211375,240778],[207871,239923],[207648,240312],[210906,241688],[210659,241543],[211237,241128],[210493,240375],[210292,240679],[211364,240647],[211945,242889],[211895,242550],[211931,242368],[212666,242478],[212125,241832],[212389,241842],[205854,242096],[206036,242176],[205737,241595],[205720,241382],[205104,239847],[206909,239616],[206797,240358],[213794,243000],[213351,243387],[216784,242902],[216254,242488],[216715,243122],[215990,243261],[216115,242495],[212101,242970],[210968,240519],[211648,243249],[205677,240026],[208552,240279],[207839,239882],[209940,240437],[210445,240414],[210476,241584],[210492,240956],[211046,241944],[211407,241965],[211660,242156],[211559,242694],[212185,241540],[211992,241777],[206176,241820],[205802,241580],[205563,241717],[208806,239994],[208315,240778],[205143,239922],[207173,239435],[207137,239611],[209198,243227],[209549,243170],[213542,243139],[216795,242950],[216138,243064],[204956,239117],[207788,240665],[210276,240809],[211201,240971],[211238,242211],[212132,242232],[211052,244392],[208596,243623],[214084,244165],[214152,243682],[217570,243435],[216762,243643],[217333,244804],[211085,243946],[211641,246174],[212038,244958],[211958,245553],[210833,244273],[216862,244639],[210394,243428],[209054,243732],[209508,244075],[208981,243712],[209414,243805],[210091,243689],[209406,243865],[214067,244560],[213894,244586],[213946,243577],[212820,243452],[217094,244889],[211494,243764],[210923,243666],[211723,245890],[211558,246534],[212568,245864],[212536,245102],[212464,245797],[210739,244378],[208651,244097],[209905,243526],[214305,244279],[214479,243507],[216873,244950],[211423,243913],[212441,246530],[212604,245717],[211784,245912],[212188,243642],[210338,244144],[215688,243438],[209515,244015],[210404,244000],[209195,243990],[209109,243725],[214594,244117],[214592,243461],[213938,243853],[213704,243732],[212698,243718],[216133,243547],[217043,244417],[217597,244935],[210855,243641],[211297,243411],[211541,245903],[212805,245503],[212381,245404],[211799,245881],[209610,244154],[208994,243886],[214006,244565],[214075,243594],[216919,244328],[211570,244111],[212409,246124],[212738,245075],[211826,245063],[212139,245260],[213375,265104],[215174,260794],[215791,260576],[217227,261485],[213231,264436],[213310,264692],[215540,260322],[215318,260263],[216142,260384],[215979,260471],[217034,260424],[216871,260497],[217022,260888],[214091,265024],[213355,264811],[215086,260643],[216614,260411],[216116,260766],[217058,261156],[214055,265339],[213978,265136],[213735,265100],[215666,260231],[214889,261027],[216254,260371],[216971,261442],[217188,261336],[213353,264561],[215225,260320],[217061,260927],[205240,432752],[205110,432309],[204985,432773],[205911,635627],[209415,633791],[209548,630105],[215922,637894],[212301,643851],[212501,685647],[206207,713922],[206936,718419],[213499,759587],[215806,759228],[210194,757427],[222127,178278],[221252,177945],[219474,178509],[222894,178836],[219533,179164],[218992,179103],[220266,178255],[222222,178538],[221700,177488],[219544,178376],[217875,178492],[219690,178718],[220217,177659],[221976,178098],[221283,178020],[221549,177772],[222294,178098],[224240,178924],[220350,178199],[218906,178758],[219422,178851],[219577,178492],[221937,178326],[221993,178029],[219513,177746],[221011,177279],[218287,178963],[220099,178286],[219520,178607],[223237,179344],[224421,179029],[219464,178953],[218972,178763],[219480,178749],[223536,179125],[218524,179167],[222050,178159],[220410,178746],[221086,177622],[218867,178985],[220161,178844],[224487,179251],[219442,179342],[219689,178576],[218882,177517],[221000,177809],[224440,179445],[221903,181293],[221943,180869],[218033,180445],[222283,181432],[223151,179513],[226088,181600],[225611,182424],[224985,182814],[224551,179765],[222151,182050],[222128,181293],[217960,181007],[226453,180948],[225505,182539],[222218,180629],[224841,179825],[221090,181289],[221628,181978],[220789,180660],[225527,182174],[224440,179460],[221851,181242],[221991,182092],[218795,179529],[226255,181500],[225019,182042],[224744,182606],[221792,180787],[225337,182010],[221268,180731],[221728,181615],[221158,181539],[225359,180241],[220652,180189],[218165,181015],[223154,179599],[221760,182279],[225796,181340],[224903,182694],[222179,180819],[221767,181742],[224646,179433],[218169,180893],[225823,181518],[225262,182019],[224635,182605],[222034,180815],[221466,181303],[222100,182081],[223645,179789],[226061,181237],[224749,182958],[220944,181101],[221531,181834],[221787,181934],[225072,179860],[221146,180873],[221356,181127],[225342,182536],[225184,182408],[221323,180890],[224821,179726],[220931,181281],[225260,182082],[220829,181247],[221186,181569],[225223,179924],[224830,180049],[225434,182403],[222062,181754],[222008,182186],[220873,180663],[220937,180817],[220889,181518],[225349,179844],[221541,182084],[225471,182094],[221053,180756],[218292,179470],[220297,180062],[219434,179802],[220865,181228],[226917,199885],[229910,199141],[226287,195464],[226793,196384],[227291,196972],[230156,198694],[227000,195061],[226845,195680],[226725,197243],[227188,199572],[227345,200354],[230221,198616],[226402,195055],[226492,196191],[226649,197046],[229692,199143],[226771,195024],[226324,195901],[226939,197383],[227034,200486],[226857,200195],[230202,199284],[230110,199141],[226776,195445],[227159,196104],[226594,197419],[226897,200043],[230378,199599],[230354,198480],[226208,195635],[226988,196087],[226618,196480],[217719,243195],[221152,243164],[217739,243239],[221146,243287],[217606,243770],[217880,244052],[217782,244461],[221345,243899],[220307,244064],[217694,243789],[218256,244878],[221308,243571],[221129,244175],[221073,243869],[220341,243813],[220761,244375],[217684,243834],[217624,244028],[218384,244622],[218357,245013],[220886,244195],[220824,243619],[220059,243621],[220799,243469],[217871,244312],[220145,244139],[218399,244233],[221378,243674],[220152,244074],[225269,268754],[225019,267386],[224076,266953],[225364,268440],[219575,262558],[219378,263677],[219490,264302],[220269,264060],[220493,264932],[222585,262645],[222664,263821],[222848,264072],[225181,267811],[225262,268071],[225570,268366],[226338,268571],[225440,267757],[225468,268379],[226194,268829],[225937,268753],[225119,267484],[224041,266932],[223879,267304],[225104,267998],[224737,267634],[219148,262729],[219210,262551],[218902,263350],[218449,263924],[218274,264182],[218938,264042],[219380,264456],[220128,263479],[220693,263934],[220333,263948],[221285,264464],[220443,264250],[223089,262551],[223276,264132],[222750,263571],[222947,264207],[223046,264010],[224759,267339],[224142,267241],[225301,267747],[219030,262456],[218831,263436],[218875,264652],[219157,264429],[219787,263678],[220156,264589],[220340,264396],[223165,263940],[223340,263048],[222992,263958],[224934,267457],[224512,266906],[224359,267612],[223974,267420],[224985,268128],[225179,268281],[219032,262083],[218989,262280],[218801,264696],[218504,264069],[218870,264540],[220385,264336],[219736,264667],[220385,264189],[220378,264529],[222979,262699],[222860,262510],[222593,263085],[222889,263760],[222580,263849],[223203,263006],[222717,264329],[222998,264079],[224452,267347],[225028,268308],[218669,261982],[218750,263614],[219465,264042],[220369,263798],[221300,264375],[222604,262835],[222665,263432],[223297,263426],[227634,273460],[228485,274402],[226795,271153],[225778,272374],[226178,269107],[222746,272463],[222110,276805],[228898,273808],[229611,274618],[229169,275548],[229389,276289],[229501,276041],[228701,271840],[229432,270960],[219961,270335],[219764,270779],[227721,273875],[221568,276289],[226880,271652],[225528,271516],[225645,269066],[222827,272415],[229330,274061],[229698,274651],[229150,275023],[229726,275385],[229420,275292],[230131,273260],[230234,273393],[229496,271703],[229171,270960],[228556,271434],[220358,270542],[219885,270125],[219981,270500],[220604,270775],[220264,271134],[229689,274710],[229793,276160],[229769,275241],[229641,275349],[230143,273841],[228887,271460],[228690,271070],[219414,270137],[219443,270518],[219457,270380],[220252,271354],[219942,271011],[229212,275579],[229351,275956],[230315,273506],[228846,271448],[219754,270108],[220591,271030],[229342,275281],[229688,275191],[229078,271113],[219460,270731],[220387,270527],[219678,271644],[227336,273414],[226581,271481],[225867,271878],[223331,272568],[221487,276511],[229448,274510],[228075,273983],[228507,273784],[221380,276413],[225922,270970],[226149,271705],[225600,269029],[223003,272774],[229541,274530],[227096,273280],[226571,271089],[225270,272010],[223284,272873],[221766,276487],[228706,274234],[227353,273901],[222087,276963],[228464,274619],[226622,270890],[226031,271929],[222899,272482],[229037,274230],[220038,467960],[219911,467324],[220860,465742],[224121,471970],[224182,472209],[224338,471995],[220522,465839],[221406,473939],[222160,474245],[222014,474315],[221932,474179],[219286,634895],[227084,633926],[226116,639897],[225835,643354],[226950,668738],[229939,668681],[226432,672822],[225800,684505],[228670,691142],[223411,695069],[225024,693550],[226201,692593],[229074,749663],[227279,748028],[221519,749007],[238821,171104],[237459,169390],[237208,169939],[240749,169427],[240754,170012],[239414,170739],[238429,171059],[238681,171525],[237468,169348],[237623,168661],[240615,169362],[240769,169857],[239616,170614],[238650,171108],[238925,171135],[237529,169437],[237315,168836],[237349,169943],[240675,169241],[240557,169867],[239602,170962],[238650,171232],[238814,171494],[237540,169352],[237368,169219],[237317,169785],[240670,169221],[240681,170422],[239603,170862],[238276,171255],[231054,200112],[230643,199713],[231814,197939],[231930,198980],[232220,199108],[230971,200507],[230942,200128],[230447,199169],[231808,198149],[230614,200243],[230938,201026],[231509,198074],[232382,199081],[230740,199906],[231147,200481],[231204,197809],[232007,199029],[230850,200043],[231774,200837],[231967,198208],[231872,198635],[231680,200287],[232059,197809],[232177,199207],[239855,223589],[234697,227943],[234822,226034],[234806,224683],[235997,224702],[236839,222432],[235118,228350],[235236,226120],[235502,225265],[235831,224740],[237384,222234],[239636,223522],[235297,228125],[234695,226612],[234993,224814],[235990,224482],[236959,222269],[239226,223765],[235328,228234],[234474,225988],[235601,225143],[235794,224738],[236551,222444],[239045,223454],[235202,227906],[234881,226422],[234981,224667],[236251,224768],[236739,222368],[239406,223593],[235165,227784],[234907,226425],[236101,224409],[236552,222368],[238967,223729],[234808,253183],[242932,265453],[240607,266296],[239785,265103],[240069,264745],[240395,263993],[242651,265383],[241506,266461],[240508,265552],[239771,263989],[240526,264212],[240647,266108],[240251,265865],[240587,264166],[240810,266346],[239779,265948],[239906,264636],[241006,264414],[240132,263878],[241517,265881],[240094,265726],[240018,264197],[240990,266037],[239774,265230],[241116,263953],[235979,278160],[234915,277226],[231675,278876],[231512,278788],[232852,273541],[232359,270476],[232013,269643],[230565,273442],[231080,273304],[235037,281697],[235057,281315],[235844,277725],[235461,278017],[235202,276958],[235186,277393],[232206,278735],[231138,278590],[231397,278434],[232743,273702],[232923,273838],[232285,270416],[231672,270147],[231871,269871],[231399,273879],[231531,273879],[235078,281506],[235373,280488],[235675,280906],[236033,277525],[235279,276983],[232363,278712],[230806,278398],[233416,273903],[231670,269949],[230882,274215],[235311,280883],[231107,281607],[235385,278047],[235939,277855],[234913,277322],[234860,276817],[232086,278955],[232333,278626],[231495,278969],[231192,278774],[233079,273665],[233170,273804],[231786,270658],[231572,270760],[231741,270493],[231891,269699],[231951,270173],[231502,273523],[230714,273903],[235046,281727],[234731,280756],[234919,280666],[235456,278194],[235378,277066],[230843,278373],[232711,273530],[231939,270523],[232043,269779],[230875,273931],[234432,281703],[235231,281177],[235148,289338],[235206,288782],[235062,287583],[234455,287391],[236008,281983],[231377,282010],[231397,282801],[235283,284840],[235457,283952],[235711,284403],[234452,289129],[234690,287950],[233884,287208],[234788,289815],[235040,288782],[234869,288219],[233662,287944],[234856,289288],[235219,288334],[233830,287754],[234686,289882],[234884,288931],[234702,288220],[234454,287534],[235863,281996],[235304,282510],[231539,282254],[231504,281937],[231087,282066],[231080,282465],[235842,283665],[235365,284453],[235701,284341],[236388,283998],[235853,281918],[235009,282357],[231650,282513],[231418,282136],[231134,282392],[231120,282312],[235818,283741],[235092,284599],[236242,284479],[235642,284612],[235887,281904],[235287,282226],[231013,282247],[235133,284221],[235822,284374],[235341,282484],[231714,282349],[231301,282605],[235425,283855],[235538,283940],[234992,289544],[234950,288617],[234499,288437],[233730,287446],[231493,300092],[231282,300842],[230865,300483],[231616,300637],[231379,300133],[231080,301090],[230947,299959],[231761,300886],[231058,299901],[231879,301335],[231673,300227],[230980,300520],[236632,320017],[237723,318463],[239586,318943],[240321,318595],[234882,308434],[239501,320475],[233989,413886],[233868,460362],[237689,460818],[241979,455859],[234363,460611],[237638,460233],[241555,455678],[234021,460612],[237900,460481],[241891,455262],[234589,460983],[237227,460397],[237477,460395],[241431,455642],[243060,456163],[234573,460518],[237236,460288],[237804,460558],[241702,455917],[243053,455736],[234501,460291],[237944,460992],[241524,455520],[243126,455808],[238039,461198],[240494,634549],[232923,741601],[255496,156654],[253870,155804],[253822,156067],[255733,154715],[255310,154067],[246970,163630],[247529,162609],[247890,162510],[247194,162844],[247050,161954],[255843,156685],[254302,156382],[254802,154058],[247101,163381],[247120,163083],[248033,162154],[246879,162965],[247571,162154],[255495,156390],[253892,155657],[254335,156201],[255957,154166],[255030,153919],[247118,163203],[248136,162553],[247472,162124],[255408,156439],[254163,155797],[254109,156171],[255827,154299],[254882,154223],[247138,163231],[248023,162359],[247261,162821],[246912,162544],[247578,162364],[245762,224812],[247586,223323],[248863,223636],[248538,224734],[243994,229097],[245318,229847],[246286,229699],[250350,230041],[249536,225603],[249414,226583],[248984,226405],[245706,224967],[246862,223631],[248605,224267],[248557,224910],[243808,229642],[245510,229712],[246079,229822],[249897,229914],[249858,225915],[249127,226890],[248936,226435],[244991,224842],[247555,223830],[248895,223590],[248847,224861],[243234,229804],[245819,229457],[245738,230391],[249243,230384],[250083,230042],[249574,225488],[249634,226727],[248847,226473],[245510,224173],[246959,223878],[248872,224187],[249097,224382],[243493,229068],[246132,230009],[250022,230269],[249804,225991],[249763,226678],[248452,226447],[245748,224353],[247328,223532],[248648,224195],[248781,225056],[244040,229185],[245480,229651],[246538,230067],[250222,230228],[249363,225749],[249637,226502],[248370,226543],[245651,224226],[247226,223628],[248372,223328],[249010,224789],[243665,229386],[245436,229544],[245810,229859],[250376,229972],[249568,225384],[248827,225704],[245752,232257],[248400,232039],[246384,232618],[249082,231540],[248275,231922],[245811,232794],[249219,231400],[248395,231265],[246062,232739],[248695,231114],[248421,232062],[245632,232775],[249040,231496],[248073,231335],[249584,230845],[245983,232333],[247948,231177],[249155,231688],[249292,231069],[243257,265328],[253492,268413],[253490,267723],[253697,266813],[251679,266243],[252931,265917],[253739,260006],[254416,257575],[253335,268616],[253749,267961],[253891,267694],[253836,267439],[253089,267211],[252076,266517],[252257,266558],[253592,266965],[253585,267130],[252455,266217],[252664,265593],[243228,266078],[243440,266109],[243264,265876],[254276,268384],[254249,267685],[253638,267914],[254125,267576],[253717,267462],[252919,266800],[253348,265922],[253750,266926],[252296,265930],[252296,266441],[253359,266706],[253003,265370],[252412,266258],[253915,268514],[253826,268133],[253480,266522],[251989,266636],[252511,265442],[253217,268012],[251840,265793],[252465,265670],[250754,339935],[250957,339624],[245746,337191],[245385,337112],[245719,336592],[246543,341195],[246566,341036],[246210,341579],[246541,341551],[247413,340182],[247186,339777],[250174,339538],[250183,339640],[246440,336357],[247183,341772],[250865,339369],[245966,336859],[246657,339244],[246752,341233],[248063,340359],[249707,339363],[246261,337068],[245702,337105],[246276,340892],[247129,339663],[250944,340183],[250399,339664],[245944,336944],[245992,337022],[245006,336996],[247070,338986],[246268,341557],[247046,339253],[246250,341509],[246362,341444],[247662,340212],[247356,339954],[250884,339828],[249734,339320],[249907,339768],[245752,336636],[247214,339253],[246241,341171],[247912,339787],[250251,339580],[243706,455430],[247518,452555],[251731,453660],[250771,456990],[243498,455395],[247664,452723],[251295,453585],[251179,457380],[251264,456211],[243255,456040],[247171,452287],[251843,453576],[251208,457333],[250653,456737],[247572,452290],[251525,453734],[251192,457353],[251379,456554],[251830,456569],[247293,451859],[251526,453138],[250995,457762],[247122,452313],[251934,453778],[251161,457677],[251404,456479],[251971,472831],[253856,472720],[254933,472441],[255859,473317],[249613,472776],[252017,473254],[251168,472949],[251305,473490],[250169,472982],[250411,472803],[255652,473701],[249428,472959],[249181,473352],[253685,471991],[254117,472246],[254281,472488],[254328,472152],[248898,472456],[249406,472200],[251336,473490],[251669,473075],[249763,472890],[250045,472580],[251622,473792],[253433,472670],[254082,472173],[254487,472343],[255084,472242],[249097,471921],[249498,472640],[248966,472313],[248993,473096],[251627,473723],[250062,472730],[249936,472949],[253959,472198],[255039,472186],[249669,472434],[248067,472914],[247608,473078],[251344,472576],[251434,472476],[252831,472111],[251556,473050],[249204,473001],[253227,472066],[254692,472299],[255662,473394],[249163,472271],[251320,473818],[252151,475657],[251798,475172],[252408,475375],[251832,474393],[252839,474713],[252995,474835],[254037,474747],[253921,474803],[255287,476112],[255324,475562],[255257,475258],[255038,475184],[254836,474912],[254437,476420],[254458,476375],[251678,477110],[251248,477476],[251524,477378],[250830,477239],[249939,476418],[251202,477077],[252438,479482],[252802,480321],[253236,479516],[252900,479673],[253915,479248],[253563,479014],[254479,479143],[255102,479245],[255657,478811],[249284,476472],[249296,476183],[249977,476388],[250433,476650],[250674,476381],[246763,475148],[247644,475338],[247082,475545],[247751,476622],[246893,476650],[247558,476599],[249314,478719],[249019,478296],[249312,478884],[249285,479560],[249131,479855],[252339,474781],[251542,475288],[252138,475594],[251554,474361],[251902,474563],[252793,475142],[253791,474693],[253686,475494],[255381,475498],[255917,476305],[254807,475030],[255044,475435],[254902,476463],[254640,476490],[250764,477312],[250657,477486],[250894,477106],[251592,477282],[252531,480163],[253256,479823],[252717,479350],[253888,479009],[254216,479043],[254363,479574],[255158,478794],[255073,479185],[249251,476573],[249546,475978],[250118,476430],[249523,476360],[250749,476634],[251097,476536],[247419,474846],[247741,475225],[247071,475581],[247244,476941],[247152,476099],[246936,476152],[248898,478664],[249651,478432],[249154,479347],[248554,479479],[251625,474753],[251888,475076],[251830,474430],[253145,474891],[253523,474924],[255120,476112],[255307,474427],[254331,475106],[254831,477229],[251669,477208],[250746,476908],[252946,480108],[254528,479292],[255456,479505],[249937,476691],[251186,476323],[246832,475587],[247776,477075],[247762,475910],[249229,477932],[249208,479671],[251764,474969],[251620,473835],[253840,475296],[255856,475989],[254939,475398],[254538,476451],[251100,477936],[253019,480344],[252736,479313],[253856,479231],[254366,478908],[255412,478704],[249307,475710],[250133,476591],[251082,476304],[247070,475083],[246909,476568],[248870,477830],[248494,478982],[251568,475350],[251660,474408],[253031,474961],[254133,475190],[255547,475897],[255259,474687],[254559,476271],[250717,477351],[250839,477109],[253430,479579],[254118,478668],[255033,479508],[249302,475820],[250189,477228],[250209,476109],[246958,475172],[248012,476462],[246799,476047],[249297,478378],[248588,478999],[248938,479355],[250788,632211],[247456,646481],[247764,648377],[252613,743173],[256143,154185],[268511,179346],[268588,179352],[268187,179243],[268702,179208],[268321,179129],[268589,179803],[268659,179649],[268093,179898],[268787,180135],[268688,180515],[264433,196149],[265147,197133],[265950,198678],[261583,200495],[262405,200699],[262741,202063],[263381,200535],[261675,203013],[264731,196847],[264967,197184],[265733,198074],[261497,201130],[262371,202262],[262162,200112],[263949,199889],[261873,202298],[264696,196744],[264963,196769],[266341,197950],[261922,200747],[262634,201709],[263343,200688],[261988,202720],[265044,196059],[265243,197637],[265595,198676],[261665,200642],[262633,200453],[262349,201766],[263660,200208],[261488,202589],[265134,196488],[265291,197547],[265417,198363],[261398,200551],[262346,200617],[262319,201321],[263262,200666],[261875,203081],[264360,196260],[265832,197643],[265605,198007],[261354,201004],[262993,200458],[262726,201783],[263165,199940],[261649,203013],[267088,281293],[264559,281598],[265791,281423],[267283,281036],[264704,281699],[265767,281349],[267052,281098],[267326,280845],[265878,281328],[267477,281311],[267164,280464],[266074,284481],[267814,284784],[268005,285562],[268671,285308],[266555,281980],[263049,282555],[266122,284239],[267209,285524],[267968,285135],[263399,282443],[265575,284758],[267670,285321],[268203,285631],[265973,281902],[264593,282091],[263226,282271],[266188,284479],[267723,285347],[265237,282032],[263385,282312],[266106,284213],[267823,284729],[264818,281919],[263599,282085],[265334,284938],[266832,285019],[268556,285265],[266480,281951],[264348,281813],[262937,282090],[260545,328241],[260163,327647],[261608,327178],[268070,326768],[264203,326606],[260480,328728],[259523,328718],[259958,329220],[260251,327145],[260377,327104],[263335,329862],[263487,330046],[260443,328544],[259623,329089],[259705,329481],[260283,327222],[260597,326849],[263487,329667],[260253,328496],[259567,328739],[260038,329400],[260099,327142],[260478,327077],[263592,329780],[260465,328438],[259568,328911],[259798,329133],[259982,327436],[260422,327088],[260330,328799],[259544,329033],[259749,329462],[260046,327041],[260630,326841],[263224,329929],[260457,328372],[260005,328984],[259725,329250],[260012,327199],[260579,326989],[263071,330065],[260566,376068],[261960,375435],[261784,377056],[261710,378918],[260641,379313],[258324,377491],[259016,378470],[259396,378592],[262632,373744],[259726,376327],[260618,376366],[260729,376342],[261481,376172],[261241,375502],[261813,376504],[261474,376964],[262077,377483],[262168,378970],[261761,378270],[262040,378612],[260955,378393],[261573,378855],[261172,378828],[260749,378883],[257574,377606],[257782,377569],[258059,378462],[258434,378677],[258924,378127],[259424,378446],[259389,379118],[260181,376277],[261768,376270],[261314,376606],[261513,379094],[261162,378863],[257300,377695],[257838,377941],[258263,378553],[259718,378696],[260523,376303],[261195,375668],[262074,377396],[262158,378621],[261897,378734],[260380,379307],[257106,377767],[257688,378442],[258685,377834],[258551,377908],[259540,378507],[260333,376649],[260218,376925],[262056,375948],[261865,376032],[261644,376883],[261306,377154],[261790,378743],[261317,379096],[260750,379128],[260890,378879],[257311,378177],[258117,377631],[257872,377928],[258214,377915],[258785,378863],[258266,378327],[260164,378345],[259684,378719],[256143,472765],[256279,473658],[256068,473320],[256424,473287],[258286,477768],[258255,477447],[257987,476501],[258372,476953],[258803,477520],[258622,477140],[258697,478001],[258272,477377],[257991,476461],[257666,476580],[258627,476843],[258281,476373],[258338,477506],[257647,477240],[267036,48502],[265810,50604],[266135,48334],[265575,50531],[266223,48029],[265468,50976],[267121,48375],[265577,50998],[266577,48257],[265301,50741],[266723,48652],[265418,50677],[256716,633344],[263288,635997],[267951,52837],[268033,52164],[268709,51958],[268327,52000],[268112,52564],[267985,52695],[266066,649236],[265352,655524],[267007,666128],[256523,745302],[278242,146552],[278457,146678],[279641,146493],[271585,160649],[271975,158881],[273172,162477],[272281,162778],[271480,161294],[274008,161394],[272533,163649],[272983,164332],[269137,156890],[271535,160497],[271853,158656],[273200,162447],[271898,162355],[271529,161583],[273520,160741],[273317,163914],[272972,165094],[269856,156496],[272042,160511],[272228,158717],[272442,162679],[271867,161151],[274148,161398],[273289,163910],[272988,164508],[269644,156516],[271718,160226],[272472,158695],[273237,162530],[272107,162314],[271439,161044],[274123,161530],[272663,163459],[273516,164759],[269117,156534],[271680,160663],[272234,159424],[272173,162756],[271339,161645],[273750,160886],[273401,163562],[273086,165022],[269283,156760],[272048,160636],[272276,158672],[272629,162608],[271762,162811],[271368,161641],[273587,161511],[272808,163764],[273269,164200],[269837,156446],[269539,178209],[269413,178009],[269003,179295],[269642,178853],[268927,179009],[277194,178051],[276314,175777],[276199,177333],[275953,178394],[277116,178438],[276123,176469],[276434,177715],[275742,179181],[275946,176409],[276074,177949],[276227,178577],[276209,177641],[276875,178585],[276356,176288],[276580,179024],[276892,177901],[275656,176071],[276175,177429],[276597,179175],[276993,177711],[275783,176097],[276526,177576],[276219,178816],[269259,180353],[269114,179453],[269436,179910],[281420,187908],[281330,204721],[280977,204530],[281218,204547],[279578,207070],[281120,208379],[281316,206661],[280984,208546],[279980,208379],[280273,206579],[280013,207479],[280737,207526],[281507,207663],[279914,207838],[281595,206302],[280032,207340],[280655,207291],[279276,206228],[280957,207226],[281061,206781],[279971,206337],[280911,212189],[280898,211071],[280598,209607],[281321,211271],[280804,211659],[280647,209273],[280641,210143],[280685,209531],[280818,210826],[280408,209365],[280754,210291],[281321,211490],[279361,213224],[281027,215140],[280766,215223],[278080,213180],[280315,215370],[278261,213242],[279855,214014],[280882,212264],[281027,214288],[281151,212353],[280404,213151],[281074,212596],[280324,211222],[278311,212540],[280847,212606],[281121,213251],[280277,212218],[278513,216216],[280116,211858],[277855,212954],[277769,211593],[277493,213810],[278061,211833],[279129,212334],[277293,211954],[278131,213882],[277385,212444],[278845,213344],[281291,213587],[278930,213024],[281034,213472],[277398,214675],[278539,217150],[277192,216226],[277007,211947],[276959,212062],[277373,214738],[277063,214579],[278523,211859],[278544,213184],[279096,214508],[276962,213908],[280483,213557],[278316,213315],[278630,216893],[278333,212915],[280472,213331],[281412,214411],[281072,213545],[281514,213379],[281291,214568],[280724,214765],[276702,217634],[278841,212691],[281249,213713],[281016,212092],[278293,214107],[277709,215079],[279273,212513],[277666,213872],[278900,212305],[278879,213774],[277122,215478],[277568,213463],[278193,214888],[278442,215969],[278681,211319],[279222,212234],[281147,215412],[281087,213400],[280794,215587],[277520,214498],[278172,214444],[277400,214652],[278253,216824],[277216,212364],[279756,212009],[280867,215290],[280048,213490],[279601,212103],[279810,212658],[278983,214873],[279751,214463],[277003,214777],[278544,214132],[278783,216746],[279151,214565],[277396,215542],[278690,212765],[278312,214182],[279619,214589],[278135,214026],[277163,213295],[280608,212657],[278821,213819],[280235,212652],[278822,214204],[280976,206792],[273662,216431],[275624,215439],[274765,217719],[275118,215602],[273501,217591],[275929,216298],[274880,215277],[278288,217596],[274429,217185],[276955,217425],[274479,219197],[277402,228486],[280421,228366],[277960,227304],[281397,227974],[278146,226507],[279447,229047],[277885,228831],[279195,228466],[279644,227875],[275648,228913],[280221,229359],[275181,229459],[281034,229754],[278292,227992],[277873,227722],[281493,228499],[280799,229467],[280405,229631],[280922,227868],[281368,228407],[280015,227978],[281402,230105],[281044,228322],[281592,228734],[280967,230344],[280451,224577],[280423,223151],[281086,226829],[281318,226863],[280521,227081],[281099,226672],[280495,226596],[280255,227488],[281584,226980],[276268,220451],[278988,219224],[280320,218700],[281016,219921],[278266,220429],[281016,219593],[278911,220460],[279164,218140],[281150,219928],[279201,219103],[279402,219728],[281150,218536],[278404,218601],[281022,220969],[278437,218664],[280376,218509],[281126,218551],[276817,219283],[274436,218664],[273986,217857],[274191,218361],[273401,218904],[275538,218482],[274213,218250],[274024,217951],[281423,230655],[282374,239458],[281507,240383],[281535,232175],[281014,234440],[281597,233316],[269774,275191],[270851,275302],[270344,275444],[270190,275102],[270947,274932],[271349,275371],[270707,275052],[270901,275268],[269834,275236],[269966,275032],[270712,274779],[270442,274697],[270564,274064],[271688,274634],[271260,274846],[271928,274239],[270982,274714],[270942,274888],[272277,274429],[271237,274710],[271217,275048],[271593,274666],[271144,274979],[271740,274748],[270850,273994],[271158,275107],[271352,274747],[271565,274767],[271190,274550],[271348,274336],[269266,285798],[269241,285710],[269450,285620],[269047,285713],[268897,285035],[269471,285634],[269391,285311],[279311,319837],[281331,319427],[278023,317793],[279476,317498],[279487,316839],[275182,319679],[275430,319951],[276651,319487],[276811,319058],[279993,319663],[279235,319931],[280542,319660],[280743,319578],[281255,319497],[281302,319404],[279779,319895],[279673,319461],[277954,318031],[277708,317339],[279434,317341],[279092,317933],[279422,316404],[279253,317087],[275448,319141],[275409,319024],[275404,319067],[275368,319648],[275896,319624],[276576,318738],[276711,318500],[281286,319954],[279598,319722],[279687,320031],[277969,317515],[278567,317820],[279403,318150],[279126,317284],[279665,316849],[279296,316973],[275284,319311],[275475,319049],[275395,319023],[276054,319509],[276772,318369],[276096,319213],[280867,319347],[279181,320053],[280911,319464],[279664,319674],[279244,319949],[280556,319612],[279705,320186],[280206,319807],[279017,320021],[281269,319393],[280377,320098],[279861,319753],[280999,319382],[280207,319780],[279711,319786],[281514,320024],[279239,320121],[280056,320188],[279607,319986],[279655,320174],[277515,317176],[278144,317435],[278787,318218],[279228,316598],[275637,319552],[276106,319603],[276310,318884],[279483,319759],[277762,317554],[279249,317714],[279263,316601],[275209,318960],[275425,319096],[275762,319626],[276460,318533],[279515,320894],[279661,321042],[279359,320263],[281549,325514],[280999,325974],[281230,326408],[279930,326806],[279357,327073],[278575,326701],[278367,326454],[278688,326642],[278776,325787],[280549,322836],[280126,322838],[279727,323129],[279123,323798],[279406,323322],[278571,322303],[279140,323004],[278648,322434],[280070,321160],[281224,325286],[280572,325843],[279669,326820],[278923,326152],[279619,323349],[279224,322413],[278253,322959],[279629,325742],[280555,326426],[279058,321509],[278454,321563],[279920,320294],[281333,325756],[281274,325442],[279247,325623],[280560,326206],[278682,320450],[278926,321245],[279440,321161],[280067,320520],[280609,325928],[279854,326844],[278724,325752],[280085,323649],[279877,323999],[278559,322354],[281353,325218],[279696,325458],[279987,326285],[278653,321197],[278626,321644],[280417,320408],[281373,325620],[279189,325567],[279652,325905],[280444,326256],[278336,321515],[281413,325568],[279637,325479],[280247,326441],[278875,321166],[278454,321441],[281387,325483],[279629,325749],[279981,326613],[278790,321354],[279524,320600],[279431,321263],[281560,325029],[281340,325021],[280833,326249],[281344,326084],[278553,326002],[280268,327207],[278819,325716],[279992,326931],[278805,326598],[279104,326341],[280235,322764],[280580,322827],[279747,323162],[279859,324130],[279823,323422],[278924,322339],[278621,322913],[279791,320387],[280718,325850],[279883,327419],[279575,325854],[280544,323400],[279766,322927],[279933,323659],[279178,322178],[278650,322856],[270111,43078],[274714,43392],[275801,42902],[270640,48030],[274728,43601],[275475,42482],[270327,47178],[274698,43414],[275797,43186],[270539,47472],[275152,43383],[275686,42416],[270488,48080],[274631,44057],[275148,42831],[270130,48086],[275086,43908],[276079,42362],[269922,47631],[280856,615723],[281144,617392],[269504,649798],[275513,677877],[270212,667753],[270922,674423],[278492,679126],[276014,680670],[287753,170010],[292161,170521],[287912,170644],[287635,170161],[287787,170586],[287698,170212],[287634,169802],[291496,170084],[290929,171555],[291643,170561],[291021,171468],[291986,170892],[290941,171508],[291749,170667],[291052,171094],[291738,170332],[291311,171038],[291248,171280],[288934,191788],[283532,190094],[287138,188061],[285415,188987],[285052,188216],[283602,190144],[288223,190875],[287801,191340],[284257,187233],[286519,190750],[287108,188972],[282961,191039],[286054,187340],[285675,189133],[282313,191848],[287315,191656],[286877,190512],[287347,188112],[285906,191115],[283635,189252],[283640,188568],[285491,188451],[283675,191003],[284221,192051],[284771,189651],[285636,190819],[285913,189035],[285634,186297],[286597,186001],[289265,187080],[285689,189114],[285120,186844],[288798,189398],[286133,188144],[288549,187920],[284987,189845],[287506,188777],[288920,190842],[285831,187846],[286801,185848],[290807,190832],[286855,185903],[290746,191606],[290244,190275],[285406,186657],[288154,189262],[288282,186415],[284969,204718],[284468,204551],[284079,204631],[283390,204838],[283265,204703],[283302,204984],[282513,204970],[288437,204856],[288424,202386],[286247,203409],[286991,204231],[288303,204560],[288422,203557],[284755,202406],[288906,203650],[286666,202553],[285151,200712],[286152,200974],[286095,203613],[282584,200332],[283631,202291],[287245,204154],[283525,203496],[283951,204581],[282121,203712],[284819,202860],[282078,204636],[290628,204015],[285274,202526],[286184,199142],[287927,203644],[284374,203626],[284498,201053],[286739,202955],[285883,203852],[287159,199793],[283547,199966],[287990,202982],[287279,199230],[282567,203852],[283343,201354],[283731,204530],[282758,203377],[289026,199461],[287022,201285],[286429,198366],[283329,202198],[287559,200180],[286398,204577],[291927,199523],[289207,201826],[287206,204401],[283786,201841],[286784,204412],[288222,199709],[288580,200397],[288387,202927],[283833,200174],[285239,200484],[288743,195078],[288785,194749],[285952,201027],[285498,194014],[283810,201273],[282889,197258],[285497,199216],[289161,198836],[288890,196265],[284707,199637],[283594,200386],[285774,195049],[283736,196917],[285213,199313],[285100,199164],[287501,200811],[284394,197611],[285383,194159],[290640,198374],[286174,199592],[285008,200118],[289101,197092],[288952,194617],[288706,193866],[287715,197009],[289759,194409],[289495,194919],[285421,199585],[290625,196814],[286664,199332],[287252,200034],[288718,198386],[286306,194136],[290956,197816],[290059,195861],[285568,199065],[286630,199981],[282709,192531],[289010,192732],[287923,192903],[288483,193069],[286169,192752],[288450,192482],[287414,193385],[285678,192713],[287073,192588],[281986,192320],[285564,193635],[284557,192361],[284171,211301],[284419,209779],[285801,209598],[285351,210853],[284543,211387],[285847,211230],[285147,211913],[285836,209525],[284735,210252],[286489,209670],[285966,210909],[285126,210011],[284765,210051],[285253,211860],[285908,211910],[286440,211578],[285903,210647],[284619,210178],[285235,210092],[284719,209844],[284591,209465],[286002,209855],[284300,210192],[285430,211637],[286009,210845],[285671,209503],[282978,209215],[284405,211828],[286546,209226],[285380,212091],[285136,212016],[285387,210393],[285713,210079],[284018,208673],[284601,209933],[287019,211806],[285368,210301],[286488,211123],[286432,211091],[283067,212515],[283050,208630],[283438,210701],[282695,209677],[282513,209442],[284369,210543],[282160,209593],[283438,208622],[283297,209287],[283365,210242],[283062,209091],[284447,209050],[282138,210207],[284107,209626],[283603,208921],[284080,210610],[282253,210901],[282911,208687],[283023,208698],[281975,210693],[283395,209795],[282396,210680],[281916,211384],[283832,211794],[282662,211744],[283013,210334],[283331,211543],[283278,211497],[282325,210537],[282516,209673],[283174,211621],[282215,209531],[282913,210731],[282925,211719],[283832,209654],[282562,211432],[283609,211404],[282870,210323],[283646,211689],[282766,209363],[284328,208307],[284280,208480],[283935,206715],[284895,207694],[284019,208120],[283424,208789],[282909,206712],[284799,207424],[283258,206815],[285514,208362],[284981,207592],[283526,207546],[284038,208693],[283951,206753],[283393,208221],[283787,207552],[283169,207846],[282785,206885],[283023,209237],[283658,208048],[283229,205689],[284409,205241],[283859,205488],[284412,205987],[282867,205540],[283553,207548],[281050,207528],[284436,205773],[284591,207746],[282456,206198],[284031,205771],[283589,206871],[283143,206207],[284412,207244],[282575,205582],[284541,206346],[282949,206921],[284052,206960],[284476,206806],[283443,206538],[283891,205885],[284702,205539],[284412,205425],[283200,205882],[283169,206964],[284048,206095],[284518,206432],[284596,205640],[283695,205916],[284353,206886],[284468,205263],[283953,205096],[284959,205870],[280724,205218],[283169,206025],[282253,206726],[283726,206023],[283261,205595],[282773,205056],[282425,205908],[284333,205360],[283502,206677],[284590,206862],[283252,206168],[283466,205681],[283446,205786],[283316,205997],[283401,205411],[283375,206617],[281804,206463],[281665,206221],[281609,206789],[283694,212140],[282811,211835],[283229,209159],[284150,212921],[282786,209454],[283503,209873],[284483,210270],[282307,210584],[282578,208897],[283523,208588],[282481,209160],[282845,211005],[284075,212002],[282305,210983],[282402,209937],[283663,209231],[282218,211898],[282880,211166],[285931,211396],[282242,210828],[283601,211237],[281746,212046],[282647,211712],[283629,209119],[284088,209617],[284309,209758],[282165,210354],[281813,215799],[282908,214773],[282304,215504],[285378,215164],[282184,214378],[282813,214480],[281713,214328],[285310,213856],[284306,212877],[282883,213525],[285306,213069],[283776,212732],[283022,213517],[285079,212738],[283313,214356],[285768,215224],[283889,213092],[285809,213249],[284706,212609],[282390,215258],[285230,216361],[288550,212767],[285184,213926],[285347,215880],[282754,214545],[284419,216155],[284635,212936],[285769,216155],[283999,216002],[285611,213212],[285980,217493],[283425,214521],[286628,215756],[284606,213299],[284032,214009],[282396,213284],[282962,216100],[286097,216343],[282543,214300],[284501,216581],[285703,213358],[283706,213608],[288405,211350],[285306,214910],[284953,216169],[285328,213544],[282941,214389],[284016,212971],[285135,215363],[283186,213275],[283638,214254],[284774,215931],[282433,214015],[283027,213818],[283348,213819],[282983,213317],[282310,213710],[282792,213681],[283875,213466],[283150,213713],[284182,216753],[282355,214801],[282137,214542],[281626,214075],[280890,216122],[282407,214807],[281971,213884],[281782,214104],[283559,214071],[288898,211093],[285996,214386],[284782,213316],[284866,212008],[283655,213505],[281808,212470],[284867,213281],[284415,215026],[284739,215581],[283521,214717],[285659,214797],[283914,215874],[288691,210420],[283093,212685],[285297,214660],[284633,213507],[282916,213352],[286111,215862],[287781,214444],[287981,215226],[287266,215368],[285203,215721],[285552,212447],[286453,217546],[286873,216463],[285234,216773],[288020,217090],[285867,215230],[287339,216966],[284934,216529],[284632,216562],[284498,217281],[285482,217722],[285918,217771],[284438,217583],[292580,214225],[286052,208903],[287514,208755],[286652,212118],[288019,212299],[287154,213070],[290244,209959],[289268,212361],[290444,209752],[288753,209798],[290070,208967],[287484,211390],[287919,211893],[289962,208210],[290389,212483],[289349,208808],[290242,211294],[288139,208683],[287062,209884],[289105,212629],[288087,206750],[285330,206505],[285882,207814],[287457,208920],[284610,208486],[284658,207518],[283976,208841],[284658,208164],[286154,206633],[285830,207940],[287104,208181],[286993,207598],[287931,207778],[285152,208570],[288157,209774],[286170,209582],[284835,211130],[284811,210478],[288413,205821],[284140,205854],[287398,205339],[288748,206121],[285883,208001],[284130,205197],[285338,207564],[288137,205156],[284037,206998],[288015,206449],[287390,206920],[288332,206664],[288573,208243],[285963,205110],[282957,206568],[284408,205396],[283611,206292],[282027,205270],[286855,205909],[285599,218894],[287771,220678],[286040,218307],[284591,218927],[286067,218579],[286661,219088],[284016,218001],[284217,218074],[285438,219700],[284339,218034],[285573,219766],[286099,219151],[284494,217977],[284437,218704],[284247,220451],[286547,219778],[282337,227350],[285071,220046],[282804,223049],[288342,223535],[287892,220110],[288177,223569],[288361,222435],[287902,221159],[287756,221818],[288142,223393],[287951,222816],[286732,219757],[287467,219672],[287066,220132],[289015,219644],[288988,220967],[288493,221832],[282316,220810],[285320,226447],[281875,229963],[284755,227338],[284814,227340],[284089,228803],[284316,229471],[281695,229896],[281656,228526],[282376,228831],[284039,227979],[284577,228362],[285097,226802],[282060,228393],[285019,228625],[284623,227756],[285066,230090],[286428,228560],[285474,229868],[285332,230376],[285657,230027],[286918,230481],[282980,229774],[285199,229752],[287073,229178],[287001,229730],[287542,230346],[283451,230330],[285299,229180],[286333,229768],[288193,229954],[286335,229752],[282725,229718],[283421,230048],[288937,227793],[288701,225962],[289138,229055],[284260,225529],[288924,222113],[289433,227117],[285920,226250],[288385,227697],[284940,226278],[285773,226777],[290072,225061],[286394,222828],[285869,227986],[289083,226264],[287347,226458],[289273,223565],[288867,224473],[288586,222447],[284402,226247],[288780,226834],[289418,223907],[288480,227701],[290120,225651],[283807,228518],[289232,226620],[285191,226689],[286290,225349],[289691,224040],[289233,225164],[288709,225839],[285813,226078],[289301,224696],[284367,228311],[285767,226716],[289520,228360],[287943,228362],[287911,224348],[287825,229872],[289244,226459],[289024,229289],[285191,228145],[289696,229480],[283377,228567],[283748,229977],[289352,228385],[288855,224918],[287718,228757],[288548,225581],[287130,227151],[287387,225789],[288205,225168],[288610,227521],[286857,229034],[288139,223834],[284808,227560],[280759,226481],[289580,226954],[285952,225680],[284776,228887],[282105,220948],[288807,224901],[288864,228384],[288212,222793],[287424,228743],[286281,226554],[289389,229297],[288429,227874],[288953,222943],[287739,225722],[284518,227456],[288005,222941],[287641,228718],[287804,224355],[284728,228183],[286226,226744],[288459,228252],[288645,222009],[285479,227340],[288596,228719],[287672,229415],[287532,228687],[289116,229098],[288598,230320],[287599,228103],[285919,228093],[287003,226816],[287866,229185],[285643,229972],[290670,230580],[288919,228682],[292041,230546],[290503,228669],[290753,228314],[291764,230083],[290923,229129],[290783,228690],[290213,228806],[285968,228179],[280616,227527],[282827,229263],[281601,229200],[282633,229828],[285635,229905],[284164,228184],[280989,227566],[282861,228506],[282675,227261],[283098,227230],[282531,226470],[283823,227304],[282317,224637],[282937,224795],[283161,227207],[282819,226865],[281732,222376],[283061,223197],[283802,231158],[283053,232103],[283474,232009],[282710,231595],[281889,232557],[281886,230753],[283449,231299],[285014,231998],[282510,231994],[285053,231868],[282907,232214],[284880,232466],[286442,233218],[282997,232138],[285300,231563],[281915,232538],[282797,232250],[281748,233310],[287347,233097],[283064,232062],[283874,231693],[284104,230972],[286056,234866],[282142,233049],[282510,230889],[283617,234968],[282434,233248],[287481,232005],[282215,231832],[288756,233938],[288846,233499],[288967,230628],[287624,232619],[282703,230852],[288119,234390],[282603,231244],[286547,233575],[282468,231582],[283338,232181],[287407,230691],[283690,231928],[283052,231058],[287732,231156],[281727,232654],[284673,232957],[281838,230605],[284931,232029],[284675,230727],[286399,231761],[282008,232082],[288414,231592],[286694,231042],[282481,235304],[284159,234596],[282088,233687],[282782,233985],[284873,230880],[284017,234779],[284166,231039],[283601,230747],[287199,235242],[281826,231785],[287805,233453],[285262,236041],[284714,230708],[285123,231702],[288098,232306],[281680,235312],[287363,232715],[286451,230677],[283823,231883],[283772,232633],[286641,233876],[288313,232357],[284411,231629],[281906,234734],[288291,238238],[289278,235648],[282863,234695],[287745,238367],[282828,235572],[282968,237631],[283514,235452],[284259,236320],[282717,234033],[285458,234361],[284725,237567],[288754,234166],[288137,237377],[283523,232085],[283572,232057],[285238,235674],[282394,238476],[285263,231169],[287108,237923],[288212,231877],[285679,236728],[282804,234217],[287542,236430],[284489,237625],[284423,238419],[288210,232865],[283633,236163],[282672,235899],[287213,234385],[282439,237819],[286178,234605],[282833,238376],[288595,232982],[283004,233426],[288453,238444],[283845,236263],[284117,234752],[283739,236579],[286250,237013],[286938,235494],[284266,237272],[286070,233898],[287258,237718],[284832,233347],[283767,231931],[285446,234682],[284604,234884],[285611,237870],[282865,233559],[282881,231923],[284950,237959],[285150,238890],[288933,234826],[282780,233761],[286974,240264],[282332,235372],[285836,236746],[288738,239451],[287238,234474],[286363,238993],[287815,235115],[282716,232989],[286812,240197],[286773,239336],[287423,235686],[282948,234340],[290171,239444],[290874,235380],[286585,236535],[286748,237484],[287118,240271],[285225,241729],[288595,238297],[286316,242472],[290365,237795],[290144,237564],[290818,237700],[288480,237636],[291569,241973],[286854,237731],[287211,238150],[285444,239710],[288366,243035],[290007,241530],[285610,240402],[287579,240049],[285542,238993],[289529,237497],[284951,239676],[290256,239553],[285919,241879],[288215,241249],[289055,239782],[284855,242920],[284712,240256],[289630,240256],[287392,242710],[284622,240467],[288349,239905],[287698,239711],[288457,239709],[284001,240001],[283791,239419],[287929,242729],[284699,239111],[286306,241248],[288633,241520],[288910,240729],[288164,239341],[285495,241787],[289193,239890],[287954,242941],[287114,242458],[287977,240443],[285007,241920],[283381,239557],[284702,243151],[283632,239794],[282260,242159],[283047,238773],[281800,238569],[284214,240669],[283808,242980],[282833,240500],[283698,239929],[284101,243328],[285168,241683],[286834,238151],[282704,242962],[286619,241934],[288837,242757],[291215,242419],[285190,240632],[287654,241323],[289169,241830],[287954,243162],[288016,241296],[289504,241048],[287552,240743],[288871,242307],[291344,241853],[287293,242605],[287480,243088],[286358,243051],[287336,242991],[292632,241327],[288886,242431],[289913,242747],[289608,241249],[285157,243336],[293256,243254],[292499,236633],[293548,240107],[293791,241423],[294300,239128],[293519,240265],[292540,236557],[293083,242292],[292952,238354],[293819,237680],[294094,239813],[289783,232269],[285250,232025],[286207,231206],[290262,231506],[286528,231729],[289395,230690],[287815,232862],[290627,232316],[291883,234468],[292389,234626],[294355,233654],[292209,232786],[291179,233317],[294151,232426],[290380,231597],[289730,231156],[291953,232155],[290574,234025],[290082,233733],[285292,231773],[285710,231794],[285347,243420],[290860,245799],[290786,244253],[290312,243516],[289848,243899],[289634,243837],[288039,243735],[288102,243589],[288299,245667],[286739,243517],[287648,244237],[287294,244433],[284263,243645],[287895,244094],[285881,243713],[288910,243462],[285286,243537],[286959,243624],[284036,243844],[287139,244269],[285233,244225],[285756,244535],[284853,245252],[289436,246859],[286459,243874],[285028,245655],[290488,245293],[287821,245518],[289242,247242],[287941,244843],[291273,243989],[288990,247657],[285986,244021],[288336,244198],[289255,245344],[286911,246849],[286769,247110],[287216,244808],[288161,247806],[291881,245748],[292549,245415],[289811,243529],[289306,245497],[287293,248084],[287692,247306],[288994,247207],[287215,245992],[286432,246221],[287304,243614],[286639,244259],[286908,245767],[286306,247548],[288101,247234],[288200,245865],[292066,247437],[289909,244037],[289866,245412],[287214,244692],[290082,243867],[289364,244792],[288166,246811],[288827,243713],[287997,249316],[284763,245001],[285642,244952],[289593,247178],[286094,246767],[286197,246490],[287763,249303],[289616,249592],[290413,247612],[289154,245958],[290034,244007],[288119,245698],[289095,244027],[290124,248833],[290465,249110],[285837,246417],[288372,248172],[290853,250791],[288481,249517],[289315,250307],[287039,246040],[285419,246900],[290711,250319],[291453,246385],[286541,245793],[290873,250606],[290469,250542],[287097,246949],[286366,248494],[287305,247749],[287539,249671],[287665,245983],[288805,250508],[286789,246722],[288312,246480],[289729,250428],[290153,247431],[288744,251146],[288728,247884],[290167,250468],[287524,249204],[287932,246017],[287095,246241],[287265,245199],[290171,246569],[285705,245901],[287811,246392],[287361,249116],[288799,245479],[288238,246773],[286879,248356],[285059,247250],[284455,246313],[285740,247383],[290245,248139],[286035,247594],[288302,247369],[284999,247045],[291002,251579],[287671,249283],[286848,247753],[288995,249233],[286787,248561],[287269,249459],[290943,246930],[287828,249240],[286874,249579],[285543,248089],[289284,252411],[290650,253164],[289151,248998],[287955,247854],[289931,253190],[290947,248073],[286946,249290],[288622,251802],[290192,252124],[290926,252433],[291131,249886],[292223,249456],[288703,249701],[289251,252852],[287704,249824],[292339,251616],[288276,249979],[293025,249685],[292040,253169],[290874,252232],[289601,249450],[287998,252204],[288038,251863],[287411,251072],[293403,251876],[288364,252403],[290667,253673],[291810,249520],[293272,251394],[289774,255651],[291320,253563],[287693,252727],[290180,254022],[289852,251657],[289406,255027],[288339,252454],[291290,252059],[288709,255479],[288325,251643],[289759,256052],[291733,250651],[289989,252050],[288754,254617],[287511,252264],[289175,250996],[290526,252604],[289692,253531],[289943,251872],[286840,255573],[286237,252595],[286839,255576],[284311,254193],[286724,252868],[288804,254328],[283681,252447],[284504,254828],[285137,254341],[287649,251961],[289168,253527],[283858,252423],[287229,255943],[287079,252629],[288295,253689],[284368,251828],[288746,251142],[286405,256140],[286115,252899],[287433,253034],[283636,251337],[285789,254772],[288395,253617],[284597,251208],[286347,255904],[287000,251744],[289173,251912],[287023,254172],[286127,252147],[290579,251119],[291219,254623],[290772,255104],[293847,252697],[290345,251561],[289575,251993],[292793,253039],[289995,252942],[290922,255116],[290537,254181],[291181,253531],[290304,253816],[292715,251340],[288999,253776],[292681,252559],[292091,245410],[293597,245356],[292882,244319],[291891,244128],[292858,246756],[292190,243988],[293807,243645],[293667,246830],[294178,244717],[293162,248026],[293876,248510],[293768,243579],[290318,256529],[284058,257200],[284338,257166],[284512,256846],[287070,256998],[287625,257266],[288072,257206],[284007,258588],[287832,256522],[287556,257092],[286631,256315],[284740,256618],[290473,257428],[290619,257219],[291710,256373],[289463,256838],[289667,275111],[293378,292869],[290901,294089],[292616,294051],[293545,293157],[292804,292924],[290232,293542],[291028,291750],[291019,292462],[291902,292476],[294092,289683],[293490,292757],[291297,292431],[290735,294400],[291230,293368],[290824,293836],[292886,293044],[290319,294052],[293286,294509],[291840,294027],[291506,293182],[291712,293007],[292507,293901],[293101,293030],[292823,293992],[293474,292886],[293057,292917],[292944,293158],[291077,293746],[290871,292901],[290442,292444],[290947,292013],[291224,292418],[291081,291886],[291414,292186],[292341,292345],[294095,289588],[293642,289805],[291210,292997],[293249,293454],[292180,293054],[290428,293033],[291135,292440],[291903,292871],[293634,290349],[291411,293769],[292225,294021],[293271,293124],[292935,293096],[290324,293202],[290944,292080],[291167,292351],[291947,292476],[293767,290325],[291085,291839],[291400,293450],[291930,293586],[292440,293708],[292844,294073],[293545,293585],[293684,292989],[292358,293669],[292608,293579],[290660,293841],[290891,293182],[290445,292561],[291010,292388],[291430,292626],[292336,292167],[294222,289273],[294394,289808],[293890,289603],[291407,297531],[291405,296880],[292049,297310],[291194,296481],[290790,295364],[291206,295082],[290215,295623],[290484,295612],[288715,295897],[288456,296632],[293242,297492],[293120,297698],[292602,296845],[291417,297752],[293773,296486],[293592,296678],[290719,297582],[292011,295168],[291357,296097],[290975,297476],[289556,297985],[290577,295373],[291113,297242],[290862,298700],[289914,298446],[291946,296767],[290964,298139],[290652,297500],[289224,296859],[292604,295076],[291378,297764],[291652,297060],[290201,296048],[288614,296364],[292966,297494],[291815,297010],[291691,297280],[293511,296650],[289359,297272],[291707,295992],[290986,294624],[292092,296406],[291163,297456],[288794,297454],[291607,297150],[291444,295336],[290393,295570],[289088,296090],[293536,297151],[292007,296902],[291079,297874],[294392,294773],[290855,296215],[291488,296596],[291078,295445],[290687,295210],[290580,295514],[290236,295976],[289095,296602],[288534,296431],[293220,297672],[293373,297687],[292242,297030],[291857,297098],[290789,297478],[290838,297950],[293620,296590],[294048,296712],[291323,295283],[290737,295491],[288925,296625],[293155,297229],[292287,297083],[290835,297482],[294123,296202],[284225,310540],[287273,310409],[284360,309333],[281862,319478],[282540,319240],[282305,319456],[281818,318921],[287593,310964],[288015,310826],[284691,310803],[284253,310522],[284494,309295],[284344,309961],[281864,319851],[281621,319685],[282221,319239],[282062,319028],[287309,310481],[284960,310558],[284296,309083],[282399,318970],[281878,319125],[288079,310570],[284100,310608],[284615,310220],[284484,309435],[284679,309811],[287307,310971],[281999,319088],[281838,319244],[284942,310531],[284511,309587],[288008,311031],[282978,321039],[282849,320870],[282055,324508],[281895,324728],[282434,321584],[281908,321452],[282254,322004],[282508,322909],[282903,322510],[282117,325695],[284093,324762],[283608,324756],[283457,323279],[282987,323794],[282906,324211],[281885,320744],[281736,320700],[283198,320414],[281638,324432],[282065,322099],[282298,322715],[283242,322710],[284148,324243],[282683,323373],[281774,320875],[282647,324343],[282292,325836],[283342,325740],[283968,325288],[283304,325515],[282033,323790],[282795,322076],[282776,320742],[282068,321934],[282674,322703],[282099,325623],[283958,324341],[283618,323370],[283315,323443],[281870,320584],[282430,320529],[282016,324516],[281968,322054],[283134,322390],[282375,322840],[283907,324847],[283964,323328],[282617,323831],[283325,323641],[282064,320451],[281624,320244],[282505,320769],[283060,320549],[282317,325140],[282337,321972],[283132,322621],[282134,325514],[284451,324846],[282749,323920],[281636,320837],[281907,324630],[282276,325619],[281983,326146],[283604,325961],[283796,325204],[283108,325090],[281658,325282],[281716,323579],[282025,321481],[281744,324529],[282086,325681],[283351,325804],[283669,325202],[283208,325398],[281734,325671],[281757,323496],[282213,322041],[282396,324663],[282272,325646],[282391,326019],[283799,325807],[283380,325624],[283152,325481],[281723,325681],[281824,323845],[282376,322246],[282089,325112],[282584,325869],[282002,325804],[283771,325873],[283572,325535],[283568,325259],[281687,325604],[282504,323705],[281987,321820],[281850,325154],[282607,325891],[282040,325745],[283903,326012],[283875,325306],[283025,325434],[281688,323273],[282403,321841],[284829,349074],[284828,350743],[285212,349094],[289481,349356],[289326,349827],[288358,351585],[285934,351522],[285297,351928],[283874,348827],[284153,350659],[285510,348633],[289532,349108],[289066,349752],[288153,351226],[285959,352356],[285590,351185],[284254,350840],[284737,348834],[285584,348281],[285631,351162],[289335,349425],[289254,350077],[288466,351129],[286363,352131],[285016,350108],[284235,348756],[285528,351282],[285540,348769],[288306,349575],[288810,350037],[288065,351204],[286432,351478],[285609,351282],[284129,350596],[284605,348950],[285321,348355],[288071,349967],[289397,349564],[289513,350376],[288601,351446],[286634,351480],[283946,348495],[284507,350454],[285147,349233],[288561,349618],[289270,349252],[289197,350117],[288433,351430],[286000,351801],[284836,351812],[289255,380638],[287602,382796],[288965,37508],[289419,37516],[287508,38141],[286858,38554],[286615,38209],[288680,37854],[288021,38589],[287439,38400],[291748,35356],[291152,35715],[291089,35174],[291238,34647],[291400,34242],[291570,34001],[288119,28045],[285384,32715],[285227,32867],[285787,32346],[285651,33508],[287578,37647],[287112,37615],[286556,37931],[292277,38175],[292051,37864],[290412,38280],[283466,38317],[283782,38118],[284350,37403],[283929,38085],[284089,37905],[284351,37858],[291683,36387],[291459,36267],[291462,35255],[292105,34481],[291419,35856],[290354,36372],[291476,35064],[292833,34706],[292993,34915],[290152,36813],[292876,35057],[293184,35522],[292387,36372],[291854,36731],[291842,35483],[292541,34880],[292167,35511],[292464,35841],[289124,32423],[290089,32687],[290678,31813],[289765,32161],[289319,32426],[289829,31148],[289464,50649],[291336,50522],[290843,50252],[289714,50759],[285850,39902],[287585,39123],[287068,38820],[285188,39145],[284873,39018],[289223,38769],[290225,39744],[290290,40116],[287169,40403],[286422,40467],[287853,39699],[289754,39678],[289187,39884],[286229,40217],[286015,40316],[285903,40030],[285564,39173],[285159,39315],[284971,39649],[288165,38651],[290978,40372],[291601,40101],[291729,40199],[291914,40730],[291531,41383],[288548,42455],[288742,42586],[289068,42575],[289507,42092],[289026,41198],[288595,41169],[287911,41363],[290151,40829],[289116,40740],[288932,40611],[289420,40033],[289768,40410],[289246,40484],[289152,40802],[289384,41066],[289720,41456],[285688,40224],[290355,39593],[289951,38900],[290338,39101],[291556,38622],[289214,39454],[285488,39742],[284530,38628],[283821,39294],[290490,40910],[290945,41026],[289046,41887],[289007,41790],[290561,51008],[289166,50843],[290971,50231],[289748,50856],[290963,50448],[289555,50578],[290369,51006],[289676,50234],[291495,617587],[291423,52457],[290609,52557],[290990,52840],[291070,52479],[290898,52553],[290883,52796],[287506,658187],[293625,661618],[291083,681241],[288739,710496],[294302,106929],[294256,106586],[294299,106825],[305945,128443],[298989,129406],[306343,161184],[306448,161712],[305997,161746],[306010,161682],[306456,161845],[306100,161709],[295218,170446],[294442,170340],[294565,170442],[294509,170282],[295184,170593],[294824,170815],[302824,174117],[302742,173943],[303072,174589],[303131,173720],[302335,174340],[302414,173933],[302244,183732],[302549,186250],[302605,184594],[302015,185798],[301730,186590],[302024,184247],[302186,186639],[302370,183914],[302034,185732],[302746,184384],[302457,186228],[302084,183707],[294527,242774],[295944,236622],[295272,237085],[296480,240532],[295159,238298],[294711,241226],[295031,242432],[295894,241559],[294875,240931],[294829,239257],[295354,239847],[294585,233535],[295462,251787],[295560,244269],[294752,246731],[295189,244482],[294444,247666],[296113,246291],[296064,247192],[303920,22059],[303557,21621],[306934,283530],[306206,283618],[306547,283665],[295933,291347],[295927,291154],[294903,290258],[294477,291928],[306406,281924],[306242,281813],[306292,281844],[296139,290997],[295710,291024],[295713,291119],[295573,290009],[295554,289459],[295912,291520],[295961,290909],[295271,290218],[294499,289889],[296138,291270],[295228,290664],[295245,289979],[294782,289839],[295634,291662],[295608,290379],[295350,290385],[295456,289754],[294488,295507],[295120,295574],[294733,294713],[294929,294628],[294853,295060],[294817,294623],[294401,296748],[300616,30088],[298602,27032],[299452,28387],[301531,28863],[298643,29171],[300294,28552],[300163,27252],[297590,531553],[299323,532259],[298853,533419],[298385,534504],[298844,534250],[300153,535153],[298305,532430],[299554,532878],[298311,534445],[299238,535074],[299971,535441],[297854,531946],[298971,532716],[299009,533312],[299198,535040],[299823,535289],[297654,531546],[298918,532733],[299323,533460],[299403,534581],[300691,535096],[297851,531852],[298602,532393],[299642,532593],[298682,534715],[299379,534478],[300242,535015],[298025,532437],[298875,532431],[299462,533127],[298914,535014],[300709,534808],[297361,656197],[297736,689246],[304270,701474],[304201,699979],[306113,712705],[305940,706928],[297265,76117],[296819,76579],[295112,73481],[296034,74875],[296186,74987],[296474,74983],[296510,75208],[296691,75488],[297066,75764],[297022,76003],[296603,76458],[297156,76536],[295124,73759],[295605,73929],[296025,74829],[295958,74827],[296018,75510],[296858,75109],[296837,75356],[296528,75533],[296759,75508],[297299,75917],[297300,75842],[296798,76287],[297163,76713],[295232,73507],[295319,73478],[295955,75024],[295886,75096],[295902,75454],[296917,75027],[297413,76155],[296856,76543],[295075,73854],[295999,75255],[296766,75730],[297105,76099],[296918,76326],[295421,73874],[296086,74882],[295923,75530],[296643,75692],[303993,83962],[304368,83881],[298909,80433],[297873,77776],[298022,78415],[298450,78417],[298498,79070],[299450,81145],[299998,81160],[299007,82019],[298277,80618],[304618,83980],[298702,80092],[298603,80415],[297546,77759],[298062,77686],[297790,78269],[297872,78076],[298181,78472],[298407,78283],[298526,78590],[298271,78639],[299488,81006],[299260,80849],[299706,81142],[299739,81259],[299332,81880],[299371,82248],[298552,80972],[298582,80864],[298818,80475],[298985,80402],[297727,77721],[297667,77841],[298254,77761],[298353,78115],[298611,78343],[298602,78495],[298516,78925],[298409,79046],[299659,80670],[299227,80734],[299756,81462],[299453,81009],[299248,81971],[299554,82081],[298403,81034],[298279,81034],[298954,80223],[297605,77602],[298432,78174],[298484,78876],[299268,80763],[299744,81035],[299316,81792],[298555,80734],[298611,80264],[297697,77971],[298332,78082],[298352,78690],[299667,80830],[299779,81353],[299536,81843],[298194,80562],[303952,84026],[304109,83760],[304238,84025],[302897,92875],[302842,95654],[300700,95130],[303229,92913],[302402,95376],[302738,92611],[302600,95409],[302565,92828],[302659,94821],[302695,93149],[302903,95220],[302679,92198],[302626,95773],[297662,102659],[305202,105261],[295158,108389],[294828,108437],[295278,107285],[295428,108573],[294735,108077],[295247,107233],[294803,108720],[294563,108395],[294488,107555],[294416,106499],[306849,106192],[294600,109159],[294779,108034],[294415,107517],[295353,108928],[295370,106825],[294459,106706],[295341,107452],[295049,106853],[306885,106031],[306562,117776],[305875,118217],[307151,121911],[306900,116307],[306661,118472],[306778,116580],[306014,117989],[307022,116157],[305902,118192],[307120,121881],[305830,118371],[315684,139054],[315881,139553],[315935,138827],[316155,139899],[316140,139147],[316143,139852],[316481,139883],[315487,138735],[316199,139920],[315871,139073],[315563,139554],[315850,138738],[308025,135346],[309298,134414],[308410,136696],[308497,135438],[309547,134842],[307833,136157],[309092,134834],[308487,135934],[309235,136233],[308685,134911],[308037,135252],[307808,136772],[308618,134775],[308589,135957],[308299,136926],[308742,135135],[308426,135219],[309131,136883],[313317,145946],[312801,145351],[313625,145338],[313019,145887],[313329,145481],[313070,145803],[307766,163894],[307778,163899],[307734,164163],[307813,164299],[308375,164024],[308218,163645],[316068,154854],[314776,156095],[316264,155075],[315058,156384],[316301,154514],[315249,156211],[315710,154473],[315009,156474],[316269,154396],[314798,155785],[316422,154693],[315367,156456],[314623,199800],[310625,198097],[308901,201933],[317185,206026],[318869,227369],[318986,227243],[319128,227353],[319078,226797],[319266,226726],[318951,226454],[319277,226618],[318889,226294],[318550,226514],[319101,227053],[319191,227386],[319354,227156],[319487,226911],[313637,283214],[307880,282199],[307659,282413],[307399,282365],[307217,281940],[311150,328170],[311340,328248],[310349,324996],[310492,324714],[310575,324706],[310494,325049],[310598,325220],[311399,329461],[311149,328713],[311173,328558],[311340,328519],[312962,326746],[312074,326563],[312395,326851],[312535,326497],[310250,327177],[310286,326896],[319585,30114],[312015,390852],[312178,390645],[311049,393322],[311305,393695],[312208,400825],[312279,401056],[312362,401437],[315767,403198],[315576,403020],[318129,407260],[317882,407138],[318014,406944],[319397,409441],[319901,409559],[319235,409119],[315912,516797],[315961,515640],[316010,515378],[318030,516504],[318975,516609],[318201,515822],[314840,516068],[317066,516382],[315635,516486],[315910,516382],[317772,516618],[316031,515128],[315948,515327],[316489,515791],[316220,515931],[317983,515873],[318025,515914],[319921,515080],[318593,516990],[319046,515960],[318354,515891],[318847,516714],[314471,515417],[315161,515246],[316947,516676],[316752,516576],[315868,516750],[316212,516109],[315560,515313],[319268,516281],[318631,516811],[318419,515831],[314790,516160],[317122,516182],[315689,516692],[315583,516562],[314322,515817],[316005,515251],[315957,515196],[315997,515722],[316255,516271],[317803,516013],[319124,516700],[317910,516397],[319024,516846],[318590,516892],[318687,516585],[318225,516460],[314868,515931],[316438,516505],[316473,516551],[319887,514235],[317902,514751],[319645,514794],[317854,515781],[315517,516515],[315419,515507],[316318,515852],[315630,515132],[318017,516012],[318665,516779],[314916,516168],[317029,515980],[317264,515264],[319605,514022],[319896,514587],[318639,515537],[319868,514998],[317744,514902],[319344,514757],[318278,515838],[319332,514291],[317215,515080],[319699,514926],[319944,514695],[318037,516200],[317560,514407],[319676,514360],[319085,516051],[317848,516322],[317321,514797],[319259,514504],[318958,515985],[318456,515760],[307387,557553],[316904,668341],[314059,676336],[309921,677388],[317111,680823],[312753,701895],[317705,700467],[316861,699143],[316052,699669],[319042,697084],[315410,698764],[314113,698330],[315080,696392],[319341,692648],[316612,703979],[318149,704555],[317984,706360],[317939,707557],[312013,708599],[310293,709626],[310018,710417],[311056,710387],[313745,711294],[308979,709813],[308932,713100],[309933,716566],[319621,82585],[307571,83127],[319863,82767],[307435,83051],[319735,82593],[308349,83565],[319535,82262],[308001,83511],[319747,81828],[307865,83431],[319726,81780],[309755,82009],[308226,83162],[310662,82181],[310180,82486],[310452,82533],[310497,82196],[310266,82841],[308532,104509],[307485,106669],[308552,105364],[307359,105934],[308484,105446],[307239,106680],[308578,104949],[307329,106171],[309283,105024],[309126,104522],[307730,116625],[307280,121740],[308104,128024],[307532,121788],[307657,116499],[307280,121096],[307492,116612],[307609,121429],[330328,-9604],[326307,-38164],[328602,-41535],[328011,-40169],[328197,-40071],[326549,-38266],[332700,-65103],[332647,-65398],[322609,8133],[326764,9445],[332555,175890],[332163,176787],[332070,176269],[332317,176884],[331849,176612],[331700,176122],[331500,190981],[331334,189841],[328220,188252],[330261,189486],[330122,189159],[329501,188276],[329364,188048],[329992,188537],[329322,188717],[329138,188643],[328693,188199],[329112,187899],[329071,187964],[328536,187547],[329450,188436],[325112,190793],[325235,189928],[324454,191683],[331036,188194],[331037,184756],[330758,184489],[330746,184002],[331818,189750],[331731,190238],[326435,188698],[331007,189492],[330575,189252],[330605,189230],[330899,189588],[330865,189759],[330215,185616],[329204,186934],[324257,191700],[324289,191543],[324703,190899],[324814,190789],[325104,191045],[325153,191005],[325054,190425],[324264,190852],[326665,188389],[326790,187574],[327063,187538],[327145,187810],[326702,186953],[326664,186808],[327040,186966],[329213,188239],[328763,187112],[328669,186917],[325344,189343],[325311,189370],[324968,190130],[324874,190092],[325513,189914],[325392,190710],[325494,191287],[324288,191476],[324463,190991],[324538,191614],[329919,185896],[329650,187826],[329929,186078],[329658,187274],[328676,186334],[329143,186843],[328976,186029],[329645,186718],[329997,186341],[328658,187900],[328200,194856],[328408,194795],[328820,194166],[328856,193988],[328765,194444],[328607,194478],[329667,194739],[329491,194964],[329640,195101],[329872,194916],[329630,194241],[329394,193942],[329291,193892],[325581,193217],[325759,193314],[326123,194285],[326264,194006],[325810,192754],[325689,192517],[325837,192472],[326131,192840],[326184,193199],[326364,193399],[326651,193062],[326471,196304],[325513,195968],[325073,195331],[324799,194883],[324469,194520],[325487,195957],[324985,195936],[324412,195506],[324368,195388],[324518,195090],[324761,196055],[324892,195772],[328197,194455],[328482,194064],[328722,194012],[329106,194008],[329640,194370],[324419,193651],[326358,192694],[328571,194291],[325077,195367],[325871,196251],[325812,195002],[324734,194432],[326744,194413],[328309,196223],[330544,199492],[330584,197386],[330665,197109],[325636,195803],[327622,194803],[327656,194790],[326969,193498],[326405,193064],[325653,192592],[327382,192767],[327970,193145],[330657,193100],[330661,192706],[330790,192226],[326931,195009],[330333,202289],[328995,193581],[328152,193523],[327845,193765],[327438,195926],[328361,195353],[328634,195133],[328734,195164],[329937,199623],[329729,200599],[329793,201469],[329892,201426],[326777,194595],[326933,194715],[327083,195679],[327226,195834],[327682,195276],[327892,194976],[325076,195907],[324925,195607],[324993,195236],[325061,194859],[324916,194461],[325042,194902],[325460,195441],[326086,195486],[329372,201808],[329020,201688],[328707,201656],[328985,201525],[329625,201349],[330491,198045],[330401,197161],[330572,196436],[330587,195584],[330571,195365],[330119,195021],[330323,195484],[330820,197479],[330811,197522],[326686,192536],[327828,195970],[328166,195792],[326442,195965],[326334,195361],[325017,196301],[324392,194943],[323983,193409],[324047,193168],[324083,192906],[324078,193009],[324655,193144],[324705,193376],[327417,195967],[329863,201941],[327726,195016],[329699,201808],[327549,195576],[330622,201294],[327778,194618],[329828,202109],[327096,195806],[330134,201748],[321588,205658],[332640,211298],[332517,209894],[332700,211070],[332068,210013],[322038,229052],[321010,224942],[321501,218607],[321492,230307],[321572,230157],[320767,230358],[320459,230338],[321339,229721],[321686,230028],[321882,229653],[320679,225976],[322025,218608],[321497,225309],[321436,218614],[320134,228725],[320678,225631],[321494,218901],[321519,224693],[320695,219300],[321144,225326],[321807,218900],[327225,241951],[326659,240754],[327622,241929],[326704,241395],[327733,241120],[326775,241237],[327455,240872],[326538,241575],[328455,241992],[326615,240477],[327894,240899],[330366,244837],[330179,244200],[328849,243771],[329781,244481],[329051,245048],[330312,244843],[324735,281654],[324189,281772],[323993,281666],[322556,286882],[322946,285051],[321888,282869],[323230,282913],[323144,283319],[324704,283709],[323811,283992],[322683,287423],[323056,285634],[321840,282122],[323286,282753],[324488,282801],[324565,282971],[324325,283436],[322394,287038],[323201,285775],[323087,281999],[324519,282750],[324027,283203],[323635,284329],[321898,287038],[323240,285007],[322992,282844],[324330,282621],[324707,283403],[324016,284277],[321831,287213],[323074,285419],[322637,282721],[324014,283089],[323967,284031],[322467,287264],[323581,285918],[322756,282243],[324619,283261],[324065,282791],[323961,284149],[321258,297742],[322398,295904],[322507,296031],[323861,298289],[322510,297591],[322713,297450],[322402,297680],[323046,298460],[322678,297879],[322477,297293],[321445,296106],[321212,296066],[322563,298380],[321974,297549],[321492,297663],[323168,297698],[322496,296631],[322517,296440],[322497,297709],[323955,297428],[324034,297495],[322787,297566],[321000,296235],[321266,296848],[321871,296216],[322183,296075],[323682,297814],[322326,297791],[322653,298016],[322814,297401],[321469,296252],[321728,295930],[323904,297544],[323561,297939],[321706,296928],[322464,296192],[323687,297440],[322879,297794],[321046,297014],[321685,296437],[332421,307988],[332655,308295],[332448,308648],[332786,308482],[332484,309376],[332392,308567],[332737,308991],[332660,330126],[330843,328460],[331069,328550],[329586,329733],[329069,329575],[329480,326775],[329818,328168],[330969,327329],[331780,331311],[330744,331269],[330153,325934],[332710,330192],[331183,328257],[330597,328027],[331678,328997],[331703,329244],[329728,328917],[329825,328929],[329165,329192],[328876,329787],[328640,329072],[328842,326885],[329567,327059],[328870,326283],[328817,326305],[329673,327914],[329416,327837],[331568,327023],[331241,326529],[331428,327022],[331998,331921],[332317,331495],[331485,331194],[331054,330970],[332513,329470],[330525,328436],[331450,329409],[329602,328869],[328772,329946],[328715,329491],[329302,326688],[329855,328445],[331316,326686],[331792,331409],[330706,331292],[332361,329743],[330749,328283],[331528,328831],[328689,329778],[328982,326100],[329563,326115],[329788,328546],[331599,326943],[330780,327430],[331947,331387],[330789,331242],[332233,329887],[330879,328067],[330478,328308],[331647,328627],[331230,329111],[329513,329559],[329634,329713],[329263,329249],[328249,329525],[329063,329672],[328789,327058],[329241,326871],[330026,328210],[330061,328404],[331611,326484],[331592,326574],[331293,327426],[331326,326604],[331604,331716],[331930,331544],[331037,330832],[331222,331508],[326146,345233],[326541,345789],[325233,345330],[325256,345763],[326536,345754],[325625,345310],[326636,344988],[325029,345687],[325589,345308],[326057,345737],[325404,345278],[326705,344968],[324632,345231],[325878,345760],[325676,345143],[325879,345848],[325896,347297],[325555,347660],[325655,346198],[326274,345915],[325501,346811],[325449,346681],[324177,347182],[324593,346164],[324414,345867],[324037,347355],[324481,346442],[324203,347224],[325674,346240],[325831,346430],[326265,346601],[325908,347016],[325500,346848],[325586,347082],[324420,345880],[324877,346168],[325332,346605],[324718,347541],[324642,347083],[324438,346878],[326024,346303],[325892,346621],[325676,347308],[325510,346736],[324521,345828],[324967,346708],[323893,347125],[325947,347047],[325850,347277],[325219,346111],[324118,347460],[324683,346653],[325232,347233],[325261,346070],[323973,346482],[328967,375252],[330187,375206],[331798,374055],[330202,372574],[329691,373287],[329587,373611],[329862,375755],[331323,375229],[330683,375806],[330440,375543],[329310,374881],[328890,375015],[329461,374483],[330844,374836],[330463,374375],[331319,373733],[329627,374521],[330427,374335],[329883,375649],[331185,374416],[330757,372839],[330201,373404],[329997,373280],[329847,373524],[329557,374080],[329462,375574],[331264,374991],[330829,374979],[330284,375808],[330979,374007],[330326,374113],[329233,375294],[330223,374976],[329016,373156],[330670,374675],[331330,375052],[331918,374712],[331032,374513],[330042,373048],[329978,372756],[329725,373584],[329823,374322],[329366,375664],[331732,375330],[330826,375209],[328866,374790],[329988,374722],[331185,373845],[330034,373207],[329002,372843],[329951,374553],[329434,375752],[331081,374680],[330748,375898],[330433,374340],[331749,373657],[331355,373995],[330242,372517],[329308,373093],[329628,374593],[329059,375707],[331594,374781],[330803,375045],[321412,27356],[324391,26975],[320825,30495],[324497,32293],[324000,27332],[323712,32250],[323571,32314],[325760,28965],[325391,29315],[331299,38434],[321396,27275],[322785,30637],[320585,30092],[321282,27529],[322547,30950],[320936,30269],[325929,29267],[325969,29551],[325464,29324],[321126,29709],[321174,27746],[324043,26833],[320966,30782],[321135,31172],[320923,30887],[325991,29347],[325921,29500],[321001,409283],[323733,409173],[323992,408787],[323770,408434],[323527,408251],[323774,407958],[327374,409786],[332015,409690],[326389,410143],[328169,410108],[332212,411056],[331960,410708],[331716,410219],[331124,410490],[331396,410167],[324045,479923],[323277,480490],[326170,476647],[325254,475935],[324748,482351],[326413,475790],[324200,481591],[325407,482298],[326326,475505],[325134,474228],[324943,475125],[326487,481592],[326272,481464],[327665,481453],[327148,481303],[324408,479737],[322790,479954],[323307,479642],[326293,476724],[326121,476359],[325885,475910],[324444,481312],[324208,482510],[325640,482189],[325582,481770],[325539,474027],[326196,474869],[325647,481523],[328039,481130],[327720,481371],[323138,483260],[322983,482885],[323277,481682],[324890,480948],[326308,482950],[326184,482474],[327033,479981],[326408,479785],[325437,479911],[322973,479143],[326252,476711],[325049,476305],[325335,482739],[326186,474687],[326998,480271],[327002,480727],[322261,483421],[322694,482433],[323784,482054],[324740,481376],[326402,483131],[326222,481848],[326922,480500],[326886,479552],[326113,480129],[324791,479673],[322939,483742],[322616,481986],[323800,481470],[324792,481188],[326625,482550],[326337,482007],[326732,480056],[325604,479549],[322846,483590],[322622,482209],[323445,481964],[324430,480600],[326207,483279],[326132,481538],[327046,479851],[326671,479664],[325639,479736],[325126,479115],[323159,483626],[322765,482337],[323463,481667],[324940,481016],[326335,482681],[326688,481760],[327123,480532],[326384,479885],[325807,479325],[325065,479353],[322972,480217],[326285,476172],[324131,481360],[325550,482429],[326482,474407],[326905,480237],[326387,481556],[327224,481593],[322498,483485],[323004,482476],[323340,482011],[324875,480887],[326257,482558],[326246,481992],[326475,480617],[326835,480018],[325769,479982],[325525,479927],[323671,479819],[324977,481048],[325074,481906],[325489,473913],[326541,480151],[326869,480042],[326273,480716],[327686,481496],[332284,39638],[331399,38663],[320626,515900],[322714,516428],[322159,515922],[322491,515490],[326657,516385],[326743,515407],[325669,515691],[329369,514466],[329023,514580],[327573,513969],[328234,513960],[326600,515060],[324672,515622],[320008,515724],[323123,516136],[323102,515892],[322510,515780],[321752,516327],[322330,515252],[322401,515162],[326519,514750],[326400,515475],[325349,515217],[325165,514907],[327281,516289],[327303,515680],[326642,515099],[326055,516241],[325592,515652],[326959,514253],[329625,513900],[329170,514103],[329049,514376],[329177,514403],[329330,515351],[329257,514880],[327869,514238],[327906,513939],[328880,513650],[328456,514244],[324448,515132],[324468,514911],[320177,515716],[322626,515743],[322115,515859],[321856,515230],[326033,514990],[327428,516567],[325885,515886],[329893,514320],[328873,514379],[328422,515261],[328653,513410],[326854,514411],[324652,514991],[320841,515718],[320322,515338],[322872,516007],[322225,516149],[321618,515703],[322192,514833],[322546,515038],[326569,514583],[326825,516604],[326653,515550],[328107,514266],[327206,515690],[326609,516234],[325733,515637],[326122,515753],[329969,513790],[330116,514247],[329358,514250],[329567,514706],[329227,514447],[329214,515396],[329094,514436],[327754,513721],[328251,514254],[326958,515052],[326830,514724],[325826,514685],[324569,514836],[324176,515571],[320350,514329],[322659,514824],[323422,516766],[321231,516582],[323828,516607],[325651,515930],[324634,515838],[320608,515660],[322206,516411],[321612,515594],[321657,514787],[326608,514585],[327510,516605],[326547,515621],[326103,515578],[329349,515198],[329074,514582],[328803,513372],[326226,514279],[324678,515034],[322490,514392],[321703,516338],[323661,516341],[325272,515780],[324489,516268],[320120,514855],[321921,514307],[321359,516004],[323387,516376],[325069,515919],[324759,515745],[320771,514313],[322248,514954],[321287,516305],[325127,516428],[324278,516236],[320087,514870],[322372,514551],[321027,516634],[324825,515798],[324555,516844],[324731,516652],[322018,515135],[321177,515963],[323784,516647],[325040,516422],[324461,516424],[330593,543110],[330983,544031],[330476,542993],[330785,543616],[330341,543277],[331121,544006],[330610,543042],[330465,543817],[331256,542491],[331009,542666],[320573,663340],[322395,700903],[320631,693276],[321371,707713],[323138,84968],[323042,85148],[320325,87526],[320750,83208],[323277,87490],[323415,87369],[320797,88031],[320878,82838],[323309,87869],[320630,88064],[320111,83345],[324033,87417],[320380,87406],[320028,82679],[320579,87945],[320348,82702],[323998,87280],[320296,87727],[320094,83363],[323621,87727],[325595,111489],[328018,109278],[335078,-5974],[335188,-6842],[333811,-63270],[334671,-62267],[333543,-61225],[334058,-61330],[334453,-59553],[333858,-58894],[335174,-57850],[334218,-57797],[335114,-57427],[334650,-58311],[333907,-57783],[333817,-58190],[334237,-60039],[332949,-61628],[333304,-61681],[333104,-62837],[334187,-63489],[333257,-63359],[334753,-61877],[334205,-63013],[333745,-63446],[334268,-61213],[333880,-60908],[333635,-61213],[333682,-61539],[334651,-59492],[334672,-59176],[334073,-59404],[333882,-59530],[335072,-57528],[334523,-57771],[334170,-58000],[335508,-58090],[335492,-57946],[335037,-58020],[334280,-66524],[338625,-74692],[333652,-66321],[333303,-64321],[333247,-66119],[333528,-65419],[333897,-67325],[333362,-67679],[333549,-68263],[333647,-69579],[334421,-63821],[335892,-71956],[336209,-72450],[333007,-66934],[333673,-64740],[334005,-64465],[333090,-65106],[333470,-63999],[333438,-66690],[334481,-65458],[338526,-74763],[338545,-74529],[333850,-67614],[334106,-67605],[333082,-65992],[333122,-66047],[340305,6952],[343760,171790],[343303,171897],[345373,169474],[343786,172528],[345331,170431],[343060,172403],[344791,170129],[343505,172203],[344426,171452],[345034,170237],[343736,172356],[344411,170088],[333843,177990],[334825,177535],[334089,176869],[333844,177775],[334812,177995],[334196,177459],[333259,210746],[333460,211102],[334022,245783],[334295,245200],[335461,245436],[335554,245511],[334951,245621],[333922,245724],[335061,245276],[345006,250669],[344605,251151],[345407,250439],[345329,250230],[344749,250656],[345044,250391],[345513,251000],[345005,250839],[345504,250231],[345528,250753],[344964,250598],[345458,250334],[344746,250918],[344678,250878],[345369,250395],[345197,250228],[345583,250527],[334047,246617],[334939,246093],[342262,22662],[338795,25046],[342411,23013],[338655,25230],[342065,22572],[338920,24980],[342322,23210],[339431,25090],[342822,23247],[338676,25208],[338808,24951],[341850,22548],[340380,18939],[340418,18615],[340460,18332],[340562,18702],[339934,19002],[340623,18446],[343748,279424],[343916,279322],[343701,279590],[343456,279291],[343585,279266],[343533,278834],[343603,279755],[343853,279880],[343378,279159],[343509,278990],[343974,279255],[343550,279679],[343775,279806],[343537,279098],[343778,279658],[343650,278852],[343654,279986],[345115,284916],[342308,287505],[341659,287361],[345225,284928],[345332,284867],[345335,286015],[345468,285847],[342315,287243],[342121,287406],[341463,287762],[341986,287529],[345014,285229],[345434,285531],[342343,287221],[342041,287479],[345123,285031],[345300,285027],[345561,285637],[341974,287187],[341641,287745],[345332,284801],[345260,285044],[345370,285227],[345329,285830],[345184,286054],[342329,287328],[341579,287939],[341891,287927],[345500,303910],[344881,302891],[343938,302278],[345167,303292],[344659,302345],[344637,301302],[333655,307345],[333953,307253],[333582,307007],[333688,307041],[334025,307140],[345237,302973],[344684,302735],[344383,301800],[345424,303719],[344498,303015],[343784,301932],[344399,302572],[344504,301428],[344966,303124],[344130,302252],[333227,308670],[333797,310384],[334096,308934],[334045,309729],[335027,309065],[334422,307820],[333357,308314],[332979,308712],[333905,309806],[334081,310116],[333507,308933],[333837,309722],[334943,309485],[334486,309963],[334959,309105],[334362,308774],[335324,308059],[334606,307990],[333587,307460],[332814,307957],[334374,310502],[333682,309803],[333706,309563],[333295,308934],[333778,308928],[334771,309455],[334275,308571],[334588,308260],[334994,308028],[333490,307414],[334474,310388],[332848,309034],[334433,309931],[334192,308342],[335393,308424],[332840,307883],[333700,309089],[334306,310491],[334305,309747],[335267,307871],[336007,329134],[335452,323622],[337343,324906],[335242,325252],[335466,324005],[336801,327243],[338241,327025],[337543,328917],[336027,329460],[335670,329160],[335768,329072],[335222,323445],[335374,323090],[336706,323884],[337051,324998],[337246,324599],[336364,324792],[336215,325495],[335902,324922],[335739,325281],[334550,324513],[335129,324757],[336813,327327],[337127,326849],[337613,327635],[337981,326992],[338223,326859],[337571,328721],[337525,328400],[335543,329109],[336055,329383],[335619,323063],[336514,324759],[335748,325394],[335122,324015],[336668,326952],[337434,327002],[338167,326726],[337183,328902],[334963,323711],[336544,324328],[336472,325097],[335273,325169],[334670,324506],[337490,326489],[336904,327419],[338049,326578],[337284,328641],[335450,328997],[340831,329666],[333737,325145],[335408,323551],[334919,322962],[336721,324058],[337190,324490],[336496,324420],[336231,324646],[336397,324647],[335671,325610],[334652,324220],[335327,324258],[336857,326687],[337063,326576],[337597,327022],[336967,326818],[338034,326696],[337738,327353],[337476,328600],[337192,328502],[336028,329425],[335392,329240],[335298,329262],[333047,330311],[332947,329519],[332864,330268],[335750,329624],[333614,329975],[333606,330329],[332824,329827],[333414,329702],[333326,330400],[344631,370655],[345590,370495],[344839,369188],[345404,369374],[343934,370365],[344176,371124],[344704,371175],[344632,371304],[345305,371048],[344937,371195],[345152,370319],[345000,368870],[345546,369405],[344654,371396],[345312,370512],[345292,369969],[345265,369326],[344597,370418],[344908,370975],[345009,369235],[344086,371177],[345099,369981],[345153,369403],[344203,370528],[345018,373941],[345189,373803],[344615,374869],[344258,374325],[344249,373791],[344506,371870],[344266,371752],[344799,374187],[344580,374262],[344167,374034],[344233,371750],[344894,373644],[343931,374735],[344081,373685],[344510,371996],[345447,374286],[344447,374621],[344826,374059],[344826,374139],[344729,374899],[343801,374334],[343824,373688],[344567,371461],[344731,30103],[341468,26533],[340297,26710],[333185,26868],[340039,26412],[333761,27608],[339861,26755],[333768,26946],[340477,26678],[333558,27570],[340272,26712],[333019,27634],[339855,26160],[333140,27661],[342648,462945],[343821,465102],[339879,463741],[339468,464960],[339444,466827],[343141,463388],[343323,464825],[340313,463900],[339208,465588],[339195,466009],[342551,462980],[343586,464933],[339465,464625],[339056,465344],[338891,466174],[342714,463428],[343129,464862],[339629,464354],[338708,465565],[339249,466039],[343286,463189],[343097,464887],[340263,463697],[339344,465592],[338960,466874],[342724,463148],[343366,465102],[340120,464020],[338744,465513],[339694,466582],[333823,39635],[334226,39999],[344797,526127],[344933,526129],[345254,526342],[339185,543984],[338970,540464],[339697,539638],[341773,541803],[341048,540989],[344645,539064],[343576,541393],[343698,540561],[339329,543779],[339010,540397],[340248,539822],[341960,541738],[341840,540839],[345128,539341],[343446,541330],[344103,540550],[338785,544235],[339439,540239],[340293,539805],[342038,541351],[341534,541210],[344963,539390],[343824,541150],[343867,540848],[339019,543626],[339251,540139],[339706,538957],[342167,541351],[341258,540471],[345090,539681],[343213,541070],[343980,539938],[339572,544280],[338915,540838],[340146,539487],[340874,540622],[344920,538895],[344275,539967],[338820,544064],[339268,540806],[339631,539064],[341623,541574],[341219,541250],[345004,539792],[343785,541180],[343602,540887],[355794,-90212],[354991,-89586],[355638,-90198],[354309,-90294],[354572,-90228],[345741,169917],[349377,183145],[349245,182439],[350025,182908],[350484,182181],[350212,182178],[350639,182072],[346560,200234],[349543,198501],[350044,202599],[352422,251033],[353248,251511],[353316,251549],[353002,251843],[352871,252069],[352830,252117],[352197,254312],[352350,254299],[352527,254316],[358201,254958],[357626,255404],[357699,248554],[358067,249343],[349750,245399],[350013,246408],[350438,246418],[350390,245383],[348067,254496],[348537,254660],[353313,251915],[353082,251772],[353748,251604],[353208,252614],[353892,252289],[354188,252181],[353660,252513],[353147,252361],[352574,252285],[350153,250858],[350271,250870],[351308,250762],[351352,250429],[350535,250483],[350386,250917],[351344,251848],[351341,251929],[348452,251230],[348430,250684],[348491,249813],[348885,250621],[349926,252408],[350858,252793],[351198,253046],[351419,253249],[352429,253933],[352577,253858],[353180,253516],[352615,254461],[352854,254226],[352964,254023],[352532,254676],[352624,254753],[353119,250147],[353383,250016],[351817,249675],[351799,249679],[352742,250102],[352544,249187],[352574,249185],[352149,249907],[352109,249994],[352231,248884],[352140,249124],[352090,249283],[351294,248815],[351563,248919],[351297,249004],[351501,249202],[351457,251298],[351610,251592],[352118,251951],[351853,252064],[351943,252409],[351554,252659],[354728,251200],[354746,251722],[355048,252247],[354268,250446],[354148,250589],[354126,251236],[354976,250020],[354873,250331],[354864,250769],[354550,250343],[354078,248880],[353576,248612],[353399,249023],[353150,249143],[353936,249204],[353839,249305],[351792,248002],[352030,248204],[352495,248477],[351978,248412],[350741,249438],[351595,249508],[351288,249769],[351158,249397],[349121,248027],[349226,248464],[349304,248869],[349542,248708],[355832,255748],[355657,256001],[355565,256019],[356150,255926],[356625,255920],[356666,255916],[356337,253045],[356374,253109],[355440,250826],[355531,250806],[355810,251988],[355906,252088],[355669,251379],[356041,251686],[356065,251605],[356348,249417],[356360,249754],[355886,249874],[358391,254893],[358098,255168],[357896,248471],[357824,248931],[349605,245690],[350136,246111],[350092,246661],[350440,245655],[345823,250960],[348017,254782],[347714,254392],[348546,254694],[353938,255945],[349476,251472],[350137,251324],[350428,251501],[350920,251683],[351589,251080],[348651,249526],[348097,249484],[347974,250264],[347941,250688],[347917,250995],[357375,247183],[357379,247482],[357744,247814],[356113,249754],[356074,250291],[352936,255612],[347485,248457],[347499,248353],[348872,247550],[346864,248797],[346937,248717],[347378,249125],[348179,249871],[348424,250087],[353438,247021],[353438,247021],[353244,247028],[355719,252740],[355286,252212],[353616,251423],[353396,251923],[351642,251848],[350429,251599],[350483,252204],[351938,253095],[352479,253544],[352740,253052],[353485,253316],[353500,254378],[355945,255754],[354509,254854],[352793,254289],[352778,254409],[352227,251268],[353496,250811],[353678,250284],[354466,250737],[351222,249596],[351372,249340],[352133,249170],[351447,250200],[350784,251343],[350119,251101],[350049,252255],[351137,252925],[350008,249458],[349862,248769],[349040,248567],[349261,249622],[348990,250329],[348441,250450],[349382,250672],[351320,249957],[353095,249323],[353449,249219],[354257,250846],[353778,251627],[354338,252350],[354771,252436],[355149,253076],[354271,254398],[358372,255048],[358337,254774],[357809,255050],[358056,255047],[358035,248520],[357747,248659],[357854,249123],[358037,249100],[349519,245415],[349730,245717],[350026,246456],[350167,246221],[350431,246788],[350534,246734],[350660,245696],[350688,245424],[345959,251023],[345855,250639],[347457,254842],[347755,254161],[347587,254158],[348610,254698],[348259,254463],[353810,255900],[357931,251038],[357647,251220],[357818,250942],[357869,251315],[357898,251381],[357871,251660],[358095,255426],[357863,248177],[357949,249043],[349551,245491],[349772,246329],[350239,246917],[350737,245454],[347527,254860],[347792,254579],[348767,254911],[358387,254839],[358387,254646],[357792,255350],[357849,254964],[357570,248175],[358061,248262],[357890,248867],[357721,249071],[349191,245258],[349744,245637],[350027,246046],[349906,246086],[350355,246693],[350095,246912],[350313,245576],[350422,245838],[345819,250489],[347754,254913],[347446,254764],[347748,254253],[347852,254259],[348541,254824],[348394,255062],[354017,256034],[348839,15931],[356315,256324],[355087,257748],[354487,257107],[354377,256600],[355046,257321],[354622,257451],[354147,257385],[354376,257464],[354667,256294],[354273,256679],[353924,256274],[354747,257552],[354558,257342],[354715,256765],[354294,256372],[354628,257591],[354156,257177],[354542,256875],[353962,256242],[354789,257520],[355089,257684],[354179,257158],[354487,257150],[354691,256429],[354334,256295],[353840,256454],[355383,273919],[355206,274271],[355800,274105],[355768,273868],[355569,274186],[355600,273903],[355452,274090],[355997,273957],[355237,274185],[355618,273570],[355300,273808],[355627,274098],[355536,273723],[355718,273955],[345628,285316],[345750,285343],[345615,285185],[346279,285415],[345940,285419],[345613,285086],[345730,285289],[346191,285271],[345972,285233],[345624,285526],[345723,285387],[347749,305843],[348551,303997],[347465,303739],[350570,307113],[346091,302347],[348495,303947],[347952,304145],[350538,307036],[345881,302885],[347688,305515],[348406,304153],[350422,306985],[346286,302285],[347744,305582],[347301,303830],[348639,304192],[348346,304084],[349644,306761],[345611,303311],[346049,302765],[347629,305197],[348928,304573],[347934,304573],[349917,307354],[346011,303843],[346016,302776],[347533,305007],[347593,304420],[349951,306978],[345914,302409],[351244,343006],[354487,342451],[354467,342317],[354383,342067],[352257,340366],[358132,345367],[352340,341155],[351709,339077],[353230,341693],[352093,341049],[351802,339676],[351933,339794],[351748,339346],[352783,341488],[351494,340207],[352854,342075],[351836,341092],[352299,340442],[351337,338785],[351592,339576],[351566,339557],[352494,340219],[353297,341645],[353442,341501],[352551,341462],[352201,340594],[352154,340803],[351457,339260],[351822,339014],[351010,338810],[352163,339843],[358070,345559],[352611,341965],[352033,341323],[351987,340578],[351813,339214],[351486,338741],[351683,339736],[358174,345685],[358258,345442],[350755,339259],[353240,341445],[352635,340599],[352085,339962],[351171,343144],[351359,343118],[351463,343308],[353854,343289],[353805,342990],[353785,342780],[354004,343124],[358251,348091],[355017,349620],[355227,349620],[355145,349870],[352005,347793],[351538,347639],[351525,348058],[350879,346220],[351246,346549],[351475,346529],[351470,346038],[351240,346317],[350333,346527],[356378,346297],[345787,369619],[345823,370469],[345827,369695],[351937,379165],[353176,376523],[353432,376372],[351109,378285],[352019,379114],[348819,380178],[348586,379484],[348761,378624],[349798,379057],[351263,375547],[350229,376131],[348075,372422],[346008,374519],[350288,373736],[350160,374931],[350034,373838],[356190,377194],[358099,375600],[357115,376498],[357537,377447],[358005,373178],[350044,371435],[352970,381728],[355567,380589],[355105,380580],[348148,379556],[348701,380494],[349034,379291],[349176,379032],[351471,375418],[350496,376021],[348054,372790],[348108,372097],[346521,374865],[350472,373337],[349964,373608],[349354,375219],[350137,374958],[349896,373938],[356386,376652],[357359,375179],[357150,376676],[357396,376720],[357217,373502],[349519,371734],[352987,381610],[354765,379956],[354380,380038],[355401,381040],[355039,380341],[348125,378977],[348878,380610],[349589,379371],[351412,375083],[350317,375841],[348917,372745],[348899,372028],[346401,374948],[349741,373454],[349798,375295],[350107,374589],[350324,374044],[355842,376539],[357665,375300],[356797,376384],[356852,377509],[357145,373498],[349274,371790],[353257,382023],[354850,379945],[354190,380508],[355142,381455],[354797,380243],[348111,378733],[348521,380126],[348765,380097],[349355,378471],[349490,378784],[349600,378909],[350543,375362],[350379,376348],[350726,376142],[348780,372273],[348253,372458],[349944,372851],[349432,374825],[349121,374734],[349692,375659],[349840,373723],[350138,373779],[355982,376554],[357010,376097],[357471,375634],[357333,375109],[357723,377338],[357221,377235],[358323,372643],[357951,372934],[358027,373336],[357220,373420],[349720,372047],[350176,371791],[353749,381806],[352929,381728],[354069,379938],[354046,380352],[355668,381368],[354412,380546],[354216,381194],[355365,380965],[355015,380483],[355193,380354],[348669,380193],[348447,380060],[348923,378789],[349210,378736],[349670,378836],[351139,375125],[351167,375629],[350804,375923],[350499,375790],[348484,372622],[348134,372450],[348167,372135],[345798,374644],[345861,374466],[350292,373639],[349676,374678],[349983,373128],[349336,375161],[349234,375679],[350033,374676],[349579,374308],[349903,374264],[355883,376953],[358157,375512],[358133,375675],[356519,376714],[356793,377273],[357044,377265],[358386,372459],[357883,373880],[358060,372854],[357719,373108],[357312,372903],[349705,372109],[349863,372184],[353120,381685],[353052,381861],[354005,380902],[354293,380568],[354999,381202],[355232,380993],[354784,380278],[355236,380754],[358292,457253],[357994,456972],[358262,461381],[358171,461700],[358231,461271],[348602,524926],[346538,524765],[350864,524665],[349553,524473],[350434,524673],[348904,524832],[348902,524996],[348566,524666],[346060,524521],[354211,526814],[355692,527455],[356237,528679],[351604,526246],[354209,526693],[355031,526747],[357810,527231],[352814,527498],[350263,527396],[357789,527728],[358036,529275],[356701,528624],[358057,528682],[351590,525957],[353684,526812],[351919,526401],[347819,526853],[348469,525513],[346398,527032],[348263,526222],[346217,525157],[349540,527238],[346382,527311],[348356,526959],[345603,526098],[350096,526510],[352425,525726],[352573,525422],[351913,526709],[352127,526541],[351610,526839],[354657,528046],[354983,527723],[356159,528026],[356321,527579],[353879,527372],[357288,527482],[352294,526384],[358298,529619],[350884,525189],[348748,525855],[346861,525752],[348115,526007],[348394,526786],[350155,527160],[350816,525839],[352703,526811],[351644,525955],[351122,526616],[354905,528252],[356289,527270],[353765,527768],[355578,528513],[354359,527595],[355039,526632],[356967,527659],[357454,529458],[357289,527564],[357386,529297],[353861,526290],[350682,526241],[354841,527513],[358162,529845],[352765,526839],[353338,525307],[345996,527106],[350596,525241],[349058,525222],[349550,525757],[345756,525313],[348304,525478],[348013,526207],[345624,525616],[346336,526173],[346477,525980],[347110,526573],[348083,527354],[349906,527047],[350772,526856],[352467,525978],[352732,526588],[352587,525447],[352283,526909],[352241,525516],[351160,525917],[350981,526385],[355077,527551],[356372,527914],[356584,527227],[353560,527690],[356581,528055],[355768,526561],[358337,527600],[353808,526522],[357390,528876],[351855,526211],[351755,526975],[348169,525938],[350702,525289],[348662,525031],[349522,526254],[348339,527105],[348807,525859],[345858,526487],[350399,526466],[352850,525329],[352301,526700],[350990,525669],[350852,526042],[354659,528189],[356375,527428],[357966,527056],[358061,530171],[358150,527650],[356313,528121],[351813,526935],[347576,526158],[350044,526266],[345883,525476],[348435,526388],[350608,527796],[350668,526270],[351829,526530],[352662,526626],[351041,525853],[351141,526762],[355130,527844],[356142,528114],[366316,-3875],[367875,-100366],[368969,-101187],[368258,-101228],[361210,161411],[362348,162306],[361585,161998],[361859,161881],[361344,161415],[361313,162298],[362719,169764],[365154,166830],[363823,177308],[364591,167073],[364120,176877],[364657,167432],[363937,177826],[364414,167887],[364669,177255],[364222,167432],[364280,178010],[365134,168028],[363480,178440],[368637,223550],[365980,229120],[369350,229996],[367677,233305],[364063,233073],[362588,238381],[359489,251754],[359341,251496],[359340,252974],[359530,249222],[358975,249018],[358887,248697],[359636,249527],[358804,252710],[358789,253041],[359473,251896],[359435,253295],[358487,254560],[359190,248934],[359725,249519],[359170,252672],[359646,251575],[359470,253073],[359360,249208],[359659,249343],[359247,252857],[359350,251387],[359384,252936],[359363,248683],[359840,249535],[358750,253067],[359750,251900],[359384,251414],[359539,252954],[359845,249759],[359207,248783],[359030,249065],[359620,249654],[359253,252721],[359082,253086],[362399,291471],[363519,294319],[363953,293871],[361141,293232],[360792,292913],[362231,290359],[363343,290987],[362207,291836],[363806,294407],[360406,292546],[361254,290689],[361765,290501],[362937,291572],[361405,291509],[361694,290594],[361449,290995],[364775,294463],[364923,292978],[364362,293358],[362382,293781],[362877,293438],[361687,291581],[364378,294031],[362491,294156],[360818,293098],[362328,290898],[363157,290844],[362576,291975],[364510,294154],[361704,294268],[360585,292760],[361268,290644],[361799,290325],[363125,291573],[362489,291862],[363557,294194],[364072,294364],[362451,294482],[360379,292783],[361453,290309],[361744,290867],[363716,291168],[362552,291374],[364072,294424],[361118,292867],[361232,291019],[361542,291020],[363787,291005],[361923,291418],[361807,291634],[361513,290665],[361689,290830],[361677,291075],[361346,290886],[364833,293961],[364564,293987],[364967,292798],[364755,292905],[364398,292801],[364267,293246],[362955,293763],[362372,294135],[362456,293689],[362759,293456],[361528,291819],[361809,290917],[361167,291049],[364800,293997],[364850,293230],[364502,293160],[362750,293599],[361611,291689],[361985,290862],[361305,291050],[364840,294466],[364537,293059],[362369,293936],[362623,293794],[362024,294509],[361551,291721],[361516,291501],[361809,290815],[361633,290828],[361343,291472],[361484,291250],[364499,294546],[364847,294077],[364704,293341],[364593,293181],[364315,293277],[362806,293770],[362353,293481],[362263,294597],[360626,296247],[362448,294940],[366155,307079],[362842,301377],[361044,295882],[363509,294780],[361773,294784],[365553,306519],[363378,301293],[360812,296268],[365222,306985],[363421,300746],[364463,294625],[361693,294612],[365817,306463],[363449,300579],[361206,296102],[363472,295285],[363924,295175],[361024,295115],[361927,294767],[361794,295348],[361531,295071],[364440,296140],[365780,306307],[363080,301115],[360569,295468],[365451,306749],[363491,301060],[361165,295728],[363454,295258],[363886,294893],[363648,295194],[362153,294641],[360889,294653],[361131,295202],[362314,294623],[361424,294889],[361412,295377],[364192,296620],[364161,296523],[364367,296142],[363924,294817],[363903,294839],[364024,295249],[363452,295147],[362417,294881],[361054,295073],[361766,295286],[361749,295100],[361297,294886],[364502,296579],[364437,296443],[364413,296314],[363758,295316],[361160,294961],[362495,294680],[362338,294663],[361269,294838],[364581,296065],[364183,296328],[363520,295122],[361286,294699],[361813,295306],[361722,295310],[364208,296378],[358527,347947],[358455,373324],[359528,455552],[358858,457018],[359119,456303],[359111,460950],[358754,456349],[358484,457387],[358693,455951],[359314,455869],[358703,457064],[359670,455467],[358754,457046],[359046,461598],[360334,462355],[359802,467986],[359796,467102],[360276,462544],[359126,467740],[359598,467302],[360249,467179],[358692,461266],[360180,462775],[360427,462900],[359820,466696],[359915,462863],[360054,467662],[360274,466924],[360030,462789],[359913,467878],[359420,466540],[369244,499129],[367136,498174],[368192,496345],[368075,498780],[369899,499299],[369927,495866],[367797,496995],[367884,495604],[370706,498859],[369153,496324],[369759,496278],[367664,498335],[367953,495843],[369649,498881],[368449,495525],[364607,510689],[362995,511777],[363476,510333],[361404,511037],[363919,511779],[370793,505965],[362758,508517],[364451,505936],[364403,502782],[362527,507523],[365463,509216],[369213,509487],[370687,507677],[370508,510331],[368367,508938],[368765,511507],[370773,510363],[368429,510376],[369396,509157],[367518,506488],[369531,509100],[369253,509100],[367277,507969],[369614,510360],[367437,508804],[370686,506782],[369786,508079],[370592,508499],[366249,508251],[370787,509644],[369937,510956],[370292,508125],[366788,510879],[365848,507216],[367670,506285],[370290,506014],[367423,508235],[368873,508659],[369817,507495],[367994,511699],[367727,511737],[366427,510971],[366953,512179],[370039,511566],[369692,511061],[366277,508567],[367503,511558],[368304,508148],[368619,509171],[368058,507580],[366057,508935],[364688,509985],[364796,510536],[365023,510831],[365930,510991],[369446,509901],[370080,510308],[365389,509494],[364737,506253],[364808,507026],[365647,510257],[365076,508863],[361749,511857],[366992,511383],[364443,506293],[363695,509249],[365307,506414],[365797,506729],[362533,509743],[369943,499786],[369743,500339],[370088,501319],[370075,504465],[369262,504804],[367443,504683],[368252,505141],[370549,499824],[371102,503909],[370783,499554],[361240,507703],[363039,506383],[362121,517137],[361767,514407],[361933,514321],[359422,513732],[361960,512832],[363001,515228],[361717,516035],[364351,515171],[363653,512494],[362162,514199],[364679,516653],[359260,513841],[365490,515771],[360392,515912],[364612,512343],[363922,515281],[359944,513990],[362949,516892],[360619,515861],[362456,512218],[364040,512570],[364229,512222],[367828,513188],[369590,512549],[367391,513336],[360258,516429],[362765,515086],[361822,516257],[362507,513401],[362688,513681],[360341,514404],[362690,513125],[370152,513347],[369536,512361],[368685,512600],[368968,512356],[368537,512696],[364741,513471],[367458,513104],[367014,517413],[366307,515873],[359854,518059],[359901,518361],[359075,512879],[359480,512726],[360967,512241],[358787,512846],[359745,512359],[368897,531992],[369708,532844],[367919,531562],[361621,530107],[364306,530623],[363949,531989],[366096,530278],[366697,530314],[370420,532666],[368975,532945],[366898,532230],[364094,532134],[362022,531733],[363383,528964],[361410,527955],[369188,529347],[364985,527719],[366222,528065],[359500,528229],[362127,528483],[359106,528802],[358417,528382],[368965,532467],[370674,534009],[367729,531505],[366106,531961],[363925,530633],[365774,530710],[365146,530882],[363892,531153],[362588,531676],[363495,531289],[362050,528556],[359456,528265],[362380,529209],[358926,529904],[359584,529888],[358821,528219],[361189,530672],[361540,530798],[364188,529802],[364894,529671],[366906,530980],[367511,530815],[369873,532077],[369858,532141],[368153,533574],[368529,534063],[366700,533609],[366700,532491],[364266,532856],[364837,532158],[361302,527668],[369345,528880],[368831,530337],[369507,529864],[369371,530340],[361997,528035],[363439,528464],[363829,528665],[364312,528877],[365785,528749],[365272,528759],[359954,527987],[360678,527969],[360362,529342],[359521,529260],[371035,533016],[368914,532425],[368928,531574],[367010,531223],[365551,530523],[367634,531027],[365115,531452],[364112,530995],[361846,529448],[363083,530014],[360941,529194],[358582,530169],[361657,529460],[359687,528615],[362435,530410],[361342,530339],[362905,531842],[361005,530580],[364659,530208],[363780,530606],[364364,532121],[365666,531082],[366603,531412],[371076,532206],[370567,532363],[369368,533921],[368360,533961],[367308,533291],[366235,533563],[363972,532705],[362659,531705],[360044,527969],[363157,529225],[368955,530355],[368580,529533],[369320,530304],[369880,530251],[369949,530196],[362990,528341],[361276,528234],[362827,527668],[363950,528560],[364749,528397],[365576,528399],[366509,529301],[360478,527911],[361815,529234],[360471,528587],[368938,531751],[369759,532985],[367610,530748],[365364,531111],[363307,530734],[361163,527417],[362696,529073],[358920,529721],[361076,529555],[363625,530486],[367118,530775],[369753,532952],[371120,533198],[368756,532722],[367224,532681],[365201,532210],[362379,531428],[363289,529439],[368905,528902],[369743,530098],[363221,527920],[364493,528883],[366329,527961],[359586,527714],[359757,528568],[358411,529567],[369885,532977],[362250,529759],[360694,528906],[361201,529822],[363540,530445],[363966,529255],[365230,530386],[366240,531708],[370644,533687],[368184,533866],[366909,532788],[363980,532342],[362743,530963],[363634,529896],[369204,528855],[363534,528021],[364492,527643],[366034,529243],[359383,528534],[362884,528555],[359676,528388],[359521,540515],[360170,539940],[376118,-24703],[377342,-24902],[383509,247170],[381262,247039],[383264,247732],[383447,247503],[382976,290230],[383354,289955],[383253,290325],[382931,289995],[383087,290338],[383560,290060],[376528,291620],[376798,292113],[376785,292112],[375301,291915],[375519,291679],[375265,290547],[376889,291745],[383681,290182],[383018,290054],[382900,290386],[383193,289991],[382713,290073],[383551,290125],[383059,290209],[383253,290060],[377213,293904],[377466,293517],[377664,293295],[377843,293400],[376369,292443],[375606,292583],[375330,292717],[374875,292738],[375356,292530],[375324,292347],[376547,297632],[377263,296743],[377378,296759],[377516,298815],[377821,298289],[377710,299617],[379270,301573],[374887,383270],[377497,382118],[375064,385584],[382302,409226],[383492,407249],[382944,408625],[381258,409447],[383365,409707],[382592,407238],[383342,409111],[383341,406800],[382432,407606],[381660,409511],[382554,409735],[383820,409724],[382153,409561],[382970,409332],[382511,409070],[383889,407700],[383936,409228],[382980,408581],[383739,408181],[383132,407487],[383340,407767],[381636,409396],[382103,409736],[382433,409384],[382433,409243],[383416,408101],[383895,409173],[382988,407665],[382382,407972],[383942,406694],[381339,409310],[383621,409776],[382786,409444],[383809,408251],[382808,407569],[381105,409543],[382671,409761],[381875,410604],[383992,410747],[383814,412167],[383421,411849],[381879,411105],[381185,411198],[381062,410724],[383350,412805],[381878,411278],[383224,409939],[382048,410404],[381990,409954],[380942,409933],[381129,411901],[383347,411121],[382808,410979],[382042,411413],[381659,410532],[382920,412309],[381426,410355],[380986,410572],[383947,410137],[382999,410594],[382521,412512],[381106,411629],[382927,410447],[382863,410313],[383965,410796],[381633,410158],[382775,410437],[382999,411319],[383465,410993],[383867,411079],[383381,411454],[382262,411101],[382122,410799],[381588,411002],[381392,410712],[380829,410388],[380754,410760],[383761,410335],[381910,412039],[382739,411783],[382540,412690],[383114,412133],[381620,411309],[383616,410158],[383833,410191],[382431,411703],[382624,410296],[383280,412519],[381509,411689],[383360,412602],[383064,411323],[382348,411223],[381181,410448],[382578,412359],[381097,412065],[382998,410287],[374348,463792],[383249,482357],[383630,482978],[383611,483277],[373352,497717],[371432,497759],[372468,498053],[373300,495816],[372389,498441],[373029,497302],[373179,497544],[374967,499329],[373844,498933],[381589,493219],[383115,496918],[383971,495233],[383820,494843],[383446,511749],[383469,510209],[383744,511548],[383306,509907],[383603,511582],[383233,508112],[383015,511462],[381130,509946],[382102,511969],[380519,511290],[381747,512059],[380026,509685],[383913,510600],[383646,506711],[381397,511306],[382378,509557],[383761,506543],[383817,509131],[379956,512167],[381873,510366],[379851,509211],[379853,509213],[377920,509774],[378298,509488],[377336,511123],[376383,509301],[379224,511553],[380120,508790],[380689,511233],[379907,510814],[377401,512168],[381531,511400],[376531,511352],[372761,508477],[372711,508232],[371876,510193],[377332,509275],[371559,511206],[371952,510059],[376770,509952],[377039,509606],[372258,509198],[375332,511747],[372989,508401],[374637,509886],[376749,511932],[371698,511423],[375662,510939],[371313,509874],[373586,511697],[373803,511400],[374816,509755],[371469,508503],[375028,507672],[375725,512057],[375330,508274],[374143,509546],[375268,507568],[371898,510722],[371780,511356],[372744,509226],[372289,511163],[372643,510103],[372946,509681],[373839,511775],[373431,511662],[372782,508428],[372262,509806],[372341,511359],[371428,506968],[373198,507523],[372221,507988],[371953,511882],[371328,507918],[371227,507287],[383574,505348],[383256,505137],[382439,508158],[382753,507326],[382329,507106],[382487,508160],[382070,508581],[374191,508114],[372864,507019],[371833,508631],[372917,506367],[373879,505517],[371303,504739],[375135,499867],[372287,500787],[373896,500935],[373759,499849],[371302,500464],[374168,499934],[371416,501028],[372997,499887],[373419,500565],[373085,499567],[376249,501309],[373146,501183],[373892,502082],[372078,506050],[371459,504116],[371820,512359],[372349,512251],[371236,513577],[373160,512574],[371864,512231],[381057,513033],[372900,512282],[373985,512724],[371617,512639],[379865,513249],[379481,512733],[373026,513537],[371954,513088],[376434,514848],[377465,513937],[376679,512894],[376714,513360],[375734,512702],[374397,514264],[378238,520651],[381356,521358],[381452,521396],[380334,522233],[376778,516271],[376998,516765],[375994,515841],[371870,533304],[371269,532340],[371385,532543],[372108,531824],[373124,532259],[372028,532910],[371893,533188],[372696,532415],[371524,531758],[373633,533487],[373462,533203],[372519,532011],[371281,531741],[373257,532009],[382818,565753],[380219,568050],[381181,566272],[383425,565489],[380034,567442],[382034,566874],[378781,568461],[383330,565001],[380417,567245],[381427,566772],[383442,565373],[380372,568123],[381890,566891],[383668,564957],[380539,568027],[381340,566621],[383201,565067],[380130,568085],[381251,566468],[383267,686016],[382445,685456],[382627,685116],[383974,686071],[383391,685097],[382571,687264],[383859,684879],[383853,682840],[383174,682755],[383116,684016],[383905,683478],[383696,685129],[382488,685049],[383230,686508],[383191,687445],[382765,686860],[383232,686952],[383162,686379],[383080,684937],[383991,684620],[383093,686441],[382803,687276],[383902,687429],[383954,685972],[383525,687246],[383843,683592],[383505,683092],[383299,685092],[383444,682843],[383116,684602],[36618,189517],[36308,189753],[390842,-16065],[390871,-16291],[391972,-16783],[385545,-39651],[386029,-39848],[391022,-52978],[389588,-52741],[395601,-71463],[396286,-73251],[396493,-73647],[393684,-73390],[396066,-71003],[392497,-65977],[395221,-75815],[395673,-71948],[395055,-75859],[396355,-75947],[396531,-75660],[396044,-73469],[396687,-78190],[392201,-78386],[392804,-76787],[391590,-77995],[391721,-77996],[392687,-76994],[392333,-77608],[395066,-78580],[392844,-76901],[391795,-77762],[392498,-77536],[396212,-78700],[395166,-78379],[394913,-78635],[392876,-76692],[395254,-96569],[395619,-102015],[393299,-96263],[393749,-96832],[386769,-105214],[387768,-108833],[393891,166570],[393188,166512],[393852,169085],[393147,168140],[392237,168150],[392709,167564],[390613,168723],[393260,170455],[392544,169059],[393965,167248],[392783,168054],[391009,168167],[392675,169333],[390268,169057],[392130,167962],[393973,169760],[393305,166693],[392381,167313],[392161,168063],[393641,166673],[391781,168450],[393138,169477],[391478,168871],[392484,169880],[391216,169171],[396518,200508],[396180,200509],[386975,231152],[395764,238471],[396237,258808],[396708,258508],[387184,293397],[388375,292609],[387952,292719],[388097,292321],[388375,292191],[386577,290359],[386509,290093],[386379,290154],[385561,289729],[385338,289676],[387501,293111],[387350,293475],[387151,293213],[387212,293070],[390566,294571],[388050,292651],[388410,292148],[388383,292561],[386267,290096],[386549,290321],[386530,290385],[386535,290241],[385599,289789],[385321,290205],[385083,289912],[387207,293027],[388013,292072],[386482,290070],[386467,290197],[385364,290061],[386937,293575],[387930,292522],[388410,292437],[386558,290419],[386464,290228],[385610,290067],[386970,293496],[388305,292212],[386423,290245],[386578,290046],[385296,290138],[387270,293229],[391845,294783],[390701,294928],[390205,294994],[391729,295053],[391558,295050],[390414,294925],[391624,294871],[391913,295045],[390431,294620],[391538,294937],[390595,295068],[391917,294683],[390250,294831],[388143,318491],[387847,318686],[386035,318499],[386341,318751],[384528,314476],[387799,309195],[387351,309424],[387859,309399],[387131,309835],[387977,309209],[388011,309383],[388113,309225],[387642,315133],[387759,315167],[387594,315235],[385632,313228],[385743,313353],[385999,313460],[385564,313176],[386604,313227],[386456,313214],[386584,313117],[386296,316487],[385933,316434],[385823,316169],[385782,316342],[385519,320961],[385570,321718],[385181,321958],[396088,395820],[396165,393795],[395245,395769],[394687,396992],[396151,396220],[396576,394280],[395143,395277],[396363,396032],[396276,394219],[394492,394793],[394865,396824],[396406,396228],[396068,393792],[394871,395514],[394827,396784],[396046,396087],[396343,394203],[394585,395534],[395707,395920],[396622,394036],[395283,394858],[385136,409376],[385545,407663],[384652,406002],[386388,408128],[386956,406015],[385459,403893],[387611,405095],[386139,405273],[385673,405212],[385640,403340],[385933,403392],[385892,401552],[384469,409427],[385048,409114],[386376,409395],[384382,409209],[385056,409001],[385383,408293],[385512,406517],[384758,406726],[385493,407511],[385409,407902],[386070,409231],[384385,409751],[386424,405756],[387678,406062],[386502,404570],[387275,405365],[387198,405401],[386272,405170],[385361,404318],[385602,405113],[385988,403433],[385891,402997],[386349,402191],[386379,402143],[386206,400925],[385972,400825],[384787,406141],[384576,408188],[385239,409696],[384686,409251],[386688,407781],[385224,409549],[384461,407386],[385124,406694],[386185,406754],[386806,408549],[385917,407512],[385842,409198],[385578,409524],[386392,409358],[386263,409404],[386643,409518],[387830,405510],[386880,406419],[385499,404208],[387066,405519],[386739,405408],[385583,405190],[386452,405141],[385685,404980],[385671,404524],[386451,403437],[386488,402618],[386404,402689],[386565,401889],[385773,401625],[385827,401170],[388278,406942],[385110,406509],[384814,405902],[395635,397834],[385029,406118],[386440,407439],[386845,409016],[384701,408598],[385292,408152],[384725,406630],[386101,408103],[387729,405430],[386711,405036],[386899,405164],[385589,405363],[385793,404570],[386074,403235],[386687,402321],[385956,401400],[385041,409145],[384796,408265],[384970,406594],[386842,407719],[386429,408090],[387278,406241],[386707,405090],[387407,404848],[386229,405675],[385461,405015],[385650,403085],[385927,402158],[386607,401763],[394877,397250],[394701,397596],[395041,397154],[394690,397439],[395291,397956],[394952,397571],[395211,397892],[387160,410045],[386449,411554],[386969,411888],[384074,410517],[385865,411441],[385810,411569],[384593,410214],[386345,409984],[387101,410212],[384751,411303],[384627,412201],[384460,411693],[384059,411153],[385619,412349],[385352,412262],[385674,412548],[385842,412741],[386183,413553],[386110,413781],[385874,410447],[386168,411405],[385369,410299],[386620,410201],[384339,410382],[385487,412495],[386066,412832],[385838,413913],[386433,410563],[387115,410940],[384597,410815],[386413,410158],[384136,411851],[385837,412340],[385898,412839],[386262,413631],[385115,413938],[386983,411276],[384021,410631],[385447,411671],[385552,410413],[384024,411420],[386220,409903],[385831,412255],[385608,412539],[386054,413471],[385796,412089],[387082,412275],[385708,411435],[384806,410667],[384774,412268],[384292,411749],[384072,410211],[384071,409930],[385364,412597],[385583,412687],[385612,412957],[385704,413888],[386142,413604],[393831,450004],[386463,485788],[385639,484699],[389842,486102],[389123,486404],[388736,486502],[392088,485351],[391142,485159],[394972,498743],[395164,498161],[387851,488286],[388472,488309],[389575,489398],[388748,488641],[389450,487293],[391043,497768],[390393,498319],[384728,495856],[393535,496597],[396594,497447],[394976,495521],[391291,501498],[387822,512106],[390720,500255],[390813,499726],[387442,511710],[388538,510721],[386415,511716],[385749,511027],[388603,510268],[386375,506279],[387812,510119],[388369,507512],[388966,508690],[387078,509680],[389310,507679],[388091,509589],[387237,508920],[389551,509454],[387236,507705],[387566,506857],[386250,508652],[385879,506770],[389466,509223],[386648,506463],[387893,506783],[386930,508170],[387655,507695],[385635,506255],[388516,508886],[386200,506535],[388246,511184],[385856,510901],[387079,510585],[386075,510927],[389171,510547],[391525,509243],[393136,508933],[390240,503974],[390962,509355],[393231,506283],[388685,505980],[392651,504392],[389213,504145],[390549,506723],[393763,507817],[390090,506246],[393447,504819],[393662,507531],[391534,504804],[394051,504015],[388022,504883],[393840,508391],[393593,504316],[389561,504469],[387965,507812],[393105,503677],[396200,507052],[392758,504842],[393447,506254],[394332,507687],[395995,505859],[391521,506681],[393464,503472],[394886,507442],[390598,508047],[391283,507319],[391580,507032],[390734,507631],[391124,505233],[393615,508164],[396071,506706],[395123,505368],[393421,506892],[390908,507834],[395179,504643],[384268,506734],[384842,507349],[384909,507967],[385710,508345],[384706,510192],[392964,505037],[394672,501286],[395357,501495],[394072,504663],[394953,499771],[395775,501376],[396563,503768],[396237,500748],[395495,500524],[392275,506381],[392897,499649],[391716,501375],[395349,501198],[394835,505625],[395942,502559],[393670,500290],[393119,501708],[393960,501868],[396058,504342],[393934,506971],[395462,507688],[395625,506746],[393420,506429],[395758,506051],[392858,504974],[393734,508168],[394221,509450],[394902,506558],[391705,504697],[395392,506594],[394318,507458],[393624,505315],[394827,504435],[392130,508511],[394064,503621],[390805,511378],[391189,509305],[390052,507785],[392368,509830],[394654,510093],[391047,506922],[392303,509104],[390873,510385],[394369,508926],[392988,509584],[394682,509396],[391699,509643],[393023,506461],[391037,508358],[391331,508164],[394549,511952],[394813,501538],[393161,499966],[392999,500751],[394823,500667],[393205,499962],[396738,508832],[384651,506788],[384190,506263],[384108,506014],[389250,518614],[389747,519130],[388224,513000],[393144,512481],[389704,512458],[394246,512613],[390998,512580],[394838,516985],[394567,516659],[395416,515823],[395880,515312],[396708,513841],[395461,515289],[393807,516671],[394277,517027],[392961,515253],[393183,516407],[394280,515851],[396151,517004],[395951,517883],[396066,517141],[388903,519438],[390747,520640],[388220,519221],[396527,548158],[390525,550048],[390088,557880],[384526,565309],[384329,565749],[384099,565429],[384047,565631],[384486,565399],[384282,565818],[389525,689339],[388829,687206],[390800,686955],[389098,687069],[389095,687535],[390276,688393],[389680,688637],[388925,687922],[389706,689126],[389162,687943],[386855,687060],[386854,687446],[387127,686027],[386456,687247],[387748,688231],[386434,686486],[386149,687906],[387525,686888],[386368,688279],[384076,686691],[384149,686161],[384385,685224],[384118,682689],[385395,684882],[384775,684687],[384626,685125],[384479,682751],[384488,685122],[385202,683209],[384014,683176],[385926,685687],[384719,686590],[386078,685549],[384959,686381],[385941,685629],[384943,686114],[386118,686363],[385554,685669],[385556,687029],[385754,686797],[390480,687914],[391577,688533],[391268,687643],[390822,688854],[391660,688213],[391687,688426],[390883,688023],[391947,687897],[391355,687865],[390760,689047],[389326,688854],[390014,687316],[389671,688964],[388615,688851],[390324,688085],[390845,687121],[388919,689093],[390257,687421],[388643,688039],[386766,686333],[387989,686531],[387418,686341],[387536,686680],[387270,687100],[386901,686200],[387668,686427],[387857,687903],[385870,687501],[386845,685875],[384390,686991],[384413,686432],[384381,685628],[384653,682749],[384098,683576],[384080,683665],[384623,684862],[385871,686976],[385745,685816],[385750,685974],[384754,686470],[385862,686948],[385455,686137],[386136,687062],[385089,686897],[386169,686987],[384678,686127],[390970,687731],[391986,688259],[391637,688187],[391531,688581],[391152,688014],[391635,688219],[391765,688448],[391158,687471],[390975,688036],[391982,687889],[385635,686529],[385304,685905],[389803,687230],[390047,687070],[388549,688428],[384884,686682],[385107,686032],[390520,687579],[384647,685584],[390390,687811],[389325,687752],[384908,683467],[386887,687321],[386598,686441],[386154,686540],[385971,688016],[385878,687627],[386564,687556],[386923,686101],[386624,686440],[387927,686520],[387618,686248],[384358,684691],[384292,687145],[384824,685370],[384451,685332],[385153,684860],[384012,683512],[385331,684803],[386114,685745],[385422,686446],[385367,686748],[384956,686772],[385758,685557],[391310,688310],[390421,688418],[390902,688060],[391895,688924],[391696,688421],[390822,688310],[391250,688208],[390783,687637],[390555,688631],[391682,688524],[401609,-119956],[407247,-123057],[407293,-123295],[407987,-122768],[407931,-124371],[405978,-121592],[405796,-121518],[407021,-121506],[407172,-121421],[406792,-121680],[405569,-120917],[402851,-121607],[407520,-124063],[406968,-121408],[399459,-128540],[399869,-129438],[400152,-129187],[399266,-128509],[398456,-128240],[399013,-128150],[403670,-136548],[403742,-134555],[403290,-136446],[406347,-140279],[403605,-136846],[403450,-135225],[403711,-134831],[403780,-135434],[399829,-128781],[399886,-128515],[399313,-128832],[399973,-128844],[399673,-128884],[399519,-129485],[399629,-129629],[400413,-128675],[399182,-128478],[398643,-128397],[398734,-128197],[402219,-136412],[402791,-136455],[403071,-135176],[399833,-128322],[400224,-128832],[400261,-128910],[399352,-129745],[399557,-129418],[399061,-128214],[399418,-128524],[398458,-128003],[398349,-128362],[409478,-133813],[406849,-134620],[409440,-134155],[409203,-133836],[399701,-128699],[399340,-129208],[400173,-129238],[399234,-128392],[398550,-127927],[406291,-128354],[406335,-134433],[403772,-135117],[399849,-128409],[399117,-128569],[399356,-129364],[399902,-129189],[399534,-128291],[398389,-128227],[405007,-146784],[406106,-145784],[403262,-143480],[402649,-146504],[406024,-145308],[404199,-143190],[404217,-144518],[405166,-142389],[406187,-141329],[403451,-142451],[403034,-141851],[407900,-152571],[408045,-152743],[404060,-146752],[405123,-146522],[406293,-145469],[406640,-145407],[406375,-144165],[405303,-142562],[406036,-141511],[405564,-141850],[405042,-141698],[403827,-144315],[403615,-143386],[404144,-142933],[406467,-144129],[404389,-146486],[403189,-144029],[406581,-146214],[402848,-146730],[402777,-146337],[403932,-147021],[404812,-141540],[407600,-149569],[405289,-141129],[407519,-151037],[406512,-140846],[403144,-140678],[404021,-140665],[406709,-145510],[407654,-152937],[408193,-152481],[406497,-146349],[407436,-149842],[405779,-141166],[407751,-152352],[405816,-142122],[404871,-145952],[406271,-144777],[406994,-164460],[408130,-165145],[404813,-160430],[406120,-161182],[405971,-160582],[408543,-160038],[405542,-161852],[407376,-161800],[408443,-160903],[405702,-155647],[406983,-156908],[407473,-161905],[408710,-162061],[407795,-161212],[407893,-161365],[408067,-161308],[408160,-161809],[406573,-161087],[409343,-165444],[407967,-155494],[408394,-155584],[408096,-155570],[408552,-155514],[407876,-155431],[407347,-157144],[408045,-157753],[408970,-161006],[409040,-157487],[409022,-157611],[409011,-157691],[408843,-157720],[409252,-157755],[407644,-155752],[406307,-161285],[408288,-160177],[405950,-162167],[406301,-159619],[405657,-159655],[408220,-158917],[406336,-160760],[405676,-155416],[407126,-157548],[409262,-165725],[408810,-165544],[407051,-164760],[408293,-165468],[407632,-161864],[407792,-162505],[407906,-161663],[407890,-162312],[408380,-161285],[408051,-162978],[408214,-162423],[408293,-162276],[409549,-166078],[409128,-164374],[409496,-165067],[409227,-158674],[409149,-157869],[408974,-158187],[407403,-157397],[407316,-157815],[407200,-158033],[407164,-158031],[408161,-155082],[408199,-155340],[407925,-154952],[407924,-165287],[408466,-164739],[409598,-164713],[408623,-155307],[407892,-161500],[407383,-161704],[409041,-164578],[409540,-167521],[408279,-167189],[408570,-167578],[407672,-166547],[405075,-176522],[407203,-166737],[408017,-167302],[406429,-176261],[407401,-180717],[405859,-180516],[402698,-34003],[399974,-47833],[403297,-55474],[403590,-55331],[403546,-54251],[401051,-63152],[397315,-63798],[400545,-58262],[399487,-58983],[404157,-73627],[403139,-74319],[404162,-69152],[403454,-69354],[401008,-72261],[405124,-71351],[405265,-71410],[404291,-72008],[397881,-64046],[400079,-73463],[407139,-73396],[407418,-73494],[405049,-71686],[402731,-69737],[401400,-72384],[401203,-72250],[400920,-72182],[405043,-71143],[404385,-73809],[399370,-73494],[399590,-73530],[399882,-73357],[399822,-73559],[402618,-80753],[401428,-77236],[401032,-80706],[402656,-80991],[397105,-78198],[401400,-77008],[401112,-77997],[401238,-77892],[401050,-80398],[402401,-78338],[404729,-76602],[402769,-76661],[397218,-77900],[402958,-81377],[402686,-81270],[400954,-77566],[399936,-106100],[399064,170431],[402397,171071],[399372,170645],[403915,170868],[398652,169827],[399378,170757],[404245,169764],[399318,170070],[402349,169880],[402789,170112],[403149,170574],[399497,170054],[398470,170357],[403389,169467],[398410,169844],[399160,170458],[403554,170216],[402412,169844],[398747,171404],[403738,170285],[399417,170056],[409400,242256],[409385,242103],[407507,243204],[407422,242657],[404124,243390],[404501,242898],[403705,240438],[403672,241678],[403513,241123],[402663,240721],[404766,239869],[404963,240211],[406509,240900],[405925,240227],[402559,242922],[401823,242182],[402540,242028],[402891,240554],[404441,240344],[404117,240858],[403863,240131],[403994,242186],[404363,242568],[403911,243152],[403430,243194],[403816,242581],[404007,242349],[406167,242857],[407292,242571],[408490,243359],[404895,243038],[404516,243288],[403882,241594],[405069,240380],[406626,241016],[402600,243133],[402419,242623],[402019,241267],[403752,240596],[403663,240103],[403663,243116],[403440,242054],[405999,243348],[407522,242170],[405075,243098],[403065,243013],[403778,241528],[404483,240191],[406535,240098],[401780,242452],[402930,240710],[404068,240551],[403647,240481],[404100,242683],[403887,242571],[406668,243393],[407716,243204],[405391,243364],[404221,240314],[404016,239541],[404438,242688],[404383,242859],[403162,243129],[404082,241169],[403953,241381],[404270,239683],[402894,240822],[402597,241479],[404721,240308],[404777,239541],[405671,240205],[405841,240623],[406730,240804],[405963,240525],[402116,243057],[402739,242842],[402021,242189],[401621,242233],[404187,242316],[403671,243316],[403521,242793],[403125,242436],[402437,239703],[402396,239187],[402553,238806],[405408,242615],[400912,243143],[404939,243028],[404830,243280],[403118,243388],[404079,241924],[402226,241052],[405195,239604],[406180,240020],[406882,240966],[402660,242926],[402196,242017],[404325,240532],[403697,240194],[404240,242253],[403866,242798],[403110,242379],[405887,243004],[407403,245888],[407528,245557],[407490,245355],[407573,245203],[407426,245839],[408913,243854],[406116,245634],[407726,246049],[407811,245876],[408645,246107],[407637,245147],[407747,246042],[406205,246273],[407907,245744],[408740,245718],[407552,245355],[408429,243654],[409222,244627],[408635,244954],[408867,244104],[408376,244386],[408401,243553],[406126,245271],[406117,244936],[405477,244703],[405584,244475],[404276,243434],[406011,243736],[405915,243676],[405214,243481],[404503,243593],[407269,244219],[405768,243452],[408221,244711],[408888,244522],[408909,244806],[408072,244596],[408456,244037],[407994,243672],[405909,244856],[403098,243704],[405268,243454],[404693,243748],[403477,243613],[406058,243573],[409077,244460],[407796,243470],[408362,243476],[406711,245247],[406271,244307],[404639,243468],[407852,243991],[407865,245051],[406119,245305],[406010,243956],[403719,243519],[406104,243950],[407714,243553],[408711,244383],[408593,243841],[407028,244469],[406470,263402],[402722,261218],[402831,261382],[402451,260533],[405376,263060],[405302,264301],[405259,264293],[404486,262671],[403851,262432],[403206,260897],[403124,261209],[402637,260614],[402735,260828],[401858,261294],[408712,268267],[407208,266695],[409586,266015],[406917,267212],[407401,266480],[406702,264694],[408771,264933],[408170,266211],[402215,267059],[398883,259835],[399542,259621],[400091,260529],[403834,265999],[401968,264867],[402279,264101],[402339,267392],[402251,262857],[400962,266368],[400764,262686],[403143,266171],[401320,263762],[399899,263776],[402394,265648],[397856,262179],[399591,259117],[397479,258867],[397783,259782],[398816,259173],[402226,265285],[403630,265696],[404469,265907],[402455,266376],[404607,265272],[399009,261944],[399694,262270],[398915,261011],[398818,261789],[399600,263021],[398667,262478],[400521,260712],[399724,261271],[400766,263107],[400654,260658],[401797,259926],[402299,260387],[402579,260381],[401069,262798],[403900,300864],[405707,303058],[407153,302573],[403040,302198],[402718,303476],[409597,381637],[398307,395931],[398368,396327],[397002,394075],[397982,396040],[398557,396578],[396990,393712],[398277,396184],[398595,396777],[397707,394356],[397090,393909],[398096,395992],[398408,396652],[397912,394883],[397056,394390],[398024,395403],[399025,396818],[397352,394937],[397560,394046],[398667,396083],[398498,396337],[397693,394397],[397135,393853],[397052,398326],[399620,397745],[399425,397697],[399122,397275],[399594,397871],[398991,397145],[399108,397281],[409391,417840],[409201,417912],[409328,417612],[409353,417540],[408988,417742],[408967,432038],[408821,432193],[409193,432635],[408820,432341],[409299,431947],[409541,432864],[409455,431804],[408747,432964],[409574,432283],[409599,432589],[399784,450474],[398483,474755],[396933,504667],[397631,502330],[397712,506395],[397739,509214],[397605,502536],[404982,504056],[404642,506764],[401488,502224],[404357,507386],[401881,503795],[401786,500906],[406566,501547],[400712,504465],[400802,504393],[403069,505930],[404812,505661],[406560,502414],[405857,502780],[401911,503357],[406131,503695],[400691,504301],[402342,501505],[403224,505744],[406097,502190],[404012,501711],[398863,508130],[403409,505881],[399753,508245],[403730,506298],[400749,506429],[401863,509049],[400836,506395],[400100,506917],[399637,510275],[400133,510822],[402813,506407],[400726,505752],[404828,507709],[399697,510975],[401493,510805],[399729,510456],[400956,507317],[405108,505227],[404674,507159],[405150,506360],[404148,506213],[407202,505892],[407822,503247],[406110,502859],[406491,502587],[406130,504882],[406263,505341],[397252,509268],[397827,508829],[398675,510229],[398126,509096],[403369,509464],[404543,511705],[401716,511953],[408930,504019],[404720,508684],[404889,508783],[405621,508075],[405662,508356],[409597,503811],[409481,502605],[409440,505145],[408870,504122],[409502,508251],[407726,506716],[408557,505281],[408480,506473],[408243,508638],[408060,509132],[408813,506959],[397475,514726],[408119,519201],[405409,519663],[408060,518516],[405470,519307],[406091,515208],[404468,516108],[404615,519512],[408530,518719],[404742,516061],[405058,516630],[403827,518358],[407419,516548],[408168,519581],[407391,518307],[408449,519267],[405415,515809],[405853,517900],[409387,518448],[407102,514975],[402710,571786],[407982,575565],[407203,574745],[406128,574123],[406024,574409],[405869,574074],[404244,573545],[401895,571749],[401639,571748],[409180,576123],[409311,575577],[406502,574425],[407719,575311],[406947,575067],[406531,575765],[407513,575847],[406006,575224],[405043,574348],[405509,573536],[404473,572890],[405251,572597],[403008,574213],[403134,572531],[402654,573157],[402366,572025],[401904,572057],[409334,575811],[406771,575346],[406844,575463],[407732,576185],[406144,574174],[405620,574860],[405460,574427],[403879,574092],[405218,573329],[403004,574019],[402072,573608],[401685,572584],[407558,575499],[405803,575427],[405585,574961],[403956,573116],[403110,572874],[401415,571347],[409038,576188],[407410,575769],[406155,573975],[407994,576177],[404954,572773],[402398,574101],[403021,573685],[409065,577532],[407940,577048],[408701,577455],[409513,577331],[408841,576613],[408437,576368],[408981,577807],[407831,576408],[409573,577627],[409505,621591],[408794,620142],[409107,617231],[408945,618135],[408872,619816],[409385,616827],[409490,618299],[408780,618431],[409048,617818],[409076,618184],[409392,619688],[408961,620301],[409416,620250],[408934,617522],[408608,619106],[408698,619203],[409273,617722],[408651,617936],[408585,617755],[408340,618538],[409594,620034],[409086,620991],[408993,620185],[408912,616861],[408771,617800],[409510,619616],[409019,620131],[408764,617758],[409235,619885],[409010,620573],[410185,-140154],[409707,-134102],[410213,-139712],[410489,-142092],[409878,-141526],[411238,-142173],[410681,-141833],[409999,-141256],[409946,-140628],[410204,-141750],[411082,-164604],[410771,-164417],[409646,-160984],[409703,-161159],[410948,-164740],[410344,-166136],[411335,-169982],[410999,-171884],[410871,-170547],[411517,-171901],[411240,-170376],[411851,-169357],[412119,-168995],[411787,-169055],[411241,-168846],[410776,-168060],[411360,-167996],[410420,-167425],[410711,-167684],[411563,-167578],[411656,-167757],[411003,-167652],[411306,-166892],[409835,-167165],[411407,-166228],[410413,-167114],[410192,-166717],[410860,-169964],[410146,-170132],[411041,-169273],[411013,-167953],[411672,-169475],[410520,-170445],[420751,-187415],[421159,-186517],[421186,-186694],[422058,-186036],[421114,-186200],[418562,189364],[420610,190330],[418451,189436],[420978,191727],[418373,188901],[421178,191276],[417886,190167],[421364,190988],[418325,189532],[420351,190236],[417613,189397],[420268,190550],[417806,227352],[419882,228022],[422100,229770],[421817,227275],[422092,229107],[417389,228567],[417942,226855],[418860,227354],[416783,228928],[419987,227335],[419626,229680],[419701,227927],[420100,228288],[419460,228696],[419753,228929],[420043,230177],[420545,226391],[421431,227084],[422065,227969],[421108,228665],[421216,229820],[422319,228984],[420932,228538],[419995,224879],[420971,226378],[420014,229983],[420034,228620],[420663,229783],[420984,230216],[421731,229388],[422299,227883],[420702,228404],[420687,228017],[420710,228855],[421579,229428],[421508,229401],[418421,227073],[419616,227165],[418197,229233],[418927,228485],[419396,227362],[419276,226779],[419329,226809],[417938,225757],[417875,225533],[418763,226484],[418393,225711],[420607,225713],[419976,225643],[420281,224601],[421103,225339],[421557,225194],[421979,226625],[422184,225827],[419829,226705],[420452,230181],[421816,228440],[420759,227678],[421055,229219],[422364,229166],[422197,225717],[420890,226649],[420345,229427],[419932,228798],[420717,230386],[421796,229326],[422180,227541],[422271,227641],[420737,228118],[420880,229071],[421808,228971],[418775,229225],[418872,228060],[419021,227958],[418453,226510],[417227,226155],[419037,225838],[419208,226557],[420576,225494],[419976,225220],[421700,224901],[422159,226208],[419815,230565],[417596,227908],[417569,227053],[420524,227583],[422213,228224],[422165,230429],[419811,229736],[422295,224933],[417710,227739],[418181,226982],[417512,227503],[421108,227612],[421634,227692],[419385,228423],[420620,229013],[422314,227630],[421986,228217],[421439,228494],[420976,228883],[421515,229486],[422220,229834],[420787,226608],[419289,226251],[419947,229032],[420415,230175],[419625,229957],[419824,229325],[420666,230207],[421230,230213],[420928,228594],[421919,229513],[421751,229566],[422234,227827],[421097,228068],[420746,228219],[421769,229198],[421687,229362],[418302,227403],[418093,228518],[418613,228789],[419366,227753],[419683,227165],[419286,226974],[418994,226968],[418538,226866],[419157,226430],[417433,226222],[417938,225795],[418686,226403],[418715,226280],[420421,225858],[419781,226668],[420236,225550],[419858,224607],[421152,224951],[420911,224683],[421490,226465],[421827,225851],[422070,227228],[420737,229771],[419893,227889],[421975,230052],[422398,229142],[421297,229734],[421372,226396],[421895,225077],[422311,224976],[420632,226303],[420375,229192],[420123,229128],[420824,229979],[421001,228576],[421039,229077],[421683,229122],[418528,227316],[418349,229143],[419134,228713],[419481,227227],[418772,227254],[419231,226701],[417858,226018],[419039,226003],[419854,225855],[419859,225492],[421055,224747],[421538,225862],[419108,228698],[421566,227285],[419687,227443],[421347,229663],[419308,229196],[420676,226267],[420179,226154],[418947,228325],[419323,228533],[418900,228766],[417097,226793],[417931,227383],[417600,227859],[417945,226670],[415468,226419],[418242,227016],[417336,227027],[415802,226243],[416573,228757],[417979,229026],[415348,225100],[419991,226523],[421335,227327],[420737,229573],[421288,228553],[420541,226771],[419782,230064],[419281,229429],[421405,229993],[421983,229826],[422224,228045],[422225,227738],[420799,228418],[421025,228857],[421315,229419],[418444,226945],[418411,228414],[419359,228753],[419296,227459],[418918,227304],[418320,226845],[417670,225469],[418507,225499],[419449,226637],[419796,225654],[420108,224914],[421199,224983],[421781,226441],[420603,231709],[421222,231986],[420393,232259],[421478,232230],[421865,232075],[420995,232354],[420574,232250],[414476,242188],[416110,243227],[422066,231030],[413453,243236],[413893,242352],[413871,242916],[412779,242117],[412371,241489],[412605,241003],[413468,241856],[413495,241104],[413560,240705],[413776,240046],[413960,240083],[415557,243226],[413913,242787],[412294,241085],[412617,241761],[413031,240767],[415179,241442],[413521,240359],[414237,240122],[413712,243357],[415066,242166],[414145,242867],[412348,242009],[412571,240976],[412714,241553],[415562,241425],[413076,240149],[413660,239434],[419806,230992],[419852,231611],[420593,231960],[421235,232514],[421037,231473],[420573,232105],[420459,231996],[421070,232129],[421327,231392],[421257,231082],[415640,242568],[413029,243351],[414149,241153],[412039,241542],[420450,231006],[421392,231649],[421626,232281],[420938,232003],[420585,231616],[421488,232366],[420463,232099],[421548,232045],[420750,232085],[420735,232337],[420060,231285],[411957,241380],[412260,243194],[412298,240739],[415678,242404],[414485,241026],[412629,242515],[413537,242281],[416262,242938],[414018,242843],[412373,242130],[413985,242796],[412362,241085],[413407,241750],[415329,241770],[415297,242375],[413304,242760],[412891,240233],[413732,240783],[413359,240345],[413542,239854],[413697,242576],[413251,239812],[413054,241713],[413728,239635],[412804,243528],[414161,244367],[415249,246953],[415356,246242],[415564,247284],[414986,247900],[415490,246665],[416475,244870],[416207,244687],[416451,243638],[414330,246129],[413819,245118],[415246,246175],[415043,244780],[414956,245117],[416114,247036],[415120,248455],[417290,248054],[417039,248163],[415596,248104],[414478,245705],[415088,245974],[415519,245431],[415574,245887],[414808,244678],[415319,244739],[413543,244730],[413364,243723],[413799,243608],[417235,245714],[417216,246147],[416436,246504],[416533,247282],[410661,246163],[411826,246262],[411203,245875],[410979,245995],[410400,246121],[410411,246276],[410038,245459],[409644,246087],[411358,246330],[411884,245432],[411954,246228],[417190,247914],[415087,247957],[414674,244216],[414682,245292],[415479,245046],[414134,244273],[413073,243757],[417166,245718],[416329,245464],[416394,247030],[410485,246440],[410357,246204],[411719,246285],[411557,245328],[415187,245373],[416266,243809],[416887,248623],[416075,246693],[415359,248456],[415940,245651],[414136,243977],[413549,243725],[417678,246468],[416070,244508],[410722,246258],[409679,245910],[411803,246535],[411288,245872],[415951,244874],[415107,244988],[415329,247305],[414141,243526],[415865,247577],[413784,243443],[415606,243657],[417277,247981],[416063,246200],[416099,246871],[416150,244708],[417248,246120],[416763,247108],[413550,245020],[413062,244832],[413037,245053],[412907,244830],[420958,255877],[419260,255859],[420297,255421],[417687,255437],[421018,255333],[420447,254804],[420479,254292],[414052,248216],[414041,246361],[415357,244389],[413014,243509],[414429,244385],[416237,244966],[416166,247543],[417300,247569],[414316,248833],[417890,248056],[414351,248716],[416326,248632],[414981,246232],[415731,243476],[414761,245125],[413746,245577],[414833,246224],[414932,246267],[414067,245436],[413545,245128],[416792,248734],[417365,248014],[415917,248506],[415343,248117],[413895,243584],[414673,246111],[413788,244882],[414714,243820],[414839,245396],[415986,245783],[415550,244938],[417829,246003],[415727,245872],[413877,244827],[414041,244078],[412933,243803],[413230,243545],[417718,245728],[416122,245276],[416363,246532],[416639,246408],[416407,247143],[410281,246378],[410389,246298],[410073,245698],[409746,245938],[411198,246373],[411903,246783],[411755,246555],[411550,245791],[411966,245541],[416071,243698],[415960,248459],[417155,247940],[413942,243584],[414313,243726],[415295,246072],[414756,244814],[415333,245332],[414200,243963],[413724,243485],[417898,246387],[416699,245387],[416727,247121],[416141,247591],[410282,245503],[411778,247061],[411503,245382],[419323,261664],[418620,261358],[418859,261586],[419674,260611],[419637,260632],[418175,262173],[416088,265928],[418200,261313],[417994,257267],[419321,256385],[418297,256560],[418503,260305],[415722,265362],[415198,263217],[417069,264005],[418033,265832],[415165,263103],[417193,263526],[418480,264295],[416046,264508],[416547,264132],[419439,261639],[418634,264209],[422176,358109],[421858,358454],[421486,357864],[421629,358122],[421102,358119],[415409,360546],[415173,363007],[417578,363073],[419007,359698],[414428,361392],[414423,361788],[417049,362705],[417711,363072],[415976,361087],[415317,361827],[416288,361612],[417177,363165],[415992,360884],[415543,362015],[416431,362817],[419020,359966],[416712,361518],[417988,360889],[418218,362207],[416749,362358],[418775,362125],[416769,360620],[416741,361420],[418364,361360],[420708,359715],[421022,358813],[421266,358804],[421839,359657],[421340,359256],[421289,358961],[421649,359480],[420912,359311],[421294,358718],[416002,362274],[415716,363037],[414626,361214],[415727,360807],[416847,360168],[415162,363081],[416907,363687],[417436,363247],[415035,362057],[415290,363881],[417191,362947],[415565,364075],[418298,359850],[415287,363069],[415395,361131],[415288,362477],[418441,359749],[419431,359406],[417525,361259],[416551,361136],[418019,361451],[417873,360305],[417825,360997],[417887,361952],[418970,361460],[420695,359498],[421181,359924],[421360,359821],[414840,360107],[414841,360340],[414439,362930],[416368,363146],[415737,362380],[416138,362107],[415557,360895],[416777,362092],[416226,362890],[417265,363241],[417305,362386],[417614,359803],[417880,362201],[418318,360991],[417069,360144],[417806,360857],[418579,361323],[418484,359864],[416614,360118],[418545,361066],[418245,361645],[420597,359800],[422175,360276],[422199,359797],[421096,359244],[421916,359273],[413151,382596],[413482,382915],[411045,381086],[410141,381133],[410529,382701],[409835,381577],[411194,382949],[412715,382972],[414001,383186],[413555,383528],[413268,382459],[411675,383416],[412748,383338],[413967,382251],[413433,382564],[412811,383216],[414018,383431],[411312,381709],[411669,381846],[411840,382746],[413572,382776],[411230,381913],[410918,381801],[411882,381654],[411218,382011],[411013,381707],[413689,382480],[413585,382622],[413934,382225],[413143,382719],[411186,381468],[411901,382513],[413737,383380],[411658,382437],[410048,382540],[413417,383659],[411251,381124],[412914,382932],[413297,383322],[410983,381874],[411306,381658],[413016,383776],[411535,381407],[411846,381931],[411571,381655],[412574,382746],[411071,381430],[411620,382047],[411959,381582],[412742,383308],[412917,382592],[411394,381338],[411053,382009],[410311,382466],[410755,382868],[413463,382819],[413033,382606],[414356,382670],[414529,383260],[412267,383048],[411064,381456],[411748,382444],[412662,382453],[411454,382276],[412176,382723],[412048,416812],[414192,417502],[414641,419136],[414870,418518],[413110,419777],[413391,420933],[412516,421242],[409629,417197],[412285,417615],[413973,417474],[415439,419179],[414486,418367],[413653,420350],[412714,420927],[413150,421584],[412130,416869],[413914,418024],[415403,418602],[415168,418255],[413604,419725],[412676,420428],[412660,421469],[411733,422468],[412374,417166],[413502,417396],[415201,418585],[414211,418343],[413604,419835],[413379,420776],[413086,421399],[412264,417711],[414122,417640],[414609,419256],[414301,418332],[412787,420952],[412260,421875],[412217,417749],[414181,417890],[415228,418316],[414217,418776],[412917,419657],[412964,420425],[412583,421728],[410948,422979],[410154,433421],[410822,432994],[409735,431701],[411418,422981],[411170,423127],[411295,423008],[411587,422744],[410151,432725],[409779,432946],[410211,433272],[410367,431781],[410284,432327],[410656,433272],[409877,432741],[409988,433775],[410944,432376],[410018,431744],[409662,431789],[409637,432580],[410264,431804],[410862,432595],[410306,433623],[410541,433627],[410737,432869],[410305,433397],[410865,432734],[410159,431697],[409778,431975],[418646,444994],[417169,452476],[414811,448341],[418629,475896],[417114,477466],[418533,476058],[415606,476078],[418354,479202],[414742,478262],[418315,478823],[416513,479433],[417954,479226],[415385,477678],[417733,476915],[415926,477429],[416967,478170],[416788,478141],[416159,475962],[415870,476382],[418057,476814],[414813,476514],[418460,476776],[416724,478448],[416518,478282],[416335,478973],[418260,479545],[415348,478913],[415847,477709],[417564,476226],[415092,478586],[417582,478396],[415429,477731],[414733,476793],[409885,508026],[410389,503397],[410589,502822],[409852,506207],[410505,503365],[410383,506346],[410608,504834],[409963,503652],[411655,507208],[410901,506299],[409871,508912],[411410,507747],[411232,506386],[410611,503140],[409933,511742],[411088,511346],[410885,509489],[411785,509525],[412433,511580],[411248,510691],[414504,511877],[411826,509402],[410949,510345],[412031,509800],[412001,509417],[412573,515641],[414865,513467],[410938,513382],[412333,514543],[413718,512347],[411248,513526],[412713,512614],[415725,515031],[411925,514735],[409649,517579],[410468,537758],[410489,537465],[409791,537698],[410789,537515],[410436,537250],[409775,537675],[410834,537101],[410266,537621],[410186,538356],[410808,538143],[410151,538415],[410324,538529],[411292,537856],[410670,538576],[419859,563279],[420109,563246],[420072,562961],[420686,563105],[420388,574503],[420749,575567],[419149,575360],[419498,574607],[420405,574790],[418212,573536],[419320,575359],[419574,575453],[419943,575139],[418965,573720],[419622,575150],[420392,574803],[418195,573753],[419713,574888],[420117,575668],[419893,575204],[420660,575609],[418741,573645],[419076,573414],[420177,571450],[421972,570507],[421465,570931],[419339,570723],[420526,564399],[420146,564205],[418536,573029],[419700,571178],[421159,571543],[421812,570879],[421200,570882],[419784,570856],[420281,563894],[420143,564004],[420048,571330],[421844,571153],[421078,571131],[419375,570793],[420113,563503],[419298,564413],[421432,570952],[420042,571019],[418995,570439],[420772,563454],[420681,564250],[419240,564141],[419851,571563],[421445,571386],[421082,570363],[421535,570595],[419598,570739],[420296,564085],[419619,563975],[421178,570326],[420945,570423],[419590,570428],[420501,563637],[419592,564103],[411091,578992],[411282,579158],[410216,577343],[418329,586546],[412481,584894],[417007,585565],[416601,585800],[413532,585252],[414477,585651],[417790,587601],[416144,587082],[417436,586321],[418723,588983],[417215,587857],[418274,588736],[414405,583963],[414645,586033],[413994,586322],[412828,585328],[412940,584268],[413154,584242],[413774,582978],[414036,581428],[413021,581684],[413238,581474],[413687,580582],[413623,581199],[412496,579024],[411734,579270],[409843,577782],[415467,586973],[414545,585588],[414920,584276],[416000,587270],[416857,587967],[417257,588122],[418273,587419],[416838,586362],[415332,585030],[413370,585358],[413334,584208],[412821,581834],[414129,581725],[413766,581437],[412521,579067],[410769,579258],[410625,579291],[409766,578533],[415738,586750],[417382,586768],[416946,587069],[417884,588221],[417849,588773],[418013,588424],[418800,587209],[416302,586469],[414785,583674],[414005,585166],[415568,586208],[415628,585287],[414753,584839],[414103,585335],[414004,585313],[413142,584013],[413595,584232],[413600,582192],[413912,582495],[413749,581654],[412655,580323],[414209,580325],[414018,580922],[412050,578230],[410699,578337],[415140,585771],[416096,586555],[412650,585407],[418089,586729],[413355,583470],[413125,582519],[413736,581622],[413902,580670],[412156,578650],[410832,578343],[415885,586872],[418612,587148],[415610,586800],[414178,585707],[412642,585458],[415960,587319],[418093,588635],[412806,584743],[414279,584921],[412818,584172],[412517,582950],[413390,582689],[412757,581772],[413867,580822],[418111,589304],[420178,592033],[420846,591861],[421034,592168],[420779,593041],[418867,590038],[420293,592617],[421268,593010],[417831,589532],[421579,593005],[418743,589758],[420166,591908],[421413,593032],[417802,589671],[420229,591780],[420691,593471],[409631,617305],[410750,620872],[410091,619494],[411032,617199],[410163,619385],[411670,617438],[411505,619232],[410454,619040],[410069,618263],[409853,617680],[409801,617539],[411090,617809],[411686,620294],[411290,620244],[412324,617267],[410699,617850],[410556,616802],[410074,616691],[412346,616381],[412430,616082],[411061,618788],[410980,620486],[410988,620408],[411920,619613],[410558,620800],[410292,620121],[411469,619303],[410958,619345],[410477,621208],[412262,617032],[411847,617488],[410328,619592],[409791,619072],[410023,618379],[411059,617862],[410135,617281],[410237,617424],[411898,620397],[411038,618084],[410792,616646],[410177,617124],[411816,616716],[411713,617529],[411038,619423],[410587,620105],[410552,620122],[412309,620215],[412203,620590],[410222,620407],[410028,620757],[412258,617420],[410349,619297],[409671,618994],[409693,618608],[409685,617066],[411602,618608],[410603,616907],[412389,616530],[411205,619302],[411215,619969],[411889,620615],[410326,620264],[410231,617886],[410847,621422],[410354,619365],[410162,619134],[410302,618557],[410347,617764],[410110,617441],[410630,617856],[411631,617958],[410071,617042],[412253,616751],[411688,617152],[410631,619076],[411397,619718],[411905,619935],[410315,620571],[411403,617255],[410015,619288],[410665,617633],[411234,618096],[410929,616682],[412106,616249],[411894,617814],[410746,618632],[411132,620548],[411585,619947],[409803,620671],[414793,657803],[414999,658911],[414197,657880],[414739,658679],[414500,659476],[414129,658679],[414206,657130],[414635,657132],[414299,658650],[414031,658574],[414114,657859],[414093,659134],[414197,658585],[415084,657297],[414303,657566],[415642,659311],[415062,656865],[415454,659036],[413983,658937],[415165,658217],[415217,658458],[414144,658140],[414030,657529],[414880,656966],[413976,658532],[413284,668260],[413305,667329],[413806,668539],[411698,670078],[413288,667171],[413612,667738],[413239,667887],[414005,667895],[413862,667426],[413436,667693],[413996,666501],[413327,667664],[414173,666034],[413208,668115],[413384,667753],[413593,666784],[413767,667408],[414635,666405],[414782,667213],[414011,666553],[413639,668747],[413419,669876],[413871,669352],[412839,668812],[413753,668930],[413084,668477],[414036,668119],[414006,667751],[414597,668072],[414462,668985],[414837,668758],[414350,668244],[414113,666690],[413550,667919],[413879,669123],[414087,667148],[414151,667979],[413825,667728],[413495,668662],[413584,667585],[413822,667650],[414105,668021],[413790,667325],[413516,667253],[413448,667986],[414152,666748],[413713,666687],[414267,669609],[413896,668637],[414084,668223],[413313,668126],[413660,668067],[412840,668660],[413996,669124],[413993,669171],[412860,667471],[413737,668640],[413823,667054],[413874,668807],[412564,668816],[413766,669155],[413837,669589],[413244,668548],[412882,669770],[413598,669796],[413558,668647],[413862,668665],[413650,668574],[413916,668301],[414814,668254],[414646,668341],[413474,668403],[413524,668499],[413684,667474],[413806,667172],[413465,668022],[414162,668103],[413204,667544],[414013,667316],[414045,668865],[413241,668181],[413630,668013],[413363,667254],[413846,669080],[414003,667892],[413915,667528],[413429,667354],[413808,667131],[413429,666913],[413431,668557],[413504,666925],[413078,667361],[412909,667803],[413833,667268],[414425,667149],[412863,668701],[412671,667284],[413134,669206],[413259,668928],[413723,669637],[412933,669663],[413777,668513],[412933,668780],[412920,669724],[413897,668957],[413397,668260],[414278,667796],[414768,668021],[413963,668777],[413493,668410],[413531,668262],[431754,-191652],[432099,-191741],[431943,-191589],[432242,-191601],[435151,-193737],[433613,-193744],[432404,-193660],[432418,-192810],[431857,-191996],[432840,-192982],[433694,-193337],[432431,-193663],[432583,-193716],[432347,-192797],[431715,-191852],[432668,-194859],[433935,-193751],[432603,-193047],[432642,-192649],[432948,-193358],[432491,-194854],[433647,-193741],[432849,-193053],[432754,-193690],[432035,-191894],[432288,-192733],[432543,-194851],[433758,-193843],[432863,-192968],[432378,-193018],[432810,-193329],[432154,-192146],[432744,-192626],[432911,-192848],[433889,-193299],[432381,-193642],[425417,229002],[426090,230558],[426249,229829],[424070,228699],[423301,230017],[423030,228932],[424380,230457],[422828,225663],[423350,226782],[424180,226726],[425625,230372],[423086,225994],[425166,229261],[425244,229958],[425566,229416],[424289,229844],[423638,229881],[422728,229327],[422802,227017],[425235,230461],[426967,230393],[431488,226202],[432383,225977],[431982,224538],[432250,224353],[431976,224266],[430702,224232],[430354,224538],[431288,225965],[430107,225243],[431425,223200],[431329,222304],[430558,221290],[432359,221898],[431801,222806],[430464,222346],[432897,221828],[433200,221899],[432222,221032],[431520,221329],[429275,222952],[428831,224420],[429137,224679],[426606,224085],[427282,224506],[428167,224497],[428587,222974],[426903,223183],[428558,222146],[425030,227633],[430377,226619],[430328,226329],[430727,228585],[431179,227172],[427711,222256],[422826,229221],[426274,228976],[423370,230432],[422511,228040],[422604,228123],[425828,228986],[423201,229911],[423975,229786],[423524,229063],[425319,228562],[423014,230050],[424070,228971],[425862,228171],[422823,229910],[422923,229641],[424144,230546],[424953,229262],[423893,226299],[422454,227182],[424269,225527],[423911,225285],[423933,226432],[422510,230545],[424906,228028],[423929,227440],[424493,227027],[425800,229817],[423796,226621],[422852,226739],[423045,226527],[424672,228480],[424272,228914],[424731,229961],[424716,230108],[425619,229528],[424904,229576],[425573,229525],[423831,230228],[423902,230017],[423786,229394],[422596,229427],[422634,227511],[422987,226881],[423204,227003],[425025,230220],[430748,226761],[431719,226576],[432327,225556],[431518,224774],[432062,225930],[431863,225475],[430558,224864],[432290,225810],[432627,225029],[432463,224337],[432168,224240],[431362,223854],[431891,223575],[431144,224506],[430809,225405],[431692,225312],[431135,225604],[430471,224515],[430072,224552],[429797,223480],[430267,223501],[432154,223285],[433552,221674],[433385,222584],[433362,222554],[430357,222246],[430884,220712],[430354,221783],[432349,221769],[431996,223201],[430213,222083],[433147,221967],[433826,221132],[431579,220660],[431399,221463],[429329,222711],[428899,223005],[427107,224036],[427662,224102],[428636,223754],[428716,224547],[429836,224769],[429467,225020],[426235,223583],[428028,223245],[426223,223840],[426817,224470],[427309,223097],[427749,224188],[428626,223605],[426538,223869],[425484,227263],[429807,226650],[429920,226275],[430503,226107],[431060,228660],[430755,228527],[430280,227499],[430888,227671],[425070,227693],[427701,222519],[428274,222813],[426374,229643],[426460,229454],[426221,228589],[426308,229720],[426531,229691],[424584,228194],[424959,230042],[424442,228904],[423440,230448],[425171,228790],[425142,229894],[423550,228298],[424306,230097],[423567,228769],[425715,230197],[423912,228642],[426074,229909],[422424,226814],[422544,228083],[425832,229762],[422429,230019],[422606,228726],[422681,229902],[422549,229725],[425513,229375],[423071,224646],[423025,226756],[424263,225777],[425110,229482],[423430,226530],[423858,227537],[426180,230002],[424544,226644],[422622,226017],[425809,227675],[425216,228511],[423913,230191],[423917,229374],[423545,229574],[422704,229609],[422652,229504],[422462,227226],[423234,227393],[422732,227361],[432023,227553],[430632,228885],[431249,225041],[432095,225179],[432678,225027],[432924,224448],[432147,224525],[432066,224237],[431685,224558],[431308,225076],[431205,224459],[430691,225679],[431105,226223],[430007,224531],[430244,225435],[429868,223703],[433909,221763],[430242,222943],[431070,223160],[432705,222159],[432492,220887],[432342,220673],[432093,221837],[430179,221086],[429925,221760],[433898,221156],[431869,222346],[432423,223119],[431774,222935],[430703,222134],[429923,222707],[429864,221875],[432407,221043],[432114,220730],[432191,221065],[431543,220750],[429349,223151],[429337,222961],[428063,224336],[429022,223216],[428914,223473],[428537,225075],[428741,224747],[429657,225024],[429308,224956],[428626,223503],[426622,224308],[427430,224024],[426790,224824],[427964,224398],[427038,223751],[427259,223585],[425307,227098],[425202,227310],[428064,221860],[430349,226957],[429751,226414],[430097,226005],[430813,228484],[430800,227880],[430411,227228],[427523,221959],[427670,222412],[424935,230238],[422978,230446],[425019,229275],[426120,229790],[423096,228951],[422414,229653],[424213,226482],[423229,224922],[422758,230419],[424742,228283],[424123,226617],[425867,230432],[422635,225968],[424563,230565],[424503,229648],[425841,229536],[424011,229494],[422709,229362],[422700,227545],[423222,227108],[431256,226956],[431872,226191],[432033,225289],[432640,225448],[432499,225178],[432460,224728],[431410,223743],[431562,225775],[431229,225214],[429675,224604],[430383,223706],[431699,223454],[432608,222351],[433108,221731],[430563,221914],[432208,222627],[430969,222402],[430019,222012],[432369,221616],[431974,220893],[428700,224760],[428994,225381],[426327,223843],[427529,224006],[428217,224338],[428189,223343],[427322,223654],[424929,227043],[427585,222782],[429982,227008],[430351,226096],[430099,228602],[430709,228058],[427869,222634],[422500,226686],[426365,230078],[425374,229251],[425029,228225],[425298,230509],[424662,229031],[424646,229046],[424468,229818],[422958,229653],[424215,229575],[423847,229767],[425461,230186],[424206,230002],[422528,226502],[422823,228342],[425149,229345],[424136,229515],[423181,229779],[423098,229550],[422762,230545],[423247,225616],[424488,228058],[424635,227597],[423021,225871],[424008,227217],[425323,230175],[425607,227827],[424907,229873],[425438,229341],[424267,230101],[424025,229807],[422888,229586],[422932,227057],[430847,226712],[432434,226599],[432021,225797],[432889,226152],[432159,225852],[433025,224504],[431883,224533],[430461,224223],[430320,224528],[430863,225550],[429916,225402],[430273,223701],[430598,223514],[431382,223089],[433522,221587],[431141,220640],[432265,222218],[431622,222732],[430875,222102],[429944,221995],[433242,222290],[431903,221529],[429379,222977],[428504,223792],[428785,224704],[429296,224809],[428469,224097],[428123,223354],[426696,223743],[428558,222565],[428673,222398],[425188,227438],[429505,226898],[430022,225828],[431065,229137],[430708,227661],[427486,221961],[423257,231295],[423358,231394],[423067,230604],[424545,231533],[425197,231575],[425408,230994],[422469,231061],[424939,230955],[424859,230956],[425441,230746],[425077,230713],[426916,230895],[427175,230802],[426348,231665],[426217,231084],[425934,231853],[426040,231681],[425816,232245],[425427,232175],[423911,230661],[424219,231408],[422618,231288],[424510,230791],[426159,231293],[425952,231733],[425501,231979],[423317,231627],[425959,230898],[423553,231657],[427309,230852],[423872,230723],[424017,231070],[425515,230860],[425380,231195],[422832,230660],[425006,230808],[424653,230702],[425120,230714],[427090,230712],[426446,231377],[426507,231294],[426050,231826],[426261,232110],[425522,232120],[425777,232301],[425138,230934],[426852,230942],[426560,231119],[425559,232050],[425517,230642],[422906,231226],[426508,231914],[426528,230691],[424378,230649],[424131,231772],[424978,231411],[425103,230833],[424774,231088],[425214,230714],[427055,230697],[426498,231574],[426286,232204],[425806,232196],[425005,294212],[425656,295714],[425390,295236],[424780,294605],[434530,308771],[434783,308733],[434837,307879],[423130,358352],[422912,358335],[422453,357785],[423031,358101],[423623,357964],[423530,357997],[422981,358140],[422479,357967],[423517,357863],[422832,358346],[429992,363763],[433655,364419],[430290,360099],[433370,360520],[432531,360253],[433573,360543],[432414,358949],[432286,362971],[432647,362047],[433784,360836],[432193,362118],[433659,361914],[434557,360950],[432887,361103],[433151,360929],[432631,362925],[433154,362515],[434885,369685],[435130,369531],[434806,369928],[434995,370246],[434929,366587],[434014,366697],[434905,367262],[433780,366410],[434007,365951],[435184,366930],[434773,365886],[434977,366495],[434445,366293],[433454,364045],[433739,363793],[433987,362630],[433850,363275],[433497,363233],[433051,363578],[433058,363460],[432791,363607],[433701,363112],[434225,363359],[423581,359267],[428125,364598],[428800,364810],[428936,364450],[427702,364611],[428425,363700],[427214,363842],[426828,364380],[428219,365302],[427497,363838],[427242,363184],[427565,360781],[427097,360928],[425784,362850],[425731,362965],[426216,361324],[425794,362786],[427722,361347],[427010,361086],[427930,362159],[432151,361276],[432324,359242],[434223,362544],[434691,365978],[429754,365188],[433499,360661],[435158,366239],[435087,367134],[434589,366032],[432552,361293],[434654,366593],[432479,362875],[433063,361043],[434885,366374],[434203,360844],[434290,362143],[432896,360948],[432621,361618],[434761,370081],[435061,370406],[433893,371304],[434959,370004],[434579,366460],[434307,366196],[433983,366803],[434123,366636],[433655,363156],[434122,364054],[433512,363842],[433997,363431],[433526,363832],[432840,363140],[434148,363659],[433502,362651],[434253,363222],[422692,359127],[422673,359580],[422996,359113],[423461,359310],[422543,359882],[422684,359643],[427961,365365],[427851,363816],[427045,364097],[427711,363853],[427256,363890],[427124,365040],[427626,364853],[426451,364375],[428815,363051],[428435,364024],[428081,362803],[426787,362463],[426175,362660],[425615,360825],[427130,362754],[427973,362622],[425970,361144],[425801,361417],[426414,361700],[428093,360899],[434223,365371],[431745,359087],[430097,364899],[431414,364846],[433409,360082],[434029,360243],[431849,360448],[433967,361098],[432410,362524],[432627,362825],[432212,363237],[433547,361092],[432473,363166],[432266,361405],[432695,361131],[434241,370235],[433570,367318],[433489,369862],[433599,367585],[433908,368054],[434635,369691],[434747,370480],[434233,367139],[433860,365929],[434614,366992],[434248,366183],[434507,366829],[433852,366836],[434701,366371],[434826,366154],[435177,367182],[433088,362708],[433397,362945],[433110,362695],[434160,363646],[433127,364035],[433401,363016],[434113,363053],[433198,364105],[434115,364034],[434110,363855],[423426,358675],[423632,359037],[423166,358852],[428210,365309],[428944,363799],[427995,363438],[427799,364824],[427869,363699],[428233,363585],[427621,364091],[428452,363055],[427445,364880],[426497,361030],[426473,361047],[426807,360881],[426439,362388],[427300,361755],[426837,362787],[426263,362903],[427275,362627],[425940,360959],[425968,362180],[434819,374812],[434438,373903],[430761,378905],[431609,381409],[432302,379292],[429327,378996],[429455,379295],[429937,379119],[432295,379307],[430850,380586],[431340,380228],[430854,380036],[430950,379635],[431519,381498],[431110,381126],[431623,380773],[429799,380228],[429920,381245],[429415,380003],[435003,372163],[435067,371986],[435164,374754],[434732,373647],[434478,373896],[434588,372684],[429409,381589],[432128,380587],[428766,379429],[432444,379689],[429170,379006],[429513,381539],[431231,381311],[430430,380036],[431141,379275],[430506,381535],[431206,379973],[429463,381405],[430197,379594],[431022,380111],[431088,381287],[434723,373400],[430009,382094],[430701,378780],[429097,379743],[430391,381195],[430438,379245],[429842,380990],[430327,379815],[429771,380705],[429885,379960],[431384,380445],[430018,379453],[431316,380941],[430011,381067],[431494,402105],[429759,406946],[428272,409738],[427241,473124],[427426,472850],[427489,472824],[427225,471925],[430066,472604],[429913,473137],[432207,473494],[430473,472981],[429384,472310],[430430,473425],[430915,473583],[430418,473545],[426931,473182],[426557,473762],[427022,473423],[426144,473438],[427359,473680],[426233,473209],[426203,473292],[426488,472370],[426948,472522],[429193,472183],[425418,472697],[431000,472670],[431128,473174],[430848,472280],[430194,473386],[434120,473429],[431769,473230],[426998,473438],[426042,473445],[426417,473404],[426416,473113],[426613,473662],[426598,473733],[426166,473448],[425758,471927],[429217,472491],[428257,473492],[425640,473739],[428314,472279],[430461,473190],[433983,472679],[430308,473251],[428886,473769],[429601,473305],[429409,473124],[429106,472810],[433807,473379],[426034,473336],[425999,473730],[427309,473621],[426052,473515],[426070,473620],[426542,473195],[432690,474586],[426688,475314],[427605,475107],[425373,475111],[428572,475735],[427879,475228],[431438,475615],[429560,474046],[434631,475145],[431566,475334],[426856,474060],[426276,474124],[426700,473874],[429820,476000],[428299,474855],[431544,474889],[428125,475397],[427988,475887],[432735,474177],[431703,475787],[432333,473819],[433284,474416],[426247,473920],[427087,474600],[426877,473925],[427390,474206],[426000,474870],[427394,476065],[425587,473852],[430752,474789],[428942,475257],[431316,474370],[433945,475355],[426284,474270],[426437,474432],[426038,473857],[428121,496146],[428993,497094],[428655,496118],[426820,496128],[428419,496307],[426346,495466],[426739,496179],[426749,495438],[426627,496429],[427219,496257],[428203,497139],[428819,497164],[428188,496227],[429443,496871],[428592,496132],[427565,496539],[428230,497146],[428419,497108],[426801,496676],[427778,496413],[426578,496237],[428072,496268],[429650,496961],[429278,497228],[428311,496570],[428362,495967],[429292,496069],[429371,496622],[428069,496899],[428618,496402],[428343,496422],[427270,495491],[426760,495857],[426860,496311],[427416,496020],[426311,496221],[423425,558613],[423730,559122],[423118,560352],[425005,557160],[424473,558677],[423479,558275],[423522,558869],[422979,561147],[425097,557122],[424489,558414],[423401,558487],[423317,558820],[423149,561052],[424817,557232],[425294,558568],[423656,558265],[423851,559197],[422846,561258],[424638,557655],[425011,558524],[423514,558558],[423780,559120],[423171,561067],[424775,557731],[424642,558435],[423715,559363],[423218,560907],[425013,557983],[424971,558907],[430715,580880],[431278,580592],[430884,578278],[431645,578542],[431190,578689],[431730,579122],[433193,581081],[434718,581551],[433830,580528],[434131,580481],[433633,581154],[433781,581166],[434561,580915],[434640,581087],[430331,580741],[430378,579814],[431344,578487],[430366,580848],[431839,580557],[430866,579257],[431860,578614],[431478,578660],[431139,579078],[433430,580263],[433174,581055],[432314,579713],[434819,580462],[433744,580605],[433939,580063],[433810,580256],[433593,581629],[433931,581368],[434113,581297],[434119,580999],[430444,580202],[431305,580955],[431442,578803],[432876,580025],[434844,581250],[434075,580490],[433645,581691],[434196,581138],[431322,579436],[432729,580207],[431736,578898],[432655,580399],[434523,580847],[433982,580365],[433858,581188],[434126,581339],[430379,580106],[432042,578378],[430715,579268],[432333,579379],[432483,580718],[432071,579575],[434658,580307],[433850,580280],[433632,581215],[434103,581076],[435468,-193816],[435287,-193834],[435502,-193810],[435617,-193821],[435337,-193748],[439768,247241],[441631,247306],[439764,247680],[439062,248819],[437759,248901],[437834,247516],[436620,248087],[440844,248848],[441308,247557],[440597,247421],[440694,248787],[440377,248316],[439069,249153],[438611,249194],[437687,247946],[436714,248425],[441925,247795],[440456,247598],[439078,248893],[437832,249545],[436600,247948],[440772,248623],[441715,247471],[439999,247243],[440014,247617],[440934,247304],[439304,248628],[438691,249485],[437485,248213],[437049,248000],[441597,248086],[440540,248473],[439189,248883],[438395,249511],[436623,247703],[440229,248242],[441447,248365],[439951,248269],[438919,249296],[438569,249339],[436988,247399],[437071,248467],[440975,248262],[441562,265771],[439722,263804],[439633,263711],[439855,263417],[439380,263992],[439376,266119],[439499,267012],[438892,266987],[439158,265610],[441388,264904],[440811,265845],[439692,266428],[442067,265568],[441488,265075],[441727,264284],[439494,265546],[439951,266320],[441682,265082],[439338,263261],[439665,263998],[439002,263144],[439215,262902],[439825,263627],[439429,263150],[439251,262989],[440415,265974],[441885,265052],[441652,265555],[440033,266671],[440001,266648],[439474,265675],[440181,266071],[441090,264585],[439705,263461],[439193,263959],[440485,263850],[439943,264045],[439170,263010],[439587,262988],[440235,266157],[439331,266357],[437315,307030],[436860,307205],[446514,307231],[447393,307302],[436889,310273],[435538,309062],[436353,308706],[436288,307508],[437821,309990],[436731,307432],[441861,313166],[443830,312812],[445474,314102],[444025,312903],[442460,316535],[442568,313907],[442954,314076],[444509,314872],[444715,314079],[444215,315248],[442947,313926],[443088,315403],[442637,314939],[443972,314654],[444496,313512],[445173,318735],[445698,318735],[445136,318906],[445171,319500],[444157,319258],[446061,319447],[446919,307703],[443922,310015],[442894,317709],[447834,308779],[441966,317027],[442387,317041],[442157,316513],[447244,307453],[445799,320606],[445708,320234],[444857,320703],[443336,324493],[441561,324250],[444753,322964],[441492,325418],[445302,324919],[442205,326605],[441407,324059],[444164,323876],[441512,324539],[442336,325943],[443333,325292],[443836,323333],[443322,325275],[443533,325171],[443054,325149],[444140,323379],[441828,323114],[442416,323353],[444141,327061],[442190,328274],[443608,327503],[442396,328089],[443652,327096],[442632,327691],[444395,326080],[442172,326528],[444307,328505],[443399,327941],[443711,322316],[443574,322355],[444006,321818],[441911,324615],[442276,324251],[442145,324577],[441962,324933],[444007,320616],[444006,320841],[442199,325476],[442161,325906],[442341,325674],[442465,325506],[443962,321419],[441329,324259],[441955,324507],[442399,325144],[442551,324516],[441554,324199],[441192,323972],[443445,321823],[443975,321745],[447459,333903],[447757,335694],[440296,336817],[440015,336971],[440042,337149],[447866,339143],[447915,335645],[447658,334689],[447424,335258],[447604,334884],[447954,335742],[440685,350238],[440790,351803],[439393,350082],[441100,351930],[438740,349021],[438087,350302],[440993,351618],[439673,350146],[441617,351852],[436752,350266],[439933,350196],[441347,351635],[440664,351345],[437371,350367],[440916,353348],[440419,353343],[437370,350941],[436885,350043],[438696,349792],[441762,350305],[440965,349901],[441418,350865],[439421,349972],[441268,352027],[441968,350189],[441887,351293],[442752,351760],[437310,351065],[438077,349153],[440654,351581],[437008,349495],[438591,351603],[436972,350328],[440247,350787],[440850,352607],[440843,353330],[438262,350387],[438368,350209],[441238,351146],[439077,349813],[441872,351169],[438444,350259],[441651,350912],[439504,351304],[437772,350557],[440586,352650],[437936,350663],[439365,350115],[442760,350894],[439455,350091],[437850,349299],[436514,349628],[441320,351031],[440269,351111],[437160,350653],[440127,353247],[438020,350031],[440753,350561],[441649,351432],[441257,351659],[437087,349451],[440247,351348],[440342,353299],[436297,349855],[437522,349559],[441023,351131],[437851,365694],[438835,365271],[439250,365777],[439149,366085],[438332,366969],[438546,365993],[439293,365405],[436881,365305],[438850,367270],[438197,369114],[436635,367734],[435448,368911],[438641,369211],[438648,368871],[436496,369001],[438032,368936],[436181,370747],[435218,370381],[435925,370080],[436248,370408],[435753,370783],[435954,369748],[435403,370337],[435702,370354],[436251,370435],[435706,370159],[435278,366512],[435710,365492],[438422,365771],[438712,366120],[438304,367159],[438841,366498],[438583,365503],[438176,366171],[436895,366505],[435626,368342],[437669,367309],[438036,368063],[438737,366777],[438491,367661],[439011,368548],[435977,367359],[438263,370278],[438505,369250],[436322,371248],[437886,368745],[435580,370985],[435976,370588],[435448,369671],[435468,370073],[435796,370307],[435286,369865],[435202,365887],[435953,363830],[435928,364155],[436395,363973],[435794,362827],[438091,366517],[438441,366553],[436788,366716],[437265,365887],[439112,367322],[438662,366501],[437888,366564],[438009,365427],[439264,365836],[438419,367834],[438195,368348],[436624,368409],[435972,368114],[438507,370118],[437096,369441],[438003,371066],[438123,370114],[435885,371315],[435267,370326],[435288,370740],[436064,369978],[435216,370348],[435926,370542],[435904,370221],[435714,370695],[438820,369638],[446338,370888],[445760,371318],[446028,370381],[446544,369587],[446425,370375],[439478,368203],[445631,369762],[446084,369890],[446249,370560],[445399,369715],[446051,369601],[447175,370862],[438719,369786],[445489,370176],[446250,370404],[446383,371298],[445703,370321],[446778,370698],[446975,371373],[437306,371901],[437368,373151],[436932,371868],[435716,375137],[436319,373961],[436399,374005],[435379,374252],[435749,372913],[436346,374339],[435474,373188],[437122,373793],[436925,373360],[435751,374223],[437411,372275],[436251,373275],[436590,374940],[436450,373300],[435310,375246],[435736,371635],[436082,375265],[437525,372795],[437476,371876],[436146,375259],[436909,374316],[436394,375159],[436633,375196],[446859,378666],[446094,378616],[446053,378616],[445186,376896],[445505,376989],[446205,376092],[445939,375088],[447452,380384],[445386,378682],[445423,378789],[446254,374022],[445444,372950],[447107,378146],[445883,371893],[446768,375672],[446041,372871],[445811,372384],[447675,377718],[446580,373997],[446697,374343],[444872,375517],[446691,376477],[446892,376561],[445841,377481],[445531,379308],[445364,377187],[444898,379004],[444656,379027],[446465,379626],[446988,380252],[445040,376007],[446506,375074],[446860,371830],[445732,376902],[446481,372006],[446223,378050],[446039,374045],[445967,374313],[445525,373807],[444754,374322],[445039,374521],[446731,375944],[447362,376040],[446054,380156],[445719,380604],[438088,372815],[437859,373917],[446163,379503],[446061,378584],[446750,379312],[446383,379193],[444935,375230],[445996,376120],[445967,375256],[446917,379721],[445277,377832],[445567,378492],[445285,372916],[445855,373127],[446020,374607],[447414,378451],[446301,374617],[445772,371702],[445799,371983],[446846,375022],[446183,372669],[446221,374398],[446659,373984],[447006,377228],[446831,377100],[445290,380082],[445742,377724],[445255,379346],[444846,378866],[446316,380558],[447217,379655],[444827,374951],[444543,375359],[445205,375701],[446948,371615],[446202,378133],[446686,371748],[446544,377433],[447453,378567],[447268,377966],[445411,373500],[445857,373862],[445637,374759],[445624,374469],[447049,375698],[446292,375421],[445797,377152],[446010,379947],[445530,380276],[446528,379258],[446282,372092],[446972,375431],[445305,375158],[446142,376136],[445530,375174],[444874,377917],[445373,373193],[446361,373567],[446005,374765],[447530,378287],[445967,371871],[446483,372739],[447009,377286],[445908,377883],[444714,378961],[446689,379544],[444686,375592],[446456,378020],[445357,373914],[444820,374386],[446266,380093],[438726,372770],[437742,373613],[437822,372540],[437879,373533],[436717,375015],[446219,378752],[445522,376935],[445498,375918],[445515,378351],[445326,372857],[445858,374446],[446053,371869],[446167,372142],[447100,374254],[446744,376632],[446107,379318],[444730,378881],[447257,379484],[444651,374959],[444729,375205],[446421,377912],[446715,377768],[447444,378293],[446210,373821],[445340,374798],[446925,376059],[446913,374795],[445485,377770],[445645,380053],[446192,379206],[445287,376978],[445304,376049],[445697,378428],[445243,373389],[445851,371633],[446449,372575],[446252,374426],[446284,376687],[445267,379530],[445150,379444],[444584,379372],[447023,379995],[444545,375166],[446246,371874],[447583,377774],[445836,374069],[445317,374304],[447224,375779],[447172,375233],[445840,378016],[445649,380140],[445481,508225],[444667,508810],[447501,507938],[443599,505532],[443164,506671],[443357,505887],[443332,506370],[443709,507131],[443810,507155],[443615,508423],[444072,507180],[447007,507685],[444480,509812],[445486,510588],[442119,507955],[447032,507769],[445435,508739],[445521,507703],[445597,511509],[445916,507822],[441718,511568],[442302,510308],[443257,511210],[440998,510003],[440943,510156],[440320,508743],[442659,508704],[444192,511243],[443392,510931],[447196,508141],[445832,509708],[447178,508770],[444809,508174],[444484,508736],[447885,506946],[447591,506499],[442893,505864],[444192,505583],[440805,508800],[442893,508773],[443035,508182],[443532,506822],[443402,506308],[443930,505903],[444533,507157],[443717,507102],[443154,507937],[443609,508217],[446497,507597],[445240,511324],[444891,511266],[442527,509331],[441532,508997],[444367,509991],[443595,510703],[445833,509167],[444254,510386],[446041,508866],[443923,511047],[445583,509546],[445561,510165],[442007,510134],[442278,511209],[443141,511400],[441107,508263],[440501,510079],[444252,508020],[442423,507695],[444297,506309],[444603,507330],[443992,508161],[447050,506352],[445684,510563],[442592,508930],[446842,508892],[445123,509984],[441738,511037],[440375,509564],[440877,507530],[443866,509945],[446512,509883],[445484,509019],[447889,506898],[442909,507553],[443351,506996],[443694,506813],[443101,508111],[443321,507662],[444703,509867],[441502,508170],[446564,507508],[447218,509407],[442321,510081],[440675,509313],[440734,507607],[444786,512019],[445275,508941],[443826,505763],[442607,508060],[443830,506858],[443207,508305],[443675,508263],[444185,510686],[446066,508546],[445294,511990],[444456,510718],[445641,510031],[441975,510874],[441745,509818],[439890,507550],[442662,509407],[443673,511054],[445565,508788],[440495,533570],[439108,537508],[440196,534138],[440738,533836],[441047,533579],[440060,533864],[440090,534343],[438460,537616],[440210,534138],[439973,536382],[440383,536285],[443306,535392],[444025,536021],[444631,537111],[441097,536823],[441658,537277],[441487,536403],[440202,536407],[443785,535712],[444502,536918],[441185,537069],[442209,537485],[440450,534626],[441403,535696],[440248,536019],[444193,536387],[440919,537678],[443803,535989],[445090,537453],[440989,537239],[442064,537770],[441822,535714],[440692,535968],[443584,535691],[440984,537704],[444856,537557],[443824,536142],[441457,536908],[441822,535784],[443332,535860],[441275,537430],[441754,537383],[440996,533723],[442018,535803],[443589,536154],[442008,535539],[443858,535051],[440202,536515],[441387,537323],[440993,533913],[441010,533751],[438856,537998],[438179,538512],[438833,538395],[438735,538708],[439010,538081],[438162,538416],[439021,538054],[438293,538721],[437933,538585],[437849,538267],[437644,542764],[438836,540432],[439872,540019],[440357,539302],[441637,537896],[444192,538077],[443092,538647],[445273,537832],[444324,538747],[436561,545104],[440491,538442],[439394,541605],[440824,540123],[443898,538062],[443280,538202],[444910,538329],[437989,541671],[438935,540064],[440440,539540],[436129,545603],[437168,542520],[439247,541743],[440310,540936],[441607,537893],[443571,537843],[443285,538514],[445204,538184],[438030,541706],[439114,540661],[440804,539551],[436961,545493],[437718,542568],[439564,541744],[440184,540447],[441196,538412],[443863,538007],[443577,538271],[444816,538850],[437843,542375],[439080,540573],[440509,539496],[440983,537960],[436559,545556],[438003,543105],[439507,541765],[443970,538249],[443949,538218],[444464,538027],[438429,541779],[439146,540353],[440952,540279],[440366,538030],[436174,545988],[437213,542543],[438777,541229],[438017,543133],[439848,540263],[440723,539384],[444027,538317],[443525,538012],[444339,537839],[444915,538789],[437766,541663],[439070,540024],[440648,538354],[436393,545527],[442392,560163],[442102,558980],[440942,561130],[442734,561610],[441766,559257],[440464,559426],[440579,560009],[442339,560081],[442290,561368],[439702,559661],[441410,560816],[441341,559294],[440607,558776],[440321,559576],[442703,559424],[441826,561957],[441211,559427],[440467,559761],[439093,559307],[441314,558873],[442028,561816],[440149,561237],[441331,559460],[440908,559809],[442202,558617],[441934,561063],[442811,561907],[441828,560519],[440016,560786],[440496,560091],[440537,560823],[442083,559105],[441857,560311],[440973,559908],[440014,559911],[440251,559338],[439655,559422],[446710,571265],[447892,572790],[446823,571662],[447284,574610],[447787,574134],[447104,575336],[446823,571013],[447675,571688],[447813,576116],[445909,571078],[446647,571268],[445682,575366],[446636,575217],[446514,571336],[446677,572291],[447623,572890],[446400,570953],[446839,571297],[446999,575971],[447769,574820],[447053,574154],[446331,574665],[445791,575527],[446802,572341],[446789,575930],[445993,570856],[447029,573819],[446175,574736],[447839,572314],[447885,573656],[446768,573932],[446599,571266],[447448,574739],[446447,574048],[441395,578245],[441831,579045],[441711,576496],[442098,578221],[440496,577793],[440765,579057],[441471,576638],[441430,577438],[441577,578300],[440907,577617],[441742,577953],[441301,576325],[447794,576350],[444194,583872],[444016,584750],[444443,584247],[444839,582752],[442989,582571],[444466,583235],[444704,581055],[444344,581529],[444339,582524],[446121,577414],[444998,578308],[445078,579016],[446159,577993],[445824,578849],[442585,576317],[441045,588039],[441827,586742],[441686,587310],[441897,586731],[441558,587604],[441129,587431],[447984,576398],[444729,584753],[445100,583833],[443988,582756],[443362,582471],[443151,582303],[444796,583627],[444176,581218],[444329,582181],[446094,576990],[445732,578666],[445846,578972],[440878,588060],[440882,587856],[441363,586742],[441680,587423],[441734,587039],[441068,587472],[441145,587255],[443834,581767],[443546,581432],[444677,584047],[445082,584815],[443256,588854],[443719,582980],[444988,581921],[446549,577832],[445643,578631],[440745,587513],[441557,587031],[441227,587849],[445067,583123],[445214,583867],[444655,583262],[444933,582215],[446251,577367],[446340,579262],[445633,578451],[442536,576600],[440991,587684],[441393,587201],[441744,586877],[441116,587600],[445000,583295],[443806,582041],[444227,582904],[444495,581013],[444151,581822],[446985,578273],[445407,578168],[442498,576891],[440749,587894],[441912,586847],[441096,587541],[443134,589655],[443585,590083],[445408,596226],[445307,596737],[438886,593938],[439054,594064],[439144,594473],[439595,593961],[439369,593492],[445324,597470],[445353,597293],[444767,596841],[444212,590667],[443210,590081],[439026,594233],[439090,594029],[439757,593501],[445338,597643],[445036,596872],[444896,596699],[444754,590747],[445071,590745],[444370,589859],[444525,590760],[443261,589129],[442873,589742],[444838,596443],[438854,593933],[438994,593769],[439080,594390],[439249,593972],[439567,593903],[439379,594013],[445759,597536],[445338,597378],[444735,596494],[444854,596764],[445243,596513],[446653,599176],[445199,590521],[443908,590813],[445335,596704],[439489,594227],[439801,593712],[445785,597298],[444832,596930],[443141,590115],[445260,596709],[439007,593825],[439105,593997],[439779,593612],[445675,597482],[444705,596368],[452282,255698],[452333,255827],[451886,256021],[453498,257514],[453537,258786],[453523,258961],[453373,261026],[452160,261743],[452507,256344],[453958,262068],[453664,259596],[452550,256214],[453563,260260],[452347,259829],[452321,257121],[452528,256982],[452544,256856],[452466,256258],[452213,258782],[452004,258699],[452644,258688],[453291,258836],[452053,257646],[453448,258281],[452174,258436],[452619,257117],[452713,256804],[448173,313939],[448093,308771],[448285,315640],[448154,315805],[450183,318407],[450104,318177],[449793,317974],[448117,314378],[448242,314274],[450038,341691],[450216,340316],[448377,338806],[449985,340787],[449991,343142],[448135,339914],[449555,340256],[449859,342270],[448482,341346],[448744,339911],[448360,341088],[448281,343710],[448532,338425],[448889,337720],[449231,337905],[449419,335950],[449733,333348],[449359,335471],[449349,334053],[448316,333826],[448525,334044],[450021,336337],[448802,336660],[448211,337397],[448890,344568],[449570,345393],[449618,344724],[448693,342841],[448172,343192],[449979,340192],[448195,339473],[448611,342113],[448833,339766],[449297,341634],[448282,338198],[448161,335131],[449666,335599],[448451,336078],[450051,336606],[449595,337000],[448212,337300],[449085,337166],[448456,338590],[449276,338604],[449864,343577],[449267,344185],[448726,343172],[450152,341470],[449588,342014],[448857,339947],[449563,342837],[449608,341687],[449569,338690],[448034,338874],[449361,335918],[449613,335438],[449946,336713],[449018,338323],[449812,343611],[448630,345396],[449321,344961],[448857,342927],[448653,339233],[449606,341912],[449022,342605],[449134,344635],[449056,339840],[449377,342227],[448504,339718],[448197,339331],[448308,339429],[449413,341215],[448837,341176],[449008,337532],[449673,335331],[448814,333522],[449823,336859],[448498,334626],[448602,334425],[449295,335926],[449710,336448],[449893,336574],[449284,336095],[449488,336594],[449757,337287],[449561,339263],[449215,343851],[449111,343982],[449517,345439],[448957,344589],[448485,343320],[448913,343026],[449912,340856],[449079,339643],[449156,340552],[448851,333677],[449537,334929],[449084,337695],[449304,338547],[449710,339266],[448671,344928],[449708,344239],[448856,343461],[458509,367381],[454869,428201],[454897,428695],[453856,428534],[454294,428713],[454505,428887],[453701,428664],[452650,428993],[453157,428897],[454283,434461],[454582,434529],[454666,433894],[454748,434088],[455287,434560],[455641,433949],[455152,435342],[454079,434938],[455345,431099],[456190,432067],[456465,431862],[457699,435076],[457608,435264],[454800,428254],[453936,428674],[452950,429634],[454921,434461],[455636,431367],[457642,435043],[455172,428993],[460616,427242],[452681,432468],[453329,432532],[457437,426562],[456037,427192],[455759,427840],[457977,427580],[458843,428904],[457210,433125],[457505,434010],[454496,435038],[452699,432260],[453172,432540],[457697,427152],[457557,427207],[455945,428026],[458438,427515],[458352,428395],[457379,432814],[457005,433820],[454540,435240],[454429,434546],[454638,428964],[454727,428500],[453174,428612],[452789,429488],[454178,434382],[454155,434498],[454691,434264],[455205,433998],[454007,435166],[455881,431206],[456488,431922],[457347,434995],[452101,431716],[453062,432106],[453261,432507],[457114,426830],[455631,427418],[457850,428366],[456825,434011],[454962,435377],[455014,434698],[452034,432551],[452696,432564],[453229,433248],[457262,427078],[455753,427243],[457847,427910],[458394,428634],[457411,432667],[457287,433349],[454498,435177],[455014,434474],[452017,432394],[452544,432526],[453078,432523],[457617,426989],[456876,427132],[456132,427287],[456106,427151],[458203,428417],[457455,432721],[457226,433151],[455300,435266],[454666,435167],[454566,434224],[452926,431727],[452961,431844],[453221,433470],[457407,426417],[456639,426853],[456198,427756],[455393,427206],[458765,428678],[457438,432874],[456782,433812],[454926,434258],[454926,428933],[454439,428781],[453902,428863],[453321,428774],[454618,433943],[454975,433991],[455411,431368],[455686,431487],[457544,435255],[453836,428622],[454966,428719],[453940,428677],[454853,428057],[453842,428813],[452886,429369],[453360,429622],[454743,433643],[454660,433686],[454973,434109],[455697,434189],[454861,434873],[455620,431089],[455424,432117],[455673,431490],[455550,431645],[455588,431937],[457563,435291],[457746,435365],[455355,435996],[454713,435593],[453952,435615],[457717,435939],[460724,436165],[455328,435976],[455278,435811],[453980,435651],[457232,436204],[457182,435847],[460512,436325],[460330,436314],[454953,435906],[454853,435766],[457220,435886],[457400,436175],[460486,436092],[460305,436524],[453955,435460],[457471,435682],[455397,435841],[457279,435803],[460408,436160],[448802,507983],[449110,507274],[448793,507535],[448714,508164],[448314,506841],[448045,508209],[448245,506060],[448499,508162],[448609,506395],[448269,507160],[448488,507048],[460220,543248],[459100,543395],[457763,544667],[458310,544048],[459505,545316],[459100,543439],[459302,544846],[458656,544202],[458714,544069],[459976,546684],[459535,546653],[459649,547877],[460532,546324],[459446,547418],[460007,547895],[458171,544909],[459315,545006],[460217,545390],[459254,545165],[459016,544716],[457715,543002],[458066,545308],[459622,544646],[457887,544033],[458617,545458],[458796,546497],[459671,546409],[459177,548049],[459580,548056],[459400,546332],[460296,547663],[458609,544286],[458271,544476],[457893,543867],[459541,544114],[460102,544397],[458691,544573],[459446,543046],[459139,545465],[458359,545310],[459825,542983],[459421,548062],[460272,548672],[458949,546670],[458749,546402],[458812,547976],[459767,548238],[459903,547293],[458851,546994],[448832,574761],[449696,575914],[448302,574867],[448659,575256],[448545,573173],[449673,575839],[448333,575782],[448887,575329],[448668,576085],[448897,575773],[448596,577145],[449730,576836],[448055,576714],[449380,577002],[448888,576954],[448375,576333],[448973,576508],[448311,576899],[448940,599433],[448583,599619],[449824,599986],[449784,600034],[449205,599323],[448904,599144],[450204,599631],[448877,599419],[449307,599206],[448662,599729],[450249,599483],[449814,600020],[449162,599181],[448831,599233],[450042,599690],[449014,599263],[449066,599190],[450010,599644],[466127,319966],[468052,319588],[467250,318966],[466731,320005],[466766,318601],[467216,318161],[466430,318993],[467090,319324],[466712,318214],[467205,318234],[466344,318908],[466251,318485],[467276,318894],[466998,318889],[466902,318408],[466400,319553],[466129,318916],[469702,320067],[466517,319838],[466263,318642],[467489,318517],[467420,318829],[466565,319407],[466355,319629],[466587,318308],[466487,319998],[467493,320108],[467525,319403],[467191,319407],[467311,318399],[466184,319045],[467467,321845],[466072,325272],[468054,326272],[466755,326936],[468259,322709],[467802,322553],[467420,322161],[465157,324306],[466401,320374],[469423,323021],[470260,320867],[466822,321869],[467445,321780],[466320,323184],[465841,325010],[465997,324610],[467316,323611],[465641,326874],[466733,321053],[466142,322798],[467214,324202],[467874,325346],[464185,329957],[463795,332769],[464357,332642],[464534,326056],[464814,325656],[464732,326771],[466068,326124],[469320,321793],[468225,324013],[467903,325785],[467006,323340],[468098,322325],[467952,322084],[466065,320414],[467040,320466],[468664,321684],[469197,323230],[470784,322033],[468887,321794],[469065,320893],[466330,321396],[465713,322731],[465718,324221],[466655,324139],[465435,326842],[465311,324053],[467080,320981],[466215,322996],[467457,323565],[467593,324704],[464635,325792],[464559,325869],[465018,326166],[465624,326793],[470015,323073],[467577,321497],[466484,325358],[469649,322239],[466403,320527],[464277,330675],[465060,330999],[466580,321162],[465587,328636],[465890,327481],[465046,325162],[467700,327332],[468273,327881],[463817,332796],[464587,330926],[467628,323266],[467924,325547],[466722,320514],[466961,326488],[465749,331936],[466541,324686],[465604,331568],[466519,332319],[466559,329885],[468072,323693],[466559,323856],[466980,326650],[465980,324873],[470077,326560],[471346,325394],[470404,326874],[470857,325905],[470223,326607],[467555,321626],[467790,321376],[467133,323730],[468247,322346],[467886,322227],[467634,320224],[467130,320387],[469995,322904],[469319,323032],[469059,322015],[469220,320482],[469217,320744],[469402,320672],[467321,321723],[467280,321623],[466296,321110],[466927,321472],[466202,323405],[465903,323611],[465434,324471],[466734,324721],[468119,324549],[468014,324082],[467263,325962],[465498,326519],[465418,326989],[466474,322903],[466804,323093],[467005,324081],[467965,325943],[467303,324704],[467378,325107],[464715,329837],[464300,329440],[464175,332510],[464458,332471],[466293,332689],[464577,325752],[464694,325404],[465189,326317],[465450,327068],[465336,326426],[465622,326824],[466529,321307],[464536,331533],[466571,320824],[464677,331396],[466494,325680],[467959,327127],[467277,323742],[468466,326884],[465646,324290],[465386,328476],[468331,325863],[466646,327241],[466334,324997],[465373,330080],[465951,330173],[465034,329800],[470386,325728],[470323,326844],[470583,325891],[470065,326042],[471241,325984],[470966,326330],[470886,325709],[465955,325344],[466478,326244],[467346,326635],[466625,321215],[466796,320604],[466113,322123],[470355,321358],[467928,321919],[468272,323533],[466990,323517],[465967,322963],[467392,322888],[467570,321780],[467759,320927],[466390,321806],[467199,320412],[469552,323296],[470409,322905],[469088,321458],[470449,321831],[470045,321615],[466487,321902],[467055,321662],[466681,320573],[466251,323383],[465733,322808],[465711,323006],[465920,325001],[466454,324955],[467381,324026],[466891,325423],[465429,326677],[465733,326982],[467232,320647],[466440,322450],[466922,323990],[467665,325796],[467972,325125],[467111,324834],[467441,324582],[464441,329321],[464094,329710],[463578,332962],[464645,332849],[464307,332339],[465580,332872],[464511,325920],[464830,325575],[464536,325725],[464475,326061],[464738,326421],[465103,326769],[465598,326298],[465450,326399],[466782,324227],[467086,322217],[467555,324066],[467475,322223],[468050,323082],[466856,322683],[466771,325928],[469904,320485],[469785,322177],[467284,326953],[464897,330395],[467477,324249],[466031,322574],[466336,328093],[465122,328786],[468059,326479],[467193,327218],[467644,328106],[467004,323754],[467026,326654],[467927,326378],[467601,326361],[467621,323122],[464465,332107],[467618,323098],[467861,327063],[467015,332841],[466843,323423],[466339,330815],[466016,330099],[468503,330937],[466778,329594],[470634,325614],[471188,325310],[471087,325341],[470003,326837],[471025,325840],[471266,325738],[470958,325468],[471060,326744],[470992,325683],[466668,325693],[465153,324052],[467809,322115],[468952,320558],[468359,326636],[468337,325964],[467827,322954],[467628,322386],[467546,321379],[469200,322832],[470020,321130],[466696,322120],[466511,321398],[465749,323028],[465850,324418],[466907,324437],[467794,324587],[465511,326803],[467274,321302],[466826,322864],[467480,323632],[467126,324615],[464168,329747],[464635,326478],[465546,326462],[464031,330068],[463070,330044],[461537,330061],[463969,325573],[464548,324297],[464841,323405],[465025,323882],[465397,322516],[464670,322993],[465076,321597],[465249,322244],[465529,321005],[465850,321150],[463603,332062],[463215,332615],[463606,325991],[464337,325286],[464251,325022],[463727,325297],[463736,325217],[463569,331694],[462916,329614],[464049,325024],[464291,325396],[465881,320274],[465177,323713],[464644,324111],[464857,324459],[464839,323196],[464576,322581],[465680,322363],[465535,322180],[465577,320949],[463490,332306],[463323,332524],[463876,326678],[463836,326585],[464324,325788],[464212,325672],[464033,325592],[463908,324657],[463770,325271],[465939,320631],[464774,324423],[465594,322717],[464715,322393],[465566,321875],[465872,321946],[463393,332487],[463864,326511],[464412,325638],[464351,326100],[464044,324750],[463162,331180],[463857,331359],[464006,330791],[462791,325822],[464001,326803],[463991,325551],[464607,324283],[465458,322884],[465255,322969],[465386,322003],[464093,329410],[462954,331934],[464021,332333],[463700,326656],[464547,325230],[464075,324752],[465842,320397],[465626,322345],[465104,322506],[465659,321714],[465637,321316],[464349,325196],[464415,324622],[466107,333513],[464827,340747],[463286,334830],[463347,333851],[464064,333426],[464668,333172],[464913,336983],[463562,336622],[464898,335215],[464760,337952],[465440,338315],[464820,339606],[465418,339978],[466914,334696],[466750,333533],[465483,333867],[465291,334744],[465914,334428],[464886,338592],[462837,333348],[465307,337844],[463444,333195],[462348,335720],[464118,335836],[464264,333291],[463254,335651],[463457,335268],[464192,333838],[462080,334245],[463982,333104],[465596,341287],[464477,341260],[465226,339335],[464461,340968],[464749,339277],[463615,341000],[464842,341186],[464916,341257],[465962,341046],[465975,339978],[464880,340928],[462565,333709],[462559,333075],[463467,336195],[464354,336647],[461333,335980],[464857,334308],[462774,334875],[463436,334807],[465097,333199],[465252,336979],[463110,333125],[462926,333233],[463208,337521],[463826,340667],[464338,339467],[464664,339284],[463429,339755],[465810,341240],[464181,340752],[465713,338429],[464558,340919],[465399,341008],[465816,340859],[464376,333488],[464168,334066],[463848,333692],[463457,334835],[463263,334780],[462669,334611],[463024,334649],[463286,334031],[463703,333305],[464645,336786],[463529,336706],[464583,336042],[464748,335443],[465141,337585],[465139,337718],[464834,338459],[465471,338683],[464347,340052],[464607,339881],[465969,339412],[465603,340269],[467482,335169],[467446,334581],[465152,334441],[466833,335240],[467427,334844],[466744,333977],[466306,333977],[466837,333581],[466804,333870],[466349,333011],[465323,334014],[465141,333623],[465641,335079],[466144,334270],[466418,334541],[462719,338002],[462823,334573],[463220,335528],[464242,335153],[462856,336866],[462268,335035],[462689,333139],[464064,341046],[464088,339491],[465015,338928],[465745,339358],[465008,341606],[463688,339438],[463622,339155],[463629,340129],[464730,340207],[464779,341265],[465612,341114],[464792,340664],[465522,340906],[463513,333725],[463870,334832],[463913,334366],[462564,333915],[462947,334282],[463209,333028],[463040,333085],[464666,337013],[464559,336947],[463993,336176],[464240,336525],[464649,335927],[463949,335398],[464946,337620],[464667,337529],[464854,338560],[465179,339083],[465818,338261],[465337,340512],[466243,339831],[465585,340381],[465967,340285],[467413,334928],[466900,335306],[465514,334646],[466506,333961],[466441,333810],[466834,333633],[466780,333570],[465814,334008],[465577,334239],[465137,334976],[465858,334797],[466294,334673],[464479,333829],[463826,334110],[463049,333440],[463204,333232],[464844,336677],[463943,336002],[464900,335564],[465132,338069],[465546,339034],[464895,339491],[465384,340427],[465295,339915],[467286,334403],[466583,333479],[465282,333424],[466108,334635],[463777,334136],[463007,334282],[463730,333153],[464126,337403],[464144,336368],[464212,335626],[464847,338420],[464998,338540],[465151,339141],[464395,340685],[465759,339825],[466861,335128],[466848,334379],[466857,333390],[466433,333577],[466015,333422],[465501,333527],[465418,335203],[465762,334599],[473124,346409],[472298,347226],[473555,348377],[473416,354723],[473491,353635],[472955,355143],[473167,353989],[472740,354812],[472046,347231],[473347,345932],[472994,346959],[473171,348232],[473449,348021],[473535,346706],[473275,354241],[473441,354459],[472914,353582],[472855,354378],[472963,353964],[472900,348394],[472124,347717],[473321,346089],[473567,353655],[473158,354071],[472492,348143],[472190,348319],[472117,348063],[462655,434263],[462279,428143],[462536,429235],[461749,428520],[468111,428709],[467707,429046],[468557,432733],[468479,433032],[468469,433690],[467161,429585],[463143,427956],[462378,428605],[465166,429022],[464211,428910],[470074,428950],[471647,428500],[469190,428907],[472207,429259],[473296,428897],[471212,428913],[472075,430138],[464891,432694],[464434,431513],[465707,435033],[465852,434554],[463277,435291],[463724,435131],[461473,434318],[461985,434472],[463132,428479],[462604,429544],[462188,429513],[462731,429171],[461993,428681],[462393,428966],[467370,428002],[467723,428556],[467305,429807],[468800,432849],[468399,433202],[468199,433747],[468066,433542],[467050,429259],[467372,429232],[462814,429462],[462675,428035],[462913,428896],[462014,428325],[468374,428832],[467857,428389],[467087,429797],[468291,432806],[468193,433181],[468498,433653],[466991,429164],[462865,427675],[461880,429125],[464812,429730],[463564,428990],[470238,428837],[471644,428341],[468934,428922],[471658,430181],[473071,428956],[472151,430126],[465631,431815],[464547,431410],[465543,434023],[463502,434201],[462042,434054],[462692,428524],[462358,428893],[467727,429024],[467770,428186],[466896,429670],[468641,432888],[468582,433223],[468529,433459],[466880,429183],[462665,427379],[462725,428171],[462122,428763],[465152,429183],[463615,429475],[469984,429179],[470906,428855],[469237,428872],[473368,429730],[471374,429819],[471700,429805],[465767,431848],[464930,432027],[466438,435323],[466188,434587],[462977,427620],[462659,429179],[464982,429282],[464086,429133],[470178,429205],[470921,428098],[469201,428271],[472053,429878],[465015,432345],[464784,431642],[466194,434061],[463195,427334],[462501,428119],[462542,428450],[464459,428983],[464040,429610],[470447,428734],[471306,428218],[469010,428304],[473027,429872],[471779,428958],[472183,429971],[465521,432181],[464341,431556],[466304,434903],[465606,434677],[462699,427662],[462763,428253],[461827,428626],[464523,429379],[463542,429727],[470168,429342],[471707,428137],[469646,428382],[473129,429063],[471937,429028],[471706,430053],[464899,432144],[464532,431643],[465531,435184],[465617,434100],[463721,433937],[463789,435375],[461971,434205],[462515,434485],[463070,428498],[461825,428847],[462129,429238],[467759,428978],[467391,428435],[467096,429090],[468165,433466],[466925,429619],[468438,432819],[468775,432803],[468046,433126],[468081,433039],[468399,433769],[466910,429455],[466881,429326],[462503,435492],[463060,435546],[461988,436375],[461949,435575],[462837,435966],[461842,435794],[462955,436001],[462775,435655],[461716,435599],[461911,436348],[462207,436351],[462840,435883],[461427,435734],[460844,436156],[460836,436255],[463082,435692],[462160,435549],[469912,494884],[468448,492708],[469894,492866],[473328,490000],[468801,492379],[467801,492990],[470417,494083],[471063,495417],[470913,494993],[468229,494678],[468388,494451],[470801,490265],[468945,488511],[468972,491865],[468780,488751],[471221,490170],[471607,491307],[465774,496075],[465031,496373],[465906,496337],[466687,496329],[464294,495763],[468283,493076],[468081,492937],[470017,493739],[470345,494955],[469143,494113],[472058,487984],[470795,489506],[466098,587217],[462790,586958],[463097,585647],[464153,588153],[463247,587049],[463092,586798],[465886,584139],[465890,583224],[465019,583722],[464906,583962],[464467,584811],[465359,584324],[464766,583704],[465914,583426],[465399,583374],[465065,585321],[463133,584839],[465300,586892],[463672,587944],[465882,587380],[462964,584789],[463135,584626],[462830,587184],[463079,585637],[466393,585652],[463629,583608],[464392,583886],[463901,585106],[465591,585385],[464835,583532],[465889,585130],[465134,584687],[465704,585357],[463713,583982],[463628,583749],[463698,585746],[465101,587985],[462582,586259],[464518,586171],[466583,587615],[464423,586577],[463605,585325],[465131,588283],[465788,587371],[464720,587301],[465788,583642],[463972,583589],[465365,584860],[464952,583747],[464135,585187],[463484,585605],[463380,584766],[465508,585104],[465956,584042],[463968,583693],[467119,597846],[466927,594969],[465951,594069],[467850,595560],[466073,593652],[466584,593736],[467092,594201],[465625,595165],[466240,594022],[465993,595517],[465437,595203],[469274,597565],[468981,596352],[469363,598144],[469602,596464],[469370,597701],[468514,598178],[469278,597599],[468542,597950],[469159,596685],[468624,596704],[467421,595818],[467744,597184],[466635,596442],[466708,596066],[467919,597101],[467506,596607],[466149,597171],[466676,597689],[465887,596435],[465873,592719],[465057,594067],[464519,592268],[465635,592566],[464423,593249],[465895,594423],[464530,593635],[465457,593376],[465352,592212],[463430,592904],[466937,593209],[467032,593300],[465506,595291],[466340,594561],[466934,594001],[467143,594699],[466010,593520],[466892,595158],[466876,594866],[469437,597080],[468911,598263],[469970,598362],[469088,597811],[468958,597994],[470367,597455],[469686,596831],[469029,597251],[469140,596911],[470274,598182],[467283,596406],[466669,597664],[466096,596477],[467272,597125],[466731,595812],[468051,598017],[467237,596925],[466122,595887],[466746,597628],[466824,597514],[465643,592744],[465285,592340],[465852,594050],[463503,592451],[464582,592893],[465237,593824],[464728,593280],[464941,593522],[464268,592500],[465029,593947],[466493,594409],[466321,594610],[466701,594856],[466840,595173],[467077,594418],[466713,593347],[467314,595127],[465904,595098],[465636,594960],[467487,593390],[468900,597085],[470796,597852],[469673,598329],[469622,597367],[468739,597783],[470252,598632],[468661,598859],[468364,598353],[469929,597027],[469038,597451],[466340,598168],[466435,597140],[468056,597471],[466569,596420],[467326,597203],[467890,596179],[467924,596710],[467174,597144],[467754,596033],[468249,597699],[464637,594576],[465482,593484],[465818,592937],[464884,593405],[463965,593800],[466000,594013],[463860,593776],[464978,592413],[465392,592838],[465952,593956],[477158,344188],[477342,344421],[475491,344157],[477299,345729],[475834,343798],[475531,344671],[475338,345316],[475327,343620],[475580,345127],[475856,344859],[476020,344547],[475568,345682],[476196,344576],[475822,345422],[475638,344256],[475621,345565],[475526,344243],[476098,343391],[477526,343891],[477748,344387],[475821,343823],[476782,343399],[476920,344274],[475589,344675],[475413,344581],[475773,344998],[476132,345654],[476462,344024],[475344,344113],[476457,345536],[475549,344134],[475782,343624],[475737,343479],[475770,344414],[475764,345168],[476417,344192],[476108,345441],[476117,345781],[476522,347352],[475982,355161],[475811,355377],[476706,355120],[476750,355399],[476324,354932],[477341,354710],[475550,354258],[477509,355691],[476348,355847],[475996,348844],[476173,349104],[476419,345846],[477079,348090],[476898,349747],[476959,349551],[476816,348266],[476471,349410],[477350,347631],[475430,348278],[475936,347094],[473798,348301],[474279,346298],[474272,346508],[474869,353076],[474251,353837],[474431,354091],[474874,354802],[474042,352747],[477365,356479],[476938,357216],[476240,348221],[475979,347911],[477770,345917],[475490,355381],[477245,354486],[476341,356270],[476487,355770],[477500,354378],[477405,354953],[475948,356334],[476261,356230],[477953,354326],[475466,355655],[476756,349108],[476110,349070],[477646,349479],[476395,348603],[475567,349724],[476756,347723],[477499,349342],[475922,347246],[473626,347883],[473664,346338],[474533,347287],[473679,346554],[474577,347286],[474519,353220],[473890,353383],[473638,354971],[473835,353409],[473793,353128],[477253,357143],[478658,357310],[477159,357589],[477174,356878],[478619,358508],[476161,347745],[476071,347984],[473611,353367],[476735,354831],[477130,354312],[476136,355840],[475752,354605],[475868,356521],[476612,355411],[476440,355997],[476366,356184],[475476,355789],[476083,355173],[477157,347788],[477164,349524],[477119,349161],[477671,348770],[476195,347455],[476329,347767],[476076,349598],[475979,349505],[476763,347472],[476163,348550],[474344,347779],[474113,348248],[473936,346154],[474327,346391],[473796,346869],[473642,347808],[473683,355104],[474806,353722],[473991,354053],[473685,353155],[474107,352795],[473975,354534],[474565,353698],[476976,357485],[478316,358197],[477277,356037],[477656,356553],[477898,357821],[478357,357059],[475588,346099],[476431,347712],[475971,347556],[479655,360118],[479222,361734],[477813,362091],[478873,360730],[479163,361410],[478410,361755],[480189,364985],[480129,364483],[478824,364444],[478901,363551],[479964,364914],[479786,363764],[478648,363412],[479518,364590],[479629,364161],[479756,360541],[478943,362197],[479957,360432],[480206,362501],[479875,360523],[478169,362671],[479695,361723],[480100,361291],[478646,360699],[480141,360905],[479108,359255],[478185,359371],[479885,359240],[479989,364253],[479253,362812],[478408,362846],[480300,363127],[479790,363738],[478658,363571],[479563,359557],[479900,364435],[479210,363179],[479385,359268],[479371,359227],[478410,360916],[479179,362111],[478463,362252],[479334,363647],[478205,361628],[478841,364614],[478801,360849],[478395,361672],[479115,361099],[478873,364169],[480132,364916],[480401,364525],[478598,364111],[479549,363986],[480811,363214],[479904,364802],[477315,466325],[475192,465804],[477189,465177],[476179,466210],[478771,466570],[480309,468656],[480797,468312],[478578,467819],[478220,467752],[480786,467515],[479346,465528],[479075,464589],[478854,464109],[477827,464092],[476897,464965],[476939,466730],[476488,465266],[477180,464825],[477468,465281],[476008,465760],[479365,466746],[480236,468544],[480346,468065],[478321,467715],[480734,467256],[479273,465731],[478817,464646],[479989,463890],[479765,464189],[477880,464433],[479300,463670],[478795,466148],[479508,466620],[475560,463694],[476744,466742],[477214,465145],[476425,464665],[476547,464150],[476163,463816],[478615,465938],[476099,466239],[478600,465591],[480044,467561],[475765,464651],[475376,465406],[477759,465004],[476985,464799],[477364,465928],[476498,465648],[478648,466846],[480716,468072],[479155,466883],[480134,468300],[479825,468036],[480988,467351],[477754,467215],[479991,468047],[478823,467665],[478502,467497],[480171,467039],[478526,465384],[479628,465189],[478904,465109],[479027,464181],[477703,463839],[477297,464124],[478343,467973],[476173,466476],[479816,464421],[477432,468104],[479216,463724],[476169,463832],[475526,466844],[475275,464243],[477398,465045],[475185,463795],[477516,465355],[476939,465093],[476020,464537],[476978,466708],[475850,465485],[476021,465714],[478428,467023],[479038,467259],[478766,466803],[480129,467903],[478148,467939],[478288,468075],[477829,467864],[480526,467170],[480409,467405],[479364,465701],[478551,465492],[479563,465047],[479406,465112],[479047,464156],[479077,463359],[477587,464295],[477282,464571],[479403,465180],[477445,464858],[476340,465520],[475669,463870],[477499,465178],[476213,464971],[475707,465000],[477389,463760],[477472,465761],[478681,464194],[476978,463781],[478475,467575],[480201,464287],[479477,466137],[478091,467850],[478278,464476],[480006,465570],[475726,463706],[476751,464053],[478193,466758],[477199,466774],[475191,465744],[477816,465265],[477254,465574],[476686,465932],[478924,466754],[480140,468014],[478762,467314],[478093,467091],[480893,467956],[478642,465253],[479279,464690],[479943,463358],[479202,464071],[478063,464296],[479655,473546],[476565,473333],[476328,473459],[476416,473002],[477072,472963],[476118,473153],[477211,472624],[477363,473579],[476672,473418],[476645,473149],[478826,468230],[476531,468228],[477651,473442],[480420,473443],[475957,472493],[477095,472671],[476664,473258],[476284,473175],[477130,473272],[476049,472323],[477441,473497],[476953,473231],[480060,468751],[479694,468500],[480311,471968],[476095,472334],[476532,473057],[476743,472396],[476548,473736],[475911,472420],[476607,473748],[476142,472649],[476227,473446],[476137,473218],[477141,473006],[476664,468222],[479516,468707],[483287,481726],[482917,481393],[481638,476308],[481274,480962],[482967,482693],[483206,480721],[476299,483229],[475547,483992],[476479,484073],[477102,483339],[481165,481909],[478235,483128],[477656,482386],[476920,482767],[482888,481140],[480161,480877],[480996,483170],[480335,482697],[483450,479673],[481004,481096],[483767,479854],[482185,483557],[480190,481804],[481179,481053],[482469,481290],[481754,480817],[477365,484899],[482292,476823],[476773,484927],[477107,486000],[477833,485028],[481636,477216],[478340,484629],[477545,485970],[477673,485538],[478792,485039],[477705,486166],[476388,483553],[483878,483474],[477165,474043],[477155,477105],[477069,474061],[478908,474296],[479591,474267],[477705,476029],[477923,474031],[478021,475619],[477856,475057],[477155,473847],[480681,476300],[479399,474519],[478626,476145],[479429,475055],[479328,476072],[478119,476417],[479787,474774],[477733,476310],[479316,474933],[476590,473831],[476592,473810],[478349,475163],[479997,474334],[479109,474990],[478471,474925],[480729,474794],[478955,475900],[475884,474450],[477910,476514],[477822,474524],[478409,474693],[479650,474129],[479380,475874],[478511,475137],[499084,279072],[498891,280712],[497620,285948],[496156,286583],[496848,285436],[495676,286414],[494348,286696],[491924,289107],[492438,287535],[492894,287281],[492419,287450],[494490,287402],[494778,285873],[494175,286579],[499076,285362],[495572,286220],[492808,287700],[492585,287794],[492926,288957],[491677,288979],[492902,288994],[492905,287562],[494868,286442],[494868,286054],[494128,286137],[494193,286741],[494400,285848],[498563,285875],[499016,285441],[494629,286662],[497419,286014],[497279,285751],[495927,286309],[498439,285906],[492653,287703],[493070,287945],[491571,289075],[492454,288765],[491824,289027],[492860,287809],[492616,288746],[493861,289608],[492975,289124],[493427,287656],[493104,287157],[494915,286768],[494775,285809],[494334,285860],[494159,285801],[494245,286736],[494755,285842],[493933,286687],[494644,289381],[493496,288038],[495608,285592],[496964,286963],[496250,286461],[497343,286277],[497676,291021],[493257,290239],[498046,291367],[497285,290708],[497314,290557],[494890,292427],[495601,293536],[494984,291806],[494711,293369],[495870,292603],[493564,293634],[494102,292850],[493714,292558],[494018,291768],[498581,291495],[493235,290462],[497857,286443],[497240,287425],[496542,285964],[496692,286048],[495596,285531],[495570,285684],[493425,290351],[494080,293162],[494097,292251],[498531,289321],[495648,293643],[493851,292516],[495360,292457],[495580,292471],[496861,290175],[497265,289365],[498141,291927],[492892,288362],[492612,288506],[493335,290637],[498400,286184],[497587,286367],[496552,286108],[496794,286047],[497298,286823],[498092,286368],[496915,286358],[497410,287442],[497311,286621],[498028,287739],[494666,292188],[494346,292504],[495698,292600],[493695,293057],[495332,291981],[494788,291627],[495104,292158],[496944,289604],[498025,291376],[497408,289942],[498231,290988],[497520,291526],[497521,290345],[493530,290448],[493458,291046],[491603,290489],[493444,291077],[492583,290622],[499172,409012],[498610,409323],[495319,407387],[496333,408018],[495625,407729],[496498,408341],[496904,408515],[496278,408578],[497460,407991],[494845,404590],[495420,405105],[495747,404809],[494282,404876],[495191,404916],[495210,404265],[495110,404759],[495241,404168],[495491,404978],[494660,404706],[497183,407971],[496908,406920],[497505,406301],[498403,407624],[496574,407524],[497502,407714],[492224,400814],[495920,405906],[498053,405733],[497245,406848],[496089,407909],[496289,405246],[496501,409347],[498434,405804],[495454,405978],[498198,408908],[498073,405373],[497515,409109],[492915,402888],[493454,402305],[494525,402692],[493261,402538],[494403,401210],[494180,401866],[493062,402367],[493335,401788],[493865,402108],[492824,400349],[492306,399884],[490849,399793],[491647,399758],[491451,399509],[491544,398142],[490492,399556],[491990,400550],[496637,415302],[495821,415980],[496393,417074],[496237,415718],[496163,414589],[495316,414530],[496249,415204],[496594,415121],[495983,414989],[495527,415201],[496118,417324],[495680,416766],[495383,416044],[497137,417058],[497040,417337],[495772,418485],[495283,414861],[496187,414818],[496208,416058],[496219,416405],[496666,416185],[496170,415244],[496564,416334],[496419,415209],[496012,414508],[496556,414526],[496571,418860],[495639,418352],[495557,417827],[496945,417566],[495836,418287],[495362,417343],[495708,416480],[496208,416210],[496412,415371],[495952,414433],[496556,416212],[495953,414267],[495697,415404],[495388,415519],[496606,414278],[495571,414368],[495625,415384],[495541,417207],[496831,417464],[495901,418382],[497033,417830],[497111,417275],[496881,418055],[496870,418084],[495836,417790],[495758,417203],[495863,418477],[496478,422371],[495570,422026],[495851,422163],[495086,422548],[495726,422427],[495175,422322],[496374,422287],[496073,422467],[495595,422363],[496077,422523],[496115,422388],[495631,422423],[496427,422443],[496653,422058],[495674,421946],[496395,423034],[495885,424267],[494583,423279],[494576,426047],[495872,427022],[495000,425971],[496051,427456],[495342,426719],[494940,427584],[496124,426238],[495086,427112],[496630,423799],[495476,423796],[494617,423525],[495882,423085],[494415,423229],[496521,423883],[496197,427185],[495502,427135],[496308,425521],[496861,427982],[494992,426226],[495449,427814],[495482,427143],[495883,425598],[494857,425729],[495430,428039],[496240,423255],[496204,423562],[495835,422772],[496437,423406],[496422,425527],[494626,425562],[494939,427665],[495975,423417],[496211,423759],[494583,425620],[494454,427346],[495976,423976],[496483,425522],[496255,423454],[495592,426639],[496808,425697],[496696,425865],[495230,426981],[494923,438866],[493729,440061],[494901,439186],[493160,438646],[494355,439162],[495838,440232],[493248,440887],[494686,438101],[494256,439140],[494362,438296],[494029,438572],[492905,440060],[492590,439594],[494970,438237],[491781,438969],[492589,437999],[495122,438473],[493504,438490],[495030,438026],[494193,439840],[492863,439653],[494612,438133],[493523,440191],[494364,438088],[493183,439520],[493874,438865],[492988,438511],[494100,439516],[494710,438280],[491843,438594],[495460,437876],[493325,437987],[494718,438470],[492080,439654],[493052,440126],[494442,438758],[495155,438575],[492806,439771],[493900,440088],[494880,439774],[492927,438979],[495003,438626],[498655,626582],[499137,627390],[498869,627351],[498980,626887],[499200,626621],[498156,627289],[497655,626928],[498115,633032],[498841,633034],[498933,633299],[499042,634423],[498090,633475],[498311,632556],[498658,628065],[499117,628445],[498426,627838],[498206,628860],[499154,632922],[499109,631975],[499096,632052],[498657,632784],[499135,632836],[498971,627508],[498391,628923],[497808,627686],[497915,628840],[498350,631968],[498373,633190],[497985,632114],[498021,633186],[498220,632120],[498929,632603],[498457,627574],[498260,628600],[497677,628977],[498954,628227],[498612,628882],[501713,268731],[501732,276203],[500836,276283],[500559,278259],[501537,277546],[502258,276306],[500770,276875],[501018,278079],[502627,278157],[501187,277291],[501414,278456],[501969,274990],[502154,274769],[500422,273677],[499426,276201],[502190,273684],[500986,273546],[501624,275898],[499724,276146],[504975,276923],[504775,275934],[504879,276905],[504847,274993],[506199,272109],[503374,276734],[505153,274725],[502490,272919],[503001,273424],[502550,271908],[502953,272265],[503340,272986],[502053,280381],[499943,271101],[500316,271923],[500222,271172],[500495,271908],[500318,271338],[499886,270487],[499996,270334],[500378,270590],[500627,270620],[504370,271525],[503746,278565],[503386,279804],[504075,279093],[503594,278514],[504377,277853],[499491,277463],[504139,271851],[499884,277432],[502124,279761],[501206,278799],[502850,279374],[502570,279161],[505501,272241],[503971,271850],[505983,272937],[504282,273266],[505833,272522],[502639,274885],[503357,275601],[502079,276108],[502452,275845],[504337,276312],[502237,274900],[503283,275760],[502797,275535],[503789,274518],[503609,275584],[502784,281021],[503083,281015],[503880,280825],[500407,270367],[499302,279522],[501014,279367],[499994,280184],[499306,279971],[500514,280582],[500858,279522],[500444,280304],[499403,280753],[499323,280996],[501078,270715],[504286,269936],[504183,270151],[505926,270674],[502727,269487],[504362,270024],[503063,270572],[504114,270939],[504056,272136],[505830,270973],[504144,270230],[500532,270364],[502867,278361],[501705,276590],[501976,277312],[501577,276742],[501491,276945],[500858,277069],[500583,278399],[502328,277051],[502460,278238],[500720,277331],[500665,274744],[500808,274932],[501291,273528],[501745,273891],[502200,274700],[499805,274018],[499490,275716],[501841,276053],[501844,275817],[505811,271134],[503942,276521],[505002,275343],[504849,275399],[504413,276918],[504198,274417],[502945,276854],[503275,276940],[505082,276137],[505263,273340],[503153,280313],[503573,272490],[502519,272089],[502890,272096],[504073,273385],[502495,272009],[502726,273217],[503217,272906],[502284,271353],[500344,272043],[500488,272588],[501600,271653],[502126,272116],[500601,271191],[501195,269714],[503631,278732],[503550,277813],[503513,279222],[502875,279574],[503451,280309],[503177,279194],[502367,280397],[502431,278788],[501752,280360],[501780,280109],[504337,270928],[504936,272456],[503826,272830],[504594,271621],[500270,270339],[505471,272276],[505056,272378],[505627,272692],[504822,272689],[502528,275553],[502708,275637],[502521,276555],[502588,274951],[504083,275455],[504281,275330],[503281,276512],[504160,275813],[502514,276500],[503921,276671],[499686,279473],[499223,280447],[501363,278766],[501127,278664],[500978,278706],[499373,279120],[500896,278668],[501309,271181],[503813,270361],[501316,269522],[502391,270081],[504884,272111],[502815,270762],[503628,270742],[500728,270203],[499972,269973],[503899,271528],[504763,271678],[500575,277685],[501036,277678],[502094,277887],[500443,277750],[501890,276636],[501186,277122],[501422,278097],[500919,276819],[500571,277794],[500919,277540],[503041,276621],[504356,271293],[501421,275260],[501183,273457],[500253,273729],[501138,273766],[501663,275004],[502607,273930],[501491,275282],[505993,271124],[505543,272233],[504374,271852],[505428,271015],[504306,271294],[505040,274531],[504696,273240],[505232,276223],[502747,276561],[504960,274438],[504881,275010],[504926,275298],[505644,272520],[503279,273356],[501297,269800],[500159,278650],[499674,275142],[502106,273332],[502375,272886],[500330,270699],[499988,270233],[503393,276670],[502091,281086],[504048,274282],[501818,270094],[499968,269382],[503221,275155],[503493,274943],[500145,270032],[500025,271599],[499885,270964],[505055,271954],[503632,271358],[504019,279117],[504693,277443],[503510,279750],[504412,277670],[503948,279173],[504249,279166],[503895,280388],[501334,278965],[499770,280237],[499667,279337],[502174,281620],[504561,280300],[499885,280477],[500230,280120],[503537,274968],[504122,275317],[501929,279733],[501711,279699],[502374,279758],[500799,279883],[500128,279273],[499852,279080],[505318,271773],[505543,272224],[502211,275878],[502922,275270],[503454,275003],[502619,275275],[505086,272369],[500042,279896],[503134,270504],[504393,269503],[502921,270332],[505732,272173],[503991,270355],[501844,269909],[503972,270390],[504367,270249],[504886,291034],[504943,291942],[504685,290916],[504319,290606],[501418,287509],[504249,290847],[503329,290950],[502538,286355],[503140,286319],[505221,288861],[503751,288598],[505094,289077],[503740,288412],[503674,289247],[504627,288484],[506107,291082],[504324,290822],[505432,291391],[505861,291521],[505719,290686],[506089,291820],[504464,291055],[502738,285703],[503346,286518],[503846,289082],[504020,288468],[505085,289462],[503834,288348],[504575,288252],[504671,288245],[504910,289463],[504053,288132],[503146,286448],[503029,282038],[502485,281832],[503179,282448],[505019,291419],[504518,291238],[505765,291035],[505683,291575],[505981,292157],[505461,292317],[506016,291988],[504308,288833],[503740,289091],[504830,288585],[504497,289444],[504858,289007],[504736,289387],[504797,288438],[502491,286032],[501115,289063],[500620,288314],[501048,288460],[501128,289082],[501157,288762],[500932,288986],[501390,289108],[500782,288570],[505017,292794],[501150,285715],[500913,286635],[503664,290650],[501471,286046],[499728,285033],[500734,286926],[501410,292107],[503175,292090],[501785,292734],[501681,291158],[502740,293106],[503527,291785],[502648,292330],[501546,291660],[504508,292861],[500061,288982],[500825,288145],[500302,288837],[499526,288183],[499498,287171],[500828,288422],[500243,288784],[500347,286359],[500119,286492],[500241,284925],[500539,284865],[500386,284742],[503766,291679],[504383,292830],[501565,291152],[502723,292772],[501332,291719],[501718,292934],[502994,291883],[503060,293402],[502444,293460],[505794,292891],[500373,288278],[499607,288417],[499436,288767],[500336,289163],[499755,287296],[500301,287879],[500180,285431],[500059,285592],[500486,285552],[499696,287096],[501021,286105],[499356,286135],[500451,286112],[504975,292376],[503727,291044],[505244,292653],[505765,292935],[501269,293271],[503422,293086],[502647,293160],[502268,292381],[502903,291515],[503849,292613],[503336,293267],[503447,291485],[502451,429384],[502169,424731],[501925,422688],[501770,428896],[502098,432389],[499440,627219],[499565,627026],[499261,633113],[499256,632528],[499217,633049],[499358,628809],[553009,357751],[553352,357768],[555212,357894],[562130,350331],[562685,352389],[562713,350631],[562587,351373],[562235,350330],[563156,352977],[554948,356796],[554534,357167],[554350,357006],[563123,352602],[562354,350196],[562127,352324],[563179,350837],[562788,351082],[562250,350663],[562284,351371],[562650,351215],[563084,351380],[562553,350276],[562743,351111],[563138,350638],[552895,360315],[556186,363490],[567555,345633],[568983,347345],[571274,345927],[569740,347849],[568933,348389],[569961,348480],[565449,347979],[570400,348219],[565885,347049],[564277,352816],[564319,351222],[563380,350985],[563740,352538],[566184,351640],[568233,350299],[567185,349593],[566780,349525],[566133,351137],[566321,349598],[564261,354944],[564621,354959],[564671,354993],[564517,355107],[565667,354187],[563949,350184],[571397,346562],[568482,348563],[569075,346728],[568027,350513],[565552,349197],[569358,348486],[564602,348674],[565972,347951],[564608,351209],[566631,349832],[566867,349546],[566029,351330],[567134,350403],[566165,349107],[564155,354763],[564396,354446],[564830,354952],[565534,353943],[569488,349127],[570960,346619],[571162,346565],[567849,349340],[569601,348326],[569774,345871],[563474,350866],[563403,352525],[571190,348147],[571279,346497],[566714,351261],[570521,347056],[569742,348279],[564575,347635],[565611,347880],[565233,348140],[565102,347982],[566466,351398],[568251,350188],[565346,352478],[567077,350980],[565558,353879],[565502,353786],[566729,350241],[566264,350087],[567080,350133],[565617,354007],[565102,355325],[565546,354155],[564866,354193],[567396,360298],[566864,359995],[567014,359504],[566823,359664],[566603,360197],[566565,359954],[567442,359455],[567280,360671],[566914,360593],[565926,360276],[567460,359598],[567557,360160],[566791,360847],[567382,359582],[566311,359530],[566854,360562],[566802,360221],[566869,359335],[566053,360443],[566525,359484],[566351,359826],[566461,360744],[567152,360482],[567353,359925],[566652,360390],[586781,384130],[586266,383833],[586568,384125],[586421,384196],[586924,383601],[584395,383915],[586749,384198],[583416,383534],[583130,383562],[586782,383803],[587394,384175],[586901,384090],[587095,383857],[583478,383632],[583929,383791],[586058,383804],[583412,383752],[585727,384177],[584093,383681],[584168,383626],[583712,383951],[585640,383935],[585525,384143],[586620,384173],[586117,384125],[586189,384104],[583483,383783],[584307,384147],[583511,383658],[584593,383859],[586740,384324],[586791,384300],[586336,384393],[587268,384212],[587616,384436],[586785,384292],[600118,353866],[596290,352632],[596821,351916],[600230,353898],[597518,353032],[600470,354000],[597636,353760],[597261,353536],[597137,353495],[601431,354687],[597983,353759],[598450,353800],[600942,354743],[596800,351452],[597910,353360],[600710,354159],[598393,353530],[598605,353732],[596515,353009],[606152,358584],[606126,357572],[605605,357908],[601774,354228],[604123,354737],[602309,354606],[602020,354178],[603741,354846],[602106,355672],[604111,355695],[602860,354345],[603599,355088],[601987,354466],[604023,355436],[603440,355890],[602152,354976],[602487,354471],[601915,354653],[604685,357717],[604831,357214],[605382,357341],[603772,356656],[602083,354402],[604077,356561],[603795,355382],[606295,358328],[604154,355600],[603175,356669],[602394,354485],[602418,354375],[604650,359545],[605295,359288],[608034,362383],[608559,362900],[609265,363473],[608653,362078],[607391,361126],[609565,364837],[609535,363520],[609387,364812],[608346,364841],[608678,364574],[608538,363388],[609033,364457],[608388,363542],[608501,364441],[608883,364478],[609338,365732],[609275,365590],[609363,365930],[609329,365664],[609527,365083],[609037,364901],[608921,364266],[609499,363659],[607410,362586],[607421,362727],[607265,362591],[607842,362919],[605593,360440],[605510,360510],[605217,360256],[606167,360740],[607269,360733],[607757,361217],[608428,363793],[607219,360631],[607985,363362],[606733,358944],[608646,363715],[609182,362774],[608011,362298],[609213,363408],[608238,363413],[608001,362556],[604984,359025],[608596,363530],[606690,361422],[605797,360866],[605234,359535],[607215,359195],[607202,359293],[605528,359205],[608419,363894],[608515,364598],[608362,363755],[607464,361184],[608453,363557],[607679,363180],[608147,363782],[609766,362948],[607573,361450],[609289,362893],[609790,363164],[609030,363299],[609987,363303],[610040,363080],[609404,363462],[612503,382632],[613625,380161],[612472,380163],[611770,382440],[612133,381320],[613862,382750],[612565,380236],[612102,381922],[612825,382186],[612072,382302],[612540,381243],[612228,380766],[612384,380347],[612419,380883],[606990,385941],[604947,386754],[605643,386618],[606696,385746],[614885,383933],[615871,383674],[615439,383210],[616904,383665],[616559,382243],[617059,381644],[616089,383666],[615928,382232],[614940,383485],[617221,381802],[615702,383027],[617143,381893],[615758,381984],[616658,383637],[616301,383320],[616626,382911],[614891,383264],[616348,381971],[616028,383121],[615164,383962],[616040,383330],[617193,383786],[634766,396222],[634805,396628],[635975,396491],[637305,396957],[631092,387706],[631581,387956],[632544,390441],[632840,390512],[634002,390658],[633518,390603],[631979,390564],[631489,390096],[631026,390105],[631288,390359],[631930,390305],[629652,387725],[629289,387360],[629289,387759],[629791,388061],[628708,387420],[628411,386364],[630471,388701],[629946,388458],[630660,387712],[632390,388471],[637876,390784],[637382,390850],[636721,390676],[636104,390705],[636010,391129],[635853,390236],[636690,391101],[639008,391327],[638079,391184],[638517,391444],[638582,390597],[636313,395594],[636672,396871],[637567,396694],[631912,388042],[631648,388087],[632185,388171],[638306,396984],[636717,396786],[637037,396336],[636615,396446],[635788,396520],[636104,396241],[635697,396471],[636539,397523],[636454,397078],[637237,397286],[636877,397274],[637534,397225],[637404,397352],[636126,397895],[635635,397067],[637934,397313],[636889,397003],[637379,397309],[637735,397225],[636149,405218],[635289,397536],[639432,400233],[636857,404738],[634828,416096],[634763,416407],[635661,417101],[635605,417422],[635398,416069],[635491,416662],[634820,416798],[635029,417342],[635434,417089],[635403,417198],[639025,416566],[637608,417176],[637943,416219],[638767,417112],[638267,417429],[637809,417491],[638843,417069],[638387,416890],[638101,417183],[639500,416851],[639329,416466],[638062,414520],[638681,414169],[637095,414049],[636303,413673],[637422,414493],[637031,413824],[638209,413973],[637026,412688],[636975,413187],[637203,412705],[635103,416053],[634847,417210],[634675,416465],[634568,417029],[635600,416511],[635179,417130],[635285,417281],[635692,416590],[635245,416136],[635715,417008],[637936,417172],[638366,416589],[637534,417109],[637847,416971],[637547,417318],[637935,417435],[637815,417369],[638761,416349],[638996,417353],[639025,417392],[638668,413935],[637912,412471],[638519,413977],[638289,414125],[637700,413998],[636572,414536],[638641,414156],[637831,414190],[637582,412746],[636250,413750],[635401,417045],[635340,415975],[634346,415916],[634548,416637],[634748,417146],[635572,416592],[635548,416506],[635852,416614],[635697,416331],[635721,416434],[638618,417556],[638468,416836],[638423,417314],[638835,417105],[637373,416812],[638678,412947],[637237,414510],[637680,413998],[637266,414710],[637234,412763],[638670,413855],[637171,414026],[636724,414757],[636430,414311],[637969,412903],[63251,191461],[58667,188449],[62190,189440],[62391,188683],[63260,191948],[646492,394496],[646510,393824],[646388,393457],[647095,394771],[645876,394222],[647529,394507],[645913,394847],[647593,394451],[645997,392998],[645906,393440],[645951,394620],[646228,393376],[645663,394545],[645356,393429],[646096,394021],[645383,393743],[646242,394208],[647399,394055],[647194,393879],[645054,393191],[646577,394270],[646272,394024],[646210,393651],[644625,392923],[647372,393591],[646264,393612],[646126,394838],[645834,394934],[646275,394009],[647829,394701],[646376,393809],[645317,393371],[646010,393236],[646050,394510],[646450,393485],[645813,394151],[646347,393588],[645722,393257],[645207,392887],[645659,392891],[645674,393278],[646963,393871],[644200,392806],[644503,393208],[645563,394365],[644277,393059],[647148,393619],[646851,394004],[641382,391821],[640698,391759],[642043,392026],[642318,392299],[641521,392541],[640947,392122],[641156,392351],[644834,393104],[645515,393516],[646966,393925],[645584,393231],[646496,394147],[647619,394436],[645523,394687],[645793,394726],[647874,394756],[645427,393409],[646805,394662],[645795,394687],[646770,393975],[645858,394225],[646318,393416],[645487,393200],[646944,394105],[646393,393534],[645300,393178],[645450,392910],[646732,393581],[645143,392981],[647290,394817],[645342,393679],[646300,393797],[646999,402722],[647710,403026],[647781,403017],[647571,402962],[646647,402961],[646541,403681],[650064,402789],[650178,403459],[650320,402568],[650186,402428],[648835,403410],[649467,403475],[649040,403445],[649074,403233],[640454,400123],[640709,399999],[640363,400052],[641616,399684],[640845,400173],[640967,398900],[647840,403365],[646587,403512],[647149,402775],[647205,403128],[649442,403349],[649587,402194],[649310,402858],[648993,403446],[649272,402857],[650096,402171],[650167,402084],[649512,402375],[649670,403147],[649234,401992],[652268,403596],[652347,404954],[652282,405098],[652666,403941],[652706,404895],[640543,399085],[640483,399333],[641512,399824],[641587,398440],[641022,397961],[640888,397847],[640054,399240],[647819,403112],[647673,403166],[646501,403296],[646829,403655],[648078,403252],[646542,402466],[647180,403032],[648919,402877],[648856,402481],[650180,403396],[649554,402744],[649736,402454],[650228,403013],[650236,402158],[650226,402459],[652697,405072],[652052,405114],[652376,404103],[640947,398348],[641373,398252],[650247,418256],[650512,416967],[650712,416683],[650929,417535],[651003,418245],[650474,418227],[650813,417905],[650054,417701],[650419,416727],[650918,417216],[646593,412545],[646419,411788],[645385,411711],[643774,411818],[651154,416986],[649894,418237],[651356,417690],[651074,418161],[649898,417686],[650281,418144],[651359,418033],[650839,418187],[650255,416850],[650079,417223],[643414,417673],[643031,417789],[651340,417270],[650025,416803],[643677,418181],[642174,417715],[650277,418160],[650155,416721],[643384,418033],[650733,417882],[642747,417898],[642583,418143],[649988,418229],[650723,418240],[650149,416837],[651211,418189],[651238,417575],[653581,404551],[653121,405850],[652980,404459],[654581,404366],[653822,405001],[653289,405436],[654446,405096],[654003,405379],[653333,404330],[653988,404513],[654266,405668],[654854,406897],[655925,407234],[654338,405233],[655095,406014],[655162,406746],[653767,405885],[655705,406930],[655360,406180],[653864,405393],[653038,403722],[654551,404420],[653883,405107],[654060,404551],[654056,404023],[654988,406127],[655176,405559],[654700,406217],[655536,407162],[655810,405592],[654774,405987],[654189,407461],[654302,406177],[654989,406212],[653881,406261],[654222,403603],[653038,405973],[654551,403431],[654048,404629],[654488,403662],[654273,405870],[654101,403854],[653974,406214],[654173,407375],[654745,405427],[655069,407455],[655205,406052],[654268,406271],[655744,407611],[655179,406066],[653892,407729],[655037,407456],[659151,414977],[660283,416271],[659612,415759],[659987,414206],[660035,414053],[654896,421120],[653796,419940],[653827,420005],[655531,421535],[655418,421138],[655345,421222],[654022,420196],[654210,419861],[654262,419748],[654985,421359],[653975,419276],[654185,419306],[653994,419157],[653972,419616],[653548,419595],[653221,420002],[653171,419814],[652970,419559],[654873,419943],[654948,420023],[663581,422539],[660354,414643],[660114,413610],[660690,415675],[659653,414937],[659869,414393],[660628,415920],[660073,415409],[653801,419557],[654145,419636],[654026,419629],[653870,419349],[654245,419474],[654661,420523],[654479,420747],[654363,420802],[654681,421076],[654438,420671],[654513,421018],[655385,420969],[655159,421087],[654966,421056],[654904,420822],[654820,419974],[654878,420115],[655117,420109],[655047,421489],[663394,422293],[663337,422339],[660075,414962],[659844,414079],[659943,415038],[660117,415656],[660381,415778],[659338,414721],[660074,416088],[658858,415245],[658579,416093],[664702,424723],[663018,424668],[662596,424298],[663356,423670],[664474,423553],[664392,424891],[663589,424592],[664155,424954],[662816,423992],[662791,424148],[664149,423561],[664571,423148],[663717,422602],[664370,423671],[664304,423190],[663631,424697],[662763,424785],[663569,425217],[663259,424479],[664696,425125],[662758,424891],[664367,423195],[664138,423419],[663558,422778],[663237,423004],[669203,425833],[671753,425236],[670963,424590],[667911,425255],[670252,424806],[668135,424883],[672069,425214],[668368,424586],[669665,426138],[668303,425317],[667887,424877],[670201,425701],[668676,425284],[668221,425208],[670116,424951],[668919,425447],[669854,425564],[672357,424060],[671909,424450],[672384,424139],[671074,425451],[669912,425306],[671076,424531],[671836,425042],[667760,425176],[669793,425238],[671887,425227],[669102,425287],[669993,425778],[669184,425253],[671089,424748],[671516,425282],[670887,425461],[690137,421651],[690179,420829],[690307,421686],[690080,421663],[690583,421610],[689573,420925],[691023,421376],[691287,422003],[691641,421990],[694693,423961],[695435,424271],[695492,424660],[694057,423596],[695756,425357],[695501,425474],[695358,424644],[694133,423760],[694799,424293],[695935,425340],[694802,424053],[695420,424901],[695915,425169],[697467,434803],[698061,435222],[694829,424847],[695838,425177],[694639,424063],[693758,423147],[694003,424019],[694097,424087],[694370,446764],[694852,447108],[692726,445818],[693436,446977],[692767,445993],[692055,445482],[693201,446131],[694267,446640],[699381,436201],[694945,439326],[693485,439538],[693245,439051],[694631,438632],[701405,443030],[701501,443648],[700003,442788],[701268,444451],[699979,444284],[700069,443011],[699752,443276],[700954,443698],[700123,442684],[700325,442703],[695285,438667],[694104,446925],[692922,445817],[693505,446489],[692280,445132],[692026,445194],[692912,445034],[694572,439329],[693724,438218],[694061,438667],[694442,439741],[694701,440264],[699886,444727],[701987,444170],[700634,442850],[700182,443495],[701122,443577],[700321,444429],[693606,446879],[695144,447190],[693086,446351],[693014,446536],[692383,445833],[692536,445705],[693326,440237],[693513,438884],[694351,438295],[693610,439869],[693360,439540],[693474,440328],[694168,438960],[694126,439765],[694912,438684],[701685,442685],[701332,443126],[699747,442456],[701209,444589],[701456,442977],[700345,444093],[699851,443285],[706922,442289],[706047,440060],[706270,439829],[705878,440787],[706902,440004],[707108,441442],[706569,442456],[707375,442150],[706559,441342],[706759,441732],[706464,442173],[707634,441535],[707247,442568],[705478,441020],[706297,441673],[706670,441730],[706356,442257],[706588,441758],[706627,441654],[706816,441982],[707543,441758],[707402,441280],[706486,441180],[706578,442519],[707397,441402],[706520,440030],[705825,440437],[706268,441753],[707031,441876],[706070,440233],[705198,440739],[707294,439623],[707192,441870],[706848,441733],[706548,440247],[716254,460539],[716314,459551],[716145,460481],[716794,459719],[716326,460950],[716420,460041],[716514,461078],[718888,459977],[718796,460658],[718865,460552],[719580,460033],[718746,460167],[719793,460636],[717343,460080],[717030,460604],[720015,460699],[719575,459612],[719025,460502],[719882,459595],[718931,460512],[719483,460710],[719287,460957],[719060,460151],[720287,459811],[717780,459444],[717015,460509],[717551,459687],[720082,460276],[720127,460580],[718806,460768],[719222,460058],[719229,460160],[720080,459982],[719447,460393],[719692,459771],[719948,460367],[717588,459541],[719235,461064],[719273,461001],[717110,461299],[716959,461498],[723162,462847],[723909,464560],[723607,463684],[723606,464230],[723030,463578],[723047,462206],[723173,464315],[722730,463827],[721015,463330],[721135,462081],[721218,462014],[721702,462160],[719885,461049],[717023,461280],[723692,463495],[720926,462964],[723341,461550],[722292,462041],[722458,463622],[721939,463016],[722336,462685],[722605,462889],[721918,463395],[721816,461287],[722699,461263],[722475,462943],[722158,461587],[722716,461517],[716975,461217],[717765,461163],[723228,463164],[723781,463710],[723033,463523],[723050,464482],[722305,462082],[722994,463375],[721728,462320],[722886,461302],[722511,461850],[720726,462351],[721299,463541],[721322,462060],[722273,461720],[721548,462800],[751894,457442],[751684,457726],[751900,457640],[749730,459113],[750967,459251],[750802,457253],[748871,457726],[748986,457888],[750300,459332],[750945,458444],[750181,458804],[751332,457633],[749328,457858],[750557,458409],[748898,460845],[752188,458801],[748383,457454],[749352,457064],[748379,459268],[751117,459299],[750463,458853],[749897,459663],[749184,457534],[750168,458296],[749272,457393],[751369,459259],[749497,459421],[751026,460362],[748876,458184],[750668,457731],[749842,459898],[749340,459679],[750145,459876],[748834,458360],[748912,457705],[749240,459561],[749782,457937],[749859,457466],[751116,457517],[749926,458681],[750259,459144],[749458,457551],[750549,459209],[748689,460055],[751078,462016],[750767,465047],[748642,461572],[748878,462490],[748945,461872],[748299,461871],[750504,463682],[754543,464232],[755150,464483],[751935,463979],[753737,464507],[752030,463783],[751401,464781],[752634,464013],[748823,461901],[749435,462652],[749087,463555],[748971,462288],[748649,463154],[749095,463615],[750738,465030],[749817,463611],[754974,464540],[754586,464140],[752772,464372],[753796,465478],[751308,464686],[752189,465317],[753486,463838],[752923,465382],[753668,465477],[752814,465400],[752481,463836],[751237,464464],[749257,463480],[752951,463617],[748099,462328],[748413,462892],[750055,461852],[748002,462858],[749566,463668],[748640,462597],[748971,461762],[750151,463456],[749502,461814],[753284,465054],[752038,465779],[752788,465374],[751765,464461],[751456,465546],[752020,463779],[752751,463644],[756576,462826],[755326,462089],[757004,462364],[756102,462012],[755854,462639],[755498,462372],[756519,462952],[756798,463084],[756921,462552],[756631,463650],[755881,463304],[756336,464794],[755751,462931],[755648,463707],[756580,463885],[755259,464542],[756507,463824],[755487,464622],[755493,464786],[755597,463577],[69228,189742],[67632,189270],[67756,189580],[68379,190381],[67400,189884],[68870,189429],[67521,194566],[64672,194983],[67503,196013],[67074,193225],[66760,194697],[69644,192427],[64640,195094],[69598,192271],[65703,194222],[64146,194182],[67456,195729],[66723,194588],[775191,470955],[775929,470099],[776695,470450],[777367,470078],[775780,468904],[776105,470378],[775909,469392],[778755,468869],[778508,468133],[778232,468324],[779084,468886],[779670,468136],[778414,469535],[779242,468856],[779091,469221],[779560,468312],[778167,468938],[775907,470253],[775540,468715],[780706,468148],[780264,468574],[775687,469583],[778629,468469],[779149,469556],[778248,469495],[778162,469250],[779510,468989],[774924,470964],[775684,470329],[776509,470952],[776561,469787],[775704,470660],[776712,470709],[778418,468259],[779616,468254],[779002,468542],[779268,468480],[778942,469353],[779663,469663],[779566,468356],[778601,469353],[778643,469296],[779666,469267],[774993,470428],[777145,470650],[775197,469810],[776428,469473],[775324,470953],[776919,470380],[776051,468879],[776480,470178],[780567,468836],[781457,469087],[780892,467986],[815932,405946],[815814,406198],[817131,402881],[816671,404358],[815718,406370],[817430,403274],[817978,403061],[817268,402687],[816850,403732],[815966,403596],[815357,405142],[817683,402468],[817629,403937],[815802,402856],[815572,404439],[817479,402588],[815776,404057],[815680,404039],[815721,405771],[815867,405113],[816012,406409],[815225,405741],[815254,405062],[818931,403598],[815699,405085],[816015,405611],[815907,405194],[815890,403465],[816552,404392],[817879,402637],[815646,403683],[815567,404739],[816685,404232],[815931,402738],[816351,404305],[815536,403125],[817579,404072],[815488,405769],[816348,405790],[816118,405765],[816015,405186],[819165,402366],[818977,401636],[818764,401879],[821726,401535],[822894,400820],[822691,400620],[821698,400890],[822416,401625],[819975,402413],[820752,402106],[820609,401613],[820062,401495],[822381,401439],[822138,400859],[822075,400978],[822138,401044],[821369,402536],[821590,401573],[822351,400691],[821550,402413],[819401,403401],[819722,402320],[819677,402962],[819570,401656],[819222,402274],[819689,401751],[819777,402748],[819802,401792],[819933,402018],[821706,401209],[821683,401299],[821523,401590],[821822,400865],[821989,400781],[822002,401534],[822122,401485],[821709,400700],[821435,401203],[821585,401431],[820538,401359],[820316,402200],[819303,402807],[820041,402711],[819638,403509],[905482,383939],[907376,384042],[908290,383969],[907795,382569],[906742,383033],[906839,383428],[908406,382648],[908364,382974],[908346,383261],[907441,383654],[908555,383154],[907834,382805],[908566,390833],[908231,392253],[907429,384952],[905457,385575],[906376,385475],[905979,384669],[907254,386584],[906003,387131],[907090,385321],[905470,386205],[907855,385672],[907029,384224],[908336,391610],[907431,384447],[905808,385793],[907376,384612],[906156,386386],[906683,384467],[905972,385385],[906729,385952],[906494,384745],[908101,384322],[908345,391960],[907441,386292],[907197,386134],[906259,385912],[905717,385043],[907271,385855],[906083,384984],[906887,385729],[905615,385498],[908019,502817],[908333,503456],[908083,503767],[908756,502468],[908706,502935],[907554,503123],[907654,503064],[907735,502723],[907633,503760],[907906,502877],[910270,378443],[909543,379895],[909024,383865],[909303,379289],[910031,379262],[910561,379897],[909136,379429],[909686,378427],[909553,378490],[909060,378903],[910001,378280],[910357,378661],[908898,379342],[909814,379910],[909031,379902],[910546,378959],[909660,379433],[910329,379345],[910015,382285],[909792,382675],[909202,392775],[909812,392154],[908942,390335],[909803,391591],[909185,392041],[909032,391545],[909972,392191],[911417,391671],[909145,390804],[909039,384691],[909437,390933],[910096,391016],[909082,392764],[909062,391804],[909134,384684],[908917,503622],[909460,503228],[908947,502146],[910975,502752],[910161,500549],[914795,501028],[915285,500280],[913838,500279],[913669,501686],[915447,501094],[915921,501010],[909880,503169],[909416,502685],[909672,501883],[909772,500637],[910934,501380],[911724,500437],[910467,501504],[910392,502419],[910992,501851],[911097,501803],[914512,500145],[913652,500011],[915534,501472],[915944,499968],[915454,500895],[908814,503139],[914245,501775],[915328,502118],[913884,501216],[909047,502927],[909324,502408],[910682,500599],[911276,500813],[912165,500381],[912240,501425],[910787,501713],[911883,500647],[911064,500764],[914939,502464],[914747,500805],[914116,501327],[914756,500939],[915811,499976],[928539,520713],[927552,519898],[927079,519078],[927746,519609],[927560,519837],[927620,523003],[928034,520454],[927277,520587],[929232,521342],[927397,521841],[927296,520213],[927890,520083],[927737,519987],[928454,519776],[928546,519516],[928025,521018],[928424,519800],[928231,519383],[926204,519483],[928956,521505],[927857,521315],[927872,521682],[927878,521847],[926548,521875],[926875,521715],[927663,522304],[928462,521869],[926943,522534],[927556,523055],[927696,519846],[927071,522676],[928324,520106],[927095,518761],[927501,523581],[927486,520443],[927315,522536],[926872,521750],[927964,520630],[926007,520213],[926051,520263],[926957,520444],[928753,521461],[928883,520422],[928031,521373],[928147,520267],[927527,521669],[927666,521830],[927355,522361],[932950,550356],[933780,556374],[933355,556393],[932981,556280],[933243,555422],[933483,552388],[932857,554038],[932285,551515],[930978,550670],[933382,553467],[932987,552681],[934171,554633],[931246,553671],[931453,553730],[930919,552310],[931433,551375],[931184,551675],[931428,550611],[933247,552126],[932066,553948],[932403,553914],[932013,553240],[932901,554774],[932462,553317],[933250,551746],[933428,551349],[932770,550934],[932586,551613],[934096,553522],[933173,555392],[933654,555010],[932641,551829],[932669,552442],[931462,552613],[933808,554234],[933846,552514],[933355,553608],[932790,552939],[932470,554216],[933419,552232],[932204,551159],[934238,555280],[931653,552607],[944048,368718],[945972,370467],[942975,368656],[944126,368611],[945304,368217],[946620,369657],[941301,370696],[943081,369952],[943736,371156],[945819,370844],[943713,370491],[945829,370622],[945351,368909],[944751,369932],[944876,369187],[944539,368972],[945643,369070],[945650,371193],[945645,369372],[941467,368941],[947132,371290],[946544,370333],[945746,369676],[942717,369718],[942696,370561],[943030,370983],[943357,369080],[944818,371325],[945311,369440],[945917,370419],[944416,369353],[945605,370930],[945774,370452],[943443,370322],[944553,369214],[945947,369486],[944865,371220],[946482,370711],[944154,370985],[944818,370013],[945561,371355],[944473,369693],[943804,370289],[945579,370203],[944088,371828],[943111,371663],[944635,371780],[942353,371763],[942406,372119],[943696,371876],[935387,551685],[934699,553863],[935040,554943],[934730,555850],[934906,556063],[935215,552901],[934882,552753],[935039,553447],[935801,552307],[935953,551909],[934730,554822],[934616,553882],[936053,552147],[935286,554925],[935468,554939],[935365,555968],[935435,554040],[935222,553448],[936096,552220],[934749,553499],[948126,370831],[949012,370740],[947238,371011],[948811,371189],[947791,369485],[983960,358261],[980021,351667],[980651,350281],[981042,350629],[974926,350177],[975181,351237],[975234,350570],[976323,350453],[975638,350707],[975744,349964],[976085,350902],[976040,350880],[973663,351833],[974219,352169],[973709,352132],[974360,352146],[974349,351829],[973538,352061],[976550,354562],[975267,355465],[975715,354919],[975595,353930],[978644,352911],[977940,352301],[975071,354513],[979238,352239],[975873,355097],[978060,352686],[979065,352846],[976106,353868],[974768,354705],[975005,355463],[980071,351909],[979296,351288],[979965,350882],[979285,351996],[981735,350876],[979801,352548],[976413,349940],[975832,350404],[974933,350462],[975893,349818],[974296,352092],[973492,352129],[974856,350944],[976177,355047],[975709,354012],[978677,351845],[975532,355803],[977846,352900],[979446,352575],[974789,356115],[976557,353677],[974657,353853],[980417,350830],[975727,350624],[975212,350782],[975707,350354],[975223,350231],[974790,351295],[976482,350355],[973679,352392],[973939,351978],[973601,352184],[977991,351399],[978164,352785],[978015,353085],[977937,352197],[978841,352287],[979527,353631],[975875,356139],[975219,355341],[976423,355631],[975058,354824],[975965,356109],[975978,355579],[979751,351117],[980096,350520],[979466,350988],[985318,358723],[979590,359779],[979924,360231],[981222,359828],[981638,359792],[987890,347400],[986367,346188],[986342,345888],[987728,346435],[986188,347348],[986833,346742],[986064,346533],[987336,347391],[986173,347247],[988152,351128],[988565,351684],[987428,351035],[988419,351477],[988166,346900],[987921,347062],[988143,346328],[986900,347312],[987997,347531],[988128,347275],[986037,347701],[988007,348270],[986611,346703],[987133,349009],[986578,351266],[987126,352264],[988014,349564],[986205,348669],[988304,350410],[986915,349373],[986754,346286],[987045,348049],[987271,346221],[986706,347890],[986460,347385],[987150,347218],[986394,346312],[988612,350822],[987811,349655],[987178,349484],[988572,349353],[987586,351981],[987916,351012],[991169,562450],[990286,562833],[990878,562773],[991113,563117],[990536,562947],[989947,563109],[990422,563148],[990014,563205],[990214,563342],[987877,562125],[987152,562452],[988415,562426],[988567,562155],[986866,561960],[987596,562124],[990223,562661],[991377,562605],[991117,562506],[991358,562531],[990487,562936],[990630,562675],[990499,563085],[990386,562504],[988609,562384],[988913,562329],[987487,562823],[988387,562340],[989819,562511],[991109,562796],[990681,563345],[990097,562603],[990318,562685],[991384,562846],[991124,562768],[988599,562349],[987784,562113],[987989,562095],[989057,563066],[988852,562155],[988891,562388],[991323,563770],[998288,565045],[991218,563417],[990790,563469],[990294,563799],[990429,563546],[991015,563478],[998278,565281],[998293,564859],[999605,566120],[998739,565427],[999764,565546],[998746,565009],[998844,565274],[1000513,564727],[999498,565677],[102192,504814],[101940,504165],[101871,503890],[102265,504746],[105356,499343],[106989,498597],[108054,498387],[109266,499277],[105047,498995],[107416,499093],[108002,498289],[105382,499264],[108126,498626],[109535,499369],[105424,498826],[107092,499178],[107767,498025],[107538,503223],[109324,499469],[105502,504814],[106845,504308],[105232,504091],[108431,501588],[108614,502812],[107910,500934],[107930,503228],[106353,499669],[106230,504920],[106574,504709],[104705,503849],[108708,502086],[108399,500545],[107798,502886],[106403,499673],[105644,504334],[106338,504354],[105017,503783],[107940,501508],[108242,501931],[107733,500512],[107464,503404],[108887,499720],[105824,504759],[106946,503893],[104460,504103],[108159,502773],[108259,501413],[108313,500905],[1200747,493015],[1200878,490780],[1201830,490653],[1200757,490481],[1200684,492424],[1200535,492794],[1202812,491490],[1201509,492091],[1202163,489632],[1202437,491085],[1202210,491737],[1199029,501293],[1198895,501412],[1201605,504179],[1198359,502883],[1201425,501153],[1200645,503942],[1201553,504703],[1200202,504461],[1198897,501599],[1198405,504895],[1198782,501471],[1198038,501026],[1198576,504315],[1198215,502685],[1201155,503302],[1200797,502663],[1198344,503555],[1198331,504304],[1201559,504312],[1200021,501535],[1200105,501279],[1200541,503140],[1200487,503612],[1199426,500672],[1198969,501220],[1200173,502877],[1201297,502316],[1199892,502355],[1198590,501224],[1200895,500856],[1200103,503543],[1200689,504197],[1200601,503127],[1200594,501016],[1198693,501910],[1199364,503179],[1200996,504412],[1201275,503623],[1200639,503624],[1201872,501426],[1198261,505128],[1202162,507628],[1200465,504993],[1201127,506358],[1200511,507594],[1198863,505722],[1201156,505107],[1201674,507769],[1199897,505423],[1198244,505176],[1200156,505704],[1200080,507550],[1200154,505023],[1202118,506592],[1199716,505259],[1199666,506843],[1199738,504890],[1199890,505859],[1198473,508721],[1199713,505004],[1200070,505631],[1198327,506911],[1199455,505988],[1199059,508314],[1197539,508488],[1198721,508045],[1198888,506847],[1196607,506402],[1196574,504782],[1199128,508146],[1196887,506332],[1198465,508821],[1197623,508076],[1199148,504690],[1199693,508508],[1197013,508601],[1196909,505039],[1200500,507720],[1199524,507469],[1198103,505890],[1201132,509114],[1199911,509174],[1200368,506314],[1199765,506867],[1197945,506822],[1197261,507614],[1197667,505821],[1198605,506469],[1200798,507710],[1200294,509043],[1199021,507274],[1197199,506831],[1198289,506330],[1199278,508003],[1197913,507767],[1201324,505439],[1198071,507295],[1199889,508666],[1200621,507157],[1201076,508388],[1202126,508437],[1200009,511232],[1199213,510883],[1199701,507692],[1201119,509901],[1200211,508961],[1199222,510932],[1199098,507699],[1198752,510485],[1199465,509256],[1201549,507440],[1202236,508391],[1200434,507740],[1200591,507389],[1200965,507678],[1201484,507655],[1202770,508697],[1202515,509342],[1200463,507702],[1200346,507502],[1202098,510348],[1203188,510761],[1201136,508732],[1203079,511396],[1201762,510362],[1202417,509149],[1201522,511523],[1202637,511695],[1202656,509297],[1200307,510120],[1201252,510478],[1201036,510706],[1200387,511580],[1200572,508248],[1201227,511219],[1202640,511180],[1200844,512011],[1201015,511789],[1201540,512048],[1202206,511868],[1201595,511657],[1202769,510903],[1201397,510823],[1202498,511529],[1200252,510645],[1201489,512104],[1195940,509766],[1193177,510615],[1193314,512032],[1194299,509524],[1197382,504802],[1196436,511856],[1195833,504147],[1196626,511930],[1196789,506387],[1195098,510655],[1192661,510651],[1193793,511143],[1193828,509496],[1193377,512123],[1194333,510738],[1195043,510792],[1194886,510587],[1196922,509233],[1196915,511611],[1196466,510267],[1195358,508739],[1198119,512168],[1194742,504815],[1196160,510104],[1195647,504976],[1197013,510314],[1196425,503400],[1194582,511332],[1195659,509383],[1196006,508972],[1197904,510156],[1196016,509239],[1198463,508866],[1193860,509297],[1195513,508243],[1195933,508785],[1195354,507381],[1196170,508558],[1195979,505171],[1195268,510135],[1196490,511042],[1195847,508120],[1196506,504392],[1194343,504082],[1197715,505855],[1196929,507838],[1195663,507262],[1198159,506072],[1195979,503437],[1192934,508006],[1197394,504847],[1197684,506717],[1196677,507161],[1195130,505633],[1190888,507995],[1195247,506315],[1192901,509548],[1191198,506667],[1192268,509899],[1195323,507868],[1196098,503375],[1199109,506193],[1191844,508622],[1191473,510203],[1191230,509831],[1196976,505279],[1194158,505162],[1190928,506708],[1199150,507736],[1195404,506712],[1196658,506607],[1190843,507195],[1192934,505474],[1196553,507679],[1196827,505830],[1192478,508527],[1197209,507773],[1190419,508329],[1196913,508785],[1196984,506483],[1191890,505905],[1197080,506436],[1191158,505971],[1196110,505017],[1196572,506987],[1192097,508247],[1193696,505473],[1191190,507974],[1192284,505588],[1191903,508344],[1195879,509043],[1196375,506562],[1197009,505156],[1195351,504329],[1195246,507519],[1196236,504248],[1197161,504930],[1196243,504130],[1195772,505266],[1195071,506041],[1195836,505410],[1197461,506440],[1196350,506387],[1198743,507345],[1197166,505495],[1195725,506278],[1198614,504601],[1198122,507132],[1195308,505850],[1197824,504399],[1197334,506511],[1196353,510413],[1192756,510493],[1193315,511825],[1195145,510459],[1197337,504597],[1195385,504223],[1192838,510351],[1192772,509643],[1193868,511926],[1193560,511106],[1193608,509154],[1195412,510209],[1194880,510528],[1193659,510790],[1194944,521108],[1195706,521188],[1194480,523364],[1193049,521779],[1192467,520603],[1193829,523446],[1193641,522520],[1193494,520634],[1194759,523473],[1194743,522991],[1194497,520732],[1193320,520630],[1191808,522740],[1193133,521989],[1195677,520546],[1192074,520720],[1200637,512543],[1200747,514863],[1201238,513571],[1202222,514377],[1201047,514447],[1202320,513161],[1200623,514873],[1200883,513065],[1200603,514628],[1201923,512282],[1201074,514956],[1201848,513472],[1201168,513235],[1202677,513752],[1202083,512948],[1202236,513145],[1201158,514121],[1201810,512552],[1201265,514612],[1201399,513310],[1201512,514113],[1199993,513403],[1199831,512274],[1200241,512904],[1200536,515148],[1200891,513585],[1201234,514319],[1202161,513424],[1201724,513776],[1202510,513626],[1200055,513216],[1201427,514331],[1200856,513221],[1201684,513625],[1200682,513640],[1201665,514022],[1200879,512626],[1199997,512364],[1199788,513804],[1201451,515023],[1201788,515213],[1201891,516098],[1199425,515448],[1199300,516270],[1201505,514346],[1202219,513346],[1199824,513464],[1198898,516836],[1201579,515182],[1202080,516764],[1202530,515950],[1199298,514976],[1201791,514897],[1200067,513322],[1201458,515722],[1201995,515539],[1200976,514368],[1200055,517252],[1200677,515472],[1201790,514402],[1201120,514444],[1202361,514850],[1202477,515518],[1201326,516004],[1200762,517388],[1201044,513808],[1200023,516347],[1201486,514145],[1201150,514154],[1200041,517369],[1202582,514572],[1199278,518878],[1201588,521233],[1200233,521863],[1197613,518045],[1199528,520186],[1199285,517852],[1200640,520836],[1200622,519991],[1201396,521086],[1199235,520017],[1200900,518051],[1201291,521818],[1200649,521570],[1200940,518841],[1200462,520248],[1199284,521363],[1200423,517828],[1199585,520402],[1199526,520145],[1199402,518242],[1199479,520866],[1199181,519517],[1197863,521433],[1196777,520328],[1199071,521273],[1196973,519402],[1197778,521727],[1198219,521601],[1200045,522217],[1199162,519743],[1199607,518173],[1197432,520823],[1198862,518220],[1200400,522111],[1199649,520546],[1199459,519294],[1199593,519069],[1196652,519597],[1200332,522152],[1198001,518920],[1199603,520712],[1197646,522068],[1198133,521380],[1199713,520919],[1200633,521076],[1197794,521413],[1198067,521871],[1200350,520291],[1199444,519913],[1200528,520339],[1199872,521808],[1198103,521120],[1199763,522559],[1200877,521356],[1198642,521164],[1200676,521937],[1200198,520090],[1199652,519270],[1201125,521454],[1197914,521917],[1201832,521954],[1201135,519721],[1202138,523810],[1201074,523720],[1201232,520362],[1202659,521677],[1201123,522110],[1202590,520870],[1202013,523722],[1201160,521673],[1201664,523323],[1200833,519972],[1200582,519887],[1202083,522510],[1201837,520231],[1201315,521646],[1202353,523552],[1202127,523782],[1200413,521127],[1202310,523225],[1200530,520973],[1200995,523140],[1202653,521857],[1202387,523829],[1200792,523118],[1202533,523571],[1203010,523724],[1199422,524060],[1198650,522138],[1201885,523210],[1201352,524475],[1202179,524587],[1202021,522280],[1199309,522367],[1199015,524575],[1200047,523719],[1195633,512423],[1202757,522306],[1200348,523745],[1202136,524018],[1199981,524096],[1201423,524594],[1198509,524124],[1201934,524697],[1199635,524100],[1199551,523803],[1200128,523894],[1199459,524666],[1198430,524553],[1198576,523193],[1197466,523364],[1196455,523458],[1197954,524354],[1195123,522646],[1195915,523308],[1195852,524435],[1195818,524876],[1197698,523699],[1195123,524952],[1195232,524464],[1195401,524752],[1192461,524350],[1196724,520148],[1195276,519235],[1194442,518315],[1195204,520409],[1196331,518256],[1194123,518815],[1197481,521138],[1195917,519397],[1194258,520870],[1194596,519739],[1196083,518254],[1197558,518038],[1196061,517767],[1195325,519896],[1194358,520113],[1196881,517938],[1194750,517463],[1194779,518154],[1194168,520687],[1193957,519794],[1193651,521733],[1192665,522665],[1191563,523448],[1192226,522867],[1192201,521307],[1192843,521472],[1192272,520626],[1193336,521127],[1192028,522428],[1193016,521111],[1193638,521319],[1193986,522232],[1193989,520793],[1192648,522938],[1191158,523974],[1192277,522955],[1193013,524007],[1193892,522644],[1193724,520666],[1193689,524042],[1194927,514683],[1194746,512716],[1198558,513389],[1197050,514158],[1198227,516385],[1198207,515869],[1195350,513745],[1196378,515991],[1197968,513399],[1194982,516038],[1197644,515841],[1196113,516700],[1197311,514653],[1198057,512967],[1196733,516575],[1195061,513753],[1196269,515985],[1196950,512730],[1195099,513964],[1195775,513607],[1196919,513122],[1197042,513007],[1197231,513055],[1199661,515039],[1195899,513375],[1198521,514033],[1197703,516321],[1198333,514523],[1196045,515417],[1196558,515004],[1198122,515800],[1196117,512819],[1197841,516097],[1196506,515779],[1199760,513901],[1198692,515998],[1199866,515197],[1196981,514392],[1198657,513301],[1199607,516816],[1199784,513710],[1197191,514619],[1199065,515251],[1197063,517094],[1198413,514003],[1199319,514722],[1197981,515433],[1196845,514786],[1196080,517379],[1196800,515614],[1198749,517775],[1199803,515713],[1198284,514569],[1198092,515268],[1198794,515153],[1197700,516599],[1198028,514635],[1198623,513993],[1199443,517526],[1198676,515679],[1196576,515173],[1194959,513189],[1193964,514913],[1193599,515946],[1195228,512920],[1196946,512960],[1193781,514625],[1196232,513395],[1194775,515713],[1194763,514865],[1192889,515094],[1195807,512692],[1194486,515586],[1193631,516519],[1197368,512311],[1194961,515323],[1193306,512711],[1195890,513541],[1196024,514743],[1195098,513045],[1196151,512560],[1194416,512862],[1193113,513060],[1195397,513057],[1193818,512492],[1192793,513450],[1198336,512687],[1200044,524861],[1200711,524408],[1200404,524773],[1202488,524989],[1191897,532239],[1196023,532735],[1195609,526891],[1197545,532645],[1197136,532478],[1194531,532994],[1198125,532602],[1194826,532260],[1196964,532913],[1195174,533125],[1192661,531642],[1198507,532570],[1198301,532566],[1197071,532921],[1195894,525709],[1199981,526072],[1190418,532488],[1192180,530519],[1198729,525033],[1201163,526188],[1201357,525312],[1200385,525189],[1203134,529066],[1199981,526443],[1200624,526946],[1203068,528199],[1201468,528557],[1200763,525166],[1202492,526764],[1202970,527434],[1200492,526931],[1200531,525849],[1202016,527951],[1200106,528449],[1201890,528135],[1202274,528516],[1201767,526148],[1201037,526373],[1201413,529014],[1202934,529231],[1201313,525895],[1199251,527507],[1198769,528557],[1198769,527544],[1198860,527361],[1200523,527494],[1200609,529223],[1200797,525498],[1201006,527394],[1190541,530777],[1199726,527971],[1201786,525786],[1199719,527694],[1199834,527903],[1201461,525517],[1198724,527176],[1201426,526565],[1202148,529238],[1200438,526365],[1199734,527533],[1201007,527219],[1199540,526950],[1198237,527294],[1201570,527711],[1201254,525896],[1198728,527753],[1200776,527593],[1201607,526924],[1200964,526377],[1199262,526653],[1200734,525429],[1196424,525798],[1198862,525283],[1197064,526391],[1197924,525842],[1195851,526705],[1198792,526723],[1198564,525602],[1196216,525083],[1196675,525747],[1198104,525834],[1195477,525258],[1199095,529588],[1197884,527210],[1198399,530135],[1199568,526875],[1198001,528528],[1198450,526774],[1199686,527324],[1197958,529039],[1198276,528032],[1197715,529561],[1197104,529572],[1198915,527392],[1197529,530223],[1196150,528356],[1196489,529482],[1199398,526977],[1196911,528206],[1197314,527062],[1196738,528202],[1197077,526491],[1196267,531646],[1195889,529085],[1193320,531046],[1193534,529899],[1197490,530839],[1194838,531202],[1193775,532928],[1194229,531747],[1197494,530498],[1196391,532170],[1196606,529179],[1193335,530247],[1195602,532409],[1194132,529624],[1195592,528951],[1194118,532775],[1195622,533058],[1194938,530353],[1195828,531518],[1193476,530518],[1191732,531334],[1193740,528825],[1191021,530232],[1191488,530242],[1193888,532613],[1190880,532504],[1191645,529216],[1192026,530121],[1192502,530154],[1190464,532331],[1193216,530843],[1192368,532192],[1192363,529591],[1192010,530141],[1192023,529679],[1193421,532630],[1191385,531309],[1191333,531720],[1192349,531674],[1190755,534087],[1190484,533322],[1193579,534419],[1193361,531326],[1193109,532958],[1193427,530888],[1190512,531286],[1192770,531994],[1191024,532809],[1193356,531371],[1191658,534390],[1192885,531123],[1191894,534269],[1192107,533113],[1194066,532221],[1194962,533187],[1194417,532379],[1195393,534489],[1193612,533337],[1197580,532863],[1195822,531362],[1196861,531326],[1194069,532570],[1196313,531499],[1194386,533648],[1196444,532933],[1196173,532403],[1196846,532737],[1193821,531497],[1195482,534218],[1194383,532564],[1196263,533627],[1194949,533928],[1194936,534473],[1195363,532741],[1196802,533962],[1195380,533215],[1192623,534684],[1191514,534742],[1191249,531231],[1191622,529485],[1191880,529734],[1191059,528685],[1190718,531484],[1193060,532165],[1190534,531754],[1190970,532049],[1193384,528599],[1191277,530008],[1193798,531495],[1190563,530781],[1192621,531012],[1190448,530987],[1192943,529711],[1193302,528384],[1191114,530540],[1190883,532061],[1191691,531684],[1190465,531372],[1191523,530180],[1192193,530495],[1191455,532348],[1193321,532400],[1193017,530766],[1190511,529497],[1192288,528879],[1191953,529420],[1193352,530189],[1193734,530047],[1193553,532165],[1193381,531329],[1192250,530913],[1191782,532379],[1193280,530429],[1190482,530494],[1193126,531605],[1191967,532193],[1191963,532057],[1192159,529083],[1191058,530307],[1192185,531779],[1190627,529319],[1194100,531503],[1192491,531878],[1190447,531097],[1191203,532338],[1194310,531718],[1190588,529758],[1193590,534106],[1192766,533365],[1191231,534170],[1191663,532774],[1191232,534658],[1194697,532780],[1192753,534253],[1191065,532562],[1193872,533436],[1191119,534537],[1194306,533258],[1191693,533267],[1191702,533687],[1194420,533410],[1195158,533109],[1192872,528847],[1194267,531259],[1194237,531045],[1193967,528758],[1194820,532378],[1196711,530282],[1194917,532636],[1196732,531320],[1193357,531335],[1194806,531552],[1195805,528747],[1193665,532788],[1193048,531068],[1193107,530499],[1194010,530169],[1196038,531518],[1194150,529281],[1195506,530621],[1196485,530120],[1195856,531953],[1192808,526342],[1196068,526798],[1194300,525114],[1192261,526323],[1194954,526526],[1193955,528202],[1192514,527100],[1196104,528870],[1193500,526861],[1195728,528306],[1193307,528147],[1192885,525920],[1193102,525579],[1194940,525870],[1194201,528944],[1192886,526594],[1194544,525668],[1193470,525752],[1194656,525175],[1192838,525859],[1192364,525108],[1194464,526308],[1192818,525026],[1194525,526607],[1193761,526006],[1194298,527125],[1193377,527887],[1192203,525858],[1195900,526278],[1192554,527197],[1195148,526377],[1193004,526190],[1192648,528457],[1194216,525350],[1193678,525829],[1192989,526583],[1190408,530276],[1191921,527737],[1190611,528284],[1192735,531087],[1190798,529630],[1190500,528154],[1191434,530975],[1192211,527915],[1191561,527632],[1190683,527933],[1192211,529685],[1191565,533536],[1191845,532036],[1190977,531048],[1190516,532072],[1191145,533047],[1191921,531845],[1191473,531669],[1197120,534798],[1196393,535396],[1195979,535239],[1197312,534687],[1197397,535801],[1196612,536634],[1196677,534815],[1195288,534692],[1195852,535385],[1195814,536164],[1197336,534485],[1195545,535677],[1197314,534864],[1196320,536316],[1194043,536695],[1193769,536115],[1195570,536660],[1190550,535691],[1191575,535378],[1192982,537530],[1191731,535502],[1191786,536277],[1191754,536709],[1192849,537041],[1192835,535818],[1192061,536203],[1191315,536211],[1193476,535780],[1191029,536432],[1191170,535249],[1194116,535594],[1190719,538331],[1192883,537957],[1190958,537804],[1210285,480857],[1210364,479983],[1209393,482992],[1208443,481572],[1211542,479483],[1211389,480543],[1209211,482831],[1209342,482230],[1208694,480315],[1211018,481930],[1209428,481771],[1210974,479881],[1208820,482470],[1209340,480205],[1204962,481521],[1206749,483485],[1205414,483071],[1207966,484277],[1206894,481748],[1206811,481878],[1208235,480376],[1207599,482759],[1205809,482356],[1206224,483364],[1204633,481813],[1204936,482638],[1205872,481831],[1204471,482425],[1210326,485235],[1207828,484412],[1208612,485425],[1206301,483014],[1208729,483586],[1208168,483910],[1210181,484913],[1210241,485625],[1209398,484428],[1208542,483912],[1209534,483704],[1207245,486072],[1206706,483523],[1209037,485291],[1204912,483179],[1206284,484962],[1207912,484444],[1205423,485590],[1205963,486297],[1207309,485452],[1205609,483003],[1206240,483266],[1207059,483506],[1205097,485411],[1208147,485128],[1208205,484686],[1205170,483939],[1204866,483835],[1207853,486480],[1207016,486141],[1208955,485948],[1214596,476518],[1212535,478662],[1213940,479589],[1215558,478011],[1214716,480009],[1215524,477767],[1215080,477455],[1215240,478911],[1213882,478446],[1214455,477024],[1212115,477673],[1214702,479440],[1212434,477730],[1214423,480166],[1213368,480019],[1211938,482185],[1211451,482968],[1212317,481854],[1213770,484170],[1214039,480083],[1212879,484025],[1212554,480442],[1214661,481840],[1215044,481889],[1212517,481127],[1214326,480584],[1212218,483817],[1209222,488792],[1207749,488586],[1208898,487762],[1209517,487005],[1206951,489428],[1207088,488038],[1208750,488986],[1208123,487558],[1209404,488541],[1207640,487701],[1206751,487486],[1203588,492656],[1203776,490297],[1203317,491220],[1203595,506656],[1204046,510391],[1204463,510882],[1204385,511848],[1204926,509648],[1203887,510850],[1203290,508770],[1203551,510363],[1203395,510016],[1203316,509508],[1203879,511890],[1203671,511515],[1203222,511556],[1203314,511755],[1203549,511938],[1203203,510964],[1203686,510319],[1204367,513567],[1206021,519947],[1207228,520091],[1203248,513478],[1204001,512389],[1203741,513767],[1203545,512530],[1203846,515274],[1203498,513660],[1203854,513777],[1203754,516005],[1203771,517404],[1203375,515794],[1203345,515260],[1203272,521748],[1203671,521318],[1203793,523031],[1203669,520971],[1203772,523254],[1204571,521516],[1204015,521669],[1203286,524040],[1203790,522849],[1203874,520787],[1204244,523196],[1204175,522395],[1203400,521212],[1203815,529059],[1205803,525317],[1204943,528773],[1204696,526707],[1205791,526405],[1204057,526149],[1203951,526684],[1206154,528518],[1203400,525648],[1205427,526596],[1203466,525573],[1204838,528528],[1206591,528546],[1206016,525641],[1206710,525768],[1204512,525956],[1206431,528671],[1203537,527621],[1203612,525442],[1205271,529362],[1204385,529228],[1205619,529216],[1227819,443808],[1227975,443242],[1228387,441380],[1227830,441748],[1228043,443296],[1228706,444193],[1224814,486226],[1225288,486231],[1226046,485772],[1228031,485931],[1228287,485514],[1227999,485563],[1228690,484335],[1228362,484217],[1227935,484664],[1227048,485350],[1227566,484584],[1227780,483179],[1228590,482822],[1228375,484076],[1216179,476023],[1227055,484466],[1228625,484431],[1228642,486785],[1225348,486743],[1225428,493323],[1226018,486950],[1225076,487006],[1225536,486779],[1226718,492862],[1226253,492752],[1224120,492340],[1223604,492362],[1224893,491863],[1224841,493785],[1224607,494365],[1223429,492381],[1224686,493682],[1224368,493000],[1226519,491170],[1225910,490551],[1226079,489171],[1225970,492452],[1224141,495031],[1224146,493358],[1224053,493931],[1222652,495759],[1223676,492753],[1223937,494309],[1223151,489262],[1225274,490873],[1225592,490386],[1223140,489554],[1224623,491020],[1225236,491950],[1225267,492300],[1226065,492021],[1228221,487595],[1227699,488089],[1227555,488305],[1227074,489493],[1227262,488794],[1228250,489583],[1225869,490090],[1224069,489392],[1226982,492311],[1226719,487631],[1227221,487615],[1228122,487638],[1227248,487518],[1222990,492486],[1222335,494472],[1241010,413756],[1240867,414366],[1240553,418709],[1240233,417833],[1240028,417792],[1241216,418157],[1240778,418849],[1241218,417641],[1240991,417994],[1241515,421288],[1241087,419785],[1241206,420740],[1241572,419721],[1241246,420458],[1240464,414337],[1241078,414490],[1240855,413982],[1240670,414515],[1241125,419286],[1240630,418614],[1240142,419187],[1241431,418723],[1239948,418508],[1241295,417016],[1240814,420064],[1241137,419977],[1240847,419904],[1241470,419949],[1241391,421197],[1240714,418293],[1240782,419203],[1240052,418893],[1241196,419020],[1240857,418254],[1241504,416931],[1241124,416823],[1241188,417181],[1237376,431796],[1237371,431797],[1236868,432624],[1237056,431239],[1237370,431485],[1233984,435116],[1233755,434496],[1237409,434765],[1237529,435344],[1236309,434000],[1237403,434195],[1239752,431403],[1241149,428769],[1239063,427577],[1240020,427601],[1241378,430786],[1239738,427612],[1241103,430265],[1240436,427912],[1241477,428545],[1237740,433691],[1237674,434495],[1238546,432603],[1238205,433196],[1240382,433009],[1239995,432719],[1241493,434278],[1240416,432494],[1239812,435269],[1240627,434592],[1241114,434694],[1240220,435188],[1239476,432972],[1241168,433722],[1241024,433501],[1235230,437016],[1237738,437729],[1236067,436987],[1237508,437060],[1234558,436352],[1236945,437000],[1237822,435455],[1237439,436175],[1233675,438898],[1232497,438320],[1235432,438686],[1232208,440098],[1232137,438966],[1234446,439820],[1232990,436891],[1234737,438403],[1233901,439174],[1235390,439047],[1232998,437872],[1233233,437247],[1234217,440332],[1231680,440182],[1232591,442813],[1233737,441519],[1232963,440739],[1233677,440174],[1231485,440228],[1232433,442451],[1235182,440786],[1231656,443069],[1229178,444499],[1231386,442736],[1228904,442441],[1228958,442121],[1230575,442245],[1229444,441990],[1231133,443774],[1235959,440925],[1235757,440540],[1235109,442123],[1233503,442832],[1233238,443197],[1229220,483947],[1229747,486588],[1230119,486151],[1229410,487534],[1228889,487055],[1230099,487100],[1229079,488558],[1253638,386567],[1253931,385781],[1252974,386541],[1253579,387172],[1254182,387560],[1253702,385643],[1253779,387647],[1253364,385760],[1254346,387851],[1254146,386121],[1254091,385806],[1253956,385666],[1253541,386563],[1253694,386983],[1253459,385425],[1253709,387335],[1252974,387259],[1247247,398423],[1244973,398495],[1246478,398592],[1244367,398860],[1247366,402565],[1248787,398702],[1245535,402660],[1244664,405606],[1245315,404523],[1244847,404912],[1245117,405504],[1252222,406491],[1252320,407096],[1252800,405631],[1252257,407219],[1253309,406486],[1250304,404979],[1250823,404226],[1250179,404523],[1251464,401201],[1249901,401090],[1251516,401237],[1250883,402697],[1250701,401745],[1247873,400405],[1247740,401100],[1244054,404488],[1246024,404572],[1253030,405718],[1251762,405740],[1251468,405258],[1252157,406953],[1249914,404582],[1250154,404199],[1250478,402643],[1250635,400917],[1250791,401199],[1251955,401415],[1250142,402299],[1249096,401960],[1244398,404770],[1245055,405056],[1252329,405935],[1252336,406025],[1250748,404404],[1249927,404451],[1251055,402819],[1251977,401199],[1252033,401268],[1251666,402652],[1250701,401954],[1246349,409599],[1244906,407914],[1244384,407766],[1244074,407750],[1243729,409502],[1244139,407812],[1244029,408791],[1244666,407899],[1244279,409731],[1246867,409631],[1245900,408994],[1250542,406198],[1248832,405231],[1247414,409737],[1245255,409659],[1245555,409197],[1245925,405962],[1245699,407083],[1245851,407142],[1246117,406969],[1246985,405834],[1245825,406810],[1246644,406084],[1246418,407031],[1249447,409275],[1246752,406798],[1246353,406444],[1246789,404639],[1246803,404325],[1244532,406136],[1244672,407228],[1246059,406991],[1245835,407136],[1248007,407059],[1245508,406789],[1243547,408832],[1244648,407494],[1244902,409172],[1245406,408977],[1244312,408242],[1243930,407959],[1243529,409351],[1244799,409140],[1245218,409445],[1244849,409387],[1245734,407175],[1246318,406648],[1244447,409706],[1243992,409763],[1246194,407408],[1247277,409689],[1251189,407819],[1248960,406433],[1248495,405521],[1248998,405164],[1246647,406551],[1247198,405885],[1246652,405834],[1245446,405972],[1246389,407123],[1246021,409149],[1245877,409089],[1245372,409387],[1245796,409741],[1247427,404375],[1244044,406960],[1247607,403634],[1246305,405845],[1248078,405810],[1247732,405394],[1246343,407272],[1245611,408715],[1243980,407663],[1243913,408877],[1245385,408069],[1244614,408617],[1244089,409211],[1244487,408307],[1246330,408646],[1246512,408599],[1245530,406815],[1250921,406945],[1251076,407817],[1252196,407725],[1248550,405166],[1248558,404037],[1246170,406603],[1247276,405592],[1246886,406504],[1245500,406784],[1246351,409413],[1245118,409178],[1245867,409788],[1249347,408988],[1249434,409521],[1249641,409342],[1247611,405043],[1244784,406039],[1245385,406226],[1243965,405947],[1247103,406844],[1244224,407306],[1250646,406027],[1244107,410871],[1248902,417267],[1246575,415800],[1247740,415765],[1247229,415886],[1247405,415065],[1246034,416824],[1250433,416766],[1251102,417292],[1249488,416855],[1251928,416192],[1252678,416294],[1253156,417516],[1253099,417505],[1249529,416160],[1247608,410514],[1244309,411194],[1244808,411641],[1249671,411722],[1247141,411473],[1243987,410308],[1246911,413000],[1245678,411191],[1246943,413468],[1246677,412637],[1246584,413694],[1246922,410083],[1245835,412990],[1243775,413043],[1243883,411269],[1243521,414046],[1242372,413273],[1241960,411426],[1241749,412243],[1241932,412876],[1243672,414903],[1243596,413536],[1245717,410379],[1246044,409920],[1243938,412936],[1244837,412651],[1243370,414413],[1242844,413426],[1242892,412891],[1243780,413747],[1241820,417550],[1242421,416694],[1243868,415893],[1244101,416087],[1243038,416723],[1243988,415916],[1244137,415764],[1241636,420262],[1242073,420384],[1243062,419144],[1243591,419247],[1244483,420486],[1242706,420115],[1244158,419736],[1246883,420179],[1247901,420972],[1248621,418874],[1247601,420586],[1245566,419523],[1245436,419172],[1245294,418008],[1249829,419182],[1249383,418448],[1250305,418577],[1250415,417369],[1248144,419142],[1251028,417191],[1251033,419458],[1253095,418193],[1251859,417246],[1252791,418914],[1247679,414574],[1247002,413302],[1246276,409928],[1245841,410518],[1246601,410423],[1246084,410682],[1246113,410112],[1250930,414451],[1251172,414289],[1250104,414490],[1251117,414855],[1249769,415661],[1244083,418295],[1244035,417653],[1244276,418476],[1244514,417946],[1243477,418394],[1242716,421157],[1243547,422201],[1242252,420598],[1254361,419531],[1254367,420329],[1253523,418064],[1254141,412672],[1252384,411158],[1252959,413352],[1252860,412060],[1250876,410723],[1249041,411696],[1249717,411063],[1250674,412056],[1251400,410654],[1250487,414371],[1252061,414922],[1247095,414798],[1247175,417131],[1246521,416357],[1244761,414981],[1245831,416869],[1247646,416350],[1248578,415396],[1249985,416445],[1253307,416779],[1251067,416204],[1251415,415460],[1251887,417421],[1250762,417847],[1246015,412609],[1246240,411786],[1247821,412660],[1245672,413612],[1247734,411164],[1243680,411081],[1242944,413107],[1243276,412428],[1244845,415074],[1244439,412848],[1243614,413487],[1243662,413422],[1242830,415650],[1241877,416738],[1242574,416938],[1241743,417928],[1241894,416883],[1244151,416897],[1243612,415980],[1242676,417020],[1243242,416701],[1243888,415653],[1241904,420871],[1242014,420218],[1241920,419727],[1242464,419717],[1242805,420144],[1242896,418242],[1242411,418881],[1244301,420110],[1246808,420775],[1248032,419515],[1248182,419019],[1246843,419871],[1245038,419870],[1245680,418227],[1248885,417627],[1250312,417609],[1248162,418654],[1248749,416997],[1249701,417554],[1252292,419542],[1252829,417279],[1253432,418029],[1252699,419305],[1252110,419158],[1247208,414912],[1247373,413246],[1248158,412457],[1244724,410347],[1244883,411324],[1244279,410474],[1248348,411487],[1247191,411110],[1246735,410416],[1245163,411345],[1245662,410823],[1245084,411016],[1245937,409870],[1245214,410505],[1246010,410376],[1250365,414895],[1249967,415478],[1250641,415565],[1250338,415379],[1250076,415293],[1244195,418042],[1243364,417692],[1243627,417565],[1243316,418457],[1243638,418478],[1242374,421565],[1242606,421808],[1243584,422084],[1243033,422434],[1244122,421798],[1254076,416583],[1254119,418379],[1254099,418476],[1252387,413442],[1252793,412895],[1252656,411057],[1250219,410257],[1250139,412249],[1249919,410672],[1249320,410956],[1248219,414408],[1251816,413741],[1251577,413854],[1249440,414501],[1249198,414241],[1253978,414989],[1244178,410070],[1247034,415259],[1248149,416422],[1246509,415251],[1246678,416420],[1246038,416595],[1250353,417397],[1249708,416290],[1252128,415737],[1250977,416624],[1249424,416055],[1251010,416826],[1250223,417699],[1248392,411029],[1247757,411463],[1247999,410994],[1247774,412402],[1245951,412130],[1247721,412984],[1247151,412317],[1247464,411415],[1244495,411188],[1241858,413301],[1242339,412983],[1241746,412166],[1242480,413582],[1245627,409885],[1243599,413297],[1244611,415887],[1243107,412932],[1244948,416063],[1243084,413503],[1242205,417803],[1242244,416789],[1242011,416945],[1242710,416334],[1243688,416348],[1242973,415743],[1243339,416518],[1243409,416005],[1242489,420352],[1243160,420192],[1243173,418174],[1242867,420513],[1242420,419662],[1248932,419883],[1249144,419492],[1247009,419804],[1248399,420888],[1248257,419951],[1244746,418959],[1244949,419426],[1249668,417964],[1248936,417931],[1248953,419230],[1248718,418515],[1250186,417103],[1252556,419094],[1252439,418510],[1251514,419051],[1252754,418056],[1253096,417273],[1246970,412880],[1244120,410366],[1243813,410795],[1244600,411284],[1247176,410903],[1246715,411284],[1246279,410571],[1245388,411005],[1245224,411101],[1245578,410443],[1245372,410770],[1251162,415440],[1250390,414835],[1250310,415410],[1250321,414253],[1250390,415183],[1243323,417871],[1244653,417819],[1244541,418093],[1244506,418237],[1243385,418370],[1242883,422259],[1242967,421746],[1242670,421077],[1244373,421893],[1243246,420766],[1253872,416385],[1254090,417368],[1254316,419467],[1253576,420408],[1253999,418028],[1253436,413210],[1252849,411018],[1252516,411258],[1253432,413963],[1250820,411633],[1249654,411513],[1248464,414386],[1252031,413902],[1252678,413897],[1249566,414842],[1244548,423011],[1242355,422789],[1242867,435269],[1243074,431653],[1242575,432767],[1243015,427494],[1242888,430415],[1241885,428390],[1241722,429312],[1241718,429214],[1267096,394991],[1254556,385631],[1258453,409539],[1258091,409522],[1261488,408635],[1259016,408798],[1263003,398799],[1262941,399472],[1261173,399794],[1261970,399053],[1262906,399814],[1262636,399438],[1262397,399173],[1261508,409024],[1258066,409652],[1261774,399157],[1261970,399684],[1262878,399453],[1259100,410094],[1259592,410079],[1254588,416338],[1254865,415797],[1255538,417421],[1254432,419047],[1255832,418262],[1255121,413414],[1254777,412137],[1260938,410691],[1260697,410984],[1261049,412013],[1261149,410512],[1260792,412371],[1260117,410636],[1260558,410597],[1258638,412390],[1255480,411895],[1255661,412480],[1254904,410937],[1256145,412143],[1256345,410532],[1255534,411730],[1256589,411495],[1255262,411660],[1257059,412163],[1255364,410310],[1255500,417881],[1254960,417299],[1256064,417159],[1255091,416006],[1255361,418916],[1255841,420460],[1255155,418634],[1255010,410972],[1254866,411510],[1255104,413249],[1259269,410671],[1259778,412378],[1261181,412371],[1260048,410598],[1262105,410613],[1256775,410514],[1256061,412481],[1257134,411413],[1256748,410695],[1255107,410937],[1255971,411924],[1256809,410663],[1255996,410280],[1255739,411395],[1255092,410327],[1255127,416488],[1255604,416230],[1255795,415944],[1254468,416235],[1255112,418269],[1254643,419940],[1255788,418808],[1255638,412686],[1256037,412624],[1254844,413207],[1260230,410206],[1259472,410344],[1258434,412377],[1256535,411328],[1257255,411495],[1255575,410448],[1256887,411241],[1255494,412610],[1256137,410662],[1255957,411743],[1257273,412045],[1256738,410820],[1254999,411734],[1264274,447773],[1266036,447142],[1264686,446949],[1266863,447672],[1264435,446985],[1266019,446208],[1266998,446930],[1265294,447634],[1265529,456757],[1266130,454087],[1264322,456423],[1263938,457917],[1264985,457427],[1265989,454671],[1264412,454852],[1264876,454672],[1262720,457217],[1263908,455705],[1265931,456380],[1263064,456973],[1265583,454492],[1265371,456555],[1262112,459771],[1261442,459915],[1261941,460556],[1263837,460541],[1265847,448348],[1266223,449323],[1266225,449197],[1263414,449382],[1266687,450034],[1265662,449139],[1261591,462491],[1262629,461468],[1264736,462097],[1263165,463595],[1263946,461070],[1264149,462015],[1261624,461642],[1264890,462256],[1264661,463111],[1265472,461677],[1267037,474748],[1266951,473992],[1260156,477961],[1258516,477164],[1261644,477252],[1261913,478601],[1260525,478094],[1260916,474776],[1259950,475799],[1260876,476030],[1260589,477622],[1261907,476704],[1261778,475850],[1261073,478192],[1260421,475439],[1261498,476583],[1257254,478277],[1258174,480886],[1257690,479909],[1260977,480737],[1260608,481369],[1259824,480079],[1260683,479434],[1259133,479564],[1258393,479441],[1258753,480937],[1261250,478944],[1259279,481020],[1258861,478718],[1260615,480269],[1255538,483007],[1259365,484488],[1259083,485218],[1257229,485890],[1257003,484612],[1255864,485507],[1256283,485132],[1255378,484478],[1256028,485477],[1258852,484725],[1257153,485030],[1259116,484408],[1255689,486369],[1261362,486358],[1260750,484826],[1261415,485426],[1262396,484526],[1262232,484908],[1263031,484526],[1260855,484835],[1264398,484933],[1263633,486518],[1263042,485131],[1255636,486903],[1256596,489076],[1254589,489421],[1257246,489877],[1258230,488187],[1256712,489163],[1256707,489612],[1257578,488416],[1254972,490116],[1257925,488209],[1258110,491483],[1255348,492192],[1255149,491506],[1255880,488640],[1258148,490962],[1262623,487261],[1260946,487157],[1262956,487306],[1263461,486649],[1279777,342684],[1279736,343097],[1276801,355868],[1276773,357908],[1277384,356545],[1279741,347601],[1279155,346625],[1279924,347122],[1278881,346603],[1275477,360755],[1270659,368122],[1270152,368141],[1270196,368517],[1271109,368767],[1269886,369318],[1270296,368926],[1269907,368163],[1270969,368044],[1270066,369375],[1270233,368216],[1277964,365511],[1278991,361231],[1279416,369550],[1275827,368450],[1279430,369319],[1269805,369237],[1270044,369204],[1269859,368845],[1270575,368415],[1269867,369061],[1270594,369417],[1270875,368924],[1269779,369483],[1270722,368180],[1270459,368655],[1270250,369320],[1269821,369245],[1270786,368557],[1270075,368218],[1270515,369564],[1270650,369097],[1270075,368474],[1271035,368865],[1269556,369302],[1271010,368074],[1270842,373462],[1271085,373547],[1268526,373480],[1271111,373450],[1271823,377302],[1271272,373583],[1275686,371935],[1271959,373791],[1271817,376990],[1270243,374764],[1269106,393567],[1269435,393454],[1269468,392292],[1269935,393551],[1267863,395599],[1267917,396427],[1269210,393409],[1269604,391443],[1267397,389035],[1267472,396090],[1267809,394682],[1269231,392612],[1270111,392311],[1268827,393430],[1268659,392386],[1269676,391380],[1269188,392278],[1267385,386846],[1270722,390289],[1270566,390312],[1267213,389692],[1270724,389648],[1270613,391549],[1270715,392187],[1270945,458891],[1272402,459511],[1270665,459391],[1272856,460300],[1271594,460291],[1273179,458801],[1270248,460466],[1271762,460489],[1272425,458347],[1272769,455933],[1271900,457167],[1269687,457169],[1270726,456648],[1270599,455493],[1271588,456411],[1269397,454577],[1269077,457505],[1269188,455511],[1270645,455142],[1270400,458120],[1269467,456949],[1272189,457510],[1269047,472760],[1270185,473316],[1270833,471756],[1268624,473153],[1267718,471692],[1270821,471900],[1270235,464428],[1270950,467665],[1270528,466188],[1269634,466136],[1269721,467053],[1272131,465848],[1271276,464140],[1271172,466768],[1270251,467192],[1273105,464784],[1269679,464390],[1269369,465184],[1271672,465022],[1270974,464292],[1272899,461676],[1273222,461910],[1274291,462142],[1271830,461225],[1270205,461006],[1273009,462412],[1268421,475193],[1270084,474728],[1267512,475330],[1269196,474152],[1270581,473989],[1269795,474232],[120997,170262],[120815,168949],[120139,171380],[125917,174506],[119394,170586],[119640,168127],[120284,172424],[124984,174193],[118259,170249],[125729,178161],[122440,170974],[122361,171958],[121698,171353],[120981,178231],[120522,170839],[120366,172550],[121920,171379],[125332,175362],[124052,174354],[124940,174385],[124224,175673],[122083,177699],[120077,170498],[121680,168164],[125267,176518],[120602,178471],[124434,175383],[121747,177385],[118776,169946],[121179,170083],[125670,177295],[126402,178827],[124295,175370],[118076,170262],[122089,172042],[121905,176502],[126026,176768],[126402,177623],[125816,176562],[125421,177007],[125627,394192],[119826,390508],[122167,393832],[123196,395678],[122588,406607],[119978,403652],[123121,405426],[120137,403650],[120913,422528],[126220,410550],[120033,414032],[119131,414386],[119639,422292],[121845,424032],[121196,422691],[118696,426225],[122612,424176],[123212,426056],[121512,424935],[118733,428273],[120691,426085],[120376,427951],[118888,520328],[118739,520933],[119220,521026],[119460,521328],[119300,521049],[119333,521033],[118313,521438],[118424,521970],[118975,521591],[118921,521446],[119713,521911],[119808,521734],[119977,521894],[120937,520282],[121143,520726],[121296,520866],[121147,520903],[120819,520899],[121538,521259],[121410,521353],[121285,520643],[121707,520405],[121658,520341],[119712,521389],[119559,521290],[120144,521668],[118504,521929],[118553,522057],[118287,521283],[118461,520196],[118877,519864],[121100,519175],[120437,519782],[121095,519283],[120658,519303],[120959,518965],[118005,519303],[117691,519749],[118940,520195],[120941,519409],[120864,518419],[120622,519723],[120422,519510],[118051,517721],[118278,517930],[118087,518298],[117971,518285],[117704,517829],[117678,517926],[120872,518115],[120926,518171],[120254,517381],[120312,517463],[119837,517016],[120216,517104],[120241,516874],[120094,517174],[121012,517827],[120855,517941],[121303,518680],[121189,518448],[126737,514804],[127139,514807],[125819,648126],[126554,651805],[123971,693750],[120232,693144],[120577,735970],[119643,739261],[122547,741241],[125887,750815],[125276,746893],[123399,755849],[126461,763380],[126188,757799]] \ No newline at end of file diff --git a/src/gathering/a10330.json b/src/gathering/a10330.json new file mode 100644 index 0000000..02eef64 --- /dev/null +++ b/src/gathering/a10330.json @@ -0,0 +1 @@ +[[-1275400,1291179],[-1279094,1286189],[-1279381,1286552],[-1276440,1291218],[-1278344,1285505],[-1277351,1290264],[-1279526,1284430],[-1276896,1291374],[-1275740,1317610],[-1275649,1317303],[-1275746,1317338],[-1275712,1316852],[-1275668,1320386],[-1274985,1320923],[-1275727,1320107],[-1278102,1320746],[-1274966,1320786],[-1278810,1321377],[-1277533,1410919],[-1276957,1410310],[-1277467,1411453],[-1274720,1411183],[-1277617,1410653],[-1274593,1412510],[-1277693,1410741],[-1270722,1433288],[-1271442,1429424],[-1269548,1431077],[-1269810,1434700],[-1267346,1437512],[-1269627,1434250],[-1269671,1435677],[-1274048,1156571],[-1270014,1158358],[-1275217,1156791],[-1269006,1164020],[-1272352,1157683],[-1267814,1163761],[-1270643,1158662],[-1273469,1155090],[-1267867,1164747],[-1271345,1157636],[-1274702,1155912],[-1273375,1173593],[-1277416,1176351],[-1276376,1177360],[-1270253,1168231],[-1268142,1165036],[-1268264,1174861],[-1271230,1177273],[-1272741,1173340],[-1269689,1169366],[-1270119,1173540],[-1272686,1171771],[-1276155,1176207],[-1268858,1168095],[-1269639,1173593],[-1273285,1173112],[-1275899,1176383],[-1276417,1177495],[-1270001,1167875],[-1268999,1173491],[-1270209,1180538],[-1270804,1177923],[-1270799,1185437],[-1276660,1178387],[-1274992,1179140],[-1271233,1185287],[-1269278,1180126],[-1271109,1178533],[-1274340,1178685],[-1270978,1187096],[-1269897,1178731],[-1270842,1178323],[-1270030,1187386],[-1269007,1178916],[-1278135,1198505],[-1275814,1201708],[-1279088,1196219],[-1279393,1199215],[-1273448,1195619],[-1268247,1194666],[-1278127,1198024],[-1278230,1201903],[-1278006,1197195],[-1279153,1198539],[-1274606,1195023],[-1270445,1195959],[-1277172,1201909],[-1278646,1196221],[-1277679,1198570],[-1279367,1199957],[-1274848,1194405],[-1269095,1195505],[-1277169,1200449],[-1279770,1196366],[-1277733,1199158],[-1273420,1194970],[-1269023,1195392],[-1276756,1208562],[-1278608,1204301],[-1275515,1209333],[-1278829,1205689],[-1275274,1207755],[-1276771,1206540],[-1274826,1208994],[-1278584,1204474],[-1283055,1291322],[-1285126,1288333],[-1284127,1281479],[-1284808,1291124],[-1285007,1287768],[-1283196,1289202],[-1284310,1281187],[-1283405,1291925],[-1284521,1288452],[-1283830,1280592],[-1283710,1290294],[-1284953,1287198],[-1283911,1280880],[-1289822,1301783],[-1290735,1301790],[-1290141,1302565],[-1292001,1299956],[-1290638,1302646],[-1292793,1299540],[-1285519,1333927],[-1280989,1344548],[-1282736,1350679],[-1283338,1344137],[-1282734,1351432],[-1283284,1344248],[-1283487,1351004],[-1283564,1344074],[-1282895,1350679],[-1289991,1384932],[-1290084,1385631],[-1288532,1388019],[-1290285,1389399],[-1288583,1391760],[-1290074,1384702],[-1292463,1385757],[-1290049,1385852],[-1288946,1387949],[-1290462,1389033],[-1288577,1392575],[-1290657,1385254],[-1288713,1387837],[-1290195,1389842],[-1288831,1392453],[-1290601,1385963],[-1288218,1387249],[-1289612,1389422],[-1288935,1392248],[-1292481,1414489],[-1292728,1414137],[-1291933,1414273],[-1292502,1414849],[-1287144,1424433],[-1280111,1425368],[-1287167,1424652],[-1280128,1426083],[-1287347,1424174],[-1280186,1425349],[-1286885,1424122],[-1280808,1425386],[-1291287,1144955],[-1286125,1154549],[-1290233,1153151],[-1290832,1155564],[-1291276,1157369],[-1291411,1160581],[-1286649,1197180],[-1290464,1200352],[-1286251,1197620],[-1290139,1200537],[-1280168,1198070],[-1286436,1197576],[-1289892,1199736],[-1286178,1197967],[-1290149,1200516],[-1286974,1278298],[-1287057,1278018],[-1286660,1278368],[-1286546,1277743],[-1302916,1304397],[-1302890,1304555],[-1298693,1304720],[-1302540,1304101],[-1299734,1304293],[-1302438,1304808],[-1299057,1305145],[-1299822,1306203],[-1303873,1377048],[-1303443,1377813],[-1303868,1377405],[-1303986,1377876],[-1300260,1432255],[-1299812,1423224],[-1300548,1431584],[-1299874,1422823],[-1300897,1431637],[-1299286,1422640],[-1299932,1428238],[-1300851,1432131],[-1299697,1422798],[-1299035,1450075],[-1294166,1447018],[-1298828,1450403],[-1302188,1453413],[-1299228,1449414],[-1293838,1447072],[-1298248,1450943],[-1302400,1453766],[-1293532,1446874],[-1298895,1450717],[-1301720,1452491],[-1299141,1449632],[-1293876,1446936],[-1298317,1450680],[-1302610,1453790],[-1300245,1449885],[-1303414,1135763],[-1301429,1134174],[-1302927,1134607],[-1305235,1139701],[-1294184,1143438],[-1295139,1143831],[-1294786,1143720],[-1295720,1160424],[-1293019,1159513],[-1296073,1176122],[-1298867,1176821],[-1300027,1176944],[-1296088,1176357],[-1298658,1177222],[-1300421,1175686],[-1296446,1175999],[-1299058,1176939],[-1294540,1165220],[-1296223,1176127],[-1299079,1177338],[-1300808,1202911],[-1301009,1203065],[-1301201,1203081],[-1301203,1202685],[-1305511,1265669],[-1305387,1265184],[-1305578,1265789],[-1318159,1407321],[-1318105,1406829],[-1309840,1398385],[-1305891,1399049],[-1309605,1398347],[-1308919,1398978],[-1312330,1413071],[-1313668,1410037],[-1312354,1413425],[-1313601,1409120],[-1312753,1412887],[-1312895,1409181],[-1313123,1409823],[-1312528,1413149],[-1313449,1448914],[-1309376,1452868],[-1311049,1449478],[-1306103,1448729],[-1313381,1449650],[-1309291,1452669],[-1311128,1449367],[-1306637,1449651],[-1313562,1453633],[-1313521,1449597],[-1309513,1453266],[-1311519,1449776],[-1306273,1449625],[-1313308,1453578],[-1308890,1452718],[-1310817,1449631],[-1305729,1449766],[-1309158,1100249],[-1307556,1098652],[-1308875,1102564],[-1315540,1105191],[-1316143,1109828],[-1309796,1102578],[-1316609,1103092],[-1313591,1113228],[-1313818,1101485],[-1316472,1103960],[-1317846,1109966],[-1318000,1116216],[-1313287,1122776],[-1309650,1119384],[-1312334,1125944],[-1314241,1119520],[-1313201,1123598],[-1309854,1118064],[-1312835,1124578],[-1307470,1135393],[-1311030,1133701],[-1314405,1133408],[-1316158,1129777],[-1306881,1134779],[-1312828,1137519],[-1317651,1131905],[-1316054,1136157],[-1309031,1138441],[-1314328,1131453],[-1318325,1130366],[-1315123,1142449],[-1318301,1142450],[-1305995,1171973],[-1305853,1172091],[-1306492,1171965],[-1306273,1172016],[-1305976,1175241],[-1317721,1197155],[-1317959,1199706],[-1317942,1197490],[-1317339,1199725],[-1317990,1197811],[-1317696,1199327],[-1317860,1197496],[-1317413,1199651],[-1315119,1205255],[-1318202,1212010],[-1314695,1207458],[-1314586,1205438],[-1317520,1211534],[-1315412,1207443],[-1315234,1205012],[-1318063,1211292],[-1314549,1208383],[-1315019,1205578],[-1318146,1211672],[-1314832,1208080],[-1309140,1228056],[-1309188,1228073],[-1312998,1227296],[-1309482,1227280],[-1313430,1228966],[-1309323,1228179],[-1313885,1226804],[-1310946,1236035],[-1307431,1239503],[-1312785,1237827],[-1310506,1235623],[-1307060,1239032],[-1312792,1238260],[-1310434,1235192],[-1307453,1238925],[-1312679,1237431],[-1310454,1235337],[-1307415,1239236],[-1312824,1238335],[-1316407,1252355],[-1316517,1251841],[-1315719,1252152],[-1316822,1252592],[-1314901,1266830],[-1316875,1264925],[-1314547,1263740],[-1314680,1266554],[-1316510,1265288],[-1314135,1263484],[-1316413,1265230],[-1305780,1265309],[-1313960,1263918],[-1314768,1266545],[-1316665,1265144],[-1314047,1263718],[-1314787,1266804],[-1317930,1274345],[-1322270,1282670],[-1327598,1285029],[-1324099,1281702],[-1328349,1290830],[-1323217,1283936],[-1328716,1287532],[-1329129,1289536],[-1321922,1282913],[-1327954,1285282],[-1324030,1281639],[-1328910,1290513],[-1323803,1284742],[-1328346,1287745],[-1328009,1290011],[-1322726,1283302],[-1328233,1284799],[-1328607,1290433],[-1323769,1283770],[-1328047,1287786],[-1324398,1280807],[-1328286,1290008],[-1322477,1283276],[-1328154,1285289],[-1328959,1290442],[-1323193,1283893],[-1329544,1288545],[-1323446,1281687],[-1328284,1289664],[-1330172,1298064],[-1330060,1297900],[-1329853,1297428],[-1328976,1297980],[-1318426,1407119],[-1318812,1407514],[-1326570,1068942],[-1328524,1072298],[-1326809,1072000],[-1324466,1086480],[-1326205,1085110],[-1326939,1083294],[-1329259,1084730],[-1326767,1086060],[-1319556,1096674],[-1329545,1099354],[-1330151,1088929],[-1329748,1099466],[-1320623,1094219],[-1319789,1100473],[-1323086,1096930],[-1324046,1098639],[-1330435,1089027],[-1328333,1096577],[-1321680,1096250],[-1319751,1112841],[-1319121,1107441],[-1318848,1103952],[-1319827,1109793],[-1319745,1126404],[-1319868,1117232],[-1320448,1123872],[-1318629,1125287],[-1318580,1115897],[-1320939,1127520],[-1320885,1177729],[-1325983,1174300],[-1327401,1177447],[-1319980,1177208],[-1325832,1173717],[-1321630,1171795],[-1327460,1177443],[-1320685,1177401],[-1325588,1174384],[-1327508,1177739],[-1326196,1173697],[-1330282,1168733],[-1327474,1177529],[-1320408,1177969],[-1328292,1181183],[-1328152,1182998],[-1323631,1178422],[-1321994,1180779],[-1328362,1181113],[-1328160,1182615],[-1323839,1178166],[-1322555,1180797],[-1328508,1181437],[-1328403,1183022],[-1323924,1178283],[-1322202,1180871],[-1328149,1181154],[-1328281,1182981],[-1323586,1178343],[-1322512,1181243],[-1322793,1203297],[-1321255,1198518],[-1318646,1203293],[-1327746,1202558],[-1321877,1198267],[-1327836,1202730],[-1321999,1198163],[-1327317,1202850],[-1321761,1197835],[-1327729,1202710],[-1323379,1210519],[-1330347,1206579],[-1325251,1208512],[-1330613,1206126],[-1323386,1203913],[-1318659,1204110],[-1323516,1210602],[-1329808,1206414],[-1324724,1208833],[-1330926,1205505],[-1322963,1203500],[-1318918,1203600],[-1322628,1210121],[-1329768,1206573],[-1324477,1208642],[-1330498,1205837],[-1323077,1203519],[-1318929,1204001],[-1323056,1210376],[-1330050,1206674],[-1324969,1208465],[-1322382,1235545],[-1321265,1236273],[-1321120,1235015],[-1318814,1236942],[-1321281,1235348],[-1319329,1237713],[-1319726,1237488],[-1319608,1237079],[-1321471,1253424],[-1323481,1248591],[-1323394,1247043],[-1322235,1253754],[-1323734,1249635],[-1323548,1246483],[-1321062,1253577],[-1323339,1249745],[-1322851,1246084],[-1323793,1248748],[-1323922,1246917],[-1319886,1266065],[-1318726,1264578],[-1320132,1265408],[-1318894,1263341],[-1320127,1265248],[-1322347,1254678],[-1318625,1263725],[-1319315,1265970],[-1319453,1263067],[-1325487,1274136],[-1319073,1274457],[-1325680,1275260],[-1326558,1275129],[-1318605,1274314],[-1325161,1274133],[-1318826,1274125],[-1333512,1289351],[-1339307,1289758],[-1331962,1292655],[-1333458,1289055],[-1338881,1289631],[-1333160,1292098],[-1333187,1289523],[-1338698,1290383],[-1332414,1292654],[-1333363,1289103],[-1339098,1289044],[-1331974,1292563],[-1337604,1295617],[-1335490,1295698],[-1332591,1302168],[-1334976,1305007],[-1333213,1300607],[-1335785,1295810],[-1334621,1305270],[-1331882,1302141],[-1333158,1301152],[-1336138,1295177],[-1335256,1305157],[-1332710,1302636],[-1331964,1301072],[-1336139,1295095],[-1335383,1305128],[-1332585,1301552],[-1341046,1383900],[-1339452,1384542],[-1339654,1384831],[-1331602,1393292],[-1331698,1394600],[-1334670,1388167],[-1335217,1390344],[-1336431,1402756],[-1336958,1401528],[-1331681,1071090],[-1336028,1070409],[-1335344,1069245],[-1335964,1070960],[-1339111,1123321],[-1337067,1120968],[-1338344,1123524],[-1337581,1120901],[-1338936,1123489],[-1337045,1121208],[-1338403,1123874],[-1337293,1120721],[-1335903,1162658],[-1332011,1166613],[-1332223,1166128],[-1331752,1166590],[-1331856,1166262],[-1333956,1202387],[-1333501,1202153],[-1334068,1202918],[-1333129,1203122],[-1331333,1206089],[-1350420,1322901],[-1349355,1323684],[-1350016,1322740],[-1355383,1326612],[-1350399,1323027],[-1355476,1326566],[-1350454,1322756],[-1354400,1327357],[-1350152,1322808],[-1355484,1326811],[-1356201,1327209],[-1346377,1333802],[-1346257,1333239],[-1345639,1333992],[-1346409,1333294],[-1345606,1333996],[-1346448,1333428],[-1345890,1333306],[-1346139,1333320],[-1348427,1402541],[-1349828,1401004],[-1350054,1400796],[-1345830,1396780],[-1345974,1396840],[-1347358,1146623],[-1355793,1201640],[-1356583,1201475],[-1355042,1201416],[-1355552,1201961],[-1355472,1201960],[-1357065,1328159],[-1362126,1327050],[-1356885,1328547],[-1362343,1327391],[-1356881,1328409],[-1362649,1327876],[-1361680,1326825],[-1366129,1345124],[-1366310,1345035],[-1369182,1061044],[-1368627,1060860],[-1369518,1060821],[-1368721,1060562],[-1369095,1061079],[-1369415,1060580],[-1369182,1060630],[-1357995,1091161],[-1357949,1090883],[-1358694,1091341],[-1358036,1091810],[-1369597,1175387],[-1367669,1177531],[-1369434,1175450],[-1367483,1177034],[-1367040,1177000],[-1367101,1177020],[-1363760,1196772],[-1358360,1201023],[-1362994,1196638],[-1358648,1201224],[-1362893,1196846],[-1358316,1201531],[-1363338,1196646],[-1358378,1201583],[-1357141,1201346],[-1367797,1215674],[-1368293,1215430],[-1381805,1310091],[-1374189,1316164],[-1381609,1312401],[-1382286,1310913],[-1380802,1313049],[-1382022,1310750],[-1376576,1318303],[-1381478,1312411],[-1381794,1310881],[-1374744,1317811],[-1380325,1313528],[-1373544,1319728],[-1378416,1321688],[-1382139,1326892],[-1374683,1318643],[-1373773,1320305],[-1378728,1322288],[-1380670,1326962],[-1373183,1320377],[-1378622,1321729],[-1381938,1326669],[-1374187,1319553],[-1377509,1322221],[-1381315,1327742],[-1373962,1341601],[-1373983,1341325],[-1375156,1343448],[-1374212,1341133],[-1374965,1343325],[-1374226,1340757],[-1376852,1344079],[-1374929,1344337],[-1374468,1350426],[-1374329,1354613],[-1374465,1349953],[-1373930,1354765],[-1374898,1350461],[-1373964,1354914],[-1375104,1350410],[-1374333,1355083],[-1378674,1035416],[-1378755,1029664],[-1381402,1035495],[-1379583,1032348],[-1380765,1031631],[-1380669,1032143],[-1380282,1039356],[-1381099,1045478],[-1381016,1040690],[-1379195,1038333],[-1378931,1037117],[-1381952,1040686],[-1380872,1045659],[-1381100,1051997],[-1381712,1052742],[-1370929,1057685],[-1371336,1056774],[-1370882,1056846],[-1371166,1057386],[-1376110,1117106],[-1376806,1117224],[-1376443,1116950],[-1376992,1117784],[-1376186,1116832],[-1376771,1116966],[-1376279,1116864],[-1376867,1117721],[-1369641,1175204],[-1369812,1175786],[-1378294,1217592],[-1378193,1217099],[-1395196,1302692],[-1395158,1303382],[-1388515,1305410],[-1394787,1303065],[-1389863,1305399],[-1392866,1314047],[-1386936,1309568],[-1382684,1308382],[-1393341,1313975],[-1387611,1308842],[-1392788,1313444],[-1388241,1310334],[-1392691,1314253],[-1387886,1310268],[-1387847,1320920],[-1389874,1319255],[-1389450,1319406],[-1385948,1320134],[-1389258,1319287],[-1389870,1319506],[-1386316,1324078],[-1386562,1324937],[-1386443,1324831],[-1385809,1325087],[-1388299,1335638],[-1388031,1335984],[-1387510,1336236],[-1387721,1336150],[-1385292,1331773],[-1388978,1342733],[-1388467,1340531],[-1388875,1342607],[-1387620,1340199],[-1388202,1343399],[-1387739,1340360],[-1388095,1344042],[-1388057,1340794],[-1392258,1349656],[-1384892,1353611],[-1389640,1346154],[-1391971,1349140],[-1394549,1351186],[-1384205,1353704],[-1389917,1347046],[-1384754,1354141],[-1389607,1346408],[-1392239,1349190],[-1384365,1353971],[-1389859,1346267],[-1392269,1349522],[-1389096,1360037],[-1389857,1358775],[-1389446,1359442],[-1389319,1359347],[-1389178,1024172],[-1386624,1018275],[-1388043,1021914],[-1384692,1016439],[-1385838,1024169],[-1387864,1015868],[-1385682,1021454],[-1385360,1016242],[-1385853,1026197],[-1385108,1027141],[-1386857,1026270],[-1385843,1026856],[-1384324,1040312],[-1383646,1047928],[-1384022,1038146],[-1383630,1042660],[-1383678,1040486],[-1383537,1043290],[-1383049,1048014],[-1384461,1047203],[-1385204,1050618],[-1382743,1052946],[-1382839,1051534],[-1390917,1103017],[-1390670,1103063],[-1389655,1163715],[-1388803,1163815],[-1388989,1163279],[-1389654,1163337],[-1392018,1167371],[-1392227,1166802],[-1391694,1167193],[-1391493,1166999],[-1389820,1180600],[-1394355,1186183],[-1390557,1180684],[-1394008,1186457],[-1390154,1180997],[-1394243,1186515],[-1390145,1180621],[-1393472,1186282],[-1392849,1209558],[-1394497,1210206],[-1393510,1209330],[-1393562,1211480],[-1384682,1276584],[-1384110,1273523],[-116350,188388],[-116221,194395],[-116121,197217],[-119630,199901],[-116888,195573],[-118602,196321],[-116706,193764],[-120937,199302],[-116392,194080],[-115668,196456],[-119538,197047],[-126274,216448],[-126751,215722],[-127441,216313],[-127490,218200],[-124272,275358],[-123014,278553],[-116719,275545],[-118259,277512],[-115936,277819],[-117461,276561],[-125050,273569],[-123996,278315],[-119123,277016],[-115573,278315],[-116664,276240],[-124260,273918],[-125454,277554],[-119429,275960],[-115500,278211],[-118425,273985],[-115589,273624],[-117864,275538],[-124120,275127],[-125243,277450],[-118514,278066],[-115748,276753],[-117763,276820],[-119523,367431],[-118092,367618],[-118601,367140],[-119154,369318],[-123901,371223],[-124843,370427],[-126819,370990],[-126441,371089],[-120488,368538],[-118129,366181],[-118839,368867],[-124131,371002],[-126533,372635],[-127829,372619],[-124936,373105],[-125670,371721],[-126046,372340],[-124238,372497],[-124636,371636],[-124584,371789],[-126143,373431],[-124839,372401],[-125706,372859],[-125578,371482],[-123589,372322],[-127044,486036],[-123163,479664],[-122647,479367],[-123028,481366],[-122822,481127],[-127815,486146],[-126293,486079],[-127782,486406],[-121929,479331],[-122057,481927],[-127760,485690],[-127693,486770],[-126115,522312],[-126138,522731],[-126560,521236],[-127671,522800],[-127859,521292],[-127905,519846],[-126384,520171],[-127157,521087],[-126598,534379],[-125857,531293],[-127187,531594],[-127237,532109],[-127511,531355],[-127673,531955],[-118200,537489],[-121638,534947],[-119261,529632],[-116897,529660],[-121754,526477],[-127335,534895],[-125714,530929],[-126901,532960],[-127642,531556],[-127420,533054],[-127859,532165],[-117446,537193],[-120914,535579],[-119007,528531],[-122189,525899],[-116668,535815],[-120535,535592],[-118320,529113],[-119966,525939],[-115925,537170],[-120325,535436],[-119104,530771],[-116349,530648],[-121383,526202],[-115886,541423],[-118452,543319],[-118278,543404],[-116702,549408],[-115577,541719],[-118445,544055],[-120235,543462],[-118279,544186],[-115394,544754],[-119002,549200],[-116372,547374],[-125543,547893],[-124667,548978],[-124810,549469],[-124547,549095],[-120361,548727],[-120342,548737],[-121071,548617],[-121573,550225],[-118660,542231],[-122432,554875],[-118259,558417],[-118063,563352],[-120885,553553],[-121690,554869],[-119492,559093],[-117880,555936],[-120994,563183],[-115928,563105],[-115267,563398],[-116104,556875],[-117232,557210],[-115855,554653],[-118480,559599],[-118810,559146],[-118742,558577],[-119315,558127],[-127076,559934],[-127476,558802],[-126756,559690],[-116880,551624],[-116239,551478],[-116016,552897],[-117306,551463],[-116085,554947],[-126265,571529],[-126730,573314],[-118746,564119],[-116467,564588],[-118267,565690],[-121343,571422],[-119114,565658],[-121776,569141],[-118984,565225],[-118913,566901],[-123338,568886],[-123258,567997],[-122877,570352],[-121953,568073],[-126379,575539],[-125513,574263],[-124305,576029],[-124756,575114],[-116576,613461],[-115629,629355],[-119287,636740],[-115217,628911],[-117042,632283],[-115411,629213],[-116018,629931],[-116217,629952],[-116650,630507],[-116404,630571],[-116558,630831],[-116811,630526],[-116948,630709],[-121683,645005],[-121385,643188],[-118393,642048],[-118727,644288],[-118974,644456],[-127429,676449],[-125388,669920],[-125688,675896],[-125778,669640],[-127678,676884],[-126365,671159],[-124495,678559],[-124733,677968],[-125135,677738],[-124168,685842],[-123380,687281],[-123426,682397],[-123217,681743],[-122742,682412],[-124041,688239],[-123623,681664],[-124077,682754],[-124309,681564],[-124278,688296],[-123373,683188],[-122803,685705],[-124247,684462],[-122936,684913],[-122629,684299],[-121660,683497],[-121998,683551],[-122408,684718],[-121055,686738],[-120489,687677],[-127282,679874],[-123154,687047],[-120167,687224],[-121402,687413],[-126489,685302],[-126782,684606],[-126414,684770],[-125686,683919],[-126847,685326],[-127709,686489],[-127964,686241],[-126767,689928],[-126154,690626],[-123664,689539],[-125556,688241],[-127833,689846],[-127797,695859],[-126770,696330],[-126894,693120],[-126172,694329],[-124993,692863],[-125452,692178],[-125998,695488],[-126296,695988],[-125337,695270],[-126995,696009],[-1400610,1301774],[-1404094,1300055],[-1395733,1303265],[-1400508,1301937],[-1405373,1299645],[-1400615,1302613],[-1405231,1299315],[-1400335,1301626],[-1404786,1300786],[-1399826,1310966],[-1398759,1313116],[-1401600,1308970],[-1401162,1312449],[-1398934,1310898],[-1403356,1309352],[-1399895,1313140],[-1397866,1311777],[-1403496,1308103],[-1400837,1311767],[-1398788,1311002],[-1401618,1308220],[-1402746,1322952],[-1402831,1322811],[-1403975,1322554],[-1403378,1324054],[-1404042,1323686],[-1403660,1324128],[-1397344,1340174],[-1396797,1336969],[-1403521,1340610],[-1401809,1335399],[-1402250,1335924],[-1397152,1337312],[-1402874,1340526],[-1401948,1335394],[-1402593,1335760],[-1407812,1335936],[-1397189,1340329],[-1403403,1340678],[-1396932,1337245],[-1401310,1334764],[-1402699,1335361],[-1396845,1340610],[-1403275,1341373],[-1396890,1337109],[-1401364,1334996],[-1402455,1335928],[-1396673,1340360],[-1398488,1344783],[-1402694,1347949],[-1396843,1349042],[-1401303,1345296],[-1398020,1344798],[-1401626,1348335],[-1397038,1349074],[-1400734,1345316],[-1398628,1344661],[-1402286,1347321],[-1397007,1349351],[-1400936,1346170],[-1398574,1345243],[-1401367,1347029],[-1397046,1349327],[-1401098,1345401],[-1402474,1362159],[-1400392,1359742],[-1401419,1359572],[-1406481,1368458],[-1402871,1362664],[-1400175,1360123],[-1400974,1359111],[-1406811,1367908],[-1402618,1362436],[-1399918,1359969],[-1401451,1359270],[-1406470,1368357],[-1402280,1362154],[-1400101,1359580],[-1401090,1359239],[-1406591,1368148],[-1405260,962945],[-1399738,962614],[-1397143,964360],[-1406995,964742],[-1398510,964374],[-1407707,961568],[-1399016,961352],[-1404842,963923],[-1396819,1075442],[-1397162,1105026],[-1406929,1111888],[-1396931,1105705],[-1407194,1111657],[-1397288,1105689],[-1406567,1111945],[-1396842,1105199],[-1407121,1111782],[-1402139,1144340],[-1401807,1144847],[-1402435,1144686],[-1401577,1144764],[-1401878,1159068],[-1399492,1155731],[-1401602,1154973],[-1402206,1159007],[-1398891,1155985],[-1402002,1154901],[-1402351,1158839],[-1399209,1155508],[-1402412,1154732],[-1401830,1158612],[-1398905,1155718],[-1402330,1155168],[-1397806,1198996],[-1400756,1197728],[-1401596,1198847],[-1396089,1192367],[-1403729,1200988],[-1399808,1197950],[-1397567,1198693],[-1398902,1198269],[-1396191,1191739],[-1403527,1200528],[-1396171,1197037],[-1399902,1197124],[-1398071,1198809],[-1396110,1191649],[-1403480,1200720],[-1400619,1197818],[-1396386,1192032],[-1403990,1201125],[-1402158,1206540],[-1406273,1210836],[-1402550,1206485],[-1406466,1210816],[-1402701,1206317],[-1406635,1210274],[-1402912,1206105],[-1406666,1210700],[-1401106,1223889],[-1404077,1218070],[-1404674,1218993],[-1400718,1223961],[-1404333,1217999],[-1401673,1222223],[-1405052,1219326],[-1400699,1224181],[-1404543,1217874],[-1404297,1219222],[-1400685,1224107],[-1404176,1217580],[-1404173,1219683],[-1397367,1229944],[-1401665,1238934],[-1396880,1230775],[-1402070,1238864],[-1397151,1229953],[-1402076,1238518],[-1397590,1229986],[-1402145,1238509],[-1395369,1248689],[-1412187,1294366],[-1412181,1294874],[-1420349,1298821],[-1415059,1327228],[-1415893,1327587],[-1415450,1326930],[-1415973,1327525],[-1420106,1334757],[-1414917,1339098],[-1408854,1339905],[-1409128,1336066],[-1414131,1339278],[-1418446,1337294],[-1419996,1335478],[-1414819,1339382],[-1408421,1335213],[-1408391,1340033],[-1409628,1335552],[-1414139,1339488],[-1418862,1337129],[-1420031,1335022],[-1414527,1339323],[-1408607,1339769],[-1408658,1336088],[-1413941,1339474],[-1418479,1337544],[-1419755,1335169],[-1414936,1339098],[-1408243,1335395],[-1409172,1339683],[-1408837,1335561],[-1413312,1339453],[-1418432,1337505],[-1409456,1353893],[-1410218,1351787],[-1410271,1345587],[-1409421,1353356],[-1410486,1351960],[-1409733,1345764],[-1408718,1353340],[-1410324,1352156],[-1409781,1345732],[-1408551,1354127],[-1410950,1352357],[-1410053,1345847],[-1416633,1375534],[-1416742,1375655],[-1417114,1375569],[-1417143,1375317],[-1417359,954767],[-1418074,954711],[-1418594,955669],[-1416914,954050],[-1409129,1074790],[-1408890,1074787],[-1409005,1074227],[-1409456,1074499],[-1416023,1077325],[-1415649,1077494],[-1419734,1076571],[-1415604,1077453],[-1419605,1076653],[-1416225,1077071],[-1420169,1097134],[-1420301,1096735],[-1419477,1096996],[-1419518,1096786],[-1414496,1109048],[-1415220,1104114],[-1408587,1112303],[-1414077,1109036],[-1415400,1104287],[-1408294,1110249],[-1409449,1111911],[-1414273,1108550],[-1414910,1103827],[-1408228,1110181],[-1408865,1111966],[-1413665,1109052],[-1414944,1104488],[-1409071,1111980],[-1409819,1126301],[-1409894,1116505],[-1410412,1123722],[-1411575,1121691],[-1409548,1126216],[-1409464,1115845],[-1410275,1123798],[-1411285,1122539],[-1410075,1116284],[-1409854,1124068],[-1410701,1121813],[-1409301,1125884],[-1409238,1116192],[-1409933,1124064],[-1410932,1121765],[-1409203,1126258],[-1411441,1133077],[-1411417,1132677],[-1410808,1133133],[-1411269,1133293],[-1420253,1135675],[-1418650,1136913],[-1408636,1247831],[-1413157,1248190],[-1418271,1252793],[-1413407,1247921],[-1408647,1247313],[-1418140,1252056],[-1413446,1247396],[-1413581,1248121],[-1425484,1292848],[-1428088,1284006],[-1428705,1283048],[-1428541,1283838],[-1428951,1282679],[-1428213,1284188],[-1429005,1282451],[-1427775,1284133],[-1428366,1282572],[-1427954,1294764],[-1427851,1294891],[-1422474,1298175],[-1425082,1293347],[-1427731,1294615],[-1422376,1298745],[-1424707,1298248],[-1428256,1295018],[-1423040,1327778],[-1422787,1327880],[-1422689,1328014],[-1422965,1328305],[-1429124,1329705],[-1429612,1329793],[-1429850,1330096],[-1429184,1329923],[-1431270,1340558],[-1426319,1333525],[-1427306,1333824],[-1431705,1340521],[-1426123,1333906],[-1431351,1340688],[-1426175,1333572],[-1427554,1334996],[-1431228,1340094],[-1426018,1332740],[-1427344,1334753],[-1431510,1332319],[-1431636,1332236],[-1427519,1333445],[-1431570,1332269],[-1431687,1332271],[-1431827,958861],[-1429928,955832],[-1428521,958349],[-1425187,1049284],[-1424844,1049514],[-1427661,1059608],[-1427824,1058970],[-1428004,1058963],[-1425666,1050235],[-1425572,1050227],[-1422830,1096699],[-1422122,1097799],[-1422511,1097440],[-1422083,1097777],[-1422125,1096907],[-1422605,1097270],[-1426571,1133327],[-1429473,1131092],[-1427805,1134200],[-1426598,1133168],[-1430151,1130713],[-1426553,1133759],[-1430015,1131329],[-1429607,1130821],[-1427001,1133718],[-1422771,1136276],[-1422932,1136578],[-1427110,1178958],[-1426733,1179617],[-1427129,1179261],[-1426473,1179166],[-1433107,1207435],[-1432657,1207347],[-1427204,1205905],[-1428167,1205643],[-1428571,1205160],[-1426697,1205896],[-1428632,1205606],[-1428217,1205202],[-1432770,1240939],[-1432122,1238089],[-1421605,1254314],[-1421831,1254212],[-1421397,1254016],[-1421151,1254249],[-1433253,1262899],[-1433483,1263725],[-1433341,1264187],[-1430907,1276424],[-1431469,1274816],[-1428725,1275324],[-1427958,1271645],[-1424089,1273513],[-1423476,1278159],[-1430731,1278665],[-1429046,1278550],[-1431073,1274524],[-1428702,1276121],[-1427836,1271542],[-1423551,1273118],[-1423798,1277905],[-1429873,1278584],[-1429596,1278216],[-1430595,1273725],[-1429007,1275582],[-1427425,1271595],[-1424059,1273444],[-1423473,1278311],[-1430214,1278585],[-1429536,1277995],[-1431259,1274267],[-1428936,1275898],[-1427791,1271210],[-1423819,1273294],[-1424318,1278176],[-1430416,1278226],[-1430477,1277550],[-1428932,1278188],[-1445545,1289113],[-1435432,1291958],[-1436816,1285192],[-1440984,1287241],[-1441373,1287653],[-1444506,1289023],[-1435329,1292728],[-1436451,1285772],[-1441136,1287800],[-1442040,1287643],[-1434921,1292346],[-1436294,1285365],[-1440586,1286953],[-1441591,1287467],[-1435600,1292215],[-1436422,1285611],[-1440655,1286871],[-1442005,1287438],[-1445373,1295529],[-1434845,1296194],[-1440042,1305538],[-1444989,1295568],[-1435109,1295903],[-1439726,1305491],[-1444965,1295755],[-1434348,1296104],[-1446294,1296911],[-1445078,1296156],[-1434874,1296200],[-1445557,1314288],[-1444570,1314437],[-1445494,1311657],[-1440781,1310002],[-1446076,1314105],[-1445151,1314208],[-1446192,1311314],[-1440402,1309759],[-1439271,1306277],[-1446132,1314854],[-1445083,1314042],[-1446030,1311488],[-1440904,1309488],[-1439737,1305854],[-1446172,1314915],[-1444808,1314334],[-1445742,1311286],[-1441264,1309906],[-1440533,1323892],[-1435659,1327066],[-1438126,1328888],[-1439915,1324345],[-1436461,1327034],[-1438761,1328702],[-1440098,1324603],[-1436230,1327282],[-1438062,1329235],[-1440052,1324167],[-1436110,1326994],[-1438555,1328633],[-1439270,1337707],[-1441358,1343152],[-1438632,1337533],[-1441503,1343108],[-1436177,1335962],[-1438681,1337596],[-1441264,1343671],[-1439157,1337713],[-1441787,1343237],[-1439008,1332643],[-1434770,1336157],[-1438647,1331975],[-1435607,1335872],[-1438972,1332668],[-1438208,1332654],[-1436204,1335236],[-1438132,1352561],[-1435104,956214],[-1442249,954639],[-1437138,958512],[-1441622,956234],[-1445767,950355],[-1436197,959293],[-1442018,956546],[-1443813,951690],[-1436783,959984],[-1443685,955266],[-1442004,962624],[-1439391,961074],[-1442173,961063],[-1439011,961168],[-1439545,962794],[-1439381,960806],[-1446118,1077008],[-1444279,1082872],[-1437487,1081947],[-1438510,1084518],[-1441839,1080832],[-1446099,1076195],[-1444918,1082723],[-1439156,1085078],[-1436833,1082775],[-1438145,1085368],[-1441537,1080867],[-1446353,1077238],[-1444380,1082445],[-1439133,1084591],[-1436639,1081870],[-1438388,1085171],[-1441811,1080992],[-1446210,1075884],[-1444356,1082768],[-1439569,1084785],[-1436738,1081850],[-1438691,1084540],[-1441335,1080247],[-1446375,1075929],[-1439390,1097438],[-1439091,1097668],[-1435810,1124211],[-1435723,1124293],[-1434754,1125116],[-1434724,1125368],[-1436823,1178939],[-1434638,1180911],[-1434980,1181517],[-1436688,1178462],[-1435136,1181504],[-1436768,1179146],[-1434806,1181300],[-1436626,1178282],[-1433748,1207973],[-1440702,1210884],[-1440888,1211051],[-1433889,1263428],[-1442049,1275403],[-1444214,1276218],[-1442376,1275609],[-1444394,1275940],[-1446736,1289619],[-1451576,1289699],[-1450260,1288974],[-1446419,1288932],[-1452172,1289662],[-1451324,1290365],[-1446759,1297278],[-1446758,1297387],[-1446982,1297138],[-1454341,1311942],[-1454638,1311494],[-1453959,1311819],[-1454462,1311749],[-1454003,1312169],[-1454458,1311915],[-1454419,1312414],[-1455344,1323998],[-1459126,1326127],[-1455091,1324058],[-1455413,1323698],[-1455169,1323907],[-1454367,1339029],[-1458166,1338623],[-1451634,1343777],[-1450977,1342538],[-1453554,1341677],[-1453536,1342515],[-1455004,1338391],[-1458398,1338847],[-1451807,1342633],[-1454780,1338877],[-1458325,1338529],[-1454395,1338681],[-1458492,1338643],[-1450407,1344810],[-1457956,1350613],[-1449456,1344778],[-1457741,1349933],[-1458165,1350005],[-1458316,1350561],[-1455285,945830],[-1458028,944864],[-1455028,945564],[-1446855,949049],[-1456834,951518],[-1446955,950115],[-1455723,950651],[-1454603,952574],[-1456966,953313],[-1451118,1041916],[-1447681,1041631],[-1449175,1038718],[-1451294,1042325],[-1447676,1042131],[-1449227,1038538],[-1450592,1037647],[-1451020,1042459],[-1448161,1041337],[-1451104,1042143],[-1447877,1042044],[-1448063,1069471],[-1451314,1073972],[-1447795,1069466],[-1450397,1073800],[-1447743,1069604],[-1451367,1074357],[-1448226,1068924],[-1451204,1074177],[-1459173,1086897],[-1458750,1087325],[-1455640,1084894],[-1458677,1087144],[-1458074,1087552],[-1455707,1084925],[-1458829,1086737],[-1458211,1087580],[-1455075,1085355],[-1458998,1086350],[-1458767,1087600],[-1454952,1085770],[-1446852,1077566],[-1446710,1076314],[-1446552,1077022],[-1450751,1088163],[-1458076,1089366],[-1457293,1089448],[-1457048,1091642],[-1457077,1089023],[-1456935,1091509],[-1457141,1089342],[-1456791,1091280],[-1457864,1089029],[-1457242,1092058],[-1451028,1088953],[-1451351,1088757],[-1450745,1088832],[-1450917,1088773],[-1450924,1088300],[-1451094,1088823],[-1451316,1088702],[-1449608,1266327],[-1448783,1266673],[-1449375,1265970],[-1448829,1265916],[-1466319,1324473],[-1470345,1330711],[-1465703,1324971],[-1470187,1330503],[-1459228,1326270],[-1466507,1324413],[-1470405,1330402],[-1459428,1326050],[-1466334,1324591],[-1470667,1330178],[-1459305,1326651],[-1465372,1333183],[-1463413,1337086],[-1464854,1332803],[-1463473,1336508],[-1464848,1332924],[-1463831,1337159],[-1465350,1333079],[-1463495,1336887],[-1465125,1350548],[-1467259,1353049],[-1465658,1349869],[-1465398,1350352],[-1467641,1352934],[-1465307,1349969],[-1467484,1352922],[-1465295,1350067],[-1464274,1351043],[-1465333,1350599],[-1467154,1352690],[-1465393,1350019],[-1464810,1351059],[-1465342,1350460],[-1470275,944537],[-1462679,946800],[-1468775,940974],[-1470003,944630],[-1462052,945636],[-1468282,941345],[-1461360,947004],[-1466745,939912],[-1466821,942192],[-1471660,947091],[-1463636,948114],[-1469704,1009790],[-1470245,1007650],[-1471575,1006270],[-1466486,1013648],[-1468750,1015244],[-1467145,1012520],[-1467052,1014369],[-1467286,1013654],[-1469046,1014861],[-1469097,1012130],[-1467157,1015251],[-1461114,1033385],[-1466302,1031096],[-1471180,1028866],[-1464732,1031821],[-1467463,1032241],[-1460507,1028931],[-1460920,1033688],[-1466777,1030771],[-1471149,1029142],[-1464406,1030852],[-1467356,1032107],[-1461377,1028965],[-1460980,1034141],[-1466815,1031083],[-1470768,1029162],[-1464302,1030937],[-1468104,1032043],[-1461007,1028468],[-1460927,1033939],[-1464677,1030970],[-1470938,1028914],[-1464635,1031711],[-1467532,1031694],[-1460567,1028823],[-1463137,1072224],[-1462863,1071639],[-1465696,1072498],[-1462571,1071391],[-1463142,1071947],[-1460974,1086107],[-1459643,1083146],[-1470921,1077969],[-1469893,1086644],[-1461258,1086205],[-1460212,1082442],[-1470805,1078349],[-1461708,1085898],[-1459535,1083038],[-1461525,1085875],[-1459877,1082722],[-1471107,1078840],[-1470231,1087164],[-1469772,1086678],[-1467235,1076687],[-1464208,1077591],[-1459359,1089487],[-1475746,1301554],[-1475450,1301936],[-1475377,1301494],[-1475674,1301596],[-1474147,1306565],[-1476723,1316129],[-1484356,1316339],[-1474141,1306039],[-1476563,1316905],[-1473485,1306709],[-1477122,1316017],[-1473389,1305985],[-1477109,1316645],[-1474142,1319001],[-1473922,1318953],[-1473986,1319654],[-1473960,1319562],[-1474731,1339646],[-1474881,1339608],[-1475008,1339625],[-1475064,1339164],[-1484297,1347927],[-1475497,1351321],[-1472464,1344879],[-1477601,1346441],[-1476079,1351140],[-1472813,1344699],[-1477694,1346450],[-1475874,1351271],[-1472906,1344655],[-1484393,1348395],[-1477870,1346212],[-1475470,1350894],[-1472589,1344823],[-1484385,1348166],[-1477931,1346198],[-1473281,1359498],[-1478320,1360330],[-1476047,1361312],[-1475410,1360784],[-1473192,1358941],[-1478430,1360462],[-1475708,1361415],[-1476189,1360723],[-1478035,1359692],[-1476282,1361187],[-1476274,1360457],[-1472885,1358698],[-1478105,1360466],[-1476451,1361211],[-1475828,1360696],[-1472803,1359430],[-1472277,943701],[-1480566,943916],[-1479385,944253],[-1482324,947010],[-1481229,942547],[-1480525,946214],[-1480995,947645],[-1482788,949739],[-1483519,955393],[-1481519,948919],[-1483230,952928],[-1473555,1006411],[-1475663,1006640],[-1476387,1007117],[-1474150,1009969],[-1473591,1049728],[-1473235,1049110],[-1474616,1054778],[-1475986,1058565],[-1479329,1061309],[-1475240,1055290],[-1474740,1052676],[-1474710,1054901],[-1476290,1057907],[-1479155,1061506],[-1475719,1057792],[-1479004,1061972],[-1475717,1057730],[-1478907,1061151],[-1475289,1082464],[-1475901,1082563],[-1475745,1082243],[-1475117,1082581],[-1484992,1315957],[-1485036,1315882],[-1484830,1316095],[-1488865,1320769],[-1486264,1320757],[-1489633,1320778],[-1487602,1319938],[-1492080,1336566],[-1495151,1340160],[-1491987,1339743],[-1492749,1342361],[-1491781,1336885],[-1495853,1340345],[-1491598,1339837],[-1492712,1341985],[-1492553,1337023],[-1494949,1340218],[-1491402,1340176],[-1492777,1342462],[-1492332,1336914],[-1495141,1340004],[-1491263,1339813],[-1492467,1342347],[-1488931,1355015],[-1491953,1344901],[-1490821,1351005],[-1489257,1354483],[-1491580,1345238],[-1490639,1351100],[-1484833,1347757],[-1488852,1355053],[-1491312,1345321],[-1490376,1351551],[-1488620,1355098],[-1491723,1344808],[-1490587,1351127],[-1497518,1357650],[-1495781,1361959],[-1495590,1360938],[-1495360,1361480],[-1495694,1360840],[-1485729,953789],[-1486013,959899],[-1487029,959028],[-1486797,955895],[-1485945,959492],[-1495042,967776],[-1486733,960537],[-1497490,970975],[-1497175,969474],[-1493275,1062525],[-1493727,1062665],[-1493690,1062900],[-1494009,1063357],[-1494687,1080701],[-1496913,1081550],[-1497191,1081773],[-1497004,1081650],[-1496936,1082116],[-1498437,1358396],[-1497790,1357845],[-1498998,1358735],[-1497725,971033],[-1501504,968757],[-1504807,964058],[-1502612,968068],[-1503431,963672],[-1509591,966442],[-1500843,968973],[-1502205,964550],[-1509748,963615],[-1500559,968130],[-1504949,964644],[-1503417,1023640],[-1509814,1021176],[-1508856,1033294],[-1508753,1028330],[-1506939,1025986],[-1509790,1030953],[-1502097,1025087],[-1506172,1029608],[-1507371,1025051],[-1505483,1027932],[-1503073,1027709],[-1506444,1025044],[-1504546,1024240],[-1509209,1026320],[-1498171,1079392],[-1498209,1079477],[-1498331,1079654],[-1501878,1082918],[-1501732,1082899],[-1518543,958900],[-1518348,959605],[-1510616,963805],[-1515205,965398],[-1518248,961938],[-1511261,964961],[-1512050,965881],[-1521586,961595],[-1514377,964372],[-1514701,963275],[-1515340,1018802],[-1515454,1021878],[-1511375,1022701],[-1516764,1020618],[-1517246,1019912],[-1511074,1024910],[-1511224,1024922],[-1511240,1026826],[-139273,192191],[-139326,192065],[-129947,198479],[-130136,199322],[-137346,193838],[-131548,199128],[-132446,199871],[-138223,192615],[-132396,217563],[-134211,216996],[-129861,215506],[-133571,213915],[-131500,216829],[-134979,216775],[-129173,216979],[-132805,214915],[-130581,217743],[-133161,217077],[-134662,214994],[-129898,216573],[-132119,216160],[-135499,214870],[-130043,216166],[-131179,214248],[-131837,217979],[-129571,219547],[-128296,218268],[-129687,218025],[-129347,218714],[-128307,274272],[-130740,272410],[-138985,276413],[-139253,273371],[-134619,275492],[-129645,275173],[-129448,272838],[-139274,277419],[-139636,273793],[-136598,274118],[-130112,276165],[-128796,272923],[-139356,277993],[-138411,271932],[-135772,273960],[-129394,276585],[-129322,272381],[-137375,277818],[-137853,273892],[-134210,274615],[-128323,371458],[-128257,371936],[-140075,481294],[-129271,488473],[-128102,487733],[-132755,487684],[-132109,487229],[-131010,487838],[-129403,488763],[-128594,487756],[-132607,488512],[-131251,487758],[-130586,487707],[-138080,507307],[-140311,507138],[-136260,508430],[-139068,510382],[-138238,511542],[-140478,511007],[-140343,509284],[-137902,511647],[-139474,507711],[-139034,508326],[-139206,509372],[-134738,511830],[-136835,508654],[-136457,510914],[-138770,509114],[-137370,510806],[-137121,511786],[-140158,512154],[-129435,521399],[-129428,519760],[-131149,520730],[-128107,522583],[-136220,513165],[-138898,513079],[-140029,512879],[-128944,524343],[-128778,523454],[-129053,521200],[-128337,520165],[-130000,520728],[-129239,522140],[-138876,512844],[-140701,513897],[-137179,524666],[-129665,524497],[-137076,523269],[-138315,524069],[-128174,524401],[-129131,532100],[-128326,534237],[-130044,530605],[-129343,532545],[-129784,530700],[-129522,532587],[-130899,532295],[-130428,533592],[-139045,537281],[-140094,535336],[-132076,529306],[-133462,531032],[-134898,532282],[-137233,530714],[-135980,528412],[-136667,525870],[-139091,531465],[-134151,535695],[-128802,529794],[-129169,525782],[-129387,532515],[-128837,533474],[-131096,530850],[-129611,530607],[-129885,530945],[-130080,533211],[-139171,533959],[-139022,537760],[-140392,534991],[-140799,535058],[-129725,528837],[-132628,531062],[-136142,532360],[-135372,527109],[-136471,526693],[-139011,530564],[-137286,536993],[-133166,534078],[-135704,536527],[-131794,529200],[-133323,531821],[-136443,531699],[-134897,527350],[-135786,526537],[-138160,533005],[-129971,529177],[-131839,532276],[-137051,530321],[-135516,527409],[-137955,531470],[-134261,526393],[-137985,541140],[-138247,540243],[-140414,541934],[-140712,541099],[-140243,538701],[-138536,540122],[-129691,544791],[-130597,546576],[-140277,544345],[-140158,543581],[-131243,549259],[-131684,549317],[-128492,542175],[-130275,543518],[-130802,541531],[-129134,541696],[-139369,541761],[-138245,539622],[-140369,542042],[-139425,540084],[-140772,538282],[-131105,547495],[-138876,544458],[-134186,553130],[-137528,561410],[-129150,559526],[-129442,558483],[-136424,563118],[-136161,562489],[-128545,559863],[-131367,558179],[-129473,559546],[-133116,554791],[-135248,556449],[-134584,554588],[-134580,554589],[-131140,551193],[-133510,551425],[-136385,568434],[-140117,569127],[-135820,571644],[-135533,566972],[-133263,568011],[-133537,566705],[-128794,565884],[-128190,575301],[-129751,575942],[-129814,566629],[-129395,567075],[-128424,565422],[-132733,567941],[-130638,578941],[-139487,649272],[-140108,651545],[-134243,649704],[-139730,646705],[-138475,651984],[-135105,651122],[-134701,651940],[-133934,651279],[-133620,648441],[-132450,650219],[-137072,646638],[-140200,652428],[-136682,654015],[-137231,653919],[-138359,655310],[-134808,654105],[-139424,654113],[-133388,670864],[-140048,673356],[-133345,670662],[-140590,673965],[-140355,672688],[-140248,673800],[-129916,672240],[-130367,678018],[-134853,668965],[-135690,668759],[-136337,669521],[-135301,669383],[-136369,670638],[-137874,671871],[-130767,678461],[-137589,671953],[-135652,671282],[-140097,673258],[-136073,670886],[-130866,677821],[-135341,674539],[-133512,673349],[-137834,672165],[-133476,674100],[-136087,674345],[-139760,673617],[-128180,678205],[-134357,674619],[-140542,673641],[-138006,673668],[-131076,670780],[-134465,673201],[-139880,678015],[-140687,677981],[-130356,685974],[-130934,679344],[-136436,688408],[-128452,687238],[-134006,680871],[-135941,680855],[-135811,681862],[-128069,684672],[-128291,685650],[-130416,686196],[-128427,686560],[-132022,683718],[-129733,686509],[-138251,682789],[-138845,681859],[-137204,680841],[-138049,679088],[-138603,679471],[-138077,679153],[-135175,678750],[-139080,681225],[-139843,681286],[-139148,682856],[-140395,682218],[-131118,684114],[-134174,683184],[-130429,686731],[-130475,685915],[-132851,682544],[-132766,684097],[-132688,687510],[-129646,683860],[-133361,686700],[-135897,688216],[-132833,685522],[-129098,683098],[-132264,686855],[-133430,685830],[-130037,684570],[-133722,690240],[-134116,690021],[-133534,689361],[-134507,689496],[-131895,687942],[-131410,689174],[-133375,688182],[-129441,690538],[-130437,690508],[-129092,689885],[-129741,690705],[-132705,690190],[-134021,691176],[-132256,690555],[-136019,690262],[-135489,691170],[-134505,690080],[-135017,689204],[-135356,689711],[-128247,692885],[-128096,693474],[-129443,692304],[-129287,691989],[-128658,695196],[-128471,696581],[-129881,694311],[-128873,694840],[-129963,693987],[-128076,695109],[-132110,692037],[-132852,694634],[-131998,692959],[-133266,693591],[-132466,693111],[-133075,692722],[-132680,692841],[-131162,694312],[-132294,693210],[-135411,693449],[-134604,692584],[-134023,693451],[-135022,693160],[-135032,691462],[-1534376,966081],[-1528054,969210],[-1531343,968811],[-1530845,969304],[-1524468,971490],[-1530134,968800],[-1531944,965378],[-1528899,968633],[-1535003,966750],[-1526496,973374],[-1524128,974060],[-1535399,1052791],[-1535781,1052430],[-1535144,1052028],[-1535842,1052016],[-1537626,968613],[-1546898,967445],[-1537544,969067],[-1547888,967224],[-1537898,967434],[-1547170,969282],[-1537202,969525],[-1546313,969109],[-1539905,1025591],[-1542822,1033419],[-1539262,1034160],[-1540350,1026392],[-1543495,1033369],[-1539114,1034604],[-1539663,1026499],[-1542638,1032885],[-1539201,1034030],[-1539886,1026389],[-1542625,1033293],[-1539101,1034087],[-1540823,1068469],[-1542370,1068123],[-1546236,1063923],[-1539209,1067514],[-1540585,1068335],[-1541953,1067595],[-1546159,1063768],[-1540664,1067023],[-1540278,1068438],[-1542360,1067986],[-1545661,1063567],[-1540726,1068376],[-1542244,1067648],[-1546475,1063665],[-1540852,1066949],[-1540610,1068542],[-1540881,1068152],[-1543063,1078991],[-1544079,1078461],[-1545101,1076626],[-1545187,1076054],[-1544083,1078115],[-1543058,1078960],[-1544453,1076234],[-1545227,1076047],[-1543714,1078582],[-1542349,1079168],[-1544813,1076104],[-1543096,1078486],[-1545252,1076732],[-1543849,1078678],[-1544217,1076715],[-1550443,967332],[-1550097,971984],[-1551528,964656],[-1551082,964155],[-1555813,972633],[-1558156,973536],[-1551565,977836],[-1552577,975458],[-1555986,975545],[-1549273,976995],[-1549602,976005],[-1550002,975566],[-1557875,973082],[-1551242,973542],[-1559926,1046231],[-1559107,1048013],[-1552737,1048734],[-1559631,1045658],[-1559769,1048110],[-1552299,1048511],[-1559294,1046014],[-1559504,1047483],[-1552353,1048760],[-1559423,1045929],[-1559236,1047691],[-1552871,1048458],[-1562535,978418],[-1562547,983281],[-1568380,981489],[-1561710,980708],[-1566110,982952],[-1564604,981792],[-1571092,979424],[-1565663,981175],[-1564011,984834],[-1570326,978559],[-1561911,983704],[-1572190,980275],[-1570744,1070217],[-1564836,1069219],[-1565796,1072668],[-1569442,1065783],[-1569349,1067292],[-1570314,1070468],[-1565054,1069345],[-1566343,1073147],[-1569521,1066609],[-1570227,1070275],[-1564753,1069926],[-1566028,1072898],[-1569448,1065969],[-1569125,1067049],[-1570200,1071117],[-1565197,1069176],[-1565945,1072939],[-1569755,1065692],[-1569197,1066746],[-1576376,968579],[-1581241,969341],[-1576589,968777],[-1580364,969156],[-1576093,968348],[-1580753,969343],[-1576784,968883],[-1580333,969255],[-1586904,998980],[-1585193,1002495],[-1584855,1001753],[-1585253,1001978],[-1584760,1001636],[-1580112,1023425],[-1586035,1020993],[-1579539,1023986],[-1585992,1021446],[-1579744,1023441],[-1585985,1020873],[-1579895,1024083],[-1586009,1021626],[-1583879,1027660],[-1583332,1027833],[-1583438,1028254],[-1583643,1027704],[-1587444,998530],[-1587571,998544],[-1587773,999121],[-1597344,1048097],[-1597737,1047092],[-1597115,1047948],[-1597022,1047093],[-1599746,1048295],[-1597680,1047771],[-1597014,1048340],[-1599736,1047752],[-1597280,1047683],[-1597503,1051388],[-1597770,1051496],[-1597662,1051118],[-1597640,1051803],[-1611021,969951],[-1606642,966272],[-1610914,969543],[-1606029,966369],[-1610974,969260],[-1605901,965791],[-1610841,969627],[-1606257,965758],[-1612778,1025317],[-1606042,1041163],[-1603331,1038646],[-1600148,1048261],[-1605975,1041502],[-1603886,1038513],[-1600519,1047856],[-1605762,1041892],[-1603793,1038748],[-1605426,1042010],[-1603253,1038648],[-1600585,1054667],[-1600860,1054575],[-1600274,1054690],[-1600438,1054818],[-1612410,1083827],[-1612208,1083804],[-1612769,1083279],[-1619038,969021],[-1618605,968848],[-1619478,968435],[-1618909,969059],[-1620009,1023444],[-1618235,1023398],[-1616214,1021031],[-1617719,1023733],[-1620334,1023656],[-1616975,1021051],[-1620200,1024148],[-1620148,1023415],[-1614730,1022819],[-1614403,1022979],[-1612948,1025216],[-1615909,1024757],[-1612837,1025149],[-1615802,1024901],[-1612928,1025351],[-1616282,1024356],[-1617944,1063848],[-1614247,1064399],[-1618091,1062968],[-1614651,1064375],[-1614023,1064213],[-1617951,1063323],[-1613973,1064208],[-1617925,1063069],[-1615842,1083062],[-1624446,1080620],[-1615953,1083065],[-1623865,1080851],[-1616156,1082134],[-1624574,1080565],[-1615570,1082167],[-1624697,1080938],[-1627129,1081076],[-1627070,1081068],[-1626822,1081327],[-1627253,1081469],[-145933,188752],[-148852,188145],[-146040,188551],[-147873,191548],[-146320,216561],[-147159,215729],[-146528,216055],[-147383,215190],[-141738,222069],[-145402,220206],[-143330,220130],[-145038,221672],[-146091,224678],[-144016,225473],[-146974,220169],[-141809,221434],[-144832,226696],[-145773,220930],[-145303,221427],[-146637,223812],[-145058,225239],[-147104,220160],[-142490,221064],[-145250,221539],[-145595,223383],[-144620,225267],[-150664,256043],[-153449,251563],[-152460,251983],[-152729,254742],[-152352,253153],[-152721,255920],[-152863,253971],[-151380,252964],[-153586,253324],[-150792,252327],[-151192,268768],[-150659,262377],[-148969,265471],[-145377,265365],[-143005,266765],[-152932,259032],[-152559,260918],[-151589,265279],[-147558,264886],[-145013,265492],[-149098,264763],[-152566,263938],[-151719,264592],[-146215,265453],[-151647,260655],[-150296,265786],[-148742,263981],[-143753,267312],[-152835,257251],[-151074,264152],[-153076,259519],[-152631,261269],[-150779,262406],[-151044,267414],[-147145,266377],[-143376,267433],[-150945,268696],[-149396,266098],[-149472,263938],[-152900,259152],[-151240,261415],[-150216,262725],[-151583,265965],[-147386,263642],[-146513,264714],[-145333,266173],[-147288,281437],[-149359,274511],[-151585,273359],[-149475,276026],[-149565,278690],[-152118,271551],[-151102,277111],[-152848,273018],[-150102,278945],[-151381,271838],[-150430,273620],[-149508,277407],[-152994,272616],[-148457,278086],[-148799,280894],[-151302,273392],[-150496,277188],[-148980,280128],[-151234,271938],[-150054,272963],[-152227,273670],[-151107,275870],[-150139,277411],[-148049,282229],[-150296,291207],[-148891,289178],[-148788,286635],[-144178,284877],[-145730,284195],[-141567,283141],[-150617,291695],[-148540,288344],[-149307,285315],[-145184,285925],[-145892,284639],[-141094,284193],[-148151,289731],[-148405,287687],[-147497,285541],[-144996,284656],[-144207,283291],[-141325,283662],[-149599,290449],[-149194,289729],[-147612,286407],[-143222,286585],[-144978,283906],[-141642,283629],[-145792,303475],[-149333,303587],[-152804,306045],[-144624,300154],[-152040,302824],[-145830,303752],[-148049,303357],[-152182,305469],[-145615,299687],[-153425,301059],[-146811,305157],[-152238,301705],[-149792,304205],[-146009,300839],[-145944,305327],[-148422,302790],[-146992,300696],[-153452,428621],[-152556,429664],[-152174,430149],[-152508,429640],[-153357,429222],[-143441,473753],[-146043,473364],[-146154,473437],[-146016,471799],[-146452,472943],[-144712,469907],[-146691,471118],[-147388,472414],[-143956,473424],[-147057,472592],[-146363,473401],[-145985,471379],[-146484,472419],[-145526,469485],[-146478,471434],[-147962,472404],[-146033,484944],[-141296,479463],[-142998,479049],[-148614,486347],[-148492,486325],[-148097,484765],[-149740,483226],[-148499,486548],[-150285,483268],[-150086,482550],[-146755,473905],[-146188,474237],[-149187,481056],[-148852,476841],[-147897,485641],[-145855,483900],[-149259,482943],[-149934,483227],[-146111,474506],[-146747,476405],[-150093,479124],[-147045,476236],[-142729,487867],[-142577,488843],[-141810,489807],[-143674,489357],[-144009,490496],[-143857,492101],[-142367,492640],[-143009,487830],[-142371,488759],[-141998,490099],[-143504,489282],[-143772,489881],[-143520,492402],[-142580,492189],[-143709,493962],[-144714,493714],[-143049,493152],[-150022,488644],[-149923,489932],[-150233,498931],[-150015,497347],[-150229,487455],[-143721,494330],[-145672,493534],[-142378,493352],[-150385,488516],[-149294,489457],[-150419,498541],[-149648,497513],[-151010,498286],[-150765,509116],[-149768,504945],[-151240,507598],[-141737,507347],[-140848,509712],[-151952,506950],[-153444,505223],[-151343,505862],[-141542,507014],[-141377,523636],[-142610,522394],[-141566,513635],[-141337,524894],[-143405,522658],[-140972,512899],[-141724,521582],[-143400,524931],[-143059,520470],[-142589,536111],[-143276,525981],[-140832,537665],[-141852,537093],[-142305,536441],[-141150,533465],[-142211,533937],[-142284,525203],[-141591,525403],[-143724,525007],[-141162,525176],[-141009,539420],[-141361,540351],[-141633,537801],[-141744,538673],[-148088,568044],[-142857,569271],[-143169,566579],[-143280,569862],[-143245,567026],[-143154,565240],[-149316,568665],[-150507,570464],[-149550,576179],[-152064,568225],[-146969,576190],[-150398,575048],[-141286,565164],[-153135,567101],[-141235,567679],[-148852,571612],[-147484,575579],[-147771,572413],[-147718,572234],[-151482,569641],[-152515,566821],[-141373,564151],[-141179,567601],[-150213,575236],[-151408,585988],[-151141,585670],[-151322,585325],[-150038,587287],[-151496,579255],[-147682,576860],[-144670,585872],[-144902,577442],[-141279,577261],[-148862,580441],[-145026,579101],[-142903,585709],[-152225,577758],[-150384,577213],[-143484,578863],[-146740,577115],[-142815,584336],[-143368,576956],[-142818,583168],[-145459,584474],[-152580,590955],[-151159,595930],[-148910,597969],[-153503,589789],[-152297,597311],[-149795,598821],[-151271,599634],[-148316,600863],[-152000,602020],[-145300,602543],[-145586,621369],[-146590,622759],[-148137,622024],[-151325,623607],[-147044,619568],[-150429,622983],[-147370,621402],[-147742,622669],[-149653,622593],[-147833,630401],[-148065,629942],[-146193,632271],[-141675,648645],[-146156,651632],[-151548,649227],[-152233,650590],[-142183,652241],[-153088,646657],[-152477,651080],[-152323,650786],[-147746,647141],[-147687,648144],[-151927,646257],[-149719,650752],[-147033,651559],[-151644,652882],[-152268,651965],[-143553,652142],[-145355,652036],[-153277,649615],[-152544,652937],[-147162,650404],[-150714,651246],[-141280,656136],[-141853,655686],[-143387,656737],[-142875,656695],[-143562,657840],[-142636,657221],[-143740,659680],[-143250,659235],[-153031,665201],[-142533,659700],[-153453,654009],[-149371,653205],[-153310,660099],[-151689,662769],[-149350,661837],[-149722,661028],[-148354,662234],[-148225,662253],[-153046,653730],[-146833,656479],[-151219,665111],[-150597,665122],[-148894,655861],[-141478,672990],[-141054,672531],[-142119,677822],[-142098,676926],[-141186,677577],[-141332,676981],[-150039,677752],[-147829,678505],[-151263,678560],[-152771,666770],[-151746,670585],[-153081,669188],[-144994,671339],[-146970,671315],[-149174,672176],[-148875,673908],[-142798,680483],[-142874,681330],[-143823,679897],[-143164,680350],[-142490,681409],[-142918,682596],[-142006,680492],[-142440,682578],[-149581,680262],[-163755,195305],[-163620,197202],[-162590,197548],[-166142,198138],[-163406,197820],[-158675,217759],[-154293,215398],[-160303,216099],[-155282,216843],[-159391,216595],[-155252,216519],[-154770,216182],[-156608,217644],[-155627,218070],[-156544,218379],[-157414,218258],[-159994,218303],[-155796,218078],[-159050,229182],[-165875,230068],[-164650,228089],[-156794,229459],[-163722,227662],[-158300,229423],[-163186,228864],[-165560,229425],[-163676,229323],[-164247,229290],[-157996,231056],[-157204,238828],[-159983,239946],[-160221,239808],[-155769,230806],[-156735,233645],[-157368,237565],[-154932,241786],[-162223,239908],[-158413,231257],[-156630,242371],[-157115,231610],[-156482,238769],[-160608,238529],[-162882,243195],[-157242,236468],[-155014,242771],[-163934,242295],[-162426,241340],[-158321,233208],[-157301,242911],[-157339,238886],[-159151,239712],[-161165,239840],[-156209,241913],[-164195,241836],[-163039,242799],[-160743,240551],[-156702,233622],[-156778,233130],[-157615,230693],[-156459,236608],[-156803,238024],[-156760,239173],[-158760,238942],[-156525,233620],[-155232,242835],[-161784,240377],[-157382,233978],[-156166,231700],[-158123,230912],[-158089,237447],[-157354,243355],[-159687,245332],[-160654,246925],[-157454,244252],[-154926,252236],[-162901,243988],[-157294,245520],[-157173,247747],[-159983,244433],[-159501,246349],[-157812,245324],[-156756,245730],[-159425,246995],[-161428,244326],[-159324,245835],[-163409,246063],[-156634,244791],[-158677,245426],[-157010,246493],[-154141,253816],[-161793,244002],[-161160,246430],[-162256,246082],[-158240,244520],[-154819,250526],[-162476,246191],[-155762,245936],[-159471,248571],[-157873,245889],[-164057,268667],[-165827,256306],[-160937,268243],[-161779,267214],[-165546,258740],[-165697,270461],[-162859,270488],[-163172,274287],[-162757,270176],[-164063,272690],[-162099,274894],[-166073,270470],[-164488,270335],[-160850,273692],[-161539,274226],[-161408,271811],[-161488,270917],[-160744,269695],[-163907,269222],[-164205,272278],[-160964,270298],[-163075,271122],[-163499,269072],[-163212,270168],[-166038,271130],[-160542,272969],[-160998,274269],[-163313,273411],[-161480,270403],[-161336,269236],[-165777,270063],[-161408,288274],[-160998,290501],[-162485,287863],[-161616,292694],[-158476,291905],[-162900,286783],[-161584,290918],[-159461,291380],[-163093,286854],[-160753,291172],[-158851,291163],[-158259,293524],[-163393,295700],[-162346,295184],[-162946,295544],[-164163,294704],[-159549,307115],[-156173,299971],[-157452,300798],[-160566,307032],[-159679,302188],[-156043,301719],[-156414,299864],[-154037,302720],[-154308,306463],[-156232,301377],[-160448,305063],[-155939,297998],[-153736,305054],[-160059,306889],[-158588,300183],[-155942,298641],[-156741,300188],[-166288,315150],[-160410,314960],[-161946,315708],[-161794,315415],[-162564,314739],[-161801,326906],[-161864,322784],[-161764,320839],[-162041,326453],[-160377,324735],[-162106,320938],[-161129,327367],[-160399,323607],[-161285,321366],[-160582,327559],[-161401,324499],[-160690,320682],[-166389,340125],[-157426,396536],[-154996,390286],[-155799,389740],[-157003,391601],[-156395,390123],[-158045,389650],[-158948,391825],[-157693,396822],[-155143,389763],[-155574,390763],[-157344,391329],[-156936,389758],[-158717,389611],[-157940,390509],[-158413,391539],[-164323,408292],[-159515,401280],[-155941,399902],[-157231,401180],[-158049,399323],[-157797,401539],[-159698,401579],[-155608,404707],[-158647,400857],[-163004,407796],[-159258,399409],[-157302,400084],[-158675,402862],[-155115,404256],[-157926,400477],[-163347,410387],[-160070,410450],[-161449,416032],[-166076,422545],[-164832,422487],[-164177,421939],[-158704,419907],[-156667,419654],[-156848,420837],[-157349,416584],[-159971,418843],[-159496,417926],[-158716,417449],[-158659,416857],[-163933,409939],[-159877,412200],[-160375,417979],[-161777,416343],[-164940,421807],[-163433,421178],[-158867,420247],[-157183,420006],[-156421,417222],[-159612,417641],[-153631,428904],[-163907,423201],[-163200,426915],[-163112,426293],[-162077,426109],[-161612,427385],[-160685,430425],[-159328,431304],[-157331,429178],[-160113,427542],[-157881,428024],[-156718,430628],[-156786,431598],[-156466,431271],[-155721,430396],[-154740,422836],[-154534,432891],[-155010,431559],[-153726,432408],[-156987,432771],[-157956,431361],[-163853,423098],[-162967,427634],[-163179,426293],[-162972,425588],[-162383,427167],[-161137,430495],[-158626,430914],[-157750,428882],[-160289,427333],[-157753,427910],[-157382,430047],[-157537,431899],[-156727,431654],[-155879,430954],[-154627,423048],[-154994,433154],[-154299,432411],[-155163,430904],[-154105,432840],[-157473,432539],[-157681,431350],[-158068,494423],[-156986,492122],[-156415,496814],[-155992,495572],[-154193,495021],[-160756,499398],[-157141,493264],[-156066,497017],[-156814,494324],[-156157,495469],[-157293,511884],[-163022,503089],[-160587,510775],[-159300,501832],[-160241,501748],[-162449,501709],[-159659,512332],[-159513,513053],[-166292,523046],[-154377,588557],[-154712,587296],[-164181,598275],[-155991,599735],[-160768,595566],[-161795,596507],[-163136,600888],[-156775,593077],[-158705,597619],[-162397,596433],[-156619,592786],[-154103,591257],[-161505,600972],[-154277,596823],[-159578,597505],[-157972,595640],[-161079,595581],[-163023,601442],[-154241,600813],[-153776,590653],[-160690,597235],[-162899,600167],[-158558,592157],[-162161,596010],[-158469,591875],[-163052,595770],[-163541,593255],[-161889,590996],[-165672,602434],[-160367,601972],[-159785,639190],[-161204,639539],[-158888,639415],[-163968,652834],[-163973,649273],[-162142,646719],[-154499,651971],[-161992,650626],[-163097,646338],[-159173,651634],[-160491,652893],[-165819,648283],[-162751,646397],[-158905,652320],[-159083,642748],[-160854,645827],[-159197,652590],[-158833,641562],[-153718,644019],[-155469,643426],[-153637,646696],[-154271,645506],[-163690,651536],[-159096,642242],[-158657,641416],[-161498,652889],[-160711,640318],[-159804,654437],[-157631,657383],[-156494,658717],[-154298,656674],[-158780,654274],[-160198,653895],[-156453,658516],[-155155,665796],[-154853,657069],[-156427,658084],[-154940,660985],[-159497,658856],[-154868,660625],[-156078,660312],[-161529,660222],[-158390,659179],[-154337,661721],[-158147,665417],[-155255,658470],[-161526,663834],[-160254,662974],[-156639,664486],[-159845,662711],[-162793,660620],[-162756,660854],[-164776,667977],[-165625,673344],[-166275,669141],[-162106,672147],[-155639,666164],[-154547,667610],[-155343,666057],[-157355,677342],[-158509,678248],[-162060,677540],[-160612,677582],[-155567,673864],[-155621,673070],[-158814,670435],[-157743,668235],[-157822,668844],[-154052,677861],[-154188,681271],[-154408,679280],[-157175,680265],[-157640,679260],[-161339,681056],[-161940,683578],[-160878,682828],[-166609,198775],[-176725,199916],[-167211,201648],[-176279,201074],[-167750,198915],[-174802,200411],[-173947,200837],[-178253,213991],[-178759,213926],[-177071,215018],[-177889,214383],[-177753,214657],[-172776,224771],[-177774,223819],[-177955,223720],[-174473,225351],[-177633,223652],[-177829,223398],[-178446,222501],[-173194,225391],[-177305,223955],[-178210,225139],[-178564,223237],[-174056,224568],[-175930,224451],[-171632,264972],[-170932,264094],[-166876,262457],[-169718,268885],[-167574,259540],[-166406,256220],[-172158,265550],[-170956,263367],[-168859,261045],[-167295,258434],[-167089,259757],[-171255,264176],[-170135,264776],[-169117,261776],[-168133,259849],[-171286,265587],[-168826,263432],[-168592,262296],[-169041,261013],[-166811,272479],[-171257,271466],[-169200,271071],[-170470,272232],[-168274,269807],[-171006,271026],[-172206,272108],[-168504,271670],[-168152,269910],[-172217,269659],[-167918,271982],[-168324,269806],[-171654,270325],[-168832,270282],[-172223,319856],[-174602,319926],[-170150,319252],[-167456,315458],[-170646,319791],[-175291,319867],[-170825,318637],[-171331,320026],[-174905,319787],[-169004,319274],[-168008,316405],[-170735,319712],[-175208,320142],[-169543,318175],[-168294,316780],[-170131,331748],[-171950,328900],[-168223,330961],[-171260,327063],[-178862,331557],[-169165,330529],[-170600,329446],[-168818,331317],[-170352,329373],[-166482,338943],[-172012,340668],[-173345,343140],[-167722,340819],[-170348,340909],[-172833,342332],[-176765,345420],[-167949,339717],[-170306,339281],[-174549,342353],[-171342,341145],[-173143,342773],[-176123,345993],[-176038,348586],[-177885,357683],[-174773,356854],[-176065,349018],[-177127,356760],[-175520,357738],[-173659,356013],[-176214,346150],[-177846,347334],[-178870,357447],[-174084,357739],[-174130,355441],[-176483,346532],[-178083,347374],[-178358,357215],[-176715,358370],[-174025,357450],[-174718,355109],[-173638,408489],[-173354,408924],[-169536,422355],[-166557,422906],[-175776,426928],[-175063,426957],[-173158,427487],[-173804,427321],[-174051,426613],[-173314,425985],[-173044,425218],[-175865,427683],[-174881,426723],[-172773,427447],[-174777,426078],[-173035,425715],[-172785,424403],[-169115,422610],[-170294,501755],[-169298,502385],[-169270,505311],[-169911,506410],[-167680,502481],[-167565,501012],[-167018,503715],[-170871,500657],[-170217,504428],[-170280,503625],[-169688,505049],[-166869,503724],[-166626,521508],[-178368,524457],[-172162,519894],[-171964,522677],[-176208,522632],[-175754,520960],[-178185,518747],[-169369,522393],[-167441,523874],[-169969,523997],[-171370,521023],[-171928,523024],[-175641,519814],[-177696,519505],[-176606,524356],[-169569,523496],[-166858,521483],[-169884,523791],[-177422,524944],[-171781,521993],[-171721,521805],[-174861,521717],[-175772,521593],[-178562,518513],[-170925,521543],[-168520,524213],[-170870,520225],[-172346,523474],[-174921,523901],[-175794,520465],[-177694,524102],[-169257,521505],[-178092,571257],[-171294,584895],[-170532,584355],[-172330,581067],[-171007,576294],[-179056,580797],[-177233,581299],[-172054,594853],[-167546,601735],[-168679,600134],[-171590,596050],[-175638,599607],[-176786,601477],[-168289,594239],[-168048,598586],[-167820,600208],[-168048,603751],[-171478,603878],[-168098,603081],[-171954,604939],[-178991,609149],[-177200,612336],[-168705,611056],[-167369,604592],[-171911,606103],[-169682,609884],[-172650,610353],[-168092,604827],[-178632,609133],[-171019,609929],[-169368,606914],[-168493,606359],[-178773,605016],[-177294,611804],[-171854,612081],[-174937,614555],[-178141,612579],[-169923,609718],[-169245,610595],[-166818,607528],[-168174,610845],[-176314,610238],[-177640,606639],[-174719,607963],[-177902,615921],[-175630,615243],[-174511,614744],[-178492,639300],[-178190,638129],[-166707,646367],[-167874,643637],[-166586,643183],[-166709,647063],[-167230,648439],[-174606,641108],[-170948,640646],[-175480,652630],[-166544,646462],[-176590,662157],[-176803,660654],[-174705,664268],[-178874,661262],[-177537,654042],[-176575,656288],[-172075,653142],[-175277,659391],[-173734,657348],[-171856,670479],[-172077,666515],[-174884,668050],[-171491,666716],[-169790,666647],[-167724,674823],[-176343,674861],[-180620,215040],[-179847,213447],[-179849,215054],[-180864,222584],[-186082,221155],[-187176,220777],[-190236,219173],[-189703,219525],[-186584,221619],[-180175,222815],[-186033,220165],[-181375,220458],[-189080,221205],[-186594,221309],[-179853,224162],[-189315,219177],[-191662,220388],[-180401,220068],[-187480,220832],[-187511,222753],[-191581,219531],[-186264,220867],[-180353,220861],[-180665,220748],[-187154,219266],[-187594,220478],[-187354,221353],[-190095,221359],[-185046,221493],[-181656,221510],[-189035,268727],[-183560,280422],[-180018,278758],[-183575,278938],[-179272,278926],[-184167,278657],[-180645,280130],[-185231,280604],[-188394,273938],[-190125,271981],[-189576,269083],[-185390,269524],[-183518,271016],[-188362,273538],[-182553,271062],[-190888,271459],[-186531,269518],[-190500,274112],[-184609,270343],[-189491,271957],[-187300,270650],[-189137,270115],[-188241,274588],[-182836,271558],[-191709,271905],[-185588,270721],[-188539,271061],[-187420,319617],[-187665,319918],[-186785,319559],[-185786,319878],[-190408,332332],[-182065,330746],[-179457,332693],[-187454,321461],[-183633,327226],[-179632,324184],[-191845,331537],[-183021,331106],[-179999,331223],[-188571,321162],[-183354,327724],[-179662,324547],[-183008,330823],[-189031,321245],[-189533,331795],[-184743,328866],[-180544,325621],[-181267,331116],[-186969,322763],[-191834,331357],[-184725,327957],[-179455,324939],[-189701,338862],[-190838,333792],[-187719,341535],[-189966,335492],[-185714,342378],[-181645,344966],[-187700,345638],[-189457,338439],[-191205,334378],[-189466,341750],[-188674,336339],[-184228,334120],[-184021,339832],[-185937,343296],[-191015,335220],[-186464,344228],[-191155,334715],[-189249,341565],[-189106,337566],[-185373,335635],[-180084,333434],[-183427,339263],[-182452,344554],[-190863,335220],[-190916,340181],[-186575,344549],[-188796,340834],[-189684,337641],[-185121,334897],[-183408,340123],[-190878,333219],[-191623,336550],[-189176,339034],[-187368,345711],[-182602,346096],[-188287,347865],[-184879,351018],[-183739,345843],[-188133,346331],[-184851,349051],[-179480,356775],[-188019,345891],[-184163,350883],[-188813,346084],[-185276,350864],[-179785,358200],[-184777,361752],[-183540,359887],[-179659,363159],[-185186,360001],[-183573,361332],[-179603,363684],[-183270,362218],[-183739,361206],[-180445,362530],[-183534,361936],[-180382,362822],[-183725,427317],[-184663,427057],[-184379,428775],[-183192,427766],[-183957,425090],[-185028,425698],[-183461,425601],[-183864,427633],[-185556,426958],[-185304,428968],[-183135,427588],[-185000,425046],[-182521,428813],[-179727,426254],[-182150,427020],[-180659,426310],[-182178,428740],[-180540,426626],[-179953,426929],[-182872,424709],[-181483,427068],[-181177,425923],[-188368,509869],[-186952,509637],[-189646,509942],[-186301,511915],[-185499,510183],[-188694,511625],[-185592,510132],[-188110,511143],[-181270,514339],[-181047,516142],[-187760,512392],[-179967,517749],[-187874,518035],[-188316,519130],[-185910,519435],[-183855,515202],[-185020,512560],[-182304,517729],[-183381,520307],[-181865,520004],[-179749,522675],[-188327,513494],[-180560,518563],[-185295,519771],[-187937,514555],[-183566,512268],[-182457,513685],[-185397,514096],[-188706,516134],[-187799,520520],[-183427,519358],[-181049,521924],[-180649,522697],[-180436,518195],[-183655,514953],[-181586,515939],[-180915,514393],[-186371,519133],[-185109,514632],[-187995,515847],[-189152,519588],[-182557,518644],[-181080,522089],[-179805,522244],[-181982,513331],[-180090,514759],[-188645,514313],[-187201,512746],[-179237,517904],[-188939,516020],[-189596,519944],[-185479,520095],[-184054,514857],[-184943,514433],[-182858,518970],[-180797,520301],[-179591,523537],[-186463,554959],[-187823,553989],[-186348,560039],[-184529,554955],[-188659,555578],[-185831,557657],[-190015,554215],[-186092,551658],[-183489,552766],[-185513,561519],[-190997,552872],[-191980,559431],[-184431,558167],[-188598,551369],[-187684,555979],[-186904,552624],[-181136,551834],[-182815,551525],[-184790,553848],[-185103,554063],[-189401,554991],[-184333,555903],[-187120,557767],[-185729,557479],[-186993,559129],[-191893,554709],[-189913,554179],[-186989,550779],[-181236,552316],[-186944,554313],[-188106,559728],[-184925,553188],[-189581,553597],[-185089,555904],[-187102,556775],[-190206,553510],[-185223,552672],[-191459,555559],[-189695,552452],[-187896,551613],[-182050,551520],[-186364,571237],[-184257,574257],[-185962,571977],[-191687,588751],[-185552,586806],[-191184,584869],[-187318,583617],[-186303,586825],[-186504,586667],[-188268,588698],[-184098,586347],[-189073,577478],[-184768,586394],[-184675,581597],[-189348,578536],[-186103,589795],[-187178,598756],[-189423,599435],[-191937,599394],[-184871,595510],[-181413,600565],[-180860,610618],[-185573,607549],[-181998,611833],[-179369,611871],[-188177,606928],[-180847,611831],[-191381,613134],[-186083,608833],[-180438,610923],[-188393,602032],[-190330,603283],[-186310,609128],[-181327,613095],[-186025,634656],[-179217,637257],[-182210,636517],[-180226,632174],[-182421,627712],[-186179,631488],[-188897,632769],[-179555,639691],[-181146,634896],[-180351,632377],[-182965,627589],[-185727,633919],[-182584,636512],[-181818,630901],[-185273,627794],[-188303,635459],[-180673,636329],[-181448,632221],[-181337,627857],[-190656,650864],[-188812,646577],[-190035,642642],[-191921,649545],[-187638,648175],[-188416,647330],[-183870,643073],[-182570,642995],[-190005,647198],[-187055,663650],[-188718,663474],[-184500,664630],[-185626,670693],[-185915,671545],[-182357,670066],[-183270,672801],[-180220,667822],[-180727,672794],[-180164,667233],[-184722,673178],[-185529,675488],[-184691,675302],[-181266,668109],[-197723,216854],[-199823,216766],[-202224,215978],[-197649,216635],[-199393,217386],[-202188,216554],[-195451,217204],[-196246,217591],[-198489,217098],[-200551,216426],[-200987,217426],[-196113,217137],[-198376,217584],[-199805,217008],[-201712,215992],[-202765,225662],[-200877,223083],[-195494,224636],[-195888,227828],[-193137,226222],[-195121,224898],[-204501,224367],[-200752,228387],[-193109,228925],[-201697,224286],[-198652,222718],[-201797,223967],[-199765,222240],[-202171,222139],[-202579,221932],[-196581,225937],[-196139,226988],[-192872,226877],[-199963,224474],[-203692,225366],[-199457,226624],[-193952,228322],[-199949,228555],[-200989,226492],[-199254,222217],[-200653,223101],[-204718,221026],[-195450,223822],[-201578,228542],[-194036,228881],[-203972,225412],[-200369,228412],[-196618,225911],[-195438,227326],[-197942,222656],[-201237,222384],[-193581,229520],[-203212,222364],[-193408,226493],[-194825,225557],[-201960,222986],[-199848,225515],[-198204,224527],[-193070,227377],[-200018,228241],[-198866,229150],[-201896,226524],[-197730,226343],[-197422,224829],[-194812,226067],[-198027,222468],[-197039,218190],[-195435,219159],[-197791,218943],[-194572,219959],[-194579,218783],[-196386,218219],[-194627,218298],[-195806,218781],[-193653,218169],[-197799,238263],[-198533,235558],[-198973,231233],[-199106,239205],[-198094,234666],[-198971,233705],[-199647,233405],[-199053,230696],[-197989,237902],[-198301,233712],[-200385,231924],[-197692,238387],[-197916,235578],[-200757,234533],[-198626,233263],[-199826,230703],[-196488,256110],[-197769,252891],[-198984,250281],[-203706,255068],[-197351,251973],[-199614,251469],[-203789,254569],[-196249,255731],[-197390,252887],[-198370,251200],[-204456,254935],[-197521,252458],[-199932,249597],[-203753,255123],[-195033,265118],[-196986,264806],[-198002,261186],[-194337,258915],[-194596,256203],[-195034,265396],[-196516,264389],[-198510,262731],[-194134,258586],[-193206,265972],[-197206,265149],[-196443,262939],[-194971,259100],[-192970,267334],[-198512,264924],[-197633,262797],[-194010,260332],[-196623,257382],[-204786,260912],[-203586,260175],[-204306,262092],[-203911,260773],[-204663,263371],[-204240,259626],[-197243,271558],[-200377,273005],[-195110,271338],[-204475,272114],[-197272,272246],[-201969,272158],[-195030,271186],[-204324,278234],[-199075,271357],[-201516,273440],[-194096,270409],[-197880,272647],[-199936,272244],[-194912,271992],[-196757,319375],[-201667,318344],[-200673,316365],[-204718,312167],[-197451,319764],[-196327,318019],[-198414,317330],[-202255,316733],[-196672,320049],[-199873,319243],[-199168,319410],[-196896,318255],[-200140,317966],[-200856,318447],[-202859,317855],[-203445,313059],[-199184,318567],[-203396,318318],[-204320,315832],[-204697,312793],[-197466,320107],[-196663,325711],[-193994,325052],[-194594,323759],[-194387,322195],[-193550,331939],[-197290,322386],[-196147,325174],[-196240,323599],[-194477,322143],[-193547,331483],[-196371,320931],[-196123,326749],[-193622,323102],[-195551,322164],[-196320,324800],[-195189,325253],[-195834,323591],[-194238,321172],[-197265,322164],[-203689,343795],[-201473,342201],[-201219,339257],[-203877,340087],[-204704,335035],[-204043,341294],[-204694,342951],[-199961,342437],[-202294,341915],[-201480,338655],[-202876,340269],[-192638,333637],[-203516,342746],[-201593,341798],[-199047,338462],[-202335,341554],[-204793,340756],[-203484,341867],[-204524,343971],[-201317,343198],[-201301,341122],[-200988,339374],[-202857,341309],[-203992,335764],[-204791,350801],[-199784,348675],[-198103,351597],[-204332,355443],[-201131,357236],[-200244,353898],[-193944,355466],[-199234,357279],[-203609,351070],[-201297,346770],[-198282,351027],[-203334,356696],[-202206,356569],[-199977,353871],[-192625,354513],[-200152,356170],[-204168,349319],[-200677,347218],[-198217,350736],[-202702,354925],[-201570,354957],[-200022,352331],[-192993,355821],[-201215,358235],[-200842,356223],[-204308,350131],[-199469,349079],[-198349,351067],[-204518,356169],[-201119,357341],[-201199,353663],[-193189,356057],[-198893,357057],[-199488,359030],[-201556,359935],[-204133,360865],[-200795,359312],[-200490,361993],[-202256,363140],[-199590,359136],[-200169,361217],[-201924,363011],[-200622,360375],[-202919,362818],[-192863,426028],[-192333,427677],[-195856,424346],[-193137,427207],[-196216,427145],[-193982,425121],[-193451,424474],[-195378,426149],[-193356,425391],[-192862,424905],[-192858,427506],[-192744,426159],[-195868,425108],[-192893,426671],[-196409,427550],[-193783,424905],[-193599,426608],[-194803,425445],[-193845,425606],[-193004,424569],[-201302,442436],[-204299,441227],[-201968,443180],[-198432,439872],[-201050,442493],[-199067,440369],[-202672,446555],[-198254,443467],[-197251,440896],[-201823,447986],[-202345,446570],[-198237,442591],[-197548,441438],[-197405,440169],[-199866,447906],[-202496,446839],[-201112,444158],[-202723,446927],[-195797,450315],[-197023,449336],[-193680,449837],[-194010,450141],[-201972,449531],[-195855,450614],[-196940,449303],[-194617,450152],[-201095,448304],[-204117,524401],[-202602,521912],[-194774,521503],[-203487,520930],[-194153,518896],[-204637,524379],[-201765,521965],[-196697,521221],[-194004,518652],[-203608,523122],[-201005,522530],[-194459,521210],[-203128,521022],[-193615,518976],[-203411,523448],[-201957,522499],[-194904,522134],[-204436,520675],[-193818,518030],[-204755,525283],[-195242,554835],[-193426,555052],[-192171,554293],[-198294,558355],[-192849,556008],[-192674,555177],[-192606,553963],[-198623,556149],[-198942,556608],[-194710,557399],[-192262,553208],[-195740,556200],[-195504,555318],[-193628,555474],[-192060,555328],[-198061,556545],[-201186,569185],[-201921,576160],[-199944,563887],[-203093,567088],[-198702,566761],[-199345,574573],[-196568,569633],[-202264,574472],[-203049,572653],[-204342,571501],[-202375,566547],[-199356,563607],[-199177,575570],[-199385,571174],[-204433,571888],[-202979,565794],[-200529,566244],[-201023,567859],[-196061,572342],[-201842,574975],[-203434,571795],[-204179,570384],[-202092,568669],[-202192,578118],[-195886,581278],[-194558,580104],[-202735,587459],[-202276,577587],[-199412,576316],[-192833,579127],[-197781,578656],[-203584,588094],[-204634,585761],[-197886,576614],[-203240,578271],[-197512,578972],[-194667,586784],[-193067,579296],[-199622,578251],[-202795,587079],[-204462,586830],[-196833,579467],[-194970,586388],[-192082,576350],[-202226,581534],[-203011,586756],[-194016,591060],[-193097,591007],[-200409,594609],[-200423,598183],[-198882,598691],[-198583,600834],[-192369,590543],[-201676,594431],[-201456,597924],[-200233,601295],[-199221,600511],[-195710,601285],[-192880,591119],[-204140,592559],[-204054,594466],[-201578,594952],[-200637,597051],[-197654,601048],[-192893,600635],[-200494,595194],[-200614,597245],[-200489,600801],[-199627,600369],[-202504,603640],[-195670,604990],[-198824,602667],[-194020,608949],[-194638,613370],[-202450,602716],[-200192,603351],[-195836,603699],[-197765,603652],[-192303,609318],[-194867,602690],[-194922,602053],[-202729,602137],[-196681,603174],[-198868,602068],[-192935,614128],[-193463,609709],[-198786,605027],[-197113,604135],[-193139,611290],[-193762,609205],[-194934,652373],[-194568,649432],[-193712,644045],[-196595,644303],[-193718,652823],[-193583,642075],[-197196,645412],[-192930,649032],[-194573,652103],[-198480,641673],[-198331,644237],[-203617,645960],[-192385,641745],[-197264,645348],[-193808,653219],[-204472,657395],[-204684,653713],[-203822,657544],[-204721,657280],[-202789,653108],[-201141,656146],[-199756,657180],[-199681,655150],[-197891,654387],[-201551,655531],[-202282,658277],[-198512,653377],[-202906,663940],[-203304,656009],[-203560,663558],[-200481,655315],[-199999,654690],[-193183,664058],[-192984,662107],[-196565,660333],[-193916,663031],[-193752,660732],[-195397,660705],[-195131,665112],[-193665,661738],[-195651,661967],[-192656,660176],[-204220,662986],[-204718,664143],[-198640,657062],[-196958,654904],[-203914,666831],[-217457,-656138],[-215475,217409],[-213243,212068],[-211410,212016],[-210649,213429],[-205052,216481],[-212971,213191],[-211720,211976],[-210173,213479],[-205307,216624],[-212319,212870],[-210035,212468],[-205983,215718],[-212307,213139],[-210015,214260],[-204819,216633],[-204831,222837],[-216598,220778],[-214516,220983],[-212644,218640],[-216098,219048],[-215304,219820],[-213340,219670],[-211767,220779],[-217031,221053],[-214637,220798],[-212797,218232],[-214532,218387],[-215639,219794],[-213653,220304],[-212232,219282],[-216509,217904],[-207366,255461],[-208426,255360],[-215498,256020],[-214788,255608],[-216542,255960],[-216515,260009],[-210678,256909],[-209508,256807],[-212540,267725],[-213195,265262],[-214767,264076],[-215866,266465],[-214148,266822],[-208399,256660],[-212330,263131],[-209165,257007],[-214196,268370],[-213627,266553],[-212882,263279],[-211923,267356],[-213133,263898],[-213202,266054],[-214485,268709],[-209785,257598],[-214133,257084],[-215960,260318],[-212651,257365],[-214767,256734],[-205800,265269],[-205521,264287],[-207876,259718],[-208602,258355],[-215522,258659],[-212792,257354],[-207938,264740],[-204800,263166],[-208791,260457],[-214277,259431],[-212474,258448],[-210601,257665],[-207454,265751],[-208730,259924],[-206502,265788],[-206350,259129],[-212673,269387],[-217113,274219],[-216953,272765],[-213722,269338],[-217247,272044],[-217133,273886],[-217042,275403],[-212143,271282],[-205137,270792],[-205851,271484],[-212284,270398],[-206538,269893],[-206897,280611],[-205275,279856],[-205718,280099],[-211447,270866],[-206257,269745],[-205279,273765],[-205936,279038],[-212362,272377],[-206455,272651],[-206876,280502],[-208501,285906],[-208650,282107],[-206489,293798],[-211445,294140],[-206158,284094],[-207211,293692],[-207872,284547],[-208459,291529],[-207925,285797],[-207428,282394],[-207999,292714],[-207283,297622],[-209031,295488],[-210383,295757],[-211288,303297],[-216017,302960],[-211587,296742],[-207359,299860],[-208278,300377],[-205845,298677],[-208611,296776],[-207666,296064],[-211918,295242],[-211304,304058],[-217536,302012],[-210684,297034],[-205380,300642],[-209161,298930],[-210198,301002],[-207089,298729],[-210071,295411],[-207372,294628],[-212347,304549],[-206391,299898],[-210736,299237],[-216676,303695],[-207070,296106],[-210262,294991],[-212924,304363],[-205565,301765],[-209790,299326],[-205136,317029],[-208939,310475],[-217199,313694],[-208549,319729],[-209312,317039],[-205503,314839],[-204979,312897],[-209208,310424],[-208892,319144],[-208274,316752],[-205428,314615],[-209185,309926],[-209187,317354],[-210475,309857],[-210150,319441],[-209615,317152],[-212768,325672],[-213091,323746],[-207402,320854],[-208952,322006],[-210966,325560],[-212770,322121],[-208153,322126],[-211644,324562],[-212818,323727],[-207468,320999],[-212208,326587],[-213679,322024],[-207098,321142],[-208502,321042],[-204898,340937],[-204960,342983],[-205992,333308],[-214920,340595],[-215213,339921],[-210798,340619],[-211103,338177],[-206658,341030],[-205191,335694],[-205947,334883],[-214903,341448],[-213403,338478],[-211378,338028],[-208756,342035],[-208415,338993],[-207426,342687],[-217130,344385],[-206875,335178],[-213487,340034],[-210481,338166],[-208736,338575],[-209066,340707],[-207775,342642],[-205080,333262],[-215526,341820],[-213403,339978],[-210388,339061],[-209086,340193],[-207313,340239],[-211404,352371],[-212521,357118],[-216732,353725],[-213570,353582],[-211011,355278],[-217562,349284],[-216526,352382],[-215257,353298],[-214256,353267],[-214164,354104],[-211863,351271],[-211704,354776],[-212385,355929],[-216331,354516],[-211914,352626],[-213173,355141],[-217189,345833],[-216222,354577],[-212604,352588],[-213328,354725],[-206314,359045],[-207798,358673],[-207626,360321],[-208613,359695],[-209658,435192],[-209773,434826],[-207298,435180],[-207863,435077],[-210439,434531],[-212911,435390],[-212338,435044],[-210941,434640],[-213255,434112],[-210058,434675],[-210823,434445],[-212293,434402],[-205455,445370],[-211344,438335],[-209706,438868],[-210527,439368],[-210503,437679],[-208243,437024],[-212172,437386],[-211978,438566],[-209676,437669],[-212152,439061],[-211171,440670],[-211909,440677],[-213259,439185],[-206309,437534],[-207386,439153],[-210427,436840],[-211079,438478],[-213730,437778],[-206959,436478],[-207300,437545],[-206192,440819],[-209660,439203],[-211076,437285],[-208217,437161],[-210468,437606],[-211852,436955],[-213495,438203],[-209988,435923],[-209833,437927],[-211104,440194],[-212146,440670],[-212952,439549],[-206892,437564],[-207217,438455],[-207058,439040],[-212104,438535],[-211028,439306],[-206780,436440],[-208167,437506],[-206152,442266],[-205345,440787],[-211346,435856],[-211509,436186],[-212367,435515],[-213100,436241],[-216139,435885],[-216528,436460],[-216856,436476],[-213685,437002],[-217204,447842],[-211289,447463],[-212296,436716],[-211037,436119],[-213506,436202],[-216866,435523],[-216616,436956],[-217447,438875],[-217172,437262],[-217217,436233],[-217400,436703],[-213713,437279],[-214099,437431],[-216391,447463],[-217091,446289],[-210449,455082],[-210332,457126],[-213487,459785],[-211735,456988],[-212468,460526],[-213551,458780],[-210132,454989],[-212225,460287],[-210187,460745],[-211264,450632],[-209979,449374],[-217542,452330],[-217372,452714],[-214252,454273],[-213850,457636],[-211371,455610],[-209313,450399],[-212032,448472],[-217559,452425],[-216656,452569],[-215424,455167],[-209822,450780],[-212055,448539],[-215181,452661],[-215227,455508],[-210428,450236],[-212470,449598],[-214521,455364],[-211903,461288],[-210491,465642],[-209171,466139],[-212382,469916],[-210388,464513],[-211021,469025],[-210739,466198],[-209753,464393],[-209428,466174],[-209481,469015],[-211352,466117],[-212596,470710],[-206323,465248],[-206962,464158],[-210989,470684],[-211858,465099],[-209034,464199],[-206260,465596],[-210151,471141],[-211513,474863],[-206103,476184],[-211609,475325],[-207936,481528],[-208343,475374],[-211118,474546],[-210199,474979],[-208000,478544],[-208289,480255],[-208442,477414],[-209519,476307],[-211302,477071],[-208438,479066],[-209301,479521],[-207457,477810],[-208991,476059],[-211168,477166],[-207724,480705],[-206218,475800],[-208432,474598],[-214450,484813],[-215031,484104],[-217211,486573],[-216073,483836],[-215362,485042],[-217485,491041],[-215609,496451],[-215319,491979],[-215450,497031],[-217382,497203],[-217045,493355],[-215186,496840],[-215824,496683],[-217489,493200],[-214639,497083],[-215942,497129],[-207816,511254],[-211395,524153],[-205828,519666],[-207331,515148],[-207091,513740],[-216626,522434],[-209050,523266],[-210785,520774],[-213600,518629],[-214558,516336],[-213151,513201],[-211262,524309],[-206890,518858],[-206569,514903],[-209129,512525],[-216759,522859],[-208973,522737],[-212154,519906],[-210801,524175],[-215626,518146],[-214942,513826],[-213337,515111],[-206434,518639],[-206526,515885],[-217163,523529],[-209088,521388],[-212378,519670],[-210774,524702],[-215030,518210],[-214901,514033],[-212999,512844],[-207189,519879],[-207170,514553],[-208439,513682],[-216760,522315],[-215087,520750],[-208896,522010],[-211717,519590],[-211425,524120],[-214405,518253],[-213287,516094],[-214250,513404],[-215920,525251],[-214870,527787],[-209898,525845],[-206053,525175],[-212901,528742],[-215869,526115],[-210124,526699],[-213088,526672],[-216003,525629],[-215057,527748],[-209690,525760],[-206144,526177],[-213603,528351],[-213152,526613],[-209547,525371],[-206727,526573],[-212200,527508],[-216574,548843],[-214654,548496],[-214350,545490],[-217127,540695],[-216186,541975],[-216785,549105],[-215130,547737],[-216224,545573],[-215958,549940],[-216002,546822],[-215744,541825],[-216486,541448],[-215567,548337],[-215085,546576],[-215583,541088],[-216478,542201],[-215089,553311],[-213573,554719],[-214915,556685],[-214985,552512],[-213817,555018],[-215057,556900],[-214628,552206],[-212749,554225],[-214608,555474],[-213540,553314],[-217553,555607],[-212891,555439],[-216033,555259],[-211137,569139],[-206891,569153],[-209456,575789],[-204879,569296],[-215920,563974],[-210528,575878],[-206432,569449],[-204825,570705],[-216671,564800],[-206432,571601],[-205720,568981],[-209621,567594],[-216227,564900],[-206808,570560],[-215709,565829],[-209328,577388],[-205627,587009],[-208006,586362],[-207875,585939],[-209751,576206],[-205142,587741],[-209995,584436],[-209889,585183],[-207479,584768],[-208435,586000],[-207205,600445],[-208001,590934],[-207998,593004],[-205172,594944],[-205735,595775],[-206144,600559],[-208379,598858],[-208259,594927],[-205239,592740],[-209909,590821],[-206018,593371],[-205847,597751],[-206651,598233],[-208143,599385],[-210150,592250],[-208691,594680],[-205679,596777],[-210066,599368],[-208373,591275],[-207364,593264],[-205210,594299],[-204840,597643],[-205938,600459],[-209257,599147],[-208077,603856],[-206574,610192],[-214317,614164],[-206923,603667],[-212626,613150],[-206341,612328],[-206269,603800],[-206592,609960],[-208377,603183],[-212691,613299],[-207397,611321],[-210886,618906],[-211274,623281],[-209517,617692],[-212033,624854],[-213382,615425],[-213711,625847],[-217080,624053],[-212132,616645],[-208903,618113],[-212380,625832],[-208199,616816],[-211320,618200],[-215287,628304],[-213158,629436],[-212992,628992],[-215419,628823],[-205895,646710],[-213884,649581],[-205530,645572],[-215944,648327],[-215881,649080],[-214282,648086],[-207137,645026],[-211228,650355],[-210046,650405],[-213126,651160],[-210295,652633],[-212881,652664],[-210913,651219],[-205012,651945],[-207481,651534],[-205014,653024],[-204899,654284],[-215082,654269],[-206477,653356],[-212798,653332],[-211342,654066],[-211251,665050],[-211850,665015],[-211592,664098],[-210677,662560],[-212741,665208],[-213709,665396],[-214702,664705],[-204972,665173],[-214843,663555],[-215400,663482],[-213993,655547],[-209553,656331],[-215326,654446],[-208253,663756],[-208082,664470],[-208531,662879],[-209155,664387],[-207613,665600],[-204967,664684],[-211430,665896],[-213740,666585],[-208628,667954],[-211843,666793],[-209854,666767],[-210119,668177],[-217412,667545],[-206477,666667],[-206992,667017],[-209767,666558],[-208349,667713],[-208479,667574],[-205905,667477],[-229696,-650801],[-224493,188880],[-227417,189355],[-228234,186941],[-229128,180632],[-224726,188981],[-226560,189724],[-228391,188125],[-225139,188661],[-226092,189231],[-228448,187584],[-229808,180806],[-223860,188236],[-227465,189260],[-228227,188128],[-230171,187462],[-229316,181681],[-222513,217697],[-221312,215071],[-221820,216843],[-221066,216558],[-221453,216690],[-221106,215102],[-221915,214929],[-221084,208674],[-225963,205636],[-221838,208898],[-225413,206665],[-229765,216006],[-221648,207859],[-224455,207180],[-221604,208630],[-226130,205952],[-221952,224185],[-224716,225383],[-222179,220189],[-225591,223846],[-222741,221568],[-222869,217961],[-220605,222688],[-225402,224373],[-221481,222529],[-222381,224219],[-225553,225442],[-221441,221432],[-226616,254677],[-227862,253978],[-226765,255001],[-226886,252783],[-229636,250223],[-225769,250784],[-228324,251345],[-229048,247457],[-227771,253256],[-230260,250919],[-227874,249993],[-225520,251958],[-227737,252165],[-228403,249158],[-225326,252710],[-226150,253253],[-228221,250666],[-227907,252145],[-229463,247298],[-227434,251132],[-230032,250568],[-228358,250611],[-228843,252201],[-228462,248370],[-218387,275887],[-218811,276342],[-218056,273296],[-217629,275923],[-221004,293789],[-219833,295165],[-224661,295052],[-227770,305465],[-224481,302912],[-229795,305908],[-220166,303490],[-217922,300335],[-229786,306710],[-218916,294784],[-223082,295577],[-225974,305355],[-224715,305051],[-219358,303434],[-219450,301174],[-219788,295066],[-224098,296972],[-226810,303746],[-222477,303089],[-218562,303573],[-219130,301280],[-223364,296739],[-227693,305531],[-222121,303625],[-219456,302362],[-218107,300276],[-219350,311293],[-221467,310741],[-218734,307917],[-219346,315455],[-219317,313397],[-220309,309790],[-222886,310042],[-220342,309247],[-217953,314980],[-221428,313961],[-218882,311216],[-222136,309684],[-218739,309728],[-217772,315493],[-221347,313808],[-223711,308612],[-218350,307696],[-219821,313117],[-218440,345485],[-217737,345587],[-218820,348685],[-217648,346889],[-217925,351764],[-218975,349155],[-217670,351751],[-218073,434992],[-218663,435210],[-218254,435383],[-220784,446783],[-217803,447169],[-220781,446152],[-217794,436176],[-219405,437053],[-219102,436057],[-219151,436685],[-219244,437921],[-218271,438405],[-220383,436260],[-220450,437137],[-219326,438587],[-217747,438146],[-218046,436658],[-221962,446593],[-219222,435532],[-219790,435619],[-218981,438147],[-219553,436474],[-220468,436901],[-220534,438050],[-218778,438239],[-217882,438258],[-218565,436722],[-222773,447467],[-219166,449207],[-223132,453851],[-220870,449544],[-221767,450725],[-222792,453514],[-220198,448624],[-221202,450841],[-222952,448618],[-217661,450951],[-220271,454255],[-220943,452659],[-220738,449326],[-223791,454293],[-223046,450621],[-220522,455484],[-222626,454481],[-220375,449938],[-223157,452698],[-221895,449547],[-222109,453978],[-225445,484368],[-227870,476203],[-226819,474976],[-219481,475854],[-224543,478388],[-223245,479794],[-222404,485896],[-217751,486104],[-225444,483991],[-230182,481476],[-227596,476220],[-225025,474856],[-223097,477593],[-220806,477713],[-222577,478985],[-221708,485730],[-220653,486455],[-225094,485289],[-228698,481690],[-227919,475456],[-226476,474843],[-219896,476187],[-221506,479879],[-223909,484787],[-225177,483790],[-230264,482664],[-229178,480290],[-229412,477298],[-226775,474606],[-221708,477225],[-222143,477520],[-221926,478167],[-222071,484409],[-217859,487621],[-219187,486978],[-223986,486686],[-225561,491906],[-224366,494132],[-227122,491017],[-227126,489384],[-224315,490215],[-217970,497013],[-220005,488269],[-224320,486651],[-226093,492046],[-226616,488957],[-221272,488876],[-223820,494376],[-224562,490004],[-219308,488329],[-223724,486749],[-226201,489319],[-230319,489544],[-221812,488863],[-223581,493527],[-223766,491894],[-225820,489127],[-223652,487857],[-226108,492779],[-225855,488907],[-227627,488800],[-229416,487525],[-230124,490298],[-222834,489504],[-223340,491760],[-223817,493192],[-226087,490910],[-219865,500905],[-219947,501018],[-221281,502422],[-219590,501837],[-219599,524840],[-218657,525991],[-219913,525506],[-218181,525283],[-229941,543510],[-228696,548983],[-225076,548951],[-220418,548058],[-230359,543861],[-227973,549951],[-225344,548625],[-220497,549420],[-227410,550293],[-225657,549254],[-221065,549493],[-218288,542725],[-227168,548085],[-226417,549207],[-221290,549753],[-227952,555454],[-228826,554577],[-218360,561763],[-221298,556222],[-221070,557333],[-226802,556482],[-229983,555071],[-218059,556097],[-217755,561719],[-220708,557442],[-223407,558755],[-229753,555351],[-218099,561456],[-221229,557205],[-230258,554869],[-217855,550805],[-218360,563001],[-218247,555385],[-221342,558699],[-220382,557564],[-221512,557795],[-219264,611741],[-219072,610390],[-221297,611314],[-219846,610519],[-218674,624596],[-219518,625195],[-220518,622208],[-223366,624324],[-229201,615136],[-222565,623887],[-224395,625292],[-227023,618009],[-223399,623396],[-226884,615448],[-228830,628447],[-228226,628533],[-229508,628624],[-227592,628668],[-220711,650018],[-218011,651474],[-218958,650202],[-218616,650141],[-218920,664064],[-219650,663957],[-221127,664799],[-218245,664748],[-221414,664079],[-222591,664001],[-222720,666903],[-221137,666799],[-222199,667895],[-218797,667956],[-219114,666488],[-222058,666457],[-237832,-656812],[-236333,-654488],[-236869,-671097],[-234398,-666253],[-239204,-665414],[-238461,-668278],[-237644,-665730],[-238941,178813],[-239432,179051],[-237127,179083],[-239970,178944],[-239665,179083],[-237141,179922],[-235712,180391],[-240436,190513],[-237691,190815],[-233304,190429],[-235317,191520],[-230921,186989],[-232041,182596],[-230665,181341],[-233001,180690],[-237218,180053],[-240670,190458],[-238019,191683],[-241109,191264],[-230520,186721],[-232785,183199],[-231375,182531],[-231870,180917],[-234769,180949],[-238203,180106],[-235611,180886],[-235693,190985],[-234310,190323],[-240714,191763],[-233152,182503],[-231050,181485],[-232310,181394],[-240410,190526],[-238795,191032],[-233527,190063],[-235735,190817],[-239884,190875],[-230514,186895],[-233275,182373],[-230647,182014],[-232578,181647],[-235986,181342],[-235168,192422],[-236696,201380],[-238635,197672],[-241150,196749],[-242287,193435],[-239046,194223],[-236739,201469],[-241290,193381],[-241098,195748],[-238670,200101],[-239334,195529],[-239808,197087],[-242825,194582],[-239372,193668],[-242500,196654],[-236219,192399],[-236323,202352],[-238010,199448],[-241525,194836],[-240428,194679],[-240646,196026],[-238102,192525],[-233954,192295],[-241658,198441],[-239406,198664],[-237854,198745],[-238758,200203],[-237233,199100],[-239869,196374],[-235800,209717],[-235813,207492],[-237070,208988],[-234957,209403],[-237108,207943],[-234707,211239],[-236646,208384],[-238008,207821],[-235748,211315],[-235257,206460],[-236578,208556],[-230659,215408],[-232151,217706],[-230600,217313],[-230453,216138],[-241821,228755],[-234787,228118],[-239165,228748],[-235384,225722],[-233400,219716],[-232836,218115],[-236712,230245],[-242590,229671],[-239016,229805],[-236435,224619],[-230871,219381],[-236837,225905],[-236970,230331],[-233915,229154],[-236423,227216],[-234521,230133],[-233091,219120],[-237429,225456],[-237490,230264],[-233961,229253],[-237123,226300],[-232317,218670],[-237667,232161],[-235072,231512],[-239589,241612],[-241485,231091],[-238458,242201],[-236109,238833],[-238304,233359],[-233816,231191],[-242195,240375],[-240370,242314],[-238007,242481],[-236532,240492],[-236271,232074],[-239742,242931],[-241202,231004],[-242713,239750],[-238694,240829],[-237065,240278],[-236147,232555],[-234937,231406],[-238148,241016],[-241236,232145],[-237002,239345],[-240066,254399],[-240229,251783],[-239536,253179],[-240946,252385],[-241503,254619],[-238766,252702],[-240415,253073],[-240452,251417],[-237462,244339],[-238045,244650],[-235968,244428],[-239588,306114],[-236364,304553],[-232510,300407],[-234776,303955],[-230863,306864],[-236724,302075],[-233251,303927],[-232860,304259],[-236074,303990],[-232238,301378],[-235714,302701],[-233401,305521],[-236021,302880],[-232045,304203],[-238292,306486],[-236437,303778],[-233162,301107],[-236352,304302],[-232417,306334],[-231095,306208],[-236506,304097],[-232822,300006],[-231575,306717],[-237297,302340],[-235402,303329],[-232713,305210],[-230699,305354],[-236768,315106],[-238377,310884],[-231634,311522],[-234765,312813],[-238513,308253],[-235305,314062],[-230696,312495],[-233788,312360],[-236616,313809],[-240162,309457],[-230958,312848],[-232292,310973],[-236938,313809],[-238565,308663],[-230606,311971],[-233719,311635],[-240094,373760],[-241193,374952],[-239886,373950],[-241527,373170],[-230535,480525],[-232390,484499],[-235847,485416],[-234937,475041],[-232829,484962],[-233790,475718],[-234121,483409],[-233341,486504],[-234719,475270],[-232462,484785],[-232631,476240],[-235045,486620],[-235306,486818],[-231568,489686],[-231623,490870],[-238715,550022],[-237571,544109],[-240830,546173],[-241866,548460],[-239269,546012],[-232929,544777],[-236276,550329],[-239564,544239],[-241837,546008],[-237595,546265],[-232601,544905],[-243084,541002],[-242397,543121],[-238353,542562],[-239622,546727],[-242701,545345],[-242493,547449],[-237589,546049],[-234486,544107],[-231745,542989],[-242299,549460],[-239126,543473],[-240064,545212],[-239204,544962],[-233317,543685],[-230672,544847],[-238837,551281],[-238186,551974],[-237533,552023],[-235783,552995],[-234155,553431],[-236394,556529],[-235473,560000],[-236734,560753],[-241437,561073],[-239175,551762],[-237535,552885],[-234626,552277],[-236476,552206],[-234266,555507],[-234574,554091],[-237811,555144],[-238093,560271],[-235470,559283],[-237670,560410],[-241462,561390],[-237342,553452],[-236975,552464],[-233318,553502],[-237339,555535],[-237865,558633],[-238009,562420],[-239259,561006],[-238590,551810],[-232729,553590],[-237483,551659],[-236389,551991],[-233327,552847],[-237663,554986],[-238736,559620],[-236174,560000],[-236053,561245],[-241062,561148],[-242156,614228],[-239553,617921],[-230542,616084],[-239410,618381],[-237124,622082],[-235503,621444],[-237170,620903],[-239709,618512],[-240737,650458],[-239691,648660],[-238683,649513],[-4065,202497],[-3580,199290],[-761,200216],[-3956,202396],[-1578,198717],[-444,199700],[-511,204392],[-4022,201785],[-1379,200613],[-1159,204006],[-2932,203007],[-3642,199094],[-1740,200796],[-2604,210710],[-2210,207780],[-3603,206262],[-2937,211580],[-3914,205871],[-1997,211218],[-4245,208838],[-5736,207552],[-2181,207291],[-3914,205850],[-142,206167],[-3437,224237],[-2146,227416],[-409,223236],[-2504,224460],[-1102,223436],[-171,228427],[-2053,224270],[-1180,221966],[-549,223762],[-226,227646],[-1090,247583],[-122,249661],[-707,248862],[-1519,251728],[-2716,252730],[-3767,252863],[-5006,255143],[-5726,255630],[-4950,253599],[-5815,251902],[-7330,252483],[-6985,251177],[-580,251915],[-979,250441],[-989,250186],[-9194,252462],[-11060,254701],[-3407,255130],[-3726,254140],[-668,252616],[-3606,251556],[-935,250745],[-1586,248267],[-2227,249350],[-2861,252809],[-2899,253855],[-5050,255663],[-6502,255208],[-4889,253597],[-6305,252777],[-6508,252427],[-6909,251704],[-416,247581],[-406,250044],[-5085,252431],[-4514,250400],[-10118,253141],[-10582,253907],[-3369,254820],[-1467,253348],[-3010,250205],[-10917,261484],[-9153,262476],[-11236,266324],[-10598,256300],[-9628,257967],[-10326,258533],[-12130,258020],[-12082,265005],[-9907,262581],[-10704,266761],[-10415,256582],[-11170,257205],[-11543,258272],[-12302,257972],[-11146,268182],[-11801,265457],[-8091,261905],[-10718,262751],[-9998,266328],[-9072,262524],[-10078,268300],[-11798,271159],[-11099,269917],[-12753,270236],[-11842,271596],[-6976,286170],[-9515,285055],[-11099,286302],[-6827,292665],[-9537,290956],[-8835,284417],[-9686,286517],[-6839,292619],[-7913,289764],[-8243,291579],[-7871,288035],[-11618,287262],[-7231,291935],[-8225,290942],[-9765,291489],[-8547,284305],[-10380,286734],[-8308,290543],[-8826,293099],[-11721,298207],[-8816,296831],[-8311,299053],[-7843,305725],[-11735,304294],[-9240,303472],[-11130,294906],[-11552,297351],[-10227,296289],[-9852,298644],[-8784,305043],[-12606,305665],[-7822,302434],[-12393,295617],[-11074,296933],[-9787,295548],[-7592,298614],[-8371,305173],[-10962,305721],[-8807,304152],[-10559,298181],[-8598,299149],[-9590,306678],[-11104,306330],[-9359,303788],[-6625,310804],[-7160,311412],[-7677,314184],[-9538,310085],[-9274,313073],[-8740,316110],[-8764,317790],[-6017,315406],[-5386,317880],[-75,314504],[-7798,311373],[-9710,313685],[-11132,311632],[-6497,316658],[-3600,318180],[-490,319694],[-8045,311418],[-9744,314474],[-9764,311385],[-6061,314891],[-4234,318654],[-8694,312374],[-12780,315677],[-7817,313847],[-9907,311735],[-12673,315443],[-7555,318153],[-6087,315444],[-3176,316528],[-295,315355],[-1099,317138],[-902,318075],[-6652,458115],[-6419,459181],[-4013,456796],[-5735,456031],[-5138,458799],[-5699,457418],[-3958,458469],[-1752,457486],[-7749,459177],[-7794,457914],[-9470,457723],[-11090,457746],[-11655,458452],[-6236,459773],[-3990,456810],[-5012,458788],[-4434,458735],[-2429,457293],[-5960,458247],[-8594,458766],[-8535,457796],[-11150,457992],[-11955,459139],[-3024,466361],[-6942,466916],[-7420,466937],[-5589,468210],[-6623,465784],[-4329,468459],[-2091,465482],[-7288,466226],[-8053,466653],[-7069,466920],[-5998,465118],[-5300,468515],[-6938,465881],[-452,534466],[-850,532112],[-927,533314],[-990,530833],[-1832,532532],[-2222,532259],[-1093,530870],[-12322,556209],[-8719,563186],[-9905,558497],[-2870,553118],[-3227,552384],[-1760,554388],[-7244,562961],[-10663,559009],[-3494,551364],[-3004,554052],[-11246,556003],[-6486,563148],[-8741,562657],[-10910,557921],[-4275,553242],[-3551,550824],[-3351,555142],[-9249,556995],[-10097,557195],[-2281,552551],[-2863,553382],[-2966,555369],[-8962,563457],[-4848,564122],[-8468,566000],[-11660,567577],[-8913,564091],[-3339,564235],[-8513,565429],[-12313,569570],[-10998,565741],[-11675,565875],[-10746,568774],[-7751,567057],[-6805,566873],[-11174,567225],[-3668,563910],[-8627,565122],[-12220,566234],[-11745,567116],[-6576,565302],[-7029,567318],[-6501,567194],[-10300,568231],[-4516,564004],[-11978,570814],[-12220,640112],[-12502,638776],[-11093,637935],[-11090,637158],[-11424,637774],[-12617,636588],[-10886,637898],[-12763,632558],[-9919,629912],[-11591,629708],[-11497,635256],[-12553,634891],[-9610,631543],[-11644,631560],[-5402,646516],[-10757,650591],[-7483,644437],[-11570,644732],[-9883,646538],[-9449,651632],[-5427,646634],[-3632,647969],[-12108,645031],[-9291,645157],[-9040,651596],[-10351,641377],[-8189,646789],[-12509,645660],[-8178,645884],[-10882,641133],[-472,643165],[-711,644782],[-6409,642561],[-11234,642862],[-51,646169],[-11021,641668],[-11167,641771],[-558,645343],[-5291,642637],[-8927,642223],[-5846,643371],[-5541,643166],[-1251,646025],[-922,650203],[-4644,651660],[-5969,645055],[-6512,648868],[-2242,646555],[-5930,645734],[-5659,650711],[-4341,650458],[-4086,649920],[-10442,652779],[-4048,649107],[-10269,650537],[-7817,647307],[-11185,644353],[-8797,644705],[-4886,644598],[-6991,658692],[-6351,657970],[-8455,664332],[-5677,659924],[-5047,665453],[-6944,665565],[-5761,663961],[-6901,663996],[-6285,665358],[-5809,665464],[-7866,665004],[-9846,665410],[-7311,661259],[-5109,660746],[-5153,659421],[-5301,658587],[-7770,660274],[-5543,660974],[-7925,661394],[-6022,660753],[-6855,659572],[-4998,663156],[-3533,663336],[-2843,663061],[-3790,663606],[-4100,663971],[-3889,663977],[-4684,662326],[-1840,661201],[-5156,664024],[-5571,664096],[-2964,664103],[-5368,663975],[-461,663669],[-12346,666347],[-12084,667017],[-12377,669867],[-12157,669637],[-11320,668993],[-6248,667460],[-11045,667834],[-11728,667519],[-9619,669153],[-10224,669381],[-12259,666833],[-6086,667093],[-11831,670504],[-9827,667085],[-10972,666930],[-8700,666393],[-7592,666758],[-9682,675090],[-2026,667194],[-11695,670118],[-772,671580],[-10133,675447],[-1764,670255],[-9429,675525],[-10289,670083],[-11073,665812],[-8031,667914],[-10681,670796],[-9068,667058],[-11154,672105],[-9812,674002],[-10557,673915],[-9526,674841],[-9336,667276],[-10071,672697],[-9466,673072],[-10388,671057],[-9840,673645],[-9625,670665],[-9528,672248],[-8582,672999],[-8230,671467],[-8995,672937],[-3944,673013],[-403,667456],[-9965,671591],[-4226,675061],[-7941,672927],[-7321,674229],[-5824,674363],[-6951,672779],[-7200,673129],[-4931,672295],[-6035,673824],[-4008,673587],[-7132,671601],[-6378,671506],[-6417,668040],[-1599,667478],[-10706,673843],[-11041,670126],[-5428,671462],[-6839,668360],[-1376,666641],[-10266,669890],[-5827,669253],[-6545,668683],[-6107,666283],[-10789,666826],[-9559,666093],[-8329,686739],[-10994,681652],[-10674,686651],[-12186,689004],[-9732,689100],[-11723,699787],[-3218,698242],[-11036,697813],[-10204,694816],[-12509,699225],[-2971,694354],[-3064,696584],[-1324,692586],[-4046,694670],[-12693,701048],[-4292,691949],[-3917,698319],[-2433,698328],[-1034,693056],[-7707,692422],[-3941,692747],[-7550,695055],[-10284,694674],[-1547,694476],[-2716,693667],[-4676,693336],[-6665,695709],[-105,694062],[-249896,-496501],[-252730,-625567],[-244795,193734],[-245383,195097],[-243944,194722],[-244898,195335],[-244724,195237],[-244451,195201],[-251348,243794],[-254702,243532],[-250438,249889],[-253841,250892],[-252404,255427],[-247859,243751],[-251469,243404],[-254474,243639],[-250230,250367],[-253235,251225],[-255325,244440],[-249391,251385],[-254215,252648],[-252406,251513],[-251097,255590],[-253996,244046],[-252735,255669],[-250762,249701],[-254110,251507],[-253563,257155],[-251268,258875],[-251595,266159],[-252221,257231],[-250934,257951],[-251800,264929],[-253865,256877],[-250975,257052],[-250507,259124],[-250374,265977],[-250965,258436],[-249810,265626],[-250673,271722],[-251900,274453],[-250878,275800],[-249631,277176],[-250518,270489],[-250337,273550],[-251652,277989],[-249994,277636],[-252555,271934],[-252114,271682],[-252224,273636],[-251703,276047],[-249728,277407],[-249626,271755],[-252143,274013],[-251480,278374],[-245636,285220],[-250062,286864],[-250396,283697],[-250854,286560],[-250591,286127],[-243987,287038],[-249439,286713],[-250734,282513],[-243455,287038],[-250220,282865],[-249934,285524],[-248389,287436],[-249246,281869],[-249443,284554],[-251738,299549],[-246091,299597],[-251294,299701],[-246839,300972],[-251055,299807],[-255929,299208],[-246040,301268],[-252086,300101],[-255807,298852],[-245840,300181],[-245972,313256],[-245576,313672],[-245863,312463],[-245943,310560],[-251067,314794],[-252897,318641],[-245089,309536],[-249242,315834],[-253641,317331],[-245513,310153],[-244807,313426],[-249747,314884],[-254238,316476],[-245629,308783],[-250989,316401],[-254700,317615],[-245083,368530],[-249848,368892],[-246353,361002],[-254442,367400],[-246172,367859],[-250531,369506],[-246557,360792],[-245498,367156],[-249360,369427],[-246910,362229],[-255899,367619],[-245859,366670],[-250321,369369],[-246850,360457],[-243711,372881],[-243591,373385],[-243391,374304],[-243586,373250],[-252871,441619],[-252481,438307],[-250587,442660],[-253489,446897],[-252470,446453],[-250785,439522],[-255256,441145],[-253676,443668],[-255240,448138],[-251066,438058],[-249500,438366],[-252631,441491],[-252774,447405],[-251570,442138],[-251272,440633],[-254960,440331],[-251919,445029],[-252532,441568],[-254424,441507],[-250442,441934],[-250117,438436],[-252054,446456],[-252379,440036],[-253373,444121],[-248782,440559],[-252421,442690],[-252434,446973],[-251182,442387],[-252427,440963],[-254941,442253],[-254315,443581],[-251873,449790],[-252345,451746],[-252955,457279],[-252883,449377],[-254018,451769],[-252702,452874],[-254165,455917],[-253712,449108],[-252555,449959],[-251428,451411],[-253180,455738],[-253455,449138],[-251890,450342],[-251111,453073],[-254861,455676],[-253084,496361],[-255512,495623],[-254444,495770],[-254037,495513],[-255409,496132],[-253679,504722],[-254285,507281],[-255750,502352],[-253838,506682],[-255165,505462],[-252631,507290],[-253700,507449],[-244932,540981],[-244390,543971],[-243378,543359],[-245005,546700],[-244809,540702],[-245508,543358],[-243232,545289],[-244274,547191],[-243913,542412],[-245325,543643],[-244139,543783],[-243456,546545],[-243639,549872],[-244697,543591],[-248758,559265],[-250707,563140],[-250992,561823],[-251679,559224],[-244346,562077],[-252079,556628],[-246535,562728],[-251854,562612],[-250571,559358],[-251998,557181],[-247259,558798],[-245759,561512],[-248574,558780],[-246109,560932],[-251311,562867],[-250587,559037],[-245378,562327],[-254384,557933],[-250062,563074],[-251144,560310],[-250278,556346],[-246645,560629],[-246287,561553],[-253855,559428],[-247120,565161],[-248628,563533],[-252819,569733],[-250005,565012],[-251237,565212],[-248066,564034],[-253748,569289],[-246508,565543],[-250354,565369],[-253543,568973],[-246371,563448],[-250499,565233],[-252513,570378],[-252273,565251],[-245280,614270],[-245296,614132],[-245876,617980],[-253079,626175],[-243834,617647],[-246268,618205],[-252935,625205],[-246488,617980],[-254115,625995],[-248651,618294],[-252797,626046],[-254696,648818],[-244553,648571],[-255216,648777],[-244581,647516],[-246696,650294],[-243980,648897],[-256110,-624672],[-265101,-618169],[-264584,157605],[-264307,157324],[-267627,160547],[-267437,159834],[-263428,157903],[-264827,159423],[-267618,173878],[-267448,172020],[-268795,174111],[-267271,171294],[-267625,173568],[-267663,172032],[-266979,173501],[-266305,172218],[-266165,172653],[-266437,171615],[-267625,173070],[-266849,172463],[-266913,171167],[-268541,173774],[-266257,199929],[-267238,202870],[-267848,194274],[-265337,193290],[-260358,198849],[-263407,198445],[-261599,197569],[-265719,200596],[-267298,202889],[-267729,195030],[-265570,194134],[-262796,198712],[-262007,198247],[-259201,198713],[-259922,197918],[-260749,196952],[-267187,200677],[-266516,204629],[-268039,194682],[-264993,193766],[-262107,198107],[-260952,197924],[-260863,197921],[-266363,201683],[-266688,203439],[-267073,193527],[-265038,194565],[-260816,196816],[-262677,198428],[-261169,198295],[-260673,198242],[-259876,234029],[-256852,232898],[-258104,237509],[-261950,232037],[-258387,231267],[-259271,232290],[-256593,234291],[-258809,232752],[-257635,237138],[-256180,230871],[-259573,232304],[-259900,232007],[-259456,231861],[-256895,231340],[-257576,233504],[-257913,236353],[-259945,232269],[-256347,234664],[-258972,233566],[-257831,237650],[-264741,251997],[-265248,251194],[-266027,254322],[-267310,256175],[-256519,253258],[-263889,252718],[-265367,253045],[-268716,255034],[-257598,254170],[-266574,253228],[-264277,253261],[-265746,255481],[-266640,254480],[-266479,254872],[-268285,254903],[-266525,256074],[-257011,252510],[-265775,252608],[-265587,255272],[-265997,255323],[-258322,252992],[-268395,257972],[-267941,258455],[-268128,257450],[-267368,261861],[-267432,260698],[-258934,270252],[-260399,273042],[-264206,273883],[-261766,275490],[-259683,276988],[-259103,269381],[-259412,273645],[-263269,273872],[-261359,275620],[-260129,278619],[-258190,270435],[-261473,273154],[-263039,273730],[-262077,276741],[-260205,276839],[-258841,269207],[-261726,274800],[-263117,272337],[-262414,275308],[-259979,277133],[-263144,294353],[-262948,294288],[-257080,300062],[-259819,305293],[-256897,300282],[-259883,305985],[-264759,295437],[-264880,295527],[-260912,306014],[-262088,306796],[-263223,307605],[-267602,312092],[-262066,307494],[-267977,312618],[-263354,307887],[-266417,310719],[-266955,311235],[-266583,357202],[-263766,354962],[-260573,358066],[-263309,354540],[-266037,358386],[-263097,354749],[-261528,356988],[-262609,354852],[-260216,356782],[-266029,359417],[-266548,360437],[-263382,364888],[-266016,362986],[-259533,360232],[-256723,368587],[-258706,361502],[-265838,361608],[-262675,366125],[-263975,365075],[-259813,360246],[-259197,360938],[-267366,359437],[-266663,361741],[-262347,364811],[-265508,364712],[-260460,358856],[-256673,367343],[-258618,362032],[-267106,360547],[-263884,365936],[-266066,363712],[-256854,362748],[-256010,447526],[-264005,447968],[-267931,445522],[-266918,448126],[-257050,447425],[-267805,443441],[-266407,447884],[-266627,441752],[-267174,440927],[-267691,446981],[-264213,447036],[-267089,442123],[-257377,448490],[-266896,448981],[-266728,449585],[-256434,495678],[-256770,498477],[-260196,492528],[-258167,497788],[-263406,486765],[-264900,488437],[-257152,495587],[-259902,498294],[-261287,490645],[-259581,495658],[-266156,488001],[-264340,490617],[-256186,495482],[-256185,497375],[-260400,495929],[-258517,498885],[-260064,491012],[-258014,495952],[-263867,490023],[-256636,497423],[-257512,497998],[-261750,491589],[-260347,496256],[-259787,495726],[-262835,487948],[-264341,490374],[-258015,501082],[-258848,502154],[-257807,505090],[-259145,502091],[-262835,501033],[-260156,509483],[-263515,507838],[-261545,509221],[-259596,507853],[-263121,510808],[-259626,511536],[-258256,500938],[-256446,502964],[-256338,504791],[-259238,503526],[-259498,502116],[-260475,501995],[-261743,501783],[-261382,507416],[-260012,508727],[-264281,511916],[-262449,508742],[-259288,505223],[-257004,501456],[-260076,501637],[-262416,500571],[-262998,508381],[-261352,509240],[-259784,508640],[-264384,509320],[-260079,511954],[-257737,503621],[-258464,500785],[-256337,503644],[-262826,501801],[-260294,509049],[-259311,508723],[-263115,511104],[-264300,510646],[-260850,510830],[-260188,517382],[-262313,513837],[-262195,518079],[-263187,515532],[-265207,516267],[-264952,513715],[-263708,513497],[-260918,518400],[-264240,524603],[-262090,516315],[-259539,517417],[-265780,513940],[-262557,512542],[-261015,513122],[-260273,519702],[-264069,524710],[-261068,514218],[-260207,517162],[-262648,515153],[-265590,515733],[-264404,514196],[-264041,512408],[-260444,518212],[-261186,513529],[-262760,517375],[-265815,513942],[-265156,513992],[-262030,519754],[-267374,534498],[-266099,528651],[-268387,531106],[-262886,534328],[-264233,531771],[-264331,525521],[-267806,530191],[-267286,533088],[-262878,534422],[-264472,532586],[-264044,525371],[-265363,528109],[-266552,529551],[-268345,534235],[-268595,532286],[-265668,527958],[-268673,528885],[-263094,534519],[-264782,533568],[-263268,528092],[-265254,526188],[-267595,530494],[-268316,533665],[-263864,534937],[-263822,533773],[-262837,526718],[-265147,526410],[-266407,531454],[-267812,539620],[-266164,539707],[-263922,550173],[-268457,537921],[-265826,539773],[-268230,539726],[-264919,539120],[-265722,538293],[-257837,561121],[-264571,550815],[-257977,560993],[-256051,559022],[-263003,551003],[-268589,550757],[-256450,557255],[-261703,550697],[-268131,551382],[-261621,568972],[-256246,563664],[-266834,573778],[-265137,571420],[-264454,570512],[-258661,569394],[-268041,575381],[-262608,572580],[-258600,570847],[-259580,564581],[-263083,572234],[-257838,569608],[-268721,568234],[-266687,574723],[-266312,578682],[-265504,588675],[-268216,588624],[-267067,577557],[-265864,587534],[-265783,579130],[-265955,579740],[-268321,576558],[-266560,592178],[-268790,592562],[-267440,589816],[-259814,612813],[-261598,612880],[-268799,614193],[-261589,612061],[-260925,612787],[-267008,614518],[-260923,616784],[-264375,614794],[-258857,616289],[-266658,616701],[-258547,618215],[-267884,616949],[-263991,615451],[-259809,616316],[-257373,635229],[-257196,636179],[-257062,634650],[-258150,634758],[-259323,642386],[-257982,643892],[-256917,644325],[-258296,650305],[-257731,648750],[-276725,-680476],[-281144,147780],[-279077,150960],[-277184,153362],[-273268,151483],[-280132,148154],[-278989,150965],[-277481,152862],[-273713,150201],[-279726,151198],[-277330,153268],[-274949,151799],[-280287,149680],[-280119,152605],[-277530,153144],[-275691,150359],[-280330,148932],[-269189,158883],[-276505,154512],[-269839,155949],[-270975,158814],[-275369,154536],[-269860,157155],[-269051,158894],[-275054,154984],[-269462,156881],[-270715,159346],[-277540,154884],[-269635,154688],[-270048,159243],[-272251,174361],[-269741,172889],[-271571,173962],[-268994,174586],[-270383,177680],[-273231,175407],[-269397,172028],[-272219,173827],[-269422,174596],[-269781,176813],[-269328,172666],[-271341,174303],[-273066,175036],[-269348,173190],[-268910,173230],[-270619,176801],[-272694,174111],[-271098,178326],[-281325,189222],[-281127,191380],[-279150,191091],[-278107,190036],[-275668,188128],[-277975,186809],[-279471,186633],[-279911,186533],[-270542,181664],[-274433,191699],[-274776,190533],[-280022,189440],[-281360,191885],[-280184,190396],[-277224,189514],[-276105,188804],[-277563,187011],[-279732,186242],[-281109,186316],[-271143,181523],[-274101,191922],[-273829,191004],[-281164,189486],[-280555,191002],[-280089,190365],[-277228,189038],[-276965,187933],[-277088,186467],[-279340,185349],[-280715,187284],[-280996,185917],[-280294,192079],[-271477,181420],[-273966,190060],[-281110,188980],[-280502,191160],[-279641,190660],[-277229,190187],[-276845,188631],[-277243,186127],[-279878,185264],[-281298,186666],[-270863,182105],[-272918,191647],[-274304,190900],[-280706,193311],[-274875,195144],[-271994,193597],[-270653,193215],[-280804,192675],[-273692,195248],[-272962,193695],[-270905,194006],[-279712,192643],[-273498,193770],[-273326,194003],[-271434,193468],[-273914,192556],[-274106,194527],[-272117,194232],[-271482,193958],[-277666,213367],[-278037,213632],[-277781,212007],[-278191,212383],[-279299,222932],[-279014,226486],[-279106,223237],[-280121,224651],[-279819,224129],[-277785,224814],[-279792,223919],[-278494,226371],[-274492,255781],[-268812,255169],[-274240,254568],[-269883,255251],[-279640,265342],[-269948,258209],[-269395,260521],[-276682,256681],[-279911,265346],[-281315,264475],[-269065,257149],[-270750,257514],[-280383,264723],[-272079,256992],[-269372,261524],[-281584,264785],[-270048,257927],[-269656,257147],[-269667,257063],[-274143,256423],[-277494,313243],[-274779,313429],[-276406,316075],[-271417,313173],[-278459,312551],[-274091,312199],[-277338,317199],[-270753,313123],[-278736,314070],[-273944,313099],[-277259,316429],[-270754,312793],[-278554,312615],[-274153,313529],[-275531,317139],[-271697,312222],[-276902,358105],[-278710,354165],[-277102,355134],[-276586,352547],[-276496,358049],[-279192,352999],[-274978,355207],[-275810,353606],[-279014,353192],[-275333,356049],[-276954,352148],[-279141,354321],[-276998,354870],[-274922,353308],[-280199,369053],[-277278,364026],[-271563,363072],[-272050,369368],[-278690,370051],[-278408,363385],[-271295,363006],[-272705,369522],[-280498,371253],[-276931,364090],[-276823,359112],[-270662,364187],[-271634,369971],[-279121,370373],[-276927,365788],[-276175,359549],[-270314,364442],[-280980,369278],[-271593,369587],[-281270,371558],[-271435,445821],[-269026,440888],[-270359,444291],[-275839,447802],[-275185,447158],[-270003,443706],[-269198,441695],[-271302,445090],[-277281,445537],[-271733,445576],[-270752,442108],[-271159,446236],[-269246,446108],[-275379,447162],[-276154,446199],[-270123,441919],[-271340,446518],[-269242,445628],[-268829,447410],[-277416,445604],[-269289,448454],[-280726,455610],[-279264,451729],[-276956,451244],[-269695,448612],[-277439,451175],[-276072,451039],[-276248,448651],[-269580,448238],[-279649,456714],[-278724,451615],[-277594,451871],[-281442,449035],[-281314,455833],[-278014,452386],[-277337,453458],[-279459,472949],[-280034,473675],[-280055,472107],[-278861,473699],[-274537,475247],[-280618,481506],[-277536,481645],[-275651,480894],[-276199,479266],[-280209,477317],[-279479,475140],[-276795,476037],[-278380,481832],[-275162,480204],[-276609,480320],[-281076,477359],[-281346,476557],[-276196,475387],[-278867,482061],[-276470,478208],[-280254,476230],[-276554,476035],[-276097,479991],[-281533,481677],[-279165,481338],[-275969,480817],[-280232,476528],[-271307,532750],[-274770,537664],[-269343,529124],[-269412,534097],[-273508,536323],[-274736,536694],[-268938,532577],[-271614,536714],[-273796,536343],[-269470,534430],[-270687,537334],[-273648,536403],[-274906,537372],[-269136,538997],[-273590,537937],[-274044,538921],[-273015,538210],[-273877,537868],[-272226,540152],[-273474,538911],[-271968,538645],[-280692,557839],[-281041,561226],[-281150,560836],[-273690,562478],[-270496,559786],[-279959,552755],[-270653,563361],[-274434,561668],[-271695,562853],[-270413,557262],[-277118,551433],[-275280,562739],[-272530,559075],[-268903,551281],[-277590,553550],[-273814,562135],[-271122,557972],[-270833,550873],[-279142,551152],[-280557,563442],[-270992,564122],[-271887,567164],[-276014,566481],[-269104,565184],[-270229,566974],[-274618,569304],[-270308,567766],[-272899,570656],[-272492,567003],[-275052,568465],[-276942,599683],[-278470,599866],[-278607,601243],[-275884,593908],[-269734,593227],[-279048,594071],[-269771,595767],[-275386,595791],[-278450,599743],[-281523,592281],[-277380,600960],[-270101,592632],[-275147,594327],[-278386,597910],[-278545,592319],[-275750,599906],[-270999,596029],[-269205,593705],[-276028,596958],[-272765,595240],[-277832,599364],[-275735,601737],[-278356,593670],[-271268,594006],[-272711,596481],[-279838,601895],[-276137,613326],[-271975,613126],[-271678,608549],[-275230,610037],[-278635,612534],[-280679,613049],[-277840,608319],[-272616,612454],[-272912,609321],[-274840,610850],[-277896,606819],[-281071,602439],[-269198,613911],[-275812,606335],[-274971,607655],[-272919,612315],[-270282,607750],[-277566,610018],[-281040,604877],[-276632,604825],[-275975,607313],[-272054,613297],[-271131,608353],[-277489,611451],[-269199,614791],[-275098,616866],[-276257,621048],[-271870,625226],[-275915,623025],[-281032,618042],[-274085,619652],[-277759,618628],[-271875,623144],[-277937,622936],[-273370,617611],[-278012,618661],[-275130,625871],[-274525,617304],[-277075,621632],[-274641,625428],[-276956,624700],[-280426,636420],[-277025,638256],[-277596,648084],[-277169,647390],[-292475,-676740],[-291565,-678422],[-290077,-678342],[-283899,-683216],[-294079,143785],[-290874,149638],[-286032,152074],[-284424,149802],[-287147,152147],[-284460,152514],[-289999,150807],[-292996,151104],[-293395,145527],[-284532,151754],[-286220,149038],[-285018,152169],[-285960,151496],[-289007,151716],[-293322,149794],[-292465,149216],[-292548,147865],[-287307,152445],[-286008,149012],[-287700,152742],[-290989,151286],[-292942,144317],[-284300,151950],[-287211,151644],[-284573,152248],[-285817,149761],[-289448,151727],[-292804,152053],[-291889,148884],[-283653,153895],[-288705,174196],[-288518,174631],[-288814,174967],[-287761,174786],[-282184,190130],[-281719,185906],[-282638,189410],[-282925,190420],[-282512,191389],[-291371,180505],[-288008,184279],[-281960,189381],[-283249,189841],[-284102,190769],[-292728,180242],[-292041,180591],[-290281,183738],[-281661,189918],[-282058,191126],[-283622,190109],[-294205,180026],[-292254,181559],[-289032,184491],[-281817,190559],[-284159,191716],[-282362,190087],[-281886,191719],[-291997,180069],[-289096,185653],[-282398,192407],[-283011,192394],[-283400,214586],[-282717,211270],[-290569,211212],[-288364,207604],[-291183,205877],[-294185,205998],[-294071,207761],[-283912,214400],[-284000,211982],[-288199,217579],[-288926,213210],[-289228,208170],[-292763,206095],[-284034,214613],[-283367,210842],[-288991,211580],[-287354,207901],[-292916,206473],[-283887,214320],[-282727,210060],[-287611,217087],[-289545,212198],[-286926,207851],[-290852,207206],[-287399,218478],[-290551,222283],[-292408,226113],[-291039,226589],[-282332,222213],[-289591,220798],[-290884,225268],[-292386,225933],[-290372,221827],[-282246,223679],[-287994,222663],[-288728,218128],[-292406,226639],[-290584,221199],[-282505,222690],[-287652,220923],[-289785,226474],[-293014,227551],[-283625,221783],[-287660,221053],[-289278,226504],[-292338,222504],[-293516,234668],[-293689,233974],[-294044,234833],[-293515,236949],[-289416,236678],[-294327,235867],[-294162,241863],[-288854,237841],[-293904,239994],[-288857,239162],[-293649,240170],[-288042,236666],[-291913,243673],[-293535,245270],[-293486,245644],[-292466,244156],[-287104,267024],[-284004,264251],[-286556,264186],[-285563,267520],[-281842,266570],[-283108,265762],[-284175,266169],[-285175,264491],[-282231,265890],[-284161,264282],[-285612,264868],[-287247,267255],[-282394,264327],[-283804,265807],[-284836,266570],[-287510,266136],[-291022,274028],[-287696,275897],[-290027,275613],[-289690,275659],[-289562,274938],[-288941,275743],[-289618,275412],[-291377,273825],[-288925,276233],[-290678,273251],[-289631,275697],[-286084,339681],[-286541,343904],[-288064,342083],[-284877,340314],[-287546,342293],[-286649,339093],[-286808,344118],[-286169,339678],[-290692,358358],[-291699,357174],[-293958,358216],[-291283,358016],[-292096,355822],[-288391,361112],[-288435,361247],[-293755,360125],[-282511,369320],[-287536,361184],[-286765,361014],[-281993,371672],[-283609,448028],[-282793,447501],[-283278,446918],[-284572,451489],[-286111,456789],[-284547,457166],[-285412,450865],[-286093,457447],[-283786,459020],[-282141,455500],[-285131,451835],[-285434,458153],[-283735,457888],[-286837,452615],[-286322,458906],[-282437,457737],[-282173,473033],[-283436,473344],[-283677,474034],[-282085,477085],[-283740,474352],[-283403,478504],[-282805,481157],[-282838,476867],[-281673,480416],[-282304,478327],[-283284,559516],[-288135,562568],[-283324,558993],[-285605,559159],[-282568,562203],[-284341,560266],[-284409,562395],[-283704,552507],[-283664,553312],[-284860,553504],[-282226,553842],[-286971,595459],[-290375,595454],[-286334,596674],[-290482,597970],[-282122,592838],[-286317,594686],[-287461,597649],[-286769,595576],[-290104,595458],[-281945,596470],[-291269,603468],[-291881,605719],[-285335,608273],[-283346,613678],[-282518,603676],[-284696,607254],[-291159,608047],[-291874,609172],[-292977,607673],[-285581,609173],[-285874,610708],[-293461,607971],[-288350,608581],[-283319,613238],[-292073,625955],[-291089,617997],[-293226,618728],[-292449,619202],[-290676,623177],[-284231,616515],[-285071,620369],[-286160,634216],[-287195,631948],[-284506,633975],[-285876,637345],[-290688,639022],[-292665,639535],[-294234,650803],[-281955,647990],[-282395,647086],[-291709,641359],[-298391,-677424],[-295218,-676495],[-299077,-680927],[-302219,-680303],[-303264,140054],[-303336,140564],[-303360,140004],[-295073,144662],[-299040,141389],[-304308,141592],[-302446,141409],[-305372,144266],[-305591,146072],[-298102,142753],[-303331,142463],[-307125,147365],[-298391,141602],[-306255,144050],[-307082,147527],[-300121,142615],[-304503,142240],[-304561,145238],[-306740,147846],[-298454,161532],[-298103,163120],[-301374,158712],[-298008,162406],[-297923,159241],[-306648,161472],[-305434,159634],[-299889,158458],[-298253,160745],[-301867,159018],[-298209,162410],[-298553,159356],[-307166,161925],[-305754,158845],[-299179,158037],[-300556,159226],[-298334,161822],[-298305,158758],[-306254,161761],[-304725,158603],[-298239,161530],[-299039,158166],[-301074,158207],[-298584,163243],[-298540,163257],[-297747,163152],[-297724,159406],[-305224,158419],[-300398,159603],[-302324,162844],[-298826,164819],[-298838,165275],[-299602,160536],[-299283,159240],[-303739,163317],[-299203,163775],[-300384,159773],[-299281,164453],[-301839,163694],[-304620,162263],[-298296,160644],[-298506,163766],[-301762,163652],[-300159,164047],[-299409,160551],[-299552,159305],[-304154,162404],[-299899,159192],[-302668,162741],[-304726,162878],[-298471,167794],[-305304,174428],[-301499,175290],[-298917,178279],[-298541,166990],[-298086,167482],[-306166,176675],[-303580,175920],[-297030,177133],[-298872,166847],[-298004,168388],[-304915,176487],[-301392,174818],[-298225,177975],[-297867,168192],[-305028,175365],[-301463,174988],[-297527,179214],[-304290,191154],[-303386,184187],[-304486,180647],[-303120,187791],[-306791,187937],[-304326,189142],[-303576,183750],[-304441,179774],[-303345,187339],[-305622,189877],[-303754,184278],[-304826,180555],[-303433,188595],[-305533,189897],[-303675,185845],[-303761,179585],[-303328,188728],[-307080,186581],[-295339,204742],[-307117,210853],[-306024,213090],[-294907,206532],[-305705,212590],[-295104,207848],[-294782,205059],[-295699,206446],[-303590,229183],[-301608,229330],[-303287,230417],[-303537,228342],[-306740,229795],[-303588,228986],[-301525,229077],[-306282,228260],[-301279,229414],[-302729,226945],[-295256,233440],[-295481,233307],[-295151,231693],[-295069,233350],[-294420,232050],[-295003,233227],[-295383,235557],[-294749,231960],[-294429,231939],[-295714,236946],[-300056,234020],[-295967,237155],[-301280,241255],[-298971,242820],[-297371,240859],[-298574,242755],[-295602,236053],[-299291,234272],[-297559,241228],[-295759,237237],[-299868,243368],[-297594,239996],[-299043,233286],[-297156,238779],[-296037,240729],[-297345,242251],[-298942,232854],[-296643,237915],[-299401,242178],[-298365,241317],[-295580,238940],[-297768,242330],[-295970,242024],[-296857,243540],[-300717,248107],[-300830,250874],[-300776,248788],[-299168,252270],[-300559,249477],[-300739,250618],[-301249,248335],[-300278,250642],[-295017,358205],[-294576,358673],[-304426,571849],[-302184,569714],[-303146,572090],[-302310,572992],[-300723,569313],[-304445,571521],[-306239,593354],[-301269,604831],[-299338,607544],[-304749,614451],[-298835,602392],[-297838,605308],[-295935,603493],[-300748,607105],[-303131,605999],[-298454,609396],[-302995,611194],[-299851,610835],[-299035,614129],[-306198,613833],[-299178,602353],[-302168,608580],[-300767,605559],[-301623,610323],[-302460,615647],[-298376,626187],[-300840,614617],[-305027,616646],[-304070,616290],[-304300,637412],[-299214,632741],[-301598,632883],[-302475,630518],[-302764,629472],[-298435,630977],[-299789,651563],[-298363,650814],[-298895,648551],[-300462,650926],[-302198,651040],[-305315,649417],[-303772,651447],[-296498,652129],[-297055,640397],[-295728,640774],[-311225,-645063],[-314098,157045],[-317724,158974],[-315938,157103],[-315395,156900],[-314064,157963],[-311378,160998],[-312461,161188],[-310994,157741],[-317313,156795],[-318192,159024],[-315601,156850],[-315573,155932],[-313534,158963],[-312732,159375],[-311645,162098],[-313352,161590],[-310031,158019],[-314718,157446],[-317993,157106],[-318285,158744],[-316494,156159],[-315168,156384],[-314307,158527],[-312584,160164],[-310800,157581],[-314641,157787],[-318631,158075],[-317847,156885],[-315940,156895],[-315090,155907],[-313729,158988],[-312769,162156],[-312468,161280],[-310416,157781],[-307325,162134],[-314325,156609],[-317445,157068],[-309781,173714],[-309944,172832],[-307406,173916],[-309797,173152],[-307329,173705],[-308843,171435],[-308538,173503],[-310330,171579],[-307665,187099],[-307940,186966],[-314853,201378],[-316555,202637],[-317621,204124],[-314779,202145],[-314592,203087],[-311565,205853],[-309356,205468],[-314205,206537],[-313274,208678],[-308552,211994],[-312446,211341],[-319649,209624],[-312472,205699],[-311490,207004],[-314315,208086],[-316930,205298],[-313694,209556],[-308452,212142],[-311640,210431],[-318812,208821],[-311604,206298],[-319076,206244],[-314353,207745],[-313990,208364],[-307411,210487],[-307667,211292],[-311237,210732],[-318791,210213],[-311684,205857],[-310251,206909],[-312780,207031],[-316616,205905],[-312547,208759],[-308104,211512],[-310511,212526],[-319626,211123],[-308358,228044],[-308369,226362],[-317766,221796],[-313687,224425],[-309859,222166],[-307834,229140],[-309900,226503],[-311659,225905],[-316382,222094],[-313861,223503],[-309736,223923],[-308261,225653],[-313269,226040],[-313337,222616],[-308500,221239],[-314325,222821],[-308340,225508],[-318410,222257],[-311592,225357],[-310061,223830],[-319803,232678],[-319985,243302],[-318767,254440],[-317208,249362],[-317041,247874],[-319667,252282],[-317798,249542],[-316408,245332],[-319888,250418],[-317019,254049],[-318958,249330],[-317664,248395],[-319544,250982],[-319320,246201],[-316684,549792],[-315406,551388],[-313227,571403],[-315883,569741],[-314168,572087],[-312623,572127],[-313964,567128],[-315732,576904],[-311063,576810],[-317475,586676],[-315286,585200],[-314588,587893],[-312795,587072],[-310707,588263],[-318368,580112],[-319629,582729],[-310724,594362],[-319207,589626],[-312611,590702],[-316528,591158],[-316766,594522],[-307206,614474],[-313585,625844],[-311055,627309],[-318058,628370],[-319388,628284],[-320403,210934],[-324525,210027],[-331605,214245],[-325135,214080],[-323853,214132],[-324571,209879],[-329273,213141],[-327032,212430],[-322169,213858],[-323716,208948],[-329969,212896],[-327129,213877],[-321807,215708],[-323817,209303],[-329876,212805],[-327389,214469],[-322803,214164],[-332347,219837],[-328801,229123],[-326154,219897],[-330647,227442],[-327263,221798],[-331524,220327],[-328568,229389],[-327736,220969],[-330147,227499],[-327439,220194],[-323652,237826],[-331187,234856],[-323130,234196],[-320533,235870],[-323478,239397],[-329803,235340],[-324676,237322],[-322831,239790],[-327508,237502],[-326539,239697],[-323697,234813],[-320298,236610],[-322618,242039],[-330955,234622],[-321260,235826],[-324528,239789],[-321833,241226],[-326279,254500],[-323300,247548],[-323237,244015],[-322932,254098],[-320147,255574],[-320303,253398],[-328914,250498],[-329636,249884],[-321664,251413],[-327027,254411],[-322412,243950],[-326172,251055],[-330444,250970],[-329187,249581],[-327910,255651],[-320007,255000],[-332775,248299],[-322919,251246],[-322147,255415],[-328895,252152],[-330436,249971],[-320845,253117],[-327551,257510],[-323241,256402],[-331183,537000],[-331124,536732],[-321704,553688],[-330086,550814],[-324425,554911],[-321364,559054],[-320008,559773],[-328343,571751],[-327702,576854],[-327497,584367],[-331621,584943],[-331087,582640],[-330229,581114],[-321318,579505],[-328251,584020],[-330969,596509],[-324552,601777],[-324165,598761],[-325765,598810],[-320560,593812],[-320774,598070],[-325285,595856],[-325989,595686],[-327881,610799],[-325132,612254],[-322439,605040],[-325268,604701],[-325127,602161],[-329700,626366],[-326876,624651],[-330744,624156],[-331167,618641],[-326597,621880],[-326974,617037],[-327627,614899],[-326018,629049],[-344521,134309],[-344033,130298],[-342738,137064],[-341177,138283],[-339208,135860],[-345267,129591],[-343353,137765],[-341859,137006],[-338631,136297],[-343133,128557],[-343558,137136],[-340604,138706],[-338363,137419],[-343820,129535],[-343455,136251],[-342788,138329],[-339483,136148],[-344547,152340],[-342180,151829],[-342846,151556],[-342518,150760],[-345080,152342],[-343717,151854],[-343316,150907],[-345050,152965],[-342875,151893],[-341834,150868],[-342702,150604],[-344721,152719],[-342289,152708],[-341871,151671],[-342192,150445],[-341334,157490],[-345473,154958],[-342574,156245],[-345089,154614],[-345339,158605],[-344608,158166],[-342759,156109],[-344875,155093],[-342069,157052],[-345459,156253],[-344824,170009],[-345266,185402],[-345180,183153],[-345186,198344],[-342758,197150],[-336807,196908],[-339521,199050],[-342825,198576],[-344264,199714],[-342755,197901],[-338627,199032],[-340401,199709],[-342576,199938],[-343722,200119],[-342646,201100],[-344004,204906],[-342861,197118],[-340411,197348],[-338784,196739],[-340138,198815],[-341936,198966],[-345131,200121],[-342779,200561],[-342924,203362],[-344508,203777],[-342950,196891],[-339381,197588],[-338539,198509],[-338566,199586],[-344176,200505],[-341099,200465],[-342916,201159],[-343962,202596],[-344561,204352],[-345154,205007],[-344399,210369],[-342692,207360],[-342180,206307],[-336997,208104],[-333925,208465],[-344449,210140],[-341577,206040],[-339676,208216],[-337983,207455],[-334603,206158],[-344991,209885],[-342465,207734],[-341518,206718],[-341028,206343],[-338438,208476],[-335070,207451],[-343886,210770],[-342503,208787],[-342417,206972],[-341336,208462],[-340337,208431],[-338757,209131],[-334602,206165],[-341828,220475],[-336013,229552],[-337953,225410],[-339013,226930],[-335270,228024],[-338094,226982],[-342129,227304],[-332859,219189],[-341301,222676],[-336181,227608],[-339187,229880],[-345575,225311],[-333461,218818],[-343465,219768],[-338797,227567],[-343679,224200],[-338630,230202],[-342045,220829],[-336792,232485],[-342005,233887],[-335486,233162],[-343954,233165],[-334934,231316],[-341561,232167],[-338371,231741],[-343122,231984],[-338556,232300],[-344425,242736],[-344823,253578],[-339180,255828],[-338816,250208],[-343723,245530],[-343791,247635],[-340357,250042],[-341540,251289],[-345040,253209],[-338349,250755],[-342411,243940],[-342995,247656],[-336779,255869],[-343302,251590],[-344174,255122],[-337664,254267],[-342306,245310],[-343542,247536],[-341702,250206],[-344478,255368],[-344876,259451],[-343529,265444],[-338976,264883],[-338388,264039],[-335633,259858],[-341993,258395],[-345507,264970],[-337767,263714],[-340757,259742],[-342897,262831],[-338978,266546],[-336940,266176],[-340106,257059],[-343428,263184],[-338736,263196],[-336671,266068],[-336220,258506],[-345554,256838],[-334414,258579],[-335471,261487],[-345077,520839],[-342262,522837],[-345496,519881],[-343075,522254],[-341990,520486],[-342662,530212],[-340991,528677],[-344779,526935],[-345455,526415],[-341220,527393],[-342575,525374],[-344395,529149],[-343410,529353],[-343293,527193],[-334818,532905],[-341990,530060],[-340432,530977],[-337486,583997],[-343895,582237],[-338253,583747],[-343367,581741],[-337895,581727],[-344308,583370],[-334703,581244],[-339830,594338],[-336271,593190],[-334171,597696],[-340717,592070],[-341722,606080],[-334469,614598],[-344942,611880],[-343257,611355],[-345536,606606],[-344037,606253],[-333967,612092],[-332961,608278],[-335968,622926],[-341460,624845],[-339460,628009],[-340818,627707],[-339082,633612],[-337993,631336],[-333047,632927],[-336448,632618],[-345058,127400],[-344491,127408],[-344448,127141],[-343916,127463],[-347926,133976],[-345882,139493],[-355643,136112],[-354394,139401],[-345661,134110],[-345881,139188],[-354360,136895],[-356577,139744],[-346242,132791],[-346030,140036],[-358114,139836],[-354887,137969],[-356585,140168],[-346239,133510],[-346847,139629],[-357703,138065],[-353958,137532],[-355138,140127],[-349443,152918],[-354833,152070],[-352314,151084],[-357704,150421],[-346262,153047],[-349577,152578],[-354248,152593],[-355805,149395],[-353720,151993],[-357615,148960],[-349585,153402],[-355707,152549],[-352915,152284],[-345968,153198],[-348552,153166],[-355620,151679],[-356433,149823],[-354989,149373],[-352104,152007],[-354269,149523],[-355000,151566],[-354176,150449],[-347628,154158],[-345945,155077],[-345887,159224],[-346451,154121],[-345758,155674],[-345628,158409],[-347661,154594],[-347274,154225],[-351867,176091],[-353521,174552],[-348375,168095],[-346410,168828],[-348564,170895],[-349537,171537],[-357760,171276],[-353135,174337],[-352518,174625],[-346314,168126],[-346856,173184],[-349798,171147],[-349545,168316],[-352595,173688],[-351272,174426],[-357645,173014],[-347545,172210],[-349708,172503],[-347603,169146],[-358257,173214],[-351535,176037],[-346403,169388],[-346183,172034],[-349394,170988],[-349171,168563],[-346776,183818],[-347132,185379],[-345904,196358],[-345886,196591],[-353518,216106],[-355581,217340],[-352743,216479],[-354151,215085],[-355580,217644],[-352434,216162],[-352936,216609],[-355315,217621],[-354648,214934],[-353633,220245],[-353697,224194],[-354575,220213],[-357342,218899],[-345788,225416],[-355034,218884],[-353076,218260],[-353612,222248],[-355176,220739],[-352819,221064],[-356180,219513],[-346059,230518],[-354018,218703],[-353374,221951],[-351452,219046],[-355465,219100],[-357799,218470],[-355386,223837],[-352287,219880],[-355935,219267],[-353286,236571],[-356739,238365],[-354216,238567],[-357646,235759],[-346000,231177],[-352897,242425],[-349487,243120],[-355977,239098],[-355236,238275],[-355705,236364],[-348017,242679],[-354602,237466],[-356223,239653],[-357314,237983],[-349631,233440],[-349135,242619],[-353968,238000],[-357243,237270],[-346850,232001],[-352973,242322],[-349166,240556],[-345712,254414],[-347522,255395],[-351036,255812],[-348494,254810],[-346088,245385],[-352775,244968],[-350518,246486],[-352468,244992],[-351720,266435],[-355565,266365],[-350476,263923],[-346712,257701],[-348627,259957],[-351196,256564],[-348976,265564],[-353469,264328],[-348637,260783],[-346075,259530],[-350267,268707],[-355662,266181],[-354210,260550],[-349508,260299],[-346767,264124],[-350001,257062],[-353062,266786],[-351764,261816],[-349407,260241],[-345716,259499],[-347541,259420],[-351776,269400],[-347559,502541],[-346271,502353],[-348792,518653],[-354213,519341],[-351708,518246],[-357956,521789],[-351334,519621],[-346193,520990],[-349085,524852],[-350875,516049],[-355253,523277],[-356956,515543],[-354068,515334],[-352195,517446],[-350384,522688],[-350083,520639],[-349232,524375],[-358301,516425],[-353403,519566],[-347045,519069],[-356924,522304],[-353853,521737],[-346354,521875],[-357851,524564],[-352246,523726],[-353169,521172],[-348069,517682],[-354576,522874],[-356936,521330],[-355339,522509],[-348025,524808],[-358018,514764],[-351228,523889],[-346376,520187],[-349923,519951],[-356944,518946],[-353603,517750],[-355333,524602],[-356383,517828],[-349774,519706],[-353584,523041],[-346225,522240],[-358244,516653],[-350237,527251],[-349708,528581],[-355554,529315],[-355050,529611],[-350435,527126],[-354420,531003],[-348117,526073],[-356425,529798],[-357742,532722],[-353913,533699],[-356880,534668],[-354114,531635],[-353337,531193],[-349992,528645],[-354767,527983],[-350175,529643],[-348305,527295],[-347933,530513],[-349050,527251],[-347510,527170],[-349302,528213],[-355066,527976],[-350200,528141],[-356099,525933],[-352814,529240],[-346644,526852],[-355212,529928],[-353203,531327],[-355496,531655],[-356502,532045],[-354874,531162],[-353846,530724],[-349535,527862],[-356720,532870],[-345931,530202],[-350500,527138],[-350960,528242],[-356658,525035],[-350923,528840],[-357521,527416],[-351847,531163],[-352458,525712],[-349129,581960],[-347356,579949],[-350281,584871],[-345898,579186],[-347816,581785],[-349642,577871],[-350347,581580],[-349504,581244],[-346180,591438],[-345953,597190],[-346309,594707],[-354497,597207],[-350859,597962],[-349594,605434],[-353233,606838],[-351623,609892],[-349016,609463],[-350619,617634],[-345725,626718],[-351099,622660],[-353956,624907],[-357652,621898],[-351405,614858],[-355611,616661],[-355890,619119],[-355133,86139],[-354663,87232],[-356519,85902],[-356986,85217],[-357762,90215],[-357868,92178],[-357760,91606],[-357878,90751],[-356959,112254],[-356522,110471],[-357672,110189],[-357869,113745],[-356226,110000],[-357562,109296],[-357870,109500],[-349580,118572],[-349504,126518],[-353365,122718],[-351243,126446],[-351382,116757],[-352342,116546],[-350862,116225],[-346545,121738],[-346420,124094],[-351254,125214],[-350867,127772],[-347800,119776],[-350623,126023],[-353362,122090],[-352109,126020],[-353615,118256],[-349775,116774],[-347831,120933],[-347005,122985],[-346542,124053],[-352461,123622],[-349749,127452],[-349807,120097],[-352011,121992],[-350667,126422],[-352253,116645],[-350334,117187],[-349166,120898],[-347627,121779],[-347020,122979],[-349592,126221],[-351837,123634],[-349298,127697],[-348842,118613],[-353212,121897],[-352546,126866],[-349892,117668],[-351526,116999],[-349972,117253],[-349405,120808],[-347037,121646],[-347168,123352],[-346655,125437],[-349226,126753],[-352506,123143],[-348979,127482],[-362844,-598706],[-370234,129311],[-366598,132983],[-358482,138507],[-367645,140382],[-363752,136233],[-370254,129762],[-365269,132206],[-358915,140136],[-366745,139611],[-364041,135869],[-370210,131532],[-370844,134312],[-370035,128982],[-367116,132541],[-365196,135087],[-370083,135607],[-366139,131578],[-366254,140223],[-364214,137004],[-360196,148973],[-361716,145932],[-362832,153523],[-365514,147765],[-359520,149346],[-360373,147701],[-364117,146342],[-363954,152818],[-364627,148476],[-358685,150795],[-360891,147505],[-362601,146069],[-364732,147586],[-360262,148813],[-362970,145533],[-364301,152125],[-363904,148555],[-368159,141451],[-365971,159285],[-370055,164530],[-367548,161399],[-366822,158339],[-362094,165449],[-370611,165518],[-366701,159698],[-368185,161237],[-368904,159039],[-363923,166065],[-361421,165591],[-368624,165477],[-364491,154460],[-364758,160750],[-369363,163229],[-367244,158934],[-369090,163876],[-364368,160779],[-368764,161957],[-367268,158336],[-365499,169195],[-364807,168002],[-358662,173022],[-366908,170611],[-369436,167234],[-365878,168614],[-362012,167331],[-370090,168102],[-367988,167483],[-363187,167638],[-365004,167286],[-369184,166801],[-366132,169820],[-361786,166813],[-363314,166735],[-365506,167915],[-361963,204678],[-369044,204006],[-368931,203563],[-360988,204476],[-369669,203192],[-362959,205502],[-364485,207742],[-367236,207999],[-364669,211768],[-365757,212877],[-365190,214473],[-365602,207817],[-367068,206615],[-363357,213232],[-365473,213244],[-364314,215328],[-364175,217163],[-365715,209040],[-367407,206502],[-368242,205546],[-363996,212144],[-363939,213962],[-363894,214704],[-360975,205719],[-364795,206799],[-367099,207837],[-365930,212853],[-363124,214778],[-365045,218816],[-363350,225872],[-362973,226263],[-361039,225271],[-364191,218784],[-364700,227749],[-360492,225176],[-365165,227550],[-363367,226389],[-361232,225607],[-364556,219317],[-365566,225978],[-362295,225206],[-361589,226054],[-368450,237433],[-367405,235301],[-367775,237083],[-369499,238347],[-368756,234478],[-369517,237010],[-367548,238278],[-368438,237445],[-367378,233575],[-369002,236098],[-370634,239078],[-368312,234085],[-368923,237065],[-361078,236877],[-365712,236631],[-364251,238776],[-364344,239101],[-359560,237033],[-364443,237032],[-361451,238132],[-361693,236332],[-362094,238732],[-361533,238068],[-361607,235398],[-363178,239437],[-365997,238687],[-363334,238641],[-361991,237214],[-360985,237584],[-362737,236659],[-365023,254610],[-360845,253597],[-363879,254890],[-364123,253884],[-370480,264132],[-367783,261495],[-364293,256700],[-367413,258278],[-367015,262860],[-369342,259435],[-363834,257774],[-367579,262471],[-367591,261050],[-368295,260295],[-363176,257242],[-368579,263762],[-370222,260487],[-365984,257708],[-365327,508496],[-360063,506355],[-369126,509932],[-367535,42922],[-368385,44341],[-367126,43164],[-368632,44829],[-364115,524492],[-364988,522709],[-367701,523218],[-364113,520959],[-365024,522718],[-365981,522311],[-367273,524535],[-365382,523197],[-363009,514659],[-370460,514317],[-364712,520713],[-365187,519762],[-364807,520189],[-366572,521407],[-358403,517688],[-369450,521085],[-366642,517607],[-368621,512413],[-363395,513286],[-365480,521626],[-365405,521723],[-365467,522264],[-366353,523645],[-366017,523021],[-364417,521157],[-365294,521669],[-365756,522984],[-363983,522237],[-368687,514874],[-361921,516912],[-367551,515626],[-371024,524883],[-360959,524929],[-360506,522259],[-371172,520390],[-367387,517585],[-358638,517011],[-370787,515142],[-365402,519525],[-367080,520476],[-369597,523791],[-367090,515156],[-369656,512561],[-367165,520341],[-371186,517836],[-370886,521165],[-364472,515104],[-359212,526157],[-361622,526345],[-361014,527074],[-360133,525943],[-361509,526859],[-365054,550505],[-369060,546187],[-367655,549122],[-360906,546247],[-367166,545303],[-365402,548144],[-364975,547457],[-368795,547582],[-370394,547930],[-361110,558425],[-359314,559521],[-370368,556045],[-371189,553424],[-361934,625117],[-360373,621579],[-367879,622075],[-367952,623498],[-362441,620581],[-358845,619603],[-369713,58625],[-370429,57854],[-368026,60525],[-360785,74321],[-370831,71130],[-368871,65971],[-366139,75897],[-367139,71480],[-361552,74797],[-371127,71776],[-367511,76607],[-368458,71078],[-362492,74921],[-370873,66009],[-366242,75069],[-368483,70551],[-361694,75017],[-366935,76782],[-368156,71987],[-371172,83837],[-366005,79279],[-366591,78041],[-366798,78510],[-366296,80108],[-368555,101175],[-361495,100883],[-367677,102484],[-369077,101944],[-359991,101572],[-367899,100652],[-360941,100430],[-360925,108699],[-358602,110710],[-366059,115248],[-361276,108104],[-358546,112175],[-361169,102775],[-363161,115027],[-365487,115024],[-361355,108244],[-363485,114970],[-360986,109945],[-358558,112919],[-367294,122262],[-359587,121409],[-361445,118263],[-363758,121961],[-366962,115827],[-370402,126180],[-366621,122521],[-361041,121848],[-362731,116691],[-362765,122359],[-363241,117015],[-366111,116002],[-366097,117342],[-359892,122142],[-362289,117664],[-361954,121610],[-367096,117218],[-367266,121265],[-369609,124198],[-360614,121701],[-362518,118464],[-363465,121679],[-363638,116111],[-366765,116255],[-366970,121180],[-369712,123843],[-25308,150961],[-25588,153477],[-22644,148958],[-25347,152029],[-25225,153008],[-24007,153550],[-20156,149722],[-24334,151232],[-25105,152444],[-22389,149721],[-22609,149510],[-22504,154452],[-22146,156680],[-24647,161477],[-20608,165124],[-23080,158507],[-23751,154960],[-22159,155341],[-21802,161021],[-20032,165300],[-23939,159840],[-22300,159969],[-23560,154549],[-23058,156488],[-23489,161720],[-19408,166120],[-24622,160250],[-23276,158374],[-23527,155799],[-22263,160885],[-18821,164384],[-21497,159940],[-17644,170749],[-19678,168193],[-19307,169601],[-17498,170185],[-18953,211268],[-19922,208729],[-21433,211120],[-25304,209628],[-24796,209620],[-21732,217205],[-18349,209665],[-18713,209749],[-21542,210842],[-24439,209589],[-24596,209574],[-20396,216533],[-23044,215299],[-19642,208685],[-21562,210000],[-25172,211134],[-24644,209451],[-21183,216158],[-22629,216088],[-19709,207866],[-23368,212046],[-25207,211792],[-22997,209575],[-24097,216822],[-19671,218167],[-19057,217817],[-18342,261700],[-15134,261562],[-16870,263039],[-15370,259304],[-15281,258352],[-15701,261106],[-16862,264637],[-19527,261119],[-16006,261781],[-21651,263535],[-21930,265371],[-13643,264415],[-14239,262047],[-14106,259302],[-16473,260420],[-19665,263388],[-18371,264080],[-16759,263988],[-19252,262652],[-18973,261995],[-15501,261369],[-22117,263476],[-21456,264630],[-21670,265684],[-12908,263787],[-13073,263234],[-13067,261180],[-14859,273397],[-12837,273425],[-17773,275749],[-18187,275538],[-18852,269550],[-16431,272824],[-13378,271514],[-18212,276189],[-17430,269543],[-14088,273990],[-16613,274057],[-19493,274956],[-17676,269387],[-13406,273008],[-19235,273679],[-19063,271085],[-16287,272393],[-13479,274295],[-25406,284778],[-23369,285286],[-25183,287841],[-25425,288388],[-23398,293856],[-24527,285339],[-23094,286003],[-24788,286693],[-24963,293359],[-23558,293941],[-25020,298685],[-25323,296066],[-24756,295666],[-24860,296264],[-25007,298212],[-25079,300053],[-25379,295912],[-24361,295239],[-24730,297547],[-13567,314913],[-13867,317006],[-13753,314580],[-14004,316646],[-14071,317375],[-20916,392365],[-19949,391186],[-22415,389741],[-23401,392616],[-23276,390493],[-15938,392346],[-15469,392027],[-13039,392057],[-20873,392302],[-20969,390010],[-22437,390586],[-23964,391998],[-22369,389790],[-24169,392891],[-23284,391020],[-15382,392439],[-14227,393289],[-15095,391353],[-14323,392358],[-22806,388801],[-23049,387960],[-22835,388601],[-23243,388180],[-24761,392309],[-24863,390853],[-25318,400746],[-22430,398115],[-20204,409651],[-19394,409118],[-24991,400847],[-24376,398727],[-22051,399881],[-23123,397552],[-19750,422193],[-19041,421697],[-20299,421449],[-24541,419070],[-19595,410343],[-17563,409999],[-17723,410136],[-18910,414431],[-18952,416211],[-23896,417009],[-23144,416316],[-21935,419152],[-24248,419597],[-22330,421866],[-25587,419984],[-18570,410269],[-17202,411146],[-20394,414254],[-19466,414344],[-18750,416087],[-23653,416035],[-22675,417413],[-22524,419323],[-23506,420055],[-22282,421225],[-18550,421860],[-20654,423615],[-23985,430787],[-24115,433433],[-20349,423373],[-18260,422727],[-24573,431340],[-23200,429908],[-25354,435319],[-24153,432896],[-25532,446619],[-24409,445058],[-25317,444816],[-12987,460603],[-13043,460044],[-23902,468788],[-22426,468203],[-19898,472400],[-15024,472740],[-23540,468424],[-20992,467876],[-19810,471806],[-15048,472874],[-24865,476509],[-25035,475239],[-25294,474861],[-19238,575563],[-18978,574236],[-18074,572470],[-16185,570122],[-20000,564460],[-23225,574043],[-16642,573042],[-19055,572614],[-14849,571506],[-18485,567372],[-23528,571653],[-19885,575184],[-17951,575193],[-15509,572619],[-18063,563756],[-23076,573110],[-20885,576016],[-18367,575248],[-17128,569918],[-13227,571155],[-13857,567933],[-20390,567517],[-24231,581187],[-23556,579783],[-23409,578164],[-24630,582207],[-22276,582798],[-22694,578178],[-20487,611902],[-19490,613843],[-25541,612273],[-19885,611322],[-19613,610705],[-17965,611520],[-18474,610210],[-19750,611878],[-25151,617354],[-19234,620130],[-24202,621679],[-21164,626553],[-25267,617373],[-20683,618973],[-25011,624087],[-24982,618341],[-20313,619312],[-20025,616817],[-18952,618767],[-24092,618697],[-13168,639423],[-13145,630768],[-20845,636957],[-18128,629438],[-16878,634758],[-21672,636130],[-14474,631401],[-16175,634484],[-14488,633332],[-17194,638477],[-24438,636049],[-17981,634098],[-14410,636977],[-15890,631225],[-17714,635914],[-19370,635150],[-14556,633076],[-20383,635874],[-15495,633673],[-13490,633940],[-23399,636189],[-24236,634899],[-13800,641058],[-12934,641210],[-24385,649382],[-21554,650238],[-22805,650449],[-22041,651760],[-22109,654115],[-21927,654355],[-20384,662904],[-21887,663532],[-25434,656271],[-16442,665799],[-19254,665122],[-20302,663576],[-21368,659354],[-19959,665109],[-17169,665381],[-24839,665317],[-25476,663374],[-14591,664496],[-14543,665375],[-19432,660517],[-20135,665060],[-22138,665455],[-24331,658785],[-18158,665099],[-19462,658739],[-21229,662188],[-20713,664836],[-20036,665377],[-21112,661288],[-17315,663730],[-18862,663125],[-16988,660733],[-18234,662322],[-19843,663511],[-18169,660597],[-19493,663519],[-16146,661684],[-19706,663442],[-18389,661373],[-19623,665107],[-16378,662170],[-12848,665240],[-15105,664204],[-13834,664452],[-14217,664797],[-22388,665179],[-20765,662996],[-19260,666753],[-13536,667956],[-16929,669903],[-14255,667173],[-16563,667603],[-17406,670311],[-15497,669287],[-13818,669940],[-14738,671276],[-16349,671295],[-13980,671212],[-16073,666246],[-14784,666413],[-15057,671250],[-16150,666156],[-14326,670842],[-14802,666549],[-14471,671187],[-17978,665935],[-14855,671203],[-23338,670656],[-17795,671306],[-19294,668116],[-17928,669794],[-18942,670522],[-20914,670054],[-17499,670791],[-12819,676658],[-20986,670389],[-21820,668367],[-12985,673554],[-18521,671569],[-19412,668494],[-19978,668277],[-20254,669929],[-19251,671448],[-18418,676395],[-23060,672453],[-21786,671793],[-21975,671858],[-18079,677620],[-17670,677897],[-12930,674129],[-22479,674448],[-13361,678082],[-22479,673665],[-21912,673339],[-21279,672842],[-17082,673212],[-20921,673789],[-21421,673533],[-22191,673338],[-18282,673821],[-17132,673985],[-17459,673613],[-13513,670352],[-15794,675531],[-16697,673521],[-13155,671621],[-19796,673655],[-18726,672506],[-17482,674125],[-14875,675880],[-14175,677897],[-14771,670616],[-15599,673639],[-15654,667260],[-13871,675199],[-16566,668008],[-16834,669356],[-21752,668905],[-24909,673477],[-21240,675464],[-23472,675774],[-22139,676086],[-22712,677485],[-23695,676622],[-23267,676325],[-17103,673891],[-23860,678229],[-25399,675552],[-21680,677601],[-16881,666781],[-25063,671139],[-19767,678330],[-20287,666793],[-22577,670956],[-21198,666728],[-20168,668458],[-13168,671189],[-17422,678417],[-13287,670032],[-14598,675685],[-14775,689336],[-16695,684542],[-17644,691280],[-21424,686336],[-14375,691157],[-16148,689894],[-15169,687132],[-17975,685921],[-17729,688002],[-19047,683904],[-16060,684746],[-19808,685855],[-14946,686462],[-17080,684687],[-17964,688140],[-14629,687479],[-20746,681516],[-17288,680412],[-22003,687107],[-17148,679686],[-17944,682591],[-16522,682102],[-22094,679972],[-16681,683147],[-22281,686848],[-16424,682749],[-24171,688194],[-20036,687055],[-20349,684698],[-22626,687374],[-15879,682482],[-22751,689346],[-24510,687889],[-20518,686074],[-24565,689794],[-19053,690035],[-20302,690781],[-23932,688647],[-20868,689741],[-14315,681227],[-19022,689019],[-24080,687251],[-22685,683599],[-20112,679605],[-18168,680105],[-20585,678636],[-19554,680260],[-24151,679789],[-23633,680304],[-21307,679033],[-24238,678716],[-13527,687093],[-15760,681301],[-15508,680144],[-14319,685897],[-15631,682432],[-15005,692303],[-15883,692864],[-17693,692730],[-16264,693496],[-19060,694085],[-17669,693601],[-17321,694976],[-25395,691552],[-23328,695533],[-25025,694205],[-21150,696109],[-21352,694781],[-21889,692248],[-20699,693946],[-22332,694684],[-21826,694426],[-21099,696436],[-13999,700093],[-15490,700184],[-22066,702499],[-19526,700414],[-25358,698449],[-13966,699062],[-20842,701481],[-19528,700238],[-19929,701283],[-376596,128603],[-382690,131625],[-371579,131501],[-372505,135431],[-375334,128964],[-382625,129845],[-371204,129887],[-373283,128915],[-375107,130929],[-383361,128754],[-372214,133104],[-371939,134029],[-377249,130306],[-382707,129184],[-371298,133565],[-383403,151055],[-383891,152415],[-383038,150598],[-374191,165617],[-371803,167471],[-372411,167364],[-371865,169746],[-371920,169857],[-373525,167613],[-373751,166681],[-382291,191670],[-383200,188513],[-380506,188518],[-383914,190072],[-380642,187914],[-382253,190497],[-379802,190316],[-380717,191253],[-381195,188914],[-374777,204551],[-374350,202384],[-373602,204002],[-380454,192318],[-383351,197201],[-374716,204728],[-373656,202177],[-383617,195123],[-373400,203294],[-381101,255244],[-382525,264050],[-380921,257645],[-380892,262063],[-383812,260716],[-381267,267648],[-378604,258150],[-383954,266309],[-382342,260737],[-382094,257943],[-383769,267255],[-382253,267778],[-379231,259205],[-379519,259663],[-381818,260085],[-379537,270819],[-379522,270694],[-374686,38246],[-372387,506709],[-371830,508396],[-372401,509355],[-372588,510669],[-382470,48134],[-372357,41824],[-374649,39385],[-383357,46185],[-372238,41523],[-374173,39408],[-383518,47760],[-373408,41830],[-382237,46935],[-383032,47894],[-373072,40624],[-372458,39041],[-382799,50740],[-373240,517941],[-376307,523225],[-374500,520822],[-376624,524441],[-373593,518199],[-375104,516982],[-374592,517034],[-373353,518969],[-374805,523435],[-371568,524387],[-372268,513853],[-373475,521372],[-374125,520613],[-371886,515641],[-371846,512897],[-374160,516944],[-373610,522162],[-371942,519887],[-374413,514090],[-375479,522216],[-376799,523174],[-375073,517325],[-374239,517648],[-375767,517871],[-374311,521284],[-371991,522469],[-371213,513355],[-373106,532779],[-376155,529058],[-377074,527719],[-376270,525375],[-374404,526744],[-371604,527044],[-380225,535672],[-375850,535668],[-382063,531271],[-377638,536056],[-381197,531598],[-372658,535787],[-379470,536212],[-378590,531578],[-383958,531172],[-382170,531056],[-380166,530511],[-380423,537115],[-377515,534819],[-378411,536115],[-378600,536841],[-380313,530207],[-383873,531594],[-383060,531313],[-382691,530690],[-373781,535686],[-376653,535578],[-374339,532855],[-375593,527728],[-378995,528229],[-376705,534093],[-375591,528238],[-378489,528087],[-380177,529511],[-374534,535139],[-374935,530411],[-376324,531507],[-378587,535455],[-377933,532211],[-375369,535137],[-377772,533533],[-373802,531827],[-377516,535724],[-374744,530620],[-376051,527190],[-374601,527488],[-372096,528539],[-374764,526530],[-371360,526981],[-371426,526479],[-375595,529311],[-374925,533146],[-376460,533708],[-383487,533516],[-376435,532778],[-376767,535540],[-377021,532705],[-377950,533541],[-377402,534861],[-377742,536645],[-382213,531540],[-379018,534151],[-383070,536437],[-377956,532667],[-383943,534903],[-382532,535389],[-383266,531396],[-381705,537660],[-372729,533181],[-380043,530958],[-381404,529408],[-382618,530579],[-383597,529045],[-377167,536544],[-376066,532566],[-377793,534396],[-377128,532334],[-379856,528044],[-378083,532073],[-380770,528181],[-375565,529074],[-379738,529602],[-381926,531555],[-378974,528852],[-381521,527455],[-376138,530132],[-372437,536994],[-374529,533903],[-375364,535222],[-376766,533724],[-375198,532094],[-372175,534987],[-375042,535976],[-372509,531399],[-372343,533384],[-377007,536384],[-372774,532300],[-373809,538302],[-371870,537934],[-371320,539234],[-373827,550277],[-375307,550383],[-377211,544306],[-376243,538069],[-376929,538124],[-371845,539005],[-374883,538365],[-381209,540981],[-377816,540557],[-379153,539666],[-376590,540121],[-376241,539422],[-380621,541881],[-380709,542406],[-378873,543037],[-383802,538001],[-378821,540322],[-378876,542577],[-381231,540192],[-381683,541245],[-381916,541188],[-381936,541354],[-382800,541863],[-377133,541977],[-378474,541099],[-376831,541946],[-382798,539771],[-381392,542668],[-382945,542624],[-383774,543102],[-382956,541364],[-380799,542163],[-383064,542594],[-383550,543272],[-382440,542543],[-379721,542700],[-382700,542397],[-383944,543108],[-376847,542540],[-381160,539472],[-379598,540441],[-377162,539705],[-382874,540907],[-378130,543424],[-381867,539420],[-379916,542232],[-380996,542019],[-383509,538627],[-383403,539740],[-381991,539676],[-382648,540136],[-378016,541122],[-377481,540163],[-379080,541182],[-379896,541362],[-380381,540141],[-383210,543299],[-382781,541979],[-383900,542497],[-379860,539651],[-380885,540603],[-377892,541273],[-379227,540877],[-383436,540982],[-379803,541882],[-383617,541862],[-382499,538939],[-382065,540107],[-381569,538916],[-381283,539799],[-381793,538787],[-382011,539671],[-381564,537928],[-381463,538430],[-382095,538191],[-383332,538161],[-382063,538484],[-380968,539501],[-381679,539469],[-380862,539647],[-381452,539181],[-380478,539033],[-372833,550227],[-371665,546088],[-374254,544906],[-374190,550342],[-375860,549742],[-377790,544484],[-383309,550181],[-375553,547060],[-372032,557121],[-377067,552203],[-381461,559120],[-375888,559118],[-375192,557502],[-378289,552347],[-381800,553290],[-379970,557998],[-373993,559355],[-372853,554443],[-372360,551995],[-381208,553393],[-383106,553841],[-379274,559071],[-377709,556166],[-375533,558687],[-373937,554529],[-371260,550994],[-381455,551569],[-383907,554272],[-382422,560303],[-376513,555596],[-372165,550635],[-377923,67640],[-379469,68507],[-374828,66172],[-377893,66537],[-380532,69074],[-376269,67251],[-371256,71857],[-378217,67862],[-379797,69296],[-374315,67000],[-372110,70818],[-379065,67036],[-380410,70506],[-375015,66324],[-371611,83223],[-372431,83605],[-372591,81963],[-376314,96070],[-377888,94637],[-377126,96409],[-377045,95125],[-371424,125440],[-374145,127904],[-373504,127051],[-383439,127987],[-373709,127953],[-385376,-576717],[-396260,139559],[-384072,153116],[-387887,151857],[-388601,149793],[-386303,145402],[-385111,150558],[-387954,151044],[-389193,151127],[-385960,145686],[-385150,151304],[-396431,142049],[-387845,151709],[-388429,149431],[-387091,145536],[-387606,151713],[-388911,150353],[-387474,146283],[-396091,158070],[-395585,156822],[-384351,154119],[-395201,158946],[-396453,157983],[-386671,170749],[-390335,169626],[-393829,172601],[-388556,169196],[-389406,170249],[-394852,172707],[-386845,168805],[-390210,170198],[-393914,172978],[-387786,169864],[-391408,170853],[-393677,173980],[-385735,188810],[-395346,183784],[-395437,185723],[-385758,188467],[-394976,182768],[-394588,186125],[-384251,188190],[-385954,189355],[-395619,182785],[-394602,187906],[-386772,189063],[-395061,181679],[-394799,187889],[-389493,195127],[-384094,196774],[-387807,195564],[-388959,193930],[-384579,195057],[-389032,193305],[-391643,25622],[-392111,258874],[-386890,260413],[-391252,267161],[-391315,264898],[-392824,257826],[-388153,262673],[-395417,257844],[-395587,256269],[-388664,260863],[-392285,265116],[-392744,257569],[-388257,260971],[-385830,267850],[-393526,266033],[-396557,256283],[-394181,277171],[-388424,276830],[-391781,275454],[-384628,269853],[-394736,280007],[-389656,279008],[-396262,276057],[-388050,277061],[-384192,270800],[-396599,274946],[-396719,276817],[-390674,273731],[-387549,276818],[-393072,275391],[-394954,277615],[-385760,270338],[-393177,274371],[-384869,275178],[-396793,277610],[-387890,28113],[-389360,26296],[-391438,26095],[-393645,35929],[-396575,28259],[-396591,30526],[-387294,28389],[-388897,26387],[-396057,28162],[-393241,34759],[-395431,33026],[-389840,27080],[-386467,26968],[-395406,28079],[-395876,32085],[-392149,34699],[-389251,27276],[-386340,28164],[-389247,27307],[-396122,27529],[-394832,33041],[-393140,36043],[-391361,25854],[-396287,50998],[-393650,45834],[-386443,47875],[-393805,44442],[-386524,47333],[-393980,50777],[-393131,45899],[-386872,48487],[-394135,51028],[-392984,44852],[-388155,48835],[-384042,531851],[-384205,529805],[-385495,530580],[-385283,530326],[-384418,529861],[-384217,529776],[-384241,533530],[-384073,535156],[-385824,536518],[-384257,537457],[-385421,535787],[-385462,535965],[-385875,536677],[-386199,536487],[-384101,536689],[-384667,535786],[-386535,545174],[-390407,542480],[-386832,546576],[-387852,547897],[-388334,539209],[-384141,538153],[-384551,538365],[-388349,539925],[-384090,541831],[-385730,539781],[-384277,540410],[-386176,540497],[-385831,540258],[-386230,539106],[-386765,540539],[-386890,539321],[-385249,540102],[-384149,542433],[-384471,542042],[-384722,542724],[-387892,539401],[-384065,543736],[-384709,543204],[-388418,540157],[-385441,540525],[-384321,541815],[-384285,540769],[-384091,541109],[-385742,540244],[-385590,540380],[-386943,538815],[-384568,539281],[-387086,538643],[-384959,539866],[-387132,540003],[-388367,538833],[-386846,539688],[-386729,539959],[-386195,539721],[-387854,539827],[-386788,544518],[-388876,544161],[-388193,548078],[-389346,545020],[-389127,548777],[-390053,542901],[-388640,546009],[-387928,549098],[-387874,558448],[-387314,554242],[-393735,553427],[-395117,557831],[-388177,556570],[-387620,554032],[-396064,555314],[-386036,558929],[-384881,550869],[-394330,553394],[-394588,554534],[-385250,556753],[-388502,553454],[-391922,554056],[-394228,553950],[-385021,60513],[-384739,63765],[-390504,62190],[-395857,51493],[-388560,54081],[-384564,61088],[-384503,63864],[-390255,61662],[-395781,64196],[-385750,63542],[-389402,60748],[-388803,55379],[-384179,62653],[-390948,60300],[-387622,54636],[-395578,65275],[-396107,64552],[-393722,83975],[-392401,79926],[-394364,81581],[-392066,82095],[-395349,81707],[-392919,79801],[-394411,81536],[-394847,82688],[-392483,81111],[-395337,81627],[-394433,82350],[-394731,107213],[-394978,107804],[-394874,107192],[-396435,107420],[-395040,106761],[-395156,108267],[-396132,109306],[-394057,123191],[-389457,124876],[-393114,120590],[-389161,123108],[-393759,124007],[-392560,122193],[-393959,123813],[-388493,124198],[-392639,122666],[-394762,122180],[-388891,125168],[-391948,120915],[-407687,132800],[-405457,134825],[-399684,138026],[-400572,140588],[-405184,131505],[-408539,138340],[-409222,133420],[-407591,131208],[-406459,132919],[-398842,136906],[-399615,140348],[-405020,131097],[-405018,132506],[-408559,138603],[-408424,133597],[-407533,130879],[-405689,132694],[-398463,135978],[-397341,139573],[-406571,130947],[-403716,134287],[-409564,138753],[-408743,131722],[-398633,137667],[-404521,131386],[-402990,132479],[-408212,139347],[-408077,132889],[-408657,129899],[-405882,151980],[-407250,152663],[-403411,147475],[-408256,146352],[-409369,146773],[-408796,144542],[-407766,150641],[-403825,145947],[-407541,146137],[-408398,141355],[-407386,142862],[-406922,153517],[-407075,152766],[-401949,147004],[-406676,144813],[-409397,141784],[-407540,144181],[-398647,141258],[-408549,152770],[-402454,145147],[-407453,146454],[-409515,144293],[-409141,143806],[-400123,141640],[-408523,154217],[-398804,157830],[-407587,155202],[-397448,158735],[-398490,156177],[-409372,154631],[-409481,155562],[-398088,157266],[-409017,179347],[-408549,189948],[-408674,184279],[-406927,190308],[-408150,184070],[-407850,189922],[-406587,189779],[-409305,180137],[-407653,217545],[-407693,219939],[-409359,226308],[-409204,225001],[-407072,224810],[-407051,222277],[-409423,219486],[-407560,220083],[-408681,227787],[-408286,224886],[-407723,225803],[-408964,223563],[-407824,219563],[-409537,227382],[-408890,226339],[-405751,226290],[-406979,223468],[-409247,218083],[-406343,220267],[-408530,225203],[-406971,224977],[-409297,224044],[-409125,219231],[-409320,232549],[-409346,231106],[-408648,231767],[-407719,232865],[-407420,254151],[-404316,250891],[-404563,256054],[-406878,249828],[-406106,255186],[-404315,250984],[-407563,254275],[-407449,251196],[-403920,257294],[-398771,262239],[-406459,257150],[-401724,260176],[-399160,263811],[-398786,259612],[-405335,259287],[-401453,260485],[-397676,263178],[-397130,257688],[-401378,262369],[-399743,257402],[-408829,256461],[-403520,275927],[-399787,276360],[-401973,278052],[-404469,276714],[-397495,276113],[-399641,279975],[-399947,275789],[-400845,278153],[-406848,275111],[-401657,278921],[-406302,275558],[-396949,30714],[-396914,30457],[-408803,45559],[-397215,45642],[-405084,47475],[-401721,46266],[-399470,48959],[-397835,44099],[-403671,46323],[-402444,47284],[-400425,48247],[-397204,44718],[-407642,47382],[-407636,46557],[-404328,47196],[-401362,46971],[-400579,50151],[-396828,44452],[-408440,49165],[-409167,47916],[-403151,47001],[-400686,46290],[-399556,48490],[-409356,520101],[-407113,515203],[-409034,520439],[-405231,518260],[-404044,515869],[-408068,516499],[-403876,518609],[-407750,519242],[-405881,558773],[-400985,561973],[-401140,560268],[-404873,559208],[-405153,558582],[-402990,563290],[-407629,562008],[-403203,557586],[-406577,559608],[-409420,575321],[-404960,564718],[-405550,563825],[-400430,563815],[-407486,564117],[-408698,572175],[-405018,564958],[-400158,54572],[-402480,54048],[-398646,53576],[-402683,55746],[-399619,55580],[-404459,55268],[-408583,57691],[-398719,54885],[-403668,55852],[-400914,67948],[-405336,68246],[-402849,68753],[-401635,66317],[-405529,69634],[-403650,69317],[-409490,65170],[-400541,67393],[-404928,68910],[-404263,67543],[-400294,68362],[-404582,68797],[-403268,68102],[-396971,71874],[-400841,97773],[-401378,101806],[-402426,97973],[-404264,98957],[-403490,100547],[-403244,101398],[-402993,97738],[-403898,101713],[-402796,101570],[-400706,100314],[-402156,101915],[-403304,99338],[-401499,99070],[-404077,101310],[-401384,101368],[-401275,100965],[-400684,97899],[-403256,116708],[-402605,118743],[-408872,127537],[-408551,124478],[-402352,117529],[-409057,126644],[-407709,123862],[-402836,116865],[-401557,116693],[-407075,125782],[-400614,117068],[-407911,126867],[-406819,124135],[-413638,-561473],[-417024,134302],[-413303,132804],[-417164,140978],[-411637,139678],[-418621,133443],[-411925,132848],[-413608,140204],[-411861,138743],[-419803,133355],[-418423,132956],[-413650,133239],[-411974,140490],[-409842,138199],[-409714,134805],[-416735,133551],[-412459,132814],[-416834,140759],[-412759,138053],[-412289,140529],[-416137,144791],[-416001,141365],[-409899,146374],[-421584,148151],[-422126,152327],[-417396,143340],[-410338,144311],[-416692,144109],[-415559,142051],[-416066,143746],[-414384,162978],[-411600,160173],[-414920,159409],[-414025,165235],[-410988,161278],[-415104,158793],[-413620,162866],[-412707,162143],[-413345,158687],[-421707,163329],[-421271,161736],[-412396,164758],[-412474,160842],[-415630,159933],[-415861,170507],[-417604,172082],[-418505,175773],[-421383,171883],[-411208,177517],[-416004,169794],[-417266,171259],[-420000,173528],[-422158,173164],[-412355,177328],[-410756,178830],[-416416,171046],[-418221,172968],[-420183,175263],[-421892,172503],[-411686,177484],[-415583,169974],[-418309,173210],[-418128,175189],[-421886,173094],[-412058,178241],[-409695,178330],[-413585,183906],[-411515,183438],[-410146,185212],[-411492,183500],[-411294,191973],[-410513,185105],[-412032,183294],[-422355,186606],[-411874,198778],[-411953,195085],[-410977,192577],[-412089,198319],[-410397,194891],[-412142,193799],[-411223,194741],[-411193,193129],[-413041,198127],[-411521,194565],[-411690,196835],[-413611,206596],[-413329,209735],[-417592,211043],[-414529,211821],[-418723,217303],[-417822,213827],[-420608,215632],[-412728,207776],[-413177,210004],[-417277,211174],[-415787,209826],[-419777,217775],[-419297,213866],[-415547,205984],[-411282,211306],[-416298,211885],[-416179,210083],[-412997,217728],[-420123,217118],[-419631,215526],[-418007,214393],[-413452,207789],[-411694,211919],[-415542,211629],[-418123,210453],[-411576,216646],[-420591,216839],[-420189,216068],[-418873,212164],[-421192,217188],[-418515,220256],[-410228,230081],[-411224,218014],[-412564,223031],[-417557,218917],[-418892,223263],[-418522,221851],[-412649,218702],[-411241,218972],[-412530,222215],[-417476,219085],[-419715,224400],[-413297,230233],[-409889,230010],[-412262,221977],[-418450,219608],[-419249,219189],[-418563,224930],[-418580,223805],[-419805,221737],[-412303,230439],[-410600,218483],[-413706,221621],[-418508,222331],[-419051,219971],[-411230,231070],[-417653,237883],[-417269,235217],[-412210,233902],[-412270,230945],[-410674,232315],[-415966,239033],[-417349,238667],[-416675,235576],[-413694,233395],[-415099,233476],[-412550,231878],[-409702,232272],[-409919,232764],[-415903,238735],[-418254,237800],[-415882,233639],[-412589,232373],[-414052,233934],[-416433,238569],[-417743,237712],[-417093,234326],[-412444,231217],[-413865,233448],[-411102,253471],[-413817,253229],[-417476,253909],[-411202,253746],[-415294,253913],[-418245,251230],[-414263,251878],[-419120,251016],[-410554,255069],[-412984,252259],[-420235,252036],[-413137,268164],[-413591,266329],[-421456,267578],[-413803,266412],[-416175,266191],[-418302,266582],[-422325,267460],[-416185,263866],[-412874,263927],[-421884,260915],[-418142,272697],[-421195,275178],[-413344,272296],[-415533,272441],[-419916,274145],[-413621,269820],[-413085,272878],[-415091,269897],[-420913,272998],[-416012,275739],[-412255,271564],[-415543,272656],[-412535,272705],[-414169,269462],[-421981,47831],[-420344,46875],[-414971,49224],[-415867,50271],[-421832,49407],[-419842,47186],[-413827,50699],[-417686,51283],[-409729,46669],[-421843,48178],[-420038,45903],[-414529,50331],[-417742,50195],[-422059,48374],[-420616,46928],[-413152,49493],[-417829,50108],[-418411,524953],[-410294,518986],[-418101,518629],[-417998,522704],[-411725,522309],[-417346,518434],[-410240,518683],[-412114,519369],[-418431,518331],[-419785,521682],[-420718,527379],[-418429,530236],[-417825,526618],[-420453,525139],[-421085,528708],[-420498,530778],[-417614,526059],[-421765,525518],[-421786,527599],[-422230,531414],[-419671,527533],[-417355,525890],[-416586,532795],[-419865,534976],[-419128,534028],[-417881,540614],[-412625,539667],[-417873,538127],[-413171,540947],[-414368,538676],[-415623,540397],[-412362,561796],[-422382,553460],[-416951,555792],[-409695,560662],[-421753,554536],[-419107,556030],[-414423,561030],[-410156,560496],[-417712,557171],[-412966,559291],[-421604,554902],[-418027,556242],[-410702,566343],[-410422,567417],[-409822,572946],[-413250,567494],[-412557,573111],[-412414,569760],[-413152,567056],[-409784,563502],[-410753,570462],[-410467,564212],[-414117,568713],[-411800,568911],[-414754,568160],[-420705,62864],[-409659,58197],[-410621,59131],[-422384,63131],[-421237,62795],[-410133,59009],[-411430,66255],[-412955,67980],[-411474,65993],[-413228,66674],[-418241,64628],[-414917,76986],[-415005,73470],[-410795,65345],[-413199,67144],[-416567,66184],[-415572,73253],[-413220,68638],[-418392,65686],[-417918,85301],[-418265,86637],[-417887,86579],[-417561,86459],[-415887,80059],[-415915,83945],[-414954,82617],[-414752,85915],[-416351,77493],[-414390,78908],[-416867,85406],[-413794,83414],[-414911,86149],[-416302,77189],[-416389,79633],[-417032,83973],[-413679,81951],[-415699,86249],[-415446,79547],[-416020,81474],[-416197,84512],[-415413,82073],[-414603,86179],[-415608,77528],[-413459,96572],[-417297,102203],[-415092,96909],[-416836,102334],[-415615,96815],[-417823,102076],[-415164,96901],[-417031,101415],[-418119,104972],[-420109,107652],[-420914,112396],[-414813,106094],[-421035,110967],[-416932,105805],[-418650,108204],[-421233,110534],[-415968,106596],[-419346,110707],[-417643,105346],[-419006,108953],[-421408,111653],[-415329,106336],[-419936,110286],[-416289,105320],[-419270,106918],[-422255,112219],[-415920,107567],[-422005,110151],[-420151,109357],[-419005,123330],[-421214,121904],[-420362,123700],[-418898,123280],[-419412,123524],[-420909,123146],[-421391,123493],[-421629,125553],[-421651,123310],[-420953,123829],[-409733,127756],[-422083,121813],[-421566,123971],[-433429,-574775],[-435062,-570325],[-432875,-569767],[-433250,132135],[-434993,131720],[-433693,131664],[-434011,131207],[-426989,137273],[-424539,139689],[-427571,128680],[-427310,136331],[-424705,138233],[-425740,136811],[-426189,136113],[-425478,137970],[-424470,141813],[-423266,146904],[-424017,153260],[-423449,150920],[-422787,142586],[-423242,141745],[-422548,148191],[-424890,153762],[-423648,152924],[-424800,141669],[-422914,146125],[-424692,151835],[-423188,151394],[-427439,155029],[-427002,161432],[-425763,162033],[-427304,154637],[-427481,162057],[-428891,154314],[-428033,163279],[-427113,156216],[-423242,161877],[-424607,162681],[-424755,162207],[-422925,162357],[-423464,161049],[-425905,164071],[-422841,163311],[-422961,161594],[-433156,172309],[-424992,176605],[-427842,175728],[-429668,173279],[-434205,169984],[-432939,172861],[-426643,175555],[-429814,175242],[-431585,172980],[-434847,171383],[-426416,176239],[-427904,175528],[-427614,174755],[-429922,171839],[-434906,171680],[-432402,172219],[-426882,176170],[-429131,175767],[-430122,175069],[-434355,170025],[-434317,173238],[-433060,171657],[-433731,183958],[-426461,191435],[-422520,185463],[-427581,184909],[-425942,190077],[-428657,185105],[-432809,182660],[-425549,189858],[-425777,191589],[-423657,187459],[-428895,185138],[-435187,181834],[-424646,189628],[-426210,191660],[-423532,185327],[-428638,184889],[-425834,192705],[-425684,192668],[-423200,216242],[-422929,217130],[-422429,217055],[-424353,267347],[-433733,266095],[-426399,265354],[-434788,256422],[-425051,265340],[-428450,265643],[-422899,268808],[-425547,260212],[-424456,261254],[-423026,265330],[-426532,263517],[-424963,261676],[-424577,262226],[-426443,265603],[-423873,262079],[-426976,273073],[-424676,272089],[-432992,269124],[-427049,272082],[-422522,273967],[-432418,269873],[-426180,271749],[-422813,272331],[-425975,270705],[-424709,270555],[-425224,523249],[-423383,519878],[-425083,523478],[-428158,522247],[-423442,520193],[-430228,522157],[-426077,519370],[-429639,523322],[-427070,520042],[-422758,532839],[-426333,527237],[-423250,525303],[-430861,525558],[-435138,549529],[-433801,549910],[-433039,550824],[-430491,52114],[-429539,51951],[-432119,60621],[-434266,60559],[-422696,62128],[-430831,60381],[-432543,59704],[-430461,60006],[-431089,60587],[-434250,60112],[-430322,60459],[-432455,59159],[-434677,59355],[-427236,74748],[-426402,74160],[-430762,73297],[-431864,71619],[-425877,74448],[-427590,75715],[-429570,74513],[-433426,71756],[-426892,75769],[-430585,73484],[-431276,71954],[-427383,75748],[-431401,73807],[-432690,69082],[-431842,71213],[-432149,68539],[-432906,69300],[-432665,68944],[-427193,89045],[-429583,79984],[-432624,89334],[-431631,79972],[-427568,87786],[-430953,79493],[-427556,88149],[-430561,79816],[-428951,100543],[-428843,101211],[-433574,90132],[-427668,100522],[-427492,101804],[-429089,90056],[-427761,100699],[-432978,90151],[-429004,100919],[-433452,91122],[-429520,102541],[-428388,113415],[-426847,114106],[-427718,102884],[-422734,108995],[-428348,114983],[-428721,115418],[-425280,127097],[-434777,125389],[-428858,128168],[-427155,115635],[-429112,116620],[-425713,127855],[-434350,124141],[-428760,127602],[-428989,117147],[-426016,127362],[-433561,125778],[-429386,117243],[-426366,127502],[-427092,128179],[-438631,-575441],[-440608,-582421],[-435611,-577022],[-447621,-577325],[-436532,130149],[-438351,130247],[-442498,132233],[-441152,135935],[-441089,139739],[-446665,130565],[-438196,128491],[-436330,129544],[-437785,129334],[-440593,130834],[-442592,129758],[-439622,135872],[-442278,134530],[-442444,139523],[-446186,130323],[-436821,131253],[-439184,128927],[-442616,130225],[-442323,136194],[-440969,137197],[-447375,130259],[-438591,128621],[-438973,130310],[-440970,130802],[-439910,135794],[-440926,136099],[-443040,137306],[-447189,130145],[-447978,141565],[-438037,152426],[-444287,153454],[-439356,151857],[-444214,152313],[-438810,152026],[-444092,153534],[-437694,152126],[-444255,153795],[-446236,160779],[-444337,160634],[-440665,154609],[-441799,158301],[-444406,160485],[-447818,156088],[-446577,160257],[-441005,154626],[-440697,153988],[-442444,157826],[-445085,160685],[-445871,160667],[-439918,154064],[-442197,157852],[-447949,155595],[-444903,160683],[-445845,160309],[-440200,154829],[-442710,158037],[-439369,178981],[-437672,178738],[-440043,179241],[-440054,178410],[-435348,170395],[-436085,173219],[-440500,172659],[-441730,170962],[-441873,170931],[-442946,171728],[-435705,172380],[-437234,171656],[-439559,172911],[-441021,172471],[-442958,171762],[-435987,171063],[-436518,170986],[-441242,173305],[-442074,170883],[-442730,170973],[-436634,172631],[-440859,170382],[-444527,172672],[-435267,173935],[-436204,181567],[-435578,182430],[-436233,183632],[-442262,252846],[-446054,252106],[-446069,251724],[-446444,252112],[-439380,254286],[-440935,255797],[-445920,254632],[-439974,256112],[-442089,255652],[-436378,255439],[-446820,254871],[-438991,253276],[-441394,254619],[-435514,255426],[-444520,254721],[-441646,254341],[-436996,254457],[-446638,255621],[-445323,256668],[-447767,256314],[-437118,267959],[-446789,267925],[-445816,257112],[-447482,258136],[-444599,257452],[-446905,268948],[-436122,269095],[-447800,269407],[-446769,271119],[-439477,42830],[-439352,43326],[-438253,43341],[-439361,43842],[-445985,47366],[-438772,51118],[-444966,47061],[-445484,48505],[-439873,51254],[-444959,48357],[-440762,543586],[-438768,545996],[-445729,549795],[-436400,546958],[-445791,546660],[-447354,540375],[-445965,544649],[-442233,550336],[-440088,544780],[-440217,547614],[-438281,547247],[-442987,547390],[-446672,540359],[-442578,548182],[-438402,544424],[-439782,547035],[-436473,546715],[-447304,544744],[-444914,545867],[-445851,539934],[-443135,549362],[-441457,543443],[-438494,549137],[-446312,544003],[-445381,548767],[-445045,541937],[-443844,548044],[-445725,552839],[-441679,558891],[-445439,560895],[-446622,560940],[-443180,553048],[-445350,555096],[-442771,562114],[-445161,554382],[-441653,558055],[-443267,560332],[-444468,554948],[-441578,559059],[-443553,563048],[-446250,565045],[-443955,568850],[-436440,567932],[-436974,570874],[-436435,573291],[-447398,565089],[-447091,566693],[-443945,568813],[-438751,564250],[-435630,573456],[-438141,574404],[-446280,564809],[-441150,567705],[-440150,570176],[-439799,571733],[-438144,565610],[-438607,576033],[-443291,570096],[-440422,573855],[-436683,565723],[-437686,571692],[-436481,572367],[-446907,52425],[-439741,52176],[-437749,52986],[-445917,58443],[-435813,60286],[-445695,52725],[-441678,63862],[-446191,58842],[-445663,53365],[-437565,53055],[-447273,59807],[-447529,52480],[-438537,53233],[-445092,59867],[-447609,65317],[-441255,65504],[-440471,70999],[-442859,68390],[-445284,73297],[-440260,70706],[-445175,67255],[-443504,73402],[-442422,65994],[-439883,70514],[-445379,67011],[-442766,72593],[-439555,70410],[-443811,67855],[-443494,71238],[-440916,64238],[-436865,106118],[-437470,106847],[-439256,106442],[-437979,104743],[-438889,106510],[-436561,105734],[-438910,105861],[-438686,112452],[-438048,111157],[-439130,113611],[-437696,111768],[-440516,113039],[-436917,112551],[-439362,112478],[-437660,112769],[-437219,128157],[-447436,121213],[-440507,118745],[-437954,118628],[-437599,125576],[-438124,124500],[-447294,120695],[-440411,119322],[-438161,117551],[-436593,125275],[-437302,124642],[-440758,117720],[-437820,118570],[-439076,127150],[-436485,126130],[-438059,123850],[-440038,117844],[-438100,118590],[-435260,124458],[-437551,126474],[-439135,122775],[-453024,-573958],[-458188,-568380],[-456645,133272],[-456918,128893],[-451252,129698],[-456086,133320],[-458896,128684],[-460072,135399],[-451158,129813],[-456277,132989],[-456888,129757],[-460296,136337],[-451411,130453],[-457267,133736],[-451628,129566],[-452383,142673],[-457918,144048],[-449042,142296],[-452644,142419],[-457787,143935],[-448010,141707],[-452304,143113],[-458045,144457],[-448206,142380],[-452233,142170],[-457779,144973],[-448227,156160],[-448441,155932],[-453637,172599],[-460363,177593],[-460255,174804],[-455223,174863],[-460563,175852],[-456293,172477],[-457877,174568],[-457975,175159],[-454141,175261],[-459259,174024],[-456849,173544],[-459644,177028],[-460210,178931],[-455796,174611],[-457520,174757],[-459127,176445],[-458564,175740],[-454314,175458],[-453915,172939],[-460463,177707],[-453375,173092],[-455983,173754],[-458829,173288],[-459144,174877],[-460460,176279],[-456235,173045],[-460237,175440],[-458174,175827],[-454180,175491],[-457138,172751],[-459440,174405],[-457907,174344],[-457294,175305],[-460530,176544],[-458052,176258],[-454720,175233],[-453127,173230],[-459325,213951],[-458902,211620],[-457743,209293],[-460554,216719],[-459022,211278],[-458162,211324],[-460627,210251],[-457882,208340],[-459267,217362],[-459601,214371],[-459073,211951],[-457493,210674],[-457129,209040],[-458609,213659],[-460696,210454],[-458463,209961],[-460016,219490],[-458922,218321],[-458730,220600],[-460473,219577],[-459619,218416],[-459957,221164],[-459999,221589],[-458547,220524],[-458697,237939],[-457722,234804],[-460144,238548],[-459225,238653],[-460691,234910],[-455934,235399],[-457616,235903],[-460328,237406],[-458691,233561],[-460213,238913],[-459895,237059],[-458358,233092],[-448965,250291],[-448388,252362],[-449438,250848],[-449589,249770],[-450963,250191],[-451058,255143],[-450751,256656],[-450427,256532],[-448695,256251],[-451193,257284],[-449386,256327],[-460776,273237],[-460548,270328],[-460594,273071],[-460207,270166],[-460538,272717],[-458914,360172],[-460212,361579],[-458919,360799],[-456004,50615],[-457314,50796],[-451987,537671],[-450182,534560],[-449804,537270],[-448099,535092],[-448802,534737],[-452238,537373],[-450928,535091],[-448465,545504],[-454840,549770],[-452857,539195],[-460277,544996],[-449690,543684],[-451857,541123],[-453863,548698],[-453137,541950],[-451709,550188],[-460649,550125],[-452391,549445],[-449015,542464],[-452473,539438],[-451731,550506],[-450530,542186],[-448173,543908],[-453536,553113],[-455117,552117],[-448791,551764],[-453820,562205],[-451455,558430],[-456867,551210],[-452013,552427],[-453392,551984],[-450959,554792],[-453444,562370],[-449699,559701],[-458330,551196],[-450616,555189],[-452355,561832],[-450510,558872],[-459909,552172],[-455965,550880],[-450311,554185],[-449790,559975],[-449592,562368],[-451645,557503],[-454301,563624],[-448984,568254],[-449199,564104],[-451131,563710],[-450438,565566],[-449317,568364],[-449067,567774],[-448135,569812],[-450002,564971],[-448381,571999],[-458018,582184],[-451642,581850],[-453143,588997],[-455920,584780],[-459907,584837],[-450494,583899],[-454956,585967],[-459513,584732],[-450558,582116],[-452064,588863],[-454753,585741],[-458450,583303],[-449348,584802],[-452417,588211],[-457356,583851],[-453444,589080],[-456012,595596],[-456785,593972],[-454748,594259],[-454218,596743],[-457386,52091],[-456842,53305],[-450174,58936],[-456724,53329],[-452675,63867],[-449523,58907],[-460618,59828],[-455081,54440],[-451489,62765],[-450805,60136],[-456462,51775],[-455015,54437],[-449645,59800],[-449061,67240],[-448061,65606],[-448756,66276],[-460533,72070],[-456476,69202],[-454942,64624],[-451150,64220],[-455235,65844],[-456747,69992],[-452711,64971],[-456467,71092],[-456018,64757],[-455638,65408],[-451841,113111],[-453613,109370],[-454050,108098],[-454336,108152],[-451779,113905],[-453930,109417],[-454881,107365],[-449879,114519],[-453863,108416],[-455215,107597],[-451219,114956],[-454125,107662],[-454781,109338],[-458107,128151],[-448951,122341],[-450593,117016],[-460642,122944],[-458834,118809],[-449790,117917],[-448578,122426],[-448600,116599],[-460694,122214],[-450206,117645],[-460494,122097],[-471039,-563000],[-466060,-567250],[-469930,-569807],[-467944,-575892],[-463028,135693],[-461338,135287],[-464241,133994],[-470280,128689],[-471066,130951],[-471687,129185],[-470751,131772],[-461839,136449],[-471551,130626],[-463758,134152],[-471332,130242],[-470244,132263],[-463572,133849],[-461174,135059],[-469595,128640],[-470063,129296],[-469968,133027],[-471083,130507],[-462847,134407],[-470412,130104],[-471132,132560],[-471540,132461],[-461708,135511],[-465554,152133],[-463546,147356],[-464265,149962],[-470059,153095],[-472002,153272],[-461398,152859],[-465908,152838],[-464404,147463],[-463961,148608],[-463113,148735],[-471899,152531],[-472799,152731],[-464180,153181],[-463433,151306],[-464141,147834],[-463236,148585],[-464360,149800],[-464640,153082],[-463460,148076],[-464850,151160],[-470160,153107],[-471500,153772],[-465517,153507],[-467105,147961],[-466453,144614],[-467466,146770],[-473154,145915],[-468618,145020],[-467070,147218],[-470206,146704],[-467186,144515],[-472015,147209],[-468811,145689],[-466451,147562],[-466642,145173],[-472286,145920],[-467769,144959],[-470055,144340],[-467010,147835],[-470107,146686],[-469025,145311],[-462499,154966],[-468089,159438],[-465263,155020],[-469850,154716],[-473129,154246],[-468548,158688],[-462586,155323],[-463535,155239],[-463213,154232],[-467432,160397],[-461895,153901],[-464806,155571],[-467099,160269],[-460906,174435],[-460990,174610],[-461137,175425],[-461600,173268],[-462758,174347],[-460969,177533],[-460900,175730],[-461246,173670],[-461704,173323],[-461391,178566],[-461359,173220],[-461675,175777],[-462875,173822],[-461024,177299],[-461188,178021],[-460938,175019],[-461209,176070],[-462674,174409],[-473555,199116],[-473498,201904],[-472204,200307],[-472105,197133],[-473342,195294],[-461024,214128],[-461203,208704],[-462216,210032],[-461534,211122],[-462734,210439],[-462406,209640],[-461323,218078],[-472819,224086],[-470795,221248],[-473396,218319],[-472275,223793],[-473233,218375],[-473212,226197],[-473263,222832],[-470124,220275],[-471152,223545],[-471595,219488],[-472254,240899],[-472243,237088],[-469471,236597],[-469641,231206],[-471893,239058],[-470890,234741],[-470389,231733],[-471842,237917],[-470602,234747],[-472928,231475],[-468519,230653],[-471248,243072],[-471680,238096],[-471641,234728],[-469428,233281],[-470868,239329],[-473512,239093],[-472582,244210],[-469722,253912],[-464613,251953],[-468322,246272],[-469044,245758],[-473425,251299],[-472986,252205],[-467228,254194],[-467562,244384],[-471212,243737],[-469573,254709],[-472120,251234],[-470404,252637],[-467527,250920],[-466949,247145],[-471561,254230],[-470966,251712],[-465838,250670],[-467778,251826],[-464655,245229],[-470150,267149],[-465322,267497],[-463803,268755],[-471082,266073],[-465160,266308],[-470549,265185],[-464985,266466],[-468784,266664],[-465074,266841],[-473211,281735],[-462613,271757],[-462715,269896],[-463631,274133],[-469634,280447],[-461939,270525],[-464656,270268],[-464924,275056],[-461125,270735],[-461394,271091],[-462753,269305],[-464944,275935],[-462419,271153],[-463745,273764],[-470516,281045],[-472951,284666],[-473293,284071],[-469925,282077],[-471367,282401],[-473411,354960],[-472741,355168],[-472453,371205],[-466214,370963],[-472123,371122],[-464617,369764],[-465094,370366],[-464987,369837],[-461211,360176],[-464110,362151],[-468650,362190],[-470853,362125],[-466674,361542],[-464607,361964],[-468099,360107],[-469824,362349],[-465802,360788],[-469600,360745],[-471265,361813],[-463819,362206],[-467655,361443],[-469876,363334],[-471162,382086],[-467286,373380],[-469771,374656],[-467996,378933],[-470456,375558],[-471829,378877],[-471569,380793],[-471632,371755],[-467083,371478],[-467619,374451],[-470876,374488],[-468827,378660],[-471178,375858],[-472255,379821],[-471567,381905],[-465746,371535],[-467191,373715],[-469556,378762],[-470790,373621],[-469145,375410],[-472567,379476],[-472194,371433],[-467237,373849],[-468635,374314],[-469270,378650],[-469057,372861],[-471223,376423],[-472289,379723],[-470817,381638],[-467223,548004],[-462326,549852],[-460993,540264],[-464536,546603],[-463106,543864],[-461399,545044],[-466965,549242],[-463087,550178],[-461720,542221],[-465770,547652],[-466528,547933],[-464277,542580],[-465970,548028],[-461804,545363],[-467681,549843],[-462320,548560],[-461298,542383],[-465371,545295],[-470436,561440],[-469050,562186],[-471247,560257],[-472827,575154],[-470617,572911],[-471279,563716],[-471460,574942],[-469490,573439],[-469547,575993],[-468548,572947],[-470252,573961],[-467710,579328],[-462777,583680],[-470819,577163],[-464486,582989],[-468662,578966],[-464450,585512],[-464115,582810],[-463512,582840],[-461508,60145],[-461607,55590],[-462927,57077],[-462218,60007],[-463919,56443],[-460916,60676],[-461277,54360],[-463596,55722],[-461633,55348],[-463703,56937],[-468202,72371],[-467651,68861],[-467473,68445],[-466296,67148],[-464422,68276],[-464383,69148],[-462699,75557],[-462254,73344],[-468099,68620],[-465656,69776],[-466256,68070],[-466124,70186],[-463918,70454],[-462571,69918],[-462644,76006],[-461273,72907],[-467611,73042],[-467840,68318],[-468854,71544],[-467081,69832],[-465418,69787],[-462405,69255],[-461769,74587],[-462012,73845],[-469272,73626],[-468054,69534],[-467028,71197],[-467039,69111],[-465668,69199],[-462410,70196],[-462067,75321],[-469068,73512],[-471577,111629],[-471869,113130],[-472607,111923],[-471760,113863],[-467499,126369],[-469323,127480],[-469574,119884],[-468505,118782],[-469017,127048],[-467608,119843],[-471745,121009],[-471499,121477],[-467293,125657],[-469394,127255],[-470686,119331],[-468034,119009],[-467104,126120],[-469626,125943],[-469996,120594],[-467251,119478],[-486203,-565712],[-480782,-563887],[-481125,-569454],[-479093,-572766],[-478197,-567528],[-486301,-570068],[-479341,-580940],[-474987,146788],[-477965,149054],[-481365,153082],[-485133,149834],[-474458,148299],[-485251,145744],[-478544,150579],[-480713,151796],[-480585,152628],[-484288,147527],[-485748,148185],[-474970,146524],[-486084,144847],[-478051,148603],[-480295,152074],[-481670,152239],[-484465,147598],[-474073,147860],[-477907,148645],[-480492,151820],[-481775,152691],[-484952,148719],[-473842,159195],[-474076,159130],[-473755,154281],[-475110,157688],[-486033,162303],[-485585,163964],[-476971,158295],[-475337,155793],[-484884,158405],[-485736,163814],[-483770,164464],[-475510,155102],[-475828,160179],[-478081,158509],[-474522,156198],[-485932,159307],[-482447,166311],[-483633,164524],[-476063,158483],[-478490,159206],[-476550,156336],[-484655,159216],[-484058,165523],[-474930,154181],[-477905,158346],[-475336,156229],[-485672,159005],[-481222,167209],[-481429,168035],[-481854,166817],[-476197,199415],[-474108,196613],[-476876,202225],[-474823,199442],[-474608,198309],[-478712,203014],[-479764,200720],[-474571,196056],[-476830,203885],[-476525,201867],[-474404,201685],[-476983,224134],[-478263,226857],[-477910,223982],[-473899,229905],[-474650,223033],[-475864,225396],[-480358,222786],[-476869,227012],[-480559,225910],[-476473,223499],[-477642,228111],[-478400,221144],[-483773,234961],[-477498,234363],[-480444,238009],[-484570,240001],[-473655,237339],[-474338,231097],[-475390,239588],[-480074,242588],[-484744,237509],[-481396,236943],[-478856,234476],[-479877,237773],[-483575,240762],[-475499,242743],[-483327,234865],[-478071,235712],[-482195,239646],[-480233,235297],[-480562,237278],[-485758,238123],[-485082,239235],[-474268,238513],[-480865,242925],[-476408,243970],[-480337,244992],[-485198,243807],[-477248,244706],[-480848,244788],[-484580,246773],[-476134,243570],[-480650,245368],[-484619,246441],[-481448,244361],[-479647,245226],[-485261,246490],[-477050,263755],[-477379,262645],[-476106,262650],[-474974,262333],[-475242,281683],[-478543,281050],[-474126,272317],[-474683,273672],[-479379,271447],[-476465,281228],[-477616,281567],[-475309,270179],[-474171,275257],[-479529,272197],[-485240,281770],[-474536,272208],[-475255,272819],[-479632,271886],[-474551,270533],[-475374,274455],[-479161,271776],[-483182,281762],[-473814,283442],[-474314,285342],[-477881,282374],[-484777,283398],[-474522,283181],[-474034,282001],[-473689,284783],[-474924,282065],[-478843,282341],[-476642,281943],[-485389,283762],[-485848,301656],[-483011,300288],[-482582,302397],[-485271,301917],[-483276,301818],[-484072,301592],[-482858,300441],[-483604,300301],[-483154,300454],[-485511,302614],[-484851,314972],[-486159,315947],[-485016,315344],[-477570,323350],[-478307,322638],[-475220,328583],[-477519,332423],[-481327,332093],[-485506,331261],[-478022,322612],[-480099,324064],[-473992,329229],[-477270,332130],[-485691,330574],[-474132,324753],[-481832,321836],[-475107,330215],[-478794,330759],[-481907,331916],[-484389,330670],[-477957,323662],[-480475,323766],[-473836,330296],[-478012,332289],[-480390,332376],[-484856,331595],[-480229,345566],[-477254,342646],[-481067,337445],[-475098,344203],[-481607,333277],[-478312,345575],[-477195,342829],[-480876,338628],[-475500,345482],[-480105,343895],[-479352,342112],[-480708,338991],[-474645,343393],[-476101,345644],[-477416,342077],[-478810,336600],[-476346,344860],[-476615,345725],[-473988,357790],[-482381,351973],[-480377,345931],[-481323,347753],[-482791,349214],[-474525,357896],[-482142,350867],[-478990,348924],[-478142,346650],[-481489,346530],[-474377,356572],[-483975,348519],[-474305,358405],[-482490,351269],[-478155,347210],[-478561,347431],[-480244,346428],[-473880,356346],[-483986,349649],[-473793,356953],[-482361,351918],[-478958,348801],[-479238,347309],[-482525,350274],[-476979,368485],[-477730,364609],[-481148,362053],[-484791,361266],[-484499,364916],[-478931,365139],[-475675,369994],[-475500,363954],[-475964,361555],[-476659,363371],[-480412,361332],[-485072,359506],[-478103,366786],[-485528,360190],[-482811,365362],[-478616,363580],[-475698,362778],[-478061,364791],[-485664,360504],[-480140,362085],[-485726,359948],[-479036,368543],[-483935,364519],[-479558,364747],[-476909,364818],[-481468,364179],[-480457,363024],[-482896,365775],[-479335,364297],[-478716,366642],[-475168,361218],[-474156,363212],[-475035,360389],[-474940,361915],[-475811,384148],[-474605,372298],[-480720,373800],[-478960,371781],[-475242,379546],[-474651,379068],[-474362,371803],[-480714,373329],[-477883,373785],[-475463,380687],[-474712,379665],[-481302,371926],[-478881,371675],[-479387,383551],[-475213,381189],[-474803,378413],[-474912,372001],[-480762,372104],[-482087,372482],[-477847,373239],[-478793,383829],[-475482,381543],[-473999,379278],[-479357,384839],[-476455,384415],[-481014,388228],[-483107,393098],[-477850,392217],[-482220,390887],[-484917,393963],[-484741,394473],[-481549,388445],[-484957,394526],[-482473,393958],[-479075,390609],[-483410,391575],[-486076,394399],[-477126,385081],[-479893,388572],[-478629,391638],[-483449,389349],[-485767,394038],[-483570,392137],[-485181,396365],[-476448,384858],[-481526,387020],[-482998,391874],[-480432,392410],[-478689,389974],[-482977,389298],[-485056,393607],[-482840,392090],[-485197,394496],[-480704,547062],[-482040,543694],[-483853,546462],[-480916,548897],[-481273,539913],[-484931,543146],[-481882,547161],[-480642,540127],[-484057,544711],[-480004,546953],[-481474,543303],[-484155,546619],[-480889,563139],[-478701,555773],[-477256,563173],[-479400,554461],[-478523,561000],[-478439,557744],[-480118,560393],[-477952,555712],[-478140,567248],[-474310,564928],[-481423,566553],[-474286,564679],[-480934,567050],[-475537,565783],[-481926,567231],[-479105,599033],[-477169,593831],[-479059,595147],[-479736,591064],[-480835,596146],[-478753,591491],[-477635,597731],[-478004,593740],[-479292,79238],[-478679,79454],[-485348,89367],[-479729,82652],[-483609,87947],[-478303,82490],[-477164,79225],[-479429,83904],[-477993,83192],[-478802,80475],[-483974,80078],[-484766,88241],[-484551,79346],[-485945,82943],[-483975,79234],[-484872,89049],[-486239,80765],[-482307,101215],[-480446,102341],[-483847,92587],[-483878,91740],[-483536,92353],[-484428,92932],[-480578,103526],[-475006,112025],[-475083,104855],[-475805,105343],[-481971,102947],[-480587,105315],[-475664,103304],[-474948,104349],[-476205,106046],[-476620,110529],[-474667,111267],[-480618,104769],[-474468,103440],[-475828,109616],[-482158,102907],[-480031,103492],[-474505,112346],[-477643,104652],[-475516,105029],[-476363,109780],[-495313,-573974],[-495523,-571940],[-487316,-567770],[-494977,-578842],[-490582,138434],[-493979,134284],[-494630,130535],[-494761,137459],[-498812,131875],[-489317,137631],[-493189,134326],[-494470,131982],[-494495,135177],[-497611,130089],[-492630,135246],[-493434,130721],[-494627,136675],[-489777,137045],[-497838,130795],[-491895,134891],[-493240,131360],[-496243,136763],[-489208,136895],[-490742,145263],[-490133,146367],[-487171,146883],[-488972,143352],[-491393,153343],[-491213,145886],[-487208,148942],[-491033,143629],[-489060,148226],[-486931,146239],[-486733,149474],[-488170,143527],[-492362,145260],[-490238,147208],[-488088,143221],[-490831,142952],[-491199,147262],[-486825,148997],[-486429,163753],[-490652,154269],[-486955,163764],[-489862,154949],[-488346,154295],[-489820,154319],[-491474,190477],[-490538,190828],[-491312,190881],[-490194,190708],[-491458,192043],[-497818,185391],[-497114,184123],[-497257,181762],[-495986,195391],[-490941,194399],[-494002,195894],[-497021,197664],[-492354,196353],[-497431,195997],[-492398,196880],[-495502,197741],[-498501,198691],[-494697,197039],[-490609,193299],[-491295,193875],[-491432,195245],[-494738,193897],[-495117,195367],[-497803,197483],[-495258,198488],[-490270,192977],[-492084,192710],[-491965,195856],[-493236,195557],[-497022,194428],[-497678,197726],[-492620,197068],[-489988,194126],[-492023,192838],[-490618,192219],[-490739,195737],[-492488,196755],[-492036,228409],[-491247,234483],[-494376,231371],[-494695,236636],[-497629,234730],[-492529,242211],[-495750,239298],[-488555,235507],[-490203,230618],[-490264,232523],[-493925,231869],[-494409,235139],[-498310,234694],[-491986,241045],[-487081,235630],[-490997,230917],[-493539,230838],[-497142,235502],[-497147,232168],[-492350,242162],[-493294,242116],[-486416,234306],[-488764,237959],[-490760,234925],[-491395,234048],[-494513,236005],[-495974,232282],[-495133,242757],[-495716,238579],[-492464,245700],[-492906,243859],[-493974,244711],[-489999,246599],[-498337,246385],[-497435,244420],[-490460,245487],[-492579,244046],[-494187,245749],[-497817,246907],[-488257,245843],[-495366,244125],[-498965,247747],[-490652,244308],[-497625,261932],[-497526,271846],[-488952,305300],[-488744,302286],[-486749,303102],[-490978,305493],[-488637,302706],[-489527,304998],[-486593,301233],[-488970,302568],[-488755,304103],[-487157,301575],[-489769,305802],[-497194,319251],[-493398,319029],[-492771,307915],[-487220,316326],[-498987,313903],[-495047,320177],[-493626,307627],[-494271,319591],[-492440,307541],[-498192,313375],[-489915,333866],[-487867,339099],[-497299,338261],[-490184,334918],[-489028,340422],[-495218,339412],[-488692,335280],[-486998,339772],[-496621,338602],[-490287,335394],[-488525,339767],[-496864,339001],[-489692,361685],[-486679,360968],[-489139,359754],[-488058,358908],[-490242,362120],[-489302,359905],[-490882,362570],[-488851,360445],[-487755,358854],[-490082,362690],[-486764,359401],[-486564,395783],[-487001,397607],[-493297,399766],[-491291,398205],[-490073,400589],[-496590,402620],[-498954,404109],[-488387,398280],[-494900,401307],[-489878,398022],[-489696,401139],[-496499,404341],[-486433,397026],[-494718,399679],[-490486,397827],[-491153,401049],[-498580,401644],[-496442,402141],[-498364,403624],[-493467,400399],[-490524,398238],[-491427,399728],[-498218,402235],[-497572,402535],[-498732,404533],[-490302,549943],[-489240,548127],[-488841,547875],[-491845,550573],[-497944,583328],[-496325,586528],[-499022,580603],[-496982,586220],[-494582,585592],[-495367,586887],[-489075,596488],[-496448,591729],[-494403,596379],[-496096,596223],[-493129,597366],[-489917,593401],[-489172,597502],[-496280,591684],[-496196,595056],[-498174,596493],[-493378,597179],[-495117,590089],[-497155,598292],[-488734,592525],[-491575,599855],[-490448,595528],[-496256,590562],[-498456,595124],[-496240,598040],[-492652,599725],[-486875,596670],[-491667,88598],[-493347,89324],[-486731,83386],[-487478,82964],[-487565,84749],[-491077,96190],[-490762,91003],[-491973,90477],[-490351,94378],[-490497,90661],[-493364,90479],[-491672,95741],[-490774,90501],[-489871,95627],[-490906,90000],[-498968,111967],[-498800,111145],[-498843,116529],[-496010,121901],[-492872,125244],[-493366,125666],[-490278,126719],[-495704,123037],[-493437,125303],[-493872,127649],[-491474,126484],[-498920,120506],[-497811,117130],[-493732,122131],[-493105,124838],[-492725,127564],[-490665,124820],[-498983,116348],[-495753,122259],[-492873,127922],[-490571,125310],[-32713,151156],[-32297,148277],[-29483,151456],[-26821,151734],[-33249,150916],[-29628,153521],[-38177,152595],[-25723,150071],[-33591,151329],[-32609,149268],[-32741,150466],[-30074,152917],[-36371,151434],[-26056,150030],[-33239,149283],[-28196,151787],[-27432,152780],[-33540,150731],[-31681,153606],[-36305,152388],[-32914,150553],[-25922,151289],[-31413,149476],[-28702,151705],[-33105,152624],[-31061,151796],[-26894,157121],[-26693,157218],[-27204,154854],[-27346,156416],[-37535,213115],[-35897,214471],[-28064,217492],[-26838,217063],[-38051,213762],[-34924,212825],[-26518,217074],[-36900,212706],[-35495,212836],[-27921,216597],[-25632,216110],[-35328,214297],[-28136,216350],[-26234,217016],[-28663,217903],[-28096,286457],[-27098,289228],[-29583,287752],[-26966,283964],[-27340,292904],[-27946,292556],[-25771,289929],[-28897,285689],[-25990,294279],[-29272,285372],[-28285,285514],[-28067,287496],[-25617,292192],[-27266,284693],[-27624,285616],[-28380,284590],[-25951,294229],[-27688,292792],[-28119,291978],[-29283,285493],[-26749,288890],[-26321,284070],[-25838,301184],[-28723,299201],[-26666,302331],[-28089,299131],[-26354,302298],[-29339,299021],[-26053,300639],[-26701,295316],[-26769,299919],[-25643,399847],[-25602,418617],[-26000,418437],[-28164,432129],[-27643,432284],[-25950,433360],[-27373,430551],[-28388,433072],[-26601,434871],[-27437,431803],[-26032,435320],[-25985,444189],[-25660,446719],[-27159,444326],[-29612,450140],[-29142,448634],[-32145,450949],[-30298,454231],[-30379,450885],[-28363,452278],[-35176,451749],[-38103,452315],[-37214,459632],[-35781,458912],[-34492,458121],[-30362,452311],[-28886,450252],[-28917,449755],[-29406,454046],[-30885,451838],[-28891,451813],[-28282,453172],[-35625,453591],[-35738,452407],[-37198,452398],[-36802,458961],[-34917,457986],[-34779,458280],[-26818,469286],[-26698,469142],[-29655,466455],[-28164,469040],[-28756,467845],[-29377,466345],[-26471,476472],[-25938,477154],[-30559,477473],[-31524,476431],[-32648,477728],[-33986,476215],[-32912,475039],[-30503,477322],[-31628,476446],[-32666,478578],[-33109,476432],[-33217,476182],[-33647,537435],[-34346,537203],[-33761,537357],[-34559,537424],[-34444,539989],[-34454,538318],[-34951,538621],[-34337,538392],[-33452,573775],[-33857,575382],[-25605,574064],[-26747,564488],[-28337,564677],[-34002,574132],[-26786,575419],[-26091,565358],[-28759,565105],[-33492,571767],[-26602,576056],[-26966,567963],[-28478,565554],[-32218,571717],[-29288,575473],[-28917,564221],[-29748,576491],[-32573,578452],[-27636,577465],[-25701,576600],[-30552,576559],[-32072,579254],[-32984,576936],[-38142,614470],[-36236,612194],[-34410,611742],[-28365,613051],[-36131,614386],[-36469,610978],[-35518,611383],[-28684,611810],[-25872,612757],[-35793,608176],[-33086,610849],[-26749,612051],[-34034,612717],[-28185,612226],[-26215,612752],[-36362,615113],[-31041,624657],[-30157,618225],[-34736,623867],[-35827,622001],[-26781,620277],[-30101,625167],[-27708,622048],[-33339,621092],[-36224,621814],[-36856,619472],[-29906,620379],[-37337,624157],[-25601,619960],[-30755,621661],[-33614,620626],[-36262,620228],[-37461,614963],[-37690,623706],[-37486,622992],[-36468,624741],[-27271,630022],[-26021,629771],[-34526,628438],[-33975,630471],[-36413,633848],[-35564,628354],[-27034,630747],[-36933,633810],[-37264,631264],[-26399,634182],[-31241,636438],[-27586,631403],[-34558,640133],[-33597,633913],[-32437,632903],[-33046,633550],[-30069,633469],[-30613,635429],[-30528,634913],[-30105,633678],[-28208,634557],[-32630,639722],[-27258,633776],[-28095,632293],[-27133,627578],[-25881,629586],[-27952,641683],[-35885,645189],[-27902,643024],[-35249,644387],[-38105,649006],[-28620,648810],[-36350,642814],[-37392,652090],[-36080,642591],[-30069,650659],[-29118,644245],[-35327,642014],[-33444,640359],[-35394,644423],[-33182,641767],[-36682,652305],[-33986,642318],[-38317,650763],[-37273,648670],[-35463,642879],[-35161,640424],[-36990,650880],[-37573,651257],[-31096,652233],[-27022,648889],[-32501,640654],[-30699,652189],[-36614,642484],[-35682,651527],[-31788,650897],[-37086,643888],[-31576,651475],[-36630,652278],[-29604,650840],[-32849,650975],[-31646,652795],[-28050,643176],[-26137,640965],[-32278,657313],[-27768,664891],[-36388,663839],[-30749,663166],[-27360,665046],[-34775,664459],[-34265,662766],[-25980,661260],[-34520,660470],[-28137,664194],[-28913,655949],[-28116,665011],[-35525,662096],[-28603,658886],[-36483,661664],[-37016,663984],[-36674,658769],[-33047,657573],[-36161,656740],[-37270,657530],[-37491,655034],[-36073,657038],[-32914,654001],[-33929,655735],[-33330,655104],[-33377,656007],[-35405,661366],[-27085,662273],[-29914,653889],[-36806,653568],[-34799,659143],[-29299,657545],[-37073,663463],[-35439,661843],[-35439,660940],[-33861,659982],[-27162,656970],[-37637,662492],[-35319,661703],[-36327,653701],[-34725,662096],[-36293,664979],[-27257,657131],[-32482,660337],[-38035,656218],[-31797,664076],[-26072,654493],[-26944,653742],[-28600,656943],[-34717,662157],[-26098,661413],[-28726,655682],[-31047,654679],[-31751,654813],[-30835,654941],[-31879,654485],[-38145,657242],[-35497,662047],[-37995,653826],[-30204,661973],[-29562,673948],[-25846,666340],[-29559,673072],[-28912,673722],[-25696,669765],[-25658,674886],[-29062,671137],[-28513,672968],[-29385,667193],[-26263,677066],[-33916,667814],[-37997,674897],[-34213,666981],[-35479,666245],[-28272,677300],[-26370,677148],[-35927,666991],[-38233,668859],[-30034,676125],[-26952,677195],[-28600,679505],[-27155,684327],[-25737,678729],[-25907,685521],[-37022,678864],[-37823,681658],[-36986,678744],[-37980,679518],[-25619,688761],[-26372,689445],[-27922,687211],[-26765,687248],[-26717,687554],[-26580,687853],[-26888,687845],[-28958,684131],[-26207,685921],[-31552,682401],[-26401,684821],[-26904,683405],[-29950,686146],[-26115,681734],[-26822,684791],[-25790,692598],[-36190,693523],[-37514,695137],[-27593,697945],[-27684,699548],[-36881,696203],[-27279,698949],[-31803,695292],[-510607,-559862],[-511791,134929],[-510534,133457],[-511005,135192],[-511071,134009],[-510881,133040],[-509007,133726],[-502584,133594],[-505198,128736],[-502256,131490],[-507917,128569],[-499414,131261],[-504463,128380],[-501769,132264],[-502246,130152],[-505131,129196],[-502424,132058],[-501925,129764],[-506572,128542],[-504905,186200],[-507949,182962],[-511587,184571],[-502745,186062],[-500915,181259],[-500357,184997],[-507440,184400],[-506853,186392],[-509093,183471],[-510367,185223],[-502419,186440],[-499735,181628],[-507855,184472],[-507490,184328],[-508438,183521],[-502635,188200],[-499995,181576],[-505217,186026],[-508559,182979],[-504880,186058],[-499256,198544],[-505366,192260],[-504507,194459],[-504898,192882],[-505023,192304],[-509931,205759],[-504860,217224],[-507725,216838],[-505723,208389],[-510136,205415],[-504545,217296],[-507619,216749],[-503994,210149],[-503656,208240],[-505206,215916],[-507310,216257],[-505868,209033],[-510241,205946],[-504565,217757],[-509029,216900],[-504860,208455],[-508849,206559],[-510989,218004],[-508168,221138],[-508017,221734],[-508894,221946],[-508335,222382],[-508454,234837],[-506877,232707],[-508112,237209],[-504675,236738],[-503193,242213],[-508295,236134],[-505405,232950],[-511386,235291],[-509852,238949],[-504633,235638],[-507472,233667],[-510862,238623],[-505231,235745],[-506009,232707],[-509611,236073],[-503279,241143],[-504838,236607],[-506952,231204],[-509625,235168],[-506230,245539],[-510393,244614],[-508869,243959],[-502307,246533],[-504415,248680],[-507787,246688],[-506833,247613],[-499754,245660],[-501657,249867],[-503505,243734],[-506081,245002],[-510466,245607],[-500240,247283],[-500780,245441],[-502343,248874],[-506773,245704],[-508200,243484],[-511926,246258],[-508860,244636],[-499539,247234],[-504557,249800],[-505868,243504],[-500233,260483],[-509546,268266],[-503752,265078],[-499791,262026],[-511363,268214],[-504272,265950],[-504901,265162],[-502240,258896],[-500062,260614],[-509416,267401],[-503330,265886],[-502874,260478],[-508535,272110],[-500612,273110],[-502227,275517],[-506496,271989],[-502400,276919],[-506907,277101],[-499229,271476],[-503253,276207],[-505886,275137],[-500360,271111],[-501503,275229],[-508220,272736],[-501729,281127],[-505635,279982],[-503291,281349],[-507411,280282],[-506771,279832],[-503101,283745],[-510463,303218],[-507725,307316],[-508640,303054],[-511909,304651],[-510088,301745],[-510910,303399],[-509221,319240],[-510728,317491],[-509704,312052],[-505455,314066],[-506983,312880],[-503429,316718],[-499725,313756],[-499631,311446],[-507461,310436],[-510893,315939],[-509704,311518],[-502477,312000],[-507026,313699],[-502954,315208],[-499560,310397],[-509413,308123],[-511004,316519],[-509197,313702],[-504803,313951],[-506523,312121],[-504710,316042],[-499334,314034],[-500109,310226],[-506479,307762],[-507269,319339],[-510605,316545],[-507572,312459],[-505577,313001],[-506656,313741],[-503486,316732],[-499608,310410],[-507542,321829],[-507235,321512],[-504314,339524],[-511275,337595],[-503274,340049],[-503735,337544],[-510995,337251],[-511785,339302],[-503129,339690],[-502435,337399],[-503531,340937],[-504541,339018],[-507445,407376],[-499805,405043],[-503933,406674],[-502620,407993],[-508564,406917],[-505431,406645],[-505570,407247],[-508093,406603],[-505217,407776],[-504278,408082],[-507526,408616],[-501740,409676],[-504073,409777],[-505984,408708],[-507492,408602],[-506280,408273],[-506381,408839],[-506513,408066],[-508062,409643],[-507897,407932],[-505784,409942],[-505116,410459],[-499852,560644],[-502665,558504],[-506622,562937],[-499849,558957],[-503324,561369],[-510439,561048],[-501914,562325],[-503451,559292],[-510484,561273],[-502296,561658],[-507548,562235],[-510078,568142],[-505294,573191],[-509720,571670],[-507107,574062],[-507095,571724],[-504222,573603],[-508207,567926],[-506889,573582],[-499851,576742],[-500011,579440],[-507026,578662],[-511797,583300],[-502194,583866],[-502471,587688],[-501767,576478],[-499323,581330],[-506563,579581],[-510439,583723],[-502494,582323],[-500466,578564],[-508370,577909],[-510683,582164],[-503156,582540],[-502883,588591],[-505517,580774],[-500658,583537],[-504309,587273],[-501118,589312],[-511121,55215],[-511281,57132],[-511023,56790],[-511334,67703],[-510880,70519],[-509727,70074],[-511521,68939],[-510516,98256],[-510677,100719],[-509803,97740],[-508901,100876],[-510740,99633],[-508879,101429],[-511275,98827],[-510066,100181],[-502501,109133],[-499670,110323],[-499503,110784],[-502984,110303],[-506430,110051],[-506757,111797],[-508968,107323],[-503445,109580],[-508889,109095],[-508801,111447],[-509399,107355],[-503565,108038],[-508669,109512],[-509120,111663],[-508655,107039],[-509532,107545],[-507672,109103],[-508388,113307],[-508301,108156],[-506260,117723],[-504888,117319],[-499822,121273],[-505167,119376],[-503630,125927],[-506277,120020],[-502960,122756],[-504444,117538],[-505901,117431],[-499337,120529],[-504424,120075],[-502443,126046],[-500519,124977],[-506561,118468],[-504112,117588],[-499815,121019],[-499641,116397],[-502574,122935],[-503743,121792],[-504109,126295],[-501478,126709],[-506592,119067],[-502298,123411],[-506266,117774],[-505662,121059],[-503944,125658],[-508426,126802],[-511008,125199],[-509013,118529],[-506096,115595],[-503662,128116],[-507392,127597],[-500826,126751],[-511733,125371],[-510082,118322],[-507205,127027],[-500116,126582],[-510141,124685],[-509174,117978],[-507419,119767],[-504243,127358],[-501666,127649],[-510652,124766],[-509009,120002],[-505737,115536],[-511352,127385],[-502668,127888],[-503491,127843],[-519424,-557927],[-520437,-562271],[-514211,-554627],[-513192,-555649],[-513847,-558294],[-512063,133994],[-517913,131898],[-515863,130915],[-524587,135049],[-520091,131625],[-518246,130221],[-521846,134097],[-524416,128763],[-515209,128761],[-513676,130330],[-520897,132431],[-518015,131803],[-514336,129229],[-516237,129627],[-522937,132072],[-522592,130141],[-523183,128567],[-516340,132001],[-512562,129994],[-513321,128950],[-520963,132383],[-515511,130362],[-518419,131433],[-523724,133758],[-524255,128232],[-514936,128715],[-515799,130590],[-513672,129808],[-520456,132171],[-516351,131116],[-524157,134976],[-522859,131755],[-524667,176311],[-516026,189219],[-523503,185158],[-514537,187182],[-518269,189192],[-520221,185769],[-512244,185321],[-513521,186651],[-518012,189842],[-522528,185770],[-513687,185807],[-519061,186342],[-521132,186055],[-523621,199451],[-524481,199849],[-514391,202834],[-520168,203347],[-521207,201568],[-524510,194176],[-524767,200629],[-523233,200018],[-514445,203349],[-519774,204386],[-523136,201569],[-524734,199430],[-515454,203950],[-517465,204644],[-519552,204375],[-521732,201290],[-523839,199496],[-524136,200238],[-514167,202456],[-518833,203337],[-521636,201063],[-523428,199119],[-519192,206038],[-513621,215183],[-520450,216267],[-519480,215168],[-517471,213070],[-518067,208216],[-522133,210947],[-517761,209397],[-514355,207800],[-515823,208218],[-517549,205923],[-514701,216545],[-519604,215931],[-517023,214278],[-516410,213682],[-521545,211047],[-518839,208818],[-517665,209661],[-519498,205184],[-515637,215447],[-519826,216774],[-517843,215819],[-517379,213932],[-519358,206738],[-519956,211060],[-514662,207879],[-515456,216424],[-519202,216380],[-518038,213941],[-518211,214007],[-518546,208280],[-520654,209930],[-516650,209061],[-516727,209080],[-513341,218949],[-520564,219713],[-518939,219316],[-517155,219827],[-515651,222053],[-512840,218621],[-521633,219357],[-518831,219875],[-515298,221787],[-512653,218198],[-520841,220775],[-517917,221927],[-517011,222412],[-522474,220003],[-519647,220778],[-518867,221228],[-515809,222436],[-515783,233724],[-516605,236543],[-519526,237157],[-523337,235137],[-520458,239396],[-512110,237395],[-513978,234334],[-517274,235047],[-520524,235718],[-518575,238174],[-524471,235079],[-520908,239795],[-514360,234761],[-516823,236823],[-520557,236265],[-520856,237605],[-523668,235179],[-522149,240785],[-515103,236126],[-517901,237377],[-519093,236170],[-519041,239226],[-524085,234330],[-520953,240712],[-512315,265701],[-524206,265736],[-518735,262536],[-521213,266541],[-516206,265735],[-519687,260461],[-519463,267193],[-521415,260581],[-516297,267128],[-521399,264460],[-518893,260537],[-519034,268613],[-517063,268153],[-517666,263406],[-520736,267221],[-520549,271881],[-519481,271856],[-524532,273863],[-521150,270825],[-522330,275296],[-514701,294356],[-513177,306181],[-514588,300097],[-522667,303283],[-518407,298888],[-517081,296579],[-520565,295771],[-514060,305054],[-515048,302930],[-524766,303128],[-524393,307053],[-521227,300645],[-514843,298603],[-523647,297488],[-513265,306691],[-513295,302514],[-514406,296585],[-519107,300876],[-517063,300417],[-522312,296245],[-513791,300363],[-515864,296221],[-517262,300373],[-521916,299431],[-518259,309228],[-516043,309340],[-512800,308071],[-524096,308327],[-514919,309272],[-518452,310114],[-519775,332878],[-523446,326813],[-518760,325928],[-524287,322616],[-517291,330372],[-519714,324020],[-520227,332843],[-518392,329091],[-519025,324555],[-520708,332833],[-520439,327634],[-522297,327359],[-520423,325307],[-524239,322495],[-518812,330686],[-522646,327852],[-523107,321887],[-519601,328177],[-520955,323748],[-517787,327378],[-517356,330482],[-519706,325770],[-512492,337119],[-519847,337486],[-521713,333378],[-521509,336787],[-519881,333739],[-520800,336483],[-519467,337487],[-522603,350731],[-523537,351021],[-523621,352666],[-518557,349897],[-515293,348120],[-522227,352092],[-519618,350216],[-515471,348800],[-520695,349419],[-515156,347592],[-519202,348690],[-516066,347546],[-523079,382106],[-521919,382075],[-521005,382532],[-523388,383505],[-520987,382434],[-521234,384852],[-521883,387090],[-522835,389204],[-522428,386852],[-522510,388175],[-524464,390011],[-522590,390470],[-523047,384470],[-522878,387037],[-521105,389027],[-521129,384391],[-521186,385039],[-520933,389707],[-523055,388612],[-524800,410515],[-524378,415921],[-524333,415595],[-524785,410861],[-524796,411001],[-519405,50657],[-512847,579888],[-516522,61628],[-518542,59568],[-522005,58662],[-523233,57655],[-517744,61121],[-517994,59362],[-521638,58988],[-523300,55886],[-516147,60971],[-518636,59098],[-521145,58124],[-522135,56657],[-518513,58078],[-522151,57678],[-523670,57147],[-513379,55178],[-513629,55953],[-512546,57463],[-521512,52066],[-515001,55708],[-519043,52959],[-520579,51977],[-513703,74890],[-514968,67298],[-513294,68049],[-514209,72516],[-514732,67663],[-512299,68505],[-515109,72850],[-514043,74646],[-514949,67344],[-513632,69106],[-513340,67092],[-515201,72511],[-513524,75296],[-514945,76925],[-515506,68512],[-513711,70215],[-512733,67148],[-512909,68587],[-512192,70482],[-514785,73536],[-514868,74061],[-518010,79938],[-514533,78036],[-518114,79699],[-517202,81992],[-515277,78439],[-515887,79574],[-517404,80553],[-517898,81084],[-514506,77084],[-524173,97084],[-518303,97016],[-516772,97186],[-512707,97651],[-520912,102004],[-523289,96568],[-520706,95635],[-514854,96740],[-513965,98967],[-522399,96557],[-519755,96341],[-515246,97461],[-512553,97437],[-522719,98765],[-519563,96295],[-516514,96549],[-513402,99823],[-522968,103739],[-515858,108501],[-520215,102875],[-523746,104722],[-516754,107503],[-522072,102849],[-517160,107297],[-523360,104819],[-516825,107321],[-519561,102725],[-522938,103507],[-530581,-552778],[-525161,-557152],[-528938,-569856],[-535052,-44182],[-535935,129824],[-532675,133565],[-532595,135734],[-530295,136798],[-528994,133104],[-526807,136698],[-531966,131203],[-532587,128662],[-530457,129662],[-526921,129419],[-536271,129863],[-532536,133751],[-533366,134971],[-529009,136343],[-528998,133155],[-527044,135599],[-532484,129963],[-531250,128241],[-532179,133039],[-532483,135383],[-529693,136697],[-527855,133270],[-528033,136279],[-530732,131443],[-532265,131012],[-530952,128955],[-524854,132864],[-534311,134514],[-533197,136158],[-529270,137353],[-527359,134099],[-528012,134197],[-532738,129590],[-534601,153553],[-531520,152847],[-526268,148351],[-526194,146558],[-530060,148742],[-533146,153317],[-531762,153605],[-529403,152662],[-527380,145774],[-530374,150326],[-529776,148123],[-533903,153135],[-529671,153121],[-530002,150034],[-528482,147464],[-527442,144741],[-531284,148661],[-531974,150981],[-529431,149926],[-527419,147847],[-526759,145983],[-530883,148894],[-534456,176255],[-535772,172636],[-533961,178806],[-527840,169004],[-526342,171484],[-524951,175930],[-531079,169496],[-535410,176410],[-537587,173025],[-533282,177540],[-528755,169279],[-527879,170689],[-524841,176067],[-530022,169446],[-537188,172110],[-533294,176678],[-532366,178967],[-537161,168057],[-527992,169107],[-527644,172813],[-530178,168547],[-534267,175727],[-535782,173720],[-533793,179067],[-536808,168329],[-528931,169185],[-526995,171873],[-526149,177186],[-531307,167146],[-533701,184117],[-530742,186808],[-527686,187815],[-534871,190114],[-526340,190567],[-526850,184627],[-529338,184004],[-531895,184485],[-528296,185331],[-528357,187507],[-535972,188947],[-526532,191261],[-526914,184934],[-529933,182576],[-532401,183080],[-529243,185701],[-527546,187347],[-535565,191232],[-526727,190268],[-525999,185935],[-528037,182932],[-531963,183107],[-529563,185108],[-527627,187075],[-534773,190113],[-525857,191604],[-526095,185672],[-532684,196506],[-532368,193205],[-526286,194377],[-533264,198236],[-533886,192813],[-526594,194452],[-531469,197602],[-532824,192922],[-531883,196468],[-534399,192982],[-525489,194340],[-525370,211204],[-528472,217760],[-528037,207433],[-528365,207313],[-528314,217373],[-527989,207605],[-529843,214288],[-526040,211315],[-529700,217430],[-526137,206807],[-528569,208691],[-529438,214102],[-525949,210070],[-526566,212909],[-527308,208225],[-529897,213917],[-527585,210436],[-526260,212808],[-531478,221018],[-527877,219021],[-534786,222618],[-532957,220296],[-535602,222908],[-533123,220444],[-534630,224109],[-531170,221106],[-529344,218483],[-536103,224158],[-536520,233234],[-527264,233343],[-528065,234234],[-528239,237241],[-528348,238645],[-533412,234694],[-534218,241831],[-533615,238532],[-527471,233706],[-526816,237210],[-527788,239546],[-532879,235711],[-534481,241690],[-533953,237305],[-536630,240822],[-535949,234673],[-526528,234258],[-527686,233814],[-528907,236881],[-528796,238393],[-532358,235600],[-534247,240227],[-533875,238653],[-534861,234114],[-526938,233837],[-528981,235563],[-528425,238243],[-533642,235778],[-533349,239496],[-533527,238740],[-535893,234480],[-526833,262327],[-526917,262175],[-527575,268968],[-525537,266518],[-527048,265791],[-527846,265930],[-527717,264802],[-526955,269135],[-528677,278990],[-526810,272195],[-525218,276069],[-525978,279441],[-526832,269278],[-528118,272271],[-528775,271711],[-525439,272339],[-528139,279011],[-529147,275486],[-525988,276051],[-533006,273507],[-531573,271024],[-533061,278564],[-532803,273339],[-531768,276803],[-530018,271812],[-532613,278321],[-532964,274024],[-531597,271430],[-534866,279514],[-532534,274500],[-533860,277464],[-535294,284143],[-534984,284167],[-537423,287118],[-535087,283276],[-528295,306811],[-527773,301569],[-536326,299032],[-529303,299511],[-533417,298316],[-530517,302254],[-531207,304380],[-530483,303842],[-526427,304119],[-525442,299376],[-534958,298819],[-531588,296899],[-530656,302607],[-530563,303915],[-524895,300065],[-534104,302375],[-531302,298986],[-525766,306388],[-531276,303655],[-528144,305892],[-527384,301731],[-534181,301256],[-531746,299440],[-525859,316414],[-527305,318367],[-528321,307560],[-526853,318129],[-525948,310150],[-525836,318105],[-530515,307521],[-528190,309651],[-524923,326479],[-526966,322561],[-530863,325651],[-524906,322893],[-526077,325659],[-524864,327066],[-527180,323942],[-530201,326042],[-527234,325599],[-528125,323227],[-530548,325106],[-525674,326133],[-526752,322787],[-530645,325268],[-527538,327093],[-535813,343170],[-536877,345257],[-536040,343408],[-536222,343607],[-536653,342227],[-531150,355289],[-537336,345878],[-531990,353010],[-537302,347963],[-536094,356062],[-532622,354002],[-527400,351418],[-533494,347852],[-531533,347018],[-529189,348092],[-536316,356988],[-529962,347650],[-537438,356311],[-526929,351307],[-533175,347406],[-530752,346936],[-534789,356315],[-530173,346409],[-532542,354033],[-528085,351393],[-532949,346487],[-529575,348799],[-533959,358193],[-526628,351422],[-534192,348372],[-528950,345957],[-533763,357996],[-537210,357630],[-534406,360406],[-535189,368458],[-536250,367207],[-534072,360682],[-537450,362963],[-535290,368146],[-537302,367843],[-535041,360038],[-537337,362395],[-533856,358728],[-536635,361049],[-535358,368697],[-534256,367979],[-536397,363061],[-532018,382994],[-535294,383296],[-531559,379541],[-528066,383461],[-530336,377057],[-529700,383796],[-530355,383216],[-533609,384171],[-533274,378875],[-528752,381701],[-532128,376390],[-533269,378171],[-529851,384069],[-531257,382816],[-533479,383706],[-528688,383227],[-531138,377271],[-531493,379278],[-531427,383710],[-528948,382842],[-531746,378957],[-535274,380002],[-533998,380121],[-534606,380783],[-528159,385879],[-528801,386266],[-531997,387861],[-533787,384374],[-526632,386164],[-529036,386425],[-531970,387139],[-527344,386934],[-529943,387192],[-531643,388640],[-530571,387541],[-528618,407202],[-527415,408036],[-530429,403163],[-530796,405124],[-527312,405558],[-531622,403540],[-529416,406096],[-528223,404613],[-530359,405533],[-529832,407065],[-531120,404725],[-526171,405808],[-527527,407363],[-526526,408164],[-528878,404172],[-527983,406400],[-528263,404735],[-529883,402895],[-525926,408692],[-529790,403532],[-528597,406624],[-526274,417626],[-526735,414757],[-525433,412543],[-528314,411851],[-525284,416160],[-526852,418214],[-528010,412195],[-525958,415050],[-525770,417611],[-526992,410881],[-525641,414374],[-527606,411897],[-536981,431164],[-535924,430582],[-537442,444223],[-530299,48824],[-532980,50442],[-535655,41432],[-525878,49954],[-531916,48825],[-537061,42928],[-537222,45854],[-526574,51339],[-530008,48933],[-529956,49834],[-532685,50309],[-534347,50144],[-537149,41971],[-534221,559790],[-536828,559805],[-528373,563148],[-533515,559121],[-532538,561052],[-534618,558766],[-537472,572465],[-528643,565588],[-525949,564099],[-526496,564444],[-533875,583934],[-534792,587958],[-534001,584653],[-534083,588344],[-533586,585108],[-535092,589528],[-531084,592047],[-535037,589716],[-528792,592268],[-529529,590388],[-529898,591952],[-532865,58270],[-535926,60008],[-527311,55873],[-527810,58265],[-532759,57562],[-524995,56567],[-529222,57443],[-535577,59591],[-531506,58332],[-526782,56931],[-527864,57499],[-531371,57821],[-533299,57614],[-526967,57695],[-525410,51946],[-526309,51699],[-532527,52217],[-534180,52192],[-536457,100241],[-534776,100380],[-536343,100276],[-537018,95942],[-535177,98266],[-532918,114554],[-527076,105382],[-529487,104655],[-530923,105465],[-533159,114185],[-527899,104584],[-530923,104252],[-527801,105773],[-526790,104904],[-530998,104680],[-534188,116188],[-532885,119422],[-530927,123033],[-533387,125690],[-536638,125786],[-534661,126679],[-533930,118894],[-531643,123804],[-536165,125966],[-531167,127754],[-532743,116756],[-533947,119462],[-530596,124244],[-534008,125269],[-533945,117900],[-530655,122042],[-536587,128143],[-536269,125725],[-534834,126081],[-549438,-459323],[-545198,-471665],[-548024,-470907],[-546708,-466189],[-547694,-463169],[-542650,-460906],[-538641,-462921],[-544739,-467859],[-545921,-472175],[-543391,-470941],[-546293,-474130],[-544563,-477150],[-544767,-477588],[-545181,-477874],[-540030,-560651],[-543676,-555251],[-538570,-552904],[-541980,-47452],[-540274,135927],[-548655,130010],[-546515,131838],[-546863,132474],[-545982,135803],[-543649,135274],[-550067,132682],[-547965,137725],[-545901,133422],[-540006,139013],[-549883,134531],[-549660,135213],[-545809,136800],[-547765,134523],[-547578,130688],[-547609,132052],[-545758,134519],[-546956,138004],[-546476,132861],[-539493,138950],[-541216,136939],[-548449,135602],[-546728,137951],[-537623,129921],[-547607,130350],[-547387,132066],[-547875,136423],[-546597,136840],[-550281,133801],[-547582,134156],[-544390,133874],[-539073,139608],[-541505,139183],[-540444,136499],[-547365,138503],[-549924,135882],[-548015,130560],[-546365,132309],[-546938,136623],[-548896,132323],[-546790,134128],[-544765,132680],[-541823,138882],[-540590,138686],[-541074,135910],[-546747,136619],[-549558,135640],[-544415,144634],[-538995,145364],[-539730,153630],[-540836,147763],[-545278,143459],[-541892,145219],[-541458,147165],[-540270,145425],[-538957,153599],[-544131,144337],[-545237,144535],[-542086,147617],[-543406,145149],[-539079,146886],[-539007,153120],[-543465,144285],[-545150,145411],[-539901,153186],[-541285,141014],[-539742,145740],[-542067,148464],[-549832,144602],[-545660,143774],[-538028,163129],[-538290,162202],[-538467,157704],[-547118,157217],[-547994,159861],[-547410,160273],[-543632,161380],[-546035,164513],[-542111,159846],[-537794,163121],[-539077,156803],[-547149,157040],[-546691,160132],[-547346,160588],[-544787,160805],[-546422,163371],[-546925,163844],[-541362,161455],[-537623,161429],[-540440,156910],[-550202,154154],[-547458,157165],[-548376,159800],[-546661,161596],[-543402,159751],[-547428,163598],[-546140,164308],[-540976,161679],[-539893,156901],[-549392,155476],[-547768,159127],[-546918,160981],[-543962,161431],[-547251,162449],[-547058,164491],[-540988,161088],[-541613,172237],[-538090,170767],[-538295,168478],[-544243,169372],[-541238,169836],[-538464,171166],[-538211,168036],[-544057,168960],[-546840,179015],[-540700,170003],[-540191,170742],[-545482,169044],[-540545,170587],[-538949,172194],[-543714,168073],[-541820,181135],[-547006,180061],[-540220,182139],[-540791,183155],[-540372,179976],[-547340,179872],[-539479,181670],[-547637,181050],[-539642,181720],[-538564,240588],[-540814,240602],[-546310,241494],[-538634,234614],[-542621,237239],[-543869,239642],[-541669,237078],[-541047,240972],[-538858,235564],[-543625,236965],[-545017,239063],[-541481,236677],[-538375,240575],[-540557,241754],[-538827,238462],[-546317,242218],[-539299,235825],[-542412,238622],[-544730,238956],[-539984,237040],[-537709,240205],[-540385,242138],[-539700,235015],[-544944,236228],[-545596,237772],[-541247,237320],[-538494,246784],[-548560,246226],[-550369,249168],[-550249,252164],[-549120,254543],[-545771,252049],[-545452,250078],[-543925,246892],[-540650,247207],[-540007,246680],[-547935,243720],[-549609,252065],[-549908,255656],[-550240,255958],[-546339,253258],[-543392,247819],[-543307,250359],[-540686,246798],[-546630,243774],[-550261,246340],[-548233,247971],[-550063,249292],[-550216,253088],[-548490,255053],[-545283,252209],[-543802,246601],[-545301,249729],[-540302,247120],[-540298,245555],[-549955,245547],[-549996,246574],[-549734,249824],[-548611,251018],[-549735,254328],[-550157,255981],[-547112,253562],[-543900,246761],[-545242,249745],[-539015,246253],[-544074,256018],[-549888,267348],[-549183,261350],[-546131,256877],[-547851,257458],[-546417,260805],[-550206,257139],[-549964,262001],[-547863,258109],[-545067,257728],[-547169,260195],[-550006,267653],[-546491,256634],[-545021,258617],[-548333,257904],[-549336,259116],[-549836,267980],[-545256,257940],[-547179,275855],[-549248,281080],[-548267,277770],[-549543,270168],[-549184,282081],[-538042,285257],[-542596,291827],[-537618,288313],[-543796,294225],[-537633,289042],[-538616,290600],[-539151,287174],[-544754,293770],[-539213,289831],[-541869,290683],[-539563,289243],[-549784,297627],[-546060,294637],[-545834,297329],[-549290,300400],[-547267,297924],[-543430,297491],[-550283,300592],[-547340,297288],[-546715,298810],[-546332,297110],[-543936,299899],[-544146,343978],[-539280,343648],[-539212,343693],[-541163,341448],[-541750,338840],[-543327,339968],[-543792,345016],[-544412,343020],[-539206,343416],[-538857,342953],[-540326,341981],[-542520,338959],[-544909,345234],[-542487,344954],[-539544,344575],[-538167,344518],[-538800,341510],[-540051,342458],[-544051,344331],[-542312,344809],[-539933,345331],[-539570,341968],[-540157,343667],[-543044,338895],[-538608,348101],[-539749,349355],[-542705,351136],[-543042,346584],[-540719,347201],[-540086,347868],[-541965,350659],[-543130,347361],[-540633,346921],[-538508,348062],[-543079,353023],[-543996,346447],[-542702,346569],[-541875,348200],[-539506,348615],[-544003,350733],[-540878,347067],[-540208,348375],[-538955,346431],[-538393,355682],[-539801,356000],[-537791,357950],[-541553,366126],[-541027,365881],[-541124,367072],[-538102,365927],[-538637,364029],[-538602,361854],[-542743,365989],[-537720,361098],[-537850,364921],[-538245,366530],[-538665,361904],[-537744,360581],[-546774,374201],[-549848,383672],[-546356,373749],[-549989,383858],[-547390,373651],[-549360,383985],[-546516,373762],[-549496,381664],[-547668,419534],[-546934,419794],[-546063,419886],[-547791,421250],[-550260,432518],[-548854,429571],[-541810,430068],[-541621,426055],[-537914,430583],[-545902,430298],[-550366,432249],[-542010,429876],[-539724,424812],[-546648,429039],[-549531,433224],[-549686,430328],[-542145,428991],[-540739,424701],[-546503,429049],[-549329,427905],[-544112,428173],[-541712,425600],[-537946,430392],[-546149,428581],[-548698,445447],[-544959,446569],[-542940,445258],[-546581,444021],[-540387,443618],[-538317,446118],[-545981,438267],[-548123,444132],[-548378,446423],[-543593,446931],[-541431,446053],[-544105,442459],[-539915,443155],[-537737,443921],[-546598,437844],[-548684,442747],[-549406,447278],[-541374,444539],[-544517,441648],[-538375,444429],[-545700,437895],[-548493,443262],[-549934,446910],[-543947,447825],[-542631,446973],[-544766,443729],[-539660,443075],[-537866,445069],[-546172,439893],[-547902,443834],[-548310,455038],[-548811,457576],[-547911,453516],[-542401,449016],[-548751,456900],[-546100,454332],[-542131,449508],[-549308,456634],[-546440,453510],[-540656,449154],[-543142,448432],[-547636,455672],[-547770,454164],[-540614,451006],[-545330,501688],[-544422,501815],[-549592,506788],[-547052,502124],[-544790,501549],[-550050,500757],[-539432,43191],[-537681,45922],[-544130,44408],[-537872,43666],[-541321,42418],[-545167,39204],[-544572,42108],[-545613,42622],[-537750,46809],[-537884,42276],[-543515,43769],[-544643,41159],[-540889,42338],[-542508,40878],[-540145,43485],[-539336,45074],[-537629,41119],[-541471,41909],[-543990,39812],[-546672,42639],[-544302,43875],[-538619,42974],[-542254,42370],[-545232,39488],[-543024,41266],[-542830,42313],[-546356,42647],[-542898,44544],[-538527,43324],[-542265,560620],[-540231,557237],[-540049,559258],[-542515,561782],[-540036,558427],[-538971,562010],[-542008,558443],[-538840,561057],[-538199,573434],[-539329,571081],[-539397,570940],[-543268,63641],[-538575,56737],[-537826,58727],[-540340,63794],[-542368,63764],[-537818,60091],[-538041,56959],[-539655,56451],[-541882,63136],[-540189,56584],[-540557,62138],[-538334,56373],[-539256,56952],[-542108,74912],[-542999,66293],[-542421,66449],[-541057,68167],[-541333,70105],[-539993,74756],[-542663,64662],[-541996,74764],[-540424,67296],[-540503,68540],[-540206,70092],[-539836,74967],[-543982,75669],[-543078,67676],[-542273,66315],[-540645,69828],[-541196,71745],[-541017,64369],[-542435,65858],[-542238,67124],[-541733,69540],[-540709,70659],[-542642,75164],[-549439,69732],[-549748,68632],[-544019,74137],[-547217,70699],[-550207,69436],[-546384,71881],[-545107,72277],[-545412,75090],[-546623,70466],[-544692,67051],[-544807,74666],[-540193,80794],[-542445,80418],[-540613,77053],[-540066,81150],[-542484,80817],[-542784,78988],[-539104,79800],[-539579,81341],[-550039,88929],[-544621,78713],[-543502,81405],[-542643,81205],[-548481,89532],[-543114,80759],[-542700,82001],[-548956,89179],[-543820,79094],[-547251,97981],[-549117,100228],[-537872,95249],[-546879,100699],[-540298,97085],[-549911,100750],[-544738,100308],[-540365,95856],[-548829,100924],[-547301,99396],[-542453,107786],[-540544,109037],[-542244,107623],[-540908,109527],[-542104,109074],[-541898,108971],[-548642,107575],[-548464,114921],[-548887,107261],[-550159,107569],[-549357,107555],[-549881,107937],[-548461,114031],[-552751,-490623],[-554408,-497872],[-555973,-502761],[-556658,-503558],[-562991,-507033],[-553765,-562920],[-554902,-564362],[-551304,-47942],[-553051,-76164],[-555920,-77624],[-561069,137019],[-551790,132409],[-551422,138560],[-551815,135941],[-552879,132030],[-554516,129166],[-561713,139288],[-551743,133995],[-550450,132404],[-562217,131326],[-555047,129412],[-551606,138616],[-551206,136146],[-553709,131640],[-552546,132381],[-560673,138855],[-553446,138514],[-551385,135792],[-552973,130929],[-553340,130129],[-552029,132873],[-560195,138268],[-552854,129879],[-551888,138168],[-554375,133058],[-554339,140115],[-558086,150052],[-556233,152013],[-554060,152615],[-559686,142141],[-552975,143041],[-551694,146474],[-552768,153497],[-555855,151034],[-559218,144991],[-557618,150553],[-558583,142361],[-554008,142390],[-551049,144975],[-558212,149466],[-554357,151776],[-555599,152100],[-559096,142303],[-554229,143532],[-554794,153604],[-552443,152114],[-558964,151307],[-555877,149636],[-559178,144049],[-551195,146083],[-554567,160022],[-560456,165107],[-559001,157829],[-554634,160771],[-561191,165175],[-561294,158976],[-550912,154463],[-561767,165373],[-559500,159417],[-555189,159846],[-551025,155175],[-561332,157848],[-554804,161781],[-557645,175978],[-558115,175650],[-557399,174565],[-558189,172326],[-555219,172473],[-557497,168874],[-556301,174611],[-557747,172680],[-556649,172851],[-559371,168209],[-559195,173452],[-555475,171916],[-557848,168948],[-560088,166888],[-557651,172687],[-555662,173286],[-559004,167848],[-563017,228906],[-561332,223328],[-561353,226100],[-556791,228171],[-561198,228752],[-562201,229114],[-562416,225402],[-561891,224852],[-560621,223994],[-562147,227651],[-555518,227333],[-561207,225218],[-560019,226932],[-561977,223849],[-560325,226609],[-557093,227042],[-560806,228023],[-561743,228142],[-561006,225103],[-559169,225563],[-555871,226482],[-559137,227776],[-563034,227522],[-552323,255609],[-559706,254635],[-562131,254350],[-551126,249969],[-561891,248513],[-562386,254559],[-562715,245731],[-563146,249944],[-562753,243610],[-562158,250409],[-561001,254833],[-562680,253223],[-550964,257524],[-554263,267109],[-555769,264114],[-555748,259548],[-551415,263324],[-560627,258514],[-559645,260346],[-561330,262456],[-551576,257249],[-553870,266684],[-556860,266558],[-555042,263251],[-550664,262322],[-559205,261043],[-561498,265670],[-550415,256790],[-554279,268800],[-557968,264803],[-557397,261585],[-551142,265546],[-559091,261111],[-562135,262430],[-551969,266675],[-557646,265330],[-557659,262205],[-552354,259963],[-551099,260594],[-561218,265400],[-552356,276876],[-552324,280181],[-550608,276917],[-551680,270545],[-553602,276517],[-556833,270760],[-551091,279289],[-552825,280191],[-556199,275548],[-555707,276714],[-553557,272619],[-558333,272443],[-550748,276922],[-552280,273713],[-551857,274336],[-551225,277521],[-554779,272058],[-558842,271118],[-553736,276313],[-552324,277289],[-551596,272955],[-553589,271228],[-559541,272377],[-553790,274090],[-555290,278649],[-551331,282001],[-558662,290136],[-561683,293593],[-558767,290473],[-563054,292764],[-555014,294109],[-556855,294077],[-551428,292715],[-559504,296692],[-556187,295247],[-551983,295357],[-551568,298021],[-558097,295913],[-554860,295418],[-559565,295928],[-554897,295030],[-555346,297252],[-553497,297859],[-552429,373283],[-552761,377120],[-553133,373285],[-551916,377481],[-553183,373696],[-551058,377764],[-552950,372032],[-552504,376753],[-563199,404964],[-558256,409452],[-562489,405293],[-563122,401278],[-562538,406781],[-552811,417365],[-554270,415488],[-559048,411285],[-553317,416843],[-553477,416180],[-557178,410261],[-552704,414523],[-553978,413994],[-550599,431303],[-561311,425766],[-551111,428760],[-560591,424646],[-561087,426425],[-561278,424349],[-556281,438893],[-558713,436272],[-555962,436618],[-553896,436333],[-551176,437421],[-558941,440717],[-560800,442700],[-555528,447348],[-558609,445176],[-557022,438988],[-560015,438239],[-557023,436071],[-555443,437733],[-551217,438223],[-557966,440140],[-560061,442868],[-555907,446305],[-558919,444583],[-556887,438653],[-561205,436371],[-553790,435901],[-552381,436724],[-557540,439275],[-561132,443406],[-556571,446805],[-558349,445026],[-556373,438148],[-559339,436224],[-555316,435554],[-553917,436608],[-552774,438542],[-557062,441193],[-559507,443351],[-557181,445459],[-559365,444955],[-555694,450674],[-552427,451418],[-555732,451998],[-552999,451429],[-556002,452181],[-554628,452341],[-556056,451726],[-554683,453526],[-561311,485981],[-561160,496007],[-561506,496491],[-559288,486723],[-562897,489435],[-560940,494529],[-558609,496989],[-560516,486776],[-561790,491076],[-562025,494439],[-560278,497365],[-561324,490857],[-560591,488097],[-558365,496282],[-562876,489723],[-557936,503414],[-551474,506586],[-550893,501641],[-555554,502693],[-552667,502042],[-556704,503172],[-551868,508246],[-554642,500785],[-551146,505311],[-551929,502540],[-561558,48435],[-560600,44554],[-557241,44887],[-562933,43558],[-562850,46595],[-562151,47163],[-560018,44582],[-558248,45305],[-561502,48387],[-559878,44086],[-556621,44911],[-560626,43656],[-558009,44183],[-562360,45177],[-557273,515496],[-562795,520899],[-559369,519455],[-559568,515419],[-560952,520905],[-558362,514594],[-557839,519365],[-556608,516311],[-560410,519848],[-556747,72503],[-559054,72500],[-554447,67279],[-552433,67392],[-550445,71791],[-555150,68830],[-553198,69475],[-556724,74621],[-558694,71824],[-554466,65635],[-550741,66935],[-552113,71754],[-555019,70492],[-553964,70455],[-554898,73855],[-561706,71129],[-559299,71231],[-552346,67507],[-551147,69008],[-551006,69401],[-553903,68567],[-555533,70140],[-553312,70216],[-555384,65185],[-554766,74110],[-556133,65006],[-551303,67651],[-550407,68620],[-551979,71443],[-555211,68597],[-554475,69631],[-552243,71202],[-553894,78929],[-553407,83218],[-553838,81652],[-552667,83190],[-551987,88930],[-555258,78157],[-554442,83636],[-553688,79209],[-554790,82502],[-552512,88540],[-555228,80767],[-554630,83358],[-553480,79761],[-550789,90767],[-551778,90622],[-552158,101406],[-552487,99669],[-561864,99458],[-554668,100272],[-551580,101348],[-552881,102197],[-553029,98044],[-554511,102344],[-560473,101983],[-553182,102294],[-553028,100906],[-561223,101576],[-559503,102582],[-560348,111600],[-562698,113764],[-563019,111601],[-553234,102990],[-551688,104300],[-554112,110837],[-560450,109202],[-562319,110636],[-556417,105006],[-551305,110207],[-556006,107738],[-560533,111480],[-562765,111602],[-551948,103699],[-553108,103632],[-552207,106570],[-558650,103720],[-553726,107412],[-554730,107805],[-550657,112880],[-560984,109801],[-553345,111288],[-556096,107803],[-550881,114817],[-570391,-467451],[-570406,-496615],[-569643,-490945],[-570307,-490891],[-571008,-487282],[-571128,-488346],[-573116,-488436],[-570862,-490308],[-571255,-490056],[-569796,-507138],[-569682,-506766],[-565399,-507174],[-569415,-499067],[-572057,-62645],[-566859,132047],[-566796,139606],[-564390,132333],[-564692,130281],[-567763,138393],[-564413,132776],[-566050,140160],[-566935,140477],[-566379,131673],[-566019,130008],[-566493,139975],[-564442,132312],[-574131,153237],[-574039,145341],[-573796,151622],[-569002,150759],[-567027,152985],[-574326,146109],[-575207,152640],[-573982,151753],[-569112,151678],[-567503,152289],[-575398,147125],[-573819,153398],[-575016,150427],[-574823,152433],[-569965,153050],[-568607,153463],[-573529,152551],[-570027,151382],[-565879,165902],[-572165,158103],[-566802,155473],[-566602,166554],[-573543,165606],[-573521,158322],[-568614,154012],[-566792,155908],[-574214,165790],[-574259,154477],[-574073,158955],[-566014,155642],[-572720,159993],[-566431,155451],[-574888,167141],[-574775,167321],[-574403,167055],[-564555,167235],[-565188,167045],[-567743,166732],[-564328,166636],[-567236,167347],[-574939,166609],[-565764,168242],[-573057,166803],[-569906,229082],[-573532,228724],[-565923,227405],[-563796,226296],[-564938,228014],[-568198,226888],[-571162,227212],[-566961,229299],[-573406,228294],[-569980,230549],[-564284,223703],[-568350,226826],[-565382,227264],[-568740,229803],[-569428,228188],[-567130,228152],[-572624,228730],[-566155,227001],[-569496,228741],[-567769,228870],[-569629,226814],[-567542,227619],[-569451,229758],[-574341,227022],[-564269,225268],[-564611,227396],[-569527,227842],[-569799,226611],[-566838,226113],[-571572,228638],[-575574,245557],[-572682,245144],[-563436,244515],[-563754,250776],[-575184,245570],[-572475,245277],[-564202,243644],[-575244,244652],[-571472,245141],[-573944,246423],[-565348,255629],[-564112,258042],[-563277,258642],[-563396,257900],[-566187,258217],[-564605,290882],[-564559,293395],[-575434,351021],[-573461,351280],[-575785,351562],[-575543,350847],[-571572,364403],[-575690,368176],[-571359,365184],[-570301,364016],[-570927,364730],[-567376,372116],[-567942,377632],[-567216,373917],[-568026,379415],[-566889,373093],[-567263,377008],[-567109,373784],[-566853,376996],[-564102,401480],[-566160,400882],[-565157,402303],[-565857,400925],[-565373,402752],[-566313,402869],[-567360,400842],[-564657,405543],[-573973,416495],[-569148,418263],[-573072,418668],[-568714,418497],[-569749,420201],[-573920,418599],[-569357,418587],[-574103,417540],[-575896,434735],[-568114,425681],[-572368,428084],[-573777,428821],[-573458,423068],[-565626,426386],[-572045,423707],[-569608,424066],[-567159,426339],[-571210,427843],[-574895,428554],[-566640,425464],[-572312,423536],[-570953,424768],[-568717,425721],[-571644,427401],[-565446,425910],[-571681,423654],[-568955,427548],[-572167,427565],[-575625,429256],[-572467,424269],[-566891,425042],[-571979,423752],[-571889,440891],[-572712,439930],[-572593,437028],[-572245,440163],[-571027,438256],[-571822,437759],[-570979,440469],[-572198,438293],[-570445,441113],[-571539,437258],[-574506,460761],[-573854,457548],[-570658,456111],[-570308,451729],[-570783,455788],[-573570,449418],[-574611,460856],[-571329,458171],[-573921,457811],[-571278,456945],[-571851,453300],[-569855,455203],[-572247,448485],[-570440,458677],[-573541,457991],[-574500,458024],[-570625,451413],[-570737,456802],[-569276,455114],[-574273,449138],[-571859,457583],[-570155,456158],[-571291,452403],[-570301,454517],[-574281,449826],[-572520,462925],[-568422,463754],[-572044,462257],[-575920,462594],[-568058,463641],[-572367,462995],[-569026,464633],[-570732,463739],[-575203,461575],[-567694,464192],[-564664,486187],[-566951,483244],[-574492,485290],[-566032,486179],[-567518,483539],[-575003,485614],[-564506,486297],[-567366,484682],[-573486,486166],[-564293,485956],[-565785,483318],[-573578,488166],[-574490,486712],[-572960,488765],[-565907,487655],[-566299,487775],[-574462,489323],[-565869,487492],[-573665,487254],[-574926,504371],[-566807,505825],[-569950,510217],[-566880,501141],[-566243,500601],[-568631,507018],[-567599,505427],[-566259,510746],[-567115,500072],[-569001,505682],[-568475,509012],[-566869,501381],[-575345,50484],[-572895,48832],[-567975,44233],[-567658,48168],[-564069,48813],[-563254,47625],[-571390,51283],[-575058,48343],[-566833,45769],[-567214,46885],[-564544,48008],[-564035,46847],[-570003,49895],[-573071,48236],[-573598,49454],[-568490,45083],[-568467,45774],[-568916,45967],[-563775,43335],[-569335,50965],[-573802,49468],[-567049,45464],[-569175,47383],[-563850,43229],[-564846,520246],[-574248,515260],[-564260,518429],[-575239,517105],[-565590,519871],[-574830,534308],[-574131,529044],[-572823,535200],[-573945,532486],[-572532,529899],[-573682,533619],[-573443,528119],[-573138,526749],[-575192,63509],[-568770,63515],[-565227,62104],[-573035,62103],[-566876,56928],[-569051,55709],[-574036,56026],[-573823,59924],[-572717,54661],[-575670,53864],[-573535,62909],[-569882,63584],[-565456,63729],[-571274,61774],[-568305,56385],[-573885,56750],[-569613,54363],[-575139,59997],[-570558,54511],[-568909,63333],[-565333,61910],[-571089,62747],[-570854,56632],[-569503,54199],[-574978,60531],[-573584,62355],[-575254,57172],[-572747,55171],[-575294,52932],[-564863,63726],[-573233,61079],[-567916,57956],[-570348,56329],[-575233,61499],[-574493,56353],[-571137,53865],[-569614,52055],[-566599,67336],[-574101,64379],[-570122,64675],[-567962,97701],[-564048,100577],[-564443,100030],[-567293,96340],[-568055,102434],[-566922,98655],[-567452,100050],[-573159,96736],[-569938,97852],[-568488,102029],[-574899,90114],[-564041,100996],[-568167,114943],[-569714,111491],[-571164,109050],[-563436,113250],[-564024,111263],[-567757,110061],[-570535,107845],[-564673,113777],[-567903,105576],[-575622,102966],[-574089,107500],[-571429,109027],[-569105,109951],[-567842,114490],[-571323,112311],[-568425,104919],[-574347,107376],[-574337,108295],[-565883,127361],[-565108,124205],[-569059,120418],[-565897,117828],[-570362,118223],[-569833,115524],[-566142,126164],[-566043,121885],[-568837,119145],[-564649,119738],[-569856,116894],[-566201,125275],[-565020,122911],[-568469,120264],[-566307,120027],[-569973,115413],[-565704,125599],[-566926,124131],[-568871,118938],[-564393,119894],[-569958,118508],[-570808,116375],[-581168,-173764],[-582789,-175119],[-582711,-173627],[-583094,-173645],[-586851,-179610],[-586706,-179962],[-585661,-182406],[-585584,-181231],[-584465,-497763],[-587233,-496482],[-586822,-494542],[-582518,-518701],[-583054,-521540],[-578892,-532042],[-581077,-530391],[-583941,-530855],[-587738,-536042],[-577272,-535671],[-577902,-541326],[-584238,-543985],[-577495,150952],[-576819,152440],[-576802,150611],[-578860,165695],[-579908,166249],[-578954,166513],[-576066,167958],[-578484,167152],[-577315,167800],[-586070,178976],[-584820,175773],[-578894,167319],[-586202,175098],[-587075,177598],[-587152,178409],[-588366,172642],[-587959,179072],[-587158,178545],[-587260,174907],[-585750,175788],[-579082,166635],[-587938,173137],[-587864,177070],[-577921,166744],[-588006,178657],[-586930,177102],[-588252,175611],[-587243,173351],[-588603,182238],[-588656,185272],[-587334,183314],[-587900,186505],[-587384,182585],[-588429,185312],[-588417,184731],[-588728,180980],[-588674,186813],[-588117,182985],[-588286,180292],[-588664,179466],[-588340,197675],[-586921,196626],[-584877,194693],[-586809,201577],[-588357,197081],[-587357,197059],[-585405,192689],[-584356,202390],[-588665,197291],[-585343,197395],[-586103,193938],[-585477,200877],[-585180,196781],[-584602,194533],[-586664,202377],[-580107,215447],[-581309,211833],[-581026,215951],[-581489,217763],[-582026,213978],[-580804,216020],[-581614,214520],[-580125,215649],[-580975,217383],[-581912,213971],[-582068,213549],[-580646,215849],[-579962,214089],[-579110,226476],[-581183,222850],[-581856,219921],[-584824,224800],[-583140,225081],[-586703,224603],[-578731,225387],[-578921,222305],[-581729,218943],[-587324,225095],[-583383,223491],[-585936,223772],[-581314,223393],[-579672,224923],[-581010,222640],[-579933,219370],[-582542,223151],[-584664,222953],[-579800,224327],[-577822,225388],[-579277,222034],[-579697,218580],[-582008,218830],[-583318,222937],[-585508,225976],[-586470,226361],[-586850,225031],[-585229,245775],[-577541,244317],[-576976,251681],[-584154,244879],[-576875,245801],[-577904,253325],[-583810,243904],[-577675,244565],[-576065,244385],[-576110,254181],[-584792,244882],[-577588,245120],[-576325,252687],[-586702,285682],[-587457,284838],[-586591,284360],[-587121,285459],[-588231,305289],[-588494,301364],[-585596,330869],[-583418,331531],[-587519,330789],[-582481,331944],[-585215,332082],[-582566,332139],[-587400,330236],[-576536,333473],[-579480,338648],[-580566,333869],[-578419,333418],[-577338,334310],[-579825,338097],[-578772,334489],[-579304,340247],[-579803,333772],[-580435,338382],[-586952,341204],[-582015,333992],[-583599,333523],[-587347,340952],[-585537,342093],[-586534,341390],[-581467,334124],[-581589,350701],[-577415,350181],[-579035,356483],[-583196,355813],[-588533,356279],[-579325,351461],[-576918,350285],[-578675,357501],[-583760,355924],[-588679,356150],[-576974,351740],[-579854,350647],[-579414,357784],[-584378,354940],[-587450,357460],[-579356,351969],[-577932,349733],[-578244,356690],[-585254,355735],[-588700,356562],[-577760,366358],[-580955,365279],[-584831,364278],[-580618,364501],[-578062,367028],[-581958,365308],[-582808,363096],[-578798,364642],[-577242,368847],[-581604,365958],[-584215,364643],[-580045,362746],[-582686,367058],[-584723,363774],[-579084,364283],[-588288,30981],[-588711,31944],[-586830,29606],[-576790,435114],[-577263,434966],[-577875,433678],[-576269,429893],[-580686,448035],[-576524,446681],[-588275,445859],[-586500,442365],[-588083,439946],[-582345,446061],[-585380,447230],[-576199,443693],[-577132,438771],[-580480,439291],[-583835,439019],[-587601,441157],[-580023,446002],[-576617,448012],[-587105,442948],[-581152,445935],[-577773,444273],[-577321,442022],[-576653,438607],[-580742,439651],[-582384,439435],[-587032,440121],[-579869,446130],[-576283,446061],[-587554,444440],[-586461,442951],[-580928,447712],[-585073,446858],[-576018,441958],[-578507,438176],[-581687,438952],[-582345,439863],[-576036,446569],[-587829,444844],[-586417,443449],[-587189,442354],[-580559,446588],[-586393,446781],[-577214,442041],[-576801,437343],[-580299,438581],[-582383,439684],[-576729,458462],[-580563,460618],[-579940,459510],[-577805,458358],[-579897,460202],[-578601,458500],[-577206,458384],[-579543,460141],[-580030,460256],[-585985,448404],[-584552,475600],[-582227,478163],[-587401,476052],[-584644,475808],[-587339,478069],[-585067,475663],[-582501,477519],[-586055,477289],[-584580,477770],[-583502,476593],[-587702,477546],[-587942,491272],[-580775,495314],[-576512,496318],[-587112,488010],[-588254,494083],[-587659,499234],[-584207,497937],[-580278,495610],[-576180,496456],[-587126,488161],[-587364,495021],[-579882,497173],[-577302,495931],[-587225,489213],[-587299,491446],[-587857,494332],[-581688,495836],[-576281,497562],[-585596,492225],[-588411,488596],[-587716,490896],[-586728,494396],[-584520,495347],[-583590,492245],[-584457,494648],[-585976,495233],[-584333,494902],[-584986,493257],[-583524,493685],[-587965,500781],[-577039,506566],[-579944,504680],[-587204,503848],[-576004,504650],[-577677,507037],[-586686,503612],[-576461,504382],[-579686,503898],[-586971,502598],[-580314,504008],[-577461,48830],[-587938,45198],[-577489,50109],[-580095,51114],[-586695,44783],[-577951,47857],[-580271,50931],[-587774,42703],[-577139,47773],[-579751,49580],[-585735,45598],[-576323,514898],[-582644,519837],[-583817,523997],[-576644,517912],[-581801,521340],[-584762,521163],[-578648,518594],[-583085,522305],[-581449,518085],[-586492,522033],[-577406,531433],[-578315,531021],[-578790,529541],[-579671,529152],[-584803,533063],[-584883,536214],[-582520,535392],[-585567,536172],[-586154,536653],[-587748,539161],[-588222,539064],[-585999,539413],[-576942,63074],[-578436,61441],[-582365,52995],[-582885,56569],[-580321,58073],[-583600,59054],[-576549,56762],[-578620,56647],[-581815,58758],[-577663,63127],[-578711,63733],[-582404,52830],[-582015,60094],[-576939,58789],[-579051,56252],[-576458,52009],[-581874,57730],[-580912,59884],[-576891,52558],[-579041,63471],[-577951,62446],[-583451,55984],[-580553,59644],[-576200,58600],[-576452,55201],[-577977,51773],[-584264,53743],[-580743,59920],[-582611,60681],[-577527,55794],[-576614,54370],[-578050,62043],[-576802,61942],[-583283,55306],[-577662,51798],[-582117,54201],[-583347,54210],[-583251,60192],[-577799,57526],[-589062,-186805],[-589367,-185567],[-590222,-184881],[-596864,-196030],[-595779,-194788],[-594147,-196629],[-596168,-195750],[-599989,-208827],[-596742,-511293],[-595588,-511749],[-590960,-503693],[-590633,-524578],[-595079,-514621],[-595658,147404],[-598811,147153],[-595715,145608],[-595970,151653],[-599635,148320],[-596344,152852],[-598383,147283],[-596315,146099],[-595373,151232],[-597746,147835],[-599824,145925],[-594562,145746],[-597082,153676],[-599556,149688],[-600514,149468],[-600216,150106],[-600490,148996],[-598314,166056],[-593572,163642],[-600508,163711],[-596793,163291],[-599170,164922],[-595054,163530],[-595863,162913],[-595224,1715362],[-596862,1715039],[-599097,1712386],[-594811,1714778],[-600881,1711151],[-598879,1711672],[-594305,1715439],[-590323,174884],[-590310,172293],[-590034,176744],[-590890,176884],[-589548,174852],[-590325,173076],[-589634,176866],[-589311,173742],[-589191,173769],[-590451,177369],[-593910,166768],[-589782,173819],[-590221,176325],[-596386,166627],[-588818,184158],[-589948,179771],[-591177,195921],[-594704,197217],[-594196,199651],[-598428,196596],[-589407,197920],[-591997,196151],[-597124,195864],[-594764,201315],[-597914,198772],[-591989,195083],[-595939,196858],[-594272,199446],[-598160,197645],[-592433,195119],[-594692,194990],[-595614,200569],[-598521,198766],[-595342,242177],[-596159,239880],[-597358,240890],[-596521,237309],[-597383,241999],[-593426,237771],[-596589,237896],[-596238,238406],[-593195,255482],[-596063,252015],[-597997,256065],[-601446,245388],[-593395,252132],[-595036,254312],[-594080,252684],[-599050,254655],[-595327,253857],[-594741,254639],[-599261,251959],[-593156,256590],[-596792,268642],[-600760,266563],[-594294,256280],[-601094,266754],[-598094,257405],[-601284,266903],[-597383,268929],[-601290,267353],[-590950,279945],[-594133,281676],[-598092,271600],[-590344,280391],[-596186,269867],[-596441,270293],[-589311,279774],[-594057,281730],[-598133,270206],[-590854,279924],[-597367,271216],[-597653,291623],[-594823,292308],[-589517,292577],[-598799,292556],[-593159,287443],[-593354,285212],[-599148,285956],[-590003,291262],[-597601,291431],[-594356,289967],[-599748,292919],[-593483,287258],[-592548,285418],[-597130,285292],[-590803,291312],[-592244,283061],[-595639,290822],[-599992,293551],[-594783,286986],[-592742,285617],[-597039,283769],[-593432,282504],[-591010,290345],[-597024,291914],[-594732,289984],[-598550,291645],[-592542,286447],[-593279,285522],[-597821,284632],[-590642,301901],[-594444,298131],[-592979,297137],[-590507,299547],[-597973,298715],[-590728,302753],[-594731,298424],[-591703,297126],[-589152,304466],[-591198,301413],[-598920,300551],[-589708,303332],[-596323,298317],[-591089,298269],[-589913,304253],[-590958,299047],[-599084,299051],[-590621,299309],[-596161,299543],[-591182,297765],[-588811,305184],[-598906,299854],[-593190,318635],[-592429,318614],[-593155,318710],[-594747,331961],[-593214,329288],[-598263,325981],[-596824,322770],[-590066,322505],[-600772,323255],[-595029,330888],[-600380,329717],[-598251,325231],[-597958,320961],[-589015,324131],[-593078,330674],[-601038,330343],[-597934,325216],[-596423,321675],[-590629,322115],[-591512,320373],[-593278,330227],[-599798,329837],[-599040,325704],[-596483,321243],[-590095,322339],[-601506,321304],[-594213,334076],[-593115,336732],[-595951,333999],[-591211,338458],[-594612,333209],[-592633,337716],[-593173,336566],[-589512,357679],[-594263,358389],[-589748,358120],[-590027,365368],[-592588,367402],[-594654,362144],[-599257,370615],[-598885,364180],[-591797,364220],[-592089,368348],[-593732,362384],[-596546,364633],[-596003,360545],[-590410,364844],[-592552,367959],[-592488,362980],[-590197,358872],[-599518,369866],[-596852,362919],[-594456,359909],[-593894,368629],[-593667,362503],[-590644,364225],[-590519,359810],[-601454,370692],[-596822,363457],[-595500,359059],[-597023,372425],[-599809,378998],[-596940,372337],[-600460,379386],[-599652,371586],[-596313,373871],[-599453,379023],[-597632,372766],[-601110,378167],[-593442,33696],[-597835,28619],[-590166,33429],[-598568,28292],[-592100,34427],[-590048,30771],[-598696,29466],[-591026,33410],[-599443,29498],[-592257,392780],[-594046,387778],[-601440,388865],[-596065,390074],[-594341,394354],[-593333,389939],[-596728,392102],[-594408,394625],[-594184,388984],[-601385,391251],[-596453,389710],[-592462,393779],[-593933,389904],[-597212,391783],[-600593,410886],[-599310,420384],[-597825,418017],[-597844,420545],[-596050,417383],[-600632,412841],[-598847,419695],[-597523,416166],[-599411,412541],[-599673,419470],[-597495,417827],[-599645,412002],[-594971,425009],[-598590,424558],[-597476,427649],[-598379,424356],[-596817,428068],[-596173,426031],[-598204,424518],[-595847,427190],[-595246,424222],[-597663,423814],[-596594,427917],[-596517,424809],[-588968,446364],[-601296,449319],[-593465,480576],[-589169,476007],[-590540,478607],[-591975,481541],[-590193,474119],[-590577,477073],[-592855,480698],[-588860,474925],[-590716,476540],[-591473,480101],[-589080,473984],[-591478,477870],[-588993,490164],[-589303,491388],[-588976,492090],[-593099,495391],[-593689,495123],[-594865,494097],[-594458,495207],[-589816,499477],[-589306,501228],[-594358,42743],[-593177,39447],[-595386,39424],[-594875,40020],[-595496,66602],[-595911,67580],[-596056,66163],[-596179,85262],[-609414,-123871],[-612752,-127977],[-605047,-142894],[-608853,-149134],[-602255,-151356],[-612584,-167229],[-603005,-190558],[-612117,-179398],[-609278,-213860],[-602551,-210350],[-611538,-216441],[-608152,-212536],[-608853,-208800],[-612196,-216845],[-608704,-214152],[-602041,-212461],[-609178,-212526],[-601951,-210651],[-606539,-207871],[-609565,-219946],[-610840,-218475],[-607232,-230244],[-608260,-236829],[-605841,-232693],[-604506,-231523],[-605676,-248855],[-607387,-248981],[-605199,-246983],[-605063,-464256],[-603877,-472471],[-606199,-482194],[-609153,-481084],[-609553,-484389],[-603418,147209],[-608851,149681],[-604294,146958],[-603207,147205],[-607950,150442],[-603022,149767],[-602980,152497],[-605995,150857],[-607510,152736],[-609241,153017],[-608919,151398],[-614367,148645],[-608322,149918],[-602390,148636],[-603368,150633],[-602194,152278],[-605420,151419],[-604650,153166],[-609368,150544],[-601675,150858],[-603069,150466],[-604564,151809],[-602749,153407],[-608870,151599],[-601799,150882],[-603278,150557],[-604730,152584],[-605970,150177],[-603058,148389],[-603431,153273],[-608290,153447],[-606774,150610],[-610104,154196],[-606796,153935],[-603792,155424],[-613667,165577],[-606485,161863],[-605449,163711],[-604208,165613],[-609041,154855],[-602639,156252],[-610973,164987],[-608754,163667],[-605151,165108],[-601682,165430],[-607465,153892],[-603970,154059],[-608826,161053],[-602581,164624],[-603854,153984],[-602072,155495],[-613297,163989],[-610646,164109],[-607027,163477],[-602982,166292],[-601684,1711769],[-604651,1714520],[-610921,1711437],[-609063,1710916],[-604432,1713978],[-610006,1710904],[-605149,1714232],[-610269,1712349],[-604086,1715762],[-603061,168939],[-608213,177087],[-610516,166839],[-603690,178987],[-608665,177595],[-603828,178291],[-612223,190854],[-604544,180499],[-608716,183393],[-611508,192105],[-605395,182282],[-611539,191649],[-604735,179592],[-606782,182363],[-603365,179743],[-606884,183028],[-605354,194692],[-607177,193057],[-609142,193034],[-606862,193041],[-609075,192946],[-606228,194285],[-611128,192236],[-611744,192454],[-610600,193495],[-608601,209369],[-614208,209001],[-610985,214467],[-610424,210757],[-608511,217067],[-608893,209168],[-612310,209601],[-613218,209664],[-611138,214816],[-608302,210787],[-607491,216536],[-611907,209813],[-613333,207220],[-611351,213440],[-609912,212229],[-607432,214531],[-609668,209175],[-613146,207947],[-609138,214574],[-609315,211981],[-607208,216371],[-607498,207746],[-610851,237923],[-611728,243357],[-612820,236890],[-610172,243289],[-612544,243288],[-612435,241498],[-612077,236175],[-613811,240298],[-610795,237221],[-610739,242559],[-612131,241048],[-607283,245702],[-607996,245339],[-612775,244393],[-609603,245490],[-608938,246622],[-610586,244169],[-610648,243873],[-603187,249684],[-604840,249091],[-607277,253214],[-610701,243696],[-605128,249150],[-604515,248240],[-606025,252724],[-605823,251738],[-606247,249619],[-602060,247083],[-603853,251089],[-601679,328405],[-601706,321868],[-601858,321449],[-605486,364385],[-607706,362823],[-606434,364724],[-605877,363936],[-605032,379703],[-607024,379213],[-607049,377594],[-611307,384179],[-606048,378369],[-609531,37689],[-608356,38535],[-608074,35512],[-606705,37276],[-604690,386860],[-612670,384494],[-605918,386564],[-612842,384838],[-606974,386137],[-602544,389515],[-606485,385286],[-611395,384717],[-602501,390081],[-607891,416914],[-603277,414887],[-603944,416912],[-607736,415759],[-604665,415480],[-606845,416131],[-605051,414765],[-606127,415800],[-607176,426787],[-602729,423941],[-605685,423769],[-606188,426239],[-603738,423980],[-607034,424042],[-607240,426290],[-602499,425093],[-607498,424193],[-608530,426177],[-601626,424294],[-606972,423763],[-606497,428594],[-604572,445518],[-602828,446538],[-603823,444817],[-601722,444288],[-603925,444036],[-603295,444865],[-604197,445594],[-602240,445617],[-601867,448535],[-603327,450797],[-603259,448964],[-607560,536870],[-609193,536174],[-608588,539383],[-606757,538349],[-610672,83358],[-609414,86553],[-610396,86315],[-605523,85016],[-611854,85554],[-611643,85450],[-604914,86066],[-626833,-153473],[-626459,-154132],[-616657,-222216],[-622060,-462560],[-615943,-485106],[-615287,152988],[-615003,148959],[-618423,147619],[-622095,144835],[-626694,141033],[-626786,151743],[-617814,150883],[-617259,145917],[-617962,147538],[-622257,145881],[-626940,144429],[-616182,148311],[-622183,147173],[-619365,149688],[-621062,146763],[-626630,141315],[-625988,1547486],[-621133,1558951],[-619523,1558012],[-622676,1559299],[-622329,1559844],[-623141,1562281],[-622234,1564350],[-620925,1569442],[-624841,1563098],[-622801,1567928],[-621909,1568920],[-624343,1572552],[-620337,1568357],[-623383,1565551],[-623706,1569115],[-625795,1572737],[-621322,1576684],[-626284,1575473],[-623513,1587006],[-619977,1575730],[-623146,1574605],[-626451,1582843],[-622155,1577789],[-622659,1574750],[-625991,1580454],[-621938,1579031],[-623365,1576627],[-626384,1578008],[-625189,1582386],[-625213,1584606],[-624114,1590321],[-624268,1599227],[-625559,1599167],[-623279,1597570],[-626968,1594403],[-624784,1598800],[-626366,1594271],[-626765,1634591],[-626525,1636214],[-623340,1633816],[-624949,1636762],[-625651,1635568],[-622539,1640572],[-622280,1640873],[-621394,1641905],[-621092,1641643],[-614654,165301],[-622073,164432],[-623186,165854],[-615791,155665],[-620205,164681],[-616000,155711],[-614630,155016],[-622254,167487],[-616846,172828],[-619985,173752],[-618467,166872],[-621665,168235],[-622822,167671],[-614612,175094],[-619807,174983],[-624816,166613],[-615748,175502],[-620458,174607],[-616874,173045],[-621560,172809],[-620846,191905],[-620201,196535],[-620645,196119],[-620882,192915],[-617335,195231],[-619474,193441],[-619558,196908],[-620871,197588],[-620366,194111],[-618033,194368],[-622605,197469],[-619006,193318],[-618009,194025],[-626877,197162],[-620624,197319],[-618765,194436],[-619524,197168],[-621296,192610],[-616373,196072],[-626629,216200],[-626693,207739],[-626655,213521],[-626581,208490],[-621305,229378],[-626098,218302],[-625270,218955],[-622017,229682],[-624955,220770],[-619309,230113],[-614837,239599],[-617227,237389],[-620308,230991],[-617660,238153],[-615155,239129],[-618336,23703],[-624390,13544],[-619294,23109],[-619771,25664],[-624216,14091],[-619189,23160],[-618901,23998],[-622610,17566],[-618585,24400],[-625301,17032],[-626217,267480],[-627165,266547],[-625519,268206],[-627185,266122],[-626701,266761],[-625484,268257],[-625562,268546],[-623645,268837],[-620529,272208],[-626862,269956],[-624323,273146],[-618812,271844],[-623876,271707],[-626004,269983],[-624901,270533],[-622585,273515],[-618240,272307],[-624558,269603],[-624323,273406],[-620111,272436],[-622777,34577],[-624582,37090],[-620819,38375],[-619497,34587],[-615183,31632],[-621191,33071],[-625595,37876],[-622525,37494],[-620899,35595],[-616000,29380],[-620637,30457],[-625242,32499],[-624509,37201],[-621858,38418],[-615776,28854],[-619548,31352],[-624127,33571],[-620944,33980],[-617838,26921],[-614957,32504],[-620449,32631],[-622378,31753],[-626769,36350],[-622358,38820],[-615794,84585],[-620610,82615],[-624253,81892],[-623775,85818],[-626036,81793],[-616045,83173],[-625674,85419],[-616512,84165],[-625756,85993],[-625653,81371],[-621019,83492],[-614707,82272],[-625385,84413],[-40863,148733],[-41339,152013],[-38707,150328],[-42047,150060],[-40852,149312],[-41030,150789],[-38928,149833],[-41227,151032],[-40086,151140],[-41094,151086],[-38403,213817],[-42321,214800],[-41198,213532],[-41484,214800],[-40146,213751],[-45270,243294],[-48805,240606],[-47343,238800],[-50091,239831],[-47922,237629],[-44585,238977],[-44485,238605],[-45968,238155],[-44036,240629],[-47209,240716],[-45079,239925],[-45011,243387],[-44289,240397],[-43931,242439],[-49795,242861],[-49946,237104],[-51063,239866],[-50686,241110],[-48116,241655],[-47988,239564],[-47701,240172],[-49010,238948],[-48031,236591],[-48911,238732],[-46226,236880],[-44843,237984],[-47133,238031],[-47538,239689],[-44880,242662],[-45190,240830],[-43730,241492],[-50018,240226],[-49125,237674],[-50598,239978],[-49573,240904],[-46725,246534],[-47676,245525],[-46646,244910],[-45274,248913],[-46448,248100],[-48046,247646],[-48191,248624],[-49524,244177],[-43685,244259],[-46038,247108],[-43129,249968],[-45062,250304],[-48018,252715],[-47290,252689],[-48398,247534],[-45121,244038],[-49198,246756],[-51141,246002],[-49642,248700],[-45755,245376],[-44417,248781],[-46920,249625],[-47235,249507],[-49841,244455],[-44993,247288],[-42843,248707],[-45237,249865],[-49317,252805],[-46590,252730],[-49850,246745],[-44863,244431],[-48382,246643],[-50342,245582],[-49596,247644],[-50720,244101],[-46950,369914],[-44401,370534],[-45478,370343],[-42252,370454],[-44225,369581],[-46921,369762],[-43173,370817],[-43316,370878],[-46819,372639],[-42372,372328],[-41706,371616],[-40886,373458],[-46221,371648],[-42247,372325],[-40626,372235],[-45386,372004],[-43021,371484],[-44782,519961],[-43725,519272],[-44103,519562],[-47811,537570],[-46279,537732],[-48315,537738],[-42506,539017],[-45297,542596],[-46696,541903],[-47779,541932],[-48586,539571],[-45537,541023],[-47029,539506],[-49167,543249],[-50307,544049],[-48554,545046],[-48279,544534],[-42899,538820],[-45598,541867],[-47659,541123],[-47007,538329],[-46267,539610],[-46733,540930],[-48749,537821],[-45802,538297],[-47867,540441],[-48483,539980],[-47676,538652],[-49278,543012],[-50473,544520],[-46990,544670],[-50149,555316],[-51158,554811],[-50847,554674],[-49905,554647],[-49132,553715],[-49703,553857],[-50604,555115],[-49970,554253],[-39267,575364],[-40662,569981],[-40830,573708],[-39693,571313],[-39821,574627],[-40449,570447],[-38448,572256],[-39145,611745],[-40733,622887],[-40211,622597],[-40918,622305],[-39944,624652],[-50231,625849],[-49685,626127],[-39908,632038],[-39287,629888],[-47945,639111],[-50689,639332],[-49092,638218],[-49833,639461],[-49185,639644],[-50929,638242],[-48508,637622],[-47149,636025],[-46508,652672],[-46689,647253],[-50401,644640],[-48390,651516],[-46859,649822],[-50068,649105],[-44284,649304],[-46198,649556],[-50317,649755],[-45994,647462],[-48969,652298],[-38887,644201],[-45273,646514],[-45777,652968],[-44939,652445],[-48344,646702],[-47717,642653],[-39335,651601],[-49624,642576],[-50797,646909],[-48753,647615],[-47889,643202],[-47177,646586],[-49922,647731],[-40451,644946],[-49512,650476],[-49067,647286],[-48732,643687],[-46828,647753],[-47490,646326],[-45801,652877],[-48299,652971],[-44932,649719],[-50576,643268],[-50890,642000],[-47787,641151],[-48257,640301],[-48690,653122],[-45637,656220],[-46623,656370],[-44714,656673],[-44815,654317],[-43113,660406],[-46132,663966],[-47745,657765],[-47411,657694],[-42366,661153],[-45419,659922],[-43270,660615],[-43055,659287],[-43216,661915],[-42507,662178],[-38481,654624],[-43984,659756],[-47171,658415],[-45201,665354],[-38789,655587],[-43949,665187],[-43316,665139],[-38438,654155],[-47106,658876],[-44125,659825],[-43109,653134],[-44786,655232],[-45149,653768],[-51017,653554],[-47007,656153],[-50317,669299],[-49877,671458],[-49907,675266],[-39453,674952],[-39324,676558],[-49780,670137],[-50328,667698],[-43962,667463],[-45851,676039],[-46343,673756],[-46190,668907],[-45474,675153],[-47220,675625],[-49331,677147],[-44381,673838],[-46023,672687],[-39669,667108],[-44861,674839],[-46193,674619],[-44200,666001],[-39497,684289],[-41640,684821],[-41871,684144],[-48781,684155],[-39592,681031],[-40288,684128],[-40287,679876],[-41500,682281],[-38636,683083],[-49461,678699],[-41696,682275],[-47599,684394],[-49731,680591],[-43644,679536],[-47381,684218],[-47669,678940],[-46032,116802],[-45775,116380],[-629403,-152186],[-629174,-152869],[-631361,-150024],[-630750,-149761],[-636548,-148878],[-636553,-148569],[-636782,-148854],[-639088,-161122],[-628394,-155951],[-628140,-156878],[-628023,-157016],[-639651,-376450],[-639447,136548],[-636330,138700],[-628599,134118],[-638742,136301],[-635646,140603],[-628158,135914],[-638124,135823],[-636291,139157],[-627251,133864],[-636660,139004],[-629210,137063],[-635757,151584],[-629774,143591],[-630060,153270],[-636164,151618],[-632409,151689],[-634902,153083],[-631880,152863],[-629470,151094],[-632058,151972],[-638736,1545358],[-634155,1547893],[-629339,1547690],[-639403,1547279],[-632726,1544887],[-628296,1548149],[-633330,1548124],[-632723,1544807],[-629449,1550188],[-628529,1579738],[-628958,1584428],[-628162,1578907],[-627717,1582110],[-628134,1586920],[-628509,1579156],[-629026,1585845],[-627309,1587167],[-627271,1587892],[-627268,1595808],[-628299,1595229],[-636065,1599078],[-637212,1596920],[-627958,1592909],[-628661,1595170],[-633480,1598263],[-639877,1598730],[-638091,1596039],[-630807,1597850],[-639805,1594461],[-631387,1596515],[-633668,1598593],[-639351,1599567],[-632120,1601214],[-639848,1600562],[-631942,1624107],[-634296,1625092],[-634257,1622204],[-633465,1622046],[-634402,1629861],[-631952,1627049],[-630124,1632141],[-630056,1626238],[-637156,1627388],[-633095,1627522],[-627763,1629618],[-631379,1628698],[-638058,1628420],[-631989,1626529],[-628170,1633585],[-629959,1627259],[-637079,1628791],[-635711,1627866],[-628410,1632358],[-630236,1627939],[-634988,153833],[-629853,154920],[-629024,154509],[-637293,154633],[-633943,166450],[-629722,153864],[-633209,156189],[-634041,166217],[-627515,154520],[-629097,154246],[-638597,164745],[-637871,162926],[-638291,165329],[-639651,163439],[-638877,169560],[-638622,169924],[-639567,168551],[-635134,166904],[-634690,171971],[-635445,170148],[-634418,168040],[-635650,169932],[-635036,169183],[-632008,191835],[-632072,191958],[-636854,197102],[-632009,201760],[-633000,196055],[-638652,201024],[-633175,196767],[-632872,203308],[-634847,200018],[-630574,196168],[-630427,193132],[-633910,204315],[-634629,203104],[-628162,195879],[-634073,197597],[-639841,198841],[-634564,200616],[-627503,194586],[-630500,192370],[-635336,198764],[-639165,197921],[-630455,212790],[-628556,207305],[-635299,205447],[-630721,211523],[-628098,207799],[-633571,205195],[-627489,213649],[-628287,216208],[-628566,217662],[-627671,216674],[-629319,213120],[-627553,219837],[-628734,218588],[-638444,228438],[-634518,227405],[-637467,222964],[-627986,221237],[-638659,224200],[-633582,227929],[-632854,227404],[-636457,223144],[-633046,229308],[-638421,222637],[-629469,23178],[-633421,22922],[-635540,21963],[-633958,20236],[-633308,22247],[-634487,23794],[-635151,22022],[-631223,23631],[-635032,25092],[-633540,24139],[-630540,268150],[-630218,267260],[-628087,263963],[-639932,263308],[-637749,258490],[-633047,257912],[-628995,267170],[-631368,268824],[-627989,265760],[-637166,257916],[-635284,257276],[-630391,266634],[-629819,268556],[-628217,266254],[-636421,258876],[-633544,257597],[-639309,262320],[-636433,259092],[-633886,258537],[-631572,270083],[-630749,31281],[-632253,36660],[-629119,30748],[-634367,38409],[-636137,29418],[-632548,30920],[-630103,35370],[-629301,30963],[-634425,37320],[-639256,30611],[-630938,31373],[-630711,35016],[-628518,30733],[-634321,38202],[-638784,27698],[-631755,31497],[-630531,35322],[-628958,31337],[-634332,37678],[-637475,31251],[-634186,40110],[-639325,44690],[-634614,39788],[-638174,46102],[-634103,41071],[-635190,38940],[-638681,46126],[-639408,68990],[-635995,70119],[-639768,69185],[-635912,69941],[-636245,68071],[-636351,69869],[-632130,92195],[-627967,91142],[-630578,92877],[-632292,92639],[-627494,92194],[-631584,93925],[-630607,91291],[-627725,91663],[-631396,92656],[-633897,93541],[-631378,91906],[-628042,91629],[-629622,94585],[-634822,110790],[-634449,111357],[-641219,-139938],[-640297,-140890],[-640286,-159256],[-646707,-157863],[-642698,-198307],[-644686,-196340],[-644328,-196700],[-650604,-299273],[-640001,-376424],[-643656,136909],[-649257,140212],[-651459,135494],[-647499,135267],[-643494,130582],[-646907,132572],[-640802,136051],[-643038,138212],[-646948,138090],[-649551,135647],[-647463,134526],[-646319,134126],[-650638,137825],[-644294,132199],[-641751,133702],[-642161,135860],[-643051,131069],[-647650,134501],[-647399,138697],[-646129,133941],[-643881,138781],[-646487,138858],[-650937,135436],[-647759,135228],[-651604,137351],[-643007,131678],[-645260,134430],[-652471,139667],[-651422,148285],[-652761,144804],[-643990,152988],[-652095,150512],[-641344,153603],[-651734,152398],[-645522,152856],[-647224,1548780],[-641340,1548378],[-642890,1546097],[-650599,1555315],[-650275,1560468],[-651823,1557950],[-649922,1556998],[-646534,1549745],[-647949,1556267],[-650290,1560032],[-647393,1551383],[-648452,1559364],[-648063,1551206],[-652509,1587149],[-652458,1586517],[-643974,1599682],[-640820,1594777],[-651134,1588949],[-641917,1598204],[-651701,1598778],[-646051,1598573],[-646959,1598937],[-645666,1599725],[-643692,1601833],[-647651,1603055],[-644170,1600718],[-646178,1602973],[-643549,1601168],[-647344,1604994],[-648091,1601161],[-646783,1601567],[-650849,1625020],[-646199,1618690],[-642853,1625213],[-652234,1618831],[-648193,1618521],[-642513,1624636],[-648232,1618616],[-645099,1625524],[-647128,1617441],[-643647,1624336],[-641546,1630275],[-641023,1628103],[-641564,1630887],[-640950,1628373],[-640085,1628415],[-640341,1630116],[-650651,156112],[-649036,154833],[-642668,155581],[-650531,154105],[-648009,154748],[-643087,155273],[-649834,154921],[-647755,154596],[-649757,155115],[-645243,165684],[-642597,163468],[-641405,164154],[-643489,164723],[-642082,164838],[-649446,179070],[-650202,178213],[-641147,179299],[-646414,167991],[-647063,170388],[-648796,175566],[-642614,169188],[-646950,168996],[-640977,170190],[-649062,172896],[-642298,169097],[-648939,171907],[-646772,173813],[-643937,167340],[-647335,169089],[-641094,167048],[-649623,175281],[-648174,173999],[-641617,168937],[-651167,179562],[-644800,180037],[-643278,182380],[-645841,185084],[-642815,189567],[-650652,179973],[-644940,181598],[-643915,181456],[-644636,183312],[-645697,185767],[-646189,186403],[-643067,180284],[-644601,182322],[-643636,189184],[-640171,182134],[-642773,183550],[-643274,187926],[-648003,202062],[-641871,200649],[-647937,201288],[-652357,193568],[-649510,200398],[-640513,199432],[-649577,201134],[-643649,215812],[-647059,217347],[-652797,212364],[-651316,213155],[-646789,216195],[-645851,214476],[-649596,216465],[-641163,216588],[-645787,213781],[-640308,215577],[-644723,217145],[-647732,229363],[-641537,227943],[-644181,224054],[-640954,221694],[-641553,219521],[-649227,221987],[-648581,225388],[-642097,222666],[-648774,218816],[-648100,223565],[-649463,227399],[-648860,229433],[-641981,230263],[-644518,222017],[-648935,220439],[-649614,225866],[-651158,229106],[-644255,221591],[-641025,221703],[-642977,219646],[-648525,223624],[-647207,224794],[-649704,229716],[-651726,234341],[-647240,237971],[-648548,237195],[-652133,233080],[-645342,237298],[-642282,231856],[-648476,241990],[-647336,240426],[-649263,236351],[-643554,235737],[-641226,234621],[-651841,234906],[-649145,238087],[-649757,236248],[-644904,236587],[-642241,233383],[-648626,240685],[-649408,236636],[-644392,234947],[-640901,233211],[-642032,231554],[-650580,244552],[-646007,254013],[-645178,245980],[-646638,245813],[-644021,249771],[-644832,255892],[-647635,243425],[-642897,250590],[-649603,243892],[-646944,244274],[-642478,252681],[-646747,245901],[-646115,251840],[-643252,254766],[-649739,244298],[-644018,17448],[-642052,20930],[-641540,14496],[-651623,24933],[-646471,15561],[-640772,19855],[-641186,13514],[-649468,22022],[-644285,17846],[-640063,18893],[-640192,15108],[-651717,21360],[-648844,22227],[-644135,17539],[-640852,18511],[-640658,15347],[-651133,24622],[-640579,263075],[-641823,261618],[-647004,259511],[-642044,265947],[-640161,263469],[-643379,264633],[-645856,260568],[-643196,264749],[-642181,261031],[-646187,259926],[-643384,256210],[-643679,261972],[-642625,265087],[-640510,44735],[-640723,47671],[-651956,45376],[-651112,46179],[-647678,43452],[-640699,47057],[-652077,43352],[-649703,47916],[-649752,45418],[-649119,43284],[-640818,47713],[-648994,46074],[-652592,43954],[-650263,46174],[-649868,41344],[-641042,47083],[-650242,46263],[-648028,44795],[-650070,57122],[-651784,58599],[-648324,56281],[-645124,57208],[-642641,59624],[-641866,63666],[-650628,55998],[-652554,59202],[-650148,59472],[-648923,55173],[-643624,56795],[-642961,59999],[-642097,62334],[-650833,56871],[-649529,59178],[-647351,55843],[-643856,56306],[-644110,59565],[-642214,62942],[-652169,55902],[-649833,59293],[-646622,54507],[-643578,56383],[-643896,59884],[-640669,64001],[-642681,67321],[-643176,66599],[-640082,68048],[-644572,66694],[-640994,68563],[-643924,66478],[-648507,93315],[-645154,119314],[-641812,128134],[-641870,120795],[-642243,127601],[-644337,118098],[-643681,127778],[-643221,119494],[-641583,127752],[-652075,122945],[-652409,124724],[-648728,125944],[-651081,126171],[-648485,124008],[-649899,125464],[-651671,118548],[-650304,122600],[-647910,123368],[-650848,122763],[-653119,-297625],[-664779,134486],[-653310,136763],[-661584,136235],[-664923,137155],[-656053,137893],[-663470,140697],[-659741,140013],[-656938,137515],[-661917,137720],[-663590,139670],[-660577,137974],[-655593,136812],[-659736,137541],[-653723,138392],[-654372,144120],[-655069,147721],[-653682,150326],[-654371,148122],[-664866,152018],[-655071,145398],[-652919,153129],[-662147,153110],[-661808,141483],[-654469,145755],[-655241,147951],[-653905,148305],[-664415,153682],[-654871,144122],[-655056,147031],[-653833,152846],[-653883,148350],[-664233,149368],[-663105,151099],[-660062,1561163],[-655089,1556942],[-653207,1557584],[-656061,1551546],[-657625,1558058],[-655683,1552168],[-657735,1559174],[-656745,1554647],[-656932,1559239],[-653843,1557768],[-657039,1551793],[-663094,1572840],[-663014,1567050],[-659487,1562246],[-661275,1574498],[-663543,1568197],[-661862,1570465],[-658715,1564317],[-664524,1573608],[-662661,1568916],[-659162,1562103],[-663964,1583490],[-665349,1580172],[-665286,1586835],[-663698,1582002],[-652966,1589700],[-659830,1594888],[-662974,1588323],[-665548,1599818],[-661641,1592610],[-655884,1598074],[-663888,1591764],[-662746,1588285],[-656661,1597385],[-654049,1599850],[-661189,1593325],[-658520,1596768],[-665539,1591433],[-664771,1589040],[-654357,1595532],[-662209,1594808],[-660052,1596062],[-663322,1591426],[-655819,1595731],[-664291,1599391],[-663480,1594299],[-656194,1594776],[-659566,1602479],[-655634,1600860],[-664147,1600733],[-658008,1601647],[-653641,1602383],[-656871,1601255],[-654700,1602178],[-658479,1604671],[-660982,1602715],[-662534,1615533],[-663089,1613919],[-660249,1620163],[-655535,1621878],[-664170,1615170],[-663796,1623175],[-664575,1620043],[-659249,1621054],[-654523,1621511],[-664533,1617011],[-665283,1623127],[-665310,1619433],[-660063,1621560],[-655678,1623602],[-654940,1619214],[-662694,1616441],[-663543,1621510],[-662104,1621171],[-653725,1623451],[-653651,1621660],[-659169,159720],[-660299,158666],[-665027,158346],[-654211,153855],[-659713,159753],[-664504,158324],[-658709,157429],[-663244,161521],[-652925,191572],[-654989,193222],[-665456,201602],[-662641,198483],[-655607,192879],[-665363,201345],[-660943,198369],[-664228,199469],[-663626,204796],[-661140,196433],[-664170,198382],[-664840,202971],[-659334,198677],[-664602,199806],[-661001,216870],[-654986,212480],[-657888,217086],[-653460,214818],[-662730,217220],[-657454,216085],[-660787,217645],[-653625,212577],[-655568,215091],[-654092,215014],[-664209,216737],[-659359,217508],[-654040,216428],[-663553,221243],[-662886,220661],[-655512,219027],[-660954,220967],[-660542,221117],[-664097,229371],[-659167,226224],[-660097,228473],[-662408,228029],[-660276,227973],[-662685,227254],[-662831,226974],[-659642,227585],[-660516,237520],[-653310,241977],[-655110,239477],[-663791,237301],[-653570,237773],[-654749,237607],[-661498,239987],[-663365,237820],[-658192,239578],[-653207,237616],[-656968,238199],[-662323,238289],[-655765,237140],[-658031,238992],[-653169,246002],[-654995,24065],[-652919,24861],[-656626,20031],[-657226,22201],[-662988,18665],[-660786,17124],[-654220,23687],[-660110,25769],[-658983,16314],[-656514,22227],[-653033,23868],[-665585,13761],[-661844,15197],[-665302,18706],[-654978,20121],[-658881,23838],[-661398,15496],[-661809,17152],[-654443,34922],[-657544,34578],[-664920,31171],[-659831,25803],[-652923,34751],[-656844,34665],[-653654,25867],[-653552,35660],[-656947,34734],[-664932,31867],[-664579,30653],[-653517,34859],[-665489,32114],[-657421,31778],[-653168,45505],[-655266,49155],[-654061,51029],[-658002,48174],[-665180,43375],[-661150,41007],[-654865,48748],[-654427,49835],[-660233,46663],[-661073,42168],[-654750,48118],[-655389,51075],[-659939,48197],[-665366,44385],[-659963,43953],[-664652,50195],[-655413,49773],[-659324,47061],[-664867,44284],[-658077,40812],[-653438,52207],[-652811,60998],[-658427,55219],[-657421,56720],[-654774,60984],[-655352,53223],[-653335,59830],[-655604,54869],[-657151,54589],[-658278,67102],[-657623,65947],[-660412,67924],[-656906,68104],[-661114,73716],[-660604,73758],[-657808,75527],[-661219,75504],[-664317,77321],[-664447,77695],[-663852,77355],[-661402,78347],[-662514,100768],[-663740,94777],[-665140,95605],[-664812,101492],[-662026,94476],[-660813,94012],[-665276,102301],[-663252,93237],[-657069,114506],[-658534,110246],[-654493,112857],[-661336,113230],[-660878,111541],[-654476,113104],[-660293,110475],[-654407,113533],[-660537,112046],[-655012,116646],[-655220,120221],[-660450,116096],[-653182,119236],[-657496,115450],[-653435,121218],[-658168,116626],[-657534,116133],[-669230,-216139],[-669618,-216266],[-667581,-217165],[-677925,-215469],[-678333,-215540],[-667687,-217764],[-675354,-218631],[-676150,-218421],[-676462,-218714],[-668285,8015],[-667644,12796],[-666688,9537],[-666491,11981],[-665882,10701],[-668037,8573],[-666345,12585],[-665756,134729],[-671454,133914],[-670013,139229],[-667503,132892],[-669309,133083],[-672780,132799],[-673203,138249],[-667494,133395],[-671590,131588],[-673299,136856],[-672121,135033],[-672851,130019],[-671875,138402],[-665917,148337],[-668447,1570735],[-670513,1574473],[-670696,1571328],[-671018,1574236],[-666905,1568590],[-670010,1569148],[-665783,1566668],[-671211,1587186],[-670160,1582779],[-666491,1582874],[-669029,1584903],[-671606,1584036],[-674738,1580535],[-671335,1587174],[-670417,1579156],[-668281,1583089],[-669468,1585629],[-670007,1582756],[-671716,1583990],[-676001,1579245],[-669349,1582675],[-668627,1584316],[-673797,1585331],[-671781,1582852],[-677292,1580660],[-668210,1581194],[-669166,1575102],[-667027,1585617],[-669816,1583723],[-670915,1584085],[-673742,1584971],[-677919,1582311],[-676100,1581469],[-675875,1581492],[-671863,1588067],[-666064,1589223],[-665918,1595609],[-669132,1598654],[-669141,1594867],[-666707,1591635],[-672536,1588528],[-666143,1594720],[-674404,1599490],[-673321,1599911],[-666229,1598348],[-670782,1593329],[-666801,1593252],[-667866,1598154],[-671502,1596196],[-671324,1600155],[-671532,1596044],[-671419,1612051],[-674975,1603568],[-677557,1607889],[-671770,1609001],[-665758,1612121],[-678062,1612820],[-677827,1609374],[-671059,1600646],[-672849,1602736],[-675856,1606516],[-670014,1610520],[-675355,1602992],[-675764,1607185],[-670776,1611429],[-667270,1616302],[-666232,1614621],[-666542,1621292],[-666524,1619859],[-668201,1617422],[-669474,1613663],[-666432,1614791],[-668156,1615621],[-666350,1617877],[-669223,1615741],[-666309,1613214],[-667061,159489],[-669722,161965],[-668685,160834],[-667269,158962],[-667384,159252],[-665927,201418],[-667294,215527],[-666972,216348],[-665863,219234],[-677180,251553],[-677590,248986],[-674651,249631],[-675982,251872],[-668978,23126],[-669956,22526],[-669879,23457],[-665751,15435],[-668513,22746],[-671734,32652],[-670725,30646],[-670035,27103],[-671340,29926],[-669616,31787],[-669335,30530],[-672489,29471],[-666022,27591],[-670383,29590],[-669015,33996],[-665939,26117],[-671789,30766],[-670494,32705],[-669140,29774],[-671760,27478],[-667530,26652],[-669243,39679],[-671047,41721],[-667227,48610],[-668743,43001],[-670857,42279],[-666949,48924],[-671025,49891],[-673250,40514],[-666271,43873],[-671545,42052],[-668388,50589],[-666327,52112],[-669848,53085],[-674187,57251],[-675971,63130],[-670337,51781],[-672301,55244],[-676135,61008],[-673191,57938],[-675480,62924],[-672132,55456],[-675402,62624],[-671140,102464],[-667741,96241],[-665680,101378],[-672065,101813],[-669188,101600],[-669617,101260],[-666433,97554],[-674804,102282],[-667838,97862],[-666234,101860],[-673214,102603],[-669768,107357],[-668351,107949],[-668670,104327],[-669444,110736],[-668152,103764],[-671726,104441],[-667078,107234],[-689127,1580140],[-689934,1584302],[-689413,1581905],[-689740,1582807],[-679348,1578045],[-687968,1591408],[-685199,1598859],[-680671,1592475],[-686208,1591942],[-679638,1589526],[-687939,1591543],[-683727,1598999],[-683509,1587721],[-682008,1589359],[-684977,1590564],[-683622,1598567],[-683100,1590546],[-681579,1588772],[-679638,1604925],[-679580,1606152],[-685932,1601197],[-681615,1602430],[-678532,1611327],[-679035,1602270],[-679878,1607534],[-678514,1612697],[-681978,1604074],[-678726,1612051],[-680362,1637297],[-681515,1636899],[-682764,1639180],[-681201,1650079],[-689554,1650248],[-681863,1639361],[-683494,1650125],[-686873,1649739],[-682427,1651031],[-683725,1650928],[-689390,1649806],[-687941,1651924],[-679181,243124],[-682103,247181],[-680344,244753],[-683155,250877],[-679487,243785],[-679819,246999],[-678855,243834],[-679315,250997],[-699198,1573793],[-701035,1572877],[-699755,1572081],[-700135,1573699],[-700183,1578003],[-693086,1578103],[-703418,1575347],[-693326,1581497],[-699676,1576272],[-692222,1577245],[-694804,1582248],[-694504,1577164],[-692938,1584431],[-703047,1589926],[-701090,1592797],[-691794,1595834],[-703962,1589657],[-701064,1594790],[-691253,1597240],[-701436,1595153],[-691982,1594542],[-700025,1593312],[-693178,1597732],[-711535,1510451],[-712301,1509876],[-713799,1508157],[-711307,1509750],[-713057,1515067],[-716051,1522632],[-712503,1518601],[-713923,1515787],[-712068,1518173],[-714422,1513187],[-711502,1516178],[-715518,1514190],[-714597,1517006],[-715850,1524937],[-712219,1528370],[-713361,1531655],[-712781,1528319],[-711279,1528023],[-710808,1533260],[-715594,1535605],[-712539,1527391],[-712169,1529551],[-714400,1531909],[-716053,1532907],[-711816,1527786],[-709249,1528709],[-712727,1534106],[-715964,1532646],[-708996,1575733],[-713166,1583676],[-713860,1576687],[-710163,1586887],[-704189,1586602],[-708373,1578471],[-710144,1582052],[-711530,1579504],[-713664,1579065],[-712299,1587227],[-705133,1584962],[-711489,1581670],[-712361,1580048],[-712262,1576483],[-714268,1585508],[-705380,1583829],[-707572,1577448],[-709805,1581995],[-713518,1579026],[-711427,1585916],[-711218,1586456],[-704713,1587074],[-708152,1576652],[-713428,1590648],[-714290,1592992],[-705162,1591318],[-715809,1589185],[-715749,1593276],[-710011,1588255],[-715226,1591579],[-705794,1592265],[-714001,1593653],[-718268,1507000],[-720303,1505884],[-720261,1504286],[-716986,1504608],[-719405,1521285],[-727116,1520163],[-717679,1522533],[-729003,1516684],[-719488,1522559],[-729357,1512439],[-727828,1519051],[-729225,1518432],[-717086,1533302],[-727675,1526561],[-729514,1524300],[-729450,1525578],[-725806,1537206],[-726244,1536770],[-726869,1537419],[-727216,1537048],[-723334,1576923],[-719752,1579030],[-722195,1586273],[-724360,1575519],[-720481,1579812],[-722899,1585767],[-719415,1581367],[-724689,1587125],[-724791,1577399],[-717592,1579578],[-724420,1577540],[-718370,1590919],[-719993,1590151],[-723228,1587970],[-718423,1590070],[-729423,1612274],[-739307,1510194],[-740284,1508239],[-738092,1506400],[-738854,1507557],[-740080,1511068],[-732225,1510640],[-742043,1512331],[-731969,1514136],[-741029,1510806],[-730690,1510658],[-740145,1511855],[-729840,1526316],[-740761,1546571],[-740319,1544184],[-739653,1545953],[-740675,1543342],[-730328,1609485],[-730064,1610165],[-732363,1610260],[-740601,1624194],[-739252,1625371],[-734107,1618910],[-737894,1623103],[-735681,1620854],[-737514,1624129],[-735587,1620866],[-736929,1623102],[-735979,1621953],[-738638,1634504],[-736503,1638369],[-738914,1638167],[-740503,1636313],[-740305,1637859],[-742111,1637998],[-742338,1628410],[-739800,1625844],[-737120,1636498],[-738951,1638085],[-736205,1641754],[-738216,1643538],[-739363,1639822],[-738727,1642098],[-741359,1642690],[-737945,1641415],[-737997,1644124],[-739270,1645146],[-743789,1519309],[-746016,1518358],[-744984,1520066],[-746590,1520283],[-746776,1533968],[-746211,1530183],[-748246,1524420],[-744067,1532924],[-746393,1528199],[-746495,1524964],[-745594,1532387],[-747044,1528308],[-744557,1523679],[-743621,1528140],[-748537,1523553],[-746334,1541069],[-749484,1539095],[-749130,1539268],[-747171,1536288],[-752161,1554931],[-752068,1555501],[-749736,1554318],[-753123,1554583],[-754538,1570085],[-754500,1569136],[-755156,1570073],[-745264,1634957],[-745142,1626832],[-744642,1637394],[-744642,1626691],[-744704,1634941],[-742807,1627164],[-745370,1633865],[-742420,1637612],[-63800,130617],[-62801,132819],[-63167,129275],[-62780,132026],[-61154,133794],[-62890,133368],[-63919,163460],[-51608,241594],[-51229,241693],[-51855,242850],[-51629,245862],[-52197,243750],[-51256,246611],[-51259,246954],[-52104,243565],[-56574,550183],[-56154,549207],[-54931,548862],[-54766,550491],[-55774,550381],[-53676,555817],[-54291,557168],[-52430,553456],[-51541,554546],[-52699,555534],[-54024,557060],[-54159,554323],[-53226,553095],[-52145,553834],[-62750,583395],[-59612,588446],[-62675,588763],[-62480,588705],[-61614,588420],[-61958,588758],[-63510,582303],[-60027,587425],[-62003,581291],[-63531,583587],[-59265,588199],[-62448,588348],[-61056,588572],[-58590,588390],[-60168,587779],[-63073,580787],[-62309,589165],[-62392,590501],[-59541,589941],[-59380,589151],[-61758,591036],[-62372,589912],[-60677,590366],[-61955,590127],[-59163,590513],[-59722,589456],[-62579,589959],[-56587,626723],[-57985,626832],[-56615,626589],[-55935,625619],[-55963,621937],[-56739,621505],[-54516,619728],[-55146,619740],[-54760,621051],[-55921,621068],[-51416,626195],[-51930,624177],[-61368,635145],[-61652,635715],[-63305,630337],[-63882,628240],[-56528,632518],[-57397,633013],[-57215,633241],[-55500,632863],[-58538,638397],[-54105,639273],[-52822,638487],[-55360,638841],[-57118,638091],[-59108,631952],[-57566,634408],[-60332,635821],[-52276,639348],[-53539,637634],[-52487,637752],[-53342,645174],[-57476,646178],[-58913,642074],[-59658,642951],[-63925,650246],[-53159,645581],[-58604,644440],[-52333,648032],[-58032,644274],[-58944,642619],[-57096,646685],[-59877,643841],[-59889,642432],[-54424,647074],[-56764,649391],[-55740,647009],[-54251,648345],[-57343,647670],[-60355,648134],[-57973,647614],[-56777,649225],[-58205,649154],[-60117,648547],[-57513,650467],[-55309,651830],[-60362,652223],[-56186,652411],[-54050,641184],[-62666,660467],[-61947,663515],[-55249,661994],[-63261,660610],[-61922,660760],[-59797,657969],[-61130,663385],[-58925,654548],[-59163,655540],[-56660,656048],[-61090,661571],[-56944,655710],[-52681,663671],[-58902,655266],[-54196,662525],[-54599,662912],[-54887,663882],[-57896,656499],[-58163,653279],[-59550,656230],[-63170,663287],[-63108,656913],[-63503,658956],[-63578,660245],[-62988,653691],[-63770,653998],[-56292,658036],[-53567,659095],[-57693,665186],[-56468,665220],[-57979,665765],[-56451,664766],[-53047,663405],[-52528,665427],[-52466,664452],[-54435,660423],[-59139,656633],[-58138,658598],[-54852,658468],[-57568,658396],[-57258,658044],[-60787,674280],[-56720,671313],[-60236,675597],[-53635,672341],[-60524,674729],[-60268,674980],[-62034,671634],[-62614,672637],[-61338,668086],[-62783,672412],[-56323,670127],[-55720,669499],[-56613,670220],[-55971,670403],[-62037,678183],[-52441,674218],[-62646,677726],[-63499,676715],[-52709,672370],[-62162,672346],[-52386,672950],[-52106,672058],[-57175,671620],[-56195,671594],[-54930,673845],[-55216,671688],[-62077,673706],[-56000,674068],[-62037,673257],[-60105,670051],[-60978,668327],[-59445,668561],[-59855,669890],[-60149,667933],[-58086,668718],[-57282,670103],[-51804,677959],[-53176,672198],[-59222,669835],[-60520,675038],[-53486,671363],[-56245,672515],[-63646,673500],[-58356,673359],[-58315,672363],[-56398,673552],[-61461,679450],[-54529,684154],[-63174,685252],[-62404,679792],[-62029,681775],[-63417,679710],[-51970,686973],[-52186,680703],[-60776,684967],[-63270,683492],[-60748,685127],[-54494,681219],[-51638,681640],[-62996,124904],[-63314,123943],[-58936,115403],[-63024,124444],[-63983,123106],[-760482,1542562],[-756811,1547960],[-760287,1541164],[-758739,1548719],[-762033,1540938],[-759457,1547603],[-761431,1542087],[-756152,1547364],[-757561,1566170],[-763919,1570849],[-758943,1566315],[-763279,1567387],[-767344,1571831],[-759278,1568159],[-763203,1570829],[-767296,1573103],[-756232,1569096],[-761839,1568353],[-780717,1520745],[-779249,1522981],[-775774,1533231],[-780627,1524042],[-778347,1533186],[-776244,1531852],[-779177,1534937],[-768533,1571786],[-769461,1571796],[-790031,1518292],[-785107,1516485],[-791208,1512825],[-788657,1519090],[-783580,1518167],[-792785,1513365],[-788835,1517936],[-790856,1520182],[-792461,1514152],[-782804,1518671],[-787040,1519627],[-789071,1516680],[-781125,1521988],[-782135,1517585],[-786698,1519231],[-792524,1520004],[-782239,1529707],[-786796,1535271],[-780877,1526503],[-781538,1531433],[-791884,1535672],[-789299,1532454],[-786659,1535200],[-782500,1528260],[-791707,1533402],[-782979,1533575],[-781853,1529732],[-781967,1526427],[-780912,1532915],[-788963,1531997],[-793516,1533683],[-786573,1535391],[-784052,1528853],[-793290,1535640],[-789401,1531480],[-787445,1535969],[-786976,1545974],[-792952,1543856],[-787642,1543798],[-792693,1543429],[-789918,1543611],[-785768,1546660],[-788203,1543400],[-789804,1545624],[-784829,1557309],[-789840,1555295],[-785179,1557421],[-786568,1557626],[-786966,1560277],[-787933,1554700],[-787514,1560081],[-787029,1555435],[-797974,1509624],[-798740,1503328],[-800173,1509802],[-800511,1510557],[-799795,1507309],[-799513,1503399],[-799164,1504291],[-800088,1509806],[-805420,1511990],[-803469,1510756],[-797299,1513042],[-794515,1514318],[-805670,1513134],[-800377,1511960],[-796050,1511529],[-805268,1513150],[-801663,1511159],[-797241,1514371],[-797716,1513988],[-794558,1536490],[-812635,1509806],[-817518,1509236],[-818132,1506968],[-809551,1508847],[-818288,1508681],[-817409,1510649],[-809518,1511637],[-808258,1513977],[-809202,1510784],[-828568,1509162],[-830257,1509121],[-828356,1509716],[-828321,1509645],[-825931,1512618],[-825268,1511028],[-825741,1511988],[-841158,1500369],[-835820,1501843],[-834018,1508508],[-840864,1500528],[-838299,1502625],[-833873,1506988],[-841045,1503424],[-836430,1504528],[-833789,1507961],[-843021,1503925],[-837165,1503672],[-833931,1508029],[-855513,1420818],[-857536,1420334],[-857044,1417890],[-855087,1420752],[-856855,1418857],[-855564,1418566],[-857252,1417825],[-856215,1425574],[-856064,1425614],[-856353,1425243],[-845406,1484760],[-846319,1484226],[-845148,1487392],[-846556,1491036],[-845196,1486411],[-846934,1492678],[-845534,1490853],[-847065,1492759],[-846107,1504725],[-845395,1504438],[-847585,1504775],[-845677,1505988],[-850651,1511136],[-851820,1520702],[-847355,1513070],[-853776,1520986],[-847305,1511166],[-852222,1522307],[-848992,1511847],[-852411,1522721],[-855715,1527338],[-857550,1534784],[-855345,1525879],[-854781,1526424],[-856668,1532946],[-856867,1528221],[-857137,1534272],[-856973,1546909],[-869284,1382284],[-862791,1379675],[-863016,1381033],[-861849,1379277],[-860693,1380732],[-861553,1377475],[-863003,1379192],[-865525,1390558],[-869809,1385768],[-864674,1390364],[-867025,1392009],[-862804,1383095],[-863573,1387911],[-860341,1383181],[-864491,1387671],[-866103,1393766],[-860714,1387652],[-864205,1393551],[-864735,1395799],[-869320,1403296],[-867001,1395977],[-868707,1405343],[-867843,1397633],[-869960,1403382],[-866965,1396957],[-869654,1403631],[-858131,1423026],[-858760,1423149],[-858770,1422599],[-862259,1425328],[-859397,1422140],[-858679,1422747],[-862343,1424642],[-859357,1421654],[-859212,1422330],[-862485,1425192],[-860454,1425623],[-860233,1423748],[-867860,1453447],[-866223,1454241],[-870317,1448347],[-865106,1453311],[-868243,1454481],[-859949,1531221],[-860564,1533872],[-861439,1531645],[-859808,1535679],[-864990,1539109],[-860005,1548897],[-857667,1547291],[-859815,1545794],[-861124,1541147],[-858705,1543318],[-859219,1547170],[-860480,1547300],[-862719,1542623],[-864644,1540210],[-858995,1548403],[-861697,1543689],[-863533,1537971],[-861619,1542024],[-859526,1547504],[-863067,1542921],[-869275,1616762],[-867179,1619138],[-868476,1616747],[-867303,1619126],[-881254,1379840],[-877927,1378214],[-878126,1377711],[-881571,1378157],[-871162,1383946],[-872010,1385177],[-872764,1398477],[-873111,1401705],[-872981,1404282],[-873650,1400378],[-871020,1402228],[-874963,1402002],[-873500,1404202],[-874428,1417367],[-873323,1419282],[-881672,1419310],[-874546,1420174],[-873464,1415622],[-880314,1419818],[-874244,1418958],[-871575,1415932],[-876073,1418346],[-872209,1419321],[-881258,1422995],[-883132,1424403],[-882743,1421929],[-882734,1430124],[-883146,1429569],[-880619,1438615],[-882483,1440077],[-881494,1445095],[-881872,1437287],[-880876,1440656],[-880392,1446579],[-882906,1435311],[-881129,1440541],[-880891,1445936],[-879617,1448006],[-879279,1450222],[-873096,1453435],[-872481,1449229],[-879754,1451800],[-873532,1453800],[-871989,1448644],[-881822,1452988],[-875013,1455532],[-872441,1451277],[-882030,1451129],[-872076,1456570],[-870401,1611900],[-870458,1611279],[-64519,129306],[-76466,141241],[-73114,143506],[-75650,141737],[-73460,143272],[-76304,142248],[-73153,144128],[-73070,142328],[-64409,163757],[-64126,165944],[-65868,165033],[-66438,165284],[-65790,166547],[-64632,165264],[-67406,165485],[-67111,165113],[-64904,163902],[-64495,166304],[-66435,165054],[-65831,165740],[-65945,166136],[-65045,165603],[-67145,166386],[-66711,164792],[-64800,164330],[-64343,167510],[-64049,167250],[-70948,534401],[-69672,532062],[-69442,534136],[-69945,537061],[-70592,536680],[-69198,533459],[-72088,534594],[-70849,533852],[-73073,533768],[-70130,534902],[-72691,537104],[-68541,534408],[-69856,533244],[-70564,531936],[-70434,530897],[-67862,527719],[-70386,529444],[-73176,528963],[-71839,529671],[-72078,533265],[-72745,532527],[-70647,535491],[-75791,534403],[-67512,534260],[-70987,534159],[-70752,537203],[-70906,536926],[-72176,535638],[-68822,537458],[-68886,532045],[-69942,532375],[-72639,534685],[-69650,536383],[-71242,535232],[-72086,535943],[-68219,535239],[-70305,532624],[-69841,531191],[-70760,531160],[-70186,529704],[-69870,529383],[-72706,529712],[-68802,526300],[-72201,530085],[-70642,533964],[-72060,533627],[-73110,532444],[-71850,536342],[-75607,533975],[-71201,539059],[-71369,538520],[-70701,539495],[-70252,538467],[-71288,538202],[-72955,560609],[-75535,557958],[-75667,558505],[-75574,558923],[-72121,561367],[-76776,575246],[-75521,573151],[-67481,568569],[-67872,569219],[-66068,569376],[-66268,570142],[-66430,568879],[-66926,566938],[-75042,575271],[-66156,565278],[-71314,567659],[-76216,575674],[-69638,563627],[-72566,569454],[-72840,571534],[-74665,569766],[-73441,569115],[-75631,567687],[-66483,572540],[-72939,575336],[-66573,567815],[-65072,569027],[-66568,570725],[-65040,569659],[-67005,568927],[-74208,572639],[-67122,564571],[-71453,566181],[-69412,566313],[-69375,563851],[-73008,570385],[-76312,575319],[-73611,569009],[-75957,568031],[-75121,572155],[-65184,582180],[-64196,581229],[-64627,585464],[-64110,583664],[-76666,577255],[-74693,579364],[-74907,579329],[-71269,584421],[-69580,586238],[-66711,587300],[-68422,576840],[-66002,579524],[-68832,576277],[-66002,581561],[-67015,584302],[-67515,578014],[-67850,586880],[-64664,584729],[-64826,584229],[-67838,584769],[-73094,579014],[-72403,578471],[-73085,578306],[-70341,587303],[-69297,584367],[-69182,586254],[-65828,586653],[-65374,586540],[-66440,580048],[-64270,580513],[-68657,579804],[-68673,579159],[-67951,585582],[-68914,584320],[-64971,640039],[-65145,639220],[-65337,639123],[-66225,639488],[-66092,637983],[-65177,636703],[-65378,636746],[-64832,635479],[-65403,634422],[-65928,635385],[-65052,634110],[-65056,630372],[-64708,629186],[-67110,639840],[-68779,639042],[-67427,638666],[-68263,640083],[-72517,651683],[-66677,651785],[-69129,650557],[-71722,649712],[-71759,650545],[-67049,650583],[-65315,652872],[-69843,651128],[-67233,651175],[-76092,645823],[-72121,652865],[-68962,644415],[-68667,645842],[-68380,645721],[-68866,645736],[-64375,652224],[-65391,651783],[-64640,651016],[-64306,650185],[-66301,646840],[-66843,645303],[-66193,645928],[-65528,645941],[-65428,650915],[-64102,650791],[-69345,645194],[-68044,644122],[-68222,645724],[-76710,655469],[-75666,655658],[-75963,657427],[-74608,657620],[-75416,656665],[-74392,655635],[-73430,656356],[-73359,656097],[-73772,656632],[-66031,660912],[-67902,661212],[-70215,655598],[-67946,658413],[-73055,655368],[-73665,653145],[-72922,654586],[-73625,662084],[-64895,654420],[-71355,662338],[-66530,657029],[-67299,654419],[-65900,654791],[-66873,654471],[-70531,656951],[-64852,661505],[-70829,657025],[-65012,659155],[-73571,657814],[-70427,658985],[-70872,657545],[-67325,657970],[-70246,655725],[-71078,658907],[-70022,665193],[-69323,664697],[-67956,660406],[-73484,656232],[-68938,660331],[-64941,653739],[-74474,663924],[-66947,657128],[-67890,658810],[-71899,663889],[-73385,664380],[-72465,663489],[-71510,663778],[-67527,659675],[-64465,662482],[-66707,657937],[-67517,659657],[-67217,663897],[-65191,659011],[-73752,661918],[-74338,662778],[-69610,664040],[-68907,662986],[-69394,657531],[-71085,663486],[-70266,665708],[-70293,663338],[-70765,664648],[-70412,665426],[-75279,657408],[-67985,659382],[-70806,655768],[-64954,658400],[-67742,661013],[-67628,661211],[-67985,658288],[-74971,666340],[-76149,676425],[-72492,666166],[-74198,667557],[-66963,677733],[-69779,670436],[-71088,667651],[-72318,668187],[-72567,667050],[-72755,668284],[-75400,670764],[-71509,670425],[-75258,670874],[-75240,677145],[-65689,669322],[-74583,671341],[-68396,670626],[-72225,670376],[-72298,670159],[-73101,669596],[-74311,669415],[-74708,669705],[-70682,668788],[-70843,668518],[-64588,677298],[-67459,665822],[-73717,676490],[-67676,676838],[-73788,676360],[-75453,676459],[-65021,669649],[-66363,667292],[-65979,678071],[-67561,677354],[-76390,678493],[-65361,672821],[-66324,672460],[-75213,677910],[-69762,668803],[-65972,678289],[-64338,676958],[-64262,677817],[-65840,677987],[-74487,677465],[-74740,676754],[-73653,679495],[-72189,679517],[-65731,680947],[-66727,678873],[-891797,1373857],[-888367,1372848],[-888971,1375816],[-889309,1373121],[-888549,1375514],[-889113,1373970],[-889623,1374726],[-886377,1372534],[-895473,1399010],[-895782,1396471],[-893622,1402227],[-893213,1419573],[-895026,1417268],[-883385,1430986],[-883946,1422946],[-883820,1431408],[-884856,1423334],[-886726,1422832],[-884261,1437518],[-883272,1441219],[-884884,1449553],[-886418,1452312],[-883320,1452986],[-886563,1452143],[-883828,1454348],[-887628,1453864],[-893637,1466830],[-893939,1465296],[-895833,1466932],[-904649,1381742],[-899949,1378532],[-905792,1381676],[-901787,1378097],[-899232,1375107],[-899980,1378763],[-906771,1381785],[-900604,1376701],[-897853,1375202],[-908496,1380937],[-902631,1375074],[-898667,1376525],[-899854,1378153],[-898512,1373953],[-901294,1393141],[-898851,1390225],[-900040,1384131],[-902762,1384306],[-908368,1394293],[-897475,1391455],[-900171,1384002],[-901942,1383331],[-896342,1392742],[-901646,1392729],[-902148,1382726],[-908652,1390425],[-897043,1392173],[-900578,1386055],[-908489,1392437],[-896334,1405653],[-898351,1400443],[-897050,1395590],[-901314,1396036],[-900243,1395738],[-897301,1405555],[-898337,1396860],[-897031,1405470],[-899678,1397966],[-905855,1419167],[-906814,1417144],[-908158,1417277],[-896532,1418470],[-907173,1418176],[-896580,1417277],[-908157,1437709],[-900313,1471436],[-905950,1470313],[-896080,1467013],[-900864,1470791],[-907590,1470490],[-901201,1470779],[-903196,1479450],[-901825,1484416],[-907876,1482465],[-902444,1479344],[-903904,1483961],[-903906,1472589],[-908175,1479384],[-901898,1477711],[-905186,1483184],[-902389,1477803],[-899281,1472252],[-908314,1482042],[-905189,1488391],[-905666,1486652],[-905420,1487914],[-905622,1488802],[-901831,1486049],[-908341,1570451],[-908073,1570528],[-908166,1572365],[-908427,1573051],[-908117,1570610],[-908316,1569843],[-905972,1587050],[-905899,1587165],[-906170,1587014],[-905836,1586570],[-905670,1587904],[-905255,1588557],[-905418,1587853],[-905506,1588023],[-921061,1369002],[-918972,1365387],[-917328,1369736],[-917276,1368494],[-920083,1366491],[-916991,1367665],[-909546,1381926],[-915567,1370633],[-917645,1375988],[-919820,1370038],[-917127,1375041],[-912186,1374395],[-916315,1377202],[-918504,1369878],[-917344,1375744],[-917022,1378924],[-914201,1373929],[-914975,1372674],[-915818,1391863],[-910075,1392214],[-917132,1393991],[-918866,1392963],[-918910,1391969],[-920225,1416904],[-913196,1420471],[-915131,1418214],[-918607,1420186],[-918026,1419790],[-919972,1417092],[-912302,1419263],[-916372,1417604],[-917514,1418087],[-914142,1416002],[-920217,1416836],[-911920,1416915],[-913924,1420731],[-914260,1433475],[-913729,1425607],[-918551,1421721],[-918178,1424923],[-920812,1429936],[-915140,1423209],[-916685,1424099],[-919668,1429624],[-916405,1422276],[-913901,1424583],[-915631,1425831],[-918729,1431634],[-914189,1433434],[-912026,1422231],[-918011,1421588],[-912421,1423265],[-915294,1426651],[-917792,1429569],[-916649,1433628],[-919569,1434787],[-920947,1440887],[-914582,1443101],[-919006,1443585],[-909082,1437737],[-917085,1438107],[-913937,1437008],[-920648,1434779],[-918614,1439353],[-916402,1441530],[-917416,1443552],[-909826,1436975],[-916743,1437426],[-914050,1436235],[-918339,1434720],[-919945,1441652],[-920301,1441610],[-918763,1439641],[-919831,1442409],[-917153,1442570],[-921180,1434236],[-920823,1439381],[-916017,1443755],[-913894,1439415],[-911375,1439064],[-911476,1465876],[-909729,1471540],[-912159,1466728],[-909461,1466390],[-911977,1466492],[-909901,1470310],[-909548,1479989],[-908856,1572413],[-909061,1573173],[-909220,1573048],[-925279,1364160],[-926600,1364139],[-933555,1363454],[-925715,1364919],[-933839,1360162],[-927511,1365151],[-933451,1359541],[-933069,1379125],[-933312,1382145],[-933260,1380115],[-932528,1380102],[-933327,1383465],[-929476,1388591],[-922941,1390171],[-933509,1383342],[-930069,1388527],[-923610,1389647],[-933750,1382670],[-927823,1387817],[-925369,1388589],[-930209,1388431],[-923365,1391591],[-934073,1415237],[-933557,1415901],[-933652,1415812],[-933992,1419510],[-927604,1430654],[-933067,1428623],[-925412,1431676],[-926221,1433473],[-931932,1429238],[-926227,1433758],[-928368,1431102],[-928331,1430671],[-923588,1439320],[-924298,1436058],[-924571,1433815],[-925750,1434538],[-934660,1362725],[-937068,1366169],[-940412,1365075],[-937700,1364388],[-945450,1366542],[-942026,1363414],[-936861,1363943],[-946058,1366063],[-942011,1364265],[-938749,1364145],[-939374,1364571],[-938041,1380730],[-937965,1381167],[-934513,1378920],[-938935,1380694],[-936986,1381175],[-941378,1393858],[-941294,1387482],[-936095,1383944],[-940689,1392917],[-938869,1388413],[-936163,1383917],[-940445,1394603],[-941114,1387616],[-942215,1393266],[-939149,1386798],[-938948,1407793],[-941311,1405248],[-945793,1406721],[-946995,1396731],[-944108,1401724],[-941035,1407857],[-942063,1406838],[-945792,1407791],[-946320,1397794],[-944018,1401827],[-940839,1403571],[-946746,1405824],[-944934,1395537],[-941954,1403148],[-942189,1406668],[-945122,1404889],[-943185,1401365],[-939934,1408745],[-936985,1420798],[-938309,1412910],[-942209,1409679],[-935377,1417680],[-935526,1418585],[-939285,1410842],[-936538,1417032],[-937611,1412539],[-935585,1420391],[-936636,1410525],[-936627,1418584],[-938046,1422929],[-934679,1422356],[-935307,1430302],[-937318,1423011],[-934824,1422062],[-936430,1422058],[-936832,1425146],[-935451,1428202],[-939227,1422805],[-947234,1367379],[-947743,1369135],[-950593,1398799],[-948346,1408182],[-950604,1398753],[-948166,1406329],[-952087,1398970],[-947216,1405881],[-947252,1396504],[-950830,1398565],[-954403,1409636],[-956770,1413444],[-949336,1408291],[-955697,1409556],[-954562,1412896],[-953616,1410459],[-956457,1413201],[-952646,1411005],[-958207,1413175],[-958629,1502109],[-959028,1510064],[-955195,1506943],[-959942,1505875],[-959233,1510776],[-972026,1351672],[-962525,1367795],[-972306,1366559],[-964167,1362522],[-968225,1362673],[-963126,1367811],[-971152,1406057],[-961586,1405388],[-970718,1406805],[-971508,1396543],[-968205,1404697],[-964833,1404608],[-972324,1403210],[-972799,1396223],[-971785,1396028],[-969992,1410010],[-972461,1415422],[-966555,1408891],[-970375,1415903],[-965559,1408765],[-967445,1414034],[-967100,1417437],[-967457,1413618],[-968606,1413686],[-960047,1509994],[-960754,1510129],[-984688,1329804],[-984040,1331306],[-983291,1334775],[-981135,1335222],[-975452,1353341],[-974016,1355665],[-974251,1353610],[-977247,1367376],[-978959,1360901],[-973696,1368459],[-977466,1362656],[-974047,1364018],[-973667,1368689],[-977826,1365690],[-973932,1366686],[-974420,1378839],[-981690,1379898],[-975958,1377752],[-972903,1371435],[-978958,1382576],[-974224,1375220],[-974906,1378126],[-973740,1378385],[-974993,1370310],[-981687,1381541],[-981683,1391847],[-978676,1393351],[-977450,1391773],[-977813,1383884],[-984425,1386976],[-979258,1392903],[-982073,1392387],[-974190,1395781],[-973087,1411088],[-973417,1409478],[-975431,1408470],[-983019,1499976],[-981742,1512204],[-994094,1330807],[-992635,1336760],[-993123,1335846],[-994108,1335865],[-992398,1380958],[-988881,1382432],[-991102,1384406],[-985904,1382764],[-995029,1477174],[-988345,1496385],[-991245,1497054],[-995585,1497797],[-995059,1492537],[-993785,1495413],[-995236,1496381],[-994633,1493117],[-994633,1493117],[-988441,1496490],[-994617,1492962],[-995103,1496526],[-996734,1494139],[-997090,1495324],[-993664,1494203],[-995813,1496908],[-995890,1496843],[-986696,1495057],[-990619,1492125],[-991696,1497145],[-991431,1497073],[-985899,1499184],[-1004339,1330562],[-1004502,1330042],[-1005038,1331918],[-1009839,1335754],[-1008730,1335754],[-1009167,1336584],[-1007255,1336018],[-1009022,1335860],[-1007156,1483988],[-1009091,1482634],[-1007585,1488422],[-1008029,1487524],[-1003832,1487897],[-1003574,1499495],[-79819,140199],[-78108,140123],[-80691,143372],[-78774,144044],[-78147,142289],[-85408,144513],[-87516,152237],[-82544,141638],[-79873,144478],[-86252,147733],[-81786,141646],[-79942,145466],[-79355,142042],[-86651,147359],[-80370,146323],[-76937,142360],[-84573,143860],[-84230,487419],[-84763,488234],[-87523,489257],[-88529,488217],[-84127,487529],[-85296,487893],[-84565,488575],[-87572,488131],[-88462,488547],[-86624,542996],[-87737,544012],[-87683,542487],[-87996,542761],[-87345,544192],[-88889,543732],[-87740,543503],[-87473,545037],[-84131,544748],[-83830,544287],[-84843,547334],[-84218,544159],[-87762,545781],[-86686,549862],[-86917,547308],[-86048,546996],[-86565,548705],[-85417,547567],[-86339,543907],[-86880,543166],[-86465,543939],[-85790,545455],[-86016,553629],[-88250,560762],[-84450,558504],[-86555,557130],[-89538,563085],[-87173,560742],[-87712,553181],[-76975,558610],[-85839,552083],[-88025,551716],[-88747,551815],[-88267,551419],[-86446,551895],[-86478,550837],[-88628,553816],[-86956,553855],[-87396,553733],[-88827,554276],[-80935,552252],[-77500,564260],[-77192,568029],[-84243,573869],[-85667,563576],[-84345,565102],[-84703,568893],[-84107,571829],[-82379,576073],[-82994,574902],[-77516,567368],[-77478,564953],[-84803,569233],[-88669,564425],[-77087,573865],[-85182,571432],[-88190,570481],[-84982,566389],[-88837,572034],[-87959,572404],[-88448,573528],[-81860,572485],[-78901,574801],[-85057,572902],[-82274,572389],[-84585,577865],[-89033,577569],[-78868,576663],[-77664,577446],[-83442,576394],[-87217,577560],[-86418,577684],[-80762,577227],[-80586,650828],[-88043,651715],[-77570,650869],[-77165,649675],[-77300,648836],[-79797,650162],[-77752,650444],[-81468,647947],[-77835,648816],[-80601,648688],[-81589,650266],[-88520,653969],[-78512,665149],[-77567,661838],[-88846,665531],[-79773,664765],[-78077,665564],[-78952,665218],[-78546,660330],[-77786,661515],[-84591,662198],[-83436,661333],[-84995,665776],[-87339,664946],[-79565,662155],[-84414,657205],[-84717,665546],[-87881,665300],[-80429,664887],[-82991,662214],[-77629,658146],[-83772,665280],[-82595,660639],[-84303,660437],[-83591,659945],[-83632,660438],[-84783,657979],[-87074,657083],[-82557,656290],[-82836,656421],[-87239,655282],[-88852,656355],[-85691,658174],[-85176,658708],[-79155,656478],[-79588,657362],[-79363,656040],[-80506,659910],[-78601,655420],[-84663,656060],[-84106,657448],[-77264,665407],[-78266,661134],[-78383,665226],[-83156,664144],[-88409,661264],[-88744,661556],[-87986,661759],[-88975,658699],[-88722,659861],[-89007,659052],[-87915,656579],[-83186,655850],[-86152,672978],[-83594,674412],[-89168,675025],[-86283,671397],[-82099,666587],[-85153,667091],[-81241,666412],[-83007,667972],[-84578,666373],[-83205,668766],[-84430,674597],[-84100,674813],[-77903,668599],[-82363,674292],[-82473,668359],[-85355,667352],[-84488,670040],[-88739,666417],[-89336,666551],[-82059,672975],[-88453,666887],[-82560,673965],[-77881,670540],[-77773,670197],[-78438,671497],[-83160,669806],[-88182,667338],[-81878,667277],[-84818,666681],[-88758,668955],[-86751,672557],[-77876,678543],[-79012,678455],[-78692,678428],[-82746,678330],[-88069,666120],[-86598,667931],[-88289,668304],[-85045,666034],[-85733,667497],[-83047,667953],[-84880,670180],[-82417,670018],[-84267,669077],[-84669,673569],[-79447,666488],[-83079,673303],[-82267,672985],[-81585,673801],[-83132,673505],[-89018,672668],[-89190,672573],[-88864,672798],[-88486,671470],[-88529,671329],[-89496,672198],[-88277,672173],[-87983,671545],[-82933,675232],[-86083,680853],[-77506,679025],[-79464,679630],[-84769,682882],[-82892,684887],[-85247,681393],[-79974,682073],[-81084,678935],[-82395,679581],[-82713,681682],[-80529,679041],[-82373,681764],[-81890,689953],[-80046,679950],[-83607,680447],[-83766,682708],[-83858,680015],[-87227,681411],[-84995,687850],[-86301,679063],[-84065,679138],[-83670,681209],[-86018,683477],[-85193,678916],[-86624,678953],[-85185,681205],[-85388,685635],[-86868,683924],[-86246,679996],[-87293,682699],[-85764,683009],[-85398,681130],[-87135,681292],[-85274,685684],[-85661,684496],[-84829,683032],[-86072,682004],[-85223,684199],[-85213,683606],[-85503,681287],[-1020515,1327077],[-1019017,1327656],[-1015096,1326707],[-1020713,1325866],[-1022583,1341839],[-1018499,1340306],[-1011649,1337178],[-1014914,1338963],[-1011975,1336800],[-1020552,1338773],[-1020654,1340788],[-1022515,1338195],[-1015054,1343371],[-1036349,1327186],[-1033164,1328500],[-1036347,1325045],[-1031998,1328015],[-1026525,1336626],[-1036144,1336067],[-1034890,1331706],[-1031934,1333150],[-1027456,1333617],[-1027760,1331484],[-1027296,1334916],[-1028206,1350443],[-1032975,1354443],[-1049422,1314416],[-1047753,1309095],[-1048259,1316012],[-1048470,1309416],[-1049521,1308979],[-1046041,1331188],[-1037703,1325459],[-1040933,1328679],[-1039349,1327395],[-1039299,1334422],[-1039417,1332384],[-1045417,1334642],[-1042988,1352700],[-1041104,1352363],[-1041349,1352655],[-1038534,1351168],[-1055373,1295187],[-1059223,1303420],[-1049853,1304802],[-1055510,1296749],[-1057115,1302876],[-1054218,1296128],[-1058233,1302628],[-1052092,1305270],[-1054637,1294702],[-1058359,1303656],[-1051621,1305511],[-1060957,1313288],[-1059636,1314705],[-1051829,1317864],[-1050202,1315484],[-1061913,1316631],[-1061455,1308289],[-1060464,1312419],[-1058174,1318184],[-1051555,1318065],[-1060767,1317319],[-1061904,1309363],[-1061261,1311309],[-1058444,1314791],[-1059629,1315963],[-1058542,1310254],[-1056410,1316470],[-1052033,1305985],[-1060571,1317391],[-1052281,1321547],[-1052732,1318612],[-1050775,1318658],[-1060027,1348243],[-1050854,1350396],[-1053688,1374368],[-1052493,1373204],[-1068848,1291316],[-1065348,1290711],[-1070510,1291958],[-1067523,1291412],[-1070455,1289533],[-1066638,1290544],[-1065804,1288678],[-1064892,1308504],[-1062436,1308077],[-1069168,1330208],[-1067682,1335656],[-1063807,1344362],[-1073185,1275928],[-1069998,1276407],[-1071048,1277268],[-1081102,1280382],[-1082248,1325587],[-1086943,1374626],[-1085356,1449319],[-1075917,1266119],[-1077119,1266524],[-1079786,1274348],[-1080445,1277938],[-1077032,1268441],[-1078792,1273294],[-1076888,1275155],[-1079796,1279883],[-1077117,1274191],[-1080720,1277951],[-1095571,1291355],[-1093367,1292231],[-1094175,1292169],[-1091021,1292363],[-1094644,1291005],[-1091222,1289783],[-1090296,1292351],[-1093526,1294057],[-1096754,1302394],[-1097469,1299888],[-1099799,1297389],[-1092361,1294111],[-1096117,1302229],[-1099774,1299086],[-1099017,1293809],[-1092728,1295368],[-1094251,1302507],[-1098907,1300272],[-1100612,1294080],[-1093119,1293690],[-1092208,1294636],[-1094312,1303439],[-1098660,1299535],[-1089638,1325986],[-1095387,1364385],[-1088661,1371205],[-1088649,1371283],[-1100441,1388390],[-1095972,1266016],[-1094846,1264767],[-1092268,1264832],[-1091782,1264693],[-1093666,1266489],[-1099489,1267528],[-1092628,1267837],[-1099238,1269155],[-1096010,1268880],[-1094278,1269941],[-1094762,1267896],[-1100976,1295305],[-1126130,1292487],[-1125429,1292295],[-1125712,1298202],[-1123827,1302114],[-1124219,1298516],[-1124730,1303371],[-1125000,1299014],[-1125965,1293975],[-1125052,1297936],[-1129941,1294047],[-1131330,1301044],[-1130427,1294810],[-1126517,1299236],[-1132367,1300049],[-1129858,1294600],[-1127033,1300041],[-1132740,1300471],[-1127614,1303195],[-1130879,1294847],[-1131426,1299898],[-1128392,1305700],[-1130915,1306315],[-89869,152575],[-90166,151973],[-89726,151424],[-97503,165716],[-94878,163343],[-96684,163607],[-95734,164211],[-99712,174741],[-99389,175188],[-100515,173448],[-102115,178154],[-100681,172566],[-99756,178641],[-101029,174646],[-101920,177596],[-99235,491831],[-99914,490474],[-99426,489770],[-95827,490523],[-94202,493294],[-93785,491871],[-96834,491568],[-93781,498066],[-95133,498118],[-95907,496331],[-93065,494884],[-92563,493081],[-97641,495927],[-101195,495028],[-99073,491039],[-97459,489898],[-95831,491011],[-95404,489154],[-94521,492275],[-95502,490585],[-92501,490658],[-97321,490452],[-96001,497827],[-95428,495828],[-92476,494716],[-93242,493711],[-98736,496647],[-101163,495029],[-91289,517188],[-91249,514213],[-93326,513523],[-93010,513278],[-93699,515307],[-96893,515682],[-96597,517201],[-94478,517414],[-92964,520106],[-92100,520044],[-94352,520734],[-95677,520432],[-97208,520734],[-98673,519389],[-93012,518432],[-90928,515831],[-90976,514206],[-99311,519705],[-91789,517200],[-92556,518625],[-91977,514508],[-93657,514098],[-93330,512751],[-94751,516431],[-96618,515744],[-97458,516933],[-95734,518800],[-92971,521087],[-93510,520128],[-92528,520817],[-94693,520700],[-96462,520947],[-97377,520008],[-90832,515581],[-90126,512993],[-101169,518640],[-99732,518857],[-101661,521621],[-101064,523083],[-98775,561764],[-96591,561159],[-99036,562278],[-99280,558255],[-97393,563097],[-101124,559519],[-99376,559382],[-97065,560639],[-98249,561457],[-98688,559694],[-97302,560026],[-98241,558529],[-99414,558461],[-98038,557959],[-97091,556154],[-97609,556594],[-98007,556963],[-99816,562703],[-89710,571137],[-90421,572905],[-98814,566486],[-98635,564996],[-98424,564730],[-96818,564676],[-98541,567221],[-96116,564917],[-96068,565000],[-99110,566380],[-99622,566639],[-98254,565943],[-96087,566442],[-97458,565137],[-96151,566323],[-97085,563748],[-101133,566702],[-100898,566035],[-100829,565961],[-100146,566138],[-101034,563740],[-99609,565063],[-99174,564887],[-99558,581768],[-100246,580820],[-99647,580344],[-100554,578497],[-101437,579419],[-100903,579163],[-102158,578580],[-98922,601559],[-97886,601544],[-93012,602607],[-99433,603160],[-101618,603157],[-95480,603962],[-98487,602066],[-88731,651603],[-100224,621362],[-101356,620842],[-114822,628482],[-92515,654803],[-99592,664039],[-102196,665587],[-101252,657868],[-100470,658517],[-99548,657467],[-100007,660022],[-98677,663199],[-99652,664114],[-100333,658906],[-101674,663787],[-100677,661648],[-91345,654669],[-90926,654662],[-99053,665726],[-99579,664376],[-90598,663366],[-90048,662823],[-90465,663152],[-90317,664856],[-93584,665508],[-90795,664053],[-92177,663681],[-91621,663990],[-89680,660930],[-89922,658987],[-94887,657746],[-94580,658125],[-94543,659146],[-94083,656992],[-96554,660303],[-96822,662131],[-96837,660136],[-94983,661347],[-98668,661913],[-98657,660968],[-97829,660986],[-97850,662146],[-101312,664874],[-101509,663324],[-101489,668203],[-102374,666919],[-92031,667327],[-94106,666402],[-93307,667113],[-90702,666149],[-90923,673727],[-90839,670733],[-90349,674183],[-91462,672285],[-90968,671401],[-90752,671710],[-90896,673003],[-90115,674004],[-1149474,1292731],[-1149902,1293659],[-1149615,1301058],[-1150610,1293199],[-1147645,1300567],[-1149812,1302071],[-1150454,1294089],[-1149899,1300053],[-1148501,1472110],[-1149469,1468998],[-1146663,1467863],[-1141764,1467031],[-1160629,1287228],[-1154425,1285610],[-1156336,1287360],[-1159221,1287137],[-1154131,1286709],[-1157601,1289166],[-1160924,1285485],[-1154839,1285933],[-1157402,1289361],[-1159574,1284949],[-1155499,1284516],[-1157771,1287886],[-1154417,1297481],[-1153267,1295888],[-1152965,1296439],[-1154595,1297585],[-1159286,1341990],[-1158707,1340486],[-1156565,1344145],[-1160333,1341221],[-1156866,1340429],[-1156883,1343653],[-1159813,1341529],[-1156464,1340669],[-1159728,1342180],[-1158139,1340636],[-1157313,1348294],[-1157370,1344479],[-1162419,1352270],[-1159243,1348599],[-1157013,1345006],[-1158092,1347608],[-1159289,1348276],[-1161687,1349036],[-1162755,1352482],[-1160315,1348052],[-1163820,1353643],[-1160289,1347447],[-1161717,1348701],[-1162396,1353241],[-1161605,1350679],[-1159541,1348375],[-1164326,1358259],[-1164315,1359293],[-1164610,1359278],[-1154991,1408681],[-1164378,1274963],[-1163260,1274135],[-1167824,1286088],[-1166225,1287944],[-1166504,1287033],[-1166841,1288450],[-1177419,1294311],[-1177225,1294802],[-1171157,1320946],[-1171924,1331373],[-1172453,1331349],[-1174031,1343248],[-1173354,1342709],[-1171952,1340887],[-1172052,1332628],[-1171697,1338018],[-1173122,1342914],[-1172408,1341814],[-1171364,1340943],[-1171014,1339113],[-1173479,1343361],[-1171592,1332926],[-1170926,1341463],[-1172428,1339468],[-1173330,1343172],[-1170526,1341022],[-1172988,1339616],[-1172646,1356765],[-1175445,1356014],[-1177469,1350694],[-1174015,1345650],[-1176693,1356441],[-1177280,1349411],[-1175500,1345686],[-1175800,1349651],[-1173788,1347164],[-1175068,1344709],[-1175360,1344904],[-1177021,1357165],[-1171490,1358488],[-1168850,1358994],[-1166918,1358109],[-1177476,1359387],[-1168531,1359157],[-1167575,1358127],[-1171031,1358640],[-1170512,1359150],[-1166844,1359073],[-1173405,1357024],[-1168496,1358796],[-1167201,1358350],[-1165214,1359444],[-1177314,1278578],[-1175651,1278371],[-1165403,1275643],[-1176807,1277288],[-1176258,1278534],[-1164984,1275390],[-1180864,1285649],[-1186969,1284039],[-1185299,1283648],[-1188698,1285950],[-1182098,1287047],[-1188157,1283581],[-1184018,1284649],[-1189394,1286317],[-1180374,1286676],[-1187048,1281858],[-1184040,1282433],[-1188705,1284819],[-1180907,1287039],[-1186831,1282428],[-1183644,1282996],[-1187369,1285243],[-1178941,1293203],[-1178547,1293090],[-1189476,1355461],[-1187677,1349117],[-1183202,1353675],[-1179322,1349188],[-1188887,1348753],[-1183443,1352333],[-1179701,1350036],[-1189111,1347769],[-1183601,1352149],[-1180712,1349350],[-1188361,1348193],[-1190020,1351698],[-1184782,1353951],[-1180746,1349417],[-1177623,1356017],[-1177904,1348922],[-1178826,1361772],[-1179022,1359897],[-1178961,1359720],[-1178948,1361374],[-1180882,1375319],[-1190185,1405805],[-1192941,1280885],[-1191976,1283865],[-1200701,1287904],[-1199192,1291740],[-1196296,1283750],[-1194484,1281387],[-1191765,1283024],[-1201278,1287885],[-1197129,1291026],[-1195662,1283925],[-1192646,1280845],[-1191895,1282908],[-1200214,1287745],[-1197894,1291047],[-1196744,1284237],[-1190429,1283450],[-1200683,1289981],[-1197814,1290818],[-1195808,1284127],[-1194430,1330610],[-1192042,1351784],[-1191336,1351942],[-1192482,1352617],[-1201272,1223613],[-1201297,1228567],[-1202338,1222355],[-1202159,1228297],[-1201234,1221149],[-1201415,1228593],[-1203036,1222154],[-1200910,1228235],[-1191894,1264083],[-1191182,1264957],[-1191165,1264754],[-1191693,1272811],[-1191353,1272046],[-1193452,1279619],[-1192577,1270741],[-1192819,1271193],[-1203583,1287115],[-1203916,1290434],[-1203213,1290344],[-1203954,1287719],[-1203643,1290427],[-1203379,1287074],[-1205182,1290566],[-1208974,1294139],[-1204329,1295803],[-1205152,1422186],[-1214018,1492149],[-1210211,1234667],[-1210574,1236806],[-1210442,1236659],[-1210692,1236216],[-1224824,1401465],[-1228731,1415207],[-1224328,1425429],[-1228284,1196407],[-1223272,1195447],[-1220912,1200131],[-1220741,1196195],[-1222023,1193493],[-1223195,1193150],[-1228016,1196752],[-1220131,1201758],[-1221488,1195902],[-1222156,1194145],[-1224470,1193165],[-1228135,1196683],[-1222249,1194864],[-1221236,1199844],[-1224642,1193635],[-1228565,1197829],[-1222048,1194911],[-1225676,1193902],[-1221576,1200049],[-1224932,1194217],[-1221102,1209727],[-1220053,1212255],[-1222080,1212603],[-1220724,1209788],[-1221836,1210849],[-1222742,1212569],[-1219203,1210866],[-1219499,1211744],[-1222848,1213206],[-1221985,1210994],[-1221508,1213070],[-1219980,1215978],[-1221533,1216835],[-1220110,1218369],[-1218743,1221332],[-1221635,1217325],[-1220015,1218369],[-1220356,1221149],[-1219575,1218422],[-1220429,1221040],[-1220023,1217630],[-1218069,1221421],[-1219892,1264633],[-1229998,1390471],[-1237276,1402420],[-1239109,1402350],[-1237474,1403623],[-1234784,1403115],[-1238595,1405965],[-1237514,1407110],[-1230304,1409585],[-1235139,1408417],[-1232385,1410517],[-1239247,1409424],[-1236601,1409042],[-1238985,1452600],[-1236959,1177446],[-1240032,1183953],[-1235622,1179358],[-1240087,1184054],[-1235345,1178578],[-1241142,1184652],[-1240966,1182906],[-1235070,1179542],[-1235704,1196396],[-1233367,1194542],[-1234358,1197779],[-1237966,1194375],[-1236022,1198290],[-1235758,1195096],[-1233715,1197937],[-1238041,1194966],[-1235392,1197457],[-1235627,1195584],[-1234253,1196956],[-1236302,1195410],[-1235215,1197977],[-1233739,1194650],[-1233684,1196347],[-1250003,1410139],[-1249890,1410564],[-1249772,1411235],[-1250628,1410760],[-1245548,1454079],[-1247305,1459358],[-1248810,1459409],[-1246585,1497608],[-1253173,1493613],[-1249926,1510098],[-1252844,1170940],[-1253393,1167657],[-1253497,1176568],[-1254233,1172574],[-1253469,1169158],[-1253256,1177004],[-1253209,1171039],[-1252182,1172326],[-1253788,1169142],[-1253878,1175866],[-1250346,1184768],[-1250500,1184165],[-1251012,1182794],[-1250623,1182345],[-1246107,1177841],[-1242887,1185759],[-1241606,1183827],[-1242047,1181018],[-1248121,1178356],[-1243067,1184115],[-1242050,1181498],[-1247394,1178814],[-1243501,1184018],[-1241745,1180977],[-1245870,1179069],[-1241827,1186278],[-1247735,1195611],[-1247102,1199195],[-1249584,1196022],[-1249641,1192645],[-1247657,1196536],[-1246624,1199756],[-1250819,1195468],[-1246979,1199565],[-1247913,1195854],[-1250977,1194477],[-1250348,1192777],[-1246814,1199728],[-1249926,1195405],[-1254124,1244317],[-1264914,1287467],[-1264642,1287624],[-1264621,1287950],[-1264894,1288057],[-1256958,1393665],[-1259477,1391665],[-1256565,1394122],[-1259406,1392080],[-1256691,1393433],[-1259299,1392224],[-1256560,1393774],[-1259526,1391265],[-1255270,1407501],[-1255769,1407276],[-1256101,1407394],[-1255994,1407955],[-1261573,1411648],[-1261239,1412193],[-1261446,1410947],[-1261196,1412123],[-1265052,1435172],[-1265359,1436941],[-1262467,1177698],[-1262929,1177758],[-1254674,1176377],[-1262848,1181909],[-1259946,1184592],[-1257279,1184244],[-1261997,1178183],[-1263305,1182788],[-1260349,1184636],[-1256251,1185289],[-1264095,1178694],[-1261925,1181929],[-1261249,1182680],[-1257357,1185687],[-1262717,1182068],[-1260832,1183689],[-1256876,1183896],[-1265183,1192314],[-1262961,1192976],[-1255800,1194006],[-1265889,1192611],[-1261832,1192540],[-1259407,1193662],[-1258346,1194951],[-1258238,1195082],[-1265646,1193573],[-1261982,1193158],[-1258732,1195343],[-1257265,1194617],[-1264977,1194169],[-1262539,1194432],[-1259198,1193216],[-1258067,1193719],[-1254566,1224630],[-1255175,1224244],[-1254763,1224264],[-1259193,1225696],[-1259462,1228021],[-1258642,1240981],[-1256081,1244458],[-1257730,1243377],[-1257018,1243447],[-1257842,1243762],[-106231,178359],[-108129,177877],[-104893,178938],[-106958,179368],[-106071,177681],[-105953,178652],[-113922,192169],[-110452,181316],[-112464,190440],[-107385,180237],[-113626,191613],[-114856,195365],[-113009,203478],[-112789,204101],[-114785,196778],[-111869,202227],[-114104,203730],[-114315,199878],[-112479,207587],[-115176,205133],[-113451,206061],[-111212,276946],[-111741,276310],[-114582,275080],[-109779,277262],[-112167,277662],[-114836,275492],[-111240,276056],[-112398,366064],[-113591,364162],[-110648,364670],[-112569,366093],[-113719,364969],[-113903,363296],[-111618,364283],[-102951,495771],[-103313,495194],[-103629,516332],[-103037,519236],[-105347,519551],[-109650,519284],[-103598,520194],[-106095,520457],[-105039,522061],[-106927,519661],[-110143,521306],[-114826,528648],[-111224,537327],[-115102,528569],[-108853,536759],[-115111,541782],[-111062,539913],[-114101,545062],[-113161,548006],[-113594,547773],[-111978,547544],[-111593,546271],[-110823,547663],[-111441,547450],[-115176,540018],[-114331,546467],[-105789,554809],[-104586,554231],[-106106,554975],[-105666,554393],[-105147,552982],[-105022,551837],[-104175,551950],[-103885,552944],[-114798,563060],[-112591,561892],[-113732,563159],[-113763,562591],[-113881,563730],[-110894,568575],[-103671,564936],[-103693,565640],[-115026,564710],[-114366,563763],[-103369,579228],[-113885,626779],[-114075,626690],[-113215,625950],[-105368,625036],[-105600,624947],[-106391,627337],[-105998,627354],[-107596,621153],[-113229,622868],[-113339,622731],[-112969,622213],[-112643,620606],[-112223,620536],[-111734,619277],[-111548,619585],[-111983,619738],[-108706,620661],[-108403,617481],[-109354,622242],[-108452,623017],[-104054,620049],[-105344,620367],[-111603,635490],[-111750,635217],[-108034,627474],[-107571,627599],[-109857,631905],[-109952,633806],[-109785,633474],[-109232,632139],[-110214,634206],[-114972,628774],[-107390,627832],[-106422,627745],[-106669,627678],[-109854,632889],[-110273,632833],[-110141,632200],[-102827,658625],[-109578,663368],[-109900,662730],[-106413,664550],[-109049,662496],[-106886,663715],[-107861,664832],[-108546,665416],[-103498,664757],[-109462,663326],[-112892,665705],[-105074,669837],[-104536,666790],[-105054,667775],[-108352,678585],[-112011,677243],[-110929,677152],[-112587,678258],[-110534,678288],[-111028,675238],[-109511,673875],[-109012,675706],[-110792,674712],[-112472,674117],[-111935,674997],[-111289,674337],[-111070,673926],[-111368,669383],[-112320,668655],[-112297,670240],[-112232,668175],[-110883,668093],[-112814,665801],[-113152,670193],[-111735,671780],[-112200,670823],[-111033,671546],[-105458,672695],[-107525,671410],[-107577,673493],[-106409,672873],[-107223,671129],[-108570,672875],[-108025,671982],[-109114,671499],[-102499,670896],[-102614,672006],[-103258,671823],[-103161,670579],[-108571,666600],[-107110,666392],[-106718,667692],[-106500,666975],[-105616,667032],[-106497,667711],[-103774,666131],[-110377,685302],[-109141,686092],[-109282,686329],[-109782,684550],[-106458,683541],[-107100,683497],[-107588,684358],[-107276,684349],[-105768,683507],[-105640,683655],[-104944,683200],[-104986,685013],[-103120,679255],[-103217,681349],[-103206,679627],[-102436,679689],[-104137,681220],[-104088,679363],[-104138,679582],[-103615,679511],[-108106,679262],[-107446,678945],[-108079,680608],[-109948,683638],[-108983,683836],[-109831,683914],[-107557,683987],[-110947,682978],[-109985,684945],[-110554,683111],[-110912,683437],[-113646,681700],[-112707,683044],[-113667,681915],[-112593,682018],[-112769,680780],[-113545,680164],[-111951,681004],[-113641,679301],[-109698,679719],[-109748,680156],[-108979,678963],[-109262,679676],[5543,190619],[10464,187894],[5113,192050],[3750,190787],[10478,188188],[8684,191722],[5393,191622],[10069,187105],[4765,189553],[11462,187748],[2845,203526],[5345,199297],[3205,198007],[2685,196244],[6458,195477],[6018,193933],[6576,192590],[1827,203054],[2742,198156],[5625,199576],[3569,196559],[7126,194270],[6714,196544],[8908,193141],[931,202626],[5461,198716],[2794,197518],[6109,194657],[1432,204568],[3737,204585],[6415,199446],[3238,197652],[6836,196134],[6950,192479],[547,205456],[3198,206553],[2866,208860],[4534,215951],[1912,215302],[1359,206350],[3310,205536],[3215,208931],[3911,215998],[3613,214072],[1037,206765],[2110,205203],[4294,208793],[3699,215697],[1942,214738],[755,207008],[3280,213246],[3403,210251],[4651,215649],[2307,205950],[7769,223032],[10610,222646],[5066,219467],[8260,228073],[4272,226361],[6233,228853],[7359,226266],[4166,230013],[10016,227738],[11100,221839],[7104,221202],[4441,226536],[1623,226424],[2799,227113],[3786,219401],[2488,228075],[7237,226860],[3742,230090],[360,223314],[194,229320],[8760,226048],[6321,225531],[9848,219527],[4562,221285],[6349,228108],[4421,230129],[142,229697],[6243,223189],[11044,229250],[10941,223090],[8664,219615],[4817,219283],[110,226873],[6799,227863],[5264,229315],[10230,235378],[9643,236837],[7513,242001],[9607,230756],[10550,236694],[6978,239539],[7030,243185],[9065,233550],[8023,241957],[6067,237763],[10372,238152],[10024,234455],[5299,241328],[7192,232352],[9005,233134],[8965,241884],[5214,242216],[10953,237240],[7178,237502],[8311,233826],[10269,233652],[8361,231410],[7121,236958],[11580,237927],[7801,237401],[6495,239376],[6431,241003],[9754,232637],[6257,248335],[6229,246994],[5215,247935],[4145,247660],[1381,249590],[1327,250533],[3786,250504],[1288,247907],[11382,254308],[10855,254777],[12430,256056],[10275,249957],[10596,246534],[11642,250113],[9043,247483],[9394,248136],[8375,250012],[7417,253186],[3357,252112],[192,253398],[3479,253404],[2570,253606],[5908,254727],[6220,254171],[10359,253274],[11093,251315],[6663,247678],[5091,248435],[4042,247846],[732,248167],[998,249466],[4194,250975],[3273,248481],[1618,250023],[714,248907],[3661,250883],[251,247256],[2172,247590],[10398,255599],[11735,254546],[11393,255858],[10026,246866],[9335,248435],[9363,246614],[10051,248249],[8184,250081],[9760,254677],[8408,254385],[2689,252245],[697,253338],[3902,253284],[2674,253450],[5323,254341],[7531,254945],[10896,253184],[10541,251801],[10923,251444],[5311,312845],[5355,313461],[5177,311354],[3998,311647],[165,315863],[6818,315171],[11985,318297],[1507,316597],[1047,318961],[6968,313789],[5149,314833],[1018,317827],[830,319149],[6549,316178],[7260,314720],[11884,338173],[11757,340357],[12192,340900],[12788,338281],[9907,382119],[7358,383550],[6945,382060],[9554,382154],[9128,383325],[5409,382335],[6355,383376],[8921,381502],[6610,380007],[7290,382626],[6707,381257],[6937,383257],[11324,382829],[5015,382637],[8579,386960],[6063,385291],[9492,389824],[8604,387837],[2883,387820],[2717,391271],[7648,389549],[10685,384797],[7938,386345],[12701,385442],[5476,386398],[9727,389340],[2367,386283],[1590,391364],[6663,388696],[7770,385159],[4847,386722],[7040,384847],[8480,385645],[8935,387070],[3877,387929],[1029,390990],[9018,389310],[10979,390980],[9616,385235],[6133,388283],[5996,384503],[10823,386942],[12122,384390],[2757,388255],[1625,391318],[6630,390815],[10218,389042],[9245,385494],[11864,442007],[2627,537799],[2550,535025],[1122,534216],[2422,537577],[3405,537538],[697,535266],[3142,537006],[222,535043],[2611,533023],[1790,533253],[2623,535076],[339,535091],[1418,533479],[1082,530931],[10225,543861],[10207,544016],[1952,537883],[2874,539458],[9969,545813],[1352,537942],[9791,543653],[2448,538667],[9087,560551],[6989,555002],[5985,559903],[11791,556345],[6159,562089],[7710,561971],[6385,555485],[5574,559977],[5186,561886],[7281,557200],[5835,558369],[6201,561487],[11685,557016],[3780,562244],[8533,560820],[6376,556363],[4977,559449],[6203,561419],[3711,563054],[7633,559960],[6081,570450],[9121,565755],[12656,574753],[12780,564492],[6878,570813],[9512,567618],[12384,573504],[12492,564000],[6855,569503],[8338,567962],[9690,564857],[5303,570333],[9054,566788],[9014,626757],[6938,626685],[6879,626915],[12733,640141],[9755,639880],[12499,639732],[2973,634147],[901,634495],[3561,636442],[2342,635986],[447,633465],[4332,633449],[3654,635171],[3474,635401],[1973,632283],[2076,633946],[2349,632823],[2782,635099],[8594,629241],[6530,630329],[7477,628099],[9858,628614],[6659,628564],[10548,629817],[9210,627697],[8600,627993],[8857,628210],[115,645245],[942,645459],[496,647439],[5403,649979],[7643,650895],[5912,649650],[8180,651308],[6961,649483],[7009,647821],[7122,648321],[6933,650060],[9132,648005],[9037,651959],[10466,650717],[8291,649466],[8936,650736],[9831,651296],[10417,650950],[8623,649079],[9191,648460],[9335,649676],[12082,650939],[12512,648035],[11733,648722],[11999,648309],[10036,640975],[9985,640754],[12733,642908],[12119,640302],[12737,641546],[10504,642731],[12245,641958],[11851,641064],[7212,641939],[9444,643124],[8560,642811],[7754,642607],[7226,643261],[9374,644833],[6937,644481],[9677,642944],[9937,645493],[7957,643252],[7491,645292],[9744,643713],[3500,642818],[4321,646489],[2959,646639],[3671,645228],[3064,645910],[4946,644327],[3234,646255],[1166,643084],[1640,643117],[1988,645362],[2529,642624],[1890,641750],[1982,643769],[2311,643602],[3048,642228],[1302,644386],[1163,642082],[579,662871],[39,662570],[987,663993],[10206,658065],[3009,661881],[3826,662533],[5108,662478],[3247,661895],[4167,662026],[11755,658069],[12716,659124],[3062,662089],[3718,661446],[12184,658304],[3987,661343],[8183,656996],[6198,657925],[6350,661389],[7734,660367],[6812,660780],[5869,662100],[5442,662124],[6649,662201],[6740,660894],[8688,662363],[5599,661090],[8206,659130],[8835,656777],[6694,658972],[8590,657204],[8890,658909],[6262,659066],[5566,658912],[5762,659618],[8708,656658],[6351,659626],[9682,662489],[10693,660723],[11746,660505],[10568,660703],[11841,661427],[11992,660204],[8643,660605],[9966,661069],[10321,660833],[12161,660890],[8168,661207],[12224,665323],[11680,665085],[10692,664027],[11953,665695],[10230,664480],[12370,665492],[11796,662954],[9985,663125],[10231,665769],[10213,657589],[11460,658852],[11768,657049],[11651,658175],[10516,657401],[8438,663017],[8096,663322],[9943,665586],[102,670428],[10535,670227],[6486,672527],[9409,666606],[9990,666010],[7968,671713],[10158,671411],[6328,668592],[5274,668310],[6272,669255],[5954,667880],[7358,670492],[5198,670021],[7875,666799],[9248,667724],[8141,670405],[8997,670943],[8217,667971],[8704,669052],[4437,665880],[3601,665868],[971,666678],[2315,666330],[1732,667609],[2630,671328],[4745,668060],[1630,668287],[11907,672974],[3690,670545],[1230,666115],[1587,666386],[10274,684864],[2904,689677],[2840,689522],[2801,689744],[12130,689002],[12528,686781],[12368,687249],[8723,688436],[6882,688055],[12292,688167],[9754,684676],[10279,684341],[10106,687017],[9382,687012],[12334,686890],[12770,685797],[9323,688014],[7324,688404],[11954,684336],[841,695808],[488,693033],[1615,696643],[804,695563],[8891,697711],[10010,699326],[9323,694781],[10367,698460],[9585,697834],[8228,696073],[9717,697148],[10428,695345],[8244,696890],[1282054,479135],[1281134,484441],[1281688,478879],[1282247,484683],[1283501,494811],[1281031,492005],[1286241,498649],[1290097,493365],[1280433,490691],[1284984,497445],[1288050,494535],[1288793,493316],[1289392,491675],[1287401,492120],[1285673,495952],[1284546,497397],[1281524,490769],[1281954,494806],[1280122,489845],[1284083,494311],[1288487,498957],[1287497,492831],[1288435,499195],[1285698,492851],[1285227,492250],[1289485,491942],[1285720,496227],[1288547,491230],[1287933,491800],[1286628,493977],[1285798,496215],[1285746,498238],[1286084,497562],[1281035,501520],[1281637,502145],[1284538,499909],[1283298,500130],[1280241,504073],[1290028,504929],[1287795,507611],[1286488,508492],[1285863,507161],[1290954,509626],[1290373,507807],[1284247,499689],[1284387,501850],[1282883,501971],[1284687,500903],[1282537,501455],[1285920,500777],[1286896,508261],[1288749,508040],[1286026,508455],[1285444,507534],[1291200,510779],[1286993,508932],[1284748,507037],[1284490,510538],[1317524,128837],[1317306,130491],[1318070,214767],[1316588,213271],[1316544,214115],[1316019,214704],[1316230,213614],[1316882,211658],[1315688,213872],[1318238,222787],[1315850,223832],[1317011,223567],[1315727,227156],[1316802,224248],[1315938,223853],[1315159,223473],[1317144,223614],[1317204,221950],[1313995,224193],[1315756,222164],[1316313,225413],[1316974,418674],[1316078,421283],[1317188,420407],[1315272,419359],[1317260,420748],[1317283,419920],[1317810,417483],[1316427,421747],[1317821,421133],[1317639,418331],[1314122,420749],[1314827,421970],[1315135,418765],[1317408,420698],[1318086,416585],[1316900,417286],[1316085,422089],[1316943,412999],[1316704,416859],[1315774,417899],[1317842,416375],[1316501,418098],[1314280,421255],[1314046,420126],[1314556,419906],[1314206,419322],[1313878,419250],[1317304,419235],[1315423,419894],[1316460,421007],[1313376,422169],[1316392,417609],[1313017,419993],[1317826,417943],[1316886,422188],[1317041,420839],[1317125,417820],[1316849,418394],[1315121,418894],[1318136,417717],[1318349,435198],[1318208,435228],[1314329,426704],[1307160,429601],[1314081,423757],[1312979,430166],[1315603,423716],[1311914,425348],[1310994,426658],[1314319,426059],[1309643,429904],[1307511,432695],[1308369,428789],[1315168,423369],[1311274,428546],[1313431,425855],[1312348,429991],[1312797,430644],[1313505,430462],[1317378,431053],[1317238,431120],[1314688,433440],[1314560,433640],[1315314,429028],[1314538,429288],[1309722,435006],[1308004,430080],[1307253,430344],[1311218,426180],[1311419,434745],[1313603,423051],[1310138,424014],[1308532,428168],[1307530,428290],[1307498,431316],[1310903,428572],[1308860,429527],[1314883,427744],[1313446,423797],[1310424,428500],[1312696,428270],[1316743,423867],[1314732,425076],[1314017,423408],[1311499,424640],[1310430,428757],[1314404,424566],[1310284,431963],[1310053,433531],[1317015,431315],[1316792,431409],[1314552,433889],[1314534,433923],[1314530,428745],[1314492,428864],[1309921,434987],[1317531,435106],[1316848,447903],[1309968,447910],[1313051,446664],[1310352,445105],[1313854,445439],[1310345,447217],[1314996,446868],[1317409,446410],[1314655,446097],[1317752,447382],[1311180,446460],[1308766,441220],[1314547,445888],[1313022,445704],[1314572,446823],[1315565,444198],[1312057,446795],[1316728,443395],[1316712,444313],[1316637,443334],[1316417,447855],[1317642,447994],[1317409,443544],[1317165,448187],[1318168,442081],[1317032,443265],[1317485,442524],[1317245,440750],[1316330,442256],[1317296,442013],[1313081,438975],[1318315,447910],[1310899,441487],[1308638,443513],[1312702,442030],[1308864,445072],[1308075,442863],[1309913,438570],[1309984,445785],[1308097,442750],[1313418,445759],[1308581,445279],[1307611,440223],[1312361,442211],[1313392,442850],[1312038,443610],[1311950,441661],[1312857,444805],[1312770,444439],[1311152,445366],[1307644,439064],[1307325,442969],[1309583,436311],[1307498,440579],[1312792,438754],[1306923,435553],[1307758,436142],[1310856,440370],[1307762,438848],[1310412,438590],[1311421,438900],[1306666,438387],[1309917,435444],[1312517,436773],[1312001,436441],[1315877,447886],[1318350,437852],[1317740,438263],[1317461,439813],[1317369,440050],[1315590,437156],[1315493,437786],[1317427,439672],[1314849,444058],[1310039,444027],[1316921,439967],[1317422,444104],[1317751,445454],[1312397,439308],[1312471,438796],[1311756,442864],[1315425,443836],[1314350,444949],[1313654,438566],[1311916,444032],[1309815,443982],[1316066,441364],[1316614,448033],[1314250,445969],[1310459,447743],[1310941,447357],[1309832,448041],[1311680,447127],[1317203,446650],[1312966,444870],[1316666,445631],[1313610,447248],[1315992,446268],[1316002,445220],[1311955,445848],[1312365,447692],[1315659,447249],[1309930,447144],[1308942,440347],[1311936,445941],[1313112,444839],[1315151,442592],[1312811,444478],[1315938,446325],[1316849,447011],[1317581,446209],[1317028,446947],[1318134,444761],[1317851,447598],[1318203,447337],[1316554,442434],[1317088,441944],[1315190,443555],[1312499,437324],[1308975,445003],[1313317,440431],[1311403,439877],[1311657,443911],[1311185,445235],[1313056,444751],[1312868,446233],[1312254,442324],[1308588,442842],[1312335,441771],[1307584,446454],[1313671,443443],[1308125,440739],[1310763,442549],[1309709,444119],[1312912,444576],[1312773,442340],[1307984,443403],[1307187,441565],[1307595,443228],[1307586,439048],[1310521,438344],[1310198,439888],[1308112,436859],[1307974,439053],[1307443,440843],[1307465,436646],[1311217,441487],[1315987,447298],[1317870,437029],[1313273,446512],[1317258,437131],[1317557,440852],[1316720,442092],[1318381,442007],[1317688,441345],[1316755,441384],[1318379,441866],[1317466,443982],[1317549,436172],[1313935,440019],[1316327,443385],[1311991,443335],[1313897,438417],[1313085,440117],[1317534,443460],[1313304,443572],[1312390,438871],[1311374,438839],[1314188,439141],[1310674,437991],[1315731,441186],[1310819,441328],[1313633,440389],[1309058,444394],[1316742,449911],[1317262,450652],[1317503,449030],[1313913,450653],[1311728,448237],[1316421,448315],[1315975,451389],[1316496,452020],[1315118,450979],[1310262,450518],[1317152,448372],[1313235,451667],[1313428,450541],[1312233,449283],[1312188,448600],[1309421,448748],[1314543,449429],[1315959,448611],[1313719,450836],[1310998,448778],[1314538,448701],[1315355,451792],[1318313,448943],[1317604,450303],[1315538,451871],[1310045,449328],[1312803,451312],[1310392,449508],[1316123,451830],[1313192,449831],[1312541,450844],[1314917,449364],[1314473,451335],[1317679,449415],[1311257,450892],[1312267,450686],[1313085,449786],[1315929,450097],[1312978,448469],[1313048,448760],[1315187,449816],[1316886,451359],[1317008,449733],[1312354,448530],[1311767,450553],[1314507,449284],[1314092,450301],[1311279,450475],[1314738,451040],[1315938,451478],[1316258,449269],[1317221,450358],[1309643,449832],[1313156,451431],[1311846,448711],[1316210,451608],[1316341,449446],[1317061,450516],[1316490,111985],[1318308,114836],[1315892,110716],[1315463,116360],[1316880,115464],[1316876,115418],[1315905,116751],[1318242,126060],[1324544,130353],[1324952,130234],[1322459,128994],[1321985,209753],[1319488,214322],[1319355,214712],[1320646,215355],[1320368,212899],[1320888,210539],[1321365,212564],[1322190,217834],[1322117,221043],[1319315,225284],[1325697,223276],[1322252,223541],[1325520,217823],[1320490,223565],[1324623,223531],[1324128,227000],[1326372,225686],[1321452,226265],[1322768,226702],[1319336,225924],[1324044,221507],[1322376,221114],[1326789,224253],[1327017,221453],[1327936,218966],[1323230,219001],[1324568,223099],[1324387,218392],[1323496,225206],[1320929,227036],[1323746,228907],[1323666,224420],[1323517,227987],[1324617,228434],[1320030,226892],[1322757,224995],[1322719,263096],[1329889,265294],[1330718,262179],[1330693,261956],[1328760,268718],[1330274,265421],[1330498,263386],[1328991,263556],[1323229,264834],[1321415,265206],[1323020,264072],[1322546,261680],[1323881,279960],[1324556,281693],[1323354,278350],[1324022,277173],[1322843,279114],[1323225,270227],[1321171,270602],[1322768,279752],[1323958,281380],[1323250,286894],[1327417,284958],[1327121,283068],[1324927,287113],[1329835,282805],[1324196,285653],[1328974,327581],[1328386,328459],[1325684,323202],[1325400,324262],[1329841,321183],[1327743,323771],[1327977,323744],[1326249,326292],[1329353,323097],[1327619,323633],[1325277,326518],[1326526,322098],[1328169,344053],[1328977,344359],[1328895,344986],[1330448,345403],[1329400,350573],[1324438,349531],[1328476,349085],[1330974,349032],[1328927,350192],[1324539,349939],[1327583,347142],[1326442,346350],[1328694,396222],[1328627,403491],[1328606,403630],[1326454,399502],[1329025,404427],[1328732,403290],[1326025,400456],[1326891,399831],[1327962,403522],[1326064,403819],[1326120,404189],[1329534,397856],[1330032,397705],[1329631,398472],[1328706,398049],[1328561,400430],[1329447,399187],[1325482,403525],[1325684,403868],[1329019,404143],[1328343,404509],[1326270,404143],[1326188,404288],[1326153,400167],[1326821,400298],[1328961,403200],[1326188,402622],[1329953,397282],[1328391,400520],[1329212,399261],[1325247,404177],[1325772,403974],[1319897,420563],[1319417,417870],[1318715,420519],[1320132,419904],[1318779,419208],[1320487,421320],[1318666,420350],[1318949,418774],[1322006,422460],[1318522,421248],[1320153,421188],[1323828,418381],[1322756,414790],[1320353,418873],[1320463,418012],[1324645,418842],[1318994,412494],[1319476,413017],[1322555,412883],[1320028,414820],[1319663,415107],[1318996,416374],[1319199,419122],[1322078,412712],[1319878,414502],[1321331,417811],[1321259,420327],[1320885,422386],[1323156,421423],[1327184,422318],[1321987,422550],[1325142,418476],[1320497,420935],[1325741,417711],[1324049,414684],[1321641,420074],[1323775,414822],[1323261,417720],[1326631,418630],[1325888,419099],[1323681,412440],[1323923,411873],[1323733,413070],[1320626,411948],[1319541,411991],[1319998,411137],[1319951,411053],[1324438,416267],[1324851,416583],[1319920,420707],[1320562,422550],[1322581,420258],[1321577,421750],[1321517,420666],[1319716,417625],[1323504,422256],[1318850,420570],[1321226,422438],[1320413,421423],[1319913,421263],[1320837,416806],[1322822,419769],[1323279,414580],[1321029,416148],[1318881,419390],[1324958,414515],[1322588,415677],[1323271,414785],[1320060,414440],[1318673,412409],[1318449,414244],[1319453,413099],[1318904,415871],[1323129,411534],[1323213,415555],[1321350,410898],[1321762,418962],[1321157,416175],[1319079,416123],[1325924,419599],[1323012,420174],[1322181,420837],[1327128,421136],[1325651,421601],[1326624,418923],[1321613,422514],[1326586,422421],[1325613,420259],[1322091,419025],[1326491,419758],[1322894,414956],[1327347,418229],[1323185,414299],[1324068,415301],[1323760,417263],[1323117,412187],[1324524,412725],[1324717,412172],[1324015,412194],[1324911,412936],[1320250,411601],[1320646,411433],[1319621,411539],[1320436,411174],[1324840,416390],[1324231,416243],[1323591,423076],[1320742,432075],[1322052,432052],[1323367,432586],[1319018,424355],[1324048,429553],[1321520,423317],[1323895,424910],[1323526,424871],[1322784,425664],[1323170,425015],[1321409,423106],[1319330,423992],[1323357,426030],[1321197,430163],[1322847,425954],[1323659,425600],[1323513,429697],[1323900,434830],[1322376,431058],[1327278,423608],[1327062,422860],[1326087,423554],[1324730,422811],[1325198,424124],[1325698,427257],[1326700,427356],[1326159,426418],[1322617,434284],[1320466,430793],[1322856,433954],[1321828,431033],[1318891,425326],[1320687,424560],[1321305,423406],[1323277,423689],[1321841,431429],[1324392,433969],[1319165,429572],[1322013,429714],[1319691,428927],[1322340,426751],[1323866,429741],[1323857,428275],[1321716,426070],[1323360,433833],[1326416,422685],[1325287,422934],[1325500,424060],[1326083,427512],[1326909,427714],[1324510,426784],[1322980,438985],[1318488,439483],[1318434,447130],[1319694,447268],[1318421,445957],[1320715,440000],[1323449,435507],[1318574,442230],[1318756,440109],[1320041,439458],[1320743,439668],[1318488,435670],[1319306,447296],[1320350,446778],[1319113,448001],[1320232,447596],[1330674,447415],[1318545,449144],[1319067,449343],[1319143,449263],[1318714,448978],[1324147,455237],[1326679,454580],[1325085,455299],[1327961,453628],[1328349,454775],[1327919,458559],[1327758,458105],[1323446,457698],[1328465,450039],[1328526,456930],[1325025,453926],[1326995,457781],[1326298,456562],[1328409,456339],[1325123,456893],[1320591,95142],[1321508,98380],[1322223,94619],[1319706,94897],[1329541,102385],[1321731,94109],[1322597,97463],[1324627,100788],[1319818,94320],[1325996,96201],[1322556,97848],[1329213,99330],[1327581,98117],[1324285,110284],[1322789,110599],[1323977,115208],[1322930,108479],[1324018,104621],[1324402,113706],[1323148,117085],[1322895,122359],[1319347,121060],[1322001,125485],[1319409,126777],[1321550,116032],[1318495,124419],[1326326,125653],[1322895,127140],[1328128,121416],[1338694,136756],[1342645,139047],[1338605,140459],[1340521,139307],[1343166,142286],[1340845,142892],[1342605,141666],[1341920,145545],[1336999,144140],[1339288,145232],[1338589,142106],[1343723,209536],[1332129,279777],[1333063,327008],[1339227,322869],[1341054,320796],[1340065,324133],[1342871,330387],[1342089,327754],[1338421,324374],[1342229,320845],[1337722,322467],[1336242,325722],[1342478,328119],[1339778,326126],[1341796,321736],[1338308,342009],[1337263,352020],[1338703,351657],[1342192,356303],[1340311,354001],[1332234,349675],[1333424,350784],[1333287,351189],[1334769,345991],[1341366,350994],[1342094,353189],[1339827,352727],[1340314,356655],[1343576,357065],[1337513,347434],[1331853,350646],[1332506,349803],[1332852,347959],[1331996,349044],[1337909,358871],[1331966,367513],[1336113,363598],[1333242,361217],[1336425,365584],[1338688,363976],[1337784,365504],[1333941,360830],[1337851,366327],[1333227,370745],[1331662,360678],[1332115,360323],[1334249,364365],[1337284,369647],[1334453,361578],[1333468,444977],[1333943,444901],[1333751,446594],[1332104,444981],[1332327,446997],[1338014,460947],[1337536,455686],[1333645,459895],[1337701,457642],[1337209,458106],[1337488,456547],[1336027,457598],[1337787,459662],[1332130,448590],[1331627,450550],[1334586,450211],[1332447,458752],[1335435,456380],[1338576,455515],[1332624,458605],[1334197,458849],[1337159,457629],[1332986,450738],[1331826,449486],[1334362,449979],[1333981,448676],[1339394,466232],[1337256,467022],[1340860,471764],[1341178,468117],[1341894,470099],[1337888,469333],[1336504,472186],[1340556,468513],[1336541,468282],[1340429,471057],[1337018,467609],[1341849,469788],[1337888,469988],[1339842,466324],[1337242,484737],[1339727,486592],[1337826,484554],[1339062,479213],[1341588,480602],[1338775,481056],[1338560,479658],[1343485,481695],[1341816,480157],[1342750,479574],[1343369,484053],[1338796,484388],[1342390,480283],[1341160,479855],[1337925,479081],[1341213,479200],[1339677,479944],[1340302,480338],[1343277,485609],[1340851,490349],[1336695,487988],[1336760,490149],[1340020,488544],[1341790,487672],[1337461,492782],[1340613,494462],[1340884,496684],[1338140,492363],[1338304,494867],[1339472,492212],[1338749,499220],[1335905,498299],[1341558,496249],[1341025,487010],[1338719,487894],[1339206,490633],[1338101,489326],[1338745,488531],[1336471,493698],[1336788,492556],[1342484,495096],[1341205,495454],[1337847,496431],[1339966,497389],[1339576,497280],[1339088,492662],[1336943,498153],[1341461,497177],[1343150,492934],[1341822,493954],[1343302,494181],[1341659,495023],[1343960,497107],[1343433,492225],[1340135,504523],[1335542,501653],[1335478,499578],[1337671,502195],[1336739,505440],[1338770,506398],[1342637,506790],[1339503,508684],[1337127,507619],[1340557,509166],[1342834,502700],[1343965,500247],[1342581,501585],[1337334,504545],[1336773,502677],[1340391,504730],[1335381,500548],[1335004,502172],[1335126,499647],[1339663,502080],[1335994,510040],[1340478,508401],[1341391,510064],[1336175,506310],[1342571,511099],[1339794,507068],[1339596,506264],[1339816,507822],[1343839,506002],[1342738,502463],[1346104,138976],[1346785,139354],[1344799,138015],[1355763,211008],[1354233,214847],[1356072,209922],[1353752,213623],[1354598,214105],[1356262,211312],[1355500,211182],[1350848,214845],[1350159,211446],[1351026,210061],[1345030,209364],[1344730,210945],[1348002,209903],[1348338,208295],[1347588,209472],[1350031,210145],[1353037,210484],[1352149,210849],[1351853,211223],[1347455,209543],[1344959,210693],[1348018,209184],[1346602,208225],[1348621,208261],[1349668,210761],[1347071,211316],[1349196,210436],[1356649,229565],[1356568,223313],[1345167,321082],[1344670,322126],[1346522,354888],[1354155,355399],[1353802,348437],[1353545,352687],[1354901,351992],[1349918,355189],[1354009,349271],[1349830,352361],[1355741,349212],[1344870,353683],[1352992,353517],[1356136,355020],[1349769,354716],[1349505,352377],[1354396,349521],[1353290,349550],[1346043,358893],[1345292,358722],[1355948,441667],[1355632,442074],[1356638,441034],[1356427,441497],[1356143,444869],[1353862,454588],[1356042,456229],[1355513,456562],[1354792,459562],[1353522,460054],[1354622,456182],[1347873,460144],[1347444,470328],[1351059,471214],[1349778,471531],[1351516,473210],[1351225,472726],[1349721,470986],[1349494,467231],[1349794,467434],[1352052,466966],[1352208,461677],[1350286,465471],[1349532,461179],[1349210,471063],[1347831,470811],[1348316,472048],[1350134,472823],[1348352,462056],[1345850,467181],[1350894,465572],[1347882,466158],[1348211,465484],[1355741,486511],[1346646,482332],[1348648,483235],[1346953,482983],[1344708,486357],[1349394,480927],[1346611,479439],[1349657,477814],[1346485,479237],[1345113,482310],[1348522,479024],[1351148,475828],[1348885,474244],[1344129,478462],[1354364,486467],[1345159,482809],[1345091,485304],[1348223,485998],[1346087,483340],[1349548,483717],[1347074,485682],[1346432,485617],[1350146,479524],[1347769,481758],[1348662,479058],[1346569,479360],[1350073,477907],[1346035,483927],[1349098,479462],[1347245,478289],[1349799,475210],[1347955,476451],[1344336,495386],[1346197,493564],[1346085,497674],[1344229,495416],[1345026,496951],[1352221,492475],[1349148,493503],[1353547,493268],[1350010,494956],[1351165,494905],[1354179,494475],[1354830,487253],[1354644,490168],[1351410,491892],[1353939,489314],[1353985,490543],[1344009,487214],[1346922,493952],[1349495,492130],[1353631,494064],[1350235,495487],[1351663,493514],[1353806,493492],[1350195,492016],[1354465,497503],[1351713,492928],[1355225,499117],[1355616,490029],[1356515,488835],[1352279,487873],[1354761,492054],[1355453,486905],[1353977,491259],[1345026,504974],[1346147,499739],[1344346,503723],[1353169,503084],[1352089,502369],[1352207,503805],[1351346,503861],[1349013,503533],[1348039,502872],[1354854,503314],[1356156,501296],[1355579,503792],[1355674,503317],[1354517,502404],[1348068,500029],[1345814,500663],[1345111,505250],[1344903,502699],[1344925,502946],[1345110,503835],[1349827,507486],[1350478,505725],[1349306,503085],[1352646,506634],[1347527,505211],[1350214,506276],[1352917,502955],[1348760,501865],[1356078,501249],[1353563,499545],[1353719,501546],[1364392,203759],[1365355,204166],[1366949,200999],[1367255,207863],[1364460,206516],[1363692,208763],[1363456,207198],[1368106,215150],[1368785,208017],[1368877,207295],[1368120,213024],[1364528,217788],[1369340,213543],[1362276,224238],[1363525,219173],[1360875,223463],[1357581,221133],[1364394,223884],[1357071,225059],[1363581,227286],[1365794,226332],[1365631,228160],[1357364,226533],[1365889,219568],[1357284,223817],[1361075,227339],[1357217,221521],[1358405,228211],[1364243,230182],[1364345,226747],[1367772,218486],[1367636,223373],[1363354,231168],[1364098,234933],[1359539,231968],[1360917,232138],[1364010,233505],[1361481,236701],[1363204,231645],[1362856,232930],[1363009,232168],[1364436,250705],[1363212,247458],[1361837,248112],[1365561,246360],[1365559,246951],[1361502,248119],[1365563,248500],[1366538,248533],[1358156,255042],[1361385,255116],[1361959,248318],[1364121,251399],[1366939,248267],[1363361,251161],[1364043,251023],[1365832,246456],[1360966,254971],[1362606,256119],[1357597,255401],[1360816,254748],[1358059,256905],[1358470,259753],[1358526,256959],[1357914,256518],[1362090,257760],[1361242,258534],[1360323,260875],[1358624,256448],[1366713,277790],[1369196,273119],[1367067,276596],[1366811,272635],[1369462,273339],[1366911,274539],[1366430,272497],[1366337,273277],[1369570,273691],[1368215,272119],[1368911,275056],[1362798,363841],[1359628,364673],[1363720,363196],[1364888,364109],[1361777,358748],[1359415,362424],[1359475,365267],[1365162,365481],[1365170,360471],[1360079,363849],[1364457,359458],[1359478,366772],[1364129,366850],[1359436,367526],[1368373,378441],[1369159,374533],[1366069,379113],[1366757,378731],[1369525,378296],[1365211,380976],[1368150,376685],[1368728,379822],[1368132,377451],[1367244,380457],[1357147,443484],[1357777,443412],[1358153,442574],[1359554,441360],[1365314,445596],[1358826,442393],[1359897,444766],[1357731,444737],[1358827,444779],[1360021,443555],[1363910,452086],[1365841,452481],[1368503,448302],[1365354,448940],[1363747,450255],[1357586,454331],[1361393,456561],[1359983,454354],[1360873,451910],[1356980,458624],[1364755,450531],[1363687,453924],[1369303,453390],[1367548,454060],[1363537,449599],[1360838,458267],[1357893,456440],[1358492,455360],[1358370,456084],[1357645,452319],[1357979,489843],[1357420,500209],[1359013,503492],[1357286,504595],[1357732,500398],[1356922,500407],[1370161,199997],[1373375,200203],[1370608,202995],[1370149,209204],[1374082,213360],[1372382,206145],[1371450,222668],[1374455,222101],[1370574,223015],[1371086,223604],[1380323,226791],[1369897,221904],[1371567,223278],[1372975,219593],[1382393,236268],[1381092,232627],[1381483,234171],[1381919,234748],[1381694,232811],[1379350,230729],[1370659,274581],[1370392,276349],[1369811,277010],[1380482,341270],[1380069,345369],[1381020,342553],[1379227,344578],[1379737,341205],[1381654,344333],[1381568,343730],[1378920,351915],[1376962,356929],[1378138,348480],[1379612,346499],[1380668,357981],[1375246,357948],[1375641,356072],[1377884,352256],[1376557,357135],[1378897,347169],[1379295,349159],[1380006,348836],[1379048,347570],[1380354,348101],[1380318,362956],[1381146,370503],[1379183,363660],[1375716,360251],[1374258,361701],[1373560,361606],[1372716,359009],[1375207,370286],[1376637,370987],[1382377,368123],[1378385,361557],[1379970,359227],[1380212,365903],[1380200,362389],[1381106,363415],[1378519,360271],[1378021,359077],[1374585,360568],[1377946,360303],[1370777,377059],[1371121,378146],[1372323,374797],[1374891,376721],[1379005,376017],[1376538,377627],[1380110,382379],[1376979,382670],[1377714,379599],[1378673,382393],[1377273,382375],[1381881,372968],[1369976,374591],[1369683,375970],[1376969,379301],[1375418,373103],[1373906,373837],[1376020,377160],[1373595,374939],[1377476,375243],[1379053,379683],[1379505,381572],[1377882,380203],[1381046,383422],[1381870,372913],[1380020,385842],[1380639,386419],[1382161,393015],[1375529,391666],[1381224,392571],[1380453,391639],[1380541,387805],[1382116,393622],[1375620,390797],[1381755,385368],[1376691,392589],[1379258,396681],[1378367,396431],[1377546,395266],[1377599,395133],[1373178,393582],[1378894,447834],[1381616,444627],[1380074,442566],[1370732,450745],[1377618,448447],[1375038,455541],[1373621,456218],[1373029,454301],[1380351,452652],[1379003,448459],[1372304,449664],[1371563,449987],[1378373,454593],[1374700,456634],[1375518,449857],[1376220,455338],[1373874,449794],[1378369,450583],[1373452,451113],[1395073,198976],[1389519,203381],[1394394,201546],[1388457,200273],[1392712,203457],[1390379,203985],[1395081,198304],[1386542,200461],[1386030,204619],[1388673,201923],[1385579,205795],[1395069,205549],[1393610,206877],[1391752,205153],[1386140,228211],[1388212,227635],[1382505,232816],[1387813,234171],[1389293,234602],[1384410,233944],[1385102,233734],[1395092,277307],[1395084,345284],[1389033,345536],[1392004,342232],[1391751,344862],[1391026,342770],[1392989,344551],[1385525,358580],[1385132,357939],[1383375,357842],[1386102,370955],[1384964,359338],[1388321,370908],[1389868,370779],[1384221,360481],[1385410,367326],[1390496,370279],[1389051,371084],[1387009,370609],[1383209,384012],[1386459,377475],[1383225,372578],[1385504,371652],[1387116,376169],[1390422,373885],[1392170,374671],[1391712,377361],[1391643,376381],[1388713,377347],[1387121,372480],[1384283,377081],[1382856,373719],[1386271,374100],[1383572,371600],[1394572,373411],[1391161,374190],[1391566,379158],[1383521,384687],[1383833,390996],[1394369,414112],[1394948,410980],[1394678,410350],[1394622,415115],[1394719,420292],[1394664,424487],[1384364,446711],[1390040,441238],[1390820,440059],[1395053,447139],[1394798,446358],[1389701,447258],[1390994,444941],[1393923,444020],[1385924,446584],[1387383,445779],[1384844,445000],[1385305,442922],[1384569,443464],[1386714,447916],[1383796,440654],[1392833,445887],[1394951,442667],[1392023,442619],[1389917,444793],[1391728,445827],[1391156,443769],[1389217,444311],[1390563,443461],[1390970,448603],[1395177,449275],[1390330,108197],[1393048,115286],[1392398,109464],[1390589,108819],[1390143,110268],[1394342,110838],[1390251,110947],[1390729,117079],[1394067,115477],[1405502,241737],[1406520,242661],[1398527,242492],[1401974,240224],[1404729,238288],[1400368,239494],[1403390,238582],[1402592,238608],[1404612,246282],[1407162,250447],[1403937,250208],[1405408,248979],[1406923,249028],[1406784,247247],[1404717,245792],[1403147,247498],[1405431,249086],[1405922,251454],[1407208,248521],[1405282,247205],[1403991,250509],[1398146,277990],[1397842,279427],[1396972,279266],[1396529,280952],[1402012,278761],[1401145,274393],[1401886,273145],[1399912,272115],[1405637,273999],[1400918,274838],[1404401,281378],[1404893,278244],[1405494,281308],[1396145,281199],[1400375,281547],[1398657,279495],[1396242,279431],[1397792,278419],[1398453,277858],[1405362,274771],[1400629,275752],[1404111,275843],[1401128,275196],[1406350,275989],[1404287,273847],[1405702,275230],[1403141,275863],[1407934,278385],[1406801,278493],[1398927,283121],[1397967,282895],[1405801,281996],[1406698,289857],[1405607,287883],[1399629,281990],[1407155,285792],[1406748,288324],[1398173,341147],[1396340,341988],[1398091,343571],[1397392,344977],[1397229,341499],[1396365,347434],[1395990,346577],[1396499,347315],[1401866,408184],[1401194,409571],[1395422,408444],[1397948,414997],[1397488,413812],[1398780,414575],[1403068,420931],[1396813,420107],[1403418,421053],[1399667,412050],[1402239,411675],[1401681,417478],[1401304,417378],[1401123,420322],[1395396,421325],[1401647,420816],[1399928,428557],[1402491,428283],[1402235,425713],[1403459,425513],[1402377,423742],[1395330,425429],[1402639,443499],[1399379,442181],[1401008,444657],[1403207,443653],[1401155,444938],[1399921,446375],[1400398,445351],[1403296,442561],[1403478,444136],[1395601,451084],[1396977,451132],[1396891,448352],[1400321,452090],[1399885,108694],[1401181,110233],[1407438,105856],[1403512,109858],[1403587,111910],[1401460,105924],[1406474,104220],[1404558,104398],[1402811,103173],[1402820,104483],[1404896,108806],[1399315,107024],[1399893,110388],[1398881,105779],[1400011,109783],[1397192,115369],[1400306,116817],[1398820,118370],[140752,167409],[139931,170445],[139866,168784],[138993,168760],[139243,169466],[140328,169754],[139968,170241],[140107,168836],[138835,169238],[140274,201030],[140728,197878],[139315,394656],[138361,396775],[136133,394675],[137258,396377],[140715,395037],[136779,398106],[134612,397210],[134145,399748],[136138,397294],[129796,407107],[131442,401612],[138660,397703],[136190,404455],[131115,402219],[137293,416197],[137090,416430],[140721,432823],[133571,430084],[137165,432848],[139292,434776],[128813,428167],[136844,435673],[135488,439865],[139825,436835],[137361,438228],[137928,440095],[133378,472532],[138408,469755],[135727,473109],[135476,471585],[132241,470343],[135027,466983],[132046,468933],[137332,471256],[136906,472359],[136130,470703],[133296,470148],[134079,469402],[131950,467888],[136897,471425],[135350,472468],[135243,469973],[131078,470296],[132571,467368],[134781,473611],[136283,472059],[137660,470252],[136296,469990],[132296,469491],[133664,466913],[131380,468724],[137487,474285],[138387,476948],[136695,480568],[134711,479206],[131797,478498],[135122,474877],[131819,476960],[138170,474604],[138203,478256],[135302,479038],[133548,479222],[135082,474813],[132601,476930],[137479,474049],[138276,477208],[136110,480122],[134542,477155],[138780,475271],[138357,478386],[136017,479212],[133301,478456],[132344,478085],[135686,473975],[139724,499097],[139918,499112],[140799,497782],[140205,498796],[137746,503589],[139258,504409],[137511,502707],[138534,499605],[137713,499520],[131064,505059],[140296,503777],[131158,509804],[140089,505673],[131908,507963],[131393,504414],[138944,506773],[137438,506296],[138934,507948],[139880,507572],[136165,507029],[134605,504968],[134628,503027],[134671,501739],[135808,501756],[139785,502850],[138514,499629],[136913,500043],[140507,499947],[131116,509605],[131372,504651],[131088,507767],[138474,504673],[130764,504828],[138330,506653],[139332,506495],[137125,507028],[139251,507735],[136112,506411],[134553,504145],[135249,503100],[135375,502439],[135907,501772],[139427,501792],[138700,531775],[128838,561298],[133511,558037],[128580,560877],[129969,560239],[134755,558470],[128579,561061],[129399,560656],[134437,558831],[129679,560926],[134490,559988],[131621,563920],[132068,566666],[131604,564043],[132211,566711],[128431,584327],[130287,578167],[132753,580280],[130384,578123],[133537,590675],[133663,590649],[132380,614193],[129137,612285],[130155,613566],[132263,610711],[132441,614259],[128937,612082],[133059,613770],[129896,612714],[131710,614031],[130097,613941],[129987,616156],[130408,618124],[133177,616460],[130316,617008],[130845,615662],[128897,617263],[131274,617104],[130884,617360],[129329,616674],[133636,616352],[130226,615791],[131850,616707],[131280,615307],[129583,616500],[130218,652362],[129155,645638],[128530,651129],[128556,651995],[128503,649465],[129431,649726],[128322,649073],[129121,651545],[128383,654434],[129207,670284],[129845,671307],[131335,669518],[129084,670202],[140408,675899],[128110,687358],[132780,688640],[133316,689073],[131230,690202],[132537,688894],[131758,690229],[133034,687866],[133408,689129],[132481,688577],[131805,689652],[131772,692375],[132443,696678],[139264,694553],[129257,692742],[129228,696039],[134772,696492],[137327,696783],[135448,700227],[139250,698047],[138125,693905],[134642,695975],[135746,694559],[137464,697371],[140250,708217],[140442,710636],[137962,709818],[137419,708889],[136399,712069],[139278,713596],[136843,714580],[138703,714377],[137132,713842],[137141,709249],[138604,709740],[137727,708937],[140611,710258],[138384,710206],[139682,714580],[136635,713514],[136630,712669],[138268,712764],[139428,711736],[140721,714804],[140301,714778],[140562,716379],[130875,715734],[130152,715184],[132743,715625],[132892,715286],[133328,713700],[133790,715649],[133372,713822],[136942,714949],[135717,715606],[135506,715661],[132909,717687],[132750,720480],[129464,719088],[133119,718195],[133407,724645],[133109,727401],[131516,726061],[128470,724919],[132299,723981],[130810,722022],[129689,724464],[132383,724105],[139087,724697],[139839,727375],[132353,725578],[131321,717833],[132941,725183],[129080,722252],[129477,726106],[131805,721811],[131408,724266],[132007,721251],[135585,723845],[136059,718577],[134843,724282],[128814,729089],[136857,718184],[139779,719842],[135860,718209],[137387,722246],[136335,722502],[136017,720875],[129781,725844],[139998,717147],[140663,718023],[134684,735850],[136204,742598],[138769,736920],[136654,737864],[137928,739327],[138770,740240],[140157,741682],[137762,738811],[129834,741616],[136314,735729],[135525,736422],[140428,736746],[136583,738595],[136941,741537],[140788,738301],[140256,741630],[132879,742385],[130826,741659],[129747,729952],[134274,739371],[131486,739389],[129995,741583],[132668,740439],[128599,738694],[133004,741749],[131516,735670],[128584,736084],[128960,737533],[130564,736119],[129033,739238],[129503,739223],[129824,739896],[131728,740846],[131828,741904],[133490,741712],[133912,741354],[132318,731876],[135610,734824],[133269,737011],[133247,735289],[132531,735194],[133873,736262],[134011,735296],[130011,732763],[131089,733077],[133451,731582],[133652,732615],[131524,734323],[131507,734586],[139228,730624],[139440,730525],[140030,730801],[132696,748915],[137582,744518],[133399,743652],[135633,746046],[132642,746294],[132825,754457],[134260,754723],[131584,743551],[128894,743957],[131466,744557],[131015,744366],[137126,743382],[134251,745623],[137537,744617],[138413,748618],[133442,743484],[133829,749451],[131805,754794],[135677,753154],[135339,754970],[132593,742760],[133072,743450],[128945,743760],[139802,744694],[138545,744003],[129146,747088],[130163,746685],[128174,748120],[129820,749910],[128022,753475],[128866,753800],[139165,753472],[139751,753174],[137401,751720],[132464,756421],[133194,758906],[137814,757507],[137783,757817],[134212,759224],[138208,759265],[128530,762190],[128820,762654],[133952,755639],[134702,759829],[137897,758161],[134040,760933],[135402,761658],[134756,761722],[128044,763540],[128214,759894],[129959,761832],[129406,762849],[128939,762604],[129774,766317],[130487,764898],[129358,764021],[130940,766831],[129535,766823],[132769,768550],[135176,771179],[136453,769288],[136863,770504],[140466,771460],[138214,773131],[140348,773087],[135207,772901],[135731,772719],[135821,773304],[138630,775179],[137312,774046],[137630,775305],[129159,768611],[1419610,200794],[1419693,204803],[1417330,203969],[1412367,203661],[1411767,201158],[1420250,203645],[1417800,201289],[1419072,216110],[1419803,211844],[1418907,213563],[1419864,213426],[1415724,211206],[1419932,207604],[1419393,206901],[1415070,206139],[1417347,205256],[1412032,208595],[1414053,209650],[1418282,224021],[1419578,224454],[1409480,247746],[1409450,251191],[1411751,249564],[1410498,251171],[1410797,253834],[1414968,248718],[1410300,247954],[1415281,247713],[1408745,245449],[1408321,253263],[1408231,247624],[1409918,250467],[1410592,252707],[1410620,247324],[1413712,253943],[1413859,253333],[1410377,249923],[1410016,251118],[1409883,248985],[1412077,253437],[1409174,279927],[1408083,278980],[1410612,281088],[1408962,276850],[1410702,287179],[1408869,290608],[1410019,288645],[1409415,289073],[1408775,283331],[1410608,283577],[1409247,282982],[1409968,282685],[1410925,288083],[1408547,285780],[1409155,285627],[1409119,290534],[1408748,287557],[1410263,289138],[1409083,102053],[1418270,111148],[1419931,114972],[1420383,112928],[1417915,110610],[1418753,109976],[1420390,109141],[1420527,108180],[1418294,106560],[1419884,108782],[1419635,112584],[1417269,105714],[1419059,107065],[141836,166252],[142090,166225],[141734,166453],[152274,173997],[153152,173657],[153466,174766],[147491,169375],[142892,167934],[141865,168389],[142327,167139],[141361,167349],[142681,167714],[141867,167740],[141433,170940],[147694,170956],[147183,170727],[146620,170132],[148702,169388],[148455,170374],[152135,173084],[152548,173428],[152089,173803],[153575,174034],[148995,169770],[148760,168339],[146557,170478],[142563,167036],[141350,167382],[141173,166987],[141824,168305],[141334,170097],[147621,169629],[147693,170831],[147650,170466],[146859,169750],[148879,169610],[148339,169104],[147849,170355],[148643,169643],[148487,169819],[152521,172735],[152184,174189],[153568,174238],[152686,172831],[152837,174062],[148589,189884],[149392,190157],[148968,189611],[149498,190106],[141527,200837],[145006,198672],[141065,198297],[147377,194046],[147811,196809],[141520,200659],[144658,199204],[147275,193839],[147821,195189],[147440,197042],[141052,199834],[145867,197910],[141576,198477],[146196,193820],[145500,196377],[148009,196988],[150792,196472],[144891,199204],[143042,197384],[145637,196095],[147455,192208],[148444,198136],[151626,197993],[152671,197458],[153013,198234],[151574,229365],[149714,229642],[151368,227769],[148725,228346],[152811,233676],[150652,409070],[149507,426879],[149792,429863],[151191,435396],[141035,433955],[148277,428264],[141768,429708],[141287,435086],[141762,434518],[144804,427778],[146144,428679],[142745,430868],[142166,433280],[146926,427927],[141544,434948],[152488,436991],[151270,438032],[144577,439803],[143447,443331],[142448,442075],[145450,442590],[143463,436358],[149754,440712],[148462,442706],[150423,441067],[141757,440474],[150632,453496],[151651,454610],[149496,453214],[143259,453085],[150575,452844],[150214,455234],[144066,451822],[148906,454043],[152169,456216],[153387,467690],[152996,471365],[150595,471249],[151948,473077],[150285,468790],[152251,468852],[149726,470736],[152324,472889],[149261,472255],[152430,473351],[151297,470732],[149495,477140],[151599,475489],[148389,478027],[151214,477948],[150964,476039],[147075,477851],[150800,477366],[151304,475460],[152910,474254],[146813,477771],[150660,475581],[148409,476135],[146470,498590],[144189,496740],[145177,497672],[142623,497647],[144085,497972],[150104,498698],[148467,498201],[144783,495581],[144730,494878],[143236,496318],[142168,497618],[141447,497420],[142108,499045],[141069,498234],[146301,497642],[149873,498634],[147011,497978],[143904,496642],[144840,497489],[142690,498079],[144310,497879],[151395,498495],[144534,495819],[144995,494454],[142800,496410],[141991,498324],[151772,497382],[149476,500952],[147772,510100],[152117,509497],[146291,505124],[147598,506689],[146113,499552],[152607,506141],[148857,509195],[151082,499826],[147210,504684],[145373,508554],[152240,507411],[148668,509529],[150450,499613],[147214,507710],[152389,508518],[152641,506007],[140910,499778],[143186,504165],[152377,505597],[151332,510972],[144872,504112],[152214,511813],[152722,511482],[147188,505846],[147067,509213],[147018,509429],[152379,506726],[151643,499853],[146417,507046],[147156,508675],[143456,504262],[141109,504077],[144828,503841],[151668,509747],[151356,510606],[151954,512108],[152924,511504],[147083,509284],[146171,505858],[146705,509948],[152159,510536],[152861,508068],[152768,504980],[146207,532162],[148546,531897],[150102,531651],[149950,531779],[151850,562597],[152908,562341],[152060,562776],[153063,560808],[141292,597104],[142068,596178],[141602,596621],[142297,595924],[142150,596532],[151951,639872],[151452,630545],[151140,629052],[151783,631699],[152501,632292],[152240,630285],[152047,630464],[150935,632832],[142210,639847],[145005,639478],[150180,638425],[150182,636821],[152722,633601],[146098,635318],[147493,633636],[146316,634477],[146952,639647],[142622,638821],[145292,638780],[150455,637740],[149471,638173],[150837,640056],[148925,637032],[148764,640115],[150444,632019],[150716,630223],[148521,634059],[145165,632531],[147618,634537],[146332,635597],[148554,633894],[145406,639326],[145919,649930],[146147,651745],[141760,647811],[147964,649823],[144738,650213],[147595,652550],[149402,648876],[153254,643435],[144828,650868],[147257,651824],[147524,648072],[153221,643417],[146352,650489],[146808,652027],[148347,648838],[142142,646953],[146519,643009],[150688,646131],[151877,641568],[152725,642848],[151865,640395],[142162,646298],[147216,643805],[150633,646519],[150764,640221],[142895,647734],[143889,640791],[146115,642756],[150449,644547],[143640,640613],[145805,642083],[150239,645493],[143445,677302],[143587,676535],[142817,677381],[141524,675706],[141938,676951],[147650,688504],[146213,688410],[151178,685785],[148455,685848],[146735,686686],[148757,690268],[146222,684574],[148279,689676],[147897,689483],[148180,690006],[152517,686586],[150560,689609],[150429,689016],[153153,691249],[153423,688335],[153015,687388],[153333,690249],[153104,690783],[152438,689669],[150444,691029],[151127,691312],[150038,690414],[144558,691173],[146609,690604],[147247,687801],[146328,688649],[147527,689435],[144509,684349],[145427,684015],[145064,684771],[146757,685094],[145475,680155],[145629,680626],[144839,681910],[143187,679070],[153273,698066],[152727,703697],[152855,701394],[142382,697101],[142618,692531],[152280,703086],[150366,701322],[152642,702113],[152646,701122],[151399,702827],[147674,698526],[147561,701602],[146994,701726],[148621,702225],[150260,700316],[146960,691996],[146530,692700],[149775,693027],[148156,693828],[149336,693068],[149395,692394],[146642,701753],[149826,701953],[149422,700998],[149276,700564],[148869,699684],[148181,706458],[149720,705617],[149379,705467],[151043,704600],[146552,704847],[147888,704578],[147881,704773],[140951,709980],[143912,707069],[143521,708531],[145168,708723],[144785,706780],[144192,707279],[141933,713994],[143607,711808],[142049,712400],[141668,711601],[144080,712931],[143746,707164],[146421,708504],[144190,707073],[145707,706795],[143546,707023],[142141,712957],[144065,714001],[141443,713535],[141833,711640],[144187,711608],[141121,716428],[141423,715231],[145155,716286],[142276,709852],[142484,710290],[143648,710565],[148883,721323],[145686,729465],[148235,722144],[144563,728344],[141543,728858],[142074,725755],[143476,728864],[151133,728213],[152421,724882],[144848,725161],[146947,723769],[145773,721481],[147552,723780],[147761,721744],[147039,724235],[145148,725734],[145295,727566],[144026,729608],[144269,729135],[149044,729238],[150761,728992],[150268,729228],[153446,725054],[152633,723397],[148485,721825],[147632,724733],[148394,722175],[145736,725209],[144449,723573],[145622,722091],[147261,725290],[145328,722646],[148953,726099],[144814,717603],[144943,717430],[142679,741752],[149834,729917],[149598,731481],[148920,730478],[151939,730251],[141571,737215],[141524,739094],[141316,730524],[148409,731422],[151994,731316],[152892,738229],[149788,737900],[146868,733219],[151124,741361],[150146,742044],[151073,738330],[144726,737934],[152180,736905],[152203,734781],[152296,735889],[147190,734610],[150483,734022],[147207,736724],[151396,739366],[147546,738373],[145498,735464],[148697,738193],[148813,737263],[149670,740714],[151761,741348],[149289,741298],[150394,740903],[147908,733265],[152378,738869],[150849,734270],[149095,732494],[147272,734269],[145343,732838],[145584,735049],[148442,737106],[148141,734633],[147936,736048],[145212,736387],[145499,737797],[146586,737966],[143877,733574],[143355,734436],[143957,733730],[141853,730181],[141476,731366],[141285,731872],[142504,745438],[144919,742780],[142624,743860],[144955,744083],[141026,745073],[150985,744034],[151621,751774],[150716,745838],[150809,746394],[146559,747921],[146585,742607],[147455,742624],[149600,747098],[151424,747569],[150668,746508],[147278,746679],[147970,746764],[146612,746704],[148400,744900],[148526,745589],[148455,743902],[146004,744193],[150159,746544],[151756,749123],[149992,749072],[148162,748659],[142399,753115],[144939,755367],[144426,753426],[144592,755340],[146414,755143],[142079,753344],[142434,752885],[146674,752116],[145764,751378],[147758,754420],[148790,754056],[148669,755157],[147908,754135],[144409,752681],[147970,753856],[147977,752709],[146178,752776],[146007,754450],[147202,753976],[153407,754509],[152719,755197],[151585,752779],[150663,752617],[144909,744073],[148693,742883],[148705,743567],[153332,764546],[150992,759865],[149468,761475],[149393,760204],[151192,766232],[150435,766600],[151595,763557],[150803,762436],[151203,767478],[153005,767861],[152995,767465],[150296,767508],[150846,767018],[153183,767498],[149680,768928],[151702,772698],[151342,775086],[151880,778384],[152297,778945],[152536,776281],[152699,776294],[152730,776640],[151147,775977],[150669,768521],[151376,768786],[151511,777278],[152057,775766],[152073,777296],[152635,775538],[151683,775441],[152604,775011],[151279,769172],[150774,768335],[150095,768234],[163187,177607],[161965,177678],[160939,176896],[162865,176740],[161231,177310],[163388,177950],[163622,177511],[162631,176826],[161766,177741],[160918,176971],[163746,177833],[163521,177166],[162271,177512],[162582,177746],[161425,172894],[161975,172792],[158977,171992],[159827,173217],[160275,173405],[161423,174270],[160685,173533],[162707,173202],[164604,173468],[163558,173526],[162622,173990],[154381,172864],[153837,172974],[154242,173858],[155074,173933],[155439,177572],[155873,177408],[155443,179126],[161432,176745],[164018,178090],[162665,177661],[160749,172700],[159131,172667],[159951,174120],[161069,173905],[160734,173738],[164168,172928],[163582,173594],[163009,173583],[161523,173522],[153910,172969],[153781,172744],[154234,173855],[154099,174490],[154754,174345],[154931,177770],[155818,176556],[154189,178841],[164741,179969],[156889,184187],[160770,187995],[158892,191402],[157489,183414],[157901,183828],[161365,188002],[158980,190474],[164829,179814],[157540,183332],[155555,179447],[155238,180023],[156513,180283],[155575,180722],[157558,183712],[158870,184813],[158319,185498],[159208,192000],[161021,190505],[162916,189274],[158212,190549],[165153,179501],[157065,183910],[155406,179576],[157085,180197],[155921,180437],[157402,183890],[157357,184141],[158421,184387],[158618,185193],[160528,189715],[161902,189131],[160254,189993],[156004,200859],[159539,201360],[161462,198656],[160767,196458],[157993,195050],[161858,204932],[160965,202077],[161661,201958],[156844,200531],[159686,201709],[160517,196083],[160400,195068],[157737,199407],[160000,200978],[160465,196693],[159102,196150],[160402,201698],[161037,201590],[157209,200706],[159457,202312],[162447,197146],[161636,197949],[159803,195613],[159249,207269],[162343,205019],[163555,206100],[160969,205839],[161309,205303],[161084,207079],[162045,207669],[162395,207428],[163376,205694],[164571,208281],[160257,206741],[163521,206140],[163539,207274],[163737,206662],[164155,206292],[161173,205310],[162575,205147],[161405,207227],[161709,207798],[162806,208281],[162548,207422],[163856,205226],[164823,208027],[166384,227860],[160948,228673],[163859,230387],[162826,228518],[156994,228817],[165734,229055],[156594,226644],[160321,229543],[164974,228250],[157420,227419],[156276,229862],[156410,238403],[166375,235220],[163053,238525],[162636,234692],[162062,233822],[157036,231304],[154797,231252],[155270,235433],[157441,233263],[164847,237746],[165252,236406],[164574,231993],[159417,235158],[165176,235591],[163381,232900],[160990,232647],[157739,232828],[154965,232271],[157844,233099],[160458,231806],[154301,232155],[155697,236255],[160388,237123],[156965,409609],[158267,409223],[157140,409657],[157858,416130],[156626,415755],[159333,422424],[157153,416558],[154543,414270],[156837,415535],[157792,425668],[158718,426092],[154223,456405],[157643,455589],[160927,459659],[153674,459207],[154618,457854],[159157,457243],[161377,460574],[155232,457550],[157490,455789],[154043,459829],[153707,456433],[158970,455720],[162155,459246],[155520,460100],[162190,461331],[160942,463843],[156793,463944],[156092,469682],[159851,462653],[154091,466418],[157285,470607],[159747,466704],[153935,470608],[160941,467715],[160865,463189],[154624,472170],[155694,463742],[159703,463139],[154445,467398],[157498,469548],[154211,471825],[157987,465205],[159068,469899],[163034,463840],[158021,463451],[154465,466820],[156017,469545],[158977,470032],[155138,463577],[158582,466948],[153714,472948],[154066,471218],[160910,468834],[161604,464718],[158503,464717],[156438,467773],[161254,467727],[154810,461036],[157278,462405],[158100,466377],[153884,470467],[160922,467613],[159283,471278],[164948,472378],[166323,498215],[160859,495022],[161412,491785],[161295,493680],[159946,498485],[166383,497751],[162502,494860],[163040,494568],[162695,490970],[160571,491981],[163189,489049],[161769,495962],[161835,497209],[163336,491792],[163031,494464],[160762,496298],[163515,489954],[161938,498079],[163977,490426],[161837,492296],[161370,493878],[161789,497307],[156190,503437],[160888,503264],[161787,506001],[155753,512194],[165742,508803],[162280,501346],[166395,501268],[156558,501420],[159271,504293],[160824,505365],[154415,509215],[155994,511470],[156409,503640],[166355,509072],[161681,500929],[166304,499688],[160314,505567],[155179,501769],[161199,499448],[159784,503035],[166100,511913],[164564,510154],[154770,509205],[154662,506365],[154225,509399],[161085,502097],[161142,501227],[166386,500853],[154649,501410],[156828,501365],[159651,506678],[159279,500195],[160649,503019],[165815,508077],[154773,509018],[156699,511517],[154601,504111],[160067,501592],[156170,512264],[155723,526046],[153901,532351],[158517,536369],[159195,532269],[165605,528066],[155896,527726],[155595,526181],[156003,526120],[158520,536307],[165225,527937],[164777,526693],[165033,526975],[157112,544343],[155581,546685],[157839,542992],[164801,539266],[156950,544233],[155676,546787],[164919,539161],[158040,562524],[161190,559343],[160858,557082],[159092,557676],[157828,562201],[161238,559041],[157499,560459],[161228,560800],[159530,556366],[157217,560454],[159706,559361],[159720,557770],[160475,565582],[161465,567614],[156514,566369],[157556,567893],[157725,565765],[159902,565690],[161130,566574],[155767,567225],[156864,565918],[159966,565128],[161868,568027],[156263,568091],[156375,563993],[159852,566045],[162678,566183],[155646,567299],[156560,564779],[155508,632550],[155625,632268],[153825,632905],[153809,634276],[153672,640073],[155160,634011],[154968,634097],[162730,665374],[165069,663047],[166209,662973],[165759,663219],[165276,664762],[164705,669075],[163018,667397],[164129,670159],[161962,666220],[166087,668296],[166392,672607],[154812,689097],[154274,688075],[153646,688576],[160139,691162],[158901,691261],[165101,703667],[160902,701913],[160642,702537],[160916,702291],[160907,699878],[161025,699583],[161678,698576],[162442,695802],[162743,697402],[162403,696529],[164177,696695],[157151,700151],[158735,697966],[157415,698695],[158072,699458],[159113,698848],[160405,700324],[159241,701732],[160161,700890],[159644,695150],[159776,694722],[158817,693794],[158340,692713],[159267,692982],[157136,692695],[156959,692544],[157083,691874],[159192,692178],[161401,692385],[161693,692369],[160142,691419],[165020,699335],[163804,701670],[163207,702804],[165300,702278],[165996,701838],[161600,701044],[160995,694620],[164286,696078],[162351,696618],[161657,702252],[160959,700607],[157404,699080],[154400,698187],[162903,702205],[161859,696433],[162952,702546],[163592,702081],[162429,697763],[166117,703876],[164853,703298],[159437,694297],[159414,696838],[159448,693270],[161187,694666],[160944,698113],[162523,693452],[165129,697517],[163946,698764],[160824,701386],[161865,699989],[162652,701813],[163529,702212],[154641,702589],[155507,699087],[165587,707141],[166313,710043],[166266,705520],[166281,704837],[165875,711680],[165231,712114],[158486,716266],[156341,716137],[161936,729700],[155030,722300],[155184,722176],[154961,723171],[154000,724427],[156476,719798],[156838,718926],[158071,719895],[156429,718371],[153915,724518],[154435,724381],[155280,724215],[156346,717056],[159372,720234],[157167,719914],[157791,719336],[158116,741579],[154322,736506],[163381,742395],[163292,740610],[164049,740825],[165243,738796],[164549,739342],[166286,732242],[162894,732449],[158834,734084],[164506,738466],[161163,739877],[162598,740140],[161742,738488],[158916,730458],[162775,731534],[159190,731029],[158970,735099],[158692,733754],[159612,736606],[160739,738414],[159886,737003],[158524,735926],[158476,736243],[162412,736740],[161709,732328],[159614,730173],[162185,730721],[165313,732835],[163561,732622],[165156,731364],[164297,731147],[164755,735695],[165166,735658],[165466,736666],[166207,736411],[165955,737613],[158964,733824],[154434,741443],[154179,741981],[154420,742363],[156441,742507],[156854,742375],[161463,746726],[165135,743274],[159191,754060],[161774,755283],[161752,754637],[165884,744583],[162374,742772],[163011,747561],[158721,752487],[158150,750800],[165554,752195],[165291,755227],[163993,749703],[162754,751985],[161023,750648],[162389,755098],[158791,752154],[159921,752457],[162453,747222],[162267,748146],[158771,751793],[159985,751777],[158428,752790],[162223,750473],[162888,753418],[166239,749209],[166324,752173],[155303,747784],[156936,751116],[155805,749465],[160487,748740],[163578,750217],[160996,749527],[154918,743687],[154434,755049],[164646,755067],[165856,754366],[166084,753473],[166298,752745],[166116,751255],[164900,748989],[164898,750019],[162268,750872],[163254,748610],[160429,751060],[160826,750116],[159449,750167],[157828,752784],[159836,751095],[156865,752037],[157449,752877],[157209,752150],[160358,752200],[157929,752665],[158998,750580],[158853,749533],[156450,747651],[156295,748927],[156741,749873],[159455,746483],[157459,746214],[157758,745428],[160623,743079],[160523,743763],[160946,743421],[154397,754415],[159218,745007],[158315,744352],[158123,743852],[159179,744490],[166296,761379],[165623,763522],[165708,762364],[164969,757762],[159085,768104],[161834,764315],[164276,767851],[162399,766940],[161479,767293],[160700,767030],[161602,766949],[160157,763021],[158712,760813],[161187,764305],[160326,760456],[158630,761160],[157729,759779],[158965,758413],[158257,757517],[158393,759191],[158622,758247],[163503,755666],[161228,755472],[154003,760562],[153896,762488],[154827,766252],[165992,763427],[165188,761517],[164287,756058],[166386,759689],[159003,767485],[159392,757433],[159603,763468],[157783,761653],[156415,763000],[164188,767267],[164108,767610],[164404,767097],[158512,765943],[162122,768192],[161218,767208],[158571,760929],[159920,762471],[158825,763122],[158373,757206],[158118,758884],[158841,759824],[157817,758679],[159227,758770],[163934,755986],[165701,757941],[154469,767581],[164490,766123],[157022,763234],[157654,767001],[162756,764105],[159682,759414],[165418,766602],[162281,764900],[163447,761464],[154126,756233],[156362,757464],[158299,768520],[157801,769708],[161899,768648],[155235,769030],[155516,768757],[157666,769135],[157739,769246],[163492,770034],[160718,768839],[154396,768379],[154446,768578],[154017,769019],[157906,768919],[158801,769432],[160343,769233],[159736,771372],[162163,771205],[178051,204922],[175910,215429],[177576,215966],[169906,212165],[170768,210762],[171409,210113],[175170,207695],[175371,206087],[176149,206270],[176930,205413],[177580,205102],[176237,215664],[177618,215925],[175889,215009],[177204,216364],[176175,215443],[176827,215457],[170057,211905],[169926,212312],[170182,211381],[170538,210347],[171059,210227],[175217,208263],[175855,206206],[177120,205766],[178351,219414],[166633,226769],[178588,219456],[178721,219201],[178595,219247],[166913,230695],[167862,232069],[166512,235788],[166732,235538],[168509,230759],[170049,234433],[168137,232709],[177147,251192],[176283,251058],[177000,251386],[176726,250689],[177474,252144],[176505,251148],[177418,252061],[176778,250379],[176984,458822],[176433,459756],[173228,458491],[167669,468959],[167682,465856],[170090,467319],[166881,461884],[166673,473625],[166989,469763],[167518,466320],[171067,465590],[167006,462501],[166693,472619],[168510,469733],[167897,467683],[170435,465960],[166498,461509],[167381,468137],[167963,467391],[170758,466859],[166698,462662],[166625,473895],[167118,498293],[170917,499187],[170404,498399],[167629,498133],[169598,498817],[170047,497860],[169204,507745],[168201,502101],[167255,506177],[168566,511265],[167846,507313],[169376,502910],[168104,510592],[168489,506727],[167972,501624],[168977,505694],[168525,506143],[166809,511480],[167164,507721],[167736,501599],[168919,506827],[167154,500988],[167682,511277],[177903,522768],[169961,520776],[170094,521140],[170950,523057],[170853,515239],[171191,518758],[169240,521927],[178151,523998],[172181,520712],[171570,523970],[172531,513698],[171293,518066],[171215,520779],[171151,521257],[170852,523699],[171960,514714],[176430,523082],[171755,518808],[169748,515367],[168107,512253],[168916,520659],[171730,515296],[177463,523938],[171597,518815],[166493,529104],[169745,525325],[169279,527441],[169144,530763],[177558,528915],[176846,525324],[178980,525428],[167131,527430],[169044,528215],[169135,525682],[169567,530348],[176244,526996],[176253,525681],[177953,529088],[178805,530179],[177856,527166],[168600,527518],[168545,530521],[169354,527640],[175172,527828],[176597,526991],[178663,525309],[167545,527277],[170233,526429],[168734,529881],[176437,527400],[176092,525441],[178390,528496],[177485,531597],[179118,526398],[174133,541110],[175162,541191],[178926,550329],[176015,542631],[178469,550504],[175278,550274],[175953,543344],[179159,552191],[178833,560466],[175797,557086],[177165,550878],[169989,562342],[176488,557579],[168767,562619],[178975,551656],[176726,559937],[176631,550895],[177985,561914],[172235,563327],[174821,558449],[178420,551348],[175108,550655],[175311,559013],[169810,563354],[178607,559841],[178854,552708],[177933,560540],[177482,559433],[175121,556735],[173701,563347],[174603,564382],[177984,567633],[167052,568910],[176022,576027],[173725,573881],[170547,576042],[167113,569333],[170844,570474],[168326,574238],[174624,565994],[178754,568090],[168176,563675],[172050,574755],[174799,574013],[167473,570086],[171933,570395],[169871,573806],[177936,566077],[174656,566331],[173762,564893],[168242,570326],[171319,570434],[169975,576076],[170234,575342],[166775,574751],[177407,575342],[175608,576132],[168394,574159],[178795,567954],[174512,564147],[172505,564671],[168203,569680],[170571,575768],[169883,575815],[171107,571209],[167970,574334],[176416,574875],[173380,574936],[168891,572797],[169183,578997],[167101,576280],[169681,578868],[169460,577987],[167202,577910],[170157,579486],[167484,577003],[170198,579166],[168472,576699],[175176,600457],[175584,598878],[170896,599107],[171745,597999],[172725,596785],[171740,601517],[172912,613576],[171444,608380],[174940,613088],[171163,608769],[174522,613947],[169040,607634],[173484,613127],[170460,608575],[174602,618044],[174429,623914],[174381,617052],[169088,623578],[168033,620028],[172343,625202],[178527,615801],[176958,622214],[173619,619570],[175303,624658],[174490,616672],[167113,624076],[168585,624603],[167835,621454],[168863,620313],[171669,626210],[176463,623318],[176446,625154],[173445,619532],[172516,618197],[169644,623635],[167236,619403],[170614,625057],[178067,622842],[176466,625398],[174546,618047],[168858,625783],[168792,622516],[167009,623717],[168615,619960],[170881,626444],[178231,616299],[178775,623408],[172203,629402],[177902,632402],[173174,635255],[175741,635692],[171940,635103],[172093,634935],[175161,635220],[173508,630064],[172433,631875],[176703,633280],[178563,629542],[173766,628943],[171542,631573],[172650,632713],[176152,633026],[179035,634752],[172811,636144],[172868,635271],[173235,635158],[173452,628356],[171261,632354],[173696,631292],[176231,632497],[173746,643095],[176690,643049],[175643,642360],[175761,643924],[176593,642000],[174097,643982],[174426,642137],[175352,643467],[172977,665295],[168749,664964],[173366,664226],[167183,663797],[166783,663804],[167595,663350],[172641,664852],[170783,665110],[173876,662875],[178933,664846],[171096,663946],[169426,660016],[167368,665465],[175469,662934],[174250,662254],[172047,660803],[175059,664763],[176197,664850],[173071,661139],[173676,657236],[172285,659686],[173239,661287],[167727,662513],[170744,672499],[174472,668381],[168274,674286],[171257,667514],[169865,676526],[173956,677526],[170246,676719],[171238,666014],[168318,669055],[171398,669834],[172102,669494],[168543,673367],[168074,672308],[174341,671575],[169853,678109],[177305,666791],[175594,673531],[174094,674382],[171882,677547],[168329,677553],[175715,669743],[177362,668968],[177516,668936],[176657,668575],[177180,673597],[176576,676868],[178681,687367],[178658,688126],[172588,689305],[177901,690745],[175170,687548],[179021,687352],[178916,684959],[172410,688796],[172601,688745],[172397,690392],[174493,687854],[174587,687955],[178129,687833],[177793,689343],[174570,690125],[172440,689580],[173794,687241],[176753,691314],[171786,687389],[174844,689708],[175540,686990],[177358,686871],[177095,687707],[178154,686106],[177944,686076],[176378,683854],[177994,681715],[172272,678673],[167849,679882],[177614,703428],[177964,703929],[174932,695064],[174975,695075],[173039,694823],[175468,694070],[173010,693668],[171445,692305],[171953,693217],[168002,702445],[171779,699947],[176371,703835],[176281,703990],[171453,701280],[177965,703018],[171502,692835],[171542,693609],[174328,693205],[171845,691598],[173403,691869],[167839,702858],[167933,699967],[167604,702320],[170648,703646],[172198,704142],[174119,692206],[169131,697923],[176500,696428],[177093,698563],[177291,698467],[179084,701448],[178569,697954],[168349,698611],[177666,696557],[174035,696336],[169597,696040],[169347,696511],[174854,697274],[175637,696480],[169632,702115],[166601,702889],[167416,703627],[167702,703185],[170566,700179],[171249,700369],[171526,700776],[178387,700744],[178944,703878],[172228,698669],[171144,698051],[174378,699680],[178905,707107],[174939,714986],[175436,716038],[177952,712529],[177284,712258],[178541,711754],[178494,706953],[169919,711987],[178248,706870],[178112,707855],[176231,709217],[168361,710359],[169823,708305],[174037,705611],[172242,704216],[175705,705154],[173392,714782],[176677,710620],[176640,710756],[166832,712058],[177870,708687],[169853,710675],[167952,711672],[176951,705131],[176668,704672],[175172,706254],[175030,710869],[174718,708007],[177080,715902],[175690,711804],[177722,714846],[177663,707898],[174422,712259],[174038,710367],[169906,709643],[177222,713219],[179062,707764],[170371,710401],[170992,711608],[169852,704308],[178048,707485],[168663,707803],[169337,706294],[167482,707276],[169039,706825],[175819,706154],[178680,705087],[176940,711970],[173349,714486],[173849,715670],[177871,724747],[174968,718527],[174686,719272],[175302,718133],[177386,727362],[176690,727208],[176380,719299],[176260,718615],[177213,717045],[177899,725042],[177705,729491],[177941,729210],[175197,717788],[175835,718530],[178424,719211],[177044,719302],[178293,717092],[172511,717717],[173109,717778],[175002,718503],[177910,719369],[177294,718649],[176986,717163],[177139,717922],[169970,722524],[169647,720749],[170516,721122],[170236,722586],[168981,722386],[171070,722137],[168700,722360],[170715,721666],[169779,723720],[174832,741673],[175743,740341],[174356,740024],[174312,741204],[174389,742282],[167068,740292],[166460,739840],[166648,738460],[167924,739494],[167763,738290],[166835,733028],[167761,736090],[167250,735977],[173450,740533],[173396,742268],[172976,740240],[175859,746372],[176113,744807],[177313,744331],[175726,744181],[176405,743117],[175459,743670],[167345,754799],[168552,754195],[167922,753831],[177410,745283],[167838,755131],[174882,743736],[175630,744391],[175580,743996],[174433,743606],[174090,743123],[175474,743434],[167173,744172],[166898,744056],[167624,748886],[167908,751798],[169363,752860],[170099,753653],[170642,754725],[167480,752977],[169216,753192],[169478,755274],[168788,753869],[166609,751300],[167082,749489],[178000,754108],[175755,754106],[177161,754177],[176544,753938],[176740,754229],[177413,752788],[176395,751428],[177463,751613],[177806,750929],[177461,750569],[176330,746678],[176458,747237],[177550,747194],[178134,748670],[177591,749130],[177211,748290],[176699,750199],[175037,749040],[175753,749938],[173246,744316],[174411,744551],[174238,745709],[172922,743837],[171818,743565],[173092,744492],[174786,747700],[174478,748345],[174482,748554],[166864,763851],[168329,761960],[178727,760679],[166700,760909],[168993,760903],[176992,764527],[173998,767072],[175074,767707],[169690,756656],[166699,756904],[169337,759604],[172199,760063],[168188,762188],[178178,766583],[166900,759640],[166438,759064],[177578,764061],[179123,764451],[176982,765646],[177878,767478],[171040,755839],[169774,758361],[167170,760462],[166429,755461],[178577,760147],[167829,760146],[170970,757229],[168226,758992],[167999,756418],[167646,756079],[168675,755701],[169509,755696],[169732,755593],[177032,755495],[175853,757373],[176124,759002],[177403,757666],[177771,758714],[177024,758094],[178555,759818],[176841,756246],[176391,756113],[176578,755915],[177269,756090],[178121,756097],[179072,756595],[175776,755698],[174016,756383],[174053,755947],[171523,767773],[176095,768205],[176550,768340],[169340,770067],[168780,771923],[167637,770152],[171068,768562],[170338,772641],[170236,771294],[172061,771998],[171387,772558],[173104,772232],[172318,772084],[172911,771607],[170818,771463],[170804,769637],[172004,770880],[172999,770893],[183375,176093],[184221,176814],[183981,175955],[185084,176447],[183811,176579],[185042,176143],[184260,176759],[183306,176471],[184761,176504],[184508,176768],[183258,176531],[185016,176479],[183834,177197],[189668,180283],[188134,188074],[190856,185199],[190541,184459],[191689,183637],[190059,179900],[187584,188144],[190342,184546],[191414,184652],[191985,184746],[190089,180582],[188791,187820],[188105,187791],[189993,184963],[190716,185091],[191785,184800],[191857,183720],[190056,180277],[188808,188220],[188487,187964],[187602,188088],[190262,184613],[190547,184534],[191975,184328],[185433,213831],[185840,212554],[179398,217374],[185235,214325],[186520,211822],[190832,212261],[189788,211409],[185488,214145],[186101,211683],[179815,217400],[185143,213755],[186454,211755],[190554,211924],[190168,211062],[179307,218195],[179784,217890],[181279,252297],[182470,251681],[181824,252346],[181945,252175],[181574,252090],[182679,251854],[181978,252224],[182650,251789],[189858,432167],[190373,433603],[191355,429804],[191857,435175],[188518,433052],[189687,433207],[191407,430249],[191918,434741],[187827,432859],[188961,433343],[191476,429714],[187887,434604],[188442,435027],[191097,430589],[190621,434877],[190506,436403],[180428,528695],[181360,528267],[180842,528077],[181486,527229],[179609,529149],[179761,530833],[182910,547011],[180569,549730],[187844,547521],[186882,548003],[180773,549968],[185818,548314],[181439,547642],[179368,549405],[187821,547326],[182045,547692],[179345,548571],[182031,553960],[184213,551315],[182597,559507],[184486,554778],[185261,553775],[188503,553001],[180832,560634],[182651,561568],[185010,561434],[184481,559655],[182221,554144],[182580,551376],[181724,559064],[182077,557174],[184751,555666],[184964,552818],[187916,552940],[182236,560326],[182553,553561],[183491,552946],[182515,556137],[181643,557984],[183000,554995],[184997,552392],[188037,551120],[181734,562139],[183083,561478],[180923,561847],[185462,560969],[182471,554004],[184060,551573],[181798,559142],[183048,557026],[186493,550931],[182614,561680],[183794,561163],[185827,565049],[184693,565186],[184757,564206],[186859,563675],[190965,588829],[190471,580670],[186877,579341],[186333,579077],[191183,588942],[184955,588895],[190415,580174],[186799,578153],[185542,579138],[191248,588879],[190570,580628],[185810,578615],[190013,588418],[191083,580518],[187158,578781],[186619,579871],[190966,589285],[189304,589206],[185193,590416],[186253,589639],[184652,589180],[190812,589278],[191509,590360],[188896,589458],[184438,589833],[186714,589768],[185714,589955],[191292,590469],[190510,589530],[188761,589771],[184634,589969],[186132,590110],[187027,589125],[186093,589651],[191031,589084],[189964,589182],[184626,590302],[187392,589886],[186597,620861],[184793,617335],[184418,621984],[180810,623438],[181017,626240],[189181,616213],[180268,615371],[182597,616539],[180570,620430],[185435,620238],[185398,618140],[183277,622364],[181379,623220],[181323,627359],[189086,616259],[179214,617291],[180668,616990],[179668,619445],[185875,617835],[184197,622435],[179962,623942],[180889,626149],[188444,615110],[181973,616865],[180121,620489],[185697,618701],[184718,621833],[181011,623805],[189123,616686],[182882,616080],[179484,619550],[180674,627482],[182717,629457],[179579,629758],[181992,638086],[183869,630135],[179630,629561],[181997,635910],[180480,635569],[182138,634952],[179641,630760],[179425,633906],[181685,630307],[182387,636201],[179715,635406],[181708,638022],[182170,628898],[191067,644225],[190891,651746],[187553,650696],[191303,651101],[191273,651619],[188668,649807],[184315,651881],[183402,648555],[184501,649677],[184406,651594],[181458,652108],[181085,646692],[182918,646391],[180382,646815],[180336,646393],[179873,645590],[191883,645408],[188639,649449],[188327,648218],[187806,648436],[182109,651318],[184361,651732],[184421,651573],[181996,646867],[179832,647347],[180734,644864],[185088,662353],[184423,663206],[186487,665288],[187205,665144],[186634,663573],[191745,665746],[188562,665721],[180920,678210],[182945,677298],[190412,677075],[191078,678189],[183546,667609],[183457,669623],[190312,665949],[183697,676721],[181846,675841],[181384,673467],[181482,674702],[179895,677618],[182046,684116],[185020,683977],[184838,686651],[184446,682744],[180403,688385],[184036,682559],[179587,686222],[179991,687249],[183018,687031],[180059,683538],[184557,680236],[182082,680364],[183489,681334],[180903,682533],[181994,683149],[180260,684166],[184684,686919],[182648,684115],[182367,685640],[182570,685362],[190465,679652],[184063,695713],[186477,701912],[185003,692396],[185462,703280],[184687,693356],[183795,699301],[186598,702930],[184750,700484],[183215,704006],[188123,698367],[180064,698495],[182671,704580],[180363,705768],[179357,713141],[179615,709589],[179731,727742],[184553,728765],[184405,727226],[180233,718875],[183501,726353],[179579,719909],[183224,725786],[181160,729305],[190435,718016],[190979,719051],[181222,727240],[181565,725756],[180402,725101],[182100,724916],[180589,723941],[180084,717745],[180024,723634],[181379,724244],[181243,724450],[182426,734651],[182688,734689],[184587,736548],[187427,741150],[180864,731871],[181218,731666],[182789,732910],[185958,740606],[184911,736820],[191655,738783],[188713,734362],[190011,734814],[182833,737712],[191270,739048],[191102,741533],[191333,742140],[190471,741628],[183508,737973],[190060,734515],[183091,737468],[183466,737941],[188029,729922],[182774,736373],[187857,730137],[191847,741018],[190858,740745],[190234,735041],[189736,746944],[191636,743516],[190598,746974],[189981,750011],[189037,746400],[191830,743323],[190591,748179],[189693,747971],[190056,749049],[191996,746969],[190253,749325],[188816,748623],[191186,748409],[189497,747979],[190610,747677],[187534,755325],[187515,755030],[186412,750855],[187687,747843],[186013,754921],[190127,758791],[189844,758945],[186941,758061],[187547,757888],[180033,756791],[180783,765749],[179419,767103],[183021,764830],[183848,764776],[182700,764083],[183577,765066],[182783,765571],[182367,764321],[183193,764019],[179361,760132],[185035,766695],[179778,760752],[182465,767261],[181512,765924],[182085,766260],[182914,767328],[181983,766122],[179257,759456],[183195,765062],[184511,765572],[183348,764721],[181396,765481],[181975,763303],[183007,763220],[184043,765993],[185120,766877],[183608,766566],[181302,767902],[181539,765823],[181271,766266],[183416,766098],[183285,767664],[179872,758924],[186873,771000],[184270,771348],[186148,769396],[188879,774024],[186780,773256],[186747,774639],[186961,773681],[185005,771786],[191210,775940],[190001,775380],[188098,769000],[189174,769108],[186456,769617],[185309,769507],[189039,777305],[185581,773982],[183034,772719],[182004,774839],[189420,778325],[190631,777276],[184813,774359],[191236,776065],[196165,175570],[195694,175194],[193746,175377],[196089,175575],[194795,174848],[194285,175161],[196078,175603],[194905,175574],[194178,175167],[195814,175742],[195142,175123],[194029,175009],[192391,184848],[192457,184410],[192184,183941],[203415,252530],[204203,253778],[202837,252034],[201333,249710],[200562,253082],[201060,422893],[196293,424490],[203351,431561],[194493,435306],[201641,432443],[203129,430430],[200859,427171],[202254,430084],[204101,429537],[204173,430627],[192435,429794],[196579,430760],[202059,429607],[197755,425639],[199510,424588],[201553,424332],[203607,423193],[195177,424004],[202468,430520],[201890,430006],[203941,429438],[202951,428970],[201864,430905],[200828,431853],[203532,430978],[194312,429171],[196234,431127],[194807,434744],[203115,433353],[200740,433720],[200535,428001],[198015,424643],[198198,423176],[202469,423247],[194970,423482],[203195,431593],[203041,431305],[204369,430094],[200730,427412],[202644,429191],[202255,430959],[199461,433456],[203713,430468],[193607,428718],[194378,432706],[201007,433748],[202305,427446],[198059,425981],[198262,423576],[198049,426425],[201177,425450],[194841,422884],[203798,431628],[202539,430427],[201801,429792],[203263,429449],[202179,431267],[199396,432741],[202833,431332],[204055,430210],[193645,430098],[196738,430951],[193904,435302],[203671,433766],[200397,432987],[202629,429711],[196429,425208],[197897,425826],[197075,422796],[200996,425318],[193759,424305],[204024,440663],[202368,437871],[203626,437625],[195152,436011],[202748,440613],[201907,439050],[202565,439290],[202954,438994],[203081,440126],[203560,437736],[195494,581400],[194144,580434],[194749,581638],[193688,580536],[202059,587777],[194960,581521],[194146,581227],[201228,587331],[201418,587700],[193278,579870],[202162,587065],[203018,588412],[192014,589201],[200408,589943],[198405,593590],[204736,598396],[203048,596731],[200725,594746],[201065,589610],[200649,590526],[200484,592549],[201857,596390],[198744,595734],[202412,591025],[199660,593352],[201498,597294],[200086,595858],[199930,596034],[201072,591204],[200742,592908],[199089,592991],[203415,589152],[202963,597556],[194268,614474],[204430,615106],[193886,615426],[204138,616795],[195727,616289],[203663,617830],[194907,614773],[201328,639953],[202942,638221],[201726,638134],[204444,629371],[203957,629367],[203060,630707],[201847,629998],[204752,630837],[200843,639376],[201006,640088],[202204,630244],[202302,631422],[202268,629496],[195669,647064],[195887,647544],[195262,648701],[197753,649232],[196615,646894],[193266,644412],[193228,644525],[194002,645002],[192701,645610],[201554,641210],[203758,640485],[197856,648070],[197540,647915],[195251,648178],[193075,646988],[193744,646386],[200625,640959],[195809,671969],[203014,672699],[201130,668280],[198081,672083],[200245,666922],[198617,667398],[203463,669091],[194974,674939],[195082,675192],[201403,668508],[198337,673360],[201724,669136],[200577,669594],[201464,668714],[203411,670449],[199184,669707],[201845,670106],[201306,668978],[199682,669825],[202796,672120],[201771,671564],[202648,673621],[193928,673055],[196686,676121],[194648,672587],[193715,677950],[192129,678459],[192549,681018],[196815,685733],[197549,683836],[199350,681402],[201473,682832],[203904,681832],[200873,681333],[196440,685020],[197817,683341],[199770,684423],[197798,685318],[197106,686287],[197135,683974],[198504,685103],[198438,686436],[198940,696174],[203413,697660],[197770,693809],[201710,698173],[197382,694017],[197282,693386],[199047,694396],[203137,695770],[201448,694525],[202680,693574],[200839,692865],[203429,695348],[203943,694282],[203224,694721],[201906,693664],[200138,694056],[201046,694819],[200531,693014],[203564,697319],[202737,695535],[202324,697332],[199989,697320],[200666,696014],[200738,696379],[203614,696931],[199294,696301],[199835,694788],[197255,694848],[199542,694048],[196736,696856],[203005,694096],[200511,692715],[202825,695043],[200997,694605],[202383,694724],[202375,708504],[200047,709764],[200560,716085],[202230,716584],[203812,716171],[201946,708679],[199998,708933],[200582,715725],[199513,712164],[199333,716926],[193484,716406],[193436,716381],[197415,711527],[197588,710703],[196825,713629],[197757,715099],[194639,708734],[197392,708368],[194801,709904],[196595,709173],[204772,723869],[200512,718649],[202088,717258],[202425,717962],[198368,725745],[198437,725225],[195643,722594],[197319,723480],[193226,721656],[198004,717470],[198273,718364],[200060,717540],[199286,717970],[194046,723870],[195198,724962],[196706,724616],[196049,724306],[193509,721302],[199003,717162],[192125,720823],[197433,719119],[198065,720013],[199652,719281],[198037,718196],[204763,724972],[193758,718467],[199805,735267],[200602,736941],[200246,742434],[200031,742448],[204075,737764],[201811,736319],[197733,735178],[198250,735828],[197000,735810],[198633,739682],[198651,738972],[193445,735267],[193708,735148],[192573,733112],[193539,735685],[195403,734959],[195491,734465],[195778,733130],[203020,734656],[202166,739485],[202260,739817],[196792,739384],[194915,737836],[203322,740083],[195693,740482],[194284,739435],[203110,740027],[204296,741309],[193277,739579],[195937,742545],[197104,742449],[199275,736031],[199521,736067],[199666,736181],[195387,733817],[193553,734392],[192750,734541],[202314,738687],[203929,741423],[202610,736442],[204419,734185],[202916,735441],[198009,739535],[198495,741327],[199661,740625],[201915,742365],[193736,738930],[192313,739739],[197032,741937],[196108,742433],[195841,741962],[199642,735537],[200753,736142],[199812,735299],[195076,733730],[192549,735962],[193043,733458],[202362,742417],[202031,739411],[202870,739356],[204380,733701],[198109,741735],[198080,741826],[194849,738425],[193116,739137],[194204,738001],[193522,741357],[192512,754007],[192051,752507],[192902,753553],[195831,742955],[195849,752757],[192183,746719],[195811,750694],[194964,753938],[198539,748818],[197308,747578],[193776,752987],[197787,750350],[197233,748105],[198867,748431],[194834,749663],[193709,752612],[194008,750208],[192220,747999],[195551,748560],[192924,747153],[192498,749796],[204702,742701],[203920,743849],[203571,743077],[199127,743394],[201941,743338],[198265,744682],[195366,752030],[195507,751319],[193354,750002],[194445,753125],[193270,748945],[198799,746966],[198280,748486],[198194,750800],[200307,747838],[196987,748334],[193982,746222],[194568,748136],[194822,747267],[193005,748075],[201381,759764],[204600,757672],[197750,758028],[202820,757282],[201183,760424],[198287,758233],[197083,757703],[201104,760320],[199578,757087],[200417,758209],[196912,759255],[199515,759299],[204563,758033],[198466,757568],[200898,758259],[204009,758960],[201153,760217],[198617,757438],[202957,760432],[201582,760100],[197897,758789],[197795,759545],[203486,763987],[204471,758733],[202348,761434],[192798,775132],[194552,773655],[192383,777222],[194725,774868],[192008,778194],[195073,775820],[214176,164257],[214145,164214],[215090,163850],[215066,164089],[208955,254565],[206727,253980],[209903,253860],[205830,253297],[207712,252003],[210895,255189],[212384,252097],[210932,253503],[205538,251840],[215752,294173],[214820,294310],[215332,296143],[213643,295482],[214935,295329],[212633,295114],[217252,317325],[217431,318420],[214988,382496],[214853,382999],[208399,382363],[208371,382679],[214618,383483],[208288,382230],[210709,383469],[208972,382362],[215625,383342],[214894,383553],[209057,382715],[208848,381405],[215341,382499],[214343,383194],[208170,381766],[208729,382949],[205136,422514],[214113,436699],[204956,437851],[214857,436647],[214544,436926],[213627,436533],[207333,587628],[208037,588440],[212250,595201],[206384,596486],[209458,597126],[212838,592721],[206956,593277],[215224,592782],[210150,595988],[212897,596282],[214165,593313],[209088,596436],[209289,589662],[213586,590898],[206549,593536],[211831,595221],[215531,594652],[208145,593238],[209542,597016],[213346,590695],[210876,594267],[215657,593716],[206700,596521],[207914,593201],[212018,594714],[208158,594047],[208826,597880],[208339,589106],[213285,590279],[211759,595642],[215816,594667],[214086,595910],[205924,598868],[206238,594211],[214464,593479],[214523,613743],[206614,613461],[215494,612330],[204910,613348],[215468,612083],[215667,614425],[206070,614395],[216623,619058],[214666,618240],[213345,618904],[206339,616890],[216268,620862],[215956,616303],[212739,618759],[205693,615656],[215607,617575],[212828,618598],[205650,614974],[216023,616586],[212727,618352],[206019,615805],[205817,617712],[214933,635417],[206768,635397],[205137,633166],[205801,634323],[208504,634871],[205537,632933],[210408,633714],[208010,634559],[208714,633601],[208714,633663],[207113,631522],[209764,628017],[208269,630578],[208819,629928],[208686,629622],[207485,629060],[213679,637786],[215060,638478],[213754,635564],[216756,634846],[217164,635700],[208072,632184],[209208,634093],[209956,634349],[208025,628159],[208642,627489],[207433,629697],[215590,635505],[214883,635953],[214184,637378],[217115,634159],[212771,644671],[216171,648159],[215220,646372],[214343,649121],[213095,645364],[213166,642191],[213564,644180],[210188,642552],[209762,641817],[211976,645091],[217595,647077],[217237,649290],[210634,645897],[213142,643954],[210108,644214],[210508,641352],[217357,660121],[208364,663248],[216035,661018],[209305,663568],[216108,661762],[207710,661461],[216552,660604],[206573,662301],[211885,663460],[210721,661995],[210755,662728],[212732,661837],[215191,662542],[215155,662682],[214186,664240],[215546,662496],[215614,660740],[213301,661897],[208937,661233],[207816,662761],[208101,662404],[208656,677359],[207342,678073],[217260,669069],[217029,669483],[217477,667929],[206614,678301],[213998,691264],[208298,680656],[209859,687056],[212534,685913],[213586,686968],[212042,684908],[213139,685002],[211745,691127],[212780,685878],[211950,685105],[211713,690423],[204965,691195],[209343,689569],[211160,686463],[211660,686505],[205011,691340],[204951,690309],[211411,686068],[210843,694043],[209650,694350],[207012,700879],[211881,692021],[214545,691932],[210353,693214],[209200,693550],[216157,704136],[214872,692304],[212871,692656],[213768,691792],[207962,699254],[214329,693300],[212039,694198],[208204,705125],[211624,709841],[213811,713381],[205109,716643],[206384,708499],[214566,712213],[205046,716670],[214262,715525],[214860,715496],[209316,708118],[205772,707107],[212631,712210],[206667,714899],[216963,715260],[206071,722741],[208871,721547],[214623,717863],[215472,719715],[217400,728380],[215977,725499],[209410,729140],[204956,718026],[215631,723537],[217581,727407],[215603,717603],[215681,726655],[215583,722563],[214832,723100],[215880,726398],[209234,727819],[209031,727714],[207032,723005],[204895,720266],[216432,717328],[215542,719443],[214153,717961],[209047,724426],[205163,724058],[206038,725224],[209514,727556],[209698,726500],[213272,726515],[212102,724598],[214525,722998],[214710,727187],[213564,720488],[210539,719674],[215382,719276],[215479,735115],[216834,735957],[216982,736238],[216588,736888],[209067,730725],[215836,737153],[213457,735723],[214103,738248],[210927,731501],[206000,733946],[205594,736512],[213730,736910],[213966,735057],[215614,738546],[213511,737317],[215196,736263],[214216,737731],[214047,737554],[216114,738938],[214384,738068],[206663,755135],[205337,754799],[205849,755331],[205322,756768],[211730,759820],[212551,760070],[215651,760667],[215897,759384],[215689,759502],[211472,757511],[211306,758597],[210858,758111],[205108,758426],[211714,758102],[205940,758227],[205562,756916],[213325,759097],[213790,759906],[212813,760189],[213204,760139],[212373,759792],[215927,760636],[214054,760414],[215777,760574],[214502,760696],[211120,758278],[210157,758104],[210533,757583],[210452,757740],[209644,763986],[211466,759005],[209003,757886],[208018,756096],[208503,757093],[206566,757424],[207563,764428],[212211,761772],[209557,764880],[210260,759067],[209202,763972],[208583,763977],[210223,765683],[213056,762990],[223470,179149],[221862,178340],[222888,177439],[226001,177615],[223659,179301],[223559,179064],[221176,177061],[222358,177625],[225719,178881],[221611,181390],[222384,182193],[223588,179498],[222847,180648],[221229,181681],[221687,182337],[218841,181020],[225600,180147],[226745,181737],[221117,181320],[222509,182174],[222760,180194],[221658,182089],[217929,180815],[226037,181172],[226806,181391],[221538,181528],[222161,182166],[223142,180167],[221208,181691],[222236,182274],[222683,180154],[230351,198907],[226987,242990],[227852,242794],[228274,240250],[228578,240387],[227373,245493],[228979,245014],[227981,244703],[230160,250727],[228979,245491],[230125,249886],[221248,264302],[218551,261163],[223273,261096],[220737,260777],[221608,264677],[219243,261079],[224669,263570],[222081,262279],[221272,264552],[218867,260797],[224002,263380],[222868,261038],[218601,261267],[222332,260354],[226431,272530],[228962,276352],[220726,271419],[220437,271481],[220928,272253],[228373,272297],[228234,271431],[224690,271921],[226978,272906],[228964,275997],[220266,271606],[220924,271976],[220857,272226],[228076,271747],[228228,271435],[225065,271769],[226481,272722],[228910,276309],[220753,271405],[220821,271868],[221309,272348],[228288,272163],[228323,271417],[224634,271377],[226775,272580],[229118,276085],[220746,271931],[221178,272036],[228134,271988],[228557,271307],[224684,271761],[229732,286811],[229836,287014],[229899,286754],[230004,286609],[220329,301951],[218559,306562],[218428,304160],[222044,305559],[221103,301539],[218020,305659],[221043,304439],[218529,316198],[219383,309611],[218766,318743],[218239,307700],[226459,353279],[226832,352981],[226663,353012],[228043,347945],[230253,345950],[226344,353430],[227972,348126],[230047,346253],[225246,413937],[222431,413038],[218652,420550],[224598,415969],[222792,413689],[218935,422052],[222767,416008],[224862,414579],[223590,414952],[219328,422281],[229649,426938],[219064,430757],[224421,426194],[219409,426019],[227525,423908],[229540,430817],[219525,422736],[219262,429677],[223976,424269],[221574,424168],[226882,423933],[227888,427030],[229638,429823],[219237,429132],[224397,425214],[220726,425648],[226209,423630],[229622,427760],[219320,429197],[224240,425299],[221814,424542],[226244,423044],[230211,428184],[229815,430020],[230294,440938],[219109,442352],[226731,442896],[226002,442123],[223573,442637],[223874,444907],[228228,437278],[227005,438101],[229536,438766],[226418,440545],[223410,443283],[225802,445368],[218434,442160],[227702,436612],[228051,438216],[220866,443293],[228312,443316],[224852,440120],[222842,442590],[224591,444202],[228289,436958],[226451,437434],[227180,442583],[226623,441988],[222478,442209],[224540,445381],[218649,443450],[228411,438469],[224917,467961],[222631,473406],[222148,473671],[218391,468125],[218575,466322],[220195,464909],[218105,464535],[221936,464825],[223425,464727],[226338,467083],[223120,469687],[219782,467887],[221878,467801],[221170,465779],[220809,465866],[225009,467345],[222968,473754],[222079,473618],[218258,468338],[218564,466580],[219484,464660],[219604,463984],[218200,464563],[222179,465044],[223405,463975],[226605,466869],[223394,469735],[222861,472383],[225361,468119],[221708,473526],[218289,468568],[219177,466619],[219381,464350],[220397,464632],[217741,463985],[222530,464745],[223207,464098],[226510,466318],[227109,467069],[223695,469475],[225538,467245],[220664,473650],[225628,467262],[223020,473669],[222158,473767],[218271,468338],[219133,466907],[220083,464786],[218113,464704],[222345,464293],[222941,463976],[226555,466538],[227048,467266],[223427,469646],[220805,473533],[222427,474062],[220378,588294],[220217,588516],[219810,587818],[220726,587996],[229585,613426],[228539,611867],[228038,608185],[226413,608505],[228982,613545],[227169,610481],[227978,607898],[225209,608417],[227527,614176],[227951,608691],[225508,609275],[228760,612652],[229096,611749],[227959,608790],[224761,609589],[230135,617259],[218457,620131],[229428,615218],[218203,620444],[227187,614914],[229837,615172],[229324,615886],[229183,615354],[224257,628684],[221520,639505],[220242,634747],[217746,633952],[225071,632720],[225602,633708],[227859,634031],[223484,629153],[229271,639617],[223260,638046],[218494,632854],[219574,633527],[219154,636018],[226927,632424],[225611,633557],[226124,632307],[226261,633468],[227122,633591],[222265,627621],[223843,627401],[219857,639637],[222007,641229],[230201,640776],[219663,644512],[220019,642540],[226771,644997],[221010,651445],[222948,644356],[225358,643378],[226640,643435],[226158,643066],[226055,641611],[228965,642932],[229919,643144],[228627,641497],[229054,641368],[226926,647235],[227014,641592],[221601,642274],[220334,645998],[220697,649302],[226679,648809],[229712,641971],[218368,643028],[217918,648853],[223844,647492],[220737,650567],[221948,643460],[224236,644923],[223980,644164],[224599,649040],[223285,650343],[225718,641173],[225470,643473],[225275,642224],[229436,640338],[227609,640912],[227236,640817],[225779,658200],[230018,662547],[230091,659345],[230041,659824],[225419,673856],[225095,673796],[225667,671493],[226285,670610],[218245,669526],[218877,673314],[218722,673030],[219942,669709],[219715,669733],[219490,671225],[218082,670684],[218295,670627],[218844,672844],[219345,673213],[220012,672085],[226631,672549],[229692,666362],[227373,668617],[229008,666408],[228533,670301],[228961,668574],[228258,668993],[227419,671246],[227553,671558],[226068,668321],[229946,666772],[230129,668692],[227414,678136],[227334,673186],[229657,669735],[228950,669324],[227706,670250],[228718,669221],[227690,668061],[229415,668418],[226725,668252],[229527,668339],[227784,669348],[229597,668902],[228110,668448],[224977,670328],[221215,671613],[221337,671391],[221095,672029],[228542,689524],[227103,681839],[226974,686222],[225479,685847],[225742,684846],[227248,685492],[227154,685090],[227498,683553],[227818,691215],[225570,685104],[226995,686255],[226565,686053],[224673,686840],[224979,686877],[226426,691173],[226862,689271],[228853,681746],[226189,681069],[217871,701978],[228305,692813],[225868,693925],[229065,693007],[226222,692061],[223423,695352],[224477,694319],[226470,694783],[227089,692911],[225941,691649],[221482,716802],[225397,711296],[224558,712440],[221633,706307],[222425,705322],[218300,723035],[218324,721522],[217914,729782],[226108,727828],[220303,721865],[223225,717509],[218055,726634],[227763,729675],[228791,726795],[227368,728701],[221766,717074],[220621,721729],[220100,724468],[224564,722675],[228800,721429],[228776,724295],[220994,739209],[220940,740569],[225424,730297],[218098,738489],[223314,738459],[221564,739254],[227564,730306],[218311,740253],[218812,740571],[219716,742910],[229787,749443],[230170,748305],[229416,748338],[229435,747685],[225592,747918],[227415,748668],[225784,750299],[226718,750201],[227987,749365],[221606,751687],[221326,749296],[223468,749529],[222024,747840],[222131,751181],[229084,748563],[227469,750368],[226791,749875],[226294,748901],[226611,748685],[227870,747163],[223995,750549],[223001,751945],[221744,749980],[222058,750777],[221574,749389],[232094,199205],[230954,197918],[231891,201509],[232969,201559],[235503,200222],[241797,203839],[231904,199486],[231221,198148],[230858,198953],[232212,201680],[232683,199888],[233914,202258],[242301,202623],[232282,199117],[231202,198721],[231818,201459],[234537,199948],[234205,202145],[231163,198995],[231940,201605],[232817,200068],[235835,202441],[242563,205520],[236201,224077],[240779,220045],[236834,227840],[236078,224238],[240766,220692],[236344,227411],[243026,229719],[236583,223663],[240882,220617],[236363,227577],[236296,223699],[240307,220499],[236833,227824],[237533,241077],[234673,237231],[231722,238617],[237122,241066],[235290,237505],[231698,240016],[239006,238802],[236018,241288],[233914,241798],[235045,241330],[234480,239864],[235917,255789],[236353,253259],[240598,255648],[235072,251596],[236063,255945],[236860,252896],[230548,249856],[240102,255179],[237180,253137],[240109,255795],[236532,253669],[230764,252144],[240261,255986],[232493,255657],[236672,256450],[236455,257246],[241996,265294],[243013,267603],[231064,256343],[236239,256225],[236440,257465],[241908,265236],[242439,267621],[236348,257453],[242052,265786],[242616,267922],[230589,256639],[236408,257602],[241750,265170],[242756,267498],[231460,256219],[231347,272710],[235588,281699],[231085,272432],[235308,281615],[231418,272533],[231185,281554],[235554,281548],[231243,273016],[235605,281576],[230878,282027],[231162,282116],[235823,282234],[234697,288103],[231214,287270],[230827,281831],[231425,281993],[235823,282128],[235000,287973],[231985,287597],[231203,281860],[235632,282018],[234922,288237],[231626,287331],[231294,282306],[235736,282410],[235523,288749],[231590,286745],[230526,343700],[230860,344815],[231080,344228],[231131,343549],[230501,343890],[235706,358177],[232377,357319],[232652,356404],[231734,356671],[231082,346182],[235324,358519],[231904,356325],[231400,357314],[230930,346111],[233857,368436],[236252,371043],[233222,370938],[233886,368401],[237740,370112],[238997,370974],[237393,368534],[239805,369257],[239591,368143],[239619,370383],[239417,371199],[241343,368594],[241047,367639],[235384,359035],[235841,359847],[234274,361187],[234620,368563],[236029,370969],[236200,369896],[233700,370362],[233876,368385],[236772,370381],[233995,370754],[233489,368288],[235883,370429],[234090,370930],[234578,369030],[236369,370686],[236688,371050],[238106,370357],[237650,370550],[238495,370673],[239806,369580],[239416,368056],[237337,368782],[240185,370239],[240235,370884],[241390,370918],[242035,368496],[240308,367609],[235687,359743],[234329,361123],[235537,374989],[235470,377627],[234946,376445],[235660,372362],[239968,371922],[238725,372050],[237856,374310],[237386,373645],[234166,372032],[237801,371926],[237584,372283],[235722,375489],[235605,375006],[234869,377753],[234844,376580],[235794,373165],[236107,371676],[239706,372162],[238484,372080],[237362,373827],[233603,371767],[233856,372407],[237687,371817],[236995,372136],[236545,375084],[234963,375037],[234874,377867],[234722,376087],[235335,372750],[235776,371604],[239035,372295],[237867,373645],[237493,374026],[234181,372582],[237652,372540],[236407,374770],[242841,372128],[242113,371893],[235039,374858],[235138,377858],[235110,376592],[235403,372591],[239507,372046],[238734,371988],[237470,374060],[234367,371559],[234667,371822],[237027,372572],[235698,375429],[237004,371441],[237702,371515],[242218,371752],[241898,371829],[241628,371523],[234797,420885],[234380,419484],[232332,422212],[235268,419419],[232493,422000],[234539,420513],[232302,422492],[234418,423837],[232192,431162],[238639,429596],[239109,425722],[232285,432045],[231921,426155],[235247,427051],[234204,434689],[237767,428750],[242304,426461],[230737,430226],[235438,424136],[232064,430204],[239262,427913],[238412,424568],[231733,433374],[231812,426004],[235922,426223],[232224,433887],[234645,427751],[236855,429211],[241395,430113],[243013,426709],[241183,428065],[235700,423834],[232336,423453],[232272,428429],[233197,430071],[238982,429489],[239172,426111],[232011,431989],[231470,425212],[235149,427070],[234739,426219],[233767,433913],[237791,428817],[243089,426489],[243073,427977],[236090,423396],[231601,428860],[232872,429558],[240061,428733],[238696,424900],[242443,426959],[230811,432580],[230958,426491],[235405,426526],[233114,434823],[236162,429636],[237290,428244],[242872,426439],[230422,439479],[232959,442611],[234464,443508],[239811,443182],[243007,445491],[231614,440293],[235111,444380],[234425,442414],[233818,443771],[239746,444039],[232513,439175],[233965,442577],[232776,442887],[238018,444032],[233984,443705],[240167,443936],[237471,443924],[243014,452011],[240485,453744],[240382,454515],[240925,454176],[240840,454576],[242635,470612],[241590,471699],[238923,467699],[239220,469712],[237299,466986],[231948,476282],[231523,474938],[234025,479023],[235966,479243],[232358,612502],[231988,612214],[232185,612296],[231317,612248],[240385,623318],[233241,624075],[241244,620151],[233358,625023],[242697,619033],[234351,620667],[241786,619402],[233251,623211],[239152,623270],[239094,622126],[242157,619945],[232046,623955],[240497,622754],[234946,635769],[235658,637653],[230870,639804],[233680,637493],[240752,636550],[241826,634666],[242601,637844],[236152,635645],[234282,638494],[241074,635069],[234515,652825],[230802,648430],[231259,646983],[236152,640769],[242257,645856],[240773,644776],[238058,642444],[240766,644091],[238003,652833],[233954,652150],[232934,643002],[234763,651557],[242980,646768],[241611,648305],[239778,644139],[236844,644606],[236022,640464],[231282,642124],[231974,649310],[233891,643419],[230919,643387],[230971,640385],[241136,644640],[231070,647960],[238385,664576],[231469,661907],[237131,654966],[235531,655535],[231449,662471],[231342,654004],[232329,655261],[238323,667115],[230707,667400],[235422,674241],[237515,678229],[239225,675649],[237895,666415],[230885,667060],[232081,681958],[233395,681085],[235288,680243],[234035,723301],[233644,722522],[234272,722815],[233165,723610],[231441,723235],[234321,740845],[231552,742374],[231814,741940],[232042,739578],[231217,742184],[233699,741322],[231479,740234],[231508,742298],[231802,741013],[230771,743995],[233507,743624],[233974,743321],[234533,742607],[234589,742807],[234137,742974],[230827,748679],[230850,749524],[232219,742954],[230518,748886],[244170,204121],[246703,202395],[246665,202298],[243594,202779],[244717,230390],[243962,231481],[244352,233611],[254986,331153],[255701,332283],[254555,333795],[255209,353960],[255445,353918],[255129,354038],[253887,346326],[255308,354354],[243861,371579],[243432,371846],[243345,429372],[243602,430420],[245525,445258],[243227,444143],[246058,444472],[244835,444847],[245352,444056],[245913,444396],[244581,444068],[243520,452637],[243871,454033],[251717,457453],[244978,450816],[248431,451861],[248180,457788],[252945,453929],[254010,451596],[255983,455285],[243878,454187],[251749,457839],[246196,449000],[249959,451498],[247934,455452],[251517,452728],[252851,452833],[255730,456350],[243915,452740],[243830,453611],[251120,457203],[246623,449030],[249558,450748],[248259,457580],[252632,452897],[252470,451180],[243781,452255],[243507,453846],[251791,457805],[246191,449378],[248542,450313],[247696,456658],[252378,454093],[253410,452250],[254921,454278],[253299,472911],[253412,473044],[253182,467344],[244544,472827],[252690,473015],[251397,466795],[253017,473528],[253294,473470],[251687,469837],[245962,469733],[253202,472811],[250879,469964],[245631,472597],[255719,478347],[255657,477587],[250189,478038],[249009,477734],[252328,474374],[248360,475824],[252627,479658],[248817,474531],[255734,475695],[254675,476152],[252110,478941],[248587,473827],[255597,477079],[250264,477729],[248821,477512],[252948,473924],[247895,474907],[255897,475842],[252389,474501],[255984,478158],[248346,473979],[255774,477653],[250642,478176],[248893,477078],[252827,474041],[248098,474944],[252050,479094],[255603,477632],[250224,478337],[248537,477718],[252609,474373],[248730,475606],[251837,479628],[248221,474446],[248965,607446],[248000,608118],[248655,607364],[247249,606945],[246997,606612],[247127,606840],[243240,637486],[243334,636712],[249946,631593],[251143,631905],[251953,631206],[251601,634028],[251173,631149],[243841,634588],[243761,636752],[251422,635147],[252995,632622],[250426,631910],[244929,647547],[246938,641868],[248820,651563],[249477,650165],[247139,648218],[248218,647993],[246037,646348],[245101,649021],[247160,651465],[248563,648933],[247407,651800],[245434,644626],[247228,644519],[252047,645694],[248495,650238],[248901,651399],[251753,651122],[251740,650871],[247349,646731],[245870,647735],[247520,648875],[247965,645257],[247551,650234],[254646,647332],[248236,644526],[247741,650923],[251134,649439],[255059,642739],[253911,653253],[246936,653250],[250135,666115],[250954,666316],[249785,667279],[251059,666934],[247423,735967],[246281,736615],[244836,734352],[251455,737372],[250999,737661],[252697,739002],[251828,737949],[251628,744348],[253164,744353],[253232,743377],[255857,744801],[255625,746232],[255519,745662],[252933,743633],[252480,744200],[251759,743527],[253324,743911],[251584,745308],[20167,178046],[19728,178342],[18900,178418],[19187,177322],[19782,177078],[21239,178005],[15080,186689],[21275,191782],[22550,188621],[17984,187315],[20661,180590],[18800,179601],[15720,186505],[13174,185850],[20506,190816],[22372,188972],[15702,185691],[19354,181366],[16079,185078],[13665,188114],[20512,190966],[21196,189930],[16363,185732],[20194,180190],[22387,187409],[15800,184938],[14187,185436],[22455,190918],[16478,187838],[19148,179526],[19641,181010],[18426,228247],[12892,221450],[14309,225563],[23995,230249],[24780,226761],[16387,224051],[21675,226812],[14735,226482],[18743,226205],[13956,220748],[18529,226218],[23467,229648],[19304,230421],[17416,224220],[24579,239719],[23213,235099],[25373,239379],[23662,231855],[17724,238385],[24876,233266],[22171,234045],[16830,238043],[21345,231428],[21269,233892],[18983,237626],[24699,234736],[18454,242855],[19210,242942],[18310,240678],[19592,237642],[24351,253788],[15232,248481],[14785,247620],[13612,246233],[24366,250893],[13884,246836],[14250,248771],[14934,247597],[13796,250930],[15978,246887],[24656,253473],[19837,265761],[25041,258763],[18357,266528],[16763,269883],[20181,270511],[21123,273549],[17539,270360],[24812,272149],[22594,272822],[17670,273133],[20263,272481],[20704,271064],[19373,270721],[22342,274544],[23817,273364],[21694,273047],[18127,272687],[17027,270237],[23871,273832],[21478,272404],[18594,272413],[14158,317067],[20439,317020],[23996,313335],[23864,317701],[18292,319129],[24200,319837],[14966,318580],[21179,317486],[22776,315538],[24771,317531],[19047,319389],[14140,316500],[21087,317327],[24612,317038],[22437,315017],[18305,317893],[23826,319280],[13586,316570],[23555,318031],[22434,314785],[20195,319142],[24093,319931],[24596,321094],[13043,341347],[22012,340839],[24195,339559],[19548,337502],[22512,338558],[23019,339218],[12889,340598],[21816,340529],[22380,340346],[21774,340283],[23730,338508],[19000,336907],[20691,337439],[14935,337097],[20487,337725],[15107,338249],[14868,339130],[13192,337199],[15400,338477],[13918,339451],[12816,338262],[16423,338931],[13053,338448],[23516,351069],[20455,352507],[21471,350234],[21840,353169],[23363,350776],[20883,353296],[22739,351295],[20818,352394],[13741,384876],[14763,386677],[13795,386215],[14024,388205],[13035,387325],[15658,387820],[14271,388746],[23439,396917],[17901,388423],[17186,389178],[17323,386985],[22368,399907],[20070,405165],[18947,402455],[16993,407192],[16607,404728],[14408,403529],[16940,399426],[22152,398977],[24417,402893],[23295,406942],[24461,401574],[22421,398974],[21186,403238],[20101,403166],[15104,407432],[15960,404569],[15249,405034],[17783,399970],[21929,397327],[24787,403088],[22701,407645],[25116,401317],[21367,404389],[18936,402635],[16491,405581],[14904,403519],[14094,403112],[17716,400331],[25068,401477],[23947,405995],[24195,400958],[21765,397753],[20026,403495],[19271,402475],[15902,406536],[14181,403529],[15777,404935],[17026,399384],[23446,398873],[23936,403282],[23025,407585],[25439,401256],[21319,399501],[18064,419109],[24422,419753],[23682,421085],[22241,422019],[16587,419498],[16682,420947],[18068,418380],[24108,420079],[24236,421765],[22390,421701],[18881,421827],[16770,419542],[17017,421251],[23225,425923],[21997,425618],[21208,425637],[22406,426516],[21473,427544],[18553,422782],[17315,423446],[22451,422711],[23079,425659],[22140,425509],[21368,425280],[21859,426735],[17248,423282],[13217,441881],[14374,444428],[16055,444085],[14249,443355],[13629,445119],[14662,444819],[14680,444204],[13553,448979],[14114,448805],[14046,448561],[15184,448623],[23792,547503],[21266,546430],[13004,545303],[24077,545006],[21975,545787],[13403,545278],[23910,548599],[20296,545868],[13256,545052],[22910,544925],[22000,546664],[13447,546937],[19594,560059],[18735,558554],[20593,554643],[13408,558684],[16361,557317],[24836,562986],[24118,557223],[23448,553951],[23042,556521],[17508,557467],[13740,555940],[19419,559322],[21017,556092],[15459,560003],[13274,559114],[15380,558446],[24505,562279],[24850,557958],[23254,555461],[21879,555024],[18559,562697],[19391,560292],[18962,558317],[14831,559172],[13360,559312],[13428,557915],[23929,563389],[24402,553762],[21063,555179],[17822,558430],[18509,562936],[20806,560713],[18148,557834],[12961,558869],[23666,555031],[21740,555056],[19333,555011],[15390,559518],[15586,558074],[13090,556055],[13441,565086],[14031,574947],[13888,574125],[15447,566848],[17484,564131],[25249,570036],[13615,564123],[14611,573131],[14335,573323],[17482,567337],[16250,563673],[24949,568409],[14372,574880],[16362,566087],[14278,573979],[16814,566249],[22834,564425],[14753,565352],[25049,634173],[24715,635938],[14042,647878],[13052,648072],[13534,647562],[13322,651584],[13608,651082],[15725,650045],[14836,651051],[16335,648487],[16433,649309],[13396,647547],[17449,648829],[16797,650905],[13596,648029],[14335,651357],[13491,648605],[15527,651013],[13536,650362],[20757,651236],[21529,648601],[18175,647482],[21684,648646],[20103,647827],[19578,650326],[19470,650740],[19505,647473],[18090,651045],[20057,649724],[18487,650379],[20069,647881],[22839,651120],[22947,652121],[24723,650863],[22757,649837],[23369,651526],[23605,650945],[24769,651198],[23864,650654],[22531,650785],[23831,652393],[21811,652188],[24402,641795],[25089,642967],[24806,643007],[25283,642439],[25445,642551],[23941,641902],[20655,642732],[21411,641809],[21831,642010],[22800,643320],[20229,643727],[21625,642168],[22502,641448],[22167,641493],[24303,641097],[21721,641373],[22925,643777],[25434,645915],[22016,643906],[21612,644511],[25055,647050],[22844,646095],[23320,645692],[23794,645002],[23628,643804],[22901,646736],[23551,645183],[21799,646153],[13588,640486],[14963,664891],[12961,664396],[15346,663530],[24665,653297],[15688,663623],[15100,663672],[15770,663512],[14780,665049],[24980,653506],[13203,664331],[15970,663759],[15911,664126],[13959,664968],[23563,664507],[23349,664125],[20700,662296],[20766,664897],[22423,663133],[21136,663259],[22521,665420],[20577,662638],[23093,664350],[20516,662347],[22138,663210],[22270,663314],[19127,665658],[17824,658725],[17365,658799],[25120,653014],[24889,655154],[19493,657509],[16703,658429],[19743,658466],[18352,656161],[16776,658883],[21236,665357],[14927,656312],[13866,657581],[15849,656317],[15744,657430],[13346,656157],[15763,657730],[14193,658847],[13846,658217],[16118,656032],[14220,656456],[13333,656402],[13460,656569],[14491,655845],[13479,659246],[13474,658857],[12800,658264],[22604,673111],[25257,670770],[16818,669862],[18383,667001],[22247,671389],[23773,670597],[17807,668769],[16826,666947],[25284,670036],[22352,670766],[16644,668988],[18075,667355],[14254,670353],[13532,666203],[25464,668622],[20004,667239],[19909,668125],[22950,675442],[21670,674274],[17997,671119],[15012,670998],[18645,678192],[16184,670685],[19401,675696],[22061,677093],[21899,675005],[22486,668959],[23830,675323],[25351,671195],[23494,668910],[25293,669415],[23869,669927],[25539,667144],[18628,667623],[15561,669911],[20801,666118],[18953,667745],[20813,668809],[14847,669126],[15125,675326],[15209,675601],[16726,678199],[16118,674352],[16179,675261],[14621,677159],[17487,676425],[13281,673259],[16841,673828],[17931,678431],[20875,687784],[23283,681304],[20533,684196],[16947,684892],[17660,686147],[13707,682297],[18696,690509],[13025,686929],[19364,679164],[15225,684162],[15354,684651],[13149,684426],[14752,683993],[15999,684324],[15510,685044],[13187,686483],[16155,683790],[24730,680007],[23030,682369],[21689,682714],[23125,680824],[21208,683622],[20929,685064],[21259,679782],[22200,688317],[22043,684779],[25111,686667],[23176,686161],[21997,683684],[23535,688116],[25111,684784],[25401,684945],[22603,691205],[21211,689010],[13633,679476],[13235,690177],[14858,689165],[16537,690008],[15146,688231],[13388,689018],[13332,689669],[16294,687302],[13145,689900],[16211,686244],[14450,687518],[17704,690090],[13292,690617],[15008,686511],[25488,692627],[24136,694244],[21362,693940],[22768,693766],[22651,695592],[21767,693265],[24400,692180],[24781,693629],[24567,694522],[25273,693418],[13887,693769],[16275,692382],[16086,696295],[17168,691858],[13769,693566],[14326,692762],[16017,694895],[19086,694805],[18491,697108],[18085,693028],[18676,692539],[18155,697053],[18341,696332],[19697,697653],[16604,695225],[17675,694016],[17616,696344],[21045,696009],[13323,699289],[13843,695562],[264436,198784],[265465,198463],[262395,200401],[262257,202046],[264913,197408],[264440,198833],[266362,199136],[261910,199943],[261764,202156],[264281,196809],[264753,199187],[266138,198526],[261612,200212],[262013,201712],[264289,197472],[265228,199395],[265714,199167],[262036,200450],[262529,202301],[264297,197147],[259991,216303],[258003,217559],[258492,217061],[256548,220083],[260663,218132],[265509,283749],[267080,284535],[266325,284084],[267588,284532],[266033,283569],[266763,284847],[266076,284241],[267376,284162],[261130,329475],[264974,326833],[263344,330273],[259958,329456],[266781,328548],[263549,327677],[266989,327010],[257691,332727],[260448,328144],[267223,327644],[267420,330040],[263005,343506],[261508,342353],[261458,342633],[263601,343544],[257489,340432],[263969,343362],[261667,343461],[260334,342327],[263373,343263],[260452,339722],[261200,341794],[262431,349552],[257167,348337],[261772,349095],[256157,346685],[261745,349857],[257188,345862],[261566,349085],[257097,347881],[263506,362520],[262658,360508],[264618,362353],[264010,361189],[263747,360783],[262090,360315],[261716,360193],[261108,360564],[263710,360227],[263774,362624],[263765,361119],[263075,361474],[265302,361867],[261335,360224],[263558,362379],[263321,361639],[262464,361074],[265237,361811],[264426,361037],[262842,360668],[261762,360394],[261199,359888],[263170,361919],[262846,360373],[264837,361977],[263923,361234],[263835,360898],[262088,359934],[261717,360042],[260983,360732],[261230,378039],[260880,377563],[262581,376454],[263086,377077],[262802,378108],[261177,377415],[262584,376159],[262797,377560],[262947,378235],[261085,377933],[261109,377539],[262194,376052],[263008,377537],[262580,378413],[260984,377432],[262432,376271],[262615,377276],[262864,378533],[266492,456899],[262333,455116],[266777,456666],[266008,456615],[264840,457109],[256582,456350],[266771,456159],[265842,456677],[262014,455753],[265265,456147],[267998,466012],[267478,466859],[268796,466205],[267148,466313],[267551,466623],[267506,467657],[256807,476750],[256297,476661],[256027,478107],[261416,486338],[258839,485845],[261323,483581],[264735,482369],[265683,484583],[256315,476976],[259594,480784],[256055,475266],[264871,484191],[263883,481770],[259835,486233],[267957,485909],[256710,476829],[256288,476341],[256252,478480],[256384,475794],[258783,484575],[260638,485269],[265946,484833],[256671,476612],[259473,480758],[264475,480797],[261060,481422],[261246,484482],[268105,485779],[266526,499154],[266850,498360],[268524,487666],[264582,499830],[265933,499513],[268531,583904],[259509,627618],[258868,627678],[258560,627676],[263107,627693],[260041,632046],[256474,632171],[257755,630050],[257360,630465],[257263,632021],[264567,634285],[262779,637790],[261360,634275],[265169,637223],[261866,635154],[256252,633940],[257702,633121],[256698,631948],[262357,636028],[264718,638078],[264403,634832],[257819,649142],[266779,650105],[268216,649363],[265336,652059],[265553,651473],[267032,649810],[264217,652393],[264391,652154],[257270,649022],[261724,652789],[265900,652472],[257429,651047],[265778,652440],[256103,650869],[262110,651313],[266571,665518],[268194,665061],[266678,665547],[268200,665399],[268311,665623],[256470,653898],[257155,653282],[260275,654239],[262971,655200],[262291,654265],[264828,653799],[262639,654708],[259012,655028],[260090,653987],[264476,653552],[262460,653574],[264709,655630],[265813,654036],[259793,667926],[259990,667689],[267241,667057],[268117,666071],[266937,671321],[268577,670752],[267366,674801],[268303,676436],[261174,666977],[268777,667448],[266519,666697],[266428,666860],[263146,668621],[268437,734159],[266135,736070],[267662,735004],[256715,745233],[258027,745196],[256769,746192],[257767,746109],[256099,745780],[256501,744027],[277612,145331],[274257,151620],[273601,153155],[279251,146822],[278069,145626],[274169,151529],[277633,145476],[274215,151507],[278169,146699],[278032,145770],[274080,151455],[273621,153163],[274192,163615],[274535,161011],[270463,158531],[270919,155745],[273903,164088],[274758,160551],[271103,158389],[271511,155751],[273683,163392],[274404,161336],[271099,157906],[271415,156141],[274033,163675],[274610,160585],[270550,158040],[271352,155769],[277064,176129],[276691,175991],[277040,176108],[276517,176182],[276583,180214],[277226,180438],[276732,180923],[276140,179435],[276129,179747],[276990,180245],[276755,180582],[276338,180128],[269905,275569],[269751,275410],[269931,275512],[270519,275334],[269816,275206],[270989,275197],[272741,273327],[273231,275597],[273228,277702],[273108,278940],[272538,273078],[273129,275482],[273833,277443],[273331,278016],[273263,273836],[273117,275183],[273284,277355],[273913,278870],[271011,274499],[273050,273623],[273310,275477],[273715,277369],[273435,278522],[271141,274505],[270819,328014],[269619,330779],[276436,331879],[272618,326489],[271327,330077],[271453,327866],[269023,331851],[276725,330223],[273017,327352],[277652,345525],[275130,344014],[275832,344800],[272279,341966],[276409,333498],[275534,345526],[274742,344921],[274004,343586],[275180,333604],[279883,347832],[280342,346871],[277112,346220],[268825,456757],[268901,466834],[270792,464976],[268982,465525],[269453,468713],[278741,486117],[279764,486590],[279968,486022],[270874,484062],[280567,489776],[278545,490078],[273822,489404],[278746,497883],[273982,486893],[278549,491803],[280706,489065],[276753,488504],[279159,492517],[274503,487683],[278273,497734],[279415,486760],[273153,489487],[278660,497307],[278669,492552],[275860,488794],[273779,489092],[279097,490676],[280301,490363],[273648,489517],[277082,490275],[280971,489451],[274083,489179],[278843,492029],[275856,487212],[278183,496959],[280304,500247],[280184,501298],[278335,501228],[279005,499962],[276679,573863],[278233,574714],[276086,574261],[276580,573907],[273510,588950],[269780,581455],[271168,583440],[270633,583605],[274451,590962],[280361,596848],[276157,590940],[274975,592481],[281108,596972],[276494,589790],[274889,589391],[273108,589711],[275638,591536],[280589,623936],[275049,624273],[272519,622965],[271517,623440],[281011,624478],[280113,623903],[278444,624139],[279427,622772],[279179,622263],[280544,616571],[280637,617071],[274927,639692],[275757,635430],[279191,639314],[275892,639404],[274516,634225],[272312,635591],[275338,639928],[274388,634567],[274849,639310],[274899,635958],[272445,634335],[272844,649438],[270733,649536],[270995,650437],[273102,647652],[272527,650572],[281547,650294],[281085,651793],[279435,640205],[281557,640679],[278412,645472],[280286,645671],[271303,648986],[271310,649293],[270207,648513],[269027,649975],[275840,665637],[270237,664509],[271220,664299],[271434,664252],[272314,665793],[272263,664592],[271299,665235],[270405,665413],[276804,654820],[279338,653851],[273706,659322],[275535,659846],[275465,658102],[273510,657009],[275369,661136],[277218,660720],[277446,660100],[275488,678395],[278072,678571],[276878,678051],[274911,678537],[276001,668629],[279585,666074],[273040,668504],[280407,665931],[273304,669223],[275386,668616],[270017,667261],[269499,667085],[269959,672441],[270238,670142],[269585,669897],[271613,672666],[270402,674208],[269007,676545],[270901,676727],[273400,674239],[271440,675189],[271739,673159],[271450,674858],[273122,673095],[274934,674449],[271310,677709],[277582,678232],[277905,677940],[278494,678371],[278168,678247],[278544,678459],[270154,667014],[272140,673170],[272286,674321],[272497,675524],[273045,674389],[271144,674488],[280104,681059],[279372,679261],[279269,680482],[278522,679208],[275662,681217],[274991,681941],[278424,680920],[274752,679406],[275540,678850],[275538,678651],[274135,679469],[272391,687646],[279521,680948],[279292,680443],[279999,681204],[276973,681608],[276381,680568],[278365,681154],[276156,680147],[276521,680299],[278401,680224],[275545,680457],[277903,681183],[277252,697632],[277177,697568],[283276,145439],[283610,145425],[283423,143595],[283532,143803],[283172,145818],[283649,145497],[283579,144149],[283268,145638],[283448,143751],[283840,145560],[283698,144025],[287697,169514],[288126,169347],[292131,170629],[294373,170150],[287931,169759],[292260,170295],[294307,170130],[287567,169672],[292003,170466],[294387,169946],[291801,170479],[291733,345738],[287800,345139],[286524,344851],[288050,349061],[285821,350268],[292126,347581],[288091,346102],[285464,347415],[288749,349708],[285536,350197],[292928,347155],[281813,347406],[288812,348676],[286417,350818],[291890,347287],[286818,347923],[283713,346077],[287665,349150],[286399,350301],[284578,349666],[290185,36390],[284825,38107],[289844,37107],[290742,37204],[284749,38181],[290307,36930],[288209,497482],[285406,496830],[289684,497461],[285123,497930],[289528,498412],[286141,496247],[289268,498283],[283938,498238],[284106,506400],[287975,512043],[290352,508938],[293268,508106],[290022,505812],[290197,500141],[287899,504142],[287294,511572],[285386,508490],[292717,510898],[284286,508368],[286885,507787],[290115,511635],[290086,509579],[291644,505342],[290496,501026],[289567,503630],[288382,502641],[285885,510276],[292311,509617],[283867,508054],[286789,507449],[286929,511577],[289370,508469],[292598,507882],[291700,506694],[290773,500508],[288920,504026],[285260,508242],[292077,510929],[289735,508925],[293999,508087],[290988,505866],[291020,501440],[287212,504347],[285315,509639],[293137,511810],[292470,40158],[292881,40636],[287166,40644],[291592,40186],[291957,40691],[287234,40674],[292165,40033],[292390,41105],[287235,40785],[285140,38673],[291762,40305],[292813,40465],[287723,40698],[285598,38862],[286605,513314],[289933,513662],[286261,512395],[289131,512797],[292453,549539],[292191,546490],[292062,549207],[292505,546311],[291753,550112],[293958,546493],[291334,550141],[292911,544584],[289171,561127],[287702,559481],[290559,557328],[292205,557269],[292029,555321],[291735,552137],[291517,562415],[288252,559509],[292170,557732],[293497,551575],[292023,555324],[291006,553978],[290294,562132],[288987,558745],[290615,556053],[294103,551671],[293159,556933],[291690,554205],[292039,553481],[290759,561939],[288951,560023],[292063,557986],[293375,551559],[294163,553908],[292008,554521],[292812,553766],[292160,575955],[290188,576092],[289863,587937],[289227,577325],[289533,588233],[293175,576626],[289883,578197],[292743,596670],[292571,593980],[285691,592197],[282947,595764],[282822,599822],[290075,598463],[283757,595769],[282278,598988],[293936,597599],[287617,591677],[283054,593939],[291525,597338],[288578,590425],[284504,596294],[282987,594809],[291500,601857],[290350,604286],[290491,603835],[291731,602733],[293281,626279],[293019,625710],[287911,623808],[281881,623463],[292605,626991],[293657,627012],[292006,626280],[292601,627106],[293782,622972],[294006,623214],[288732,617200],[291556,622914],[293273,616531],[292506,621717],[290284,616971],[289415,617749],[289509,618439],[292831,618500],[293197,618676],[292529,618300],[282627,618227],[283281,616476],[281914,617067],[282266,616613],[292648,621929],[291294,616755],[292679,617021],[293202,616828],[292357,618298],[292417,618290],[289812,618545],[290838,618611],[292135,618662],[284152,615646],[282326,618554],[281923,618004],[283051,618653],[283480,616935],[285373,629232],[287401,630486],[286479,633735],[290532,633935],[288749,629281],[289790,628459],[284097,629120],[287811,631033],[287906,634277],[290405,634944],[283722,629938],[288866,630235],[285543,633707],[291533,635806],[288588,627694],[285077,629744],[287971,630506],[286417,635093],[290291,636076],[292567,628155],[288291,627982],[288250,651402],[287540,650766],[288883,648974],[282166,650653],[283293,652716],[294011,651340],[281631,650150],[282093,649439],[282912,664992],[289287,663221],[287505,659136],[291553,664395],[291223,658816],[291384,658676],[291989,660416],[294195,661547],[290756,663125],[292632,663786],[290257,661787],[285555,654624],[290792,653188],[288395,654409],[286279,661016],[284259,660903],[290515,657420],[283804,658513],[283566,656613],[284481,664218],[289634,664479],[292061,664873],[288218,659825],[294232,662470],[291033,658080],[294358,660877],[291756,662713],[291236,665850],[292817,685337],[289348,685595],[292961,685217],[288274,685051],[292555,682431],[291330,681414],[291446,681899],[288069,683618],[290179,682453],[290409,682921],[291150,685420],[293635,683589],[290564,686888],[290312,688901],[289974,689123],[291672,689678],[292393,688409],[288238,683660],[292859,683655],[290929,682463],[292934,682004],[291653,682805],[291959,681388],[293349,686393],[290107,685139],[284046,697037],[287381,697620],[289242,694346],[289083,695483],[287276,695206],[285074,695805],[285187,694556],[292553,692536],[292619,692540],[288487,696686],[290400,696070],[290949,696395],[286044,695218],[289370,694991],[290283,695072],[284714,696788],[287651,694684],[290040,696981],[285676,696106],[289306,710597],[288896,711074],[289445,709662],[289344,710160],[290417,712039],[290699,716380],[291213,715997],[289132,714069],[288428,715475],[288782,713764],[289933,709970],[288560,710816],[289939,709787],[288878,710759],[287639,113888],[290234,110352],[287330,113992],[291027,110612],[287691,113917],[290758,110333],[287816,114033],[290341,109949],[294238,109721],[304467,131593],[304160,131693],[304228,131404],[304416,131703],[300703,159858],[297815,160371],[300711,159881],[297633,160440],[300657,159562],[297599,160284],[300725,159652],[297369,160564],[294600,169948],[304281,178790],[302992,175747],[304545,173353],[303919,179134],[302753,175854],[304134,172994],[304389,179176],[302847,175640],[304104,173053],[304316,179060],[302989,175519],[304231,173439],[303427,185077],[300869,186176],[302748,185342],[301106,185990],[303399,185067],[300960,185976],[303339,185338],[300724,186397],[306903,179417],[299681,275108],[298969,274829],[297644,274854],[297860,274897],[302756,283500],[299944,282329],[300060,286547],[300703,291569],[304636,285114],[301077,284298],[301816,287005],[300954,287621],[300499,289081],[304257,281920],[301331,282599],[303020,283749],[300493,287365],[301071,291119],[301455,284736],[304014,283327],[297712,283411],[299576,288780],[300258,285933],[302661,289394],[306802,481882],[306075,481159],[305118,497593],[301459,495601],[304466,496956],[305583,493585],[302856,495433],[302010,498021],[305004,498428],[303142,498899],[303431,494874],[305309,496712],[306719,497100],[306181,494827],[303644,497220],[306660,495213],[304098,494979],[304635,497096],[305671,494101],[306377,492822],[301567,496394],[305715,499178],[303314,494797],[304841,496470],[306137,495466],[306365,492168],[306217,507132],[304386,500061],[294413,508191],[305647,500318],[304274,501901],[306698,508058],[305525,501822],[305707,500688],[303669,500379],[297826,531634],[299775,534062],[298770,533440],[301783,528174],[303034,530548],[298521,532258],[300068,533816],[303073,530450],[299545,534197],[300665,537795],[297970,531621],[300501,531587],[302734,530294],[300102,534064],[301212,537355],[298090,531949],[300986,533271],[303644,529374],[302669,529833],[301635,537832],[302241,541068],[302147,545604],[303695,548406],[306394,545984],[305778,548004],[301028,537947],[302431,542518],[300696,544641],[303744,547653],[306862,546156],[306664,549321],[304997,549801],[303098,542696],[300126,545751],[303069,547683],[306152,545967],[305771,548859],[305039,550222],[303093,543325],[301149,544554],[302742,547789],[306262,546162],[306743,548454],[306442,549341],[305477,562234],[306663,556108],[305280,561288],[306415,556076],[305051,561164],[305270,561930],[295061,553295],[306008,551396],[306433,556112],[305308,561207],[305272,562119],[295285,553356],[306913,555752],[307081,556560],[305029,561220],[304937,562779],[295080,552596],[305564,563511],[302615,565599],[300152,568287],[302857,566575],[305668,563496],[302587,564916],[299917,568336],[302768,566580],[306241,563468],[301891,565474],[300107,568163],[302754,566670],[306229,564046],[302504,565480],[300163,567901],[302853,567052],[302327,584857],[301677,585553],[301121,584431],[300254,581938],[301396,580762],[302265,583820],[301764,586219],[302603,582439],[303191,584750],[301068,587270],[300916,581442],[300815,583936],[302027,581695],[300258,586777],[300520,583067],[302988,582231],[297987,605670],[297968,603960],[298094,607533],[296915,605310],[304464,623200],[301596,621117],[299284,622893],[304835,618807],[302756,622015],[303042,623728],[299315,621286],[304933,620570],[298316,626492],[301876,620842],[304463,625348],[297538,622978],[301443,622435],[300786,626629],[306829,619352],[300149,623205],[297742,625806],[305535,619393],[300616,620981],[304523,621652],[300212,626597],[304438,620896],[298156,624564],[301375,619248],[303206,621523],[300589,625778],[303691,620956],[300103,624330],[297985,624004],[302981,617687],[299383,617421],[294541,621578],[297900,628034],[298300,631549],[305573,627481],[302277,633254],[304780,632440],[296968,629283],[298969,629430],[305455,630902],[304538,632683],[297388,631118],[302649,629586],[299453,628927],[296340,628376],[302302,632641],[305419,631216],[297472,632029],[303623,629745],[298338,629011],[300430,633115],[300957,630484],[296036,628410],[302698,628844],[302261,633264],[303847,631176],[298020,630046],[300011,630454],[296006,628383],[304164,632856],[306122,650557],[301916,648403],[305897,650220],[302214,647298],[305092,650016],[303193,648683],[303142,646951],[303603,651445],[305357,653331],[303956,655255],[295611,657355],[295950,658143],[297434,659635],[303848,654407],[301153,664981],[295952,657758],[295616,657708],[295705,657535],[297612,659745],[297551,658254],[305823,655168],[305867,655591],[301549,672100],[303659,667227],[301351,675811],[301453,675831],[302219,674627],[295781,687506],[296212,689247],[295744,689860],[296687,687687],[295696,688903],[296631,689795],[296404,687980],[295489,689657],[297913,687928],[294488,692879],[296263,693923],[301413,700310],[301567,699803],[303990,698078],[303064,699422],[304191,693824],[303209,693395],[306176,695967],[303486,694717],[304351,697358],[304785,697153],[303678,694348],[303728,694017],[305369,694452],[305804,716568],[306772,714290],[306737,729715],[307117,728154],[296517,76416],[296828,76657],[297282,76766],[296514,76996],[297557,77083],[298156,77564],[299058,80082],[298197,80950],[303547,83835],[298279,77084],[296633,77879],[297109,77226],[299051,77692],[298934,80131],[298859,81498],[307029,83967],[304053,83491],[298455,77146],[295933,77134],[297044,77324],[298558,77901],[298788,79667],[298399,80917],[303759,84019],[298378,77015],[296401,77286],[298255,77258],[298801,79615],[298877,81566],[304101,83908],[300549,95131],[303192,97275],[302887,101404],[300821,95184],[303174,97122],[303555,101390],[300689,95383],[303267,97765],[303181,101324],[300206,95817],[303046,96918],[303603,101317],[294843,109480],[294922,109470],[294845,109310],[307175,127333],[303836,121912],[304831,125375],[306989,127154],[306949,122712],[303557,121976],[304645,125209],[306950,127149],[307174,122709],[303706,122369],[305079,124813],[303196,121627],[304415,125688],[309272,129957],[309258,129173],[309356,130103],[309151,129191],[309268,129827],[309140,129129],[309404,129943],[309340,129222],[310394,137576],[308983,136838],[308682,137208],[310246,137393],[309045,137097],[310992,138253],[309246,137262],[310352,137359],[319208,157715],[317154,155617],[316470,154696],[318955,165106],[319366,157451],[316735,155842],[316490,155393],[318571,165527],[319443,157526],[316941,155819],[316468,154712],[318867,165159],[319489,157361],[316758,155565],[316374,155124],[318729,165258],[308306,175096],[308400,175061],[308420,175417],[308004,175030],[307220,179044],[307455,179537],[307627,179696],[319884,204954],[309303,204532],[315355,204561],[316644,201313],[309332,204565],[314729,204567],[309149,204384],[315014,204129],[314942,204661],[319467,205770],[308688,205383],[314892,205349],[308705,205441],[315379,205599],[308364,205175],[308993,205044],[309714,205020],[314596,205632],[319077,230393],[319972,232534],[315825,239889],[318159,241105],[319717,231910],[311167,238352],[308723,239493],[316831,242939],[311218,239903],[311999,242410],[316049,241933],[317764,241454],[310586,239654],[310922,243290],[317552,241677],[310423,241787],[309957,240878],[310473,245008],[311915,245758],[307259,281119],[307708,280698],[307732,280649],[316394,283384],[316713,283548],[314360,283776],[314456,284114],[314454,284128],[314396,282336],[314092,283159],[313040,286141],[314867,282013],[314552,282835],[312801,286055],[313246,285586],[312471,286375],[312352,286357],[312132,286570],[310860,285746],[311266,285727],[309830,286760],[308314,287565],[307658,285934],[307393,285910],[308213,282465],[314340,282276],[314062,282878],[312710,286217],[314316,282271],[314519,283220],[312972,285900],[315010,303813],[315678,302609],[311770,328149],[310800,324731],[312844,326892],[314290,326047],[311461,329410],[309627,378335],[311072,378072],[315121,380060],[315017,381119],[314059,382045],[311743,381470],[313262,382452],[312445,396624],[312521,395547],[311658,394812],[311224,393024],[311310,393428],[312053,391179],[312332,389427],[312338,389736],[312431,400386],[313789,482684],[311599,482938],[319782,483275],[313709,481547],[310282,483424],[307726,480535],[312725,481491],[310200,482559],[307653,482489],[314926,482369],[309320,483230],[308098,498444],[307434,491013],[311311,488907],[315894,488228],[315610,489021],[308651,498503],[310816,488901],[314261,487864],[308917,497478],[307749,496518],[308037,491078],[311633,489836],[307931,496985],[311843,489728],[314991,488806],[318130,511836],[313777,508750],[309245,505294],[308937,499625],[317016,510575],[318004,512085],[313830,506404],[314004,509056],[310214,506657],[307812,499564],[316407,511392],[319150,512060],[313798,508201],[308492,506426],[308842,507112],[307917,507452],[307731,499547],[313152,508746],[309552,506695],[307726,506937],[308850,500651],[318177,512941],[319136,515446],[318590,513433],[312094,512943],[318805,513466],[311276,512749],[318577,514771],[311251,514553],[318024,514135],[311541,512505],[311348,549723],[311711,550307],[312142,550164],[311104,549541],[311489,550441],[311827,547892],[307588,556590],[312667,557901],[313129,552515],[315780,551069],[309764,553730],[313692,557148],[307384,560134],[315492,560791],[309165,562548],[307311,556313],[312423,558810],[316570,551742],[312041,555029],[314294,555776],[309451,560054],[314497,561360],[311021,563058],[307445,556286],[312103,558242],[311669,552488],[315555,552035],[309977,554734],[314248,555401],[308622,558668],[315849,560610],[309840,561554],[312493,558489],[314248,553281],[311998,553909],[314256,556990],[308567,559786],[313688,561315],[309515,562202],[319869,561859],[315115,626092],[310471,622962],[314960,626204],[315391,624812],[315106,626670],[311015,622852],[312620,637310],[312798,628737],[314257,631874],[317006,632614],[319184,632462],[308436,628354],[311337,630757],[316412,630466],[312883,633982],[316368,631620],[308262,629124],[310745,627699],[311277,635372],[317533,630665],[307753,628557],[315564,627811],[312406,628793],[312149,634822],[315751,629139],[308245,646915],[319374,649811],[310135,652612],[307888,646932],[318054,650867],[309025,647438],[318721,651150],[308449,647299],[317771,651315],[319595,652778],[309617,653049],[318688,665740],[318694,665741],[318840,663982],[310477,653339],[310502,653908],[319659,653704],[319732,665318],[319503,663542],[318098,673050],[318576,668446],[318878,668352],[318410,666720],[318648,667083],[318635,667185],[314623,677456],[314469,677048],[314557,677780],[311861,677978],[309800,678558],[310381,677958],[311151,677101],[317166,675151],[317562,666195],[317848,667872],[317639,668322],[312346,676957],[311643,677671],[316840,673308],[316779,685323],[314562,685986],[308269,678841],[311154,680213],[319890,681761],[316537,683424],[316573,683861],[318510,681434],[319741,682734],[313716,685848],[308570,681411],[314902,679800],[308682,679073],[312278,680390],[317656,683606],[318213,683068],[318888,679800],[315559,687531],[308846,682644],[312725,700648],[311208,701278],[311449,700142],[315582,704051],[310074,702557],[314569,702975],[308818,702220],[307531,700145],[307391,699490],[313730,705369],[312433,704510],[313104,715840],[312827,704687],[312717,716578],[315589,707152],[308384,713828],[308352,713223],[314446,717785],[310997,722664],[308625,727027],[314381,717201],[310124,723387],[307243,723762],[307220,722470],[308660,728220],[307861,83920],[307605,84259],[319435,82444],[309400,82174],[319708,82531],[309833,81743],[319404,82293],[307557,84303],[309878,82426],[310196,82270],[317050,90960],[317124,91139],[317462,90623],[317263,90336],[308521,104887],[308973,104850],[308914,105445],[308651,104796],[307593,122612],[307267,126864],[307689,122519],[328590,-40400],[324425,11584],[321760,175252],[331538,175926],[321627,175347],[331990,176038],[321567,175352],[331913,176071],[321763,175072],[331480,176431],[330177,200648],[330464,200025],[330068,200655],[330068,200625],[320441,205608],[320798,205442],[320133,206235],[321214,229490],[320032,231799],[325213,234534],[328320,241034],[320260,232359],[325706,234981],[327879,240492],[325790,234840],[327768,240834],[325416,235410],[327432,241348],[320299,242315],[329646,250656],[329585,250905],[329628,250991],[329445,250662],[326092,281689],[326223,281535],[324437,283837],[322827,285495],[324181,284128],[324776,282348],[326288,281975],[323279,286713],[324097,283557],[322833,285754],[323979,284160],[324909,282522],[326288,282013],[323274,286572],[324286,283693],[323341,285349],[323950,284151],[325113,282143],[323384,286503],[324090,283699],[323160,285688],[323789,284144],[325212,282099],[323841,286608],[321067,27757],[325992,29272],[323689,29162],[327237,409453],[327346,409745],[328826,410276],[327719,409938],[331507,472549],[331792,472260],[330833,473400],[332446,471514],[330568,472924],[332419,471260],[332513,469930],[323420,481970],[322415,477477],[323779,484593],[320541,482797],[330014,476908],[329723,481197],[326510,479542],[322905,481277],[322619,477523],[323662,484475],[330297,476532],[329515,480333],[328230,480431],[322865,481555],[322146,477345],[323371,484547],[321090,482165],[330053,476754],[329888,479747],[326451,479921],[331986,473840],[323436,482091],[322183,477406],[323227,484574],[321905,481630],[328053,478127],[330641,479204],[326196,478757],[322632,492844],[322321,489636],[324813,489863],[324254,487884],[321287,493795],[320786,488524],[324525,491780],[324807,489316],[322786,493775],[322129,487974],[324247,491187],[323955,489766],[322570,491942],[321724,489904],[324409,491392],[323665,489262],[322540,511847],[323808,512028],[320645,516734],[321816,512462],[326893,515482],[324380,514066],[321741,517109],[324967,514648],[328313,513630],[320690,516716],[325970,512341],[320300,513622],[320866,514011],[322922,516247],[325200,513068],[327959,512626],[320179,512781],[324218,516576],[326568,514625],[329059,512579],[327354,515738],[324382,517066],[324828,512959],[329018,513059],[331088,545482],[332797,544039],[332538,539951],[331438,543601],[332193,539686],[330195,543233],[331008,546135],[331433,543570],[330060,543193],[330441,546262],[332509,540430],[331561,543461],[330099,543261],[331121,546273],[332780,543259],[332426,539808],[331650,543685],[321516,560864],[331855,554633],[320979,561352],[331064,554596],[320483,562789],[332533,555430],[331176,555762],[331166,630494],[330518,631230],[320424,632624],[320115,632793],[332784,630076],[325082,633772],[330659,631653],[322924,632361],[325228,632486],[332150,632454],[330150,631023],[322726,630832],[329798,631690],[331344,631707],[320842,634486],[320303,630126],[322643,652913],[325549,653334],[320681,665622],[324802,653512],[322446,654481],[326674,653421],[322928,654743],[320465,662772],[320133,662810],[327045,655350],[322316,653464],[332628,668254],[324965,674183],[322560,672955],[326633,674603],[320937,674423],[320362,673839],[325328,678590],[321811,672880],[325711,679051],[324200,682650],[328130,688059],[325706,682112],[325390,687936],[323349,683346],[327346,687774],[325693,685397],[325358,687064],[320238,82482],[320256,83873],[321099,83864],[320491,83235],[320718,83929],[334953,-45501],[341683,-80526],[333033,211722],[332868,210903],[332849,211099],[332898,211427],[337997,15759],[338435,16191],[342147,14523],[338512,16365],[341976,14561],[338512,15610],[342258,14499],[342452,14767],[341942,279556],[341822,279883],[341788,279978],[341880,279637],[344158,286991],[340525,286445],[340563,285621],[344314,286636],[343802,286795],[340768,286610],[340376,285761],[344471,286634],[344295,286963],[340649,286794],[340768,285491],[344350,286950],[343819,287073],[340581,286680],[340813,285608],[345080,297155],[345159,302525],[345211,296677],[345328,302567],[344970,296844],[345305,302064],[344746,297112],[345007,364248],[343603,365046],[345110,365354],[344261,364941],[339121,27139],[338605,27834],[339033,27435],[339079,27738],[336012,407163],[334398,404334],[334802,401091],[345164,460734],[342171,463626],[343206,465922],[335426,470490],[337495,470480],[335686,468470],[344214,461217],[343076,463591],[344018,466078],[335916,470925],[336606,470683],[335640,469121],[344181,461579],[342300,464142],[343644,465144],[336055,470898],[337444,471036],[333651,468806],[344145,462263],[342130,463874],[343627,465575],[336341,472057],[339136,470938],[333628,467133],[334723,39225],[334563,39259],[334681,39028],[333169,39599],[343716,538806],[342643,540356],[335155,550599],[340313,538828],[343275,539398],[342799,540095],[333598,543544],[341369,539646],[343698,538862],[343022,540256],[332911,543709],[339997,538579],[343173,539080],[342384,540067],[339259,538018],[337504,553724],[336450,554748],[334590,558791],[335491,556812],[340541,558123],[339233,553067],[336972,554844],[334178,558755],[335153,557575],[339014,558006],[334687,552111],[338025,552958],[336515,554518],[335074,557775],[336892,557756],[340321,556811],[334404,552223],[339385,554010],[335387,555206],[332939,559126],[335460,557109],[339021,558016],[335341,550878],[337264,634593],[339374,637551],[343615,635787],[335948,635618],[338881,635474],[341382,638910],[342954,636572],[336541,635459],[338855,635395],[341858,638877],[341498,637570],[336598,636266],[340066,635211],[342690,635809],[338746,665624],[335317,662391],[334993,663516],[341327,663593],[336382,664045],[339704,663765],[336506,663909],[339432,663294],[335429,663668],[339492,663171],[345024,666128],[339526,666094],[333242,670618],[334730,667337],[344042,667608],[334976,669042],[339504,667194],[343127,666608],[339186,667062],[334009,669145],[336643,668486],[343756,665892],[332850,669522],[336397,666597],[343797,667133],[334618,685345],[337550,682179],[337801,685127],[333954,682690],[336279,681734],[335395,681911],[353711,-88707],[353761,-90518],[355801,-89885],[347112,230765],[349136,238484],[347380,230740],[349318,238464],[347215,230863],[349529,238612],[346989,230924],[349140,238605],[352071,252993],[355812,253560],[353886,252724],[354214,253497],[354966,254720],[355029,255120],[352041,254391],[351475,254780],[351588,253185],[351613,253149],[350048,249791],[350315,250171],[352326,250072],[353475,250177],[352334,252027],[357447,253503],[356446,254707],[357607,253570],[356237,254677],[352939,246873],[348696,250029],[348651,251624],[349310,251730],[349493,251788],[351698,250422],[352718,250557],[355752,250417],[355833,250907],[357874,253653],[356169,254846],[357779,253560],[356559,254351],[355968,257033],[355450,256946],[356023,256749],[355937,256696],[354284,273869],[346299,280484],[347986,281251],[354330,273883],[346130,280437],[347857,280979],[354437,273972],[346171,280628],[348169,280810],[354082,273925],[346191,280804],[347841,281074],[345682,302166],[348177,306532],[349687,306451],[345898,305502],[348990,306204],[345924,305648],[347821,306342],[349232,306403],[348789,306458],[346201,305354],[346109,305671],[348056,306729],[349613,306573],[346361,305781],[348809,306045],[345967,305120],[348203,306282],[349282,306461],[346389,305509],[348758,306077],[345908,305250],[352059,311853],[352017,311587],[351611,311778],[351630,311687],[351086,345525],[351724,344250],[350279,346245],[350509,345949],[350501,345816],[355448,345997],[347304,366350],[347116,366431],[347132,365902],[347465,366230],[352169,379602],[352156,375984],[349620,378201],[349338,375988],[348994,375693],[348639,459429],[349397,458771],[351641,460457],[357883,452819],[357976,455343],[348633,460279],[349208,458161],[348746,460603],[350416,458769],[357946,452740],[348174,457830],[351217,460998],[354544,468523],[345952,466455],[350955,462081],[346073,469739],[357992,464047],[354433,469814],[348232,464751],[347905,468134],[358133,461809],[353378,469282],[345984,464670],[348679,461131],[346936,467581],[354962,467605],[346611,465524],[351023,461638],[348459,468139],[355486,479301],[358129,475301],[354378,478680],[358249,473815],[354695,478566],[355682,479025],[357354,509334],[355153,510437],[356859,514792],[356963,512799],[355666,514815],[351095,644942],[351694,647601],[357816,646662],[350739,646717],[351567,645470],[351499,647765],[357925,648304],[353708,649154],[346497,666122],[346174,667458],[370808,-100383],[369852,-100022],[368646,-100644],[368630,-100964],[362609,162405],[362704,162423],[362254,162406],[362882,162341],[364834,217724],[362992,218552],[362343,218801],[361914,237472],[361387,237571],[361116,237398],[359340,244763],[359059,244301],[359127,244648],[358958,244582],[361556,291432],[361209,291877],[361485,291387],[361347,291722],[364482,294889],[364577,294997],[364359,294625],[364266,295042],[359563,446146],[360097,445443],[358615,445906],[359568,445601],[358819,455585],[360695,452779],[358481,456600],[359948,453762],[359662,452009],[358894,456573],[360285,453427],[359523,453506],[359594,461128],[359835,469341],[364756,465376],[367105,464044],[369287,466368],[370051,473401],[359100,462345],[360610,471125],[361056,469348],[361232,466297],[359216,465886],[362424,465830],[368558,463903],[369326,468122],[360019,461701],[360653,466959],[360809,469509],[359285,465939],[364130,466696],[367076,465494],[369810,467442],[359062,467431],[359020,473161],[360069,470869],[362282,465419],[358658,463753],[364688,466216],[369027,464252],[367716,466548],[370992,473938],[370323,474745],[369877,475033],[359847,475044],[370034,498913],[369284,507257],[371104,509422],[369893,507172],[369811,508329],[370456,507012],[370237,509800],[368704,509300],[369459,510270],[369496,509583],[368867,509777],[367688,510375],[364894,508888],[368294,509660],[366917,511600],[368745,510549],[367316,510960],[362412,508617],[362970,510510],[370995,508477],[370808,508396],[370977,507486],[370761,509929],[370989,506962],[369675,508416],[370950,507799],[369704,508247],[371058,509078],[370063,511117],[370907,510588],[367843,508295],[369527,511935],[364380,508574],[364310,511429],[363436,510482],[368820,511044],[363687,511302],[367672,511191],[367647,512006],[363587,509796],[368358,511199],[362471,511593],[370834,504642],[370337,503791],[361361,508079],[358702,509559],[360870,511922],[371091,502469],[369405,504499],[366933,514601],[369266,513338],[366455,512594],[365891,513463],[363825,512878],[368102,515271],[365319,516616],[359196,513403],[362028,513836],[364983,513059],[363887,517848],[360352,513350],[363378,516862],[364829,518286],[362325,514362],[368012,515035],[365643,515571],[369460,513319],[369883,513463],[370549,513083],[369040,513899],[363572,514859],[368086,515279],[367434,516122],[361209,513131],[361886,517189],[362208,517839],[364829,513739],[361226,516136],[363003,514027],[364803,513239],[363626,516173],[362852,513979],[361041,514633],[363668,515208],[360764,516697],[363692,516909],[366993,514408],[368701,515167],[367723,515848],[367326,516790],[360428,512322],[368815,519289],[370298,519174],[370729,518181],[370301,518041],[370187,520052],[368904,519695],[370983,519526],[369073,517419],[360207,518782],[371038,520057],[369226,516826],[361358,537498],[368542,547040],[362093,546996],[365052,545735],[364459,542380],[366361,543656],[366079,544711],[359466,539064],[368326,546934],[360595,544889],[364580,546592],[362473,543617],[365840,545848],[359151,537804],[361071,544699],[365302,545710],[365555,543494],[362392,544201],[366758,544701],[361757,546029],[364652,546447],[364589,543684],[367304,545358],[359349,539756],[362499,595360],[364424,597434],[360244,600902],[363132,595069],[362142,595316],[367054,601012],[363479,597706],[364636,600415],[362186,595599],[367517,599279],[364263,597160],[363471,598361],[360823,599833],[361819,594985],[368100,599695],[363631,596654],[360979,599243],[363172,602244],[361464,632831],[360437,636795],[368808,639448],[360908,634722],[362948,639395],[370590,638939],[360343,635250],[360208,636678],[360756,638188],[368209,639242],[360809,633282],[361504,641482],[364151,640535],[367271,640883],[363880,643488],[371092,640663],[366334,640440],[360490,648334],[361645,640572],[362993,642882],[370814,656698],[363881,658955],[365935,653325],[369097,660543],[370072,662592],[368534,665151],[361394,661744],[359605,659879],[369978,655782],[363800,659127],[365851,655195],[367281,662330],[368679,662591],[361417,663318],[359725,660410],[364124,657354],[367352,653187],[370377,663321],[361942,661415],[359299,658529],[363920,657482],[367575,654515],[369216,661036],[370616,664524],[362745,663005],[359186,659133],[367144,666971],[368113,666708],[370675,671619],[362865,671780],[368688,666455],[364976,669648],[366913,666980],[364233,671714],[366006,666789],[367726,666362],[375399,-25017],[381330,-35328],[380251,-33008],[383530,-35321],[381422,-35083],[377452,292980],[377293,293311],[376829,293411],[378091,298663],[383890,328409],[383897,331752],[383225,323014],[383623,328858],[382063,329654],[373714,440500],[376587,444270],[379987,444626],[375320,444625],[376666,441307],[379210,447946],[376921,445943],[374116,439106],[374280,439948],[376679,447684],[377612,447919],[381196,446711],[372144,440087],[376968,440424],[374410,443028],[376703,443803],[374421,439387],[377884,440924],[374076,443792],[377429,446881],[375912,440041],[375073,443055],[381014,446459],[377047,447300],[377410,439900],[373427,442593],[372206,438751],[376840,442846],[375038,440079],[380322,444943],[379951,449919],[373515,453000],[376131,451135],[379212,459181],[371951,453394],[374745,451726],[377487,459111],[379193,459490],[382294,460594],[373406,452700],[375802,453328],[377381,450069],[377236,459319],[376518,452239],[374173,451876],[376461,459619],[380096,460945],[381884,461330],[375836,462201],[376634,461593],[381954,461649],[372121,472124],[376494,463182],[378691,461149],[380926,461084],[371223,472469],[375260,463075],[375787,463037],[383519,483253],[382718,482394],[372731,474160],[374538,473986],[373390,477248],[378477,476753],[377864,479054],[374415,485717],[380954,482601],[383713,485662],[383670,483053],[374637,474128],[374749,476521],[379534,475598],[376660,478107],[374346,485797],[372497,485918],[381019,483555],[373084,474394],[373513,477605],[377742,476329],[377629,477761],[372717,484011],[380342,482415],[371307,473894],[373487,474926],[374388,477312],[378703,477820],[377314,479592],[371988,484359],[374423,484708],[381419,481427],[373541,499128],[376597,498860],[374815,499045],[383413,494566],[383337,498235],[382868,493325],[381406,493735],[382990,498135],[373893,498482],[383667,498069],[383497,511111],[380770,509398],[380807,510451],[381290,512165],[382247,511736],[381159,510070],[381625,512196],[382960,510110],[382074,511346],[382622,511294],[379952,509435],[382544,511880],[381812,511282],[383037,510227],[377148,509097],[380326,511331],[376956,508668],[373169,508431],[376948,510633],[378408,512106],[378358,511730],[381239,510819],[380235,511298],[381020,510845],[380772,511225],[374732,511613],[372763,510907],[375387,511079],[372065,509885],[371572,510599],[373315,508505],[371784,510302],[372668,511624],[371424,507971],[371559,511084],[377827,511292],[379471,510618],[382732,504783],[383613,504806],[383236,506253],[383536,506204],[383072,506927],[382893,506523],[382809,506986],[383842,508233],[382951,507425],[383297,509295],[383515,507721],[383117,509019],[383351,508484],[383118,508288],[383946,508344],[382611,509495],[372200,507075],[371629,507710],[372924,506693],[374009,508189],[371381,508964],[372195,506881],[373625,507010],[382955,509986],[381582,511794],[382235,510943],[380871,511601],[381286,511160],[382897,510255],[383940,509836],[383153,510261],[382577,510533],[381295,510870],[381775,511252],[381165,510403],[382425,510903],[381584,510235],[381782,511287],[381269,511795],[381164,510253],[381343,510855],[380942,511177],[376958,511504],[372742,509208],[373627,509087],[373588,508910],[380521,508943],[375765,511687],[378784,511489],[378143,509650],[377904,510918],[381129,508456],[377763,511132],[377875,511221],[376443,511256],[380554,510674],[372775,511247],[373439,510190],[372430,510430],[371980,509987],[373976,511028],[372429,511921],[375413,512066],[371915,506725],[372234,509428],[373201,507241],[372411,507571],[373113,507155],[380525,505386],[375776,511553],[378935,509348],[374245,509827],[381111,511444],[380010,509302],[383654,504668],[383252,504552],[382064,508749],[383404,507568],[383487,507458],[371877,508398],[371281,509283],[373688,508189],[381497,508977],[383553,501559],[381025,503410],[378946,505493],[377778,502931],[379373,501139],[378590,503938],[380756,502961],[380574,505124],[371260,501798],[375883,501515],[375145,499422],[376251,503341],[377217,502734],[371383,504197],[375275,500761],[372396,502390],[373560,501436],[374375,500432],[376043,501802],[375549,501742],[373585,500697],[372862,502713],[374026,499693],[373808,506545],[379136,502033],[376483,503794],[376404,502301],[382541,500969],[374389,503885],[373393,503544],[373580,502135],[376279,501652],[373101,502424],[372179,502635],[374252,501678],[375367,500544],[372804,501337],[373348,501802],[374804,499905],[373105,512973],[372483,513296],[381390,512611],[380923,512393],[380157,512716],[380979,512682],[381191,512575],[374577,513075],[380099,512461],[377405,512492],[378375,513027],[373573,513032],[373694,513683],[374579,512426],[373362,513768],[372918,512242],[373082,513161],[373858,513118],[381980,513628],[381566,512261],[381876,514271],[372771,513201],[374524,512822],[381676,519629],[379329,519702],[377632,520701],[379927,519572],[380111,514224],[374764,514594],[376400,513673],[376483,513642],[375572,513060],[381693,518412],[380853,521008],[380391,518300],[376302,514865],[374882,514583],[379216,513982],[375604,513200],[375667,513596],[380927,520112],[372678,521643],[372710,522795],[373726,521331],[381769,535755],[381795,536140],[381424,536022],[381680,536285],[381084,535934],[382285,535479],[378657,568326],[382216,566867],[383636,566013],[379150,567455],[378792,568885],[382587,566947],[383748,565885],[378807,567488],[378858,568791],[381655,567017],[383566,565713],[378595,567870],[381735,566715],[383519,566395],[378331,567331],[379371,568728],[383971,624525],[382606,625993],[383477,623587],[383421,624218],[382733,626210],[382436,626019],[383328,624370],[383513,623663],[383649,623566],[383526,623872],[382984,625639],[383670,623168],[382742,627470],[383713,627661],[382767,629511],[374008,637290],[371583,636748],[382961,628085],[383234,629454],[373578,637287],[372660,638396],[382502,627460],[383452,627551],[383872,628083],[382813,628789],[374544,636510],[372418,636059],[375726,640122],[383091,628111],[383698,627738],[383616,628904],[374451,636597],[372364,635823],[373003,644440],[371282,643446],[373260,641067],[372172,641675],[371621,657710],[375023,661698],[372704,662381],[371294,657554],[374520,662410],[371778,662793],[374460,661969],[371656,663578],[373557,663716],[372615,670322],[371934,672520],[372053,669081],[371479,669818],[372360,672005],[373507,670566],[372528,671832],[26402,228929],[25765,226876],[29468,236572],[29484,240446],[27814,235321],[35821,239857],[26799,242272],[29000,238391],[27250,243365],[27346,234291],[27718,236739],[29425,239670],[25603,241565],[30897,235618],[29964,237199],[27552,235775],[33364,240603],[35594,245685],[32102,247777],[29762,246996],[29323,256167],[35000,248245],[29544,254391],[33461,245885],[35001,247729],[37203,245643],[25686,250331],[26950,252919],[35939,250461],[37556,256032],[38051,251059],[31999,261697],[32211,262000],[34060,257320],[25618,274054],[32626,293544],[31181,293440],[31311,294259],[31394,306587],[32006,301616],[32091,296964],[30083,303417],[36404,306219],[28463,305827],[29666,301960],[33043,295304],[32330,305755],[32518,302986],[32231,295593],[34459,307124],[29784,302561],[30387,305224],[27492,301347],[32795,302208],[33715,296344],[29687,303148],[30661,305856],[36239,306317],[28760,301342],[37828,295937],[32990,302105],[33488,296141],[35357,305790],[30040,304800],[29358,301307],[30030,312444],[31169,307651],[33502,308371],[33521,311753],[31383,310586],[34787,311302],[31966,310041],[35507,311350],[33800,311070],[29939,310498],[33659,308169],[33839,308440],[34153,310693],[33780,311932],[37983,322362],[35154,320485],[37551,321252],[35159,321766],[32240,321133],[35904,322057],[36377,393131],[38087,393790],[38041,396181],[36502,395980],[34051,396273],[34490,395542],[38091,396331],[36859,396351],[35757,396788],[33514,396915],[34576,395276],[36459,393587],[29602,407892],[37834,397619],[38399,399179],[38195,399001],[36263,398137],[35272,398049],[35910,399835],[33661,400274],[34473,398118],[25910,403424],[30520,406103],[27941,403562],[27688,407066],[30251,407358],[36813,397242],[38011,398005],[36892,398654],[34149,400264],[26407,405538],[31243,408404],[28620,402057],[29653,407451],[29179,407570],[28924,407670],[27163,403650],[30646,408414],[29564,403340],[29030,408160],[29062,407289],[27130,404576],[29966,407328],[29675,403402],[31395,421654],[26850,422539],[30138,419839],[27673,419481],[30125,418470],[29125,416782],[28788,417911],[26777,416059],[26342,418573],[30450,421520],[28489,422471],[29655,419805],[27967,420376],[28822,420098],[29097,417811],[28323,416889],[26759,417261],[27056,418876],[26252,419032],[33158,426584],[28452,427815],[29522,426303],[30284,427312],[29251,423554],[30294,425541],[31483,425645],[30534,423162],[29296,426083],[27728,424835],[26786,423497],[26315,423178],[32981,426045],[30110,425848],[30710,424511],[30875,423198],[28347,423310],[29952,426613],[29012,426469],[29006,424818],[27110,424077],[37956,532345],[38378,537120],[35385,536568],[37966,532697],[37248,535826],[37604,536820],[35061,536530],[35882,536878],[29741,547146],[34180,550216],[29913,546262],[28669,542826],[29024,547315],[34367,548515],[31132,545505],[27511,543245],[29388,546721],[35383,548380],[30881,545804],[29951,543056],[26278,547362],[30088,548601],[35991,548095],[32065,545848],[29360,544701],[26236,557711],[25913,558932],[25723,558374],[25849,568828],[26189,567776],[30380,592246],[33054,615854],[31462,616035],[37743,628376],[36869,630571],[32202,632085],[30796,631171],[37784,629078],[36996,631485],[31676,630567],[29809,633687],[29089,629249],[27197,634676],[38144,628773],[36462,631343],[32771,631799],[28940,628959],[26296,634942],[35025,631128],[33139,631467],[31237,631598],[30648,629558],[30589,633951],[26523,636146],[30747,633566],[26924,635771],[27856,636127],[30662,638802],[28960,639813],[30234,639218],[30994,638861],[37852,637234],[36964,638797],[37830,637587],[35672,638637],[36665,639428],[33980,637442],[35421,637378],[34208,638584],[35131,638798],[36162,638726],[37664,636808],[37342,636975],[27973,640161],[32338,641394],[30582,644527],[34377,642700],[38161,646111],[29339,641492],[32134,642411],[30109,644383],[34432,643510],[37563,646289],[33857,647368],[34252,649953],[29397,645069],[32685,642464],[37779,646794],[26166,652497],[26022,652670],[29597,651137],[28259,651326],[27164,651515],[29603,651346],[29922,650068],[26056,652614],[26096,652315],[27094,651604],[33322,647888],[36111,649448],[34363,646137],[34157,646486],[34715,646757],[32766,648141],[35013,646201],[32508,649803],[36046,648388],[33217,647005],[29969,643465],[32296,643714],[32264,643506],[32075,641361],[30269,642050],[31017,641296],[32121,640972],[30451,642212],[30902,640492],[31915,642065],[28795,641908],[31319,643321],[26859,640573],[27365,642787],[26608,642914],[27429,642931],[26379,641420],[28100,641096],[29955,641614],[30579,644935],[32982,642375],[38396,646571],[33522,655763],[36419,658165],[32453,661485],[36914,659758],[31425,661044],[34565,665745],[34537,665161],[35502,660255],[32350,661194],[31867,660869],[31639,660692],[35912,665556],[36071,659685],[33769,660960],[30813,659193],[31611,658366],[31601,659115],[32470,660174],[30818,658737],[30663,659433],[34493,657629],[34338,657594],[31307,658368],[34890,658394],[33565,655341],[34207,654961],[33284,658607],[33038,657713],[33906,654688],[35055,654777],[32084,657238],[36689,661654],[36420,661740],[35641,660502],[35744,658850],[35009,660500],[36673,660124],[32290,661999],[35394,664003],[32460,661666],[33017,664800],[33902,661976],[33157,662370],[35750,664883],[31848,663668],[32355,663789],[30539,662690],[31215,662275],[31307,664620],[31286,661989],[30454,665415],[29001,662952],[31470,663183],[30870,662130],[31745,665390],[29978,663431],[31714,664882],[27572,662073],[27484,661006],[27570,662026],[29154,661774],[27962,661707],[29229,661624],[26335,662097],[27029,661890],[29012,660370],[30150,660352],[26223,662708],[29442,660804],[28022,653942],[27184,653711],[27910,654535],[27213,654407],[27999,653081],[26959,653264],[26880,653197],[26679,653398],[36392,662815],[35299,658511],[38298,661725],[35833,659432],[38087,661817],[35382,658643],[30827,668165],[28447,674150],[30071,669088],[28432,674411],[30691,667978],[30096,672936],[35600,668168],[31747,668592],[31810,667010],[34975,665893],[32378,668132],[33937,668704],[35115,668052],[34495,668422],[33602,668461],[34549,668935],[29005,676300],[29479,671335],[37313,676422],[34750,673581],[31972,674552],[32675,674815],[29909,673316],[34153,674874],[29538,676956],[34056,674070],[30850,671453],[33708,671610],[29667,670855],[30392,676062],[31847,675107],[25717,674951],[27868,674518],[27632,672508],[26118,673169],[27360,666033],[28119,670835],[26344,668552],[29172,666464],[27264,666021],[27160,670931],[29280,669831],[25901,666648],[35223,678935],[38205,689839],[33834,680904],[38020,691145],[38232,689752],[33266,679656],[31499,678847],[28691,678823],[25817,684545],[25760,686255],[25740,684214],[25723,688536],[34355,680554],[37837,695153],[37939,692594],[35709,692069],[36233,693998],[35871,692654],[36903,692906],[37321,694071],[384631,-37045],[384607,-38818],[385872,-39088],[395241,-70203],[392413,-77998],[396679,-78028],[391977,-77991],[396617,-80102],[396695,-80374],[393388,-95921],[394795,200763],[389721,231240],[390088,231569],[389760,231182],[389951,231178],[385871,317459],[385843,317888],[386535,314702],[386213,323980],[384033,325417],[384389,330485],[386121,326046],[385690,327820],[384892,359271],[384361,359307],[384361,359694],[384593,360551],[395305,394840],[396534,395238],[393146,457909],[393100,459763],[389346,459894],[391631,460512],[393707,459245],[391615,458626],[393675,458920],[390447,460506],[390999,461443],[391036,461736],[384910,485132],[384763,483286],[384484,483646],[384609,482766],[385298,484114],[384556,485695],[384689,484040],[384552,484288],[391887,485817],[392458,484057],[388622,483428],[388854,484436],[392108,486044],[388910,483304],[391490,484111],[391964,483717],[389060,485680],[391699,483295],[384926,484615],[384201,484171],[385029,483563],[391339,483491],[390818,486415],[389986,485223],[392074,498506],[393212,499258],[394111,497318],[395714,497770],[392717,498629],[394756,498537],[391419,499219],[392698,498536],[388436,488093],[388085,487706],[388926,488487],[388232,489236],[389083,489481],[392476,486620],[390009,487250],[388100,499215],[389605,498798],[386539,494218],[386622,497333],[387865,492453],[384432,496325],[394469,496525],[394075,495958],[396505,495935],[393770,496821],[388134,489426],[387821,489562],[390249,488430],[388664,487517],[389896,488436],[389387,488434],[388931,489194],[388466,489506],[387835,489749],[389273,488538],[390641,498816],[390906,499342],[388899,498653],[390003,497691],[388650,498886],[384544,491716],[385172,496747],[387636,496946],[385536,498302],[386903,496947],[393989,496974],[394405,495988],[392933,496033],[392414,495493],[396436,495550],[388092,509789],[392202,500702],[386998,510999],[387170,510503],[387647,511454],[385984,509962],[385537,510506],[384895,510458],[385803,510126],[387522,511641],[384661,510952],[385318,510837],[392151,505073],[393293,503638],[391985,506254],[393925,508912],[392653,505032],[393533,506225],[388755,504981],[388685,505173],[393666,504463],[393719,509395],[387574,506079],[390910,511081],[385987,510465],[390791,509716],[389404,510815],[387394,510349],[391344,511550],[387667,511880],[390582,507563],[393356,508866],[390063,506856],[392693,503937],[389648,503889],[395149,505877],[391829,509204],[389630,507876],[390887,507743],[393610,508687],[394849,508147],[392618,509306],[392670,507071],[396503,506689],[395973,510305],[393516,505647],[394634,507023],[392774,506267],[395191,506194],[395828,509914],[395390,504898],[396222,511161],[391136,507667],[390474,503389],[389593,510381],[391161,501429],[394058,499876],[393598,501245],[392881,501922],[392653,501471],[392602,500052],[393432,501672],[395010,500686],[393840,502015],[395015,501803],[393441,500815],[396351,509976],[396727,508976],[396293,508261],[384827,506608],[384348,505628],[384375,506874],[384172,508036],[387449,511803],[388904,509793],[389635,502371],[387974,511087],[385672,509126],[384607,509498],[384479,510659],[384314,510126],[384506,509112],[384628,510043],[384340,508988],[386077,511088],[385223,510674],[384999,510886],[389598,509175],[388947,502491],[389257,505828],[394438,506431],[391628,501879],[392520,503593],[388629,506862],[390485,506308],[392144,504114],[393964,504214],[389374,505058],[389888,502599],[385843,510361],[391609,509126],[390863,508218],[389415,507810],[389975,508190],[391732,506152],[388591,506257],[391013,509061],[391822,511478],[391008,507133],[392132,511668],[392918,504088],[391506,502899],[393466,509951],[391557,505789],[390742,505389],[392071,503822],[393265,506536],[394271,503747],[394026,508260],[392902,510131],[394248,508273],[395165,507521],[395716,505201],[395139,508810],[393513,509261],[394989,509008],[394669,511010],[395617,509118],[396664,509505],[392216,509720],[393474,502636],[391547,503322],[394431,507888],[395646,508422],[393400,506406],[393163,501985],[393609,501848],[392802,500509],[393019,501348],[394284,500599],[396464,508159],[396145,510429],[396738,508219],[396770,510036],[396529,509136],[384280,504804],[384033,506582],[385140,506544],[384015,508665],[384500,507606],[390007,500092],[388252,518343],[388112,518194],[387819,517968],[388494,517212],[389632,518265],[388112,512625],[389772,512429],[389379,518640],[388195,512267],[395342,515616],[393473,515889],[394558,518334],[395291,516441],[394834,518002],[395190,517873],[396248,516539],[396082,516715],[394974,517335],[395031,517842],[395252,514966],[395945,515696],[395535,515089],[395201,514843],[395473,514814],[396713,514812],[394913,514554],[392767,515916],[394961,516499],[393561,517101],[394367,514885],[392985,516175],[393387,514597],[394126,516676],[393010,514618],[394512,514905],[388376,516804],[388863,517376],[387116,516657],[389419,517718],[392276,512553],[392203,512478],[393248,515606],[393607,516722],[395509,517456],[395190,516413],[395510,516290],[394335,518215],[395865,515200],[396404,514617],[396211,514850],[394386,516131],[393629,516382],[394711,515184],[393407,515286],[394034,515966],[395914,517436],[395483,517865],[388862,520462],[387618,519170],[390926,518553],[387729,519792],[395472,518360],[390908,518887],[387569,537150],[388067,536800],[387644,536435],[387316,536174],[391819,539605],[391542,540625],[390155,543068],[391435,542667],[392525,542951],[384498,538978],[395373,542049],[395255,542084],[392848,548167],[391928,548880],[391745,541913],[389521,549346],[394288,540261],[392891,540321],[392692,541654],[390141,550342],[391453,539669],[392165,540304],[390173,542832],[391917,543415],[392659,543404],[384927,539023],[395466,542148],[394875,542863],[392366,547711],[392515,548862],[392254,541911],[389893,549859],[394118,540178],[392908,540684],[392660,541391],[390572,550031],[391990,539461],[391777,540516],[390264,543467],[391244,543110],[392592,543361],[384350,538604],[395873,542218],[394959,542973],[392415,547791],[391951,548886],[389950,549412],[394226,540964],[393594,540455],[392705,541842],[392156,541892],[390697,550428],[392178,540361],[389507,543539],[391529,543408],[392540,542752],[384803,538839],[395610,541732],[394888,542700],[393218,547976],[392168,549126],[394009,540459],[392953,540884],[392046,542262],[390637,550026],[388739,552100],[389385,552596],[390626,555824],[390416,554718],[390943,552790],[389813,559444],[390510,560233],[393968,561965],[396056,563162],[390106,551013],[388633,552346],[389310,553311],[390702,556129],[391046,554875],[391309,552641],[389878,559022],[390678,560082],[393908,562426],[390864,551488],[390244,551432],[389397,552359],[388578,553120],[391213,555953],[390724,554822],[391162,552592],[389644,559704],[390578,560397],[393985,562444],[396112,562913],[390669,552024],[389885,550803],[389076,553127],[390543,555735],[391179,555285],[391174,553199],[389942,559825],[390442,559649],[393859,561841],[395449,563383],[390709,551848],[390705,551160],[395191,563683],[387214,565359],[396698,564784],[387792,566038],[387607,565420],[387783,565965],[387164,564885],[387911,564912],[384230,623411],[384040,623356],[386340,627608],[384016,628524],[386266,627807],[385693,627513],[384430,628320],[385581,627764],[384012,628143],[402564,-121638],[407398,-121480],[407750,-122629],[405245,-129188],[399134,-73794],[405287,-71419],[404632,-74058],[399152,-70763],[397106,-71749],[404132,-80937],[400683,-79265],[400837,-77066],[401140,-76962],[397072,-76824],[402673,-80512],[397145,-78552],[400982,170058],[403536,170780],[397948,171058],[400895,170693],[402798,170538],[397429,170684],[401532,170161],[403273,170596],[397097,170554],[401302,170664],[402902,170939],[397759,170551],[398498,199077],[400282,202368],[403048,202489],[398491,198924],[397342,202973],[397134,203194],[397164,203281],[400186,201972],[399404,202245],[399228,202295],[402024,199007],[402479,198082],[402067,198020],[404606,202014],[404913,202297],[404129,201877],[402514,209175],[403119,208756],[403349,208623],[404835,212817],[409326,207819],[403258,212262],[404511,217169],[399347,214859],[403053,212590],[403233,214348],[399750,217315],[403445,212411],[402300,216312],[402535,213599],[402412,213765],[409169,225660],[406177,223104],[407731,223050],[408602,224644],[405159,223289],[398837,218283],[409375,222041],[406724,224181],[403915,223912],[398918,218287],[403560,236265],[401881,242754],[402109,242882],[404012,238112],[401047,237017],[403241,236586],[402395,301567],[401748,304309],[402010,304382],[402877,304190],[406563,301379],[402893,304989],[406192,303789],[404562,304061],[398236,394413],[397582,393972],[398528,394575],[398703,394614],[397272,397161],[397197,397170],[408225,418926],[408659,418132],[408540,418775],[408259,418213],[397388,509823],[398625,506056],[399180,506484],[397220,505511],[399098,503957],[398084,507249],[405652,504037],[400636,510314],[397878,511871],[401105,505021],[401110,507356],[398090,511847],[397430,511595],[400501,511360],[400128,508918],[400045,506741],[398315,509542],[403206,506531],[397453,508346],[397081,508901],[397659,509289],[396888,509134],[397884,508643],[397034,509310],[397163,509151],[397967,507319],[397659,506647],[398587,511585],[398956,509215],[402985,508350],[401710,508140],[397456,507248],[401896,511142],[399085,503931],[398734,505087],[399097,509124],[403900,504895],[401426,509204],[400153,510908],[402171,506606],[402681,509674],[401963,511181],[404731,510085],[403368,509151],[403865,510790],[402911,511688],[398837,512831],[396927,515232],[397031,515487],[397080,514415],[397649,514030],[397475,515004],[397353,513522],[400614,512519],[403361,514235],[403193,513691],[397293,564457],[397845,569702],[397350,570033],[397252,568608],[403080,572354],[405476,573515],[405021,572088],[404072,570623],[396979,566716],[397406,564701],[398664,569212],[396966,568601],[403082,572129],[405470,573895],[404374,572453],[404622,571334],[397684,566650],[398662,569991],[397351,569021],[402627,572274],[405465,573676],[404690,572268],[404523,570851],[397515,567261],[397486,564129],[397759,569752],[397448,569961],[397339,569031],[402496,572069],[405959,574026],[404614,572573],[404392,570977],[399290,622835],[407536,620767],[408754,617288],[399067,623450],[407754,620766],[399680,623211],[407964,620721],[408923,616743],[409461,618968],[399039,623284],[407504,620789],[409175,616761],[414166,204074],[411790,204826],[413802,203839],[411023,204438],[411600,203529],[413464,204274],[414456,203658],[413675,211129],[418680,211506],[415647,208066],[414058,205378],[412245,211238],[418998,212820],[412317,206361],[412305,209142],[416195,217046],[419298,212986],[413595,206101],[409742,209530],[421124,210068],[416094,216682],[415135,207726],[418187,219912],[411377,225183],[421157,221592],[416545,220411],[421093,221645],[411367,223030],[421414,220972],[411845,222518],[421359,224927],[421141,293273],[420771,292139],[420271,291568],[419245,290443],[419202,290608],[418283,291038],[418179,289936],[418163,289975],[417509,292163],[419337,293972],[419563,293954],[422068,297106],[420958,296649],[420645,296528],[420652,301202],[421915,301005],[421641,298414],[416135,391971],[415313,392692],[416057,392396],[416142,392725],[410812,414139],[411823,416500],[412316,418425],[411807,420779],[411259,421379],[410849,418699],[411033,414359],[412740,416246],[411790,416410],[412155,418549],[411965,421025],[411417,421944],[410426,418830],[411565,414003],[411708,416546],[412648,419070],[411860,420702],[411696,421272],[410496,418577],[411106,414260],[412554,416684],[411567,416492],[412269,418320],[411403,421082],[411075,421378],[410184,418762],[410867,539599],[417789,538975],[418179,542884],[410445,539667],[417323,539124],[417941,542982],[410499,539068],[417249,538792],[418220,543252],[410678,539690],[417381,538936],[418066,542966],[420881,570825],[419053,570343],[420932,570720],[419158,569920],[420781,571557],[419986,570520],[419413,570770],[420883,570921],[419734,570528],[421539,599148],[421732,598332],[422399,598442],[421528,598424],[422239,599145],[421714,598936],[410687,620348],[410524,620784],[410143,619946],[413499,616518],[410601,620622],[410321,621321],[409611,617489],[409894,620580],[413397,616104],[410238,621310],[409711,620798],[413925,616224],[410063,621664],[409811,620737],[409714,618850],[431612,-191558],[432373,-193466],[432713,-193606],[432023,-192047],[432771,-193847],[432167,-192022],[432778,-193512],[434543,-193413],[431611,-192059],[434294,-193446],[430942,208294],[433878,215173],[423903,211042],[430473,208102],[424693,216361],[426024,211989],[430508,208774],[423908,216342],[426405,210782],[430676,208084],[435021,214824],[424441,209707],[425243,220430],[424223,227527],[424828,226416],[428113,218100],[425206,220610],[424314,227640],[425108,226195],[426054,218139],[425616,220624],[424315,227350],[424939,226182],[426649,219135],[424266,227303],[425078,226487],[424600,218820],[435135,243384],[433850,246095],[433134,246848],[434351,268875],[433128,268627],[435142,269323],[433833,278684],[432845,277797],[433326,279573],[434266,273671],[423972,294328],[434863,284598],[430580,285356],[432254,292256],[423602,293118],[423469,293215],[423419,293431],[433320,288074],[431142,285999],[432644,292091],[433874,288521],[430781,284480],[430521,292478],[433940,283703],[429233,288166],[431708,290616],[423793,295429],[425586,296005],[425262,295917],[423426,297642],[424844,299152],[422674,298699],[428165,511431],[428053,511654],[427798,512199],[424593,522948],[426674,522103],[427267,522318],[430170,524802],[429903,524912],[426436,515824],[428056,512209],[432705,514317],[429183,512235],[424702,524843],[424828,523461],[426511,522832],[428150,521786],[430431,524801],[425944,516035],[432965,514573],[429316,512816],[425368,524669],[425090,523089],[426622,522608],[427745,521824],[429942,524086],[426436,515854],[432199,514234],[429382,512426],[425196,523122],[426510,522874],[427448,521898],[429953,524326],[425757,515937],[432705,513796],[429844,512813],[424909,525029],[424503,525465],[428306,525771],[424848,525531],[429736,525336],[428117,525986],[424327,525230],[429580,525377],[428511,526263],[424116,525273],[429711,525160],[427945,526151],[423981,557788],[423879,558747],[422910,552487],[425198,553327],[424254,557856],[424148,558371],[422906,552564],[424873,553268],[425890,552766],[425473,553834],[424469,557684],[423765,558972],[422738,552778],[425490,552851],[425868,553117],[424681,557859],[424245,558286],[423267,552508],[425056,552727],[425590,553406],[426047,601661],[422760,598751],[423002,598489],[422771,598469],[422559,599054],[425819,602244],[424964,604208],[423697,603721],[426048,602198],[425578,604233],[423311,603577],[425850,602376],[425322,603620],[423307,603385],[425424,603950],[424006,604124],[436058,216209],[436994,217196],[435476,215647],[439097,214971],[437790,214760],[442651,229594],[441477,226164],[437491,230247],[442458,226012],[436661,228247],[439649,217896],[441665,225563],[439113,227874],[441433,227140],[436164,230302],[439787,243370],[447170,236756],[440144,243172],[447370,234819],[447708,231825],[440510,231307],[444858,235591],[447000,235173],[442594,248803],[441633,251669],[437915,248345],[435381,243696],[445223,247915],[446417,249303],[436900,252643],[438001,248244],[440768,245616],[445170,246943],[447422,248963],[443345,252131],[437739,248057],[437878,244592],[445424,247906],[447110,250884],[437333,244344],[439715,249951],[437558,248184],[442748,249823],[445163,247644],[446774,249604],[439538,248694],[436859,271615],[436732,272178],[445592,281241],[436192,273643],[445378,281746],[437797,275551],[436278,278463],[444725,285321],[444084,283199],[436839,286712],[435747,287266],[445925,284520],[443371,284089],[447011,283828],[444554,283188],[435830,287957],[443840,282359],[437267,285339],[443572,319372],[443770,321089],[443674,321390],[444247,409653],[444803,407990],[447960,404257],[443574,408497],[444710,409046],[447872,479484],[447771,481542],[447734,483603],[447859,480237],[447293,482908],[447709,482853],[447911,481806],[447686,482827],[447583,481156],[447412,482833],[446979,505183],[446717,509462],[443887,510596],[444104,508468],[441794,508238],[446621,505668],[446233,509388],[443891,510912],[444226,508812],[442685,508839],[446344,505015],[446575,509027],[443298,511001],[444389,509354],[442319,508229],[446933,505106],[445863,509179],[443586,510666],[444074,509052],[441832,508327],[439819,536476],[439558,536773],[440489,536165],[440131,536735],[436649,540484],[436714,540484],[436630,540865],[439794,538204],[442513,539125],[442839,538347],[438206,541741],[439017,543975],[440629,542276],[437511,540690],[440520,537809],[441876,538453],[443588,538950],[438124,541972],[439341,543674],[440556,542215],[439902,538323],[442130,538820],[443764,538516],[438340,541316],[439359,543774],[440477,541863],[440230,538007],[442668,539038],[443226,538338],[437755,542010],[438734,543775],[440469,541719],[440862,561536],[441771,562358],[442188,562336],[442169,560775],[438726,561834],[440850,562001],[441403,562226],[442448,562232],[442613,560794],[439568,561920],[441296,561541],[442240,561957],[442327,560951],[439533,561747],[441912,561416],[442110,562477],[442016,560827],[438706,562016],[444702,573041],[444814,572124],[444429,573469],[445045,572547],[444407,572779],[444504,572643],[445065,572843],[445249,571982],[447788,577372],[447347,578462],[447301,579170],[447427,578007],[447631,578278],[447214,578854],[447118,578867],[447383,578193],[450618,241092],[454692,240372],[450897,242576],[454086,239351],[452449,235558],[454105,241866],[453989,237330],[450340,240517],[452047,236053],[449358,232814],[454747,241152],[453459,237355],[451861,238206],[452024,236265],[450702,234016],[454177,242015],[450058,242339],[451331,240350],[450887,234673],[449964,233611],[457058,255635],[449664,249539],[451446,247837],[456839,251916],[457769,255357],[453873,252609],[454403,245011],[456081,251474],[452236,249741],[454358,252870],[450330,249216],[452557,248172],[454876,251391],[453153,243771],[457065,253943],[451969,250822],[453727,244997],[452010,247194],[452919,252021],[456897,251740],[453951,254950],[457390,266190],[455444,256289],[456982,267693],[456357,256590],[456226,268686],[456383,267979],[458285,267683],[458817,271342],[458437,270320],[459895,269646],[448199,311928],[448506,315876],[449930,318547],[456797,394026],[459484,395041],[456924,393009],[458800,394873],[458395,393006],[457616,393041],[448892,404327],[450620,402012],[456589,402824],[460274,404673],[459683,400705],[456149,398513],[448190,403181],[450714,400343],[456179,404850],[460383,405243],[458653,399995],[455653,397632],[448445,403714],[451600,400521],[457014,403044],[458618,398989],[457357,397490],[451665,402052],[455131,403913],[460093,404955],[458672,399302],[456308,399329],[458193,431199],[457407,431782],[450469,430677],[451262,431515],[451481,432343],[455728,428104],[457670,431038],[457656,431605],[450808,430731],[451011,431170],[451367,432341],[456106,427378],[458360,430708],[457289,430796],[457283,431707],[450467,430906],[451122,430903],[451391,432326],[455919,427926],[457190,431083],[458003,431499],[450404,431081],[451582,431253],[450949,432528],[455901,428010],[460772,438803],[460773,438874],[460503,438781],[460013,438193],[448638,455645],[451254,455807],[451501,456122],[449752,459247],[449466,459300],[453164,460595],[448392,455610],[450618,456068],[451626,455919],[449569,459780],[453836,460099],[448704,455177],[450872,455461],[451038,456373],[449969,459383],[449561,459805],[453578,460284],[448286,455256],[451635,456057],[449658,458810],[449336,459606],[453454,460034],[453068,463372],[451232,463890],[454592,463006],[455504,463674],[452873,462971],[451174,464051],[454260,462626],[455726,462989],[453535,462719],[452862,463341],[450761,463459],[454037,463100],[455846,463448],[453210,463600],[450686,463441],[454875,463208],[455660,463071],[448458,479490],[448429,482603],[448841,480737],[456397,479142],[457436,478708],[454816,477422],[455793,476650],[448268,482291],[448041,481126],[448787,480549],[456714,479341],[456932,478871],[448476,482588],[448419,480016],[448217,483497],[457002,479296],[457201,478483],[455747,476776],[448561,480055],[448469,482635],[457003,479371],[457343,478858],[454915,477340],[466233,396642],[461716,396401],[468490,397000],[461197,396724],[466763,396301],[461918,405555],[465638,400277],[462369,398600],[465461,401947],[464393,400496],[466998,397579],[462375,397444],[464440,400687],[463466,434769],[466239,428920],[473190,429587],[472472,426271],[471498,427216],[470122,430499],[467758,429775],[464048,434029],[461212,430742],[464659,432076],[463441,434420],[465288,429255],[464101,433041],[472999,428854],[471890,427297],[470086,430797],[466449,430368],[468507,430049],[463924,433810],[461621,430931],[464542,432696],[463352,434684],[472883,429652],[472368,426683],[471952,427336],[470449,430820],[466939,430173],[468538,429800],[463421,434057],[461547,430842],[464809,429403],[464356,432117],[463515,434363],[465386,429504],[473037,429115],[472648,427195],[471545,426954],[470523,431029],[467115,430174],[468377,430338],[463878,433160],[461248,430803],[464806,432417],[467952,436719],[461191,438008],[466532,436781],[467826,436994],[467040,436782],[467729,437138],[460967,437853],[466601,436589],[467642,436808],[461187,438250],[492866,309850],[490267,308748],[498121,313891],[508675,302568],[504604,301838],[501439,318505],[40626,230227],[44211,229258],[45520,229699],[44667,230022],[48513,229871],[46711,241939],[39312,235702],[39893,232333],[45971,233836],[42527,231842],[47584,231307],[47081,233784],[42564,231967],[44471,234441],[39613,236374],[44186,233739],[46225,232013],[48482,233403],[42693,232768],[40103,249257],[46872,243485],[44549,247618],[49769,253837],[43137,243883],[39081,248153],[46781,244468],[50084,252329],[44083,244972],[39599,246319],[45154,243469],[44232,246500],[43063,248840],[46041,249730],[40212,255760],[49524,261185],[44538,259384],[47207,263288],[48239,264123],[46980,259306],[46312,259481],[46166,264832],[45972,259125],[47615,262937],[46189,265236],[48791,259804],[45620,260187],[45772,265321],[49054,260605],[38724,258417],[46461,257448],[46426,258118],[47031,258107],[39027,258259],[43232,257485],[47802,286981],[46666,282936],[49719,288047],[46337,284974],[41388,294112],[39805,293345],[47571,286047],[46630,282903],[40720,294047],[50886,288874],[48325,288047],[47279,283975],[45282,282548],[49070,286925],[42560,293091],[48553,287756],[47169,283948],[47072,282947],[49535,287714],[41045,294362],[50163,301865],[46740,304793],[40867,295112],[44642,297941],[48550,302551],[45639,295676],[44888,301821],[40647,304147],[39111,301552],[45576,303998],[41754,305428],[45565,306199],[49257,301711],[51045,298633],[40131,297445],[40393,299097],[43874,302780],[42687,298656],[48246,301369],[44390,296709],[44444,300933],[40792,301551],[42873,306477],[44806,306772],[45945,296206],[42989,298987],[47473,301871],[39992,295121],[44783,301054],[43497,303184],[41568,304908],[40403,300433],[43138,305693],[46277,307064],[44589,295590],[40394,302140],[42977,297977],[46493,301866],[44267,301041],[38495,295843],[43192,303752],[42642,306102],[41570,316703],[43309,320116],[45587,315054],[43501,314933],[41129,316164],[43538,318479],[42250,314262],[45835,308073],[44886,314963],[44580,313995],[42469,318368],[44310,315547],[42315,320138],[45039,317100],[42113,314139],[41400,314485],[39893,317120],[39957,316005],[39899,316680],[40121,316013],[39375,316387],[40555,315727],[41037,313987],[40344,320224],[45265,321946],[42962,321725],[44091,320674],[42382,320795],[41419,320369],[38747,393114],[39668,394030],[50872,394456],[50874,395689],[49203,395516],[47837,396615],[40463,394410],[50697,394138],[50198,394996],[48542,396009],[47868,396898],[39632,396010],[39735,396516],[49199,406280],[49985,408385],[47068,397347],[47509,397790],[50628,397498],[49423,397188],[50860,398279],[49323,398159],[50931,408496],[51109,407023],[50941,408888],[46857,397013],[47556,398129],[50526,397401],[49681,397196],[49274,398332],[49195,407451],[48419,408600],[47106,408351],[45713,407222],[45367,409346],[47789,408986],[47175,407982],[46015,408097],[51192,412920],[50533,410618],[50157,412909],[51003,410015],[50906,410357],[50753,412825],[48276,413463],[47337,413409],[47572,414207],[46768,413246],[44684,411040],[49738,412685],[48836,414779],[46191,413435],[44976,412308],[47870,414184],[48116,414519],[45867,412445],[44829,410120],[45819,413810],[44287,412038],[48742,495289],[49661,494428],[50225,493813],[49432,495919],[48987,495013],[49710,493336],[50385,494560],[41656,532163],[43941,531652],[44253,534726],[42876,533707],[46792,530949],[46431,527807],[49470,532969],[38590,530350],[41642,533061],[43877,532564],[43531,533600],[38594,537660],[41698,533900],[44707,527268],[51154,536090],[39670,530927],[41412,533477],[42405,534546],[44680,532568],[41251,535590],[46915,529758],[47131,528316],[41347,530988],[44898,530393],[44034,534016],[41018,535219],[43355,533863],[45741,530996],[46793,529827],[44821,528129],[43069,543180],[44563,546331],[45646,550014],[46364,547660],[39331,547660],[50788,537906],[48578,539472],[46947,539861],[44406,543269],[45265,542212],[41890,543855],[46254,545394],[44276,548397],[46320,550039],[39219,546514],[48501,538849],[47440,538166],[45286,543661],[45332,541172],[42505,544090],[45397,544916],[44451,547213],[44200,548459],[38463,546794],[43001,550459],[49974,538321],[47753,539214],[45300,541498],[48300,539606],[45872,542986],[41651,543660],[45021,546689],[45197,548406],[39085,548169],[47664,540696],[46728,539045],[44136,543139],[44737,541726],[46681,551658],[43072,550772],[40815,557520],[48391,559260],[44698,558675],[46660,556587],[49264,555394],[49667,561464],[46811,551981],[44061,552661],[39874,558096],[45315,557378],[48567,559541],[44553,559432],[46700,557180],[48964,553742],[47070,554057],[44184,552587],[41122,557342],[44571,559565],[47438,557245],[48607,560917],[45533,556204],[50418,555855],[48790,561412],[45833,551773],[41631,558074],[44593,560312],[48838,559846],[45887,555105],[49574,553400],[49531,563403],[50042,563441],[51005,587795],[50106,587768],[49871,584586],[46848,587684],[48096,587178],[51042,586155],[48039,583943],[47827,585472],[49027,608492],[45444,613959],[50731,611926],[47684,613200],[48548,607720],[49827,612976],[51190,610523],[48232,609164],[45744,613554],[49907,611798],[46323,613212],[49130,607834],[50223,612307],[44903,626058],[39673,627070],[42681,626514],[45523,626261],[44540,626513],[42521,626087],[43287,626966],[50803,621868],[51190,621495],[44580,632679],[43956,630371],[41644,632166],[44559,628885],[44743,629969],[42245,630457],[40459,631438],[43756,628370],[44125,630660],[40284,630552],[42399,632007],[43736,631909],[42681,630172],[41738,631595],[42712,632289],[43426,633461],[42366,633694],[39120,641761],[41693,643607],[39159,641674],[42533,644818],[39027,642700],[43202,644785],[41121,641896],[42731,643762],[45505,662584],[47630,660113],[43418,663511],[44787,662403],[48693,658844],[50069,656652],[42443,661650],[45403,661934],[47732,659879],[50367,656166],[43691,662449],[45269,661877],[49241,659362],[50984,656261],[42601,661966],[47984,673082],[47954,669279],[48952,671996],[47545,669467],[49623,672107],[46833,668761],[48119,673217],[47910,668240],[42366,680081],[46257,683532],[42193,689860],[46448,683296],[44733,679198],[41695,688631],[43341,679012],[44374,682867],[42125,687973],[44924,678603],[46083,682801],[40605,688003],[48417,690503],[48482,689223],[48272,689592],[50294,690929],[48527,689648],[50297,691021],[45913,690850],[45274,689806],[43545,688943],[43302,689496],[45296,689840],[47291,685195],[45443,687033],[43941,690543],[47744,687596],[43607,686166],[46106,688177],[47091,685070],[44802,686826],[43444,695570],[39615,697215],[40181,693797],[40554,692268],[45359,700089],[47508,699403],[45292,702254],[48481,699484],[46305,700756],[48814,699068],[49500,701613],[49542,700163],[49255,702209],[47207,699825],[48058,700531],[45166,701948],[49435,693712],[45583,691428],[47803,693279],[43711,693845],[40300,694486],[39085,693654],[41177,691593],[41172,694808],[40187,695543],[40070,695557],[42279,692945],[43141,694849],[40085,695966],[40653,693852],[41064,691526],[523499,312832],[536945,331417],[525320,321217],[546256,337128],[538969,335547],[547304,339821],[560092,319812],[569215,331671],[565889,325939],[574135,346925],[574938,347120],[571656,375027],[592862,355118],[604867,366039],[607007,384828],[625037,388881],[60593,164306],[59428,163317],[59371,160701],[62386,157217],[62715,160897],[63186,162546],[57154,163540],[61844,158732],[60719,163629],[62095,162693],[56448,161819],[59483,159943],[63149,160189],[62035,161198],[56618,163300],[58355,162467],[57515,162303],[57009,158907],[61329,158044],[63394,161518],[59214,163622],[56542,162841],[58248,159857],[61274,158281],[63342,161473],[62835,160825],[58493,164929],[55167,164613],[55438,162796],[57230,165111],[55279,164533],[55699,164113],[53159,162246],[55365,162127],[55409,164714],[55459,161659],[56129,164512],[53533,162457],[53139,177254],[54374,174160],[52037,172686],[52628,176170],[53058,173101],[51918,172677],[51995,176316],[52340,172330],[53173,175587],[54861,172896],[51679,172649],[63852,241667],[56486,235984],[58156,243123],[58336,242052],[58425,242951],[53186,234996],[57790,235868],[58142,239534],[62048,239677],[58774,241473],[63005,238816],[62006,242090],[58897,239502],[57639,234314],[55220,243292],[63913,240571],[56897,242450],[60084,242516],[56392,242696],[60120,243369],[58450,238820],[54438,235942],[63384,239686],[60011,242252],[53638,255058],[52380,252232],[53310,252535],[51407,256010],[52209,253774],[51659,254981],[51573,252989],[51794,254970],[51446,254095],[55896,254332],[59892,248433],[58602,254322],[58586,255833],[61208,254285],[56166,256121],[58777,253714],[55970,251921],[58179,243534],[56090,247549],[62653,253700],[57919,245825],[58723,248342],[56404,250502],[57152,254973],[59495,251676],[57183,248889],[58530,245344],[56179,243782],[58303,249595],[60788,254170],[58354,252181],[57447,251848],[56768,248327],[60703,243623],[57523,254999],[60143,255951],[60201,253438],[58871,251915],[55320,251250],[57474,248425],[52690,266667],[61092,267486],[57930,263076],[60820,261337],[53275,264922],[62618,267866],[59685,262224],[61836,260598],[51693,264221],[62588,266397],[57424,261942],[61293,264103],[60642,260525],[52055,264532],[51234,266339],[61262,267380],[59841,263593],[61630,263842],[61211,260917],[56905,256767],[62319,256954],[55389,257325],[59530,256226],[61413,258042],[62746,256333],[61870,257383],[55419,257442],[51310,266519],[61969,270821],[63885,273497],[63553,270327],[62871,271688],[60862,270126],[63780,273263],[63426,270506],[63907,272769],[63574,269161],[63525,269944],[56164,271792],[61004,275932],[59497,278016],[62172,276375],[56822,276226],[53832,278412],[55536,278761],[54958,280547],[57503,271141],[59760,278451],[60504,280251],[63444,275189],[58935,276005],[57120,274811],[61965,273418],[54905,278517],[57081,279004],[55472,281697],[57387,271991],[60797,275946],[59756,279424],[62938,277691],[62604,275792],[59927,275191],[58263,273959],[63127,273218],[53583,277971],[56695,276858],[55833,279744],[60817,276811],[58248,280141],[60252,277729],[62773,277266],[57990,275465],[59777,270119],[62518,272650],[52563,279184],[55067,277528],[55119,281534],[56881,271700],[58208,283331],[52874,287909],[54177,289952],[56245,282881],[57451,283601],[51609,287939],[54905,291852],[58415,294354],[63577,292951],[54818,283650],[53165,288025],[54567,291946],[54879,283203],[57179,282496],[53809,290322],[60285,294466],[63472,294550],[55487,281950],[57950,283690],[54316,301613],[59472,296203],[51349,299747],[60240,306839],[61434,303391],[58593,304532],[57099,305431],[62739,298187],[60947,297266],[52374,301967],[59466,296787],[60404,305078],[60558,304678],[59674,306212],[55989,305484],[63162,296683],[61643,298189],[52386,303453],[63091,295806],[59891,295509],[51531,299271],[60997,306531],[61062,303625],[59885,304844],[58263,306583],[56802,306286],[60795,295980],[53277,303516],[60636,294832],[52255,300422],[61266,306349],[62668,304333],[57809,306528],[60079,296398],[63930,296202],[51646,395966],[51302,396048],[52170,396599],[51285,407212],[51387,413526],[61040,455730],[63233,454177],[63215,454806],[61849,457358],[63877,454794],[62008,457472],[63800,453115],[61310,455704],[62756,453714],[58539,498471],[57461,497026],[55930,496799],[56347,499175],[54391,496853],[61439,492145],[61227,490073],[63955,490356],[51630,496874],[52803,496909],[58193,497128],[56210,496301],[56461,498610],[55670,496672],[61512,492312],[61614,490110],[63474,490635],[62977,490432],[51668,494628],[51619,496725],[53224,497021],[63273,503803],[61887,502453],[63563,500620],[63789,504662],[62916,504524],[63485,502551],[61857,501892],[63076,500914],[51845,532588],[52221,533438],[53333,529624],[52220,531067],[51952,535440],[51522,529437],[53820,530341],[60176,560624],[57705,561592],[59539,560065],[56542,560168],[59364,560175],[56615,559787],[59188,561361],[58003,558709],[56893,562185],[59361,563419],[58646,563633],[63549,588888],[59918,588259],[59420,586725],[57278,585934],[52174,581525],[60921,585556],[55612,584607],[52999,582105],[62458,585218],[58293,584921],[55111,584701],[54207,585995],[54255,582401],[62076,585218],[54374,585625],[56637,587212],[52712,583879],[51417,583386],[62370,591240],[56790,590923],[54255,590374],[61170,590119],[61530,590959],[58919,590646],[51983,589775],[60604,590330],[59593,593824],[56275,591619],[54854,589644],[59453,590623],[53702,589468],[55427,608328],[59820,604807],[61510,604825],[56990,606441],[63463,605543],[51234,611959],[55592,609730],[59920,606328],[62860,603494],[55276,606720],[56559,607828],[57907,605013],[62240,604157],[56588,605162],[54950,608436],[57822,606364],[63863,605562],[55390,607308],[55017,626611],[53452,619544],[52345,617194],[52246,616144],[51359,620170],[53086,623457],[54545,625994],[56292,626483],[54254,620599],[51890,615669],[53109,619985],[52401,621085],[53279,625395],[52385,616334],[52748,619427],[53644,622804],[53490,625142],[51996,615746],[54459,619542],[52314,617365],[53626,623355],[53411,626085],[60175,632637],[58145,637330],[60709,639832],[59371,633830],[58697,637277],[61260,638599],[61724,632357],[59289,636877],[60650,639373],[61786,632827],[58216,636285],[60792,638169],[55820,628765],[55639,627599],[60238,640390],[60605,643498],[62169,644566],[58028,642604],[62734,644512],[63698,640578],[59192,641812],[61036,642819],[61296,644519],[63223,641209],[63073,641359],[60225,643656],[63702,644216],[58049,641744],[51639,655679],[648886,405796],[649172,412233],[656631,417355],[656145,417870],[670111,414244],[722450,451563],[721365,453833],[724718,455946],[724770,457332],[717690,453274],[718387,453311],[725297,456032],[745635,467079],[744560,465194],[744263,466044],[746512,466679],[744976,467569],[744919,466053],[66481,153423],[70205,151068],[74929,148185],[76787,147018],[71483,149475],[68717,149638],[74711,148245],[71027,150770],[70050,150831],[74496,149094],[75530,148116],[71435,150453],[76586,147149],[75038,148099],[71985,148521],[68942,162570],[65959,154831],[67654,155703],[66233,163984],[68366,163594],[67749,156375],[68435,155386],[66321,161683],[68259,161950],[65043,163577],[67953,156515],[67284,162002],[66955,162134],[69065,162388],[65810,161287],[66227,156660],[68601,155007],[67408,163224],[66199,172329],[66100,175459],[67289,177564],[68921,176320],[68208,173334],[67480,171941],[65763,175090],[67716,176203],[68721,173680],[67372,170539],[66291,174622],[67317,175705],[68587,175091],[67827,173303],[65957,170604],[68543,176482],[67106,174837],[64733,175646],[65264,175887],[65316,176945],[74719,195043],[73841,194938],[75455,195253],[72398,196263],[75658,195574],[73131,194349],[74104,196163],[75312,194053],[72161,196759],[75446,208870],[76542,209435],[76446,209618],[75347,215106],[74715,209885],[74911,214768],[76564,218377],[75827,220812],[73922,224683],[74533,222878],[72676,225739],[74609,222369],[75500,224504],[75833,222450],[75351,221332],[74473,226368],[76518,220023],[74936,224096],[74553,226631],[75850,218481],[74531,224444],[74644,222157],[67343,228989],[68606,227884],[68669,225567],[64732,224114],[66906,227631],[68161,230357],[67861,226360],[69140,228197],[67627,225136],[66137,224374],[67328,227454],[68874,226441],[65604,224161],[68486,229396],[68097,224126],[66767,227466],[68199,227948],[65552,224197],[67006,229401],[67578,224990],[67262,228480],[66073,230420],[66068,233584],[65796,233736],[68460,233700],[67996,235535],[65714,238543],[65605,233008],[67960,231657],[66841,233727],[66983,234049],[66896,239262],[66451,230925],[67752,232691],[66918,241009],[65657,239426],[65875,230745],[67944,235661],[65270,238719],[65609,237081],[68570,250561],[66847,253405],[71031,254574],[68337,252981],[65939,254689],[71043,249985],[70149,252042],[67322,253396],[68675,249866],[70120,251958],[67779,254731],[66470,252365],[71757,251534],[70661,253871],[67055,267848],[68392,268379],[66374,267910],[69100,275495],[69786,273903],[66597,269946],[70456,275103],[68833,276086],[68222,275749],[68391,274222],[66521,281250],[64347,275537],[64568,280708],[65087,280321],[64631,279303],[68446,290245],[64733,294598],[68144,290927],[68771,288319],[69469,291970],[66547,291172],[64550,294365],[67640,292062],[67613,289389],[67022,289846],[67128,288762],[64549,295544],[69294,371215],[70377,370595],[71235,371248],[73034,370865],[71512,371098],[68589,370684],[69621,371275],[72369,371904],[70169,374586],[72309,374795],[69342,377021],[67662,373974],[67332,372361],[70275,373290],[71233,374964],[71996,373156],[69698,374563],[69231,377039],[67052,375051],[67938,371853],[71284,374710],[72037,373057],[70331,372253],[70781,447264],[67238,459655],[70363,456737],[67651,458948],[69602,457987],[69606,457237],[69506,459466],[69491,455590],[68898,457144],[67009,459143],[67703,457034],[66934,459257],[69197,456653],[69211,457963],[69549,451047],[70973,448916],[65508,454895],[69922,453214],[65697,454612],[69432,453799],[68158,453786],[69091,450515],[68434,453857],[64994,458898],[64040,455603],[70278,452929],[67385,451765],[69263,448952],[64763,456949],[67993,455841],[71061,452121],[71404,448950],[66916,454848],[67730,453040],[65196,455184],[65885,458403],[69008,450307],[64962,457923],[70011,454725],[70286,453362],[71812,448316],[65304,455692],[68749,454565],[75649,492660],[75099,492251],[75704,498181],[74755,496209],[76076,498272],[75520,497111],[74586,496766],[70318,498078],[76055,495965],[75662,497000],[75693,492365],[74582,491647],[75979,498567],[76469,496481],[76226,498566],[74554,497061],[69679,498307],[70319,497658],[76410,496146],[75687,496390],[64857,504108],[75141,500591],[74115,500486],[72564,500848],[71645,500001],[73030,505194],[73589,504165],[74569,503862],[71571,503386],[70589,503282],[69944,499906],[74945,500472],[73383,500788],[73149,500450],[72106,500765],[71505,500293],[73903,505233],[73516,504259],[73632,503605],[73821,504488],[71728,503556],[70241,502373],[69963,499525],[67312,568606],[70901,568730],[72554,569821],[74848,569819],[67777,568825],[72233,568526],[72263,572207],[76100,569706],[67828,570180],[72826,569271],[72593,571047],[76387,571699],[67109,569736],[70622,569064],[74178,571494],[76312,569827],[67779,606746],[64205,605979],[66388,606889],[67289,605917],[64863,606811],[64972,606532],[66578,638414],[67403,638665],[67392,638573],[65775,638606],[64580,644272],[64033,644533],[69577,644232],[65888,642769],[64771,645171],[69202,644171],[64668,640608],[66794,640618],[70930,645466],[68009,642084],[65960,641581],[64675,646114],[69774,643563],[68300,641912],[66392,642461],[64655,646241],[74417,690553],[74278,694366],[70079,692031],[75049,698877],[72636,694495],[73800,696471],[75506,694913],[73777,699687],[71765,692870],[75083,700689],[70038,701427],[71880,699854],[74918,691693],[69197,693122],[74944,700213],[74446,698351],[70078,695111],[69966,699406],[73244,699388],[69169,692582],[69734,693457],[72367,702299],[70692,695702],[71368,697947],[70418,703958],[66539,702595],[66228,702737],[66401,703943],[71917,704021],[76145,703895],[67233,704358],[75891,704692],[74494,704922],[74445,704905],[69353,706577],[69893,707562],[67459,706911],[68363,706092],[68592,707448],[68863,707182],[68060,707587],[71782,706424],[72456,707146],[76081,708153],[76004,708649],[76085,706382],[73488,708389],[76708,709567],[792653,454464],[785613,455668],[787893,462091],[790566,461137],[782164,469124],[790484,461888],[790299,462424],[791584,461963],[788502,461170],[792086,461516],[804198,438219],[86343,147601],[79185,148422],[80990,147736],[83008,149210],[85522,148784],[77827,147880],[78843,149841],[80310,148156],[83902,148548],[79239,149160],[81398,148052],[86042,147991],[78413,147282],[80490,147869],[81765,147601],[85829,148321],[83285,148059],[80865,191291],[82625,186777],[86431,186791],[81872,190262],[88959,188518],[83091,189171],[82887,187281],[86661,187855],[80386,189294],[82137,188131],[84727,187080],[81419,189585],[82551,189073],[86148,187405],[78985,204651],[89343,193614],[87255,195687],[87243,199252],[82688,196162],[80296,195216],[77900,197200],[80282,203346],[89533,192284],[87782,197224],[82643,196114],[80960,196179],[80283,196512],[78026,196656],[88716,193364],[88122,200074],[86212,197097],[80590,195854],[81235,198180],[79021,197131],[89499,193053],[88204,195425],[88800,200379],[85550,197570],[81675,196891],[79999,196461],[77437,197294],[88688,209212],[84228,209461],[86192,208147],[79031,214620],[77208,215531],[82975,207169],[78264,217454],[83459,217145],[82785,214152],[86706,211857],[88771,208632],[85906,207533],[85085,208438],[78432,214086],[76887,214377],[78042,217244],[82759,214911],[85272,213041],[86100,206576],[84964,209659],[82090,208578],[77338,217147],[82329,215413],[83615,213692],[85810,213806],[87608,211066],[84323,209003],[85097,208700],[77543,213749],[78272,216857],[81814,216188],[83325,213534],[86363,213143],[89013,210187],[81341,208705],[79315,205471],[79136,205126],[88913,205791],[88890,207329],[88565,206430],[82249,221451],[88238,229528],[79086,228425],[80284,220071],[77966,220136],[81693,222500],[84915,230188],[81026,227546],[79576,221035],[81798,221434],[81234,227241],[80669,220835],[82662,222294],[86035,229956],[80364,228722],[81653,219785],[88434,232541],[87958,231058],[89388,231568],[85204,230804],[88705,232730],[83487,232181],[87515,231013],[83963,231304],[89042,486172],[87873,497906],[85428,497821],[85443,498491],[83242,499151],[83540,498483],[86455,496526],[89298,489408],[88194,487024],[88181,488759],[87207,486780],[81190,498348],[86155,497120],[87587,498297],[83040,496819],[85373,497209],[86705,498319],[83856,498626],[87635,495866],[87372,499198],[84525,499306],[88497,489202],[89389,489726],[89082,486967],[88977,488855],[88393,487061],[86842,486990],[88507,491454],[78823,494372],[77791,493762],[76886,490618],[79199,488883],[79904,490163],[77729,491432],[82829,489035],[81724,488484],[79639,488146],[79489,489449],[81680,490386],[78959,496424],[79851,497434],[76910,499308],[78639,498562],[77926,497890],[80764,496685],[80614,496181],[80120,495194],[78192,495203],[77229,496829],[79251,494622],[77628,493458],[77380,489776],[78417,489035],[80057,490074],[77486,491884],[82693,489029],[81515,488551],[79836,488574],[79477,489039],[81519,490871],[79469,496077],[79554,498031],[76858,498900],[78990,498607],[77777,498117],[78594,497465],[80469,498383],[80762,496030],[80255,495524],[80459,495089],[78751,494878],[78107,494904],[77044,496893],[83309,499923],[85881,502174],[86857,499771],[84444,500670],[85320,501743],[78326,504277],[77638,505476],[79165,506022],[79882,504622],[77671,506833],[79051,505266],[79262,504411],[80078,503991],[78817,503752],[77854,502344],[78743,501215],[86358,501046],[83483,499940],[85557,501301],[85953,499539],[84133,501457],[77610,504140],[79110,503968],[78729,504069],[77734,505722],[78913,506198],[79770,504774],[77694,507034],[79283,505127],[79489,504313],[80102,503543],[78519,503039],[78056,502692],[77955,501283],[77715,500280],[78122,501652],[77444,501395],[77086,500749],[89390,535800],[89068,538912],[89413,537882],[89453,539023],[79749,570831],[84427,568618],[87894,568607],[77568,566238],[80508,569908],[84284,568466],[86349,568359],[77194,565391],[80003,569656],[83574,568187],[87861,567249],[79333,566305],[81499,569552],[84419,567096],[88118,566902],[77674,565393],[85592,639209],[85140,639878],[82650,640230],[87459,640316],[80373,642290],[79688,642591],[87848,641864],[81263,642652],[77578,690202],[77589,690514],[85300,693047],[84899,691927],[85045,692427],[85316,691839],[79519,709167],[80858,711395],[78258,714256],[77055,709779],[78313,710038],[79042,709862],[79002,713592],[79632,712256],[76988,708707],[77167,710006],[77414,713762],[903844,382760],[904935,384472],[910827,433141],[913188,481333],[924310,374804],[935207,428678],[979204,570412],[978732,571904],[93177,149854],[99703,151540],[94073,149988],[100603,151133],[95126,150384],[100532,149726],[95084,149020],[99281,151505],[102172,154277],[101834,187899],[100532,188094],[100322,191135],[97460,191183],[89639,189114],[100738,184628],[101855,183057],[98392,189929],[100805,185975],[90843,189601],[101059,183866],[98911,190520],[89653,187786],[93103,190062],[102222,185933],[98334,190163],[93749,189865],[96362,192151],[101435,185412],[94059,191214],[94211,190618],[101635,194095],[100364,197719],[95877,192748],[97360,193116],[101072,197732],[102047,192289],[100897,197088],[97837,192341],[96503,194073],[101586,192752],[94956,198771],[93434,197459],[91994,198277],[93213,195084],[92385,192559],[98102,197922],[90500,194565],[92786,203424],[92705,204227],[98287,199207],[91949,192769],[92909,194599],[93095,197203],[91789,196614],[93014,203306],[99425,198171],[90253,192529],[91962,197725],[90332,196117],[97718,198596],[93731,194469],[92718,197495],[92361,203600],[99745,198887],[93083,195659],[93710,195962],[94051,197479],[90769,196299],[93021,212382],[99479,212043],[102207,215895],[100897,212986],[91972,212866],[96647,211465],[98826,213594],[101144,213786],[97168,209110],[96829,209281],[93627,211301],[94643,207949],[94085,207356],[97244,209438],[95213,211548],[94695,209978],[90659,211138],[93885,206920],[95232,208525],[90660,210553],[96129,211068],[89826,205666],[92579,208927],[92704,205039],[94694,206980],[90760,210212],[90653,210270],[97587,210926],[93251,212095],[94410,208365],[92562,206075],[93819,206839],[93365,234925],[89802,238288],[89942,231046],[89935,234177],[92883,235568],[91560,236268],[90880,235267],[94163,236737],[90184,237245],[89753,233624],[95166,234732],[89945,238286],[90288,233781],[102376,418615],[102193,418532],[99628,424773],[100623,426014],[101791,426215],[99868,424041],[92125,446766],[97563,442922],[101112,445778],[99245,441985],[99351,441391],[100640,444957],[102158,446133],[100599,443917],[94385,447219],[98724,444458],[101416,445236],[98614,442251],[101350,441217],[100769,446155],[102141,443825],[98568,444437],[102219,444038],[101021,441123],[100110,446812],[102356,446266],[96747,442511],[101179,445104],[99744,442521],[99684,441465],[100883,445415],[101997,443334],[101484,457110],[101551,453329],[97878,452521],[91930,450666],[92667,453031],[89714,455718],[100172,459883],[101894,451242],[100936,457919],[101247,454892],[99711,452159],[93345,448705],[92239,451021],[90613,452977],[91747,457035],[100641,458607],[100904,456615],[101761,454429],[98390,451933],[93888,448265],[92071,450139],[92285,453300],[91979,455519],[99852,458508],[101349,450938],[100900,457010],[101456,454763],[97681,450669],[92804,449048],[92811,452770],[89694,457747],[100443,459656],[90278,488224],[90140,489476],[89664,489938],[91453,488470],[91534,489989],[89850,490605],[89872,487932],[90242,488678],[90646,490836],[91445,535394],[92251,537555],[92180,536195],[92464,536476],[91537,537555],[92748,537346],[92272,535285],[92424,536278],[91813,536805],[90496,537462],[101099,549026],[100228,548255],[98818,547715],[99151,547023],[98136,548361],[96444,548909],[98905,546505],[101854,546005],[89628,538497],[92145,538868],[91573,539867],[90204,538664],[90038,539015],[90610,539361],[101882,548028],[98478,547782],[99543,547085],[98989,549558],[95944,547875],[98604,545893],[101031,545916],[89764,538704],[93209,538738],[92596,538382],[91162,540307],[90024,540647],[91844,539293],[90715,538924],[98728,564426],[96582,571444],[93819,568597],[98182,568962],[96990,566479],[96244,568533],[97695,574106],[101706,565300],[99206,563604],[98177,566807],[95880,566044],[95242,570296],[93580,569083],[97898,567411],[97272,572645],[97575,563607],[96468,566869],[92480,569071],[96949,571227],[96805,568231],[95503,572769],[102069,569639],[98816,564314],[95758,571100],[93835,569883],[95878,567799],[97499,573469],[101357,570047],[100440,580836],[97065,582520],[100013,577323],[97009,577296],[97829,578417],[102188,579979],[100172,577035],[98711,580410],[98237,581452],[96547,581746],[100459,580340],[99138,577442],[96895,577334],[98837,580616],[96330,582628],[97814,578744],[97511,582020],[100409,579801],[97838,649768],[93254,644498],[94796,640856],[96568,649126],[94860,643957],[95692,642054],[94417,646015],[93231,642854],[96112,644195],[95286,640638],[98116,650432],[98111,647799],[96086,659765],[99660,657339],[98273,661218],[98417,656338],[98333,660297],[96606,653848],[96440,659128],[100192,655345],[99963,696792],[100295,695358],[99904,695791],[101374,694838],[1078726,574694],[112595,153441],[112750,151957],[110981,150940],[112737,153038],[111006,151932],[112281,153666],[111392,151674],[109717,151230],[110825,152717],[109443,150627],[103517,153985],[108420,160543],[103075,154569],[107928,161438],[103763,155706],[108132,159694],[108373,160031],[114486,163310],[113588,159470],[113288,155243],[114113,158836],[113791,163729],[114005,154356],[114275,159321],[103091,186639],[104345,182534],[103082,189297],[104049,183662],[102626,188790],[104713,183950],[104424,184434],[102451,189807],[105954,189460],[106445,189931],[106613,189433],[103884,189795],[106563,188685],[104228,194052],[102787,193840],[104003,194415],[103454,195917],[103244,195908],[103026,212332],[102673,211998],[103331,215647],[103185,211852],[103278,215210],[102786,214252],[102989,419042],[108833,435234],[103639,430096],[108682,430978],[103754,426010],[113094,433999],[104386,427782],[102599,443578],[108191,444866],[103393,444229],[106494,447340],[110249,447929],[106578,443917],[108320,435645],[114507,441154],[106888,447205],[103501,442819],[112207,448165],[108897,446739],[105957,447076],[105572,445497],[104905,444484],[105462,445778],[109008,446975],[104381,443599],[107634,447547],[105871,446536],[108227,446784],[104911,446626],[102942,442794],[110923,447888],[109393,448138],[105514,443933],[111837,439034],[114584,459071],[110385,452698],[108034,456498],[105714,455351],[114744,452484],[112705,460530],[110720,451530],[111684,450171],[112337,454943],[103377,451400],[107999,456286],[106261,457321],[111136,452391],[113086,454264],[112823,460277],[111833,450704],[109269,450152],[112246,448628],[111100,450240],[113929,453256],[113837,456959],[104993,456065],[109450,456265],[112680,454905],[114167,459135],[111325,450901],[109959,448692],[114628,452229],[114902,459234],[104299,455133],[111118,453959],[102804,450836],[108272,456759],[111085,452949],[112679,459026],[109880,451582],[113962,461620],[114606,461572],[113147,461099],[108286,501430],[108271,501865],[110111,524589],[107441,524939],[106334,523476],[106245,524372],[106407,523128],[109797,524080],[112404,524108],[111140,521351],[109566,522779],[111287,523121],[111478,523659],[110237,521644],[108346,523040],[109112,524107],[107353,523506],[109323,522391],[108768,519469],[109858,519760],[105487,515125],[105927,524817],[106744,522821],[109950,523587],[112705,523812],[111067,521163],[111317,523404],[110405,523141],[109759,521293],[108266,522822],[108904,523515],[107769,523547],[110243,521792],[110735,520006],[108569,519172],[110159,520005],[105528,514408],[107104,530985],[114556,537518],[110538,532555],[109830,525190],[110564,526467],[109836,525453],[108393,525708],[107831,526104],[108822,526678],[108105,526466],[106714,526448],[115167,536304],[110474,532024],[111072,525881],[111067,526375],[110346,526074],[107522,526271],[109060,526280],[107983,526950],[106518,526951],[105180,537385],[105834,533703],[105985,532051],[104563,531406],[107394,531292],[106276,530940],[104682,534460],[104043,531659],[107055,532776],[112062,536667],[111987,534944],[110936,535474],[111990,535818],[111200,534208],[108407,533063],[105037,532495],[106422,533272],[104508,532695],[103685,533467],[103094,532535],[104231,534993],[104600,536061],[104053,537434],[106625,537346],[106057,537264],[104610,535296],[107196,533964],[105637,533158],[107254,532287],[105113,530362],[105501,532776],[105733,532624],[103635,531518],[114340,535939],[111944,535141],[111543,535467],[112606,536419],[112588,536519],[111534,534164],[109308,532966],[108172,533514],[104844,532132],[105771,533684],[105029,534718],[104128,532739],[103653,533496],[102953,533229],[104256,534794],[104953,536048],[104673,537047],[106754,537288],[114285,538937],[114492,538995],[114149,538211],[102766,548225],[112014,548894],[114198,550329],[102772,545398],[103343,544579],[105686,543522],[106053,540789],[107314,540115],[105253,538266],[112987,540705],[106936,538653],[104516,549068],[111667,548153],[103175,545950],[103574,544965],[106363,544239],[106658,541560],[106489,539789],[105590,537934],[106175,538193],[114925,541276],[113387,541351],[113721,539473],[107336,538076],[103552,549525],[110939,550087],[104639,549663],[111019,548930],[113142,550135],[114780,549604],[107464,558171],[110420,555887],[110885,552823],[103120,553620],[103958,557066],[104576,557480],[104834,561432],[114683,562872],[108099,558524],[111129,556062],[110029,553795],[113575,551526],[103775,551886],[103465,552105],[105549,558945],[104637,561816],[112170,562434],[115124,560931],[110988,555926],[111729,552943],[111533,550638],[114886,550624],[104427,552268],[103423,552348],[106347,559364],[104501,560308],[107090,560285],[112596,562186],[114478,560851],[110186,557745],[110228,553576],[112433,550938],[102690,552428],[103963,556281],[106068,557787],[105273,562632],[108725,558873],[102612,565206],[103316,572337],[106539,568160],[107557,566894],[103292,573890],[103271,564375],[103596,570981],[106928,568791],[107056,568898],[102970,575736],[103003,564531],[103721,569464],[105218,571713],[106318,568770],[108577,567669],[112454,563569],[104416,571133],[105903,568380],[108917,567450],[102808,575278],[113368,563563],[103751,580939],[104794,582429],[107692,579736],[115116,580395],[110860,579255],[103794,576260],[102782,581544],[105063,581833],[107040,581376],[113856,579760],[111196,578989],[103339,580707],[104153,581447],[114761,580524],[110735,579536],[105058,579252],[104147,580766],[108525,581513],[109812,577596],[109977,578298],[109844,644520],[110540,650147],[109108,646158],[114092,646312],[111622,645114],[111271,649629],[110035,652945],[108450,646966],[114116,647382],[110962,644907],[111058,650869],[111770,651765],[110973,645123],[112628,647172],[111322,644016],[109659,651403],[111559,651861],[108850,645509],[111176,664934],[111601,653446],[109871,657166],[112768,665124],[107982,656251],[113833,662862],[110673,664939],[109616,656567],[113655,661085],[110062,662744],[107761,656315],[114064,669682],[106095,676126],[105777,672608],[114508,669222],[108920,674786],[106317,674222],[105691,678178],[109178,672950],[105160,675014],[107166,677834],[107606,675789],[104741,674876],[111947,696140],[108768,697159],[110183,697109],[1278641,480877],[1276326,482201],[1279302,479912],[1278835,482401],[1278022,481386],[1278704,479023],[1276659,485853],[1278582,484598],[1277063,482808],[1279815,481844],[1277666,478831],[1277897,479647],[1276627,479035],[1277632,483231],[1274513,483698],[1273593,483096],[1279609,489581],[1278644,486838],[1277238,488372],[1279357,488671],[1279895,500483],[118703,159731],[115922,161563],[115903,159227],[116325,160553],[116578,160955],[116038,165113],[118207,159845],[117288,160363],[118350,161917],[115366,163271],[121191,390217],[117551,391287],[120335,392156],[118655,390210],[118588,394587],[126212,390276],[121439,388872],[119631,392914],[115990,396511],[115589,394194],[116186,393472],[116548,393031],[118237,409358],[123566,403600],[123632,404353],[118626,397927],[115676,397565],[118728,414428],[119351,421274],[125950,419309],[124728,413072],[123661,414553],[123278,416086],[118324,421675],[125226,419210],[121095,421302],[125674,415369],[121091,423525],[119140,423802],[122941,423922],[117963,426498],[119462,440152],[116493,441705],[115466,437175],[121673,439210],[118101,439874],[118564,441021],[122140,441878],[119577,441055],[122577,457275],[123306,453132],[119936,459047],[115911,457953],[119230,454936],[121353,455337],[124652,460994],[122246,457024],[122918,453890],[119343,459163],[116362,459556],[116349,456470],[121474,455095],[121317,454521],[123404,456865],[123103,452418],[119907,459616],[116872,459195],[115855,456471],[121228,456291],[121534,456352],[125562,459924],[122905,457796],[121783,454314],[119070,460439],[117783,457990],[115872,457880],[121187,455614],[122198,455160],[127668,466840],[123338,468397],[122239,465022],[125786,462044],[119583,468288],[116459,466327],[126483,467413],[124032,466122],[121239,466835],[118217,469603],[117139,465752],[126635,466159],[122998,467258],[120831,465656],[118112,469251],[117526,464460],[126573,467523],[120960,465209],[124213,461993],[119058,469040],[118817,466318],[127062,511894],[127717,511167],[125944,515237],[126965,516447],[115275,536622],[116276,534496],[117261,532460],[121719,532831],[118515,534153],[121272,533324],[121722,534844],[121929,537128],[122845,531454],[124232,532095],[123033,532895],[121102,530651],[119692,530967],[117517,534867],[118489,531987],[121653,532849],[120779,534791],[119218,532285],[119376,533383],[121462,533927],[121688,535155],[121472,536849],[121894,537636],[122703,531294],[124175,531779],[123109,532828],[120442,531008],[119455,531282],[119931,539093],[119014,539674],[119917,540513],[116379,540224],[121295,538784],[120631,541329],[119806,540583],[121085,541351],[118718,540815],[117798,540812],[121130,538870],[120671,541207],[120397,543202],[117197,541945],[121870,543866],[121621,541900],[122039,543406],[120045,542068],[120319,542615],[116085,548804],[116036,541618],[116057,542716],[121698,544091],[121600,541997],[121406,542545],[119683,542463],[120470,543254],[123376,555279],[124764,557590],[127889,561594],[117885,559135],[123284,556042],[123740,558135],[116172,562606],[118273,559391],[123576,555727],[124116,559444],[118629,558432],[121556,555998],[123710,559127],[127229,561686],[118397,559154],[122940,568497],[122979,568533],[118477,580810],[121429,584680],[119755,582055],[118176,579039],[123368,585936],[125866,582848],[116646,581402],[121057,583058],[118356,578969],[123334,586039],[126155,584741],[119337,580952],[118072,579781],[119911,581130],[117292,579499],[124804,585788],[126267,585161],[120912,585064],[118499,580283],[115806,579781],[119288,578917],[124318,584576],[127806,585051],[120507,584621],[118684,579970],[115522,580009],[123620,626108],[121706,626991],[123948,627002],[124385,624608],[124089,624464],[118214,630655],[121341,628437],[123020,629125],[125218,627768],[121140,629254],[120707,631117],[123291,628072],[116835,652894],[125246,645205],[127394,650238],[126749,646090],[124093,650342],[124113,649451],[123110,647558],[122965,647601],[125382,649342],[118025,651660],[127387,650040],[127907,644943],[124091,649189],[118174,652397],[127497,650691],[124603,647041],[121941,649104],[122740,648612],[124571,647715],[124740,647902],[124799,652195],[126203,652832],[124942,652976],[117146,652092],[118028,656569],[126546,656337],[118488,656263],[127516,655904],[125110,653409],[120813,658806],[124878,653935],[119245,656582],[127740,655552],[125646,653014],[127905,653074],[126093,653955],[124783,668013],[120730,673575],[116132,676318],[123426,667977],[121352,671409],[116472,672502],[116308,675780],[124015,668289],[119469,673817],[115976,672569],[117225,676507],[124958,666932],[122250,674338],[116070,676654],[127195,687016],[123786,690339],[124527,691394],[120643,689235],[122501,689251],[119842,690125],[120899,690413],[126402,687094],[125691,686743],[123581,691198],[119838,689330],[120119,690957],[122457,691110],[118806,695149],[120304,696787],[124119,692150],[127147,691911],[121446,692387],[123133,692108],[121776,695560],[125882,693991],[126754,697858],[123512,692843],[122380,693664],[122169,692979],[122933,693145],[123298,693642],[122322,695003],[123124,728386],[122543,728697],[122356,729329],[125738,728240],[126099,729752],[126717,729649],[127623,730574],[121920,730553],[126054,730915],[126970,730976],[125496,730800],[124713,730341],[124825,730623],[127663,737070],[127858,738676],[126578,742243],[125485,739040],[122725,734798],[124654,739750],[126034,735362],[126068,737456],[123407,734973],[123909,739599],[123228,737028],[123068,737338],[126589,737967],[125924,736129],[123452,737843],[123386,736555],[123869,735092],[119636,737690],[121795,736207],[121252,737122],[120847,736419],[122908,740914],[121872,738646],[122178,741855],[121840,740654],[121275,739399],[119280,739428],[120296,741593],[120845,741050],[123822,737779],[123252,737695],[124105,736467],[121172,735340],[119359,736476],[118515,736965],[120901,736714],[121584,738373],[121531,738954],[121374,736764],[119457,739388],[123079,742069],[122763,739924],[122875,737588],[123528,737447],[123027,737783],[124714,739127],[118483,737213],[122296,736055],[119449,740454],[119602,738448],[119634,738010],[120205,737679],[120207,739792],[121540,741285],[121659,741593],[122705,742465],[123916,741202],[122650,742132],[126850,746850],[126867,745408],[127942,742773],[126595,744027],[127507,745673],[127082,746099],[127770,747207],[127269,753222],[122247,744634],[124489,744066],[120876,743518],[120727,743911],[123569,744117],[122428,743221],[124137,743499],[124311,742759],[123276,754795],[122827,754959],[123586,753767],[126813,748715],[126974,750581],[124270,747743],[126838,748656],[123867,745700],[126878,747409],[124678,746366],[122043,745779],[126786,750616],[124615,743457],[121886,754105],[121395,753828],[123872,753735],[125590,747103],[123533,746733],[126464,745446],[124112,746463],[124944,749058],[124301,755871],[121743,756454],[127029,763584],[125474,762789],[126520,761662],[127038,758307],[125099,761063],[127576,757256],[126158,760319],[127975,757041],[123214,756590],[122686,756347],[126818,763487],[126543,763057],[124787,763666],[125066,762854],[125409,757750],[127019,760647],[125079,758052],[127123,760287],[123446,759395],[125465,759672],[123524,758768],[117852,764156],[117689,763775],[117525,766344],[126746,755487],[117566,771164],[118078,774265]] \ No newline at end of file diff --git a/src/gathering/a10342.json b/src/gathering/a10342.json new file mode 100644 index 0000000..a84ea8c --- /dev/null +++ b/src/gathering/a10342.json @@ -0,0 +1 @@ +[[-331371,155282],[-331291,155443],[167924,475955],[167751,474407],[-768987,1693110],[-818527,1613397],[-818755,1613461],[-567472,152929],[-568808,153277],[-1386462,1317625],[-381881,131927],[-383061,128659],[402424,-104833],[402719,-104762],[-1349409,1384538],[-1349260,1384485],[-689970,1658814],[-688895,1652111],[400820,-80710],[396883,-78832],[-503073,281050],[-504527,280046],[24791,230216],[24770,229855],[196926,232069],[202450,231401],[-1134764,1443222],[156134,562682],[156321,562002],[-1390844,1095856],[1392104,116876],[1369053,204245],[-522306,328666],[-522572,329459],[-1009775,1530775],[1331118,370838],[-1257348,1493410],[-1259847,1492619],[134156,568547],[134075,568392],[-771448,1676259],[306951,619447],[306185,620928],[-1071630,1543947],[-890635,1518008],[-891209,1518041],[-245369,287591],[-246652,286468],[-124212,247545],[-122762,247599],[-568128,165653],[-571884,166330],[-866508,1573097],[-867560,1573940],[1366335,357148],[1365579,355931],[1333688,318177],[1333504,318028],[1391367,112150],[-25597,186865],[-25455,186378],[-1271066,1495099],[-1269669,1496384],[1329905,260552],[1331179,261229],[-1324879,1391957],[-675747,1715758],[318924,227172],[-699530,1549142],[-700125,1549245],[24351,237472],[23542,237584],[1370219,449614],[1351107,383691],[1345311,381297],[-652474,1765027],[1289494,489474],[1380336,319639],[1379309,318982],[-636512,1796933],[401702,240522],[-1244445,1471409],[-1244112,1471417],[-536291,561216],[-529683,562253],[-386933,265588],[-384298,266191],[-767906,1652793],[-767598,1652389],[163717,207666],[163883,207828],[-1398326,1339097],[-1397510,1339259],[-1540972,1073225],[-1540769,1073102],[-32116,182886],[-32595,182313],[-1190506,1417406],[194581,589903],[195539,589186],[-653818,244868],[-84536,361928],[-83535,363841],[-1266141,1184879],[-1265606,1184568],[-614624,82398],[-616315,82749],[-970744,1560152],[146019,495706],[145732,496305],[-398261,181034],[-398707,183219],[-918364,1426453],[-918652,1425463],[-1367894,1169706],[-1367416,1170094],[-1253440,1279911],[1352396,208459],[-650419,1768519],[-871297,1611915],[-871547,1612559],[-1271017,1497564],[-149062,191867],[-148848,191953],[-621778,1769161],[1326656,96411],[-1482446,1351057],[-1419242,1374061],[-1416040,1374495],[-596629,416042],[-595618,416039],[339380,217469],[-949017,1406673],[-949745,1404293],[1386952,443908],[-1434942,1330113],[-1435041,1329347],[-905548,1596433],[-1164208,1472135],[-933593,1541570],[-742221,1692741],[115466,522303],[115773,520478],[158411,523996],[158334,523673],[183724,237513],[184015,236785],[1319906,98083],[-1041394,1352162],[-1041413,1352448],[-564103,116238],[-563229,115658],[1318586,285820],[1319326,284812],[-380266,342389],[-381267,341448],[-1305369,1171512],[-1299098,1171706],[-1307378,1228601],[-1307969,1228340],[-1268487,1177227],[-1268098,1177253],[340088,25957],[340889,26123],[-164574,601008],[-164661,600368],[-1266442,1164484],[-802160,1583389],[-801497,1584705],[-1081646,1419809],[422894,296974],[189377,551160],[189998,551333],[1279585,495155],[1241705,423440],[1242053,422975],[-325439,242346],[-332347,231537],[-1141932,1432630],[-1141956,1431728],[-46482,371752],[-360661,75565],[-362416,76422],[179685,548852],[179390,547732],[-1248631,1496157],[-1248658,1497540],[-1375485,1282198],[127982,183076],[121984,186340],[-64636,252132],[-65385,252124],[-117367,276150],[-117329,276241],[-1272915,1512185],[-1272707,1511084],[-653206,1720723],[-653953,1718478],[325842,54364],[325626,54265],[174099,179178],[176004,179164],[-656160,1766595],[-708934,1659050],[-709059,1658867],[-604990,415636],[-606433,413909],[-1346396,1191868],[-677222,1707132],[-564635,225356],[-564097,224394],[384877,-38125],[-597835,122698],[-596587,122330],[-575897,244931],[-574448,245262],[-151998,263270],[-151604,256641],[-1449810,1343621],[-1451982,1342770],[226551,244522],[226845,245149],[28677,239401],[28908,239794],[-906651,1602957],[-1342406,1409693],[-1337953,1410042],[-1112925,1468923],[230357,347009],[-662548,1703843],[-613926,1755158],[231603,287748],[204946,279735],[205361,278399],[99361,289339],[99120,288127],[307895,619123],[307916,619137],[-554483,178320],[-554694,178611],[1386734,378126],[1382756,373768],[-503488,265786],[-502723,265095],[1307749,327878],[1309554,329693],[-1315754,1450191],[-1315206,1447386],[-920934,1408616],[-920634,1409167],[-897509,1439300],[-896791,1440528],[64653,638434],[64201,639097],[-1092140,1401103],[-1471718,1049120],[138177,485493],[138775,486347],[-1330592,1168274],[-1330049,1169095],[-966162,1506096],[-971754,1509800],[-1404139,1071052],[-1403529,1071203],[10611,181975],[9373,182524],[123233,568188],[123160,567663],[-1034920,1350284],[-1034732,1350180],[1303522,232813],[1303527,231864],[-116426,402594],[-175070,284677],[-174327,284676],[-614618,1738827],[-568295,167149],[-310726,369555],[-311163,370274],[175451,460375],[175634,460742],[113304,581205],[114763,579911],[-1395195,1082462],[-990076,1426112],[-990310,1426613],[-45372,150766],[-45690,150126],[-1144997,1368146],[1383809,358270],[1383214,347695],[-573032,166983],[-1356893,1360655],[-1358543,1363889],[-668884,217758],[-350272,359343],[-350208,359549],[-1343040,1383133],[201329,226734],[201395,226756],[431698,-192107],[432849,-194522],[-564421,576332],[387475,357086],[-1264407,1227033],[-1260733,1227265],[-245097,194050],[-245881,193172],[-575052,240642],[-574900,240974],[-1355220,1366956],[-1355664,1366834],[-447397,123832],[-447833,124571],[-112884,276073],[-113687,275805],[1367200,273724],[-41330,407924],[-42799,409157],[-1126346,1398734],[360633,600006],[361065,595045],[1400285,115231],[-338929,232274],[-338017,232887],[-109724,448654],[-111137,449556],[-376054,87456],[-376437,85835],[-337125,152239],[-334002,153209],[-1138316,1428423],[-562585,130083],[-560636,133635],[-1468255,1335168],[-1468995,1335427],[-425461,87344],[-425523,87398],[1286932,329240],[1320691,129389],[-1423264,1375879],[-1348279,1393212],[-1348396,1393979],[-1049729,1503964],[-632630,96328],[-632101,97087],[-322445,350926],[-324532,350545],[179176,525368],[179170,525165],[-140708,234120],[-140730,234102],[1321036,163724],[1320525,164405],[1301027,328728],[1293907,321840],[173111,591099],[175524,591481],[-1264006,1313873],[-1264623,1313696],[-656916,1748614],[339309,25049],[341285,24763],[-245870,191553],[-245935,191940],[-1261907,1463863],[-1259853,1463639],[-933018,1445200],[-932209,1443502],[-1297897,1267212],[205039,287712],[204852,285722],[-574931,1799870],[-1140319,1385378],[1355993,440905],[1372082,377302],[1371738,376653],[1345211,358298],[241314,397644],[-968615,1418644],[-970921,1417975],[1360862,330756],[1361308,331204],[1354705,486332],[303823,481474],[304833,481845],[1395661,218812],[1395494,222934],[24259,173345],[25576,171892],[190804,594020],[190971,595636],[-589950,357714],[-589219,355943],[-447918,268922],[-1002414,1556542],[-1255590,1285070],[-1451759,1259500],[-1455146,1265323],[-496047,180512],[-497052,180261],[1322813,279114],[1322108,280019],[-1420463,1080679],[-1418137,1077427],[1399510,423299],[-1218778,1451093],[-1218639,1450781],[-829175,1590895],[-1182335,1406916],[1254003,401994],[1245712,397163],[-626589,1793470],[-298306,160616],[-298344,162540],[-1280318,1443411],[-1283365,1445690],[-1364938,1342213],[-195130,216866],[-1512440,1021599],[-1514012,1022297],[-152313,255731],[-1250293,1172885],[-1251012,1172089],[-351440,179319],[-351386,179963],[-973902,1595234],[-304598,341663],[-305598,341028],[356511,349322],[-346593,166563],[-348934,171562],[-1276362,1481612],[-1274021,1481143],[-215409,493820],[-217498,492654],[167874,153725],[168111,154588],[438161,311770],[437064,310165],[-1208710,1452261],[-1208298,1455461],[-298182,139337],[-298345,138760],[-625744,1784632],[396550,210210],[396090,209938],[-1247226,1458823],[-1247575,1457196],[-379992,347011],[-380246,346883],[385255,-38435],[1276678,364628],[1275925,364452],[165990,500746],[166292,500979],[-170060,233993],[-170906,234582],[-1148424,1472684],[-596893,425131],[-596174,424210],[1394559,423064],[286461,422523],[179304,577029],[-5072,590255],[-3001,590957],[-366027,232968],[-367035,233936],[-1187084,1482160],[-224380,243912],[-224395,243867],[-986670,1501720],[-1386577,1318508],[-1386977,1318403],[-1019142,1521627],[-1019082,1521422],[-63122,116992],[-60417,124821],[-1060229,1516227],[-397806,326462],[-396832,325765],[-149066,192643],[-149965,192907],[-195723,448287],[-195336,448598],[-657157,236357],[-657805,234265],[1317661,258144],[1317277,259034],[-205799,443553],[-205853,444145],[160544,166271],[161069,166129],[-1313002,1428709],[-1312903,1429057],[1350702,345402],[235873,403160],[-307465,377321],[-307420,377807],[-243492,218808],[-244323,218282],[375689,-24103],[403267,-54326],[403217,-54214],[-1159949,1484438],[1401501,448536],[1407460,243801],[-363038,359147],[-361894,359003],[1090346,574501],[117116,602744],[116065,601763],[1398767,407703],[-1553839,1079399],[-1554409,1079083],[-681684,1650015],[-681791,1650913],[-228731,181885],[-228526,183477],[-1434376,1215792],[-882379,1476299],[-882887,1475336],[-1248949,1498188],[-1248769,1498300],[-1293716,1177863],[-1293717,1178122],[-664342,218829],[-663259,218704],[368730,-101923],[370186,-100417],[-1407426,1374014],[-1405361,1369715],[-1025083,1328773],[-1024118,1327529],[-1198077,1286202],[-1202473,1289431],[1395462,205669],[1407372,205650],[-84932,360346],[-83568,362249],[-544389,241502],[-545354,240461],[1365340,205783],[-647346,1740518],[-652689,1728481],[-970390,1407515],[-969197,1406287],[-203725,361446],[-204332,363299],[-1191538,1510662],[-1030775,1446211],[-1284127,1461614],[-1286398,1463038],[-1347278,1332767],[-997594,1559754],[-1154418,1487902],[-433091,267944],[-431527,268195],[1288236,344894],[1282601,345433],[-1428269,1179324],[194216,447386],[-53514,377143],[-54594,376608],[75041,198263],[75606,197854],[1359243,445269],[-992733,1338693],[-988652,1341581],[-1063601,1515905],[1363008,221163],[1365913,230228],[-1193705,1490640],[-1192192,1485520],[-968963,1456919],[-967594,1457602],[-623904,1756685],[-58490,186151],[939801,375396],[-1180035,1426918],[203478,409096],[203744,409359],[-967848,1612257],[1381596,338180],[1379657,345284],[1340503,502390],[-910729,1576076],[25928,172528],[26022,171699],[1373344,219015],[1369728,228357],[-31415,225757],[-29795,224749],[-669838,217231],[-1254899,1456206],[-1254410,1456226],[-1244766,1499710],[-1245285,1500279],[-697096,1664895],[-1467012,1318104],[-1467625,1318026],[82914,582137],[82833,582483],[-968621,1525314],[-1065240,1563127],[-1072845,1564392],[-1400051,1312264],[-1399712,1311798],[-964291,1484974],[1365010,234759],[1362691,239718],[-1256864,1499261],[-1263348,1500839],[-891046,1524424],[-892088,1525553],[1366902,248463],[-474391,137400],[-474638,138402],[-1139325,1382197],[322311,30770],[332440,36847],[-577082,165940],[-579628,166324],[-820387,1615631],[-822380,1616834],[-1474109,1052225],[-1351425,1399778],[-1351506,1399682],[1329836,344491],[-1446788,1326719],[-645659,1685718],[-695846,1612548],[-695895,1612627],[1363166,200512],[-693342,1578654],[-694227,1579106],[-554398,53502],[-556707,51351],[1303937,280691],[1303914,280770],[1343987,137285],[-80318,163540],[-80016,161313],[-537292,127255],[-536166,127684],[1403659,333173],[1401890,333322],[-411600,273844],[-411447,273267],[-728012,1685025],[1358453,370648],[1360681,370859],[-1396841,1079075],[-1396356,1076901],[-76979,147057],[-79047,145391],[-99465,441783],[-98655,439944],[1324585,115417],[-639646,1763437],[-1372833,1344946],[-1376911,1344969],[217343,640764],[215162,642730],[-642217,92488],[-648727,89670],[-1457530,1089207],[-1457556,1089326],[118368,398421],[118666,398966],[-1336614,1122271],[-1339557,1121573],[180258,574871],[179501,574078],[419355,294863],[-598674,407239],[-596304,409475],[1371807,202773],[1380699,192804],[-767293,1694138],[-14547,238819],[-12925,238926],[-317997,346152],[-1101803,1438875],[-1101310,1438843],[-1486513,1360482],[-930216,1601641],[-1468436,1356470],[-194525,641458],[-192059,651318],[1304593,289337],[1305514,288415],[-1081189,1421607],[111482,513847],[112438,512918],[111817,511610],[110757,511974],[1321553,260176],[1321967,260260],[409816,349108],[-885422,1479975],[-886115,1480209],[-1175325,1405738],[330274,-9559],[329926,-9554],[1348322,470221],[-189511,650148],[-189110,650353],[15174,192700],[15450,192602],[154913,563826],[156075,563523],[-1264443,1390303],[-1255480,1393625],[-286496,197386],[-286982,198252],[-625522,1755970],[-37612,292265],[-28723,293787],[1392806,331466],[1393614,330027],[168167,153389],[168210,153484],[-1306971,1473756],[-1314771,1472086],[204315,280252],[204544,280176],[1322187,284377],[1322171,283499],[-1430422,1179448],[-140709,392580],[-140419,392126],[1401995,331238],[1403298,332045],[-194132,639979],[383621,564970],[-1293198,1466401],[-1293917,1466692],[-551512,154534],[-552570,153971],[161762,525753],[160663,525464],[-882107,1485591],[-882259,1485714],[354294,252964],[1329908,350434],[1330960,372095],[1330817,372627],[-1299940,1450868],[-1300225,1451166],[1354050,326284],[1354036,326822],[-1556724,970798],[-1549248,969095],[80653,198372],[83475,197315],[206608,230962],[207794,232155],[-348698,213760],[-349041,214482],[1330723,446104],[-982995,1514467],[-981615,1511697],[1329276,272002],[1329783,267892],[-1264537,1242204],[-1323836,1240441],[-1537477,1021994],[-1536618,1021351],[-199707,358022],[-1441948,1102727],[-906573,1561293],[25061,218879],[183233,482709],[183067,480856],[1313992,172976],[1314999,167610],[-699607,1718390],[-783266,1623401],[-111436,314698],[-110188,314330],[323640,482628],[177421,531857],[169213,531513],[-855818,1546025],[-855763,1546215],[-72715,170110],[-72245,174623],[230888,348004],[-203792,446254],[-204169,445842],[1336367,343858],[1336584,341391],[396783,-73360],[393814,-73134],[-41539,428757],[-41089,428411],[176408,182231],[176411,182336],[-556420,150418],[-554985,150925],[294497,146950],[296494,144758],[-384139,345919],[-384334,345271],[-1383494,1333370],[-1384976,1332667],[1277883,482044],[-647963,219054],[-652403,219301],[140775,230432],[138570,230835],[-1488550,1349017],[-1488144,1348439],[-1009661,1332835],[-1008780,1334392],[-250236,264068],[-252628,264910],[-1166445,1487923],[126833,562299],[126983,562173],[-1429491,1021004],[-1429993,1019307],[1379941,357618],[1370519,356606],[118961,218063],[123630,217735],[-808752,1578288],[-809528,1580645],[-699124,1679251],[1336941,255004],[1338194,255271],[189773,448251],[-1275283,1453201],[-1275588,1453120],[332473,210694],[-498623,260356],[1346333,263797],[1346829,263924],[-1420580,1331533],[-1420620,1331725],[63585,640609],[63611,642830],[1395,176568],[3285,176199],[-1286874,1181726],[-1287281,1180896],[-415219,267275],[-414987,265335],[-743941,1689089],[469497,435839],[469449,435286],[214708,617326],[213669,619162],[1397497,282848],[-128224,274398],[-129915,274749],[-1303269,1475602],[-1303969,1472330],[-1409759,1360617],[-1409971,1360532],[138477,230352],[139910,230222],[-854327,1593333],[-845737,1592448],[240711,171102],[240200,171117],[-1300762,1435561],[-1300680,1436200],[-164667,229451],[-164124,229697],[270094,466505],[270656,466117],[-1271895,1496935],[-1447662,1346990],[-1447601,1346930],[-547690,178435],[-547611,178460],[1418659,243543],[1416505,243364],[-512936,186279],[-517126,185604],[141345,231304],[141530,231638],[1305749,276000],[1306206,276316],[-1007794,1493898],[-1000648,1496886],[-991317,1497192],[-997034,1496562],[152806,485796],[149230,485454],[-38653,289707],[222200,174400],[221237,174194],[-1264421,1238898],[-1263905,1239494],[1319203,229801],[1319337,230187],[-591811,107913],[-591964,108584],[117283,215036],[116260,217086],[298458,157194],[299752,154905],[-577645,167051],[-51266,150677],[-52736,148916],[-455167,98688],[1307303,329703],[1306373,329304],[-869308,1618480],[-868027,1618752],[76757,675217],[76519,675605],[-1329834,1403728],[-1329961,1403717],[-228298,228521],[-227109,228961],[-945119,1494578],[-1297360,1403249],[-1297056,1402849],[-653461,95657],[-653185,96282],[-1614843,965489],[-1614451,965687],[381240,-33270],[380133,-34094],[195765,417098],[197012,416730],[-579515,216534],[-580571,215957],[119489,169147],[119503,168957],[-1475628,1357466],[-1043470,1447788],[-333934,157145],[-334208,157520],[-409618,187812],[-628994,1761335],[-1539855,972727],[-1318514,1468798],[-1319020,1468367],[1383876,384794],[1384332,384922],[-223917,253458],[-223742,254080],[-1158615,1372265],[-967615,1459683],[-967612,1459304],[253621,358396],[-317861,363995],[-316399,364699],[-1392579,1210248],[1326052,242725],[1327580,242716],[-938127,1587468],[-115471,391058],[-115715,391054],[-939579,1515289],[-937965,1516188],[-1274828,1208927],[-1274705,1208740],[239215,376990],[314477,391302],[313747,391607],[-124741,236151],[-125324,236163],[-891366,1440266],[-891585,1440092],[469264,435147],[-1093562,1451990],[-1093775,1452983],[-773750,1626241],[-392747,122432],[-393568,122795],[1281363,503064],[-102545,454791],[1256895,415119],[1256264,415063],[-670983,101587],[-671336,101614],[12253,151626],[12751,152867],[1324230,330135],[-455966,269128],[-456250,270915],[-914089,1573847],[-918435,1563126],[-319575,237368],[1279887,499622],[-643778,212192],[-644423,211690],[362994,602108],[362345,601929],[-230075,175661],[-227512,175376],[-1281382,1290109],[-1281498,1290253],[171016,514955],[171759,513807],[-53658,307191],[128498,418486],[-1444132,1344413],[-1444417,1344020],[-358093,343263],[-357425,343044],[-1213931,1480078],[-1203375,1476522],[83504,139849],[83999,140215],[-1086918,1371409],[-1086874,1371084],[1393414,203238],[1395079,200132],[-1611219,968391],[-1611312,968208],[273617,487936],[1332472,327308],[-651841,1672009],[-657751,1676503],[-497877,273196],[-498692,274474],[-1194005,1511256],[-1193660,1510645],[-155723,218472],[1410239,282267],[-141065,233824],[-141424,233367],[-1317513,1206582],[-1317537,1207396],[-1254246,1283851],[-592657,365983],[-591942,364772],[-689728,1702384],[191980,274551],[-692657,1613795],[-692815,1614451],[-913636,1435690],[-915887,1434230],[-1014211,1536179],[-861928,1665289],[-861656,1665135],[-1389120,1251305],[-1389190,1251666],[-953373,1446236],[-954304,1445692],[-1395574,1350078],[-1395799,1350570],[13823,152109],[13553,153386],[-704215,1699404],[-580006,354110],[-581917,353361],[-134225,218007],[-140170,219929],[-527673,319689],[-527059,317972],[-746000,1693222],[-149913,214247],[-152503,216626],[-542175,563527],[-539455,566330],[-220163,215884],[-218875,216284],[138099,487810],[137455,487846],[256400,354263],[-395982,83819],[-393334,82683],[-1430107,1347295],[-1133625,1446837],[-226724,500202],[-228200,501253],[-1385089,1221611],[196906,450818],[-595960,1802156],[-358840,86485],[1420494,234129],[1419768,237699],[-1362683,1259914],[-1366179,1352886],[-1366975,1352876],[-385174,129525],[-650785,1697132],[196532,622430],[198109,623238],[1324365,458000],[-510188,120779],[-511708,124794],[-1431108,1127331],[-1430696,1128746],[-1274741,1410559],[-1274944,1409768],[-1434986,1037440],[-418773,89394],[-418717,89443],[-1053970,1374799],[-1053475,1373860],[1394941,335099],[1394091,335177],[-56975,221711],[-61092,224317],[321666,226020],[321383,225975],[-347770,165415],[-346464,166000],[-558931,226938],[-559369,225496],[-1318400,1420371],[-1320249,1418456],[-922976,1404960],[-922351,1404687],[-945192,1383341],[-944688,1382958],[-1542511,1028769],[-1542583,1028834],[356845,256062],[442060,324392],[-644814,1749997],[-1033663,1559859],[-448874,121402],[-449947,121543],[1414057,205191],[1413403,204998],[1376866,384598],[1380820,386934],[328884,196588],[-444106,268594],[-443991,268637],[-973519,1526612],[-976620,1530378],[-562101,112905],[-72391,328272],[-72345,326990],[-657309,221057],[-659652,228673],[-141215,220995],[-1093014,1445948],[-1094268,1444061],[-461661,207585],[1408533,238976],[1414711,243004],[-1266453,1174799],[421992,-186062],[421725,-185876],[-457848,215081],[-458430,215101],[-110177,390718],[-112578,390830],[-400208,276304],[-397992,278603],[-521416,100509],[-521074,101891],[363303,217630],[363478,217992],[-1550777,973076],[-1552337,973129],[-1150232,1468694],[-1148442,1468333],[-1092206,1427876],[-1064893,1506811],[-1064702,1507648],[-780752,1623563],[-200499,286118],[-200846,285126],[-1322518,1200807],[-1322076,1200458],[-1401313,1199288],[-1088442,1370941],[-1088655,1371304],[-243041,220219],[-242609,217922],[-783131,1658058],[-571618,363348],[-572206,365132],[63916,639422],[86321,655917],[85733,656382],[156938,428516],[184103,244091],[184005,243863],[-1283415,1396519],[-1283836,1396361],[-950278,1600192],[223265,380409],[223324,380137],[-144563,220479],[-143305,221304],[-380764,331226],[-382245,331811],[404150,-31491],[403972,-31563],[148051,591076],[148286,590660],[1338320,488529],[1302410,228338],[1302327,229233],[1395989,350099],[-996158,1564731],[-1103653,1423948],[-761769,1699087],[1334212,457884],[1337112,256012],[1337369,256073],[-528241,563502],[-537153,574388],[-985168,1554392],[-984717,1553978],[-874343,1632071],[-874585,1632984],[-613375,1739723],[-169220,604017],[-975498,1496943],[-985055,1494786],[-426815,269624],[-426184,269566],[-577355,226411],[-578251,223440],[-331792,230393],[-330276,227552],[-952140,1483347],[-308959,341395],[-309045,341162],[1337393,485811],[-652290,1727823],[-651821,1718599],[364472,216614],[364929,217130],[-1546581,1038606],[-1545970,1038789],[-242901,195556],[-242669,193994],[-1390099,1356321],[-1389270,1346259],[182094,179122],[182638,178987],[1379639,330201],[1379215,330059],[-1021529,1534633],[-1280021,1453939],[-1292499,1447906],[363351,215673],[-424411,93160],[-424935,91457],[-1423080,1330245],[-1421016,1329526],[-213115,276399],[-213921,277581],[1281531,480958],[409295,349466],[-1464405,1277731],[-360398,100288],[-360890,98860],[1303165,330070],[1304341,329687],[-387048,190411],[-386092,190045],[165848,499146],[168774,665611],[-388683,270311],[-389069,271148],[-1279817,1367743],[-1273635,1367971],[73308,584280],[72041,583562],[-1022939,1471725],[1331800,282054],[-953964,1446752],[-954187,1446503],[-535552,586932],[-536304,586983],[-565130,111319],[-563531,112051],[-191076,228439],[127360,528605],[127118,528301],[175615,193538],[174852,194077],[1369605,447223],[-303097,140887],[-301233,141784],[1357679,502522],[1325645,321538],[1305335,379986],[126557,237919],[127371,239019],[-1429905,1259866],[-1305588,1379930],[-1303983,1377166],[158353,259785],[158537,258406],[134994,531738],[140685,529964],[-562230,236423],[-859184,1663616],[-859040,1663868],[-675942,250244],[-676209,251763],[1344787,136671],[-782195,1710815],[1339574,385453],[1339186,385061],[1267768,374744],[1268101,375418],[-1422514,1136655],[-1422545,1136822],[-1265119,1242720],[-1262824,1247890],[-1064827,1533590],[284697,154965],[284958,155034],[-588789,1799324],[-45785,370453],[-46035,371144],[1371336,204853],[1375000,214512],[-1419358,1096501],[-606805,84317],[-605418,84921],[170189,508607],[170189,509607],[189983,445615],[310672,325566],[310826,325432],[-539377,129224],[-538567,129594],[-1069704,1540675],[-419315,75285],[394209,-77344],[1348068,497051],[-1294582,1390091],[-1294671,1390427],[-51176,376275],[-50854,375316],[-669639,238781],[-669121,237553],[-1430249,1204064],[1420568,114119],[121679,507376],[121565,507840],[-1301157,1432407],[-1300596,1431812],[35354,220289],[400467,-24985],[400174,-25087],[-904785,1561736],[-906884,1561746],[1395492,443031],[-612302,1745436],[-1162562,1469146],[-280781,190085],[-280792,190661],[-208642,215062],[-209449,213169],[-551384,386826],[-552618,387815],[-566663,45010],[-573090,49717],[1396838,110019],[-1197780,1480012],[1247492,414142],[1247244,414512],[-1385301,1339389],[-1385112,1339300],[1345468,406148],[1346461,407549],[-1238791,1504410],[-1238533,1503975],[-131811,251815],[-133096,251263],[218065,467839],[223371,466239],[1357234,375297],[1358747,374939],[178542,573767],[178215,575019],[-1342496,1382360],[-1420576,1328788],[-1415660,1331018],[-1255711,1395274],[-259822,231315],[-259352,232985],[-1286082,1368536],[-1285809,1368651],[-923758,1408593],[-923084,1408272],[352114,-89717],[-854431,1611582],[-854257,1611843],[-524973,324025],[-525323,324382],[-702009,1691783],[107632,572657],[106950,572929],[-442583,41119],[-442912,40186],[-47897,155329],[-47908,156019],[-361306,233821],[-360626,233672],[-967330,1471051],[1323234,249570],[1327250,243603],[-972891,1409508],[-974081,1408831],[1304698,260396],[1305333,260580],[1034434,573613],[-842049,1594066],[-843097,1594902],[78340,675519],[78560,676217],[175396,460864],[1246943,408298],[1247808,408339],[-997675,1513520],[-997760,1514015],[-998559,1565761],[-998421,1565977],[-1317082,1415613],[-1316414,1415921],[-247388,177569],[-247875,176758],[91085,670962],[90750,671721],[129405,512029],[128745,514272],[-982530,1498428],[-976511,1499564],[1400832,240398],[194663,266194],[194628,265937],[-223524,206608],[-223940,207397],[-506156,124053],[-506887,123582],[-945066,1381873],[-945280,1381818],[-1153809,1318489],[-1154816,1323084],[-1165342,1484319],[-365306,154521],[-363728,153855],[19343,300908],[19347,300025],[279342,323925],[279353,326174],[-944566,1404286],[-943710,1406018],[1316869,113375],[1408792,279613],[167221,499197],[166401,499155],[-403480,560724],[-401914,558918],[-163144,242396],[-162700,240874],[-699952,1562777],[-701657,1563329],[161405,177550],[161717,178473],[1298299,333079],[1299197,333218],[-51677,169225],[-51442,169584],[359404,343226],[359116,343100],[1373100,201499],[-1167238,1413963],[-381548,190251],[-381604,190387],[-106298,441346],[-106007,442583],[84556,141280],[84730,141420],[1298320,313569],[1298650,313592],[1385167,227049],[1383558,223624],[-1042528,1506443],[-1043222,1507658],[-232005,182174],[-233790,182884],[-16437,243843]] \ No newline at end of file diff --git a/src/gathering/a10369.json b/src/gathering/a10369.json new file mode 100644 index 0000000..0fa2ed6 --- /dev/null +++ b/src/gathering/a10369.json @@ -0,0 +1 @@ +[[-1269458,1289176],[-1278477,1291349],[-1279777,1288849],[-1268203,1293997],[-1268664,1294533],[-1273183,1294160],[-1278451,1293605],[-1268344,1301062],[-1267390,1226549],[-1282406,1284756],[-1281779,1294049],[-1299967,1432318],[-1303365,1173268],[-1304142,1175654],[-1302250,1175423],[-1311991,1121003],[-1309607,1129293],[-1316725,1138851],[-1310932,1130109],[-1317333,1137744],[-1329744,1390801],[-1325127,1388113],[-1329588,1390587],[-1329583,1072004],[-1318761,1116645],[-1334898,1068223],[-1350813,1356119],[-1347344,1359637],[-1347580,1359984],[-1349970,1197645],[-1355394,1199181],[-1362257,1060909],[-1362478,1058575],[-1363652,1066396],[-1357777,1200509],[-1357332,1202153],[-1362377,1194469],[-1361320,1196346],[-1357395,1200486],[-1379773,1033062],[-1381878,1052966],[-1370428,1059601],[-1382406,1329362],[-1387469,1327081],[-1387473,1022044],[-1388468,1019646],[-1386486,1018367],[-1387106,1022653],[-1387659,1020503],[-1386505,1016525],[-1386695,1024658],[-1386569,1026478],[-1383012,1042658],[-1387115,1049126],[-1385924,1049448],[-1383287,1051472],[-1382746,1050308],[-1385784,1051234],[-1395071,1077615],[-1394774,1078729],[-1406537,1332702],[-1404220,1339903],[-1402280,1339946],[-1403813,1336823],[-1401941,1340001],[-1397427,1078753],[-1409976,1112347],[-1409200,1111310],[-1410205,1109635],[-1410510,1110614],[-1431070,1035615],[-1430883,1034404],[-1431598,1025823],[-1422828,1074745],[-1421468,1072035],[-1422760,1073060],[-1430022,1179222],[-1428521,1178549],[-1427752,1180042],[-1429622,1179711],[-1428669,1178678],[-1435705,1019941],[-1438658,1027408],[-1438392,1026211],[-1435531,1025451],[-1453461,1300842],[-1448417,1304123],[-1452195,1342036],[-1450058,1342513],[-1447773,1341912],[-1465445,1032612],[-1461608,1033561],[-1461174,1028956],[-1461580,1030231],[-1466237,1031828],[-1466714,1030999],[-1466051,1033293],[-1463089,1034565],[-1466481,1031053],[-1462104,1036125],[-1466741,1030048],[-1466539,1030843],[-1505064,1029522],[-1505691,1025043],[-1504284,1028406],[-1508857,1027022],[-1506483,1028191],[-1506901,1026584],[-1505808,1029021],[-1511266,1021849],[-1512997,1023778],[-1510999,1023477],[-1512745,1023750],[-1543859,970956],[-1537962,972385],[-1538925,968987],[-1537633,972842],[-1537047,969279],[-1544366,976106],[-1551143,972225],[-1555424,973374],[-1557155,974235],[-147351,267017],[-147563,266315],[-148359,265950],[-150537,266079],[-144764,266695],[-146514,264452],[-145947,265080],[-146823,264750],[-147498,264895],[-148771,262904],[-148444,264593],[-149092,264737],[-149585,263789],[-144810,266102],[-148777,263257],[-149405,265892],[-144954,266943],[-148078,263575],[-151513,266812],[-145613,265745],[-150578,597961],[-152376,649087],[-148817,654571],[-166023,229192],[-165772,225982],[-157432,250684],[-161998,502509],[-159594,501806],[-161313,501502],[-159905,502947],[-159144,502063],[-155394,594930],[-157009,596396],[-162221,648663],[-163099,651344],[-178285,224324],[-177653,225381],[-169576,380265],[-169805,379463],[-169557,374664],[-170131,375212],[-166742,600914],[-191554,353637],[-189699,350286],[-187504,523336],[-185182,524125],[-186666,520922],[-184213,522161],[-185239,523663],[-186392,523426],[-185883,522844],[-185256,522091],[-186797,521093],[-186153,517833],[-187354,518778],[-184120,516325],[-185724,517256],[-185884,517153],[-189421,554633],[-181288,554954],[-190962,556593],[-196617,318797],[-194209,322616],[-203541,360219],[-207852,358158],[-211926,358009],[-216359,496419],[-215508,494405],[-221006,209150],[-223157,205381],[-223308,208774],[-223711,205997],[-228097,465116],[-229293,466208],[-229303,465340],[-227777,485924],[-224109,484956],[-226664,485906],[-228456,491150],[-223797,489007],[-226030,497840],[-223418,490608],[-227853,501500],[-219474,501057],[-232048,482695],[-234376,487222],[-241967,651483],[-9434,456869],[-8452,454596],[-7621,455907],[-7227,455158],[-7387,453354],[-5400,452923],[-5961,453642],[-5606,452120],[-246412,188818],[-243956,188830],[-251894,255931],[-254767,254781],[-250237,261560],[-251995,268899],[-249377,272213],[-250242,270350],[-251831,269646],[-253001,619062],[-255832,644558],[-251061,647808],[-252559,649973],[-247284,649779],[-250582,653141],[-267924,178176],[-267776,178783],[-265742,201927],[-266136,201464],[-265720,209755],[-266662,210126],[-267767,238731],[-265873,273917],[-262553,276340],[-257885,617880],[-263174,632061],[-260739,633447],[-269855,168377],[-272638,239782],[-269029,238879],[-272627,239918],[-278704,263268],[-272673,256952],[-285488,274513],[-288544,274330],[-302259,156508],[-302026,158230],[-306655,164068],[-300214,157194],[-301930,227514],[-303418,229453],[-297021,242859],[-297205,232882],[-297457,241173],[-299814,251951],[-299904,248675],[-314449,156900],[-308457,161901],[-311783,161459],[-314242,157217],[-310934,159986],[-312569,223922],[-331991,151760],[-344661,157110],[-346234,155726],[-357663,170241],[-357783,170270],[-349428,178865],[-346254,180720],[-350179,525164],[-346495,525921],[-359565,171599],[-363045,525722],[-366686,117760],[-362369,117750],[-373055,514008],[-376557,523830],[-378072,525103],[-372852,531844],[-373265,531537],[-404307,560525],[-406934,560337],[-408391,563528],[-410785,560811],[-412864,559304],[-473190,153616],[-465997,148386],[-466969,148629],[-470025,146821],[-470656,144617],[-469890,145860],[-471991,369671],[-470193,370884],[-469185,361376],[-468026,362947],[-473765,152781],[-475006,145932],[-474334,157124],[-475253,155944],[-485005,331403],[-473617,330839],[-474322,328304],[-474058,363854],[-493847,305415],[-495406,312291],[-486569,332999],[-494142,340362],[-488760,340503],[-30742,134360],[-499427,259166],[-505808,264877],[-499254,261089],[-503388,264013],[-501211,271339],[-507880,276256],[-503579,277481],[-506234,278155],[-503000,275426],[-501915,284405],[-510945,307327],[-508958,317674],[-523615,197853],[-517090,206955],[-517067,213259],[-521741,214391],[-522842,234260],[-516066,310623],[-519785,325832],[-513281,97589],[-524439,96360],[-518233,95626],[-518048,95979],[-521266,103305],[-520806,103509],[-525513,211955],[-530250,219132],[-537352,225563],[-530487,219814],[-536000,226038],[-530189,233391],[-531994,236011],[-524962,328134],[-526061,322631],[-531284,380242],[-531587,387582],[-533451,387424],[-531821,407740],[-528222,408290],[-525759,410916],[-527392,413015],[-534933,559189],[-525470,98710],[-535337,97608],[-549263,252777],[-546661,248748],[-541212,248924],[-550213,370546],[-549755,373920],[-540951,372977],[-540839,560078],[-539917,566476],[-549362,100179],[-548270,114431],[-550508,382637],[-560725,411682],[-559655,568014],[-554263,108202],[-575887,243272],[-565168,248494],[-566238,248396],[-572878,369804],[-571860,373053],[-573516,378724],[-568751,382769],[-572614,396173],[-567294,400567],[-564341,563014],[-567936,566579],[-571085,102067],[-569866,114236],[-572762,103459],[-568407,113091],[-577065,245498],[-582828,368283],[-587683,368013],[-582100,366816],[-576385,377533],[-589511,370138],[-597965,389264],[-600774,421313],[-603860,148150],[-605434,150631],[-602949,150052],[-608288,151203],[-602001,384801],[-604988,391943],[-601839,413005],[-602764,413171],[-601817,423596],[-601704,423166],[-621240,1732944],[-621050,1733919],[-625066,1731804],[-621824,174400],[-616587,174143],[-620378,174078],[-46984,357562],[-47260,358101],[-46232,358582],[-47288,358019],[-46565,542587],[-45618,542871],[-44916,542118],[-46385,541321],[-46362,538963],[-44583,539670],[-47175,540852],[-45443,540430],[-627411,1732809],[-649825,139435],[-645018,131387],[-643981,134136],[-647966,202510],[-649501,202269],[-652193,218362],[-642487,217897],[-652773,219102],[-640596,218255],[-645437,250316],[-651319,86294],[-650341,92598],[-661040,135204],[-654854,195417],[-656846,195274],[-661297,220072],[-660680,220558],[-655397,238683],[-672040,235875],[-667010,246541],[-696314,1637988],[-694526,1635017],[-695100,1634845],[-696458,1638791],[-740092,1635185],[-737162,1630526],[-62093,449442],[-60492,449939],[-53674,554775],[-52080,553883],[-51799,554116],[-53195,555679],[-53271,554619],[-862092,1535945],[-861731,1545964],[-861805,1546229],[-875761,1377872],[-74572,452933],[-73846,535858],[-73638,537588],[-72149,536719],[-71481,534536],[-75137,536747],[-73299,537365],[-72432,535320],[-73721,536226],[-70746,532822],[-70062,534086],[-70959,534955],[-71428,535531],[-944348,1381072],[-944619,1381834],[-944448,1382341],[-945236,1384040],[-945076,1383417],[-944467,1385092],[-944207,1386333],[-942221,1386899],[-941964,1388075],[-942919,1387215],[-943118,1387064],[-943071,1384161],[-943162,1383656],[-968762,1405302],[-972096,1412287],[-966719,1410031],[-966004,1413601],[-967614,1417053],[-970535,1417370],[-971290,1418797],[-966764,1408451],[-970660,1419301],[-965352,1415757],[-972280,1408441],[-969801,1415686],[-971670,1418650],[-981691,1375905],[-976376,1371675],[-977728,1370329],[-979246,1373375],[-975245,1373663],[-1007732,1559171],[-81585,547847],[-82098,548380],[-82264,547662],[-80613,547126],[-81584,547035],[-82558,548604],[-81029,548907],[-1022346,1326319],[-1019580,1328997],[-1022940,1335150],[-1028361,1329474],[-1029834,1326105],[-1036427,1330789],[-1031586,1329974],[-1125460,1299457],[-1126529,1308056],[-1133148,1314052],[-98385,601323],[-98452,600815],[-99023,600839],[-101479,605950],[-101025,602993],[-100794,605224],[-97234,601280],[-96820,602685],[-100355,623076],[-102129,624778],[-1202150,1423236],[-1213401,1461342],[-1213351,1460233],[-1212935,1461439],[-1207276,1231793],[-1210889,1241216],[-1213095,1247776],[-1222906,1464951],[-1219182,1465250],[-1218969,1465313],[-1241329,1418491],[-1237424,1469746],[-1254399,1283649],[-1257009,1281898],[-1255601,1282139],[-1264830,1285211],[-1265074,1291058],[-1256756,1281587],[-1257191,1286850],[-1266275,1292261],[-1255160,1285170],[-1255416,1281966],[-1257458,1283240],[-1258763,1284788],[-1260634,1291177],[-1261720,1283331],[-1265598,1287094],[-1257661,1225452],[-1254653,1228556],[-1263454,1229546],[-1263808,1229135],[-1264019,1229496],[-103085,605054],[-106249,607704],[-105655,607108],[11414,384175],[12278,390319],[176253,617495],[178960,617392],[174586,620511],[178231,620463],[185874,618348],[181081,623307],[205563,596058],[211159,591944],[215827,593375],[226193,179156],[224650,177590],[224575,178496],[223876,178608],[221063,178103],[223162,179213],[219573,180192],[220924,181528],[225628,179449],[223787,179523],[225905,180131],[225417,181897],[246944,159965],[247206,159476],[247121,158690],[248040,157188],[246950,157542],[247176,158075],[247829,156679],[247215,156908],[16065,388362],[17657,386695],[337436,659345],[344818,664680],[336963,658690],[342981,664952],[334358,665904],[332965,666672],[28914,396397],[29067,395871],[28408,396414],[35892,395305],[36508,395691],[35836,396079],[37095,395295],[37918,396909],[38112,395882],[27854,394891],[27814,395629],[37176,398269],[37303,397286],[35622,397122],[49183,250568],[46889,249140],[50128,396738],[47937,395309],[46534,396738],[49507,397843],[48473,397373],[47283,397407],[47999,398209],[47613,398869],[45560,613942],[45446,658726],[45675,658776],[39478,666813],[41991,668703],[605697,367194],[602533,364601],[602501,364185],[52093,611889],[58749,606149],[54118,622673],[681292,420081],[681527,420402],[749734,458373],[749425,458394],[749574,459659],[749172,462934],[754996,463163],[748429,461692],[752297,463550],[752128,463808],[748470,461183],[751791,464143],[755485,463276],[756057,463193],[66485,481647],[64834,481531],[65725,482464],[65326,479246],[65200,479654],[66171,480443],[66571,480171],[66925,480414],[819869,402756],[822278,402181],[820341,402525],[928925,520396],[927739,522067],[928250,520114],[930506,535469],[987809,574940],[988885,575175],[991157,572988],[1074579,600041],[1072860,601802],[122246,393378],[118949,417454]] \ No newline at end of file diff --git a/src/gathering/a10401.json b/src/gathering/a10401.json new file mode 100644 index 0000000..3583021 --- /dev/null +++ b/src/gathering/a10401.json @@ -0,0 +1 @@ +[[-120781,-42429],[-130109,-55823],[-137949,30529],[-156167,27915],[-162270,56560],[-179091,-138930],[-177008,-140144],[-179060,142727],[-184599,-133178],[-192933,-225302],[-192415,-225895],[-192418,-261191],[-214837,-269556],[-210458,-379182],[-216987,-385432],[-224190,-226710],[-226775,-269364],[-225804,-269846],[-229290,-283808],[-228860,-284364],[-228891,-283967],[-228861,-284003],[-228933,-283961],[-228847,-283938],[-228881,-284236],[-228905,-284161],[-228946,-284180],[-228890,-284197],[-228821,-284228],[-229079,-283913],[-230039,-282809],[-230420,-283195],[-230482,-283251],[-230648,-283180],[-235122,69939],[-239265,110531],[-249065,-406176],[-249613,-407117],[-252871,59140],[-251765,64296],[-267430,-100761],[-260332,68907],[-271522,-412559],[-277314,-107505],[-277288,-107469],[-277273,-107541],[-277242,-107517],[-273378,-105943],[-273379,-106041],[-273379,-105994],[-273697,51822],[-287114,-120265],[-283971,-421941],[-290673,35585],[-293014,54434],[-294257,56174],[-283987,115879],[-302741,45186],[-311179,-84970],[-311174,-84915],[-320375,34156],[-320375,34156],[-330176,26949],[-331188,29306],[-321534,40335],[-344432,-251067],[-344431,-251111],[-344450,-251088],[-344473,-252140],[-344458,-252084],[-344429,-252133],[-344472,-252241],[-344302,-251877],[-340876,-263069],[-340823,-263018],[-340891,-263033],[-340839,-263041],[-340784,-263013],[-340799,-263040],[-343669,26226],[-350395,-262242],[-350537,-262168],[-350539,-262420],[-362269,-261645],[-362231,-261588],[-411135,-195783],[-410899,-195736],[-410974,-195745],[-410981,-195886],[-411045,-195913],[-411024,-195863],[-411150,-195568],[-37613,-19417],[-522106,-227333],[-522284,-227280],[-517690,-229643],[-517157,-225826],[-516782,-227059],[-520917,-226699],[-516876,-221126],[-521223,-230052],[-521156,-228745],[-517261,-229667],[-517127,-230730],[-516873,-230721],[-521680,-230260],[-516706,-230735],[-516442,-230657],[-516968,-230798],[-514233,-402056],[-538374,-278978],[-600704,-292877],[-61625,-19408],[-60233,-18932],[-95785,-2076],[8934,133886],[151669,-53654],[150866,-85789],[148641,-89918],[169013,-79373],[232462,-205964],[232325,-205423],[47591,-97559],[47458,-97642],[48142,-98324],[47990,-98400],[47885,-98045],[40971,137259],[38591,139661],[49573,128341],[540315,183874],[540274,183748],[61741,-352945],[56094,-386024],[61438,125672],[58741,117540],[72306,92750],[83360,-234872],[101942,21026],[112607,-86610],[112485,-86950],[107437,20666],[124354,-80139]] \ No newline at end of file diff --git a/src/gathering/a10402.json b/src/gathering/a10402.json new file mode 100644 index 0000000..dcb6e4a --- /dev/null +++ b/src/gathering/a10402.json @@ -0,0 +1 @@ +[[-123588,-433241],[-123869,-432853],[-124123,-434892],[-125119,-432609],[-123730,-430379],[-124205,-432545],[-117004,-446828],[-115395,-446587],[-116928,-446637],[-174616,-448318],[-294175,-248090],[-302620,-259917],[-331595,-352163],[-342189,-49645],[-342664,-47744],[-345572,-53601],[-343462,-54287],[-344009,-59861],[-345300,-62207],[-337954,-59707],[-339859,-59675],[-340492,-53463],[-341177,-53669],[-344815,-66276],[-353839,-48507],[-347546,-49327],[-354831,-73561],[-355140,-74754],[-359414,-48130],[-360834,-57368],[-362810,-69040],[-25242,-215281],[-24623,-214519],[-21846,-213328],[-22339,-213163],[-24186,-213539],[-22357,-215057],[-22093,-215580],[-21477,-217215],[-22643,-213696],[-24140,-208476],[-23538,-206192],[-23912,-206304],[-22159,-207141],[-21970,-208165],[-21728,-207781],[-20991,-208426],[-19646,-208339],[-19845,-207302],[-20928,-209077],[-22149,-216187],[-20547,-214113],[-20512,-213384],[-21456,-209310],[-20971,-209602],[-20795,-210403],[-21000,-211906],[-19295,-212504],[-16125,-216943],[-19173,-213450],[-19804,-216258],[-19144,-214331],[-17293,-215531],[-17071,-216783],[-19349,-217395],[-19076,-217719],[-407889,-233220],[-408333,-232362],[-410615,-233336],[-440368,-163899],[-465077,-179246],[-26480,-211930],[-32729,-216597],[-32247,-212292],[-32089,-212587],[-31159,-213320],[-30313,-213050],[-30686,-212432],[-28039,-213657],[-28786,-214869],[-30340,-214879],[-31044,-215655],[-28654,-212109],[-26752,-208122],[-28638,-211818],[-25849,-210404],[-29108,-210914],[-29244,-211542],[-27187,-215277],[-27983,-215454],[-27861,-215305],[-27320,-214753],[-26517,-207795],[-25842,-213639],[-26853,-213774],[-26539,-209016],[-26228,-210946],[-27362,-209460],[-26964,-209781],[-30030,-213873],[-30886,-215198],[-32071,-215605],[-26398,-209695],[-32841,-213389],[-32702,-212209],[-33643,-211839],[-27469,-212351],[-36874,-216672],[-38000,-219821],[-32194,-229990],[-29253,-223518],[-28660,-224146],[-31651,-227467],[-33815,-230066],[-37128,-218401],[-34615,-218164],[-35217,-217940],[-501786,-474949],[-537907,-164789],[-539442,-165834],[-537709,-337804],[-569260,-300916],[-40812,-216772],[-38414,-223117],[-39024,-219772],[128759,-228423],[136762,-223218],[129500,-227873],[133742,-224011],[134510,-225570],[130729,-227612],[133586,-228919],[130199,-223704],[131119,-226561],[132198,-228249],[131374,-228930],[133996,-223202],[133559,-229605],[134189,-226781],[128161,-220456],[129580,-224697],[131914,-226865],[131721,-225947],[133552,-225841],[136431,-221352],[133852,-229251],[133367,-228590],[135706,-229509],[134586,-228904],[131826,-223027],[132324,-221183],[132249,-220368],[132628,-223018],[128137,-234344],[129453,-230793],[130505,-230417],[129696,-233768],[129661,-231393],[130026,-232571],[133321,-231428],[133546,-232399],[131273,-231302],[488886,83987],[75182,-188771],[74652,-184380],[74422,-188129],[75812,-190982],[74615,-189862],[74630,-191330],[75754,-188261],[73663,-187923],[71538,-193439],[74516,-191890],[72396,-192687],[71432,-191904],[76503,-192197],[72738,-192109],[70588,-193827],[69788,-193273],[76194,-193373],[71796,-191981],[70330,-192666],[70762,-192712],[74026,-193107],[72612,-192271],[75628,-193162],[83256,-184042],[84658,-184435],[80080,-187396],[86819,-185116],[80869,-183673],[81169,-187588],[85196,-185855],[86792,-184323],[86378,-185703],[88839,-187192],[81029,-190796],[87737,-186241],[77164,-187108],[83722,-185957],[79396,-188495],[81874,-186476],[81052,-184500],[89188,-185949],[87679,-187611],[89446,-183803],[77999,-191866],[77696,-194743],[78216,-192472],[77224,-192504],[88214,-216370],[88834,-215487],[86345,-217392],[87997,-214033],[88879,-217175],[88874,-213799],[88274,-213554],[87635,-215757],[88349,-213283],[88441,-213715],[89556,-214007],[85669,-230200],[84979,-229811],[86822,-230192],[84393,-223916],[81409,-228350],[82785,-229021],[82775,-222999],[86378,-225198],[83489,-223884],[81588,-227442],[87512,-226284],[85658,-227967],[83630,-225431],[84395,-221793],[81828,-223494],[80379,-227160],[89295,-223289],[86840,-224980],[84396,-225832],[86437,-226636],[85894,-228878],[85895,-227288],[87870,-224426],[83603,-221658],[83704,-224352],[86253,-217658],[85154,-218131],[88411,-218318],[80807,-225455],[85748,-217609],[87270,-219120],[85135,-219670],[84729,-219797],[86356,-218517],[86943,-220043],[88470,-219882],[82887,-227179],[86923,-226780],[86122,-219234],[83428,-224145],[86450,-217782],[89343,-218629],[86633,-219035],[87092,-219802],[81423,-230224],[83228,-232582],[83525,-233099],[86661,-233266],[89011,-231584],[85559,-234849],[84476,-232328],[85859,-231005],[88555,-231623],[87302,-231500],[87560,-233064],[87877,-231271],[84116,-231096],[82497,-231030],[83926,-232044],[82855,-231273],[84792,-234971],[85378,-236002],[85629,-233048],[83723,-235206],[84198,-233775],[91160,-184543],[92768,-185500],[90016,-184228],[92374,-186129],[102375,-213705],[102115,-213645],[100978,-212534],[99312,-214278],[99375,-212566],[98604,-213628],[98377,-212141],[97255,-211914],[96337,-214307],[94783,-213513],[95667,-215173],[98066,-211864],[91955,-216023],[93838,-215446],[93678,-214903],[92663,-215940],[90987,-213783],[91196,-214762],[89823,-214628],[93194,-216059],[91210,-217051],[91911,-215220],[91044,-216735],[92072,-215578],[90035,-214127],[90545,-213385],[91414,-215184],[92780,-217168],[89676,-214738],[98519,-213247],[94466,-216820],[95478,-215108],[95902,-215891],[91167,-217414],[90441,-218383],[90975,-218280],[96734,-221575],[91012,-221729],[92863,-219528],[90120,-221488],[102191,-229646],[90733,-219585],[91690,-220201],[97351,-222702],[93601,-219303],[92268,-219087],[93014,-219727],[93197,-222156],[94685,-220592],[93885,-221121],[91551,-224483],[90458,-223724],[90464,-222360],[91686,-220622],[92946,-220908],[100815,-221483],[100479,-223191],[98820,-219691],[101702,-219025],[98293,-221882],[99385,-223374],[100791,-221008],[99874,-222238],[94665,-221628],[101317,-219667],[100946,-219550],[100877,-220124],[102170,-222766],[102393,-223740],[100976,-221754],[97188,-221318],[96719,-222370],[92124,-235494],[92077,-234286],[93101,-235616],[100571,-232729],[101486,-232959],[101030,-231262],[106926,-207972],[114252,-216609],[114605,-214487],[108410,-217383],[112632,-210612],[109800,-217133],[110249,-214950],[109061,-216150],[106459,-208740],[114321,-213728],[109376,-210209],[104195,-211379],[106595,-213295],[106729,-212455],[106691,-209290],[109568,-208583],[107695,-206320],[111039,-207663],[111000,-206401],[111066,-209509],[110723,-210033],[112949,-216134],[113460,-215940],[108296,-212120],[115004,-212214],[104046,-213489],[110778,-214603],[112983,-217340],[114302,-217070],[111122,-210206],[107707,-208553],[105812,-207501],[109990,-209944],[108653,-210102],[102683,-212092],[107273,-212962],[109542,-210875],[104802,-213084],[106477,-211739],[105681,-212936],[107422,-209373],[103633,-213051],[107025,-207796],[105833,-207286],[107840,-207470],[110376,-206046],[106565,-208925],[108121,-206495],[111644,-209550],[108264,-209355],[108266,-216498],[105274,-217041],[111640,-215146],[108971,-216892],[108922,-217169],[112041,-216764],[105582,-210941],[111021,-213514],[109304,-204788],[108737,-205936],[108833,-205085],[110577,-210874],[112316,-213557],[110302,-211753],[113360,-213210],[111556,-214335],[114277,-212834],[108969,-208596],[108147,-214335],[109850,-216223],[113445,-211015],[111122,-217502],[113399,-225440],[111405,-217476],[114549,-223592],[114389,-223891],[114249,-224993],[113511,-225975],[111538,-226669],[113314,-224484],[103112,-220139],[113863,-222527],[112324,-225329],[107481,-221228],[107664,-220963],[106199,-220270],[103287,-220230],[102554,-221067],[103606,-222596],[103184,-222788],[114819,-217638],[103681,-230314],[102570,-230969],[102633,-233419],[104443,-230934],[105499,-271172],[105700,-273244],[118940,-210386],[117967,-210347],[117732,-213114],[117026,-212156],[123816,-214461],[119393,-215636],[118693,-212591],[115362,-215717],[122149,-216159],[120553,-216595],[119503,-216534],[116452,-216222],[115431,-214105],[121470,-216383],[122304,-216558],[117192,-214177],[119318,-215925],[116753,-216894],[123322,-214871],[116754,-212116],[116356,-211619],[116870,-210934],[123997,-217307],[125166,-216780],[120471,-220289],[116156,-222959],[121984,-219895],[122529,-219247],[116546,-224468],[115760,-218849],[115896,-223390],[120206,-226857],[121789,-217548],[119780,-227848],[116561,-228695],[116631,-224737],[115822,-224135],[117107,-225442],[119134,-223234],[117024,-226276],[119778,-224566],[120230,-224782],[119122,-223947],[119096,-225941],[119762,-225628],[116881,-228260],[122344,-217785],[117545,-219762],[116888,-219207],[117018,-224760],[119702,-225820],[119847,-222167],[119342,-222465],[127084,-229509],[125010,-224203],[124124,-224345],[127021,-219907],[124613,-223419],[126583,-219181],[125127,-222752],[126079,-223988],[127091,-223796],[125654,-223896],[125858,-223344],[127599,-225375],[126075,-225624],[124946,-226260],[123714,-220501],[123398,-219787],[127804,-224704],[121856,-226197],[125470,-217436],[124914,-217571],[124823,-218816],[126337,-220934],[126806,-230915],[-123659,-432943],[-124154,-434700],[-124902,-434476],[-123328,-433563],[-302586,-255104],[-304036,-259943],[-304556,-257887],[-345151,-52672],[-342826,-57324],[-343250,-59120],[-343976,-61478],[-337459,-58885],[-338873,-61801],[-340348,-62175],[-344653,-66968],[-345586,-67859],[-356100,-49472],[-355330,-50167],[-349673,-48578],[-352439,-48271],[-348804,-49769],[-347804,-50758],[-346061,-49545],[-347401,-51928],[-348781,-66023],[-351744,-72412],[-352824,-73632],[-351965,-74526],[-356454,-68862],[-357318,-69098],[-359499,-49221],[-360003,-59654],[-359721,-58572],[-359317,-60167],[-360178,-72765],[-361899,-70162],[-25034,-215141],[-23921,-214980],[-23656,-213482],[-22792,-216071],[-23983,-214132],[-20083,-213703],[-24872,-212705],[-20733,-212799],[-25415,-213820],[-23299,-214604],[-22638,-213282],[-25490,-208753],[-25020,-208436],[-24959,-207678],[-23442,-206372],[-24371,-206618],[-22636,-206981],[-21762,-207182],[-20361,-208395],[-19237,-207445],[-21319,-209086],[-21705,-210058],[-20354,-209849],[-21265,-210758],[-20217,-211726],[-19543,-214678],[-19929,-215788],[-17952,-215876],[-15905,-216153],[-18391,-216481],[-20545,-217595],[-16943,-217509],[-408304,-231362],[-409779,-230274],[-411775,-232509],[-410342,-232858],[-438450,-165270],[-26247,-212019],[-26517,-208338],[-31344,-212628],[-33337,-214233],[-31367,-214567],[-29554,-213116],[-30270,-212189],[-29693,-215171],[-28970,-214542],[-29649,-215510],[-30733,-215362],[-28202,-212863],[-28132,-211902],[-28790,-211425],[-26553,-210661],[-28683,-210902],[-29450,-212163],[-28114,-215313],[-27499,-215472],[-26860,-215195],[-26573,-215026],[-25816,-212901],[-25939,-212793],[-26330,-214356],[-26086,-209664],[-26872,-211502],[-26483,-211921],[-26593,-210222],[-30378,-215328],[-32739,-215641],[-31608,-215104],[-32218,-216237],[-31985,-213357],[-33187,-212058],[-33379,-211199],[-28016,-212466],[-31573,-229240],[-25865,-226036],[-30780,-230014],[-30842,-229276],[-37759,-219152],[-35366,-218945],[-31416,-230420],[-33590,-230779],[-530579,-314816],[-538091,-165241],[-590640,-290741],[-39624,-218861],[-40129,-218100],[129389,-227405],[132244,-228894],[135156,-225715],[133233,-229452],[130017,-228764],[131592,-225966],[131297,-227555],[130186,-226683],[131856,-227549],[131884,-229352],[130171,-229091],[128226,-222365],[129008,-221654],[130144,-224072],[129705,-224079],[128015,-224774],[132768,-225946],[132563,-227198],[134238,-225469],[132870,-228633],[133109,-228572],[134808,-230017],[134946,-228500],[133501,-228173],[131680,-220740],[131915,-220300],[132314,-219650],[132283,-223494],[133559,-223669],[133440,-224465],[135346,-222206],[137115,-223914],[136168,-221813],[136382,-221531],[135996,-222316],[133960,-226521],[134292,-226289],[133398,-229953],[128993,-230832],[129711,-230484],[128297,-234515],[132441,-231954],[130848,-233567],[131279,-232083],[131853,-232268],[130851,-235057],[132377,-232742],[130762,-230684],[130254,-231233],[134320,-230660],[138812,-239420],[130474,-242572],[131265,-239203],[128545,-230448],[145702,-241234],[141873,-240385],[142716,-250634],[149143,-248640],[144612,-244284],[143921,-258721],[157861,-257151],[154509,-257630],[478004,92549],[489402,86112],[74341,-189658],[75803,-187441],[73607,-191118],[75864,-190710],[71590,-192135],[72764,-193163],[69261,-192516],[74227,-191967],[76505,-193709],[71464,-193887],[71838,-192656],[70681,-192217],[71565,-193141],[74975,-193464],[82343,-185343],[79043,-186591],[81753,-185561],[85100,-187571],[82603,-187884],[79053,-188979],[85786,-184689],[81502,-189777],[77110,-189551],[78642,-188846],[86067,-185481],[83034,-184549],[85497,-185636],[88932,-185682],[89402,-184370],[78690,-194789],[78253,-194181],[76817,-193381],[86880,-215219],[89284,-214671],[86351,-215243],[87889,-215798],[87326,-216494],[89306,-216391],[88661,-217335],[89589,-215817],[84216,-229416],[83134,-227469],[84973,-225948],[86141,-224940],[84258,-226146],[82220,-228357],[88202,-219572],[87593,-217547],[84862,-229231],[89496,-224574],[87978,-221249],[85075,-224910],[81003,-225790],[83814,-224060],[80579,-227375],[82352,-223170],[88511,-217633],[81432,-226672],[88632,-220960],[86842,-229534],[81609,-224330],[86833,-227264],[86361,-227410],[80960,-228369],[84539,-224428],[85848,-218068],[85786,-219371],[83786,-223183],[82600,-226196],[86408,-218176],[81970,-225166],[88304,-220141],[86201,-220955],[87496,-221288],[89487,-218357],[84397,-223092],[84435,-218010],[84410,-218048],[84498,-219592],[84539,-218717],[83099,-225846],[87325,-220765],[82771,-222480],[84989,-220839],[82655,-230369],[82648,-230693],[83705,-230970],[85201,-233888],[85998,-236047],[85448,-235380],[85529,-233754],[85038,-232931],[84299,-234134],[92328,-183811],[92426,-186342],[91833,-186839],[91642,-185147],[90915,-184866],[90112,-184538],[101026,-212837],[99294,-213991],[99540,-212363],[98607,-213877],[98428,-212393],[97276,-211918],[96128,-212763],[95943,-213122],[94826,-213717],[96160,-214720],[90705,-216957],[91514,-215797],[94263,-215485],[93690,-214731],[92846,-216253],[92855,-216168],[90446,-214304],[90674,-213062],[90966,-213499],[91257,-214039],[90381,-214978],[94019,-217377],[95635,-214606],[94039,-216613],[91277,-215398],[92362,-215277],[94636,-216536],[96089,-215540],[95251,-215797],[93391,-215775],[89732,-218092],[99025,-222923],[92625,-218684],[91554,-218563],[92112,-217730],[102215,-222360],[101852,-222985],[102319,-229526],[101543,-223214],[92474,-218013],[102214,-222908],[93398,-222628],[90651,-223300],[94340,-219708],[92216,-222215],[90726,-222425],[92091,-221288],[93430,-221760],[92746,-221655],[91497,-222117],[90580,-220349],[89909,-220624],[101722,-220154],[101489,-222766],[101329,-220161],[91382,-217933],[100843,-220659],[101731,-219430],[100778,-222076],[99488,-222349],[102176,-220075],[101748,-220400],[100952,-219339],[101725,-219448],[99137,-219808],[100926,-219760],[92031,-235243],[92117,-235502],[91468,-233419],[101628,-232613],[100719,-230843],[100973,-232321],[100441,-232346],[108931,-217151],[105178,-217312],[111231,-212588],[109116,-207531],[107480,-209961],[113108,-211452],[109282,-214692],[108787,-209884],[109352,-210767],[110854,-214806],[108654,-211065],[108902,-212893],[107325,-213226],[104642,-211999],[110032,-212886],[105995,-212763],[103467,-213509],[105317,-207963],[106232,-206429],[107193,-206882],[107023,-207701],[108697,-207062],[108235,-206004],[110570,-213994],[109276,-205618],[108124,-204937],[112915,-209646],[110864,-208181],[110709,-210954],[108019,-213437],[111642,-215159],[107485,-212348],[105482,-210515],[111627,-214093],[109394,-211746],[108692,-205496],[111747,-211873],[111973,-213528],[111779,-213503],[114306,-216247],[109779,-215285],[114092,-212772],[106603,-212725],[108006,-214063],[108643,-212858],[108952,-213218],[110716,-215553],[111863,-216163],[109990,-214551],[111925,-214427],[110219,-216113],[111417,-210884],[111378,-209861],[112720,-210847],[115142,-214184],[110202,-217205],[112298,-216985],[104229,-213582],[104832,-213294],[102832,-211644],[106521,-206763],[107012,-207496],[110171,-211359],[108449,-209315],[108577,-208150],[108209,-216282],[111112,-211060],[114644,-220802],[114787,-223787],[102429,-220963],[114812,-224298],[111890,-225883],[113261,-226565],[111834,-226131],[114651,-222807],[113687,-223474],[114132,-224606],[114747,-222216],[102498,-222746],[102511,-219935],[113044,-225711],[107252,-220599],[106193,-220091],[103377,-221114],[102572,-222862],[103043,-230083],[102981,-231010],[102486,-232513],[103024,-233429],[104306,-231001],[118953,-211151],[118153,-209715],[118290,-215343],[120719,-216771],[121403,-217023],[124141,-215166],[117465,-214951],[118926,-215678],[116394,-217013],[117566,-216980],[118651,-216434],[116415,-213279],[116632,-212208],[116202,-211901],[123993,-213977],[118326,-212367],[118296,-213038],[118716,-212885],[117302,-217301],[119583,-215513],[119119,-215496],[123931,-215115],[121823,-215517],[124864,-216854],[124596,-217062],[123742,-216909],[117771,-228831],[118133,-218119],[121843,-218680],[115584,-220804],[116479,-225180],[121494,-219583],[120752,-217849],[119824,-226869],[117759,-228047],[119961,-226443],[116134,-225146],[115540,-224264],[117561,-224867],[117298,-225927],[119906,-223641],[120293,-223889],[120054,-224286],[120179,-218812],[119300,-225145],[119507,-227969],[116467,-223239],[116490,-228209],[117111,-220381],[117912,-220646],[115720,-222004],[119434,-222239],[119166,-222536],[116545,-227831],[117771,-222099],[117275,-224212],[117346,-223289],[117933,-225293],[119240,-223045],[122654,-217516],[121077,-226052],[117356,-221948],[121307,-219792],[125332,-224328],[127670,-221192],[124172,-222961],[127736,-220153],[124443,-222404],[125110,-223129],[126282,-223290],[126821,-223440],[126911,-222412],[126914,-222955],[127330,-222409],[127799,-228545],[126493,-225569],[125070,-226502],[123959,-220910],[125097,-219651],[123637,-218368],[123890,-217764],[124055,-217622],[125337,-218226],[124111,-218177],[121543,-226238],[126644,-220831],[126934,-220236],[123315,-238635],[127859,-231775],[127167,-231249],[126673,-230994],[-552380,-428672],[-554061,-426692],[-559143,-433566],[-559039,-434687],[-558965,-434410],[-559117,-427816],[-559664,-428080],[-552979,-426664],[-552312,-429090],[-552607,-429508],[-552707,-428939],[-558773,-434567],[-559359,-433127],[-559702,-426071],[-558651,-426506],[-559766,-427731],[-574193,-377465],[-572469,-378179],[-575225,-376167],[-572399,-430919],[-569514,-425956],[-572690,-430837],[-575154,-429130],[-585415,-376588],[-586169,-376070],[-586486,-375782],[-584528,-388949],[-584295,-388659],[-586061,-399919],[-585889,-399431],[-579282,-420513],[-579487,-421297],[-582670,-416098],[-582800,-415642],[-579201,-421242],[-582411,-414867],[-590054,-375824],[-590187,-375549],[-591796,-373867],[-591534,-373301],[-593999,-374781],[-594167,-375214],[-593951,-377628],[-600428,-382205],[-600041,-382607],[-599752,-383591],[-598552,-384729],[-595422,-385267],[-594674,-384690],[-596185,-385127],[-599989,-400491],[-591612,-397974],[-590598,-399070],[-591310,-398305],[-600093,-400235],[-599428,-399596],[-599350,-399854],[-591376,-397893],[-590402,-398794],[-594175,-415311],[-596551,-426564],[-597068,-425909],[-596857,-425976],[-596039,-427085],[-595927,-425835]] \ No newline at end of file diff --git a/src/gathering/a10403.json b/src/gathering/a10403.json new file mode 100644 index 0000000..5356a27 --- /dev/null +++ b/src/gathering/a10403.json @@ -0,0 +1 @@ +[[-122616,20809],[-162661,-25310],[-162441,-25344],[-162758,-25041],[-162809,-25081],[-164905,-25757],[-164909,-25653],[-164822,-25662],[-163623,-25848],[-163600,-25778],[-163796,-25936],[-163088,-26005],[-163023,-25996],[-163077,-26120],[-163108,-26125],[-163703,-31432],[-163601,-31383],[-164471,-31157],[-163808,-31202],[-161652,-28172],[-162772,-27169],[-166334,-28100],[-162884,-25619],[-162828,-25581],[-162857,-25767],[-162443,-25744],[-162745,-25435],[-174049,-140600],[-171970,-247050],[-171472,-247970],[-166674,-27443],[-177789,128882],[-169194,40088],[-184260,-153380],[-184524,-153049],[-184535,-153101],[-184575,-153158],[-184071,-152172],[-184048,-152222],[-184108,-152225],[-183671,-151856],[-183721,-151887],[-183763,-151842],[-183512,-150036],[-183461,-150144],[-183821,-149675],[-183903,-149607],[-184018,-149508],[-184024,-149636],[-183896,-149606],[-184284,-153490],[-182444,-154574],[-182450,-154637],[-182480,-154515],[-185851,-154936],[-185819,-154929],[-183269,151197],[-224518,-226700],[-224365,70368],[-244458,104518],[-271694,-108068],[-271696,-107915],[-271665,-107852],[-271629,-107924],[-271649,-108140],[-278016,-107637],[-277890,-107681],[-277830,-107665],[-277956,-107730],[-290274,-149338],[-290240,-149410],[-288844,81923],[-289106,82445],[-289125,82383],[-289123,82090],[-288959,82340],[-289338,81684],[-289109,82316],[-289149,82518],[-288983,81996],[-288927,81691],[-288388,81970],[-288492,81276],[-281765,113755],[-305695,-106067],[-311711,36488],[-314148,37598],[-324309,-155076],[-345291,-251378],[-338797,27538],[-383799,-128608],[-383646,-128612],[-383752,-128710],[-383887,-128591],[-383620,-128441],[-388927,-267619],[-388970,-267674],[-388859,-267618],[-388691,-267648],[-388644,-267675],[-388187,-267750],[-518031,-227415],[-517373,-228780],[-516581,-226892],[-60985,-167997],[12261,-160719],[153474,-85718],[159054,-75484],[158613,-77980],[159393,-92229],[166060,-89424],[171003,-126671],[170631,-126829],[172323,-68374],[268295,513728],[47882,-97991],[48259,-98253],[52220,-92282],[67839,76973],[75115,74529],[72079,85235],[69435,78855],[80635,-104434],[77870,90362],[97787,-88549],[102876,-62664],[110799,-68510],[110694,-68350],[110559,-68333],[122432,-2349]] \ No newline at end of file diff --git a/src/gathering/a10404.json b/src/gathering/a10404.json new file mode 100644 index 0000000..aa79a8f --- /dev/null +++ b/src/gathering/a10404.json @@ -0,0 +1 @@ +[[-130913,21457],[-129884,13823],[-138574,30821],[-133051,30789],[-134531,31385],[-134354,36112],[-145635,30856],[-141721,29878],[-150458,40509],[-156611,28048],[-162113,56957],[-173328,-143553],[-174311,26276],[-174696,33768],[-182422,-133568],[-182847,-133743],[-183164,153266],[-184575,149992],[-199817,40928],[-198064,44941],[-211412,90890],[-228360,-279965],[-224604,79390],[-224722,79411],[-224666,79512],[-225400,79739],[-224520,79077],[-224396,79045],[-224456,79132],[-225614,79623],[-235415,-198715],[-236222,-198476],[-230735,-217630],[-231209,-218027],[-12623,-181045],[-243512,94394],[-264048,-142327],[-267207,-101170],[-264797,-111701],[-281548,36635],[-278679,40428],[-277042,98147],[-287552,-120337],[-284498,27070],[-290747,34453],[-297163,-151051],[-325987,-130159],[-326125,-130266],[-322354,-274846],[-321705,-273858],[-322627,-274763],[-322587,-274705],[-324227,-273745],[-324274,-273822],[-326483,-272910],[-326405,-272914],[-327094,-272167],[-320596,33552],[-344417,-252208],[-344484,-252303],[-339428,42661],[-345602,-252112],[-386980,-88161],[-386930,-88057],[-386978,-88236],[-387121,-87983],[-397508,-205804],[-413834,-176602],[-413941,-176649],[-413764,-176453],[-413725,-176570],[-413706,-176747],[-412161,-175013],[-412096,-174906],[-412101,-175308],[-412261,-174909],[-412095,-175111],[-518420,-230190],[-518760,-227926],[-516043,-230651],[-577668,187779],[-47648,-152845],[-54274,-162703],[-51549,-165838],[-60963,-21683],[-72784,-161696],[-82212,-165963],[142876,-48976],[152731,-71027],[175273,-66867],[328207,416422],[27658,-98256],[47379,-97567],[48057,-98346],[61280,51142],[69665,34658],[74105,27996],[70167,34667],[66113,61567],[76141,53205],[67169,74078],[74603,74433],[92617,49340],[92983,50195],[99198,51779],[110700,-68643],[108362,19863],[103164,21319],[122743,-2523],[122508,-72060]] \ No newline at end of file diff --git a/src/gathering/a10405.json b/src/gathering/a10405.json new file mode 100644 index 0000000..ecda175 --- /dev/null +++ b/src/gathering/a10405.json @@ -0,0 +1 @@ +[[-118853,-75534],[-129889,31032],[-147387,31021],[-141204,29908],[-165762,45259],[-163128,47894],[-176667,-140300],[-177868,-146354],[-178373,12182],[-175064,33173],[-180083,-123754],[-180160,-123750],[-180265,-123876],[-180179,-123801],[-181572,-123836],[-181563,-123919],[-181428,-123936],[-181569,-124020],[-181382,-123987],[-181487,-123940],[-181472,-124004],[-180108,-123682],[-181494,-123855],[-181393,-125428],[-181440,-125284],[-181321,-125344],[-181437,-125347],[-181237,-125511],[-181243,-125645],[-181141,-125759],[-181086,-125688],[-181197,-125693],[-181146,-125608],[-181402,-125158],[-181343,-125178],[-181391,-125283],[-181263,-125260],[-181301,-125435],[-180188,-123896],[-181533,-133352],[-181646,-133500],[-181651,-133424],[-181270,-133548],[-181299,-133605],[-181577,-133442],[-184996,-134924],[-184857,-134853],[-185040,-134812],[-189585,-133692],[-189542,-133628],[-189493,-133660],[-179290,-136650],[-179389,-136651],[-179326,-136737],[-179220,-136724],[-179600,-136647],[-185252,-132493],[-180037,-128684],[-180119,-128737],[-179997,-128463],[-182004,-130906],[-184749,-131963],[-184648,-131998],[-184734,-132063],[-185181,-132444],[-185220,-132576],[-185116,-132274],[-184925,-132201],[-185061,-132204],[-185009,-132157],[-185078,-132250],[-184802,-132142],[-185273,-134406],[-185374,-134252],[-185377,-134317],[-184963,-134833],[-185312,-135468],[-185282,-135527],[-185063,-134720],[-184928,-135027],[-185314,-134355],[-185271,-134273],[-189449,-133641],[-189515,-133570],[-189448,-133570],[-179288,-136884],[-179423,-137055],[-179331,-137063],[-179323,-136964],[-179502,-136647],[-179671,-136746],[-179606,-136762],[-179491,-136741],[-179508,-136836],[-181879,-130717],[-181876,-130852],[-181776,-131035],[-181815,-130742],[-181880,-130574],[-181833,-130913],[-180090,-128584],[-180118,-128485],[-180088,-128404],[-180240,-128603],[-180156,-128813],[-180197,-128745],[-180205,-128683],[-180220,-128953],[-180519,-134401],[-180498,-134445],[-180607,-134416],[-180338,-134675],[-180401,-134660],[-180415,-134633],[-180324,-134715],[-180627,-134666],[-180668,-134698],[-180592,-134715],[-180518,-134697],[-180712,-134721],[-180637,-134745],[-180559,-134745],[-185579,-134951],[-185518,-134950],[-185524,-134897],[-185577,-134885],[-185505,-134983],[-185180,-135098],[-185156,-135035],[-185167,-135145],[-185125,-135087],[-185120,-135018],[-185120,-135194],[-185187,-134431],[-185212,-134339],[-184992,-134746],[-185141,-134475],[-185158,-134374],[-185308,-135393],[-186079,-134429],[-186033,-134376],[-185965,-134391],[-187523,-134391],[-187554,-134449],[-187558,-134291],[-187595,-134474],[-188001,-134343],[-188024,-134297],[-187919,-133180],[-187922,-133225],[-188012,-133250],[-187681,-132864],[-187683,-132924],[-187619,-132911],[-187654,-132987],[-187008,-133162],[-187066,-133209],[-187023,-133225],[-189252,-132376],[-189214,-132403],[-189297,-132339],[-183685,-149132],[-183691,-149082],[-183670,-149198],[-183634,-149090],[-183662,-148984],[-183690,-149033],[-183737,-149042],[-182085,-150471],[-182087,-150445],[-181974,-151389],[-181921,-151359],[-181907,-151274],[-181934,-151189],[-181928,-151106],[-184738,-153883],[-184791,-153884],[-184860,-153906],[-196780,129854],[-195097,81337],[-214767,63388],[-224092,103990],[-242378,-236718],[-241630,-237204],[-242527,-236855],[-242677,-236863],[-242489,-236879],[-242646,-236799],[-242421,-236801],[-242299,-237169],[-242394,-237491],[-242450,-237539],[-242492,-237595],[-242388,-237675],[-241934,-237671],[-242122,-237686],[-242525,49260],[-234080,579847],[-259046,-112462],[-259194,-112519],[-259152,-112527],[-268454,-112318],[-268376,-112443],[-268353,-112267],[-260183,47046],[-276424,-164101],[-276392,-163897],[-276360,-163958],[-272851,-107957],[-272820,-107917],[-273011,-107971],[-270028,-103999],[-270093,-104016],[-274812,81768],[-286077,-126678],[-286080,-126312],[-286134,-126280],[-286120,-126336],[-285884,-152566],[-285843,-152504],[-285945,-152414],[-290604,-166984],[-290627,-167074],[-290646,-167140],[-290463,-167305],[-290434,-167350],[-291583,-188377],[-291724,-188474],[-294168,-66852],[-297435,-81357],[-297499,-81332],[-312495,-131985],[-312445,-132185],[-312455,-132065],[-308433,-146027],[-308377,-145984],[-308129,-146105],[-310657,-70523],[-329566,-205349],[-329520,-205236],[-329453,-205197],[-329546,-205292],[-329669,-205425],[-329460,-205233],[-329508,-205483],[-329619,-205212],[-329995,-205401],[-329698,-205580],[-329681,-205254],[-329595,-205208],[-344567,-250808],[-344551,-250748],[-344680,-250824],[-344565,-250855],[-344609,-250773],[-344591,-251194],[-337947,65991],[-364653,-227633],[-378619,-189157],[-378577,-189216],[-378554,-189401],[-378629,-189401],[-379919,-179629],[-380142,-179661],[-380121,-179723],[-411427,-76426],[-521985,-226095],[-519289,-229421],[-59600,-154242],[-59456,-154716],[-59624,-154297],[-88973,-8298],[-113340,-89549],[11892,604706],[136675,-54353],[130938,-105087],[132017,-103760],[159948,-68477],[160152,-73237],[155735,-73662],[170426,-62092],[27626,-97759],[27503,-98306],[27549,-98240],[27471,-97688],[54124,-96882],[54021,-96781],[95905,92214],[95732,91694],[94294,108974]] \ No newline at end of file diff --git a/src/gathering/a10406.json b/src/gathering/a10406.json new file mode 100644 index 0000000..8a98076 --- /dev/null +++ b/src/gathering/a10406.json @@ -0,0 +1 @@ +[[-125903,-56566],[-129393,-62462],[-134260,9633],[-138429,7478],[-130593,14085],[-136554,36523],[-145408,24084],[-166285,13488],[-162418,56939],[-171619,-247961],[-171385,-248210],[-171510,-248223],[-173730,-245238],[-173858,-245218],[-173301,26776],[-175089,89705],[-174756,89746],[-174668,89694],[-175255,89607],[-175350,89590],[-175357,89550],[-175526,89513],[-174937,90034],[-175567,90491],[-175763,90522],[-175584,90882],[-175574,90984],[-175625,91009],[-175049,89892],[-175052,90416],[-175092,90382],[-175089,90539],[-175513,90262],[-179939,-237947],[-180067,-237928],[-180680,-238235],[-186258,-255599],[-189779,-262176],[-189902,-262138],[-203870,47308],[-204783,124438],[-204670,124411],[-229369,-283039],[-229037,-282992],[-229696,-283825],[-229229,-284469],[-228994,-282892],[-229192,-283016],[-229576,-283609],[-229751,-283652],[-229766,-283705],[-229930,-283904],[-229852,-284126],[-229130,-283591],[-230038,-283348],[-235352,69139],[-248141,-263499],[-268799,-144723],[-256336,-177462],[-264322,-241658],[-258052,-253195],[-265771,-88948],[-278826,-127420],[-274496,-164536],[-271854,-213038],[-271865,-218946],[-269473,-222873],[-272933,-229945],[-273288,51502],[-276653,76577],[-282704,-149958],[-291048,-148437],[-290610,-148314],[-290259,-148419],[-290282,-148491],[-290446,-148949],[-290372,-149017],[-290797,-148643],[-282860,-173650],[-290602,-167117],[-290413,-167342],[-290613,-166845],[-290815,-166891],[-290450,-166829],[-288468,-198543],[-284252,-85509],[-293825,-104407],[-284376,53529],[-304742,-124842],[-295653,-145311],[-304540,-160374],[-303648,-181230],[-305092,-208209],[-296036,-220626],[-297173,-73623],[-299083,-88866],[-295591,-94727],[-295153,-114986],[-310713,-137730],[-314034,-145680],[-311617,-242128],[-313426,-75200],[-331023,-148892],[-325573,-198392],[-325781,-198343],[-325411,-198434],[-323610,-201491],[-325569,-206862],[-325634,-207031],[-325701,-207081],[-325930,-207085],[-325653,-207057],[-325641,-207001],[-325655,-206948],[-325613,-206903],[-329402,-205537],[-329400,-205455],[-322322,-109999],[-334850,-161372],[-337861,69548],[-337940,69448],[-348955,-243428],[-368884,-183281],[-365602,-205375],[-365224,-249596],[-17083,15936],[-17206,15924],[-388893,-267595],[-43730,-162282],[-43851,-162277],[-631145,-294007],[-631043,-293950],[-631050,-293990],[-631644,-294146],[-631311,-294105],[-630874,-293913],[-631732,-294094],[-55907,-152141],[-56035,-152121],[-55824,-151868],[-96398,-2542],[-101826,-24178],[-107977,-97807],[10742,36632],[129506,-82388],[158874,-64932],[175287,-59073],[196238,-135180],[196037,-135691],[216817,-108833],[217212,-109481],[217085,-109456],[29866,38043],[29742,38080],[418455,653193],[418557,653250],[418550,653210],[417956,653054],[418289,653095],[418726,653287],[417868,653106],[75860,54889],[75746,54918],[75740,55325],[74637,74131],[74511,74140],[74462,74851],[80373,53081],[80246,53106],[85479,67847],[85358,67869],[92901,49522],[92773,49544],[93313,50160],[94944,83163],[94120,104324],[93992,104344],[94167,103943],[94144,108653],[94341,108390],[94223,108343],[103154,-62353]] \ No newline at end of file diff --git a/src/gathering/a10407.json b/src/gathering/a10407.json new file mode 100644 index 0000000..95c42b8 --- /dev/null +++ b/src/gathering/a10407.json @@ -0,0 +1 @@ +[[-164861,25528],[-160706,29680],[-156300,37987],[-166215,41429],[-177233,-217493],[-177639,-217679],[-171014,-243836],[-173603,-245531],[-173319,26540],[-169637,40428],[-166570,40042],[-169080,42362],[-175290,83355],[-185049,-227804],[-187112,-232697],[-185331,-239350],[-183627,43664],[-199478,-209001],[-197649,-228297],[-197332,-228385],[-192557,-260690],[-192454,-260607],[-199261,150574],[-209286,-223591],[-230534,587585],[-893,-171631],[-251908,50010],[-245233,67542],[-275017,71261],[-290944,-128628],[-283462,-155475],[-286695,97495],[-298229,-135229],[-295309,-128989],[-304033,30678],[-322751,-231005],[-332228,31699],[-340651,-185913],[-344578,-251148],[-335536,78050],[-353997,-109582],[-361887,-134801],[-21356,-180368],[-24652,-219105],[-380998,-146405],[-383108,-215855],[-395379,-119202],[-409354,-174809],[-37302,-165718],[-35317,7477],[-28122,13218],[-48299,-233065],[-46255,5236],[-41799,3477],[-41720,4115],[-50152,597],[-59176,-220409],[-53213,-5828],[-74399,89579],[-91082,39129],[-107580,-98649],[7062,-172511],[134647,-79140],[145214,-103476],[159371,-88071],[163621,-85334],[170333,-121939],[174528,-105729],[196287,-135641],[231921,-140418],[232717,-140743],[244159,-181462],[14775,-161348],[15601,-157551],[16333,-168942],[267607,527221],[34828,-171399],[27374,-98366],[60125,-139373],[63276,-133979],[74655,74615],[101296,-217243],[94714,-107182],[102138,21381],[100840,66594],[100756,65970],[95672,91970],[102682,21458],[123080,34884]] \ No newline at end of file diff --git a/src/gathering/a10408.json b/src/gathering/a10408.json new file mode 100644 index 0000000..1e19515 --- /dev/null +++ b/src/gathering/a10408.json @@ -0,0 +1 @@ +[[-118463,-76215],[-120046,-66254],[-140533,36400],[-141518,36298],[-164634,25202],[-164634,25379],[-160489,29839],[-160343,29934],[-156210,37674],[-156142,37824],[-154264,37233],[-154132,37283],[-165587,41353],[-165426,41346],[-172970,-143393],[-176714,-212437],[-176901,-212397],[-177285,-241736],[-166679,40270],[-168214,43187],[-179006,78068],[-178872,77947],[-189523,164397],[-189714,164418],[-183784,44080],[-183905,44182],[-183346,40634],[-183503,40713],[-192819,-225060],[-193006,-225015],[-192682,-225395],[-194121,-230858],[-194308,-230818],[-194758,-230730],[-194872,-231148],[-201304,-246070],[-201826,-246384],[-201658,-246063],[-201296,-246816],[-202067,-244278],[-202343,-244585],[-202397,-244580],[-202290,-244254],[-201889,-244242],[-202217,-244779],[-202020,-245146],[-201005,-246175],[-201081,-246434],[-201075,-246550],[-201099,-246483],[-201208,-246247],[-201618,-246265],[-201758,-245901],[-201941,-247274],[-201944,-247400],[-202470,-246493],[-202056,-246565],[-202082,-246500],[-202147,-246525],[-202374,-245626],[-202539,-244864],[-202653,-244768],[-204205,48153],[-206082,-228037],[-227575,-224508],[-231165,-217901],[-231354,-217869],[-254167,-195486],[-267336,-168688],[-262958,-182704],[-261316,-201127],[-260241,-248722],[-266562,-94691],[-274792,-147682],[-270172,-211426],[-272780,-110670],[-272598,-110594],[-272642,-110557],[-269401,66283],[-284754,-133060],[-283262,53053],[-288707,82484],[-289282,82444],[-289048,82355],[-288898,82385],[-288927,82371],[-289115,82171],[-288983,81694],[-288599,82148],[-295075,-121003],[-296564,-140503],[-296732,-140418],[-296744,-140329],[-299137,-176822],[-298155,-228799],[-302358,-69633],[-298690,-110379],[-319901,-190049],[-318924,-111757],[-324920,28523],[-329536,85734],[-329543,85919],[-358582,-232709],[-358765,-232779],[-360574,-267384],[-360769,-267375],[-360704,-267490],[-23824,-177013],[-23992,-176925],[-382065,-123349],[-382744,-131823],[-408885,-172454],[-423148,-177782],[-423273,-178122],[-423190,-178117],[-423362,-177936],[-423178,-177945],[-30447,9590],[-30599,9696],[-27543,8356],[-577469,187805],[-577630,187873],[-95757,-2774],[-102069,-25319],[7772,607005],[133183,-3835],[132993,-3857],[133451,-3588],[133729,-4013],[135968,-108785],[151181,-85242],[151232,-85400],[146752,-98347],[148629,-95582],[148705,-95738],[141890,-107910],[141863,-108086],[158290,-86360],[158171,-86486],[159262,-91157],[159200,-91326],[171105,-121603],[170892,-121807],[170713,-121771],[168824,-88881],[178179,-86267],[178189,-86447],[172754,-79335],[171564,-82319],[171750,-82336],[174711,-106408],[174570,-106321],[174785,-106890],[194581,-77570],[194390,-77564],[238256,554925],[265765,528993],[265628,529076],[61336,-120791],[61148,-120820],[54643,-96724],[70719,-132544],[70587,-132434],[69423,34816],[69233,34820],[70493,34241],[70315,34315],[76254,54190],[74931,74763],[84733,-108367],[85079,67826],[84900,67883],[99029,51973],[98859,52028],[99143,52432],[99688,66332],[99509,66404],[100596,66018],[105499,-50274],[105309,-50292],[107537,20389],[107349,20415],[108738,20383],[122251,-71979],[122625,35102],[122434,35124],[122157,34648]] \ No newline at end of file diff --git a/src/gathering/a10409.json b/src/gathering/a10409.json new file mode 100644 index 0000000..bf72052 --- /dev/null +++ b/src/gathering/a10409.json @@ -0,0 +1 @@ +[[-119667,-65492],[-177800,-146867],[-173993,-239959],[-171366,-262350],[-178615,77990],[-175369,91385],[-175890,90545],[-187976,-133234],[-186578,-209837],[-185599,-227683],[-184625,-225010],[-184829,-250102],[-185091,-250323],[-189977,-262328],[-182606,38169],[-186931,48570],[-193360,-225487],[-192911,-261833],[-211315,38159],[-213559,48808],[-229341,-283587],[-243104,-236324],[-241636,-237443],[-241464,-237238],[-242227,-237586],[-242484,-237693],[-241961,-237734],[-241786,-237849],[-242023,-237757],[-239665,41984],[-238444,53988],[-243223,-236853],[-260463,-248698],[-258733,82005],[-265205,115069],[-275108,-115658],[-277560,48065],[-289219,-115096],[-292823,-165519],[-282568,-112994],[-289161,25114],[-286658,31371],[-283600,55514],[-300282,33691],[-308040,-138314],[-313823,33119],[-322470,-110040],[-328041,86827],[-325859,98437],[-343447,-163660],[-350756,-267566],[-360990,-237189],[-358416,-274935],[-17004,16220],[-15989,14730],[-379846,-239874],[-392635,-241213],[-396907,-199666],[-400013,-201533],[-398715,-208385],[-421447,-190360],[-37744,-18142],[-32151,19082],[-46404,-2010],[-44316,-17937],[-59264,-154566],[-50857,-3854],[-58426,-12214],[-55837,-18628],[-54225,1373],[-66760,91476],[-79932,-17172],[-83851,-14440],[128225,-855],[128448,-939],[132878,-3225],[129286,-82707],[140475,-108922],[155946,-60123],[159275,-91523],[170632,-64029],[172230,-88898],[180917,-61787],[241193,-199502],[241190,-199890],[54199,-96718],[80500,53188],[85390,68229],[95142,83096],[93961,104022],[110065,29456],[120089,-69553],[119716,29710]] \ No newline at end of file diff --git a/src/gathering/a10410.json b/src/gathering/a10410.json new file mode 100644 index 0000000..0bccb65 --- /dev/null +++ b/src/gathering/a10410.json @@ -0,0 +1 @@ +[[-176814,-212282],[-177424,-217253],[-169777,-246846],[-171233,67130],[-190078,-211728],[-190386,-211912],[-187026,-209695],[-181383,-226962],[-181579,-226785],[-181559,-226686],[-180046,-238234],[-187128,48423],[-179728,69642],[-198347,-211115],[-197931,-211436],[-199526,-208497],[-199708,-208390],[-202081,-244565],[-202461,-244059],[-202268,-246065],[-202373,-244202],[-202346,-245992],[-201989,-246591],[-201444,-246575],[-201411,-246452],[-201538,-246174],[-201448,-247233],[-201900,-247128],[-201959,-247185],[-201983,-247354],[-202455,-247029],[-202576,-246504],[-202465,-246429],[-203012,-246401],[-202283,-247413],[-202148,-247429],[-203791,46921],[-210852,37555],[-214289,48727],[-211301,90558],[-224635,41177],[-239206,43377],[-233756,579986],[-239249,55081],[-1091,26511],[-255941,96385],[-260851,-248461],[-268074,-111738],[-267947,-111757],[-267648,-112551],[-267657,-112461],[-275114,-123209],[-275311,-123023],[-275358,-123052],[-275216,-123115],[-275649,-152593],[-275619,-152681],[-275777,-152799],[-275962,-152142],[-275906,-152116],[-278404,-87771],[-278461,-87794],[-278440,-87844],[-278610,-87799],[-272835,-113226],[-279560,46608],[-280314,57318],[-278882,60860],[-286874,30402],[-283648,55185],[-288720,103980],[-311168,-170504],[-307507,-222259],[-317950,-67677],[-311093,-84982],[-313920,32679],[-322658,100640],[-344621,-251403],[-344652,-251461],[-344625,-251341],[-344716,-251364],[-365509,-117134],[-365572,-117003],[-365691,-116918],[-381656,-123781],[-381433,-123928],[-381456,-123841],[-383613,-133586],[-408575,-173738],[-408528,-173667],[-408473,-173659],[-416748,-178595],[-416751,-178505],[-420176,-183044],[-420005,-183059],[-420057,-182940],[-494875,383652],[-517122,-225493],[-57314,-152669],[-57482,-153089],[-103402,-5412],[-108211,-5176],[-106801,-18986],[-109258,-24397],[-109433,-53729],[-111703,-62447],[6021,-21212],[5525,-20944],[10311,31712],[141485,-52390],[154341,-84689],[194374,-76529],[246290,-155133],[244170,-180881],[23302,39318],[27629,-97880],[27573,-97803],[29372,34093],[414433,675670],[47393,-97440],[47539,-97569],[47929,-98459],[43057,36382],[54325,-96104],[53564,-96814],[53213,24048],[58354,47938],[60233,53264],[69702,45186],[86303,52089],[79587,51565],[99731,52184],[108211,20928],[102408,21378],[109669,29503],[119201,-69301],[119270,-69068],[120147,-66283],[122509,34786],[119898,30147]] \ No newline at end of file diff --git a/src/gathering/a10411.json b/src/gathering/a10411.json new file mode 100644 index 0000000..293ce17 --- /dev/null +++ b/src/gathering/a10411.json @@ -0,0 +1 @@ +[[-559139,-434493],[-559214,-434662],[-559461,-427857],[-559600,-427842],[-559908,-426403],[-559523,-426381],[-559708,-426270],[-559411,-426048],[-559374,-426344],[-559165,-427455],[-559495,-428104],[-575732,-375544],[-575944,-375391],[-575810,-375429],[-569342,-426500],[-567302,-428179],[-568519,-428260],[-569544,-426515],[-569508,-426267],[-567361,-427929],[-567263,-428464],[-568072,-428365],[-568300,-428486],[-568193,-428775],[-568584,-428741],[-568180,-428935],[-585671,-375974],[-585829,-375488],[-585854,-376118],[-586160,-375614],[-586261,-375853],[-586501,-375564],[-583474,-378554],[-583663,-378450],[-583896,-378629],[-583293,-378728],[-586025,-400206],[-585764,-399735],[-585567,-399690],[-585565,-399870],[-579799,-421662],[-582320,-415916],[-582002,-415899],[-582609,-415530],[-582898,-415106],[-582842,-414948],[-582583,-415778],[-593580,-376942],[-593433,-375018],[-591552,-374135],[-591072,-375038],[-590088,-375282],[-590400,-375178],[-590373,-375544],[-590262,-376729],[-590078,-377015],[-589966,-376749],[-590624,-375564],[-591297,-375290],[-590736,-375145],[-590349,-374527],[-591450,-373801],[-591635,-373545],[-591270,-373361],[-593618,-374815],[-593141,-374785],[-593610,-374592],[-593004,-375400],[-594223,-376986],[-593600,-377572],[-593853,-376916],[-593848,-377297],[-594324,-375527],[-600597,-400587],[-600360,-400454],[-598981,-399651],[-599531,-399117],[-599066,-399323],[-600378,-400598],[-593203,-415619],[-594646,-415614],[-594518,-415431],[-594826,-415126],[-593108,-415494],[-596791,-426618],[-597227,-426498],[-597278,-426907],[-596197,-426944],[-596237,-427172],[-595702,-426813]] \ No newline at end of file diff --git a/src/gathering/a10412.json b/src/gathering/a10412.json new file mode 100644 index 0000000..cf56efa --- /dev/null +++ b/src/gathering/a10412.json @@ -0,0 +1 @@ +[[-123795,-59385],[-124675,-71588],[-147784,22793],[-141946,310661],[-162205,42225],[-161625,42672],[-178815,-138583],[-173192,-240056],[-173762,-239924],[-173845,-239848],[-169840,-246563],[-169879,-247114],[-169971,-247053],[-171526,-262313],[-168831,19028],[-170862,65789],[-186616,-209689],[-184683,-224719],[-184886,-224692],[-184981,-224632],[-186626,-255769],[-186710,-255694],[-186380,-255488],[-184833,-250359],[-187270,48625],[-187249,48722],[-185890,59002],[-185997,59015],[-201650,-244466],[-202093,-244916],[-202811,-246429],[-202628,-244720],[-202473,-244610],[-202647,-244695],[-203171,-245023],[-202881,-243674],[-202886,-243604],[-198467,-244781],[-192341,-260748],[-210678,37623],[-210608,37547],[-214163,48567],[-214130,48673],[-215411,62202],[-229980,-218188],[-230069,-218119],[-230218,-218230],[-224714,40653],[-224798,40728],[-224300,104003],[-224405,103994],[-238638,-279643],[-239437,42951],[-242140,48868],[-230780,587713],[-230743,587337],[-241857,57167],[-244346,-278139],[-246697,-273505],[-253912,-94024],[-253224,-105666],[-246224,60484],[-262660,-118355],[-264049,120115],[-280696,-136248],[-281323,-201675],[-277272,47934],[-277264,48039],[-273656,53022],[-280700,57222],[-290972,-148660],[-290341,-148372],[-290520,-148753],[-291620,-229886],[-286032,35540],[-300775,-144614],[-302042,-76783],[-295202,-82933],[-300911,-96919],[-300791,33725],[-313698,-119665],[-311045,-70940],[-316319,-88661],[-316353,-88514],[-316372,-88570],[-312592,-87850],[-315082,-93794],[-312215,93626],[-312104,93641],[-326878,-178754],[-327471,-267161],[-325175,-289374],[-334938,-119698],[-342114,-161568],[-339149,42572],[-357105,-207497],[-357157,-207257],[-356959,-207510],[-362009,-214529],[-364762,-216448],[-371207,-159757],[-392598,-233120],[-391877,-233047],[-397370,-205938],[-397642,-205917],[-412201,-174775],[-412124,-175219],[-411401,-195734],[-628346,118661],[-662339,1703746],[-53426,-160565],[-89381,-8712],[-1025146,1488261],[-99554,-117008],[-99635,-116949],[-108312,-16320],[-104410,-112373],[-104505,-112314],[5578,-21071],[128428,-738],[128368,-645],[128080,-638],[128458,-51393],[134570,-78573],[135370,52680],[135338,52779],[148774,-1294],[148688,-1222],[153284,-86039],[157037,-51104],[159434,-54649],[159366,-54730],[163292,-85286],[163197,-85340],[178566,-164248],[178480,-164176],[172532,-84092],[211202,-151154],[232231,-140699],[232152,-140619],[246464,-154881],[246380,-154810],[54566,-96550],[54231,-96080],[75969,53194],[71499,97128],[71443,97225],[100628,65428],[100540,65497],[112780,-86725],[107998,21019],[108090,20723],[107995,20761],[102958,20917],[102862,20963],[103205,20954],[103131,21030],[109974,29222],[127356,-57403]] \ No newline at end of file diff --git a/src/gathering/a10413.json b/src/gathering/a10413.json new file mode 100644 index 0000000..4ba4c7b --- /dev/null +++ b/src/gathering/a10413.json @@ -0,0 +1 @@ +[[-127972,-46583],[-129815,-56155],[-143121,14368],[-174511,25874],[-186166,67139],[-186239,67263],[-199084,150337],[-199202,150256],[-215846,-279040],[-213791,-277106],[-215528,-279706],[-210883,90500],[-210994,90592],[-230178,-283198],[-229776,-283330],[-230336,-283020],[-230144,-282975],[-230003,-283013],[-229651,-283331],[-228940,143512],[-228860,143392],[-224289,70083],[-224628,78502],[-224247,79701],[-223948,79419],[-223874,79482],[-223966,79631],[-238063,-280286],[-231191,587610],[-251827,-89515],[-251754,-89616],[-251671,-89419],[-253960,131555],[-254051,131444],[-251523,49060],[-245279,59975],[-244184,65995],[-244995,125243],[-258480,-122616],[-261602,-132614],[-261431,-132664],[-261550,-132799],[-257504,-183958],[-272256,-155466],[-281446,-164853],[-271117,-85527],[-278447,-88258],[-278645,-88050],[-278506,-87726],[-278587,-87723],[-278386,-88049],[-278446,-87969],[-269526,-104456],[-283293,-139802],[-283094,-139736],[-283116,-139793],[-281700,-164990],[-281649,-164840],[-281614,-164767],[-283820,-180925],[-287400,-224129],[-293404,-105106],[-293689,-104988],[-283617,53649],[-289654,104013],[-289797,104004],[-300399,-133682],[-304051,31189],[-303323,31185],[-312642,-231064],[-319044,-63926],[-309314,-79973],[-309433,-80064],[-313762,-107177],[-313830,-106954],[-313891,-107008],[-308064,-110062],[-308084,-110016],[-307478,-107347],[-307653,-107603],[-307376,-107425],[-324422,-177210],[-327653,-239720],[-341520,-107155],[-341726,-107213],[-341991,-107061],[-343575,26576],[-343479,26469],[-353853,-172332],[-356103,-225366],[-365118,-141273],[-364996,-195017],[-381696,-168475],[-383086,-197197],[-387246,-87915],[-401963,-124455],[-401586,-124481],[-402266,-177114],[-402128,-176830],[-402091,-177042],[-402318,-177001],[-495517,383533],[-495518,383677],[-41460,1272],[-41465,1129],[-57743,-153099],[-64176,-93825],[-107174,-91306],[6143,-21333],[132630,-3259],[135593,-54169],[137639,-53726],[137569,-53600],[151937,-48994],[151942,-48883],[148556,-52660],[145077,-103582],[155674,-60130],[155644,-59989],[154913,-87745],[154813,-87641],[241617,564315],[284094,-168033],[284079,-167890],[54510,-96631],[86718,52936],[86926,52484],[86927,52628],[80063,51675],[80037,51816],[80323,51810],[99873,51878],[109486,29164],[109513,29306],[127500,-56088],[119416,29630]] \ No newline at end of file diff --git a/src/gathering/a10414.json b/src/gathering/a10414.json new file mode 100644 index 0000000..c1459dc --- /dev/null +++ b/src/gathering/a10414.json @@ -0,0 +1 @@ +[[-124717,-70790],[-131194,-59994],[-131924,33002],[-132234,33354],[-176602,1058],[-174900,89611],[-174969,89463],[-175348,90845],[-174787,90905],[-174563,89877],[-175173,90767],[-174617,90860],[-174501,90087],[-175222,91242],[-175237,91060],[-185934,-253811],[-201498,-227679],[-202090,-292080],[-200827,-291923],[-194841,81286],[-216305,-287282],[-213015,-293970],[-242057,-236292],[-241886,-235689],[-242071,-237272],[-242442,-237063],[-243031,-236157],[-242909,-236160],[-242035,-235982],[-242597,-237074],[-242725,-237040],[-242985,-236583],[-241908,-235972],[-241833,-236150],[-241758,-236205],[-241853,-236290],[-242236,-236261],[-242416,-236269],[-241186,-235994],[-241279,-236681],[-241567,-236327],[-242181,149572],[-242187,149352],[-233838,579801],[-238943,110363],[-243806,-236087],[-243525,-236336],[-243745,-236272],[-244070,-236193],[-244548,-236030],[-243979,-236077],[-244134,-236091],[-244017,-236148],[-243523,-236502],[-244565,-236112],[-244734,-236151],[-255208,-98937],[-251021,49480],[-265912,-148341],[-268379,-112034],[-268243,-112046],[-268173,-112119],[-267943,-112104],[-256915,128565],[-256998,128366],[-275882,-123507],[-279221,-141120],[-279252,-141362],[-279301,-141427],[-279218,-141431],[-279210,-141166],[-278917,-88254],[-279035,-87918],[-279060,-88059],[-279054,-88127],[-279122,-87721],[-276784,-109726],[-294361,-132889],[-289551,-143173],[-290213,-167168],[-290408,-166754],[-290628,-166837],[-292503,-180272],[-284704,-209238],[-285674,-77327],[-282732,-88762],[-288728,-94606],[-285143,-105619],[-285081,-105485],[-288227,98625],[-288432,98557],[-304874,-115393],[-294753,-133153],[-294533,-133046],[-296310,-157806],[-301214,-171214],[-304577,-173213],[-304494,-173350],[-304631,-172909],[-304637,-173440],[-303108,-241217],[-304132,-71633],[-302285,-68044],[-306552,-85931],[-318087,-116446],[-318135,-116297],[-313800,-123386],[-312829,-141114],[-312774,-140944],[-311129,-157327],[-307985,-194255],[-315070,-84623],[-311103,-87522],[-317507,-100549],[-308898,-92669],[-321165,-243581],[-331475,30958],[-332315,31074],[-334447,-161267],[-334925,-161517],[-334799,-161425],[-334866,-161479],[-334576,-161306],[-337654,-170228],[-336219,-237168],[-339354,-107438],[-342307,-111143],[-350239,-190464],[-350254,-190138],[-350326,-190232],[-380754,-179550],[-380675,-179843],[-374776,-198190],[-398777,-107657],[-631500,-294011],[-631431,-293863],[128095,-53739],[128083,-53991],[146096,-51277],[145959,-51103],[158007,-60070],[159948,-69050],[159778,-69182],[167312,-54670],[170114,-62323],[171270,-78005],[174036,-87458],[173966,-87665],[188122,-112036],[187959,-111892],[193981,-76369],[194583,-76421],[194440,-76252],[195828,-82004],[210833,-151089],[27421,-97583],[418100,653189],[418169,653337],[54053,-97066],[53597,-96889],[101829,21493],[101643,21378],[102388,21750],[95976,91903],[95841,92078],[96149,91659],[124638,-80234],[124779,-80505],[119732,29893],[119543,30006],[120148,29843]] \ No newline at end of file diff --git a/src/gathering/a10415.json b/src/gathering/a10415.json new file mode 100644 index 0000000..e880a81 --- /dev/null +++ b/src/gathering/a10415.json @@ -0,0 +1 @@ +[[-557003,-421365],[-562561,-412729],[-562885,-412652],[-558723,-422895],[-556486,-423666],[-558433,-422573],[-557483,-422329],[-556404,-423124],[-571553,-393891],[-575916,-386282],[-571941,-393058],[-571784,-393688],[-575854,-385905],[-575797,-397044],[-563831,-411947],[-563616,-411638],[-575159,-429827],[-574211,-429694],[-572938,-431170],[-568394,-426972],[-568967,-427692],[-567763,-427700],[-573182,-429827],[-566587,-425959],[-574521,-429535],[-568416,-427451],[-584519,-383121],[-586289,-383350],[-585458,-384588],[-583912,-385071],[-585043,-391148],[-586644,-394254],[-586829,-393926],[-586469,-400804],[-576199,-397050],[-577900,-415362],[-591614,-390604],[-598052,-405259],[-596942,-404739],[-597702,-407038],[-598609,-405042],[-598542,-405420],[-596204,-403684],[-596566,-403674],[-589611,-417774],[-606234,-402399],[-605217,-400390],[-605586,-401708],[-605962,-402704],[-605006,-400146]] \ No newline at end of file diff --git a/src/gathering/a10416.json b/src/gathering/a10416.json new file mode 100644 index 0000000..4007a24 --- /dev/null +++ b/src/gathering/a10416.json @@ -0,0 +1 @@ +[[-148839,-8184],[-148910,-8213],[-148831,-8199],[-148882,-8190],[-148828,-8162],[-148880,-8116],[-148833,-8257],[-148865,-8136],[-148836,-8131],[-148915,-8198],[-148790,-8454],[-148041,-8185],[-149051,-10984],[-148980,-10919],[-148973,-10947],[-149587,-10786],[-149627,-10800],[-149612,-10752],[-149603,-10756],[-147997,-8449],[-148105,-8232],[-148265,-8314],[-148056,-8455],[-148064,-8381],[-148107,-8418],[-148234,-8324],[-148171,-8399],[-147840,-9684],[-147775,-9840],[-147807,-9763],[-147711,-9806],[-149027,-10785],[-149092,-10671],[-149066,-10834],[-149203,-10827],[-149034,-10684],[-148914,-10642],[-148986,-10852],[-149021,-10713],[-149103,-10672],[-149191,-10750],[-149039,-10663],[-149202,-10739],[-148388,-10462],[-148536,-10488],[-148464,-10548],[-148489,-10544],[-146987,-7861],[-147061,-7723],[-146993,-7750],[-146961,-7863],[-147002,-7722],[-146999,-7847],[-146923,-7782],[-146809,-7851],[-146802,-7761],[-146818,-7754],[-146721,-7864],[-146300,-9657],[-146329,-9656],[-146195,-9765],[-146326,-9798],[-146372,-9798],[-146434,-9730],[-146398,-9891],[-146298,-9753],[-143470,-1701],[-143615,-1608],[-143532,-1571],[-143586,-1640],[-143631,-1653],[-143675,-1500],[-143696,-1539],[-143624,-1493],[-143516,-1917],[-143573,-1983],[-143491,-1894],[-143437,-2083],[-143501,-1986],[-143640,-1973],[-143434,-2105],[-143850,-3742],[-143872,-3762],[-143647,-3709],[-143590,-3718],[-143917,-1562],[-143921,-1501],[-143802,-1470],[-144025,-1615],[-143736,-3737],[-143760,-3807],[-143802,-3662],[-143485,-3554],[-143561,-3654],[-143472,-3584],[-143459,-3638],[-143398,-3612],[-143480,-3544],[-147120,-45],[-146951,-88],[-147015,-57],[-147025,-23],[-146987,134],[-147012,74],[-147094,-22],[-147124,144],[-147240,120],[-147028,74],[-147117,26],[-147179,104],[-147057,157],[-147164,99],[-147150,169],[-147192,45],[-147047,160],[-147071,26],[-147086,82],[-147132,4],[-151077,-1423],[-151019,-1416],[-150803,-1235],[-150884,-1356],[-150876,-1408],[-151026,-1418],[-151025,-1228],[-150862,-1341],[-150822,-1177],[-150964,-1399],[-151058,-1354],[-151098,-1327],[-150980,-1303],[-150991,-1377],[-150832,-1405],[-150950,-1471],[-150791,-1532],[-150994,-1539],[-150963,-1508],[-150992,-1483],[-150945,-1475],[-151081,-1553],[-150933,-1397],[-150942,-1568],[-151052,-1587],[-151030,-1478],[-151029,-1528],[-150981,-1576],[-151712,-2614],[-151534,-2606],[-151743,-2611],[-151576,-2578],[-151521,-2501],[-151656,-2613],[-151633,-2464],[-151576,-2454],[-151647,-2786],[-151508,-2586],[-151650,-2805],[-151632,-2568],[-151831,-2973],[-151748,-2481],[-149952,-3633],[-150062,-3332],[-149962,-3686],[-150024,-3451],[-149915,-3439],[-149928,-3548],[-149901,-3583],[-149911,-3686],[-150146,-3613],[-150073,-3538],[-150137,-3871],[-149673,-3327],[-150098,-3716],[-150093,-3895],[-150028,-3594],[-149806,-3648],[-149680,-3669],[-150137,-3796],[-150047,-3652],[-150145,-3758],[-149753,-3705],[-150084,-3928],[-150105,-3700],[-150020,-3923],[-149924,-3515],[-149965,-3714],[-150014,-4235],[-150016,-4377],[-150090,-4338],[-149978,-4173],[-149940,-4754],[-149880,-4755],[-150106,-4721],[-150130,-4682],[-149871,-4609],[-149847,-4567],[-149782,-6049],[-149660,-6053],[-149792,-6086],[-149697,-6029],[-150569,-3770],[-150518,-3828],[-150449,-3772],[-150500,-3699],[-151334,-4388],[-151247,-4353],[-151296,-4305],[-151175,-4281],[-151882,-7142],[-151929,-7097],[-151753,-7316],[-151725,-7075],[-151812,-6979],[-151758,-6995],[-151937,-6943],[-152326,-7749],[-152231,-7688],[-152197,-7671],[-152124,-7774],[-149110,-9275],[-148997,-9311],[-149015,-9186],[-148935,-9207],[-149049,-9482],[-148992,-9381],[-148976,-9399],[-149023,-9521],[-148578,-11741],[-148501,-11780],[-148680,-11704],[-148549,-11755],[-148492,-11587],[-148594,-11686],[-148379,-11521],[-148513,-11655],[-148667,-11685],[-148665,-11556],[-148630,-11564],[-148581,-11365],[-148193,-11733],[-148228,-11816],[-148325,-11771],[-148172,-11557],[-148156,-11612],[-148034,-11571],[-148126,-11529],[-150042,-12509],[-150136,-12448],[-150009,-12251],[-150080,-12488],[-150002,-12273],[-149899,-12508],[-149918,-12453],[-149892,-12492],[-149948,-12376],[-150069,-12433],[-150025,-12455],[-150076,-12492],[-149974,-8810],[-149887,-8784],[-150002,-8872],[-149996,-8851],[-149902,-8876],[-149975,-8893],[-149939,-8859],[-149731,-8825],[-149741,-8935],[-149908,-8981],[-149749,-8967],[-149877,-9046],[-152167,-7239],[-152146,-7227],[-152224,-7184],[-152147,-7118],[-152169,-7374],[-152005,-7267],[-153274,-12543],[-153075,-12548],[-153076,-12503],[-153154,-12480],[-153139,-12379],[-153232,-12541],[-153123,-12391],[-153109,-12412],[-153244,-12560],[-153189,-12507],[-153113,-12505],[-153178,-12544],[-153157,-12378],[-153188,-12440],[-153270,-12489],[-153303,-12455],[-153168,-12392],[-153328,-12380],[-153340,-12429],[-153332,-12416],[-153250,-12439],[-153275,-12432],[-153339,-12405],[-153238,-12406],[-153291,-12393],[-153435,-12483],[-153524,-12377],[-153531,-12370],[-153440,-12310],[-148353,-11666],[-148275,-11570],[-148099,-11557],[-148277,-11712],[-147709,-10680],[-147744,-10620],[-147650,-10674],[-147630,-10699],[-147635,-10834],[-147570,-10868],[-147527,-10785],[-147647,-10890],[-147809,-9641],[-147853,-9589],[-147772,-9613],[-147741,-9644],[-148029,-9346],[-147938,-9380],[-147876,-9320],[-147932,-9349],[-149387,-10761],[-149553,-10458],[-149499,-10499],[-149435,-10601],[-149557,-10609],[-149528,-10486],[-149542,-10642],[-149504,-10712],[-149834,-10754],[-149605,-10772],[-149715,-10659],[-149747,-10996],[-149615,-10922],[-149678,-11058],[-149604,-10891],[-150784,-11802],[-150745,-11823],[-150691,-11757],[-150843,-11666],[-153475,-12151],[-153514,-12181],[-153580,-12212],[-153492,-12174],[-146677,-8983],[-146707,-8978],[-146610,-8925],[-146681,-8972],[-146857,-9011],[-146859,-8848],[-146781,-8811],[-146936,-8925],[-146436,-8706],[-146547,-8703],[-146572,-8768],[-146502,-8737],[-143649,-12562],[-143962,-12416],[-143517,-12446],[-143875,-12422],[-143796,-12473],[-143878,-12428],[-143856,-12423],[-144131,-12555],[-144047,-12426],[-144015,-12400],[-144062,-12487],[-142809,-7748],[-142833,-7639],[-142722,-7831],[-142690,-7714],[-142536,-7653],[-142488,-7592],[-142594,-7639],[-142675,-7761],[-144313,-6908],[-144196,-6905],[-144188,-6724],[-144239,-6848],[-144194,-6880],[-144096,-6802],[-144175,-6882],[-144070,-6873],[-144034,-7122],[-144184,-7229],[-144327,-7433],[-144201,-7336],[-144150,-7336],[-144260,-7283],[-145068,-3745],[-145049,-3799],[-144990,-3774],[-145128,-3671],[-144871,-3898],[-144789,-3837],[-144905,-3886],[-144936,-3835],[-146518,-4812],[-146568,-4606],[-146413,-4605],[-146509,-4676],[-145875,-5286],[-145844,-5421],[-145927,-5399],[-145965,-5378],[-146599,-6179],[-146678,-6148],[-146628,-6197],[-146776,-6158],[-146873,-6140],[-146869,-6146],[-146751,-6319],[-146685,-4820],[-146651,-4881],[-146732,-4724],[-148651,-4490],[-148591,-4454],[-148638,-4545],[-148603,-4580],[-148249,-3373],[-148201,-3359],[-148052,-3503],[-148128,-3455],[-147992,-3388],[-147962,-3415],[-148852,6],[-149028,31],[-148932,99],[-148864,146],[-149024,156],[-149641,-868],[-149694,-979],[-149771,-796],[-149799,-935],[-149757,-563],[-149723,-716],[-149748,-660],[-149663,-699],[-150565,-130],[-150419,-51],[-150619,-76],[-150621,-121],[-152469,-3846],[-152498,-3879],[-152518,-3941],[-152403,-3772],[-153443,-3094],[-153418,-3134],[-153503,-3013],[-153480,-3160],[-153372,-7502],[-153258,-7406],[-153266,-7525],[-153251,-7396],[-153440,-7670],[-153478,-7703],[-153454,-7581],[-153457,-7689],[-152624,-4503],[-151866,-3833],[-151930,-3756],[-151776,-3928],[-151982,-3869],[-152236,-3904],[-152153,-4039],[-152165,-3969],[-152268,-4047],[-151735,-4752],[-151367,-4727],[-151482,-4671],[-151612,-4755],[-153201,-2943],[-153397,-2964],[-153294,-2780],[-153354,-2956],[-153254,-2730],[-153363,-2843],[-153326,-2907],[-153223,-2845],[-153284,-2876],[-153291,-2861],[-153298,-2857],[-153264,-2869],[-153222,-2879],[-153363,-2890],[-153324,-13091],[-153271,-13094],[-153408,-12979],[-153033,-12950],[-153081,-13123],[-153017,-13033],[-153170,-13057],[-153172,-13050],[-153221,-13973],[-153221,-13836],[-153142,-13973],[-153150,-13817],[-153089,-13459],[-153071,-13483],[-152906,-13639],[-152993,-13460],[-152930,-16426],[-152666,-16447],[-152772,-16410],[-152668,-16473],[-152686,-16387],[-152659,-16522],[-152827,-16419],[-152712,-16604],[-152740,-16387],[-152702,-16441],[-152784,-16439],[-152817,-16359],[-152803,-16460],[-152742,-16364],[-152832,-16622],[-151638,-14907],[-151699,-14816],[-151607,-14740],[-151624,-14908],[-151530,-14603],[-151607,-14827],[-151580,-14928],[-151648,-14889],[-151465,-14789],[-151578,-14864],[-151612,-14780],[-151589,-14750],[-151515,-14709],[-151583,-14789],[-151324,-14643],[-151406,-14580],[-151394,-14655],[-151416,-14746],[-151320,-14750],[-151314,-14651],[-151368,-14735],[-151411,-14628],[-151330,-14741],[-151328,-14665],[-151380,-14741],[-151425,-14702],[-151393,-14565],[-151352,-14662],[-151332,-14509],[-151251,-14344],[-151126,-14556],[-151178,-14763],[-151133,-14726],[-151203,-14494],[-151524,-14163],[-151405,-14136],[-151488,-14062],[-151436,-14128],[-151365,-14243],[-151357,-13964],[-151398,-14199],[-151450,-14090],[-151469,-14172],[-151413,-14149],[-151429,-14223],[-151450,-13962],[-151485,-14107],[-151355,-14058],[-152965,-14042],[-152990,-14101],[-153132,-13952],[-152911,-14079],[-152933,-13960],[-152947,-13978],[-153055,-13950],[-152963,-14104],[-152921,-14082],[-153152,-13918],[-152907,-13970],[-152856,-14066],[-152855,-14021],[-153016,-13997],[-153160,-16870],[-153244,-16808],[-153154,-16875],[-153135,-17005],[-153161,-16868],[-153062,-16899],[-153157,-17109],[-152830,-17139],[-153075,-16940],[-152942,-17024],[-153030,-16969],[-153248,-17478],[-153210,-17480],[-153298,-17579],[-153386,-17552],[-153463,-17454],[-153434,-17499],[-153373,-17518],[-151067,-17488],[-151099,-17469],[-151277,-17491],[-151232,-17469],[-151169,-17487],[-151115,-17455],[-151217,-17360],[-151102,-17273],[-151242,-17375],[-151209,-17551],[-151157,-17644],[-150997,-17587],[-151098,-17580],[-151167,-17787],[-151041,-17863],[-151155,-17805],[-150973,-17951],[-151639,-17336],[-151696,-17222],[-151649,-17398],[-151700,-17231],[-151285,-17943],[-151455,-18100],[-151538,-18166],[-151524,-17996],[-151577,-17980],[-151580,-18011],[-153157,-19880],[-152942,-19906],[-153167,-19900],[-152938,-19923],[-152891,-19678],[-152833,-19728],[-152912,-19695],[-152931,-19529],[-152788,-19585],[-152783,-19368],[-152787,-19477],[-152603,-19663],[-151030,-20122],[-151128,-20219],[-151258,-20129],[-151130,-20287],[-148983,-16106],[-148961,-16151],[-148946,-16341],[-148869,-16320],[-148694,-16207],[-148813,-16227],[-148836,-16114],[-148723,-16227],[-148603,-16167],[-148615,-16072],[-148480,-16027],[-148590,-15974],[-149123,-15131],[-149022,-15237],[-148958,-15023],[-149105,-15254],[-149212,-15529],[-149247,-15600],[-149184,-15502],[-149265,-15475],[-149630,-14322],[-149591,-14471],[-149606,-14479],[-149455,-14209],[-145226,-13624],[-145040,-13575],[-145014,-13651],[-144937,-13700],[-145047,-13673],[-145045,-13732],[-145148,-13798],[-145242,-13708],[-145218,-13714],[-145207,-13716],[-145170,-13784],[-145191,-13782],[-145278,-13756],[-145119,-13746],[-145062,-13742],[-145199,-13831],[-145190,-13682],[-145153,-13855],[-145204,-14125],[-145247,-14144],[-145208,-14148],[-145411,-14266],[-145455,-14315],[-145213,-14376],[-145471,-14070],[-145995,-17403],[-146230,-17238],[-145974,-17279],[-145953,-17268],[-146392,-14421],[-146513,-14474],[-146425,-14450],[-146480,-14424],[-146211,-13319],[-146324,-13335],[-146442,-13295],[-146241,-13308],[-146448,-13435],[-146511,-13372],[-146458,-13642],[-146479,-13467],[-146492,-13726],[-146524,-13657],[-146468,-13521],[-143019,-19096],[-142963,-19040],[-142965,-19141],[-142931,-19178],[-143080,-19232],[-143077,-19333],[-143057,-19391],[-143871,-12616],[-147135,8875],[-147092,8901],[-147085,8841],[-147079,8952],[-148016,10002],[-148032,9946],[-147911,9936],[-147881,9876],[-147931,10012],[-148091,9945],[-147310,10573],[-147374,10670],[-147329,10531],[-147300,10580],[-147175,10599],[-147310,10652],[-147333,10587],[-147289,10591],[-147181,10580],[-147376,10630],[-147128,10484],[-147297,10573],[-147153,10511],[-147160,10558],[-147114,10487],[-147237,10571],[-147584,10635],[-147787,10561],[-147679,10714],[-147609,10623],[-147602,10742],[-147680,10695],[-147573,10607],[-147666,10675],[-147771,10532],[-147895,10520],[-147671,10708],[-147706,10727],[-147645,10617],[-147650,10684],[-147602,10584],[-147764,10685],[-148794,10342],[-148661,10371],[-148862,10327],[-148838,10240],[-148727,10303],[-148783,10391],[-148800,10458],[-148917,10305],[-148863,10362],[-148698,10270],[-148639,10258],[-148697,10325],[-148748,10319],[-148660,10273],[-148939,10462],[-148664,10397],[-146708,8364],[-146641,8239],[-146770,8283],[-146779,8243],[-146772,8322],[-146686,8214],[-146717,8170],[-146752,8186],[-146803,8215],[-146818,8378],[-146830,8099],[-146739,8309],[-146645,8038],[-146845,8312],[-146849,8295],[-146842,8242],[-146551,9209],[-146677,9254],[-146508,9169],[-146645,9250],[-146782,9194],[-146588,8988],[-146762,9156],[-146689,9130],[-152130,7506],[-151992,7529],[-151788,7487],[-151873,7408],[-150109,5707],[-149949,5521],[-150071,5646],[-150178,5696],[-149264,4768],[-149092,4715],[-149259,4779],[-149054,4728],[-149308,4765],[-149284,4893],[-148998,4735],[-149227,4786],[-149304,4868],[-149083,4841],[-149326,4903],[-149136,4853],[-149356,4870],[-149106,4887],[-149054,4711],[-147358,4689],[-147365,4675],[-147413,4643],[-147242,4765],[-147416,4768],[-147329,4706],[-147288,4761],[-147272,4807],[-147281,4686],[-147304,4813],[-147402,4777],[-147195,4616],[-147395,4675],[-147368,4776],[-147369,4777],[-147178,4550],[-147421,4648],[-147477,4481],[-147182,4476],[-147469,4608],[-147296,4403],[-147307,4465],[-147505,4603],[-147481,4548],[-147334,4460],[-147451,4612],[-147469,4598],[-147418,4652],[-147440,4529],[-147392,4545],[-147163,4551],[-147342,4257],[-147385,4150],[-147464,4240],[-147431,4242],[-147622,4104],[-147644,4126],[-147647,4156],[-147431,3982],[-147660,3899],[-147574,3862],[-147522,3968],[-147494,4060],[-147496,3528],[-147679,3570],[-147561,3466],[-147546,3359],[-147519,3353],[-147482,3322],[-147319,3317],[-147863,3857],[-147814,3776],[-147971,3794],[-148009,3649],[-148092,3689],[-147973,3779],[-149058,3846],[-148942,3809],[-149026,3894],[-149051,3894],[-148917,3357],[-148852,3472],[-148941,3386],[-148991,3456],[-148922,3014],[-149006,2922],[-148914,2955],[-148803,3014],[-149322,2155],[-149359,2180],[-149450,2150],[-149338,2171],[-149268,2283],[-149406,2246],[-149405,2161],[-149391,2116],[-149299,2088],[-149564,2207],[-149336,2173],[-149474,2203],[-149453,2147],[-149384,2215],[-149300,2192],[-149333,2200],[-149966,4104],[-149968,4099],[-149825,4189],[-149923,4142],[-149879,4284],[-149981,4260],[-149939,4139],[-149848,4259],[-149936,4069],[-149870,4108],[-149840,4113],[-149914,4349],[-150015,4079],[-149916,4177],[-149924,4139],[-149859,4175],[-149651,4459],[-149725,4587],[-149604,4550],[-149685,4470],[-149659,4387],[-149775,4462],[-149641,4391],[-149649,4454],[-149602,4539],[-149684,4354],[-149793,4568],[-149808,4420],[-149670,4565],[-149636,4490],[-149611,4516],[-149729,4341],[-150235,4756],[-150255,4730],[-150422,4772],[-150278,4618],[-152511,4587],[-152387,4457],[-152469,4599],[-152467,4445],[-152597,4554],[-152546,4567],[-152388,4594],[-152485,4529],[-152454,4511],[-152344,4582],[-152402,4507],[-152405,4513],[-152448,4459],[-152593,4432],[-152450,4631],[-152490,4484],[-152528,4214],[-152724,4239],[-152607,4144],[-152478,4262],[-152574,4203],[-152480,4304],[-152439,4305],[-152563,4273],[-152497,4183],[-152556,4263],[-152566,4267],[-152535,4369],[-152591,4353],[-152641,4231],[-152446,4432],[-152477,4237],[-151977,6673],[-151894,6409],[-151927,6472],[-151772,6489],[-151849,6282],[-151862,6344],[-151930,6385],[-151836,6366],[-151844,6378],[-151904,6682],[-151799,6634],[-151807,6707],[-151794,6318],[-151804,6463],[-152046,6752],[-151911,6381],[-149466,5792],[-149423,5737],[-149572,5843],[-149617,5832],[-149472,5690],[-149634,5850],[-149640,5729],[-149463,5757],[-149518,5716],[-149454,5743],[-149519,5804],[-149590,5630],[-149448,5700],[-149555,5799],[-149514,5699],[-149508,5701],[-148916,5936],[-149025,5812],[-148929,6055],[-148955,5948],[-148985,6022],[-148900,6146],[-147245,8753],[-147178,8908],[-147221,8905],[-147250,8644],[-147716,9564],[-147813,9390],[-147708,9549],[-147919,9457],[-147165,11916],[-147085,12004],[-147049,12052],[-147194,11945],[-145500,9674],[-145557,9718],[-145472,9754],[-145507,9844],[-145465,9585],[-145599,9607],[-145456,9488],[-145645,9720],[-145578,9806],[-145659,9532],[-145567,9576],[-145491,9765],[-145652,9524],[-145523,9771],[-145523,9730],[-145507,9642],[-148289,12096],[-148398,12125],[-148472,12268],[-148233,12107],[-148198,12081],[-148241,12073],[-148313,12109],[-148381,12197],[-148335,12039],[-148271,12177],[-148470,12048],[-148428,12046],[-148421,12154],[-148417,12064],[-148288,12102],[-148338,12217],[-148540,11093],[-148460,10916],[-148273,10870],[-148380,10910],[-148648,11056],[-148497,10998],[-148328,11043],[-148502,10935],[-148679,11097],[-148571,11121],[-148638,11063],[-148319,10854],[-148689,11074],[-148513,11095],[-148525,11025],[-148646,11074],[-150588,11251],[-150653,11205],[-150520,11141],[-150458,11198],[-150648,11094],[-150550,11234],[-150400,11267],[-150517,11231],[-150835,11225],[-150605,11036],[-150508,11100],[-150571,11181],[-150460,11294],[-150431,11284],[-150588,11419],[-150660,11353],[-150680,11285],[-150713,11307],[-150684,11315],[-150764,11358],[-150677,11469],[-150756,11273],[-150534,11321],[-150489,11451],[-150616,11449],[-150784,11489],[-150814,11407],[-150586,11296],[-152256,12333],[-152318,12276],[-152341,12185],[-152350,12202],[-152466,12238],[-152253,12252],[-152361,12199],[-152260,12286],[-152378,12078],[-152142,12276],[-152220,12284],[-152260,12284],[-152384,12232],[-152320,12377],[-151798,11849],[-151737,12169],[-151729,12106],[-151786,12237],[-151819,12217],[-151744,12145],[-151711,12249],[-151860,12092],[-151788,12194],[-151810,12254],[-151748,12011],[-151803,12223],[-151749,11946],[-151817,12075],[-152554,12985],[-152564,12827],[-152628,12999],[-152543,12950],[-152605,12962],[-152638,12852],[-152571,12871],[-152553,12920],[-152764,12608],[-152778,12443],[-152806,12538],[-152836,12436],[-152775,12693],[-152731,12606],[-152730,12617],[-152808,12573],[-152807,12483],[-152767,12687],[-152780,12428],[-152951,12301],[-152777,12634],[-152815,12367],[-152636,11033],[-152456,10847],[-152717,10927],[-152328,10996],[-151949,10427],[-152022,10399],[-151978,10314],[-151968,10309],[-151761,10285],[-151887,10285],[-151842,10297],[-151747,10465],[-151931,10337],[-151844,10395],[-151904,10450],[-152322,10359],[-152409,10379],[-152196,10259],[-152138,10343],[-151887,8620],[-151990,8602],[-152019,8723],[-151902,8715],[-152276,8586],[-152165,8429],[-152348,8598],[-152242,8367],[-151486,8906],[-151576,8938],[-151582,8789],[-151649,8887],[-153407,2332],[-153347,2408],[-153357,2383],[-153243,2430],[-153196,2382],[-153143,2431],[-153365,2303],[-153595,2355],[-153521,2395],[-153459,2386],[-152631,1367],[-152660,1318],[-152555,1383],[-152552,1409],[-152608,2135],[-152637,2125],[-152807,2050],[-152613,2240],[-152745,1862],[-152671,1915],[-152584,1873],[-152678,2001],[-152431,1584],[-152523,1555],[-152630,1564],[-152512,1610],[-152545,2415],[-152573,2522],[-152697,2471],[-152613,2524],[-146843,483],[-146970,441],[-146957,341],[-146913,371],[-146902,499],[-146934,442],[-147018,504],[-146898,464],[-146998,460],[-146813,505],[-146879,416],[-147019,412],[-146967,386],[-146856,410],[-148291,1284],[-148451,1144],[-148381,1128],[-148431,1141],[-148390,1365],[-148343,1380],[-148444,1134],[-148473,1097],[-148404,1225],[-148279,1086],[-148254,1070],[-148364,1080],[-148319,1040],[-148091,1911],[-148155,1796],[-148232,1912],[-148280,1948],[-146535,3622],[-146747,3699],[-146548,3473],[-146681,3481],[-145022,3698],[-144969,3551],[-144992,3670],[-144997,3719],[-144818,3535],[-144819,3632],[-144772,3734],[-144908,3824],[-145445,2658],[-145347,2645],[-145173,2645],[-145109,2640],[-145317,2633],[-145101,2553],[-145017,2608],[-145093,2579],[-145284,2309],[-145186,2406],[-145342,2263],[-145347,2358],[-145324,2315],[-145265,2288],[-145231,2339],[-145309,2417],[-144837,2422],[-145322,2287],[-144929,2416],[-145047,2425],[-145156,2276],[-145002,2448],[-145474,6090],[-145513,6094],[-145542,6120],[-145503,6172],[-149155,9938],[-149222,9886],[-149214,9819],[-149227,9832],[-152275,7614],[-152380,7622],[-152377,7579],[-152433,7543],[-152521,7442],[-152489,7576],[-152382,7538],[-150272,2475],[-150311,2469],[-150099,2489],[-150272,2651],[-150017,2496],[-150135,2670],[-150231,2488],[-150143,2453],[-150152,2446],[-150112,2625],[-150091,2522],[-150246,2655],[-150138,2597],[-150047,2510],[-150143,2524],[-150121,2589],[-149039,216],[-148878,204],[-152261,6288],[-152351,6409],[-152303,6353],[-152382,6360],[-141706,10475],[-141583,10546],[-141837,10372],[-141592,10367],[-141651,10278],[-141786,10340],[-150518,2828],[-150551,2946],[-150429,2925],[-150503,2956],[-150427,2991],[-150689,3752],[-150461,2952],[-150601,3376],[-150618,3069],[-150488,3059],[-150693,3241],[-150635,3179],[-150519,2980],[-150710,2828],[-150569,2966],[-150652,2825],[-151826,1263],[-151780,1171],[-151639,1034],[-151705,1355],[-151609,1286],[-151571,1395],[-151777,1269],[-151759,1173],[-151708,1264],[-151668,1294],[-151707,1200],[-151638,1310],[-151562,1321],[-151728,1350],[-151593,1327],[-151722,1226],[-151601,1288],[-151166,882],[-151262,996],[-151171,1242],[-151322,1156],[-151816,582],[-151424,1063],[-151672,616],[-151711,612],[-151310,710],[-151414,577],[-151187,614],[-151243,615],[-151231,541],[-151258,717],[-148923,8511],[-148907,8463],[-149025,8396],[-149026,8508],[-149211,8606],[-149171,8576],[-149185,8555],[-149122,8659],[-147409,13663],[-147261,13518],[-147358,13605],[-147465,13736],[-147474,13752],[-147437,13659],[-147145,13637],[-147225,13679],[-147218,13584],[-147456,13737],[-147221,13687],[-147294,13639],[-147237,13499],[-147274,13584],[-147237,13613],[-147338,13730],[-152529,13026],[-152568,13010],[-152629,13029],[-152589,13011],[-152586,13039],[-152514,13035],[-152257,16657],[-152186,16575],[-152197,16445],[-152220,16603],[-152530,16581],[-152470,16398],[-152410,16388],[-152401,16203],[-151719,16683],[-151589,16525],[-151742,16721],[-151534,16645],[-153165,17741],[-153344,17614],[-153436,17559],[-153435,17726],[-153468,17751],[-153255,17705],[-153367,17887],[-153301,17737],[-148942,14009],[-149020,14068],[-148980,13951],[-148873,14037],[-148903,14012],[-148920,13918],[-148878,13776],[-149017,13802],[-151378,16851],[-151316,16771],[-151436,16749],[-151267,16779],[-153543,17464],[-153576,17466],[-166003,-1553],[-164289,-59],[-164317,-161],[-164394,-289],[-164601,-134],[-164473,-301],[-164454,-285],[-164520,-240],[-164417,-139],[-164430,-138],[-164520,-69],[-164493,-201],[-164000,-484],[-165648,-1411],[-165737,-1337],[-165710,-1429],[-165732,-1346],[-165971,-68],[-165950,-55],[-166008,-195],[-165992,-59],[-166089,-19],[-166244,-19],[-166079,-236],[-166151,-237],[-165705,-1658],[-165929,-2020],[-166176,-1762],[-165953,-1917],[-165967,-1767],[-165935,-1835],[-165951,-1630],[-165849,-1882],[-165928,-1870],[-165865,-1790],[-165895,-1794],[-165900,-1738],[-165875,-1647],[-165954,-1790],[-165857,-1821],[-165924,-1740],[-165950,-1799],[-165867,-1674],[-154747,-11849],[-154703,-11785],[-154663,-11887],[-154660,-11788],[-154658,-12296],[-154709,-12329],[-154669,-12312],[-154566,-12220],[-154609,-12503],[-154614,-12357],[-154544,-12434],[-154713,-12420],[-154867,-12104],[-154959,-12094],[-155050,-12104],[-154950,-12224],[-159683,-11926],[-160020,-11533],[-160010,-11970],[-159599,-11869],[-163837,-671],[-163708,-674],[-163621,-576],[-163730,-664],[-163732,-810],[-163776,-710],[-163709,-830],[-163815,-837],[-163483,-1000],[-163566,-1057],[-163548,-1096],[-163455,-1082],[-162508,62],[-162542,108],[-162512,106],[-163888,-486],[-163843,-444],[-163848,-459],[-162320,198],[-162477,158],[-162984,-1440],[-162843,-1202],[-163087,-1282],[-162873,-1378],[-163056,-1225],[-162984,-1211],[-162908,-1419],[-162952,-1232],[-159611,-12545],[-159556,-12515],[-159470,-12550],[-160090,-11636],[-160172,-11636],[-160259,-11698],[-160295,-11885],[-160181,-11925],[-160222,-11793],[-160371,-11734],[-159492,-10205],[-159480,-10122],[-159447,-10102],[-159361,-10024],[-159281,-10199],[-159345,-10212],[-159185,-10230],[-159191,-10172],[-162204,-10948],[-162151,-10864],[-162189,-10896],[-162126,-10961],[-162090,-10920],[-161998,-10699],[-162067,-10761],[-162042,-10761],[-162141,-12533],[-162161,-12488],[-158076,-8785],[-158356,-8648],[-158105,-8817],[-158187,-8589],[-157291,-8708],[-157234,-8393],[-157387,-8374],[-157382,-8623],[-157223,-8598],[-157228,-8520],[-157255,-8355],[-157230,-8647],[-155823,-5603],[-155829,-5509],[-155768,-5676],[-155776,-5706],[-154164,-4508],[-154123,-4542],[-154155,-4372],[-154294,-4653],[-154156,-4600],[-154145,-4575],[-154236,-4649],[-154158,-4523],[-154117,-4473],[-154158,-4513],[-154150,-4546],[-154210,-4393],[-154267,-4502],[-154185,-4462],[-162672,-16920],[-162807,-16764],[-162763,-16851],[-162738,-16861],[-162800,-17117],[-162744,-17135],[-162678,-17103],[-162643,-17110],[-163026,-17091],[-163033,-17184],[-163008,-17209],[-163148,-17239],[-163127,-17172],[-163141,-17249],[-163117,-17221],[-163364,-18255],[-163346,-18397],[-163332,-18322],[-163461,-18218],[-165057,-18834],[-164240,-19379],[-164168,-19173],[-164193,-19420],[-163854,-18601],[-164258,-18227],[-163815,-18688],[-163829,-18569],[-165011,-18695],[-164959,-18871],[-164934,-18923],[-165007,-18831],[-165469,-17301],[-165563,-17502],[-165462,-17423],[-165512,-17487],[-165200,-16995],[-165183,-16992],[-165220,-17168],[-165219,-17068],[-165628,-17299],[-165683,-17079],[-165853,-17387],[-165614,-17013],[-166049,-17391],[-166101,-17392],[-166029,-17317],[-165897,-17350],[-166095,-16585],[-166071,-16589],[-166227,-16491],[-166171,-16623],[-166144,-16692],[-166196,-16738],[-166084,-16739],[-166113,-16589],[-166206,-14941],[-166239,-14938],[-166155,-15024],[-166290,-15005],[-166261,-15352],[-166268,-15233],[-166305,-15379],[-166253,-14451],[-166277,-14432],[-166197,-14437],[-166381,-14468],[-166167,-14588],[-166259,-14547],[-166233,-14552],[-166187,-14596],[-166090,-14449],[-166079,-14334],[-164572,-14703],[-164732,-14846],[-164627,-14823],[-164625,-14775],[-164427,-14908],[-164588,-14873],[-164491,-14808],[-164515,-14787],[-166201,-15693],[-165924,-15832],[-166076,-15656],[-164457,-18244],[-164396,-18268],[-164471,-18225],[-164210,-18625],[-163389,-17178],[-163585,-17081],[-163416,-17102],[-163451,-17296],[-154303,-12738],[-154312,-12904],[-154199,-12820],[-154273,-12865],[-154247,-16036],[-153905,-15959],[-154117,-15965],[-153979,-15888],[-154058,-15926],[-154001,-15985],[-153924,-15880],[-153969,-14882],[-153737,-14818],[-153673,-14870],[-153826,-14953],[-153846,-14460],[-154015,-14405],[-153777,-14381],[-153829,-14511],[-153850,-14267],[-154074,-14223],[-153885,-14359],[-154095,-14330],[-154210,-13442],[-154262,-13349],[-154265,-13424],[-154273,-13341],[-155575,-15216],[-155605,-15288],[-155695,-15249],[-155552,-15241],[-155718,-15374],[-155693,-15167],[-155588,-15207],[-155642,-15218],[-155705,-15202],[-155605,-15342],[-155694,-15144],[-155578,-15270],[-155582,-15314],[-155694,-15160],[-157208,-14238],[-157472,-14385],[-157350,-14294],[-157269,-14265],[-157331,-14399],[-157316,-14338],[-157234,-14241],[-157372,-14257],[-157302,-14218],[-157146,-14364],[-157097,-14201],[-157148,-14323],[-157532,-14498],[-157374,-14389],[-157392,-14099],[-157215,-14067],[-157486,-14118],[-157662,-14112],[-157221,-14085],[-157527,-13864],[-157453,-13978],[-157521,-14032],[-157559,-14085],[-156768,-14523],[-156778,-14417],[-156982,-14435],[-156720,-14484],[-156961,-14575],[-156772,-14420],[-156731,-14531],[-156765,-14472],[-156810,-14462],[-156694,-14499],[-156906,-14505],[-156682,-14388],[-156867,-14540],[-156727,-14452],[-155144,-14273],[-155219,-14247],[-155201,-14151],[-155254,-14211],[-155124,-14173],[-155119,-14265],[-155160,-14014],[-155293,-14378],[-155231,-14323],[-155213,-14395],[-155113,-14243],[-155190,-14008],[-155237,-14027],[-155255,-14429],[-154884,-14296],[-154842,-14275],[-154896,-14198],[-154832,-14131],[-154986,-14416],[-154995,-14391],[-155024,-14243],[-154840,-14346],[-154849,-14296],[-154976,-14516],[-154936,-14350],[-154945,-14430],[-155000,-14337],[-154964,-14197],[-156599,-16048],[-156560,-16224],[-156816,-16119],[-156928,-16057],[-156847,-16126],[-156824,-16106],[-156619,-16134],[-156545,-16068],[-156664,-16117],[-156603,-16070],[-156563,-16268],[-156691,-15908],[-156591,-16227],[-156635,-16097],[-157111,-13375],[-157125,-13371],[-157121,-13134],[-157112,-13337],[-157141,-13014],[-157215,-13174],[-157238,-13182],[-157131,-13269],[-157266,-13302],[-157239,-13229],[-157175,-13272],[-157017,-13238],[-156962,-13194],[-157124,-13128],[-157092,-13190],[-157780,-13777],[-157671,-14068],[-157825,-13974],[-157883,-13954],[-158014,-13983],[-158071,-14115],[-158042,-13976],[-158055,-14143],[-157709,-13835],[-157703,-13896],[-157587,-13971],[-157654,-13875],[-160825,-15902],[-160647,-15866],[-160824,-15826],[-160783,-15863],[-160493,-17210],[-160491,-17270],[-160438,-17411],[-160490,-17211],[-160475,-17280],[-160456,-17310],[-160507,-17186],[-160452,-17404],[-160384,-17326],[-160558,-17250],[-160427,-17235],[-160500,-17179],[-160478,-17226],[-160403,-17157],[-160226,-17134],[-160195,-17158],[-160207,-17290],[-160593,-17549],[-160573,-17510],[-160503,-17519],[-160452,-17393],[-160908,-17647],[-160899,-17655],[-160848,-17603],[-160913,-17550],[-161356,-17643],[-161411,-17739],[-161479,-17976],[-161420,-17815],[-161042,-16634],[-161033,-16629],[-161075,-16536],[-160983,-16638],[-161041,-16710],[-161108,-16643],[-160921,-16543],[-160986,-16410],[-160876,-16446],[-161171,-16688],[-161065,-16542],[-160921,-16616],[-160890,-16464],[-160925,-16467],[-160694,-16818],[-160576,-16734],[-160896,-16873],[-160835,-16879],[-160618,-16619],[-160743,-16657],[-160701,-16823],[-160777,-16717],[-160798,-16774],[-160816,-16768],[-160781,-16824],[-160710,-16725],[-160770,-16774],[-160687,-16741],[-160939,-17046],[-160895,-17092],[-161080,-17178],[-160899,-17169],[-161907,-17944],[-161892,-18062],[-161982,-18064],[-161994,-18056],[-158290,-20302],[-158203,-20437],[-158232,-20424],[-158312,-20399],[-158203,-20348],[-158094,-20453],[-158146,-20459],[-158165,-20358],[-157936,-20589],[-157994,-20686],[-158008,-20555],[-157967,-20525],[-157888,-20307],[-157980,-20248],[-157992,-20376],[-157901,-20291],[-157578,-20533],[-157514,-20446],[-157569,-20322],[-157548,-20426],[-157312,-20946],[-157168,-20981],[-157466,-20930],[-157389,-20944],[-155561,-18924],[-155548,-18873],[-155707,-19011],[-155770,-19127],[-155686,-18955],[-155775,-18928],[-155537,-18958],[-155539,-18992],[-155496,-18910],[-155598,-18931],[-155452,-18947],[-155267,-18907],[-155315,-18881],[-155398,-18978],[-155166,-17657],[-154991,-17826],[-154976,-17560],[-154950,-17709],[-155042,-17727],[-155015,-17654],[-154983,-17802],[-154899,-17858],[-154933,-17799],[-154933,-17782],[-154800,-17765],[-154427,-17544],[-154620,-17741],[-154551,-17811],[-154532,-17787],[-154371,-17672],[-154409,-17674],[-154475,-17873],[-156277,-17740],[-156043,-17921],[-156078,-17574],[-156091,-17641],[-157104,-18169],[-157224,-18299],[-157128,-18096],[-157112,-18067],[-157253,-18342],[-157189,-18096],[-157294,-18089],[-157220,-18204],[-154199,-15258],[-154120,-15156],[-154093,-15292],[-154003,-15298],[-154262,-14986],[-154301,-14999],[-154325,-15077],[-154381,-15100],[-159678,-12674],[-159613,-12638],[-159602,-12643],[-159461,-12687],[-159496,-12656],[-164015,-31153],[-163911,-31083],[-163987,-31184],[-163928,-31174],[-164448,-31204],[-164327,-31141],[-164453,-31258],[-164362,-31091],[-163720,-31262],[-163786,-31323],[-163628,-31336],[-163744,-31179],[-163163,-30920],[-163153,-30861],[-163140,-30946],[-163194,-31071],[-162952,-30900],[-163136,-30984],[-163025,-30979],[-162912,-30950],[-161765,-28224],[-161853,-28348],[-161793,-28311],[-161720,-28345],[-164177,-27331],[-164234,-27297],[-164174,-27328],[-164171,-27425],[-166333,-27894],[-166282,-27907],[-166331,-28628],[-166203,-28559],[-166339,-28652],[-166229,-28595],[-163393,-28423],[-163257,-28515],[-163285,-28459],[-163241,-28431],[-162649,6559],[-162731,6474],[-162522,6583],[-162761,6474],[-162328,6535],[-162506,6455],[-162446,6508],[-162527,6452],[-160973,7674],[-160976,7677],[-161028,7625],[-160927,7750],[-160860,7682],[-160857,7656],[-160762,7767],[-160633,7823],[-160765,7953],[-160901,7964],[-161011,7930],[-160835,7842],[-160491,9115],[-160322,9113],[-160360,9111],[-160301,9043],[-160568,9020],[-160658,9161],[-160754,9071],[-160448,9129],[-159340,8424],[-159346,8503],[-159275,8344],[-162353,6303],[-162442,6311],[-162468,6286],[-162567,6206],[-160340,5912],[-160317,5915],[-160464,5740],[-160504,5745],[-160512,5616],[-160495,5652],[-160386,5748],[-160502,5661],[-160378,5623],[-164653,2550],[-164632,2515],[-164481,2511],[-164558,2554],[-165467,2053],[-165551,2198],[-165495,2269],[-165503,2205],[-165542,1137],[-165417,1178],[-165491,1087],[-165385,1073],[-165191,719],[-165293,715],[-165104,810],[-165209,742],[-165224,961],[-165286,1033],[-165235,1038],[-165260,981],[-164317,1241],[-164341,1330],[-164218,1056],[-164307,1102],[-166342,1741],[-163101,7306],[-163104,7216],[-163051,7313],[-163182,7072],[-163449,9517],[-163405,9390],[-163612,9380],[-163397,9454],[-163487,9609],[-163446,9637],[-163553,9533],[-163515,9481],[-162160,7387],[-162288,7495],[-162142,7360],[-162533,7451],[-162407,7394],[-162293,7512],[-155089,1568],[-154787,1789],[-155076,1619],[-155098,1848],[-154890,1637],[-154984,1584],[-154838,1702],[-154613,1693],[-155140,1803],[-154955,1730],[-155061,1799],[-154845,1592],[-154816,1651],[-154862,1702],[-154925,1663],[-154729,1559],[-154746,1560],[-154693,1428],[-154790,1542],[-154014,2629],[-153977,2745],[-153941,2653],[-153943,2660],[-153615,2317],[-155817,6349],[-155891,6502],[-156057,6402],[-155911,6462],[-155853,8607],[-155762,8626],[-155747,8660],[-155817,8594],[-158128,5114],[-158283,5111],[-158316,5068],[-158289,4911],[-158257,4973],[-158223,4989],[-158131,4926],[-159087,8432],[-157176,10920],[-157200,10960],[-156982,11006],[-157160,10953],[-159575,4414],[-159456,4480],[-159397,4397],[-159416,4340],[-159584,4268],[-159540,4340],[-159486,4320],[-159629,4399],[-159667,4176],[-159730,4079],[-159805,4239],[-159592,4094],[-158743,4399],[-158741,4291],[-158756,4378],[-158741,4436],[-159618,2126],[-159415,2145],[-159525,2149],[-159561,2226],[-160045,5859],[-160271,5766],[-160222,5869],[-160286,5723],[-160232,5900],[-160256,5879],[-160308,5726],[-160292,5764],[-160349,5660],[-160254,5574],[-160312,5681],[-162725,410],[-162495,397],[-162594,376],[-162524,384],[-162284,510],[-162183,438],[-162219,663],[-162189,394],[-162514,1174],[-162490,1242],[-162536,1097],[-162427,1286],[-162472,1055],[-162417,1002],[-162372,1117],[-162402,1080],[-162448,312],[-162458,262],[-153640,17306],[-153675,17648],[-168268,-2210],[-168114,-2369],[-168117,-2308],[-168185,-2225],[-167955,-2635],[-168024,-2633],[-167927,-2579],[-168035,-2424],[-168096,-2497],[-168135,-2440],[-168060,-2563],[-168585,-1438],[-168365,-1499],[-168596,-1427],[-168579,-1544],[-169327,-1501],[-169381,-1485],[-169440,-1462],[-169292,-1453],[-169287,-1459],[-169544,-1674],[-169456,-1660],[-169455,-1620],[-169422,-1642],[-166591,-1100],[-166587,-1016],[-166668,-1073],[-166666,-898],[-166921,-983],[-167010,-914],[-166933,-823],[-167070,-865],[-167184,-693],[-167140,-857],[-167202,-768],[-167123,-825],[-167080,-842],[-166693,-456],[-166628,-412],[-166638,-395],[-166600,-526],[-166606,-415],[-166610,-458],[-166656,-592],[-166709,-623],[-166723,-596],[-166675,-682],[-170332,11],[-170462,139],[-170429,198],[-169469,-1401],[-169573,-1297],[-169627,-1422],[-169528,-1618],[-169500,-1434],[-169590,-1222],[-169378,-1254],[-169484,-1165],[-169331,-1447],[-170610,-1387],[-170519,-1338],[-170644,-1274],[-170486,-1226],[-172819,-2290],[-172867,-2270],[-172823,-2211],[-172923,-2191],[-172864,-2359],[-172879,-2443],[-172889,-2443],[-172930,-2331],[-175279,-3856],[-175410,-3743],[-175473,-3842],[-175428,-3675],[-174490,-4390],[-174512,-4521],[-174632,-4375],[-174471,-4472],[-174814,-4299],[-174769,-4295],[-174715,-4336],[-174609,-4097],[-174751,-4152],[-174694,-4179],[-174714,-4092],[-172847,-5056],[-172813,-5066],[-172838,-5087],[-172882,-4963],[-172977,-5433],[-173131,-5461],[-173119,-5274],[-173044,-5254],[-173433,-5948],[-173453,-5913],[-173638,-5916],[-173626,-5844],[-173787,-5928],[-173603,-5912],[-173682,-5987],[-173633,-6068],[-173669,-6055],[-173734,-6130],[-173410,-5868],[-173420,-5804],[-173644,-5601],[-173483,-5580],[-173432,-5711],[-173469,-5712],[-173404,-5816],[-172197,-7036],[-172414,-6913],[-172482,-7053],[-172430,-6991],[-172513,-7058],[-172363,-6927],[-172290,-6922],[-172375,-7003],[-172347,-7080],[-172983,-9226],[-173037,-9187],[-173076,-9226],[-173086,-9310],[-173126,-9342],[-172923,-9322],[-172968,-9324],[-172963,-9328],[-172940,-9411],[-172983,-9312],[-173318,-9383],[-173198,-9358],[-173274,-9520],[-172935,-9413],[-172967,-9939],[-172812,-9772],[-172829,-9840],[-172827,-9874],[-172164,-10697],[-172200,-10694],[-172235,-10785],[-172444,-10726],[-173720,-11658],[-173615,-11846],[-173574,-11890],[-173624,-11885],[-173401,-12559],[-177499,-12570],[-177764,-12555],[-177725,-12476],[-178746,-11016],[-178865,-10908],[-178886,-11090],[-178685,-10865],[-178501,-9805],[-178355,-9862],[-178339,-9932],[-178346,-10150],[-178349,-9997],[-178268,-10026],[-177587,-10041],[-177579,-10004],[-177351,-9776],[-177313,-9975],[-177611,-10026],[-177502,-9833],[-177557,-9909],[-177376,-9843],[-177410,-9933],[-177517,-10037],[-177353,-9961],[-177597,-10046],[-177428,-9910],[-177473,-9851],[-177411,-9940],[-177491,-9947],[-177477,-9986],[-177484,-9959],[-177421,-10008],[-177525,-9992],[-177589,-9946],[-177555,-10058],[-177488,-10201],[-177493,-10206],[-177499,-10118],[-177498,-10263],[-177560,-10179],[-177416,-10207],[-177496,-10156],[-177499,-10141],[-177487,-10129],[-177383,-10218],[-177586,-10143],[-177358,-10170],[-177383,-10085],[-177361,-10162],[-177477,-9782],[-177625,-9726],[-177533,-9676],[-177650,-9828],[-177601,-9765],[-177571,-9613],[-177528,-9643],[-177470,-9603],[-177512,-9759],[-177562,-9752],[-177560,-9647],[-177571,-9817],[-177508,-9725],[-177496,-9670],[-178964,-8875],[-178810,-8750],[-178791,-8847],[-178870,-8640],[-178803,-8720],[-178938,-8865],[-178843,-8898],[-178874,-8888],[-178872,-8851],[-178812,-8886],[-178790,-8784],[-178820,-8762],[-178811,-8668],[-178785,-8741],[-178863,-8041],[-178769,-8117],[-178838,-8120],[-178785,-8116],[-177141,-7192],[-177178,-7224],[-177314,-7262],[-177301,-7194],[-177574,-6606],[-177593,-6698],[-177620,-6662],[-177544,-6659],[-177633,-6478],[-177656,-6577],[-177756,-6612],[-177625,-6521],[-178779,-2389],[-178670,-2492],[-178774,-2399],[-178804,-2558],[-177221,-5269],[-177091,-5249],[-177086,-5326],[-177170,-5240],[-177182,-4473],[-177207,-4453],[-177138,-4480],[-177189,-4457],[-175787,-4599],[-175824,-4396],[-175782,-4390],[-174186,-5880],[-173787,-12166],[-173684,-12155],[-173763,-12150],[-173587,-12041],[-173611,-12052],[-173493,-12157],[-173652,-12000],[-172729,-10812],[-172739,-10843],[-172716,-10804],[-172791,-10765],[-172582,-7336],[-172585,-7166],[-172596,-7274],[-172519,-7356],[-169585,-12548],[-169802,-12451],[-169733,-12515],[-169259,-12569],[-167453,-11891],[-167514,-11817],[-167550,-11879],[-167502,-11871],[-167184,-11796],[-167298,-11798],[-167237,-11905],[-167169,-11834],[-167369,-2815],[-167355,-2918],[-167589,-2706],[-167573,-2748],[-167414,-3185],[-167487,-3530],[-167336,-3324],[-167460,-3387],[-167329,-3361],[-167194,-3586],[-167164,-3603],[-167361,-3358],[-167442,-3432],[-167405,-3379],[-167192,-3480],[-167175,-3475],[-167252,-3162],[-167423,-3143],[-166807,-3476],[-166843,-3635],[-167065,-3429],[-167075,-3598],[-170509,-9668],[-169582,-9533],[-170457,-9795],[-170360,-9808],[-170320,-9870],[-170300,-9724],[-170503,-9487],[-170643,-9439],[-170518,-9481],[-170486,-9480],[-169657,-9108],[-169573,-9183],[-169278,-8613],[-169398,-8895],[-169649,-9150],[-169365,-8819],[-169444,-8854],[-169454,-8954],[-169479,-8874],[-169480,-8895],[-169276,-8823],[-169325,-8910],[-169558,-9145],[-169574,-9149],[-169648,-9159],[-169257,-8771],[-169640,-9556],[-169534,-8611],[-169538,-8683],[-169624,-8739],[-169551,-8710],[-169667,-9158],[-169614,-8673],[-169513,-8726],[-169637,-8662],[-169629,-9135],[-169579,-8692],[-169651,-8724],[-169525,-8626],[-169627,-9473],[-169536,-9020],[-169473,-9136],[-169400,-9089],[-169575,-8984],[-169539,-9053],[-169425,-9000],[-169707,-9110],[-169549,-9015],[-169472,-9158],[-169665,-9154],[-169553,-9150],[-169531,-9067],[-169457,-9145],[-169592,-9119],[-169885,-8614],[-169728,-8662],[-169921,-8632],[-169852,-8656],[-169795,-8650],[-169775,-8667],[-169943,-8569],[-169692,-8640],[-169691,-8723],[-169751,-8590],[-169678,-9127],[-169730,-8546],[-169764,-8631],[-169606,-9548],[-169930,-8219],[-169982,-8252],[-169802,-8188],[-169986,-8124],[-170039,-8244],[-169858,-8150],[-170010,-8300],[-169852,-8307],[-169852,-8274],[-169912,-8190],[-169964,-8252],[-169946,-8340],[-170033,-8308],[-169903,-8380],[-169904,-8519],[-169603,-9463],[-169617,-9535],[-169637,-9502],[-169613,-9492],[-169274,-9518],[-169050,-9639],[-169113,-9573],[-169133,-9448],[-169652,-9165],[-169246,-9323],[-169612,-9182],[-169638,-9101],[-169651,-9479],[-169632,-9524],[-169991,-8776],[-169650,-9132],[-171255,-8708],[-171242,-8733],[-171274,-8776],[-171229,-8755],[-169598,-10062],[-169435,-10044],[-169557,-10052],[-169398,-10162],[-169374,-10222],[-169274,-10025],[-169301,-10118],[-170358,-10073],[-170265,-10133],[-170319,-10057],[-170225,-10028],[-169895,-9974],[-169886,-9911],[-169921,-9880],[-170056,-9956],[-169666,-9993],[-169804,-10007],[-169868,-9960],[-169716,-9991],[-169542,-9853],[-169343,-9697],[-169650,-9876],[-169502,-9727],[-168841,-9637],[-169065,-9744],[-169244,-9702],[-169058,-9647],[-170079,-9971],[-170018,-10002],[-170013,-9972],[-169970,-10074],[-169682,-9131],[-169590,-9155],[-169608,-9151],[-169624,-9175],[-169678,-9151],[-169574,-9181],[-169595,-9201],[-173411,-12653],[-173325,-12645],[-173248,-12677],[-173049,-12708],[-173159,-12662],[-173165,-12752],[-173175,-12758],[-172545,-13431],[-172412,-13391],[-172498,-13390],[-172486,-13390],[-172470,-13849],[-172433,-13930],[-172660,-13920],[-172472,-13984],[-172584,-14213],[-172524,-14182],[-172564,-14263],[-172586,-14179],[-178832,-12854],[-178847,-12876],[-178900,-12793],[-178890,-12772],[-177689,-12614],[-177686,-12698],[-177603,-12724],[-177619,-12717],[-177635,-12785],[-177618,-12921],[-177453,-12851],[-177458,-12976],[-179129,-12918],[-179139,-12794],[-179074,-12750],[-178962,-12975],[-173722,-17522],[-173719,-17749],[-173706,-17681],[-173717,-17563],[-170869,-19268],[-170718,-19605],[-170654,-19448],[-171009,-19356],[-170903,-19480],[-170921,-19399],[-171024,-19400],[-170962,-18826],[-170946,-18911],[-170961,-18873],[-170823,-18826],[-170954,-18684],[-170986,-18615],[-170922,-18774],[-171051,-18595],[-170587,-18608],[-170786,-18558],[-170772,-18529],[-170651,-18548],[-170235,-19469],[-170296,-19333],[-170446,-19388],[-170459,-19427],[-170450,-19358],[-170494,-19250],[-166511,-19523],[-166482,-19798],[-166585,-19579],[-166493,-19756],[-166543,-19294],[-166604,-19174],[-166553,-19245],[-166517,-19177],[-166738,-19247],[-166673,-19266],[-166689,-19193],[-166788,-19252],[-167536,-14480],[-167628,-14498],[-167596,-14566],[-167542,-14524],[-167522,-14146],[-167606,-14071],[-167515,-14106],[-167603,-14002],[-169511,-14713],[-169479,-14799],[-169226,-14911],[-169234,-14842],[-169600,-14861],[-169329,-14934],[-169301,-14833],[-169276,-14936],[-169383,-14892],[-169480,-14930],[-169381,-14955],[-169365,-15083],[-169638,-14858],[-169610,-15190],[-169652,-15241],[-169482,-15283],[-169505,-15354],[-169841,-15400],[-169980,-15556],[-169747,-15443],[-169791,-15534],[-169792,-15631],[-169811,-15582],[-169933,-15723],[-169794,-15763],[-169980,-15975],[-170153,-16004],[-170302,-16001],[-170054,-15926],[-170664,-16989],[-170484,-16847],[-170359,-16889],[-170508,-16955],[-170071,-17284],[-170001,-17243],[-170098,-17371],[-170252,-17288],[-170210,-17430],[-170346,-17344],[-170060,-17517],[-170279,-17398],[-170468,-17778],[-170564,-17825],[-170866,-17899],[-170748,-17920],[-170785,-17916],[-170653,-18109],[-170666,-17897],[-170868,-17625],[-170527,-17854],[-170786,-17716],[-170193,-17003],[-170165,-16946],[-170239,-17003],[-170475,-17009],[-170803,-16391],[-170733,-16321],[-170841,-16329],[-170841,-16211],[-170945,-16310],[-170812,-16254],[-170827,-16072],[-173450,-17266],[-173403,-17211],[-173270,-17323],[-173308,-17281],[-173000,-18543],[-172914,-18444],[-172874,-18523],[-172950,-18692],[-172942,-18568],[-173079,-18495],[-172834,-18746],[-170671,-15690],[-170832,-15808],[-170751,-15792],[-170621,-15802],[-170208,-15142],[-170065,-15169],[-170015,-15123],[-170084,-15071],[-169487,-12784],[-169494,-12822],[-169394,-12987],[-169459,-12909],[-169792,-12634],[-169192,-12643],[-169292,-12645],[-169418,-12766],[-166848,-15337],[-166586,-15617],[-166463,-15592],[-166860,-15547],[-166637,-15516],[-166555,-27498],[-166488,-27661],[-166581,-27467],[-166431,-27521],[-166416,-28085],[-166424,-27901],[-166876,770],[-166548,437],[-166584,593],[-166677,573],[-166922,510],[-166921,568],[-166806,619],[-166836,563],[-167075,1213],[-166936,1363],[-167095,1326],[-166975,1292],[-166652,1915],[-166450,1924],[-166517,1780],[-166640,1752],[-166783,1771],[-166567,1764],[-169106,1646],[-169049,1819],[-168998,1727],[-169027,1784],[-169412,1514],[-169303,1405],[-169416,1500],[-169458,1561],[-169146,1131],[-169434,1090],[-169420,1133],[-169127,1208],[-169161,1023],[-169217,1225],[-169163,1083],[-169192,1090],[-169163,1144],[-169195,1212],[-169214,1092],[-169204,1109],[-169140,1070],[-169360,1100],[-169260,1205],[-169277,1076],[-169282,1107],[-169214,1250],[-169201,1192],[-169155,1071],[-169213,1106],[-169241,1107],[-169190,1253],[-169322,1086],[-169373,1135],[-169334,1119],[-169401,1177],[-169025,1103],[-169028,1037],[-169013,1190],[-168917,1065],[-169817,507],[-169841,574],[-169745,587],[-169946,401],[-168781,1430],[-168760,1648],[-169139,1516],[-168801,1656],[-179395,-8871],[-179446,-8812],[-179516,-8866],[-179370,-8859],[-179623,-3649],[-179617,-3790],[-179522,-3765],[-179569,-3792],[-179532,-3087],[-179546,-3036],[-179549,-3091],[-179502,-2948],[-179305,-2873],[-179269,-2971],[-179328,-3027],[-179360,-3097],[-179970,-8001],[-180013,-8059],[-180052,-8012],[-179885,-8142],[-180045,-8229],[-179971,-8235],[-180032,-8157],[-180105,-8094],[-180327,-8163],[-180159,-8188],[-180183,-8157],[-180187,-8855],[-180434,-8857],[-180379,-8913],[-180382,-8897],[-180371,-8908],[-180305,-8706],[-180395,-8843],[-180413,-8736],[-180396,-8866],[-179514,-8705],[-179507,-8699],[-179463,-8610],[-179505,-8604],[-250007,-407663],[-311119,3048],[-311657,3284],[-311345,3399],[-311863,2840],[-517102,-230564],[-517876,-230251],[128477,-51613],[128354,-51555],[244308,-181473],[244293,-181583]] \ No newline at end of file diff --git a/src/gathering/a10417.json b/src/gathering/a10417.json new file mode 100644 index 0000000..2f413a9 --- /dev/null +++ b/src/gathering/a10417.json @@ -0,0 +1 @@ +[[-562965,-413032],[-562608,-413028],[-556977,-423965],[-556803,-423308],[-563499,-412377],[-563797,-434350],[-564543,-433384],[-564990,-432607],[-563500,-433423],[-564595,-433655],[-576112,-385588],[-584869,-391525],[-586657,-393139],[-586375,-393583],[-585378,-391491],[-576156,-386584],[-577697,-415573],[-582602,-415371],[-582563,-416376],[-581920,-416808],[-596270,-383078],[-597144,-383508],[-597536,-382682],[-598530,-390076],[-594753,-395304],[-594518,-395804],[-591796,-390221],[-598243,-390218],[-599466,-390029],[-599101,-393225],[-594875,-394859],[-599008,-384405],[-590699,-398816],[-590121,-399078],[-597089,-418148],[-597168,-417104],[-597087,-424834]] \ No newline at end of file diff --git a/src/gathering/a10418.json b/src/gathering/a10418.json new file mode 100644 index 0000000..f2f9823 --- /dev/null +++ b/src/gathering/a10418.json @@ -0,0 +1 @@ +[[-562227,-422119],[-561594,-421180],[-561701,-421442],[-558707,-434280],[-559545,-434459],[-562815,-433418],[-563111,-433586],[-562995,-422237],[-562568,-422419],[-559702,-434155],[-574988,-376496],[-572662,-378690],[-572395,-378954],[-572090,-379186],[-569750,-427037],[-565001,-433240],[-564371,-434097],[-563576,-434596],[-563932,-434695],[-564702,-434053],[-564726,-432970],[-588731,-375599],[-585414,-397139],[-581711,-416915],[-582158,-417319],[-580109,-420718],[-593761,-376441],[-594231,-375751],[-592611,-374779],[-599451,-383545],[-592834,-374909],[-597234,-382850],[-600663,-382786],[-600104,-394065],[-596086,-384283],[-599011,-384805],[-590856,-386456],[-590524,-385745],[-599383,-394089],[-596893,-396247],[-595982,-384585],[-598802,-384413],[-590687,-386928],[-590523,-386282],[-598831,-399665],[-599224,-399595],[-600107,-400618],[-595851,-416024],[-596906,-417853],[-597504,-418147],[-596334,-415915],[-597339,-424881],[-596832,-425421],[-596462,-425326],[-596717,-424651]] \ No newline at end of file diff --git a/src/gathering/a10419.json b/src/gathering/a10419.json new file mode 100644 index 0000000..7aef31b --- /dev/null +++ b/src/gathering/a10419.json @@ -0,0 +1 @@ +[[-562236,-412637],[-562932,-411336],[-556683,-423875],[-556345,-422877],[-556069,-422979],[-558599,-422706],[-558687,-423126],[-557419,-422499],[-563351,-411855],[-574801,-429414],[-574886,-429825],[-575029,-429428],[-573960,-429774],[-573159,-430663],[-573506,-431047],[-573502,-430658],[-573156,-430369],[-568857,-426687],[-569180,-425969],[-568626,-426600],[-573944,-425212],[-583633,-385343],[-583490,-385184],[-585346,-391196],[-585536,-391253],[-586484,-393863],[-586397,-394174],[-587074,-393897],[-585027,-396933],[-583714,-398434],[-583637,-398720],[-586223,-400812],[-581786,-415419],[-581539,-416182],[-595451,-395787],[-595175,-395219],[-593944,-396088],[-599325,-383841],[-590829,-386784],[-590852,-386997],[-591908,-390888],[-591710,-390903],[-595933,-404047],[-596678,-403470],[-595827,-404269],[-596621,-404628],[-597992,-406987],[-597510,-406938],[-597977,-406734],[-598183,-405463],[-598134,-405764],[-598159,-404964],[-599204,-404424],[-599320,-404175],[-598326,-407028],[-591095,-397944],[-591001,-397426],[-591247,-397388],[-595796,-427230],[-595462,-427100],[-595708,-426101],[-605965,-402473],[-606315,-402842],[-605545,-400595],[-605318,-400734],[-604930,-400682],[-605588,-400861],[-605626,-401977],[-605849,-401830],[-606534,-402796],[-605113,-401485],[-602753,-432787],[-602763,-433128]] \ No newline at end of file diff --git a/src/gathering/a10420.json b/src/gathering/a10420.json new file mode 100644 index 0000000..c4051ee --- /dev/null +++ b/src/gathering/a10420.json @@ -0,0 +1 @@ +[[-558518,-434428],[-552826,-429298],[-562158,-428288],[-572800,-379021],[-574209,-377817],[-566902,-421822],[-566712,-422590],[-585151,-384911],[-576002,-385231],[-579956,-420560],[-580995,-415965],[-582246,-417115],[-600001,-383293],[-599686,-383231],[-597324,-383217],[-597282,-383701],[-595286,-384955],[-590529,-386664],[-599460,-389477],[-590841,-398987],[-590402,-399241],[-591596,-397661],[-595718,-415118],[-596323,-425623],[-603702,-397925]] \ No newline at end of file diff --git a/src/gathering/a10430.json b/src/gathering/a10430.json new file mode 100644 index 0000000..59b1a55 --- /dev/null +++ b/src/gathering/a10430.json @@ -0,0 +1 @@ +[[-120739,-267378],[-124475,-295511],[-120129,698],[-138913,-7843],[-140921,-284444],[-155760,-199028],[-160579,90049],[-166606,-296243],[-186346,-157225],[-186234,-255501],[-189455,164469],[-180240,185061],[-180172,185029],[-191947,54430],[-203588,-181081],[-196448,-210674],[-198221,-244533],[-198264,-244636],[-197120,-327600],[-205882,-189234],[-215511,-322278],[-213005,-344305],[-221700,-235312],[-234949,584137],[-5719,13555],[-251298,-206980],[-252876,338664],[-252299,82224],[-268188,-215800],[-268475,-111282],[-290652,-166996],[-316934,41844],[-320775,42379],[-333615,-154689],[-337542,30759],[-357221,281395],[-34528,-261737],[-31921,-279683],[-35234,7584],[-506721,390638],[-577601,188020],[-43012,-171304],[-42317,-3369],[-60068,-278063],[-60461,84970],[-65635,-283903],[-64063,-93900],[-67731,15525],[-70958,408685],[-74608,89770],[-74158,105720],[-97351,-128962],[-100138,-132080],[-101220,-259952],[-90557,-287488],[-91065,38955],[-111877,-117369],[5576,-20691],[11773,604625],[7171,104749],[135447,52599],[148799,-1557],[147497,9908],[195862,-135490],[217371,-108985],[219919,-30442],[233578,128430],[233632,128431],[238248,554736],[258125,-138831],[283942,-167864],[328330,416576],[337301,592752],[36801,-272149],[28860,-317633],[27779,-97954],[27734,-98040],[34746,378563],[39503,-309091],[59871,-299963],[61227,-312364],[61786,-336115],[54443,-96868],[53364,-96565],[51400,-93685],[52909,-92404],[53476,-93951],[51991,-94762],[52493,6105],[67640,326323],[78028,-335003],[94590,-107184],[91721,58947],[106901,-124048],[102843,-62412],[125960,129319]] \ No newline at end of file diff --git a/src/gathering/a10432.json b/src/gathering/a10432.json new file mode 100644 index 0000000..5ac518e --- /dev/null +++ b/src/gathering/a10432.json @@ -0,0 +1 @@ +[[-127543,236546],[-116035,306592],[-136345,-25563],[-129390,63462],[-135707,52579],[-150232,40802],[-147011,96022],[-159590,44658],[-177142,-148498],[-180851,164064],[-187407,118008],[-201264,-265044],[-204246,127155],[-204855,152681],[-224414,70947],[-219520,102742],[-219431,102716],[-235746,-130506],[-231207,-211594],[-233366,73884],[-251613,-206825],[-244130,-230140],[-253083,-265699],[-248944,123837],[-268242,391949],[-274751,-104487],[-291459,38109],[-315617,-203547],[-315580,-203510],[-318551,-206328],[-310964,406036],[-311365,525241],[-331211,-212027],[-321884,-205399],[-330221,-214410],[-330875,-219525],[-340569,-206253],[-346902,-228554],[-350493,-93840],[-347842,-109701],[-352500,319999],[-363481,9271],[-389361,207874],[-409434,-76222],[-407910,-76645],[-416782,-127549],[-416581,-125759],[-420057,-130743],[-409864,-172316],[-413856,-71069],[-412318,-79259],[-416683,190774],[-431803,-119858],[-435126,-219796],[-431112,-108082],[-432046,-111289],[-436134,-115770],[-438127,-221428],[-509370,371814],[-521291,165174],[-608639,66697],[-50605,-179658],[-39632,-9493],[-666408,1677835],[-62026,-145333],[-56584,-176615],[-60110,-11001],[-62766,379697],[-65959,-107849],[-94279,-167115],[-109440,-127462],[-111884,-162635],[-109454,-9154],[11352,18494],[7712,122164],[155298,-38828],[155349,-39080],[157121,30232],[176466,31848],[171860,96302],[171985,96368],[191165,408992],[192905,-183192],[195939,-82387],[201411,33565],[214038,-202470],[239058,554839],[17641,-160518],[17663,-160459],[20799,-170859],[261701,-119405],[267555,527544],[262664,116304],[288364,-98667],[301381,-159444],[305261,-104829],[303452,19875],[324450,428917],[321201,608638],[29878,16250],[29758,16123],[393948,-130294],[44292,-162835],[48332,16007],[47751,18615],[55076,-138610],[67100,40759],[68636,88839],[90801,-108162],[105535,48248],[106441,82808],[117169,-74829]] \ No newline at end of file diff --git a/src/gathering/a10434.json b/src/gathering/a10434.json new file mode 100644 index 0000000..85bf40c --- /dev/null +++ b/src/gathering/a10434.json @@ -0,0 +1 @@ +[[-120263,-118730],[-120149,-118623],[-127709,-31859],[-127403,-31787],[-127403,-31433],[-127260,-31887],[-126952,-75283],[-124651,-89070],[-115568,-98815],[-124587,-89464],[-116858,300516],[-128758,-15784],[-131578,-72827],[-130702,-72809],[-128221,-77475],[-131286,237745],[-140044,23700],[-138802,23079],[-131669,301369],[-131641,307789],[-132584,33131],[-131110,33449],[-143669,-215350],[-144859,-215180],[-143393,-214858],[-146007,-209499],[-149905,94838],[-150257,102733],[-155333,24647],[-156046,23140],[-158020,34268],[-157649,36069],[-158526,61134],[-161226,93430],[-154428,110059],[-170959,-160542],[-170235,-160432],[-170567,-158565],[-171662,-158400],[-178156,-182161],[-173758,-185068],[-176104,-183166],[-175652,-182794],[-174851,-184793],[-176393,-184130],[-173390,-248864],[-176826,-278688],[-178127,-278456],[-177694,-276709],[-177095,-277693],[-177037,-276271],[-172439,-275231],[-171813,-275754],[-175140,-277320],[-177187,-276727],[-174428,-275475],[-175310,-272937],[-172958,-275224],[-174862,-272518],[-175541,-272383],[-174038,-274418],[-174232,-272217],[-175685,-272441],[-171299,-272513],[-172856,-272968],[-172619,-272318],[-172364,-273808],[-171670,-275960],[-172310,-274826],[-178127,21333],[-173814,292551],[-177792,28776],[-178457,28726],[-167712,71083],[-172308,83517],[-176054,82059],[-176077,94032],[-171583,119647],[-179856,-183308],[-187833,-196268],[-190601,-195871],[-190756,-194269],[-189502,-194792],[-189946,-195656],[-189748,-193839],[-190086,-195063],[-191843,-194884],[-186257,-236483],[-185054,-238544],[-182791,-241868],[-182926,-240150],[-183581,-239860],[-179760,-277962],[-191813,-64125],[-186039,24928],[-179935,19674],[-188155,304981],[-184523,28135],[-188783,34395],[-179949,66708],[-186094,72842],[-188996,88512],[-180089,91247],[-183711,99828],[-191084,97828],[-186937,97127],[-190983,99541],[-187575,120386],[-188018,119896],[-187718,120665],[-187910,120262],[-188623,119950],[-187993,120418],[-187879,120796],[-188479,120120],[-188366,120088],[-188576,119681],[-188846,120017],[-188549,120450],[-188924,120704],[-189038,119977],[-187619,121063],[-186869,121001],[-187425,120731],[-187328,120583],[-187190,120707],[-189587,122002],[-189520,121899],[-189679,121634],[-190087,122448],[-188894,122526],[-190288,121258],[-190433,121289],[-190568,120947],[-191145,121402],[-188414,118835],[-188306,118992],[-188929,118882],[-180385,124625],[-192911,-61899],[-192287,-63217],[-194582,23488],[-193497,24432],[-201900,19323],[-200915,22649],[-194612,25455],[-195166,43643],[-194151,44536],[-196450,62691],[-197738,62108],[-200674,56848],[-195762,71629],[-193073,100007],[-202812,123666],[-194338,119116],[-193067,124592],[-216658,-271043],[-216685,-269554],[-214637,79626],[-214980,79454],[-213773,79474],[-213617,79666],[-213427,78935],[-215119,79677],[-213803,79771],[-213141,79349],[-213609,78911],[-213753,78772],[-213417,78609],[-214219,78747],[-214533,79119],[-215162,77757],[-216230,77265],[-216425,77034],[-216523,79251],[-216672,79359],[-215965,79159],[-215951,80316],[-217117,86345],[-229760,-229749],[-228921,-223629],[-230293,-222545],[-230095,-222658],[-228963,-221781],[-228827,-222143],[-226576,-229038],[-228123,-228022],[-228901,-228097],[-229765,-230738],[-230108,-230703],[-217804,-270492],[-218348,-270696],[-222795,-278029],[-220698,-276026],[-219801,-275907],[-220236,-275418],[-221756,-277844],[-223449,-277887],[-224623,-277754],[-221353,-277557],[-223283,-276476],[-223653,-276212],[-223704,-277336],[-220967,-277043],[-224123,-277925],[-219308,-275416],[-219669,-275596],[-220253,-275660],[-219023,-274712],[-220612,-276009],[-219474,-270969],[-229594,70094],[-218932,114094],[-218133,112760],[-242429,-213911],[-240379,-208277],[-241151,-208412],[-240758,-208581],[-242924,-213939],[-242477,-213736],[-231545,-229901],[-231111,-229899],[-233186,-229694],[-233463,-229575],[-232345,-229377],[-230969,-228554],[-232388,-228547],[-232032,-229414],[-232052,-229141],[-232901,-229496],[-232820,-230146],[-233401,-228619],[-233113,-228304],[-233777,-227884],[-234006,-228137],[-233802,-228592],[-230776,-228676],[-238946,-221523],[-230538,-229525],[-235647,-223260],[-238938,-219010],[-240049,-221625],[-242803,-217427],[-242569,-227661],[-231287,-230215],[-233245,-230221],[-231291,-231156],[-231537,-231181],[-230701,-231954],[-237778,-235632],[-236865,-237486],[-243085,-230664],[-235878,-238592],[-238605,-238954],[-232248,-230750],[-231985,-230751],[-242113,-278767],[-239931,-273987],[-242151,-279613],[-239903,-281002],[-239115,-274148],[-238848,-273764],[-237304,-274818],[-240806,-273927],[-237940,-274126],[-237848,-273559],[-241350,-284624],[-241008,-283828],[-235964,265308],[-232960,71851],[-236699,66948],[-241585,85671],[-241254,85748],[-234453,101695],[-242231,92246],[-242510,92399],[-239376,102146],[-242437,92659],[-241702,91856],[-242303,91897],[-241355,96746],[-240650,98042],[-230816,106109],[-238087,112136],[-240838,110387],[-254220,-164691],[-254638,-165342],[-247631,-169416],[-247459,-168364],[-255863,-169113],[-247285,-169893],[-254503,-167124],[-246222,-171436],[-255781,-175355],[-252144,-182132],[-250513,-187371],[-254198,-184621],[-251173,-186501],[-253744,-186389],[-252841,-186223],[-253181,-188506],[-254241,-179262],[-255512,-180548],[-253984,-200279],[-254390,-211567],[-246789,-215183],[-245999,-214089],[-248408,-209432],[-243892,-207214],[-246969,-214543],[-250538,-215818],[-247959,-216800],[-246835,-216915],[-246666,-209080],[-245128,-207909],[-246468,-214391],[-244270,-217842],[-254622,-220699],[-244018,-227439],[-252519,-219505],[-248961,-218450],[-246532,-232032],[-252956,-262768],[-251371,-261683],[-255412,-266862],[-252894,-263493],[-251902,-260094],[-253034,-266426],[-244344,-276050],[-243425,-278882],[-251068,-268830],[-252425,-275234],[-249094,-277832],[-244387,-279520],[-252793,-270124],[-250260,-281081],[-253677,-279132],[-253301,211915],[-251387,63486],[-251168,60543],[-249418,73620],[-248544,73260],[-253790,75959],[-253178,75052],[-244778,87483],[-243386,88271],[-243786,88938],[-243841,89220],[-246598,91140],[-243271,94228],[-246171,90638],[-246320,90368],[-245554,90441],[-246797,91061],[-246779,91257],[-243651,93883],[-243463,94159],[-243649,94728],[-243329,98618],[-244420,101614],[-262863,-158808],[-259214,-165291],[-259520,-165068],[-260475,-160585],[-267485,-165853],[-261921,-162705],[-264382,-163100],[-264063,-162566],[-257684,-164781],[-256142,-171753],[-258619,-167410],[-268199,-177621],[-258510,-166812],[-260493,-171253],[-258796,-167387],[-256710,-175214],[-257912,-178672],[-256025,-175540],[-263632,-181185],[-263872,-183459],[-264040,-183199],[-257819,-179186],[-257938,-190294],[-256220,-185080],[-258886,-191751],[-260312,-193420],[-262701,-193452],[-260716,-195854],[-256112,-204396],[-258223,-204101],[-258022,-204515],[-256213,-206846],[-256489,-209879],[-256432,-220895],[-258300,-221042],[-257781,-222861],[-259155,-224495],[-258661,-224245],[-262980,-221960],[-262753,-222488],[-257789,-224251],[-259848,-222054],[-257952,-219484],[-259327,-221907],[-257635,-221175],[-259066,-223923],[-259521,-226850],[-261714,-223474],[-259700,-224920],[-257384,-217910],[-259477,-225754],[-263533,-220249],[-257259,-220057],[-257426,-221861],[-258607,-219148],[-258213,-220438],[-256599,-221355],[-257523,-221796],[-257446,-221421],[-257517,-220361],[-257498,-221873],[-256763,-222728],[-263752,-252794],[-264136,-252752],[-263867,-253801],[-263238,-252462],[-263535,-252496],[-263364,-252280],[-263874,-252433],[-262939,-252988],[-264403,-252871],[-264351,-252063],[-262515,-252313],[-262892,-252641],[-263098,-252119],[-262953,-252083],[-263100,-251993],[-262702,-251899],[-263555,-251887],[-263098,-251409],[-262659,-251494],[-262961,-251396],[-262840,-251086],[-264519,-252019],[-264669,-252595],[-261536,-252632],[-262217,-253897],[-262164,-254822],[-262308,-254558],[-262424,-254551],[-262837,-255160],[-261612,-254711],[-263017,-255520],[-262423,-255742],[-263627,-255262],[-263743,-255095],[-261007,-255012],[-261686,-255146],[-263441,-255430],[-262520,-255908],[-261357,-256491],[-260043,-257218],[-267411,-261490],[-266923,-263385],[-258174,-256908],[-262623,-260969],[-263658,-263226],[-262698,-265552],[-267301,-111494],[-266949,-112615],[-267636,-111254],[-267903,-111206],[-261682,67432],[-274374,-123177],[-274309,-123003],[-274194,-121912],[-274830,-122764],[-274083,-122829],[-280056,-147133],[-280350,-146965],[-275234,-142123],[-275844,-157751],[-276579,-157769],[-276749,-158113],[-276112,-157976],[-271461,-171326],[-277102,-187221],[-276321,-187070],[-276044,-214392],[-276200,-214335],[-278873,-213774],[-278861,-87425],[-278760,-88229],[-279911,-113545],[-280518,-113628],[-281580,-114133],[-273116,-114649],[-273403,-114332],[-274612,48087],[-270862,49742],[-269811,61147],[-280638,58908],[-273596,76728],[-291004,-124235],[-289141,-118623],[-290298,-117589],[-290062,-117231],[-288931,-118256],[-289433,-117969],[-290462,-125037],[-290408,-124955],[-291266,-125645],[-289854,-117872],[-291213,-119101],[-290104,-117436],[-289306,-118161],[-291999,-115240],[-289676,-117369],[-291249,-118624],[-291578,-125997],[-291562,-125272],[-289976,-117086],[-291259,-118806],[-291375,-125121],[-287038,-119524],[-286626,-133516],[-286448,-133020],[-286643,-133871],[-286690,-129436],[-286630,-129794],[-286647,-129870],[-286227,-129324],[-286549,-133138],[-286843,-133781],[-286623,-129851],[-286303,-133466],[-282506,-136776],[-286363,-133694],[-288742,-147322],[-288582,-146667],[-289004,-147659],[-289073,-147051],[-289307,-147241],[-288191,-164247],[-288056,-164691],[-289023,-164204],[-288533,-164418],[-288889,-167933],[-291260,-201137],[-287256,-195259],[-289185,-214249],[-288898,-214349],[-289838,-215494],[-293506,-224099],[-294189,-223590],[-293824,-223376],[-284384,-88829],[-285712,-87572],[-284504,-89119],[-292486,-99280],[-292837,-99851],[-292977,-99297],[-291051,-98363],[-291165,-98425],[-291194,-97966],[-291159,-97613],[-291795,-97236],[-291398,-97897],[-284591,-89402],[-284756,-89547],[-283802,-112407],[-291769,-114594],[-292204,-114382],[-292281,-113175],[-292837,-113630],[-292457,-113401],[-290285,-112066],[-290265,-112288],[-291067,-111624],[-291361,-109601],[-291091,-109336],[-291478,-109625],[-289226,-108988],[-288428,-109051],[-288780,-109070],[-287552,-107947],[-287905,-107884],[-287348,-108088],[-287268,-107547],[-287089,-107386],[-286820,-107569],[-292071,-105188],[-292381,-104569],[-292242,-105126],[-294214,47667],[-283311,52675],[-290526,52980],[-293847,56389],[-283429,83592],[-288314,85160],[-288184,86864],[-288723,79417],[-300020,-129852],[-298041,-128937],[-298874,-129307],[-298120,-128499],[-304250,-138672],[-303188,-138268],[-303088,-137649],[-299044,-128216],[-298923,-128022],[-299730,-130019],[-298858,-128247],[-306729,-138082],[-298764,-131438],[-304953,-149908],[-305813,-142019],[-302198,-143375],[-297561,-164777],[-297870,-164916],[-297852,-165421],[-297975,-165354],[-297968,-165516],[-297603,-165418],[-297747,-164990],[-297624,-165265],[-298004,-165211],[-298218,-164817],[-297991,-164880],[-297512,-165133],[-296876,-166993],[-296848,-167280],[-296578,-167298],[-296389,-167554],[-296475,-167277],[-295878,-167194],[-295873,-167773],[-295884,-167356],[-296919,-199697],[-295309,-229350],[-295527,-229375],[-295369,-228557],[-297119,-227777],[-296319,-227795],[-296465,-227085],[-301079,-227169],[-300577,-227250],[-300758,-227789],[-298372,-225400],[-298638,-225788],[-298599,-225601],[-294761,-226385],[-294991,-226678],[-294723,-226561],[-295325,-222074],[-295051,-222039],[-295480,-221449],[-299483,-221541],[-300058,-221445],[-299870,-220842],[-300766,-223103],[-301220,-222792],[-301240,-223067],[-306751,-220079],[-306527,-220553],[-306942,-220668],[-298353,-83812],[-298134,-84192],[-299513,-84566],[-298760,-84269],[-302131,-89778],[-302814,-90409],[-304834,-98037],[-305187,-98902],[-304012,-98517],[-302532,-90303],[-304495,-98617],[-305294,-101251],[-302712,-90211],[-302254,-90545],[-302239,-90268],[-306851,-108000],[-307112,-107684],[-306948,-107609],[-296952,49487],[-294557,51620],[-294869,53285],[-302432,79611],[-297426,91973],[-308382,-138983],[-307949,-139227],[-308508,-138830],[-311025,-138993],[-310655,-139534],[-310375,-146669],[-312505,-144236],[-310404,-163998],[-309297,-164273],[-309771,-164669],[-319927,-177916],[-319347,-177631],[-315324,-191125],[-315711,-190892],[-315140,-191142],[-315236,-191424],[-314914,-191082],[-315704,-205511],[-316020,-204966],[-315238,-204948],[-316452,-220924],[-317550,-220303],[-316823,-220002],[-316887,-220565],[-308619,-219196],[-308228,-219103],[-308732,-219451],[-312538,-233668],[-318638,-74967],[-310716,-99063],[-310237,-99393],[-310153,-99539],[-310299,-99592],[-312909,27694],[-314953,27850],[-309595,39123],[-312789,57464],[-311705,58612],[-317054,54796],[-307349,71521],[-314268,64348],[-327476,-120862],[-327553,-120834],[-327396,-120866],[-328214,-121131],[-327821,-121318],[-327678,-121436],[-327688,-119517],[-327836,-119715],[-328127,-119614],[-327460,-121037],[-330512,-159905],[-330529,-160278],[-325054,-156581],[-330896,-159528],[-330977,-159105],[-330156,-160386],[-320504,-177560],[-320057,-177804],[-331095,-204282],[-332623,-206930],[-332408,-205188],[-332334,-210073],[-330195,-214497],[-325292,-236299],[-324337,-230989],[-330400,-233905],[-331189,144139],[-331168,143784],[-331090,143896],[-322671,146966],[-322508,146917],[-323081,145726],[-325307,147628],[-325470,147624],[-325245,147809],[-326764,50151],[-320917,43367],[-324533,59805],[-331896,61441],[-331111,75445],[-345472,-161972],[-345486,-161653],[-345298,-161520],[-339113,-173196],[-339269,-172756],[-338923,-172757],[-338645,-172567],[-336992,-179663],[-336829,-179700],[-336651,-180099],[-336546,-179482],[-336705,-179597],[-342543,-185273],[-342545,-185148],[-341823,-185089],[-336973,-180039],[-342181,-185430],[-337417,-197302],[-337739,-197836],[-337875,-197313],[-337725,-197099],[-337879,-196603],[-337621,-198220],[-334016,-203805],[-333056,-207307],[-334285,-207704],[-336262,-211817],[-334034,-206378],[-336363,-212002],[-336144,-211853],[-336469,-211881],[-336558,-228584],[-336589,-228824],[-336355,-228952],[-337723,-229820],[-337158,-229659],[-337781,-229121],[-334810,-230046],[-340651,-235342],[-340579,-236195],[-339986,-236157],[-336384,18654],[-334789,35209],[-333262,30149],[-345628,-161560],[-347119,-176302],[-347352,-176209],[-347343,-175965],[-348800,-186268],[-350475,-234838],[-349408,-234508],[-352490,-232675],[-351280,-234676],[-357402,183417],[-356029,189570],[-358378,190674],[-355677,189771],[-355746,189390],[-357225,183285],[-354992,202485],[-358502,190861],[-368439,191607],[-368497,191952],[-360021,196873],[-360771,194178],[-360941,194096],[-360241,196983],[-24063,-414542],[-23809,-414477],[-25108,-412877],[-382849,88649],[-383237,111719],[-378840,111505],[-381655,109278],[-380590,110546],[-378792,111284],[-378974,109638],[-386969,89107],[-386802,89242],[-384773,106281],[-384486,112131],[-384436,111995],[-384624,112111],[-384733,106038],[-434042,194496],[-433850,194434],[-433828,194702],[-432757,205155],[-432613,205357],[-432488,205215],[-431849,225922],[-428570,225537],[-432756,218054],[-428663,225285],[-437618,-217134],[-437367,-217355],[-439303,-217897],[-438898,-218489],[-438903,-218972],[-438427,146968],[-438589,146866],[-438153,147059],[-437385,164077],[-437804,163934],[-442662,189164],[-440946,216839],[-442129,86469],[-437637,88957],[-437530,88875],[-442388,86487],[-436783,90916],[-439901,98670],[-440290,92717],[-436623,91018],[-436543,90908],[-440119,98579],[-440231,93021],[-440968,90015],[-454843,149200],[-449274,186302],[-453582,196195],[-453541,196423],[-453999,196357],[-641364,-279238],[-665211,1693441],[-672484,1678659],[-671631,1693469],[-88682,403161],[-1014841,1485389],[-1054301,1493870],[-1055369,1485215],[-1054519,1493779],[-1054631,1488221],[-94443,12378],[-94835,11455],[-94685,11192],[-93904,11525],[-93213,12910],[-93966,12906],[-92955,12832],[-93768,11756],[-93332,11198],[-94448,12611],[-94292,12657],[-94997,12273],[-95311,12997],[-94531,11095],[-101284,15101],[-96700,13677],[-96839,14287],[-96633,14558],[-96526,14614],[-96616,14344],[-95870,16325],[-91947,13463],[-92077,13821],[-91526,15386],[-94287,13029],[-94065,13686],[-93293,13173],[-92730,13138],[-94795,13363],[-95117,13082],[-94756,384139],[-112666,-11821],[-113386,-12932],[-109952,-18865],[-111525,-18728],[-110133,11565],[-110421,11296],[-103430,16014],[12431,-178813],[1364,292438],[12344,297840],[128906,-88464],[128022,-83950],[130556,-85820],[130494,-91697],[133781,-99511],[139604,-95505],[139585,-95080],[149732,-60520],[148922,-63359],[152779,-57950],[149136,-63758],[152321,-71498],[153231,-70423],[144521,-94757],[145516,-96289],[147754,-100836],[152349,-92912],[150432,-91686],[146000,-93864],[157181,-53231],[158926,-56301],[158315,-72377],[155855,-72969],[160744,-74236],[165827,-75995],[155649,-68674],[165299,-87386],[162817,-82935],[161997,-82759],[171633,-75240],[179132,-75562],[167410,-74429],[169954,-73905],[168902,-71202],[169421,-84591],[175511,-81011],[178281,-82107],[169366,-86241],[177657,-77730],[169938,-87144],[177961,-80238],[170745,307673],[179001,320572],[175531,403769],[175559,410189],[180751,-163591],[179245,-85343],[180263,276877],[184804,290897],[187721,320934],[202665,-143027],[201215,196896],[209979,-152349],[210614,-151856],[209936,-181320],[210177,-181643],[211137,-84921],[225685,-73387],[230850,-206184],[13456,-178400],[13533,-178529],[15960,-182956],[15616,-183466],[16331,-186382],[19583,22593],[17430,24477],[14982,24589],[260517,290790],[32261,255665],[31807,255227],[32755,254826],[36577,361803],[408236,667962],[40660,131128],[42600,212549],[40817,255792],[59589,-175243],[59575,-173668],[62751,-174642],[62103,-180626],[59535,126106],[60898,119336],[59852,126571],[75526,-159680],[74366,330947],[69920,34242],[66703,56765],[66677,56622],[77715,-162663],[80566,407199],[83467,69567],[84831,83522],[99501,-4343],[97576,2986],[97410,2870],[92577,226359],[101776,28310],[90164,64211],[99275,92831],[114554,7518],[104745,109477],[122393,-3381],[125025,-84796],[125394,-90632],[116545,5232],[121795,197152],[124355,106564]] \ No newline at end of file diff --git a/src/gathering/a10435.json b/src/gathering/a10435.json new file mode 100644 index 0000000..eb1abf3 --- /dev/null +++ b/src/gathering/a10435.json @@ -0,0 +1 @@ +[[-115771,-7404],[-119527,-19988],[-119957,-22394],[-120434,-62422],[-120710,-62894],[-115575,-61830],[-117140,-76070],[-116145,-76156],[-120039,-72088],[-118588,-70355],[-118454,-88110],[-116563,-88722],[-120349,-98481],[-119894,-98343],[-118728,-105052],[-115289,-105744],[-127635,236502],[-117109,20650],[-117296,301497],[-126628,47676],[-120818,42950],[-119691,45043],[-139356,-63728],[-129831,-59986],[-131824,-59318],[-133500,-66596],[-132111,-65323],[-139023,-67544],[-138907,-67414],[-133392,302810],[-129087,48458],[-134107,51713],[-135054,53571],[-136450,57945],[-136296,57311],[-141028,-63537],[-141926,-58907],[-141166,-56926],[-152585,37190],[-153521,33907],[-152789,34268],[-152645,36098],[-151705,49265],[-149110,49710],[-160876,-271106],[-161638,-269668],[-161520,17813],[-160040,19193],[-154762,34929],[-154209,34462],[-154823,34579],[-154716,34498],[-155492,34437],[-155019,34669],[-154521,62227],[-155737,60345],[-157037,52544],[-156070,54073],[-162390,76865],[-164793,80927],[-177230,-253014],[-171286,-265623],[-169472,-269256],[-175785,7779],[-177720,9373],[-177772,28472],[-175980,26977],[-170478,74593],[-173902,73648],[-172239,84552],[-178050,91204],[-173984,91182],[-172955,94539],[-190423,-233568],[-191237,-238445],[-190807,-238229],[-191861,-239571],[-190930,-240020],[-191418,-237898],[-191024,-238778],[-190011,-238104],[-191106,-237629],[-190103,-239266],[-190618,-239836],[-189987,-240236],[-191868,-238720],[-191365,-238740],[-190615,-237072],[-190936,-236886],[-190884,-236669],[-191046,-236747],[-189384,-238789],[-189160,-238732],[-190927,-238417],[-190793,-238486],[-190489,-238430],[-179584,-1361],[-181580,-258653],[-191031,-287898],[-185106,-291594],[-179880,1403],[-189797,45704],[-190498,46166],[-190153,55107],[-188531,53224],[-188448,53452],[-187765,53418],[-186730,53202],[-187078,52956],[-186801,53043],[-186556,53001],[-187590,53111],[-188305,53282],[-188226,53356],[-189133,53465],[-189955,55022],[-189436,54993],[-189094,65168],[-190960,78347],[-185929,90842],[-191419,101751],[-192797,-237739],[-192513,-238288],[-192043,-238793],[-192031,-237165],[-199793,-232741],[-193469,-238004],[-202688,-242266],[-202560,-238407],[-203876,-252179],[-204036,-244682],[-201262,-246351],[-203654,-289574],[-193623,-289248],[-197454,28253],[-196518,26820],[-192908,38938],[-193853,38797],[-201959,43308],[-197919,45561],[-192565,87122],[-192601,97381],[-207765,95615],[-193340,116874],[-210536,-236529],[-207746,-239152],[-212491,-243642],[-210569,-247050],[-217596,-286369],[-205188,-289232],[-214663,-282862],[-205888,72281],[-206112,70538],[-211397,75386],[-212020,77944],[-221307,-237982],[-223334,-234810],[-228808,-281853],[-218889,76477],[-218915,74855],[-223751,91102],[-222670,110813],[-231202,-279749],[-232207,-288465],[-234840,-289286],[-234615,-290873],[-237740,-295465],[-239771,257546],[-240530,62070],[-239805,60426],[-233664,69876],[-232788,70928],[-232623,99578],[-240579,103760],[-252273,-173758],[-250940,-169823],[-252566,-189160],[-255449,-202789],[-255330,-201696],[-254245,-202821],[-253323,-202678],[-252578,-202474],[-253104,-201317],[-253507,-201015],[-255767,-201218],[-254645,-200937],[-249851,56009],[-251067,56974],[-252586,60389],[-253722,60705],[-254659,76619],[-254598,75653],[-266448,-129368],[-266223,-129577],[-265894,-129155],[-266176,-129340],[-264270,-164277],[-258249,-163474],[-257300,-163041],[-267843,-174886],[-265295,-175338],[-265212,-188699],[-262674,-188247],[-256291,-202286],[-256284,-203437],[-257271,-202464],[-258219,-204400],[-256881,-203824],[-258725,-201651],[-257819,-201864],[-257740,-202127],[-256003,-202174],[-266227,-212887],[-267358,-238315],[-267809,-248676],[-264711,-244540],[-267461,-257934],[-265436,-259419],[-256130,50352],[-259114,49211],[-265207,60577],[-256413,72794],[-257381,73494],[-280044,-147289],[-280093,-146571],[-270401,-173815],[-269187,-216528],[-272369,-208218],[-269886,-228811],[-272641,-218127],[-274278,-231573],[-272255,-237222],[-273236,-241690],[-273816,-247011],[-274049,-252992],[-270436,-254953],[-274082,33299],[-273991,33622],[-278902,57386],[-277955,75290],[-280521,68484],[-280949,86582],[-277461,89071],[-282597,-123346],[-283538,-122788],[-290657,-170963],[-283849,-190420],[-285842,-193488],[-289797,-193497],[-283855,-200384],[-286148,-203230],[-289655,-215404],[-289876,-215096],[-289823,-215182],[-285799,-85434],[-286094,31197],[-288760,32286],[-282610,30553],[-282665,31877],[-282897,53284],[-292429,74565],[-296535,-126267],[-296172,-126969],[-295882,-126641],[-296510,-126785],[-295761,-127014],[-296606,-126677],[-296660,-126946],[-306654,-129138],[-300667,-153361],[-303408,-156598],[-306798,-157157],[-300327,-153846],[-297593,-165711],[-297447,-165437],[-297609,-165456],[-298196,-165111],[-298390,-164899],[-298116,-164845],[-296197,-167496],[-295774,-167388],[-296180,-167192],[-300688,-71184],[-298639,-84797],[-298631,-84052],[-299001,-84141],[-298526,-83856],[-304677,-98361],[-304956,-98475],[-306743,-107919],[-301685,50240],[-301830,49933],[-299927,49449],[-301529,51185],[-298986,49359],[-300963,49865],[-299384,50262],[-300271,45960],[-299253,45903],[-300922,48348],[-299640,50915],[-300925,48872],[-300463,46173],[-300477,46042],[-300804,46243],[-299982,46666],[-299312,49077],[-299369,49585],[-299050,49133],[-298077,49762],[-300078,49129],[-300636,49890],[-295344,61965],[-295572,60306],[-301089,51697],[-295805,54159],[-295180,53753],[-305806,74651],[-296085,71779],[-300481,80753],[-303912,78818],[-295385,84156],[-297895,100821],[-297087,92032],[-315520,-126175],[-316026,-125617],[-312566,-135412],[-311762,-159819],[-316546,-162799],[-316236,-162509],[-316534,-162474],[-309980,-225502],[-310408,-99833],[-310509,-99356],[-310226,-99062],[-315538,40275],[-307967,48273],[-317039,57904],[-311649,76795],[-309634,100148],[-327818,-145425],[-326763,-173651],[-330809,24255],[-330006,22572],[-332746,38344],[-320562,45424],[-328174,60014],[-329206,64280],[-327858,75621],[-335970,-135622],[-337316,-180007],[-337324,-180243],[-337033,-179772],[-336594,-179611],[-336678,-179754],[-336332,-179913],[-338033,-197092],[-337901,-197679],[-339687,19114],[-341650,18517],[-338897,38082],[-338521,38190],[-333100,54583],[-347443,-172554],[-347644,-173161],[-349040,-186670],[-349170,-186208],[-392201,214228],[-390827,228575],[-404868,196920],[-406486,207653],[-436887,143731],[-438012,160463],[-435515,156574],[-448929,150300],[-456674,148351],[-455757,154491],[-505647,137971],[-520458,164652],[-647410,-275702],[-671503,1679096],[-670190,1695192],[-76504,411422],[-101950,-6072],[-100696,-8089],[-113687,-8448],[-113817,-62039],[-112314,-70013],[-114442,-66731],[-105148,2156],[-109604,12186],[-109784,11741],[-107636,3899],[-114213,21607],[-108635,20787],[-109142,23138],[6683,171178],[9259,291351],[131278,-89169],[129108,-86658],[130106,-89154],[135502,-96476],[137531,-95954],[138408,-102921],[134680,188815],[135062,213843],[133714,291333],[150949,-53118],[151795,-57352],[152856,-63625],[151742,-60343],[153491,-69430],[148073,-100730],[148775,-91205],[146884,-93678],[145884,-94674],[147958,-94281],[141394,-97995],[149392,-92424],[141428,-105063],[141398,358178],[161744,-129657],[159336,-62424],[154944,-59759],[159843,-74967],[156275,-70406],[158194,-73137],[158792,-66909],[157706,-68537],[160476,-87533],[160816,-83387],[161765,-91953],[162140,-89516],[165029,286379],[178921,-164103],[169326,-71344],[167989,-70117],[172318,-69222],[178823,-83653],[172984,-76733],[178073,-80471],[177271,-84198],[168693,-78507],[168782,-79184],[169692,-87741],[167971,-91621],[166975,275118],[173808,405210],[187450,-140534],[179401,-162812],[184869,-75002],[182347,-82706],[182617,-79010],[202946,-143049],[202608,-143331],[209594,-151849],[214346,-202652],[214377,-202240],[257636,282411],[33006,371317],[400611,670177],[402522,671309],[40103,130635],[40223,130765],[45619,203375],[528847,300350],[61747,119341],[75585,399996],[66823,65784],[78788,327004],[86886,64603],[81845,67769],[83426,109458],[89433,103916],[92579,-2771],[101669,3889],[98441,219173],[91043,70567],[91395,98564],[98441,100353],[127440,-85612],[126169,-86280],[123306,-87668]] \ No newline at end of file diff --git a/src/gathering/a10436.json b/src/gathering/a10436.json new file mode 100644 index 0000000..8fa2f9f --- /dev/null +++ b/src/gathering/a10436.json @@ -0,0 +1 @@ +[[-131757,-21224],[-131783,-23541],[-132883,-24970],[-144829,72235],[-152060,75436],[-151075,72722],[-152119,80960],[-155035,-270461],[-156625,-272218],[-155238,54139],[-158045,74295],[-159742,65514],[-156910,102436],[-155314,102035],[-156453,100616],[-155068,101864],[-156919,102583],[-156835,103014],[-157157,103317],[-157124,103179],[-157389,103309],[-160712,112701],[-173556,-143380],[-174936,-260087],[-169300,-267402],[-170982,-269799],[-175123,68394],[-178923,73322],[-174879,89310],[-174967,89221],[-175314,89331],[-166801,89499],[-174726,88651],[-172329,85801],[-174208,90804],[-176249,91077],[-176364,91125],[-176089,90817],[-174942,91413],[-174513,90803],[-174272,90424],[-174513,90951],[-168601,93301],[-170797,94403],[-171776,93167],[-171244,117698],[-182184,-258486],[-184657,-292341],[-191357,45363],[-189821,39972],[-185812,67202],[-189166,64532],[-181210,81102],[-187069,79974],[-190747,122058],[-190380,121891],[-190424,122112],[-190622,121895],[-190973,121805],[-190486,121637],[-189772,121957],[-190136,121706],[-191324,121932],[-190530,122241],[-190793,122225],[-190568,122724],[-189412,121800],[-187003,121185],[-187647,120881],[-188052,120575],[-188315,119510],[-188043,119643],[-187526,119812],[-190114,120641],[-187993,118692],[-188718,118444],[-185786,120429],[-183424,122581],[-199675,-238692],[-201688,-238108],[-203584,-244687],[-204579,-250215],[-201272,-246101],[-202870,-291907],[-193819,-293827],[-192284,292224],[-193070,31516],[-202862,32215],[-197702,45836],[-199661,38849],[-196521,63902],[-198224,62152],[-197226,59591],[-193669,55928],[-193532,53334],[-200369,72625],[-194487,68818],[-195590,66652],[-197823,76145],[-192388,65051],[-200227,95366],[-201395,95927],[-197704,101392],[-198117,90246],[-209890,-234194],[-204945,-238182],[-213231,-248064],[-205613,-246551],[-211707,-247291],[-217257,-280550],[-217225,-284694],[-206082,-292121],[-216600,-286968],[-210415,72724],[-212858,75872],[-206627,74652],[-205519,71282],[-215075,88640],[-215461,79717],[-217352,84892],[-217381,85073],[-207073,98116],[-216372,109152],[-229670,-230156],[-229791,-230022],[-229998,-228377],[-229745,-227857],[-229893,-227138],[-230166,-230567],[-230296,-230337],[-230121,-230435],[-229628,-231166],[-229717,-230942],[-229914,-231017],[-229991,-230875],[-220362,-239796],[-225732,-236115],[-220014,-280479],[-219152,-280143],[-218857,-280584],[-219401,-281033],[-220306,-279866],[-221050,-280005],[-218845,-280027],[-218194,-281280],[-217779,-281189],[-217893,-280964],[-221561,-280485],[-221395,-280496],[-221475,-280714],[-221367,-279958],[-222146,-281299],[-222519,-281259],[-222394,-281012],[-222576,-280662],[-222433,-280570],[-222611,-280482],[-217795,-280659],[-219353,-280472],[-219161,-280750],[-222108,-281466],[-222269,-281520],[-222344,-281596],[-222285,-281716],[-222013,-281816],[-222492,-281529],[-222746,-281650],[-222733,-281760],[-222561,-282021],[-222786,-282037],[-222135,-282102],[-222428,-281819],[-220721,-282343],[-220064,-282409],[-220242,-282597],[-220261,-282731],[-220197,-282783],[-219979,-282802],[-219660,-282843],[-220473,-282839],[-219314,-281992],[-219450,-281850],[-219566,-282089],[-219789,-281905],[-219718,-282081],[-219827,-282302],[-219928,-282242],[-219596,-282280],[-218750,-282112],[-218515,-282479],[-218372,-282525],[-218532,-282704],[-218219,-283016],[-218656,-283488],[-218694,-283644],[-218293,-283818],[-218125,-282490],[-218546,-282004],[-219982,-283462],[-219427,-283738],[-221130,-283196],[-221349,-283205],[-221152,-283578],[-221654,-283022],[-218697,-281464],[-221623,86062],[-219398,81123],[-218884,77148],[-218635,79221],[-218891,79235],[-219089,79156],[-219273,79440],[-220320,81615],[-219474,80909],[-230090,79080],[-229059,79643],[-222703,84095],[-218035,83589],[-218769,79375],[-219374,77247],[-225280,90339],[-226054,111863],[-218372,120828],[-231988,-229852],[-234242,-227974],[-234180,-228331],[-230704,-228502],[-230511,-228963],[-233662,-228209],[-233401,-228225],[-234517,-227388],[-234669,-227254],[-230474,-229718],[-230551,-229562],[-230787,-229720],[-231674,-230153],[-231518,-229354],[-232145,-228700],[-231962,-228621],[-231864,-228775],[-232225,-228349],[-233609,-227962],[-234808,-228371],[-235108,-228088],[-234848,-228627],[-233674,-227255],[-234245,-226921],[-231268,-228491],[-231535,-228423],[-230957,-228045],[-230506,-227899],[-231012,-228767],[-230485,-228360],[-231704,-227401],[-230497,-231900],[-231124,-231374],[-231104,-231138],[-230912,-230816],[-230728,-231078],[-230408,-230985],[-230405,-230814],[-231145,-230348],[-231512,-230247],[-231727,-230314],[-231505,-230898],[-231617,-230769],[-232323,-230457],[-232086,-231064],[-232344,-231147],[-231782,-230929],[-231881,-231279],[-232741,-230506],[-231154,-230845],[-230881,-230607],[-232858,-280673],[-236967,-288328],[-233075,-291521],[-231260,-281957],[-237042,-295292],[-238727,-296105],[-240057,76106],[-233686,73089],[-236063,87596],[-236058,82453],[-236563,80089],[-238655,101632],[-242047,100644],[-241848,92793],[-242824,105746],[-1671,-396524],[-2483,-396069],[-2833,-395205],[-3880,-394799],[-3837,-395315],[-3743,-395766],[-3514,-396103],[-156,-397131],[-300,-396630],[-874,-397159],[-1184,-396864],[-133,-398154],[-161,-399336],[-330,-399183],[-937,-398487],[-1258,-398059],[-1723,-397313],[-2128,-397055],[-3350,-396657],[-3252,-397023],[-3036,-397206],[-2913,-397052],[-2689,-397538],[-2103,-398437],[-1984,-398672],[-1617,-398975],[-1463,-398900],[-1204,-399315],[-1011,-399603],[-243911,99077],[-247054,112310],[-247777,108153],[-244095,105122],[-246558,117566],[-246250,117240],[-246795,117218],[-246456,117963],[-247364,116386],[-246571,115960],[-247106,117087],[-247008,116961],[-246792,117471],[-246599,117113],[-246687,116673],[-247635,116543],[-247451,116226],[-246824,115866],[-245749,116683],[-246153,118310],[-247815,119077],[-247115,116416],[-246934,116109],[-248554,117672],[-249155,119125],[-250424,117872],[-250703,117471],[-250806,117396],[-250734,117262],[-260965,-164216],[-261548,-163520],[-261724,-163327],[-261223,-163297],[-261835,-163542],[-261990,-162961],[-261760,-164110],[-261497,-165190],[-261264,-166067],[-260983,-165968],[-263653,-165889],[-264329,-165770],[-262853,-164853],[-262331,-163861],[-262210,-162635],[-261872,-162091],[-260933,-166195],[-261190,-165219],[-261241,-164460],[-261875,-161911],[-261614,-161846],[-261657,-161288],[-262149,-161446],[-261586,-161102],[-258692,-163446],[-257205,-163643],[-256500,-164694],[-263288,-166749],[-263715,-166706],[-259135,-167999],[-259821,-168807],[-266047,-206239],[-266158,-206898],[-266776,-243457],[-267432,-245400],[-268361,-252636],[-264950,-257458],[-267639,-111872],[-263654,47588],[-260862,66679],[-277294,-124426],[-277507,-124673],[-277353,-124112],[-278358,-123117],[-279476,-122705],[-278866,-121875],[-276052,-142807],[-275452,-142210],[-276818,-157812],[-276181,-157634],[-275775,-158051],[-274182,-214299],[-273711,-214509],[-272402,-228063],[-269998,-225792],[-270471,-234961],[-271628,-241200],[-271727,-232765],[-272121,-241958],[-269809,-251353],[-270099,-260424],[-279026,-87558],[-278228,-87416],[-280141,47847],[-276492,76151],[-279316,75383],[-280218,86924],[-279591,90338],[-287306,-120635],[-287309,-120935],[-288932,-147952],[-290074,-149953],[-293984,-97332],[-290977,-96420],[-290520,-96582],[-290393,-95777],[-286809,-110471],[-286261,-109555],[-287552,-110066],[-290653,-109064],[-291086,-108824],[-290454,-109369],[-293231,-109589],[-292800,-110026],[-293334,-110005],[-288493,48339],[-285610,46258],[-285668,51066],[-282838,48868],[-281698,51145],[-286699,52630],[-288609,54465],[-289822,74064],[-281769,86634],[-289487,79982],[-284669,97137],[-285244,95859],[-297028,-126635],[-296835,-126889],[-296500,-127363],[-297005,-126829],[-296724,-127063],[-296807,-126932],[-304517,-150044],[-303975,-149590],[-299136,-179408],[-303274,-193456],[-298165,-192642],[-294434,-199006],[-305898,-73739],[-304288,-98423],[-305162,-98645],[-294480,-96868],[-294405,-97047],[-302397,45961],[-295686,55722],[-300174,55338],[-301386,53049],[-304386,83363],[-296290,77565],[-294401,83927],[-312536,-121300],[-312586,-121405],[-312402,-121035],[-313042,-121453],[-313084,-121461],[-312656,-121500],[-313131,-120804],[-313236,-120894],[-313058,-120923],[-315712,-125795],[-316073,-125877],[-316011,-125764],[-315489,-125449],[-315321,-126188],[-315250,-125925],[-315529,-125791],[-313114,-121281],[-308576,-189359],[-312727,-193472],[-309592,-224956],[-309857,-225368],[-309965,-225073],[-310062,-225266],[-314057,-235843],[-317276,-77574],[-312556,27817],[-319526,50521],[-318997,65784],[-310689,73758],[-312063,77596],[-315648,95878],[-329713,-152282],[-327352,-174089],[-327026,-173414],[-326586,-173436],[-327454,-173526],[-329684,-177252],[-329938,-177280],[-329749,-177485],[-330085,-176795],[-330069,-176215],[-330500,-176432],[-331186,-177303],[-331132,-177644],[-331320,-177503],[-331200,-175362],[-330761,-175167],[-329194,-174710],[-329600,-174390],[-329188,-174317],[-325953,-177891],[-326283,-177629],[-326252,-177549],[-326974,-174127],[-331472,-175068],[-329106,-209550],[-332728,21376],[-321700,42000],[-324388,49312],[-320476,42137],[-325431,59089],[-330261,65143],[-330445,86264],[-338838,-160985],[-335900,-160937],[-343199,-180260],[-342991,-180054],[-343360,-179918],[-342816,-180054],[-343114,-180354],[-342652,-184958],[-343131,-184990],[-342052,-184746],[-342227,-184874],[-343020,-218112],[-335008,-217644],[-334829,34858],[-342690,28944],[-341481,33198],[-342951,35970],[-356200,-159542],[-354565,-178443],[-349031,-186187],[-349261,-185995],[-348706,-185905],[-358035,-207922],[-352532,-215980],[-358566,-173203],[-365683,-184746],[-359852,-183511],[-362078,-208871],[-377225,-213968],[-372735,-209954],[-379694,218949],[-380260,218956],[-379946,218981],[-396671,198796],[-393400,204911],[-387667,213822],[-387499,213746],[-386948,212375],[-386862,212323],[-393397,205100],[-408968,-65965],[-409320,-68936],[-405438,199950],[-403199,203578],[-403381,203676],[-405229,200166],[-396992,198782],[-396970,199245],[-403185,203771],[-405148,199956],[-416976,-127651],[-419279,-125603],[-418985,-129323],[-419785,-128896],[-418769,-128054],[-417510,-128870],[-411845,-66549],[-410145,-68656],[-410920,-64581],[-410987,-64468],[-431954,-119896],[-433829,-120788],[-429640,-108548],[-429529,-108492],[-429517,-108342],[-434563,-107498],[-433950,-109889],[-431897,-112292],[-433819,-112024],[-431625,-108722],[-432264,-112669],[-469600,100837],[-466294,100489],[-466433,100599],[-466563,94664],[-466872,94407],[-469384,100917],[-466362,100393],[-466736,94616],[-468542,107057],[-468909,108250],[-467029,109095],[-468564,106736],[-482432,119052],[-484862,119783],[-484705,120007],[-482628,118970],[-493688,102221],[-493731,102471],[-488590,111183],[-488686,110998],[-650727,-278768],[-646658,-269914],[-654340,-279836],[-654281,-285360],[-93487,11651],[-93515,12182],[-94306,12057],[-94272,12264],[-94614,12610],[-94456,12864],[-95190,12859],[-96145,12804],[-94853,12719],[-91235,13433],[-91413,13375],[-91007,13129],[-90929,14814],[-91060,14726],[-91417,14739],[-94291,13727],[-95517,13007],[-96843,13848],[-96821,13985],[-96971,13906],[-96497,14878],[-97049,14948],[-97447,15167],[-97248,15273],[-96269,15510],[-96846,13588],[-94405,13524],[-94590,13212],[-96670,15134],[-93727,13425],[-93111,14167],[-92990,14505],[-93013,13630],[-92134,13493],[-91693,13857],[-91815,14112],[-91794,14440],[-91409,13625],[-91708,13388],[-90786,14123],[-91223,14512],[-91235,14875],[-91401,13859],[-97268,14999],[514,-397578],[472,-398662],[978,-399038],[1513,-399376],[1972,-399816],[2241,-399938],[2681,-400786],[1972,-400774],[1561,-400473],[913,-400151],[718,-400085],[697,-400013],[1145,-400180],[184,-400564],[6338,164700],[10727,291968],[6658,283114],[3578,289496],[8618,282631],[134120,-101293],[134348,-98345],[140403,185617],[151995,-61527],[149651,-64012],[153270,-73481],[150372,-68638],[152427,-76471],[146503,-93960],[147822,-98410],[151276,-98620],[143444,-92706],[152309,-92038],[150183,-93257],[143630,-105046],[143033,208526],[152368,362472],[153902,-54970],[157350,-60061],[156924,-63638],[158537,-63942],[153988,-71758],[157271,-72335],[154129,-68138],[163487,-88240],[160400,-82442],[160559,-89192],[168822,-144582],[169209,-145000],[167606,-70777],[168170,-76507],[169797,-72098],[171683,-74336],[171864,-75180],[174553,-70922],[176976,-85448],[176208,-79458],[169621,-84590],[178816,-80300],[168802,-92039],[168402,-92688],[170172,364571],[182516,-78667],[179486,-84666],[182820,-77769],[201378,338163],[217053,-109126],[206929,207433],[206116,324667],[218690,-131179],[218459,-130684],[240832,-199470],[244677,-181074],[244452,-181184],[258424,277521],[256996,298783],[26540,207765],[37240,379134],[395319,661840],[395260,667364],[398873,668432],[402942,677286],[406022,670904],[63802,402669],[75869,165584],[75355,320232],[78598,54183],[82518,81911],[82883,104612],[92934,-3107],[101996,10823],[101894,10762],[90950,97791],[107766,-2542],[109038,-283993],[109038,-283993],[102708,4605],[104747,109937],[121895,-87227],[124961,-84969],[125783,-89373],[124428,-82478],[123615,-90329],[121390,-89852]] \ No newline at end of file diff --git a/src/gathering/a10437.json b/src/gathering/a10437.json new file mode 100644 index 0000000..b8acfb0 --- /dev/null +++ b/src/gathering/a10437.json @@ -0,0 +1 @@ +[[-124699,-11647],[-124181,-9786],[-117984,-12373],[-117312,-7595],[-118770,-12689],[-126673,-76201],[-123820,-89369],[-124817,-88590],[-126684,-77173],[-116464,-93374],[-118611,-91354],[-120377,-97302],[-120605,-97352],[-130375,-59808],[-130450,-60120],[-130022,-72170],[-131998,-72139],[-138531,24161],[-138729,21605],[-132232,31559],[-132645,30385],[-141278,-54097],[-141117,-55331],[-149965,61336],[-152912,61817],[-161300,-270868],[-161097,-271065],[-156177,23681],[-156928,21221],[-164150,33643],[-165637,33495],[-155725,36110],[-156993,36598],[-161985,34057],[-165499,32974],[-165675,32729],[-165248,32739],[-165715,32839],[-166002,33057],[-165725,33960],[-162200,64916],[-159440,71277],[-155920,86461],[-156646,77025],[-156583,102276],[-156287,102281],[-156661,101458],[-155448,101991],[-156643,102499],[-155760,102183],[-156576,101521],[-156396,101543],[-156825,102136],[-160560,93381],[-162803,95671],[-156704,102748],[-156709,103173],[-156618,103063],[-156493,102759],[-156491,103009],[-156527,102909],[-162384,105172],[-164753,108251],[-156109,102871],[-174606,-255127],[-171609,-268196],[-179043,23178],[-178372,19850],[-178460,27842],[-177974,29140],[-172905,72238],[-171752,76712],[-176029,68192],[-173711,92184],[-173793,90018],[-167621,110090],[-167722,112532],[-175896,112905],[-177927,113076],[-191284,-237500],[-191645,-237439],[-189860,-238699],[-191907,-237559],[-191788,-237180],[-191273,-237240],[-190658,-237592],[-190443,-237751],[-190064,-238259],[-190131,-238837],[-189995,-239437],[-191918,-238920],[-191654,-237815],[-191253,-238147],[-191509,-238567],[-190737,-239050],[-190753,-239362],[-190479,-239391],[-189785,-240667],[-190156,-241252],[-189070,-240691],[-189471,-240501],[-188235,-239762],[-191016,-238091],[-190949,-237968],[-190760,-238030],[-190873,-237783],[-190422,-238164],[-190155,-238004],[-189842,-239645],[-189796,-239313],[-190051,-239119],[-190721,-240047],[-190484,-239977],[-190689,-239899],[-190698,-240225],[-190899,-240463],[-190498,-240350],[-190216,-240023],[-189847,-239754],[-189590,-240068],[-188657,-240726],[-188442,-240459],[-188598,-239992],[-190507,-241028],[-189069,-241473],[-188963,-241251],[-188645,-241701],[-190522,-241818],[-191786,-240301],[-190200,-236940],[-188847,-240041],[-188740,-239788],[-188881,-239714],[-188988,-239873],[-188803,-239922],[-189014,-239022],[-188873,-239031],[-189025,-238892],[-189218,-238878],[-188747,-239549],[-179540,-252794],[-189236,-289748],[-183836,-290133],[-187697,25180],[-185454,26480],[-189297,54514],[-189326,54857],[-189278,54942],[-189617,53404],[-189424,53281],[-189713,52840],[-189742,52987],[-189268,53400],[-190225,54941],[-189759,55364],[-190322,54957],[-190406,54531],[-188343,53123],[-187980,53526],[-188112,53587],[-189993,52506],[-189814,52289],[-190089,55926],[-190373,55407],[-189749,53217],[-186588,64698],[-189419,67998],[-189043,72276],[-187630,95508],[-181829,115871],[-182497,120229],[-193059,-238463],[-192428,-239194],[-192248,-238915],[-192471,-238016],[-199524,-238944],[-201794,-249062],[-201677,-248949],[-201682,-249086],[-200463,-246861],[-197940,-256856],[-197690,-256874],[-197827,-256978],[-197683,-257090],[-197466,-256939],[-204799,-290608],[-193139,-294151],[-192959,-293337],[-195266,128346],[-195612,21438],[-199275,18371],[-202056,20831],[-194705,26277],[-192643,27064],[-196856,62849],[-192507,57074],[-192437,57095],[-192370,57390],[-192174,57034],[-195903,60581],[-196531,64431],[-195695,66464],[-197102,71305],[-198610,71690],[-200248,71904],[-204069,75826],[-196025,77417],[-197107,82764],[-200028,116963],[-204880,-235154],[-208947,-242367],[-206777,-239151],[-207475,-243784],[-205307,-246337],[-206996,-245701],[-217098,-283348],[-206188,-288519],[-207381,75233],[-208794,76142],[-209599,75897],[-216838,76493],[-210835,77770],[-217218,88482],[-215974,80174],[-215348,112411],[-213091,115784],[-225878,-234032],[-225202,-236408],[-220664,-280323],[-219752,-280948],[-219867,-280656],[-220259,-280667],[-220331,-280403],[-220326,-280118],[-220666,-280069],[-220996,-280411],[-220080,-279729],[-221058,-281242],[-220611,-280761],[-226558,-279444],[-219464,-279898],[-219389,-279977],[-219477,-280095],[-219185,-279815],[-220011,-280312],[-219765,-280412],[-219733,-280592],[-220081,-280862],[-220003,-281132],[-219760,-281346],[-219582,-281221],[-218677,-281134],[-218536,-281013],[-218896,-280955],[-219001,-280990],[-219005,-281161],[-218921,-281354],[-219211,-281147],[-221480,-281320],[-220894,-281370],[-220658,-281386],[-220871,-281197],[-221089,-280797],[-221108,-280622],[-219003,-286621],[-220259,-281511],[-219636,-281472],[-219461,-281696],[-219794,-282095],[-221423,-281503],[-221295,-281463],[-221076,-281618],[-221396,-281754],[-221689,-281692],[-221586,-281607],[-221431,-281657],[-220689,-281551],[-220588,-281494],[-220902,-281791],[-220931,-282004],[-221034,-282211],[-220769,-282156],[-220476,-281910],[-220505,-281945],[-220766,-281861],[-220663,-282108],[-221293,-282593],[-229834,-281719],[-229533,83651],[-223619,94120],[-220402,111777],[-218819,115386],[-219062,111444],[-217669,120473],[-233012,-289445],[-234740,-286731],[-236318,-291065],[-235431,-292025],[-241277,87443],[-230627,82902],[-235835,84209],[-230951,101907],[-240769,97150],[-239130,97771],[-243193,113484],[-242403,113007],[-242441,113394],[-255422,-200698],[-255098,-200678],[-252379,-200039],[-255842,-204021],[-250646,-199874],[-250604,-200190],[-253660,-201637],[-253651,-201800],[-254814,-201244],[-254644,-199855],[-255107,-199779],[-255014,-199580],[-255102,-199675],[-253502,-200073],[-254357,-199765],[-254172,-199728],[-254022,-199641],[-253869,-199672],[-253869,-199726],[-254072,-199777],[-254217,-199961],[-254040,-199463],[-253543,-199422],[-253651,-199594],[-253300,-199421],[-253159,-199484],[-253302,-199610],[-252946,-199591],[-252742,-199661],[-252877,-199695],[-253416,-200255],[-254293,-199016],[-254271,-198898],[-254033,-198990],[-253835,-199008],[-254458,-199098],[-254819,-198878],[-254978,-198885],[-254880,-198741],[-253956,-198286],[-253388,-198017],[-253439,-197846],[-252480,-197903],[-251440,-198946],[-250793,-198606],[-250734,-199536],[-250960,-199739],[-250950,-199865],[-251059,-199930],[-251276,-199741],[-251615,-200412],[-250469,-199544],[-251347,-199169],[-250930,-69298],[-250847,-69311],[-250432,-69374],[-247404,62009],[-251081,62769],[-243967,98969],[-243213,100370],[-246750,106336],[-247498,109010],[-260530,-164307],[-260870,-164403],[-260667,-165204],[-260398,-165573],[-260287,-165281],[-259865,-165004],[-258790,-165227],[-260193,-165901],[-260275,-163318],[-260855,-162894],[-261290,-162837],[-261300,-164122],[-260731,-162026],[-260330,-161902],[-260454,-161502],[-260347,-161726],[-260827,-161449],[-260985,-161340],[-261047,-162634],[-260973,-162372],[-260729,-162283],[-261499,-162291],[-260266,-162457],[-261304,-166363],[-258960,-190170],[-260127,-188311],[-261318,-189517],[-259792,-188475],[-256972,-201427],[-256827,-201679],[-257081,-202121],[-256600,-202447],[-257216,-201239],[-257802,-200616],[-257652,-200269],[-256591,-203223],[-256352,-202695],[-256511,-201527],[-264918,-211302],[-267307,-209521],[-267413,-235045],[-264243,-246767],[-264311,-247414],[-264752,-256416],[-276063,-187747],[-274656,-189267],[-273286,-217364],[-272331,-217474],[-271711,-226868],[-274706,-229988],[-271245,-233384],[-272746,-243281],[-273844,-254887],[-271579,-243696],[-272519,-257308],[-270825,-262239],[-279929,35623],[-277895,37210],[-281366,48458],[-276893,51941],[-274969,55712],[-281481,57790],[-276671,73197],[-271302,95104],[-272248,91117],[-282893,-123035],[-282355,-123431],[-282818,-122718],[-289221,-147718],[-289065,-147438],[-289060,-147256],[-289209,-147412],[-288614,-146956],[-286432,-208702],[-287012,-214477],[-283898,-221430],[-289740,-225048],[-287423,-110593],[-287726,-110531],[-287651,-110636],[-287961,-109880],[-287898,-109769],[-287204,-109766],[-292824,30619],[-292527,48681],[-292258,38839],[-293641,49976],[-292437,38864],[-287862,53766],[-286916,51742],[-293936,57003],[-284318,72030],[-294008,73100],[-284213,88668],[-287748,99525],[-288650,98899],[-288036,92328],[-288114,89904],[-295964,-126873],[-302181,-139792],[-302347,-140103],[-304465,-176325],[-305041,-170969],[-297872,-224655],[-296018,32919],[-302448,51176],[-297181,49711],[-302654,51038],[-302788,50683],[-301273,51366],[-301291,51239],[-300994,51192],[-300538,50821],[-295029,50289],[-301984,52138],[-301873,51904],[-302574,52053],[-301987,52794],[-301798,52789],[-301724,52884],[-301616,53081],[-301211,52600],[-301256,52046],[-301018,52143],[-300914,53078],[-302610,53555],[-302765,53575],[-302617,53272],[-302475,53518],[-299324,55448],[-302763,53632],[-302081,53473],[-299173,56761],[-294449,67911],[-304823,73150],[-310055,-159842],[-307241,-170884],[-311076,-169365],[-315066,-175998],[-307272,-179886],[-309071,-182770],[-318814,-205107],[-318584,-206629],[-317022,-206870],[-310246,-224938],[-309875,-225747],[-309856,-224916],[-317221,-220475],[-317803,-220662],[-317006,-219891],[-314424,27995],[-311771,28123],[-319457,48842],[-313020,53699],[-316954,70531],[-312155,67222],[-317784,87607],[-308076,100534],[-320021,-205805],[-320322,-205620],[-331246,30530],[-322376,46856],[-324912,54596],[-327986,89878],[-342488,-180248],[-342786,-180268],[-343007,-179945],[-343394,-180017],[-333037,51380],[-332859,44424],[-347386,-178457],[-347603,-178312],[-509066,146460],[-510657,153418],[-510514,153406],[-510901,153246],[-511879,157892],[-511787,157418],[-507479,162162],[-507008,162777],[-507750,160707],[-512133,148578],[-512410,148478],[-512329,148723],[-519095,158026],[-512708,161897],[-516602,157752],[-512808,162018],[-516588,157877],[-519224,158064],[-523881,63543],[-524170,63501],[-522928,63344],[-534918,71533],[-533440,75072],[-534849,71714],[-531767,66537],[-531781,66044],[-529672,69646],[-529527,69261],[-533300,75215],[-535250,71405],[-532039,66557],[-529825,69371],[-527830,84902],[-525578,83694],[-527736,85124],[-648636,-279727],[-647706,-288987],[-112380,-1416],[-112318,-12232],[-112810,-12837],[-113559,-17970],[-111096,-18588],[-113437,-99427],[-113593,-99308],[-109860,12282],[-110931,10253],[-110176,3626],[-111916,3738],[-105992,6106],[-102650,16827],[-103762,15408],[-106315,19140],[-112463,23188],[-112151,16405],[4201,282516],[7706,302187],[131463,-89833],[135665,-95404],[133881,-101680],[151124,-62115],[150398,-57924],[153009,-57174],[151468,-71929],[151236,-74748],[146954,-97387],[146247,-101151],[148837,-96919],[142678,-92438],[145875,-93622],[159173,-62397],[157713,-62900],[157005,-54041],[160680,-72317],[159161,-71797],[158435,-73327],[157190,-76185],[154918,-88845],[165619,-86567],[164709,-88111],[162544,-89136],[164669,-89437],[177797,-76274],[172482,-71436],[171983,-73388],[172901,-75949],[171943,-75775],[176188,-71833],[175505,-81514],[173521,-79132],[176876,-79045],[176357,-85092],[167404,-86949],[169714,-83714],[180876,-78748],[179258,-85452],[225097,-75415],[224969,-75742],[225699,-73357],[226313,-75415],[226299,-75342],[226302,-75381],[227883,-79684],[229511,-79405],[229510,-80193],[225824,-85931],[401894,658213],[400964,667473],[405399,677884],[528783,300269],[1149922,-32843],[1149911,-32672],[123413,-91347],[126893,-92008],[126057,-92837],[127183,-93675],[126096,-92453]] \ No newline at end of file diff --git a/src/gathering/a10451.json b/src/gathering/a10451.json new file mode 100644 index 0000000..11cbdd7 --- /dev/null +++ b/src/gathering/a10451.json @@ -0,0 +1 @@ +[[-457643,-348662],[-457370,-348517],[-457844,-348764],[-461752,-351230],[-461423,-351904],[190891,-29477],[182913,-36561],[191402,-33119],[190152,-50010],[188230,-44832],[181829,-44017],[181444,-39596],[190143,-55579],[200268,-35518],[196694,-31568],[199731,-50380],[198626,-39528],[196820,-43509],[195536,-42625],[202472,-57206],[192520,-58260],[205514,-48438],[215029,-59172],[205232,-60617],[216352,-54314],[214411,-66212],[207027,-65714],[209725,-64484],[216179,-68166],[218417,-60313],[219128,-51015],[240246,-124488],[233464,-119244],[234987,-116016],[239774,-120534],[237577,-81017],[239231,-84807],[239879,-97852],[240409,-91259],[242672,-101716],[232622,-89745],[236442,-95052],[237735,-108518],[230784,-110692],[236800,-104070],[235247,-107783],[232347,-105495],[254096,-67895],[251522,-83276],[253547,-86118],[245182,-89969],[250596,-99501],[246805,-100835],[247328,-97740],[251847,-93216],[249434,-90604],[245940,-114276],[247968,-108981],[244272,-109860],[255109,-113936],[252408,-110091],[254683,-107997],[249376,-104649],[248864,-104110],[265285,-117724],[258633,-125275],[259604,-117069],[256683,-117590],[258129,-75903],[258218,-84788],[264237,-87214],[266246,-81814],[258001,-79249],[261770,-86645],[259177,-97952],[267375,-93833],[264464,-98983],[257268,-95622],[261935,-106619],[257835,-106194],[263044,-102674],[259748,-105563],[260500,-114323],[256897,-108664],[261042,-108671],[271565,-118901],[270962,-117309],[270955,-84548],[270423,-88364],[273405,-87494],[278327,-99942],[275717,-98550],[273914,-95712],[274039,-108517],[275700,-111648],[270748,-114269],[281913,-86085],[294206,-90740],[293866,-102324],[296476,-93651],[298592,-94465],[298712,-94911],[297480,-96270],[316734,-88135],[314262,-90795]] \ No newline at end of file diff --git a/src/gathering/a10453.json b/src/gathering/a10453.json new file mode 100644 index 0000000..3d59e1d --- /dev/null +++ b/src/gathering/a10453.json @@ -0,0 +1 @@ +[[-147074,53234],[-146653,53236],[-146502,54538],[-147918,52956],[-148163,53643],[-147501,52999],[-147124,52950],[-148395,54466],[-149161,51717],[-149741,51612],[-148840,52905],[-150105,52096],[-149746,52675],[-153369,109167],[-153526,108608],[-153063,108605],[-152241,109251],[-152597,108834],[-156753,114118],[-156465,113269],[-156085,113170],[-156501,113932],[-155836,113850],[-155745,111848],[-156068,112570],[-155837,111355],[-155737,111370],[-155003,111227],[-177555,-245190],[-177431,-244944],[-178430,-245413],[-178136,-245278],[-173273,-253865],[-173321,-253763],[-173399,-253398],[-173140,-253354],[-173768,-253363],[-173438,-253065],[-173460,-254159],[-173826,-254088],[-178999,-267113],[-178554,-267293],[-173796,-259690],[-174073,-259417],[-173676,-259412],[-172555,-259474],[-173012,-259634],[-173368,-259110],[-172696,-259227],[-173848,-260962],[-173691,-260234],[-173163,-261017],[-173243,-260985],[-173389,-260932],[-173375,-260766],[-174627,-260140],[-174184,-259973],[-169533,123227],[-169799,124040],[-169758,124325],[-169577,124599],[-169882,124579],[-168511,124342],[-169062,124506],[-169283,124032],[-169213,125038],[-168609,123677],[-189962,-234786],[-190175,-234776],[-190132,-234524],[-189527,-235845],[-189222,-235431],[-189792,-235054],[-189876,-235154],[-190672,-235186],[-190495,-235507],[-179974,-242856],[-180360,-242504],[-180235,-242864],[-179617,-242925],[-180460,-241989],[-181087,-241885],[-180643,-241236],[-180847,-241543],[-179618,-241616],[-180320,-241695],[-179666,-242321],[-180242,-242136],[-180745,-243508],[-180953,-243256],[-187783,-248900],[-187545,-248871],[-187985,-248109],[-188345,-248570],[-188287,-249013],[-188067,-248938],[-183489,-251269],[-184064,-251238],[-183997,-251935],[-183814,-251498],[-183705,-252322],[-183026,-251765],[-183646,-252415],[-182994,-252070],[-183882,-252106],[-183495,-251753],[-183527,-252086],[-181629,-243202],[-181464,-243184],[-180240,-266517],[-179507,-266801],[-180014,-266288],[-180138,-266381],[-179359,-267321],[-179506,-267280],[-186262,-258305],[-186242,-258255],[-185789,-257933],[-185292,-258238],[-185257,-258024],[-185715,-258578],[-185658,-258503],[-186554,-257961],[-186365,-257816],[-186301,-258945],[-186763,-258397],[-185275,-257579],[-185088,-257369],[-185883,-257431],[-185872,-257333],[-185126,-258505],[-185227,-258784],[-184221,-258655],[-184155,-258559],[-182909,-278799],[-182747,-270977],[-181612,-278535],[-181746,-278863],[-182291,-271462],[-182658,-270750],[-182324,-271393],[-182604,-279731],[-182971,-280207],[-182286,-279500],[-182475,-279854],[-182023,-280097],[-181782,-280523],[-182086,-280874],[-182973,-280716],[-182768,-280570],[-182206,-280436],[-182437,-280179],[-191568,-291929],[-191135,-291473],[-191904,-291483],[-191715,-291349],[-189693,131024],[-188988,130635],[-189090,130469],[-190063,131049],[-190100,130497],[-190342,129868],[-190784,129199],[-190722,129598],[-190838,129535],[-190011,130089],[-202078,-241424],[-202069,-241215],[-202217,-240972],[-202598,-240664],[-201538,-240906],[-201870,-240858],[-193565,-231606],[-193757,-231954],[-194019,-232060],[-193299,-232087],[-193462,-232166],[-193789,-232309],[-194721,-253669],[-194999,-253857],[-195144,-253471],[-195052,-253641],[-195576,-253716],[-195618,-253842],[-194638,-253227],[-194671,-253327],[-200032,-252402],[-200448,-252456],[-198681,-245353],[-198461,-245357],[-198661,-246096],[-198400,-246403],[-197975,-246707],[-198221,-246498],[-198242,-245891],[-197715,-246173],[-199279,-245550],[-199414,-245329],[-198742,-247862],[-198599,-247515],[-197189,-243135],[-197110,-243541],[-195898,-244057],[-195816,-244096],[-201094,-251679],[-200983,-252048],[-201218,-252255],[-200826,-252414],[-201556,-256726],[-201553,-256961],[-201294,-257334],[-201340,-257555],[-201228,-260359],[-201126,-260320],[-200682,-262631],[-200876,-262912],[-199892,-261584],[-200120,-261940],[-199945,-292932],[-200081,-293122],[-200050,-293465],[-200174,-293651],[-197778,-290024],[-197480,-290154],[-197434,-289890],[-196917,-290800],[-196553,-291131],[-197973,-290790],[-197851,-290571],[-197930,-290836],[-197706,-290978],[-198555,-289449],[-198269,-289330],[-198525,-289277],[-198123,-289736],[-195086,-289558],[-194747,-289635],[-194731,-288780],[-195553,-288697],[-199098,-293580],[-199193,-293150],[-196058,-294186],[-196228,-293956],[-192302,-292274],[-192204,-292296],[-192283,-293088],[-192212,-292851],[-196731,-294298],[-196804,-294223],[-196722,-294493],[-195857,-295093],[-195662,-294922],[-203402,-299986],[-203479,-299950],[-203379,-299038],[-202931,-299174],[-203447,-299170],[-203588,-299178],[-204020,-298748],[-203999,-298889],[-204151,-299167],[-203893,-299228],[-203872,-299713],[-203933,-299718],[-203230,-299606],[-202784,-300182],[-203143,-300063],[-202871,-300748],[-203327,-300629],[-203758,-301844],[-203867,-301292],[-203953,-298960],[-193725,128457],[-194166,128529],[-194001,128715],[-201698,43751],[-201267,43597],[-201340,44216],[-201283,43651],[-201298,44830],[-198118,43947],[-198448,44947],[-199650,44178],[-198299,45202],[-199132,44455],[-194952,127990],[-193713,127263],[-216908,-229458],[-216664,-229369],[-215904,-229007],[-215914,-229081],[-216124,-228801],[-216388,-228463],[-216334,-228723],[-217064,-229042],[-217073,-229189],[-215442,-228948],[-215765,-228390],[-217394,-228751],[-217454,-228577],[-206321,-228986],[-206747,-229121],[-206671,-228932],[-207542,-229290],[-207018,-229070],[-206339,-229610],[-206252,-229914],[-209481,-236835],[-209286,-236412],[-208952,-236446],[-208909,-236327],[-208514,-236200],[-209828,-236222],[-209731,-236294],[-209536,-236319],[-208091,-237452],[-208219,-237449],[-208350,-237198],[-208367,-237105],[-213124,-231353],[-212738,-231041],[-211981,-231117],[-212398,-231503],[-212798,-230364],[-212792,-230750],[-209425,-246358],[-209599,-245761],[-209013,-246164],[-208934,-245799],[-209334,-245946],[-209587,-245607],[-209003,-245746],[-214007,-276553],[-214643,-275718],[-215830,-276376],[-215481,-276950],[-215519,-276673],[-215809,-276467],[-215373,-276407],[-215697,-276397],[-214569,-276370],[-215258,-275387],[-215238,-275750],[-215787,-276108],[-215501,-276012],[-215383,-275917],[-215064,-276161],[-208555,-286989],[-208561,-287057],[-209250,-288125],[-209199,-287364],[-208913,-287681],[-207433,-287734],[-208504,-287528],[-208111,-286590],[-207808,-286857],[-208387,-289336],[-208304,-289287],[-208053,-287597],[-208141,-287445],[-207523,-287886],[-207494,-287611],[-207827,-288352],[-208141,-288200],[-208297,-288496],[-208709,-287721],[-208643,-288034],[-210029,-287081],[-209992,-287147],[-206744,-289690],[-207033,-289877],[-209655,-293198],[-209550,-293682],[-209458,-293036],[-209805,-293601],[-205095,-300197],[-205420,-298963],[-204939,-300113],[-205233,-299008],[-218133,-229633],[-218058,-229546],[-227984,-228312],[-227694,-228741],[-227623,-228852],[-226977,-229012],[-227281,-229229],[-227489,-229542],[-224530,-225720],[-225282,-226157],[-224753,-225939],[-225088,-225745],[-219918,-239362],[-220522,-239200],[-220539,-238791],[-220353,-238569],[-219870,-238224],[-220026,-237787],[-219661,-238334],[-219785,-238184],[-219389,-236863],[-218910,-237136],[-219121,-237191],[-219295,-236846],[-230390,-238922],[-230001,-238269],[-230042,-238464],[-230364,-238869],[-228100,-240432],[-228163,-239604],[-228594,-239573],[-228344,-239564],[-228085,-279712],[-227594,-279408],[-227632,-279648],[-227270,-280120],[-227342,-280731],[-227415,-280707],[-228227,-278396],[-228303,-278596],[-229191,-279024],[-229427,-279221],[-224618,-276160],[-224629,-275475],[-224174,-275379],[-224498,-275338],[-221238,-276248],[-221825,-276831],[-221288,-276683],[-222130,-276908],[-228643,-287817],[-228326,-287553],[-228919,-288448],[-228959,-287974],[-228796,-290055],[-228930,-290112],[-228829,-289441],[-228623,-289650],[-229981,-287180],[-230184,-286423],[-230104,-287061],[-230335,-287339],[-229071,-287225],[-229380,-287635],[-228685,-287183],[-229376,-287461],[-222649,-286684],[-222875,-286949],[-224188,-286852],[-223746,-286220],[-223521,-286738],[-223895,-286841],[-218955,-283889],[-218861,-283176],[-218163,-283151],[-218113,-283267],[-219495,-285445],[-219877,-285557],[-220022,-285821],[-219440,-285992],[-220966,-286284],[-220133,-286075],[-220995,-286012],[-219926,-286645],[-219851,-286343],[-220111,-286138],[-220611,-286756],[-220183,-286705],[-220128,-286201],[-220316,-286965],[-230211,106643],[-230008,106246],[-229280,106809],[-226180,104376],[-227051,104159],[-226358,104604],[-226115,104734],[-226781,105364],[-230165,106398],[-237731,-202767],[-237899,-203512],[-237667,-202760],[-237550,-203203],[-238044,-203679],[-238103,-204503],[-237706,-203552],[-238328,-204005],[-235330,-205763],[-235016,-205867],[-235621,-206060],[-235345,-206405],[-235116,-206370],[-235151,-206425],[-234899,-206997],[-234646,-206451],[-238224,-211784],[-238686,-211527],[-238513,-211835],[-238177,-211256],[-238496,-211452],[-238139,-211191],[-237946,-211304],[-237916,-211035],[-238005,-210914],[-234424,-210585],[-234753,-210783],[-234552,-210207],[-234825,-210449],[-242710,-204919],[-242380,-205450],[-239448,-229812],[-239803,-229943],[-239623,-229193],[-239869,-229692],[-234142,-222035],[-233791,-222250],[-232687,-222730],[-233265,-223317],[-232809,-222506],[-233623,-222522],[-233577,-222214],[-233473,-222736],[-236253,-222045],[-235927,-221777],[-236126,-221452],[-236864,-221663],[-241879,-218693],[-242628,-218422],[-242429,-218993],[-242247,-218688],[-242739,-217944],[-243057,-217807],[-230551,-237618],[-231370,-237859],[-230880,-237207],[-230923,-237578],[-231052,-238808],[-231444,-238374],[-230938,-238236],[-231451,-238312],[-237756,-238294],[-236996,-237950],[-236837,-237861],[-236962,-237667],[-239768,-275571],[-240220,-275776],[-239861,-276077],[-239569,-275564],[-239325,-275838],[-239181,-275400],[-239754,-275646],[-239150,-275575],[-237675,-272210],[-237767,-271770],[-237332,-271746],[-237401,-272089],[-239960,-287307],[-240277,-287063],[-240521,-286636],[-240868,-286648],[-241400,-286646],[-241510,-286517],[-240929,-287462],[-240474,-287644],[-240926,-287336],[-240810,-286099],[-241045,-285731],[-240407,-285511],[-240293,-286036],[-238769,114845],[-238762,114723],[-230424,106900],[-238416,115067],[-239600,115393],[-238150,115489],[-244687,-202516],[-245475,-202146],[-244684,-202006],[-245164,-201927],[-243265,-203926],[-243423,-204341],[-245547,-214538],[-245240,-214846],[-245243,-215993],[-245567,-215478],[-245197,-215898],[-245967,-215529],[-244572,-215465],[-244827,-216017],[-245199,-215965],[-244768,-215609],[-243611,-212296],[-243680,-211988],[-243917,-212680],[-244062,-212171],[-244970,-206249],[-245270,-206629],[-245728,-207280],[-245346,-207176],[-245870,-206789],[-246081,-207401],[-253537,-215076],[-253757,-215075],[-252746,-216094],[-252294,-215654],[-252958,-215361],[-252835,-215956],[-243587,-218241],[-243284,-217995],[-244970,-231886],[-244894,-231831],[-244797,-231614],[-244709,-232380],[-244408,-232366],[-244297,-232034],[-244990,-232542],[-245410,-232982],[-244953,-232708],[-245426,-231752],[-245841,-231859],[-245082,-232195],[-245483,-232940],[-245894,-232761],[-246132,-232741],[-246205,-233040],[-247207,-261887],[-246897,-261653],[-246362,-261380],[-246839,-262011],[-246902,-262490],[-247154,-262384],[-247286,-261691],[-246974,-261576],[-246816,-261783],[-246858,-261298],[-247406,-262322],[-247277,-262050],[-247243,-262588],[-247727,-262173],[-247738,-261638],[-247964,-262911],[-255696,-262798],[-255712,-262506],[-255728,-263928],[-255776,-263246],[-255994,-263141],[-248588,-286543],[-247600,-287624],[-247246,-287686],[-247115,-286043],[-247838,-286477],[-246973,-285957],[-247497,-286227],[-246850,-285643],[-247215,-285716],[-248472,-286640],[-248194,-285735],[-247556,-285854],[-248338,-286606],[-247128,-285594],[-245744,-286488],[-245921,-286682],[-259692,-216200],[-260181,-216103],[-260010,-215989],[-259953,-215789],[-260260,-220886],[-260916,-220963],[-260195,-220754],[-260097,-220919],[-256184,-262257],[-256135,-262585],[-256014,-263887],[-256834,-263815],[-256987,-264066],[-256862,-264165],[-256769,-263963],[-257340,-261699],[-257602,-262216],[-264148,-264153],[-263853,-263395],[-264122,-263779],[-264472,-263822],[-264093,-263688],[-264355,-263621],[-264113,-263985],[-264197,-264243],[-268830,-217395],[-269132,-217311],[-273494,-211779],[-273824,-211996],[-273193,-211756],[-273539,-212643],[-270697,-223404],[-270718,-223713],[-271276,-223268],[-270995,-223501],[-271030,-223648],[-271064,-223848],[-270615,-224119],[-270447,-224288],[-269255,-218650],[-269751,-219119],[-269338,-219107],[-269945,-218203],[-269370,-218040],[-269060,-217605],[-272751,-221802],[-273149,-221961],[-273181,-221922],[-273113,-221821],[-273504,-221610],[-273897,-221283],[-274299,-222233],[-273981,-221602],[-274225,-221660],[-274872,-222261],[-270273,-242058],[-270386,-242507],[-270131,-242490],[-270049,-242690],[-269121,-241953],[-269390,-242211],[-272094,-235722],[-271967,-235872],[-272434,-235724],[-272903,-235716],[-272838,-235703],[-273009,-236427],[-272926,-236236],[-272708,-235346],[-273017,-235664],[-270167,-247551],[-270509,-247567],[-270895,-247477],[-270911,-247894],[-270516,-246695],[-270872,-246966],[-271270,-247369],[-270928,-247100],[-270108,-249291],[-270220,-248863],[-269639,-248314],[-269714,-248325],[-270709,-247886],[-270951,-247813],[-273714,-259526],[-273543,-259365],[-274281,-259677],[-273715,-259916],[-273607,-259911],[-273255,-260188],[-273056,-260085],[-273464,-258883],[-273263,-114438],[-273279,-114689],[-273610,-114714],[-273572,-114326],[-285936,-143839],[-285757,-143656],[-283658,79982],[-282853,79744],[-282475,79878],[-283392,81050],[-283090,80846],[-283342,82611],[-283425,82350],[-283288,82136],[-284008,82144],[-283401,82564],[-313296,-144455],[-313223,-144638],[-316557,-156313],[-316770,-156349],[-316674,-156138],[-312545,-234085],[-312453,-234017],[-312335,-233944],[-314155,-236242],[-319511,29041],[-318743,28825],[-318779,28896],[-319007,28270],[-319097,28018],[-318494,55609],[-318762,55320],[-318345,55834],[-318632,55065],[-318911,54543],[-317588,57713],[-317586,57134],[-317873,57011],[-318117,56563],[-318601,56714],[-329282,-164984],[-329346,-164794],[-328964,-164515],[-321123,64163],[-320840,63655],[-320536,63064],[-321295,64333],[-320589,64496],[-320354,65457],[-320253,66274],[-320762,65553],[-320413,65867],[-320823,65949],[-343881,-197405],[-343658,-197142],[-343744,-197630],[201179,-14189],[201256,-14862],[199983,-14078],[200627,-14287],[201612,-13003],[197705,-15858],[198836,-15060],[201900,-14207],[202195,-13441],[201098,-13964],[199442,-15315],[198938,-14776],[202021,-14311],[197795,-15641],[200404,-13732],[200501,-13599],[202778,-13867],[200115,-14057],[201594,-13025],[200386,-15335],[200957,-13444],[198720,-15061],[199917,-15002],[197588,-15903],[201729,-14788],[199368,-15685],[199654,-15308],[199064,-15545],[200815,-14179],[198928,-14695],[199804,-14849],[202669,-13126],[203008,-13488],[200260,-13813],[202680,-12895],[203309,-13600],[203570,-13129],[199918,-15923],[203502,-13352],[201119,-13223],[198068,-16477],[201087,-13528],[198949,-15755],[203182,-13655],[201543,-13866],[200220,-15836],[200871,-15359],[202648,-13343],[201954,-14570],[200243,-15783],[201759,-14351],[200748,-15363],[198150,-16556],[198563,-15983],[202378,-13871],[202451,-13870],[198292,-15384],[201425,-14086],[198012,-15458],[202583,-13359],[198595,-15049],[197431,-16141],[201687,-14751],[201471,-14926],[200468,-15573],[199737,-14126],[198548,-15391],[202414,-13394],[201495,-13088],[198794,-15691],[200662,-13538],[199991,-13954],[198330,-16215],[204033,-13888],[203896,-13908],[203514,-14215],[203448,-14091],[203167,-14363],[203342,-14405],[202774,-14745],[202713,-14637],[202494,-15086],[202494,-14871],[202286,-15009],[202090,-15100],[201939,-15502],[201669,-15671],[201253,-16158],[201110,-15931],[200837,-16118],[201021,-16021],[200457,-16302],[200537,-16473],[200144,-16587],[200018,-16592],[199971,-16769],[199928,-16937],[199465,-16893],[199526,-17243],[199276,-17426],[199069,-17476],[198485,-17176],[198429,-17133],[198761,-16737],[198901,-16653],[198946,-16373],[199287,-16472],[199421,-16338],[199558,-16096],[200857,28276],[200743,28158],[200299,28068],[199947,27789],[199388,26869],[199585,26931],[199483,27202],[199434,27153],[199446,27498],[199454,27473],[199924,26646],[200096,26644],[200004,26866],[200000,26997],[199859,27242],[199946,27301],[199886,27559],[199912,27518],[200504,27110],[200534,27115],[200464,27422],[200339,27416],[200318,27672],[200346,27740],[201017,27393],[200939,27418],[200840,27724],[200925,27810],[200848,28046],[201029,28107],[217094,-12573],[216708,-12564],[216692,-17358],[213434,-16983],[214378,-17829],[214638,-18449],[213396,-18181],[213298,-16872],[212211,-18816],[214294,-17168],[215115,-17252],[213532,-19035],[213070,-18901],[213419,-18890],[216309,-18538],[215797,-17964],[216165,-18463],[214259,-18307],[212436,-18315],[216072,-17181],[212882,-18326],[212606,-18183],[216040,-18517],[216096,-17313],[213210,-16762],[216592,-18062],[215591,-18027],[212586,-18957],[214603,-17036],[215149,-17113],[213074,-18447],[212288,-18735],[212455,-18186],[213520,-18853],[212837,-18775],[212322,-18207],[212080,-18806],[211827,-18957],[211973,-18305],[211914,-18740],[212902,-18882],[213212,-19026],[212702,-18758],[212282,-18995],[214589,-17694],[215900,-18601],[212198,-18064],[215222,-17704],[211631,-17522],[212159,-17373],[216659,-17857],[212923,-16944],[214032,-17031],[214831,-18444],[215629,-17880],[216564,-17304],[214756,-17034],[214439,-17700],[212006,-16749],[211661,-18609],[211897,-18840],[212805,-18148],[212291,-17398],[214772,-17152],[212441,-18771],[212177,-16747],[212410,-16889],[211967,-16906],[211914,-16658],[212220,-16912],[212240,-16655],[212485,-16616],[212724,-16891],[212838,-16798],[212870,-16688],[213873,-17134],[213792,-16927],[213453,-16892],[213147,-16872],[214036,-16858],[214160,-17225],[214818,-16938],[214845,-17279],[214974,-17090],[215068,-17006],[215504,-17062],[215410,-17082],[215269,-17195],[215303,-17102],[214751,-17697],[215242,-17937],[216261,-17196],[215985,-17376],[216431,-17413],[216404,-17275],[211847,-17573],[211779,-17585],[212045,-17433],[212113,-17521],[212548,-17356],[212581,-17506],[213103,-17582],[212848,-17648],[213439,-17593],[213367,-17754],[213636,-17689],[213585,-17713],[213812,-17875],[214043,-17738],[214934,-17634],[214759,-17808],[215285,-17856],[215095,-17727],[215472,-17883],[215430,-17728],[216096,-18010],[215810,-17836],[216227,-17976],[216526,-17817],[216474,-18113],[216718,-17970],[211947,-18118],[211658,-18032],[212021,-18029],[212359,-18126],[212632,-18273],[212736,-18103],[213038,-18303],[213142,-18185],[213326,-18276],[213538,-18124],[214213,-18475],[214416,-18363],[214619,-18287],[214892,-18560],[215279,-18365],[215020,-18449],[215480,-18608],[215545,-18465],[215828,-18522],[215826,-14168],[215868,-13900],[216133,-14276],[216287,-14249],[216514,-13978],[216313,-14253],[216848,-14057],[216638,-14300],[216952,-14233],[217037,-14172],[217455,-14216],[215882,-13274],[215786,-13505],[216107,-13416],[216144,-13545],[216398,-13661],[216292,-13521],[216658,-13468],[216712,-13580],[217149,-13827],[217142,-13727],[217407,-13648],[216192,-12827],[216054,-12874],[216459,-12824],[216427,-12608],[216761,-12931],[216790,-12797],[217058,-12835],[217171,-12989],[217235,-12713],[217597,-12897],[216121,-14062],[216266,-14111],[216154,-14140],[216492,-14195],[216650,-14132],[216843,-14245],[216711,-14234],[216880,-14368],[217159,-14230],[217114,-14362],[217235,-14345],[217311,-14247],[217403,-14315],[217382,-14391],[217539,-14243],[215930,-13385],[215931,-13501],[216482,-13491],[216536,-13644],[217000,-13597],[217102,-13551],[217280,-13762],[217518,-13621],[217571,-13788],[215865,-12792],[216301,-12880],[217330,-12835],[216963,-12915],[217285,-12970],[217471,-12994],[217493,-12822],[217591,-13138],[217029,-13059],[217388,-13104],[216504,-13016],[217445,-13527],[217634,-14267],[217979,-14294],[217853,-14532],[217672,-13657],[218033,-13663],[217772,-13820],[218407,-14133],[218267,-14065],[218449,-14104],[218389,-14040],[217744,-12650],[217920,-13060],[218063,-12994],[218363,-12806],[218447,-13039],[218537,-13084],[218906,-12920],[217731,-14275],[217843,-14275],[217919,-14424],[218001,-14529],[217790,-13690],[217897,-13807],[217859,-13900],[218100,-13792],[218255,-13834],[218383,-13902],[218478,-13935],[218595,-14119],[217687,-13005],[217773,-12858],[217981,-12899],[218297,-13131],[218629,-13170],[218041,-13176],[218195,-13244],[218401,-13263],[218639,-13269],[217941,-13223],[218278,-13339],[218424,-13817],[218582,-13843],[218169,-13693],[217719,-13129],[239385,-50905],[239540,-50737],[240504,-50958],[239411,-50787],[243089,-50700],[240835,-50849],[240839,-50626],[239628,-50706],[239663,-50941],[243105,-50998],[243016,-50932],[242183,-50914],[241856,-50988],[241998,-50706],[240714,-50881],[240599,-50763],[240926,-50726],[240888,-50971],[239809,-50889],[239620,-50834],[239550,-50920],[239311,-52808],[239847,-51402],[239485,-52259],[239747,-51743],[239816,-52186],[239660,-52857],[239778,-52377],[240521,-52036],[240772,-52116],[240751,-51823],[242193,-53131],[239551,-52124],[241755,-53139],[240650,-52214],[240640,-51700],[240507,-51278],[239601,-53359],[239558,-52497],[240665,-51366],[240991,-51714],[239517,-52822],[240654,-51042],[239343,-52110],[239597,-53561],[239720,-53392],[239405,-53001],[239593,-51170],[239478,-53213],[239358,-51354],[240911,-52138],[240753,-51663],[240626,-51195],[240713,-51569],[240817,-51500],[239512,-51987],[239642,-51658],[240629,-52362],[240951,-51150],[242247,-52788],[239638,-51295],[239502,-52624],[241740,-51160],[239821,-51240],[239522,-52987],[239737,-52873],[239487,-51249],[239452,-52108],[239734,-51592],[240518,-51091],[239484,-51423],[240576,-51849],[239608,-51859],[239403,-52538],[239806,-51908],[240598,-52125],[243086,-62840],[243167,-63066],[242735,-62854],[243094,-62751],[243006,-63050],[243153,-62929],[242786,-62853],[243075,-62746],[242886,-62879],[243033,-63118],[242861,-63005],[242791,-62956],[241844,-63173],[242250,-63104],[241839,-63203],[242143,-63326],[241755,-63087],[242274,-63025],[242093,-63135],[241913,-63033],[242072,-63218],[242111,-63344],[242272,-61935],[242136,-61827],[242133,-61929],[242082,-62113],[242082,-62025],[242178,-61932],[242252,-61665],[242048,-62140],[241989,-61909],[242208,-61763],[243043,-61760],[242701,-62178],[242734,-61720],[242677,-61604],[242769,-61709],[242667,-62098],[243067,-61906],[242661,-61785],[243156,-61803],[242827,-61639],[243008,-61827],[243010,-62020],[243051,-60388],[243052,-60593],[243068,-60677],[242929,-60689],[243062,-60520],[242907,-60285],[242764,-60692],[242540,-60241],[242893,-60769],[243014,-60816],[243058,-54883],[243002,-55048],[243046,-54816],[243125,-54274],[243028,-53971],[242984,-53564],[243174,-53261],[243013,-52854],[243184,-51649],[242113,-53760],[241948,-53721],[242118,-53352],[242090,-53387],[242115,-52748],[242097,-52922],[242196,-52316],[241863,-52511],[242110,-51884],[242049,-51945],[241840,-51633],[242022,-51618],[242050,-51197],[242182,-51055],[241944,-51076],[242034,-51003],[240762,-53456],[240807,-53228],[240819,-53010],[240752,-52818],[240587,-52559],[240625,-52629],[240605,-51992],[240695,-51932],[240734,-51464],[240868,-51317],[240845,-51131],[240777,-51048],[239417,-53480],[239512,-53454],[239788,-53096],[239646,-52994],[239668,-52547],[239731,-52608],[239506,-52387],[239704,-52129],[239693,-52047],[239430,-51850],[239506,-51729],[239652,-51426],[239752,-51138],[239599,-51053],[243156,-54953],[243145,-55110],[243147,-55274],[243135,-54611],[243077,-54442],[242980,-54599],[243017,-54265],[243194,-54089],[243199,-53859],[243077,-53799],[243119,-53643],[243168,-53473],[243019,-53458],[243022,-53298],[242926,-53227],[242968,-53700],[243189,-53025],[243164,-52676],[243047,-52603],[243055,-52473],[243158,-52420],[243090,-52213],[243033,-52071],[243115,-51951],[243029,-51844],[243142,-51823],[243048,-51700],[243044,-51544],[243150,-51456],[242967,-51347],[243064,-51247],[243001,-51126],[243136,-51100],[241992,-53923],[242045,-53657],[241927,-53471],[242171,-53508],[242051,-53222],[242137,-53074],[241872,-52900],[241794,-52776],[242015,-52520],[241942,-52393],[242051,-52298],[242135,-52141],[241907,-52217],[241839,-52015],[241882,-51839],[242057,-51758],[242157,-51663],[241949,-51846],[241912,-51436],[241855,-51277],[241851,-51169],[242210,-51261],[242150,-51396],[242178,-51516],[241953,-53355],[241990,-53516],[241755,-53457],[240669,-53177],[240672,-53320],[240611,-53464],[240675,-53610],[240825,-53561],[240862,-53362],[240936,-53237],[240909,-53085],[240699,-53048],[240618,-52903],[240542,-52787],[240689,-52736],[240827,-52671],[240944,-52751],[240920,-52615],[240916,-52505],[240698,-52512],[240781,-52386],[242380,-65482],[242394,-65041],[241692,-65041],[241833,-65487],[241525,-64953],[242051,-65223],[241963,-65181],[241535,-65123],[242384,-65484],[242733,-65427],[242406,-65038],[242301,-64970],[242224,-65493],[241871,-64932],[241606,-65179],[241604,-65330],[241508,-65053],[242646,-65164],[242663,-65203],[242456,-65324],[241740,-64460],[241748,-64102],[242047,-64071],[242137,-64161],[241972,-64289],[241767,-64264],[241923,-64325],[241882,-64369],[242258,-64118],[241744,-63939],[242704,-64485],[242695,-64014],[242467,-64455],[242920,-64161],[242729,-64461],[242759,-64366],[242482,-64399],[242988,-63981],[242770,-64102],[242481,-64316],[243035,-64524],[242987,-64541],[243185,-64474],[243133,-63981],[242990,-64331],[243054,-64299],[243143,-65383],[242993,-65151],[243199,-65178],[242923,-65097],[243098,-65369],[243298,-50767],[243296,-50910],[244611,-51287],[244287,-52530],[244543,-51943],[244398,-52127],[243283,-55124],[243223,-52303],[244239,-51553],[243275,-55024],[244549,-52408],[243266,-51294],[243285,-53372],[243344,-53218],[244302,-52260],[243269,-51055],[244345,-51853],[244491,-52553],[244357,-51719],[243348,-52236],[243383,-51357],[243347,-51956],[243351,-51153],[243239,-52806],[244445,-51446],[244369,-51510],[243241,-51725],[244297,-51175],[244592,-52077],[243235,-54228],[244305,-51319],[243367,-52769],[243213,-52535],[243375,-54251],[244450,-51014],[246454,-62790],[246376,-62880],[246621,-63304],[246241,-63264],[246406,-63021],[246479,-63169],[246703,-63257],[246469,-63222],[246430,-63291],[246517,-62864],[246307,-62713],[246119,-63079],[246239,-63111],[246238,-63046],[246087,-62778],[246284,-63253],[246253,-62747],[246144,-63041],[245766,-62765],[246154,-63273],[245606,-63067],[245788,-62808],[245489,-62961],[245522,-63030],[245827,-63125],[245707,-63247],[245372,-63111],[245563,-62916],[245859,-63203],[245377,-62757],[245523,-63123],[245505,-63277],[245634,-63229],[245485,-62786],[245576,-63164],[245496,-63228],[245519,-62885],[245185,-62941],[245202,-62920],[245172,-63005],[245069,-62899],[244795,-62736],[244652,-62729],[244997,-62928],[245168,-62876],[245148,-63028],[244961,-62791],[244917,-62712],[244840,-63231],[245174,-63123],[244336,-63174],[244063,-62731],[244258,-62939],[244368,-63126],[244320,-63214],[244594,-62929],[244101,-62836],[244581,-62921],[244318,-62883],[244523,-63177],[243710,-62725],[244091,-63103],[243719,-63189],[244064,-63083],[243810,-62752],[244042,-63117],[243948,-63227],[243810,-63126],[244098,-62898],[243966,-63247],[243283,-63125],[243221,-62868],[243644,-63178],[243587,-63044],[243662,-63098],[243283,-62877],[243359,-62919],[243495,-62967],[243506,-61852],[243500,-61935],[243602,-61737],[243245,-62021],[243270,-61743],[243567,-61583],[243309,-62000],[243317,-62082],[243703,-61802],[244085,-61606],[244078,-62072],[243858,-61742],[244104,-62060],[243896,-61810],[243635,-61734],[244199,-62023],[243601,-62107],[244035,-61927],[244383,-61758],[244297,-61713],[244557,-61766],[244276,-62111],[244182,-62097],[244184,-62068],[244167,-61747],[244026,-61798],[244254,-61897],[244479,-62105],[244938,-62007],[244827,-62095],[244620,-61973],[245105,-61812],[244777,-61579],[244796,-62069],[245017,-62001],[245195,-61745],[244850,-61576],[244860,-62000],[245434,-61757],[245525,-61763],[245532,-61814],[245651,-61874],[245747,-61916],[245510,-61829],[245742,-61656],[245327,-61947],[245524,-61823],[245728,-61783],[246318,-62101],[246291,-61899],[246127,-61774],[246140,-62095],[246093,-61851],[246168,-61903],[246288,-61857],[246017,-61838],[246173,-61991],[246433,-61577],[246400,-60680],[246488,-60723],[246428,-60820],[246419,-60868],[246029,-60516],[246551,-60809],[246324,-60474],[246339,-60386],[246328,-60656],[246136,-60522],[246015,-60461],[245642,-60563],[245937,-60810],[245592,-60758],[245756,-60324],[246071,-60891],[245601,-60606],[245810,-60845],[246034,-60766],[245891,-60578],[245504,-60401],[245158,-60749],[245087,-60336],[244995,-60528],[245229,-60834],[245499,-60448],[245249,-60840],[245492,-60530],[245387,-60852],[245029,-60641],[244532,-60694],[244796,-60715],[244490,-60743],[244699,-60443],[244388,-60562],[244553,-60296],[244403,-60632],[244699,-60360],[244901,-60283],[244583,-60554],[244482,-60836],[244409,-60430],[244220,-60709],[244083,-60419],[243933,-60700],[243994,-60833],[244305,-60459],[244094,-60294],[244269,-60729],[244426,-60566],[243614,-60616],[243824,-60838],[243321,-60632],[243296,-60369],[243574,-60607],[243717,-60373],[243603,-60786],[243417,-60372],[243330,-60746],[243607,-60814],[246627,-55113],[246611,-54892],[246938,-54541],[246690,-54559],[246721,-54065],[246907,-54087],[246976,-53886],[246690,-53726],[245288,-55573],[245291,-55750],[245332,-55411],[245419,-54850],[245407,-54972],[245638,-54358],[245432,-54630],[245533,-54121],[245687,-53905],[245461,-53542],[245709,-53682],[245605,-53353],[245757,-53349],[245522,-53079],[245522,-52925],[245478,-52803],[245702,-52656],[245414,-52361],[245443,-52183],[245630,-51887],[245789,-51777],[245636,-51613],[245708,-51431],[244547,-55660],[244191,-55927],[244239,-55514],[244386,-55575],[244225,-55138],[244371,-55244],[244357,-54633],[244289,-54747],[244500,-54228],[244257,-54345],[244246,-54026],[244343,-53973],[244585,-53841],[244337,-53730],[244532,-53329],[244368,-53220],[244316,-52925],[244600,-52877],[244582,-52668],[244607,-52739],[244548,-52212],[244482,-51827],[244430,-51900],[244483,-51301],[244444,-51157],[243273,-54802],[243337,-54368],[243314,-53850],[243319,-53491],[243216,-53171],[243382,-53046],[243325,-52627],[243338,-52570],[243370,-52063],[243236,-52147],[243409,-51635],[243201,-51197],[243271,-51483],[246777,-55107],[246771,-55212],[246909,-54927],[246797,-54748],[246714,-54696],[246831,-54525],[246912,-54440],[246823,-54327],[246813,-54188],[246720,-54226],[246690,-53922],[246802,-53800],[246923,-53991],[246900,-53722],[246896,-53612],[246846,-53437],[246728,-53396],[246765,-53263],[246963,-53607],[246611,-54050],[246624,-54391],[246891,-55120],[246851,-55259],[246655,-55323],[246767,-55374],[245431,-55704],[245446,-55605],[245457,-55501],[245477,-55340],[245568,-55402],[245552,-55531],[245592,-55634],[245666,-55506],[245338,-55119],[245464,-55112],[245551,-55181],[245660,-55037],[245527,-54731],[245562,-54552],[245711,-54524],[245758,-54388],[245506,-54341],[245684,-54208],[245454,-53965],[245550,-53992],[245638,-54019],[245430,-54170],[245459,-54446],[245594,-53542],[245732,-53524],[245433,-53383],[245426,-53223],[245622,-53012],[245599,-52739],[245582,-52572],[245549,-52354],[245662,-52272],[245699,-52119],[245571,-52040],[245490,-51900],[245552,-51695],[245620,-51404],[245787,-51621],[245748,-51912],[245351,-52658],[245330,-53539],[245343,-53919],[245369,-54281],[245812,-53004],[244315,-55699],[244333,-55882],[244553,-55539],[244311,-55382],[244517,-55286],[244473,-55087],[244546,-55048],[244353,-54983],[244374,-54815],[244453,-54814],[244445,-54652],[244544,-54674],[244529,-54509],[244419,-54441],[244376,-54266],[244403,-54102],[244254,-54174],[244413,-53574],[244454,-53704],[244565,-53642],[244504,-53479],[244420,-53378],[244310,-53471],[244222,-53582],[244460,-53157],[244497,-52947],[244481,-52776],[244362,-52659],[248641,-64232],[246119,-64174],[245582,-64295],[243384,-65028],[243690,-64164],[244787,-63918],[245467,-64081],[244722,-64031],[245576,-64481],[244477,-65185],[244670,-65182],[244300,-63947],[244508,-65575],[245081,-63910],[244162,-64054],[244056,-65450],[246346,-64035],[243981,-65245],[244913,-64480],[244270,-65116],[243618,-64376],[245242,-64148],[243794,-64381],[243607,-65161],[243880,-65334],[243270,-65382],[246025,-64372],[246156,-64084],[246072,-63973],[248865,-64181],[245658,-64322],[243726,-64262],[243314,-64508],[244378,-64492],[244135,-64380],[245252,-64092],[249041,-64408],[248715,-64181],[243610,-64076],[248999,-63972],[245240,-64246],[245469,-64317],[243936,-64309],[245247,-64194],[243272,-65075],[244303,-65134],[244767,-65547],[245111,-64174],[244760,-65631],[244268,-65268],[245638,-64438],[246035,-63986],[245882,-64237],[246190,-64381],[246208,-64434],[244569,-64426],[243330,-64331],[244309,-63964],[244641,-64108],[245798,-64389],[244191,-64462],[244948,-64019],[243809,-65365],[244784,-64297],[244286,-64112],[243965,-65157],[243871,-63984],[243633,-63967],[244058,-63965],[243600,-65195],[245794,-64042],[244269,-65547],[243417,-64309],[243847,-64157],[243603,-65377],[243266,-64027],[243905,-65276],[245613,-64261],[243247,-65534],[248849,-63968],[243337,-65300],[246091,-64354],[243657,-65320],[244425,-65409],[244667,-64517],[248001,-76192],[247728,-76013],[247996,-75936],[247988,-75977],[248012,-75878],[247753,-76050],[247679,-76117],[247679,-75967],[248067,-76127],[247717,-75780],[247610,-76180],[247461,-75662],[247602,-75696],[247263,-75652],[247137,-75952],[247525,-75691],[247598,-76071],[247419,-75756],[247206,-76156],[247498,-75937],[246593,-75749],[246627,-76145],[246903,-75802],[246673,-76142],[246562,-76192],[246910,-76002],[246680,-75872],[246631,-75779],[247092,-75762],[246560,-75856],[246262,-76103],[246183,-75879],[246063,-75713],[246074,-76119],[246383,-75666],[246450,-75931],[246513,-76073],[246375,-76107],[245923,-75903],[246224,-75646],[245392,-75686],[245750,-76042],[245642,-75945],[245818,-75918],[245829,-75679],[245546,-75695],[245496,-75892],[245430,-76024],[245356,-75694],[245669,-75548],[245181,-75557],[244717,-75772],[245279,-76016],[245142,-75886],[244856,-75778],[245098,-75512],[244928,-76081],[244864,-76071],[245012,-76086],[244711,-76044],[244544,-76077],[244402,-75595],[244702,-75581],[244703,-75526],[244445,-75817],[244250,-75759],[244471,-75927],[244470,-75622],[244219,-75889],[244152,-75677],[243954,-75845],[243542,-75767],[243740,-75552],[243619,-75616],[243776,-75649],[243578,-75575],[243967,-75652],[243987,-75960],[243582,-75810],[243792,-75452],[243721,-74230],[243547,-74259],[243522,-74660],[243457,-74465],[243460,-74536],[243406,-74231],[243541,-74224],[243721,-74430],[243660,-74458],[243225,-74657],[244142,-74870],[244195,-74861],[244358,-74834],[244150,-74545],[244020,-74832],[244094,-74507],[244110,-74738],[244470,-74514],[244134,-74733],[243959,-74673],[244761,-74435],[244783,-74664],[245069,-74788],[244579,-74516],[244666,-74668],[244826,-74513],[244518,-74664],[244695,-74675],[244762,-74312],[244921,-74537],[245456,-74394],[245261,-74392],[245471,-74885],[245211,-74457],[245479,-74694],[245518,-74466],[245044,-74354],[245296,-74922],[245409,-74795],[244940,-74582],[246060,-74471],[245904,-74495],[245663,-74693],[245543,-74792],[245612,-74390],[245651,-74416],[245952,-74551],[246061,-74903],[246048,-74716],[245546,-74518],[246068,-74828],[246294,-74947],[246471,-74409],[246318,-74635],[246160,-74679],[246034,-74785],[246102,-74594],[246281,-74763],[246343,-74925],[246182,-74786],[246595,-74555],[246657,-74817],[246588,-74526],[246622,-74697],[246410,-74782],[246505,-74704],[246456,-74926],[246490,-74674],[246617,-74602],[246466,-74734],[246950,-74620],[247219,-74561],[247090,-74399],[247161,-74910],[247161,-74754],[247003,-74920],[247252,-74920],[246978,-74851],[247062,-74568],[247046,-74583],[247483,-74928],[247724,-74889],[247319,-74601],[247654,-74364],[247261,-74427],[247480,-74782],[247543,-74405],[247725,-74649],[247195,-74466],[247521,-74735],[248368,-74962],[248392,-74481],[248225,-74989],[248285,-74849],[248056,-74964],[248353,-74644],[248310,-74567],[247848,-74825],[248184,-74980],[248028,-74863],[248875,-74605],[248551,-74628],[248623,-74864],[248461,-74673],[248740,-74730],[248556,-74480],[248399,-74681],[248366,-74712],[248446,-74654],[248778,-74812],[249827,-73649],[249877,-73419],[249657,-73580],[249553,-73363],[249556,-73381],[249711,-73434],[249954,-73482],[249979,-73379],[249824,-73417],[249936,-73753],[249440,-73413],[249354,-73617],[249384,-73415],[249397,-73588],[248990,-73636],[249391,-73617],[249235,-73348],[249436,-73346],[249484,-73519],[249158,-73423],[248972,-73430],[248800,-73573],[248606,-73659],[248571,-73476],[249004,-73709],[248473,-73557],[248478,-73386],[248981,-73448],[248468,-73217],[248659,-73556],[247894,-73650],[248442,-73569],[248406,-73712],[247954,-73590],[248418,-73288],[247920,-73721],[248193,-73148],[248028,-73338],[248094,-73645],[248465,-73308],[247635,-73246],[247860,-73071],[247295,-73623],[247866,-73367],[247541,-73582],[247323,-73164],[247492,-73490],[247371,-73324],[247457,-73311],[247515,-73444],[246839,-73366],[247251,-73333],[246926,-73465],[247180,-73025],[247054,-73204],[246840,-73350],[247127,-73429],[246873,-73072],[246851,-73387],[247080,-73353],[246710,-73159],[246355,-73504],[246191,-73229],[246260,-73418],[246358,-73153],[246529,-73483],[246324,-73409],[246455,-73226],[246438,-73268],[246275,-73515],[245724,-73264],[246039,-73413],[245954,-73420],[245535,-73393],[246066,-73574],[245789,-73160],[245905,-73469],[245886,-73324],[245863,-73228],[245669,-73578],[245322,-73225],[245015,-73687],[245292,-73589],[245342,-73131],[245140,-73607],[245030,-73368],[245284,-73198],[245038,-73294],[245063,-73374],[245091,-73244],[244323,-73226],[244444,-73328],[244448,-73176],[244414,-73284],[244394,-73459],[244802,-73319],[244741,-73396],[244715,-73382],[244328,-73087],[244295,-73116],[243639,-73546],[243668,-73095],[243907,-73035],[243641,-73624],[243551,-73520],[243706,-73362],[243605,-73111],[243710,-73433],[243723,-73049],[243792,-73074],[243792,-72434],[243763,-72070],[243816,-72255],[243829,-72339],[243565,-72554],[243382,-72358],[243797,-72345],[243264,-72095],[243832,-72281],[243480,-72489],[244384,-72281],[244019,-72302],[244099,-72390],[244181,-72308],[244283,-72566],[244450,-72491],[244214,-72341],[244319,-72335],[244534,-72506],[244498,-72382],[244887,-72005],[245015,-72357],[244803,-72006],[244726,-71910],[244947,-72033],[244785,-72474],[244861,-71908],[245208,-72404],[245253,-71966],[244977,-71958],[245824,-72421],[245823,-72529],[245476,-72432],[245646,-72225],[245722,-72502],[245353,-72294],[245498,-72364],[245477,-72077],[245609,-72088],[245766,-71948],[245953,-72277],[246462,-72006],[246115,-72390],[246242,-72005],[245899,-72350],[246358,-72235],[245899,-72055],[246229,-72338],[246438,-72343],[246228,-72366],[246653,-72413],[246776,-71920],[246484,-71923],[246722,-72086],[247036,-72106],[246778,-72146],[246676,-72140],[246921,-72163],[247030,-72381],[246882,-72043],[247355,-72032],[247494,-72390],[247354,-72147],[247374,-72152],[247565,-72444],[247174,-72171],[247493,-72431],[247218,-72308],[247461,-72417],[247563,-72451],[248129,-71921],[248146,-72064],[247945,-71974],[248177,-72349],[248128,-72055],[248125,-72339],[247741,-71927],[247855,-71906],[247815,-72129],[247725,-72428],[248731,-72017],[248454,-71948],[248732,-72347],[248274,-72174],[248619,-72204],[248752,-72303],[248396,-72233],[248643,-72447],[248548,-72004],[248784,-72130],[249523,-72315],[249516,-72306],[249157,-71910],[249365,-72328],[249443,-71998],[249525,-72128],[249606,-72486],[249458,-72217],[249435,-72328],[249310,-72125],[248458,-70914],[248955,-70818],[248638,-71115],[248970,-70857],[248690,-70688],[248470,-71206],[248456,-71088],[248674,-70906],[248490,-70752],[248750,-70925],[247711,-70966],[247686,-70906],[248225,-70963],[247677,-71074],[247769,-70927],[248152,-70737],[248099,-71247],[248084,-71044],[248078,-70974],[248052,-70871],[247149,-71082],[247693,-71227],[247308,-71139],[247637,-70927],[247319,-71186],[247263,-71172],[247496,-70995],[247396,-71176],[247582,-70868],[247152,-70971],[247010,-71285],[246573,-71087],[246748,-70850],[246985,-70826],[246709,-71243],[246541,-70926],[246831,-70955],[246672,-71197],[246601,-70829],[246617,-71115],[246221,-71120],[246499,-70860],[246002,-70876],[246030,-71033],[246454,-71283],[246067,-70809],[246370,-71001],[246374,-70801],[246072,-71211],[246479,-71215],[245213,-71380],[245175,-71390],[245604,-70955],[245185,-71197],[245552,-71120],[245600,-71246],[245607,-71297],[245433,-71095],[245525,-70940],[245622,-70993],[244908,-71132],[244854,-70844],[244867,-71146],[244923,-71064],[244651,-71275],[244616,-71131],[244905,-70996],[244879,-70729],[244864,-70934],[244653,-71166],[243741,-70930],[244232,-70937],[243826,-71012],[244014,-70815],[243866,-70654],[244019,-70666],[243715,-70917],[243711,-70843],[243800,-70807],[243649,-71101],[245162,-71252],[245309,-70976],[245054,-71315],[245451,-70722],[245021,-70946],[244930,-71102],[245013,-71063],[244968,-71086],[245183,-71193],[245223,-70962],[573287,29504],[573300,28257],[573615,28960],[573823,29556],[573547,28961],[573453,28955],[573209,28297],[573317,27952],[573165,27952],[573376,28335],[573444,28325],[573545,28317],[573379,27952],[573168,29491],[573213,27936],[573390,27999],[573852,28077],[573936,28090],[573735,28969],[572863,29763],[573083,29787],[573195,29798],[573660,29826],[573818,29849],[573384,29228],[573774,29243],[573870,29286],[573317,28577],[573063,28553],[572871,30070],[573201,30080],[573476,30092],[573657,30091],[574092,30384],[573353,30302],[573067,30289],[574074,28083],[574182,28083],[574052,28375],[574188,28380],[574071,28957],[574192,28961],[574266,30755],[573995,30741],[574377,30612],[574541,30483],[573936,31042],[573963,30495],[573855,30614],[573196,30644],[573155,30430],[572998,30620],[572904,30420],[572841,30543],[575460,26702],[575463,26578],[575458,26876],[575473,26782],[575458,27166],[575233,27450],[575216,27315],[575233,27163],[575256,27027],[575256,26875],[575242,26757],[575023,26487],[575002,26678],[574968,26951],[574954,27195],[574954,27302],[585941,21593],[585989,21443],[583753,21877],[585409,21546],[586722,22549],[585829,21775],[585666,21187],[586348,22047],[586001,21497],[586419,21936],[586566,22514],[584912,23206],[585467,21421],[584784,23180],[585214,23909],[585412,23941],[585694,23962],[586161,24035],[585110,23567],[585650,23648],[585824,23649],[585901,23661],[586048,23677],[585452,23262],[585552,23288],[585611,23282],[586228,23385],[586361,23403],[586505,23423],[585344,22295],[585475,22293],[585631,22348],[586316,22478],[586438,22497],[584903,23909],[584696,23864],[584508,23843],[584298,23808],[584100,23788],[584448,23506],[584620,23531],[584217,23468],[584646,23132],[584541,23115],[584314,23097],[584139,23084],[584102,22023],[584325,22086],[584829,22180],[586554,23126],[586068,23056],[585727,22937],[585370,22935],[585189,22893],[584975,22850],[584735,22787],[584433,22726],[584241,22712],[584594,22416],[584868,22463],[584949,22488],[585230,22554],[585584,22625],[585701,22644],[586188,22716],[586028,22694],[586479,22815],[586747,22850],[586854,22547],[586742,21775],[586668,21935],[586594,22040],[586521,22173],[586375,21409],[586298,21547],[586203,21710],[585583,21657],[585727,21430],[585432,20897],[585331,21057],[585239,21236],[583772,22989],[583335,22928],[583950,23460],[583671,23463],[583338,23395],[583173,23391],[583736,22606],[583960,21939],[1149940,-32578],[-150115,52571],[-149310,52149],[-149133,52997],[-149988,52926],[-150033,51870],[-146318,54483],[-146905,53607],[-146404,54336],[-146428,53350],[-148010,53925],[-148078,53892],[-146930,53278],[-147595,54084],[-148293,52970],[-152936,109292],[-152564,108812],[-153551,108953],[-153149,107883],[-152217,108340],[-156457,112807],[-156746,114029],[-156440,114053],[-156465,113245],[-155512,113707],[-155649,111161],[-154996,112560],[-155027,111466],[-155805,112056],[-155809,112147],[-177641,-244978],[-177617,-245175],[-178316,-245452],[-178195,-245154],[-173493,-253462],[-172941,-253667],[-173118,-253142],[-173200,-253042],[-173478,-252879],[-173914,-252937],[-173836,-253957],[-173931,-254122],[-178625,-267647],[-178960,-267552],[-173301,-259033],[-173541,-259098],[-174173,-259476],[-172841,-259782],[-173247,-259682],[-173489,-259888],[-173111,-259856],[-173745,-261014],[-173352,-260168],[-173619,-260350],[-173575,-260555],[-172897,-261164],[-172846,-260426],[-173483,-260710],[-174135,-260287],[-174287,-260355],[-169562,123896],[-169785,123120],[-169811,123315],[-169281,123293],[-170374,123649],[-169072,124315],[-167973,125038],[-168583,124026],[-169395,123876],[-168808,123640],[-190310,-234761],[-190398,-234814],[-189213,-235593],[-189619,-235741],[-190337,-235126],[-190184,-235163],[-190254,-235421],[-190802,-235082],[-190795,-235320],[-180466,-242471],[-181036,-241421],[-180455,-241922],[-180644,-241137],[-181210,-241530],[-180079,-241623],[-179683,-242073],[-180244,-241706],[-180307,-241880],[-181089,-243565],[-188371,-248746],[-187742,-248623],[-187256,-248432],[-188222,-248510],[-187847,-248325],[-188307,-248293],[-187971,-248980],[-182972,-251554],[-183976,-251336],[-183287,-251205],[-183046,-252263],[-183793,-251546],[-183532,-251624],[-183346,-251991],[-183525,-251944],[-179944,-243301],[-180022,-243071],[-179762,-243007],[-181804,-243158],[-181881,-243314],[-181158,-243226],[-179458,-266651],[-180011,-266545],[-179714,-266343],[-180169,-267267],[-179356,-267719],[-179379,-267272],[-186218,-258253],[-186006,-258068],[-185818,-257792],[-185352,-258052],[-185657,-258526],[-185398,-258430],[-186446,-258044],[-186900,-258199],[-186674,-258720],[-186348,-258637],[-185555,-257416],[-185167,-257352],[-186251,-257582],[-185917,-257622],[-185082,-258569],[-185139,-258770],[-184240,-259002],[-184046,-258950],[-182943,-278717],[-182939,-278659],[-181609,-278760],[-182876,-271391],[-182917,-271064],[-182452,-270751],[-182954,-270624],[-182921,-279918],[-182626,-279892],[-182040,-279939],[-182015,-279955],[-181822,-280334],[-182102,-279972],[-182269,-280453],[-182133,-280767],[-182739,-280444],[-182695,-280677],[-182396,-280347],[-182290,-280291],[-191017,-291769],[-191145,-292002],[-189093,131253],[-189759,131183],[-189497,130625],[-190541,130857],[-188996,130195],[-190267,130305],[-190317,129283],[-190505,128835],[-190384,129940],[-190391,129001],[-201790,-241498],[-202689,-241266],[-202654,-240766],[-202206,-240831],[-201638,-241279],[-201402,-240817],[-193777,-231819],[-194007,-231977],[-193261,-231834],[-193618,-232126],[-194852,-253890],[-194998,-253823],[-195487,-253272],[-195403,-253431],[-195329,-254107],[-195845,-253994],[-194817,-253514],[-194569,-253045],[-200299,-252866],[-200191,-252905],[-198152,-245524],[-198668,-245451],[-198613,-246140],[-198550,-246131],[-198700,-246523],[-198522,-246531],[-198388,-246830],[-198200,-247018],[-197982,-246118],[-198186,-246012],[-199681,-245651],[-199391,-245380],[-198758,-247493],[-198670,-247786],[-196904,-243082],[-197205,-243460],[-196109,-243719],[-195921,-244017],[-200973,-251598],[-200919,-251800],[-201306,-251773],[-201102,-251926],[-201673,-256829],[-200267,-261941],[-200419,-261483],[-201157,-257346],[-201324,-260274],[-201168,-260124],[-200810,-262526],[-200774,-262682],[-200157,-292743],[-200412,-292873],[-200499,-293528],[-199933,-293533],[-197051,-289883],[-197285,-289941],[-197303,-291293],[-197020,-290925],[-196574,-290918],[-196712,-291157],[-197939,-291061],[-197801,-291112],[-197798,-290801],[-198012,-290251],[-197808,-289145],[-197955,-289619],[-198274,-289290],[-198154,-289957],[-194864,-289106],[-194966,-289324],[-195530,-289318],[-195149,-289121],[-199457,-293534],[-199558,-293499],[-195898,-293995],[-196943,-294154],[-192187,-292332],[-192166,-292527],[-192528,-292712],[-192594,-292882],[-192340,-293139],[-192150,-292823],[-192003,-291657],[-196553,-294786],[-196960,-294339],[-195770,-295279],[-196416,-294313],[-195906,-295127],[-203334,-299919],[-204596,-300221],[-203009,-299006],[-202796,-299514],[-203655,-299169],[-203400,-299098],[-203638,-299033],[-204018,-298773],[-203882,-299132],[-203936,-299223],[-203755,-299659],[-203646,-299306],[-203450,-299462],[-203415,-299547],[-203281,-299880],[-203018,-300054],[-203348,-300880],[-203126,-300468],[-203792,-301778],[-203620,-301625],[-203704,-298977],[-203888,-298772],[-193780,128432],[-202215,43990],[-200738,44183],[-201963,44463],[-201191,44244],[-202266,45033],[-198321,43975],[-198884,44158],[-199384,44295],[-199656,45163],[-199297,44677],[-194102,127930],[-194575,127783],[-194540,127797],[-194726,127699],[-216647,-229431],[-216598,-229443],[-216220,-229166],[-216093,-228461],[-216068,-228968],[-216736,-228441],[-216850,-229052],[-216610,-228847],[-215652,-228642],[-216024,-228402],[-217184,-228654],[-216988,-228712],[-206361,-229139],[-206666,-228896],[-206945,-229199],[-206757,-229057],[-207048,-229117],[-207060,-229038],[-206021,-229601],[-206141,-229440],[-209215,-236363],[-209091,-236330],[-208771,-235933],[-208360,-236146],[-209627,-236120],[-209474,-236016],[-209564,-236408],[-209978,-236502],[-208369,-237462],[-208490,-237391],[-208436,-237292],[-208564,-237272],[-213034,-230850],[-212841,-230997],[-212097,-231423],[-212481,-231042],[-212713,-230357],[-212217,-230393],[-209859,-245505],[-209468,-246189],[-209182,-245234],[-209486,-245739],[-209447,-245695],[-209135,-245959],[-214093,-275931],[-215411,-275578],[-215172,-276565],[-215086,-276811],[-215546,-276604],[-214791,-275962],[-215512,-276325],[-214588,-276611],[-214870,-276585],[-215187,-275208],[-215103,-275662],[-215678,-276142],[-215458,-275853],[-214946,-276026],[-215323,-275946],[-207698,-288211],[-207670,-287220],[-208249,-287924],[-208582,-287268],[-208665,-287591],[-207874,-286610],[-207943,-286690],[-208070,-289491],[-208042,-288987],[-208230,-287798],[-208341,-287848],[-208028,-287132],[-208151,-287338],[-207843,-287817],[-207705,-287917],[-208109,-287902],[-208236,-288053],[-208524,-288389],[-208801,-287984],[-208902,-287785],[-210129,-287216],[-210068,-287478],[-206712,-289778],[-207003,-290011],[-209379,-293038],[-209423,-293855],[-210058,-293378],[-209842,-293787],[-204820,-300168],[-205230,-299059],[-205355,-299147],[-217622,-229798],[-218049,-229514],[-227668,-228579],[-227898,-228985],[-227883,-229298],[-227715,-229567],[-227489,-229575],[-227067,-229225],[-225084,-226294],[-224652,-225609],[-224721,-226280],[-224601,-226161],[-219606,-238617],[-220378,-239460],[-219955,-239148],[-219963,-238599],[-220034,-237737],[-220434,-238354],[-219840,-238320],[-220477,-238312],[-219633,-236462],[-219503,-237170],[-219434,-237079],[-218761,-237239],[-229925,-238367],[-230036,-238913],[-230110,-239047],[-230295,-238266],[-227952,-240157],[-228737,-239697],[-228115,-239676],[-228177,-240023],[-228007,-279350],[-228064,-279638],[-227323,-279648],[-227188,-279624],[-227867,-280746],[-227564,-280566],[-228293,-278270],[-228495,-278241],[-229377,-279141],[-229182,-279234],[-224492,-275904],[-224446,-275969],[-224365,-275735],[-224162,-275639],[-221860,-276978],[-222083,-276295],[-222168,-276561],[-221466,-276940],[-229101,-288336],[-228241,-287681],[-228276,-288447],[-228696,-289622],[-229079,-289810],[-229421,-290110],[-228652,-289812],[-230194,-287170],[-229897,-286431],[-229854,-287270],[-229019,-287064],[-228701,-287337],[-229378,-287795],[-229089,-287458],[-223294,-287041],[-222880,-286381],[-222902,-286662],[-223960,-286439],[-223785,-286466],[-223967,-287079],[-223317,-286785],[-218613,-283617],[-218236,-283707],[-218451,-282976],[-218108,-283890],[-220003,-285272],[-219586,-286132],[-220006,-285942],[-219406,-285418],[-220584,-286124],[-221002,-286069],[-220480,-286387],[-220814,-287076],[-220995,-286734],[-220678,-286296],[-229800,106060],[-229418,106834],[-226774,105090],[-226592,105620],[-226928,104690],[-226642,105300],[-225995,104408],[-237580,-203176],[-238105,-203173],[-237997,-202887],[-237413,-203071],[-237867,-203953],[-238251,-204331],[-238142,-204180],[-237574,-204337],[-235098,-205928],[-235055,-205639],[-235509,-206090],[-234547,-206867],[-235315,-206879],[-234500,-206743],[-235268,-207121],[-238196,-211114],[-238592,-211496],[-238654,-211023],[-238469,-211609],[-238632,-211222],[-237511,-211475],[-237208,-211443],[-237736,-211398],[-237609,-211418],[-234916,-210644],[-234273,-210681],[-234013,-210580],[-234592,-210694],[-242359,-205008],[-242515,-205048],[-239990,-229905],[-239767,-230032],[-240060,-229975],[-240099,-229578],[-233732,-222538],[-233732,-222164],[-233711,-222278],[-233376,-223010],[-233058,-223063],[-233190,-223154],[-232595,-223507],[-233034,-222900],[-232926,-222334],[-232816,-222429],[-233273,-222015],[-236299,-222107],[-236852,-222209],[-236324,-221907],[-236640,-222247],[-242213,-218809],[-242652,-219279],[-242126,-218866],[-242464,-218391],[-242899,-218351],[-230812,-237385],[-231247,-237471],[-231241,-236924],[-230877,-237237],[-231709,-238415],[-231010,-238379],[-231815,-238560],[-231561,-239057],[-237464,-238251],[-236920,-237669],[-237087,-238495],[-237493,-238187],[-239964,-276274],[-239899,-275586],[-240190,-276426],[-239437,-275631],[-239599,-275318],[-239045,-275995],[-239816,-275712],[-238976,-275180],[-237983,-272136],[-237780,-271738],[-237167,-271983],[-237422,-271765],[-230652,-287122],[-240216,-287057],[-240388,-287178],[-240885,-286216],[-240954,-286196],[-241115,-286769],[-241511,-286197],[-240427,-287440],[-240487,-287301],[-240898,-287238],[-241302,-286998],[-241033,-285980],[-240948,-286115],[-240664,-285848],[-240372,-285631],[-238602,115385],[-239302,115239],[-238888,114384],[-230406,106864],[-230424,106422],[-230507,105777],[-238860,115592],[-239600,115556],[-244993,-201807],[-245414,-202631],[-244747,-202266],[-244861,-202097],[-243393,-204006],[-243289,-204230],[-244754,-214583],[-244800,-214581],[-245153,-215066],[-245953,-215546],[-245226,-215491],[-246118,-215330],[-245837,-215815],[-244820,-215616],[-245153,-215878],[-245085,-215893],[-245115,-215685],[-244144,-212032],[-243690,-212558],[-243783,-212137],[-243251,-212102],[-245113,-206276],[-244951,-206520],[-245336,-206668],[-245959,-206838],[-245479,-207495],[-245600,-206595],[-245641,-206666],[-253463,-214651],[-253790,-215121],[-253214,-215435],[-253252,-215473],[-253138,-215910],[-253119,-215891],[-243304,-218255],[-243587,-218392],[-243660,-217731],[-244821,-231570],[-245482,-231605],[-245163,-231668],[-244730,-232056],[-244738,-232213],[-244571,-232063],[-244825,-232145],[-245146,-233040],[-244924,-232669],[-244980,-232291],[-245238,-232465],[-245651,-231758],[-245347,-231609],[-245945,-232577],[-245812,-233141],[-246313,-233009],[-246359,-232432],[-246866,-262019],[-247054,-261747],[-246444,-261495],[-247000,-261839],[-246944,-262533],[-247083,-261963],[-247018,-261743],[-247031,-261627],[-246482,-261192],[-247351,-262353],[-247753,-261545],[-247666,-261908],[-247765,-262298],[-247698,-262810],[-248070,-262966],[-247723,-262571],[-255574,-262514],[-255451,-262340],[-255587,-262118],[-255563,-262205],[-255857,-263434],[-255677,-262966],[-245661,-286629],[-247222,-287522],[-247690,-287621],[-248156,-285812],[-248164,-286439],[-247784,-286397],[-247207,-286191],[-248651,-285873],[-247531,-286090],[-247181,-286041],[-248158,-286326],[-247296,-285683],[-247597,-285354],[-247413,-285620],[-247398,-285547],[-245865,-286542],[-260158,-216075],[-259465,-216079],[-260119,-215819],[-259705,-215841],[-260196,-221212],[-260882,-221271],[-260267,-220653],[-260577,-220721],[-256048,-263895],[-256022,-263275],[-256697,-264173],[-257120,-264004],[-257496,-263582],[-256988,-263826],[-257580,-261893],[-257472,-262174],[-264261,-263275],[-263912,-264039],[-264204,-263660],[-264352,-263465],[-264096,-263381],[-264100,-263331],[-264239,-263508],[-264029,-264090],[-273625,-212504],[-273525,-212304],[-273374,-212132],[-273666,-212320],[-270441,-223651],[-270465,-223358],[-271387,-223399],[-271356,-223223],[-271060,-223810],[-271343,-223486],[-270940,-224049],[-270747,-224417],[-269647,-218996],[-269143,-218917],[-269031,-218881],[-269521,-218618],[-269647,-217648],[-268911,-217971],[-269470,-217938],[-269289,-217499],[-272960,-221494],[-273252,-221089],[-272891,-221456],[-272862,-221403],[-273742,-222156],[-273305,-222199],[-273917,-222102],[-273697,-221313],[-274497,-222287],[-273996,-221536],[-274520,-222070],[-274453,-221791],[-270270,-242109],[-270203,-242400],[-270298,-242738],[-270005,-242281],[-269206,-242094],[-269365,-242102],[-271809,-235713],[-272178,-236221],[-272541,-235899],[-272934,-236118],[-273233,-235911],[-272700,-236370],[-273067,-235744],[-272839,-235817],[-269970,-247351],[-270600,-247996],[-270588,-247425],[-270858,-247714],[-270776,-246618],[-270546,-247109],[-270838,-247215],[-271207,-247226],[-270091,-248776],[-269944,-248781],[-269648,-248025],[-269547,-247922],[-270690,-248075],[-270376,-248205],[-273559,-259280],[-273839,-259610],[-273991,-259723],[-273679,-260281],[-273168,-260154],[-273100,-260293],[-273813,-260020],[-273514,-259187],[-273491,-114499],[-285958,-143730],[-285858,-143661],[-285843,-144027],[-283424,80009],[-282210,80339],[-282221,79790],[-283395,80565],[-282457,80850],[-283831,82049],[-283533,82249],[-284233,81586],[-283635,81687],[-283788,81615],[-313382,-144530],[-316610,-156419],[-316568,-156538],[-312452,-234130],[-312261,-233993],[-314048,-236146],[-314221,-236506],[-319124,28255],[-319815,29211],[-318647,28375],[-319891,28216],[-319662,55720],[-318871,55388],[-319098,55163],[-318931,55754],[-319092,55501],[-317829,58054],[-317441,57446],[-318279,57506],[-318202,57003],[-317754,58099],[-319851,65279],[-319700,66482],[-329473,-164881],[-328988,-164961],[-328823,-165143],[-329190,-165094],[-320075,28564],[-320475,63847],[-321375,63506],[-320685,63351],[-320101,64554],[-320160,64211],[-320672,65396],[-321129,66503],[-320117,65405],[-343733,-197468],[-343670,-197306],[201433,-13288],[201706,-14739],[201385,-13074],[198822,-14896],[199139,-15453],[202934,-13062],[201332,-14885],[201890,-12840],[202397,-13990],[197487,-16184],[202049,-13531],[201120,-14081],[201785,-13111],[200638,-13493],[199143,-14818],[200270,-13940],[202016,-14272],[199255,-14636],[197587,-15917],[201419,-13195],[199886,-14217],[198799,-15846],[201856,-14542],[200488,-13750],[200228,-13980],[199913,-14151],[203019,-12948],[200302,-14055],[201170,-13073],[201276,-13169],[200576,-15530],[202695,-13917],[203746,-13271],[199507,-15320],[200859,-14394],[201314,-13702],[199457,-15133],[198159,-15606],[198250,-15548],[203708,-13411],[199901,-15130],[198553,-15234],[203358,-13406],[200224,-15614],[199772,-16063],[200019,-15005],[200896,-13446],[203437,-13441],[199760,-16078],[203149,-13525],[198429,-16198],[199997,-15591],[200571,-15289],[201434,-14597],[200550,-15321],[201234,-14920],[202862,-13594],[201513,-13995],[202686,-13216],[202324,-13206],[198572,-16213],[197812,-15942],[201873,-14424],[197920,-16576],[198032,-16320],[202248,-13542],[198768,-14872],[201961,-14186],[197949,-15721],[200992,-13240],[200735,-13521],[200764,-14435],[198699,-15874],[200966,-14031],[201102,-13295],[199303,-15627],[200803,-15283],[200138,-13864],[199552,-14277],[200618,-13681],[200849,-13357],[204015,-13928],[203877,-14137],[203660,-14421],[203677,-14154],[203167,-14559],[203458,-14472],[203011,-14807],[202993,-14944],[202765,-14970],[202592,-15040],[202079,-15297],[202148,-15029],[201940,-15429],[201892,-15468],[201065,-15826],[201082,-16022],[200749,-16319],[200782,-16140],[200583,-16388],[200646,-16406],[200028,-16660],[199959,-16747],[199846,-16839],[199741,-16684],[199538,-17250],[199460,-16897],[199030,-17351],[199221,-17257],[198427,-16963],[198639,-16954],[198875,-16614],[198572,-16767],[199021,-16640],[199208,-16626],[199335,-16395],[199268,-16365],[198455,-15215],[202930,-14603],[201699,-15482],[201808,-15368],[200615,-16209],[199445,-17078],[199095,-16446],[199914,-15754],[200756,-15142],[201302,-14701],[201629,-14615],[202231,-14189],[202203,-13996],[202977,-13708],[203425,-13258],[202553,-13040],[203002,-12805],[201891,-13708],[201862,-13544],[201717,-13771],[201624,-13653],[201415,-13827],[201508,-13687],[200023,-14753],[199720,-15072],[199376,-15474],[199086,-15833],[198702,-16072],[198469,-16064],[197462,-15979],[197971,-15593],[198410,-15390],[199067,-14869],[199691,-14300],[199488,26931],[199560,26730],[199367,27072],[199557,27222],[199281,27467],[199419,27641],[199969,26700],[200102,26587],[199926,27023],[199936,27025],[200032,27269],[200019,27265],[199930,27638],[199947,27658],[200391,27054],[200431,27034],[200441,27297],[200421,27419],[200364,27654],[200472,27620],[201022,27477],[200921,27486],[200898,27667],[201011,27669],[200853,28090],[200850,27931],[200318,27892],[200016,27431],[199512,27362],[200074,27108],[212371,-18946],[212564,-18803],[213308,-19032],[212175,-18866],[216083,-18594],[211640,-18922],[212006,-18953],[211761,-18714],[213350,-18826],[213291,-18826],[212801,-19101],[216078,-18709],[212736,-18948],[211899,-16652],[211823,-16884],[212376,-16777],[212290,-16888],[212585,-16742],[212577,-16980],[213030,-16826],[213101,-16927],[213829,-16942],[213836,-17085],[213440,-16808],[213205,-17041],[214401,-16955],[214222,-17034],[214497,-17027],[214617,-17192],[214967,-17227],[214978,-17163],[215570,-17287],[215605,-17172],[215362,-17230],[215218,-17336],[215748,-17101],[215817,-17303],[216237,-17376],[215930,-17213],[216457,-17414],[216690,-17229],[211965,-17337],[211747,-17414],[212218,-17556],[212352,-17545],[212599,-17627],[212644,-17525],[213126,-17409],[212976,-17726],[213259,-17505],[213167,-17621],[213743,-17594],[213483,-17492],[213981,-17649],[213902,-17693],[214897,-17891],[214564,-17815],[215054,-17678],[215095,-17904],[215494,-17702],[215683,-17757],[216105,-17887],[216012,-17744],[216252,-17810],[216298,-18060],[216505,-17946],[216451,-17794],[211857,-18231],[211670,-18242],[212106,-18177],[212107,-18245],[212750,-18251],[212579,-18051],[212982,-18164],[213185,-18309],[213604,-18210],[213420,-18380],[214520,-18313],[214446,-18543],[214792,-18321],[214915,-18311],[215154,-18470],[215130,-18660],[213064,-19099],[215399,-18360],[215682,-18437],[215702,-18609],[215860,-18372],[215701,-14077],[215810,-14101],[215965,-14265],[215939,-14117],[216427,-14069],[216386,-14279],[216648,-14347],[216932,-14166],[217292,-14441],[217062,-14280],[217489,-14388],[215793,-13254],[215741,-13280],[216084,-13568],[216094,-13393],[216272,-13486],[216253,-13358],[216944,-13748],[216717,-13403],[217145,-13688],[217265,-13495],[217456,-13824],[216016,-12683],[215972,-12689],[216465,-12771],[216222,-12736],[216448,-12920],[216833,-12910],[216920,-12668],[216888,-12716],[217179,-12805],[217383,-12722],[217618,-14420],[217737,-14415],[217920,-14586],[217673,-13895],[218065,-13904],[217969,-13667],[218137,-13946],[218451,-14070],[218632,-13974],[218433,-14107],[217694,-12713],[217608,-12639],[217906,-13031],[218106,-12758],[218319,-12891],[218209,-13018],[218634,-12959],[218543,-13029],[243199,-50873],[243041,-50775],[242106,-50785],[241942,-50858],[240727,-50633],[240680,-50566],[239627,-50650],[239715,-50705],[243094,-62725],[243152,-62936],[243019,-63107],[242990,-62959],[242736,-63265],[242655,-62912],[242894,-62761],[242826,-63157],[243180,-63274],[242618,-63294],[243146,-63281],[243066,-62795],[241723,-63135],[241937,-62903],[241742,-63256],[242010,-63353],[241863,-63085],[241709,-63025],[242224,-62858],[241997,-63351],[241888,-63268],[241778,-62971],[242260,-61916],[242119,-61883],[242077,-62086],[242158,-62044],[242471,-62079],[242349,-61884],[241967,-62033],[242096,-62141],[241959,-62002],[242440,-62059],[242896,-61884],[242789,-61741],[243021,-61942],[242972,-61752],[242777,-62104],[242893,-61674],[243009,-62149],[242775,-61829],[242983,-61915],[242749,-61801],[243124,-61924],[243120,-61723],[243165,-62011],[242781,-60771],[242691,-60808],[242726,-60363],[242767,-60337],[243017,-60497],[242920,-60517],[242525,-60627],[242923,-60351],[242665,-60556],[242871,-60482],[243008,-54799],[243183,-54756],[243163,-54338],[243015,-54046],[243131,-53216],[243026,-53122],[243103,-52881],[243004,-52338],[243196,-51646],[243141,-51330],[241898,-53742],[242177,-53690],[241888,-53205],[241948,-53141],[242075,-52829],[241969,-52681],[242232,-52348],[242159,-52504],[241983,-52063],[242172,-51926],[242019,-51552],[241860,-51553],[241979,-51284],[242025,-51320],[240571,-53289],[240965,-53403],[240833,-52849],[240927,-52940],[240869,-52362],[240946,-52334],[240865,-51935],[240876,-51834],[240905,-51610],[240601,-51533],[240777,-51227],[240782,-51222],[239426,-53342],[239628,-53212],[239617,-53082],[239760,-53045],[239678,-52684],[239733,-52698],[239624,-52331],[239610,-52323],[239658,-51966],[239446,-51890],[239680,-51428],[239502,-51584],[239445,-51114],[239779,-51033],[242297,-65109],[242391,-65366],[241824,-65411],[241763,-65175],[242103,-65449],[241716,-65363],[242502,-65214],[241833,-64930],[241882,-65042],[242544,-65034],[242296,-65151],[242783,-65000],[241946,-65382],[241802,-65093],[242258,-65221],[242450,-65413],[241584,-65001],[241854,-64922],[242811,-65526],[242766,-65026],[242701,-65396],[242084,-64162],[241835,-63953],[242303,-64025],[242319,-64383],[241946,-64444],[241952,-63947],[242070,-64224],[241898,-64047],[241793,-64369],[242039,-63923],[242984,-64479],[242654,-64295],[242697,-63988],[242872,-64514],[242701,-64087],[242716,-64495],[242528,-64344],[242529,-64217],[242961,-63945],[242605,-64326],[243026,-64304],[243132,-64425],[243106,-64187],[243100,-64454],[243000,-64336],[243128,-64547],[242923,-65052],[243022,-65504],[242891,-65242],[242855,-65545],[243109,-65165],[243137,-65030],[246599,-62847],[246403,-63181],[246195,-62933],[246348,-63097],[246278,-63152],[246742,-63253],[246668,-62805],[246450,-63176],[246355,-63133],[246198,-62983],[246043,-62772],[246005,-62989],[246210,-62859],[246099,-62722],[246045,-63061],[246329,-63022],[246170,-63120],[245836,-62732],[246241,-62691],[245790,-62760],[245407,-62795],[245401,-62996],[245362,-63033],[245656,-62803],[245745,-62834],[245381,-62841],[245634,-63278],[245867,-62959],[245522,-62680],[245549,-62872],[245511,-63177],[245511,-62960],[245570,-62927],[245113,-62921],[245142,-62885],[245323,-63175],[245234,-62690],[245149,-63066],[245593,-63274],[245370,-63128],[245168,-62905],[244963,-62721],[244828,-62972],[244641,-62803],[244982,-62975],[245068,-62898],[245061,-62944],[245063,-63261],[244776,-62767],[244880,-62915],[244539,-63192],[244066,-62784],[244526,-63049],[244358,-62949],[244384,-63260],[244335,-63038],[244600,-62711],[244519,-63026],[244082,-62897],[244490,-63223],[244151,-62844],[244197,-62818],[243610,-63030],[243731,-63124],[243809,-63191],[243728,-62887],[244094,-62730],[243619,-63290],[244059,-62981],[243830,-63155],[243329,-63144],[243384,-62852],[243606,-63160],[243203,-62805],[243663,-62781],[243534,-62758],[243588,-62715],[243231,-62732],[243544,-62050],[243253,-61674],[243585,-61593],[243403,-61879],[243207,-62120],[243304,-62108],[243345,-61794],[243706,-61734],[243653,-61927],[243881,-61953],[244131,-61957],[243731,-62083],[243642,-61821],[243731,-61579],[243713,-61600],[244162,-61862],[244004,-61892],[244408,-61560],[244206,-61703],[244532,-61626],[244190,-61836],[244501,-61555],[244218,-61799],[244071,-61755],[244104,-61841],[244488,-62043],[244050,-61890],[245146,-61794],[244882,-62078],[244816,-62029],[244865,-61813],[245211,-62035],[244948,-61796],[245113,-61949],[245077,-61804],[245079,-61901],[244853,-61883],[245874,-62107],[245633,-61965],[245400,-62047],[245527,-61794],[245293,-61798],[245598,-61932],[245714,-61610],[245599,-61916],[245314,-61706],[245459,-61877],[246124,-61807],[246532,-61516],[246020,-62035],[246032,-61655],[246114,-62015],[246319,-61876],[245944,-61824],[246376,-62085],[246136,-61786],[245953,-61583],[246286,-60440],[246190,-60383],[246505,-60648],[246081,-60867],[246550,-60348],[246117,-60920],[246550,-60798],[246078,-60767],[246182,-60739],[246005,-60354],[245853,-60316],[245574,-60426],[245707,-60836],[246076,-60709],[245959,-60452],[245634,-60717],[245789,-60873],[245845,-60339],[245645,-60772],[246049,-60695],[245322,-60758],[245472,-60332],[245240,-60700],[245485,-60364],[245275,-60681],[245400,-60856],[245230,-60765],[245021,-60817],[244932,-60548],[245097,-60833],[244624,-60796],[244872,-60590],[244626,-60477],[244653,-60480],[244947,-60865],[244547,-60313],[244668,-60514],[244578,-60403],[244690,-60424],[244730,-60837],[244233,-60631],[244306,-60526],[244004,-60561],[244167,-60382],[243982,-60740],[244280,-60375],[244037,-60727],[244139,-60436],[244333,-60821],[244252,-60635],[243252,-60278],[243280,-60357],[243439,-60489],[243428,-60651],[243601,-60818],[243429,-60692],[243313,-60645],[243305,-60781],[243617,-60530],[243455,-60499],[246932,-54762],[246742,-54886],[246713,-54422],[246898,-54639],[246926,-54173],[246800,-53956],[246770,-53605],[246969,-53794],[245536,-55768],[245289,-55615],[245622,-55268],[245367,-55325],[245497,-54902],[245621,-54927],[245664,-54676],[245374,-54738],[245776,-54060],[245565,-54195],[245433,-53713],[245595,-53796],[245717,-53122],[245577,-53238],[245405,-53023],[245699,-52851],[245479,-52733],[245469,-52579],[245634,-52427],[245742,-52335],[245477,-52140],[245813,-52070],[245448,-51526],[245449,-51411],[244523,-55759],[244472,-55414],[244195,-55704],[244278,-55258],[244248,-55018],[244283,-54658],[244574,-54880],[244272,-54582],[244562,-54311],[244539,-54028],[244469,-53954],[244315,-53636],[244371,-53835],[244592,-53155],[244251,-53289],[244364,-52929],[244361,-53163],[244329,-52748],[244400,-52393],[244497,-52177],[244262,-51993],[244473,-51611],[244600,-51650],[244577,-51454],[244541,-51190],[243316,-54888],[243318,-54649],[243261,-54538],[243344,-54108],[243314,-53652],[243224,-53622],[243348,-52952],[243327,-52580],[243345,-52400],[243235,-52082],[243322,-51844],[243411,-51524],[244597,-65615],[248960,-64209],[244780,-65427],[245783,-64371],[243953,-63987],[245250,-64004],[244850,-64067],[243381,-64408],[245704,-64287],[246404,-64254],[244478,-64315],[248962,-64221],[243518,-64157],[244715,-65272],[243793,-64148],[244110,-64272],[243986,-65551],[244632,-64398],[243560,-64243],[243206,-65480],[244613,-64361],[245963,-64081],[244974,-64271],[244189,-64373],[244275,-64235],[244751,-64243],[244433,-64163],[244956,-70931],[245968,-64465],[248796,-64495],[245305,-64022],[243810,-63976],[243788,-64482],[243674,-64431],[243358,-65511],[243622,-65198],[243292,-65186],[246317,-64068],[244597,-65269],[243779,-64270],[243997,-64173],[243750,-65713],[249075,-64245],[243615,-65621],[246363,-64248],[243213,-64320],[246317,-64308],[244253,-65285],[243611,-64360],[245311,-64264],[243945,-65702],[244733,-64253],[246334,-64169],[245339,-64498],[243731,-65263],[244020,-65233],[248788,-64140],[249116,-64297],[245429,-64411],[244596,-63951],[244442,-65197],[248840,-64097],[244413,-65579],[243870,-65632],[246267,-64523],[245649,-64250],[245997,-64282],[243537,-64383],[245244,-64255],[244258,-64048],[245072,-64362],[245010,-64412],[244289,-65235],[245120,-64097],[245124,-64453],[243809,-65269],[245238,-64231],[244265,-65394],[243801,-65310],[246377,-64283],[244304,-64012],[245519,-64244],[244255,-65516],[248868,-64372],[243658,-64460],[245697,-64289],[247819,-76284],[247912,-76231],[247890,-76194],[247617,-75838],[247862,-76215],[248008,-76044],[247560,-75962],[248065,-76247],[247812,-76163],[247915,-76203],[247260,-75855],[247189,-76192],[247117,-75904],[247068,-76199],[247140,-75936],[247083,-75781],[247600,-76173],[247036,-76148],[247092,-76108],[247248,-75854],[246856,-75674],[246873,-75671],[246820,-75623],[246849,-75928],[246930,-75897],[246730,-76050],[246594,-75731],[246554,-75832],[246666,-75805],[246985,-76179],[246394,-75664],[246218,-75929],[246183,-75859],[246227,-75664],[246427,-76020],[246131,-75939],[246461,-75987],[246116,-75714],[246413,-75934],[246258,-75618],[245368,-75656],[245702,-75789],[245833,-75612],[245741,-75876],[245529,-75928],[245387,-75648],[245674,-75646],[245767,-75608],[245367,-75809],[245742,-76075],[244997,-75889],[244766,-75542],[245288,-75940],[245298,-75807],[244744,-75870],[244942,-76054],[244948,-75640],[245299,-75796],[244779,-75673],[245282,-76023],[244235,-76039],[244139,-75960],[244499,-76077],[244399,-75681],[244610,-76067],[244364,-75524],[244287,-76083],[244325,-75864],[244304,-75568],[244508,-75757],[243559,-75445],[243532,-75767],[243614,-75682],[243435,-75802],[243638,-76026],[243588,-75958],[243691,-75517],[243925,-75683],[243467,-75761],[243975,-75841],[243398,-74671],[243558,-74457],[243337,-74606],[243216,-74416],[243464,-74485],[243296,-74409],[243372,-74544],[243527,-74395],[243717,-74675],[243379,-74420],[244445,-74501],[244303,-74611],[244369,-74354],[243961,-74506],[243948,-74690],[244454,-74684],[244161,-74476],[244514,-74777],[244062,-74866],[244081,-74823],[244673,-74764],[245046,-74821],[244795,-74318],[244967,-74840],[244623,-74341],[245013,-74874],[244816,-74502],[244471,-74394],[244843,-74809],[244976,-74640],[244964,-74383],[244948,-74858],[245386,-74892],[245368,-74829],[245293,-74773],[245072,-74455],[245465,-74351],[245215,-74842],[245086,-74428],[245194,-74368],[245927,-74652],[246083,-74391],[245836,-74813],[246124,-74351],[245773,-74467],[246051,-74856],[245972,-74909],[245840,-74657],[245619,-74485],[245676,-74584],[246028,-74668],[246153,-74437],[246274,-74922],[246367,-74812],[246262,-74845],[246308,-74643],[245981,-74817],[246261,-74760],[246474,-74800],[246065,-74697],[246744,-74623],[246515,-74640],[246792,-74434],[246510,-74918],[246448,-74600],[246635,-74409],[246720,-74799],[246469,-74608],[246392,-74668],[246358,-74492],[247098,-74561],[247248,-74584],[247258,-74541],[246893,-74469],[246916,-74633],[246786,-74928],[247296,-74943],[246738,-74560],[247190,-74596],[246937,-74374],[247709,-74770],[247249,-74825],[247373,-74531],[247226,-74363],[247192,-74638],[247666,-74713],[247265,-74402],[247643,-74858],[247516,-74903],[247425,-74745],[248142,-74702],[248315,-75000],[248300,-74682],[248282,-74608],[248061,-74635],[248146,-74689],[248331,-74763],[248306,-74941],[248079,-75038],[248206,-74673],[248447,-74680],[248456,-74503],[248685,-74462],[248617,-74642],[248642,-74810],[248830,-74831],[248813,-74504],[248573,-74464],[248911,-74674],[248828,-74863],[249714,-73643],[249736,-73557],[249761,-73593],[249930,-73797],[249458,-73396],[249499,-73412],[249405,-73251],[249742,-73507],[249423,-73562],[249629,-73806],[249259,-73680],[249519,-73597],[249289,-73200],[249364,-73769],[249166,-73213],[249277,-73298],[249168,-73622],[249028,-73713],[249219,-73357],[249451,-73559],[248947,-73201],[248431,-73272],[248991,-73590],[248797,-73239],[248557,-73206],[248774,-73209],[248926,-73545],[248476,-73630],[248584,-73595],[248787,-73601],[248144,-73604],[248370,-73436],[248093,-73161],[248391,-73490],[248313,-73647],[248323,-73362],[248220,-73301],[248113,-73718],[248199,-73249],[248215,-73268],[247297,-73380],[247647,-73555],[247534,-73221],[247539,-73387],[247559,-73232],[247376,-73486],[247557,-73607],[247732,-73269],[247614,-73540],[247317,-73254],[247277,-73256],[246890,-73000],[247165,-73521],[246986,-73511],[246855,-73038],[247043,-73056],[246915,-73014],[247006,-73533],[246696,-73064],[246730,-73134],[246770,-73056],[246550,-73130],[246429,-73066],[246252,-73532],[246294,-73590],[246526,-73231],[246531,-73436],[246220,-73190],[246267,-73128],[246604,-73426],[245664,-73207],[246082,-73454],[245802,-73184],[245667,-73347],[246093,-73401],[245843,-73261],[245550,-73113],[245898,-73518],[245746,-73236],[245511,-73467],[245134,-73252],[244897,-73151],[245229,-73573],[245384,-73269],[245233,-73451],[245148,-73352],[245288,-73652],[245204,-73421],[245203,-73449],[245098,-73160],[244554,-73012],[244401,-73111],[244801,-73370],[244278,-73209],[244710,-73345],[244267,-73556],[244248,-73166],[244801,-73375],[244693,-73162],[244758,-73122],[243585,-73620],[243681,-73263],[243791,-73144],[243983,-73597],[243639,-73048],[243919,-73046],[244017,-73272],[243569,-73270],[244042,-73206],[243811,-73479],[243780,-72581],[243322,-72360],[243679,-72567],[243555,-72207],[243809,-72526],[243653,-72086],[243737,-72490],[243332,-72487],[243594,-72606],[243839,-72078],[244558,-72073],[244374,-72455],[244191,-72303],[244295,-72426],[244351,-72279],[244287,-72064],[244327,-72344],[244608,-72183],[244549,-72476],[244464,-72011],[244779,-72380],[244947,-72446],[244960,-72328],[244821,-72310],[244833,-71925],[244889,-72227],[245089,-71953],[244736,-72407],[245217,-72338],[245025,-72380],[245277,-72067],[245532,-72141],[245363,-72069],[245467,-71958],[245856,-72330],[245655,-72464],[245280,-72342],[245314,-72455],[245461,-72403],[245607,-72011],[246101,-72356],[246178,-71966],[245985,-72139],[246076,-71965],[246144,-72390],[246140,-72060],[246106,-72438],[245890,-72419],[246471,-72062],[246233,-72163],[246660,-72283],[246972,-72488],[246547,-72227],[246712,-72088],[246544,-72254],[246673,-72293],[246789,-72186],[246659,-72008],[246852,-72472],[246517,-72252],[247527,-72104],[247601,-72459],[247480,-72087],[247196,-72151],[247597,-72084],[247420,-72469],[247337,-72428],[247425,-72165],[247573,-72198],[247211,-72041],[247827,-71881],[247801,-72208],[247763,-72255],[247745,-72111],[248146,-72083],[247822,-72128],[248049,-72314],[247961,-72455],[248077,-72210],[247807,-72300],[248378,-71946],[248428,-72249],[248375,-72474],[248343,-72075],[248851,-72489],[248424,-72174],[248387,-71937],[248359,-72083],[248455,-72138],[248658,-72010],[249573,-72450],[249287,-72042],[249381,-72168],[249361,-72366],[249077,-72397],[249583,-71972],[249481,-71975],[249522,-72335],[249243,-72195],[249617,-72061],[248931,-71251],[248437,-71010],[248669,-70855],[248870,-71024],[248991,-70838],[248735,-71034],[248582,-71070],[248509,-70971],[248547,-71104],[248541,-70896],[248036,-70784],[248017,-71065],[248235,-70838],[248058,-70902],[247783,-70881],[247993,-71253],[247789,-71097],[247976,-71143],[247832,-71200],[248213,-70965],[247353,-70945],[247347,-70838],[247261,-70777],[247641,-70801],[247230,-71323],[247173,-71066],[247278,-71299],[247207,-70899],[247169,-71133],[247414,-71116],[246474,-70858],[246849,-71234],[246914,-71077],[247015,-71249],[246492,-71013],[246880,-71341],[246874,-71289],[246580,-70954],[246808,-71158],[246761,-71038],[246041,-70855],[246253,-71054],[246328,-71017],[246339,-71296],[246107,-71254],[246337,-70956],[246449,-70939],[246333,-70756],[245956,-71138],[246194,-71069],[245257,-71403],[245702,-71351],[245544,-70864],[245497,-71255],[245660,-71356],[245477,-71380],[245376,-71339],[245306,-71353],[245537,-71223],[245605,-70810],[244659,-70791],[244974,-70931],[245020,-71027],[244954,-71139],[244880,-71028],[245026,-71063],[244917,-71137],[244744,-70970],[244582,-70962],[244695,-70849],[244074,-70860],[244237,-70878],[244003,-70659],[243822,-70921],[243695,-71071],[243890,-71009],[243745,-70848],[243806,-70754],[243745,-71052],[244190,-70876],[245156,-71264],[245318,-71275],[245157,-71150],[245435,-70754],[245487,-71250],[245459,-71031],[245425,-71153],[245163,-71139],[245025,-71026],[573970,28384],[573029,29481],[573569,28022],[573841,28985],[573922,28967],[573069,28268],[573599,29526],[573068,27930],[573802,28359],[573502,28005],[573703,28350],[573871,28372],[573094,28866],[573662,28036],[573792,28051],[573439,29528],[573152,28271],[573665,28954],[572926,29471],[572947,28864],[573186,28891],[573341,28910],[573720,29546],[573329,29800],[573454,29814],[572942,29214],[573035,29223],[573204,29225],[573676,29260],[573524,29234],[573006,28559],[573206,28585],[573516,28593],[573682,28622],[573797,28656],[573900,28671],[573049,30061],[573305,30084],[573668,31048],[572951,30277],[573223,30285],[573853,30880],[574141,30619],[574024,28675],[574173,28677],[573971,29306],[574165,29308],[574306,30460],[574445,30327],[573944,29532],[574220,30271],[574346,30139],[574087,30894],[573737,30747],[573621,30894],[573480,31021],[574053,29646],[573484,30293],[573336,30486],[575446,27424],[575460,27290],[575462,27030],[575260,26444],[575237,26623],[575227,27203],[574964,27436],[574958,27109],[575002,26853],[575023,26627],[575038,26394],[586569,21606],[586478,21826],[586520,21729],[586109,21262],[586055,21363],[585903,21704],[585680,21102],[584956,23535],[585753,20979],[584891,23545],[585103,22243],[585268,22261],[585576,21227],[585524,21321],[585070,23912],[585298,23926],[585560,23958],[585792,23944],[585900,23991],[586053,24013],[585260,23583],[585400,23613],[585535,23583],[586115,23684],[586277,23695],[586344,23711],[585084,23238],[585189,23233],[585329,23269],[585713,23319],[585928,23322],[586103,23345],[585756,22375],[585902,22385],[586045,22421],[586158,22422],[584398,23847],[584177,23806],[584619,23883],[584847,23889],[584714,23558],[584320,23487],[584118,23467],[584042,23474],[584452,23141],[584033,23045],[584230,23088],[584980,22191],[584701,22131],[584473,22104],[584195,22035],[584634,22803],[584112,22685],[584537,22784],[584793,22800],[585069,22866],[585485,22966],[585624,22980],[585863,23020],[586167,23068],[586374,23109],[586274,23089],[585275,22942],[586597,22835],[586323,22801],[585815,22685],[585402,22596],[585093,22520],[584706,22451],[584349,22365],[584131,22334],[584474,22385],[586118,21880],[586254,21657],[585910,21147],[585803,21317],[585657,21482],[585135,21424],[585267,21148],[583980,22299],[583817,22238],[583897,23014],[583706,22990],[583451,22934],[583557,22971],[583428,23420],[583801,23469],[583507,23428],[583927,22695],[583471,22564],[583598,22589]] \ No newline at end of file diff --git a/src/gathering/a10454.json b/src/gathering/a10454.json new file mode 100644 index 0000000..3d59e1d --- /dev/null +++ b/src/gathering/a10454.json @@ -0,0 +1 @@ +[[-147074,53234],[-146653,53236],[-146502,54538],[-147918,52956],[-148163,53643],[-147501,52999],[-147124,52950],[-148395,54466],[-149161,51717],[-149741,51612],[-148840,52905],[-150105,52096],[-149746,52675],[-153369,109167],[-153526,108608],[-153063,108605],[-152241,109251],[-152597,108834],[-156753,114118],[-156465,113269],[-156085,113170],[-156501,113932],[-155836,113850],[-155745,111848],[-156068,112570],[-155837,111355],[-155737,111370],[-155003,111227],[-177555,-245190],[-177431,-244944],[-178430,-245413],[-178136,-245278],[-173273,-253865],[-173321,-253763],[-173399,-253398],[-173140,-253354],[-173768,-253363],[-173438,-253065],[-173460,-254159],[-173826,-254088],[-178999,-267113],[-178554,-267293],[-173796,-259690],[-174073,-259417],[-173676,-259412],[-172555,-259474],[-173012,-259634],[-173368,-259110],[-172696,-259227],[-173848,-260962],[-173691,-260234],[-173163,-261017],[-173243,-260985],[-173389,-260932],[-173375,-260766],[-174627,-260140],[-174184,-259973],[-169533,123227],[-169799,124040],[-169758,124325],[-169577,124599],[-169882,124579],[-168511,124342],[-169062,124506],[-169283,124032],[-169213,125038],[-168609,123677],[-189962,-234786],[-190175,-234776],[-190132,-234524],[-189527,-235845],[-189222,-235431],[-189792,-235054],[-189876,-235154],[-190672,-235186],[-190495,-235507],[-179974,-242856],[-180360,-242504],[-180235,-242864],[-179617,-242925],[-180460,-241989],[-181087,-241885],[-180643,-241236],[-180847,-241543],[-179618,-241616],[-180320,-241695],[-179666,-242321],[-180242,-242136],[-180745,-243508],[-180953,-243256],[-187783,-248900],[-187545,-248871],[-187985,-248109],[-188345,-248570],[-188287,-249013],[-188067,-248938],[-183489,-251269],[-184064,-251238],[-183997,-251935],[-183814,-251498],[-183705,-252322],[-183026,-251765],[-183646,-252415],[-182994,-252070],[-183882,-252106],[-183495,-251753],[-183527,-252086],[-181629,-243202],[-181464,-243184],[-180240,-266517],[-179507,-266801],[-180014,-266288],[-180138,-266381],[-179359,-267321],[-179506,-267280],[-186262,-258305],[-186242,-258255],[-185789,-257933],[-185292,-258238],[-185257,-258024],[-185715,-258578],[-185658,-258503],[-186554,-257961],[-186365,-257816],[-186301,-258945],[-186763,-258397],[-185275,-257579],[-185088,-257369],[-185883,-257431],[-185872,-257333],[-185126,-258505],[-185227,-258784],[-184221,-258655],[-184155,-258559],[-182909,-278799],[-182747,-270977],[-181612,-278535],[-181746,-278863],[-182291,-271462],[-182658,-270750],[-182324,-271393],[-182604,-279731],[-182971,-280207],[-182286,-279500],[-182475,-279854],[-182023,-280097],[-181782,-280523],[-182086,-280874],[-182973,-280716],[-182768,-280570],[-182206,-280436],[-182437,-280179],[-191568,-291929],[-191135,-291473],[-191904,-291483],[-191715,-291349],[-189693,131024],[-188988,130635],[-189090,130469],[-190063,131049],[-190100,130497],[-190342,129868],[-190784,129199],[-190722,129598],[-190838,129535],[-190011,130089],[-202078,-241424],[-202069,-241215],[-202217,-240972],[-202598,-240664],[-201538,-240906],[-201870,-240858],[-193565,-231606],[-193757,-231954],[-194019,-232060],[-193299,-232087],[-193462,-232166],[-193789,-232309],[-194721,-253669],[-194999,-253857],[-195144,-253471],[-195052,-253641],[-195576,-253716],[-195618,-253842],[-194638,-253227],[-194671,-253327],[-200032,-252402],[-200448,-252456],[-198681,-245353],[-198461,-245357],[-198661,-246096],[-198400,-246403],[-197975,-246707],[-198221,-246498],[-198242,-245891],[-197715,-246173],[-199279,-245550],[-199414,-245329],[-198742,-247862],[-198599,-247515],[-197189,-243135],[-197110,-243541],[-195898,-244057],[-195816,-244096],[-201094,-251679],[-200983,-252048],[-201218,-252255],[-200826,-252414],[-201556,-256726],[-201553,-256961],[-201294,-257334],[-201340,-257555],[-201228,-260359],[-201126,-260320],[-200682,-262631],[-200876,-262912],[-199892,-261584],[-200120,-261940],[-199945,-292932],[-200081,-293122],[-200050,-293465],[-200174,-293651],[-197778,-290024],[-197480,-290154],[-197434,-289890],[-196917,-290800],[-196553,-291131],[-197973,-290790],[-197851,-290571],[-197930,-290836],[-197706,-290978],[-198555,-289449],[-198269,-289330],[-198525,-289277],[-198123,-289736],[-195086,-289558],[-194747,-289635],[-194731,-288780],[-195553,-288697],[-199098,-293580],[-199193,-293150],[-196058,-294186],[-196228,-293956],[-192302,-292274],[-192204,-292296],[-192283,-293088],[-192212,-292851],[-196731,-294298],[-196804,-294223],[-196722,-294493],[-195857,-295093],[-195662,-294922],[-203402,-299986],[-203479,-299950],[-203379,-299038],[-202931,-299174],[-203447,-299170],[-203588,-299178],[-204020,-298748],[-203999,-298889],[-204151,-299167],[-203893,-299228],[-203872,-299713],[-203933,-299718],[-203230,-299606],[-202784,-300182],[-203143,-300063],[-202871,-300748],[-203327,-300629],[-203758,-301844],[-203867,-301292],[-203953,-298960],[-193725,128457],[-194166,128529],[-194001,128715],[-201698,43751],[-201267,43597],[-201340,44216],[-201283,43651],[-201298,44830],[-198118,43947],[-198448,44947],[-199650,44178],[-198299,45202],[-199132,44455],[-194952,127990],[-193713,127263],[-216908,-229458],[-216664,-229369],[-215904,-229007],[-215914,-229081],[-216124,-228801],[-216388,-228463],[-216334,-228723],[-217064,-229042],[-217073,-229189],[-215442,-228948],[-215765,-228390],[-217394,-228751],[-217454,-228577],[-206321,-228986],[-206747,-229121],[-206671,-228932],[-207542,-229290],[-207018,-229070],[-206339,-229610],[-206252,-229914],[-209481,-236835],[-209286,-236412],[-208952,-236446],[-208909,-236327],[-208514,-236200],[-209828,-236222],[-209731,-236294],[-209536,-236319],[-208091,-237452],[-208219,-237449],[-208350,-237198],[-208367,-237105],[-213124,-231353],[-212738,-231041],[-211981,-231117],[-212398,-231503],[-212798,-230364],[-212792,-230750],[-209425,-246358],[-209599,-245761],[-209013,-246164],[-208934,-245799],[-209334,-245946],[-209587,-245607],[-209003,-245746],[-214007,-276553],[-214643,-275718],[-215830,-276376],[-215481,-276950],[-215519,-276673],[-215809,-276467],[-215373,-276407],[-215697,-276397],[-214569,-276370],[-215258,-275387],[-215238,-275750],[-215787,-276108],[-215501,-276012],[-215383,-275917],[-215064,-276161],[-208555,-286989],[-208561,-287057],[-209250,-288125],[-209199,-287364],[-208913,-287681],[-207433,-287734],[-208504,-287528],[-208111,-286590],[-207808,-286857],[-208387,-289336],[-208304,-289287],[-208053,-287597],[-208141,-287445],[-207523,-287886],[-207494,-287611],[-207827,-288352],[-208141,-288200],[-208297,-288496],[-208709,-287721],[-208643,-288034],[-210029,-287081],[-209992,-287147],[-206744,-289690],[-207033,-289877],[-209655,-293198],[-209550,-293682],[-209458,-293036],[-209805,-293601],[-205095,-300197],[-205420,-298963],[-204939,-300113],[-205233,-299008],[-218133,-229633],[-218058,-229546],[-227984,-228312],[-227694,-228741],[-227623,-228852],[-226977,-229012],[-227281,-229229],[-227489,-229542],[-224530,-225720],[-225282,-226157],[-224753,-225939],[-225088,-225745],[-219918,-239362],[-220522,-239200],[-220539,-238791],[-220353,-238569],[-219870,-238224],[-220026,-237787],[-219661,-238334],[-219785,-238184],[-219389,-236863],[-218910,-237136],[-219121,-237191],[-219295,-236846],[-230390,-238922],[-230001,-238269],[-230042,-238464],[-230364,-238869],[-228100,-240432],[-228163,-239604],[-228594,-239573],[-228344,-239564],[-228085,-279712],[-227594,-279408],[-227632,-279648],[-227270,-280120],[-227342,-280731],[-227415,-280707],[-228227,-278396],[-228303,-278596],[-229191,-279024],[-229427,-279221],[-224618,-276160],[-224629,-275475],[-224174,-275379],[-224498,-275338],[-221238,-276248],[-221825,-276831],[-221288,-276683],[-222130,-276908],[-228643,-287817],[-228326,-287553],[-228919,-288448],[-228959,-287974],[-228796,-290055],[-228930,-290112],[-228829,-289441],[-228623,-289650],[-229981,-287180],[-230184,-286423],[-230104,-287061],[-230335,-287339],[-229071,-287225],[-229380,-287635],[-228685,-287183],[-229376,-287461],[-222649,-286684],[-222875,-286949],[-224188,-286852],[-223746,-286220],[-223521,-286738],[-223895,-286841],[-218955,-283889],[-218861,-283176],[-218163,-283151],[-218113,-283267],[-219495,-285445],[-219877,-285557],[-220022,-285821],[-219440,-285992],[-220966,-286284],[-220133,-286075],[-220995,-286012],[-219926,-286645],[-219851,-286343],[-220111,-286138],[-220611,-286756],[-220183,-286705],[-220128,-286201],[-220316,-286965],[-230211,106643],[-230008,106246],[-229280,106809],[-226180,104376],[-227051,104159],[-226358,104604],[-226115,104734],[-226781,105364],[-230165,106398],[-237731,-202767],[-237899,-203512],[-237667,-202760],[-237550,-203203],[-238044,-203679],[-238103,-204503],[-237706,-203552],[-238328,-204005],[-235330,-205763],[-235016,-205867],[-235621,-206060],[-235345,-206405],[-235116,-206370],[-235151,-206425],[-234899,-206997],[-234646,-206451],[-238224,-211784],[-238686,-211527],[-238513,-211835],[-238177,-211256],[-238496,-211452],[-238139,-211191],[-237946,-211304],[-237916,-211035],[-238005,-210914],[-234424,-210585],[-234753,-210783],[-234552,-210207],[-234825,-210449],[-242710,-204919],[-242380,-205450],[-239448,-229812],[-239803,-229943],[-239623,-229193],[-239869,-229692],[-234142,-222035],[-233791,-222250],[-232687,-222730],[-233265,-223317],[-232809,-222506],[-233623,-222522],[-233577,-222214],[-233473,-222736],[-236253,-222045],[-235927,-221777],[-236126,-221452],[-236864,-221663],[-241879,-218693],[-242628,-218422],[-242429,-218993],[-242247,-218688],[-242739,-217944],[-243057,-217807],[-230551,-237618],[-231370,-237859],[-230880,-237207],[-230923,-237578],[-231052,-238808],[-231444,-238374],[-230938,-238236],[-231451,-238312],[-237756,-238294],[-236996,-237950],[-236837,-237861],[-236962,-237667],[-239768,-275571],[-240220,-275776],[-239861,-276077],[-239569,-275564],[-239325,-275838],[-239181,-275400],[-239754,-275646],[-239150,-275575],[-237675,-272210],[-237767,-271770],[-237332,-271746],[-237401,-272089],[-239960,-287307],[-240277,-287063],[-240521,-286636],[-240868,-286648],[-241400,-286646],[-241510,-286517],[-240929,-287462],[-240474,-287644],[-240926,-287336],[-240810,-286099],[-241045,-285731],[-240407,-285511],[-240293,-286036],[-238769,114845],[-238762,114723],[-230424,106900],[-238416,115067],[-239600,115393],[-238150,115489],[-244687,-202516],[-245475,-202146],[-244684,-202006],[-245164,-201927],[-243265,-203926],[-243423,-204341],[-245547,-214538],[-245240,-214846],[-245243,-215993],[-245567,-215478],[-245197,-215898],[-245967,-215529],[-244572,-215465],[-244827,-216017],[-245199,-215965],[-244768,-215609],[-243611,-212296],[-243680,-211988],[-243917,-212680],[-244062,-212171],[-244970,-206249],[-245270,-206629],[-245728,-207280],[-245346,-207176],[-245870,-206789],[-246081,-207401],[-253537,-215076],[-253757,-215075],[-252746,-216094],[-252294,-215654],[-252958,-215361],[-252835,-215956],[-243587,-218241],[-243284,-217995],[-244970,-231886],[-244894,-231831],[-244797,-231614],[-244709,-232380],[-244408,-232366],[-244297,-232034],[-244990,-232542],[-245410,-232982],[-244953,-232708],[-245426,-231752],[-245841,-231859],[-245082,-232195],[-245483,-232940],[-245894,-232761],[-246132,-232741],[-246205,-233040],[-247207,-261887],[-246897,-261653],[-246362,-261380],[-246839,-262011],[-246902,-262490],[-247154,-262384],[-247286,-261691],[-246974,-261576],[-246816,-261783],[-246858,-261298],[-247406,-262322],[-247277,-262050],[-247243,-262588],[-247727,-262173],[-247738,-261638],[-247964,-262911],[-255696,-262798],[-255712,-262506],[-255728,-263928],[-255776,-263246],[-255994,-263141],[-248588,-286543],[-247600,-287624],[-247246,-287686],[-247115,-286043],[-247838,-286477],[-246973,-285957],[-247497,-286227],[-246850,-285643],[-247215,-285716],[-248472,-286640],[-248194,-285735],[-247556,-285854],[-248338,-286606],[-247128,-285594],[-245744,-286488],[-245921,-286682],[-259692,-216200],[-260181,-216103],[-260010,-215989],[-259953,-215789],[-260260,-220886],[-260916,-220963],[-260195,-220754],[-260097,-220919],[-256184,-262257],[-256135,-262585],[-256014,-263887],[-256834,-263815],[-256987,-264066],[-256862,-264165],[-256769,-263963],[-257340,-261699],[-257602,-262216],[-264148,-264153],[-263853,-263395],[-264122,-263779],[-264472,-263822],[-264093,-263688],[-264355,-263621],[-264113,-263985],[-264197,-264243],[-268830,-217395],[-269132,-217311],[-273494,-211779],[-273824,-211996],[-273193,-211756],[-273539,-212643],[-270697,-223404],[-270718,-223713],[-271276,-223268],[-270995,-223501],[-271030,-223648],[-271064,-223848],[-270615,-224119],[-270447,-224288],[-269255,-218650],[-269751,-219119],[-269338,-219107],[-269945,-218203],[-269370,-218040],[-269060,-217605],[-272751,-221802],[-273149,-221961],[-273181,-221922],[-273113,-221821],[-273504,-221610],[-273897,-221283],[-274299,-222233],[-273981,-221602],[-274225,-221660],[-274872,-222261],[-270273,-242058],[-270386,-242507],[-270131,-242490],[-270049,-242690],[-269121,-241953],[-269390,-242211],[-272094,-235722],[-271967,-235872],[-272434,-235724],[-272903,-235716],[-272838,-235703],[-273009,-236427],[-272926,-236236],[-272708,-235346],[-273017,-235664],[-270167,-247551],[-270509,-247567],[-270895,-247477],[-270911,-247894],[-270516,-246695],[-270872,-246966],[-271270,-247369],[-270928,-247100],[-270108,-249291],[-270220,-248863],[-269639,-248314],[-269714,-248325],[-270709,-247886],[-270951,-247813],[-273714,-259526],[-273543,-259365],[-274281,-259677],[-273715,-259916],[-273607,-259911],[-273255,-260188],[-273056,-260085],[-273464,-258883],[-273263,-114438],[-273279,-114689],[-273610,-114714],[-273572,-114326],[-285936,-143839],[-285757,-143656],[-283658,79982],[-282853,79744],[-282475,79878],[-283392,81050],[-283090,80846],[-283342,82611],[-283425,82350],[-283288,82136],[-284008,82144],[-283401,82564],[-313296,-144455],[-313223,-144638],[-316557,-156313],[-316770,-156349],[-316674,-156138],[-312545,-234085],[-312453,-234017],[-312335,-233944],[-314155,-236242],[-319511,29041],[-318743,28825],[-318779,28896],[-319007,28270],[-319097,28018],[-318494,55609],[-318762,55320],[-318345,55834],[-318632,55065],[-318911,54543],[-317588,57713],[-317586,57134],[-317873,57011],[-318117,56563],[-318601,56714],[-329282,-164984],[-329346,-164794],[-328964,-164515],[-321123,64163],[-320840,63655],[-320536,63064],[-321295,64333],[-320589,64496],[-320354,65457],[-320253,66274],[-320762,65553],[-320413,65867],[-320823,65949],[-343881,-197405],[-343658,-197142],[-343744,-197630],[201179,-14189],[201256,-14862],[199983,-14078],[200627,-14287],[201612,-13003],[197705,-15858],[198836,-15060],[201900,-14207],[202195,-13441],[201098,-13964],[199442,-15315],[198938,-14776],[202021,-14311],[197795,-15641],[200404,-13732],[200501,-13599],[202778,-13867],[200115,-14057],[201594,-13025],[200386,-15335],[200957,-13444],[198720,-15061],[199917,-15002],[197588,-15903],[201729,-14788],[199368,-15685],[199654,-15308],[199064,-15545],[200815,-14179],[198928,-14695],[199804,-14849],[202669,-13126],[203008,-13488],[200260,-13813],[202680,-12895],[203309,-13600],[203570,-13129],[199918,-15923],[203502,-13352],[201119,-13223],[198068,-16477],[201087,-13528],[198949,-15755],[203182,-13655],[201543,-13866],[200220,-15836],[200871,-15359],[202648,-13343],[201954,-14570],[200243,-15783],[201759,-14351],[200748,-15363],[198150,-16556],[198563,-15983],[202378,-13871],[202451,-13870],[198292,-15384],[201425,-14086],[198012,-15458],[202583,-13359],[198595,-15049],[197431,-16141],[201687,-14751],[201471,-14926],[200468,-15573],[199737,-14126],[198548,-15391],[202414,-13394],[201495,-13088],[198794,-15691],[200662,-13538],[199991,-13954],[198330,-16215],[204033,-13888],[203896,-13908],[203514,-14215],[203448,-14091],[203167,-14363],[203342,-14405],[202774,-14745],[202713,-14637],[202494,-15086],[202494,-14871],[202286,-15009],[202090,-15100],[201939,-15502],[201669,-15671],[201253,-16158],[201110,-15931],[200837,-16118],[201021,-16021],[200457,-16302],[200537,-16473],[200144,-16587],[200018,-16592],[199971,-16769],[199928,-16937],[199465,-16893],[199526,-17243],[199276,-17426],[199069,-17476],[198485,-17176],[198429,-17133],[198761,-16737],[198901,-16653],[198946,-16373],[199287,-16472],[199421,-16338],[199558,-16096],[200857,28276],[200743,28158],[200299,28068],[199947,27789],[199388,26869],[199585,26931],[199483,27202],[199434,27153],[199446,27498],[199454,27473],[199924,26646],[200096,26644],[200004,26866],[200000,26997],[199859,27242],[199946,27301],[199886,27559],[199912,27518],[200504,27110],[200534,27115],[200464,27422],[200339,27416],[200318,27672],[200346,27740],[201017,27393],[200939,27418],[200840,27724],[200925,27810],[200848,28046],[201029,28107],[217094,-12573],[216708,-12564],[216692,-17358],[213434,-16983],[214378,-17829],[214638,-18449],[213396,-18181],[213298,-16872],[212211,-18816],[214294,-17168],[215115,-17252],[213532,-19035],[213070,-18901],[213419,-18890],[216309,-18538],[215797,-17964],[216165,-18463],[214259,-18307],[212436,-18315],[216072,-17181],[212882,-18326],[212606,-18183],[216040,-18517],[216096,-17313],[213210,-16762],[216592,-18062],[215591,-18027],[212586,-18957],[214603,-17036],[215149,-17113],[213074,-18447],[212288,-18735],[212455,-18186],[213520,-18853],[212837,-18775],[212322,-18207],[212080,-18806],[211827,-18957],[211973,-18305],[211914,-18740],[212902,-18882],[213212,-19026],[212702,-18758],[212282,-18995],[214589,-17694],[215900,-18601],[212198,-18064],[215222,-17704],[211631,-17522],[212159,-17373],[216659,-17857],[212923,-16944],[214032,-17031],[214831,-18444],[215629,-17880],[216564,-17304],[214756,-17034],[214439,-17700],[212006,-16749],[211661,-18609],[211897,-18840],[212805,-18148],[212291,-17398],[214772,-17152],[212441,-18771],[212177,-16747],[212410,-16889],[211967,-16906],[211914,-16658],[212220,-16912],[212240,-16655],[212485,-16616],[212724,-16891],[212838,-16798],[212870,-16688],[213873,-17134],[213792,-16927],[213453,-16892],[213147,-16872],[214036,-16858],[214160,-17225],[214818,-16938],[214845,-17279],[214974,-17090],[215068,-17006],[215504,-17062],[215410,-17082],[215269,-17195],[215303,-17102],[214751,-17697],[215242,-17937],[216261,-17196],[215985,-17376],[216431,-17413],[216404,-17275],[211847,-17573],[211779,-17585],[212045,-17433],[212113,-17521],[212548,-17356],[212581,-17506],[213103,-17582],[212848,-17648],[213439,-17593],[213367,-17754],[213636,-17689],[213585,-17713],[213812,-17875],[214043,-17738],[214934,-17634],[214759,-17808],[215285,-17856],[215095,-17727],[215472,-17883],[215430,-17728],[216096,-18010],[215810,-17836],[216227,-17976],[216526,-17817],[216474,-18113],[216718,-17970],[211947,-18118],[211658,-18032],[212021,-18029],[212359,-18126],[212632,-18273],[212736,-18103],[213038,-18303],[213142,-18185],[213326,-18276],[213538,-18124],[214213,-18475],[214416,-18363],[214619,-18287],[214892,-18560],[215279,-18365],[215020,-18449],[215480,-18608],[215545,-18465],[215828,-18522],[215826,-14168],[215868,-13900],[216133,-14276],[216287,-14249],[216514,-13978],[216313,-14253],[216848,-14057],[216638,-14300],[216952,-14233],[217037,-14172],[217455,-14216],[215882,-13274],[215786,-13505],[216107,-13416],[216144,-13545],[216398,-13661],[216292,-13521],[216658,-13468],[216712,-13580],[217149,-13827],[217142,-13727],[217407,-13648],[216192,-12827],[216054,-12874],[216459,-12824],[216427,-12608],[216761,-12931],[216790,-12797],[217058,-12835],[217171,-12989],[217235,-12713],[217597,-12897],[216121,-14062],[216266,-14111],[216154,-14140],[216492,-14195],[216650,-14132],[216843,-14245],[216711,-14234],[216880,-14368],[217159,-14230],[217114,-14362],[217235,-14345],[217311,-14247],[217403,-14315],[217382,-14391],[217539,-14243],[215930,-13385],[215931,-13501],[216482,-13491],[216536,-13644],[217000,-13597],[217102,-13551],[217280,-13762],[217518,-13621],[217571,-13788],[215865,-12792],[216301,-12880],[217330,-12835],[216963,-12915],[217285,-12970],[217471,-12994],[217493,-12822],[217591,-13138],[217029,-13059],[217388,-13104],[216504,-13016],[217445,-13527],[217634,-14267],[217979,-14294],[217853,-14532],[217672,-13657],[218033,-13663],[217772,-13820],[218407,-14133],[218267,-14065],[218449,-14104],[218389,-14040],[217744,-12650],[217920,-13060],[218063,-12994],[218363,-12806],[218447,-13039],[218537,-13084],[218906,-12920],[217731,-14275],[217843,-14275],[217919,-14424],[218001,-14529],[217790,-13690],[217897,-13807],[217859,-13900],[218100,-13792],[218255,-13834],[218383,-13902],[218478,-13935],[218595,-14119],[217687,-13005],[217773,-12858],[217981,-12899],[218297,-13131],[218629,-13170],[218041,-13176],[218195,-13244],[218401,-13263],[218639,-13269],[217941,-13223],[218278,-13339],[218424,-13817],[218582,-13843],[218169,-13693],[217719,-13129],[239385,-50905],[239540,-50737],[240504,-50958],[239411,-50787],[243089,-50700],[240835,-50849],[240839,-50626],[239628,-50706],[239663,-50941],[243105,-50998],[243016,-50932],[242183,-50914],[241856,-50988],[241998,-50706],[240714,-50881],[240599,-50763],[240926,-50726],[240888,-50971],[239809,-50889],[239620,-50834],[239550,-50920],[239311,-52808],[239847,-51402],[239485,-52259],[239747,-51743],[239816,-52186],[239660,-52857],[239778,-52377],[240521,-52036],[240772,-52116],[240751,-51823],[242193,-53131],[239551,-52124],[241755,-53139],[240650,-52214],[240640,-51700],[240507,-51278],[239601,-53359],[239558,-52497],[240665,-51366],[240991,-51714],[239517,-52822],[240654,-51042],[239343,-52110],[239597,-53561],[239720,-53392],[239405,-53001],[239593,-51170],[239478,-53213],[239358,-51354],[240911,-52138],[240753,-51663],[240626,-51195],[240713,-51569],[240817,-51500],[239512,-51987],[239642,-51658],[240629,-52362],[240951,-51150],[242247,-52788],[239638,-51295],[239502,-52624],[241740,-51160],[239821,-51240],[239522,-52987],[239737,-52873],[239487,-51249],[239452,-52108],[239734,-51592],[240518,-51091],[239484,-51423],[240576,-51849],[239608,-51859],[239403,-52538],[239806,-51908],[240598,-52125],[243086,-62840],[243167,-63066],[242735,-62854],[243094,-62751],[243006,-63050],[243153,-62929],[242786,-62853],[243075,-62746],[242886,-62879],[243033,-63118],[242861,-63005],[242791,-62956],[241844,-63173],[242250,-63104],[241839,-63203],[242143,-63326],[241755,-63087],[242274,-63025],[242093,-63135],[241913,-63033],[242072,-63218],[242111,-63344],[242272,-61935],[242136,-61827],[242133,-61929],[242082,-62113],[242082,-62025],[242178,-61932],[242252,-61665],[242048,-62140],[241989,-61909],[242208,-61763],[243043,-61760],[242701,-62178],[242734,-61720],[242677,-61604],[242769,-61709],[242667,-62098],[243067,-61906],[242661,-61785],[243156,-61803],[242827,-61639],[243008,-61827],[243010,-62020],[243051,-60388],[243052,-60593],[243068,-60677],[242929,-60689],[243062,-60520],[242907,-60285],[242764,-60692],[242540,-60241],[242893,-60769],[243014,-60816],[243058,-54883],[243002,-55048],[243046,-54816],[243125,-54274],[243028,-53971],[242984,-53564],[243174,-53261],[243013,-52854],[243184,-51649],[242113,-53760],[241948,-53721],[242118,-53352],[242090,-53387],[242115,-52748],[242097,-52922],[242196,-52316],[241863,-52511],[242110,-51884],[242049,-51945],[241840,-51633],[242022,-51618],[242050,-51197],[242182,-51055],[241944,-51076],[242034,-51003],[240762,-53456],[240807,-53228],[240819,-53010],[240752,-52818],[240587,-52559],[240625,-52629],[240605,-51992],[240695,-51932],[240734,-51464],[240868,-51317],[240845,-51131],[240777,-51048],[239417,-53480],[239512,-53454],[239788,-53096],[239646,-52994],[239668,-52547],[239731,-52608],[239506,-52387],[239704,-52129],[239693,-52047],[239430,-51850],[239506,-51729],[239652,-51426],[239752,-51138],[239599,-51053],[243156,-54953],[243145,-55110],[243147,-55274],[243135,-54611],[243077,-54442],[242980,-54599],[243017,-54265],[243194,-54089],[243199,-53859],[243077,-53799],[243119,-53643],[243168,-53473],[243019,-53458],[243022,-53298],[242926,-53227],[242968,-53700],[243189,-53025],[243164,-52676],[243047,-52603],[243055,-52473],[243158,-52420],[243090,-52213],[243033,-52071],[243115,-51951],[243029,-51844],[243142,-51823],[243048,-51700],[243044,-51544],[243150,-51456],[242967,-51347],[243064,-51247],[243001,-51126],[243136,-51100],[241992,-53923],[242045,-53657],[241927,-53471],[242171,-53508],[242051,-53222],[242137,-53074],[241872,-52900],[241794,-52776],[242015,-52520],[241942,-52393],[242051,-52298],[242135,-52141],[241907,-52217],[241839,-52015],[241882,-51839],[242057,-51758],[242157,-51663],[241949,-51846],[241912,-51436],[241855,-51277],[241851,-51169],[242210,-51261],[242150,-51396],[242178,-51516],[241953,-53355],[241990,-53516],[241755,-53457],[240669,-53177],[240672,-53320],[240611,-53464],[240675,-53610],[240825,-53561],[240862,-53362],[240936,-53237],[240909,-53085],[240699,-53048],[240618,-52903],[240542,-52787],[240689,-52736],[240827,-52671],[240944,-52751],[240920,-52615],[240916,-52505],[240698,-52512],[240781,-52386],[242380,-65482],[242394,-65041],[241692,-65041],[241833,-65487],[241525,-64953],[242051,-65223],[241963,-65181],[241535,-65123],[242384,-65484],[242733,-65427],[242406,-65038],[242301,-64970],[242224,-65493],[241871,-64932],[241606,-65179],[241604,-65330],[241508,-65053],[242646,-65164],[242663,-65203],[242456,-65324],[241740,-64460],[241748,-64102],[242047,-64071],[242137,-64161],[241972,-64289],[241767,-64264],[241923,-64325],[241882,-64369],[242258,-64118],[241744,-63939],[242704,-64485],[242695,-64014],[242467,-64455],[242920,-64161],[242729,-64461],[242759,-64366],[242482,-64399],[242988,-63981],[242770,-64102],[242481,-64316],[243035,-64524],[242987,-64541],[243185,-64474],[243133,-63981],[242990,-64331],[243054,-64299],[243143,-65383],[242993,-65151],[243199,-65178],[242923,-65097],[243098,-65369],[243298,-50767],[243296,-50910],[244611,-51287],[244287,-52530],[244543,-51943],[244398,-52127],[243283,-55124],[243223,-52303],[244239,-51553],[243275,-55024],[244549,-52408],[243266,-51294],[243285,-53372],[243344,-53218],[244302,-52260],[243269,-51055],[244345,-51853],[244491,-52553],[244357,-51719],[243348,-52236],[243383,-51357],[243347,-51956],[243351,-51153],[243239,-52806],[244445,-51446],[244369,-51510],[243241,-51725],[244297,-51175],[244592,-52077],[243235,-54228],[244305,-51319],[243367,-52769],[243213,-52535],[243375,-54251],[244450,-51014],[246454,-62790],[246376,-62880],[246621,-63304],[246241,-63264],[246406,-63021],[246479,-63169],[246703,-63257],[246469,-63222],[246430,-63291],[246517,-62864],[246307,-62713],[246119,-63079],[246239,-63111],[246238,-63046],[246087,-62778],[246284,-63253],[246253,-62747],[246144,-63041],[245766,-62765],[246154,-63273],[245606,-63067],[245788,-62808],[245489,-62961],[245522,-63030],[245827,-63125],[245707,-63247],[245372,-63111],[245563,-62916],[245859,-63203],[245377,-62757],[245523,-63123],[245505,-63277],[245634,-63229],[245485,-62786],[245576,-63164],[245496,-63228],[245519,-62885],[245185,-62941],[245202,-62920],[245172,-63005],[245069,-62899],[244795,-62736],[244652,-62729],[244997,-62928],[245168,-62876],[245148,-63028],[244961,-62791],[244917,-62712],[244840,-63231],[245174,-63123],[244336,-63174],[244063,-62731],[244258,-62939],[244368,-63126],[244320,-63214],[244594,-62929],[244101,-62836],[244581,-62921],[244318,-62883],[244523,-63177],[243710,-62725],[244091,-63103],[243719,-63189],[244064,-63083],[243810,-62752],[244042,-63117],[243948,-63227],[243810,-63126],[244098,-62898],[243966,-63247],[243283,-63125],[243221,-62868],[243644,-63178],[243587,-63044],[243662,-63098],[243283,-62877],[243359,-62919],[243495,-62967],[243506,-61852],[243500,-61935],[243602,-61737],[243245,-62021],[243270,-61743],[243567,-61583],[243309,-62000],[243317,-62082],[243703,-61802],[244085,-61606],[244078,-62072],[243858,-61742],[244104,-62060],[243896,-61810],[243635,-61734],[244199,-62023],[243601,-62107],[244035,-61927],[244383,-61758],[244297,-61713],[244557,-61766],[244276,-62111],[244182,-62097],[244184,-62068],[244167,-61747],[244026,-61798],[244254,-61897],[244479,-62105],[244938,-62007],[244827,-62095],[244620,-61973],[245105,-61812],[244777,-61579],[244796,-62069],[245017,-62001],[245195,-61745],[244850,-61576],[244860,-62000],[245434,-61757],[245525,-61763],[245532,-61814],[245651,-61874],[245747,-61916],[245510,-61829],[245742,-61656],[245327,-61947],[245524,-61823],[245728,-61783],[246318,-62101],[246291,-61899],[246127,-61774],[246140,-62095],[246093,-61851],[246168,-61903],[246288,-61857],[246017,-61838],[246173,-61991],[246433,-61577],[246400,-60680],[246488,-60723],[246428,-60820],[246419,-60868],[246029,-60516],[246551,-60809],[246324,-60474],[246339,-60386],[246328,-60656],[246136,-60522],[246015,-60461],[245642,-60563],[245937,-60810],[245592,-60758],[245756,-60324],[246071,-60891],[245601,-60606],[245810,-60845],[246034,-60766],[245891,-60578],[245504,-60401],[245158,-60749],[245087,-60336],[244995,-60528],[245229,-60834],[245499,-60448],[245249,-60840],[245492,-60530],[245387,-60852],[245029,-60641],[244532,-60694],[244796,-60715],[244490,-60743],[244699,-60443],[244388,-60562],[244553,-60296],[244403,-60632],[244699,-60360],[244901,-60283],[244583,-60554],[244482,-60836],[244409,-60430],[244220,-60709],[244083,-60419],[243933,-60700],[243994,-60833],[244305,-60459],[244094,-60294],[244269,-60729],[244426,-60566],[243614,-60616],[243824,-60838],[243321,-60632],[243296,-60369],[243574,-60607],[243717,-60373],[243603,-60786],[243417,-60372],[243330,-60746],[243607,-60814],[246627,-55113],[246611,-54892],[246938,-54541],[246690,-54559],[246721,-54065],[246907,-54087],[246976,-53886],[246690,-53726],[245288,-55573],[245291,-55750],[245332,-55411],[245419,-54850],[245407,-54972],[245638,-54358],[245432,-54630],[245533,-54121],[245687,-53905],[245461,-53542],[245709,-53682],[245605,-53353],[245757,-53349],[245522,-53079],[245522,-52925],[245478,-52803],[245702,-52656],[245414,-52361],[245443,-52183],[245630,-51887],[245789,-51777],[245636,-51613],[245708,-51431],[244547,-55660],[244191,-55927],[244239,-55514],[244386,-55575],[244225,-55138],[244371,-55244],[244357,-54633],[244289,-54747],[244500,-54228],[244257,-54345],[244246,-54026],[244343,-53973],[244585,-53841],[244337,-53730],[244532,-53329],[244368,-53220],[244316,-52925],[244600,-52877],[244582,-52668],[244607,-52739],[244548,-52212],[244482,-51827],[244430,-51900],[244483,-51301],[244444,-51157],[243273,-54802],[243337,-54368],[243314,-53850],[243319,-53491],[243216,-53171],[243382,-53046],[243325,-52627],[243338,-52570],[243370,-52063],[243236,-52147],[243409,-51635],[243201,-51197],[243271,-51483],[246777,-55107],[246771,-55212],[246909,-54927],[246797,-54748],[246714,-54696],[246831,-54525],[246912,-54440],[246823,-54327],[246813,-54188],[246720,-54226],[246690,-53922],[246802,-53800],[246923,-53991],[246900,-53722],[246896,-53612],[246846,-53437],[246728,-53396],[246765,-53263],[246963,-53607],[246611,-54050],[246624,-54391],[246891,-55120],[246851,-55259],[246655,-55323],[246767,-55374],[245431,-55704],[245446,-55605],[245457,-55501],[245477,-55340],[245568,-55402],[245552,-55531],[245592,-55634],[245666,-55506],[245338,-55119],[245464,-55112],[245551,-55181],[245660,-55037],[245527,-54731],[245562,-54552],[245711,-54524],[245758,-54388],[245506,-54341],[245684,-54208],[245454,-53965],[245550,-53992],[245638,-54019],[245430,-54170],[245459,-54446],[245594,-53542],[245732,-53524],[245433,-53383],[245426,-53223],[245622,-53012],[245599,-52739],[245582,-52572],[245549,-52354],[245662,-52272],[245699,-52119],[245571,-52040],[245490,-51900],[245552,-51695],[245620,-51404],[245787,-51621],[245748,-51912],[245351,-52658],[245330,-53539],[245343,-53919],[245369,-54281],[245812,-53004],[244315,-55699],[244333,-55882],[244553,-55539],[244311,-55382],[244517,-55286],[244473,-55087],[244546,-55048],[244353,-54983],[244374,-54815],[244453,-54814],[244445,-54652],[244544,-54674],[244529,-54509],[244419,-54441],[244376,-54266],[244403,-54102],[244254,-54174],[244413,-53574],[244454,-53704],[244565,-53642],[244504,-53479],[244420,-53378],[244310,-53471],[244222,-53582],[244460,-53157],[244497,-52947],[244481,-52776],[244362,-52659],[248641,-64232],[246119,-64174],[245582,-64295],[243384,-65028],[243690,-64164],[244787,-63918],[245467,-64081],[244722,-64031],[245576,-64481],[244477,-65185],[244670,-65182],[244300,-63947],[244508,-65575],[245081,-63910],[244162,-64054],[244056,-65450],[246346,-64035],[243981,-65245],[244913,-64480],[244270,-65116],[243618,-64376],[245242,-64148],[243794,-64381],[243607,-65161],[243880,-65334],[243270,-65382],[246025,-64372],[246156,-64084],[246072,-63973],[248865,-64181],[245658,-64322],[243726,-64262],[243314,-64508],[244378,-64492],[244135,-64380],[245252,-64092],[249041,-64408],[248715,-64181],[243610,-64076],[248999,-63972],[245240,-64246],[245469,-64317],[243936,-64309],[245247,-64194],[243272,-65075],[244303,-65134],[244767,-65547],[245111,-64174],[244760,-65631],[244268,-65268],[245638,-64438],[246035,-63986],[245882,-64237],[246190,-64381],[246208,-64434],[244569,-64426],[243330,-64331],[244309,-63964],[244641,-64108],[245798,-64389],[244191,-64462],[244948,-64019],[243809,-65365],[244784,-64297],[244286,-64112],[243965,-65157],[243871,-63984],[243633,-63967],[244058,-63965],[243600,-65195],[245794,-64042],[244269,-65547],[243417,-64309],[243847,-64157],[243603,-65377],[243266,-64027],[243905,-65276],[245613,-64261],[243247,-65534],[248849,-63968],[243337,-65300],[246091,-64354],[243657,-65320],[244425,-65409],[244667,-64517],[248001,-76192],[247728,-76013],[247996,-75936],[247988,-75977],[248012,-75878],[247753,-76050],[247679,-76117],[247679,-75967],[248067,-76127],[247717,-75780],[247610,-76180],[247461,-75662],[247602,-75696],[247263,-75652],[247137,-75952],[247525,-75691],[247598,-76071],[247419,-75756],[247206,-76156],[247498,-75937],[246593,-75749],[246627,-76145],[246903,-75802],[246673,-76142],[246562,-76192],[246910,-76002],[246680,-75872],[246631,-75779],[247092,-75762],[246560,-75856],[246262,-76103],[246183,-75879],[246063,-75713],[246074,-76119],[246383,-75666],[246450,-75931],[246513,-76073],[246375,-76107],[245923,-75903],[246224,-75646],[245392,-75686],[245750,-76042],[245642,-75945],[245818,-75918],[245829,-75679],[245546,-75695],[245496,-75892],[245430,-76024],[245356,-75694],[245669,-75548],[245181,-75557],[244717,-75772],[245279,-76016],[245142,-75886],[244856,-75778],[245098,-75512],[244928,-76081],[244864,-76071],[245012,-76086],[244711,-76044],[244544,-76077],[244402,-75595],[244702,-75581],[244703,-75526],[244445,-75817],[244250,-75759],[244471,-75927],[244470,-75622],[244219,-75889],[244152,-75677],[243954,-75845],[243542,-75767],[243740,-75552],[243619,-75616],[243776,-75649],[243578,-75575],[243967,-75652],[243987,-75960],[243582,-75810],[243792,-75452],[243721,-74230],[243547,-74259],[243522,-74660],[243457,-74465],[243460,-74536],[243406,-74231],[243541,-74224],[243721,-74430],[243660,-74458],[243225,-74657],[244142,-74870],[244195,-74861],[244358,-74834],[244150,-74545],[244020,-74832],[244094,-74507],[244110,-74738],[244470,-74514],[244134,-74733],[243959,-74673],[244761,-74435],[244783,-74664],[245069,-74788],[244579,-74516],[244666,-74668],[244826,-74513],[244518,-74664],[244695,-74675],[244762,-74312],[244921,-74537],[245456,-74394],[245261,-74392],[245471,-74885],[245211,-74457],[245479,-74694],[245518,-74466],[245044,-74354],[245296,-74922],[245409,-74795],[244940,-74582],[246060,-74471],[245904,-74495],[245663,-74693],[245543,-74792],[245612,-74390],[245651,-74416],[245952,-74551],[246061,-74903],[246048,-74716],[245546,-74518],[246068,-74828],[246294,-74947],[246471,-74409],[246318,-74635],[246160,-74679],[246034,-74785],[246102,-74594],[246281,-74763],[246343,-74925],[246182,-74786],[246595,-74555],[246657,-74817],[246588,-74526],[246622,-74697],[246410,-74782],[246505,-74704],[246456,-74926],[246490,-74674],[246617,-74602],[246466,-74734],[246950,-74620],[247219,-74561],[247090,-74399],[247161,-74910],[247161,-74754],[247003,-74920],[247252,-74920],[246978,-74851],[247062,-74568],[247046,-74583],[247483,-74928],[247724,-74889],[247319,-74601],[247654,-74364],[247261,-74427],[247480,-74782],[247543,-74405],[247725,-74649],[247195,-74466],[247521,-74735],[248368,-74962],[248392,-74481],[248225,-74989],[248285,-74849],[248056,-74964],[248353,-74644],[248310,-74567],[247848,-74825],[248184,-74980],[248028,-74863],[248875,-74605],[248551,-74628],[248623,-74864],[248461,-74673],[248740,-74730],[248556,-74480],[248399,-74681],[248366,-74712],[248446,-74654],[248778,-74812],[249827,-73649],[249877,-73419],[249657,-73580],[249553,-73363],[249556,-73381],[249711,-73434],[249954,-73482],[249979,-73379],[249824,-73417],[249936,-73753],[249440,-73413],[249354,-73617],[249384,-73415],[249397,-73588],[248990,-73636],[249391,-73617],[249235,-73348],[249436,-73346],[249484,-73519],[249158,-73423],[248972,-73430],[248800,-73573],[248606,-73659],[248571,-73476],[249004,-73709],[248473,-73557],[248478,-73386],[248981,-73448],[248468,-73217],[248659,-73556],[247894,-73650],[248442,-73569],[248406,-73712],[247954,-73590],[248418,-73288],[247920,-73721],[248193,-73148],[248028,-73338],[248094,-73645],[248465,-73308],[247635,-73246],[247860,-73071],[247295,-73623],[247866,-73367],[247541,-73582],[247323,-73164],[247492,-73490],[247371,-73324],[247457,-73311],[247515,-73444],[246839,-73366],[247251,-73333],[246926,-73465],[247180,-73025],[247054,-73204],[246840,-73350],[247127,-73429],[246873,-73072],[246851,-73387],[247080,-73353],[246710,-73159],[246355,-73504],[246191,-73229],[246260,-73418],[246358,-73153],[246529,-73483],[246324,-73409],[246455,-73226],[246438,-73268],[246275,-73515],[245724,-73264],[246039,-73413],[245954,-73420],[245535,-73393],[246066,-73574],[245789,-73160],[245905,-73469],[245886,-73324],[245863,-73228],[245669,-73578],[245322,-73225],[245015,-73687],[245292,-73589],[245342,-73131],[245140,-73607],[245030,-73368],[245284,-73198],[245038,-73294],[245063,-73374],[245091,-73244],[244323,-73226],[244444,-73328],[244448,-73176],[244414,-73284],[244394,-73459],[244802,-73319],[244741,-73396],[244715,-73382],[244328,-73087],[244295,-73116],[243639,-73546],[243668,-73095],[243907,-73035],[243641,-73624],[243551,-73520],[243706,-73362],[243605,-73111],[243710,-73433],[243723,-73049],[243792,-73074],[243792,-72434],[243763,-72070],[243816,-72255],[243829,-72339],[243565,-72554],[243382,-72358],[243797,-72345],[243264,-72095],[243832,-72281],[243480,-72489],[244384,-72281],[244019,-72302],[244099,-72390],[244181,-72308],[244283,-72566],[244450,-72491],[244214,-72341],[244319,-72335],[244534,-72506],[244498,-72382],[244887,-72005],[245015,-72357],[244803,-72006],[244726,-71910],[244947,-72033],[244785,-72474],[244861,-71908],[245208,-72404],[245253,-71966],[244977,-71958],[245824,-72421],[245823,-72529],[245476,-72432],[245646,-72225],[245722,-72502],[245353,-72294],[245498,-72364],[245477,-72077],[245609,-72088],[245766,-71948],[245953,-72277],[246462,-72006],[246115,-72390],[246242,-72005],[245899,-72350],[246358,-72235],[245899,-72055],[246229,-72338],[246438,-72343],[246228,-72366],[246653,-72413],[246776,-71920],[246484,-71923],[246722,-72086],[247036,-72106],[246778,-72146],[246676,-72140],[246921,-72163],[247030,-72381],[246882,-72043],[247355,-72032],[247494,-72390],[247354,-72147],[247374,-72152],[247565,-72444],[247174,-72171],[247493,-72431],[247218,-72308],[247461,-72417],[247563,-72451],[248129,-71921],[248146,-72064],[247945,-71974],[248177,-72349],[248128,-72055],[248125,-72339],[247741,-71927],[247855,-71906],[247815,-72129],[247725,-72428],[248731,-72017],[248454,-71948],[248732,-72347],[248274,-72174],[248619,-72204],[248752,-72303],[248396,-72233],[248643,-72447],[248548,-72004],[248784,-72130],[249523,-72315],[249516,-72306],[249157,-71910],[249365,-72328],[249443,-71998],[249525,-72128],[249606,-72486],[249458,-72217],[249435,-72328],[249310,-72125],[248458,-70914],[248955,-70818],[248638,-71115],[248970,-70857],[248690,-70688],[248470,-71206],[248456,-71088],[248674,-70906],[248490,-70752],[248750,-70925],[247711,-70966],[247686,-70906],[248225,-70963],[247677,-71074],[247769,-70927],[248152,-70737],[248099,-71247],[248084,-71044],[248078,-70974],[248052,-70871],[247149,-71082],[247693,-71227],[247308,-71139],[247637,-70927],[247319,-71186],[247263,-71172],[247496,-70995],[247396,-71176],[247582,-70868],[247152,-70971],[247010,-71285],[246573,-71087],[246748,-70850],[246985,-70826],[246709,-71243],[246541,-70926],[246831,-70955],[246672,-71197],[246601,-70829],[246617,-71115],[246221,-71120],[246499,-70860],[246002,-70876],[246030,-71033],[246454,-71283],[246067,-70809],[246370,-71001],[246374,-70801],[246072,-71211],[246479,-71215],[245213,-71380],[245175,-71390],[245604,-70955],[245185,-71197],[245552,-71120],[245600,-71246],[245607,-71297],[245433,-71095],[245525,-70940],[245622,-70993],[244908,-71132],[244854,-70844],[244867,-71146],[244923,-71064],[244651,-71275],[244616,-71131],[244905,-70996],[244879,-70729],[244864,-70934],[244653,-71166],[243741,-70930],[244232,-70937],[243826,-71012],[244014,-70815],[243866,-70654],[244019,-70666],[243715,-70917],[243711,-70843],[243800,-70807],[243649,-71101],[245162,-71252],[245309,-70976],[245054,-71315],[245451,-70722],[245021,-70946],[244930,-71102],[245013,-71063],[244968,-71086],[245183,-71193],[245223,-70962],[573287,29504],[573300,28257],[573615,28960],[573823,29556],[573547,28961],[573453,28955],[573209,28297],[573317,27952],[573165,27952],[573376,28335],[573444,28325],[573545,28317],[573379,27952],[573168,29491],[573213,27936],[573390,27999],[573852,28077],[573936,28090],[573735,28969],[572863,29763],[573083,29787],[573195,29798],[573660,29826],[573818,29849],[573384,29228],[573774,29243],[573870,29286],[573317,28577],[573063,28553],[572871,30070],[573201,30080],[573476,30092],[573657,30091],[574092,30384],[573353,30302],[573067,30289],[574074,28083],[574182,28083],[574052,28375],[574188,28380],[574071,28957],[574192,28961],[574266,30755],[573995,30741],[574377,30612],[574541,30483],[573936,31042],[573963,30495],[573855,30614],[573196,30644],[573155,30430],[572998,30620],[572904,30420],[572841,30543],[575460,26702],[575463,26578],[575458,26876],[575473,26782],[575458,27166],[575233,27450],[575216,27315],[575233,27163],[575256,27027],[575256,26875],[575242,26757],[575023,26487],[575002,26678],[574968,26951],[574954,27195],[574954,27302],[585941,21593],[585989,21443],[583753,21877],[585409,21546],[586722,22549],[585829,21775],[585666,21187],[586348,22047],[586001,21497],[586419,21936],[586566,22514],[584912,23206],[585467,21421],[584784,23180],[585214,23909],[585412,23941],[585694,23962],[586161,24035],[585110,23567],[585650,23648],[585824,23649],[585901,23661],[586048,23677],[585452,23262],[585552,23288],[585611,23282],[586228,23385],[586361,23403],[586505,23423],[585344,22295],[585475,22293],[585631,22348],[586316,22478],[586438,22497],[584903,23909],[584696,23864],[584508,23843],[584298,23808],[584100,23788],[584448,23506],[584620,23531],[584217,23468],[584646,23132],[584541,23115],[584314,23097],[584139,23084],[584102,22023],[584325,22086],[584829,22180],[586554,23126],[586068,23056],[585727,22937],[585370,22935],[585189,22893],[584975,22850],[584735,22787],[584433,22726],[584241,22712],[584594,22416],[584868,22463],[584949,22488],[585230,22554],[585584,22625],[585701,22644],[586188,22716],[586028,22694],[586479,22815],[586747,22850],[586854,22547],[586742,21775],[586668,21935],[586594,22040],[586521,22173],[586375,21409],[586298,21547],[586203,21710],[585583,21657],[585727,21430],[585432,20897],[585331,21057],[585239,21236],[583772,22989],[583335,22928],[583950,23460],[583671,23463],[583338,23395],[583173,23391],[583736,22606],[583960,21939],[1149940,-32578],[-150115,52571],[-149310,52149],[-149133,52997],[-149988,52926],[-150033,51870],[-146318,54483],[-146905,53607],[-146404,54336],[-146428,53350],[-148010,53925],[-148078,53892],[-146930,53278],[-147595,54084],[-148293,52970],[-152936,109292],[-152564,108812],[-153551,108953],[-153149,107883],[-152217,108340],[-156457,112807],[-156746,114029],[-156440,114053],[-156465,113245],[-155512,113707],[-155649,111161],[-154996,112560],[-155027,111466],[-155805,112056],[-155809,112147],[-177641,-244978],[-177617,-245175],[-178316,-245452],[-178195,-245154],[-173493,-253462],[-172941,-253667],[-173118,-253142],[-173200,-253042],[-173478,-252879],[-173914,-252937],[-173836,-253957],[-173931,-254122],[-178625,-267647],[-178960,-267552],[-173301,-259033],[-173541,-259098],[-174173,-259476],[-172841,-259782],[-173247,-259682],[-173489,-259888],[-173111,-259856],[-173745,-261014],[-173352,-260168],[-173619,-260350],[-173575,-260555],[-172897,-261164],[-172846,-260426],[-173483,-260710],[-174135,-260287],[-174287,-260355],[-169562,123896],[-169785,123120],[-169811,123315],[-169281,123293],[-170374,123649],[-169072,124315],[-167973,125038],[-168583,124026],[-169395,123876],[-168808,123640],[-190310,-234761],[-190398,-234814],[-189213,-235593],[-189619,-235741],[-190337,-235126],[-190184,-235163],[-190254,-235421],[-190802,-235082],[-190795,-235320],[-180466,-242471],[-181036,-241421],[-180455,-241922],[-180644,-241137],[-181210,-241530],[-180079,-241623],[-179683,-242073],[-180244,-241706],[-180307,-241880],[-181089,-243565],[-188371,-248746],[-187742,-248623],[-187256,-248432],[-188222,-248510],[-187847,-248325],[-188307,-248293],[-187971,-248980],[-182972,-251554],[-183976,-251336],[-183287,-251205],[-183046,-252263],[-183793,-251546],[-183532,-251624],[-183346,-251991],[-183525,-251944],[-179944,-243301],[-180022,-243071],[-179762,-243007],[-181804,-243158],[-181881,-243314],[-181158,-243226],[-179458,-266651],[-180011,-266545],[-179714,-266343],[-180169,-267267],[-179356,-267719],[-179379,-267272],[-186218,-258253],[-186006,-258068],[-185818,-257792],[-185352,-258052],[-185657,-258526],[-185398,-258430],[-186446,-258044],[-186900,-258199],[-186674,-258720],[-186348,-258637],[-185555,-257416],[-185167,-257352],[-186251,-257582],[-185917,-257622],[-185082,-258569],[-185139,-258770],[-184240,-259002],[-184046,-258950],[-182943,-278717],[-182939,-278659],[-181609,-278760],[-182876,-271391],[-182917,-271064],[-182452,-270751],[-182954,-270624],[-182921,-279918],[-182626,-279892],[-182040,-279939],[-182015,-279955],[-181822,-280334],[-182102,-279972],[-182269,-280453],[-182133,-280767],[-182739,-280444],[-182695,-280677],[-182396,-280347],[-182290,-280291],[-191017,-291769],[-191145,-292002],[-189093,131253],[-189759,131183],[-189497,130625],[-190541,130857],[-188996,130195],[-190267,130305],[-190317,129283],[-190505,128835],[-190384,129940],[-190391,129001],[-201790,-241498],[-202689,-241266],[-202654,-240766],[-202206,-240831],[-201638,-241279],[-201402,-240817],[-193777,-231819],[-194007,-231977],[-193261,-231834],[-193618,-232126],[-194852,-253890],[-194998,-253823],[-195487,-253272],[-195403,-253431],[-195329,-254107],[-195845,-253994],[-194817,-253514],[-194569,-253045],[-200299,-252866],[-200191,-252905],[-198152,-245524],[-198668,-245451],[-198613,-246140],[-198550,-246131],[-198700,-246523],[-198522,-246531],[-198388,-246830],[-198200,-247018],[-197982,-246118],[-198186,-246012],[-199681,-245651],[-199391,-245380],[-198758,-247493],[-198670,-247786],[-196904,-243082],[-197205,-243460],[-196109,-243719],[-195921,-244017],[-200973,-251598],[-200919,-251800],[-201306,-251773],[-201102,-251926],[-201673,-256829],[-200267,-261941],[-200419,-261483],[-201157,-257346],[-201324,-260274],[-201168,-260124],[-200810,-262526],[-200774,-262682],[-200157,-292743],[-200412,-292873],[-200499,-293528],[-199933,-293533],[-197051,-289883],[-197285,-289941],[-197303,-291293],[-197020,-290925],[-196574,-290918],[-196712,-291157],[-197939,-291061],[-197801,-291112],[-197798,-290801],[-198012,-290251],[-197808,-289145],[-197955,-289619],[-198274,-289290],[-198154,-289957],[-194864,-289106],[-194966,-289324],[-195530,-289318],[-195149,-289121],[-199457,-293534],[-199558,-293499],[-195898,-293995],[-196943,-294154],[-192187,-292332],[-192166,-292527],[-192528,-292712],[-192594,-292882],[-192340,-293139],[-192150,-292823],[-192003,-291657],[-196553,-294786],[-196960,-294339],[-195770,-295279],[-196416,-294313],[-195906,-295127],[-203334,-299919],[-204596,-300221],[-203009,-299006],[-202796,-299514],[-203655,-299169],[-203400,-299098],[-203638,-299033],[-204018,-298773],[-203882,-299132],[-203936,-299223],[-203755,-299659],[-203646,-299306],[-203450,-299462],[-203415,-299547],[-203281,-299880],[-203018,-300054],[-203348,-300880],[-203126,-300468],[-203792,-301778],[-203620,-301625],[-203704,-298977],[-203888,-298772],[-193780,128432],[-202215,43990],[-200738,44183],[-201963,44463],[-201191,44244],[-202266,45033],[-198321,43975],[-198884,44158],[-199384,44295],[-199656,45163],[-199297,44677],[-194102,127930],[-194575,127783],[-194540,127797],[-194726,127699],[-216647,-229431],[-216598,-229443],[-216220,-229166],[-216093,-228461],[-216068,-228968],[-216736,-228441],[-216850,-229052],[-216610,-228847],[-215652,-228642],[-216024,-228402],[-217184,-228654],[-216988,-228712],[-206361,-229139],[-206666,-228896],[-206945,-229199],[-206757,-229057],[-207048,-229117],[-207060,-229038],[-206021,-229601],[-206141,-229440],[-209215,-236363],[-209091,-236330],[-208771,-235933],[-208360,-236146],[-209627,-236120],[-209474,-236016],[-209564,-236408],[-209978,-236502],[-208369,-237462],[-208490,-237391],[-208436,-237292],[-208564,-237272],[-213034,-230850],[-212841,-230997],[-212097,-231423],[-212481,-231042],[-212713,-230357],[-212217,-230393],[-209859,-245505],[-209468,-246189],[-209182,-245234],[-209486,-245739],[-209447,-245695],[-209135,-245959],[-214093,-275931],[-215411,-275578],[-215172,-276565],[-215086,-276811],[-215546,-276604],[-214791,-275962],[-215512,-276325],[-214588,-276611],[-214870,-276585],[-215187,-275208],[-215103,-275662],[-215678,-276142],[-215458,-275853],[-214946,-276026],[-215323,-275946],[-207698,-288211],[-207670,-287220],[-208249,-287924],[-208582,-287268],[-208665,-287591],[-207874,-286610],[-207943,-286690],[-208070,-289491],[-208042,-288987],[-208230,-287798],[-208341,-287848],[-208028,-287132],[-208151,-287338],[-207843,-287817],[-207705,-287917],[-208109,-287902],[-208236,-288053],[-208524,-288389],[-208801,-287984],[-208902,-287785],[-210129,-287216],[-210068,-287478],[-206712,-289778],[-207003,-290011],[-209379,-293038],[-209423,-293855],[-210058,-293378],[-209842,-293787],[-204820,-300168],[-205230,-299059],[-205355,-299147],[-217622,-229798],[-218049,-229514],[-227668,-228579],[-227898,-228985],[-227883,-229298],[-227715,-229567],[-227489,-229575],[-227067,-229225],[-225084,-226294],[-224652,-225609],[-224721,-226280],[-224601,-226161],[-219606,-238617],[-220378,-239460],[-219955,-239148],[-219963,-238599],[-220034,-237737],[-220434,-238354],[-219840,-238320],[-220477,-238312],[-219633,-236462],[-219503,-237170],[-219434,-237079],[-218761,-237239],[-229925,-238367],[-230036,-238913],[-230110,-239047],[-230295,-238266],[-227952,-240157],[-228737,-239697],[-228115,-239676],[-228177,-240023],[-228007,-279350],[-228064,-279638],[-227323,-279648],[-227188,-279624],[-227867,-280746],[-227564,-280566],[-228293,-278270],[-228495,-278241],[-229377,-279141],[-229182,-279234],[-224492,-275904],[-224446,-275969],[-224365,-275735],[-224162,-275639],[-221860,-276978],[-222083,-276295],[-222168,-276561],[-221466,-276940],[-229101,-288336],[-228241,-287681],[-228276,-288447],[-228696,-289622],[-229079,-289810],[-229421,-290110],[-228652,-289812],[-230194,-287170],[-229897,-286431],[-229854,-287270],[-229019,-287064],[-228701,-287337],[-229378,-287795],[-229089,-287458],[-223294,-287041],[-222880,-286381],[-222902,-286662],[-223960,-286439],[-223785,-286466],[-223967,-287079],[-223317,-286785],[-218613,-283617],[-218236,-283707],[-218451,-282976],[-218108,-283890],[-220003,-285272],[-219586,-286132],[-220006,-285942],[-219406,-285418],[-220584,-286124],[-221002,-286069],[-220480,-286387],[-220814,-287076],[-220995,-286734],[-220678,-286296],[-229800,106060],[-229418,106834],[-226774,105090],[-226592,105620],[-226928,104690],[-226642,105300],[-225995,104408],[-237580,-203176],[-238105,-203173],[-237997,-202887],[-237413,-203071],[-237867,-203953],[-238251,-204331],[-238142,-204180],[-237574,-204337],[-235098,-205928],[-235055,-205639],[-235509,-206090],[-234547,-206867],[-235315,-206879],[-234500,-206743],[-235268,-207121],[-238196,-211114],[-238592,-211496],[-238654,-211023],[-238469,-211609],[-238632,-211222],[-237511,-211475],[-237208,-211443],[-237736,-211398],[-237609,-211418],[-234916,-210644],[-234273,-210681],[-234013,-210580],[-234592,-210694],[-242359,-205008],[-242515,-205048],[-239990,-229905],[-239767,-230032],[-240060,-229975],[-240099,-229578],[-233732,-222538],[-233732,-222164],[-233711,-222278],[-233376,-223010],[-233058,-223063],[-233190,-223154],[-232595,-223507],[-233034,-222900],[-232926,-222334],[-232816,-222429],[-233273,-222015],[-236299,-222107],[-236852,-222209],[-236324,-221907],[-236640,-222247],[-242213,-218809],[-242652,-219279],[-242126,-218866],[-242464,-218391],[-242899,-218351],[-230812,-237385],[-231247,-237471],[-231241,-236924],[-230877,-237237],[-231709,-238415],[-231010,-238379],[-231815,-238560],[-231561,-239057],[-237464,-238251],[-236920,-237669],[-237087,-238495],[-237493,-238187],[-239964,-276274],[-239899,-275586],[-240190,-276426],[-239437,-275631],[-239599,-275318],[-239045,-275995],[-239816,-275712],[-238976,-275180],[-237983,-272136],[-237780,-271738],[-237167,-271983],[-237422,-271765],[-230652,-287122],[-240216,-287057],[-240388,-287178],[-240885,-286216],[-240954,-286196],[-241115,-286769],[-241511,-286197],[-240427,-287440],[-240487,-287301],[-240898,-287238],[-241302,-286998],[-241033,-285980],[-240948,-286115],[-240664,-285848],[-240372,-285631],[-238602,115385],[-239302,115239],[-238888,114384],[-230406,106864],[-230424,106422],[-230507,105777],[-238860,115592],[-239600,115556],[-244993,-201807],[-245414,-202631],[-244747,-202266],[-244861,-202097],[-243393,-204006],[-243289,-204230],[-244754,-214583],[-244800,-214581],[-245153,-215066],[-245953,-215546],[-245226,-215491],[-246118,-215330],[-245837,-215815],[-244820,-215616],[-245153,-215878],[-245085,-215893],[-245115,-215685],[-244144,-212032],[-243690,-212558],[-243783,-212137],[-243251,-212102],[-245113,-206276],[-244951,-206520],[-245336,-206668],[-245959,-206838],[-245479,-207495],[-245600,-206595],[-245641,-206666],[-253463,-214651],[-253790,-215121],[-253214,-215435],[-253252,-215473],[-253138,-215910],[-253119,-215891],[-243304,-218255],[-243587,-218392],[-243660,-217731],[-244821,-231570],[-245482,-231605],[-245163,-231668],[-244730,-232056],[-244738,-232213],[-244571,-232063],[-244825,-232145],[-245146,-233040],[-244924,-232669],[-244980,-232291],[-245238,-232465],[-245651,-231758],[-245347,-231609],[-245945,-232577],[-245812,-233141],[-246313,-233009],[-246359,-232432],[-246866,-262019],[-247054,-261747],[-246444,-261495],[-247000,-261839],[-246944,-262533],[-247083,-261963],[-247018,-261743],[-247031,-261627],[-246482,-261192],[-247351,-262353],[-247753,-261545],[-247666,-261908],[-247765,-262298],[-247698,-262810],[-248070,-262966],[-247723,-262571],[-255574,-262514],[-255451,-262340],[-255587,-262118],[-255563,-262205],[-255857,-263434],[-255677,-262966],[-245661,-286629],[-247222,-287522],[-247690,-287621],[-248156,-285812],[-248164,-286439],[-247784,-286397],[-247207,-286191],[-248651,-285873],[-247531,-286090],[-247181,-286041],[-248158,-286326],[-247296,-285683],[-247597,-285354],[-247413,-285620],[-247398,-285547],[-245865,-286542],[-260158,-216075],[-259465,-216079],[-260119,-215819],[-259705,-215841],[-260196,-221212],[-260882,-221271],[-260267,-220653],[-260577,-220721],[-256048,-263895],[-256022,-263275],[-256697,-264173],[-257120,-264004],[-257496,-263582],[-256988,-263826],[-257580,-261893],[-257472,-262174],[-264261,-263275],[-263912,-264039],[-264204,-263660],[-264352,-263465],[-264096,-263381],[-264100,-263331],[-264239,-263508],[-264029,-264090],[-273625,-212504],[-273525,-212304],[-273374,-212132],[-273666,-212320],[-270441,-223651],[-270465,-223358],[-271387,-223399],[-271356,-223223],[-271060,-223810],[-271343,-223486],[-270940,-224049],[-270747,-224417],[-269647,-218996],[-269143,-218917],[-269031,-218881],[-269521,-218618],[-269647,-217648],[-268911,-217971],[-269470,-217938],[-269289,-217499],[-272960,-221494],[-273252,-221089],[-272891,-221456],[-272862,-221403],[-273742,-222156],[-273305,-222199],[-273917,-222102],[-273697,-221313],[-274497,-222287],[-273996,-221536],[-274520,-222070],[-274453,-221791],[-270270,-242109],[-270203,-242400],[-270298,-242738],[-270005,-242281],[-269206,-242094],[-269365,-242102],[-271809,-235713],[-272178,-236221],[-272541,-235899],[-272934,-236118],[-273233,-235911],[-272700,-236370],[-273067,-235744],[-272839,-235817],[-269970,-247351],[-270600,-247996],[-270588,-247425],[-270858,-247714],[-270776,-246618],[-270546,-247109],[-270838,-247215],[-271207,-247226],[-270091,-248776],[-269944,-248781],[-269648,-248025],[-269547,-247922],[-270690,-248075],[-270376,-248205],[-273559,-259280],[-273839,-259610],[-273991,-259723],[-273679,-260281],[-273168,-260154],[-273100,-260293],[-273813,-260020],[-273514,-259187],[-273491,-114499],[-285958,-143730],[-285858,-143661],[-285843,-144027],[-283424,80009],[-282210,80339],[-282221,79790],[-283395,80565],[-282457,80850],[-283831,82049],[-283533,82249],[-284233,81586],[-283635,81687],[-283788,81615],[-313382,-144530],[-316610,-156419],[-316568,-156538],[-312452,-234130],[-312261,-233993],[-314048,-236146],[-314221,-236506],[-319124,28255],[-319815,29211],[-318647,28375],[-319891,28216],[-319662,55720],[-318871,55388],[-319098,55163],[-318931,55754],[-319092,55501],[-317829,58054],[-317441,57446],[-318279,57506],[-318202,57003],[-317754,58099],[-319851,65279],[-319700,66482],[-329473,-164881],[-328988,-164961],[-328823,-165143],[-329190,-165094],[-320075,28564],[-320475,63847],[-321375,63506],[-320685,63351],[-320101,64554],[-320160,64211],[-320672,65396],[-321129,66503],[-320117,65405],[-343733,-197468],[-343670,-197306],[201433,-13288],[201706,-14739],[201385,-13074],[198822,-14896],[199139,-15453],[202934,-13062],[201332,-14885],[201890,-12840],[202397,-13990],[197487,-16184],[202049,-13531],[201120,-14081],[201785,-13111],[200638,-13493],[199143,-14818],[200270,-13940],[202016,-14272],[199255,-14636],[197587,-15917],[201419,-13195],[199886,-14217],[198799,-15846],[201856,-14542],[200488,-13750],[200228,-13980],[199913,-14151],[203019,-12948],[200302,-14055],[201170,-13073],[201276,-13169],[200576,-15530],[202695,-13917],[203746,-13271],[199507,-15320],[200859,-14394],[201314,-13702],[199457,-15133],[198159,-15606],[198250,-15548],[203708,-13411],[199901,-15130],[198553,-15234],[203358,-13406],[200224,-15614],[199772,-16063],[200019,-15005],[200896,-13446],[203437,-13441],[199760,-16078],[203149,-13525],[198429,-16198],[199997,-15591],[200571,-15289],[201434,-14597],[200550,-15321],[201234,-14920],[202862,-13594],[201513,-13995],[202686,-13216],[202324,-13206],[198572,-16213],[197812,-15942],[201873,-14424],[197920,-16576],[198032,-16320],[202248,-13542],[198768,-14872],[201961,-14186],[197949,-15721],[200992,-13240],[200735,-13521],[200764,-14435],[198699,-15874],[200966,-14031],[201102,-13295],[199303,-15627],[200803,-15283],[200138,-13864],[199552,-14277],[200618,-13681],[200849,-13357],[204015,-13928],[203877,-14137],[203660,-14421],[203677,-14154],[203167,-14559],[203458,-14472],[203011,-14807],[202993,-14944],[202765,-14970],[202592,-15040],[202079,-15297],[202148,-15029],[201940,-15429],[201892,-15468],[201065,-15826],[201082,-16022],[200749,-16319],[200782,-16140],[200583,-16388],[200646,-16406],[200028,-16660],[199959,-16747],[199846,-16839],[199741,-16684],[199538,-17250],[199460,-16897],[199030,-17351],[199221,-17257],[198427,-16963],[198639,-16954],[198875,-16614],[198572,-16767],[199021,-16640],[199208,-16626],[199335,-16395],[199268,-16365],[198455,-15215],[202930,-14603],[201699,-15482],[201808,-15368],[200615,-16209],[199445,-17078],[199095,-16446],[199914,-15754],[200756,-15142],[201302,-14701],[201629,-14615],[202231,-14189],[202203,-13996],[202977,-13708],[203425,-13258],[202553,-13040],[203002,-12805],[201891,-13708],[201862,-13544],[201717,-13771],[201624,-13653],[201415,-13827],[201508,-13687],[200023,-14753],[199720,-15072],[199376,-15474],[199086,-15833],[198702,-16072],[198469,-16064],[197462,-15979],[197971,-15593],[198410,-15390],[199067,-14869],[199691,-14300],[199488,26931],[199560,26730],[199367,27072],[199557,27222],[199281,27467],[199419,27641],[199969,26700],[200102,26587],[199926,27023],[199936,27025],[200032,27269],[200019,27265],[199930,27638],[199947,27658],[200391,27054],[200431,27034],[200441,27297],[200421,27419],[200364,27654],[200472,27620],[201022,27477],[200921,27486],[200898,27667],[201011,27669],[200853,28090],[200850,27931],[200318,27892],[200016,27431],[199512,27362],[200074,27108],[212371,-18946],[212564,-18803],[213308,-19032],[212175,-18866],[216083,-18594],[211640,-18922],[212006,-18953],[211761,-18714],[213350,-18826],[213291,-18826],[212801,-19101],[216078,-18709],[212736,-18948],[211899,-16652],[211823,-16884],[212376,-16777],[212290,-16888],[212585,-16742],[212577,-16980],[213030,-16826],[213101,-16927],[213829,-16942],[213836,-17085],[213440,-16808],[213205,-17041],[214401,-16955],[214222,-17034],[214497,-17027],[214617,-17192],[214967,-17227],[214978,-17163],[215570,-17287],[215605,-17172],[215362,-17230],[215218,-17336],[215748,-17101],[215817,-17303],[216237,-17376],[215930,-17213],[216457,-17414],[216690,-17229],[211965,-17337],[211747,-17414],[212218,-17556],[212352,-17545],[212599,-17627],[212644,-17525],[213126,-17409],[212976,-17726],[213259,-17505],[213167,-17621],[213743,-17594],[213483,-17492],[213981,-17649],[213902,-17693],[214897,-17891],[214564,-17815],[215054,-17678],[215095,-17904],[215494,-17702],[215683,-17757],[216105,-17887],[216012,-17744],[216252,-17810],[216298,-18060],[216505,-17946],[216451,-17794],[211857,-18231],[211670,-18242],[212106,-18177],[212107,-18245],[212750,-18251],[212579,-18051],[212982,-18164],[213185,-18309],[213604,-18210],[213420,-18380],[214520,-18313],[214446,-18543],[214792,-18321],[214915,-18311],[215154,-18470],[215130,-18660],[213064,-19099],[215399,-18360],[215682,-18437],[215702,-18609],[215860,-18372],[215701,-14077],[215810,-14101],[215965,-14265],[215939,-14117],[216427,-14069],[216386,-14279],[216648,-14347],[216932,-14166],[217292,-14441],[217062,-14280],[217489,-14388],[215793,-13254],[215741,-13280],[216084,-13568],[216094,-13393],[216272,-13486],[216253,-13358],[216944,-13748],[216717,-13403],[217145,-13688],[217265,-13495],[217456,-13824],[216016,-12683],[215972,-12689],[216465,-12771],[216222,-12736],[216448,-12920],[216833,-12910],[216920,-12668],[216888,-12716],[217179,-12805],[217383,-12722],[217618,-14420],[217737,-14415],[217920,-14586],[217673,-13895],[218065,-13904],[217969,-13667],[218137,-13946],[218451,-14070],[218632,-13974],[218433,-14107],[217694,-12713],[217608,-12639],[217906,-13031],[218106,-12758],[218319,-12891],[218209,-13018],[218634,-12959],[218543,-13029],[243199,-50873],[243041,-50775],[242106,-50785],[241942,-50858],[240727,-50633],[240680,-50566],[239627,-50650],[239715,-50705],[243094,-62725],[243152,-62936],[243019,-63107],[242990,-62959],[242736,-63265],[242655,-62912],[242894,-62761],[242826,-63157],[243180,-63274],[242618,-63294],[243146,-63281],[243066,-62795],[241723,-63135],[241937,-62903],[241742,-63256],[242010,-63353],[241863,-63085],[241709,-63025],[242224,-62858],[241997,-63351],[241888,-63268],[241778,-62971],[242260,-61916],[242119,-61883],[242077,-62086],[242158,-62044],[242471,-62079],[242349,-61884],[241967,-62033],[242096,-62141],[241959,-62002],[242440,-62059],[242896,-61884],[242789,-61741],[243021,-61942],[242972,-61752],[242777,-62104],[242893,-61674],[243009,-62149],[242775,-61829],[242983,-61915],[242749,-61801],[243124,-61924],[243120,-61723],[243165,-62011],[242781,-60771],[242691,-60808],[242726,-60363],[242767,-60337],[243017,-60497],[242920,-60517],[242525,-60627],[242923,-60351],[242665,-60556],[242871,-60482],[243008,-54799],[243183,-54756],[243163,-54338],[243015,-54046],[243131,-53216],[243026,-53122],[243103,-52881],[243004,-52338],[243196,-51646],[243141,-51330],[241898,-53742],[242177,-53690],[241888,-53205],[241948,-53141],[242075,-52829],[241969,-52681],[242232,-52348],[242159,-52504],[241983,-52063],[242172,-51926],[242019,-51552],[241860,-51553],[241979,-51284],[242025,-51320],[240571,-53289],[240965,-53403],[240833,-52849],[240927,-52940],[240869,-52362],[240946,-52334],[240865,-51935],[240876,-51834],[240905,-51610],[240601,-51533],[240777,-51227],[240782,-51222],[239426,-53342],[239628,-53212],[239617,-53082],[239760,-53045],[239678,-52684],[239733,-52698],[239624,-52331],[239610,-52323],[239658,-51966],[239446,-51890],[239680,-51428],[239502,-51584],[239445,-51114],[239779,-51033],[242297,-65109],[242391,-65366],[241824,-65411],[241763,-65175],[242103,-65449],[241716,-65363],[242502,-65214],[241833,-64930],[241882,-65042],[242544,-65034],[242296,-65151],[242783,-65000],[241946,-65382],[241802,-65093],[242258,-65221],[242450,-65413],[241584,-65001],[241854,-64922],[242811,-65526],[242766,-65026],[242701,-65396],[242084,-64162],[241835,-63953],[242303,-64025],[242319,-64383],[241946,-64444],[241952,-63947],[242070,-64224],[241898,-64047],[241793,-64369],[242039,-63923],[242984,-64479],[242654,-64295],[242697,-63988],[242872,-64514],[242701,-64087],[242716,-64495],[242528,-64344],[242529,-64217],[242961,-63945],[242605,-64326],[243026,-64304],[243132,-64425],[243106,-64187],[243100,-64454],[243000,-64336],[243128,-64547],[242923,-65052],[243022,-65504],[242891,-65242],[242855,-65545],[243109,-65165],[243137,-65030],[246599,-62847],[246403,-63181],[246195,-62933],[246348,-63097],[246278,-63152],[246742,-63253],[246668,-62805],[246450,-63176],[246355,-63133],[246198,-62983],[246043,-62772],[246005,-62989],[246210,-62859],[246099,-62722],[246045,-63061],[246329,-63022],[246170,-63120],[245836,-62732],[246241,-62691],[245790,-62760],[245407,-62795],[245401,-62996],[245362,-63033],[245656,-62803],[245745,-62834],[245381,-62841],[245634,-63278],[245867,-62959],[245522,-62680],[245549,-62872],[245511,-63177],[245511,-62960],[245570,-62927],[245113,-62921],[245142,-62885],[245323,-63175],[245234,-62690],[245149,-63066],[245593,-63274],[245370,-63128],[245168,-62905],[244963,-62721],[244828,-62972],[244641,-62803],[244982,-62975],[245068,-62898],[245061,-62944],[245063,-63261],[244776,-62767],[244880,-62915],[244539,-63192],[244066,-62784],[244526,-63049],[244358,-62949],[244384,-63260],[244335,-63038],[244600,-62711],[244519,-63026],[244082,-62897],[244490,-63223],[244151,-62844],[244197,-62818],[243610,-63030],[243731,-63124],[243809,-63191],[243728,-62887],[244094,-62730],[243619,-63290],[244059,-62981],[243830,-63155],[243329,-63144],[243384,-62852],[243606,-63160],[243203,-62805],[243663,-62781],[243534,-62758],[243588,-62715],[243231,-62732],[243544,-62050],[243253,-61674],[243585,-61593],[243403,-61879],[243207,-62120],[243304,-62108],[243345,-61794],[243706,-61734],[243653,-61927],[243881,-61953],[244131,-61957],[243731,-62083],[243642,-61821],[243731,-61579],[243713,-61600],[244162,-61862],[244004,-61892],[244408,-61560],[244206,-61703],[244532,-61626],[244190,-61836],[244501,-61555],[244218,-61799],[244071,-61755],[244104,-61841],[244488,-62043],[244050,-61890],[245146,-61794],[244882,-62078],[244816,-62029],[244865,-61813],[245211,-62035],[244948,-61796],[245113,-61949],[245077,-61804],[245079,-61901],[244853,-61883],[245874,-62107],[245633,-61965],[245400,-62047],[245527,-61794],[245293,-61798],[245598,-61932],[245714,-61610],[245599,-61916],[245314,-61706],[245459,-61877],[246124,-61807],[246532,-61516],[246020,-62035],[246032,-61655],[246114,-62015],[246319,-61876],[245944,-61824],[246376,-62085],[246136,-61786],[245953,-61583],[246286,-60440],[246190,-60383],[246505,-60648],[246081,-60867],[246550,-60348],[246117,-60920],[246550,-60798],[246078,-60767],[246182,-60739],[246005,-60354],[245853,-60316],[245574,-60426],[245707,-60836],[246076,-60709],[245959,-60452],[245634,-60717],[245789,-60873],[245845,-60339],[245645,-60772],[246049,-60695],[245322,-60758],[245472,-60332],[245240,-60700],[245485,-60364],[245275,-60681],[245400,-60856],[245230,-60765],[245021,-60817],[244932,-60548],[245097,-60833],[244624,-60796],[244872,-60590],[244626,-60477],[244653,-60480],[244947,-60865],[244547,-60313],[244668,-60514],[244578,-60403],[244690,-60424],[244730,-60837],[244233,-60631],[244306,-60526],[244004,-60561],[244167,-60382],[243982,-60740],[244280,-60375],[244037,-60727],[244139,-60436],[244333,-60821],[244252,-60635],[243252,-60278],[243280,-60357],[243439,-60489],[243428,-60651],[243601,-60818],[243429,-60692],[243313,-60645],[243305,-60781],[243617,-60530],[243455,-60499],[246932,-54762],[246742,-54886],[246713,-54422],[246898,-54639],[246926,-54173],[246800,-53956],[246770,-53605],[246969,-53794],[245536,-55768],[245289,-55615],[245622,-55268],[245367,-55325],[245497,-54902],[245621,-54927],[245664,-54676],[245374,-54738],[245776,-54060],[245565,-54195],[245433,-53713],[245595,-53796],[245717,-53122],[245577,-53238],[245405,-53023],[245699,-52851],[245479,-52733],[245469,-52579],[245634,-52427],[245742,-52335],[245477,-52140],[245813,-52070],[245448,-51526],[245449,-51411],[244523,-55759],[244472,-55414],[244195,-55704],[244278,-55258],[244248,-55018],[244283,-54658],[244574,-54880],[244272,-54582],[244562,-54311],[244539,-54028],[244469,-53954],[244315,-53636],[244371,-53835],[244592,-53155],[244251,-53289],[244364,-52929],[244361,-53163],[244329,-52748],[244400,-52393],[244497,-52177],[244262,-51993],[244473,-51611],[244600,-51650],[244577,-51454],[244541,-51190],[243316,-54888],[243318,-54649],[243261,-54538],[243344,-54108],[243314,-53652],[243224,-53622],[243348,-52952],[243327,-52580],[243345,-52400],[243235,-52082],[243322,-51844],[243411,-51524],[244597,-65615],[248960,-64209],[244780,-65427],[245783,-64371],[243953,-63987],[245250,-64004],[244850,-64067],[243381,-64408],[245704,-64287],[246404,-64254],[244478,-64315],[248962,-64221],[243518,-64157],[244715,-65272],[243793,-64148],[244110,-64272],[243986,-65551],[244632,-64398],[243560,-64243],[243206,-65480],[244613,-64361],[245963,-64081],[244974,-64271],[244189,-64373],[244275,-64235],[244751,-64243],[244433,-64163],[244956,-70931],[245968,-64465],[248796,-64495],[245305,-64022],[243810,-63976],[243788,-64482],[243674,-64431],[243358,-65511],[243622,-65198],[243292,-65186],[246317,-64068],[244597,-65269],[243779,-64270],[243997,-64173],[243750,-65713],[249075,-64245],[243615,-65621],[246363,-64248],[243213,-64320],[246317,-64308],[244253,-65285],[243611,-64360],[245311,-64264],[243945,-65702],[244733,-64253],[246334,-64169],[245339,-64498],[243731,-65263],[244020,-65233],[248788,-64140],[249116,-64297],[245429,-64411],[244596,-63951],[244442,-65197],[248840,-64097],[244413,-65579],[243870,-65632],[246267,-64523],[245649,-64250],[245997,-64282],[243537,-64383],[245244,-64255],[244258,-64048],[245072,-64362],[245010,-64412],[244289,-65235],[245120,-64097],[245124,-64453],[243809,-65269],[245238,-64231],[244265,-65394],[243801,-65310],[246377,-64283],[244304,-64012],[245519,-64244],[244255,-65516],[248868,-64372],[243658,-64460],[245697,-64289],[247819,-76284],[247912,-76231],[247890,-76194],[247617,-75838],[247862,-76215],[248008,-76044],[247560,-75962],[248065,-76247],[247812,-76163],[247915,-76203],[247260,-75855],[247189,-76192],[247117,-75904],[247068,-76199],[247140,-75936],[247083,-75781],[247600,-76173],[247036,-76148],[247092,-76108],[247248,-75854],[246856,-75674],[246873,-75671],[246820,-75623],[246849,-75928],[246930,-75897],[246730,-76050],[246594,-75731],[246554,-75832],[246666,-75805],[246985,-76179],[246394,-75664],[246218,-75929],[246183,-75859],[246227,-75664],[246427,-76020],[246131,-75939],[246461,-75987],[246116,-75714],[246413,-75934],[246258,-75618],[245368,-75656],[245702,-75789],[245833,-75612],[245741,-75876],[245529,-75928],[245387,-75648],[245674,-75646],[245767,-75608],[245367,-75809],[245742,-76075],[244997,-75889],[244766,-75542],[245288,-75940],[245298,-75807],[244744,-75870],[244942,-76054],[244948,-75640],[245299,-75796],[244779,-75673],[245282,-76023],[244235,-76039],[244139,-75960],[244499,-76077],[244399,-75681],[244610,-76067],[244364,-75524],[244287,-76083],[244325,-75864],[244304,-75568],[244508,-75757],[243559,-75445],[243532,-75767],[243614,-75682],[243435,-75802],[243638,-76026],[243588,-75958],[243691,-75517],[243925,-75683],[243467,-75761],[243975,-75841],[243398,-74671],[243558,-74457],[243337,-74606],[243216,-74416],[243464,-74485],[243296,-74409],[243372,-74544],[243527,-74395],[243717,-74675],[243379,-74420],[244445,-74501],[244303,-74611],[244369,-74354],[243961,-74506],[243948,-74690],[244454,-74684],[244161,-74476],[244514,-74777],[244062,-74866],[244081,-74823],[244673,-74764],[245046,-74821],[244795,-74318],[244967,-74840],[244623,-74341],[245013,-74874],[244816,-74502],[244471,-74394],[244843,-74809],[244976,-74640],[244964,-74383],[244948,-74858],[245386,-74892],[245368,-74829],[245293,-74773],[245072,-74455],[245465,-74351],[245215,-74842],[245086,-74428],[245194,-74368],[245927,-74652],[246083,-74391],[245836,-74813],[246124,-74351],[245773,-74467],[246051,-74856],[245972,-74909],[245840,-74657],[245619,-74485],[245676,-74584],[246028,-74668],[246153,-74437],[246274,-74922],[246367,-74812],[246262,-74845],[246308,-74643],[245981,-74817],[246261,-74760],[246474,-74800],[246065,-74697],[246744,-74623],[246515,-74640],[246792,-74434],[246510,-74918],[246448,-74600],[246635,-74409],[246720,-74799],[246469,-74608],[246392,-74668],[246358,-74492],[247098,-74561],[247248,-74584],[247258,-74541],[246893,-74469],[246916,-74633],[246786,-74928],[247296,-74943],[246738,-74560],[247190,-74596],[246937,-74374],[247709,-74770],[247249,-74825],[247373,-74531],[247226,-74363],[247192,-74638],[247666,-74713],[247265,-74402],[247643,-74858],[247516,-74903],[247425,-74745],[248142,-74702],[248315,-75000],[248300,-74682],[248282,-74608],[248061,-74635],[248146,-74689],[248331,-74763],[248306,-74941],[248079,-75038],[248206,-74673],[248447,-74680],[248456,-74503],[248685,-74462],[248617,-74642],[248642,-74810],[248830,-74831],[248813,-74504],[248573,-74464],[248911,-74674],[248828,-74863],[249714,-73643],[249736,-73557],[249761,-73593],[249930,-73797],[249458,-73396],[249499,-73412],[249405,-73251],[249742,-73507],[249423,-73562],[249629,-73806],[249259,-73680],[249519,-73597],[249289,-73200],[249364,-73769],[249166,-73213],[249277,-73298],[249168,-73622],[249028,-73713],[249219,-73357],[249451,-73559],[248947,-73201],[248431,-73272],[248991,-73590],[248797,-73239],[248557,-73206],[248774,-73209],[248926,-73545],[248476,-73630],[248584,-73595],[248787,-73601],[248144,-73604],[248370,-73436],[248093,-73161],[248391,-73490],[248313,-73647],[248323,-73362],[248220,-73301],[248113,-73718],[248199,-73249],[248215,-73268],[247297,-73380],[247647,-73555],[247534,-73221],[247539,-73387],[247559,-73232],[247376,-73486],[247557,-73607],[247732,-73269],[247614,-73540],[247317,-73254],[247277,-73256],[246890,-73000],[247165,-73521],[246986,-73511],[246855,-73038],[247043,-73056],[246915,-73014],[247006,-73533],[246696,-73064],[246730,-73134],[246770,-73056],[246550,-73130],[246429,-73066],[246252,-73532],[246294,-73590],[246526,-73231],[246531,-73436],[246220,-73190],[246267,-73128],[246604,-73426],[245664,-73207],[246082,-73454],[245802,-73184],[245667,-73347],[246093,-73401],[245843,-73261],[245550,-73113],[245898,-73518],[245746,-73236],[245511,-73467],[245134,-73252],[244897,-73151],[245229,-73573],[245384,-73269],[245233,-73451],[245148,-73352],[245288,-73652],[245204,-73421],[245203,-73449],[245098,-73160],[244554,-73012],[244401,-73111],[244801,-73370],[244278,-73209],[244710,-73345],[244267,-73556],[244248,-73166],[244801,-73375],[244693,-73162],[244758,-73122],[243585,-73620],[243681,-73263],[243791,-73144],[243983,-73597],[243639,-73048],[243919,-73046],[244017,-73272],[243569,-73270],[244042,-73206],[243811,-73479],[243780,-72581],[243322,-72360],[243679,-72567],[243555,-72207],[243809,-72526],[243653,-72086],[243737,-72490],[243332,-72487],[243594,-72606],[243839,-72078],[244558,-72073],[244374,-72455],[244191,-72303],[244295,-72426],[244351,-72279],[244287,-72064],[244327,-72344],[244608,-72183],[244549,-72476],[244464,-72011],[244779,-72380],[244947,-72446],[244960,-72328],[244821,-72310],[244833,-71925],[244889,-72227],[245089,-71953],[244736,-72407],[245217,-72338],[245025,-72380],[245277,-72067],[245532,-72141],[245363,-72069],[245467,-71958],[245856,-72330],[245655,-72464],[245280,-72342],[245314,-72455],[245461,-72403],[245607,-72011],[246101,-72356],[246178,-71966],[245985,-72139],[246076,-71965],[246144,-72390],[246140,-72060],[246106,-72438],[245890,-72419],[246471,-72062],[246233,-72163],[246660,-72283],[246972,-72488],[246547,-72227],[246712,-72088],[246544,-72254],[246673,-72293],[246789,-72186],[246659,-72008],[246852,-72472],[246517,-72252],[247527,-72104],[247601,-72459],[247480,-72087],[247196,-72151],[247597,-72084],[247420,-72469],[247337,-72428],[247425,-72165],[247573,-72198],[247211,-72041],[247827,-71881],[247801,-72208],[247763,-72255],[247745,-72111],[248146,-72083],[247822,-72128],[248049,-72314],[247961,-72455],[248077,-72210],[247807,-72300],[248378,-71946],[248428,-72249],[248375,-72474],[248343,-72075],[248851,-72489],[248424,-72174],[248387,-71937],[248359,-72083],[248455,-72138],[248658,-72010],[249573,-72450],[249287,-72042],[249381,-72168],[249361,-72366],[249077,-72397],[249583,-71972],[249481,-71975],[249522,-72335],[249243,-72195],[249617,-72061],[248931,-71251],[248437,-71010],[248669,-70855],[248870,-71024],[248991,-70838],[248735,-71034],[248582,-71070],[248509,-70971],[248547,-71104],[248541,-70896],[248036,-70784],[248017,-71065],[248235,-70838],[248058,-70902],[247783,-70881],[247993,-71253],[247789,-71097],[247976,-71143],[247832,-71200],[248213,-70965],[247353,-70945],[247347,-70838],[247261,-70777],[247641,-70801],[247230,-71323],[247173,-71066],[247278,-71299],[247207,-70899],[247169,-71133],[247414,-71116],[246474,-70858],[246849,-71234],[246914,-71077],[247015,-71249],[246492,-71013],[246880,-71341],[246874,-71289],[246580,-70954],[246808,-71158],[246761,-71038],[246041,-70855],[246253,-71054],[246328,-71017],[246339,-71296],[246107,-71254],[246337,-70956],[246449,-70939],[246333,-70756],[245956,-71138],[246194,-71069],[245257,-71403],[245702,-71351],[245544,-70864],[245497,-71255],[245660,-71356],[245477,-71380],[245376,-71339],[245306,-71353],[245537,-71223],[245605,-70810],[244659,-70791],[244974,-70931],[245020,-71027],[244954,-71139],[244880,-71028],[245026,-71063],[244917,-71137],[244744,-70970],[244582,-70962],[244695,-70849],[244074,-70860],[244237,-70878],[244003,-70659],[243822,-70921],[243695,-71071],[243890,-71009],[243745,-70848],[243806,-70754],[243745,-71052],[244190,-70876],[245156,-71264],[245318,-71275],[245157,-71150],[245435,-70754],[245487,-71250],[245459,-71031],[245425,-71153],[245163,-71139],[245025,-71026],[573970,28384],[573029,29481],[573569,28022],[573841,28985],[573922,28967],[573069,28268],[573599,29526],[573068,27930],[573802,28359],[573502,28005],[573703,28350],[573871,28372],[573094,28866],[573662,28036],[573792,28051],[573439,29528],[573152,28271],[573665,28954],[572926,29471],[572947,28864],[573186,28891],[573341,28910],[573720,29546],[573329,29800],[573454,29814],[572942,29214],[573035,29223],[573204,29225],[573676,29260],[573524,29234],[573006,28559],[573206,28585],[573516,28593],[573682,28622],[573797,28656],[573900,28671],[573049,30061],[573305,30084],[573668,31048],[572951,30277],[573223,30285],[573853,30880],[574141,30619],[574024,28675],[574173,28677],[573971,29306],[574165,29308],[574306,30460],[574445,30327],[573944,29532],[574220,30271],[574346,30139],[574087,30894],[573737,30747],[573621,30894],[573480,31021],[574053,29646],[573484,30293],[573336,30486],[575446,27424],[575460,27290],[575462,27030],[575260,26444],[575237,26623],[575227,27203],[574964,27436],[574958,27109],[575002,26853],[575023,26627],[575038,26394],[586569,21606],[586478,21826],[586520,21729],[586109,21262],[586055,21363],[585903,21704],[585680,21102],[584956,23535],[585753,20979],[584891,23545],[585103,22243],[585268,22261],[585576,21227],[585524,21321],[585070,23912],[585298,23926],[585560,23958],[585792,23944],[585900,23991],[586053,24013],[585260,23583],[585400,23613],[585535,23583],[586115,23684],[586277,23695],[586344,23711],[585084,23238],[585189,23233],[585329,23269],[585713,23319],[585928,23322],[586103,23345],[585756,22375],[585902,22385],[586045,22421],[586158,22422],[584398,23847],[584177,23806],[584619,23883],[584847,23889],[584714,23558],[584320,23487],[584118,23467],[584042,23474],[584452,23141],[584033,23045],[584230,23088],[584980,22191],[584701,22131],[584473,22104],[584195,22035],[584634,22803],[584112,22685],[584537,22784],[584793,22800],[585069,22866],[585485,22966],[585624,22980],[585863,23020],[586167,23068],[586374,23109],[586274,23089],[585275,22942],[586597,22835],[586323,22801],[585815,22685],[585402,22596],[585093,22520],[584706,22451],[584349,22365],[584131,22334],[584474,22385],[586118,21880],[586254,21657],[585910,21147],[585803,21317],[585657,21482],[585135,21424],[585267,21148],[583980,22299],[583817,22238],[583897,23014],[583706,22990],[583451,22934],[583557,22971],[583428,23420],[583801,23469],[583507,23428],[583927,22695],[583471,22564],[583598,22589]] \ No newline at end of file diff --git a/src/gathering/a10455.json b/src/gathering/a10455.json new file mode 100644 index 0000000..c1dbc9d --- /dev/null +++ b/src/gathering/a10455.json @@ -0,0 +1 @@ +[[-188877,-5907],[-188878,-6460],[-188896,-6837],[-189004,-7179],[-189586,-5413],[-189602,-6229],[-189604,-6552],[-189635,-6927],[-190429,-5452],[-190418,-5820],[-190431,-6189],[-190412,-6433],[-191753,-6526],[-191744,-5819],[-191328,-5839],[-191890,-4954],[-191456,-4974],[-191054,-4973],[-188894,-6231],[-189598,-5720],[-189615,-5976],[-189669,-7231],[-189741,-7668],[-189648,-7797],[-189116,-7629],[-190421,-5180],[-190459,-6781],[-191417,-6557],[-184974,-571772],[-184449,-572146],[-184055,-570818],[-185231,-572519],[-184902,-572527],[-184146,-572199],[-184998,-572066],[-184249,-572466],[-185382,-571428],[-184613,-572406],[-184673,-571812],[-184461,-572531],[-184526,-570873],[-185182,-571627],[-184209,-571280],[-184286,-571507],[-184267,-571864],[-185144,-572243],[-184374,-571716],[-184679,-571258],[-184896,-571486],[-185072,-571275],[-184928,-570952],[-203234,-279],[-202431,-701],[-202498,-507],[-201684,-1108],[-202443,-1991],[-203217,-2071],[-203180,-2251],[-202470,-1300],[-201679,-548],[-192772,-5768],[-193044,-5743],[-202398,-1584],[-202436,-1048],[-202429,-105],[-201657,2],[-201652,-300],[-201639,-795],[-203274,-1797],[-203261,-1262],[-203303,-592],[-203238,88],[-192988,-6665],[-192494,-6599],[-192145,-6586],[-192524,-5763],[-192085,-5801],[-202432,348],[-202433,968],[-202461,1953],[-202473,1514],[-201684,1891],[-201670,1395],[-201665,601],[-203313,509],[-203264,1266],[-203213,1679],[-203231,2103],[-203263,2587],[-204050,2876],[-203984,2329],[-203983,1717],[-203994,1218],[-204012,836],[-201627,318],[-201622,831],[-201525,1199],[-201746,1113],[-201614,2302],[-201657,2636],[-201654,2892],[-201533,2855],[-201558,2528],[-202404,3010],[-202394,2536],[-202417,2243],[-202290,2384],[-202375,2744],[-202385,1234],[-202441,661],[-203216,798],[-203351,941],[-203196,2339],[-203219,2898],[-203224,3056],[-203223,3237],[-203952,2621],[-203990,3161],[-203992,3263],[-204010,3420],[-204046,1983],[-204006,494],[-208024,-23115],[-207996,-22538],[-208091,-22209],[-208717,-21909],[-208775,-22617],[-208880,-22876],[-209695,-21156],[-209502,-21523],[-209677,-21975],[-209607,-22542],[-210360,-22035],[-210447,-21438],[-210360,-20877],[-210325,-20321],[-207236,-21920],[-207122,-22406],[-207245,-22898],[-206427,-23067],[-206417,-22408],[-206281,-21964],[-206385,-21508],[-205606,-18190],[-205528,-18547],[-205532,-18970],[-205608,-19454],[-205576,-19938],[-205617,-20700],[-205649,-21242],[-205601,-22076],[-205528,-22493],[-205592,-23056],[-205759,-17637],[-205898,-17130],[-206612,-19674],[-206380,-16954],[-206398,-16542],[-206865,-16083],[-206433,-16208],[-207572,-16373],[-207419,-16008],[-205617,-23468],[-205462,-23657],[-205462,-23979],[-206360,-23291],[-206332,-23545],[-206399,-23873],[-207228,-23216],[-207249,-23515],[-207219,-23804],[-208011,-23428],[-207965,-23674],[-207198,-24137],[-206440,-24180],[-205600,-24177],[-207116,-24402],[-207921,-23991],[-210396,-22280],[-210421,-22636],[-210396,-21672],[-209527,-21852],[-209455,-22172],[-207991,-22813],[-207972,-21948],[-208696,-22327],[-208893,-22149],[-206487,-22772],[-206518,-21658],[-207402,-23082],[-205500,-23337],[-205562,-21641],[-205515,-20854],[-205555,-20382],[-205597,-20164],[-206946,-20638],[-207945,-21011],[-208076,-20828],[-206822,-20635],[-206647,-20332],[-206660,-20510],[-206852,-20415],[-207464,-20987],[-208052,-21720],[-208157,-21886],[-208147,-20646],[-208808,-20140],[-209469,-20820],[-209473,-21141],[-208777,-21572],[-208976,-21703],[-208916,-21421],[-210300,-20552],[-210142,-19968],[-210065,-19732],[-210004,2662],[-210029,1927],[-210021,1328],[-210035,991],[-210057,363],[-209262,745],[-209218,1309],[-209201,1785],[-209208,2258],[-209209,2764],[-208385,2376],[-208398,2055],[-208430,1456],[-208493,1083],[-210010,2954],[-210791,3645],[-210790,3092],[-210780,2716],[-210792,2383],[-210787,1228],[-210792,850],[-210799,1661],[-211586,937],[-211578,1420],[-211567,2115],[-211591,2737],[-211586,3238],[-211621,3819],[-211597,3977],[-212411,3906],[-212406,3672],[-212401,3061],[-212398,2753],[-212361,1627],[-212365,1196],[-212394,2067],[-213189,1042],[-213168,1685],[-213194,1990],[-213209,2272],[-213197,2599],[-213188,1359],[-213170,682],[-212365,789],[-212428,2320],[-212475,3345],[-211642,3517],[-211628,4224],[-212395,4136],[-210894,3369],[-210746,3900],[-210826,1973],[-210858,524],[-210140,628],[-209991,2342],[-210081,2200],[-210000,3256],[-210003,3429],[-209235,2962],[-209177,3105],[-209192,2421],[-209245,1545],[-209190,1054],[-208347,1757],[-208351,2679],[-209139,2045],[-210027,1657],[-211612,3026],[-211607,1653],[-211697,1117],[-211606,623],[-212420,535],[-212417,958],[-230102,-22651],[-230327,-22546],[-222515,-28978],[-221478,-28194],[-222228,-28221],[-222477,-27373],[-222044,-27376],[-221388,-27421],[-221059,-26587],[-221900,-26562],[-222404,-26653],[-221936,-25759],[-221565,-25783],[-221052,-25767],[-222666,-25793],[-222215,-28965],[-221836,-28980],[-221562,-28982],[-221340,-28968],[-222829,-28992],[-223102,-28988],[-222473,-28236],[-222747,-28246],[-223004,-28278],[-221988,-28261],[-221737,-28232],[-221091,-28147],[-221050,-27324],[-220972,-27372],[-221729,-27388],[-222633,-27482],[-222943,-27479],[-223196,-27439],[-222624,-26656],[-222884,-26672],[-223098,-26627],[-221632,-26521],[-221428,-26492],[-221318,-26669],[-220787,-26630],[-220515,-26521],[-220735,-25772],[-222212,-25872],[-222351,-25860],[-223081,-25880],[-223336,-25855],[-221634,-54251],[-221463,-53437],[-222569,-53454],[-222841,-53411],[-223229,-53392],[-221820,-53424],[-221948,-53429],[-221153,-53433],[-221343,-54264],[-221126,-54265],[-220757,-54213],[-220600,-53357],[-230543,-22376],[-231006,-22149],[-230642,-23233],[-231001,-23028],[-231502,-23629],[-231930,-24279],[-231592,-24374],[-231290,-22772],[-230768,-22162],[-231335,-21972],[-231746,-23401],[-231453,-23833],[-231108,-23823],[-230937,-24042],[-231404,-24504],[-240523,-41039],[-240477,-40956],[-2417,-124590],[-2755,-124886],[-3387,-125586],[-2224,-125137],[-2487,-125476],[-2867,-125785],[-3351,-126284],[-3644,-126686],[-2620,-126353],[-2179,-125978],[-1538,-125267],[-1213,-124953],[-1006,-125534],[-1191,-125765],[-1451,-125903],[-2120,-126581],[-2281,-126817],[-1795,-124692],[-1369,-125113],[-2072,-125805],[-2417,-126084],[-2655,-125723],[-3723,-125804],[-3764,-126001],[-2608,-124634],[-2353,-124448],[-2402,-125297],[-1654,-126077],[-1471,-126163],[-4000,-126226],[-3597,-125706],[-899,-125354],[-2588,-126988],[-2181,-126425],[-2687,-125551],[-3558,-125400],[-4160,-126367],[-3834,-126930],[-3501,-126540],[-3069,-125229],[-3015,-126079],[-1948,-124934],[-1841,-125490],[-1919,-126346],[-2811,-126583],[-3018,-126850],[-11564,-144571],[-11107,-145511],[-35,-51733],[-64,-52443],[-70,-52764],[-193,-52941],[-104,-53481],[-857,-52123],[-1024,-52306],[-911,-51518],[-916,-51240],[-1613,-51661],[-1600,-52201],[-1783,-52095],[-1589,-52903],[-1451,-53232],[-1766,-53233],[-834,-53637],[-841,-53266],[-980,-52998],[-705,-52942],[-967,-53927],[-881,-54441],[-869,-54826],[-1524,-54899],[-1573,-54476],[-1536,-54166],[-1718,-54115],[-1742,-54455],[-1679,-54723],[-2426,-54590],[-2444,-54109],[-2455,-53851],[-2554,-53631],[-2312,-53495],[-2477,-53186],[-2524,-52809],[-2397,-52556],[-2426,-52246],[-2445,-51984],[-2416,-51846],[-40,-53725],[-75,-53991],[-1322,-61375],[-886,-61396],[-289,-61400],[-417,-60519],[-332,-60732],[-1401,-60587],[-432,-59761],[-206,-59895],[-140,-59648],[-850,-58903],[-1146,-58910],[-1594,-51370],[-1644,-52522],[-1650,-53667],[-802,-54188],[-865,-52680],[-921,-51843],[-605,-61230],[-960,-60534],[-773,-59799],[-463,-59027],[-302,-58206],[-617,-58178],[-6640,72209],[-6672,71564],[-9934,71394],[-8514,73209],[-8923,71927],[-7820,72468],[-7469,73640],[-7536,72096],[-7859,71955],[-7831,74696],[-7545,70620],[-7578,71491],[-8847,73119],[-8492,71008],[-7583,75793],[-6701,74494],[-6767,74121],[-6854,73546],[-6805,73130],[-6861,72448],[-6908,72073],[-6861,71734],[-7643,75000],[-7669,74378],[-7671,73951],[-7668,73544],[-7730,72687],[-7742,72338],[-7717,71957],[-7742,71301],[-7758,70834],[-7771,70452],[-8633,75444],[-8636,74836],[-8671,74377],[-8666,73929],[-8698,73385],[-8721,72967],[-8732,71971],[-8731,71522],[-8808,70770],[-8796,70336],[-8851,69971],[-8940,69171],[-8938,68767],[-9830,71030],[-9720,71799],[-9685,72069],[-9627,72810],[-9587,73221],[-9479,73909],[-9406,74304],[-9919,72546],[-11438,68179],[-11495,68726],[-11544,69018],[-11465,69720],[-11478,70347],[-11480,70954],[-12384,68159],[-12445,68953],[-12506,69308],[-12487,70119],[-12478,70741],[-12502,71219],[-12580,71948],[-12576,72543],[-12306,69757],[-11916,72544],[-11999,73065],[-11810,72057],[-7463,73575],[-7768,73109],[-9505,74670],[-6816,70934],[-7699,69976],[-6615,73788],[-9525,72333],[-9784,73056],[-9467,72834],[-9512,73487],[-9566,71800],[-9600,74208],[-6557,72918],[-8420,72204],[-9315,74860],[-7525,74638],[-12228,67621],[-12314,68441],[-12603,70467],[-11407,69393],[-11151,67756],[-11927,71736],[-8425,74102],[-8436,75084],[-8724,73581],[-8683,72250],[-8500,72813],[-8950,71216],[-8700,69596],[-9034,69131],[-9131,68449],[-9662,69142],[-9750,69543],[-9654,70112],[-9563,71016],[-12729,71638],[-12793,71140],[-12748,73045],[-8512,73519],[-7709,75793],[-8512,75648],[-9864,70706],[-9904,70057],[-9613,70808],[-9805,70110],[-9015,72030],[-8514,71570],[-8508,70463],[-9031,70571],[-8560,70153],[-8770,69413],[-8570,71242],[-7469,71015],[-7445,72483],[-7502,73153],[-7922,73861],[-7374,74920],[-7960,75370],[-6615,72533],[-6641,73429],[-9299,74731],[-6940,71317],[-7985,69914],[-7974,70126],[-8510,75217],[-8561,72503],[-11795,71273],[-11792,70949],[-11751,69554],[-11712,71511],[-11809,71623],[-7651,75369],[-254580,-35996],[-254788,-35933],[-249436,-85356],[-248640,-84664],[-249029,-84041],[-249831,-84023],[-249289,-84706],[-249314,-84643],[-248632,-85443],[-248250,-85324],[-248411,-85060],[-248527,-84889],[-248748,-84562],[-248910,-84310],[-249151,-83954],[-249589,-85190],[-249853,-84952],[-250236,-84534],[-249255,-85546],[-248953,-85790],[-248786,-85949],[-249130,-85648],[-248824,-85229],[-249070,-84962],[-249533,-84426],[-249678,-84259],[-250032,-83865],[-248449,-85665],[-250055,-84693],[-250268,-84402],[-250485,-84302],[-267038,-81160],[-266859,-81029],[-267306,-80657],[-267558,-80893],[-267017,-80422],[-312847,-47250],[-313037,-46986],[-313447,-46317],[-313599,-45976],[-313794,-45602],[-311930,-47097],[-312085,-46818],[-312704,-47521],[-312259,-46534],[-312396,-46269],[-312228,-46308],[-312467,-46018],[-13697,-145260],[-18326,-141299],[-22472,-144532],[-22147,-144159],[-13880,68293],[-13972,68929],[-14037,69560],[-13861,70312],[-14005,70776],[-14168,71160],[-14115,71673],[-14170,72268],[-14028,72733],[-15051,72681],[-15013,72268],[-14999,71479],[-14946,70732],[-14921,70296],[-14834,69620],[-14787,69178],[-14603,68573],[-13862,71270],[-13815,70191],[-13778,69280],[-13919,72048],[-12952,68093],[-13061,68728],[-13109,69093],[-13135,69825],[-13161,70194],[-13192,70663],[-13236,71156],[-13277,71542],[-13301,71915],[-13368,72117],[-13348,72325],[-13358,72774],[-13397,72954],[-13424,73126],[-13141,69463],[-13079,68340],[-13041,67782],[-12816,72332],[-13916,70939],[-13929,69846],[-13829,68581],[-13855,68036],[-14772,68944],[-14765,70072],[-14856,71052],[-14983,71916],[-12822,72755],[-14447,70229],[-14877,69953],[-14765,71873],[-12841,72058],[-14146,72983],[-13788,70479],[-14696,72961],[-14825,72492],[-14759,71825],[-423155,-493970],[-62336,-403160],[-62233,-402821],[-61932,-402387],[-61619,-401885],[-61265,-401611],[-61375,-401913],[-63049,-405771],[-63057,-405084],[-63087,-405457],[-62539,-403814],[-62998,-404753],[-63053,-406057],[-63026,-406434],[-63015,-406846],[-63244,-406220],[-62959,-407210],[-63282,-406699],[-62560,-402827],[-62562,-403292],[-62480,-402649],[-61908,-402224],[-62368,-402517],[-63037,-404503],[-62911,-404289],[-62734,-404074],[-63344,-406148],[-60122,-418844],[-60311,-418977],[-60555,-418652],[-60596,-418818],[-60337,-419204],[-60783,-418629],[-60120,-419253],[-59920,-419180],[-56078,396866],[-55452,397556],[-56266,397509],[-55834,397897],[-55686,397299],[-55852,397177],[-56545,397275],[-71002,-408345],[-70796,-408418],[-70890,-408492],[-70554,-408584],[-70692,-408610],[-70277,-408716],[-70140,-408925],[-69913,-408983],[-69839,-409189],[-69599,-409188],[-69570,-409353],[-69784,-409338],[-70148,-422084],[-70545,-421820],[-70363,-421998],[-70705,-421591],[-70793,-421152],[-70334,-421723],[-69664,-421929],[-70229,-421378],[-70385,-421231],[-70875,-420886],[-70022,-421563],[-69748,-420675],[-69612,-421471],[-69558,-422193],[-66825,-424157],[-67005,-424074],[-67357,-423808],[-67494,-423942],[-67414,-424122],[-67258,-423982],[-79847,-416390],[-80112,-416599],[-79730,-416702],[-79600,-416991],[-79567,-417345],[-79990,-417050],[-79977,-417461],[-79045,-416629],[-78884,-416866],[-79037,-417477],[-80250,-417350],[-80344,-416822],[-79187,-417238],[9105,-55772],[8775,-55750],[6771,-55739],[6639,-56507],[12521,-54980],[11315,-55670],[12427,-55751],[9550,-55874],[6903,-54972],[7725,-56413],[7906,-55021],[10326,-55881],[11390,-54931],[10578,-55092],[11873,-54993],[8762,-55024],[9550,-55874],[8041,-55770],[17,-51492],[746,-52239],[705,-52924],[701,-53119],[874,-51567],[66,-52668],[85,-54071],[926,-61380],[556,-61456],[805,-61225],[1590,-61497],[2035,-61336],[2396,-60667],[1498,-60711],[1308,-60557],[619,-60513],[399,-60622],[925,-59726],[1274,-59657],[1324,-59880],[2214,-59794],[2475,-59878],[2498,-59024],[1625,-59079],[1542,-58893],[772,-58852],[15,-58868],[18,-58108],[1217,-58295],[1495,-58139],[2286,-58188],[2641,-58317],[3030,-58260],[576,-58956],[1736,-61393],[2259,-61378],[2484,-61383],[2072,-60545],[1990,-59906],[1496,-59720],[1379,-59032],[1419,-58323],[2270,-59093],[2786,-58987],[48,-58294],[9105,-56475],[11394,-56527],[12109,-56445],[11964,-57262],[11702,-57346],[8928,-57357],[9556,-57332],[7567,-57036],[7259,-57031],[6435,-55729],[8385,-55829],[7805,-55815],[7294,-55727],[7264,-54953],[12236,-54933],[12149,-55775],[7548,-56612],[8140,-56549],[8511,-56651],[8359,-54986],[11143,-55067],[11656,-55718],[10993,-55799],[10541,-55830],[9953,-55795],[10260,-55001],[9231,-54996],[9751,-55077],[6968,-56503],[66,-53249],[0,-52097],[787,-52592],[856,-51982],[114,-61341],[1285,-61369],[36,-60598],[1034,-60510],[1815,-60576],[1771,-59830],[600,-59778],[142,-59770],[249,-59008],[1092,-58973],[2030,-59005],[1836,-58270],[836,-58232],[353,-58195],[9424,-56599],[9976,-56558],[10544,-56499],[11083,-56533],[11782,-56504],[11083,-57239],[11083,-57239],[10362,-57440],[9883,-57340],[9193,-57321],[8612,-57235],[7986,-57114],[10140,61086],[12588,62874],[8808,64182],[9284,64142],[9535,64163],[9288,62574],[12221,63173],[10588,62533],[9705,61880],[8991,62657],[8293,62833],[12649,63946],[12168,63991],[11730,64051],[10970,64091],[12551,63234],[11786,63298],[11079,63345],[10373,63401],[9773,63427],[8625,63563],[12522,61733],[12014,61729],[11228,61736],[10658,61768],[10037,61810],[9435,61804],[8949,61845],[9276,63458],[10969,62550],[10322,62605],[9611,62615],[8636,62615],[11586,62589],[12174,62494],[7970,62716],[7886,63537],[12593,60948],[11802,61005],[11119,61072],[10538,61090],[11026,60481],[9645,61109],[10404,64174],[12416,61046],[11467,60872],[11506,61172],[10813,61022],[10002,61118],[9349,61219],[9010,61211],[9252,61923],[8482,61987],[8221,61893],[10097,61989],[11080,61954],[11606,61835],[12596,62511],[11913,62568],[10601,62675],[9960,62709],[9342,62734],[8880,62791],[8588,62765],[7698,62760],[8190,63387],[8256,63633],[8966,63502],[9485,63443],[10311,63462],[10722,63453],[11577,63392],[12162,63391],[11439,63197],[12799,63420],[12383,64096],[11293,63995],[11936,64162],[9947,64092],[10649,64076],[8376,64142],[8860,61277],[10726,62424],[10900,63196],[10056,63206],[7429,62785],[10233,63998],[9558,64011],[8956,64053],[8440,64150],[7359,62645],[7524,63455],[128051,316768],[147253,312567],[147395,312310],[147766,311792],[147887,311589],[148255,311177],[147984,312285],[148258,311974],[148107,312112],[147949,313646],[147057,314544],[147452,314476],[148623,313681],[147894,314484],[147672,314488],[147607,314334],[147778,313815],[147508,313889],[147907,312569],[148316,311740],[147938,311417],[148327,312763],[148362,312388],[147519,312102],[148483,314357],[148192,314395],[147326,314479],[146690,314056],[147215,313856],[147656,313702],[148240,313683],[14905,63075],[14214,63121],[13709,63189],[13178,63215],[13759,61735],[13214,61755],[12828,62490],[13457,62433],[14039,62390],[13181,60900],[12902,61644],[12957,61864],[14145,61626],[14312,62205],[13367,62562],[13708,63413],[14366,63378],[15146,63206],[13415,63903],[12830,64086],[13687,63939],[13663,62515],[14615,62422],[12964,62547],[14852,63292],[14885,62241],[13364,60944],[12814,61762],[21700,69760],[21040,69722],[20468,69605],[19975,69574],[19397,69493],[18787,69524],[22445,69876],[22935,69903],[23449,69964],[22016,70390],[21375,70340],[19733,70261],[20123,70276],[22819,69374],[22157,69220],[21593,69205],[23362,69353],[24285,68753],[23879,69424],[21182,69099],[20747,69065],[19916,68942],[19385,68924],[22349,68549],[21910,68445],[20998,68437],[20502,68381],[21462,68461],[19703,68339],[19181,68210],[18343,68213],[17807,68209],[23114,68550],[23686,68608],[23875,68043],[23439,67954],[22635,67942],[22182,67834],[21576,67833],[21055,67705],[20566,67673],[20126,67665],[19603,67659],[18272,67671],[17860,67727],[17719,68738],[17037,67316],[17514,67261],[18070,67181],[18565,67121],[19080,67116],[20035,67105],[20473,67108],[21071,67145],[22081,67267],[22529,67329],[18492,68955],[18481,68774],[19314,67630],[19043,67651],[18540,67618],[17302,67731],[17103,67759],[17403,68334],[18724,68294],[20063,68284],[22024,68595],[23370,68780],[22784,68660],[22033,69159],[20698,69051],[20161,69010],[19257,68909],[18872,68926],[18783,68822],[18015,68870],[17647,68864],[17368,68855],[18408,69452],[19253,69640],[19686,69709],[20346,69798],[21168,69899],[21360,69566],[19851,69482],[20775,69675],[21969,69914],[22477,70011],[22845,69747],[22188,69729],[23214,70079],[24108,69524],[23644,69451],[22962,69321],[22621,69258],[22357,69207],[20475,68920],[19481,70225],[19994,70203],[20612,70310],[21223,70371],[21960,70468],[22534,70492],[21747,70325],[20975,69783],[21748,68352],[22571,68636],[21332,68356],[19856,68222],[17625,68171],[16994,68241],[20242,67800],[21337,67837],[21870,67831],[22975,67931],[23157,68019],[23666,68097],[24049,68177],[24505,68189],[24461,68911],[24014,68843],[23675,68766],[23310,67367],[23779,67521],[24023,67392],[22932,67274],[21552,67178],[21398,67099],[20957,67082],[20818,67086],[20321,67043],[19636,67044],[19354,66961],[18437,66953],[18109,66989],[17640,67026],[17298,67069],[16988,67106],[22390,67043],[22984,67383],[24086,68649],[20893,70252],[22725,68422],[24245,68143],[20182,68323],[17502,67758],[16968,67821],[18832,67689],[19398,67119],[21694,67199],[31974,80298],[31418,80278],[30885,80140],[30042,79785],[29457,79628],[28851,79280],[29203,79270],[28688,80297],[29188,80482],[29657,80630],[30532,80901],[31256,81117],[29908,81387],[28880,80983],[29332,81269],[31026,80800],[29690,79945],[36994,84534],[36569,84136],[36065,83750],[35729,83302],[35328,82988],[36473,85290],[35847,84643],[35440,84072],[35003,83906],[34546,83497],[35621,85687],[35245,85436],[34819,85026],[34253,84589],[33822,84209],[33481,83885],[34186,83205],[35073,82472],[36487,83695],[34243,85180],[38168,86188],[37806,86161],[37653,87624],[38000,87656],[37451,86902],[37942,86939],[38233,86960],[37377,87684],[38043,86746],[37528,86709],[37178,86763],[35142,85090],[34692,84655],[34287,84363],[33551,84034],[33182,83506],[33728,84335],[35949,85928],[36205,85176],[36667,85323],[35629,84663],[35035,84215],[34947,83603],[34457,83140],[34097,82783],[33801,83193],[35380,82461],[35899,82963],[36605,83751],[36892,84047],[36752,84438],[37279,84702],[34636,82347],[35958,83462],[35656,83351],[36285,84020],[35976,84579],[36475,85047],[30902,79924],[30581,80151],[29311,79697],[28871,79507],[28635,79244],[29632,79498],[28723,78901],[29757,79339],[30020,80683],[29389,80366],[28878,80233],[28453,80328],[31490,81187],[30881,81020],[30488,80704],[31789,81129],[30463,81560],[30202,81516],[29511,81167],[28565,80891],[31271,79954],[32048,80328],[32404,80421],[31755,80040],[32309,80196],[30471,79620],[30008,79383],[31546,80039],[31288,80639],[31640,80859],[30256,80682],[35671,82914],[34254,83516],[34455,85286],[34056,84251],[35518,84657],[36810,84117],[38004,85907],[36052,84994],[42121,86467],[41225,86565],[39003,86385],[41917,86676],[41776,86280],[41222,86250],[40628,86150],[39265,86229],[38835,86206],[39078,87641],[39527,87675],[39970,87651],[40594,87780],[41075,87978],[41557,88010],[38419,87615],[38523,86292],[38629,86045],[38595,86976],[38890,86999],[38729,87505],[38700,87764],[39263,87028],[39564,87037],[39915,87059],[40348,87128],[40799,87205],[41070,87215],[40112,87041],[40390,86360],[40952,86358],[41506,86398],[41839,86443],[41631,87356],[41929,87340],[42310,87435],[41965,88047],[40970,87851],[39533,86225],[39829,86247],[40783,87043],[41233,87084],[41570,87182],[42147,87111],[127561,315959],[127820,316250],[127982,316594]] \ No newline at end of file diff --git a/src/gathering/a10456.json b/src/gathering/a10456.json new file mode 100644 index 0000000..64ee4e7 --- /dev/null +++ b/src/gathering/a10456.json @@ -0,0 +1 @@ +[[-191905,-967],[-184189,-573344],[-184625,-573292],[-185066,-573548],[-184529,-573900],[-184260,-573761],[-183780,-573878],[-183959,-573691],[-185428,-573491],[-183980,-573975],[-184994,-573963],[-185321,-573971],[-185367,-573235],[-185433,-573735],[-191490,1387],[-191654,2182],[-191805,2243],[-191433,3019],[-191749,3012],[-190744,2990],[-190583,3771],[-190762,3762],[-190889,4568],[-191025,4606],[-191661,4546],[-190416,4579],[-191279,4550],[-191984,4521],[-191744,3762],[-191041,3739],[-190192,3715],[-190340,2916],[-191091,2964],[-191923,3011],[-191287,2180],[-191167,1411],[-191810,1410],[-191651,628],[-196733,191],[-197504,185],[-196454,-613],[-197006,-607],[-198199,-593],[-198410,-593],[-199020,-1407],[-199250,-1396],[-197862,-1429],[-196911,-1437],[-196675,-2219],[-198196,-2194],[-198493,-2192],[-198700,-3025],[-197986,-3030],[-196768,-3023],[-196766,-3755],[-197410,-3790],[-197647,-3783],[-198727,-3795],[-198230,-4665],[-197561,-4673],[-196337,-4669],[-192787,-2681],[-193213,-2663],[-193634,-2642],[-192975,-3395],[-193281,-3384],[-193635,-3349],[-192315,-1825],[-192875,-1821],[-193415,-1828],[-193852,-1829],[-193948,-1002],[-193308,-999],[-192434,-1050],[-192107,-301],[-192646,-213],[-193475,-180],[-193935,-149],[-192719,-1005],[-197941,-4647],[-198461,-4655],[-197223,-4676],[-196827,-4630],[-196732,-4730],[-196992,-4679],[-195921,-4664],[-197053,-3810],[-196556,-3819],[-196277,-3811],[-196109,-3757],[-195987,-3847],[-197857,-3849],[-198147,-3889],[-198345,-3782],[-198460,-3867],[-197984,-3749],[-199031,-3784],[-199253,-2995],[-199025,-3010],[-198941,-3116],[-198469,-3018],[-198263,-3067],[-197696,-3058],[-197438,-3039],[-197283,-3005],[-197489,-3139],[-197067,-3023],[-197037,-3128],[-196538,-3001],[-196397,-3037],[-196255,-3047],[-196127,-3022],[-195959,-3025],[-196385,-2218],[-196243,-2236],[-196032,-2232],[-195946,-2132],[-195842,-2260],[-195651,-2183],[-196922,-2233],[-197230,-2237],[-197351,-2284],[-197093,-2295],[-197547,-2174],[-197690,-2252],[-197910,-2264],[-197968,-2110],[-198744,-2206],[-198958,-2271],[-199121,-2152],[-199288,-2234],[-199528,-1409],[-199642,-1405],[-198788,-1474],[-198662,-1293],[-198526,-1433],[-198299,-1494],[-198083,-1415],[-197603,-1427],[-197483,-1554],[-197327,-1476],[-197152,-1369],[-196673,-1422],[-196520,-1461],[-196218,-1421],[-196401,-1403],[-196702,-639],[-196809,-688],[-197277,-613],[-197411,-574],[-197596,-534],[-197760,-632],[-197582,-675],[-197973,-557],[-197873,-679],[-198606,-592],[-198894,-599],[-199097,-556],[-198767,-496],[-198457,173],[-198820,177],[-197735,168],[-197166,196],[-196892,133],[-196312,195],[-196171,133],[-195843,109],[-195709,173],[-196235,-668],[-195989,-647],[-195649,-638],[-196026,-549],[-196308,-532],[-195861,-575],[-196097,-1433],[-195964,-1446],[-195835,-1418],[-195710,-1410],[-196130,-1325],[-192181,-945],[-192910,-231],[-193236,-187],[-201227,-58566],[-201222,-58838],[-201197,-59118],[-201205,-59396],[-201200,-59806],[-201209,-60166],[-201219,-58408],[-201995,-58000],[-202013,-58460],[-202012,-58616],[-202009,-58950],[-202016,-59177],[-202026,-59619],[-202030,-60076],[-202025,-58307],[-202799,-60088],[-202792,-59858],[-202794,-59462],[-202797,-59248],[-202804,-59041],[-202807,-58742],[-202818,-58516],[-202818,-58352],[-202811,-58100],[-202812,-57979],[-202823,-57913],[-202836,-58348],[-203590,-57908],[-203609,-58016],[-203614,-58196],[-203606,-58438],[-203601,-58626],[-203584,-58852],[-203582,-59011],[-203581,-59131],[-203585,-59260],[-203596,-59778],[-203569,-60101],[-203582,-59669],[-203594,-59941],[-203618,-60063],[-203619,-60365],[-202814,-59640],[-202835,-59831],[-202822,-60241],[-202019,-59824],[-202050,-59496],[-202043,-59313],[-202008,-58844],[-201217,-59986],[-201207,-59546],[-196620,4210],[-196045,3409],[-197062,3403],[-197738,3368],[-195904,2591],[-196890,2583],[-198093,2582],[-197151,1757],[-196729,1784],[-195591,1797],[-198022,1744],[-196340,979],[-197316,997],[-198277,998],[-198422,1005],[-198261,215],[-198037,205],[-192591,4516],[-192420,3772],[-192377,2998],[-193484,2218],[-192809,2191],[-192069,2194],[-192468,1389],[-193175,1405],[-193670,1405],[-193595,572],[-192921,541],[-192157,492],[-198755,260],[-199036,205],[-199222,214],[-198806,311],[-197002,240],[-196433,200],[-196404,288],[-195784,1012],[-196069,983],[-196667,978],[-196786,1068],[-197120,987],[-197143,864],[-196866,928],[-196958,990],[-197493,993],[-197668,1053],[-197894,1079],[-198049,978],[-197868,950],[-197706,960],[-198559,981],[-198730,1026],[-198929,1009],[-199113,990],[-198989,1060],[-198239,1775],[-198418,1794],[-198516,1777],[-198722,1761],[-197876,1775],[-197664,1835],[-197514,1715],[-197395,1801],[-197369,1875],[-195890,1823],[-196127,1823],[-196447,1797],[-196542,1765],[-196100,1701],[-196153,2587],[-196290,2594],[-196532,2606],[-196605,2542],[-197150,2581],[-197362,2584],[-197525,2589],[-197899,2598],[-197903,2552],[-197671,2565],[-197577,2496],[-197542,2676],[-198322,2593],[-197949,3380],[-198032,3405],[-198117,3403],[-197429,3367],[-197288,3425],[-197341,3308],[-197216,3231],[-196651,3419],[-196485,3379],[-196268,3339],[-196473,3518],[-196528,3263],[-196231,3250],[-196261,4182],[-195969,4171],[-195597,4177],[-196100,4118],[-196345,4183],[-196792,4165],[-197212,4152],[-197388,4114],[-198067,4135],[-198078,4012],[-197830,4063],[-197670,4094],[-197536,4103],[-196976,4225],[-197140,4001],[-197798,4160],[-197946,4062],[-198253,4086],[-198167,4082],[-196928,4086],[-197356,4237],[-196375,3399],[-196704,3487],[-195870,3373],[-195677,3389],[-195445,3331],[-195844,3446],[-195661,2639],[-195513,2662],[-195317,2669],[-195445,2719],[-195284,3420],[-195513,3415],[-195458,4164],[-195168,3385],[-195262,2647],[-195376,1799],[-195598,993],[-196090,202],[-199223,1034],[-199362,1079],[-198871,1792],[-199062,1853],[-198465,2583],[-198573,2579],[-198817,2629],[-198924,2635],[-198620,2477],[-199349,207],[-199445,205],[-199548,377],[-198342,3383],[-198487,3437],[-198746,3424],[-199020,3393],[-198573,3298],[-198352,4120],[-198510,4150],[-198732,4162],[-198197,4207],[-198307,4250],[-193304,596],[-193166,520],[-192633,537],[-192450,593],[-192128,1370],[-192246,4567],[-192968,4554],[-192722,3773],[-192172,3801],[-192749,3004],[-192500,2244],[-193142,2223],[-193052,2954],[-217549,-12222],[-217383,-12243],[-217216,-12276],[-216907,-12297],[-216630,-12271],[-216421,-12288],[-216158,-12310],[-215946,-12290],[-215665,-12330],[-215461,-12312],[-215300,-12299],[-215141,-12289],[-214922,-12297],[-214659,-12315],[-214359,-12303],[-213863,-12291],[-213651,-12292],[-213232,-12274],[-213413,-12291],[-214021,-12356],[-214180,-12285],[-212510,-8785],[-212511,-8785],[-212577,-8758],[-212391,-8841],[-212391,-8842],[-212392,-8842],[-212469,-8940],[-212454,-8732],[-212407,-8806],[-217467,-4780],[-217492,-4919],[-216728,-4496],[-216703,-4357],[-209812,-4278],[-210238,-4330],[-216697,-13038],[-216450,-13056],[-216108,-13058],[-215493,-13073],[-215098,-13065],[-215309,-13080],[-215752,-13061],[-216239,-13083],[-216913,-13084],[-217311,-13031],[-214855,-13051],[-214581,-13081],[-213946,-13047],[-213781,-13038],[-214148,-13062],[-213522,-13006],[-213263,-13034],[-212952,-13057],[-214338,-13051],[-214366,-13840],[-214090,-13819],[-213706,-13815],[-213315,-13811],[-213091,-13817],[-212999,-13823],[-213479,-13839],[-213852,-13835],[-214630,-13853],[-214990,-13889],[-215309,-13913],[-215788,-13950],[-216174,-13963],[-216419,-13953],[-216032,-13906],[-216658,-13874],[-217007,-13879],[-217402,-13860],[-217146,-13876],[-215625,-13789],[-214759,-13753],[-214685,-12946],[-215923,-12944],[-217100,-12990],[-214818,-14600],[-215904,-14618],[-216344,-14622],[-216634,-14626],[-216935,-14620],[-217222,-14614],[-215532,-14615],[-215101,-14614],[-214388,-14613],[-213946,-14603],[-213434,-14638],[-213160,-14624],[-214541,-14646],[-214029,-14652],[-213584,-14628],[-213759,-14605],[-215328,-14637],[-216136,-14636],[-215712,-14624],[-216784,-15414],[-216552,-15442],[-216230,-15453],[-215913,-15458],[-215683,-15426],[-215525,-15437],[-215241,-15426],[-214757,-15362],[-214599,-15429],[-214385,-15412],[-214917,-15434],[-214109,-15387],[-213683,-15368],[-213493,-15367],[-214013,-15390],[-213283,-15384],[-213850,-15423],[-215010,-16211],[-214526,-16205],[-214221,-16204],[-214006,-16191],[-213727,-16190],[-213563,-16197],[-214772,-16181],[-215282,-16250],[-215539,-16145],[-215795,-16175],[-215996,-16148],[-216272,-16199],[-216597,-16124],[-215149,-16165],[-215749,-17020],[-216000,-17024],[-216230,-17029],[-216373,-17016],[-215523,-17017],[-215204,-17029],[-214935,-17024],[-214406,-17018],[-213925,-17015],[-214635,-17017],[-214046,-16978],[-215342,-16948],[-214247,-16997],[-214916,-17829],[-214714,-17819],[-214478,-17827],[-214251,-17808],[-214061,-17798],[-215142,-17835],[-215556,-17852],[-215942,-17850],[-216092,-17865],[-215746,-17849],[-216317,-17841],[-215316,-17856],[-215013,-17820],[-240631,-6199],[-240898,-6193],[-241225,-6195],[-241595,-6196],[-241920,-6175],[-240264,-5417],[-240827,-5437],[-241438,-5460],[-241762,-5479],[-241988,-5459],[-240193,-4624],[-240545,-4613],[-240943,-4624],[-241693,-4656],[-241940,-4661],[-242150,-4653],[-241304,-4647],[-241406,-4650],[-241554,-4620],[-241145,-4643],[-240766,-4615],[-240413,-4632],[-240456,-5366],[-240582,-5341],[-241086,-5385],[-241271,-5484],[-241643,-5408],[-241773,-6163],[-241421,-6131],[-241017,-6130],[-240505,-6144],[-1652,-395291],[-1486,-396031],[-3520,-395442],[-1346,-396566],[-1274,-396492],[-3303,-396309],[-2656,-396402],[-2810,-396062],[-3226,-396034],[-3193,-396484],[-540,-396550],[-2312,-395859],[-2434,-395619],[-1876,-395685],[-2559,-395628],[-2224,-396381],[-3194,-396409],[-3348,-396250],[-3278,-395892],[-3609,-394903],[-1643,-396248],[-1828,-396012],[-2106,-395417],[-2312,-395014],[-2072,-394982],[-118,-396529],[-3840,-395084],[-792,-396666],[-339,-398879],[-434,-398372],[-1207,-397448],[-2660,-396866],[-1660,-396939],[-2318,-397472],[-2611,-397311],[-2104,-398032],[-1789,-398553],[-1591,-398293],[-1505,-398513],[-751,-399531],[-2030,-396870],[-2555,-396747],[-581,-398705],[-433,-399577],[-136,-397709],[-1811,-397128],[-1205,-397855],[-747,-398463],[-240,-399092],[-1812,-396767],[-1552,-397315],[-2860,-396664],[-3168,-396875],[-966,-399099],[-1088,-399226],[-458,-399765],[-1010,-399411],[-1772,-398834],[-1981,-398391],[-437,-398155],[-326,-397723],[-827,-397001],[-2135,-396800],[-2753,-397123],[-1010,-398256],[-452,-399065],[-3895,-403667],[-3133,-404227],[-3063,-402886],[-530,-397255],[-810,-397931],[-1121,-398917],[-2432,-397342],[-2140,-397920],[-143,53846],[-732,54345],[-1607,54994],[-2127,55316],[-2897,55887],[-3651,55509],[-2848,54961],[-2240,54556],[-1800,54246],[-984,53687],[-267,53168],[-1437,54132],[-1196,54779],[-1590,55758],[-945,55252],[-373,54827],[-131,54617],[-8,55305],[-468,55585],[-311,53250],[-762,53538],[-1226,53860],[-1556,54146],[-2034,54478],[-2499,54760],[-2854,55070],[-3273,55363],[-3695,55630],[-249,54040],[-615,54163],[-952,54531],[-1422,54864],[-1841,55230],[-2244,55374],[-2618,55751],[-2990,55943],[-87,54577],[-360,54762],[-797,55143],[-1253,55497],[-1712,55847],[-2128,56129],[-146,55371],[-614,55736],[-10369,75933],[-9799,76609],[-10717,76598],[-11209,76016],[-10900,75320],[-10991,75080],[-9709,76408],[-12608,74472],[-9435,76823],[-10013,76207],[-10591,75527],[-10956,76277],[-10440,76822],[-10183,77050],[-246415,-134179],[-246381,-134361],[-246403,-134659],[-246401,-134776],[-246435,-134981],[-246485,-134936],[-246382,-135182],[-246419,-135289],[-246430,-135435],[-246462,-135563],[-246429,-135738],[-247183,-134214],[-247193,-134354],[-247206,-134460],[-247184,-134572],[-247197,-134614],[-247240,-134740],[-247181,-135000],[-247200,-135153],[-247199,-135233],[-247193,-135438],[-248013,-135801],[-248034,-135600],[-248038,-135527],[-248019,-135325],[-248008,-135017],[-248032,-134812],[-247996,-134708],[-247981,-134544],[-247974,-134216],[-248090,-135032],[-24542,34352],[-24030,33853],[-23814,33674],[-23813,32755],[-23502,32464],[-23263,32180],[-22808,31804],[-22526,31525],[-22170,31135],[-23436,33327],[-23315,33097],[-22718,32569],[-22149,31948],[-21888,31723],[-21644,31389],[-24979,35915],[-24554,35469],[-24334,35279],[-23911,34817],[-23480,34314],[-23117,33904],[-22938,33705],[-22746,33513],[-22542,33306],[-22261,33081],[-21968,32752],[-21460,32223],[-21251,31963],[-20880,31600],[-24784,36679],[-24532,36426],[-24161,36078],[-23852,35768],[-23382,35243],[-23190,35036],[-23023,34868],[-22725,34578],[-22319,34156],[-21975,33775],[-21731,33481],[-21494,33300],[-21120,32888],[-20932,32641],[-20691,32411],[-20334,32086],[-23858,36781],[-23648,36590],[-23382,36267],[-21926,34728],[-21563,34351],[-21219,33992],[-20973,33747],[-20652,33360],[-20417,33159],[-20151,32839],[-24067,33064],[-23847,31972],[-23640,31754],[-23320,31414],[-23102,31256],[-20842,32559],[-22412,34142],[-21528,33204],[-20450,33189],[-21379,34093],[-22140,34833],[-23219,34966],[-23712,35501],[-24419,36319],[-23560,36480],[-23024,35898],[-23886,34593],[-24176,34936],[-24617,35332],[-25104,35876],[-23051,33696],[-22229,32919],[-21648,32313],[-20776,31381],[-21266,31073],[-22126,31915],[-22806,32513],[-23278,33014],[-23923,33630],[-24203,33875],[-24691,34390],[-25171,34895],[-24066,32930],[-23316,32234],[-22795,31697],[-22158,30967],[-22747,30854],[-23335,31333],[-23880,31868],[-23544,31543],[-22564,33201],[-22020,42918],[-22719,43556],[-23340,44232],[-23715,44577],[-23047,43741],[-22114,43183],[-22174,41972],[-22641,42509],[-23169,42918],[-23617,43254],[-24015,43716],[-24386,44089],[-23675,43467],[-22760,41214],[-23338,41944],[-23832,42342],[-24392,42912],[-24857,43346],[-25083,43690],[-23207,40624],[-23510,40909],[-23761,41181],[-24661,42140],[-25071,42554],[-25491,41859],[-24833,41121],[-23698,39865],[-24311,40471],[-24621,40827],[-25182,40197],[-24781,39799],[-24185,39140],[-24490,39476],[-25280,38950],[-25314,40449],[-25089,41245],[-25412,41607],[-23934,41473],[-24396,41724],[-25274,42726],[-23901,42588],[-22809,41551],[-22411,41028],[-21913,41621],[-21693,42524],[-25363,40447],[-24884,39997],[-24680,39744],[-24361,39409],[-25421,41803],[-25107,41529],[-24578,40845],[-24247,40507],[-25381,42978],[-25110,42612],[-24751,42315],[-24319,41851],[-24120,41557],[-23794,41252],[-23461,40881],[-24960,43632],[-24780,43492],[-24580,43195],[-24199,42916],[-23714,42357],[-23438,42033],[-23190,41781],[-22969,41509],[-24346,44120],[-24114,43857],[-23912,43651],[-23582,43380],[-23313,43099],[-22937,42679],[-22683,42454],[-22440,42190],[-22732,41331],[-23563,44450],[-23197,44119],[-22938,43899],[-22592,43479],[-22390,43327],[-22251,43068],[-21952,42815],[-24087,40308],[-25596,43320],[-12859,74285],[-13529,74366],[-14215,74277],[-14432,74215],[-14704,74268],[-14958,74123],[-13155,74280],[-13800,74147],[-32458,30730],[-32701,31195],[-32912,31417],[-33076,31813],[-33375,32261],[-33647,32619],[-32694,30064],[-32982,30392],[-33173,30793],[-33392,31115],[-33615,31500],[-34060,32308],[-34331,32774],[-34547,32935],[-33339,29669],[-33544,30052],[-33869,30636],[-34323,31397],[-34498,31714],[-34685,32098],[-35022,32594],[-33811,29219],[-34108,29688],[-34304,30004],[-34515,30421],[-34732,30884],[-34995,31328],[-35354,31853],[-34498,28958],[-34775,29428],[-34936,29652],[-35102,29952],[-35635,32295],[-33282,32060],[-32898,31377],[-32522,30828],[-32307,30522],[-33776,31757],[-33494,31245],[-33137,30690],[-32889,30256],[-33369,31012],[-33991,30754],[-33726,30305],[-33461,29843],[-33275,29493],[-34382,31477],[-34821,32174],[-35136,32709],[-34748,33383],[-34272,32609],[-34139,32345],[-33956,33094],[-35601,32321],[-35329,31731],[-35012,31205],[-34750,30743],[-34555,30413],[-34194,29857],[-33940,29325],[-33713,29118],[-34333,28722],[-34557,29068],[-34931,29692],[-35132,30113],[-35577,30780],[-35836,31296],[-35956,31565],[-25700,43278],[-26080,42458],[-25788,42291],[-26814,42025],[-26308,41479],[-25715,40812],[-25689,39368],[-25983,39749],[-26364,40129],[-26712,40563],[-27103,41012],[-27265,41173],[-26095,41351],[-26981,40823],[-26660,40513],[-26579,40287],[-26302,40122],[-25975,39769],[-25762,39520],[-26570,41777],[-26101,41407],[-25964,41111],[-25618,40810],[-26297,42819],[-25997,42531],[-25707,42071],[-61107,-403210],[-61635,-404375],[-61700,-404348],[-61317,-403542],[-62101,-404675],[-61446,-403981],[-62361,-405994],[-62220,-405601],[-62076,-405215],[-61938,-404838],[-63843,-400243],[-63969,-399501],[-63677,-399798],[-60184,-407856],[-61820,-402890],[-62711,-405598],[-61551,-403250],[-61746,-404013],[-61691,-403483],[-61844,-404503],[-61661,-404690],[-62060,-404307],[-61871,-403835],[-61970,-404142],[-61374,-403013],[-61181,-402825],[-62162,-404021],[-62103,-403754],[-62012,-403484],[-61883,-403219],[-61761,-403057],[-61423,-402629],[-61590,-402364],[-61626,-402520],[-61647,-402699],[-62107,-404491],[-62282,-404714],[-62419,-404948],[-62558,-404729],[-62544,-405191],[-62510,-405380],[-63612,-399483],[-63839,-399140],[-63413,-399688],[-63515,-399969],[-59615,-418602],[-59970,-418454],[-60241,-417911],[-60459,-417503],[-60646,-417193],[-60486,-417283],[-56241,-425842],[-56160,-426267],[-55102,-425974],[-55463,-427111],[-55773,-426769],[-57146,-427417],[-56937,-427305],[-56437,-427280],[-56000,-427271],[-55312,-426673],[-54367,-427254],[-53402,-427070],[-52927,-426232],[-54943,-428312],[-55161,-427899],[-56028,-428271],[-54207,-428208],[-54224,-427781],[-53958,-427205],[-54646,-427493],[-53560,-426818],[-55546,-428305],[-56155,-428688],[-56584,-427726],[-56234,-426834],[-55260,-426338],[-54692,-429372],[-54347,-429326],[-53897,-429005],[-53791,-429326],[-53232,-429256],[-53371,-428951],[-53362,-428426],[-52989,-428650],[-52710,-429198],[-52338,-428776],[-52768,-428059],[-52354,-428074],[-52270,-427390],[-51996,-427829],[-51797,-428287],[-51635,-427429],[-63318,-423491],[-63676,-423302],[-54771,-428681],[-54491,-428502],[-53624,-427371],[-56651,-428621],[-55731,-428882],[-55276,-428697],[-53100,-426652],[-56811,-426713],[-63888,-423121],[-55813,396438],[-55619,396603],[-55477,396696],[-55311,396814],[-76097,-403571],[-76141,-404657],[-75067,-408358],[-74264,-408466],[-72816,-400420],[-75526,-401558],[-75319,-398544],[-75241,-396955],[-74740,-397184],[-74624,-399811],[-76356,-405479],[-76159,-405695],[-75793,-399171],[-76088,-406086],[-75989,-407853],[-75728,-406892],[-75505,-408058],[-74759,-407741],[-74430,-407585],[-73961,-408568],[-74915,-407181],[-75221,-406711],[-75571,-406004],[-75260,-406120],[-75587,-405618],[-75804,-405374],[-75262,-405744],[-75740,-404943],[-75137,-404778],[-75786,-403723],[-76362,-408137],[-76586,-407364],[-76497,-407133],[-71689,-404427],[-72254,-404088],[-69808,-401337],[-70250,-400074],[-70801,-400951],[-71352,-401339],[-71514,-403552],[-71500,-402963],[-69764,-404618],[-71311,-402478],[-71222,-401047],[-72150,-401437],[-73342,-398712],[-73070,-399638],[-72581,-400624],[-72048,-400453],[-70757,-400621],[-73139,-398400],[-73273,-399155],[-72314,-398517],[-71768,-399743],[-71503,-401497],[-70526,-402034],[-70674,-402367],[-71002,-402884],[-71080,-403687],[-71111,-404958],[-71286,-404542],[-70142,-403519],[-70050,-403081],[-70012,-402671],[-69588,-402194],[-71951,-404430],[-69476,-408881],[-64240,-407990],[-70400,-409069],[-64230,-407818],[-73615,-399272],[-74522,-398055],[-75324,-405218],[-74805,-406758],[-76544,-405905],[-76703,-404101],[-74837,-400579],[-75216,-407920],[-75264,-401320],[-75280,-406473],[-74569,-407290],[-76166,-402701],[-76027,-403169],[-76050,-401731],[-75480,-404628],[-75809,-401241],[-75940,-400317],[-75494,-400432],[-74455,-408113],[-75498,-399976],[-75910,-399781],[-75546,-407675],[-75147,-399451],[-75711,-399424],[-74913,-398315],[-75941,-407238],[-75010,-397983],[-75548,-397922],[-76267,-405069],[-75595,-397206],[-76073,-397321],[-75921,-396725],[-76149,-397235],[-74499,-397394],[-74567,-397389],[-74385,-397805],[-74208,-398268],[-73997,-398480],[-73970,-398795],[-75976,-406781],[-74252,-398930],[-74173,-399326],[-74567,-400194],[-76561,-407744],[-73067,-398831],[-71845,-403821],[-71897,-403237],[-71944,-402679],[-71350,-402055],[-71088,-401514],[-70768,-405047],[-70925,-404304],[-70612,-403700],[-70841,-403301],[-70658,-402697],[-70395,-402336],[-70290,-401575],[-70059,-401137],[-70131,-400433],[-69883,-405042],[-70065,-404402],[-69993,-403892],[-69835,-403381],[-69784,-402956],[-69781,-402398],[-69510,-401890],[-72441,-401020],[-71835,-400863],[-71792,-400195],[-71248,-400307],[-71376,-399772],[-72514,-400250],[-71887,-398636],[-72105,-398128],[-72449,-398191],[-72364,-398876],[-72382,-399562],[-72862,-399900],[-64230,-398676],[-64364,-407238],[-64282,-407548],[-65096,-407423],[-64920,-407752],[-64684,-408169],[-64099,-399124],[-64386,-398896],[-64625,-398538],[-76775,-404726],[-70231,-409480],[-68824,-409407],[-68655,-409740],[-69444,-409835],[-76747,-418581],[-76795,-419160],[-76152,-418179],[-75906,-418392],[-75582,-418710],[-76185,-418679],[-75865,-419047],[-76741,-417912],[-68709,-409977],[-68446,-409985],[-68924,-410342],[-69876,-409875],[-68585,-410375],[-69643,-410148],[-69374,-410157],[-69124,-410454],[-68598,-410540],[-68129,-410825],[-68338,-410590],[-76428,-419103],[-76319,-417915],[-76590,-419727],[-76559,-418088],[-76467,-419240],[-76533,-427371],[-76412,-430314],[-76566,-430990],[-76600,-431811],[-76614,-432455],[-76527,-433013],[-75199,-430954],[-75373,-430198],[-75594,-430623],[-75090,-430476],[-75537,-429784],[-76264,-427639],[-76397,-428844],[-76616,-429788],[-76117,-428074],[-75738,-428810],[-75732,-430322],[-75392,-429194],[-74906,-427210],[-74297,-426753],[-73925,-427443],[-73432,-429084],[-74657,-426398],[-74158,-427051],[-75345,-426533],[-74547,-427851],[-73675,-428573],[-73709,-427912],[-72819,-429068],[-75199,-426939],[-74767,-427462],[-75447,-426134],[-74790,-426636],[-73939,-427768],[-74950,-427708],[-74245,-428141],[-73533,-429271],[-73266,-428674],[-74947,-429857],[-74592,-430560],[-77227,-403687],[-76964,-403124],[-77084,-404179],[-77083,-402470],[-77273,-403285],[-76865,-402294],[-77043,-417842],[-76809,-417315],[-76859,-416884],[-78112,-428546],[-77720,-428997],[-77784,-430105],[-77749,-430559],[-77738,-430692],[-78520,-431579],[-79957,-433581],[-79906,-432908],[-80748,-433399],[-78339,-431871],[-77117,-432433],[-77130,-431877],[-78291,-430964],[-80631,-434162],[-77473,-428153],[-79248,-433206],[-78211,-432269],[-78102,-432884],[-81336,-433850],[-77045,-432973],[-79611,-432062],[-79903,-432269],[-80276,-432354],[-81194,-432972],[-77606,-432327],[-77595,-431981],[-77197,-431339],[-78028,-431508],[-76956,-430575],[-78087,-430236],[-77042,-430160],[-80708,-433901],[-80975,-433002],[-79727,-433468],[-77225,-428689],[-77213,-428937],[-77011,-429101],[2236,-400376],[762,-398479],[109,-398193],[262,-397550],[1628,-400048],[1927,-399428],[1415,-397728],[606,-398444],[913,-397707],[1879,-400453],[364,-400298],[607,-400361],[1156,-398728],[343,-400451],[95,-398885],[1051,-399959],[1586,-399047],[1208,-399061],[2440,-399709],[1252,-398659],[316,-398482],[137,-397874],[820,-398850],[22,-397053],[211,-397029],[749,-397610],[1461,-397883],[641,-397334],[1409,-397637],[76,-404704],[5813,58930],[5267,58948],[4729,59011],[4097,58996],[6440,58723],[6549,58297],[5907,58311],[5295,58368],[4580,58441],[3621,58392],[3052,58443],[2387,58433],[6180,57616],[5518,57640],[4826,57704],[3567,57771],[3041,57765],[5148,57009],[4347,57006],[3694,57080],[1377,51903],[909,52304],[413,52675],[173,52906],[2008,52103],[1508,52552],[1019,52960],[466,53436],[220,53702],[2353,52556],[1878,52948],[1656,53112],[1500,53287],[1047,53665],[767,53807],[541,54087],[2348,53301],[2052,53596],[1593,53979],[1363,54169],[1002,54508],[787,54629],[378,55013],[128,55164],[2962,59272],[2962,59272],[2961,59272],[2487,58027],[2487,58026],[2486,58027],[5022,57703],[5021,57702],[5022,57703],[4797,57916],[4797,57916],[4797,57916],[4870,56915],[4869,56915],[4869,56914],[3971,56958],[3970,56957],[3970,56958],[2846,58604],[2846,58604],[2845,58604],[2255,58634],[2255,58634],[2254,58633],[4294,58921],[4294,58921],[4294,58920],[4845,58593],[4845,58593],[4844,58593],[5144,58571],[5143,58570],[5143,58571],[5470,58197],[5469,58197],[5469,58196],[5977,57732],[5977,57732],[5977,57732],[626,53324],[1155,52862],[1603,52461],[1122,52127],[1435,51890],[119,52943],[482,54186],[788,53914],[1207,53563],[1540,53334],[1829,52970],[2384,52478],[1868,53746],[1144,54369],[521,54855],[128294,314691],[128990,314602],[129009,314771],[128761,314909],[128543,315027],[128323,314943],[128611,315434],[128932,315522],[128953,315298],[128678,315631],[128750,315314],[129133,315053],[128697,314559],[147428,305971],[147051,306305],[146666,306629],[146695,306274],[146332,306630],[146081,306936],[146116,306712],[147512,305639],[147605,305424],[147371,305548],[147192,305890],[146403,306456],[144720,313515],[145029,313505],[144703,312821],[144936,312822],[145250,312835],[145544,312860],[144733,313413],[145815,313539],[145760,312905],[146020,312919],[144429,313516],[145387,313519],[144413,312811],[307909,-98545],[51131,87364],[50213,87806],[50190,88843],[49520,88124],[49886,87509],[50904,87096],[50890,88373],[58966,86744],[54246,87870],[54722,88376],[55250,89120],[53252,89341],[52318,89461],[57133,87422],[56581,85465],[56710,86589],[56895,86943],[57395,87191],[59180,86995],[60586,88365],[60829,88686],[58230,86036],[59771,86832],[60400,87379],[60636,87676],[57992,86983],[58968,87821],[59227,88034],[59141,87933],[58868,88533],[58462,89042],[58175,88697],[57651,88198],[57431,87938],[59391,86360],[53517,87127],[55504,89421],[54594,89557],[53717,88592],[53446,88307],[52106,86990],[52050,88316],[51478,88989],[51763,89221],[60134,88100],[59770,87447],[60117,88746],[54874,89694],[54366,89016],[52576,88816],[51229,88469],[52467,87129],[52460,87435],[54086,88843],[53936,88904],[52600,87618],[53666,89741],[56564,94559],[57984,96095],[58712,96784],[57951,93258],[58664,94051],[59545,94956],[58544,97711],[57611,97833],[54893,90849],[53994,90020],[54084,91171],[59603,95641],[57423,93419],[58598,94827],[53859,91979],[56750,93896],[56973,93843],[56790,93695],[57181,93272],[57547,93629],[57867,93867],[58913,93523],[57947,94107],[58457,94522],[58935,95047],[59278,95508],[59713,95872],[56883,94911],[58878,97061],[59099,97252],[58310,95282],[59464,96516],[59837,95221],[57697,92972],[59853,94472],[57463,96631],[57977,97996],[57306,97527],[53074,90207],[54327,91518],[53795,90882],[55146,90415],[53294,90448],[59289,93628],[59249,94672],[57159,95621],[56983,95457],[57749,95701]] \ No newline at end of file diff --git a/src/gathering/a10457.json b/src/gathering/a10457.json new file mode 100644 index 0000000..6d7808e --- /dev/null +++ b/src/gathering/a10457.json @@ -0,0 +1 @@ +[[-6053,-11830],[-5914,-12066],[-6058,-12339],[-5325,-10956],[-5186,-11220],[-5318,-11537],[-5182,-11901],[-5298,-12243],[-5198,-12503],[-4505,-10218],[-4363,-10533],[-4506,-10818],[-4346,-11054],[-4489,-11474],[-4315,-11723],[-3712,-9748],[-3595,-9905],[-3700,-10451],[-3581,-10697],[-3680,-10993],[-3539,-11299],[-3671,-11609],[-2911,-9641],[-2769,-9977],[-2911,-10329],[-2768,-10501],[-2867,-10957],[-5230,-11374],[-4580,-10103],[-4526,-10398],[-4436,-10015],[-4331,-10708],[-4603,-10909],[-4323,-11204],[-4554,-11506],[-4165,-11551],[-4594,-11811],[-3794,-10433],[-3786,-10805],[-3795,-11109],[-3800,-10023],[-3869,-9778],[-3595,-10158],[-3466,-11470],[-2953,-10943],[-2693,-10823],[-2652,-10420],[-2964,-10166],[-2718,-9840],[-2682,-10177],[-3528,-9765],[-3890,-10532],[-4246,-10771],[-4295,-10428],[-5325,-10786],[-5240,-10680],[-5358,-10542],[-4319,-12030],[-3592,-11582],[-5034,-12423],[-2883,-9196],[-2748,-9393],[-412,-8342],[-521,-8770],[-935,-8864],[-1618,-8030],[-1502,-7620],[-1438,-7381],[-1214,-7490],[-1192,-7215],[-1018,-7355],[-901,-7058],[-747,-6699],[-175,-6435],[-1581,-9735],[-1649,-9999],[-3674,-9458],[-2688,-9450],[-3002,-9391],[-2930,-9065],[-1447,-9810],[-1410,-9604],[-1803,-9779],[-1177,-9431],[-1207,-9071],[-817,-9008],[-778,-8709],[-429,-8642],[-518,-8357],[-743,-8529],[-140,-8362],[-287,-8155],[-48,-8019],[-86,-6052],[-516,-6745],[-601,-6456],[-753,-7045],[-1024,-7021],[-950,-7151],[-1282,-7212],[-1259,-7786],[-1777,-7776],[-1557,-7779],[-636,-6551],[-449,-6407],[-7,-9239],[-863,-9202],[-605,-8922],[-379,-8763],[-907,-9256],[-884,-9053],[-573,-8724],[-352,-8621],[-257,-8387],[-986,-8931],[-1409,-9452],[-1299,-9236],[-1613,-9581],[-1347,-7804],[-891,-6696],[-1101,-8730],[-486,-7026],[-1596,-13716],[-1170,-12968],[-1847,-17094],[-2033,-17515],[-2343,-17650],[-2393,-17894],[-2740,-18104],[-2831,-18334],[-3336,-17794],[-3083,-17746],[-2965,-17464],[-2689,-17310],[-2537,-17058],[-2325,-17038],[-2166,-16650],[-1854,-16506],[-1796,-16201],[-1787,-15424],[-1825,-15702],[-2137,-15809],[-2284,-16167],[-2527,-16180],[-2685,-16536],[-2973,-16579],[-3091,-16939],[-3416,-17041],[-3599,-17351],[-4134,-16980],[-3850,-16909],[-3742,-16643],[-3528,-16570],[-3237,-16108],[-3010,-16095],[-2748,-15675],[-2519,-15602],[-2427,-15306],[-2249,-15207],[-1945,-14934],[-2473,-14530],[-2587,-14859],[-3014,-15009],[-3033,-15330],[-3299,-15407],[-3426,-15697],[-3724,-15780],[-3962,-16235],[-4242,-16380],[-4922,-16142],[-4576,-16012],[-4373,-15688],[-4043,-15482],[-3941,-15151],[-3618,-15095],[-3497,-14772],[-3160,-14609],[-2982,-14242],[-4284,-14703],[-4178,-14954],[-4517,-15005],[-4652,-15284],[-5012,-15517],[-5043,-15788],[-5327,-15891],[-5978,-12692],[-1396,-12977],[-1234,-13128],[-2210,-18177],[-2921,-18299],[-2614,-18195],[-2522,-17985],[-2708,-17986],[-2285,-17794],[-2176,-17451],[-2075,-17218],[-1711,-16134],[-1699,-16350],[-1999,-16369],[-1837,-16359],[-2062,-16546],[-2169,-16769],[-2506,-16842],[-2263,-16917],[-2569,-17118],[-2891,-17389],[-3155,-17557],[-3049,-17786],[-3308,-17722],[-3726,-17349],[-3498,-17369],[-3563,-17141],[-3174,-17072],[-3243,-16867],[-2862,-16719],[-2795,-16465],[-2635,-16542],[-3449,-16942],[-2469,-16078],[-2342,-16194],[-2313,-15912],[-1987,-15905],[-2099,-15709],[-1965,-15564],[-1709,-15414],[-1998,-15117],[-2361,-15414],[-2450,-15558],[-2685,-15486],[-2737,-15773],[-2918,-15723],[-2897,-15968],[-3115,-16007],[-3126,-16272],[-3368,-16199],[-3496,-16582],[-3646,-16497],[-3697,-16790],[-4042,-16878],[-4096,-17234],[-4238,-17165],[-4468,-16632],[-4053,-16391],[-3994,-16106],[-3799,-16093],[-3790,-15877],[-3587,-15722],[-3605,-15612],[-3237,-15550],[-3363,-15289],[-3165,-15205],[-2807,-14927],[-2655,-14945],[-2640,-14608],[-2383,-14601],[-3089,-14270],[-2972,-14464],[-3352,-14558],[-3279,-14817],[-3548,-14658],[-3699,-14859],[-3712,-15097],[-3886,-15439],[-4148,-15358],[-4112,-15664],[-4372,-15922],[-4668,-15924],[-4977,-16393],[-5359,-15820],[-5198,-15606],[-4917,-15399],[-4618,-15365],[-4665,-15085],[-4290,-14873],[-4180,-14750],[-4026,-14655],[-121,-15516],[-136,-14694],[-359,-14492],[-560,-14645],[-800,-14500],[-987,-14513],[-1465,-13854],[-1199,-13658],[-1051,-13842],[-762,-13679],[-435,-13859],[-318,-13724],[-22,-13854],[-1030,-13069],[-969,-13124],[-701,-12974],[-542,-13119],[-332,-12987],[-14,-13025],[-55,-18707],[-329,-18715],[-378,-19004],[-1284,-19155],[-1289,-18893],[-1015,-18834],[-995,-18613],[-765,-18559],[-655,-18240],[-349,-18208],[-315,-17973],[-84,-18009],[-38,-17683],[-1685,-18690],[-1654,-18502],[-1324,-18338],[-1215,-18035],[-939,-17983],[-824,-17642],[-549,-17607],[-482,-17308],[-201,-17201],[-891,-16900],[-960,-17158],[-1228,-17328],[-1258,-17453],[-1518,-17575],[-1563,-17780],[-1792,-17861],[-1874,-18133],[-2086,-18195],[-906,-16232],[-1045,-16475],[-1376,-16629],[-1539,-16905],[-1830,-17225],[-1522,-16103],[-1394,-15949],[-227,-15358],[-171,-13757],[-583,-13586],[-683,-13917],[-992,-13616],[-1212,-13985],[-1376,-13630],[-901,-12949],[-1027,-12805],[-394,-12853],[-219,-12958],[-119,-12806],[-149,-12999],[-648,-18926],[-150,-18766],[-246,-18596],[-69,-18414],[-65,-18858],[-279,-18154],[-539,-18136],[-583,-18471],[-804,-18744],[-1178,-18984],[-1451,-19080],[-1924,-18769],[-1574,-18345],[-1379,-18408],[-1373,-18124],[-1225,-18385],[-1043,-17880],[-884,-18022],[-401,-17569],[-614,-17653],[-197,-17416],[-91,-17280],[-254,-17057],[-633,-16887],[-952,-16981],[-1211,-17075],[-1043,-17265],[-1218,-17455],[-1427,-17387],[-1681,-17632],[-1735,-17963],[-2007,-18037],[-2066,-17953],[-2124,-18388],[-1660,-17107],[-1689,-16884],[-1681,-16800],[-1214,-16696],[-1176,-16368],[-1532,-16157],[-1441,-15860],[-1613,-16041],[-1529,-15346],[-246501,-37951],[-277712,-187312],[-276564,-187081],[-274286,-186414],[-274461,-186290],[3638,-10417],[3223,-10521],[8948,-12305],[9216,-12196],[9340,-11925],[9571,-11824],[8114,-12563],[8181,-12325],[8467,-12217],[8634,-11892],[8905,-11803],[8931,-11552],[9266,-11461],[7497,-12309],[7653,-12064],[7895,-11961],[7958,-11670],[8183,-11649],[8327,-11381],[8565,-11280],[8653,-11028],[8950,-10911],[9056,-10708],[7259,-11763],[7368,-11527],[7590,-11446],[7778,-11140],[7980,-11107],[8107,-10800],[8459,-10637],[8426,-10415],[8740,-10325],[8786,-10052],[7117,-11216],[7211,-10915],[7453,-10843],[7539,-10540],[7733,-10546],[7892,-10151],[8142,-10119],[8297,-9795],[8575,-9694],[6747,-10710],[6856,-10467],[7068,-10422],[7145,-10137],[7473,-10014],[7573,-9731],[7861,-9627],[7979,-9380],[8238,-9274],[8334,-9070],[6625,-10073],[6788,-9753],[7047,-9685],[7188,-9446],[7293,-9211],[7439,-9160],[7646,-8874],[6413,-9469],[6546,-9168],[6739,-9147],[6411,-12556],[5506,-12342],[5715,-12218],[5510,-12002],[5705,-11776],[5536,-11462],[5696,-11178],[5525,-10999],[5653,-10705],[5488,-10574],[5663,-10281],[5512,-10097],[4863,-12402],[4743,-12126],[4899,-11999],[4754,-11844],[4918,-11472],[4885,-11619],[4959,-11073],[4789,-10838],[4920,-10617],[4756,-10444],[4935,-10151],[4162,-10145],[3942,-10467],[4077,-10741],[3862,-11073],[4188,-11429],[3938,-11783],[4085,-11940],[3919,-12232],[4084,-12408],[4114,-11016],[3127,-10753],[3001,-11123],[3313,-11237],[3074,-11419],[3317,-11557],[3093,-11788],[3041,-12280],[3137,-12296],[3375,-12426],[2284,-12398],[2502,-12185],[2274,-12025],[2491,-11788],[2245,-11606],[2498,-11365],[2349,-11159],[2521,-10901],[1705,-11211],[1529,-11411],[1768,-11595],[1521,-11834],[1788,-11999],[1500,-12152],[1724,-12285],[920,-12560],[757,-12474],[911,-12338],[715,-12067],[856,-11913],[774,-11695],[2848,-4379],[3333,-4139],[3666,-4330],[3898,-4105],[4282,-4275],[4633,-4119],[4874,-4355],[5135,-4113],[5315,-4308],[5614,-4075],[5942,-4345],[6304,-4182],[6716,-4273],[6870,-4072],[7155,-4359],[7268,-4146],[8088,-4254],[8458,-4158],[8869,-5524],[8721,-5335],[8513,-5547],[8252,-5271],[8111,-5519],[7806,-5215],[7696,-5461],[7142,-5234],[7193,-5471],[6477,-5232],[6648,-5491],[6192,-5329],[6038,-5534],[5855,-5356],[5471,-5541],[5346,-5320],[4925,-5406],[4672,-5278],[4407,-5428],[3834,-5207],[3628,-5505],[3323,-5362],[3935,-5479],[3613,-6861],[3731,-6569],[4123,-6832],[4150,-6566],[4496,-6834],[4995,-6644],[5064,-6824],[5378,-6537],[5066,-6297],[4667,-6327],[3721,-6311],[3411,-6124],[5446,-6834],[6105,-6590],[6060,-6463],[6329,-6423],[6592,-6666],[7008,-6424],[6939,-6200],[7358,-6290],[7599,-6163],[7863,-6326],[8279,-6223],[8189,-6045],[1547,-6767],[1467,-6611],[1330,-6960],[1065,-7007],[540,-7529],[372,-7963],[74,-8250],[43,-6183],[349,-5940],[918,-7471],[51,-9217],[581,-8901],[1127,-8558],[1916,-8054],[1863,-7689],[5686,-5249],[6278,-5548],[7522,-5203],[4367,-5585],[3183,-5589],[2875,-4136],[3198,-4385],[9553,-11793],[9468,-12006],[9099,-12215],[8667,-12486],[9068,-11646],[8847,-11941],[8487,-12009],[8296,-12322],[9172,-11934],[9480,-11392],[7695,-12282],[7808,-12068],[8099,-11845],[8533,-11392],[8748,-11206],[8977,-10785],[9185,-10867],[9488,-11197],[7295,-11365],[7545,-11448],[8145,-11074],[8344,-10676],[8687,-10479],[8410,-9857],[7869,-10254],[7611,-10782],[7019,-11080],[6754,-10763],[7339,-10091],[7608,-10070],[7882,-9736],[7543,-9181],[7330,-9236],[7139,-9548],[6907,-9815],[6681,-10048],[6634,-9435],[6291,-9572],[6731,-9236],[8417,-9726],[6548,-12448],[5484,-11790],[5603,-11287],[5573,-11221],[5338,-10644],[5585,-10943],[5813,-11529],[5750,-11992],[6312,-12079],[4982,-12577],[4729,-11574],[4920,-10976],[5073,-10444],[4292,-10612],[4268,-10880],[4161,-11198],[4128,-11875],[3998,-12386],[3019,-12535],[3264,-12083],[3019,-11558],[3047,-11389],[3064,-10893],[2588,-12564],[2537,-12037],[2545,-11168],[2345,-11264],[1682,-12043],[1446,-11964],[1657,-11451],[4811,-12268],[4751,-11637],[4819,-11244],[3392,-11854],[2319,-12137],[2545,-11536],[1759,-11716],[1014,-12198],[944,-11733],[4856,-11967],[228,-8072],[165,-7900],[506,-7807],[384,-7584],[705,-7569],[643,-7227],[938,-7351],[897,-7034],[1412,-6930],[1559,-6624],[507,-5845],[298,-5992],[65,-6322],[243,-5761],[338,-6162],[211,-6345],[513,-6047],[385,-6328],[1892,-7607],[2119,-7738],[2109,-7419],[2202,-7596],[1669,-7913],[1750,-8016],[1268,-8261],[1436,-8413],[1056,-8496],[2345,-7579],[2252,-7296],[576,-9006],[417,-8829],[243,-9091],[302,-9224],[3549,-6524],[3859,-6505],[4230,-6784],[4348,-6583],[3815,-6724],[3538,-6642],[4710,-6319],[4842,-6372],[4566,-6320],[4819,-6719],[5070,-6694],[4903,-6870],[5579,-6660],[5383,-6774],[5199,-6708],[5200,-6486],[4852,-6522],[5799,-6490],[6173,-6609],[5977,-6380],[6462,-6298],[6480,-6450],[6896,-6310],[7090,-6504],[7562,-6094],[7687,-6301],[8095,-6084],[8174,-6247],[8454,-6114],[7886,-6045],[9151,-5412],[8730,-5560],[8602,-5233],[8313,-5605],[8184,-5492],[8210,-5184],[7999,-5236],[7558,-5522],[6932,-5441],[7188,-5260],[6818,-5340],[6659,-5207],[6438,-5439],[6171,-5506],[5638,-5399],[5382,-5485],[5303,-5275],[5180,-5210],[4939,-5196],[4596,-5313],[4405,-5334],[4146,-5451],[4030,-5226],[3690,-5121],[3646,-5399],[3115,-5287],[3464,-5343],[3157,-5198],[2788,-4250],[2973,-4496],[2491,-4383],[2757,-4166],[3270,-4174],[3105,-4053],[3715,-4045],[4106,-4463],[3771,-4147],[4337,-4027],[4603,-4210],[4880,-4045],[4769,-3877],[5167,-3922],[5115,-4310],[5459,-3964],[5464,-4290],[5699,-3955],[5816,-4221],[5992,-3925],[6101,-4279],[6291,-4024],[6433,-4324],[6623,-4022],[6703,-4328],[6979,-4075],[6996,-4414],[7367,-4453],[7517,-4057],[7620,-4330],[8007,-4071],[7992,-4298],[8213,-4398],[8269,-4227],[8621,-4346],[1619,-6819],[677,-7025],[1173,-7443],[1357,-7913],[2175,-7927],[22,-8422],[3388,-14895],[2550,-15132],[2338,-14827],[2122,-14994],[1506,-15508],[8353,-13091],[8524,-12781],[8851,-12638],[7773,-12951],[7816,-12662],[6479,-13346],[6330,-13175],[6459,-13016],[6302,-12780],[5697,-13708],[5510,-13534],[5643,-13104],[5525,-12923],[5685,-12717],[4858,-13759],[4710,-13626],[4847,-13311],[4695,-13122],[4873,-12847],[4722,-12774],[3937,-12638],[4088,-12904],[3901,-13210],[4074,-13460],[3057,-12701],[3276,-12827],[3071,-13056],[3270,-13196],[2457,-13059],[2282,-12969],[2466,-12644],[1535,-12643],[2394,-16943],[2048,-17053],[1856,-16868],[1594,-17070],[2894,-16393],[2729,-16081],[2547,-16259],[2287,-16006],[1936,-16304],[1744,-16137],[1489,-16253],[1199,-16130],[1113,-16403],[124,-15332],[384,-15513],[639,-15375],[842,-15504],[1136,-15330],[1350,-15524],[1602,-15366],[1788,-15552],[1901,-15319],[2182,-15582],[2255,-15354],[2626,-15404],[2841,-15217],[3146,-15404],[3392,-15247],[3212,-14722],[2982,-14549],[2624,-14639],[2447,-14513],[2250,-14629],[2032,-14531],[1834,-14632],[1681,-14476],[1403,-14647],[1200,-14494],[868,-14715],[696,-14577],[338,-14694],[183,-14508],[161,-13700],[412,-13876],[544,-13695],[799,-13923],[998,-13666],[1258,-13873],[1077,-17617],[784,-17682],[780,-17931],[415,-18028],[373,-18369],[91,-18392],[139,-17693],[385,-17427],[559,-17363],[586,-17153],[25,-17108],[3032,-13372],[3104,-13561],[2151,-13143],[4009,-13767],[3836,-13684],[4615,-13654],[4746,-13960],[4950,-12987],[5704,-13506],[6475,-12820],[8711,-12755],[8457,-13081],[8704,-12922],[8004,-12783],[5814,-13308],[5774,-12951],[5741,-12703],[5704,-13365],[4714,-13358],[4233,-12741],[3763,-13302],[3301,-13423],[3304,-12963],[3220,-12682],[898,-12637],[2545,-17131],[2117,-17089],[1827,-17139],[1517,-16040],[1714,-16304],[2208,-16149],[2716,-16035],[479,-15450],[984,-15249],[1000,-13892],[960,-13862],[593,-14797],[330,-14459],[16,-12891],[677,-13791],[1032,-14438],[1193,-14669],[1580,-14412],[2062,-14646],[2145,-14400],[3095,-15216],[3040,-15458],[2188,-15208],[1974,-15625],[1889,-15253],[1704,-15220],[1225,-15282],[1182,-15455],[969,-15611],[408,-15251],[32,-18643],[159,-18455],[531,-18227],[568,-17835],[863,-17920],[912,-17757],[1039,-17460],[263,-17432],[362,-17591],[39318,-59814],[40025,-59854],[40742,-59868],[41385,-59846],[41813,-59803],[40980,-60575],[39840,-60486],[39055,-60532],[38970,-61461],[39751,-61408],[40631,-61389],[42041,-61398],[42261,-62187],[41165,-62122],[40448,-62171],[39483,-62189],[39326,-62884],[40147,-62917],[40934,-62901],[41561,-63031],[44007,-62568],[45130,-62650],[45632,-62618],[46073,-62591],[46579,-62597],[47800,-62638],[48430,-62603],[48277,-61795],[47835,-61749],[47104,-61795],[46514,-61830],[45623,-61811],[45071,-61820],[43920,-61824],[44263,-61008],[45443,-61105],[46216,-60992],[47301,-61031],[47882,-61086],[47833,-60318],[47418,-60382],[46889,-60274],[46128,-60293],[44942,-60230],[44636,-60229],[44119,-60254],[44332,-61766],[44810,-61840],[45776,-61854],[46338,-61691],[46986,-61853],[45952,-61019],[45685,-60902],[44475,-61044],[44474,-60855],[45451,-60189],[46338,-60361],[47016,-60388],[47643,-60949],[48084,-60990],[47455,-61799],[45438,-62520],[47086,-62698],[47329,-62530],[48116,-62692],[48236,-62518],[44825,-62505],[44259,-62437],[42077,-62131],[41609,-62094],[40618,-62247],[39633,-62841],[40415,-62871],[41203,-63002],[42137,-62975],[41397,-62905],[41714,-61365],[41316,-61473],[40398,-61269],[39585,-61448],[41849,-61478],[41138,-60596],[40527,-60516],[39637,-60633],[39405,-60439],[39797,-59717],[41110,-59710],[41535,-59858],[41926,-59893],[41107,-59942],[39974,-59605],[40212,-60677],[40272,-60368],[39801,-61185],[39869,-61482],[47089,-60281]] \ No newline at end of file diff --git a/src/gathering/a10458.json b/src/gathering/a10458.json new file mode 100644 index 0000000..ae48406 --- /dev/null +++ b/src/gathering/a10458.json @@ -0,0 +1 @@ +[[-127880,114348],[-127763,114816],[-127594,115263],[-127164,116461],[-127897,117721],[-127391,115890],[-127972,116535],[-127068,117188],[-126970,117898],[-126926,118674],[-127899,117130],[-128616,114599],[-128466,115021],[-129393,114965],[-128337,115452],[-128119,115939],[-129269,115569],[-129103,116111],[-128939,116533],[-128802,117031],[-129938,115489],[-129900,116093],[-129803,116770],[-129705,117341],[-128708,117541],[-129703,117919],[-179179,-571723],[-191780,-7389],[-191703,-8218],[-191270,-8207],[-181511,-569548],[-181537,-569890],[-182100,-570150],[-182064,-571961],[-182215,-572368],[-182849,-571653],[-182902,-570361],[-183089,-571181],[-182934,-572097],[-183546,-571328],[-183757,-572578],[-183693,-572106],[-183153,-570039],[-183767,-570855],[-182527,-569989],[-183085,-572527],[-182278,-572798],[-182429,-573290],[-183591,-573278],[-180150,-570288],[-180088,-571504],[-180552,-571988],[-180628,-572496],[-180334,-572629],[-179792,-572955],[-179660,-572397],[-179470,-571084],[-179303,-569887],[-192187,-7464],[-192592,-7454],[-192942,-7534],[-193330,-7595],[-192102,-8244],[-192481,-8276],[-192906,-8324],[-240422,-1043],[-240783,-941],[-241204,-910],[-241502,-741],[-241815,-1312],[-241464,-1438],[-241124,-1508],[-240801,-1627],[-240537,-1625],[-409555,31685],[-408781,31240],[-409583,31201],[-408801,30760],[-409576,30707],[-410508,31462],[-411154,29892],[-411962,30898],[-417304,32234],[-412040,30417],[-411161,30478],[-410464,30412],[-411172,30865],[-412721,30412],[-413390,29608],[-410410,30046],[-411172,31506],[-414842,33666],[-410446,30925],[-411974,29931],[-413761,30162],[-414248,33672],[-412797,30842],[-412890,31923],[-413626,31946],[-413908,33134],[-413043,32358],[-414448,34535],[-415169,34819],[-415215,35306],[-415592,35071],[-415665,29985],[-415634,30327],[-415509,30654],[-415545,31395],[-415682,31794],[-415329,31796],[-416512,30185],[-416370,30502],[-416258,30796],[-416274,31505],[-416312,31932],[-416383,32680],[-415881,32781],[-417475,30517],[-417365,30792],[-418782,33350],[-417312,31654],[-414330,33995],[-417317,32693],[-417346,33184],[-413296,31110],[-417948,33206],[-417903,32684],[-417997,32239],[-411881,31439],[-417979,31588],[-417977,31063],[-417917,30681],[-418782,30727],[-418813,31172],[-418769,31580],[-418759,31956],[-418730,32367],[-418721,32887],[-419479,33209],[-419596,32772],[-419586,32416],[-419602,32067],[-419655,31534],[-412756,31294],[-420163,32162],[-420121,32757],[-414770,35107],[-415788,34828],[-415622,34526],[-414975,34105],[-414400,33071],[4601,74885],[3862,74855],[2958,74860],[1954,74780],[2125,76057],[2937,76067],[3737,76074],[4547,76060],[5291,74908],[1748,73303],[3414,74848],[2383,74822],[1408,74799],[2549,76091],[4145,76103],[5944,74810],[5784,75939],[5345,76017],[4919,76010],[1582,76222],[2423,73389]] \ No newline at end of file diff --git a/src/gathering/a10463.json b/src/gathering/a10463.json new file mode 100644 index 0000000..258e554 --- /dev/null +++ b/src/gathering/a10463.json @@ -0,0 +1 @@ +[[-188282,-562381],[-188522,-562415],[-188046,-562671],[-188196,-562715],[-188435,-562760],[-188630,-562814],[-188976,-562914],[-189133,-562986],[-189337,-563030],[-189492,-563074],[-189683,-563100],[-189636,-563481],[-189459,-563458],[-189286,-563418],[-187729,-563038],[-187888,-563064],[-188064,-563111],[-188658,-563273],[-187846,-564129],[-188017,-564167],[-188140,-564215],[-188336,-564275],[-188596,-564296],[-188801,-564356],[-188999,-564358],[-189176,-564394],[-189332,-564404],[-189538,-564429],[-188519,-565546],[-188194,-565416],[-204660,-25345],[-204651,-26203],[-204341,-26222],[-204061,-26174],[-203863,-26204],[-204629,-26997],[-204303,-26971],[-203986,-27005],[-203740,-26994],[-203491,-27020],[-203257,-27015],[-204707,-27783],[-204532,-27799],[-204151,-27778],[-203931,-27771],[-203651,-27752],[-203356,-27789],[-203161,-27802],[-202932,-27790],[-204720,-28643],[-204499,-28609],[-204204,-28622],[-203967,-28625],[-203733,-28625],[-203423,-28619],[-203091,-28639],[-202837,-28636],[-202664,-28631],[-204527,-29461],[-204147,-29451],[-203727,-29394],[-203431,-29450],[-203211,-29427],[-202991,-29442],[-202754,-29403],[-202519,-29413],[-203789,-27781],[-203478,-27800],[-203310,-29421],[-203566,-29422],[-204191,-26216],[-204484,-26228],[-206810,191],[-206858,-115],[-206834,-346],[-206839,-611],[-206846,-996],[-206843,-1248],[-206857,-1571],[-206858,-1754],[-206865,-2024],[-206914,-2327],[-206888,-2564],[-206014,141],[-205993,-189],[-206039,-457],[-206020,-776],[-205989,-1087],[-206006,-1400],[-206053,-1826],[-206000,-2049],[-206023,-2271],[-206034,-2534],[-206040,-2788],[-206050,-3030],[-205223,-1450],[-205228,-1680],[-205261,-1893],[-205240,-2144],[-205228,-2531],[-205210,-2747],[-205237,-2924],[-205236,-3210],[-206315,-25395],[-206075,-25397],[-205836,-25377],[-205529,-25352],[-205297,-25372],[-205132,-25339],[-204923,-25343],[-207016,-25441],[-206756,-25449],[-206535,-25414],[-206682,-26229],[-206419,-26236],[-206099,-26232],[-205936,-26213],[-205709,-26214],[-205416,-26197],[-205114,-26199],[-204860,-26200],[-206494,-27008],[-206142,-26994],[-205939,-27010],[-205674,-27029],[-205471,-27023],[-205271,-26992],[-204895,-26979],[-206154,-27857],[-205910,-27824],[-205597,-27838],[-205378,-27824],[-205200,-27828],[-204926,-27830],[-206025,-28654],[-205830,-28664],[-205569,-28666],[-205285,-28670],[-204992,-28633],[-205161,-29428],[-204895,-29445],[-205556,-26215],[-208827,-43006],[-208743,-43257],[-208865,-43469],[-208829,-43620],[-208839,-43793],[-208831,-43913],[-208861,-44069],[-208782,-44307],[-208821,-44499],[-208885,-44710],[-208816,-44993],[-208833,-45348],[-208894,-45173],[-208001,-43675],[-208038,-43934],[-208043,-44124],[-208046,-44376],[-208082,-44544],[-208007,-44748],[-208035,-44963],[-208057,-45187],[-208082,-45429],[-208041,-44654],[-208889,-44871],[-206799,1157],[-206790,955],[-206810,725],[-206848,505],[-206013,372],[-217973,-65501],[-218034,-65680],[-218205,-66171],[-218253,-66373],[-218370,-65426],[-218451,-65680],[-237992,7254],[-238086,7032],[-237999,6634],[-238031,6397],[-238040,5944],[-238090,5399],[-238031,4957],[-238098,4747],[-238141,4397],[-237239,7685],[-237160,7320],[-237244,7022],[-237216,6687],[-237236,6232],[-237134,5914],[-237249,5475],[-237241,5151],[-237243,4679],[-237226,4394],[-236449,8408],[-236440,7927],[-236446,7460],[-236452,7337],[-236394,7064],[-236453,6628],[-236402,5510],[-236464,5170],[-236390,4812],[-236458,4512],[-236383,4217],[-235643,8856],[-235599,8590],[-235650,8167],[-235618,7751],[-235662,7630],[-235626,6712],[-235629,6299],[-235599,5979],[-235627,5695],[-235596,4929],[-234900,9921],[-234888,9375],[-234858,8647],[-234922,8256],[-234808,7066],[-234889,6338],[-234861,5776],[-234897,5311],[-234047,5970],[-234003,6978],[-233987,7595],[-233990,8302],[-234043,8818],[-233969,9333],[-233980,9746],[-233999,10525],[-233183,11151],[-233238,10383],[-233312,9839],[-233215,9123],[-233232,8502],[-233205,7926],[-233229,7196],[-232418,7254],[-232343,8314],[-232512,8903],[-232370,9710],[-232326,10436],[-232345,11084],[-234005,6523],[-234023,9892],[-234900,6903],[-238084,6090],[-237280,5605],[-237239,4810],[-236349,4651],[-232477,7389],[-264701,-79018],[-264935,-79009],[-265112,-79004],[-265751,-78991],[-265296,-79790],[-265099,-79790],[-264956,-79790],[-265012,-80549],[-265143,-80571],[-265759,-80589],[-409430,34545],[-409200,34919],[-409445,35354],[-412469,34461],[-410893,35032],[-410623,34782],[-410299,34567],[-409617,34319],[-411644,34243],[-411007,34751],[-411466,34973],[-409981,34445],[-411087,34442],[-419288,35651],[-419232,35284],[-418532,35317],[-418896,35334],[-417501,35488],[-418423,35853],[-410691,34435],[-411275,34673],[-411224,35072],[146577,308437],[145986,309074],[145735,309337],[145999,309567],[146153,309373],[146384,309081],[146502,308962],[146707,308734],[146866,308551],[147188,308653],[147087,308798],[146713,309253],[146554,309422],[144690,311526],[144827,310692],[144969,311526],[145492,311553],[145882,311567],[146645,311601],[146669,311241],[146272,311203],[145633,311153],[145151,311113],[144856,311087],[145074,310655],[145276,310651],[146009,310674],[146205,310704],[146847,310772],[147947,315482],[148348,315402],[148687,315346],[149136,315259],[149264,315251],[149449,315529],[148943,315311],[148931,315579],[148433,315656],[148069,315682],[148760,315608],[149293,315538],[127649,316873],[127525,316623],[127395,316343],[127737,317044]] \ No newline at end of file diff --git a/src/gathering/a10464.json b/src/gathering/a10464.json new file mode 100644 index 0000000..4bcb4f3 --- /dev/null +++ b/src/gathering/a10464.json @@ -0,0 +1 @@ +[[-217394,-27794],[-217220,-27816],[-217042,-27780],[-216799,-27906],[-217144,-27890],[-217501,-27760],[-216903,-27826],[-216666,-27836],[-227964,-7326],[-227949,-7052],[-227958,-6800],[-227947,-6462],[-227952,-6221],[-227931,-5915],[-227941,-5659],[-227947,-5396],[-227918,-5139],[-227940,-4821],[-227895,-4518],[-227946,-4349],[-227904,-6638],[-227895,-6101],[-219894,-27799],[-219740,-27791],[-219562,-27812],[-219375,-27797],[-219216,-27799],[-218959,-27807],[-218757,-27783],[-218538,-27833],[-218331,-27794],[-218146,-27812],[-217954,-27812],[-217741,-27836],[-217608,-27818],[-217860,-27895],[-219085,-27770],[-219636,-27870],[-219960,-27898],[-219478,-27862],[-218880,-27799],[-218663,-27783],[-218452,-27802],[-218062,-27801],[-226397,12955],[-226628,12772],[-226707,12704],[-226907,12540],[-227019,12444],[-227088,12382],[-227280,12166],[-227386,12049],[-227498,11959],[-227693,11785],[-227826,11591],[-228001,11498],[-227127,12244],[-227416,12194],[-225718,13668],[-225849,13549],[-226026,13377],[-226159,13260],[-226315,13119],[-225974,13541],[-226432,13096],[-230490,-7028],[-230529,-6799],[-230492,-6603],[-230551,-6363],[-230499,-6073],[-230549,-5911],[-230503,-5689],[-230527,-5435],[-230524,-5195],[-230515,-4940],[-230476,-4704],[-230517,-4429],[-230515,-4151],[-230464,-3935],[-230460,-3614],[-230462,-3314],[-230499,-3009],[-230509,-6216],[-230542,-4585],[-230507,-3811],[-230444,-6466],[-230431,-7253],[-268614,-76486],[-268576,-77131],[-268282,-76845],[-269339,-77102],[-269200,-76971],[-269049,-76848],[-268981,-77501],[-268833,-77361],[-408014,27931],[-407731,27945],[-409038,28228],[-408337,28249],[-408618,28248],[-407968,28595],[-408325,28574],[-408624,28578],[-408948,28859],[-409361,28818],[-408396,29206],[-408695,29210],[-408040,29228],[-409211,28826],[146542,315841],[146564,315570],[145989,316257],[145985,315846],[145990,315550],[145915,316213],[145869,316604],[145835,316840],[145291,316770],[145330,316486],[145469,316258],[145390,315816],[145444,315439],[145399,316855],[145894,316926],[148006,317133],[148295,317183],[148737,317162],[149225,317171],[148941,317173],[148044,316780],[148537,316781],[149050,316794],[149465,316788],[149100,316432],[148814,316445],[146382,316945],[146407,316441],[145369,317041],[145344,317169],[145868,317204],[528773,300365]] \ No newline at end of file diff --git a/src/gathering/a10465.json b/src/gathering/a10465.json new file mode 100644 index 0000000..b044aee --- /dev/null +++ b/src/gathering/a10465.json @@ -0,0 +1 @@ +[[-126437,434733],[-126555,434874],[-135410,235004],[-132168,297592],[-129288,302443],[-183337,297292],[-183435,297288],[-228964,273807],[-242926,-242003],[-242377,-240439],[-243058,-250748],[-241430,-254963],[-236447,-244629],[-239773,-243079],[-240586,-249434],[-242901,-258718],[-236085,265258],[-9296,-140777],[-5356,-144547],[-3280,-83668],[-3524,-90976],[-7517,-110685],[-254940,-224988],[-253328,-225151],[-255416,-227100],[-251537,-226656],[-253599,-229140],[-250313,-228654],[-254120,-231811],[-250259,-230942],[-253818,-234731],[-249535,-232887],[-248353,-234051],[-248852,-235406],[-251167,-239770],[-245639,-239824],[-248444,-231179],[-246410,-251860],[-246349,-248691],[-250133,-249996],[-260032,-229237],[-261051,-227586],[-263682,-227862],[-265290,-226577],[-265561,-224185],[-259948,-221086],[-260158,-222027],[-256761,-223461],[-257779,-227906],[-256986,-229436],[-264490,-231254],[-259826,-236090],[-261644,-233183],[-261925,-233758],[-262389,-237704],[-262574,-239023],[-263601,-238773],[-260665,-236142],[-260494,-234853],[-260596,-231023],[-261246,-231183],[-259216,-230622],[-256463,-232337],[-256459,-235072],[-288033,-270177],[-287389,-283567],[-295574,-275815],[-302411,523960],[-302312,523920],[-322491,-278281],[-331742,-278632],[-324481,145847],[-357708,184678],[-359120,196587],[-23679,-132481],[-24006,-131466],[-378696,179724],[-380332,210701],[-389803,210182],[-407132,-173036],[-407888,-203592],[-404733,195991],[-420588,-127902],[-409641,-177847],[-419233,-197845],[-411585,491183],[-411530,491383],[-431598,-117486],[-429747,-108620],[-431959,233844],[-441386,192783],[-435792,243737],[-33103,-118869],[-37038,-115478],[-32890,-88351],[-34616,-108206],[-30289,-109750],[-30896,-109335],[-33479,-109709],[-35942,-111997],[-36146,-112106],[-509048,371670],[-39946,-116729],[-41795,-117955],[-39406,-121070],[-38414,-86056],[-41342,-109269],[-40238,-113399],[-41107,-112391],[-642951,-282109],[-642853,-282229],[-62952,379445],[8700,-139259],[2152,-144241],[6252,-108357],[175032,399992],[203228,212773],[234976,558711],[240488,555720],[255144,277002],[24083,-125553],[19214,-117725],[24106,-141330],[19304,-142570],[260966,514776],[275956,421617],[275605,522901],[275451,546405],[275068,547036],[288309,471514],[290706,466413],[302921,404843],[303069,404928],[25834,-133775],[29440,-132286],[29361,-132600],[26997,-143868],[38394,369303],[42934,207301],[72519,400526],[80828,244831],[124079,194962]] \ No newline at end of file diff --git a/src/gathering/a10468.json b/src/gathering/a10468.json new file mode 100644 index 0000000..78dd331 --- /dev/null +++ b/src/gathering/a10468.json @@ -0,0 +1 @@ +[[-117834,-97126],[-126331,241602],[-126341,241849],[-127398,84563],[-131861,242562],[-131518,242326],[-129934,232586],[-131175,237550],[-135298,237139],[-138516,237535],[-131744,242315],[-130022,232388],[-131466,237614],[-135426,234664],[-135198,237228],[-138380,237638],[-130943,235299],[-149720,82177],[-156180,-174778],[-173573,-148097],[-180816,164318],[-196239,-207415],[-219509,103037],[-235524,589518],[-236105,593834],[-236353,593766],[-250062,75223],[-258704,-135063],[-300127,-198296],[-297953,508388],[-297634,508363],[-329987,-167293],[-332573,144360],[-323096,149275],[-320778,148207],[-328113,174114],[-331698,167852],[-329451,177849],[-328862,169473],[-335948,173933],[-354114,184240],[-355250,189813],[-357742,195799],[-365486,185873],[-361302,182778],[-365342,192658],[-373206,219794],[-380740,110021],[-392090,213269],[-388289,224302],[-389362,349270],[-386052,357478],[-386578,357693],[-392284,372442],[-388548,86791],[-386312,88870],[-385202,109603],[-404937,197834],[-404424,202029],[-399932,199069],[-401858,208310],[-404673,353750],[-496526,374901],[-497128,375622],[-555066,189271],[-555235,189384],[-41412,9767],[-69297,-5839],[-69293,-5979],[-93062,613],[11299,143451],[1638,290129],[5749,595142],[7989,607014],[3241,606148],[150306,210865],[157309,30308],[220480,198805],[240045,-93769],[260033,298659],[270259,-41693],[270202,-41839],[271402,519714],[314961,-168643],[311714,420881],[317448,418339],[316754,434139],[309183,435297],[320980,432305],[37311,131773],[393900,-130050],[393905,-130197],[42161,254589],[40484,378603],[62035,144614],[61107,404408],[64226,-25852],[64370,-25906],[67362,331744],[73512,54347],[73229,54165],[78994,236384],[80705,403031],[86910,64236],[103306,-62626],[121488,-1025],[121433,-1099],[126738,44317]] \ No newline at end of file diff --git a/src/gathering/a10469.json b/src/gathering/a10469.json new file mode 100644 index 0000000..cfbcbf0 --- /dev/null +++ b/src/gathering/a10469.json @@ -0,0 +1 @@ +[[-121120,-85353],[-117417,300998],[-126518,310087],[-126686,310033],[-121444,428311],[-126479,434950],[-128528,303955],[-131311,305445],[-133498,302661],[-133526,302966],[-128340,303882],[-128082,304103],[-131514,305447],[-131807,301272],[-131739,301607],[-131613,308293],[-131700,307949],[-131425,308149],[-136673,75669],[-136604,75554],[-150816,-194606],[-151651,42423],[-176688,-234961],[-176937,291552],[-188140,164131],[-180238,185218],[-228957,273596],[-241570,258844],[-243002,589418],[-239383,102367],[-7092,6397],[-243385,589343],[-243297,589577],[-264065,-115429],[-294670,-167538],[-315409,-181950],[-307479,503909],[-307296,503968],[-338420,33663],[-389126,349056],[-392489,372711],[-405642,485956],[-405815,485774],[-508702,146668],[-516725,145325],[-514613,154561],[-512724,164752],[-522280,372338],[-522271,371889],[-522489,372030],[-531037,69580],[-526582,84302],[-530568,77710],[-548673,198270],[-548331,210097],[-547926,210425],[-547874,209925],[-560167,190191],[-552718,202902],[-565335,186239],[-565630,186294],[-565451,185969],[-569851,197376],[-565246,211633],[-570163,207047],[-597184,213240],[-596972,213339],[-597415,213438],[-595696,219296],[-595806,218970],[-618405,59641],[-48843,389244],[-662913,1688318],[-662967,1688486],[-664707,1693413],[-665051,1693500],[-664851,1693225],[-672002,1679217],[-669045,1690328],[-667555,1693111],[-670339,1695298],[-670034,1695326],[-669118,1690140],[-668897,1689882],[-667553,1693314],[-671728,1693607],[-671393,1693539],[-52096,181976],[-51861,181914],[-60492,84820],[-65931,-147898],[-71721,37956],[-86710,-77263],[-86528,401968],[-86721,399422],[-82655,51289],[-1014813,1485893],[-1014900,1485549],[-1014625,1485749],[-99121,-126303],[10263,281087],[2842,300715],[6073,595299],[8467,121483],[141806,207115],[176430,18187],[175889,407845],[173702,405061],[175393,403672],[173674,405366],[175686,407847],[175461,404007],[175775,410549],[175587,410693],[175500,410349],[191321,-44471],[200298,208604],[216512,204506],[235310,135603],[21219,-97456],[262325,305641],[257275,401484],[273563,408206],[278807,420292],[278053,424662],[272896,520808],[270487,516129],[280979,524249],[271937,519719],[273526,546906],[315002,-169037],[309012,416505],[314432,431630],[322959,416741],[323958,410301],[325158,609822],[370015,-109875],[30771,24629],[30848,24746],[36652,381128],[47410,5743],[45950,210022],[41267,22459],[60425,416830],[68895,-117700],[75258,331054],[77601,-110849],[77685,-110802],[78702,159346],[78747,240363],[82204,400722],[81898,67550],[94758,-106978],[93324,226417],[96196,75310],[96250,75449],[97769,97083],[97976,96958],[1149677,-31946],[1149683,-31794],[1149694,-31642],[1149687,-31530],[1149698,-31384],[126320,190644]] \ No newline at end of file diff --git a/src/gathering/a10470.json b/src/gathering/a10470.json new file mode 100644 index 0000000..92d524d --- /dev/null +++ b/src/gathering/a10470.json @@ -0,0 +1 @@ +[[-121658,428236],[-121276,428071],[-140842,-36702],[-146391,32347],[-163231,-254920],[-208362,-185405],[-219586,-234124],[-239836,595799],[-240513,595284],[-244193,329848],[-259076,-210172],[-281142,-91885],[-305320,301288],[-305425,301728],[-304766,309098],[-303472,330879],[-303799,331095],[-308394,516664],[-308027,516800],[-311968,516762],[-311722,517033],[-311261,525161],[-323080,321855],[-323138,320967],[-323961,44531],[-336760,281380],[-358291,302171],[-346378,340591],[-346333,340262],[-358582,302095],[-411971,491229],[-411298,491340],[-414170,499564],[-438046,191163],[-440921,198276],[-443881,221045],[-437574,237896],[-448286,233714],[-505373,136745],[-511952,166792],[-517189,145387],[-516498,155057],[-512976,160044],[-513108,363777],[-513043,364186],[-512966,364106],[-522802,67547],[-527563,63930],[-534803,71924],[-529150,85773],[-525363,115007],[-573333,196813],[-573090,197204],[-603755,54984],[-614218,56728],[-603473,55121],[-49000,389770],[-49235,389639],[-658755,-277683],[-658648,-277527],[-654498,-278846],[-62758,379402],[-62482,379532],[-59184,391584],[-58603,395067],[-71155,410574],[-76663,411574],[-76126,411646],[-88480,403146],[-88833,403352],[-86652,402175],[-86704,401922],[-87786,426078],[-87673,425892],[-101714,-130167],[-92020,387608],[-99909,385327],[-94974,384202],[-95079,384618],[-99768,385156],[-104207,398328],[-104203,398490],[8619,298540],[200661,210879],[208785,364858],[233591,557726],[230456,557598],[244023,-98867],[244118,-98973],[255996,278957],[243757,562697],[261411,-123949],[258079,-138774],[258149,-138952],[263101,-33074],[256157,294091],[284178,-168219],[283998,-167946],[285667,470747],[282275,461775],[294527,469963],[308811,14878],[319189,421427],[307255,463757],[324466,-90377],[328703,412024],[38139,218303],[35079,362266],[34366,380707],[49752,138585],[49846,138677],[45545,202125],[528844,300319],[57497,1543],[57895,331],[53952,128770],[54041,128982],[53085,23831],[52764,24025],[58987,25746],[58673,25349],[51212,27975],[51507,28093],[60318,409188],[72049,-128545],[71936,-128441],[66970,326198],[78379,162927],[80093,239884],[79480,322096],[82797,404185],[90368,-18227],[1149657,-32178],[1149668,-32327],[1149668,-32450],[1149649,-32607],[1149654,-32745],[1149666,-32839],[1149653,-32260],[1149660,-32153],[123764,195696]] \ No newline at end of file diff --git a/src/gathering/a10471.json b/src/gathering/a10471.json new file mode 100644 index 0000000..37a4abd --- /dev/null +++ b/src/gathering/a10471.json @@ -0,0 +1 @@ +[[-115318,3778],[-179809,-130309],[-179846,-153625],[-226810,-242741],[-228738,273778],[-229218,273909],[-232520,-209403],[-235873,265006],[-239950,257458],[-239717,257299],[-236194,265180],[-231011,278194],[-230845,278301],[-230434,586412],[-230606,586706],[-230406,586149],[-235183,68684],[-240592,71261],[-525,296895],[-245025,280863],[-244700,280800],[-258836,-211916],[-304981,301551],[-304774,310330],[-304182,331068],[-308301,516506],[-307879,517336],[-331359,144054],[-331255,143924],[-323542,323294],[-323912,323321],[-329078,341889],[-337468,283427],[-337539,283090],[-336104,339493],[-336331,339482],[-367150,303285],[-367326,303635],[-406012,485720],[-405605,486135],[-437120,85900],[-440218,78310],[-440386,78362],[-441528,90692],[-441174,90625],[-463728,94793],[-467860,100326],[-468048,100305],[-467760,100690],[-471116,98192],[-471051,98073],[-467190,96613],[-467455,96594],[-468313,110459],[-485709,115213],[-485912,109470],[-478416,123435],[-491419,102417],[-487025,107357],[-486834,116658],[-556482,207002],[-599197,208109],[-599273,207790],[-595135,223215],[-595139,223608],[-604297,209026],[-603359,209547],[-614224,57065],[-614399,56711],[-654799,-278835],[-654548,-278633],[-59296,-155011],[-61632,-179999],[-53473,-13420],[-69939,104228],[-76159,117428],[-76258,117536],[-1051520,1481100],[-1055928,1485892],[-1055574,1485825],[-103127,-119404],[11245,18331],[4894,296194],[4292,29527],[4069,29679],[138763,207906],[147686,10219],[146993,216385],[164046,74651],[172043,96748],[172122,96680],[186213,26247],[186347,26425],[182465,493217],[198415,512399],[216581,196086],[205207,212650],[211719,521618],[222459,539677],[233395,551974],[242013,564308],[244626,-81870],[248515,-86366],[255997,293615],[16318,281747],[258051,276452],[258796,294396],[286835,460725],[282602,461621],[298318,462765],[319843,-88155],[316405,-95949],[312521,-110443],[315821,409770],[308719,411831],[329020,419613],[324578,437915],[334113,431105],[336860,597373],[336881,597528],[26104,207126],[37280,377838],[47720,210693],[40409,256139],[50014,367203],[59226,405391],[76216,319121],[73117,335095],[67506,406212],[88171,160449],[79184,168177],[87068,242502],[84158,277018],[80729,407486],[90015,-18190],[93182,5073],[93124,5313],[97322,218000],[90775,226119],[94320,220020],[106481,-119272],[106460,-119427],[108865,287981],[126134,129483],[126602,44061]] \ No newline at end of file diff --git a/src/gathering/a10472.json b/src/gathering/a10472.json new file mode 100644 index 0000000..694cfed --- /dev/null +++ b/src/gathering/a10472.json @@ -0,0 +1 @@ +[[528837,300230],[995854,216355],[996183,216780],[997360,217751],[997958,217279],[995136,217458],[996594,217075],[997993,217737],[998393,217665],[995586,217789],[995795,221968],[996697,220995],[993918,220815],[994167,220583],[994628,220115],[994803,219929],[995120,219631],[995433,219365],[995654,219064],[998254,219444],[997497,221945],[998089,221412],[998168,222819],[996484,218469],[996828,218774],[993217,219460],[994613,218723],[995122,218257],[992452,220785],[990674,221772],[990898,221691],[995404,222373],[996240,221534],[997164,220572],[997826,219843],[996495,222947],[997030,222921],[997582,222846],[996140,219500],[995985,219680],[995717,219933],[995286,220466],[994566,221110],[994340,221243],[995504,220235],[997122,219114],[997751,218160],[993669,219596],[994737,217834],[994168,218472],[992238,220441],[992224,221151],[998801,220385],[998732,219018],[999077,218448]] \ No newline at end of file diff --git a/src/gathering/a10474.json b/src/gathering/a10474.json new file mode 100644 index 0000000..5033115 --- /dev/null +++ b/src/gathering/a10474.json @@ -0,0 +1 @@ +[[-556782,-478300],[-555928,-478076],[528714,300360],[574161,25650],[574292,25666],[574459,25664],[573657,25623],[573358,25613],[573525,25631],[573752,25607],[573909,25618],[574035,25633],[575311,29591],[575334,29380],[575334,29210],[575357,28983],[575368,28515],[573538,26286],[575114,28675],[575100,29003],[575089,29451],[575122,29260],[574721,29291],[574738,29111],[574763,28777],[574791,28506],[574813,28242],[574825,28086],[573926,26606],[574147,26312],[574343,26351],[573423,27041],[573528,27061],[573851,27149],[574015,27169],[574306,27210],[574146,27485],[573641,27428],[573479,27388],[574860,27907],[575158,28116],[575378,28404],[575374,28284],[575015,30171],[575151,29908],[574739,29445],[574735,29597],[573381,25943],[573746,25923],[573947,25935],[574199,25952],[574399,25950],[574082,26899],[574190,26921],[574354,26944],[573673,26867],[575365,28824],[575374,28680],[573400,26524],[573626,26569],[573510,26528],[573993,26293],[573873,26288],[573743,26293],[575083,29347],[575091,29142],[575104,28795],[575113,28542],[575137,28283],[575128,28407],[574791,28362],[574771,28616],[574748,28975],[573740,26584],[574093,26634],[574170,26649],[574302,26661],[574180,27180],[573720,27105],[573296,27023],[573266,27378],[573364,27390],[573725,27465],[573869,27493],[573986,27517],[574252,27514],[575154,27953],[575392,28110],[575329,29747],[575351,29845],[575339,29965],[575123,29569],[575113,29669],[575115,29817],[574745,29717],[574751,29855],[574757,30046],[574770,30143],[574058,25939],[573576,25909],[573330,26811],[573528,26829],[573861,26855],[581744,27226],[582096,26919],[581387,26892],[581507,26890],[581932,27241],[583155,28213],[583237,28059],[583335,27865],[583806,27160],[583597,27459],[583349,27291],[583074,27834],[581046,27933],[581258,27962],[581704,27973],[581929,27984],[581956,27617],[581359,27590],[580999,27204],[581203,27225],[582796,27660],[582985,27312],[583088,27077],[583169,26924],[582036,26662],[581609,26608],[580898,26624],[581501,26615],[580844,27931],[580596,28004],[580859,27214],[580942,26879],[580772,26910],[580579,26913],[580726,26579],[580423,26303],[580604,26319],[580814,26297],[581200,26293],[581535,26309],[581793,26315],[582104,26329],[582812,26978],[582576,27461],[582238,27252],[581608,27211],[581907,26904],[581249,26873],[582129,27244],[581140,26873],[581781,26900],[581650,26891],[581057,26883],[583405,27733],[583474,27628],[583648,27374],[583711,27270],[582904,28101],[582977,27969],[583134,27702],[583167,27591],[583271,27425],[583402,27170],[583481,27016],[581474,27970],[580992,27568],[581143,27587],[581528,27590],[581638,27593],[581784,27595],[582106,27633],[581361,27215],[581489,27225],[582646,28154],[582670,28020],[582719,27865],[583030,27199],[582853,27517],[583220,26771],[583289,26636],[583507,26895],[583606,26744],[580992,26605],[581182,26609],[581359,26588],[581721,26655],[581913,26656],[582146,26677],[580825,27591],[580620,27635],[580536,27215],[580667,27223],[580456,26570],[580617,26573],[581974,26322],[581681,26288],[581379,26272],[581044,26257],[580867,26283],[580927,26288],[582247,26327],[580520,26259],[582638,27369],[582742,27155],[582943,26838],[583032,26681],[583100,26529],[985595,198661],[988003,199082],[988526,198135],[987580,198406],[987587,197997],[988458,199312],[986655,200445],[986967,200496],[987996,198618],[988030,199311],[987982,198897],[988462,199177],[988031,198426],[987547,198774],[988503,197975],[988429,198593],[988479,198288],[988429,198919],[987649,197798],[988083,197892],[988182,197942],[989011,198685],[989021,198904],[989033,199104],[988986,199275],[989025,198472],[989037,197964],[989467,198241],[989463,198454],[989481,198698],[989515,198868],[989491,199115],[989960,198462],[989973,198758],[989984,198952],[989982,199171],[989967,198261],[989454,198056],[989046,200764],[989533,201378],[990136,200950],[989650,200846],[987085,198694],[986817,198670],[986781,198673],[986418,198647],[986254,198668],[985981,198659],[986357,200494],[986135,198687],[986432,198682],[985948,198048],[986212,198019],[986574,198041],[986671,198056],[986897,198036],[986875,198005],[987153,197974],[986689,198599],[986964,198631],[986507,200509],[985801,199328],[986792,199856],[986937,199290],[986670,199342],[986215,199337],[986003,199324],[986825,200437],[986960,199898],[986630,199826],[986428,199891],[986233,199889],[985938,199915],[985898,200502],[986223,200498],[991744,200051],[991805,200710],[991158,200358],[991278,200973],[991243,199984],[991221,199676],[990733,200076],[990720,200523],[990707,200746],[990723,200964],[990731,199740],[991697,199693],[992235,200080],[992240,199947],[992181,199771],[992177,200481],[988517,198478],[988433,198774],[988512,198241],[987588,198283],[987601,198109],[987574,198536],[987604,197898],[987625,197743],[987548,198697],[988468,198678],[987985,199196],[987928,198915],[988051,198347],[988472,198390],[988025,198796],[988076,198629],[988463,199326],[987926,199317],[988056,198530],[989204,200207],[988458,199183],[987528,198862],[988447,198994],[988033,198170],[988510,197907],[988026,197994],[988980,199217],[989009,199010],[988989,198819],[989024,198577],[988974,198386],[989024,198171],[988992,198037],[988998,198259],[989470,199193],[989449,198929],[989495,198731],[989494,198512],[989437,198347],[989486,198160],[989465,198013],[989448,198574],[989932,199209],[989965,199006],[989963,198842],[989991,198521],[989950,198349],[989948,198163],[990097,200705],[990121,200838],[990130,201182],[990114,201330],[990120,201484],[989550,200678],[989551,200832],[989547,201015],[989528,201291],[989526,201435],[988965,200632],[988970,200786],[988991,200889],[988948,201066],[988929,201413],[985733,198662],[985867,198686],[985971,198714],[986229,198714],[986428,198707],[986608,198697],[986841,198700],[987021,198734],[985735,198077],[985883,198065],[986065,198053],[986366,198044],[986585,198059],[986734,198046],[986872,198062],[987050,198002],[987165,197979],[985784,199362],[985934,199353],[986117,199338],[986352,199338],[986492,199307],[986643,199316],[986788,199329],[986918,199273],[987039,199270],[985762,199925],[985992,199907],[986094,199912],[986363,199890],[986550,199863],[986674,199847],[986852,199849],[987024,199814],[985742,200489],[985980,200496],[986167,200477],[986422,200402],[986663,200443],[986860,200416],[988975,199705],[989165,199718],[989278,199710],[989440,199711],[989636,199717],[989736,199705],[989837,199716],[990040,199711],[988935,200199],[989113,200187],[989351,200199],[989571,200184],[989726,200232],[989954,200160],[990095,200177],[989806,200162],[989546,199707],[989327,199718],[989083,199704],[988845,199694],[990193,200173],[989475,200200],[989265,200206],[988831,200209],[990720,199647],[990721,199812],[990718,199992],[990732,200180],[990729,200374],[990713,200579],[990709,200822],[990707,201036],[990662,201237],[991168,199598],[991193,199807],[991204,199949],[991240,200218],[991277,200530],[991296,200831],[991197,201098],[991274,201335],[991289,201158],[991655,199570],[991664,199829],[991698,199941],[991708,200193],[991744,200365],[991783,200522],[991809,200913],[991829,201121],[992102,199592]] \ No newline at end of file diff --git a/src/gathering/a10478.json b/src/gathering/a10478.json new file mode 100644 index 0000000..02ab4e4 --- /dev/null +++ b/src/gathering/a10478.json @@ -0,0 +1 @@ +[[564342,280610],[564538,280289],[564714,279979],[564921,279601],[565506,280757],[566098,280915],[565896,281257],[566331,280573],[565387,279942],[568091,278962],[567709,278578],[567672,278942],[567284,279002],[568387,281588],[565182,280269],[565006,280598],[564854,280917],[565727,280417],[565315,281129],[565915,280121],[568166,278183],[568121,278601],[567744,278154],[567266,278601],[567300,278233],[566899,278539],[566907,278225],[568221,281551],[568217,282260],[568250,282525],[568241,282826],[568314,282993],[568257,281943],[573612,287653],[572889,287458],[572632,286968],[573808,286752],[573123,286562],[572746,286518],[573994,286352],[573692,286165],[573258,286047],[571750,286090],[567225,285096],[567426,285305],[567626,285511],[567788,285739],[567220,285464],[568422,282961],[568382,282817],[568358,281910],[567620,285110],[567046,285245],[567847,285362],[568032,285580],[567430,284920],[568354,282224],[568382,282513],[567401,285664],[567514,285908],[573271,287565],[572549,287396],[572947,287034],[573305,287119],[573699,287205],[573483,286676],[572891,285967],[572129,285817],[572079,286165],[571818,285799],[989449,222431],[989919,223582],[991588,225737],[990079,222323],[990406,226207],[991138,225374],[991164,226347],[990802,225813],[990662,225859],[989787,222036],[993267,223384],[992516,224314],[993179,223464],[991479,225879],[991467,224873],[993675,223929],[993379,223669],[990622,225039],[989484,223174],[989305,223035],[989615,223336],[989137,222924],[990067,226704],[990490,224834],[990228,224668],[992313,225614],[991082,223812],[991427,225970],[990552,222785],[990605,226040],[990927,225705],[990211,222311],[991636,224958],[990189,226391],[992027,225278],[991350,223248],[990951,223659],[993044,223329],[991840,225147],[991688,225061],[992657,224458],[992802,224625],[993090,224003],[992158,225373],[991930,224635],[991054,224526],[993044,224026],[992937,223824],[993227,224120],[993312,224182],[992785,223691],[990683,224263],[990856,224353],[991323,223976],[993520,224403],[990475,224072],[989329,225285],[989058,225566],[988871,225903],[989050,226619],[988650,226156],[992910,224723],[990309,223191],[992537,225099],[989961,225528],[990076,225382],[989665,225834],[989310,225479],[992190,224091],[989479,225119],[992035,224600],[989281,226288],[989804,225702],[993533,223817],[991675,223561],[990526,222660],[992551,225697],[991581,223400],[992275,224203],[990972,225518],[991303,226211],[989239,223701],[989793,222643],[988924,223408],[988830,223234],[988753,223176],[990050,222968],[990148,223080],[992410,224958],[989553,222511],[989527,223947],[989869,222821],[989100,223543],[989311,223840],[988987,223426],[991873,224491],[992637,222140],[992894,222412],[992994,222379],[993130,222592],[993365,222762],[993574,223027],[993711,223180],[993946,223382],[994149,223399],[994160,223602],[994313,223654],[994404,223834],[994514,223827],[994749,223445],[994616,223175],[994515,223130],[994310,223011],[993924,222601],[993860,222462],[993646,222365],[993519,222098],[993430,222032],[993096,221830],[993118,221775],[990229,226382],[992656,225165],[989886,222112],[991053,226458],[992548,224428],[989990,226689],[991245,226253],[992260,224097],[992472,224958],[992378,224864],[992249,225514],[991854,224472],[992974,224787],[992542,224302],[991815,225137],[992042,225324],[990626,222730],[990692,222797],[990812,222867],[990527,226100],[989379,222384],[991530,223369],[990643,224196],[991518,224143],[990824,223636],[991121,224608],[992850,223810],[991566,223526],[991175,223791],[990992,223738],[990923,224440],[990752,224300],[991000,224447],[993486,224368],[989909,225468],[991270,223136],[993384,224280],[991712,223489],[989155,225519],[989420,226101],[989465,226032],[989230,226382],[991363,223282],[989422,225228],[989302,225404],[990589,225917],[991325,224061],[991792,223682],[990452,224115],[991411,224055],[991216,223894],[990555,224160],[990180,226565],[991397,226070],[990085,222278],[990325,222482],[989967,222215],[990439,226223],[991509,225912],[992011,225344],[992326,225527],[992063,224688],[992251,224755],[992571,225103],[992402,224273],[991521,224987],[991926,224526],[992880,224687],[992439,225056],[991916,225228],[992383,225632],[992692,224528],[992447,225669],[993056,224872],[992154,224723],[991888,223766],[991647,225013],[993017,223916],[990795,224400],[990032,225369],[993166,224056],[990706,225017],[989565,225931],[990330,224672],[989653,225736],[990093,224559],[989838,225649],[990598,224899],[990414,224809],[990175,224550],[992368,224186],[988759,226023],[988940,225831],[992783,225267],[992211,224053],[989148,225659],[989595,225086],[989359,226238],[993283,224237],[990271,222436],[990872,226670],[988872,223328],[991068,225463],[990733,225731],[989726,222704],[989957,222912],[989102,222831],[989408,223945],[990177,223172],[989141,223659],[988937,223330],[989793,223487],[990458,222616],[989603,222538],[989574,223246],[989377,223099],[989184,222942],[989680,223388],[988974,225749],[994857,223440],[994744,223339],[994613,223227],[994436,223029],[994253,222878],[994163,222819],[994065,222662],[993848,222476],[993654,222306],[993437,222042],[993343,221905],[993144,221742],[994645,223319],[994412,223944],[994269,223793],[994194,223698],[994070,223584],[993986,223429],[993870,223317],[993755,223200],[993609,223026],[993419,222895],[993256,222765],[993090,222569],[992893,222428],[992746,222281],[992537,221987],[993920,224193],[993837,224113],[993751,223996],[993615,223832],[993444,223660],[993313,223513],[993136,223348],[993221,223480],[992722,223646]] \ No newline at end of file diff --git a/src/gathering/a10480.json b/src/gathering/a10480.json new file mode 100644 index 0000000..9d9b4f8 --- /dev/null +++ b/src/gathering/a10480.json @@ -0,0 +1 @@ +[[994095,326675],[994428,326372],[995452,326690],[995901,332972],[994600,332605],[994964,332543],[995252,332437],[995082,331810],[994697,331911],[995142,326934],[995076,327931],[995377,327780],[995686,327527],[996074,327311],[994608,327355],[994886,327148],[997375,336798],[997711,337483],[995126,333177],[994792,333266],[995550,333075],[997727,337044],[1000253,330695],[1000815,329853],[999854,329941],[1000211,329901],[1001331,330686],[1000727,330690],[1002818,328710],[1001106,328905],[1003422,328651],[1004170,330811],[1002193,330757],[1002564,330822],[1003657,330862],[1002740,329703],[1002037,328857],[1002882,330776],[1002244,329727],[1003315,329748],[999819,330634],[1000864,331497],[1000483,331568],[1004583,330795],[1004103,328789],[1003401,330782],[1003068,328820],[1004284,329641],[1003766,329755],[1003097,329684],[1002486,328821],[1000165,334479],[999369,334423],[999447,334856],[1001087,333829],[1001091,334232],[1004067,338616],[1004029,337506],[1005060,338648],[1002411,334564],[1003586,338584],[1004573,333889],[1003609,335319],[1001768,340225],[1001719,339832],[1000855,340264],[1000644,336877],[1000597,337689],[999499,338039],[999509,337524],[999472,336932],[1002466,341613],[1002911,341211],[1001426,342661],[1003888,340566],[1004797,336299],[1004362,336415],[1005453,335360],[1005029,335333],[1000943,333369],[999295,334099],[1000093,333918],[1000054,333472],[1000269,334827],[1000130,334211],[1004771,338559],[1000694,339635],[1000776,340098],[1004523,338516],[1005443,333862],[1002685,334289],[1005043,333963],[1004699,337491],[1001824,340697],[1000969,340535],[1000614,337257],[1000597,338066],[999559,336718],[999529,337231],[999536,337727],[999520,338271],[998504,336718],[1002029,342052],[1002353,341764],[1002692,341356],[1003268,340845],[1005328,337479],[1004934,337454],[1004384,337473],[1003787,337432],[1005433,336428],[1003907,336341],[1004542,335314],[1004154,335258],[1154269,-34729],[1153190,-35014]] \ No newline at end of file diff --git a/src/gathering/a10481.json b/src/gathering/a10481.json new file mode 100644 index 0000000..46a6922 --- /dev/null +++ b/src/gathering/a10481.json @@ -0,0 +1 @@ +[[1292074,266134],[403940,14356],[409559,31568],[421193,-4455],[421239,-4590],[415906,-77338],[415995,-77017],[409853,31352],[429681,-3026],[425880,-2046],[425656,-2116],[429581,-3221],[431901,1688],[427466,41865],[430206,40893],[427071,41463],[430151,40599],[429500,58258],[429717,58018],[445599,-1173],[440460,-2654],[441295,-5564],[441359,-5478],[445525,-838],[440414,-2683],[441935,37212],[442033,37292],[447176,46010],[447170,45828],[444738,54618],[436887,51658],[445117,54777],[437145,51860],[442687,70546],[442657,70250],[454755,-42441],[455754,-41508],[450520,-43643],[450105,-47074],[455080,-42533],[455437,-41549],[450333,-43347],[450395,-46925],[452481,-39896],[450910,-38946],[452588,-40206],[450851,-39196],[455510,11927],[455087,12077],[455435,26774],[455042,32745],[455009,26762],[455124,26687],[454605,32411],[465707,-87218],[465812,-87548],[465881,-87635],[469568,16418],[466034,17224],[469934,16305],[466089,17040],[484635,-89099],[484388,-88978],[479258,-89934],[479289,-89905],[503622,13876],[503347,13678],[522422,-19247],[522570,-19007],[519225,-30849],[519022,-30604],[512631,-30912],[512648,-30711],[524106,96090],[521270,109410],[524753,115323],[522370,111999],[533658,-48273],[529961,-49189],[533486,-48407],[529717,-49209],[530247,85093],[531295,81557],[529525,82017],[535971,86386],[533786,88314],[532013,79822],[528899,82744],[528097,100369],[526221,91837],[528973,106547],[536922,104362],[529389,105409],[529163,113888],[533749,105831],[534634,110016],[544239,14824],[549149,15463],[539702,21583],[544535,23165],[545602,15532],[546918,20551],[547587,26224],[550181,49627],[543960,45937],[540568,48434],[541423,45806],[543947,49441],[544088,63978],[544179,57957],[540468,53756],[544919,56983],[542925,60380],[560209,80],[552705,11367],[562090,9328],[555614,11855],[552267,16186],[553915,28324],[551783,25911],[551173,48892],[553435,43642],[559963,55896],[561111,72131],[558662,67606],[562970,80642],[558263,120114],[571379,-122],[571610,-806],[575300,-9087],[575958,-67],[564844,-29918],[567531,1477],[564899,4666],[574941,17898],[564631,18351],[568809,31210],[572287,35131],[563925,58264],[570278,72323],[571336,77130],[570285,84179],[571664,115266],[574247,111312],[567863,118435],[563578,119574],[577060,-3325],[581837,-7810],[587733,7495],[579711,20294],[583443,13077],[586171,15104],[576165,63202],[587004,58820],[587713,59797],[585043,61102],[585909,59134],[577840,61143],[587191,74203],[577224,82428],[580670,98905],[584854,105683],[591502,-119016],[600574,-9985],[597240,-12860],[596584,-16661],[601495,-24603],[593566,10007],[597418,6040],[594081,12005],[592566,9561],[595379,51633],[592786,63975],[609398,-7103],[612562,-10433],[609481,-25331],[614137,-21711],[606024,-23116],[608728,-16408],[613810,-22765],[604549,-18594],[610399,-32592],[613740,-27478],[606745,7841],[606237,9098],[605161,17784],[604538,13513],[612940,59429],[614092,68986],[618359,-23374],[614588,-13139],[617194,-15536],[618224,-32985],[625515,-31203],[624363,-31641],[622938,-39558],[621776,-38553],[619093,2878],[617605,1502],[616494,5931],[624221,2706],[616438,1486],[617711,507],[626241,82477],[623190,90178],[624887,112108],[622285,115349],[633131,-12049],[631025,-1064],[636934,-10863],[634698,-26434],[632812,-33176],[627429,-35326],[634448,-34554],[639713,-45657],[637079,-52048],[637623,58683],[637672,73675],[637916,74144],[634558,88080],[639868,80539],[632214,89706],[637302,81894],[632382,95138],[631443,114044],[636468,119230],[637319,124983],[651741,-2331],[640970,-22125],[642922,-33050],[642636,-30014],[642556,-35864],[643029,-44876],[652169,-47012],[652296,-50575],[640067,-47999],[642304,-51550],[648195,-51414],[644914,-53320],[646240,-52188],[652205,-51664],[643931,-60970],[640333,-63830],[652676,-66674],[650393,57082],[650729,55198],[644865,76224],[640677,102834],[653169,-117298],[663235,-32783],[655684,-30092],[653434,-32451],[659441,-47278],[656389,-41642],[653512,-47983],[654229,-41615],[654469,-62015],[662420,-57051],[652860,-74149],[657651,-65882],[659931,-70774],[654859,-72474],[655854,-68496],[654461,-88701],[663511,-78917],[660466,-85495],[659744,-83054],[660347,47172],[657518,49597],[661492,47789],[664052,46079],[656407,55016],[661904,54550],[661979,104289],[670850,-118607],[669147,-118580],[668456,-116987],[674198,-10372],[670514,-10245],[668166,-9461],[669898,-5848],[670707,-20106],[669496,-21578],[673633,-24513],[677325,-19047],[677669,-15995],[670960,-15564],[670741,-25899],[673655,-27157],[666147,-30983],[673805,-30101],[676946,-53683],[668248,-60033],[677502,-54826],[669692,-55671],[673375,-74239],[667238,-69700],[672678,-74582],[672855,-70970],[671646,-71310],[667490,-68494],[672377,-85824],[674513,-91469],[675379,-93679],[667364,34789],[673571,34652],[686816,-130014],[686658,-128478],[681308,-138200],[684503,-135151],[686937,-133539],[684034,-49034],[687416,-51957],[690902,-65454],[690337,-64432],[682277,-95330],[680721,-99220],[687116,-99856],[680652,-104504],[680286,-104304],[685758,-110335],[686396,-108013],[686151,33409],[686946,38074],[685906,36686],[687152,41974],[688207,42799],[686248,43578],[686026,106147],[684828,112834],[691610,-125129],[702913,-122298],[693538,-128220],[693358,-132172],[697601,-85288],[692542,-80440],[703982,-89386],[698346,-85375],[694194,-102112],[692084,-96031],[696854,-97720],[693786,-108552],[709382,-127932],[711573,-129111],[706809,-132103],[705482,-148668],[706029,-112132],[704441,-111913],[704410,-109326],[710072,-113426],[710337,-112387],[715543,-111674],[713234,-108728],[728499,-136426],[728882,-130691],[721073,-147943],[725557,-151836],[727784,-148520],[719964,-145861],[724291,-104277],[724211,-112947],[733647,-122508],[729696,-124154],[733377,-134166],[732466,-135611],[742297,-150469],[732493,-146083],[733163,-142755],[741380,-163495],[737398,-112357],[735893,-107606],[731077,-104714],[746554,-146412],[750151,-145494],[752965,-142653],[760328,-135942],[756097,-143903],[759481,-140701],[764361,-152258],[759744,-175195],[761796,-173928],[777213,-121968],[776955,-147163],[769698,-145851],[777816,-145687],[769374,-145149],[770880,-153953],[790156,-148520],[784972,-141391],[784673,-153127],[793222,-154329],[785845,-154722],[781831,-163671],[805629,-121148],[800540,-136283],[803186,-161583],[799715,-165409],[804413,-169018],[805026,-167170],[801491,-193599],[796392,-113454],[809957,-162899],[816082,-160769],[812980,-164045],[813030,-170163],[813894,-169225],[815829,-203383],[824499,-144662],[823459,-154892],[823717,-154317],[824957,-164078],[823225,-176609],[829251,-170431],[829189,-176285],[831417,-178347],[825167,-188240],[827886,-181730],[821869,-194919],[827751,-196429],[820682,-203455],[827965,-210538],[827092,-13750],[842106,-117939],[842507,-126803],[843243,-126859],[833426,-132781],[835804,-132960],[836681,-133524],[841339,-155624],[834415,-184635],[838846,-182574],[839027,-194159],[838102,-90559],[852057,-135285],[853266,-150564],[845314,-158723],[857380,-168265],[856023,-169295],[848493,-181610],[856021,-186317],[853462,-203776],[849048,-205174],[846602,-112015],[860013,-125909],[860962,-133382],[861782,-133425],[863699,-160877],[867614,-156844],[861575,-160374],[860225,-157072],[859151,-161554],[858832,-169856],[858487,-171693],[865168,-168387],[861659,-181644],[858799,-182112],[862902,-74242],[864767,-86934],[870019,-90487],[859964,-103440],[870260,-103998],[878675,-121142],[882733,-134643],[871929,-149037],[870524,-151159],[871850,-155345],[873288,-161393],[882101,-173816],[873829,-186730],[880518,-182157],[880453,-195638],[873295,-98867],[895266,-119408],[891767,-118592],[892912,-82538],[894402,-92926],[891682,-107168],[898452,-85056],[902644,-94148],[899554,-105021],[916364,-139887],[915101,-135277],[910706,-146631],[914942,-147958],[918164,-62549],[919699,-80349],[909260,-110178],[933380,-117008],[929594,-124737],[932358,-120545],[922235,-119518],[928195,-163540],[933788,-183923],[922069,-60283],[926510,-77482],[926033,-77350],[925791,-89228],[933697,-98315],[928273,-101817],[927177,-111367],[945746,-124957],[946208,-131512],[939725,-174024],[945547,-190773],[939628,-72213],[943875,-67790],[944364,-76374],[935726,-72056],[945253,-83968],[935190,-80521],[943082,-98193],[935995,-100134],[940204,-97969],[941414,-97003],[937677,-107225],[950911,-118337],[950445,-126486],[959377,-123728],[948589,-130778],[947532,-129657],[953396,-72057],[956001,-83926],[951000,-96780],[949387,-94624],[959546,-102082],[949512,-102603],[949788,-102862],[956255,-104440],[952852,-114759],[961321,-120853],[963947,-118811],[964029,-129253],[962973,-131122],[972215,-135719],[960495,-74263],[964577,-80852],[961892,-91273],[965533,-101610],[965510,-107178],[962867,432810],[979854,-118997],[985030,-126919],[977609,-137188],[976132,-133258],[977888,-148256],[979006,-143950],[979281,-146504],[976828,-77874],[978119,-112169],[980116,393455],[980856,518435],[973399,533949],[991502,-121610],[988589,-123856],[990874,-133374],[990549,-130020],[988482,-142130],[992885,-149722],[987473,-69265],[997895,-86144],[997997,-86895],[988978,-114450],[989963,-113816],[988562,-113401],[996324,399807],[993616,455244],[992850,475961],[997212,493341],[988225,492108],[986367,502386],[992835,511150],[991156,505214],[998746,-73729],[1007554,-79842],[1000798,457391],[998861,511701],[1007887,540404],[1018375,-159632],[1015201,-176280],[1020038,-76403],[1022118,402170],[1019725,408088],[1011519,524954],[1034893,-129674],[1035732,404422],[1043749,-114811],[1047478,-114254],[1057946,557890],[1063395,-117574],[1071738,-105196],[1071284,-108078],[1066898,560023],[1067171,559785],[1086310,-115022],[1080184,558078],[1085821,556953],[1097707,-59200],[1108582,-60563],[1105038,-64348],[1110751,-82126],[1113322,-79289],[1109660,-83360],[1109300,-94502],[1110960,-94287],[1109618,-95354],[1104733,-113694],[1109160,-110845],[1110718,-105244],[1107699,-105684],[1120603,-63746],[1116062,-66750],[1116051,-64255],[1114159,-63880],[1117375,-67343],[1119258,-66700],[1122338,-66842],[1123259,-65877],[1116009,-77574],[1117756,-111667],[1131432,-61782],[1133366,-59516],[1129831,-63263],[1129945,-60166],[1127478,-66015],[1131172,-64006],[1132988,-71585],[1131099,544766],[1147284,-25017],[1145026,-22671],[1142277,-36701],[1141088,-46085],[1149624,538943],[1142579,541812],[1155442,13814],[1153756,536548],[1169645,19513],[1169801,22199],[1170978,20846],[1170471,516484],[1165489,534826],[1177483,527120],[1186140,405713],[1186225,398513],[1183802,495027],[1187016,492230],[1177761,508058],[1186700,500649],[1196010,149542],[1193648,240130],[1199129,255755],[1199863,36559],[1198279,33946],[1192797,475474],[1211852,7674],[1206944,219637],[1206198,276543],[1210495,303296],[1214883,298406],[1207964,457152],[1213173,77031],[1226503,143050],[1219419,361433],[1225352,74592],[1228920,171281],[1240850,217263],[1233623,302707],[1241572,341737],[1229422,351631],[1231957,90610],[1242924,77013],[1244965,80484],[1253083,84658],[1248016,100541],[1245828,93738],[1250258,98751],[1248806,97565],[1249085,104039],[1249835,108835],[1246477,112638],[1241908,104312],[1255330,135037],[1260932,344066],[1254464,90150],[1262792,102345],[1262816,97066],[1262763,108379],[1255124,111375],[1258027,119382],[1265299,119305],[1258968,116437],[1268378,193527],[1273654,282784],[1269800,319323],[1271162,332153]] \ No newline at end of file diff --git a/src/gathering/a10482.json b/src/gathering/a10482.json new file mode 100644 index 0000000..4f8146b --- /dev/null +++ b/src/gathering/a10482.json @@ -0,0 +1 @@ +[[-784,-405306],[-1228,-405089],[-2344,-404472],[-693,-404687],[-412,-405885],[-52709,-426368],[341501,100850],[342299,111939],[344014,107307],[357287,133549],[358110,132969],[355039,34729],[355402,35654],[349726,106826],[349913,106644],[349088,106552],[350188,120479],[362591,129187],[362302,128720],[361644,144119],[361872,142448],[370422,36521],[370103,40432],[369390,113348],[367307,112974],[367154,114010],[369372,113096],[363823,122774],[366608,120468],[364944,122805],[366210,119778],[370960,120114],[365375,121816],[364839,123699],[370847,122681],[373391,133935],[371593,130983],[374398,130911],[371959,131188],[375797,129170],[374383,129285],[373708,132770],[373419,129342],[375282,132252],[374306,131213],[380591,143040],[378734,143657],[379694,144423],[377516,143670],[377229,142160],[377599,38850],[378736,41154],[378850,40995],[382919,41059],[378214,39438],[376995,120402],[372519,119441],[376574,119317],[376499,125413],[385406,5079],[385570,4110],[386231,3971],[393535,135771],[393858,135168],[396192,136528],[392351,136676],[387199,137378],[394312,134253],[392418,137087],[396277,146573],[395880,144918],[395618,144607],[396040,144966],[386163,141033],[395929,144699],[388153,54269],[394518,90456],[390517,107233],[392309,115456],[394889,121200],[392745,115422],[392849,116583],[395800,116042],[403910,-5458],[405263,-7706],[404173,-5050],[407875,-4614],[409547,-36437],[399589,139622],[396862,136326],[399965,137292],[397265,136188],[399197,136608],[408949,150698],[398926,149759],[406252,144109],[407802,144337],[398956,150743],[399690,150371],[404227,146117],[409453,144836],[405916,150682],[403798,144941],[409486,143671],[406578,143286],[405077,150724],[407268,62138],[403154,65147],[398780,109043],[406521,110716],[408756,115014],[405109,119121],[409045,119178],[398356,121111],[398862,123306],[398735,121375],[412487,-35004],[411240,-36412],[412357,-35282],[410382,-35054],[414531,-40553],[412272,-42419],[413450,-40534],[414106,-40466],[414358,-40526],[414374,-40700],[417971,-51138],[417430,-51172],[417067,-52632],[422122,-52489],[421968,-73883],[418958,-74347],[421409,-73878],[414530,147972],[410052,147973],[419644,147455],[419095,146742],[414660,147568],[418009,152448],[412265,143501],[414434,149546],[417068,152394],[414692,147641],[413053,143908],[413655,150345],[421384,155280],[412907,159796],[411578,156453],[421405,155529],[412938,156035],[412992,158306],[413053,155861],[421661,155123],[421190,155399],[411721,157382],[412658,156283],[412645,159547],[421555,155111],[413827,158134],[420878,317124],[420709,317239],[421577,317108],[417789,324183],[417498,323884],[414537,375042],[412293,376300],[420721,372752],[421860,38509],[412107,42507],[411949,42241],[421772,38915],[422111,38798],[415149,54397],[414499,54291],[414473,54056],[414745,54174],[416634,53441],[413635,54405],[413827,111199],[416605,112776],[414437,111518],[417306,112251],[414073,111600],[416757,113467],[417603,119710],[417603,119476],[410075,119570],[415424,117008],[410254,120658],[410622,120355],[431554,-6625],[428221,-43958],[428661,-43362],[429958,-43950],[422451,-52459],[422666,-52105],[426088,-94827],[424499,-92661],[423637,-92822],[433294,7607],[433628,7858],[433357,8008],[433138,8399],[433387,8564],[431328,134045],[428925,137734],[425678,135138],[431414,134075],[428211,137265],[431005,134105],[431124,134160],[431000,134828],[431513,134171],[429523,153281],[427817,153142],[430594,152983],[430876,154247],[428911,157181],[427115,161862],[430096,161471],[428609,163275],[429008,161267],[428167,163913],[427564,155961],[426875,162298],[431602,158658],[430153,154272],[428588,164071],[430786,154364],[423888,369924],[434374,28240],[429372,34590],[423494,37726],[422581,37252],[431519,484472],[425476,483580],[431275,482068],[434100,40913],[432792,39897],[432243,39003],[431858,40090],[432367,39248],[432530,38960],[430849,111811],[430386,114687],[426299,111397],[444715,-20266],[444653,-19944],[444910,-19933],[447316,-25976],[441146,128957],[441376,128802],[439040,129673],[441120,146104],[440951,161822],[437279,162516],[447874,165255],[444380,164036],[437063,162148],[446850,166041],[441690,166542],[441965,161042],[444351,165647],[443704,165494],[444700,164783],[447441,166588],[442237,166777],[446740,171957],[441510,172831],[441579,173119],[445365,172179],[441647,170405],[441978,172669],[439276,180579],[439155,180915],[439191,182205],[440045,181445],[437000,27791],[438176,28418],[442237,37039],[438973,46999],[439090,46937],[438725,46581],[446433,68343],[441681,113523],[437236,124318],[440606,127484],[439269,115495],[439054,115566],[449161,-25846],[448716,-27874],[459205,-49862],[460653,-47757],[460309,-49412],[450590,-38762],[451214,-40181],[449996,-38689],[451615,-86229],[452344,-89999],[452458,-90345],[455748,133026],[455166,131887],[457801,134240],[457084,129367],[460611,136877],[453306,148367],[453776,152551],[459549,145831],[456285,151532],[454901,147931],[451375,155238],[451250,154681],[448562,166571],[451845,155253],[451489,155742],[450698,173644],[460645,171136],[451379,173599],[459517,170411],[460288,170483],[460141,171576],[460331,172566],[453696,181264],[453667,181098],[450946,184237],[449989,180385],[449533,180787],[456320,204540],[457456,198404],[448906,202611],[451797,199285],[456017,194953],[456093,204639],[457012,197501],[449268,198356],[450853,200701],[455696,198251],[448971,202670],[457172,205051],[458710,205510],[452098,26088],[455597,33468],[453119,26212],[450733,27370],[468778,-22122],[468772,-23155],[468458,-22117],[469773,-24947],[469847,-25542],[471820,-42420],[471947,-41321],[468818,-87112],[469145,-86597],[469601,-87677],[463570,-89276],[466699,-88504],[468151,-91016],[464131,-89917],[464784,-89683],[467594,-91083],[463423,133304],[460819,135301],[463252,133045],[463372,134589],[464535,153570],[462274,153541],[461623,152714],[461550,149016],[461117,152811],[464047,153637],[461401,150131],[466170,163652],[467330,161908],[462115,165421],[464812,163121],[462962,158375],[472046,165906],[472948,161780],[464457,154609],[473195,162313],[463267,159181],[463989,163551],[465717,163910],[468376,163275],[461347,153845],[467678,159844],[464210,164318],[467981,167952],[465896,167491],[466218,169060],[465425,168216],[465112,168194],[465516,167277],[468034,168450],[464729,166963],[465868,167325],[460913,171578],[462165,196722],[461270,194428],[461942,196808],[461600,194640],[471024,198117],[461439,208404],[463061,211285],[462901,211640],[472068,208064],[468471,213758],[471501,209895],[463955,210609],[472394,207960],[471821,209827],[473168,207181],[463918,211261],[464018,211398],[469232,208385],[472661,236420],[471565,233239],[471104,232962],[473581,244879],[473316,244652],[472564,247173],[472369,243897],[472415,250301],[472164,245767],[475407,-24859],[475533,-23812],[475598,-23579],[475409,-23656],[478243,143152],[476467,144313],[474664,142219],[474016,165585],[477227,156782],[481468,164791],[486291,162657],[483110,157104],[482268,156932],[476882,163594],[477376,156999],[473694,164864],[482711,164526],[482284,165807],[474006,164081],[485433,163060],[483612,169956],[482690,184742],[477865,191143],[482019,184906],[478833,181528],[482017,181417],[482411,189886],[482549,184969],[479376,181474],[481634,182577],[482358,184567],[478995,182013],[486034,204504],[481187,192401],[481990,194446],[481260,193211],[481000,192326],[476764,207078],[475493,206676],[485763,205117],[476012,206437],[479164,208275],[485334,212196],[485862,205404],[485078,217806],[481952,222437],[484473,218324],[479910,220672],[475208,242351],[473709,239353],[475961,251925],[475090,244465],[474624,253871],[479730,249632],[483057,259459],[481719,262199],[484613,259845],[481299,261733],[484124,260175],[480692,263254],[483818,257667],[482151,261845],[481495,263129],[486525,-55233],[498393,-68448],[498261,143194],[497802,142996],[499036,148689],[497315,144719],[494685,143599],[497883,142953],[499137,147312],[499005,142632],[491781,164216],[490477,161799],[492479,174185],[495291,171469],[491662,174772],[489077,174401],[494453,169681],[494866,170227],[488452,166725],[493877,173642],[493951,170001],[490841,176485],[494178,170264],[495144,169713],[488928,188661],[490103,180700],[490022,182621],[492822,190995],[491216,183746],[490038,182222],[496021,180945],[487835,190616],[493910,180928],[491301,181570],[493513,191247],[490605,204476],[488191,202839],[490986,204715],[487011,204574],[490152,209654],[489942,216472],[487446,208771],[491551,217114],[489435,210792],[488005,207924],[488328,210605],[488432,208412],[489634,209872],[487627,210426],[496438,222776],[491093,220342],[496192,224699],[497644,227090],[490333,221697],[497472,240140],[495757,247706],[495567,244902],[494627,246490],[496392,245430],[493078,245433],[496991,245725],[498000,257162],[487567,263905],[494856,260464],[488599,262722],[497579,256467],[487634,265008],[489008,262029],[486859,265374],[496473,262506],[497029,256276],[489293,261563],[494467,262024],[488026,263863],[508562,-3369],[508219,-35800],[505463,-28315],[507544,-35925],[508684,-33785],[507783,8428],[511538,149822],[503403,147683],[506491,149287],[501156,149366],[500977,149385],[506841,149024],[503351,148206],[511145,147660],[507717,149510],[507235,146167],[501344,147354],[502766,214391],[506812,211511],[503094,211494],[502817,214279],[501967,214256],[511132,207598],[505723,236124],[506244,239740],[504747,238805],[503948,241844],[501097,241795],[505623,235831],[502579,251304],[501425,250536],[503137,244060],[503427,243730],[501031,252400],[508140,13579],[503702,13486],[519718,-10846],[519644,-3702],[522358,-40181],[522288,-39720],[512032,-74265],[520511,162927],[515202,157990],[518501,164571],[513844,163579],[517110,154854],[512973,163906],[524046,156600],[522562,161073],[522638,164042],[521594,159054],[516832,159573],[514123,171263],[522765,173144],[514270,173265],[514850,169599],[523809,172582],[514679,169723],[524384,173438],[515056,172734],[514468,174758],[514742,171442],[519584,171143],[522675,173375],[524327,172922],[521372,212062],[520583,210384],[521855,210989],[517362,210809],[521994,210272],[521831,212623],[522443,212378],[519248,230559],[515276,230720],[522205,242167],[519740,235080],[524687,242177],[523382,236918],[519790,249667],[520254,247741],[522085,107918],[521146,113380],[522824,117457],[536696,-1205],[533594,-50937],[526067,-41564],[527901,-39033],[529219,-48566],[525105,-49273],[534357,6072],[535033,6373],[536382,1045],[535248,6118],[526016,178994],[532619,183433],[529410,183313],[537109,183186],[534305,185900],[531873,196768],[535060,197120],[536574,200538],[537085,197730],[534429,197460],[534119,197854],[533193,197924],[531374,195557],[537113,197991],[533538,198669],[532028,196499],[530616,214595],[532195,214814],[531337,213985],[530734,222734],[529713,223011],[535317,225374],[532194,222047],[533913,225162],[527903,230354],[531074,230457],[530549,228849],[528924,236080],[525126,235742],[530272,242804],[534722,237393],[536908,234869],[528091,230934],[537421,234576],[534742,237958],[529678,242338],[532998,234202],[530766,237002],[533837,232213],[528768,236568],[535410,254561],[536982,255683],[525687,243568],[535947,75125],[531329,89737],[534894,79816],[529576,89674],[536246,80299],[535862,83424],[532116,80141],[532800,77093],[535274,91725],[534747,102113],[528458,102242],[527744,93642],[526963,94136],[526611,97759],[528897,100715],[530186,97740],[531727,104429],[534768,111901],[531254,112234],[537152,105838],[532776,102817],[526798,111845],[547499,-55905],[541830,187983],[541531,198018],[546545,195579],[548537,195844],[541720,197905],[542808,201356],[548675,196173],[542434,197873],[547944,196583],[548749,196286],[544788,193001],[542457,220402],[545213,219773],[543806,224826],[543410,219474],[541668,228716],[542479,219682],[545050,220273],[542436,221542],[542579,229695],[540532,236314],[542435,234055],[540252,234898],[541299,240040],[539234,239165],[537897,237899],[539518,253201],[545072,253779],[541647,253417],[545822,253396],[543323,255149],[541015,252370],[547414,18700],[544277,23463],[548957,14743],[548389,18216],[541553,256962],[541605,257309],[541368,257011],[542316,31595],[543671,30059],[549200,26399],[546762,45077],[545018,49355],[544414,47775],[548880,47042],[540101,48137],[540403,47146],[543545,48285],[547575,50163],[548124,60120],[542226,62961],[541318,53382],[543243,56522],[549360,57786],[544306,56816],[546139,54278],[543263,59261],[539232,53345],[540315,52178],[562579,-319],[562719,-34189],[561449,-38437],[561668,-38714],[562461,-41717],[557642,-47765],[558356,-46907],[562737,-41860],[561151,-38626],[558437,-47720],[560792,12723],[560618,1915],[560286,331],[561008,7242],[560615,5563],[562368,6603],[551416,204212],[559362,202932],[556549,217682],[555958,211131],[557812,210756],[556515,208692],[559520,216062],[553526,219188],[559035,222725],[555534,219442],[558272,223051],[558749,222878],[556170,219286],[551424,251121],[552950,245748],[553933,245817],[551346,250774],[550756,252767],[552410,13113],[554677,21223],[559786,20814],[558810,17549],[561577,17994],[553628,20465],[552401,23596],[556369,23854],[552575,26668],[556606,27696],[552907,28014],[557901,51262],[551370,45892],[556020,59618],[563103,57434],[556732,57241],[560157,65333],[561697,71257],[560909,69567],[562385,69579],[556605,64489],[562034,112873],[561714,123777],[558229,124457],[562373,126126],[558955,121739],[560160,121489],[560353,119390],[566374,-1246],[569861,-4553],[564987,-3751],[571704,-686],[565812,-5033],[574051,-6634],[572958,-7662],[567342,-49910],[567589,-50409],[574118,-85675],[568282,9413],[564480,5210],[569134,5919],[565940,5428],[565495,211148],[565349,210958],[564830,213958],[569703,212196],[573749,226486],[573034,225205],[565514,222139],[573652,225415],[570293,230381],[571869,226417],[574036,225173],[571708,226530],[572874,234785],[573177,233615],[572913,233098],[568183,34033],[564222,38884],[564630,39974],[563445,39488],[564975,58225],[569154,60851],[573302,62719],[571619,67389],[571949,70575],[574677,68258],[564997,72340],[567788,76721],[573647,81376],[564405,81232],[573099,84754],[565900,88523],[566477,77314],[565414,83318],[570898,87659],[574070,88812],[569483,86638],[564581,84553],[565471,87634],[573325,77962],[569532,77301],[568334,82892],[568837,82114],[573038,113892],[573598,110017],[563774,106865],[567159,114703],[567239,114651],[568502,122500],[566140,119766],[574493,121333],[563491,116362],[564506,121710],[567500,115868],[581548,-6664],[584164,-5196],[584396,-1322],[585408,-33097],[584393,-32229],[587833,-46052],[587520,-41242],[579397,-91059],[576911,11265],[579489,11419],[578760,3877],[577267,12547],[582188,7009],[586185,1533],[580397,8257],[577866,224484],[585202,220999],[578972,223991],[579491,225660],[586055,222125],[577455,229011],[576983,224374],[581431,224654],[579846,229922],[579437,224240],[582916,220307],[578673,231146],[582445,14223],[577690,17238],[579771,31933],[576272,59904],[579724,55248],[587546,59692],[580925,56005],[585733,61149],[583511,56743],[577834,59603],[580298,63803],[585218,59643],[586422,58205],[580320,68943],[583683,64890],[582261,68554],[586065,66782],[578560,65755],[577493,66382],[577289,84826],[587950,101163],[581648,97627],[587573,102562],[587314,97252],[587828,101671],[582178,104112],[601047,-7737],[598004,-8779],[595195,-1824],[601280,-14064],[595896,-12617],[597007,-17053],[598843,-15524],[599277,-17682],[598881,-15400],[601559,-16613],[589100,-40987],[598759,7928],[590060,3986],[594592,9862],[597825,319],[598818,11061],[594515,9520],[600776,1601],[593084,12657],[595062,239071],[594636,238547],[593652,18069],[592223,18433],[591755,18315],[595557,50836],[595873,51263],[593703,54594],[599052,54268],[594716,54275],[596914,51879],[591680,60450],[590850,64134],[597084,51765],[592449,59568],[590986,66224],[609327,-7777],[607613,-11665],[614022,-5876],[605243,-20234],[609353,-22889],[609414,-24158],[611749,-14715],[604763,-21726],[602552,-23055],[613939,-21834],[605921,-25171],[606205,-21089],[608752,-29094],[613151,-34491],[610858,-33115],[608795,-30643],[607769,8842],[605889,10676],[607310,10897],[608175,11798],[607525,9032],[605273,28126],[613377,32982],[613124,27605],[606553,42092],[604704,46377],[612311,62316],[610694,62059],[611868,62337],[613570,72138],[614244,69183],[613871,71231],[613411,69304],[616112,-8937],[616234,-224],[615065,-3278],[619546,-3391],[614577,-1866],[614776,-12389],[618728,-21144],[618895,-14435],[617277,-24479],[617597,-25061],[626410,-15165],[615388,-20207],[619545,-18836],[617256,-27313],[615459,-26048],[615056,-30558],[617656,-33401],[625977,-26286],[625008,-32822],[622479,-32863],[616295,-34948],[626620,-32943],[625829,-38070],[616795,1231],[618168,3917],[614954,7189],[617284,290],[615520,10247],[624881,1131],[616696,4150],[623276,2729],[621395,6771],[623342,493],[623094,17207],[620221,343279],[619267,343562],[621842,27860],[622338,77553],[618721,82634],[624483,91690],[622716,92033],[626286,110063],[623717,105829],[622569,107311],[624340,110901],[623442,120857],[638610,-10154],[633263,-1615],[636230,-8142],[633643,-9584],[637783,-20006],[638138,-22911],[638906,-23145],[630311,-35703],[635959,-32309],[633823,-29567],[634095,-31317],[629773,-35173],[636164,-50670],[635691,-42995],[637122,-41436],[639588,-65887],[637625,-64826],[637285,321],[635578,12489],[638828,8473],[629174,8256],[628286,3241],[630421,11801],[634049,15968],[639137,277614],[639631,276447],[635963,286793],[636267,286854],[635628,287281],[630027,339049],[630490,339438],[639342,47106],[639892,47802],[639838,59590],[639068,65147],[632114,76410],[634192,73906],[629877,87085],[632343,77856],[632430,88444],[628699,87134],[630553,87264],[631996,91293],[632068,95665],[635799,102084],[632372,91224],[631280,104892],[631985,112355],[637238,103541],[628993,107046],[630426,104717],[636521,109921],[635084,122354],[634739,124766],[633792,119089],[652798,-117034],[642542,-122526],[648277,-117486],[650202,-118519],[649731,-130452],[645539,-131155],[645340,-1555],[650550,-9196],[640209,-8261],[641869,-10892],[640934,-10836],[641799,-17645],[645599,-16740],[641459,-21777],[643399,-19147],[644584,-16071],[647399,-35440],[644166,-32620],[652018,-37511],[652323,-32885],[641291,-29034],[651725,-29107],[645420,-34203],[643220,-33123],[642063,-29659],[643157,-43469],[641111,-40783],[643103,-42072],[645557,-50339],[650165,-47318],[650086,-45090],[648529,-43494],[641426,-43795],[640444,-47661],[642459,-43611],[645939,-61985],[644833,-54861],[645464,-62393],[644041,-57497],[646163,-60296],[645608,-56826],[646536,-65427],[652575,-73826],[651936,-65987],[650793,-74791],[641568,3186],[644582,641],[642976,8024],[642351,225474],[646821,260438],[645997,260436],[651430,263077],[646112,262852],[641394,280210],[647915,274301],[644194,274474],[649320,271395],[642631,274764],[640921,276043],[649126,273686],[642181,274943],[646206,307338],[646746,307360],[644377,308493],[645378,309529],[652521,316098],[645829,308693],[647664,316025],[650391,315710],[645861,317272],[646737,308824],[646159,345394],[647383,345782],[646411,345777],[646768,346875],[646637,345956],[645921,347420],[644183,359955],[644140,360664],[644505,359792],[644166,359571],[644717,359871],[651429,48238],[638635,63506],[643228,58443],[652325,58424],[645009,55365],[643444,56985],[648474,54426],[645400,57957],[644693,53138],[644841,67978],[641187,115271],[642454,110153],[665154,-128570],[658829,-153095],[663077,-158238],[657198,-8926],[653223,-2262],[655537,-1845],[659263,-3458],[665052,-588],[656803,-13428],[657369,-22998],[654322,-14013],[661443,-32152],[659839,-37806],[656612,-27010],[654041,-28955],[657748,-41276],[660603,-40376],[657636,-41458],[652985,-46883],[654303,-42966],[654064,-47376],[654394,-42119],[665251,-59841],[654963,-58603],[664758,-58368],[655605,-59627],[662567,-58265],[662916,-75997],[660303,-71283],[664172,-66656],[656328,-64764],[655146,-75802],[654311,-72324],[656325,-68103],[652965,-68942],[664424,-69286],[653797,-74817],[653080,-75902],[657473,-66574],[656073,-77110],[665321,-77841],[660670,-85221],[655061,-80087],[657207,-87932],[657310,-83197],[660223,-84204],[658356,-81496],[657518,-82688],[655885,6052],[654742,265437],[653309,262203],[653848,262349],[660495,291171],[660914,290308],[655970,294539],[656333,294321],[660760,291317],[661864,290355],[657558,295959],[656207,296194],[665516,295071],[657595,295060],[655738,294891],[661234,305839],[662621,306457],[662234,305496],[661837,307451],[662850,348251],[662120,358235],[664073,359269],[665026,360099],[657155,49179],[654388,48298],[664253,46373],[655690,54485],[656093,54883],[663379,112805],[660862,105773],[663706,112834],[672241,-116373],[672424,-119708],[668992,-116615],[668299,-116147],[666089,-128879],[669692,-9927],[666506,-11851],[670755,-13194],[674093,-24420],[676037,-24850],[672669,-16650],[668611,-14828],[677463,-15829],[678242,-21993],[670121,-17331],[673133,-31194],[672395,-26036],[677668,-52778],[669704,-55473],[668850,-58949],[678020,-52065],[669163,-60808],[666669,-59074],[665690,-62661],[676158,-74291],[670406,-70885],[668410,-64941],[669675,-65502],[674069,-80951],[675340,-87976],[674923,-78262],[672843,-83461],[677724,-96061],[678207,-98785],[668367,-99540],[667470,-100432],[673551,-91013],[670059,-93335],[671756,-105379],[678256,-102538],[666200,273542],[670526,281170],[666580,273873],[670857,279776],[666851,274550],[670612,279660],[666381,274856],[670787,280866],[667648,274438],[672851,278273],[668007,275815],[672013,281545],[671660,298994],[668102,295117],[671019,301048],[666640,295908],[673534,301891],[673344,300038],[671573,298984],[667493,298210],[673346,299888],[668283,297845],[676367,317037],[677307,317431],[673084,331816],[677096,327424],[676856,326720],[674296,330999],[677390,376610],[676414,377418],[671754,33612],[671076,34921],[670099,393631],[675030,392468],[676002,389996],[671494,393006],[671046,45926],[669344,50492],[668929,49465],[669975,47470],[677860,83216],[677375,91166],[678116,91118],[675774,116753],[689292,-124301],[686608,-126483],[691010,-135109],[688128,-137879],[689613,-129666],[688295,-134475],[681844,-138408],[690273,-130903],[687494,-142102],[679177,-16895],[680882,-14230],[685657,-63618],[688091,-63305],[685615,-61739],[690452,-66359],[686406,-98663],[685595,-97979],[685328,-98777],[682396,-98121],[686576,-101918],[684950,-110818],[684553,-108239],[687348,-102381],[687804,-107915],[687391,271331],[687815,270640],[684763,288844],[683426,288882],[690910,306201],[682088,306518],[682457,306369],[686777,306719],[682812,303420],[681493,312621],[680764,312976],[678816,316060],[684164,314309],[683724,332322],[682356,330981],[681437,334725],[685041,362524],[686385,359629],[678730,382387],[686553,36561],[687843,36562],[690336,36948],[685840,36859],[680388,403507],[680661,401958],[681112,404515],[688580,39501],[687049,38698],[688878,40247],[688310,42568],[677643,40230],[679019,85127],[680376,92108],[685379,92583],[686459,96698],[686491,105780],[687699,114759],[685354,113110],[685266,112614],[686472,112728],[686604,106173],[688213,107507],[702462,-120575],[697043,-127899],[693842,-130785],[693910,-129563],[695004,-129903],[698841,-129769],[696996,-131491],[698471,-132744],[698920,-131364],[691736,-138682],[698735,-159453],[691996,-68281],[697601,-85093],[698897,-84998],[696129,-85232],[702213,-87760],[697878,-85976],[698246,-84390],[702553,-86490],[702392,-86040],[694915,-99897],[692538,-89560],[695314,-111212],[694684,-110215],[691728,-110590],[699948,299757],[700027,301020],[697941,301611],[692449,307326],[695680,301556],[697680,300309],[692047,308930],[692887,388021],[694051,388543],[710466,-118032],[707714,-124860],[706236,-127339],[704425,-117459],[708737,-127279],[713745,-115471],[712042,-118067],[706709,-130946],[711002,-138933],[712286,-138739],[713607,-146709],[713686,-146626],[708387,-148300],[712163,-147827],[708923,-148486],[712005,-149608],[714027,-150821],[713447,-113175],[711396,-108411],[704968,-113318],[711137,-113333],[708415,-110903],[707664,-112749],[709915,-107155],[711066,-113885],[711600,-113063],[710595,-108320],[712215,-114375],[713674,381043],[712572,380200],[708409,396460],[711616,395168],[708660,395409],[711173,394090],[709428,395652],[709303,396493],[711995,394078],[727659,-124545],[729251,-137313],[725974,-148046],[724047,-153220],[725054,-108938],[724346,-113611],[726200,-112876],[723909,-109023],[717475,351394],[726286,349497],[718264,350212],[728029,351912],[726029,388022],[725779,388501],[726774,388593],[726154,388483],[724721,388908],[726863,388854],[730333,-123645],[734849,-123047],[731882,-121861],[739939,-128397],[734137,-138107],[732916,-135919],[732367,-130236],[731248,-140269],[735964,-141200],[731358,-141469],[732848,-142077],[731393,-142869],[731402,-142820],[739257,-159231],[738889,-161132],[736272,-109262],[736661,-109595],[738163,-112687],[734439,-106569],[735128,-104795],[735966,327840],[731734,390767],[730131,388632],[730172,390340],[731503,388878],[729715,389186],[730171,389622],[734501,415553],[735125,415745],[733558,416742],[732900,415367],[734365,415189],[735069,415759],[743678,-126195],[753220,-137594],[744171,-131720],[745231,-145747],[747726,-143244],[746970,-145239],[750872,-142443],[748332,-143090],[754012,-147235],[752913,-148800],[743677,-155775],[745250,-163336],[753005,336045],[754123,336240],[752669,335052],[752263,379987],[752435,380130],[754228,399663],[746291,431178],[751060,424527],[757163,-136952],[760786,-137543],[764545,-136031],[761857,-135998],[757346,-135805],[767952,-147166],[756314,-142134],[757704,-148358],[755308,-147277],[764193,-174363],[760287,-173748],[759511,337067],[758826,339520],[760879,379181],[763920,375898],[761424,379337],[764088,377808],[760087,393175],[758685,392433],[760913,391966],[759041,392343],[759701,390976],[761138,391840],[755210,408319],[764974,409176],[764969,410397],[761775,413131],[760787,412892],[761980,412467],[765266,432324],[764007,432473],[764267,432008],[765130,431858],[764615,432906],[763862,432205],[773933,-127016],[772808,-128986],[775119,-128619],[772767,-127980],[779084,-144356],[768788,-145188],[780081,-160950],[769644,-173065],[779248,335742],[778797,333968],[780781,334178],[770179,394624],[770419,394662],[770709,392502],[771083,396886],[779893,404996],[779958,404710],[770987,409046],[770980,409510],[770778,408915],[771381,409338],[771023,409394],[769096,419581],[769463,418760],[778509,425802],[778801,425828],[782598,-122628],[791752,-128862],[792279,-136804],[791734,-143897],[787926,-140875],[783560,-145507],[788729,-150734],[787335,-142355],[783848,-151939],[785678,-152464],[787913,-152857],[786274,-160355],[781985,-161343],[792699,-155875],[788910,-162005],[783432,-165075],[792006,-168189],[793580,312230],[792866,314135],[792831,351835],[793038,351762],[788952,366977],[791431,366548],[788670,415744],[788541,416271],[787341,415970],[787324,415895],[788296,416056],[787606,416178],[803994,-120207],[804828,-121866],[796502,-130797],[798503,-138070],[797240,-133040],[796140,-130924],[805295,-143275],[794909,-146495],[801511,-161007],[794025,-153742],[798243,-162563],[800298,-165393],[803838,-158804],[806117,-167802],[800132,-169669],[801318,-170796],[798213,-169709],[796280,-172642],[797289,-195649],[796779,-114338],[794249,313456],[793818,312009],[794008,313847],[793846,312247],[802742,336772],[800932,339931],[795326,353237],[794508,352250],[794289,353039],[794238,350661],[798762,360302],[805669,366088],[803414,370383],[805382,376591],[797063,377449],[797398,383697],[796573,378084],[795553,386102],[796665,401019],[796540,400760],[796666,400061],[796099,400388],[795889,401103],[795639,401117],[813847,-160651],[809329,-165566],[814188,-165698],[812711,-159261],[807397,-160682],[814089,-161039],[813971,-165734],[813561,-167486],[816391,-169459],[811682,-170779],[809256,-166398],[816514,-199559],[814771,-199553],[806813,368237],[806823,375118],[831660,-122077],[833153,-121051],[822906,-144812],[825576,-155548],[831715,-158248],[823621,-164701],[819429,-154752],[819898,-164505],[821816,-163505],[831373,-166962],[829889,-178017],[827493,-168337],[825457,-173824],[828218,-176830],[830967,-178428],[828489,-177738],[827945,-181382],[822066,-189051],[826062,-199387],[822654,-202752],[819541,-201246],[829006,-194230],[828553,-194884],[819967,-192892],[830205,-207087],[827732,-14312],[826918,4441],[829444,384110],[829764,384002],[829545,384080],[830023,384517],[829627,384696],[830043,384682],[836454,-116083],[842031,-125682],[832439,-136661],[839162,-134001],[835525,-141443],[833157,-156863],[842499,-157846],[838594,-175357],[840457,-178279],[837518,-177293],[835443,-178007],[837251,-178057],[842867,-186990],[839572,-190568],[835870,-180501],[839529,-202269],[843085,-195734],[837297,-201973],[832721,-194286],[835839,-210631],[832373,-209609],[840990,-206654],[843390,-91318],[841216,-109625],[836883,360860],[836240,363267],[854922,-116687],[854401,-126239],[852915,-123167],[855302,-147786],[850861,-148392],[852276,-149981],[851788,-149755],[855518,-151343],[850337,-159410],[847830,-164369],[855314,-167176],[850679,-184301],[849842,-188385],[857571,-189028],[844890,-191308],[847132,-184708],[855476,-179750],[856737,-187428],[855155,-187308],[846693,-199478],[845448,-94365],[846770,-97508],[845455,-109941],[861004,-131166],[861137,-149394],[863103,-151936],[859219,-163151],[861822,-163783],[867211,-155997],[864892,-157003],[860523,-156985],[865800,-158188],[860420,-159593],[858630,-168523],[869671,-178229],[860030,-171957],[858745,-167120],[869471,-176095],[870175,-170987],[870395,-182911],[869715,-186338],[863690,-186553],[865938,-183478],[862654,-190306],[863916,-74732],[869443,-84791],[865730,-86759],[869945,-88672],[857656,-88396],[861366,-97261],[869349,-99577],[861320,-98074],[867425,-92100],[864319,-95294],[864524,-107466],[867674,-111942],[860940,-111770],[862308,-112249],[859362,364025],[858706,362506],[877831,-125271],[878904,-124722],[877235,-131071],[876175,-130522],[874677,-141726],[873081,-151743],[871391,-141718],[877057,-158712],[879355,-163293],[870997,-175568],[874524,-175888],[876243,-177885],[874520,-177053],[877167,-177373],[875968,-168566],[877399,-176098],[876270,-169154],[883181,-174668],[872416,-173750],[875616,-174326],[871047,-181989],[882092,-182017],[871920,-189146],[871230,-191117],[874411,-180480],[881500,-59615],[882791,-87022],[876590,-82467],[874037,-83302],[871458,-97834],[879539,-91428],[878887,-101534],[881230,-102476],[874158,392791],[873414,392975],[893958,-119504],[885338,-131232],[887068,-151071],[883679,-151409],[886180,-156272],[883575,-156719],[887487,-176883],[884708,-176818],[886805,-54220],[886762,-71919],[887028,-75296],[888938,-70872],[891299,-87808],[894097,-85523],[889606,-80148],[888549,-82242],[885863,-81611],[884749,-79772],[891238,-80078],[892862,-98553],[890540,-93177],[890182,-111095],[889682,-111927],[889476,-107424],[883602,-114824],[897915,-119454],[901007,-157702],[905135,-170447],[902660,-171949],[904380,-187558],[896140,-56321],[901499,-107232],[897853,-105423],[921086,-137912],[912972,-129726],[916254,-139649],[912554,-130199],[915972,-130371],[910786,-146715],[912443,-142340],[912818,-150276],[909726,-171078],[910439,-176081],[918083,-181000],[916895,-59205],[913368,-69271],[915861,-69674],[917533,-73699],[911574,-72499],[918624,-68937],[919423,-78516],[920050,-99890],[930552,-125059],[928517,-119357],[929071,-132916],[928691,-128359],[930594,-160514],[924001,-58526],[931992,-62545],[923273,-63881],[927728,-82131],[923943,-84962],[933640,-84972],[931628,-83446],[923645,-101425],[945657,-126021],[939486,-120284],[943359,-119337],[935268,-118769],[936639,-115590],[944261,-129591],[945175,-133571],[942899,-130587],[947098,-131160],[941627,-132129],[941793,-61785],[936502,-63059],[944860,-67589],[940120,-64376],[939258,-65766],[937352,-76565],[940070,-85604],[942854,-88193],[944460,-84354],[936958,-77046],[937915,-86311],[938032,-85508],[941342,-101582],[941641,-94318],[946039,-90610],[943212,-103172],[940345,-105465],[940648,-104848],[936789,-107874],[939321,-108550],[938581,-109999],[938116,-107731],[937825,-112839],[941944,-110172],[939655,-114208],[936197,495435],[943022,489305],[938821,492182],[940228,491158],[948485,-119815],[948872,-115425],[958400,-127415],[959808,-123861],[959356,-123117],[951706,-123837],[949838,-131948],[947996,-128343],[951926,-131404],[959201,-132258],[956646,-130545],[955438,-157273],[951793,-191904],[955223,-192954],[957869,-198348],[957255,-196394],[947467,-70370],[959930,-75568],[950294,-75022],[948160,-78501],[951790,-83532],[949943,-80782],[958203,-81187],[952292,-84864],[952249,-83308],[948677,-114851],[953871,-108881],[953359,-113454],[951941,-105405],[953174,399832],[954444,405722],[950743,453267],[953797,469590],[956921,461635],[952769,481144],[948491,485192],[951186,482962],[956899,504142],[966704,-122311],[972761,-126162],[970781,-123287],[970235,-119579],[972665,-122091],[967023,-137272],[962065,-135611],[961771,-130188],[970309,-137828],[964370,-135239],[961755,-132645],[961816,-144019],[965001,-147150],[971372,-143532],[971291,-140606],[961736,-155881],[969038,-73321],[970342,-80402],[969506,-87773],[963181,-101620],[960179,-101614],[971069,-107951],[966720,-102436],[966393,395073],[961675,429824],[961002,457727],[963822,497815],[961503,500253],[976036,-124910],[973554,-119231],[978329,-119208],[974940,-139416],[978597,-134925],[984308,-131767],[981872,-135571],[982646,-132037],[977602,-138119],[976455,-144884],[982381,-149381],[973630,-158993],[981921,-71297],[975624,-79613],[974288,-109404],[982265,-106950],[984401,304835],[982972,393605],[974654,387962],[980369,393726],[976202,430760],[980828,455295],[978517,496890],[974822,501402],[993058,-120333],[991449,-126578],[986547,-127028],[993094,-126263],[992312,-124728],[985699,-133668],[987088,-152664],[990150,-148186],[986746,-151521],[990791,-146779],[992935,-143704],[988151,-148155],[989651,-157395],[985685,-153957],[989324,-76750],[996438,-86430],[997169,-84626],[988743,-87903],[989975,-89755],[990619,-109086],[990927,-113061],[992030,292708],[986688,299852],[987924,301592],[996796,311956],[987737,308936],[990555,338662],[992919,357081],[988233,370516],[990846,390103],[993170,395398],[997744,404596],[987826,486231],[994475,508537],[988563,539054],[990795,540761],[1008999,-179183],[1006664,-181500],[1002316,-75894],[999423,-86787],[1000852,-86284],[1008869,281470],[1004855,270460],[1010928,269299],[1001659,275640],[1010967,280962],[1000021,292975],[1009862,284304],[1008788,283702],[1008773,302809],[998747,297829],[1004210,316231],[1006906,313472],[1005688,329216],[1005237,335769],[1007778,336767],[1005660,349222],[1004458,348576],[1010817,354940],[1009619,346083],[1001441,375443],[1018394,-115628],[1014102,-177463],[1019644,-75805],[1015455,-71835],[1018767,-110416],[1018098,-112049],[1019436,-112003],[1016260,-111362],[1019804,275841],[1017490,283664],[1023323,298786],[1023206,318506],[1011808,342427],[1021080,404916],[1016545,398302],[1012339,415980],[1024904,-124454],[1029139,-134192],[1027094,279431],[1025984,280049],[1030542,279271],[1033290,282466],[1033710,291223],[1029671,297923],[1035079,316246],[1031121,332262],[1025171,332930],[1031260,322397],[1048026,274839],[1042523,276603],[1049134,287341],[1044548,290123],[1038998,305412],[1041339,300880],[1045808,310864],[1039189,317632],[1045601,314398],[1047900,311029],[1046951,323714],[1043706,326912],[1056563,-113815],[1062052,-111111],[1054911,254707],[1051136,260238],[1053903,275147],[1059705,279707],[1049881,273082],[1052421,301100],[1058950,558863],[1056766,555221],[1064986,-118000],[1065233,-118218],[1066562,-110021],[1069841,-111213],[1070205,-106385],[1072191,-108909],[1071662,-111517],[1071110,-107146],[1072034,-106039],[1069134,-109116],[1074641,256112],[1066835,258652],[1068566,279091],[1070531,280404],[1071026,278932],[1074593,281250],[1066277,280677],[1070362,285705],[1065572,282301],[1072997,287199],[1071552,292893],[1070507,298545],[1074938,305207],[1071691,310304],[1071919,307713],[1065841,559964],[1067984,556344],[1078829,279029],[1083618,274745],[1081087,269587],[1079420,276989],[1079784,293626],[1075861,283663],[1079690,282257],[1075864,282238],[1085090,291885],[1077914,301974],[1085715,300578],[1082381,311002],[1076751,313551],[1081844,317001],[1077150,554514],[1098508,-53588],[1096456,262564],[1091821,277904],[1096235,278290],[1097647,281121],[1099506,270467],[1091368,280776],[1088449,281624],[1099823,284601],[1099266,288220],[1089410,292248],[1099014,293559],[1097791,283614],[1092401,296142],[1090369,298931],[1089838,308467],[1091674,311765],[1091061,307873],[1091528,549846],[1098162,550081],[1103146,-116237],[1108646,-60033],[1109403,-58981],[1104800,-56240],[1106935,-63398],[1105977,-59756],[1104496,-55494],[1111734,-58771],[1112497,-55518],[1105819,-73548],[1111719,-69999],[1107109,-74416],[1102319,-74958],[1106389,-80116],[1104329,-84061],[1109031,-79697],[1101595,-83802],[1104627,-83662],[1113444,-95393],[1112867,-95568],[1112858,-108745],[1112553,-109941],[1106231,-107399],[1103827,-111095],[1109800,-110294],[1108879,-104730],[1107922,-109273],[1111497,307019],[1105177,314403],[1102304,311270],[1101115,336007],[1103976,333154],[1108569,335684],[1115749,-63587],[1121521,-57445],[1122241,-52166],[1120490,-52153],[1124285,-72109],[1119391,-72189],[1125137,-68791],[1119117,-66992],[1117249,-72698],[1118010,-64963],[1126353,-71060],[1117731,306176],[1129470,-63294],[1137800,-56508],[1128109,-56292],[1135607,-58368],[1128714,-63707],[1138343,-62662],[1138337,-58864],[1126699,-66495],[1128669,-65828],[1133420,-64904],[1137138,-65617],[1135380,-66432],[1138500,-73714],[1139162,258062],[1129926,343395],[1128822,342468],[1144180,-21064],[1146109,-22888],[1146836,-36494],[1141169,-32442],[1146107,-32543],[1148043,-26890],[1139254,-32314],[1143513,-35344],[1149367,-39987],[1147700,-40733],[1141772,-38833],[1139970,-62722],[1140698,-62378],[1143325,-89289],[1151066,254322],[1146819,257304],[1148049,266587],[1143438,263311],[1145970,279611],[1143745,269974],[1148904,343314],[1151838,545409],[1139806,541375],[1153226,10724],[1155141,8676],[1152894,19606],[1154422,17192],[1156870,13892],[1162183,276481],[1158231,271145],[1155803,271738],[1161327,288113],[1161754,339930],[1159865,342779],[1162402,343069],[1163255,28394],[1164294,29699],[1152590,536944],[1168876,207364],[1171611,19340],[1168818,19824],[1167579,24114],[1165275,281593],[1174465,292862],[1176497,304327],[1176320,296263],[1169724,317680],[1174669,309667],[1177415,309773],[1173001,317236],[1173894,342566],[1165428,339356],[1169525,344311],[1176993,347640],[1170652,508648],[1189794,214073],[1184526,225212],[1179337,235889],[1183989,265708],[1180937,270166],[1188292,282745],[1186238,289888],[1181620,285920],[1178975,288807],[1181669,301484],[1182718,298598],[1182180,301056],[1179588,344621],[1183927,345312],[1189567,348677],[1186250,494783],[1198093,221374],[1200732,249363],[1193749,289433],[1198529,282899],[1199614,286076],[1198596,299985],[1194937,308836],[1198091,311965],[1195311,314392],[1201497,315372],[1196730,312001],[1200912,321383],[1199534,329606],[1202176,321224],[1199086,338384],[1201097,345609],[1191871,351127],[1199355,37518],[1202842,32023],[1199434,36564],[1200972,31767],[1195313,474280],[1199724,55275],[1215643,211694],[1206252,213502],[1205084,212903],[1205870,300827],[1205229,306771],[1204404,296103],[1210789,349397],[1209596,69914],[1226397,146098],[1216839,149407],[1228060,174556],[1219359,171718],[1219003,253656],[1223865,70992],[1227648,80355],[1240660,139394],[1239298,151412],[1236805,172376],[1237267,202338],[1238388,199245],[1230957,290086],[1232986,348946],[1239110,99228],[1235472,95211],[1240589,96389],[1241265,110609],[1249802,175607],[1245772,199455],[1252768,243127],[1250262,303536],[1252807,367571],[1243361,372573],[1248156,377964],[1245581,82551],[1242634,80487],[1244207,80928],[1249370,95909],[1252122,95636],[1251421,101986],[1248396,101507],[1251436,94491],[1242124,91281],[1245823,99868],[1246589,90524],[1247427,101093],[1246163,109702],[1253588,107006],[1249950,103675],[1252396,110100],[1250686,110249],[1241998,109304],[1265922,133524],[1266813,293081],[1259139,300226],[1259032,327967],[1259913,325478],[1259017,324922],[1256331,320781],[1256885,322156],[1263174,354361],[1256159,357495],[1258827,367213],[1259112,363813],[1257884,363357],[1260959,96717],[1261318,93726],[1258629,100354],[1259777,99915],[1257494,90097],[1259524,91169],[1256202,112826],[1255501,108490],[1258407,105564],[1261319,114330],[1262006,107687],[1264221,108848],[1257538,113512],[1259998,115533],[1261074,115771],[1264898,120088],[1278613,142545],[1270269,250918],[1274179,285864],[1272826,284049],[1274438,315320],[1274296,331832],[1276539,325741],[1276503,337698],[1274446,346755],[1269983,354149],[1269525,120711],[1291045,263096],[1281103,267270],[1287916,262571],[1291826,275371],[1286104,279570],[328190,139548],[328444,140896],[341070,103593],[356899,137866],[356839,137568],[357253,109139],[354549,106486],[350278,125627],[356057,127145],[369759,136084],[368036,142015],[371176,50025],[365753,107721],[365514,107613],[366094,107025],[370208,119437],[362437,125956],[375338,138835],[375129,139402],[373304,137710],[373409,140725],[383109,146043],[382677,146448],[383846,144850],[380420,20338],[380075,19801],[381155,19695],[371343,37311],[371210,48988],[377567,57972],[374107,54603],[381572,75921],[381904,75615],[379485,104887],[382241,113018],[383293,117127],[372514,125018],[373051,120515],[371821,119206],[385426,4503],[395752,139611],[395511,138858],[391843,147869],[394329,151582],[384999,150227],[392009,34741],[388423,54442],[386350,108841],[392876,124700],[395117,115734],[390897,122014],[392075,123907],[393487,117424],[390499,121339],[391945,123631],[396164,119937],[393565,124166],[401677,-9092],[407969,-20784],[407523,-20038],[403688,130300],[403556,152432],[397506,145239],[398250,142106],[401794,142028],[402675,145144],[407391,153503],[407412,153609],[407534,148171],[408860,148653],[403424,152622],[398387,142279],[401672,142185],[398061,142055],[402465,145609],[408388,149066],[407063,148482],[407288,153616],[401781,142338],[407451,153785],[409291,25689],[409273,71487],[400886,68864],[400495,68669],[399863,106241],[401521,110837],[401655,117306],[401489,117428],[402115,126446],[412783,-43147],[416341,-42866],[416197,-43084],[416344,-43104],[416266,-41134],[413794,-43181],[416375,-43371],[419880,-61384],[416534,-62272],[416517,-61473],[416300,-62022],[416569,-61988],[416607,-61814],[419180,-62788],[422261,-64250],[418749,-91393],[418931,-91049],[421164,148186],[419952,147923],[419925,147763],[414218,144610],[416147,148446],[412502,148561],[420893,147960],[410534,154927],[409680,155397],[409943,155591],[410711,155041],[420752,235102],[419720,235926],[418018,324473],[417935,324370],[414070,372219],[418776,372408],[412522,374826],[413303,26167],[409798,26180],[412734,26186],[412808,53730],[412381,54717],[419978,113128],[413696,114393],[415644,117193],[421319,116153],[418085,119736],[415698,117658],[417979,119774],[412981,116547],[413282,116514],[431533,-145],[425836,-83518],[425152,-83581],[432941,-94477],[433406,-94813],[429015,816],[433290,1649],[428749,150215],[422792,146821],[428911,150389],[423061,146972],[428979,150382],[430689,163885],[433024,164501],[432936,164240],[430416,163515],[432636,161468],[433312,164472],[430463,163912],[433702,161424],[429602,331128],[429437,331107],[423019,333751],[422719,333574],[423359,333260],[423447,371728],[424168,29298],[424859,28638],[432152,31736],[431802,32036],[433035,486420],[428841,486974],[430181,492036],[431461,493714],[434534,108554],[433966,111549],[434398,114727],[441423,-7431],[440240,-7086],[440630,-7661],[447254,-21479],[446776,-18072],[447316,-22537],[445921,-18750],[447358,-81272],[447023,-81279],[440949,132419],[443531,150121],[443421,146655],[447164,151799],[446216,147563],[443574,150127],[443253,146054],[446237,147493],[440383,175950],[441239,173737],[445687,179798],[443617,187477],[439385,179832],[443639,194970],[444828,193385],[447911,196006],[445141,192316],[445800,192410],[431044,26503],[437067,30624],[436676,30999],[436951,44033],[437157,43407],[445704,50698],[437490,44148],[443281,52201],[445942,71949],[439854,114423],[445413,127139],[435489,121522],[450272,-932],[452721,-15351],[454362,-15855],[453243,-22915],[453184,-22590],[453238,-23444],[450014,-43206],[449784,-43614],[450738,-43168],[449881,-43930],[450785,-69984],[451709,979],[450870,1076],[454119,2697],[451027,5684],[455496,2417],[455686,2206],[454310,3154],[448922,132470],[449296,135621],[451708,149910],[453823,148532],[458597,146665],[455080,156698],[457350,154638],[450184,154890],[452175,155862],[456723,156791],[456422,156879],[452220,155819],[451366,168496],[450704,171185],[457596,170595],[457293,170841],[457902,174552],[448222,173548],[457364,170637],[449176,194056],[455346,204038],[458807,199556],[452657,201050],[456173,203653],[459023,193614],[448465,195078],[452118,201118],[456852,203943],[452865,199895],[457308,203098],[460142,206771],[458843,29265],[458249,28941],[458284,27322],[468152,-86216],[468395,-86553],[465787,138500],[465706,138737],[464034,139871],[471205,162159],[468536,162638],[465449,167497],[464650,167242],[464699,167754],[466119,167435],[467734,199847],[460863,207826],[461823,211144],[466667,212229],[469826,205336],[462966,209402],[461910,206829],[466858,208283],[469343,205949],[472138,237699],[467444,19572],[464770,20356],[467219,19653],[465670,20607],[466754,19641],[476377,-1604],[475880,-2363],[477937,-25975],[485969,11459],[478332,139679],[478691,137682],[476892,138627],[477157,137673],[483243,147248],[483833,151564],[479625,145409],[484322,151620],[479063,145628],[483086,151952],[485147,144892],[482440,145239],[476380,159638],[477932,164806],[473658,162856],[477455,166134],[474724,183296],[474274,187893],[474570,183812],[474279,186844],[474349,185360],[473766,184362],[477566,194391],[477644,198743],[476815,197199],[484720,194629],[473640,217569],[473704,217736],[481967,216267],[480291,206974],[473753,217802],[479066,218100],[479494,218080],[474953,226390],[474205,226251],[485817,13073],[484449,265668],[478353,256912],[484405,265727],[477994,257300],[483812,266268],[483652,266078],[486525,10947],[487945,152528],[486535,153079],[490781,160628],[495569,172690],[493135,170282],[490358,176564],[492891,173421],[495701,171730],[492613,169704],[496368,179204],[495621,171817],[492314,170449],[490310,175329],[490740,172894],[491646,174051],[496023,171881],[492808,169676],[490023,182040],[497839,190524],[489161,190246],[490049,181997],[494624,192070],[494983,189726],[491392,191047],[490203,191484],[490465,183358],[490820,190660],[492169,202615],[491040,201752],[490505,207801],[496072,209835],[494252,211159],[487318,207049],[491483,208319],[496664,210594],[495706,230333],[488094,232387],[496437,235338],[491386,233038],[487876,231993],[491764,233338],[488642,248840],[489344,247799],[501285,-58925],[511294,-74220],[500028,-94722],[509440,150222],[508701,146987],[506392,149430],[510889,148446],[508992,151194],[509788,165319],[510333,154348],[510961,166239],[509886,163355],[510808,154408],[510941,164108],[511291,154839],[510962,203356],[510964,204195],[502306,213286],[501248,215515],[515495,-8091],[522681,-20004],[522629,-19678],[512839,-34545],[513109,-34895],[513559,-31042],[512034,-30788],[523140,-48326],[522969,-48780],[523077,-48584],[516407,148998],[512989,151719],[512847,151783],[516123,149266],[517303,150248],[522184,159983],[521190,157328],[513064,166330],[522088,159673],[523229,157951],[523984,176897],[520951,168187],[520812,168688],[517696,172572],[515881,174818],[523601,174033],[518697,167176],[515286,217630],[514581,216890],[515752,206115],[515548,211348],[514647,209560],[524477,215760],[519705,235310],[518076,240542],[519831,235164],[523287,240534],[518896,235836],[518533,239406],[517409,240641],[519876,235271],[521879,247189],[517898,243908],[518778,249838],[521279,247547],[524346,108641],[523118,115065],[534654,-50100],[534621,-49680],[533670,-50132],[526100,175652],[536207,188248],[531031,194599],[533302,199968],[532755,196264],[533383,199729],[530787,209784],[530111,208986],[529613,211689],[530698,210429],[524812,214785],[527662,212272],[529593,210561],[529751,221776],[531598,221277],[529764,221566],[530051,221056],[527070,228111],[531358,235319],[531477,230825],[528260,238177],[525714,233834],[535110,233906],[527962,238171],[533786,238296],[526516,242083],[526772,235692],[535720,250685],[528277,243620],[535599,250999],[528720,300408],[529126,89637],[535548,78448],[535467,89024],[534970,83801],[526049,96628],[532539,100143],[537009,93486],[532268,100420],[528984,99186],[531839,93175],[530198,90169],[536797,113297],[528757,109746],[535269,112593],[543643,184515],[550074,203209],[547268,200725],[544605,195443],[539706,199007],[550031,202876],[547121,194577],[547389,202370],[545490,212591],[539783,207737],[540490,207105],[544009,224840],[544248,224464],[542769,236064],[539428,233961],[539730,234096],[545724,255476],[546354,246844],[549438,25526],[548366,21099],[547942,25339],[543242,17487],[539017,260010],[541967,259722],[544218,28214],[543765,30349],[549758,47483],[548982,51186],[545583,46117],[537679,45909],[544287,49642],[546101,48657],[547044,52097],[538472,54029],[548802,62665],[545653,54842],[557779,-17753],[557668,-18263],[557079,-37579],[557086,-39300],[557919,1747],[562716,3258],[559155,6901],[559443,211162],[556947,208264],[559978,222720],[559192,222830],[559081,222808],[559212,222421],[561381,254169],[550565,255282],[561267,254279],[550471,255238],[560820,254471],[550454,254931],[554921,244645],[561163,253957],[552904,13484],[560383,14466],[556007,16530],[559320,22051],[554655,27248],[551957,49266],[558183,50785],[558128,55449],[560909,61152],[560042,63549],[557929,62718],[556314,68568],[557672,64333],[553427,64841],[560663,114174],[553833,117139],[562584,125468],[560449,121140],[561609,117385],[574283,-8945],[565091,-3518],[568678,-4590],[575132,-2443],[564935,-24792],[564196,-25171],[567881,-93061],[571635,2552],[563864,204453],[564700,204001],[572272,221648],[571737,221807],[573346,221169],[573388,221405],[567571,23216],[564300,19925],[571329,27663],[573092,59400],[570026,73729],[570210,70280],[568894,66389],[566718,73824],[565017,69275],[563566,82375],[569261,86737],[565649,86168],[567077,87540],[571095,89020],[573498,82523],[569254,90526],[571730,110883],[568778,114003],[570011,117072],[574516,122280],[563948,119375],[564825,120341],[579418,-1793],[587565,-129],[584404,-1681],[585241,-5529],[586854,-46034],[581871,687],[582099,12585],[578415,12925],[577391,10952],[584048,219911],[587799,222959],[583825,220582],[582928,219425],[587978,222809],[585528,16286],[580810,17899],[577515,18388],[578762,19540],[577399,39425],[586974,57447],[586577,61276],[582049,58267],[585788,59095],[586858,60945],[586924,69578],[579325,71598],[586455,67319],[577779,66503],[581479,100278],[586188,96479],[586209,102217],[578218,103969],[600313,-21484],[597664,-16357],[599863,-15489],[599638,-22424],[594769,9508],[597081,5902],[597469,5439],[589833,13165],[592243,17760],[592439,22351],[596273,51084],[595840,50321],[591031,62480],[590218,59472],[612906,-9594],[604427,-3146],[604186,-16617],[605367,-15694],[605227,-16277],[604193,-21269],[609170,-18201],[612974,-26478],[612062,-32291],[608461,-30624],[607566,-25641],[606002,10420],[613408,2641],[608521,18896],[603537,14183],[604453,32238],[613282,60855],[614092,66081],[610218,68570],[611836,69120],[617731,-2418],[626203,-11378],[620505,-914],[624144,-15891],[626458,-16125],[624623,-15971],[616701,-14274],[614888,-31647],[614878,-30644],[615382,-25555],[623898,-37587],[625651,-35439],[620533,1701],[614637,5385],[626317,8540],[620577,2773],[621637,4719],[618197,15103],[621540,14578],[614735,24915],[627080,307571],[626838,307849],[621811,337429],[620678,336316],[615691,68084],[622801,95890],[622136,90555],[623362,115320],[623718,106581],[622497,117523],[624242,119774],[635921,-5126],[632033,-1151],[630508,-6655],[630587,-16407],[639712,-23367],[632654,-24475],[638905,-19109],[634629,-32572],[632817,-25868],[631596,-39714],[627481,-39843],[636211,-41359],[638296,11262],[634027,7910],[628147,6710],[627622,307105],[627825,306779],[627597,307069],[628123,306190],[633469,318675],[627291,307838],[632266,341190],[635361,364367],[635742,364085],[635501,364186],[635719,364007],[639808,47324],[639808,54586],[632144,88641],[631663,95154],[638766,104739],[629745,112640],[636178,122824],[633607,119103],[639167,118805],[638856,119015],[650043,-118502],[647598,-119909],[650693,-129647],[649712,-129686],[651572,-1062],[641084,-15278],[649850,-31789],[640390,-36549],[645362,-35931],[644091,-32918],[646619,-31752],[640700,-27207],[647035,-50150],[642814,-43502],[644525,-45764],[645918,-49247],[649808,-38714],[640003,-44984],[646323,-52154],[648798,-63212],[642889,-63681],[641333,-61255],[648870,-51171],[649209,-66846],[649902,-66717],[650963,-68308],[648915,-70497],[652440,-71694],[652118,-68876],[647326,254454],[649410,292944],[651854,283004],[649796,293027],[649558,293255],[649649,293763],[645522,306532],[647220,342911],[647258,342691],[647180,343531],[647250,342697],[648617,47563],[644014,49057],[643240,58275],[640841,64188],[650015,56069],[645182,66444],[642058,106578],[641169,114546],[641131,120881],[642107,116520],[659203,-147859],[655383,-9412],[657459,-286],[655901,-1968],[658364,-17752],[652818,-22284],[662819,-32892],[664835,-31594],[660630,-35308],[662313,-31423],[660023,-32694],[653958,-35363],[656942,-43348],[656777,-44718],[654362,-41469],[655333,-47208],[653013,-64886],[658620,-64508],[661826,-65852],[655137,-73964],[660203,-68664],[662179,-86976],[657651,-78415],[660622,-82611],[664507,-77117],[656393,-83757],[659625,-82966],[656592,-82521],[655223,-79271],[664522,-101125],[662708,-107525],[657329,1279],[654626,3472],[660665,267493],[660988,267042],[660767,267203],[661821,267285],[660000,262448],[658985,263350],[659944,261447],[657724,263466],[654115,281984],[664799,293649],[664531,295100],[663079,306716],[663084,307857],[654164,320360],[663421,343810],[663625,343726],[663314,367894],[665138,366487],[663684,367988],[664862,366908],[664623,366736],[663261,367997],[664674,366681],[663259,367709],[664809,37172],[664450,40397],[663538,49031],[653766,49138],[653454,48542],[662711,38767],[665315,38978],[659533,48344],[656100,54297],[672954,-116427],[665862,-115250],[673590,-147413],[671752,-16022],[673658,-16986],[668710,-24967],[673042,-13617],[667796,-26852],[675484,-28926],[667443,-55437],[666109,-59771],[675486,-71234],[675013,-70962],[670583,-73912],[670106,-75783],[667997,-63941],[673466,-87474],[675027,-79509],[677297,-93201],[674846,-90171],[674789,-91480],[673361,-97649],[671953,-99785],[668010,-93314],[667183,-108424],[674548,282408],[675257,283167],[675051,282640],[674690,283417],[677639,307230],[677869,306915],[666417,294921],[677648,307473],[667557,309880],[676120,312641],[677512,307781],[677793,307645],[671563,338920],[669795,351820],[668949,352911],[677037,369841],[671081,359224],[667300,393288],[678190,402774],[669424,44173],[670830,45291],[667831,48305],[670426,45224],[675821,90975],[665640,115044],[687283,-129068],[680426,-134182],[686597,-132852],[680222,-137458],[687364,-141236],[680889,-10350],[679037,-17698],[686645,-61453],[688607,-61348],[691115,-69478],[686596,-100132],[681947,-93931],[684311,-101527],[679531,-94223],[688123,-108090],[685374,-108649],[680463,-103007],[690529,-102283],[685798,295245],[689936,305093],[678572,307898],[678693,307671],[678885,307890],[681752,308738],[683155,343304],[682811,343560],[690024,368795],[684538,373335],[684940,35864],[684258,34433],[687493,38589],[683333,390493],[683226,391116],[683220,390578],[684017,390679],[680339,402593],[679771,40227],[680493,39059],[689808,41844],[688021,40714],[681068,40122],[681200,40596],[684156,91876],[678499,106737],[681290,108159],[687241,114375],[684695,112593],[692427,-134070],[691497,-131155],[694679,-136428],[692646,-138897],[696202,-133152],[694679,-66384],[695285,-69528],[693174,-82839],[699628,-83157],[694497,-88007],[701834,-88439],[695967,-95558],[695211,-112793],[692827,-111650],[693235,-105258],[703852,-111548],[694806,314577],[694669,314830],[694179,314643],[694307,314519],[696351,360010],[693970,368875],[700624,374326],[698410,393720],[699300,386645],[691656,402023],[694721,399630],[708766,-121049],[709530,-127262],[716147,-145211],[708241,-153682],[714696,-110607],[705991,-110836],[711280,-110672],[712179,-113876],[708024,-110583],[710357,344076],[715043,380392],[729472,-137496],[729039,-131067],[723654,-151743],[726417,-147929],[721571,-110254],[725345,349551],[723419,361040],[724765,359571],[722435,376633],[721668,376175],[722287,376528],[722094,376221],[728793,387751],[729489,387144],[729213,387590],[728764,387110],[724151,409126],[724504,409073],[725358,409693],[724488,409286],[728150,423997],[733903,-117886],[739546,-136086],[742330,-128078],[738409,-137074],[741765,-146220],[734014,-141529],[733126,-146205],[736954,-147594],[741048,-157532],[742046,-158321],[737871,-158356],[742361,-163734],[737585,-110778],[734835,-109160],[736177,-110673],[736597,422144],[736784,422039],[736971,422266],[740942,438859],[740899,439447],[740986,439576],[742212,439596],[744738,-131732],[745704,-136323],[742899,-144647],[743421,-147069],[753106,-147061],[748982,381778],[749256,381683],[749090,381743],[746140,396074],[751653,407201],[746217,423109],[746106,423326],[746424,423506],[746976,424023],[748375,435321],[747408,435817],[748291,435818],[747514,435677],[767796,-146731],[757608,-142359],[766339,-142806],[755574,-144881],[766105,-144885],[758303,-146113],[766035,-157609],[767064,-156838],[758543,-178846],[767176,317588],[766901,318243],[766633,317621],[767700,378632],[765227,396590],[761245,396543],[765454,396616],[759664,394508],[765449,396838],[759348,394492],[765313,396873],[760960,396349],[760816,394497],[761321,394142],[760851,393926],[760596,394534],[762733,403467],[760208,409634],[762851,403717],[760113,409389],[762391,403083],[762307,402927],[760017,409518],[759896,409822],[765776,419265],[765858,419489],[769250,-120219],[776499,-139549],[776060,-139917],[779533,-145267],[768448,-148263],[779596,-144244],[778865,-169819],[774501,395885],[774340,396376],[774890,396361],[768439,390618],[771736,399022],[780518,414647],[780558,413927],[774110,425743],[774146,425986],[774175,425224],[774381,426001],[782089,-126469],[791011,-128149],[784721,-140474],[786742,-139297],[789223,-146647],[789776,-144860],[783329,-143744],[781726,-145231],[791053,-141066],[788753,-145667],[783984,-153138],[788719,-158231],[787877,-154602],[787077,318473],[788563,317421],[786283,318810],[788520,316620],[787053,318630],[787757,316519],[786930,318649],[787941,316232],[786209,391738],[786682,390963],[786231,391289],[784707,404968],[785237,404743],[784797,404786],[784623,405252],[781253,414672],[781125,414055],[803729,-122806],[803980,-120557],[793780,-119526],[799237,-136981],[796149,-141532],[803221,-147213],[797354,-155095],[795974,-169813],[805724,-202469],[797257,-114992],[796564,-113150],[794922,356203],[794548,355894],[798458,376200],[799192,395330],[799200,395997],[816230,-144439],[806466,-159572],[813112,-165209],[812572,-160458],[806428,-162191],[816834,-170552],[812354,363302],[806906,381125],[831225,-122224],[831956,-124279],[822189,-147605],[827204,-153699],[829347,-161891],[823760,-160161],[820320,-155231],[824256,-173743],[829651,-174710],[820674,-203134],[827873,-202694],[827174,-198080],[828494,-193342],[827699,-11539],[823401,356859],[836931,-117350],[840133,-122823],[842905,-127151],[840334,-132323],[836996,-141170],[838868,-161403],[832465,-179653],[837848,-183250],[842384,-184809],[839466,-183729],[837437,-182336],[837037,-198923],[839610,-194574],[837265,-199525],[841949,-203985],[843056,-203847],[844521,-201947],[838119,379505],[839774,376005],[845613,-128789],[846176,-129317],[848886,-146429],[845494,-162696],[849053,-162368],[856956,-156442],[857110,-170409],[855744,-180641],[855090,-183772],[850740,-101564],[856573,-101856],[857406,-104252],[845674,371269],[846341,372416],[852770,392563],[863182,-133317],[865383,-137300],[864422,-132797],[862706,-142097],[861271,-150621],[859386,-155467],[859146,-161577],[858281,-160164],[863881,-164758],[861394,-165823],[858499,-168192],[862182,-167379],[862105,-186167],[866698,-186828],[858975,-188088],[860554,-190616],[861003,-186758],[868860,-202897],[867751,-87292],[865505,-86374],[866167,-86177],[861726,-93614],[868977,-93211],[862007,-99007],[863420,-96760],[869561,-105866],[877190,-117442],[882275,-123578],[875126,-137488],[880273,-138276],[875563,-129928],[871340,-150439],[880576,-155195],[872209,-161419],[880924,-156784],[883170,-159852],[875538,-171862],[880883,-176009],[877628,-168388],[882130,-172024],[872519,-184769],[875141,-182009],[873088,-185425],[871229,-188326],[871805,-188952],[872597,-196821],[872485,-88270],[871642,-98532],[881849,-109062],[871415,-111897],[876113,-109771],[875383,-104384],[873189,372681],[879683,374253],[873615,372781],[879535,373471],[872769,372731],[879564,374239],[872988,371925],[879299,374010],[876708,387064],[888374,-121088],[890653,-118970],[883592,-117514],[883356,-134720],[887835,-159963],[885119,-176616],[895640,-166602],[890586,-174222],[884493,-175213],[891747,-69854],[890418,-73499],[890695,-88314],[895599,-87323],[887471,-80510],[894409,-86453],[892569,-83102],[884993,-92325],[894451,-96915],[892203,-93179],[892132,-90573],[883615,-114596],[895694,-111807],[895850,-106441],[888538,-104803],[908039,-152952],[899469,-154025],[900896,-173676],[901931,-59895],[897157,-77613],[902650,-82828],[897439,-97359],[906041,-97176],[904644,-92432],[898503,-111242],[904506,-111571],[904433,-112683],[904226,-105617],[912831,-134027],[909690,-130687],[910213,-128328],[912677,-131909],[909206,-145831],[918340,-72020],[912794,-73676],[920277,-68592],[911673,-86718],[916608,-80438],[917299,-95623],[933252,-119655],[925763,-132425],[926453,-130252],[930413,-148840],[922460,-58584],[925837,-63759],[926986,-97192],[924490,-90178],[926915,-99096],[921758,-92794],[933305,-107900],[928018,-108949],[928750,-102381],[942901,-116113],[945327,-128457],[946324,-131769],[943239,-69522],[939336,-85627],[936060,-93440],[942395,-89539],[938327,-108553],[942892,-114041],[938730,-107713],[949486,-115456],[954598,-121301],[953977,-127499],[947838,-134961],[951942,-129293],[956043,-132261],[954704,-130680],[950418,-144160],[954857,-190282],[948088,-74174],[956076,-71215],[959947,-85122],[957215,-77146],[951222,-86356],[949746,-100116],[953805,-90551],[950396,-94014],[949529,-97425],[948514,-90342],[948026,-110117],[953052,-112264],[956349,399516],[952883,452567],[956472,461141],[970694,-117066],[972050,-121737],[961947,-124810],[962929,-124596],[970339,-125452],[960188,-133210],[963327,-137012],[963830,-128855],[972170,-131037],[965898,-142668],[966356,-86522],[965161,-81796],[968846,-85768],[966996,-86676],[967747,-80453],[964731,-86130],[963121,-97236],[964102,-98106],[966822,-103788],[969497,-107692],[965359,-109538],[967621,439212],[964789,445348],[972375,454325],[960918,458631],[979140,-121879],[974842,-123479],[977213,-131045],[977716,-139826],[979171,-130901],[982218,-128664],[984915,-130599],[982119,-136819],[978175,-128154],[983099,-150093],[979854,-149451],[978436,-145820],[983679,-75842],[978545,-74329],[983290,-76986],[974388,-88800],[982235,-106536],[980399,394984],[974881,473362],[982218,462492],[978763,485635],[981973,505585],[983394,518664],[977742,516582],[980499,528430],[983588,544463],[990128,-115137],[991996,-139959],[986147,-152626],[986402,-147157],[998083,-155823],[987264,-155282],[987307,-72721],[998244,-87101],[992415,-89198],[987342,-112342],[997070,-105525],[998054,393539],[987113,502110],[993356,513520],[995467,539050],[1000581,-73081],[1000029,-75406],[1007651,-76943],[1005537,-78831],[1006163,388830],[1001961,510293],[1009755,524379],[1007470,521216],[1001060,525843],[1000913,526093],[1005767,541831],[1019358,-117746],[1018029,-117290],[1018618,-117666],[1016640,-142052],[1013291,-172610],[1017611,-75927],[1021494,291211],[1018745,293342],[1018110,304552],[1020090,313982],[1021264,325805],[1013897,413829],[1012212,524226],[1014647,537509],[1024439,293151],[1027071,319577],[1027419,330099],[1032951,389037],[1031184,401672],[1046333,325088],[1044749,343408],[1059125,-115449],[1052035,-112580],[1055750,305808],[1056675,316027],[1059304,339278],[1069874,-138856],[1066559,-138962],[1072823,-149171],[1070856,-107302],[1067285,-109470],[1069257,-108692],[1066360,294061],[1069319,290040],[1063858,297983],[1063392,317653],[1074178,331377],[1068663,321599],[1075068,559077],[1067831,560840],[1086366,-136432],[1075892,-137500],[1087279,-114239],[1075260,-106901],[1080819,281398],[1076624,323133],[1084891,556260],[1098214,-73124],[1101770,-139223],[1107489,-60515],[1110911,-60513],[1111833,-55289],[1113220,-51831],[1112050,-64745],[1112354,-72574],[1103166,-73999],[1105487,-75462],[1109059,-74542],[1108928,-89223],[1112992,-85882],[1104801,-87096],[1112943,-86420],[1112980,-95588],[1113272,-105559],[1100893,-111272],[1108472,-106188],[1125151,-61189],[1116716,-58492],[1120070,-59833],[1115991,-65375],[1122084,-66708],[1119495,-73018],[1118256,-66271],[1116004,-72366],[1121238,-65051],[1114241,-83405],[1114042,-88623],[1138929,-49211],[1133355,-58364],[1134450,-56687],[1132319,-56577],[1134435,-62602],[1129621,-61317],[1128668,-62993],[1133670,-64217],[1133035,-66863],[1138801,-67936],[1126830,-72245],[1138594,272689],[1137792,282493],[1131056,543574],[1143522,-24472],[1145408,-33607],[1141210,-28497],[1141667,-34735],[1140273,-46322],[1144445,-39135],[1139792,-52864],[1144606,-83266],[1146481,38044],[1141162,39772],[1142781,536937],[1151665,544000],[1145878,544596],[1163373,10703],[1160550,11666],[1164568,248791],[1162704,260410],[1154080,541375],[1169859,22888],[1174055,265768],[1175441,513061],[1168862,531042],[1186691,376297],[1189748,395522],[1183823,488930],[1188828,492912],[1178715,512655],[1180472,521406],[1178308,526139],[1177950,528629],[1201073,191833],[1199099,195838],[1200042,227544],[1199191,217854],[1198693,239419],[1198448,251499],[1196523,350191],[1197120,362571],[1199017,35529],[1193951,458413],[1198738,469699],[1193892,474652],[1199392,55953],[1207225,172740],[1206155,176563],[1210434,177096],[1213227,183582],[1209415,183591],[1215218,197380],[1205060,200999],[1210724,215141],[1207326,214839],[1207493,218809],[1214226,220957],[1209091,252576],[1204972,370974],[1204467,375681],[1213098,387560],[1220756,151367],[1217773,142277],[1217437,149244],[1223201,142589],[1219594,170285],[1220437,170944],[1219383,191894],[1219835,219536],[1224546,249290],[1220699,263473],[1221996,276840],[1226533,278460],[1220518,269748],[1227078,289914],[1224748,283345],[1223010,282677],[1223517,295467],[1226285,296902],[1228036,349365],[1224401,381500],[1228746,382029],[1220729,384420],[1221494,71967],[1224343,72871],[1237379,135221],[1241262,140510],[1238009,150890],[1237400,142164],[1228817,167651],[1233506,194788],[1240852,218583],[1239085,238779],[1234205,268026],[1238068,262484],[1232109,304500],[1237508,303297],[1239495,356088],[1237333,382864],[1236699,378982],[1231443,388797],[1234670,63306],[1239086,105579],[1245792,151529],[1247877,166385],[1250183,155985],[1253421,199434],[1244368,230018],[1244483,225438],[1242539,220883],[1243601,237520],[1244778,249137],[1252633,267332],[1241607,266698],[1250204,264533],[1251055,279655],[1254253,279788],[1253431,276884],[1248647,287839],[1252951,304265],[1242562,353312],[1244522,79911],[1242861,83661],[1254353,89609],[1245894,83170],[1250257,86153],[1246217,101252],[1246032,100786],[1253365,102896],[1241912,105705],[1251547,104119],[1252953,112137],[1247980,110539],[1253125,111114],[1249799,106993],[1249320,106880],[1262743,133534],[1264676,285803],[1263067,295120],[1258600,312633],[1265913,318060],[1263437,354115],[1255309,354840],[1257355,87526],[1254494,89794],[1261617,100102],[1256865,100088],[1263617,113280],[1254665,110558],[1258449,111000],[1257997,110663],[1260021,109498],[1262547,112554],[1259409,123222],[1266667,125002],[1269432,237944],[1271505,251733],[1279391,254976],[1273262,262016],[1279225,281571]] \ No newline at end of file diff --git a/src/gathering/a10483.json b/src/gathering/a10483.json new file mode 100644 index 0000000..dd2d380 --- /dev/null +++ b/src/gathering/a10483.json @@ -0,0 +1 @@ +[[345374,114922],[345435,114807],[347089,124511],[369508,138903],[378028,138557],[378993,138159],[378854,137946],[378803,108061],[383852,110637],[396434,140650],[392970,110408],[407028,-20128],[405695,12370],[405188,12343],[405833,12800],[405151,12845],[403097,114529],[405296,112946],[405832,106769],[421851,-4639],[421793,-4791],[422220,-4986],[421950,-4694],[417886,-6106],[418179,-6169],[418127,-6142],[418722,-6371],[411045,-7653],[411070,-7692],[412439,-7804],[414162,-48856],[414299,-49941],[414452,-49442],[414753,-49831],[415174,-46464],[417446,-51802],[417576,-51653],[416966,-52007],[417631,-52167],[421505,-60836],[421815,-60569],[422042,-60263],[418602,-94313],[418825,-93912],[419152,-94334],[418924,-94207],[416186,22532],[416107,22929],[418444,372934],[422400,37868],[416850,56917],[416781,57882],[416623,57479],[413264,53360],[412623,53322],[412440,53575],[412938,53271],[429487,-43577],[429462,-43047],[429462,-42970],[428622,-43304],[435017,-51253],[435013,-51036],[424869,-83731],[425257,-84356],[425197,-83945],[424574,-84624],[434517,11344],[434802,11555],[434523,11592],[428514,20738],[427421,20712],[427703,21183],[428610,14656],[428442,15341],[428351,14903],[423463,28006],[423879,27968],[423522,28118],[422674,34048],[422906,33697],[422803,34265],[422743,38092],[422599,37725],[431521,490087],[435117,44199],[434590,51520],[423967,63068],[423787,62847],[423797,62907],[422692,65113],[422693,65290],[422608,64806],[430511,120401],[432085,122330],[438878,-6402],[446612,-17041],[446150,-17225],[446169,-17245],[435478,-51160],[441895,-89845],[441848,-90519],[441096,-89072],[443862,135782],[442630,135168],[442538,135046],[438293,27214],[437355,27724],[436230,44113],[435205,44082],[445358,51982],[454350,-17932],[454770,-18077],[454095,-18192],[453485,-44090],[453425,-43924],[453353,-44067],[450722,-86375],[450514,-86959],[450456,-86481],[449802,-89396],[451287,10642],[451753,10709],[451357,10572],[459979,131860],[451793,17321],[453148,18188],[451432,19437],[449464,21194],[449546,22381],[449188,22145],[449300,68810],[449289,69253],[449073,68969],[468875,-25898],[468881,-25530],[469203,-25850],[465525,-88615],[465471,-88688],[473044,233456],[482303,-61552],[481962,-61212],[487580,7097],[487634,7081],[520721,-28996],[524121,-43341],[517406,162948],[517418,162854],[524690,73444],[523173,83378],[518683,93995],[521560,92609],[522536,99111],[522591,112099],[520205,111602],[520416,114543],[523031,115293],[523137,103933],[520662,104448],[521449,118314],[518310,116843],[525365,-3017],[526300,-12686],[537340,238490],[531061,44099],[529712,55736],[537297,52821],[537091,54450],[526034,73505],[525904,86841],[532391,86911],[526207,88503],[527730,77023],[529779,83298],[535021,78712],[529808,82781],[533070,79731],[535958,77949],[536049,77360],[530246,83182],[527261,82989],[534093,101898],[526136,95490],[532314,95703],[537316,101899],[532444,101064],[526769,94530],[526287,90481],[535118,92248],[529354,94247],[525299,95566],[530803,90967],[525574,95775],[528145,106724],[535531,103148],[534956,109271],[531444,110723],[532230,109747],[533792,111806],[531114,111217],[532524,113244],[532319,112951],[534997,113032],[531263,114107],[529386,113536],[530989,111273],[527391,108505],[532240,110367],[527088,108915],[529290,113558],[534789,103089],[526476,105071],[531346,103631],[526796,103381],[529149,102923],[531861,121764],[534781,115496],[531865,115402],[534919,116149],[529529,115997],[545998,-16608],[543203,-19745],[540565,-78069],[548134,24378],[541467,25376],[538070,24194],[542991,21495],[548721,20129],[548448,18090],[548242,15763],[547402,21667],[543115,19601],[544108,23566],[546120,18054],[548715,24599],[546395,16311],[544564,29834],[539227,27643],[542414,26385],[544796,26923],[546305,39522],[539579,39922],[546097,42321],[549928,43570],[545395,47439],[543218,45098],[539525,51047],[539672,46355],[544912,48690],[542163,48060],[544887,55235],[548549,61165],[544396,62215],[549508,62124],[548637,61103],[547241,56571],[547330,62029],[549437,52677],[547974,51555],[538218,51579],[543672,52978],[543755,55507],[543112,55368],[557348,11074],[558443,12908],[560919,11073],[559701,5274],[562949,7924],[555415,11026],[562822,277],[562736,330],[561755,7258],[555472,21742],[561942,22557],[553264,18842],[553353,18072],[560593,14614],[556213,18566],[560138,13276],[557655,27537],[554478,26999],[555164,29758],[559744,28267],[555630,50162],[559129,51210],[564717,-9939],[567758,-187],[567319,-4264],[566893,-2604],[567267,-3464],[568354,-1860],[563806,-777],[563235,-423],[570772,-5240],[573338,-803],[575950,10933],[573481,1633],[563963,1881],[563393,5744],[573254,5285],[565595,5663],[571703,3139],[565693,8838],[569432,3153],[566078,10616],[565294,2856],[571660,24593],[569421,24520],[571565,24673],[570592,24052],[567121,19595],[575931,15977],[575304,16939],[564123,13234],[563325,13132],[574361,20105],[571195,35648],[571634,36073],[575148,38236],[575029,38072],[574607,71087],[574839,71288],[574553,71135],[565271,86871],[574534,84132],[568657,83418],[566617,88129],[566626,88310],[569892,87245],[568951,80848],[571553,79323],[571529,79361],[571427,79447],[570244,110268],[570369,110186],[570090,110214],[570317,110170],[570079,110139],[570061,110328],[564479,108800],[564696,126089],[564599,125787],[565913,120485],[563751,122014],[568097,119087],[569800,120592],[563861,126145],[564196,119949],[564553,119447],[570613,123040],[570021,118124],[565375,119596],[564602,120968],[579952,-8359],[582209,-6429],[576310,-4823],[576186,-1629],[584529,-1619],[584329,-6909],[584456,-5657],[577674,-1930],[585322,-1341],[584357,-45170],[577010,10490],[577699,10393],[581164,12006],[580806,7742],[579912,5409],[579564,5691],[578999,6545],[577914,4281],[580624,295],[579680,20006],[585963,16755],[587918,23207],[578044,13031],[579292,13395],[579656,13756],[579256,16882],[579560,34910],[588230,51203],[588362,51159],[588284,50944],[588338,51121],[576331,63155],[584583,61066],[585542,60658],[580922,62589],[585794,60266],[580385,54551],[579468,55788],[580886,55589],[582405,56136],[583807,58460],[576241,64854],[579650,66756],[582037,108793],[582087,108830],[582207,108665],[589084,-4618],[591008,-5569],[592521,-5453],[591727,-4551],[594345,-1888],[600346,-8842],[600544,-9572],[590243,-8552],[597050,-11865],[600474,-15689],[601525,5766],[599898,4626],[597192,6370],[588871,6228],[595797,4531],[590414,23980],[593709,18975],[599544,21720],[594999,18549],[590506,14863],[596327,17706],[595120,17139],[592833,18216],[597184,19967],[597231,19914],[597126,19872],[594563,60720],[589284,56125],[590049,56494],[590321,55797],[593888,60913],[591627,62387],[592375,63159],[591532,63175],[590564,66705],[609360,-10202],[609695,-9185],[612868,-9375],[604935,-2898],[610418,-9231],[614355,-5148],[604377,-7965],[603867,-7821],[604843,-11942],[614315,-3613],[614370,-3787],[614296,-3576],[609306,-10401],[602817,-14825],[605638,-14897],[602523,-16138],[608726,-15251],[605567,-22847],[608657,-20705],[608892,-18466],[605154,-24085],[610170,-18129],[602209,-20143],[612904,-31735],[612266,-37252],[609052,-30332],[609075,-25825],[603616,-29735],[605702,-49628],[605365,-49080],[602250,9290],[606456,10141],[601972,2361],[601747,3124],[610569,1718],[613005,3810],[612599,4023],[608373,10055],[611808,4120],[606722,8094],[604388,14140],[604390,14169],[606264,23045],[608348,25472],[608790,17742],[604830,20051],[613907,60669],[612863,61397],[612428,59128],[613979,66402],[613600,69273],[611078,69599],[611130,69702],[611055,69588],[611143,69600],[625488,-4430],[622513,-2049],[625503,-4147],[618739,-686],[620383,-6415],[616257,-5139],[619737,-3465],[616091,-9275],[622812,-2996],[617380,-5171],[620289,-6744],[626436,-11963],[623546,-7232],[618161,-14658],[619121,-14507],[618683,-14625],[623014,-19533],[620486,-16313],[623401,-18059],[618821,-24801],[623350,-25026],[627101,-25217],[615133,-14420],[615960,-14829],[618685,-21008],[614701,-22181],[616757,-20287],[617285,-20730],[616900,-20542],[621957,-32303],[616027,-26466],[615209,-30558],[618796,-29418],[618492,-29693],[626813,-25804],[620870,-28706],[620145,-32696],[626612,-38005],[620991,-36858],[621697,-48896],[626923,-40395],[618753,6717],[615292,10942],[614477,10840],[616940,10680],[621230,12616],[623975,12188],[625107,12211],[623077,9441],[623642,3314],[626924,8828],[626890,7683],[624076,2389],[622470,2504],[617131,3548],[620508,5186],[621545,17014],[617023,13168],[622224,14747],[622033,14724],[621386,17340],[622203,30335],[616010,69026],[625720,80148],[622447,91990],[625153,93521],[623937,109818],[625338,105438],[623684,121166],[638506,-1161],[627372,174],[628218,-4499],[627364,-975],[629030,-9564],[627522,-11022],[628420,-10843],[633422,-11417],[636175,-6674],[639755,-8604],[635024,-8725],[634061,-9581],[636022,-11987],[634607,-6233],[635427,-9331],[628462,-22378],[633637,-24414],[635944,-13402],[635843,-20972],[632108,-18331],[639392,-21985],[634858,-16052],[633648,-13095],[636880,-13784],[635824,-32039],[635510,-26896],[633822,-30910],[638106,-28449],[637953,-25928],[635279,-31346],[633625,-28866],[628546,-29905],[632030,-34514],[635012,-26207],[630434,-37064],[639533,-37095],[636235,-49498],[638692,-42863],[634779,-48272],[637271,-46574],[639811,-45831],[639550,-56538],[637611,618],[637115,5901],[631267,1074],[630766,1599],[629495,5315],[630069,2087],[628086,4134],[629333,10799],[638867,59436],[639338,63868],[639071,74631],[633134,76754],[632777,76449],[636741,81836],[632541,84213],[632268,84324],[632294,93682],[636270,99973],[636036,101822],[631247,106291],[629940,109425],[631528,113323],[631546,106687],[631051,108305],[629772,107895],[633573,114141],[633530,114164],[635424,120294],[637557,120180],[638270,120471],[637024,118967],[652651,-63],[644285,-1482],[644049,-8786],[640852,-12599],[652603,-25333],[640117,-22626],[640185,-18901],[640147,-15824],[651782,-33056],[649840,-28253],[652267,-31863],[645623,-29166],[643790,-26222],[647129,-35707],[643332,-33471],[644405,-28246],[643178,-37760],[646542,-37244],[646319,-35198],[646336,-34948],[647385,-36266],[643040,-50285],[646232,-49828],[648361,-43548],[650149,-44756],[649786,-40223],[647836,-46140],[652672,-45231],[646162,-42313],[642284,-40909],[643040,-50511],[645916,-41778],[642313,-41291],[640747,-45665],[640355,-40383],[644362,-51040],[649137,-52534],[648855,-52966],[643721,-51383],[648839,-57032],[643683,-52106],[648805,-54932],[648782,-57125],[641328,-60788],[646994,-54739],[645963,-57060],[644899,-54321],[644971,-57246],[645080,-65109],[649009,-68217],[652476,-66648],[649102,-67879],[651739,-68053],[652192,-68612],[650746,-91959],[650654,-91785],[650733,-91925],[642624,1136],[644061,40069],[640521,63657],[644454,55046],[646588,61429],[645048,56744],[652193,59624],[644962,67473],[644543,68482],[645940,65212],[640498,81611],[640372,102491],[645448,105078],[641448,114230],[642225,113446],[656833,-1380],[658376,-16686],[657524,-17616],[655948,-24568],[653025,-14484],[656266,-15885],[659312,-17556],[658223,-20994],[658818,-20207],[660124,-25301],[661953,-26131],[662883,-30114],[663009,-33022],[665236,-30860],[660347,-31918],[661174,-35722],[660997,-34415],[660394,-33362],[656274,-34757],[656618,-32397],[654979,-31635],[656896,-31405],[656636,-28559],[652901,-34171],[652856,-32158],[658469,-48156],[659279,-46990],[654572,-41250],[654952,-41666],[657782,-50511],[653495,-52975],[657711,-62100],[658595,-61858],[658382,-64391],[655325,-67013],[654973,-67454],[652849,-71624],[655771,-72254],[657456,-69726],[656954,-74866],[662176,-76509],[665074,-76076],[657852,-69996],[663982,-72970],[656212,-74428],[659413,-71784],[663939,-70527],[663009,-81443],[665095,-87039],[664956,-80731],[663642,-80607],[657168,-77208],[654786,-77361],[660084,-82647],[660926,-82236],[660042,-81678],[663477,-86067],[660282,-85646],[660624,-78606],[654978,-78736],[653580,-80656],[658212,-81570],[653998,-84129],[654234,-79785],[660858,-88675],[656773,-85399],[654199,-89454],[665291,-101120],[652852,-104613],[657736,-104563],[656875,-104030],[661704,-111977],[655669,1495],[655375,2521],[656791,6229],[662788,38517],[664414,50285],[659168,47092],[660663,49473],[665576,47217],[659518,49479],[665546,47564],[662828,41642],[664021,42259],[659792,48530],[654388,56697],[657272,54778],[663738,54898],[665187,52856],[656836,54524],[663410,106797],[661938,104397],[658620,105513],[663173,113196],[665426,114693],[671141,-117768],[672161,-115221],[671685,-120047],[669282,-119066],[667440,-138546],[667219,-138547],[667329,-138795],[667368,-138807],[667270,-138617],[667564,-147154],[675262,-10708],[672346,-12452],[667226,-22939],[676101,-17658],[672696,-15074],[672517,-13153],[678131,-14058],[678115,-16946],[670777,-23512],[673722,-24652],[672966,-24653],[673037,-26238],[669698,-27058],[671473,-26467],[671068,-26860],[670452,-25551],[673126,-27344],[671838,-26710],[678341,-49564],[676382,-42299],[676458,-42236],[676566,-42304],[670624,-63639],[675683,-51559],[669114,-55600],[668862,-57279],[672408,-70480],[669587,-70705],[675420,-69751],[670650,-73234],[675923,-68485],[666698,-64493],[667931,-69660],[669661,-70255],[668013,-63961],[674724,-72664],[676421,-73385],[673509,-83977],[674820,-88870],[673819,-88224],[674199,-85701],[676071,-91393],[676859,-95068],[672658,-99647],[674295,-100528],[667746,-97966],[673762,-101356],[669261,-92767],[669364,-96961],[673528,-101819],[675639,-104268],[670836,-106503],[672566,-108335],[670974,-110375],[671379,-111986],[670254,-108645],[673969,-111732],[673916,-111741],[674064,-111537],[673937,-111802],[673899,-111539],[674743,-104050],[667445,-112099],[666888,-110652],[669635,-106501],[677320,313488],[671642,34666],[671767,42522],[671788,42501],[671820,42499],[677699,85739],[677831,85796],[677738,85123],[677120,82131],[677722,81653],[674642,84128],[677977,79913],[675347,84217],[677098,83786],[677530,90478],[677473,111122],[688753,-124716],[687508,-128988],[682204,-134642],[685634,-134346],[686104,-134312],[690738,-133962],[691141,-136546],[687403,-137597],[687131,-140783],[679496,-9756],[679139,-13514],[679232,-19973],[686482,-26915],[686916,-57560],[685645,-60724],[683388,-53248],[683288,-53425],[683368,-53345],[683103,-53433],[689652,-63829],[679721,-78857],[679559,-78706],[679697,-78729],[679670,-78680],[679673,-78745],[681264,-96876],[679545,-96615],[681326,-104151],[679251,-102347],[682049,-102553],[686965,-105764],[688785,-109103],[686072,-104333],[685936,-105236],[687598,-107975],[683011,-106302],[689350,36002],[689304,35291],[687978,38526],[688276,38344],[684874,38436],[689661,40155],[684331,44033],[683663,43613],[680353,39457],[684594,44893],[687428,40735],[679046,81126],[686748,91626],[679562,107349],[678989,107334],[693058,-126067],[692466,-126956],[693018,-130126],[699368,-130168],[698413,-128981],[699765,-128598],[698533,-129737],[693121,-131051],[699339,-130283],[695910,-133233],[696627,-132129],[691544,-136278],[698752,-139020],[692472,-135803],[697929,-138766],[695437,-136972],[695413,-137032],[695467,-137084],[700483,-152711],[693844,-154822],[699221,-78984],[698928,-83628],[699792,-84395],[697518,-86407],[699180,-83704],[700051,-85135],[696485,-81460],[693921,-84134],[695082,-81564],[698155,-82652],[696129,-81936],[695336,-85267],[695550,-84712],[697863,-86539],[697945,-86648],[695339,-82673],[695943,-83848],[693202,-94182],[698515,-95206],[692637,-99794],[691984,-95534],[692270,-101350],[697139,-102430],[692351,-103470],[692753,-103744],[691985,-107528],[695389,-113381],[698033,34357],[693139,27885],[708392,-121481],[705178,-132028],[708549,-132037],[710367,-138661],[715769,-150244],[709506,-145245],[711558,-148472],[706526,-151314],[715675,-153015],[712106,-153055],[710968,-150218],[710743,-143029],[714964,-149332],[705969,-147542],[705098,-144262],[704975,-144414],[705006,-144289],[705208,-144325],[710066,-164666],[716225,-158698],[716075,-158901],[716665,-158751],[716183,-158943],[707115,-163060],[707299,-163013],[705106,-101630],[704890,-89720],[709930,-110979],[704249,-112545],[708054,-110262],[709745,-111100],[710315,-111294],[711086,-107645],[708959,-112424],[712299,-112710],[708922,-113532],[714593,-113305],[711412,-113391],[711715,-107069],[727919,-117030],[718640,-121261],[719600,-121561],[728265,-137078],[718967,-149731],[717924,-144722],[721018,-145840],[718819,-146311],[718279,-146015],[727192,-145161],[725382,-144078],[726870,-151445],[723693,-149479],[721042,-150477],[728029,-150205],[723605,-149161],[722540,-147634],[718691,-201977],[718741,-201783],[718794,-202029],[726994,-102990],[720845,-110152],[731711,-121996],[732135,-124683],[729856,-125484],[742344,-125213],[734509,-123312],[731762,-123353],[733257,-126535],[731627,-125567],[729729,-131398],[732355,-130371],[737644,-146631],[733496,-140640],[737048,-144744],[741762,-147063],[730282,-140928],[732124,-144449],[731328,-142129],[731952,-142312],[733273,-143083],[737213,-147458],[739273,-147683],[741503,-101540],[741127,-109893],[743237,-124274],[751258,-141110],[742665,-145706],[753479,-146247],[752474,-142162],[750572,-143442],[750373,-142624],[753022,-148776],[753256,-148410],[749828,-194152],[749963,-194082],[750191,-194225],[749954,-194173],[749906,-194098],[755205,-136982],[762772,-135128],[756770,-137530],[757649,-135583],[765665,-135385],[763923,-139547],[763646,-139489],[761145,-148268],[767761,-147310],[755450,-147634],[758781,-149845],[758455,-149773],[767165,-153810],[762264,-183959],[762116,-183852],[762285,-183932],[762247,-183865],[756207,402872],[772104,-123315],[772527,-126818],[771500,-126536],[775798,-139596],[776307,-149807],[772430,-149904],[778901,-145375],[775080,-144970],[779269,-142250],[776871,-145838],[780272,-148601],[775672,-150024],[773835,-150506],[774610,-150452],[785347,-139625],[790456,-129471],[793376,-139336],[781074,-146896],[785929,-146103],[792931,-141955],[793009,-141753],[791149,-141143],[784864,-147615],[781318,-146210],[781126,-148328],[781358,-152951],[798499,-118503],[806168,-123734],[800342,-135867],[796331,-131164],[796843,-130242],[797270,-130208],[800615,-131874],[794675,-148577],[795272,-143665],[797880,-141164],[796654,-143105],[796773,-141210],[800731,-149319],[798027,-156658],[799378,-163433],[793614,-163423],[795189,-166038],[798150,-164237],[795231,-165850],[800229,-166046],[795166,-166159],[802508,-161339],[795125,-169456],[801640,-171186],[803521,-169282],[799298,-173173],[804056,-174020],[794355,-191592],[795513,-204308],[813780,-138392],[809013,-162671],[806646,-157762],[813332,-163047],[817764,-165763],[811853,-162889],[814028,-163496],[815163,-159587],[815743,-162650],[808497,-167867],[812939,-166646],[814064,-166876],[811480,-190735],[808841,-195819],[814835,-194711],[808948,-192439],[809226,-193377],[814093,-192848],[814561,-195931],[811338,-202096],[810922,-201991],[811092,-202044],[807431,-106274],[807263,-106261],[809525,18107],[831431,-121159],[831926,-115318],[824952,-157930],[826371,-157822],[825840,-160488],[823552,-153509],[820045,-155634],[823467,-154067],[819856,-154236],[823961,-165333],[825213,-154822],[831329,-172650],[821602,-167914],[823772,-173959],[826342,-168234],[826504,-168113],[822570,-184083],[830858,-187766],[821763,-186247],[821408,-187057],[825767,-194035],[829756,-196027],[825588,-192227],[826418,-198607],[821322,-194788],[828427,-199494],[825434,-200903],[820739,-204479],[821491,-201197],[821856,-5501],[827429,-12660],[821608,-13687],[822769,-13102],[842433,-121825],[833909,-123356],[832401,-139815],[834491,-135471],[839450,-136458],[832997,-140315],[839120,-162906],[844323,-154665],[832727,-177615],[841307,-172283],[834666,-177332],[841438,-178120],[837263,-175727],[836061,-179536],[832907,-182735],[838338,-180738],[835991,-180529],[832289,-193880],[837337,-194823],[838093,-198800],[841902,-199854],[837179,-193687],[836586,-193416],[835513,-196089],[836412,-194645],[836544,-194247],[835376,-3337],[843780,-84893],[844229,-93708],[844226,-91411],[856646,-117706],[848810,-126104],[856100,-125218],[850041,-117273],[846953,-130144],[853545,-143456],[853552,-143342],[845857,-165407],[849378,-159497],[847497,-164264],[853871,-179135],[854290,-200917],[849715,-199210],[856055,-198206],[849339,-196091],[853628,-199350],[854276,-98946],[853570,-100017],[847204,-96720],[856852,-100622],[851200,-105383],[868745,-140392],[864957,-134570],[865870,-141034],[859072,-149305],[859422,-147610],[860098,-151107],[867517,-153129],[858580,-162963],[858901,-160977],[857962,-159838],[863698,-160937],[865335,-157041],[863038,-156295],[862097,-154296],[867847,-157076],[865680,-165240],[859160,-160063],[863849,-161483],[866293,-159826],[859250,-167959],[870036,-176156],[868785,-172888],[868354,-170802],[864927,-178039],[858054,-168493],[869657,-171876],[862742,-182097],[861553,-182573],[862655,-184669],[864728,-189416],[858701,-179060],[866340,-183560],[866830,-184094],[865730,-189382],[867656,-186654],[867830,-188711],[861439,-194741],[858483,-202933],[870261,-194631],[870253,-85731],[868704,-87487],[868099,-88848],[859647,-98767],[867415,-94336],[865047,-98961],[869902,-96621],[865706,-90312],[881242,-126187],[877755,-122593],[878932,-118901],[877738,-121604],[882875,-117498],[881500,-119120],[880000,-140427],[880893,-130664],[882372,-131223],[874618,-132644],[876249,-134780],[879128,-141050],[871806,-149364],[874206,-143049],[872498,-152753],[881856,-154680],[881739,-154592],[881844,-154485],[877667,-157651],[880062,-156843],[871613,-157227],[880947,-157110],[876688,-178561],[871243,-175430],[877015,-178224],[879661,-177198],[882423,-174619],[881657,-173254],[871156,-172227],[881611,-173619],[873318,-185573],[879909,-182171],[880542,-190135],[879656,-184195],[875787,-185069],[873992,-186540],[873692,-190411],[870812,-86047],[871473,-98793],[871684,-97063],[876333,-101571],[879035,-100867],[877600,-96119],[874755,-100450],[873246,-98401],[882245,-92757],[874342,-107841],[873122,-103118],[891856,-127515],[890991,-125094],[892671,-115468],[889811,-116007],[895472,-120879],[887479,-115792],[893642,-115630],[886452,-132841],[884973,-148068],[890295,-148895],[890676,-152299],[892679,-150187],[892549,-150238],[892794,-150296],[883271,-158263],[883884,-157303],[893962,-155445],[887397,-175738],[886724,-173969],[893889,-170575],[886194,-172907],[883496,-190054],[886363,-182881],[884801,-71987],[885278,-72014],[891072,-99521],[887058,-114505],[891983,-108108],[896745,-152450],[900152,-157787],[897360,-153497],[901294,-173087],[906870,-174543],[907277,-181199],[905325,-180570],[903674,-61731],[900852,-81805],[898944,-83203],[903380,-85040],[907683,-77791],[903524,-93520],[904841,-91606],[905175,-92705],[910956,-136054],[914708,-129542],[909210,-130883],[912999,-133232],[911392,-131679],[921209,-136790],[915296,-137885],[920478,-138422],[911037,-136340],[915274,-130029],[911711,-141146],[917372,-180732],[911599,-189785],[914812,-181387],[918011,-65305],[917774,-73484],[915797,-85396],[916870,-86337],[913866,-79294],[918631,-82913],[917706,-98364],[917298,-93152],[917303,-93278],[920001,-108814],[929398,-115220],[932032,-115292],[934370,-122665],[934193,-160383],[933483,-166122],[924705,-180468],[923391,-182504],[925753,-64166],[924895,-64675],[924671,-64888],[925016,-65088],[924735,-64966],[925017,-64767],[924757,-65034],[923073,-74254],[933302,-69094],[932215,-83245],[933151,-89169],[926288,-78017],[928451,-83417],[930999,-80406],[933161,-81622],[924830,-96176],[932613,-91099],[923994,-95176],[927513,-103281],[929835,-104865],[926668,-104669],[933592,-112760],[926172,-108280],[933296,-110716],[930357,-113154],[933379,-104267],[934345,-102972],[945451,-118991],[945405,-119836],[946097,-116001],[945346,-115322],[937948,-121314],[946442,-125491],[937005,-126388],[935648,-116668],[945579,-127016],[942672,-133679],[945167,-134545],[942456,-128558],[937515,-133182],[947021,-130881],[941323,-175073],[943669,-176925],[941723,-172896],[945342,-176726],[934530,-187192],[942392,-191085],[945588,-202230],[946925,-192866],[938769,-197586],[942416,-201864],[936079,-200704],[941614,-192378],[940851,-197683],[937468,-199190],[938905,-197289],[942225,-192778],[937776,-60174],[944183,-63509],[935936,-61905],[936688,-70486],[936876,-69979],[941653,-74296],[941157,-83552],[944675,-100180],[946708,-95137],[946365,-96300],[946634,-95921],[946498,-96331],[946319,-96287],[936408,-99837],[938659,-95892],[940199,-99973],[941911,-94297],[942615,-94006],[937696,-101768],[941743,-94831],[941099,-97361],[936331,-93189],[940824,-103657],[942819,-110349],[934442,-106759],[941484,-111014],[943228,-105309],[937326,-114424],[950548,-116706],[947340,-124890],[947401,-125493],[953581,-125446],[951998,-126200],[954145,-126265],[953986,-119992],[957408,-115242],[958746,-115902],[959679,-121393],[947902,-177318],[957241,-176872],[953690,-167642],[949803,-189896],[950141,-189358],[959783,-192924],[957303,-194524],[950902,-202944],[958146,-194989],[949165,-74721],[951208,-68347],[950106,-73604],[949241,-69371],[957306,-73604],[948890,-79903],[953019,-77721],[956653,-78005],[954375,-79299],[956975,-88266],[953952,-92241],[951760,-94977],[950488,-100576],[948873,-92714],[955994,-101539],[957472,-98583],[958587,-96652],[958617,-91320],[959336,-89764],[956123,-101277],[955957,-101281],[956314,-101279],[956305,-101332],[956490,-101155],[956296,-101215],[949897,-102803],[951465,-113437],[951086,-105446],[949199,-104673],[955788,-105913],[961198,-125288],[962321,-120963],[964277,-115332],[962142,-125918],[965708,-123667],[963922,-121436],[962427,-193657],[962319,-87129],[966408,-86153],[963205,-78323],[963928,-79126],[970297,-86533],[970283,-85619],[967045,-86093],[971816,-98527],[961319,-100628],[967489,-96414],[963967,-105168],[966800,-111254],[963806,-105600],[978411,-123068],[978176,-117670],[972883,-119733],[977582,-126814],[973681,-127001],[981763,-120055],[973949,-139416],[973948,-137176],[975017,-129282],[979009,-130643],[977976,-129886],[976443,-132188],[983322,-151754],[979252,-73186],[978012,-73811],[978588,-79076],[979972,-88131],[975229,-101348],[977156,-103970],[973179,-106738],[976604,-107653],[981254,-110492],[990409,-119752],[992619,-117121],[988520,-117674],[996403,-120404],[995308,-118076],[993126,-120267],[995726,-119485],[986817,-133795],[986616,-135872],[992542,-132610],[989938,-148239],[991167,-150550],[993287,-81240],[996788,-78154],[998034,-77511],[990869,-89329],[991599,-89155],[989483,-86201],[988398,-85518],[992463,-88952],[993939,-87865],[997856,-89064],[991287,-85047],[987987,-89684],[995383,-95018],[986953,-99410],[987098,-99919],[987010,-99875],[986900,-99641],[996283,-101112],[989304,-114986],[990562,-113042],[993655,-110572],[1003340,-116751],[1001180,-120048],[1009094,-71894],[1009573,-71885],[1008329,-70015],[1007328,-80150],[1002511,-84930],[1002057,-84194],[1009237,-107069],[1008920,-103564],[1008971,-103571],[1005273,-114972],[1013871,-145454],[1012814,-147110],[1012460,-174046],[1016249,-182804],[1016731,-181727],[1014627,-65947],[1030876,-129055],[1028695,-84712],[1031915,-84743],[1043927,-115675],[1037451,-139240],[1045042,-114048],[1044163,-114537],[1049043,-111321],[1059753,-113858],[1056142,-114717],[1056068,-112220],[1067164,-119904],[1067059,-115502],[1064244,-116787],[1067754,-120108],[1070931,-116665],[1067741,-122190],[1063962,-120171],[1062451,-112065],[1072624,-111636],[1068364,-109006],[1071742,-104166],[1074196,-107457],[1074221,-112206],[1073612,-105505],[1085350,-127243],[1085001,-130563],[1086457,-132691],[1076082,-112191],[1075509,-112382],[1085877,-112124],[1075238,-106913],[1080612,-111353],[1081456,-112281],[1084892,-102833],[1085471,-102712],[1097269,-115340],[1093446,-115709],[1100088,-43959],[1100141,-45821],[1099435,-48898],[1098947,-53634],[1100314,-69468],[1099089,-66530],[1098643,-82197],[1097810,-77437],[1094272,-114743],[1097053,-113940],[1099550,-113449],[1107282,-115822],[1107276,-116852],[1107941,-115234],[1108383,-62190],[1110809,-63722],[1106053,-56786],[1110252,-62357],[1105765,-58082],[1101708,-63107],[1106159,-56899],[1106442,-63316],[1112959,-62700],[1112763,-61735],[1111024,-57538],[1108000,-66151],[1113307,-67466],[1102968,-71069],[1106016,-72952],[1107595,-66277],[1108628,-66672],[1106599,-73622],[1107422,-74275],[1108918,-74909],[1103909,-73467],[1110009,-74156],[1101677,-72835],[1102289,-74611],[1101413,-73078],[1104964,-76082],[1108922,-84717],[1111441,-78899],[1102992,-82911],[1107785,-83235],[1108352,-78601],[1112805,-92330],[1112495,-92940],[1113406,-93765],[1113401,-91605],[1110389,-95282],[1112784,-94677],[1102029,-113617],[1109407,-113794],[1108060,-112880],[1104693,-113322],[1111254,-108124],[1110703,-105748],[1104769,-114104],[1108393,-105395],[1106957,-108173],[1105386,-111464],[1109779,-108865],[1108429,-110319],[1109714,-113162],[1103693,-111560],[1100806,-111440],[1105921,-114398],[1101783,-113672],[1101929,-113557],[1106276,-113556],[1116627,-28390],[1118314,-50415],[1124558,-61657],[1125124,-62860],[1114764,-52092],[1116890,-60434],[1122594,-55433],[1124108,-61397],[1124137,-52726],[1125742,-58134],[1125409,-57741],[1123529,-53449],[1120672,-58874],[1115124,-51498],[1114522,-55959],[1115928,-64474],[1122234,-65582],[1117971,-67966],[1120221,-69054],[1117774,-65666],[1121108,-65152],[1120567,-69252],[1115525,-85021],[1114868,-91355],[1114683,-91394],[1116398,-96842],[1116327,-102151],[1116421,-103685],[1114792,-103908],[1118448,-104429],[1117868,-109153],[1139025,-32763],[1138960,-44366],[1136438,-50477],[1137550,-50174],[1137134,-49243],[1137034,-49288],[1128722,-63583],[1127705,-62481],[1134960,-58557],[1133164,-58329],[1137665,-55164],[1129961,-60144],[1131299,-58471],[1129832,-62822],[1131919,-61572],[1133083,-59008],[1137654,-61004],[1130173,-64117],[1129977,-64825],[1137808,-63844],[1130315,-69002],[1129544,-71153],[1132177,-65735],[1127747,-68898],[1127584,-68481],[1145352,-20542],[1145382,-20470],[1151817,-16144],[1150754,-17476],[1146708,-19192],[1148598,-22831],[1139323,-25065],[1145558,-21947],[1148219,-27210],[1143455,-26759],[1147508,-25977],[1145221,-27046],[1140170,-26438],[1145001,-31726],[1141972,-34938],[1139897,-30007],[1143415,-32866],[1143341,-32444],[1139617,-48353],[1140000,-61680],[1140247,-59376],[1140662,-61420],[1141024,-66310],[1140478,-76611],[1141690,-79879],[1151769,12564],[1152114,-14556],[1156188,10390],[1155580,17440],[1163598,21413],[1164098,23681],[1163645,34837],[1167329,11809],[1170036,11386],[1169568,9183],[1171889,19319],[1169102,20563],[1167019,23826],[1167435,16990],[1169171,16682],[1186555,9725],[1186579,9948],[1186740,9694],[1186604,9993],[1186611,10026],[1186434,9782],[1199086,37048],[1194353,475021],[1195029,54711],[1210338,24699],[1209923,24706],[1207686,35982],[1208559,43657],[1209031,43408],[1208681,43131],[1208162,68866],[1219751,74090],[1225177,76705],[1228337,70702],[1224156,70438],[1219854,80846],[1238754,69596],[1235566,70864],[1239258,100034],[1237845,103030],[1238222,106835],[1238589,110242],[1246751,74677],[1243882,69725],[1241627,71244],[1245448,68186],[1246337,75397],[1250373,86184],[1249168,84721],[1243873,83120],[1245106,79937],[1243080,82642],[1249058,84170],[1242723,81097],[1247960,82704],[1248415,82787],[1250479,101856],[1249540,95517],[1242163,100284],[1250107,101109],[1248921,99667],[1254286,99435],[1248377,94447],[1250783,94236],[1246779,106649],[1245344,111612],[1246845,107308],[1242016,104170],[1252194,105195],[1250095,109822],[1247400,102777],[1256707,86280],[1262234,92842],[1262339,95980],[1260128,97690],[1258800,92778],[1259088,92213],[1259390,90071],[1263214,92707],[1263399,96646],[1263898,108270],[1260686,112157],[1256487,108982],[1257954,114533],[1257858,114306],[1266176,111288],[1254709,102995],[1255741,105870],[1258667,104635],[1265349,112592],[1257754,115662],[1257833,117354],[1256198,120962],[1255772,119218],[1258386,116009],[1256155,116633],[1264123,122496],[1276157,73317],[1267766,97649],[1267790,95513],[1269016,90271],[1269043,116164],[1268504,115632],[1276954,118817]] \ No newline at end of file diff --git a/src/gathering/a10484.json b/src/gathering/a10484.json new file mode 100644 index 0000000..f92012f --- /dev/null +++ b/src/gathering/a10484.json @@ -0,0 +1 @@ +[[345281,114871],[346957,124460],[369450,139229],[364486,24183],[378026,138311],[378812,138182],[379263,137592],[372803,43197],[383933,110735],[392950,110498],[405837,12253],[401882,152182],[404839,143882],[404589,43100],[421896,-4961],[417835,-5983],[414598,-49488],[417280,-51587],[419056,-94206],[418313,372888],[422237,37748],[412449,53021],[429486,-43548],[424429,-84276],[427779,148542],[423257,155830],[423672,28449],[433847,51313],[423535,62785],[422537,119788],[429624,122328],[432531,121062],[441935,-89769],[437104,161704],[437309,27783],[450341,-86969],[458925,147483],[458625,144645],[460170,162845],[458066,176168],[455401,168060],[468946,-25681],[465479,-89618],[462526,151980],[464868,186434],[472915,233812],[483419,-62157],[498549,-68379],[491375,174713],[488484,253035],[506697,201484],[523050,6641],[521655,86658],[526131,-12693],[533437,-49462],[530675,195168],[525253,227350],[534433,236441],[527335,243776],[536288,54995],[531521,75267],[535234,77279],[525801,97653],[533931,91051],[532301,113818],[533778,113544],[525397,111378],[527353,106777],[529751,103392],[532114,124957],[540172,-9320],[540045,-8542],[543001,-20015],[538688,237175],[540530,238313],[544560,22861],[548812,59878],[548274,51452],[548369,52318],[538130,54537],[563027,-1069],[562766,2754],[552447,25511],[551506,23928],[557613,14626],[568261,-3301],[566033,-2861],[575308,-80808],[568986,-86622],[575197,4400],[569940,5746],[566074,6336],[563877,118260],[576908,-2439],[576558,-6555],[580525,-45818],[582139,-50253],[580058,-53663],[580213,10026],[580257,5520],[578821,5292],[588221,51179],[583590,57653],[582088,108734],[597047,-12412],[600214,-14799],[594044,17842],[592889,59165],[592724,59325],[592011,60528],[604839,-10883],[611275,-22880],[605682,-20277],[602170,4673],[612468,65971],[624193,-3967],[621347,-4563],[623438,-4441],[623721,-5946],[618910,-21820],[621098,-32803],[626115,-35432],[625147,-31295],[617008,2710],[617727,7957],[615783,10134],[622679,10060],[625071,11936],[626040,10090],[623267,3487],[615224,67961],[630809,-116188],[632427,-25649],[637208,5043],[636881,557],[638015,58502],[632468,76702],[635825,120596],[644724,-16693],[646144,-34445],[650567,-65012],[647424,305387],[650779,345638],[643372,57028],[641482,80867],[657076,-117392],[660118,-3428],[659028,-23977],[654176,-31710],[653010,-26654],[660666,-64050],[660646,-85547],[663060,-89354],[658427,-87554],[657364,1764],[654594,3479],[653785,291879],[661258,308153],[665032,46532],[661906,112938],[672371,-15071],[668942,-15494],[667562,-29858],[678213,-50813],[668041,-63345],[675749,-52765],[672610,-73989],[673702,-90965],[677200,313513],[666112,369939],[674398,83187],[676206,81902],[675831,83228],[676495,111427],[686761,-124702],[686317,-127081],[685172,-132701],[680769,-96413],[687696,-107416],[687569,-106685],[688899,39863],[681010,85088],[698101,-128897],[697560,-129156],[698708,-87361],[702980,-108110],[697974,364621],[705754,-120755],[710440,-145384],[707478,-162961],[704193,-108270],[713696,-110374],[727915,-116856],[734556,-131080],[737733,-143464],[731366,-150582],[733525,-105064],[749474,395278],[748874,415594],[762997,-144894],[755169,402990],[763208,416471],[775395,-129954],[776521,-138850],[774494,395999],[782102,-144961],[782214,-146885],[788480,-147304],[804387,-121474],[801383,-148939],[802130,-165758],[798555,-197043],[804196,-197911],[811198,-160100],[811780,-173980],[823654,-154232],[823903,-179436],[826738,-192978],[822447,-13946],[839123,-133073],[832349,-130843],[836553,-154634],[842967,-179695],[838264,-199950],[857599,-127929],[845585,-162313],[844979,-195902],[846591,-93283],[855680,-111384],[857340,-104838],[859084,-136011],[867033,-155493],[869545,-173404],[866455,-168260],[859554,-170108],[857777,-167902],[868255,-174961],[867541,-95616],[877760,-120588],[879220,-126124],[872124,-154347],[876196,-174155],[874607,-101697],[874307,-100068],[883782,-150341],[883800,-170166],[884311,-178832],[894436,-96220],[890838,-114025],[911507,-133875],[910281,-145596],[915989,-81084],[917336,-93161],[909129,-109855],[931422,-59573],[929337,-79977],[934475,-130231],[945473,-190982],[938688,-71106],[945566,-72155],[941579,-99089],[950637,-118250],[953856,-116449],[953289,-122682],[959641,-128817],[959337,-78505],[957550,-102732],[966358,-118313],[972228,-154222],[966224,-83095],[971618,-80266],[975784,-125137],[981869,-133750],[979113,-146701],[984359,-175287],[981790,-85471],[976897,-105033],[992908,-116600],[986788,-120158],[988600,-147926],[994237,-147202],[997180,-86433],[998052,-86621],[997672,398803],[995015,429090],[1006883,-76080],[1009589,394238],[999873,540682],[1013899,-115872],[1012760,-116235],[1011676,-182514],[1015860,-71937],[1017951,405012],[1026550,-143852],[1041622,555867],[1050106,-112318],[1067015,-139468],[1072367,-142124],[1071055,-146053],[1067382,-145050],[1068754,-110202],[1080928,-134150],[1087520,-130859],[1101208,-115101],[1108669,-72499],[1112969,-84938],[1112654,-82245],[1107746,-91887],[1112669,-107920],[1104893,-113257],[1108689,-109898],[1122726,-54063],[1122270,-65877],[1123402,-69768],[1131970,-68369],[1150656,-18650],[1147781,-27727],[1142542,-32810],[1152287,10728],[1171797,20315],[1189932,420027],[1187675,501855],[1201390,314302],[1197696,48781],[1197489,46576],[1198234,45368],[1201485,41478],[1204328,277046],[1206999,454451],[1208795,43390],[1205470,40118],[1207008,69342],[1225231,184634],[1218884,76926],[1228914,67215],[1244131,70347],[1249274,95256],[1244853,90504],[1246879,104061],[1248188,102806],[1246584,111406],[1259874,94899],[1264140,110761]] \ No newline at end of file diff --git a/src/gathering/a10485.json b/src/gathering/a10485.json new file mode 100644 index 0000000..eadd6b3 --- /dev/null +++ b/src/gathering/a10485.json @@ -0,0 +1 @@ +[[332328,134395],[345490,114877],[346845,124475],[363247,134222],[369445,139094],[364742,23170],[365428,23129],[378002,138133],[378881,138270],[378604,137726],[375452,45247],[372954,43194],[383974,110619],[383458,118509],[406054,12596],[404834,42879],[408592,72312],[402899,114513],[422120,-5029],[417883,-6220],[414603,-49787],[417053,-52017],[419309,-94022],[415401,375097],[422350,37877],[412381,54062],[429560,-42952],[424944,-83770],[435184,11747],[427877,148862],[423144,155855],[428019,324015],[423957,28869],[429183,494392],[422673,119828],[429481,122439],[441182,-89055],[436969,161722],[437101,28381],[450754,-86463],[459869,131862],[459757,148161],[457122,146939],[454055,149756],[458209,176560],[455203,168754],[469185,-25439],[465770,-90023],[463514,153097],[460977,162904],[491937,174747],[507490,180596],[509175,203990],[520563,234755],[524468,239531],[523669,91218],[534158,-50046],[534432,199985],[531828,237920],[537599,236420],[531766,72053],[535583,86179],[534896,77146],[531258,97996],[530605,110850],[530151,109235],[525510,104228],[539593,-8507],[540850,-79133],[541113,238729],[546768,249754],[542202,254054],[543052,22271],[550321,26933],[546686,47678],[539849,45340],[545865,53151],[546425,58781],[544844,56025],[542796,53193],[562742,7255],[559781,204297],[550939,16148],[554308,22137],[556047,20866],[557634,14487],[566231,-9004],[565342,-25077],[570312,-56809],[571832,-74092],[566571,-83649],[575888,-77368],[575632,2822],[569754,4698],[569594,23352],[571572,79380],[564439,125858],[578834,-3109],[580126,-81954],[580341,12135],[578642,6220],[586891,323],[579531,39641],[588377,51053],[578195,60719],[591188,-3580],[589022,23670],[593628,17548],[590550,62787],[610230,-125923],[608777,-6624],[610373,-1396],[604065,-14867],[609982,-16864],[604448,-49168],[601967,5720],[610987,67168],[625231,-5353],[623874,-5246],[615056,-908],[617922,-6768],[617572,-10218],[619228,-18622],[615375,-31330],[623408,-31287],[615792,8593],[617446,12619],[625612,4399],[621279,23121],[621703,15246],[619228,78369],[625473,92941],[631422,-8583],[639157,-23115],[637010,-33792],[630337,5083],[639270,56210],[649857,-25072],[640760,-19537],[642701,-35957],[647488,-43249],[643083,-51486],[651881,-64600],[642596,-64783],[651886,-68106],[650507,345034],[651169,48738],[640048,118329],[655741,-30354],[660189,-60750],[663265,-61972],[658808,-64867],[653488,-70625],[655908,-73174],[659914,-85890],[655555,-84830],[653827,291748],[663588,53326],[659385,110296],[664751,115057],[672552,-118369],[671243,-118678],[673635,-152947],[672179,-12438],[669083,-10859],[669406,-20603],[674609,-29413],[676112,-53296],[674580,-76732],[675026,-79738],[674114,-108955],[677126,313651],[666515,370350],[667501,34889],[672941,35801],[676595,84771],[675575,84139],[678276,83474],[686774,-124752],[682923,-137048],[685927,-139387],[687817,-58757],[681678,-96153],[685966,-104270],[685251,35420],[688912,38429],[684715,91616],[691890,-126967],[696276,-129470],[691619,-138751],[699296,-83895],[694624,-88766],[695859,-85291],[697930,364664],[709669,-127706],[713474,-139229],[707870,-153054],[710162,-144453],[716333,-158866],[707278,-163120],[710983,-109486],[717524,-123151],[734365,-109140],[743458,-145311],[748907,420514],[756864,-142505],[758622,-149812],[755402,402887],[762843,416490],[770272,-118373],[773441,-126462],[768388,-146845],[776992,-145629],[784617,-150455],[795654,-140243],[802962,-148568],[797882,-164632],[806217,-165103],[800007,-171537],[802024,-170504],[797762,-113184],[798301,-114830],[817237,-162923],[814918,-190077],[813803,-199462],[831597,-157434],[827012,-170964],[826187,-182518],[827511,-195344],[827011,-196599],[827317,-112750],[839500,-162920],[841446,-181762],[833678,-184114],[850643,-132361],[857334,-178674],[847445,-199800],[847590,-94900],[863273,-176022],[869242,-174788],[861976,-199330],[858418,-88100],[882770,-157783],[870778,-173506],[871534,-181914],[878274,-87064],[880283,-85067],[874380,-100870],[873176,-113911],[888304,-122625],[895006,-153691],[895192,-170039],[890391,-73461],[895923,-85316],[891169,-93664],[906930,-110259],[897584,-114779],[910676,-129922],[909937,-147158],[913538,-81124],[920971,-83531],[914769,-94427],[910564,-107233],[933979,-129747],[925979,-103231],[926886,-111696],[946957,-115247],[946546,-96157],[938079,-101952],[939311,-110548],[948781,-125539],[954001,-121234],[954905,-135137],[948152,-100405],[960207,-130053],[968852,-131520],[972269,-129896],[966961,-74503],[969767,-87420],[979513,-120341],[979536,-135249],[978931,-150888],[980219,-73418],[981769,-105070],[978208,-104437],[993867,-120941],[989997,-142690],[990043,-86771],[993003,-109358],[1006774,-183850],[1003861,-84864],[1033719,-128003],[1058671,-115951],[1058421,-116925],[1052121,553947],[1057082,558590],[1064065,-115887],[1073860,-134109],[1071745,-108484],[1065817,560062],[1072746,557197],[1084672,-138175],[1092597,-139973],[1098370,-60421],[1110592,-62325],[1110185,-68688],[1113211,-66843],[1108926,-68158],[1109256,-81900],[1107703,-77582],[1110096,-95543],[1112405,-103981],[1106743,-113030],[1117092,-65384],[1125806,-71413],[1138181,-56552],[1134381,-63857],[1147692,-33485],[1171901,513052],[1186558,9992],[1186174,280149],[1180304,521969],[1224079,72438],[1225681,74491],[1231173,161567],[1239917,73525],[1230625,74619],[1244580,62246],[1243451,81980],[1251463,87694],[1248639,87150],[1242736,81684],[1253131,110807],[1242896,109995],[1251435,103568],[1258991,89084],[1259231,111770]] \ No newline at end of file diff --git a/src/gathering/a10486.json b/src/gathering/a10486.json new file mode 100644 index 0000000..9d3ad78 --- /dev/null +++ b/src/gathering/a10486.json @@ -0,0 +1 @@ +[[332114,134515],[346942,124586],[363005,134234],[369283,139322],[364408,23043],[365242,122966],[372921,133921],[378186,138433],[378614,137650],[375511,45499],[388890,8222],[391490,134962],[389392,20903],[389050,20868],[407308,-20509],[398004,143165],[405657,143577],[408595,150375],[408983,72218],[402989,114588],[405352,113006],[406978,113096],[400507,116875],[411300,-7077],[411071,-13628],[415006,-48748],[421432,-60889],[416517,22584],[420585,334850],[422329,366284],[416319,57566],[422317,119819],[434992,-51180],[434950,11267],[427536,148446],[423349,155821],[427926,20635],[428105,323908],[430899,332637],[430817,333177],[423440,371406],[422848,33763],[431532,51172],[422559,64978],[430438,120284],[432427,122423],[433879,123130],[439180,-6901],[446204,-18396],[442514,134919],[442383,135089],[437409,161874],[436217,43902],[453834,-17472],[453683,-44100],[449716,-89417],[451050,10810],[459856,146961],[453904,151638],[450288,159728],[458267,176696],[455993,169394],[451980,17056],[449942,21792],[449307,68479],[461399,161538],[464844,167010],[473536,233067],[482008,-61688],[476662,-82972],[474312,139991],[481656,146886],[481464,147228],[487467,6639],[490838,175977],[496194,183843],[511702,200633],[520908,-29034],[524001,-43292],[516879,163071],[523147,243937],[524629,111546],[520849,105261],[519268,115943],[526234,-12833],[527881,180348],[531082,196088],[526611,229600],[532845,236820],[531134,233093],[535836,44768],[536501,60394],[531421,87456],[529266,78939],[535168,83673],[529631,97620],[535804,91087],[536175,109733],[533000,122032],[548260,-55953],[540572,-77968],[548987,253463],[542941,255590],[542852,13783],[546275,16492],[542924,28699],[545488,27742],[537831,56149],[548395,52653],[550121,55153],[538167,52150],[558621,-47504],[560259,6868],[561162,8068],[554773,243729],[558784,13372],[555565,20535],[566234,-9009],[565492,-24943],[569234,11814],[571608,9355],[571615,2206],[565469,240624],[566104,22223],[572508,24228],[575136,38014],[570851,82023],[566244,126109],[563541,119131],[579158,-891],[579586,8390],[582589,16661],[585573,60161],[579749,57088],[592228,-4227],[599702,-5169],[590041,24807],[594752,18414],[596966,50441],[592653,63969],[605594,-2687],[603835,-11251],[614348,-3611],[603444,-13731],[606401,-21864],[613069,-34345],[606236,8927],[613447,3114],[619169,-5252],[625245,-1163],[616424,-9744],[619182,-13886],[618637,-20468],[614445,-32010],[615719,67776],[624245,122013],[634937,-9233],[635959,-13943],[633927,-31288],[633020,-30080],[638925,-57138],[629465,81464],[632433,84055],[632164,105253],[638082,120349],[636515,123443],[644857,-567],[640004,-22854],[650487,-44916],[640637,-44263],[652220,-70640],[646312,-66847],[652005,4561],[650493,345137],[644860,54412],[641979,116636],[663403,197],[656427,-16546],[654906,-20866],[659377,-30803],[653201,-30434],[659780,-63490],[654370,-70578],[657898,-77912],[657021,-81760],[653877,291682],[660180,305808],[656804,54497],[672253,-115409],[672967,-26061],[669030,-44258],[676554,-42420],[669893,-59792],[676805,-53418],[671964,-64938],[670460,-67655],[671865,-71667],[668962,-65688],[668794,-64644],[675091,-89295],[677808,-99614],[671589,-102036],[674268,-101198],[674077,-111654],[666385,-110755],[677326,313704],[666307,370474],[670437,44703],[676034,84892],[685983,-59944],[679749,-78906],[679766,-78828],[689412,42914],[680042,39224],[679072,90724],[678679,106987],[687102,106047],[688162,112733],[691376,-128226],[694508,-131416],[699676,-85966],[697193,-83378],[696098,-87999],[694825,-108607],[697737,364729],[711026,-144386],[712501,-114334],[719215,-148117],[722332,-147428],[723430,-112750],[721264,-108752],[733719,-142258],[742510,-145092],[749768,-194177],[749052,394827],[747896,420852],[765039,-135283],[762405,-151842],[755924,403398],[763162,416576],[774393,-127373],[772492,-129112],[781788,-145385],[790547,-148625],[800029,-136223],[801118,-132203],[794121,-152091],[799485,-162430],[795216,-164608],[798634,-204298],[796494,-113923],[817185,-163922],[824727,-156269],[821629,-162593],[827407,-194162],[836056,-119801],[833694,-122760],[840110,-174003],[832121,-187062],[843748,-184031],[841451,-194319],[837552,-196280],[836207,-194644],[848224,-126790],[853517,-143356],[846567,-157482],[850547,-192455],[853228,-94426],[867055,-147138],[869746,-174163],[862384,-170349],[857866,-168015],[880423,-124661],[874911,-119094],[881652,-154638],[874967,-176751],[874796,-172926],[874660,-183794],[872990,-186341],[870580,-190328],[875643,-81993],[878699,-103616],[886822,-149705],[892540,-150194],[884923,-170859],[893498,-166906],[888688,-73612],[885834,-77116],[890203,-81938],[897564,-117502],[906728,-112107],[911972,-147627],[911683,-94928],[933713,-73865],[925236,-86073],[932745,-92642],[927182,-112419],[936181,-116898],[940023,-72697],[944665,-104081],[942332,-108557],[950008,-116669],[953616,-134145],[959288,-130116],[959159,-128400],[947407,-188598],[959256,-73263],[957332,-86607],[953208,-96815],[952265,-100752],[956056,-101411],[970787,-121432],[969115,-134063],[966803,-85848],[976542,-122569],[978949,-120677],[982820,-119211],[974437,-136403],[975559,-147730],[981504,-82344],[992761,-116923],[986346,-125949],[992371,-86888],[986980,-99461],[1005940,-82277],[999520,-87050],[1009051,-106929],[1008996,-103486],[1011824,-174288],[1077017,556187],[1097237,-50544],[1094328,-114089],[1088303,556498],[1095166,550817],[1110168,-61414],[1106890,-61375],[1112781,-64355],[1106422,-73764],[1112541,-88612],[1105203,-113832],[1104713,-110651],[1121945,-70226],[1118298,-67768],[1137066,-49338],[1129251,-62244],[1131699,-70600],[1138066,-66671],[1127922,-71355],[1144913,-27839],[1143052,-32450],[1142527,-43819],[1144784,-87040],[1151803,280646],[1158444,12403],[1156048,534496],[1170913,7516],[1174331,321298],[1185721,262792],[1180089,302051],[1194417,301475],[1201980,307357],[1200092,322716],[1199457,33863],[1209990,24598],[1208363,19968],[1207108,303334],[1204583,27193],[1240910,209347],[1240135,99513],[1250308,212039],[1243007,79908],[1243705,83250],[1247048,99483],[1246628,103945],[1259636,96234],[1258387,107988],[1258640,118754],[1256628,117649]] \ No newline at end of file diff --git a/src/gathering/a10487.json b/src/gathering/a10487.json new file mode 100644 index 0000000..9ba0826 --- /dev/null +++ b/src/gathering/a10487.json @@ -0,0 +1 @@ +[[346787,124549],[369312,139133],[378340,138422],[378520,138037],[379056,137764],[383304,149454],[390674,12181],[390561,12158],[390923,135010],[388958,21627],[406974,-20235],[401690,151961],[399436,143192],[404852,143707],[407793,119791],[411482,-7287],[411328,-13373],[415234,-46546],[422126,-60642],[416256,22842],[420467,334785],[416749,57249],[422224,65219],[435071,-51038],[427917,148853],[423385,155604],[427689,20756],[430964,332760],[422551,34045],[425651,484105],[438752,-6681],[446475,-18208],[443692,135712],[437432,161644],[435832,43878],[445203,51982],[441573,127312],[441668,127276],[453746,-17355],[453675,-43760],[449743,-89282],[451472,10507],[459287,147325],[457655,145246],[453237,148149],[449413,161014],[458281,176234],[455751,168459],[452503,17041],[449001,21612],[449228,68508],[461541,153687],[461061,163426],[463651,187012],[472924,233633],[482424,-62187],[481683,146767],[480953,147193],[487635,7182],[496846,178423],[491866,173943],[498009,231949],[489268,253606],[510199,199552],[523874,-43499],[518153,148672],[518144,148813],[516827,163195],[517562,164052],[517658,164066],[518651,231669],[519723,244751],[527771,180196],[530792,195134],[535100,235982],[524874,240228],[536294,76253],[535260,87287],[529290,81697],[534572,80831],[526287,100535],[532945,102559],[532129,92348],[525513,106315],[536740,109886],[532810,113184],[531922,112316],[548202,19418],[542598,30032],[546663,30407],[542396,50265],[549190,59522],[547023,51975],[561628,12436],[560211,239868],[558448,19362],[556865,18830],[573273,429],[566555,535],[567894,1227],[569026,6796],[571129,23703],[574635,71230],[570621,84436],[563272,122051],[586060,-6719],[578909,6201],[579216,1353],[576420,17264],[576764,58747],[585119,60634],[586120,58301],[597939,8323],[594451,11742],[589846,25656],[613698,-126579],[606514,-1462],[602388,-7597],[606122,-15142],[605344,-25178],[611415,5628],[609995,17890],[611005,61871],[616065,-820],[617102,-694],[621413,-12361],[623432,-16362],[618216,-26827],[624236,-37100],[623884,-38859],[622655,14954],[622972,16909],[623428,120897],[638740,-9295],[634423,-24711],[632567,-30578],[638515,-48977],[639136,-51668],[639859,59212],[632795,76998],[632329,84379],[636328,100560],[637680,120078],[634778,120890],[641476,-19092],[640492,-19991],[651597,-32778],[642919,-29180],[645303,-34575],[647806,-53805],[649543,-53532],[645604,-62621],[645549,-64188],[651126,-71299],[651162,-72895],[652047,-78478],[641643,329],[647472,305305],[650766,345028],[646015,59720],[643321,79714],[658802,-18123],[657351,-23001],[657680,-49723],[656589,-59959],[658357,4660],[653378,6088],[654017,291811],[661154,307852],[664308,115115],[671166,-116386],[667220,-138684],[668568,-145231],[671521,-18849],[673111,-15929],[670711,-22683],[675064,-31088],[669106,-29589],[676478,-42460],[671381,-71926],[668688,-65913],[676403,-73793],[671421,-98491],[675379,-101653],[668331,-111137],[673857,-111669],[677302,313508],[666224,369996],[670793,48288],[671347,45598],[677297,85595],[677291,83465],[677957,79780],[676476,110686],[690726,-126288],[687748,-130178],[688978,-139317],[680566,-51507],[689942,-64489],[679815,-78686],[681436,-97306],[684917,-99679],[686711,-100542],[686097,37278],[694775,-130648],[697041,-129071],[694164,-132424],[694610,-134697],[699088,-79748],[696344,-83263],[698281,364455],[707838,-111098],[707972,-113533],[729392,-132652],[721351,-150552],[719051,-201790],[724081,-112336],[749308,-143463],[742938,-144219],[750221,-194365],[748458,415588],[755615,-147710],[762283,-184082],[756549,402546],[762830,416601],[769352,410931],[785751,-152493],[796831,-141450],[801479,-170935],[800189,-172221],[798668,-114223],[806448,-121546],[813709,-160471],[817042,-160308],[818767,-154895],[813299,-190285],[822563,-153636],[825920,-168915],[826265,-167825],[830917,-195681],[831415,-198437],[822316,-14023],[829754,-112624],[843011,-120510],[842307,-198997],[836528,-194174],[853474,-143166],[847035,-158312],[857675,-124950],[864944,-160318],[863455,-165790],[867278,-168917],[859470,-185835],[862423,-98661],[869455,-95418],[871954,-152932],[879532,-83735],[874994,-81888],[882007,-108246],[895348,-121696],[887350,-120671],[883794,-122365],[886832,-142308],[892429,-150053],[884538,-157413],[889640,-71218],[891882,-86170],[887792,-114696],[890869,-111941],[907169,-65593],[902365,-86133],[910742,-140896],[917386,-79627],[924630,-64974],[940517,-119541],[941841,-117975],[936786,-195649],[943977,-82392],[938104,-78533],[935792,-77291],[938540,-101613],[943556,-104500],[943434,-102482],[936154,-112997],[949392,-119112],[948308,-124177],[959276,-128662],[951693,-193737],[947892,-198543],[949272,-98470],[956006,-101315],[952102,-111056],[968544,-133400],[960935,-142972],[984271,-124502],[974923,-128885],[984379,-141034],[977623,-109995],[990630,-148686],[993719,-149412],[988242,-155690],[993400,-80373],[987050,-99945],[995309,-100260],[1005260,-115072],[1008844,-103797],[1012059,-70408],[1059550,-113642],[1069836,-108100],[1069450,-109834],[1086169,-115607],[1085377,-102821],[1093550,-116182],[1099096,-58958],[1092569,-114234],[1104802,-64607],[1103961,-97378],[1105514,-110412],[1117570,-50626],[1121478,-53798],[1115439,-66885],[1117102,-74408],[1121324,-64235],[1113944,-84741],[1129618,-62802],[1133037,-61868],[1134913,-64760],[1132439,-69621],[1127878,-69850],[1145320,-20601],[1145521,-32619],[1143376,-32785],[1147836,261584],[1148945,537243],[1153260,-27282],[1153702,269313],[1160334,287302],[1170710,17029],[1177036,266701],[1171151,317303],[1188268,270683],[1190824,271063],[1193504,288089],[1199119,330345],[1196038,346575],[1196435,50830],[1199999,47122],[1199959,67248],[1210456,24572],[1203365,312561],[1214366,79339],[1232451,129619],[1247603,132688],[1243659,132060],[1252160,145151],[1245205,66983],[1253258,103218],[1242158,106773],[1255708,175446],[1257916,95799],[1262767,96473],[1259487,111904],[1260875,119189]] \ No newline at end of file diff --git a/src/gathering/a10488.json b/src/gathering/a10488.json new file mode 100644 index 0000000..fd19d9d --- /dev/null +++ b/src/gathering/a10488.json @@ -0,0 +1 @@ +[[347110,124669],[369389,139408],[378256,138276],[378930,138080],[379131,137637],[390986,11838],[396551,141973],[389240,21887],[407130,-20208],[412108,-7586],[411433,-13084],[415416,-47277],[421993,-60502],[420323,334689],[416506,57601],[422083,65310],[427704,148641],[423692,155748],[428064,20902],[428562,14877],[422587,34223],[439258,-6814],[446456,-18443],[435317,-51332],[443825,135644],[436994,161722],[436029,43453],[454545,-18245],[453884,-43852],[449813,-89493],[451334,10679],[459995,161784],[458116,176459],[455674,168494],[451451,19341],[450113,22277],[449495,68600],[464505,152836],[464276,166607],[462085,186260],[482170,-61560],[487361,6687],[488351,177924],[494322,179753],[489041,252990],[504179,194663],[521586,-29237],[521130,-29290],[516512,8858],[517387,235456],[524567,111715],[518885,119761],[526745,10816],[534077,195589],[528951,240304],[536459,87346],[531148,86722],[534044,85452],[528054,77904],[535829,102019],[528141,102034],[526282,103819],[531253,127459],[530304,126771],[548358,-55720],[540223,183821],[541560,235505],[539560,238802],[547943,22741],[542389,32039],[540072,48722],[541012,56899],[542860,51871],[558664,-46872],[557414,-47634],[561794,10035],[559935,204311],[559718,204401],[558264,23936],[553067,21119],[555677,17141],[562106,29381],[550426,47856],[552324,47072],[574287,-9305],[574377,2429],[572105,457],[563710,8068],[565797,122462],[581327,11856],[579972,19585],[578755,19207],[588499,57692],[580689,61912],[586274,59590],[599150,-9123],[598737,-13071],[599599,-12786],[589629,25262],[590731,58448],[609819,-8496],[604408,-11151],[602822,-19297],[609320,-19186],[607647,-33967],[607542,11181],[609981,1111],[613288,69337],[616722,741],[625910,109082],[634258,-2083],[632177,-8731],[633840,-29554],[628192,-30976],[639207,-45874],[630479,10571],[630732,13329],[637609,58853],[628263,80582],[632486,84205],[639971,104752],[629003,113552],[632546,108793],[644415,-797],[647392,-34873],[646479,-38706],[645446,-50240],[644859,-52674],[648413,-58473],[648513,-57223],[651021,-67027],[650583,-91755],[652727,3461],[647090,305175],[650767,345779],[645114,54099],[654750,-2282],[658570,-14712],[658924,-20224],[663431,-26002],[660943,-25495],[657216,-45721],[654193,-54146],[653292,-62461],[657183,-67157],[661402,-78618],[654026,291685],[660467,306165],[661364,309583],[659594,47410],[661169,40910],[663294,54516],[661266,105252],[661334,104012],[672097,-118086],[668740,-145194],[667715,-11185],[670301,-20611],[674044,-15122],[669231,-59060],[671445,-54302],[672550,-72708],[665621,-66899],[675775,-72833],[670951,-101231],[668107,-94605],[671876,-113417],[673797,-111484],[674718,-102233],[672403,-103835],[677217,313635],[666388,370274],[668859,48658],[677695,82431],[678187,82761],[666085,115129],[675357,110895],[687945,-132785],[688297,-145025],[688764,-62997],[684075,-64660],[687090,-99292],[680649,-101338],[685249,37254],[680797,40130],[687104,42977],[692499,-119864],[697317,-131085],[697456,-139124],[703555,-151058],[695657,-80235],[692430,-106134],[694602,-104515],[697881,364724],[707765,-122573],[711111,-128704],[714393,-145440],[714916,-112883],[718919,-121803],[726482,-132157],[722072,-147958],[723437,-145359],[730238,-125265],[743076,-143389],[754146,-145641],[753345,-148169],[747830,417929],[762833,-145834],[762514,-141740],[762310,-183849],[755927,403364],[763284,416784],[772600,-126650],[780319,-128662],[777398,-145563],[777175,336763],[783561,-143241],[781898,-150789],[796440,-164960],[804589,-166922],[811312,-162658],[813233,-167265],[824440,-173039],[830897,-178264],[826189,-167963],[826080,-190988],[821265,-201363],[821099,-4612],[836638,-163687],[840944,-169867],[844155,-182726],[832115,-201489],[846926,-115538],[854879,-178247],[858506,-165555],[864210,-164321],[861408,-159499],[866271,-170417],[858735,-195473],[862956,-103501],[877195,-145345],[875908,-169433],[878756,-86675],[870511,-90943],[873937,-96377],[890090,-124548],[886697,-115926],[885366,-174788],[891958,-174021],[890545,-111215],[898778,-75737],[899502,-96002],[901615,-111133],[918733,-130396],[916321,-130950],[914180,-130636],[913188,-140656],[917646,-64392],[912688,-84460],[912186,-80972],[918868,-111494],[924207,-73527],[929875,-114359],[928418,-111255],[928878,-103330],[942156,-98140],[936283,-98534],[953224,-124298],[954176,-134404],[959377,-128370],[949057,-187323],[953741,-198865],[951861,-89340],[959899,-84877],[948953,-80051],[956244,-101162],[959044,-102465],[969487,-118879],[969648,-138966],[963609,-142492],[966302,-103889],[985096,-134823],[981107,-144894],[982265,-148168],[974733,-80169],[978398,-101428],[986444,-133885],[991287,-139249],[992451,-149014],[987925,-153655],[993072,-82466],[1001145,-70143],[1008328,-78316],[1009341,-107269],[1012690,-73294],[1068443,-110154],[1079788,-145657],[1105705,-63236],[1113498,-93265],[1113012,547538],[1112203,545195],[1121187,-54129],[1120756,-66846],[1123173,-66809],[1114714,-77368],[1127694,-61141],[1139188,-51788],[1127250,-72502],[1145261,-19973],[1141602,-35670],[1152635,-17736],[1171590,6950],[1175733,268054],[1198437,335467],[1212522,71189],[1214478,85965],[1217901,361641],[1224288,81543],[1226954,81552],[1235776,152474],[1238217,234556],[1236106,82930],[1230840,91696],[1230381,118236],[1245816,322890],[1241772,73372],[1242109,73199],[1248385,100351],[1243813,102218],[1256852,152180],[1262902,353554],[1255418,86192],[1254693,99995],[1260899,100048],[1255788,112980]] \ No newline at end of file diff --git a/src/gathering/a10489.json b/src/gathering/a10489.json new file mode 100644 index 0000000..4f8146b --- /dev/null +++ b/src/gathering/a10489.json @@ -0,0 +1 @@ +[[-784,-405306],[-1228,-405089],[-2344,-404472],[-693,-404687],[-412,-405885],[-52709,-426368],[341501,100850],[342299,111939],[344014,107307],[357287,133549],[358110,132969],[355039,34729],[355402,35654],[349726,106826],[349913,106644],[349088,106552],[350188,120479],[362591,129187],[362302,128720],[361644,144119],[361872,142448],[370422,36521],[370103,40432],[369390,113348],[367307,112974],[367154,114010],[369372,113096],[363823,122774],[366608,120468],[364944,122805],[366210,119778],[370960,120114],[365375,121816],[364839,123699],[370847,122681],[373391,133935],[371593,130983],[374398,130911],[371959,131188],[375797,129170],[374383,129285],[373708,132770],[373419,129342],[375282,132252],[374306,131213],[380591,143040],[378734,143657],[379694,144423],[377516,143670],[377229,142160],[377599,38850],[378736,41154],[378850,40995],[382919,41059],[378214,39438],[376995,120402],[372519,119441],[376574,119317],[376499,125413],[385406,5079],[385570,4110],[386231,3971],[393535,135771],[393858,135168],[396192,136528],[392351,136676],[387199,137378],[394312,134253],[392418,137087],[396277,146573],[395880,144918],[395618,144607],[396040,144966],[386163,141033],[395929,144699],[388153,54269],[394518,90456],[390517,107233],[392309,115456],[394889,121200],[392745,115422],[392849,116583],[395800,116042],[403910,-5458],[405263,-7706],[404173,-5050],[407875,-4614],[409547,-36437],[399589,139622],[396862,136326],[399965,137292],[397265,136188],[399197,136608],[408949,150698],[398926,149759],[406252,144109],[407802,144337],[398956,150743],[399690,150371],[404227,146117],[409453,144836],[405916,150682],[403798,144941],[409486,143671],[406578,143286],[405077,150724],[407268,62138],[403154,65147],[398780,109043],[406521,110716],[408756,115014],[405109,119121],[409045,119178],[398356,121111],[398862,123306],[398735,121375],[412487,-35004],[411240,-36412],[412357,-35282],[410382,-35054],[414531,-40553],[412272,-42419],[413450,-40534],[414106,-40466],[414358,-40526],[414374,-40700],[417971,-51138],[417430,-51172],[417067,-52632],[422122,-52489],[421968,-73883],[418958,-74347],[421409,-73878],[414530,147972],[410052,147973],[419644,147455],[419095,146742],[414660,147568],[418009,152448],[412265,143501],[414434,149546],[417068,152394],[414692,147641],[413053,143908],[413655,150345],[421384,155280],[412907,159796],[411578,156453],[421405,155529],[412938,156035],[412992,158306],[413053,155861],[421661,155123],[421190,155399],[411721,157382],[412658,156283],[412645,159547],[421555,155111],[413827,158134],[420878,317124],[420709,317239],[421577,317108],[417789,324183],[417498,323884],[414537,375042],[412293,376300],[420721,372752],[421860,38509],[412107,42507],[411949,42241],[421772,38915],[422111,38798],[415149,54397],[414499,54291],[414473,54056],[414745,54174],[416634,53441],[413635,54405],[413827,111199],[416605,112776],[414437,111518],[417306,112251],[414073,111600],[416757,113467],[417603,119710],[417603,119476],[410075,119570],[415424,117008],[410254,120658],[410622,120355],[431554,-6625],[428221,-43958],[428661,-43362],[429958,-43950],[422451,-52459],[422666,-52105],[426088,-94827],[424499,-92661],[423637,-92822],[433294,7607],[433628,7858],[433357,8008],[433138,8399],[433387,8564],[431328,134045],[428925,137734],[425678,135138],[431414,134075],[428211,137265],[431005,134105],[431124,134160],[431000,134828],[431513,134171],[429523,153281],[427817,153142],[430594,152983],[430876,154247],[428911,157181],[427115,161862],[430096,161471],[428609,163275],[429008,161267],[428167,163913],[427564,155961],[426875,162298],[431602,158658],[430153,154272],[428588,164071],[430786,154364],[423888,369924],[434374,28240],[429372,34590],[423494,37726],[422581,37252],[431519,484472],[425476,483580],[431275,482068],[434100,40913],[432792,39897],[432243,39003],[431858,40090],[432367,39248],[432530,38960],[430849,111811],[430386,114687],[426299,111397],[444715,-20266],[444653,-19944],[444910,-19933],[447316,-25976],[441146,128957],[441376,128802],[439040,129673],[441120,146104],[440951,161822],[437279,162516],[447874,165255],[444380,164036],[437063,162148],[446850,166041],[441690,166542],[441965,161042],[444351,165647],[443704,165494],[444700,164783],[447441,166588],[442237,166777],[446740,171957],[441510,172831],[441579,173119],[445365,172179],[441647,170405],[441978,172669],[439276,180579],[439155,180915],[439191,182205],[440045,181445],[437000,27791],[438176,28418],[442237,37039],[438973,46999],[439090,46937],[438725,46581],[446433,68343],[441681,113523],[437236,124318],[440606,127484],[439269,115495],[439054,115566],[449161,-25846],[448716,-27874],[459205,-49862],[460653,-47757],[460309,-49412],[450590,-38762],[451214,-40181],[449996,-38689],[451615,-86229],[452344,-89999],[452458,-90345],[455748,133026],[455166,131887],[457801,134240],[457084,129367],[460611,136877],[453306,148367],[453776,152551],[459549,145831],[456285,151532],[454901,147931],[451375,155238],[451250,154681],[448562,166571],[451845,155253],[451489,155742],[450698,173644],[460645,171136],[451379,173599],[459517,170411],[460288,170483],[460141,171576],[460331,172566],[453696,181264],[453667,181098],[450946,184237],[449989,180385],[449533,180787],[456320,204540],[457456,198404],[448906,202611],[451797,199285],[456017,194953],[456093,204639],[457012,197501],[449268,198356],[450853,200701],[455696,198251],[448971,202670],[457172,205051],[458710,205510],[452098,26088],[455597,33468],[453119,26212],[450733,27370],[468778,-22122],[468772,-23155],[468458,-22117],[469773,-24947],[469847,-25542],[471820,-42420],[471947,-41321],[468818,-87112],[469145,-86597],[469601,-87677],[463570,-89276],[466699,-88504],[468151,-91016],[464131,-89917],[464784,-89683],[467594,-91083],[463423,133304],[460819,135301],[463252,133045],[463372,134589],[464535,153570],[462274,153541],[461623,152714],[461550,149016],[461117,152811],[464047,153637],[461401,150131],[466170,163652],[467330,161908],[462115,165421],[464812,163121],[462962,158375],[472046,165906],[472948,161780],[464457,154609],[473195,162313],[463267,159181],[463989,163551],[465717,163910],[468376,163275],[461347,153845],[467678,159844],[464210,164318],[467981,167952],[465896,167491],[466218,169060],[465425,168216],[465112,168194],[465516,167277],[468034,168450],[464729,166963],[465868,167325],[460913,171578],[462165,196722],[461270,194428],[461942,196808],[461600,194640],[471024,198117],[461439,208404],[463061,211285],[462901,211640],[472068,208064],[468471,213758],[471501,209895],[463955,210609],[472394,207960],[471821,209827],[473168,207181],[463918,211261],[464018,211398],[469232,208385],[472661,236420],[471565,233239],[471104,232962],[473581,244879],[473316,244652],[472564,247173],[472369,243897],[472415,250301],[472164,245767],[475407,-24859],[475533,-23812],[475598,-23579],[475409,-23656],[478243,143152],[476467,144313],[474664,142219],[474016,165585],[477227,156782],[481468,164791],[486291,162657],[483110,157104],[482268,156932],[476882,163594],[477376,156999],[473694,164864],[482711,164526],[482284,165807],[474006,164081],[485433,163060],[483612,169956],[482690,184742],[477865,191143],[482019,184906],[478833,181528],[482017,181417],[482411,189886],[482549,184969],[479376,181474],[481634,182577],[482358,184567],[478995,182013],[486034,204504],[481187,192401],[481990,194446],[481260,193211],[481000,192326],[476764,207078],[475493,206676],[485763,205117],[476012,206437],[479164,208275],[485334,212196],[485862,205404],[485078,217806],[481952,222437],[484473,218324],[479910,220672],[475208,242351],[473709,239353],[475961,251925],[475090,244465],[474624,253871],[479730,249632],[483057,259459],[481719,262199],[484613,259845],[481299,261733],[484124,260175],[480692,263254],[483818,257667],[482151,261845],[481495,263129],[486525,-55233],[498393,-68448],[498261,143194],[497802,142996],[499036,148689],[497315,144719],[494685,143599],[497883,142953],[499137,147312],[499005,142632],[491781,164216],[490477,161799],[492479,174185],[495291,171469],[491662,174772],[489077,174401],[494453,169681],[494866,170227],[488452,166725],[493877,173642],[493951,170001],[490841,176485],[494178,170264],[495144,169713],[488928,188661],[490103,180700],[490022,182621],[492822,190995],[491216,183746],[490038,182222],[496021,180945],[487835,190616],[493910,180928],[491301,181570],[493513,191247],[490605,204476],[488191,202839],[490986,204715],[487011,204574],[490152,209654],[489942,216472],[487446,208771],[491551,217114],[489435,210792],[488005,207924],[488328,210605],[488432,208412],[489634,209872],[487627,210426],[496438,222776],[491093,220342],[496192,224699],[497644,227090],[490333,221697],[497472,240140],[495757,247706],[495567,244902],[494627,246490],[496392,245430],[493078,245433],[496991,245725],[498000,257162],[487567,263905],[494856,260464],[488599,262722],[497579,256467],[487634,265008],[489008,262029],[486859,265374],[496473,262506],[497029,256276],[489293,261563],[494467,262024],[488026,263863],[508562,-3369],[508219,-35800],[505463,-28315],[507544,-35925],[508684,-33785],[507783,8428],[511538,149822],[503403,147683],[506491,149287],[501156,149366],[500977,149385],[506841,149024],[503351,148206],[511145,147660],[507717,149510],[507235,146167],[501344,147354],[502766,214391],[506812,211511],[503094,211494],[502817,214279],[501967,214256],[511132,207598],[505723,236124],[506244,239740],[504747,238805],[503948,241844],[501097,241795],[505623,235831],[502579,251304],[501425,250536],[503137,244060],[503427,243730],[501031,252400],[508140,13579],[503702,13486],[519718,-10846],[519644,-3702],[522358,-40181],[522288,-39720],[512032,-74265],[520511,162927],[515202,157990],[518501,164571],[513844,163579],[517110,154854],[512973,163906],[524046,156600],[522562,161073],[522638,164042],[521594,159054],[516832,159573],[514123,171263],[522765,173144],[514270,173265],[514850,169599],[523809,172582],[514679,169723],[524384,173438],[515056,172734],[514468,174758],[514742,171442],[519584,171143],[522675,173375],[524327,172922],[521372,212062],[520583,210384],[521855,210989],[517362,210809],[521994,210272],[521831,212623],[522443,212378],[519248,230559],[515276,230720],[522205,242167],[519740,235080],[524687,242177],[523382,236918],[519790,249667],[520254,247741],[522085,107918],[521146,113380],[522824,117457],[536696,-1205],[533594,-50937],[526067,-41564],[527901,-39033],[529219,-48566],[525105,-49273],[534357,6072],[535033,6373],[536382,1045],[535248,6118],[526016,178994],[532619,183433],[529410,183313],[537109,183186],[534305,185900],[531873,196768],[535060,197120],[536574,200538],[537085,197730],[534429,197460],[534119,197854],[533193,197924],[531374,195557],[537113,197991],[533538,198669],[532028,196499],[530616,214595],[532195,214814],[531337,213985],[530734,222734],[529713,223011],[535317,225374],[532194,222047],[533913,225162],[527903,230354],[531074,230457],[530549,228849],[528924,236080],[525126,235742],[530272,242804],[534722,237393],[536908,234869],[528091,230934],[537421,234576],[534742,237958],[529678,242338],[532998,234202],[530766,237002],[533837,232213],[528768,236568],[535410,254561],[536982,255683],[525687,243568],[535947,75125],[531329,89737],[534894,79816],[529576,89674],[536246,80299],[535862,83424],[532116,80141],[532800,77093],[535274,91725],[534747,102113],[528458,102242],[527744,93642],[526963,94136],[526611,97759],[528897,100715],[530186,97740],[531727,104429],[534768,111901],[531254,112234],[537152,105838],[532776,102817],[526798,111845],[547499,-55905],[541830,187983],[541531,198018],[546545,195579],[548537,195844],[541720,197905],[542808,201356],[548675,196173],[542434,197873],[547944,196583],[548749,196286],[544788,193001],[542457,220402],[545213,219773],[543806,224826],[543410,219474],[541668,228716],[542479,219682],[545050,220273],[542436,221542],[542579,229695],[540532,236314],[542435,234055],[540252,234898],[541299,240040],[539234,239165],[537897,237899],[539518,253201],[545072,253779],[541647,253417],[545822,253396],[543323,255149],[541015,252370],[547414,18700],[544277,23463],[548957,14743],[548389,18216],[541553,256962],[541605,257309],[541368,257011],[542316,31595],[543671,30059],[549200,26399],[546762,45077],[545018,49355],[544414,47775],[548880,47042],[540101,48137],[540403,47146],[543545,48285],[547575,50163],[548124,60120],[542226,62961],[541318,53382],[543243,56522],[549360,57786],[544306,56816],[546139,54278],[543263,59261],[539232,53345],[540315,52178],[562579,-319],[562719,-34189],[561449,-38437],[561668,-38714],[562461,-41717],[557642,-47765],[558356,-46907],[562737,-41860],[561151,-38626],[558437,-47720],[560792,12723],[560618,1915],[560286,331],[561008,7242],[560615,5563],[562368,6603],[551416,204212],[559362,202932],[556549,217682],[555958,211131],[557812,210756],[556515,208692],[559520,216062],[553526,219188],[559035,222725],[555534,219442],[558272,223051],[558749,222878],[556170,219286],[551424,251121],[552950,245748],[553933,245817],[551346,250774],[550756,252767],[552410,13113],[554677,21223],[559786,20814],[558810,17549],[561577,17994],[553628,20465],[552401,23596],[556369,23854],[552575,26668],[556606,27696],[552907,28014],[557901,51262],[551370,45892],[556020,59618],[563103,57434],[556732,57241],[560157,65333],[561697,71257],[560909,69567],[562385,69579],[556605,64489],[562034,112873],[561714,123777],[558229,124457],[562373,126126],[558955,121739],[560160,121489],[560353,119390],[566374,-1246],[569861,-4553],[564987,-3751],[571704,-686],[565812,-5033],[574051,-6634],[572958,-7662],[567342,-49910],[567589,-50409],[574118,-85675],[568282,9413],[564480,5210],[569134,5919],[565940,5428],[565495,211148],[565349,210958],[564830,213958],[569703,212196],[573749,226486],[573034,225205],[565514,222139],[573652,225415],[570293,230381],[571869,226417],[574036,225173],[571708,226530],[572874,234785],[573177,233615],[572913,233098],[568183,34033],[564222,38884],[564630,39974],[563445,39488],[564975,58225],[569154,60851],[573302,62719],[571619,67389],[571949,70575],[574677,68258],[564997,72340],[567788,76721],[573647,81376],[564405,81232],[573099,84754],[565900,88523],[566477,77314],[565414,83318],[570898,87659],[574070,88812],[569483,86638],[564581,84553],[565471,87634],[573325,77962],[569532,77301],[568334,82892],[568837,82114],[573038,113892],[573598,110017],[563774,106865],[567159,114703],[567239,114651],[568502,122500],[566140,119766],[574493,121333],[563491,116362],[564506,121710],[567500,115868],[581548,-6664],[584164,-5196],[584396,-1322],[585408,-33097],[584393,-32229],[587833,-46052],[587520,-41242],[579397,-91059],[576911,11265],[579489,11419],[578760,3877],[577267,12547],[582188,7009],[586185,1533],[580397,8257],[577866,224484],[585202,220999],[578972,223991],[579491,225660],[586055,222125],[577455,229011],[576983,224374],[581431,224654],[579846,229922],[579437,224240],[582916,220307],[578673,231146],[582445,14223],[577690,17238],[579771,31933],[576272,59904],[579724,55248],[587546,59692],[580925,56005],[585733,61149],[583511,56743],[577834,59603],[580298,63803],[585218,59643],[586422,58205],[580320,68943],[583683,64890],[582261,68554],[586065,66782],[578560,65755],[577493,66382],[577289,84826],[587950,101163],[581648,97627],[587573,102562],[587314,97252],[587828,101671],[582178,104112],[601047,-7737],[598004,-8779],[595195,-1824],[601280,-14064],[595896,-12617],[597007,-17053],[598843,-15524],[599277,-17682],[598881,-15400],[601559,-16613],[589100,-40987],[598759,7928],[590060,3986],[594592,9862],[597825,319],[598818,11061],[594515,9520],[600776,1601],[593084,12657],[595062,239071],[594636,238547],[593652,18069],[592223,18433],[591755,18315],[595557,50836],[595873,51263],[593703,54594],[599052,54268],[594716,54275],[596914,51879],[591680,60450],[590850,64134],[597084,51765],[592449,59568],[590986,66224],[609327,-7777],[607613,-11665],[614022,-5876],[605243,-20234],[609353,-22889],[609414,-24158],[611749,-14715],[604763,-21726],[602552,-23055],[613939,-21834],[605921,-25171],[606205,-21089],[608752,-29094],[613151,-34491],[610858,-33115],[608795,-30643],[607769,8842],[605889,10676],[607310,10897],[608175,11798],[607525,9032],[605273,28126],[613377,32982],[613124,27605],[606553,42092],[604704,46377],[612311,62316],[610694,62059],[611868,62337],[613570,72138],[614244,69183],[613871,71231],[613411,69304],[616112,-8937],[616234,-224],[615065,-3278],[619546,-3391],[614577,-1866],[614776,-12389],[618728,-21144],[618895,-14435],[617277,-24479],[617597,-25061],[626410,-15165],[615388,-20207],[619545,-18836],[617256,-27313],[615459,-26048],[615056,-30558],[617656,-33401],[625977,-26286],[625008,-32822],[622479,-32863],[616295,-34948],[626620,-32943],[625829,-38070],[616795,1231],[618168,3917],[614954,7189],[617284,290],[615520,10247],[624881,1131],[616696,4150],[623276,2729],[621395,6771],[623342,493],[623094,17207],[620221,343279],[619267,343562],[621842,27860],[622338,77553],[618721,82634],[624483,91690],[622716,92033],[626286,110063],[623717,105829],[622569,107311],[624340,110901],[623442,120857],[638610,-10154],[633263,-1615],[636230,-8142],[633643,-9584],[637783,-20006],[638138,-22911],[638906,-23145],[630311,-35703],[635959,-32309],[633823,-29567],[634095,-31317],[629773,-35173],[636164,-50670],[635691,-42995],[637122,-41436],[639588,-65887],[637625,-64826],[637285,321],[635578,12489],[638828,8473],[629174,8256],[628286,3241],[630421,11801],[634049,15968],[639137,277614],[639631,276447],[635963,286793],[636267,286854],[635628,287281],[630027,339049],[630490,339438],[639342,47106],[639892,47802],[639838,59590],[639068,65147],[632114,76410],[634192,73906],[629877,87085],[632343,77856],[632430,88444],[628699,87134],[630553,87264],[631996,91293],[632068,95665],[635799,102084],[632372,91224],[631280,104892],[631985,112355],[637238,103541],[628993,107046],[630426,104717],[636521,109921],[635084,122354],[634739,124766],[633792,119089],[652798,-117034],[642542,-122526],[648277,-117486],[650202,-118519],[649731,-130452],[645539,-131155],[645340,-1555],[650550,-9196],[640209,-8261],[641869,-10892],[640934,-10836],[641799,-17645],[645599,-16740],[641459,-21777],[643399,-19147],[644584,-16071],[647399,-35440],[644166,-32620],[652018,-37511],[652323,-32885],[641291,-29034],[651725,-29107],[645420,-34203],[643220,-33123],[642063,-29659],[643157,-43469],[641111,-40783],[643103,-42072],[645557,-50339],[650165,-47318],[650086,-45090],[648529,-43494],[641426,-43795],[640444,-47661],[642459,-43611],[645939,-61985],[644833,-54861],[645464,-62393],[644041,-57497],[646163,-60296],[645608,-56826],[646536,-65427],[652575,-73826],[651936,-65987],[650793,-74791],[641568,3186],[644582,641],[642976,8024],[642351,225474],[646821,260438],[645997,260436],[651430,263077],[646112,262852],[641394,280210],[647915,274301],[644194,274474],[649320,271395],[642631,274764],[640921,276043],[649126,273686],[642181,274943],[646206,307338],[646746,307360],[644377,308493],[645378,309529],[652521,316098],[645829,308693],[647664,316025],[650391,315710],[645861,317272],[646737,308824],[646159,345394],[647383,345782],[646411,345777],[646768,346875],[646637,345956],[645921,347420],[644183,359955],[644140,360664],[644505,359792],[644166,359571],[644717,359871],[651429,48238],[638635,63506],[643228,58443],[652325,58424],[645009,55365],[643444,56985],[648474,54426],[645400,57957],[644693,53138],[644841,67978],[641187,115271],[642454,110153],[665154,-128570],[658829,-153095],[663077,-158238],[657198,-8926],[653223,-2262],[655537,-1845],[659263,-3458],[665052,-588],[656803,-13428],[657369,-22998],[654322,-14013],[661443,-32152],[659839,-37806],[656612,-27010],[654041,-28955],[657748,-41276],[660603,-40376],[657636,-41458],[652985,-46883],[654303,-42966],[654064,-47376],[654394,-42119],[665251,-59841],[654963,-58603],[664758,-58368],[655605,-59627],[662567,-58265],[662916,-75997],[660303,-71283],[664172,-66656],[656328,-64764],[655146,-75802],[654311,-72324],[656325,-68103],[652965,-68942],[664424,-69286],[653797,-74817],[653080,-75902],[657473,-66574],[656073,-77110],[665321,-77841],[660670,-85221],[655061,-80087],[657207,-87932],[657310,-83197],[660223,-84204],[658356,-81496],[657518,-82688],[655885,6052],[654742,265437],[653309,262203],[653848,262349],[660495,291171],[660914,290308],[655970,294539],[656333,294321],[660760,291317],[661864,290355],[657558,295959],[656207,296194],[665516,295071],[657595,295060],[655738,294891],[661234,305839],[662621,306457],[662234,305496],[661837,307451],[662850,348251],[662120,358235],[664073,359269],[665026,360099],[657155,49179],[654388,48298],[664253,46373],[655690,54485],[656093,54883],[663379,112805],[660862,105773],[663706,112834],[672241,-116373],[672424,-119708],[668992,-116615],[668299,-116147],[666089,-128879],[669692,-9927],[666506,-11851],[670755,-13194],[674093,-24420],[676037,-24850],[672669,-16650],[668611,-14828],[677463,-15829],[678242,-21993],[670121,-17331],[673133,-31194],[672395,-26036],[677668,-52778],[669704,-55473],[668850,-58949],[678020,-52065],[669163,-60808],[666669,-59074],[665690,-62661],[676158,-74291],[670406,-70885],[668410,-64941],[669675,-65502],[674069,-80951],[675340,-87976],[674923,-78262],[672843,-83461],[677724,-96061],[678207,-98785],[668367,-99540],[667470,-100432],[673551,-91013],[670059,-93335],[671756,-105379],[678256,-102538],[666200,273542],[670526,281170],[666580,273873],[670857,279776],[666851,274550],[670612,279660],[666381,274856],[670787,280866],[667648,274438],[672851,278273],[668007,275815],[672013,281545],[671660,298994],[668102,295117],[671019,301048],[666640,295908],[673534,301891],[673344,300038],[671573,298984],[667493,298210],[673346,299888],[668283,297845],[676367,317037],[677307,317431],[673084,331816],[677096,327424],[676856,326720],[674296,330999],[677390,376610],[676414,377418],[671754,33612],[671076,34921],[670099,393631],[675030,392468],[676002,389996],[671494,393006],[671046,45926],[669344,50492],[668929,49465],[669975,47470],[677860,83216],[677375,91166],[678116,91118],[675774,116753],[689292,-124301],[686608,-126483],[691010,-135109],[688128,-137879],[689613,-129666],[688295,-134475],[681844,-138408],[690273,-130903],[687494,-142102],[679177,-16895],[680882,-14230],[685657,-63618],[688091,-63305],[685615,-61739],[690452,-66359],[686406,-98663],[685595,-97979],[685328,-98777],[682396,-98121],[686576,-101918],[684950,-110818],[684553,-108239],[687348,-102381],[687804,-107915],[687391,271331],[687815,270640],[684763,288844],[683426,288882],[690910,306201],[682088,306518],[682457,306369],[686777,306719],[682812,303420],[681493,312621],[680764,312976],[678816,316060],[684164,314309],[683724,332322],[682356,330981],[681437,334725],[685041,362524],[686385,359629],[678730,382387],[686553,36561],[687843,36562],[690336,36948],[685840,36859],[680388,403507],[680661,401958],[681112,404515],[688580,39501],[687049,38698],[688878,40247],[688310,42568],[677643,40230],[679019,85127],[680376,92108],[685379,92583],[686459,96698],[686491,105780],[687699,114759],[685354,113110],[685266,112614],[686472,112728],[686604,106173],[688213,107507],[702462,-120575],[697043,-127899],[693842,-130785],[693910,-129563],[695004,-129903],[698841,-129769],[696996,-131491],[698471,-132744],[698920,-131364],[691736,-138682],[698735,-159453],[691996,-68281],[697601,-85093],[698897,-84998],[696129,-85232],[702213,-87760],[697878,-85976],[698246,-84390],[702553,-86490],[702392,-86040],[694915,-99897],[692538,-89560],[695314,-111212],[694684,-110215],[691728,-110590],[699948,299757],[700027,301020],[697941,301611],[692449,307326],[695680,301556],[697680,300309],[692047,308930],[692887,388021],[694051,388543],[710466,-118032],[707714,-124860],[706236,-127339],[704425,-117459],[708737,-127279],[713745,-115471],[712042,-118067],[706709,-130946],[711002,-138933],[712286,-138739],[713607,-146709],[713686,-146626],[708387,-148300],[712163,-147827],[708923,-148486],[712005,-149608],[714027,-150821],[713447,-113175],[711396,-108411],[704968,-113318],[711137,-113333],[708415,-110903],[707664,-112749],[709915,-107155],[711066,-113885],[711600,-113063],[710595,-108320],[712215,-114375],[713674,381043],[712572,380200],[708409,396460],[711616,395168],[708660,395409],[711173,394090],[709428,395652],[709303,396493],[711995,394078],[727659,-124545],[729251,-137313],[725974,-148046],[724047,-153220],[725054,-108938],[724346,-113611],[726200,-112876],[723909,-109023],[717475,351394],[726286,349497],[718264,350212],[728029,351912],[726029,388022],[725779,388501],[726774,388593],[726154,388483],[724721,388908],[726863,388854],[730333,-123645],[734849,-123047],[731882,-121861],[739939,-128397],[734137,-138107],[732916,-135919],[732367,-130236],[731248,-140269],[735964,-141200],[731358,-141469],[732848,-142077],[731393,-142869],[731402,-142820],[739257,-159231],[738889,-161132],[736272,-109262],[736661,-109595],[738163,-112687],[734439,-106569],[735128,-104795],[735966,327840],[731734,390767],[730131,388632],[730172,390340],[731503,388878],[729715,389186],[730171,389622],[734501,415553],[735125,415745],[733558,416742],[732900,415367],[734365,415189],[735069,415759],[743678,-126195],[753220,-137594],[744171,-131720],[745231,-145747],[747726,-143244],[746970,-145239],[750872,-142443],[748332,-143090],[754012,-147235],[752913,-148800],[743677,-155775],[745250,-163336],[753005,336045],[754123,336240],[752669,335052],[752263,379987],[752435,380130],[754228,399663],[746291,431178],[751060,424527],[757163,-136952],[760786,-137543],[764545,-136031],[761857,-135998],[757346,-135805],[767952,-147166],[756314,-142134],[757704,-148358],[755308,-147277],[764193,-174363],[760287,-173748],[759511,337067],[758826,339520],[760879,379181],[763920,375898],[761424,379337],[764088,377808],[760087,393175],[758685,392433],[760913,391966],[759041,392343],[759701,390976],[761138,391840],[755210,408319],[764974,409176],[764969,410397],[761775,413131],[760787,412892],[761980,412467],[765266,432324],[764007,432473],[764267,432008],[765130,431858],[764615,432906],[763862,432205],[773933,-127016],[772808,-128986],[775119,-128619],[772767,-127980],[779084,-144356],[768788,-145188],[780081,-160950],[769644,-173065],[779248,335742],[778797,333968],[780781,334178],[770179,394624],[770419,394662],[770709,392502],[771083,396886],[779893,404996],[779958,404710],[770987,409046],[770980,409510],[770778,408915],[771381,409338],[771023,409394],[769096,419581],[769463,418760],[778509,425802],[778801,425828],[782598,-122628],[791752,-128862],[792279,-136804],[791734,-143897],[787926,-140875],[783560,-145507],[788729,-150734],[787335,-142355],[783848,-151939],[785678,-152464],[787913,-152857],[786274,-160355],[781985,-161343],[792699,-155875],[788910,-162005],[783432,-165075],[792006,-168189],[793580,312230],[792866,314135],[792831,351835],[793038,351762],[788952,366977],[791431,366548],[788670,415744],[788541,416271],[787341,415970],[787324,415895],[788296,416056],[787606,416178],[803994,-120207],[804828,-121866],[796502,-130797],[798503,-138070],[797240,-133040],[796140,-130924],[805295,-143275],[794909,-146495],[801511,-161007],[794025,-153742],[798243,-162563],[800298,-165393],[803838,-158804],[806117,-167802],[800132,-169669],[801318,-170796],[798213,-169709],[796280,-172642],[797289,-195649],[796779,-114338],[794249,313456],[793818,312009],[794008,313847],[793846,312247],[802742,336772],[800932,339931],[795326,353237],[794508,352250],[794289,353039],[794238,350661],[798762,360302],[805669,366088],[803414,370383],[805382,376591],[797063,377449],[797398,383697],[796573,378084],[795553,386102],[796665,401019],[796540,400760],[796666,400061],[796099,400388],[795889,401103],[795639,401117],[813847,-160651],[809329,-165566],[814188,-165698],[812711,-159261],[807397,-160682],[814089,-161039],[813971,-165734],[813561,-167486],[816391,-169459],[811682,-170779],[809256,-166398],[816514,-199559],[814771,-199553],[806813,368237],[806823,375118],[831660,-122077],[833153,-121051],[822906,-144812],[825576,-155548],[831715,-158248],[823621,-164701],[819429,-154752],[819898,-164505],[821816,-163505],[831373,-166962],[829889,-178017],[827493,-168337],[825457,-173824],[828218,-176830],[830967,-178428],[828489,-177738],[827945,-181382],[822066,-189051],[826062,-199387],[822654,-202752],[819541,-201246],[829006,-194230],[828553,-194884],[819967,-192892],[830205,-207087],[827732,-14312],[826918,4441],[829444,384110],[829764,384002],[829545,384080],[830023,384517],[829627,384696],[830043,384682],[836454,-116083],[842031,-125682],[832439,-136661],[839162,-134001],[835525,-141443],[833157,-156863],[842499,-157846],[838594,-175357],[840457,-178279],[837518,-177293],[835443,-178007],[837251,-178057],[842867,-186990],[839572,-190568],[835870,-180501],[839529,-202269],[843085,-195734],[837297,-201973],[832721,-194286],[835839,-210631],[832373,-209609],[840990,-206654],[843390,-91318],[841216,-109625],[836883,360860],[836240,363267],[854922,-116687],[854401,-126239],[852915,-123167],[855302,-147786],[850861,-148392],[852276,-149981],[851788,-149755],[855518,-151343],[850337,-159410],[847830,-164369],[855314,-167176],[850679,-184301],[849842,-188385],[857571,-189028],[844890,-191308],[847132,-184708],[855476,-179750],[856737,-187428],[855155,-187308],[846693,-199478],[845448,-94365],[846770,-97508],[845455,-109941],[861004,-131166],[861137,-149394],[863103,-151936],[859219,-163151],[861822,-163783],[867211,-155997],[864892,-157003],[860523,-156985],[865800,-158188],[860420,-159593],[858630,-168523],[869671,-178229],[860030,-171957],[858745,-167120],[869471,-176095],[870175,-170987],[870395,-182911],[869715,-186338],[863690,-186553],[865938,-183478],[862654,-190306],[863916,-74732],[869443,-84791],[865730,-86759],[869945,-88672],[857656,-88396],[861366,-97261],[869349,-99577],[861320,-98074],[867425,-92100],[864319,-95294],[864524,-107466],[867674,-111942],[860940,-111770],[862308,-112249],[859362,364025],[858706,362506],[877831,-125271],[878904,-124722],[877235,-131071],[876175,-130522],[874677,-141726],[873081,-151743],[871391,-141718],[877057,-158712],[879355,-163293],[870997,-175568],[874524,-175888],[876243,-177885],[874520,-177053],[877167,-177373],[875968,-168566],[877399,-176098],[876270,-169154],[883181,-174668],[872416,-173750],[875616,-174326],[871047,-181989],[882092,-182017],[871920,-189146],[871230,-191117],[874411,-180480],[881500,-59615],[882791,-87022],[876590,-82467],[874037,-83302],[871458,-97834],[879539,-91428],[878887,-101534],[881230,-102476],[874158,392791],[873414,392975],[893958,-119504],[885338,-131232],[887068,-151071],[883679,-151409],[886180,-156272],[883575,-156719],[887487,-176883],[884708,-176818],[886805,-54220],[886762,-71919],[887028,-75296],[888938,-70872],[891299,-87808],[894097,-85523],[889606,-80148],[888549,-82242],[885863,-81611],[884749,-79772],[891238,-80078],[892862,-98553],[890540,-93177],[890182,-111095],[889682,-111927],[889476,-107424],[883602,-114824],[897915,-119454],[901007,-157702],[905135,-170447],[902660,-171949],[904380,-187558],[896140,-56321],[901499,-107232],[897853,-105423],[921086,-137912],[912972,-129726],[916254,-139649],[912554,-130199],[915972,-130371],[910786,-146715],[912443,-142340],[912818,-150276],[909726,-171078],[910439,-176081],[918083,-181000],[916895,-59205],[913368,-69271],[915861,-69674],[917533,-73699],[911574,-72499],[918624,-68937],[919423,-78516],[920050,-99890],[930552,-125059],[928517,-119357],[929071,-132916],[928691,-128359],[930594,-160514],[924001,-58526],[931992,-62545],[923273,-63881],[927728,-82131],[923943,-84962],[933640,-84972],[931628,-83446],[923645,-101425],[945657,-126021],[939486,-120284],[943359,-119337],[935268,-118769],[936639,-115590],[944261,-129591],[945175,-133571],[942899,-130587],[947098,-131160],[941627,-132129],[941793,-61785],[936502,-63059],[944860,-67589],[940120,-64376],[939258,-65766],[937352,-76565],[940070,-85604],[942854,-88193],[944460,-84354],[936958,-77046],[937915,-86311],[938032,-85508],[941342,-101582],[941641,-94318],[946039,-90610],[943212,-103172],[940345,-105465],[940648,-104848],[936789,-107874],[939321,-108550],[938581,-109999],[938116,-107731],[937825,-112839],[941944,-110172],[939655,-114208],[936197,495435],[943022,489305],[938821,492182],[940228,491158],[948485,-119815],[948872,-115425],[958400,-127415],[959808,-123861],[959356,-123117],[951706,-123837],[949838,-131948],[947996,-128343],[951926,-131404],[959201,-132258],[956646,-130545],[955438,-157273],[951793,-191904],[955223,-192954],[957869,-198348],[957255,-196394],[947467,-70370],[959930,-75568],[950294,-75022],[948160,-78501],[951790,-83532],[949943,-80782],[958203,-81187],[952292,-84864],[952249,-83308],[948677,-114851],[953871,-108881],[953359,-113454],[951941,-105405],[953174,399832],[954444,405722],[950743,453267],[953797,469590],[956921,461635],[952769,481144],[948491,485192],[951186,482962],[956899,504142],[966704,-122311],[972761,-126162],[970781,-123287],[970235,-119579],[972665,-122091],[967023,-137272],[962065,-135611],[961771,-130188],[970309,-137828],[964370,-135239],[961755,-132645],[961816,-144019],[965001,-147150],[971372,-143532],[971291,-140606],[961736,-155881],[969038,-73321],[970342,-80402],[969506,-87773],[963181,-101620],[960179,-101614],[971069,-107951],[966720,-102436],[966393,395073],[961675,429824],[961002,457727],[963822,497815],[961503,500253],[976036,-124910],[973554,-119231],[978329,-119208],[974940,-139416],[978597,-134925],[984308,-131767],[981872,-135571],[982646,-132037],[977602,-138119],[976455,-144884],[982381,-149381],[973630,-158993],[981921,-71297],[975624,-79613],[974288,-109404],[982265,-106950],[984401,304835],[982972,393605],[974654,387962],[980369,393726],[976202,430760],[980828,455295],[978517,496890],[974822,501402],[993058,-120333],[991449,-126578],[986547,-127028],[993094,-126263],[992312,-124728],[985699,-133668],[987088,-152664],[990150,-148186],[986746,-151521],[990791,-146779],[992935,-143704],[988151,-148155],[989651,-157395],[985685,-153957],[989324,-76750],[996438,-86430],[997169,-84626],[988743,-87903],[989975,-89755],[990619,-109086],[990927,-113061],[992030,292708],[986688,299852],[987924,301592],[996796,311956],[987737,308936],[990555,338662],[992919,357081],[988233,370516],[990846,390103],[993170,395398],[997744,404596],[987826,486231],[994475,508537],[988563,539054],[990795,540761],[1008999,-179183],[1006664,-181500],[1002316,-75894],[999423,-86787],[1000852,-86284],[1008869,281470],[1004855,270460],[1010928,269299],[1001659,275640],[1010967,280962],[1000021,292975],[1009862,284304],[1008788,283702],[1008773,302809],[998747,297829],[1004210,316231],[1006906,313472],[1005688,329216],[1005237,335769],[1007778,336767],[1005660,349222],[1004458,348576],[1010817,354940],[1009619,346083],[1001441,375443],[1018394,-115628],[1014102,-177463],[1019644,-75805],[1015455,-71835],[1018767,-110416],[1018098,-112049],[1019436,-112003],[1016260,-111362],[1019804,275841],[1017490,283664],[1023323,298786],[1023206,318506],[1011808,342427],[1021080,404916],[1016545,398302],[1012339,415980],[1024904,-124454],[1029139,-134192],[1027094,279431],[1025984,280049],[1030542,279271],[1033290,282466],[1033710,291223],[1029671,297923],[1035079,316246],[1031121,332262],[1025171,332930],[1031260,322397],[1048026,274839],[1042523,276603],[1049134,287341],[1044548,290123],[1038998,305412],[1041339,300880],[1045808,310864],[1039189,317632],[1045601,314398],[1047900,311029],[1046951,323714],[1043706,326912],[1056563,-113815],[1062052,-111111],[1054911,254707],[1051136,260238],[1053903,275147],[1059705,279707],[1049881,273082],[1052421,301100],[1058950,558863],[1056766,555221],[1064986,-118000],[1065233,-118218],[1066562,-110021],[1069841,-111213],[1070205,-106385],[1072191,-108909],[1071662,-111517],[1071110,-107146],[1072034,-106039],[1069134,-109116],[1074641,256112],[1066835,258652],[1068566,279091],[1070531,280404],[1071026,278932],[1074593,281250],[1066277,280677],[1070362,285705],[1065572,282301],[1072997,287199],[1071552,292893],[1070507,298545],[1074938,305207],[1071691,310304],[1071919,307713],[1065841,559964],[1067984,556344],[1078829,279029],[1083618,274745],[1081087,269587],[1079420,276989],[1079784,293626],[1075861,283663],[1079690,282257],[1075864,282238],[1085090,291885],[1077914,301974],[1085715,300578],[1082381,311002],[1076751,313551],[1081844,317001],[1077150,554514],[1098508,-53588],[1096456,262564],[1091821,277904],[1096235,278290],[1097647,281121],[1099506,270467],[1091368,280776],[1088449,281624],[1099823,284601],[1099266,288220],[1089410,292248],[1099014,293559],[1097791,283614],[1092401,296142],[1090369,298931],[1089838,308467],[1091674,311765],[1091061,307873],[1091528,549846],[1098162,550081],[1103146,-116237],[1108646,-60033],[1109403,-58981],[1104800,-56240],[1106935,-63398],[1105977,-59756],[1104496,-55494],[1111734,-58771],[1112497,-55518],[1105819,-73548],[1111719,-69999],[1107109,-74416],[1102319,-74958],[1106389,-80116],[1104329,-84061],[1109031,-79697],[1101595,-83802],[1104627,-83662],[1113444,-95393],[1112867,-95568],[1112858,-108745],[1112553,-109941],[1106231,-107399],[1103827,-111095],[1109800,-110294],[1108879,-104730],[1107922,-109273],[1111497,307019],[1105177,314403],[1102304,311270],[1101115,336007],[1103976,333154],[1108569,335684],[1115749,-63587],[1121521,-57445],[1122241,-52166],[1120490,-52153],[1124285,-72109],[1119391,-72189],[1125137,-68791],[1119117,-66992],[1117249,-72698],[1118010,-64963],[1126353,-71060],[1117731,306176],[1129470,-63294],[1137800,-56508],[1128109,-56292],[1135607,-58368],[1128714,-63707],[1138343,-62662],[1138337,-58864],[1126699,-66495],[1128669,-65828],[1133420,-64904],[1137138,-65617],[1135380,-66432],[1138500,-73714],[1139162,258062],[1129926,343395],[1128822,342468],[1144180,-21064],[1146109,-22888],[1146836,-36494],[1141169,-32442],[1146107,-32543],[1148043,-26890],[1139254,-32314],[1143513,-35344],[1149367,-39987],[1147700,-40733],[1141772,-38833],[1139970,-62722],[1140698,-62378],[1143325,-89289],[1151066,254322],[1146819,257304],[1148049,266587],[1143438,263311],[1145970,279611],[1143745,269974],[1148904,343314],[1151838,545409],[1139806,541375],[1153226,10724],[1155141,8676],[1152894,19606],[1154422,17192],[1156870,13892],[1162183,276481],[1158231,271145],[1155803,271738],[1161327,288113],[1161754,339930],[1159865,342779],[1162402,343069],[1163255,28394],[1164294,29699],[1152590,536944],[1168876,207364],[1171611,19340],[1168818,19824],[1167579,24114],[1165275,281593],[1174465,292862],[1176497,304327],[1176320,296263],[1169724,317680],[1174669,309667],[1177415,309773],[1173001,317236],[1173894,342566],[1165428,339356],[1169525,344311],[1176993,347640],[1170652,508648],[1189794,214073],[1184526,225212],[1179337,235889],[1183989,265708],[1180937,270166],[1188292,282745],[1186238,289888],[1181620,285920],[1178975,288807],[1181669,301484],[1182718,298598],[1182180,301056],[1179588,344621],[1183927,345312],[1189567,348677],[1186250,494783],[1198093,221374],[1200732,249363],[1193749,289433],[1198529,282899],[1199614,286076],[1198596,299985],[1194937,308836],[1198091,311965],[1195311,314392],[1201497,315372],[1196730,312001],[1200912,321383],[1199534,329606],[1202176,321224],[1199086,338384],[1201097,345609],[1191871,351127],[1199355,37518],[1202842,32023],[1199434,36564],[1200972,31767],[1195313,474280],[1199724,55275],[1215643,211694],[1206252,213502],[1205084,212903],[1205870,300827],[1205229,306771],[1204404,296103],[1210789,349397],[1209596,69914],[1226397,146098],[1216839,149407],[1228060,174556],[1219359,171718],[1219003,253656],[1223865,70992],[1227648,80355],[1240660,139394],[1239298,151412],[1236805,172376],[1237267,202338],[1238388,199245],[1230957,290086],[1232986,348946],[1239110,99228],[1235472,95211],[1240589,96389],[1241265,110609],[1249802,175607],[1245772,199455],[1252768,243127],[1250262,303536],[1252807,367571],[1243361,372573],[1248156,377964],[1245581,82551],[1242634,80487],[1244207,80928],[1249370,95909],[1252122,95636],[1251421,101986],[1248396,101507],[1251436,94491],[1242124,91281],[1245823,99868],[1246589,90524],[1247427,101093],[1246163,109702],[1253588,107006],[1249950,103675],[1252396,110100],[1250686,110249],[1241998,109304],[1265922,133524],[1266813,293081],[1259139,300226],[1259032,327967],[1259913,325478],[1259017,324922],[1256331,320781],[1256885,322156],[1263174,354361],[1256159,357495],[1258827,367213],[1259112,363813],[1257884,363357],[1260959,96717],[1261318,93726],[1258629,100354],[1259777,99915],[1257494,90097],[1259524,91169],[1256202,112826],[1255501,108490],[1258407,105564],[1261319,114330],[1262006,107687],[1264221,108848],[1257538,113512],[1259998,115533],[1261074,115771],[1264898,120088],[1278613,142545],[1270269,250918],[1274179,285864],[1272826,284049],[1274438,315320],[1274296,331832],[1276539,325741],[1276503,337698],[1274446,346755],[1269983,354149],[1269525,120711],[1291045,263096],[1281103,267270],[1287916,262571],[1291826,275371],[1286104,279570],[328190,139548],[328444,140896],[341070,103593],[356899,137866],[356839,137568],[357253,109139],[354549,106486],[350278,125627],[356057,127145],[369759,136084],[368036,142015],[371176,50025],[365753,107721],[365514,107613],[366094,107025],[370208,119437],[362437,125956],[375338,138835],[375129,139402],[373304,137710],[373409,140725],[383109,146043],[382677,146448],[383846,144850],[380420,20338],[380075,19801],[381155,19695],[371343,37311],[371210,48988],[377567,57972],[374107,54603],[381572,75921],[381904,75615],[379485,104887],[382241,113018],[383293,117127],[372514,125018],[373051,120515],[371821,119206],[385426,4503],[395752,139611],[395511,138858],[391843,147869],[394329,151582],[384999,150227],[392009,34741],[388423,54442],[386350,108841],[392876,124700],[395117,115734],[390897,122014],[392075,123907],[393487,117424],[390499,121339],[391945,123631],[396164,119937],[393565,124166],[401677,-9092],[407969,-20784],[407523,-20038],[403688,130300],[403556,152432],[397506,145239],[398250,142106],[401794,142028],[402675,145144],[407391,153503],[407412,153609],[407534,148171],[408860,148653],[403424,152622],[398387,142279],[401672,142185],[398061,142055],[402465,145609],[408388,149066],[407063,148482],[407288,153616],[401781,142338],[407451,153785],[409291,25689],[409273,71487],[400886,68864],[400495,68669],[399863,106241],[401521,110837],[401655,117306],[401489,117428],[402115,126446],[412783,-43147],[416341,-42866],[416197,-43084],[416344,-43104],[416266,-41134],[413794,-43181],[416375,-43371],[419880,-61384],[416534,-62272],[416517,-61473],[416300,-62022],[416569,-61988],[416607,-61814],[419180,-62788],[422261,-64250],[418749,-91393],[418931,-91049],[421164,148186],[419952,147923],[419925,147763],[414218,144610],[416147,148446],[412502,148561],[420893,147960],[410534,154927],[409680,155397],[409943,155591],[410711,155041],[420752,235102],[419720,235926],[418018,324473],[417935,324370],[414070,372219],[418776,372408],[412522,374826],[413303,26167],[409798,26180],[412734,26186],[412808,53730],[412381,54717],[419978,113128],[413696,114393],[415644,117193],[421319,116153],[418085,119736],[415698,117658],[417979,119774],[412981,116547],[413282,116514],[431533,-145],[425836,-83518],[425152,-83581],[432941,-94477],[433406,-94813],[429015,816],[433290,1649],[428749,150215],[422792,146821],[428911,150389],[423061,146972],[428979,150382],[430689,163885],[433024,164501],[432936,164240],[430416,163515],[432636,161468],[433312,164472],[430463,163912],[433702,161424],[429602,331128],[429437,331107],[423019,333751],[422719,333574],[423359,333260],[423447,371728],[424168,29298],[424859,28638],[432152,31736],[431802,32036],[433035,486420],[428841,486974],[430181,492036],[431461,493714],[434534,108554],[433966,111549],[434398,114727],[441423,-7431],[440240,-7086],[440630,-7661],[447254,-21479],[446776,-18072],[447316,-22537],[445921,-18750],[447358,-81272],[447023,-81279],[440949,132419],[443531,150121],[443421,146655],[447164,151799],[446216,147563],[443574,150127],[443253,146054],[446237,147493],[440383,175950],[441239,173737],[445687,179798],[443617,187477],[439385,179832],[443639,194970],[444828,193385],[447911,196006],[445141,192316],[445800,192410],[431044,26503],[437067,30624],[436676,30999],[436951,44033],[437157,43407],[445704,50698],[437490,44148],[443281,52201],[445942,71949],[439854,114423],[445413,127139],[435489,121522],[450272,-932],[452721,-15351],[454362,-15855],[453243,-22915],[453184,-22590],[453238,-23444],[450014,-43206],[449784,-43614],[450738,-43168],[449881,-43930],[450785,-69984],[451709,979],[450870,1076],[454119,2697],[451027,5684],[455496,2417],[455686,2206],[454310,3154],[448922,132470],[449296,135621],[451708,149910],[453823,148532],[458597,146665],[455080,156698],[457350,154638],[450184,154890],[452175,155862],[456723,156791],[456422,156879],[452220,155819],[451366,168496],[450704,171185],[457596,170595],[457293,170841],[457902,174552],[448222,173548],[457364,170637],[449176,194056],[455346,204038],[458807,199556],[452657,201050],[456173,203653],[459023,193614],[448465,195078],[452118,201118],[456852,203943],[452865,199895],[457308,203098],[460142,206771],[458843,29265],[458249,28941],[458284,27322],[468152,-86216],[468395,-86553],[465787,138500],[465706,138737],[464034,139871],[471205,162159],[468536,162638],[465449,167497],[464650,167242],[464699,167754],[466119,167435],[467734,199847],[460863,207826],[461823,211144],[466667,212229],[469826,205336],[462966,209402],[461910,206829],[466858,208283],[469343,205949],[472138,237699],[467444,19572],[464770,20356],[467219,19653],[465670,20607],[466754,19641],[476377,-1604],[475880,-2363],[477937,-25975],[485969,11459],[478332,139679],[478691,137682],[476892,138627],[477157,137673],[483243,147248],[483833,151564],[479625,145409],[484322,151620],[479063,145628],[483086,151952],[485147,144892],[482440,145239],[476380,159638],[477932,164806],[473658,162856],[477455,166134],[474724,183296],[474274,187893],[474570,183812],[474279,186844],[474349,185360],[473766,184362],[477566,194391],[477644,198743],[476815,197199],[484720,194629],[473640,217569],[473704,217736],[481967,216267],[480291,206974],[473753,217802],[479066,218100],[479494,218080],[474953,226390],[474205,226251],[485817,13073],[484449,265668],[478353,256912],[484405,265727],[477994,257300],[483812,266268],[483652,266078],[486525,10947],[487945,152528],[486535,153079],[490781,160628],[495569,172690],[493135,170282],[490358,176564],[492891,173421],[495701,171730],[492613,169704],[496368,179204],[495621,171817],[492314,170449],[490310,175329],[490740,172894],[491646,174051],[496023,171881],[492808,169676],[490023,182040],[497839,190524],[489161,190246],[490049,181997],[494624,192070],[494983,189726],[491392,191047],[490203,191484],[490465,183358],[490820,190660],[492169,202615],[491040,201752],[490505,207801],[496072,209835],[494252,211159],[487318,207049],[491483,208319],[496664,210594],[495706,230333],[488094,232387],[496437,235338],[491386,233038],[487876,231993],[491764,233338],[488642,248840],[489344,247799],[501285,-58925],[511294,-74220],[500028,-94722],[509440,150222],[508701,146987],[506392,149430],[510889,148446],[508992,151194],[509788,165319],[510333,154348],[510961,166239],[509886,163355],[510808,154408],[510941,164108],[511291,154839],[510962,203356],[510964,204195],[502306,213286],[501248,215515],[515495,-8091],[522681,-20004],[522629,-19678],[512839,-34545],[513109,-34895],[513559,-31042],[512034,-30788],[523140,-48326],[522969,-48780],[523077,-48584],[516407,148998],[512989,151719],[512847,151783],[516123,149266],[517303,150248],[522184,159983],[521190,157328],[513064,166330],[522088,159673],[523229,157951],[523984,176897],[520951,168187],[520812,168688],[517696,172572],[515881,174818],[523601,174033],[518697,167176],[515286,217630],[514581,216890],[515752,206115],[515548,211348],[514647,209560],[524477,215760],[519705,235310],[518076,240542],[519831,235164],[523287,240534],[518896,235836],[518533,239406],[517409,240641],[519876,235271],[521879,247189],[517898,243908],[518778,249838],[521279,247547],[524346,108641],[523118,115065],[534654,-50100],[534621,-49680],[533670,-50132],[526100,175652],[536207,188248],[531031,194599],[533302,199968],[532755,196264],[533383,199729],[530787,209784],[530111,208986],[529613,211689],[530698,210429],[524812,214785],[527662,212272],[529593,210561],[529751,221776],[531598,221277],[529764,221566],[530051,221056],[527070,228111],[531358,235319],[531477,230825],[528260,238177],[525714,233834],[535110,233906],[527962,238171],[533786,238296],[526516,242083],[526772,235692],[535720,250685],[528277,243620],[535599,250999],[528720,300408],[529126,89637],[535548,78448],[535467,89024],[534970,83801],[526049,96628],[532539,100143],[537009,93486],[532268,100420],[528984,99186],[531839,93175],[530198,90169],[536797,113297],[528757,109746],[535269,112593],[543643,184515],[550074,203209],[547268,200725],[544605,195443],[539706,199007],[550031,202876],[547121,194577],[547389,202370],[545490,212591],[539783,207737],[540490,207105],[544009,224840],[544248,224464],[542769,236064],[539428,233961],[539730,234096],[545724,255476],[546354,246844],[549438,25526],[548366,21099],[547942,25339],[543242,17487],[539017,260010],[541967,259722],[544218,28214],[543765,30349],[549758,47483],[548982,51186],[545583,46117],[537679,45909],[544287,49642],[546101,48657],[547044,52097],[538472,54029],[548802,62665],[545653,54842],[557779,-17753],[557668,-18263],[557079,-37579],[557086,-39300],[557919,1747],[562716,3258],[559155,6901],[559443,211162],[556947,208264],[559978,222720],[559192,222830],[559081,222808],[559212,222421],[561381,254169],[550565,255282],[561267,254279],[550471,255238],[560820,254471],[550454,254931],[554921,244645],[561163,253957],[552904,13484],[560383,14466],[556007,16530],[559320,22051],[554655,27248],[551957,49266],[558183,50785],[558128,55449],[560909,61152],[560042,63549],[557929,62718],[556314,68568],[557672,64333],[553427,64841],[560663,114174],[553833,117139],[562584,125468],[560449,121140],[561609,117385],[574283,-8945],[565091,-3518],[568678,-4590],[575132,-2443],[564935,-24792],[564196,-25171],[567881,-93061],[571635,2552],[563864,204453],[564700,204001],[572272,221648],[571737,221807],[573346,221169],[573388,221405],[567571,23216],[564300,19925],[571329,27663],[573092,59400],[570026,73729],[570210,70280],[568894,66389],[566718,73824],[565017,69275],[563566,82375],[569261,86737],[565649,86168],[567077,87540],[571095,89020],[573498,82523],[569254,90526],[571730,110883],[568778,114003],[570011,117072],[574516,122280],[563948,119375],[564825,120341],[579418,-1793],[587565,-129],[584404,-1681],[585241,-5529],[586854,-46034],[581871,687],[582099,12585],[578415,12925],[577391,10952],[584048,219911],[587799,222959],[583825,220582],[582928,219425],[587978,222809],[585528,16286],[580810,17899],[577515,18388],[578762,19540],[577399,39425],[586974,57447],[586577,61276],[582049,58267],[585788,59095],[586858,60945],[586924,69578],[579325,71598],[586455,67319],[577779,66503],[581479,100278],[586188,96479],[586209,102217],[578218,103969],[600313,-21484],[597664,-16357],[599863,-15489],[599638,-22424],[594769,9508],[597081,5902],[597469,5439],[589833,13165],[592243,17760],[592439,22351],[596273,51084],[595840,50321],[591031,62480],[590218,59472],[612906,-9594],[604427,-3146],[604186,-16617],[605367,-15694],[605227,-16277],[604193,-21269],[609170,-18201],[612974,-26478],[612062,-32291],[608461,-30624],[607566,-25641],[606002,10420],[613408,2641],[608521,18896],[603537,14183],[604453,32238],[613282,60855],[614092,66081],[610218,68570],[611836,69120],[617731,-2418],[626203,-11378],[620505,-914],[624144,-15891],[626458,-16125],[624623,-15971],[616701,-14274],[614888,-31647],[614878,-30644],[615382,-25555],[623898,-37587],[625651,-35439],[620533,1701],[614637,5385],[626317,8540],[620577,2773],[621637,4719],[618197,15103],[621540,14578],[614735,24915],[627080,307571],[626838,307849],[621811,337429],[620678,336316],[615691,68084],[622801,95890],[622136,90555],[623362,115320],[623718,106581],[622497,117523],[624242,119774],[635921,-5126],[632033,-1151],[630508,-6655],[630587,-16407],[639712,-23367],[632654,-24475],[638905,-19109],[634629,-32572],[632817,-25868],[631596,-39714],[627481,-39843],[636211,-41359],[638296,11262],[634027,7910],[628147,6710],[627622,307105],[627825,306779],[627597,307069],[628123,306190],[633469,318675],[627291,307838],[632266,341190],[635361,364367],[635742,364085],[635501,364186],[635719,364007],[639808,47324],[639808,54586],[632144,88641],[631663,95154],[638766,104739],[629745,112640],[636178,122824],[633607,119103],[639167,118805],[638856,119015],[650043,-118502],[647598,-119909],[650693,-129647],[649712,-129686],[651572,-1062],[641084,-15278],[649850,-31789],[640390,-36549],[645362,-35931],[644091,-32918],[646619,-31752],[640700,-27207],[647035,-50150],[642814,-43502],[644525,-45764],[645918,-49247],[649808,-38714],[640003,-44984],[646323,-52154],[648798,-63212],[642889,-63681],[641333,-61255],[648870,-51171],[649209,-66846],[649902,-66717],[650963,-68308],[648915,-70497],[652440,-71694],[652118,-68876],[647326,254454],[649410,292944],[651854,283004],[649796,293027],[649558,293255],[649649,293763],[645522,306532],[647220,342911],[647258,342691],[647180,343531],[647250,342697],[648617,47563],[644014,49057],[643240,58275],[640841,64188],[650015,56069],[645182,66444],[642058,106578],[641169,114546],[641131,120881],[642107,116520],[659203,-147859],[655383,-9412],[657459,-286],[655901,-1968],[658364,-17752],[652818,-22284],[662819,-32892],[664835,-31594],[660630,-35308],[662313,-31423],[660023,-32694],[653958,-35363],[656942,-43348],[656777,-44718],[654362,-41469],[655333,-47208],[653013,-64886],[658620,-64508],[661826,-65852],[655137,-73964],[660203,-68664],[662179,-86976],[657651,-78415],[660622,-82611],[664507,-77117],[656393,-83757],[659625,-82966],[656592,-82521],[655223,-79271],[664522,-101125],[662708,-107525],[657329,1279],[654626,3472],[660665,267493],[660988,267042],[660767,267203],[661821,267285],[660000,262448],[658985,263350],[659944,261447],[657724,263466],[654115,281984],[664799,293649],[664531,295100],[663079,306716],[663084,307857],[654164,320360],[663421,343810],[663625,343726],[663314,367894],[665138,366487],[663684,367988],[664862,366908],[664623,366736],[663261,367997],[664674,366681],[663259,367709],[664809,37172],[664450,40397],[663538,49031],[653766,49138],[653454,48542],[662711,38767],[665315,38978],[659533,48344],[656100,54297],[672954,-116427],[665862,-115250],[673590,-147413],[671752,-16022],[673658,-16986],[668710,-24967],[673042,-13617],[667796,-26852],[675484,-28926],[667443,-55437],[666109,-59771],[675486,-71234],[675013,-70962],[670583,-73912],[670106,-75783],[667997,-63941],[673466,-87474],[675027,-79509],[677297,-93201],[674846,-90171],[674789,-91480],[673361,-97649],[671953,-99785],[668010,-93314],[667183,-108424],[674548,282408],[675257,283167],[675051,282640],[674690,283417],[677639,307230],[677869,306915],[666417,294921],[677648,307473],[667557,309880],[676120,312641],[677512,307781],[677793,307645],[671563,338920],[669795,351820],[668949,352911],[677037,369841],[671081,359224],[667300,393288],[678190,402774],[669424,44173],[670830,45291],[667831,48305],[670426,45224],[675821,90975],[665640,115044],[687283,-129068],[680426,-134182],[686597,-132852],[680222,-137458],[687364,-141236],[680889,-10350],[679037,-17698],[686645,-61453],[688607,-61348],[691115,-69478],[686596,-100132],[681947,-93931],[684311,-101527],[679531,-94223],[688123,-108090],[685374,-108649],[680463,-103007],[690529,-102283],[685798,295245],[689936,305093],[678572,307898],[678693,307671],[678885,307890],[681752,308738],[683155,343304],[682811,343560],[690024,368795],[684538,373335],[684940,35864],[684258,34433],[687493,38589],[683333,390493],[683226,391116],[683220,390578],[684017,390679],[680339,402593],[679771,40227],[680493,39059],[689808,41844],[688021,40714],[681068,40122],[681200,40596],[684156,91876],[678499,106737],[681290,108159],[687241,114375],[684695,112593],[692427,-134070],[691497,-131155],[694679,-136428],[692646,-138897],[696202,-133152],[694679,-66384],[695285,-69528],[693174,-82839],[699628,-83157],[694497,-88007],[701834,-88439],[695967,-95558],[695211,-112793],[692827,-111650],[693235,-105258],[703852,-111548],[694806,314577],[694669,314830],[694179,314643],[694307,314519],[696351,360010],[693970,368875],[700624,374326],[698410,393720],[699300,386645],[691656,402023],[694721,399630],[708766,-121049],[709530,-127262],[716147,-145211],[708241,-153682],[714696,-110607],[705991,-110836],[711280,-110672],[712179,-113876],[708024,-110583],[710357,344076],[715043,380392],[729472,-137496],[729039,-131067],[723654,-151743],[726417,-147929],[721571,-110254],[725345,349551],[723419,361040],[724765,359571],[722435,376633],[721668,376175],[722287,376528],[722094,376221],[728793,387751],[729489,387144],[729213,387590],[728764,387110],[724151,409126],[724504,409073],[725358,409693],[724488,409286],[728150,423997],[733903,-117886],[739546,-136086],[742330,-128078],[738409,-137074],[741765,-146220],[734014,-141529],[733126,-146205],[736954,-147594],[741048,-157532],[742046,-158321],[737871,-158356],[742361,-163734],[737585,-110778],[734835,-109160],[736177,-110673],[736597,422144],[736784,422039],[736971,422266],[740942,438859],[740899,439447],[740986,439576],[742212,439596],[744738,-131732],[745704,-136323],[742899,-144647],[743421,-147069],[753106,-147061],[748982,381778],[749256,381683],[749090,381743],[746140,396074],[751653,407201],[746217,423109],[746106,423326],[746424,423506],[746976,424023],[748375,435321],[747408,435817],[748291,435818],[747514,435677],[767796,-146731],[757608,-142359],[766339,-142806],[755574,-144881],[766105,-144885],[758303,-146113],[766035,-157609],[767064,-156838],[758543,-178846],[767176,317588],[766901,318243],[766633,317621],[767700,378632],[765227,396590],[761245,396543],[765454,396616],[759664,394508],[765449,396838],[759348,394492],[765313,396873],[760960,396349],[760816,394497],[761321,394142],[760851,393926],[760596,394534],[762733,403467],[760208,409634],[762851,403717],[760113,409389],[762391,403083],[762307,402927],[760017,409518],[759896,409822],[765776,419265],[765858,419489],[769250,-120219],[776499,-139549],[776060,-139917],[779533,-145267],[768448,-148263],[779596,-144244],[778865,-169819],[774501,395885],[774340,396376],[774890,396361],[768439,390618],[771736,399022],[780518,414647],[780558,413927],[774110,425743],[774146,425986],[774175,425224],[774381,426001],[782089,-126469],[791011,-128149],[784721,-140474],[786742,-139297],[789223,-146647],[789776,-144860],[783329,-143744],[781726,-145231],[791053,-141066],[788753,-145667],[783984,-153138],[788719,-158231],[787877,-154602],[787077,318473],[788563,317421],[786283,318810],[788520,316620],[787053,318630],[787757,316519],[786930,318649],[787941,316232],[786209,391738],[786682,390963],[786231,391289],[784707,404968],[785237,404743],[784797,404786],[784623,405252],[781253,414672],[781125,414055],[803729,-122806],[803980,-120557],[793780,-119526],[799237,-136981],[796149,-141532],[803221,-147213],[797354,-155095],[795974,-169813],[805724,-202469],[797257,-114992],[796564,-113150],[794922,356203],[794548,355894],[798458,376200],[799192,395330],[799200,395997],[816230,-144439],[806466,-159572],[813112,-165209],[812572,-160458],[806428,-162191],[816834,-170552],[812354,363302],[806906,381125],[831225,-122224],[831956,-124279],[822189,-147605],[827204,-153699],[829347,-161891],[823760,-160161],[820320,-155231],[824256,-173743],[829651,-174710],[820674,-203134],[827873,-202694],[827174,-198080],[828494,-193342],[827699,-11539],[823401,356859],[836931,-117350],[840133,-122823],[842905,-127151],[840334,-132323],[836996,-141170],[838868,-161403],[832465,-179653],[837848,-183250],[842384,-184809],[839466,-183729],[837437,-182336],[837037,-198923],[839610,-194574],[837265,-199525],[841949,-203985],[843056,-203847],[844521,-201947],[838119,379505],[839774,376005],[845613,-128789],[846176,-129317],[848886,-146429],[845494,-162696],[849053,-162368],[856956,-156442],[857110,-170409],[855744,-180641],[855090,-183772],[850740,-101564],[856573,-101856],[857406,-104252],[845674,371269],[846341,372416],[852770,392563],[863182,-133317],[865383,-137300],[864422,-132797],[862706,-142097],[861271,-150621],[859386,-155467],[859146,-161577],[858281,-160164],[863881,-164758],[861394,-165823],[858499,-168192],[862182,-167379],[862105,-186167],[866698,-186828],[858975,-188088],[860554,-190616],[861003,-186758],[868860,-202897],[867751,-87292],[865505,-86374],[866167,-86177],[861726,-93614],[868977,-93211],[862007,-99007],[863420,-96760],[869561,-105866],[877190,-117442],[882275,-123578],[875126,-137488],[880273,-138276],[875563,-129928],[871340,-150439],[880576,-155195],[872209,-161419],[880924,-156784],[883170,-159852],[875538,-171862],[880883,-176009],[877628,-168388],[882130,-172024],[872519,-184769],[875141,-182009],[873088,-185425],[871229,-188326],[871805,-188952],[872597,-196821],[872485,-88270],[871642,-98532],[881849,-109062],[871415,-111897],[876113,-109771],[875383,-104384],[873189,372681],[879683,374253],[873615,372781],[879535,373471],[872769,372731],[879564,374239],[872988,371925],[879299,374010],[876708,387064],[888374,-121088],[890653,-118970],[883592,-117514],[883356,-134720],[887835,-159963],[885119,-176616],[895640,-166602],[890586,-174222],[884493,-175213],[891747,-69854],[890418,-73499],[890695,-88314],[895599,-87323],[887471,-80510],[894409,-86453],[892569,-83102],[884993,-92325],[894451,-96915],[892203,-93179],[892132,-90573],[883615,-114596],[895694,-111807],[895850,-106441],[888538,-104803],[908039,-152952],[899469,-154025],[900896,-173676],[901931,-59895],[897157,-77613],[902650,-82828],[897439,-97359],[906041,-97176],[904644,-92432],[898503,-111242],[904506,-111571],[904433,-112683],[904226,-105617],[912831,-134027],[909690,-130687],[910213,-128328],[912677,-131909],[909206,-145831],[918340,-72020],[912794,-73676],[920277,-68592],[911673,-86718],[916608,-80438],[917299,-95623],[933252,-119655],[925763,-132425],[926453,-130252],[930413,-148840],[922460,-58584],[925837,-63759],[926986,-97192],[924490,-90178],[926915,-99096],[921758,-92794],[933305,-107900],[928018,-108949],[928750,-102381],[942901,-116113],[945327,-128457],[946324,-131769],[943239,-69522],[939336,-85627],[936060,-93440],[942395,-89539],[938327,-108553],[942892,-114041],[938730,-107713],[949486,-115456],[954598,-121301],[953977,-127499],[947838,-134961],[951942,-129293],[956043,-132261],[954704,-130680],[950418,-144160],[954857,-190282],[948088,-74174],[956076,-71215],[959947,-85122],[957215,-77146],[951222,-86356],[949746,-100116],[953805,-90551],[950396,-94014],[949529,-97425],[948514,-90342],[948026,-110117],[953052,-112264],[956349,399516],[952883,452567],[956472,461141],[970694,-117066],[972050,-121737],[961947,-124810],[962929,-124596],[970339,-125452],[960188,-133210],[963327,-137012],[963830,-128855],[972170,-131037],[965898,-142668],[966356,-86522],[965161,-81796],[968846,-85768],[966996,-86676],[967747,-80453],[964731,-86130],[963121,-97236],[964102,-98106],[966822,-103788],[969497,-107692],[965359,-109538],[967621,439212],[964789,445348],[972375,454325],[960918,458631],[979140,-121879],[974842,-123479],[977213,-131045],[977716,-139826],[979171,-130901],[982218,-128664],[984915,-130599],[982119,-136819],[978175,-128154],[983099,-150093],[979854,-149451],[978436,-145820],[983679,-75842],[978545,-74329],[983290,-76986],[974388,-88800],[982235,-106536],[980399,394984],[974881,473362],[982218,462492],[978763,485635],[981973,505585],[983394,518664],[977742,516582],[980499,528430],[983588,544463],[990128,-115137],[991996,-139959],[986147,-152626],[986402,-147157],[998083,-155823],[987264,-155282],[987307,-72721],[998244,-87101],[992415,-89198],[987342,-112342],[997070,-105525],[998054,393539],[987113,502110],[993356,513520],[995467,539050],[1000581,-73081],[1000029,-75406],[1007651,-76943],[1005537,-78831],[1006163,388830],[1001961,510293],[1009755,524379],[1007470,521216],[1001060,525843],[1000913,526093],[1005767,541831],[1019358,-117746],[1018029,-117290],[1018618,-117666],[1016640,-142052],[1013291,-172610],[1017611,-75927],[1021494,291211],[1018745,293342],[1018110,304552],[1020090,313982],[1021264,325805],[1013897,413829],[1012212,524226],[1014647,537509],[1024439,293151],[1027071,319577],[1027419,330099],[1032951,389037],[1031184,401672],[1046333,325088],[1044749,343408],[1059125,-115449],[1052035,-112580],[1055750,305808],[1056675,316027],[1059304,339278],[1069874,-138856],[1066559,-138962],[1072823,-149171],[1070856,-107302],[1067285,-109470],[1069257,-108692],[1066360,294061],[1069319,290040],[1063858,297983],[1063392,317653],[1074178,331377],[1068663,321599],[1075068,559077],[1067831,560840],[1086366,-136432],[1075892,-137500],[1087279,-114239],[1075260,-106901],[1080819,281398],[1076624,323133],[1084891,556260],[1098214,-73124],[1101770,-139223],[1107489,-60515],[1110911,-60513],[1111833,-55289],[1113220,-51831],[1112050,-64745],[1112354,-72574],[1103166,-73999],[1105487,-75462],[1109059,-74542],[1108928,-89223],[1112992,-85882],[1104801,-87096],[1112943,-86420],[1112980,-95588],[1113272,-105559],[1100893,-111272],[1108472,-106188],[1125151,-61189],[1116716,-58492],[1120070,-59833],[1115991,-65375],[1122084,-66708],[1119495,-73018],[1118256,-66271],[1116004,-72366],[1121238,-65051],[1114241,-83405],[1114042,-88623],[1138929,-49211],[1133355,-58364],[1134450,-56687],[1132319,-56577],[1134435,-62602],[1129621,-61317],[1128668,-62993],[1133670,-64217],[1133035,-66863],[1138801,-67936],[1126830,-72245],[1138594,272689],[1137792,282493],[1131056,543574],[1143522,-24472],[1145408,-33607],[1141210,-28497],[1141667,-34735],[1140273,-46322],[1144445,-39135],[1139792,-52864],[1144606,-83266],[1146481,38044],[1141162,39772],[1142781,536937],[1151665,544000],[1145878,544596],[1163373,10703],[1160550,11666],[1164568,248791],[1162704,260410],[1154080,541375],[1169859,22888],[1174055,265768],[1175441,513061],[1168862,531042],[1186691,376297],[1189748,395522],[1183823,488930],[1188828,492912],[1178715,512655],[1180472,521406],[1178308,526139],[1177950,528629],[1201073,191833],[1199099,195838],[1200042,227544],[1199191,217854],[1198693,239419],[1198448,251499],[1196523,350191],[1197120,362571],[1199017,35529],[1193951,458413],[1198738,469699],[1193892,474652],[1199392,55953],[1207225,172740],[1206155,176563],[1210434,177096],[1213227,183582],[1209415,183591],[1215218,197380],[1205060,200999],[1210724,215141],[1207326,214839],[1207493,218809],[1214226,220957],[1209091,252576],[1204972,370974],[1204467,375681],[1213098,387560],[1220756,151367],[1217773,142277],[1217437,149244],[1223201,142589],[1219594,170285],[1220437,170944],[1219383,191894],[1219835,219536],[1224546,249290],[1220699,263473],[1221996,276840],[1226533,278460],[1220518,269748],[1227078,289914],[1224748,283345],[1223010,282677],[1223517,295467],[1226285,296902],[1228036,349365],[1224401,381500],[1228746,382029],[1220729,384420],[1221494,71967],[1224343,72871],[1237379,135221],[1241262,140510],[1238009,150890],[1237400,142164],[1228817,167651],[1233506,194788],[1240852,218583],[1239085,238779],[1234205,268026],[1238068,262484],[1232109,304500],[1237508,303297],[1239495,356088],[1237333,382864],[1236699,378982],[1231443,388797],[1234670,63306],[1239086,105579],[1245792,151529],[1247877,166385],[1250183,155985],[1253421,199434],[1244368,230018],[1244483,225438],[1242539,220883],[1243601,237520],[1244778,249137],[1252633,267332],[1241607,266698],[1250204,264533],[1251055,279655],[1254253,279788],[1253431,276884],[1248647,287839],[1252951,304265],[1242562,353312],[1244522,79911],[1242861,83661],[1254353,89609],[1245894,83170],[1250257,86153],[1246217,101252],[1246032,100786],[1253365,102896],[1241912,105705],[1251547,104119],[1252953,112137],[1247980,110539],[1253125,111114],[1249799,106993],[1249320,106880],[1262743,133534],[1264676,285803],[1263067,295120],[1258600,312633],[1265913,318060],[1263437,354115],[1255309,354840],[1257355,87526],[1254494,89794],[1261617,100102],[1256865,100088],[1263617,113280],[1254665,110558],[1258449,111000],[1257997,110663],[1260021,109498],[1262547,112554],[1259409,123222],[1266667,125002],[1269432,237944],[1271505,251733],[1279391,254976],[1273262,262016],[1279225,281571]] \ No newline at end of file diff --git a/src/gathering/a10501.json b/src/gathering/a10501.json new file mode 100644 index 0000000..b7d9613 --- /dev/null +++ b/src/gathering/a10501.json @@ -0,0 +1 @@ +[[-123054,129537],[-115238,130234],[-118521,132871],[-119973,132429],[-117824,130617],[-116716,129458],[-115918,128564],[-118029,129151],[-127547,120586],[-118041,121945],[-117008,122317],[-118357,123310],[-117808,125192],[-116855,125384],[-121864,124136],[-123438,123802],[-124866,123361],[-123758,125035],[-122528,126540],[-122801,128131],[-125956,127236],[-117429,127734],[-127535,119136],[-130402,-60916],[-134319,135516],[-135013,136979],[-135584,134697],[-137455,135291],[-137901,140457],[-136775,139744],[-132297,114467],[-135771,115077],[-134566,115400],[-133286,114312],[-133976,119655],[-134637,121955],[-135094,123404],[-134030,123941],[-133329,122469],[-132934,120134],[-132548,117028],[-129375,124959],[-130295,123053],[-130462,125606],[-130380,126605],[-129207,126032],[-129367,127709],[-136938,125880],[-135825,126807],[-131590,125312],[-131457,123818],[-131556,115813],[-134820,125924],[-136024,125045],[-137005,124272],[-136211,123062],[-135625,121625],[-135157,119486],[-133557,116782],[-138556,125815],[-144659,132361],[-144220,133589],[-142520,134003],[-143831,134652],[-145225,134841],[-144279,130992],[-184503,69780],[-183025,77450],[-263856,-43464],[-22683,-24210],[-114732,128858],[-113677,123048],[-113774,124411],[12286,147295],[10220,144378],[138437,-313051],[138838,-314289],[133705,-21804],[129628,-15099],[138099,-32952],[132950,128847],[139190,140277],[138770,140410],[128614,131303],[128984,105584],[135744,117056],[137501,116022],[137150,121215],[128706,118329],[149586,-214498],[150741,-215594],[143443,-213067],[145681,-211777],[147317,-212070],[153109,-215891],[153185,-212186],[153534,-212522],[146711,-296115],[148648,-307140],[141377,-320620],[143195,-324379],[151273,-30772],[146827,-26236],[151904,-53386],[152974,-63028],[152946,-68808],[150361,8004],[144329,10703],[145314,135673],[142382,139754],[142645,130644],[142112,13856],[153100,19998],[146134,28364],[152745,57105],[152962,82791],[151447,82569],[144493,128080],[143040,121745],[161024,-198035],[157375,-196307],[162156,-198208],[162795,-199362],[157029,-192755],[154379,-216077],[164218,-207597],[154955,-212538],[159396,-206755],[159419,-204943],[158570,-207798],[164153,-208160],[164177,-206348],[160760,-218520],[158375,-220353],[155208,-49769],[154028,-53854],[160828,-63583],[160716,-62827],[155797,-62273],[157132,-63098],[153807,-55423],[158801,-53064],[155944,-73854],[154921,-76533],[158501,-65804],[162967,-68106],[159491,-69597],[161509,-72058],[162460,-86372],[164579,-88359],[155276,-88844],[161641,-82638],[164568,-79804],[161189,-76666],[156409,7843],[159861,6938],[160977,128869],[154823,135179],[160051,140334],[161138,140761],[164670,129271],[161402,21336],[154065,16101],[154958,16034],[161884,24799],[166270,13816],[157711,32043],[161501,38139],[162039,33500],[161763,32822],[156776,30677],[158457,44704],[159246,42392],[157136,45431],[156313,40410],[162687,44050],[153804,49171],[162452,60158],[163928,60220],[162356,61642],[161358,52848],[154251,55477],[156330,76822],[157087,65468],[157849,64527],[159616,66745],[164867,65314],[154998,68909],[158672,74959],[164489,73608],[165118,70856],[158132,88605],[160936,80152],[164972,108024],[163410,106009],[159692,121886],[159970,115949],[168810,-198736],[168180,-200550],[169890,-201288],[172300,-200694],[171608,-199317],[172250,-198138],[173863,-198117],[171918,-203431],[175657,-204486],[176171,-212521],[168311,-207096],[176128,-215966],[168341,-214575],[167466,-215014],[169816,-213973],[169329,-215723],[174473,-213910],[172766,-230105],[176676,-219418],[176560,-223511],[175509,-229578],[175291,-228442],[173430,-224560],[175006,-224611],[171119,-223183],[173769,-220563],[171179,-219099],[172667,-223191],[170968,-220526],[171647,-219427],[170958,-223559],[169382,-225596],[169396,-240785],[168307,-242157],[172833,-231548],[177594,-235457],[176433,-231425],[175805,-231822],[173794,-234487],[174953,-236287],[173755,-235155],[173785,-238879],[176183,-239294],[175823,-242353],[175314,-241257],[176201,-241869],[174846,-242299],[169678,-244281],[169032,-245572],[169367,-244624],[171628,-260119],[172754,-260959],[175851,-34155],[176899,-36516],[176425,-39549],[174136,-40180],[167962,-41388],[169285,-58610],[175144,-60815],[169919,-61777],[168307,-74146],[170040,-70563],[177476,-78306],[173465,-85247],[170630,-87239],[177819,-83131],[172961,-97756],[172460,-89614],[177718,-94304],[178037,-108001],[168483,132437],[177256,130257],[173016,136486],[168922,143750],[176380,14079],[171726,17614],[169662,22053],[166571,15322],[168140,17938],[172578,35065],[170580,37991],[167683,33629],[171633,50975],[175320,60990],[166815,61809],[177240,60397],[170987,64322],[177354,72208],[167524,67169],[173003,75458],[177218,72805],[178102,72061],[175492,69362],[175487,78890],[176730,87821],[176488,83250],[168596,81360],[169250,90606],[170854,92725],[178474,98997],[176020,92791],[173836,95690],[178554,101786],[166903,115137],[188055,-116000],[189605,-114712],[179646,-117812],[180312,-138634],[184396,-129723],[182380,-134920],[191215,-146794],[187148,-149528],[185153,-148016],[186266,-162403],[185058,-172579],[182799,-174468],[187661,-184865],[185434,-182683],[180103,-229454],[182346,-229647],[182056,-230721],[181903,-238912],[185637,-240517],[185574,-237205],[191227,-241028],[190663,-241352],[191329,-240778],[182040,-268356],[180691,-261046],[184397,-257034],[183958,-259694],[184576,-262223],[181351,-265665],[187842,-267681],[185938,-277081],[188783,-277177],[184541,-274390],[189045,-276311],[186763,-273332],[188461,-273237],[183804,-284798],[184636,-287204],[187341,-282020],[186883,-282516],[188525,-281454],[190938,-298578],[185032,-71251],[179459,-66749],[179558,-70322],[182195,-72210],[190334,-89060],[184823,-87748],[185898,-79177],[182602,-82619],[179596,-77576],[188305,-78408],[188755,-97817],[187904,-93956],[186422,-96872],[183770,137562],[183385,143552],[181086,19360],[183958,37800],[183639,34290],[179463,31259],[181780,33650],[189036,32170],[188192,40633],[189298,45810],[186574,40187],[189388,46703],[187725,47217],[179887,48909],[191566,54505],[185609,52591],[186193,54989],[182262,59480],[181419,52272],[188265,73301],[190600,73193],[191244,66773],[182751,73074],[186068,95094],[184344,104781],[182610,110782],[180272,115121],[179963,109789],[202433,-122182],[195385,-134872],[200096,-177939],[202683,-177021],[197361,-166412],[202515,-196964],[201671,-203742],[201800,-209300],[194740,-216912],[201906,-221122],[193303,-255169],[192214,-244213],[192775,-257265],[193456,-273311],[197456,-281875],[195333,-285375],[199624,-285104],[195701,-284911],[203058,-305938],[197065,-296012],[195607,-295166],[198450,-296063],[195387,-300659],[194022,-301470],[203707,-307253],[193622,-74824],[194247,-75829],[191785,-73801],[192959,-73507],[203127,-89357],[198634,-92473],[198444,-99489],[201071,-95631],[199589,-102615],[203605,-106951],[201580,134638],[196178,139207],[198700,147700],[199023,143329],[202689,37351],[194714,32576],[194730,36683],[202675,50734],[197425,43847],[197779,38916],[193454,63073],[196834,52277],[202679,52292],[200029,53059],[199398,56121],[201552,54941],[194031,64419],[199855,125191],[203806,127281],[212371,-150692],[208333,-152169],[210425,-152893],[214117,-163097],[208508,-163034],[210628,-158128],[215368,-166144],[212932,-170221],[215794,-168636],[210576,-167575],[213319,-165978],[213986,-178796],[208844,-191158],[212576,-185129],[216004,-186475],[213366,-190956],[204981,-208064],[212557,-219845],[205048,-222258],[215119,-234751],[217249,-252383],[215017,-245726],[209833,-279416],[212865,-279182],[215603,-292006],[213815,-293927],[217167,-288867],[213857,-301081],[209409,-303378],[216259,-304147],[208119,-306845],[216184,-311262],[217309,-328108],[206025,22018],[207843,127448],[213067,118397],[222239,-177640],[228185,-169281],[221969,-167651],[220750,-169281],[223896,-188111],[224445,-187109],[222044,-192032],[220472,-227469],[228781,-233387],[225639,-235749],[224766,-237575],[223375,-244769],[226686,-251329],[227271,-259754],[226159,-260635],[227251,-256205],[228020,-266932],[229372,-263911],[224772,-289865],[224339,-287968],[220769,-303800],[226032,-311588],[222201,-307201],[227727,-75706],[229741,-79438],[229591,-76912],[229380,-113573],[219290,116969],[232457,-121357],[234816,-117350],[241523,-117858],[240159,-120514],[234747,-128017],[236989,-152569],[231931,-157103],[239822,-164699],[240409,-159729],[235800,-177872],[233353,-178866],[236894,-195502],[242977,-237545],[239923,-237073],[242683,-241635],[231813,-237080],[231074,-239656],[235274,-242555],[237340,-242658],[235969,-241148],[239611,-239942],[232020,-241056],[232578,-240376],[242331,-244459],[237057,-264925],[238714,-267989],[241512,-260140],[231288,-258507],[230967,-256552],[231639,-260653],[243110,-276980],[239338,-271734],[238208,-272689],[242148,-281581],[240347,-286435],[230512,-289103],[241588,-301880],[236961,-306445],[235820,-307988],[240825,-329403],[230857,-74357],[230891,-75133],[230892,-76049],[234659,-89161],[236282,-91315],[237205,-100475],[233818,-94076],[242540,-114399],[239450,70088],[231947,102475],[255905,-117733],[249112,-119616],[252979,-136989],[247075,-136657],[255620,-133896],[244283,-163123],[248035,-175439],[247158,-180477],[253559,-212564],[251944,-212260],[244100,-242028],[249216,-241423],[248219,-238680],[246385,-244507],[249933,-251263],[244308,-247873],[246747,-252125],[252472,-259305],[255888,-261491],[250564,-258846],[247303,-261572],[250869,-262555],[253061,-263252],[254200,-265249],[254168,-268265],[245075,-259766],[243718,-259715],[254119,-267855],[254996,-271586],[248147,-269059],[250311,-273071],[253282,-272581],[247103,-278825],[249794,-291475],[255386,-287422],[252124,-290057],[252147,-296453],[253953,-294350],[254359,-298725],[254010,-300213],[246090,-297776],[251343,-305727],[253843,-316343],[250286,-322049],[250811,-91051],[243847,-109878],[251964,-113373],[255774,-110442],[254408,-105967],[254539,-104351],[252437,-110520],[15544,140640],[12992,147842],[21565,83198],[23363,79413],[23086,81031],[21713,79350],[24023,77914],[265453,-120362],[265900,-121927],[264746,-122672],[262407,-125076],[266465,-135096],[267283,-129278],[267857,-132021],[259527,-140719],[257232,-142613],[263369,-187774],[266071,-195984],[259255,-202606],[257904,-203224],[262167,-211142],[258303,-212352],[268263,-212047],[268351,-221030],[257902,-228234],[257353,-228188],[266285,-241184],[263951,-243619],[260837,-261543],[257505,-266379],[257423,-260036],[258913,-270614],[265890,-280650],[257397,-276135],[256516,-276630],[258632,-284127],[261199,-281802],[260135,-299605],[261747,-298143],[266681,-303057],[266763,-315625],[265026,-312814],[256248,-315292],[268264,-331548],[256395,-94753],[260750,-99802],[267289,-112974],[264037,-113401],[263838,-108231],[263067,-107383],[271269,-118976],[274002,-126101],[281328,-121188],[280453,-126744],[280783,-120321],[275480,-139804],[270312,-133201],[272504,-137461],[280033,-150697],[274536,-151393],[278200,-150258],[276554,-141719],[270534,-188763],[276222,-198674],[274525,-200371],[274104,-202528],[277438,-208051],[276459,-213597],[280774,-227684],[271619,-229733],[272628,-229334],[280525,-223284],[273405,-221101],[279621,-253778],[269111,-243115],[269283,-244199],[273577,-246276],[272858,-248964],[281510,-261646],[280671,-267794],[276006,-269731],[269546,-283950],[280186,-78481],[271494,-87246],[278353,-99681],[274778,-97172],[273789,-96555],[269736,82423],[285926,-127732],[289488,-118123],[290146,-122015],[291635,-126840],[287428,-126611],[289200,-126208],[292244,-139566],[293781,-129811],[292736,-135736],[289384,-139473],[289697,-129156],[283998,-134157],[283936,-138571],[290056,-131437],[294185,-146520],[290965,-141273],[290965,-141273],[289563,-156797],[290195,-163704],[291663,-164792],[286942,-155059],[291151,-172429],[284158,-186329],[286072,-199764],[282203,-194595],[284018,-202456],[288019,-214045],[288909,-212533],[290898,-210868],[286887,-206905],[288487,-227415],[292638,-221632],[281782,-234786],[284065,-248682],[288176,-257290],[290260,-257650],[293853,-277189],[286545,-278718],[284471,-270107],[284866,-281976],[283658,-293896],[293903,-83440],[293144,-81263],[291087,-87297],[282238,-84297],[289021,-86264],[285394,-93735],[283819,-100371],[284005,-92939],[290027,-98446],[286513,-113879],[282012,-110634],[292809,-104049],[296495,-122453],[298978,-126349],[294583,-119736],[300669,-138929],[296555,-140342],[305681,-140312],[301547,-130755],[303241,-136397],[303463,-143295],[296165,-147765],[301073,-149293],[298881,-142812],[299951,-144955],[306533,-145390],[303851,-159802],[299112,-159577],[300251,-154515],[300465,-153642],[304067,-159203],[296081,-165354],[295652,-168736],[302702,-199616],[301915,-201931],[296774,-211148],[299674,-221208],[302762,-229220],[306810,-218415],[300163,-226869],[303015,-223690],[295381,-237890],[298430,-239632],[300741,-230360],[306531,-244651],[297224,-259543],[295449,-267508],[305055,-85843],[298031,-87657],[298432,-94718],[303773,-100086],[297114,-108556],[317700,-133342],[309550,-141206],[315257,-162137],[319633,-156570],[317845,-166555],[317845,-166555],[312368,-169022],[314783,-171587],[315890,-170680],[307304,-224049],[317561,-235103],[317918,-237389],[316432,-243235],[312132,-249229],[313248,-245836],[308504,-254445],[310203,-262353],[316066,-262512],[307705,-14810],[311023,-22291],[308071,-76288],[314870,-80828],[312393,-93150],[309427,-95722],[314965,-104650],[328393,-140773],[325330,-166532],[325507,-168489],[332425,-173009],[328267,-174001],[322378,-174761],[332257,-183009],[320671,-231611],[327338,-252362],[320112,-263130],[322220,-258545],[332346,-37996],[324597,-68150],[332791,-75009],[332618,-80627],[329412,-84124],[320096,-87802],[331971,-83657],[330081,-83007],[328316,-92822],[324127,-95252],[329998,-91912],[320015,-90437],[343027,-149463],[336377,-149855],[339549,-176564],[345446,-177445],[340778,-170727],[341089,-173892],[337847,-184138],[336015,-185478],[343390,-185761],[339768,-225959],[341224,-242188],[341336,-244176],[335462,-244974],[334850,-253070],[340389,-262940],[337381,-259379],[335751,-266743],[336059,-266547],[344625,-38003],[343948,-36930],[342992,-37169],[343173,-34797],[341183,-36618],[344951,-38733],[344608,-38360],[341798,-63072],[342761,-63183],[342989,-56072],[341583,-57388],[343473,-57235],[345396,-64895],[340811,-68671],[333250,-73461],[338682,-71168],[339681,-71314],[334391,-78291],[332933,-76990],[336410,-101338],[338633,-98235],[338997,-90498],[345538,68723],[346937,-121129],[354336,-116796],[348417,-123767],[353394,-135017],[347416,-148595],[347523,-152780],[355894,-159442],[350465,-156644],[347927,-172691],[354529,-175961],[353289,-170155],[355818,-167970],[347268,-182685],[355923,-186496],[345782,-185058],[347771,-210015],[346454,-215668],[352280,-208758],[357615,-225548],[354265,-223110],[347677,-225133],[349194,-240812],[356961,-234101],[350493,-238519],[348881,-236106],[351580,-247076],[348863,-250935],[358185,-249552],[353656,-254258],[355542,-254842],[346091,-261431],[348172,-256142],[358349,-265075],[355190,-267285],[357518,-14738],[357440,-14064],[356356,-17764],[358269,-25105],[358298,-23415],[351494,-31981],[351812,-32822],[357028,-30266],[356602,-30992],[349811,-37121],[350874,-35835],[350453,-35880],[352068,-35566],[351072,-34791],[355796,-50636],[347474,-40980],[349872,-38661],[346802,-41108],[353389,-43995],[347972,-39772],[346491,-58203],[345742,-55340],[347048,-51826],[345750,-52605],[353162,-53083],[349626,-57798],[351897,-62133],[351278,-71497],[353265,-73376],[356385,-68240],[355127,-69623],[349726,-72538],[347883,-69800],[349687,-65008],[357789,-64684],[349854,-76863],[355886,-80023],[355613,-105570],[353906,-105285],[351613,-109782],[348287,-108777],[356748,135153],[357413,131020],[356075,35655],[356051,49455],[349559,51241],[356298,41209],[351449,62039],[349479,60949],[363577,-115031],[362338,-119216],[370991,-118632],[370807,-138335],[370410,-127947],[369075,-140316],[358565,-154087],[367842,-154858],[359287,-166201],[359287,-166201],[363942,-181363],[361067,-184510],[369984,-201340],[362595,-214876],[366774,-204815],[365097,-205032],[365117,-224717],[358405,-225867],[368541,-224007],[362181,-217534],[361867,-241330],[369245,-237057],[358676,-250716],[366666,-252505],[369054,-258118],[364333,-260877],[360729,-24186],[363174,-21268],[358523,-19825],[358613,-22794],[358864,-25049],[360397,-24775],[366891,-32987],[370188,-31075],[359190,-25479],[361179,-46661],[367619,-44708],[364076,-38416],[368145,-41451],[368449,-39121],[367160,-38796],[359495,-47338],[369791,-58836],[358679,-55464],[369599,-62958],[364382,-62022],[367103,-60019],[366540,-58456],[369530,-54346],[361725,-65729],[366592,-68470],[365724,-70709],[360510,-64690],[363076,-86455],[360318,-82103],[359033,-79563],[360499,-112746],[368727,-110994],[368545,24111],[362933,33369],[382826,-122690],[372995,-127731],[374011,-118211],[372960,-136299],[376871,-128678],[380243,-133822],[374987,-130444],[374215,-136023],[373436,-153265],[371289,-149348],[374124,-149694],[376265,-141097],[373263,-140875],[379337,-148696],[377650,-145522],[377575,-153545],[375764,-165311],[382610,-163130],[383352,-158519],[383003,-175342],[371384,-174049],[373317,-166930],[379698,-174394],[375814,-177702],[380550,-171489],[377910,-166912],[377910,-166912],[375681,-185078],[379494,-183016],[380633,-186501],[378115,-185270],[381763,-199528],[381897,-216439],[371483,-211681],[372702,-217119],[378769,-208265],[378903,-229134],[379887,-223843],[378526,-224189],[375827,-240275],[382827,-231110],[371277,-233205],[375398,-236162],[381316,-7660],[379175,-244170],[377062,-267176],[376545,-262895],[381715,-266474],[380152,-267030],[372484,-32767],[372642,-32207],[374407,-34600],[374705,-34671],[374760,-40701],[376801,-41233],[383207,-49881],[381131,-50987],[382374,-49078],[375822,-46566],[371767,-45227],[373089,-44555],[373968,-48277],[380564,-49620],[376199,-92652],[380609,-93687],[382138,-94895],[382745,-96366],[383716,-97707],[377867,-111325],[381444,-110583],[373437,5190],[372479,48525],[373268,60512],[30363,138437],[37500,148501],[35449,143390],[37981,141607],[30928,142500],[37761,147950],[36961,143231],[388109,-124693],[386447,-126684],[389385,-136400],[385146,-130413],[393800,-131178],[388234,-144424],[390509,-142795],[393227,-151880],[394879,-142892],[386501,-157816],[386909,-154210],[392581,-153857],[393545,-158294],[386909,-154210],[390291,-159074],[386763,-165839],[389191,-160794],[385382,-167741],[384901,-184361],[387612,-179456],[390489,-215427],[386399,-217034],[392424,-207555],[389642,-229664],[385686,-224835],[386537,-219576],[384958,-236258],[385895,-242217],[395140,-238905],[384637,-247422],[387675,-247741],[385620,-260552],[386005,-262804],[386175,-32050],[393158,-28124],[392110,-26266],[395393,-34059],[394747,-33833],[394248,-34878],[393128,-40509],[394972,2391],[396499,5462],[391484,15380],[398335,-163394],[398920,-168019],[397775,-198992],[397303,-204774],[399755,-217679],[400159,-219574],[400680,-234192],[402045,-10682],[405235,-252298],[398112,17261],[406570,260333],[404668,39626],[404135,83465],[410172,-199052],[412393,-214576],[410554,-213789],[421063,-212677],[414289,-227179],[413033,-230547],[420216,-254812],[412244,-266304],[415281,-18027],[421617,-36482],[419385,-42016],[418538,-89078],[417480,134018],[412064,26569],[413974,29939],[419290,30843],[410296,88694],[430237,-222955],[426426,-218621],[427411,-230624],[424104,-239205],[433476,-232171],[433306,-239688],[432116,-10566],[424860,-249483],[428945,-253020],[435111,-263498],[435083,-20148],[430172,-24865],[435188,-15566],[426416,-25720],[433787,-95613],[434447,11477],[432875,24315],[423414,26699],[424905,30345],[427667,50934],[440597,-215108],[440367,-248771],[436239,-50948],[435852,-39354],[439975,-80610],[452836,-136651],[459501,-218261],[450901,-225657],[457799,-239478],[455930,-11132],[452710,-9659],[458957,-245277],[452411,-247160],[453113,-23983],[453509,-44539],[453910,-49242],[460404,145481],[450023,149631],[456144,84282],[462160,-127261],[461839,-140548],[466045,-168352],[471017,-170211],[467489,-222471],[468365,-232468],[464809,-232091],[468854,-247307],[466401,-246922],[463072,-252489],[469431,-254348],[467887,-34723],[467879,-87922],[473387,-83348],[470924,-87843],[463331,150923],[462039,199533],[479109,-134139],[478015,-139394],[475063,-131371],[478275,-175083],[474860,-218639],[485451,-225967],[481084,-227966],[481822,-227581],[475694,-31103],[484905,-60103],[483408,-62013],[479554,-80386],[479589,-82500],[483201,-87937],[495807,-165887],[496244,-157767],[492259,-160075],[498003,-174819],[498518,-173738],[495949,-177271],[495639,-173818],[493479,-177522],[496465,-167757],[495949,-170017],[495806,-170141],[490668,-166357],[487816,-167056],[489943,-174262],[490524,-234970],[493492,-236787],[489021,-230886],[492509,-234060],[488359,-76131],[496029,-86593],[487570,208101],[501240,-163870],[500464,-156356],[500289,-178071],[505154,-169986],[505189,-172100],[509474,-177905],[503962,-176815],[510315,-177242],[507949,-167878],[506693,-42223],[509952,-53757],[503006,-51341],[499530,-53228],[503687,168047],[50966,132365],[41218,138638],[41880,130504],[44285,129972],[39470,131323],[39255,132994],[38929,132318],[45596,147225],[512426,-173998],[514100,183021],[524503,72752],[524333,81568],[521208,104087],[528971,47046],[524891,63474],[536206,66023],[528548,88297],[531160,79914],[526139,97812],[544053,58813],[634414,-157908],[632950,-162799],[51401,134991],[52426,131277],[58933,135512],[52309,133767],[61520,138433],[54873,131697],[55484,142507],[58654,143656],[70360,138543],[70500,129619],[71330,131033],[72156,36242],[64411,48941],[67764,73964],[72336,85334],[68565,95106],[67525,93505],[67358,93294],[66056,93175],[66316,93062],[67408,93007],[72118,127565],[74743,126706],[67824,126992],[885762,-77699],[86075,24323],[88806,55889],[78311,126585],[950017,145241],[959794,179786],[959586,202522],[952584,199303],[958320,363599],[972235,128272],[970631,136730],[968944,133365],[962096,142409],[969814,148149],[967376,181752],[963791,188410],[966923,203126],[968897,205183],[961317,206979],[962424,207824],[960754,209677],[961482,212068],[961041,214738],[963740,216616],[969216,212360],[967492,124168],[981230,164147],[979178,181271],[973044,203294],[978441,211435],[984368,248967],[989472,142770],[987450,151897],[997715,227952],[993766,230050],[997310,241405],[995595,232662],[1002677,154830],[999809,243201],[1016664,226710],[1017812,230005],[1011645,227896],[1011181,227984],[100337,102341],[100091,113960],[1024095,155730],[1032093,226446],[1033042,221551],[1039203,142682],[1049195,225048],[1045601,233421],[1045158,235483],[1070407,322465],[1076587,325667],[111300,118534],[105779,121070],[1204717,307800],[125436,-4915],[126270,-12369],[127960,-309334],[122567,132902],[123874,128894],[119914,111640],[118352,110058],[117771,107820],[120953,115396],[123043,102716],[122872,117551],[123774,116584],[116148,123975],[117320,124046],[126777,121767],[-124771,129351],[-126259,128951],[-125047,130860],[-123375,131248],[-116327,131382],[-117531,132150],[-119684,133778],[-120860,133091],[-118978,131518],[-119555,130620],[-119279,128878],[-115973,122738],[-116367,124018],[-117232,123726],[-115640,125689],[-125475,124444],[-125643,125989],[-124146,126331],[-122271,125376],[-124399,127799],[-118608,127486],[-135499,138785],[-136363,136283],[-137024,137914],[-138458,136761],[-138200,138640],[-131376,114702],[-135594,113827],[-133440,115370],[-134376,114120],[-132420,115643],[-128487,119230],[-129212,123762],[-130568,124283],[-128539,120262],[-137901,126466],[-137053,126969],[-132761,119281],[-131498,126742],[-131296,122858],[-131896,120148],[-131727,119127],[-131705,117048],[-135007,116321],[-137794,125056],[-134796,118676],[-133840,118929],[-143110,132859],[-145515,133906],[-145747,132722],[-145121,131363],[-143466,131694],[-173785,62717],[-172311,63113],[-177031,60776],[-179175,81375],[-185702,60083],[-181436,57376],[-182779,61094],[-180410,63391],[-183210,64048],[-182708,76707],[-184023,67804],[-179910,69439],[-183368,80115],[-179784,78295],[-181667,81933],[-180367,82834],[-185135,81612],[-184222,83451],[-185638,86146],[-184583,86774],[-185759,89550],[-182712,86459],[-180430,84199],[-186133,84369],[-189002,87889],[-191831,85574],[-190592,81508],[-180109,79619],[-182499,87887],[-183730,90412],[-185517,90531],[-188867,92359],[-188567,90019],[-195579,89743],[-193938,85881],[-194588,98354],[-196532,98887],[-197947,100810],[-199185,101388],[-201617,102443],[-200231,93864],[-199422,93778],[-197520,92080],[-197999,91264],[-192739,101695],[-194555,101667],[-202337,106362],[-197593,106970],[-198076,109468],[-198932,109634],[-201200,112440],[-203476,114766],[-203728,110548],[-245,140700],[-272271,-177689],[-273744,-179183],[-114904,122985],[-115136,124294],[-114195,125836],[7481,143949],[10548,145863],[135270,-309665],[129953,-37836],[145354,-312735],[152160,-52246],[153485,-61889],[152830,36751],[153573,40978],[152874,64080],[152969,52860],[151322,79010],[157249,-191565],[163037,-197808],[160836,-199371],[159615,-205566],[162046,-206809],[154073,-213126],[155146,-215745],[155652,-215707],[165581,-215302],[164373,-206971],[162455,-239939],[162237,-237735],[154960,-50502],[159660,-61752],[156634,-63099],[155571,-57407],[157737,-53108],[159264,-53470],[160365,-63938],[154579,-74085],[164467,-74441],[156481,-70955],[156115,-68618],[157417,-65957],[156411,-63828],[160782,-66626],[159301,-69925],[159152,-71249],[160867,-75869],[165346,-86175],[162441,-95063],[160673,-95990],[161957,-91722],[164194,-114592],[164486,142810],[162659,20552],[165690,19059],[162126,27527],[154822,32747],[163153,35635],[159509,38192],[163997,31359],[160762,39464],[158100,39847],[158831,49151],[155364,44136],[158080,47018],[155499,48609],[163298,56059],[164632,53181],[156260,55429],[159311,64624],[160025,66034],[154541,71873],[158221,76148],[162829,75750],[155240,77710],[161053,84320],[164410,95646],[161776,98971],[159914,91655],[176049,-120931],[177898,-152989],[167950,-199789],[171773,-216381],[176634,-215484],[171840,-209962],[171021,-214675],[173004,-225730],[170276,-228144],[171507,-229132],[170940,-223661],[171632,-223000],[171956,-219362],[169647,-220080],[169107,-241035],[171764,-230531],[177004,-236453],[175593,-232918],[178986,-241841],[175612,-240742],[173028,-35462],[171974,-39519],[177728,-42593],[172130,-40055],[167358,-58631],[178960,-63022],[170902,-61524],[169979,-71313],[174110,-64071],[171823,-69081],[174017,-87065],[168501,-87961],[169041,-81696],[166490,-79596],[168642,-78082],[176820,-87206],[175721,-81351],[173322,-90776],[175601,-91709],[174484,-92683],[174785,-91099],[176127,-95182],[176635,-93780],[176692,-111401],[168923,10723],[177213,131734],[174077,134847],[166780,13777],[169304,20449],[171906,14983],[174553,17475],[171289,31844],[172155,41836],[175668,45915],[173935,39193],[168774,38665],[174768,62583],[173017,60372],[166745,58032],[173167,51682],[178138,75256],[171375,67105],[175870,66464],[167856,72275],[174026,76640],[175833,72269],[178475,70656],[173478,68902],[178852,69377],[175440,79276],[174998,86792],[177647,83899],[166720,90721],[169905,94801],[176945,99468],[173346,93109],[178490,100973],[177863,112400],[188403,-116607],[181249,-134136],[192076,-140604],[182201,-148968],[183321,-145797],[182231,-156173],[184367,-156559],[182111,-175988],[188279,-182614],[186763,-182856],[187244,-238637],[189983,-239099],[190145,-256576],[182614,-268194],[180408,-263695],[184797,-275367],[189967,-275681],[188028,-274608],[184438,-271884],[188896,-269056],[187030,-287339],[186077,-284978],[186942,-75361],[188847,-75897],[181112,-71785],[184387,-72617],[179898,-84598],[179242,-79453],[184977,-99563],[188561,-99459],[191641,-90257],[180645,-105847],[182401,140953],[183787,137631],[185171,18599],[179538,17970],[185113,34358],[184239,35910],[188461,33807],[183348,35287],[180179,33396],[191687,28789],[179645,31317],[190146,31702],[191366,49502],[188152,43492],[187064,44938],[186785,39843],[185886,46982],[180226,59685],[183659,53526],[190809,69175],[188964,67401],[184164,70865],[186771,73992],[187042,94516],[187063,91712],[184742,98644],[181956,105808],[180452,107755],[200280,-126613],[198547,-118773],[192629,-137691],[195421,-133859],[204038,-151322],[203841,-150157],[195151,-141669],[195761,-148924],[201628,-176438],[194067,-168671],[203756,-202553],[198509,-199943],[199663,-201502],[200174,-217286],[204162,-216513],[201187,-207338],[202176,-210117],[204563,-220094],[193443,-242351],[192051,-280315],[195972,-283282],[194427,-281602],[194124,-297512],[201232,-304959],[199678,-298542],[192686,-77304],[195415,-77761],[201411,-88862],[192535,-85194],[194257,-93127],[198336,-95625],[202076,-101101],[201058,-105699],[204239,136074],[192147,136513],[201186,142827],[193742,23338],[194316,37146],[199282,36817],[193981,49478],[197680,50079],[195921,44587],[195378,53732],[194486,62119],[203172,55176],[204432,53714],[198125,56852],[201323,59616],[195289,67610],[192124,73148],[193365,66075],[195458,87447],[200001,126687],[206100,-148531],[212334,-154319],[208698,-161182],[208908,-158027],[208249,-163150],[210446,-165180],[210268,-164999],[217021,-173434],[212007,-170764],[209600,-168379],[212585,-179072],[208637,-188007],[210777,-186761],[211079,-193064],[215865,-193428],[205347,-209963],[212910,-219730],[213999,-219890],[215262,-234126],[216987,-231612],[213622,-233904],[214295,-253307],[214198,-274304],[213072,-291844],[213906,-303103],[217485,-302400],[211371,-314997],[207165,-80830],[206010,-89698],[205770,-101030],[208158,140247],[208322,128277],[214784,86770],[212650,89896],[215237,120267],[229925,-158355],[225349,-177656],[220895,-178859],[223206,-168656],[226409,-188434],[222246,-189326],[222936,-196028],[218426,-228344],[218777,-228719],[229220,-233090],[230129,-240641],[226083,-236985],[226058,-236817],[223287,-238762],[224770,-238242],[225721,-247101],[227365,-245500],[226795,-251251],[226441,-249156],[223406,-259801],[224732,-293992],[223473,-287460],[218169,-315536],[230322,-98798],[219756,115799],[233678,-119314],[234977,-116989],[233823,-126324],[234930,-125313],[237834,-118712],[242328,-127711],[241699,-115812],[230402,-155621],[232179,-157870],[239047,-161214],[242826,-164256],[242533,-163936],[232842,-175925],[234245,-175619],[241640,-189108],[239640,-197841],[237198,-196546],[241635,-217210],[242126,-216547],[242613,-221685],[240610,-222419],[234359,-233686],[238910,-239060],[240926,-236930],[239906,-235438],[236816,-234628],[237562,-236484],[241509,-241451],[242306,-240977],[230590,-232554],[230582,-237736],[235006,-241831],[238591,-239919],[233268,-242994],[233705,-243587],[238185,-244828],[237645,-243831],[241708,-249447],[234410,-255553],[234380,-255636],[231678,-254780],[235420,-255613],[231387,-255100],[235219,-265175],[236355,-266274],[236240,-267568],[231151,-265933],[239411,-279243],[235993,-270769],[233521,-271895],[238439,-288407],[234534,-306097],[242085,-307761],[233950,-319535],[230646,-74718],[233912,-86676],[230629,-96623],[242480,-89735],[235207,-91199],[238649,-103580],[230642,-113619],[233874,-106352],[237798,-112096],[241098,69328],[237897,82684],[240033,84605],[230485,99374],[249569,-123874],[245317,-122413],[247537,-135619],[254316,-139164],[253175,-141475],[243385,-179638],[242932,-174096],[249194,-183903],[244136,-184554],[251422,-212699],[252944,-210148],[253504,-207373],[248233,-210790],[250858,-210683],[248210,-210849],[248042,-216383],[248645,-215366],[248097,-211263],[250879,-221336],[251974,-218077],[252753,-217534],[253272,-218997],[244138,-239921],[246135,-242023],[250132,-241532],[247567,-237691],[249583,-237762],[247251,-243186],[245371,-245707],[244608,-245347],[248858,-249563],[252697,-253182],[251645,-251537],[247448,-248624],[243210,-248143],[245158,-250849],[251887,-255954],[249486,-256103],[247072,-262281],[249055,-261138],[251153,-262689],[250198,-262799],[255841,-263526],[255394,-262857],[254206,-267263],[246334,-267352],[245972,-259131],[246304,-260096],[253499,-269081],[251293,-270989],[254932,-271410],[249038,-268707],[248275,-270846],[250288,-270845],[244199,-293214],[252072,-287536],[249312,-294894],[254284,-299895],[251649,-319183],[245782,-322514],[242981,-92467],[255944,-92650],[251575,-96399],[246459,-98687],[251320,-101564],[248192,-109279],[13070,146874],[14858,148886],[21240,78620],[22439,80159],[22905,78748],[22324,81657],[23912,80139],[21216,81973],[20872,82832],[256649,-118863],[267793,-123803],[258690,-120965],[261655,-127854],[257890,-143826],[262105,-184468],[261618,-185569],[260581,-188806],[257451,-190279],[257321,-190252],[267499,-197203],[266251,-200182],[268629,-202838],[265486,-204161],[260709,-208098],[258290,-206673],[256925,-215143],[261940,-213898],[262389,-207400],[257701,-216638],[256982,-207240],[256478,-206862],[260327,-213031],[261081,-212922],[257806,-223354],[264983,-236086],[263982,-240926],[268090,-230692],[260676,-263683],[260565,-264206],[259902,-265487],[262538,-272253],[257689,-270501],[257065,-270531],[256550,-269076],[257600,-269314],[258201,-278867],[258602,-279958],[266466,-286399],[263331,-298896],[256402,-101562],[258387,-100210],[265133,-112797],[265461,-108147],[261374,-114454],[262806,-103539],[258548,70404],[279201,-120826],[279023,-124533],[272854,-128618],[271788,-141688],[273849,-147496],[273125,-142583],[277617,-154631],[273023,-187289],[275661,-188617],[276330,-185263],[278182,-193990],[273817,-193963],[274581,-204466],[268865,-212118],[278705,-210417],[274725,-216098],[274178,-224760],[278848,-222180],[275046,-231546],[272737,-233327],[270314,-232168],[276955,-245645],[275646,-246601],[281434,-266028],[281479,-261219],[276782,-266402],[275221,-83128],[280239,-79623],[274758,-91562],[278885,-98301],[270381,-96877],[273195,-98320],[271242,-111972],[276338,4700],[293915,-125161],[286599,-126249],[282773,-124909],[288514,-131873],[293413,-137419],[292762,-138943],[286759,-134751],[289242,-132448],[289691,-142515],[288183,-146559],[292890,-146675],[288803,-163925],[290369,-157333],[292257,-166061],[291518,-161592],[288114,-155240],[286928,-169304],[285969,-185864],[292528,-184035],[283718,-187234],[282824,-183792],[288748,-192376],[290905,-200056],[284555,-202691],[293136,-215898],[292988,-209710],[288616,-207766],[289247,-220933],[288388,-218430],[291220,-229331],[283095,-240578],[289464,-235969],[293681,-246228],[283419,-252593],[289964,-260659],[292076,-271040],[290894,-279513],[285823,-285032],[292381,-78201],[282226,-87558],[292811,-83009],[294071,-89093],[282860,-83565],[281713,-91298],[291580,-90076],[281779,-99223],[283028,-94910],[292101,-96847],[286928,-113353],[282633,-110192],[292936,-106024],[287410,21436],[296572,-118321],[298122,-115820],[301699,-136238],[296757,-132461],[304758,-139392],[296469,-136087],[297997,-128726],[304508,-142841],[300394,-150089],[296850,-141890],[296545,-147647],[301196,-152343],[305247,-144071],[303290,-153631],[298619,-157938],[305590,-158638],[298084,-154859],[302240,-169479],[298599,-173210],[304588,-168755],[298267,-172937],[306240,-174669],[303254,-186468],[294422,-184663],[304575,-191021],[303962,-189794],[306601,-188933],[300847,-202271],[302225,-194000],[297948,-216780],[296548,-207392],[298464,-212044],[295116,-205827],[304456,-213039],[294996,-222577],[304577,-228473],[306199,-217653],[306401,-224573],[301632,-229643],[298901,-234203],[303222,-242857],[294597,-244419],[306533,-251559],[296424,-267103],[298981,-264609],[302703,-257579],[306803,-256460],[294614,-87830],[294780,-96595],[302109,-101333],[297352,-111655],[310256,-139039],[319142,-161455],[308500,-171158],[310769,-171222],[309516,-171951],[307791,-173326],[319226,-175267],[312751,-167797],[312028,-182145],[314703,-180180],[317690,-188207],[307726,-188517],[312489,-192270],[312557,-193417],[318462,-219127],[318428,-220080],[307978,-227332],[316424,-234984],[311527,-233342],[307297,-244091],[308066,-246914],[311489,-265811],[311085,-262375],[310236,-18054],[309341,-21241],[314745,-70196],[310189,-75418],[311650,-89301],[318634,-82672],[310162,-81509],[314592,-101912],[308799,-96125],[307443,-106959],[322604,-135490],[320670,-156625],[324222,-174747],[328140,-176260],[325363,-167482],[330190,-168073],[321889,-173875],[321613,-181750],[321913,-185939],[325913,-184919],[322043,-189378],[326259,-189006],[329233,-204036],[329842,-201795],[327172,-204261],[328182,-202339],[329736,-202020],[328071,-205137],[323138,-217171],[325206,-222795],[331586,-226459],[332100,-226190],[326061,-218511],[322512,-219189],[323249,-220039],[322076,-229479],[325866,-228304],[321339,-228040],[322741,-224561],[330576,-224459],[326472,-227559],[327778,-232789],[327307,-233606],[323736,-231054],[323291,-234527],[323779,-231958],[329172,-231694],[326347,-233535],[322932,-231857],[326308,-230273],[323059,-254977],[327735,-257435],[326263,-63633],[320240,-67410],[332539,-73324],[329574,-81328],[321258,-86827],[320878,-84537],[330322,-95186],[329707,-90733],[325820,-93817],[327669,-91358],[321699,-91382],[343733,-148291],[338226,-149361],[343825,-178639],[339839,-174218],[333840,-171995],[342047,-178418],[339661,-172790],[344078,-173357],[334477,-175350],[337730,-183996],[336167,-189072],[343476,-182647],[332855,-184591],[333416,-189898],[341851,-204555],[344592,-200090],[341697,-194435],[340676,-202037],[338657,-193797],[336178,-192726],[338465,-192929],[339885,-204214],[345469,-201394],[336322,-216334],[335827,-213633],[340514,-206160],[342339,-204759],[342021,-217176],[336217,-209393],[336778,-212583],[340701,-207572],[338646,-206868],[333208,-224818],[333853,-217753],[336553,-218692],[333189,-221822],[337439,-241645],[343935,-235876],[333390,-231846],[333002,-232846],[342473,-252043],[340910,-247736],[334767,-249132],[341675,-263175],[340705,-267363],[341381,-35057],[341732,-33937],[333156,-38321],[345238,-60987],[340336,-63188],[344494,-56751],[344004,-56910],[342735,-56484],[342335,-59584],[338934,-68759],[340978,-71345],[341033,-69499],[342436,-69411],[334440,-79367],[333974,-79039],[336516,-79114],[332827,-80691],[336963,-100749],[336545,-96926],[334550,-93465],[336752,-89809],[353630,-118229],[346736,-124888],[352481,-138847],[353901,-140835],[354390,-153259],[354655,-146426],[358105,-147512],[346291,-146530],[347787,-154776],[349164,-155442],[353079,-166415],[356814,-176445],[357716,-187076],[348035,-193310],[356349,-198751],[346589,-202054],[349572,-192829],[348758,-192762],[350500,-200929],[350916,-200108],[355159,-197451],[350994,-204069],[358031,-201322],[353796,-211516],[351129,-228596],[355156,-225276],[346630,-224456],[348714,-234901],[348465,-240664],[347778,-233265],[356121,-246726],[356342,-255927],[350554,-258964],[349042,-259038],[356996,-267497],[358357,-263505],[352778,-35035],[353761,-34200],[356455,-30271],[353480,-33941],[352234,-32808],[353852,-32227],[354116,-32371],[353139,-45529],[352352,-46620],[348138,-59491],[357586,-52042],[346466,-54240],[350925,-55667],[351319,-58134],[354138,-61529],[355405,-60702],[353888,-60730],[353103,-61893],[351076,-62776],[345822,-74160],[346506,-72719],[348999,-68863],[356238,-72460],[354842,-75785],[358194,-79993],[351719,-78632],[352689,-101456],[357023,-105582],[356973,-109515],[352989,-110979],[355197,136556],[352561,144841],[357168,38155],[356652,45897],[354785,39495],[353134,63584],[351590,57345],[346827,63832],[349230,68149],[366933,-115381],[369174,-115825],[369872,-124144],[366571,-120479],[371138,-122970],[363712,-149890],[363018,-155988],[370028,-154783],[362126,-164361],[371041,-154177],[370087,-167015],[368395,-175969],[367089,-171360],[359269,-184382],[359997,-188480],[369739,-189302],[363302,-189750],[367460,-188292],[362809,-182171],[369057,-186547],[361679,-188494],[370819,-186638],[364795,-196919],[366331,-197440],[359981,-198159],[364008,-198934],[363973,-198439],[364931,-196430],[361336,-203577],[369114,-202166],[360644,-200520],[366769,-198662],[368523,-200768],[370880,-213685],[363462,-215052],[370478,-219189],[370116,-224481],[359817,-219127],[361853,-252354],[366481,-245217],[367626,-252722],[370463,-267074],[367312,-259204],[360148,-20171],[358644,-16878],[358592,-15675],[369674,-32910],[369726,-30855],[368749,-31182],[363660,-38177],[371177,-33138],[360918,-46429],[360979,-44884],[370450,-42324],[363475,-39401],[362166,-39311],[366671,-40608],[360502,-40114],[364161,-61781],[369448,-56008],[359140,-70268],[359881,-65875],[360524,-68263],[365903,-86625],[365138,-84417],[360239,-80362],[364187,-77135],[363375,-78185],[364630,-93588],[364993,-92342],[367971,24244],[360629,26924],[362372,26657],[383428,-126861],[383711,-116295],[383980,-120493],[380346,-125188],[372209,-115888],[372608,-134825],[372096,-137125],[377606,-128246],[380678,-129091],[380193,-130512],[375978,-138166],[371485,-149723],[371254,-153207],[371809,-142772],[374383,-149911],[373248,-143550],[375072,-145443],[371809,-142772],[378595,-144481],[375803,-154043],[378201,-164138],[373490,-159962],[373118,-163005],[383461,-159016],[381106,-178400],[374090,-170102],[383051,-174388],[380871,-176236],[372601,-170193],[383387,-171337],[372447,-189394],[377523,-186091],[380223,-187395],[377086,-187590],[376726,-184782],[373869,-185015],[381523,-185432],[382513,-196684],[383887,-195532],[372277,-198957],[377998,-197471],[374065,-201033],[377844,-200204],[374581,-199152],[381483,-198010],[381540,-211695],[373308,-214822],[379627,-208687],[380421,-224459],[377465,-225914],[383783,-233909],[382268,-233495],[373023,-232854],[374249,-235244],[373933,-241468],[378380,-7367],[376047,-245883],[378607,-246289],[374952,-265133],[379098,-263006],[382455,-262867],[381888,-265766],[382417,-26380],[381730,-27643],[371977,-31461],[371655,-34289],[372772,-36365],[373574,-43628],[376254,-40649],[372875,-43290],[377660,-44279],[378048,-42226],[378051,-41505],[382456,-44618],[377837,-44781],[372235,-40664],[377613,-46742],[382453,-46988],[374990,-45708],[382242,-48649],[382658,-51480],[371762,-52889],[383620,-59884],[376473,-53217],[380659,-53760],[379920,-87153],[374862,-90668],[382589,-100884],[377098,-94033],[377923,-95072],[383063,-98866],[377731,-110492],[380728,-105205],[375746,-109536],[383389,-109498],[376318,13423],[378165,46136],[372816,57754],[37312,138501],[38238,139374],[35120,140414],[38327,139812],[38012,139895],[30032,152970],[25768,149919],[36649,146944],[31052,142334],[36262,145903],[35253,144450],[38149,142139],[389747,-124229],[387545,-120868],[386646,-119090],[393541,-135300],[390911,-143722],[388653,-142548],[396566,-147744],[395621,-150323],[386757,-154849],[384181,-158348],[394882,-154871],[395085,-153681],[395183,-160503],[395229,-159060],[392449,-156322],[386929,-165061],[394194,-178748],[388224,-178384],[386105,-170268],[386354,-188329],[389607,-185187],[393166,-186336],[385571,-188376],[396351,-182781],[393492,-183777],[391557,-195594],[392912,-198454],[395308,-203944],[395749,-197794],[391564,-195360],[391585,-194816],[393816,-194710],[389205,-194569],[387428,-195086],[396337,-193048],[395761,-196612],[385766,-197568],[394567,-193134],[391672,-202290],[388854,-200381],[390791,-200045],[386497,-200196],[385950,-198354],[392376,-217101],[386248,-215837],[388263,-228819],[387176,-227857],[386482,-219571],[387477,-239003],[385226,-242756],[394526,-236255],[388536,-250919],[387249,-250757],[384011,-263846],[384529,-267435],[385844,-26764],[390675,-40272],[384006,-94382],[393414,8124],[393525,20098],[394114,15627],[398497,-134620],[399021,-151841],[397344,-144755],[399395,-153767],[400172,-153821],[396900,-153849],[403994,-169262],[399273,-169783],[399472,-174311],[400013,-173510],[399512,-178335],[399932,-169030],[399915,-168172],[400387,-171676],[405578,-191732],[398758,-191202],[401451,-190079],[397710,-183281],[398414,-183099],[407210,-191386],[405585,-194682],[404788,-195319],[399747,-194316],[401686,-195289],[408325,-192682],[401852,-194465],[402223,-192379],[405981,-195872],[408920,-194926],[407349,-213909],[399577,-219253],[400429,-220467],[400387,-243760],[407410,-260643],[409155,-19130],[409527,151169],[405831,40191],[401624,82508],[404172,99829],[420822,-126883],[412591,-120006],[415602,-120716],[416670,-124871],[419474,-123539],[414488,-120739],[416496,-125260],[421247,-124570],[416444,-128651],[420089,-138450],[418675,-128662],[421298,-129791],[420631,-139093],[418202,-146637],[419486,-147061],[419269,-144880],[418368,-152458],[417737,-150085],[420634,-149424],[420373,-144773],[419314,-142166],[417911,-166200],[415424,-156457],[417730,-163103],[421000,-160671],[419054,-159979],[413718,-155228],[414321,-155780],[418678,-156467],[417149,-156174],[419238,-158601],[420253,-168394],[421966,-172152],[420730,-167814],[421550,-166449],[422024,-195998],[421103,-198251],[412458,-197229],[420470,-198878],[421642,-198380],[419673,-194207],[421778,-194531],[420058,-215050],[410587,-227686],[413685,-227486],[411592,-264990],[410736,-22809],[417564,-31748],[417626,-41294],[419573,-61557],[420997,-65429],[420451,-89612],[414978,134458],[416972,151029],[414523,331418],[415896,330983],[415886,323981],[417202,320908],[417788,322345],[420503,320979],[418851,323081],[417863,326729],[419971,328103],[415036,331873],[414993,328991],[415957,328570],[417300,331491],[417098,326654],[414661,324523],[412855,29644],[421398,28332],[419765,28871],[419779,28337],[423027,-129823],[422879,-147303],[424723,-175944],[424767,-178907],[425177,-171991],[426558,-172844],[429468,-175949],[425353,-171063],[429504,-177822],[424803,-169473],[434773,-177043],[431625,-175862],[427554,-173816],[426292,-179175],[428587,-181304],[428548,-183458],[431452,-179904],[427415,-179313],[425566,-203648],[425470,-201807],[435102,-205219],[428418,-220782],[426190,-230386],[425956,-238492],[433059,-236421],[434544,-232167],[424341,-249315],[423841,-249646],[428579,-254728],[430226,-249219],[424287,-266084],[423070,-267507],[433892,-266548],[434944,-18217],[433938,-13236],[426148,-21214],[429037,-20919],[430642,-23582],[428116,-29293],[427651,-51715],[432097,-73066],[426181,-82610],[428137,-92999],[434177,-91924],[422671,21465],[432229,21208],[424093,328902],[423554,321227],[424330,324395],[426192,325253],[428029,327053],[428225,329886],[423545,332940],[426094,335586],[423089,335317],[422927,27489],[426661,27958],[426886,485123],[427538,486079],[425357,481380],[426834,482038],[428490,483627],[429024,481753],[430797,483457],[430731,486144],[433060,483463],[429953,486693],[429679,491171],[430751,489764],[431128,490040],[432835,487318],[435574,-180106],[446722,-186081],[438382,-180891],[439996,-179998],[445587,-181982],[447049,-184458],[440103,-200713],[439923,-202495],[435356,-200012],[436092,-200744],[444161,-210700],[435739,-216477],[439709,-206013],[445511,-208052],[441483,-208518],[436637,-205763],[447404,-209631],[447842,-207593],[443650,-207075],[447077,-227055],[447459,-245293],[441477,-50066],[438941,-57923],[442207,-79472],[437556,11637],[450581,-133068],[453251,-141315],[456618,-162644],[448102,-170948],[458458,-191765],[454141,-182788],[454856,-183095],[456614,-187445],[459733,-185321],[456128,-207526],[450995,-210140],[453352,-207684],[454317,-208336],[459776,-210864],[457694,-220294],[457950,-231408],[459656,-236820],[451980,-5160],[459567,-245684],[453446,-250913],[456945,-82252],[459626,1726],[463637,-137501],[467077,-139666],[464770,-168554],[473030,-171070],[460802,-191655],[462003,-211559],[462860,-208938],[471059,-222307],[468813,-221925],[472535,-217417],[471319,-233964],[468453,-9023],[465932,-246392],[463188,-251525],[469372,-254028],[472690,-39961],[472693,-39068],[462828,194821],[473401,511601],[473178,507782],[473483,511715],[473201,514290],[472670,514637],[472578,520357],[471759,530588],[471480,528770],[473253,532013],[462814,542332],[469436,547184],[463475,543382],[472525,545706],[467934,543435],[473494,567841],[472010,566706],[471410,570523],[472092,702556],[468608,707402],[472818,726188],[484522,-134395],[483240,-144022],[481620,-171459],[484054,-224702],[485747,-240973],[480002,-239674],[476974,-12397],[484072,-5157],[473865,-3323],[473939,-37800],[474749,-35926],[476189,-33672],[475737,-31976],[485199,-44513],[485615,-63410],[486151,-75954],[484648,-64069],[484774,-87434],[483235,508931],[476838,499401],[483462,511729],[485376,511395],[479329,589468],[480747,591638],[480240,592582],[480526,701961],[483073,710722],[498860,-129790],[494463,-152786],[491628,-160380],[490313,-157827],[495804,-174432],[496869,-166898],[495643,-177671],[497706,-175645],[495994,-169676],[494821,-166392],[491787,-166526],[489322,-168400],[490599,-175632],[494114,-238925],[491050,-239458],[490489,-230368],[494159,-234344],[491145,-85913],[486588,-79636],[491726,358062],[496059,353422],[488977,366960],[490168,365074],[487657,365353],[486530,365182],[493304,457751],[498377,457597],[497820,458940],[495097,459541],[495375,463534],[496151,474390],[498099,479595],[491412,499358],[492076,498504],[493044,499369],[493701,490500],[491708,504274],[493705,500655],[490102,504672],[490551,505238],[498502,503651],[497111,505558],[494334,504359],[487872,509928],[499137,595386],[497326,686932],[494490,682798],[497582,688515],[492172,681817],[497949,684911],[493721,702753],[493515,694551],[497151,692836],[490427,696468],[491392,695483],[496979,695692],[498912,707679],[498211,712962],[501259,-159834],[511751,-165554],[508611,-176828],[499908,-168693],[502687,-174398],[504315,-168338],[508496,-177930],[505217,-176614],[510374,-177034],[507617,-167139],[505731,-179487],[509394,-39910],[504970,-59257],[501350,-56357],[501008,357851],[501024,361878],[500982,366454],[502899,361350],[501824,363849],[501128,365059],[504346,403384],[508382,405327],[507888,406732],[507814,403514],[508484,458063],[511623,454877],[504265,459603],[503843,455437],[504144,459503],[499737,461918],[511077,464358],[511109,463808],[500417,472858],[502039,471776],[502028,473107],[505240,461711],[504344,463585],[503786,470680],[505454,472650],[503256,472578],[511687,471229],[510794,472695],[500754,479747],[501351,477420],[506174,474200],[511016,475819],[511140,476662],[507684,478552],[505782,482870],[510766,495625],[504417,494909],[506379,496433],[507916,494114],[510452,499186],[505413,495881],[506261,504898],[507070,502783],[506122,500519],[504535,507806],[500039,507146],[507114,506405],[502871,507088],[501802,501455],[510546,508649],[510633,511792],[505473,599274],[504299,597724],[510901,593509],[500804,593451],[500387,593587],[505283,593033],[511814,596768],[508593,598903],[510788,605610],[505574,612827],[508641,613060],[507553,610051],[508559,628647],[509995,629720],[507407,633728],[506431,639481],[511885,627557],[508999,628954],[510514,649522],[509881,649469],[508398,644725],[510872,644601],[503014,644218],[509788,657853],[508466,660152],[507716,656154],[510649,661166],[503874,658508],[505423,657147],[506222,665639],[504370,672030],[507789,671783],[505498,675693],[506459,671318],[504219,670349],[504662,666477],[502862,685757],[500585,694112],[500908,694978],[509160,716170],[45955,139559],[46261,138666],[38940,138301],[43680,131296],[44682,127757],[512545,-52119],[520374,191049],[516691,184220],[520285,195075],[523141,81773],[524289,85350],[522668,103577],[529034,446030],[527305,442026],[527567,444534],[528835,446417],[536830,445424],[531698,447477],[532141,443893],[534468,48101],[528671,59639],[530128,70921],[534190,83680],[525200,92712],[539926,353828],[539294,352713],[544119,446280],[545415,61333],[538218,65802],[555997,405882],[561412,401836],[555957,398355],[557080,406743],[559012,408860],[602137,-80076],[631310,-158770],[58296,128850],[56781,139530],[59634,139441],[57341,141544],[61851,122472],[640490,-183325],[653290,-170525],[741809,513250],[736828,517944],[743651,518922],[745394,520345],[750441,520282],[766794,480902],[73130,134066],[71424,130254],[69288,130956],[67539,14533],[76055,40791],[65271,56403],[67675,62388],[74032,86499],[66344,92147],[68490,124181],[73057,120751],[780882,494740],[803153,511920],[804434,512756],[846335,517759],[885908,-73813],[933029,-125117],[933983,-132737],[940603,-132849],[948685,-134904],[959507,179431],[958944,180019],[951718,198352],[956121,198971],[959510,245580],[971897,136083],[965586,128336],[965171,144147],[969266,151745],[971747,163128],[966597,174550],[962458,188594],[967786,203499],[966620,202984],[961060,213821],[961948,215424],[971019,114104],[967635,122427],[975658,128943],[981563,160930],[980328,179745],[978056,180516],[973807,200787],[991767,150124],[985799,144954],[998155,151494],[993816,228479],[990637,234651],[992097,232946],[995202,230767],[996288,240539],[996003,241549],[993601,293140],[1004410,177908],[1010268,180587],[1011093,224887],[1010548,227908],[1000209,237879],[1003183,306175],[1002984,308165],[1021082,154577],[1016888,228008],[1013284,226592],[1014185,232704],[1017905,230609],[1012714,304738],[1023834,367302],[1018401,370066],[90852,-3276],[102217,103638],[1035326,228837],[1026917,302445],[1026235,302473],[1026647,309562],[1034982,331728],[1026725,325382],[1032495,332560],[1025536,338584],[1028508,352116],[1028009,370758],[1048876,226120],[1043853,233407],[1045576,234873],[1074593,321093]] \ No newline at end of file diff --git a/src/gathering/a10502.json b/src/gathering/a10502.json new file mode 100644 index 0000000..b7d9613 --- /dev/null +++ b/src/gathering/a10502.json @@ -0,0 +1 @@ +[[-123054,129537],[-115238,130234],[-118521,132871],[-119973,132429],[-117824,130617],[-116716,129458],[-115918,128564],[-118029,129151],[-127547,120586],[-118041,121945],[-117008,122317],[-118357,123310],[-117808,125192],[-116855,125384],[-121864,124136],[-123438,123802],[-124866,123361],[-123758,125035],[-122528,126540],[-122801,128131],[-125956,127236],[-117429,127734],[-127535,119136],[-130402,-60916],[-134319,135516],[-135013,136979],[-135584,134697],[-137455,135291],[-137901,140457],[-136775,139744],[-132297,114467],[-135771,115077],[-134566,115400],[-133286,114312],[-133976,119655],[-134637,121955],[-135094,123404],[-134030,123941],[-133329,122469],[-132934,120134],[-132548,117028],[-129375,124959],[-130295,123053],[-130462,125606],[-130380,126605],[-129207,126032],[-129367,127709],[-136938,125880],[-135825,126807],[-131590,125312],[-131457,123818],[-131556,115813],[-134820,125924],[-136024,125045],[-137005,124272],[-136211,123062],[-135625,121625],[-135157,119486],[-133557,116782],[-138556,125815],[-144659,132361],[-144220,133589],[-142520,134003],[-143831,134652],[-145225,134841],[-144279,130992],[-184503,69780],[-183025,77450],[-263856,-43464],[-22683,-24210],[-114732,128858],[-113677,123048],[-113774,124411],[12286,147295],[10220,144378],[138437,-313051],[138838,-314289],[133705,-21804],[129628,-15099],[138099,-32952],[132950,128847],[139190,140277],[138770,140410],[128614,131303],[128984,105584],[135744,117056],[137501,116022],[137150,121215],[128706,118329],[149586,-214498],[150741,-215594],[143443,-213067],[145681,-211777],[147317,-212070],[153109,-215891],[153185,-212186],[153534,-212522],[146711,-296115],[148648,-307140],[141377,-320620],[143195,-324379],[151273,-30772],[146827,-26236],[151904,-53386],[152974,-63028],[152946,-68808],[150361,8004],[144329,10703],[145314,135673],[142382,139754],[142645,130644],[142112,13856],[153100,19998],[146134,28364],[152745,57105],[152962,82791],[151447,82569],[144493,128080],[143040,121745],[161024,-198035],[157375,-196307],[162156,-198208],[162795,-199362],[157029,-192755],[154379,-216077],[164218,-207597],[154955,-212538],[159396,-206755],[159419,-204943],[158570,-207798],[164153,-208160],[164177,-206348],[160760,-218520],[158375,-220353],[155208,-49769],[154028,-53854],[160828,-63583],[160716,-62827],[155797,-62273],[157132,-63098],[153807,-55423],[158801,-53064],[155944,-73854],[154921,-76533],[158501,-65804],[162967,-68106],[159491,-69597],[161509,-72058],[162460,-86372],[164579,-88359],[155276,-88844],[161641,-82638],[164568,-79804],[161189,-76666],[156409,7843],[159861,6938],[160977,128869],[154823,135179],[160051,140334],[161138,140761],[164670,129271],[161402,21336],[154065,16101],[154958,16034],[161884,24799],[166270,13816],[157711,32043],[161501,38139],[162039,33500],[161763,32822],[156776,30677],[158457,44704],[159246,42392],[157136,45431],[156313,40410],[162687,44050],[153804,49171],[162452,60158],[163928,60220],[162356,61642],[161358,52848],[154251,55477],[156330,76822],[157087,65468],[157849,64527],[159616,66745],[164867,65314],[154998,68909],[158672,74959],[164489,73608],[165118,70856],[158132,88605],[160936,80152],[164972,108024],[163410,106009],[159692,121886],[159970,115949],[168810,-198736],[168180,-200550],[169890,-201288],[172300,-200694],[171608,-199317],[172250,-198138],[173863,-198117],[171918,-203431],[175657,-204486],[176171,-212521],[168311,-207096],[176128,-215966],[168341,-214575],[167466,-215014],[169816,-213973],[169329,-215723],[174473,-213910],[172766,-230105],[176676,-219418],[176560,-223511],[175509,-229578],[175291,-228442],[173430,-224560],[175006,-224611],[171119,-223183],[173769,-220563],[171179,-219099],[172667,-223191],[170968,-220526],[171647,-219427],[170958,-223559],[169382,-225596],[169396,-240785],[168307,-242157],[172833,-231548],[177594,-235457],[176433,-231425],[175805,-231822],[173794,-234487],[174953,-236287],[173755,-235155],[173785,-238879],[176183,-239294],[175823,-242353],[175314,-241257],[176201,-241869],[174846,-242299],[169678,-244281],[169032,-245572],[169367,-244624],[171628,-260119],[172754,-260959],[175851,-34155],[176899,-36516],[176425,-39549],[174136,-40180],[167962,-41388],[169285,-58610],[175144,-60815],[169919,-61777],[168307,-74146],[170040,-70563],[177476,-78306],[173465,-85247],[170630,-87239],[177819,-83131],[172961,-97756],[172460,-89614],[177718,-94304],[178037,-108001],[168483,132437],[177256,130257],[173016,136486],[168922,143750],[176380,14079],[171726,17614],[169662,22053],[166571,15322],[168140,17938],[172578,35065],[170580,37991],[167683,33629],[171633,50975],[175320,60990],[166815,61809],[177240,60397],[170987,64322],[177354,72208],[167524,67169],[173003,75458],[177218,72805],[178102,72061],[175492,69362],[175487,78890],[176730,87821],[176488,83250],[168596,81360],[169250,90606],[170854,92725],[178474,98997],[176020,92791],[173836,95690],[178554,101786],[166903,115137],[188055,-116000],[189605,-114712],[179646,-117812],[180312,-138634],[184396,-129723],[182380,-134920],[191215,-146794],[187148,-149528],[185153,-148016],[186266,-162403],[185058,-172579],[182799,-174468],[187661,-184865],[185434,-182683],[180103,-229454],[182346,-229647],[182056,-230721],[181903,-238912],[185637,-240517],[185574,-237205],[191227,-241028],[190663,-241352],[191329,-240778],[182040,-268356],[180691,-261046],[184397,-257034],[183958,-259694],[184576,-262223],[181351,-265665],[187842,-267681],[185938,-277081],[188783,-277177],[184541,-274390],[189045,-276311],[186763,-273332],[188461,-273237],[183804,-284798],[184636,-287204],[187341,-282020],[186883,-282516],[188525,-281454],[190938,-298578],[185032,-71251],[179459,-66749],[179558,-70322],[182195,-72210],[190334,-89060],[184823,-87748],[185898,-79177],[182602,-82619],[179596,-77576],[188305,-78408],[188755,-97817],[187904,-93956],[186422,-96872],[183770,137562],[183385,143552],[181086,19360],[183958,37800],[183639,34290],[179463,31259],[181780,33650],[189036,32170],[188192,40633],[189298,45810],[186574,40187],[189388,46703],[187725,47217],[179887,48909],[191566,54505],[185609,52591],[186193,54989],[182262,59480],[181419,52272],[188265,73301],[190600,73193],[191244,66773],[182751,73074],[186068,95094],[184344,104781],[182610,110782],[180272,115121],[179963,109789],[202433,-122182],[195385,-134872],[200096,-177939],[202683,-177021],[197361,-166412],[202515,-196964],[201671,-203742],[201800,-209300],[194740,-216912],[201906,-221122],[193303,-255169],[192214,-244213],[192775,-257265],[193456,-273311],[197456,-281875],[195333,-285375],[199624,-285104],[195701,-284911],[203058,-305938],[197065,-296012],[195607,-295166],[198450,-296063],[195387,-300659],[194022,-301470],[203707,-307253],[193622,-74824],[194247,-75829],[191785,-73801],[192959,-73507],[203127,-89357],[198634,-92473],[198444,-99489],[201071,-95631],[199589,-102615],[203605,-106951],[201580,134638],[196178,139207],[198700,147700],[199023,143329],[202689,37351],[194714,32576],[194730,36683],[202675,50734],[197425,43847],[197779,38916],[193454,63073],[196834,52277],[202679,52292],[200029,53059],[199398,56121],[201552,54941],[194031,64419],[199855,125191],[203806,127281],[212371,-150692],[208333,-152169],[210425,-152893],[214117,-163097],[208508,-163034],[210628,-158128],[215368,-166144],[212932,-170221],[215794,-168636],[210576,-167575],[213319,-165978],[213986,-178796],[208844,-191158],[212576,-185129],[216004,-186475],[213366,-190956],[204981,-208064],[212557,-219845],[205048,-222258],[215119,-234751],[217249,-252383],[215017,-245726],[209833,-279416],[212865,-279182],[215603,-292006],[213815,-293927],[217167,-288867],[213857,-301081],[209409,-303378],[216259,-304147],[208119,-306845],[216184,-311262],[217309,-328108],[206025,22018],[207843,127448],[213067,118397],[222239,-177640],[228185,-169281],[221969,-167651],[220750,-169281],[223896,-188111],[224445,-187109],[222044,-192032],[220472,-227469],[228781,-233387],[225639,-235749],[224766,-237575],[223375,-244769],[226686,-251329],[227271,-259754],[226159,-260635],[227251,-256205],[228020,-266932],[229372,-263911],[224772,-289865],[224339,-287968],[220769,-303800],[226032,-311588],[222201,-307201],[227727,-75706],[229741,-79438],[229591,-76912],[229380,-113573],[219290,116969],[232457,-121357],[234816,-117350],[241523,-117858],[240159,-120514],[234747,-128017],[236989,-152569],[231931,-157103],[239822,-164699],[240409,-159729],[235800,-177872],[233353,-178866],[236894,-195502],[242977,-237545],[239923,-237073],[242683,-241635],[231813,-237080],[231074,-239656],[235274,-242555],[237340,-242658],[235969,-241148],[239611,-239942],[232020,-241056],[232578,-240376],[242331,-244459],[237057,-264925],[238714,-267989],[241512,-260140],[231288,-258507],[230967,-256552],[231639,-260653],[243110,-276980],[239338,-271734],[238208,-272689],[242148,-281581],[240347,-286435],[230512,-289103],[241588,-301880],[236961,-306445],[235820,-307988],[240825,-329403],[230857,-74357],[230891,-75133],[230892,-76049],[234659,-89161],[236282,-91315],[237205,-100475],[233818,-94076],[242540,-114399],[239450,70088],[231947,102475],[255905,-117733],[249112,-119616],[252979,-136989],[247075,-136657],[255620,-133896],[244283,-163123],[248035,-175439],[247158,-180477],[253559,-212564],[251944,-212260],[244100,-242028],[249216,-241423],[248219,-238680],[246385,-244507],[249933,-251263],[244308,-247873],[246747,-252125],[252472,-259305],[255888,-261491],[250564,-258846],[247303,-261572],[250869,-262555],[253061,-263252],[254200,-265249],[254168,-268265],[245075,-259766],[243718,-259715],[254119,-267855],[254996,-271586],[248147,-269059],[250311,-273071],[253282,-272581],[247103,-278825],[249794,-291475],[255386,-287422],[252124,-290057],[252147,-296453],[253953,-294350],[254359,-298725],[254010,-300213],[246090,-297776],[251343,-305727],[253843,-316343],[250286,-322049],[250811,-91051],[243847,-109878],[251964,-113373],[255774,-110442],[254408,-105967],[254539,-104351],[252437,-110520],[15544,140640],[12992,147842],[21565,83198],[23363,79413],[23086,81031],[21713,79350],[24023,77914],[265453,-120362],[265900,-121927],[264746,-122672],[262407,-125076],[266465,-135096],[267283,-129278],[267857,-132021],[259527,-140719],[257232,-142613],[263369,-187774],[266071,-195984],[259255,-202606],[257904,-203224],[262167,-211142],[258303,-212352],[268263,-212047],[268351,-221030],[257902,-228234],[257353,-228188],[266285,-241184],[263951,-243619],[260837,-261543],[257505,-266379],[257423,-260036],[258913,-270614],[265890,-280650],[257397,-276135],[256516,-276630],[258632,-284127],[261199,-281802],[260135,-299605],[261747,-298143],[266681,-303057],[266763,-315625],[265026,-312814],[256248,-315292],[268264,-331548],[256395,-94753],[260750,-99802],[267289,-112974],[264037,-113401],[263838,-108231],[263067,-107383],[271269,-118976],[274002,-126101],[281328,-121188],[280453,-126744],[280783,-120321],[275480,-139804],[270312,-133201],[272504,-137461],[280033,-150697],[274536,-151393],[278200,-150258],[276554,-141719],[270534,-188763],[276222,-198674],[274525,-200371],[274104,-202528],[277438,-208051],[276459,-213597],[280774,-227684],[271619,-229733],[272628,-229334],[280525,-223284],[273405,-221101],[279621,-253778],[269111,-243115],[269283,-244199],[273577,-246276],[272858,-248964],[281510,-261646],[280671,-267794],[276006,-269731],[269546,-283950],[280186,-78481],[271494,-87246],[278353,-99681],[274778,-97172],[273789,-96555],[269736,82423],[285926,-127732],[289488,-118123],[290146,-122015],[291635,-126840],[287428,-126611],[289200,-126208],[292244,-139566],[293781,-129811],[292736,-135736],[289384,-139473],[289697,-129156],[283998,-134157],[283936,-138571],[290056,-131437],[294185,-146520],[290965,-141273],[290965,-141273],[289563,-156797],[290195,-163704],[291663,-164792],[286942,-155059],[291151,-172429],[284158,-186329],[286072,-199764],[282203,-194595],[284018,-202456],[288019,-214045],[288909,-212533],[290898,-210868],[286887,-206905],[288487,-227415],[292638,-221632],[281782,-234786],[284065,-248682],[288176,-257290],[290260,-257650],[293853,-277189],[286545,-278718],[284471,-270107],[284866,-281976],[283658,-293896],[293903,-83440],[293144,-81263],[291087,-87297],[282238,-84297],[289021,-86264],[285394,-93735],[283819,-100371],[284005,-92939],[290027,-98446],[286513,-113879],[282012,-110634],[292809,-104049],[296495,-122453],[298978,-126349],[294583,-119736],[300669,-138929],[296555,-140342],[305681,-140312],[301547,-130755],[303241,-136397],[303463,-143295],[296165,-147765],[301073,-149293],[298881,-142812],[299951,-144955],[306533,-145390],[303851,-159802],[299112,-159577],[300251,-154515],[300465,-153642],[304067,-159203],[296081,-165354],[295652,-168736],[302702,-199616],[301915,-201931],[296774,-211148],[299674,-221208],[302762,-229220],[306810,-218415],[300163,-226869],[303015,-223690],[295381,-237890],[298430,-239632],[300741,-230360],[306531,-244651],[297224,-259543],[295449,-267508],[305055,-85843],[298031,-87657],[298432,-94718],[303773,-100086],[297114,-108556],[317700,-133342],[309550,-141206],[315257,-162137],[319633,-156570],[317845,-166555],[317845,-166555],[312368,-169022],[314783,-171587],[315890,-170680],[307304,-224049],[317561,-235103],[317918,-237389],[316432,-243235],[312132,-249229],[313248,-245836],[308504,-254445],[310203,-262353],[316066,-262512],[307705,-14810],[311023,-22291],[308071,-76288],[314870,-80828],[312393,-93150],[309427,-95722],[314965,-104650],[328393,-140773],[325330,-166532],[325507,-168489],[332425,-173009],[328267,-174001],[322378,-174761],[332257,-183009],[320671,-231611],[327338,-252362],[320112,-263130],[322220,-258545],[332346,-37996],[324597,-68150],[332791,-75009],[332618,-80627],[329412,-84124],[320096,-87802],[331971,-83657],[330081,-83007],[328316,-92822],[324127,-95252],[329998,-91912],[320015,-90437],[343027,-149463],[336377,-149855],[339549,-176564],[345446,-177445],[340778,-170727],[341089,-173892],[337847,-184138],[336015,-185478],[343390,-185761],[339768,-225959],[341224,-242188],[341336,-244176],[335462,-244974],[334850,-253070],[340389,-262940],[337381,-259379],[335751,-266743],[336059,-266547],[344625,-38003],[343948,-36930],[342992,-37169],[343173,-34797],[341183,-36618],[344951,-38733],[344608,-38360],[341798,-63072],[342761,-63183],[342989,-56072],[341583,-57388],[343473,-57235],[345396,-64895],[340811,-68671],[333250,-73461],[338682,-71168],[339681,-71314],[334391,-78291],[332933,-76990],[336410,-101338],[338633,-98235],[338997,-90498],[345538,68723],[346937,-121129],[354336,-116796],[348417,-123767],[353394,-135017],[347416,-148595],[347523,-152780],[355894,-159442],[350465,-156644],[347927,-172691],[354529,-175961],[353289,-170155],[355818,-167970],[347268,-182685],[355923,-186496],[345782,-185058],[347771,-210015],[346454,-215668],[352280,-208758],[357615,-225548],[354265,-223110],[347677,-225133],[349194,-240812],[356961,-234101],[350493,-238519],[348881,-236106],[351580,-247076],[348863,-250935],[358185,-249552],[353656,-254258],[355542,-254842],[346091,-261431],[348172,-256142],[358349,-265075],[355190,-267285],[357518,-14738],[357440,-14064],[356356,-17764],[358269,-25105],[358298,-23415],[351494,-31981],[351812,-32822],[357028,-30266],[356602,-30992],[349811,-37121],[350874,-35835],[350453,-35880],[352068,-35566],[351072,-34791],[355796,-50636],[347474,-40980],[349872,-38661],[346802,-41108],[353389,-43995],[347972,-39772],[346491,-58203],[345742,-55340],[347048,-51826],[345750,-52605],[353162,-53083],[349626,-57798],[351897,-62133],[351278,-71497],[353265,-73376],[356385,-68240],[355127,-69623],[349726,-72538],[347883,-69800],[349687,-65008],[357789,-64684],[349854,-76863],[355886,-80023],[355613,-105570],[353906,-105285],[351613,-109782],[348287,-108777],[356748,135153],[357413,131020],[356075,35655],[356051,49455],[349559,51241],[356298,41209],[351449,62039],[349479,60949],[363577,-115031],[362338,-119216],[370991,-118632],[370807,-138335],[370410,-127947],[369075,-140316],[358565,-154087],[367842,-154858],[359287,-166201],[359287,-166201],[363942,-181363],[361067,-184510],[369984,-201340],[362595,-214876],[366774,-204815],[365097,-205032],[365117,-224717],[358405,-225867],[368541,-224007],[362181,-217534],[361867,-241330],[369245,-237057],[358676,-250716],[366666,-252505],[369054,-258118],[364333,-260877],[360729,-24186],[363174,-21268],[358523,-19825],[358613,-22794],[358864,-25049],[360397,-24775],[366891,-32987],[370188,-31075],[359190,-25479],[361179,-46661],[367619,-44708],[364076,-38416],[368145,-41451],[368449,-39121],[367160,-38796],[359495,-47338],[369791,-58836],[358679,-55464],[369599,-62958],[364382,-62022],[367103,-60019],[366540,-58456],[369530,-54346],[361725,-65729],[366592,-68470],[365724,-70709],[360510,-64690],[363076,-86455],[360318,-82103],[359033,-79563],[360499,-112746],[368727,-110994],[368545,24111],[362933,33369],[382826,-122690],[372995,-127731],[374011,-118211],[372960,-136299],[376871,-128678],[380243,-133822],[374987,-130444],[374215,-136023],[373436,-153265],[371289,-149348],[374124,-149694],[376265,-141097],[373263,-140875],[379337,-148696],[377650,-145522],[377575,-153545],[375764,-165311],[382610,-163130],[383352,-158519],[383003,-175342],[371384,-174049],[373317,-166930],[379698,-174394],[375814,-177702],[380550,-171489],[377910,-166912],[377910,-166912],[375681,-185078],[379494,-183016],[380633,-186501],[378115,-185270],[381763,-199528],[381897,-216439],[371483,-211681],[372702,-217119],[378769,-208265],[378903,-229134],[379887,-223843],[378526,-224189],[375827,-240275],[382827,-231110],[371277,-233205],[375398,-236162],[381316,-7660],[379175,-244170],[377062,-267176],[376545,-262895],[381715,-266474],[380152,-267030],[372484,-32767],[372642,-32207],[374407,-34600],[374705,-34671],[374760,-40701],[376801,-41233],[383207,-49881],[381131,-50987],[382374,-49078],[375822,-46566],[371767,-45227],[373089,-44555],[373968,-48277],[380564,-49620],[376199,-92652],[380609,-93687],[382138,-94895],[382745,-96366],[383716,-97707],[377867,-111325],[381444,-110583],[373437,5190],[372479,48525],[373268,60512],[30363,138437],[37500,148501],[35449,143390],[37981,141607],[30928,142500],[37761,147950],[36961,143231],[388109,-124693],[386447,-126684],[389385,-136400],[385146,-130413],[393800,-131178],[388234,-144424],[390509,-142795],[393227,-151880],[394879,-142892],[386501,-157816],[386909,-154210],[392581,-153857],[393545,-158294],[386909,-154210],[390291,-159074],[386763,-165839],[389191,-160794],[385382,-167741],[384901,-184361],[387612,-179456],[390489,-215427],[386399,-217034],[392424,-207555],[389642,-229664],[385686,-224835],[386537,-219576],[384958,-236258],[385895,-242217],[395140,-238905],[384637,-247422],[387675,-247741],[385620,-260552],[386005,-262804],[386175,-32050],[393158,-28124],[392110,-26266],[395393,-34059],[394747,-33833],[394248,-34878],[393128,-40509],[394972,2391],[396499,5462],[391484,15380],[398335,-163394],[398920,-168019],[397775,-198992],[397303,-204774],[399755,-217679],[400159,-219574],[400680,-234192],[402045,-10682],[405235,-252298],[398112,17261],[406570,260333],[404668,39626],[404135,83465],[410172,-199052],[412393,-214576],[410554,-213789],[421063,-212677],[414289,-227179],[413033,-230547],[420216,-254812],[412244,-266304],[415281,-18027],[421617,-36482],[419385,-42016],[418538,-89078],[417480,134018],[412064,26569],[413974,29939],[419290,30843],[410296,88694],[430237,-222955],[426426,-218621],[427411,-230624],[424104,-239205],[433476,-232171],[433306,-239688],[432116,-10566],[424860,-249483],[428945,-253020],[435111,-263498],[435083,-20148],[430172,-24865],[435188,-15566],[426416,-25720],[433787,-95613],[434447,11477],[432875,24315],[423414,26699],[424905,30345],[427667,50934],[440597,-215108],[440367,-248771],[436239,-50948],[435852,-39354],[439975,-80610],[452836,-136651],[459501,-218261],[450901,-225657],[457799,-239478],[455930,-11132],[452710,-9659],[458957,-245277],[452411,-247160],[453113,-23983],[453509,-44539],[453910,-49242],[460404,145481],[450023,149631],[456144,84282],[462160,-127261],[461839,-140548],[466045,-168352],[471017,-170211],[467489,-222471],[468365,-232468],[464809,-232091],[468854,-247307],[466401,-246922],[463072,-252489],[469431,-254348],[467887,-34723],[467879,-87922],[473387,-83348],[470924,-87843],[463331,150923],[462039,199533],[479109,-134139],[478015,-139394],[475063,-131371],[478275,-175083],[474860,-218639],[485451,-225967],[481084,-227966],[481822,-227581],[475694,-31103],[484905,-60103],[483408,-62013],[479554,-80386],[479589,-82500],[483201,-87937],[495807,-165887],[496244,-157767],[492259,-160075],[498003,-174819],[498518,-173738],[495949,-177271],[495639,-173818],[493479,-177522],[496465,-167757],[495949,-170017],[495806,-170141],[490668,-166357],[487816,-167056],[489943,-174262],[490524,-234970],[493492,-236787],[489021,-230886],[492509,-234060],[488359,-76131],[496029,-86593],[487570,208101],[501240,-163870],[500464,-156356],[500289,-178071],[505154,-169986],[505189,-172100],[509474,-177905],[503962,-176815],[510315,-177242],[507949,-167878],[506693,-42223],[509952,-53757],[503006,-51341],[499530,-53228],[503687,168047],[50966,132365],[41218,138638],[41880,130504],[44285,129972],[39470,131323],[39255,132994],[38929,132318],[45596,147225],[512426,-173998],[514100,183021],[524503,72752],[524333,81568],[521208,104087],[528971,47046],[524891,63474],[536206,66023],[528548,88297],[531160,79914],[526139,97812],[544053,58813],[634414,-157908],[632950,-162799],[51401,134991],[52426,131277],[58933,135512],[52309,133767],[61520,138433],[54873,131697],[55484,142507],[58654,143656],[70360,138543],[70500,129619],[71330,131033],[72156,36242],[64411,48941],[67764,73964],[72336,85334],[68565,95106],[67525,93505],[67358,93294],[66056,93175],[66316,93062],[67408,93007],[72118,127565],[74743,126706],[67824,126992],[885762,-77699],[86075,24323],[88806,55889],[78311,126585],[950017,145241],[959794,179786],[959586,202522],[952584,199303],[958320,363599],[972235,128272],[970631,136730],[968944,133365],[962096,142409],[969814,148149],[967376,181752],[963791,188410],[966923,203126],[968897,205183],[961317,206979],[962424,207824],[960754,209677],[961482,212068],[961041,214738],[963740,216616],[969216,212360],[967492,124168],[981230,164147],[979178,181271],[973044,203294],[978441,211435],[984368,248967],[989472,142770],[987450,151897],[997715,227952],[993766,230050],[997310,241405],[995595,232662],[1002677,154830],[999809,243201],[1016664,226710],[1017812,230005],[1011645,227896],[1011181,227984],[100337,102341],[100091,113960],[1024095,155730],[1032093,226446],[1033042,221551],[1039203,142682],[1049195,225048],[1045601,233421],[1045158,235483],[1070407,322465],[1076587,325667],[111300,118534],[105779,121070],[1204717,307800],[125436,-4915],[126270,-12369],[127960,-309334],[122567,132902],[123874,128894],[119914,111640],[118352,110058],[117771,107820],[120953,115396],[123043,102716],[122872,117551],[123774,116584],[116148,123975],[117320,124046],[126777,121767],[-124771,129351],[-126259,128951],[-125047,130860],[-123375,131248],[-116327,131382],[-117531,132150],[-119684,133778],[-120860,133091],[-118978,131518],[-119555,130620],[-119279,128878],[-115973,122738],[-116367,124018],[-117232,123726],[-115640,125689],[-125475,124444],[-125643,125989],[-124146,126331],[-122271,125376],[-124399,127799],[-118608,127486],[-135499,138785],[-136363,136283],[-137024,137914],[-138458,136761],[-138200,138640],[-131376,114702],[-135594,113827],[-133440,115370],[-134376,114120],[-132420,115643],[-128487,119230],[-129212,123762],[-130568,124283],[-128539,120262],[-137901,126466],[-137053,126969],[-132761,119281],[-131498,126742],[-131296,122858],[-131896,120148],[-131727,119127],[-131705,117048],[-135007,116321],[-137794,125056],[-134796,118676],[-133840,118929],[-143110,132859],[-145515,133906],[-145747,132722],[-145121,131363],[-143466,131694],[-173785,62717],[-172311,63113],[-177031,60776],[-179175,81375],[-185702,60083],[-181436,57376],[-182779,61094],[-180410,63391],[-183210,64048],[-182708,76707],[-184023,67804],[-179910,69439],[-183368,80115],[-179784,78295],[-181667,81933],[-180367,82834],[-185135,81612],[-184222,83451],[-185638,86146],[-184583,86774],[-185759,89550],[-182712,86459],[-180430,84199],[-186133,84369],[-189002,87889],[-191831,85574],[-190592,81508],[-180109,79619],[-182499,87887],[-183730,90412],[-185517,90531],[-188867,92359],[-188567,90019],[-195579,89743],[-193938,85881],[-194588,98354],[-196532,98887],[-197947,100810],[-199185,101388],[-201617,102443],[-200231,93864],[-199422,93778],[-197520,92080],[-197999,91264],[-192739,101695],[-194555,101667],[-202337,106362],[-197593,106970],[-198076,109468],[-198932,109634],[-201200,112440],[-203476,114766],[-203728,110548],[-245,140700],[-272271,-177689],[-273744,-179183],[-114904,122985],[-115136,124294],[-114195,125836],[7481,143949],[10548,145863],[135270,-309665],[129953,-37836],[145354,-312735],[152160,-52246],[153485,-61889],[152830,36751],[153573,40978],[152874,64080],[152969,52860],[151322,79010],[157249,-191565],[163037,-197808],[160836,-199371],[159615,-205566],[162046,-206809],[154073,-213126],[155146,-215745],[155652,-215707],[165581,-215302],[164373,-206971],[162455,-239939],[162237,-237735],[154960,-50502],[159660,-61752],[156634,-63099],[155571,-57407],[157737,-53108],[159264,-53470],[160365,-63938],[154579,-74085],[164467,-74441],[156481,-70955],[156115,-68618],[157417,-65957],[156411,-63828],[160782,-66626],[159301,-69925],[159152,-71249],[160867,-75869],[165346,-86175],[162441,-95063],[160673,-95990],[161957,-91722],[164194,-114592],[164486,142810],[162659,20552],[165690,19059],[162126,27527],[154822,32747],[163153,35635],[159509,38192],[163997,31359],[160762,39464],[158100,39847],[158831,49151],[155364,44136],[158080,47018],[155499,48609],[163298,56059],[164632,53181],[156260,55429],[159311,64624],[160025,66034],[154541,71873],[158221,76148],[162829,75750],[155240,77710],[161053,84320],[164410,95646],[161776,98971],[159914,91655],[176049,-120931],[177898,-152989],[167950,-199789],[171773,-216381],[176634,-215484],[171840,-209962],[171021,-214675],[173004,-225730],[170276,-228144],[171507,-229132],[170940,-223661],[171632,-223000],[171956,-219362],[169647,-220080],[169107,-241035],[171764,-230531],[177004,-236453],[175593,-232918],[178986,-241841],[175612,-240742],[173028,-35462],[171974,-39519],[177728,-42593],[172130,-40055],[167358,-58631],[178960,-63022],[170902,-61524],[169979,-71313],[174110,-64071],[171823,-69081],[174017,-87065],[168501,-87961],[169041,-81696],[166490,-79596],[168642,-78082],[176820,-87206],[175721,-81351],[173322,-90776],[175601,-91709],[174484,-92683],[174785,-91099],[176127,-95182],[176635,-93780],[176692,-111401],[168923,10723],[177213,131734],[174077,134847],[166780,13777],[169304,20449],[171906,14983],[174553,17475],[171289,31844],[172155,41836],[175668,45915],[173935,39193],[168774,38665],[174768,62583],[173017,60372],[166745,58032],[173167,51682],[178138,75256],[171375,67105],[175870,66464],[167856,72275],[174026,76640],[175833,72269],[178475,70656],[173478,68902],[178852,69377],[175440,79276],[174998,86792],[177647,83899],[166720,90721],[169905,94801],[176945,99468],[173346,93109],[178490,100973],[177863,112400],[188403,-116607],[181249,-134136],[192076,-140604],[182201,-148968],[183321,-145797],[182231,-156173],[184367,-156559],[182111,-175988],[188279,-182614],[186763,-182856],[187244,-238637],[189983,-239099],[190145,-256576],[182614,-268194],[180408,-263695],[184797,-275367],[189967,-275681],[188028,-274608],[184438,-271884],[188896,-269056],[187030,-287339],[186077,-284978],[186942,-75361],[188847,-75897],[181112,-71785],[184387,-72617],[179898,-84598],[179242,-79453],[184977,-99563],[188561,-99459],[191641,-90257],[180645,-105847],[182401,140953],[183787,137631],[185171,18599],[179538,17970],[185113,34358],[184239,35910],[188461,33807],[183348,35287],[180179,33396],[191687,28789],[179645,31317],[190146,31702],[191366,49502],[188152,43492],[187064,44938],[186785,39843],[185886,46982],[180226,59685],[183659,53526],[190809,69175],[188964,67401],[184164,70865],[186771,73992],[187042,94516],[187063,91712],[184742,98644],[181956,105808],[180452,107755],[200280,-126613],[198547,-118773],[192629,-137691],[195421,-133859],[204038,-151322],[203841,-150157],[195151,-141669],[195761,-148924],[201628,-176438],[194067,-168671],[203756,-202553],[198509,-199943],[199663,-201502],[200174,-217286],[204162,-216513],[201187,-207338],[202176,-210117],[204563,-220094],[193443,-242351],[192051,-280315],[195972,-283282],[194427,-281602],[194124,-297512],[201232,-304959],[199678,-298542],[192686,-77304],[195415,-77761],[201411,-88862],[192535,-85194],[194257,-93127],[198336,-95625],[202076,-101101],[201058,-105699],[204239,136074],[192147,136513],[201186,142827],[193742,23338],[194316,37146],[199282,36817],[193981,49478],[197680,50079],[195921,44587],[195378,53732],[194486,62119],[203172,55176],[204432,53714],[198125,56852],[201323,59616],[195289,67610],[192124,73148],[193365,66075],[195458,87447],[200001,126687],[206100,-148531],[212334,-154319],[208698,-161182],[208908,-158027],[208249,-163150],[210446,-165180],[210268,-164999],[217021,-173434],[212007,-170764],[209600,-168379],[212585,-179072],[208637,-188007],[210777,-186761],[211079,-193064],[215865,-193428],[205347,-209963],[212910,-219730],[213999,-219890],[215262,-234126],[216987,-231612],[213622,-233904],[214295,-253307],[214198,-274304],[213072,-291844],[213906,-303103],[217485,-302400],[211371,-314997],[207165,-80830],[206010,-89698],[205770,-101030],[208158,140247],[208322,128277],[214784,86770],[212650,89896],[215237,120267],[229925,-158355],[225349,-177656],[220895,-178859],[223206,-168656],[226409,-188434],[222246,-189326],[222936,-196028],[218426,-228344],[218777,-228719],[229220,-233090],[230129,-240641],[226083,-236985],[226058,-236817],[223287,-238762],[224770,-238242],[225721,-247101],[227365,-245500],[226795,-251251],[226441,-249156],[223406,-259801],[224732,-293992],[223473,-287460],[218169,-315536],[230322,-98798],[219756,115799],[233678,-119314],[234977,-116989],[233823,-126324],[234930,-125313],[237834,-118712],[242328,-127711],[241699,-115812],[230402,-155621],[232179,-157870],[239047,-161214],[242826,-164256],[242533,-163936],[232842,-175925],[234245,-175619],[241640,-189108],[239640,-197841],[237198,-196546],[241635,-217210],[242126,-216547],[242613,-221685],[240610,-222419],[234359,-233686],[238910,-239060],[240926,-236930],[239906,-235438],[236816,-234628],[237562,-236484],[241509,-241451],[242306,-240977],[230590,-232554],[230582,-237736],[235006,-241831],[238591,-239919],[233268,-242994],[233705,-243587],[238185,-244828],[237645,-243831],[241708,-249447],[234410,-255553],[234380,-255636],[231678,-254780],[235420,-255613],[231387,-255100],[235219,-265175],[236355,-266274],[236240,-267568],[231151,-265933],[239411,-279243],[235993,-270769],[233521,-271895],[238439,-288407],[234534,-306097],[242085,-307761],[233950,-319535],[230646,-74718],[233912,-86676],[230629,-96623],[242480,-89735],[235207,-91199],[238649,-103580],[230642,-113619],[233874,-106352],[237798,-112096],[241098,69328],[237897,82684],[240033,84605],[230485,99374],[249569,-123874],[245317,-122413],[247537,-135619],[254316,-139164],[253175,-141475],[243385,-179638],[242932,-174096],[249194,-183903],[244136,-184554],[251422,-212699],[252944,-210148],[253504,-207373],[248233,-210790],[250858,-210683],[248210,-210849],[248042,-216383],[248645,-215366],[248097,-211263],[250879,-221336],[251974,-218077],[252753,-217534],[253272,-218997],[244138,-239921],[246135,-242023],[250132,-241532],[247567,-237691],[249583,-237762],[247251,-243186],[245371,-245707],[244608,-245347],[248858,-249563],[252697,-253182],[251645,-251537],[247448,-248624],[243210,-248143],[245158,-250849],[251887,-255954],[249486,-256103],[247072,-262281],[249055,-261138],[251153,-262689],[250198,-262799],[255841,-263526],[255394,-262857],[254206,-267263],[246334,-267352],[245972,-259131],[246304,-260096],[253499,-269081],[251293,-270989],[254932,-271410],[249038,-268707],[248275,-270846],[250288,-270845],[244199,-293214],[252072,-287536],[249312,-294894],[254284,-299895],[251649,-319183],[245782,-322514],[242981,-92467],[255944,-92650],[251575,-96399],[246459,-98687],[251320,-101564],[248192,-109279],[13070,146874],[14858,148886],[21240,78620],[22439,80159],[22905,78748],[22324,81657],[23912,80139],[21216,81973],[20872,82832],[256649,-118863],[267793,-123803],[258690,-120965],[261655,-127854],[257890,-143826],[262105,-184468],[261618,-185569],[260581,-188806],[257451,-190279],[257321,-190252],[267499,-197203],[266251,-200182],[268629,-202838],[265486,-204161],[260709,-208098],[258290,-206673],[256925,-215143],[261940,-213898],[262389,-207400],[257701,-216638],[256982,-207240],[256478,-206862],[260327,-213031],[261081,-212922],[257806,-223354],[264983,-236086],[263982,-240926],[268090,-230692],[260676,-263683],[260565,-264206],[259902,-265487],[262538,-272253],[257689,-270501],[257065,-270531],[256550,-269076],[257600,-269314],[258201,-278867],[258602,-279958],[266466,-286399],[263331,-298896],[256402,-101562],[258387,-100210],[265133,-112797],[265461,-108147],[261374,-114454],[262806,-103539],[258548,70404],[279201,-120826],[279023,-124533],[272854,-128618],[271788,-141688],[273849,-147496],[273125,-142583],[277617,-154631],[273023,-187289],[275661,-188617],[276330,-185263],[278182,-193990],[273817,-193963],[274581,-204466],[268865,-212118],[278705,-210417],[274725,-216098],[274178,-224760],[278848,-222180],[275046,-231546],[272737,-233327],[270314,-232168],[276955,-245645],[275646,-246601],[281434,-266028],[281479,-261219],[276782,-266402],[275221,-83128],[280239,-79623],[274758,-91562],[278885,-98301],[270381,-96877],[273195,-98320],[271242,-111972],[276338,4700],[293915,-125161],[286599,-126249],[282773,-124909],[288514,-131873],[293413,-137419],[292762,-138943],[286759,-134751],[289242,-132448],[289691,-142515],[288183,-146559],[292890,-146675],[288803,-163925],[290369,-157333],[292257,-166061],[291518,-161592],[288114,-155240],[286928,-169304],[285969,-185864],[292528,-184035],[283718,-187234],[282824,-183792],[288748,-192376],[290905,-200056],[284555,-202691],[293136,-215898],[292988,-209710],[288616,-207766],[289247,-220933],[288388,-218430],[291220,-229331],[283095,-240578],[289464,-235969],[293681,-246228],[283419,-252593],[289964,-260659],[292076,-271040],[290894,-279513],[285823,-285032],[292381,-78201],[282226,-87558],[292811,-83009],[294071,-89093],[282860,-83565],[281713,-91298],[291580,-90076],[281779,-99223],[283028,-94910],[292101,-96847],[286928,-113353],[282633,-110192],[292936,-106024],[287410,21436],[296572,-118321],[298122,-115820],[301699,-136238],[296757,-132461],[304758,-139392],[296469,-136087],[297997,-128726],[304508,-142841],[300394,-150089],[296850,-141890],[296545,-147647],[301196,-152343],[305247,-144071],[303290,-153631],[298619,-157938],[305590,-158638],[298084,-154859],[302240,-169479],[298599,-173210],[304588,-168755],[298267,-172937],[306240,-174669],[303254,-186468],[294422,-184663],[304575,-191021],[303962,-189794],[306601,-188933],[300847,-202271],[302225,-194000],[297948,-216780],[296548,-207392],[298464,-212044],[295116,-205827],[304456,-213039],[294996,-222577],[304577,-228473],[306199,-217653],[306401,-224573],[301632,-229643],[298901,-234203],[303222,-242857],[294597,-244419],[306533,-251559],[296424,-267103],[298981,-264609],[302703,-257579],[306803,-256460],[294614,-87830],[294780,-96595],[302109,-101333],[297352,-111655],[310256,-139039],[319142,-161455],[308500,-171158],[310769,-171222],[309516,-171951],[307791,-173326],[319226,-175267],[312751,-167797],[312028,-182145],[314703,-180180],[317690,-188207],[307726,-188517],[312489,-192270],[312557,-193417],[318462,-219127],[318428,-220080],[307978,-227332],[316424,-234984],[311527,-233342],[307297,-244091],[308066,-246914],[311489,-265811],[311085,-262375],[310236,-18054],[309341,-21241],[314745,-70196],[310189,-75418],[311650,-89301],[318634,-82672],[310162,-81509],[314592,-101912],[308799,-96125],[307443,-106959],[322604,-135490],[320670,-156625],[324222,-174747],[328140,-176260],[325363,-167482],[330190,-168073],[321889,-173875],[321613,-181750],[321913,-185939],[325913,-184919],[322043,-189378],[326259,-189006],[329233,-204036],[329842,-201795],[327172,-204261],[328182,-202339],[329736,-202020],[328071,-205137],[323138,-217171],[325206,-222795],[331586,-226459],[332100,-226190],[326061,-218511],[322512,-219189],[323249,-220039],[322076,-229479],[325866,-228304],[321339,-228040],[322741,-224561],[330576,-224459],[326472,-227559],[327778,-232789],[327307,-233606],[323736,-231054],[323291,-234527],[323779,-231958],[329172,-231694],[326347,-233535],[322932,-231857],[326308,-230273],[323059,-254977],[327735,-257435],[326263,-63633],[320240,-67410],[332539,-73324],[329574,-81328],[321258,-86827],[320878,-84537],[330322,-95186],[329707,-90733],[325820,-93817],[327669,-91358],[321699,-91382],[343733,-148291],[338226,-149361],[343825,-178639],[339839,-174218],[333840,-171995],[342047,-178418],[339661,-172790],[344078,-173357],[334477,-175350],[337730,-183996],[336167,-189072],[343476,-182647],[332855,-184591],[333416,-189898],[341851,-204555],[344592,-200090],[341697,-194435],[340676,-202037],[338657,-193797],[336178,-192726],[338465,-192929],[339885,-204214],[345469,-201394],[336322,-216334],[335827,-213633],[340514,-206160],[342339,-204759],[342021,-217176],[336217,-209393],[336778,-212583],[340701,-207572],[338646,-206868],[333208,-224818],[333853,-217753],[336553,-218692],[333189,-221822],[337439,-241645],[343935,-235876],[333390,-231846],[333002,-232846],[342473,-252043],[340910,-247736],[334767,-249132],[341675,-263175],[340705,-267363],[341381,-35057],[341732,-33937],[333156,-38321],[345238,-60987],[340336,-63188],[344494,-56751],[344004,-56910],[342735,-56484],[342335,-59584],[338934,-68759],[340978,-71345],[341033,-69499],[342436,-69411],[334440,-79367],[333974,-79039],[336516,-79114],[332827,-80691],[336963,-100749],[336545,-96926],[334550,-93465],[336752,-89809],[353630,-118229],[346736,-124888],[352481,-138847],[353901,-140835],[354390,-153259],[354655,-146426],[358105,-147512],[346291,-146530],[347787,-154776],[349164,-155442],[353079,-166415],[356814,-176445],[357716,-187076],[348035,-193310],[356349,-198751],[346589,-202054],[349572,-192829],[348758,-192762],[350500,-200929],[350916,-200108],[355159,-197451],[350994,-204069],[358031,-201322],[353796,-211516],[351129,-228596],[355156,-225276],[346630,-224456],[348714,-234901],[348465,-240664],[347778,-233265],[356121,-246726],[356342,-255927],[350554,-258964],[349042,-259038],[356996,-267497],[358357,-263505],[352778,-35035],[353761,-34200],[356455,-30271],[353480,-33941],[352234,-32808],[353852,-32227],[354116,-32371],[353139,-45529],[352352,-46620],[348138,-59491],[357586,-52042],[346466,-54240],[350925,-55667],[351319,-58134],[354138,-61529],[355405,-60702],[353888,-60730],[353103,-61893],[351076,-62776],[345822,-74160],[346506,-72719],[348999,-68863],[356238,-72460],[354842,-75785],[358194,-79993],[351719,-78632],[352689,-101456],[357023,-105582],[356973,-109515],[352989,-110979],[355197,136556],[352561,144841],[357168,38155],[356652,45897],[354785,39495],[353134,63584],[351590,57345],[346827,63832],[349230,68149],[366933,-115381],[369174,-115825],[369872,-124144],[366571,-120479],[371138,-122970],[363712,-149890],[363018,-155988],[370028,-154783],[362126,-164361],[371041,-154177],[370087,-167015],[368395,-175969],[367089,-171360],[359269,-184382],[359997,-188480],[369739,-189302],[363302,-189750],[367460,-188292],[362809,-182171],[369057,-186547],[361679,-188494],[370819,-186638],[364795,-196919],[366331,-197440],[359981,-198159],[364008,-198934],[363973,-198439],[364931,-196430],[361336,-203577],[369114,-202166],[360644,-200520],[366769,-198662],[368523,-200768],[370880,-213685],[363462,-215052],[370478,-219189],[370116,-224481],[359817,-219127],[361853,-252354],[366481,-245217],[367626,-252722],[370463,-267074],[367312,-259204],[360148,-20171],[358644,-16878],[358592,-15675],[369674,-32910],[369726,-30855],[368749,-31182],[363660,-38177],[371177,-33138],[360918,-46429],[360979,-44884],[370450,-42324],[363475,-39401],[362166,-39311],[366671,-40608],[360502,-40114],[364161,-61781],[369448,-56008],[359140,-70268],[359881,-65875],[360524,-68263],[365903,-86625],[365138,-84417],[360239,-80362],[364187,-77135],[363375,-78185],[364630,-93588],[364993,-92342],[367971,24244],[360629,26924],[362372,26657],[383428,-126861],[383711,-116295],[383980,-120493],[380346,-125188],[372209,-115888],[372608,-134825],[372096,-137125],[377606,-128246],[380678,-129091],[380193,-130512],[375978,-138166],[371485,-149723],[371254,-153207],[371809,-142772],[374383,-149911],[373248,-143550],[375072,-145443],[371809,-142772],[378595,-144481],[375803,-154043],[378201,-164138],[373490,-159962],[373118,-163005],[383461,-159016],[381106,-178400],[374090,-170102],[383051,-174388],[380871,-176236],[372601,-170193],[383387,-171337],[372447,-189394],[377523,-186091],[380223,-187395],[377086,-187590],[376726,-184782],[373869,-185015],[381523,-185432],[382513,-196684],[383887,-195532],[372277,-198957],[377998,-197471],[374065,-201033],[377844,-200204],[374581,-199152],[381483,-198010],[381540,-211695],[373308,-214822],[379627,-208687],[380421,-224459],[377465,-225914],[383783,-233909],[382268,-233495],[373023,-232854],[374249,-235244],[373933,-241468],[378380,-7367],[376047,-245883],[378607,-246289],[374952,-265133],[379098,-263006],[382455,-262867],[381888,-265766],[382417,-26380],[381730,-27643],[371977,-31461],[371655,-34289],[372772,-36365],[373574,-43628],[376254,-40649],[372875,-43290],[377660,-44279],[378048,-42226],[378051,-41505],[382456,-44618],[377837,-44781],[372235,-40664],[377613,-46742],[382453,-46988],[374990,-45708],[382242,-48649],[382658,-51480],[371762,-52889],[383620,-59884],[376473,-53217],[380659,-53760],[379920,-87153],[374862,-90668],[382589,-100884],[377098,-94033],[377923,-95072],[383063,-98866],[377731,-110492],[380728,-105205],[375746,-109536],[383389,-109498],[376318,13423],[378165,46136],[372816,57754],[37312,138501],[38238,139374],[35120,140414],[38327,139812],[38012,139895],[30032,152970],[25768,149919],[36649,146944],[31052,142334],[36262,145903],[35253,144450],[38149,142139],[389747,-124229],[387545,-120868],[386646,-119090],[393541,-135300],[390911,-143722],[388653,-142548],[396566,-147744],[395621,-150323],[386757,-154849],[384181,-158348],[394882,-154871],[395085,-153681],[395183,-160503],[395229,-159060],[392449,-156322],[386929,-165061],[394194,-178748],[388224,-178384],[386105,-170268],[386354,-188329],[389607,-185187],[393166,-186336],[385571,-188376],[396351,-182781],[393492,-183777],[391557,-195594],[392912,-198454],[395308,-203944],[395749,-197794],[391564,-195360],[391585,-194816],[393816,-194710],[389205,-194569],[387428,-195086],[396337,-193048],[395761,-196612],[385766,-197568],[394567,-193134],[391672,-202290],[388854,-200381],[390791,-200045],[386497,-200196],[385950,-198354],[392376,-217101],[386248,-215837],[388263,-228819],[387176,-227857],[386482,-219571],[387477,-239003],[385226,-242756],[394526,-236255],[388536,-250919],[387249,-250757],[384011,-263846],[384529,-267435],[385844,-26764],[390675,-40272],[384006,-94382],[393414,8124],[393525,20098],[394114,15627],[398497,-134620],[399021,-151841],[397344,-144755],[399395,-153767],[400172,-153821],[396900,-153849],[403994,-169262],[399273,-169783],[399472,-174311],[400013,-173510],[399512,-178335],[399932,-169030],[399915,-168172],[400387,-171676],[405578,-191732],[398758,-191202],[401451,-190079],[397710,-183281],[398414,-183099],[407210,-191386],[405585,-194682],[404788,-195319],[399747,-194316],[401686,-195289],[408325,-192682],[401852,-194465],[402223,-192379],[405981,-195872],[408920,-194926],[407349,-213909],[399577,-219253],[400429,-220467],[400387,-243760],[407410,-260643],[409155,-19130],[409527,151169],[405831,40191],[401624,82508],[404172,99829],[420822,-126883],[412591,-120006],[415602,-120716],[416670,-124871],[419474,-123539],[414488,-120739],[416496,-125260],[421247,-124570],[416444,-128651],[420089,-138450],[418675,-128662],[421298,-129791],[420631,-139093],[418202,-146637],[419486,-147061],[419269,-144880],[418368,-152458],[417737,-150085],[420634,-149424],[420373,-144773],[419314,-142166],[417911,-166200],[415424,-156457],[417730,-163103],[421000,-160671],[419054,-159979],[413718,-155228],[414321,-155780],[418678,-156467],[417149,-156174],[419238,-158601],[420253,-168394],[421966,-172152],[420730,-167814],[421550,-166449],[422024,-195998],[421103,-198251],[412458,-197229],[420470,-198878],[421642,-198380],[419673,-194207],[421778,-194531],[420058,-215050],[410587,-227686],[413685,-227486],[411592,-264990],[410736,-22809],[417564,-31748],[417626,-41294],[419573,-61557],[420997,-65429],[420451,-89612],[414978,134458],[416972,151029],[414523,331418],[415896,330983],[415886,323981],[417202,320908],[417788,322345],[420503,320979],[418851,323081],[417863,326729],[419971,328103],[415036,331873],[414993,328991],[415957,328570],[417300,331491],[417098,326654],[414661,324523],[412855,29644],[421398,28332],[419765,28871],[419779,28337],[423027,-129823],[422879,-147303],[424723,-175944],[424767,-178907],[425177,-171991],[426558,-172844],[429468,-175949],[425353,-171063],[429504,-177822],[424803,-169473],[434773,-177043],[431625,-175862],[427554,-173816],[426292,-179175],[428587,-181304],[428548,-183458],[431452,-179904],[427415,-179313],[425566,-203648],[425470,-201807],[435102,-205219],[428418,-220782],[426190,-230386],[425956,-238492],[433059,-236421],[434544,-232167],[424341,-249315],[423841,-249646],[428579,-254728],[430226,-249219],[424287,-266084],[423070,-267507],[433892,-266548],[434944,-18217],[433938,-13236],[426148,-21214],[429037,-20919],[430642,-23582],[428116,-29293],[427651,-51715],[432097,-73066],[426181,-82610],[428137,-92999],[434177,-91924],[422671,21465],[432229,21208],[424093,328902],[423554,321227],[424330,324395],[426192,325253],[428029,327053],[428225,329886],[423545,332940],[426094,335586],[423089,335317],[422927,27489],[426661,27958],[426886,485123],[427538,486079],[425357,481380],[426834,482038],[428490,483627],[429024,481753],[430797,483457],[430731,486144],[433060,483463],[429953,486693],[429679,491171],[430751,489764],[431128,490040],[432835,487318],[435574,-180106],[446722,-186081],[438382,-180891],[439996,-179998],[445587,-181982],[447049,-184458],[440103,-200713],[439923,-202495],[435356,-200012],[436092,-200744],[444161,-210700],[435739,-216477],[439709,-206013],[445511,-208052],[441483,-208518],[436637,-205763],[447404,-209631],[447842,-207593],[443650,-207075],[447077,-227055],[447459,-245293],[441477,-50066],[438941,-57923],[442207,-79472],[437556,11637],[450581,-133068],[453251,-141315],[456618,-162644],[448102,-170948],[458458,-191765],[454141,-182788],[454856,-183095],[456614,-187445],[459733,-185321],[456128,-207526],[450995,-210140],[453352,-207684],[454317,-208336],[459776,-210864],[457694,-220294],[457950,-231408],[459656,-236820],[451980,-5160],[459567,-245684],[453446,-250913],[456945,-82252],[459626,1726],[463637,-137501],[467077,-139666],[464770,-168554],[473030,-171070],[460802,-191655],[462003,-211559],[462860,-208938],[471059,-222307],[468813,-221925],[472535,-217417],[471319,-233964],[468453,-9023],[465932,-246392],[463188,-251525],[469372,-254028],[472690,-39961],[472693,-39068],[462828,194821],[473401,511601],[473178,507782],[473483,511715],[473201,514290],[472670,514637],[472578,520357],[471759,530588],[471480,528770],[473253,532013],[462814,542332],[469436,547184],[463475,543382],[472525,545706],[467934,543435],[473494,567841],[472010,566706],[471410,570523],[472092,702556],[468608,707402],[472818,726188],[484522,-134395],[483240,-144022],[481620,-171459],[484054,-224702],[485747,-240973],[480002,-239674],[476974,-12397],[484072,-5157],[473865,-3323],[473939,-37800],[474749,-35926],[476189,-33672],[475737,-31976],[485199,-44513],[485615,-63410],[486151,-75954],[484648,-64069],[484774,-87434],[483235,508931],[476838,499401],[483462,511729],[485376,511395],[479329,589468],[480747,591638],[480240,592582],[480526,701961],[483073,710722],[498860,-129790],[494463,-152786],[491628,-160380],[490313,-157827],[495804,-174432],[496869,-166898],[495643,-177671],[497706,-175645],[495994,-169676],[494821,-166392],[491787,-166526],[489322,-168400],[490599,-175632],[494114,-238925],[491050,-239458],[490489,-230368],[494159,-234344],[491145,-85913],[486588,-79636],[491726,358062],[496059,353422],[488977,366960],[490168,365074],[487657,365353],[486530,365182],[493304,457751],[498377,457597],[497820,458940],[495097,459541],[495375,463534],[496151,474390],[498099,479595],[491412,499358],[492076,498504],[493044,499369],[493701,490500],[491708,504274],[493705,500655],[490102,504672],[490551,505238],[498502,503651],[497111,505558],[494334,504359],[487872,509928],[499137,595386],[497326,686932],[494490,682798],[497582,688515],[492172,681817],[497949,684911],[493721,702753],[493515,694551],[497151,692836],[490427,696468],[491392,695483],[496979,695692],[498912,707679],[498211,712962],[501259,-159834],[511751,-165554],[508611,-176828],[499908,-168693],[502687,-174398],[504315,-168338],[508496,-177930],[505217,-176614],[510374,-177034],[507617,-167139],[505731,-179487],[509394,-39910],[504970,-59257],[501350,-56357],[501008,357851],[501024,361878],[500982,366454],[502899,361350],[501824,363849],[501128,365059],[504346,403384],[508382,405327],[507888,406732],[507814,403514],[508484,458063],[511623,454877],[504265,459603],[503843,455437],[504144,459503],[499737,461918],[511077,464358],[511109,463808],[500417,472858],[502039,471776],[502028,473107],[505240,461711],[504344,463585],[503786,470680],[505454,472650],[503256,472578],[511687,471229],[510794,472695],[500754,479747],[501351,477420],[506174,474200],[511016,475819],[511140,476662],[507684,478552],[505782,482870],[510766,495625],[504417,494909],[506379,496433],[507916,494114],[510452,499186],[505413,495881],[506261,504898],[507070,502783],[506122,500519],[504535,507806],[500039,507146],[507114,506405],[502871,507088],[501802,501455],[510546,508649],[510633,511792],[505473,599274],[504299,597724],[510901,593509],[500804,593451],[500387,593587],[505283,593033],[511814,596768],[508593,598903],[510788,605610],[505574,612827],[508641,613060],[507553,610051],[508559,628647],[509995,629720],[507407,633728],[506431,639481],[511885,627557],[508999,628954],[510514,649522],[509881,649469],[508398,644725],[510872,644601],[503014,644218],[509788,657853],[508466,660152],[507716,656154],[510649,661166],[503874,658508],[505423,657147],[506222,665639],[504370,672030],[507789,671783],[505498,675693],[506459,671318],[504219,670349],[504662,666477],[502862,685757],[500585,694112],[500908,694978],[509160,716170],[45955,139559],[46261,138666],[38940,138301],[43680,131296],[44682,127757],[512545,-52119],[520374,191049],[516691,184220],[520285,195075],[523141,81773],[524289,85350],[522668,103577],[529034,446030],[527305,442026],[527567,444534],[528835,446417],[536830,445424],[531698,447477],[532141,443893],[534468,48101],[528671,59639],[530128,70921],[534190,83680],[525200,92712],[539926,353828],[539294,352713],[544119,446280],[545415,61333],[538218,65802],[555997,405882],[561412,401836],[555957,398355],[557080,406743],[559012,408860],[602137,-80076],[631310,-158770],[58296,128850],[56781,139530],[59634,139441],[57341,141544],[61851,122472],[640490,-183325],[653290,-170525],[741809,513250],[736828,517944],[743651,518922],[745394,520345],[750441,520282],[766794,480902],[73130,134066],[71424,130254],[69288,130956],[67539,14533],[76055,40791],[65271,56403],[67675,62388],[74032,86499],[66344,92147],[68490,124181],[73057,120751],[780882,494740],[803153,511920],[804434,512756],[846335,517759],[885908,-73813],[933029,-125117],[933983,-132737],[940603,-132849],[948685,-134904],[959507,179431],[958944,180019],[951718,198352],[956121,198971],[959510,245580],[971897,136083],[965586,128336],[965171,144147],[969266,151745],[971747,163128],[966597,174550],[962458,188594],[967786,203499],[966620,202984],[961060,213821],[961948,215424],[971019,114104],[967635,122427],[975658,128943],[981563,160930],[980328,179745],[978056,180516],[973807,200787],[991767,150124],[985799,144954],[998155,151494],[993816,228479],[990637,234651],[992097,232946],[995202,230767],[996288,240539],[996003,241549],[993601,293140],[1004410,177908],[1010268,180587],[1011093,224887],[1010548,227908],[1000209,237879],[1003183,306175],[1002984,308165],[1021082,154577],[1016888,228008],[1013284,226592],[1014185,232704],[1017905,230609],[1012714,304738],[1023834,367302],[1018401,370066],[90852,-3276],[102217,103638],[1035326,228837],[1026917,302445],[1026235,302473],[1026647,309562],[1034982,331728],[1026725,325382],[1032495,332560],[1025536,338584],[1028508,352116],[1028009,370758],[1048876,226120],[1043853,233407],[1045576,234873],[1074593,321093]] \ No newline at end of file diff --git a/src/gathering/a10503.json b/src/gathering/a10503.json new file mode 100644 index 0000000..70832cc --- /dev/null +++ b/src/gathering/a10503.json @@ -0,0 +1 @@ +[[-118773,-36748],[-119082,137843],[-123595,134415],[-122464,141080],[-123492,301804],[-127231,306819],[-120414,77120],[-120423,89274],[-121635,80749],[-115882,96594],[-115364,98830],[-124556,113408],[-127197,118784],[-138090,-2182],[-138876,-39269],[-138105,7420],[-137092,9029],[-138809,556],[-129695,10955],[-136890,3723],[-129131,129567],[-133732,133178],[-140136,132031],[-133121,150556],[-137893,13113],[-133663,14608],[-134868,23948],[-137176,22885],[-138777,23396],[-137263,17608],[-133563,20236],[-138099,28936],[-130739,61724],[-132703,90152],[-132397,97509],[-132138,93619],[-131212,110858],[-136084,106503],[-131511,117661],[-140615,124814],[-134829,119861],[-146792,-7846],[-144538,-1976],[-146775,-2164],[-144482,-4331],[-145258,-20607],[-141227,-16879],[-142798,-19268],[-150732,-24118],[-145618,-33533],[-149317,-49768],[-152275,-49012],[-152841,-55099],[-152350,-51360],[-150283,-57055],[-145482,6237],[-147272,4595],[-147241,2878],[-145667,11979],[-142584,2773],[-148359,12208],[-144859,10585],[-144254,150771],[-143421,141257],[-150968,141243],[-151465,16565],[-149824,15486],[-143572,14293],[-144275,17338],[-148417,17614],[-141843,21743],[-143003,20000],[-147717,22543],[-145714,24147],[-151691,21130],[-143230,27442],[-142251,29020],[-146935,31079],[-153094,32035],[-152386,39402],[-146259,66409],[-145414,77913],[-143745,89778],[-144594,100473],[-148947,110234],[-142035,112240],[-148019,114149],[-139979,127635],[-152314,127339],[-166064,-85],[-162151,-10756],[-163531,-7144],[-160840,-4519],[-156254,-8308],[-154538,-1738],[-161918,-16514],[-163422,-22092],[-166382,-14381],[-154293,-23021],[-157139,-13135],[-156438,-38045],[-158398,-35090],[-160808,-34042],[-163790,-34390],[-159404,-49297],[-156760,-41265],[-159619,-54414],[-158925,-51273],[-162886,-53582],[-166013,-60150],[-165967,-53257],[-163880,-60760],[-159503,-71072],[-165189,4766],[-162033,1396],[-162644,11227],[-165174,135046],[-166090,140782],[-154715,138776],[-161289,129257],[-160068,143100],[-153990,142312],[-154890,21232],[-159721,22415],[-161064,34715],[-159668,32606],[-156579,37864],[-157878,36233],[-154442,35747],[-153745,38309],[-163296,47500],[-163101,51008],[-154830,39854],[-166073,45099],[-164331,52250],[-161891,56687],[-165222,101698],[-158741,94277],[-160614,120936],[-161650,122017],[-162650,118829],[-174917,-546],[-167984,-5888],[-169447,-20776],[-171099,-23315],[-167675,-13937],[-178663,-18527],[-170443,-32752],[-166405,-31281],[-175930,-62820],[-173724,-53735],[-173884,-56946],[-174772,-60554],[-179085,-55036],[-170023,-58377],[-169647,-63333],[-172097,-60693],[-167765,-57025],[-171669,-57253],[-170613,-61046],[-170536,-57573],[-168628,-60608],[-172127,-68174],[-168223,6705],[-174099,711],[-176200,139880],[-171509,141584],[-166818,16246],[-174849,25512],[-168202,24031],[-168853,20263],[-178825,23796],[-169792,14127],[-174254,34596],[-172117,38103],[-173675,26565],[-169038,47542],[-169089,40731],[-174452,47202],[-166828,39722],[-166957,51042],[-175193,56416],[-168773,60913],[-166857,62011],[-176280,53987],[-177128,122817],[-179649,-23361],[-185285,-14402],[-184314,-12732],[-184307,-27017],[-182014,-28011],[-191870,-33474],[-187505,-49724],[-186129,-48384],[-190821,-49115],[-191234,-45830],[-189460,-42768],[-186210,-40859],[-188036,-38918],[-190016,-59822],[-185902,-59317],[-185548,-61498],[-188688,-52967],[-190238,-51581],[-183801,-58524],[-188474,10070],[-179932,129750],[-185471,17989],[-182938,18532],[-179676,38011],[-180372,29690],[-180140,48506],[-179848,76023],[-198644,-229545],[-195311,-11058],[-195555,-24245],[-199616,-13314],[-201520,-443822],[-193142,-37972],[-200710,-37531],[-198727,-34393],[-194791,-33136],[-198947,-32342],[-201372,-34825],[-197717,-49714],[-194231,-46782],[-195626,-43774],[-203505,-44890],[-198289,-41040],[-200565,-43158],[-203570,-38875],[-193285,-50295],[-201590,-49552],[-194262,-54227],[-202772,-51179],[-196496,10974],[-202137,24578],[-202379,16163],[-201765,17654],[-192515,27090],[-203511,29580],[-196685,29404],[-195005,26602],[-196623,25967],[-202285,47945],[-200244,48169],[-199636,46591],[-192761,43101],[-203172,53984],[-201955,52114],[-194307,110002],[-192767,106136],[-196264,116592],[-213455,-235119],[-206342,-230319],[-206764,-237781],[-205611,-241221],[-216485,-250235],[-209578,-38110],[-207093,-58674],[-216826,7198],[-208926,18708],[-212970,19919],[-215173,19646],[-208528,25424],[-215272,30767],[-216362,32389],[-216448,30495],[-217342,32934],[-217198,30854],[-206182,27653],[-209190,42765],[-215133,45277],[-212291,47682],[-213453,63525],[-209689,63332],[-214993,64751],[-207602,87338],[-210403,125462],[-229336,-232447],[-218591,-237167],[-223473,-25181],[-226113,-23349],[-222654,-44896],[-218486,-51316],[-228536,9660],[-217630,8861],[-225618,22054],[-220117,31511],[-218182,27960],[-219617,28139],[-229179,29024],[-224507,32297],[-228349,34610],[-219119,34234],[-222280,35104],[-218922,33666],[-218163,29215],[-219152,29097],[-220974,28156],[-220991,32385],[-218300,33420],[-226680,34577],[-227882,44274],[-229190,46105],[-227826,50797],[-225713,64753],[-223853,70041],[-235558,-233506],[-232758,-979],[-235673,-31773],[-242254,-34088],[-232254,-39647],[-234791,-60278],[-237320,-58924],[-231982,881],[-240088,131326],[-236470,136435],[-239643,134410],[-239237,19635],[-233706,17179],[-232186,22482],[-233294,23849],[-236950,21149],[-233388,28034],[-239469,36243],[-241921,30429],[-232966,29964],[-241381,38087],[-233343,38045],[-240310,30493],[-233470,36447],[-237719,37716],[-231248,27772],[-236176,46417],[-231800,42416],[-234635,48828],[-242483,60659],[-242151,57008],[-241786,54240],[-241502,52326],[-233527,66762],[-4089,-23370],[-6618,-17602],[-6955,-25163],[-2851,-29751],[-3085,-38607],[-8743,-38437],[-6635,2791],[-10306,24217],[-990,33052],[-3369,31206],[-2300,28321],[-246924,-219708],[-244854,-223984],[-254292,-229306],[-255078,-231523],[-247190,-238732],[-251935,-24572],[-251992,-34043],[-246949,-30428],[-244288,-34469],[-246152,-33938],[-246015,10419],[-244505,132172],[-247894,129693],[-255622,20179],[-253271,14765],[-249099,35920],[-244993,30480],[-255013,31820],[-253831,39215],[-248497,47135],[-251227,49941],[-247798,49338],[-251623,45929],[-255670,43970],[-246901,47844],[-247269,50906],[-249746,55330],[-252620,58892],[-251896,62459],[-250692,53391],[-249346,66156],[-248760,76749],[-256145,-215215],[-259414,-218240],[-265492,-221548],[-267206,-6309],[-265362,-3580],[-264775,-5561],[-263625,-11309],[-261179,-11255],[-258081,-24099],[-257537,-398155],[-256835,-31224],[-266556,-39092],[-259108,17430],[-264153,18169],[-258316,32667],[-264734,28684],[-257218,33519],[-264732,43957],[-263758,49767],[-262048,41894],[-266292,39938],[-257489,44664],[-260695,48168],[-276508,-4582],[-269436,-43926],[-272102,-43572],[-274127,-39088],[-280905,-51406],[-270634,25354],[-270350,23230],[-271894,19255],[-269665,25139],[-271169,18132],[-271287,20344],[-274699,28901],[-279250,26492],[-269497,27193],[-271469,38133],[-272246,28027],[-270316,28144],[-280631,29310],[-272847,42961],[-275707,39837],[-274268,40031],[-269596,50753],[-278807,46008],[-275062,42160],[-274781,93882],[-275525,94527],[-272075,95594],[-280813,112640],[-293450,-7832],[-291640,-8716],[-282078,-3905],[-289345,-6385],[-287624,-6980],[-290242,-10516],[-291901,-47125],[-292380,-49808],[-284173,-48482],[-287118,-50254],[-293005,-54941],[-288802,-54330],[-282959,-52901],[-284595,19133],[-283199,16854],[-291806,21067],[-288993,25035],[-291068,26714],[-287754,29252],[-282042,30055],[-285947,35670],[-288172,33922],[-283452,28094],[-282978,29549],[-286232,50877],[-284315,39956],[-282905,68809],[-305927,-4098],[-298339,-3064],[-296120,-14983],[-300052,-15878],[-297912,-16172],[-298499,-13695],[-306939,-13126],[-302944,-31048],[-302237,-34855],[-306320,-37966],[-301852,-37799],[-305883,-35587],[-304426,-27829],[-295650,-42130],[-299450,-46880],[-299971,-49157],[-301048,-47296],[-303650,-46630],[-302996,-40918],[-295308,10930],[-298718,8077],[-298922,10837],[-297107,14736],[-295178,18738],[-296339,17861],[-295817,16102],[-299702,16058],[-300117,14352],[-301586,15780],[-294632,28986],[-306770,79769],[-305622,94961],[-309206,-11928],[-318603,-3392],[-315168,-23689],[-315585,-18920],[-311068,-22016],[-313731,-37735],[-307279,-45727],[-307503,-41044],[-312415,-43764],[-312018,-48897],[-310637,-52098],[-309550,-53180],[-317468,21614],[-311469,20012],[-312656,20262],[-311430,18988],[-309947,25415],[-312843,17813],[-308154,16746],[-319955,24158],[-307472,26707],[-315092,30576],[-318510,30068],[-309049,33183],[-319657,39068],[-312631,63182],[-318868,54790],[-318395,76599],[-314830,79841],[-316132,78224],[-308560,80438],[-312964,81551],[-314698,87418],[-314291,100248],[-313574,98079],[-316866,93054],[-308164,96118],[-331918,-2186],[-327007,-5051],[-329462,-20462],[-325273,-20686],[-328070,-24595],[-324723,-27713],[-324491,-26567],[-330853,-28651],[-332729,5608],[-328394,2876],[-320723,23064],[-325140,24023],[-322524,24201],[-328014,24748],[-331450,29107],[-331304,32463],[-324478,73048],[-321995,70300],[-321589,65223],[-320972,79201],[-320510,87182],[-327202,87914],[-340601,-5703],[-340580,-20381],[-337727,-15198],[-332945,-21729],[-334545,-17987],[-333408,-16274],[-335525,-25861],[-333182,-28014],[-333515,-28739],[-335511,-29660],[-345116,-28631],[-343899,-32488],[-337823,7030],[-338652,9688],[-341147,14671],[-342994,16847],[-338605,22126],[-334643,20153],[-336271,29556],[-334041,96299],[-345609,-8013],[-354210,-25259],[-350377,-18670],[-348376,-16704],[-350191,-14593],[-346065,-16352],[-346947,-13642],[-354794,-13815],[-356976,-15118],[-356389,-26379],[-351469,-33190],[-347033,-30897],[-358358,-27080],[-362387,-4254],[-363450,-15887],[-365625,-12972],[-358406,-24579],[-360066,-17683],[-362133,-14298],[-370852,-28947],[-361656,-33238],[-362515,-32888],[-360478,-25691],[-360478,-25691],[-370034,-37862],[-368187,-35137],[-21973,-3945],[-19961,-365],[-17874,-5680],[-21686,-19539],[-13388,-14774],[-19810,-19420],[-24385,-19029],[-18565,-29958],[-16857,-27258],[-22568,-25638],[-24433,-49079],[-20844,20323],[-25150,18401],[-23427,24412],[-16566,24528],[-383955,-7951],[-381669,-6907],[-380881,-8750],[-383138,-4044],[-378327,-15937],[-372085,-26851],[-372030,-25694],[-374365,-31869],[-380627,-31482],[-383780,-35374],[-383018,1320],[-382855,220309],[-384715,-12215],[-388479,-10859],[-393476,-4227],[-389025,-13359],[-385826,-21124],[-386619,-27593],[-390267,-26585],[-395330,-33936],[-396144,-28221],[-395412,-41181],[-388177,-48648],[-384731,-44665],[-391647,792],[-384933,215680],[-387358,219438],[-389953,218978],[-389672,227593],[-401875,-4008],[-399671,-6872],[-404644,-6364],[-406442,-7275],[-408139,-6737],[-402650,-11365],[-398000,-10001],[-408675,-8338],[-408502,-1003],[-407728,-10220],[-399357,-15956],[-398035,-24350],[-408772,-23498],[-405507,-24302],[-402012,-22032],[-405733,-17154],[-405727,-19173],[-408971,-20454],[-403527,-30315],[-401610,-26436],[-407328,-33506],[-409075,-29774],[-404405,-27894],[-405924,-31703],[-401244,-32080],[-397897,-33899],[-399278,-31018],[-396970,-37572],[-397042,-26518],[-406248,12259],[-397859,7603],[-399911,8146],[-405754,4698],[-397099,202954],[-399245,208006],[-402245,209814],[-400727,217453],[-397723,219592],[-398400,222524],[-411596,-9080],[-412046,-3180],[-413275,-282],[-414739,-2575],[-415782,-5094],[-414357,-1864],[-416042,-11843],[-418218,-580],[-412498,-12761],[-411004,-19769],[-415399,-17881],[-419365,-16759],[-409778,-35723],[-409863,-32102],[-411736,-34613],[-411857,4168],[-415483,5918],[-412574,12971],[-410605,1946],[-415926,1978],[-412605,1860],[-414610,14918],[-421547,23781],[-419978,21743],[-417476,25172],[-413459,23067],[-415968,24952],[-421882,21957],[-410229,27101],[-417268,26168],[-431718,12227],[-424299,12288],[-422460,19627],[-429151,20082],[-423631,22937],[-431645,16143],[-426008,15207],[-424537,17090],[-426655,29128],[-432457,25934],[-441121,12620],[-437680,155768],[-442797,18966],[-439519,13664],[-440687,24069],[-446648,14683],[-436992,20810],[-439988,21099],[-437944,16162],[-27021,-16821],[-25882,-18812],[-27313,-20002],[-33433,-32012],[-29697,-33218],[-36894,-42870],[-31421,9829],[-28125,15960],[-28498,21862],[-32055,15452],[-32174,19340],[-36268,19892],[-34402,13769],[-45518,-2134],[-45047,-4182],[-43322,-45213],[-41662,12333],[-40286,6004],[-41611,1439],[-43121,3485],[-41677,13588],[-46921,14515],[-48828,18480],[-46771,37604],[-48089,36694],[-50797,31842],[-49064,37871],[-50118,385012],[-45242,387453],[-42197,48044],[-43957,48420],[-45040,60668],[-671196,1685292],[-666181,1689031],[-60074,-563],[-62388,-8092],[-53669,-4731],[-51285,-3571],[-62912,-76985],[-63956,4707],[-59520,5643],[-62758,882],[-54166,1627],[-63640,10684],[-54213,13351],[-60107,19360],[-61905,14146],[-58293,25746],[-63193,61841],[-61534,63269],[-58879,56952],[-65036,-8372],[-72216,-1491],[-69856,-11107],[-67008,-20023],[-64897,-14359],[-70349,-33374],[-72482,-49489],[-70067,-55605],[-64267,-78580],[-69703,-78963],[-66557,-81472],[-66303,7307],[-71956,2118],[-68209,8360],[-64011,24863],[-66201,21591],[-68064,19259],[-65424,383280],[-68167,35724],[-67171,33258],[-73306,30317],[-72509,403449],[-67140,425712],[-75054,49071],[-73056,43289],[-66124,38682],[-68018,57510],[-69567,55370],[-64239,59912],[-74434,53277],[-71716,62170],[-75627,56224],[-66358,68234],[-75499,68297],[-76416,68119],[-66271,95238],[-87597,396419],[-81225,399134],[-85614,408522],[-84586,403724],[-76914,402538],[-86165,410902],[-77370,416608],[-83154,412604],[-76967,428935],[-80021,422740],[-78340,46161],[-80264,47868],[-81667,50314],[-80991,49075],[-89220,44476],[-88755,49973],[-80386,53233],[-84496,58123],[-89293,57894],[-86126,54949],[-83195,58049],[-81689,62648],[-87409,63935],[-80504,70171],[-87960,68639],[-85894,81057],[-82833,97591],[-97063,-37460],[-101183,-38410],[-93520,394608],[-98488,413605],[-98796,411311],[-90023,416874],[-98237,45699],[-90709,44940],[-95329,74168],[-100301,67460],[-99712,71767],[-97184,102275],[-93473,99359],[-107669,-47954],[-112060,-48779],[-106128,128932],[-104347,53701],[-103761,62863],[-104624,74590],[-106193,66580],[-114237,89566],[-102660,78664],[-110761,96683],[-110773,100203],[-109222,113264],[-106302,114921],[-111500,105801],[-113480,118505],[-111785,122219],[1264,-24100],[3666,6442],[6969,38380],[7830,36044],[4935,36455],[2666,34101],[7599,40092],[7641,42791],[10259,40444],[8888,46126],[11382,47520],[9210,50709],[7571,52349],[133217,-535],[139731,-2375],[130538,-10393],[135800,-21504],[137306,-19014],[128906,-14008],[136268,-33312],[130318,-28693],[132104,11234],[130444,11183],[134339,1833],[135817,11715],[139596,9795],[135341,3633],[128777,18663],[139271,21581],[135115,310288],[135637,29632],[135167,54793],[133619,86475],[136000,93559],[137897,98672],[134384,107391],[130745,120797],[141118,-12250],[152931,-10200],[149955,-12076],[145119,-4800],[141270,-21091],[142518,-27791],[151194,299340],[148432,295949],[144662,358391],[143333,52405],[149920,59705],[145113,66834],[149843,75966],[147824,88053],[146856,96593],[147945,110728],[147103,126766],[147790,121856],[160303,299976],[162646,298732],[201776,306256],[192421,309622],[25104,-16832],[24228,-31788],[24587,-27768],[25500,-30194],[20497,-41291],[24970,7229],[16212,141623],[13683,18135],[15957,36127],[13892,37504],[21241,34813],[17806,39253],[21522,39059],[24002,41636],[24395,44734],[22355,46791],[17190,45015],[14273,48142],[16658,48252],[18687,50300],[19079,95017],[18315,121824],[283170,22047],[27286,-24647],[27290,-22717],[27133,-18874],[32114,-19231],[32701,-22759],[26646,-17250],[29556,-21703],[37104,-22206],[35464,-26817],[34438,-30894],[29569,-30900],[32402,-31514],[37047,-26119],[30507,-29002],[27968,-33597],[26520,-35369],[28235,-35559],[31146,-32576],[33654,-32541],[33314,-25577],[28134,-30979],[26405,-26480],[29422,-25405],[33418,-49182],[37264,151750],[29581,41558],[33230,43377],[36082,42290],[32998,41309],[29267,86886],[40267,-25521],[47216,-51975],[46424,8574],[45823,136001],[47051,132438],[43247,130813],[49165,147271],[44568,146105],[40747,19407],[38760,44689],[40949,44349],[42280,42056],[43589,39795],[45744,38827],[45062,42247],[49322,46151],[50931,43455],[44661,48928],[46954,51574],[43704,60390],[41116,61448],[48341,55544],[43206,62227],[45625,64911],[40944,64731],[49552,79345],[59620,-40673],[56873,9982],[51541,4467],[54511,131918],[60973,129556],[59773,135571],[54642,145340],[55472,20554],[57971,13363],[61401,12909],[52940,23552],[54025,45921],[57614,47594],[59552,48909],[52536,51494],[58134,53219],[51454,56474],[53807,68462],[55535,85758],[63571,93979],[63279,90753],[57169,113426],[61050,119141],[58062,121578],[58600,117811],[62793,116815],[59111,117390],[56287,124525],[55946,127113],[53646,125242],[51607,126052],[61706,122483],[56561,126158],[58873,120007],[65729,-22699],[69885,-29918],[70140,-31620],[66501,-47737],[66182,131339],[66696,138485],[71383,136072],[72107,129823],[69112,133435],[70290,51324],[73492,49621],[76541,59078],[64522,65652],[72476,64474],[76079,74867],[74557,70044],[71600,73005],[71309,95793],[76120,97987],[71044,102697],[68692,113404],[76560,103670],[68496,116837],[72461,115832],[84159,-6215],[81410,-7862],[77376,-24364],[82526,-22391],[79770,-23852],[86328,-19909],[86324,-13173],[80905,-25526],[83708,-26616],[82020,-26572],[83934,11268],[88743,10762],[82474,22637],[87217,25315],[88788,29097],[85510,48258],[79284,40038],[89032,47428],[77425,61717],[84657,62398],[79863,56678],[82069,55340],[80034,59939],[85068,59352],[78961,67643],[77279,66777],[81512,76662],[81486,71072],[88361,80022],[79513,77497],[77032,88825],[80437,79835],[86027,77287],[85302,86255],[81451,95467],[80265,101088],[83132,95705],[86999,90405],[84487,100557],[79818,102393],[82219,113467],[80629,109751],[84077,109203],[84477,105886],[80909,105439],[78455,124442],[87966,116307],[92009,-10927],[100753,-23997],[98397,-22502],[98777,-19185],[101451,-15157],[93273,-17439],[98460,-28532],[96121,-29414],[96051,-26333],[90857,-40928],[100835,12520],[98980,4730],[91117,12890],[96529,14174],[99375,17827],[93849,26544],[94802,31262],[94752,36014],[99782,42761],[93451,50686],[94221,49172],[98924,50313],[95105,63529],[101508,60970],[93244,64821],[96608,68649],[100583,72482],[96625,71921],[96765,67188],[97879,73416],[94979,77907],[96677,78304],[101217,78814],[92115,77568],[93417,90462],[91327,90209],[98239,100672],[100286,93641],[95802,90802],[93001,92707],[102303,101481],[97003,113642],[95225,103929],[98801,103490],[98697,104203],[107469,-8029],[105266,-5028],[108585,-24382],[110629,-23566],[103490,-21919],[106249,-13752],[108668,-17843],[106053,-16706],[108592,-30108],[104468,-25762],[114411,-25937],[114400,-28989],[104253,9679],[105552,7475],[111934,2280],[110086,3423],[106793,15669],[109295,14854],[111727,16601],[113218,20322],[113516,25783],[102450,38036],[113787,36367],[111471,36478],[112236,37707],[108007,28288],[111116,46341],[108069,39096],[106405,49776],[109652,54947],[110116,52973],[104922,61726],[113248,53775],[107212,59267],[104843,65931],[107779,77922],[110905,98858],[114788,90777],[105223,92675],[106898,90193],[105964,93121],[109788,103645],[103191,111538],[108267,113946],[102779,104850],[105641,123060],[116167,-11112],[116595,-13676],[127091,-22642],[123700,-26128],[127248,-30521],[117059,6887],[123142,4175],[125079,5534],[117861,495],[118607,17441],[121661,16937],[122338,35422],[127724,37856],[123260,26418],[121136,29283],[121513,27525],[122422,31570],[118603,37603],[115681,48299],[119727,45686],[126040,43572],[123383,39262],[118629,46844],[115861,42743],[127403,97798],[118464,110460],[123060,120931],[-117434,-36206],[-125247,138267],[-120402,128861],[-121672,130970],[-124676,134446],[-126987,136259],[-116963,137449],[-122561,138626],[-122033,307357],[-124063,299843],[-121353,84876],[-125881,108599],[-122428,106234],[-119288,115060],[-120895,126312],[-122358,118934],[-126245,124392],[-126129,120321],[-133080,-5649],[-135162,-1221],[-137450,-40240],[-136751,12500],[-128873,128496],[-137191,131247],[-132195,134496],[-130924,132509],[-132181,137882],[-131927,143068],[-138503,147925],[-133256,141595],[-139282,143567],[-134894,145000],[-136381,19700],[-129265,15735],[-130275,13692],[-129494,17177],[-130702,21613],[-128191,19071],[-137279,30385],[-137103,28107],[-132655,27456],[-130288,29439],[-133522,30738],[-140138,108321],[-140703,110699],[-136353,113463],[-128070,122439],[-137485,118037],[-149825,-8694],[-144720,-9989],[-151061,-2858],[-149185,-5169],[-152702,-949],[-151007,-1211],[-142356,-1250],[-141617,-6488],[-151447,-14003],[-149139,-15551],[-149546,-24235],[-146723,-50542],[-149223,-61056],[-152918,4930],[-150698,11243],[-152362,12219],[-152307,132663],[-147975,136209],[-148504,133544],[-141161,136515],[-142882,135188],[-142843,131799],[-143768,128283],[-147337,132246],[-143029,152961],[-148217,150717],[-152837,22717],[-150436,73727],[-147171,80412],[-141237,93986],[-142105,97631],[-147113,104155],[-142588,114772],[-150463,115239],[-140937,121020],[-148866,125494],[-151996,119297],[-142712,118736],[-141795,125952],[-159583,-8797],[-160881,-1839],[-155096,-3966],[-160055,-11825],[-155920,-20188],[-154717,-13772],[-160284,-23767],[-156658,-49269],[-160262,-49009],[-155931,-57538],[-162378,-56776],[-161597,-72238],[-156067,4890],[-156819,9517],[-164645,10892],[-154429,136047],[-161223,133423],[-155831,131653],[-154774,146148],[-157338,147042],[-160895,148103],[-158049,141227],[-156138,15328],[-155581,17695],[-156146,20107],[-164522,18317],[-162413,15801],[-165662,13377],[-158979,25130],[-157090,23329],[-160906,29852],[-161745,28156],[-164638,27992],[-155816,27263],[-164351,45979],[-164774,49351],[-165807,59784],[-151844,78004],[-159291,89962],[-164197,98910],[-157009,120989],[-154768,116747],[-155350,119738],[-158063,122182],[-157314,123548],[-162526,125258],[-169188,-7789],[-177104,-15357],[-178974,-12842],[-171769,-53665],[-167743,-62523],[-173690,-61751],[-166488,-69882],[-176702,1754],[-171854,135242],[-166490,138174],[-168521,130034],[-166758,145812],[-168160,18657],[-170717,18051],[-172604,14049],[-171259,37498],[-166588,49479],[-173462,51017],[-173507,56125],[-171197,64180],[-171810,60089],[-191057,26062],[-181846,50910],[-184004,43194],[-191496,108183],[-196098,-229821],[-202761,-243650],[-199982,-53564],[-198107,-58131],[-201912,130842],[-196438,135432],[-204055,26009],[-204189,32530],[-195156,30276],[-200934,48591],[-204589,63917],[-203914,56970],[-203981,54712],[-202838,65062],[-208826,-228920],[-208079,-236225],[-210475,-240388],[-211957,-250325],[-216748,-33876],[-207529,-56729],[-213353,-58742],[-209454,19770],[-216288,22033],[-214293,32178],[-214311,37410],[-210479,31804],[-209756,28163],[-211282,37747],[-215200,27696],[-215299,40753],[-209503,50112],[-216472,49085],[-209781,39925],[-211662,42553],[-215183,43988],[-204926,48979],[-212126,62035],[-212626,58135],[-208208,56936],[-209790,56058],[-205399,59264],[-207357,59678],[-217103,64843],[-207264,97097],[-211788,101868],[-212291,116262],[-226022,-240027],[-226279,-22910],[-227109,24741],[-228117,23543],[-223100,37881],[-223490,33754],[-227927,32228],[-229216,41896],[-225294,39062],[-220513,43463],[-225194,43464],[-224586,49988],[-228613,47997],[-220796,50046],[-218410,45460],[-228595,58024],[-221517,57628],[-218637,60155],[-219726,63788],[-224660,65340],[-223525,69259],[-232705,-228927],[-240415,-224180],[-231786,-235792],[-240883,-18502],[-242096,-35193],[-231885,20192],[-239515,22602],[-240717,32742],[-231095,29857],[-239424,44789],[-237078,40897],[-242045,42426],[-239232,41667],[-230593,45726],[-240419,53560],[-239484,59151],[-232198,56257],[-236222,65133],[-241880,70645],[-235158,128193],[-7533,-20855],[-11995,-23645],[-4326,-19803],[-833,-37607],[-3825,-80423],[-3760,4865],[-2804,34121],[-250423,-232341],[-251140,-23770],[-250717,-29153],[-248990,-72756],[-246938,11732],[-241978,139037],[-244497,130076],[-248388,20074],[-245639,18647],[-244949,21587],[-250643,22303],[-250299,28919],[-255347,33149],[-247973,45442],[-253317,47557],[-251437,48647],[-246015,60101],[-248099,56919],[-243874,51645],[-251939,68852],[-246643,127078],[-256537,-214496],[-265948,-224686],[-268434,-4540],[-263241,-9960],[-259332,-16749],[-263625,-35616],[-259182,-34748],[-265522,-504057],[-267946,3157],[-257950,26391],[-259842,34160],[-268045,26770],[-263362,36303],[-260172,43459],[-267477,44897],[-260315,44231],[-272673,-5057],[-273544,-3186],[-275271,11244],[-275670,15096],[-275840,16173],[-276869,16662],[-275983,30094],[-274121,30048],[-271970,36600],[-276386,33685],[-275197,36436],[-272093,40705],[-272141,44092],[-274898,46818],[-278343,42257],[-278299,40706],[-280596,55083],[-271661,53688],[-274482,92546],[-273404,99981],[-278224,95143],[-286031,-2720],[-287614,-3245],[-287086,-5494],[-292031,-10486],[-292916,-44137],[-283568,-46866],[-292241,22882],[-288810,26763],[-285436,33153],[-286487,39687],[-286504,68607],[-296634,-12574],[-302968,-10914],[-305025,-534],[-303809,-14216],[-306762,-34314],[-303195,-32124],[-302429,-42834],[-301117,-50429],[-302003,-52715],[-295280,-51111],[-301040,8827],[-305674,5207],[-299155,4808],[-305388,88599],[-311114,-14420],[-314660,-16755],[-314512,-20107],[-317497,-19715],[-318215,-16265],[-310692,-28822],[-311141,-47900],[-315554,-46465],[-308733,-54494],[-319088,27175],[-313088,40581],[-310644,39618],[-314557,75520],[-319309,69046],[-307887,85797],[-317668,82402],[-318829,99795],[-315079,96810],[-308008,100521],[-311827,91190],[-314149,103402],[-322647,-5411],[-321567,-7320],[-328387,-8082],[-326533,-11195],[-324385,-9359],[-328155,31125],[-325194,61582],[-320081,77627],[-322834,93869],[-325931,94085],[-344223,-5678],[-337709,-22262],[-342674,-17274],[-338172,-18903],[-339703,-16500],[-345107,-15184],[-344070,-20060],[-332832,27933],[-333205,38546],[-342178,26169],[-335527,95009],[-353649,-8777],[-351744,-6286],[-353261,-20020],[-356020,-24273],[-351992,-16706],[-350484,-22968],[-354103,-17057],[-348347,-19568],[-357804,-17401],[-358203,-21929],[-356420,-20775],[-351524,-37144],[-345643,-30613],[-350045,-32078],[-348030,-32602],[-353664,-28461],[-352437,-25954],[-357314,-32277],[-352041,-35359],[-349886,-26124],[-358316,-36324],[-356453,-28927],[-355720,-34763],[-355862,-31597],[-367617,-12396],[-361538,-20764],[-362875,-25121],[-365267,-17102],[-362053,-16468],[-364917,-14044],[-364030,-19087],[-370764,-20750],[-369785,-20678],[-367641,-23602],[-371091,-22993],[-366291,-29665],[-364715,-34918],[-360271,-34966],[-367528,-28546],[-359490,-32613],[-369403,-27181],[-367022,-26973],[-362592,-27816],[-359988,-30100],[-370278,-32041],[-366942,-33752],[-368254,-34688],[-367590,-40931],[-369595,-38422],[-370372,-39657],[-363558,-40249],[-366060,-38484],[-370544,-44895],[-14937,-2691],[-13511,-13172],[-25329,-20226],[-25514,-31548],[-382656,-10536],[-379634,-4618],[-379906,-2630],[-382696,-1443],[-378382,-16346],[-377311,-12851],[-372916,-15832],[-374712,-14488],[-376607,-17762],[-380496,-25345],[-378122,-21524],[-378739,-18885],[-381534,-30011],[-379502,-26420],[-373822,-27370],[-381469,-29253],[-373363,-31178],[-378181,-34909],[-377354,-37885],[-377256,-31794],[-377354,-46930],[-382933,-40586],[-379424,-42113],[-381856,-46076],[-372737,-39260],[-373702,-52128],[-380608,216200],[-383259,217187],[-387893,-5710],[-386251,-4978],[-386648,-9367],[-384852,-10456],[-385426,-14896],[-386837,-24917],[-389218,-24767],[-390725,-14691],[-389150,-23274],[-392584,-20473],[-385937,-16763],[-386029,-18339],[-390602,-21071],[-389329,-20158],[-388032,-35021],[-390302,-34154],[-391792,-37370],[-394820,-30974],[-388852,-28546],[-387662,-40340],[-384475,-48005],[-386886,-43287],[-388170,-46508],[-384621,-45579],[-389310,-38733],[-392129,-41711],[-386330,-52464],[-395554,2406],[-389812,216172],[-388610,224234],[-400487,-39608],[-400661,-41450],[-398583,-44508],[-400680,-46931],[-405592,-47286],[-400582,7157],[-407339,7723],[-407885,12760],[-398549,199664],[-398540,212291],[-400600,208471],[-400027,214585],[-404427,20402],[-409185,27798],[-416342,12791],[-413419,7301],[-413783,3641],[-409778,9457],[-422122,12602],[-413647,17132],[-415540,18758],[-416179,23660],[-422134,15612],[-411783,20379],[-419772,17792],[-421178,30077],[-409817,27120],[-415655,29385],[-433296,159459],[-432222,22706],[-425725,20408],[-428518,16046],[-424515,15679],[-446910,14433],[-437904,13889],[-444646,20271],[-452985,-11332],[-449409,-9100],[-448612,-14120],[-448095,-16149],[-452050,16409],[-26201,-23374],[-27051,-22033],[-27727,-29934],[-32590,-35216],[-28289,-32888],[-35724,-42798],[-31397,-38827],[-29581,-57827],[-43250,-1555],[-41606,-38090],[-39436,-41748],[-39789,-40953],[-41115,5894],[-40151,3174],[-42010,3485],[-49046,13647],[-47203,41601],[-49536,43672],[-665643,1683833],[-673157,1685863],[-61097,-12534],[-60358,-9886],[-52261,9910],[-51410,3280],[-52281,5234],[-62913,19952],[-52342,31664],[-56873,25822],[-51782,30055],[-61728,384902],[-54478,399857],[-54593,402824],[-63522,405623],[-61757,412721],[-63505,409979],[-58500,417161],[-61804,61176],[-55701,56493],[-53321,54319],[-57228,54584],[-64620,-3629],[-64134,-11222],[-76233,405083],[-69360,407046],[-76523,403259],[-71690,419344],[-64161,417615],[-67752,421218],[-72755,415963],[-69747,416153],[-74035,411611],[-75384,410332],[-74823,414233],[-75418,44850],[-70077,56759],[-65494,62110],[-68013,54939],[-64633,68009],[-67350,93206],[-84750,402541],[-83037,403848],[-80571,404598],[-77830,427340],[-78885,423390],[-85518,422990],[-100502,-40406],[-92113,394115],[-94599,387962],[-98397,408317],[-91507,415119],[-93736,422703],[-93330,425671],[-98368,48665],[-101922,57193],[-93755,52932],[-96559,73062],[-91513,68138],[-90715,88778],[-98126,97515],[-98103,103948],[-96532,116126],[-102737,-41129],[-111737,131530],[-109682,129777],[-113279,134667],[-104605,66270],[-110404,71646],[-104164,70546],[-110202,79904],[-108303,104575],[-107153,109793],[-115018,117387],[-108307,125249],[-104721,117055],[6707,-44967],[932,4107],[3126,36311],[417,35158],[4583,34169],[6782,34329],[9409,44635],[8805,49032],[11158,39058],[11620,51370],[131900,-5993],[129620,-8443],[134518,-19481],[136053,-31527],[128349,16881],[131994,14315],[128319,20451],[139219,314566],[136095,352364],[129547,28572],[132672,54008],[131628,75466],[138060,70296],[132522,84073],[137859,81279],[134553,112607],[143405,-14770],[149188,-14534],[142681,-35955],[140972,1137],[141717,3421],[143481,8336],[152070,355427],[142891,81775],[142747,96035],[145774,117208],[154073,302259],[155563,298921],[163934,294656],[154612,351160],[204257,308683],[25155,-51068],[22238,142348],[19170,33443],[17100,33475],[21890,33450],[23136,34726],[23411,36669],[14115,34925],[24360,39546],[22155,44163],[20436,43492],[19131,46490],[23310,49170],[13298,44582],[16446,50609],[21417,51474],[25493,80794],[23945,82738],[283488,26887],[34465,-23304],[30796,-26002],[28268,-28497],[27438,-46889],[34350,-46574],[35585,140591],[28151,140051],[30122,147481],[32578,154039],[38179,39732],[37948,42100],[34747,40413],[27510,43397],[32289,72772],[25823,78774],[44471,-23790],[48315,1761],[50493,128904],[44028,137499],[47373,134860],[38846,137083],[40014,129696],[42990,37863],[44711,36952],[48663,37358],[47532,39571],[46987,41733],[44102,43755],[40093,39576],[47838,48244],[44814,51149],[47996,53818],[44906,52999],[45955,54549],[39565,62558],[42896,78682],[46923,86338],[52087,-1993],[62712,-38964],[56567,-54476],[52731,130929],[62453,138006],[56429,136831],[55582,128685],[62276,140867],[51696,137233],[53206,142329],[55903,13686],[53842,38339],[51341,27944],[52847,42775],[55857,41847],[53517,41091],[52270,53406],[53119,55674],[61156,62577],[63465,101779],[62729,112726],[61641,103689],[58129,112356],[62489,106542],[61003,114224],[57900,124434],[62827,118745],[66497,-21519],[76608,-32137],[67716,-38192],[68156,142754],[76625,40910],[67179,46359],[72930,46661],[73599,45377],[74190,61074],[68739,59379],[74100,58156],[68376,66721],[75023,76953],[72085,69201],[76170,100443],[75313,93870],[64415,111025],[65106,113193],[66671,110219],[67582,108930],[70415,111809],[66961,107650],[64794,104306],[71140,104442],[71020,108836],[72282,125712],[69702,120580],[73144,115727],[70029,118892],[66388,122938],[64592,124238],[66963,127985],[76710,120021],[81084,-11435],[77267,-6678],[87509,-11323],[77538,-22410],[77014,-30658],[88011,-31759],[88555,-29757],[87859,12880],[87615,4389],[86385,1545],[87341,23527],[81573,26198],[84291,30614],[82101,35038],[81544,41874],[80224,43916],[86590,50988],[88591,40384],[78558,62491],[87933,57502],[83163,51825],[83165,65307],[83094,73215],[86138,64711],[87691,84498],[83202,81814],[85050,80050],[77738,77044],[82134,90120],[78537,99821],[82151,97983],[88691,90751],[87049,101074],[77280,114362],[80069,108537],[81393,112688],[77096,110727],[79379,106900],[77025,127030],[81986,121521],[93533,-10438],[96377,-23091],[99106,-14512],[97448,-16326],[89943,-17920],[89961,-34390],[102189,-28639],[97978,-26267],[89810,-40199],[99670,1092],[94310,11257],[96688,3359],[93917,14707],[92841,18840],[101708,20900],[101162,36964],[96917,37744],[94154,47172],[90469,46397],[97462,44640],[94035,39355],[101707,41113],[101949,47918],[94197,42305],[101599,44155],[90224,59511],[94236,59277],[101234,55986],[99845,59434],[98928,64094],[96514,65141],[101956,64537],[97206,75667],[97352,81717],[90495,80780],[90833,88422],[100932,90547],[91263,94833],[90142,114404],[99725,107266],[101965,120576],[112284,-8235],[114085,-7360],[113202,-5645],[103964,-14800],[107824,-15311],[106806,-18718],[109690,-14462],[108497,-20489],[112204,-22104],[105603,-15341],[102416,-19709],[104112,-30223],[107143,-26812],[107800,3961],[109806,12459],[102812,16095],[106407,13415],[110107,16107],[113785,22513],[103552,36348],[105524,26945],[108233,33337],[114266,33517],[106791,42382],[107795,44666],[112741,44437],[114071,44890],[111515,50947],[110521,48976],[105788,60132],[104806,74414],[104974,76949],[103027,69836],[105929,67412],[105567,84117],[106400,80413],[105565,88954],[103620,98170],[104983,100141],[114548,93236],[113040,96811],[109197,92385],[102454,90202],[105180,108063],[112370,108254],[112820,112267],[109036,119181],[118162,-3141],[116721,-101],[123689,-17403],[121189,-14234],[127362,-24928],[122002,-16066],[123611,-37274],[118807,-34579],[116745,11045],[122170,12828],[125869,2766],[119526,7082],[115733,14128],[115270,22700],[123056,15208],[126021,23816],[118208,25117],[125221,37884],[118310,26930],[120847,37998],[119980,32776],[117682,42226],[116564,38704],[115967,55350],[125181,52618],[122030,82946],[118683,101463],[126013,112598],[127287,122158],[-1270662,1534323],[-1269141,1535440],[-1279253,1535865],[-1273449,1538297],[-1269113,1540528],[-1277312,1536872],[-1276336,1540970],[-1277234,1700983],[-1271358,1714549],[-1273733,1710719],[-1274195,1714138],[-1271419,1713627],[-1270229,1713704],[-1277798,1709883],[-1278278,1706821],[-1278279,1702628],[-1274928,1725666],[-1273306,1726713],[-1274548,1726820],[-1269376,1723575],[-1267637,1723747],[-1278539,1724657],[-1275442,1725864],[-1272390,1717215],[-1272172,1728867],[-1270382,1728252],[-1275583,1740625],[-1274671,1729422],[-1274741,1733400],[-1270224,1734540],[-1271149,1737158],[-1272666,1739036],[-1273008,1738832],[-1277908,1740960],[-1278335,1731950],[-1277653,1733950],[-1277267,1734852],[-1277519,1734750],[-1276844,1733034],[-1292437,1481355],[-1292205,1487243],[-1285762,1525775],[-1286957,1534820],[-1280694,1537359],[-1290536,1700419],[-1283338,1696049],[-1284290,1699556],[-1292034,1714013],[-1284367,1709646],[-1288713,1713495],[-1292563,1713995],[-1284626,1725152],[-1285570,1723576],[-1289470,1724366],[-1281570,1720515],[-1280611,1719515],[-1285164,1716499],[-1291829,1717465],[-1303695,1341830],[-1298760,1331405],[-1295941,1492425],[-1295704,1495178],[-1301337,1507163],[-1295130,1695010],[-1296917,1695405],[-1302583,1699427],[-1299573,1701907],[-1296667,1707903],[-1295409,1707872],[-1304060,1704736],[-1302590,1718670],[-1300292,1717894],[-1298166,1722174],[-1296706,1722940],[-1318176,1342463],[-1317950,1339757],[-1311135,1342847],[-1309893,1339173],[-1309296,1332147],[-1311304,1334030],[-1306291,1334305],[-1316821,1350545],[-1306461,1344433],[-1318250,1354766],[-1313417,1354837],[-1314595,1351212],[-1307109,1700410],[-1327295,1342813],[-1325465,1340735],[-1329838,1343703],[-1328554,1340298],[-1325726,1337502],[-1322281,1333435],[-1319418,1338008],[-1325390,1339153],[-1321719,1336852],[-1323276,1342053],[-1325617,1348908],[-1327601,1345471],[-1327450,1350719],[-1326246,1353872],[-1330226,1345868],[-1328558,1349383],[-1329025,1352800],[-1322775,1350814],[-1321356,1347331],[-1321074,1352938],[-1321955,1354952],[-1319067,1344963],[-1322376,1355628],[-1326748,1352065],[-1320194,1351614],[-1343144,1432600],[-1341372,1446868],[-1342681,1452651],[-1339402,1450553],[-1340541,1466582],[-1339401,1468644],[-1341975,1246510],[-1336546,1270991],[-1339603,1273143],[-1356426,1295609],[-1348437,1418052],[-1352935,1418003],[-1352439,1419281],[-1344592,1435421],[-1348711,1469655],[-1343448,1242782],[-1351576,1248290],[-1354034,1243913],[-1355801,1245638],[-1344102,1255240],[-1353962,1274989],[-1361063,1286917],[-1359109,1297068],[-1367583,1379505],[-1365940,1376276],[-1366594,1370892],[-1366913,1371028],[-1359879,1386869],[-1364838,1384537],[-1362564,1385209],[-1367791,1393439],[-1367902,1398050],[-1359504,1416310],[-1368904,1241551],[-1369200,1247097],[-1380456,1293695],[-1374828,1369701],[-1376994,1373796],[-1375099,1382416],[-1377653,1381501],[-1374829,1375881],[-1371990,1378014],[-1372301,1378498],[-1381561,1392340],[-1374044,1397617],[-1379872,1244964],[-1383303,1283007],[-1389531,1286045],[-1384613,1373831],[-1390534,1382955],[-1383523,1390614],[-1382933,1388822],[-1384367,1247726],[-1389459,1254591],[-1392257,1265091],[-1394370,1266912],[-1387085,1276420],[-1385338,1279983],[-121348,-209040],[-117208,295616],[-118979,295670],[-122911,316616],[-122055,315576],[-1405029,1019811],[-1398040,1275955],[-1396190,1276385],[-1417996,1406608],[-1414937,1411417],[-1418500,1410258],[-1415300,1408447],[-1428252,1393533],[-1427906,1399702],[-1429142,1401737],[-1433305,1400725],[-1431403,1398282],[-1425713,1397723],[-1435255,1399004],[-1453217,1402221],[-1457075,1400029],[-1454936,1397577],[-1446449,1407717],[-1454001,1403770],[-1451211,1404208],[-1449413,1411680],[-1448380,1410031],[-1449313,1176559],[-1449563,1177142],[-1457256,1175677],[-1458895,1188828],[-1455532,1189361],[-1451926,1186401],[-1456164,1189176],[-1450612,1190016],[-1450189,1189215],[-1450826,1182634],[-1454268,1183767],[-1451296,1190476],[-1453164,1195803],[-1456155,1206146],[-1459194,1205070],[-1455102,1207697],[-1459094,1238365],[-1463978,1399448],[-1461156,1397593],[-1471933,1403349],[-1467099,1101385],[-1470511,1106994],[-1461616,1174354],[-1459451,1171775],[-1460414,1193255],[-1460262,1241670],[-1461080,1238010],[-1466409,1229231],[-1476086,1396500],[-1480179,1404707],[-1475862,1406022],[-1472860,1095967],[-1476991,1099427],[-1476908,1105980],[-1482756,1113750],[-1480005,1107809],[-1480358,1264982],[-1477553,1269283],[-1483588,1273812],[-1480708,1274789],[-1479393,1271014],[-1491446,1281950],[-1492044,1281630],[-1497072,1283192],[-1495607,1281493],[-1496294,1282029],[-1496240,1288632],[-1495827,1289602],[-1496589,1289770],[-1490624,1301939],[-1492873,1303217],[-1493638,1393906],[-1488159,1389928],[-1490947,1391440],[-1493063,1388414],[-1493169,1393785],[-1490800,1405166],[-1489425,1417436],[-1487122,1412204],[-1494866,1410125],[-1487192,1111284],[-1487926,1112268],[-1486176,1106809],[-1488926,1116694],[-1491052,1278091],[-1484987,1276930],[-1508807,1289760],[-1506039,1299115],[-1502142,1299867],[-1499142,1303329],[-1508032,1379534],[-1507957,1390119],[-1504482,1391853],[-1505106,1388271],[-1508031,1387735],[-1506664,1384871],[-1506168,1392617],[-1506815,1394876],[-1503754,1395065],[-1501557,1267222],[-1500318,1272443],[-1503388,1272936],[-1508188,1277780],[-1509045,1278748],[-1508264,1279244],[-1502065,1277026],[-1516169,1377119],[-1514914,1388188],[-1514708,1386431],[-1514332,1386369],[-1520501,1388884],[-1522146,1382753],[-1520491,1388494],[-1521631,1388625],[-1516469,1386992],[-1522581,1387187],[-1514678,1391376],[-1521589,1389262],[-1518101,1392578],[-1517676,1389858],[-1521719,1392249],[-1510449,1397858],[-1517092,1395729],[-1522173,1399002],[-133312,-7089],[-136071,-36754],[-134790,10198],[-134405,16860],[-139186,17976],[-128737,31263],[-133292,34619],[-1534798,1381250],[-1524417,1389053],[-1528587,1382939],[-1528390,1385699],[-1527451,1393268],[-1526516,1385172],[-1524666,1385217],[-1525494,1385793],[-1524421,1392164],[-1523513,1399665],[-1523717,1395715],[-1526068,1398368],[-1524808,1396582],[-1527291,1395818],[-1530370,1112310],[-1529044,1108096],[-1532395,1111371],[-1532357,1110967],[-1548290,1373636],[-1548372,1108194],[-1545576,1108399],[-1546174,1113315],[-1553142,1373997],[-1553666,1375414],[-1554618,1374618],[-1551115,1378923],[-1552006,1377921],[-1550063,1108062],[-1550853,1109087],[-1553732,1112630],[-1565251,1323761],[-1570466,1324851],[-1572234,1327988],[-1570534,1325289],[-1574371,1342399],[-1571825,1333377],[-1573100,1348911],[-1573762,1105847],[-1574413,1327564],[-1578760,1330729],[-1575469,1328139],[-1579283,1338492],[-1580122,1338344],[-1580968,1337402],[-1578225,1343541],[-1582575,1340694],[-1580124,1345356],[-1576890,1348219],[-1574878,1103073],[-1578124,1105034],[-1577047,1104743],[-1590092,1109072],[-1595197,1111332],[-1593937,1111186],[-1598409,1109844],[-1599397,1112417],[-1596151,1106881],[-1595436,1108913],[-1598260,1116296],[-1599075,1116487],[-1591526,1117311],[-1589482,1119484],[-1610856,1111561],[-1612737,1112700],[-1607590,1108634],[-1604292,1111131],[-1608284,1121118],[-1612214,1124659],[-1604663,1120715],[-1608313,1125419],[-1621675,1130714],[-1621465,1139500],[-1626010,1146399],[-1627925,1143126],[-1636404,1161632],[-1630555,1161017],[-1640205,1145115],[-1648720,1144357],[-1648255,1150275],[-1642122,1150894],[-1647875,1158479],[-1644055,1154676],[-146730,-167215],[-147196,-10836],[-150726,-19204],[-147748,-20152],[-146157,-37105],[-147314,-35604],[-145682,22063],[-145152,14997],[-144266,20739],[-149159,20226],[-142166,32520],[-149394,32884],[-150999,31723],[-145432,42066],[-148925,90846],[-1657139,1137881],[-1654919,1141596],[-1660610,1145595],[-1656020,1144979],[-1653243,1144913],[-1658135,1155917],[-1660777,1153937],[-1675182,1143061],[-1674818,1147048],[-1669629,1143813],[-1667890,1146405],[-1689495,1143673],[-1689589,1140447],[-1684675,1140559],[-1682956,1139807],[-1682148,1144148],[-1677956,1147404],[-1697048,1115351],[-1692896,1117543],[-1692175,1121047],[-1693779,1126486],[-1695104,1118380],[-1695863,1122899],[-1691115,1125315],[-1696557,1137219],[-1691455,1135712],[-1699781,1136822],[-1699401,1140502],[-1696588,1140121],[-1701845,1142191],[-1699735,1145579],[-1691320,1146914],[-1707985,1100741],[-1714581,1092895],[-1714421,1095509],[-1710869,1103492],[-1709515,1103335],[-1705890,1107378],[-1712974,1108142],[-1706863,1110695],[-1706217,1119917],[-1706164,1122171],[-1711438,1125349],[-1712451,1119670],[-1711769,1121315],[-1712970,1121604],[-1711974,1117644],[-1707241,1117735],[-1704661,1127214],[-1703485,1126953],[-1707733,1130141],[-1704480,1138788],[-1704980,1143908],[-1708745,1141331],[-160116,-115181],[-157000,-171184],[-161223,-204330],[-159911,-254685],[-166375,-24610],[-164596,-24342],[-153836,-24476],[-156316,-21826],[-158646,-19743],[-165967,-36993],[-157006,-28467],[-157344,-29210],[-155962,-32178],[-157484,-27226],[-164846,-35061],[-163530,-43046],[-165558,-43462],[-166289,-49538],[-165400,-49985],[-163367,-49980],[-165246,-44250],[-165962,-44100],[-165040,-89840],[-160608,6162],[-165302,1315],[-159426,3888],[-157875,5387],[-157985,17713],[-159477,40147],[-162859,39547],[-159312,56897],[-157467,57177],[-157710,53855],[-175254,-237053],[-179067,-238552],[-178374,-230949],[-171091,-3740],[-172316,-2680],[-175952,-7366],[-177339,-7182],[-178431,-8805],[-175400,-9892],[-177113,-4427],[-176562,-1807],[-174462,-3717],[-171250,-943],[-171181,-8698],[-173157,-246426],[-175279,-23851],[-169663,-19072],[-170610,-17806],[-177332,-18458],[-177964,-16079],[-177167,-21987],[-173111,-30943],[-171550,-29701],[-175455,-31403],[-168511,-26898],[-172057,-26182],[-176800,-25709],[-171386,-35558],[-176299,-37756],[-171753,-37855],[-177551,-47143],[-166658,-41879],[-167879,-41480],[-170174,-40163],[-172490,-39170],[-173314,-38692],[-171824,-39761],[-175416,-38839],[-169565,-46696],[-168029,-47372],[-166960,-47688],[-176532,-43622],[-175607,-43999],[-173220,-43622],[-168886,-41907],[-171063,-48557],[-175050,-46475],[-173864,-48244],[-167816,-38478],[-168643,9477],[-175610,3972],[-167872,12720],[-175483,19506],[-169908,74904],[-173067,82537],[-181720,-213948],[-191188,-216829],[-185503,-233856],[-183872,-238351],[-184624,-10084],[-182686,-3127],[-189160,-3782],[-190516,-2117],[-180681,-4071],[-190886,-249661],[-180971,-22437],[-183476,-20602],[-183500,-16054],[-183873,-14224],[-185972,-24956],[-179699,-33420],[-187588,-35295],[-183532,-32140],[-181454,-27152],[-183821,-28262],[-180178,-31623],[-190192,-34500],[-188233,-30475],[-185180,-33982],[-182068,-37733],[-188468,-26535],[-188561,-40602],[-187292,-45206],[-184559,-42575],[-183933,-40432],[-182439,-39604],[-190128,-46964],[-189166,-50916],[-179664,-39347],[-182998,-44337],[-183726,-44843],[-180575,-46674],[-182503,-50139],[-191509,-58347],[-183791,7799],[-181661,1889],[-182484,5330],[-185097,9959],[-183290,9582],[-182310,6593],[-186622,4580],[-186248,2918],[-183694,2059],[-180858,7165],[-181291,11319],[-187688,22546],[-189111,18702],[-180802,258908],[-182632,293629],[-187526,292168],[-190951,295637],[-188315,303523],[-182364,299542],[-185567,37181],[-190773,44308],[-183009,114970],[-184448,114919],[-183701,113067],[-188948,114466],[-188008,117180],[-186138,115047],[-187498,117446],[-184618,115926],[-190475,115351],[-200117,-232112],[-202951,-240874],[-194960,-247518],[-203230,-251797],[-202353,-257754],[-195614,-19776],[-200260,-15238],[-198508,-12968],[-192154,-34966],[-196722,-42014],[-194100,-41486],[-196302,-40080],[-198520,-45340],[-202502,-39113],[-203452,-61431],[-199025,-52197],[-204089,-52732],[-199785,-57240],[-192973,-54685],[-202478,-56461],[-197894,-83698],[-198524,10307],[-202270,12856],[-202147,11796],[-197719,19786],[-198218,18416],[-195268,16539],[-200226,25244],[-197313,23336],[-195414,34487],[-193003,36262],[-194315,40331],[-196014,45178],[-199420,63584],[-198766,52361],[-192043,117098],[-192097,118974],[-215497,-150448],[-213900,-236400],[-211006,-10111],[-213552,-10865],[-214892,-11541],[-210003,-1880],[-211823,-1108],[-216457,-1163],[-216353,90],[-212572,-249193],[-214593,-252285],[-207537,-244716],[-210744,-244698],[-213591,-21385],[-214974,-44680],[-213625,-47708],[-208822,-46667],[-215596,-51478],[-207024,-60457],[-214057,-54707],[-209018,-56227],[-212387,-57885],[-215977,-59585],[-215200,-76727],[-214686,-79210],[-212909,-91358],[-207952,4932],[-207324,11742],[-211669,12775],[-215783,11587],[-217009,25756],[-213301,22971],[-209839,30358],[-209157,30620],[-210844,27774],[-208212,48617],[-214785,73671],[-205966,70559],[-209749,86880],[-211034,88527],[-221119,-190927],[-227686,-196274],[-227355,-224366],[-226441,-230365],[-226691,-234528],[-221440,-3184],[-220974,-4670],[-226445,-244627],[-230254,-12936],[-227100,-16738],[-225658,-18144],[-220140,-50828],[-222605,-51408],[-229551,-58008],[-217882,-61502],[-226176,-57579],[-222338,-63999],[-218505,-69547],[-227876,-71017],[-223671,-75357],[-222215,-72782],[-220458,-74027],[-228657,-66123],[-219162,-82587],[-221442,-76883],[-220902,8553],[-226415,7346],[-224458,8749],[-229538,3811],[-222176,12456],[-226306,11224],[-230277,340054],[-227980,358597],[-228927,39074],[-227481,588738],[-225635,60635],[-225484,55275],[-227007,76190],[-223348,78495],[-229946,98810],[-226327,99607],[-223767,103893],[-234574,-118759],[-241698,-175160],[-237699,-188472],[-236031,-228874],[-240948,-220932],[-232904,-11846],[-239365,-8554],[-235986,-1644],[-234042,-1094],[-236259,-3699],[-237235,-3503],[-232338,-17632],[-236678,-13679],[-233369,-32661],[-234370,-43898],[-234526,-45013],[-239277,-87323],[-238985,-90686],[-240578,-109677],[-231137,3237],[-236815,133647],[-242850,24100],[-239736,325030],[-232325,325242],[-232861,326373],[-235238,331925],[-240259,332072],[-238417,344790],[-231296,335947],[-232954,334536],[-240531,338666],[-235739,357722],[-237630,351619],[-240719,349338],[-233773,361641],[-243066,28484],[-240773,26301],[-239593,29326],[-242630,39666],[-240234,40123],[-239291,43063],[-239308,592313],[-242825,593922],[-235757,596519],[-232146,54049],[-231171,66254],[-235172,72741],[-240512,71463],[-236527,89420],[-232017,88129],[-236350,79983],[-233463,97567],[-241190,94241],[-238084,121542],[-779,605576],[-2197,614101],[-243750,-119711],[-246896,-171772],[-247475,-178860],[-247357,-203898],[-249484,-227378],[-245218,-239994],[-251507,-8802],[-245368,-244332],[-246130,-26972],[-247988,-25535],[-250066,-25537],[-249798,-86757],[-246209,-84052],[-245765,-89075],[-245367,25324],[-245967,329855],[-254205,336775],[-246959,337473],[-243344,338845],[-244114,340131],[-243346,37155],[-244829,29543],[-254523,394952],[-254668,390289],[-251008,58831],[-251616,64576],[-244248,66383],[-249952,69988],[-250163,85500],[-250057,80851],[-247126,80612],[-253067,100466],[-253251,112883],[-254165,102695],[-253782,112806],[-265766,-178066],[-265485,-189219],[-267224,-185824],[-263210,-198479],[-257447,-222037],[-259127,-3863],[-262871,-37742],[-263806,-44401],[-262262,-39362],[-262503,-59432],[-261643,-77181],[-267058,-84167],[-261919,326920],[-257900,337286],[-259613,333730],[-261239,388671],[-266884,388664],[-260928,386094],[-259512,399440],[-261464,72018],[-259160,79967],[-259850,81121],[-262197,81165],[-265020,113652],[-264878,114501],[-263194,106381],[-264344,113307],[-263428,114091],[-258376,114997],[-266650,115642],[-266029,119181],[-265099,118829],[-257643,119536],[-260039,117898],[-271411,-156537],[-274980,-191322],[-279159,-209034],[-272800,-78745],[-274910,381864],[-273778,390489],[-279321,394517],[-275191,404212],[-275345,399813],[-273058,409987],[-277830,48171],[-281383,53136],[-279762,54405],[-280289,57673],[-278670,61062],[-273780,52410],[-273637,54739],[-275541,72932],[-268444,93290],[-274915,90784],[-277102,91738],[-271760,105308],[-271791,105070],[-273419,107529],[-276700,118291],[-290588,304096],[-292602,305414],[-288915,314169],[-292855,313621],[-290953,38241],[-294377,393331],[-282467,404036],[-284289,398420],[-283356,418223],[-287569,417536],[-284946,47787],[-286957,46986],[-292876,49724],[-289549,48141],[-283754,55647],[-286185,70242],[-291294,101707],[-283498,100075],[-289445,103664],[-288434,104093],[-305761,-57412],[-305997,300641],[-298263,304827],[-295695,305914],[-295043,312267],[-296350,316650],[-295441,318800],[-302709,318792],[-301309,309220],[-298401,312523],[-300618,320749],[-306757,323177],[-299595,32424],[-297290,36138],[-300916,396644],[-300972,387726],[-302409,403232],[-299410,404324],[-305373,409000],[-301192,421079],[-294422,511983],[-305198,507069],[-306456,502860],[-302861,47194],[-300722,66548],[-304269,108870],[-303120,117982],[-317970,-798],[-313212,299218],[-311201,301814],[-309683,303438],[-316094,318471],[-307726,317714],[-312321,307633],[-316918,322979],[-314904,37080],[-307941,35187],[-308347,511303],[-316777,41229],[-310297,45378],[-313115,518762],[-310047,523254],[-310879,520830],[-309240,515867],[-307502,525440],[-314396,56723],[-317152,70958],[-307808,77998],[-309932,104534],[-316636,94493],[-309001,92277],[-313541,95506],[-329747,-5284],[-326413,-19402],[-326009,2876],[-331506,11318],[-327212,298453],[-328501,322170],[-324846,325515],[-325230,335894],[-324325,30686],[-331939,31885],[-325728,31703],[-320172,34316],[-322202,64200],[-320696,84446],[-325058,79623],[-330957,95303],[-324651,91609],[-324157,96028],[-335432,-16846],[-340074,5458],[-335959,13023],[-343936,15949],[-341667,23755],[-336383,20751],[-340726,20144],[-343076,290925],[-341639,299837],[-340006,304767],[-333865,319692],[-344883,319875],[-340264,307614],[-345088,315649],[-344564,324445],[-335638,322913],[-335621,326626],[-333727,337868],[-343412,26291],[-334919,31347],[-340266,43252],[-354779,-9147],[-356789,279405],[-350208,289078],[-348401,283087],[-355342,285847],[-351047,291775],[-346903,306671],[-346650,308976],[-351183,312165],[-353767,332651],[-357428,329017],[-355270,335829],[-353977,339081],[-349173,37435],[-359885,-8304],[-366358,280314],[-360782,280872],[-362762,294690],[-370625,295736],[-367939,316157],[-369050,319920],[-366616,328161],[-361162,329105],[-368397,337703],[-359956,336066],[-364530,335696],[-377576,219526],[-376296,222975],[-373076,289446],[-383501,306019],[-379428,310160],[-372005,314057],[-372362,331695],[-372181,332604],[-391026,227571],[-387001,226134],[-384899,312447],[-394887,356998],[-391908,357009],[-389514,368341],[-395437,397872],[-386487,399756],[-403183,10562],[-404399,202276],[-401062,210810],[-397712,221400],[-409399,22785],[-399296,334674],[-397603,338352],[-407381,333702],[-401831,357393],[-399326,346224],[-405903,365531],[-409403,485305],[-407247,491909],[-407963,502701],[-412861,485222],[-412630,483400],[-417370,491991],[-419140,497871],[-414437,493713],[-410888,497584],[-414140,488006],[-411758,493718],[-433483,204462],[-432072,226042],[-429949,230837],[-431559,232126],[-425264,298500],[-422881,495078],[-447084,191065],[-443200,189960],[-442224,193606],[-436604,195061],[-438413,206135],[-444394,207747],[-437445,219663],[-447342,225603],[-446009,228037],[-445975,234770],[-435516,237093],[-435421,241109],[-442211,237424],[-442718,233283],[-446103,236542],[-435847,22622],[-448842,210190],[-450417,213446],[-450618,223838],[-449111,219371],[-452160,218356],[-498543,369493],[-493585,370238],[-487776,377412],[-491845,373120],[-493572,377183],[-492871,381781],[-490188,377592],[-489732,372486],[-495899,394074],[-496153,384715],[-501460,368124],[-509337,374050],[-504186,380508],[-511946,371636],[-507336,375241],[-507695,388952],[-501002,390687],[-509895,399077],[-520119,369860],[-513132,375719],[-514499,373661],[-518917,375307],[-512436,384929],[-523010,546354],[-540351,-385279],[-547687,192142],[-549179,199884],[-544823,198981],[-543150,204258],[-549342,208314],[-548630,205167],[-546813,212437],[-562538,187513],[-561038,184782],[-553370,199231],[-557263,197813],[-559969,195019],[-554046,204281],[-552581,193577],[-562067,208096],[-554559,210258],[-574876,1766526],[-575736,1769612],[-575063,176892],[-572343,182847],[-564426,190279],[-563918,195754],[-563235,201276],[-565851,192402],[-578948,1764431],[-587912,1757228],[-581005,1763301],[-578863,1760858],[-586798,1766406],[-584738,1762052],[-584659,1760409],[-584307,1757488],[-583054,1760707],[-581888,1761115],[-588378,1765990],[-583381,1771908],[-583664,1770716],[-582522,1768067],[-580481,1767025],[-588103,1770385],[-583377,1766693],[-583061,1773919],[-579217,1767978],[-588727,1777448],[-586156,1778161],[-585882,1774193],[-583645,1776993],[-580091,1775677],[-581672,1774692],[-587347,1775253],[-585423,1784850],[-583935,1780886],[-587707,1783789],[-578070,185906],[-579091,192090],[-579011,188665],[-576962,188978],[-578296,196882],[-601032,1764793],[-589863,1765427],[-590808,1766866],[-591072,1769995],[-589917,1772648],[-589317,1774275],[-590501,1771314],[-589153,1775351],[-591936,1775341],[-591890,1777521],[-589940,1768358],[-600100,1768640],[-597310,1767282],[-596907,1768619],[-597686,1770955],[-589060,1780759],[-592719,1783872],[-600916,211915],[-592668,209475],[-593750,213767],[-590636,208735],[-604017,1767109],[-602177,1768020],[-604713,1775319],[-606480,1768614],[-602943,1768448],[-603073,1773161],[-602778,1774467],[-606284,1772962],[-607215,1772513],[-607122,1770082],[-602012,1771354],[-603570,212738],[-609125,55482],[-602863,53417],[-613448,62675],[-612292,53049],[-614043,65034],[-610018,65291],[-620321,58759],[-637537,-290509],[-643688,-268325],[-652208,-267443],[-652743,-276867],[-649984,-284744],[-642351,-287092],[-646137,-290743],[-646067,-287541],[-643412,-291038],[-653734,-266355],[-656498,-265466],[-656308,-269744],[-660487,-276813],[-653081,-280760],[-656384,1684711],[-657424,1683855],[-677384,1679008],[-677330,1680779],[-60040,328692],[-53741,325054],[-61213,329729],[-55919,325193],[-55280,329615],[-53203,331357],[-56582,333626],[-59355,335257],[-55735,333047],[-67313,-73403],[-67186,-71045],[-67414,394270],[-74022,400932],[-69080,403047],[-67640,400623],[-67144,402883],[-65638,410069],[-88699,270646],[-88073,390686],[-85103,392281],[-1092522,1536186],[-1088740,1549069],[-1091301,1552106],[-1088156,1583072],[-1109618,1523147],[-1110397,1522116],[-1110987,1518782],[-1105946,1524837],[-1109255,1524848],[-1108585,1523861],[-1111969,1535191],[-1102252,1534267],[-1109338,1544026],[-1108699,1544041],[-1107664,1539632],[-1107503,1537297],[-1107724,1545649],[-1126059,1498119],[-1118055,1510019],[-1122523,1509417],[-1121099,1511726],[-1118937,1512662],[-1115533,1526942],[-1132857,1497312],[-1131661,1497858],[-1135121,1509978],[-1126496,1502358],[-1131512,1500262],[-1132542,1510665],[-1133196,1528026],[-1136896,1524841],[-1129532,1524690],[-1127096,1528120],[-1127764,1529762],[-1132316,1638729],[-1132247,1643311],[-1134930,1642740],[-1136587,1643910],[-99375,210818],[-91491,266176],[-96761,267848],[-96794,272511],[-97004,398121],[-97166,414115],[-91623,423619],[-91207,627781],[-1141835,1509695],[-1148195,1512904],[-1149264,1517226],[-1148580,1516897],[-1146048,1511573],[-1141654,1653242],[-1139931,1655908],[-1164418,1507357],[-1163689,1510768],[-1153323,1511640],[-1163189,1525733],[-1160766,1647838],[-1161222,1649597],[-1163548,1663765],[-1159783,1665096],[-1164522,1735783],[-1163184,1750655],[-1160108,1753069],[-1171880,1504703],[-1167143,1513656],[-1176412,1530324],[-1172589,1523997],[-1168768,1524965],[-1168648,1648386],[-1168074,1652574],[-1168970,1661749],[-1167377,1665288],[-1168408,1665101],[-1176493,1676213],[-1177192,1738632],[-1167331,1737912],[-1166306,1739045],[-1171154,1746602],[-1188787,1532973],[-1178567,1532999],[-1180112,1532680],[-1184156,1542976],[-1185286,1546821],[-1186204,1547832],[-1178905,1538093],[-1180257,1547527],[-1177699,1541326],[-1189304,1669224],[-1189789,1671797],[-1185546,1667873],[-1187247,1668249],[-1179660,1668370],[-1180086,1668179],[-1183282,1738232],[-1178259,1739761],[-1187853,1742824],[-1182703,1742135],[-1201094,1529832],[-1196269,1535864],[-1202725,1538634],[-1201128,1540769],[-1191694,1547831],[-1201128,1543342],[-1194697,1542982],[-1200238,1541543],[-1198657,1551570],[-1197552,1551291],[-1202117,1550051],[-1202067,1673955],[-1190558,1671292],[-1190516,1673027],[-1195175,1672843],[-1195838,1673267],[-1197520,1671037],[-1196672,1670922],[-1201156,1746324],[-1195157,1749246],[-1215673,1508074],[-1210735,1510781],[-1211767,1512801],[-1207941,1518550],[-1204938,1527410],[-1206944,1524621],[-1207441,1530654],[-1204608,1675071],[-1207599,1679323],[-1208246,1681258],[-1209034,1684891],[-1211380,1679480],[-1209990,1678947],[-1212193,1682785],[-1211482,1681556],[-1215654,1695302],[-1214987,1690848],[-1214832,1693001],[-1219895,1509532],[-1219828,1505954],[-1226201,1511478],[-1228547,1519708],[-1224526,1523013],[-1225604,1519192],[-1221859,1688179],[-1222458,1687761],[-1218282,1683133],[-1217702,1681476],[-1226135,1678580],[-1226669,1682389],[-1227377,1685124],[-1227788,1679595],[-1224124,1702052],[-1219887,1696041],[-1225031,1694151],[-1228780,1691304],[-1221367,1695569],[-1220639,1693172],[-1226893,1709737],[-1233539,1488229],[-1236112,1489751],[-1238851,1521990],[-1239498,1520865],[-1239566,1518173],[-1238407,1521626],[-1230620,1517644],[-1229539,1514171],[-1236783,1688995],[-1233248,1685328],[-1241507,1688078],[-1235933,1699308],[-1235600,1700625],[-1231131,1695569],[-1233097,1698720],[-1235134,1709118],[-1232014,1711105],[-1230649,1709216],[-1229284,1710853],[-1236385,1706615],[-1238350,1705512],[-1240120,1705226],[-1243360,1518340],[-1243461,1520998],[-1247917,1523028],[-1246874,1521821],[-1252401,1526140],[-1253097,1533267],[-1245457,1525262],[-1242207,1526984],[-1242028,1525892],[-1250996,1526044],[-1249655,1529367],[-1248431,1526383],[-1243388,1528986],[-1250296,1681046],[-1244970,1685251],[-1244112,1685732],[-1253227,1689619],[-1253975,1685163],[-1253990,1685274],[-1253804,1679480],[-1248404,1698848],[-1248496,1698968],[-1248285,1691307],[-1253464,1691845],[-1252935,1709990],[-1245100,1706549],[-1245092,1704033],[-1244657,1704023],[-1254330,1709965],[-1251181,1707997],[-1250283,1708916],[-1250156,1709489],[-1250850,1712453],[-1248557,1709357],[-1248890,1708814],[-1252068,1722755],[-1254116,1720267],[-1251986,1726187],[-1253143,1266066],[-1261420,1529450],[-1264060,1533151],[-1265560,1534618],[-1255629,1528815],[-1261368,1534137],[-1258214,1529194],[-1256728,1530259],[-1265504,1530839],[-1264248,1536255],[-1264192,1538860],[-1261537,1537442],[-1254948,1686327],[-1256352,1686715],[-1254921,1679837],[-1257574,1699256],[-1255370,1699583],[-1259351,1695689],[-1259558,1696850],[-1258847,1712073],[-1258704,1706977],[-1261598,1705177],[-1260113,1709360],[-1261587,1705378],[-1264629,1708875],[-1265537,1705990],[-1264580,1704320],[-1254991,1720979],[-1256365,1724611],[-1255464,1725725],[-1257897,1722081],[-1257024,1722530],[-1261435,1717619],[-1262521,1715800],[-1267065,1724629],[-1265451,1722694],[-1265862,1724297],[-1267013,1726953],[-1261682,1737818],[-1259135,1732458],[-1254924,1739213],[-1257704,1739507],[-1265569,1729001],[-1258996,1737105],[-1258690,1738779],[-1261967,1730037],[-1260738,1263364],[-113252,6914],[7711,592585],[10545,597525],[12732,596878],[3872,598024],[7671,600211],[6270,596964],[8893,598646],[11874,593722],[8796,593625],[6855,593624],[468,600842],[11610,612585],[4616,605902],[3690,611131],[1849,605142],[847,604221],[6531,603311],[3779,613530],[9310,606516],[8835,609305],[9228,604872],[11722,602917],[1823,610057],[2433,613617],[306,602092],[5919,66912],[138900,-3768],[140047,-3620],[133360,-24922],[136620,-32323],[128497,10204],[128817,12849],[133687,4965],[137016,212956],[140729,213533],[140069,212780],[140627,210618],[140287,208109],[139363,208572],[135248,210222],[135198,212887],[137647,311131],[130114,336132],[130100,32921],[141473,-10752],[143400,-2549],[141986,-13361],[146720,-18309],[142190,-25454],[144503,208625],[144608,211153],[147267,214308],[149799,210839],[145592,208620],[149817,208065],[147422,208707],[145999,205208],[142388,206802],[142982,209149],[147517,207698],[148532,294815],[142963,319251],[144620,317802],[143831,326997],[152528,343372],[163259,291482],[161725,282404],[162685,287785],[160942,283702],[161133,288370],[155546,296932],[166211,298617],[163683,304205],[156266,307505],[156452,310289],[161700,319908],[161555,316350],[161704,318514],[164379,318206],[161308,313607],[154657,323325],[160239,320422],[162789,326571],[156208,349960],[155798,354195],[175222,284629],[174603,287710],[173752,290402],[176172,305981],[178296,309971],[175584,317825],[173271,321661],[169117,326347],[170918,331282],[169091,322698],[174819,321558],[177025,338530],[170133,357424],[168868,359627],[167543,359083],[185416,293692],[180569,307795],[190919,316800],[180300,331683],[185982,320619],[183072,323548],[180263,325642],[179266,335220],[179630,339570],[184532,352021],[188802,349347],[182356,352675],[184031,357896],[189167,355006],[190803,354625],[190157,347839],[186362,348088],[180872,412097],[185961,416005],[188068,413692],[185976,495100],[189523,494839],[190817,510952],[186006,511988],[191958,508507],[188902,507587],[186606,509451],[185735,501451],[188208,520185],[187770,518772],[198917,320986],[200919,336746],[200108,338207],[203446,337805],[199502,343704],[194304,339306],[198430,346473],[200482,347358],[194789,351565],[198377,350592],[193788,497292],[197328,495605],[192146,494509],[192290,493518],[199400,509242],[197262,508754],[195341,509006],[203784,523279],[193520,524876],[201489,513535],[197787,516052],[203581,525103],[196922,529085],[204114,526971],[206484,335583],[209349,364902],[213769,361143],[211224,532146],[211616,535403],[211222,528330],[207896,532604],[214975,532487],[214059,529656],[215042,535931],[213839,539402],[216855,543602],[216535,549962],[214446,555913],[214541,551114],[216158,558033],[219441,536865],[218854,530961],[221430,543764],[220299,539573],[220410,545644],[224117,548850],[224993,549719],[224659,560714],[227962,561655],[230087,561573],[217733,555377],[218938,555656],[219183,563205],[220967,558479],[219347,552737],[227101,555875],[223895,552052],[222214,554675],[236338,548669],[235250,545489],[235002,560537],[236934,560901],[242452,558816],[235130,553182],[233781,555191],[231718,555797],[233065,550896],[254935,393108],[25587,3845],[21544,510239],[20654,518584],[20117,515387],[23864,526670],[15074,595883],[14030,601742],[14736,598397],[13002,609467],[16824,604939],[12994,608450],[14411,609553],[16959,608502],[15258,604451],[15326,612305],[256599,396181],[258241,394310],[260881,396598],[260554,399319],[257394,402138],[260139,403748],[261359,402478],[268562,400319],[267908,406977],[266957,520613],[266065,519455],[261435,516555],[266598,526654],[267281,527127],[266146,527798],[258104,528175],[265075,537315],[268299,526405],[262544,539795],[274386,400390],[274787,402227],[275269,404561],[277247,405949],[276886,408463],[271490,408038],[277613,421686],[273980,410120],[272482,417829],[276859,417199],[275298,423733],[277491,424895],[274719,422629],[271780,517920],[275189,534918],[277640,531319],[277349,529011],[269144,547092],[280403,540874],[275658,539680],[304121,-172386],[305597,404130],[304375,405522],[304447,412333],[303525,415836],[304006,418435],[305918,421726],[306589,420470],[303502,426420],[305257,426865],[307025,434096],[316814,-176917],[315248,406816],[317488,403655],[314429,402108],[307991,402058],[308404,403389],[308320,409048],[312376,407157],[309291,418112],[317740,417315],[311432,420433],[313262,412278],[311991,416422],[315466,411120],[318811,422201],[317212,432744],[309462,434532],[315683,435330],[313791,434055],[318513,432301],[314359,423564],[316853,428013],[311032,429182],[309237,426133],[317081,425216],[307220,431139],[319926,425438],[312367,436602],[318764,437023],[322239,407466],[320435,409701],[320821,409359],[326045,417909],[327579,410669],[326071,409806],[320191,414340],[325745,420706],[322267,419612],[327414,416952],[330090,418282],[332035,420808],[330755,429827],[328786,433748],[326217,424758],[322879,428399],[328260,424761],[332204,434188],[322499,437030],[326676,437967],[336611,428491],[37637,11138],[33794,14667],[37869,19725],[34201,20097],[28514,521767],[27620,524643],[26929,521662],[26942,518444],[26247,519836],[394163,670069],[389149,674512],[392608,677996],[394419,672362],[393092,674927],[389798,673350],[392754,667092],[394777,679615],[392266,679797],[406265,655735],[404465,658380],[407367,658945],[404893,656391],[397830,664451],[400192,658394],[408104,658358],[409356,660651],[409297,661356],[403887,662183],[397098,665172],[399688,660737],[400749,658985],[407225,678439],[407895,666185],[405273,671540],[407078,669831],[408215,672081],[402801,677931],[402152,674728],[401037,666768],[407087,666933],[397317,680309],[400224,679902],[405292,678734],[410428,657423],[454035,-69555],[49627,3098],[50286,25120],[39778,21774],[42022,25025],[58892,132053],[55812,30043],[61583,615109],[63423,616020],[60887,623319],[59120,616614],[62657,616448],[62527,621161],[62822,622467],[59316,620962],[58385,620513],[58478,618082],[63588,619354],[61781,67288],[60549,123508],[61646,124896],[74596,46379],[64569,612793],[75737,613427],[74792,614866],[74528,617995],[75683,620648],[76283,622274],[75098,619314],[76447,623351],[73664,623341],[73710,625521],[75660,616358],[65500,616640],[68290,615282],[68694,616619],[67914,618955],[76540,628759],[72880,631872],[66311,53639],[66138,59808],[64740,63191],[71516,665420],[70350,663738],[71764,663180],[69753,666389],[75005,668443],[71983,671401],[68905,667927],[70038,669624],[76279,670116],[71652,76405],[74200,85652],[72634,82894],[73518,81390],[71184,78931],[71303,80321],[68327,79173],[69393,77298],[73169,78039],[73365,100502],[76666,91243],[72128,111978],[66078,117427],[71502,117576],[66070,121785],[64942,126065],[85910,11086],[81810,7283],[78194,222938],[80959,18227],[87370,27754],[84092,29313],[86868,44832],[86652,612430],[77688,605228],[84595,611301],[86737,608858],[78802,614406],[80862,610052],[80941,608409],[81293,605488],[82546,608707],[83712,609115],[77221,613990],[82219,619908],[81936,618716],[83078,616067],[85119,615025],[77497,618385],[82223,614693],[82539,621919],[86383,615978],[76873,625448],[79444,626161],[79718,622193],[81955,624993],[85509,623677],[83928,622692],[78253,623253],[80177,632850],[81665,628886],[77893,631789],[77285,51443],[86469,54607],[83359,62243],[79691,663695],[77626,660341],[79057,661178],[78842,667193],[77226,72755],[81712,64777],[79189,69986],[87563,86961],[79493,85246],[86289,79528],[78120,90240],[84235,94880],[88026,113938],[83224,113784],[82852,110887],[87729,118153],[78427,123274],[99307,11516],[101002,6659],[91414,20407],[99937,13279],[96015,25071],[93634,33015],[93177,38707],[100777,48153],[91758,49661],[90724,614526],[89864,617612],[101303,62146],[90569,53598],[96626,57380],[98898,75341],[96073,89126],[92029,87082],[92492,83981],[94125,81283],[91325,89199],[92404,99956],[101648,98543],[90196,109393],[95032,109609],[92122,118943],[91856,117230],[111108,-3510],[109033,-650],[114338,-16224],[105367,-31694],[102455,-60618],[114617,3609],[112137,10378],[114026,24697],[112555,30273],[114467,31150],[106331,41252],[107808,51148],[106282,54193],[114513,53568],[103153,60306],[108243,64738],[103204,84725],[107706,86318],[108148,78585],[107337,88700],[110076,88242],[102404,82307],[109238,95663],[112472,101629],[102590,102952],[117054,-16768],[127533,-19257],[121714,-24747],[123556,-22257],[127899,-21610],[122285,-16649],[125403,-28015],[121527,-32981],[117897,-26254],[117214,4689],[117664,9415],[127388,6107],[120131,12494],[123884,1256],[118112,14098],[118900,24416],[119854,16623],[123197,18887],[121646,24987],[127375,293547],[124292,293568],[120815,296108],[118425,298248],[122897,304066],[121265,307180],[124213,314824],[122787,339071],[124709,341370],[124946,333612],[124657,338197],[120174,26586],[125797,33351],[122884,45461],[116808,48522],[124100,82082],[-1274199,1540205],[-1274103,1536517],[-1267564,1543610],[-1273515,1709900],[-1273236,1709734],[-1276188,1712622],[-1269730,1713547],[-1269357,1712303],[-1277564,1710165],[-1277024,1710229],[-1267382,1724472],[-1278716,1726195],[-1276856,1725611],[-1279408,1721807],[-1272774,1716839],[-1270810,1716983],[-1274772,1733971],[-1279526,1264548],[-1291432,1482865],[-1288478,1487338],[-1290664,1537040],[-1285410,1696414],[-1283758,1699762],[-1291007,1708420],[-1290905,1712749],[-1290579,1710062],[-1280132,1717153],[-1281178,1716739],[-1284519,1715857],[-1304495,1338382],[-1303705,1336299],[-1301633,1339527],[-1299395,1331617],[-1293912,1492236],[-1301055,1498908],[-1298829,1500357],[-1301259,1497831],[-1294637,1699173],[-1293417,1699481],[-1296326,1701121],[-1296645,1701564],[-1301541,1700895],[-1300847,1708608],[-1303897,1703950],[-1302085,1715106],[-1300423,1713228],[-1296214,1715622],[-1296527,1716362],[-1295836,1722137],[-1295549,1726923],[-1293838,1726115],[-1311715,1327476],[-1308281,1328341],[-1311517,1339802],[-1313445,1342063],[-1317482,1337479],[-1316958,1344014],[-1309011,1342417],[-1307945,1336467],[-1307331,1340909],[-1312305,1337177],[-1315432,1340796],[-1318281,1346937],[-1315269,1349055],[-1316545,1353179],[-1316137,1355545],[-1312781,1350696],[-1309317,1344323],[-1306385,1347414],[-1308688,1350770],[-1310368,1350026],[-1311292,1354016],[-1314744,1353182],[-1309462,1349743],[-1319721,1343109],[-1319793,1340132],[-1323109,1340405],[-1324048,1335413],[-1319307,1331456],[-1319135,1352795],[-1318697,1348860],[-1323160,1356882],[-1323566,1352654],[-1326724,1355006],[-1327093,1353285],[-1319877,1350324],[-1325262,1350845],[-1343481,1437357],[-1340635,1454680],[-1340334,1449372],[-1340553,1465609],[-1331606,1479453],[-1342721,1247850],[-1338888,1271842],[-1338333,1274566],[-1352176,1295782],[-1353724,1418778],[-1350379,1416813],[-1344710,1432350],[-1345310,1438733],[-1348587,1468659],[-1344951,1470930],[-1355974,1240924],[-1343523,1240318],[-1355742,1250063],[-1348264,1259033],[-1357942,1286168],[-1359759,1294009],[-1367294,1367961],[-1368275,1378964],[-1362868,1382469],[-1363828,1375016],[-1361795,1391673],[-1366177,1384591],[-1368113,1395345],[-1360006,1415611],[-1358362,1245045],[-1366081,1246414],[-1357973,1276284],[-1363905,1278736],[-1377349,1291907],[-1373129,1367287],[-1378978,1372082],[-1382304,1375752],[-1370592,1372076],[-1370374,1381084],[-1376020,1381490],[-1372110,1378155],[-1376093,1395338],[-1381534,1384511],[-1382148,1390447],[-1371332,1396082],[-1382017,1409942],[-1380181,1408407],[-1377648,1149959],[-1375521,1149778],[-1377363,1150895],[-1369719,1235786],[-1376594,1245763],[-1383499,1285519],[-1394062,1281070],[-1390203,1380424],[-1382605,1391904],[-1383636,1392570],[-1383373,1396069],[-1382564,1395713],[-1386277,1247427],[-1386047,1257093],[-1391026,1263850],[-1394582,1266936],[-1389467,1276349],[-1389018,1280163],[-1394891,1275650],[-127570,-136369],[-125262,150324],[-119718,150301],[-119224,163623],[-120632,302449],[-117331,296504],[-123757,296327],[-120764,294951],[-124331,306685],[-121943,298417],[-122263,295644],[-122021,299813],[-115554,299006],[-116818,303458],[-118217,305017],[-123967,304312],[-124590,314899],[-124839,431953],[-125636,65078],[-1404613,1021199],[-1397825,1276282],[-1411607,1405276],[-1413934,1411873],[-1417888,1410849],[-1418376,1408589],[-1426994,1392550],[-1426542,1402955],[-1432701,1402241],[-1433403,1403743],[-1430901,1398469],[-1427783,1400646],[-1431372,1149759],[-1435778,1398970],[-1441857,1411330],[-1456179,1398383],[-1451758,1397579],[-1451297,1408234],[-1449428,1413134],[-1452709,1177210],[-1452564,1189714],[-1452060,1188598],[-1451740,1188788],[-1454268,1184024],[-1448763,1179806],[-1455961,1181424],[-1457519,1196335],[-1456243,1196770],[-1456656,1193097],[-1458413,1194298],[-1451364,1196683],[-1455283,1201263],[-1454123,1209811],[-1459233,1394372],[-1464470,1400517],[-1465650,1103602],[-1459619,1174667],[-1459916,1185207],[-1464209,1178295],[-1461257,1194502],[-1462584,1235483],[-1461542,1237867],[-1461159,1232051],[-1461557,1243419],[-1479153,1393661],[-1478002,1401265],[-1478005,1407736],[-1473801,1411329],[-1474509,1094990],[-1477321,1101491],[-1480605,1108723],[-1473943,1102217],[-1473231,1104462],[-1475639,1270889],[-1479662,1274383],[-1484055,1272803],[-1480537,1278695],[-1478759,1269867],[-1489294,1282858],[-1491558,1281995],[-1495687,1286149],[-1490263,1290215],[-1493608,1285243],[-1494836,1300870],[-1493093,1303346],[-1496819,1301836],[-1491657,1390354],[-1490845,1387971],[-1489117,1391014],[-1490150,1388872],[-1492414,1403926],[-1495585,1410662],[-1485748,1413411],[-1492043,1412248],[-1490225,1108513],[-1489884,1113403],[-1484983,1105935],[-1493094,1280016],[-1496674,1267670],[-1494447,1269027],[-1501154,1280359],[-1502073,1378091],[-1507804,1386549],[-1506551,1384756],[-1502676,1386667],[-1503809,1386324],[-1504715,1393814],[-1507806,1398894],[-1503709,1397660],[-1503068,1395539],[-1507784,1395891],[-1498964,1263160],[-1509526,1280124],[-1503925,1270895],[-1505079,1275919],[-1511161,1286701],[-1521945,1382268],[-1514921,1375807],[-1519931,1385965],[-1514878,1386901],[-1512937,1389991],[-1518624,1387829],[-1515852,1385466],[-1522878,1384111],[-1521049,1388629],[-1518957,1386805],[-1520320,1387114],[-1519532,1393140],[-1518906,1395733],[-1519666,1397505],[-1520812,1396892],[-137705,-154287],[-139479,-162873],[-139451,-272516],[-140678,-39698],[-129561,303340],[-130439,311647],[-129021,312768],[-134126,35420],[-1529365,1382530],[-1534415,1381615],[-1525312,1383850],[-1525391,1390397],[-1530125,1385575],[-1526147,1393041],[-1528404,1385038],[-1523547,1387737],[-1528819,1392854],[-1527931,1391297],[-1525664,1388728],[-1526470,1389758],[-1525219,1389747],[-1525725,1389486],[-1523706,1384100],[-1523243,1392534],[-1526508,1396640],[-1525036,1400685],[-1526470,1399416],[-1525036,1395837],[-1525127,1399369],[-1527617,1395925],[-1527966,1399494],[-1535022,1112580],[-1530437,1110574],[-1547351,1374338],[-1546467,1377517],[-1538987,1110153],[-1545642,1111399],[-1537719,1107849],[-1546214,1113270],[-1538789,1115731],[-1548297,1114851],[-1555775,1373886],[-1555582,1374340],[-1554312,1373125],[-1549167,1377546],[-1555339,1106648],[-1553832,1108746],[-1567296,1323262],[-1568492,1335032],[-1574091,1344954],[-1572351,1102997],[-1573756,1103830],[-1573321,1107757],[-1579242,1329837],[-1577184,1328366],[-1575484,1323550],[-1575045,1327717],[-1580856,1336236],[-1583033,1336568],[-1583531,1341155],[-1582718,1339447],[-1576927,1346611],[-1574967,1104901],[-1582579,1109743],[-1592219,1106192],[-1588249,1108908],[-1597473,1107161],[-1596153,1110133],[-1593834,1108509],[-1595608,1104513],[-1595461,1119085],[-1598624,1118605],[-1589821,1120611],[-1592534,1116711],[-1602408,1113338],[-1604671,1113327],[-1612408,1113707],[-1601759,1111447],[-1607087,1112765],[-1612535,1114163],[-1605206,1125352],[-1611608,1127253],[-1602794,1127111],[-1613317,1122772],[-1621734,1136596],[-1625000,1144015],[-1626088,1132980],[-1630530,1141528],[-1630586,1153771],[-1631727,1158348],[-1644209,1137247],[-1644807,1147920],[-1649669,1154250],[-1646016,1156452],[-1651119,1160367],[-1642692,1155420],[-1638569,1158457],[-146585,-176071],[-148599,-35716],[-148137,-36827],[-152053,-69713],[-148392,318589],[-145405,33728],[-149312,31961],[-153051,98872],[-147143,96231],[-1658627,1134426],[-1655007,1144164],[-1663221,1146661],[-1658319,1148198],[-1652172,1148403],[-1658689,1161045],[-1657950,1153182],[-1674909,1143466],[-1674726,1147433],[-1670316,1147869],[-1686663,1139230],[-1684106,1137787],[-1685885,1145644],[-1681794,1143288],[-1679699,1145424],[-1699759,1115953],[-1696054,1118381],[-1693727,1119378],[-1696717,1119706],[-1691921,1126019],[-1691555,1125556],[-1702068,1128219],[-1693897,1136333],[-1701116,1136785],[-1694576,1140553],[-1699796,1145330],[-1697767,1147912],[-1691133,1142681],[-1712716,1101770],[-1708432,1101652],[-1709165,1103575],[-1708190,1105634],[-1708977,1108046],[-1711323,1106271],[-1714556,1106753],[-1706294,1120021],[-1704256,1122476],[-1708355,1126380],[-1711197,1125477],[-1709876,1121635],[-1713147,1116299],[-1715028,1120970],[-1704658,1127592],[-1704709,1130341],[-1705325,1138020],[-1705576,1143043],[-1705918,1139813],[-158000,-117701],[-154790,-173435],[-159300,-189361],[-162294,-204005],[-165822,-223790],[-156945,-254575],[-154619,-256369],[-156832,-256366],[-155720,-48783],[-166235,-42738],[-156251,-51799],[-159608,38791],[-156173,48392],[-158415,57712],[-156328,55014],[-160959,88991],[-159161,107848],[-172304,-228209],[-171757,-233011],[-175214,-232361],[-176750,-234759],[-178087,-230272],[-172059,-246062],[-173347,-26853],[-172220,-49099],[-175545,-49429],[-169437,-52851],[-178935,-51429],[-179098,253892],[-177224,255643],[-175877,251790],[-178290,245405],[-178766,258021],[-177403,259865],[-170653,74252],[-173730,81781],[-175087,98835],[-174250,99510],[-191549,-215048],[-186113,-207730],[-181453,-226760],[-188267,-226261],[-186835,-224768],[-191915,-231106],[-179710,-238662],[-185736,-20689],[-186597,-26442],[-179269,-30313],[-184071,-46538],[-185773,-49322],[-188113,2215],[-189251,158349],[-189275,237735],[-184740,253046],[-187429,246776],[-183536,251611],[-183491,253817],[-188264,14882],[-190419,15690],[-182951,256284],[-181307,291816],[-187589,290478],[-190482,299701],[-185581,303917],[-181214,299571],[-189855,43140],[-191932,62033],[-203099,-202967],[-200140,-204997],[-200391,-210026],[-202817,-221267],[-201494,-234588],[-199934,-239877],[-194373,-248517],[-199323,-259931],[-198377,-15279],[-200800,-64844],[-200290,-87322],[-203354,23146],[-199451,28585],[-194837,37319],[-197582,34269],[-199089,34513],[-198059,32026],[-198356,63163],[-197794,57328],[-196226,53756],[-214654,-233186],[-207260,-233632],[-213001,-239369],[-211850,-237069],[-209716,-8884],[-212226,-248181],[-211731,-246254],[-213598,-22823],[-207325,-50713],[-216854,-55875],[-213328,-57693],[-213969,-65946],[-213067,-87535],[-216246,-93779],[-215171,235552],[-205875,14095],[-208686,13706],[-215809,13997],[-215187,24707],[-206110,33584],[-212805,28664],[-207223,29302],[-210779,74976],[-212517,89438],[-211046,89780],[-214940,95794],[-216892,95529],[-223633,-191651],[-229941,-196949],[-228836,-198465],[-227513,-197596],[-220306,-221148],[-220214,-234387],[-219670,-7697],[-223186,-269694],[-219675,-60769],[-222623,-60197],[-227346,-70668],[-221995,-70156],[-222913,-84908],[-230092,4404],[-223139,13346],[-219259,23240],[-226426,332709],[-229702,330919],[-226796,334592],[-230088,337096],[-226580,354184],[-230170,591940],[-225612,58803],[-222210,79580],[-225112,96678],[-226364,100138],[-226355,101741],[-219205,91243],[-221845,91169],[-239255,-196328],[-232955,-197334],[-242405,-229936],[-233755,-230350],[-231232,-232532],[-243046,-244983],[-234919,-43264],[-232173,321230],[-239058,331546],[-236282,337477],[-237123,333151],[-236812,353579],[-233794,356291],[-239998,358462],[-234340,347289],[-236239,348106],[-234063,363187],[-240593,41012],[-235899,587122],[-232743,584521],[-232297,55019],[-232523,65608],[-240030,65857],[-236805,87228],[-232829,97881],[-238222,91574],[-230984,91210],[-237921,120476],[-479,601795],[-11,611909],[-3404,610581],[-1474,612692],[-243955,-118507],[-254773,-121740],[-243557,-132878],[-251334,-173995],[-251705,-182507],[-248480,-180261],[-253256,-219278],[-243700,-221995],[-251513,-230293],[-245500,-238091],[-252795,-62665],[-253945,-58445],[-251935,-74797],[-245673,-85148],[-252032,-83772],[-249997,-92276],[-250346,-95738],[-251927,-89432],[-246010,-110881],[-249699,-106762],[-242316,129646],[-249499,331216],[-244173,329837],[-243208,345963],[-255434,387279],[-244801,589313],[-254250,71554],[-247944,79510],[-251923,81147],[-254320,112534],[-259428,-134660],[-257561,-136358],[-264934,-164269],[-263568,-162291],[-261414,-215821],[-268068,-227512],[-261501,-37092],[-262870,-38517],[-260259,-75948],[-258442,-80826],[-264458,-80868],[-257134,327751],[-265148,333147],[-259198,334919],[-262513,336572],[-260483,383286],[-261960,392101],[-261952,394514],[-264373,389513],[-263540,385288],[-268632,101790],[-265900,103313],[-266002,112957],[-267481,113223],[-258934,113613],[-265595,111696],[-280362,-176920],[-280584,-205238],[-275727,-50517],[-270655,-46433],[-275363,-61081],[-280750,-61767],[-276447,385165],[-278465,387154],[-281341,388322],[-279537,389959],[-270784,392156],[-271732,407577],[-277604,409001],[-281136,400042],[-278339,401991],[-275971,414444],[-280895,40737],[-278855,55819],[-276047,59735],[-275869,66509],[-273839,66269],[-275895,71248],[-274864,95558],[-274787,108528],[-292318,-234456],[-287496,-52759],[-283806,-52249],[-293846,-61711],[-294048,305638],[-288534,312352],[-293609,307568],[-291110,395248],[-293464,389670],[-288654,396008],[-294130,403126],[-287198,418925],[-282527,421910],[-289990,412879],[-291956,424403],[-287177,505646],[-286816,508544],[-285999,45196],[-290943,49366],[-291239,514390],[-283100,61379],[-284407,53039],[-282404,63208],[-284149,53714],[-286000,54460],[-290738,54435],[-284120,66873],[-284101,96083],[-283330,94220],[-297450,-6878],[-299280,-244902],[-296782,-61452],[-299605,303242],[-306481,302776],[-295963,313153],[-302335,313449],[-299858,310227],[-303892,312187],[-297674,308042],[-296977,309264],[-303243,321615],[-300634,324095],[-304932,320242],[-300073,34136],[-302480,31051],[-299523,392494],[-305854,394264],[-302939,408253],[-300512,409735],[-300522,400921],[-295399,398213],[-296325,428989],[-299013,502992],[-294976,509059],[-301864,506624],[-306901,504112],[-303355,41302],[-300161,42199],[-303818,515605],[-301286,522363],[-302895,526498],[-303965,60342],[-303822,84901],[-305986,100324],[-300222,110549],[-302415,117901],[-319675,-938],[-318580,-52084],[-312342,2457],[-317047,301337],[-310706,300363],[-308213,304792],[-314159,317912],[-308475,316429],[-308315,308254],[-307650,327864],[-312864,320317],[-309311,37633],[-318564,37057],[-314005,401717],[-312758,509001],[-314687,48180],[-311956,517053],[-311970,523824],[-314219,521270],[-313467,512567],[-315877,75257],[-319000,66975],[-315809,82651],[-317317,99597],[-310423,97222],[-312998,92896],[-314182,94774],[-329104,-2853],[-324046,-22317],[-332480,-14884],[-330366,-17660],[-324690,-24937],[-321417,-46595],[-325010,2914],[-331675,11451],[-323135,149068],[-329981,142128],[-323918,145371],[-321870,174380],[-328007,291742],[-324677,295547],[-332151,319299],[-328705,328936],[-330897,321691],[-329693,323053],[-329261,340830],[-324707,28923],[-330845,30063],[-327431,35538],[-321775,36631],[-330319,38604],[-321394,85820],[-324351,81144],[-322035,101590],[-343219,-8502],[-338123,-7604],[-336166,-8323],[-339287,-9113],[-344531,20211],[-342764,18190],[-334421,19965],[-335484,19105],[-342309,17054],[-344806,297542],[-344157,299919],[-343813,305114],[-343228,302686],[-342386,314396],[-337790,308100],[-337940,324634],[-336776,325706],[-342646,329750],[-343637,326295],[-343246,28274],[-341184,30651],[-337521,46328],[-350614,-8747],[-352896,-35651],[-346807,6481],[-346874,284275],[-353539,288648],[-347142,305055],[-355443,311919],[-348418,308175],[-347763,326861],[-346905,339759],[-353992,337538],[-348567,339840],[-353878,337892],[-350592,341000],[-366070,9531],[-366279,273],[-366125,281103],[-360483,281441],[-361154,285421],[-364974,293756],[-369627,296675],[-370627,312930],[-367316,325326],[-369759,334259],[-360301,335035],[-364781,336824],[-382173,181946],[-383653,210585],[-377606,210594],[-378785,221935],[-375051,222396],[-383963,225173],[-379655,225568],[-383379,229013],[-373142,222617],[-380879,221103],[-379613,304609],[-383028,313582],[-371287,319576],[-376901,324327],[-372375,330777],[-371658,336582],[-381128,399417],[-390836,-957],[-396211,-2635],[-389481,208092],[-385879,228926],[-390811,229947],[-391638,224827],[-388619,218629],[-388842,221133],[-386016,232319],[-384377,318242],[-391552,340599],[-392534,336755],[-393057,353640],[-394718,351880],[-386992,358177],[-394535,359035],[-390512,361199],[-384681,366078],[-389990,370315],[-396361,366305],[-392891,376457],[-385955,402095],[-390070,398845],[-393716,404428],[-386523,411913],[-406567,-229080],[-400015,-43],[-399979,-24580],[-398398,-36154],[-406728,-30202],[-396822,4721],[-402609,1136],[-405241,200445],[-398449,204120],[-401954,202053],[-405916,210063],[-400953,215924],[-399461,212257],[-401883,214444],[-401856,215682],[-399523,219862],[-407105,18133],[-405024,18322],[-403818,336968],[-408924,334447],[-406804,336512],[-398217,355973],[-402493,350449],[-400407,355180],[-401978,365541],[-406261,368511],[-407707,367246],[-403109,375952],[-406383,375119],[-407386,375302],[-397092,396266],[-399600,386237],[-405837,485787],[-408583,487018],[-406263,488993],[-409434,492725],[-401715,498270],[-409142,504720],[-411829,-32884],[-412613,17090],[-420352,292446],[-416615,490252],[-421837,494172],[-419685,494508],[-417094,498947],[-413949,495962],[-411681,487093],[-412133,499046],[-411007,491622],[-431048,203376],[-429786,204966],[-434306,196765],[-434902,208187],[-429521,209510],[-434429,212009],[-431688,216806],[-430553,207778],[-433967,209371],[-430200,229304],[-430697,224984],[-434128,221157],[-430136,233524],[-422430,14429],[-425574,299267],[-431631,296979],[-430545,302224],[-433503,311567],[-427236,308915],[-432988,318533],[-431448,312908],[-438616,189082],[-443462,186819],[-445062,191114],[-435440,201813],[-441379,192623],[-447187,197288],[-441464,196361],[-447183,205546],[-439763,208799],[-440829,205810],[-436172,205963],[-437526,212626],[-443737,212228],[-447733,208173],[-437584,236455],[-437559,240951],[-441694,230883],[-447866,238676],[-446785,233782],[-437918,234063],[-440146,237069],[-442338,17380],[-443784,286825],[-439415,293939],[-439241,284837],[-437667,290477],[-444005,301546],[-439212,310123],[-438041,315016],[-436535,328461],[-441807,321080],[-439189,326797],[-449784,188431],[-449413,198957],[-453432,195704],[-449584,206444],[-450267,206727],[-452661,215934],[-450532,209861],[-452002,213692],[-452149,229106],[-449687,222493],[-454410,218694],[-450023,233883],[-470066,103708],[-493321,368468],[-492763,379265],[-497038,380781],[-488159,371428],[-492420,392674],[-492568,386639],[-489828,391435],[-505359,367805],[-509655,378227],[-509883,383972],[-503513,378501],[-501539,375022],[-501123,389337],[-506308,386216],[-508291,393917],[-520264,357047],[-513917,364412],[-515721,367601],[-515506,365678],[-522874,368722],[-520175,364749],[-513637,374391],[-522391,372024],[-519222,379258],[-516535,380890],[-519181,547603],[-547815,201974],[-544670,203869],[-542992,199063],[-543682,209692],[-559449,-353711],[-552381,-363552],[-560541,-364501],[-562618,-371132],[-557617,185458],[-559742,190596],[-554220,194240],[-561482,200830],[-562286,192686],[-561269,197466],[-551405,204815],[-561635,212123],[-551573,212298],[-575527,-357678],[-565697,-371284],[-575109,181036],[-565071,207894],[-575909,205747],[-573199,216358],[-578424,-351550],[-578172,1764752],[-583302,1762561],[-587416,1759284],[-584177,1759161],[-581997,1760117],[-583221,1765430],[-576079,1766281],[-580582,1764591],[-586797,1760621],[-581606,1761659],[-587777,1765294],[-581770,1766852],[-585549,1778397],[-581309,1771105],[-576475,1768277],[-587159,1768796],[-583679,1773571],[-587766,1773807],[-588264,1778828],[-585726,1772397],[-585788,1777139],[-579198,1775606],[-582045,1774801],[-584424,1769987],[-587138,1767888],[-580183,1771830],[-587739,1774454],[-586069,1783166],[-582289,1780322],[-577967,194799],[-590665,1765466],[-600620,1764095],[-589633,1766416],[-589443,1765395],[-601483,1766487],[-591831,1778630],[-589198,1776694],[-591208,1771731],[-590058,1773671],[-600720,1771678],[-589702,1770427],[-590492,1775663],[-598965,1767893],[-591019,1768573],[-596483,1767782],[-598026,1769157],[-598420,1771815],[-591832,1784295],[-589358,1783860],[-590195,1785141],[-599191,212720],[-594743,211449],[-594362,223616],[-605635,1767645],[-606892,1770872],[-606169,1773642],[-605564,1774458],[-607817,1770493],[-602352,1775578],[-601829,1774861],[-603863,1769402],[-602894,208900],[-612244,58763],[-611928,60954],[-610612,57433],[-605929,60754],[-604971,56717],[-612462,66171],[-607939,67004],[-619995,55407],[-616127,52836],[-620612,62289],[-615611,68920],[-50907,322905],[-50620,328532],[-50148,329810],[-51012,333210],[-635936,-289388],[-634792,126589],[-647017,-275542],[-648694,-280920],[-649772,-273392],[-648446,-278401],[-641424,-288023],[-646441,-289060],[-652379,-284683],[-656276,-267482],[-655177,-278264],[-658101,1686390],[-661353,1692239],[-660232,1690822],[-654411,1710192],[-675262,1676888],[-675136,1674444],[-678000,1674625],[-671745,1676695],[-670551,1682432],[-676496,1679131],[-676673,1685557],[-678049,1682564],[-666315,1686132],[-674583,1683743],[-677355,1684063],[-673187,1683821],[-673994,1677354],[-669542,1678618],[-667983,1680017],[-668688,1685767],[-669660,1691361],[-680229,1675335],[-51877,323779],[-52886,321868],[-54824,326129],[-58339,331507],[-62251,329513],[-58930,328049],[-56346,327147],[-53438,330155],[-52053,330986],[-51417,329853],[-57332,335032],[-60608,333800],[-56798,335645],[-54515,333261],[-51493,334259],[-60716,380641],[-63703,384378],[-58680,405349],[-57289,408837],[-63293,399577],[-62325,417654],[-62395,412032],[-60085,411662],[-68917,-76338],[-66390,394242],[-69147,396825],[-64370,395837],[-65777,394510],[-66972,409669],[-66620,409614],[-74790,401398],[-69214,407869],[-73522,404905],[-64658,398318],[-64940,415218],[-68911,422070],[-71670,413331],[-69301,419057],[-66577,422711],[-65690,423747],[-75528,427399],[-84699,218961],[-80197,379112],[-77525,376808],[-85464,381183],[-87898,385792],[-88973,390146],[-85814,393420],[-83584,388913],[-84978,389729],[-77447,404091],[-79055,408436],[-86668,401825],[-86800,397521],[-89288,398993],[-77766,399134],[-81947,422513],[-86559,421121],[-89011,412034],[-79864,411419],[-84768,410509],[-80528,415914],[-84985,415366],[-84952,424082],[-82858,423022],[-88718,427030],[-79990,425189],[-82130,428869],[-87802,426261],[-85195,425691],[-1013639,1489247],[-1087697,1584538],[-1092304,1535717],[-1093994,1534402],[-1089375,1547259],[-1088488,1551369],[-1090109,1551313],[-1088345,1586482],[-1108952,1521483],[-1109816,1520472],[-1104393,1524452],[-1108901,1529538],[-1108348,1529996],[-1105610,1527067],[-1111852,1523694],[-1106351,1544353],[-1108310,1539431],[-1102068,1536895],[-1110624,1545659],[-1125863,1501752],[-1122905,1506373],[-1122373,1514554],[-1116222,1512012],[-1122531,1532773],[-1116153,1535256],[-1124889,1532303],[-1129086,1497439],[-1134954,1494739],[-1127403,1500041],[-1137326,1508649],[-1129776,1501598],[-1134472,1499777],[-1131334,1513598],[-1132880,1529065],[-1135194,1525909],[-1129602,1524697],[-1131417,1641975],[-1132584,1639512],[-1136431,1644406],[-1135140,1641353],[-1138754,1653146],[-1138047,1652863],[-96797,-162533],[-96190,211711],[-97854,208879],[-96953,205603],[-91667,264247],[-95638,268427],[-89936,263143],[-90420,266955],[-95861,264794],[-94528,263584],[-94794,272610],[-100086,385951],[-91783,391103],[-91604,393111],[-97810,387070],[-101997,396509],[-101823,399820],[-102142,402152],[-90685,406681],[-95750,398091],[-95021,407870],[-92637,399819],[-92106,421175],[-98855,415256],[-89911,415122],[-96277,411044],[-90459,426633],[-91954,422711],[-96644,424317],[-101974,619386],[-95402,635423],[-1146606,1505129],[-1147175,1514390],[-1147972,1518548],[-1149943,1515193],[-1150381,1510640],[-1146475,1513114],[-1140446,1511841],[-1161438,1508832],[-1161987,1509137],[-1152380,1509970],[-1162822,1513174],[-1162233,1522895],[-1153405,1512042],[-1164461,1650027],[-1162812,1648103],[-1159122,1663201],[-1163399,1662286],[-1155278,1670270],[-1164229,1665231],[-1162035,1749225],[-1160223,1752401],[-1172644,1506042],[-1167622,1523777],[-1167803,1647419],[-1173203,1661177],[-1176712,1739487],[-1171839,1736576],[-1168588,1736416],[-1165273,1737523],[-1169898,1740950],[-1171126,1745208],[-1178019,1512807],[-1189204,1535832],[-1189386,1534220],[-1177785,1533435],[-1178263,1528148],[-1185032,1544990],[-1181919,1545966],[-1180063,1536667],[-1180870,1545207],[-1178169,1672022],[-1187669,1671716],[-1186436,1669851],[-1186398,1668573],[-1184153,1666329],[-1187578,1672250],[-1189370,1738553],[-1182617,1740365],[-1186633,1743919],[-1183922,1741667],[-1201391,1522359],[-1194823,1535811],[-1201288,1535794],[-1192524,1531203],[-1196775,1538291],[-1197001,1537387],[-1201247,1541487],[-1191403,1544481],[-1193087,1548173],[-1198688,1545503],[-1198947,1542408],[-1197000,1550311],[-1201506,1550399],[-1192678,1672958],[-1192926,1672377],[-1195007,1670639],[-1195467,1671070],[-1196886,1753212],[-1196337,1745006],[-1196388,1746589],[-1197059,1747770],[-1208795,1507579],[-1212243,1505956],[-1213175,1507451],[-1211944,1506801],[-1205517,1520767],[-1208110,1515696],[-1209965,1514693],[-1211245,1523312],[-1214013,1522902],[-1207510,1520384],[-1203540,1532259],[-1203770,1529402],[-1205772,1527025],[-1205782,1542089],[-1203502,1674601],[-1203327,1677034],[-1206394,1680007],[-1211084,1682518],[-1207896,1679583],[-1209200,1679804],[-1213125,1685067],[-1213028,1679965],[-1209533,1687908],[-1208778,1685069],[-1209697,1687544],[-1215477,1695189],[-1220460,1506600],[-1219117,1503712],[-1220892,1510786],[-1223551,1676532],[-1225158,1686773],[-1227402,1679104],[-1220341,1685865],[-1222480,1681022],[-1222225,1683216],[-1227096,1679971],[-1223995,1679813],[-1223196,1697105],[-1217943,1691297],[-1218323,1692266],[-1218933,1695848],[-1219535,1693782],[-1219518,1694947],[-1224135,1704323],[-1228753,1705800],[-1226660,1709673],[-1234686,1487225],[-1233858,1492509],[-1239891,1516710],[-1240395,1519028],[-1230576,1517775],[-1229073,1520942],[-1230065,1515405],[-1231285,1514952],[-1233179,1527596],[-1229943,1626218],[-1238992,1637806],[-1234792,1699228],[-1234162,1710195],[-1236083,1706450],[-1228858,1709234],[-1240923,1707869],[-1240732,1707911],[-1232985,1706223],[-1239938,1707173],[-1238625,1706138],[-1249213,1523218],[-1247378,1522425],[-1251035,1525315],[-1251093,1525227],[-1253318,1527484],[-1244571,1530231],[-1251083,1532641],[-1249627,1525847],[-1242936,1631921],[-1245592,1636642],[-1251349,1635613],[-1251369,1678542],[-1253777,1679067],[-1253612,1679857],[-1250405,1701845],[-1249375,1701931],[-1249673,1703508],[-1247541,1705460],[-1247150,1706182],[-1247891,1704240],[-1246218,1708663],[-1247412,1706881],[-1253938,1264062],[-1261816,1531763],[-1262983,1531394],[-1265412,1533586],[-1264424,1533701],[-1256963,1527687],[-1258180,1530618],[-1260063,1527027],[-1264130,1540643],[-1264999,1536423],[-1257611,1687536],[-1255146,1694923],[-1255970,1695278],[-1256573,1695927],[-1255189,1699214],[-1262189,1696304],[-1260030,1693858],[-1261409,1702983],[-1265777,1707164],[-1265891,1721440],[-1256780,1739456],[-1263089,1734992],[-115104,4010],[-113535,292771],[-115088,297738],[-112644,297864],[-112825,295000],[-114895,301255],[-104937,408948],[-103894,399605],[-104295,402484],[-104212,408212],[-113112,613188],[-109032,614139],[-105100,618578],[-110680,617332],[-110834,114762],[10868,516598],[10422,513511],[9390,594301],[10953,599067],[11610,596487],[9040,592801],[7022,601209],[12527,594593],[5237,600158],[12065,599478],[11836,600490],[9131,602515],[12538,604596],[5057,602300],[5839,603691],[11230,612721],[7063,613556],[12763,608918],[252,610277],[8163,604042],[6821,609387],[2131,612697],[10828,607395],[8557,612874],[5564,614249],[6901,610923],[1186,602881],[2111,603479],[3484,607339],[7072,66637],[135802,-9530],[135811,-1609],[132133,-11969],[132128,-18883],[132066,-27389],[128027,6852],[130934,12610],[134083,6570],[128906,189328],[137392,211989],[139971,214289],[140601,212644],[139489,207785],[136885,209577],[138116,209080],[134541,210601],[128170,290261],[138289,313723],[129127,332912],[132297,37597],[134732,33275],[131830,40165],[130364,42273],[129540,56729],[131979,85933],[144973,94],[144114,-10711],[143883,-7887],[146072,-12698],[142228,-37717],[142671,211402],[144631,208373],[144252,211124],[148104,214539],[149143,209880],[146255,207516],[148362,208184],[147038,206444],[146482,205856],[141877,208038],[141009,210585],[148362,208184],[151402,295430],[153520,312039],[153302,327474],[147519,338671],[152042,584180],[165664,265340],[163284,290995],[162066,283746],[163337,287584],[163705,285662],[156237,307078],[164770,302561],[158073,316999],[156417,323392],[158580,320454],[161737,323490],[163502,330986],[159252,322989],[163474,357488],[159257,354553],[165670,347337],[156269,349812],[164499,361382],[156011,585123],[155102,587963],[157317,583027],[154880,589154],[177199,293613],[174311,306161],[176800,305226],[176516,309728],[175745,314958],[178113,329391],[174925,322284],[176842,320957],[178257,333908],[175049,340817],[171688,355704],[169389,358970],[166836,362930],[176761,414047],[178178,415168],[191048,320698],[185686,323910],[180246,341110],[183297,351461],[188502,351657],[180589,350999],[182330,358340],[180832,355565],[188404,355193],[185404,357425],[183486,349530],[186436,397351],[191426,401597],[182610,417299],[183891,494694],[190467,495797],[188399,501536],[188055,509584],[189196,508883],[186448,521083],[186421,519387],[187699,512411],[202799,309363],[196425,313275],[194187,343079],[199459,338598],[201695,346449],[193665,395171],[194556,400264],[194375,397400],[192999,492292],[195993,497481],[193573,493132],[200554,510669],[197848,510616],[193730,508721],[193357,507806],[203769,522918],[202216,524947],[200897,512591],[197065,515263],[192801,512355],[195280,525079],[196130,529089],[211682,362426],[213503,359436],[217482,530543],[212306,533401],[210938,533823],[211022,528152],[216337,536689],[206801,526602],[206003,532558],[215628,530552],[215816,531716],[215835,546625],[215190,540100],[216020,548924],[216431,559061],[218790,538293],[222587,542911],[222788,544293],[221595,539932],[217767,545207],[226359,546690],[226040,561395],[227657,556805],[218747,556017],[220518,562373],[221111,558901],[227852,551403],[219742,551734],[226299,551456],[224568,555087],[223094,554128],[235987,545027],[230705,563359],[232319,559694],[233792,561263],[236706,559426],[241317,560531],[239833,556282],[230793,554654],[235512,551261],[255585,396830],[18183,497325],[21616,494453],[18041,509943],[21572,511452],[24218,501902],[19650,500720],[16426,510559],[19998,516618],[16176,520156],[14985,514429],[17534,514539],[21133,522390],[22147,520064],[22884,523598],[25418,527570],[25387,525498],[23246,525086],[21409,525993],[22037,527659],[14652,600803],[13288,600153],[13802,597493],[15116,597045],[15433,602114],[17128,603389],[15335,606353],[18631,607212],[17560,607653],[17265,605662],[18815,608869],[15101,610115],[15830,609321],[256988,391851],[256419,392525],[259479,394055],[261679,398403],[257662,398451],[259073,403267],[267785,401496],[267444,521215],[260704,524814],[263105,518997],[258866,517295],[261056,530570],[264926,529293],[265738,528745],[257609,527225],[264937,538412],[262625,537999],[272034,402283],[276270,402479],[275692,405720],[278207,406193],[277643,407881],[272169,406123],[270884,404950],[273795,420647],[271449,411625],[273394,414295],[275726,415295],[276440,413898],[272286,517868],[273254,520600],[270041,524870],[272825,524650],[278419,532366],[269841,549229],[277691,541508],[269597,543620],[282641,537545],[304755,-173868],[305012,409042],[305127,402801],[303845,406494],[305782,412079],[304412,413029],[303587,416958],[306179,419651],[306766,420819],[304981,423163],[304250,431727],[307044,430339],[307007,424547],[306567,423504],[315617,403346],[316916,404236],[313522,400139],[309682,400991],[308211,407608],[312114,407103],[314852,409544],[319456,410384],[319128,413941],[307414,418343],[314987,417903],[312361,421402],[311339,412620],[310398,415045],[311586,432313],[314171,426323],[317020,422784],[312847,423624],[313488,436032],[313384,436883],[316893,435845],[319505,437787],[325349,409182],[330474,414876],[324455,412072],[321012,416656],[320148,420826],[329545,414813],[330503,417158],[332107,421783],[331130,430986],[322628,431842],[324685,426629],[321501,431047],[321758,425577],[328985,436370],[324772,437632],[335308,430779],[335005,435367],[26199,2566],[29142,10080],[35948,14802],[26969,519711],[27314,517275],[28726,518376],[28084,520682],[25721,512803],[29132,524832],[33405,515378],[27809,526301],[29186,526803],[396082,664311],[392893,674907],[393282,676557],[391460,673772],[392911,667751],[390062,676041],[395014,670244],[392975,668891],[389425,676624],[393656,680091],[393751,679378],[407444,665496],[399318,658451],[406189,659919],[407040,661072],[408230,658083],[405359,661277],[406884,662692],[405359,656044],[408797,665558],[407144,656328],[401541,665818],[405897,671019],[408163,671082],[406587,676847],[407889,667849],[401489,675473],[397046,678577],[409034,666113],[399963,679493],[402519,679199],[405434,679207],[409641,656830],[478305,-77791],[41884,-388887],[48632,9534],[40887,201392],[45340,209144],[40292,209135],[42817,19572],[43081,23811],[45289,127067],[58648,128585],[57714,32058],[59965,615645],[58708,618872],[59431,621642],[60036,622458],[57783,618493],[63248,623578],[63771,622861],[61737,617402],[62062,66699],[55625,126571],[68123,417853],[69273,49734],[74935,613465],[64980,612095],[75967,614416],[76157,613395],[64117,614487],[73769,626630],[76402,624694],[74392,619731],[75542,621670],[64880,619678],[75898,618427],[75108,623663],[66635,615893],[74581,616573],[69117,615782],[67574,617157],[67180,619815],[73768,632295],[76242,631860],[75405,633141],[68128,58751],[72018,664561],[70901,664514],[75318,661614],[73744,663188],[69263,666607],[74918,669497],[72690,671023],[69675,668452],[69209,670782],[66129,67752],[75957,67421],[70557,101262],[71832,93018],[71988,98695],[68523,110406],[72411,107938],[71526,105798],[70713,127678],[68237,117977],[64683,116305],[88547,8793],[88284,2193],[80098,157323],[86186,163211],[85365,159131],[78618,162738],[81113,159777],[86925,166692],[78786,222336],[82084,16632],[88557,21382],[82816,31377],[82485,409039],[77726,43598],[82313,45012],[82118,46494],[87428,612751],[82298,610561],[78185,607284],[81423,607161],[83603,608117],[82379,613430],[89521,614281],[85018,612591],[78803,608621],[83994,609659],[77823,613294],[83830,614852],[80051,626397],[84291,619105],[89125,616277],[78441,616796],[81921,621571],[77834,621807],[77336,626828],[79874,620397],[79812,625139],[86402,623606],[83555,622801],[81176,617987],[78462,615888],[85417,619830],[77861,622454],[79531,631166],[83311,628322],[89169,59787],[86752,60620],[86217,55755],[79811,63033],[80732,662749],[78326,661128],[80344,666984],[77978,668256],[85667,68339],[82351,69147],[78432,76038],[85723,67143],[89451,83976],[83340,79205],[78760,95863],[81427,91629],[82580,93938],[84453,89883],[86910,113228],[88792,111634],[78370,103321],[79736,120162],[80387,122291],[86937,119401],[99492,-22203],[101469,-18529],[101922,-55041],[95110,12844],[93784,2358],[98349,10571],[94217,167695],[93573,15847],[95994,38120],[96076,61847],[100221,58135],[99316,76844],[92276,88429],[91741,100289],[101026,96003],[90825,109144],[95452,108744],[90339,118406],[92624,116940],[114362,-15143],[108019,-31022],[102877,10829],[104750,12091],[110142,5407],[113866,19811],[111564,22559],[104727,37450],[109771,36817],[104734,28901],[115119,33858],[110531,47317],[111544,47716],[113446,62989],[102872,62005],[104411,53351],[103381,55575],[103988,61448],[109217,58470],[104502,68182],[114329,70960],[102800,88144],[107812,80293],[104364,104395],[119946,-3674],[117461,-1640],[116015,-5845],[115831,-3554],[118145,-17735],[120145,-22261],[119016,-31863],[121931,-26586],[127229,4959],[115750,20493],[123947,22011],[124850,292887],[122427,291204],[123276,311640],[121803,308382],[122283,334473],[125425,333770],[127322,341387],[120268,36167],[118404,35153],[116885,43165],[120141,39518],[116527,50043],[120334,47788],[116100,98455],[119151,92106],[117052,95887],[-127689,-117999],[-121838,-126199],[-126248,-135955],[-117013,-131647],[-118891,-128147],[-125372,-175153],[-125208,-173612],[-127105,-179965],[-122970,-187261],[-120600,-187720],[-118303,-189278],[-115298,-193824],[-116707,-231706],[-117626,-230717],[-119782,-234740],[-122661,-235990],[-117781,-237271],[-121992,-238250],[-121886,-240116],[-121884,-240035],[-116451,-240941],[-125166,-250041],[-124303,-75798],[-127382,-86219],[-127806,-106572],[-127714,-110946],[-130348,-123725],[-129287,-118148],[-129343,-115839],[-131893,-115221],[-133080,-116950],[-137550,-125423],[-140756,-127730],[-135459,-126296],[-128540,-127107],[-131681,-123187],[-137755,-139735],[-131032,-139874],[-132521,-138234],[-128113,-132712],[-128180,-133130],[-132911,-127924],[-135695,-128730],[-131819,-128775],[-131500,-131782],[-139476,-129610],[-140145,-135845],[-138017,-133761],[-133015,-135029],[-130454,-136050],[-132319,-141559],[-129494,-181696],[-139086,-182663],[-133115,-241927],[-132471,-239889],[-134260,-243730],[-134611,-244283],[-136858,-262333],[-136224,-261431],[-137524,-262950],[-137616,-264085],[-140629,-262076],[-129578,-75685],[-128979,-83554],[-139238,-99158],[-136158,-99792],[-128824,-102722],[-140133,-105365],[-138041,-111187],[-134783,-113473],[-132747,-109640],[-133193,-112738],[-129239,-114017],[-132484,-112005],[-132467,-113504],[-143955,-124790],[-142225,-125734],[-141187,-140906],[-148370,-145733],[-149963,-176109],[-150519,-178702],[-150880,-180063],[-152678,-183201],[-151077,-185971],[-141866,-183518],[-145213,-182067],[-151569,-201472],[-143268,-256446],[-141067,-263541],[-152703,-71915],[-148684,-70061],[-145039,-73532],[-142977,-73666],[-141779,-75529],[-152258,-78854],[-151039,-81896],[-145665,-94852],[-147683,-94770],[-151232,-100961],[-147008,-97161],[-144291,-107096],[-164850,-118434],[-164996,-121578],[-164369,-146873],[-165845,-147073],[-162644,-156029],[-166334,-159419],[-165944,-154996],[-164742,-177360],[-165843,-184680],[-164798,-191514],[-157597,-203110],[-165486,-202674],[-156546,-193094],[-155619,-199407],[-154415,-200258],[-154436,-196100],[-162635,-193024],[-162468,-205328],[-163932,-214505],[-156878,-208366],[-165232,-223045],[-166319,-263199],[-165665,-265688],[-158849,-48515],[-161132,-66747],[-162092,-75961],[-163523,-70944],[-166400,-89180],[-155168,-83870],[-163042,-97408],[-162616,-98801],[-163839,-100827],[-164674,-109433],[-174026,-115167],[-167527,-122527],[-172339,-119141],[-177594,-125692],[-175462,-126859],[-170579,-135884],[-171643,-137325],[-177234,-135346],[-171570,-134573],[-173553,-133700],[-174683,-131030],[-173335,-129436],[-166855,-152463],[-168430,-152181],[-172916,-148652],[-169367,-149768],[-173675,-148076],[-175657,-152804],[-178925,-152670],[-176253,-150874],[-176830,-152228],[-174073,-150914],[-174715,-152331],[-171207,-150735],[-169388,-146752],[-171770,-149479],[-171119,-148118],[-166835,-148361],[-167163,-150444],[-170884,-151141],[-177448,-151712],[-168784,-164337],[-171471,-161399],[-170741,-153563],[-174499,-158954],[-178314,-164004],[-174847,-154156],[-176315,-154426],[-177997,-156653],[-176947,-155902],[-174275,-156246],[-177744,-160500],[-178738,-162119],[-172681,-155676],[-173537,-153576],[-175467,-158822],[-175073,-162257],[-178688,-154925],[-178649,-177280],[-170037,-175973],[-175506,-181186],[-174107,-199154],[-168863,-198603],[-167408,-206497],[-173345,-212388],[-177763,-207194],[-178956,-216056],[-178700,-222600],[-167282,-223542],[-170310,-229480],[-169519,-219639],[-172570,-223498],[-170362,-224708],[-175516,-235485],[-177853,-44792],[-172639,-66381],[-167334,-96609],[-167889,-98721],[-167093,-92723],[-177185,-113925],[-169304,-105873],[-166629,-106921],[-183346,-116003],[-188497,-121596],[-191225,-118599],[-189719,-120475],[-191883,-125456],[-187105,-123435],[-188493,-122976],[-187700,-118150],[-186482,-120999],[-183891,-120399],[-181204,-122179],[-182814,-123374],[-179475,-122769],[-189371,-122798],[-190439,-123275],[-190993,-121188],[-180809,-132613],[-183976,-139030],[-190659,-134438],[-190740,-136755],[-189842,-135700],[-181150,-140359],[-182808,-137788],[-181847,-139015],[-181133,-137509],[-182682,-136162],[-186838,-140179],[-186434,-138571],[-190643,-138669],[-181080,-134460],[-190085,-139873],[-187273,-144018],[-191917,-145732],[-181983,-142931],[-182196,-144762],[-180332,-150149],[-180702,-147650],[-182218,-150642],[-181374,-151664],[-184535,-150612],[-189269,-145718],[-188782,-142461],[-191199,-140924],[-183491,-142456],[-180686,-152279],[-186352,-146477],[-191640,-148884],[-190188,-149552],[-186121,-148192],[-187441,-147682],[-189775,-148288],[-188096,-148578],[-186637,-149547],[-187483,-164231],[-183337,-164722],[-184526,-163489],[-190367,-155932],[-186498,-160180],[-186663,-161430],[-188327,-155775],[-188688,-157527],[-187868,-156479],[-181419,-155682],[-181451,-157370],[-185493,-153911],[-180188,-157048],[-183327,-160937],[-179632,-164182],[-182421,-155700],[-184822,-154649],[-179501,-160042],[-179722,-153462],[-191565,-168653],[-185958,-169763],[-180040,-175663],[-186754,-177836],[-191924,-173319],[-190667,-174741],[-189284,-176623],[-189626,-177121],[-188078,-174794],[-188648,-178451],[-188086,-176922],[-189049,-176285],[-189402,-172744],[-190566,-174223],[-179335,-167022],[-191545,-183984],[-190420,-179917],[-189783,-179489],[-187573,-179445],[-187939,-190808],[-189233,-187103],[-188315,-188471],[-188555,-191162],[-189189,-179945],[-190834,-179789],[-184612,-191988],[-184632,-192826],[-184094,-194155],[-184005,-194017],[-181288,-202458],[-182756,-201039],[-185895,-215737],[-191145,-213093],[-185497,-214167],[-182230,-211305],[-180936,-216476],[-180936,-216476],[-181945,-224453],[-188669,-223835],[-186437,-218071],[-188720,-220300],[-187030,-51840],[-183273,-64291],[-191820,-89166],[-189564,-95001],[-189833,-91555],[-191777,-91018],[-189980,-99964],[-191431,-93401],[-191872,-99748],[-188086,-112934],[-186617,-112315],[-183744,-114779],[-182557,-108302],[-202986,-127529],[-195003,-119617],[-197358,-121345],[-200727,-117888],[-199108,-117861],[-202464,-115322],[-202364,-119367],[-192241,-122111],[-192929,-125803],[-194051,-126226],[-196615,-123419],[-194911,-122582],[-203080,-116874],[-204524,-115490],[-195954,-115192],[-195798,-117179],[-193231,-125070],[-195111,-135619],[-199226,-132846],[-200508,-128687],[-196057,-131058],[-194566,-130816],[-199688,-130229],[-192751,-140536],[-192112,-137629],[-193825,-137625],[-193772,-133979],[-203453,-132453],[-192516,-135822],[-195912,-140179],[-193444,-131402],[-193161,-128194],[-204603,-138788],[-202845,-135798],[-192791,-139377],[-200299,-146599],[-203764,-143730],[-204739,-144890],[-200230,-153283],[-204642,-152133],[-196661,-152086],[-193243,-145116],[-192807,-147687],[-193607,-146285],[-194368,-141518],[-195787,-145724],[-194709,-148435],[-197112,-146579],[-195690,-144687],[-197237,-144062],[-194120,-150875],[-195895,-149548],[-195727,-150584],[-196306,-148855],[-202478,-156606],[-201100,-164561],[-199279,-163775],[-196743,-164537],[-195281,-158929],[-199899,-156235],[-201168,-156600],[-192002,-154847],[-196168,-153636],[-199291,-167469],[-198880,-166897],[-200232,-169282],[-202744,-170023],[-204689,-172975],[-204277,-170249],[-194605,-173469],[-194287,-176500],[-194003,-170251],[-193398,-169622],[-199740,-172899],[-204699,-182833],[-194881,-182436],[-193627,-180837],[-194250,-182253],[-193735,-183131],[-194233,-185304],[-196087,-185937],[-197197,-189760],[-202061,-189681],[-201781,-189239],[-204469,-187884],[-203774,-189872],[-201136,-188561],[-198091,-190312],[-194176,-201648],[-197386,-204140],[-202104,-203469],[-194723,-197027],[-192139,-197087],[-199211,-193283],[-198394,-193783],[-201385,-205170],[-197210,-208200],[-198152,-211033],[-203293,-211369],[-199043,-208367],[-198911,-208506],[-199768,-207526],[-201677,-209400],[-197075,-215371],[-197411,-210712],[-194383,-212968],[-194412,-211163],[-192021,-210452],[-202809,-216971],[-202808,-216856],[-194344,-223447],[-194843,-228761],[-196486,-217446],[-200482,-219653],[-195400,-220201],[-194452,-220441],[-202446,-218175],[-197370,-234451],[-202153,-238292],[-195372,-84780],[-196563,-86779],[-194099,-88105],[-197434,-85163],[-198406,-87859],[-204042,-85134],[-198144,-87095],[-195068,-88003],[-197403,-88767],[-192658,-96714],[-192058,-97981],[-200413,-93966],[-203677,-97824],[-196353,-99493],[-196713,-95542],[-194352,-91533],[-196054,-97192],[-197554,-93357],[-202246,-89811],[-203927,-99956],[-200745,-101192],[-202432,-98778],[-200959,-91830],[-198623,-92217],[-201360,-96081],[-202536,-92745],[-194035,-93949],[-201157,-90559],[-200159,-89641],[-196630,-93450],[-194910,-89906],[-198249,-94497],[-203178,-93573],[-192776,-111864],[-202351,-113160],[-202717,-103898],[-203861,-106942],[-199389,-102687],[-202677,-105115],[-199671,-105282],[-199455,-111615],[-201702,-112236],[-197710,-104319],[-197011,-111962],[-200841,-102621],[-196138,-111003],[-212373,-119192],[-211200,-119473],[-210036,-122175],[-207542,-123353],[-205638,-122992],[-206291,-120683],[-208761,-121223],[-209889,-120113],[-207889,-126827],[-211205,-125312],[-209162,-124038],[-208421,-115152],[-212238,-116099],[-209988,-116990],[-210347,-130273],[-209526,-136243],[-207118,-129564],[-209826,-132205],[-206079,-134201],[-207146,-132116],[-215626,-138317],[-216810,-139165],[-205471,-136972],[-206385,-149365],[-205182,-152721],[-216190,-150783],[-211562,-152669],[-210328,-146937],[-208937,-147716],[-209772,-146873],[-212475,-147766],[-211816,-146086],[-213658,-146602],[-215151,-140895],[-215803,-140744],[-212991,-141662],[-213781,-142184],[-214125,-143369],[-215022,-146555],[-214579,-149626],[-211463,-151902],[-207753,-152187],[-209071,-150132],[-207201,-152505],[-205533,-174194],[-205590,-172247],[-213095,-178862],[-209918,-178704],[-206808,-170506],[-205085,-167660],[-209401,-171542],[-213018,-179782],[-211597,-180377],[-207002,-179761],[-215095,-180962],[-209898,-182133],[-210187,-183062],[-212192,-181593],[-206027,-181664],[-208487,-189161],[-209292,-188827],[-210395,-187930],[-209595,-186316],[-206703,-184056],[-205667,-187156],[-212367,-185739],[-212439,-186086],[-209922,-190794],[-215971,-197384],[-209822,-192461],[-217131,-195593],[-216155,-195890],[-205183,-204372],[-216847,-211145],[-216597,-212561],[-206802,-208327],[-207165,-228802],[-213872,-229604],[-205704,-239038],[-213214,-230495],[-209522,-253603],[-208723,-246824],[-206387,-248963],[-216514,-65343],[-206989,-84956],[-206451,-86503],[-217188,-92552],[-205017,-95387],[-206319,-94071],[-205394,-92823],[-211059,-111551],[-212991,-113636],[-211417,-110152],[-209670,-108446],[-206634,-108513],[-207157,-104179],[-207928,-112713],[-210371,-113600],[-221552,-118372],[-226635,-119728],[-224594,-118330],[-221093,-127427],[-219712,-125622],[-228165,-119535],[-222799,-121042],[-228603,-117239],[-223768,-125212],[-229048,-121726],[-221105,-136250],[-222657,-138418],[-221994,-134325],[-220314,-131077],[-219222,-133574],[-219511,-132591],[-221950,-128729],[-223123,-132453],[-221846,-130054],[-221194,-130181],[-226872,-131347],[-227676,-132349],[-220007,-138767],[-219892,-136165],[-227353,-129466],[-223333,-143399],[-224354,-143834],[-226543,-144708],[-227027,-144330],[-226721,-145592],[-228639,-145075],[-228852,-150685],[-230043,-148304],[-217638,-161378],[-219810,-162010],[-228692,-188026],[-225209,-188598],[-224776,-188915],[-227495,-188270],[-222208,-200271],[-223745,-201433],[-219344,-201139],[-217800,-200321],[-219200,-193793],[-218715,-212680],[-221104,-215126],[-219827,-205570],[-221715,-206157],[-224963,-229980],[-220007,-239989],[-219844,-256163],[-227369,-266969],[-225424,-73745],[-219988,-71681],[-221614,-71027],[-230074,-70429],[-220088,-82979],[-221459,-85443],[-229211,-110327],[-226068,-111207],[-236773,-118701],[-235045,-116034],[-232134,-127249],[-231815,-118328],[-230758,-126490],[-239272,-127297],[-239914,-138225],[-234537,-130122],[-233629,-134047],[-232933,-130875],[-233367,-128131],[-237716,-131731],[-235983,-133007],[-234533,-139497],[-237171,-135339],[-242536,-138756],[-241500,-137611],[-238450,-138514],[-241057,-144322],[-232275,-141031],[-239092,-144265],[-237379,-141222],[-236237,-144378],[-236324,-144259],[-232108,-143512],[-232232,-144705],[-231375,-146785],[-235285,-150217],[-234584,-143084],[-234619,-144956],[-239648,-153024],[-238210,-152365],[-234924,-152570],[-232841,-151055],[-240427,-153357],[-243002,-144266],[-241630,-145865],[-242902,-151668],[-242544,-163923],[-242415,-161656],[-241343,-166114],[-232556,-153671],[-232698,-155689],[-232971,-157356],[-234922,-156713],[-237101,-155795],[-238204,-157168],[-239033,-162167],[-238396,-164531],[-239912,-162626],[-239548,-162614],[-241932,-159401],[-239775,-166411],[-234898,-190268],[-240267,-186005],[-236715,-183880],[-233565,-185706],[-235993,-187201],[-236954,-185754],[-241579,-179082],[-239866,-180801],[-231640,-193235],[-233990,-194553],[-234949,-208045],[-231608,-214664],[-237947,-208759],[-242213,-207530],[-241302,-206559],[-231092,-211723],[-235713,-222666],[-233809,-223542],[-242385,-227993],[-236289,-241510],[-238387,-236546],[-238776,-88574],[-235781,-93788],[-236265,-98702],[-230720,-106648],[-241644,-106082],[-241038,-108162],[-242001,-110509],[-242303,-112878],[-233907,-109795],[-231042,-109593],[-236145,-112860],[-238153,-107974],[-241640,135409],[-243214,-124176],[-246899,-116557],[-247268,-119604],[-246978,-121551],[-243954,-127036],[-247028,-130987],[-254624,-138661],[-244353,-138768],[-255948,-145596],[-247450,-152193],[-245326,-150549],[-249616,-152791],[-248188,-151692],[-250833,-155449],[-248951,-157786],[-245229,-160917],[-252947,-153856],[-251138,-153912],[-246408,-158563],[-248101,-160102],[-253068,-160676],[-255637,-157743],[-252295,-157308],[-254374,-160912],[-254647,-159075],[-246750,-160301],[-243680,-161028],[-247141,-157520],[-245640,-154634],[-245270,-155237],[-243641,-154130],[-253236,-171323],[-252382,-173162],[-253987,-171579],[-255677,-171488],[-255716,-175186],[-255126,-178781],[-244417,-177780],[-252598,-188715],[-251586,-186328],[-255307,-180513],[-253767,-180357],[-244872,-179145],[-251183,-193326],[-250155,-202072],[-254139,-194200],[-248201,-219755],[-255872,-228850],[-248749,-239019],[-252169,-59799],[-251954,-64161],[-250376,-65913],[-245808,-65507],[-249075,-86669],[-255238,-76994],[-244273,128242],[-256460,-121753],[-258451,-122588],[-265303,-139544],[-259360,-130043],[-263605,-135040],[-263671,-135136],[-266332,-147367],[-267994,-146576],[-258146,-153179],[-257067,-152459],[-258347,-151196],[-257414,-149597],[-258735,-148190],[-256596,-142394],[-263644,-163687],[-257266,-163257],[-268101,-158101],[-268204,-164550],[-262116,-158807],[-261393,-158066],[-257142,-158287],[-266081,-175212],[-258022,-174582],[-257601,-167025],[-259792,-167934],[-265880,-166351],[-266891,-171000],[-267418,-175369],[-260624,-176614],[-261902,-170716],[-260431,-169854],[-256892,-174650],[-258019,-177662],[-259610,-177271],[-256115,-177838],[-266684,-179942],[-265775,-179669],[-263711,-182060],[-263378,-183271],[-262857,-191182],[-263292,-189725],[-258673,-179909],[-257034,-181518],[-256397,-183469],[-258143,-183859],[-258930,-191580],[-258769,-191983],[-261196,-201081],[-262406,-199914],[-256980,-222935],[-259804,-223664],[-258454,-40143],[-262419,-38214],[-256705,-58947],[-263786,-58168],[-264200,-79443],[-272721,-124821],[-273149,-127397],[-271179,-148337],[-276488,-151416],[-273108,-145624],[-273569,-151398],[-272554,-148092],[-277467,-147360],[-269782,-142865],[-279345,-140928],[-272254,-154001],[-274214,-157206],[-273134,-164491],[-272857,-163183],[-279780,-154898],[-269238,-171857],[-269797,-174686],[-277812,-175770],[-275616,-171697],[-269444,-179884],[-274147,-179457],[-268834,-198027],[-273081,96260],[-286120,-148419],[-288990,-150893],[-286677,-151522],[-287379,-145469],[-283047,-154815],[-282903,-163949],[-283893,-155263],[-285351,-169089],[-281921,-176765],[-289874,-184111],[-293367,-191528],[-286645,-195552],[-282656,-200278],[-302487,-190784],[-314924,73802],[-309493,99622],[-307100,94190],[-325812,70262],[-322532,84312],[-39543,-194286],[-67939,-197616],[-69674,-197350],[-76336,-201598],[-75322,-203551],[-76720,-213356],[-73388,-209683],[-73706,-211376],[-70452,-208961],[-69987,-220702],[-86311,-180177],[-86819,-182928],[-82989,-191460],[-83237,-193801],[-81674,-193457],[-79906,-194303],[-77896,-203486],[-80406,-203541],[-88603,-196520],[-87568,-197521],[-81902,-202053],[-81606,-193569],[-83382,-194033],[-83627,-194138],[-77102,-207525],[-80647,-207394],[-81132,-208357],[-81199,-213887],[-81703,-215315],[-86165,-216316],[-79078,-212783],[-84321,-218753],[-77928,-218880],[-79471,-218687],[-78163,-226303],[-78039,-222316],[-90403,-178403],[-91765,-180091],[-95473,-200401],[-96770,-204538],[-100818,-211292],[-101320,-210964],[-96185,-217100],[-96557,-215052],[-99154,-213244],[-99077,-215780],[-101825,-218418],[-97081,-218345],[-96984,-224492],[-105368,-126265],[-114848,-119170],[-111593,-127639],[-108190,-140212],[-111938,-138488],[-110559,-195212],[-114800,-197191],[-102555,-216957],[-111438,-214832],[-106101,-229232],[-104007,-226831],[-111365,-228311],[-114783,-231018],[-113966,-234881],[-115065,-239580],[-114947,-241004],[-104504,-111968],[-113284,-111292],[-109899,-108612],[134873,-13820],[139722,-36372],[134430,-25795],[131509,23044],[132257,30274],[135463,89970],[131858,105087],[142890,-3704],[141695,-17504],[145723,4722],[62330,123416],[56102,127144],[75655,45173],[74069,63651],[70564,51716],[70839,67682],[73323,77596],[70931,97662],[69813,106932],[76760,125763],[70235,122111],[82553,3902],[85869,18134],[83214,23446],[86850,63834],[80227,64638],[83121,67340],[83314,76043],[85879,82859],[83526,77474],[88113,98277],[80685,121138],[95510,2739],[94036,13358],[95212,37855],[91455,37269],[92862,48081],[93143,60845],[97678,60248],[92254,62963],[96460,53291],[92763,56588],[99169,75915],[97874,85296],[93665,92447],[97736,89956],[106300,-18277],[107209,-17650],[108631,6976],[104297,13887],[111377,15160],[107930,38063],[111090,29051],[112206,48506],[108181,63632],[108367,66812],[108223,87592],[110500,91249],[116435,-8293],[124139,-20150],[125031,-13512],[127268,-25906],[126722,5619],[120120,4330],[116846,13981],[119857,23915],[122704,30295],[121164,36876],[117907,40257],[117012,81127],[119879,102758],[-122024,-133394],[-127304,-141148],[-125839,-192155],[-128874,-174002],[-135433,-177010],[-138815,-172915],[-135701,-173888],[-139344,-174868],[-130484,-179853],[-140660,-183634],[-136899,-182457],[-133902,-182621],[-137557,-179424],[-135188,-190994],[-135098,-180042],[-139090,-179471],[-140091,-196895],[-134364,-199176],[-131677,-191809],[-131340,-196032],[-138154,-255127],[-130057,-248191],[-134352,-105755],[-143765,-164997],[-147146,-179835],[-143527,-182803],[-161412,-115966],[-156226,-189785],[-164317,-182215],[-153622,-190463],[-157470,-193735],[-154599,-193260],[-161159,-205409],[-161796,-207146],[-155199,-205254],[-158672,-253562],[-155375,-252530],[-157696,-251754],[-159992,-81390],[-170125,-202201],[-176904,-196604],[-175743,-209963],[-177291,-211150],[-175726,-215950],[-169228,-221360],[-173794,-227431],[-171060,-227584],[-167834,-217763],[-170481,-233177],[-172970,-234063],[-172540,-236476],[-168964,-231431],[-172640,-248711],[-176282,-250329],[-176252,-244894],[-176087,-247671],[-167616,-54916],[-174627,-75983],[-168769,-67506],[-172222,-73456],[-174761,-81539],[-173499,-81087],[-180792,-198002],[-181251,-198568],[-190037,-193431],[-185691,-196181],[-181099,-211865],[-183354,-208444],[-185778,-206038],[-184602,-209783],[-187216,-208811],[-179219,-211984],[-180345,-213303],[-190625,-213067],[-189454,-217274],[-189863,-209203],[-191897,-218968],[-191949,-63355],[-185044,-69313],[-200587,-201022],[-192357,-194061],[-204124,-204875],[-192476,-205845],[-202567,-212915],[-204069,-229777],[-200561,-217892],[-199812,-233156],[-204672,-254950],[-204800,-250932],[-203236,-56988],[-202201,-68581],[-198688,-99191],[-198116,-97190],[-203379,-101424],[-199426,-98090],[-204403,-104801],[-205556,-209247],[-204993,-217135],[-205233,-226780],[-211228,-229761],[-209077,-233456],[-208407,-242820],[-208900,-248337],[-205522,-247109],[-214125,-68183],[-215822,-75441],[-212777,-93057],[-222635,-191203],[-221618,-235241],[-219840,-247117],[-218775,-256071],[-221745,-267876],[-220170,-67077],[-226320,-71874],[-220658,-75268],[-218496,-72619],[-222229,-71519],[-228093,-69054],[-219353,-77310],[-223699,-98141],[-241427,-123986],[-235514,-123780],[-232127,-120392],[-235940,-142056],[-237737,-149415],[-239476,-175872],[-242857,-176550],[-238506,-190333],[-239543,-186361],[-242259,-200654],[-241390,-220061],[-237538,-228603],[-242229,-239980],[-237525,-235845],[-233534,-233515],[-240939,-85893],[-236439,-93698],[-233836,-97152],[-237131,-97970],[-242891,-89686],[-240293,-111882],[-231511,-104988],[-246520,-127786],[-248798,-123613],[-245129,-132836],[-249244,-146724],[-247489,-143058],[-251935,-150358],[-250230,-143654],[-249527,-141394],[-247858,-148008],[-246591,-146196],[-246150,-170804],[-245221,-196890],[-249575,-201187],[-249235,-202561],[-246327,-200484],[-244202,-200381],[-251439,-210449],[-254543,-204771],[-247497,-219629],[-251129,-219476],[-248803,-223482],[-251663,-222922],[-254512,-227883],[-246010,-239023],[-249366,-37950],[-246753,-41740],[-252830,-61413],[-252026,-60780],[-246051,-88390],[-246910,131997],[-245716,133848],[-266870,-151234],[-263809,-140807],[-266680,-145633],[-262018,-161811],[-260472,-164092],[-267053,-154461],[-265352,-153709],[-264402,-174831],[-266207,-169620],[-260100,-166596],[-261530,-188011],[-263180,-185422],[-265195,-186844],[-266248,-202229],[-258180,-199089],[-260505,-194881],[-261976,-213874],[-257542,-206363],[-257817,-226720],[-262461,-221902],[-260796,-37821],[-261035,-38551],[-265382,-57199],[-265575,-75317],[-259468,-84963],[-271766,-154985],[-276632,-172484],[-271760,-179942],[-274355,-189680],[-273995,-79862],[-304224,102777],[-314418,72380],[-317737,68555],[-318394,91442],[-307616,91178],[-325000,90146],[-105848,-121896],[-114681,-124107],[-114118,-143208],[-107184,-143431],[-107383,-189773],[-106886,-187247],[-108438,-184472],[-104682,-185926],[-109056,-194734],[-108332,-111381],[-111541,-114923],[137955,-31705],[131074,37607],[134527,100606],[148783,-9780],[149166,-5013],[143154,2393],[140865,5465],[53197,-763],[57776,128167],[76402,63680],[75578,52006],[69944,59022],[69822,74838],[75633,81487],[72810,97531],[73595,95457],[68564,116043],[67010,123341],[87189,14157],[86985,22104],[82566,45906],[77932,59358],[80505,55940],[87389,52454],[84400,63399],[83002,69849],[81947,108591],[83130,104681],[83771,117546],[98862,-24597],[96706,5776],[90493,5034],[91624,33192],[96683,33186],[96934,48415],[89800,41761],[99189,48875],[93414,55764],[98134,67924],[92160,83289],[97406,92212],[110324,-327],[107575,-16119],[109858,-27015],[110579,10315],[104041,14367],[106579,37065],[109359,31573],[109846,44726],[103713,47254],[113748,42211],[112863,52828],[111266,75551],[104393,65354],[103396,83127],[106004,78262],[113651,100598],[102578,93635],[124330,-4636],[121966,-17684],[120385,-17643],[126522,-27755],[118403,3717],[125357,10463],[115952,15607],[125781,17201],[116945,25219],[115972,30143],[124293,43603],[127998,83510],[116414,108277],[125584,106820],[-197820,-266182],[-199590,-265416],[-199570,-267821],[-194378,-278730],[-202594,-269788],[-195863,-274896],[-196764,-273033],[-197337,-283191],[-199774,-283338],[-199298,-285305],[-213777,-260416],[-214089,-266245],[-216572,-264166],[-213642,-267847],[-210795,-258886],[-208885,-274626],[-206520,-275324],[-208248,-276296],[-206488,-278231],[-209697,-272470],[-226281,-252815],[-229047,-248201],[-219262,-245540],[-225833,-249907],[-230131,-245351],[-222351,-251811],[-225835,-255574],[-230147,-262498],[-217800,-258482],[-225662,-267357],[-220812,-258749],[-238318,-253653],[-234315,-255212],[-235136,-246573],[-233000,-247459],[-236472,-261655],[-231803,-257336],[-234648,-258348],[-242456,-258710],[-235964,-266351],[-237427,-264460],[-237998,-268720],[-238853,137078],[-245314,-239146],[-251521,-236213],[-250387,-251424],[-249582,-250168],[-252936,-244693],[-255014,-249254],[-254038,-249375],[-243270,-247375],[-256818,-245803],[-259947,-245441],[-287788,23987],[-284763,26815],[-306565,19826],[-306947,26585],[-310457,9565],[-319161,6545],[-307600,8604],[-317031,18418],[-309129,22221],[-314853,77759],[-319725,82254],[-309915,95787],[-327527,14424],[-330017,21490],[-323893,70597],[-333397,99522],[-398374,-5777],[-507467,-56105],[-523777,-76040],[-533401,-152934],[134057,-39663],[130496,10108],[130321,20510],[128498,35294],[128942,40339],[152812,-11775],[143852,11127],[162972,34753],[169781,24406],[176607,33649],[175370,50032],[179456,57654],[169317,62410],[167689,88694],[184732,23616],[183874,36324],[191800,53110],[189847,72173],[190953,64750],[181013,111376],[394202,-147856],[50749,-2734],[56012,-492154],[57028,131784],[63352,116059],[702902,333335],[744853,318841],[756956,310088],[75694,44126],[69145,63987],[71971,109419],[65474,124144],[87280,22571],[77180,60471],[79413,92861],[83639,101241],[87352,98756],[78629,108902],[78917,106164],[82856,118217],[91657,3630],[101737,18605],[101923,43172],[90719,84604],[104896,-17412],[104171,34494],[111200,40708],[114874,46321],[103378,58159],[103215,102792],[118871,-4838],[124646,-12424],[117348,-15276],[121757,-30486],[121972,23242],[117327,37799],[-189869,-277692],[-203596,-266912],[-201759,-268255],[-198593,-280151],[-198141,-273216],[-192970,-277787],[-198202,-271791],[-204093,-274099],[-200001,-274206],[-197902,-273936],[-192430,-280701],[-196900,-282621],[-214148,-255466],[-215025,-262185],[-217342,-263505],[-207078,-270048],[-227287,-250238],[-228469,-255367],[-220465,-254481],[-226614,-265842],[-221315,-260641],[-226119,-261369],[-228139,-263226],[-226787,-257670],[-217987,-260474],[-220548,-263524],[-237133,-252600],[-230997,-248559],[-232344,-251288],[-241916,-255062],[-232791,-244292],[-241533,-252932],[-232316,-248416],[-235336,-263408],[-237950,-261813],[-231827,-262358],[-234337,-262457],[-230931,-256666],[-235420,-256236],[-236175,-258580],[-237944,-257027],[-238660,-266536],[-241540,-262187],[-240684,-259089],[-239465,-256714],[-245172,-241735],[-248509,-238340],[-251799,-241243],[-247816,-250629],[-250919,-249544],[-252254,-248141],[-252336,-245775],[-244165,-254014],[-245622,-252991],[-244498,-251203],[-243865,-257121],[-249731,128398],[-257093,-238909],[-256084,-247543],[-260688,-244238],[-257011,-250429],[-281324,16785],[-291214,15374],[-292465,19812],[-283828,23648],[-303760,-3002],[-299935,-2377],[-298042,31917],[-304419,31163],[-311531,4997],[-314049,23515],[-314475,26907],[-316878,73056],[-319185,71473],[-307394,95329],[-314060,103333],[-324996,5039],[-327283,781],[-320918,5123],[-331870,20580],[-323187,20961],[-330147,100244],[-399634,-3171],[-401012,-20221],[-403652,-18252],[-501549,-56251],[-503032,-51182],[-503151,-51858],[-504499,-87102],[-515590,-66649],[-513462,-77710],[-520697,-93245],[132392,27862],[161538,30693],[162387,38864],[158189,50706],[164751,42271],[163316,54812],[157764,71548],[154351,66655],[162417,82920],[159313,81563],[175975,20411],[173905,47429],[175500,63294],[172649,56727],[185234,31728],[191603,35768],[183824,58204],[182921,67331],[186799,76327],[185212,95072],[193509,82103],[59179,130197],[706663,330430],[711031,343947],[724901,329619],[735751,339245],[71515,47752],[70347,60602],[76604,76223],[76756,73462],[75192,96031],[69715,105169],[82842,1779],[89299,13729],[81612,44006],[82613,53364],[80875,65890],[79300,70976],[78571,94990],[79458,110641],[96926,11540],[95257,29313],[98794,39078],[100332,63511],[91049,62868],[100964,82454],[101755,97629],[110212,-29241],[114449,50038],[113497,92118],[118999,-33169],[116102,5291],[124393,28439],[-1274335,1522600],[-1272535,1526152],[-1275664,1528707],[-1275331,1527570],[-1272665,1523845],[-1277804,1526162],[-1273644,1528948],[-1271186,1529173],[-1271920,1528957],[-1270819,1530923],[-1270053,1531576],[-1270389,1529765],[-1276643,1525840],[-1278236,1528177],[-1274293,1527878],[-1276905,1532137],[-1276324,1536458],[-1268725,1542362],[-1273604,1714802],[-1271725,1713041],[-1274925,1711777],[-1269125,1712255],[-1273316,1714802],[-1275127,1709437],[-1269517,1723372],[-1278603,1723837],[-1276557,1725618],[-1270993,1732809],[-1277110,1732534],[-1278618,1249056],[-1274515,1251388],[-1276796,1250901],[-1291727,1482531],[-1291116,1485156],[-1291134,1488814],[-1281719,1536636],[-1285598,1702099],[-1282128,1699440],[-1290723,1710087],[-1286835,1708431],[-1286330,1715131],[-1287013,1711490],[-1280429,1717771],[-1281673,1718895],[-1285367,1716702],[-1291375,1716304],[-1292437,1726361],[-1284593,1221847],[-1286865,1220687],[-1282662,1221699],[-1282486,1226648],[-1286770,1237046],[-1289203,1236832],[-1288122,1232692],[-1282714,1249514],[-1280030,1249825],[-1303951,1339504],[-1302726,1336725],[-1303329,1332579],[-1299678,1335822],[-1296027,1493067],[-1300699,1500142],[-1297456,1698644],[-1295169,1699467],[-1297888,1701107],[-1300498,1705485],[-1302838,1714388],[-1300606,1712605],[-1305292,1715933],[-1293909,1722227],[-1295559,1716992],[-1294531,1726652],[-1309051,1335728],[-1316349,1356770],[-1312721,1352260],[-1308415,1346064],[-1309992,1487301],[-1306830,1701331],[-1321166,1342482],[-1327658,1339484],[-1326402,1347692],[-1326442,1346214],[-1321881,1348659],[-1329299,1353786],[-1327627,1355093],[-1319240,1353844],[-1324560,1358144],[-1327940,1479799],[-1324963,1493252],[-1343499,1434850],[-1342555,1446908],[-1341651,1453944],[-1338854,1450464],[-1341999,1469871],[-1343323,1226023],[-1336174,1250583],[-1336346,1249579],[-1334974,1250711],[-1336812,1251773],[-1342226,1250390],[-1337297,1259670],[-1334962,1255357],[-1333649,1255679],[-1334150,1255039],[-1334110,1270348],[-1340506,1275402],[-1335992,1274312],[-1336616,1268151],[-1347219,1292849],[-1351728,1291146],[-1352063,1288068],[-1349110,1303406],[-1347262,1303468],[-1344242,1302399],[-1344948,1303095],[-1352108,1303335],[-1353973,1304353],[-1346705,1301115],[-1355494,1297680],[-1353936,1307204],[-1356055,1417438],[-1354730,1418769],[-1344731,1435462],[-1348345,1465242],[-1344418,1466010],[-1356754,1222656],[-1355127,1220531],[-1352847,1224552],[-1350146,1225502],[-1344797,1225164],[-1348037,1227285],[-1348654,1237260],[-1352271,1233883],[-1355282,1230940],[-1343738,1238929],[-1345542,1242882],[-1354202,1244104],[-1348368,1256692],[-1344670,1263924],[-1347260,1263763],[-1353204,1267084],[-1353613,1276264],[-1346164,1268156],[-1359571,1292815],[-1358055,1288764],[-1361899,1301707],[-1366615,1302688],[-1365949,1302538],[-1360747,1306496],[-1360699,1306031],[-1369526,1369713],[-1367632,1380521],[-1365308,1381975],[-1366173,1373551],[-1363175,1388856],[-1366319,1383866],[-1368677,1392798],[-1362173,1224658],[-1361891,1226888],[-1361703,1220376],[-1366724,1222740],[-1366608,1223356],[-1367378,1225226],[-1367108,1241729],[-1356931,1251938],[-1357749,1247568],[-1368294,1247315],[-1366782,1279052],[-1373703,1300102],[-1370539,1303007],[-1369655,1367820],[-1374614,1369793],[-1371946,1369981],[-1377070,1372989],[-1370300,1375500],[-1370955,1381466],[-1374992,1376054],[-1376411,1380555],[-1382216,1383127],[-1382055,1388591],[-1380861,1392495],[-1370216,1382755],[-1369847,1396953],[-1378708,1407805],[-1378348,1409391],[-1370962,1228488],[-1376426,1222143],[-1374963,1223698],[-1377015,1225543],[-1380014,1233450],[-1381354,1235685],[-1372301,1229008],[-1378121,1242301],[-1381864,1263712],[-1379796,1265798],[-1380540,1264695],[-1376209,1268235],[-1385635,1285787],[-1394950,1280621],[-1382414,1293898],[-1384592,1372989],[-1390562,1381728],[-1383669,1390924],[-1384279,1394863],[-1384015,1395536],[-1382605,1395650],[-1393520,1131925],[-1394289,1133185],[-1382661,1235580],[-1384547,1233880],[-1385449,1235351],[-1382611,1250335],[-1388858,1258863],[-1392955,1260750],[-1388001,1276123],[-1384795,1278589],[-1392815,1274584],[-1393772,1275737],[-115363,2665],[-122452,161408],[-116446,167704],[-117901,167804],[-126077,238934],[-127499,241727],[-127220,241020],[-127492,233724],[-127936,233667],[-126928,231724],[-125982,240180],[-127603,232463],[-126863,234701],[-126495,236627],[-126966,235999],[-127659,235082],[-127223,234764],[-126043,242937],[-126348,235306],[-126791,238810],[-121792,294031],[-119080,293204],[-115460,292853],[-120742,292921],[-119381,291257],[-119038,292401],[-123956,293035],[-124008,294126],[-125430,294547],[-123045,306658],[-125109,307058],[-116716,302549],[-122263,300275],[-118979,306425],[-121722,304698],[-126880,300523],[-121093,299489],[-119115,299880],[-119458,295733],[-125218,295421],[-115292,306825],[-122848,302571],[-127441,303520],[-117673,307310],[-119542,303682],[-120144,295527],[-116471,304580],[-115991,298147],[-118280,298240],[-126699,295244],[-123930,316742],[-125115,315603],[-123544,311842],[-127720,308125],[-118523,309393],[-115905,308115],[-121235,312001],[-120815,316257],[-117390,308889],[-122065,311272],[-126514,313712],[-119686,311144],[-117553,310563],[-122025,308593],[-127893,310978],[-126000,430357],[-118414,429920],[-127407,433955],[-123545,433289],[-122454,434148],[-117744,439012],[-1402163,1282901],[-1401820,1280588],[-1397825,1288377],[-1399063,1284514],[-1396518,1287471],[-1403945,1023039],[-1396382,1251482],[-1396837,1253831],[-1396792,1253692],[-1400190,1259017],[-1399056,1257091],[-1401430,1259942],[-1400549,1260462],[-1403964,1265222],[-1403160,1264365],[-1405903,1277754],[-1403162,1279934],[-1405086,1271415],[-1406446,1274359],[-1403614,1275550],[-1404847,1274295],[-1403621,1268945],[-1396735,1271995],[-1417571,1407850],[-1417320,1405348],[-1414763,1405693],[-1412661,1412407],[-1429019,1394473],[-1426022,1401064],[-1431211,1400541],[-1431695,1399109],[-1428410,1399579],[-1431224,1150841],[-1429391,1151164],[-1437516,1396349],[-1435649,1400777],[-1443323,1414567],[-1434033,1148461],[-1434453,1152607],[-1450630,1401068],[-1458429,1403369],[-1452134,1400208],[-1458186,1398462],[-1453455,1405419],[-1451984,1404482],[-1450855,1177518],[-1457084,1172351],[-1452999,1183820],[-1449743,1181341],[-1450571,1184122],[-1450084,1183037],[-1452646,1190505],[-1448781,1179626],[-1453642,1194524],[-1453835,1199734],[-1452403,1205789],[-1455047,1212058],[-1461394,1402398],[-1464038,1098891],[-1468412,1104072],[-1460418,1186940],[-1463332,1178532],[-1459331,1191994],[-1460892,1202670],[-1461396,1202416],[-1461176,1191870],[-1459684,1236477],[-1466840,1238093],[-1462079,1242167],[-1459259,1243844],[-1479403,1406597],[-1477174,1397416],[-1477643,1400188],[-1472337,1409709],[-1480138,1099702],[-1472982,1105259],[-1484085,1106421],[-1483592,1110515],[-1475451,1104403],[-1484248,1116195],[-1480647,1266073],[-1476509,1268736],[-1481632,1277918],[-1481903,1272740],[-1479926,1272852],[-1481034,1278805],[-1481075,1269585],[-1488341,1283161],[-1495753,1285932],[-1496294,1285449],[-1494910,1283132],[-1491582,1286593],[-1493936,1287742],[-1494205,1285426],[-1494553,1299997],[-1493769,1300921],[-1490582,1389104],[-1490228,1389584],[-1493692,1392620],[-1494717,1392729],[-1490929,1404257],[-1486968,1418859],[-1490875,1412595],[-1485486,1111072],[-1490348,1111477],[-1491052,1277981],[-1491134,1278758],[-1495456,1267897],[-1508376,1280486],[-1503331,1281630],[-1504269,1283764],[-1504129,1283867],[-1507957,1290652],[-1501693,1294586],[-1504747,1383610],[-1507851,1388717],[-1506048,1388409],[-1506415,1385859],[-1506856,1391618],[-1503782,1391319],[-1502769,1394465],[-1506428,1394026],[-1503063,1382797],[-1505865,1397748],[-1501278,1399222],[-1500910,1263664],[-1497844,1271813],[-1507231,1278091],[-1498690,1274048],[-1498869,1268528],[-1508142,1277044],[-1503866,1273870],[-1514790,1377344],[-1514697,1389463],[-1520146,1382796],[-1514346,1386000],[-1513808,1386400],[-1520527,1387905],[-1522747,1385966],[-1515962,1385931],[-1521470,1384682],[-1521957,1387268],[-1520888,1385780],[-1515786,1390716],[-1517130,1387445],[-1518782,1394440],[-1520686,1392000],[-1520612,1393990],[-1518105,1396738],[-1517105,1397956],[-1517976,1397552],[-1520788,1398603],[-1521259,1395740],[-139269,-549930],[-137545,-550472],[-132431,-50850],[-130544,-46815],[-128862,239571],[-131344,241480],[-137113,234348],[-134451,238936],[-137976,236034],[-134291,234812],[-132216,240860],[-134246,239448],[-135902,238880],[-128223,238692],[-135692,239403],[-129102,234755],[-138385,238238],[-133404,233795],[-131880,240088],[-133066,232808],[-134332,237880],[-128404,243827],[-130175,243414],[-132092,245246],[-132988,298093],[-129401,302170],[-130855,301989],[-133574,306729],[-132579,299572],[-132103,301054],[-131619,294610],[-130580,295286],[-132761,295061],[-132604,303581],[-130021,300275],[-129677,296826],[-129108,313508],[-132091,309771],[-132979,311498],[-130535,310819],[-128648,311782],[-133086,308632],[-130847,308413],[-130451,308365],[-139131,31976],[-1523652,1390400],[-1528352,1386857],[-1524203,1383218],[-1530194,1386336],[-1523695,1392220],[-1527010,1393268],[-1525347,1391058],[-1523453,1383998],[-1525941,1390075],[-1527530,1397436],[-1526523,1398457],[-1528222,1395855],[-1524332,1398205],[-1535010,1112465],[-1531097,1109901],[-1530346,1113872],[-1547087,1376744],[-1547074,1377645],[-1536365,1105903],[-1539226,1104639],[-1537501,1107447],[-1552522,1376060],[-1553331,1373520],[-1553349,1379083],[-1550335,1375618],[-1551405,1110837],[-1550011,1111202],[-1554135,1109877],[-1555281,1110229],[-1564434,1328807],[-1569440,1324451],[-1572723,1325458],[-1568950,1338409],[-1572496,1344991],[-1571351,1108156],[-1573815,1103670],[-1574241,1106384],[-1575287,1324523],[-1579942,1330776],[-1575019,1329768],[-1574732,1322885],[-1583007,1334349],[-1579194,1335960],[-1577502,1339134],[-1583016,1341769],[-1583018,1340705],[-1577821,1341610],[-1574621,1344681],[-1576023,1346669],[-1574989,1108559],[-1579623,1106246],[-1595869,1102659],[-1593513,1104988],[-1596473,1112175],[-1594102,1108879],[-1598892,1111701],[-1594724,1117132],[-1599349,1116473],[-1588592,1116535],[-1593007,1118768],[-1603212,1109247],[-1603182,1107447],[-1604307,1112418],[-1608206,1113914],[-1609414,1113960],[-1611835,1122288],[-1610097,1126206],[-1602169,1125982],[-1600935,1123745],[-1604489,1123124],[-1604740,1121486],[-1621987,1138958],[-1622076,1128352],[-1623084,1131808],[-1624827,1148928],[-1623214,1145889],[-1619785,1142242],[-1638398,1140346],[-1628022,1143277],[-1627558,1145654],[-1637019,1160329],[-1631636,1152819],[-1629606,1157605],[-1633638,1159294],[-1644530,1138566],[-1648730,1143507],[-1642473,1146621],[-1645160,1150576],[-1648006,1146374],[-1648265,1151326],[-1650549,1157902],[-1645843,1159395],[-1649511,1156970],[-1643087,1152634],[-1643942,1157969],[-1641229,1160791],[-145632,314500],[-149256,313412],[-151014,313346],[-152873,314438],[-150549,313582],[-151295,314404],[-150322,318509],[-149444,319561],[-149307,315531],[-145678,318428],[-144740,317701],[-145109,315556],[-144939,30353],[-142008,30137],[-145704,40256],[-153380,76988],[-151328,106265],[-1659022,1134932],[-1656449,1144271],[-1653357,1141973],[-1660605,1139476],[-1657982,1150308],[-1655606,1145426],[-1651678,1150666],[-1653121,1144983],[-1660492,1151774],[-1657879,1157534],[-1659018,1160109],[-1676571,1142951],[-1676650,1144949],[-1674684,1147800],[-1672538,1150580],[-1665080,1149254],[-1665346,1142486],[-1664194,1146572],[-1683065,1137712],[-1687903,1138196],[-1689237,1149407],[-1689579,1143932],[-1686331,1147109],[-1685949,1146016],[-1687015,1139495],[-1685508,1139740],[-1677011,1145405],[-1678270,1147801],[-1681426,1143175],[-1680779,1142993],[-1696375,1114881],[-1698766,1116392],[-1694838,1115407],[-1695316,1115262],[-1693089,1119420],[-1695425,1118531],[-1696738,1118752],[-1692043,1122348],[-1695498,1123302],[-1691979,1123491],[-1695014,1123312],[-1700290,1125757],[-1693191,1127915],[-1692939,1127506],[-1693317,1136793],[-1693316,1133687],[-1693917,1133706],[-1702028,1136976],[-1700390,1136194],[-1694340,1134920],[-1698034,1138284],[-1698546,1141670],[-1701156,1139873],[-1701086,1143340],[-1701216,1145347],[-1698951,1145881],[-1697675,1145130],[-1690510,1146135],[-1690833,1145528],[-1692363,1142615],[-1691712,1142249],[-1711534,1100501],[-1708765,1100321],[-1708473,1100918],[-1714047,1095248],[-1713179,1098089],[-1710290,1107109],[-1710490,1109050],[-1707340,1102920],[-1708479,1106218],[-1708930,1106890],[-1712264,1107698],[-1713388,1104938],[-1714767,1104439],[-1706672,1108254],[-1709127,1110218],[-1703644,1119240],[-1714512,1118848],[-1713021,1118438],[-1705350,1122199],[-1703256,1121618],[-1705302,1126067],[-1702685,1126179],[-1707643,1125542],[-1709352,1125545],[-1710113,1125033],[-1712250,1115734],[-1709590,1119285],[-1710634,1117695],[-1713313,1116046],[-1706469,1129422],[-1706916,1129603],[-1707617,1127404],[-1704082,1138200],[-1703847,1137663],[-1707586,1139378],[-1706793,1145606],[-1706597,1144879],[-1708980,1140588],[-158628,206801],[-159091,208403],[-159841,45112],[-157128,50254],[-155219,47927],[-159249,53188],[-161244,55825],[-158912,56194],[-156342,55424],[-166236,76554],[-165016,76356],[-165881,76076],[-166138,71943],[-164249,73381],[-154459,80620],[-165776,88109],[-163557,85932],[-160488,83093],[-160241,81917],[-156001,80595],[-155685,81532],[-155235,77586],[-178929,-230161],[-178925,-233019],[-178888,-231644],[-178913,-39902],[-171151,-44697],[-166535,-112901],[-178821,243754],[-178097,247792],[-177629,253458],[-176073,252964],[-176684,254892],[-175834,248486],[-176370,245339],[-179121,258503],[-177759,258074],[-176829,257037],[-178801,291020],[-174783,292302],[-176751,300571],[-177963,298692],[-170220,74224],[-167539,73111],[-167821,73113],[-166959,76633],[-168156,70634],[-167611,70809],[-171365,87645],[-171206,86774],[-169997,84068],[-170686,83102],[-170803,81525],[-170418,79678],[-171232,79884],[-170646,80312],[-173681,83522],[-168941,77496],[-169209,77915],[-170919,78712],[-169403,86342],[-178300,101930],[-177038,102336],[-175616,102552],[-175511,95935],[-175693,94785],[-175644,98072],[-176186,96857],[-176532,96413],[-170962,103066],[-168871,103192],[-176107,110299],[-175651,111429],[-177953,112092],[-175432,108773],[-176184,108404],[-176567,108532],[-178255,104432],[-175486,103291],[-168770,121373],[-169515,122435],[-171924,117815],[-171507,118789],[-172431,119457],[-175363,117130],[-175859,118400],[-174974,119422],[-174852,120282],[-175052,121134],[-185800,-158128],[-191673,-229496],[-183315,-232778],[-182130,-235477],[-183301,-236455],[-182721,-235340],[-189533,-248454],[-190520,-249662],[-191455,-259738],[-186966,-56083],[-184137,-52618],[-186937,-52149],[-180041,4816],[-179213,7359],[-190344,133287],[-190978,132587],[-188219,131460],[-190689,151549],[-189298,151971],[-185814,151525],[-190584,141769],[-190446,166320],[-190183,164628],[-191028,167382],[-189583,240578],[-191081,241422],[-186172,242471],[-186800,238483],[-182618,255596],[-179483,248543],[-179665,250770],[-185729,244927],[-180744,247203],[-184068,246119],[-186831,248432],[-187851,246454],[-183196,254233],[-190705,245254],[-189833,243988],[-180375,255165],[-181014,251380],[-184687,252262],[-184651,255097],[-182333,252517],[-186106,247849],[-184059,254177],[-180700,243512],[-183807,244890],[-180497,257282],[-183977,256253],[-180502,293334],[-189225,292428],[-185420,291371],[-188152,299455],[-189166,296811],[-186354,304029],[-187534,303191],[-184341,300232],[-182596,301493],[-183148,305262],[-179975,297230],[-183944,294763],[-183727,297927],[-182381,295714],[-189058,303495],[-183652,296437],[-186911,30955],[-190371,35760],[-185989,30867],[-187535,32225],[-188933,28930],[-191722,47041],[-187191,42324],[-182712,50216],[-186394,50324],[-186294,45897],[-185283,44526],[-185908,47077],[-185413,39930],[-184663,41252],[-185888,55670],[-184685,52104],[-185272,55559],[-189903,56633],[-187267,56867],[-191486,59717],[-190271,74382],[-188348,73742],[-189510,73850],[-189375,74631],[-179549,101936],[-181272,114150],[-180096,114128],[-180691,107964],[-181030,108954],[-181291,108302],[-179315,103372],[-179631,104565],[-184016,118383],[-184737,117787],[-187444,119101],[-180807,120836],[-180405,121206],[-181972,126428],[-184179,122444],[-184072,123555],[-186174,118633],[-193438,-227913],[-195132,-250694],[-196892,131597],[-197564,128795],[-196401,129645],[-196428,130203],[-195445,131852],[-192127,132070],[-199074,129452],[-203907,149825],[-203918,149064],[-200496,150961],[-199728,152883],[-198412,152634],[-197370,152403],[-198686,150863],[-192156,150716],[-200320,154611],[-201205,154824],[-203040,154442],[-201747,158251],[-197016,160152],[-192143,243653],[-193153,295765],[-193765,295848],[-195020,39316],[-198208,45408],[-197004,46779],[-193401,40864],[-198642,50571],[-196540,50125],[-197225,50761],[-197859,50792],[-195743,48712],[-195400,49388],[-195606,47410],[-198543,47324],[-193024,50112],[-197353,48337],[-200033,50896],[-204248,46222],[-199393,41316],[-199793,56396],[-199655,60041],[-196123,52869],[-200224,52588],[-202790,63408],[-203185,63236],[-202649,61740],[-203551,61121],[-203034,61013],[-195973,51950],[-192707,61459],[-200443,69378],[-201551,67635],[-195516,73086],[-194545,73199],[-194114,73792],[-193588,73789],[-193547,72901],[-195716,71153],[-197245,69354],[-200105,70940],[-204711,73426],[-200189,72998],[-197680,72834],[-196611,72710],[-202853,76069],[-202558,76437],[-197262,75291],[-197553,75549],[-193179,74895],[-204753,76765],[-194219,126836],[-193490,125131],[-192202,118750],[-216514,-156238],[-215766,-156501],[-215998,-155281],[-210035,-222933],[-207051,-248904],[-205869,-253496],[-206507,-254669],[-217019,151197],[-209054,144182],[-209324,143042],[-207919,146225],[-206953,150981],[-209634,152702],[-206207,148109],[-208791,141832],[-205260,153917],[-204919,154442],[-216786,227948],[-217403,227151],[-214996,228904],[-214207,230008],[-212978,227786],[-211262,227367],[-212068,228454],[-210930,237005],[-212025,241211],[-211712,237958],[-207432,239816],[-211090,241928],[-210893,243203],[-206718,242478],[-213265,237967],[-209780,238395],[-215704,243309],[-209252,235258],[-205811,242338],[-207666,242995],[-209093,230811],[-216454,236192],[-216992,239212],[-214799,237260],[-214280,238169],[-215083,237110],[-216889,236998],[-214008,241247],[-214071,239847],[-206272,237452],[-206658,236944],[-205866,239062],[-206019,238718],[-206011,241684],[-216574,242737],[-207814,243790],[-211380,244905],[-210232,243442],[-213940,244765],[-212786,244057],[-205807,243844],[-209879,245678],[-209098,246012],[-207112,243493],[-207879,245452],[-215817,245446],[-212560,245744],[-214207,243693],[-209444,16273],[-205397,35303],[-205990,50160],[-207858,40434],[-206698,40294],[-205200,45770],[-205862,49093],[-208035,48236],[-207913,45997],[-207373,45176],[-210356,42559],[-210925,41279],[-216626,61230],[-217355,59671],[-217124,56479],[-208808,65497],[-208462,64774],[-210967,66080],[-212345,65175],[-208196,67416],[-208085,76854],[-211121,86781],[-209512,88067],[-214911,81562],[-214946,82339],[-214544,83074],[-214005,83238],[-211568,85559],[-211006,86191],[-208258,84320],[-207515,83165],[-206917,83288],[-217596,89188],[-217389,89596],[-208650,78927],[-208365,79664],[-216444,80972],[-216030,81031],[-215439,96270],[-216688,96395],[-217324,90368],[-216518,90015],[-218147,-153346],[-218735,-156430],[-227990,-203845],[-227709,-194751],[-229151,-212313],[-228758,-210629],[-229318,-209887],[-229961,-208652],[-220111,-226190],[-224170,-223474],[-224874,-222692],[-222307,-224620],[-218337,-226694],[-227213,-220518],[-218983,-227540],[-227802,-62568],[-220762,-65552],[-219692,-70813],[-225955,-80058],[-223269,140812],[-230077,146691],[-228181,144657],[-228602,143573],[-226516,144907],[-225277,145256],[-224103,145402],[-223606,143319],[-223801,141621],[-220029,147235],[-217745,147787],[-219499,150813],[-219992,150267],[-220528,149180],[-221917,150239],[-223143,149370],[-229511,142291],[-222103,229539],[-219831,229301],[-218288,229014],[-218709,230234],[-218023,238620],[-222229,230780],[-218999,232108],[-219529,233340],[-223420,232786],[-218480,237580],[-225260,266266],[-226469,263819],[-227947,262775],[-227667,265411],[-226721,265836],[-224508,266363],[-223379,266568],[-226785,268555],[-222807,267821],[-229679,263296],[-229194,264489],[-229278,266335],[-230330,271620],[-226588,269280],[-224456,271277],[-226008,273448],[-227715,274387],[-225530,269829],[-224445,269148],[-230287,276787],[-223706,269350],[-224545,338244],[-230309,351371],[-226236,359006],[-228523,362351],[-230121,364513],[-224956,45733],[-230236,49967],[-229681,47526],[-230377,47583],[-226815,586111],[-227259,583348],[-224689,588162],[-229454,594617],[-227482,595273],[-217814,62683],[-218814,59846],[-218310,57711],[-226736,58547],[-228448,59488],[-217913,60463],[-227376,71746],[-227080,73201],[-226247,72143],[-224533,73348],[-224844,72709],[-224520,71889],[-229871,70922],[-228892,66381],[-228504,66914],[-227872,66639],[-219295,65483],[-218990,65004],[-221246,65999],[-221911,66126],[-221006,64923],[-222886,65809],[-219474,66037],[-220188,66010],[-227441,72475],[-226679,75067],[-221990,79225],[-222869,77368],[-220825,84994],[-218951,82987],[-224938,96554],[-224284,99289],[-219654,91386],[-219495,92013],[-218685,92016],[-218548,93161],[-223985,103769],[-234884,-203066],[-239404,-197664],[-230621,-199032],[-242095,-193818],[-230576,-209588],[-231748,-213060],[-232048,-217049],[-237076,-114430],[-236792,151705],[-230421,146063],[-230649,144452],[-242075,163468],[-241296,159782],[-238345,154168],[-240230,156295],[-238036,163608],[-241044,162338],[-239629,161876],[-239864,157975],[-239358,155993],[-240601,156474],[-242553,204864],[-241189,206206],[-240791,208324],[-243040,209881],[-241882,209686],[-241037,208713],[-234475,264004],[-234000,264536],[-237970,265321],[-237787,264295],[-237496,267511],[-236603,266798],[-243058,266467],[-242547,267399],[-236307,260489],[-237514,259863],[-236180,257669],[-238524,256650],[-240513,259939],[-241516,259999],[-241270,262594],[-241531,262011],[-240215,261751],[-240889,261715],[-238885,264145],[-240093,264813],[-241525,263661],[-241842,264731],[-232604,261108],[-233193,259598],[-230476,263216],[-235195,279337],[-231818,278762],[-236855,269685],[-237063,270360],[-241717,270834],[-240559,271189],[-242255,274419],[-242158,275480],[-242291,274960],[-241413,278117],[-241225,278850],[-242841,280873],[-234990,277355],[-237653,278159],[-238789,280450],[-237127,277372],[-239789,275463],[-238699,276729],[-235716,275075],[-237192,275112],[-234007,275998],[-233150,276869],[-231046,272899],[-242869,270644],[-242788,269234],[-243119,273688],[-231745,331863],[-232848,327593],[-234357,331609],[-233378,338102],[-230580,333534],[-238143,337512],[-234916,336378],[-238477,340864],[-240142,353028],[-238042,352990],[-234341,358419],[-237195,357275],[-231261,348218],[-238454,348948],[-234793,365771],[-232429,50816],[-233407,50790],[-234845,50360],[-235496,49773],[-237178,50005],[-242818,585302],[-235518,588929],[-239008,587475],[-240106,583078],[-233226,597108],[-230792,590650],[-242123,589627],[-233411,63336],[-233439,63378],[-233711,62955],[-233417,62438],[-232988,61013],[-233770,61469],[-231068,54615],[-230991,52603],[-232781,51717],[-232364,53356],[-230656,71854],[-236250,70276],[-236242,69168],[-235634,69525],[-233200,67418],[-231237,67953],[-232355,65221],[-232339,66368],[-232207,73483],[-232350,74631],[-236288,74968],[-236694,72952],[-236193,72841],[-232004,75372],[-233249,74288],[-235268,74139],[-236762,73963],[-238164,83145],[-234204,89728],[-231854,86103],[-236899,79326],[-235373,79103],[-236215,78469],[-237218,83827],[-235490,83130],[-231145,97409],[-239542,92283],[-238272,101865],[-237575,101646],[-237052,102046],[-236707,102054],[-240844,114608],[-237611,114746],[-234902,104390],[-235564,103532],[-235240,103236],[-234586,106947],[-234001,106503],[-231179,108562],[-231071,107100],[-232060,108411],[-231622,108109],[-231240,111022],[-239162,110326],[-236612,105339],[-235902,105124],[-242530,119974],[-241431,115823],[-240822,116894],[-11361,133131],[-312,288999],[-565,297735],[-389,297809],[-804,299812],[-548,302125],[-4475,610129],[-1323,605385],[-4082,607546],[-3682,608486],[-2810,608998],[-2402,612965],[-159,613362],[-4462,608690],[-2367,611357],[-9208,122251],[-7089,120363],[-249208,-115772],[-250175,-173654],[-251294,-174732],[-252113,-176957],[-246642,-187261],[-251155,-180018],[-251428,-180256],[-250731,-181794],[-250654,-184598],[-250166,-183983],[-255376,-76571],[-252792,-73443],[-255791,-69951],[-255951,-85905],[-250297,-93859],[-251053,-92319],[-248591,-104994],[-249186,-109511],[-251401,-109989],[-248845,202354],[-251831,203343],[-247540,201715],[-255995,202859],[-255251,201662],[-255426,209206],[-254007,208742],[-254607,205405],[-254701,209070],[-255224,213017],[-249690,213043],[-243364,211438],[-243447,211339],[-244067,208525],[-245435,209531],[-248955,213201],[-250309,214830],[-244322,275001],[-243974,277078],[-245673,276693],[-243586,280692],[-244800,270999],[-243941,270676],[-243266,274292],[-255367,278771],[-252880,328889],[-243493,328556],[-251078,338833],[-245391,343809],[-245118,343285],[-243780,343374],[-255754,391133],[-248451,70000],[-249848,75162],[-250594,76367],[-253850,77837],[-246287,80552],[-244184,79334],[-254241,101911],[-251697,95845],[-254831,93333],[-254212,93198],[-253900,93160],[-252306,99230],[-251686,98562],[-251957,98797],[-245064,92404],[-245535,93187],[-250689,95929],[-250360,96494],[-251028,95998],[-249627,96196],[-254296,111836],[-254498,103714],[-254059,114444],[-246409,104136],[-247415,105406],[-251256,108716],[-249761,107366],[-250258,112328],[-255236,116056],[-254602,118267],[-251651,122361],[-247565,121357],[-248609,121379],[-243287,120523],[-248913,117749],[-256043,-124271],[-256438,-125646],[-262989,-127443],[-267047,-125907],[-264985,-123459],[-258243,-138127],[-258039,-130067],[-266567,-128233],[-258827,-75996],[-257204,-72022],[-259805,-78530],[-260755,-79640],[-261883,-98218],[-261015,-105181],[-266998,-109515],[-268718,-113169],[-261036,-102427],[-265542,140849],[-256273,204993],[-256345,205401],[-256271,282014],[-256905,282562],[-266155,331473],[-257269,334865],[-260907,334553],[-265375,335497],[-267901,333898],[-257396,334385],[-260601,381317],[-262417,390528],[-260253,388100],[-258391,385396],[-262114,396642],[-262860,385662],[-263152,391016],[-265191,393441],[-262019,398522],[-267711,404483],[-260356,69228],[-260879,68309],[-262866,71504],[-263874,73396],[-264308,72613],[-260002,67467],[-258312,66064],[-259108,69943],[-259668,69562],[-262353,68196],[-258542,70828],[-259886,70959],[-260598,81968],[-258628,82288],[-258764,79466],[-265561,105507],[-266123,106345],[-266499,106284],[-267018,108168],[-265970,112100],[-265591,114594],[-264569,113188],[-265816,112262],[-259149,112106],[-259617,104387],[-261711,104375],[-264154,108574],[-264394,107825],[-265009,108489],[-265089,108295],[-265349,108535],[-264520,105975],[-265700,110812],[-266776,116535],[-263381,120733],[-264543,120546],[-261279,125753],[-261973,123919],[-262039,124729],[-262444,123356],[-264671,118664],[-259965,118744],[-260416,127643],[-271487,-117558],[-269461,-130547],[-274034,-130176],[-279661,-201563],[-281111,-218091],[-279996,-222389],[-281546,-223112],[-275930,-344723],[-276208,-343038],[-274786,-342076],[-271949,-50919],[-270753,-50395],[-273622,-51520],[-275768,-60823],[-278622,-59846],[-281042,-59917],[-280550,-61500],[-269564,-97994],[-272566,-96405],[-271166,-93512],[-269141,-111449],[-272480,-111458],[-279544,-111372],[-276631,-105798],[-269400,137210],[-275484,381479],[-277288,381902],[-281263,383983],[-275446,388535],[-279759,388725],[-276537,393951],[-277441,395038],[-269046,384973],[-270346,388251],[-270656,394403],[-274407,405558],[-280356,409749],[-278295,400118],[-278460,403584],[-281321,403441],[-280073,405421],[-273183,404205],[-273761,412998],[-277172,411992],[-281366,415250],[-280766,47009],[-279651,48288],[-279872,39251],[-276399,61864],[-277878,66315],[-280455,67480],[-279724,67318],[-275419,67068],[-274280,71333],[-275001,68816],[-275585,75088],[-275457,76324],[-276064,76265],[-276201,76839],[-275367,77966],[-275824,79172],[-275488,87709],[-275632,86510],[-274823,85694],[-275144,84442],[-274599,84945],[-268977,96994],[-269460,97305],[-269428,96621],[-271575,98841],[-275114,91858],[-271035,109551],[-272356,110701],[-273328,108917],[-271977,107209],[-273586,108454],[-273881,113090],[-273489,111916],[-273794,109235],[-272845,109314],[-272251,109525],[-272582,107406],[-273150,107827],[-274254,108117],[-278806,112243],[-273790,107337],[-274102,107550],[-275017,107591],[-276015,107784],[-276243,108555],[-277082,122504],[-290420,-166008],[-289994,-168085],[-288069,-166641],[-286857,-172211],[-282343,-217082],[-282187,-224013],[-293130,-476224],[-282919,-53776],[-291588,-55918],[-294098,-60853],[-293326,304124],[-287819,315841],[-285920,312669],[-290556,35868],[-281618,36916],[-282967,38121],[-292099,37304],[-292784,36169],[-293795,30631],[-291236,390534],[-286843,388420],[-285652,384225],[-288771,386183],[-292033,385478],[-293514,399376],[-289115,403938],[-291272,405204],[-292548,406053],[-289311,397517],[-286624,397557],[-284521,419168],[-283217,420919],[-286340,420684],[-281636,416422],[-285392,418708],[-282675,414208],[-290226,426473],[-286808,425019],[-282952,422678],[-294079,510402],[-293585,511615],[-292081,507408],[-286300,503740],[-285362,509751],[-287392,44224],[-283607,49029],[-283207,39860],[-282689,42593],[-285538,43533],[-284648,42009],[-284389,44727],[-287313,42274],[-288390,42299],[-288091,50675],[-284569,47162],[-289939,39612],[-292466,40307],[-292739,41667],[-292960,45764],[-294162,43929],[-286600,52604],[-285396,56572],[-283225,59026],[-282546,61130],[-283874,54278],[-290433,63130],[-291730,62820],[-287610,57269],[-287155,60514],[-286942,59114],[-283005,71085],[-284409,66373],[-288103,73127],[-288479,74444],[-292181,70262],[-289577,69195],[-284362,74885],[-286089,71559],[-290498,71659],[-287954,66405],[-285853,77139],[-283146,77580],[-285812,87278],[-283057,84873],[-288451,80277],[-288354,83046],[-294173,83323],[-289675,84509],[-283568,96981],[-288417,101699],[-286884,101985],[-286604,100243],[-283332,100674],[-289223,98730],[-286252,95948],[-286605,96767],[-288041,97848],[-282657,114687],[-285440,115368],[-287633,104280],[-291305,102871],[-291108,124304],[-288772,124056],[-282417,115616],[-296333,-238755],[-302025,-248705],[-297686,-244316],[-306663,-58098],[-303588,-58071],[-304923,-58584],[-298451,-61773],[-303266,-63569],[-306398,-62470],[-305852,-64026],[-302500,-85030],[-307137,-90485],[-298767,303818],[-296828,304657],[-304082,302029],[-300901,307061],[-297564,315987],[-297008,313777],[-299163,316965],[-300291,312973],[-305069,311716],[-295032,307612],[-303279,319953],[-305644,309370],[-301627,321893],[-296640,323958],[-306041,320704],[-301501,31236],[-298334,30267],[-300386,395893],[-297259,396473],[-302663,387597],[-305917,393410],[-296970,408220],[-304680,404883],[-295427,409061],[-296678,403975],[-296202,406025],[-295955,411708],[-301496,410407],[-300260,428563],[-301421,424286],[-296488,422800],[-295975,503780],[-300854,508791],[-305160,509065],[-298014,509067],[-305904,503085],[-302295,40461],[-302112,41689],[-299432,42582],[-301439,44475],[-304760,47650],[-301876,516404],[-305895,519622],[-302865,521743],[-303792,53960],[-301528,73400],[-301828,79135],[-299735,81775],[-306798,86236],[-306000,87446],[-296037,82440],[-305457,92060],[-305710,90370],[-303653,109172],[-303624,109548],[-303665,109701],[-295480,112000],[-295727,112017],[-295962,112021],[-296504,113853],[-296356,113129],[-298010,113033],[-295477,115306],[-295533,114754],[-295582,111644],[-304510,109384],[-305073,109312],[-305999,109945],[-306206,110835],[-297080,108579],[-297573,108444],[-298211,108799],[-295666,111879],[-295608,111400],[-296504,110508],[-296026,111082],[-295560,115635],[-303050,121813],[-305517,121942],[-318143,-214234],[-318245,-213783],[-316639,-215890],[-315543,-216382],[-316260,-229893],[-316947,-229583],[-317154,-224995],[-315137,-6456],[-312766,-3883],[-313208,-9496],[-311865,-8608],[-312547,-9381],[-309617,-7343],[-309979,-4507],[-319150,-11926],[-319363,-40407],[-309885,-61465],[-312647,-61960],[-314000,-59293],[-315123,-51477],[-311150,4165],[-315660,301429],[-315660,299011],[-309438,300057],[-308755,298865],[-307616,304227],[-315895,318469],[-314854,317156],[-307958,319483],[-307771,323657],[-309474,326029],[-307246,327996],[-319673,31992],[-315926,36670],[-310537,504844],[-308154,502234],[-313457,40158],[-309894,44004],[-312894,521714],[-317470,517329],[-309815,525045],[-315646,57847],[-316543,54761],[-314491,93663],[-308601,111912],[-308546,112296],[-308763,112425],[-324950,-216314],[-325170,-217308],[-331664,-227763],[-330900,-226601],[-324487,-225104],[-324579,-227769],[-330051,-224879],[-325361,-223137],[-321281,-220703],[-329555,-221346],[-325448,-220686],[-326791,-221625],[-323222,-11917],[-331918,-11542],[-328633,-12316],[-321873,-14592],[-324128,-20254],[-322198,-23634],[-324472,-20320],[-326957,-17206],[-326258,-16739],[-329168,-15321],[-320287,-12792],[-325543,-17619],[-320873,-17408],[-327931,-13126],[-323276,-32882],[-322672,-36987],[-322830,-31955],[-320644,-45207],[-322284,-39227],[-321786,-41551],[-327234,-44711],[-328274,-45075],[-330053,-40887],[-328701,-48792],[-328643,-46438],[-330153,-50207],[-330970,-49395],[-326719,-98803],[-322845,-98550],[-327685,2130],[-331785,10563],[-328585,854],[-330521,941],[-323409,143939],[-320846,147555],[-325943,144409],[-332314,145403],[-329941,144196],[-325114,164338],[-324204,165466],[-328993,166563],[-323626,166112],[-324140,179333],[-331467,178731],[-328481,178745],[-322370,170214],[-330895,173238],[-327685,166794],[-326298,167060],[-331832,169450],[-329532,172934],[-328531,174606],[-331553,176118],[-327700,171148],[-327403,171103],[-330702,172174],[-324987,168436],[-322445,172167],[-328938,173987],[-330272,174964],[-327512,176793],[-325179,170858],[-328517,168009],[-325462,170192],[-328982,169767],[-322883,178338],[-325020,178869],[-321604,172153],[-331934,172724],[-324400,177279],[-329461,180480],[-327443,180039],[-332199,289329],[-327135,292675],[-330060,290506],[-323214,295693],[-323672,296671],[-331371,300339],[-328994,298211],[-332787,296586],[-329909,325594],[-323475,324580],[-327045,324978],[-329700,336013],[-321573,334506],[-328742,338092],[-331397,31655],[-325633,30961],[-323874,36801],[-325497,37981],[-321181,38318],[-324759,37323],[-327742,36668],[-329116,36764],[-331072,55170],[-332297,56107],[-329932,59288],[-330620,59654],[-329446,62250],[-330548,63085],[-331387,67799],[-321906,81599],[-324054,93312],[-336486,-176861],[-336769,-177797],[-343845,-180127],[-341989,-188539],[-343057,-189343],[-337962,-181908],[-339996,-199335],[-345088,-203193],[-341657,-194412],[-337118,-211756],[-343811,-211197],[-341378,-210212],[-342341,-214872],[-338735,-206606],[-335797,-213359],[-344783,-229371],[-337521,-228331],[-335252,-228966],[-342204,-218993],[-336757,-222185],[-334075,-233941],[-334645,-232586],[-345362,-230696],[-337765,-9948],[-339884,-9710],[-333170,-9740],[-340040,-3049],[-339176,-4909],[-341397,-3843],[-342006,-4705],[-334019,-13498],[-344453,-13089],[-340548,-13781],[-336651,-13284],[-333670,-14207],[-334762,-494680],[-340885,-30519],[-344757,-28858],[-336605,-500454],[-343903,-516270],[-344530,-519649],[-333106,-514102],[-337126,-94665],[-334257,-95610],[-336379,-94115],[-338263,12846],[-341159,11416],[-342679,9756],[-344405,6152],[-342500,4202],[-333478,143414],[-334036,176798],[-334548,178038],[-333774,168127],[-336193,176351],[-336330,177078],[-338318,172397],[-333377,178735],[-342897,14792],[-345536,23680],[-332971,15773],[-339344,17161],[-343544,24706],[-333577,289873],[-340272,288857],[-335277,283881],[-336473,286576],[-335557,295289],[-342444,298629],[-337091,305965],[-341063,318563],[-342183,315793],[-337562,318022],[-343485,307860],[-344002,309117],[-344974,314479],[-338877,325063],[-336670,329383],[-340189,326515],[-338067,327550],[-334529,339562],[-340249,339267],[-333467,335369],[-336373,341426],[-342855,336571],[-343914,338005],[-336723,37498],[-337200,34672],[-337707,46269],[-341530,45114],[-341238,43087],[-335933,52214],[-333157,56582],[-332916,70959],[-337720,75025],[-339102,77723],[-346704,-169501],[-355063,-168322],[-353495,-166310],[-353495,-166310],[-345961,-219684],[-349397,-224880],[-346973,-229990],[-346871,-228991],[-348686,-230812],[-352326,-9973],[-349130,-9789],[-356882,-2906],[-354347,-12523],[-352001,-4803],[-351339,-5248],[-350744,-12661],[-351382,-13302],[-357541,-12659],[-353071,-496353],[-354059,-31965],[-353015,-35351],[-356931,-75060],[-348124,6845],[-351333,6444],[-351004,9774],[-355095,10830],[-356371,179187],[-355602,180090],[-358193,182678],[-358243,188512],[-355295,184617],[-352942,184617],[-353819,186748],[-353808,190117],[-353615,187880],[-357322,180493],[-353908,183781],[-354272,181409],[-355388,180754],[-355777,197017],[-355711,196207],[-357746,198069],[-356657,196555],[-355961,201125],[-355552,202735],[-345622,14119],[-349830,25065],[-353124,15136],[-347434,21648],[-347283,16202],[-347887,23616],[-347146,13504],[-357753,279998],[-355857,279781],[-354054,282255],[-352421,283702],[-348652,283572],[-352991,290006],[-350917,290560],[-346927,302779],[-355890,313066],[-347116,324286],[-346812,327620],[-346142,329708],[-352745,336301],[-350236,338747],[-354451,337530],[-351593,338939],[-353143,47805],[-369458,-229045],[-369640,-228347],[-368863,-229033],[-367521,-233955],[-363711,-231934],[-362420,-234381],[-362962,-234499],[-369998,-232754],[-365721,-231608],[-366577,-231107],[-363483,-1892],[-362570,-250762],[-364618,-252050],[-360787,-254497],[-362604,-255571],[-361211,-496114],[-358621,-498877],[-369437,-510059],[-369323,-500523],[-358436,-38991],[-364181,8094],[-358722,7540],[-363909,7048],[-365067,8853],[-365644,8526],[-362087,5784],[-363303,9291],[-364159,11273],[-358770,192098],[-359024,191954],[-360540,182816],[-362995,183176],[-362125,182281],[-361737,187998],[-364967,186614],[-366753,189083],[-363392,192084],[-361705,191467],[-361757,189106],[-360226,190161],[-359656,184384],[-363174,187237],[-362585,186794],[-362837,186663],[-364176,184543],[-359558,180899],[-366178,184596],[-362183,195556],[-360026,195056],[-359061,195640],[-358834,198504],[-360502,193490],[-358979,193796],[-358841,195592],[-370252,217087],[-368871,218004],[-368051,219171],[-369505,222184],[-370067,218963],[-368493,218971],[-366306,14333],[-359672,25267],[-366396,281551],[-359659,279730],[-366099,282062],[-358850,283288],[-363493,294060],[-359530,294406],[-371146,297225],[-371049,296414],[-360016,325928],[-361540,326237],[-363407,324522],[-366901,333973],[-370455,334992],[-368728,338835],[-370861,333331],[-367488,336834],[-358952,337089],[-13894,133956],[-25117,228440],[-22697,225802],[-24336,224694],[-24360,222703],[-21712,57782],[-23478,53522],[-25031,56559],[-23399,58000],[-371925,-232485],[-375038,-266665],[-377666,-266252],[-376370,178892],[-376898,182692],[-376529,180767],[-378927,183439],[-379747,181269],[-377227,179477],[-383708,181443],[-380354,182423],[-380385,180028],[-382710,209163],[-380504,212709],[-373505,216314],[-375408,214646],[-373522,215559],[-372171,215020],[-383350,209635],[-377102,213058],[-377178,209943],[-378274,210335],[-383845,207719],[-374561,213466],[-377646,217638],[-372504,223762],[-371963,222993],[-372337,219124],[-375837,220926],[-377776,222688],[-374902,225076],[-376513,223709],[-381655,228598],[-383351,230406],[-379076,225522],[-373176,226120],[-372564,224719],[-383889,231712],[-383149,231157],[-371236,292956],[-372133,290817],[-378395,294903],[-376033,297737],[-382976,311026],[-380308,308566],[-378473,314465],[-383952,314181],[-378625,307546],[-372179,323027],[-372306,325553],[-375715,326418],[-378105,324529],[-371793,329993],[-391777,-164502],[-389754,-165935],[-384765,-161275],[-384908,-157698],[-385598,-158494],[-393340,-167403],[-392636,-169325],[-391209,-170701],[-390398,-171238],[-390935,-191674],[-391819,-199455],[-392621,-204142],[-390074,-268363],[-386752,-269478],[-387840,-269371],[-387204,-542517],[-384824,-541998],[-394985,-50127],[-393581,-53103],[-387238,-54307],[-390053,-59741],[-392398,200101],[-393396,199601],[-394766,199048],[-396656,196904],[-393283,201787],[-394347,199130],[-395138,202183],[-393880,202410],[-387985,204377],[-392450,197383],[-385962,217110],[-386896,213030],[-385831,214192],[-391375,214113],[-391212,213594],[-394553,208911],[-394996,208372],[-395559,211458],[-394372,213147],[-391898,212193],[-385166,205890],[-392280,209186],[-387675,208337],[-389964,209418],[-387497,210812],[-387786,211322],[-390663,207646],[-390839,207591],[-390292,209362],[-384198,230537],[-394962,227248],[-393598,226649],[-393334,223795],[-395532,222338],[-387317,229919],[-386868,225258],[-392508,230035],[-384907,220218],[-387737,222877],[-385524,232658],[-386318,231361],[-388413,317001],[-385031,318900],[-394627,332625],[-395231,339749],[-391143,334873],[-393267,352554],[-393115,349447],[-395890,351943],[-389835,359189],[-395723,363139],[-394494,363451],[-385186,361716],[-395871,364991],[-388147,381015],[-389848,383205],[-393248,398391],[-385220,397780],[-388550,400325],[-391438,399846],[-396714,402426],[-395324,406015],[-388834,403777],[-386741,412929],[-389961,87968],[-408232,-230017],[-403339,-2121],[-404928,194571],[-406619,201610],[-406792,202683],[-401437,195058],[-401760,196951],[-397012,200054],[-397337,197158],[-400556,199617],[-398550,200400],[-401174,201204],[-403855,199926],[-396857,204431],[-399532,204962],[-402954,204506],[-401211,203176],[-396805,196311],[-398532,205307],[-401563,212799],[-402199,212688],[-403334,211109],[-403696,211418],[-402858,215416],[-396931,224662],[-399154,225909],[-398865,332956],[-398530,333708],[-405542,336501],[-406180,357889],[-397154,355229],[-403926,357776],[-404132,351399],[-402963,348576],[-401509,345973],[-397459,353805],[-409093,363750],[-405445,366626],[-400743,359786],[-405023,376132],[-405576,373742],[-400629,387508],[-409363,484376],[-405905,491720],[-408541,489330],[-405682,490486],[-406224,490333],[-408119,487620],[-404024,500547],[-403352,499503],[-415977,-1239],[-415276,-24976],[-413895,-30304],[-414602,9533],[-414904,7025],[-416117,191190],[-420343,190727],[-419871,190526],[-419617,194073],[-416951,196304],[-419047,197057],[-420440,292017],[-416855,301366],[-419289,296017],[-421000,302484],[-413540,484415],[-416824,489784],[-416181,493605],[-417111,491490],[-418769,493245],[-412898,487303],[-410981,489641],[-412518,496605],[-411338,494682],[-414201,499598],[-410836,499973],[-434825,152446],[-432716,164027],[-431668,159873],[-432617,156833],[-431933,160986],[-431702,162719],[-432709,163592],[-433165,189232],[-432001,191017],[-431868,189824],[-434850,187975],[-432202,191567],[-435059,194445],[-434790,192989],[-431768,194938],[-431637,192505],[-434234,193238],[-433929,193691],[-432186,192566],[-430009,202508],[-434933,202100],[-432883,202226],[-433349,195687],[-433830,198085],[-435140,208789],[-430609,209541],[-432174,209938],[-431148,209267],[-428922,209439],[-432472,214082],[-433438,215480],[-431340,205350],[-429047,208320],[-429586,227869],[-431100,224549],[-434467,228921],[-427594,228480],[-429725,221229],[-429819,219226],[-432327,219369],[-426653,239928],[-427722,239428],[-426553,236885],[-427314,235873],[-428919,233624],[-430113,238523],[-431809,240714],[-432643,234840],[-434708,239273],[-434453,230601],[-434996,286225],[-425305,293209],[-425640,305000],[-426304,299541],[-423391,297732],[-431478,313647],[-430422,310598],[-432380,325687],[-431783,332136],[-435187,330994],[-431446,327573],[-432316,326787],[-431013,332376],[-434058,336059],[-434860,81562],[-434730,82779],[-447612,146669],[-440970,145529],[-436552,152896],[-440059,147790],[-442899,144930],[-440458,144352],[-438501,142940],[-436745,144827],[-436219,148290],[-439272,149973],[-441822,148188],[-443965,146472],[-443415,146013],[-442649,149678],[-435691,154490],[-438130,156234],[-435221,166381],[-441227,164509],[-437925,164997],[-442472,164260],[-437178,163682],[-436638,163015],[-435824,162497],[-441468,162300],[-435879,162049],[-436431,161197],[-435929,160953],[-436697,159519],[-446926,157634],[-444971,158942],[-444958,155735],[-444205,157161],[-443245,161987],[-446828,158867],[-443853,162392],[-436107,158866],[-435483,166738],[-436237,192007],[-436544,190580],[-443511,184345],[-444714,184579],[-447579,185092],[-440457,187219],[-446089,184840],[-443760,186088],[-446251,190030],[-436643,186810],[-439673,191875],[-445564,197840],[-445854,193610],[-443867,201067],[-437930,202049],[-441702,203909],[-441502,204910],[-436569,197816],[-437375,198084],[-445124,195411],[-440235,196481],[-444951,194346],[-443777,194597],[-441237,202158],[-445515,202161],[-447315,201332],[-440230,193429],[-438381,199772],[-440191,200607],[-446760,203068],[-446305,204301],[-440033,197825],[-442865,217046],[-441117,215490],[-443954,213593],[-443321,213092],[-441209,213662],[-439468,211270],[-445511,212316],[-445377,213885],[-445914,214297],[-446211,214316],[-447552,216053],[-442494,205238],[-441399,205271],[-437859,206562],[-437449,209208],[-435787,212441],[-443122,210043],[-442920,214498],[-442742,208363],[-446400,206561],[-438095,229000],[-444229,223071],[-440763,221551],[-435828,221088],[-436948,221827],[-444151,218969],[-444931,220005],[-446392,218926],[-444366,223974],[-446184,223838],[-444862,227716],[-444679,229503],[-436415,226299],[-435792,228313],[-441962,218339],[-442541,220187],[-438072,228095],[-438093,226719],[-441144,242526],[-439885,241959],[-442296,231130],[-443289,231084],[-447191,232268],[-435234,234315],[-441414,238684],[-442595,233994],[-447616,236277],[-437730,231695],[-439339,237923],[-442996,243599],[-444022,243902],[-435822,244474],[-440579,245594],[-441818,293688],[-445645,289611],[-440373,285959],[-441763,300808],[-444240,301957],[-442330,304595],[-440670,295137],[-438301,300068],[-436024,297762],[-443538,315127],[-437732,311294],[-446921,321152],[-443647,323797],[-438906,329967],[-435987,334135],[-439259,76996],[-436326,81713],[-438382,87755],[-439088,88129],[-436167,79779],[-437295,78663],[-441896,87242],[-437692,79830],[-439056,78997],[-440854,78972],[-440042,79927],[-440180,82006],[-440986,82666],[-442887,86999],[-441745,86526],[-441421,87461],[-437711,90791],[-435485,91617],[-437774,92465],[-437542,92318],[-444040,90988],[-443785,90302],[-441917,94599],[-442170,92779],[-453646,137716],[-450302,138117],[-451480,139506],[-448700,152766],[-452735,153605],[-455286,151346],[-454139,150618],[-452798,147825],[-451842,149019],[-457134,151450],[-458881,148940],[-453527,146873],[-450200,143250],[-451226,144244],[-449542,144729],[-453311,156133],[-458221,155231],[-455679,162922],[-454754,159988],[-457356,158467],[-458687,158641],[-459756,158600],[-458492,161684],[-458308,163460],[-455607,155356],[-450183,187373],[-451653,185228],[-450746,190743],[-448816,185936],[-452879,191134],[-448332,199822],[-448990,204208],[-448237,197390],[-449810,195369],[-451091,194481],[-452785,200100],[-451527,202546],[-451021,204078],[-450141,198592],[-454977,194709],[-449450,217124],[-450528,206274],[-453104,217611],[-450810,209162],[-453431,214004],[-452548,212493],[-452323,206973],[-452175,211638],[-449504,221015],[-449915,227850],[-451365,224383],[-449222,230095],[-450951,229417],[-453789,219307],[-452622,228113],[-452702,220322],[-450575,238965],[-450202,235554],[-451097,234092],[-448304,321274],[-463089,162082],[-462422,159032],[-461649,158793],[-465745,93559],[-473130,97458],[-470263,96395],[-471153,94325],[-470874,95339],[-472228,96905],[-463255,96166],[-467850,106447],[-464183,104468],[-463927,106789],[-465878,109734],[-469576,107153],[-484770,114352],[-485603,111545],[-481629,114287],[-483885,109370],[-484842,110804],[-483251,112586],[-482318,113951],[-482979,111500],[-483360,120663],[-483609,127221],[-481971,116136],[-493478,367458],[-490760,368454],[-498298,368416],[-489870,379804],[-487407,378549],[-496102,374723],[-496003,392021],[-493903,390472],[-491966,385375],[-488678,113656],[-490326,112223],[-490422,114987],[-488930,116531],[-488249,116288],[-34687,185409],[-34660,186015],[-30456,181468],[-32368,179898],[-27900,227108],[-26115,229851],[-27404,223870],[-25928,230437],[-30312,43901],[-26979,51687],[-26887,52091],[-503280,137992],[-509255,148558],[-510864,144384],[-509490,155548],[-510394,162125],[-509082,156131],[-511008,164744],[-504719,369320],[-501449,369948],[-501477,373426],[-511880,379129],[-509927,389977],[-502879,388454],[-510692,398058],[-517856,151871],[-512627,147491],[-512627,151821],[-516608,152408],[-514476,152070],[-513416,160480],[-520805,157102],[-518162,157122],[-518309,159006],[-516527,161776],[-517629,163417],[-519500,163857],[-521565,161686],[-512744,165654],[-518148,366634],[-513500,367451],[-520623,368339],[-523171,369128],[-518238,364977],[-513014,381129],[-512944,371938],[-517586,381764],[-519270,548812],[-524156,62204],[-521913,66419],[-521130,67233],[-520963,64375],[-537399,-214970],[-535175,-386595],[-531832,63922],[-531511,61629],[-532725,63476],[-533476,64916],[-533050,65486],[-533694,66202],[-536197,68707],[-536936,71956],[-530544,69159],[-529494,71168],[-530076,70246],[-531257,71026],[-527560,69374],[-526493,70075],[-525670,71176],[-526961,73776],[-532691,75160],[-532244,64336],[-525745,74940],[-528628,75605],[-528916,86351],[-525394,84397],[-527946,87137],[-528047,86403],[-524970,114726],[-541517,-215953],[-548269,-215836],[-541359,-219003],[-547645,-220001],[-546362,-223126],[-540592,-390947],[-538095,-389945],[-542174,201117],[-545759,193713],[-546187,199347],[-547057,197022],[-549061,193682],[-546237,209027],[-545315,212472],[-552835,-202213],[-555495,-210129],[-554442,-211978],[-553408,-209073],[-551312,-213082],[-552560,-215359],[-552874,190861],[-554561,191205],[-556287,186772],[-559915,188339],[-562604,184929],[-553869,201697],[-554850,199635],[-556741,206141],[-557951,210610],[-556453,210460],[-553433,210714],[-555692,213321],[-560630,213147],[-572421,-197891],[-566881,-204622],[-563966,-207990],[-567172,-216729],[-572218,-218042],[-568157,-350195],[-574759,1765299],[-575415,1768595],[-572695,175397],[-569321,177931],[-570385,175205],[-572646,179511],[-566341,184057],[-566207,188832],[-575850,184551],[-567907,184457],[-565357,183328],[-570125,189563],[-568551,187944],[-572440,184956],[-566151,190166],[-565657,191591],[-574185,193616],[-566682,201523],[-566337,204462],[-568506,204494],[-566291,195671],[-571430,198595],[-573114,206343],[-571646,207636],[-573920,208506],[-572363,209233],[-573743,209495],[-574373,215027],[-569850,215401],[-571325,214122],[-581165,-199291],[-582464,-357257],[-586121,1758775],[-583034,1764684],[-585131,1765529],[-583934,1758826],[-578541,1763005],[-582486,1760361],[-586495,1760283],[-583886,1763265],[-579869,1764595],[-582886,1763027],[-587555,1763430],[-587017,1765112],[-585633,1777122],[-578574,1770112],[-582785,1771403],[-583912,1774902],[-588416,1779006],[-587395,1769570],[-586868,1776681],[-588428,1775881],[-583619,1770229],[-586662,1771729],[-585518,1767587],[-588371,1776436],[-588385,1771638],[-578854,1776646],[-580930,1774977],[-581408,1769293],[-584655,1766719],[-588310,1766803],[-588766,1772524],[-588347,1775390],[-584936,1783938],[-583212,1780250],[-587750,1785557],[-576264,176164],[-579119,186220],[-579188,189749],[-577515,183782],[-577391,187737],[-578178,191814],[-576546,180102],[-579233,197961],[-579212,195100],[-577275,203756],[-576387,197430],[-587540,213425],[-599850,1765522],[-590335,1767695],[-591542,1776421],[-589884,1767292],[-589667,1769891],[-588957,1775469],[-589687,1770120],[-598773,1769708],[-591772,1772155],[-589248,1773697],[-597197,1767033],[-597157,1769977],[-599261,1772604],[-592982,1781781],[-589121,1782092],[-590914,1784820],[-592206,207393],[-599955,215414],[-601491,209596],[-597906,217046],[-598071,208099],[-589637,215764],[-594372,214430],[-588919,211150],[-604001,1768553],[-605815,1774750],[-601706,1771736],[-601902,1773221],[-607073,1768404],[-606276,1772433],[-607312,1769592],[-602466,1773696],[-602702,1770461],[-607811,1773201],[-602689,1767357],[-603983,210469],[-610750,51718],[-610036,61516],[-613909,52990],[-601729,56054],[-612225,67252],[-625883,53157],[-615745,52827],[-614626,61525],[-615404,57908],[-617913,64192],[-615861,66664],[-619799,66068],[-615710,69327],[-622137,65017],[-44339,162452],[-43591,168663],[-43409,170067],[-40882,169848],[-41564,168668],[-39654,168288],[-45014,167001],[-39379,169674],[-50567,177991],[-47393,177811],[-45902,179016],[-50817,180881],[-51059,183424],[-49037,188758],[-44182,179918],[-45659,186127],[-41607,181386],[-48016,190955],[-44614,189698],[-46179,184906],[-41985,184285],[-44308,191489],[-48163,193975],[-49616,328889],[-49627,333754],[-50461,334142],[-48178,384917],[-50494,387642],[-51112,387963],[-51140,400702],[-637312,-288830],[-632032,122500],[-635656,121412],[-637414,121346],[-639273,122438],[-636949,121582],[-637695,122404],[-636722,126509],[-635844,127561],[-635707,123531],[-632078,126428],[-631140,125701],[-631509,123556],[-649480,-153054],[-652240,-155076],[-650753,-163428],[-652626,-164050],[-652046,-163861],[-651875,-162901],[-650670,-158214],[-650703,-162872],[-649062,-155135],[-652426,-164856],[-651970,-164324],[-651178,-166039],[-651507,-163561],[-652024,-154815],[-651281,-167413],[-650488,-170253],[-649655,-168899],[-651990,-167249],[-652782,-167257],[-652277,-170747],[-652571,-169214],[-652612,-167776],[-647062,-171960],[-646020,-171187],[-652458,-170268],[-644335,-196170],[-644122,-198959],[-644860,-201675],[-643383,-198950],[-642700,-196833],[-648016,-202615],[-646885,-203001],[-651987,-203472],[-648302,-201560],[-647338,-202966],[-646103,-203458],[-644601,-202353],[-652564,-193658],[-650097,-197275],[-652399,-196233],[-646118,-196660],[-650665,-204122],[-648374,-198500],[-647485,-198107],[-646434,-202546],[-648067,-199189],[-646157,-200862],[-651465,-197131],[-650167,-197793],[-651124,-195581],[-647553,-196435],[-646806,-196123],[-645678,-194738],[-646923,-201809],[-647694,-204823],[-644010,-267262],[-644938,-265647],[-650474,-265351],[-644612,-279339],[-640759,-276170],[-645063,-284821],[-665241,-151280],[-662088,-153120],[-663001,-150030],[-661694,-152856],[-665233,-153123],[-664964,-152952],[-659344,-156517],[-659077,-157352],[-658877,-156956],[-655248,-162479],[-656405,-157594],[-656885,-159455],[-665274,-153515],[-653543,-155863],[-653122,-160270],[-653345,-155645],[-654115,-157028],[-665381,-163521],[-665206,-158667],[-655778,-158072],[-665474,-160239],[-662861,-162074],[-664183,-158986],[-660055,-165441],[-661690,-156192],[-657081,-161359],[-653788,-161654],[-665234,-154695],[-656968,-156799],[-658534,-157300],[-659543,-163175],[-661525,-165762],[-664872,-165691],[-656994,-159995],[-663475,-155249],[-655440,-157773],[-664469,-161999],[-665395,-157651],[-663558,-161216],[-664304,-160259],[-656910,-158893],[-660316,-159887],[-664926,-162600],[-659248,-165871],[-657867,-164685],[-657310,-165094],[-654164,-166143],[-665499,-155164],[-653865,-167132],[-654794,-168621],[-655059,-174767],[-659300,-170074],[-652896,-167075],[-656272,-175323],[-656814,-175903],[-658210,-174227],[-657924,-175110],[-659452,-167235],[-659211,-167367],[-658296,-168168],[-653711,-166581],[-661805,-170352],[-653508,-174854],[-655019,-170781],[-657286,-171049],[-662669,-170711],[-658802,-175669],[-659073,-175273],[-654161,-174910],[-653813,-170500],[-653262,-170161],[-655383,-202919],[-654886,-205492],[-656039,-204767],[-653385,-206936],[-653011,-265339],[-655456,-278799],[-656814,-280441],[-656258,1685730],[-657397,1686915],[-661158,1685345],[-664875,1689520],[-663607,1680323],[-664885,1677705],[-660999,1683035],[-656743,1682615],[-664111,1679191],[-661728,1683866],[-659288,1688314],[-661856,1681486],[-662437,1679353],[-664407,1683825],[-662022,1689693],[-659492,1690908],[-663229,1693891],[-661502,1694779],[-662181,1692335],[-661218,1690448],[-664368,1694886],[-664587,1692647],[-664635,1692251],[-658500,1707433],[-659588,1711056],[-659654,1712814],[-658562,1714673],[-659418,1712349],[-658596,1713095],[-654491,1712122],[-653439,1711244],[-657469,1711107],[-654572,1707478],[-655299,1706540],[-657444,1706909],[-665871,-151707],[-666726,-165475],[-668462,-159834],[-669016,-158354],[-667400,-165953],[-665650,-161847],[-668484,-170778],[-667903,-172012],[-668747,-173850],[-667630,-171652],[-666828,-173274],[-668053,-171751],[-669015,-171697],[-676232,-189639],[-675310,-198575],[-674386,-201373],[-675498,-203475],[-676277,-202094],[-675719,-200435],[-673147,1674331],[-673893,1672412],[-671485,1673170],[-676765,1674598],[-674574,1673916],[-672392,1676461],[-672368,1673385],[-677162,1676841],[-667951,1676431],[-671235,1676786],[-670701,1674825],[-666342,1684845],[-665942,1686910],[-670451,1678516],[-672725,1684063],[-666575,1680779],[-668302,1683522],[-672477,1688680],[-673511,1682893],[-673120,1680915],[-677267,1681258],[-677579,1687018],[-666175,1677092],[-670428,1684648],[-669480,1689242],[-665690,1679473],[-669318,1681342],[-677472,1681944],[-668420,1678271],[-674853,1677791],[-674760,1680080],[-677756,1688499],[-674907,1694788],[-670830,1691201],[-671011,1692655],[-666271,1695374],[-673428,1694379],[-671946,1693904],[-678390,1693419],[-677714,1692380],[-677938,1694561],[-669418,1694404],[-672725,1691821],[-676174,1691477],[-678969,1683592],[-679796,1680880],[-680147,1677260],[-680079,1682542],[-681743,1681181],[-680599,1680838],[-679964,1685756],[-678873,1685808],[-678453,1687230],[-742104,1727118],[-55060,175804],[-51320,179510],[-53353,180479],[-62020,261238],[-61290,259693],[-59845,261052],[-60835,264451],[-60224,264532],[-62052,267772],[-61633,267041],[-63108,264483],[-63369,272744],[-63291,269372],[-59153,323535],[-63113,328825],[-56831,323314],[-60206,327242],[-60122,331784],[-52456,327738],[-52328,321696],[-56657,324412],[-52595,325776],[-57336,322362],[-53610,321805],[-61699,330378],[-57623,328574],[-56959,329618],[-57211,332940],[-52731,330834],[-51909,329629],[-63527,330968],[-59610,332813],[-51208,326196],[-55246,333948],[-61649,334428],[-51709,334410],[-57800,336391],[-58298,333869],[-57209,336920],[-59113,382101],[-54460,394901],[-59895,391722],[-59207,392005],[-60765,385190],[-60475,388184],[-63169,394416],[-52189,408887],[-61451,397709],[-52600,398687],[-63465,402077],[-60192,407874],[-52826,407484],[-58119,399445],[-51718,404075],[-62034,419799],[-56514,414117],[-62131,418079],[-56129,414508],[-63106,414167],[-59447,410068],[-823255,1725496],[-824081,1730349],[-823677,1728669],[-829593,1734911],[-843528,1727303],[-842542,1730557],[-844507,1728571],[-843968,1732557],[-65691,-64172],[-76388,-92392],[-66570,264613],[-66872,266919],[-65841,264081],[-65407,262041],[-65020,262001],[-64236,263229],[-64149,267366],[-64632,265767],[-67104,271763],[-67865,270782],[-67310,380209],[-66069,408644],[-67302,406752],[-67472,407812],[-70012,408152],[-66397,404642],[-69737,398044],[-66830,399865],[-75463,402426],[-73091,408478],[-73797,406811],[-76885,402197],[-69362,409942],[-65593,422067],[-67045,416150],[-69380,420035],[-68804,411229],[-70260,410638],[-73681,417829],[-69870,415775],[-74734,422435],[-67132,410531],[-73137,410988],[-74905,412353],[-64902,424188],[-74923,425718],[-65605,423860],[-73250,606962],[-72165,606470],[-74502,118520],[-77483,-89588],[-83183,214717],[-79523,217774],[-84280,216666],[-85623,217582],[-84819,215247],[-86427,214366],[-81791,216586],[-80320,216603],[-84112,215522],[-81550,216301],[-82576,217533],[-83764,213195],[-82237,214383],[-82793,212551],[-87250,217958],[-87724,221873],[-87575,218684],[-84990,219974],[-84479,224908],[-80337,222759],[-83186,223690],[-88617,219603],[-82854,222620],[-85857,222352],[-80001,218655],[-81479,218833],[-88983,219925],[-81703,226412],[-80989,220813],[-82862,225866],[-80680,219797],[-87516,219257],[-81482,223239],[-86802,221704],[-84417,224021],[-80811,227567],[-80558,225420],[-80268,223768],[-86625,218252],[-88909,241244],[-89368,241926],[-88927,239084],[-88919,265986],[-89161,267058],[-89580,264943],[-88407,262301],[-87044,272650],[-88633,269453],[-87012,270978],[-88036,270426],[-86040,328339],[-87227,323620],[-84918,326368],[-87850,327312],[-81837,379377],[-77008,376488],[-86738,382309],[-78512,379299],[-79571,379607],[-84238,382392],[-89087,385336],[-88888,391145],[-84020,392683],[-84949,384392],[-83152,386008],[-86683,395822],[-87763,395483],[-79971,396970],[-84521,397570],[-77184,408672],[-78981,409407],[-88200,399253],[-86737,408289],[-85943,406940],[-88984,398038],[-85828,397077],[-83190,422077],[-82276,420671],[-84205,419693],[-85505,420429],[-88780,415773],[-88508,414116],[-76976,417435],[-88822,425494],[-78477,431561],[-89385,429783],[-86424,423481],[-86334,425353],[-83582,426579],[-86693,425862],[-84293,423486],[-89496,626816],[-89315,625860],[-89269,626209],[-81766,125784],[-79441,120816],[-80597,123717],[-82057,125840],[-88825,128094],[-1015291,1487371],[-1016179,1489098],[-1013735,1488419],[-1016286,1486232],[-1014047,1486013],[-1013651,1485965],[-1087955,1586063],[-1091613,1535655],[-1089438,1552048],[-1091557,1549085],[-1088811,1584407],[-1108239,1520681],[-1106677,1521070],[-1108441,1521245],[-1112638,1521860],[-1111670,1521761],[-1107855,1524895],[-1110474,1524246],[-1110376,1535865],[-1107949,1534839],[-1103858,1533969],[-1111933,1542986],[-1108172,1541309],[-1108277,1547205],[-1126093,1496428],[-1119851,1510151],[-1124303,1507597],[-1120942,1514701],[-1118039,1511556],[-1122044,1532586],[-1120939,1526545],[-1134449,1495072],[-1128019,1500773],[-1137525,1509341],[-1131501,1500106],[-1134400,1499271],[-1129652,1510883],[-1130985,1529351],[-1135111,1526635],[-1129687,1527749],[-1131419,1641680],[-1137523,1645852],[-1135976,1642285],[-1136047,1655449],[-96112,-163050],[-92528,-538039],[-99021,-580343],[-94726,204126],[-95900,203397],[-96389,203494],[-97507,204372],[-101557,208332],[-93063,211127],[-94945,211411],[-91207,206328],[-93510,208079],[-101478,211870],[-100614,212255],[-91564,206815],[-92891,206205],[-100232,205712],[-97101,207361],[-97320,213492],[-92987,209469],[-93109,205359],[-96046,210055],[-100660,206357],[-92564,209689],[-91515,232385],[-95620,232661],[-92236,237735],[-91831,238786],[-94446,233519],[-90091,238309],[-90874,236762],[-91277,235229],[-91027,234415],[-93076,234330],[-90412,238765],[-90753,234913],[-92435,237088],[-89766,238952],[-92686,261430],[-90279,264562],[-90437,267530],[-90688,263487],[-93789,268300],[-95909,265859],[-95101,266776],[-92850,263172],[-91629,261000],[-96974,266984],[-92361,267101],[-96750,263379],[-94419,264305],[-93285,264315],[-96952,268511],[-90867,265633],[-92919,269198],[-95119,269869],[-95999,273347],[-98643,272192],[-90745,270387],[-91789,269529],[-93102,271320],[-93863,271379],[-95757,389967],[-97423,394332],[-100630,385520],[-96371,388027],[-93044,390647],[-92217,388494],[-102320,392475],[-98528,387063],[-95347,392223],[-93836,391287],[-91721,392594],[-99610,401662],[-102294,406963],[-99432,399876],[-92282,397477],[-96184,406671],[-97326,408779],[-89808,407352],[-96019,397156],[-90309,401705],[-92490,399258],[-93272,417449],[-96223,416528],[-90717,421924],[-91808,417573],[-99702,416094],[-93021,420821],[-98599,414092],[-101614,415131],[-97536,422535],[-93938,412150],[-92845,424449],[-94570,426886],[-98305,425966],[-96958,426396],[-92428,623692],[-99762,621898],[-99380,626453],[-99294,626062],[-100849,616411],[-92835,630104],[-97035,629522],[-95501,629609],[-97935,631385],[-96395,632380],[-97900,628470],[-97817,630363],[-1149501,1505223],[-1147160,1510157],[-1151254,1513135],[-1141753,1513275],[-1139758,1525687],[-1141478,1653984],[-1164127,1507030],[-1162815,1508363],[-1164473,1521153],[-1153024,1512440],[-1160256,1649526],[-1162456,1648079],[-1164753,1663691],[-1155304,1671882],[-1157743,1666456],[-1161165,1668551],[-1160260,1666563],[-1159049,1668749],[-1164050,1738495],[-1164225,1736700],[-1164218,1753700],[-1162788,1751955],[-1157604,1752299],[-1157708,1753609],[-1168864,1504116],[-1176623,1511074],[-1169009,1514127],[-1168935,1524590],[-1167672,1651056],[-1166626,1648148],[-1164869,1662794],[-1170209,1663240],[-1168160,1660680],[-1176179,1676243],[-1177336,1670138],[-1177321,1670968],[-1168671,1738570],[-1170137,1738548],[-1176492,1735083],[-1176849,1738445],[-1172736,1738181],[-1174300,1736952],[-1169434,1734415],[-1167695,1735520],[-1167453,1744952],[-1169541,1746056],[-1181683,1489685],[-1189874,1534717],[-1189969,1532231],[-1179954,1528256],[-1177987,1529184],[-1186957,1542430],[-1187979,1545199],[-1182162,1543657],[-1184634,1542945],[-1179935,1537754],[-1180735,1539373],[-1187645,1670522],[-1185930,1667284],[-1188921,1670771],[-1188539,1671599],[-1183750,1666542],[-1184351,1666816],[-1181783,1740467],[-1189031,1735704],[-1189471,1738952],[-1180029,1739040],[-1186217,1737792],[-1179818,1738307],[-1186807,1744586],[-1179395,1741210],[-1202027,1525387],[-1193220,1534969],[-1202466,1532307],[-1198847,1533298],[-1201049,1529415],[-1195958,1534199],[-1192433,1533969],[-1198191,1536744],[-1192478,1544804],[-1200796,1542441],[-1197762,1546449],[-1195795,1548709],[-1191742,1546937],[-1196525,1546215],[-1200097,1542654],[-1200265,1550902],[-1198971,1552004],[-1198001,1550116],[-1201567,1674772],[-1191066,1670184],[-1192002,1671998],[-1194663,1669644],[-1193488,1672219],[-1197661,1669365],[-1198026,1745233],[-1202535,1749769],[-1196040,1744703],[-1200563,1751215],[-1201011,1751423],[-1209182,1475396],[-1209769,1474195],[-1213974,1505284],[-1213723,1509724],[-1210267,1508380],[-1211146,1512114],[-1207822,1516631],[-1211151,1517760],[-1206371,1522939],[-1211328,1515396],[-1214224,1520316],[-1209489,1531110],[-1205625,1527741],[-1206349,1530115],[-1203334,1540719],[-1205066,1543417],[-1204084,1676539],[-1206569,1679297],[-1212055,1682858],[-1210005,1681147],[-1211413,1680288],[-1211108,1680175],[-1209087,1681234],[-1214402,1690023],[-1219879,1509753],[-1218177,1505962],[-1228552,1516779],[-1223940,1513216],[-1222041,1510693],[-1226546,1514165],[-1224502,1523929],[-1225912,1688834],[-1220106,1686607],[-1218856,1686850],[-1219087,1683002],[-1220373,1683808],[-1228110,1682846],[-1227994,1681752],[-1222599,1677758],[-1225040,1681606],[-1218256,1696111],[-1223950,1697715],[-1216804,1690153],[-1218722,1695673],[-1221469,1694661],[-1219185,1694497],[-1223293,1704240],[-1228480,1708006],[-1221843,1704057],[-1234339,1487401],[-1235379,1486926],[-1232879,1491623],[-1234698,1490809],[-1240553,1521557],[-1240685,1519634],[-1236450,1527362],[-1240192,1633832],[-1229172,1707617],[-1234558,1706518],[-1235602,1708223],[-1230629,1708139],[-1235060,1707201],[-1238228,1706230],[-1238502,1707289],[-1236342,1234498],[-1234947,1240020],[-1242922,1520547],[-1245638,1521938],[-1249767,1523550],[-1251798,1529106],[-1251628,1529464],[-1247830,1525509],[-1245699,1637990],[-1247822,1687816],[-1242501,1687179],[-1250571,1679712],[-1251626,1679353],[-1254355,1678374],[-1248835,1701477],[-1245536,1703930],[-1243484,1706018],[-1249259,1703468],[-1247697,1702659],[-1245811,1703419],[-1249951,1707051],[-1250272,1706218],[-1250141,1709104],[-1246292,1709869],[-1246371,1707904],[-1254382,1739311],[-1253405,1264788],[-1261545,1526249],[-1264181,1529159],[-1265307,1528836],[-1262801,1529541],[-1265251,1532256],[-1259409,1529223],[-1258267,1529125],[-1256053,1531309],[-1264342,1541465],[-1263620,1537548],[-1256318,1688035],[-1254539,1677820],[-1254509,1690892],[-1254409,1694617],[-1255989,1697668],[-1255498,1696746],[-1258730,1696420],[-1262487,1694892],[-1265837,1703540],[-1262512,1705030],[-1266529,1724242],[-1256544,1739877],[-1263275,1734209],[-1265211,1734783],[-105693,-29365],[-107710,-556584],[-114259,10551],[-112416,8866],[-103830,136175],[-111824,158100],[-109237,161931],[-109030,160845],[-112145,162885],[-106374,216247],[-107593,216795],[-108551,233162],[-112531,299853],[-110612,299107],[-111370,301515],[-112798,296235],[-112116,298426],[-114661,300608],[-111585,300632],[-115041,295838],[-114631,305049],[-114986,301765],[-113025,302299],[-104560,392422],[-107044,394557],[-103181,394857],[-103676,403493],[-102449,405426],[-104433,409764],[-105135,408973],[-106151,400011],[-103789,401549],[-102790,401335],[-104687,409597],[-104270,417578],[-104833,421758],[-104256,415238],[-114617,433069],[-104725,422915],[-103201,422884],[-110588,612233],[-110119,613994],[-112842,612248],[-112594,615577],[-110335,616818],[6319,163496],[8071,165423],[8878,168687],[7883,170554],[6647,172540],[6216,166932],[11377,280923],[8801,279725],[8126,281310],[9469,281312],[1923,292865],[10719,282122],[7657,282778],[8036,282359],[9804,282469],[11926,283738],[5637,285988],[7581,286198],[9451,284104],[11437,286064],[10777,291316],[11501,289152],[5769,290954],[10041,289376],[6512,288804],[5320,288276],[3027,287606],[5788,284241],[5547,282695],[8267,285257],[1733,290686],[29,291143],[1190,286625],[1852,286836],[6125,292027],[5322,293625],[1794,287614],[1047,294354],[12169,292288],[11294,294337],[11573,293503],[7630,291626],[8191,293592],[2381,291351],[2452,287296],[1210,294821],[1700,297887],[967,296855],[998,300118],[1143,301516],[4080,300922],[2570,301767],[3447,301926],[6607,301516],[4153,303101],[6207,302198],[5849,299653],[5688,298337],[3221,298527],[2434,300417],[8776,299462],[9603,301457],[10031,297246],[7405,297272],[8117,298692],[6384,296425],[3260,296252],[4433,294737],[10313,295327],[12483,296726],[11690,298204],[12229,299625],[11813,300206],[12494,301244],[10310,299434],[8996,303506],[5990,303430],[11988,294841],[9115,509849],[11352,509996],[10657,511155],[12190,517113],[10014,514764],[7825,512949],[9422,513027],[8401,513789],[10889,512670],[12637,514579],[10118,593597],[8344,597358],[5834,593390],[6589,592579],[4122,600809],[9033,598020],[2289,601472],[5763,593294],[6185,598840],[1084,600532],[6747,596956],[8798,592264],[11413,596557],[7239,609218],[6522,604502],[11024,603503],[5893,609711],[10018,613779],[12241,605680],[4944,613673],[11604,608834],[9909,602142],[4258,613468],[7648,606629],[11394,610977],[6420,614992],[3880,615996],[260,616347],[5601,616199],[3838,616799],[134916,-7145],[132821,191841],[129091,189025],[129010,187400],[139089,184564],[136682,190997],[138493,187949],[133852,186243],[137621,189204],[135518,186689],[129111,193921],[133532,193324],[128567,199249],[128578,197413],[131228,197426],[132809,195608],[136369,212222],[138881,214079],[138337,212437],[138810,211406],[138505,208480],[138194,207744],[134163,212180],[134706,22214],[135315,21885],[135380,22227],[128471,291356],[129608,292569],[131430,336076],[129884,340204],[130534,334775],[135313,27026],[134913,27731],[133857,27233],[138449,27487],[130541,42608],[131952,40827],[139575,46382],[139004,64494],[152450,-22417],[141035,189027],[142264,211132],[143129,210245],[145732,210112],[147538,212826],[148516,211802],[146193,209269],[149336,207927],[147004,205941],[147582,206211],[141959,207486],[141736,209176],[147353,207422],[148985,214327],[144723,293650],[146301,293734],[147819,304619],[149055,295351],[150799,295758],[153056,295833],[143325,316111],[152925,330913],[152205,328963],[145701,336067],[146371,334643],[146119,335171],[152517,343659],[141661,29513],[149593,587072],[151614,582787],[150425,587598],[153107,580812],[150900,588951],[153262,589790],[152157,59939],[149807,70970],[147748,85971],[146504,99152],[148637,93862],[166190,264267],[162737,293764],[162809,290752],[162288,282788],[162045,290320],[156664,296807],[161508,297258],[157918,296805],[161588,304949],[156256,298220],[154365,306166],[165116,302063],[160381,306227],[159548,302009],[158283,308694],[153728,311634],[155351,309714],[159054,318335],[160345,317897],[164947,319398],[161531,313081],[158779,309652],[161183,312092],[156260,322814],[162130,324015],[163841,328045],[157742,324806],[159386,337090],[163495,343993],[159692,355732],[154913,355525],[156696,351978],[155556,349033],[163731,361199],[154152,581692],[155605,580810],[155519,586934],[173434,283618],[173073,287856],[177861,290131],[168725,290122],[175650,305049],[172645,306900],[174041,312365],[174377,317558],[176311,314925],[169221,322692],[168850,326778],[169536,329955],[171501,331142],[168247,327979],[170495,327302],[172618,325130],[178810,328650],[178385,325134],[174197,324360],[175086,321785],[175795,322723],[170868,337429],[178448,341413],[178276,339264],[170575,357107],[168702,356355],[172445,355892],[175192,354593],[175176,354693],[166778,358224],[168971,360209],[166663,362233],[174212,400493],[173626,409129],[174621,401972],[175096,403454],[175581,397010],[176620,397686],[174439,397462],[174596,405982],[177523,399226],[178759,398288],[177913,398478],[175956,407291],[175836,405249],[177802,415953],[175109,412171],[174221,413898],[176665,413219],[178552,414182],[174133,411619],[176353,410813],[176749,410765],[183111,292426],[184956,292864],[189939,284227],[180480,306342],[180549,315934],[179699,329650],[182865,330213],[191681,321505],[179569,325150],[183353,327498],[184276,327145],[179749,322445],[183978,351326],[189454,349084],[179774,351313],[183356,357911],[189439,355378],[185698,356852],[182174,358474],[184253,348898],[185289,346894],[187649,347907],[185408,396431],[188120,395604],[191740,395253],[186458,395321],[187819,393657],[188162,394801],[186157,396201],[183506,395762],[181421,394959],[187180,397673],[191908,409225],[190729,406980],[189527,409710],[191191,400604],[180025,411535],[180541,417794],[182085,418003],[188677,411793],[189647,412963],[179307,413378],[191295,410515],[185965,414401],[185759,412340],[189810,411289],[185135,413672],[180686,416112],[183721,413436],[181354,497568],[185755,496085],[187463,496871],[188393,498896],[191151,496615],[189030,493794],[186925,494950],[185262,493577],[183040,495150],[180622,495510],[184395,498996],[189873,510754],[188838,510897],[185543,510903],[188697,502901],[187344,503968],[184587,504330],[184095,507598],[185015,506047],[183462,509249],[191132,500629],[187201,516136],[190180,518051],[187400,519857],[187505,517388],[189235,522176],[189457,523461],[191202,518365],[191305,515870],[189080,514241],[186784,514146],[185731,514698],[186037,515393],[183577,512422],[189175,526635],[191771,527644],[191022,525274],[192866,134635],[200407,200698],[201032,204681],[199064,202242],[201323,198511],[202088,195265],[197779,198187],[199754,197832],[201696,196541],[200917,197492],[202710,196296],[203533,195354],[202420,200284],[202881,200479],[204309,198680],[202924,201730],[199895,203528],[202616,203508],[198213,200176],[203614,206841],[203698,205648],[202390,210096],[204259,211666],[202801,212006],[203514,212882],[200140,212335],[199865,209290],[200713,206735],[204697,209700],[202891,210097],[202271,208661],[201782,212841],[203906,215263],[199951,205849],[192241,317538],[198932,345553],[192436,344804],[193720,343293],[199815,340875],[200151,343935],[192277,344170],[200924,347253],[198938,350453],[194669,402253],[195394,401393],[195830,403915],[194402,398635],[195084,400826],[195615,403032],[192159,398238],[192569,407449],[194175,404699],[192693,496613],[192754,510433],[196046,508142],[199778,507797],[198601,509142],[200888,511932],[202855,507892],[203070,506262],[201304,503948],[197316,504691],[194904,505364],[193170,505862],[192587,503827],[193730,501183],[195473,499989],[196144,502134],[194331,522005],[192412,519959],[193549,521152],[194945,519594],[194970,513317],[199633,521592],[198694,523713],[199939,523623],[200349,520941],[203464,519259],[196304,517203],[194699,514862],[199731,519307],[200505,518964],[200158,515737],[198355,517848],[202414,512959],[203632,513172],[201559,514828],[192090,513687],[192015,526924],[196958,527339],[195673,529628],[198438,529139],[200320,528365],[195745,526047],[201092,530586],[204490,530683],[204782,533235],[204085,532345],[202126,532785],[202356,528811],[201489,532164],[204979,197203],[205095,198672],[215855,196058],[205766,199114],[206352,197876],[215546,203655],[215896,203609],[214038,203856],[216973,196805],[206570,198722],[205704,207341],[205810,207810],[206173,209625],[204947,211750],[204851,205834],[207198,206871],[216861,205469],[215155,206439],[213669,206283],[212140,363305],[213072,358759],[205512,509680],[205053,520978],[206718,520863],[208281,522058],[209110,522307],[210417,524702],[213493,523447],[216229,523006],[207721,524749],[207145,528984],[204923,529696],[207096,530509],[208492,531524],[206695,533296],[208335,533210],[208850,535552],[205778,531100],[206907,535554],[207657,535880],[209987,530057],[208502,528897],[216957,525828],[214987,526298],[208199,540340],[208160,539244],[210187,538822],[212076,539913],[212826,539362],[215672,544942],[216827,546339],[215472,540876],[216664,542869],[216988,553059],[215394,552960],[216102,551548],[215802,556054],[215574,557363],[212628,556360],[218297,198081],[219448,199071],[218556,195534],[219112,196103],[220004,197651],[220413,198032],[218660,527112],[220049,530415],[219909,533299],[223066,536007],[224447,528235],[222873,525101],[222219,527273],[222925,529919],[223712,533089],[224853,533047],[225862,534251],[225561,529037],[225709,527682],[227456,529170],[219534,529502],[218815,528823],[222277,541191],[222108,546131],[223238,537973],[218571,546718],[217999,549653],[226533,549392],[223598,547716],[222479,549391],[220853,549099],[225813,548535],[220142,555735],[218202,554136],[219444,557440],[225608,557645],[228062,558447],[224901,558087],[226045,562065],[223888,562701],[229902,554770],[219386,562946],[218763,551081],[218601,552751],[219062,553130],[219697,554540],[222710,556660],[229270,552181],[225957,553242],[229804,553879],[226134,556058],[224636,556042],[222332,556560],[225539,565021],[223783,566181],[220437,565217],[228059,565294],[242917,176138],[242074,175626],[243173,178027],[242400,185401],[242587,188164],[241697,186947],[240959,188598],[236322,550040],[236779,549607],[232914,548631],[230881,548400],[234735,547056],[231730,561134],[230538,562405],[237031,562963],[242150,560254],[241523,558066],[237875,554204],[236491,553885],[235612,558959],[231772,555221],[232022,556965],[236802,552215],[231134,564962],[239632,563629],[240107,565519],[250373,177774],[247354,179261],[247898,176991],[249869,176480],[253211,177159],[252201,177160],[255970,178532],[243218,178871],[243350,183465],[245294,184511],[244455,187203],[246237,188630],[244649,191525],[249740,184169],[249693,181107],[252820,181574],[252638,183420],[246572,181348],[249664,181842],[251573,180507],[251388,180207],[254146,187159],[253606,184628],[246529,185378],[246390,185680],[246498,186444],[248096,183005],[246860,183522],[250900,182711],[253192,188450],[248284,192550],[249589,195497],[247765,194604],[252308,197546],[255152,196084],[252308,194427],[253058,277251],[254272,281412],[252096,279502],[253644,278534],[252796,281199],[253306,280393],[255731,279444],[255474,276462],[255725,277202],[255626,294095],[255020,291481],[252188,299863],[253216,307122],[252034,302257],[250074,303637],[251030,301770],[252495,302637],[251905,305585],[251006,305842],[250014,306044],[250942,304811],[255181,296615],[254072,303766],[255558,296137],[255136,305663],[254497,307080],[255239,303338],[254996,299337],[253611,296413],[253851,309336],[255462,308412],[254890,421492],[255954,419889],[255469,413926],[255936,415935],[255211,414830],[253966,417059],[254344,418540],[253424,418603],[253761,420072],[244928,565451],[24147,-35905],[25376,-37858],[24008,208164],[21560,211464],[21318,208411],[23457,210424],[16074,280067],[12889,279789],[14164,279663],[13749,281602],[13797,289664],[15338,291500],[14964,289507],[14816,287840],[18272,286761],[17956,288422],[16919,288178],[16869,286795],[15237,284524],[15825,284986],[16877,283369],[18210,285157],[18193,283466],[13369,293803],[14700,292576],[13365,284855],[23100,496886],[24002,498290],[25575,498551],[19021,494077],[20380,491946],[17348,496670],[18472,494208],[18031,494801],[17670,495494],[21029,493351],[21965,492078],[15700,496726],[18600,496742],[18141,495038],[20644,491670],[21060,494636],[22664,493411],[18900,498974],[19730,498413],[18506,510959],[24461,499856],[25144,499608],[24437,500652],[20579,500414],[24436,511568],[21546,501187],[20811,499552],[17563,508834],[22379,502443],[23091,503151],[23274,501206],[21955,503639],[21186,502901],[19675,500378],[18276,499445],[16667,509495],[18315,512196],[18385,522187],[19532,518114],[23743,514101],[14387,518793],[15681,512417],[17096,517395],[24775,512224],[17241,514186],[20428,520007],[23882,517587],[16020,515306],[13523,513218],[14421,513053],[13119,513930],[15348,521237],[14636,523741],[22218,523214],[16421,524547],[25477,527941],[19852,526490],[14587,525034],[15200,527298],[14304,526854],[16842,525952],[19008,527752],[16276,527454],[21731,529137],[22750,528409],[14197,601180],[14130,595420],[17276,606553],[17029,610234],[14403,607070],[16482,603696],[13100,609136],[16065,606952],[19826,607472],[257052,175734],[258295,175453],[259375,174047],[261350,175917],[259151,175570],[260189,178987],[258135,177715],[257486,179193],[261826,178658],[262294,178154],[261915,177022],[265136,179348],[256236,188776],[256964,189208],[259375,185417],[260454,186320],[258073,189446],[260785,180519],[257411,180180],[257742,182403],[258010,186547],[256573,187076],[257308,187626],[264293,191010],[262618,190991],[260768,188603],[263085,188280],[264154,188204],[261733,186230],[265343,185380],[263210,179771],[263545,184524],[264282,179503],[257538,191894],[261669,191931],[260785,189576],[261629,182834],[267634,199662],[259700,194477],[259874,195170],[256080,195632],[261708,194492],[261493,195246],[256514,192640],[258930,193893],[262791,192597],[266538,202388],[257311,277007],[257785,278591],[259341,277101],[259445,277662],[256941,275768],[260492,279447],[261641,281608],[260413,281508],[256784,281660],[259750,281154],[256391,293709],[265795,293119],[265901,289782],[258875,291713],[261875,292052],[262972,291895],[263279,289189],[261991,287124],[262968,286814],[263005,288189],[264552,288302],[264044,289188],[259409,286020],[259775,288478],[260951,288500],[259486,289908],[259789,293124],[258959,292394],[262545,294567],[262725,289851],[256169,291123],[258155,288564],[264359,293733],[259416,282866],[258261,282503],[256916,303709],[256031,303307],[257035,300318],[258071,307092],[260207,307112],[259657,304437],[260034,305234],[261496,305541],[256537,294831],[260479,300632],[260854,303464],[265595,295649],[263327,306528],[262562,305173],[264049,304997],[264691,304964],[264605,300931],[265127,302508],[261351,297407],[262531,296108],[263804,295413],[265668,298930],[258293,298910],[257644,299508],[261757,298723],[259623,298942],[261268,296100],[259261,294776],[258720,299939],[261176,304234],[263079,303025],[258077,308595],[257405,307749],[259941,309481],[262030,308237],[265973,307580],[257821,392478],[257309,395817],[256346,393173],[257545,397621],[260971,400974],[257063,399982],[261182,404494],[268138,402758],[267133,412897],[261869,417924],[256029,421615],[265727,421429],[268518,421114],[265499,419666],[263685,420746],[260337,421361],[256482,416406],[256712,414567],[256273,412949],[257724,412481],[260100,413633],[257059,418344],[257348,422134],[259986,413208],[261077,415538],[262947,422281],[266731,425138],[266184,424255],[265121,425069],[266243,425742],[265642,425532],[259209,423754],[268234,424686],[263292,423499],[261930,424828],[260892,425261],[259994,423924],[261171,422686],[258220,423762],[265365,422621],[268561,524052],[258524,524340],[260814,523880],[262491,522360],[262378,520556],[259929,520769],[262441,518673],[262005,517619],[259526,518118],[258737,522483],[264549,520405],[265698,520107],[268171,518729],[267795,519944],[267441,516259],[267449,514595],[263514,527052],[260746,529966],[259379,528937],[259214,530028],[258418,531878],[258974,526939],[266209,536816],[266049,535009],[266413,534228],[267154,525048],[267315,548371],[263450,541916],[265505,540969],[267844,538491],[268029,540229],[272477,402477],[275425,403321],[276182,404557],[276416,405315],[275640,407004],[269439,407349],[271220,409475],[274323,420623],[275524,422507],[277817,420276],[275071,411889],[277063,416689],[277129,415022],[277470,418180],[270147,421770],[269701,423571],[280365,461668],[280577,463020],[281249,463238],[281043,465590],[281416,466226],[281331,461279],[269049,512089],[275753,518250],[276407,523165],[269419,523395],[272188,513891],[272106,516398],[273448,516933],[274016,515924],[277190,522084],[279988,521728],[280328,523917],[278630,524143],[269619,520023],[272028,526088],[278730,525704],[281435,525447],[280175,529229],[279383,530207],[280053,532200],[273840,527916],[275105,529964],[274170,531754],[275301,532300],[279157,533625],[280546,533536],[278503,538796],[279255,540712],[280957,547918],[280998,548400],[278239,547201],[274872,548972],[272190,547625],[272386,549624],[269378,541985],[269870,543100],[270570,545474],[278878,551128],[284449,459463],[284248,460922],[285932,459914],[283031,459099],[283150,459685],[292039,464485],[290673,464195],[293569,464233],[290301,465428],[289269,462193],[288528,461929],[281949,465129],[282916,466188],[282304,469186],[281997,470535],[283715,469011],[284179,471510],[284823,471266],[286982,473561],[290539,473461],[294354,472367],[293009,471846],[293107,470850],[294175,465043],[290840,463204],[287101,464326],[287876,465782],[284802,462796],[290871,469783],[287132,470111],[282970,470786],[285442,465360],[285241,468924],[287250,474647],[289814,474984],[290777,474659],[293226,473828],[282412,524509],[281900,527748],[282164,535493],[282526,540808],[282653,538789],[306306,408006],[306983,403745],[304311,403943],[303950,402834],[304606,406623],[304903,410204],[303621,410915],[305744,413787],[302570,412302],[303467,413749],[301162,414325],[301902,413749],[305378,419355],[306000,415268],[306356,417022],[303798,420295],[304321,422295],[305800,420250],[303894,424024],[303235,425485],[305220,428798],[302937,426218],[304713,432208],[303905,427501],[307099,433230],[294563,462975],[297163,465558],[300188,461832],[295220,463876],[296480,464844],[295465,466385],[295064,473766],[295286,471505],[296442,472542],[297531,472568],[298651,472666],[297516,473779],[302001,470219],[301121,469289],[302030,468916],[303254,469393],[303302,469604],[303948,468604],[301043,468096],[300443,465084],[301709,465702],[297669,463070],[297937,463739],[299427,465213],[296583,466330],[300670,471049],[300068,471738],[299799,472320],[297582,472032],[296100,471221],[298064,470819],[316345,-174362],[315211,408579],[314937,406006],[318681,409091],[318655,404272],[317407,405464],[315697,402747],[313368,402152],[311629,403537],[307616,401976],[309139,402203],[308796,404869],[308674,407956],[312534,406976],[311082,406638],[319451,406724],[318643,422064],[318572,411270],[319441,412294],[317951,414721],[315948,414567],[314831,416928],[315811,416066],[312826,420587],[310774,420525],[308272,420937],[311364,411866],[310575,412234],[310260,415687],[312565,414748],[317107,410346],[318600,426476],[310960,432863],[312728,434221],[318867,434488],[312796,423122],[313241,424901],[314918,427130],[309479,430064],[311051,428202],[307475,427622],[308364,424703],[309268,423017],[317151,422616],[318119,423740],[315905,430703],[316121,432431],[318168,432529],[318005,433712],[319484,433754],[309547,433070],[309107,432113],[312610,432617],[314193,437242],[310447,435653],[316601,436754],[312120,437481],[311910,436185],[326388,407547],[328058,409085],[320141,407479],[321351,408055],[324791,408064],[324110,407787],[326660,420764],[328431,422518],[327160,420386],[324848,416077],[330112,413751],[322105,411658],[324500,409946],[321957,413871],[324280,417047],[320935,419705],[323731,418965],[328683,413971],[325574,415801],[330643,418181],[331143,419574],[329373,421728],[328362,422415],[329161,428916],[331253,429231],[324224,433055],[324773,428235],[326204,425590],[323675,424423],[322129,434981],[324050,428255],[323970,429221],[321649,424093],[322041,426618],[329338,436993],[330916,436543],[321274,437644],[320784,438097],[323782,437858],[326000,436282],[320123,437615],[325632,438770],[322829,437801],[331199,436779],[334842,428208],[335625,431291],[336899,432983],[333486,434220],[334703,433186],[333157,427537],[335230,433771],[341838,433371],[340311,430315],[338726,435872],[336373,437106],[333921,437443],[26366,1515],[28192,5567],[28142,10338],[35703,150151],[34507,148895],[33228,147306],[34065,149869],[37392,149850],[32102,147881],[26693,143872],[30746,145525],[28033,145090],[32466,145644],[32961,144907],[38388,200540],[27089,206618],[28546,207624],[27344,209390],[25730,208983],[38182,216860],[37055,221592],[36294,217817],[34415,253813],[37853,253645],[35943,14304],[34506,15848],[34866,19853],[30313,258271],[30789,261057],[37270,259796],[35943,355667],[37066,358235],[35834,353583],[35255,352163],[36431,352972],[36788,354314],[31699,349367],[32523,349166],[31051,348236],[30097,350036],[31055,350972],[32364,351136],[31283,354727],[31826,356257],[29684,356892],[30067,358381],[34829,356934],[33832,349347],[32674,357909],[38320,362651],[38393,366749],[36973,366467],[37246,364840],[37998,369496],[38114,371192],[37385,358801],[37576,359950],[30621,363481],[30640,360113],[31224,364421],[29537,363773],[30169,365762],[29606,367821],[29594,367253],[31942,369380],[33363,370533],[31513,369832],[32761,370951],[30837,370015],[35317,369038],[35065,368193],[31343,362661],[34402,361598],[33927,358637],[33447,362910],[32885,361125],[31957,365090],[33881,366446],[33707,366723],[36787,361021],[31964,374513],[31884,373770],[32476,372144],[34154,378121],[34708,377967],[35458,378445],[36189,381075],[36327,379379],[36076,382784],[34105,379701],[37663,379980],[35394,371714],[36868,373429],[34608,376866],[32464,372866],[33143,373213],[36901,378267],[37623,371718],[31321,511895],[28500,519099],[28525,514551],[27625,515024],[25827,514668],[30683,517220],[29741,519089],[26035,523217],[26355,522676],[27425,520178],[29824,521529],[31538,516396],[30452,514929],[32203,514972],[32757,517884],[31579,517691],[34517,515363],[29353,523021],[29376,524105],[29438,518532],[31077,512801],[29683,512541],[26717,524739],[28609,525965],[27760,527140],[26032,526937],[27448,527642],[29656,526507],[28725,527530],[395806,663541],[394114,671046],[394452,669030],[392056,678498],[394144,668401],[391547,675161],[389305,673256],[393244,673452],[388801,673471],[394538,679046],[393301,679997],[395959,679663],[403441,660883],[403688,659707],[398435,665214],[398885,661268],[399201,662206],[408326,661476],[403172,663513],[400467,660153],[400641,659538],[409401,665508],[406088,659573],[408127,655742],[405336,656342],[399411,659987],[408788,655510],[397659,662180],[401728,665230],[408286,673339],[404251,677444],[409436,666246],[409338,670857],[409081,666724],[406844,666702],[406492,667231],[400641,675231],[405992,671815],[407360,667714],[400111,679893],[400808,679585],[407545,679141],[409830,657682],[409712,661726],[410297,661566],[410159,666167],[411021,669687],[411356,672166],[410811,671991],[410738,669689],[454401,-70205],[457417,-68692],[49188,140641],[47961,130974],[39478,147755],[41107,145023],[39347,148769],[46204,203417],[42455,203740],[45839,204252],[48469,207718],[43520,213466],[42645,210893],[48440,212148],[46494,212780],[46263,211986],[43953,212783],[40778,209313],[39619,207301],[41659,214132],[48955,205101],[38421,209819],[41542,218048],[39458,220521],[49596,24445],[41737,18640],[41425,22137],[40844,257463],[38840,356469],[38499,357559],[39342,364393],[46825,370452],[47052,369994],[49073,368442],[49523,367333],[48949,365249],[46566,364505],[45278,365195],[46953,364757],[46357,366087],[47036,368170],[42380,370214],[45484,367161],[44714,367012],[44038,371286],[40439,370682],[40676,366406],[39396,367035],[40353,368925],[38755,382900],[41616,383163],[42146,382704],[41018,380719],[39187,381343],[44823,382162],[38861,373428],[43245,382450],[46096,377057],[46596,376642],[41066,376881],[41879,378210],[42770,378423],[38808,375036],[40218,379134],[45764,379130],[46357,371827],[46779,372878],[47541,371667],[43016,372894],[44304,374932],[43617,374091],[43267,375830],[42884,380390],[526921,-121941],[60706,133714],[59903,132892],[55257,31452],[59618,409710],[61726,404593],[60960,404957],[62209,409683],[62435,402705],[60873,402468],[60081,402935],[62619,401555],[59723,405175],[59466,407572],[61000,406038],[56443,404914],[57859,405275],[61789,408709],[63656,401683],[60072,410344],[58161,413382],[58813,412762],[59748,413230],[59804,411343],[60067,416927],[60454,414875],[62858,411675],[61599,616553],[59785,622749],[63894,619736],[63698,621221],[58527,616404],[59324,620433],[58288,617592],[63134,621696],[62898,618461],[57789,621201],[62911,615357],[74051,163123],[74111,159015],[73400,159598],[73246,163150],[74009,165105],[76311,162207],[74401,164156],[75040,163291],[73715,162158],[74990,159485],[76083,156664],[75958,166793],[76138,319845],[75425,318203],[71457,319972],[74721,318400],[74797,319772],[73325,319315],[72837,322143],[72948,320845],[71660,320698],[69196,321618],[69896,321603],[67670,321053],[65879,322468],[66802,322833],[71564,323676],[68514,324504],[65611,324946],[65963,324454],[67348,326986],[68442,328401],[67269,329918],[67735,331317],[65522,330822],[68479,331916],[71623,332127],[69774,332216],[70905,332370],[71257,329675],[70398,328137],[70599,326425],[74427,327150],[75129,329217],[75048,329554],[73924,330329],[76788,323565],[74667,325237],[72228,335727],[73657,334666],[74481,333193],[66545,333492],[67286,333608],[69169,333742],[72917,334039],[75362,333994],[76113,333310],[75401,335116],[65181,407144],[67384,402020],[65116,400760],[65217,401362],[69927,409710],[72113,399321],[73209,400472],[73314,398344],[68732,401148],[69575,403127],[72222,402930],[72676,403079],[72555,401979],[71004,401869],[69909,401903],[67906,400475],[69939,399103],[71478,398687],[70440,399480],[69503,401720],[65561,402822],[66674,402611],[65040,405322],[64881,403696],[65919,403987],[64034,406256],[64132,408573],[73363,409466],[73822,409681],[74046,401228],[76217,400116],[68151,404730],[69770,405064],[73254,406062],[73225,407657],[68198,406596],[67234,415613],[71719,412898],[66529,416415],[74656,413475],[65618,416344],[64584,413680],[64691,416694],[65162,411656],[64678,410721],[68708,411752],[72120,413391],[68870,414320],[69944,418998],[69543,417770],[76138,413944],[74111,411892],[72456,412363],[74233,410626],[65893,412697],[66314,413785],[74300,415351],[67210,418933],[65750,613522],[75265,615695],[74058,624421],[75716,615292],[75933,617891],[76643,623469],[75913,618120],[66827,617708],[73828,620155],[76352,621696],[68403,615033],[68443,617977],[66339,620604],[72618,629781],[76479,630092],[74686,632820],[69556,665390],[70196,665574],[76342,662758],[72637,662556],[73717,668063],[72495,669351],[76091,669207],[68510,668439],[69280,666041],[69422,668841],[67431,65984],[76967,166125],[83632,164958],[83939,162889],[78033,158136],[79354,160848],[81076,155622],[79228,154846],[84934,156193],[83474,157373],[88939,162156],[86816,158968],[84020,158971],[88052,161225],[88197,160869],[83227,158517],[81645,157023],[81226,159921],[82435,159069],[83405,163719],[85235,161631],[81929,167752],[78374,170236],[80814,169324],[77566,167443],[83929,167713],[87270,168905],[86853,169524],[78788,168878],[77646,241169],[81387,238692],[83060,240029],[81180,242948],[83399,243340],[78187,236050],[78190,239059],[77594,234915],[81449,241237],[85021,241885],[79698,239049],[81057,240815],[76842,238329],[84775,244027],[81311,244981],[87540,244980],[84848,276936],[81186,276135],[83081,277873],[79194,319859],[76853,319754],[80024,332754],[79557,332899],[79325,331459],[79471,330927],[79183,327898],[80304,327218],[80648,327804],[80642,323696],[81582,324201],[77021,326324],[80167,320773],[78502,322516],[77046,320796],[79013,320364],[78254,330439],[77229,328885],[77769,325070],[79576,325319],[79210,324085],[80670,328358],[81137,329677],[76928,332855],[77350,335962],[79210,335178],[77912,333819],[77179,336563],[78564,402582],[81188,401091],[78263,403821],[82327,398737],[79925,408893],[80814,400188],[77003,398020],[78548,398690],[80256,398514],[79672,398256],[77382,408122],[80343,408884],[82533,408264],[81897,406108],[82591,406231],[83054,405871],[83462,404538],[83094,405212],[81093,404737],[79532,406205],[82361,401063],[81770,401155],[77335,400882],[81939,403738],[78628,412805],[78120,413060],[77105,413583],[79526,414244],[81796,411876],[78977,411473],[80190,410253],[79479,606775],[82566,612684],[80469,613529],[81666,606826],[87059,611005],[83114,608361],[79105,608283],[81714,611265],[85731,612594],[82714,611027],[78045,611430],[78583,613112],[79967,625122],[87026,618112],[82815,619403],[81688,622902],[77184,627006],[78205,617570],[78732,624681],[77172,623880],[81981,618229],[78938,619729],[80082,615587],[77229,624436],[77215,619637],[86746,624646],[84670,622977],[84192,617293],[80945,614719],[77290,614803],[76834,620524],[77253,623390],[80664,631938],[82388,628250],[77850,633557],[80316,665333],[76978,661855],[79023,668033],[85365,67593],[88300,74707],[86480,113802],[88109,112305],[85848,120128],[100280,-43036],[101570,-54445],[101620,-57344],[93537,164834],[94324,169603],[94087,166696],[96455,170519],[90128,171470],[95754,168894],[94811,167478],[89981,225890],[95133,220994],[91434,224578],[94042,218355],[98158,221346],[97625,228579],[94888,227976],[96445,229065],[96985,217895],[90841,613299],[90185,616595],[90815,69374],[93953,95479],[91519,100938],[97084,101178],[100283,95625],[91928,106778],[96408,109064],[93039,113814],[89715,117027],[95286,118011],[1055165,157462],[1058043,158097],[1063542,162727],[1063002,209268],[107802,-42257],[102522,-43128],[105630,-42819],[104623,-42196],[104115,-52809],[102720,-51785],[102741,-59795],[108764,287339],[104007,62503],[104788,60379],[110132,58306],[108853,62000],[110084,58519],[103934,61161],[102680,58791],[125849,191332],[123232,193648],[122800,195807],[127475,200683],[120674,196557],[124285,198916],[126644,194740],[124675,199321],[121266,292629],[122484,290577],[117122,293604],[120187,295409],[123703,303507],[123047,297732],[122827,330159],[121768,333242],[124001,341677],[123474,340437],[125478,45872],[123700,50236],[120647,51479],[119186,60052],[125795,56080],[117402,62592],[116925,73581],[123308,75441],[119200,72433],[125776,79139],[118408,98706],[122002,93702],[119558,96668],[123882,96679],[124357,98057],[121461,97466],[117555,103672],[125994,116818],[126854,116269],[125293,119332],[125933,120629],[-1275304,1528025],[-1271501,1527334],[-1269227,1531842],[-1277206,1530545],[-1277613,1531239],[-1278025,1532721],[-1276733,1530445],[-1278283,1530920],[-1269651,1534396],[-1277871,1533458],[-1268097,1541131],[-1274276,1537169],[-1275808,1712742],[-1276537,1712492],[-1276738,1713404],[-1273353,1714079],[-1272423,1714995],[-1278152,1714915],[-1274716,1714901],[-1274341,1710601],[-1268487,1715108],[-1270436,1713581],[-1269417,1711597],[-1267504,1721656],[-1268191,1723599],[-1277583,1723135],[-1275527,1723402],[-1274923,1724150],[-1274795,1715515],[-1270005,1716657],[-1272837,1734520],[-1277302,1733027],[-1271020,1732599],[-1279814,1256887],[-1277893,1262041],[-1288139,1484714],[-1289953,1485668],[-1284351,1523334],[-1283327,1523354],[-1281197,1526032],[-1282942,1525266],[-1281761,1526401],[-1289156,1539406],[-1286532,1699472],[-1280861,1700523],[-1283647,1700986],[-1291160,1699742],[-1290945,1700339],[-1292442,1713528],[-1283990,1713819],[-1290634,1709711],[-1286346,1714908],[-1288537,1710911],[-1290522,1710346],[-1291034,1715137],[-1286447,1727108],[-1282069,1717328],[-1281564,1720252],[-1281124,1720389],[-1283559,1227933],[-1287152,1231380],[-1285042,1253000],[-1286853,1253402],[-1285180,1243459],[-1283160,1258531],[-1282820,1261161],[-1286683,1255688],[-1281246,1254707],[-1298638,1492379],[-1299721,1496230],[-1294262,1491975],[-1302276,1500607],[-1302776,1499985],[-1295328,1700700],[-1301153,1700959],[-1304635,1702233],[-1302829,1705975],[-1294133,1714407],[-1300821,1713503],[-1297864,1712236],[-1302483,1716474],[-1298349,1716343],[-1292831,1717179],[-1297422,1721504],[-1296863,1718203],[-1296777,1718833],[-1293587,1722118],[-1294269,1725625],[-1293069,1725248],[-1310118,1330889],[-1318140,1336660],[-1312083,1333692],[-1310836,1336708],[-1314464,1338827],[-1315363,1507923],[-1315524,1506715],[-1307348,1702178],[-1328827,1340986],[-1322757,1335638],[-1324070,1354659],[-1329438,1349829],[-1330124,1478935],[-1329560,1493239],[-1319520,1504869],[-1343769,1433738],[-1341655,1436578],[-1341764,1436492],[-1342433,1447405],[-1342166,1447913],[-1339317,1452681],[-1342034,1452543],[-1342425,1448626],[-1340577,1448144],[-1341626,1462144],[-1341533,1469831],[-1340251,1472368],[-1340972,1236313],[-1331998,1251168],[-1334332,1249787],[-1334462,1251570],[-1337100,1248401],[-1335912,1258060],[-1334039,1272664],[-1337497,1275157],[-1336788,1268586],[-1351048,1285489],[-1344634,1300958],[-1350253,1304813],[-1350067,1292850],[-1355188,1293915],[-1352853,1306761],[-1352039,1306654],[-1350077,1414960],[-1351503,1414476],[-1354889,1419326],[-1345879,1432043],[-1344956,1469632],[-1345531,1466884],[-1344674,1468491],[-1355808,1228941],[-1346543,1228175],[-1349112,1225583],[-1344569,1235479],[-1351842,1232307],[-1344713,1248928],[-1352362,1247094],[-1356113,1243921],[-1346016,1254961],[-1355644,1276728],[-1353271,1267717],[-1357063,1285866],[-1366582,1290221],[-1366506,1304014],[-1363430,1301863],[-1358692,1305062],[-1363188,1381843],[-1365320,1378868],[-1369489,1376335],[-1359303,1390592],[-1363890,1392085],[-1364821,1385302],[-1364875,1382770],[-1359092,1417574],[-1368110,1131251],[-1363315,1224917],[-1359905,1222248],[-1366539,1222192],[-1358462,1227327],[-1366767,1225046],[-1369098,1238515],[-1359219,1247288],[-1366453,1247322],[-1365067,1278563],[-1366780,1278562],[-1357855,1279182],[-1371814,1285517],[-1370085,1285468],[-1378240,1292554],[-1370825,1301101],[-1374432,1365916],[-1372029,1368275],[-1369656,1367141],[-1373729,1368801],[-1377136,1373276],[-1377366,1371754],[-1370189,1374240],[-1369797,1370593],[-1371267,1377051],[-1371838,1375285],[-1373600,1375900],[-1375497,1382413],[-1378893,1380688],[-1377969,1381970],[-1370126,1376582],[-1380374,1383296],[-1381773,1392180],[-1381215,1389906],[-1370438,1399002],[-1375662,1399812],[-1381810,1410246],[-1373522,1129265],[-1371463,1128087],[-1373494,1131989],[-1371119,1133742],[-1376416,1150195],[-1370029,1226691],[-1373514,1223231],[-1376071,1243595],[-1379981,1247378],[-1379272,1264386],[-1374194,1268428],[-1375495,1268876],[-1370844,1279141],[-1388025,1283287],[-1386501,1282976],[-1390622,1285443],[-1384645,1375583],[-1383726,1373327],[-1392829,1382158],[-1389580,1379049],[-1385294,1392225],[-1382939,1393934],[-1382862,1396088],[-1394934,1132117],[-1392766,1132878],[-1383713,1235934],[-1383836,1256890],[-1391187,1262831],[-1395061,1266271],[-1387292,1273262],[-1393646,1274978],[-1394027,1275113],[-122182,-538999],[-121308,-539979],[-123766,-543558],[-122373,-543532],[-120477,-539646],[-123519,-541290],[-116347,-543967],[-116545,-546598],[-118154,-549690],[-116609,-548634],[-118590,-547414],[-121114,-547876],[-115492,-561849],[-118498,-569591],[-120781,-575697],[-126169,-566985],[-120195,-586529],[-124261,-585300],[-116523,-577136],[-121785,-576808],[-116426,-582504],[-121566,-591620],[-121437,-590741],[-126912,-594216],[-119788,-590094],[-127183,-593333],[-115360,-590773],[-115917,-600109],[-119650,-604266],[-116696,-605370],[-116713,-606013],[-119402,-611335],[-116299,-608436],[-117028,-610314],[-117655,-608249],[-120479,-607669],[-122962,-611265],[-120842,-606830],[-120626,-610064],[-119456,-611059],[-116158,-603046],[-125039,-616973],[-125693,-616495],[-123876,-614902],[-122121,162058],[-121900,160573],[-117009,167874],[-127826,235063],[-123307,241706],[-126790,236308],[-126141,238274],[-126813,232670],[-126775,239803],[-125867,243219],[-126643,237079],[-127719,235897],[-124636,241003],[-126546,234859],[-124660,242620],[-127076,243952],[-127547,243590],[-116588,291499],[-117882,291771],[-122988,293411],[-116339,291962],[-121297,292361],[-125907,293939],[-121094,303223],[-115823,300362],[-116200,296782],[-124352,296446],[-118063,294964],[-121057,298027],[-122918,301107],[-127674,301007],[-121526,301828],[-120799,306874],[-117326,305283],[-115679,305911],[-116840,304653],[-117989,297912],[-118824,299088],[-127108,295770],[-127446,297281],[-127952,299021],[-121708,314120],[-120241,309827],[-125017,313851],[-121566,310492],[-120676,315193],[-125889,312357],[-125908,316232],[-126273,309311],[-123043,315047],[-122306,317096],[-125166,317544],[-126755,314450],[-127336,311750],[-127902,308615],[-120261,310993],[-119537,310604],[-118624,428132],[-115899,432862],[-126937,435237],[-118039,439063],[-1405308,1280778],[-1403274,1282492],[-1400061,1284443],[-1398864,1286200],[-1395675,1287835],[-1396932,1251238],[-1403715,1260790],[-1398848,1255341],[-1399213,1258968],[-1404234,1265936],[-1404408,1273757],[-1405121,1275899],[-1402831,1268897],[-1403160,1271846],[-1417640,1407977],[-1420141,1407658],[-1416593,1407448],[-1413253,1407403],[-1413332,1409696],[-1415395,1412315],[-1417832,1409684],[-1415433,1408940],[-1410763,1015395],[-1428189,1390714],[-1428056,1399628],[-1426049,1402180],[-1432602,1400573],[-1431884,1401450],[-1431688,1397973],[-1430564,1400615],[-1427791,1399801],[-1424679,1399801],[-1436938,1399067],[-1436439,1399465],[-1435599,1400495],[-1435637,1402815],[-1443290,1415006],[-1435326,1142715],[-1435061,1145577],[-1458443,1395012],[-1454424,1399465],[-1451635,1395966],[-1454224,1396670],[-1452078,1401005],[-1455200,1403285],[-1448754,1402806],[-1448457,1405293],[-1449508,1407261],[-1452303,1414244],[-1446869,1414391],[-1451928,1176800],[-1455242,1174416],[-1457457,1169286],[-1457828,1187879],[-1452669,1189850],[-1457774,1188154],[-1451306,1178939],[-1453328,1201027],[-1454635,1192405],[-1456064,1194293],[-1456703,1202949],[-1462644,1400194],[-1461668,1399817],[-1470836,1404509],[-1469938,1098368],[-1467240,1097690],[-1469348,1099373],[-1471677,1103547],[-1461547,1188136],[-1460826,1194092],[-1461462,1195224],[-1461485,1201041],[-1461356,1206096],[-1461791,1237168],[-1459817,1240135],[-1460578,1240127],[-1466783,1236606],[-1480634,1394318],[-1480001,1398756],[-1473705,1405834],[-1476313,1405308],[-1478241,1408364],[-1484258,1415237],[-1474851,1098324],[-1479250,1097564],[-1475873,1097825],[-1481798,1108846],[-1478654,1116343],[-1478139,1268308],[-1480917,1272793],[-1481265,1275857],[-1481869,1267430],[-1486208,1281869],[-1490828,1285371],[-1495794,1281690],[-1493749,1286088],[-1493436,1289521],[-1491163,1302260],[-1492744,1394270],[-1487609,1393672],[-1495389,1392803],[-1495006,1390747],[-1494835,1387315],[-1492717,1393507],[-1489366,1389035],[-1489781,1397241],[-1490708,1405181],[-1490679,1412204],[-1489810,1409356],[-1487684,1113596],[-1485305,1106435],[-1488098,1276837],[-1496810,1267822],[-1507062,1283191],[-1508593,1281846],[-1502758,1280439],[-1505713,1286905],[-1506437,1287974],[-1505489,1297229],[-1500991,1295074],[-1508530,1386426],[-1504541,1384715],[-1504337,1387165],[-1507552,1387128],[-1508280,1387594],[-1504075,1392636],[-1504457,1392652],[-1506892,1396251],[-1499501,1265037],[-1498307,1275517],[-1503165,1269484],[-1502059,1275045],[-1511490,1290235],[-1514587,1378858],[-1513074,1386525],[-1514062,1390422],[-1518772,1390520],[-1519568,1385478],[-1519436,1388418],[-1515092,1389086],[-1515608,1390099],[-1515429,1392367],[-1516550,1387213],[-1521001,1387238],[-1516665,1393657],[-1514745,1389702],[-1518724,1390909],[-1520831,1393127],[-1522396,1393100],[-1521119,1397590],[-138234,-274749],[-136525,-273193],[-136774,-35799],[-135714,-36715],[-137816,-536443],[-136071,-543480],[-138100,-544204],[-129232,-547416],[-138137,-552081],[-133362,-582052],[-128726,-588210],[-139633,-580812],[-128008,-592773],[-136066,-49279],[-133609,-50069],[-134763,-49509],[-133982,-50014],[-132280,-46087],[-139318,-696217],[-135850,-691936],[-136316,-692533],[-137502,155890],[-129927,227677],[-128788,227496],[-128986,226006],[-129778,226421],[-130561,231362],[-131041,232210],[-135943,234330],[-132998,242979],[-128866,238194],[-135357,236293],[-134652,233805],[-133202,231669],[-137252,239758],[-136149,235166],[-137174,236594],[-129859,231250],[-133087,234433],[-129346,239506],[-130218,241660],[-132142,233393],[-128572,237048],[-134097,233027],[-132976,238476],[-132790,239870],[-133316,231237],[-128613,245007],[-130484,245703],[-129061,245928],[-134339,295342],[-133052,295707],[-133871,296942],[-133685,297267],[-134724,301067],[-133835,301881],[-134664,296794],[-131174,307142],[-131126,301096],[-134373,297676],[-134372,299344],[-133687,294890],[-132455,302265],[-132575,303348],[-131088,295389],[-129649,297063],[-131325,297548],[-128809,297295],[-132128,306994],[-128141,297866],[-131804,312499],[-133534,311143],[-132670,308659],[-129659,310559],[-130215,310358],[-128967,309110],[-128143,434402],[-1534612,1380776],[-1527002,1384151],[-1527575,1393427],[-1524035,1389889],[-1527647,1394587],[-1525109,1383807],[-1524518,1391281],[-1526372,1387714],[-1524830,1384573],[-1525320,1388758],[-1524054,1387295],[-1524901,1389811],[-1524384,1399054],[-1525474,1398998],[-1526029,1397502],[-1524801,1396899],[-1528789,1396198],[-1528211,1396342],[-1523513,1396170],[-1531902,1106478],[-1533770,1113350],[-1533738,1108086],[-1547496,1373808],[-1538506,1106006],[-1548208,1111986],[-1543522,1108831],[-1542942,1105183],[-1556223,1374803],[-1552260,1374306],[-1551492,1373351],[-1550678,1378822],[-1550113,1107636],[-1553898,1106169],[-1549690,1113996],[-1565903,1323305],[-1570843,1324316],[-1571215,1338568],[-1569229,1106634],[-1569946,1106448],[-1573000,1107679],[-1580354,1328051],[-1577083,1324260],[-1576064,1327338],[-1582600,1337922],[-1580110,1333988],[-1581839,1339045],[-1574651,1343145],[-1579591,1345536],[-1576906,1345593],[-1575174,1106087],[-1581642,1109596],[-1586858,1121307],[-1590314,1101528],[-1592364,1105028],[-1596864,1106730],[-1598337,1107050],[-1599673,1109477],[-1592367,1107914],[-1592312,1107373],[-1598351,1114493],[-1593853,1117837],[-1597792,1116456],[-1590145,1119686],[-1607062,1113689],[-1610912,1111474],[-1607074,1110352],[-1604585,1110379],[-1611656,1121715],[-1609554,1121008],[-1600584,1125098],[-1606986,1122981],[-1604699,1125499],[-1614062,1111734],[-1623497,1133139],[-1624260,1143881],[-1621983,1148663],[-1622109,1141077],[-1619713,1140688],[-1626694,1129370],[-1631207,1143146],[-1630112,1141310],[-1632535,1154642],[-1633016,1159306],[-1631695,1157615],[-1650158,1138685],[-1643655,1136530],[-1638929,1139258],[-1643337,1149834],[-1649810,1144711],[-1650723,1144468],[-1642151,1144752],[-1647608,1148818],[-1643810,1147246],[-1649660,1152218],[-1650145,1159746],[-1648423,1157011],[-1648509,1155154],[-1642077,1156776],[-1638881,1153499],[-1644635,1154355],[-1641237,1161083],[-1639161,1157631],[-151668,-259603],[-151156,-259538],[-147954,-260916],[-146160,-261681],[-145969,-262246],[-145601,-265868],[-142262,-266677],[-141716,-267889],[-144812,-267155],[-143579,-273426],[-152049,-549079],[-150265,-550172],[-151037,-544322],[-142652,-549195],[-148471,-548403],[-146414,-548487],[-148546,-550352],[-151291,-558448],[-152415,-553459],[-141384,-563286],[-144352,-566687],[-147597,-567196],[-142365,-576085],[-141758,-578024],[-149564,-578811],[-147591,-581862],[-146277,-579035],[-141709,-38782],[-146260,-639256],[-146204,-641347],[-141556,-645407],[-141495,-687630],[-140891,-693695],[-141803,-691523],[-146447,314146],[-146040,313907],[-147091,315105],[-147753,313348],[-150087,312923],[-152450,313772],[-151761,315962],[-153007,315863],[-149755,313950],[-147830,319966],[-150705,317550],[-150169,317430],[-148870,316444],[-147763,316593],[-146967,318860],[-147484,314606],[-145394,318237],[-153619,117189],[-1659611,1137715],[-1658721,1136231],[-1659612,1141647],[-1660501,1142357],[-1657389,1143998],[-1654687,1144949],[-1658564,1151074],[-1661910,1150083],[-1657329,1158069],[-1659160,1158600],[-1651254,1161519],[-1674328,1144101],[-1672462,1148395],[-1671649,1149575],[-1670172,1144633],[-1666833,1147152],[-1682676,1138202],[-1688669,1137620],[-1685280,1136504],[-1688530,1142386],[-1689101,1143496],[-1686823,1144928],[-1688234,1145792],[-1689286,1143306],[-1677139,1144219],[-1677809,1146076],[-1676998,1145851],[-1679773,1143625],[-1678996,1143931],[-1699608,1114208],[-1697355,1117000],[-1693591,1116776],[-1691658,1121696],[-1690676,1121287],[-1695676,1118392],[-1695146,1125424],[-1694293,1125193],[-1690324,1123539],[-1690736,1124838],[-1694129,1125028],[-1692719,1126215],[-1702120,1127919],[-1700926,1128038],[-1696290,1136309],[-1697258,1136819],[-1701770,1136657],[-1692652,1133449],[-1692565,1136002],[-1694897,1136346],[-1698939,1138521],[-1698395,1139254],[-1696721,1140582],[-1702113,1141369],[-1700575,1143852],[-1698495,1146335],[-1698925,1148941],[-1690287,1142320],[-1712542,1103291],[-1712978,1103288],[-1710773,1101894],[-1708792,1101843],[-1706851,1104337],[-1708707,1105076],[-1709223,1107850],[-1707360,1107444],[-1711348,1107353],[-1712563,1104644],[-1714394,1107279],[-1709691,1109900],[-1707992,1108625],[-1711779,1118153],[-1704729,1119113],[-1705086,1117849],[-1704314,1121914],[-1703989,1122464],[-1713050,1121448],[-1703842,1125675],[-1707553,1126546],[-1707661,1121850],[-1711876,1124321],[-1711063,1124295],[-1714861,1115205],[-1709201,1120467],[-1710347,1119960],[-1714488,1117133],[-1711997,1115509],[-1705550,1128601],[-1706041,1127994],[-1706051,1138126],[-1703519,1137582],[-1705393,1143740],[-1704231,1144325],[-1707885,1139639],[-1703879,1144256],[-1708708,1139465],[-163661,-254472],[-162486,-255009],[-161526,-258120],[-160100,-257119],[-163726,-256958],[-153943,-260350],[-165535,-571842],[-161399,-572224],[-159188,-565230],[-162803,-567742],[-153043,-560634],[-164796,-575919],[-156428,-582993],[-160287,205281],[-159563,208710],[-160955,208712],[-163418,51090],[-164228,50011],[-155138,46086],[-163615,54895],[-162865,54617],[-161807,52278],[-163014,51795],[-157945,57100],[-155976,119019],[-155129,118650],[-155340,119007],[-154623,117679],[-178413,-230077],[-178702,-233134],[-179162,-231652],[-174738,-239499],[-176357,-239199],[-174734,-238546],[-177441,-238055],[-172940,-239706],[-176374,-240896],[-174621,-241718],[-170790,-241542],[-167981,-254045],[-168571,-254429],[-166603,-255716],[-169944,-251418],[-168978,-251393],[-166489,-251255],[-169132,-248257],[-171811,-248047],[-172234,-245057],[-170365,-243421],[-174080,-243141],[-171981,-248990],[-173869,-266763],[-166890,-256766],[-169657,-258233],[-168416,-261367],[-170865,-566697],[-177971,-578916],[-166728,-43659],[-172661,-39409],[-172509,-43951],[-171230,-112636],[-176054,246283],[-175993,250012],[-177701,254726],[-175561,246474],[-177984,245475],[-174498,290674],[-173855,291904],[-176651,301410],[-177832,297302],[-170120,75911],[-171290,81717],[-171419,88605],[-169874,85081],[-171309,85807],[-172157,86125],[-177399,107919],[-176771,108428],[-177911,107636],[-186524,-156247],[-185326,-228240],[-190933,-229441],[-184357,-233570],[-186864,-232382],[-186894,-232609],[-182890,-234589],[-182420,-238025],[-189241,-230329],[-183700,-234111],[-189855,-251411],[-180987,-460093],[-180172,-456646],[-181268,-455276],[-179549,-39910],[-183728,-52040],[-188616,-57981],[-186686,-56469],[-180805,-54143],[-190511,243251],[-191268,237813],[-190806,239773],[-185673,241102],[-188286,238438],[-179295,243165],[-186443,238888],[-186429,240358],[-183948,247851],[-186513,249416],[-188927,244778],[-185777,245547],[-185018,250964],[-180785,248049],[-180081,245108],[-183217,246686],[-185191,251876],[-179496,252429],[-181008,254488],[-181255,252500],[-179263,255729],[-181210,253994],[-191280,244653],[-183020,249782],[-185832,249550],[-184292,244954],[-181492,243616],[-180699,246098],[-181935,257449],[-180142,294400],[-182008,292920],[-188569,291012],[-186678,291994],[-182963,289142],[-182090,288905],[-179574,288149],[-179213,289623],[-189161,298702],[-189959,297832],[-185124,301267],[-185130,303030],[-180632,299035],[-184442,299149],[-181631,304970],[-182831,303182],[-190220,300488],[-186655,301073],[-183873,302760],[-182275,297592],[-180093,297814],[-181244,295321],[-184718,297596],[-189748,301804],[-184285,296294],[-181639,302692],[-190548,28514],[-187190,36362],[-186475,37007],[-186713,31602],[-187667,30736],[-188884,28413],[-187735,29186],[-190280,32904],[-184699,38586],[-189712,39084],[-184234,48941],[-184084,47760],[-183817,50398],[-185406,49406],[-185678,51124],[-185939,44783],[-185851,47801],[-187291,49017],[-187907,45844],[-187244,45614],[-188757,42158],[-186143,48754],[-186234,38879],[-186912,40951],[-187265,39421],[-186110,53921],[-185043,52365],[-184294,53049],[-187223,55292],[-189411,57745],[-188660,57237],[-188369,56500],[-188192,57198],[-188269,58502],[-183421,54888],[-191140,62317],[-190303,73646],[-187909,68124],[-191181,64846],[-181295,105655],[-185719,123560],[-191370,125332],[-195601,-226706],[-200920,-225260],[-201385,-224778],[-199278,-225510],[-204359,-221843],[-203824,-225348],[-196107,-224044],[-200463,-222301],[-198167,-223134],[-200234,-238893],[-197750,-251688],[-196545,-249004],[-195604,-251555],[-195475,-257316],[-192872,-258195],[-195014,-654402],[-197288,-57991],[-196338,-58819],[-201299,-53521],[-203581,-53133],[-204211,-56151],[-203592,16899],[-203414,58896],[-202784,57689],[-203928,74337],[-199069,80041],[-201239,80157],[-200348,80644],[-197865,80095],[-204074,83136],[-198833,120235],[-199995,117634],[-202767,124360],[-204719,122277],[-199109,118707],[-199235,121843],[-204318,125225],[-204963,127196],[-203727,124329],[-204447,123843],[-199429,123199],[-199122,126329],[-192418,121398],[-194354,120468],[-195513,121387],[-195023,120759],[-197221,119383],[-198689,122375],[-199590,123880],[-198358,125429],[-197287,124860],[-197886,123877],[-198050,124695],[-196758,120771],[-199431,128006],[-198959,127058],[-214558,-156490],[-217139,-154586],[-214477,-226260],[-216355,-226523],[-204886,-224717],[-205706,-225375],[-210178,-226348],[-215746,-225922],[-210548,-227515],[-205900,-251293],[-208204,-248097],[-206215,-55817],[-212942,-54813],[-216892,-73736],[-210166,140533],[-209557,141802],[-216582,227997],[-215572,229394],[-214353,228639],[-212644,227189],[-215030,227508],[-212906,242901],[-208119,242824],[-211715,238670],[-209071,241645],[-213136,236725],[-210289,235008],[-210210,239247],[-207563,241954],[-208285,239379],[-209696,235679],[-208549,230742],[-215343,235841],[-216441,236417],[-214900,238858],[-216364,238542],[-214383,240026],[-213454,240123],[-206325,239783],[-216930,243399],[-209449,244410],[-211265,245746],[-211619,244389],[-211517,244007],[-206508,244625],[-206776,245848],[-207751,246298],[-216389,244825],[-215269,245310],[-206765,46182],[-214354,74793],[-207895,64905],[-211077,75757],[-215511,74671],[-212662,88561],[-209948,86978],[-212005,85020],[-207348,82491],[-210196,78455],[-207566,78211],[-206774,77159],[-216956,79157],[-216542,77903],[-211798,91028],[-216328,98156],[-216406,96800],[-216561,94643],[-216113,90427],[-215868,90462],[-211591,112930],[-214416,114500],[-217089,103469],[-216661,115458],[-230061,-203224],[-229370,-209444],[-229232,-212866],[-226635,-212796],[-221048,-225771],[-223196,-223873],[-220809,-225433],[-221915,-225113],[-222009,-224364],[-223155,-224797],[-218793,-227194],[-228450,-220121],[-226521,-221299],[-221968,-221315],[-227187,-222253],[-219354,-227353],[-224347,-57941],[-218973,-64931],[-227970,-68176],[-224589,-87613],[-225305,-88260],[-222751,-80728],[-227536,-86067],[-225739,-86515],[-222807,-88534],[-229593,-90371],[-217648,229612],[-223299,228484],[-220470,228253],[-219451,228673],[-217681,227919],[-224296,230379],[-218570,233859],[-221816,230831],[-218567,234047],[-219021,236068],[-222349,233386],[-217612,235982],[-228202,266689],[-225186,267320],[-226427,267211],[-227278,263767],[-222598,266132],[-224069,265781],[-227723,268498],[-225045,268230],[-222600,268517],[-228909,273148],[-227849,269418],[-225884,272279],[-227324,271795],[-226766,273193],[-224408,270034],[-224472,269611],[-223604,335805],[-228123,334715],[-227766,352618],[-228803,367178],[-230333,587062],[-225647,590260],[-228812,592258],[-219702,60595],[-224416,74850],[-223628,75251],[-225236,73526],[-217935,76615],[-221007,87314],[-221734,86892],[-221097,86362],[-224462,79681],[-224206,77429],[-225365,77482],[-226464,88435],[-225663,88276],[-226662,87574],[-225851,87732],[-228095,97415],[-224756,98732],[-223504,101435],[-221874,91736],[-221169,92138],[-222128,96408],[-223290,96660],[-223039,97029],[-220334,96074],[-219878,96294],[-220179,101726],[-222309,101276],[-222349,100211],[-222081,98675],[-228146,95850],[-224449,97510],[-217753,94296],[-230342,91209],[-227763,95043],[-224812,91964],[-224192,92274],[-222298,104784],[-221297,104490],[-217745,103493],[-217873,104429],[-223936,105976],[-223791,106835],[-223314,107035],[-219644,104442],[-218958,103820],[-218588,104305],[-220441,104513],[-219425,101810],[-235245,-202181],[-242510,-199400],[-230538,-208354],[-230912,-93674],[-234236,-91709],[-231201,-89554],[-241808,205330],[-242396,210291],[-242108,208042],[-242925,211660],[-242407,210236],[-241968,207957],[-242021,205066],[-236009,257100],[-233678,266463],[-231541,265621],[-238509,265470],[-236694,263641],[-236098,267783],[-239537,267324],[-242589,267397],[-242329,267257],[-236254,259651],[-237593,258801],[-237335,256462],[-241276,257975],[-241461,258953],[-242264,261830],[-242892,262180],[-239423,260947],[-239783,262499],[-240287,263490],[-239012,264147],[-243049,264370],[-232924,259545],[-233912,260570],[-230723,264669],[-230895,265288],[-233314,262775],[-234129,278688],[-232320,278380],[-236174,269919],[-236137,269777],[-241704,271184],[-242001,269876],[-241380,275065],[-242469,274994],[-242577,272488],[-241176,279370],[-242577,280977],[-238438,279910],[-236375,278629],[-240405,276671],[-239096,276173],[-237475,274194],[-236499,273525],[-232003,272154],[-233030,273498],[-231283,270532],[-232075,280289],[-237000,322957],[-230734,327013],[-231003,328745],[-238385,325294],[-241634,326830],[-240482,328846],[-234911,345300],[-236726,341072],[-241619,342072],[-237233,345618],[-242749,335003],[-234973,333205],[-237160,354089],[-239730,356970],[-231792,349282],[-237239,350876],[-233229,364969],[-234152,580429],[-240069,588658],[-236368,584731],[-235657,595088],[-235684,596822],[-235519,590216],[-238919,595214],[-237611,590883],[-239311,593809],[-232391,86347],[-242435,88691],[-232508,96421],[-240954,95016],[-237256,89927],[-234135,104585],[-233596,106970],[-232434,114865],[-234837,119962],[-232362,115539],[-241326,122668],[-12595,133832],[-9447,133038],[-764,297586],[-346,300244],[-703,301814],[-2800,607289],[-3735,612757],[-1929,606149],[-2316,608178],[-5226,609287],[-1729,606461],[-1531,608495],[-1039,603347],[-1733,617412],[-7286,122325],[-7897,123033],[-9207,123290],[-249196,-115224],[-247356,-175310],[-248139,-176165],[-249915,-166718],[-248021,-173306],[-251648,-177550],[-249139,-186466],[-246180,-192361],[-243354,-198415],[-250317,-203544],[-251088,-202476],[-252898,-203346],[-248698,-208498],[-253797,-206481],[-247936,-207447],[-254785,-206550],[-255270,-75636],[-253593,-74467],[-252604,-73848],[-252719,-69592],[-255816,-85160],[-253748,-86681],[-254801,-86459],[-249264,-99421],[-249367,-101659],[-246706,-102917],[-247042,-111390],[-250176,-104581],[-250681,-109272],[-247865,203568],[-247285,202678],[-253402,202542],[-251440,202933],[-254678,207478],[-254170,206882],[-255626,209155],[-254220,207192],[-252478,207785],[-254624,210435],[-252326,213005],[-252074,211509],[-246635,209385],[-249608,214046],[-244614,210488],[-248716,213728],[-243376,212142],[-246055,215046],[-243418,263798],[-243462,272861],[-245272,277669],[-245164,277511],[-243421,277978],[-245028,279739],[-244408,269218],[-244192,269908],[-245057,271203],[-244422,272392],[-243650,274670],[-255878,280641],[-254622,279767],[-254704,281197],[-255464,282192],[-248540,335754],[-245427,344475],[-244546,333012],[-251991,393699],[-255906,389107],[-243896,589724],[-253219,76974],[-251489,76880],[-247149,83591],[-248802,83903],[-245460,85114],[-244308,83073],[-247253,86950],[-246609,85919],[-246174,88367],[-253743,99685],[-255526,96454],[-255850,96120],[-251278,96690],[-251695,95135],[-255129,93460],[-255295,94281],[-255605,94815],[-255628,93537],[-246472,94271],[-246930,95292],[-246056,96084],[-246533,94561],[-247494,95437],[-247028,111793],[-246253,113803],[-243460,102843],[-244162,104407],[-251097,108460],[-249224,106453],[-250035,112658],[-254824,120010],[-252689,123481],[-250826,120445],[-249869,115517],[-250712,116305],[-244800,116149],[-246898,119342],[-243690,116553],[-244728,118780],[-248537,116293],[-256133,-123761],[-257279,-125887],[-262911,-126960],[-266303,-125264],[-264607,-122662],[-258156,-131475],[-267018,-128800],[-261510,-217305],[-262895,-216202],[-267769,-51234],[-257920,-75601],[-256416,-76578],[-258817,-81866],[-260235,-77764],[-260788,-97961],[-261830,-101075],[-262070,-107383],[-263906,-107835],[-267282,-108714],[-266909,-113181],[-268665,-110618],[-265160,140441],[-267166,134343],[-260057,128415],[-256478,206415],[-256021,211861],[-263684,332192],[-268322,328671],[-268583,325039],[-257188,335039],[-260063,338870],[-259146,381309],[-262291,383568],[-267592,382651],[-263440,383961],[-258785,387745],[-261269,391496],[-257814,393738],[-256375,395948],[-268426,396287],[-268469,390062],[-265196,384424],[-267960,404657],[-256645,75654],[-256161,73818],[-258657,69397],[-268716,100694],[-268446,101430],[-265852,102049],[-265710,101334],[-265232,100017],[-266127,100464],[-266106,102451],[-256596,99407],[-256082,98633],[-256480,98208],[-256374,97264],[-256565,95573],[-256210,93475],[-257895,96743],[-257940,95558],[-258590,98705],[-259158,101632],[-264555,92097],[-264427,91234],[-264390,91576],[-265941,92934],[-267055,92759],[-265363,92955],[-263397,92997],[-267760,95456],[-263148,96811],[-262653,99726],[-266712,97473],[-265497,98624],[-263806,99678],[-264387,99706],[-263317,99863],[-263252,99680],[-263301,99781],[-257369,99846],[-268777,102656],[-268430,102936],[-264806,105203],[-264657,103917],[-265269,103506],[-256748,111187],[-265383,107765],[-257175,111598],[-257101,113146],[-264304,103949],[-263746,106249],[-265282,112761],[-265226,117137],[-262830,122855],[-260468,126117],[-260747,127113],[-263659,122182],[-260122,127852],[-271424,-116765],[-269389,-130328],[-274673,-131075],[-280370,-209950],[-270549,-50694],[-275739,-52198],[-274283,-51463],[-274934,-51528],[-276482,-52704],[-273503,-58250],[-276649,-59921],[-275527,-59419],[-278005,-88705],[-280130,-87700],[-270218,-97731],[-271027,-97125],[-271205,-94212],[-269765,-112368],[-272568,-111585],[-277656,-109088],[-273921,-105321],[-275805,133626],[-275383,132270],[-276543,131151],[-276050,130584],[-277856,134139],[-279795,137775],[-279417,139021],[-276501,137524],[-269223,135695],[-271152,328752],[-269904,332631],[-277575,384403],[-273660,385685],[-278918,385945],[-277307,388155],[-278999,396416],[-279620,394015],[-278134,390899],[-281013,393042],[-269231,388276],[-270983,385672],[-276230,405724],[-276331,406124],[-269550,407043],[-280478,403536],[-274900,403144],[-275393,401495],[-281312,408428],[-269693,401203],[-271361,399685],[-271043,403948],[-280615,416511],[-275346,411330],[-277855,50734],[-276168,60924],[-279055,63933],[-275904,65383],[-276818,80215],[-277940,78696],[-277544,79255],[-276600,79164],[-269544,97967],[-270633,97411],[-269838,98307],[-268901,95801],[-271458,100757],[-271105,99835],[-269246,102877],[-274795,108938],[-273339,111337],[-273030,111558],[-279719,115137],[-279694,115185],[-280046,115122],[-275866,108635],[-275616,108995],[-278829,112866],[-281217,115273],[-278976,113277],[-278422,123298],[-278169,123508],[-277297,122517],[-277302,119879],[-277564,119583],[-276473,119935],[-280715,115598],[-289358,-166725],[-289353,-168387],[-290030,-167335],[-289759,-167060],[-289369,-213332],[-285885,-227130],[-286600,-54486],[-286655,-59527],[-284301,-60049],[-289432,-59342],[-293097,-59541],[-292973,310120],[-290384,312463],[-286462,309856],[-293388,382728],[-293563,32120],[-290885,34673],[-292409,395477],[-290977,394021],[-291768,392623],[-293530,392581],[-289605,394877],[-288461,387774],[-283035,387214],[-292865,385576],[-284659,384543],[-289504,385426],[-291072,386631],[-284283,404617],[-289068,407936],[-290252,406005],[-287122,400827],[-281731,412157],[-286255,420699],[-282261,417752],[-290062,417208],[-290964,424125],[-282203,424591],[-285582,423200],[-284200,425230],[-287856,511273],[-292395,511157],[-287864,45208],[-286481,47632],[-291572,50384],[-289518,513842],[-284870,61757],[-291222,52590],[-289899,52524],[-286685,56498],[-287294,54117],[-282865,53664],[-281990,61881],[-285991,62487],[-287518,72825],[-292788,71280],[-288788,71099],[-288630,76164],[-284796,86490],[-284989,84201],[-289406,81024],[-286116,80595],[-292035,78671],[-283894,94918],[-293536,101296],[-292224,99463],[-291897,100208],[-294330,93037],[-293959,91441],[-284188,90805],[-286809,115263],[-284205,107069],[-287411,115602],[-287752,115935],[-289654,125694],[-291535,124869],[-291321,123931],[-304344,-249544],[-300172,-58030],[-305212,-58567],[-304860,-89261],[-303475,-83353],[-296784,304236],[-304687,302801],[-299621,320036],[-300445,315293],[-298605,317856],[-295819,309911],[-305924,318932],[-300773,310553],[-303823,310318],[-296519,308513],[-304312,318191],[-302220,324356],[-302112,322220],[-305418,322286],[-303451,31585],[-296868,30891],[-299780,31795],[-296721,33585],[-299959,37428],[-299584,394290],[-302147,391004],[-301121,390471],[-295274,403782],[-302521,403842],[-296890,403570],[-298681,409408],[-306877,402153],[-303963,411206],[-300847,414802],[-299015,414062],[-299807,425282],[-301371,427680],[-294624,423861],[-295578,424820],[-296896,505519],[-298398,511464],[-304816,504380],[-297918,39874],[-297336,41124],[-298671,39271],[-305893,40006],[-306809,41228],[-306585,47166],[-303894,45785],[-303384,40688],[-302901,45516],[-306754,513298],[-298527,515897],[-305593,525526],[-304588,526318],[-304755,54862],[-305257,56651],[-302473,55810],[-301389,56694],[-302780,56946],[-304896,58787],[-304753,59850],[-306003,60342],[-304865,61288],[-304796,61816],[-303916,63153],[-304099,64176],[-305309,64119],[-301907,62963],[-301673,62092],[-302583,62586],[-302259,63610],[-305528,53514],[-306232,54137],[-300081,59898],[-300801,59678],[-299246,54157],[-299217,53406],[-300981,73316],[-303877,73233],[-305077,74058],[-304362,70772],[-304716,69505],[-306835,73732],[-296248,68107],[-302110,65440],[-302316,64503],[-302268,67891],[-302658,68108],[-303332,67550],[-302945,70550],[-301524,69630],[-301911,69823],[-299234,69998],[-300948,76102],[-300134,78863],[-302904,80833],[-305550,84187],[-303623,77365],[-305832,80394],[-296563,80108],[-297889,83358],[-296144,84260],[-306383,91311],[-303849,96554],[-302377,96156],[-302897,96523],[-300528,95882],[-296317,97696],[-299593,95527],[-300200,90949],[-295470,90368],[-296386,90560],[-303762,111975],[-303698,111203],[-302570,111632],[-300918,110203],[-301160,110750],[-299999,110576],[-298579,108917],[-298683,108761],[-303474,117578],[-302670,116443],[-295244,122659],[-305095,121580],[-305871,119039],[-302230,119735],[-304331,123017],[-319665,-215063],[-316562,-217263],[-316641,-215579],[-315091,-228625],[-317038,-229510],[-319248,-223254],[-316246,-10581],[-317460,-10999],[-317363,-5085],[-318573,-36322],[-317742,-28182],[-312590,-26126],[-317853,-45210],[-316140,-48421],[-319408,-38370],[-319369,-48397],[-311861,-54556],[-313813,-52480],[-309469,-62812],[-315929,-56547],[-316493,-54808],[-317990,-52841],[-308963,-64408],[-312673,3194],[-314385,301165],[-313995,299132],[-307586,299842],[-308907,301249],[-309865,306254],[-309135,303953],[-308232,317725],[-315883,318772],[-315251,320333],[-313591,36325],[-316992,37494],[-317578,36253],[-317589,34753],[-309071,33927],[-307232,38514],[-312570,403105],[-311842,407069],[-310482,401924],[-315300,435685],[-308897,507994],[-308344,504727],[-315381,47284],[-315295,49185],[-316573,49969],[-315678,51268],[-319472,50765],[-313801,42760],[-316784,42056],[-308990,40237],[-309342,41856],[-313238,45417],[-315014,44719],[-308821,44527],[-311955,519423],[-311972,521467],[-315421,519513],[-316081,514732],[-315001,512786],[-309223,517284],[-312091,525124],[-307426,526900],[-307615,56489],[-307826,57277],[-313272,53966],[-310739,55208],[-311427,54575],[-311573,54880],[-311749,55284],[-315948,51969],[-319928,69158],[-306963,84775],[-308009,87216],[-312310,88181],[-312802,82413],[-313827,89481],[-308786,90966],[-312997,89983],[-313083,90524],[-308740,112505],[-312725,112861],[-313412,112258],[-314948,110197],[-314502,109203],[-314847,108478],[-313214,110813],[-308610,111186],[-308942,110213],[-313348,110640],[-320247,-213391],[-332521,-226092],[-331976,-227418],[-326600,-226576],[-326262,-225708],[-327607,-224628],[-328899,-224284],[-326384,-223863],[-322257,-220163],[-327161,-220337],[-324839,-221598],[-326500,-223466],[-325250,-217685],[-325361,-217877],[-331990,-232674],[-320319,-1372],[-324745,-18759],[-323399,-20929],[-322556,-22452],[-323325,-22409],[0,200],[-327960,-16525],[-326196,-24979],[-321905,-26135],[-321804,-28739],[-322307,-29923],[-328906,-36478],[-328864,-37827],[-327566,-29215],[-325662,-29146],[-329710,-26936],[-329385,-31753],[-330682,-35767],[-325446,-48699],[-326520,-42644],[-325355,-45236],[-327025,-39512],[-327724,-39583],[-326742,-40872],[-329660,-63722],[-330228,-61581],[-331298,-58494],[-329768,-59868],[-329516,-57450],[-328262,-55328],[-330281,-66161],[-329118,-75749],[-321777,-75549],[-331655,-70317],[-331385,-68634],[-332209,-67684],[-325781,-98933],[-327214,-98736],[-323917,-97182],[-328292,-97898],[-324687,-98457],[-324168,-98630],[-330890,-95061],[-325272,6112],[-320773,146322],[-321816,145525],[-332212,145962],[-332238,142927],[-328511,164554],[-328028,164189],[-330769,165458],[-330965,178688],[-329342,173587],[-327579,175254],[-324192,173015],[-329402,175153],[-331392,167930],[-326906,175335],[-332459,169914],[-329411,171459],[-324921,169848],[-331918,177064],[-329509,167822],[-325941,174489],[-329339,170464],[-325604,173095],[-327006,168771],[-324465,170492],[-328232,170594],[-323241,178252],[-325355,177760],[-326944,179215],[-328044,180328],[-329435,181541],[-330587,181014],[-330417,298454],[-323920,295320],[-331477,294920],[-328084,299261],[-330564,320064],[-329903,322750],[-328561,327535],[-332032,336642],[-325571,337920],[-325288,31299],[-322304,32575],[-328634,48033],[-330249,46569],[-328810,46276],[-328466,46252],[-329427,46399],[-320758,42986],[-322143,43957],[-327175,40245],[-321974,39941],[-327477,47970],[-325556,50719],[-324190,46203],[-324360,44867],[-328183,42908],[-331945,61873],[-332433,61911],[-323819,61405],[-322725,59477],[-321160,57027],[-323723,54375],[-325024,53667],[-323988,64494],[-329542,72125],[-326021,69318],[-328859,66233],[-328425,70859],[-323316,65309],[-326984,73534],[-329572,89554],[-327702,89748],[-326246,82219],[-327734,86830],[-323861,84572],[-328474,91572],[-327437,91390],[-327702,90110],[-328279,90150],[-332677,93562],[-332552,94092],[-328974,90970],[-329621,91980],[-330140,92681],[-336908,-177093],[-337197,-178299],[-343452,-187906],[-344143,-188900],[-343900,-182439],[-339187,-182610],[-340490,-200832],[-344886,-201717],[-343446,-195723],[-343345,-210614],[-340086,-211319],[-340489,-214708],[-340659,-206606],[-336577,-212910],[-333877,-213180],[-336658,-227773],[-336421,-227678],[-340292,-218226],[-333659,-225027],[-345082,-231089],[-334686,-231507],[-341579,-9626],[-335858,-5309],[-337844,-3072],[-342258,-5286],[-344755,-12021],[-345371,-12468],[-334955,-13598],[-340324,-13316],[-343040,-14001],[-337269,-13796],[-337292,-24266],[-339537,-22639],[-336144,-25371],[-340752,-37259],[-339593,-29153],[-336913,-27430],[-338382,-27223],[-343619,-28434],[-341520,-39524],[-339688,-40810],[-341205,-41441],[-342503,-42704],[-335264,-62107],[-338508,-63038],[-342606,-75830],[-335442,-70199],[-334159,-70022],[-336970,-71387],[-338680,-71249],[-336644,-68385],[-340688,-73675],[-344878,-69602],[-344555,-69907],[-337629,-82118],[-343475,-78098],[-338557,-88123],[-337832,-90551],[-336716,-91837],[-336134,-92582],[-334824,-95578],[-336495,-95701],[-338421,-90378],[-341006,6617],[-339153,6544],[-334176,9479],[-344408,4985],[-340579,7834],[-337391,5117],[-333099,170626],[-338516,174786],[-336327,176449],[-334415,175695],[-337770,172274],[-336064,20139],[-336958,17716],[-340335,19031],[-343911,22748],[-342008,23652],[-338856,24733],[-335273,23921],[-334473,294475],[-342020,289549],[-343001,284262],[-337103,288256],[-336774,293910],[-333956,298131],[-333898,295462],[-342932,299558],[-335997,304562],[-344407,306877],[-339150,306835],[-341368,317562],[-334985,319732],[-337340,321445],[-334337,326951],[-340267,327377],[-340937,327599],[-342776,331663],[-341237,330781],[-336858,343147],[-336625,340984],[-343023,340406],[-336554,336417],[-343786,337605],[-334750,334332],[-333683,31959],[-342921,38344],[-343575,38574],[-344979,33263],[-338435,27819],[-338634,30382],[-342229,30425],[-342341,31735],[-341272,33640],[-342623,33777],[-339825,30882],[-345237,29472],[-334629,37587],[-339311,38595],[-342057,38222],[-344300,27062],[-344134,46620],[-345593,50014],[-344961,47049],[-343152,49626],[-335537,44140],[-342732,41334],[-339131,39987],[-333869,45291],[-336921,43248],[-338855,42875],[-344112,39955],[-344377,42701],[-339877,43938],[-341348,40510],[-343985,41030],[-335537,42614],[-340983,62852],[-336899,60914],[-333728,60186],[-333234,61375],[-335406,60605],[-336936,59790],[-339770,53505],[-339984,52366],[-339907,51702],[-336666,54223],[-340542,54479],[-338985,54613],[-333884,60990],[-337829,62324],[-337951,61607],[-340028,52611],[-344818,54332],[-342683,66043],[-342653,67024],[-341283,64283],[-343039,68766],[-343366,68874],[-343419,68560],[-344400,69845],[-344201,70091],[-341237,75413],[-339991,72135],[-340869,69286],[-340602,67733],[-336939,68246],[-337570,66170],[-337658,70009],[-334744,75252],[-334521,81160],[-334949,81092],[-336012,80074],[-336146,79368],[-335570,80908],[-338044,78168],[-333852,94608],[-336821,97277],[-346382,-170786],[-353497,-167244],[-354194,-168527],[-346624,-222927],[-348752,-224722],[-346051,-227666],[-349203,-226353],[-348040,-230114],[-357499,-10070],[-352764,-5188],[-346793,-13343],[-346330,-12848],[-352967,-13316],[-348659,-22348],[-347601,-23123],[-346752,-22162],[-356320,-27810],[-355450,-28462],[-351750,-33223],[-345705,-27822],[-345649,-26843],[-350528,-30030],[-349104,-26187],[-357589,-36777],[-346229,-46541],[-348459,-47000],[-349429,-45466],[-347854,-44627],[-351637,-46115],[-353338,-45925],[-354620,-47997],[-357829,-48725],[-356447,-39216],[-346409,-69349],[-350485,-74714],[-348776,-72139],[-349867,-72807],[-348726,-76144],[-352756,-69574],[-355476,-68700],[-347336,-74599],[-347709,-72801],[-347455,-80393],[-345851,-78962],[-349528,-81424],[-350551,-79737],[-357688,-76836],[-353830,-77095],[-348328,-83172],[-347625,-81631],[-350206,6052],[-356713,12065],[-352332,715],[-346297,5442],[-347800,8814],[-357605,7019],[-346032,9442],[-352037,11898],[-355537,179343],[-356579,178819],[-357927,179833],[-356458,180542],[-356884,183558],[-354329,185102],[-356688,188283],[-355385,187045],[-353595,186938],[-355336,187447],[-355105,188890],[-354644,182135],[-355013,181310],[-354425,180289],[-358355,191818],[-358099,194856],[-357683,195004],[-358395,198386],[-356748,195237],[-356197,197770],[-357266,197459],[-353940,201587],[-355862,201194],[-354263,201794],[-351380,24250],[-355967,23656],[-348381,21126],[-356219,279704],[-356357,280919],[-355546,284586],[-348525,285281],[-353092,285593],[-352780,290915],[-348431,305591],[-345709,302454],[-346002,308405],[-353626,315060],[-348070,318385],[-358038,328588],[-355162,331308],[-348558,326809],[-345820,339555],[-356384,337050],[-347183,339527],[-354311,340404],[-354392,338079],[-345606,337821],[-356684,333277],[-349712,30977],[-348466,28366],[-346701,26642],[-347832,36403],[-347084,36808],[-346780,34565],[-346863,37373],[-346899,38578],[-349263,32116],[-348188,33491],[-349130,36232],[-349038,34596],[-349140,35626],[-346358,32192],[-346801,32995],[-347507,32844],[-348279,32262],[-346649,27477],[-346122,38221],[-348732,29553],[-348801,30239],[-346691,41874],[-347099,42653],[-346277,45088],[-347421,43946],[-346438,46195],[-346683,38630],[-350512,48037],[-346127,51024],[-348531,49679],[-347774,50360],[-347570,50956],[-348621,50407],[-356724,39335],[-356010,41145],[-355715,40898],[-354078,46557],[-346537,40051],[-346387,51801],[-361142,-12528],[-365565,-2971],[-364390,-21008],[-367766,-22133],[-366685,-21208],[-359038,-12873],[-366025,-27576],[-360591,-39236],[-364467,-40233],[-361136,-49013],[-362234,-46602],[-363027,-49484],[-368340,-44129],[-365834,-50377],[-358915,-47195],[-365850,-42743],[-368586,-42053],[-371043,-50402],[-364335,-51666],[-367765,-51517],[-368917,-55560],[-367194,-57818],[-359535,-53872],[-364026,-55955],[-364543,-61298],[-367671,-60670],[-362553,-53443],[-369653,-56412],[-361638,-59520],[-362782,-57952],[-370737,-61459],[-369911,-57692],[-359397,-62458],[-370499,-63581],[-366999,-62009],[-360055,-75438],[-360998,-75831],[-366219,-76475],[-366842,-75402],[-365463,-74707],[-365240,-65502],[-363650,-63967],[-367472,-65028],[-369032,-66910],[-365906,-68012],[-371109,-71090],[-367846,-76690],[-364445,3138],[-361121,703],[-362078,5318],[-360746,7328],[-367927,191289],[-360309,181297],[-362145,185329],[-359364,185792],[-364190,187729],[-365198,191913],[-358481,188830],[-359685,189816],[-359212,183859],[-359900,183493],[-362667,188204],[-365366,183832],[-364879,185798],[-364236,183787],[-365914,187458],[-364524,189882],[-366249,189302],[-358841,191206],[-365065,193387],[-362667,194537],[-361913,195223],[-358786,197733],[-362569,197097],[-359998,194083],[-358614,194041],[-360238,192907],[-359233,195864],[-361211,197016],[-361497,197200],[-358585,193538],[-368231,216779],[-370990,214652],[-368676,221846],[-370314,220487],[-368453,219684],[-369168,220126],[-369413,219501],[-364029,13564],[-365176,15040],[-364953,16649],[-358630,23267],[-370637,25313],[-366856,23214],[-365014,18585],[-363841,21242],[-364925,280362],[-360818,280166],[-361024,279956],[-369045,283320],[-366261,292362],[-360779,293159],[-360018,286196],[-369045,295488],[-370493,313775],[-368374,313261],[-369390,322758],[-365247,324362],[-364790,324208],[-368752,333976],[-367403,337574],[-369185,337177],[-370293,333292],[-361130,336562],[-365793,337181],[-13402,132707],[-23593,229765],[-23709,227254],[-21994,226117],[-24972,226234],[-23223,222612],[-24470,230773],[-20681,58504],[-24766,52348],[-21719,55183],[-22658,55106],[-19970,54673],[-23020,57654],[-378325,-115821],[-375604,-37982],[-374113,-38074],[-378547,-34410],[-372866,-37491],[-371340,-46615],[-374937,-40992],[-376914,-39424],[-373096,-40139],[-375193,-39889],[-371841,-42398],[-372230,-42773],[-373651,-41779],[-381127,-46799],[-380226,-48923],[-383799,-49597],[-379864,-43898],[-378314,-46262],[-374045,-47482],[-382810,-52405],[-382459,-56062],[-377169,-51438],[-375933,-55907],[-379263,-57381],[-377280,-52822],[-373546,-56185],[-378563,-54670],[-381573,-58207],[-371366,-51850],[-371766,-54239],[-377831,-59846],[-374503,-58525],[-380846,-61862],[-383952,-59531],[-372027,-61512],[-373995,-68711],[-377485,-70387],[-377957,-68811],[-379564,-71715],[-378622,-66945],[-380909,-68094],[-378304,-64179],[-382792,-75472],[-383150,-73606],[-381926,-76834],[-380684,-80653],[-381469,-86739],[-381067,-82307],[-382949,-91258],[-383193,-113802],[-380165,-110103],[-377681,-112230],[-375720,-108873],[-376351,-107043],[-378086,-110093],[-376169,-114623],[-378836,179371],[-379081,178411],[-376928,182352],[-375872,181431],[-376677,180413],[-377551,179545],[-379705,180998],[-378659,182106],[-381796,182252],[-383367,179937],[-381228,180948],[-379614,179496],[-383868,211839],[-380097,212897],[-376422,213630],[-376036,217469],[-372092,214180],[-376746,210170],[-378729,209287],[-374400,212943],[-374915,218557],[-376509,221104],[-375196,221410],[-383119,226694],[-373783,222035],[-377619,224233],[-380505,228295],[-381041,229166],[-378712,225370],[-383924,228293],[-381583,220087],[-371687,292784],[-376644,294004],[-375402,296212],[-381021,306617],[-372923,296594],[-375392,311072],[-373336,314478],[-382242,313907],[-377112,310756],[-382556,316066],[-377380,325645],[-373304,331787],[-375555,339229],[-371584,26227],[-372267,27239],[-383391,400722],[-395519,-129538],[-390190,-139069],[-392118,-142465],[-396331,-142757],[-395903,-21697],[-393623,-21745],[-387988,-34474],[-395803,-41174],[-391390,-41522],[-390522,-42681],[-389075,-41630],[-395843,-45145],[-394543,-42951],[-390892,-50358],[-392413,-44392],[-393267,-49764],[-391474,-45773],[-391917,-49560],[-390819,-47620],[-389255,-43805],[-390983,-51895],[-391665,-55556],[-384456,-55261],[-386779,-59443],[-388681,-56551],[-396268,-51001],[-396647,-53813],[-395969,-58295],[-394422,-62919],[-395474,-61627],[-391468,-63734],[-384021,-63916],[-384140,-70366],[-392473,-76421],[-387588,-64814],[-388969,-73295],[-392627,-74682],[-392302,-69577],[-394820,-71217],[-384191,-79920],[-387860,-78254],[-387056,-79258],[-387137,-77639],[-388117,-81387],[-396563,-87673],[-396045,-85376],[-395319,-77726],[-391693,-103296],[-386254,-108565],[-384173,179386],[-385212,180611],[-390911,200895],[-391741,199018],[-394627,200980],[-393704,200572],[-395085,201009],[-394727,203666],[-387492,204506],[-386166,203093],[-393265,197388],[-392370,204965],[-386717,210094],[-389107,214045],[-385849,214132],[-391785,213210],[-393988,212085],[-396419,208250],[-392331,212984],[-384751,211798],[-384539,206258],[-395875,205716],[-393685,208016],[-389917,206363],[-390441,209633],[-389107,206615],[-389475,209652],[-387667,210063],[-392310,209935],[-396644,227842],[-395676,229028],[-390848,223072],[-394302,220340],[-388220,232855],[-388408,233167],[-384161,232327],[-385369,319772],[-390723,338051],[-391912,341273],[-396614,334602],[-394847,347798],[-396454,357202],[-389233,351400],[-388880,352196],[-387598,353572],[-386776,357205],[-390113,358612],[-390454,363211],[-392351,361540],[-385946,360086],[-389132,368309],[-385598,365479],[-384749,359487],[-392623,375520],[-390826,381433],[-390390,402394],[-388794,400071],[-390670,399638],[-391763,402260],[-395456,400245],[-384867,402216],[-384851,410957],[-387123,415522],[-388201,86809],[-386812,88512],[-405466,-119159],[-403752,-123106],[-402791,-125174],[-401874,-124984],[-404054,-127093],[-400963,-127193],[-397371,-126400],[-399948,-125062],[-409224,-120309],[-409003,-126755],[-407578,-117095],[-403300,-130596],[-400360,-132208],[-409146,-128699],[-406743,-128989],[-403789,-131400],[-399944,-152810],[-402369,-153211],[-397817,-152325],[-402892,-156132],[-401038,-154837],[-407425,-233686],[-403186,-837],[-402255,-249],[-400935,-270],[-396857,-18511],[-409375,-18648],[-402611,-16059],[-407435,-24566],[-407774,-14856],[-407412,-35038],[-402428,-34231],[-401249,-31664],[-403888,-32099],[-404573,-32242],[-404309,-37490],[-407727,-37628],[-403541,-33641],[-405531,-34524],[-405085,-25652],[-404008,-26179],[-406559,-25842],[-407748,-40395],[-398508,-41222],[-397025,-42819],[-401417,-41052],[-398037,-46188],[-397886,-49738],[-403979,-47581],[-406967,-45736],[-403216,-43086],[-402300,-49581],[-402359,-44977],[-404906,-42166],[-404966,-44904],[-402241,-39341],[-405843,-38286],[-406668,-48370],[-407720,-53716],[-407688,-55371],[-408156,-58160],[-401304,-52353],[-404231,-53491],[-402422,-54620],[-406434,-56855],[-405588,-58638],[-398804,-54719],[-400164,-73486],[-404309,-75915],[-399770,-69495],[-403066,-69664],[-401933,-70286],[-397613,-78867],[-404721,-82744],[-399359,-90673],[-398511,-91269],[-402491,-93073],[-406080,-93037],[-404025,-94380],[-403565,-93003],[-408887,-89841],[-407277,-108328],[-407013,-110369],[-409029,-114474],[-408714,-109331],[-407214,6099],[-403670,5555],[-400849,195617],[-406360,197688],[-400105,198716],[-405340,198629],[-399405,197770],[-396850,197613],[-397386,197203],[-398162,200296],[-397483,196809],[-402581,199844],[-403010,201780],[-399214,202889],[-402682,203496],[-397194,206668],[-397770,208487],[-397714,210170],[-397046,208944],[-402260,213491],[-405859,210595],[-405065,210599],[-396860,226189],[-399125,223233],[-400137,220196],[-402577,331024],[-409423,332822],[-399283,345619],[-408087,336083],[-405889,339475],[-407757,336490],[-399631,341685],[-400495,353097],[-397668,350017],[-400426,349674],[-398505,356193],[-406866,370388],[-405804,365988],[-397415,363446],[-399244,364185],[-400924,375676],[-404861,381149],[-406227,376600],[-407765,484664],[-408637,490885],[-404731,489358],[-406114,487967],[-404893,488113],[-405535,497921],[-412576,-24535],[-409796,-27093],[-411005,-27918],[-411527,-30296],[-411106,-37653],[-416710,-32253],[-411500,-35495],[-410053,-25676],[-416156,-38330],[-409698,-53585],[-410055,-104114],[-417162,11398],[-414786,11602],[-415914,4026],[-415999,189104],[-420266,193282],[-419731,196189],[-418920,196014],[-418268,199342],[-420194,192874],[-418893,14514],[-417223,13579],[-416919,15908],[-418558,294792],[-416769,299068],[-418318,298152],[-422141,303291],[-421804,303318],[-415305,306946],[-420878,307835],[-410106,366580],[-415571,490752],[-421890,495328],[-421547,496790],[-418844,497206],[-415835,498127],[-415650,489288],[-413527,490606],[-415014,492208],[-419963,492150],[-415175,500549],[-427245,-145840],[-432272,11497],[-429598,11900],[-427655,11777],[-432735,9347],[-434544,152974],[-432661,159991],[-432225,162544],[-433065,157842],[-434187,159421],[-433461,154641],[-431485,160680],[-433542,162455],[-434039,163197],[-434502,166081],[-432530,188429],[-432505,189370],[-431855,190690],[-433219,189734],[-431567,194918],[-431741,192908],[-431579,193981],[-432014,194242],[-433892,195780],[-432098,193760],[-431861,192656],[-433675,203758],[-432519,200606],[-429197,203140],[-432825,198844],[-430922,209991],[-431324,209011],[-434332,213054],[-434439,211533],[-432426,213483],[-431973,214775],[-430691,214989],[-430227,214996],[-430144,216400],[-428703,205500],[-429827,218006],[-433369,218227],[-434332,226154],[-429427,229700],[-426624,223711],[-426024,224466],[-425414,227265],[-429719,239800],[-424427,235858],[-427539,236234],[-430620,235786],[-430254,239585],[-430643,237297],[-432074,235583],[-434044,236452],[-434742,244092],[-425346,13962],[-430539,291178],[-423034,292047],[-429709,294541],[-429978,292068],[-426815,307364],[-424475,304542],[-433380,307118],[-431656,296607],[-426109,302017],[-429109,300308],[-430615,305221],[-434988,318167],[-431031,312670],[-433624,314645],[-427131,309523],[-433802,319870],[-430111,314683],[-425805,311290],[-424440,308746],[-434444,321103],[-430945,328055],[-433530,326906],[-431101,326092],[-431510,331676],[-431851,334285],[-433233,335272],[-434166,83539],[-437745,-314325],[-445315,145524],[-445484,149877],[-447918,152117],[-440414,145804],[-435313,146098],[-437523,149912],[-437006,153214],[-437981,142508],[-435913,143089],[-441090,148893],[-445156,145509],[-444236,148528],[-447411,144338],[-447409,145238],[-443502,163541],[-436234,164631],[-439852,159445],[-439290,164192],[-440921,160432],[-443179,164334],[-435283,162152],[-437004,165106],[-439067,162445],[-437768,162232],[-442777,164264],[-438268,157768],[-436982,159100],[-446573,157011],[-445444,158968],[-442833,156863],[-442949,162659],[-443384,154432],[-442465,156075],[-447247,158365],[-447052,158493],[-443485,153989],[-444740,155025],[-435323,157743],[-447465,187869],[-447578,183663],[-447143,184108],[-447267,183526],[-441464,189696],[-442218,187723],[-446425,184406],[-445299,190173],[-435856,186781],[-446488,199879],[-439193,194639],[-444870,198583],[-442819,197422],[-445501,195383],[-443383,203517],[-438332,202929],[-438172,201539],[-439240,203120],[-436724,196187],[-445287,202962],[-445184,197003],[-444051,195417],[-444274,193180],[-436777,192294],[-441118,200704],[-442539,194578],[-439390,199957],[-440260,198616],[-435264,200271],[-435726,209728],[-436189,216979],[-441875,217789],[-441074,217263],[-439660,217120],[-444262,216097],[-445058,215440],[-443000,215254],[-441876,214291],[-440723,212295],[-445850,212041],[-446716,212090],[-441610,206610],[-438214,210305],[-438372,211571],[-439645,213625],[-443639,210707],[-446809,217427],[-445763,226381],[-438053,230297],[-440731,230355],[-443664,224634],[-442420,225215],[-443516,221574],[-440686,222469],[-438026,224764],[-439103,222760],[-441089,220215],[-446436,219396],[-446552,218413],[-442768,228608],[-435971,226730],[-443311,243020],[-444117,232308],[-445652,231516],[-446339,231665],[-437289,240530],[-442400,238960],[-439496,233040],[-446840,234076],[-442293,244341],[-440398,244951],[-436588,245858],[-437330,290274],[-438785,305765],[-437941,302697],[-441051,304977],[-437430,297396],[-442473,296216],[-438487,296708],[-439970,299203],[-437977,308202],[-442194,310482],[-441056,316893],[-442355,315323],[-443444,318653],[-439749,319904],[-444562,327578],[-438626,327167],[-442294,323292],[-440733,326486],[-442513,88333],[-440534,87207],[-436184,89679],[-436101,82790],[-438507,87089],[-439324,87420],[-437804,82633],[-438233,82158],[-438635,77422],[-439791,77593],[-438273,78020],[-439331,80553],[-437930,77813],[-442091,79524],[-440301,79982],[-441644,81916],[-442513,82792],[-442292,85162],[-443505,85795],[-441576,94978],[-439873,94717],[-437167,90174],[-438902,91663],[-439571,92853],[-441705,91430],[-442597,91035],[-449979,138988],[-453668,139175],[-451773,139231],[-452258,137912],[-449684,137219],[-449044,152779],[-454124,153171],[-454699,153429],[-453775,148968],[-451885,150169],[-458454,153672],[-456008,148624],[-457198,147608],[-454566,144838],[-450556,143935],[-449773,146801],[-453956,154155],[-452797,161206],[-453077,159621],[-456879,158739],[-459001,158699],[-455696,159884],[-460279,160363],[-458991,163343],[-450098,155606],[-458565,154912],[-452562,186527],[-449670,187357],[-449655,184146],[-450620,184473],[-448281,189692],[-452699,187203],[-448309,184239],[-448024,199480],[-453171,196393],[-451315,201541],[-453917,193093],[-453753,193695],[-448718,213006],[-449120,216683],[-451539,215156],[-451617,208136],[-452199,216061],[-453439,221754],[-450663,220501],[-449407,219649],[-450458,221034],[-453162,225401],[-448911,228811],[-453551,226232],[-452506,218221],[-454139,226051],[-449956,236824],[-451452,236279],[-450812,236942],[-461505,163593],[-461359,164642],[-460881,159799],[-462879,162775],[-473193,98393],[-473145,96798],[-469941,101257],[-466304,95395],[-469614,96965],[-470415,93513],[-471621,95921],[-471434,98810],[-462479,97060],[-465349,105801],[-463487,105566],[-468314,109739],[-466871,111157],[-470356,104932],[-483945,114341],[-485550,112003],[-483703,111838],[-480730,112776],[-481798,112872],[-482331,120539],[-483925,121285],[-481643,120543],[-494073,371293],[-491636,369882],[-492272,383353],[-498876,375997],[-488603,372775],[-498351,391113],[-495408,389928],[-492322,388812],[-490044,392878],[-497184,396126],[-488960,102563],[-488758,113029],[-489923,112587],[-490175,115741],[-488377,117312],[-488354,115568],[-31579,178933],[-32550,179211],[-33759,186387],[-35770,183779],[-29838,181848],[-30077,182823],[-31753,181424],[-25843,227526],[-27210,227810],[-28236,224441],[-27550,225855],[-25639,231717],[-26997,231709],[-26495,49417],[-31857,44156],[-28363,54066],[-505043,137092],[-509809,148273],[-511793,144416],[-509839,152174],[-511446,154529],[-510108,161012],[-511222,155535],[-510451,165766],[-511329,370943],[-505607,371371],[-501467,382018],[-504297,373865],[-511098,383197],[-500027,372257],[-511229,375820],[-506944,372619],[-499213,389023],[-508945,387070],[-508042,395479],[-512784,152874],[-512072,148132],[-517405,152170],[-513597,161692],[-513646,158378],[-519217,156255],[-520704,157048],[-516528,160929],[-515339,162397],[-519784,165660],[-520684,162004],[-512625,163526],[-516876,357777],[-516806,362613],[-517773,369646],[-520853,365823],[-513863,378835],[-512832,383015],[-520290,547951],[-521883,548607],[-524565,62146],[-521277,64074],[-520963,65915],[-520935,66699],[-523327,114660],[-524678,115017],[-523517,113374],[-536872,-209394],[-530389,64133],[-530774,61872],[-531810,62000],[-531499,65531],[-533266,65507],[-532035,64733],[-533401,66352],[-537122,69447],[-536355,72634],[-530724,69506],[-528493,70705],[-529816,70181],[-529970,70273],[-527892,69643],[-526003,70022],[-525443,70402],[-528162,72673],[-532787,73975],[-526020,74821],[-529948,85664],[-525951,85246],[-526741,86362],[-528880,79642],[-526216,82930],[-544025,-202088],[-538580,-213330],[-540207,-209685],[-541916,-220740],[-549633,202361],[-546167,195254],[-543986,199800],[-542339,203126],[-545305,205267],[-544250,207000],[-557492,-205819],[-562410,-211489],[-557491,-207025],[-563089,-237311],[-560524,-353997],[-558208,-370699],[-556359,188982],[-556749,189557],[-556229,190798],[-554831,188199],[-559755,184953],[-558386,201337],[-557736,194025],[-560124,192333],[-554082,192590],[-550429,197030],[-555216,203411],[-554688,202621],[-556653,195788],[-560125,211226],[-556377,212860],[-551740,209143],[-554450,208387],[-550809,211084],[-567689,-204708],[-566288,-227374],[-566277,-350059],[-566951,-354143],[-567660,-358659],[-563509,-359866],[-569601,-361087],[-572044,178322],[-575827,174472],[-571289,179115],[-565867,184458],[-564241,185386],[-567431,187256],[-567159,182477],[-566518,182959],[-563330,185270],[-565092,183016],[-575253,190114],[-575559,200148],[-574015,197583],[-568107,201186],[-563318,203356],[-567854,193882],[-575522,207874],[-570134,210006],[-565990,211935],[-574748,208707],[-571616,214956],[-570893,216298],[-574541,213899],[-581312,-197335],[-576237,-356928],[-587218,-356169],[-584142,1765217],[-583511,1763021],[-587015,1758121],[-583653,1758063],[-586818,1762118],[-582149,1763343],[-576039,1765530],[-578370,1761073],[-582032,1761027],[-586186,1763905],[-586584,1765600],[-579907,1768417],[-582056,1778784],[-576139,1770241],[-578784,1766737],[-586682,1769111],[-584758,1771116],[-583504,1771335],[-585483,1773183],[-587112,1776015],[-583121,1774025],[-584687,1767926],[-578193,1775845],[-584725,1777933],[-581497,1773875],[-585311,1766622],[-580561,1770247],[-582630,1767279],[-588081,1772657],[-587595,1777214],[-586329,1782321],[-588013,1779986],[-576593,189916],[-579837,192058],[-576251,201936],[-578002,206542],[-587413,214563],[-600367,1764771],[-590363,1764793],[-589340,1765496],[-590034,1766303],[-591018,1778407],[-590289,1772288],[-589434,1769474],[-600512,1772741],[-591997,1774178],[-589815,1777722],[-600911,1772394],[-601103,1767731],[-591920,1772120],[-598572,1768430],[-591282,1770937],[-589839,1770910],[-598338,1767553],[-597369,1770795],[-599566,1771303],[-592850,1785021],[-591114,1782724],[-589621,1785994],[-595858,215321],[-598169,215812],[-597708,209465],[-595227,208514],[-593464,223986],[-605356,1768722],[-603173,1775379],[-607689,1772017],[-608377,1772328],[-604943,1774066],[-604430,1769093],[-602629,214481],[-606467,53738],[-606118,62289],[-604156,60429],[-607229,56456],[-609090,66035],[-608118,66032],[-610861,66429],[-612202,68076],[-614640,59994],[-615426,55946],[-620262,60864],[-626545,57086],[-622697,53126],[-622755,63394],[-617879,53442],[-616662,67612],[-41188,165847],[-42593,164193],[-44389,165873],[-45875,162888],[-42081,159696],[-41648,161427],[-42110,166585],[-43127,168293],[-39013,168413],[-42711,178219],[-42552,177969],[-45010,177835],[-47298,176255],[-50405,183694],[-49654,182758],[-47597,190433],[-48396,188722],[-47826,187399],[-45497,184115],[-43374,180870],[-46073,181382],[-46010,183191],[-44390,182282],[-41151,181218],[-43281,185091],[-44215,186541],[-46139,191630],[-44560,179664],[-41575,180759],[-46229,180930],[-44149,190129],[-48676,194555],[-45328,193907],[-50531,323158],[-49681,329719],[-50015,332504],[-51065,402607],[-47310,109805],[-639839,-292391],[-635628,-287439],[-632846,122146],[-632440,121907],[-633491,123105],[-634153,121348],[-636487,120923],[-638850,121772],[-638161,123962],[-639407,123863],[-636155,121950],[-634230,127966],[-637105,125551],[-636569,125430],[-635270,124444],[-634163,124593],[-633367,126860],[-633884,122606],[-631794,126237],[-649854,-153185],[-650902,-152201],[-650592,-151848],[-652583,-163987],[-649921,-153442],[-648234,-164691],[-651995,-164803],[-650853,-158851],[-652788,-160066],[-647701,-164148],[-652091,-163933],[-651177,-163786],[-652261,-162836],[-649471,-155760],[-651883,-169055],[-650809,-168838],[-647802,-166543],[-649768,-168396],[-651519,-168063],[-641469,-196644],[-643590,-198013],[-642359,-198283],[-641211,-201999],[-641661,-204128],[-651605,-268975],[-648133,-270183],[-642853,-282841],[-640689,-286376],[-646025,-292275],[-665300,-151147],[-661362,-153251],[-659473,-150261],[-661787,-152560],[-659630,-151868],[-662095,-152083],[-654435,-156854],[-657289,-156860],[-661460,-155255],[-663994,-156365],[-663946,-163167],[-662797,-164835],[-665124,-164989],[-661061,-154833],[-655868,-161652],[-654293,-165221],[-664723,-163872],[-655338,-161777],[-664776,-158489],[-655158,-157052],[-661284,-156777],[-655108,-157959],[-662008,-165135],[-664512,-165019],[-664083,-158834],[-665600,-154492],[-656244,-159938],[-652989,-164612],[-653369,-157745],[-654251,-162074],[-659123,-160354],[-659184,-157072],[-659429,-163217],[-656491,-165136],[-663255,-163911],[-660245,-162858],[-660623,-162134],[-659612,-157899],[-656030,-160898],[-657869,-164540],[-663068,-155312],[-656441,-159309],[-662334,-171409],[-660139,-171610],[-659041,-166979],[-656975,-179020],[-655124,-168740],[-655046,-169925],[-658655,-170323],[-654243,-167312],[-657395,-168365],[-658180,-180235],[-657115,-179908],[-657108,-180208],[-657533,-182079],[-658671,-181063],[-658992,-179308],[-660876,-274254],[-655267,-287826],[-653625,-289485],[-658880,1683508],[-663173,1682042],[-659149,1686817],[-662508,1683367],[-657807,1682476],[-660643,1687690],[-656768,1687708],[-663689,1688073],[-657953,1684843],[-655904,1684106],[-655457,1686966],[-658550,1688555],[-661250,1689136],[-664385,1689702],[-662007,1682062],[-662396,1681337],[-660501,1693604],[-661857,1695334],[-664341,1694470],[-662442,1691459],[-662642,1692015],[-663890,1690767],[-658854,1708247],[-659093,1707840],[-657895,1708891],[-659652,1709553],[-660077,1711887],[-659228,1714250],[-657038,1713562],[-657137,1714807],[-659050,1711555],[-653034,1709630],[-655450,1712505],[-655570,1711969],[-656556,1710670],[-656407,1709563],[-654141,1708767],[-658394,1709284],[-654763,1707195],[-667393,-165446],[-669005,-157605],[-665961,-157820],[-666214,-156371],[-667889,-167383],[-668561,-170244],[-666998,-166573],[-666986,-168196],[-667929,-171618],[-667549,-170021],[-671331,1674319],[-671087,1675603],[-673799,1675524],[-672798,1675628],[-676557,1673265],[-670008,1676752],[-674311,1676469],[-673087,1671774],[-669068,1675385],[-669777,1682894],[-672638,1677623],[-676218,1678000],[-676554,1686152],[-678036,1679863],[-674973,1682857],[-671893,1684719],[-671993,1689474],[-671172,1683326],[-666126,1682600],[-667717,1679126],[-667089,1677479],[-668346,1678641],[-675088,1679789],[-673912,1680624],[-677230,1688909],[-675719,1689246],[-673979,1689753],[-677658,1696139],[-677292,1694852],[-676058,1695671],[-675733,1695485],[-671933,1696524],[-671119,1695635],[-676206,1696464],[-665858,1692974],[-671904,1692926],[-675324,1696173],[-673656,1696172],[-678110,1695487],[-670735,1694255],[-669652,1694375],[-677610,1692888],[-675937,1691449],[-675452,1693125],[-675705,1690609],[-666006,1693928],[-675134,1689941],[-681164,1675180],[-681501,1678388],[-681229,1679682],[-679589,1684788],[-681038,1678139],[-680639,1683097],[-679061,1687707],[-732016,1714610],[-736598,1720425],[-737724,1724030],[-742133,1720232],[-733339,1715523],[-744688,1723988],[-62559,-130919],[-63078,-132328],[-59924,-143537],[-60713,-145043],[-62859,-480766],[-53103,176835],[-56314,177248],[-55637,176181],[-53791,178361],[-55722,178770],[-52836,181490],[-51962,184703],[-53419,183420],[-53431,181233],[-52313,179485],[-51234,181300],[-62514,260312],[-60787,259472],[-59267,261689],[-59718,262898],[-61245,264810],[-60975,265559],[-61148,268200],[-60747,266405],[-62189,265048],[-63145,271952],[-63509,270296],[-54375,324752],[-55216,321748],[-61111,328267],[-59965,326557],[-54250,326646],[-52291,323713],[-57534,323531],[-61209,332964],[-59657,324513],[-60664,328783],[-51229,331681],[-59585,330439],[-57210,331747],[-51424,328599],[-58176,332974],[-51332,322496],[-56497,333976],[-53750,333883],[-58083,335100],[-55693,337227],[-61874,381978],[-55004,394335],[-57181,394883],[-56397,394068],[-60025,390437],[-59442,390899],[-60807,392812],[-52958,395763],[-59895,388375],[-59555,398315],[-61164,398138],[-54387,397596],[-55177,408168],[-59437,406799],[-60119,402372],[-63966,399845],[-55279,410504],[-54901,415477],[-861842,1647636],[-862453,1649456],[-65426,-126062],[-64313,-129585],[-65883,-131677],[-73811,-488895],[-72542,-488447],[-75960,-88715],[-65793,262214],[-65767,264609],[-65449,265865],[-65956,266830],[-65672,263828],[-64825,261113],[-64284,262894],[-65533,267696],[-65349,265727],[-65935,271135],[-67750,269694],[-67904,395027],[-66627,408484],[-65945,407326],[-67851,407945],[-76071,408485],[-72969,409707],[-67937,410312],[-66380,420761],[-66216,421935],[-73775,416355],[-72127,416629],[-69356,417223],[-68357,411393],[-73479,429871],[-88297,-549571],[-79066,-91207],[-80428,-92927],[-77997,-89963],[-78484,-94290],[-88088,128481],[-87811,217410],[-83008,216876],[-84587,217053],[-85804,216829],[-84600,214885],[-86402,215987],[-81427,214801],[-84014,215504],[-82773,215773],[-86944,215398],[-83440,222636],[-81770,218000],[-87269,220044],[-84411,220954],[-84973,219174],[-80772,218530],[-84079,222447],[-85237,221370],[-87319,221174],[-83224,223950],[-81974,219838],[-81816,222742],[-80899,217886],[-81898,222155],[-83628,226183],[-81721,226952],[-84150,225151],[-89319,239518],[-88451,261547],[-89322,260602],[-88735,272085],[-89230,271367],[-87374,271992],[-88865,272343],[-85428,328391],[-84225,327442],[-85723,324472],[-87776,324478],[-84455,325857],[-86024,323910],[-86239,323319],[-77664,380048],[-80428,376625],[-83626,382876],[-77850,376457],[-87333,389108],[-86773,393002],[-84452,393452],[-88811,393327],[-83749,397561],[-78454,399856],[-80840,398935],[-88601,400269],[-78885,404655],[-87290,401522],[-78010,420269],[-88835,417362],[-85746,419280],[-86454,420054],[-89469,415681],[-82205,409902],[-87727,416400],[-80323,417387],[-78886,429301],[-85421,424473],[-82201,424926],[-82520,423438],[-88078,426771],[-83573,424332],[-85662,423327],[-88930,625343],[-89374,623865],[-79217,121131],[-80186,124140],[-81196,125570],[-81466,126059],[-1015004,1490099],[-1016734,1488743],[-1015870,1486259],[-1012859,1488159],[-1013415,1487958],[-1012167,1486710],[-1087226,1531212],[-1093511,1535631],[-1090156,1536153],[-1093042,1535794],[-1088505,1548551],[-1089771,1585575],[-1113275,1521396],[-1106026,1519725],[-1109676,1519216],[-1110269,1521517],[-1111327,1529369],[-1108786,1524226],[-1104914,1525274],[-1111007,1528360],[-1110349,1525036],[-1107532,1529554],[-1109521,1525085],[-1109385,1526420],[-1108796,1534967],[-1105692,1534977],[-1102501,1534344],[-1111789,1541394],[-1107532,1547355],[-1108573,1545368],[-1108379,1545122],[-1113351,1539475],[-1109473,1542164],[-1108561,1546490],[-1119721,1507660],[-1123363,1508099],[-1120264,1513790],[-1117296,1512669],[-1125852,1529109],[-1114926,1538531],[-1128823,1496717],[-1130940,1497012],[-1131419,1496632],[-1137187,1509538],[-1132919,1499800],[-1128786,1511480],[-1137896,1526888],[-1128264,1529228],[-1126618,1528955],[-1126940,1530546],[-1127964,1530938],[-1132951,1639097],[-1137517,1643230],[-1135759,1641116],[-1135726,1639815],[-1136106,1653384],[-1137382,1654404],[-1138637,1654325],[-100046,-533652],[-97991,-541684],[-91864,-539152],[-91000,-580812],[-90670,-582699],[-99496,-585917],[-98033,-589216],[-99598,-588739],[-90456,-694468],[-89921,-694524],[-93337,-693873],[-93135,-694952],[-95027,-692981],[-92276,-692357],[-92568,130237],[-98563,204525],[-98510,213803],[-99287,209616],[-95094,209404],[-95964,208206],[-97261,206651],[-95666,206928],[-94836,212212],[-96690,208213],[-102389,210460],[-94372,232353],[-90775,232756],[-92009,239583],[-94096,233547],[-92066,235472],[-92998,235173],[-91143,236690],[-90848,240024],[-93624,232051],[-89978,266955],[-97118,262460],[-90952,260226],[-92736,267546],[-96984,264677],[-95577,266882],[-98086,267243],[-92705,264979],[-97156,266621],[-96358,262671],[-97461,265727],[-91874,268183],[-94080,263728],[-92096,262594],[-93049,262182],[-93554,261589],[-92692,260207],[-90716,261707],[-97896,264270],[-96327,268924],[-89697,268891],[-96350,272070],[-90599,269833],[-94877,271761],[-93277,270280],[-91741,270674],[-96463,269953],[-94243,273980],[-93960,272375],[-90337,271476],[-89947,324711],[-98682,389780],[-100460,385056],[-96787,395040],[-98070,385763],[-94340,392677],[-91090,395727],[-100594,400680],[-102042,409364],[-96420,400214],[-96604,403128],[-93404,402516],[-90681,397611],[-102059,416942],[-100702,410760],[-96053,420036],[-90699,420298],[-101847,422347],[-100181,418966],[-95177,410401],[-92799,410725],[-91528,426781],[-94538,427428],[-98028,424045],[-99349,617735],[-89855,624677],[-1144820,1508437],[-1140686,1509588],[-1149392,1518066],[-1149079,1516981],[-1160908,1449591],[-1160757,1447224],[-1164707,1506043],[-1163632,1508109],[-1154873,1511766],[-1161519,1650109],[-1160535,1649067],[-1162593,1662940],[-1161949,1660070],[-1159584,1651643],[-1156888,1670883],[-1159096,1669990],[-1163121,1667408],[-1163891,1664682],[-1161279,1665927],[-1160137,1753792],[-1175853,1508572],[-1169467,1505412],[-1166274,1517467],[-1173527,1519772],[-1166134,1522607],[-1165761,1522027],[-1175704,1527002],[-1177208,1537836],[-1166652,1649933],[-1168104,1649018],[-1171038,1661481],[-1169547,1662097],[-1168948,1652911],[-1176264,1669641],[-1176421,1674599],[-1177483,1670931],[-1173801,1738502],[-1176532,1738396],[-1173163,1736993],[-1172326,1735694],[-1170888,1735828],[-1168549,1734822],[-1166292,1735096],[-1165634,1738989],[-1169249,1742019],[-1166405,1741071],[-1169983,1746713],[-1170578,1745157],[-1175195,1743317],[-1180380,1490975],[-1190230,1531676],[-1189820,1533637],[-1189347,1532443],[-1178523,1530709],[-1182069,1544445],[-1188895,1544341],[-1179582,1539124],[-1180053,1671921],[-1186011,1667617],[-1187339,1667620],[-1188109,1670053],[-1190365,1671253],[-1188413,1670254],[-1178428,1668800],[-1180250,1670613],[-1181673,1738484],[-1188528,1736194],[-1189216,1735815],[-1183165,1738341],[-1183297,1740239],[-1180495,1741196],[-1194859,1501525],[-1193694,1498729],[-1195766,1500491],[-1202161,1524357],[-1194513,1534733],[-1198496,1532030],[-1202700,1531920],[-1196407,1534027],[-1196456,1535789],[-1194755,1536919],[-1201501,1541589],[-1203143,1544045],[-1193135,1545873],[-1198420,1544035],[-1197799,1548983],[-1192753,1549343],[-1201967,1550019],[-1202464,1675131],[-1193235,1674198],[-1192818,1672549],[-1192347,1673779],[-1192721,1673341],[-1195827,1672491],[-1193595,1672441],[-1194361,1671463],[-1194679,1671765],[-1196041,1744694],[-1198836,1745924],[-1200985,1747382],[-1199246,1745990],[-1195113,1747128],[-1196984,1748073],[-1199948,1750143],[-1210728,1474948],[-1215004,1505780],[-1212742,1508793],[-1204772,1519379],[-1208069,1515125],[-1210093,1512421],[-1206322,1518150],[-1208394,1521930],[-1208623,1518700],[-1210091,1522697],[-1206964,1522601],[-1203617,1532622],[-1204910,1527937],[-1203732,1533432],[-1204285,1533637],[-1205429,1525422],[-1203821,1675948],[-1205529,1680459],[-1205573,1680225],[-1211136,1681862],[-1209117,1681225],[-1209767,1683229],[-1212346,1682279],[-1212431,1679220],[-1208594,1686680],[-1209244,1683634],[-1212243,1686840],[-1221767,1509554],[-1220914,1508353],[-1219866,1506576],[-1227324,1512515],[-1225722,1522286],[-1226225,1516118],[-1223417,1682810],[-1225830,1687076],[-1222506,1688609],[-1222492,1689095],[-1219079,1684918],[-1223403,1678018],[-1224868,1683211],[-1227942,1682172],[-1223735,1677438],[-1227061,1679415],[-1226061,1680942],[-1222549,1697259],[-1223394,1700229],[-1217264,1693146],[-1217042,1694222],[-1218457,1695593],[-1216150,1690518],[-1216640,1690872],[-1221061,1693553],[-1218210,1693402],[-1221198,1694086],[-1222664,1705423],[-1227011,1703300],[-1222942,1703074],[-1225887,1710476],[-1227649,1702920],[-1222552,1706028],[-1228766,1708210],[-1233494,1487183],[-1234133,1486476],[-1234748,1491474],[-1232795,1489174],[-1240691,1522426],[-1241137,1519390],[-1238182,1516751],[-1238649,1521274],[-1239680,1520476],[-1229471,1517356],[-1231741,1519163],[-1232644,1520837],[-1235298,1638227],[-1228864,1710727],[-1230155,1705554],[-1236628,1705268],[-1240351,1703562],[-1239108,1704001],[-1237384,1707143],[-1238823,1704667],[-1237227,1225306],[-1240357,1222722],[-1237764,1222046],[-1237568,1240177],[-1234830,1235613],[-1235022,1240962],[-1231782,1233029],[-1231880,1234603],[-1234014,1252219],[-1235372,1254411],[-1234981,1253937],[-1244389,1522255],[-1249630,1528220],[-1250889,1530166],[-1246932,1527415],[-1254177,1641195],[-1253437,1681350],[-1251995,1678192],[-1252963,1678503],[-1252070,1677894],[-1254131,1681098],[-1249829,1699524],[-1248322,1700289],[-1248392,1699585],[-1245418,1706793],[-1245094,1703571],[-1250144,1703864],[-1247869,1704901],[-1250503,1703106],[-1247042,1705874],[-1248043,1705240],[-1251112,1707370],[-1250160,1707007],[-1250608,1708260],[-1247536,1707020],[-1247301,1706658],[-1247762,1707336],[-1245487,1706998],[-1265417,1522148],[-1262098,1523410],[-1263842,1524579],[-1262248,1526610],[-1259725,1525471],[-1264742,1529600],[-1264003,1530341],[-1264667,1528112],[-1263922,1531275],[-1265254,1535146],[-1260110,1529285],[-1257979,1530893],[-1265558,1542312],[-1262424,1701701],[-1258338,1694409],[-1260289,1694173],[-1257630,1696062],[-1257956,1696980],[-1254663,1698181],[-1265885,1721209],[-1255535,1737693],[-1255851,1737077],[-1264087,1733706],[-1263879,1733416],[-1265094,1206438],[-1265957,1208962],[-1254520,1266039],[-104505,-33425],[-105227,-31660],[-104953,-539778],[-111909,-546299],[-108315,-538282],[-106828,-541017],[-104096,-540376],[-107905,-549686],[-106029,-546481],[-115135,-556807],[-113728,-551566],[-113712,-550720],[-109112,-554497],[-112439,-553528],[-111042,-555113],[-106939,-556438],[-107844,-555742],[-111169,-560853],[-107054,-559792],[-103277,-558743],[-103480,-559852],[-110023,-563491],[-106601,-584238],[-109419,-584075],[-104911,-579506],[-113407,-585954],[-110827,-583269],[-105388,-580422],[-105267,-577266],[-104859,-577928],[-105592,-600024],[-106646,-596786],[-114776,-590503],[-104865,-596704],[-103683,-594667],[-108604,-600835],[-114659,-589646],[-111161,-607551],[-111005,-607348],[-110832,-604980],[-105490,-602309],[-103976,-605790],[-107452,-601942],[-109070,-712242],[-103442,136148],[-112169,158564],[-108626,161635],[-113619,217080],[-112110,217701],[-114567,217142],[-114774,217783],[-107754,216432],[-110861,216708],[-109398,216565],[-104605,216601],[-104773,218441],[-111941,218935],[-109849,219413],[-113344,219119],[-107558,231310],[-107858,233349],[-107983,233009],[-113380,291836],[-112519,301669],[-113803,301913],[-113724,299201],[-113828,300202],[-111465,296443],[-114951,302991],[-114669,298689],[-109974,299913],[-113585,303932],[-105578,393396],[-106463,393457],[-104613,408500],[-104232,405620],[-102566,403721],[-103591,397664],[-105184,402594],[-104832,404376],[-103379,406212],[-103059,421074],[-105733,417507],[-104703,418040],[-105176,410384],[-115117,432535],[-113199,614348],[3589,-425909],[7480,-432707],[6301,-428972],[11667,-436492],[6239,-439636],[6974,163669],[8429,163113],[8545,168956],[6024,173188],[5107,171198],[6193,167308],[8739,166987],[7942,167183],[11576,281712],[9734,280572],[8122,281574],[8464,281523],[8600,282013],[7899,287121],[8928,285500],[5059,286437],[10758,283421],[10305,285149],[11464,287015],[10999,290564],[7761,291584],[7316,291885],[7276,292242],[8797,287239],[12063,288741],[11726,294191],[6589,288378],[5056,287570],[3906,288182],[5880,284654],[6019,283552],[3707,291140],[6042,282440],[7441,284343],[445,288729],[441,290227],[9334,292754],[4061,289097],[3712,289785],[2402,287382],[4745,292458],[6488,294089],[196,293547],[800,293141],[3455,294314],[12727,292604],[11151,294027],[7731,292376],[780,287497],[866,291093],[761,294842],[494,298008],[964,298517],[315,296254],[813,299420],[48,300176],[1560,303339],[4059,300972],[3432,303175],[7536,301008],[7096,302575],[4697,301557],[5184,300287],[4723,298393],[2899,297242],[3566,299305],[8759,300524],[9532,301533],[9241,298372],[6862,299524],[4955,296784],[5591,296372],[3509,295856],[9409,295315],[12241,296173],[10931,298431],[11052,300655],[10085,299683],[5861,303243],[9343,303798],[8073,302557],[664,303204],[7787,509704],[10618,509838],[7360,510570],[9835,509643],[9174,511087],[9269,511837],[10485,516208],[3793,596625],[5531,594090],[4952,596776],[7843,594153],[5068,599365],[7186,591979],[9966,591657],[6159,598873],[6470,595014],[5152,598916],[4784,599449],[10689,596843],[7801,599065],[637,600402],[10708,592968],[11089,600154],[9817,595349],[10154,609904],[2863,614236],[5625,611382],[7718,608093],[11641,609234],[1000,612418],[611,607041],[6353,602927],[9152,612755],[2126,603917],[6163,605956],[241,603820],[623,608838],[1388,617701],[2682,617429],[7162,616772],[1139,617239],[6432,616784],[134589,-6841],[129937,187274],[136345,184669],[139451,184966],[137631,184792],[140732,186477],[136146,191192],[135225,189605],[139291,189854],[133578,190630],[132914,186760],[133957,187472],[136583,189064],[137408,189809],[135486,186036],[132114,191811],[129869,196112],[128402,194525],[135651,192537],[128450,199673],[129044,198162],[130722,197868],[133267,195101],[133407,195944],[134833,213623],[139354,215822],[137254,214816],[138550,215057],[134317,210339],[136931,211658],[138986,214027],[139591,212526],[140507,211478],[140495,207577],[136246,210528],[136337,209169],[133660,210506],[140373,208861],[135112,23224],[134380,23593],[128155,291202],[129489,332489],[137914,35276],[133072,37407],[133608,36787],[134514,36277],[137334,26601],[133369,27315],[137005,26005],[128575,44088],[132216,41519],[132344,40641],[132481,39774],[132646,39506],[132546,40527],[135090,48264],[138721,44526],[133098,47949],[131490,49380],[129809,44499],[129902,43633],[129462,43799],[131367,43195],[136847,41741],[129265,46219],[129307,60473],[130892,59220],[136055,52360],[133740,54478],[140639,63509],[138839,67177],[132043,80595],[133089,77841],[132694,79706],[134713,79676],[137563,84392],[134222,80425],[137261,101732],[135335,98736],[128178,116647],[151844,-22447],[146885,-17582],[141195,185311],[141179,188028],[141796,187741],[144017,209485],[146538,212149],[149146,213607],[149531,209795],[145958,206841],[150284,208972],[148998,207966],[146536,205674],[142875,206752],[143282,213255],[142443,213219],[142819,214019],[145609,214926],[146711,216021],[144504,213143],[144199,214137],[143671,211963],[140976,214982],[144118,206803],[143522,206518],[144370,205609],[144710,206595],[147976,207355],[150325,211571],[148215,215075],[149924,303739],[149557,303185],[145072,299580],[148889,295039],[144634,310014],[143365,313708],[142953,318438],[151611,329745],[143802,328279],[145905,336493],[146513,333235],[146291,333216],[147071,338380],[146898,358033],[145577,358974],[141302,30140],[151913,581499],[150887,55950],[151458,53965],[151991,61270],[151725,62071],[151767,56736],[150820,72344],[148815,70039],[141299,65661],[148898,69608],[152923,74776],[149428,88354],[143977,84054],[150925,83851],[150970,82385],[150438,82657],[149106,83891],[148665,85533],[148750,86684],[149448,82734],[149229,90578],[148524,96166],[147951,97546],[147654,98283],[141896,100513],[149137,93003],[165082,264824],[166276,264860],[163271,290438],[162935,291276],[163027,287041],[161018,286746],[162090,295746],[156261,296518],[158451,295320],[159887,306305],[163622,303808],[162112,304922],[162821,305019],[157852,316853],[160479,318044],[160886,311472],[159094,310413],[161797,322735],[163262,328318],[164469,330305],[158276,322734],[154462,326173],[164366,332383],[154174,344191],[162805,335907],[160706,335444],[164238,345594],[159142,354843],[165362,346422],[162504,355354],[165478,362541],[174863,286848],[174406,287004],[166514,294505],[173359,307096],[176326,314350],[169422,322393],[168725,329422],[168223,329065],[168787,326010],[179084,328704],[178832,326183],[178317,324498],[174311,324859],[175187,321847],[176752,321892],[172136,339812],[175573,354098],[169420,356123],[176560,353349],[173151,397529],[179059,400266],[174148,398108],[173329,399342],[173515,399667],[172476,403467],[173365,404281],[172453,399056],[176026,409542],[172827,400076],[172828,401744],[173513,397290],[174745,404665],[174625,405748],[176112,397790],[177551,399463],[175875,399948],[175072,409394],[175396,414899],[173666,413543],[174530,411059],[177541,412959],[176985,412758],[178233,411510],[186127,293537],[187153,287760],[179379,330512],[181866,329570],[179407,332220],[183349,327676],[180246,326580],[181120,322892],[181270,341956],[185616,352410],[189272,351546],[179961,351422],[181812,352907],[184146,358046],[186351,356504],[184493,349400],[187455,347427],[180170,395626],[181413,395030],[189446,393171],[189318,394171],[184309,395226],[190861,394362],[185939,394744],[182989,397075],[180541,397582],[184501,397271],[180952,397222],[191521,408311],[189415,398344],[191132,398798],[179754,399681],[179252,411029],[185492,416520],[186958,412227],[182183,416251],[185634,412892],[186524,417593],[181311,414757],[180958,418077],[185908,411800],[184157,417447],[184340,413552],[183073,417773],[189126,413725],[180445,416850],[179864,414150],[186691,418163],[180825,496358],[184733,495575],[187628,498100],[190184,494497],[188943,494813],[187721,494137],[183795,493383],[183254,494470],[182121,496018],[190997,509255],[187180,511311],[187549,510507],[191816,504335],[189752,504067],[186136,502422],[185691,500412],[184076,500043],[186654,507288],[185312,506785],[183335,507889],[190654,505248],[187435,499911],[189309,500563],[189242,515707],[187464,521124],[186684,518402],[187503,521372],[188104,522855],[189674,515191],[191142,512431],[190622,513609],[187495,514416],[185214,514329],[184820,515240],[184413,514062],[190382,525981],[190755,526365],[189718,525022],[193238,134287],[201441,202544],[198634,203050],[201721,195572],[201749,196995],[201737,204362],[199577,198622],[199964,197429],[198758,199478],[204082,195020],[204694,196687],[203049,199407],[203812,200144],[203133,198335],[202765,201370],[204052,204546],[199672,202897],[202584,205642],[202789,210208],[201855,211303],[202069,208956],[203825,211895],[200997,210140],[199525,212440],[200014,210809],[198776,209267],[198523,206844],[201623,207145],[202537,213161],[203473,215235],[199110,205478],[195589,343792],[203472,345357],[202345,336956],[200564,338548],[193284,338867],[198875,346727],[195560,346834],[200256,348013],[193971,394471],[194719,404112],[193640,404394],[193476,401601],[195735,398843],[192354,405373],[192531,401089],[194926,399479],[192794,498936],[193333,499112],[193690,511073],[195158,508265],[199919,510129],[200469,511393],[203965,511043],[204024,507868],[199197,506965],[199979,503798],[198068,504212],[195718,504457],[196614,499837],[197315,500760],[195912,523567],[193833,522494],[192036,519852],[194680,518924],[195328,521116],[192231,518600],[192895,515049],[199927,522512],[198138,523650],[201757,521153],[200674,522092],[203002,521658],[203141,520114],[196911,518220],[196368,515812],[198972,519153],[199962,518731],[200004,516614],[199140,517752],[202511,514940],[201473,512627],[193654,528514],[192897,527202],[194683,529577],[198161,530099],[199914,528742],[200935,531271],[203709,529584],[204402,534211],[203465,532827],[201847,530273],[201973,528112],[205879,196936],[215093,196487],[214159,202315],[206867,196394],[205218,195607],[217286,195235],[216942,196039],[214816,202799],[214706,201793],[215592,204055],[205090,199193],[216552,198325],[212960,204548],[206459,208474],[205479,213447],[205154,205653],[206950,208070],[216350,205176],[215201,205886],[213479,205443],[212357,364589],[207420,523139],[207798,523779],[210324,522387],[211465,522819],[214808,523354],[216235,524849],[206558,522892],[205755,512448],[205715,528469],[206197,529511],[207901,530866],[210721,531432],[207189,533322],[209580,533737],[209319,536095],[205228,531410],[205212,535461],[206279,537029],[210808,537218],[210442,530999],[209247,526899],[212475,525149],[214378,525732],[216499,528840],[206302,538619],[208661,540190],[211447,540982],[212813,538365],[215887,547410],[216722,545070],[214240,538863],[216596,541730],[217288,546512],[216076,549886],[216228,550798],[216898,556116],[215034,557918],[212950,555291],[220364,199684],[221223,197680],[218035,198966],[218131,196855],[217742,195649],[219767,196812],[220212,531449],[221478,535008],[221523,537708],[223431,527902],[223555,525563],[221977,525902],[223432,530753],[223245,531770],[226131,532339],[227619,534468],[226601,530770],[224733,525637],[226490,530491],[220265,527765],[219446,528021],[220257,540444],[219861,545593],[223268,546538],[222033,548509],[221659,546231],[222745,550066],[217612,552845],[218776,557156],[228135,558474],[230089,551956],[224566,557609],[218244,556098],[218243,562856],[222562,559225],[220132,552035],[220031,553179],[219277,551495],[219238,554031],[221015,556062],[224482,556682],[226228,552321],[229388,553910],[226759,554530],[223605,554593],[222860,552588],[229166,555327],[217951,551785],[228990,565908],[225821,565578],[220888,564054],[223803,563430],[242930,176566],[241807,176748],[241253,179030],[241917,184519],[242737,183094],[242408,186856],[240411,187027],[242565,181468],[241755,180140],[243191,179802],[232586,549420],[230660,548812],[236392,547367],[233858,562758],[231401,561520],[237229,561881],[238097,561837],[241670,555666],[236603,554981],[235233,554332],[233712,557108],[232765,557633],[238492,553804],[230577,556966],[240618,565675],[231680,564148],[253724,177851],[252464,178154],[250539,178080],[247601,177903],[249196,177423],[248722,176170],[250106,176474],[244083,178799],[252400,176515],[251750,177706],[252025,179313],[245220,183386],[244042,186449],[246516,188001],[243277,188316],[246079,191481],[250626,184223],[249422,182535],[252594,181300],[253379,182539],[246750,180804],[247853,180011],[251077,180944],[252735,179687],[254630,188079],[252773,184835],[245187,185701],[246480,183240],[248578,180632],[243426,185213],[245650,191003],[248236,190618],[249949,189946],[247457,193108],[248163,195986],[247813,195449],[253713,197157],[252136,196843],[255097,195089],[255530,196823],[253334,195099],[247137,194490],[249002,193698],[252962,277814],[252674,279954],[251742,278987],[253869,280591],[255105,278049],[255079,279619],[254370,276392],[255675,281569],[255464,281398],[255930,281710],[254147,294126],[254528,293349],[255425,292225],[251748,306632],[251331,306385],[252634,301269],[250858,301769],[255340,303441],[255402,307372],[252648,304845],[249939,306626],[250884,306854],[251526,303695],[254262,304708],[254284,298356],[254897,305273],[254509,301535],[255581,298245],[253266,299483],[254744,297488],[254822,296192],[255008,295781],[251662,308006],[253170,308878],[255325,308800],[255081,392551],[255144,420757],[254907,419885],[255312,416259],[254616,414748],[254458,417207],[243999,563615],[20899,210221],[22948,208543],[22994,208020],[25435,206874],[23919,211727],[21734,211172],[22117,212063],[21780,208457],[20164,208878],[22821,211152],[23693,251911],[20751,253144],[15374,281069],[16032,281446],[12949,280899],[15237,280295],[13075,281302],[13869,289383],[14231,291633],[14469,289291],[15031,286827],[16862,288587],[17677,286520],[15768,284492],[14675,285813],[17562,282326],[17845,284929],[18710,283568],[13828,292400],[13995,282307],[13897,282759],[13161,295016],[12945,300828],[22573,497776],[23997,496211],[19527,493738],[21862,493000],[16001,495369],[19201,495250],[22030,497503],[17685,498327],[21565,495233],[22423,496165],[23153,495547],[24822,497632],[19076,511223],[24217,499604],[24401,501299],[23774,511629],[25174,500892],[20953,501477],[24699,511445],[21784,503257],[24336,502545],[23819,503791],[16251,511739],[23724,510544],[14778,521220],[18095,521169],[16936,522046],[18834,519382],[19792,522085],[13627,515832],[24388,519481],[22348,517463],[16458,513968],[15719,513928],[21237,514951],[17865,518204],[15448,516960],[21750,519809],[17193,516093],[15778,518174],[18891,520959],[21831,513667],[22301,513002],[24310,528011],[24090,525566],[24713,525988],[17419,527448],[19635,528639],[16383,600460],[15788,595476],[19849,611171],[18088,608919],[15038,606942],[19847,610411],[17442,612904],[19206,610028],[18415,611514],[19846,609160],[19161,611081],[16410,612856],[17650,606883],[19148,608960],[18068,605650],[13573,602359],[17952,603156],[256515,175308],[257958,176481],[260765,174400],[261845,177353],[260922,175171],[261011,176697],[259831,176254],[259493,177705],[257529,178762],[256330,177649],[262199,178180],[262938,175942],[258954,175019],[264626,178650],[256000,189989],[257321,187110],[258819,184418],[260351,186963],[257323,188914],[260307,180663],[260142,179486],[257266,180505],[258156,182777],[257485,186650],[258385,187618],[264104,190339],[259891,191104],[259602,189584],[262487,188626],[264598,188041],[262923,180542],[264425,183003],[264113,186800],[264970,184441],[264458,179970],[257074,191451],[258292,191709],[261907,190902],[262336,192139],[262018,185132],[259518,195760],[259235,194721],[260330,195278],[256690,194558],[263152,194045],[261245,196451],[259793,193704],[259986,193237],[262586,194643],[257932,195872],[257615,196240],[266496,202132],[266671,199928],[265626,203470],[267097,201559],[266838,201568],[265973,200834],[256696,277454],[257184,278707],[259647,277406],[258762,277315],[257824,275602],[260784,278662],[258993,279774],[257222,293061],[258764,290172],[258374,290545],[267314,292756],[265473,292822],[265785,292668],[261052,292464],[262588,292827],[264140,291294],[263241,288613],[262642,286765],[263152,287442],[261973,288181],[265704,294522],[263727,289780],[260913,286217],[259816,288402],[259603,289784],[267362,291666],[259169,288988],[258340,291866],[258257,293696],[257909,294284],[263002,290304],[263838,293215],[257805,287844],[265722,290653],[257205,291367],[261073,290892],[258479,283484],[261331,282172],[260603,282256],[259389,287344],[256859,302705],[256201,302026],[256295,300189],[258309,307055],[258615,306683],[256066,298070],[259913,306814],[258576,304511],[261355,305594],[258229,300664],[261710,300869],[260055,301717],[260644,302756],[262213,295182],[262560,306255],[265361,305598],[262814,302120],[265846,305301],[265241,299837],[265463,302681],[261896,303694],[264557,303055],[260490,297838],[266611,296806],[264784,298251],[256979,296877],[264333,296218],[262661,298539],[259842,298450],[262110,296241],[259828,295820],[257560,308285],[256332,308494],[258794,308420],[260832,308280],[262251,307631],[265105,307792],[260180,309656],[256912,396082],[257740,392435],[260876,397140],[259050,400314],[256458,399064],[257166,402856],[259335,403754],[262582,403584],[266943,415107],[268626,414875],[268269,414162],[265368,414112],[264882,413861],[263783,412451],[266347,415384],[265920,412695],[265299,411387],[267263,412407],[262023,416229],[261466,415979],[262956,418915],[265864,421972],[266176,421997],[267580,420481],[265018,419239],[260658,421324],[259367,422443],[256112,414487],[256239,414027],[258320,412195],[260881,414499],[259742,415711],[261534,418271],[257074,417792],[258828,419993],[256814,420603],[256919,422034],[259388,412999],[262744,421954],[264488,421324],[264458,421332],[267818,423840],[267160,423778],[263421,424413],[265191,424799],[266585,426112],[267677,425432],[263359,423811],[263281,424664],[262130,425913],[259574,424575],[260434,422853],[257735,422909],[266747,511946],[268285,524781],[265160,524694],[259697,524392],[261714,523683],[261054,520958],[261902,519316],[263093,517259],[260784,517839],[257122,522974],[264037,519817],[265138,519106],[266190,519816],[267815,517526],[268680,514080],[267502,516529],[265652,527159],[262637,527442],[263678,526981],[263413,528169],[263288,531030],[260560,530785],[258415,530623],[264749,537229],[267921,535935],[267505,534770],[266591,546456],[266612,544356],[264644,544931],[264704,539414],[267116,538113],[267393,539185],[268313,540885],[268388,541623],[256750,702550],[269719,402831],[273513,401464],[276399,403627],[275350,403250],[277827,405518],[277961,408089],[268842,404942],[272332,407565],[273357,421456],[279783,419118],[278114,419878],[274795,413766],[275846,416971],[277912,416697],[270127,422306],[279576,424778],[276137,424766],[269290,423189],[280446,460572],[280734,462454],[280544,463964],[281377,464493],[270878,516833],[273607,517658],[275050,519375],[276648,521935],[269148,524068],[268913,519175],[270458,513175],[271189,514690],[272460,515201],[281360,521628],[279714,524334],[277495,524553],[269808,521234],[272732,526470],[279533,526586],[280435,525379],[279750,528487],[281371,527491],[274204,527344],[273854,529925],[273843,531084],[275126,533900],[280192,530601],[280787,531154],[278882,538475],[281367,539910],[279157,542124],[280179,546362],[276306,550042],[274089,547140],[270370,547542],[271188,548726],[269282,544644],[271044,543609],[271240,544977],[285307,459025],[282762,460609],[286758,459491],[283884,459421],[282705,459562],[289668,464072],[294159,463240],[292697,464381],[293402,472424],[289878,461508],[282706,465060],[282053,466881],[282612,469444],[285076,469618],[283984,472073],[284569,470399],[285900,471964],[286889,471802],[289703,473351],[285942,472925],[291970,472683],[291230,472612],[293276,465880],[289803,462966],[287136,465057],[287933,464643],[283735,463091],[283128,462160],[291342,468729],[291812,472327],[288999,470725],[286939,469720],[288657,469405],[288512,468443],[283855,470467],[286387,466709],[287360,469303],[292135,474305],[291516,475352],[282668,523655],[281832,534581],[282029,537398],[283775,537707],[306937,404853],[306078,402768],[303295,403551],[305208,407446],[303842,405423],[306798,410565],[303971,411597],[302991,412538],[301188,416549],[304368,418083],[306376,418004],[305545,419962],[303239,422938],[302337,426386],[301615,426231],[304753,428977],[304622,426688],[303459,430053],[306325,429141],[296607,465511],[300097,463433],[295312,464784],[294527,473433],[295577,473697],[295870,471857],[294816,471627],[295969,472933],[298929,472069],[297337,473705],[301352,470094],[301148,470100],[303437,469019],[302914,469646],[304052,469341],[304153,468021],[302015,466585],[300542,465970],[300757,464133],[298980,462711],[296064,463297],[298913,464053],[299028,464815],[298131,465585],[300033,471201],[300925,471425],[300305,472625],[297267,471620],[296978,470925],[295761,469381],[294772,465830],[294557,470802],[316702,-177340],[316691,406556],[317713,407800],[315920,405004],[318410,405111],[313407,404093],[315457,402737],[311055,403134],[313767,401686],[310037,401757],[310730,402259],[307518,402371],[308627,407124],[309929,406877],[312001,406854],[319835,405577],[313779,421682],[308361,412110],[311880,422225],[307789,415123],[315023,413754],[316719,415693],[318063,416855],[314779,415996],[312663,417815],[315685,420250],[311436,418931],[311774,419621],[312635,422474],[308765,420622],[310771,411385],[309723,411327],[310461,414602],[311894,414274],[317411,411005],[319842,431739],[319366,430311],[308186,431497],[315907,434064],[314642,434510],[313046,427639],[315078,428967],[310369,429670],[308764,429509],[309726,425259],[310323,427280],[308138,423863],[315324,425922],[312764,430856],[313724,426309],[317044,433545],[308306,432738],[313522,432441],[307488,433054],[319945,432825],[319974,434844],[314387,436309],[310342,435613],[315192,436033],[311660,435729],[319463,438373],[321301,408344],[321230,406960],[325961,407283],[325865,407392],[323303,422591],[326574,421807],[329579,421531],[331840,419025],[324608,413584],[325605,414906],[326610,418575],[330227,413321],[325528,413864],[321454,411181],[322361,412125],[322370,413090],[320422,411448],[324475,419384],[322393,419951],[322299,420867],[328071,416324],[326656,415098],[327528,419385],[330384,417890],[329437,422414],[327962,429809],[332206,430748],[329914,433422],[328091,432652],[324434,434979],[327676,422862],[321482,428565],[320894,433938],[323598,430742],[324468,424462],[323412,430845],[322899,423817],[322260,424778],[330242,423497],[332077,431229],[323282,435660],[326429,439149],[325243,436324],[321252,436750],[325247,439580],[323731,437041],[332126,437528],[331862,438159],[332752,437068],[337889,430727],[336877,431857],[339579,430711],[335324,435322],[339169,435376],[339786,435217],[340604,433581],[334615,433913],[35530,150136],[33720,149572],[32973,149176],[33444,147960],[35988,150237],[37345,149952],[37360,149686],[27706,144594],[26277,144560],[27536,144355],[29514,144934],[31078,145225],[30037,143284],[34701,149415],[26827,142747],[33927,146149],[26629,207179],[28496,209565],[26896,209753],[35567,217477],[37754,208594],[38185,211223],[37458,222114],[35938,221122],[35497,218957],[36437,220139],[35431,254455],[33029,253403],[35524,255253],[31988,255629],[32923,254590],[32923,254590],[33588,255998],[32798,254572],[30105,255675],[34966,253479],[34575,22288],[36855,13237],[33428,257107],[31894,261257],[33391,257372],[28584,257294],[33043,256271],[38175,356973],[36387,356190],[37294,356379],[36290,353914],[34948,352878],[37688,355201],[31643,349622],[32144,348965],[30203,349210],[29864,351301],[30989,351595],[32511,351654],[32046,354144],[32420,355332],[30384,356727],[34284,357226],[33251,350222],[38273,364129],[36904,365568],[37435,360983],[36700,363637],[35978,358653],[35720,361580],[31579,359011],[29893,358997],[30319,362101],[30088,360516],[29869,362480],[28702,363616],[29022,364011],[29472,364833],[29129,366841],[30842,367435],[29900,366490],[30906,368665],[32376,370103],[30937,370699],[35764,369131],[36170,368248],[33906,362538],[35277,361975],[32865,358946],[34062,361155],[32772,360484],[31327,365285],[35050,365386],[32419,367913],[33632,367562],[35062,371196],[31615,372969],[32378,373766],[32252,373391],[35068,378242],[36015,378513],[38380,372811],[37034,381891],[33494,381270],[37654,376241],[35790,379057],[35968,374308],[34392,375871],[32370,372425],[37606,378588],[25682,502319],[25602,511343],[26288,512126],[26680,501004],[29417,516532],[27936,513934],[29987,520219],[28525,515548],[26010,516032],[29116,519964],[30533,518420],[26252,522903],[27884,521711],[28744,523061],[28685,520660],[27924,516959],[29558,516156],[30032,513545],[33108,513811],[30844,515466],[32281,513420],[34159,516916],[31770,518776],[27049,512953],[29419,518105],[34637,516742],[26484,526265],[396426,665149],[394914,671247],[392028,673405],[393879,668957],[393904,668647],[389462,675861],[391900,677029],[393212,677801],[388684,674309],[393472,679149],[405770,661652],[408726,660517],[407185,656322],[397972,659777],[406958,661692],[404592,657013],[405754,658191],[401045,665362],[406697,665939],[408414,672999],[402654,677788],[408582,668864],[406179,672960],[400302,677859],[401292,674444],[397722,678955],[403302,678819],[406415,678831],[410051,659296],[410379,660450],[49483,8984],[50801,7728],[49964,131362],[49319,140552],[48737,131171],[47821,141327],[40034,147749],[40837,144568],[39747,149195],[46389,141179],[48260,202754],[45937,202585],[47783,204046],[40353,202391],[39071,201006],[47573,201561],[47757,202295],[49920,204271],[47303,203734],[44677,202163],[44750,201607],[43120,202428],[42887,200967],[39657,204886],[39162,204539],[46171,201819],[42048,199546],[40570,198773],[40489,217077],[38722,217477],[49488,206604],[48687,207194],[50752,206067],[46991,205813],[42790,205981],[39688,211795],[39771,212376],[41546,213713],[43159,212671],[44502,211267],[47128,210564],[47658,209119],[48064,212339],[43579,207090],[44719,212924],[47793,213297],[38404,206163],[38766,218934],[42859,255709],[40088,251918],[42656,252917],[41587,253580],[41718,254978],[38455,365077],[38731,358915],[47415,369718],[49678,368166],[45253,364157],[46269,365365],[47322,368423],[42945,368992],[45403,368161],[45233,367723],[44611,370479],[40609,366784],[40558,367158],[40318,369541],[41607,369374],[39562,369683],[41129,371135],[40196,383470],[41398,381757],[40190,381395],[39166,379700],[43527,375411],[46247,377993],[45465,375682],[41269,377997],[41883,379289],[43463,377638],[39202,375697],[41870,373415],[45573,380419],[47070,379852],[45290,372244],[46539,373404],[46778,372798],[44748,372700],[44006,373027],[43463,373865],[43327,380383],[540351,-111276],[62598,133486],[60124,133278],[51245,366832],[61018,409414],[60390,408730],[61809,404134],[63864,404394],[60603,402798],[61770,400895],[63081,402626],[59732,406122],[59537,407078],[61645,406328],[62856,408433],[55992,405308],[58120,405841],[61504,417743],[59626,413207],[59018,411409],[61822,415344],[63405,413623],[61888,412216],[60244,616722],[62427,623379],[57911,620017],[57223,620327],[60657,622066],[61170,617093],[74115,163351],[74277,160483],[74935,160830],[75618,159234],[74233,157876],[74648,166220],[73960,165477],[73307,164739],[75728,163930],[76272,161476],[75587,164814],[73569,161271],[74177,159256],[76010,158736],[75503,167001],[76107,168322],[76145,319759],[72810,320189],[75516,319091],[74585,321293],[73957,322526],[73481,321215],[72193,320583],[71784,321178],[69437,322772],[68372,321151],[67602,322052],[65756,322722],[67316,322017],[70472,323801],[66972,324693],[66659,325656],[67585,327337],[68728,328606],[68062,330013],[67309,330850],[65970,331638],[66052,332337],[67955,331876],[67531,332144],[69970,332977],[71936,330601],[70047,328085],[70278,326071],[73418,327838],[75831,329136],[75740,330403],[75079,330644],[76525,325627],[76744,322987],[74559,325831],[74110,324666],[74017,320210],[72825,335816],[73756,336157],[73767,333845],[76708,336479],[66137,333235],[67469,334216],[68486,333342],[72061,333076],[75934,333575],[75166,335875],[71768,334591],[72245,406191],[75672,404648],[70353,405374],[70688,407607],[66065,405254],[74631,406812],[68610,404300],[69678,408286],[66107,400241],[65240,405944],[64146,400694],[65367,399764],[75336,402814],[72911,398059],[68909,400542],[70106,402447],[71068,403714],[73732,403190],[72934,402626],[68860,399704],[71445,400548],[67430,400527],[70405,401313],[66561,402759],[65819,403605],[64079,406161],[72996,409261],[73495,409468],[74100,409558],[75927,408332],[74933,401151],[74957,398706],[74341,406391],[64587,401219],[67704,408195],[68946,406661],[70762,418891],[68908,414991],[69900,417251],[65451,414228],[64335,412287],[64421,410589],[68947,410723],[74564,412931],[70886,411466],[71369,413483],[69583,418310],[71112,415293],[71180,417144],[71638,411685],[74272,412960],[75688,412689],[72064,412108],[67744,414535],[74685,414110],[67231,418700],[65233,612771],[75237,612793],[76260,613496],[75566,614303],[74582,626407],[75311,620288],[76166,617474],[65088,620741],[73603,622177],[75785,625722],[64689,620394],[64497,615731],[73680,620120],[67028,616430],[74318,618936],[75761,618910],[67262,615553],[68231,618795],[66034,619303],[72750,633021],[74486,630724],[75979,633994],[70475,664642],[75540,662747],[71753,662224],[75007,670174],[71403,671270],[75798,668574],[71205,666372],[70440,669293],[70184,667452],[69870,670141],[86351,159856],[78038,164266],[77245,163427],[81972,163620],[80087,164032],[81882,163867],[81178,165042],[83070,161983],[83573,162850],[78389,157968],[77419,156824],[79427,155889],[78337,156992],[78024,161267],[78045,160021],[81165,154928],[80054,153986],[86395,156663],[83035,156805],[76861,157023],[89334,161144],[88082,159710],[88844,165868],[87287,158864],[82781,157948],[84127,159828],[81410,161838],[81306,158358],[81339,158618],[82090,159206],[84711,162372],[83529,160936],[83027,160916],[77111,169682],[80095,167297],[79800,167629],[78994,170722],[84269,168097],[88386,169914],[85653,168935],[88891,167624],[82367,168258],[77966,223656],[81137,237965],[81103,237310],[81463,237888],[82413,239019],[84124,240457],[84162,239694],[86030,240132],[86630,240598],[87460,240373],[87711,241474],[86471,242926],[86620,242853],[79593,243348],[83832,242714],[77171,238042],[77019,234788],[79806,236547],[79450,236422],[80464,240174],[78230,242641],[77665,242116],[77437,236668],[79729,241212],[86027,245265],[83407,245246],[84073,245230],[88528,245709],[81448,276802],[83190,278770],[79657,319908],[77985,319741],[80662,331439],[78059,332153],[78470,332880],[78550,324212],[82107,327090],[81798,327179],[79925,323318],[81145,324660],[79398,326028],[78793,320884],[77776,321866],[78162,320453],[78261,320686],[77284,330101],[77732,326315],[80890,328606],[81732,328772],[77664,331914],[77935,336314],[79517,334440],[77689,334591],[79243,333551],[80427,409550],[79860,407801],[76914,405226],[77114,403175],[80454,399606],[79238,400655],[80178,407724],[83739,404961],[80283,401076],[77126,397246],[78981,399506],[79899,397396],[82861,409223],[81659,406164],[83299,406095],[83694,405373],[83238,405758],[76969,400283],[81712,406036],[79843,405269],[82299,400016],[81298,403793],[77835,412994],[77027,414247],[78963,414254],[79885,414731],[81888,411103],[78230,410250],[81458,613217],[82089,611021],[78586,606121],[81947,606063],[78782,610118],[83451,611343],[89561,613530],[87230,609073],[83568,609027],[79414,611905],[79016,613600],[85693,616417],[83544,626784],[89461,618241],[86816,614736],[78918,617111],[80842,619116],[82096,619335],[80117,621183],[78488,624015],[82479,622025],[80913,615926],[87407,623845],[80875,625933],[84103,621875],[80289,614622],[85039,618247],[82970,615279],[77519,620657],[78005,625214],[79271,630321],[77587,627986],[81525,663950],[77877,661340],[79824,667884],[85876,66227],[89113,74671],[86527,87481],[86584,113061],[89271,112713],[84341,119226],[102385,-42964],[101971,-57797],[93644,165197],[95829,165924],[91804,164719],[90196,163620],[92060,162251],[91879,164113],[90394,162955],[93849,170179],[97340,170431],[91583,168998],[89942,168692],[96668,167202],[97247,168553],[96412,167931],[89747,226794],[91241,224055],[95097,224243],[94784,219344],[94032,219530],[96821,227770],[94563,229149],[97362,218519],[95667,25436],[100992,61015],[101717,62082],[94899,81695],[91729,100597],[92360,101212],[96636,93007],[94610,108211],[90109,108339],[93171,114175],[95620,117323],[92871,118048],[92985,115962],[1037807,156254],[1046538,158130],[1051145,160752],[1057145,158168],[1060831,159947],[1056373,157722],[1051067,156903],[1063106,163295],[1063362,208511],[1065707,210265],[104350,-42914],[109311,286853],[109570,288191],[103384,61564],[103544,61538],[104427,57228],[114347,63700],[112609,55539],[112079,55861],[114351,54129],[109619,59324],[110408,57706],[109076,61313],[108953,60629],[113754,55426],[104821,60261],[112437,69731],[112373,66762],[113341,68781],[113538,64388],[106195,66073],[111807,81990],[107140,82644],[113924,78021],[125855,189474],[125339,191280],[125075,190523],[127679,191059],[122712,196498],[121173,194995],[126307,201357],[122301,199926],[122020,200570],[120230,198152],[119889,199589],[120377,199571],[121351,196886],[124331,200158],[125783,199958],[125720,195795],[119904,198853],[126501,195297],[123683,197998],[126806,290982],[123284,298648],[121150,297874],[122991,308608],[124227,329521],[122628,339478],[127896,44636],[127412,48056],[125451,49069],[122584,51385],[122244,51389],[126250,44842],[116087,62666],[125482,56951],[121104,53082],[118722,61877],[122968,64032],[119056,58543],[121625,52086],[127020,53250],[120508,57086],[120578,56277],[124131,60318],[117157,62651],[120153,53516],[120872,54973],[120571,74954],[124190,75445],[117408,72010],[126984,76796],[127868,64981],[126505,72738],[126357,74354],[125938,67392],[117222,89262],[119913,82513],[115678,101645],[116488,102103],[118677,98400],[119221,96211],[124974,99220],[124043,98244],[122027,97763],[122079,96277],[117206,104239],[126945,116895],[126006,118053],[124419,120265],[125586,119151],[-1271165,1548117],[-1267320,1548787],[-1278879,1538608],[-1274666,1541386],[-1271578,1551490],[-1267764,1550809],[-1271130,1558727],[-1278097,1558137],[-1275545,1550339],[-1275153,1557606],[-1279967,1558149],[-1270625,1556561],[-1268523,1560296],[-1267940,1550123],[-1279717,1560494],[-1273471,1557117],[-1270864,1559435],[-1273459,1553978],[-1273380,1550827],[-1268270,1549700],[-1269157,1554248],[-1268683,1557592],[-1277150,1562039],[-1276412,1250888],[-1278628,1262811],[-1291710,1480235],[-1288139,1483486],[-1289947,1521397],[-1282796,1532043],[-1280398,1534257],[-1285221,1535399],[-1289131,1535506],[-1286692,1533418],[-1283503,1544952],[-1286171,1542340],[-1281116,1544146],[-1280995,1540458],[-1281116,1544146],[-1281295,1538851],[-1282242,1541538],[-1290254,1538704],[-1285123,1553386],[-1285445,1550087],[-1289093,1551651],[-1285250,1559808],[-1292645,1553645],[-1291165,1555661],[-1288684,1558750],[-1283050,1556378],[-1283281,1557743],[-1286176,1559911],[-1292245,1558647],[-1290174,1560646],[-1286151,1560819],[-1292265,1562330],[-1288518,1562255],[-1281913,1227209],[-1283012,1261997],[-1299877,1337018],[-1293259,1492385],[-1296920,1493065],[-1296451,1498717],[-1301085,1543125],[-1294892,1543491],[-1303032,1542057],[-1297832,1543378],[-1299173,1544062],[-1302338,1540387],[-1299051,1540518],[-1300782,1545614],[-1298793,1545019],[-1295519,1545603],[-1304833,1557447],[-1297334,1553215],[-1304085,1551699],[-1294640,1554534],[-1294619,1553467],[-1299316,1558464],[-1297291,1558338],[-1303983,1560756],[-1303675,1559302],[-1294961,1559672],[-1299082,1563227],[-1294306,1562812],[-1309910,1547222],[-1307534,1545930],[-1308748,1546645],[-1316854,1544366],[-1308384,1548141],[-1310137,1545014],[-1313731,1545533],[-1313414,1545825],[-1311637,1548044],[-1314781,1543921],[-1307432,1551433],[-1309366,1557593],[-1309542,1554344],[-1309093,1549201],[-1314181,1549362],[-1310780,1551572],[-1307120,1552873],[-1340504,1445430],[-1342793,1435385],[-1341930,1435361],[-1340403,1453989],[-1340911,1453108],[-1342518,1452196],[-1339454,1451263],[-1339357,1462992],[-1340879,1462663],[-1340514,1469437],[-1342680,1472505],[-1343828,1224540],[-1343598,1235327],[-1333062,1249672],[-1336559,1248036],[-1334578,1250830],[-1335407,1257327],[-1342419,1264847],[-1334436,1270420],[-1341994,1273732],[-1344130,1276065],[-1340667,1268903],[-1350965,1289717],[-1346554,1298429],[-1352431,1302219],[-1349237,1305616],[-1349094,1293287],[-1358286,1298603],[-1350371,1306872],[-1347855,1415535],[-1354730,1415185],[-1355059,1416814],[-1345354,1431785],[-1345635,1435681],[-1347983,1467930],[-1346040,1471697],[-1350489,1222040],[-1347528,1227534],[-1344009,1234186],[-1353797,1229187],[-1347445,1237595],[-1345051,1244905],[-1351646,1251866],[-1356227,1247501],[-1346123,1256027],[-1347828,1263524],[-1351361,1266915],[-1355425,1275172],[-1363266,1288433],[-1360565,1282001],[-1365704,1289781],[-1366216,1302442],[-1359722,1305557],[-1362559,1303252],[-1356444,1293242],[-1367080,1368642],[-1366091,1379666],[-1367436,1375249],[-1367648,1370164],[-1361637,1387728],[-1364780,1389782],[-1365628,1385936],[-1363377,1383395],[-1361789,1415066],[-1365232,1223406],[-1356880,1228384],[-1358658,1238269],[-1365315,1247215],[-1381723,1282911],[-1380348,1291445],[-1370138,1302345],[-1371743,1371186],[-1379940,1371685],[-1376853,1374749],[-1374411,1371643],[-1373889,1370222],[-1370870,1378148],[-1373774,1375734],[-1377618,1379621],[-1376461,1381118],[-1374798,1376697],[-1376365,1378591],[-1374094,1378626],[-1373940,1395374],[-1382157,1392600],[-1372896,1399879],[-1371178,1395645],[-1370985,1397766],[-1371924,1129935],[-1376725,1148897],[-1373646,1225203],[-1380596,1232581],[-1380171,1234089],[-1372424,1240053],[-1376293,1253232],[-1379005,1243086],[-1377840,1268400],[-1371233,1279596],[-1385458,1280400],[-1392617,1283806],[-1384914,1372821],[-1383969,1374168],[-1393198,1380333],[-1391275,1381824],[-1384825,1392215],[-1384172,1392360],[-1383000,1247993],[-1385916,1253170],[-1391528,1263896],[-1394512,1268240],[-1387873,1275720],[-1394694,1273173],[-1402832,1282544],[-1396920,1288536],[-1399031,1282784],[-1405714,1013610],[-1402295,1018432],[-1396185,1248922],[-1396991,1253203],[-1398736,1257150],[-1405648,1263942],[-1401700,1266838],[-1405519,1270755],[-1405946,1277424],[-1405547,1278565],[-1395176,1279395],[-1418054,1405050],[-1418936,1405584],[-1413029,1405137],[-1415128,1411172],[-1415438,1410862],[-1416553,1409177],[-1415498,1408708],[-1414953,1408310],[-1409880,1014512],[-1411403,1025581],[-1428022,1399268],[-1424894,1402899],[-1431023,1402613],[-1432447,1401397],[-1433485,1402756],[-1430968,1398366],[-1431520,1396958],[-1428198,1397518],[-1426850,1397447],[-1429902,1151724],[-1435831,1399536],[-1434781,1397716],[-1434694,1400694],[-1441850,1410882],[-1444729,1408330],[-1442590,1415480],[-1444014,1409668],[-1434250,1147676],[-1435387,1152332],[-1458220,1402966],[-1455560,1401243],[-1451205,1397738],[-1449779,1397783],[-1455646,1402209],[-1459065,1399268],[-1458377,1397068],[-1453101,1401266],[-1453538,1402501],[-1457106,1405618],[-1453864,1405829],[-1452643,1405585],[-1448798,1403940],[-1451906,1411102],[-1450139,1408319],[-1448976,1411007],[-1451765,1176676],[-1455441,1168575],[-1456444,1187763],[-1450317,1187136],[-1453909,1178713],[-1458047,1186583],[-1450074,1178483],[-1458317,1194682],[-1455742,1201471],[-1455596,1191869],[-1458098,1191586],[-1453874,1212891],[-1456577,1234800],[-1464914,1403742],[-1461597,1403987],[-1471623,1403282],[-1469931,1408089],[-1465632,1100604],[-1468652,1104451],[-1462773,1176986],[-1459855,1184845],[-1459917,1189730],[-1460830,1188963],[-1461145,1197248],[-1459455,1198473],[-1463604,1243967],[-1460541,1242706],[-1483873,1284280],[-1478912,1397413],[-1479648,1396463],[-1474285,1399793],[-1479539,1399682],[-1475981,1406370],[-1479209,1102469],[-1480599,1112122],[-1481188,1266200],[-1481990,1264864],[-1482881,1276681],[-1481183,1272841],[-1479820,1271332],[-1491849,1280365],[-1495526,1283390],[-1495273,1285471],[-1495280,1282920],[-1493023,1287421],[-1496043,1290297],[-1493202,1288955],[-1491255,1298468],[-1493007,1302239],[-1487916,1391289],[-1495809,1390935],[-1489648,1389679],[-1490950,1391204],[-1491739,1391742],[-1491473,1387911],[-1490698,1387450],[-1489784,1395982],[-1486944,1396020],[-1486350,1404743],[-1494898,1404479],[-1485056,1418869],[-1486022,1413245],[-1488190,1412528],[-1492840,1410737],[-1490727,1408688],[-1487532,1112571],[-1486560,1107863],[-1489168,1114880],[-1484828,1117235],[-1488325,1277091],[-1495097,1268237],[-1504268,1283935],[-1505588,1283251],[-1502103,1282867],[-1509109,1287230],[-1502636,1299855],[-1509947,1377529],[-1508110,1377009],[-1507783,1394775],[-1508674,1392893],[-1507453,1391090],[-1507041,1387036],[-1505188,1384356],[-1508199,1385650],[-1505713,1389493],[-1503134,1383614],[-1503820,1395261],[-1507285,1393027],[-1504898,1393993],[-1507894,1396474],[-1503816,1397881],[-1505836,1396120],[-1500612,1264119],[-1509031,1274259],[-1498331,1272538],[-1507734,1279966],[-1505245,1273380],[-1521400,1386186],[-1513488,1391926],[-1514886,1386680],[-1519394,1385310],[-1522114,1386292],[-1519008,1386515],[-1515237,1386870],[-1520231,1385364],[-1521627,1385644],[-1516296,1388854],[-1514606,1392108],[-1517024,1395338],[-1516851,1387128],[-1517978,1386812],[-1515888,1389719],[-1515732,1387218],[-1516562,1388677],[-1515765,1389351],[-1520604,1392178],[-1517690,1395254],[-1518747,1395159],[-1518280,1394885],[-1520892,1393673],[-1521691,1392373],[-1522112,1394511],[-1518347,1396444],[-1517880,1396317],[-1521685,1398793],[-1521472,1397377],[-132263,297668],[-1528022,1382483],[-1527804,1393645],[-1528557,1382703],[-1528654,1386596],[-1526442,1392016],[-1524560,1391870],[-1525842,1389614],[-1525929,1390102],[-1526241,1385020],[-1523294,1389426],[-1525322,1393619],[-1524926,1399121],[-1528973,1396127],[-1525699,1398180],[-1524685,1395927],[-1533437,1108794],[-1535658,1112159],[-1533148,1112401],[-1547448,1377719],[-1548287,1376503],[-1548226,1373479],[-1540025,1378781],[-1548140,1107111],[-1538162,1109244],[-1539808,1113180],[-1544429,1115616],[-1551611,1373166],[-1552736,1377797],[-1550071,1374517],[-1551210,1377660],[-1553547,1110792],[-1551241,1110990],[-1574196,1326397],[-1572037,1322649],[-1570780,1327528],[-1565222,1322951],[-1571669,1342906],[-1569012,1334084],[-1571922,1347819],[-1571001,1105191],[-1572151,1102804],[-1578436,1326039],[-1575863,1326126],[-1574747,1325766],[-1578780,1335182],[-1580451,1333459],[-1581733,1332789],[-1580595,1339749],[-1581816,1343863],[-1577028,1340762],[-1575540,1344263],[-1575269,1104351],[-1579816,1108475],[-1577525,1108527],[-1588754,1107150],[-1593303,1106073],[-1597157,1105898],[-1594390,1106498],[-1596035,1102631],[-1595604,1122003],[-1599535,1120824],[-1593073,1116345],[-1593351,1120125],[-1600297,1112163],[-1600672,1108653],[-1611212,1112562],[-1605752,1112397],[-1602890,1112126],[-1606921,1115279],[-1606684,1126285],[-1608377,1124981],[-1605173,1122090],[-1604224,1125405],[-1615040,1113361],[-143386,31999],[-162103,39525],[-168948,-461082],[-168409,-462186],[-189133,47247],[-200990,58183],[-213452,74161],[-205988,69769],[-208254,68900],[-221869,70145],[-238837,131490],[-238135,584319],[-241818,586061],[-241858,593443],[-240394,67149],[-235650,64395],[-255609,-491972],[-247750,136415],[-247186,71452],[-251085,81698],[-274178,413342],[-281003,65079],[-276398,90714],[-290760,49902],[-288073,59180],[-302376,328465],[-297396,35422],[-300669,515321],[-301004,519600],[-304010,514246],[-302234,523796],[-301256,55894],[-305154,73232],[-306161,100364],[-313020,311088],[-312877,318948],[-316899,310343],[-309190,325076],[-316877,324193],[-316584,326333],[-319887,32218],[-308332,39262],[-316861,53091],[-328350,293945],[-322088,303320],[-332572,328773],[-332203,330325],[-323630,335438],[-319521,61825],[-322690,75209],[-332545,92391],[-341385,305431],[-344005,322367],[-338372,323769],[-342534,328136],[-334437,329094],[-339950,324272],[-342015,332898],[-336259,339460],[-338654,338825],[-352955,305510],[-352443,330542],[-348400,332666],[-352059,339030],[-369899,328843],[-366759,330510],[-369595,332238],[-362989,331693],[-359246,326444],[-361321,332268],[-374343,315167],[-382934,317492],[-382045,314523],[-377845,312060],[-372057,311830],[-374296,311027],[-417834,305922],[-420426,496092],[-429950,302600],[-424092,307116],[-432853,309160],[-432608,325383],[-444304,-403613],[-441934,294135],[-440890,286508],[-437026,302797],[-440211,311977],[-456998,-403341],[-453884,-408632],[-450793,-406589],[-459036,-411062],[-469997,-393070],[-464331,-392855],[-468276,-405376],[-467021,-400879],[-471799,-403419],[-466308,-400090],[-460989,-398161],[-463760,-406236],[-472785,-418110],[-468169,-419458],[-464407,-417800],[-470934,-430735],[-463742,-429276],[-470941,-422601],[-468792,-424588],[-479276,-386603],[-475511,-388355],[-483407,-392849],[-482695,-392085],[-483603,-400433],[-478380,-418055],[-484111,-416270],[-476053,-417171],[-475868,-411753],[-478254,-411137],[-484880,-419238],[-480721,-430276],[-473671,-424307],[-482377,-427509],[-481838,-424377],[-489956,-386785],[-491870,-386670],[-491054,-392353],[-486743,-405924],[-486872,-396978],[-488675,-413622],[-491426,-417377],[-496968,368793],[-498532,381325],[-492231,375275],[-495698,382043],[-493362,384127],[-490148,385986],[-502912,-392255],[-503992,-399655],[-505387,-410290],[-508410,-417258],[-508070,371690],[-501051,393804],[-509832,385172],[-512874,-417969],[-521294,357333],[-515605,370264],[-515980,377495],[-550276,194905],[-560092,186107],[-559888,205827],[-571916,190127],[-572572,180368],[-566208,196736],[-573713,205189],[-569252,209251],[-566182,208768],[-589927,1783747],[-591049,216455],[-610576,68840],[-616724,64085],[-652416,-164208],[-652348,-168182],[-651771,-169139],[-645550,-170300],[-647710,-277593],[-665514,-157338],[-657304,-165330],[-663007,-161751],[-663719,-161952],[-665595,-162094],[-664632,-162868],[-659837,-159777],[-664789,-162440],[-656493,-162279],[-659103,-165305],[-653729,-165199],[-653997,-170725],[-657806,-174870],[-659253,-166644],[-675332,1694063],[-738292,1724091],[-744928,1723212],[-862711,1648867],[-1087883,1532397],[-1091386,1535103],[-1105231,1521644],[-1105767,1520640],[-1109164,1521707],[-1111803,1521332],[-1111004,1525926],[-1108447,1531225],[-1111826,1529799],[-1111342,1528802],[-1110488,1524903],[-1109249,1524332],[-1109991,1529258],[-1112346,1536031],[-1109401,1536865],[-1106811,1543431],[-1111786,1543514],[-1106081,1542429],[-1110797,1538548],[-1124605,1527430],[-1121525,1532182],[-1122349,1527988],[-1124920,1533055],[-1133278,1526361],[-1138269,1525851],[-1136447,1526231],[-1135313,1525590],[-1126907,1526943],[-1163345,1446424],[-1176166,1507822],[-1175286,1529951],[-1176974,1533482],[-1190087,1536841],[-1183609,1545340],[-1182566,1547762],[-1182233,1543859],[-1180627,1537696],[-1183316,1543631],[-1196167,1497330],[-1201219,1526212],[-1198043,1535646],[-1194277,1533561],[-1199226,1532440],[-1192075,1533715],[-1202467,1533161],[-1197330,1533797],[-1195970,1535001],[-1191184,1531471],[-1192246,1532993],[-1199584,1539799],[-1201826,1540190],[-1193301,1548079],[-1191894,1545697],[-1197231,1541812],[-1197714,1543585],[-1200052,1544044],[-1198286,1547973],[-1198938,1549894],[-1200162,1553276],[-1210561,1509912],[-1214518,1504659],[-1207795,1518200],[-1207615,1513114],[-1211174,1512377],[-1207878,1521611],[-1211821,1518658],[-1204363,1523460],[-1204350,1531059],[-1210560,1524418],[-1204926,1535421],[-1206076,1529800],[-1205263,1523536],[-1204680,1538395],[-1216979,1511571],[-1237669,1222068],[-1234045,1230741],[-1234839,1234678],[-1233799,1251862],[-1235793,1255910],[-1262302,1548231],[-1261857,1551850],[-1266289,1553812],[-1260835,1555660],[-1263811,1553761],[-1266990,1555281],[-1260245,1551468],[-1259274,1555197],[-1265091,1550735],[-1260664,1550456],[-1265125,1558387],[-1260448,1561855],[-1260167,1205085],[-1265816,1206651],[-1259789,1262450],[139470,-11914],[129750,-22683],[140089,-37519],[131534,-35454],[133987,-27761],[139807,7881],[131944,20989],[129063,24277],[128324,37979],[129028,41490],[143157,-13331],[141050,-15601],[147845,-28084],[143767,-28932],[174937,400068],[292252,2255],[288892,68879],[333505,-38845],[457032,-68836],[48498,-916],[46435,4010],[49703,7659],[48542,11092],[44438,1056],[523078,-119004],[51859,-574],[75843,51357],[75673,631747],[73068,59418],[66773,67881],[69693,73622],[80753,7984],[83682,6551],[87604,16539],[82735,14250],[86223,14956],[88514,30566],[87383,37584],[84752,32518],[88386,50985],[88771,38765],[80781,49608],[85452,55731],[88137,52291],[80531,51751],[89530,52983],[84055,51498],[89438,55039],[87273,76235],[80882,73690],[84139,72741],[83798,70530],[83715,68155],[79609,76848],[80108,71141],[88429,66353],[79166,79184],[85660,87279],[100524,-1994],[101701,-4318],[100971,-19614],[99889,7219],[94386,9711],[96407,17611],[93680,29991],[89950,27187],[99646,31955],[99744,29571],[95832,26673],[90638,49771],[96040,50130],[94213,40428],[99453,41744],[100756,46077],[91615,39385],[96462,40272],[95662,45508],[94107,51598],[92465,55793],[95747,53866],[94554,62107],[94993,55184],[94797,57906],[96836,60633],[92800,67979],[99743,74365],[101515,68221],[93373,78528],[93766,85126],[96905,80065],[94672,79896],[102015,79683],[99245,82932],[100852,89046],[99502,85859],[94478,90478],[93570,94951],[96852,100264],[106299,-9],[106739,-3726],[108094,-23824],[104680,-16306],[103888,254],[111265,6964],[108613,9342],[112318,1011],[113836,10013],[104263,4711],[112211,18340],[104207,18477],[111020,18869],[106833,21809],[107328,24336],[112382,25845],[105881,30221],[104661,30469],[108029,29545],[112365,36382],[110246,26868],[114221,32558],[103343,26010],[105194,50091],[102801,43640],[104224,40778],[110105,46520],[114175,43440],[109350,47718],[106654,48279],[111938,39623],[113583,39335],[110128,51865],[105061,57824],[104131,94201],[121036,-628],[127425,-7957],[126152,-25985],[124948,-32275],[127851,-29011],[119294,3292],[125217,1422],[119217,10815],[116205,7159],[116372,1414],[125062,22248],[119536,18776],[124118,33474],[116083,36820],[116738,27480],[117567,34163],[117255,30592],[121644,40952],[123382,40714],[118452,38911],[-1270735,1548095],[-1270682,1546800],[-1278655,1542072],[-1272747,1541596],[-1279790,1537764],[-1272556,1550379],[-1279890,1556627],[-1276844,1557116],[-1274618,1559187],[-1269453,1549405],[-1277650,1558696],[-1271483,1554917],[-1270148,1550297],[-1272678,1558699],[-1273948,1553592],[-1268320,1559604],[-1279633,1561788],[-1273915,1556523],[-1268794,1553514],[-1267426,1553665],[-1268870,1557754],[-1279697,1563775],[-1278075,1562773],[-1279380,1249195],[-1275650,1257712],[-1276063,1254791],[-1288521,1484528],[-1289392,1485535],[-1286262,1520933],[-1283130,1522608],[-1280817,1533154],[-1281461,1531302],[-1288132,1524836],[-1283316,1525124],[-1285655,1523651],[-1287715,1530313],[-1288787,1528042],[-1284661,1527214],[-1283162,1530020],[-1287852,1533292],[-1284621,1533472],[-1283541,1532901],[-1282010,1533340],[-1285455,1541794],[-1281378,1544625],[-1284350,1541362],[-1283036,1539653],[-1280573,1541771],[-1291191,1538703],[-1282209,1537801],[-1289942,1555687],[-1287632,1554965],[-1290278,1551812],[-1291639,1554588],[-1291761,1553603],[-1287128,1553571],[-1284023,1553032],[-1283383,1556941],[-1288511,1558950],[-1288660,1557069],[-1284640,1559923],[-1289783,1558414],[-1292580,1560364],[-1291759,1559470],[-1285954,1561547],[-1292018,1562861],[-1286898,1562481],[-1285395,1225284],[-1285605,1221061],[-1286137,1237077],[-1287001,1238553],[-1280665,1241937],[-1283427,1261110],[-1284808,1255922],[-1300326,1337326],[-1296809,1494734],[-1296453,1491780],[-1298827,1502136],[-1298700,1500207],[-1300453,1544077],[-1297678,1541728],[-1298056,1544675],[-1299253,1540368],[-1295068,1544964],[-1298402,1546700],[-1301175,1545396],[-1305318,1546763],[-1304401,1547564],[-1303967,1541519],[-1294592,1554903],[-1296460,1553129],[-1292802,1552221],[-1300544,1558362],[-1295142,1557439],[-1294205,1556686],[-1297464,1558136],[-1296833,1558309],[-1295413,1558969],[-1304276,1559813],[-1304063,1557967],[-1298855,1561875],[-1294371,1563108],[-1303679,1726482],[-1306625,1342343],[-1311355,1351735],[-1309665,1543566],[-1309849,1545395],[-1314362,1545262],[-1311097,1546546],[-1315182,1542205],[-1311596,1548527],[-1313587,1547268],[-1315329,1545037],[-1315925,1545388],[-1309231,1548291],[-1306576,1556561],[-1309316,1554387],[-1313038,1550666],[-1312156,1551530],[-1305770,1552597],[-1310094,1553103],[-1310250,1557212],[-1306252,1552180],[-1307599,1549709],[-1319964,1335869],[-1320194,1354788],[-1343492,1432460],[-1340650,1446171],[-1341125,1448112],[-1339768,1455675],[-1338852,1454234],[-1342142,1450874],[-1341963,1450505],[-1341524,1462190],[-1341935,1472032],[-1343939,1229113],[-1342085,1235882],[-1333334,1253866],[-1333479,1249671],[-1336537,1249338],[-1335084,1255866],[-1342531,1276157],[-1340425,1274232],[-1338643,1268969],[-1349130,1299390],[-1347028,1302675],[-1346644,1300131],[-1355539,1304546],[-1352943,1293951],[-1348671,1417870],[-1349562,1413542],[-1352268,1415068],[-1352315,1416368],[-1344267,1432281],[-1344437,1436883],[-1344995,1435861],[-1347748,1471590],[-1349564,1466336],[-1344976,1468362],[-1355338,1228115],[-1344237,1243979],[-1345765,1247381],[-1349656,1252325],[-1344709,1258798],[-1344594,1264539],[-1350153,1266296],[-1352082,1274589],[-1358227,1284356],[-1363856,1302522],[-1366331,1302532],[-1359063,1303045],[-1362290,1296650],[-1365454,1380177],[-1368659,1373660],[-1365111,1371793],[-1361454,1387399],[-1365567,1390038],[-1363857,1384124],[-1362510,1386081],[-1368503,1398083],[-1368203,1395721],[-1358162,1415806],[-1357703,1417150],[-1359209,1222282],[-1369195,1226164],[-1357179,1239214],[-1359179,1244119],[-1368306,1245529],[-1368360,1279141],[-1363149,1277028],[-1372606,1284843],[-1381483,1291282],[-1371641,1303194],[-1374717,1300551],[-1372798,1365714],[-1371943,1365750],[-1371525,1373135],[-1380304,1373966],[-1379952,1371477],[-1370744,1369933],[-1371587,1371144],[-1370587,1379642],[-1373321,1371590],[-1380252,1380009],[-1381453,1379163],[-1376458,1377012],[-1372827,1382350],[-1380949,1389201],[-1370801,1400249],[-1370578,1132973],[-1375555,1220499],[-1376280,1226760],[-1379192,1232611],[-1369658,1239707],[-1378560,1241252],[-1381936,1261319],[-1387091,1282082],[-1391174,1281138],[-1383591,1373898],[-1384972,1372547],[-1392181,1380016],[-1391627,1380985],[-1383559,1394321],[-1382853,1393905],[-1382926,1395327],[-1383303,1390802],[-1383734,1389784],[-1392837,1133994],[-1382984,1233424],[-1385619,1252248],[-1388058,1256700],[-1392987,1266437],[-1391455,1276308],[-1384373,1279902],[-1392190,1277210],[-1404320,1280636],[-1400399,1282109],[-1398525,1285939],[-1397992,1285682],[-1398956,1254405],[-1395644,1250884],[-1401894,1261744],[-1398797,1258134],[-1400577,1261350],[-1396042,1260454],[-1405878,1277699],[-1402868,1268392],[-1404043,1270699],[-1396929,1278694],[-1418242,1406439],[-1417353,1405949],[-1414600,1406603],[-1412852,1407391],[-1416543,1410779],[-1416131,1410160],[-1418631,1408985],[-1415669,1410236],[-1408416,1013439],[-1410457,1027286],[-1425719,1399931],[-1425182,1400644],[-1431500,1400680],[-1430305,1402524],[-1433326,1401599],[-1429986,1400404],[-1431433,1397628],[-1426508,1398476],[-1427988,1397241],[-1433277,1149370],[-1432632,1152179],[-1436531,1396799],[-1438452,1398492],[-1435053,1400908],[-1443807,1410328],[-1443087,1411842],[-1434950,1144681],[-1457682,1405712],[-1456091,1399709],[-1458006,1402830],[-1449719,1396662],[-1450061,1396847],[-1455127,1401456],[-1454792,1406888],[-1453794,1407297],[-1447997,1407710],[-1448283,1407230],[-1451512,1411828],[-1447332,1409246],[-1449722,1410082],[-1447078,1177528],[-1450295,1177219],[-1449157,1173303],[-1457447,1177035],[-1457530,1171490],[-1451780,1188052],[-1453697,1189525],[-1455390,1180029],[-1458563,1178375],[-1454308,1199822],[-1456263,1190908],[-1454682,1196095],[-1455990,1209453],[-1458427,1235130],[-1459895,1394771],[-1460197,1401333],[-1464140,1399436],[-1460856,1396812],[-1464585,1099451],[-1467966,1104844],[-1459330,1180700],[-1460636,1189330],[-1461285,1195240],[-1461574,1200082],[-1461757,1193892],[-1461512,1206081],[-1462404,1238467],[-1464869,1243993],[-1464569,1244201],[-1476046,1394474],[-1475571,1401613],[-1478825,1400586],[-1475718,1405804],[-1474634,1410464],[-1472475,1408783],[-1478412,1097236],[-1474990,1098068],[-1483994,1107042],[-1475906,1104219],[-1476894,1101164],[-1481958,1109687],[-1484460,1114627],[-1475993,1265982],[-1475942,1266047],[-1482544,1276958],[-1482321,1273072],[-1478505,1276054],[-1482342,1279189],[-1480339,1268821],[-1492291,1280270],[-1486171,1280898],[-1489084,1283233],[-1494894,1281380],[-1495813,1282702],[-1495835,1281422],[-1493576,1286912],[-1490040,1288620],[-1494195,1289491],[-1493625,1301798],[-1486290,1392727],[-1488595,1390211],[-1496924,1391540],[-1496435,1392159],[-1492536,1387787],[-1495331,1390290],[-1489848,1390977],[-1490702,1388316],[-1491678,1390418],[-1494963,1406160],[-1491759,1407621],[-1490090,1404075],[-1489020,1416228],[-1492590,1413972],[-1488636,1409856],[-1495141,1409823],[-1494787,1409336],[-1487675,1105441],[-1490490,1112725],[-1493989,1271775],[-1495575,1270376],[-1505373,1285089],[-1507721,1287482],[-1505162,1299633],[-1503293,1297002],[-1507215,1378210],[-1508772,1389624],[-1505332,1391042],[-1506197,1386247],[-1504661,1389655],[-1504451,1388878],[-1503470,1389332],[-1505424,1385357],[-1510144,1396704],[-1506573,1396534],[-1501900,1395488],[-1507666,1395988],[-1503946,1399123],[-1507204,1395815],[-1501266,1261888],[-1508751,1278838],[-1507078,1273864],[-1501185,1273238],[-1507928,1278637],[-1504977,1279489],[-1500108,1274354],[-1510515,1283799],[-1513051,1378644],[-1517719,1391508],[-1512839,1389317],[-1514399,1386990],[-1520493,1382741],[-1523182,1387981],[-1522502,1384349],[-1515279,1386858],[-1518760,1390657],[-1517691,1386068],[-1521301,1388645],[-1521448,1388119],[-1516542,1386572],[-1522555,1386679],[-1515911,1393374],[-1518901,1393224],[-1518568,1393027],[-1520698,1389881],[-1519526,1390719],[-1519237,1395379],[-1521118,1398851],[-1520647,1395709],[-1520945,1398178],[-1523135,1400554],[-1530010,1382338],[-1530640,1385608],[-1527383,1392351],[-1528758,1392285],[-1526383,1383325],[-1528484,1392487],[-1528543,1390684],[-1527977,1389885],[-1527320,1386445],[-1527665,1388388],[-1525800,1387986],[-1525526,1389612],[-1525323,1392331],[-1526184,1394114],[-1524634,1395517],[-1526229,1399046],[-1535139,1113745],[-1533127,1112226],[-1535759,1112288],[-1545819,1374532],[-1536945,1113064],[-1541958,1108544],[-1536063,1105917],[-1538087,1112061],[-1555296,1373183],[-1552119,1377171],[-1553833,1377489],[-1554341,1377515],[-1549548,1374686],[-1551103,1378130],[-1550292,1377960],[-1551024,1109415],[-1549447,1108418],[-1569410,1326564],[-1573803,1325034],[-1569974,1322543],[-1570995,1335203],[-1570494,1344410],[-1570529,1346107],[-1572684,1104142],[-1571337,1104702],[-1573909,1105423],[-1578147,1327232],[-1579551,1327662],[-1576896,1329019],[-1574446,1324214],[-1583509,1335930],[-1583710,1338544],[-1579042,1334094],[-1583170,1340344],[-1579312,1342295],[-1579031,1340550],[-1575008,1346258],[-1574648,1109059],[-1588399,1109166],[-1595070,1110984],[-1597506,1106505],[-1597099,1108102],[-1592045,1106527],[-1598577,1123414],[-1592809,1118049],[-1598586,1121352],[-1587749,1118130],[-1591009,1118601],[-1601287,1111582],[-1603551,1112368],[-1601723,1113851],[-1603510,1114048],[-1610781,1122170],[-1606849,1126100],[-1601958,1126921],[-1612833,1113188],[-1613171,1114164],[-145667,-273329],[-151576,42178],[-192540,45169],[-210965,-411201],[-214880,69641],[-228999,68843],[-242117,132371],[-231519,595383],[-239963,595109],[-233111,72041],[-244270,135495],[-243754,70091],[-245989,68506],[-280044,50857],[-276546,96980],[-293543,506919],[-283984,73712],[-305117,333294],[-298184,36503],[-305473,40352],[-295679,513918],[-304512,518800],[-304392,522813],[-305526,64648],[-301792,77014],[-299763,76952],[-316598,319620],[-307244,326394],[-314922,324802],[-314147,322364],[-307340,506219],[-313069,514288],[-317725,75383],[-313428,101176],[-326184,300725],[-324892,300049],[-324967,294714],[-320627,310875],[-323192,311261],[-328130,332184],[-331222,327628],[-321714,334210],[-323841,338588],[-325609,340092],[-328979,34801],[-322965,38763],[-321764,55376],[-320614,67310],[-330834,99462],[-338194,306458],[-341336,324107],[-344402,329680],[-339653,330113],[-337579,324919],[-342735,337353],[-335216,337594],[-340769,338018],[-339784,25964],[-353838,303007],[-357523,330433],[-354698,329138],[-347535,330979],[-352762,340631],[-370072,311966],[-376035,306952],[-373326,304607],[-372680,307120],[-373636,316343],[-373426,318368],[-381336,315349],[-379776,318579],[-371888,313577],[-374206,321485],[-378061,320499],[-418328,294366],[-420008,490508],[-413380,499159],[-422972,292464],[-430363,298281],[-443040,-405098],[-438373,305618],[-435782,318603],[-441599,314505],[-455997,-388630],[-458450,-390481],[-450799,-393196],[-456852,-393447],[-453615,-394643],[-458205,-408669],[-454696,-407336],[-459239,-400579],[-449463,-404606],[-459587,-416103],[-460296,-424136],[-471620,-389558],[-468883,-392578],[-463820,-394502],[-461377,-392908],[-470443,-409292],[-461988,-421555],[-460987,-409788],[-466737,-419904],[-467713,-434462],[-464376,-424731],[-467764,-433025],[-464675,-427663],[-462124,-432454],[-470194,-432226],[-475747,-396576],[-476083,-393446],[-474477,-394350],[-480391,-385713],[-473963,-413163],[-480563,-424376],[-479504,-430703],[-494230,-383240],[-489354,-395234],[-495071,-390739],[-498252,-393831],[-492557,-400668],[-492380,-407584],[-495566,-403009],[-488400,-399300],[-494578,-397564],[-495200,-401561],[-491546,-402118],[-488918,-421234],[-490615,-421730],[-490998,-412386],[-492121,-413560],[-488547,-417686],[-491068,-423814],[-489105,-424582],[-495208,378315],[-495477,386387],[-489331,384548],[-499808,-392045],[-509472,-392424],[-504008,-387243],[-501629,-406749],[-499878,-402318],[-503790,-400094],[-509821,-421577],[-507150,-416842],[-499508,382927],[-503404,371529],[-504810,392358],[-514149,-412407],[-514113,367532],[-517052,379362],[-514939,388087],[-554225,212459],[-555238,208102],[-571494,178258],[-569298,186601],[-569141,181870],[-573862,195846],[-570242,194173],[-564858,212121],[-572755,214614],[-577609,199672],[-592042,213061],[-589364,212529],[-590385,219036],[-609304,57772],[-607266,53972],[-623695,56222],[-614637,56795],[-642632,-274292],[-643946,-281218],[-647649,-287022],[-649782,-287529],[-649443,-281643],[-665592,-156805],[-664745,-155554],[-657381,-272206],[-741689,1722297],[-734884,1716575],[-742511,1726669],[-824424,1729252],[-842858,1726935],[-843840,1732143],[-841711,1730550],[-845171,1733135],[-844939,1729493],[-860187,1646235],[-1088965,1535231],[-1092196,1533375],[-1091487,1536570],[-1093122,1537979],[-1113427,1521343],[-1109904,1519956],[-1109394,1520281],[-1105255,1521295],[-1109879,1523055],[-1109261,1519015],[-1112141,1523426],[-1111731,1524897],[-1111188,1525272],[-1107673,1524844],[-1107425,1534570],[-1107799,1528066],[-1108015,1532700],[-1103728,1535346],[-1105723,1539208],[-1109238,1542357],[-1111941,1546137],[-1107086,1545345],[-1107338,1542605],[-1113110,1536728],[-1119458,1524088],[-1118626,1532815],[-1113940,1531989],[-1115217,1539837],[-1131009,1528796],[-1137802,1524117],[-1138415,1528438],[-1128216,1526238],[-1128542,1526608],[-1126563,1530253],[-1127537,1531305],[-1139351,1524893],[-1162600,1446735],[-1162539,1449755],[-1175937,1508719],[-1176732,1528864],[-1176459,1530974],[-1177511,1540355],[-1180412,1489710],[-1187844,1533347],[-1189274,1530094],[-1188929,1530358],[-1179426,1532525],[-1186932,1545863],[-1185829,1544499],[-1179010,1541308],[-1180839,1538014],[-1195186,1497472],[-1200413,1527491],[-1193629,1533369],[-1199978,1534045],[-1201659,1532776],[-1202677,1531206],[-1197048,1533951],[-1198798,1533466],[-1191003,1530192],[-1194961,1536369],[-1202186,1540420],[-1200813,1540108],[-1195119,1547328],[-1190551,1548913],[-1193518,1545274],[-1194990,1546798],[-1196243,1542390],[-1194666,1543955],[-1198878,1551348],[-1196638,1549905],[-1198305,1553018],[-1211377,1507669],[-1206536,1517302],[-1207937,1515182],[-1214238,1511351],[-1213907,1512119],[-1210809,1511743],[-1206682,1521913],[-1209397,1523149],[-1207813,1523441],[-1206227,1535389],[-1206828,1527292],[-1206017,1524665],[-1206642,1526078],[-1203629,1537631],[-1233649,1625134],[-1232920,1639691],[-1234403,1226025],[-1240205,1223737],[-1230678,1234100],[-1234904,1251158],[-1238746,1257509],[-1236737,1255740],[-1245853,1644730],[-1248775,1709752],[-1265231,1548158],[-1265254,1556869],[-1266988,1549352],[-1266762,1549615],[-1264743,1550970],[-1264182,1555234],[-1261960,1551086],[-1259837,1554447],[-1262170,1552537],[-1261917,1553256],[-1266336,1556823],[-1263867,1558429],[-1261443,1560832],[-1266761,1560880],[-1264808,1558826],[-1261620,1556582],[-1266223,1209822],[128383,-24386],[135611,-37313],[135472,-34277],[130598,-32065],[139642,11171],[130222,17577],[144254,-9659],[144388,-24465],[141011,-19571],[150976,-27430],[144221,-27962],[158134,-14874],[160836,146206],[38799,15974],[457223,-66297],[486686,-92504],[482778,-96855],[39418,20233],[71851,61267],[71797,63000],[68529,68129],[70779,73241],[86368,10033],[87771,7250],[82069,8896],[87780,10998],[81578,5520],[88371,22833],[89156,23423],[84355,18272],[88327,14254],[85533,35570],[86856,36240],[85009,50021],[82250,47408],[87389,45612],[81792,52066],[85739,52995],[88611,55140],[86041,62772],[88417,59519],[87797,64081],[80016,68340],[81698,72540],[84262,66688],[86340,71776],[84739,75933],[86688,67045],[87179,73941],[78699,78610],[84341,77936],[81224,81485],[85345,88798],[100461,-17688],[100874,-29382],[95740,6728],[98215,6654],[91914,8652],[96038,19923],[91801,31953],[92790,31096],[89938,30610],[93023,28693],[95822,28419],[102021,28877],[97313,50827],[92592,46712],[99789,44075],[100606,47259],[102385,40599],[92176,44292],[97809,44099],[90562,58498],[96058,52074],[96698,55506],[96620,63385],[97903,51574],[98462,61507],[90069,68819],[96446,74626],[99037,72685],[92210,78996],[95548,82102],[95811,84014],[93899,86986],[101087,80923],[102091,80737],[93750,93167],[97447,96719],[94204,99016],[103324,-3754],[108804,-1699],[112721,-3020],[108282,-2426],[103121,-6334],[106073,4863],[113324,11672],[113368,6284],[103133,6257],[103318,8036],[112396,13868],[112747,16452],[108252,18970],[108939,16816],[109753,24567],[114866,25264],[107476,35963],[106951,28638],[106445,32427],[105086,34534],[110360,33091],[108750,26173],[111849,30941],[113523,31232],[102462,49927],[106578,44439],[104328,38768],[108901,38831],[109291,40818],[112851,41123],[108658,47215],[105954,46165],[103611,52172],[104220,55670],[105624,90980],[105592,94260],[104083,96797],[104598,90213],[119139,-1246],[123828,-10509],[125710,-22035],[124411,-30696],[126270,-29342],[124739,4036],[122478,3802],[121389,9079],[116968,3121],[125094,21158],[126475,13441],[117616,22586],[126529,35661],[124432,36374],[115498,32676],[115826,35556],[117809,36038],[116875,28742],[120920,34139],[117420,45343],[121109,43097],[121478,39765],[-1269749,1548232],[-1270230,1548636],[-1279356,1540542],[-1277114,1539434],[-1276469,1557702],[-1269956,1555221],[-1267399,1549087],[-1272789,1560734],[-1276124,1551020],[-1268709,1559789],[-1276178,1561399],[-1273392,1556019],[-1267553,1556624],[-1271795,1557210],[-1267387,1553397],[-1279131,1563410],[-1279529,1240219],[-1279294,1248010],[-1279678,1242297],[-1290277,1481655],[-1290285,1481068],[-1289359,1484635],[-1284795,1530471],[-1287407,1527164],[-1282757,1526359],[-1286747,1530228],[-1288942,1530810],[-1285887,1532534],[-1282718,1543850],[-1281271,1544876],[-1284674,1542260],[-1283893,1540305],[-1285609,1543511],[-1289251,1557427],[-1280734,1550569],[-1281631,1556775],[-1292350,1557287],[-1290787,1552334],[-1287159,1555106],[-1283126,1552187],[-1291367,1555931],[-1288098,1550051],[-1281105,1559416],[-1285842,1550657],[-1281643,1551514],[-1284576,1552993],[-1281241,1554036],[-1287699,1558645],[-1284413,1559904],[-1281620,1561692],[-1290001,1559308],[-1286541,1561722],[-1281305,1561868],[-1292015,1563169],[-1288495,1699275],[-1287000,1701145],[-1281715,1720955],[-1283030,1222999],[-1281155,1239309],[-1283642,1247664],[-1284412,1244652],[-1285404,1242573],[-1286356,1261095],[-1283452,1259089],[-1280222,1257526],[-1280016,1255214],[-1281471,1255316],[-1301387,1329461],[-1299482,1334201],[-1297788,1492328],[-1292919,1494945],[-1296311,1494380],[-1299773,1496699],[-1298174,1498142],[-1301497,1512830],[-1293811,1535034],[-1298051,1543583],[-1296265,1543013],[-1296640,1542295],[-1303991,1542298],[-1304921,1547635],[-1300482,1544991],[-1301057,1546777],[-1301722,1542954],[-1300207,1540149],[-1302481,1544987],[-1300114,1549636],[-1294885,1553189],[-1304887,1556834],[-1297435,1559135],[-1297266,1558005],[-1296350,1559676],[-1302626,1560463],[-1302916,1557494],[-1298254,1562317],[-1293769,1562852],[-1297297,1725522],[-1300219,1725778],[-1308976,1327552],[-1305740,1339090],[-1317999,1341132],[-1311958,1341586],[-1308834,1347709],[-1317634,1352006],[-1312817,1541508],[-1311353,1544724],[-1313750,1542035],[-1313510,1544035],[-1313201,1547777],[-1311731,1539300],[-1315579,1545012],[-1317821,1545150],[-1308983,1546036],[-1308187,1549999],[-1308833,1555373],[-1309535,1550017],[-1314123,1551284],[-1310878,1552310],[-1308449,1551014],[-1310270,1557245],[-1307672,1550074],[-1323494,1338033],[-1320858,1340444],[-1341980,1432859],[-1343016,1445619],[-1342289,1445170],[-1343699,1437211],[-1343946,1438026],[-1341956,1451952],[-1340754,1452473],[-1341502,1448199],[-1341295,1448155],[-1340172,1468483],[-1341462,1470053],[-1343805,1471505],[-1343867,1225193],[-1342460,1234467],[-1336206,1254203],[-1333683,1251615],[-1334983,1249297],[-1333520,1252968],[-1341815,1242879],[-1341689,1245544],[-1334387,1258383],[-1339400,1270986],[-1336160,1273993],[-1344134,1273915],[-1350210,1288610],[-1346857,1300054],[-1355919,1304960],[-1346953,1303608],[-1354837,1297317],[-1352228,1306692],[-1348254,1416346],[-1351234,1414804],[-1352689,1417350],[-1344825,1434150],[-1346455,1468782],[-1346212,1470978],[-1349541,1223409],[-1344513,1229530],[-1353530,1232726],[-1354744,1239037],[-1354487,1251763],[-1356327,1246540],[-1345099,1257323],[-1346861,1264270],[-1346675,1266945],[-1354341,1271562],[-1345953,1268451],[-1353249,1268545],[-1362033,1290283],[-1366929,1303568],[-1363569,1293270],[-1360562,1306158],[-1369346,1369704],[-1363179,1380814],[-1365083,1382048],[-1364224,1373931],[-1368619,1373917],[-1366913,1372838],[-1363607,1387204],[-1365624,1391597],[-1365234,1384181],[-1368983,1393065],[-1359152,1416011],[-1357268,1418462],[-1369174,1130458],[-1361150,1222002],[-1369338,1225043],[-1364919,1225221],[-1367928,1236282],[-1364252,1246750],[-1359552,1276776],[-1375280,1284987],[-1370480,1289375],[-1378671,1281876],[-1379944,1289525],[-1371053,1301349],[-1372352,1368057],[-1369628,1380639],[-1380072,1371139],[-1379114,1371221],[-1371294,1371876],[-1370611,1376796],[-1372970,1371652],[-1372882,1373622],[-1371232,1376412],[-1381898,1380828],[-1377392,1378024],[-1377036,1376035],[-1381661,1376440],[-1374074,1377814],[-1381653,1387770],[-1380817,1389713],[-1370169,1396688],[-1379626,1408244],[-1374770,1131935],[-1372598,1131410],[-1374209,1221464],[-1372618,1223419],[-1379670,1233462],[-1381807,1234472],[-1374914,1245409],[-1381469,1264206],[-1376845,1268873],[-1391097,1283973],[-1382704,1374424],[-1393180,1381486],[-1391370,1382806],[-1383033,1394833],[-1382543,1391791],[-1394437,1132850],[-1393837,1131583],[-1385731,1237810],[-1383530,1235865],[-1385477,1247330],[-1385840,1254364],[-1389460,1263005],[-1392872,1268675],[-1386794,1273159],[-1383175,1277953],[-1394534,1273719],[-1393658,1277569],[-1402567,1280989],[-1400782,1281906],[-1400961,1284733],[-1399071,1284040],[-1397562,1286909],[-1407008,1018567],[-1404810,1012599],[-1397637,1255504],[-1398838,1257826],[-1406469,1274146],[-1404721,1277254],[-1416502,1408060],[-1418918,1407441],[-1412180,1407437],[-1412773,1408178],[-1414817,1411062],[-1415720,1412919],[-1418128,1409845],[-1416915,1408309],[-1409009,1027906],[-1414152,1030232],[-1425679,1392788],[-1426049,1402154],[-1425326,1401869],[-1431568,1401132],[-1431660,1402735],[-1431828,1397544],[-1428320,1397445],[-1425625,1397230],[-1427165,1398972],[-1434851,1399408],[-1437393,1399338],[-1435703,1400707],[-1435669,1403471],[-1435338,1143785],[-1456036,1397588],[-1456040,1397973],[-1450506,1397075],[-1448610,1400450],[-1457023,1395427],[-1449757,1401126],[-1454197,1403646],[-1452324,1407062],[-1449491,1405452],[-1452604,1409092],[-1452316,1409089],[-1452512,1411482],[-1452101,1410130],[-1447940,1414804],[-1447641,1410643],[-1448661,1176330],[-1459179,1173060],[-1454110,1183000],[-1455490,1187273],[-1450612,1181684],[-1454950,1189082],[-1449316,1178882],[-1456716,1194029],[-1457663,1194066],[-1452246,1192022],[-1459194,1192003],[-1454371,1213303],[-1465810,1404175],[-1460395,1399805],[-1469864,1405117],[-1468233,1100087],[-1470661,1104362],[-1461375,1176107],[-1461514,1190418],[-1459722,1192422],[-1461047,1196729],[-1465227,1238151],[-1463575,1238932],[-1459668,1231021],[-1464900,1242597],[-1482916,1282491],[-1478679,1393744],[-1480630,1396284],[-1480942,1401363],[-1476149,1398880],[-1474251,1399787],[-1476855,1405425],[-1472294,1407900],[-1472679,1094699],[-1479333,1100674],[-1475087,1099999],[-1482557,1110396],[-1483402,1109484],[-1481210,1107971],[-1476332,1117544],[-1480764,1265892],[-1482855,1276848],[-1481062,1275467],[-1484285,1276022],[-1479595,1269991],[-1482011,1268357],[-1489211,1280907],[-1489111,1283458],[-1495348,1282766],[-1493635,1281704],[-1493267,1286352],[-1496069,1287582],[-1494692,1291742],[-1493449,1286831],[-1492038,1300266],[-1492469,1394697],[-1487194,1392324],[-1488795,1392224],[-1492152,1390884],[-1493395,1391653],[-1492799,1407966],[-1490762,1403206],[-1485058,1416267],[-1485643,1417205],[-1487053,1412308],[-1494285,1408440],[-1490739,1410602],[-1489373,1107977],[-1489998,1112483],[-1487111,1110680],[-1486385,1105562],[-1485672,1115273],[-1488875,1278556],[-1496484,1270599],[-1500235,1280552],[-1508236,1281000],[-1507656,1285794],[-1500059,1293856],[-1501345,1295321],[-1501567,1300229],[-1501738,1381510],[-1503446,1391744],[-1507785,1392028],[-1504438,1390288],[-1505914,1384380],[-1507352,1386880],[-1502358,1383766],[-1503604,1395359],[-1507872,1395547],[-1501574,1397045],[-1507156,1395814],[-1503675,1265678],[-1498581,1273550],[-1508132,1275452],[-1506628,1278113],[-1506171,1273884],[-1512763,1376732],[-1520727,1383938],[-1517250,1392768],[-1519732,1389150],[-1516243,1390009],[-1523082,1391359],[-1520617,1395157],[-1516769,1396462],[-1519221,1398511],[-1522946,1396361],[-138770,-273255],[-1530660,1382567],[-1530082,1385909],[-1528268,1391908],[-1528225,1386736],[-1525867,1383247],[-1527625,1385407],[-1526264,1389167],[-1523869,1389858],[-1525587,1389113],[-1523690,1390686],[-1525679,1399853],[-1529017,1396046],[-1526163,1397834],[-1535740,1111367],[-1535612,1110726],[-1530557,1109354],[-1547432,1374506],[-1541505,1377008],[-1545599,1377239],[-1537260,1112955],[-1548322,1105732],[-1546349,1110573],[-1540492,1112330],[-1554251,1376182],[-1551563,1378591],[-1550473,1379180],[-1549941,1113023],[-1551819,1106377],[-1555894,1109967],[-1568253,1323609],[-1573742,1330653],[-1572276,1328186],[-1573928,1322450],[-1572253,1336348],[-1570578,1346508],[-1571544,1348098],[-1573084,1104380],[-1578960,1329375],[-1577208,1330841],[-1575760,1322614],[-1580791,1337771],[-1581031,1337302],[-1579545,1335710],[-1578577,1342590],[-1577248,1343350],[-1577090,1344500],[-1575597,1347947],[-1574464,1104430],[-1578403,1104560],[-1578484,1109152],[-1575671,1105399],[-1574883,1106488],[-1592224,1103719],[-1595055,1111306],[-1596957,1109190],[-1599699,1112309],[-1591450,1107811],[-1597003,1105896],[-1598985,1113868],[-1597141,1118744],[-1592779,1116189],[-1588267,1122349],[-1588886,1119557],[-1608692,1111141],[-1609242,1110650],[-1606145,1109096],[-1606227,1107283],[-1609311,1124154],[-1604685,1122779],[-1610436,1126905],[-1601647,1126717],[-144544,33389],[-152552,42159],[-196310,40941],[-197788,56655],[-210492,-410229],[-208471,74249],[-223616,67777],[-242217,136335],[-242339,135145],[-237727,65871],[-248017,69398],[-248461,65097],[-249442,80378],[-271656,89743],[-278687,108536],[-287998,509456],[-292653,515529],[-291598,512702],[-282794,56380],[-291434,54133],[-305690,324137],[-306752,331870],[-306637,329722],[-303616,34865],[-300371,502534],[-296693,515883],[-301513,518260],[-305166,516191],[-304865,527547],[-302452,62153],[-319406,306804],[-316948,307506],[-310315,319178],[-318597,311158],[-314673,309324],[-310442,311666],[-312713,322539],[-315440,330636],[-314902,327899],[-315900,329884],[-311957,510932],[-314440,41633],[-316186,50591],[-310493,519591],[-309186,103805],[-330029,293536],[-329064,295958],[-322796,296898],[-326838,300779],[-329740,330632],[-328767,330945],[-326519,340133],[-329785,34512],[-326440,68374],[-323009,77907],[-325153,83103],[-329169,91424],[-337395,324225],[-337000,327088],[-343141,334730],[-337549,30796],[-355908,302038],[-353434,329348],[-346842,330705],[-351490,340235],[-355580,340354],[-369621,315444],[-365869,326083],[-368152,332512],[-365359,329595],[-360599,325168],[-363892,326073],[-359225,328420],[-376922,303217],[-376977,314895],[-372097,316401],[-382220,311685],[-379470,316859],[-377650,308279],[-374574,308478],[-378170,322661],[-409581,494671],[-401466,500396],[-421928,298078],[-429455,289528],[-431479,295670],[-425160,304645],[-430801,308124],[-433220,320322],[-445297,289862],[-443951,320515],[-459204,-392641],[-448052,-390812],[-456269,-400388],[-469542,-391442],[-461710,-397731],[-473354,-420605],[-464450,-420254],[-478928,-385746],[-475423,-411650],[-496104,-395152],[-487823,-386540],[-498975,-389554],[-495603,-402083],[-492134,-404035],[-489258,373686],[-492425,385043],[-495220,389089],[-495485,391684],[-500288,-371291],[-502867,-373875],[-500182,-390841],[-508418,-390339],[-504859,-391286],[-504063,-402360],[-500689,-410713],[-501944,371126],[-499908,380896],[-510752,383075],[-503349,374984],[-505024,395339],[-513241,-419622],[-512020,376477],[-544760,202255],[-542396,201619],[-542228,205020],[-556222,191123],[-558370,196238],[-561059,209236],[-557796,209963],[-572687,191633],[-576934,208697],[-593031,1782514],[-591915,211047],[-598831,214823],[-594803,219847],[-611423,62306],[-649807,-152863],[-649806,-162430],[-649453,-155188],[-651159,-158437],[-647056,-163379],[-644124,-163370],[-645570,-160899],[-652652,-154827],[-651336,-168819],[-645764,-171405],[-647843,-172365],[-643143,-280102],[-645989,-280233],[-651343,-275260],[-649244,-269489],[-644421,-292083],[-651086,-285750],[-664990,-151158],[-658870,-152452],[-662863,-149862],[-661314,-153129],[-662768,-152049],[-663190,-152366],[-661431,-152622],[-659584,-156728],[-664527,-154083],[-664063,-158260],[-660213,-157334],[-653419,-157636],[-656922,-164040],[-657943,-164087],[-657320,-161755],[-654484,-160069],[-665177,-158696],[-657741,-163511],[-665399,-154293],[-662521,-160806],[-653435,-159198],[-664513,-159197],[-663148,-154405],[-665399,-166172],[-654083,-161707],[-655942,-163461],[-656389,-156404],[-660015,-162517],[-661185,-160490],[-658078,-155000],[-659975,-153868],[-655543,-162190],[-654296,-156908],[-655934,-161714],[-655475,-161618],[-660195,-156750],[-660275,-154969],[-656889,-167596],[-663961,-169098],[-655285,-168439],[-654769,-170495],[-659297,-170169],[-653099,-167977],[-654514,-170007],[-653160,-169456],[-663566,-171579],[-658084,-274380],[-653409,-272046],[-655254,-274002],[-659014,-277492],[-653984,-280461],[-665730,-151665],[-671210,-150561],[-671032,-150870],[-668061,-154860],[-667622,-165567],[-667021,-164806],[-665837,-156085],[-669796,-158476],[-667525,-166995],[-668192,-170054],[-733465,1714598],[-741051,1720843],[-738028,1720959],[-734563,1717419],[-826900,1734074],[-860652,1645392],[-1087151,1532922],[-1094165,1534731],[-1092881,1537293],[-1112932,1520946],[-1112157,1522187],[-1110558,1522964],[-1109521,1527541],[-1108702,1525600],[-1110132,1524421],[-1113322,1530200],[-1108333,1526890],[-1110335,1523909],[-1112012,1524287],[-1108101,1534650],[-1105355,1538333],[-1109203,1541271],[-1109757,1544010],[-1109583,1545198],[-1108266,1546169],[-1119121,1529498],[-1125772,1523797],[-1113994,1528181],[-1116426,1534550],[-1114608,1524259],[-1126005,1529942],[-1115221,1538566],[-1116415,1538122],[-1132328,1529986],[-1137805,1526573],[-1136084,1524368],[-1136657,1524912],[-1126459,1529339],[-1127592,1527808],[-1126506,1528043],[-1162100,1445323],[-1176763,1531832],[-1176169,1527904],[-1170516,1737791],[-1180997,1489151],[-1188885,1530802],[-1189343,1533846],[-1177650,1530881],[-1189856,1547524],[-1186638,1543355],[-1187679,1545492],[-1187692,1544722],[-1181006,1539852],[-1178607,1541362],[-1178457,1539360],[-1180353,1736762],[-1194269,1498973],[-1195312,1501704],[-1201122,1525128],[-1197890,1534738],[-1191208,1535061],[-1192888,1535015],[-1198175,1532719],[-1201563,1532826],[-1202245,1530118],[-1191194,1532368],[-1195862,1536653],[-1199301,1541804],[-1201132,1539102],[-1190592,1544031],[-1191105,1548774],[-1196084,1543862],[-1199766,1543803],[-1194792,1547678],[-1197895,1547455],[-1197171,1547536],[-1199946,1552332],[-1213863,1508360],[-1204373,1523316],[-1211348,1513846],[-1207967,1510932],[-1208909,1511027],[-1208765,1522796],[-1208654,1519279],[-1207717,1518860],[-1209848,1519090],[-1203602,1524201],[-1204709,1534514],[-1206755,1530793],[-1205043,1542806],[-1216514,1507667],[-1226722,1626821],[-1224317,1688711],[-1230006,1627124],[-1235589,1628160],[-1232936,1633290],[-1240425,1637096],[-1228866,1638772],[-1239351,1224108],[-1234719,1231024],[-1236598,1240632],[-1238211,1257853],[-1253635,1642560],[-1242104,1643326],[-1249089,1643869],[-1246863,1702889],[-1248038,1703174],[-1265884,1548757],[-1264653,1549380],[-1264389,1553841],[-1260787,1558771],[-1262245,1551462],[-1265188,1552930],[-1263527,1551958],[-1260834,1555838],[-1260580,1560516],[-1264061,1557869],[-1262144,1557771],[-1265889,1561503],[-1265854,1560575],[-1267034,1734193],[-1264861,1730442],[-1266982,1208519],[-104353,395911],[128882,-16194],[138158,-34815],[134761,-36281],[130238,-26395],[129584,22661],[136959,13746],[128737,33008],[141155,-3907],[141724,-22073],[143954,-17062],[142232,-29066],[148980,-28821],[236649,552490],[281018,65372],[453850,-66744],[477400,-93980],[481777,-91840],[43410,-368786],[46240,-364406],[44551,6109],[51075,1123],[526444,-117721],[541635,-92651],[54602,7771],[72569,630514],[76358,54922],[73251,53411],[70874,59450],[70785,63725],[78784,-370231],[79158,5634],[86789,8463],[82951,12281],[83577,15269],[83144,24889],[82658,18185],[88555,36345],[84911,26137],[80743,32324],[82937,33398],[88658,49449],[83980,49435],[81217,48072],[85863,59734],[85289,57174],[84222,53777],[88351,53300],[78471,53401],[87632,61921],[89244,62834],[89286,56617],[83337,72039],[85466,65117],[78935,72140],[85918,73262],[86158,75684],[81603,78409],[83172,84953],[98651,-2622],[99496,-7572],[100736,-22323],[92840,10622],[100801,11009],[99684,9121],[91735,5723],[100269,16086],[96763,15834],[96431,34827],[90241,37717],[90799,28958],[101205,30897],[100619,49974],[98299,48363],[97840,42048],[99822,51007],[89692,40626],[91121,44687],[96704,47253],[94563,44470],[89682,51589],[95417,60746],[91065,57512],[91293,54307],[99920,54080],[99834,56125],[98659,58274],[91512,65150],[95375,66479],[98271,65815],[96758,74244],[100588,73372],[95837,85546],[99096,79474],[101683,84257],[93268,101286],[95513,92294],[91909,91914],[94467,92387],[95447,102766],[105248,-3106],[103261,-1604],[105673,-21375],[109003,-28332],[106945,5569],[113209,8419],[113039,3215],[108761,21320],[114511,16795],[103645,20527],[106277,27997],[109107,26343],[108221,29733],[107261,32071],[110692,34203],[109247,35536],[112345,28691],[114015,27633],[102868,45119],[105190,39610],[106402,39282],[108173,46324],[109480,39422],[108873,50198],[108106,52805],[104731,82308],[103357,86773],[104091,87344],[106520,98673],[118985,144],[127499,-27865],[123759,-28845],[123030,-31926],[122499,2121],[124101,2791],[123472,9233],[122657,11758],[117832,2334],[115242,18031],[116924,19549],[115865,21606],[123752,16670],[121389,30873],[126674,37025],[118259,33110],[118483,43979],[116746,45656],[125715,42569],[124627,39663],[115302,39070],[-1277730,1529567],[-1270172,1548970],[-1274006,1547986],[-1269736,1548664],[-1268869,1548406],[-1278227,1537276],[-1279169,1555338],[-1276059,1554241],[-1268863,1554552],[-1277528,1553080],[-1275085,1557516],[-1278488,1556620],[-1272461,1556389],[-1267381,1550720],[-1270899,1556932],[-1275311,1551426],[-1274077,1552429],[-1269395,1551739],[-1271083,1553128],[-1268206,1559053],[-1278389,1551459],[-1278675,1559640],[-1279497,1561125],[-1276842,1560465],[-1273590,1558724],[-1274720,1556186],[-1272685,1554300],[-1268375,1553458],[-1276331,1253599],[-1277659,1257922],[-1276257,1258824],[-1290088,1480994],[-1286771,1486499],[-1292794,1486030],[-1289252,1485252],[-1285712,1529093],[-1289097,1530414],[-1284111,1544024],[-1281943,1544618],[-1282699,1540381],[-1283881,1541798],[-1285764,1543115],[-1282038,1560105],[-1288102,1554443],[-1282163,1549949],[-1290303,1553174],[-1291813,1556114],[-1290422,1554121],[-1289366,1550859],[-1287075,1558807],[-1282661,1557764],[-1292025,1554640],[-1280448,1557162],[-1287135,1549929],[-1285632,1552461],[-1281727,1552789],[-1280683,1553902],[-1283173,1556538],[-1280535,1551343],[-1291129,1559435],[-1286027,1561536],[-1290413,1562903],[-1292435,1562805],[-1283071,1225512],[-1285592,1221831],[-1282787,1227242],[-1286607,1239240],[-1282207,1239172],[-1283846,1254531],[-1283053,1247574],[-1284841,1244247],[-1286453,1255890],[-1283715,1256773],[-1285997,1261776],[-1281881,1260402],[-1301944,1329769],[-1298160,1492884],[-1293396,1491709],[-1297432,1498853],[-1299805,1501207],[-1298197,1540920],[-1297526,1544471],[-1303553,1539879],[-1303417,1546326],[-1299055,1541307],[-1300826,1544610],[-1300118,1539623],[-1301744,1541499],[-1303000,1545209],[-1296743,1553699],[-1304211,1550272],[-1304285,1549302],[-1294438,1554831],[-1294101,1552226],[-1304813,1556693],[-1294078,1557046],[-1301329,1558042],[-1297975,1559019],[-1296458,1559390],[-1295623,1558792],[-1303555,1559554],[-1304417,1558623],[-1294171,1558635],[-1292914,1561430],[-1297449,1563067],[-1312118,1543582],[-1316183,1545980],[-1309124,1545490],[-1307607,1547702],[-1311299,1544886],[-1312540,1547941],[-1314883,1543400],[-1306582,1550553],[-1308143,1554112],[-1309886,1549183],[-1314045,1550133],[-1310172,1550655],[-1310237,1552405],[-1306119,1553042],[-1310143,1555948],[-1309835,1551334],[-1307101,1552352],[-1325226,1351650],[-1326691,1483965],[-1343349,1433339],[-1341604,1445731],[-1342689,1435004],[-1340290,1455508],[-1340530,1451452],[-1341578,1463496],[-1341835,1469355],[-1338343,1238375],[-1342833,1236023],[-1332191,1251934],[-1333761,1250302],[-1334076,1250199],[-1342496,1244893],[-1334248,1255530],[-1334663,1272848],[-1337576,1275551],[-1342347,1274020],[-1340166,1269992],[-1343536,1267994],[-1351635,1290046],[-1344606,1301109],[-1344252,1304925],[-1354417,1304131],[-1355987,1294418],[-1350462,1306160],[-1351308,1414182],[-1353755,1414340],[-1356351,1416179],[-1345545,1469487],[-1356156,1221841],[-1351359,1222758],[-1348940,1227605],[-1355647,1229682],[-1355288,1238115],[-1346870,1245412],[-1353607,1253071],[-1348996,1254314],[-1345570,1263717],[-1355703,1272805],[-1360682,1292149],[-1359963,1286341],[-1367368,1289893],[-1364518,1303167],[-1368708,1302533],[-1358826,1306355],[-1369569,1369002],[-1368503,1367182],[-1364623,1380655],[-1365955,1374544],[-1359653,1386600],[-1362717,1383775],[-1362498,1384912],[-1356884,1417034],[-1369569,1130848],[-1362301,1224106],[-1361075,1220863],[-1366633,1223060],[-1366176,1224681],[-1365660,1241943],[-1358057,1243969],[-1367091,1245847],[-1359703,1278124],[-1371287,1284829],[-1376159,1284989],[-1370090,1287549],[-1373940,1300222],[-1381844,1294036],[-1374489,1369739],[-1372369,1369793],[-1379111,1372446],[-1381443,1374266],[-1370777,1378914],[-1374248,1374278],[-1382074,1378401],[-1377255,1378825],[-1373751,1380561],[-1380398,1387880],[-1380903,1393956],[-1371422,1395971],[-1369860,1397959],[-1378558,1410900],[-1374036,1131841],[-1377018,1148988],[-1379248,1231720],[-1376578,1244265],[-1380404,1246145],[-1380905,1262924],[-1376508,1269538],[-1369705,1279040],[-1386195,1282620],[-1384793,1283773],[-1390178,1282948],[-1391982,1380185],[-1383072,1391615],[-1382503,1390579],[-1393714,1133680],[-1383537,1234602],[-1385952,1237675],[-1394848,1250852],[-1387119,1256231],[-1393875,1268243],[-1388790,1274314],[-1403226,1281037],[-1400112,1284288],[-1397197,1285015],[-1397153,1287445],[-1407626,1019294],[-1402197,1017297],[-1396204,1252316],[-1402431,1261944],[-1398952,1257950],[-1398571,1259122],[-1405193,1265145],[-1401989,1265711],[-1395531,1266734],[-1405145,1273937],[-1396111,1274353],[-1395609,1277822],[-1418930,1406656],[-1414769,1410046],[-1416189,1411167],[-1412131,1408330],[-1409285,1015704],[-1408169,1015531],[-1411536,1014688],[-1409946,1028290],[-1413168,1032684],[-1424990,1399771],[-1429132,1403725],[-1430586,1399273],[-1427969,1398694],[-1429523,1152195],[-1434957,1398059],[-1434744,1403175],[-1443135,1409312],[-1435728,1144540],[-1434802,1141946],[-1458886,1404730],[-1454977,1400134],[-1452988,1398622],[-1449800,1401569],[-1454727,1403877],[-1452789,1408651],[-1449215,1411428],[-1448258,1411745],[-1452257,1177526],[-1451041,1176606],[-1458190,1170855],[-1455239,1190394],[-1453045,1186733],[-1452667,1185458],[-1450961,1184165],[-1459153,1190215],[-1453341,1183799],[-1458146,1180093],[-1455580,1195335],[-1452600,1194161],[-1453487,1192095],[-1453344,1198466],[-1458504,1240053],[-1465826,1399269],[-1460220,1399096],[-1471112,1409366],[-1470097,1096108],[-1466011,1097767],[-1465765,1101851],[-1465307,1104964],[-1469719,1103248],[-1459264,1187590],[-1459264,1178552],[-1460555,1203371],[-1459744,1237658],[-1462448,1235269],[-1459857,1238458],[-1482204,1398630],[-1475950,1401406],[-1477331,1110410],[-1475169,1101455],[-1475870,1102903],[-1478827,1101817],[-1481233,1110889],[-1477001,1269443],[-1482748,1272876],[-1483238,1274303],[-1480382,1269642],[-1489753,1281184],[-1488503,1280322],[-1494437,1281483],[-1492567,1285943],[-1494251,1286448],[-1494292,1290075],[-1485648,1281586],[-1494388,1301534],[-1488194,1389884],[-1491410,1391616],[-1495231,1388002],[-1494839,1389117],[-1493948,1389678],[-1491378,1407573],[-1492226,1413181],[-1487788,1112010],[-1487292,1110302],[-1487114,1108821],[-1494173,1268401],[-1496856,1273900],[-1507094,1283594],[-1504273,1284549],[-1505159,1295782],[-1501071,1296636],[-1499163,1300815],[-1501426,1302749],[-1505931,1378673],[-1498362,1392282],[-1503192,1391783],[-1507677,1392570],[-1506065,1385500],[-1503200,1387586],[-1504472,1387751],[-1505365,1389406],[-1501536,1392962],[-1507918,1395264],[-1504766,1396478],[-1505415,1399002],[-1503013,1262093],[-1500688,1271172],[-1505488,1279656],[-1502894,1277937],[-1513413,1286199],[-1512276,1378682],[-1514460,1388445],[-1512874,1390747],[-1519984,1385815],[-1515302,1388349],[-1522379,1387456],[-1518231,1385716],[-1517446,1387103],[-1515992,1393815],[-1515881,1394192],[-1518356,1386501],[-1518569,1395389],[-1522199,1391996],[-1519935,1389882],[-1522279,1394641],[-1521567,1394839],[-1510902,1398159],[-1517865,1397996],[-1519569,1396843],[-1522531,1398869],[-1527280,1382385],[-1529771,1393386],[-1528833,1395327],[-1531377,1382961],[-1528358,1393795],[-1526670,1383040],[-1526447,1383173],[-1527921,1389876],[-1525143,1391347],[-1527321,1386029],[-1525783,1383765],[-1525243,1384661],[-1529444,1395404],[-1523366,1395888],[-1535174,1106177],[-1534066,1108583],[-1532094,1111685],[-1547581,1376945],[-1547787,1376158],[-1546147,1376546],[-1546146,1377813],[-1538692,1379094],[-1537224,1110091],[-1544099,1105746],[-1537476,1107745],[-1545423,1109584],[-1556309,1377810],[-1553143,1373089],[-1554439,1376101],[-1550751,1378397],[-1549351,1108349],[-1553919,1111016],[-1549599,1106729],[-1568783,1324796],[-1572062,1326313],[-1569750,1338312],[-1573677,1347544],[-1570680,1106275],[-1574223,1107567],[-1576248,1326511],[-1577614,1325925],[-1575942,1328177],[-1579589,1337525],[-1579461,1337665],[-1580490,1340294],[-1574944,1343244],[-1579674,1345081],[-1579412,1106733],[-1577647,1107821],[-1575694,1107656],[-1589890,1106672],[-1590156,1102066],[-1598686,1106994],[-1594956,1107998],[-1598136,1111535],[-1593038,1104979],[-1595399,1105430],[-1593539,1121491],[-1594894,1115855],[-1590434,1119363],[-1591306,1115862],[-1603380,1109482],[-1607073,1109837],[-1609028,1112561],[-1603068,1109022],[-1606961,1110640],[-1611659,1125061],[-1603972,1125642],[-1604383,1125869],[-1613000,1124872],[-147067,-272514],[-210241,65173],[-239943,134326],[-232698,262142],[-238316,64758],[-231069,70901],[-241855,71331],[-243142,130168],[-250663,74349],[-276005,415451],[-276749,93511],[-279801,108272],[-286556,57082],[-282882,73505],[-301572,37690],[-303868,508236],[-296749,516421],[-303279,519287],[-299129,78378],[-315371,310205],[-315203,327513],[-308287,322745],[-315686,51239],[-307349,516720],[-313505,80908],[-314805,95268],[-321097,300856],[-321683,309177],[-327651,326554],[-323122,338033],[-323832,36310],[-332735,36520],[-325415,61990],[-340498,24939],[-340523,331274],[-338264,324926],[-337233,340756],[-341239,342949],[-342060,335459],[-351898,306872],[-355619,332171],[-355531,339335],[-359144,329238],[-363702,326805],[-377978,306069],[-379728,320682],[-384650,316185],[-401447,500999],[-415996,299605],[-413413,500648],[-428646,304680],[-434720,331945],[-438690,289366],[-439701,303646],[-440654,317204],[-437732,329249],[-459914,-401219],[-461966,-430025],[-464174,-428338],[-469160,-428312],[-483256,-389167],[-485156,-423949],[-489237,-392252],[-496025,-402455],[-496662,-409141],[-487871,-414592],[-495332,379019],[-490170,374560],[-492435,391245],[-502909,369393],[-508899,364999],[-502565,382134],[-501632,380095],[-502711,374973],[-503507,390887],[-507715,386031],[-513881,-413473],[-521124,357039],[-519622,366605],[-516620,358758],[-519868,379119],[-516917,379666],[-543296,206621],[-558096,209275],[-562433,206714],[-570707,175798],[-572388,192253],[-575259,195630],[-574876,203017],[-572119,216211],[-565749,210689],[-592336,215098],[-604525,55442],[-608816,62922],[-613979,67110],[-648472,-272181],[-650686,-280095],[-652777,-280135],[-647247,-274271],[-643542,-279627],[-641888,-274427],[-648384,-286622],[-646606,-281499],[-661862,-155991],[-661947,-155275],[-662737,-155356],[-664987,-156474],[-664602,-157524],[-663001,-157377],[-661931,-161296],[-655941,-266916],[-656071,-274428],[-658097,-278295],[-659375,-275915],[-734089,1714958],[-738164,1721662],[-824163,1727873],[-823683,1725211],[-829266,1734477],[-826756,1733639],[-844085,1727956],[-843416,1730478],[-840598,1729694],[-843052,1729898],[-860215,1646626],[-1087858,1532157],[-1091726,1537330],[-1108444,1520062],[-1111122,1522702],[-1110218,1521723],[-1109870,1522608],[-1110754,1527499],[-1113281,1527122],[-1105281,1524425],[-1112437,1534098],[-1103885,1538308],[-1110377,1543804],[-1109562,1547632],[-1118612,1528979],[-1131600,1527759],[-1136853,1524288],[-1136487,1525587],[-1127326,1528628],[-1127015,1530872],[-1162162,1450265],[-1172569,1505738],[-1175208,1533546],[-1181257,1490203],[-1182445,1491281],[-1187810,1535027],[-1189925,1533194],[-1178415,1529928],[-1181460,1546567],[-1188094,1543008],[-1182326,1538004],[-1177815,1540642],[-1194155,1501985],[-1194010,1501511],[-1200458,1526325],[-1195028,1535054],[-1193896,1534699],[-1198528,1533280],[-1201996,1531841],[-1197494,1535196],[-1191946,1531238],[-1193174,1547658],[-1192919,1547639],[-1196080,1545341],[-1199023,1546722],[-1198648,1550153],[-1201142,1550137],[-1215166,1505742],[-1211316,1510239],[-1210322,1508027],[-1212937,1506242],[-1205201,1521138],[-1205956,1516310],[-1210410,1515368],[-1212992,1523029],[-1204389,1525975],[-1204237,1535253],[-1209488,1530344],[-1205263,1544056],[-1204029,1537854],[-1236597,1221731],[-1235165,1225781],[-1234578,1231758],[-1235266,1237795],[-1231280,1233959],[-1237002,1256914],[-1263588,1548288],[-1267010,1549094],[-1263227,1552399],[-1265270,1552234],[-1260278,1550393],[-1264541,1551348],[-1262561,1558752],[-1262356,1552256],[-1263597,1554749],[-1264123,1559858],[-1266869,1555963],[-1262407,1551149],[-1261486,1556506],[-1263915,1557918],[-1261689,1557565],[-1261540,1560711],[-1264460,1561162],[-1266265,1558427],[-1259226,1205507],[-1265344,1207108],[-1259623,1262928],[128564,-16438],[136659,-31631],[134278,-37250],[133488,-25953],[148864,-10928],[144576,-19037],[143924,10185],[36542,-384933],[37215,25114],[458939,-66305],[481769,-98746],[478631,-102138],[504705,-97608],[51147,-365422],[53265,-377647],[51863,5646],[80098,8983],[82799,19934],[86414,15972],[87933,26461],[89548,37168],[89462,33934],[85709,27638],[83911,50040],[87580,49754],[79803,50982],[88718,43263],[87241,58933],[89190,53719],[78619,53998],[79771,76281],[98658,-6293],[99246,6098],[99527,14930],[90556,15185],[95667,22174],[90257,31684],[93935,29361],[91493,26915],[95017,27615],[99727,30487],[90813,47406],[91919,48973],[95509,51096],[98279,43231],[97788,40268],[93215,41958],[95507,41727],[96401,41311],[90498,55941],[102031,56652],[99671,76138],[98536,78162],[101285,83630],[96009,92519],[107818,-3624],[105929,79],[106149,-19476],[107492,-25730],[106636,-32112],[109595,1155],[103376,3850],[112773,5782],[112298,17656],[111600,24852],[102637,21018],[103363,38327],[104958,27916],[108485,31248],[106181,30035],[112310,34659],[113536,37718],[112865,28708],[108503,27108],[110235,35358],[110927,30632],[102861,28281],[102962,50019],[104712,44696],[103290,40028],[108193,41709],[110885,39453],[113254,40428],[112221,38743],[108693,55885],[105371,87050],[125704,-27675],[124371,6703],[119698,872],[124600,17142],[116519,22346],[123475,38204],[118108,31995],[126485,39474],[115695,44919],[116872,39984],[137916,-278798],[136655,-275183],[139605,-278422],[129486,-276580],[136060,-275908],[135173,-280797],[139220,-281090],[132404,-277759],[135053,-275679],[136378,-278603],[138253,-278620],[133875,-293442],[129006,-285987],[128225,-285401],[132617,-284080],[133521,-284552],[138350,-286050],[136935,-293977],[132300,-291859],[138487,-285959],[132391,-281517],[128471,-284090],[132908,-286018],[140119,-282084],[137827,-290294],[139319,-283522],[137819,-288619],[139909,-285050],[134252,-285070],[140368,-285778],[138578,-287775],[135814,-281616],[130295,-289337],[130045,-290200],[131745,-292163],[132195,-293338],[130209,-294187],[132051,-294047],[131336,-281498],[130538,-294581],[129027,-296620],[128310,-301982],[130227,-295562],[132489,-295258],[136401,-296522],[133436,-295261],[130004,-300251],[131418,-298783],[140475,-298403],[139106,-297523],[139511,-296698],[141082,-281202],[140923,-280467],[141302,-281532],[142050,-287450],[144500,-288800],[144350,-288411],[141950,-287250],[141750,-287100],[142654,-292350],[144130,-291613],[146181,-290471],[145805,-289762],[143905,-290974],[140850,-293321],[144283,-298016],[141605,-298152],[141182,-295093],[35624,-507520],[38358,-508453],[39310,-502331],[42360,-507419],[41157,-507370],[43559,-508892],[48714,-501554],[52694,-482607],[53865,-482410],[53371,-483407],[54119,-484194],[53444,-481395],[56892,-491945],[56612,-498074],[56928,-497767],[53845,-500952],[71965,-273174],[76449,-274819],[71552,-280253],[75420,-279278],[72988,-272773],[71345,-280185],[73643,-273159],[73530,-285507],[74209,-282374],[74896,-285742],[72615,-281954],[70969,-284204],[74898,-282498],[76677,-295832],[88086,-258167],[88755,-258534],[84537,-261364],[84660,-258222],[80270,-261461],[80553,-261524],[82296,-265683],[81561,-266781],[78731,-266447],[79193,-265278],[88094,-265148],[85747,-266728],[85368,-266522],[80270,-261461],[82351,-262575],[77684,-279964],[78167,-276660],[79092,-291671],[85931,-289884],[85608,-287868],[82928,-288170],[80029,-288470],[80519,-288561],[89005,-290116],[82141,-290502],[84639,-294051],[82632,-288005],[85933,-292442],[87846,-293148],[88254,-294040],[79304,-294536],[77378,-295510],[87777,-294274],[94896,-265926],[96424,-265929],[95526,-265529],[100156,-264478],[98138,-266089],[101532,-265605],[90677,-262068],[91395,-260274],[91628,-260731],[100321,-266882],[101224,-275858],[102074,-271838],[101511,-274288],[99692,-290647],[95645,-288001],[96932,-291909],[95663,-294194],[92791,-293759],[97772,-292664],[98227,-293083],[91065,-292903],[93282,-293908],[91823,-293751],[93509,-290835],[92644,-291289],[91877,-290856],[92154,-284813],[90007,-292272],[93828,-298004],[91728,-295061],[94091,-297098],[104273,-267214],[102819,-275237],[105885,-270778],[108352,-274371],[106803,-272781],[106451,-271498],[106330,-274587],[110966,-290985],[109836,-283107],[111659,-291063],[107487,-287957],[107915,-287866],[112639,-293279],[112946,-294230],[115092,-295445],[114115,-297604],[115143,-295146],[120893,-173646],[120698,-280540],[122117,-280330],[127808,-276270],[125528,-280808],[125901,-280828],[121337,-283949],[121235,-286421],[120833,-284718],[125072,-283273],[119658,-289187],[121284,-290256],[123509,-288206],[123390,-288843],[125629,-289180],[127358,-290028],[127491,-286759],[124707,-283947],[127247,-290376],[119654,-293299],[119263,-293489],[118024,-293369],[118578,-292448],[124059,-283274],[116547,-297063],[125355,-300016],[121444,-294382],[126184,-298842],[121070,-296774],[125785,-297863],[121927,-298501],[127260,-302382],[127600,-302780],[126391,-301863],[125863,-299882],[121791,-298253],[132118,-277383],[135759,-275542],[135821,-274009],[140463,-280936],[135140,-281063],[137350,-278526],[135709,-280859],[128044,-286610],[128765,-286606],[130043,-284504],[129456,-286652],[139236,-285363],[133466,-284972],[132108,-282033],[129709,-293981],[138578,-286156],[132526,-281876],[132010,-281565],[138411,-287551],[128637,-283189],[135984,-293316],[136006,-293116],[137775,-290465],[140696,-282307],[139501,-283260],[138346,-287839],[135903,-284033],[136318,-283716],[129107,-290178],[129728,-290349],[132122,-285920],[131513,-292796],[140644,-294105],[130425,-295633],[134220,-294973],[129073,-296800],[134040,-295045],[128310,-302511],[129322,-300890],[131017,-299335],[140167,-297742],[138822,-298017],[136307,-296218],[128702,-301647],[145009,-292138],[143191,-291549],[142254,-292384],[145534,-289184],[145254,-289416],[144969,-291124],[141347,-294773],[141642,-298342],[141711,-296309],[74251,-271440],[72012,-278299],[76356,-276667],[73925,-280860],[73240,-280623],[72381,-278383],[72003,-279775],[71350,-280418],[74081,-271293],[71407,-270752],[72715,-286108],[71177,-281802],[74773,-285932],[74250,-285178],[71550,-282344],[70619,-284818],[88982,-258389],[89579,-258484],[81299,-260016],[83518,-259554],[87672,-263700],[87802,-264103],[82813,-265732],[80575,-264887],[78129,-265048],[79341,-265946],[78693,-266178],[77463,-263062],[78358,-277010],[78378,-277465],[76817,-273513],[78424,-293107],[84682,-287893],[86687,-290387],[81561,-288574],[78174,-283541],[80261,-289465],[81366,-288771],[81241,-291383],[86032,-292565],[88619,-294081],[84096,-287132],[89127,-293986],[79542,-294500],[78786,-294358],[77686,-295528],[83490,-294228],[94631,-267362],[95092,-265847],[97167,-265038],[96781,-265686],[101261,-264204],[100925,-264830],[101084,-267731],[90701,-261923],[92239,-265045],[101559,-264546],[102082,-265260],[98481,-274100],[101564,-272702],[96574,-293890],[95663,-293237],[90447,-292548],[97311,-289517],[90784,-293997],[98629,-292978],[95832,-288210],[96843,-293111],[95276,-293368],[89745,-294036],[91538,-292460],[93366,-290213],[98803,-290511],[97802,-290628],[92604,-284371],[92675,-285434],[93650,-296614],[98521,-295694],[91313,-294439],[93458,-297441],[94170,-297810],[97500,-297380],[92512,-295022],[92525,-294249],[98741,-295472],[108331,-267390],[105271,-275032],[103069,-273065],[107749,-274823],[106592,-269461],[107420,-271633],[106495,-274093],[107291,-284641],[109705,-283336],[114071,-289015],[108367,-288469],[109389,-286967],[109028,-288016],[106653,-285194],[111126,-290522],[111466,-288623],[112082,-293180],[111650,-292661],[112030,-293539],[112766,-294267],[113654,-297492],[120706,-278854],[127416,-276716],[124533,-280295],[126983,-276788],[125361,-280197],[118918,-292449],[121318,-283674],[124127,-283626],[120581,-285405],[118244,-287492],[119958,-289248],[123193,-288188],[125194,-289670],[125886,-283569],[125369,-289227],[127554,-285907],[125730,-283248],[127258,-288527],[121160,-286666],[119169,-293347],[116270,-295395],[115224,-295630],[123685,-298851],[117276,-296852],[120503,-295338],[123280,-296602],[117127,-300071],[116612,-300489],[118295,-298466],[126361,-302269],[125851,-301977],[126818,-299979],[126728,-300087],[125270,-299397],[124512,-298843],[124928,-299577],[122750,-297866],[-127785,-397306],[-124123,-419518],[-120510,-414473],[-120363,-421233],[-126909,-340283],[-123089,-341823],[-120725,-344662],[-118613,-344506],[-118730,-342015],[-117250,-342259],[-126494,-353567],[-124833,-356137],[-118855,-357401],[-117885,-346560],[-124809,-352736],[-116384,-354330],[-115627,-353264],[-117004,-347509],[-118404,-366537],[-117617,-360356],[-124436,-382310],[-123249,-382329],[-122453,-382809],[-121768,-378291],[-120237,-375209],[-121936,-375741],[-123962,-376498],[-124910,-376603],[-120312,-379291],[-122417,-383467],[-124492,-375213],[-123426,-375995],[-124184,-375536],[-122763,-373982],[-122881,-379463],[-127791,-391271],[-126062,-387737],[-126471,-384267],[-121949,-390498],[-122028,-388186],[-123848,-395074],[-126383,-395540],[-127800,-387084],[-127961,-391823],[-127237,-391520],[-123435,-384348],[-119678,-406488],[-127705,-399077],[-127947,-400043],[-118902,-413525],[-127759,-410701],[-136637,-332548],[-133507,-327138],[-133298,-327284],[-132631,-330728],[-138651,-338352],[-139649,-334095],[-137668,-335788],[-130570,-337822],[-135476,-335038],[-138872,-344331],[-134553,-350171],[-138438,-353559],[-128486,-357801],[-133836,-348009],[-134536,-351019],[-130777,-348061],[-129253,-357957],[-129124,-346383],[-128651,-349689],[-128179,-350008],[-136855,-350752],[-135065,-346721],[-133908,-349333],[-129736,-349981],[-138412,-359912],[-138032,-368842],[-134766,-370369],[-135721,-366745],[-136575,-368093],[-134246,-381934],[-137865,-375679],[-137851,-383086],[-136381,-372758],[-138589,-377584],[-134981,-381218],[-136375,-374157],[-134277,-377263],[-140660,-377871],[-133652,-379205],[-128517,-374722],[-139636,-371728],[-135773,-395252],[-139679,-391862],[-135934,-396262],[-136151,-389974],[-136358,-386358],[-139535,-388784],[-137033,-383928],[-138636,-384951],[-134572,-396429],[-130098,-384393],[-131831,-392691],[-132260,-393838],[-131623,-394188],[-128551,-391343],[-129444,-389350],[-129890,-407285],[-128605,-405871],[-132841,-409042],[-140667,-409368],[-140534,-407525],[-134621,-399171],[-135537,-408650],[-134238,-409068],[-135283,-407755],[-132206,-402745],[-135601,-402627],[-136152,-402393],[-128751,-398617],[-132047,-410646],[-141731,-332003],[-142514,-332021],[-147545,-343369],[-149771,-340606],[-152083,-344427],[-144374,-336303],[-146388,-344056],[-142904,-340652],[-142803,-343381],[-143741,-353576],[-146615,-351991],[-146586,-354575],[-148561,-352322],[-148877,-351228],[-153117,-350827],[-151231,-347606],[-149008,-363116],[-150188,-364063],[-143394,-368268],[-148988,-367406],[-145668,-368171],[-149720,-368653],[-141358,-367431],[-146700,-370944],[-151663,-365750],[-147051,-358269],[-150569,-365383],[-146373,-359830],[-144549,-382119],[-143311,-381025],[-148655,-377774],[-143927,-379105],[-143104,-378259],[-148196,-377175],[-146378,-374010],[-144835,-371583],[-146460,-373104],[-147084,-371522],[-146495,-383627],[-149078,-386135],[-142395,-384338],[-144243,-385646],[-142213,-386777],[-150191,-386612],[-147839,-387349],[-147455,-395783],[-146259,-386783],[-141004,-388431],[-150691,-387814],[-151815,-389263],[-146094,-393459],[-142341,-388952],[-153414,-396579],[-145880,-405021],[-146522,-399048],[-145183,-406218],[-142208,-407139],[-145939,-399310],[-147275,-397032],[-149468,-397203],[-149596,-396704],[-147869,-401867],[-147392,-401927],[-152494,-397953],[-142428,-413422],[-142233,-412762],[-141608,-411285],[-157890,-348997],[-154056,-350755],[-153743,-349279],[-163114,-383047],[-155184,-383649],[-161865,-373402],[-157252,-386178],[-155762,-394425],[-156110,-394671],[-154434,-384480],[-157849,-387583],[-153703,-396759],[-155819,-397351],[-88978,-348094],[-83687,-346110],[-82893,-347989],[-83507,-346231],[-101844,-344390],[-100706,-344905],[-90827,-343539],[-94869,-345063],[-99848,-349013],[-89930,-345843],[-91490,-345838],[-101875,-349926],[-92534,-346751],[-107150,-342965],[-107664,-342004],[-109363,-341727],[-108784,-342509],[-108211,-343455],[-107226,-340024],[-105111,-341568],[-111551,-341156],[-110977,-339630],[-112788,-339730],[-109479,-355897],[-114733,-351643],[-109393,-362348],[-114964,-362986],[-114467,-420347]] \ No newline at end of file diff --git a/src/gathering/a10509.json b/src/gathering/a10509.json new file mode 100644 index 0000000..803cf7c --- /dev/null +++ b/src/gathering/a10509.json @@ -0,0 +1 @@ +[[-117583,-251596],[-118017,-252148],[-118216,-245940],[-115551,-244317],[-123300,-259680],[-125735,-280515],[-124328,-284943],[-126062,-285245],[-122414,-293785],[-130215,-254921],[-138257,-277794],[-136941,-278849],[-139363,-290496],[-149119,-271669],[-149841,-272803],[-145243,-273249],[-150626,-277385],[-146871,-278007],[-150109,-283185],[-150599,-286637],[-141055,-285234],[-151057,-295054],[-160953,-251384],[-162972,-250818],[-157206,-275547],[-157993,-278468],[-166086,-275811],[-161967,-271397],[-160247,-278279],[-164034,-280470],[-153690,-283565],[-155388,-287954],[-164758,-284596],[-161416,-289320],[-159434,-297056],[-167158,-241898],[-176479,-261805],[-177260,-257321],[-177719,-277158],[-173044,-275341],[-171691,-274728],[-177521,-278423],[-175331,-273514],[-169493,-288143],[-175248,-453457],[-189917,-233574],[-187478,-234885],[-191231,-239541],[-182616,-251265],[-187095,-244808],[-190380,-263375],[-186953,-264343],[-185256,-266856],[-181084,-259611],[-182176,-261621],[-190761,-268504],[-181800,-269132],[-187401,-274514],[-190631,-273303],[-191157,-271463],[-188457,-274079],[-189311,-274962],[-189465,-272526],[-191745,-273743],[-190054,-271125],[-182757,-281048],[-187704,-287989],[-190049,-291445],[-186869,-292655],[-187410,-288325],[-190116,-294165],[-190630,-296835],[-189439,-403560],[-185336,-434341],[-182822,-560588],[-202339,-226255],[-198329,-235995],[-193468,-239176],[-201785,-236119],[-202839,-242442],[-193471,-232555],[-199496,-255790],[-204092,-249845],[-201342,-250134],[-202839,-263049],[-203451,-265188],[-202853,-262122],[-193291,-261473],[-197339,-256033],[-193233,-272398],[-201836,-272906],[-204590,-271303],[-192415,-271233],[-195200,-288595],[-199136,-290095],[-193098,-286324],[-197252,-297147],[-198774,-294984],[-198542,-308530],[-195346,-310501],[-201053,-320806],[-207754,-227475],[-210824,-236384],[-214214,-231283],[-205283,-235092],[-214176,-241495],[-217086,-230972],[-212846,-233045],[-212789,-245028],[-207094,-266850],[-205717,-259711],[-207066,-257079],[-206340,-264250],[-216304,-276548],[-209622,-281497],[-214708,-291546],[-206919,-288127],[-216423,-282100],[-216162,-284827],[-205088,-286535],[-209345,-284108],[-212997,-287064],[-211181,-287487],[-206495,-293379],[-205291,-294173],[-208831,-300650],[-207450,-308802],[-205970,-315299],[-217027,-315132],[-216685,-324682],[-208609,-321892],[-212937,-327943],[-216862,-334995],[-217011,-334686],[-230240,-218498],[-229279,-227245],[-224700,-226494],[-220257,-227701],[-227070,-242785],[-227599,-241915],[-225698,-235304],[-222627,-235140],[-223621,-230300],[-220396,-243309],[-223647,-246907],[-219950,-246690],[-219977,-267573],[-223604,-269993],[-229878,-274796],[-221489,-273423],[-218902,-274978],[-229053,-279771],[-228579,-286919],[-219108,-286713],[-218305,-288172],[-224085,-289342],[-220395,-287545],[-230063,-285347],[-222397,-283038],[-219021,-281744],[-219874,-292253],[-218182,-305550],[-224190,-301320],[-217851,-309220],[-228407,-314976],[-229033,-310676],[-225875,-318933],[-218472,-316972],[-229908,-320758],[-225346,-326099],[-220155,-324133],[-221596,-326797],[-224361,-327374],[-225372,-327589],[-236929,-214696],[-236068,-210594],[-235677,-227534],[-235011,-222491],[-233877,-228945],[-239534,-223108],[-240049,-219042],[-243194,-222378],[-241631,-238232],[-238798,-237639],[-234947,-238850],[-238663,-238547],[-235200,-243466],[-241751,-248044],[-236505,-247830],[-242083,-243261],[-242419,-253657],[-234945,-272817],[-233433,-273566],[-242126,-271089],[-241765,-276486],[-240581,-281088],[-237121,-279187],[-242632,-277912],[-232478,-282131],[-235637,-288941],[-235843,-281583],[-234872,-284811],[-238706,-281780],[-237372,-285093],[-237041,-285908],[-231810,-291271],[-240004,-286291],[-243134,-283236],[-240399,-282483],[-235079,-293805],[-238107,-306715],[-237547,-294568],[-239058,-308732],[-240863,-312747],[-239400,-319609],[-240064,-326206],[-233900,-326245],[-236549,-320881],[-238570,-324678],[-235636,-336187],[-235528,-385080],[-12024,-179111],[-245114,-216797],[-247085,-211594],[-247851,-229065],[-246582,-224539],[-252234,-219509],[-249664,-228535],[-253488,-223621],[-249927,-232450],[-249538,-238469],[-246125,-231613],[-254863,-234517],[-255278,-230976],[-248772,-232228],[-250765,-234459],[-254467,-237435],[-246553,-239674],[-250821,-233238],[-252948,-232259],[-252574,-234041],[-246287,-249183],[-248568,-249611],[-244785,-251625],[-245164,-251557],[-246507,-252467],[-253208,-256494],[-249773,-257896],[-248629,-261178],[-254179,-259818],[-250172,-263866],[-246017,-268928],[-249470,-277214],[-248467,-275510],[-255185,-278488],[-253172,-274176],[-251686,-269546],[-251103,-275311],[-248431,-276835],[-252785,-280094],[-244600,-288705],[-245780,-286763],[-255310,-284185],[-251718,-290341],[-248878,-291088],[-250557,-289937],[-249169,-282502],[-246744,-281709],[-245890,-281906],[-247100,-283618],[-251326,-297590],[-253801,-318635],[-245271,-310098],[-243947,-317483],[-253178,-328337],[-252337,-338682],[-251854,-338928],[-261296,-121702],[-265564,-137543],[-266129,-132236],[-266686,-202062],[-262714,-204304],[-258783,-199921],[-263072,-211714],[-258571,-215618],[-266638,-214542],[-268445,-218196],[-263912,-227937],[-263202,-219662],[-261273,-228203],[-263163,-227029],[-256294,-226028],[-265636,-225347],[-266329,-217649],[-263747,-232329],[-265591,-238005],[-265854,-242964],[-268609,-236394],[-268786,-236000],[-267702,-234223],[-260118,-236927],[-258072,-235850],[-258880,-234645],[-259047,-230805],[-262574,-241403],[-265870,-231385],[-268683,-247489],[-263679,-248463],[-263101,-243571],[-263472,-255296],[-266253,-258401],[-265817,-264260],[-263269,-260194],[-256847,-260980],[-264445,-262274],[-259048,-280536],[-257569,-280478],[-259497,-279980],[-262521,-272979],[-258217,-268964],[-266964,-273714],[-268403,-276085],[-263490,-283616],[-263383,-284696],[-259189,-288172],[-264182,-286437],[-261794,-290870],[-258390,-287630],[-256061,-291957],[-261159,-292472],[-259709,-288931],[-266513,-295700],[-268723,-299899],[-265829,-303565],[-263896,-299559],[-263079,-302222],[-262420,-306415],[-259814,-306007],[-263315,-300300],[-261879,-316932],[-257624,-309765],[-264923,-309628],[-262012,-319647],[-259508,-330909],[-259339,-324092],[-266364,-335802],[-257721,-333029],[-264089,-602413],[-263026,-85615],[-258193,-86156],[-258240,-99508],[-267263,-99394],[-256558,-92975],[-261577,-111822],[-268551,-104262],[-277018,-115658],[-277897,-126960],[-280815,-125400],[-272624,-135995],[-271282,-142243],[-276195,-164382],[-279366,-161587],[-279984,-158678],[-280903,-166100],[-278616,-167385],[-280551,-191520],[-279697,-187662],[-277900,-180371],[-274241,-200597],[-277749,-205127],[-269718,-213046],[-273068,-208934],[-273202,-209863],[-269486,-226146],[-273491,-229554],[-269139,-228020],[-268826,-224975],[-269204,-217553],[-271644,-235537],[-270854,-232938],[-281117,-251882],[-278822,-246162],[-274381,-254215],[-271402,-253824],[-272665,-255803],[-277111,-267140],[-272267,-262163],[-269216,-256185],[-269608,-268121],[-270233,-281323],[-276544,-272012],[-269005,-279502],[-274136,-275195],[-271412,-284756],[-281082,-283904],[-272246,-292988],[-276766,-291111],[-280993,-291528],[-274225,-289496],[-278977,-286237],[-279731,-282980],[-269111,-289823],[-271600,-299470],[-268949,-297300],[-270297,-303343],[-272852,-345215],[-278205,-347754],[-276298,-351639],[-274574,-350036],[-273859,-347626],[-281037,-351025],[-275808,-79823],[-272385,-86261],[-274150,-86649],[-281481,-87602],[-269832,-89003],[-275056,-99656],[-278865,-99086],[-273216,-108341],[-290147,-120340],[-285644,-125652],[-283983,-115270],[-283156,-132331],[-289975,-138115],[-292806,-150621],[-284835,-143270],[-283865,-148688],[-290341,-161014],[-286018,-153476],[-284763,-166820],[-283165,-175062],[-287678,-167585],[-286850,-168068],[-288273,-170664],[-287699,-170796],[-283253,-189384],[-284385,-188967],[-291641,-188729],[-284867,-182069],[-284094,-203220],[-288497,-199820],[-293891,-195023],[-294217,-201055],[-284505,-198711],[-293527,-204415],[-290466,-195955],[-287514,-211152],[-282832,-214654],[-284906,-211558],[-284995,-205147],[-286290,-209491],[-290299,-223576],[-293008,-220450],[-292596,-228269],[-288919,-219443],[-288685,-223470],[-282513,-278602],[-283705,-285684],[-293900,-355528],[-288674,-86042],[-293372,-80182],[-285509,-78001],[-291368,-93729],[-284948,-98184],[-289000,-101179],[-293312,-99368],[-292324,-112313],[-283874,-110916],[-306215,-118754],[-304751,-137361],[-296096,-128288],[-305043,-135464],[-300299,-136300],[-294809,-139450],[-300960,-142923],[-305766,-159142],[-295755,-155539],[-294658,-162902],[-303225,-171309],[-301523,-172494],[-297372,-174122],[-306113,-174367],[-301834,-189390],[-297931,-182702],[-299586,-179371],[-306781,-190907],[-302227,-189320],[-299163,-191633],[-305055,-190060],[-294985,-180161],[-302192,-192746],[-295550,-202206],[-295321,-199476],[-296621,-192730],[-298641,-196443],[-304514,-195222],[-294470,-201914],[-303085,-213656],[-305532,-216698],[-303650,-210819],[-302534,-208702],[-298961,-222329],[-299822,-219079],[-300568,-228933],[-299670,-228590],[-296055,-225377],[-298729,-218468],[-302028,-220840],[-302444,-222893],[-306553,-222784],[-304261,-226421],[-305158,-236787],[-299767,-239713],[-295235,-231098],[-299868,-236038],[-303147,-242357],[-301730,-238676],[-302256,-231236],[-306025,-231356],[-306294,-235234],[-305752,-243232],[-303232,-358469],[-306555,-70602],[-298778,-74104],[-297809,-78418],[-294633,-87975],[-301342,-84218],[-305100,-101386],[-296905,-101931],[-296494,-114824],[-296452,-106188],[-305260,-107668],[-298825,-107446],[-308014,-127191],[-313190,-121095],[-316682,-139376],[-312337,-135421],[-308301,-138187],[-319776,-130902],[-318687,-142097],[-313059,-141217],[-307633,-164213],[-309290,-159526],[-311275,-170377],[-307298,-170622],[-308944,-188270],[-308146,-182550],[-314033,-189087],[-317096,-186526],[-312104,-187238],[-318546,-191851],[-315226,-192458],[-315343,-191839],[-311964,-239567],[-315049,-241077],[-318144,-233854],[-313082,-233345],[-309758,-238098],[-307879,-74004],[-308621,-82105],[-313958,-83153],[-308992,-92796],[-307751,-112302],[-318071,-112880],[-322174,-139508],[-322567,-134140],[-324141,-141978],[-321740,-149363],[-328352,-146662],[-332000,-154308],[-331721,-161342],[-325675,-178654],[-321523,-177571],[-331092,-174490],[-323527,-183205],[-327154,-183058],[-325144,-189195],[-326451,-191056],[-328384,-187607],[-320431,-188451],[-321583,-183490],[-330488,-189811],[-324337,-193809],[-321218,-195022],[-320945,-233509],[-332727,-238230],[-335711,-149447],[-343616,-240080],[-344437,-241830],[-343802,-236183],[-338449,-235509],[-338779,-232278],[-340865,-235231],[-339923,-237764],[-339119,-354452],[-336409,-355753],[-337135,-353290],[-341045,-403154],[-353195,-189769],[-349078,-189677],[-349668,-184990],[-352962,-201286],[-352094,-197019],[-350961,-195239],[-352391,-205408],[-354069,-209593],[-357535,-225779],[-356451,-228287],[-352586,-229887],[-356177,-252686],[-355739,-250752],[-357219,-252190],[-353756,-251878],[-367991,-175973],[-368226,-216356],[-359130,-211271],[-363761,-214290],[-359824,-217103],[-359184,-213746],[-369289,-222672],[-362499,-224527],[-365824,-219777],[-358459,-226058],[-366828,-217699],[-13108,-178189],[-381149,-116669],[-377741,-394307],[-383638,-402974],[-375668,-399011],[-379244,-83818],[-382010,-94969],[-379719,-94880],[-381055,-97901],[-391444,-125538],[-394567,-126316],[-384789,-116417],[-392817,-120406],[-395535,-378563],[-393324,-393229],[-396204,-390415],[-386709,-406788],[-385350,-404439],[-388226,-97724],[-393201,-92877],[-385666,-89437],[-388587,-90091],[-388714,-90921],[-391079,-110799],[-394449,-113737],[-393945,-114042],[-390026,-113806],[-403042,-393768],[-408915,-391282],[-401824,-397091],[-398726,-93735],[-400088,-99833],[-397805,-108215],[-397674,-112296],[-401410,-113795],[-415725,-391979],[-413361,-390781],[-415650,-384287],[-441431,-185348],[-444551,-183681],[-447464,-198046],[-435772,-246150],[-441379,-335509],[-443029,-335749],[-444972,-85488],[-446621,-82757],[-458135,-139570],[-456930,-141283],[-457334,-155351],[-456138,-163786],[-459295,-154300],[-454778,-177253],[-459660,-61578],[-459036,-61681],[-459694,-61348],[-456877,-69757],[-455834,-72317],[-456861,-71179],[-455873,-68747],[-456646,-69180],[-457062,-73597],[-459054,-72632],[-455480,-79387],[-452675,-77548],[-451461,-84909],[-451073,-85932],[-457859,-88569],[-458622,-100311],[-459040,-98161],[-456850,-100918],[-455446,-90214],[-458544,-94520],[-456007,-90854],[-452763,-95933],[-463616,-140258],[-462974,-139598],[-466313,-135237],[-468046,-140668],[-464058,-158227],[-471920,-158859],[-467906,-163909],[-462397,-160739],[-466001,-163197],[-472649,-175492],[-473002,-191393],[-471963,-197823],[-462469,-195595],[-466782,-195230],[-465213,-211374],[-472601,-360475],[-471427,-25087],[-471308,-24150],[-468777,-50211],[-468539,-42853],[-467618,-45694],[-469335,-60057],[-469710,-59268],[-461093,-57633],[-461464,-58080],[-461486,-57422],[-466126,-51198],[-466025,-68073],[-463329,-68793],[-467541,-64795],[-461185,-86740],[-464348,-84919],[-466498,-91342],[-467654,-89830],[-466372,-99434],[-466084,-102113],[-476690,-136201],[-478563,-152825],[-477895,-158066],[-484250,-171664],[-478333,-171695],[-484026,-182901],[-478277,-183130],[-477696,-181792],[-480221,-199299],[-475654,-200661],[-474425,-212040],[-473650,-214886],[-481160,-208954],[-481806,-218550],[-474448,-34163],[-486508,-150021],[-490976,-172761],[-493297,-178556],[-489013,-182980],[-493848,-198132],[-494348,-201128],[-488164,-216159],[-493980,-223453],[-487896,-225994],[-497417,-436671],[-498551,-436082],[-510961,-138666],[-506905,-149274],[-499552,-156463],[-502423,-171920],[-510679,-177717],[-503058,-190248],[-506818,-186643],[-504861,-186583],[-503719,-193085],[-505139,-201650],[-502741,-203604],[-506318,-215438],[-505368,-210629],[-506096,-209221],[-503074,-210345],[-499882,-206756],[-511996,-212963],[-500597,-222042],[-510962,-226581],[-505133,-466774],[-502588,-470292],[-506274,-61508],[-508090,-76111],[-502268,-65981],[-500172,-87719],[-500635,-86849],[-506451,-92342],[-500896,-102075],[-523528,-119459],[-516753,-138826],[-513775,-149361],[-517992,-141706],[-515421,-152057],[-523657,-162789],[-516696,-153426],[-519135,-167122],[-522854,-170373],[-519797,-177614],[-514642,-204313],[-517838,-203661],[-521045,-215697],[-524259,-214581],[-520317,-460584],[-524682,-472265],[-519630,-475900],[-518337,-53928],[-518476,-53583],[-522568,-71986],[-515920,-70494],[-522167,-77650],[-516187,-81363],[-512042,-79710],[-521265,-100117],[-516848,-110292],[-523679,-114379],[-518590,-108490],[-515019,-108735],[-517855,-107573],[-520289,-103975],[-517949,-112417],[-517492,-107061],[-518825,-109023],[-515656,-105371],[-522794,-105108],[-515641,-109566],[-527698,-119926],[-527321,-119119],[-524811,-118778],[-533779,-135806],[-528796,-132069],[-533286,-148241],[-531365,-151544],[-527475,-147073],[-534171,-169937],[-535714,-180513],[-529585,-183194],[-528828,-195587],[-530648,-444062],[-532200,-65535],[-526243,-65001],[-532509,-70543],[-532652,-71101],[-531795,-71527],[-532164,-71996],[-531387,-81771],[-533522,-86251],[-533634,-84476],[-534160,-84071],[-527644,-80858],[-532571,-90013],[-537192,-90512],[-534627,-89958],[-535308,-90572],[-532486,-90299],[-533060,-94164],[-528979,-95697],[-533361,-92741],[-535669,-96599],[-535912,-96569],[-535677,-104920],[-535485,-105742],[-527992,-109398],[-528467,-108031],[-528415,-108240],[-530280,-111667],[-528042,-110071],[-531172,-112007],[-529899,-111774],[-539929,-136043],[-542440,-166231],[-541615,-166497],[-537931,-87666],[-538399,-101092],[-556889,-133568],[-558705,-152093],[-561935,-161661],[-553685,-171519],[-555256,-172455],[-38792,-251890],[-57286,-223079],[-70604,-188384],[-73417,-192253],[-70625,-278905],[-85880,-162928],[-82351,-160915],[-85758,-166345],[-84105,-174500],[-89554,-179715],[-88785,-189949],[-80730,-187305],[-83580,-179452],[-87585,-214071],[-81613,-212396],[-87910,-208724],[-88121,-221364],[-86806,-223781],[-79798,-227138],[-84041,-237996],[-87286,-234907],[-89102,-237277],[-80240,-234785],[-88623,-232365],[-87564,-289747],[-90795,-150826],[-93641,-144132],[-98832,-152805],[-91672,-154651],[-100180,-157246],[-92700,-165725],[-90866,-157955],[-98764,-168568],[-101483,-168064],[-102198,-169103],[-97848,-170600],[-90075,-171990],[-93740,-176955],[-101584,-175344],[-93837,-179301],[-94462,-189866],[-90046,-187262],[-98901,-191748],[-91922,-207901],[-93130,-218650],[-97579,-225287],[-101737,-238621],[-96668,-236142],[-93127,-282288],[-107818,-154990],[-105757,-159981],[-105792,-193881],[-111756,-260456],[-104328,-265105],[-102788,-282184],[18708,-266606],[35260,-203100],[45433,-197271],[53967,-371308],[740902,388105],[742054,383847],[740132,394022],[739728,393464],[742149,393118],[738874,416730],[738330,418595],[736742,423843],[753367,383175],[754382,383043],[747371,392678],[745518,396289],[748216,392194],[751259,401725],[754941,403465],[748459,409395],[752717,418763],[745838,410535],[744117,426654],[754850,426087],[763314,389680],[757870,390424],[755869,408395],[766442,400220],[762934,410275],[763068,410265],[756526,423779],[776715,393958],[772015,389516],[781423,399160],[773390,411242],[-124131,-252677],[-122241,-248830],[-117103,-245658],[-119431,-252478],[-126302,-257361],[-122200,-523870],[-122501,-518968],[-123280,-525130],[-119895,-549942],[-119386,-549829],[-120529,-630977],[-121299,-628580],[-121847,-630651],[-124407,-643836],[-125671,-644375],[-131753,-256619],[-138735,-276663],[-131508,-548364],[-132605,-548324],[-135860,-546025],[-140017,-545005],[-131679,-555897],[-138938,-625249],[-137597,-625231],[-130694,-636156],[-149889,-273668],[-152021,-274457],[-144311,-281172],[-145719,-275858],[-151244,-283366],[-149320,-282529],[-152061,-285291],[-150449,-288729],[-143746,-286713],[-148004,-291357],[-142899,-543092],[-144237,-546046],[-147223,-545202],[-144424,-540134],[-143206,-539766],[-150560,-554808],[-142595,-624387],[-148372,-660991],[-147570,-659253],[-147078,-659009],[-147861,-662358],[-165330,-241413],[-163152,-242752],[-161504,-248976],[-163061,-252129],[-157375,-274353],[-158169,-276448],[-163230,-276431],[-162178,-269848],[-156721,-278063],[-163542,-281292],[-157091,-285004],[-156029,-291083],[-160037,-548215],[-160431,-548538],[-157068,-541785],[-159771,-540071],[-158362,-552487],[-163086,-564724],[-160170,-642004],[-176703,-254802],[-167398,-246865],[-177269,-260248],[-167847,-276440],[-176996,-276165],[-174805,-282965],[-177644,-281521],[-175254,-467294],[-178633,-481624],[-177275,-477926],[-173068,-494475],[-177242,-492701],[-174172,-492658],[-177903,-487664],[-175198,-500279],[-168318,-567671],[-177290,-642262],[-176420,-641290],[-176062,-641756],[-176436,-650254],[-178654,-646616],[-174842,-646198],[-190844,-231839],[-185275,-237534],[-190926,-239479],[-188302,-253357],[-184565,-246650],[-186306,-245331],[-190437,-266064],[-188095,-262501],[-187026,-262400],[-186765,-266794],[-182317,-259024],[-183469,-258977],[-189387,-266768],[-183084,-269002],[-187522,-271911],[-189772,-291411],[-190882,-293129],[-186333,-290926],[-186549,-283362],[-186656,-282512],[-191105,-355209],[-187271,-359080],[-190994,-454973],[-189831,-453076],[-189432,-459945],[-190163,-463657],[-186528,-468679],[-186921,-467617],[-184201,-480578],[-191693,-484793],[-190367,-485250],[-186935,-492742],[-186270,-495938],[-188190,-507263],[-183554,-502108],[-188202,-499112],[-183560,-503337],[-184661,-516172],[-184872,-516834],[-188869,-534019],[-181111,-626321],[-182743,-622803],[-181879,-623561],[-180928,-622239],[-182263,-630356],[-181953,-632706],[-180981,-630892],[-180784,-629088],[-190886,-630280],[-191073,-632516],[-201933,-227132],[-195050,-240412],[-201586,-232768],[-200471,-251438],[-201338,-246968],[-204395,-253303],[-194688,-264271],[-200207,-262634],[-203143,-256916],[-204706,-261683],[-197098,-256159],[-196290,-273943],[-193033,-272122],[-197703,-274228],[-197432,-274261],[-197479,-272547],[-195107,-272151],[-199992,-293190],[-201002,-291009],[-201203,-293467],[-193039,-286735],[-198492,-293327],[-193802,-288418],[-195655,-292292],[-196601,-297580],[-203120,-315451],[-203676,-351967],[-201569,-354132],[-192832,-353915],[-192194,-355373],[-204101,-353758],[-204535,-356048],[-200786,-352935],[-204448,-353323],[-204758,-361273],[-192029,-360920],[-197439,-364926],[-199247,-366650],[-197137,-457118],[-194903,-458060],[-193001,-463133],[-200117,-467835],[-197165,-482186],[-193271,-478462],[-196922,-488772],[-197595,-486417],[-201342,-487474],[-197078,-495620],[-201180,-495133],[-200341,-505537],[-200502,-514496],[-200787,-516007],[-203166,-545590],[-192170,-622456],[-193744,-622304],[-192562,-623503],[-200514,-654543],[-217530,-228240],[-209538,-228518],[-212498,-229820],[-214299,-235937],[-215503,-231929],[-210825,-234375],[-214566,-239387],[-207471,-250989],[-212229,-247681],[-211217,-244315],[-206365,-243833],[-207001,-261123],[-206872,-261280],[-216026,-272554],[-204974,-271795],[-216155,-287993],[-215970,-281733],[-214430,-284628],[-207030,-287729],[-212736,-282183],[-215004,-287274],[-212681,-289660],[-216906,-312511],[-217532,-324458],[-213180,-326796],[-204907,-356224],[-205815,-360695],[-204964,-358694],[-215050,-481917],[-209407,-508888],[-205100,-509600],[-202606,-504631],[-211449,-540182],[-213676,-602376],[-216215,-601913],[-227546,-229234],[-223270,-234917],[-226077,-233131],[-224004,-240143],[-222203,-233229],[-229369,-245053],[-227510,-245242],[-220181,-245681],[-221720,-247485],[-225193,-268548],[-225257,-272117],[-227925,-277318],[-223190,-276751],[-221123,-274149],[-229051,-279008],[-228620,-291995],[-228666,-284938],[-221734,-284017],[-219301,-288515],[-225093,-292076],[-222379,-288694],[-226457,-285118],[-221738,-283488],[-219607,-281832],[-218218,-289947],[-220197,-306869],[-225570,-296364],[-228180,-308785],[-227634,-311811],[-229780,-318383],[-221300,-318576],[-224024,-322324],[-228005,-323755],[-219317,-323884],[-219121,-485152],[-218376,-486123],[-218051,-483410],[-228424,-491028],[-219249,-488584],[-226259,-537058],[-226973,-536891],[-222968,-534057],[-218148,-594519],[-226411,-601866],[-226194,-601627],[-240753,-216654],[-236313,-215981],[-235220,-215967],[-234549,-228870],[-231331,-226992],[-241908,-220412],[-239250,-219001],[-239779,-242735],[-239424,-230719],[-239936,-231977],[-231718,-230586],[-232770,-241859],[-241009,-235409],[-234368,-236609],[-242808,-242091],[-238301,-240026],[-242593,-248044],[-238056,-245352],[-243102,-250612],[-239774,-268166],[-235579,-268706],[-235482,-270988],[-240400,-276469],[-239192,-281343],[-238487,-280608],[-236399,-280114],[-239148,-269496],[-240858,-269162],[-237630,-271499],[-233080,-284363],[-234634,-289276],[-231518,-287414],[-234405,-283816],[-237862,-284028],[-233875,-291458],[-239220,-288785],[-240108,-282227],[-240666,-285510],[-234592,-304581],[-235565,-306897],[-237796,-297166],[-230808,-298918],[-236834,-307402],[-230559,-310277],[-233311,-316028],[-233340,-318352],[-239799,-326207],[-230994,-326192],[-235727,-321799],[-232451,-495413],[-233932,-494637],[-234128,-540959],[-240585,-557621],[-239215,-553567],[-240974,-555603],[-233538,-600462],[-232113,-598865],[-485,-329221],[-96,-328617],[-492,-332268],[-243355,-215763],[-248788,-213820],[-252562,-227759],[-248892,-225895],[-250401,-218854],[-243556,-230195],[-251820,-227969],[-255205,-223427],[-255076,-225458],[-253067,-222711],[-250040,-230822],[-243200,-241664],[-251386,-239417],[-252425,-238594],[-249651,-238750],[-250830,-238487],[-252333,-236225],[-253027,-237349],[-255650,-235416],[-254335,-232757],[-252934,-235668],[-254085,-230697],[-246745,-231598],[-249732,-235593],[-247285,-237593],[-250488,-232849],[-252640,-234598],[-246679,-248486],[-247396,-249831],[-244591,-261662],[-251078,-256825],[-249284,-256227],[-255298,-259333],[-251512,-268458],[-252045,-265625],[-244673,-273459],[-249303,-270056],[-244102,-280997],[-244326,-278996],[-247771,-271889],[-255456,-279721],[-255592,-272433],[-245336,-286897],[-249909,-286197],[-254453,-283494],[-249059,-283705],[-255759,-285515],[-245749,-281706],[-244631,-283105],[-246360,-283622],[-254659,-296741],[-248195,-297599],[-248652,-304361],[-244820,-306132],[-244818,-298925],[-254915,-302605],[-244221,-300046],[-252995,-294579],[-248680,-305728],[-251917,-315753],[-255038,-308272],[-244383,-322858],[-252378,-322036],[-256286,-460325],[-255918,-459816],[-247704,-601263],[-247648,-600289],[-254738,-93017],[-265550,-121493],[-258701,-119916],[-262610,-131847],[-256867,-200822],[-265512,-210644],[-259801,-215982],[-257690,-211675],[-266841,-209368],[-267656,-216192],[-268262,-214604],[-260931,-205964],[-268100,-218908],[-263194,-229092],[-261603,-218273],[-260172,-223869],[-262118,-227063],[-265091,-227186],[-264417,-223970],[-265453,-235077],[-259071,-231353],[-256089,-236104],[-265238,-242922],[-256323,-234965],[-260653,-234342],[-259580,-233881],[-260515,-234575],[-259274,-236376],[-259329,-235502],[-258721,-233976],[-257024,-235064],[-258434,-231497],[-266700,-231188],[-260575,-236627],[-262282,-236815],[-263818,-249894],[-267005,-253117],[-257200,-255167],[-259359,-251312],[-268703,-255382],[-262764,-252953],[-264345,-243533],[-268246,-258304],[-264511,-258649],[-257615,-262082],[-262059,-262522],[-264782,-266013],[-257014,-268349],[-259487,-275895],[-264298,-276977],[-259355,-286101],[-267488,-288908],[-260681,-283589],[-262941,-290442],[-268180,-295980],[-264966,-301610],[-265032,-300113],[-261816,-300653],[-258448,-302684],[-257875,-294388],[-264130,-296197],[-264388,-306779],[-258011,-308514],[-259688,-308223],[-259623,-315619],[-257295,-317278],[-261656,-311806],[-257065,-314238],[-259653,-318002],[-260329,-318435],[-265403,-319550],[-256453,-323579],[-259417,-323416],[-262768,-340593],[-256863,-460243],[-260556,-465027],[-257181,-598201],[-265428,-600208],[-264754,-599902],[-256104,-597935],[-256236,-600698],[-262628,-588659],[-258236,-602183],[-258186,-85632],[-262689,-88598],[-256550,-99668],[-267542,-100324],[-260306,-92608],[-273845,-119297],[-275859,-122229],[-277779,-121557],[-280041,-137032],[-278137,-133503],[-280773,-141122],[-281358,-146407],[-279345,-163411],[-277484,-156837],[-275344,-168253],[-281538,-173902],[-279970,-168000],[-271306,-185434],[-281264,-188316],[-278803,-179915],[-277391,-202375],[-277811,-206586],[-273414,-215830],[-272827,-210339],[-272577,-209315],[-270366,-213424],[-269233,-222793],[-274342,-229757],[-270800,-228730],[-270933,-235426],[-276417,-238587],[-277007,-239855],[-270570,-240308],[-270817,-239033],[-278477,-249874],[-269838,-244576],[-270987,-248092],[-279488,-247869],[-274498,-251059],[-273340,-251583],[-276353,-261377],[-275840,-265085],[-271774,-266186],[-270746,-268596],[-273191,-281255],[-277661,-271111],[-277353,-280207],[-269919,-275776],[-269349,-275878],[-272626,-271728],[-273754,-278320],[-272147,-285624],[-277351,-284236],[-274606,-289331],[-277376,-286805],[-270530,-299634],[-268886,-297278],[-272322,-302076],[-271874,-295034],[-271251,-346233],[-273425,-84666],[-277704,-84215],[-270559,-88379],[-280682,-81425],[-269011,-103619],[-285076,-118897],[-294371,-131339],[-284294,-129730],[-286466,-135748],[-290488,-152017],[-285641,-155057],[-287476,-176784],[-282367,-176094],[-287521,-168721],[-288497,-170085],[-291827,-191702],[-293050,-182190],[-286581,-180287],[-292818,-193834],[-288255,-202171],[-287773,-204285],[-292922,-198472],[-281803,-199603],[-283075,-196233],[-294080,-198739],[-286597,-196555],[-286626,-211247],[-291357,-204908],[-285810,-213669],[-284761,-209266],[-286542,-205837],[-286289,-207770],[-292256,-222342],[-293726,-220048],[-293260,-228730],[-292689,-225880],[-290329,-220468],[-286487,-226175],[-281745,-252156],[-283688,-276165],[-282041,-286232],[-288306,-81796],[-285217,-86104],[-292880,-78681],[-286073,-99400],[-286656,-102856],[-290613,-114477],[-281734,-113101],[-283717,-103684],[-287749,-111207],[-294559,-116662],[-298678,-125105],[-304694,-121591],[-307194,-115266],[-306977,-138979],[-306392,-137266],[-306436,-132154],[-296755,-144421],[-299233,-140964],[-304746,-164031],[-302684,-171972],[-300363,-171983],[-300001,-175644],[-307176,-169845],[-296702,-189852],[-298212,-185349],[-295725,-184751],[-300778,-179802],[-307046,-190019],[-302107,-191459],[-305263,-190149],[-300964,-193600],[-305070,-193300],[-300753,-215982],[-303671,-213840],[-306049,-213164],[-304561,-209698],[-302446,-219024],[-300278,-219853],[-299707,-224781],[-297481,-228910],[-298973,-219256],[-305072,-221160],[-303844,-227279],[-302675,-229113],[-305632,-237835],[-304683,-233477],[-299150,-241371],[-296107,-231114],[-301000,-238236],[-301025,-241332],[-305834,-240114],[-306424,-231791],[-306893,-230465],[-303024,-69532],[-299754,-85510],[-300665,-77643],[-298519,-82012],[-300594,-76664],[-295294,-100984],[-295635,-94717],[-302867,-94235],[-295450,-93677],[-301259,-103220],[-294682,-103363],[-299725,-106279],[-301146,-111243],[-307901,-126182],[-313350,-126254],[-310657,-137607],[-312354,-139699],[-319849,-132140],[-318913,-130504],[-308539,-162349],[-307228,-175562],[-310609,-189426],[-317127,-190771],[-315012,-190321],[-319565,-181477],[-315344,-189042],[-316426,-186592],[-312179,-187189],[-312672,-193726],[-309443,-219924],[-319995,-234243],[-316185,-235830],[-313251,-230249],[-307962,-237873],[-310934,-233271],[-311974,-243708],[-313011,-80006],[-316003,-105702],[-319562,-114541],[-321325,-139846],[-326683,-142184],[-324910,-151239],[-332506,-147908],[-323039,-154687],[-324999,-178684],[-321736,-175940],[-327364,-185148],[-324790,-180622],[-325775,-187512],[-329594,-184616],[-320411,-189613],[-323828,-180677],[-331130,-188335],[-324203,-193790],[-325055,-193710],[-321173,-195804],[-322532,-232098],[-335895,-165079],[-338177,-240709],[-340668,-237529],[-341279,-237078],[-338885,-231260],[-339839,-234376],[-345254,-240191],[-332860,-239174],[-350831,-188066],[-347945,-189715],[-351579,-184053],[-353987,-202752],[-352180,-196876],[-352973,-196148],[-351689,-205412],[-351721,-210520],[-358200,-226642],[-354489,-225620],[-352219,-231565],[-356410,-246832],[-355510,-253441],[-354269,-253097],[-354116,-250362],[-355349,-252087],[-368333,-215462],[-362200,-209922],[-362825,-211030],[-360721,-212884],[-359146,-216963],[-368173,-221994],[-363301,-225034],[-363265,-219759],[-371154,-218407],[-359245,-231419],[-364035,-245095],[-364197,-244013],[-362813,-256984],[-20295,-253792],[-20145,-253438],[-14088,-260260],[-14321,-345378],[-379538,-189051],[-381459,-190978],[-382016,-188466],[-376648,-192067],[-378544,-89360],[-380469,-84982],[-383134,-92009],[-382620,-92447],[-381106,-98255],[-378493,-89655],[-381151,-114906],[-383881,-110945],[-394646,-115180],[-392263,-115318],[-393137,-126695],[-393677,-115710],[-394059,-128521],[-396749,-176890],[-396295,-185859],[-394464,-181903],[-392297,-181637],[-396506,-182748],[-385889,-228141],[-386932,-227319],[-387041,-88407],[-395452,-80106],[-388106,-89920],[-388250,-95914],[-385186,-97203],[-393953,-92357],[-391803,-100771],[-390933,-112760],[-388589,-114086],[-388253,-107688],[-394225,-108487],[-397031,-175758],[-398050,-177268],[-397584,-174531],[-397035,-171279],[-397645,-168665],[-399433,-176970],[-398365,-184830],[-398468,-186450],[-400479,-180853],[-399002,-180479],[-401720,-74609],[-397206,-66947],[-399928,-87772],[-403911,-79501],[-399730,-96878],[-397285,-93221],[-398666,-96674],[-402411,-90980],[-401638,-97038],[-399875,-112815],[-403930,-110176],[-398941,-111416],[-414147,-127600],[-409821,-115016],[-410202,-353535],[-412492,-108712],[-416300,-111387],[-413348,-114730],[-411987,-102298],[-428104,-204174],[-442780,-181617],[-444423,-185643],[-446506,-185855],[-435598,-198364],[-435587,-199595],[-439711,-238573],[-440280,-513533],[-456432,-139534],[-460487,-138022],[-456887,-146751],[-460462,-149833],[-459676,-158797],[-458833,-164459],[-455237,-160521],[-448418,-163240],[-454041,-165909],[-452987,-156426],[-448808,-163540],[-448931,-191748],[-458242,-188113],[-458980,-181318],[-453127,-180675],[-454992,-188166],[-454464,-192190],[-451185,-196862],[-454440,-192517],[-450747,-215805],[-459649,-218923],[-450827,-226200],[-451227,-84303],[-458776,-78171],[-458008,-97191],[-460185,-96480],[-455524,-97300],[-453276,-95516],[-453790,-94071],[-455177,-91364],[-455329,-90430],[-465333,-140246],[-462738,-138378],[-461877,-139379],[-464351,-136641],[-461329,-148005],[-461257,-146267],[-464000,-156264],[-468286,-165943],[-472627,-160839],[-467595,-163390],[-470982,-166601],[-463213,-168037],[-466321,-171134],[-470951,-179743],[-460932,-181970],[-467666,-187349],[-464320,-182251],[-466988,-197155],[-469356,-201374],[-472973,-208938],[-463379,-205060],[-473528,-205921],[-468064,-216665],[-469195,-33803],[-465133,-52002],[-464767,-71497],[-463732,-79780],[-464190,-86442],[-466667,-78788],[-466214,-85532],[-467209,-78732],[-460813,-86901],[-467665,-89827],[-465640,-92174],[-466290,-104582],[-462835,-105702],[-466052,-106807],[-480833,-150430],[-478035,-148590],[-480296,-154958],[-480081,-155501],[-481902,-171438],[-481181,-170874],[-482052,-171781],[-478510,-186900],[-475361,-183646],[-483188,-187896],[-476647,-185486],[-475882,-198617],[-479903,-196160],[-480700,-195679],[-476587,-202683],[-485399,-211380],[-481921,-209685],[-484833,-217707],[-483204,-221043],[-480844,-227011],[-478700,-220993],[-483637,-233406],[-485529,-235573],[-478142,-83769],[-497556,-165680],[-492350,-166010],[-491068,-168169],[-498164,-178323],[-497527,-179759],[-495344,-183217],[-495866,-204584],[-496901,-199389],[-490715,-203274],[-497256,-198632],[-487965,-218280],[-488468,-219268],[-496566,-430143],[-489630,-456617],[-37079,-240084],[-32053,-282150],[-503130,-139561],[-510889,-149933],[-505248,-150360],[-511660,-162260],[-503695,-165431],[-505193,-172479],[-508037,-171776],[-506804,-180017],[-504763,-181308],[-504171,-180263],[-504202,-187611],[-499698,-191606],[-507718,-186115],[-500059,-193357],[-507874,-194435],[-501002,-200958],[-505552,-212355],[-507265,-207341],[-502301,-205556],[-510766,-213457],[-500975,-227621],[-502139,-470006],[-501775,-469559],[-501067,-473404],[-505014,-47748],[-506639,-44234],[-502468,-61112],[-505291,-70967],[-504653,-68529],[-503260,-76660],[-511021,-82536],[-499797,-98961],[-509289,-94906],[-509539,-95128],[-500749,-102373],[-511182,-105270],[-512945,-150291],[-517138,-142999],[-518021,-152214],[-520778,-165957],[-516100,-159860],[-516437,-159429],[-522303,-163947],[-514045,-162125],[-513273,-157711],[-524309,-165964],[-519243,-167305],[-521826,-175041],[-512790,-171048],[-514338,-172499],[-515610,-171903],[-518559,-177211],[-513875,-180024],[-524431,-179450],[-518722,-180101],[-520262,-186506],[-521561,-186024],[-514158,-197318],[-513902,-201765],[-517020,-202546],[-518321,-210417],[-515944,-210095],[-522268,-215523],[-512822,-213036],[-517951,-205583],[-515617,-217886],[-512843,-225392],[-514543,-227658],[-512204,-443268],[-521740,-474913],[-518775,-473486],[-519862,-477348],[-514244,-53683],[-519475,-70984],[-523091,-71086],[-521583,-67377],[-518323,-67624],[-524302,-76341],[-518707,-82096],[-521641,-77504],[-518555,-81982],[-513015,-79907],[-519596,-100245],[-512229,-93525],[-523586,-91966],[-519610,-100213],[-519335,-101036],[-519675,-109222],[-519902,-104547],[-518460,-105725],[-520762,-108149],[-519588,-108239],[-521714,-106168],[-515308,-108824],[-516078,-112496],[-526984,-126857],[-530796,-121178],[-532856,-133740],[-534425,-134426],[-529007,-132363],[-527659,-128551],[-526418,-131833],[-526645,-132880],[-532170,-150257],[-536875,-151051],[-528111,-150651],[-532473,-150265],[-530971,-159840],[-534819,-163095],[-534881,-169857],[-528807,-173204],[-530071,-177469],[-529478,-189322],[-528985,-192070],[-531721,-193031],[-525482,-59309],[-525391,-54333],[-525908,-59334],[-530404,-70134],[-526452,-64500],[-527367,-72692],[-526505,-64179],[-527064,-71717],[-532175,-88827],[-533236,-76913],[-527707,-81114],[-529458,-87201],[-537517,-98288],[-534690,-90214],[-536727,-89703],[-536271,-90843],[-529685,-90935],[-535079,-108967],[-536174,-107368],[-535675,-108773],[-535446,-109134],[-532646,-107558],[-539226,-136909],[-550172,-133173],[-548065,-136486],[-547892,-142002],[-537649,-174087],[-542234,-175066],[-542366,-180020],[-538473,-101572],[-538750,-91705],[-538019,-95517],[-557729,-135706],[-562847,-166576],[-551291,-170346],[-562035,-171556],[-563059,-168562],[-39699,-248257],[-38603,-248052],[-39067,-248615],[-75589,-165197],[-69153,-165125],[-71180,-191905],[-73737,-216748],[-75660,-232632],[-73512,-690266],[-73502,-689324],[-76181,-689923],[-73030,-691739],[-73392,-694729],[-72704,-692023],[-74999,-694484],[-74892,-692421],[-75370,-701654],[-84667,-165703],[-86010,-162994],[-83124,-160869],[-79714,-165263],[-80434,-169953],[-88132,-186577],[-78961,-186870],[-78030,-191819],[-87914,-211194],[-82287,-205781],[-84865,-210563],[-83163,-213846],[-87069,-209028],[-87641,-220190],[-88837,-229234],[-81188,-226842],[-82166,-229664],[-83128,-237487],[-81412,-232801],[-87891,-230600],[-87902,-522768],[-80029,-684917],[-80944,-683977],[-82508,-686077],[-79279,-688069],[-81201,-688784],[-81596,-687195],[-82860,-688120],[-85062,-689860],[-79585,-691499],[-84832,-694199],[-84866,-696842],[-81408,-694972],[-79500,-696397],[-78554,-693888],[-81193,-691371],[-81471,-702693],[-86749,-703142],[-77010,-702723],[-78010,-701707],[-84953,-704198],[-89284,-711945],[-89166,-709642],[-89447,-716242],[-87158,-713113],[-87355,-713113],[-81264,-712665],[-82438,-712155],[-81509,-711356],[-83342,-713622],[-84754,-712981],[-99732,-149814],[-90279,-151199],[-92019,-145860],[-92833,-159462],[-92394,-159101],[-92967,-166083],[-99447,-156894],[-98194,-166647],[-95435,-171134],[-91139,-175936],[-101208,-177189],[-93256,-181055],[-92276,-185168],[-90861,-187798],[-100272,-193350],[-92325,-207484],[-92929,-217778],[-98301,-225388],[-98289,-231982],[-95724,-232482],[-97175,-509318],[-97395,-510368],[-96743,-508458],[-90996,-515206],[-98650,-519903],[-97151,-513095],[-96692,-512862],[-89850,-514356],[-90658,-514389],[-94835,-690181],[-101326,-686888],[-98254,-689025],[-99269,-689463],[-101085,-689297],[-96578,-686710],[-96169,-684878],[-93297,-686007],[-91180,-685103],[-93550,-685460],[-93682,-679527],[-93728,-682783],[-94427,-681995],[-97226,-682470],[-95056,-681924],[-94754,-678459],[-95131,-680043],[-96859,-681984],[-98724,-680949],[-98554,-683941],[-94564,-686209],[-92402,-688507],[-90335,-702123],[-92616,-710071],[-93098,-715548],[-91557,-711933],[-92675,-713820],[-92021,-713317],[-90377,-713817],[-90960,-712377],[-90061,-710791],[-106403,-155407],[-106175,-158359],[-102612,-166433],[-104832,-168637],[-105827,-195945],[-110491,-243297],[-114822,-551813],[-114170,-552045],[34463,-207363],[62014,-251607],[63198,-248101],[60103,-253728],[59117,-260418],[63538,-259122],[55831,-345030],[725092,401876],[721272,397293],[724544,401588],[740242,389437],[741645,392533],[737404,392999],[739980,394647],[738913,417047],[741391,428194],[740481,423419],[747499,393070],[743624,388239],[750118,404977],[745811,421717],[746437,410043],[748903,415059],[746242,418440],[754671,412789],[742523,423311],[765207,383498],[756173,384834],[758471,390495],[766398,413903],[64226,-249752],[68497,-250684],[65896,-248821],[64032,-250171],[68606,-265999],[67985,-257634],[68348,-258990],[75897,-329089],[72157,-331940],[65126,-332529],[773608,391151],[773719,401251],[772196,404070],[781651,399211],[784827,400995],[785110,400686],[785711,399208],[77941,-333025],[77213,-337160],[100301,-191868],[101867,-207494],[99096,-256373],[99525,-352252],[102068,-355504],[94996,-355774],[95111,-352701],[106170,-213042],[105733,-215981],[112555,-221586],[103449,-336839],[104517,-337782],[116446,-211211],[115248,-224771],[-127126,134556],[-115649,136878],[-116836,134172],[-115278,131823],[-126170,131514],[-122872,132816],[-127192,129377],[-123125,138155],[-124457,139284],[-127482,139972],[-116730,105407],[-120004,106753],[-124189,111892],[-126812,114804],[-127391,108309],[-119487,113738],[-125604,114588],[-122850,111229],[-118538,109177],[-127688,111675],[-127299,113415],[-126652,121713],[-125420,122774],[-118818,121492],[-116724,121684],[-119993,120376],[-119454,118356],[-119126,116939],[-117903,119028],[-117601,116177],[-126466,116831],[-123826,122164],[-122661,122231],[-121069,122245],[-126285,118531],[-130655,137543],[-139979,140566],[-139185,135046],[-137735,134238],[-128246,136285],[-130507,130976],[-132417,129438],[-130082,140737],[-137738,149872],[-135254,146459],[-135294,149388],[-130643,146564],[-131486,112439],[-129211,110759],[-129001,108703],[-135388,112695],[-133729,109464],[-132384,108853],[-137410,114487],[-138221,115285],[-136867,111362],[-134378,112080],[-131450,128133],[-128454,124465],[-139258,120523],[-138857,116279],[-138971,118782],[-146136,135030],[-148977,136057],[-151135,133099],[-150041,133370],[-149927,140077],[-148810,138453],[-148249,137240],[-146219,129081],[-141833,143301],[-148317,149548],[-142591,142582],[-148885,141475],[-152418,147427],[-150271,145976],[-148000,146830],[-141455,147721],[-147050,150070],[-141539,150255],[-159819,133287],[-163651,130937],[-164227,132825],[-157970,131316],[-160850,131054],[-158131,133410],[-164032,128319],[-162902,129895],[-160331,128970],[-154774,143434],[-162716,127654],[-161652,127273],[-159092,126151],[-157463,125525],[-167718,132803],[-166400,132416],[-170494,138814],[-174473,134844],[-171012,133380],[-169625,131965],[-171294,140372],[-170309,142043],[-174271,142727],[-179689,139309],[-182374,138812],[-181832,140609],[-184260,139868],[-2913,57000],[-4289,56468],[-4508,55273],[-3802,54492],[-10952,63587],[-12153,66167],[-4210,69957],[-2579,76765],[-413,73496],[-5311,74941],[-10287,78839],[-259642,-54049],[-263146,-54597],[-259305,-56234],[-262804,-56782],[-260457,-54157],[-262330,-54466],[-263000,-55408],[-262922,-55985],[-262017,-56638],[-260095,-56347],[-259426,-55432],[-259513,-54856],[-261038,-54287],[-261749,-54390],[-259781,-58544],[-261995,-62388],[-260662,-64068],[-271989,-61557],[-271328,-61162],[-270645,-60770],[-269369,-62929],[-270059,-63328],[-270739,-63753],[-23394,30210],[-24695,45146],[-16500,69142],[-15859,67965],[-13695,66479],[-16057,73005],[-35910,33869],[-36687,32623],[-36701,31024],[-31864,32236],[-26780,36013],[-29127,29812],[-35496,35707],[-35307,36582],[-37997,36844],[-38103,36866],[-33733,38141],[-33496,37296],[-35719,36566],[-25896,44311],[-27385,43119],[-38056,46129],[-37904,44219],[-36589,46130],[-37205,43759],[-36412,43140],[-38365,46658],[-36650,46943],[-37293,46690],[-37883,47413],[-34631,46681],[-34298,46161],[-37538,41774],[-37648,43081],[-37800,44707],[-36425,44566],[-35124,44517],[-34457,43888],[-35557,47411],[-35230,48036],[-36524,48587],[-37344,48486],[-34100,47710],[-33139,47883],[-37935,49717],[-34614,45932],[-34163,44422],[-33301,45840],[-32575,44450],[-30592,45747],[-34047,42890],[-36048,42584],[-35621,43243],[-37228,42298],[-35997,50615],[-36967,50206],[-36670,49475],[-34965,49219],[-34126,48499],[-35471,49446],[-34329,39038],[-32366,59493],[-34562,59794],[-31335,63009],[-33372,63691],[-36927,62368],[-33870,64186],[-28169,63957],[-29752,60662],[-28279,76574],[-31115,76583],[-32268,75534],[-33504,74348],[-35864,74156],[-37370,72073],[-36302,71257],[-35468,70252],[-34927,69165],[-34511,70078],[-34874,70744],[-35777,71514],[-37713,72401],[-36694,72173],[-34606,68749],[-34867,64911],[-38522,37436],[-39411,36031],[-40067,35348],[-38740,35032],[-41251,37204],[-41697,37228],[-40452,37207],[-41489,38370],[-40618,37725],[-41115,37990],[-41805,38285],[-41626,38382],[-42249,46773],[-43748,47103],[-44330,44959],[-42817,44949],[-41007,44574],[-39622,44272],[-46952,45154],[-46082,50106],[-43462,45348],[-50011,45241],[-46596,51009],[-43994,42427],[-48657,45288],[-45268,45336],[-45429,44518],[-45945,49269],[-49283,44792],[-44438,47107],[-45032,47774],[-43438,44898],[-42335,44255],[-41763,45155],[-40070,44833],[-40148,43859],[-38444,43655],[-47235,44634],[-43722,43557],[-40147,43135],[-40421,42255],[-39077,46135],[-39863,46946],[-41036,47402],[-45059,48699],[-46538,50007],[-43964,44291],[-40539,46703],[-46216,45597],[-41291,48035],[-40110,48789],[-48410,44407],[-49617,47166],[-49104,47352],[-48771,47005],[-47919,46863],[-47496,47123],[-46854,47001],[-39513,48130],[-39509,46536],[-38915,44667],[-38475,49138],[-39398,48976],[-41154,49126],[-40323,50181],[-41203,49700],[-42057,49011],[-43220,50164],[-41506,50545],[-42077,50711],[-38935,41484],[-39789,41602],[-39490,40575],[-40132,40923],[-41093,40118],[-40147,39473],[-42484,39737],[-43298,41495],[-44391,40708],[-43545,40591],[-42849,40531],[-44983,39789],[-44703,39092],[-41845,39474],[-45965,40318],[-46443,39605],[-48936,47949],[-48615,48917],[-49241,48474],[-39513,50431],[-39038,50121],[-38831,50966],[-39713,51153],[-42499,38746],[-43931,51090],[-43432,51049],[-43147,50466],[-49972,55616],[-47319,55661],[-46506,55379],[-47290,52198],[-50561,55862],[-50439,57022],[-48220,58256],[-46871,56407],[-45487,51794],[-47167,54665],[-46363,51610],[-46351,52419],[-48407,59079],[-49058,59020],[-44041,54436],[-44597,55179],[-43654,54684],[-42837,52477],[-42977,53488],[-43220,53138],[-38757,75669],[-41176,76894],[-42181,76265],[-44253,74053],[-38780,72967],[-40123,73690],[-47616,73413],[-45285,73163],[-50182,71217],[-46535,70388],[-43758,71109],[-54936,59393],[-56589,64608],[-57861,67199],[-59964,65527],[-60065,70588],[-56625,71830],[-53733,73308],[-52803,70833],[-56275,69167],[-99250,73732],[-100642,75693],[-93895,67189],[-96872,67122],[-94244,91573],[-97339,93101],[-93432,94352],[-94518,113834],[-98882,112722],[-101584,109870],[-96466,113737],[-100825,116819],[-97512,116895],[-98459,115776],[-101874,119589],[-113142,131887],[-112732,134344],[-112957,108081],[-103073,113075],[-104528,108942],[-106663,106727],[-108509,106176],[-109893,108332],[-102971,114400],[-103462,121197],[-107924,120265],[-113379,122411],[-108339,122098],[-112246,120315],[-105621,118347],[-105314,123017],[-105994,126248],[-108815,127496],[8655,-34827],[6544,-32179],[11292,-32877],[2100,51037],[932,51358],[9177,60177],[7045,61746],[8261,61105],[6177,63175],[6580,59538],[6601,56727],[5154,56042],[3281,56198],[4966,60246],[3185,52007],[7036,76750],[11000,76136],[9929,75887],[10482,75970],[11926,76314],[6304,72544],[6982,73773],[7411,75639],[96,75309],[9904,65038],[10994,64745],[6620,79741],[18724,-37784],[14946,-36318],[14815,-34289],[17912,-35606],[21470,-37168],[21505,-38988],[24102,-38760],[25200,49274],[24999,46887],[24627,47868],[15094,57179],[16110,56354],[17311,56709],[14135,58065],[19331,59984],[18541,61119],[15896,63566],[15651,62503],[16249,73645],[13060,72282],[14906,72655],[17369,71795],[23108,72670],[21593,72015],[15232,70531],[13673,68567],[13897,64506],[14994,64210],[14977,73703],[17487,71043],[20633,81866],[13736,79327],[20163,82476],[24156,106936],[23839,110820],[30895,-38480],[26529,-43365],[28040,-43743],[29906,-44101],[31493,-44448],[33796,-44761],[26724,51054],[26106,50357],[29934,50789],[30568,49818],[32952,50321],[32226,49450],[32498,46140],[33546,45532],[34971,45218],[36116,45171],[37207,45464],[38229,46201],[37989,47357],[25925,45963],[32830,54519],[32360,55275],[31836,55976],[31192,56591],[37122,65527],[37275,67430],[37750,69486],[28429,65223],[27409,68520],[26652,69998],[27933,81233],[30071,81787],[32756,84421],[33827,85429],[34996,86292],[36565,87412],[32311,102047],[37764,112827],[31575,102658],[37867,108176],[32461,114942],[47128,-35311],[44474,-32243],[39186,-32976],[44394,-35302],[47276,-38559],[48470,-47676],[50213,-47812],[49070,-49671],[46515,-49330],[38823,71678],[40082,73339],[42989,88034],[42348,86184],[49620,89565],[50060,86268],[43693,108555],[50904,106854],[44220,115939],[43315,117655],[40519,120123],[52423,-47315],[55380,-46688],[58284,-45731],[55061,-48469],[51676,-49263],[60866,-47036],[58206,-47676],[51720,85950],[53351,86189],[57760,89688],[56731,88410],[51265,89888],[52445,90974],[52912,92214],[58591,98509],[56728,98164],[56557,96509],[55971,95271],[53293,104819],[64269,-46352],[-119895,-254572],[-124535,-248961],[-125960,-247330],[-122022,-256831],[-121597,-274572],[-127575,-284058],[-123333,-281779],[-120770,-296895],[-131428,-252245],[-138153,-276783],[-135913,-280440],[-130638,-277863],[-135311,-288259],[-148613,-271861],[-144574,-276626],[-143176,-280439],[-146984,-276489],[-152498,-283692],[-153393,-287766],[-153232,-294532],[-163067,-245811],[-161484,-250365],[-165995,-247911],[-160705,-251730],[-153964,-277155],[-158845,-275932],[-162306,-275872],[-160348,-269782],[-159718,-278603],[-165518,-281247],[-153683,-284810],[-159373,-283468],[-165138,-287523],[-165588,-286372],[-166656,-241435],[-178328,-255421],[-168221,-246368],[-177515,-263593],[-173109,-275547],[-174569,-274511],[-171794,-280982],[-177981,-282063],[-188910,-233434],[-187435,-237819],[-191218,-241590],[-188075,-251323],[-183219,-249602],[-190102,-244560],[-186662,-247032],[-187584,-261676],[-187175,-262030],[-184457,-265553],[-179214,-260887],[-184961,-260738],[-191514,-266476],[-191114,-265033],[-190347,-264633],[-182606,-270662],[-186925,-271436],[-189687,-279229],[-191293,-280051],[-191097,-280339],[-189176,-279010],[-185977,-293146],[-188558,-286691],[-191945,-287257],[-186174,-288549],[-189864,-295041],[-186954,-294455],[-191353,-354920],[-191365,-354179],[-190575,-353930],[-186561,-405004],[-181209,-430301],[-180788,-443734],[-204447,-228763],[-192906,-233870],[-193887,-238086],[-193303,-238635],[-192498,-253450],[-203285,-248311],[-200545,-249817],[-200918,-253732],[-202884,-265077],[-201614,-262874],[-194946,-268461],[-202771,-267303],[-201028,-279152],[-200955,-270464],[-197099,-269851],[-204720,-268942],[-199216,-278787],[-199237,-278503],[-198690,-277858],[-200128,-277293],[-198534,-276200],[-198166,-281355],[-203816,-271840],[-202811,-272167],[-196947,-281201],[-203932,-271231],[-202056,-288034],[-193699,-287170],[-200693,-289314],[-204644,-292614],[-199460,-281778],[-198141,-283968],[-197242,-283995],[-195310,-290980],[-195542,-294858],[-204396,-300729],[-197104,-302711],[-198770,-299967],[-197719,-309496],[-204672,-315217],[-192463,-354045],[-193789,-354071],[-202828,-352183],[-200313,-353575],[-203707,-361316],[-198158,-363395],[-199076,-365726],[-194609,-362780],[-203409,-366179],[-216546,-228237],[-206783,-226898],[-215896,-235354],[-207252,-236113],[-204920,-234630],[-207497,-252623],[-213963,-246382],[-212653,-243258],[-205740,-245565],[-207194,-260391],[-206894,-257089],[-204872,-268332],[-216199,-270988],[-209994,-276344],[-206108,-268688],[-215000,-278511],[-216545,-284921],[-217452,-287921],[-214241,-282225],[-205088,-288958],[-211932,-292769],[-210289,-289880],[-212522,-281642],[-213426,-290545],[-212984,-288451],[-207015,-291842],[-210243,-293494],[-211240,-294899],[-208814,-306738],[-210284,-314825],[-211961,-317792],[-215953,-322679],[-204835,-357783],[-222750,-225830],[-224411,-240867],[-224260,-231448],[-218348,-243562],[-219291,-247718],[-223837,-268667],[-228777,-277092],[-220728,-281144],[-217811,-274195],[-228953,-288180],[-229122,-288435],[-222821,-290527],[-226691,-284504],[-220744,-293356],[-224146,-281503],[-218371,-290900],[-218238,-306488],[-226114,-317066],[-220025,-314369],[-223019,-322467],[-227799,-324552],[-220005,-324450],[-221324,-328519],[-233940,-213600],[-231192,-217713],[-236787,-218368],[-233223,-241765],[-238850,-235132],[-233307,-238682],[-243000,-246136],[-236030,-248268],[-242682,-249682],[-243173,-250880],[-231917,-276613],[-231676,-272589],[-242074,-272022],[-240025,-275148],[-232127,-279193],[-239213,-280438],[-243060,-277322],[-235984,-280842],[-241211,-277999],[-232318,-284124],[-233392,-286800],[-231793,-288890],[-237932,-285426],[-232987,-292168],[-236817,-288998],[-239107,-283855],[-239210,-285089],[-242968,-283093],[-239993,-282568],[-238107,-303347],[-240464,-300733],[-234603,-294955],[-231681,-311778],[-231722,-308014],[-240472,-311782],[-240777,-319771],[-233755,-318050],[-239705,-332273],[-238860,-336375],[-232726,-385559],[-536,-319339],[-3304,-329999],[-4622,-331772],[-234,-330382],[-4229,-333058],[-282,-334430],[-254960,-224349],[-244907,-233670],[-255857,-233206],[-252553,-235467],[-254048,-234670],[-248553,-234397],[-249211,-234456],[-245293,-248604],[-244551,-248863],[-244816,-246830],[-246257,-248381],[-246969,-250750],[-246226,-250820],[-244071,-253236],[-245530,-254133],[-248272,-253749],[-248887,-252514],[-247052,-262309],[-250146,-257537],[-247211,-266469],[-254626,-258772],[-251741,-264347],[-246174,-270243],[-251915,-277174],[-254744,-274432],[-251673,-275312],[-248107,-277583],[-247591,-287848],[-250586,-285899],[-244160,-290360],[-246683,-287077],[-253536,-286638],[-253335,-282746],[-247850,-283222],[-243708,-281751],[-246383,-284087],[-253102,-282004],[-248791,-303863],[-247857,-295373],[-253633,-312568],[-243934,-310606],[-246446,-323980],[-243563,-320338],[-252241,-338618],[-248728,-405662],[-255213,-98403],[-264855,-115539],[-261659,-119571],[-260256,-134833],[-267324,-140206],[-256546,-234988],[-263509,-242793],[-263908,-250717],[-263920,-245511],[-266926,-252678],[-258320,-253197],[-262117,-251529],[-264003,-254688],[-267443,-258604],[-268107,-262345],[-265810,-259209],[-257154,-260107],[-260418,-261396],[-267486,-265868],[-260624,-281125],[-268574,-279925],[-258515,-278386],[-268646,-279266],[-262510,-269177],[-260111,-271428],[-263537,-275106],[-256662,-293824],[-259355,-285369],[-262867,-285201],[-264549,-291528],[-257773,-288906],[-267915,-295019],[-265304,-301689],[-264712,-297455],[-257644,-305020],[-258833,-300058],[-258387,-299994],[-261221,-308142],[-264708,-307700],[-264309,-320744],[-259618,-320916],[-256946,-325301],[-265078,-88293],[-259339,-100536],[-261962,-99231],[-259726,-92194],[-266125,-93968],[-258636,-114048],[-278551,-117193],[-273860,-127483],[-277521,-125472],[-278564,-129084],[-278563,-136960],[-280492,-145256],[-276675,-166097],[-277849,-161400],[-281486,-163333],[-280162,-158115],[-281265,-166864],[-281470,-172879],[-279900,-166517],[-279627,-191234],[-278910,-186565],[-277847,-201364],[-275969,-204406],[-269290,-224410],[-270331,-228489],[-271862,-231267],[-273769,-230525],[-277815,-245645],[-273992,-252169],[-277999,-266761],[-275084,-262015],[-270754,-262029],[-271424,-268394],[-268817,-275633],[-271618,-272079],[-273889,-274894],[-271907,-281664],[-269989,-286992],[-280414,-292460],[-273829,-290146],[-275231,-286785],[-280425,-287192],[-278597,-283245],[-268869,-299700],[-270440,-300937],[-269831,-297459],[-271604,-294215],[-271676,-298270],[-275857,-83123],[-274716,-95281],[-278010,-99667],[-275829,-112971],[-269541,-103056],[-289048,-119849],[-288476,-116829],[-283642,-128530],[-292512,-139032],[-289175,-129422],[-288639,-134794],[-292936,-148908],[-282239,-140898],[-288487,-148652],[-290266,-158389],[-285225,-174199],[-283402,-167841],[-285566,-188872],[-287900,-182580],[-291009,-190125],[-294160,-182735],[-284911,-183440],[-282254,-198566],[-292261,-203436],[-290400,-197476],[-287874,-193482],[-284628,-193551],[-292176,-216661],[-281916,-211206],[-284752,-209915],[-286231,-205700],[-289158,-208748],[-294340,-222899],[-289589,-217705],[-288071,-225102],[-282444,-248851],[-282272,-277533],[-288395,-82625],[-283076,-88374],[-291462,-80683],[-282475,-78885],[-288417,-93521],[-285289,-100552],[-284881,-103020],[-291298,-104556],[-282333,-112461],[-297353,-126720],[-306308,-123010],[-306732,-140004],[-306603,-138262],[-306024,-128753],[-298145,-142117],[-295653,-145279],[-306722,-160482],[-300324,-178979],[-305314,-172689],[-299047,-174430],[-298478,-176957],[-298081,-180604],[-306360,-185200],[-299544,-189567],[-303375,-191583],[-295897,-192893],[-297508,-196450],[-303634,-194738],[-302957,-192489],[-294657,-199784],[-303098,-214907],[-299762,-217122],[-306309,-211790],[-302005,-208468],[-303892,-212065],[-302970,-218194],[-300303,-220967],[-304007,-224964],[-302599,-227504],[-299373,-226855],[-295801,-228432],[-298504,-221038],[-302520,-223989],[-303247,-220087],[-306802,-226370],[-304619,-227595],[-305547,-235391],[-304512,-234304],[-300280,-240552],[-297872,-239749],[-302317,-241481],[-304867,-239395],[-305693,-240399],[-301888,-231046],[-304200,-230843],[-306739,-231115],[-301419,-70728],[-303737,-72890],[-298522,-75571],[-299034,-86104],[-296709,-84708],[-305962,-98456],[-294996,-96211],[-305669,-97119],[-302828,-104991],[-299554,-108295],[-318175,-118775],[-313026,-125272],[-319212,-137857],[-312585,-136905],[-309702,-140432],[-308138,-131081],[-319426,-141477],[-307243,-163073],[-310068,-160237],[-308608,-171874],[-308775,-170264],[-308244,-176267],[-311682,-190228],[-316977,-180638],[-313049,-189696],[-317280,-188010],[-311873,-193575],[-307795,-220865],[-314028,-242127],[-312028,-238410],[-317616,-236166],[-314417,-236609],[-313649,-232636],[-311427,-233312],[-309054,-481891],[-310802,-72336],[-311688,-81228],[-307391,-111246],[-323280,-126710],[-322823,-139277],[-321907,-134789],[-325072,-141921],[-322529,-151644],[-331670,-146164],[-328783,-144473],[-331686,-153313],[-323411,-153789],[-329988,-159236],[-324388,-175665],[-324886,-175779],[-324521,-180337],[-327503,-184455],[-325588,-183083],[-324004,-188672],[-322107,-189338],[-322100,-182522],[-332130,-188194],[-320826,-192348],[-326663,-194282],[-321473,-234011],[-321769,-108565],[-339705,-165670],[-335002,-238102],[-338189,-238671],[-341778,-237372],[-340530,-236070],[-341859,-238460],[-351368,-189532],[-348228,-190026],[-353271,-201785],[-351165,-197706],[-350687,-195350],[-349988,-205002],[-358194,-207788],[-352559,-209601],[-354086,-228007],[-353878,-231945],[-368612,-178011],[-366145,-213927],[-360882,-213672],[-361048,-215076],[-360153,-212149],[-359311,-229232],[-369654,-225097],[-358863,-224456],[-370239,-219838],[-360559,-224592],[-368780,-455922],[-16714,-248887],[-20749,-255933],[-24840,-353911],[-25120,-351680],[-24164,-353224],[-381502,-117229],[-378495,-85935],[-380769,-97244],[-387380,-115623],[-386641,-116323],[-393179,-115732],[-393129,-128398],[-392090,-127851],[-390302,-88821],[-384800,-94228],[-393315,-90764],[-384433,-91248],[-390296,-111202],[-389051,-113671],[-394808,-114590],[-401003,-94817],[-398590,-92512],[-400296,-98997],[-399544,-109380],[-397842,-114071],[-441803,-177042],[-447606,-185437],[-443027,-186335],[-458798,-158230],[-448861,-153567],[-457626,-166437],[-459257,-176409],[-456966,-187676],[-450266,-198565],[-455726,-198277],[-452922,-199048],[-449025,-193930],[-448084,-206878],[-459979,-61508],[-459350,-62000],[-471757,-133339],[-461430,-140550],[-463752,-139367],[-470411,-140735],[-463766,-162988],[-464362,-164957],[-470462,-163478],[-467530,-177756],[-467386,-169710],[-465017,-167086],[-470035,-176436],[-468756,-173565],[-466812,-174911],[-470604,-168175],[-466793,-170930],[-466941,-175538],[-463837,-176740],[-465450,-177354],[-468341,-179536],[-466898,-183970],[-462675,-181453],[-462042,-200217],[-473488,-221995],[-468866,-59403],[-461553,-57275],[-462863,-68613],[-467486,-64773],[-470686,-86806],[-479212,-151488],[-478398,-148411],[-485619,-165443],[-485567,-161853],[-478999,-166118],[-484300,-159708],[-478223,-177181],[-481764,-169008],[-476275,-176227],[-485893,-170319],[-481554,-172411],[-483121,-177966],[-473795,-168966],[-480010,-180841],[-476167,-179229],[-474948,-182191],[-474117,-182395],[-481263,-186883],[-474405,-33130],[-481678,-83441],[-478208,-83886],[-483682,-87600],[-493843,-154322],[-492071,-159175],[-491676,-162010],[-488274,-153519],[-487332,-174130],[-495335,-172316],[-486873,-181766],[-498663,-187441],[-486400,-188548],[-490949,-182052],[-493152,-199932],[-488465,-215112],[-487671,-217613],[-489500,-455353],[-487824,-92854],[-487826,-93174],[-31430,-263852],[-33316,-255811],[-33633,-285388],[-32702,-350560],[-34452,-355269],[-31953,-351725],[-33037,-353512],[-33840,-354133],[-26503,-351896],[-27747,-355160],[-28163,-356050],[-26749,-351567],[-28676,-352061],[-30583,-349776],[-28245,-352735],[-32511,-350787],[-29460,-355106],[-36741,-358785],[-36907,-359485],[-505320,-152579],[-509505,-152228],[-503524,-165824],[-504542,-161032],[-499671,-156138],[-501122,-178777],[-508119,-174142],[-510840,-169416],[-506085,-181201],[-510684,-181050],[-509172,-186571],[-500589,-181984],[-503489,-206560],[-500254,-209006],[-506323,-207940],[-501201,-204722],[-510128,-219130],[-501704,-471833],[-510397,-466351],[-510239,-473130],[-509113,-55991],[-508058,-59901],[-511792,-60330],[-503668,-59853],[-510491,-57649],[-513337,-51011],[-507069,-74347],[-506512,-86130],[-509463,-78770],[-511501,-77638],[-500771,-86815],[-499875,-93860],[-511101,-90089],[-506668,-92082],[-509891,-95355],[-510293,-97769],[-504781,-92532],[-505016,-93848],[-501451,-93126],[-502850,-105910],[-523401,-119606],[-519730,-146729],[-524719,-153097],[-516250,-162605],[-519155,-157754],[-521989,-163474],[-512580,-157692],[-513196,-156301],[-520578,-157838],[-518369,-159046],[-517886,-171270],[-524351,-174338],[-518131,-175778],[-522227,-179925],[-518045,-202903],[-522216,-214146],[-522332,-212572],[-518712,-232287],[-513199,-477020],[-512810,-62200],[-519660,-62335],[-514262,-53361],[-518523,-63674],[-523189,-71161],[-516656,-75403],[-517717,-68642],[-524044,-76401],[-522201,-77415],[-512956,-78164],[-519156,-79706],[-523380,-87880],[-512422,-79555],[-512884,-101371],[-520258,-97600],[-524749,-91562],[-516676,-112757],[-513148,-103615],[-523823,-104150],[-530057,-115530],[-525068,-125326],[-527289,-117192],[-526919,-116963],[-526796,-117349],[-529928,-120366],[-525081,-124957],[-529192,-121728],[-530239,-115027],[-527892,-122651],[-534221,-139173],[-532741,-139157],[-534445,-132773],[-529418,-137639],[-526991,-136620],[-530059,-132069],[-529209,-148019],[-527104,-145633],[-531505,-142238],[-534406,-147917],[-535945,-152121],[-524933,-153012],[-528705,-154787],[-531399,-154237],[-529492,-161308],[-530105,-159596],[-525527,-153435],[-526252,-172226],[-530422,-170019],[-529409,-174543],[-528042,-171092],[-531863,-177535],[-526686,-180657],[-528022,-464264],[-529320,-462334],[-528374,-60678],[-526463,-62832],[-527428,-71843],[-527508,-72520],[-531356,-67092],[-530175,-64059],[-532172,-70488],[-531874,-71124],[-530372,-114977],[-539151,-131954],[-540045,-133357],[-537951,-162091],[-541717,-174240],[-550645,-173100],[-51048,-262386],[-41533,-261453],[-45496,-364608],[-45475,-364904],[-39603,-361199],[-44459,-365467],[-50354,-370634],[-50974,-370646],[-50298,-371191],[-63284,-205352],[-56990,-251990],[-57121,-270448],[-55292,-370203],[-55598,-365452],[-51495,-358512],[-53193,-373608],[-57881,-376778],[-58039,-375422],[-55384,-376672],[-68549,-188854],[-73433,-194142],[-75006,-213434],[-67377,-277675],[-83950,-162201],[-86780,-167675],[-83391,-167410],[-88069,-177955],[-84160,-171298],[-86446,-187974],[-78870,-187078],[-86725,-179207],[-84717,-203615],[-88401,-211536],[-87431,-207980],[-84079,-226142],[-81525,-231887],[-88740,-285370],[-98166,-150796],[-92157,-151968],[-90397,-147151],[-99743,-155250],[-92995,-154799],[-89995,-154805],[-91663,-167626],[-100121,-168340],[-102083,-168117],[-97612,-172625],[-91437,-174401],[-90941,-175077],[-101594,-176648],[-90817,-179501],[-90828,-190150],[-96631,-193685],[-92760,-209135],[-91156,-217065],[-91191,-224356],[-101822,-240026],[-94515,-239892],[-90300,-232530],[-101194,-232762],[-96077,-239086],[-101832,-283186],[-92858,-284311],[-107509,-155743],[-104164,-159768],[-104275,-172319],[-104990,-197753],[-114358,-247830],[-106622,-254367],[-113239,-259027],[-108089,-265339],[-111675,-277565],[373,-317858],[3005,-317377],[2469,-317837],[4854,-315218],[4605,-315654],[8333,-309931],[7488,-310139],[395,-324800],[2283,-342356],[1756,-460613],[35505,-206795],[61989,-251900],[63665,-249647],[63510,-258884],[55588,-258677],[57669,-338232],[57673,-334984],[54052,-348059],[69143,-251420],[64615,-248820],[67014,-252062],[68627,-264844],[66589,-257022],[68721,-258803],[69058,-257604],[70434,-259666],[73779,-267264],[76259,-328524],[76766,-332758],[77489,-336214],[81534,-333712],[98909,-258473],[94643,-356277],[100791,-359049],[106348,-339391],[105113,-337307],[103268,-337621],[-126911,-254322],[-124418,-255230],[-129156,-252313],[-138196,-277040],[-137756,-282439],[-147556,-273732],[-149405,-273195],[-150377,-276100],[-145982,-278837],[-149060,-282866],[-149907,-293236],[-141863,-285140],[-165701,-242162],[-165959,-242982],[-163680,-251255],[-160508,-254050],[-156640,-276634],[-160612,-277802],[-164159,-274754],[-158993,-272486],[-159911,-279620],[-163593,-280970],[-157276,-285616],[-158803,-297946],[-169543,-245885],[-178502,-257787],[-178833,-261025],[-178597,-256908],[-177012,-276045],[-176523,-276776],[-169471,-276984],[-173240,-284137],[-177069,-282107],[-189844,-232601],[-187007,-236850],[-188903,-242010],[-183027,-252871],[-184298,-249090],[-191067,-244684],[-187945,-245634],[-188329,-265794],[-189717,-262696],[-184898,-263334],[-185757,-266803],[-182428,-258744],[-191676,-264177],[-190696,-267858],[-183462,-271744],[-185401,-272291],[-185935,-278952],[-191396,-280305],[-191125,-278256],[-190692,-277911],[-188861,-279288],[-188969,-290772],[-184591,-292023],[-201427,-227495],[-195389,-236229],[-194658,-241258],[-201262,-234562],[-203312,-242943],[-194148,-252928],[-203710,-246008],[-199392,-255444],[-203893,-260767],[-202079,-262751],[-201599,-258995],[-197643,-262660],[-197239,-263644],[-192764,-264538],[-192892,-267261],[-194983,-266139],[-197466,-267858],[-198076,-263397],[-200990,-278848],[-202106,-271439],[-199981,-270955],[-192234,-268877],[-203838,-275785],[-204291,-275469],[-202069,-273827],[-202332,-274706],[-200620,-271751],[-198578,-271139],[-203485,-284619],[-203672,-284503],[-200582,-293743],[-199535,-291800],[-198988,-287981],[-203315,-288043],[-193766,-288180],[-194402,-291515],[-192911,-294683],[-195065,-296302],[-196955,-298650],[-198288,-300796],[-201056,-305999],[-200955,-297309],[-198608,-310834],[-201305,-319485],[-207197,-230194],[-215943,-236894],[-217329,-231871],[-206116,-235988],[-216310,-231221],[-208576,-233026],[-213441,-243894],[-217451,-251606],[-207739,-256902],[-206904,-265118],[-208144,-257438],[-209231,-265438],[-207391,-267370],[-209863,-275298],[-205149,-269201],[-204823,-275573],[-208282,-274833],[-209741,-269507],[-211627,-270045],[-211080,-269622],[-207722,-275248],[-215014,-285984],[-214813,-293075],[-215206,-287941],[-211020,-289326],[-216118,-293509],[-215992,-295937],[-207944,-305091],[-216786,-316371],[-207108,-315225],[-215164,-310426],[-215763,-323011],[-218907,-229664],[-222289,-240487],[-221724,-231749],[-220434,-243867],[-223867,-255662],[-220811,-252128],[-221075,-251405],[-220586,-251809],[-219625,-251414],[-221403,-249764],[-217867,-251946],[-217969,-249772],[-222814,-248761],[-222250,-249100],[-219485,-268434],[-224342,-256443],[-223953,-256778],[-225235,-274083],[-225301,-277552],[-218814,-274623],[-218183,-279038],[-225674,-290127],[-223348,-287370],[-225557,-283020],[-229745,-281514],[-230016,-290735],[-223130,-292809],[-225228,-282007],[-218815,-283824],[-218131,-291415],[-227447,-305479],[-217845,-297975],[-218271,-302603],[-224184,-299122],[-227523,-308599],[-222823,-318720],[-228312,-320216],[-225356,-322665],[-218900,-324184],[-237788,-215363],[-235414,-215839],[-237769,-237339],[-233074,-239733],[-241184,-242031],[-238832,-237489],[-235470,-243202],[-237201,-248377],[-230811,-269548],[-240631,-274105],[-232549,-276664],[-237818,-278333],[-234991,-279112],[-242056,-280809],[-234976,-286589],[-232511,-286327],[-233054,-281552],[-235175,-282366],[-238541,-285283],[-239118,-283044],[-239937,-286214],[-242612,-284302],[-240852,-283873],[-234852,-290833],[-241470,-305351],[-236226,-306989],[-235334,-296762],[-231945,-311879],[-232731,-307209],[-232828,-319743],[-242878,-313460],[-234773,-322835],[-239859,-337205],[-240048,-332882],[-240262,-336397],[-251481,-229105],[-254472,-224430],[-243930,-231198],[-254329,-233377],[-248131,-231038],[-250696,-235344],[-246174,-238514],[-253622,-234940],[-248726,-235030],[-244730,-249286],[-245202,-251036],[-243412,-249822],[-247128,-248835],[-245381,-254403],[-244194,-254963],[-243297,-246557],[-252060,-255579],[-248073,-256228],[-245752,-260426],[-252204,-257581],[-255345,-263330],[-243212,-276414],[-246847,-268789],[-244778,-271573],[-246708,-275320],[-246302,-272768],[-253949,-281255],[-253693,-275046],[-247018,-277387],[-252125,-284241],[-253556,-287466],[-249201,-287248],[-244996,-292538],[-254783,-283073],[-246477,-293367],[-250463,-282317],[-247447,-282536],[-246082,-282487],[-248128,-283864],[-246684,-297725],[-253693,-296432],[-248943,-298278],[-243475,-301118],[-253122,-318344],[-244112,-317555],[-247613,-331996],[-254704,-327927],[-254342,-103378],[-258300,-123392],[-263779,-137294],[-265221,-134300],[-268646,-143443],[-260670,-229404],[-267599,-226238],[-258140,-235369],[-261888,-241706],[-263304,-246785],[-268649,-251680],[-257790,-252974],[-259460,-250828],[-261892,-257235],[-263361,-256655],[-261046,-261401],[-266470,-267791],[-256958,-280724],[-263668,-278749],[-267421,-278542],[-264923,-272648],[-261948,-279073],[-258931,-270105],[-264776,-276331],[-267854,-275051],[-265949,-284514],[-260104,-283586],[-263365,-290413],[-256057,-287350],[-258710,-284551],[-265495,-295901],[-268468,-298965],[-258345,-296924],[-268426,-296723],[-261595,-309486],[-259071,-311994],[-262202,-320967],[-258309,-324591],[-256509,-337910],[-268763,-605259],[-256224,-88717],[-258683,-94977],[-267169,-103247],[-258945,-110928],[-274532,-125148],[-279259,-139601],[-280626,-136383],[-276625,-136659],[-280683,-160303],[-281454,-161558],[-280182,-157826],[-274667,-167249],[-280840,-172409],[-279920,-167221],[-280785,-191190],[-281276,-186132],[-278267,-180995],[-279270,-194697],[-279150,-196063],[-276077,-201735],[-278297,-205034],[-278372,-212327],[-271080,-223382],[-271290,-227086],[-273312,-231512],[-279625,-251158],[-275878,-247125],[-276846,-253601],[-275310,-250172],[-279680,-264925],[-271106,-263650],[-275706,-271148],[-281479,-275250],[-272776,-274405],[-269247,-282470],[-271244,-282109],[-280386,-283876],[-269188,-289649],[-281117,-289294],[-271500,-288623],[-277538,-288194],[-281467,-286112],[-278021,-283443],[-270845,-301070],[-271465,-294795],[-274260,-300000],[-276490,-348508],[-274301,-346847],[-275815,-586901],[-270430,-86441],[-275727,-84270],[-269155,-95376],[-272001,-92010],[-275290,-100189],[-273845,-99349],[-270491,-90835],[-277290,-113989],[-290709,-127454],[-283327,-125982],[-290907,-122044],[-283177,-122557],[-283497,-129483],[-289466,-131428],[-293175,-152950],[-286892,-150715],[-286271,-155421],[-294076,-157259],[-290811,-157040],[-285888,-173942],[-281928,-166407],[-284286,-167402],[-284958,-190944],[-284899,-188185],[-288521,-181839],[-291001,-187764],[-287456,-191005],[-294271,-183104],[-284699,-183137],[-284244,-201368],[-293945,-199747],[-290357,-196661],[-285648,-195405],[-284376,-195038],[-293086,-205318],[-282495,-207887],[-284163,-205597],[-288969,-207948],[-291331,-224459],[-292367,-220879],[-292699,-224818],[-289260,-218055],[-289758,-224636],[-288027,-79589],[-284271,-88391],[-290771,-81545],[-291311,-88593],[-282436,-80568],[-290797,-101173],[-293867,-100013],[-281660,-100303],[-283406,-103171],[-285399,-106865],[-284873,-111413],[-287847,-114681],[-299142,-123516],[-303530,-121867],[-304707,-129794],[-305815,-136399],[-298983,-133799],[-301930,-139742],[-295912,-146114],[-304261,-162252],[-304447,-178437],[-303857,-171587],[-302211,-175939],[-296845,-174329],[-298654,-187755],[-299165,-186503],[-301629,-188372],[-299805,-190233],[-304396,-191786],[-307042,-192391],[-300630,-192121],[-295533,-193962],[-300336,-193690],[-305837,-195740],[-303607,-214694],[-298484,-216599],[-302224,-213493],[-304383,-213652],[-305140,-212462],[-302998,-207378],[-296264,-223230],[-301879,-217965],[-300815,-218672],[-304369,-223695],[-301861,-227556],[-297746,-226823],[-294938,-227613],[-295642,-221967],[-302134,-223299],[-303630,-220141],[-305233,-226823],[-301521,-233345],[-300582,-240424],[-296741,-230604],[-299104,-234852],[-304167,-241114],[-306751,-239760],[-302728,-231122],[-302607,-244286],[-304233,-465587],[-306131,-466522],[-306310,-465708],[-303824,-465170],[-303164,-71795],[-302607,-73484],[-298966,-78654],[-298504,-86418],[-295576,-79051],[-305261,-95783],[-301414,-102252],[-300681,-112265],[-302394,-108178],[-303329,-112476],[-294932,-112153],[-317582,-119051],[-313326,-137192],[-308131,-140267],[-319696,-128218],[-311785,-142258],[-310507,-171592],[-308087,-170928],[-318908,-178578],[-308471,-190509],[-319998,-182414],[-314812,-186509],[-316359,-188117],[-312103,-188454],[-313685,-194996],[-308076,-220805],[-314859,-240355],[-314491,-241324],[-307666,-231059],[-309650,-231597],[-307284,-235650],[-318948,-236533],[-316743,-236051],[-312710,-231560],[-307737,-235372],[-311145,-234129],[-316223,-468149],[-310209,-470646],[-308950,-471216],[-308761,-470130],[-309588,-470351],[-310828,-81216],[-313174,-84683],[-315079,-105607],[-314727,-114707],[-324501,-137888],[-323525,-134665],[-325861,-141984],[-325266,-150075],[-326542,-148289],[-332350,-160462],[-325828,-156796],[-332350,-160462],[-322338,-174706],[-327279,-176386],[-323193,-184976],[-325235,-181264],[-325267,-187884],[-323002,-186151],[-328979,-191486],[-328335,-192904],[-322242,-195528],[-325834,-232056],[-322297,-231811],[-322009,-104506],[-333165,-148238],[-336568,-166400],[-332836,-187044],[-335738,-237249],[-338911,-239379],[-340671,-236531],[-344261,-235622],[-338918,-235098],[-339855,-232160],[-342946,-236252],[-342768,-237765],[-352266,-190051],[-350668,-184959],[-348210,-189020],[-354123,-201434],[-352399,-194429],[-350434,-206672],[-353949,-209779],[-357339,-228500],[-357826,-226349],[-352796,-231148],[-346814,-241959],[-365701,-212533],[-362694,-208787],[-361249,-210678],[-360229,-213193],[-364308,-215683],[-370736,-222808],[-361030,-225818],[-370553,-218556],[-361886,-221104],[-360205,-217630],[-381711,-115193],[-377997,-89250],[-378970,-86910],[-383380,-92942],[-381671,-92412],[-378376,-93586],[-380965,-95142],[-396314,-125199],[-389719,-115020],[-395326,-119165],[-387414,-88005],[-390372,-88400],[-395467,-79402],[-386721,-97677],[-394340,-92095],[-384726,-90711],[-392510,-111882],[-391241,-113056],[-388640,-111936],[-390084,-110370],[-408674,-116022],[-402075,-129376],[-399422,-75027],[-397854,-67793],[-401846,-89315],[-398141,-77419],[-403428,-79822],[-400409,-94066],[-398578,-95285],[-402956,-98328],[-413579,-117293],[-411113,-104471],[-414508,-108900],[-410692,-110419],[-442001,-184563],[-439702,-233489],[-460626,-141639],[-460569,-162433],[-459380,-179635],[-453633,-192509],[-454026,-209666],[-452299,-71905],[-451926,-72556],[-460566,-97912],[-466122,-139750],[-464956,-163530],[-464525,-172338],[-473574,-176118],[-473219,-170960],[-465887,-177606],[-463295,-177871],[-466955,-179962],[-466635,-180069],[-462973,-180158],[-466191,-211089],[-463822,-75427],[-464138,-75762],[-463965,-76205],[-464026,-79788],[-467656,-90679],[-472003,-99718],[-479960,-148851],[-479991,-151656],[-485771,-152998],[-478271,-157650],[-481527,-164445],[-481705,-157177],[-481761,-154490],[-480249,-158059],[-479202,-159344],[-474709,-177067],[-481463,-178604],[-481393,-170456],[-483543,-173966],[-481570,-184553],[-478927,-184386],[-476431,-220631],[-484399,-449891],[-474589,-75673],[-481357,-83418],[-483547,-87349],[-487159,-152620],[-487749,-162561],[-490835,-157290],[-493375,-163163],[-490142,-154613],[-491431,-169396],[-496740,-167759],[-487741,-174490],[-486478,-169555],[-492748,-166413],[-491368,-172549],[-490458,-184290],[-491683,-205945],[-495495,-437457],[-498808,-72221],[-496812,-90679],[-496647,-90925],[-510746,-138971],[-511134,-151852],[-511091,-153896],[-502016,-154389],[-510012,-177015],[-506382,-191504],[-504470,-190764],[-503092,-214000],[-511084,-210395],[-511898,-218433],[-500780,-472317],[-501212,-44889],[-501402,-44926],[-508502,-63209],[-502289,-61689],[-507111,-74078],[-509467,-74452],[-501028,-72951],[-503381,-76342],[-499219,-72514],[-505671,-79228],[-506622,-86363],[-511504,-77785],[-505962,-79244],[-511153,-88267],[-507356,-95505],[-501716,-90833],[-510804,-90037],[-501445,-93327],[-508138,-93906],[-499743,-98432],[-503350,-104924],[-520797,-141041],[-522174,-143047],[-516734,-163704],[-515456,-154429],[-519584,-157596],[-515065,-159882],[-521681,-171096],[-518045,-200660],[-516780,-213431],[-515484,-210758],[-517501,-473750],[-513195,-50269],[-515736,-70485],[-518350,-67488],[-524169,-75387],[-523388,-87529],[-513211,-90613],[-515213,-102004],[-514341,-95737],[-512290,-94127],[-532138,-134970],[-532833,-130910],[-537214,-133091],[-533110,-134580],[-532766,-128289],[-526114,-148985],[-526840,-145366],[-536351,-141874],[-537269,-151501],[-530050,-156907],[-525663,-156762],[-533185,-158815],[-527441,-157452],[-529118,-160354],[-534732,-166224],[-532862,-461322],[-525331,-54439],[-525653,-70375],[-530467,-111499],[-538387,-138983],[-540019,-132925],[-541862,-130298],[-538394,-149161],[-542066,-179038],[-557562,-145802],[-555312,-161487],[-69719,-186881],[-75966,-192911],[-69122,-218142],[-70100,-219318],[-76011,-233884],[-89584,-151868],[-87977,-163197],[-83049,-162245],[-80076,-166989],[-85123,-173777],[-87941,-187085],[-86820,-188087],[-83407,-190909],[-82368,-203854],[-82728,-208895],[-83755,-212211],[-86879,-208980],[-88036,-219461],[-88097,-235238],[-88020,-236597],[-83142,-233682],[-93397,-151103],[-93144,-147991],[-91843,-156786],[-96060,-169985],[-93136,-174078],[-90676,-174310],[-102206,-173797],[-92737,-179990],[-100589,-194277],[-90972,-213501],[-92016,-210459],[-95235,-218840],[-91802,-223871],[-100897,-228285],[-97361,-241025],[-99694,-230946],[-93691,-233702],[-102942,-165396],[-105176,-156497],[-105563,-161528],[-105531,-171077],[-103249,-173298],[34730,-202587],[43192,-195590],[99564,-258620],[-118116,-250535],[-118020,-253232],[-116610,-248719],[-122163,-270935],[-116168,-271885],[-119599,-281195],[-124844,-276981],[-122076,-288865],[-121181,-297550],[-128832,-254108],[-128510,-257854],[-136897,-276139],[-136185,-280821],[-132056,-281929],[-136144,-288820],[-150472,-272851],[-144520,-275733],[-144107,-282448],[-152743,-284617],[-143299,-282211],[-151818,-282635],[-142851,-281481],[-150715,-289234],[-141502,-285826],[-165210,-240108],[-165116,-242871],[-164856,-249984],[-161955,-250612],[-154015,-276220],[-155350,-274020],[-163980,-280210],[-162818,-277655],[-160388,-273253],[-159830,-283779],[-157425,-292643],[-164523,-290559],[-158258,-296574],[-161599,-298980],[-155074,-456802],[-177956,-254619],[-168483,-248004],[-172547,-273178],[-171589,-274938],[-171205,-279890],[-172399,-278794],[-175052,-273650],[-177373,-282171],[-167832,-287130],[-190448,-232157],[-187928,-237434],[-186959,-254560],[-188751,-245836],[-190966,-263631],[-185249,-263437],[-181067,-260185],[-179957,-261593],[-186056,-261442],[-189777,-269432],[-186194,-269315],[-184193,-270172],[-184784,-274901],[-179393,-276148],[-184104,-281056],[-190244,-291604],[-188781,-291720],[-190368,-286504],[-185685,-288387],[-190131,-294625],[-201705,-227112],[-195269,-240032],[-192870,-232622],[-204285,-245051],[-193285,-253291],[-203422,-247488],[-200519,-254799],[-194233,-264317],[-203414,-264311],[-194609,-286285],[-197214,-287412],[-199303,-288343],[-203177,-291573],[-204574,-292361],[-193576,-292839],[-196948,-295099],[-202656,-295190],[-201987,-299400],[-199680,-298994],[-196968,-305109],[-201351,-305759],[-199179,-298174],[-201852,-298113],[-204155,-302088],[-198931,-311032],[-203967,-314870],[-204640,-316670],[-206380,-228928],[-206450,-235913],[-214376,-242299],[-216114,-231574],[-213216,-230666],[-209883,-254964],[-214664,-244648],[-216969,-244068],[-210044,-245093],[-216182,-267785],[-205122,-262461],[-205558,-258387],[-210062,-275460],[-206438,-289742],[-205271,-290051],[-209873,-292305],[-208244,-288536],[-210978,-281524],[-215887,-290775],[-209792,-286464],[-215397,-300773],[-211919,-301347],[-208737,-297386],[-214771,-298144],[-217393,-302683],[-212978,-303892],[-205658,-298648],[-207676,-306031],[-207962,-306276],[-209114,-301670],[-205243,-303237],[-213989,-316988],[-213066,-319136],[-205756,-313436],[-214402,-313352],[-215597,-322440],[-222993,-227625],[-219586,-228907],[-221346,-239737],[-221132,-232735],[-221351,-246826],[-226138,-271213],[-229971,-275722],[-218475,-273278],[-228564,-279922],[-218595,-278318],[-229358,-289593],[-224471,-287363],[-218537,-294004],[-218929,-288162],[-221738,-289733],[-220556,-285805],[-221798,-293212],[-224299,-282084],[-217829,-282972],[-218339,-292630],[-223872,-306150],[-227510,-304522],[-224936,-300503],[-222283,-297397],[-220236,-305512],[-225823,-316178],[-229935,-314182],[-219220,-317122],[-225572,-322135],[-218296,-324899],[-220861,-325022],[-228173,-374029],[-235275,-215504],[-235385,-211670],[-233662,-221209],[-236063,-241581],[-241334,-237031],[-234549,-239883],[-242794,-246644],[-239160,-248412],[-233505,-275731],[-235124,-273816],[-240459,-276284],[-232639,-278403],[-238901,-278582],[-235119,-281169],[-232739,-287062],[-243110,-289804],[-236357,-283532],[-238267,-287480],[-233650,-291524],[-234631,-290261],[-239706,-287340],[-243122,-294204],[-240070,-303167],[-232112,-303566],[-233357,-306950],[-240920,-298426],[-235724,-301156],[-230417,-299492],[-238461,-295634],[-233052,-294324],[-233264,-310223],[-233818,-317537],[-239086,-314469],[-238768,-324810],[-242459,-326157],[-232059,-327379],[-234533,-321632],[-236994,-394254],[-242895,-396082],[-235614,-384049],[-2509,-215466],[-9617,-218255],[-108,-227525],[-257,-226204],[-3744,-247092],[-775,-473082],[-9925,-480578],[-12755,-485661],[-1070,-484481],[-3789,-484861],[-6057,-482327],[-831,-475835],[-397,-498439],[-5066,-497715],[-8873,-489365],[-11754,-491467],[-11339,-492950],[-8877,-491459],[-2525,-488107],[-2883,-487705],[-4876,-488432],[-4482,-489336],[-1282,-493466],[-780,-503153],[-1803,-501525],[-3974,-501336],[-4149,-500580],[-5043,-501070],[-5884,-500883],[-243252,-229930],[-254607,-254779],[-245968,-262589],[-249827,-258910],[-253046,-261061],[-250664,-263709],[-243308,-274773],[-243230,-279187],[-247020,-269011],[-245749,-279515],[-249316,-276861],[-247984,-273045],[-255852,-279184],[-252443,-276728],[-253761,-272826],[-251626,-269797],[-251563,-275965],[-246886,-277946],[-252761,-279979],[-253321,-285605],[-250944,-285146],[-245385,-288165],[-249678,-292375],[-251475,-290720],[-249065,-284593],[-255855,-284318],[-253948,-292383],[-253060,-291169],[-248068,-283281],[-243321,-283611],[-245985,-281482],[-247497,-282728],[-252570,-294353],[-249475,-295058],[-248916,-298953],[-248165,-304478],[-255552,-300903],[-245089,-309338],[-243300,-325185],[-244832,-320267],[-245238,-394596],[-246493,-407156],[-246918,-399553],[-246178,-407393],[-244223,-399344],[-247192,-397015],[-260374,-247009],[-263538,-243390],[-263798,-245862],[-267682,-249636],[-258167,-254463],[-263300,-252989],[-263444,-258208],[-267896,-257487],[-264457,-260292],[-256365,-261831],[-261241,-262501],[-266108,-265900],[-266990,-280927],[-261128,-276953],[-259750,-270067],[-265626,-276147],[-265255,-268699],[-262990,-289246],[-257573,-285668],[-257860,-284848],[-264083,-285874],[-262632,-290502],[-268566,-296467],[-256787,-303732],[-258457,-306613],[-263643,-298972],[-260567,-301227],[-262660,-297842],[-263604,-301248],[-263156,-294987],[-260119,-296354],[-258480,-311124],[-261262,-316762],[-259344,-313654],[-265517,-316431],[-257786,-322220],[-257298,-320321],[-278336,-159955],[-279771,-157788],[-276865,-166427],[-279869,-174500],[-280852,-167749],[-281294,-188576],[-274676,-203550],[-274564,-208737],[-271392,-204715],[-278583,-213208],[-270961,-223895],[-269401,-229996],[-272669,-232379],[-272538,-230812],[-280049,-249649],[-279433,-247487],[-274911,-250474],[-270446,-251044],[-273033,-261122],[-270454,-264442],[-279678,-278832],[-276209,-272535],[-277822,-279334],[-271978,-280272],[-271693,-274136],[-270998,-276264],[-279301,-284910],[-277235,-291900],[-275515,-288983],[-277853,-285898],[-281267,-285675],[-270769,-300637],[-270089,-297586],[-272001,-301677],[-272495,-295773],[-274135,-297980],[-286029,-152496],[-293247,-151010],[-294117,-154034],[-291598,-158794],[-291378,-165770],[-283431,-172519],[-284015,-166259],[-284087,-169227],[-286633,-188405],[-284973,-183821],[-285535,-181329],[-284309,-199574],[-283060,-193520],[-293183,-199403],[-293125,-203167],[-288517,-197033],[-286063,-197493],[-284589,-192466],[-283354,-210789],[-283943,-204711],[-285608,-206895],[-291131,-224178],[-294267,-220258],[-289940,-217532],[-289664,-224293],[-306138,-136765],[-305107,-164359],[-307019,-162267],[-304836,-171835],[-301642,-175688],[-298650,-177827],[-306584,-168773],[-301382,-180751],[-304393,-186999],[-306099,-184794],[-300100,-190707],[-296274,-179687],[-306102,-193275],[-304963,-216898],[-301045,-216030],[-303528,-213409],[-303594,-214422],[-303111,-211919],[-301590,-209011],[-299160,-226937],[-295220,-225678],[-295013,-224606],[-295931,-220574],[-297826,-219810],[-301834,-223263],[-304897,-221945],[-307101,-226914],[-306872,-225332],[-305377,-235140],[-300635,-232880],[-300865,-240070],[-295731,-232263],[-297196,-238329],[-304719,-240336],[-305211,-232802],[-305902,-230866],[-304221,-243281],[-317703,-139590],[-309717,-135161],[-312315,-136954],[-307924,-137987],[-318473,-141882],[-310384,-142946],[-308948,-162501],[-310029,-169756],[-308469,-175602],[-311188,-190111],[-316962,-191695],[-319784,-182731],[-317572,-186538],[-316452,-190155],[-316978,-187883],[-311999,-188002],[-311236,-193710],[-307670,-220443],[-308636,-227817],[-309385,-239153],[-308075,-234344],[-314429,-236066],[-313717,-235811],[-307331,-243248],[-311800,-243076],[-323559,-134259],[-322929,-140505],[-327458,-145072],[-323380,-152497],[-324404,-157126],[-322969,-174979],[-324865,-173850],[-327581,-180361],[-323112,-189306],[-326165,-190600],[-329838,-186807],[-322431,-186965],[-321378,-183584],[-329844,-191141],[-321661,-195038],[-325172,-235680],[-323242,-233653],[-331850,-239255],[-339525,-238011],[-342282,-236956],[-338689,-234995],[-341307,-232406],[-349385,-184574],[-351952,-187850],[-351923,-200264],[-353878,-197921],[-351268,-192898],[-351542,-205124],[-352267,-210208],[-356798,-229763],[-354661,-227816],[-354620,-230122],[-347407,-240637],[-363875,-115863],[-368694,-116844],[-367152,-186233],[-361002,-190171],[-369754,-209749],[-370625,-210331],[-360353,-207305],[-367523,-215961],[-361327,-212990],[-360483,-212303],[-359014,-227287],[-368899,-225292],[-361717,-224575],[-370527,-218812],[-365138,-219322],[-364719,-220672],[-360504,-520732],[-371154,-86923],[-367371,-94490],[-366959,-96699],[-363409,-102747],[-362960,-103515],[-364379,-110431],[-360479,-114410],[-364058,-114582],[-362728,-112973],[-363211,-107838],[-369004,-108160],[-367370,-110702],[-370879,-111746],[-25505,-217057],[-25253,-217356],[-13997,-206444],[-24019,-222409],[-21145,-218629],[-15829,-218254],[-23304,-242852],[-13684,-264107],[-23370,-471449],[-24640,-470599],[-23021,-468251],[-22101,-469080],[-23081,-467441],[-20346,-473473],[-16241,-483428],[-15596,-483559],[-14997,-482529],[-381926,-116401],[-376136,-126500],[-375073,-126822],[-376950,-130710],[-382856,-138620],[-374522,-135542],[-375373,-138414],[-375561,-135100],[-380434,-178464],[-380268,-178047],[-380749,-178426],[-381352,-190381],[-381194,-191565],[-380595,-181033],[-379997,-179368],[-381314,-180531],[-379805,-180010],[-378912,-179264],[-380236,-180964],[-381090,-180283],[-375940,-191301],[-377691,-190149],[-378308,-191343],[-383700,-197320],[-371398,-210342],[-376037,-498996],[-380401,-510284],[-379076,-499800],[-376924,-511436],[-379649,-499789],[-377242,-514267],[-374718,-521312],[-378705,-519094],[-374400,-514112],[-377532,-514370],[-381127,-515850],[-374653,-524616],[-379640,-87196],[-376216,-86492],[-372765,-87403],[-377909,-82584],[-374812,-79966],[-375645,-82202],[-378710,-94155],[-381503,-96674],[-372824,-95302],[-376474,-101013],[-375680,-99649],[-376174,-102857],[-382336,-102652],[-393458,-127017],[-387432,-116979],[-395336,-116434],[-384421,-125242],[-390922,-126931],[-392462,-122466],[-390981,-127586],[-387165,-137126],[-388329,-136059],[-389715,-136159],[-388021,-139286],[-384980,-139627],[-386852,-139207],[-384685,-129474],[-388023,-153258],[-395120,-147961],[-393757,-147372],[-385002,-147557],[-390130,-147566],[-390437,-151355],[-392295,-160870],[-386526,-158542],[-387836,-157531],[-396793,-154713],[-392525,-156097],[-396170,-153817],[-390007,-156120],[-396462,-174278],[-393476,-190760],[-393306,-181532],[-396471,-197823],[-385927,-201760],[-387504,-199799],[-396642,-219281],[-385707,-501191],[-386967,-89423],[-392320,-96532],[-385105,-96311],[-394253,-89997],[-384912,-90397],[-392890,-100654],[-386515,-99127],[-391532,-110282],[-395129,-114039],[-391575,-110796],[-389597,-114999],[-389340,-114762],[-385146,-102854],[-398867,-148423],[-398102,-158689],[-407102,-163734],[-402425,-160456],[-401777,-164027],[-406724,-164275],[-397385,-162535],[-400335,-174983],[-402082,-174388],[-399767,-172535],[-399909,-171754],[-403954,-172751],[-404943,-174677],[-405415,-175357],[-406584,-176189],[-406811,-178569],[-403149,-170884],[-406766,-169890],[-409520,-166410],[-397753,-166329],[-397963,-190038],[-409450,-188989],[-399354,-189282],[-398916,-187456],[-399218,-184556],[-407083,-184294],[-406014,-184984],[-404286,-180758],[-405462,-188987],[-401810,-194885],[-402177,-191900],[-404248,-192335],[-402637,-200394],[-405300,-196397],[-404186,-202160],[-400110,-192562],[-397431,-196387],[-399594,-216750],[-403585,-222023],[-398107,-93449],[-399833,-97403],[-411542,-163687],[-410211,-178388],[-410882,-178743],[-412869,-176146],[-417494,-170610],[-416401,-169488],[-411907,-169120],[-418735,-178298],[-415967,-178759],[-409842,-179269],[-410546,-185843],[-420625,-182340],[-413237,-190477],[-411566,-187794],[-414896,-192326],[-413688,-195053],[-411166,-196414],[-425756,-179871],[-423425,-181101],[-435112,-199858],[-427382,-206446],[-427856,-211981],[-439310,-162455],[-442805,-180444],[-447943,-180454],[-447927,-83229],[-445297,-84863],[-454770,-141490],[-460316,-158724],[-453513,-154945],[-460510,-168456],[-460550,-177497],[-458853,-180857],[-452411,-186454],[-455854,-214893],[-448597,-222618],[-452294,-241791],[-460616,-89389],[-454819,-92935],[-455229,-91628],[-458033,-96009],[-457326,-103820],[-465665,-137275],[-469096,-137758],[-464489,-135300],[-461270,-136272],[-462969,-141436],[-464763,-156207],[-470100,-163746],[-473352,-160774],[-471664,-166881],[-464167,-193366],[-467839,-200710],[-461794,-210696],[-466508,-85379],[-472394,-96334],[-464810,-99677],[-462365,-103422],[-484208,-150235],[-479819,-152064],[-486301,-161456],[-475848,-159452],[-478797,-162862],[-480055,-171712],[-476102,-170377],[-480426,-175267],[-477460,-185416],[-476146,-204086],[-475341,-209542],[-476288,-205082],[-481344,-213624],[-480288,-219060],[-479348,-220705],[-490141,-146355],[-486838,-152606],[-496526,-153298],[-491461,-143215],[-492331,-165630],[-490225,-186133],[-488648,-184635],[-494163,-184458],[-493041,-203527],[-498457,-199350],[-496904,-204698],[-495289,-213233],[-498993,-213700],[-494136,-438944],[-496790,-436963],[-496414,-456652],[-35709,-212671],[-35333,-211285],[-34599,-210697],[-31917,-212144],[-28822,-212605],[-26430,-230478],[-33176,-221410],[-36842,-229899],[-34760,-218631],[-35366,-218477],[-37558,-219766],[-26621,-219168],[-26000,-218370],[-37518,-239148],[-38042,-238880],[-28658,-239396],[-33554,-237929],[-32429,-237166],[-32585,-238127],[-36818,-250527],[-30565,-264619],[-32375,-256023],[-35707,-460030],[-29183,-466635],[-29525,-463798],[-32106,-461625],[-30348,-463076],[-33472,-462842],[-510925,-145714],[-509609,-150656],[-507701,-157754],[-507051,-155874],[-506819,-165162],[-506833,-172967],[-502644,-179792],[-500648,-188429],[-506879,-190350],[-510713,-187266],[-500730,-203954],[-507048,-213829],[-505706,-215773],[-499853,-206586],[-506839,-206706],[-511994,-208782],[-508620,-211924],[-500932,-215461],[-506067,-220539],[-505994,-433423],[-509520,-467782],[-502532,-472205],[-503420,-470113],[-501036,-474886],[-522649,-148800],[-517223,-149078],[-516778,-166573],[-515305,-169718],[-514468,-169507],[-523860,-172927],[-523177,-175293],[-522216,-193381],[-519596,-211799],[-519740,-212423],[-522613,-211007],[-515081,-209203],[-512775,-217375],[-523683,-217824],[-520209,-223303],[-520076,-219992],[-518896,-221338],[-516185,-417424],[-514549,-437807],[-518292,-468558],[-519710,-468556],[-517296,-474203],[-516659,-110919],[-517266,-111795],[-520430,-108675],[-533257,-128577],[-526593,-132012],[-526781,-132308],[-533801,-152137],[-529009,-150469],[-530170,-152315],[-528012,-143834],[-532942,-149887],[-528613,-176324],[-530633,-172199],[-529018,-181884],[-527993,-206968],[-532020,-462406],[-532245,-92249],[-533153,-92388],[-529774,-108243],[-528390,-109437],[-530191,-111963],[-530904,-114280],[-530497,-111911],[-529131,-108019],[-531498,-104399],[-538364,-139778],[-549272,-140593],[-542559,-159285],[-542248,-161338],[-549197,-171440],[-542114,-175692],[-547530,-167586],[-546874,-170416],[-542925,-168601],[-538486,-175162],[-543759,-183086],[-539301,-184438],[-537905,-181889],[-545356,-179896],[-538074,-97065],[-537966,-97898],[-556865,-135109],[-551189,-161048],[-551083,-169640],[-554511,-168482],[-565476,-162795],[-41637,-216306],[-40495,-217398],[-50835,-212608],[-45815,-222760],[-44649,-227540],[-44291,-228811],[-38654,-222638],[-39173,-220261],[-44310,-225866],[-48267,-228111],[-46365,-220325],[-45016,-220506],[-41739,-220545],[-40750,-222480],[-44049,-224633],[-43932,-234407],[-47749,-235730],[-48333,-461905],[-55277,-216248],[-57401,-216827],[-60294,-217051],[-59193,-217287],[-63453,-214661],[-62980,-214883],[-60162,-206257],[-60784,-206853],[-62637,-212133],[-63510,-211125],[-63502,-211577],[-63871,-212935],[-62747,-209876],[-60835,-208998],[-61987,-206920],[-61383,-206137],[-63074,-206787],[-53003,-208526],[-53868,-208699],[-51374,-212357],[-63568,-220130],[-59934,-218124],[-63396,-218673],[-57606,-224374],[-62425,-218039],[-61315,-228418],[-59498,-221588],[-61634,-228503],[-63863,-219163],[-56577,-222409],[-61518,-228584],[-56460,-232000],[-59960,-238683],[-62830,-237699],[-54835,-254047],[-56929,-268713],[-66291,-191470],[-71101,-193972],[-67288,-212108],[-66653,-211406],[-64246,-208540],[-76546,-215090],[-74833,-215369],[-71597,-212068],[-71749,-213781],[-71172,-215107],[-76372,-213813],[-69000,-219306],[-75233,-218970],[-66522,-223333],[-68829,-229624],[-64341,-219113],[-64868,-220310],[-65483,-220371],[-67203,-220352],[-66740,-219943],[-64631,-223854],[-65174,-224278],[-68109,-226050],[-68176,-228261],[-67038,-227255],[-66061,-227723],[-69777,-221845],[-69304,-221818],[-69576,-219135],[-69522,-219294],[-76236,-225581],[-75619,-226017],[-76405,-224864],[-75918,-224856],[-72169,-225395],[-73786,-226381],[-73752,-235488],[-66760,-453026],[-66512,-452719],[-89236,-157551],[-87832,-162006],[-81515,-163620],[-80208,-166755],[-85790,-177484],[-84359,-172636],[-88859,-168915],[-87454,-185353],[-85299,-188839],[-83070,-187885],[-83428,-203648],[-88837,-210556],[-83894,-209837],[-82473,-212484],[-78046,-212690],[-78935,-213642],[-77712,-215207],[-77600,-214645],[-80275,-217242],[-81224,-216844],[-86996,-223353],[-86612,-223615],[-80855,-226871],[-82537,-219209],[-83390,-220434],[-81924,-220363],[-81889,-222372],[-80870,-222834],[-87779,-229442],[-82254,-238950],[-89204,-239139],[-83877,-236661],[-80246,-230638],[-79868,-234046],[-77171,-232729],[-88761,-230204],[-84512,-233164],[-84855,-233856],[-83672,-236254],[-87982,-286378],[-85135,-450931],[-78519,-449587],[-98313,-150587],[-93109,-150872],[-92903,-145063],[-90649,-163007],[-92615,-155504],[-100464,-154001],[-99721,-168861],[-100962,-173076],[-97405,-170307],[-92752,-174111],[-93717,-176300],[-91654,-175805],[-101873,-176677],[-92231,-179406],[-93529,-187432],[-97082,-192328],[-90184,-207799],[-91797,-208547],[-90439,-212532],[-93693,-220290],[-95538,-226978],[-91091,-224493],[-90576,-225672],[-99057,-226980],[-99494,-226648],[-92266,-224169],[-92315,-223379],[-92637,-225413],[-94332,-223763],[-94000,-222557],[-99379,-239110],[-91988,-240569],[-93876,-231003],[-101486,-232252],[-95077,-238597],[-93771,-236664],[-94612,-231198],[-97068,-287080],[-104121,-152637],[-103809,-166145],[-105242,-161246],[-104637,-170361],[-105694,-196340],[-105006,-226940],[-104665,-228386],[-110561,-260954],[-108461,-263847],[-110401,-274567],[-106223,-286569],[5616,-203239],[1290,-208431],[12440,-210500],[1216,-228540],[7605,-222869],[7974,-221340],[2082,-231521],[1990,-230331],[5752,-242171],[878,-263647],[91,-264299],[2549,-260672],[2415,-387170],[11633,-409481],[9964,-409648],[1440,-473355],[2672,-484657],[2549,-473955],[4359,-497924],[4266,-498077],[4926,-495082],[9096,-487743],[11021,-489016],[1183,-488891],[4808,-491127],[2361,-490888],[521,-503190],[2939,-502863],[6190,-502347],[1596,-500132],[7057,-500249],[2209,-499059],[129784,-172893],[134028,-172525],[131031,-212671],[137813,-206227],[128592,-219614],[136642,-226072],[137736,-224962],[136955,-224677],[139855,-228133],[137141,-226589],[138356,-228272],[139387,-229144],[131640,-228360],[134616,-220015],[136560,-221423],[136499,-217429],[138749,-235285],[139343,-231180],[145245,-177593],[145574,-177611],[146221,-177425],[149034,-176032],[148997,-175597],[144794,-175244],[147401,-174608],[145076,-174288],[146886,-172871],[145432,-173909],[140987,-177014],[149451,-169443],[150977,-171387],[149692,-169957],[152447,-175012],[153140,-172388],[150983,-173298],[147951,-168192],[152817,-175369],[150528,-166680],[148457,-186490],[146413,-188488],[145235,-179957],[151162,-188927],[144230,-187548],[151947,-182779],[150171,-185004],[152988,-181133],[152897,-188511],[152380,-191463],[149862,-181890],[153579,-185054],[152371,-195226],[150769,-196000],[150549,-195629],[147135,-196426],[152322,-194347],[148177,-199711],[151375,-196734],[141501,-206581],[142263,-228271],[141089,-234395],[142938,-237865],[142121,-240605],[144510,-241513],[153416,-255474],[148625,-253624],[147743,-248988],[148468,-254482],[143221,-253278],[146008,-255769],[140810,-243829],[146694,-248636],[142713,-258628],[153770,-183821],[160770,-196103],[156900,-196757],[157153,-195612],[163154,-199001],[162831,-200132],[154585,-196836],[155752,-197905],[154835,-195208],[166970,-198796],[22866,-197956],[24485,-204232],[22245,-205744],[24566,-207984],[20425,-265184],[23884,-275004],[20059,-275575],[13130,-277835],[12949,-409412],[15254,-413082],[20914,-416105],[25201,-417721],[24560,-431584],[26583,-182798],[37240,-190811],[34579,-203377],[26131,-208720],[27553,-427965],[50088,-181787],[47454,-190850],[44955,-184809],[39929,-199829],[43955,-199444],[38476,-199187],[719503,400873],[720154,401064],[737510,391770],[739845,396095],[750769,395463],[753342,393377],[746220,385459],[750026,407132],[742633,403638],[752137,411336],[745139,416068],[742413,417736],[754347,419688],[751604,423389],[746043,426816],[748677,423540],[747268,425667],[758100,396957],[765701,408581],[756266,407344],[764375,417169],[71430,-189016],[776165,395211],[775411,388737],[777377,394462],[770027,398762],[772797,404004],[773829,410139],[781211,401101],[93579,-186256],[96413,-192269],[92901,-257582],[107971,-167523],[106814,-166439],[125750,-177455],[125254,-178835],[125097,-177522],[125334,-177344],[121959,-171394],[126590,-173658],[126584,-171819],[120905,-175081],[121714,-174269],[127536,-180329],[127527,-180230],[126431,-210955],[121116,-229320],[119428,-222952],[125370,-226596],[123688,-224428],[121485,-225913],[125235,-217190],[126099,-219499],[124694,-219578],[126557,-231165],[-116371,-247973],[-123141,-254253],[-118420,-244160],[-126489,-283536],[-132997,-251953],[-139634,-276434],[-135031,-278982],[-149414,-271639],[-152602,-276676],[-146270,-277415],[-141490,-284711],[-149569,-285885],[-142058,-286516],[-164031,-239342],[-163113,-244639],[-161543,-248391],[-162423,-251297],[-157138,-276288],[-159980,-280568],[-163643,-276458],[-159950,-272462],[-158784,-280925],[-163356,-281375],[-156906,-286523],[-156454,-295877],[-169845,-245523],[-176878,-261067],[-178832,-256234],[-178693,-262066],[-168717,-277462],[-176823,-277207],[-177635,-273136],[-173810,-284038],[-177542,-284444],[-186790,-238290],[-190946,-235546],[-186339,-254814],[-184510,-247692],[-185863,-246032],[-190878,-266981],[-184502,-263084],[-183213,-268357],[-186132,-262338],[-182616,-270163],[-187696,-272291],[-184783,-279835],[-188741,-292946],[-191767,-293677],[-189454,-286416],[-190530,-286853],[-186844,-290611],[-185590,-283104],[-189261,-295500],[-186072,-295344],[-188005,-298763],[-195405,-235656],[-195076,-241776],[-201528,-233556],[-204449,-246458],[-195165,-252319],[-203174,-246824],[-200504,-249225],[-199914,-251884],[-192834,-263937],[-203111,-262646],[-193898,-261728],[-202794,-289394],[-194114,-286772],[-198784,-289159],[-203183,-291540],[-204360,-293255],[-197828,-293923],[-194872,-290944],[-197398,-299998],[-201694,-301390],[-198772,-302341],[-199753,-306752],[-202843,-304651],[-198659,-309647],[-204529,-317935],[-195857,-309941],[-195300,-314857],[-215887,-229571],[-216612,-229426],[-213133,-240156],[-215811,-233209],[-213306,-232601],[-207542,-230263],[-207901,-253580],[-211677,-245439],[-207182,-260305],[-205153,-258330],[-207722,-263073],[-207653,-264155],[-208721,-265676],[-210613,-262825],[-216499,-272130],[-217121,-278267],[-215286,-291341],[-216067,-291244],[-216632,-282205],[-216452,-284707],[-206684,-287692],[-208343,-289695],[-209392,-289980],[-211823,-284487],[-215621,-288400],[-211038,-288722],[-205654,-293435],[-214825,-281411],[-216900,-301095],[-210894,-295131],[-211692,-296197],[-216552,-306634],[-206619,-296796],[-206547,-306543],[-208903,-304221],[-207415,-303241],[-212291,-312477],[-212172,-315051],[-216884,-315886],[-207203,-318015],[-207283,-310639],[-207663,-323347],[-214848,-320575],[-215548,-327701],[-221774,-226552],[-221773,-241359],[-222166,-232681],[-224407,-244868],[-218759,-246848],[-225085,-272415],[-229389,-269034],[-225288,-273259],[-226687,-277680],[-219302,-273615],[-220739,-280685],[-229875,-284806],[-218672,-289472],[-224344,-288960],[-220345,-288173],[-227999,-283334],[-229393,-284018],[-229633,-293660],[-223485,-284258],[-219071,-291959],[-219632,-296686],[-229372,-298487],[-226921,-303984],[-223834,-295746],[-218914,-300117],[-218493,-305320],[-225843,-315368],[-219888,-309076],[-221914,-316638],[-223569,-318416],[-218952,-313664],[-218239,-319803],[-226465,-326071],[-218036,-322654],[-218652,-323403],[-235655,-215391],[-236141,-218917],[-236967,-241752],[-240608,-238413],[-236934,-239024],[-238923,-244251],[-242224,-273326],[-239070,-276198],[-238386,-280561],[-238148,-279827],[-235641,-281279],[-230963,-286911],[-232156,-281449],[-236302,-285154],[-237695,-285282],[-239373,-281572],[-238029,-288238],[-242769,-281436],[-237377,-302009],[-236673,-299347],[-232894,-308692],[-234142,-309561],[-241366,-311993],[-240727,-309905],[-231398,-318425],[-240729,-313841],[-242133,-326291],[-232661,-328612],[-234778,-322825],[-238954,-321914],[-242231,-337191],[-241076,-335768],[-237994,-338159],[-241849,-392671],[-12162,-243880],[-244125,-231196],[-248314,-255811],[-244729,-260777],[-253467,-255967],[-248661,-264408],[-252398,-259428],[-250630,-268402],[-250094,-263878],[-245850,-268520],[-243734,-280782],[-247616,-275867],[-252311,-275052],[-254427,-274735],[-250446,-275776],[-249209,-277515],[-245137,-276503],[-252960,-283367],[-249709,-283978],[-244563,-287418],[-249296,-287486],[-248941,-291549],[-250418,-281892],[-246682,-281709],[-243894,-281481],[-247783,-283592],[-245337,-283688],[-252848,-281528],[-243858,-302309],[-253428,-299663],[-247319,-319661],[-244128,-325189],[-255299,-328052],[-245555,-322464],[-243372,-406243],[-248557,-401517],[-268344,-223853],[-267222,-229531],[-262849,-250103],[-266203,-248079],[-257357,-254988],[-260917,-250583],[-260531,-255415],[-267420,-255721],[-268181,-256158],[-264715,-261193],[-263992,-255896],[-256899,-262357],[-261714,-261646],[-267247,-265050],[-260202,-278429],[-256153,-280000],[-265370,-269108],[-256692,-269997],[-264305,-275686],[-268458,-276017],[-258744,-293238],[-264981,-282167],[-266287,-286423],[-259645,-283859],[-263676,-285902],[-265231,-288070],[-268296,-302997],[-264928,-296533],[-256372,-298088],[-256052,-315033],[-262665,-314056],[-258869,-309939],[-263761,-309399],[-264273,-316792],[-260702,-319761],[-256226,-323452],[-279736,-162614],[-280100,-157918],[-274441,-167567],[-279457,-167723],[-278227,-187004],[-278150,-179826],[-277969,-205955],[-276181,-204908],[-279020,-210775],[-269596,-226088],[-273508,-230191],[-271327,-228933],[-280623,-252910],[-275432,-245277],[-275277,-252050],[-273647,-250391],[-271261,-261797],[-272632,-266480],[-269149,-264367],[-279093,-275842],[-278879,-280010],[-273007,-280269],[-272274,-274969],[-271281,-279017],[-271997,-271031],[-274739,-277723],[-272230,-281425],[-269046,-288194],[-274845,-290854],[-281189,-292846],[-271961,-289053],[-280749,-283120],[-269496,-300801],[-270230,-297196],[-271068,-302197],[-272056,-294897],[-272141,-296751],[-291840,-152295],[-284827,-165937],[-287299,-153522],[-292888,-160024],[-293776,-164162],[-284528,-178066],[-284792,-173623],[-282584,-169404],[-282448,-173562],[-286192,-191480],[-285929,-189956],[-282126,-191669],[-283796,-180313],[-288985,-187582],[-287152,-181373],[-290703,-197695],[-284748,-197717],[-283658,-192919],[-285749,-211895],[-282653,-209023],[-286863,-205316],[-286383,-207351],[-290794,-223911],[-292026,-220212],[-291042,-217960],[-288102,-226886],[-303778,-134818],[-294502,-156034],[-303338,-170089],[-299211,-173673],[-305765,-167854],[-306633,-175320],[-300692,-188263],[-297388,-186071],[-296986,-182891],[-301287,-190117],[-305406,-183765],[-296464,-190498],[-295873,-192030],[-303765,-192580],[-294502,-201045],[-294503,-202548],[-302141,-215729],[-299025,-216358],[-300003,-214002],[-304913,-214287],[-304041,-210562],[-305836,-218325],[-300127,-218920],[-301697,-224746],[-296189,-229083],[-295355,-225793],[-296555,-222998],[-300804,-220357],[-303592,-220635],[-303098,-225719],[-306147,-227381],[-307173,-236515],[-301461,-231847],[-298856,-235926],[-303450,-240243],[-305927,-232240],[-302066,-243931],[-306267,-243163],[-317517,-139142],[-318926,-139918],[-309014,-133744],[-313873,-136307],[-309717,-136709],[-309627,-142714],[-307912,-164226],[-310606,-160153],[-311572,-170053],[-317482,-189926],[-311489,-191261],[-319768,-179706],[-316246,-189362],[-316216,-186847],[-313197,-186723],[-309613,-222846],[-311996,-241565],[-318667,-238078],[-308368,-239201],[-313394,-240639],[-307979,-232886],[-315205,-237622],[-311735,-236031],[-323507,-139172],[-320336,-133277],[-325321,-144322],[-324846,-148805],[-323878,-155011],[-323579,-178328],[-325982,-184486],[-325422,-180490],[-326717,-188699],[-329354,-188685],[-329497,-187500],[-321854,-189400],[-323764,-182923],[-324515,-193592],[-326563,-191840],[-320613,-196023],[-321535,-231201],[-334258,-240528],[-336387,-241155],[-343286,-233747],[-342670,-235940],[-342789,-239055],[-352361,-188606],[-351881,-184202],[-348141,-190275],[-353081,-202382],[-352801,-196456],[-350121,-194516],[-351337,-206735],[-350650,-211024],[-356034,-225394],[-357225,-230770],[-345884,-240824],[-351923,-230392],[-362320,-115981],[-362415,-116020],[-364213,-116007],[-366194,-116026],[-366459,-185366],[-367723,-185654],[-367034,-187319],[-367542,-186809],[-365823,-186368],[-360923,-191429],[-361845,-190790],[-361901,-188091],[-359780,-188263],[-359798,-189034],[-359554,-191833],[-366105,-214830],[-362544,-209728],[-358828,-216688],[-360402,-225738],[-370641,-224294],[-364020,-226022],[-362779,-221473],[-366474,-94885],[-369371,-97632],[-369367,-113364],[-366644,-113022],[-363066,-106724],[-366912,-105929],[-366618,-105671],[-368656,-106319],[-367547,-110649],[-367377,-111817],[-16578,-217353],[-15204,-208866],[-15661,-206583],[-13215,-206196],[-18888,-221857],[-13635,-236878],[-19770,-240728],[-25322,-233558],[-12971,-245955],[-380551,-115942],[-375092,-125863],[-377200,-127932],[-380686,-129027],[-375393,-129922],[-379665,-129455],[-379003,-134645],[-373708,-133538],[-380136,-135067],[-373810,-190715],[-377809,-191281],[-383374,-198341],[-375811,-192539],[-372090,-217326],[-379368,-87263],[-374413,-85591],[-372999,-89031],[-376179,-85948],[-376345,-78120],[-374784,-80330],[-376012,-79375],[-381348,-92483],[-378473,-94989],[-377037,-89872],[-371863,-92596],[-379583,-96549],[-376931,-100659],[-375884,-100486],[-382160,-99300],[-382965,-98344],[-377815,-89573],[-394917,-125108],[-387936,-117027],[-386645,-115689],[-395807,-116344],[-393492,-127489],[-390347,-125724],[-388533,-123367],[-384963,-128014],[-391932,-152354],[-389722,-149917],[-389770,-146694],[-386886,-144538],[-385188,-141987],[-384368,-142428],[-386494,-156344],[-388951,-158293],[-389464,-159205],[-389361,-162290],[-392728,-154192],[-392664,-153470],[-394879,-154635],[-396396,-175924],[-393996,-189117],[-396187,-182219],[-395747,-194317],[-395363,-194838],[-386170,-197003],[-389186,-202129],[-393509,-214611],[-393979,-88898],[-384171,-92946],[-389395,-90675],[-387972,-93709],[-392017,-97502],[-387856,-96039],[-385919,-89693],[-388279,-97256],[-396144,-110745],[-390583,-112629],[-394011,-113522],[-388541,-111725],[-397831,-145468],[-398460,-162718],[-403693,-165316],[-408348,-162756],[-397749,-158727],[-404459,-164394],[-403485,-164880],[-405389,-163835],[-408267,-164611],[-403324,-178601],[-399641,-166380],[-408697,-167731],[-397858,-179165],[-408298,-181123],[-408444,-179684],[-406786,-180247],[-402615,-189456],[-403645,-188227],[-401488,-190247],[-405276,-195195],[-408685,-195687],[-404270,-201399],[-401354,-201016],[-405450,-199880],[-400755,-193261],[-401613,-216487],[-399624,-220902],[-398102,-217621],[-399713,-93351],[-398488,-99061],[-398107,-114764],[-411792,-166031],[-411620,-169339],[-414557,-171696],[-411734,-169946],[-413994,-173033],[-419811,-176782],[-414929,-176430],[-421476,-177348],[-420645,-184515],[-411932,-187070],[-421924,-179106],[-413402,-189225],[-414545,-188719],[-409753,-190315],[-412875,-191969],[-416009,-194091],[-424791,-182037],[-423920,-183108],[-437530,-164658],[-441987,-177712],[-447912,-186031],[-446589,-196463],[-458646,-139689],[-457931,-89008],[-457313,-99993],[-470565,-160802],[-468519,-183873],[-472192,-184114],[-470905,-203655],[-466474,-78721],[-463823,-79245],[-466603,-91821],[-465070,-95974],[-482203,-149865],[-477928,-153979],[-476818,-157798],[-482327,-222493],[-485667,-224357],[-495277,-205395],[-498757,-215285],[-488035,-446629],[-495518,-448666],[-29830,-238158],[-28631,-232699],[-27110,-238522],[-509988,-174728],[-508977,-191382],[-504222,-203756],[-506994,-212036],[-509709,-213484],[-507370,-220396],[-510055,-218866],[-502718,-220356],[-507650,-220503],[-505258,-218017],[-506559,-224229],[-500720,-471751],[-504859,-467070],[-517342,-138683],[-522758,-208287],[-519375,-208886],[-515778,-217678],[-520580,-230965],[-515570,-110334],[-526032,-172519],[-525153,-443208],[-530484,-452103],[-530834,-449618],[-530114,-462742],[-531050,-465881],[-528250,-462196],[-527470,-464035],[-547538,-140370],[-548407,-168171],[-49537,-213892],[-50678,-210701],[-42596,-221616],[-45243,-229311],[-42354,-236482],[-61387,-215729],[-51453,-209458],[-55280,-220068],[-61425,-219594],[-58141,-217468],[-60026,-239235],[-61226,-236357],[-70450,-187333],[-73925,-189909],[-74467,-213658],[-72269,-220556],[-70691,-227042],[-69068,-228730],[-65667,-236869],[-89251,-151423],[-89546,-154097],[-84932,-163874],[-84273,-160869],[-82597,-165245],[-83717,-167589],[-88763,-175868],[-84445,-177640],[-82917,-168951],[-88261,-184682],[-83466,-189028],[-83692,-191425],[-87476,-211583],[-80684,-205512],[-82798,-207956],[-88419,-206445],[-86955,-220170],[-89426,-223870],[-82079,-225613],[-83638,-230044],[-87817,-234729],[-79964,-234764],[-78723,-233812],[-93282,-147131],[-101122,-153077],[-92562,-157106],[-89679,-158941],[-100137,-156165],[-99874,-176160],[-101888,-166375],[-97990,-169253],[-90950,-173824],[-94314,-178501],[-91270,-178801],[-91201,-180422],[-92270,-187678],[-96450,-193281],[-92300,-209017],[-91786,-217967],[-94330,-239565],[-91105,-231977],[-102184,-237587],[-99898,-239319],[-96728,-232076],[-104718,-154272],[-107200,-160510],[-102672,-170356],[-105563,-195136],[-111558,-246128],[21342,-266960],[325961,592962],[34828,-184289],[29370,-183993],[26375,-199871],[35418,-198911],[25984,-203086],[46038,-185699],[45980,-197632],[724328,399217],[726227,399670],[721480,401440],[742399,393688],[741416,400571],[730222,403119],[742356,414657],[753226,391634],[744632,394716],[752560,400594],[745538,398520],[751169,397864],[745704,414695],[746453,410437],[748886,418491],[750743,418176],[749791,421869],[748071,416392],[752456,411669],[745272,413690],[755830,387047],[764727,391734],[761211,393444],[759642,391739],[760595,393615],[758837,395053],[758539,390727],[760584,404029],[758764,419896],[766740,411095],[779208,394778],[776399,393635],[775998,406224],[777583,411003],[83897,-128286],[93479,-127202],[95561,-123838],[-115672,-260392],[-116206,-260876],[-115612,-262275],[-120736,-267333],[-123064,-268411],[-120091,-266471],[-121214,-278797],[-117462,-271922],[-126636,-276465],[-123357,-280352],[-119807,-272473],[-126109,-271732],[-119462,-271281],[-118048,-279722],[-124418,-275967],[-125259,-270905],[-119345,-274685],[-125729,-270276],[-127968,-280543],[-115729,-272811],[-119420,-279893],[-123421,-278271],[-126124,-270537],[-127440,-277402],[-126229,-274634],[-120992,-280458],[-126764,-279749],[-122351,-281304],[-117322,-274815],[-115398,-275059],[-116832,-273895],[-122805,-279930],[-119953,-279042],[-127385,-276253],[-127670,-272162],[-122090,-276230],[-115578,-269394],[-120147,-280642],[-122462,-273005],[-124829,-271896],[-117366,-272865],[-121862,-281171],[-123472,-279223],[-119616,-280458],[-123717,-285597],[-125259,-285679],[-127482,-285477],[-127533,-287318],[-126964,-282015],[-126386,-286126],[-125354,-282960],[-119089,-285657],[-119585,-288661],[-120987,-287674],[-120936,-292270],[-115825,-289707],[-117182,-293612],[-121533,-293480],[-116265,-293917],[-115928,-292301],[-118890,-286953],[-118916,-284610],[-120304,-294039],[-116952,-294886],[-124406,-294892],[-121876,-298941],[-122963,-294675],[-118627,-295134],[-121780,-297032],[-123131,-296324],[-118683,-294930],[-120332,-299910],[-118029,-296239],[-122995,-295733],[-118711,-297753],[-117323,-298772],[-116969,-301917],[-120115,-297845],[-115884,-297021],[-118781,-298744],[-120243,-297432],[-121252,-298900],[-119425,-300065],[-121215,-294504],[-116891,-388851],[-115810,-421647],[-126651,-432770],[-118851,-423792],[-118218,-429647],[-117536,-430441],[-122727,-427814],[-123769,-427605],[-122957,-428241],[-125275,-434373],[-123462,-433247],[-120274,-433046],[-121013,-430320],[-126592,-427436],[-125346,-434222],[-120341,-434458],[-126540,-426332],[-124779,-422519],[-124801,-442284],[-122580,-440712],[-120694,-444100],[-121318,-444657],[-116648,-440228],[-117079,-439448],[-121004,-435537],[-121166,-439467],[-116590,-435955],[-126955,-436515],[-126171,-435661],[-126884,-436981],[-126511,-439234],[-127103,-439263],[-126981,-447118],[-125003,-443180],[-127948,-446796],[-126405,-436683],[-122233,-435849],[-115256,-435654],[-126697,-447661],[-126536,-447069],[-123335,-437802],[-125604,-442830],[-125620,-443007],[-118929,-441720],[-117112,-435418],[-120625,-435229],[-121502,-439333],[-122516,-440198],[-118244,-439126],[-124051,-438197],[-126600,-458482],[-117525,-458534],[-124462,-456193],[-123778,-454879],[-121474,-458810],[-120653,-459021],[-125578,-453220],[-118401,-453634],[-119672,-454662],[-119748,-453647],[-117883,-458610],[-123380,-456408],[-122057,-455208],[-124248,-457379],[-123582,-458412],[-120174,-452847],[-115566,-450236],[-117321,-456765],[-117578,-455863],[-120260,-453709],[-120491,-450838],[-126225,-459722],[-117970,-456019],[-121495,-453963],[-117301,-454746],[-120732,-451738],[-116849,-449866],[-116036,-449267],[-115203,-457363],[-117131,-456619],[-124813,-456575],[-116925,-454211],[-118416,-452127],[-115605,-450675],[-121817,-457076],[-124091,-471295],[-123448,-467946],[-123824,-467607],[-125315,-461427],[-126319,-461321],[-125724,-463061],[-124319,-464100],[-115836,-464671],[-116624,-463805],[-117854,-467048],[-117367,-465937],[-121603,-467349],[-121624,-466869],[-125143,-470841],[-115586,-470841],[-125551,-467378],[-115250,-468047],[-115471,-462574],[-115899,-463689],[-118963,-461022],[-119600,-465196],[-115985,-470510],[-126680,-475441],[-124091,-473430],[-124440,-474306],[-122360,-494601],[-127752,-496750],[-120357,-548984],[-119184,-549518],[-119152,-547609],[-127478,-558503],[-124179,-569656],[-127034,-567681],[-119037,-588963],[-120505,-589281],[-124801,-594159],[-127364,-596997],[-119021,-612773],[-121481,-612578],[-125865,-620993],[-120415,-632208],[-124394,-655112],[-120481,-658098],[-115993,-660550],[-116223,-661709],[-123182,-654870],[-123060,-654235],[-121882,-653407],[-118947,-660402],[-119240,-690842],[-120241,-688493],[-115633,-708459],[-115426,-709377],[-136460,-278262],[-133653,-277003],[-133539,-279931],[-135976,-281267],[-130041,-271729],[-134390,-277448],[-132375,-278575],[-128046,-273356],[-136954,-277688],[-135993,-278071],[-131776,-280731],[-132998,-281197],[-133375,-283004],[-129055,-282708],[-128656,-282400],[-128032,-286800],[-136348,-283687],[-130193,-282672],[-133193,-282254],[-132989,-284170],[-131114,-283972],[-132284,-288447],[-131759,-287156],[-133330,-287270],[-136553,-292545],[-131965,-289827],[-136378,-286881],[-136522,-287391],[-135486,-290503],[-137017,-286667],[-137317,-287694],[-133674,-288529],[-129276,-288385],[-132702,-294232],[-129075,-421516],[-133119,-421649],[-131080,-419282],[-131769,-419533],[-136104,-423636],[-130496,-425033],[-130272,-424168],[-128793,-431641],[-136970,-427082],[-140728,-428221],[-140563,-426614],[-129959,-423251],[-131853,-425462],[-135375,-434568],[-137442,-433305],[-139092,-432969],[-138346,-432091],[-137365,-432563],[-137027,-433110],[-136376,-432007],[-140082,-429244],[-131708,-425623],[-129188,-432523],[-132544,-426645],[-129789,-428102],[-132569,-444859],[-129825,-445650],[-139738,-440168],[-130763,-439161],[-129647,-439776],[-130521,-439108],[-132474,-441427],[-135360,-436502],[-134480,-435992],[-134841,-440286],[-132812,-440902],[-131893,-438098],[-130934,-435526],[-129349,-438304],[-130603,-440702],[-131721,-441823],[-129804,-441820],[-140242,-436926],[-130594,-445463],[-140488,-439062],[-140100,-437416],[-139049,-441941],[-139580,-440291],[-138343,-436898],[-136055,-447679],[-129498,-438334],[-132953,-439271],[-138907,-453336],[-133373,-456706],[-139658,-458571],[-138307,-458298],[-135036,-454561],[-132989,-450982],[-129259,-459725],[-129464,-460364],[-139683,-451679],[-139734,-455804],[-138784,-454987],[-137558,-457896],[-139870,-450923],[-138346,-459516],[-134696,-458828],[-134414,-458032],[-134973,-458276],[-139156,-449636],[-138051,-448850],[-135384,-451068],[-129481,-458841],[-133501,-451003],[-134593,-450769],[-133088,-454530],[-133174,-454004],[-135965,-455374],[-133562,-453263],[-135419,-458945],[-135222,-454025],[-138955,-458656],[-131085,-466050],[-140048,-471175],[-139076,-464831],[-132261,-473249],[-134741,-462136],[-140451,-464748],[-132163,-464443],[-133672,-473143],[-133527,-472456],[-137883,-472836],[-139567,-471364],[-131912,-465618],[-132708,-463645],[-139015,-470697],[-137091,-472600],[-138446,-470414],[-133321,-464637],[-131795,-466281],[-137543,-465092],[-139467,-465895],[-129515,-481123],[-133941,-474074],[-137604,-475432],[-133401,-475467],[-129184,-478704],[-129684,-480288],[-129558,-478431],[-128917,-482234],[-138923,-473593],[-137877,-475132],[-140771,-474574],[-132743,-473864],[-139120,-486019],[-137764,-480421],[-139790,-479593],[-137701,-477406],[-138686,-479516],[-138977,-480401],[-140599,-493450],[-131576,-495424],[-138142,-486870],[-137032,-494411],[-131525,-494887],[-133720,-492516],[-130373,-496813],[-137518,-494690],[-136532,-544284],[-135461,-546048],[-130030,-547968],[-129582,-549653],[-133028,-546587],[-131324,-555216],[-130574,-557250],[-128006,-616061],[-139882,-635337],[-132716,-636451],[-133676,-638848],[-139270,-636689],[-139083,-634650],[-139525,-633708],[-135271,-641744],[-133821,-646033],[-132970,-642428],[-128131,-644002],[-128797,-641851],[-133531,-643940],[-129978,-641496],[-136138,-644163],[-129456,-646533],[-133800,-644851],[-133965,-641650],[-135968,-646185],[-135546,-646941],[-134130,-671754],[-134602,-674762],[-137236,-674775],[-135925,-671627],[-138630,-671166],[-132256,-690904],[-136278,-688646],[-138696,-687158],[-130469,-684134],[-132982,-686097],[-128008,-687038],[-135397,-685980],[-137365,-687683],[-133243,-692028],[-128948,-699608],[-141617,-428392],[-152197,-434330],[-144813,-430796],[-152847,-434127],[-141221,-427048],[-144905,-432827],[-153423,-426954],[-146021,-425893],[-143981,-428717],[-144306,-431007],[-142003,-428537],[-145415,-443981],[-148992,-443290],[-143354,-439175],[-142223,-440951],[-152737,-442730],[-151546,-443318],[-153441,-437293],[-143738,-444177],[-142901,-443668],[-141870,-446447],[-141374,-446832],[-148334,-447790],[-142992,-437817],[-142195,-438993],[-151999,-437152],[-143225,-459361],[-140972,-459681],[-146666,-460460],[-141871,-459358],[-153218,-458015],[-152829,-449828],[-141717,-456597],[-148376,-452250],[-147988,-456020],[-141513,-456184],[-147517,-447845],[-144290,-448956],[-146276,-455464],[-150438,-455854],[-143372,-450774],[-144390,-451258],[-144926,-450195],[-142671,-453080],[-144489,-453370],[-142907,-451001],[-148063,-453172],[-140909,-466197],[-145525,-462979],[-146765,-466137],[-148494,-471137],[-148895,-468518],[-148430,-470282],[-151813,-463706],[-151079,-463265],[-145521,-465288],[-141398,-461543],[-141183,-465764],[-149807,-469466],[-145198,-465921],[-144532,-463149],[-141550,-462360],[-152034,-467720],[-146140,-461085],[-147201,-465605],[-152737,-461450],[-142105,-470249],[-144783,-471962],[-145414,-471524],[-150320,-468450],[-146547,-471878],[-145262,-470108],[-152671,-466710],[-143552,-474578],[-142057,-474125],[-140840,-476648],[-149286,-474783],[-153403,-474395],[-141493,-473844],[-148463,-474622],[-146013,-475137],[-144073,-474171],[-141550,-480878],[-152092,-479886],[-150529,-480370],[-143018,-484694],[-143590,-484846],[-148320,-485588],[-152601,-480028],[-148085,-485585],[-148006,-481524],[-148148,-477388],[-141842,-481075],[-142839,-480685],[-150261,-487304],[-142311,-489254],[-142091,-489692],[-146695,-487024],[-145711,-488952],[-146943,-487147],[-141355,-489516],[-146073,-494777],[-145302,-490954],[-147288,-492471],[-153319,-538616],[-153117,-544794],[-149090,-542798],[-153041,-547833],[-142843,-542236],[-143630,-541244],[-150726,-545368],[-151505,-545358],[-141115,-540753],[-142914,-541255],[-146168,-549500],[-147266,-556277],[-151981,-551786],[-145863,-551203],[-141751,-564288],[-146950,-569708],[-149915,-567185],[-141013,-571705],[-141324,-574081],[-144079,-568734],[-145746,-568661],[-141564,-575959],[-143168,-578823],[-143322,-617500],[-145093,-618140],[-144677,-617168],[-141234,-637252],[-148195,-639118],[-143668,-650339],[-147038,-651826],[-146041,-650690],[-147222,-650932],[-142844,-650902],[-142578,-651070],[-142787,-651904],[-146936,-640551],[-143659,-660734],[-143502,-653868],[-143383,-653850],[-152518,-671140],[-162514,-281262],[-156616,-288102],[-156426,-283793],[-155492,-287181],[-166246,-287824],[-164568,-285811],[-164064,-290254],[-165773,-288943],[-163403,-291130],[-163365,-290140],[-157768,-283476],[-160148,-289458],[-158880,-284651],[-165178,-289626],[-165475,-284375],[-162743,-289765],[-162567,-291874],[-163231,-293228],[-163354,-288337],[-160505,-288835],[-164789,-290803],[-156437,-300951],[-157146,-294753],[-158636,-303102],[-154153,-430636],[-164159,-432953],[-157881,-427562],[-158860,-423076],[-160091,-422887],[-165394,-432766],[-156693,-429663],[-154352,-426215],[-157822,-430534],[-159320,-426284],[-161087,-424053],[-165511,-433488],[-162137,-438951],[-161784,-436355],[-159460,-435053],[-164768,-443110],[-157111,-444826],[-156586,-442334],[-156489,-442887],[-158649,-435708],[-159247,-436588],[-159177,-437312],[-164988,-438236],[-155946,-445706],[-164706,-444162],[-166193,-446777],[-153832,-444470],[-166094,-442526],[-161244,-435124],[-154382,-438055],[-154984,-458042],[-154189,-447926],[-158811,-449127],[-155127,-449221],[-162593,-458457],[-158972,-460137],[-165620,-450702],[-165460,-447802],[-154370,-449903],[-157055,-460065],[-165215,-449697],[-160863,-460811],[-158020,-471492],[-165929,-469754],[-165650,-467625],[-158626,-470879],[-165691,-466229],[-162221,-471032],[-163948,-473125],[-155773,-463192],[-156470,-463395],[-160709,-473119],[-156374,-462695],[-165698,-465160],[-160652,-465293],[-163465,-467485],[-157727,-470624],[-156377,-472654],[-155360,-467592],[-160547,-461473],[-159100,-460699],[-161777,-461743],[-165780,-470105],[-155916,-472414],[-162160,-472938],[-164302,-472831],[-163385,-472458],[-166109,-471272],[-163206,-467836],[-160333,-473324],[-157237,-476266],[-158524,-473591],[-157666,-474139],[-154655,-476025],[-155644,-474168],[-154842,-475636],[-162225,-481616],[-164385,-478585],[-156723,-483631],[-161951,-482054],[-153640,-484422],[-161993,-478262],[-155651,-485539],[-157720,-486027],[-155954,-485274],[-155202,-483928],[-160652,-481564],[-160922,-478507],[-159251,-486508],[-157262,-488186],[-163031,-541760],[-153889,-546434],[-156868,-549751],[-165571,-555172],[-166211,-556526],[-163072,-554546],[-159857,-552378],[-155486,-562484],[-161730,-561655],[-156239,-561177],[-159365,-559845],[-159549,-552455],[-158982,-550819],[-158533,-550380],[-165248,-572668],[-165596,-566802],[-160674,-564397],[-159980,-570895],[-163638,-580412],[-159536,-581317],[-160928,-581639],[-161405,-635185],[-154521,-651474],[-154843,-648817],[-161216,-641668],[-164181,-654273],[-164760,-669835],[-154494,-669282],[-155207,-670334],[-162622,-668585],[-166366,-670456],[-170078,-283391],[-173482,-288139],[-169176,-284279],[-168622,-284717],[-168022,-287793],[-167959,-285564],[-171753,-286558],[-171539,-288113],[-166470,-291704],[-168388,-283703],[-169643,-290050],[-173061,-288527],[-171605,-283963],[-167844,-288929],[-171585,-289280],[-167466,-284617],[-170282,-286919],[-168854,-289537],[-171631,-425428],[-175808,-432099],[-172146,-423091],[-169907,-438090],[-170760,-438725],[-171699,-438730],[-173840,-438312],[-172003,-436226],[-169308,-438445],[-171297,-439552],[-170829,-437942],[-172607,-439698],[-170265,-437245],[-171084,-439154],[-179034,-446711],[-177446,-445174],[-170796,-446339],[-177031,-443938],[-178096,-443110],[-170501,-446028],[-170622,-445683],[-177361,-450015],[-177990,-450858],[-176682,-450339],[-173643,-453193],[-177647,-449813],[-172386,-449613],[-170864,-450667],[-168495,-448704],[-171912,-450470],[-172112,-450439],[-168481,-450184],[-168720,-448342],[-175698,-450942],[-175155,-451684],[-167014,-448640],[-174137,-468687],[-172792,-471664],[-176424,-468298],[-175645,-465345],[-176320,-464621],[-176382,-465814],[-172576,-463305],[-177718,-471829],[-176747,-462226],[-172939,-462866],[-175776,-465985],[-173359,-471516],[-167573,-479796],[-175064,-474064],[-174735,-479879],[-173053,-482814],[-167732,-480073],[-176673,-475934],[-172102,-484517],[-177418,-475645],[-170856,-483071],[-174276,-504700],[-174777,-504626],[-171957,-547363],[-171305,-541463],[-171266,-541786],[-169888,-544039],[-169169,-542277],[-168345,-554861],[-168572,-562184],[-175928,-552651],[-172840,-551605],[-172523,-552891],[-169338,-565098],[-170613,-565036],[-169531,-563054],[-168145,-565594],[-178021,-573281],[-167469,-574573],[-172446,-580420],[-169435,-576804],[-167039,-585937],[-166691,-586520],[-170877,-586670],[-169866,-588226],[-178908,-622686],[-176843,-638330],[-176749,-639333],[-171358,-638832],[-168017,-638272],[-166608,-632600],[-168812,-632523],[-170089,-628331],[-169666,-628302],[-175217,-640202],[-170238,-654952],[-167071,-654885],[-174759,-669496],[-174787,-668207],[-175260,-667756],[-187165,-404772],[-186769,-403170],[-189520,-403799],[-187604,-404696],[-188113,-403761],[-186861,-403701],[-184933,-401120],[-183477,-400698],[-186291,-403227],[-185867,-401907],[-185967,-404162],[-184528,-401825],[-185001,-402772],[-187911,-405643],[-189253,-419532],[-190981,-418912],[-188085,-419208],[-190839,-422941],[-189350,-422686],[-191755,-424515],[-183647,-426232],[-186004,-422861],[-188522,-423844],[-180633,-430524],[-183334,-434357],[-180108,-431664],[-185647,-434343],[-181665,-429492],[-179889,-431377],[-184193,-431606],[-184880,-432843],[-184641,-433442],[-181067,-429739],[-183594,-432568],[-190046,-440845],[-191521,-440214],[-189689,-435831],[-180896,-447187],[-180154,-444562],[-180738,-442982],[-187903,-444065],[-179963,-445944],[-190565,-436040],[-179889,-442835],[-183838,-435434],[-180209,-449568],[-187934,-458712],[-188298,-454693],[-189965,-456529],[-183728,-468168],[-181778,-466742],[-190812,-466614],[-179705,-464760],[-182524,-468808],[-180477,-462974],[-188251,-470739],[-189459,-467712],[-186577,-468919],[-185054,-471480],[-185012,-471030],[-189577,-462011],[-185978,-473635],[-191636,-481623],[-191091,-585733],[-182088,-583628],[-182202,-582447],[-187528,-593810],[-187136,-595755],[-184244,-597114],[-190649,-599161],[-189608,-598927],[-187746,-596921],[-187121,-590414],[-187780,-591051],[-186703,-602087],[-189416,-602866],[-184864,-616316],[-182907,-615427],[-187874,-618744],[-180206,-620519],[-183017,-634799],[-182865,-632800],[-183320,-634605],[-191186,-635852],[-190632,-630290],[-181853,-635408],[-181009,-633721],[-187764,-639901],[-183488,-644391],[-202625,-302355],[-204619,-298661],[-196821,-307302],[-201122,-415926],[-201226,-417326],[-195607,-417740],[-193419,-417282],[-193334,-418746],[-193654,-416628],[-196758,-418335],[-195434,-418506],[-194243,-418855],[-194737,-417847],[-194528,-418046],[-194602,-417244],[-192715,-418296],[-195665,-420784],[-193413,-419883],[-197295,-430929],[-198281,-427754],[-198176,-429371],[-195957,-426057],[-199424,-423810],[-203008,-425645],[-195546,-429406],[-197551,-431502],[-204512,-423504],[-197217,-431939],[-201973,-432989],[-199595,-425364],[-197088,-432534],[-201933,-422263],[-202679,-426427],[-202614,-432652],[-202059,-431818],[-203201,-442379],[-200326,-437236],[-199491,-437619],[-194022,-446820],[-198028,-445627],[-202861,-439660],[-199901,-438709],[-200439,-443693],[-196071,-446414],[-202345,-442966],[-193417,-436384],[-194245,-435112],[-194171,-436085],[-197777,-436912],[-193594,-456252],[-203897,-453994],[-197242,-456987],[-196326,-453791],[-199267,-453817],[-198398,-454030],[-195846,-453138],[-193774,-455712],[-202129,-449091],[-199696,-454084],[-202662,-450996],[-199819,-449537],[-204513,-457434],[-202892,-459780],[-202865,-469867],[-194710,-463420],[-194325,-465296],[-194571,-464966],[-200369,-463163],[-202917,-467830],[-197521,-474769],[-201337,-497062],[-195809,-494961],[-197386,-535557],[-193407,-530422],[-192608,-530928],[-203603,-530734],[-204694,-527829],[-193789,-586651],[-197808,-584639],[-199322,-583387],[-196904,-587530],[-195994,-585465],[-197556,-591910],[-203138,-598978],[-196592,-601143],[-194530,-596352],[-193863,-597051],[-193877,-592018],[-193670,-592591],[-197499,-588890],[-199246,-604177],[-199234,-604000],[-192223,-602934],[-193744,-622581],[-195813,-625679],[-203516,-634131],[-194803,-635601],[-193513,-630717],[-200099,-653958],[-196985,-654065],[-213819,-306540],[-207347,-298427],[-215119,-299747],[-208274,-296325],[-210021,-297196],[-206817,-299581],[-204840,-302924],[-210909,-305653],[-217414,-310499],[-214666,-307620],[-212868,-311811],[-209741,-309029],[-210532,-316906],[-205077,-311857],[-208800,-309241],[-214202,-318500],[-212424,-314711],[-213142,-314790],[-211380,-317134],[-207667,-315166],[-213246,-313580],[-215987,-313223],[-208695,-309895],[-216939,-312134],[-217208,-321038],[-217389,-320701],[-214357,-320608],[-211481,-323868],[-217510,-383081],[-215797,-381911],[-217248,-382832],[-209236,-389417],[-209711,-388903],[-213593,-389205],[-210417,-388629],[-216348,-385653],[-210671,-388492],[-216388,-384007],[-206971,-420943],[-208595,-420567],[-211043,-420519],[-208109,-417638],[-210236,-420030],[-205581,-434501],[-208267,-425224],[-210389,-434272],[-211519,-424452],[-213140,-429676],[-216682,-426313],[-215941,-428981],[-206867,-424875],[-205617,-423692],[-211885,-432638],[-208594,-422356],[-205308,-424647],[-206767,-434771],[-208073,-422596],[-207343,-423068],[-213759,-438679],[-209443,-436351],[-214702,-439602],[-215881,-439207],[-209691,-441198],[-207872,-439492],[-210224,-441007],[-215473,-439436],[-209765,-436316],[-205578,-445065],[-213841,-436948],[-212094,-437196],[-205717,-447572],[-214529,-440133],[-207976,-446348],[-208373,-449924],[-209322,-452750],[-209717,-453571],[-209100,-459790],[-214276,-455292],[-207922,-466220],[-215000,-494749],[-208265,-495293],[-206172,-509940],[-214027,-519805],[-214280,-518656],[-213018,-527469],[-214668,-525443],[-205791,-529601],[-211998,-529649],[-212402,-530066],[-214522,-525863],[-215277,-564142],[-211001,-567291],[-206299,-567996],[-207550,-567978],[-214992,-573019],[-210667,-574269],[-210645,-575742],[-209829,-575758],[-210818,-581996],[-209588,-580645],[-208496,-586705],[-207002,-587781],[-217530,-584151],[-212949,-584389],[-216927,-582152],[-215927,-583912],[-210834,-588564],[-212449,-585686],[-204916,-581613],[-208106,-579577],[-208776,-590320],[-213435,-589084],[-207377,-601829],[-229112,-299808],[-227856,-294965],[-218608,-299763],[-228653,-303169],[-226779,-294685],[-219610,-303836],[-222287,-306375],[-223940,-310127],[-227569,-317050],[-227488,-307471],[-226584,-316327],[-218888,-307086],[-221097,-318748],[-220140,-319492],[-221323,-327003],[-223430,-326853],[-223273,-322737],[-224228,-323234],[-226262,-367693],[-225778,-368072],[-228067,-369986],[-219218,-382159],[-222664,-375531],[-223246,-376472],[-230249,-376444],[-224830,-379057],[-224193,-378463],[-223744,-377078],[-229695,-374250],[-228533,-379694],[-229966,-376517],[-228272,-374279],[-224939,-379353],[-226565,-380554],[-223430,-376868],[-228303,-379627],[-219045,-385601],[-221626,-391140],[-219315,-386611],[-218220,-384966],[-219625,-386321],[-226295,-395758],[-218484,-385038],[-221534,-404767],[-221264,-405301],[-225243,-405959],[-227030,-401782],[-224276,-406777],[-219943,-408612],[-220415,-405014],[-229114,-401513],[-225100,-405529],[-224676,-406611],[-228283,-401641],[-219050,-406810],[-230395,-409158],[-223110,-408714],[-228375,-408462],[-219337,-408668],[-220342,-405255],[-227238,-402005],[-218106,-398917],[-221873,-397025],[-226673,-397082],[-219368,-399867],[-221696,-397200],[-221702,-398403],[-225686,-397321],[-218751,-400815],[-221592,-398218],[-229994,-406568],[-221287,-397381],[-225482,-417593],[-218256,-418379],[-222632,-418674],[-217921,-410126],[-225266,-421923],[-222126,-419225],[-229366,-415892],[-225428,-416624],[-219991,-414621],[-227423,-424815],[-218394,-428276],[-217743,-426457],[-217652,-428868],[-217992,-427700],[-220876,-435791],[-220170,-435840],[-226246,-441657],[-226142,-440993],[-223979,-445772],[-226079,-444750],[-220016,-492171],[-219618,-573903],[-217772,-572664],[-219969,-569446],[-219231,-564695],[-223908,-568589],[-220973,-570956],[-218227,-581893],[-225996,-576079],[-219002,-586513],[-223841,-583485],[-228879,-584738],[-220976,-599864],[-227493,-601924],[-225020,-604622],[-242902,-289944],[-239928,-289274],[-242114,-287153],[-238408,-299161],[-241860,-297189],[-231353,-308575],[-232162,-331277],[-232543,-336756],[-237777,-367614],[-235848,-367865],[-236426,-370757],[-233757,-368397],[-237708,-367325],[-231794,-373212],[-232326,-377955],[-232831,-383563],[-233587,-381464],[-236420,-371699],[-236168,-371912],[-233902,-373826],[-233806,-375723],[-231592,-377718],[-238639,-380567],[-236690,-394823],[-231731,-392328],[-232065,-396025],[-231962,-389500],[-236098,-394238],[-235279,-384574],[-234740,-393411],[-231870,-389308],[-236267,-389067],[-232214,-395894],[-242240,-389318],[-236053,-387394],[-235939,-394030],[-232826,-388815],[-234948,-386796],[-231551,-390804],[-235998,-387186],[-236588,-385943],[-237108,-386958],[-232742,-388642],[-232979,-389876],[-236686,-388280],[-235936,-386420],[-235944,-384263],[-240491,-398513],[-237725,-406379],[-237984,-406901],[-233211,-407782],[-231538,-408381],[-241922,-407330],[-238125,-408261],[-242076,-408076],[-239656,-408777],[-238551,-407242],[-233486,-401170],[-241934,-403799],[-242892,-407670],[-240413,-399239],[-240183,-397740],[-237203,-403928],[-242504,-403506],[-233496,-397500],[-235098,-396755],[-232443,-397615],[-234577,-397112],[-235935,-397239],[-238755,-418867],[-237942,-417835],[-240663,-414497],[-240722,-420962],[-231464,-413195],[-233378,-417391],[-230596,-420674],[-239361,-418637],[-233070,-416062],[-231403,-420280],[-231214,-415367],[-235163,-416731],[-235781,-416834],[-239852,-409915],[-238998,-414891],[-240684,-412321],[-230683,-437503],[-235857,-551283],[-235705,-554721],[-237521,-553478],[-231748,-556168],[-233118,-555247],[-236154,-565616],[-236316,-566903],[-235939,-573146],[-231984,-573314],[-231384,-568989],[-235103,-583629],[-231409,-580736],[-235053,-578219],[-242857,-591864],[-231809,-595775],[-233146,-599278],[-1955,-214325],[-2397,-213710],[-3692,-213745],[-2853,-215592],[-3274,-213242],[-2888,-215319],[-2665,-213295],[-1113,-218539],[-2653,-219776],[-143,-226981],[-2060,-219617],[-4,-227535],[-3949,-220310],[-2601,-220112],[-2459,-220140],[-2151,-217439],[-532,-226188],[-4406,-221493],[-569,-218250],[-9873,-252609],[-9139,-253877],[-7736,-248192],[-10904,-250040],[-10869,-252125],[-7438,-247765],[-9950,-254681],[-6072,-255682],[-8591,-252466],[-9462,-255477],[-10275,-254698],[-8296,-251765],[-6238,-253746],[-6073,-255376],[-10266,-253370],[-4424,-253307],[-11433,-245059],[-4757,-254171],[-1156,-254618],[-884,-253832],[-2321,-247690],[-3706,-254963],[-2096,-253141],[-4597,-254171],[-4561,-253420],[-5009,-253110],[-3465,-253959],[-9427,-256245],[-1872,-266618],[-4632,-267029],[-9403,-266261],[-3460,-266887],[-9466,-265499],[-4979,-267590],[-2392,-267108],[-4558,-267337],[-2855,-255808],[-10087,-268588],[-66,-318721],[-161,-318903],[-12234,-354436],[-12003,-353959],[-11897,-372270],[-12498,-375327],[-406,-471234],[-3756,-471648],[-820,-471737],[-4244,-472506],[-6525,-471130],[-6163,-471661],[-4298,-471480],[-1861,-473316],[-1876,-471227],[-9736,-478783],[-11555,-479522],[-10102,-483011],[-12304,-480736],[-10395,-484998],[-9453,-476079],[-1966,-484610],[-1413,-485087],[-3404,-485180],[-4577,-481250],[-6923,-473565],[-4089,-477784],[-4746,-476841],[-7896,-474023],[-1217,-473511],[-3809,-474971],[-2226,-480928],[-6985,-497536],[-11500,-491924],[-5497,-497443],[-9944,-486235],[-8514,-489225],[-9986,-488712],[-11715,-493154],[-10729,-492518],[-10223,-494422],[-8124,-495946],[-10509,-494659],[-6949,-492985],[-465,-498626],[-5754,-497603],[-8595,-489190],[-11424,-493310],[-9297,-489595],[-11827,-493109],[-6445,-496408],[-9102,-488421],[-317,-490874],[-190,-502128],[-1569,-501880],[-487,-499116],[-3758,-501695],[-3701,-500278],[-5117,-500995],[-5559,-500119],[-12488,-500435],[-855,-503021],[-5426,-500064],[-3858,-501818],[-4219,-500980],[-1649,-519880],[-1353,-524626],[-5321,-531824],[-440,-528073],[-15,-525971],[-6189,-527775],[-5271,-530243],[-248479,-289828],[-251859,-293216],[-250672,-289132],[-244297,-293024],[-245265,-292187],[-248571,-286435],[-244861,-284672],[-243430,-286562],[-243212,-286359],[-252512,-302498],[-247078,-299662],[-243730,-302820],[-255053,-338404],[-243969,-342435],[-254088,-339411],[-244581,-341568],[-250302,-347545],[-245858,-394779],[-246148,-395745],[-245161,-394046],[-246768,-392517],[-253548,-395939],[-251374,-393953],[-246675,-389299],[-244676,-386789],[-247383,-392625],[-252811,-394516],[-252997,-395060],[-249122,-392567],[-248149,-400528],[-245516,-407263],[-245536,-398766],[-243830,-400239],[-248265,-397439],[-246480,-407740],[-244474,-407051],[-244297,-399802],[-245618,-398400],[-248658,-402890],[-248330,-405660],[-253860,-406350],[-255738,-405776],[-254631,-405990],[-252022,-413840],[-255489,-411486],[-252945,-415283],[-251121,-414167],[-253297,-414924],[-251063,-428534],[-254071,-447831],[-243474,-471028],[-245074,-473818],[-244572,-474231],[-255144,-557695],[-255443,-559500],[-253538,-567499],[-249015,-569958],[-255621,-600383],[-261755,-280785],[-259753,-284342],[-264617,-284996],[-260058,-291228],[-259576,-285653],[-263848,-293894],[-259327,-293616],[-262602,-288301],[-258671,-290355],[-267463,-281934],[-264985,-282807],[-258143,-292893],[-265219,-281621],[-268527,-295541],[-260301,-330245],[-260140,-331370],[-268301,-334840],[-262261,-341555],[-259391,-348363],[-266780,-360635],[-268294,-368808],[-263695,-363266],[-263184,-362647],[-265120,-362483],[-266006,-407281],[-263856,-409028],[-262000,-402060],[-260801,-406264],[-261471,-403573],[-261399,-406899],[-260402,-406661],[-257049,-404838],[-256460,-405833],[-263635,-408780],[-264788,-399603],[-262757,-402638],[-262100,-402431],[-263014,-408437],[-264327,-399433],[-263600,-410601],[-268787,-410847],[-268405,-429389],[-260431,-433613],[-262651,-443113],[-260582,-453741],[-262091,-454222],[-259960,-452632],[-256528,-447905],[-256990,-558192],[-267286,-573060],[-267915,-575430],[-260171,-563875],[-266070,-568648],[-265154,-566494],[-264360,-568395],[-264513,-569282],[-256242,-577088],[-263443,-599590],[-268044,-611010],[-271288,-285266],[-270899,-284779],[-269442,-286717],[-272072,-285358],[-271711,-290429],[-269499,-291388],[-271760,-289546],[-269231,-290684],[-270451,-288952],[-271541,-292079],[-271762,-288007],[-270509,-292835],[-270037,-335751],[-269259,-333017],[-271662,-344327],[-269050,-336984],[-269807,-339569],[-269594,-335548],[-274132,-344949],[-276498,-346598],[-280645,-347887],[-279153,-351275],[-280664,-352804],[-274533,-346230],[-276769,-347787],[-270895,-348304],[-271636,-362866],[-275242,-369478],[-269722,-365246],[-279327,-360674],[-274989,-362078],[-271207,-362565],[-270535,-365632],[-269722,-369779],[-273544,-365086],[-274878,-360590],[-272680,-361513],[-276200,-396005],[-279447,-395461],[-279717,-393987],[-279227,-395750],[-273486,-395418],[-278210,-404078],[-279231,-408971],[-279433,-397453],[-272646,-397223],[-277448,-401354],[-275930,-398502],[-271253,-411935],[-271154,-410368],[-277396,-413543],[-277247,-413607],[-271608,-411877],[-275166,-409953],[-274046,-414464],[-275671,-413843],[-275725,-410289],[-272286,-416060],[-280442,-415666],[-277983,-418868],[-276104,-418043],[-278121,-422161],[-275792,-419871],[-281504,-418533],[-280312,-415287],[-274338,-432109],[-275108,-431458],[-269522,-428509],[-275988,-433715],[-281436,-430149],[-276806,-437805],[-271641,-442591],[-278066,-447300],[-278262,-452165],[-280983,-550081],[-280317,-545768],[-280609,-545916],[-278804,-542924],[-279027,-542552],[-280265,-542635],[-280782,-561391],[-279428,-562468],[-269333,-575795],[-269576,-574761],[-280754,-572868],[-280530,-572486],[-280978,-572056],[-281553,-569874],[-280384,-570723],[-278755,-565371],[-278989,-565851],[-279183,-563113],[-270795,-578218],[-270140,-577043],[-269978,-575975],[-278191,-609205],[-282554,-344592],[-287886,-345504],[-284188,-417775],[-285731,-421247],[-285081,-420341],[-283613,-416404],[-291358,-411844],[-284670,-418827],[-287319,-414393],[-286228,-420720],[-290237,-429852],[-291374,-425851],[-290205,-428168],[-282158,-429926],[-291115,-428727],[-290992,-428622],[-282578,-422217],[-284242,-429033],[-285609,-429809],[-286701,-427970],[-286681,-428532],[-281735,-427746],[-284678,-437954],[-289495,-435903],[-286932,-435579],[-290306,-439560],[-287720,-437502],[-287462,-435841],[-291125,-439769],[-292013,-439277],[-290879,-454984],[-292022,-455027],[-290389,-450149],[-290067,-453686],[-284136,-453375],[-282402,-549943],[-293416,-547132],[-293834,-547311],[-294061,-546835],[-282819,-550390],[-281969,-550597],[-284292,-551191],[-284338,-558603],[-282269,-560254],[-284764,-551452],[-286187,-575571],[-286835,-574934],[-287232,-571486],[-288523,-570411],[-287444,-570618],[-290384,-565885],[-290315,-564665],[-287598,-573626],[-282385,-572521],[-282335,-572114],[-282592,-570424],[-282036,-569266],[-286594,-581523],[-286601,-581787],[-287621,-583007],[-289113,-584209],[-290678,-581810],[-290742,-581332],[-291195,-582687],[-290491,-583930],[-291333,-586376],[-291470,-586578],[-286757,-580294],[-284836,-580970],[-291192,-579363],[-291776,-579183],[-286654,-575839],[-284604,-599410],[-293151,-590472],[-293393,-590504],[-293115,-590954],[-294265,-591496],[-284487,-599679],[-284967,-600151],[-285971,-601072],[-285173,-605011],[-284380,-604410],[-283669,-601972],[-284826,-602476],[-287556,-611688],[-293820,-606931],[-285512,-602084],[-300966,-350451],[-297509,-351812],[-294877,-354635],[-297734,-352476],[-306491,-361035],[-304963,-358636],[-305547,-381438],[-297921,-383740],[-303505,-382916],[-305544,-381767],[-301910,-383775],[-301996,-383655],[-297218,-383903],[-302520,-385804],[-298420,-389850],[-296759,-385875],[-298316,-389111],[-304615,-403725],[-306361,-402906],[-302914,-419864],[-303334,-420741],[-305046,-425447],[-304477,-425263],[-295614,-455370],[-300094,-453497],[-295139,-549958],[-296205,-549548],[-295800,-546565],[-295140,-547496],[-296112,-542910],[-294949,-543137],[-296783,-543438],[-296645,-541559],[-297701,-541407],[-302771,-540570],[-303673,-539631],[-303410,-562417],[-298413,-553751],[-301132,-557077],[-301132,-557077],[-301348,-556692],[-302761,-554329],[-299484,-553944],[-298812,-550845],[-298330,-551497],[-297481,-554246],[-296492,-554692],[-299546,-556105],[-300149,-556182],[-301927,-557271],[-296762,-553644],[-294969,-555852],[-297723,-551904],[-305738,-575055],[-302006,-570176],[-301959,-566944],[-302207,-566761],[-302221,-567221],[-303849,-564153],[-299280,-564418],[-298744,-564417],[-298763,-566480],[-298891,-563484],[-299324,-566084],[-300221,-565216],[-302777,-580505],[-299586,-577479],[-299590,-577925],[-300829,-577840],[-303199,-580802],[-303352,-579334],[-303091,-580379],[-294508,-591597],[-313315,-356166],[-318558,-365602],[-316744,-361736],[-317879,-360593],[-307229,-382114],[-309436,-386918],[-310659,-391211],[-307607,-392335],[-317904,-394904],[-309986,-386272],[-317199,-384618],[-310671,-391551],[-317425,-394949],[-311230,-385714],[-315750,-385119],[-312091,-396348],[-307854,-391872],[-312909,-397210],[-311624,-405934],[-313656,-406298],[-319522,-399444],[-308497,-407627],[-310452,-405872],[-319142,-400124],[-308975,-407299],[-307792,-420192],[-307390,-418841],[-312160,-457598],[-311556,-456007],[-313686,-461734],[-316358,-473019],[-313884,-461201],[-319537,-468014],[-318323,-470380],[-319430,-469357],[-316820,-471853],[-314485,-468047],[-313550,-468246],[-317462,-473621],[-323908,-350495],[-324648,-350727],[-331646,-363363],[-330796,-360296],[-320481,-405844],[-320403,-399701],[-320993,-398812],[-320254,-404398],[-329706,-444433],[-324348,-447115],[-323429,-446695],[-330618,-447557],[-330945,-451332],[-328730,-451205],[-327929,-448894],[-330507,-458355],[-330027,-458326],[-332030,-472359],[-325343,-470832],[-321143,-470555],[-329171,-473341],[-324490,-465752],[-324908,-469770],[-324162,-472087],[-324311,-472545],[-330751,-471516],[-323445,-462710],[-323312,-461952],[-321941,-469457],[-328427,-464706],[-328083,-464057],[-330643,-471926],[-330670,-484008],[-331736,-484213],[-322186,-478555],[-321734,-479054],[-331573,-485884],[-331052,-485822],[-331972,-484859],[-321338,-476422],[-326563,-475370],[-331932,-484558],[-324194,-483548],[-323952,-484330],[-323088,-483986],[-326988,-483008],[-332766,-486911],[-332741,-487513],[-332734,-487142],[-332046,-487678],[-332275,-489661],[-330756,-486936],[-331445,-486990],[-332129,-489099],[-332573,-495729],[-331333,-496582],[-332550,-496863],[-330844,-486523],[-331149,-487219],[-324607,-498636],[-322207,-511637],[-328444,-505448],[-325803,-500439],[-324466,-502213],[-328204,-503831],[-325799,-508798],[-324222,-509953],[-324807,-509519],[-321988,-511357],[-322793,-511753],[-332540,-513344],[-330643,-516856],[-330237,-517028],[-335785,-353623],[-338006,-353540],[-337293,-355431],[-338498,-354874],[-337534,-375107],[-344598,-403327],[-341711,-400620],[-344174,-405802],[-340918,-401182],[-341845,-404530],[-339733,-402403],[-342795,-401453],[-342452,-405149],[-342017,-403024],[-339593,-400231],[-345171,-446303],[-343310,-443472],[-340116,-442518],[-339162,-439368],[-344720,-447660],[-337192,-440553],[-341291,-444406],[-335649,-449194],[-344719,-451488],[-343272,-451001],[-342961,-448983],[-334155,-449121],[-345344,-448153],[-336107,-450643],[-333641,-468381],[-342360,-471268],[-335531,-466744],[-335678,-470979],[-339602,-467851],[-339232,-465545],[-344309,-469324],[-342756,-472119],[-340900,-462220],[-345116,-465096],[-344079,-465755],[-340984,-466332],[-337840,-463533],[-342743,-475767],[-342149,-475755],[-340682,-474719],[-335097,-489121],[-334360,-487863],[-335886,-488595],[-335602,-488029],[-345593,-491772],[-333579,-488567],[-338094,-491470],[-335161,-490966],[-338620,-491240],[-339505,-490571],[-341018,-491234],[-343976,-496097],[-343647,-495739],[-340045,-492192],[-345540,-494578],[-339786,-491768],[-335617,-494706],[-335617,-491217],[-345216,-519384],[-345360,-520043],[-344223,-517923],[-343838,-517635],[-343813,-519905],[-345049,-519438],[-336413,-519179],[-335607,-521149],[-335669,-520493],[-337001,-518887],[-336981,-519511],[-333124,-513273],[-341894,-528443],[-338542,-530757],[-342428,-527748],[-340135,-530737],[-351092,-380893],[-353262,-383368],[-354951,-392868],[-354295,-395091],[-349856,-396323],[-355769,-395492],[-356378,-395845],[-357084,-391184],[-351753,-396325],[-354017,-395255],[-355125,-391661],[-356226,-396413],[-353234,-408368],[-346432,-401870],[-350146,-409327],[-357682,-400603],[-351921,-407970],[-347094,-407670],[-349729,-397050],[-353843,-397938],[-356150,-399428],[-346379,-399681],[-350803,-405239],[-347643,-403687],[-346147,-407345],[-355160,-407943],[-346526,-408996],[-347593,-406708],[-351953,-408212],[-354732,-407171],[-353110,-407635],[-348348,-407912],[-348280,-407339],[-351009,-406135],[-351704,-408161],[-356895,-405382],[-349553,-397508],[-355804,-408786],[-348080,-401012],[-356329,-406385],[-349633,-411799],[-354299,-410646],[-355004,-410856],[-355150,-413508],[-353319,-413111],[-357795,-418307],[-346289,-442925],[-355242,-447336],[-348378,-442085],[-354980,-447101],[-354152,-446080],[-348562,-442636],[-346076,-444391],[-347040,-441724],[-354476,-444306],[-346254,-450739],[-350059,-453301],[-350746,-452723],[-350453,-449595],[-350290,-448994],[-353042,-449481],[-351934,-448409],[-350731,-468537],[-355239,-468031],[-349343,-470417],[-351326,-470184],[-350137,-463397],[-358365,-482927],[-347191,-475483],[-346551,-475734],[-350706,-492149],[-350368,-490963],[-349611,-493553],[-347371,-493397],[-346991,-492348],[-347290,-492789],[-349915,-493251],[-348585,-492535],[-346534,-493886],[-351736,-496212],[-345743,-494158],[-351050,-496485],[-352530,-495836],[-346378,-494355],[-356427,-507774],[-356362,-508428],[-357905,-509135],[-357867,-509484],[-357504,-510219],[-358389,-500139],[-356236,-511492],[-355130,-508824],[-354461,-524299],[-351302,-521972],[-350931,-521135],[-357455,-520811],[-349071,-521876],[-348756,-521110],[-347312,-521584],[-351884,-517414],[-347724,-521510],[-347658,-522098],[-347085,-519095],[-345625,-519369],[-346854,-519140],[-346779,-519806],[-347461,-520530],[-350226,-514674],[-350409,-514263],[-349432,-514196],[-351132,-516129],[-349128,-529901],[-349326,-530908],[-350022,-526880],[-350972,-526180],[-355667,-532058],[-356080,-532553],[-356764,-532490],[-350362,-533063],[-350092,-532511],[-353351,-531645],[-355297,-535116],[-352268,-532780],[-349368,-535229],[-352539,-530081],[-353940,-528698],[-351101,-525805],[-350711,-525961],[-357056,-575529],[-356560,-572152],[-355111,-576107],[-365618,-367739],[-370063,-367007],[-365164,-367472],[-369455,-367379],[-363774,-367248],[-367004,-367237],[-361484,-390597],[-370797,-395416],[-360536,-395009],[-365073,-392919],[-369271,-392712],[-358667,-390956],[-363290,-386123],[-363968,-389824],[-362887,-395899],[-371101,-391335],[-363207,-387045],[-366911,-392811],[-367461,-391629],[-363537,-390576],[-364165,-401807],[-358642,-407824],[-359821,-406466],[-362833,-402796],[-363034,-399359],[-367587,-399590],[-365927,-400825],[-358743,-403457],[-369882,-402931],[-361298,-408726],[-364046,-404068],[-359783,-403155],[-368823,-408104],[-358905,-405024],[-362877,-398563],[-362439,-399809],[-359710,-399666],[-359300,-397721],[-359078,-399054],[-361646,-408565],[-360479,-409857],[-367072,-414503],[-362473,-415559],[-358539,-417204],[-364089,-409933],[-364478,-410184],[-359911,-413704],[-359210,-415231],[-370587,-414697],[-365332,-414437],[-361664,-417592],[-367911,-410521],[-359451,-418720],[-368734,-413940],[-358752,-409687],[-360437,-410407],[-367852,-411233],[-370404,-458868],[-367552,-453476],[-367923,-455791],[-358506,-449013],[-366252,-457023],[-370009,-454791],[-369667,-460184],[-367864,-460380],[-368201,-463782],[-367789,-466077],[-367700,-461502],[-365902,-461308],[-369231,-474551],[-368257,-481145],[-371088,-485732],[-367821,-475728],[-359839,-483112],[-368388,-486992],[-367925,-488271],[-368380,-489017],[-366951,-490411],[-366501,-490142],[-366667,-489421],[-365382,-489713],[-360655,-494485],[-366645,-492768],[-367914,-494146],[-370084,-491798],[-367567,-494558],[-360231,-496419],[-364961,-491105],[-369395,-498978],[-363346,-497179],[-362337,-493834],[-360004,-495672],[-363766,-497091],[-368669,-499102],[-362449,-506905],[-362640,-506773],[-359462,-510352],[-359399,-510932],[-363874,-507585],[-363955,-508060],[-362036,-506977],[-368247,-521923],[-370208,-515496],[-362706,-522890],[-366469,-517752],[-367303,-521950],[-365266,-516974],[-358843,-515946],[-359980,-517571],[-359810,-517117],[-360037,-522025],[-364843,-512881],[-362257,-518645],[-361920,-517555],[-362192,-519881],[-359892,-514336],[-360143,-513839],[-360659,-514732],[-361587,-512481],[-361962,-512568],[-361574,-513062],[-362338,-515736],[-362686,-515530],[-363255,-516038],[-359282,-513916],[-368843,-515423],[-363583,-522715],[-367244,-521456],[-367044,-519119],[-363307,-522335],[-370005,-513136],[-361635,-522040],[-366022,-518048],[-361961,-517279],[-364748,-512770],[-368001,-515110],[-364803,-516227],[-370207,-513242],[-360285,-521025],[-368162,-516597],[-365032,-512779],[-361389,-517401],[-361750,-516724],[-366914,-518888],[-368928,-517239],[-364525,-527052],[-369361,-534526],[-369114,-529786],[-369756,-529581],[-369163,-528814],[-363596,-525205],[-369586,-537031],[-370796,-524644],[-369203,-534154],[-361439,-526843],[-362277,-524764],[-364498,-534780],[-365171,-535523],[-365001,-534844],[-361456,-529025],[-362467,-528890],[-361641,-528625],[-367421,-536154],[-367828,-536046],[-368634,-535613],[-369869,-536536],[-370921,-541321],[-370616,-541536],[-368415,-540993],[-369508,-537911],[-363644,-541645],[-358427,-544846],[-363221,-540599],[-364488,-540032],[-362298,-542369],[-362401,-542666],[-364376,-543746],[-359188,-545223],[-368566,-546381],[-369955,-537616],[-367790,-558846],[-370300,-558088],[-367598,-559136],[-361071,-559043],[-369970,-557903],[-368940,-570995],[-368781,-571171],[-371118,-567938],[-366077,-565552],[-363415,-571778],[-365381,-564267],[-365459,-564582],[-365017,-565650],[-363244,-572292],[-363595,-566867],[-25430,-217227],[-25533,-217026],[-20145,-222321],[-19252,-223863],[-20353,-222871],[-16573,-218259],[-16349,-218462],[-24003,-242893],[-15152,-249095],[-15765,-248625],[-15890,-250579],[-16069,-248634],[-14395,-248074],[-24044,-255059],[-25574,-254257],[-13139,-264148],[-17062,-262886],[-24919,-264588],[-24237,-265332],[-25299,-256427],[-13501,-263714],[-18145,-286086],[-18684,-283426],[-22115,-282356],[-19038,-286588],[-17179,-287910],[-18151,-286882],[-21013,-286415],[-20656,-287521],[-21701,-283723],[-21295,-285586],[-22460,-288377],[-18751,-286457],[-20541,-284191],[-22250,-284097],[-22049,-287422],[-22908,-285172],[-22237,-285779],[-24851,-353421],[-24615,-353812],[-24808,-350743],[-14219,-358279],[-14237,-359815],[-14770,-360462],[-17260,-372225],[-18362,-371448],[-18707,-371372],[-17802,-371608],[-19508,-459054],[-18820,-456613],[-23170,-455311],[-18501,-457078],[-20226,-459292],[-23752,-471920],[-24366,-470384],[-21340,-469540],[-23545,-469094],[-23450,-467905],[-23466,-472178],[-24593,-470101],[-21541,-469056],[-23248,-467444],[-18588,-470752],[-19633,-468940],[-13385,-461728],[-18981,-461002],[-13622,-467815],[-13433,-468914],[-23998,-478031],[-23245,-479477],[-24129,-481314],[-24849,-480724],[-15923,-482163],[-24888,-479349],[-14027,-478048],[-15319,-482118],[-15619,-480985],[-22214,-480339],[-21870,-474017],[-16869,-483655],[-16168,-483446],[-14599,-483044],[-13155,-485176],[-13892,-483895],[-21793,-473591],[-13418,-478405],[-14947,-483539],[-16480,-495445],[-15047,-491884],[-14738,-495703],[-22489,-524644],[-13066,-529838],[-14146,-531833],[-13063,-527447],[-13957,-528797],[-13915,-526371],[-25429,-525483],[-373232,-368046],[-373291,-370625],[-382243,-379499],[-376640,-383520],[-374338,-373815],[-375242,-374113],[-372317,-375321],[-381196,-389542],[-376151,-395146],[-378991,-395745],[-382368,-384271],[-377876,-384850],[-382812,-386958],[-377994,-390926],[-371669,-386850],[-375485,-395977],[-381604,-395136],[-374944,-396399],[-379252,-393224],[-382355,-386963],[-378611,-393563],[-374696,-390977],[-381397,-390269],[-376471,-394078],[-376710,-387338],[-374593,-390511],[-374305,-387008],[-374359,-404516],[-371831,-397478],[-380148,-405798],[-372899,-408996],[-382151,-403574],[-377791,-409206],[-376498,-408551],[-379048,-405472],[-378094,-407708],[-373813,-397832],[-381909,-404744],[-376647,-398154],[-382124,-401275],[-378735,-398599],[-377971,-406163],[-374530,-398545],[-375091,-399653],[-374733,-403817],[-381535,-402448],[-377035,-400885],[-373116,-408247],[-383998,-406784],[-372111,-410184],[-373900,-409404],[-371401,-412452],[-379905,-409784],[-375171,-409911],[-371452,-410943],[-383571,-410143],[-372292,-411967],[-378832,-467094],[-373528,-463576],[-380836,-467967],[-382658,-469742],[-373534,-461057],[-371474,-461242],[-374905,-464536],[-383796,-468654],[-379367,-484168],[-376617,-481482],[-373238,-482075],[-376032,-479731],[-376965,-479637],[-381234,-485111],[-374911,-481520],[-373297,-497829],[-373317,-487653],[-372907,-488625],[-382760,-498027],[-378926,-495981],[-380464,-495500],[-382755,-497044],[-377098,-491599],[-373712,-498001],[-375160,-495771],[-376003,-493802],[-374176,-494966],[-374068,-489753],[-379028,-494227],[-373100,-498662],[-372841,-489565],[-380144,-494983],[-374945,-491434],[-372976,-490504],[-381279,-510079],[-376376,-510130],[-376265,-509751],[-380831,-510140],[-383291,-501573],[-379325,-499842],[-375179,-505362],[-376236,-503950],[-376913,-504211],[-373865,-505069],[-375351,-508091],[-376728,-511355],[-377077,-509456],[-374556,-507593],[-380557,-510728],[-383981,-502272],[-375908,-505304],[-383351,-507981],[-383614,-508508],[-380795,-505415],[-373827,-507305],[-379004,-499614],[-375764,-505607],[-373925,-506997],[-380167,-510701],[-375184,-510492],[-376397,-499270],[-378576,-518803],[-378607,-512702],[-374319,-521767],[-378149,-519057],[-377815,-513396],[-372042,-512859],[-381891,-520745],[-375535,-520197],[-374132,-513253],[-377398,-515329],[-378291,-514278],[-383524,-520462],[-378017,-512674],[-374864,-520474],[-374036,-522634],[-372234,-512484],[-376632,-518460],[-378977,-518106],[-383189,-519778],[-373239,-514876],[-379604,-515335],[-373723,-514328],[-377231,-514810],[-382891,-516276],[-383504,-517018],[-373167,-523250],[-376543,-521036],[-376759,-511868],[-377728,-513983],[-376289,-518053],[-374297,-513549],[-375212,-520119],[-381320,-515325],[-377434,-515212],[-378474,-518340],[-371608,-529612],[-372505,-531433],[-371473,-535327],[-373812,-536476],[-372081,-529233],[-372423,-536329],[-371231,-535603],[-372147,-536515],[-372169,-529669],[-378408,-526184],[-382906,-536293],[-382389,-536828],[-380791,-535887],[-374991,-536704],[-378706,-532026],[-379478,-533197],[-374979,-533227],[-378329,-532284],[-381929,-530995],[-382880,-536932],[-382435,-530801],[-382363,-531596],[-374836,-548778],[-372994,-550108],[-374893,-549052],[-374887,-546121],[-376867,-538799],[-374181,-545929],[-372933,-540813],[-376287,-538101],[-372340,-538845],[-376620,-538864],[-380500,-538651],[-373908,-553936],[-372005,-561918],[-373265,-551607],[-375672,-560091],[-374518,-555950],[-374417,-554966],[-374329,-555338],[-375653,-560542],[-377358,-559784],[-376960,-555898],[-376827,-556435],[-372123,-562810],[-373904,-569192],[-376768,-565518],[-376402,-563277],[-371296,-565696],[-373386,-569678],[-376489,-567022],[-373026,-564697],[-372978,-564871],[-376404,-566907],[-371541,-565502],[-376767,-563644],[-376579,-568616],[-376774,-568678],[-371877,-568296],[-371657,-566391],[-371407,-568815],[-396135,-370569],[-394542,-370848],[-396564,-359908],[-394436,-365201],[-394678,-379107],[-384744,-380937],[-388282,-383349],[-395046,-372121],[-396625,-372632],[-385733,-383128],[-391172,-371832],[-394842,-392170],[-389609,-388016],[-384902,-392930],[-385446,-385955],[-394228,-392067],[-395340,-390527],[-390122,-394947],[-387084,-403206],[-384138,-401886],[-390024,-403426],[-395064,-404214],[-395711,-403079],[-386282,-407021],[-385758,-404534],[-390195,-399238],[-391547,-403101],[-385328,-398569],[-385930,-400442],[-385840,-400072],[-387077,-400228],[-392964,-402480],[-387815,-403097],[-389621,-404436],[-395000,-396948],[-396688,-401338],[-385942,-471858],[-394315,-466937],[-395893,-464683],[-393302,-465443],[-385060,-464080],[-387988,-478702],[-389776,-479799],[-391033,-477835],[-387583,-475479],[-394029,-476277],[-392814,-474697],[-396206,-494950],[-391796,-489841],[-392971,-489974],[-390736,-492067],[-388326,-490984],[-395200,-489083],[-393450,-490677],[-391893,-492426],[-390199,-492898],[-389240,-496455],[-386078,-489218],[-392267,-496965],[-386244,-495971],[-386367,-489998],[-384610,-496090],[-389741,-498346],[-374291,-499557],[-386507,-499897],[-391993,-504052],[-392691,-504184],[-394802,-502442],[-395260,-503671],[-387950,-499603],[-388630,-499284],[-391589,-503352],[-393034,-504174],[-393827,-504035],[-391906,-503815],[-394007,-501638],[-394823,-504977],[-393558,-500124],[-385639,-502587],[-393967,-500654],[-386584,-499220],[-394883,-511306],[-394729,-510897],[-385882,-505351],[-386487,-504164],[-384894,-507683],[-389405,-499262],[-391548,-502768],[-395833,-502136],[-394950,-504030],[-385188,-504975],[-390527,-502505],[-386239,-509988],[-387534,-511207],[-387235,-510427],[-384582,-501952],[-384151,-506758],[-384222,-506504],[-396009,-517945],[-396030,-518418],[-396565,-517825],[-393305,-520730],[-393423,-520308],[-394312,-520814],[-384539,-526595],[-389269,-533265],[-388854,-534106],[-389812,-533567],[-387121,-536021],[-386461,-536352],[-386647,-536639],[-384978,-540433],[-391225,-540302],[-384495,-540455],[-392724,-545248],[-385583,-539253],[-384667,-541061],[-385473,-537422],[-388253,-543818],[-387871,-543853],[-395818,-552689],[-394985,-551105],[-402835,-350379],[-401420,-356035],[-402567,-350870],[-406145,-351724],[-399034,-352640],[-406519,-365281],[-403412,-363294],[-403013,-363668],[-397699,-358972],[-409664,-361529],[-401336,-361135],[-397110,-359491],[-404726,-376522],[-404344,-379945],[-404955,-375567],[-399700,-380864],[-405116,-376378],[-408415,-391525],[-406721,-393984],[-405998,-394333],[-402073,-392616],[-406089,-391381],[-404708,-391077],[-407308,-388397],[-408015,-390121],[-397792,-391882],[-408377,-387925],[-403220,-391620],[-402714,-387865],[-404339,-393279],[-397376,-401918],[-397773,-398180],[-400986,-398504],[-403661,-396957],[-402229,-397446],[-403709,-396609],[-398259,-461971],[-405179,-463684],[-398655,-468784],[-403486,-463370],[-407163,-469085],[-408715,-463603],[-400504,-472305],[-397411,-463909],[-399725,-470510],[-400307,-469512],[-402343,-464232],[-405659,-484916],[-404809,-483147],[-402390,-481116],[-408699,-482995],[-407274,-481067],[-405721,-479433],[-409324,-482417],[-401625,-482886],[-407921,-479435],[-404473,-484239],[-402611,-485617],[-408532,-484620],[-406819,-481178],[-403961,-480437],[-402004,-480933],[-404161,-482192],[-398708,-481808],[-402038,-477583],[-401222,-473626],[-399025,-481054],[-399143,-478357],[-401675,-478409],[-399148,-473872],[-399229,-477400],[-405180,-477086],[-402086,-496066],[-403311,-495989],[-399623,-490667],[-398697,-492041],[-402873,-496381],[-397254,-495641],[-397715,-490318],[-402428,-501545],[-401974,-499585],[-408038,-501931],[-402099,-507339],[-405218,-506204],[-404511,-507959],[-404511,-507959],[-404198,-507934],[-400384,-507435],[-397332,-506992],[-396901,-508094],[-407092,-519652],[-407092,-519652],[-405171,-514738],[-404848,-515433],[-401048,-518125],[-400725,-518837],[-407969,-519067],[-404267,-515294],[-406731,-518910],[-400289,-518784],[-397489,-518102],[-403480,-517552],[-409217,-525745],[-408971,-531371],[-408544,-531320],[-408884,-531679],[-406917,-530792],[-409133,-535165],[-402839,-545722],[-400295,-542541],[-399955,-543582],[-421269,-332323],[-419131,-328481],[-416471,-330981],[-422235,-332066],[-418722,-329629],[-419605,-332370],[-419071,-329403],[-418486,-338345],[-420064,-337936],[-419994,-337377],[-418262,-336345],[-414325,-336259],[-416283,-333521],[-412780,-337533],[-419551,-334038],[-417693,-332551],[-415377,-347132],[-415576,-351685],[-415831,-349325],[-416191,-345452],[-417323,-351045],[-417184,-349463],[-415885,-354573],[-410659,-350234],[-420212,-346506],[-409808,-352701],[-416340,-351462],[-420463,-354316],[-414538,-352557],[-420623,-353013],[-417378,-353458],[-415481,-350021],[-412524,-354094],[-421071,-351416],[-415311,-360471],[-409747,-370587],[-411021,-361118],[-413908,-363096],[-416181,-364396],[-410321,-366808],[-416140,-367435],[-419060,-359910],[-417239,-362785],[-414991,-362666],[-410291,-359946],[-410185,-365156],[-415281,-368154],[-421797,-377827],[-414560,-373412],[-421517,-380509],[-420158,-382497],[-415034,-380899],[-412841,-379727],[-419173,-378201],[-421801,-378552],[-418134,-380263],[-412284,-383663],[-411196,-371797],[-416425,-373208],[-414524,-375831],[-418645,-377738],[-412977,-378934],[-421865,-380381],[-412559,-392498],[-414079,-393921],[-415336,-393303],[-412961,-387267],[-416035,-389782],[-409916,-389683],[-413673,-387563],[-416749,-388729],[-413275,-390066],[-415698,-386635],[-411335,-384833],[-410714,-389215],[-412868,-387622],[-419324,-384848],[-413517,-454722],[-422094,-472280],[-420863,-466470],[-421917,-467291],[-416430,-465147],[-411975,-468176],[-413922,-470068],[-412611,-472899],[-410037,-464782],[-412615,-470489],[-417589,-481154],[-417533,-482767],[-416193,-483413],[-415093,-481144],[-416787,-474110],[-410401,-475383],[-421693,-477314],[-421914,-483157],[-420469,-480935],[-411055,-474837],[-419709,-473605],[-410188,-481720],[-410248,-480681],[-417325,-483366],[-415421,-482948],[-414821,-484014],[-414702,-474426],[-416046,-476316],[-414070,-475074],[-419647,-480107],[-422062,-497540],[-417868,-496103],[-417937,-486908],[-419511,-489582],[-416399,-498529],[-422146,-498504],[-412152,-498104],[-419991,-488471],[-413957,-501677],[-411708,-499825],[-410636,-507420],[-416464,-499051],[-420920,-506061],[-420199,-508851],[-419277,-508992],[-419641,-508393],[-411044,-508758],[-417955,-508342],[-416477,-519133],[-411181,-515927],[-418473,-513084],[-418614,-516883],[-418252,-517202],[-415750,-518009],[-412843,-516890],[-418945,-527630],[-421814,-534139],[-417689,-533217],[-410749,-536135],[-410665,-535742],[-420434,-527296],[-419869,-532066],[-414117,-525087],[-419077,-531792],[-410084,-535638],[-419791,-549034],[-418994,-548239],[-411206,-549756],[-410989,-549764],[-413157,-544370],[-413105,-539911],[-411078,-543721],[-419118,-538404],[-412960,-545726],[-420796,-542512],[-414469,-550259],[-421995,-550863],[-434042,-325853],[-434361,-332074],[-431828,-328268],[-431450,-328899],[-430751,-324335],[-429213,-324431],[-423242,-325068],[-430073,-326525],[-430990,-327759],[-430257,-330131],[-433702,-327199],[-434381,-325314],[-424342,-327676],[-430424,-324721],[-422421,-325199],[-424715,-326856],[-433634,-322089],[-434010,-322085],[-431679,-319815],[-422427,-331134],[-433791,-321492],[-433268,-320132],[-431509,-321729],[-434673,-335187],[-430869,-335562],[-427676,-333844],[-430611,-334217],[-428924,-333517],[-433315,-351736],[-424487,-353450],[-425880,-349707],[-424681,-347693],[-435160,-355244],[-429540,-352047],[-431371,-355288],[-423979,-367066],[-427457,-362958],[-426536,-359548],[-426964,-360239],[-425853,-370416],[-433122,-366117],[-428618,-358743],[-428975,-361689],[-424234,-363162],[-433341,-358667],[-430761,-381062],[-433672,-376856],[-428743,-379203],[-427360,-374739],[-428856,-377124],[-424237,-380919],[-434615,-376025],[-430760,-379440],[-432390,-378062],[-423519,-375495],[-425850,-380983],[-429402,-375368],[-427034,-378005],[-430104,-375074],[-427632,-377365],[-423820,-381324],[-430397,-457607],[-429380,-457455],[-434023,-454062],[-430787,-460053],[-429754,-470604],[-427956,-470536],[-434199,-472885],[-432902,-472173],[-424007,-468418],[-426076,-464895],[-425559,-463981],[-429302,-462465],[-425336,-462421],[-424067,-472236],[-429916,-460995],[-427058,-466526],[-424555,-466275],[-427025,-461363],[-427126,-472003],[-422713,-473285],[-434431,-481073],[-428711,-481750],[-424775,-482320],[-422774,-483991],[-427211,-475694],[-434392,-480350],[-425917,-484741],[-424786,-484979],[-430486,-475356],[-427575,-497437],[-429011,-498140],[-428462,-490330],[-429384,-489171],[-423434,-498029],[-424001,-487972],[-429261,-494748],[-430547,-496143],[-431865,-503695],[-427781,-503637],[-433536,-506784],[-421929,-502742],[-432506,-506324],[-423351,-506390],[-429776,-500620],[-425246,-505469],[-435162,-501558],[-433110,-510958],[-423748,-509499],[-426222,-511280],[-425318,-508854],[-428492,-509671],[-431890,-509513],[-431133,-511002],[-425888,-508974],[-433596,-507914],[-427991,-509832],[-433339,-509616],[-433284,-508972],[-434322,-516067],[-434784,-514567],[-427530,-514021],[-432840,-518955],[-429531,-523030],[-428903,-512393],[-425071,-524568],[-433387,-517169],[-432691,-514394],[-426092,-517831],[-427588,-511968],[-427124,-517978],[-431175,-519956],[-426658,-516476],[-429358,-515795],[-428184,-515162],[-425535,-525211],[-425591,-530533],[-427662,-532307],[-427654,-529268],[-433401,-538118],[-432885,-538560],[-434842,-545435],[-434619,-552206],[-445778,-237868],[-444443,-237682],[-443527,-239718],[-444648,-239758],[-447197,-326532],[-444247,-330564],[-439013,-323781],[-440639,-329243],[-438410,-332271],[-439341,-323812],[-435436,-329018],[-436190,-334510],[-437538,-334825],[-445733,-347755],[-446204,-348621],[-441966,-356119],[-438250,-346950],[-440632,-353830],[-435378,-345803],[-446732,-351725],[-442463,-352515],[-441747,-346381],[-442857,-352726],[-440534,-352907],[-435312,-353293],[-435645,-363549],[-446196,-369465],[-446719,-367761],[-446981,-364829],[-447394,-363733],[-437214,-369172],[-440704,-375120],[-444906,-380506],[-448021,-376151],[-443781,-380719],[-441362,-446367],[-446608,-454014],[-443020,-452630],[-440887,-455909],[-436168,-455920],[-442326,-457622],[-439221,-457469],[-437168,-467676],[-438596,-462006],[-437811,-472612],[-444368,-465879],[-440933,-463889],[-440976,-470764],[-438456,-466220],[-445404,-472373],[-447378,-467662],[-435498,-486128],[-441516,-479323],[-442170,-480199],[-441178,-479015],[-435888,-485465],[-438717,-473970],[-440632,-481181],[-443532,-476623],[-444801,-478489],[-442365,-474536],[-440797,-490178],[-439977,-494085],[-445565,-489917],[-441401,-494045],[-439423,-490061],[-437559,-487406],[-444981,-490329],[-440264,-495484],[-435808,-487471],[-437161,-497908],[-447986,-488096],[-435577,-502226],[-436601,-503986],[-443772,-501448],[-445664,-499115],[-437454,-511264],[-442216,-504653],[-442634,-505044],[-437118,-509441],[-440172,-508114],[-437811,-510852],[-437406,-508902],[-444559,-511345],[-444302,-505971],[-439646,-506096],[-447364,-510174],[-436163,-513729],[-442981,-521497],[-440196,-514690],[-440265,-523269],[-437505,-518184],[-436517,-512491],[-440829,-515394],[-444739,-511829],[-443400,-512221],[-445062,-514843],[-439080,-521334],[-439466,-517222],[-442784,-521230],[-435994,-512720],[-445379,-522664],[-439923,-522859],[-439176,-516269],[-436672,-514753],[-439232,-514611],[-441917,-515197],[-442179,-522208],[-438544,-516191],[-444585,-513329],[-445440,-523483],[-443876,-523269],[-447004,-513762],[-442950,-518437],[-446548,-525998],[-447861,-533662],[-440388,-529282],[-444287,-530005],[-436474,-529554],[-443913,-529245],[-447545,-550037],[-447827,-549442],[-447833,-540940],[-437655,-547633],[-447458,-542151],[-437001,-550998],[-438956,-552346],[-453762,-203397],[-456831,-216333],[-451826,-213335],[-450960,-213666],[-455289,-224273],[-458975,-227520],[-457186,-225600],[-454378,-225331],[-454515,-230883],[-448895,-235999],[-454354,-231999],[-453618,-232337],[-450389,-235815],[-448262,-236249],[-451782,-233555],[-452474,-311693],[-451846,-312567],[-451282,-317060],[-452890,-311307],[-455026,-313345],[-449249,-318077],[-460182,-325434],[-458221,-324740],[-459101,-343801],[-453388,-337752],[-460762,-342109],[-459703,-350119],[-455056,-347695],[-454295,-349196],[-455401,-347775],[-453429,-349571],[-452910,-349267],[-449278,-370950],[-458459,-367873],[-458422,-365776],[-453549,-364706],[-460353,-366282],[-456069,-366340],[-453047,-365032],[-459340,-373587],[-455021,-372963],[-460162,-378102],[-449692,-377455],[-449615,-373154],[-459701,-375067],[-451049,-373330],[-454129,-380870],[-460186,-384977],[-448902,-439214],[-451105,-441907],[-452325,-445634],[-449262,-447277],[-455631,-442783],[-456092,-445076],[-455757,-443196],[-451290,-441623],[-457179,-440485],[-453677,-440431],[-451143,-447971],[-448663,-449504],[-452616,-450409],[-455520,-449668],[-454043,-449715],[-448766,-450138],[-455822,-449910],[-448555,-448035],[-458720,-456301],[-458420,-457013],[-452489,-458622],[-452617,-457114],[-451864,-458249],[-455641,-459921],[-453799,-458396],[-459836,-470516],[-455479,-462380],[-458449,-463590],[-458448,-473066],[-458262,-464570],[-459057,-465702],[-457133,-462531],[-459935,-472139],[-449662,-483736],[-455126,-483097],[-455685,-480417],[-454360,-482047],[-448662,-478559],[-451645,-481170],[-448315,-482346],[-457029,-479566],[-457288,-481884],[-455897,-476413],[-459296,-474125],[-455371,-475586],[-460100,-475775],[-457910,-481656],[-453042,-484094],[-453150,-480718],[-460218,-478001],[-459482,-479919],[-458857,-496877],[-448217,-495361],[-460007,-488504],[-458442,-497250],[-457154,-497945],[-457573,-498521],[-452929,-500256],[-460583,-501985],[-453014,-509568],[-456917,-509891],[-451347,-508711],[-453637,-505379],[-456295,-500764],[-450401,-516135],[-451410,-523493],[-453293,-516237],[-454485,-512394],[-449193,-522831],[-456825,-534979],[-458350,-528858],[-451461,-530825],[-448868,-529273],[-452180,-547560],[-460348,-543746],[-458996,-539328],[-454475,-543165],[-460174,-540969],[-451421,-548556],[-450218,-539200],[-455250,-544288],[-448095,-550740],[-461026,-165400],[-463070,-223606],[-468624,-225219],[-462653,-318324],[-470055,-312717],[-464137,-313099],[-462232,-316812],[-461907,-310410],[-465006,-316421],[-468817,-319328],[-468577,-315366],[-468049,-308521],[-468624,-309178],[-465138,-317270],[-461561,-314348],[-462448,-309042],[-468335,-314484],[-466459,-311440],[-471509,-321333],[-462283,-328231],[-471597,-331751],[-468814,-331632],[-470736,-328590],[-464848,-330807],[-466607,-321831],[-469110,-321047],[-465399,-328165],[-469920,-332280],[-468172,-329204],[-468301,-327478],[-465851,-331263],[-462015,-332563],[-461286,-331235],[-463912,-320016],[-464096,-322025],[-466178,-342122],[-469960,-344008],[-468823,-342508],[-469431,-343306],[-471805,-343380],[-470442,-343225],[-465775,-345249],[-465336,-341660],[-467628,-333618],[-461379,-343968],[-467815,-333163],[-463689,-345061],[-461147,-343561],[-473295,-333768],[-461678,-349341],[-462204,-353436],[-466123,-354786],[-463084,-355090],[-468132,-347526],[-465365,-347391],[-467051,-345577],[-465740,-350780],[-473358,-350856],[-468311,-354515],[-465051,-350951],[-469654,-346618],[-467258,-352675],[-464850,-345509],[-462863,-345646],[-468443,-368422],[-464861,-360939],[-461377,-358262],[-468039,-361319],[-470719,-363131],[-473009,-364045],[-462790,-364795],[-469645,-359966],[-470014,-366651],[-466481,-373746],[-461064,-379041],[-470505,-385714],[-461497,-385564],[-461423,-440563],[-462190,-443682],[-463558,-441192],[-464050,-443478],[-473487,-453667],[-472992,-451692],[-464891,-460237],[-465815,-459853],[-463746,-458059],[-473279,-461563],[-468000,-468154],[-460970,-466555],[-468240,-467082],[-470896,-464335],[-461866,-467090],[-466910,-464941],[-464272,-470257],[-468222,-463937],[-470344,-467519],[-464964,-462782],[-465371,-485098],[-461249,-484551],[-466915,-480695],[-463803,-479130],[-462374,-477645],[-461927,-477105],[-467196,-473681],[-461785,-479332],[-460846,-473960],[-468152,-490397],[-468198,-489760],[-466235,-490772],[-470915,-491593],[-472116,-497850],[-462065,-496504],[-473448,-489782],[-464057,-498047],[-466948,-498962],[-463853,-495776],[-471769,-495040],[-472493,-489023],[-470085,-491509],[-462184,-498731],[-464130,-495370],[-468376,-491416],[-468271,-497032],[-469589,-496927],[-468044,-498803],[-473525,-500038],[-469077,-504759],[-465414,-506405],[-469322,-500510],[-469711,-504951],[-461588,-504390],[-465001,-506903],[-472949,-499776],[-469358,-499147],[-463843,-501148],[-462451,-506975],[-468719,-505507],[-467321,-504790],[-468840,-501291],[-461031,-502104],[-468086,-503764],[-463856,-537039],[-464179,-530592],[-466242,-533389],[-466384,-534444],[-464481,-542429],[-471810,-548528],[-471956,-543076],[-465420,-544349],[-463803,-544887],[-469772,-547226],[-463889,-544081],[-467553,-540769],[-467896,-543276],[-462754,-540357],[-474415,-229546],[-474453,-310298],[-481938,-313630],[-479674,-326750],[-480377,-330499],[-480454,-335509],[-474724,-340085],[-482844,-338791],[-474069,-341790],[-477223,-334688],[-476967,-336439],[-483140,-345477],[-474286,-349899],[-475968,-350825],[-477487,-370293],[-473971,-363807],[-477337,-362246],[-479133,-359223],[-481752,-364408],[-474219,-370382],[-475820,-365121],[-477770,-363283],[-477280,-367288],[-474377,-365669],[-485330,-366451],[-478686,-374942],[-474239,-371583],[-476316,-379440],[-478030,-374645],[-473789,-371969],[-474364,-376369],[-479029,-375284],[-482775,-451448],[-481572,-450431],[-483108,-472876],[-474903,-463265],[-479353,-464013],[-482004,-470830],[-478584,-463299],[-478950,-461517],[-478753,-461911],[-476382,-464831],[-476881,-466423],[-485276,-482119],[-475965,-475792],[-482733,-481536],[-475994,-474960],[-474318,-486182],[-482592,-483065],[-485318,-485227],[-484027,-488143],[-480689,-489883],[-479719,-494312],[-481353,-496260],[-479829,-487992],[-479207,-491824],[-474843,-497255],[-475135,-493978],[-479008,-490748],[-475017,-487699],[-486430,-497798],[-474216,-486518],[-477786,-488370],[-485021,-487160],[-476712,-491741],[-481990,-496734],[-484765,-486540],[-475412,-497164],[-479513,-495363],[-482789,-497934],[-482281,-491238],[-481525,-489635],[-481047,-492277],[-485206,-502440],[-474579,-499592],[-483926,-502360],[-480602,-501739],[-481326,-500279],[-485338,-499991],[-479603,-500916],[-485601,-502918],[-473889,-499714],[-473709,-545230],[-473662,-542317],[-485956,-539399],[-476128,-550348],[-494779,-192248],[-498078,-215268],[-491599,-208495],[-495980,-212039],[-491354,-211084],[-499123,-213189],[-492473,-211399],[-498536,-220982],[-498491,-253065],[-497804,-253863],[-493877,-253506],[-495709,-427631],[-497117,-428084],[-495967,-431162],[-495813,-436678],[-498562,-485082],[-489493,-481892],[-492383,-485808],[-494276,-482495],[-495235,-486974],[-494477,-486492],[-490394,-496601],[-499881,-492725],[-491737,-490032],[-489986,-497532],[-486597,-492234],[-488503,-492025],[-491390,-495024],[-487490,-491102],[-487064,-486454],[-487675,-486567],[-493969,-494939],[-490838,-497396],[-489869,-496210],[-494838,-500691],[-491413,-501201],[-498601,-503170],[-493409,-501259],[-489555,-508821],[-490769,-511185],[-491837,-501798],[-497976,-503801],[-488454,-504775],[-498344,-504403],[-496258,-506897],[-495364,-500013],[-499160,-504282],[-490135,-509273],[-490052,-511427],[-496928,-523507],[-489666,-514394],[-491990,-521618],[-489320,-514994],[-493796,-516582],[-497082,-520324],[-492454,-536437],[-498593,-533608],[-497448,-534341],[-491987,-532369],[-493148,-532656],[-488316,-532428],[-487192,-529360],[-491640,-526740],[-497733,-536523],[-492633,-533243],[-489539,-531011],[-488951,-532998],[-498810,-537204],[-492570,-529789],[-496794,-533201],[-491805,-533832],[-490719,-526817],[-491821,-528477],[-492609,-528828],[-488173,-550158],[-487027,-546126],[-493397,-544685],[-498951,-543986],[-488773,-546515],[-491960,-545960],[-487820,-542234],[-488092,-542983],[-488945,-541629],[-498423,-540480],[-495940,-537859],[-486844,-542835],[-493432,-550458],[-35867,-212612],[-34365,-210768],[-31612,-212258],[-29755,-215443],[-30528,-214983],[-26888,-217242],[-31817,-215603],[-34098,-211665],[-36413,-212066],[-34347,-211342],[-35531,-210460],[-35166,-210992],[-31854,-211492],[-31555,-213476],[-31590,-214943],[-25873,-216966],[-31708,-227016],[-33092,-221698],[-35724,-219204],[-32671,-219021],[-33074,-218751],[-31300,-229224],[-31795,-230011],[-26213,-218835],[-32506,-218612],[-32733,-218889],[-34396,-220406],[-25871,-218789],[-35170,-218249],[-34953,-218492],[-31793,-227183],[-31068,-229005],[-26122,-218253],[-31216,-229422],[-30884,-229516],[-38273,-239203],[-38266,-239567],[-33278,-238457],[-37874,-238312],[-31554,-238162],[-32905,-238545],[-37172,-239857],[-32990,-238127],[-28980,-238242],[-30268,-248994],[-31348,-249868],[-33564,-250735],[-33300,-252351],[-38197,-251206],[-37208,-250495],[-30622,-254275],[-28659,-255382],[-30767,-251175],[-34852,-250188],[-27040,-253748],[-27732,-255048],[-30642,-254671],[-26386,-264169],[-31730,-265270],[-28746,-262741],[-34176,-255839],[-30178,-265565],[-30893,-265872],[-29527,-266557],[-30053,-257979],[-32139,-262722],[-29940,-256303],[-31931,-264998],[-31472,-264870],[-31239,-262900],[-32476,-264170],[-33033,-263559],[-32537,-256806],[-33073,-353718],[-34279,-353492],[-26082,-353116],[-29295,-354914],[-27789,-355364],[-26875,-352103],[-32413,-355051],[-30465,-349902],[-33047,-352743],[-36678,-355747],[-34295,-353648],[-26018,-351483],[-36904,-355787],[-36865,-359762],[-30890,-382583],[-30705,-381945],[-34010,-380428],[-36839,-384693],[-32403,-387945],[-32898,-388353],[-30308,-458244],[-35016,-459798],[-34318,-458166],[-34670,-459850],[-32508,-460579],[-34112,-457133],[-34165,-454774],[-27728,-451885],[-26861,-468727],[-28861,-464384],[-30120,-461094],[-31254,-465612],[-27604,-462859],[-30237,-470376],[-31851,-469856],[-27542,-471744],[-28855,-466868],[-29350,-464081],[-28164,-462191],[-31075,-465366],[-25764,-477494],[-29761,-478993],[-25852,-484447],[-25867,-482024],[-508623,-203180],[-500177,-216204],[-501697,-215093],[-501868,-219178],[-511417,-243000],[-500322,-253477],[-509269,-246110],[-510631,-243077],[-500730,-254028],[-508901,-249480],[-509832,-245923],[-506244,-250068],[-505531,-265614],[-502443,-268050],[-503232,-262117],[-504028,-268413],[-503454,-261465],[-503868,-262817],[-511964,-270933],[-511388,-269883],[-503496,-269786],[-502672,-268762],[-510077,-269875],[-510556,-270480],[-499425,-429793],[-508518,-428263],[-500034,-427382],[-507714,-426511],[-500326,-480735],[-500616,-484954],[-503234,-485018],[-504598,-489484],[-508673,-492981],[-510121,-497696],[-504258,-497761],[-508145,-492140],[-509936,-498431],[-502277,-486451],[-504409,-497016],[-505551,-498209],[-511790,-498851],[-502263,-487427],[-500417,-486250],[-502745,-497791],[-499341,-497138],[-503385,-503012],[-511859,-499567],[-504561,-508720],[-499660,-510961],[-503938,-503726],[-504420,-509483],[-500218,-510752],[-502198,-535536],[-504232,-534055],[-506306,-532458],[-503249,-533684],[-506903,-532929],[-503066,-535057],[-506923,-543159],[-501201,-542728],[-500821,-540791],[-508316,-539801],[-507242,-538650],[-499363,-541460],[-508764,-537938],[-507793,-537503],[-506365,-538389],[-524108,-150187],[-513750,-216714],[-524056,-221028],[-523067,-221536],[-519491,-218367],[-522629,-226168],[-523675,-218452],[-512155,-227198],[-521106,-236436],[-520687,-237433],[-519665,-241948],[-523900,-241876],[-520683,-236975],[-519670,-232488],[-523615,-237397],[-520507,-232518],[-521170,-245527],[-521935,-244718],[-515606,-262768],[-515136,-268448],[-516647,-260421],[-517772,-256664],[-515592,-264251],[-515327,-267579],[-519345,-442156],[-517332,-444179],[-517345,-440068],[-519709,-458310],[-523075,-464761],[-515142,-485336],[-519364,-485281],[-517881,-480893],[-513995,-485944],[-518588,-485886],[-516558,-481510],[-516205,-485590],[-524772,-479725],[-514806,-493854],[-515876,-489954],[-516270,-498243],[-515970,-492253],[-512966,-486268],[-522383,-498485],[-521613,-492275],[-516734,-491413],[-516822,-494856],[-517633,-491607],[-514898,-494913],[-515062,-494411],[-520982,-491880],[-512826,-491022],[-513264,-493448],[-515352,-492031],[-513708,-486634],[-522087,-496500],[-516832,-494334],[-516522,-490335],[-521020,-496753],[-514178,-491832],[-513967,-494873],[-519919,-499580],[-516788,-499247],[-516664,-499791],[-522381,-501378],[-521790,-511512],[-523608,-511742],[-520239,-511208],[-517261,-501280],[-522593,-511310],[-520128,-510678],[-517107,-504276],[-512140,-499478],[-521471,-521403],[-524792,-523916],[-523485,-512757],[-516138,-518080],[-514865,-517927],[-515718,-518598],[-514556,-516954],[-516392,-519395],[-519947,-536833],[-521329,-536151],[-516224,-532065],[-521576,-530102],[-522531,-528976],[-515224,-540016],[-516136,-537772],[-529228,-220380],[-528036,-234342],[-527040,-235236],[-533673,-245215],[-535179,-245391],[-536540,-460153],[-529067,-458882],[-530350,-472775],[-530863,-481148],[-528386,-481137],[-525889,-485317],[-531436,-481275],[-527430,-482926],[-527953,-480597],[-533186,-477940],[-528406,-474265],[-525814,-479364],[-526991,-479411],[-530655,-478831],[-528078,-473757],[-527458,-481846],[-528279,-480298],[-533752,-479649],[-530479,-475031],[-525311,-479144],[-533139,-480188],[-532619,-478793],[-530540,-475519],[-526516,-481560],[-526897,-481222],[-527464,-480085],[-527610,-491692],[-529862,-496091],[-526875,-494805],[-530515,-486952],[-527134,-494086],[-527635,-487490],[-527357,-494875],[-525741,-500134],[-531583,-501296],[-525615,-503722],[-529599,-499608],[-532093,-501018],[-530146,-500155],[-525887,-507195],[-527635,-506043],[-526219,-506563],[-531235,-508158],[-537426,-500357],[-527274,-507097],[-534967,-523246],[-536794,-523600],[-532657,-522131],[-526697,-520856],[-536071,-523645],[-526641,-513460],[-536446,-523156],[-533870,-521628],[-527092,-530610],[-537555,-529279],[-533648,-527483],[-525267,-525174],[-533318,-525418],[-542209,-259510],[-540780,-325354],[-541217,-325904],[-540445,-455289],[-539523,-455636],[-539325,-455258],[-540042,-449805],[-539428,-457527],[-539870,-455069],[-537738,-495660],[-546751,-497340],[-537869,-494898],[-539905,-493461],[-543514,-497742],[-539382,-493019],[-541463,-498125],[-538887,-494724],[-541029,-497775],[-540562,-498814],[-544546,-498042],[-538139,-496285],[-538514,-506972],[-539670,-499583],[-549156,-511213],[-548164,-504202],[-549747,-505719],[-545254,-509257],[-546973,-510543],[-549294,-506524],[-538086,-507410],[-537953,-500904],[-543517,-507140],[-547198,-508637],[-546490,-499588],[-547393,-509451],[-544688,-507237],[-547189,-505130],[-539377,-521873],[-538515,-523153],[-538997,-519174],[-542939,-522445],[-542407,-520415],[-545603,-522513],[-540945,-512918],[-544387,-518869],[-544874,-523230],[-538062,-520659],[-542426,-522126],[-549208,-537067],[-540458,-525459],[-541971,-526635],[-540982,-526331],[-546121,-527555],[-540891,-524911],[-539319,-529122],[-540537,-528622],[-541347,-529809],[-544994,-528756],[-549825,-537500],[-560890,-446152],[-559588,-444719],[-557250,-445915],[-556242,-441149],[-552662,-445417],[-562692,-449919],[-560019,-470252],[-558414,-470209],[-553694,-471146],[-556447,-469617],[-553328,-471196],[-554626,-468240],[-560517,-471341],[-560347,-470745],[-561358,-467060],[-560966,-474795],[-562803,-487634],[-563183,-524358],[-560928,-524132],[-557518,-523675],[-562381,-524840],[-539532,-500822],[-560731,-535520],[-563161,-525916],[-560801,-531237],[-561359,-525070],[-553053,-542208],[-561520,-538024],[-567768,-353710],[-575696,-351453],[-570115,-351357],[-571420,-456830],[-574823,-458433],[-575784,-457354],[-566951,-449673],[-568370,-452463],[-565363,-450584],[-566432,-453623],[-572525,-456208],[-566137,-471294],[-565859,-470686],[-567715,-485758],[-566367,-486180],[-570189,-484020],[-566700,-486714],[-563714,-488661],[-566941,-486300],[-585937,-330012],[-577754,-345040],[-586801,-343921],[-582093,-339527],[-579510,-352730],[-578845,-346990],[-583807,-346337],[-579325,-347045],[-583487,-347959],[-580653,-352763],[-583377,-346823],[-579758,-460488],[-585852,-459072],[-585413,-455462],[-581437,-452281],[-579599,-455000],[-581968,-456121],[-586827,-461748],[-591473,-317307],[-594371,-320185],[-599955,-332241],[-589990,-341512],[-590917,-336043],[-590870,-458148],[-591325,-457591],[-606783,-318847],[-601717,-311149],[-606717,-312243],[-606660,-317443],[-607499,-314888],[-604754,-327742],[-603418,-329984],[-605743,-325675],[-606969,-327277],[-606788,-326567],[-602518,-334124],[-41534,-215608],[-40804,-215871],[-50743,-213489],[-44016,-225963],[-41111,-224328],[-46544,-220820],[-44214,-221487],[-41665,-221664],[-41498,-224635],[-41060,-218005],[-42595,-220542],[-39591,-222316],[-46481,-221202],[-46010,-221386],[-46495,-224742],[-45969,-223257],[-44476,-219457],[-44038,-220524],[-44589,-226077],[-46876,-227872],[-39320,-222740],[-45975,-221269],[-46422,-224134],[-42620,-220919],[-43232,-220184],[-46986,-227363],[-47596,-227494],[-46703,-220645],[-46178,-220747],[-42423,-221682],[-41381,-225314],[-40994,-217473],[-38725,-222821],[-39094,-222222],[-45413,-221338],[-45804,-224126],[-44443,-218696],[-43225,-220252],[-38570,-220067],[-44282,-225138],[-39625,-238543],[-41050,-238194],[-44057,-235624],[-47782,-236103],[-38517,-238403],[-44794,-238119],[-39823,-237086],[-42249,-252663],[-39081,-252587],[-44031,-252285],[-40100,-253111],[-43088,-252717],[-50050,-255734],[-41858,-253769],[-40591,-252525],[-42973,-253534],[-40792,-251600],[-38712,-250399],[-43387,-252671],[-39488,-252791],[-47456,-263668],[-47314,-262381],[-51146,-260934],[-49793,-261799],[-42762,-258272],[-44255,-262938],[-45754,-259719],[-45859,-262283],[-46247,-263594],[-42500,-262658],[-43744,-261649],[-45656,-264412],[-50883,-262269],[-44378,-260997],[-49672,-263029],[-48614,-261286],[-47850,-260248],[-48339,-259446],[-50286,-260486],[-44854,-259108],[-41923,-257692],[-40294,-262018],[-45883,-261403],[-42328,-263172],[-42797,-286340],[-42542,-288462],[-41628,-287942],[-50799,-283696],[-49648,-367484],[-46801,-359089],[-42343,-359749],[-41927,-363011],[-38893,-361208],[-44845,-365805],[-45944,-364960],[-44156,-365721],[-38617,-361196],[-38859,-358639],[-50309,-370501],[-50842,-370115],[-50518,-370671],[-50870,-376490],[-49870,-382349],[-50072,-381910],[-51035,-376865],[-50300,-372069],[-51191,-426977],[-45004,-442752],[-45867,-445326],[-44447,-447086],[-47792,-460442],[-48965,-453706],[-50508,-453108],[-45933,-448130],[-47846,-455685],[-39603,-451856],[-41398,-448015],[-45224,-448564],[-45426,-457491],[-42031,-455874],[-43010,-469625],[-39212,-463459],[-49355,-460660],[-45473,-468164],[-45725,-465488],[-48176,-470842],[-46641,-471381],[-40204,-465357],[-49980,-479329],[-49200,-481351],[-49615,-480651],[-58074,-217070],[-58886,-216689],[-60300,-216745],[-63740,-215821],[-63314,-215310],[-60946,-206573],[-61019,-206396],[-55933,-215481],[-62906,-212995],[-62652,-211895],[-63426,-209187],[-60921,-208405],[-63015,-208489],[-63518,-206728],[-61387,-206473],[-52719,-208797],[-54670,-210251],[-51982,-213749],[-51744,-212823],[-59573,-217315],[-63199,-215624],[-63766,-215503],[-60108,-205990],[-60536,-206236],[-61666,-209753],[-63633,-207400],[-63848,-213644],[-62533,-209640],[-63427,-209268],[-62584,-207171],[-62573,-208808],[-63299,-204720],[-62893,-205815],[-53461,-211968],[-52699,-208139],[-52401,-213946],[-55998,-215073],[-54887,-223628],[-63537,-219962],[-62620,-227474],[-58904,-226289],[-59998,-221946],[-60309,-226417],[-62409,-218241],[-62744,-218718],[-56258,-224604],[-57361,-223915],[-57367,-223818],[-62416,-226605],[-61976,-226668],[-60959,-228210],[-56565,-224706],[-59523,-226232],[-59635,-225358],[-60009,-221191],[-62779,-218751],[-63355,-218295],[-56954,-217680],[-60206,-217801],[-59119,-223605],[-57307,-223239],[-62183,-226744],[-60990,-228707],[-55692,-253762],[-56442,-254708],[-56513,-252045],[-58568,-253272],[-58375,-252217],[-57768,-254875],[-55247,-254664],[-52226,-262856],[-51530,-263563],[-55746,-268203],[-56927,-266834],[-53021,-263857],[-63100,-277653],[-63306,-274805],[-56415,-270452],[-57526,-270347],[-55663,-269328],[-58970,-269081],[-56320,-274050],[-57340,-279188],[-57817,-276771],[-58907,-271056],[-61285,-285637],[-60556,-357328],[-60587,-356585],[-60364,-352142],[-53948,-364970],[-52973,-369174],[-53309,-362681],[-51922,-361468],[-52548,-359030],[-55001,-370152],[-55412,-365319],[-51532,-358543],[-57555,-380999],[-55700,-382493],[-56137,-381571],[-56790,-381201],[-54222,-371127],[-57243,-373618],[-53532,-374351],[-58200,-375486],[-57618,-376151],[-55194,-377112],[-52459,-425841],[-52078,-426240],[-52027,-425954],[-51982,-427159],[-62097,-443044],[-55019,-443278],[-55546,-445677],[-55117,-444117],[-59281,-447294],[-61857,-459012],[-57364,-454294],[-52541,-465816],[-51523,-461292],[-55490,-465367],[-56157,-464886],[-54764,-462754],[-63594,-461487],[-61423,-461363],[-57415,-464600],[-52924,-462680],[-55471,-466365],[-52195,-472801],[-53772,-481499],[-53955,-479361],[-55021,-478873],[-52369,-473779],[-64420,-212243],[-71442,-207515],[-66776,-211596],[-66697,-211011],[-69467,-216990],[-74961,-215531],[-74787,-216875],[-70179,-211209],[-71432,-211930],[-71591,-214230],[-71660,-214996],[-67524,-211439],[-65084,-208280],[-66765,-211960],[-64039,-208144],[-76495,-216445],[-75165,-216949],[-72154,-211060],[-72087,-211306],[-71317,-214707],[-71273,-212878],[-76583,-212373],[-64149,-219938],[-65110,-219586],[-65332,-219589],[-66189,-219733],[-67157,-219302],[-67088,-223658],[-65783,-225013],[-67087,-227191],[-67664,-227057],[-69454,-220390],[-68900,-221102],[-70858,-218854],[-69138,-218520],[-74683,-225361],[-76737,-225666],[-76650,-223187],[-76441,-223982],[-72398,-224710],[-73567,-226611],[-66089,-222355],[-64105,-220060],[-64635,-219495],[-64892,-219468],[-65076,-220593],[-65792,-219823],[-67066,-219798],[-64901,-223789],[-65801,-224366],[-68274,-227291],[-66008,-228337],[-67631,-228171],[-66395,-228380],[-69728,-221021],[-69789,-220389],[-70335,-218423],[-76326,-226635],[-75932,-224632],[-73836,-226077],[-65769,-222988],[-64441,-264029],[-65120,-265067],[-67442,-266804],[-66574,-264980],[-64517,-262386],[-67343,-264780],[-76304,-268845],[-72428,-269483],[-71272,-277488],[-68307,-278937],[-75859,-275673],[-69738,-279771],[-75708,-278914],[-69996,-277291],[-71399,-269237],[-71814,-280757],[-74439,-275288],[-74799,-277885],[-73247,-276838],[-67751,-276081],[-67197,-276238],[-69682,-285100],[-68398,-283978],[-67476,-283297],[-66867,-292147],[-68661,-292047],[-68131,-289487],[-68300,-304600],[-68386,-297708],[-66331,-298740],[-66310,-303451],[-76034,-299346],[-68599,-300201],[-75174,-305518],[-76422,-302702],[-72722,-303027],[-69314,-295488],[-66563,-297673],[-73654,-301130],[-65014,-301905],[-65085,-300510],[-68384,-298881],[-75682,-309716],[-75934,-313344],[-67592,-307146],[-72615,-347008],[-67963,-349940],[-66202,-350993],[-66447,-350787],[-67127,-347410],[-75224,-345834],[-72148,-347104],[-68695,-346112],[-69272,-346073],[-67439,-382119],[-68482,-383152],[-68885,-379526],[-68170,-379438],[-68409,-379091],[-65603,-381088],[-67278,-378782],[-69601,-383144],[-76372,-388058],[-75403,-387010],[-72542,-442934],[-74194,-442947],[-71964,-446860],[-65608,-442843],[-65234,-447432],[-64306,-456916],[-66809,-452136],[-65840,-454642],[-66563,-452525],[-69023,-455136],[-65517,-455953],[-64976,-455203],[-69273,-454995],[-72913,-448050],[-70037,-453469],[-66416,-454164],[-70046,-454095],[-69270,-454380],[-76664,-493539],[-65747,-486603],[-76029,-693793],[-77940,-215933],[-78754,-214714],[-79167,-216873],[-77344,-214046],[-78172,-212977],[-80176,-214964],[-77747,-213871],[-77860,-213968],[-78390,-215052],[-80559,-217010],[-79498,-217430],[-83479,-221514],[-84809,-221500],[-81799,-219825],[-81694,-219096],[-81358,-220680],[-80989,-223079],[-88374,-228331],[-79620,-217647],[-81033,-219904],[-83306,-221910],[-81980,-220582],[-81746,-221468],[-80945,-222121],[-88496,-228190],[-77616,-222855],[-88080,-234592],[-85160,-236258],[-87033,-230216],[-86771,-232524],[-85139,-233827],[-82933,-236343],[-83623,-234880],[-89024,-230548],[-84266,-232944],[-85161,-232784],[-85265,-235058],[-82485,-266958],[-89440,-264515],[-89079,-263120],[-84307,-267334],[-86958,-262086],[-87172,-264687],[-86924,-258762],[-86788,-261003],[-87239,-266212],[-87841,-265009],[-76926,-281184],[-80461,-268753],[-81471,-274164],[-87987,-273318],[-89440,-275058],[-80442,-275596],[-79415,-281327],[-82173,-276908],[-87565,-276749],[-85226,-278850],[-80292,-282485],[-88678,-288157],[-87328,-289124],[-87596,-288353],[-87994,-284219],[-86566,-290472],[-86063,-292518],[-88296,-286349],[-89284,-286370],[-87128,-286345],[-80738,-304985],[-83850,-301771],[-80813,-300003],[-77118,-300100],[-82145,-303276],[-77216,-302736],[-88673,-298221],[-80363,-297600],[-79128,-306227],[-85909,-300600],[-88835,-294644],[-81902,-298644],[-77713,-299115],[-87211,-300430],[-84293,-299949],[-84431,-295748],[-79219,-299261],[-82894,-308814],[-83701,-312024],[-78569,-386105],[-78632,-386627],[-84458,-390580],[-81324,-392811],[-79685,-387521],[-81644,-392931],[-78023,-384633],[-76935,-384538],[-81934,-392738],[-84554,-409085],[-84881,-400412],[-88023,-409221],[-89420,-414444],[-87674,-412016],[-84337,-410049],[-87954,-411154],[-83837,-410369],[-89346,-415197],[-84119,-411141],[-79265,-412346],[-78763,-412931],[-81153,-417510],[-86031,-429622],[-88384,-434550],[-87754,-430285],[-88954,-429685],[-87411,-434576],[-80934,-442065],[-79859,-444201],[-89361,-446221],[-88687,-445012],[-87665,-441067],[-83878,-446782],[-79612,-441995],[-77652,-447515],[-85099,-443555],[-85623,-443241],[-84293,-444592],[-83113,-438708],[-84164,-447391],[-85823,-447532],[-83284,-447232],[-80840,-446390],[-88089,-444214],[-88744,-447550],[-87851,-452530],[-86320,-454542],[-82315,-449913],[-86728,-449585],[-85564,-451060],[-78131,-449364],[-83224,-449312],[-81410,-448208],[-86673,-466325],[-80115,-463143],[-80984,-463033],[-88072,-469886],[-86828,-469205],[-78268,-470005],[-85746,-476531],[-88878,-487122],[-89538,-487465],[-83595,-496279],[-83571,-496816],[-77827,-491772],[-77110,-493024],[-78734,-491855],[-85094,-689707],[-82303,-683931],[-84650,-685585],[-80203,-682608],[-79086,-688136],[-80429,-688158],[-82063,-683538],[-87847,-695059],[-86751,-691709],[-80627,-701790],[-81199,-697464],[-85959,-697206],[-83056,-694667],[-78981,-691578],[-81306,-692762],[-83792,-700693],[-83738,-701946],[-87497,-702709],[-81283,-703215],[-85749,-715644],[-83599,-715211],[-84450,-704630],[-90993,-224498],[-91082,-225466],[-97116,-227362],[-98095,-226413],[-92538,-225570],[-92794,-225647],[-94631,-223676],[-91383,-225421],[-90904,-224449],[-97702,-228026],[-98183,-226605],[-93600,-224845],[-93408,-223701],[-92342,-225618],[-94851,-223162],[-94558,-231325],[-94509,-231934],[-94471,-230712],[-92108,-252362],[-93006,-251501],[-92900,-250125],[-94654,-251748],[-91287,-254584],[-92091,-256260],[-92196,-257571],[-101145,-267485],[-91383,-258933],[-89998,-263479],[-100452,-263737],[-100884,-260302],[-100630,-261711],[-101948,-270974],[-100199,-269348],[-93275,-269739],[-91703,-276701],[-98821,-272576],[-92105,-278161],[-94962,-270970],[-92741,-270924],[-97159,-271660],[-99955,-271062],[-94983,-269328],[-99513,-275558],[-102259,-282563],[-93586,-294001],[-90271,-291528],[-100023,-285569],[-96841,-283343],[-98015,-285698],[-96819,-284701],[-95754,-287212],[-93822,-287031],[-94947,-288338],[-94718,-287984],[-93442,-286069],[-94614,-282988],[-93246,-285510],[-91341,-283641],[-92563,-283606],[-97971,-287280],[-98264,-284973],[-94887,-289064],[-93448,-288382],[-93546,-283544],[-98691,-287559],[-96471,-288371],[-95321,-289727],[-95348,-284999],[-95181,-292846],[-91940,-289955],[-95774,-285214],[-97344,-303262],[-100033,-303787],[-94640,-297311],[-89758,-298067],[-97545,-300791],[-95681,-302815],[-95753,-298363],[-99359,-301977],[-95577,-294866],[-90766,-306272],[-95198,-299575],[-100941,-302318],[-95561,-305261],[-93973,-295483],[-92686,-294978],[-92648,-407433],[-90772,-407083],[-90776,-407502],[-93467,-415497],[-93670,-410154],[-92823,-416982],[-92516,-416446],[-93284,-420154],[-91335,-412258],[-98650,-420030],[-91994,-420182],[-90883,-416714],[-91765,-414880],[-94873,-413667],[-93878,-416717],[-99200,-420109],[-89945,-415092],[-96224,-416714],[-92542,-410393],[-95843,-413441],[-92270,-423842],[-91420,-423676],[-91674,-424332],[-91856,-424236],[-90553,-431024],[-100433,-434673],[-96148,-432859],[-98720,-431009],[-89699,-426350],[-94259,-424963],[-93937,-431358],[-101081,-424218],[-97483,-423887],[-96493,-428090],[-93714,-424251],[-92738,-425047],[-101285,-433605],[-97074,-425763],[-90623,-424210],[-101821,-447608],[-101092,-444654],[-91507,-442990],[-95422,-435349],[-101861,-444391],[-100527,-441304],[-100403,-439161],[-90950,-437049],[-102176,-443833],[-93066,-444124],[-92984,-444875],[-94773,-446797],[-96160,-446202],[-96806,-446139],[-92742,-446751],[-100970,-436707],[-90075,-437340],[-91219,-443737],[-90854,-441549],[-101063,-440175],[-95576,-435986],[-96849,-436752],[-98200,-446135],[-94566,-443808],[-93907,-443948],[-95783,-447162],[-97282,-444311],[-89623,-447493],[-93652,-444989],[-95450,-445042],[-91371,-446460],[-99405,-435194],[-90133,-447357],[-91240,-444936],[-97243,-437989],[-92828,-436813],[-101372,-445017],[-95490,-447019],[-94012,-445354],[-94931,-444393],[-96246,-450497],[-92335,-451187],[-99679,-454499],[-99521,-451960],[-99533,-452317],[-98135,-454537],[-89861,-449143],[-95004,-450343],[-94751,-448201],[-93193,-449544],[-95079,-452957],[-95789,-457137],[-101516,-448004],[-102332,-455752],[-94929,-451215],[-99634,-454039],[-94888,-450343],[-98964,-454255],[-92056,-450650],[-91722,-455287],[-91426,-455062],[-100627,-458714],[-96502,-457681],[-90926,-451409],[-92258,-451901],[-98724,-458322],[-98098,-453136],[-91863,-452827],[-93035,-448974],[-102246,-457063],[-92774,-456442],[-94180,-453838],[-93220,-464744],[-99742,-479713],[-100320,-479660],[-94445,-480384],[-96529,-481571],[-93616,-484213],[-93517,-482758],[-90924,-477134],[-91471,-478899],[-93301,-477921],[-97062,-482424],[-100155,-480635],[-92191,-488163],[-94754,-488409],[-90420,-487121],[-91160,-488644],[-92138,-489212],[-93224,-489715],[-90925,-489429],[-90495,-662712],[-90551,-662836],[-95453,-659876],[-92302,-659621],[-97236,-661573],[-97920,-664240],[-90310,-657794],[-93839,-656877],[-94138,-690361],[-96165,-685948],[-97552,-691951],[-91283,-692888],[-92140,-693955],[-91899,-694765],[-92986,-707204],[-104646,-228235],[-105369,-227217],[-104147,-227018],[-105418,-226808],[-103720,-254896],[-109960,-257989],[-111465,-256434],[-107207,-259242],[-113688,-257701],[-114144,-261479],[-112050,-257873],[-104457,-257987],[-111165,-261834],[-114759,-257814],[-106366,-258272],[-114593,-261903],[-112880,-259417],[-106395,-264636],[-106377,-267448],[-107871,-268483],[-107660,-263810],[-102535,-267577],[-107528,-266289],[-106733,-263321],[-105910,-266754],[-110791,-267786],[-103260,-264169],[-108966,-264418],[-103062,-263134],[-103504,-265079],[-107854,-263570],[-108228,-267329],[-110390,-277835],[-112028,-274996],[-105505,-274207],[-109563,-269372],[-103531,-280999],[-112275,-278590],[-103752,-269548],[-114097,-275488],[-113535,-277908],[-111390,-270614],[-107223,-274545],[-113012,-279880],[-112968,-277164],[-104257,-279600],[-114770,-274977],[-111980,-271096],[-111616,-279513],[-108907,-282900],[-105808,-281552],[-107777,-285064],[-105743,-286443],[-103302,-283045],[-106918,-285410],[-109500,-284731],[-103532,-283951],[-110725,-284818],[-106347,-283000],[-106060,-282997],[-107965,-283758],[-102913,-285905],[-115193,-288374],[-102726,-284676],[-109307,-302139],[-106260,-302983],[-103446,-303731],[-113842,-298252],[-115050,-301640],[-107830,-301268],[-105647,-302239],[-105302,-302616],[-109524,-300041],[-111133,-429385],[-109869,-429649],[-111157,-429961],[-114452,-431626],[-114119,-431369],[-109639,-428829],[-109212,-431236],[-112063,-431962],[-108653,-432388],[-111687,-434261],[-103089,-434419],[-108779,-429971],[-111774,-433294],[-106712,-430861],[-104291,-445581],[-104916,-442364],[-105016,-441855],[-104850,-445060],[-109593,-437787],[-107911,-438039],[-111459,-446486],[-109327,-445560],[-105801,-445085],[-103394,-444932],[-111678,-438996],[-103356,-445355],[-107191,-436723],[-106953,-444702],[-102768,-447800],[-106402,-447457],[-104348,-446581],[-113080,-437800],[-104781,-445361],[-104107,-446017],[-109634,-438182],[-108005,-441033],[-107026,-456472],[-112943,-456640],[-111824,-459062],[-106159,-453035],[-103980,-452018],[-106106,-450279],[-115082,-449836],[-103320,-459646],[-114359,-452727],[-102587,-456995],[-106417,-456053],[-111627,-458479],[-103935,-452367],[-111839,-455576],[-106802,-457138],[-102739,-449079],[-103357,-452438],[-105127,-450746],[-104349,-460497],[-109817,-448602],[-114723,-456483],[-114423,-456537],[-103547,-459828],[-105735,-452418],[-103256,-452651],[-102934,-450517],[-103006,-459534],[-105882,-457454],[-109389,-455508],[-114011,-462525],[-111056,-466353],[-114626,-467946],[-112775,-462767],[-110788,-467388],[-113556,-462788],[-111642,-462023],[-104637,-477994],[-103340,-476440],[-106237,-474740],[-108884,-487838],[-103030,-495780],[-103350,-507158],[-103796,-507846],[-103200,-510817],[-106089,-506163],[-113644,-562845],[-109200,-562460],[-106778,-617674],[-104634,-637339],[-105240,-641044],[-113089,-658058],[-103925,-664760],[-108279,-662743],[-113732,-659257],[-108521,-664643],[-107170,-663999],[-107173,-660793],[-107437,-677945],[-105046,-687515],[-109139,-698636],[-108987,-709294],[-109943,-708893],[-113751,-706593],[-114083,-713341],[-114594,-704416],[-113803,-711365],[1370,-228789],[839,-228766],[31,-219780],[674,-219498],[416,-219149],[309,-220382],[436,-227579],[2717,-231199],[2110,-230411],[2687,-231352],[2305,-230568],[7599,-252211],[502,-255156],[5927,-250737],[5176,-251215],[5701,-252598],[7132,-250763],[1290,-255520],[2848,-253491],[2291,-252943],[2498,-254088],[5491,-250512],[5173,-250949],[5492,-250715],[502,-263846],[366,-265015],[948,-260755],[1400,-262021],[1176,-263622],[293,-264837],[1176,-261051],[1008,-266723],[658,-256176],[3592,-263261],[12569,-265640],[4835,-259959],[7904,-275921],[4532,-271521],[8343,-274515],[5875,-272809],[7712,-273974],[6388,-272196],[2665,-317888],[922,-317508],[4061,-315968],[3640,-315218],[8244,-308076],[8479,-308636],[1458,-317543],[595,-319132],[2331,-317119],[2733,-316879],[3229,-315052],[2725,-313982],[8872,-309141],[6952,-309495],[256,-325810],[515,-338550],[9989,-392864],[4249,-396149],[4501,-387455],[4601,-387568],[4349,-387164],[4071,-387147],[11624,-409124],[10966,-409155],[12392,-409948],[11961,-409757],[12309,-411370],[12335,-409784],[12414,-409512],[9543,-438741],[7780,-438400],[6012,-438351],[8979,-436676],[6570,-438027],[3276,-457903],[927,-459902],[2379,-461478],[595,-471342],[1678,-472278],[3146,-479503],[5568,-482145],[1711,-478280],[5522,-484884],[4111,-473532],[12387,-483028],[9520,-478229],[10315,-477926],[5046,-474893],[3854,-475878],[4098,-480100],[757,-478700],[6930,-480922],[1191,-483001],[6905,-478706],[4177,-497591],[2075,-494225],[3485,-498640],[4080,-497873],[4161,-498565],[4500,-494752],[396,-498858],[2464,-498761],[2544,-494685],[5682,-490794],[10586,-489855],[3465,-491729],[11084,-488045],[2702,-491257],[9640,-486499],[10281,-489860],[2862,-490803],[4920,-490525],[2918,-487916],[423,-490783],[9715,-487649],[1361,-489319],[2061,-502280],[1003,-502886],[5667,-501302],[7242,-500763],[4145,-499010],[2559,-502402],[1276,-502905],[681,-499429],[2242,-499453],[6784,-500122],[6104,-502168],[2433,-502421],[2540,-501880],[694,-503073],[249,-502900],[328,-528280],[296,-527004],[358,-528927],[6893,-525562],[135916,-173283],[128610,-177734],[130530,-177303],[131569,-180097],[139248,-212183],[129192,-217063],[139066,-209287],[130616,-212942],[140749,-205086],[131146,-213098],[129330,-221826],[130746,-221076],[128157,-218618],[131631,-219512],[138440,-217990],[128661,-217413],[129021,-219882],[132718,-221261],[130077,-218280],[138844,-228185],[133720,-219438],[137435,-224610],[139328,-228201],[137359,-226638],[136385,-220778],[130182,-217903],[138586,-226488],[133672,-220080],[129796,-228523],[137526,-226642],[136315,-221626],[140030,-236767],[136591,-242288],[128486,-233942],[139938,-232479],[138780,-242117],[139638,-230484],[138970,-230484],[139875,-230614],[139845,-231938],[138913,-234788],[139343,-242109],[136097,-255506],[139471,-253735],[139677,-244281],[139009,-243578],[139855,-244727],[135937,-265430],[136949,-263134],[131566,-274627],[138591,-271340],[139510,-274026],[130620,-305449],[133158,-304106],[133995,-303698],[130748,-305283],[130379,-304230],[129344,-304061],[136384,-300228],[135943,-303192],[136571,-302442],[128143,-304786],[130517,-311394],[131832,-311212],[139557,-314037],[140057,-311968],[130154,-310494],[132033,-307740],[133327,-312007],[133920,-313688],[134658,-314134],[134054,-311556],[133747,-313718],[139492,-328180],[136431,-328714],[136094,-328000],[138080,-326633],[137830,-329176],[135717,-329685],[138335,-327528],[130469,-331840],[128640,-332500],[129003,-331241],[128380,-330931],[129309,-331196],[132482,-332114],[131555,-330285],[132777,-331340],[131782,-332586],[135057,-331374],[132567,-329604],[131034,-332003],[139596,-330618],[137880,-331716],[137205,-332307],[137613,-331868],[138276,-332499],[139175,-331952],[131533,-338995],[130802,-340761],[131234,-337680],[132057,-340007],[131581,-338752],[129500,-340366],[131400,-338798],[133312,-344613],[131662,-344733],[133422,-341670],[133522,-340149],[135949,-340499],[133017,-337890],[135706,-339562],[136220,-337067],[134288,-336222],[135402,-338613],[135229,-340770],[137620,-333004],[129953,-346912],[128681,-347715],[128094,-356084],[137034,-351811],[135657,-354455],[136574,-355878],[138033,-352832],[135443,-356622],[137231,-352948],[138826,-352895],[139410,-353894],[137928,-356232],[139290,-353272],[137580,-354926],[139931,-355535],[139909,-358042],[128500,-355159],[128562,-354639],[130590,-351947],[128295,-351117],[128764,-352112],[131355,-352806],[129375,-349740],[130523,-349423],[131084,-349648],[138676,-358913],[128552,-358989],[128247,-359443],[140638,-383720],[129123,-384021],[131796,-405822],[133897,-408249],[147059,-178572],[145669,-177650],[147521,-175096],[147586,-177370],[148541,-176090],[148626,-174249],[147786,-175763],[145825,-172942],[148585,-174890],[145963,-172572],[146677,-177325],[145484,-176849],[147943,-177126],[144789,-174792],[151073,-170940],[152577,-173516],[151326,-171013],[148117,-168607],[150395,-167048],[153486,-169973],[147460,-184582],[146204,-185411],[144799,-179486],[152777,-181370],[152407,-179015],[146406,-181103],[145543,-181683],[152539,-179260],[152660,-179931],[148953,-184483],[145609,-186884],[144906,-180277],[146350,-182687],[153193,-181396],[147323,-183398],[153433,-188185],[146893,-196550],[147277,-195085],[145890,-194407],[147217,-201253],[147468,-192788],[147653,-194030],[152903,-195255],[152012,-196291],[151201,-196400],[150494,-196733],[142125,-204438],[146973,-195371],[148829,-195531],[147233,-196714],[148142,-200102],[146352,-193260],[152192,-195776],[147007,-194707],[146025,-192526],[149846,-196551],[141537,-227520],[145633,-224381],[142891,-227164],[146346,-224629],[153313,-233859],[140892,-232619],[142260,-237999],[142921,-239489],[145098,-241892],[142021,-237856],[142797,-238287],[146451,-242123],[144454,-242026],[143382,-242044],[149739,-239526],[153224,-254170],[149234,-254873],[148420,-254001],[148126,-248871],[148889,-252824],[147234,-247945],[148069,-248191],[148713,-248057],[148977,-267266],[149105,-258286],[145160,-280779],[148325,-279633],[143630,-281311],[149794,-272030],[146017,-280726],[144814,-271903],[151857,-277679],[148705,-277932],[141896,-277520],[147620,-280919],[152911,-283983],[143764,-283929],[149267,-300997],[150620,-306060],[144275,-306678],[145965,-297182],[146506,-295556],[146471,-294453],[142660,-298788],[145320,-297953],[142869,-301054],[145741,-298345],[145139,-297991],[149190,-302012],[150609,-299769],[142273,-300527],[148707,-300447],[143419,-306686],[144044,-301883],[144825,-303813],[145048,-306247],[143812,-304878],[144417,-302609],[146084,-305664],[147576,-303346],[145489,-304686],[147162,-304709],[144936,-302041],[145325,-305800],[147508,-302605],[148712,-299284],[149084,-299616],[145245,-311219],[146212,-307334],[145365,-311654],[142897,-309909],[142592,-319498],[144163,-312434],[145980,-310490],[142653,-313666],[142489,-317899],[141440,-313474],[143154,-314237],[143233,-308110],[149854,-307384],[147635,-308543],[141261,-354689],[146604,-353895],[146160,-356508],[147203,-354108],[150930,-354383],[153110,-355533],[152339,-356205],[153389,-356718],[145226,-358391],[144513,-361603],[142815,-358581],[143666,-360225],[147512,-359159],[146330,-358610],[144749,-359593],[151455,-361772],[150163,-360788],[149492,-360357],[149324,-362537],[151946,-359681],[152209,-358665],[148368,-360977],[140855,-365463],[144920,-382792],[141181,-372982],[147023,-397727],[145674,-396997],[163141,-174164],[153837,-171219],[153683,-182450],[153602,-182979],[156150,-198490],[158104,-196517],[157768,-195377],[154145,-196849],[164740,-199356],[159636,-197148],[156674,-196706],[166248,-198526],[165062,-199516],[161410,-198700],[154454,-196409],[155726,-198211],[160925,-236778],[157630,-235171],[163126,-238241],[157723,-235540],[158659,-244938],[157721,-257159],[156400,-256194],[157017,-258914],[156288,-267340],[158490,-266273],[157830,-266595],[163655,-264762],[162321,-265188],[163384,-264946],[159555,-267991],[158007,-268170],[164643,-267673],[164764,-263190],[163461,-266492],[154591,-277240],[165341,-273848],[163039,-273260],[165624,-279314],[159097,-274556],[160391,-274894],[164620,-270458],[165171,-276608],[163093,-277214],[157829,-275475],[158472,-272224],[163453,-273464],[162567,-272412],[163986,-279397],[160575,-273969],[159637,-268885],[163048,-269491],[165209,-270132],[165031,-271283],[164369,-279110],[154549,-284179],[154084,-356642],[154727,-358549],[154684,-358495],[156006,-377244],[155025,-376035],[155517,-373141],[159627,-380533],[167788,-200210],[177070,-214945],[177826,-215764],[177268,-222366],[174577,-226579],[173868,-230922],[167137,-264550],[167351,-267958],[167949,-262757],[170787,-267656],[167706,-262677],[169206,-267261],[175137,-279430],[172340,-279046],[169543,-268834],[170504,-269183],[169449,-269569],[175550,-272670],[170521,-270920],[177195,-280421],[178989,-281025],[168112,-279037],[169368,-275675],[168374,-271030],[169330,-272952],[171877,-277497],[171804,-274682],[171179,-279378],[171396,-272914],[169961,-279897],[170484,-270148],[172092,-275754],[175934,-278284],[169604,-274709],[169364,-280511],[168904,-272662],[172289,-268653],[172513,-287695],[170603,-281959],[171730,-281947],[176877,-287259],[175895,-288306],[176172,-284550],[175482,-282424],[177748,-291074],[178509,-289512],[178521,-291521],[178457,-291921],[175148,-285148],[175220,-281445],[174913,-295261],[176031,-294387],[180792,-241222],[184929,-243531],[181928,-286947],[184403,-294193],[182059,-289727],[185215,-295223],[184959,-298323],[190688,-295475],[191627,-295043],[190152,-294999],[187609,-298880],[183684,-296089],[187497,-296139],[187660,-297437],[191762,-304415],[193703,-298925],[193373,-301127],[194455,-294927],[195048,-300363],[196854,-294596],[200872,-295683],[196504,-296423],[199533,-299698],[194309,-294818],[197049,-296334],[192589,-305270],[193538,-300985],[200219,-296180],[25546,-259805],[25004,-257796],[18927,-265866],[23658,-275093],[20565,-274909],[22289,-274490],[21185,-274943],[17965,-275022],[15093,-277905],[12837,-279145],[22767,-275395],[18326,-268613],[20706,-272893],[25501,-271707],[18634,-274792],[16474,-274791],[15332,-277516],[15016,-278002],[14503,-281287],[15154,-394063],[13645,-410976],[15158,-411311],[25193,-417236],[16054,-413643],[24570,-422058],[23758,-418468],[25548,-418597],[14833,-411307],[15549,-411950],[15613,-413492],[22956,-421646],[21011,-416277],[25165,-418096],[20718,-434416],[21157,-434777],[21245,-434095],[24006,-426054],[18864,-425524],[24359,-430581],[24976,-430060],[21169,-443307],[20862,-444002],[17406,-436743],[17161,-436754],[21670,-444221],[20763,-435555],[25180,-443118],[25357,-440531],[16149,-452353],[13486,-452514],[16451,-448914],[23728,-447884],[15749,-452847],[22017,-448509],[18063,-453389],[14654,-453811],[19220,-466242],[16816,-468241],[19646,-466329],[14993,-468576],[14975,-472315],[16028,-464004],[19844,-467676],[15050,-468232],[24225,-469364],[25056,-461881],[22458,-462815],[22038,-462551],[20564,-477002],[13364,-473604],[23550,-475750],[25373,-476028],[18466,-473817],[22605,-494963],[22332,-494106],[23523,-494565],[14230,-503524],[14997,-503419],[13912,-502111],[19011,-511684],[19736,-511251],[23725,-520675],[15257,-523165],[23741,-523084],[16752,-520543],[22568,-523502],[21980,-523886],[17274,-519858],[22693,-520925],[15370,-521139],[13662,-516147],[13898,-521682],[15685,-515528],[14323,-514112],[21699,-512105],[13562,-525438],[23978,-530236],[28932,-263316],[28022,-260383],[30410,-262605],[27592,-256698],[26912,-258522],[37874,-264938],[26353,-256573],[26404,-256728],[30921,-260452],[32780,-260075],[30816,-263109],[30909,-261119],[31810,-261968],[29538,-259305],[30908,-266063],[32922,-266893],[33561,-265345],[33569,-263619],[34278,-265158],[30938,-266514],[31395,-263120],[27370,-269598],[26829,-269736],[35581,-271270],[36462,-270820],[33339,-271925],[35604,-271405],[32539,-270406],[31138,-273533],[28767,-273289],[29064,-275906],[30308,-274157],[30941,-276399],[35177,-273333],[35959,-273532],[36134,-272573],[29704,-276988],[31582,-275775],[29073,-391440],[28039,-388405],[30868,-399327],[37133,-402687],[25757,-417594],[28053,-413422],[27883,-414608],[25943,-417677],[26916,-418238],[26485,-429447],[30035,-432907],[26745,-429414],[27785,-428008],[27698,-428699],[25622,-444555],[27054,-472294],[26939,-467915],[26157,-467492],[27577,-480695],[26179,-480230],[27254,-479593],[26175,-473856],[36218,-474585],[37161,-478337],[37708,-477128],[36981,-478932],[26844,-522100],[34419,-514071],[33770,-514767],[34829,-515050],[26295,-519812],[29688,-522387],[35577,-523307],[35528,-522502],[36354,-518693],[33931,-530893],[35846,-526753],[34110,-532495],[33038,-533118],[33352,-531787],[34767,-537269],[36654,-540206],[34652,-542615],[35211,-541691],[47149,-254992],[50919,-253871],[39348,-265887],[41513,-263274],[49023,-255867],[48297,-257455],[45944,-258467],[42906,-262729],[49835,-256934],[47633,-257230],[46756,-259804],[47504,-259180],[40832,-264951],[47025,-258918],[43324,-264062],[46291,-258466],[43706,-259414],[44782,-259071],[45920,-259935],[45747,-258682],[43375,-259455],[44857,-259553],[44552,-259988],[47505,-263214],[48220,-264614],[41811,-261310],[46975,-263108],[49259,-264058],[45105,-263125],[47794,-263648],[42480,-263145],[46646,-265695],[46577,-264406],[45631,-264120],[42039,-264066],[41378,-265647],[40444,-267549],[42145,-261746],[49245,-293100],[50870,-293341],[50712,-293106],[49340,-291969],[48288,-395743],[49184,-396410],[42923,-396505],[42295,-401500],[39222,-475889],[38451,-475336],[41991,-529431],[45000,-527271],[45245,-526659],[55196,-251704],[51784,-250716],[53864,-252129],[51961,-254598],[53216,-251456],[58745,-250459],[53179,-249237],[61876,-251086],[62947,-263324],[52060,-256795],[59419,-262168],[55420,-268246],[60520,-263024],[59169,-262839],[52919,-265755],[57716,-264354],[55863,-266853],[56150,-260741],[56529,-262534],[51969,-263199],[54212,-264445],[55780,-263288],[54730,-263367],[54342,-267458],[56642,-264162],[56885,-262628],[56203,-267803],[54346,-264028],[54793,-270014],[55790,-270044],[59914,-272326],[63839,-279788],[58581,-272043],[57826,-272943],[58899,-268929],[62793,-279514],[62975,-277825],[56443,-269183],[63620,-280447],[63133,-280315],[56404,-273057],[59699,-275294],[60013,-275212],[58392,-278874],[56549,-280497],[59013,-281178],[56992,-273445],[51550,-293013],[52061,-291507],[61293,-286504],[55169,-291941],[61363,-288104],[59234,-288273],[53685,-291517],[52617,-291774],[60447,-289468],[59126,-291693],[53296,-293482],[62561,-287314],[58318,-281503],[53545,-291299],[57501,-291291],[55598,-290146],[54035,-292646],[58281,-290405],[63137,-287543],[62686,-283874],[62313,-282646],[63503,-307889],[63508,-309858],[54918,-396485],[57961,-400836],[57696,-402128],[69726,-172951],[69289,-173408],[73810,-183476],[66730,-265906],[64521,-268374],[66872,-266666],[65305,-264036],[65953,-267467],[65879,-264135],[64325,-266100],[64058,-265157],[66258,-273994],[65996,-273746],[64184,-279787],[67674,-276054],[66188,-272649],[67429,-271510],[64688,-268994],[65888,-268911],[65685,-271410],[66935,-270438],[67834,-278300],[68010,-278728],[67687,-274816],[66586,-283559],[65760,-285824],[70651,-299771],[69574,-300255],[72615,-299408],[70490,-300455],[75007,-299586],[74489,-294471],[72089,-299117],[69436,-302312],[76394,-295609],[71654,-298915],[70438,-299601],[69885,-300278],[65932,-306006],[74648,-304916],[73888,-306116],[65455,-306834],[65351,-305984],[66910,-306748],[71804,-306914],[70284,-309176],[72324,-308650],[64229,-309070],[70805,-307911],[68990,-311889],[67964,-311807],[69604,-309074],[72231,-383157],[73383,-383091],[78123,-156321],[80201,-159596],[85738,-165594],[89427,-157479],[88798,-163888],[79965,-160705],[80677,-172421],[84803,-166314],[78992,-169077],[87740,-251149],[89273,-251577],[82967,-254288],[87298,-253146],[83355,-253904],[82078,-304878],[88713,-299344],[87659,-298494],[86340,-298148],[87435,-301277],[88053,-305142],[85808,-298901],[87773,-298038],[88861,-298597],[80471,-313047],[79856,-312034],[80536,-308575],[79907,-307692],[80879,-307688],[81182,-319789],[81694,-312320],[87132,-312777],[87325,-312547],[85752,-308133],[87724,-309414],[87460,-308371],[79732,-324947],[81631,-320066],[81547,-323612],[81451,-321946],[85433,-338400],[79954,-333662],[89197,-380366],[89557,-377148],[88587,-377062],[86696,-375846],[84069,-372059],[79464,-382707],[78678,-383453],[80737,-382575],[79512,-386345],[80472,-384440],[78862,-384542],[97057,-165987],[101574,-158543],[96067,-157914],[97296,-158235],[97845,-165370],[92821,-155995],[97482,-154422],[98872,-155755],[96734,-163927],[95472,-157409],[90251,-157020],[97105,-171630],[96836,-166982],[96025,-168930],[92902,-255647],[92120,-250074],[93318,-253485],[90138,-253788],[94507,-252713],[93305,-297065],[90465,-306202],[92138,-299693],[99216,-299600],[101358,-298172],[97983,-298152],[99942,-302968],[95663,-299613],[91708,-301555],[98704,-297413],[98796,-300951],[90278,-305576],[92705,-299097],[94296,-299043],[94735,-300275],[101235,-305955],[100960,-299800],[100353,-302608],[99970,-302158],[100912,-303082],[100902,-302516],[97423,-299703],[98205,-297878],[90666,-315555],[89859,-314244],[102376,-319078],[102201,-318608],[100734,-342641],[101544,-340045],[100637,-342015],[102121,-343440],[92889,-344140],[102133,-339694],[95507,-339302],[93495,-334563],[100138,-341791],[101015,-343740],[102378,-343921],[102232,-342992],[100489,-340665],[99993,-349026],[102176,-378436],[102035,-376562],[101765,-376801],[90037,-379615],[97205,-383847],[100258,-390911],[109525,-162659],[106311,-162175],[109751,-165292],[110073,-161316],[106911,-166124],[114362,-158540],[107528,-167409],[109732,-172765],[111193,-173551],[106387,-166777],[114765,-182533],[111423,-180378],[113510,-181183],[104184,-305968],[102466,-305772],[103884,-303138],[102561,-303103],[103148,-300464],[111290,-299604],[108732,-298877],[107579,-304217],[107084,-304825],[112381,-299340],[111367,-300427],[109593,-302323],[111351,-298350],[105800,-305395],[112415,-300954],[110766,-302447],[111194,-302211],[115030,-301698],[103343,-299885],[111321,-298007],[112744,-305487],[103639,-298239],[113242,-307961],[113295,-308878],[104169,-318293],[111760,-316532],[113429,-309214],[111806,-309918],[113809,-311027],[112956,-311129],[114653,-308292],[111859,-320230],[102491,-344530],[103745,-344557],[107914,-351450],[111521,-362792],[110624,-366052],[114014,-367616],[112183,-362134],[102844,-379825],[103412,-378107],[103103,-373248],[107567,-375311],[106362,-378185],[110053,-375492],[109251,-376628],[125419,-177857],[125026,-177395],[126758,-178230],[125611,-178863],[115890,-168269],[120255,-173986],[123499,-171301],[121291,-173945],[122703,-173740],[117706,-170438],[124018,-170922],[127378,-180497],[122704,-181658],[125134,-184031],[124320,-181128],[116194,-186986],[127514,-180244],[127797,-180149],[127873,-180558],[121957,-214930],[121950,-216008],[126527,-211778],[122576,-215107],[121680,-215964],[126643,-211064],[120519,-226932],[119945,-223649],[119691,-224517],[126719,-226499],[126648,-225427],[122568,-224924],[122347,-229263],[126076,-219829],[125101,-219495],[126129,-226100],[122963,-224868],[127641,-225491],[122061,-228880],[121727,-226796],[126008,-220832],[125621,-219914],[122331,-237846],[120755,-236879],[127106,-230396],[127602,-232312],[126274,-231568],[118259,-306580],[116103,-304332],[127131,-304143],[127349,-304806],[127622,-304476],[127355,-304966],[123046,-301331],[115214,-304484],[126885,-316438],[120209,-310058],[120871,-309659],[120204,-312768],[118736,-308663],[116907,-309636],[115585,-310453],[127773,-309193],[126192,-307651],[125775,-308468],[124497,-307238],[127765,-308364],[127449,-308712],[124824,-308286],[116117,-315247],[118146,-312488],[117397,-311838],[117087,-309855],[126814,-308808],[127506,-332503],[127765,-332555],[125754,-350903],[127709,-350961],[125448,-350912],[125770,-351237],[126161,-349372],[127623,-349844],[125017,-359456],[124132,-362633],[126495,-358951],[127868,-360620],[126435,-359491],[126992,-358650],[125388,-358391],[125070,-367830],[123424,-363187],[121645,-367092],[125012,-363162],[123315,-363312],[122084,-365639],[127508,-399284]] \ No newline at end of file diff --git a/src/gathering/a10511.json b/src/gathering/a10511.json new file mode 100644 index 0000000..f3d9222 --- /dev/null +++ b/src/gathering/a10511.json @@ -0,0 +1 @@ +[[-117851,-119334],[-123243,-130606],[-126317,-148652],[-117271,-155443],[-125473,-159965],[-122844,-160652],[-120387,-165100],[-124718,-155879],[-126322,-160616],[-115332,-163933],[-118553,-173547],[-124884,-174337],[-126035,-171781],[-124099,-167850],[-123339,-168562],[-127342,-166495],[-126336,-175687],[-116189,-168130],[-122488,-166394],[-117308,-173738],[-117373,-175148],[-116486,-175461],[-121403,-177281],[-119466,-174386],[-122380,-182319],[-120238,-187081],[-122424,-179223],[-121443,-180092],[-116043,-188036],[-116373,-188407],[-117481,-189474],[-116248,-201360],[-117310,-196567],[-118262,-198934],[-117573,-210546],[-118201,-209756],[-119014,-208701],[-121891,-214682],[-121922,-212988],[-127812,-240345],[-118464,-255225],[-117369,-248612],[-127117,-251707],[-124557,-247199],[-124482,-256944],[-125905,-276847],[-122601,-281027],[-123835,-270747],[-119420,-293263],[-117750,-301534],[-116473,-382606],[-116526,-381954],[-122921,-34132],[-116135,-88491],[-123953,-83782],[-119416,-85674],[-123478,-94240],[-120611,-99308],[-118914,-109093],[-134890,-149115],[-140389,-150208],[-131729,-165058],[-135853,-164734],[-135154,-165350],[-130141,-165024],[-131180,-155950],[-137373,-164968],[-132739,-164478],[-132343,-170885],[-128456,-166265],[-128325,-184123],[-138961,-197054],[-139260,-197729],[-137155,-196174],[-135363,-194695],[-134368,-196307],[-133567,-195331],[-130041,-235425],[-130970,-239275],[-129233,-236190],[-128356,-239070],[-131049,-257699],[-138949,-276900],[-135851,-277365],[-131266,-277536],[-130729,-271472],[-134196,-273422],[-130633,-272709],[-131961,-278202],[-128966,-278071],[-134544,-287924],[-140740,-292751],[-140499,-306615],[-133285,-301079],[-134216,-303863],[-139481,-307434],[-138896,-35719],[-131955,-93978],[-151651,-141901],[-142350,-143918],[-143394,-163803],[-143981,-168945],[-142874,-175477],[-145648,-176477],[-143725,-173159],[-153104,-174040],[-147253,-201788],[-145432,-201691],[-150434,-267310],[-147433,-274764],[-150932,-272753],[-145701,-273867],[-151474,-276919],[-144073,-281336],[-147576,-278063],[-145886,-270539],[-149167,-281112],[-148564,-291824],[-148110,-294724],[-148178,-303539],[-143446,-301302],[-141830,-306762],[-152469,-299839],[-148448,-307878],[-143802,-310007],[-147312,-423726],[-141833,-36459],[-141791,-35360],[-144472,-36362],[-145924,-35626],[-143889,-32427],[-147595,-32685],[-148104,-34140],[-149520,-34740],[-149259,-30836],[-140877,-31456],[-145438,-49186],[-151640,-63549],[-162616,-121396],[-164510,-234460],[-165440,-233244],[-165837,-238937],[-164681,-244297],[-165148,-250003],[-165733,-244975],[-159481,-253303],[-156384,-263412],[-161469,-265892],[-155644,-269096],[-158523,-274148],[-159757,-277286],[-164351,-275068],[-158498,-270983],[-166207,-280775],[-155555,-288129],[-162425,-290438],[-155241,-290514],[-155857,-289819],[-165368,-285866],[-156637,-296175],[-161673,-295411],[-161100,-306604],[-162031,-306783],[-161933,-342987],[-159389,-341471],[-159713,-340872],[-155795,-336722],[-157001,-336411],[-162685,-346549],[-162761,-347192],[-157443,-351097],[-164197,-348301],[-161366,-348134],[-166372,-368197],[-162450,-404200],[-159908,-32757],[-161302,-65817],[-155295,-76198],[-175450,-129497],[-168650,-138381],[-167039,-146218],[-172766,-163419],[-178515,-163246],[-178462,-165730],[-172782,-229044],[-170075,-234382],[-170101,-237277],[-177096,-250754],[-174790,-252892],[-167646,-244933],[-173401,-257025],[-175418,-264012],[-171561,-272298],[-176943,-272588],[-173093,-280184],[-171720,-374921],[-169306,-374039],[-179164,-373796],[-177681,-377372],[-173712,-377104],[-177967,-375101],[-175523,-378128],[-177144,-395840],[-177061,-449795],[-168754,-51894],[-171099,-88451],[-176844,-100066],[-177955,-105460],[-174295,-105104],[-189775,-119118],[-184565,-236603],[-191427,-240935],[-187442,-242585],[-191835,-233945],[-185403,-253159],[-183468,-245676],[-190449,-266412],[-188962,-261737],[-184331,-264573],[-182069,-265992],[-181144,-257655],[-179360,-263336],[-179676,-256739],[-185957,-258883],[-183478,-264110],[-182416,-263548],[-182961,-265064],[-189133,-265608],[-186599,-257429],[-191424,-272152],[-181095,-268916],[-186542,-272874],[-183087,-279211],[-191243,-275488],[-189524,-275297],[-187566,-275284],[-191679,-274773],[-179201,-280402],[-190399,-291704],[-184629,-283859],[-186585,-293489],[-184715,-290754],[-190631,-289249],[-185594,-295942],[-185244,-294318],[-180259,-396577],[-184505,-396463],[-181681,-393400],[-182369,-393370],[-191822,-406004],[-188140,-403777],[-182486,-400132],[-184474,-400210],[-180084,-399022],[-185182,-400576],[-191884,-410740],[-191378,-409627],[-184004,-434757],[-179450,-449155],[-186954,-64823],[-183847,-64958],[-181225,-80425],[-186109,-96868],[-200518,-227545],[-194313,-237853],[-196794,-239498],[-202438,-234879],[-194349,-231685],[-194088,-252390],[-198204,-254617],[-201902,-264577],[-202511,-265112],[-203900,-259391],[-201261,-263681],[-195451,-273815],[-195182,-275390],[-194691,-275414],[-194189,-273558],[-195411,-272863],[-193203,-275352],[-201450,-289064],[-203766,-290982],[-201828,-294034],[-193509,-293133],[-194724,-294012],[-195190,-295624],[-196838,-300250],[-200595,-295761],[-199979,-296992],[-197843,-311295],[-202185,-313165],[-202166,-315621],[-196586,-407093],[-196890,-416098],[-199584,-412638],[-197934,-412397],[-194536,-412399],[-193775,-62245],[-194319,-58520],[-200543,-71447],[-204137,-71182],[-200868,-78039],[-199667,-84311],[-192261,-100708],[-217102,-228681],[-205231,-228317],[-216368,-236289],[-211406,-234283],[-210249,-233260],[-209023,-253104],[-216056,-245008],[-216683,-245602],[-210977,-244425],[-205662,-243515],[-216523,-244309],[-206740,-260299],[-206934,-261230],[-208776,-261077],[-213748,-272724],[-209422,-279431],[-214144,-277403],[-214207,-281148],[-206159,-291629],[-214887,-285506],[-209422,-290835],[-205513,-290543],[-213257,-284197],[-213087,-288827],[-212020,-288157],[-207107,-293183],[-216458,-309396],[-205172,-307321],[-207724,-307073],[-215262,-326416],[-217023,-325376],[-207982,-322413],[-211889,-328715],[-212526,-326095],[-211058,-324887],[-210689,-323250],[-213597,-432713],[-205651,-74330],[-224115,-225244],[-224078,-230112],[-227551,-237062],[-224685,-234432],[-221947,-241059],[-229345,-241282],[-221420,-246429],[-222422,-273228],[-230161,-275005],[-226853,-278353],[-223795,-274956],[-221710,-281314],[-230162,-280743],[-226785,-290465],[-229419,-284254],[-219443,-289292],[-224563,-290054],[-219436,-290358],[-221792,-285287],[-224429,-285666],[-229236,-287732],[-224020,-282775],[-217914,-282725],[-230048,-282902],[-229745,-299753],[-229229,-313067],[-223661,-312835],[-227604,-311158],[-223412,-318857],[-225264,-321980],[-226393,-328226],[-218385,-324313],[-222524,-327124],[-240392,-211336],[-242172,-211650],[-239713,-212273],[-241110,-215251],[-237177,-214164],[-235292,-211075],[-230490,-226431],[-231041,-226281],[-238883,-221863],[-241636,-217613],[-233246,-217647],[-241204,-241031],[-239208,-240195],[-230904,-242223],[-233353,-236655],[-239189,-236193],[-235782,-236884],[-241325,-243843],[-240874,-244781],[-235696,-243923],[-232190,-270448],[-241004,-273171],[-238546,-271085],[-241255,-274294],[-237718,-279793],[-236982,-280164],[-233629,-290129],[-235119,-284099],[-238177,-286735],[-238592,-286114],[-233267,-292185],[-237656,-288780],[-239356,-283217],[-240209,-284137],[-237939,-291888],[-234031,-292122],[-239494,-286841],[-237551,-299793],[-232445,-303692],[-234892,-300131],[-236121,-296829],[-236806,-311996],[-233922,-310667],[-231133,-314667],[-241165,-307958],[-239318,-313489],[-232459,-319521],[-241700,-315456],[-240552,-315909],[-238822,-320003],[-232871,-326652],[-235088,-323320],[-242030,-324308],[-231428,-326743],[-239214,-335496],[-234414,-336242],[-235821,-334460],[-231564,-334350],[-233629,-337169],[-238909,-341294],[-240374,-342073],[-234891,-49525],[-233044,-99900],[-241082,-97075],[-2876,-152240],[-3839,-152756],[-5225,-152238],[-7146,-153357],[-7915,-151874],[-10248,-153126],[-7902,-149889],[-5867,-149710],[-4435,-147889],[-5977,-145582],[-4629,-150503],[-1274,-149322],[-11189,-144493],[-10886,-146963],[-12160,-151147],[-8432,-152542],[-8403,-155210],[-2018,-153713],[-3474,-159026],[-5911,-158863],[-7190,-159478],[-6950,-158638],[-7394,-155852],[-10500,-155517],[-10582,-158350],[-10082,-158714],[-10810,-165787],[-4159,-164664],[-7400,-178109],[-11260,-174925],[-9195,-173031],[-11770,-178163],[-3684,-177531],[-5585,-179229],[-3873,-180909],[-12746,-179210],[-2260,-181851],[-11994,-185469],[-1771,-186306],[-3968,-198250],[-8591,-194441],[-11791,-194829],[-994,-203410],[-11242,-201663],[-11816,-202410],[-9529,-202502],[-7400,-201597],[-4661,-199111],[-4698,-200260],[-4735,-201024],[-9804,-199584],[-10303,-194983],[-11637,-194687],[-11105,-196337],[-9181,-197009],[-6624,-195257],[-2656,-196410],[-3898,-194480],[-5049,-196051],[-5256,-197605],[-2442,-198830],[-570,-203039],[-5353,-214014],[-6948,-216601],[-9598,-214444],[-1833,-212416],[-11553,-211144],[-11627,-209468],[-10802,-215262],[-2770,-211140],[-4191,-210768],[-2567,-212040],[-11042,-211759],[-205,-215014],[-429,-217075],[-2192,-217177],[-12732,-216125],[-11702,-214501],[-4926,-205638],[-6975,-205858],[-130,-211624],[-3088,-215721],[-1252,-210486],[-6666,-212202],[-7347,-204951],[-1070,-204659],[-12082,-229120],[-3246,-227088],[-8878,-217449],[-4074,-219541],[-3707,-221337],[-6888,-228319],[-3347,-223643],[-10922,-227754],[-9504,-226714],[-2143,-220727],[-3295,-223973],[-2844,-224398],[-1118,-225717],[-5362,-228305],[-299,-232203],[-7678,-236212],[-12213,-238321],[-5274,-235983],[-9305,-231187],[-9918,-237869],[-9051,-234320],[-1975,-240565],[-5291,-239998],[-10567,-238249],[-4855,-230223],[-11817,-244873],[-1147,-266606],[-6996,-266893],[-5785,-268326],[-7930,-267694],[-6538,-271459],[-3718,-275972],[-8774,-269051],[-8282,-274032],[-2367,-275662],[-8999,-278263],[-9377,-270100],[-9173,-275294],[-6766,-282508],[-5953,-284758],[-4747,-286395],[-6627,-288286],[-6160,-286506],[-4489,-369750],[-4555,-368536],[-1019,-368702],[-2351,-366457],[-459,-363085],[-3941,-362221],[-3823,-360958],[-1885,-361309],[-436,-382026],[-1159,-381566],[-599,-379036],[-413,-378530],[-3111,-373096],[-2323,-372147],[-144,-391980],[-2434,-394320],[-2186,-394682],[-11138,-385957],[-11964,-388709],[-8007,-396087],[-7236,-396137],[-4161,-394547],[-11565,-384886],[-1438,-390712],[-2373,-392858],[-3834,-394755],[-7065,-397008],[-7042,-398174],[-48,-459834],[-12342,-479342],[-9712,-487775],[-8961,-499378],[-793,-502518],[-254258,-190925],[-249196,-212363],[-243809,-206054],[-255818,-211277],[-247914,-215358],[-253346,-229435],[-249155,-229368],[-244242,-220479],[-246599,-226749],[-249588,-237781],[-250846,-239501],[-255118,-233560],[-243815,-231855],[-255149,-253966],[-245815,-262602],[-245437,-267317],[-250551,-256180],[-249077,-264644],[-253361,-257853],[-252333,-268113],[-244528,-274750],[-245743,-275912],[-248088,-273577],[-254933,-280812],[-253886,-272591],[-249526,-275514],[-246825,-277823],[-250143,-285587],[-245268,-288502],[-247240,-289526],[-248145,-284687],[-254552,-283912],[-249338,-289935],[-248146,-281863],[-245199,-282201],[-253604,-282125],[-244161,-299637],[-244489,-302239],[-251466,-298167],[-248157,-300158],[-246771,-318319],[-251270,-319378],[-248567,-307216],[-244134,-314035],[-246265,-326589],[-248093,-331480],[-246437,-322699],[-244832,-335879],[-253437,-334096],[-254009,-609439],[-253146,-84077],[-247930,-87215],[-245279,-90057],[-253887,-97579],[-252950,-101292],[-254483,-99780],[-255893,-107681],[-255661,-106916],[-254900,-106858],[-252125,-106644],[-252118,-105962],[-253204,-105579],[-252025,-109078],[-253179,-110032],[-258559,-125603],[-258697,-117470],[-257410,-117094],[-256063,-117163],[-261536,-123989],[-265520,-138548],[-262883,-135132],[-264067,-199959],[-266614,-205198],[-263818,-206695],[-268083,-206769],[-256836,-210473],[-264569,-215526],[-265780,-212879],[-263302,-217466],[-257831,-221002],[-259939,-224562],[-267148,-226900],[-268719,-225707],[-268388,-227110],[-266862,-240764],[-265774,-239626],[-262388,-230367],[-261794,-235996],[-262045,-238492],[-266046,-241586],[-266362,-232439],[-256718,-235273],[-261302,-237117],[-263074,-237485],[-262733,-249220],[-261826,-250964],[-262255,-255633],[-264749,-259563],[-256820,-264026],[-263054,-263685],[-266468,-264852],[-259292,-281294],[-261501,-273625],[-259785,-279337],[-257104,-277991],[-258040,-269753],[-266853,-275570],[-268363,-277111],[-258869,-285436],[-261205,-285378],[-264109,-284882],[-256956,-285581],[-256312,-285236],[-260612,-281622],[-259139,-297981],[-267684,-296546],[-264278,-297221],[-267971,-298039],[-260497,-296994],[-258938,-296047],[-267108,-304890],[-257272,-318482],[-266790,-319756],[-262646,-309022],[-264304,-320971],[-257858,-322061],[-258646,-325460],[-258664,-328216],[-256643,-598175],[-259019,-609099],[-261763,-77905],[-258937,-97959],[-260468,-91160],[-256011,-111336],[-257141,-110952],[-256992,-114065],[-264544,-104246],[-258555,-114929],[-278109,-123579],[-280954,-138599],[-272270,-137847],[-274262,-136942],[-276578,-164778],[-280801,-162723],[-279078,-156306],[-274962,-175248],[-280233,-178077],[-277916,-169809],[-281437,-174388],[-274174,-186218],[-276822,-182634],[-272995,-191633],[-279407,-189682],[-269842,-202427],[-273899,-203401],[-281548,-198122],[-275931,-205706],[-270082,-205435],[-271892,-205515],[-274481,-214333],[-270485,-213863],[-274766,-210730],[-270010,-209845],[-270402,-211929],[-277877,-227731],[-277024,-224401],[-275073,-229678],[-276814,-221585],[-274554,-219723],[-276434,-219302],[-270869,-218933],[-269327,-219259],[-272692,-226087],[-271120,-224989],[-274165,-228569],[-281238,-231748],[-279141,-230887],[-280661,-236383],[-280750,-237413],[-279481,-234692],[-272297,-238373],[-276989,-236874],[-278180,-242641],[-269470,-238498],[-271260,-235167],[-268941,-237311],[-272029,-236247],[-277270,-238267],[-278092,-237216],[-269924,-239328],[-272224,-232947],[-276361,-254308],[-276066,-245331],[-279232,-251904],[-273717,-255781],[-269852,-246622],[-277419,-249017],[-276038,-252052],[-272431,-250045],[-270327,-253418],[-280530,-260747],[-281320,-265196],[-274115,-257668],[-276604,-259578],[-274889,-263587],[-280344,-258336],[-281357,-258948],[-277514,-268390],[-276437,-261924],[-275847,-264068],[-272930,-263215],[-268806,-259397],[-279655,-272776],[-277978,-269404],[-279556,-270138],[-273976,-279076],[-269534,-270702],[-270185,-284952],[-275375,-283346],[-276865,-281755],[-268934,-286937],[-275858,-291059],[-280633,-290887],[-274980,-288131],[-270256,-298806],[-270476,-302662],[-273119,-296684],[-271975,-296689],[-270305,-343084],[-281165,-354094],[-278021,-70992],[-276555,-75695],[-277999,-74515],[-280229,-68124],[-276192,-69133],[-269839,-85219],[-274583,-79514],[-277093,-84853],[-278643,-91222],[-277870,-95350],[-270094,-98604],[-268853,-92681],[-275042,-112608],[-280705,-102862],[-273879,-110393],[-289151,-118895],[-285077,-115229],[-291963,-135926],[-281647,-144740],[-290987,-148113],[-291707,-141552],[-293088,-158118],[-282533,-163959],[-293582,-155353],[-291726,-157929],[-285641,-177591],[-291922,-177389],[-283148,-170431],[-281702,-189437],[-291790,-179034],[-292299,-180309],[-290075,-190753],[-292328,-191102],[-287002,-187044],[-289649,-187761],[-285626,-179805],[-289147,-191916],[-287917,-199701],[-289377,-198963],[-291858,-194124],[-290907,-201384],[-289466,-196994],[-289276,-196326],[-285372,-192744],[-290782,-205450],[-284054,-211824],[-285757,-210384],[-284987,-207028],[-285277,-209238],[-283327,-227415],[-290341,-229623],[-289487,-227266],[-293475,-229458],[-282026,-221643],[-282566,-220344],[-286042,-221428],[-290771,-224908],[-291487,-220520],[-292022,-222539],[-289885,-220258],[-288605,-226422],[-289658,-233694],[-283154,-239095],[-284947,-230758],[-293678,-233523],[-289574,-238181],[-293751,-251629],[-292740,-254925],[-284874,-254965],[-284327,-250774],[-288872,-249364],[-283195,-250816],[-293845,-253471],[-282531,-250487],[-289469,-422013],[-292256,-423569],[-289823,-422644],[-292890,-62558],[-289064,-62276],[-287614,-74067],[-291464,-73689],[-287901,-88174],[-293525,-79214],[-290634,-88597],[-284800,-82415],[-286353,-99975],[-292885,-101125],[-285954,-103285],[-283355,-112440],[-296898,-126056],[-304987,-119566],[-299049,-116617],[-296091,-131301],[-297171,-138066],[-297602,-153320],[-296533,-152007],[-295592,-149943],[-304559,-150452],[-299378,-149604],[-305145,-150185],[-306900,-147406],[-306975,-144529],[-306080,-152794],[-294958,-151772],[-299531,-142817],[-301709,-148774],[-302317,-149419],[-300691,-154619],[-300744,-157852],[-305480,-160502],[-296373,-157667],[-299718,-161316],[-301396,-160773],[-298223,-159244],[-296737,-162575],[-303659,-165791],[-305589,-165038],[-303245,-178222],[-304877,-175956],[-304194,-176811],[-300360,-171909],[-303061,-176762],[-304433,-174302],[-305205,-169654],[-303156,-170776],[-299135,-174346],[-299311,-176348],[-306367,-183758],[-298300,-182244],[-296372,-181266],[-298104,-189762],[-294916,-181409],[-298581,-193870],[-304135,-195428],[-302326,-191856],[-295165,-204193],[-300594,-214404],[-302073,-214524],[-302802,-216982],[-296503,-216064],[-306518,-213830],[-305056,-208087],[-301570,-210097],[-295149,-217767],[-301988,-224485],[-300383,-218057],[-303115,-225475],[-301191,-227058],[-297920,-227550],[-295965,-227000],[-295971,-222556],[-302620,-221625],[-305025,-219268],[-306060,-222280],[-305357,-224635],[-295337,-241874],[-296486,-237779],[-306238,-237946],[-300744,-233462],[-299605,-238986],[-297171,-231905],[-297579,-236358],[-303120,-241064],[-304554,-238695],[-305987,-242437],[-302340,-232695],[-305284,-231029],[-297231,-253353],[-306828,-252150],[-302028,-63266],[-304847,-65116],[-295581,-66636],[-301182,-64045],[-305057,-65318],[-299664,-69207],[-305857,-71028],[-300208,-74410],[-303660,-75235],[-298823,-80157],[-302072,-101111],[-298610,-101222],[-297021,-96057],[-304814,-92990],[-302583,-107833],[-295554,-110905],[-318902,-123333],[-308864,-115778],[-307481,-127033],[-317455,-121585],[-319682,-117322],[-313774,-129910],[-313036,-133300],[-311851,-134117],[-312955,-139618],[-318355,-136936],[-310852,-137841],[-309515,-130495],[-307476,-151178],[-308661,-144264],[-313286,-141933],[-319929,-142951],[-312130,-142013],[-310346,-153567],[-310192,-157399],[-308564,-160421],[-308475,-163577],[-311560,-168396],[-307937,-168674],[-309427,-172222],[-309061,-184666],[-311282,-186893],[-308065,-183543],[-316295,-191619],[-313680,-191405],[-318233,-180676],[-317023,-187229],[-312132,-188369],[-308191,-192286],[-309735,-193135],[-311065,-192203],[-308747,-193945],[-307964,-192991],[-307893,-227124],[-310400,-242678],[-318372,-242697],[-314194,-240163],[-308948,-239856],[-308622,-232763],[-315469,-235053],[-314231,-231657],[-312378,-235519],[-308304,-245589],[-307836,-253371],[-314573,-243924],[-319336,-57435],[-318487,-57637],[-313924,-63190],[-315835,-62804],[-316449,-59262],[-316213,-58772],[-317833,-54660],[-316954,-56984],[-312811,-65338],[-315999,-66609],[-314912,-71038],[-312425,-70193],[-315477,-70440],[-314522,-74842],[-319091,-63873],[-317662,-67352],[-319307,-76121],[-311780,-73110],[-315676,-78655],[-318395,-81630],[-315414,-87439],[-315173,-84641],[-309758,-81115],[-309176,-84099],[-317517,-95325],[-317317,-94187],[-313025,-100304],[-318372,-98672],[-317745,-89446],[-315581,-93167],[-318668,-102979],[-315861,-103517],[-319496,-104789],[-312499,-106649],[-331164,-117054],[-325977,-118389],[-325477,-118708],[-327253,-121496],[-326997,-121248],[-329812,-120330],[-328097,-129094],[-332452,-134261],[-323667,-136761],[-325798,-137930],[-321644,-139103],[-323491,-135129],[-323804,-133583],[-324108,-127964],[-332459,-141368],[-323711,-148317],[-327135,-142916],[-324618,-150441],[-327488,-148230],[-329025,-150065],[-324208,-154575],[-321267,-175386],[-327573,-189796],[-324584,-179408],[-325067,-181898],[-325900,-188047],[-321517,-188432],[-320551,-181053],[-321391,-179331],[-329679,-188709],[-331641,-187967],[-320563,-193568],[-325065,-194170],[-331714,-24057],[-331183,-23917],[-330628,-23215],[-325316,-23452],[-325500,-23031],[-326231,-22767],[-326297,-21753],[-327888,-21654],[-324872,-36607],[-323373,-35049],[-328363,-33656],[-326738,-32798],[-324162,-30234],[-323219,-33663],[-327286,-28131],[-327239,-28554],[-328037,-27020],[-328311,-27054],[-329550,-25874],[-329173,-25517],[-320211,-48448],[-320830,-50014],[-322315,-42583],[-323174,-50786],[-331631,-39242],[-331126,-41841],[-328940,-46559],[-330848,-48835],[-330607,-47563],[-328612,-45768],[-329058,-38328],[-327505,-41969],[-325727,-47025],[-327027,-47837],[-327406,-49395],[-328008,-43296],[-323637,-54480],[-321793,-59457],[-322806,-58098],[-323561,-52756],[-325408,-52220],[-323855,-56210],[-322260,-54706],[-325918,-61007],[-321949,-62672],[-326771,-60555],[-324972,-57894],[-325118,-60190],[-325175,-56082],[-326048,-53672],[-328235,-51277],[-331798,-61533],[-324239,-66680],[-320873,-66494],[-323565,-68937],[-325408,-71483],[-323892,-64526],[-329294,-73339],[-326085,-73052],[-328697,-73054],[-323749,-71333],[-326083,-66853],[-325562,-63813],[-331212,-64303],[-331132,-66682],[-329494,-68599],[-329191,-68312],[-328405,-65691],[-329005,-66821],[-328050,-67495],[-329120,-69805],[-328839,-69825],[-328539,-68106],[-328337,-65069],[-326055,-72743],[-326525,-73398],[-328130,-64886],[-328369,-65398],[-330799,-66830],[-330925,-66383],[-330162,-75226],[-320208,-99620],[-325178,-112895],[-326372,-110685],[-343313,-123601],[-339367,-125289],[-344264,-120340],[-341636,-118849],[-344601,-117478],[-336976,-124111],[-344564,-127712],[-343950,-120676],[-340800,-137700],[-339313,-135236],[-341612,-132454],[-339449,-138590],[-342276,-137987],[-343876,-139809],[-336535,-129073],[-342516,-133537],[-333847,-137792],[-333349,-138566],[-334493,-141102],[-336469,-140932],[-340291,-144345],[-336939,-168915],[-333827,-19184],[-337719,-18339],[-338919,-14823],[-342277,-15866],[-340517,-36278],[-336533,-35062],[-336230,-36190],[-337018,-37533],[-341160,-34505],[-339360,-35678],[-337853,-32762],[-337899,-40289],[-334976,-38965],[-335601,-41414],[-335506,-42622],[-333412,-41806],[-333855,-48510],[-333178,-48082],[-344773,-42103],[-344648,-38841],[-337109,-50959],[-335251,-49207],[-337974,-44920],[-337693,-45235],[-335723,-45006],[-343491,-42022],[-338749,-46987],[-338750,-43093],[-338212,-50529],[-335609,-63299],[-334274,-57834],[-334490,-56075],[-334509,-58451],[-333612,-74041],[-338132,-75706],[-336453,-75977],[-337750,-76300],[-340585,-71210],[-341593,-69304],[-339864,-67732],[-338893,-67557],[-336084,-70683],[-332862,-69358],[-334189,-66715],[-340570,-65963],[-334940,-74908],[-345090,-70820],[-342110,-81622],[-340099,-82143],[-338300,-78939],[-344581,-82368],[-344871,-84468],[-338960,-108632],[-341491,-106905],[-355476,-115851],[-353667,-125446],[-350828,-186128],[-353783,-180968],[-357200,-179567],[-355396,-184602],[-352533,-187800],[-356779,-196340],[-355664,-193923],[-358342,-197136],[-354234,-195920],[-357648,-194777],[-353749,-200830],[-353616,-196617],[-350477,-195039],[-356562,-207293],[-349071,-206249],[-358372,-209254],[-352156,-211115],[-357901,-224637],[-357630,-227545],[-353083,-229160],[-345977,-18956],[-346124,-15565],[-347383,-15578],[-348882,-18818],[-350253,-16730],[-353145,-19588],[-352354,-22275],[-347136,-21209],[-346375,-21587],[-345607,-20104],[-351242,-431794],[-351417,-37706],[-346598,-29101],[-349500,-527500],[-350518,-527361],[-358199,-545501],[-353545,-39418],[-354332,-75558],[-351023,-75690],[-350957,-75699],[-357615,-82003],[-351365,-79139],[-350422,-82083],[-348133,-78842],[-346561,-77115],[-346235,-87137],[-357363,-78557],[-347954,-79395],[-358034,-94973],[-354408,-105508],[-348660,-111971],[-358847,-126699],[-365702,-189244],[-367479,-183497],[-367605,-185825],[-370783,-191687],[-360047,-190417],[-361165,-189253],[-362662,-187162],[-358548,-189142],[-363062,-183086],[-362927,-189684],[-364682,-186300],[-365245,-188039],[-363649,-188026],[-362120,-188968],[-361055,-190933],[-358586,-182787],[-370443,-457650],[-371041,-458117],[-366730,-510805],[-366528,-510483],[-364068,-522553],[-365814,-519230],[-365642,-516512],[-366083,-516453],[-363092,-515579],[-362267,-525071],[-359010,-545901],[-366408,-48594],[-369319,-74132],[-369366,-72665],[-364015,-75060],[-364406,-72395],[-364501,-69012],[-361591,-75657],[-358852,-77390],[-14967,-151066],[-17298,-150561],[-15380,-148906],[-14224,-149487],[-19453,-150866],[-21248,-146886],[-18233,-150709],[-19457,-141209],[-17033,-144571],[-22425,-152722],[-23690,-153181],[-23628,-167739],[-20091,-168863],[-23412,-169142],[-19277,-178313],[-17781,-177285],[-16898,-176819],[-13014,-166624],[-14698,-171295],[-25334,-180965],[-24935,-181418],[-24077,-182209],[-24502,-180941],[-16853,-186356],[-21684,-180447],[-21353,-181962],[-19051,-184492],[-13214,-181185],[-17156,-184024],[-16607,-180144],[-18168,-183400],[-22473,-190001],[-22826,-189680],[-22167,-189626],[-25039,-190226],[-22738,-201529],[-24319,-199543],[-25498,-197607],[-22269,-198225],[-14983,-201703],[-16335,-202013],[-23894,-192275],[-20822,-193236],[-18328,-200462],[-14797,-195662],[-15776,-198382],[-23743,-208696],[-24791,-206710],[-25394,-210304],[-24540,-208670],[-24949,-207528],[-16932,-206900],[-13494,-208257],[-16275,-208931],[-16989,-209935],[-18267,-211362],[-16406,-212215],[-14628,-214623],[-20060,-226245],[-24907,-224035],[-18331,-225997],[-19646,-223723],[-21859,-223376],[-17339,-229315],[-20393,-228337],[-23050,-226179],[-15924,-222001],[-15703,-221344],[-18275,-219667],[-16750,-219714],[-17020,-221029],[-15234,-218282],[-20291,-220408],[-25411,-235285],[-13309,-239055],[-19495,-253835],[-19975,-255621],[-21446,-252404],[-21816,-252076],[-14863,-258623],[-13719,-263409],[-20728,-258949],[-18123,-262581],[-16000,-268039],[-17471,-277461],[-19453,-273731],[-15709,-273986],[-14524,-271284],[-12822,-271095],[-22578,-274832],[-20036,-280015],[-21522,-279792],[-14330,-285445],[-13592,-285065],[-16613,-286872],[-23339,-289667],[-24336,-290539],[-25308,-289290],[-23844,-286291],[-19037,-286210],[-20241,-286633],[-24892,-295487],[-23888,-369311],[-25528,-367147],[-19690,-372286],[-19834,-382994],[-16009,-376217],[-17411,-374760],[-21029,-379667],[-14869,-383724],[-15539,-381696],[-13451,-388508],[-15007,-389663],[-15056,-385862],[-23824,-471338],[-22469,-468740],[-23068,-473290],[-22239,-472684],[-17261,-474891],[-15385,-491683],[-15738,-489789],[-15104,-494321],[-15949,-492761],[-17194,-493572],[-13453,-501783],[-382720,-455513],[-380716,-463126],[-381459,-462291],[-380415,-461681],[-377406,-485136],[-377950,-479465],[-376729,-43198],[-377539,-43283],[-383410,-44332],[-383054,-43956],[-378029,-76470],[-379151,-73531],[-373350,-73560],[-371501,-72187],[-374274,-72592],[-375414,-70792],[-375967,-71946],[-376257,-73855],[-396442,-268531],[-392156,-270439],[-384208,-269907],[-393101,-401532],[-394175,-400912],[-389888,-459364],[-384027,-456272],[-390526,-471911],[-390063,-469978],[-386206,-466279],[-409367,-264920],[-402479,-396648],[-399218,-400078],[-434670,-245328],[-433235,-457726],[-446991,-171263],[-436034,-186013],[-435714,-181091],[-447032,-207953],[-438172,-240130],[-438631,-447557],[-447395,-442377],[-437514,-448476],[-444573,-84085],[-457799,-126287],[-452616,-154760],[-455119,-155249],[-453201,-211999],[-450441,-220593],[-458729,-218846],[-448230,-442212],[-452202,-78339],[-458456,-77306],[-455896,-79109],[-456350,-78124],[-452817,-77405],[-459321,-96932],[-457714,-99146],[-455727,-95177],[-458440,-100593],[-453252,-94298],[-471757,-132691],[-462747,-168228],[-470955,-197164],[-467880,-201149],[-464670,-212394],[-462052,-5986],[-464819,-8311],[-464477,-491412],[-461505,-60359],[-466778,-92716],[-466478,-96008],[-466277,-96908],[-471381,-100262],[-463278,-101719],[-471562,-99861],[-465150,-104424],[-463410,-105999],[-465535,-106898],[-466928,-102413],[-462750,1935],[-463300,4210],[-462440,5384],[-467074,5025],[-471260,5631],[-469484,4405],[-474323,-207294],[-482991,-496282],[-494199,-137511],[-497304,-222475],[-496559,-227166],[-497168,-430208],[-35742,-146877],[-32415,-146532],[-37644,-146371],[-37266,-148637],[-37509,-165576],[-36266,-165954],[-34991,-165151],[-35583,-163981],[-34702,-167844],[-36833,-167750],[-36785,-166636],[-35369,-167895],[-31470,-173214],[-32150,-172988],[-35071,-171072],[-29439,-173840],[-29213,-176701],[-35070,-166328],[-25882,-181368],[-38395,-183580],[-37841,-184454],[-31466,-190844],[-28278,-189102],[-31853,-191434],[-37588,-200301],[-25806,-199920],[-35197,-202747],[-31054,-201110],[-26642,-201106],[-27042,-203773],[-36700,-200782],[-38393,-198797],[-35514,-195571],[-32316,-201454],[-30938,-200758],[-33363,-198702],[-26398,-197204],[-25785,-195943],[-27080,-192118],[-32660,-196385],[-25996,-205142],[-27034,-225498],[-27248,-223079],[-26603,-224530],[-28723,-226015],[-28751,-221060],[-27024,-228001],[-27186,-235254],[-28056,-233114],[-32339,-231169],[-26900,-235029],[-26175,-230592],[-35667,-250657],[-33513,-254178],[-26564,-268176],[-29862,-277565],[-33613,-276050],[-27883,-294840],[-34081,-376745],[-30005,-373557],[-36726,-458411],[-36475,-459714],[-509282,-184852],[-500416,-189901],[-507173,-191571],[-503495,-201655],[-500156,-203457],[-507106,-214348],[-509147,-218066],[-511425,-234227],[-519545,-203441],[-518836,-200983],[-520170,-212187],[-516495,-212403],[-517169,-211318],[-521592,-214332],[-520672,-205528],[-517936,-235014],[-514013,-231961],[-519728,-443602],[-521220,-457308],[-517584,-497337],[-512470,-498759],[-515034,-103013],[-519044,-109810],[-530247,-454161],[-531531,-473111],[-530407,-468953],[-532632,-479337],[-525023,-481678],[-525359,-478118],[-529250,-473928],[-531956,-92015],[-527102,-109062],[-537957,-96694],[-559377,-137682],[-554497,-160675],[-50653,-134341],[-48292,-136875],[-50288,-142798],[-50209,-141175],[-49342,-146760],[-46103,-140832],[-39946,-148333],[-42650,-151872],[-40837,-153082],[-42531,-150673],[-43983,-149621],[-42510,-149030],[-46849,-146277],[-48572,-161315],[-47888,-160485],[-47705,-159107],[-46143,-157864],[-45635,-162229],[-44357,-162065],[-43153,-162967],[-43690,-161508],[-42078,-162853],[-41887,-161415],[-40670,-161136],[-40119,-161595],[-43189,-160848],[-47447,-165034],[-49243,-168608],[-48347,-167705],[-48682,-166924],[-46073,-168007],[-38478,-169357],[-49164,-173080],[-49217,-199298],[-50666,-196618],[-40770,-196725],[-49419,-198374],[-45753,-199442],[-43006,-198828],[-40659,-200825],[-50596,-215183],[-48558,-213161],[-49567,-215123],[-49489,-207238],[-50461,-208945],[-50883,-211869],[-48190,-228558],[-46064,-223483],[-51198,-232295],[-41804,-231667],[-44793,-260637],[-39080,-367995],[-45961,-465789],[-57891,-137845],[-55501,-135935],[-53753,-131870],[-57247,-136296],[-53582,-133496],[-58961,-136998],[-52012,-139944],[-58421,-133579],[-54611,-128557],[-59429,-130727],[-58326,-145469],[-52255,-146018],[-56021,-149470],[-57293,-149661],[-53199,-149315],[-54607,-143491],[-54796,-141151],[-52432,-142979],[-62585,-150867],[-60403,-151073],[-61311,-150020],[-60942,-154443],[-63362,-154977],[-58412,-156373],[-63314,-158947],[-54848,-165108],[-54944,-162684],[-57498,-165257],[-56843,-165691],[-56161,-164064],[-55302,-164144],[-59925,-162827],[-62263,-163864],[-59722,-164013],[-53591,-160941],[-53732,-160465],[-61720,-161612],[-57228,-157631],[-51269,-165091],[-51203,-165997],[-60109,-173153],[-58593,-173588],[-58767,-171695],[-61892,-171771],[-63617,-174594],[-54921,-168355],[-63044,-170525],[-59119,-168282],[-60246,-167317],[-62679,-186586],[-57268,-191513],[-61854,-191938],[-51766,-195148],[-59709,-191918],[-57565,-192401],[-59579,-201609],[-59124,-202589],[-63985,-199989],[-63895,-198398],[-60072,-201205],[-57866,-201389],[-54714,-201665],[-52892,-197346],[-56429,-196624],[-52468,-210566],[-56518,-218482],[-63864,-227923],[-52932,-224779],[-51970,-227462],[-56166,-226558],[-57658,-219429],[-59633,-220633],[-63745,-236715],[-54006,-233814],[-54485,-235280],[-61145,-231490],[-51821,-233364],[-52118,-232338],[-57549,-230211],[-62545,-254504],[-62957,-251355],[-57065,-252071],[-63223,-256333],[-62664,-255971],[-62795,-262579],[-63384,-263554],[-58696,-272148],[-62183,-278448],[-62039,-275298],[-56058,-273782],[-54984,-275412],[-63360,-284427],[-56505,-282207],[-67351,-134847],[-64781,-128605],[-67291,-139344],[-70357,-133505],[-68305,-137868],[-71659,-129445],[-69084,-131844],[-76350,-135814],[-73946,-132238],[-72011,-130837],[-68862,-137860],[-64789,-147910],[-65056,-153193],[-66947,-145991],[-67498,-142265],[-69711,-145973],[-74053,-141720],[-74182,-152612],[-68540,-151117],[-70827,-143367],[-75245,-145025],[-64709,-156770],[-75083,-155183],[-71526,-154828],[-65788,-155283],[-70461,-160972],[-76415,-161186],[-76708,-163311],[-64086,-161172],[-74661,-178897],[-72830,-178716],[-65200,-168613],[-64457,-168281],[-67299,-173499],[-71673,-175957],[-66420,-174498],[-65067,-177609],[-67562,-178005],[-68631,-191087],[-71525,-191735],[-66808,-181476],[-69690,-195771],[-71953,-201705],[-64071,-200080],[-65836,-192300],[-68055,-194665],[-67435,-195893],[-69144,-199456],[-70328,-200899],[-70972,-201654],[-68056,-218274],[-71896,-218647],[-69201,-224522],[-69642,-230148],[-74376,-239745],[-70296,-232406],[-74150,-247649],[-65210,-267727],[-72720,-276132],[-74955,-279165],[-64128,-270186],[-64989,-271097],[-66869,-269221],[-68773,-285382],[-70064,-284773],[-67752,-288048],[-65424,-285298],[-75298,-43421],[-73204,-48841],[-89215,-134239],[-79552,-129818],[-81191,-132113],[-81686,-136066],[-81637,-132870],[-80898,-133375],[-77006,-144564],[-77162,-141485],[-77730,-143315],[-80905,-148002],[-85276,-148675],[-82493,-143385],[-80560,-145562],[-79262,-148160],[-84083,-146913],[-83478,-147700],[-83995,-152638],[-78687,-157007],[-79043,-158370],[-79025,-166114],[-76829,-154095],[-85608,-162098],[-82372,-162452],[-80357,-169073],[-77241,-169375],[-85070,-168453],[-87373,-175147],[-85791,-178577],[-81645,-167513],[-83655,-170266],[-83117,-180047],[-80034,-184511],[-79955,-179694],[-89334,-190740],[-86577,-181730],[-87277,-184986],[-87582,-189844],[-81591,-188940],[-87315,-195661],[-88130,-193686],[-77736,-201384],[-79265,-202643],[-82547,-193140],[-87174,-213175],[-81474,-206544],[-85623,-220802],[-81118,-228666],[-83138,-238440],[-82243,-231053],[-85886,-233758],[-78639,-232963],[-83270,-235831],[-89365,-233882],[-78285,-247952],[-77625,-279400],[-86767,-279841],[-88369,-280005],[-81463,-281300],[-77673,-281954],[-83834,-302970],[-88796,-356511],[-78285,-23912],[-86722,-24725],[-84594,-22356],[-85561,-24621],[-86153,-24979],[-84567,-33002],[-81138,-33993],[-81723,-27884],[-79053,-31091],[-77452,-47540],[-86840,-59040],[-83405,-59624],[-78665,-51757],[-98922,-138768],[-96907,-140479],[-97313,-139466],[-96743,-138908],[-95643,-132270],[-92142,-133750],[-94048,-130298],[-100098,-131065],[-98166,-132508],[-96463,-129071],[-100080,-135235],[-101392,-139352],[-102274,-138650],[-95316,-141195],[-100490,-149828],[-100702,-150983],[-92412,-153002],[-90826,-147956],[-97973,-152982],[-101354,-162274],[-91032,-159075],[-95384,-178141],[-101248,-170972],[-92382,-170749],[-101014,-168498],[-101386,-171509],[-96049,-171711],[-92146,-175307],[-99805,-177021],[-96795,-181813],[-93354,-191052],[-94745,-187996],[-97595,-190990],[-98390,-184618],[-93140,-186210],[-91693,-186395],[-99493,-186403],[-90538,-195893],[-93029,-193580],[-100101,-195456],[-91045,-204893],[-92425,-208238],[-94379,-220309],[-100680,-227991],[-89782,-228705],[-93711,-238973],[-93846,-238002],[-101376,-266374],[-96658,-286900],[-91096,-290511],[-102249,-285211],[-90259,-355033],[-101416,-366794],[-94827,-366975],[-98173,-366147],[-101809,-359836],[-99989,-358788],[-101766,-359344],[-94093,-20735],[-94824,-24943],[-93133,-17686],[-92023,-17521],[-94351,-17203],[-99834,-18860],[-93550,-14464],[-101043,-13966],[-100135,-36705],[-96183,-43059],[-92449,-38587],[-110005,-123610],[-114411,-128527],[-106371,-150193],[-104870,-152540],[-112829,-149957],[-107640,-150806],[-112487,-152528],[-102978,-149150],[-105531,-152839],[-108805,-155774],[-111622,-154314],[-114133,-156917],[-105282,-164524],[-104784,-165755],[-106008,-158337],[-110559,-168118],[-113539,-167190],[-103447,-176636],[-115047,-173824],[-103569,-172025],[-104102,-166578],[-110393,-180133],[-111655,-181031],[-107652,-179775],[-114428,-181743],[-106257,-181179],[-103480,-180800],[-104223,-182436],[-111918,-185770],[-112342,-186776],[-110688,-187219],[-111610,-190253],[-110177,-189600],[-114832,-202025],[-111175,-202295],[-113149,-201042],[-102548,-194964],[-113490,-195987],[-114813,-208205],[-112698,-221473],[-106222,-219684],[-107060,-222630],[-108456,-222904],[-107714,-221726],[-106175,-255752],[-102405,-253928],[-114707,-245432],[-105119,-256965],[-114109,-300498],[-103807,-363147],[-108372,-370615],[-104922,-364523],[-105183,-370022],[-106098,-369933],[-105206,-367450],[-105638,-366552],[-114008,-370816],[-104250,-365859],[-103792,-364283],[-105501,-370571],[-108278,-362153],[-104081,-15780],[-102531,-13267],[-109201,-373165],[-110130,-374496],[-109670,-373683],[-104077,-376006],[-102434,-373233],[-106926,-371676],[-114551,-372506],[-108814,-387599],[-103598,-54663],[-104492,-55443],[-111982,-96949],[-105306,-101719],[-103516,-105969],[-109529,-104795],[-114321,-108332],[8701,-153308],[11679,-148136],[10078,-147335],[8854,-148972],[1811,-151614],[2549,-150906],[1882,-149597],[4805,-148453],[8000,-146331],[9497,-144524],[1652,-148301],[11839,-145559],[2339,-153321],[10008,-155169],[5890,-154262],[3690,-163224],[10681,-163881],[11942,-159455],[6866,-164529],[6276,-163582],[4202,-171429],[5389,-172781],[5616,-171645],[8256,-166844],[3105,-186331],[5104,-185659],[4132,-186772],[7731,-195397],[12106,-193557],[5831,-196126],[7813,-196789],[8467,-196316],[3772,-203885],[5326,-202784],[4466,-197055],[348,-204350],[9764,-197207],[7671,-204401],[11585,-199562],[9887,-201122],[8406,-199937],[5279,-201225],[4964,-198988],[10952,-198021],[1155,-201795],[1604,-209295],[8250,-210407],[3359,-215595],[6584,-205512],[11341,-211740],[6173,-207548],[5665,-208975],[1577,-205773],[51,-212689],[8730,-213801],[9987,-215617],[10215,-208337],[12086,-206005],[2679,-207167],[11276,-215846],[3756,-207177],[10063,-205679],[7692,-205821],[10874,-211030],[520,-205008],[2538,-208726],[4238,-229793],[540,-228804],[7432,-222124],[8386,-222378],[884,-225367],[8936,-223594],[7290,-227385],[11561,-217824],[8183,-227266],[8309,-220174],[9363,-227751],[5437,-217420],[988,-220856],[6753,-218038],[1652,-224639],[396,-223215],[2476,-218158],[4928,-239423],[5417,-241468],[1895,-241745],[12584,-247140],[1854,-243843],[10943,-244339],[7155,-259578],[8033,-280003],[4159,-271239],[5277,-270558],[7486,-281354],[858,-367812],[2537,-367972],[834,-377210],[278,-378589],[1806,-375690],[275,-391720],[5896,-389256],[1523,-387160],[627,-387602],[1207,-388321],[5199,-387770],[4526,-389685],[7057,-392389],[9047,-392099],[5662,-388583],[5746,-394179],[5895,-394692],[4682,-395872],[3903,-396562],[11645,-392773],[3548,-392032],[1679,-393518],[8953,-396479],[5413,-406487],[12426,-401799],[9792,-407474],[9643,-406171],[10939,-399308],[6678,-397755],[12540,-397826],[12653,-400897],[9734,-405173],[8871,-404783],[9175,-406126],[7332,-407220],[7624,-407610],[2842,-405653],[7120,-403878],[7013,-407194],[6468,-404691],[3953,-397523],[9013,-397220],[7164,-414754],[9525,-416039],[10340,-410436],[10894,-442436],[11502,-441724],[9429,-441726],[6430,-436507],[431,-459464],[4481,-457842],[11746,-454557],[10526,-464576],[3444,-460626],[7302,-484947],[2933,-502553],[132637,-123511],[133390,-126167],[136454,-121368],[139644,-124956],[136533,-124951],[136682,-129636],[135759,-130075],[134295,-129425],[135518,-128271],[136035,-128143],[135952,-129308],[136107,-137362],[134747,-137986],[133402,-137059],[133661,-136893],[136955,-136799],[133499,-131048],[134469,-130713],[138152,-172952],[131521,-178975],[129425,-178525],[138680,-170786],[130811,-178356],[128840,-174141],[129638,-169080],[131847,-168725],[131828,-169255],[133531,-169495],[133212,-168019],[130693,-168676],[132202,-168437],[132113,-172913],[131866,-172642],[135264,-187009],[135936,-185978],[128367,-183557],[129539,-184475],[135765,-182202],[134618,-182257],[136709,-199593],[132925,-192126],[139998,-191805],[130849,-203274],[131147,-202750],[129656,-203682],[128488,-203223],[134293,-200902],[131681,-198843],[140315,-199852],[138854,-200080],[131182,-200044],[138635,-201317],[128859,-193530],[128440,-193689],[130158,-192697],[131161,-192539],[133427,-198500],[128994,-197459],[131641,-197870],[131176,-202149],[131593,-196167],[129834,-198557],[128385,-192140],[137170,-215584],[130102,-212557],[140416,-211812],[130619,-212003],[139915,-213018],[136828,-224147],[138465,-226225],[138683,-240228],[131777,-233475],[130567,-236667],[132557,-238423],[130520,-234744],[135264,-233028],[131449,-236922],[138835,-238009],[135626,-239093],[139358,-238919],[134515,-234186],[135723,-240142],[136314,-235969],[135106,-239560],[133498,-241860],[128534,-239522],[134503,-238246],[128541,-242207],[133892,-236758],[133999,-238363],[130556,-239318],[139244,-254319],[138543,-254255],[137845,-271525],[131171,-274846],[130133,-270580],[134026,-304811],[134158,-300006],[129354,-310601],[137417,-312845],[133433,-312968],[139028,-308414],[133382,-316365],[135962,-311195],[137815,-309251],[129663,-309964],[138291,-310388],[134932,-313459],[134434,-318372],[137916,-317354],[134689,-311294],[133365,-330906],[140660,-325279],[138912,-321575],[140734,-320655],[139207,-325049],[134492,-331028],[135718,-329951],[140427,-321658],[140660,-324484],[129165,-332556],[136640,-329823],[131095,-342331],[129344,-337350],[129651,-341609],[134327,-343394],[138976,-338614],[138671,-337847],[128192,-345889],[129602,-353352],[131552,-353439],[132864,-354363],[137328,-355992],[134503,-352053],[131252,-352695],[136523,-356387],[136657,-365765],[132616,-362767],[133679,-361887],[130807,-360476],[128094,-59793],[130430,-59213],[135823,-59993],[136175,-63247],[135472,-71554],[139303,-68712],[134995,-65280],[139665,-74710],[138729,-73615],[137184,-73402],[136683,-73438],[133650,-71747],[138396,-65165],[139538,-64730],[140027,-88409],[140685,-89393],[128982,-87731],[137275,-84048],[132846,-87962],[133219,-84579],[138460,-78986],[138176,-76681],[132055,-85585],[137611,-87112],[136396,-81249],[138982,-81540],[133609,-76684],[133638,-77514],[139764,-90039],[137932,-89986],[137194,-92001],[132253,-92494],[131687,-95961],[128651,-98117],[131654,-93584],[132425,-95858],[136505,-93141],[137341,-94224],[138026,-94875],[132801,-90711],[129866,-100828],[133354,-102313],[131377,-106670],[131405,-112210],[152876,-126568],[153304,-124102],[153067,-124420],[151204,-118985],[146738,-123577],[152474,-120915],[142161,-126601],[146335,-125110],[147516,-131666],[146603,-134422],[148640,-131838],[146269,-140549],[148930,-138261],[146127,-136491],[148144,-137043],[148975,-136128],[149779,-135590],[151151,-164009],[146452,-159377],[152397,-160075],[151708,-162474],[145681,-161190],[145686,-162648],[146282,-163425],[146165,-176474],[143892,-178481],[142971,-176516],[143064,-176249],[146103,-167515],[147088,-167483],[150363,-167993],[146408,-179853],[147162,-185481],[148133,-191152],[147737,-200778],[142395,-199425],[148546,-200302],[147874,-222449],[149341,-224181],[148361,-239389],[145120,-242188],[142598,-235203],[145720,-239345],[142927,-236467],[152431,-232854],[144711,-241185],[148202,-241930],[143390,-241343],[142619,-234462],[142276,-238176],[142281,-239736],[145616,-242517],[145387,-250696],[144157,-253214],[143308,-253809],[146237,-251343],[142855,-252621],[153206,-255518],[141721,-254158],[145304,-249178],[143811,-254792],[145965,-251642],[145016,-249190],[146189,-248071],[149206,-250546],[147934,-248078],[146905,-247661],[147314,-245755],[144436,-246819],[151029,-261545],[142141,-256519],[143101,-257342],[143118,-256859],[143360,-257585],[153509,-258125],[147528,-280238],[147580,-280231],[149315,-290196],[147478,-283285],[144858,-294010],[153591,-283987],[152422,-289044],[143918,-281523],[151737,-305565],[147365,-296775],[149912,-295078],[152370,-299892],[151857,-300414],[150236,-307812],[151251,-308468],[142684,-315574],[151808,-327665],[144696,-326413],[147184,-326566],[147913,-319879],[151517,-324425],[152361,-323821],[151007,-320126],[149592,-321628],[143021,-325767],[152816,-336858],[152435,-337451],[153313,-343072],[141713,-337656],[141608,-336857],[143756,-355213],[153495,-345738],[147752,-355674],[151269,-357059],[145917,-357965],[152031,-360027],[142091,-51961],[147270,-54101],[147858,-62815],[150895,-72242],[141111,-74785],[146298,-69853],[150357,-67322],[144799,-68424],[143327,-69723],[144396,-68420],[148464,-72564],[150959,-75036],[140901,-73358],[143331,-85683],[145418,-88520],[144002,-89016],[147867,-87130],[146460,-86871],[148212,-88410],[140910,-81722],[150778,-88920],[146314,-77644],[144584,-89876],[144213,-92142],[141889,-98082],[143621,-94614],[142942,-93292],[146737,-95442],[149791,-92795],[149098,-90533],[141476,-100026],[148596,-99993],[146897,-100950],[144967,-107672],[142519,-105198],[144684,-106031],[144531,-110539],[146819,-107975],[162620,-122596],[158757,-122681],[158734,-124756],[160161,-128248],[157012,-124885],[164711,-117060],[161551,-115244],[155846,-115417],[158631,-118714],[156624,-119810],[158809,-117036],[157195,-118508],[160210,-117240],[154375,-125856],[155802,-124862],[154427,-126877],[154189,-122759],[153704,-116854],[165657,-139788],[161747,-128635],[160010,-135489],[159224,-132830],[157961,-134102],[163052,-144660],[163540,-154825],[164593,-156412],[161097,-146802],[166701,-149161],[164145,-146364],[163595,-148102],[155734,-160987],[158841,-173169],[158320,-171685],[157639,-172860],[157884,-220065],[156707,-242714],[156360,-237440],[160669,-236936],[164650,-238674],[159097,-245595],[156732,-244560],[156716,-266731],[159021,-266293],[157058,-257693],[158401,-257612],[153921,-259063],[153664,-258558],[155879,-258617],[154842,-257896],[155424,-257486],[154184,-256967],[154745,-257225],[155219,-256261],[163201,-267889],[163564,-264571],[156511,-268221],[159316,-267967],[165083,-262963],[165719,-264250],[153794,-278049],[163120,-279034],[166133,-269590],[160331,-275530],[158508,-270860],[159843,-272569],[160938,-273734],[161857,-273205],[162109,-272161],[161136,-272467],[163963,-269268],[154652,-298854],[162858,-296696],[162574,-306708],[159541,-306328],[159332,-319555],[155254,-324895],[154212,-322642],[163192,-329244],[161605,-332063],[158781,-321469],[156812,-321597],[154375,-337143],[153674,-334499],[158581,-332771],[164238,-334411],[161024,-333503],[163109,-334283],[155208,-343122],[166351,-342572],[161980,-336015],[165165,-336729],[160512,-335549],[155281,-352193],[154749,-353685],[158048,-357468],[158210,-354555],[165282,-345958],[158760,-353502],[160419,-350474],[162091,-349222],[165358,-348846],[166370,-357415],[164736,-346700],[163254,-347408],[159005,-348809],[157261,-346525],[156211,-370307],[162926,-49988],[164704,-55744],[166164,-52142],[165541,-56092],[166044,-62847],[161868,-63226],[162854,-63398],[158914,-53390],[158927,-58130],[156508,-53248],[154194,-53014],[153776,-59936],[155239,-65985],[156660,-75150],[158234,-71968],[159370,-73674],[158883,-71042],[154217,-72911],[156794,-76345],[154301,-75507],[159904,-66216],[158664,-68674],[154277,-86469],[156653,-84055],[156719,-85939],[165916,-77084],[160701,-80387],[160526,-85469],[164081,-100708],[163089,-91145],[163575,-90002],[163269,-95028],[163508,-92198],[161501,-92400],[157171,-91326],[159159,-92909],[164342,-98320],[165280,-109263],[164904,-105432],[162511,-103350],[163862,-104640],[164834,-103759],[165710,-116078],[163778,-109644],[164149,-108371],[156026,-113803],[156627,-114973],[159596,-110285],[156804,-111337],[160626,-110946],[158242,-105336],[158251,-106804],[160483,-107512],[158230,-108193],[158558,-109461],[175892,-117236],[174450,-117447],[170479,-122639],[171097,-128002],[170826,-128134],[167625,-130885],[166716,-152789],[168345,-145319],[168128,-171745],[174568,-222443],[167536,-266079],[167485,-268331],[172007,-267035],[171231,-267614],[170844,-267371],[176149,-281341],[176443,-273907],[175320,-280241],[169514,-277989],[169015,-276154],[166773,-278450],[170780,-271482],[169965,-270944],[168646,-269962],[170698,-268763],[172545,-277951],[171965,-275726],[174394,-278594],[173958,-278326],[172757,-291985],[171827,-284050],[175414,-288071],[175613,-284706],[175129,-283935],[178534,-289167],[178168,-294130],[174572,-294987],[174826,-332052],[178924,-341494],[168667,-334925],[177166,-336194],[178161,-335475],[178906,-333777],[178352,-338436],[174571,-338989],[166607,-344437],[178074,-338887],[170149,-336150],[167452,-336529],[168640,-333628],[167612,-347303],[170510,-355379],[171967,-354034],[173796,-352649],[175359,-356751],[173900,-348492],[174695,-349474],[174045,-347536],[172107,-350368],[171423,-358688],[172538,-363798],[174520,-360849],[175160,-365756],[177632,-368640],[179150,-360313],[171056,-360775],[173497,-61267],[166275,-54748],[169348,-53204],[178081,-60165],[174740,-59522],[169537,-63773],[174008,-72595],[176823,-71595],[177038,-75751],[173249,-70609],[168417,-75224],[167017,-68563],[172996,-64839],[177892,-72611],[176907,-75104],[172787,-67828],[176434,-69615],[170422,-74205],[170164,-68950],[167635,-66985],[174408,-82866],[173913,-84117],[178459,-87855],[174790,-81202],[168993,-88925],[166534,-78531],[170168,-77210],[169322,-79581],[172075,-83541],[176370,-83540],[170886,-77684],[171900,-95716],[167751,-95750],[169018,-94772],[169466,-95815],[169951,-98131],[170135,-93696],[166565,-108711],[167412,-105860],[167374,-111363],[167314,-114219],[167750,-110682],[167360,-107286],[166445,-107683],[167426,-109352],[170286,-106311],[193127,-112047],[191395,-186460],[184386,-182421],[184800,-185526],[186133,-188376],[191168,-240043],[186951,-243194],[180615,-288965],[185332,-292575],[181413,-291502],[179201,-290660],[187001,-293860],[189312,-294591],[185526,-298722],[191048,-299238],[189019,-294447],[186932,-299767],[188281,-296112],[190770,-302066],[186526,-344291],[182594,-340017],[184236,-337144],[183935,-338762],[181087,-357119],[181106,-357077],[181820,-355884],[181190,-354007],[182390,-349723],[182712,-347774],[184707,-345563],[179663,-370495],[186269,-370916],[180472,-367714],[179260,-364743],[179907,-362804],[180813,-361358],[179388,-359751],[183390,-362141],[184984,-364383],[185443,-364726],[182667,-368727],[187614,-364430],[190571,-364064],[187611,-362188],[180091,-73452],[182722,-75915],[185326,-72703],[182287,-77645],[186620,-78353],[180248,-84845],[181877,-89513],[183256,-98151],[202005,-126920],[192574,-119172],[194187,-212681],[194131,-215160],[192010,-214756],[196483,-219650],[203112,-238745],[202796,-235815],[200844,-235508],[199971,-234951],[201529,-233259],[197790,-232229],[197845,-231929],[197727,-233151],[198564,-234342],[194462,-231432],[194609,-232845],[197069,-242243],[194793,-242475],[194967,-243464],[193687,-302468],[194126,-300051],[201141,-300588],[197921,-299224],[197172,-299790],[196701,-300908],[193862,-364160],[198579,-364857],[203965,-89020],[202418,-94114],[194797,-93244],[207590,-169412],[205552,-103393],[102075,-228560],[21671,-138889],[23130,-140947],[24799,-141297],[12824,-145106],[20238,-144813],[20741,-144091],[14372,-155513],[16080,-156055],[13495,-164099],[22211,-162169],[21598,-163907],[16137,-161909],[24070,-159214],[22587,-161538],[22356,-157445],[19413,-174953],[18770,-168304],[16751,-170893],[20655,-174676],[25291,-171862],[18180,-171651],[22697,-187635],[19951,-188381],[18062,-185995],[16475,-186876],[19160,-182227],[14567,-189953],[16803,-183335],[17085,-186041],[19106,-184448],[18280,-186101],[16443,-190038],[20835,-181572],[24576,-180900],[24224,-182860],[15756,-190861],[20013,-190180],[19703,-190190],[23693,-192274],[15310,-202754],[24475,-197469],[16302,-198029],[21248,-199094],[22807,-198089],[13185,-194978],[14609,-194302],[14598,-204288],[22907,-199510],[22901,-201614],[19298,-201889],[19454,-204405],[19575,-202733],[15885,-192632],[13798,-201511],[13492,-198950],[15509,-194559],[19605,-194078],[18378,-195860],[18435,-199126],[14299,-204952],[15478,-216263],[23663,-212900],[24858,-216239],[20814,-214335],[23231,-205320],[16449,-213851],[13294,-209204],[14025,-209454],[18205,-212841],[17776,-212627],[18606,-211551],[13173,-213181],[18817,-210401],[20885,-213696],[25363,-214722],[19805,-209331],[14596,-212765],[14024,-211151],[17368,-205438],[16590,-209472],[17654,-208090],[23088,-211097],[22134,-227480],[24639,-226450],[15786,-217407],[13560,-218097],[13145,-217513],[13247,-229436],[22398,-226457],[23144,-234535],[24149,-235806],[18154,-231717],[17510,-230900],[19528,-233302],[18722,-233264],[15217,-231211],[19294,-240166],[19712,-239254],[24661,-242292],[16261,-239297],[15264,-238032],[21677,-246497],[20307,-244725],[13115,-243238],[14309,-243196],[15473,-248702],[17372,-243291],[23423,-256191],[13881,-256954],[14956,-256272],[23230,-261675],[18405,-268533],[21776,-266323],[14235,-382833],[14738,-383770],[22841,-389093],[24251,-394697],[22375,-392422],[22918,-394486],[21268,-392671],[21763,-391845],[21795,-394711],[14879,-390279],[14447,-390250],[17713,-387403],[17942,-385865],[18870,-387519],[24137,-387619],[21384,-387910],[19766,-387197],[15537,-386683],[15661,-385320],[14289,-385381],[16554,-387883],[19483,-408769],[14003,-401220],[14683,-398330],[17743,-400674],[20883,-398457],[19998,-400007],[18999,-399486],[15837,-397044],[14112,-398631],[15712,-401169],[16084,-402180],[14725,-397581],[15368,-418127],[19100,-417503],[19367,-413160],[14977,-415837],[14996,-415296],[19880,-420827],[18057,-430334],[19940,-424893],[12859,-446331],[25227,-445245],[25486,-443149],[13565,-451360],[16088,-452050],[14301,-456788],[23801,-448306],[17463,-452320],[14834,-455084],[17664,-453526],[21469,-454209],[13326,-466905],[318873,600630],[316009,600932],[319351,601788],[319780,595810],[315150,609074],[316639,611161],[314584,606702],[315607,605373],[315725,602104],[319786,604858],[320030,600281],[321788,596383],[322725,594711],[332025,592649],[329065,589533],[330750,592364],[321969,593462],[328260,613878],[327911,614214],[323063,610760],[322420,613333],[322085,614272],[323395,613725],[320690,604120],[331280,619227],[320916,618671],[322074,616928],[324657,620112],[327295,623682],[331263,624352],[323149,616621],[344464,586877],[341190,588620],[339791,587998],[343844,597769],[345545,598449],[344766,598913],[339877,590789],[339108,617169],[337043,622424],[338313,626145],[345059,621159],[344560,625007],[337775,624119],[340717,622439],[342680,626238],[337353,627864],[348065,601563],[348935,612686],[349484,605970],[352184,617667],[346454,625261],[30086,-136148],[27409,-138650],[27838,-141665],[36335,-152722],[37906,-156986],[26979,-165674],[34302,-168547],[34079,-171776],[35169,-167523],[29954,-169331],[25977,-170688],[30615,-174134],[35415,-174217],[27206,-182969],[35307,-181568],[31141,-182757],[28349,-183620],[35340,-186899],[37578,-180528],[35953,-179773],[35547,-191748],[33710,-184532],[27377,-189570],[28744,-186379],[32662,-184871],[26983,-189747],[28909,-187948],[26857,-190059],[29813,-187543],[30153,-189710],[25708,-190951],[32723,-189932],[31728,-189875],[26456,-182464],[28351,-183937],[29154,-184285],[30125,-184076],[32868,-186147],[31343,-187033],[32955,-189874],[33981,-188902],[37348,-195210],[35200,-194576],[35209,-197017],[33156,-192148],[32219,-192167],[29589,-192813],[36637,-198709],[30782,-196832],[26051,-194766],[27510,-196972],[28266,-196857],[27539,-192009],[28298,-203007],[30649,-202054],[29911,-202190],[30328,-210800],[28359,-207054],[27088,-225023],[33776,-229733],[35509,-229917],[33435,-229402],[29839,-218072],[29089,-234567],[37373,-234301],[35693,-230793],[32495,-234040],[36583,-235817],[37499,-235022],[29500,-238586],[29378,-238178],[34595,-235761],[34802,-237793],[26247,-230578],[26080,-231879],[33100,-231038],[26435,-233999],[27133,-242482],[28432,-251916],[26014,-252583],[25731,-248498],[34560,-248382],[28380,-249516],[36147,-251732],[34185,-252249],[33344,-252157],[38230,-251067],[27187,-256923],[27015,-256965],[33627,-262465],[32394,-265638],[34970,-262510],[35806,-262111],[38340,-262068],[38327,-267823],[30382,-269583],[30446,-269389],[29375,-272088],[27813,-273253],[27390,-275159],[26219,-273361],[25660,-274390],[26512,-275665],[34318,-369842],[37599,-374760],[38128,-375965],[34223,-372512],[34941,-381139],[33183,-378327],[34195,-380571],[35946,-383135],[30401,-383692],[32061,-373666],[34180,-378883],[26019,-394311],[36095,-389009],[30352,-393846],[36945,-385006],[37397,-389476],[32750,-386017],[33711,-393069],[35088,-393424],[35494,-394016],[26211,-393756],[30302,-384283],[31101,-386538],[30421,-386590],[34775,-397938],[37102,-398489],[34896,-417916],[38246,-420137],[34350,-418715],[37416,-417207],[35701,-419656],[34639,-419692],[34152,-418433],[32987,-422092],[32743,-425138],[33040,-429892],[34783,-424893],[37436,-423410],[32240,-427743],[34066,-423905],[29630,-434256],[30601,-428524],[34591,-434376],[31545,-428034],[28988,-432045],[32956,-422975],[32542,-423634],[33020,-427846],[33843,-430827],[38127,-446847],[36245,-443060],[33018,-436234],[38245,-444840],[36618,-437609],[36998,-437763],[38198,-436090],[25716,-435000],[415167,328161],[471404,538793],[471624,573741],[470365,571352],[475550,507986],[485622,696129],[477452,713688],[490362,358338],[489586,362165],[496283,458547],[496625,478165],[496264,483017],[498979,494743],[490953,682432],[495733,709783],[500280,464044],[508952,497233],[511497,597743],[511831,601163],[511820,662161],[510348,668340],[505483,671007],[502136,681736],[45918,-144709],[47966,-146737],[46486,-145630],[45248,-149205],[48824,-146073],[42151,-153011],[38717,-152095],[41082,-152170],[41079,-146764],[38699,-149290],[50425,-141288],[41079,-155517],[42499,-156001],[38423,-156398],[39007,-157123],[39835,-158790],[43642,-158797],[44225,-157372],[46796,-157223],[48364,-158318],[45529,-158067],[46099,-155536],[45191,-165311],[46105,-165440],[47461,-164096],[48298,-163285],[50372,-158666],[51080,-155092],[48268,-166242],[41031,-172121],[45555,-170500],[46964,-170153],[49183,-172289],[41820,-169079],[42444,-167259],[43740,-167796],[47379,-173777],[39389,-173615],[43782,-184270],[46554,-180127],[40366,-184784],[44258,-182950],[48584,-179214],[47598,-187182],[44168,-180942],[39354,-188002],[47552,-182892],[50350,-183716],[39778,-189609],[38836,-184167],[47440,-187736],[42131,-185426],[42290,-185908],[45565,-185088],[45562,-186736],[42109,-189933],[41811,-190971],[43852,-190000],[43178,-189848],[39533,-194863],[44569,-201056],[48695,-201047],[40912,-197368],[42231,-199162],[40931,-197181],[39716,-202801],[39833,-201652],[50167,-194897],[48268,-193793],[50208,-193785],[43942,-211598],[45417,-211203],[42141,-214147],[50600,-215205],[48303,-215897],[46845,-211661],[42368,-212630],[43564,-207677],[41986,-215996],[43591,-211029],[50073,-204643],[48189,-217933],[47374,-223701],[39386,-226541],[42838,-218377],[45138,-227917],[40991,-228682],[41072,-226089],[38716,-229659],[43632,-229643],[40811,-226585],[41152,-222461],[41932,-220236],[47648,-221912],[43094,-227112],[43032,-228504],[39330,-225559],[38449,-226161],[46474,-233058],[43542,-231993],[49861,-233068],[38751,-233282],[42690,-234823],[41071,-235883],[39306,-250934],[47997,-248471],[44780,-244062],[42795,-378538],[48733,-392896],[39582,-389235],[38467,-392311],[48537,-391843],[49208,-391508],[41871,-394773],[48024,-394787],[50329,-394396],[47528,-395064],[38766,-395084],[47051,-388732],[44564,-390738],[42441,-389267],[40421,-390934],[41152,-397258],[38952,-421473],[39219,-428443],[40852,-426539],[40302,-430532],[40644,-429197],[41871,-426960],[50954,-434331],[40490,-422972],[43281,-424750],[44582,-422636],[40361,-431508],[39679,-431312],[39907,-429220],[38797,-433304],[45932,-435236],[43523,-441289],[45974,-438180],[47716,-435875],[38718,-435218],[43857,-446633],[40393,-440137],[39041,-438166],[40126,-436744],[38598,-437021],[40360,-438445],[41967,-441723],[42007,-442998],[41663,-444149],[39150,-444721],[42185,-449867],[49481,-448899],[49368,-451137],[548018,446268],[56976,-116142],[61467,-137591],[61585,-138606],[51745,-138276],[52789,-138771],[63086,-140943],[53314,-144379],[61500,-141726],[59400,-151347],[62963,-149535],[55693,-140768],[55184,-145878],[52201,-145744],[54324,-152759],[53756,-161006],[52317,-160301],[53352,-157573],[52846,-156692],[54310,-155742],[55200,-162629],[58270,-158058],[55616,-156723],[51888,-157612],[51656,-154383],[52542,-167968],[54389,-174319],[57921,-166708],[55473,-170758],[61115,-173466],[60385,-171886],[62763,-178169],[62511,-177122],[59437,-178588],[58921,-178813],[63301,-169279],[63653,-176257],[53735,-183028],[58718,-185702],[51548,-189995],[57130,-181243],[52893,-181758],[58583,-186352],[62877,-183850],[60878,-180936],[60328,-184197],[52960,-197306],[54095,-198477],[53869,-201215],[59462,-195231],[61263,-216423],[58028,-209865],[58534,-210811],[63429,-223505],[57999,-225106],[60393,-224672],[56131,-226954],[58587,-228515],[56914,-229249],[60209,-222454],[58839,-219951],[57906,-227770],[63593,-226582],[60801,-230945],[53750,-233812],[58015,-231517],[56876,-231059],[59942,-241182],[60586,-240851],[55092,-241393],[60095,-240652],[53535,-241959],[59427,-247378],[59324,-244963],[55412,-244091],[56132,-243468],[51525,-247083],[58293,-351016],[59613,-381630],[61565,-378441],[59630,-379567],[63835,-395034],[56819,-388254],[58470,-390525],[57860,-390080],[58693,-394000],[56850,-388016],[61560,-386892],[60797,-388067],[55492,-392497],[54718,-392305],[52175,-391075],[55354,-395758],[53322,-396386],[51590,-392558],[56275,-392263],[58086,-390633],[59573,-395498],[62795,-397915],[55460,-397556],[731534,516121],[733773,515271],[742825,524571],[746000,513979],[75823,-121165],[75428,-120377],[73749,-116484],[73814,-125741],[64540,-135773],[73988,-134054],[75253,-133186],[73452,-132099],[73578,-133107],[75839,-135801],[75694,-137055],[72336,-137790],[66185,-137449],[76224,-138379],[64602,-141460],[65908,-148209],[68129,-145133],[67111,-142964],[76430,-146495],[69180,-148700],[71653,-148802],[67088,-152223],[66588,-153370],[67607,-158447],[66169,-153977],[75219,-164937],[73617,-161831],[71615,-164914],[66795,-166166],[66236,-166112],[64265,-172254],[67015,-173654],[68614,-172528],[67182,-173231],[65220,-173290],[75074,-176668],[67599,-174672],[64546,-166752],[66652,-168124],[64370,-170290],[64666,-169139],[76372,-166487],[76026,-166365],[75457,-166510],[74408,-166723],[69848,-170246],[71764,-169947],[69813,-170291],[71597,-168553],[70141,-173669],[67483,-174254],[76007,-184794],[72943,-189615],[73560,-188478],[74768,-181917],[73528,-185750],[72240,-187440],[70302,-190755],[74770,-186689],[72454,-190897],[71901,-191586],[72574,-189996],[75407,-183841],[69634,-181541],[70001,-192817],[69500,-193383],[70024,-196278],[69307,-195874],[68125,-196564],[72313,-196773],[74618,-198359],[68243,-191887],[73157,-201379],[76104,-200126],[75373,-199407],[75159,-199740],[74936,-200501],[75511,-196099],[67413,-203169],[65835,-198750],[67159,-203399],[69000,-202623],[65930,-198058],[68370,-202968],[67220,-202638],[66311,-202618],[72276,-216715],[64852,-208817],[64696,-207176],[65360,-205330],[71012,-221366],[70388,-222373],[74987,-218564],[69954,-217904],[66258,-227183],[68413,-221310],[71872,-220296],[72006,-221753],[71929,-227813],[69094,-225092],[69060,-226737],[68846,-228851],[66383,-225903],[64653,-226318],[66724,-225508],[70989,-227203],[70982,-222263],[70618,-224085],[71563,-225247],[69863,-220830],[64780,-230115],[70492,-235788],[74194,-240326],[71099,-238249],[70670,-240530],[69700,-243316],[69718,-243883],[75063,-249633],[76359,-244460],[74255,-246251],[74464,-251694],[69667,-248792],[75219,-252848],[76699,-337376],[76097,-335191],[72509,-332828],[67929,-333920],[71907,-345158],[68404,-339331],[71883,-341813],[75332,-345890],[71726,-370322],[75760,-360942],[73501,-362110],[70542,-377297],[72548,-375954],[71968,-374317],[72227,-376900],[76555,-376822],[64715,-377572],[71684,-383711],[65106,-375611],[73081,-389233],[73648,-390406],[70951,-393706],[66511,-388933],[67192,-387976],[67775,-387762],[65668,-391029],[69842,-384584],[70392,-384835],[71524,-384278],[64863,-392981],[68538,-111481],[74552,-114200],[845549,524464],[83986,-115736],[83516,-115108],[88473,-116170],[85609,-115868],[86159,-126434],[89274,-122406],[88875,-123643],[89283,-125277],[82416,-126131],[88951,-115012],[89380,-120991],[84454,-126364],[77667,-125126],[83932,-123739],[86332,-120244],[78806,-121105],[83253,-117005],[77999,-120535],[79728,-134720],[84491,-137984],[81383,-131428],[81645,-131570],[85347,-138740],[80205,-130667],[80320,-130949],[78296,-131032],[88815,-136513],[78016,-134293],[78004,-133816],[89480,-135735],[84610,-139723],[78831,-140585],[77699,-128088],[80265,-141516],[81606,-141240],[86645,-144029],[86338,-145116],[77059,-145210],[88115,-140803],[81037,-146185],[81678,-151029],[86770,-149336],[81757,-149303],[81435,-162102],[79689,-159132],[83822,-157321],[83427,-164591],[82171,-165632],[88510,-159233],[84218,-161321],[85543,-162349],[83886,-157336],[89021,-159519],[89539,-161609],[80177,-168249],[79669,-172373],[82027,-171459],[81775,-169364],[82115,-168377],[78315,-183645],[77850,-183901],[83818,-182255],[87325,-183008],[81844,-181179],[88084,-184910],[87913,-184379],[83407,-183605],[81790,-182317],[80597,-182762],[78785,-182547],[80613,-181876],[76887,-184018],[79932,-184220],[89338,-198006],[83156,-196002],[79308,-194884],[87910,-198633],[83446,-194537],[91842,-217936],[78354,-207202],[79094,-207637],[89085,-211576],[86157,-204653],[83934,-205010],[77592,-213827],[84541,-210463],[78114,-205626],[80397,-206937],[79962,-207988],[83109,-216182],[83964,-207805],[81945,-208098],[83845,-210501],[81128,-210457],[76936,-213764],[86538,-205129],[88784,-227775],[88645,-230110],[79386,-226880],[81400,-224143],[82116,-222308],[84070,-223513],[87781,-219352],[81458,-217658],[79512,-220927],[79827,-224133],[84987,-220019],[84091,-220155],[88292,-222879],[87706,-223971],[88862,-222931],[80256,-240767],[79995,-238553],[88293,-235674],[89122,-237088],[77104,-239024],[88295,-238619],[77196,-231981],[78845,-242202],[81868,-237957],[86515,-236577],[83004,-236625],[85669,-236022],[86217,-236282],[85866,-252951],[78518,-300430],[79504,-300445],[86715,-304664],[87442,-302420],[80209,-297932],[84481,-329255],[87522,-329376],[89120,-329976],[89442,-331632],[88589,-328570],[87509,-327255],[86719,-326803],[84582,-331793],[87801,-325842],[88911,-326481],[86921,-325797],[85934,-324921],[85347,-328157],[79811,-331795],[79339,-333129],[79773,-336001],[78521,-332979],[80714,-335836],[85964,-333161],[84003,-337101],[87173,-338195],[86640,-339265],[85765,-338251],[87737,-334445],[88553,-340521],[82774,-334909],[89531,-340341],[88725,-333253],[89232,-335918],[86546,-335576],[85960,-334759],[87872,-333391],[78733,-338753],[81221,-370059],[89382,-370412],[84364,-378357],[86602,-377350],[85332,-376138],[85447,-372688],[80850,-375422],[80133,-374924],[79133,-376427],[77613,-390325],[81246,-101336],[80686,-101947],[89511,-104258],[86165,-104445],[82881,-113838],[85325,-114696],[86787,-110425],[85783,-105855],[77693,-109220],[82536,-110008],[80732,-107124],[89630,-116519],[90351,-115061],[91388,-120417],[101625,-124151],[98665,-127267],[100350,-124436],[92325,-122089],[91569,-123338],[92732,-125805],[90599,-125447],[99105,-132735],[98565,-132422],[97729,-138698],[95441,-138480],[96045,-139229],[91438,-131122],[93192,-131722],[93404,-128329],[100212,-130990],[100463,-131193],[94759,-129180],[95465,-130388],[93881,-139266],[93829,-138890],[96796,-128786],[101385,-138939],[100565,-138878],[98937,-128329],[100349,-141665],[98098,-146148],[96763,-147238],[93518,-148521],[90385,-154844],[95486,-160543],[90804,-163065],[99592,-156409],[90457,-160162],[95862,-159704],[93807,-158132],[93016,-159938],[96785,-165391],[92533,-154595],[96215,-167869],[95410,-167120],[96076,-178210],[95675,-177318],[94165,-184543],[96608,-182606],[94642,-180433],[92345,-187557],[100721,-191205],[99015,-190960],[92890,-189511],[93765,-182585],[95059,-182162],[94252,-183277],[95803,-182981],[93587,-185631],[94013,-183786],[92428,-201344],[95159,-199346],[91867,-200934],[93419,-200145],[89838,-196528],[89619,-199417],[93829,-200732],[95162,-212834],[95685,-213033],[101923,-210731],[100181,-211550],[101813,-215576],[100506,-206707],[99369,-215530],[90590,-210041],[97915,-215352],[96370,-215528],[99642,-207692],[97989,-210929],[98970,-216881],[101975,-206996],[98878,-205663],[99157,-213847],[99992,-217168],[101736,-214629],[96489,-209925],[102377,-205526],[100179,-209605],[97812,-211228],[101493,-212517],[100537,-207284],[96259,-209095],[96941,-210856],[96804,-212144],[96663,-210781],[95154,-213665],[97289,-211209],[97008,-207357],[97034,-206867],[97104,-216942],[97934,-217193],[91349,-225656],[92652,-225527],[95331,-226910],[91977,-229424],[98586,-220558],[93042,-224269],[94234,-224525],[92411,-218636],[92360,-229226],[99489,-227935],[100757,-221663],[90327,-225517],[94393,-227343],[94458,-224437],[95147,-220395],[89929,-228148],[95820,-225460],[90910,-220137],[90518,-228469],[94039,-227356],[97222,-224188],[97542,-220420],[94246,-223515],[97994,-226057],[99707,-225287],[99339,-224969],[98053,-223368],[98209,-223403],[102075,-228560],[101430,-228465],[93730,-223124],[99487,-220122],[100856,-219460],[98691,-226315],[96957,-223375],[94080,-222087],[92379,-223991],[92859,-241249],[95853,-237381],[91347,-232508],[90782,-231379],[97951,-234641],[101371,-239780],[96806,-231331],[93268,-230605],[94931,-240443],[96538,-230226],[96661,-233655],[94504,-232954],[95327,-234019],[97099,-233022],[98044,-231001],[101558,-233803],[99721,-231469],[100621,-231650],[90082,-239758],[92651,-240558],[98741,-236629],[98468,-234413],[99206,-235908],[89844,-238535],[93642,-245468],[98449,-245985],[100785,-251830],[97001,-248923],[99241,-260400],[89798,-306298],[100691,-316870],[101660,-326120],[94728,-321826],[96258,-330879],[97453,-320644],[95212,-320941],[95082,-330650],[96458,-322551],[95189,-328529],[96271,-327093],[97757,-326068],[99111,-322897],[98855,-329453],[93407,-328675],[91434,-327935],[92588,-325644],[101233,-333690],[101354,-338309],[101656,-338955],[95759,-333151],[97264,-341476],[90127,-338491],[91050,-336835],[90442,-339850],[91091,-341231],[102272,-343397],[93418,-353404],[91289,-357860],[100213,-347612],[101111,-345609],[101050,-350048],[99752,-354544],[101276,-356327],[98241,-353886],[100438,-355981],[102019,-364125],[94110,-365499],[99084,-361894],[90365,-373181],[101325,-379477],[93950,-381426],[89797,-374134],[95902,-372607],[94231,-384818],[91859,-389738],[90343,-391152],[92281,-387054],[94722,-384480],[93546,-384899],[94942,-387588],[99368,-390845],[98353,-390639],[101204,-391452],[100193,-57692],[101057,-68589],[100880,-97573],[96899,-106803],[96605,-105012],[107238,-126013],[114604,-115904],[105179,-128774],[102567,-134059],[104999,-131920],[113938,-129132],[114677,-128860],[111607,-147938],[106046,-144200],[111462,-149271],[107907,-145649],[105222,-142130],[109384,-149045],[109763,-150869],[111730,-148287],[110500,-160403],[103848,-164823],[108383,-162782],[110477,-165190],[108972,-161714],[110229,-165977],[111379,-154261],[113388,-169181],[110469,-172623],[108511,-175314],[109966,-174242],[114107,-178211],[106134,-177976],[110534,-180354],[109591,-199836],[109655,-193088],[107595,-194349],[108775,-198976],[111892,-198178],[113562,-197497],[114968,-201025],[113198,-200488],[104775,-216281],[103229,-213502],[104155,-207396],[107106,-215698],[103022,-205533],[106218,-216849],[103947,-206850],[103675,-212001],[105897,-209254],[104334,-210149],[105551,-214103],[105124,-214730],[105753,-214206],[105805,-209695],[102629,-211218],[104935,-209464],[103845,-209187],[109869,-225857],[112182,-221116],[111497,-222438],[110180,-221990],[112354,-224958],[107836,-227934],[106412,-219189],[114146,-225884],[105635,-220755],[109512,-222890],[105581,-226201],[107634,-226222],[104255,-228213],[110288,-226522],[110515,-217851],[102688,-223957],[108851,-227867],[102733,-223646],[104192,-221303],[104312,-224463],[103467,-218302],[103706,-218554],[109051,-225144],[108444,-225167],[108266,-223465],[108506,-222913],[107092,-222242],[108363,-221973],[112254,-229417],[113853,-228485],[108332,-217863],[104625,-226909],[104878,-225501],[102887,-226752],[112069,-218816],[110970,-221337],[109078,-221189],[108314,-220830],[113396,-222041],[111512,-219487],[115096,-221129],[109423,-219791],[109573,-219225],[113382,-230598],[103821,-235478],[108313,-232072],[112552,-231535],[104914,-232881],[103857,-233483],[102574,-234485],[107575,-231005],[110801,-236509],[106632,-231867],[106913,-234469],[106194,-231453],[108290,-234227],[102814,-247817],[103822,-319649],[105366,-312045],[102514,-315054],[106489,-312083],[104348,-310972],[107174,-313055],[114275,-314722],[106260,-324048],[103185,-322281],[114900,-323832],[109522,-324823],[110627,-321680],[110466,-326866],[113547,-324520],[113963,-326049],[113145,-332187],[106834,-328659],[112895,-327379],[105488,-331276],[107736,-331839],[103150,-328811],[104826,-326302],[103866,-325231],[102416,-320298],[102539,-330127],[104982,-328568],[111802,-330489],[113599,-334360],[113038,-332875],[111462,-337587],[103770,-336299],[104047,-334746],[108797,-342188],[105913,-337650],[109274,-344555],[110593,-341811],[113807,-354892],[114266,-348539],[103669,-346566],[111321,-353502],[105681,-355411],[107732,-352875],[110011,-353868],[111298,-346305],[104589,-355382],[107796,-355367],[106004,-363987],[108083,-383772],[106722,-380445],[105976,-381920],[105051,-382087],[104084,-382560],[106283,-381976],[102848,-392634],[104040,-394739],[112274,-51819],[110540,-51871],[103845,-58853],[106393,-56588],[106722,-54308],[105278,-60105],[110231,-63246],[113864,-60469],[112960,-62554],[103316,-72558],[104463,-68001],[104611,-66867],[104448,-65575],[105486,-64991],[104325,-66281],[103521,-65750],[106907,-64193],[106723,-64050],[111023,-66672],[108271,-66360],[111209,-67463],[112884,-67249],[114916,-63982],[107874,-82183],[108684,-99394],[109246,-106592],[117985,-121846],[117207,-122931],[117684,-122363],[115962,-123351],[116857,-124462],[117747,-136565],[125961,-128754],[116392,-138271],[115476,-128337],[120895,-137904],[120885,-136918],[115528,-147128],[117420,-148053],[116578,-146538],[116000,-146307],[115683,-147860],[124055,-166180],[116850,-162307],[115996,-162229],[125587,-178232],[121330,-168880],[118770,-171075],[116891,-186810],[127518,-183595],[123971,-181061],[125731,-179305],[117848,-179018],[115463,-202974],[115420,-196579],[115560,-197720],[116229,-199390],[116396,-198834],[125696,-196447],[117600,-198707],[117665,-198621],[125165,-197867],[127176,-193562],[124849,-207305],[125584,-208583],[125274,-211068],[121457,-214753],[120042,-215859],[125679,-205484],[119436,-205076],[121178,-206505],[121937,-207373],[123609,-205810],[125915,-204820],[125150,-209722],[127066,-211395],[124971,-215044],[120549,-230047],[121429,-221495],[115692,-228964],[116688,-229101],[127363,-220143],[122123,-222000],[123083,-227526],[122287,-223451],[124259,-220695],[122600,-222169],[122099,-221809],[116930,-238652],[116235,-235206],[118686,-230273],[118036,-230694],[117257,-231273],[121162,-230345],[126060,-237881],[127675,-238133],[127363,-238717],[123687,-262261],[116978,-312366],[117231,-318159],[122217,-319111],[121816,-312610],[115329,-332371],[122935,-329481],[122283,-327159],[124143,-322525],[123834,-323973],[121299,-326557],[116958,-321504],[116701,-324479],[116751,-330807],[115226,-320911],[121519,-337176],[118948,-341186],[127923,-345242],[118320,-339894],[120620,-332983],[124879,-355420],[126907,-351701],[125270,-356249],[116074,-354709],[127855,-358041],[115981,-348913],[117346,-348830],[121871,-366450],[126518,-361603],[127990,-383719],[117039,-50713],[121904,-50795],[120185,-51981],[118242,-53820],[121140,-53247],[116655,-59617],[124371,-61137],[124385,-61088],[124221,-76431],[122622,-75007],[122365,-75078],[121436,-75560],[123657,-75778],[123840,-75703],[120653,-74667],[120885,-72965],[121566,-71673],[122702,-71088],[124870,-72659],[124169,-73473],[122908,-74208],[119883,-68269],[120180,-66165],[122535,-64780],[117813,-74881],[116406,-74225],[115970,-74480],[122433,-64109],[125940,-65788],[124700,-68523],[125165,-69912],[115508,-64411],[125732,-85473],[124788,-83999],[124632,-83455],[124777,-82573],[124216,-78759],[123301,-77687],[122866,-78010],[123341,-79236],[124234,-79508],[122669,-78591],[121826,-77751],[122239,-76972],[121773,-80564],[125273,-78443],[127050,-89375],[123991,-92034],[124531,-91321],[123756,-90903],[123441,-91627],[123346,-92242],[126248,-98028],[121784,-99133],[118535,-104114],[117109,-113382],[-119158,-120633],[-127059,-149426],[-127390,-142707],[-125554,-143427],[-127493,-153359],[-116575,-161289],[-118854,-162365],[-118786,-165285],[-120936,-161314],[-122119,-157352],[-123502,-159183],[-115541,-161609],[-124112,-154070],[-127182,-174024],[-124941,-185484],[-123069,-184595],[-127636,-194719],[-118456,-213052],[-120426,-207539],[-115255,-209243],[-120701,-215440],[-122743,-210958],[-117872,-214897],[-115449,-213359],[-117422,-214122],[-116438,-212071],[-123129,-223237],[-127743,-226318],[-119205,-227355],[-120610,-223988],[-120268,-223239],[-118967,-218784],[-124816,-222784],[-124305,-221374],[-118531,-225545],[-123869,-226028],[-126630,-220842],[-124820,-230810],[-117042,-236500],[-120746,-230248],[-116906,-232737],[-126192,-241256],[-115759,-247483],[-120545,-243871],[-127925,-253853],[-122156,-254715],[-121055,-251498],[-127088,-260735],[-127835,-259587],[-125033,-269610],[-118675,-274521],[-125715,-278522],[-124496,-274420],[-123391,-283179],[-120918,-289145],[-122684,-292981],[-125138,-47715],[-123566,-46092],[-119964,-48791],[-120792,-47219],[-121884,-60416],[-120961,-62908],[-123117,-62516],[-125921,-75460],[-120012,-72254],[-117992,-70805],[-116350,-89301],[-119534,-88462],[-123527,-82469],[-125456,-88497],[-123012,-87283],[-118038,-85475],[-121148,-85680],[-121014,-85197],[-117209,-82435],[-118098,-80794],[-120063,-101535],[-121954,-93725],[-121672,-99877],[-117900,-96349],[-125312,-101857],[-127283,-92371],[-117128,-102622],[-123924,-103266],[-118487,-103854],[-117195,-105504],[-122211,-108183],[-116781,-110003],[-139491,-121727],[-130130,-144198],[-136792,-147856],[-132977,-151559],[-128226,-149531],[-139682,-149971],[-140756,-149583],[-129561,-153100],[-137866,-147709],[-139040,-156688],[-128154,-158549],[-132834,-157380],[-138925,-161389],[-132614,-159123],[-130022,-162916],[-131009,-167993],[-139609,-171372],[-131990,-172688],[-134953,-170365],[-134427,-178023],[-129785,-184001],[-129004,-195965],[-128798,-224672],[-130960,-223073],[-134100,-220386],[-129102,-240313],[-137547,-240702],[-132092,-238006],[-129682,-234934],[-131735,-238605],[-131571,-240214],[-133873,-234838],[-136259,-244764],[-131659,-245264],[-135406,-243670],[-135574,-253132],[-132436,-254503],[-138623,-257906],[-134527,-262384],[-134774,-263917],[-138367,-259736],[-133526,-258747],[-137094,-277868],[-136466,-457777],[-138787,-37849],[-139340,-31866],[-139856,-33429],[-138014,-39751],[-130143,-75333],[-130232,-94102],[-129977,-96417],[-146601,-145963],[-142525,-141105],[-145222,-149206],[-147138,-149415],[-151301,-152709],[-152301,-152071],[-142259,-153754],[-142444,-164297],[-145790,-166314],[-141156,-167106],[-143617,-178195],[-143805,-175516],[-145253,-172163],[-146331,-174780],[-142263,-178238],[-145904,-177704],[-143398,-186329],[-150374,-179889],[-153333,-194819],[-146033,-200251],[-153320,-205875],[-146498,-233896],[-152961,-237583],[-150883,-242872],[-144043,-232140],[-147601,-237214],[-151035,-231442],[-153306,-254477],[-151339,-243305],[-145595,-258063],[-142125,-260310],[-141202,-259305],[-151915,-265374],[-150693,-257546],[-149817,-269016],[-151415,-272331],[-147126,-275050],[-152254,-278081],[-145231,-280019],[-145296,-279227],[-150690,-283179],[-152311,-281901],[-151413,-287492],[-150088,-291994],[-148554,-424463],[-147991,-422541],[-148078,-30700],[-147426,-28080],[-148684,-26543],[-147720,-49600],[-144398,-49332],[-151883,-42262],[-152245,-40547],[-153041,-57363],[-149526,-57880],[-152154,-59652],[-151118,-54589],[-150348,-55024],[-151331,-53654],[-153513,-61781],[-147443,-69643],[-149254,-67192],[-150500,-68678],[-150897,-65157],[-150082,-70894],[-151944,-70258],[-152382,-67846],[-152995,-75322],[-145527,-74771],[-144692,-96808],[-145337,-99727],[-141365,4440],[-144024,4528],[-160204,-122728],[-158782,-119176],[-159810,-120365],[-160940,-117498],[-157256,-115659],[-164746,-137887],[-164280,-144547],[-156011,-174745],[-153778,-174868],[-154798,-169630],[-160294,-190025],[-164354,-192193],[-158432,-201515],[-159000,-199359],[-159072,-202032],[-162257,-203744],[-165521,-198771],[-165163,-199095],[-163721,-195246],[-158573,-206553],[-163281,-205847],[-159226,-205727],[-158173,-232713],[-159218,-10145],[-156581,-12129],[-159587,-244193],[-159699,-249588],[-156907,-251828],[-166030,-248383],[-156617,-249301],[-163796,-245892],[-164758,-251081],[-159280,-251744],[-154034,-267901],[-157883,-267005],[-155373,-264656],[-162431,-259484],[-164887,-268115],[-163015,-260318],[-164326,-258631],[-165637,-260768],[-162229,-263212],[-156441,-270517],[-156270,-269620],[-158823,-274556],[-159270,-278019],[-163899,-280766],[-162271,-273463],[-158149,-279493],[-166358,-286044],[-161596,-289786],[-160782,-341825],[-161709,-341929],[-157116,-342931],[-161374,-344979],[-156548,-337773],[-164664,-350624],[-160341,-347955],[-163415,-347124],[-160857,-349672],[-165596,-370208],[-165072,-365894],[-157222,-19405],[-161046,-21751],[-162174,-21458],[-164542,-376517],[-163500,-403050],[-158297,-33200],[-161320,-49775],[-163652,-42264],[-164241,-42983],[-163456,-40028],[-164268,-50395],[-155136,-40294],[-161744,-39170],[-163626,-38315],[-159750,-51712],[-153725,-52490],[-163144,-52254],[-156186,-69625],[-160363,-66285],[-163953,-69839],[-156877,-72461],[-163290,-75356],[-162994,-73455],[-153751,-65473],[-166353,-73839],[-164288,-76355],[-165763,-78132],[-162783,-84030],[-164312,-84479],[-157310,-77883],[-154418,-83649],[-163112,-77885],[-162158,-78478],[-163431,-91224],[-160789,-90617],[-163042,-93297],[-165326,-92154],[-171260,-125148],[-173453,-121665],[-175065,-122548],[-170013,-135036],[-171577,-140375],[-170045,-137321],[-170955,-135773],[-174478,-134306],[-178852,-132075],[-169026,-143315],[-167849,-140843],[-168009,-148973],[-175744,-163398],[-176369,-162501],[-176409,-167967],[-178851,-175929],[-174724,-187670],[-168788,-187038],[-174756,-188462],[-171936,-190320],[-177018,-183060],[-173156,-190942],[-169282,-199628],[-172504,-193577],[-167470,-198964],[-170908,-197273],[-169281,-229614],[-167008,-226545],[-174862,-224191],[-172915,-221483],[-167742,-234771],[-169803,-234483],[-169159,-232323],[-177782,-241583],[-175591,-242568],[-176594,-242568],[-170488,-236262],[-169434,-231069],[-169787,-233453],[-167306,-230381],[-167592,-239548],[-174554,-244179],[-173980,-246216],[-175051,-249997],[-175980,-248700],[-174611,-253881],[-173474,-244664],[-174989,-250745],[-176448,-249404],[-177532,-253933],[-174255,-250938],[-175121,-243964],[-172307,-254253],[-178108,-254143],[-167176,-245837],[-170093,-253635],[-178836,-266568],[-176077,-259387],[-173379,-262711],[-174295,-263435],[-175380,-260351],[-168501,-262886],[-169187,-265282],[-170867,-266866],[-172699,-259357],[-168526,-266229],[-176270,-263648],[-169165,-274163],[-171970,-268881],[-173487,-269420],[-171895,-272476],[-169711,-277232],[-173018,-280873],[-175391,-277145],[-176455,-275786],[-178313,-277381],[-175526,-283921],[-174600,-287565],[-169504,-363159],[-170078,-379469],[-176279,-374975],[-175822,-373345],[-169425,-384806],[-170286,-420682],[-177637,-432387],[-171161,-425959],[-172491,-426192],[-178354,-446055],[-167762,-35984],[-168794,-32736],[-171802,-33997],[-178943,-45965],[-178174,-45892],[-169674,-48443],[-168320,-48768],[-170076,-49072],[-169013,-40480],[-167434,-41156],[-176879,-51554],[-176344,-53758],[-174967,-53128],[-173765,-63743],[-173088,-62967],[-166555,-56202],[-179140,-73248],[-177488,-67014],[-177997,-63987],[-174977,-64409],[-173557,-65664],[-177285,-64729],[-173782,-74621],[-168736,-68585],[-170914,-66245],[-170430,-68947],[-167914,-71008],[-175000,-69856],[-172119,-71747],[-172174,-72862],[-173249,-72505],[-170600,-71841],[-172092,-88646],[-178113,-79950],[-177994,-81571],[-178698,-82327],[-172102,-80136],[-175237,-82586],[-174136,-84455],[-178329,-94102],[-167300,-89943],[-171775,-94338],[-177242,-104214],[-178585,-102674],[-174146,-104290],[-175182,-102963],[-169750,-104546],[-179665,-117871],[-188007,-115631],[-182077,-124434],[-182402,-134830],[-179654,-135270],[-186642,-141620],[-183797,-141487],[-182196,-144238],[-186206,-150211],[-187362,-145580],[-181940,-191619],[-180910,-190485],[-180210,-181393],[-182779,-180320],[-183102,-181412],[-189834,-182556],[-189126,-191017],[-181864,-192746],[-191865,-216577],[-190899,-211458],[-182446,-211857],[-180149,-241229],[-181351,-242326],[-185781,-236464],[-190467,-240495],[-180535,-243240],[-184331,-254202],[-185819,-243534],[-179775,-267550],[-187785,-259376],[-186201,-262733],[-179559,-257904],[-182453,-260439],[-181904,-268286],[-190899,-270356],[-190471,-269239],[-186612,-269338],[-187190,-270668],[-183531,-280926],[-191716,-291115],[-185486,-293177],[-191070,-288334],[-185004,-289012],[-184050,-284611],[-184508,-286640],[-186296,-405403],[-180388,-38017],[-180814,-36493],[-183766,-38935],[-188990,-61769],[-188474,-60512],[-187175,-63685],[-184862,-61318],[-182685,-61015],[-186449,-57864],[-180664,-59357],[-187427,-59591],[-190819,-64621],[-183750,-74127],[-185254,-70696],[-190133,-72761],[-190574,-66615],[-189218,-64732],[-181960,-68272],[-188493,-76329],[-191797,-67031],[-181471,-82196],[-189457,-79046],[-181177,-77083],[-185444,-95257],[-179618,-99770],[-183533,-108627],[-181084,-105983],[-193763,-127385],[-193295,-136580],[-192637,-133280],[-194413,-138782],[-202187,-141617],[-202910,-143695],[-193610,-141052],[-194610,-143863],[-204719,-187574],[-200550,-182090],[-203048,-186575],[-195514,-193352],[-192704,-194078],[-198821,-203846],[-202184,-201296],[-200084,-199675],[-201040,-214305],[-193453,-211406],[-194751,-213350],[-196460,-210619],[-203220,-226455],[-191653,-240668],[-203952,-266169],[-203913,-259781],[-201902,-263736],[-201010,-258471],[-195902,-289771],[-200069,-290991],[-199367,-287663],[-202387,-291562],[-204164,-287783],[-194845,-291899],[-193251,-296024],[-197145,-296153],[-201581,-295775],[-196147,-310001],[-196480,-308117],[-199601,-316713],[-196884,-314571],[-200298,-316773],[-196509,-406630],[-193525,-408693],[-194338,-408612],[-200104,-414513],[-195751,-415569],[-196067,-411278],[-192464,-410364],[-192764,-412873],[-196025,-457770],[-198172,-472760],[-194147,-60360],[-192372,-61222],[-192702,-58577],[-203530,-51929],[-198925,-74864],[-201522,-73162],[-202425,-70422],[-192772,-66283],[-202260,-76419],[-204672,-79492],[-201296,-88095],[-201379,-86306],[-199384,-82542],[-193943,-99634],[-206205,-140980],[-205599,-141461],[-204808,-188459],[-207968,-189704],[-206202,-210348],[-214014,-237251],[-207708,-233707],[-215547,-241460],[-216877,-230759],[-212391,-231772],[-208359,-234183],[-207211,-251675],[-212956,-243949],[-206318,-247715],[-209111,-255293],[-206192,-263468],[-209327,-257108],[-210140,-255872],[-214723,-270042],[-212433,-271699],[-209659,-280659],[-217192,-273575],[-209098,-275350],[-216008,-283665],[-209278,-292803],[-213838,-281513],[-209237,-287007],[-212640,-303536],[-208069,-308624],[-210288,-313800],[-215570,-321336],[-214386,-327002],[-209377,-322607],[-217122,-329483],[-217020,-333772],[-211033,-385463],[-208946,-72670],[-206130,-72940],[-211109,-70762],[-211001,-72119],[-214796,-72161],[-205298,-66947],[-216003,-81447],[-205676,-79608],[-208647,-77337],[-208305,-83613],[-215136,-96710],[-209083,-93761],[-210921,-92381],[-211451,-103186],[-223503,-116149],[-226112,-197913],[-218905,-216341],[-227429,-231133],[-226289,-236339],[-224580,-237282],[-223439,-242268],[-217727,-232128],[-223736,-233312],[-227735,-245722],[-218903,-243388],[-223885,-246364],[-218056,-248323],[-226470,-268864],[-219186,-275263],[-218411,-280942],[-219757,-279634],[-220565,-279554],[-219099,-278628],[-227738,-292875],[-228619,-284738],[-218156,-289494],[-222096,-289096],[-220717,-283736],[-220124,-288517],[-230096,-281518],[-230393,-292140],[-225325,-284674],[-228922,-284033],[-217678,-291191],[-229990,-295605],[-220683,-294523],[-224026,-301573],[-226567,-306823],[-230239,-303296],[-218821,-304436],[-229265,-312335],[-219273,-309265],[-226934,-313433],[-224563,-319575],[-227628,-325720],[-217990,-326901],[-217601,-325406],[-217758,-383728],[-218696,-387868],[-221526,-418147],[-224523,-416996],[-223365,-417038],[-225057,-417523],[-220065,-418328],[-226103,-416610],[-223009,-417339],[-220799,-419148],[-218469,-34982],[-225293,-62372],[-226899,-62254],[-218620,-86084],[-218766,-87131],[-220587,-88900],[-224700,-99825],[-223975,-102006],[-224962,-91458],[-228838,-94871],[-225818,-90376],[-226178,-101654],[-228676,-99000],[-226435,-99917],[-230133,-97019],[-229233,-97019],[-229177,-98856],[-228828,-100795],[-218460,-107761],[-218482,-103166],[-227890,-102481],[-240875,-120985],[-239925,-123384],[-242784,-117311],[-238176,-120336],[-237225,-122597],[-232102,-187006],[-233222,-194849],[-239516,-206844],[-240195,-208200],[-242327,-210277],[-242788,-212771],[-236539,-213261],[-230561,-217743],[-234136,-227636],[-233530,-226199],[-231124,-229526],[-239896,-223067],[-241404,-222543],[-241023,-219084],[-237696,-218463],[-237529,-242112],[-242044,-238503],[-231795,-241314],[-235833,-235632],[-238461,-231802],[-239598,-230558],[-234866,-241005],[-240233,-236344],[-236013,-240110],[-242782,-232405],[-243148,-242442],[-242492,-242753],[-237473,-238391],[-239593,-238839],[-241839,-247095],[-240452,-246312],[-241440,-245752],[-231892,-272709],[-231293,-275250],[-237806,-275630],[-231443,-276834],[-240117,-278008],[-235554,-277423],[-236296,-278952],[-242853,-276385],[-234584,-280844],[-234416,-281911],[-231204,-282139],[-233858,-288396],[-230633,-286243],[-235317,-285504],[-237065,-283004],[-237951,-284515],[-236481,-286312],[-238331,-281786],[-239913,-285536],[-242394,-285206],[-242060,-281926],[-236418,-290967],[-236423,-298821],[-237495,-303720],[-234373,-301925],[-235493,-297412],[-241572,-294603],[-235584,-295274],[-232363,-309125],[-235121,-309189],[-241828,-307129],[-231224,-318446],[-239183,-320438],[-242447,-327732],[-233361,-324711],[-233689,-327092],[-230537,-331254],[-242811,-334815],[-239892,-335031],[-237427,-337629],[-237531,-333488],[-237064,-382062],[-236242,-382206],[-237652,-395930],[-233281,-395519],[-237041,-388216],[-238295,-384628],[-237172,-384105],[-233247,-384180],[-232557,-415592],[-231898,-413136],[-232700,-417312],[-235670,-416635],[-234876,-32293],[-236524,-29223],[-242645,-605135],[-242693,-605858],[-242453,-96988],[-232047,-99405],[-232736,-101530],[-241056,-98103],[-236775,-99538],[-233021,-97377],[-233338,-98147],[-240918,-101284],[-242895,-101219],[-242207,-112488],[-240275,-104921],[-12019,-146691],[-11077,-152495],[-2932,-158036],[-5142,-159785],[-8579,-159514],[-12224,-157815],[-1433,-162904],[-6771,-165201],[-5784,-163413],[-6645,-164412],[-1651,-163888],[-2340,-161916],[-39,-160655],[-2566,-165489],[-5836,-162443],[-1748,-168458],[-10260,-169187],[-12139,-168459],[-12189,-169734],[-8108,-168928],[-6929,-167969],[-11293,-168351],[-10577,-167435],[-12862,-168099],[-4415,-168915],[-1650,-170936],[-692,-169084],[-7606,-166819],[-6330,-170405],[-3429,-172112],[-4076,-168902],[-1216,-172426],[-3138,-167494],[-1385,-169767],[-3800,-168132],[-9271,-167938],[-10564,-175127],[-11081,-177198],[-11229,-178963],[-10594,-178978],[-9446,-177235],[-9396,-171966],[-11156,-176450],[-1415,-177394],[-328,-179145],[-7282,-179273],[-4132,-178953],[-6640,-179465],[-10275,-180429],[-9534,-179151],[-10382,-181279],[-2642,-180011],[-10582,-184629],[-9050,-179899],[-3047,-185021],[-12006,-192358],[-2329,-199627],[-1015,-211631],[-5097,-228013],[-9640,-217525],[-2597,-230621],[-245239,-126797],[-244838,-120540],[-244539,-117577],[-244121,-131540],[-245650,-131265],[-245829,-133611],[-243534,-130480],[-245632,-129473],[-254817,-191140],[-253931,-192359],[-255823,-193241],[-255548,-191985],[-253871,-197154],[-253065,-195613],[-251790,-195826],[-250384,-197706],[-251254,-198365],[-253961,-195441],[-255679,-207306],[-244019,-206044],[-246824,-207863],[-246094,-217031],[-248310,-214127],[-253691,-228379],[-248057,-228612],[-247425,-223618],[-255653,-221138],[-246258,-228340],[-245471,-228155],[-243749,-227252],[-244044,-227989],[-245376,-229630],[-252035,-228824],[-255209,-230192],[-255884,-224180],[-251282,-233811],[-250781,-236488],[-252077,-238765],[-254680,-234056],[-244217,-231360],[-248392,-233116],[-244415,-230299],[-255028,-235491],[-247774,-241731],[-249107,-240013],[-245993,-241825],[-249330,-230981],[-251271,-235096],[-247926,-237947],[-249547,-235096],[-250195,-235110],[-246482,-243567],[-251235,-254939],[-247379,-258975],[-247186,-260040],[-254816,-259403],[-246423,-267483],[-249943,-267970],[-249520,-262333],[-245346,-272421],[-243623,-280375],[-247664,-274188],[-255139,-277274],[-250699,-275122],[-247108,-276668],[-252130,-280714],[-244682,-287227],[-255421,-282426],[-252457,-291923],[-247913,-290329],[-255886,-289525],[-250342,-290719],[-255218,-282026],[-247018,-281460],[-244632,-282726],[-252710,-300769],[-253557,-299211],[-245362,-304453],[-248446,-295130],[-245768,-308286],[-248833,-307762],[-255035,-307500],[-244105,-307427],[-246102,-318922],[-244366,-316328],[-243494,-325459],[-252550,-328328],[-251321,-330058],[-255395,-326511],[-248253,-342679],[-248674,-341148],[-249925,-341313],[-252323,-349043],[-253645,-349759],[-252503,-350698],[-246232,-346467],[-245055,-345551],[-244527,-347875],[-245492,-408119],[-255895,-406613],[-251920,-410539],[-252448,-84668],[-247000,-86889],[-244175,-99653],[-244871,-90221],[-254715,-92288],[-255819,-90847],[-243433,-104344],[-262319,-115686],[-267788,-122079],[-262026,-122533],[-261900,-136534],[-266686,-137343],[-262994,-165791],[-264323,-200128],[-261921,-193405],[-262474,-194466],[-261319,-200312],[-260329,-200831],[-267294,-204822],[-262715,-207022],[-258626,-211710],[-259587,-216294],[-267990,-211840],[-261980,-215236],[-258874,-206475],[-265064,-227680],[-268244,-218066],[-263363,-218710],[-265469,-219441],[-260520,-225988],[-264582,-224505],[-262457,-227488],[-262183,-226352],[-263039,-226315],[-259522,-230047],[-268186,-224397],[-268229,-227340],[-268640,-220766],[-266988,-238226],[-263249,-232329],[-266603,-238746],[-267575,-233390],[-261728,-230712],[-257006,-231487],[-259004,-231726],[-259493,-236454],[-258971,-236281],[-268113,-246163],[-260561,-246862],[-261952,-243658],[-263278,-246078],[-268639,-251300],[-258271,-254000],[-261328,-252164],[-263072,-252531],[-262795,-257678],[-268208,-263344],[-263926,-259913],[-258056,-261582],[-261979,-264314],[-260833,-280383],[-262104,-274216],[-260589,-277735],[-258802,-271892],[-256067,-272979],[-266337,-274625],[-259707,-293771],[-263096,-289678],[-264613,-282931],[-267754,-293514],[-261147,-283082],[-261705,-285639],[-263931,-299565],[-260063,-300716],[-263593,-301499],[-260186,-303064],[-256395,-299819],[-262125,-300714],[-260791,-309883],[-261803,-315662],[-256811,-316883],[-259006,-308442],[-258613,-315360],[-261482,-311132],[-256917,-327749],[-268098,-333274],[-266089,-335148],[-262757,-341435],[-261958,-346066],[-263040,-346242],[-266747,-348832],[-265806,-348504],[-267415,-345792],[-267988,-346096],[-261254,-345938],[-264209,-347161],[-256872,-347745],[-258280,-348120],[-263062,-409301],[-268142,-610648],[-265829,-609489],[-267013,-604817],[-262663,-80030],[-265851,-88945],[-268783,-94454],[-257080,-94982],[-261664,-99036],[-258600,-95489],[-264922,-89460],[-256221,-103101],[-279753,-123452],[-276748,-127983],[-271981,-136655],[-273484,-139188],[-270523,-148107],[-269043,-150536],[-269739,-145550],[-270896,-144776],[-273003,-150253],[-280888,-153555],[-280389,-153993],[-277235,-160627],[-281449,-164600],[-279684,-158382],[-278115,-171064],[-277886,-170250],[-274711,-166535],[-280496,-173809],[-278917,-166878],[-279225,-170340],[-275535,-182426],[-273237,-181484],[-278823,-190992],[-279593,-181626],[-279826,-194571],[-279590,-196660],[-279337,-195201],[-276050,-201241],[-275269,-204715],[-276762,-211181],[-273941,-210548],[-275629,-210301],[-270651,-210047],[-279723,-229538],[-280914,-225799],[-278040,-226875],[-276325,-226981],[-279799,-224018],[-279747,-227653],[-273945,-223451],[-273205,-223364],[-271012,-217895],[-268853,-224171],[-280397,-231847],[-278330,-230465],[-280117,-238429],[-279458,-237683],[-280608,-234501],[-271652,-242697],[-275092,-231381],[-270409,-238422],[-272570,-236388],[-276799,-240899],[-275685,-241571],[-272199,-236592],[-270333,-235944],[-272914,-233763],[-270981,-232557],[-273019,-230948],[-278232,-252935],[-279241,-252450],[-277189,-243194],[-271912,-247207],[-271775,-244668],[-278913,-249797],[-277087,-248231],[-277387,-251638],[-271226,-249916],[-270287,-255489],[-278861,-258894],[-275834,-258380],[-280595,-257693],[-281025,-262465],[-276961,-265589],[-271767,-257348],[-274509,-261822],[-270109,-262476],[-271779,-268127],[-270223,-258490],[-281261,-272402],[-271673,-281163],[-278320,-268972],[-276556,-281180],[-269811,-280714],[-269033,-278837],[-270548,-269321],[-269192,-277366],[-270050,-273211],[-272869,-284966],[-278411,-284530],[-277369,-282200],[-275045,-290519],[-280022,-292260],[-272527,-287845],[-276546,-288648],[-270202,-299404],[-269681,-297399],[-273183,-296344],[-274004,-298968],[-271059,-338074],[-270070,-334376],[-270621,-352263],[-278873,-351799],[-278193,-347181],[-279379,-345710],[-281591,-353111],[-275630,-351694],[-281016,-345773],[-273908,-363156],[-278854,-395321],[-276255,-409978],[-276266,-418603],[-277474,-587872],[-277506,-585473],[-276853,-589304],[-278751,-603878],[-276999,-70029],[-279845,-73416],[-278872,-74657],[-277466,-71872],[-270887,-86148],[-276193,-84411],[-277520,-89789],[-276953,-99982],[-278701,-97711],[-277708,-113255],[-269242,-103303],[-281090,-107527],[-291447,-121450],[-285623,-126815],[-285668,-131549],[-293935,-131964],[-288953,-136182],[-294231,-152329],[-284849,-148995],[-290664,-150312],[-284501,-160319],[-287835,-153668],[-291755,-154709],[-294236,-161365],[-290935,-177225],[-286841,-174900],[-285762,-173540],[-289349,-183665],[-286561,-187539],[-287040,-191488],[-285209,-181072],[-289027,-193712],[-290400,-193259],[-291319,-193362],[-294250,-192918],[-287371,-204566],[-289037,-200596],[-289763,-202250],[-283371,-199481],[-282658,-193881],[-290736,-198949],[-294115,-203600],[-290869,-195672],[-288619,-197711],[-287518,-195894],[-286504,-194061],[-283267,-192242],[-287016,-205851],[-283539,-213659],[-284340,-210737],[-282283,-208494],[-284597,-208455],[-285853,-229078],[-285117,-229505],[-291117,-227524],[-287357,-227411],[-286477,-230119],[-282919,-219348],[-283317,-223969],[-292100,-219540],[-292417,-226921],[-287211,-218294],[-289164,-223462],[-290063,-237222],[-290300,-235123],[-287640,-239216],[-287413,-241495],[-284061,-240133],[-289229,-235592],[-288089,-232242],[-283630,-236219],[-294242,-241141],[-293974,-239226],[-287270,-239984],[-292224,-239390],[-285310,-234960],[-289408,-242131],[-288406,-237382],[-290095,-231292],[-291637,-232373],[-292638,-231188],[-292824,-232781],[-286078,-235886],[-282128,-232117],[-285289,-231688],[-289188,-239835],[-282383,-234735],[-283769,-233144],[-282044,-239651],[-283026,-254257],[-284470,-251774],[-293245,-248415],[-287768,-252410],[-287570,-253857],[-284188,-343112],[-284600,-341194],[-283995,-346484],[-293785,-407803],[-292299,-408944],[-286937,-406211],[-286393,-406680],[-285736,-406468],[-288156,-406945],[-290494,-406874],[-283840,-420894],[-291439,-413334],[-289651,-413016],[-288445,-413020],[-290854,-412501],[-291995,-412548],[-290692,-419754],[-289728,-418619],[-290269,-421286],[-289303,-420343],[-289356,-418897],[-290885,-73752],[-294035,-64666],[-291492,-65248],[-292521,-66940],[-281730,-70201],[-293732,-64431],[-282540,-88085],[-282765,-80171],[-289911,-89874],[-290065,-110577],[-286378,-113608],[-299722,-126472],[-301217,-121227],[-305602,-125904],[-303981,-135847],[-299652,-148883],[-296161,-149209],[-297324,-150630],[-306357,-147974],[-304340,-148745],[-299797,-144968],[-296591,-143977],[-297954,-144288],[-294435,-142605],[-301097,-146232],[-299927,-145873],[-306632,-153438],[-302977,-159372],[-301024,-162003],[-299789,-158672],[-301849,-153529],[-301877,-157275],[-302464,-161238],[-301916,-155680],[-295616,-161789],[-298396,-160571],[-306304,-161594],[-295383,-159904],[-294741,-163568],[-306456,-178024],[-301761,-172630],[-300167,-178237],[-304604,-173125],[-301254,-173811],[-301203,-177344],[-303285,-182438],[-306787,-186783],[-301000,-183270],[-296476,-188457],[-296120,-184581],[-300958,-181988],[-298693,-191722],[-295722,-182015],[-306383,-195145],[-301055,-193877],[-295154,-194951],[-300028,-197027],[-305039,-216355],[-304320,-215385],[-295674,-217239],[-305004,-211266],[-304009,-208835],[-300354,-224427],[-299530,-227033],[-302482,-218087],[-303925,-222658],[-302026,-228659],[-298466,-226014],[-294623,-225369],[-297243,-220435],[-302138,-221573],[-304518,-219701],[-303642,-226052],[-306403,-228455],[-296363,-242529],[-295392,-237595],[-296997,-236371],[-295266,-234248],[-304515,-236437],[-301906,-232714],[-301967,-239425],[-295911,-231681],[-298952,-235299],[-303697,-241078],[-305215,-238677],[-307118,-241551],[-296081,-244382],[-305225,-250364],[-303083,-353350],[-295819,-351820],[-294932,-353555],[-296794,-356120],[-298238,-355119],[-306081,-403612],[-304689,-403278],[-297744,-408818],[-297380,-407212],[-298105,-408851],[-298668,-408593],[-294730,-407158],[-294419,-406705],[-301097,-412290],[-300402,-410982],[-299958,-414209],[-298408,-409685],[-294842,-412655],[-295789,-412803],[-296094,-413445],[-297021,-410084],[-297890,-410050],[-297134,-411747],[-296305,-410380],[-295702,-62825],[-295556,-62272],[-298482,-65715],[-300494,-66570],[-295365,-68652],[-303549,-68909],[-295818,-64737],[-302174,-74241],[-305772,-85944],[-294532,-78540],[-295231,-86451],[-295022,-82996],[-298354,-100783],[-296178,-94424],[-303681,-96979],[-295185,-113989],[-294500,-107501],[-300819,-105046],[-318774,-122636],[-313605,-119600],[-316936,-123480],[-319602,-115820],[-312463,-131035],[-314393,-132885],[-314412,-138511],[-316797,-136693],[-312886,-137558],[-310889,-152601],[-309460,-152743],[-307780,-150043],[-316822,-147400],[-315321,-143220],[-311172,-146670],[-308527,-146167],[-314086,-145602],[-318375,-140973],[-311016,-155934],[-310715,-154551],[-311260,-157350],[-308106,-155713],[-308645,-154196],[-307577,-165694],[-307428,-171519],[-309718,-168511],[-308849,-168977],[-307710,-173492],[-319334,-191583],[-312368,-189667],[-310324,-191218],[-309509,-189009],[-313676,-191789],[-317172,-180251],[-313811,-189520],[-317862,-188062],[-311522,-187144],[-307851,-191631],[-307530,-187619],[-307348,-184335],[-307861,-194321],[-317531,-192006],[-308032,-223367],[-309196,-230296],[-307533,-234836],[-317199,-236198],[-313758,-232957],[-309175,-236729],[-310283,-235208],[-316164,-243150],[-318657,-255385],[-312286,-251682],[-310597,-251132],[-315437,-243005],[-309747,-243214],[-307342,-357355],[-309713,-409297],[-312838,-409289],[-311734,-408080],[-315938,-406217],[-314827,-405577],[-314612,-406351],[-316407,-405933],[-307427,-414307],[-309889,-414627],[-307880,-415392],[-308209,-415847],[-308864,-415865],[-310397,-415996],[-310456,-409971],[-311969,-409667],[-311978,-410038],[-310879,-410298],[-313118,-468243],[-317243,-471528],[-316220,-472783],[-319102,-464294],[-318307,-465999],[-318716,-60639],[-316046,-61506],[-317262,-58662],[-315515,-58210],[-318746,-53690],[-316776,-57970],[-311135,-64982],[-318397,-69083],[-315793,-72277],[-312391,-69189],[-313560,-76049],[-319830,-64474],[-316051,-66852],[-318795,-72652],[-318085,-68411],[-319642,-72088],[-310641,-68647],[-315402,-65431],[-307507,-68671],[-316470,-79509],[-316104,-79448],[-308142,-85242],[-317373,-88926],[-314899,-80534],[-311837,-77954],[-312834,-88381],[-317066,-77878],[-316628,-95332],[-318174,-96412],[-319065,-89681],[-317478,-100362],[-315073,-103072],[-318909,-106369],[-311549,-107099],[-315369,-109981],[-308069,-109846],[-330954,-118176],[-324510,-118548],[-328594,-119260],[-326293,-122376],[-321447,-115796],[-327609,-123486],[-321466,-116653],[-331783,-120147],[-322835,-124587],[-320780,-121738],[-332300,-122576],[-331687,-122602],[-332399,-139486],[-327385,-130315],[-330244,-138375],[-332538,-139309],[-326641,-137189],[-331659,-135568],[-331001,-136379],[-329758,-136514],[-322300,-137582],[-324028,-143733],[-323578,-150940],[-323247,-155218],[-330544,-157916],[-320312,-176191],[-324479,-177220],[-320077,-179364],[-320850,-184001],[-328003,-183724],[-325022,-187048],[-328625,-184852],[-320853,-190358],[-321462,-182421],[-332596,-184822],[-332034,-190436],[-321507,-193170],[-329055,-193004],[-330974,-446263],[-330934,-459114],[-331641,-471605],[-320645,-470636],[-324866,-464860],[-324816,-36589],[-323993,-36128],[-330457,-35946],[-330904,-32195],[-329186,-35488],[-327114,-33287],[-324837,-28836],[-324431,-34952],[-331175,-32484],[-331272,-32165],[-323204,-36914],[-321972,-50089],[-321369,-47572],[-322707,-45887],[-323278,-41302],[-324773,-42985],[-330341,-41420],[-329867,-46847],[-332301,-47669],[-329070,-43472],[-328519,-38897],[-327499,-41640],[-326575,-46371],[-327258,-49310],[-326958,-45782],[-330143,-47691],[-324823,-44321],[-324710,-45867],[-323905,-47105],[-325234,-43750],[-324200,-55839],[-323092,-54264],[-324380,-56149],[-322389,-56074],[-322023,-52664],[-325351,-62419],[-322200,-62200],[-326965,-59408],[-325595,-58043],[-324953,-59545],[-326286,-56056],[-323500,-51455],[-325468,-53476],[-329212,-51289],[-330130,-56656],[-331645,-60183],[-331325,-61866],[-332598,-51823],[-321546,-69668],[-321581,-66412],[-324148,-71548],[-325899,-69003],[-321854,-64445],[-325682,-71758],[-327082,-73551],[-320718,-71791],[-324710,-66700],[-326151,-64459],[-332183,-69735],[-330869,-64071],[-331948,-66344],[-329756,-71334],[-332585,-71951],[-330157,-71561],[-321096,-100238],[-323438,-112150],[-325853,-111871],[-324204,-114642],[-325802,-111053],[-336973,-122369],[-336259,-120270],[-339161,-130529],[-338700,-129192],[-339395,-131055],[-339565,-132758],[-334051,-140577],[-336720,-130847],[-336806,-134836],[-338487,-130016],[-345254,-138091],[-338119,-132572],[-335063,-138667],[-333654,-133308],[-333856,-135937],[-337647,-129025],[-343135,-129997],[-334228,-142145],[-339770,-142494],[-333926,-152399],[-337602,-141899],[-341295,-163947],[-343602,-164192],[-340195,-161802],[-341668,-161812],[-339167,-161574],[-338419,-161143],[-345211,-163145],[-344604,-163532],[-339531,-160022],[-338190,-159236],[-342695,-164517],[-341546,-165256],[-341328,-167867],[-341200,-170228],[-339757,-170631],[-334615,-442848],[-342272,-443522],[-345427,-438045],[-339493,-449295],[-342691,-451631],[-333963,-448812],[-336510,-474555],[-338344,-33860],[-334400,-33976],[-337182,-35092],[-333719,-33921],[-336697,-36545],[-335030,-38035],[-344319,-38156],[-338658,-32554],[-337356,-32229],[-345082,-28983],[-339684,-33762],[-336369,-41936],[-337482,-39680],[-336712,-38265],[-335320,-40653],[-334879,-42430],[-333839,-47863],[-333498,-49535],[-343478,-40536],[-334673,-50201],[-337750,-45555],[-335896,-43808],[-334626,-44434],[-338572,-44083],[-338246,-46815],[-338740,-42553],[-341657,-46888],[-341121,-45500],[-341987,-47068],[-333065,-58723],[-334413,-62093],[-333723,-52030],[-335269,-52802],[-334109,-54981],[-333679,-56221],[-335277,-74623],[-337770,-74541],[-337392,-76256],[-339051,-70871],[-340093,-67662],[-337997,-67506],[-336532,-70750],[-333588,-67163],[-337435,-65902],[-335876,-64137],[-338505,-66410],[-343213,-75499],[-339532,-70833],[-340422,-72472],[-337130,-67752],[-337280,-67950],[-340370,-76585],[-334415,-76506],[-334259,-72448],[-333017,-72034],[-343560,-76223],[-338932,-73770],[-344259,-75071],[-341413,-68904],[-344107,-74398],[-343630,-73398],[-341807,-73055],[-341117,-73577],[-341965,-73483],[-339512,-87246],[-343821,-87026],[-339366,-86220],[-341450,-88973],[-343536,-81433],[-339277,-80125],[-337872,-78605],[-338509,-78091],[-340763,-76671],[-343389,-76613],[-339383,-77761],[-344998,-79369],[-344574,-79332],[-337741,-78811],[-337925,-79806],[-338435,-80160],[-343582,-84820],[-340354,-84481],[-342707,-88707],[-335992,-98480],[-333991,-97425],[-338266,-94492],[-336987,-96448],[-340403,-94424],[-341240,-95761],[-340781,-90511],[-341343,-90031],[-342701,-92079],[-344521,-90110],[-340829,-106440],[-342202,-111259],[-347615,-120920],[-347781,-121257],[-352741,-121669],[-352341,-122044],[-351387,-120618],[-348906,-122125],[-349995,-119743],[-356007,-118232],[-355729,-122105],[-348148,-118192],[-347904,-119930],[-347117,-121157],[-345911,-127439],[-352534,-124506],[-346293,-122699],[-356028,-129308],[-353836,-172254],[-354788,-176059],[-356183,-178770],[-352102,-178202],[-350397,-174633],[-352084,-172311],[-353806,-170646],[-356023,-173058],[-356962,-176456],[-354679,-178194],[-351080,-177697],[-357217,-176829],[-356166,-171854],[-350558,-172647],[-351190,-173729],[-352371,-176077],[-350732,-176584],[-357897,-175233],[-355990,-171438],[-357420,-176240],[-357814,-187932],[-358115,-180442],[-353552,-182969],[-351108,-181753],[-352834,-182922],[-352031,-187428],[-349535,-183856],[-354338,-189237],[-353807,-185527],[-348590,-190200],[-353523,-190480],[-356494,-191379],[-356619,-188005],[-350211,-183353],[-352231,-181443],[-354833,-181694],[-351516,-190942],[-353591,-191093],[-348956,-187983],[-355005,-196471],[-352130,-202723],[-355116,-201051],[-355872,-194387],[-354431,-197733],[-350806,-191810],[-353578,-192410],[-353090,-203049],[-352132,-197284],[-350474,-192845],[-354494,-194288],[-349617,-204583],[-349978,-207375],[-354348,-207463],[-351343,-207785],[-355190,-210448],[-355282,-228403],[-356691,-224755],[-355805,-229606],[-346860,-447651],[-349126,-446810],[-355155,-444803],[-346138,-443277],[-357349,-445815],[-356681,-454007],[-355953,-452567],[-351177,-452398],[-354316,-447842],[-358262,-483726],[-352010,-37088],[-352376,-40865],[-351468,-38894],[-350768,-40361],[-352515,-75272],[-345657,-71050],[-345995,-85743],[-346021,-84551],[-352621,-88902],[-347719,-89026],[-348175,-87144],[-351200,-86727],[-356196,-84700],[-354781,-85010],[-354459,-86480],[-354126,-86331],[-352544,-79375],[-352162,-78786],[-350769,-78072],[-350034,-82105],[-352908,-81396],[-346425,-77955],[-345999,-78056],[-346532,-86241],[-355318,-80076],[-347854,-85964],[-356158,-79843],[-353486,-81092],[-353708,-82383],[-355642,-81623],[-355288,-81684],[-355198,-81192],[-351554,-83171],[-351048,-83526],[-351462,-83591],[-347462,-86197],[-350373,-85761],[-350634,-85785],[-348885,-82758],[-358053,-93099],[-358076,-100437],[-351884,-92176],[-351055,-91133],[-348892,-92167],[-346202,-91433],[-346875,-91068],[-348157,-92347],[-350436,-89789],[-348131,-90831],[-347270,-89457],[-347581,-109449],[-359192,-116321],[-361966,-178260],[-358800,-172929],[-359870,-174681],[-359532,-178938],[-361379,-177288],[-358733,-173442],[-363789,-180688],[-365338,-183524],[-366096,-183198],[-360127,-189844],[-359312,-190138],[-360722,-188312],[-362110,-189502],[-360990,-185664],[-362496,-184736],[-360339,-180584],[-369698,-191485],[-367131,-190104],[-362118,-181802],[-361340,-180380],[-362132,-191978],[-360381,-432382],[-368606,-437817],[-359510,-448563],[-368589,-453411],[-362744,-455954],[-365153,-451858],[-368147,-458840],[-364139,-453075],[-367297,-462964],[-366900,-464438],[-367637,-460729],[-359034,-544794],[-366536,-44660],[-365136,-43722],[-369007,-45051],[-369832,-44152],[-369097,-53620],[-365085,-62652],[-368696,-75747],[-360291,-74921],[-363708,-73885],[-364593,-69490],[-363910,-71544],[-360684,-75001],[-359696,-74104],[-359504,-73924],[-365145,-64738],[-20555,-150767],[-15548,-151790],[-14053,-147817],[-18942,-147318],[-21324,-149763],[-18922,-144190],[-18509,-141574],[-25373,-151036],[-23654,-151584],[-25499,-153163],[-24646,-153362],[-22218,-155741],[-23180,-157250],[-23086,-160555],[-19735,-155610],[-20001,-157051],[-18371,-165952],[-20284,-155475],[-19291,-154220],[-15825,-165856],[-14019,-177900],[-14349,-178989],[-16092,-177306],[-16286,-178437],[-17800,-178704],[-17494,-177623],[-12977,-168676],[-13827,-168935],[-15420,-168230],[-15515,-169287],[-16418,-167644],[-25559,-167959],[-24474,-175257],[-19573,-166604],[-19126,-167367],[-24960,-177905],[-13944,-176505],[-14234,-174009],[-14205,-171714],[-17917,-173211],[-16319,-173253],[-17463,-169766],[-16454,-186617],[-16422,-185604],[-20110,-180425],[-22333,-185590],[-13860,-180104],[-16017,-182714],[-19168,-180846],[-13013,-184876],[-17385,-183462],[-22067,-188755],[-21270,-201208],[-21695,-206359],[-15534,-212882],[-12972,-207359],[-17315,-228020],[-17191,-229547],[-17489,-225661],[-19308,-218648],[-20447,-221584],[-13668,-238387],[-20548,-240469],[-14448,-240953],[-380897,-274109],[-371235,-444346],[-375161,-439973],[-372832,-459140],[-371882,-459319],[-375622,-460531],[-374687,-457312],[-379504,-457802],[-376745,-457932],[-379532,-462548],[-380528,-465633],[-383009,-472222],[-374094,-467206],[-376493,-470353],[-381329,-464212],[-376272,-484839],[-375468,-41548],[-380793,-44361],[-378034,-56009],[-377832,-57717],[-373453,-51240],[-378109,-76160],[-371663,-75601],[-374108,-74128],[-371202,-73747],[-372359,-71885],[-375014,-70997],[-376360,-72038],[-375303,-75221],[-386482,-267033],[-385157,-265623],[-392995,-403577],[-389503,-405754],[-386978,-403793],[-388963,-402382],[-385360,-407776],[-388842,-406141],[-384801,-405500],[-385648,-459191],[-387629,-458671],[-388949,-457564],[-385309,-465737],[-395753,-462332],[-394841,-465065],[-392700,-473217],[-394317,-472513],[-384176,-462019],[-388405,-469557],[-391902,-471456],[-392261,-463943],[-393527,-463544],[-390898,-461826],[-387018,-461523],[-404245,-269234],[-400157,-269362],[-399146,-403447],[-399095,-460731],[-402504,-466966],[-402726,-465849],[-397365,-461360],[-409119,-461062],[-402321,-462601],[-414843,-469450],[-409994,-462690],[-412264,-462908],[-423534,-460021],[-428120,-464373],[-423493,-464692],[-426379,-470190],[-423538,-461274],[-434237,13683],[-443769,-187662],[-445769,-208590],[-438529,-238641],[-441054,-237925],[-447999,-14444],[-444190,-464012],[-458480,-141666],[-451760,-163238],[-455798,-171412],[-448266,-181287],[-449835,-214952],[-459205,-213185],[-448530,-441922],[-448375,-527352],[-450825,-538725],[-457469,-70104],[-453294,-88118],[-452340,-77215],[-457465,-88535],[-463894,-124853],[-466413,-141583],[-466463,-189296],[-468428,-196311],[-467115,-192734],[-467548,-198426],[-470863,-200885],[-468259,-208424],[-466840,-209980],[-462317,-217135],[-467686,-4414],[-469602,-493488],[-466985,-499850],[-465584,-80257],[-467094,-78433],[-468442,-81534],[-466728,-88351],[-467871,-81984],[-465983,-91592],[-463892,5268],[-462237,7718],[-478990,-163676],[-486328,-185108],[-478476,-194275],[-478198,-194975],[-482757,-210128],[-474389,-223217],[-474159,-1936],[-483623,-473915],[-480643,-489411],[-498240,-201116],[-496915,-203677],[-491030,-196605],[-486964,-211518],[-486979,-215252],[-490516,-221245],[-486880,-225923],[-488025,-226921],[-499121,-428936],[-493803,-439031],[-488757,-455806],[-494853,-451023],[-487859,-500653],[-33186,-139949],[-33893,-138858],[-32210,-137250],[-37831,-138514],[-27776,-149667],[-30538,-146807],[-30034,-147495],[-26203,-143500],[-27119,-145665],[-30408,-142842],[-28743,-144221],[-27626,-141370],[-32035,-144918],[-32872,-142728],[-35138,-144656],[-29020,-147745],[-33452,-147678],[-33276,-146911],[-37207,-150939],[-35645,-152120],[-32892,-152094],[-32172,-152909],[-31526,-152460],[-30153,-152550],[-29617,-152540],[-28580,-153061],[-29243,-154711],[-29994,-154486],[-27025,-155112],[-26182,-156670],[-29973,-162519],[-25850,-160790],[-27798,-160280],[-34613,-156990],[-31332,-157129],[-32268,-156699],[-33153,-157878],[-36720,-154690],[-37100,-153882],[-37759,-157560],[-36887,-158356],[-36519,-157726],[-34981,-156521],[-34138,-156535],[-35792,-155440],[-25881,-153505],[-33883,-164428],[-36345,-175576],[-25685,-167339],[-27796,-174280],[-34943,-171626],[-27084,-174171],[-26198,-173494],[-27447,-176207],[-36047,-172792],[-36839,-178361],[-36545,-177573],[-35655,-178822],[-26055,-177056],[-34157,-178877],[-30426,-179563],[-33864,-180918],[-34759,-183274],[-34151,-182947],[-26950,-181912],[-26368,-182211],[-27214,-183366],[-26092,-183091],[-37681,-201369],[-29219,-210207],[-38381,-209081],[-25857,-208540],[-26867,-236045],[-32590,-254250],[-503357,-139760],[-500030,-139608],[-509588,-187777],[-510209,-189862],[-501351,-182250],[-502297,-186401],[-499975,-190497],[-507299,-185851],[-504341,-200838],[-508814,-193602],[-509778,-192459],[-508264,-214024],[-502474,-209412],[-511733,-213761],[-506184,-206432],[-499238,-207778],[-505467,-222210],[-507911,-217868],[-499428,-219465],[-502871,-471084],[-509046,-499823],[-519180,-150816],[-516052,-198793],[-518161,-204157],[-514478,-210015],[-520159,-223207],[-516087,-228404],[-518699,-228169],[-518115,-230422],[-515573,-417945],[-517361,-431167],[-517811,-444446],[-521339,-460498],[-520109,-461401],[-522439,-476362],[-516739,-497651],[-517113,-511266],[-525451,-442865],[-537240,-459702],[-533646,-459194],[-535599,-453325],[-531825,-465072],[-527370,-482485],[-531376,-475622],[-530285,-505684],[-528004,-510900],[-525800,-514028],[-534995,-527600],[-530837,-98156],[-539732,-148354],[-560193,-135827],[-561706,-151710],[-558681,-148180],[-551261,-162438],[-564590,-138976],[-42510,-137267],[-40185,-136677],[-40360,-134371],[-42648,-136405],[-41398,-135986],[-49370,-131740],[-45712,-129009],[-48730,-134093],[-47883,-140140],[-48622,-139758],[-49304,-128540],[-48768,-128843],[-40009,-143029],[-51053,-146520],[-43902,-142658],[-46039,-141962],[-47512,-144450],[-48562,-144670],[-46980,-142330],[-48929,-145577],[-50691,-143610],[-40143,-141490],[-38487,-142560],[-42262,-147889],[-47713,-151887],[-49120,-152605],[-50303,-150362],[-49609,-150486],[-49223,-149795],[-50142,-149830],[-50384,-153213],[-47759,-150709],[-47194,-149641],[-46328,-153196],[-47056,-151973],[-46225,-149360],[-45420,-149182],[-43831,-148652],[-45351,-147575],[-41875,-151619],[-41731,-152250],[-41507,-147342],[-43464,-147189],[-40466,-151777],[-39050,-146463],[-41949,-145445],[-39676,-149092],[-48158,-154791],[-47151,-155318],[-50925,-156665],[-49789,-156630],[-50385,-155691],[-47788,-154449],[-44069,-156309],[-42476,-157515],[-42524,-155645],[-43609,-155529],[-42569,-154483],[-41346,-155231],[-39678,-155356],[-40266,-157932],[-38845,-154471],[-49760,-163773],[-50940,-159603],[-50550,-159061],[-53432,-158750],[-45372,-165006],[-44716,-166026],[-43837,-172404],[-45982,-175798],[-45836,-177238],[-45717,-171507],[-42219,-172405],[-45348,-169070],[-43834,-169003],[-39055,-176032],[-48403,-177597],[-48076,-176606],[-50448,-176433],[-50357,-177729],[-49847,-174210],[-48619,-172130],[-47193,-172045],[-39536,-175117],[-40889,-179739],[-50453,-179349],[-39914,-179142],[-42255,-179167],[-49131,-179811],[-41175,-183911],[-42675,-183473],[-43856,-186455],[-42849,-186854],[-44939,-183202],[-43588,-185175],[-42278,-200715],[-44909,-200533],[-39685,-216263],[-50525,-215805],[-51183,-225634],[-46649,-220131],[-45397,-233860],[-45174,-235750],[-40491,-251735],[-50321,-260653],[-43052,-260789],[-40389,-262822],[-52913,-131864],[-52809,-140134],[-52809,-142027],[-57403,-148601],[-56219,-144373],[-54141,-149835],[-52948,-148292],[-53840,-145270],[-63533,-146648],[-53187,-151703],[-56189,-150808],[-54027,-151836],[-53986,-153226],[-60523,-152649],[-58601,-151593],[-57937,-152467],[-53673,-164436],[-54341,-157725],[-53965,-156305],[-53892,-155105],[-53299,-153761],[-63977,-154293],[-63085,-154109],[-63117,-155990],[-61471,-153996],[-59464,-155062],[-57292,-156075],[-56495,-155183],[-55752,-156357],[-57655,-154192],[-61362,-158354],[-62693,-160188],[-56574,-159710],[-52190,-159778],[-56651,-170737],[-56748,-169123],[-58183,-169588],[-62948,-168017],[-59960,-168309],[-62326,-166826],[-63396,-166392],[-61249,-170613],[-53505,-168034],[-53220,-166485],[-52618,-174115],[-62901,-187812],[-63490,-182742],[-63231,-181389],[-63171,-183914],[-62962,-188970],[-60520,-189058],[-60692,-191679],[-52694,-197054],[-53225,-195409],[-55788,-193843],[-56374,-216296],[-51232,-213290],[-61499,-226873],[-53012,-230170],[-60828,-220668],[-59839,-236888],[-63499,-237619],[-56905,-254706],[-57569,-274982],[-58744,-278420],[-58368,-273383],[-71627,-124261],[-72890,-125665],[-71532,-123875],[-67248,-126270],[-69937,-124021],[-67676,-121696],[-65902,-122737],[-65638,-122660],[-66522,-122840],[-68860,-120847],[-74749,-125179],[-75661,-122826],[-68559,-128014],[-70638,-129630],[-74200,-134554],[-73036,-132746],[-69371,-136701],[-72635,-140321],[-72479,-133968],[-76546,-132054],[-68149,-132785],[-74757,-142656],[-71850,-141871],[-76051,-152825],[-74702,-150378],[-68961,-152337],[-69107,-151412],[-72562,-150010],[-74627,-148278],[-71052,-144064],[-71647,-147397],[-67419,-163388],[-67027,-162112],[-68199,-161927],[-73865,-161354],[-72905,-160055],[-74122,-159549],[-69982,-158016],[-71168,-157557],[-71333,-156580],[-71879,-155772],[-66568,-155612],[-65812,-157757],[-69803,-165313],[-70976,-164391],[-70397,-163152],[-65740,-166427],[-67962,-166390],[-66697,-174083],[-68007,-173101],[-75820,-168041],[-73796,-169951],[-75960,-177880],[-69924,-176766],[-66836,-176651],[-67955,-171158],[-67180,-187805],[-68399,-196727],[-74892,-198483],[-76299,-201820],[-71618,-192252],[-75785,-206646],[-71184,-214922],[-73214,-222913],[-69624,-235864],[-73237,-275240],[-67345,-294923],[-88578,-128141],[-89545,-132417],[-87643,-130860],[-78467,-134073],[-87776,-134883],[-86373,-130373],[-79263,-142405],[-78500,-144634],[-77461,-153059],[-84873,-151091],[-79818,-151534],[-79526,-149996],[-81562,-147891],[-80167,-144890],[-84069,-151274],[-79904,-148197],[-83406,-146960],[-84471,-153253],[-84687,-152624],[-81519,-157052],[-79922,-155493],[-84519,-156067],[-80046,-154975],[-85415,-159432],[-79966,-158077],[-82414,-155738],[-81907,-153722],[-87956,-155930],[-89340,-158593],[-86551,-164828],[-85117,-162478],[-81487,-164057],[-79138,-169311],[-87689,-169192],[-86055,-174886],[-87007,-175708],[-84280,-166771],[-86536,-176500],[-81295,-169635],[-87960,-184245],[-80014,-183296],[-79252,-184234],[-84741,-187342],[-80743,-186882],[-88580,-195307],[-78714,-199041],[-79122,-203028],[-83347,-197201],[-84523,-193829],[-81982,-200147],[-77814,-205801],[-79345,-208689],[-88127,-215461],[-79882,-212608],[-80857,-205769],[-84631,-209922],[-83082,-212031],[-79906,-226227],[-87322,-218972],[-87180,-226677],[-85163,-228195],[-86949,-239614],[-80917,-230335],[-78647,-231151],[-86239,-279001],[-88985,-105876],[-89509,-102309],[-87444,-103707],[-94457,-126117],[-95395,-123310],[-92418,-123753],[-93841,-124975],[-98151,-126622],[-99179,-137519],[-98817,-140418],[-97921,-139044],[-95069,-140037],[-94032,-138015],[-96416,-137460],[-98004,-138210],[-93945,-134279],[-90350,-135706],[-96484,-134698],[-95575,-136625],[-94645,-132725],[-93134,-132160],[-92380,-127903],[-91962,-135521],[-101050,-133043],[-98862,-128719],[-98519,-133316],[-99175,-132548],[-100497,-142496],[-96210,-142170],[-99107,-142788],[-99571,-143622],[-98031,-146544],[-99781,-146577],[-100613,-144389],[-98321,-147857],[-95114,-141957],[-95424,-143001],[-101798,-149705],[-101516,-150510],[-96004,-146479],[-97331,-141556],[-101203,-146941],[-97369,-144257],[-98734,-150447],[-92764,-143751],[-102049,-156242],[-91985,-162940],[-97748,-154455],[-92514,-161138],[-93481,-158629],[-100397,-172655],[-94763,-170704],[-100905,-167634],[-101753,-168674],[-96645,-171456],[-91461,-172862],[-92004,-178399],[-92256,-166404],[-93319,-184489],[-97733,-187601],[-94421,-190453],[-90244,-188058],[-101540,-196599],[-94526,-202312],[-99894,-195476],[-100176,-205641],[-101718,-215024],[-97866,-216490],[-99389,-216458],[-100572,-204699],[-101606,-209493],[-91330,-214423],[-94919,-215800],[-90291,-207265],[-91820,-209940],[-89702,-216969],[-102076,-218704],[-97236,-227034],[-89830,-233796],[-96259,-238599],[-95092,-234920],[-98774,-276427],[-91028,-275114],[-91123,-274134],[-91746,-275907],[-99401,-273335],[-96327,-293106],[-93498,-287796],[-92384,-284665],[-95953,-300959],[-89790,-297377],[-100690,-357913],[-89619,-113497],[-101134,-108575],[-99627,-111953],[-108710,-127034],[-110678,-124262],[-106034,-119547],[-112235,-132841],[-102418,-148418],[-104901,-150102],[-105005,-148202],[-108940,-152530],[-111519,-148803],[-107162,-152802],[-103165,-142169],[-109618,-156022],[-112598,-155845],[-111836,-159971],[-111158,-164594],[-109016,-157983],[-105518,-160916],[-112454,-166278],[-110869,-170434],[-110029,-167056],[-103792,-175820],[-107867,-173406],[-108308,-176701],[-111321,-175200],[-113663,-173883],[-104896,-172494],[-103450,-176409],[-104904,-202610],[-110518,-202678],[-105538,-204057],[-103805,-202878],[-107933,-198230],[-105171,-195271],[-107189,-204705],[-106965,-211025],[-108790,-209540],[-108181,-210340],[-104291,-213381],[-103966,-216439],[-113038,-213559],[-106487,-207089],[-103820,-214993],[-107254,-212826],[-111977,-220569],[-109839,-219947],[-106759,-226568],[-108358,-222010],[-108560,-223055],[-111536,-219686],[-108494,-217969],[-109815,-220571],[-113076,-222300],[-112029,-218075],[-111848,-230428],[-115169,-235542],[-110745,-240519],[-110568,-234775],[-108549,-234744],[-110859,-258680],[-114341,-259980],[-103891,-268244],[-112743,-270871],[-109955,-383444],[-115131,-72287],[-113147,-84125],[-113974,-83472],[-113726,-88460],[-112751,-86761],[-110160,-99964],[-113111,-95628],[-109486,-97579],[-108990,-98409],[-114692,-93296],[-105997,-101184],[-113053,-90747],[-109943,-101711],[-111999,-102353],[-110121,-102995],[-105772,-103482],[8600,-152167],[6513,-152306],[8233,-149712],[11776,-147300],[12168,-144798],[8708,-145242],[7204,-146243],[5651,-149233],[2456,-148523],[11632,-151536],[11592,-152656],[6994,-153403],[12245,-161199],[11588,-161571],[10700,-162029],[10762,-160873],[12630,-160575],[11861,-160367],[7658,-157033],[2956,-158447],[7719,-159052],[14367,-160936],[9354,-161889],[6659,-159061],[4140,-164516],[12724,-157665],[3436,-160579],[3087,-158734],[2239,-158525],[6343,-167949],[3348,-173889],[2677,-171595],[5737,-170323],[1778,-171977],[7724,-169029],[269,-175350],[4238,-178470],[9578,-170602],[405,-169481],[861,-168670],[4238,-177601],[3990,-180387],[3346,-179861],[8318,-190958],[2683,-185858],[8871,-187952],[5918,-193534],[4904,-199757],[8728,-195229],[5875,-211850],[1805,-216100],[11184,-228057],[10128,-224153],[132036,-126298],[134157,-125110],[136309,-120091],[133779,-122709],[128477,-127690],[133810,-189292],[140328,-191118],[131652,-183126],[136011,-180709],[129103,-179456],[128235,-193501],[140784,-192745],[140382,-207525],[130820,-220072],[135548,-218380],[136269,-230493],[131779,-241527],[134450,-253281],[139021,-261250],[129786,-264292],[137239,-261838],[129807,-264515],[128932,-305115],[134491,-299538],[139804,-304394],[138524,-304674],[140212,-303731],[129148,-310557],[132227,-309734],[134291,-313327],[138828,-308609],[129766,-309603],[138401,-311418],[135147,-314983],[137556,-318044],[134256,-316878],[136776,-311209],[140052,-318949],[129089,-331542],[133287,-332431],[139111,-320284],[138169,-319957],[137547,-330360],[136119,-330198],[128974,-345027],[128406,-333731],[131622,-340799],[133771,-342859],[138355,-338642],[140610,-336860],[134129,-351414],[133055,-352994],[137454,-354425],[134576,-355046],[137469,-367793],[133819,-363085],[133097,-360639],[131252,-361231],[129388,-359550],[135641,-57308],[135522,-56439],[137186,-55825],[132008,-62995],[139914,-54867],[137487,-61121],[139441,-60079],[131362,-63367],[132446,-68422],[136210,-71864],[134120,-74945],[133373,-71199],[134651,-76164],[131150,-66616],[130151,-65652],[134679,-67189],[134073,-65508],[134401,-66834],[134168,-64266],[139942,-66078],[136341,-76574],[139211,-74143],[130245,-66901],[128343,-69375],[133119,-71481],[135459,-71033],[134944,-73538],[137552,-70262],[135680,-70167],[138634,-70954],[139846,-65208],[137923,-65599],[138773,-66652],[139609,-67161],[129125,-65341],[140543,-68760],[139447,-71392],[139560,-73507],[130032,-88893],[131492,-88061],[134457,-83524],[134403,-80918],[136242,-85130],[134209,-85043],[134817,-87951],[135138,-83213],[140246,-82070],[140056,-79716],[135987,-77628],[135139,-78789],[135160,-84440],[137308,-77546],[130476,-88292],[134757,-86957],[140618,-77009],[136488,-79842],[136179,-82012],[137288,-80345],[135079,-80472],[135907,-80590],[137347,-81461],[137746,-92178],[128483,-91182],[129587,-93446],[130548,-93091],[131340,-96746],[134477,-93440],[137114,-98063],[140551,-96992],[140057,-94576],[138146,-94754],[137871,-93329],[138721,-95311],[134292,-89988],[133522,-89847],[131649,-90189],[132978,-92378],[130541,-99691],[137855,-107358],[132497,-103010],[131857,-105978],[135606,-111132],[133295,-109757],[133407,-113375],[142970,-127476],[152413,-118802],[153025,-120749],[152289,-122454],[146157,-127416],[145824,-123140],[146890,-132370],[146020,-127901],[144218,-128975],[147403,-138905],[145457,-142067],[148063,-162273],[153077,-155890],[151589,-165131],[146467,-189812],[145076,-181073],[147464,-258281],[151305,-262231],[152244,-277343],[152751,-276580],[151874,-277445],[148181,-294125],[146914,-285714],[146783,-287788],[146349,-286820],[149946,-289275],[152474,-306071],[153373,-306543],[148646,-306083],[148702,-296460],[149174,-299906],[145694,-296467],[143310,-298717],[147460,-297660],[147099,-295669],[144942,-296880],[150683,-300952],[151487,-308619],[140909,-313957],[141320,-315590],[150786,-307587],[143016,-318106],[141435,-317520],[153244,-308141],[141943,-325908],[152402,-326900],[141481,-321580],[151447,-321501],[151784,-320571],[151975,-331208],[152010,-323607],[151784,-323797],[150371,-320601],[150364,-320474],[141790,-327720],[142893,-327581],[143737,-326420],[140965,-326087],[143957,-325981],[141715,-324396],[147330,-326471],[146986,-326054],[145136,-325727],[152280,-337859],[152221,-336780],[141987,-337892],[142159,-336205],[146341,-354262],[151199,-357052],[145018,-356272],[144571,-354100],[151915,-359537],[144205,-361847],[144501,-389083],[145595,-394147],[143949,-390806],[144905,-55051],[145709,-53058],[148723,-56123],[149250,-58971],[148771,-61476],[141061,-53880],[142609,-63243],[150139,-60354],[153354,-63330],[152342,-53001],[148343,-71585],[152094,-65245],[152321,-75108],[151439,-76568],[152460,-73958],[143943,-73070],[141565,-76192],[148753,-69952],[151126,-70801],[150569,-70359],[148559,-67658],[151293,-68727],[149415,-64339],[148644,-64930],[146580,-64220],[142376,-71114],[140915,-69550],[143714,-71462],[144707,-65822],[142216,-66183],[144407,-65700],[151310,-72797],[147364,-73590],[150691,-75795],[148958,-74934],[150652,-74153],[140815,-75529],[152848,-69197],[140837,-88662],[144794,-85389],[144794,-88988],[147454,-86711],[148104,-81447],[150049,-81742],[150576,-82770],[146842,-85494],[148744,-84829],[148082,-85441],[145927,-78573],[149710,-78716],[148784,-79735],[153168,-82317],[153526,-84431],[142294,-77034],[148507,-77685],[152924,-76672],[142546,-94896],[146486,-95611],[145643,-92425],[146545,-92639],[144313,-94068],[144123,-93090],[149124,-92279],[150425,-91259],[147588,-90123],[150773,-93097],[142148,-108607],[141085,-108037],[144607,-108024],[143952,-104751],[148428,-105810],[149481,-105820],[148533,-109520],[146065,-111584],[164871,-120783],[159482,-125869],[160775,-124793],[160443,-126168],[164078,-118917],[154906,-119018],[156916,-116519],[161123,-115864],[156858,-122352],[161405,-119339],[161204,-118877],[157824,-127335],[156577,-126466],[156915,-123769],[157096,-125648],[161461,-139946],[157518,-132583],[159145,-130695],[158861,-131628],[161621,-130269],[165161,-140904],[166767,-150615],[164582,-149378],[163528,-146593],[155019,-158003],[156785,-164190],[165509,-167987],[159244,-168905],[155948,-168169],[158355,-258982],[163006,-294031],[165974,-293715],[156845,-294072],[154784,-296140],[154446,-299811],[155079,-297133],[158387,-295666],[157818,-295545],[155281,-306325],[154566,-296093],[154381,-297171],[159605,-306713],[160492,-297037],[161809,-294425],[166268,-296323],[166268,-295566],[160675,-304867],[161874,-305911],[159552,-296435],[158792,-297293],[154613,-308256],[157266,-309249],[157118,-308560],[156617,-324430],[154992,-324831],[156886,-323703],[155459,-323874],[157079,-323778],[163459,-330044],[158743,-325893],[159713,-320932],[157266,-323644],[163613,-331504],[161685,-332004],[159009,-325788],[162989,-333307],[153995,-334784],[165015,-338031],[157614,-341793],[160656,-332604],[159385,-344680],[153905,-342594],[154357,-343762],[162353,-337777],[155045,-336063],[157730,-336615],[159592,-334688],[166272,-340591],[163177,-343827],[162730,-341166],[162733,-345296],[154535,-354793],[157744,-358162],[157119,-355765],[160978,-354364],[160655,-350041],[160580,-351497],[162022,-349783],[164961,-348720],[161593,-347198],[159346,-352438],[154451,-347254],[157227,-348259],[156912,-380249],[159247,-49522],[162634,-50994],[165073,-54181],[165506,-57060],[165508,-63775],[160693,-57067],[162272,-61493],[156730,-53993],[163974,-58843],[153776,-70101],[162166,-75238],[161294,-75854],[160388,-72735],[155674,-70974],[154126,-71254],[160471,-68579],[155997,-73377],[165324,-73248],[161967,-70239],[162058,-71924],[165774,-72590],[157451,-79314],[160567,-77028],[155344,-80946],[157880,-86226],[155428,-83469],[166327,-83702],[164385,-76615],[163539,-85059],[161467,-84045],[158120,-87648],[165769,-80752],[160240,-87652],[158586,-80122],[159244,-83638],[161745,-101725],[164742,-100428],[162840,-99704],[163897,-102115],[164092,-97192],[158844,-89348],[161046,-92887],[156590,-91026],[156039,-91092],[166012,-107737],[166237,-109155],[163195,-114202],[163815,-112639],[161664,-108651],[160679,-114245],[155844,-111215],[158626,-110393],[157756,-111547],[158110,-114763],[157542,-103752],[158419,-105485],[157563,-109127],[161711,-105509],[158710,-105869],[159501,-104678],[169408,-115548],[173233,-119244],[173170,-124893],[177048,-124828],[172245,-127488],[173948,-122872],[176785,-119777],[169103,-131050],[172280,-130113],[166988,-134593],[170316,-139784],[178679,-147395],[179216,-142544],[177126,-143857],[170312,-149315],[169020,-147489],[171577,-159976],[171336,-156407],[178758,-162139],[170213,-164373],[177163,-158207],[172230,-164447],[170145,-158141],[175695,-165657],[175938,-153675],[167273,-159097],[170112,-166572],[172379,-169147],[173103,-166169],[172009,-214386],[174823,-231373],[171908,-277970],[166996,-278567],[174521,-298943],[168198,-306534],[170626,-305968],[171198,-305935],[166459,-308438],[168273,-308457],[170624,-308613],[176761,-331484],[178343,-342534],[175135,-338703],[173755,-341834],[174207,-341805],[179142,-343894],[175915,-335578],[173188,-335040],[167412,-336568],[173127,-334530],[178289,-332684],[172359,-335297],[177382,-334878],[176301,-336231],[176605,-335097],[170692,-337061],[168094,-336351],[169335,-335044],[169359,-334457],[167747,-349549],[167571,-356032],[169298,-354910],[171529,-354805],[171260,-354385],[173974,-347819],[175812,-355757],[173879,-346880],[175439,-349843],[175050,-348212],[174273,-349388],[168193,-346574],[175311,-364227],[174218,-366968],[171533,-359891],[175566,-366057],[179174,-370653],[172396,-360669],[166469,-364570],[170855,-59419],[168393,-56896],[169590,-56677],[178026,-59337],[175234,-61032],[167398,-59109],[174927,-63387],[171639,-75530],[170889,-72094],[167693,-73250],[172827,-70868],[174269,-70163],[174899,-65591],[172164,-68782],[177762,-70587],[169976,-73101],[166520,-67335],[167058,-80778],[167337,-81558],[167479,-85063],[177955,-85860],[174435,-82137],[176206,-89352],[170746,-89278],[166981,-88051],[168591,-77678],[170122,-79436],[170336,-80606],[170161,-84789],[174334,-86683],[171086,-98937],[171423,-94529],[170498,-98745],[173732,-96895],[170297,-91833],[168167,-97747],[169815,-90903],[167784,-111449],[167586,-113667],[168378,-113518],[166603,-107677],[170089,-105031],[168089,-104407],[181104,-115796],[185360,-127410],[191211,-126611],[179565,-130083],[182171,-132273],[179282,-137634],[189342,-131108],[186323,-128445],[181150,-161379],[180740,-167637],[191450,-185367],[187652,-183563],[181965,-181307],[180971,-179554],[187336,-343966],[182519,-339978],[182852,-338717],[183321,-335939],[182987,-348014],[183235,-346701],[182998,-353798],[180675,-352396],[182914,-353374],[181533,-370025],[182047,-369955],[180968,-368404],[179483,-366545],[181397,-364000],[179875,-360735],[181423,-364047],[184968,-365506],[186079,-365785],[184545,-369192],[189088,-362890],[186261,-361895],[181406,-358202],[184781,-371577],[184154,-64736],[182084,-73970],[181224,-88258],[186802,-77220],[184688,-79961],[181530,-85329],[189839,-114938],[201764,-120982],[198014,-129123],[194348,-363829],[192171,-364470],[200223,-365407],[200398,-89811],[198772,-104720],[209681,-119501],[208588,-121640],[206115,-172492],[209587,-101858],[208054,-109884],[206916,-107320],[25132,-140119],[23692,-141037],[21176,-148140],[24408,-150403],[22004,-148389],[13619,-151533],[25518,-140922],[20691,-149799],[19718,-152432],[18145,-151060],[17636,-149241],[19601,-149301],[23241,-152537],[19666,-151111],[16660,-151504],[14536,-151029],[15932,-151243],[16281,-152452],[18305,-149967],[17415,-148246],[20083,-148669],[20773,-151058],[23857,-151474],[23623,-153140],[19037,-144068],[14814,-152240],[19159,-153824],[24344,-156605],[15447,-153760],[15168,-157675],[16041,-158994],[17070,-158463],[16030,-157396],[15903,-154457],[13879,-155078],[23211,-155233],[24459,-155219],[25368,-155111],[24320,-153533],[20058,-164858],[22616,-163082],[19223,-166054],[16744,-156327],[17052,-156816],[18423,-164523],[17549,-163913],[22695,-163955],[23383,-163652],[22106,-158111],[15322,-168727],[16674,-168607],[17134,-167812],[17861,-171181],[18589,-167388],[23042,-172033],[20845,-169288],[21451,-174472],[21339,-172070],[20078,-174464],[15312,-168217],[13993,-166358],[22393,-170989],[18566,-170898],[18385,-169909],[17130,-188102],[17115,-194705],[21290,-192601],[25599,-228188],[22751,-235766],[21397,-234522],[20288,-233296],[16448,-231995],[13367,-242856],[17847,-240012],[13307,-244419],[318043,600222],[319496,609408],[317998,610734],[314587,609220],[318386,603741],[325632,590832],[326729,592213],[326791,590143],[324336,613449],[328940,606449],[327804,606493],[326051,606327],[328047,605939],[326500,608505],[321497,605528],[321537,601910],[320079,615935],[321924,614634],[323832,622066],[322582,616091],[326851,617707],[327785,622759],[325565,623193],[321980,617856],[322468,620559],[326462,619122],[339601,587560],[341977,587942],[343474,586295],[342389,585689],[337570,594255],[336416,594348],[337502,592259],[344931,595544],[335522,591787],[332882,592581],[339587,591333],[337909,605653],[333489,605116],[343580,609744],[342312,606443],[340731,606251],[341247,606631],[341592,604446],[341946,604247],[339740,602761],[340284,603029],[342325,602606],[341414,602290],[343475,603895],[343195,603424],[345211,602718],[343291,604931],[337634,603728],[334294,603999],[339591,622656],[343313,621689],[343706,620885],[345219,619528],[344727,618121],[338732,617892],[335256,619105],[333744,619968],[342137,624349],[345168,616382],[335056,622596],[339457,623387],[338879,624291],[342036,625638],[339347,626224],[339465,625376],[349282,600089],[348521,598760],[348973,600461],[347490,611520],[345645,611432],[346081,614074],[352861,611491],[351272,610621],[345770,615160],[351513,621983],[348765,619349],[353078,619088],[352774,616011],[351160,614718],[347535,624055],[349707,623575],[347421,622759],[28494,-140086],[33204,-139420],[30581,-137419],[30951,-136307],[32692,-138067],[28720,-138124],[32527,-141099],[28424,-143964],[27297,-142435],[30553,-143069],[35919,-141076],[33819,-144571],[33113,-143675],[32137,-145624],[30306,-147844],[26981,-150984],[26938,-149185],[26154,-151406],[26497,-147842],[28166,-147042],[28918,-147857],[26064,-145709],[28915,-142801],[36099,-146166],[28087,-151668],[26883,-151931],[38351,-150083],[37945,-148549],[25972,-159602],[26026,-158046],[27930,-153845],[29811,-154495],[25802,-156411],[37382,-158272],[35026,-157917],[34712,-155139],[34105,-164011],[33926,-162999],[32773,-162387],[31025,-162322],[29140,-161853],[30726,-163803],[32598,-163745],[34064,-167503],[29289,-167134],[25709,-170975],[35978,-174613],[34349,-171061],[37068,-172810],[29801,-168775],[28023,-168248],[31077,-167783],[28012,-171440],[36607,-178225],[35774,-180442],[26983,-181749],[36829,-184535],[31958,-184894],[29303,-197616],[29339,-195647],[29313,-202329],[28390,-203660],[33753,-226640],[30599,-227468],[33108,-222056],[31073,-219447],[35165,-227181],[30420,-233116],[31425,-230282],[30454,-231408],[30422,-234525],[31355,-234625],[31309,-233063],[33314,-232512],[35152,-233552],[35619,-232914],[35255,-392952],[33451,-393063],[34105,-392829],[37646,-393132],[37174,-392479],[37073,-399436],[470377,507750],[466747,541096],[473514,716115],[491991,357047],[494196,362551],[495193,464114],[497293,473239],[493875,475133],[493613,496071],[498942,505360],[492110,510545],[493824,508753],[494375,672249],[489311,700095],[488346,707877],[488751,709491],[511459,401277],[502959,459130],[507807,504686],[503343,509466],[505161,600160],[504549,653348],[505020,671359],[500479,672725],[509889,681296],[505745,686131],[499532,688411],[504790,715580],[39711,-139128],[42639,-137653],[44646,-139308],[48503,-137804],[47375,-135097],[41745,-135042],[49778,-130427],[51627,-134599],[50819,-129086],[47510,-139119],[42343,-134558],[45674,-138226],[46961,-138154],[41948,-139863],[40486,-141655],[41782,-141220],[40556,-143578],[41694,-142664],[48493,-141181],[49794,-143238],[43705,-143394],[46988,-142786],[47295,-140821],[45100,-141859],[44680,-142825],[48630,-141810],[50694,-143555],[45347,-153319],[43369,-144828],[43185,-150044],[47577,-145847],[45322,-140911],[39349,-148185],[39360,-152934],[40592,-148530],[48586,-157627],[40810,-156339],[50125,-165742],[48269,-154191],[47174,-155040],[50046,-155438],[41756,-172818],[46618,-168414],[42598,-174060],[46050,-169870],[47674,-171024],[39477,-168157],[44323,-168617],[42398,-169237],[44007,-170438],[48776,-177432],[46117,-178604],[49867,-177006],[48780,-180386],[50856,-189184],[44042,-189074],[43316,-190473],[43814,-191304],[43033,-200190],[39927,-197807],[44205,-196686],[40534,-195781],[42496,-216335],[49991,-228323],[48119,-228746],[48710,-229457],[49075,-229716],[49678,-228995],[47389,-229756],[50166,-229344],[46667,-229213],[46776,-226278],[47700,-223530],[42362,-224072],[40531,-223852],[41384,-222718],[44564,-223648],[41893,-226208],[48857,-228095],[43155,-225225],[43770,-226100],[44669,-224583],[44881,-225046],[45354,-225106],[42998,-223551],[42986,-224192],[44761,-221997],[45980,-227885],[44630,-228657],[44021,-228249],[42611,-229353],[40728,-222247],[41201,-231970],[48415,-231458],[49202,-230614],[40176,-232752],[49862,-392394],[50187,-393367],[43423,-390347],[48701,-391564],[50530,-394344],[43472,-390770],[45422,-390465],[41437,-396180],[557646,404469],[51291,-127339],[53147,-127435],[54095,-124384],[54038,-118895],[55592,-118375],[61498,-116475],[59417,-120608],[62585,-120228],[59824,-123276],[54955,-125343],[51924,-130164],[58296,-129170],[56984,-133122],[55615,-132683],[60678,-130589],[60352,-138200],[59315,-136050],[56267,-136155],[62367,-130544],[62931,-131003],[52500,-139782],[54482,-146656],[57929,-146549],[58716,-148090],[62283,-144901],[57653,-150790],[63709,-146439],[63431,-142132],[62416,-148652],[54028,-141724],[51304,-141444],[55254,-141712],[63561,-144631],[51388,-165826],[53240,-155469],[52224,-154912],[56694,-171287],[56414,-173056],[57616,-168267],[60558,-175228],[58091,-174849],[60426,-171714],[51973,-229866],[52825,-229656],[53351,-228017],[53122,-230798],[51715,-231183],[59894,-394573],[59862,-389200],[58837,-390765],[61630,-387265],[60108,-388131],[56940,-390196],[52733,-391977],[53863,-396221],[51490,-392737],[56587,-391978],[59352,-396667],[740410,515023],[735250,525027],[65017,-117067],[65496,-121992],[65976,-121533],[75859,-117992],[74599,-123608],[66662,-135347],[64692,-132471],[70529,-132330],[65303,-130182],[65326,-130577],[64470,-130945],[64187,-130479],[71269,-138012],[75141,-138440],[69229,-144316],[64545,-142282],[66504,-146187],[71799,-142973],[70445,-149460],[70180,-151596],[68192,-159470],[65930,-157450],[65971,-154509],[69811,-162110],[65884,-177487],[66173,-178025],[64010,-176361],[67202,-175218],[69871,-171229],[66079,-176697],[68803,-174584],[69490,-179339],[72750,-200416],[69336,-198238],[73180,-222058],[75329,-293836],[71309,-298520],[68824,-332096],[76478,-335872],[74751,-334945],[73532,-333205],[76270,-377084],[70513,-383472],[71084,-382623],[73303,-391666],[75892,-388848],[67513,-384927],[65818,-389028],[67150,-388114],[68522,-387868],[64538,-391521],[69796,-384185],[64824,-392769],[65783,-397482],[74310,-100038],[72357,-99819],[76098,-97052],[67955,-114837],[67546,-113631],[65517,-114751],[71749,-108157],[71559,-106307],[73041,-104576],[74590,-105023],[73822,-111141],[73110,-109493],[73655,-104394],[72683,-113202],[852788,523514],[80653,-126501],[80329,-121011],[87643,-116579],[80479,-124293],[79097,-119968],[85713,-122040],[85859,-123946],[82391,-123922],[83834,-127429],[81686,-127770],[89039,-127345],[89136,-126493],[87435,-127161],[82627,-121045],[81771,-123679],[77178,-137115],[77725,-138390],[89152,-137093],[88670,-137909],[85135,-128151],[84375,-129157],[81821,-128781],[81318,-129892],[77303,-128336],[78452,-130361],[78176,-140714],[88465,-142389],[86843,-144558],[79292,-148796],[83796,-148421],[82426,-148953],[82297,-150081],[84995,-147921],[88832,-155372],[81627,-172714],[82766,-183479],[82546,-206681],[81236,-220150],[81107,-220963],[77170,-300256],[88407,-305817],[86525,-327889],[80827,-331080],[77902,-336246],[81159,-334369],[82154,-335493],[83080,-336634],[84076,-335354],[83986,-337870],[87018,-340304],[87656,-341569],[89489,-341037],[84207,-334085],[87084,-378204],[86047,-377947],[83091,-375612],[79895,-375153],[79665,-376643],[78507,-97230],[80691,-96562],[81962,-98601],[81900,-101602],[84839,-98728],[88553,-96798],[80008,-101795],[78074,-101826],[83067,-101409],[88096,-100410],[86379,-100865],[84253,-96541],[87604,-99586],[88169,-96214],[89353,-96978],[80230,-103265],[81547,-103426],[85682,-103222],[84977,-104446],[87949,-105863],[76879,-107042],[85547,-105192],[88587,-103489],[78020,-105406],[85225,-110941],[89317,-105695],[86304,-106769],[77937,-113867],[82910,-110923],[80131,-113661],[80684,-110417],[83019,-108603],[90361,-124127],[92041,-126505],[96391,-126657],[95232,-125968],[96329,-124587],[95030,-127814],[92265,-139081],[98696,-141426],[94494,-144393],[99462,-141335],[94597,-142744],[99874,-142583],[96745,-145536],[95317,-148132],[98243,-147547],[98112,-152740],[97131,-153171],[96634,-158161],[91930,-160997],[95638,-165961],[97009,-172800],[97726,-191380],[98725,-190536],[89930,-212783],[96003,-254862],[98459,-255469],[99522,-252545],[98031,-252838],[97316,-255608],[100902,-250332],[102352,-252662],[93609,-250092],[97827,-248938],[98084,-247243],[97924,-250154],[96220,-249573],[94958,-248771],[92251,-256957],[92925,-258015],[92499,-305653],[92203,-305856],[101364,-315178],[102301,-314515],[99668,-316694],[100950,-328788],[99227,-326626],[95978,-328542],[97465,-330504],[96835,-320996],[95702,-322116],[102327,-322019],[94678,-322549],[95463,-326557],[97092,-326403],[97319,-328075],[100491,-326270],[100014,-323336],[101047,-332101],[98559,-333029],[101535,-336141],[101579,-336879],[100149,-347211],[101713,-347903],[101070,-355531],[100956,-358917],[101152,-358412],[91608,-375076],[101405,-381197],[100365,-380184],[101631,-377479],[91802,-379842],[94853,-382803],[94165,-382894],[93463,-384703],[91729,-389234],[90411,-389919],[93014,-387408],[92841,-386540],[95357,-387960],[93521,-387142],[95032,-385876],[99366,-391377],[98239,-390377],[101314,-392182],[100012,-56669],[100236,-60019],[100208,-54726],[100302,-64288],[101352,-69378],[101536,-70470],[100723,-70007],[96119,-85102],[94095,-87908],[100078,-82503],[101571,-89260],[100899,-86192],[96981,-86246],[96953,-85268],[95614,-86049],[97809,-89112],[100810,-87607],[97923,-87976],[100565,-77646],[101454,-79575],[101433,-77909],[90617,-99219],[93537,-96412],[93460,-91098],[91860,-92830],[101188,-93995],[91373,-96558],[90402,-95984],[92141,-94828],[94138,-99098],[92875,-98841],[93625,-101807],[100005,-94683],[98565,-89657],[95811,-89974],[92783,-90058],[91355,-101428],[90330,-101377],[93749,-102797],[92551,-103433],[97921,-103123],[97540,-107122],[96080,-106043],[96941,-109072],[97647,-110861],[90164,-104914],[111331,-118020],[114730,-115180],[105122,-125013],[102482,-124219],[102713,-127019],[113937,-116506],[107102,-124541],[106016,-122452],[107170,-122545],[112648,-125679],[112750,-125012],[102438,-135209],[104547,-129232],[106189,-130035],[107131,-129912],[103191,-136114],[114497,-135225],[111024,-151897],[106131,-142780],[104832,-143636],[107585,-148574],[107789,-144577],[107965,-143508],[109166,-164591],[105340,-162036],[114617,-168008],[105450,-166352],[112706,-198246],[111549,-198904],[103766,-201568],[114764,-261316],[106101,-311177],[114266,-312593],[112512,-312799],[103799,-319708],[103127,-319486],[103547,-317534],[111656,-325038],[113823,-331878],[105944,-324810],[102871,-323031],[114710,-330411],[111971,-320865],[110535,-324343],[114549,-328129],[106270,-329789],[104973,-329754],[107797,-328970],[102849,-326393],[102480,-320287],[108424,-330199],[112592,-330409],[114965,-327272],[103459,-338634],[106005,-335853],[104348,-335494],[103560,-334723],[103317,-339269],[113983,-341688],[110394,-342325],[113757,-333449],[112698,-335270],[106560,-339469],[115083,-349350],[111791,-352272],[104588,-350046],[103592,-354967],[108726,-356768],[110620,-347983],[112876,-351764],[102463,-381347],[104160,-381084],[105471,-380116],[105833,-381894],[108196,-381700],[104549,-393007],[103897,-394619],[103477,-392694],[103129,-392589],[103582,-392258],[106164,-53922],[113943,-59503],[108200,-52947],[109067,-55250],[106417,-57861],[105648,-62387],[105111,-58149],[108706,-61399],[111609,-63009],[112766,-62212],[111820,-60632],[106829,-74871],[109835,-76469],[114518,-75235],[107002,-75531],[107926,-72086],[107335,-73460],[107303,-74278],[106049,-74479],[112707,-73312],[113352,-75562],[114267,-76413],[109008,-70872],[108421,-67158],[107870,-69800],[112845,-67779],[112372,-65871],[114727,-65223],[108401,-79740],[108375,-81525],[108492,-78976],[107690,-78949],[105734,-78460],[108278,-81118],[106530,-78865],[110372,-82277],[111211,-86951],[106236,-82746],[105012,-83639],[103501,-79986],[114282,-87266],[114614,-86340],[113834,-88673],[111711,-83152],[109212,-83889],[112923,-79298],[112312,-81488],[109911,-78864],[115101,-77722],[114465,-77113],[105172,-82638],[104728,-82074],[103692,-83158],[109191,-94144],[105150,-93966],[112913,-95111],[113306,-95915],[114819,-97272],[114327,-98679],[105052,-91315],[108332,-98908],[104857,-97695],[103344,-96832],[114768,-100418],[111737,-92451],[108793,-107140],[109884,-105742],[113180,-107056],[110463,-107956],[111635,-107928],[112463,-110428],[111912,-110357],[110331,-110549],[110847,-110169],[111192,-112354],[111546,-112553],[109340,-114039],[109884,-113771],[111925,-114194],[111014,-114510],[111639,-108322],[113075,-112905],[112795,-113376],[112891,-111869],[113446,-104074],[107406,-112641],[107325,-113107],[116372,-177769],[125527,-186784],[115826,-181133],[117103,-182640],[117507,-181104],[116951,-188362],[116085,-188781],[115881,-187934],[115461,-185400],[115406,-186090],[123705,-196954],[119628,-205227],[123185,-205524],[117398,-221256],[119865,-253244],[119066,-253363],[117148,-257946],[126585,-258520],[125418,-264349],[126235,-264705],[120401,-309352],[116839,-314668],[119387,-330129],[115320,-323465],[121912,-322882],[120182,-329489],[121480,-327983],[115502,-322006],[122379,-322213],[122420,-325566],[119419,-336593],[118132,-340830],[125549,-339492],[127889,-337993],[125016,-356486],[127337,-345421],[126688,-357944],[115810,-346142],[115407,-349338],[124641,-362309],[125751,-359950],[127483,-359078],[124334,-386387],[115643,-53207],[123594,-59891],[126251,-60058],[124877,-60156],[117812,-73921],[123171,-63854],[127553,-69137],[127914,-71851],[126129,-69565],[127939,-70799],[115873,-64052],[115611,-85147],[117783,-85258],[117343,-84493],[116207,-84900],[116682,-82597],[119639,-88834],[121363,-87884],[122796,-88450],[115979,-82546],[118414,-80010],[116031,-77254],[116774,-76623],[115208,-81970],[115370,-101640],[121113,-94817],[120113,-96751],[119127,-90756],[115316,-89712],[120110,-89461],[127243,-92530],[122678,-97712],[127570,-98425],[125272,-94429],[122374,-100789],[120760,-102082],[117533,-95707],[116935,-95493],[126257,-100586],[126708,-101158],[117090,-105280],[115245,-105368],[115681,-102726],[121992,-109229],[122461,-105309],[120477,-110847],[120872,-106179],[121614,-110599],[121552,-114330],[-117977,-125198],[-118350,-138352],[-125257,-152736],[-121413,-157725],[-124423,-163115],[-125925,-164712],[-117499,-171845],[-127614,-178764],[-125854,-177965],[-124605,-194087],[-127737,-196221],[-116403,-210007],[-116710,-208914],[-122132,-215140],[-127456,-215973],[-116318,-213679],[-117904,-215333],[-116645,-211244],[-124695,-212383],[-119205,-206644],[-117017,-216419],[-126571,-218625],[-122807,-225465],[-124575,-220488],[-123020,-228739],[-115611,-220432],[-122219,-225889],[-123823,-226242],[-122872,-228105],[-115939,-222090],[-117168,-225469],[-120047,-218952],[-120548,-223170],[-116354,-220199],[-125486,-222878],[-124902,-222982],[-116444,-230039],[-125869,-227417],[-126544,-219418],[-126841,-222664],[-122934,-221204],[-117430,-221365],[-124715,-218487],[-117688,-220562],[-119163,-225257],[-123214,-225979],[-120437,-226279],[-124441,-219753],[-121208,-222249],[-127155,-219077],[-119493,-231097],[-119244,-232298],[-116957,-237324],[-119974,-233476],[-118167,-238791],[-123851,-239575],[-122679,-239449],[-116836,-238062],[-119353,-231579],[-123596,-230557],[-116853,-250690],[-117245,-251589],[-116229,-250396],[-125722,-243542],[-120687,-244804],[-119455,-243075],[-121434,-247400],[-123983,-258103],[-123156,-276220],[-123357,-274095],[-118038,-274750],[-125572,-285991],[-124648,-281484],[-115648,-290793],[-124349,-296564],[-121452,-300233],[-115392,-371936],[-118569,-391766],[-122499,-47658],[-120044,-44559],[-124221,-71771],[-124169,-73042],[-119330,-82179],[-118052,-76654],[-121287,-93819],[-116748,-96164],[-119552,-89632],[-122265,-98153],[-127088,-92961],[-121338,-90061],[-119861,-91928],[-127905,-90053],[-120824,-94760],[-124356,-100076],[-124118,-104362],[-125584,-104049],[-130730,-144367],[-135764,-149055],[-136834,-148661],[-133561,-151863],[-130363,-152480],[-129965,-149573],[-133058,-156740],[-133176,-160922],[-138065,-158773],[-139626,-159391],[-133704,-155531],[-138687,-164838],[-135174,-168995],[-131556,-178227],[-137435,-170972],[-137443,-177493],[-132481,-190894],[-135121,-192142],[-132276,-193085],[-130225,-222966],[-138704,-225840],[-138939,-227349],[-133613,-222005],[-130555,-219571],[-131271,-219179],[-130699,-221265],[-134272,-223279],[-131277,-238737],[-132810,-240885],[-138145,-242517],[-134872,-241857],[-129801,-241049],[-131552,-239794],[-132303,-234983],[-132654,-237463],[-129645,-235253],[-132616,-237228],[-130146,-236936],[-138327,-245431],[-139706,-244295],[-134103,-244324],[-134061,-245574],[-137482,-255646],[-129828,-253229],[-133375,-263701],[-135408,-261533],[-136428,-266319],[-135084,-260649],[-140101,-258645],[-135998,-258159],[-130535,-262130],[-128174,-261456],[-130478,-278829],[-140145,-291601],[-134815,-304612],[-135045,-295379],[-134612,-303561],[-135045,-302601],[-133156,-303173],[-139905,-307516],[-137715,-426820],[-140008,-424465],[-138245,-428770],[-137852,-38176],[-139347,-96127],[-131644,-95218],[-130487,-96988],[-139773,-96525],[-136995,-98039],[-137973,-98620],[-138177,-106511],[-131874,-106310],[-143601,-163681],[-143482,-166408],[-143219,-171391],[-146653,-171928],[-147451,-173272],[-143307,-181570],[-143092,-184643],[-149111,-179086],[-152733,-194922],[-153369,-198896],[-146132,-224224],[-148135,-227991],[-147703,-228284],[-143477,-228503],[-143607,-226676],[-145011,-222761],[-146010,-233585],[-152201,-233015],[-148526,-233517],[-151411,-240064],[-148763,-239386],[-152658,-234482],[-145301,-230746],[-151198,-232437],[-145379,-243583],[-151763,-250178],[-149823,-265516],[-153488,-266177],[-153272,-255867],[-141671,-262366],[-150235,-255933],[-150029,-257766],[-149066,-276438],[-148351,-275490],[-153048,-278284],[-144419,-281069],[-146071,-276818],[-147509,-282247],[-152724,-284896],[-148162,-292583],[-143608,-287089],[-149442,-286473],[-148080,-302555],[-143156,-299839],[-149468,-297722],[-147551,-308646],[-142983,-308899],[-153049,-339160],[-146186,-420582],[-148362,-418649],[-147807,-420394],[-150994,-417250],[-147758,-418967],[-149889,-420139],[-144861,-418751],[-150387,-416869],[-151664,-415905],[-143678,-433104],[-143473,-432549],[-142417,-429702],[-140848,-423585],[-142788,-432695],[-141096,-429627],[-142389,-432241],[-141182,-430424],[-141517,-423470],[-149052,-428817],[-148728,-430075],[-152520,-426492],[-149650,-425379],[-150922,-426991],[-142486,-431272],[-148512,-424561],[-148779,-425191],[-141496,-427520],[-148397,-29078],[-145266,-50303],[-151911,-74766],[-144230,-71993],[-146296,-76249],[-146140,-75486],[-145269,-72423],[-145435,-71280],[-145556,-71936],[-144268,-69630],[-143748,-70487],[-143713,-68670],[-144189,-69013],[-144950,-69566],[-147144,-67926],[-146498,-67264],[-148012,-77619],[-153268,-83453],[-153590,-79217],[-152908,-80336],[-150490,-82528],[-149981,-80638],[-152324,-82086],[-147649,-76917],[-141826,-94865],[-148675,-101539],[-150661,-97355],[-146970,-96481],[-159437,-122676],[-156758,-116697],[-162631,-140829],[-156651,-172056],[-154058,-179302],[-158521,-201905],[-153831,-194099],[-155834,-199825],[-165248,-197327],[-162803,-197034],[-153888,-199966],[-154293,-200431],[-162184,-192774],[-153775,-196639],[-154254,-206683],[-159409,-206375],[-163560,-208652],[-157440,-235364],[-166009,-233313],[-165968,-230277],[-164232,-230913],[-164570,-233670],[-165012,-233388],[-163950,-240111],[-156877,-251634],[-158645,-244462],[-155100,-244007],[-164513,-243552],[-165335,-248955],[-166096,-244842],[-159620,-254059],[-153688,-268031],[-158778,-266231],[-161568,-265440],[-158170,-262477],[-164732,-261905],[-166015,-260392],[-156847,-267541],[-156356,-267719],[-154482,-265214],[-157943,-268460],[-157054,-262763],[-161821,-266150],[-160340,-260931],[-158976,-261187],[-161036,-260340],[-153897,-269116],[-155090,-268969],[-163318,-269941],[-161991,-268647],[-157556,-268696],[-166259,-269371],[-165873,-268815],[-156330,-274189],[-162798,-275598],[-158837,-271324],[-164444,-280145],[-157842,-280345],[-160325,-284284],[-164745,-287208],[-156372,-297620],[-155165,-294709],[-162041,-308457],[-157043,-336859],[-158697,-336669],[-161977,-346274],[-160618,-345923],[-164143,-348901],[-162782,-345925],[-164415,-351278],[-166243,-418757],[-157192,-431027],[-162424,-437175],[-157637,-56130],[-161951,-74408],[-156460,-80972],[-154724,-77926],[-155071,-80513],[-155418,-79990],[-155217,-78244],[-155830,-78024],[-155988,-78610],[-165011,-77230],[-164288,-90272],[-159579,-98743],[-158399,-98555],[-159161,-98407],[-162093,-90530],[-175674,-132118],[-170556,-140822],[-176079,-165004],[-175134,-167048],[-175702,-178236],[-172981,-180377],[-176229,-179619],[-170777,-186310],[-170858,-188213],[-171867,-184963],[-178866,-185137],[-177203,-185239],[-173381,-190314],[-174500,-181144],[-169687,-201208],[-166603,-196717],[-169181,-203378],[-170170,-197666],[-174644,-195805],[-177483,-193330],[-171267,-195232],[-168942,-194998],[-167475,-195883],[-168315,-195542],[-177808,-193139],[-178942,-199161],[-172545,-206629],[-179157,-225897],[-167428,-229298],[-169247,-228397],[-173716,-228583],[-177350,-251532],[-175209,-243403],[-175634,-244325],[-175710,-246372],[-173104,-249531],[-173545,-245318],[-173194,-254567],[-177627,-251020],[-174732,-248713],[-170282,-251611],[-177571,-252071],[-175297,-263255],[-177543,-264291],[-173768,-261924],[-176597,-260020],[-171170,-257071],[-173813,-257223],[-167249,-265574],[-168625,-266984],[-174537,-256110],[-172578,-257013],[-174599,-258424],[-172067,-267939],[-170237,-267526],[-177699,-261352],[-177403,-256243],[-169379,-273816],[-167522,-270165],[-174006,-269672],[-178596,-276528],[-173095,-273229],[-169006,-274630],[-176591,-278349],[-175946,-273102],[-174576,-283972],[-176442,-282304],[-166440,-367029],[-171421,-369583],[-171858,-370517],[-170253,-367789],[-171689,-365321],[-172542,-376195],[-169099,-378047],[-170047,-375960],[-177113,-375633],[-175475,-372938],[-176350,-386893],[-176769,-387253],[-172091,-392081],[-173532,-451507],[-176231,-61384],[-177707,-52243],[-167695,-63494],[-167369,-53230],[-167633,-60713],[-169954,-54886],[-175876,-67906],[-174158,-66365],[-178792,-81907],[-176972,-80579],[-179045,-99801],[-179084,-98034],[-178738,-97036],[-178215,-96864],[-177111,-100946],[-174773,-101217],[-168581,-93311],[-169886,-94716],[-171551,-94509],[-168241,-96691],[-168964,-95838],[-171420,-108057],[-174640,-102278],[-172279,-106853],[-171344,-103131],[-171352,-103883],[-180096,-124417],[-183064,-190380],[-179949,-190224],[-185261,-191164],[-181485,-181469],[-181604,-184022],[-183878,-185111],[-182887,-191107],[-187713,-180049],[-185354,-179741],[-181402,-181672],[-179638,-181135],[-185913,-180027],[-191426,-181095],[-188524,-183148],[-191444,-179003],[-187801,-190367],[-190110,-185402],[-180827,-193699],[-190744,-195123],[-179779,-192114],[-190215,-211771],[-189605,-212570],[-186118,-209827],[-186793,-210054],[-179284,-226910],[-182075,-222644],[-184102,-219079],[-185640,-218830],[-182559,-220373],[-180501,-218917],[-180632,-219463],[-187592,-220129],[-186997,-220752],[-191402,-220288],[-179393,-241575],[-185441,-235305],[-182440,-250839],[-183702,-246354],[-190862,-245502],[-189006,-244599],[-191278,-252123],[-190977,-255341],[-190187,-262958],[-188163,-267215],[-188430,-263254],[-185547,-265192],[-183329,-268122],[-179717,-258768],[-184723,-261869],[-188920,-256352],[-191052,-269296],[-184182,-269514],[-186202,-271908],[-185323,-279601],[-188470,-283773],[-190758,-291235],[-186404,-292229],[-188118,-292234],[-185053,-284840],[-179574,-391919],[-179537,-391368],[-180072,-389562],[-181121,-393366],[-180182,-388995],[-190674,-402855],[-189952,-402742],[-190704,-401617],[-183639,-399125],[-181842,-397814],[-184689,-396744],[-181666,-396901],[-182020,-399532],[-183734,-399870],[-181305,-427476],[-181672,-426238],[-185080,-436219],[-180804,-455990],[-182436,-561444],[-181645,-62280],[-181435,-63693],[-184998,-76169],[-182139,-74582],[-191428,-76207],[-190957,-75456],[-181920,-64499],[-184311,-69774],[-183362,-69116],[-183873,-70096],[-190996,-70860],[-191538,-71263],[-191738,-70160],[-179792,-76759],[-183481,-81268],[-191047,-78182],[-191362,-77457],[-182161,-81719],[-181504,-81368],[-180777,-81865],[-186019,-97913],[-185474,-97829],[-184795,-95333],[-202881,-178144],[-204634,-186085],[-196540,-187475],[-194684,-187118],[-200932,-180705],[-200966,-185172],[-196663,-184492],[-198293,-185431],[-193101,-196461],[-199919,-203166],[-201659,-201564],[-199246,-208034],[-199545,-209311],[-199320,-208997],[-198074,-211359],[-199108,-207131],[-201676,-205172],[-202817,-211558],[-201327,-208592],[-197252,-212434],[-193266,-213232],[-196962,-215261],[-196164,-208139],[-197962,-211122],[-198057,-217654],[-202321,-228062],[-192303,-238561],[-194765,-237056],[-193436,-238422],[-193213,-233415],[-203877,-246209],[-192708,-246770],[-192989,-255400],[-195526,-261962],[-203557,-257934],[-200462,-263361],[-194453,-262779],[-203437,-264663],[-196913,-258633],[-194966,-289527],[-198577,-291191],[-196847,-291771],[-193510,-296926],[-195684,-296014],[-200763,-303877],[-203528,-304269],[-197619,-300314],[-202690,-299127],[-197571,-302902],[-203038,-305341],[-199832,-298403],[-202935,-314780],[-199520,-307557],[-201084,-307647],[-198514,-316295],[-201521,-320053],[-192702,-406168],[-193100,-407484],[-193161,-404000],[-197760,-406768],[-193736,-404751],[-203824,-405150],[-204067,-405858],[-200182,-402123],[-194932,-404241],[-202534,-402303],[-201903,-401811],[-196490,-403778],[-194898,-404427],[-194723,-403596],[-192217,-401955],[-193460,-402151],[-193269,-401064],[-195254,-410870],[-195606,-416859],[-199206,-411958],[-200718,-409834],[-192390,-72362],[-192823,-73372],[-193583,-73365],[-203302,-85961],[-193930,-101008],[-195046,-103880],[-192200,-104419],[-207234,-181559],[-212022,-185010],[-205294,-187625],[-212793,-184937],[-216763,-213343],[-208537,-227542],[-210171,-241992],[-215877,-237480],[-206536,-236667],[-210037,-252355],[-214430,-247223],[-215497,-248259],[-206264,-245545],[-207828,-255673],[-211953,-254167],[-205645,-260737],[-209783,-262473],[-214582,-272712],[-212077,-271066],[-208699,-281135],[-209539,-278101],[-217494,-279233],[-205494,-291638],[-216723,-282450],[-211563,-292750],[-210582,-290765],[-211902,-282276],[-213960,-288814],[-210604,-288216],[-208489,-295185],[-214860,-297472],[-215693,-294304],[-214874,-302361],[-214806,-306685],[-207789,-302794],[-211908,-312869],[-214991,-317264],[-217150,-312502],[-215422,-319673],[-207488,-312135],[-210437,-315755],[-212442,-324698],[-208226,-324220],[-215004,-381131],[-212335,-385341],[-213107,-395323],[-210161,-393546],[-210530,-391095],[-209445,-393029],[-208609,-389792],[-211025,-404719],[-213540,-406444],[-213774,-401982],[-210653,-405931],[-211910,-401400],[-213974,-401217],[-211352,-401889],[-205606,-406282],[-205276,-406322],[-207046,-405326],[-207709,-405029],[-209239,-402081],[-208385,-402344],[-211575,-397944],[-212154,-397744],[-211552,-397737],[-210851,-398725],[-207357,-403593],[-208000,-402878],[-209612,-400044],[-209103,-401063],[-209814,-401418],[-209751,-402068],[-206059,-398310],[-209176,-396755],[-206913,-397262],[-214785,-493558],[-217078,-71460],[-207952,-67541],[-209286,-68456],[-206741,-69241],[-207760,-84253],[-210151,-97201],[-213118,-90217],[-215692,-102792],[-228975,-187162],[-222626,-198692],[-226324,-199928],[-218562,-212611],[-226572,-226023],[-230384,-220841],[-226200,-228749],[-229324,-239965],[-223116,-237037],[-225426,-233110],[-221082,-242639],[-222279,-230698],[-228409,-244930],[-229582,-268291],[-227105,-269632],[-222159,-277278],[-218467,-274073],[-229200,-280860],[-225443,-293173],[-227155,-292964],[-223011,-288874],[-221022,-289671],[-223961,-289940],[-222003,-286015],[-230257,-291146],[-230090,-294150],[-224718,-282483],[-218570,-284582],[-221020,-292520],[-220653,-297906],[-228263,-304634],[-227077,-302256],[-227003,-299021],[-221692,-299857],[-225525,-296985],[-222492,-295094],[-219733,-298495],[-220549,-305190],[-220232,-309236],[-227987,-315470],[-218947,-317554],[-224114,-316512],[-224761,-322006],[-228187,-322584],[-219222,-321294],[-226101,-379625],[-224148,-376227],[-229465,-379899],[-230195,-378394],[-223404,-373513],[-220900,-387686],[-218342,-397242],[-217961,-410598],[-219226,-411987],[-223585,-413576],[-218922,-412753],[-225914,-413938],[-222688,-414540],[-227826,-413559],[-226635,-431175],[-227443,-94400],[-232222,-190442],[-231141,-191143],[-242408,-210054],[-240185,-205630],[-243082,-216934],[-236947,-214141],[-237723,-210636],[-232480,-224135],[-242227,-223595],[-238542,-220203],[-240248,-218108],[-240443,-242708],[-232903,-234232],[-234624,-235535],[-241108,-236591],[-234418,-237389],[-240853,-233376],[-238894,-239507],[-237238,-230580],[-237894,-247668],[-237321,-245419],[-243144,-243487],[-239937,-270139],[-233189,-274881],[-231149,-275704],[-243101,-271374],[-239481,-275487],[-238207,-281148],[-231425,-280725],[-236323,-276648],[-236239,-279688],[-236885,-287799],[-231803,-289894],[-231135,-283146],[-231754,-286615],[-235323,-283373],[-236788,-288782],[-237439,-285439],[-236485,-289631],[-239199,-285132],[-239946,-281920],[-236664,-292515],[-234031,-293579],[-232458,-296264],[-230855,-296577],[-232552,-297801],[-233369,-305143],[-232307,-313031],[-232248,-308540],[-234356,-308444],[-232494,-320711],[-231372,-323752],[-234637,-323530],[-231021,-331553],[-237625,-334387],[-237766,-365187],[-235374,-369318],[-236712,-364662],[-237747,-365731],[-230935,-378005],[-233939,-383778],[-236341,-381558],[-238035,-396285],[-233741,-384546],[-235140,-383973],[-231121,-413054],[-241181,-34691],[-242880,-615470],[-232198,-63592],[-234471,-100204],[-233766,-95152],[-1281,-151118],[-6392,-152605],[-4555,-149364],[-3835,-148452],[-4879,-158200],[-6550,-155657],[-8184,-160255],[-10088,-157876],[-9558,-156210],[-11154,-165853],[-2520,-175713],[-5252,-174797],[-12477,-177383],[-8526,-172367],[-8423,-173691],[-9704,-174099],[-9069,-175320],[-7808,-174117],[-3279,-178539],[-3598,-178009],[-5257,-178073],[-4806,-180498],[-6255,-180092],[-11797,-180348],[-1592,-180382],[-9072,-184891],[-12342,-182091],[-7381,-193543],[-1784,-204464],[-1165,-199308],[-11695,-202322],[-6733,-198011],[-7264,-199338],[-9913,-201531],[-5793,-199609],[-5641,-199826],[-4626,-202735],[-7712,-204372],[-8580,-202708],[-10407,-199220],[-10840,-194059],[-12240,-195580],[-10383,-196165],[-9079,-198269],[-7259,-194350],[-1408,-194351],[-3814,-195491],[-1098,-202935],[-2622,-196622],[-5547,-198715],[-10752,-208838],[-9189,-216141],[-372,-206789],[-6156,-212947],[-6777,-215285],[-8208,-214799],[-9715,-212670],[-8785,-217001],[-9691,-210734],[-10748,-210469],[-11273,-216913],[-1083,-205878],[-10725,-212036],[-534,-214584],[-1359,-216120],[-11621,-212466],[-4410,-205219],[-6191,-206572],[-106,-211091],[-3718,-215312],[-1704,-210419],[-5890,-212505],[-9228,-229980],[-3952,-228001],[-5294,-226836],[-10485,-217997],[-4451,-218628],[-3232,-222002],[-1675,-218674],[-6342,-229674],[-738,-224257],[-2352,-228042],[-5297,-222641],[-10330,-226770],[-759,-221105],[-3535,-223886],[-3064,-224949],[-3106,-230442],[-6021,-238489],[-5585,-235210],[-9397,-232942],[-10288,-237647],[-9455,-237863],[-8207,-234547],[-3341,-239793],[-4191,-240648],[-11009,-238835],[-12501,-237889],[-3688,-230560],[-12408,-244144],[-6391,-267634],[-2628,-267126],[-11731,-269921],[-5923,-270252],[-7185,-276048],[-8987,-280490],[-7924,-280241],[-7404,-275056],[-6213,-275395],[-3192,-275490],[-9847,-269527],[-6530,-283682],[-5056,-288354],[-9356,-286298],[-5654,-286966],[-8289,-285094],[-8007,-287098],[-11730,-386880],[-3684,-461869],[-12554,-478710],[-8855,-487804],[-10107,-498625],[-1045,-502421],[-253350,-192048],[-253197,-202456],[-254173,-202503],[-244407,-211695],[-247271,-206626],[-244794,-210897],[-247060,-208804],[-247791,-216581],[-247754,-205741],[-249337,-229994],[-249379,-226393],[-251696,-219284],[-251061,-229126],[-252266,-223726],[-254207,-223808],[-251178,-230963],[-253611,-231706],[-254546,-236279],[-245641,-233515],[-247852,-235807],[-244393,-236025],[-243304,-236334],[-243523,-233112],[-255841,-231338],[-248895,-231637],[-250166,-233905],[-248039,-239123],[-253694,-254332],[-251759,-258230],[-248370,-261944],[-247407,-266465],[-254815,-261079],[-251115,-263767],[-245041,-276808],[-248342,-269775],[-244210,-281162],[-248787,-275949],[-247067,-274034],[-253760,-273271],[-253127,-269156],[-249502,-275662],[-251512,-283905],[-244281,-287890],[-255440,-282999],[-245317,-284596],[-252349,-281544],[-254729,-294614],[-246389,-317172],[-252506,-329880],[-245436,-323956],[-255189,-411404],[-250676,-632413],[-246819,-87685],[-253692,-92657],[-260253,-126767],[-259797,-127142],[-263870,-117069],[-260573,-118291],[-259117,-128370],[-264154,-132265],[-266357,-143465],[-267482,-143242],[-268620,-153459],[-268527,-189246],[-266681,-200256],[-262428,-193098],[-266176,-199606],[-257930,-201172],[-265403,-210104],[-265972,-205143],[-263271,-208715],[-264303,-211061],[-256077,-208472],[-264123,-214250],[-268654,-213840],[-268380,-217425],[-258645,-228486],[-258684,-225809],[-257229,-227371],[-268038,-226576],[-268061,-241235],[-268043,-237496],[-267073,-235113],[-260871,-233259],[-267988,-240065],[-267984,-234022],[-259003,-234652],[-259010,-234286],[-257734,-234005],[-264777,-242380],[-267285,-245952],[-261889,-250158],[-259277,-254960],[-261248,-250421],[-265693,-247669],[-265683,-249134],[-260577,-257418],[-266829,-258160],[-266263,-259387],[-261144,-256525],[-256248,-262721],[-263977,-261520],[-256553,-281369],[-267650,-279690],[-261165,-278619],[-256473,-269666],[-265550,-276476],[-256171,-284668],[-266602,-284704],[-260847,-284586],[-257541,-289947],[-256585,-288489],[-268276,-282762],[-261815,-305587],[-264658,-302751],[-261709,-314996],[-259779,-309377],[-261445,-310849],[-263389,-308336],[-266453,-319165],[-256893,-320821],[-267474,-337548],[-263808,-333311],[-265823,-408748],[-256145,-407224],[-259276,-409524],[-264791,-86071],[-257598,-84622],[-258441,-96518],[-256424,-100558],[-260598,-89948],[-265910,-92044],[-266871,-102790],[-279075,-117282],[-275564,-125968],[-275945,-124658],[-276091,-139970],[-270897,-147401],[-276332,-146944],[-273295,-150272],[-272586,-146574],[-273997,-151270],[-279092,-150105],[-274650,-149937],[-273846,-147662],[-270324,-141338],[-269857,-153790],[-272354,-155503],[-269789,-158774],[-273751,-158425],[-277805,-154556],[-278647,-164221],[-278569,-159357],[-281432,-158592],[-278677,-178593],[-279500,-173839],[-273833,-178592],[-272434,-177336],[-277594,-166370],[-279443,-171180],[-278892,-179138],[-274532,-187856],[-272104,-188309],[-270460,-191110],[-270410,-179028],[-272342,-185211],[-271264,-191378],[-281161,-186513],[-279245,-180930],[-275815,-191357],[-278452,-197128],[-278983,-199461],[-273065,-198973],[-272796,-198067],[-280973,-191998],[-277070,-201493],[-272272,-201591],[-270663,-199737],[-281158,-201573],[-278525,-206899],[-272190,-206200],[-274806,-209722],[-274557,-216277],[-272564,-208680],[-278755,-211895],[-277404,-228777],[-279666,-225042],[-275377,-222323],[-277701,-225457],[-274723,-218739],[-272265,-222244],[-273110,-220210],[-270592,-223117],[-272755,-229759],[-270033,-229413],[-269425,-220403],[-280886,-233316],[-279465,-235777],[-271393,-238805],[-276103,-232020],[-274307,-235841],[-274090,-232657],[-276869,-240672],[-273767,-237234],[-269676,-239991],[-279357,-244881],[-274460,-247470],[-270523,-248884],[-268995,-243106],[-281264,-253485],[-276042,-246924],[-274885,-253412],[-271768,-252737],[-270537,-251546],[-278146,-261205],[-278068,-259505],[-279206,-260364],[-279681,-257004],[-273473,-255893],[-280139,-265297],[-274588,-259216],[-271648,-259486],[-272735,-260446],[-271134,-262240],[-271224,-258275],[-274063,-260055],[-280776,-273212],[-278708,-276456],[-276872,-271464],[-271514,-275445],[-272898,-268969],[-269270,-276825],[-272845,-273106],[-276316,-282174],[-273943,-290287],[-275457,-287641],[-280219,-286199],[-269101,-300334],[-270292,-301194],[-273816,-295303],[-272558,-297298],[-272233,-344843],[-275596,-348141],[-273161,-349408],[-281594,-355856],[-276657,-396002],[-270828,-623404],[-276970,-74190],[-277865,-73268],[-269318,-86896],[-274317,-86191],[-281057,-83928],[-279786,-83733],[-269192,-94000],[-272608,-94209],[-280586,-99335],[-270927,-107515],[-277585,-114826],[-273962,-102703],[-283266,-127413],[-290426,-119161],[-287482,-119701],[-284652,-132906],[-282964,-139400],[-286182,-130896],[-288287,-133732],[-282178,-151525],[-282651,-150866],[-294342,-153046],[-284680,-150154],[-287606,-141800],[-283935,-153298],[-293776,-159637],[-292985,-162135],[-281853,-162696],[-283840,-163495],[-292243,-155804],[-293038,-177740],[-286836,-177564],[-284367,-174685],[-285255,-170144],[-283866,-173739],[-289709,-182638],[-291060,-181185],[-291897,-184503],[-293716,-189297],[-286385,-188706],[-286873,-190336],[-293763,-179379],[-283881,-180885],[-286525,-179400],[-294138,-195821],[-283498,-202907],[-284863,-201513],[-286906,-203356],[-288232,-200742],[-292463,-198842],[-282986,-194771],[-292238,-200923],[-285226,-197900],[-284716,-194348],[-285556,-213968],[-281740,-215433],[-291438,-205429],[-283575,-212848],[-283901,-209429],[-284219,-208045],[-286930,-206890],[-281938,-227268],[-291631,-229710],[-289576,-222841],[-289862,-228464],[-283664,-221763],[-282337,-222539],[-285080,-224474],[-283173,-220930],[-293461,-217822],[-294014,-226637],[-293630,-222484],[-288071,-217974],[-287255,-223915],[-285248,-241756],[-285668,-236947],[-282557,-241269],[-287032,-232843],[-292185,-238140],[-291189,-239099],[-281651,-237858],[-288759,-236398],[-293919,-234923],[-288504,-235643],[-292762,-240888],[-283455,-231984],[-287394,-230886],[-293874,-234120],[-293082,-243424],[-283146,-255568],[-282350,-255432],[-285341,-251785],[-283365,-251741],[-283301,-250184],[-292991,-251594],[-284043,-253017],[-291343,-249843],[-283278,-253049],[-288827,-252269],[-284138,-420383],[-291174,-429558],[-283160,-627661],[-290877,-61025],[-285877,-63575],[-282535,-68559],[-294149,-66919],[-286438,-81068],[-285354,-87864],[-293242,-82058],[-282123,-78588],[-293492,-94161],[-284188,-107282],[-290247,-114231],[-293394,-107246],[-283068,-110259],[-297811,-126858],[-305630,-117958],[-306186,-127602],[-303591,-135029],[-297482,-130209],[-298943,-151911],[-301193,-151107],[-297964,-150980],[-298365,-152709],[-302867,-150308],[-295009,-148507],[-300424,-149923],[-306404,-149646],[-303145,-149389],[-298998,-141714],[-302422,-146769],[-304898,-152385],[-296907,-160841],[-304564,-160279],[-299550,-157608],[-305075,-161084],[-298015,-161738],[-295791,-163789],[-302056,-159294],[-304337,-162334],[-301267,-171149],[-299536,-171020],[-306302,-171621],[-302075,-178097],[-303091,-177406],[-306848,-172531],[-302343,-172310],[-306751,-169746],[-305377,-179564],[-303851,-179582],[-301726,-183246],[-303680,-181075],[-295718,-190512],[-298555,-188118],[-296534,-186671],[-297366,-183234],[-299951,-181112],[-306150,-187830],[-305204,-183326],[-296417,-189419],[-304850,-191513],[-294566,-187797],[-296849,-198084],[-298099,-198207],[-295484,-195902],[-295572,-201018],[-301594,-191819],[-296541,-196157],[-299550,-195789],[-306046,-193051],[-303137,-215840],[-302059,-211330],[-305033,-215631],[-303386,-212925],[-305720,-210553],[-303411,-209272],[-303865,-213129],[-303192,-223738],[-306495,-221435],[-298187,-224450],[-300188,-228351],[-303197,-222396],[-302892,-224378],[-298228,-228650],[-298036,-218314],[-301429,-221816],[-304595,-221455],[-304235,-228884],[-294508,-220534],[-295547,-235522],[-301783,-234748],[-301014,-239906],[-297765,-235070],[-302315,-240959],[-304156,-237418],[-306993,-240840],[-299898,-255153],[-297259,-250125],[-294681,-253696],[-298839,-249752],[-299446,-254181],[-301889,-251193],[-302633,-254320],[-303175,-251464],[-305269,-253096],[-298889,-255905],[-306696,-65280],[-298228,-67457],[-302377,-68044],[-305123,-84003],[-306502,-85675],[-305023,-85376],[-297455,-77156],[-295634,-88289],[-299717,-77000],[-300497,-81510],[-299733,-99892],[-297494,-96331],[-305304,-92208],[-304841,-107087],[-304046,-114020],[-300188,-111477],[-319035,-121030],[-316482,-126388],[-315150,-118890],[-313390,-124929],[-308744,-128538],[-313584,-130670],[-313338,-132459],[-312575,-134203],[-314671,-139867],[-311081,-134479],[-310523,-137289],[-309365,-150499],[-311138,-146799],[-313776,-143024],[-312904,-141017],[-312132,-155576],[-312225,-157279],[-310104,-158817],[-311964,-159996],[-307600,-161753],[-310599,-169643],[-308648,-173097],[-318208,-178200],[-309326,-182857],[-308295,-180254],[-308480,-182418],[-319834,-190146],[-309001,-187053],[-315182,-186926],[-317518,-188362],[-313962,-186436],[-317712,-186857],[-309357,-191801],[-313788,-192333],[-307572,-224353],[-307361,-230185],[-311203,-229302],[-311618,-242039],[-312382,-240287],[-307814,-239110],[-319330,-236815],[-316000,-233383],[-311531,-234739],[-317214,-244950],[-318549,-244197],[-318720,-245752],[-310126,-245675],[-314540,-244708],[-314977,-246178],[-319525,-244422],[-318128,-248322],[-318118,-254946],[-309676,-254576],[-312712,-255463],[-310101,-255110],[-310517,-253924],[-311314,-251935],[-309891,-252134],[-315208,-249053],[-313731,-243293],[-319091,-52836],[-319692,-54250],[-319107,-59422],[-319887,-51636],[-317856,-62538],[-315231,-62701],[-319677,-63179],[-317400,-57965],[-314569,-60836],[-318443,-55378],[-317300,-57709],[-310720,-65223],[-318121,-65122],[-313467,-70208],[-312828,-71852],[-311143,-75390],[-315266,-68732],[-319211,-72463],[-319015,-73424],[-316591,-70650],[-313475,-75088],[-311820,-74283],[-307721,-75036],[-312959,-76525],[-319978,-76531],[-317075,-78394],[-319573,-79040],[-316468,-81250],[-318491,-81878],[-307854,-85962],[-318491,-78047],[-315940,-88224],[-313240,-77569],[-316478,-80604],[-308105,-79207],[-316214,-96830],[-315216,-95746],[-315359,-102009],[-314104,-98885],[-312793,-97363],[-312773,-96167],[-318384,-99837],[-317837,-89891],[-314296,-93652],[-317205,-98975],[-319991,-99015],[-316525,-93939],[-314970,-93302],[-319294,-104170],[-319172,-111496],[-310341,-107665],[-313995,-110402],[-332080,-117198],[-325896,-118152],[-324951,-120600],[-326090,-122148],[-329545,-123222],[-327225,-119623],[-329965,-122404],[-324202,-120386],[-328796,-121174],[-328411,-122855],[-326552,-117093],[-327944,-118535],[-321734,-115344],[-331110,-124360],[-326143,-138561],[-328388,-128463],[-327443,-131720],[-332066,-139181],[-326579,-134898],[-324996,-138460],[-324519,-139399],[-320583,-134448],[-321708,-134280],[-320769,-128094],[-326845,-127819],[-330251,-142736],[-324414,-144808],[-321784,-141652],[-324284,-152169],[-329975,-145970],[-324115,-153579],[-322414,-154468],[-328523,-178289],[-325359,-178874],[-322094,-175586],[-326688,-175376],[-326603,-189892],[-324474,-190489],[-328924,-184171],[-327919,-179829],[-323185,-183922],[-324865,-184482],[-326060,-181962],[-323662,-185904],[-328142,-189199],[-320915,-186378],[-323280,-180451],[-330790,-187757],[-321820,-192146],[-325752,-194371],[-325019,-36774],[-324562,-34963],[-328992,-33445],[-325877,-33735],[-324868,-30828],[-324409,-35042],[-326473,-37772],[-322816,-40211],[-325403,-42834],[-331638,-42158],[-330087,-46461],[-332633,-48099],[-329441,-46167],[-332176,-49054],[-329697,-42299],[-326676,-46339],[-325915,-47874],[-325776,-48399],[-326986,-42615],[-332727,-50090],[-332505,-49097],[-332760,-48796],[-331779,-49777],[-325726,-49096],[-324117,-47755],[-323932,-48162],[-322535,-45050],[-322621,-43212],[-327245,-39924],[-326066,-41185],[-324196,-39113],[-323912,-39568],[-331594,-46190],[-326882,-39358],[-327692,-50586],[-321724,-54218],[-320490,-56458],[-320965,-59491],[-321214,-51330],[-324314,-55133],[-324095,-61945],[-321652,-62343],[-329154,-61595],[-325390,-57245],[-324284,-59245],[-325493,-55700],[-324132,-51814],[-325585,-54303],[-331242,-63431],[-332732,-60711],[-329803,-56911],[-332563,-51164],[-332594,-55745],[-330547,-57063],[-329978,-57210],[-329560,-53925],[-330678,-51024],[-329441,-55130],[-331104,-60972],[-329109,-58318],[-329118,-58594],[-330427,-63427],[-331337,-53640],[-321499,-64774],[-320999,-66995],[-325351,-67686],[-323359,-67209],[-323467,-64203],[-330671,-73843],[-331020,-73054],[-323393,-71684],[-325928,-66321],[-325442,-64457],[-330020,-64440],[-321303,-72417],[-329738,-64355],[-332489,-66873],[-325375,-111491],[-322455,-106751],[-327229,-109950],[-329279,-113936],[-325067,-113894],[-325365,-113279],[-326317,-109871],[-321824,-109974],[-345200,-119125],[-341638,-120542],[-341992,-123686],[-337263,-119988],[-341866,-127045],[-333301,-124243],[-335395,-121085],[-334922,-119542],[-334243,-121425],[-334662,-122270],[-343428,-127675],[-344217,-132133],[-333177,-139999],[-339639,-139872],[-335741,-130468],[-334085,-133847],[-335583,-133813],[-336165,-136705],[-336959,-137162],[-333873,-136588],[-333609,-132960],[-344906,-128486],[-336166,-133524],[-334359,-129506],[-342565,-129057],[-337022,-144098],[-339679,-141195],[-335443,-143517],[-340265,-143508],[-336564,-142853],[-340092,-165112],[-333556,-184158],[-335889,-474849],[-341281,-34884],[-343110,-36842],[-338213,-35601],[-336321,-35542],[-338104,-37765],[-340559,-31197],[-336323,-32195],[-343364,-31224],[-343951,-33130],[-340620,-34908],[-343503,-34479],[-343306,-35045],[-339738,-34029],[-337252,-30283],[-341763,-36329],[-340238,-31389],[-338918,-30617],[-339992,-38179],[-337951,-39857],[-335765,-38998],[-335729,-41923],[-334464,-41645],[-342278,-41570],[-333838,-49054],[-334268,-45508],[-332934,-43252],[-337847,-45247],[-336599,-43462],[-336006,-45952],[-334695,-48505],[-345256,-40786],[-338979,-44277],[-338579,-46744],[-338290,-42854],[-337557,-49371],[-339995,-48055],[-341096,-43811],[-342455,-44005],[-333553,-60330],[-334572,-61622],[-335050,-62983],[-336221,-62049],[-334418,-63467],[-335083,-55966],[-333872,-58018],[-333086,-54775],[-335745,-55626],[-333960,-52520],[-334561,-55454],[-333225,-51995],[-335923,-52213],[-334041,-76502],[-335787,-74155],[-336249,-75449],[-339460,-67219],[-338894,-68062],[-336514,-70387],[-332914,-69755],[-339957,-66171],[-335447,-65197],[-335663,-64546],[-334375,-66519],[-335556,-66867],[-336880,-66456],[-337254,-72294],[-337700,-72191],[-337198,-72550],[-338581,-69062],[-332812,-76177],[-339178,-65644],[-341796,-72643],[-341426,-68723],[-339774,-87580],[-343220,-84386],[-341659,-87573],[-340896,-85744],[-342166,-81244],[-340567,-82077],[-339268,-80062],[-340825,-79721],[-340475,-79480],[-340069,-80394],[-341674,-89259],[-344486,-85922],[-341893,-89161],[-343923,-88378],[-344409,-86972],[-335827,-97339],[-336724,-98426],[-337080,-95592],[-337347,-97592],[-339065,-96911],[-333775,-98245],[-335303,-98476],[-338467,-96959],[-339851,-92246],[-342577,-95414],[-340216,-93953],[-339766,-90583],[-343268,-95024],[-340725,-91980],[-345178,-91685],[-343670,-90642],[-338545,-107838],[-342384,-111258],[-341955,-106738],[-339370,-107269],[-354351,-123052],[-353990,-124617],[-352697,-122733],[-357596,-119250],[-357150,-124698],[-350580,-120467],[-356764,-118281],[-356339,-115844],[-355092,-120878],[-345738,-118053],[-346302,-119043],[-350205,-123068],[-346736,-118339],[-348589,-123173],[-350799,-123238],[-346782,-122686],[-353043,-125092],[-353616,-177859],[-352500,-178637],[-355502,-167915],[-354716,-167087],[-357625,-183948],[-357649,-188761],[-357357,-182417],[-354349,-187262],[-357715,-182076],[-354259,-183233],[-350657,-189506],[-350176,-190280],[-357934,-193214],[-356851,-200203],[-357957,-201095],[-356422,-196509],[-356442,-203544],[-355384,-204183],[-354360,-198759],[-356808,-201555],[-354370,-204103],[-350503,-203965],[-349144,-193949],[-349211,-194228],[-354784,-200936],[-351088,-198549],[-353276,-195368],[-353988,-205844],[-356474,-206016],[-357302,-206936],[-355206,-206134],[-351412,-205037],[-354519,-210781],[-357361,-228051],[-358314,-225309],[-355343,-225312],[-354053,-229741],[-349710,-37725],[-346059,-36827],[-353084,-38031],[-346187,-35394],[-347929,-29364],[-347926,-34887],[-353500,-38132],[-347259,-37290],[-354106,-525066],[-353266,-524677],[-348508,-38640],[-346021,-41544],[-350310,-39808],[-349966,-38567],[-353054,-41390],[-349490,-39648],[-352814,-38757],[-352713,-40471],[-352112,-38399],[-353865,-39704],[-352334,-39841],[-358044,-44509],[-356891,-43505],[-356590,-43014],[-357691,-43457],[-357363,-41216],[-356091,-40689],[-355780,-42259],[-357687,-42080],[-358207,-42298],[-353928,-75595],[-346895,-75859],[-353880,-88799],[-357507,-86588],[-356527,-88483],[-356032,-86393],[-357684,-85252],[-358160,-85313],[-348619,-87630],[-352616,-87710],[-349608,-87212],[-352521,-86076],[-352076,-87250],[-356141,-83283],[-354982,-85796],[-352900,-85453],[-354087,-84444],[-357650,-82550],[-358270,-80654],[-358360,-82719],[-355196,-78326],[-351812,-78369],[-349726,-79148],[-350375,-82052],[-346903,-77792],[-346783,-87033],[-355784,-79861],[-350565,-87124],[-356907,-101010],[-355583,-92276],[-353821,-90391],[-355270,-89858],[-357005,-90538],[-357112,-92334],[-357494,-91790],[-351786,-91610],[-350231,-95473],[-350474,-93964],[-358242,-94735],[-351915,-90877],[-351438,-93798],[-357564,-101849],[-348307,-93620],[-348767,-91084],[-353929,-112266],[-355695,-105828],[-354168,-109717],[-355656,-110718],[-355323,-109897],[-355155,-103985],[-355006,-112122],[-358973,-126421],[-371013,-169602],[-370697,-169623],[-370495,-169810],[-371199,-167069],[-369158,-167296],[-369612,-167163],[-366417,-169733],[-365886,-169606],[-365139,-169522],[-363133,-170280],[-362573,-170405],[-359291,-170424],[-359594,-170789],[-367424,-188598],[-362770,-190234],[-360137,-181763],[-362466,-191055],[-363589,-185262],[-360604,-189507],[-358843,-190172],[-361557,-184854],[-368093,-182904],[-369077,-189574],[-368988,-183156],[-370446,-183640],[-367560,-191927],[-358770,-207249],[-368757,-457175],[-370927,-460111],[-370779,-462643],[-362728,-525170],[-368210,-48825],[-370389,-49187],[-363827,-42189],[-362803,-42629],[-363813,-46427],[-360787,-47543],[-360627,-40313],[-364740,-49015],[-365391,-48528],[-366137,-49230],[-358495,-43248],[-359233,-41177],[-359818,-40058],[-359795,-42747],[-360176,-40204],[-368579,-51590],[-370603,-54387],[-370590,-51531],[-366719,-63242],[-369409,-73697],[-370330,-74370],[-368391,-73840],[-369255,-71697],[-361364,-74021],[-364719,-74150],[-363897,-70532],[-362593,-72266],[-364976,-71408],[-365259,-70463],[-365510,-64161],[-360128,-90446],[-25005,-150586],[-20260,-149969],[-21169,-147658],[-16367,-148942],[-15703,-150542],[-13169,-152194],[-20590,-141917],[-22113,-144412],[-22316,-143706],[-18110,-153013],[-17918,-143645],[-16697,-143390],[-22976,-152221],[-16366,-153942],[-15343,-153581],[-15229,-157121],[-20939,-157214],[-17314,-155378],[-14641,-156994],[-21656,-155569],[-23894,-156819],[-19954,-154424],[-18127,-153985],[-13317,-159395],[-20485,-169778],[-21377,-172328],[-21431,-171159],[-25189,-175780],[-13661,-166516],[-13295,-175347],[-14300,-175843],[-13871,-174501],[-19059,-172929],[-17973,-171569],[-18317,-169448],[-23662,-185843],[-24499,-185227],[-24142,-186121],[-13179,-181298],[-15321,-182544],[-13570,-184538],[-18425,-182009],[-21839,-184290],[-15900,-183787],[-18944,-191618],[-15569,-190668],[-24396,-190051],[-22961,-188950],[-23105,-189351],[-14765,-195304],[-18712,-196729],[-23927,-203895],[-21978,-197587],[-21218,-202420],[-23138,-201794],[-13163,-201376],[-17565,-200707],[-16256,-201613],[-25392,-193154],[-20421,-194197],[-17784,-199205],[-13407,-198155],[-14199,-198377],[-14834,-196067],[-14585,-197195],[-17832,-192925],[-24173,-213056],[-24116,-206977],[-24545,-210107],[-25130,-207749],[-13548,-205838],[-13476,-207176],[-16321,-208794],[-16022,-211834],[-17202,-211606],[-17056,-214064],[-15074,-216647],[-15930,-213373],[-13391,-214864],[-24097,-222250],[-24604,-225418],[-20722,-228177],[-20493,-225307],[-19951,-223524],[-18093,-229692],[-16931,-227750],[-17686,-227295],[-19398,-228383],[-23381,-228417],[-24304,-225713],[-22630,-223655],[-16838,-223052],[-17289,-221391],[-16637,-221949],[-15038,-220604],[-15407,-219094],[-15576,-218650],[-13308,-240913],[-25211,-235715],[-25505,-233892],[-12938,-239395],[-14490,-240746],[-19015,-255006],[-22708,-251325],[-25168,-249256],[-22318,-255741],[-13582,-260481],[-14454,-259811],[-19891,-256132],[-16567,-258693],[-14548,-261771],[-22133,-257145],[-21351,-260730],[-16956,-263661],[-25190,-268644],[-18699,-277506],[-16620,-276448],[-21415,-274860],[-19373,-274601],[-20550,-274034],[-16944,-272912],[-16135,-274065],[-16180,-275074],[-21134,-280306],[-15636,-287446],[-23547,-285079],[-24522,-288106],[-25053,-290011],[-23149,-287570],[-25415,-291714],[-22619,-281913],[-21444,-287406],[-23815,-365385],[-17666,-380904],[-19499,-372667],[-20989,-381823],[-17381,-374008],[-18670,-371783],[-20599,-378655],[-15249,-382017],[-14329,-386565],[-23969,-472339],[-22567,-472640],[-21115,-470753],[-16608,-475446],[-22652,-474140],[-14909,-490039],[-14321,-494999],[-16678,-493672],[-16918,-495641],[-13247,-502106],[-375574,-182335],[-371236,-184485],[-383374,-274365],[-382028,-410753],[-381384,-410871],[-378239,-412328],[-381960,-410010],[-379313,-412672],[-371936,-455561],[-380849,-456149],[-380932,-457424],[-382124,-456739],[-375998,-457004],[-373635,-456540],[-375820,-465802],[-372996,-464918],[-382684,-483849],[-375407,-45670],[-377540,-42821],[-374307,-49161],[-375137,-49883],[-377600,-44889],[-381167,-38756],[-375555,-55564],[-376486,-55488],[-375916,-53081],[-372199,-73620],[-373833,-71580],[-375501,-70961],[-376686,-72947],[-375935,-73298],[-378343,-74364],[-383825,-74936],[-382372,-74575],[-381459,-68698],[-380921,-68706],[-380507,-70313],[-379968,-70419],[-379934,-69245],[-380678,-65719],[-380108,-65210],[-381364,-65687],[-383968,-78161],[-396045,-264546],[-391480,-270847],[-387523,-269675],[-396563,-269352],[-396213,-398824],[-388412,-406877],[-388243,-405180],[-394547,-403863],[-391724,-403504],[-390232,-404161],[-392276,-398933],[-387214,-406260],[-392246,-403040],[-395989,-397948],[-387717,-405690],[-392394,-400045],[-388841,-405002],[-395968,-401101],[-395184,-400965],[-384702,-457649],[-386982,-457592],[-396416,-459019],[-392257,-467954],[-390189,-463333],[-388058,-471515],[-394961,-460800],[-394033,-468841],[-396166,-478034],[-385845,-40507],[-388569,-39435],[-387420,-41545],[-385206,-78368],[-384149,-77328],[-400567,-263850],[-398447,-268985],[-402201,-269749],[-405937,-396276],[-405002,-395826],[-406972,-391803],[-403574,-395191],[-407741,-393756],[-409279,-388329],[-408306,-393351],[-409148,-391230],[-408453,-388545],[-405727,-395353],[-407182,-390859],[-409012,-387215],[-406415,-395839],[-407869,-387283],[-396862,-398340],[-399700,-400828],[-398432,-400669],[-403923,-397284],[-396829,-402963],[-397880,-400954],[-398071,-402080],[-403594,-460193],[-397704,-460047],[-397135,-467815],[-398390,-466486],[-406773,-467632],[-400200,-461936],[-406571,-477465],[-416590,-391029],[-410566,-388546],[-411716,-387388],[-409926,-390498],[-413504,-386829],[-411154,-389167],[-412319,-388224],[-412025,-388832],[-416626,-384649],[-415713,-385229],[-416921,-388125],[-416790,-389098],[-422356,-459842],[-409695,-468647],[-413192,-464658],[-420312,-462584],[-421604,-462137],[-416629,-463535],[-415358,-463301],[-419107,-461725],[-420721,-460921],[-413383,-461773],[-411800,-480778],[-415052,-480218],[-412873,-479551],[-421037,-527800],[-433138,-380994],[-432679,-380486],[-425252,-460390],[-425227,-459141],[-427729,-458716],[-423392,-466064],[-422983,-462049],[-444698,-178761],[-442560,-205288],[-436817,-239214],[-443817,-21866],[-443486,-445369],[-440490,-447585],[-446399,-443431],[-445948,-452534],[-445750,-451101],[-439676,-449466],[-437484,-450351],[-442189,-454506],[-440995,-453129],[-439802,-454171],[-444421,-451354],[-437849,-451309],[-436809,12999],[-442964,13899],[-450997,-153848],[-455511,-203482],[-449213,-10014],[-448556,-11922],[-458090,-438767],[-450072,-449844],[-450886,-452544],[-460764,-503996],[-449675,-542296],[-465948,-142548],[-464226,-170108],[-470054,-179733],[-463688,-199543],[-468333,-194106],[-470133,-7162],[-466375,-79849],[-470172,-86741],[-466953,-86924],[-466726,-89650],[-475436,-210829],[-480997,-210096],[-496638,-138518],[-496529,-137341],[-498505,-193636],[-494976,-208624],[-499129,-225346],[-486519,-233614],[-498195,-435697],[-30750,-140329],[-36971,-139356],[-37535,-136657],[-33544,-137393],[-31355,-141548],[-31461,-143607],[-31750,-146761],[-27267,-147681],[-31623,-144305],[-36168,-144212],[-35334,-143075],[-29419,-143794],[-33784,-146419],[-26016,-150956],[-36241,-148550],[-37801,-149765],[-36624,-147603],[-37865,-149055],[-34900,-149074],[-35615,-148650],[-34404,-148364],[-33609,-153633],[-30136,-173559],[-28478,-176535],[-36516,-172424],[-31049,-176144],[-36437,-184664],[-36080,-183697],[-30849,-190957],[-27821,-188649],[-26027,-191008],[-25979,-194084],[-28041,-202590],[-38259,-200869],[-36576,-201433],[-38088,-198862],[-36218,-195686],[-34228,-195910],[-32159,-201357],[-32058,-200725],[-32601,-198882],[-27111,-195460],[-26327,-196039],[-26236,-192887],[-31921,-192156],[-31640,-195311],[-33251,-202253],[-26804,-215460],[-25660,-209824],[-28101,-220382],[-26653,-229500],[-27724,-225587],[-28333,-222658],[-28443,-224350],[-27723,-227569],[-35306,-232106],[-37331,-230241],[-26350,-234534],[-34706,-230964],[-33627,-232209],[-32227,-247930],[-36054,-250794],[-29916,-255574],[-28186,-262401],[-29984,-278112],[-26507,-295917],[-31251,-370103],[-26639,-368328],[-34412,-373910],[-36887,-458146],[-37612,-458456],[-38319,-459332],[-502398,-190380],[-503018,-202822],[-508025,-201710],[-502001,-212226],[-510053,-214372],[-509147,-219649],[-510107,-223941],[-511281,-225485],[-501608,-226739],[-510626,-423349],[-503239,-472975],[-510409,-474021],[-515005,-152756],[-513078,-197283],[-517804,-213040],[-522022,-211454],[-523410,-213522],[-514043,-207368],[-516080,-218981],[-512255,-225049],[-512582,-218184],[-517099,-236997],[-522948,-241226],[-513387,-436937],[-522414,-449688],[-519457,-459005],[-521208,-465169],[-513451,-477991],[-520386,-476815],[-513187,-494466],[-516234,-495567],[-523613,-518637],[-530867,-168538],[-529970,-168315],[-525131,-436615],[-529007,-454492],[-531861,-471376],[-527790,-463422],[-532176,-477517],[-526736,-482138],[-527515,-478321],[-534054,-504939],[-532351,-502672],[-534160,-526645],[-549466,-160476],[-537964,-458667],[-557352,-160963],[-39290,-137979],[-39716,-134285],[-38786,-132453],[-44428,-137385],[-42188,-138491],[-41309,-133154],[-45877,-138869],[-46313,-137778],[-40151,-130541],[-38539,-140648],[-38713,-145328],[-41726,-141252],[-49310,-142498],[-43748,-141258],[-49888,-146035],[-41054,-141802],[-38741,-143267],[-38535,-150130],[-41877,-150890],[-41033,-152119],[-42177,-146341],[-39443,-147438],[-38600,-148005],[-43199,-151321],[-41875,-148755],[-41478,-149547],[-40080,-147665],[-42522,-144497],[-38545,-147109],[-47000,-158306],[-42655,-161519],[-49093,-164934],[-48215,-169720],[-50380,-171631],[-41869,-197966],[-46741,-198366],[-48363,-197542],[-46294,-200044],[-44922,-198750],[-41660,-198713],[-41139,-199579],[-39653,-199865],[-40073,-201305],[-48405,-215477],[-49950,-207878],[-48953,-214252],[-50805,-207042],[-51085,-213154],[-38830,-207660],[-39499,-207604],[-45831,-224273],[-46772,-226600],[-48010,-227836],[-46314,-234619],[-46028,-232725],[-41367,-232008],[-42535,-232976],[-50104,-232503],[-40932,-248302],[-40441,-243710],[-38762,-248431],[-43348,-248843],[-39429,-244069],[-48532,-249476],[-47654,-248852],[-42934,-251659],[-39657,-257678],[-38712,-368022],[-45411,-466688],[-58938,-125483],[-56296,-123691],[-53501,-127290],[-51938,-140559],[-57396,-135358],[-59356,-134779],[-58748,-131654],[-57079,-128335],[-58569,-129168],[-52780,-128146],[-58504,-142878],[-55259,-148521],[-53714,-143515],[-57252,-147403],[-59096,-144590],[-56492,-141337],[-55969,-150269],[-54965,-144363],[-54414,-141788],[-58412,-158921],[-63223,-161783],[-59919,-156571],[-60424,-157778],[-61430,-157318],[-58604,-154182],[-51832,-176011],[-62188,-191455],[-61921,-181438],[-61744,-186697],[-61754,-191602],[-53805,-195831],[-59533,-202824],[-59803,-199305],[-61314,-199717],[-63566,-199881],[-57254,-202576],[-54856,-200798],[-52480,-199389],[-57050,-197801],[-53453,-210046],[-52425,-209811],[-57493,-223553],[-57451,-220102],[-53295,-226388],[-55667,-226023],[-59827,-220610],[-60285,-220727],[-58422,-225584],[-56929,-234036],[-58770,-239118],[-55217,-230229],[-63763,-252241],[-63394,-253519],[-63069,-254742],[-63964,-255743],[-51413,-249295],[-59343,-248196],[-52533,-262571],[-61255,-261149],[-62427,-259535],[-57244,-272978],[-57141,-272154],[-62948,-279315],[-61741,-273870],[-63028,-271964],[-59724,-281307],[-55741,-279643],[-53111,-281315],[-57902,-280803],[-70820,-117502],[-72318,-137464],[-73189,-137187],[-73453,-135000],[-73530,-133648],[-72832,-129921],[-70607,-134275],[-70908,-138131],[-71633,-135639],[-72432,-139299],[-71456,-139977],[-64830,-146067],[-73932,-148636],[-74295,-151216],[-74377,-146386],[-69775,-151662],[-73869,-150538],[-71963,-144290],[-73243,-146823],[-67156,-145176],[-76527,-146961],[-64361,-158030],[-64527,-154905],[-68578,-154695],[-64437,-159602],[-65662,-156911],[-69153,-155481],[-75463,-163337],[-65449,-159016],[-65831,-177415],[-76240,-169280],[-76522,-173978],[-66401,-175452],[-66805,-173098],[-68761,-170622],[-66500,-172659],[-67067,-189995],[-64997,-191378],[-65423,-191604],[-74215,-190427],[-64000,-182805],[-75455,-197898],[-68294,-198845],[-75201,-200195],[-67165,-194919],[-67001,-196906],[-69122,-200320],[-69791,-200732],[-70258,-201384],[-64084,-198650],[-75800,-211846],[-70631,-209964],[-69980,-229360],[-65500,-224299],[-73277,-237256],[-72870,-239966],[-73286,-240613],[-74039,-236557],[-65101,-235339],[-73898,-234330],[-68081,-238742],[-66660,-250542],[-67336,-250969],[-66488,-252190],[-66005,-252397],[-74954,-247253],[-66159,-268246],[-64151,-266138],[-71555,-274720],[-64069,-274367],[-70619,-285558],[-70674,-282299],[-68185,-286327],[-65758,-287178],[-87851,-132067],[-78396,-132862],[-79357,-133069],[-78062,-134532],[-78852,-130003],[-78610,-140185],[-76907,-140574],[-77896,-127970],[-79323,-129113],[-77874,-129694],[-84173,-149525],[-86238,-147584],[-83251,-144600],[-76948,-150236],[-80289,-150816],[-87482,-148697],[-81244,-150728],[-77810,-145408],[-80270,-142139],[-82649,-152604],[-85508,-149834],[-88677,-152612],[-80369,-153665],[-83189,-154536],[-86174,-159422],[-85203,-161251],[-81127,-162478],[-84937,-158064],[-86240,-163699],[-82490,-160613],[-81071,-166002],[-79383,-172144],[-88128,-167919],[-85810,-169099],[-89323,-178788],[-88915,-175295],[-87221,-177167],[-84579,-170794],[-80745,-181971],[-81912,-180603],[-86664,-186217],[-88103,-188533],[-82693,-186480],[-89384,-181273],[-77847,-194771],[-77306,-195691],[-81967,-194175],[-88495,-197521],[-77447,-198866],[-77607,-204131],[-79553,-202391],[-79206,-201245],[-83471,-201477],[-81357,-200217],[-83403,-193982],[-82185,-193303],[-83739,-194182],[-81885,-198378],[-82828,-204480],[-78452,-207021],[-77294,-207503],[-80615,-205071],[-80720,-209902],[-86235,-215391],[-86883,-211230],[-82679,-215928],[-77628,-206531],[-88816,-212236],[-83664,-210525],[-82459,-217939],[-79037,-218157],[-83771,-230155],[-83047,-221775],[-81104,-222663],[-80016,-224712],[-82413,-225034],[-85440,-240157],[-86948,-236787],[-80503,-238437],[-88566,-240005],[-84485,-240181],[-79369,-234608],[-77313,-231674],[-77796,-236021],[-77564,-246341],[-77223,-245359],[-80480,-248920],[-82045,-248897],[-82170,-280522],[-81519,-279056],[-88162,-279446],[-83885,-278503],[-86158,-293270],[-86569,-284850],[-88286,-356027],[-80194,-352573],[-79867,-348089],[-96006,-122427],[-98815,-122737],[-98911,-120845],[-97329,-127594],[-98733,-127613],[-94517,-140309],[-97286,-130503],[-100854,-135549],[-99369,-133969],[-100926,-134775],[-100401,-147069],[-102109,-145281],[-99332,-150467],[-89802,-150807],[-93117,-143363],[-98240,-152018],[-101610,-152035],[-92295,-154051],[-102202,-155303],[-101931,-163097],[-93013,-162570],[-101577,-164003],[-93461,-160379],[-90398,-157390],[-99743,-153436],[-98032,-167033],[-100757,-170001],[-90120,-167836],[-98774,-167059],[-102015,-166858],[-97988,-171266],[-92239,-177131],[-99476,-173357],[-89935,-180454],[-101791,-185568],[-98675,-189627],[-92531,-182133],[-92407,-188999],[-95419,-202326],[-96669,-200933],[-97611,-202688],[-101257,-198023],[-100411,-198229],[-97676,-202728],[-98761,-201032],[-100557,-195915],[-91864,-204253],[-102298,-208880],[-96281,-216445],[-95495,-216810],[-99633,-211120],[-100103,-214298],[-101901,-216541],[-101894,-207565],[-100822,-206372],[-97323,-215492],[-100852,-211086],[-99808,-213703],[-101889,-211096],[-90561,-210676],[-91864,-211047],[-101697,-221488],[-91651,-219196],[-95196,-226702],[-89661,-221918],[-98746,-235240],[-90455,-231736],[-100861,-272517],[-93790,-284614],[-96336,-294093],[-91042,-355745],[-100019,-366517],[-95365,-367282],[-95485,-368498],[-94093,-367750],[-98390,-367411],[-101276,-359128],[-101024,-366460],[-100430,-111865],[-112812,-122902],[-111730,-117617],[-107369,-129562],[-102767,-144627],[-103368,-145078],[-111186,-150763],[-112847,-148762],[-113209,-150193],[-110662,-152768],[-110742,-145125],[-113293,-164640],[-115120,-158374],[-105703,-162471],[-105284,-164677],[-105205,-156628],[-106478,-160904],[-109873,-174113],[-113541,-174767],[-107873,-177833],[-106379,-172228],[-107821,-166489],[-106494,-167021],[-106450,-168745],[-105454,-169444],[-107227,-184138],[-106338,-190508],[-108739,-199993],[-107146,-204036],[-104964,-194234],[-107660,-204504],[-104745,-206160],[-111854,-211309],[-110377,-211861],[-115172,-214401],[-111124,-214965],[-108627,-214538],[-105181,-205238],[-106199,-210087],[-111452,-211990],[-110677,-216143],[-108596,-212046],[-102576,-208841],[-102765,-209115],[-102639,-216410],[-113581,-216139],[-114829,-216331],[-112516,-215787],[-109413,-208454],[-106030,-209344],[-108246,-215942],[-102493,-208128],[-114525,-213807],[-109997,-216050],[-111050,-213569],[-111323,-204887],[-112964,-220873],[-110613,-217680],[-113983,-221059],[-105313,-222939],[-102733,-221358],[-105000,-226414],[-102721,-226858],[-110636,-221981],[-109572,-222414],[-110960,-222365],[-106144,-218471],[-110478,-222986],[-107573,-220060],[-104644,-222447],[-112794,-219421],[-111625,-229202],[-113293,-218402],[-110530,-221419],[-112988,-224919],[-105323,-217632],[-109140,-230749],[-112734,-233167],[-115025,-237928],[-112458,-237823],[-111629,-234761],[-109920,-239296],[-102881,-233184],[-104439,-236063],[-113294,-246336],[-114446,-269568],[-103366,-282437],[-107093,-302774],[-104450,-363652],[-107408,-370323],[-104912,-364789],[-103836,-362647],[-104996,-369560],[-106899,-370121],[-105138,-368183],[-113402,-368719],[-105239,-366548],[-104379,-365314],[-109229,-361453],[-103903,-370743],[-108816,-373177],[-103878,-376048],[-103125,-374075],[-107313,-372411],[-108291,-373331],[-111907,-371617],[-111915,-372447],[-110541,-384302],[-109655,-384558],[-114305,-27093],[-114052,-72826],[-114230,-85442],[-112713,-96725],[-114808,-100216],[-103191,-103953],[-103951,-112934],[-114025,-111453],[4494,-152998],[4918,-150319],[1414,-150807],[11036,-151035],[1547,-154206],[9856,-156444],[10287,-160486],[10962,-164855],[5742,-163810],[5198,-161614],[12379,-163469],[9448,-158543],[8254,-175010],[267,-176746],[9158,-174461],[11792,-190787],[-482,-186663],[9132,-184926],[6700,-189443],[2487,-198659],[12499,-195141],[12409,-194408],[6184,-195051],[7097,-196574],[9020,-197290],[8851,-197356],[8786,-195441],[9759,-194946],[3553,-203038],[5537,-203405],[4968,-203979],[7048,-204105],[6577,-204195],[3126,-197290],[3320,-197444],[65,-204161],[207,-204083],[11523,-197012],[10335,-196881],[11364,-199959],[10078,-200327],[8786,-199694],[5540,-200921],[6119,-198309],[11251,-197273],[2529,-200865],[1052,-211795],[10608,-215774],[9059,-215911],[4940,-215512],[4181,-215276],[4360,-204777],[12759,-214322],[12276,-213483],[12772,-216906],[6198,-208357],[9566,-209714],[8820,-211348],[6851,-210381],[4887,-208415],[5723,-209689],[7292,-209267],[1079,-207191],[1674,-205294],[7916,-217059],[7181,-215513],[9257,-214510],[9547,-207874],[1302,-217017],[11936,-216053],[8792,-212233],[10057,-206047],[7472,-205902],[10613,-211421],[458,-205584],[2878,-207927],[2545,-208026],[4960,-207784],[7524,-209619],[6093,-227337],[12783,-228483],[10823,-220550],[10139,-218770],[8391,-227229],[4403,-217571],[8254,-219708],[766,-219003],[10346,-228872],[131,-227923],[7102,-218734],[5600,-217781],[1350,-225118],[320,-223986],[995,-222226],[3055,-217482],[2,-232583],[12372,-242693],[6053,-230832],[4961,-240005],[4933,-241585],[747,-242320],[12179,-248659],[11721,-247426],[1443,-243349],[11185,-243704],[5139,-259743],[6837,-272922],[7496,-282461],[11742,-286727],[7595,-283500],[7732,-416646],[8761,-417431],[4712,-414090],[10534,-416021],[12187,-414719],[12795,-444952],[3676,-458663],[10831,-454416],[10674,-461209],[12472,-460853],[4730,-462690],[5139,-462654],[6005,-487516],[2919,-503130],[135788,-123231],[131290,-116323],[131802,-126668],[134785,-124632],[131414,-178076],[130739,-178705],[131281,-177670],[131022,-177133],[131544,-176817],[140001,-171989],[134525,-188528],[134805,-187312],[134685,-186562],[135318,-186467],[128310,-182370],[128183,-184864],[128151,-183681],[130854,-181093],[134723,-181354],[134639,-182430],[129679,-182175],[128459,-203466],[134451,-193183],[133146,-193652],[129631,-198355],[134577,-199994],[130487,-202030],[129034,-202523],[133372,-200720],[139287,-200413],[139149,-200258],[139177,-199246],[136729,-199715],[131388,-201766],[133411,-194313],[135519,-199954],[131661,-192411],[132112,-192431],[130531,-197658],[129509,-196630],[129717,-196401],[132133,-200353],[129842,-199626],[128267,-202394],[128767,-211759],[138718,-215945],[129652,-212081],[130633,-212435],[128394,-211222],[133738,-210179],[136485,-223188],[129853,-220008],[140390,-229326],[137484,-231645],[134586,-232310],[130029,-236056],[129805,-239451],[129249,-235335],[133199,-233284],[140156,-238579],[140093,-240029],[135062,-236851],[138088,-237465],[138162,-234868],[139755,-236202],[132636,-241458],[138984,-235392],[133554,-241866],[133795,-239026],[130289,-242400],[133187,-236018],[129259,-241382],[133614,-236827],[133949,-238981],[131531,-238604],[128886,-264933],[130340,-263190],[130235,-262935],[129482,-262691],[137111,-264953],[128908,-271918],[134802,-272495],[140414,-303799],[137853,-302996],[139489,-305318],[139861,-310982],[135088,-311205],[128441,-307981],[136682,-329082],[128802,-331548],[140248,-330937],[134257,-329354],[129958,-342677],[128540,-339128],[133002,-339251],[136128,-334893],[128001,-349526],[135392,-354765],[138206,-355455],[128580,-353293],[130014,-350728],[129285,-359365],[138162,-381533],[134324,-405140],[132389,-60721],[129809,-61509],[130724,-60099],[133662,-59398],[136478,-56701],[140186,-61554],[136839,-72252],[132992,-73045],[131263,-69600],[131844,-70305],[135967,-63996],[130981,-64679],[140005,-76085],[131331,-71203],[130326,-70845],[135642,-72245],[137726,-73365],[134277,-72442],[135229,-68229],[135547,-66069],[139020,-67264],[135588,-66996],[139195,-72699],[140373,-71772],[140437,-66821],[128811,-87048],[133368,-83791],[137889,-85051],[133598,-81252],[135563,-87478],[134475,-82037],[138578,-80309],[136869,-78544],[135693,-82440],[136715,-86237],[132384,-87397],[134541,-89275],[136320,-82880],[138079,-81673],[135210,-81423],[136131,-83506],[139693,-92484],[130117,-91225],[133714,-94355],[140145,-96143],[139076,-94643],[137570,-96340],[137750,-97350],[130455,-89910],[138515,-99004],[130864,-100458],[132722,-112380],[153060,-125760],[151539,-117450],[151838,-120866],[144846,-127027],[145851,-125817],[145445,-128694],[147861,-132890],[142934,-128052],[142267,-127814],[146559,-143121],[145044,-140797],[141084,-158773],[141179,-158150],[143689,-178399],[143338,-177386],[147381,-173306],[147546,-175931],[143845,-176144],[151832,-170917],[146967,-168082],[141276,-168780],[143145,-167780],[150985,-168080],[146029,-183176],[147077,-190569],[144196,-180290],[147121,-193147],[140862,-212429],[150489,-222786],[145056,-224378],[141677,-238179],[147776,-242679],[142894,-240326],[147591,-242141],[144275,-241307],[146736,-241662],[145572,-237988],[141769,-235727],[142065,-234576],[142102,-240810],[141640,-237086],[144328,-238912],[141610,-252608],[142368,-251471],[142661,-252970],[149678,-254972],[149222,-251565],[141377,-252623],[142409,-252567],[144299,-255176],[142773,-255679],[150782,-255732],[145852,-249475],[147988,-251375],[145064,-247055],[146666,-247196],[144973,-247447],[147528,-247104],[148450,-248183],[147564,-246917],[148325,-248620],[147778,-246472],[145400,-243066],[145717,-243624],[147383,-245177],[148022,-244607],[144487,-256318],[143644,-257992],[141976,-257075],[142599,-257403],[152826,-256468],[147394,-277984],[145780,-278908],[150628,-269477],[153164,-276620],[141751,-276974],[145237,-275410],[147801,-279251],[151470,-276324],[152421,-278761],[149219,-289293],[147613,-282235],[145702,-283629],[147324,-286151],[150199,-287214],[147207,-286445],[147254,-287638],[149941,-289190],[148326,-303332],[145624,-295129],[146357,-306183],[146980,-304801],[153042,-306929],[149651,-297166],[147292,-301069],[149525,-301576],[143424,-298820],[143608,-298291],[144573,-297633],[145755,-298301],[147725,-299681],[144991,-296029],[141499,-313058],[152595,-307868],[146402,-325894],[146644,-326693],[146990,-326863],[146419,-324550],[148314,-357014],[151295,-362572],[153268,-373699],[145499,-57375],[149753,-57705],[150037,-63310],[147814,-60393],[141079,-63555],[145756,-62929],[151162,-60654],[150135,-66452],[150230,-64571],[152548,-71291],[152408,-76074],[142954,-75821],[149421,-69303],[151642,-68089],[148896,-68157],[150742,-64711],[144705,-65758],[140813,-64922],[141865,-63901],[147885,-72780],[150750,-75783],[150098,-74726],[141425,-86072],[144235,-84846],[141883,-85295],[145097,-86954],[145678,-89144],[145977,-82540],[144924,-81915],[146511,-84894],[141081,-78102],[143049,-76981],[147942,-77892],[141989,-92640],[141520,-89932],[146246,-93112],[146392,-94343],[145233,-93507],[147038,-91463],[146563,-101398],[149204,-101897],[146181,-106100],[145799,-109673],[141546,-110177],[148435,-106952],[154688,-117907],[162192,-121483],[163974,-120357],[155723,-120926],[161768,-116993],[158087,-115990],[159762,-118611],[155756,-117121],[155781,-127007],[153722,-123265],[154484,-124554],[157981,-135377],[164921,-138051],[158919,-134110],[161074,-131090],[160479,-129944],[162425,-153442],[162302,-146175],[154500,-163498],[167578,-173042],[152512,-166584],[157320,-168714],[158906,-237416],[153661,-254905],[155255,-257952],[156009,-257405],[157205,-257136],[156501,-260200],[155642,-258038],[155817,-257168],[154173,-257160],[155790,-257571],[159521,-266853],[160887,-264324],[160114,-267361],[162816,-265539],[164678,-263746],[164119,-265183],[165267,-265932],[153834,-276887],[153770,-276991],[161941,-273686],[164362,-276541],[159133,-272244],[162592,-273896],[160303,-272798],[165817,-279408],[164895,-275123],[154137,-284490],[156607,-293852],[157163,-293084],[162984,-294034],[161765,-293902],[157749,-306962],[156784,-306658],[154298,-299363],[155900,-306288],[156901,-297168],[155263,-297177],[154838,-298754],[154927,-298673],[162365,-306892],[158661,-297545],[160512,-294249],[162462,-296106],[159134,-296889],[153845,-307134],[153674,-307200],[155960,-307950],[160540,-308026],[161681,-307443],[165903,-309847],[158605,-332401],[156114,-333551],[159914,-334059],[156997,-332883],[158002,-343339],[154310,-344471],[155406,-344758],[156065,-342634],[162111,-342768],[165382,-343982],[161477,-343863],[156855,-346165],[155147,-346129],[156096,-347645],[158185,-348714],[163870,-347018],[160921,-346658],[161315,-50875],[164246,-57410],[161434,-57862],[159414,-61952],[164905,-60545],[160782,-55034],[159065,-57051],[153655,-54661],[155384,-53670],[155369,-59300],[158579,-73945],[159784,-71648],[155353,-76170],[159664,-68649],[154904,-76166],[161387,-68240],[163075,-65403],[154712,-68904],[166243,-65390],[158252,-78226],[160077,-78424],[155517,-78414],[156362,-77220],[155795,-82258],[164563,-79181],[165023,-84203],[161240,-78907],[164989,-87725],[153843,-89317],[162017,-82849],[156466,-85327],[166288,-98044],[165094,-102341],[160151,-93560],[165439,-96570],[165307,-92170],[166295,-95641],[164852,-105292],[165148,-111972],[162215,-103314],[163299,-103417],[165794,-113895],[165065,-115088],[163046,-107189],[159860,-111937],[156266,-111674],[161401,-112810],[157351,-105711],[162064,-105825],[160871,-106194],[177828,-116247],[177722,-127520],[174255,-124783],[170873,-127746],[177105,-121862],[170247,-129341],[169811,-135569],[172561,-135441],[168537,-128707],[169322,-137451],[166317,-145843],[168096,-140815],[172735,-175653],[168270,-213597],[170140,-222885],[166609,-266767],[168858,-267084],[170197,-268035],[169711,-268551],[169714,-272883],[169804,-278927],[169675,-270369],[171010,-278129],[177799,-281351],[171307,-269491],[171027,-276829],[174545,-274265],[174122,-285379],[171319,-283370],[174649,-287836],[177444,-282262],[176977,-284630],[178131,-288802],[177750,-290839],[178840,-291604],[166865,-293605],[166593,-295762],[168309,-295917],[167316,-294802],[168531,-306240],[170884,-306348],[168123,-308639],[171661,-309060],[172009,-308811],[170782,-308882],[175586,-316267],[175741,-331899],[167706,-343719],[167663,-344058],[174535,-339103],[174139,-340785],[171745,-338538],[172302,-336139],[177323,-336564],[177988,-335198],[172257,-336104],[177415,-333510],[178018,-335688],[177094,-335178],[173093,-335398],[176684,-335915],[176031,-334629],[175632,-334986],[169975,-336949],[171031,-337211],[169011,-335448],[169325,-335029],[168066,-334312],[170825,-335613],[167064,-54582],[174605,-62419],[167513,-57643],[169887,-59336],[170604,-56032],[167018,-51547],[176142,-61295],[169579,-62171],[172794,-71826],[172750,-74788],[167369,-74240],[172227,-72952],[177104,-69093],[168083,-68804],[169497,-73433],[166431,-72919],[167237,-75931],[169119,-65385],[167066,-66292],[173101,-85040],[175306,-80420],[174455,-88444],[168270,-80493],[173334,-78313],[168629,-83605],[166491,-81435],[171708,-81084],[169399,-96730],[172755,-97070],[169033,-98225],[171722,-97042],[168090,-96652],[168811,-92012],[177842,-89916],[166855,-94373],[169478,-113166],[168337,-112559],[166877,-110606],[167471,-103292],[166487,-110005],[179723,-115141],[184183,-124329],[179942,-128724],[182898,-226833],[187261,-244011],[180282,-287170],[180350,-289962],[180685,-292057],[180450,-302553],[184877,-298785],[185960,-298791],[190473,-296483],[187436,-295040],[187056,-300198],[189536,-298853],[180551,-342310],[181638,-346164],[179270,-347624],[179609,-347734],[182783,-352713],[181256,-354214],[181647,-353949],[181681,-351825],[180905,-63151],[179455,-60566],[185453,-65538],[185901,-74987],[185274,-71644],[186859,-76929],[179769,-84271],[183380,-81499],[180937,-78311],[191261,-111655],[184410,-113242],[180419,-114561],[198277,-123017],[200910,-129043],[202943,-166395],[202518,-234318],[201573,-232059],[201883,-237259],[200228,-230391],[200606,-233548],[196998,-232811],[197439,-232848],[197462,-234349],[198203,-233362],[195133,-232288],[195963,-231479],[199309,-240611],[200990,-241912],[196283,-241048],[193519,-241881],[193538,-298516],[192584,-302660],[193553,-301215],[195246,-297450],[202227,-297634],[197187,-299974],[199808,-296745],[197154,-94494],[202632,-91818],[197936,-89560],[199681,-94992],[203912,-105013],[201750,-103271],[21173,-140141],[22953,-145545],[24304,-141724],[24719,-140758],[21586,-150074],[16069,-148836],[19479,-145005],[24872,-155428],[24800,-154162],[24180,-159868],[22896,-156376],[25112,-163702],[13727,-160867],[16341,-158768],[22141,-158625],[19930,-163441],[18876,-171898],[16822,-169860],[20340,-170554],[12887,-166812],[22363,-183336],[21024,-182090],[25193,-185044],[13558,-190058],[16076,-183644],[16368,-182989],[15745,-185322],[17473,-185236],[17799,-184809],[17719,-185489],[19162,-185058],[19020,-185180],[14257,-190819],[16531,-189607],[22765,-190500],[22429,-190728],[20260,-189282],[20358,-188154],[21231,-181446],[24791,-180819],[24613,-180972],[24340,-189517],[24019,-190599],[20346,-190758],[25325,-192164],[23865,-196721],[19472,-198990],[17445,-197230],[16762,-191970],[21691,-199648],[20555,-198204],[22262,-197116],[21663,-197063],[12853,-196274],[13322,-193680],[13093,-195336],[13098,-194675],[14897,-203368],[14298,-202259],[22608,-201127],[23355,-201515],[22963,-199683],[22783,-200644],[23266,-202114],[24751,-194843],[20233,-201979],[25437,-193933],[18939,-203251],[14265,-193045],[14784,-192521],[20582,-191923],[13688,-200561],[13475,-198712],[15439,-196457],[19413,-194573],[18540,-196298],[18230,-199370],[21803,-214256],[24987,-215157],[24514,-212735],[17623,-209475],[21419,-211763],[21009,-210691],[15620,-214268],[13775,-213966],[16019,-215322],[13975,-207977],[16048,-211475],[18213,-213561],[18831,-212337],[18012,-211999],[17125,-212830],[18501,-211822],[17135,-211064],[14117,-216489],[24508,-214599],[22090,-214648],[21444,-213231],[13127,-211056],[12813,-206265],[20185,-204851],[25064,-207272],[24435,-205920],[15994,-211768],[13251,-211594],[17409,-206187],[15834,-206143],[22934,-210147],[15243,-205046],[14093,-228709],[25106,-225576],[13674,-217406],[13361,-227827],[14311,-229231],[22688,-227179],[23644,-236932],[16511,-241836],[18444,-232840],[16037,-230776],[25294,-232145],[23372,-233829],[18374,-232863],[17418,-231333],[18642,-233199],[19368,-238310],[20398,-238210],[16732,-239680],[15444,-237677],[15176,-249270],[22065,-244716],[13646,-244160],[13645,-248517],[25285,-243331],[15925,-248498],[14904,-259604],[24154,-258716],[16003,-256134],[23912,-262093],[24202,-261919],[22387,-262229],[20493,-266206],[14683,-279810],[18760,-409029],[17315,-417199],[18513,-420110],[19565,-413703],[21322,-415034],[15742,-415680],[22752,-421020],[19637,-421441],[19443,-409598],[18199,-412885],[23953,-418695],[19662,-431397],[18926,-426126],[25404,-434523],[24112,-440792],[12999,-456008],[16194,-451047],[13280,-448506],[15172,-455197],[18011,-452746],[19719,-454393],[13655,-468139],[318457,601271],[317584,598183],[317697,601658],[315925,607909],[316458,612270],[319366,607456],[317088,604423],[320568,595721],[327363,594500],[320947,599045],[323052,593918],[320334,597900],[325350,592314],[320013,596686],[322709,596355],[322417,592438],[320845,594766],[320906,613993],[320124,601895],[328741,617243],[325413,620466],[322310,618948],[321476,615309],[325186,617397],[326783,621321],[326020,618867],[328117,624677],[325928,622132],[329551,625170],[337383,586651],[339859,598032],[345549,589596],[340654,589751],[334891,622113],[339777,624229],[336900,623566],[337512,623683],[339203,626675],[338064,623353],[343778,624082],[342646,623729],[339230,616449],[336098,627400],[340720,627895],[346498,595859],[349331,597556],[348167,610537],[345875,606751],[352176,613768],[352673,613849],[349324,608348],[351710,609574],[348545,608712],[349595,604750],[346398,602236],[351385,618277],[351573,615568],[345936,621877],[346893,620912],[348514,624810],[35551,-139255],[27789,-137213],[27049,-137476],[27824,-138102],[34687,-143912],[37342,-140948],[29876,-142764],[34982,-146516],[37791,-146372],[26242,-153026],[37248,-151769],[36425,-152103],[28439,-154488],[27043,-157220],[30881,-153887],[31462,-156836],[35909,-157030],[33940,-157929],[33876,-155901],[35667,-159317],[34502,-159019],[30526,-156319],[28532,-157490],[28261,-158528],[27368,-156670],[28136,-155086],[30020,-155578],[29382,-158662],[30812,-157444],[34026,-159847],[33085,-171930],[32171,-169276],[30323,-174844],[38334,-171031],[35356,-170030],[26763,-171587],[32668,-171507],[33079,-170570],[32070,-167317],[35986,-173326],[33700,-178188],[26166,-180911],[32382,-180250],[35959,-184747],[31754,-181694],[32792,-187920],[27463,-180330],[35291,-183824],[33287,-190536],[34181,-190382],[32906,-191736],[35577,-188065],[37271,-189791],[28467,-186962],[27051,-190298],[28916,-189118],[37026,-187741],[28654,-189567],[27692,-189000],[32271,-182677],[33486,-183265],[34360,-182355],[34225,-183791],[37679,-185167],[25872,-181248],[37066,-185584],[33431,-188061],[27695,-181015],[26189,-182522],[30709,-189323],[31747,-188782],[31592,-185052],[30371,-187391],[29166,-188323],[29680,-188256],[29455,-185137],[28264,-185034],[29638,-182843],[29504,-183863],[30966,-186845],[32762,-188155],[36314,-191151],[36729,-191276],[28139,-180166],[37622,-197163],[37030,-192686],[35793,-192394],[33994,-195299],[36903,-195633],[34651,-193834],[33467,-194042],[35441,-193935],[36247,-194388],[34979,-196138],[36014,-196630],[26311,-202498],[37230,-201505],[38091,-202411],[29180,-191920],[33035,-200716],[31171,-202161],[27389,-202356],[29035,-197157],[33322,-196490],[32939,-195840],[31077,-197620],[31356,-192233],[29709,-194013],[30180,-192236],[35508,-202107],[36355,-197745],[33882,-196175],[26667,-195087],[26541,-198051],[31712,-194649],[32291,-194895],[32236,-195658],[38231,-201304],[28609,-202715],[32784,-210679],[36492,-212863],[27523,-210900],[28925,-211374],[31254,-211272],[29351,-212201],[28094,-212896],[28725,-210212],[28157,-207317],[30128,-208713],[27161,-205990],[29577,-205208],[28281,-205223],[33314,-221472],[27074,-224493],[30081,-218689],[34932,-223890],[30117,-217639],[32626,-222623],[30815,-222581],[36960,-229521],[34669,-218658],[32264,-230160],[26734,-231878],[31740,-230323],[35237,-237794],[34402,-232984],[32187,-231979],[25734,-230370],[36705,-234264],[38138,-232342],[37585,-232513],[35906,-237134],[37561,-235678],[32912,-235506],[32746,-234459],[29709,-234853],[28626,-234180],[31660,-231051],[33513,-230256],[35672,-235644],[37062,-235099],[30339,-238387],[29238,-238475],[34469,-236678],[33823,-237134],[26027,-233740],[27856,-248777],[27226,-244400],[35650,-249327],[30385,-248212],[26956,-243595],[35135,-251198],[32314,-251685],[34339,-250996],[26178,-264545],[32862,-265622],[27386,-261021],[27122,-256079],[31800,-263917],[34912,-263789],[36444,-261707],[36732,-262714],[35895,-271602],[29859,-276259],[30769,-270171],[31158,-268943],[31169,-272143],[26797,-275362],[27122,-273630],[28201,-275630],[26445,-275536],[26470,-275570],[34364,-367684],[38134,-420992],[37472,-418078],[34163,-418429],[34183,-418067],[35224,-418676],[34129,-419494],[33265,-425538],[36472,-423859],[33283,-424013],[31283,-432876],[29150,-434128],[31125,-428413],[34029,-428704],[33198,-425760],[30649,-427242],[33774,-423655],[34482,-434963],[32335,-429966],[32300,-423343],[38016,-431262],[37928,-430903],[37758,-432712],[33827,-434244],[32180,-430777],[36431,-429792],[32308,-434122],[29055,-432354],[27593,-433074],[25938,-428969],[37442,-443104],[27224,-435774],[35023,-439666],[27036,-435318],[38017,-445487],[38344,-437615],[35961,-435867],[470485,508927],[469412,572465],[469038,565376],[482923,700214],[484118,711111],[488451,356964],[491388,358843],[495894,493877],[492810,501609],[495881,511256],[492134,688863],[488477,697035],[494494,709216],[492139,710896],[505150,402910],[507760,400744],[503736,463780],[502367,461981],[500408,475546],[500132,483512],[501944,501733],[509157,508140],[509533,598584],[511345,594556],[511866,662484],[510500,674759],[505234,690786],[504166,683264],[505290,678798],[507960,711219],[47835,-137182],[42125,-133981],[49249,-139835],[43500,-139842],[40868,-142814],[44286,-145801],[48854,-143054],[45405,-145545],[41271,-147753],[49853,-147212],[47594,-148742],[46813,-153015],[41981,-150013],[49489,-141342],[51061,-141938],[42932,-147227],[47837,-159025],[50036,-165086],[45191,-165995],[44356,-166964],[45776,-171625],[43129,-173335],[42673,-172872],[45978,-171776],[48563,-173528],[43698,-169689],[41119,-167674],[49845,-176365],[48156,-176484],[46892,-178315],[51079,-180724],[45646,-188588],[43257,-185768],[41478,-189090],[42671,-187802],[41223,-181089],[49574,-191227],[39822,-183007],[41626,-189399],[47145,-186566],[46372,-186608],[49744,-189324],[47732,-183427],[44022,-179534],[49977,-180871],[50555,-185481],[39971,-187383],[41274,-189063],[38779,-186289],[45242,-182671],[45574,-183826],[42872,-185191],[41525,-183410],[46676,-186143],[46320,-186923],[43657,-190137],[43063,-190827],[42908,-191263],[44705,-190771],[44098,-187836],[44861,-187412],[45109,-188409],[42681,-190518],[40486,-190273],[38696,-198937],[38730,-197243],[50680,-202201],[50017,-201603],[38466,-196313],[48292,-201132],[47113,-201423],[46531,-198158],[41480,-198433],[49033,-200469],[41194,-195947],[40902,-196037],[50708,-198285],[40127,-194903],[42417,-200494],[43897,-200246],[44958,-200131],[44819,-197949],[43888,-197692],[43095,-199376],[47805,-199872],[50949,-192709],[39670,-200335],[49557,-193080],[48565,-193489],[49364,-191960],[46334,-215223],[43466,-209698],[46020,-212370],[41731,-215522],[45868,-214068],[42398,-207879],[47984,-211061],[48869,-216212],[47397,-210708],[46392,-212134],[43236,-207449],[40550,-214479],[41543,-227950],[44104,-223074],[39834,-227753],[39536,-224931],[39439,-230154],[48180,-219604],[38559,-228541],[39040,-226615],[42362,-222286],[48691,-226585],[45529,-218469],[41515,-219352],[46555,-221315],[44287,-227252],[39635,-226133],[48518,-218817],[42731,-219715],[38897,-230044],[45569,-229815],[48414,-221725],[40297,-224403],[42530,-225240],[39217,-229195],[47156,-218131],[44711,-233631],[46071,-232383],[46172,-231739],[45427,-232479],[41744,-235523],[44542,-231129],[49283,-233686],[49863,-232075],[41877,-232892],[42897,-233649],[39448,-237419],[44846,-244561],[46708,-257926],[39605,-267977],[49810,-263431],[39165,-266868],[46525,-265208],[40633,-262972],[50773,-290751],[45511,-349987],[38445,-372631],[49652,-384135],[48735,-384517],[44875,-424066],[40908,-427410],[40908,-428438],[38728,-434179],[42151,-428059],[46012,-433043],[39901,-432143],[39313,-432848],[39683,-447051],[46030,-439051],[43274,-439836],[45656,-436088],[38507,-436157],[43607,-445180],[49232,-447446],[43250,-435822],[40391,-437919],[39108,-439267],[41212,-439558],[39748,-437667],[40862,-442693],[41552,-443211],[39187,-445465],[38790,-443892],[41936,-448413],[556767,408312],[552369,407344],[59179,-121209],[56900,-135234],[58008,-144853],[58603,-142686],[56151,-147956],[62332,-141531],[58312,-152968],[53658,-143496],[52237,-161379],[54241,-159821],[58417,-154590],[61687,-177020],[58833,-168697],[54541,-172570],[58548,-167920],[61804,-172039],[62337,-174454],[62169,-177490],[62758,-177988],[62820,-177730],[62865,-176277],[58293,-183678],[56642,-185392],[51737,-181424],[60907,-182593],[59731,-179253],[61194,-179695],[55120,-185425],[53367,-185225],[51846,-181430],[55380,-181902],[58545,-180397],[62549,-182462],[62314,-184869],[59801,-181455],[57027,-184712],[58972,-183768],[63023,-184751],[61453,-190750],[61738,-191416],[59998,-191401],[51504,-202492],[53001,-202614],[51617,-197200],[52892,-197057],[53698,-196739],[55160,-200835],[53491,-201908],[52484,-201773],[60967,-197997],[62078,-198672],[55259,-197396],[52021,-196810],[52171,-197729],[58696,-192369],[53271,-197701],[59307,-193206],[62930,-196866],[63339,-194302],[60600,-192154],[60486,-193182],[60451,-194178],[59160,-194764],[63153,-209930],[60182,-222979],[61397,-218231],[62267,-227936],[61432,-225204],[60573,-221279],[61739,-220963],[57574,-228257],[57616,-228485],[58180,-229695],[61821,-228942],[62766,-225236],[60865,-226976],[59439,-225527],[60788,-226273],[61685,-227273],[52475,-239264],[56416,-232490],[56065,-230300],[53391,-232998],[53608,-232016],[51892,-232535],[59873,-241290],[57458,-242272],[60135,-238297],[54733,-254400],[52602,-252957],[59352,-248332],[60031,-244483],[56892,-245978],[55793,-243488],[52432,-247049],[61952,-262827],[58779,-262540],[57821,-262583],[59311,-270008],[57627,-278666],[59299,-291838],[63268,-307290],[63334,-338032],[57778,-351788],[56281,-349875],[58554,-350400],[58372,-349907],[62475,-349250],[62574,-348741],[52258,-358464],[59671,-380764],[56359,-395194],[57260,-395961],[57446,-401482],[732609,512602],[733256,518979],[742999,523177],[744618,514710],[71532,-116653],[76590,-127675],[75102,-115947],[72994,-122589],[74424,-122382],[75901,-124547],[72228,-115676],[75881,-136401],[74147,-138296],[72173,-132926],[70947,-131802],[72563,-128057],[71942,-128955],[70284,-139022],[70180,-140081],[75511,-140477],[65679,-150322],[67942,-142835],[67428,-143933],[70160,-150170],[68248,-148878],[66347,-142289],[70292,-144564],[75392,-145048],[71881,-144813],[72507,-148771],[72196,-149831],[65577,-159217],[69216,-153991],[69726,-160546],[69955,-161782],[73523,-166052],[69024,-169120],[65054,-175018],[66650,-171251],[66075,-171888],[71025,-167953],[70569,-169807],[75761,-169936],[72540,-168640],[65853,-166207],[67047,-169012],[64306,-167990],[65482,-170699],[64271,-170061],[76170,-166964],[76258,-166790],[73894,-167955],[71168,-167838],[65319,-174522],[65765,-173992],[65714,-174535],[67883,-173818],[73789,-171497],[70857,-170423],[73053,-168558],[71626,-189789],[73883,-184307],[71352,-191776],[74605,-184455],[75150,-186124],[71997,-188716],[74571,-187714],[75552,-182655],[71358,-190877],[73761,-185891],[73723,-185939],[73171,-187635],[73558,-189821],[69700,-179702],[67004,-197710],[75739,-200047],[75016,-202645],[73538,-195872],[71588,-193571],[72514,-193962],[69982,-195896],[68069,-195440],[70929,-195079],[71866,-195846],[70469,-197327],[69920,-192062],[76041,-202167],[74703,-202305],[76677,-200019],[74893,-199779],[66776,-193300],[66895,-194393],[67844,-195069],[69913,-194502],[67712,-193026],[69811,-201889],[67833,-198490],[72446,-203740],[69946,-199919],[67841,-199526],[65441,-202172],[69721,-202898],[66314,-201795],[65421,-197683],[64768,-197659],[65182,-198539],[64529,-198050],[76716,-205715],[74734,-212385],[66615,-204848],[72860,-221861],[72437,-226081],[65431,-230172],[71161,-226000],[66254,-226301],[74418,-219046],[75231,-218176],[73710,-219268],[69455,-218373],[69613,-219057],[70764,-218322],[71231,-217838],[71954,-217777],[69432,-221772],[68695,-219756],[68923,-220728],[67524,-226624],[64357,-224210],[64837,-225665],[70279,-227294],[69426,-225605],[69757,-224504],[71140,-224707],[72523,-220890],[75777,-237934],[68134,-232324],[74201,-238449],[72275,-241510],[66681,-230390],[64346,-230681],[73223,-234942],[75781,-242811],[69981,-245418],[70741,-244567],[73208,-244640],[74051,-249994],[75423,-253811],[74540,-250150],[70372,-247717],[67977,-291731],[73166,-299026],[76123,-295230],[66773,-295757],[68165,-296975],[74349,-310518],[75491,-310982],[71930,-346198],[72668,-347111],[70052,-369834],[73508,-362590],[71301,-376333],[70572,-376088],[76754,-98142],[76311,-108629],[71394,-110332],[847912,524938],[851870,523476],[87005,-125837],[88613,-124466],[88057,-115529],[78095,-116722],[80233,-125227],[87184,-118618],[83036,-122387],[77587,-117463],[81093,-117003],[85579,-119306],[88144,-120248],[88012,-121876],[88849,-128781],[89176,-128628],[84213,-140255],[77423,-130282],[89475,-139398],[82611,-140259],[81397,-141268],[80486,-145893],[80605,-142548],[80738,-143503],[77309,-141901],[79835,-145809],[86285,-143358],[81591,-150109],[86887,-149004],[77074,-150543],[81957,-163612],[81649,-165606],[82709,-165889],[82944,-162184],[85114,-163283],[84599,-156229],[84382,-158139],[89236,-159863],[81213,-154160],[80255,-172052],[80084,-172903],[87150,-183964],[79441,-185061],[84313,-184181],[78184,-182470],[77604,-184569],[78349,-182845],[85054,-182470],[81225,-181022],[79598,-184315],[78884,-184242],[86092,-182703],[81558,-182016],[84646,-187888],[84538,-183659],[76946,-184986],[82509,-195930],[81886,-194963],[81302,-196370],[87256,-198477],[85990,-204551],[88582,-196315],[88328,-196371],[78384,-206638],[84539,-205378],[82979,-217043],[88589,-212768],[79657,-206365],[89392,-204906],[83718,-208848],[82093,-210560],[82538,-205665],[85847,-204903],[84319,-206729],[88143,-212139],[82457,-211642],[88848,-219022],[89079,-222108],[88851,-225538],[81163,-224081],[86069,-222326],[87205,-224006],[83940,-218741],[87244,-223176],[83354,-218548],[83404,-221683],[89089,-217495],[86998,-221437],[86524,-221087],[79226,-223289],[88127,-218744],[82659,-219362],[82975,-219300],[80026,-224788],[85312,-222270],[83816,-219624],[85397,-220051],[84078,-221086],[84350,-223437],[87659,-229975],[86418,-222478],[87747,-223162],[88069,-228595],[83853,-236030],[80464,-237543],[86702,-231097],[80044,-236796],[77344,-240573],[85865,-237969],[83601,-236503],[87469,-238726],[77871,-238873],[78783,-237372],[80833,-237735],[76826,-230978],[82515,-235941],[86660,-239060],[88758,-238242],[77158,-234904],[88671,-235514],[87598,-233704],[78208,-234951],[77435,-234480],[77232,-234095],[85707,-251037],[83657,-254037],[88372,-250027],[85333,-296972],[88928,-305812],[87876,-300380],[78396,-335457],[78257,-336739],[83210,-339850],[82878,-369507],[88947,-363241],[87175,-365542],[89067,-93453],[89382,-95512],[81409,-100199],[79477,-101093],[82634,-102894],[84951,-103639],[88724,-104856],[82471,-104355],[84666,-104726],[84279,-106945],[83136,-114959],[84175,-113805],[81645,-110690],[86055,-111932],[83254,-113275],[77561,-112756],[78875,-110251],[82761,-107740],[81301,-107993],[90168,-121079],[96963,-122300],[90445,-122034],[94950,-124486],[92652,-122882],[91600,-125657],[92017,-124362],[92309,-120445],[89613,-120114],[89934,-118900],[90547,-117755],[94874,-137641],[92237,-129182],[94443,-137583],[102196,-136335],[101504,-137090],[98313,-139958],[101310,-142239],[96833,-143095],[97545,-144165],[92856,-140974],[93682,-149083],[94131,-148233],[96645,-160870],[91477,-155151],[99782,-158643],[101623,-160216],[97142,-157962],[90059,-158511],[94576,-158892],[95287,-158495],[95492,-176296],[95938,-174595],[96490,-177458],[95161,-178316],[100016,-191065],[94623,-183599],[96150,-181279],[96487,-181916],[91517,-184254],[93081,-186520],[92513,-189089],[92348,-189386],[93983,-181199],[92567,-183292],[91198,-203918],[91926,-199774],[92702,-201376],[94506,-199208],[93832,-198898],[91354,-198709],[89606,-200284],[97997,-192137],[92633,-204850],[95804,-208946],[97869,-207417],[91782,-213521],[91798,-214066],[93027,-215243],[97023,-209428],[90275,-213922],[99791,-209031],[94054,-213907],[95636,-212588],[102018,-212144],[96456,-210747],[96983,-214483],[99523,-215260],[102101,-210356],[97186,-214128],[97119,-212127],[100761,-207141],[98147,-213412],[101247,-215488],[92310,-214878],[100886,-209804],[95856,-211938],[90244,-211217],[100938,-210043],[92305,-215431],[100214,-214726],[101049,-208164],[100849,-211801],[96428,-215082],[101995,-215781],[100468,-212478],[94681,-214646],[92278,-214263],[98463,-205573],[98808,-206300],[97805,-207970],[102343,-214755],[96623,-216848],[95205,-217375],[100330,-227874],[95384,-227935],[101236,-229014],[92250,-229903],[101456,-226854],[92129,-218526],[95014,-222046],[97055,-223358],[97141,-220677],[97220,-225090],[95066,-219532],[90470,-225934],[95681,-225272],[90297,-229266],[94842,-226159],[89796,-218346],[91794,-219598],[99618,-220412],[96350,-220050],[102092,-218839],[94478,-217971],[102360,-225749],[95438,-222212],[92678,-224295],[98018,-226548],[96811,-220924],[96786,-228465],[99751,-226190],[94462,-218366],[94805,-226298],[101174,-225166],[91779,-227044],[98418,-225026],[99767,-221385],[101508,-225142],[91164,-227036],[93868,-224905],[94019,-218239],[100527,-217993],[102076,-217464],[100605,-220655],[99924,-219838],[98193,-226915],[97340,-225612],[94520,-225648],[96625,-222856],[90937,-224722],[97055,-220166],[91513,-224865],[91342,-242681],[98285,-238791],[95108,-235480],[96813,-237430],[95148,-239523],[96178,-235405],[94528,-238376],[92472,-230409],[90749,-236993],[92952,-236727],[94324,-233906],[91871,-233364],[89959,-232270],[92092,-234047],[97041,-242023],[101490,-237810],[95100,-230746],[99328,-233108],[97363,-233537],[100363,-238514],[93445,-233867],[96607,-230806],[95827,-234527],[99083,-234017],[93470,-230303],[100667,-232079],[94310,-240344],[95578,-241748],[101278,-240291],[99153,-233416],[99763,-233410],[90390,-238881],[91304,-239641],[98826,-234579],[98805,-230272],[97627,-235894],[97215,-238165],[90034,-239121],[93756,-243009],[94307,-250124],[91145,-245894],[92596,-246104],[97886,-247402],[95302,-247996],[101546,-255693],[97892,-253509],[93816,-249831],[98513,-249206],[94553,-248466],[101770,-253109],[96162,-249038],[97475,-247412],[91004,-255997],[92211,-256119],[101070,-256089],[91330,-297814],[96043,-298086],[94972,-306781],[100839,-305996],[93826,-306588],[95803,-307446],[101054,-337395],[101694,-338496],[101622,-357087],[96746,-347212],[93073,-352836],[90600,-357824],[95686,-350035],[94865,-349487],[89862,-366151],[101864,-363712],[98653,-361674],[101716,-370906],[97920,-361002],[94869,-365123],[101074,-359519],[90465,-368385],[99147,-57056],[100963,-63341],[94529,-101158],[94774,-91797],[96632,-92411],[98341,-99557],[90999,-100347],[89724,-114905],[109459,-118769],[113524,-116683],[103650,-129451],[109500,-127830],[103385,-137446],[103420,-129768],[103193,-127823],[111007,-133373],[113758,-136413],[102629,-145883],[106071,-144324],[110319,-151685],[106963,-143342],[110963,-153086],[108867,-148163],[112597,-159598],[102727,-159668],[105117,-164207],[111356,-160944],[108582,-165229],[108226,-164093],[115039,-168325],[112278,-172540],[108908,-174117],[107356,-175427],[106690,-177887],[114889,-180325],[114635,-180063],[103481,-202772],[109996,-200432],[104108,-195137],[106652,-192757],[111596,-200460],[106095,-193464],[107889,-193745],[104958,-201954],[105586,-201724],[114226,-198761],[103206,-204288],[113135,-197444],[114280,-198215],[113493,-198614],[108657,-192930],[114212,-200734],[102938,-202813],[115049,-197220],[106859,-216943],[103599,-211371],[104313,-207811],[104732,-207970],[104124,-209007],[105715,-215539],[105821,-208652],[105251,-205952],[103577,-215386],[105636,-216743],[107757,-216786],[104209,-215426],[104740,-207787],[105514,-209475],[105455,-216610],[105779,-205627],[105088,-204810],[103243,-207609],[105040,-208960],[104822,-211454],[104576,-207082],[106600,-215818],[107178,-213718],[107861,-214420],[113856,-227620],[114760,-220162],[110781,-227693],[110964,-229466],[112015,-229995],[105106,-223508],[110904,-225244],[107676,-228985],[110669,-226796],[106362,-221926],[104678,-217806],[113179,-221531],[113751,-223227],[112206,-224333],[109467,-229089],[113779,-229067],[104583,-227229],[112610,-229793],[106697,-228527],[106010,-218339],[112804,-224390],[105348,-229382],[106505,-218610],[110455,-222887],[103837,-220183],[114817,-224739],[106286,-225520],[103824,-229637],[108653,-218755],[105152,-227287],[109148,-227744],[112989,-222785],[104576,-222819],[107112,-225026],[108497,-222849],[109136,-219413],[112151,-220514],[111767,-220326],[107858,-218108],[113243,-218037],[108911,-219351],[110772,-220360],[105726,-221363],[111192,-218636],[110390,-232592],[104876,-234969],[102726,-235859],[106464,-238051],[106933,-237837],[106513,-235108],[106105,-234278],[106838,-233651],[104650,-232750],[103621,-234390],[103625,-234607],[103822,-232136],[108785,-232728],[114302,-233994],[111537,-232070],[112921,-231371],[102991,-233034],[112303,-230268],[110204,-237001],[114502,-234892],[108441,-233341],[108323,-233572],[107469,-232573],[115091,-233071],[114238,-246670],[104374,-250398],[102766,-250293],[105222,-249828],[102715,-254276],[103991,-305136],[109283,-304689],[110704,-304126],[104813,-304851],[115143,-309891],[115041,-315181],[113486,-325265],[106326,-340589],[102983,-350993],[106674,-353955],[105165,-347827],[112308,-352978],[106007,-362851],[105524,-362432],[106124,-360413],[105186,-360809],[104546,-367146],[105835,-368366],[103885,-366078],[108072,-366858],[108229,-369604],[103443,-365156],[103525,-369450],[105140,-50124],[106767,-49826],[104275,-49959],[113653,-52712],[108059,-53925],[104052,-57051],[104265,-57837],[105675,-55937],[109111,-53476],[104518,-61411],[103283,-60339],[103581,-59296],[110641,-59900],[113101,-61148],[112954,-63639],[114551,-54749],[113292,-55278],[104279,-73554],[103498,-75989],[105149,-72915],[103877,-64478],[104323,-65350],[108369,-63870],[111818,-66228],[108056,-68770],[109517,-69923],[113409,-67623],[114509,-66774],[104114,-77581],[104250,-76936],[111852,-87565],[110206,-86213],[114104,-81914],[104491,-94687],[114706,-111013],[111380,-103929],[115317,-115132],[118332,-124900],[120069,-116726],[121070,-115631],[125824,-127005],[125418,-128053],[122418,-134598],[123845,-166073],[121059,-164770],[118403,-165663],[121353,-164265],[116492,-172631],[122703,-171409],[123355,-170744],[124282,-166763],[117619,-180122],[124710,-179950],[125458,-180662],[117517,-180131],[115764,-196003],[116210,-198137],[115719,-201222],[115619,-200187],[124109,-195416],[126025,-194219],[116310,-196398],[116454,-196937],[116518,-196901],[126416,-193819],[127118,-194503],[125655,-194021],[127614,-195110],[117763,-196546],[116768,-199961],[117558,-199656],[121911,-214362],[123178,-213743],[118718,-213671],[122167,-215290],[120208,-212753],[117348,-213750],[119941,-213619],[120781,-214972],[124277,-215246],[123671,-208445],[125290,-205642],[124655,-205163],[124377,-204752],[123041,-207303],[124299,-206252],[123711,-207605],[125285,-214178],[127897,-210493],[125488,-210094],[126474,-210259],[124802,-215517],[120432,-222942],[120351,-225088],[120612,-223854],[115681,-221199],[121903,-221056],[117774,-227025],[116234,-227465],[117798,-221098],[116337,-229690],[121440,-223087],[126912,-218416],[122447,-229294],[122817,-222594],[124946,-227549],[123790,-228345],[124403,-228217],[115659,-231978],[119545,-230751],[116287,-232214],[123923,-237967],[126977,-241285],[125858,-241438],[127503,-241820],[123037,-241341],[126849,-241676],[124678,-241098],[127102,-239266],[126122,-241572],[119737,-253948],[119443,-258173],[120401,-259368],[117526,-261002],[127482,-263236],[125206,-306229],[121364,-312622],[115949,-317936],[120317,-319533],[115215,-312490],[117909,-320431],[120011,-320648],[115411,-323825],[118349,-332306],[122507,-368993],[126124,-392037],[117207,-50811],[120840,-63667],[121194,-61319],[121036,-62867],[116352,-61068],[116021,-63514],[125946,-59735],[124446,-62086],[122502,-53133],[116501,-75744],[119906,-73848],[122068,-75689],[120503,-75316],[120548,-72504],[120327,-68895],[119820,-67731],[121037,-65517],[120198,-65086],[123681,-64937],[122872,-65156],[126369,-71654],[125725,-70025],[116822,-65800],[118449,-80780],[119294,-79455],[120600,-81270],[122348,-81969],[122133,-79185],[127090,-87674],[120985,-98523],[121037,-90174],[121173,-101232],[127084,-90347],[125712,-98315],[126158,-98957],[127909,-97852],[117767,-106263],[115475,-110049],[121776,-103032],[122273,-102951],[118924,-108452],[121310,-107226],[118145,-108088],[116671,-113017],[121973,-111240],[119780,-111890],[151957,-38556],[145776,16143],[153012,19039],[161152,8524],[158302,115591],[124116,123907],[132313,129333],[140383,141624],[134320,144171],[137619,127678],[139325,124153],[129052,117122],[151006,-37163],[151395,-34067],[150520,11728],[151658,7904],[152271,5729],[143254,131086],[144026,129198],[145317,140587],[151863,15449],[146381,22252],[151481,103306],[155366,-38604],[163975,11051],[162086,3058],[157701,2237],[159284,11554],[159132,8726],[158995,129814],[158702,138967],[165544,130253],[156361,22790],[158594,18176],[155831,15942],[153978,115701],[167304,141435],[172314,143985],[167828,112940],[113682,119580],[116145,128836],[118339,129898],[122215,134132],[118353,121263],[120968,125768],[-127513,-252621],[-126325,-255389],[-122187,-247773],[-118910,-243117],[-123920,-268528],[-115360,-270873],[-118602,-294540],[-121806,-430270],[-125909,-441450],[-118654,-454485],[-116370,-470536],[-127991,-480632],[-126762,-476813],[-116816,-479065],[-123541,-477113],[-122132,-479930],[-121678,-478994],[-117637,-480796],[-121128,-484056],[-120983,-484877],[-126106,-482901],[-127584,-484157],[-121846,-484076],[-120731,-485097],[-121522,-485397],[-121447,-482797],[-121221,-485822],[-124198,-477921],[-127092,-484384],[-123331,-476567],[-121891,-478105],[-118931,-480453],[-116888,-479735],[-124335,-476967],[-117542,-479033],[-117741,-486186],[-120668,-488937],[-121001,-487204],[-125475,-496575],[-123108,-495314],[-122083,-494649],[-127075,-493210],[-120309,-487935],[-125088,-498585],[-125710,-497566],[-120722,-487510],[-117623,-489077],[-124150,-492384],[-117295,-489526],[-116973,-489451],[-121168,-488448],[-125805,-502166],[-125343,-504361],[-124868,-504610],[-121992,-509465],[-121166,-507025],[-120096,-500993],[-121116,-524507],[-122629,-517945],[-121997,-520301],[-118441,-525441],[-115508,-530061],[-117023,-550247],[-124341,-561887],[-126389,-597312],[-119066,-612941],[-120626,-610887],[-122923,-649725],[-120835,-656633],[-122091,-654257],[-116648,-709532],[-134119,-257778],[-129331,-267127],[-137834,-277165],[-134445,-288607],[-130425,-288323],[-135392,-296285],[-133001,-302642],[-134178,-302085],[-132886,-303414],[-139873,-429220],[-137158,-424134],[-139421,-435733],[-132322,-462302],[-140696,-473357],[-138663,-472505],[-139780,-471095],[-137413,-472504],[-129748,-478540],[-132095,-473895],[-132080,-476188],[-129592,-481572],[-128869,-479727],[-139995,-473877],[-139145,-474560],[-138629,-474769],[-138214,-480743],[-136269,-478842],[-136698,-479406],[-137871,-479002],[-138389,-477062],[-138626,-477272],[-132015,-489761],[-132396,-489901],[-131680,-497721],[-130860,-496296],[-134524,-490638],[-134926,-490252],[-139649,-486292],[-129176,-492798],[-132427,-489156],[-132211,-638244],[-129865,-637623],[-130012,-638195],[-128241,-639154],[-140660,-637397],[-138843,-635777],[-139404,-634039],[-129040,-642979],[-133743,-647369],[-132124,-644010],[-130506,-641641],[-132431,-640322],[-129702,-642789],[-134878,-644966],[-131734,-642801],[-136854,-646296],[-134172,-643642],[-135071,-671768],[-136891,-673659],[-138867,-670384],[-135301,-689591],[-138423,-688737],[-137044,-685401],[-133746,-693445],[-137443,-691138],[-133291,-693676],[-133388,-694233],[-140410,-696361],[-140128,-696742],[-131029,-712513],[-145703,-276486],[-149639,-272804],[-145418,-276403],[-150251,-277272],[-143092,-282169],[-140818,-284520],[-150801,-281640],[-152731,-288008],[-141255,-292056],[-147436,-291578],[-148083,-302335],[-149750,-295830],[-143256,-300065],[-148389,-308283],[-142295,-308623],[-142251,-307277],[-148848,-429057],[-153038,-429220],[-152152,-426252],[-146293,-460203],[-153393,-455588],[-151908,-451107],[-152153,-450888],[-143718,-460660],[-151056,-463627],[-152831,-471531],[-153244,-461517],[-142440,-470894],[-149340,-468162],[-149212,-469042],[-151982,-468382],[-152700,-468848],[-151954,-467429],[-152895,-466489],[-153208,-467060],[-152915,-474639],[-145208,-474775],[-152517,-474464],[-146736,-482375],[-150951,-480500],[-149082,-477619],[-142116,-485343],[-141406,-480581],[-150544,-487670],[-143112,-542519],[-152208,-558556],[-141946,-567423],[-146995,-568251],[-131121,-634552],[-127319,-647308],[-144213,-616510],[-146839,-650646],[-143532,-652003],[-142079,-651146],[-143546,-650999],[-144175,-651682],[-141586,-651291],[-145517,-653009],[-152623,-687783],[-148434,-690409],[-148756,-690357],[-148492,-689631],[-153318,-699738],[-151919,-701024],[-152209,-702883],[-148601,-693355],[-147676,-694012],[-148514,-696613],[-144172,-698736],[-143234,-699353],[-146529,-698911],[-146559,-702137],[-147118,-701204],[-147462,-701968],[-146920,-703289],[-148457,-702542],[-149232,-699253],[-143167,-692229],[-141280,-692691],[-141983,-696964],[-151431,-706914],[-150633,-707776],[-150288,-707422],[-153398,-703867],[-152440,-704424],[-151107,-703869],[-146913,-705394],[-147922,-704973],[-165063,-241986],[-165745,-244469],[-164746,-249956],[-161410,-249595],[-158045,-276791],[-158276,-278260],[-163409,-280761],[-161679,-272197],[-165144,-289517],[-157962,-292549],[-158168,-300248],[-161931,-307234],[-166128,-438789],[-161940,-458480],[-159839,-457687],[-157659,-471429],[-162001,-473278],[-162911,-473040],[-155027,-467426],[-158443,-474074],[-155316,-476222],[-164666,-478656],[-154020,-548301],[-158081,-561793],[-155024,-561483],[-158752,-554094],[-160163,-551805],[-162738,-564921],[-161999,-564837],[-156400,-564985],[-160691,-565613],[-161953,-563757],[-164404,-584001],[-160280,-577510],[-164174,-636826],[-165440,-685541],[-164716,-688986],[-164007,-690097],[-154381,-688596],[-161393,-694122],[-158872,-696848],[-158322,-696246],[-157102,-696848],[-163647,-691831],[-167978,-244164],[-178676,-263639],[-176457,-258064],[-169029,-275123],[-174893,-276791],[-177261,-272972],[-178370,-281359],[-176436,-284268],[-177310,-284048],[-167030,-285353],[-178275,-432593],[-173855,-439196],[-176232,-451410],[-175692,-451356],[-168299,-461012],[-172673,-470815],[-173879,-467990],[-178850,-472289],[-175900,-467643],[-168231,-481243],[-166938,-479513],[-171483,-541837],[-171964,-542620],[-171794,-562569],[-170965,-561488],[-169404,-562031],[-171122,-563471],[-173527,-575778],[-167331,-574351],[-168241,-575421],[-171487,-577517],[-168504,-582059],[-169315,-579972],[-168905,-581804],[-170226,-579562],[-177897,-629819],[-171047,-638504],[-167633,-633191],[-176110,-670520],[-174410,-668392],[-187065,-234848],[-189689,-235740],[-185748,-251973],[-186415,-243129],[-187316,-265266],[-181549,-259614],[-184000,-261788],[-185517,-257779],[-183591,-257973],[-182192,-257143],[-185788,-269572],[-184200,-268691],[-188135,-271654],[-185956,-278722],[-191960,-292751],[-188054,-291274],[-187330,-290960],[-187676,-403297],[-180542,-397212],[-191234,-439933],[-186935,-448468],[-189225,-459587],[-187811,-459044],[-179337,-468430],[-183105,-467179],[-181825,-466073],[-183327,-467989],[-180563,-464989],[-182020,-461187],[-181799,-460964],[-187977,-469459],[-188337,-470056],[-188668,-469483],[-187244,-467882],[-180931,-470897],[-179898,-470751],[-190431,-467480],[-190470,-469008],[-190178,-472979],[-183129,-475070],[-182655,-475219],[-191428,-473713],[-189942,-473957],[-189733,-474271],[-184390,-478825],[-183681,-478562],[-183431,-516298],[-184173,-584127],[-182545,-585805],[-180535,-588122],[-183501,-583898],[-180266,-588587],[-186999,-594974],[-185356,-602711],[-185558,-617045],[-180836,-623265],[-185154,-617165],[-182473,-624890],[-190467,-622295],[-189771,-619291],[-190049,-620272],[-183631,-633408],[-180406,-629556],[-179247,-629907],[-179951,-634874],[-182827,-663051],[-200219,-228861],[-193904,-241159],[-195966,-235542],[-193660,-241564],[-202244,-235769],[-192229,-232565],[-204193,-245293],[-192581,-252676],[-204239,-248390],[-199999,-253001],[-203087,-255126],[-201015,-246508],[-201973,-247055],[-203048,-244633],[-195324,-263159],[-204031,-262156],[-201505,-260341],[-192815,-260719],[-194104,-260223],[-198714,-273066],[-202650,-290065],[-194567,-287685],[-196567,-289707],[-201838,-289675],[-202007,-292834],[-204030,-290366],[-199938,-292160],[-199970,-293942],[-202650,-293914],[-195490,-293050],[-195483,-298186],[-192700,-294315],[-194578,-296064],[-198284,-306491],[-197192,-306068],[-201832,-297057],[-202700,-305886],[-198454,-297909],[-199511,-301700],[-195668,-309050],[-200145,-420004],[-203271,-440295],[-194495,-447317],[-193450,-447454],[-204657,-441902],[-194150,-448148],[-199798,-450371],[-193409,-453620],[-193057,-459842],[-198884,-454736],[-198338,-457080],[-194667,-456104],[-199123,-458813],[-200286,-459325],[-199905,-458069],[-198806,-460449],[-198634,-459606],[-203212,-458626],[-203324,-457167],[-192899,-462021],[-193205,-461705],[-193067,-460977],[-193105,-467486],[-199267,-465085],[-203142,-469301],[-203193,-472079],[-198195,-461785],[-198472,-467686],[-198792,-462606],[-199249,-470997],[-197683,-467662],[-197277,-467442],[-204504,-465909],[-200744,-461377],[-200208,-461461],[-198167,-466827],[-198118,-464985],[-197374,-473610],[-203337,-480326],[-190872,-486233],[-204491,-473882],[-204216,-480757],[-197583,-476874],[-195007,-477577],[-195736,-478710],[-196786,-481300],[-203931,-474378],[-195231,-477729],[-203003,-478067],[-192186,-485500],[-202362,-476874],[-197533,-487022],[-197399,-490585],[-195839,-491067],[-196456,-488828],[-202314,-490874],[-194258,-493338],[-201109,-494211],[-197747,-507313],[-203674,-545576],[-202412,-543265],[-203242,-549029],[-202713,-542196],[-204289,-545161],[-203417,-546604],[-203637,-540304],[-198992,-557730],[-202761,-557960],[-197942,-558133],[-202580,-561384],[-197222,-585049],[-197007,-587947],[-197202,-591730],[-192796,-595635],[-193238,-593416],[-199396,-603721],[-196274,-611937],[-199308,-601523],[-196813,-613222],[-196568,-613160],[-201870,-621259],[-200741,-626286],[-201920,-620970],[-192062,-623356],[-199889,-619872],[-199364,-620185],[-202804,-621327],[-200439,-626401],[-196075,-618073],[-195834,-617621],[-201587,-627368],[-201660,-627695],[-215170,-229048],[-217470,-229687],[-206537,-226521],[-211570,-236230],[-216122,-242255],[-204833,-237341],[-211770,-243372],[-206420,-265317],[-205337,-264973],[-205530,-259141],[-208204,-260719],[-207517,-256288],[-210761,-280875],[-210766,-274662],[-214173,-279982],[-217095,-281307],[-216516,-277365],[-216048,-287259],[-214805,-283972],[-211584,-290943],[-211303,-282340],[-215470,-287494],[-217537,-283177],[-210243,-285765],[-206921,-285046],[-208388,-283952],[-207631,-296232],[-211365,-305925],[-209414,-302387],[-215660,-319481],[-211489,-314511],[-216052,-328776],[-214906,-321894],[-216555,-332764],[-211402,-433870],[-216028,-432611],[-206338,-438716],[-209451,-437160],[-208117,-438251],[-214850,-440200],[-205809,-445825],[-215086,-437845],[-213623,-437444],[-207223,-438781],[-213427,-438028],[-206316,-439088],[-205377,-447950],[-205859,-450741],[-208362,-450361],[-213390,-455239],[-208560,-450012],[-208798,-460217],[-208650,-459723],[-209652,-453646],[-210011,-452804],[-214003,-463815],[-207315,-461290],[-213710,-462533],[-211530,-472565],[-211201,-470517],[-210567,-470918],[-210466,-471259],[-207315,-461290],[-208011,-461114],[-206256,-468639],[-206375,-468298],[-205052,-475074],[-208504,-474732],[-208838,-475867],[-206078,-479555],[-206579,-480568],[-207973,-479779],[-207629,-473808],[-212308,-546912],[-212848,-545586],[-213611,-544932],[-209133,-545183],[-209047,-545557],[-209404,-545469],[-209809,-545318],[-209217,-545039],[-207430,-556571],[-206477,-558769],[-206014,-558714],[-206187,-553793],[-215144,-555440],[-205000,-553299],[-217499,-551633],[-204903,-557223],[-205692,-567953],[-207537,-572546],[-209035,-566151],[-208478,-565742],[-215559,-572063],[-216397,-571738],[-205695,-567402],[-213673,-564557],[-218486,-574620],[-216721,-566939],[-207420,-574944],[-206619,-587865],[-207788,-578515],[-210828,-580529],[-216707,-585466],[-207301,-586376],[-215516,-583612],[-208748,-587712],[-208281,-581141],[-210174,-589793],[-207466,-590176],[-208278,-589182],[-205756,-625959],[-206141,-626409],[-225579,-225770],[-225183,-226447],[-228230,-240734],[-228361,-231563],[-223866,-236648],[-223143,-235874],[-221403,-232900],[-227009,-246088],[-217767,-244002],[-221270,-243586],[-224056,-244409],[-218773,-249559],[-225964,-268441],[-221257,-269513],[-225606,-272594],[-225683,-276315],[-221041,-276473],[-224057,-273861],[-228995,-281624],[-225302,-288290],[-218421,-293402],[-219493,-287074],[-219630,-293350],[-220359,-284337],[-222863,-287419],[-228859,-282866],[-229984,-283879],[-222484,-292435],[-220141,-299831],[-226939,-306563],[-221935,-303070],[-220783,-298393],[-224629,-313477],[-219914,-319670],[-218811,-318761],[-219116,-312682],[-221321,-314157],[-227436,-319933],[-225166,-322501],[-230340,-320787],[-226523,-322794],[-219069,-325054],[-218320,-320930],[-223168,-327976],[-229232,-326836],[-223134,-320323],[-227144,-425115],[-227924,-424446],[-226250,-431164],[-227744,-431266],[-227378,-431754],[-227844,-424605],[-229301,-427406],[-229521,-427694],[-229260,-427865],[-219021,-444628],[-220813,-435211],[-229143,-446131],[-225094,-438013],[-222555,-447695],[-222936,-447792],[-218152,-444333],[-225787,-444850],[-227681,-435506],[-225036,-439065],[-228428,-437080],[-229080,-444300],[-226569,-436804],[-224490,-438678],[-224812,-439448],[-224685,-436316],[-227385,-436776],[-219149,-455514],[-229079,-451281],[-219529,-454679],[-220361,-453153],[-223992,-456623],[-225294,-456052],[-224564,-456071],[-227536,-458312],[-225084,-455874],[-224505,-471481],[-226164,-464696],[-225100,-464717],[-225420,-464107],[-224477,-469793],[-227625,-536561],[-227248,-535652],[-223412,-543470],[-228508,-540040],[-229911,-549505],[-228950,-549251],[-223464,-547377],[-223754,-542658],[-223751,-548300],[-225684,-540625],[-219003,-562241],[-220549,-558230],[-218822,-552717],[-220273,-553049],[-220422,-557886],[-224981,-553357],[-222751,-551502],[-224073,-550273],[-225519,-554583],[-222706,-559040],[-222917,-558717],[-221674,-571716],[-221635,-570434],[-226382,-574063],[-228901,-575049],[-226663,-573543],[-221479,-571248],[-218038,-572619],[-220383,-582993],[-228002,-577296],[-220099,-576725],[-219527,-576256],[-217733,-583463],[-242283,-213884],[-234842,-214295],[-241262,-228673],[-235196,-225009],[-235015,-222935],[-237767,-219637],[-242238,-222870],[-242586,-218194],[-238020,-217436],[-234041,-217660],[-236899,-236479],[-239006,-233970],[-239173,-237411],[-232596,-237206],[-237382,-239153],[-240185,-238605],[-238462,-238335],[-236746,-239488],[-237110,-238031],[-238489,-241503],[-238253,-237460],[-239384,-238283],[-236161,-238717],[-233063,-239205],[-241179,-246475],[-239348,-245309],[-236458,-243516],[-239249,-267856],[-234018,-274390],[-234509,-273955],[-233507,-271028],[-239975,-273691],[-240958,-280451],[-231404,-281325],[-238203,-279753],[-235139,-279852],[-241017,-268705],[-240166,-269820],[-239021,-270229],[-237717,-281180],[-234020,-286279],[-232558,-284499],[-236316,-288564],[-232030,-287351],[-237745,-286775],[-230752,-292899],[-239693,-283203],[-240618,-283099],[-236031,-292353],[-236748,-298033],[-235055,-304381],[-230835,-305689],[-234551,-302565],[-230854,-298270],[-241293,-302390],[-235381,-301272],[-230846,-309940],[-234489,-310407],[-241407,-310581],[-238472,-313708],[-231375,-316070],[-240312,-314294],[-242634,-315041],[-242279,-319582],[-241778,-319178],[-240363,-317607],[-243197,-313317],[-236306,-313913],[-235006,-315004],[-240712,-322932],[-232113,-324737],[-235217,-322288],[-240781,-323355],[-242482,-335337],[-241118,-334804],[-239664,-334484],[-241258,-337918],[-237905,-339327],[-235660,-335308],[-233721,-388846],[-235451,-388417],[-242285,-428572],[-239518,-427739],[-230557,-426896],[-230906,-426445],[-231629,-427186],[-231116,-426812],[-231589,-445810],[-237181,-442098],[-233070,-436993],[-236881,-442059],[-234995,-435403],[-234135,-447401],[-234570,-448398],[-236094,-454249],[-234552,-450509],[-235477,-451506],[-235872,-451847],[-234176,-449744],[-230463,-479185],[-235938,-477222],[-230591,-478680],[-240603,-484630],[-232031,-549232],[-234770,-549348],[-222008,-549959],[-239850,-555137],[-232449,-561240],[-231855,-561468],[-231349,-560610],[-239790,-554451],[-234755,-562475],[-233970,-562458],[-230997,-559814],[-231720,-559904],[-231524,-554397],[-232052,-550312],[-232719,-573045],[-239992,-572178],[-240961,-570128],[-236423,-570415],[-232934,-574282],[-232503,-574475],[-235728,-570410],[-236964,-566709],[-237626,-567171],[-236457,-565992],[-238242,-568031],[-235218,-565304],[-231584,-570113],[-230513,-567027],[-239011,-580414],[-236100,-581136],[-237338,-578986],[-239212,-583186],[-238626,-580224],[-239913,-579356],[-238225,-578667],[-237462,-580365],[-239430,-583558],[-238343,-578122],[-240459,-603498],[-242036,-615941],[-5106,-203943],[-10568,-196350],[-9086,-199266],[-9637,-202354],[-8767,-201607],[-5995,-199594],[-5506,-200136],[-6220,-201700],[-7179,-204416],[-8083,-204421],[-10407,-199178],[-10520,-194617],[-9216,-197760],[-5364,-194629],[-2019,-194637],[-4187,-195179],[-3432,-196527],[-179,-195118],[-6550,-197428],[-2069,-199454],[-961,-197927],[-1261,-202379],[-5499,-213292],[-6964,-213988],[-7658,-213561],[-8695,-212655],[-9166,-217034],[-10515,-210945],[-11465,-209924],[-12556,-215150],[-3347,-211846],[-4748,-211269],[-1800,-212155],[-1115,-216218],[-11609,-211937],[-10571,-212878],[-7034,-205524],[-3581,-215718],[-1741,-209326],[-7069,-211211],[-1030,-205614],[-350,-205723],[-4532,-218328],[-3764,-221226],[-3409,-217516],[-6493,-226834],[-4265,-229380],[-2654,-224667],[-1214,-221516],[-9490,-228060],[-3142,-223691],[-1861,-227349],[-5326,-226255],[-787,-232673],[-5514,-238949],[-4835,-237322],[-10218,-230775],[-10025,-231488],[-9544,-230340],[-11232,-237347],[-9228,-238800],[-9412,-234289],[-2565,-240770],[-4366,-241230],[-10441,-238869],[-6294,-255118],[-10621,-245470],[-3730,-266979],[-11190,-270063],[-2817,-276597],[-7315,-270450],[-9023,-275742],[-7908,-281203],[-9910,-268729],[-8381,-279178],[-4170,-273904],[-6446,-285314],[-11705,-283933],[-10704,-284485],[-3981,-287303],[-5741,-289305],[-4866,-286994],[-12532,-363925],[-12190,-387511],[-11101,-385114],[-12600,-386044],[-8555,-471873],[-2544,-471280],[-12144,-478985],[-12591,-487192],[-9501,-487174],[-9634,-497836],[-11814,-487988],[-1663,-487845],[-901,-487731],[-1466,-488659],[-12455,-501570],[-447,-502602],[-254342,-214561],[-252851,-229956],[-245216,-222591],[-250569,-218246],[-246938,-229375],[-255777,-225634],[-244218,-237926],[-244111,-238898],[-248504,-235681],[-249962,-236105],[-254266,-231265],[-244240,-231148],[-253032,-236150],[-254353,-235027],[-252368,-237485],[-251147,-237407],[-249729,-239848],[-253733,-237198],[-252943,-231602],[-247954,-234201],[-253033,-233519],[-252029,-233960],[-253689,-234069],[-244557,-244916],[-246004,-261775],[-246751,-262956],[-253323,-256392],[-251229,-258060],[-252145,-259683],[-251320,-267704],[-244605,-272412],[-245625,-277953],[-249155,-279700],[-246314,-275677],[-252942,-273558],[-254558,-275319],[-249708,-275537],[-248770,-276167],[-251461,-280279],[-252730,-284291],[-251808,-283473],[-254764,-290469],[-245428,-286267],[-253010,-292601],[-255095,-285697],[-254101,-288211],[-243466,-282825],[-245406,-282634],[-245085,-283375],[-243842,-306760],[-254905,-296491],[-244818,-304610],[-245226,-305509],[-248407,-299956],[-245139,-308531],[-243765,-312070],[-245436,-313135],[-246141,-317181],[-254286,-329918],[-246198,-328274],[-252808,-329342],[-249930,-330683],[-244312,-329837],[-254975,-328194],[-255420,-329690],[-254377,-325089],[-255554,-323682],[-254070,-337818],[-245904,-336609],[-245137,-334526],[-254573,-332771],[-255175,-339228],[-254271,-338542],[-251693,-433651],[-250037,-428667],[-251026,-431138],[-251781,-433104],[-250600,-429141],[-249675,-434753],[-255737,-433689],[-251304,-429979],[-255078,-428639],[-243753,-427348],[-250183,-433713],[-254121,-437360],[-248919,-436794],[-248092,-437399],[-245131,-436593],[-245417,-436427],[-248283,-437862],[-244448,-436220],[-254115,-437056],[-255040,-447296],[-251458,-450202],[-252082,-450657],[-244963,-449148],[-245571,-448233],[-245739,-448659],[-247574,-456507],[-247361,-450493],[-248085,-450623],[-247891,-453076],[-248566,-451676],[-247910,-451415],[-251880,-467753],[-245886,-472752],[-247483,-484103],[-248075,-484349],[-249079,-478530],[-248545,-485188],[-250177,-476586],[-250208,-474680],[-250011,-467063],[-246948,-473652],[-245105,-474169],[-244674,-488058],[-244894,-562194],[-244149,-561517],[-252248,-561843],[-251693,-562256],[-252671,-560021],[-255643,-557746],[-244489,-570738],[-244401,-569701],[-255446,-565227],[-252733,-563185],[-252061,-563359],[-255448,-99030],[-254529,-97906],[-253541,-100445],[-255564,-105910],[-260268,-116032],[-263807,-115711],[-267828,-117301],[-267328,-118556],[-266325,-116974],[-262566,-121884],[-260193,-123244],[-261077,-134881],[-262700,-132467],[-260445,-203203],[-264260,-205639],[-264504,-214510],[-266989,-209074],[-258107,-208303],[-263836,-216918],[-266210,-217166],[-267425,-218715],[-260059,-225130],[-265352,-227065],[-261691,-223597],[-260255,-226404],[-267139,-229715],[-262905,-236348],[-267028,-231963],[-261568,-241359],[-266944,-243064],[-262512,-248068],[-262699,-245416],[-265458,-249879],[-257197,-254296],[-260214,-250456],[-267327,-259456],[-263428,-259245],[-263015,-256537],[-258839,-263444],[-261303,-260033],[-256048,-268534],[-261802,-274559],[-258287,-279016],[-268539,-269800],[-264917,-276071],[-262538,-284673],[-266394,-287346],[-258062,-288072],[-264117,-298978],[-260850,-305217],[-265161,-296138],[-259241,-305707],[-264785,-295159],[-260612,-295506],[-260318,-311243],[-263489,-309026],[-264819,-316884],[-261918,-330323],[-258215,-330046],[-256227,-320315],[-260964,-328729],[-258026,-325493],[-260413,-321048],[-267392,-333842],[-257369,-429145],[-262491,-434625],[-261826,-434763],[-263098,-440778],[-263833,-443572],[-262476,-435577],[-265710,-441647],[-266611,-438477],[-265846,-436181],[-265443,-438411],[-264667,-443819],[-267124,-438886],[-266417,-439029],[-264028,-443068],[-262877,-443445],[-261565,-442710],[-261351,-436968],[-260362,-437094],[-265689,-435616],[-267217,-435874],[-265855,-441745],[-265853,-442057],[-261909,-453534],[-260618,-454209],[-265788,-451882],[-264169,-559424],[-263632,-559375],[-256250,-561906],[-265488,-559804],[-265339,-561263],[-265875,-560669],[-259981,-563645],[-264914,-565956],[-267285,-564357],[-264233,-570583],[-256406,-576669],[-265645,-84665],[-267145,-86863],[-267049,-86211],[-264652,-88067],[-263685,-85258],[-261539,-87521],[-267473,-81679],[-259484,-96048],[-257489,-101952],[-263142,-99748],[-266466,-100074],[-267736,-101468],[-261613,-91150],[-258001,-92428],[-260968,-90326],[-264729,-92116],[-268540,-90177],[-265488,-90199],[-266301,-102746],[-263011,-111849],[-262157,-113030],[-276332,-118200],[-278188,-119870],[-277790,-127478],[-274305,-123287],[-277364,-124673],[-277370,-120588],[-277871,-124246],[-280771,-137262],[-278646,-138323],[-270853,-139551],[-271835,-139810],[-277846,-135132],[-275328,-138806],[-273104,-142903],[-271900,-141245],[-277918,-165888],[-276636,-160753],[-278900,-162198],[-277483,-155377],[-279463,-170000],[-281535,-188018],[-278281,-179362],[-276977,-202317],[-274862,-205622],[-269375,-206814],[-274936,-211311],[-270635,-209349],[-271059,-212661],[-278708,-214057],[-272898,-215695],[-272377,-220122],[-271847,-227414],[-272618,-226552],[-273386,-228034],[-270862,-226874],[-270377,-217665],[-273810,-238442],[-274686,-238483],[-271970,-242042],[-271458,-235933],[-269495,-234266],[-269677,-232342],[-272692,-243711],[-277359,-250262],[-271537,-246779],[-279201,-251790],[-275479,-245920],[-275363,-253694],[-274277,-251541],[-271557,-254178],[-270031,-251520],[-269864,-255329],[-279036,-267296],[-273656,-260664],[-271953,-260648],[-280102,-279150],[-279246,-280380],[-276238,-275955],[-270555,-280639],[-269201,-275213],[-272005,-272799],[-270861,-281776],[-274853,-283936],[-277117,-285647],[-274141,-291233],[-279093,-290506],[-273275,-290177],[-278713,-288656],[-281258,-284596],[-271701,-300761],[-270447,-298884],[-272743,-295087],[-271132,-297262],[-273562,-344433],[-270745,-337517],[-270421,-344798],[-280803,-345810],[-280347,-351239],[-280806,-353624],[-274716,-347504],[-275411,-346656],[-275002,-349869],[-276627,-347279],[-273315,-345893],[-272007,-441191],[-272437,-442147],[-273303,-443085],[-273644,-442192],[-272196,-441792],[-279626,-446887],[-279181,-446343],[-269175,-444102],[-279233,-446829],[-269691,-444045],[-278573,-446788],[-270607,-446896],[-269937,-444709],[-272100,-454200],[-277102,-454588],[-272408,-453964],[-278887,-452000],[-272629,-85063],[-274776,-83196],[-276461,-87880],[-277859,-82485],[-278924,-84411],[-281284,-83189],[-279935,-82377],[-277233,-78940],[-277533,-86866],[-270398,-87450],[-281508,-80703],[-277235,-90107],[-272595,-92753],[-277347,-96644],[-272409,-98078],[-275669,-97855],[-272237,-98895],[-271531,-99851],[-277854,-100486],[-271765,-107871],[-272771,-107962],[-292003,-117666],[-291773,-118762],[-287442,-125414],[-284031,-127793],[-287620,-127357],[-287585,-118704],[-283165,-119072],[-283497,-123002],[-282097,-139748],[-282142,-139760],[-282041,-128067],[-293479,-139371],[-291776,-132909],[-288735,-133935],[-289662,-137553],[-291451,-151849],[-284545,-142546],[-281831,-147937],[-283067,-143811],[-282281,-149076],[-290375,-148888],[-288894,-150104],[-289407,-147873],[-293853,-142543],[-293475,-144017],[-282115,-165318],[-292044,-155422],[-291168,-164487],[-286634,-174776],[-284344,-172652],[-282885,-168885],[-282011,-171784],[-288193,-168574],[-289031,-170356],[-286517,-167657],[-291036,-166999],[-282047,-190892],[-284865,-187551],[-288877,-190311],[-286587,-183190],[-285228,-203952],[-284317,-197577],[-293254,-196262],[-288721,-199644],[-282278,-201101],[-284052,-196570],[-292262,-202221],[-289401,-197662],[-285448,-193956],[-281871,-213632],[-285363,-210667],[-282883,-205157],[-286312,-208939],[-291862,-225850],[-291388,-218323],[-293023,-228440],[-293968,-222945],[-289925,-219794],[-289907,-226576],[-284521,-340873],[-290769,-348393],[-281655,-352156],[-283953,-430199],[-283483,-429344],[-286058,-427666],[-281979,-427543],[-281758,-426701],[-282794,-431015],[-281891,-430243],[-285528,-447376],[-292325,-446692],[-290959,-446879],[-292140,-445974],[-290418,-450808],[-290137,-447936],[-288282,-453878],[-287695,-451470],[-292122,-455323],[-292401,-452332],[-289591,-453921],[-287950,-453178],[-292434,-456183],[-292725,-452587],[-287390,-452042],[-287563,-453773],[-285186,-448269],[-284333,-453710],[-285775,-454362],[-285827,-454995],[-288926,-80916],[-286924,-80067],[-283616,-87925],[-287343,-85664],[-286292,-84982],[-292739,-77904],[-293494,-76633],[-285995,-81105],[-281972,-82053],[-290050,-93567],[-290455,-89885],[-284660,-100936],[-288001,-101487],[-291034,-100175],[-292697,-102070],[-282338,-99657],[-284496,-102615],[-287535,-103541],[-288830,-103677],[-288169,-114026],[-289979,-111300],[-291127,-111160],[-283380,-102253],[-284866,-107887],[-284732,-110519],[-287127,-113398],[-285299,-113903],[-291900,-102395],[-295080,-118316],[-296886,-127538],[-299626,-122617],[-301897,-123824],[-306516,-120396],[-305283,-123126],[-300515,-116664],[-297238,-118537],[-304376,-126652],[-305487,-137619],[-305311,-129861],[-303965,-133331],[-294418,-132947],[-296401,-136934],[-297142,-134981],[-297849,-138818],[-294852,-145103],[-302701,-143684],[-302666,-144590],[-300150,-144332],[-304306,-163158],[-301574,-178804],[-302350,-174073],[-299138,-173072],[-298378,-175513],[-305808,-174212],[-300387,-191028],[-298915,-187026],[-298496,-180775],[-302009,-181943],[-305879,-188791],[-307024,-185553],[-297671,-188777],[-295108,-183291],[-297226,-181494],[-297966,-192775],[-299351,-196377],[-305258,-192630],[-303649,-192221],[-294940,-203014],[-305750,-217246],[-300217,-216852],[-300628,-213543],[-306119,-214782],[-305737,-214244],[-303388,-208494],[-300824,-219948],[-302387,-226998],[-295431,-229769],[-296377,-220765],[-297220,-219129],[-300682,-221911],[-304764,-218493],[-305667,-221872],[-307177,-225503],[-305930,-226282],[-306338,-238109],[-302283,-233464],[-301198,-237855],[-299700,-234752],[-303631,-241844],[-303459,-238283],[-306041,-239301],[-307139,-237648],[-305477,-232395],[-305876,-232579],[-294673,-352915],[-305679,-355912],[-301523,-353716],[-294928,-354988],[-299028,-355798],[-303013,-361484],[-305539,-454022],[-304723,-455046],[-300808,-452951],[-297702,-456279],[-305634,-454742],[-296295,-455227],[-296661,-455721],[-303068,-458858],[-301326,-453973],[-303375,-458719],[-296577,-73786],[-302942,-70237],[-301584,-71638],[-304109,-74726],[-303336,-75642],[-305990,-81347],[-295350,-78210],[-294443,-84187],[-296546,-80776],[-300821,-79266],[-297438,-80562],[-297670,-76837],[-294721,-90050],[-300952,-96765],[-300093,-99159],[-300686,-99553],[-298808,-95174],[-295877,-98955],[-297433,-98162],[-304104,-91215],[-302486,-94852],[-296622,-105446],[-297786,-103853],[-296805,-103668],[-298731,-113606],[-301428,-105155],[-301994,-105958],[-300710,-104226],[-305511,-112597],[-305277,-112488],[-300589,-114456],[-298497,-111099],[-296055,-113689],[-308462,-123988],[-317852,-119606],[-316471,-118595],[-318817,-117813],[-315456,-120356],[-312203,-122644],[-313827,-125542],[-318790,-138685],[-319327,-140101],[-311554,-135954],[-312504,-140369],[-307214,-140200],[-309281,-134537],[-308365,-133783],[-309522,-160582],[-310581,-172387],[-308837,-168837],[-310433,-190315],[-315599,-191091],[-319611,-188664],[-317404,-181860],[-316127,-189450],[-315849,-188432],[-312423,-188212],[-307833,-193840],[-314716,-192356],[-315688,-241538],[-318337,-237595],[-311950,-230664],[-309081,-233523],[-319056,-365504],[-309530,-455014],[-319455,-457382],[-309653,-454632],[-315087,-451749],[-315828,-452539],[-310083,-472829],[-318095,-468934],[-318097,-461467],[-310604,-472500],[-316758,-470251],[-312153,-470228],[-318224,-469990],[-317591,-468670],[-312681,-470389],[-317432,-470016],[-312424,-69012],[-310040,-69888],[-308206,-70892],[-307516,-71519],[-307645,-70096],[-308666,-80695],[-311416,-79494],[-309596,-86048],[-315083,-90206],[-307511,-96429],[-310283,-99807],[-318337,-109317],[-308574,-111452],[-312630,-107316],[-316582,-109091],[-321257,-117398],[-325731,-127763],[-326384,-127519],[-323216,-140069],[-320135,-132978],[-323087,-131020],[-324452,-130170],[-324528,-130948],[-321526,-129501],[-327021,-142390],[-322391,-150210],[-326507,-147584],[-327494,-146238],[-328104,-145789],[-331280,-149884],[-330591,-150980],[-323821,-153696],[-330967,-154277],[-329676,-159927],[-329010,-161362],[-324174,-176240],[-326011,-172841],[-329527,-172716],[-326256,-180038],[-324966,-183643],[-326265,-181519],[-326016,-186805],[-328470,-186443],[-323349,-181581],[-322203,-194395],[-325686,-193506],[-321447,-237697],[-332551,-239639],[-327095,-236864],[-324755,-236321],[-325885,-232629],[-320392,-232497],[-321098,-234843],[-327538,-236135],[-326793,-235188],[-323908,-232590],[-323108,-231092],[-324145,-234805],[-329787,-253069],[-329019,-251990],[-326676,-254374],[-324819,-252668],[-326809,-255665],[-323694,-252558],[-320124,-456899],[-323517,-457882],[-323033,-458122],[-320071,-456157],[-320087,-462078],[-324083,-465568],[-320786,-105086],[-320400,-105628],[-336347,-150765],[-333561,-146725],[-335279,-147984],[-333283,-152529],[-336407,-147241],[-345586,-162436],[-339914,-168315],[-332857,-189598],[-342446,-239781],[-333658,-239199],[-333639,-240677],[-340582,-239569],[-344212,-242562],[-337248,-239471],[-336815,-237511],[-343864,-239109],[-344451,-236517],[-338545,-231765],[-339425,-233089],[-338711,-232828],[-339147,-234002],[-341108,-234689],[-342276,-237520],[-345041,-240747],[-340796,-243763],[-344020,-243915],[-338373,-243092],[-338421,-253443],[-344015,-252970],[-336804,-253004],[-340286,-401170],[-342231,-438195],[-339849,-450460],[-352553,-152536],[-354768,-141708],[-356170,-152573],[-351472,-147941],[-352569,-149768],[-352885,-148619],[-355471,-159846],[-357333,-162126],[-353283,-158679],[-348055,-162556],[-346172,-163170],[-349970,-189531],[-348480,-186323],[-351404,-185276],[-355045,-200022],[-350676,-199462],[-349504,-193030],[-354009,-205960],[-357367,-208297],[-353078,-211689],[-357663,-226879],[-355847,-224514],[-354553,-229300],[-353881,-402269],[-347404,-401777],[-350757,-443891],[-348090,-441593],[-346064,-443724],[-356966,-445341],[-357771,-460240],[-356340,-459657],[-351742,-458008],[-346827,-452124],[-346686,-451031],[-354084,-449171],[-352554,-448130],[-357832,-447895],[-358588,-215079],[-368350,-395399],[-369360,-434667],[-362339,-431794],[-370009,-446409],[-371096,-435996],[-358407,-446031],[-366917,-460424],[-370615,-454799],[-370534,-453844],[-371136,-452468],[-361219,-457722],[-366813,-451342],[-365650,-454921],[-365152,-456405],[-371115,-455210],[-369470,-465401],[-364601,-88828],[-363967,-87519],[-368121,-88769],[-365990,-82947],[-360958,-86578],[-362261,-84715],[-369817,-83716],[-360651,-84116],[-369168,-87855],[-363883,-81025],[-365143,-81229],[-363948,-79650],[-361485,-82155],[-370158,-79685],[-366054,-85059],[-368285,-82153],[-367568,-80331],[-367246,-85665],[-369580,-87879],[-369771,-85307],[-361038,-81298],[-361349,-81765],[-361169,-81656],[-358576,-80980],[-23612,-189600],[-21050,-198408],[-23841,-199538],[-22133,-199634],[-23770,-202541],[-23971,-199815],[-13127,-203466],[-15805,-200546],[-18535,-201755],[-13284,-195559],[-19069,-195276],[-17065,-198667],[-15583,-196092],[-14644,-197479],[-25340,-210123],[-16955,-211096],[-14507,-208098],[-14748,-206149],[-16132,-208140],[-15954,-210089],[-17381,-210853],[-17136,-213287],[-14279,-216729],[-24891,-205266],[-25484,-205714],[-15890,-214447],[-14083,-214849],[-24449,-224456],[-18654,-228070],[-21450,-223564],[-19845,-223223],[-17647,-229591],[-16253,-228606],[-23519,-228645],[-23044,-227492],[-15267,-221413],[-15263,-221412],[-17807,-222152],[-18205,-221104],[-15705,-219769],[-15725,-219588],[-15706,-218875],[-17538,-224390],[-25358,-235073],[-13382,-238160],[-13919,-239355],[-21537,-251555],[-20688,-255740],[-12818,-261311],[-14141,-262330],[-14088,-262687],[-24046,-268170],[-23015,-256542],[-18468,-263258],[-16382,-267757],[-20981,-258327],[-17066,-277848],[-23051,-274105],[-17797,-275039],[-16887,-274115],[-14411,-272783],[-16886,-273520],[-14707,-271915],[-13340,-287077],[-17709,-369485],[-24204,-370145],[-24975,-369573],[-21211,-379620],[-14920,-374576],[-17099,-375037],[-19970,-372131],[-18627,-372993],[-19666,-378947],[-20430,-383747],[-15645,-384944],[-12988,-386527],[-15847,-384371],[-24750,-454897],[-22537,-473145],[-22830,-472572],[-21871,-469437],[-17093,-479357],[-18389,-476375],[-17218,-493245],[-17347,-494255],[-14774,-494531],[-372107,-436238],[-372439,-444516],[-373082,-441778],[-375191,-444082],[-372385,-437690],[-374229,-439351],[-371816,-454050],[-372177,-451757],[-377046,-467709],[-382988,-462305],[-377609,-469680],[-377190,-462267],[-391059,-400114],[-387519,-473089],[-389046,-472145],[-394368,-475081],[-386951,-474924],[-397619,-116031],[-399187,-149635],[-397500,-152575],[-397726,-148111],[-418846,-338316],[-414820,-335521],[-421567,-333199],[-413443,-338280],[-422101,-356750],[-434508,-242015],[-434024,-517965],[-443325,-183881],[-439102,-459938],[-447459,-487514],[-439921,-528523],[-454881,-139483],[-457856,-138045],[-458285,-134148],[-460303,-134626],[-458489,-138360],[-454858,-147199],[-456919,-152619],[-455358,-146933],[-455809,-146028],[-459658,-157984],[-459076,-160747],[-457424,-157473],[-449054,-176438],[-458611,-178237],[-453233,-178155],[-456378,-180175],[-459934,-196242],[-456006,-206991],[-448809,-221133],[-460253,-218265],[-450169,-225768],[-449081,-510152],[-459430,-544550],[-456807,-537485],[-458360,-95957],[-468877,-127692],[-470763,-139416],[-470219,-138838],[-464015,-134980],[-472368,-134489],[-464673,-128809],[-468981,-129300],[-468058,-128650],[-473430,-133788],[-461114,-134065],[-472125,-147188],[-470002,-141286],[-469779,-140639],[-463626,-144092],[-460843,-145236],[-467725,-157786],[-470475,-173631],[-472088,-174445],[-470163,-172648],[-462022,-177709],[-471338,-179465],[-467694,-189764],[-469725,-197216],[-472816,-203176],[-469421,-196548],[-462211,-198825],[-473439,-210464],[-467927,-209858],[-463551,-206606],[-461097,-218731],[-467339,-459587],[-466209,-463318],[-466203,-545494],[-471362,-86648],[-464239,-85160],[-461197,7732],[-476608,-128515],[-481137,-147970],[-475028,-162903],[-480863,-158423],[-478999,-158296],[-478412,-159089],[-476138,-158134],[-475822,-164943],[-475076,-163798],[-485621,-160083],[-484526,-160341],[-484345,-157996],[-481728,-157818],[-481405,-176813],[-475189,-168447],[-479360,-177152],[-478426,-176611],[-478662,-172497],[-483850,-171877],[-483289,-171374],[-483095,-170642],[-479002,-196329],[-479681,-195273],[-481901,-212269],[-479640,-222060],[-483839,-224108],[-477971,-224910],[-484353,-227512],[-485043,-233907],[-478704,-351332],[-479784,-352894],[-482246,-449146],[-480680,-465662],[-479433,-462485],[-483040,-473639],[-491021,-137316],[-490320,-166918],[-499047,-186633],[-497717,-199466],[-494705,-198423],[-490996,-200981],[-497816,-202896],[-493308,-206001],[-490774,-204914],[-497040,-205238],[-494992,-222610],[-489016,-220840],[-496889,-436293],[-493800,-448391],[-495864,-448813],[-495750,-481300],[-498539,-536542],[-491255,-527405],[-31458,-190663],[-29610,-187120],[-26485,-191589],[-26598,-202318],[-37687,-200998],[-36058,-201437],[-36500,-198296],[-35619,-196591],[-34385,-194856],[-31865,-200740],[-31097,-199913],[-33075,-199027],[-26952,-196404],[-25749,-195066],[-26642,-193032],[-33150,-192541],[-31702,-196246],[-33392,-210908],[-26080,-208467],[-28561,-227180],[-25791,-229111],[-25960,-223795],[-29558,-222645],[-29516,-220891],[-26780,-228934],[-36877,-242953],[-28135,-232643],[-26548,-234538],[-27111,-235514],[-33625,-248535],[-37522,-243211],[-32491,-251284],[-30558,-261856],[-29361,-279229],[-27508,-277579],[-32658,-277892],[-30430,-278208],[-31953,-282055],[-37600,-367408],[-33993,-374244],[-30948,-371660],[-36033,-458586],[-36386,-459093],[-509478,-137670],[-503617,-151501],[-503923,-151879],[-504880,-152647],[-505969,-150228],[-506164,-143547],[-510731,-144170],[-508649,-143888],[-509881,-144720],[-504746,-142860],[-508564,-185081],[-507902,-189959],[-508211,-184806],[-506295,-186159],[-501440,-188213],[-505019,-190109],[-499450,-188753],[-500398,-201761],[-501132,-192241],[-502696,-207021],[-508622,-211352],[-511828,-209046],[-499505,-205045],[-505039,-223072],[-503286,-223529],[-506971,-248694],[-509933,-467720],[-502661,-468027],[-509151,-538885],[-514591,-139764],[-521228,-186863],[-517453,-202846],[-522323,-195193],[-519905,-213849],[-517019,-216384],[-523186,-217114],[-514871,-216751],[-514189,-217799],[-519773,-220407],[-517771,-218408],[-520972,-222503],[-512008,-217425],[-514730,-232639],[-519088,-232173],[-513178,-247377],[-520368,-470689],[-518245,-471285],[-520390,-476293],[-519659,-511269],[-517239,-112502],[-519426,-112397],[-515399,-111219],[-512449,-105542],[-512914,-105426],[-533130,-195792],[-527908,-198196],[-527868,-210070],[-534103,-443600],[-535302,-451626],[-533085,-461744],[-530921,-461972],[-530525,-477989],[-525420,-478637],[-531747,-474607],[-532826,-481322],[-549535,-162293],[-538406,-457907],[-563029,-138396],[-559296,-133969],[-558187,-133873],[-555794,-149500],[-559618,-146461],[-552462,-160346],[-563939,-147556],[-565231,-150326],[-48710,-197159],[-45497,-200131],[-43747,-200097],[-42991,-199089],[-48361,-213559],[-48317,-213957],[-50544,-211871],[-46503,-219258],[-45089,-229705],[-46739,-223267],[-48925,-233968],[-46311,-233207],[-43118,-231076],[-40226,-247802],[-40532,-244548],[-42140,-249439],[-42805,-249333],[-39331,-243405],[-42613,-252065],[-49916,-254988],[-45347,-263387],[-43543,-287838],[-49472,-285193],[-45429,-286009],[-43575,-369875],[-40808,-368506],[-49289,-379236],[-50037,-376157],[-47707,-386305],[-47004,-387564],[-41932,-443486],[-38470,-445717],[-50614,-460263],[-48911,-456375],[-43489,-451066],[-42646,-467889],[-47420,-464207],[-41892,-526857],[-41908,-526226],[-59872,-202881],[-60784,-200264],[-61265,-199459],[-62342,-199855],[-62787,-198953],[-57429,-202375],[-54473,-201640],[-54045,-197726],[-56722,-195196],[-55895,-196765],[-52854,-209189],[-52220,-211221],[-51508,-207449],[-52759,-226696],[-58390,-220166],[-54432,-225839],[-60690,-222462],[-60190,-223551],[-54946,-230691],[-62492,-253358],[-62953,-252190],[-52092,-249556],[-58833,-247868],[-62960,-256448],[-63453,-260196],[-53301,-261396],[-60676,-268573],[-63760,-279808],[-55220,-276508],[-61797,-277174],[-55656,-274804],[-63733,-273737],[-61781,-283497],[-60248,-282951],[-59696,-283687],[-58555,-313853],[-63414,-311199],[-60561,-312186],[-62416,-313059],[-55450,-368802],[-53163,-373702],[-59507,-381319],[-59370,-380705],[-57653,-440084],[-53493,-450429],[-54818,-452370],[-55733,-453098],[-71274,-190384],[-65325,-191552],[-72141,-191921],[-66985,-194294],[-66502,-195458],[-69128,-200699],[-69734,-200734],[-70040,-201837],[-72547,-240124],[-73427,-239362],[-73844,-236025],[-67664,-239800],[-75625,-230930],[-73145,-234539],[-73391,-235077],[-64996,-254163],[-76706,-246216],[-65037,-251156],[-64210,-250460],[-64257,-254681],[-64264,-261972],[-65847,-264237],[-64647,-267014],[-66014,-262638],[-74734,-270223],[-65785,-270244],[-66016,-282126],[-69332,-291485],[-66494,-289111],[-69562,-292946],[-66932,-295539],[-68196,-299488],[-68158,-301255],[-66968,-304887],[-68917,-303879],[-74368,-304272],[-74659,-303719],[-69563,-303013],[-66078,-299827],[-74700,-307508],[-75636,-314768],[-64294,-310774],[-66213,-310404],[-67577,-311123],[-68069,-312838],[-66285,-350443],[-65836,-351276],[-72733,-446711],[-74426,-446053],[-71048,-455761],[-89475,-153531],[-86004,-165200],[-85299,-160543],[-82510,-164796],[-88152,-177882],[-84877,-172851],[-88205,-190265],[-81118,-187106],[-83208,-179189],[-87404,-210298],[-84009,-205331],[-86485,-210323],[-85497,-213245],[-85919,-220030],[-85899,-238701],[-89259,-236511],[-80420,-237364],[-88249,-239479],[-83728,-240814],[-81740,-232765],[-87826,-232992],[-77214,-230278],[-77112,-235988],[-79923,-246528],[-83911,-267943],[-81394,-267397],[-87136,-263732],[-84772,-262143],[-86010,-261954],[-86683,-264537],[-85700,-265622],[-86976,-259930],[-85680,-261274],[-86121,-266424],[-77505,-270348],[-88122,-288305],[-81952,-299174],[-79837,-305764],[-78249,-301927],[-82498,-297033],[-79461,-300310],[-81713,-307564],[-78795,-308080],[-79520,-307512],[-79885,-309139],[-81092,-310365],[-78278,-383943],[-88701,-429277],[-86006,-425789],[-88973,-431340],[-88887,-434814],[-88020,-444313],[-84847,-477670],[-87833,-478883],[-85597,-480603],[-85460,-480994],[-80253,-484197],[-80575,-481977],[-87544,-495454],[-86080,-493326],[-87548,-492050],[-86450,-494124],[-86883,-492724],[-84250,-488057],[-85063,-489845],[-88635,-661401],[-88904,-660982],[-89525,-664327],[-89471,-663227],[-88610,-657417],[-87483,-689679],[-87111,-691064],[-89524,-700528],[-92216,-145446],[-97903,-152367],[-93965,-159636],[-98453,-154421],[-92555,-157844],[-93644,-161802],[-92229,-169887],[-100301,-167457],[-100951,-172319],[-99807,-175557],[-90629,-172282],[-92640,-179357],[-95238,-186898],[-91127,-186942],[-97748,-194549],[-90097,-205972],[-92673,-208834],[-92635,-219163],[-98136,-224733],[-102054,-241535],[-94581,-233557],[-98834,-237819],[-92085,-251637],[-91485,-252079],[-93454,-253137],[-92384,-250770],[-93555,-251329],[-95598,-251135],[-90788,-256161],[-92638,-256469],[-90929,-257019],[-90074,-260269],[-90289,-257261],[-92784,-258076],[-91421,-261266],[-97441,-286261],[-92382,-408207],[-92776,-413821],[-92622,-421176],[-99635,-433479],[-100138,-427066],[-95076,-443966],[-92019,-450032],[-102217,-452564],[-91564,-451025],[-92368,-463573],[-91247,-483899],[-91654,-483848],[-95068,-485969],[-89772,-478299],[-94563,-486447],[-98224,-497498],[-100582,-496739],[-100375,-498568],[-102201,-494451],[-102231,-493042],[-94195,-498261],[-102128,-496695],[-93642,-491829],[-101119,-494595],[-94644,-498285],[-95328,-500104],[-96554,-508296],[-94806,-499724],[-98017,-520399],[-99402,-532591],[-101653,-531419],[-101339,-531944],[-96699,-659655],[-91396,-662818],[-97206,-663160],[-92500,-661184],[-89661,-654717],[-96476,-689137],[-97019,-690461],[-93133,-690722],[-92353,-690114],[-93278,-685413],[-98187,-683087],[-91068,-682139],[-100224,-698157],[-100623,-696856],[-94102,-694160],[-92343,-691118],[-91233,-693417],[-105673,-153795],[-106176,-158422],[-103197,-167497],[-104955,-169411],[-113899,-246552],[-110902,-260203],[-110353,-256143],[-103911,-285839],[-103526,-426286],[-112161,-438729],[-112257,-448581],[-104005,-448751],[-105995,-457881],[-110586,-469721],[-109734,-466628],[-114729,-471766],[-108714,-484051],[-106260,-483994],[-108897,-473803],[-106288,-478200],[-108423,-476652],[-107164,-477182],[-109358,-474242],[-108113,-475150],[-104671,-485236],[-103265,-496686],[-104406,-491297],[-106028,-490251],[-112236,-496689],[-107628,-486480],[-103962,-488204],[-105226,-493748],[-107250,-489686],[-107159,-487407],[-102740,-492056],[-112016,-498444],[-104173,-491606],[-105306,-495256],[-104675,-495064],[-103522,-490415],[-104277,-508154],[-105846,-509363],[-103362,-510616],[-104328,-511728],[-106437,-505135],[-106868,-504744],[-111532,-503161],[-104660,-512044],[-109423,-521791],[-108367,-517153],[-110593,-523929],[-111792,-524814],[-112435,-526417],[-115131,-529488],[-103344,-538869],[-102648,-637804],[-102624,-663645],[-114017,-657470],[-109230,-661948],[-107642,-664691],[-107794,-663157],[-108152,-660312],[-111761,-703331],[-109237,-709382],[-109057,-710755],[-110490,-708928],[-109244,-706371],[-112123,-707281],[-112116,-706519],[-110165,-708234],[-112042,-709598],[-115112,-707906],[-115178,-710594],[-112916,-710769],[-112406,-710880],[10168,-204323],[12034,-199942],[9319,-199065],[5784,-201151],[5359,-199053],[11446,-198718],[2348,-201988],[2030,-217124],[7238,-215038],[10814,-215339],[11933,-211688],[10485,-208228],[11576,-205809],[11620,-216730],[7437,-207832],[8876,-204605],[7830,-205138],[499,-210524],[9843,-212412],[3176,-207807],[3095,-207305],[4443,-207882],[8298,-210096],[6439,-217000],[8836,-227833],[840,-221618],[11864,-227975],[113,-228146],[8593,-218692],[1644,-218884],[772,-218004],[9609,-227485],[4707,-218030],[2610,-224170],[1421,-223586],[3625,-230721],[5648,-240141],[4560,-240410],[2255,-241915],[12375,-247981],[2355,-243677],[11389,-244389],[8444,-268250],[6949,-260974],[10658,-266711],[9642,-266682],[9511,-267924],[7125,-268453],[6661,-267592],[5749,-267178],[6644,-268338],[7913,-263568],[6620,-264263],[5947,-261771],[5867,-258887],[6244,-259650],[11646,-258449],[7232,-261169],[6009,-260644],[5126,-266646],[4153,-265474],[4121,-264901],[4016,-263273],[3671,-262864],[3520,-264415],[3610,-265384],[8108,-267602],[3190,-260979],[10716,-265443],[12358,-264145],[12022,-262793],[10537,-259884],[11624,-263666],[12493,-264586],[11826,-265101],[12340,-265448],[9352,-262400],[12399,-257429],[3450,-262038],[7358,-280492],[4945,-271898],[8759,-275525],[5673,-271827],[7268,-273751],[8471,-280385],[7004,-273602],[7730,-275318],[2541,-270952],[7320,-276304],[10562,-274678],[1523,-338394],[8842,-416725],[8208,-412238],[8032,-417245],[10768,-413337],[9424,-415368],[12530,-446646],[8963,-438603],[12783,-447162],[7882,-439526],[4976,-458007],[2957,-457619],[2648,-459410],[12324,-456197],[11196,-455267],[9342,-462038],[5134,-461031],[6957,-481693],[1228,-482178],[1757,-482606],[4209,-487511],[2933,-486902],[5661,-491838],[5661,-491838],[2216,-487459],[2019,-502948],[4192,-503742],[4420,-506138],[4061,-506514],[7134,-501805],[4189,-502600],[8383,-500046],[6759,-501329],[3828,-503343],[3660,-505764],[3761,-502265],[4165,-505797],[4213,-505742],[3598,-504965],[4379,-504557],[3987,-504911],[3360,-503506],[3246,-503324],[4307,-502662],[7562,-510615],[8466,-509544],[8261,-510192],[9384,-510176],[2321,-513746],[5765,-517344],[5344,-515509],[4265,-513927],[1863,-514565],[6129,-516925],[6782,-517463],[8275,-513877],[5897,-513404],[8036,-519713],[7348,-519322],[6922,-517625],[132079,-177503],[130302,-177926],[139591,-169766],[140276,-169693],[134862,-185697],[129971,-185505],[134569,-182729],[130551,-179237],[131075,-202388],[128923,-202421],[134131,-200103],[140121,-200490],[139000,-200651],[132931,-197020],[128309,-193705],[132028,-193397],[133050,-198671],[128158,-200149],[128167,-194118],[131249,-202385],[130539,-195844],[130328,-198989],[129963,-200046],[130486,-200200],[131148,-197563],[130119,-212223],[140131,-211409],[140243,-215206],[139253,-211587],[139356,-213630],[134123,-232842],[134904,-236136],[136739,-238661],[136440,-236540],[136347,-230588],[136730,-265957],[137993,-303257],[133455,-299658],[129875,-306759],[128907,-305216],[135318,-302255],[137023,-302549],[135698,-302761],[131687,-302033],[131195,-308762],[129337,-308926],[136275,-312929],[131978,-309182],[131218,-311393],[135863,-311108],[134610,-313541],[130258,-311199],[136796,-329495],[138771,-328468],[136748,-329195],[137088,-327343],[139147,-329979],[136944,-329656],[138365,-326946],[128206,-331493],[129192,-332526],[129447,-331405],[128110,-331313],[132807,-331574],[131203,-330226],[131656,-331642],[131709,-330140],[134692,-329185],[131113,-330111],[131695,-332224],[139402,-330664],[139762,-330686],[137307,-331504],[136728,-331801],[138284,-332286],[136826,-331754],[138565,-331981],[130398,-342848],[129545,-339324],[131798,-341565],[130442,-338853],[129255,-337764],[128606,-341141],[130602,-337596],[129654,-337718],[130334,-333799],[130175,-333079],[129406,-334669],[132649,-338288],[133985,-342341],[132247,-338358],[134278,-339682],[133990,-336439],[137330,-335630],[135531,-337015],[137397,-338915],[135006,-335553],[137361,-338116],[129784,-346950],[129847,-356688],[128906,-354251],[136543,-354045],[137801,-357758],[139213,-357287],[137890,-354423],[140465,-357652],[130023,-350749],[130445,-353458],[129118,-355108],[130303,-347730],[129924,-347991],[132426,-348827],[130064,-348552],[132734,-345823],[131947,-346894],[131596,-347171],[130613,-346056],[131421,-345980],[138446,-358564],[128170,-359335],[128308,-359919],[151522,-164221],[147740,-174235],[143682,-176834],[146527,-172839],[145068,-173711],[147560,-167555],[151140,-166770],[149624,-169707],[141881,-228216],[148515,-222452],[146311,-229853],[144486,-240766],[149627,-233306],[145400,-274894],[151025,-270137],[152918,-281787],[143625,-283252],[147362,-282957],[151418,-306933],[143388,-303094],[143360,-304540],[150306,-299753],[145491,-294384],[146185,-297661],[146678,-295967],[148924,-298927],[144290,-300364],[144049,-300917],[147563,-302197],[147567,-302313],[147524,-301259],[149814,-300293],[150328,-301115],[143851,-300607],[144339,-305737],[144719,-304282],[145488,-305529],[146621,-303543],[145279,-302370],[147986,-304528],[146634,-305251],[146260,-302372],[147477,-302014],[143082,-307410],[142561,-313860],[143985,-309243],[143471,-309305],[142950,-319303],[144349,-311866],[142898,-309783],[142587,-319119],[142573,-319146],[143171,-315888],[146308,-315857],[143063,-314920],[142347,-312336],[145238,-316293],[146130,-312970],[148056,-308289],[150497,-308093],[146476,-307445],[145806,-307024],[142318,-354303],[141594,-354835],[142485,-354927],[141676,-356621],[141765,-356787],[147710,-357431],[145588,-356878],[144475,-353988],[145485,-356024],[147495,-353870],[149081,-355137],[149783,-354512],[148631,-356287],[149107,-356486],[142850,-358548],[142653,-360092],[145173,-358816],[145110,-358687],[146170,-359736],[151047,-360514],[150162,-360751],[149974,-362402],[149137,-361927],[149334,-359259],[149360,-361068],[152086,-362411],[162261,-239267],[154333,-260848],[163279,-266435],[162127,-264796],[164007,-263530],[162882,-272003],[163523,-275401],[164215,-276383],[154429,-284345],[167505,-265346],[171200,-268338],[170577,-268030],[169722,-272282],[175945,-272111],[167709,-268905],[173278,-277636],[174112,-278929],[171093,-283882],[174430,-289347],[178532,-284666],[178556,-293918],[174857,-294547],[179276,-281949],[179581,-288919],[183421,-293113],[188228,-295450],[186649,-295843],[190794,-296798],[189708,-301801],[192255,-304263],[200104,-299068],[199002,-298960],[19313,-191482],[19957,-203037],[25128,-204524],[13120,-200450],[14847,-199067],[14207,-195350],[19005,-194092],[17322,-196408],[17877,-199787],[15180,-191839],[18231,-210470],[20263,-208885],[15454,-213027],[15089,-209940],[17496,-207961],[15892,-205058],[22514,-210739],[23736,-227746],[24117,-236151],[17155,-232786],[19133,-233048],[25097,-231601],[18780,-240043],[20365,-239515],[14929,-238519],[16918,-238517],[13699,-230592],[12819,-243188],[14849,-243313],[12918,-248938],[16459,-255744],[23927,-257601],[14283,-256087],[19361,-267630],[13248,-257186],[14552,-257251],[25214,-256269],[24683,-257107],[23275,-261065],[14226,-266731],[16236,-258428],[17220,-257207],[16850,-257640],[17179,-257780],[15511,-257107],[14931,-257152],[25116,-274058],[13135,-414229],[17779,-417363],[19370,-418155],[18810,-413022],[17457,-412646],[23302,-417450],[21454,-414690],[19473,-413831],[24016,-420147],[20353,-424497],[25264,-422837],[24754,-422536],[25519,-426750],[14440,-455128],[16004,-452776],[21617,-454880],[22163,-455235],[16357,-472446],[18322,-469238],[14884,-468543],[22317,-477582],[14259,-480879],[26037,-188566],[30935,-190483],[28450,-184468],[28594,-185062],[30786,-181997],[31545,-186249],[34154,-189553],[25962,-189986],[26678,-181898],[26724,-198202],[35567,-208032],[37190,-237235],[36440,-236339],[32586,-231376],[28701,-237337],[33269,-235901],[26713,-232692],[27239,-242202],[26011,-242664],[36059,-248491],[31877,-248777],[29048,-249617],[35877,-252102],[34677,-252017],[31729,-251563],[37458,-250826],[27607,-267322],[36922,-267507],[27343,-259143],[34014,-261325],[33849,-260137],[36176,-262515],[26084,-258954],[26273,-257646],[30563,-259466],[31611,-260756],[33995,-265436],[30795,-259784],[30427,-261418],[31454,-262005],[30440,-259890],[30839,-265517],[32302,-261269],[30877,-268244],[32778,-266087],[31262,-265383],[31779,-266024],[33305,-262864],[37369,-265945],[29893,-274819],[31797,-272982],[27160,-270800],[30414,-275686],[34784,-272908],[28066,-276475],[27298,-274556],[28374,-274681],[30033,-276021],[31302,-274352],[31707,-269869],[29525,-271614],[26547,-274905],[37229,-269631],[35531,-269448],[34316,-270207],[33403,-274411],[36605,-272292],[35232,-273856],[36090,-273803],[26786,-275565],[31515,-279761],[29625,-276437],[26534,-275545],[28820,-278231],[29756,-278952],[37313,-421372],[34840,-417974],[33943,-416934],[34418,-416860],[34489,-419686],[33831,-421666],[37556,-416102],[34986,-425475],[35567,-424147],[36122,-423504],[27499,-431767],[36018,-434338],[29483,-433816],[35711,-423611],[36406,-431507],[35491,-423428],[30221,-428386],[30999,-429202],[29677,-429680],[38362,-430034],[37814,-430927],[30571,-431021],[32538,-434854],[29783,-432966],[25676,-422250],[27937,-428926],[27020,-431024],[26877,-429379],[36915,-444326],[38241,-439233],[34118,-439954],[35220,-439183],[38046,-442805],[35560,-436901],[35889,-437350],[38063,-442483],[37059,-435607],[35866,-435635],[38283,-437726],[38099,-437875],[34814,-437546],[34485,-437097],[41641,-183839],[45904,-185037],[42241,-189333],[47183,-197952],[43691,-207244],[43168,-209780],[43161,-226790],[39750,-228838],[45887,-243227],[48044,-255242],[39992,-264439],[48342,-256740],[48032,-257470],[43908,-263830],[48131,-255966],[48027,-259204],[47092,-259563],[46176,-258989],[39224,-262201],[43254,-260522],[41688,-265011],[45530,-259686],[39702,-263519],[40653,-266318],[45314,-259341],[43143,-262047],[44618,-262764],[48382,-262229],[41418,-265055],[50214,-263990],[38783,-268456],[49265,-263670],[44864,-272994],[43976,-273579],[42506,-270698],[43583,-269879],[42587,-271924],[44156,-272022],[42852,-270339],[48710,-292623],[49878,-291904],[50538,-292099],[49526,-293734],[40003,-427698],[42038,-425155],[40558,-427055],[47299,-434996],[44767,-432737],[45185,-423328],[38925,-433696],[41648,-429285],[42019,-429749],[40811,-425497],[39601,-431901],[40261,-430520],[39878,-433273],[39889,-432689],[39294,-432193],[43106,-440411],[45125,-439339],[46228,-438567],[43439,-445755],[42345,-436110],[43447,-435339],[41879,-441286],[39118,-437750],[41219,-437281],[39853,-445587],[39600,-442389],[39969,-445304],[40074,-448204],[41768,-448988],[49064,-448021],[50572,-451193],[63262,-168626],[63703,-168573],[60983,-180169],[52859,-198005],[51567,-194317],[63382,-210552],[60121,-221275],[57931,-226581],[56034,-229105],[63341,-224479],[59464,-242130],[55091,-242416],[56503,-242819],[58777,-240424],[54254,-240794],[53133,-253795],[51228,-252174],[53809,-251385],[53833,-252576],[51792,-253306],[53436,-254029],[60611,-247495],[60091,-245885],[57042,-245766],[52551,-248231],[63012,-266033],[62607,-262989],[63704,-265466],[63561,-266175],[63353,-264167],[57450,-264231],[59165,-261903],[55202,-266665],[53169,-262982],[59030,-263895],[56520,-260913],[56949,-264379],[58057,-263664],[56906,-264119],[53788,-263351],[55805,-262449],[57470,-260298],[57067,-268520],[56791,-263498],[56826,-267630],[56670,-272547],[60863,-270639],[57742,-270973],[60044,-271177],[58343,-271729],[62882,-277536],[63562,-278801],[63727,-279360],[63493,-277988],[56385,-271554],[57048,-271972],[62497,-278615],[58660,-279363],[59560,-279679],[58527,-275610],[58584,-276677],[57863,-279475],[58998,-280775],[58317,-278343],[56712,-279549],[60801,-277991],[57826,-276115],[63689,-286681],[57999,-289429],[56100,-290759],[57316,-292300],[58885,-288469],[60462,-288814],[53992,-292890],[53347,-290175],[53725,-293909],[51655,-290540],[61809,-286697],[59613,-289859],[60359,-289303],[63649,-287970],[62539,-284211],[63509,-308537],[55631,-396888],[64148,-175636],[67099,-168539],[75492,-166216],[70925,-168610],[66455,-173548],[75181,-170921],[69232,-190379],[74628,-185868],[72233,-191033],[72273,-188678],[75474,-185268],[68949,-188237],[76353,-196468],[72377,-199822],[72951,-195560],[75538,-201329],[67804,-201896],[65798,-203728],[66599,-198533],[68488,-202454],[64420,-211006],[66445,-205301],[71450,-226924],[65511,-225512],[67890,-229568],[64463,-227801],[70258,-224299],[70320,-223109],[70219,-248046],[66662,-266207],[65177,-264412],[64914,-273345],[64073,-280142],[65192,-270401],[67076,-272932],[64146,-268816],[65278,-273766],[65951,-272960],[65486,-269752],[65799,-272568],[66370,-273726],[64591,-287817],[66227,-284902],[68401,-292873],[67349,-292659],[69131,-301728],[71381,-301061],[69740,-300639],[70955,-300515],[71128,-297411],[74210,-296917],[71831,-300820],[75396,-297951],[70178,-306973],[74617,-306576],[73569,-305218],[67958,-306258],[67922,-294764],[67472,-296655],[64928,-307097],[72598,-308641],[70767,-309125],[66026,-307126],[73546,-307403],[70230,-309584],[68306,-312348],[64396,-308222],[70566,-308482],[69085,-310224],[74027,-307093],[76507,-379727],[71856,-382517],[73039,-383450],[72197,-383530],[76874,-165900],[82335,-165958],[84825,-161668],[85439,-158507],[88166,-160184],[77160,-176663],[82041,-172523],[81288,-169375],[82675,-181773],[84845,-184029],[87285,-184491],[80855,-183067],[79213,-182860],[81385,-181590],[78158,-184573],[78327,-195040],[88784,-198288],[79272,-213683],[89542,-211975],[79533,-207861],[77917,-205232],[89136,-212940],[82273,-207067],[83221,-208987],[78732,-213520],[77708,-215185],[87768,-212861],[79038,-221979],[79858,-219556],[84822,-220252],[87839,-223624],[84752,-221013],[88852,-228226],[88709,-221250],[85197,-223026],[84994,-236042],[88244,-238236],[86745,-233106],[82763,-304932],[88995,-306465],[81055,-305266],[84799,-297217],[87771,-299464],[86655,-298410],[81314,-298061],[80753,-298351],[81828,-305395],[86700,-301384],[88152,-305453],[89333,-305723],[89373,-306375],[86130,-300682],[87455,-304537],[87594,-305339],[86181,-299880],[87933,-301964],[89527,-306961],[88299,-314414],[77987,-319432],[79504,-313807],[86523,-313251],[80017,-309004],[86296,-308159],[81734,-311840],[80076,-311913],[81086,-308087],[81413,-309543],[80823,-310271],[87835,-312794],[88795,-314594],[86991,-309205],[78308,-321751],[80625,-321871],[81333,-324176],[85656,-327367],[80142,-320965],[84533,-338747],[85200,-335352],[87017,-341313],[86014,-340347],[86619,-340578],[88639,-342195],[88205,-340234],[89337,-377173],[84129,-376315],[89437,-377974],[85221,-373314],[81905,-383026],[81373,-383976],[79089,-385325],[81138,-384628],[96661,-159117],[97694,-155141],[93095,-187187],[91466,-183320],[97296,-181789],[93523,-188629],[95300,-191234],[96621,-191497],[93196,-188140],[93859,-189392],[97026,-192365],[92437,-198787],[95406,-200937],[94588,-217344],[101861,-217204],[101503,-206790],[101023,-211529],[102067,-213989],[98944,-208479],[96813,-209939],[100091,-213939],[97660,-213271],[98222,-205845],[96712,-217299],[90871,-210849],[91201,-210627],[91465,-204739],[90745,-226625],[95701,-224335],[93445,-225682],[99258,-221720],[97625,-227823],[96203,-227032],[95357,-218270],[93446,-222735],[98374,-220630],[100609,-225702],[99095,-224165],[101010,-225887],[100977,-228596],[90645,-219344],[92087,-224525],[95915,-222020],[100110,-220396],[97493,-226921],[94716,-224679],[95745,-229641],[95172,-221672],[90083,-218726],[90509,-225007],[96385,-231127],[97642,-232016],[101156,-231264],[91091,-238255],[99663,-236536],[98010,-235694],[100302,-258715],[94374,-298833],[98144,-299949],[101272,-299774],[100438,-305697],[92033,-297124],[89694,-298440],[91195,-302193],[92555,-301998],[101314,-297364],[92447,-300050],[92644,-298175],[92633,-300868],[92930,-300753],[101930,-305093],[100157,-303700],[99754,-303097],[100666,-298497],[100125,-304564],[96685,-299825],[98616,-300126],[94976,-309312],[95365,-309642],[93786,-309493],[92884,-308367],[94527,-308556],[91995,-310368],[91054,-310050],[92491,-310739],[91704,-312424],[91732,-311307],[90846,-342769],[102138,-340190],[92150,-343584],[95392,-338621],[91247,-344698],[94036,-350270],[92230,-351664],[92986,-351793],[91671,-351483],[100840,-370847],[101238,-371700],[97063,-387523],[104204,-164763],[107085,-162564],[110047,-160638],[113911,-158545],[113324,-159620],[106923,-176659],[109383,-173171],[111845,-181067],[104830,-193590],[112001,-199250],[115020,-199956],[112786,-200309],[102633,-203835],[104316,-213841],[103279,-211099],[103933,-205593],[102855,-209351],[106704,-216464],[105689,-215063],[103374,-220746],[108472,-224440],[103310,-224318],[105229,-222315],[102728,-218554],[106845,-222380],[108262,-228984],[112457,-222926],[109172,-218181],[103641,-226575],[112899,-222007],[113833,-229198],[110703,-219269],[110052,-219441],[108946,-221585],[112157,-217663],[113464,-220136],[105900,-222250],[112867,-220043],[109467,-236914],[106720,-233200],[109430,-234069],[108061,-232312],[112658,-302350],[102898,-305634],[103031,-303239],[103075,-302492],[112966,-302171],[109636,-306244],[106981,-304368],[112000,-299707],[108702,-299566],[114889,-304061],[112052,-303352],[111453,-304768],[110609,-305910],[113869,-301364],[112781,-300635],[103459,-300249],[108491,-306994],[102507,-303819],[108717,-316152],[112417,-316761],[113943,-307785],[113660,-308992],[103505,-318883],[110869,-311401],[107452,-313681],[103798,-321027],[106979,-323513],[110961,-322314],[112749,-320170],[103935,-350985],[112166,-348247],[114753,-364224],[111357,-369675],[114993,-369286],[112362,-362961],[104997,-378487],[104763,-372173],[104859,-375812],[110449,-377230],[108542,-377885],[103530,-376609],[127997,-174327],[123934,-180188],[122031,-180771],[115694,-197131],[118339,-196510],[125965,-195100],[126622,-194908],[122274,-205455],[125469,-206369],[127384,-209726],[123613,-222051],[125243,-218539],[125354,-217760],[122287,-302017],[124378,-306519],[126030,-306546],[126403,-306717],[124351,-305758],[124379,-306603],[127966,-305490],[127181,-305218],[127782,-305517],[127133,-316431],[122132,-312733],[119096,-308388],[120811,-309253],[118235,-308256],[119514,-308088],[116942,-307940],[116412,-308648],[119414,-309761],[116374,-309457],[119137,-309598],[118292,-311894],[127827,-308790],[126988,-308580],[124982,-307687],[115644,-307112],[127397,-336782],[127853,-351897],[126523,-348993],[126413,-348498],[125595,-350381],[127531,-350580],[127361,-350728],[125620,-349023],[125497,-349611],[127472,-354658],[127658,-357079],[126875,-357627],[125389,-357987],[115467,-364003],[122886,-360342],[123562,-359147],[123185,-358534],[125468,-358452],[126302,-360594],[123365,-364807],[123387,-366639],[124677,-364731],[124774,-365522],[125261,-366165],[124116,-363807],[123121,-363255],[-115743,-248290],[-119731,-252785],[-124656,-245541],[-126989,-257567],[-119784,-275142],[-125017,-271223],[-118634,-270364],[-120990,-275841],[-126157,-283591],[-121731,-288147],[-119045,-299330],[-123519,-297145],[-120684,-299861],[-127887,-428147],[-125312,-439938],[-117182,-439969],[-118579,-452802],[-115272,-453039],[-124052,-463528],[-116273,-472108],[-125814,-496454],[-125535,-502261],[-117884,-548960],[-118064,-549987],[-123299,-584091],[-120188,-589769],[-124606,-594728],[-120579,-612987],[-121297,-611519],[-119569,-612491],[-120733,-657541],[-118026,-660923],[-120968,-657777],[-123949,-654992],[-122271,-653510],[-120698,-653795],[-119387,-658659],[-120113,-659970],[-115568,-659782],[-119223,-689807],[-131296,-254677],[-138071,-274997],[-138112,-280550],[-131417,-279747],[-134756,-283675],[-131387,-420537],[-130250,-424379],[-128152,-427967],[-128695,-430601],[-138924,-436732],[-136953,-438581],[-137131,-440628],[-131989,-461884],[-135911,-464617],[-128125,-481408],[-138691,-480202],[-136821,-480731],[-138100,-530748],[-136207,-545894],[-137125,-545289],[-129856,-549267],[-138859,-541678],[-140363,-539571],[-139248,-540647],[-134979,-580256],[-130676,-587457],[-131484,-635796],[-140788,-637381],[-138465,-634675],[-137866,-644380],[-133503,-644045],[-134320,-643842],[-129928,-639938],[-135330,-644980],[-132003,-642233],[-131854,-643142],[-133739,-646690],[-135190,-673388],[-136821,-671295],[-136183,-675158],[-136563,-673003],[-138190,-674262],[-137042,-680428],[-139052,-690993],[-136212,-686899],[-136377,-688142],[-133708,-691688],[-136768,-691148],[-135584,-692143],[-147069,-274567],[-149825,-274234],[-145494,-280297],[-145531,-277782],[-142397,-284948],[-151937,-288577],[-148053,-292730],[-144668,-428855],[-143266,-426838],[-153492,-426886],[-145171,-458787],[-151850,-459198],[-148788,-470712],[-147359,-462923],[-152933,-462082],[-145787,-474325],[-141262,-474549],[-148766,-478145],[-142470,-480424],[-148540,-532076],[-148346,-533758],[-141941,-542774],[-141459,-539583],[-153161,-547575],[-148370,-567282],[-148433,-566979],[-147717,-638655],[-140890,-637461],[-146719,-652033],[-141587,-650751],[-142663,-651212],[-143246,-651364],[-143609,-651984],[-144074,-653211],[-145471,-653211],[-152734,-688503],[-152292,-699276],[-148756,-694376],[-148748,-695115],[-147335,-694893],[-145950,-693510],[-145059,-699442],[-144444,-700518],[-145228,-700518],[-164529,-240727],[-163182,-251267],[-160461,-253677],[-154196,-276932],[-156250,-277052],[-158122,-280869],[-162870,-280793],[-161449,-272374],[-154284,-287112],[-158796,-283411],[-155149,-289912],[-164038,-285629],[-164781,-292627],[-163835,-432063],[-159213,-438263],[-157401,-450903],[-162208,-458086],[-165471,-472833],[-161318,-478969],[-157246,-533240],[-157909,-533888],[-154723,-547551],[-157088,-552049],[-156616,-551597],[-162569,-563709],[-163014,-579215],[-160271,-580704],[-165510,-584354],[-162524,-635779],[-165641,-630671],[-165047,-682961],[-164855,-682119],[-164508,-686007],[-163880,-688738],[-163785,-687998],[-157505,-690063],[-153872,-689353],[-156929,-698771],[-156032,-698769],[-155630,-700611],[-159431,-693464],[-159090,-692874],[-157593,-693040],[-159451,-691343],[-156353,-691622],[-156092,-691143],[-178776,-264117],[-174379,-272051],[-175328,-273053],[-173188,-280584],[-177062,-276898],[-173611,-438013],[-173572,-468551],[-178883,-472678],[-169024,-479770],[-176882,-478279],[-168650,-542558],[-169726,-562959],[-167803,-567080],[-166618,-566745],[-169155,-575616],[-172858,-582913],[-170422,-583109],[-177075,-636914],[-170174,-637927],[-168378,-631969],[-167625,-631075],[-169458,-628241],[-177422,-640226],[-178496,-664017],[-176698,-666164],[-174530,-666578],[-166448,-682551],[-166404,-684043],[-189872,-241225],[-187900,-244123],[-185140,-249847],[-188189,-260259],[-186832,-264044],[-185065,-265545],[-179355,-258560],[-179939,-256156],[-184047,-259608],[-181076,-264507],[-181101,-256539],[-182433,-258140],[-184484,-257406],[-181071,-262295],[-181547,-264103],[-180661,-262285],[-188472,-268646],[-184840,-272084],[-189131,-270985],[-181645,-279594],[-190080,-290605],[-190571,-293643],[-187508,-288752],[-185818,-285083],[-185895,-281897],[-190336,-293432],[-189625,-294192],[-191868,-286712],[-184676,-435071],[-186858,-464040],[-179960,-465471],[-181294,-466217],[-191935,-465112],[-182228,-465082],[-190461,-466451],[-182311,-469087],[-187099,-464084],[-181178,-470559],[-191597,-472886],[-191836,-473217],[-181926,-475638],[-179496,-475526],[-186433,-597441],[-186791,-594331],[-185282,-601834],[-186413,-602873],[-184985,-633910],[-180509,-634783],[-180138,-634349],[-187494,-651390],[-187776,-652091],[-187557,-650987],[-188035,-648241],[-187612,-648374],[-187477,-647311],[-190060,-649714],[-191229,-650300],[-182511,-647845],[-181947,-649329],[-181706,-650119],[-183375,-651036],[-190049,-659929],[-190031,-660488],[-190412,-660518],[-190346,-661301],[-188234,-662650],[-188395,-663414],[-187342,-663866],[-187806,-663209],[-189301,-663152],[-188205,-665358],[-179474,-663286],[-180400,-661871],[-180761,-661595],[-189801,-654298],[-188743,-653873],[-189350,-654789],[-189770,-655487],[-190982,-654199],[-186697,-666834],[-188011,-665888],[-188371,-666499],[-186082,-665591],[-184744,-669895],[-185314,-669999],[-185210,-668936],[-183678,-677682],[-182964,-676723],[-184470,-672947],[-183468,-674657],[-183033,-673519],[-182316,-673099],[-181534,-673303],[-182919,-671639],[-182578,-666642],[-182491,-667553],[-184437,-678287],[-182829,-678534],[-183481,-678667],[-196596,-240075],[-191727,-240146],[-203034,-234542],[-192757,-237891],[-203539,-246088],[-200006,-249751],[-201960,-246181],[-197605,-259586],[-193420,-262997],[-199843,-261925],[-204612,-261186],[-195113,-255845],[-200275,-272608],[-194161,-289372],[-199875,-288770],[-204063,-293887],[-204604,-289649],[-196912,-291521],[-196253,-291267],[-204112,-294846],[-196261,-298839],[-194463,-295030],[-196872,-300100],[-197563,-299173],[-201199,-298031],[-197500,-309787],[-201398,-313810],[-196567,-311289],[-197530,-426865],[-204369,-453508],[-192887,-453582],[-203789,-453770],[-200296,-450017],[-204073,-458016],[-202877,-467029],[-200905,-473383],[-203549,-467719],[-193407,-468203],[-193769,-468380],[-194954,-463154],[-193607,-467480],[-201082,-485734],[-203268,-480850],[-203897,-473475],[-200452,-476250],[-200849,-485502],[-197912,-585309],[-198036,-588319],[-192242,-595949],[-193497,-596345],[-192703,-592395],[-192383,-591783],[-197131,-589249],[-198962,-604467],[-194018,-652262],[-193669,-654072],[-193739,-653567],[-195770,-653128],[-195601,-653946],[-196230,-653479],[-198101,-653621],[-198512,-654042],[-197544,-655154],[-205860,-229889],[-214081,-237626],[-214913,-232135],[-214817,-241955],[-207826,-252251],[-215245,-245145],[-210371,-243883],[-207165,-261008],[-206907,-259085],[-210352,-274081],[-210621,-271325],[-211913,-273187],[-213072,-279765],[-215563,-280310],[-207260,-285874],[-207629,-289095],[-217437,-293126],[-211913,-285180],[-213255,-291175],[-210676,-289350],[-215642,-303940],[-213575,-304906],[-213225,-297471],[-215087,-300412],[-206766,-315449],[-211566,-318906],[-208656,-315008],[-207958,-316075],[-219195,-327473],[-216065,-323776],[-215319,-381087],[-213425,-380869],[-209480,-389049],[-208317,-422329],[-209963,-433180],[-213340,-447025],[-214269,-446835],[-216722,-448296],[-214679,-457583],[-206456,-453463],[-210810,-461475],[-215095,-461731],[-208213,-466372],[-207905,-465746],[-211102,-473589],[-211218,-474262],[-206499,-480184],[-209569,-475073],[-207988,-486173],[-208241,-473583],[-209108,-491512],[-208978,-491893],[-208564,-487347],[-208284,-487537],[-214127,-572567],[-210033,-565629],[-207855,-565024],[-213642,-567946],[-206032,-566716],[-206629,-567422],[-216546,-571321],[-210099,-581203],[-207582,-578784],[-211381,-577661],[-209045,-577363],[-211171,-588983],[-229493,-229447],[-223297,-227323],[-225885,-241901],[-227064,-237789],[-220796,-241745],[-224075,-230835],[-226414,-246167],[-219961,-244912],[-224114,-247682],[-218458,-247756],[-223937,-273432],[-220931,-268761],[-225912,-275716],[-225740,-275086],[-224225,-288522],[-218797,-285182],[-219652,-286109],[-225030,-289066],[-218766,-292748],[-220784,-284291],[-219664,-288115],[-227373,-282381],[-222376,-283425],[-219751,-283630],[-222957,-294275],[-221192,-305153],[-224730,-302025],[-224684,-315507],[-219671,-308081],[-230259,-314246],[-228853,-309209],[-222920,-310343],[-229472,-310793],[-225762,-318553],[-218401,-316628],[-217660,-316935],[-223669,-321554],[-228624,-324346],[-219910,-324510],[-226726,-327113],[-225143,-402545],[-228565,-413506],[-218167,-444692],[-227146,-476775],[-227768,-477069],[-219044,-483415],[-216168,-481454],[-219686,-485793],[-220366,-492262],[-226162,-536446],[-221440,-549424],[-229872,-560862],[-218065,-563398],[-218428,-572244],[-217728,-573478],[-220406,-583377],[-224438,-583047],[-218378,-583627],[-218723,-581796],[-236170,-214255],[-236878,-215673],[-236987,-224059],[-230465,-226769],[-241257,-220863],[-237935,-219986],[-242150,-218275],[-236065,-219138],[-236730,-233404],[-230592,-237980],[-239767,-231760],[-239892,-233965],[-234341,-242343],[-241770,-237066],[-235689,-238173],[-239799,-235304],[-234226,-233298],[-240631,-244267],[-242510,-245711],[-240690,-249993],[-242227,-244073],[-234488,-268183],[-240092,-268141],[-242356,-279992],[-233490,-278453],[-238400,-278836],[-235870,-280793],[-237282,-272174],[-236006,-273137],[-234208,-269295],[-232734,-270590],[-232123,-284247],[-230935,-289087],[-237444,-282008],[-238902,-284097],[-236739,-287623],[-231449,-293294],[-238616,-289248],[-238392,-282388],[-240703,-286118],[-241953,-285370],[-240701,-283893],[-234410,-293132],[-237136,-305945],[-232549,-305252],[-233488,-300278],[-234288,-297803],[-242966,-297146],[-242621,-304867],[-233070,-306715],[-237525,-294255],[-238755,-309153],[-233393,-309052],[-240544,-311356],[-237629,-317667],[-232366,-318369],[-242071,-312646],[-237360,-315031],[-235918,-317130],[-237446,-326390],[-234435,-320860],[-239205,-323949],[-230820,-374551],[-232120,-390815],[-230939,-385199],[-237854,-390539],[-238568,-415532],[-235416,-428128],[-235054,-426506],[-234492,-426994],[-233779,-432254],[-242638,-436557],[-242292,-436970],[-238111,-437610],[-238062,-436954],[-237675,-437837],[-242884,-437254],[-3105,-480904],[-244047,-216143],[-253328,-215538],[-252266,-228268],[-252093,-226815],[-244083,-223042],[-251536,-224808],[-254027,-217956],[-250226,-229911],[-248575,-230021],[-252005,-235144],[-252489,-238007],[-245439,-232373],[-253517,-235251],[-253355,-237703],[-251148,-238604],[-248638,-240946],[-246796,-240233],[-247715,-240240],[-246199,-240631],[-248503,-236955],[-246737,-237909],[-248498,-233700],[-252678,-233025],[-245546,-245117],[-246596,-244462],[-248374,-259887],[-247057,-263280],[-254413,-256194],[-250184,-256942],[-252859,-258536],[-248387,-267970],[-252047,-263429],[-243452,-276786],[-244273,-271090],[-245297,-275116],[-247557,-276152],[-247446,-273443],[-253687,-277477],[-255067,-280171],[-252506,-269293],[-251911,-279809],[-251682,-284808],[-250500,-286937],[-248920,-284890],[-253892,-283942],[-243652,-282711],[-245170,-283378],[-245551,-285686],[-243988,-305541],[-255256,-295271],[-252383,-296430],[-247335,-299580],[-246938,-312013],[-243749,-318980],[-244002,-315610],[-245680,-328756],[-255289,-325682],[-251111,-328657],[-244663,-319997],[-251902,-321120],[-253182,-334522],[-250086,-338185],[-246480,-388144],[-249206,-433656],[-248647,-433454],[-246962,-432521],[-244161,-430168],[-235048,-431127],[-251020,-450732],[-255887,-450003],[-253369,-560318],[-252259,-562625],[-247380,-567805],[-253877,-567392],[-248904,-564865],[-248812,-565322],[-255099,-582212],[-255416,-581881],[-251565,-605642],[-255567,-95447],[-255980,-101525],[-259686,-116253],[-266997,-120208],[-265519,-122226],[-266196,-121203],[-257322,-119198],[-259182,-118483],[-263117,-119459],[-261197,-131311],[-263801,-136753],[-266339,-134057],[-260040,-211331],[-265507,-206584],[-261905,-215868],[-259063,-214314],[-266812,-210872],[-264510,-216328],[-257379,-211566],[-261872,-207021],[-263614,-228173],[-261556,-221016],[-262946,-220982],[-262551,-221417],[-260406,-221811],[-261770,-224621],[-266999,-225924],[-265816,-223730],[-267568,-228830],[-260883,-232461],[-263150,-232760],[-267689,-241987],[-266451,-235110],[-265649,-234162],[-265780,-236561],[-261594,-235556],[-258145,-233219],[-257733,-234800],[-256191,-232509],[-259655,-230661],[-262775,-242772],[-260823,-248831],[-265220,-246211],[-264152,-253176],[-258077,-256332],[-264168,-256661],[-266676,-256679],[-267466,-263251],[-263861,-258838],[-258519,-261957],[-268018,-266189],[-256244,-280833],[-257808,-280616],[-262698,-278988],[-266175,-279036],[-264305,-272939],[-260000,-277177],[-268040,-268887],[-258776,-269536],[-257405,-273009],[-265005,-276643],[-264404,-282282],[-265270,-286830],[-261169,-284859],[-263412,-286586],[-257732,-293557],[-265359,-291930],[-260273,-292856],[-266929,-298319],[-266685,-303482],[-264811,-300939],[-261111,-302905],[-267693,-297429],[-260804,-297878],[-256965,-303310],[-264130,-306753],[-259438,-307211],[-263056,-313520],[-262756,-332268],[-261873,-329205],[-258515,-326653],[-267349,-333377],[-267626,-340690],[-264975,-333577],[-257298,-333083],[-266095,-336400],[-267098,-336575],[-260638,-345097],[-263309,-347457],[-263309,-347457],[-263500,-440221],[-257027,-561054],[-257261,-559278],[-257190,-573446],[-263798,-585213],[-265083,-585347],[-263239,-585302],[-263016,-87398],[-259936,-85825],[-260800,-87511],[-268076,-81765],[-265994,-88186],[-258141,-88627],[-258207,-101362],[-266406,-100943],[-258156,-95169],[-257530,-95626],[-258073,-91510],[-258968,-92035],[-259490,-93368],[-266589,-94534],[-264644,-94642],[-262678,-95232],[-264111,-102509],[-265190,-102422],[-260449,-113456],[-267548,-111115],[-259367,-102868],[-280790,-116481],[-275145,-117530],[-276271,-119102],[-276029,-119858],[-274443,-124445],[-271970,-122882],[-280800,-121757],[-279883,-122918],[-280049,-127784],[-274148,-128234],[-280331,-140149],[-279885,-138321],[-280642,-135857],[-278064,-137578],[-277223,-134927],[-268990,-142692],[-271930,-142930],[-281299,-148871],[-277557,-159587],[-280376,-163938],[-280763,-155795],[-275503,-167843],[-280233,-170483],[-279339,-187888],[-279928,-190043],[-276318,-200557],[-269615,-216949],[-275836,-209276],[-270917,-213303],[-278461,-208037],[-278881,-211348],[-272795,-214612],[-270383,-219601],[-272764,-224868],[-268838,-219798],[-272998,-241806],[-271653,-239561],[-271598,-233372],[-269098,-230444],[-269689,-237775],[-274796,-244756],[-273896,-254657],[-271083,-243555],[-272882,-247253],[-280500,-251299],[-277937,-248128],[-276993,-252856],[-270840,-253053],[-269241,-266213],[-269734,-259363],[-277260,-272675],[-277784,-280472],[-269957,-277825],[-273124,-270449],[-274814,-278332],[-271086,-282935],[-273384,-281581],[-269985,-281856],[-269170,-285814],[-279158,-285514],[-274029,-293687],[-278864,-290245],[-273731,-289159],[-278649,-289565],[-271068,-300462],[-270977,-340205],[-269704,-338260],[-270894,-343780],[-271133,-350517],[-270079,-350655],[-277580,-346673],[-278407,-357549],[-278121,-348617],[-278512,-360871],[-270457,-406584],[-271932,-403497],[-275965,-401981],[-272335,-403660],[-272828,-405671],[-277258,-443233],[-275369,-579550],[-275386,-79143],[-272363,-88341],[-271925,-87265],[-278046,-87481],[-280522,-83830],[-277810,-81559],[-275670,-88884],[-273033,-89419],[-275913,-98183],[-273885,-97505],[-271062,-94871],[-270769,-99628],[-274357,-101597],[-272598,-100681],[-281046,-98332],[-280780,-99611],[-268901,-93494],[-275928,-108605],[-280919,-111103],[-280703,-113600],[-285759,-123793],[-288544,-118267],[-292721,-122750],[-293293,-122056],[-288559,-126484],[-284724,-127734],[-285010,-117935],[-288286,-115942],[-284538,-124882],[-283434,-139922],[-284291,-130555],[-286824,-128004],[-288480,-132360],[-289520,-134712],[-294140,-149260],[-282927,-141059],[-284030,-144815],[-286192,-146952],[-293567,-145627],[-289421,-152052],[-291516,-143477],[-292628,-144487],[-289861,-140731],[-285118,-165251],[-286891,-154731],[-289104,-164353],[-292659,-164750],[-286997,-176960],[-283575,-175575],[-283523,-170109],[-282467,-172156],[-289599,-168857],[-293672,-166966],[-281902,-181506],[-283471,-190579],[-290915,-189605],[-286056,-189635],[-287872,-183514],[-286023,-203677],[-284214,-199325],[-288819,-199052],[-283314,-200448],[-281969,-193256],[-291228,-203342],[-294098,-204488],[-287062,-197667],[-288015,-194245],[-285991,-192030],[-289616,-204551],[-286361,-210590],[-282518,-211712],[-282949,-209823],[-283335,-207168],[-290302,-223114],[-291487,-219117],[-292341,-225473],[-290884,-219370],[-288536,-224554],[-281976,-344784],[-282742,-420748],[-282969,-416957],[-288403,-434640],[-290003,-430130],[-287485,-428615],[-287932,-428207],[-283899,-429103],[-286470,-76738],[-290263,-83629],[-287755,-89273],[-284479,-81776],[-285409,-80051],[-283909,-77428],[-282705,-88837],[-285668,-90384],[-294345,-91238],[-292166,-90435],[-288666,-94440],[-285986,-97905],[-289087,-97949],[-287189,-101400],[-291342,-101344],[-294351,-100284],[-292867,-94033],[-283477,-100841],[-289733,-103860],[-286275,-106357],[-290305,-114264],[-288865,-112937],[-293881,-104264],[-282253,-113783],[-281718,-108449],[-283118,-114739],[-289078,-114277],[-295804,-125869],[-301126,-123135],[-296153,-125920],[-300435,-122467],[-306843,-119737],[-307006,-123569],[-296717,-117069],[-295391,-116451],[-306216,-115632],[-304936,-127725],[-305300,-126901],[-306431,-136040],[-304539,-131013],[-299137,-134641],[-297887,-132404],[-298806,-133353],[-297510,-142455],[-300876,-140927],[-302535,-142365],[-307137,-141300],[-305548,-159910],[-299828,-153550],[-304599,-172311],[-299249,-176962],[-305781,-168675],[-300200,-189307],[-295280,-189310],[-302832,-181076],[-301195,-188741],[-298801,-189846],[-303536,-189495],[-294735,-193439],[-300136,-195264],[-306108,-193268],[-300694,-211474],[-304677,-214811],[-304156,-211718],[-300842,-210020],[-303791,-218274],[-300986,-217838],[-302013,-220039],[-305773,-222781],[-300654,-226239],[-296897,-229990],[-296007,-226141],[-298196,-220556],[-298163,-219205],[-299946,-222983],[-303890,-219170],[-305690,-223452],[-305315,-225852],[-305760,-238564],[-303526,-234488],[-300468,-239379],[-295578,-233548],[-297385,-237383],[-304298,-241725],[-302872,-238737],[-303777,-230559],[-298012,-353517],[-295292,-355947],[-295382,-352147],[-299799,-351465],[-302977,-362437],[-305635,-75036],[-304862,-69534],[-297756,-71995],[-298835,-76444],[-306683,-77401],[-302208,-76763],[-297290,-78031],[-295178,-82008],[-300043,-80286],[-301010,-82210],[-294728,-77553],[-301671,-98488],[-302673,-101484],[-296728,-101557],[-299536,-97313],[-300502,-96207],[-301773,-94060],[-299140,-103006],[-295094,-104104],[-301925,-107618],[-302949,-105782],[-304243,-106317],[-303637,-111916],[-303560,-113110],[-300038,-107240],[-302000,-110912],[-299190,-112339],[-295073,-114804],[-318333,-119686],[-318276,-121189],[-315062,-116015],[-316127,-115556],[-316455,-121248],[-315637,-125615],[-314307,-120192],[-313070,-135522],[-310408,-140370],[-309193,-135309],[-317894,-138544],[-319497,-142191],[-310133,-171285],[-307793,-173453],[-309678,-187922],[-316500,-190008],[-319060,-180644],[-317093,-185769],[-315780,-186579],[-317345,-187343],[-312891,-192331],[-308827,-223506],[-309213,-227935],[-308279,-240311],[-309576,-232588],[-313022,-231618],[-309666,-232212],[-312178,-244137],[-307905,-356196],[-316240,-364209],[-308913,-71315],[-308760,-73721],[-307962,-80102],[-309962,-77659],[-310930,-87435],[-308682,-89329],[-314821,-84108],[-307421,-95219],[-309776,-97670],[-313066,-106185],[-313623,-105076],[-315818,-107766],[-316422,-103015],[-314487,-109904],[-317984,-112317],[-320371,-125760],[-324290,-127309],[-323882,-139019],[-322616,-134935],[-322228,-133653],[-322157,-130631],[-323626,-149424],[-326012,-144542],[-326074,-148869],[-330840,-147722],[-326855,-153220],[-332188,-150003],[-324999,-156254],[-332634,-154954],[-328869,-153568],[-328350,-161551],[-328299,-157823],[-326850,-178104],[-321765,-174666],[-328184,-173808],[-330571,-176169],[-323959,-185135],[-324226,-181021],[-323080,-189091],[-320669,-188755],[-321410,-180927],[-331469,-188711],[-332498,-186432],[-326646,-193545],[-326102,-234329],[-324492,-231190],[-322320,-235004],[-320559,-471378],[-321851,-104847],[-333791,-150528],[-334016,-147958],[-338099,-163904],[-338992,-164994],[-335265,-239280],[-343776,-242058],[-338307,-239513],[-340335,-238561],[-343828,-235185],[-338277,-234750],[-342527,-234388],[-335589,-444442],[-336690,-444125],[-344329,-446907],[-334320,-447484],[-341208,-441842],[-335063,-450937],[-341958,-450962],[-352190,-190310],[-349315,-184356],[-351426,-201172],[-352636,-199640],[-349619,-192130],[-352584,-206872],[-355313,-227376],[-345958,-399530],[-357885,-407541],[-349859,-445079],[-352684,-443174],[-348722,-441732],[-347374,-441322],[-346906,-444087],[-355448,-458922],[-348211,-449472],[-347254,-448048],[-349323,-450522],[-355677,-449372],[-369355,-410808],[-360314,-454771],[-362644,-453631],[-362321,-458990],[-365110,-458906],[-365080,-461084],[-368100,-464983],[-25459,-462296],[-373789,-408978],[-374944,-399348],[-379125,-471413],[-377537,-468720],[-371447,-465873],[-377157,-461074],[-372709,-465874],[-379088,-464069],[-396732,-355273],[-385429,-469088],[-384080,-470571],[-386704,-470712],[-389574,-477155],[-393885,-478641],[-389657,-473477],[-409584,-485134],[-397086,-474191],[-416982,-337672],[-416044,-336647],[-413000,-338554],[-415523,-484079],[-415557,-473776],[-425628,-467986],[-444719,-186932],[-447107,-227525],[-435604,-240947],[-442447,-456371],[-441941,-494461],[-441515,-514219],[-454723,-138708],[-458579,-133838],[-459560,-149902],[-460208,-145773],[-455148,-145924],[-458470,-143652],[-455909,-161382],[-459095,-216961],[-456754,-214456],[-449176,-219197],[-458101,-217757],[-455536,-382552],[-448367,-483328],[-452226,-528327],[-468213,-136481],[-467508,-136004],[-462636,-136993],[-467267,-129691],[-473428,-148301],[-466762,-142748],[-461554,-145190],[-461272,-156767],[-467497,-178856],[-468189,-173497],[-467861,-175100],[-473379,-168700],[-463502,-178246],[-465457,-179347],[-471739,-190842],[-461142,-195516],[-469226,-194727],[-462207,-208498],[-461591,-214351],[-463755,-219446],[-467996,-466258],[-469654,-462945],[-467042,-483637],[-461416,-488974],[-471156,-495727],[-467407,-92572],[-465934,-95506],[-473933,-164358],[-478524,-157773],[-484135,-157121],[-483719,-157720],[-485259,-156815],[-481823,-159936],[-484428,-160993],[-485605,-166671],[-484655,-168339],[-483905,-171236],[-480246,-168139],[-475567,-167425],[-477188,-199045],[-476380,-201983],[-477372,-203344],[-474361,-210323],[-482828,-209086],[-481494,-213538],[-483244,-218136],[-482287,-228526],[-485354,-235582],[-478739,-457283],[-482826,-472356],[-479081,-544285],[-480405,-89214],[-488934,-166573],[-493302,-168928],[-492625,-199789],[-495215,-201358],[-494170,-215880],[-497888,-217816],[-493674,-439676],[-495100,-496608],[-486536,-546639],[-30771,-241430],[-29664,-262898],[-36353,-451268],[-31073,-454494],[-504681,-150719],[-507313,-188292],[-505361,-184637],[-504929,-187017],[-503240,-187081],[-506237,-188039],[-501212,-186836],[-506268,-193940],[-507531,-204078],[-501698,-202780],[-508453,-209094],[-509942,-213530],[-500680,-208242],[-506836,-219316],[-500493,-219940],[-506545,-249222],[-508411,-249933],[-509361,-466088],[-501887,-471363],[-501728,-539555],[-517780,-188236],[-513474,-195171],[-515675,-216803],[-519776,-211485],[-523479,-208232],[-523405,-211247],[-515944,-209123],[-518053,-205224],[-518951,-232970],[-516029,-232386],[-514923,-230803],[-517244,-246958],[-514392,-436112],[-520042,-460128],[-512120,-477505],[-556670,-251729],[-532331,-449668],[-530463,-447886],[-530789,-468213],[-526667,-463702],[-530818,-476604],[-525734,-480591],[-526532,-477486],[-531689,-480800],[-563668,-149442],[-564473,-154091],[-47749,-385847],[-50565,-466248],[-46868,-464178],[-50591,-475468],[-55085,-251876],[-55696,-367382],[-51554,-374192],[-59116,-372928],[-58738,-381437],[-63712,-379906],[-51532,-445256],[-63292,-443195],[-63599,-458812],[-63603,-470442],[-57078,-479304],[-55557,-477309],[-57500,-473524],[-54528,-482744],[-70912,-190378],[-76153,-190002],[-72902,-230909],[-73760,-277797],[-67937,-294925],[-69773,-294543],[-69356,-379098],[-72618,-439587],[-76102,-438648],[-76532,-438703],[-66225,-453420],[-70621,-453512],[-67554,-468701],[-67330,-472049],[-68387,-471705],[-69240,-468766],[-75344,-466686],[-75952,-472564],[-75968,-478947],[-72389,-475394],[-73609,-514829],[-75237,-513775],[-76014,-515271],[-75967,-512843],[-69958,-519232],[-71368,-517554],[-89225,-155768],[-86862,-163800],[-84812,-161921],[-81572,-165133],[-88698,-176793],[-85093,-174807],[-85958,-188767],[-82989,-191266],[-82207,-180077],[-81470,-206558],[-85396,-208097],[-83420,-214664],[-88156,-205283],[-85619,-220272],[-86051,-224487],[-89091,-235609],[-78101,-234700],[-86650,-279194],[-87712,-290421],[-82510,-304377],[-84085,-399014],[-86755,-430081],[-80568,-446745],[-79948,-438980],[-89515,-449589],[-80376,-466828],[-77951,-462972],[-86291,-475234],[-84900,-478302],[-86362,-479040],[-88024,-476094],[-84223,-477271],[-77172,-476686],[-78848,-474370],[-77995,-522040],[-77255,-520686],[-77867,-521582],[-88643,-661618],[-88807,-657120],[-89380,-656933],[-89135,-691425],[-93795,-151045],[-93940,-147301],[-96833,-146199],[-90541,-153886],[-94019,-158907],[-100280,-154572],[-90395,-158965],[-93316,-167314],[-101680,-173179],[-94064,-170557],[-94226,-177910],[-102108,-177268],[-94645,-181621],[-93140,-188892],[-91080,-188056],[-98365,-191654],[-90567,-213049],[-91571,-216137],[-90775,-218787],[-100965,-223573],[-100946,-233702],[-97722,-241176],[-91973,-271829],[-97439,-275648],[-91894,-273664],[-93127,-275316],[-90081,-272220],[-100094,-268795],[-100818,-285318],[-98269,-287752],[-94648,-303133],[-95178,-412026],[-91766,-416523],[-96864,-415579],[-90181,-413552],[-92754,-422992],[-93970,-425864],[-97750,-441951],[-95327,-444887],[-92151,-446672],[-99944,-435733],[-100996,-451461],[-100540,-451185],[-93245,-448483],[-101741,-464646],[-98206,-463130],[-96868,-485245],[-101731,-478907],[-94501,-481428],[-96486,-482974],[-100898,-478800],[-92959,-478659],[-91144,-479072],[-95967,-488249],[-91640,-489221],[-93793,-487806],[-95556,-501130],[-99290,-525184],[-96207,-661231],[-90450,-657188],[-90022,-662737],[-92010,-659059],[-93132,-663312],[-92963,-662228],[-95552,-661952],[-92604,-664561],[-91297,-662550],[-96356,-690865],[-96335,-688454],[-90426,-687840],[-95546,-684671],[-95013,-693928],[-101439,-697159],[-104905,-155390],[-104924,-160631],[-103382,-166222],[-102792,-171090],[-90388,-210370],[-114774,-248726],[-109798,-255586],[-113251,-243663],[-103216,-267279],[-111423,-266944],[-108621,-274790],[-102773,-281931],[-114815,-297761],[-115145,-299762],[-105486,-445917],[-113737,-439184],[-114142,-438965],[-104014,-450210],[-103241,-454000],[-113451,-448921],[-106586,-449684],[-103909,-456254],[-108861,-485724],[-103802,-477159],[-102789,-476702],[-107619,-478701],[-106268,-475547],[-104457,-484003],[-105486,-483227],[-104912,-488171],[-109360,-498111],[-110093,-498765],[-109188,-499052],[-104180,-525182],[-104078,-637034],[-102918,-663700],[-103910,-660846],[-104162,-660515],[-113262,-658239],[-108757,-662616],[-106960,-663999],[-114746,-659849],[-104628,-661715],[-107355,-663927],[-105012,-661745],[-108309,-660715],[-107524,-675708],[-108264,-666165],[-111686,-701767],[-111489,-709921],[-109962,-709800],[2244,-480709],[36,-478971],[136625,-360360],[144000,-386466],[144653,-399424],[168597,-263098],[175742,-272068],[184022,-226186],[180821,-284965],[185463,-320278],[19882,-266570],[19369,-268796],[24099,-469976],[20592,-468408],[33890,-201241],[44516,-197031],[71797,-307840],[82219,-181933],[95586,-171916],[96492,-178884],[95709,-168570],[95405,-169316],[96818,-173685],[100568,-190530],[95547,-180234],[98401,-181396],[98100,-180686],[99149,-181081],[99808,-259302],[99881,-303953],[108395,-176022],[118192,-188352],[-116861,-251431],[-124934,-253535],[-127504,-255775],[-124111,-251302],[-119310,-247399],[-122598,-267330],[-122822,-280556],[-125911,-269501],[-116694,-272843],[-119197,-273011],[-127189,-273025],[-121476,-288837],[-119906,-296936],[-119085,-297091],[-118110,-549447],[-127222,-559709],[-123763,-569999],[-121072,-612520],[-124961,-622130],[-127723,-615630],[-122902,-630562],[-127475,-644938],[-122232,-649960],[-123735,-651247],[-123134,-652115],[-122144,-649590],[-119358,-658191],[-124274,-653226],[-121118,-657265],[-119401,-673515],[-126393,-674493],[-119887,-681163],[-120381,-690851],[-135044,-252626],[-136638,-251752],[-133739,-278595],[-129401,-280603],[-128275,-284658],[-130099,-283770],[-136270,-287755],[-134786,-546683],[-140417,-540489],[-130803,-549496],[-133208,-545622],[-131698,-558147],[-132981,-638611],[-128682,-638298],[-138642,-638944],[-139746,-636170],[-140551,-638372],[-138801,-629940],[-140383,-634740],[-134899,-640983],[-128903,-641946],[-128121,-643265],[-130769,-648942],[-131988,-647189],[-130447,-647541],[-134705,-643908],[-135969,-644833],[-133202,-673699],[-133132,-674184],[-135820,-675312],[-134460,-670992],[-135162,-671266],[-136767,-689556],[-136355,-685727],[-132326,-685717],[-129314,-686551],[-135629,-692798],[-130015,-701143],[-148567,-270213],[-151136,-275815],[-145645,-280037],[-145053,-281913],[-142795,-283965],[-149491,-292898],[-147266,-283446],[-151524,-545076],[-144815,-540371],[-149056,-549844],[-145433,-550568],[-146276,-551878],[-144074,-551151],[-147674,-568024],[-150118,-617313],[-145004,-617012],[-149661,-625005],[-144050,-636947],[-145726,-638836],[-146895,-638659],[-146823,-650168],[-143835,-650705],[-142545,-651996],[-142626,-651769],[-147025,-651540],[-146241,-653930],[-145167,-663032],[-143560,-660767],[-142346,-653167],[-152829,-668199],[-152474,-670831],[-165800,-241262],[-163656,-244359],[-162691,-250762],[-161591,-254070],[-156791,-273998],[-165104,-277315],[-161060,-271212],[-162493,-281933],[-154761,-286998],[-163728,-290280],[-155493,-292193],[-153782,-286975],[-158472,-284134],[-163286,-292404],[-158403,-295084],[-154588,-547097],[-156071,-552324],[-160632,-555644],[-161124,-562541],[-154316,-552216],[-158954,-551622],[-158400,-551222],[-164002,-567526],[-161479,-564302],[-157363,-569145],[-165386,-647187],[-155197,-650012],[-158614,-640989],[-164927,-653599],[-155529,-653406],[-155999,-670183],[-162065,-667593],[-165253,-668244],[-165410,-670404],[-167706,-245355],[-177121,-260977],[-172312,-272490],[-177180,-272380],[-175110,-275416],[-174288,-273772],[-176824,-281258],[-175400,-283487],[-170733,-289426],[-172020,-547770],[-171901,-543257],[-167818,-541886],[-167550,-560399],[-168181,-562105],[-167988,-562605],[-166686,-556754],[-176851,-553579],[-174277,-550939],[-171484,-564141],[-167993,-565849],[-177543,-572739],[-168597,-575501],[-172365,-582303],[-167104,-587121],[-176346,-637319],[-169258,-636703],[-167110,-630849],[-167705,-632227],[-168595,-627480],[-171796,-654914],[-168601,-654411],[-166576,-668141],[-176700,-669139],[-187167,-236459],[-189427,-240814],[-191912,-234908],[-182783,-252382],[-183849,-245713],[-185902,-245321],[-191087,-265226],[-184122,-262168],[-180891,-260415],[-179419,-257468],[-185490,-259606],[-191555,-269834],[-186161,-268678],[-181800,-270083],[-188484,-272325],[-182061,-277922],[-187985,-274177],[-189383,-274811],[-179671,-280137],[-190784,-291537],[-185698,-292704],[-191117,-285913],[-187461,-291619],[-185859,-282281],[-188325,-293786],[-191008,-296796],[-187822,-296394],[-186955,-403260],[-186389,-402317],[-188709,-585495],[-188242,-596535],[-187988,-591446],[-186064,-590071],[-185809,-602215],[-183534,-633709],[-183299,-632211],[-189344,-636614],[-179419,-634238],[-187715,-640879],[-181985,-644965],[-203114,-229901],[-203709,-228769],[-197727,-235703],[-193408,-238287],[-201015,-235944],[-203777,-245635],[-199588,-254055],[-200945,-266610],[-204445,-263211],[-201992,-264803],[-192589,-260924],[-194798,-256739],[-194217,-272388],[-199475,-291085],[-198653,-288441],[-202960,-290561],[-204068,-287832],[-192416,-290912],[-198145,-301357],[-198037,-295408],[-202889,-299581],[-198451,-303183],[-193686,-295185],[-202156,-314896],[-196390,-496792],[-204143,-510601],[-202836,-504416],[-196072,-503954],[-192660,-529273],[-202247,-530703],[-196136,-586254],[-192876,-596367],[-193260,-596939],[-194059,-591923],[-199931,-603689],[-198428,-620453],[-203978,-634526],[-199637,-654278],[-196957,-656282],[-216247,-228094],[-210961,-241426],[-214726,-233636],[-214177,-231994],[-215107,-242551],[-214299,-246281],[-208128,-255809],[-209975,-261816],[-215736,-278250],[-216849,-288031],[-208046,-293220],[-215121,-283556],[-208751,-290053],[-210599,-292454],[-210731,-287501],[-212539,-283724],[-213974,-290092],[-211961,-300005],[-210448,-297633],[-205230,-299814],[-211630,-306781],[-214588,-316763],[-215043,-311429],[-209715,-325595],[-215640,-324086],[-208579,-324001],[-214336,-336457],[-206112,-509181],[-210155,-508484],[-208775,-501923],[-214122,-523516],[-213408,-521532],[-213689,-517907],[-215301,-528279],[-205285,-528655],[-212753,-561714],[-214258,-564147],[-206935,-568536],[-216429,-572026],[-217577,-582088],[-207391,-579387],[-214091,-598152],[-216877,-601641],[-222284,-227123],[-222552,-240162],[-224743,-230570],[-220299,-230762],[-220203,-246183],[-217678,-248378],[-227142,-271313],[-219942,-271879],[-229379,-276578],[-217618,-273815],[-218603,-279870],[-219850,-288785],[-224618,-290861],[-219832,-291252],[-220690,-284733],[-220944,-287156],[-226007,-282875],[-228498,-310789],[-227323,-318227],[-230341,-317539],[-218450,-317983],[-224814,-321498],[-218530,-329599],[-219638,-324995],[-218774,-324830],[-225632,-328377],[-227263,-498989],[-220239,-568929],[-219446,-566638],[-222042,-565309],[-237747,-215457],[-235736,-216002],[-236303,-217049],[-239102,-236778],[-233598,-237535],[-241763,-247521],[-235997,-244669],[-235888,-243532],[-230962,-270603],[-240304,-277234],[-230884,-281304],[-239915,-278888],[-231339,-272908],[-243111,-280547],[-233224,-285151],[-234063,-286313],[-230735,-287761],[-236187,-283918],[-240528,-282846],[-232867,-312174],[-236631,-307018],[-231100,-313542],[-233286,-309660],[-237286,-317191],[-240008,-316597],[-239418,-318212],[-241968,-325344],[-241182,-327806],[-242042,-327983],[-235277,-321812],[-242111,-333234],[-237896,-335798],[-239276,-335344],[-231522,-373399],[-233494,-389037],[-232478,-472350],[-233382,-562170],[-240109,-558260],[-231643,-555649],[-236962,-566121],[-233319,-599626],[-759,-232101],[-251530,-253380],[-248159,-259928],[-250625,-264756],[-255941,-258900],[-248238,-257143],[-243606,-274207],[-248708,-269227],[-246492,-279589],[-247365,-271765],[-255203,-278152],[-251458,-274289],[-255018,-281395],[-252102,-273031],[-252089,-285954],[-248387,-284373],[-246037,-290883],[-255404,-288947],[-254480,-304585],[-254983,-301698],[-248500,-297787],[-252592,-301665],[-245095,-306334],[-245711,-297953],[-243270,-310904],[-251813,-310080],[-253596,-319385],[-244168,-312613],[-243244,-315434],[-246786,-319674],[-243679,-329230],[-255905,-326564],[-252778,-322320],[-244109,-320737],[-254944,-338980],[-247246,-336009],[-252101,-566978],[-254297,-103879],[-253697,-104110],[-262142,-116231],[-267972,-119110],[-263120,-117360],[-257200,-120935],[-257320,-118464],[-259782,-133858],[-267125,-133997],[-265190,-132475],[-268570,-248808],[-260798,-248318],[-264771,-246169],[-261234,-252071],[-261750,-253435],[-266903,-256968],[-268305,-264782],[-265724,-259852],[-259076,-260239],[-263799,-263596],[-266168,-264581],[-266415,-266118],[-260744,-280848],[-266275,-277500],[-263455,-274318],[-260068,-277786],[-267638,-269921],[-257098,-269716],[-264299,-275517],[-261509,-285448],[-267355,-292712],[-256112,-283159],[-266538,-289495],[-259598,-288562],[-256768,-291856],[-267932,-297234],[-265971,-302210],[-264485,-300913],[-263816,-294731],[-258186,-296690],[-257264,-303087],[-258708,-299259],[-256336,-298281],[-264175,-295557],[-262354,-308437],[-260705,-308116],[-257979,-311319],[-264988,-315914],[-258165,-319228],[-263049,-320044],[-262277,-82173],[-257810,-85456],[-263290,-89313],[-260263,-88960],[-267047,-99213],[-262716,-101242],[-267442,-99152],[-259824,-90797],[-261422,-113081],[-268707,-103687],[-275896,-119320],[-275494,-115786],[-275499,-123994],[-278837,-121162],[-279149,-123098],[-280030,-136476],[-269706,-138408],[-268986,-138477],[-276369,-133447],[-278747,-141252],[-279827,-141519],[-278103,-164368],[-278212,-188939],[-281259,-180763],[-273466,-204541],[-280722,-199430],[-274219,-205222],[-275128,-209203],[-277256,-214075],[-276584,-264886],[-274126,-261830],[-270300,-260426],[-272295,-263941],[-269767,-256605],[-277500,-281214],[-274462,-279959],[-271107,-280537],[-269853,-279353],[-271259,-277735],[-273065,-274239],[-275750,-275650],[-269037,-287512],[-276015,-292100],[-280279,-290627],[-274151,-290452],[-278580,-287843],[-269139,-292053],[-269333,-299839],[-272451,-295219],[-273557,-297228],[-269697,-574453],[-271040,-88789],[-272285,-88024],[-274798,-87858],[-273240,-88179],[-280951,-88128],[-276937,-82884],[-277256,-79953],[-273528,-94436],[-276373,-96229],[-281388,-99196],[-269508,-91449],[-270467,-92401],[-280838,-113944],[-275827,-107750],[-275035,-113369],[-278891,-103533],[-284868,-123553],[-290193,-116461],[-293961,-118406],[-285010,-126900],[-287500,-115601],[-282997,-118553],[-285299,-131771],[-288170,-129207],[-293067,-131833],[-290551,-134108],[-285877,-145646],[-289575,-151736],[-289768,-148193],[-291607,-144216],[-290409,-145577],[-286656,-175350],[-283050,-176478],[-287345,-188301],[-287921,-180019],[-292924,-182943],[-286112,-182692],[-283769,-196217],[-291028,-199158],[-286266,-195729],[-288124,-192369],[-282928,-274940],[-286897,-81110],[-288399,-88402],[-288723,-84497],[-293703,-85904],[-284387,-82981],[-286176,-79657],[-281632,-84790],[-291574,-91744],[-289482,-91116],[-293523,-100751],[-286883,-104028],[-293582,-110704],[-293653,-112235],[-292608,-103295],[-283140,-108846],[-282824,-111316],[-297343,-121973],[-298509,-126900],[-305271,-123846],[-301656,-120013],[-306231,-126671],[-304966,-129012],[-305941,-132946],[-303420,-131907],[-298739,-132381],[-297380,-131139],[-296212,-138038],[-300800,-139928],[-301410,-143498],[-300204,-178565],[-301965,-173217],[-300004,-176133],[-298253,-181414],[-301538,-180111],[-305282,-188729],[-305944,-194704],[-300556,-193193],[-300626,-197055],[-302565,-194347],[-294426,-203308],[-304275,-69579],[-298236,-71371],[-298711,-85895],[-303039,-77511],[-300999,-83290],[-297914,-81413],[-304348,-98880],[-303705,-100338],[-299798,-100869],[-294574,-97317],[-296789,-94865],[-305473,-97721],[-300944,-113595],[-295810,-105359],[-304451,-104554],[-301541,-108173],[-306098,-111111],[-298146,-110027],[-296202,-110857],[-317063,-120433],[-315695,-115456],[-313914,-124638],[-312029,-123526],[-308643,-189565],[-309662,-69719],[-312315,-68996],[-309056,-79606],[-310407,-81900],[-309625,-88894],[-312900,-85923],[-307881,-96363],[-314314,-107661],[-313736,-106982],[-309338,-112985],[-316045,-109632],[-320982,-126969],[-322257,-124594],[-325972,-129207],[-326770,-134067],[-329826,-144620],[-325620,-147415],[-328920,-152513],[-331661,-154871],[-332304,-161671],[-331036,-160240],[-329611,-153698],[-320415,-104878],[-320550,-112198],[-334724,-146281],[-337435,-164993],[-335329,-164649],[-382821,-115735],[-380102,-188792],[-378841,-86502],[-376765,-79071],[-375248,-80721],[-382845,-92809],[-381564,-91922],[-378703,-93407],[-379374,-96305],[-385167,-117625],[-388838,-115534],[-387806,-93191],[-390323,-95422],[-394801,-90515],[-392518,-99693],[-395643,-110508],[-392301,-111531],[-394533,-110996],[-396466,-110701],[-387531,-112668],[-398057,-184836],[-399946,-93194],[-396834,-96466],[-398140,-114152],[-400926,-112400],[-458772,-125947],[-457825,-126883],[-460805,-125562],[-463487,-124949],[-463783,-125853],[-472573,-125468],[-467749,-135865],[-461633,-134245],[-467899,-133501],[-461320,-130380],[-473024,-128551],[-467991,-163502],[-476840,-130611],[-477512,-128670],[-474604,-128249],[-485893,-180334],[-488482,-140542],[-490847,-138815],[-491860,-140292],[-492966,-139816],[-493441,-144254],[-497428,-146778],[-496714,-150851],[-498627,-154023],[-490761,-176647],[-490692,-197406],[-495820,-207779],[-490098,-455826],[-489245,-450595],[-493360,-471165],[-486776,-462579],[-486873,-462869],[-497562,-466276],[-33730,-251354],[-35517,-251208],[-30507,-265953],[-31501,-262065],[-508302,-155407],[-502411,-159144],[-510737,-161557],[-504159,-466416],[-501341,-473579],[-522086,-139123],[-521832,-140454],[-523816,-140310],[-522010,-137132],[-523432,-135304],[-522457,-148242],[-524391,-151491],[-516645,-145485],[-522308,-153395],[-517924,-144419],[-518337,-142796],[-517095,-144604],[-523935,-142479],[-513732,-150022],[-513735,-151246],[-515763,-148744],[-519165,-142173],[-513998,-146283],[-521044,-144088],[-520374,-140779],[-514164,-150292],[-517450,-147551],[-520444,-142741],[-522398,-147390],[-523681,-147248],[-518652,-146474],[-521140,-146584],[-523484,-148411],[-517390,-158386],[-512069,-157487],[-518926,-154300],[-514236,-158000],[-521004,-153411],[-515059,-217582],[-512369,-441012],[-517133,-457372],[-525196,-138949],[-528695,-149889],[-526977,-146715],[-525289,-140967],[-525711,-146624],[-527089,-149851],[-524874,-142177],[-526170,-142490],[-527320,-141959],[-526586,-140820],[-524834,-145325],[-532695,-153971],[-536174,-188490],[-541911,-147189],[-540257,-142877],[-48648,-239496],[-38447,-243603],[-49324,-262147],[-43970,-259482],[-50800,-256097],[-62144,-215328],[-52747,-210031],[-56978,-219288],[-57912,-217665],[-54746,-224188],[-63111,-228582],[-59940,-218055],[-63855,-225212],[-61216,-239222],[-56192,-253969],[-52580,-261395],[-60173,-271788],[-59856,-272663],[-68910,-190054],[-73030,-191921],[-71971,-219068],[-65896,-222201],[-66220,-228318],[-64494,-237479],[-75097,-279417],[-69489,-283673],[-67271,-287493],[-75205,-690766],[-73416,-694982],[-87017,-161824],[-81294,-161224],[-88608,-167167],[-85410,-167323],[-83627,-166604],[-85148,-178753],[-88829,-186138],[-84567,-187136],[-79288,-187062],[-88594,-214495],[-81960,-205346],[-86754,-209221],[-87701,-222103],[-86403,-224442],[-83941,-227829],[-83188,-237842],[-87366,-238118],[-87607,-235744],[-84038,-231149],[-82068,-236368],[-78916,-231716],[-85144,-234352],[-86355,-291105],[-88421,-284835],[-84889,-304409],[-85590,-690386],[-85406,-687850],[-78170,-685780],[-80519,-688879],[-77354,-689674],[-80924,-690975],[-80822,-683654],[-84496,-697401],[-85992,-692602],[-76953,-694190],[-81205,-696779],[-79094,-692621],[-83906,-700847],[-81057,-702869],[-84618,-711882],[-85170,-704101],[-99948,-149793],[-93296,-152762],[-93795,-146925],[-92009,-154511],[-98608,-155365],[-92315,-159872],[-102393,-172421],[-96961,-169990],[-93134,-176901],[-92914,-176281],[-102324,-176245],[-90754,-182100],[-102359,-195016],[-98225,-194183],[-89836,-205779],[-92928,-209849],[-90756,-220162],[-97621,-226762],[-97622,-240613],[-98406,-232215],[-98994,-236492],[-97349,-232085],[-94862,-288766],[-97150,-661362],[-90950,-659288],[-94005,-662002],[-96171,-663190],[-91512,-661574],[-93665,-659454],[-94201,-689933],[-98877,-690409],[-91492,-688733],[-95176,-687555],[-97665,-694003],[-95773,-698427],[-98066,-693436],[-91235,-692230],[-93376,-694776],[-106745,-154370],[-104064,-161222],[-103818,-166469],[-103954,-169452],[-115191,-258928],[-109414,-256116],[-110728,-267338],[-106509,-273586],[-108457,-275963],[-105022,-284450],[-113898,-561407],[-108593,-562565],[-107043,-619036],[-105345,-639692],[-103875,-665182],[-114882,-658332],[-109341,-661308],[-104602,-661474],[-109397,-677015],[-108251,-665493],[-107068,-683153],[-105752,-685449],[-108749,-687578],[-107274,-697846],[-110278,-706616],[-110867,-711138],[-112960,-707715],[-111563,-706266],[-109660,-705508],[-115071,-713790],[-114441,-709437],[-112747,-712176],[136332,-300043],[128985,-304844],[139761,-300504],[131912,-311243],[140122,-308902],[140106,-313842],[137557,-310586],[138925,-311082],[138304,-310165],[133029,-314470],[133187,-317308],[137815,-318819],[134269,-316306],[137032,-311553],[137342,-313274],[130053,-332312],[139925,-323701],[138297,-319876],[139383,-320161],[134986,-332154],[132514,-340471],[128852,-336339],[129906,-340367],[138064,-338826],[133928,-341570],[136555,-339510],[128962,-345580],[128550,-346826],[134183,-355416],[132632,-353503],[136804,-355748],[134781,-352851],[136689,-351976],[128348,-352824],[138752,-366378],[132728,-362641],[134181,-362439],[128507,-359498],[151183,-300982],[152600,-306162],[153097,-306386],[149604,-297830],[150392,-299882],[153290,-308503],[141461,-315152],[151377,-307346],[145510,-311224],[140816,-315785],[147090,-316439],[150403,-309177],[147658,-316801],[147932,-314233],[149154,-318810],[142723,-317882],[142506,-327532],[142087,-320130],[151185,-319921],[143994,-326077],[152222,-331134],[151833,-324236],[153470,-325391],[150770,-321848],[142243,-321316],[146437,-326688],[150960,-338699],[152842,-343026],[153103,-345819],[146749,-355684],[150978,-357345],[146305,-357049],[143942,-354499],[152878,-359714],[144787,-360601],[154322,-298359],[159281,-294220],[160932,-307014],[159945,-319489],[155100,-322417],[163851,-331542],[161602,-331207],[156907,-322923],[157748,-322300],[159677,-320759],[156644,-322387],[163555,-329927],[165177,-342430],[153864,-336225],[153691,-333503],[157888,-333278],[162461,-334696],[160647,-332746],[164437,-335805],[162302,-344324],[162783,-334096],[153985,-336870],[153974,-344662],[165359,-344652],[158435,-341422],[162333,-336459],[156459,-352826],[154306,-354697],[158036,-357369],[158272,-356348],[161986,-352457],[160735,-354742],[159924,-351321],[163704,-349871],[165284,-347864],[164340,-347111],[156665,-347375],[161749,-348671],[160762,-351808],[156567,-348496],[174709,-331293],[178881,-339881],[178883,-336991],[177786,-335032],[177461,-334073],[170837,-338026],[178563,-339010],[168792,-335732],[175031,-334183],[170636,-335394],[169046,-333775],[167995,-347941],[167503,-355938],[174384,-350244],[171325,-353540],[174254,-351377],[176629,-355102],[174931,-349200],[172126,-348420],[174129,-360460],[174059,-364107],[173964,-364835],[172095,-360555],[175968,-369388],[176937,-368687],[178985,-369413],[171806,-361657],[172949,-364135],[187111,-343953],[183452,-344030],[182655,-341394],[182795,-339820],[182915,-340375],[183839,-336526],[182503,-339498],[181814,-340975],[180263,-342513],[180011,-342594],[181076,-356316],[182645,-356430],[182135,-355630],[182356,-354868],[182062,-350569],[181541,-348546],[184753,-345666],[181133,-369691],[184444,-370501],[182039,-366246],[179383,-363499],[180512,-360455],[182753,-363180],[183908,-365302],[186266,-365190],[184147,-369663],[188902,-364259],[191843,-364264],[186429,-362048],[193218,-363562],[193928,-364067],[33538,-393136],[34781,-392639],[36938,-392733],[37000,-393015],[36260,-399390],[34238,-398290],[50585,-391935],[40433,-396526],[49331,-391908],[41882,-395020],[49797,-394455],[47517,-395108],[49162,-394711],[49753,-395231],[44887,-390603],[46656,-390763],[58912,-387611],[60779,-387255],[58626,-387698],[56639,-390548],[55334,-390266],[53075,-390588],[54516,-396199],[56858,-391912],[63853,-394309],[58736,-396175],[59365,-395017],[56168,-397299],[53054,-396843],[723058,398601],[720790,399696],[733874,395711],[741587,393881],[739456,389434],[739445,403015],[729730,403733],[741520,426282],[736913,423226],[754317,383449],[743468,383061],[752174,386380],[743170,386796],[743027,389784],[751777,407331],[746810,408012],[746545,414974],[754416,417267],[747111,413662],[747445,410343],[748420,430559],[761037,392574],[764007,394062],[757256,398197],[757721,400433],[761805,406806],[755657,408059],[763253,401589],[763962,405865],[75619,-182103],[69856,-333604],[76675,-374993],[70690,-383511],[72162,-383158],[66351,-389269],[68488,-387741],[65629,-391568],[70369,-384947],[64688,-392950],[769400,390932],[769068,388543],[779223,396401],[776746,393415],[773323,391448],[770336,398548],[774854,400788],[776378,411980],[87660,-183849],[89345,-328179],[83210,-328218],[83498,-331502],[77389,-336489],[80228,-334985],[77957,-336935],[82653,-335558],[85414,-336360],[84981,-339426],[86188,-340119],[87732,-339648],[83982,-333721],[86887,-337136],[84625,-379132],[86458,-376995],[85863,-377612],[83146,-374736],[77784,-377411],[79991,-375939],[77425,-375408],[85038,-374015],[99080,-260693],[98871,-313122],[102378,-317638],[100454,-318030],[97130,-319755],[99049,-315321],[101139,-315717],[102239,-328638],[100549,-326475],[97365,-330018],[99539,-323403],[97868,-319978],[95365,-327196],[97135,-323802],[98511,-326643],[95621,-328514],[93619,-331138],[100627,-338228],[101523,-339768],[101743,-332942],[100640,-343217],[99578,-348342],[101786,-347924],[100982,-356327],[101384,-358015],[98865,-356595],[91789,-374726],[101933,-380336],[102394,-378634],[94859,-382667],[93811,-381287],[93865,-384864],[90878,-389679],[91356,-391423],[92695,-388193],[93317,-387028],[95302,-386289],[99439,-391158],[98132,-391167],[102076,-390897],[110797,-313026],[106056,-311451],[106264,-323664],[114187,-331913],[106373,-325171],[105226,-321415],[111623,-326565],[110223,-323592],[110832,-321320],[112512,-323256],[107641,-331821],[105890,-330381],[105413,-330590],[113735,-329755],[105158,-326954],[103280,-324978],[102966,-321013],[102495,-332342],[107958,-329943],[108748,-331758],[103503,-337696],[106001,-340244],[109837,-343471],[108641,-343261],[114249,-333152],[109850,-339056],[102526,-350498],[111546,-347839],[108816,-356065],[106698,-350717],[102435,-381603],[102491,-379586],[102491,-378412],[103578,-380490],[104540,-382440],[106922,-380953],[106383,-384113],[104350,-395204],[103707,-392894],[102887,-392280],[103177,-392304],[117034,-308236],[121878,-323746],[118322,-329939],[115728,-331042],[120543,-327219],[120136,-329120],[120479,-330469],[116630,-323190],[121361,-324447],[124106,-324414],[118901,-344647],[119442,-338434],[119307,-335957],[115914,-345221],[118233,-340166],[123157,-335103],[124320,-357014],[126770,-353271],[126807,-350874],[115460,-349737],[125285,-364071],[124983,-362773],[127857,-359497],[125715,-359665],[-119653,-250552],[-124360,-254209],[-123482,-255335],[-126228,-257823],[-126513,-271821],[-115828,-271485],[-119169,-288356],[-121561,-295633],[-132323,-255591],[-138610,-276162],[-128670,-277469],[-137625,-281458],[-133706,-294041],[-148491,-275673],[-150240,-274889],[-144350,-277204],[-144634,-277778],[-144442,-282221],[-148276,-282690],[-152643,-286101],[-148802,-293156],[-162423,-243946],[-165702,-251454],[-161310,-251997],[-153618,-275928],[-158456,-274814],[-161316,-278558],[-164049,-275445],[-160594,-271070],[-158601,-279389],[-163469,-282271],[-159488,-285036],[-157155,-292791],[-164291,-285157],[-156065,-284928],[-153902,-287296],[-160361,-294983],[-167187,-238632],[-167200,-247343],[-169270,-246106],[-177744,-264110],[-177850,-275195],[-173671,-275780],[-174295,-281039],[-167444,-290892],[-184541,-235701],[-190978,-239137],[-179485,-253729],[-188961,-244488],[-184572,-249580],[-188555,-262065],[-185939,-264934],[-181600,-260936],[-183218,-262230],[-183459,-269299],[-182975,-271102],[-185927,-273479],[-180008,-277698],[-185147,-280935],[-187852,-283445],[-188170,-287523],[-189820,-288451],[-188511,-290367],[-191806,-296759],[-184585,-300272],[-202601,-226946],[-196224,-236106],[-194403,-241738],[-204218,-236673],[-192617,-231893],[-198407,-252037],[-200346,-247683],[-194055,-262536],[-199749,-261318],[-194173,-256590],[-201351,-272116],[-200565,-274497],[-199788,-289584],[-204162,-289785],[-196005,-293991],[-196880,-297795],[-200690,-297555],[-199906,-309252],[-203957,-315189],[-206877,-227926],[-216147,-235488],[-209796,-234540],[-209890,-230506],[-209018,-252263],[-215390,-247118],[-205377,-245588],[-205481,-263021],[-205318,-259233],[-214543,-269624],[-210463,-275826],[-217200,-280819],[-212652,-290702],[-206601,-290258],[-208123,-293607],[-215348,-282625],[-212379,-290994],[-212160,-286905],[-209918,-284133],[-213781,-290427],[-216795,-286478],[-214636,-318334],[-216969,-326787],[-224110,-226023],[-223158,-232853],[-219433,-244798],[-224117,-247020],[-220957,-276643],[-228501,-290387],[-226122,-288439],[-222805,-291802],[-219672,-294030],[-219138,-284673],[-222620,-285158],[-227864,-283872],[-217727,-289389],[-229964,-301158],[-225451,-312210],[-228468,-314223],[-218329,-307510],[-221137,-314505],[-225787,-319830],[-220738,-320857],[-232578,-215636],[-236411,-214463],[-235351,-211971],[-234908,-242496],[-238375,-235646],[-236543,-237568],[-239584,-248596],[-234384,-275061],[-232440,-270554],[-231396,-276239],[-240773,-279043],[-231617,-279155],[-239592,-276427],[-243013,-275578],[-233323,-284607],[-232926,-290249],[-232489,-286981],[-241372,-282731],[-232420,-298912],[-242049,-295457],[-242743,-297397],[-234178,-320733],[-230651,-327860],[-235100,-320750],[-243010,-321375],[-235462,-335997],[-253993,-252816],[-250729,-260782],[-247823,-261924],[-250003,-262775],[-254462,-258554],[-250102,-267156],[-245601,-273857],[-248823,-272967],[-250894,-277357],[-251462,-286923],[-246981,-290027],[-248017,-283778],[-249848,-294564],[-253871,-303538],[-255090,-316231],[-246732,-330086],[-250389,-326017],[-257047,-120155],[-265849,-138960],[-261949,-134276],[-268637,-192459],[-262728,-241082],[-260140,-253196],[-264728,-255650],[-266074,-257404],[-263341,-261474],[-265279,-257594],[-256794,-261410],[-260782,-259603],[-264171,-267817],[-258575,-255872],[-264388,-278761],[-266960,-279125],[-260112,-276245],[-256028,-279414],[-266107,-270672],[-259420,-271020],[-264814,-276846],[-256786,-274200],[-257231,-281577],[-265196,-282486],[-262387,-287233],[-257446,-292033],[-268103,-295859],[-262877,-301940],[-258458,-300960],[-261202,-295425],[-266578,-305001],[-261660,-308472],[-258081,-326749],[-259198,-321779],[-256440,-328709],[-265177,-85367],[-262058,-86159],[-262304,-79800],[-268737,-95202],[-258519,-98457],[-259131,-91178],[-268173,-94194],[-259769,-103851],[-259543,-112062],[-269048,-119677],[-281509,-117998],[-272280,-128536],[-276935,-132983],[-274242,-165304],[-279485,-189184],[-278715,-182469],[-274214,-200106],[-280640,-192288],[-275506,-205607],[-278498,-215476],[-269427,-251617],[-278574,-267559],[-274357,-262338],[-269914,-257687],[-270522,-280548],[-271186,-273901],[-269024,-279262],[-271543,-269179],[-269547,-277234],[-271062,-272961],[-275547,-282595],[-276438,-282731],[-276910,-290111],[-279291,-292738],[-274425,-287057],[-270635,-298074],[-271092,-302942],[-273109,-296415],[-271900,-298949],[-280816,-84723],[-279022,-79123],[-276286,-90586],[-275450,-96336],[-276504,-113792],[-270377,-103876],[-277941,-102557],[-281994,-126827],[-294004,-116958],[-288559,-124934],[-282845,-123693],[-284591,-132847],[-293533,-134905],[-282692,-144087],[-286745,-146943],[-291484,-140913],[-292232,-166645],[-293361,-190240],[-287166,-180373],[-281771,-199525],[-282243,-194960],[-291559,-199240],[-292897,-204126],[-287682,-195060],[-286500,-193140],[-284109,-277164],[-282246,-287188],[-283926,-85742],[-293207,-81192],[-283123,-81672],[-289592,-90427],[-284939,-99909],[-290215,-106332],[-292778,-112702],[-282190,-114181],[-284056,-109690],[-297687,-123481],[-303703,-120069],[-305724,-135440],[-299845,-131480],[-299304,-145624],[-306115,-173256],[-300221,-175439],[-299123,-183123],[-306024,-189417],[-295029,-180899],[-297889,-193596],[-306391,-74425],[-297594,-73050],[-301341,-82850],[-302506,-100937],[-299444,-102124],[-298888,-97643],[-306815,-96556],[-300830,-112817],[-295119,-103317],[-304013,-109348],[-298828,-110226],[-308576,-124430],[-313726,-123484],[-307450,-191047],[-308419,-185634],[-308477,-74177],[-310490,-84528],[-309526,-112436],[-319652,-112311],[-322017,-132157],[-322993,-128434],[-331308,-144688],[-326888,-149997],[-330264,-161184],[-323376,-105894],[-336013,-147565],[-337585,-170048],[-25703,-224272],[-21605,-227912],[-15046,-225692],[-380418,-116307],[-383448,-146909],[-379336,-188157],[-380075,-188381],[-379441,-235693],[-379893,-87837],[-376770,-83220],[-381515,-92708],[-382228,-97164],[-382647,-112890],[-396084,-125007],[-386409,-115752],[-393136,-117022],[-392941,-128281],[-384969,-149663],[-385396,-147134],[-386555,-147118],[-389010,-146897],[-394119,-150402],[-393772,-153203],[-395467,-165284],[-395719,-162837],[-392202,-162606],[-393111,-159514],[-392349,-156653],[-396643,-158209],[-396598,-160398],[-391167,-175860],[-391508,-174729],[-392355,-174056],[-392931,-176389],[-390827,-178983],[-395972,-173814],[-394998,-172939],[-395822,-166382],[-396538,-177028],[-395562,-179171],[-396315,-179621],[-395818,-180710],[-384585,-234492],[-393048,-66614],[-396633,-76083],[-387691,-87644],[-384857,-97266],[-394373,-92578],[-385166,-89830],[-393804,-100276],[-391426,-112175],[-396391,-112480],[-388212,-112328],[-390831,-106144],[-395377,-105360],[-392158,-105292],[-392317,-107419],[-390638,-108528],[-396376,-109002],[-393860,-107656],[-397646,-159043],[-398502,-163676],[-398499,-162104],[-401598,-177206],[-399203,-178246],[-397642,-175589],[-397886,-170306],[-397701,-185102],[-397336,-188835],[-398947,-187667],[-399169,-179908],[-399824,-179100],[-400312,-74365],[-402982,-68107],[-396942,-82075],[-400547,-95837],[-397004,-96512],[-400286,-97254],[-401962,-94235],[-401456,-98650],[-400707,-111651],[-407162,-112796],[-413154,-124782],[-416812,-118943],[-419118,-463462],[-409769,-108492],[-413587,-108912],[-414325,-111110],[-410767,-109909],[-431539,-202327],[-431324,-198972],[-424568,-217582],[-437505,-145393],[-440847,-141451],[-442244,-163662],[-446385,-162931],[-451280,-164510],[-453472,-158647],[-454854,-167718],[-454084,-184058],[-451593,-185731],[-472750,-127087],[-468635,-163029],[-464863,-184241],[-461467,-185792],[-464109,-215418],[-470751,-219779],[-475774,-130557],[-479663,-128433],[-477517,-147832],[-485480,-144244],[-482185,-142778],[-478123,-143649],[-483808,-187882],[-483080,-193430],[-479114,-222973],[-482858,-454845],[-482338,-451997],[-488923,-136986],[-487837,-139016],[-489069,-138346],[-495043,-146171],[-492592,-201454],[-497011,-208946],[-498430,-430884],[-497805,-458000],[-31086,-215850],[-27771,-219505],[-34763,-219752],[-30168,-261655],[-510865,-137532],[-508940,-137555],[-509124,-151300],[-502531,-148254],[-508857,-144807],[-507488,-144606],[-509799,-144399],[-506870,-143029],[-509855,-141435],[-507464,-141498],[-500474,-158955],[-499381,-201389],[-501737,-204808],[-510348,-217691],[-502828,-473376],[-519312,-125209],[-518985,-124498],[-516682,-126694],[-512101,-138887],[-520346,-131389],[-521114,-128129],[-518328,-128559],[-519076,-128177],[-515908,-140369],[-523901,-136017],[-520331,-135456],[-518002,-152881],[-518271,-149995],[-518313,-147405],[-522958,-149464],[-520577,-141750],[-518549,-142184],[-512866,-145182],[-522291,-146134],[-524206,-141961],[-523338,-146549],[-519383,-151844],[-521691,-143876],[-523760,-152132],[-515924,-143482],[-513099,-147434],[-519332,-143146],[-521267,-147393],[-514137,-156939],[-515243,-153478],[-521756,-215982],[-522108,-218680],[-513495,-217888],[-527100,-150463],[-526265,-147305],[-527195,-152503],[-525541,-144026],[-530546,-145436],[-526680,-142910],[-529014,-452399],[-530328,-463405],[-543029,-148378],[-542360,-148594],[-49839,-211295],[-46226,-222354],[-49514,-239182],[-49641,-235347],[-53769,-209300],[-63983,-216353],[-58204,-217827],[-63318,-220588],[-53558,-224127],[-58588,-233379],[-59573,-237709],[-61348,-235518],[-58055,-266913],[-68671,-187012],[-72431,-190327],[-64012,-222801],[-69721,-235806],[-86605,-164657],[-85268,-162882],[-84045,-172111],[-82418,-166829],[-89217,-178219],[-85710,-190060],[-82512,-190592],[-85608,-179475],[-81679,-207143],[-87920,-217814],[-80965,-226024],[-89199,-224648],[-82703,-237067],[-88899,-239417],[-83792,-233772],[-78932,-231312],[-80221,-277271],[-86544,-289455],[-83304,-301853],[-90381,-150150],[-93308,-147718],[-97927,-151791],[-99026,-155761],[-90627,-163759],[-93164,-157733],[-100089,-166319],[-97480,-170586],[-92105,-176268],[-90447,-177134],[-91093,-183849],[-94812,-186829],[-100622,-193145],[-90317,-205949],[-90458,-208634],[-94982,-218519],[-98778,-224262],[-92322,-240410],[-91157,-233184],[-99228,-232686],[-98803,-237852],[-95279,-236549],[-96899,-241454],[-103336,-157400],[-102825,-168679],[-103201,-170193],[-102716,-176788],[-104566,-196185],[-109541,-242905],[-111750,-245315],[-113657,-244097],[-106437,-265248],[-111661,-280321],[-105189,-286016],[19323,-264947],[34900,-201751],[43170,-199932],[728154,398726],[723169,397999],[723374,401463],[742213,396988],[738232,394514],[742041,393119],[742175,429149],[752979,391934],[742902,400552],[745002,406738],[754538,421842],[748346,418788],[749166,421799],[745981,418181],[758646,401179],[756948,402155],[764680,415195],[760475,412597],[778890,388686],[779356,401355],[768744,401820],[768928,404372],[84824,-181759],[-471052,-409230],[-466800,-414618],[-466453,-426748],[-467315,-430171],[-470250,-422688],[-462639,-431390],[-483307,-403105],[-476400,-398539],[-499141,-391823],[-494207,-417338],[-500842,-371725],[-509364,-416934],[-512061,-414220],[140250,-5492],[139686,-14154],[140747,-16259],[131037,27479],[146829,-479],[149018,-2535],[151204,-1477],[142577,-7994],[146096,-11144],[146794,-14147],[150959,-13700],[153565,-15395],[152930,61358],[152273,67928],[150423,69379],[152960,88764],[152799,80317],[145720,97639],[143451,100263],[152328,91953],[145988,102457],[145341,112303],[143615,110164],[144031,105297],[150309,106213],[165887,-10183],[165429,-11673],[154830,-8579],[155316,-6017],[157072,-8956],[162872,-3444],[156356,-21564],[158503,-25058],[159491,-16305],[156312,-14720],[164206,-21857],[164014,-13825],[163033,-37578],[158771,-29074],[155200,-26388],[161907,-38280],[158264,-38550],[163287,33371],[166131,28063],[161321,33863],[157870,44600],[159131,58699],[161214,54385],[164199,67961],[154764,74188],[158772,79689],[165900,83308],[163556,80472],[158942,78070],[159328,88705],[164674,95230],[154824,91296],[157504,91664],[163305,97486],[162285,109787],[155714,109271],[157244,110731],[156765,106209],[159731,103987],[165362,105133],[155435,116491],[156223,115803],[174497,-130899],[172217,-143914],[170633,-157665],[171248,-10187],[175404,-8194],[173626,-9148],[172978,-11365],[172509,-16910],[177547,-18477],[168662,-24230],[166405,-24399],[177687,-27993],[175399,-30467],[177507,-26967],[167653,-32572],[170444,-37476],[175255,-37582],[166914,-34608],[173722,-43422],[176757,6272],[175868,4699],[167686,11304],[170307,12578],[173972,16933],[176605,23561],[175028,13815],[177593,22319],[168924,21938],[170641,28336],[166582,31851],[169282,43042],[174479,48997],[173782,41670],[169828,45184],[176631,56581],[169469,56681],[171402,70842],[166507,65577],[178818,79879],[175409,77906],[168990,89680],[176490,85239],[174212,89193],[167562,93170],[175825,100991],[177456,94060],[173697,96939],[173007,113066],[167867,109340],[173581,110628],[174677,109578],[171439,114067],[170127,114574],[177767,115129],[170936,103391],[176739,117651],[171795,118257],[176483,123265],[178083,125936],[188838,-135777],[189375,-128338],[184354,-140331],[182269,-130300],[191508,-128954],[190692,-139851],[191183,-151358],[188888,-147940],[180082,-149903],[192468,-167991],[187200,-165801],[189235,-9661],[184690,-10682],[187435,-9850],[187325,-10885],[191668,-23494],[184141,-19971],[190615,-26323],[186117,-103317],[179507,-106660],[191289,11427],[180902,2101],[179269,2782],[180255,1244],[179807,4966],[191309,20233],[191288,16677],[183140,19235],[180304,14400],[190404,23874],[182334,22495],[180082,15222],[180372,25568],[180501,25441],[188503,17023],[179297,19055],[181122,28664],[188015,29962],[186574,39574],[190041,49105],[190214,41461],[181965,48500],[184156,44774],[186734,61379],[190587,58841],[191859,55956],[191559,62069],[180157,53505],[188141,67170],[182002,68639],[180948,65266],[183415,74981],[185816,75603],[190865,87001],[190074,86428],[189657,88683],[181185,78950],[179969,89070],[182481,83297],[185143,79377],[184788,93654],[179789,94483],[185949,115699],[198695,-125818],[199918,-132588],[192967,-131317],[192057,-161696],[202831,-175602],[204965,-170632],[192792,-180342],[203059,-187952],[201500,-643],[202607,-3420],[200078,-2161],[198812,-8760],[203840,-6948],[196468,-17485],[204406,-24213],[195697,-15345],[200870,-17270],[203668,-48538],[199782,-62112],[197667,-63352],[200177,-64271],[194817,-88667],[192587,-91233],[200653,-94618],[204038,-96717],[194995,-95849],[197092,-107444],[195586,-106272],[200585,475],[200228,9483],[192022,13936],[198037,13568],[195389,17527],[198747,17383],[199147,13643],[202240,14080],[193220,23972],[199111,30781],[198068,28720],[196679,36252],[193197,25914],[194201,28243],[196222,29508],[194076,47757],[202044,47699],[201142,40051],[203216,39422],[196006,51994],[196018,63465],[200870,60117],[203659,73154],[198429,68389],[196546,64372],[203616,70467],[194189,70967],[201807,75730],[194385,72891],[194040,73526],[201890,66567],[194705,87451],[200390,88013],[192424,80709],[193660,77456],[192495,87989],[195458,95869],[200257,92478],[198391,99467],[193432,99412],[198068,109491],[195410,109592],[203194,109538],[200893,110098],[199033,112235],[213518,-118046],[210262,-188465],[204827,-184251],[214001,-198227],[209717,-8001],[205291,-9628],[212524,-5330],[211389,-7570],[212960,-11272],[208157,-21153],[207458,-19728],[207687,-37620],[212665,-28902],[209466,-32983],[214906,-29218],[216791,-28408],[205008,-43878],[208853,-49784],[209917,-45086],[211672,-40831],[210239,-51612],[209123,-53381],[211601,-53887],[207869,-65140],[207648,-104696],[206951,-106122],[215726,12724],[212878,11949],[212279,6058],[210327,9530],[208874,10801],[205376,150174],[211320,24645],[212887,21620],[206425,13836],[214348,19849],[214135,17293],[206384,19528],[216738,37164],[214130,31787],[213755,33306],[215204,32526],[208114,36345],[209360,37143],[210462,46301],[216816,49985],[208279,45541],[211679,54810],[205159,59218],[214904,57542],[212248,72032],[211159,72476],[209093,70368],[214312,88564],[211314,92073],[229175,-209924],[228940,-204763],[227727,-214639],[226396,-213834],[227704,-225577],[225429,-225446],[219153,-12263],[221749,-5751],[228343,-12895],[223499,-14360],[222047,-15805],[229570,-16716],[222394,-28508],[221820,-26257],[220206,-33972],[220732,-31468],[223298,-32792],[230127,-48396],[227758,-47601],[229163,-52006],[230089,-72764],[228523,-64688],[228548,-89053],[228904,-89849],[228009,8072],[222132,8817],[223705,19326],[221410,19405],[222112,24211],[218495,25571],[226927,16078],[226222,15026],[220051,37436],[227935,26366],[229812,31935],[229324,33838],[224480,27965],[220454,47673],[222842,44810],[220580,45961],[228582,44618],[219340,42945],[217988,41748],[222449,52098],[219213,54077],[222456,60249],[225015,60450],[221752,78532],[222039,80267],[234904,-235278],[231647,-233156],[231286,-11419],[233156,-8765],[238593,-951],[236941,159],[237228,-15761],[233757,-15847],[233828,-23363],[236520,-29172],[230839,-35628],[239879,-32171],[239277,-29313],[233360,-49602],[235621,-42409],[235675,-38600],[240699,-45509],[237930,-47406],[231100,-42767],[233468,-46093],[239745,-55849],[237691,-51146],[236595,-55810],[235047,-52582],[238663,-61090],[236733,-58796],[231061,-59525],[238527,-59717],[239066,-56894],[239108,-63100],[232669,-65359],[239291,-73301],[237775,-75542],[240182,-64102],[237980,-77500],[239767,-79925],[234164,-80140],[231455,-84360],[238575,-81872],[241243,3403],[241195,8003],[238917,8795],[230448,20120],[241912,25732],[232642,15852],[237183,20199],[236718,19855],[242746,24822],[232751,24843],[241515,31017],[232935,29792],[238659,28678],[234711,26039],[241274,41189],[239147,48277],[232446,47834],[235346,47370],[238048,61011],[232585,60573],[241590,64181],[234574,68246],[242397,67051],[252100,-7830],[252711,-1712],[249453,-5592],[243736,-1547],[243837,-24369],[243496,-22719],[248882,-24444],[245868,-38015],[247918,-28424],[246829,-32453],[249340,-32072],[244913,-36074],[250605,-49961],[253847,-49920],[254027,-43957],[249697,-59847],[254154,-54528],[247704,-53258],[243531,-55740],[245673,-65944],[250853,-67774],[246118,-80034],[243190,-86581],[245758,576],[254894,6427],[253804,4764],[252719,22928],[250452,25594],[255939,19632],[250167,30109],[253941,31974],[246518,28132],[248888,30022],[246273,36298],[243270,50971],[244085,41246],[243904,72570],[257443,-211145],[258635,-212524],[258697,-207058],[258765,-209824],[256266,-4843],[256566,-37885],[256378,-33937],[259582,-32666],[262641,-29435],[259243,-29546],[265800,-35855],[265044,-33609],[260295,-50511],[267514,-48470],[264881,-48765],[264455,-54995],[262065,-55548],[263535,-57562],[265567,-62228],[268353,-70055],[266677,-71360],[268718,-64716],[262374,4863],[258072,8930],[258136,10329],[262303,8225],[266659,12222],[263133,11101],[256324,6673],[258798,1621],[263399,15453],[257328,19800],[267182,15738],[257389,24589],[257596,14439],[256885,21660],[261497,17377],[259656,20956],[264638,22451],[265416,25262],[259583,27347],[265838,26116],[265924,63141],[263268,73318],[260351,82214],[263481,77350],[267074,93367],[264963,91402],[260172,104391],[258894,126613],[277606,-203665],[276254,-204375],[273182,-210678],[280180,-212189],[280792,-211871],[270923,-2581],[275851,-16350],[272909,-12797],[274792,-22310],[278539,-23573],[275038,-15404],[275249,-17494],[274761,-26210],[278830,-26741],[272740,-32744],[278247,-32960],[270512,-30678],[270784,-32895],[271389,-40090],[270939,-44765],[269247,-46310],[271791,-41839],[277501,-46035],[273863,-45035],[276321,-63512],[274500,-57368],[270638,-62793],[274771,-58794],[271692,-67141],[273723,-66607],[270503,716],[279145,5633],[275310,13851],[271822,17562],[276192,16712],[279447,13478],[272672,69533],[271428,75493],[280961,98429],[270219,90915],[278869,98994],[292876,-186633],[287214,-218641],[289982,-8978],[289521,-14180],[289295,-25121],[288937,-24386],[282154,-17363],[291441,-37995],[282286,-32013],[282589,-34254],[291827,-39231],[286034,-58425],[286161,-53101],[282748,-52150],[291875,-51850],[286613,-73926],[293132,-66728],[286640,-69010],[289960,-88989],[289159,4246],[288513,6571],[282687,14028],[286483,61625],[282209,60600],[282478,69957],[287518,66261],[283107,74305],[288425,81140],[303282,-194871],[300725,-197475],[295528,-196100],[294741,-194729],[304552,-209728],[305378,-213526],[303656,-2212],[302666,-9398],[305174,-7912],[299194,-2168],[300223,-22342],[294767,-13444],[297291,-14216],[300961,-35602],[303957,-35018],[300108,-47367],[300807,-46114],[303855,-45193],[306228,-45327],[306980,-58046],[302809,-59258],[294720,-54564],[297362,-76191],[295607,-66731],[300866,-66125],[302682,-67640],[299392,-65399],[299261,-80219],[294427,-84194],[298369,-79079],[304988,-91917],[300397,-96700],[294534,1200],[295450,8521],[295077,5900],[300949,72301],[308432,-199715],[313316,-195064],[314353,-226282],[317067,-239692],[311048,-7201],[310753,-13385],[308435,-13175],[314941,-23677],[307610,-34356],[319486,-29678],[311272,-38320],[312943,-50887],[311949,-50775],[315673,-44039],[310410,-42501],[313489,-53634],[314635,-56555],[307949,-51843],[317836,-62467],[317586,-55432],[311121,-64519],[309130,-85584],[308745,-80245],[310112,-82994],[312230,-77188],[307751,-77666],[311711,-87308],[310581,-93279],[416988,-60877],[418522,324265],[424301,241323],[423134,329271],[481278,194029],[486577,148292],[497556,42338],[493095,44509],[537296,-19417],[548882,275056],[562029,222015],[550831,250290],[555215,260571],[566610,269697],[566222,289733],[570267,35827],[582412,243318],[598804,285847],[598486,305496],[611618,256288],[635205,379579],[648795,331915],[650061,357978],[645866,356236],[651917,385565],[678128,402478],[688769,376132],[689890,102895],[683632,105540],[688901,109566],[683273,111100],[694222,397893],[708583,-176527],[724738,-186870],[737972,382565],[737152,406075],[734461,427529],[750534,428292],[753824,429257],[759978,390230],[765577,391953],[761034,390230],[762987,392562],[772611,404283],[770527,413923],[774324,419371],[768630,414431],[784437,373686],[815296,535020],[826441,370162],[827821,545852],[862678,563334],[869530,558393],[877678,560603],[894835,562075],[883618,559977],[901354,560975],[896872,564231],[898278,569355],[917973,567851],[914803,567326],[916678,573281],[919084,580310],[909466,581467],[920775,597457],[925713,578797],[929666,582508],[924271,589235],[941292,-81892],[946917,461241],[936080,481261],[945346,488100],[940027,594931],[958432,399486],[954113,592514],[950299,595631],[971895,440657],[963572,464663],[971866,516118],[965788,601393],[970749,591426],[974740,-153078],[982657,418218],[973232,470564],[984321,471050],[979071,536646],[983244,596411],[981860,596001],[997766,407927],[990540,476633],[988999,497234],[1000575,398736],[999368,490628],[1001771,614574],[1015518,499350],[1019829,511509],[1011632,517504],[1019440,599835],[1018363,600562],[1015155,603018],[1027753,597270],[1027355,597840],[1031806,613243],[1029386,614269],[1049128,626493],[1043754,627330],[1061055,626733],[1051630,623395],[1055809,627446],[1070715,631562],[1062977,629929],[1099153,-96325],[1097118,632498],[1138248,626489],[1139794,629298],[1154197,-30323],[1160292,634281],[1162260,630034],[1162144,628045],[1161452,629905],[-474016,-438173],[-511355,-420462],[138470,-10449],[139606,-308633],[128867,25697],[152607,-215307],[142046,-213002],[141181,-8938],[145116,-1679],[149798,-2996],[146455,-4130],[145631,-2556],[149442,-305420],[145992,-298238],[140995,-317614],[146767,-315570],[142095,-324875],[141417,-323165],[152441,-21139],[152715,-17838],[152191,-12828],[153275,71765],[153545,96367],[152397,97132],[149758,102314],[150875,91340],[146094,111514],[152573,114954],[143210,111317],[147481,105705],[154997,-195507],[161302,-198618],[156956,-192911],[159652,-203992],[159323,-206911],[155471,-214336],[161067,-213450],[164080,-208316],[164409,-205397],[160649,-217849],[160252,-218657],[158330,-217533],[162284,-240679],[164111,-11136],[159108,-12395],[162194,-11719],[160337,-10516],[159271,-10130],[161434,-4945],[165117,-5813],[164092,-2843],[156847,-16735],[162334,-23293],[160185,-20692],[163313,-13271],[159524,-37354],[154120,-25602],[159743,36650],[165991,38358],[164559,31086],[156757,42625],[161328,50149],[159079,61976],[154792,60277],[156600,57212],[155045,67455],[163504,72351],[163188,66699],[157680,66228],[155956,68905],[161605,73837],[163472,74168],[154285,82544],[156759,88835],[155542,88180],[163628,83341],[154062,77958],[164072,92957],[162090,94267],[153976,94395],[156807,92453],[155210,113744],[159630,114285],[157796,111805],[161956,103047],[157989,107181],[155278,116785],[179399,-122433],[171600,-138408],[175615,-142146],[176476,-149864],[170605,-153913],[171209,-162872],[180062,-174779],[181673,-178439],[168236,-197869],[168065,-200767],[170191,-201874],[173749,-203867],[172145,-203169],[174906,-216615],[173408,-213585],[170380,-214458],[176006,-214824],[178232,-225025],[173435,-224921],[173513,-227518],[172830,-225286],[174089,-219180],[170767,-217961],[169497,-219456],[174902,-230673],[168310,-241668],[173187,-231793],[178486,-237857],[177411,-233269],[172346,-232347],[176499,-242081],[176514,-240750],[174407,-7742],[171972,-6657],[175021,-9085],[168257,-9710],[169260,-245706],[172607,-23800],[170121,-25239],[174814,-23310],[174979,-21280],[174153,-19259],[169318,-12759],[173239,-34831],[177478,-29245],[167414,-37408],[170246,-42804],[174923,11490],[178325,1589],[173948,131503],[173136,128622],[172756,21635],[171975,13672],[178874,16498],[176064,31554],[177854,27512],[170975,49052],[175847,44677],[170985,39020],[177091,57456],[172080,55251],[172096,58753],[177263,75057],[173449,73276],[167388,74006],[168987,84091],[170938,87227],[167259,97442],[177147,99220],[178580,97280],[176380,111893],[168784,112171],[176054,104768],[178867,111396],[174054,102645],[176470,126409],[177939,117079],[173085,121058],[189608,-123618],[182159,-120169],[180779,-117970],[185039,-130327],[187807,-140552],[181604,-143125],[183629,-143274],[191715,-151052],[187588,-155426],[186906,-174899],[184327,-238078],[190564,-241419],[187068,-242730],[190755,-7464],[191432,-5023],[186984,-8910],[180518,-150],[183036,-255769],[181805,-267928],[183581,-263114],[187442,-268317],[185605,-279874],[187620,-278994],[182572,-271048],[186177,-287153],[180108,-26997],[191259,-27486],[187701,-97799],[190157,-97599],[182517,-104439],[189542,-109310],[189967,-112804],[180001,6972],[179772,9188],[186169,23359],[185064,15989],[181612,15537],[183423,28961],[180694,37920],[182656,31014],[187894,35504],[183202,33262],[184925,26011],[188692,44630],[183158,39101],[191512,44985],[185771,41347],[185887,44396],[182439,51230],[189407,63442],[186728,65930],[183646,65171],[190885,77098],[184616,87303],[179308,84312],[182484,77050],[185207,81583],[186928,80759],[191941,101576],[185221,90462],[191854,92433],[182180,89912],[185659,111512],[183324,127930],[191407,123606],[189367,117777],[204043,-117579],[192589,-125325],[196156,-122640],[200514,-137981],[202227,-129891],[201017,-163590],[192544,-157088],[197173,-175066],[204715,-181382],[192469,-6078],[201548,-3472],[197212,-3341],[197665,-9003],[197173,-10609],[197807,-7274],[203283,-8306],[203000,-12465],[194712,-273590],[192106,-277250],[196337,-287140],[194928,-282147],[197964,-295335],[199779,-298019],[198115,-310269],[195023,-16390],[198406,-14404],[192110,-24978],[202110,-48510],[197508,-62666],[200463,-61370],[197058,-88586],[198249,-101395],[198379,-113675],[203485,-105989],[196324,-103594],[193385,-109102],[198384,11221],[199711,11649],[192835,131184],[194709,13832],[197133,16689],[195673,15373],[199724,13946],[202546,37767],[197257,31741],[203533,41993],[198469,45785],[192108,48795],[197788,40582],[203056,63065],[196882,60129],[197939,68847],[201933,73393],[203379,65081],[194830,74995],[194758,75762],[195974,69960],[198469,71207],[203843,77536],[196121,88346],[194759,84453],[201433,85729],[195914,82714],[192354,84075],[194727,98357],[197210,98816],[204194,95174],[194957,90698],[200920,98933],[192322,105360],[195819,111871],[202968,113795],[197792,112118],[198762,113320],[197173,115121],[192990,112886],[210880,-175941],[205577,-191582],[209690,-5427],[206504,-3952],[206122,-760],[205695,-7648],[204864,-2811],[213068,-10053],[211507,-9700],[215287,-11338],[216975,-4443],[209803,-9820],[213720,-248317],[214551,-280733],[206707,-294167],[210817,-290094],[213169,-302985],[208832,-298836],[213907,-309483],[207680,-21926],[206462,-24097],[217216,-18609],[214027,-21144],[209159,-21184],[214635,-14875],[214407,-31409],[210653,-33602],[216250,-33813],[216950,-30878],[217423,-32549],[209069,-48045],[210034,-50713],[209465,-42528],[212920,-39155],[213384,-53441],[210330,-54861],[214149,-108848],[210143,-105906],[215785,4712],[214676,5853],[209175,11616],[209329,153018],[216202,22556],[215413,20773],[211779,13616],[209054,24611],[210106,25500],[215146,15572],[209059,16348],[209465,31872],[215521,34230],[216549,34929],[206608,35894],[215472,40056],[209342,45488],[215513,52383],[208660,63374],[216787,56278],[216859,58146],[205605,75819],[206362,67095],[208772,68131],[208053,74965],[209566,71373],[210745,74787],[213394,66486],[211389,88719],[213912,104855],[206397,119497],[223960,-215754],[226020,-224189],[219356,-10051],[226168,-6716],[222861,-249394],[223714,-254446],[229737,-263734],[226132,-256159],[226495,-266701],[230176,-267026],[225783,-288305],[228855,-290800],[221756,-293002],[223520,-303399],[221719,-296903],[218657,-307297],[219208,-310223],[224418,-16263],[224387,-15014],[218932,-14908],[226562,-17720],[218985,-26639],[223535,-25775],[223268,-34853],[222438,-33659],[220035,-35962],[229618,-46476],[228485,-43286],[224101,-44366],[220360,-39025],[228708,-58810],[226876,-51956],[229841,-55198],[230062,-56266],[228509,-86386],[229524,-86474],[219638,10669],[223866,7240],[219726,21262],[226101,18716],[220683,24915],[220011,19464],[230353,25462],[228835,13904],[219625,48156],[220245,41313],[229888,38971],[217984,39140],[221019,43904],[220646,49606],[226900,41623],[228221,46803],[225474,53884],[224099,55554],[221052,78396],[228711,80076],[231332,-181245],[235036,-183162],[230969,-206590],[230633,-233858],[230940,-235955],[235960,-238793],[230838,-3581],[233841,-11537],[235697,-2611],[232025,-4095],[241642,-399],[237416,-243402],[242226,-260328],[231894,-261020],[240941,-279833],[239665,-273444],[237689,-276286],[238844,-284798],[232489,-294148],[231320,-304150],[231249,-305599],[240573,-308956],[241916,-323714],[235327,-17863],[231297,-24261],[238889,-21409],[237671,-12797],[236072,-37311],[240302,-33690],[230820,-34847],[241861,-25425],[231881,-26050],[235574,-47251],[235538,-50446],[235714,-44727],[234390,-39958],[238866,-45387],[241304,-41897],[240578,-43868],[230954,-46529],[232015,-55794],[236132,-62563],[239083,-71947],[239123,-65608],[232138,-66106],[230669,-71675],[240389,-79063],[232190,-79658],[236294,7591],[230978,4229],[233648,2078],[236804,925],[236922,4267],[238936,16877],[238652,19717],[232526,25261],[231088,27962],[239207,29752],[240578,29532],[242183,28264],[239470,26330],[238794,31983],[233664,27516],[238096,47976],[232533,45006],[233941,43458],[240756,49516],[242668,41830],[238824,64088],[241174,52473],[232814,67392],[233839,65171],[236926,77358],[254103,-9171],[250039,-3917],[255364,-1164],[247735,-246784],[248560,-251399],[245227,-248651],[255810,-259612],[247380,-258910],[246236,-257803],[249534,-271867],[253735,-276997],[247602,-274663],[245066,-271592],[255388,-279192],[246425,-291607],[251268,-288099],[255125,-299138],[244137,-296502],[249076,-313450],[255624,-325280],[245550,-328482],[249485,-22620],[244117,-20435],[248600,-35469],[249533,-33183],[253545,-35706],[243640,-30103],[250573,-45259],[249051,-43890],[243311,-44666],[250312,-52948],[244873,-58700],[248343,-56191],[243417,-82021],[247460,318],[253723,8054],[251466,548],[255822,15897],[252620,18420],[246838,24753],[253971,23929],[252206,26112],[249205,28781],[244466,36731],[243986,39420],[254938,74040],[252961,128020],[257776,-212435],[257127,-213979],[268076,-205372],[261850,-219646],[259656,-227903],[257065,-227094],[263108,-243851],[257616,-262642],[261280,-274408],[258510,-272746],[258469,-280494],[267888,-280787],[256223,-281340],[258291,-278980],[256198,-291889],[256250,-289487],[267859,-285940],[259942,-296451],[258053,-299249],[260103,-299576],[260073,-300634],[268586,-314418],[267836,-309353],[256100,-316390],[265142,-328480],[261963,-333943],[257334,-32945],[258420,-30072],[262270,-33932],[267486,-34679],[268386,-27293],[256727,-38767],[262641,-52770],[260293,-54078],[264616,-56858],[261747,-62982],[265024,-59619],[268622,-71851],[267363,-73167],[256879,5405],[267989,1664],[259168,12675],[259823,5024],[256685,9324],[265361,2395],[260006,7881],[259171,9524],[260294,2561],[264706,12901],[258426,22508],[260322,15156],[268427,24223],[267666,17959],[265717,20544],[262259,23530],[262562,13023],[262712,22007],[265282,16413],[261999,18690],[258170,20466],[257393,27542],[267339,65449],[262488,71723],[260604,85444],[280423,-208968],[274819,-205928],[276727,-210398],[275794,-212382],[277250,-207747],[269807,-11522],[275310,-3841],[271850,-874],[273197,-244092],[273335,-244926],[275096,-248711],[279030,-265989],[278547,-21532],[279597,-19282],[279956,-23999],[274499,-16500],[277482,-26455],[269256,-35029],[276266,-37987],[278316,-27782],[271765,-30201],[276336,-29759],[273556,-31263],[269029,-47923],[273959,-46976],[274545,-41184],[281103,-48258],[272455,-46031],[270002,-55867],[275903,-54810],[276856,-65889],[274910,-68225],[272700,-64957],[271040,-63806],[280681,6877],[278606,6774],[271179,7738],[270667,2141],[272287,15787],[278898,75611],[271568,68625],[272121,90369],[269858,101970],[280419,104851],[280186,103095],[283508,-188783],[292179,-195841],[282031,-212051],[285527,-11987],[286281,-11119],[285796,-293917],[290019,-28135],[287350,-37236],[283240,-31678],[283032,-30393],[282415,-49302],[290475,-39265],[289546,-63573],[284265,-56122],[283041,-60189],[293776,-52043],[290625,-52614],[290264,-71004],[290198,-76989],[293692,-82170],[293394,-106481],[281704,3221],[294294,4075],[285862,13408],[287366,63589],[283277,63545],[290667,70407],[285779,70210],[290465,77397],[287079,80408],[296040,-189051],[295150,-195089],[298772,-209455],[300061,-223032],[298926,-4032],[302229,-1758],[305235,-10012],[305964,-12210],[297807,-2546],[296056,-17474],[298749,-20015],[298144,-12608],[299882,-34364],[299549,-37079],[299370,-45534],[303890,-48445],[296417,-48632],[302369,-46887],[305156,-45622],[305844,-52375],[299343,-63714],[294479,-65125],[302456,-65430],[299995,-67276],[303459,-67022],[296885,-74758],[301040,-81219],[296505,-78085],[303641,-86355],[301139,-86507],[300329,-89774],[307178,753],[297936,5659],[296475,5545],[299430,68167],[314786,-198418],[308804,-196903],[309045,-215676],[314635,-222481],[311188,-237094],[310288,-10137],[308878,-9579],[308957,-2882],[311852,-2191],[308902,-36069],[307653,-33820],[312174,-39233],[316924,-42786],[312872,-47082],[310130,-46108],[312419,-53507],[311019,-57745],[309063,-54829],[315861,-61685],[319578,-57545],[319345,-52943],[308449,-74909],[313175,-65322],[315496,-87061],[310199,-79449],[322634,-47999],[321671,-43967],[391987,-148315],[398033,-10165],[403107,71103],[421491,-49181],[419209,243545],[429263,326010],[425188,321526],[486109,41943],[500510,39162],[532120,-105318],[530038,274074],[546290,246133],[545283,272149],[557893,219203],[563205,257762],[569989,289544],[573037,25134],[583853,243211],[579258,305558],[594234,-72635],[593936,254814],[596757,303756],[591898,320020],[600916,310473],[612776,251839],[607861,285773],[603877,305769],[638968,351113],[634740,369778],[638194,379543],[653581,333306],[653988,385195],[681995,371623],[684073,399327],[685455,104428],[683619,112938],[688061,106184],[687819,109471],[688612,112783],[738101,386284],[741014,404439],[734796,407796],[736997,419755],[745988,394683],[752131,398573],[745772,400326],[751945,427614],[761833,417601],[773556,396115],[794579,376816],[817200,535777],[829510,374813],[826651,533358],[822952,548948],[827138,548841],[825677,545408],[869571,548256],[875599,551588],[879433,560909],[894420,561278],[890329,556523],[902598,575223],[912210,568803],[920315,593842],[931383,483678],[932292,584435],[922206,583834],[933345,599708],[944569,-81798],[943411,473634],[940371,598502],[936800,589448],[942058,593811],[944295,598121],[959716,414725],[956070,451760],[952553,492064],[953893,594581],[966990,388103],[972176,407281],[967718,452385],[970211,475961],[965601,475971],[962470,501481],[970490,524908],[961117,588141],[963335,593590],[961134,597771],[969858,601517],[982528,424313],[980789,509188],[978895,507167],[978112,596463],[988367,407763],[997399,457392],[990319,516371],[988368,527195],[989709,597256],[989518,598709],[1009986,482160],[1004459,503301],[1008209,521048],[1003388,602790],[1002462,609660],[1001619,605712],[1014291,494661],[1014219,506504],[1020086,600833],[1011933,611835],[1011866,609799],[1032123,598177],[1029311,598742],[1040078,612532],[1045494,627302],[1055424,626458],[1055075,632678],[1051674,630845],[1077172,635917],[1086021,637606],[1100628,-102475],[1109083,627606],[1131537,636704],[1151100,-30146],[1151218,624567],[1146781,630720],[1141027,631681],[1155750,619532],[1152876,627388],[1152843,633960],[1153325,637314],[1156438,628412],[1165421,618469],[1169787,639997],[1166182,630994],[1165254,628278],[189479,127654],[200815,21118],[215430,-63644],[219315,61980],[314066,-70864],[203140,-19560],[194724,41665]] \ No newline at end of file diff --git a/src/gathering/a10518.json b/src/gathering/a10518.json new file mode 100644 index 0000000..e639532 --- /dev/null +++ b/src/gathering/a10518.json @@ -0,0 +1 @@ +[[-118047,-176651],[-117997,-175458],[-120451,-179844],[-141484,9647],[-171352,21686],[-167980,18162],[-171679,52414],[-183058,3523],[-200424,-59797],[-194881,-64742],[-214056,-22162],[-209841,-45830],[-222534,-33613],[-225136,-47665],[-231030,-36168],[-6831,36695],[-1273,46428],[-10491,54370],[-10235,56974],[-12088,54610],[-9661,52076],[-9608,53313],[-11493,53201],[-22934,-23324],[-15834,52387],[-13803,53298],[-12982,52307],[-21958,76878],[-31995,35574],[-29678,29203],[-26540,26775],[-28776,30898],[-58639,400050],[11514,76338],[9986,77492],[2236,80623],[336,80440],[144834,300504],[14636,55521],[19436,74947],[21898,73508],[24145,72247],[13952,78981],[37642,-38702],[34712,-40017],[35572,-42050],[33934,59544],[36077,58703],[36674,56074],[37782,52155],[34087,69396],[35487,71069],[32336,75851],[34586,70722],[35661,70381],[34589,68903],[35300,69503],[32464,76544],[38087,82368],[33658,78570],[35140,79211],[32595,77519],[25982,95506],[36284,96310],[36900,105623],[36709,103485],[31324,110073],[47927,52242],[46711,53945],[45233,52219],[45913,55318],[38869,56108],[38469,54054],[39355,76402],[50580,76689],[40306,68209],[42282,80893],[41798,78491],[45826,78952],[40892,98359],[46439,97421],[42999,93107],[42178,110150],[39124,102660],[42499,102727],[45487,113163],[56592,-35981],[58142,-31496],[59893,-30400],[54416,80906],[73796,-69609],[76970,-68975],[-145739,117802],[-182972,-102032],[-186887,-105297],[-224284,-24958],[-227379,-21958],[-3116,-4115],[-2259,2379],[-2002,5380],[-250823,-72047],[-268914,-189388],[-32444,-17132],[-35603,-18236],[-33997,-16280],[-45007,-23092],[-59601,399616],[12724,2089],[5356,81549],[7079,81618],[11488,82000],[19786,481],[19809,4891],[16518,77529],[40807,95254],[57202,-32288],[972229,217690],[1044292,203777],[1046334,203036],[1045746,201414],[1043727,202226]] \ No newline at end of file diff --git a/src/gathering/a10519.json b/src/gathering/a10519.json new file mode 100644 index 0000000..e639532 --- /dev/null +++ b/src/gathering/a10519.json @@ -0,0 +1 @@ +[[-118047,-176651],[-117997,-175458],[-120451,-179844],[-141484,9647],[-171352,21686],[-167980,18162],[-171679,52414],[-183058,3523],[-200424,-59797],[-194881,-64742],[-214056,-22162],[-209841,-45830],[-222534,-33613],[-225136,-47665],[-231030,-36168],[-6831,36695],[-1273,46428],[-10491,54370],[-10235,56974],[-12088,54610],[-9661,52076],[-9608,53313],[-11493,53201],[-22934,-23324],[-15834,52387],[-13803,53298],[-12982,52307],[-21958,76878],[-31995,35574],[-29678,29203],[-26540,26775],[-28776,30898],[-58639,400050],[11514,76338],[9986,77492],[2236,80623],[336,80440],[144834,300504],[14636,55521],[19436,74947],[21898,73508],[24145,72247],[13952,78981],[37642,-38702],[34712,-40017],[35572,-42050],[33934,59544],[36077,58703],[36674,56074],[37782,52155],[34087,69396],[35487,71069],[32336,75851],[34586,70722],[35661,70381],[34589,68903],[35300,69503],[32464,76544],[38087,82368],[33658,78570],[35140,79211],[32595,77519],[25982,95506],[36284,96310],[36900,105623],[36709,103485],[31324,110073],[47927,52242],[46711,53945],[45233,52219],[45913,55318],[38869,56108],[38469,54054],[39355,76402],[50580,76689],[40306,68209],[42282,80893],[41798,78491],[45826,78952],[40892,98359],[46439,97421],[42999,93107],[42178,110150],[39124,102660],[42499,102727],[45487,113163],[56592,-35981],[58142,-31496],[59893,-30400],[54416,80906],[73796,-69609],[76970,-68975],[-145739,117802],[-182972,-102032],[-186887,-105297],[-224284,-24958],[-227379,-21958],[-3116,-4115],[-2259,2379],[-2002,5380],[-250823,-72047],[-268914,-189388],[-32444,-17132],[-35603,-18236],[-33997,-16280],[-45007,-23092],[-59601,399616],[12724,2089],[5356,81549],[7079,81618],[11488,82000],[19786,481],[19809,4891],[16518,77529],[40807,95254],[57202,-32288],[972229,217690],[1044292,203777],[1046334,203036],[1045746,201414],[1043727,202226]] \ No newline at end of file diff --git a/src/gathering/a10525.json b/src/gathering/a10525.json new file mode 100644 index 0000000..8511185 --- /dev/null +++ b/src/gathering/a10525.json @@ -0,0 +1 @@ +[[-120132,-146184],[-132987,-145924],[-139129,-243653],[-136422,-246042],[-140861,-123141],[-143291,-139051],[-148896,-180723],[-141180,-185805],[-148213,-235912],[-150483,-242639],[-162155,-177363],[-160669,-249167],[-173230,-210154],[-177141,-214768],[-172009,-214317],[-174005,-213928],[-171922,-217052],[-173999,-223587],[-182976,-114857],[-189114,-166141],[-185597,-170494],[-186011,-202807],[-179909,-203664],[-179326,-209413],[-184140,-220671],[-191123,-100620],[-199768,-136487],[-198256,-139990],[-199644,-144504],[-199389,-153184],[-196283,-141689],[-198105,-162326],[-195370,-200803],[-204747,-109838],[-214917,-120569],[-213180,-116098],[-208768,-129752],[-215114,-132507],[-214549,-153054],[-213573,-143706],[-211711,-155397],[-210272,-177321],[-219896,-121756],[-224255,-131933],[-222523,-153443],[-227293,-188751],[-219482,-113135],[-220222,-110435],[-234960,-156764],[-235497,-160282],[-231307,-169793],[-234735,-174069],[-238477,-35680],[-239112,-35021],[-239923,-34581],[-240566,-34380],[-241051,-34228],[-231966,-43704],[-234676,-40721],[-234380,-39496],[-252606,-146075],[-246126,-169913],[-245133,-175365],[-245090,-37120],[-246837,-40169],[-246591,-40230],[-115023,-152544],[-114186,-213847],[-112561,-206688],[-126949,-120259],[-122153,-153048],[-119437,-149458],[-122247,-171350],[-118968,-215326],[-123022,-97764],[-138624,-188735],[-139917,-184159],[-128654,-217433],[-142913,-123839],[-144341,-170193],[-152816,-187450],[-142305,-184087],[-151865,-205275],[-142792,-222136],[-144710,-251004],[-163299,-163422],[-161281,-173614],[-157331,-178000],[-165384,-207047],[-161433,-209066],[-165866,-216082],[-165618,-222260],[-155048,-241093],[-155846,-247490],[-160666,-89101],[-171261,-164423],[-177475,-203881],[-167059,-205654],[-176980,-227950],[-174285,-217583],[-168125,-220871],[-173800,-88009],[-177923,-92596],[-190574,-164575],[-191855,-202017],[-190604,-198805],[-181058,-208935],[-186954,-219571],[-185432,-99176],[-183458,-100694],[-203874,-144559],[-200052,-148006],[-199431,-150107],[-204395,-153540],[-195362,-170734],[-198978,-195931],[-192674,-104937],[-216538,-119431],[-211575,-136919],[-213353,-129639],[-215210,-151018],[-211819,-153321],[-217061,-78568],[-214801,-89684],[-215938,-108364],[-218690,-122209],[-222045,-153080],[-230289,-189915],[-221097,-110586],[-218592,-110539],[-231209,-156863],[-236888,-190438],[-239181,-191398],[-231430,-196373],[-238375,-47116],[-240622,-40448],[-253298,-137707],[-250756,-149085],[-249204,-145024],[-255321,-165085],[-243526,-183114],[-262545,-141097],[-265923,-148267],[-260516,-159526],[-256590,-168651],[-270495,-191773],[-100749,-143483],[-100956,-161954],[-107876,-149494],[-110042,-150991],[-107002,-156183],[-108479,-161477],[-113772,-163019],[-127079,11842],[-120354,134842],[-116080,25005],[-122116,21140],[-116708,23641],[-125201,297774],[-127982,309945],[-116525,32978],[-121065,428558],[-118020,45214],[-122390,110801],[-131745,-137916],[-134410,-148489],[-137190,-65229],[-134392,132056],[-139087,128816],[-134079,150098],[-130261,232939],[-129688,307601],[-130758,58665],[-131236,54509],[-132208,92985],[-137509,112513],[-138947,111427],[-138028,112973],[-139034,114169],[-136295,108852],[-140414,117755],[-143468,139668],[-153283,132501],[-146496,135300],[-149091,138844],[-145614,137410],[-140885,130576],[-153381,129271],[-153450,131350],[-147605,145909],[-143206,150199],[-142414,112937],[-147237,114192],[-145095,113548],[-143511,121725],[-141867,124395],[-143050,122384],[-144818,123834],[-151338,124860],[-150412,127599],[-146947,127827],[-146045,120237],[-146895,121755],[-144494,119676],[-153139,123250],[-152770,123943],[-164162,-146276],[-157895,133171],[-154814,133293],[-157798,128267],[-157157,146863],[-157602,147234],[-165081,143429],[-153683,118901],[-153959,122743],[-157888,125681],[-159249,126804],[-157143,125970],[-175241,-115870],[-172042,140838],[-174000,143289],[-176700,153188],[-174719,145929],[-167399,150951],[-171871,160651],[-178916,301701],[-189585,140341],[-190687,152296],[-185039,154883],[-190935,169926],[-188651,296298],[-203684,-73122],[-197492,-70538],[-194922,138025],[-195207,150955],[-195370,157178],[-193313,167073],[-200360,128150],[-205464,-70376],[-210364,-64065],[-208276,119755],[-240875,-598252],[-241569,-605377],[-3505,-127544],[-1970,-149462],[-4053,-149932],[-9131,-152298],[-10296,-147906],[-11887,-145860],[-5000,-145815],[-10677,-145463],[-3091,-154638],[-7478,-158720],[-7968,-156143],[-10248,-6140],[-7487,-16921],[-8369,-20462],[-3733,-24452],[-1392,-21994],[-4800,-29910],[-8622,-28738],[-10769,-32003],[-252932,133241],[-250294,134032],[-245670,132266],[-250950,128443],[-249311,124626],[-244520,127518],[-267532,-338342],[-263180,137095],[-262058,139245],[-266717,98559],[-266274,99256],[-268793,99481],[-265029,91490],[-264984,93670],[-266305,104801],[-265539,113810],[-266371,111139],[-267727,112363],[-262977,108762],[-261611,114185],[-264383,106971],[-264798,116897],[-264382,120869],[-261370,118879],[-256624,121128],[-257766,125455],[-277746,-191026],[-273266,-188309],[-277869,-193849],[-275066,-354912],[-280017,-346794],[-280560,-346958],[-278901,-354757],[-275185,-360436],[-273484,-360879],[-277835,134796],[-280525,136703],[-277973,137385],[-281293,138929],[-281514,136025],[-280613,132841],[-276908,129778],[-270466,95151],[-270960,98217],[-275357,114273],[-269475,109705],[-272574,113323],[-272376,108963],[-271206,105311],[-271943,108122],[-279187,111154],[-279844,120915],[-283160,139937],[-288432,112983],[-285209,112869],[-297047,-352316],[-305331,-362136],[-295855,110636],[-299737,104951],[-316376,109369],[-311001,108411],[-324101,-350399],[-330839,-364655],[-332132,-363342],[-331655,96323],[-330083,97657],[-323040,96515],[-335841,-376629],[-341767,-404465],[-339950,-438538],[-344794,-450884],[-334197,-451550],[-337173,-449212],[-352643,-409364],[-354178,-398969],[-350920,-410068],[-357108,-415809],[-353549,-446672],[-346943,-441945],[-355780,-441847],[-353343,-436238],[-353077,-449440],[-364283,-394377],[-368127,-391380],[-367237,-417593],[-369385,-416457],[-359535,-418234],[-369720,-411285],[-360825,-436886],[-368408,-461247],[-371155,220272],[-23075,-126964],[-24151,-123994],[-13659,-147193],[-16388,-146987],[-15898,-148535],[-13516,-148978],[-13978,-151829],[-14234,-151075],[-18295,-150115],[-19754,-151062],[-19645,-148205],[-19165,-149748],[-24410,-150981],[-25253,-143106],[-25390,-141039],[-17833,-10722],[-22315,-19514],[-13734,-23363],[-18793,-18694],[-22797,-24597],[-24676,-17976],[-24559,-17164],[-19730,-28858],[-19572,-52668],[-379134,-398904],[-381121,-409026],[-382798,-409687],[-378055,-411648],[-379724,-410055],[-373796,-461503],[-378278,221717],[-372751,218319],[-384093,-217410],[-391282,-402689],[-391707,-477850],[-388081,-474099],[-395113,204932],[-386244,216564],[-392586,206996],[-385459,223123],[-385455,230765],[-384096,108927],[-410393,484059],[-433722,203188],[-429843,207485],[-433179,220312],[-430989,221334],[-427538,222922],[-431153,237379],[-436014,-344894],[-444072,187792],[-437336,190975],[-446794,192592],[-437055,218425],[-446835,239122],[-443241,237348],[-436762,241608],[-452515,197002],[-450612,202236],[-450087,209036],[-450980,213755],[-452698,219148],[-450111,223601],[-450634,227110],[-448841,228697],[-493260,387853],[-496638,386981],[-37916,-127316],[-34194,-116772],[-30428,-137646],[-36456,-136669],[-38216,-136543],[-36742,-140160],[-37403,-134240],[-34039,-134868],[-27289,-150174],[-26697,-148347],[-29244,-147205],[-31036,-146590],[-28021,-147724],[-26710,-142987],[-27228,-144097],[-26303,-144125],[-30465,-142239],[-31043,-144622],[-32790,-142127],[-33426,-142998],[-37965,-141372],[-35207,-140858],[-25821,-150029],[-25749,-21935],[-30372,-31909],[-35951,-36512],[-35533,-35383],[-35260,-34806],[-35059,-33171],[-32486,-39180],[-37973,-47501],[-34235,-48555],[-34105,-40065],[-34805,-43400],[-36367,-41853],[-34470,-67378],[-37980,-68397],[-37263,-68573],[-35907,-69622],[-36043,-71996],[-30423,-69430],[-30094,-69690],[-34274,-66597],[-36691,-74417],[-32614,-77130],[-37714,-87429],[-32870,-76868],[-38025,-93381],[-505936,377837],[-521090,372226],[-544387,195504],[-559974,203580],[-561462,196007],[-555156,192288],[-551315,197909],[-556695,203126],[-558096,206135],[-554212,206861],[-566983,192487],[-579753,1777262],[-576853,173918],[-576748,194885],[-596739,213494],[-595803,218764],[-593153,220176],[-611172,53179],[-605337,59234],[-621180,58824],[-615710,58948],[-618456,66398],[-39569,-125610],[-42201,-121913],[-43018,-124569],[-47109,-123747],[-46852,-124441],[-46273,-123671],[-47486,-116400],[-48693,-117297],[-42964,-115475],[-44115,-115820],[-42319,-120726],[-48089,-127352],[-44694,-127641],[-39381,-137435],[-41546,-137624],[-41131,-136543],[-43140,-137872],[-40845,-133913],[-38946,-133968],[-39633,-135328],[-43630,-135808],[-44840,-137728],[-40522,-130960],[-40750,-130286],[-46024,-129172],[-45363,-128355],[-38509,-128928],[-40252,-128957],[-49471,-134747],[-48906,-132637],[-50296,-133905],[-46734,-138144],[-46793,-140246],[-47986,-138278],[-48945,-136687],[-50929,-137082],[-50484,-135034],[-50870,-132834],[-48430,-133809],[-48819,-137566],[-44726,-136423],[-45945,-135489],[-49322,-139566],[-43122,-127919],[-48399,-141489],[-50596,-142158],[-40452,-42315],[-41384,-75055],[-44659,-75031],[-42339,-76110],[-42730,-75443],[-48863,-82434],[-47667,-77267],[-48569,-79448],[-47660,-86101],[-46449,-86103],[-41153,-86448],[-40683,-82858],[-39442,-88469],[-50534,-88729],[-48052,-76638],[-38422,-85849],[-42040,-82890],[-49626,-97704],[-48674,-98232],[-49325,-98139],[-48247,-94763],[-49836,-93990],[-46777,-91426],[-45862,-113649],[-47956,-113375],[-43608,-105378],[-44125,-103994],[-42445,-105408],[-42454,-106308],[-43782,-112453],[-44807,-103441],[-48482,-105143],[-50294,-111778],[-50697,-112213],[-50646,-111131],[-49184,-103763],[-663055,1689782],[-665399,1691488],[-675226,1687001],[-59730,-125087],[-53031,-115435],[-59590,-123240],[-51459,-136740],[-52519,-137163],[-51717,-134650],[-56650,-135525],[-56761,-134651],[-53352,-133817],[-56339,-137011],[-56667,-140532],[-53620,-140359],[-59980,-130073],[-58315,-143734],[-56153,-147486],[-54487,-147373],[-54237,-145759],[-51460,-145671],[-53548,-144764],[-53104,-143523],[-53888,-143147],[-53526,-141874],[-63682,-146079],[-51980,-146981],[-61271,-150873],[-61502,-152680],[-60118,-154629],[-58171,-154818],[-63737,-156852],[-62331,-17517],[-62774,-16249],[-59488,-419484],[-57870,-73970],[-56776,-72276],[-58355,-67495],[-51242,-80119],[-53331,-81697],[-53382,-84623],[-52616,-85450],[-57821,-81925],[-55561,-77229],[-54770,-93709],[-57013,-92322],[-56585,-92105],[-54015,-94169],[-52887,-97159],[-55881,-101757],[-57532,-99608],[-62018,-90563],[-52098,-103230],[-54293,-114527],[-55162,395881],[-60293,413269],[-68705,-131020],[-68268,-132271],[-70522,-129990],[-71739,-130117],[-72649,-138423],[-75357,-131560],[-64167,-147606],[-64149,-153127],[-67515,-146255],[-68500,-141873],[-68065,-143145],[-67933,-20021],[-64199,-423590],[-74440,-33155],[-69467,-29997],[-69148,-47342],[-67399,-50141],[-66886,-50173],[-69753,-42406],[-67953,-71152],[-68026,-76560],[-72656,-73998],[-64165,-75233],[-66082,-75349],[-68621,-89378],[-65456,-77546],[-68160,1631],[-67369,3200],[-68282,5841],[-71893,19350],[-67786,380817],[-74498,405811],[-75487,420890],[-67763,419131],[-71577,422859],[-75447,41556],[-71849,39573],[-66667,41037],[-75195,58105],[-72289,61409],[-72742,66350],[-78463,-134859],[-82378,-136356],[-81388,-96154],[-78651,-95587],[-80236,-106933],[-83379,379732],[-87443,387775],[-82705,406488],[-82332,408133],[-88706,422119],[-84073,416519],[-77226,412020],[-77236,424843],[-87396,424962],[-86478,49610],[-82628,51123],[-87187,49129],[-82802,64017],[-78413,55158],[-78067,56361],[-79215,68221],[-84311,74610],[-78646,69021],[-85325,89538],[-79761,88840],[-78719,85356],[-78484,93917],[-78007,93755],[-1012888,1485201],[-91040,-125864],[-93972,-116271],[-93166,-120527],[-95192,-122368],[-94726,-120166],[-95092,-124281],[-92405,-123025],[-92628,-126318],[-92139,-124886],[-92575,-125227],[-92393,-129280],[-94760,-131796],[-96537,-135445],[-94703,-139164],[-97197,-58907],[-97294,-101848],[-97171,-99511],[-100653,-101902],[-98503,-98153],[-99319,-99227],[-102118,-94888],[-101892,-92990],[-100569,-92684],[-100150,-93575],[-98149,-104714],[-97298,-107001],[-95594,-109088],[-97279,-112070],[-90990,-113613],[-99384,-110631],[-98973,-107151],[-94208,-110747],[-94051,-109916],[-96501,-107465],[-97754,-109983],[-101557,-105366],[-97992,-105241],[-96714,-102315],[-96223,12358],[-96482,5589],[-97226,11258],[-101027,4157],[-101840,9660],[-91810,18871],[-96760,384086],[-90835,384699],[-102029,401024],[-101305,405392],[-89978,402917],[-93890,417199],[-95863,417820],[-98321,46878],[-110583,-123247],[-105598,-121247],[-102687,-124710],[-106648,-128253],[-106540,-131717],[-106194,-2942],[-106153,-21],[-111902,-11356],[-108181,-43522],[-107075,-88971],[-103876,-94152],[-105360,-93236],[-104858,-93685],[-105389,-89786],[-102499,-98861],[-107554,-98832],[-105678,-94704],[-105431,-97627],[-104994,-96110],[-103368,-98009],[-107582,-90685],[-103507,-107408],[-111216,20492],[-108850,24498],[-105832,22849],[-104066,16679],[-105018,14910],[-110795,31837],[-103104,391743],[-113617,41466],[9048,-151370],[6913,-152208],[4988,-152998],[1373,-150292],[3003,-148295],[1053,-149244],[8141,-153483],[3700,-153874],[3763,-18302],[1626,-19728],[166,-16534],[7114,-35794],[8528,-49235],[135753,297370],[131341,301369],[140243,315243],[134100,320114],[138917,329155],[133987,324166],[134612,329389],[132809,324921],[132454,342954],[137028,76760],[142412,320550],[150406,320410],[140934,337530],[136316,352654],[143637,64819],[163510,306666],[161947,308872],[163506,310541],[166007,316815],[165173,316902],[160052,331595],[166395,346915],[163183,362927],[176387,276356],[168974,284408],[173873,286653],[178601,285777],[171682,297510],[178842,296865],[174088,296481],[174362,299089],[167198,304929],[169224,302552],[167251,312744],[170609,339741],[167763,367995],[177512,410001],[185660,295950],[180736,297261],[191181,306984],[181227,330644],[181126,340601],[200753,301174],[202722,316615],[203109,316704],[194101,312981],[193308,323895],[194399,324312],[196075,325928],[209956,308488],[209076,329409],[207095,327149],[24843,-139655],[25055,-142502],[23783,-144999],[13139,-154673],[19353,-10988],[21049,-13647],[14134,-49394],[15186,80216],[13890,79127],[23239,89150],[18471,99743],[327436,609243],[330769,606857],[332097,622904],[327891,619753],[331713,619082],[328210,615903],[330033,615608],[334340,613674],[335378,605488],[337008,621420],[336883,620950],[335478,621679],[334421,621909],[337140,616530],[333194,619937],[340275,619041],[27531,-139914],[26881,-141772],[30672,-141566],[37667,-21221],[33101,-17802],[30206,-22529],[26766,-20428],[30125,-18845],[36912,-28681],[34049,-30276],[33631,-49723],[35204,-49767],[31298,-48878],[35248,-82750],[36458,139076],[35433,142629],[28844,142595],[49337,-124606],[50562,-126821],[50920,-127812],[49689,-129443],[49177,-130705],[47675,-128060],[43145,-20446],[39863,-28516],[39263,-55007],[38707,-92280],[47238,-93077],[53617,-122313],[52546,-123678],[54713,-121791],[56278,-119458],[57719,-121425],[54206,-119536],[53656,-118699],[54091,-118013],[53352,-116557],[56699,-118347],[54332,-116820],[57130,-115520],[60923,-115781],[58522,-32705],[57860,-48260],[59381,-113890],[70213,-12402],[65471,-41583],[66088,-40768],[69186,-51855],[68077,-54601],[74809,-68354],[74067,-74046],[71690,3088],[73047,23662],[76306,37362],[86039,-32720],[79783,-39683],[81419,-44163],[85533,-49660],[78373,-38610],[86084,-48915],[88211,-49500],[86731,-63290],[85778,-60367],[84964,-56449],[79486,-54947],[77758,-58882],[86874,-54307],[86810,-52244],[77309,-73340],[88960,-66386],[88679,-84394],[88657,-98325],[88878,-98103],[89239,-97654],[87792,-93237],[88514,-93085],[87101,-93989],[86910,-93199],[86073,-95401],[84513,-97627],[86309,-101213],[86065,-102730],[84281,22569],[79653,30676],[79415,44426],[88714,48763],[81557,49281],[85847,625262],[82386,63109],[82029,54360],[78283,57335],[83150,83800],[86904,114297],[98118,-7952],[99104,-18092],[94104,-17737],[96113,-36420],[93578,-25504],[94786,-86724],[94418,-83930],[96614,-82737],[93963,-82547],[95446,-80862],[94284,-78912],[96117,-78340],[91810,-96687],[91460,-97121],[91297,-98342],[101697,-93896],[97491,-97047],[92884,-100102],[92540,-99148],[95557,-96255],[94973,-94981],[101313,-97718],[97810,-100897],[99633,-101192],[97915,-107573],[100369,-109943],[94805,2348],[92757,41200],[95481,42812],[109706,-7172],[103392,-32738],[103879,-36980],[108232,-40807],[102752,-86566],[104934,-84155],[107370,-85869],[106596,-85772],[111874,-88448],[110762,-87571],[106608,-95380],[106483,-95850],[105078,-95121],[104021,-94891],[107616,-92312],[108844,-90818],[106454,-100340],[102794,-96863],[109875,-97759],[102476,-92247],[108067,-107614],[105118,-111482],[103397,-103681],[107521,-110907],[116955,-17098],[125851,-23857],[116786,-36684],[120415,328889],[123205,343703],[-126772,-144271],[-125035,12525],[-121314,138019],[-122789,21002],[-116162,24707],[-125945,25235],[-125738,298268],[-127299,309493],[-126391,310217],[-118686,46698],[-124829,42107],[-131978,-144862],[-136287,-148271],[-135288,-148765],[-134872,-65675],[-140135,131822],[-133699,128503],[-138333,130743],[-139222,135361],[-138724,128369],[-135499,150986],[-139903,142637],[-140620,142391],[-131555,242202],[-131388,237562],[-131569,300021],[-130215,306525],[-134515,27759],[-132401,60831],[-132304,54620],[-128129,72080],[-132241,89018],[-135267,127432],[-132662,122481],[-140593,124197],[-139136,119699],[-142269,-146008],[-150456,-141071],[-144539,-143699],[-151778,134403],[-143382,136887],[-151749,139284],[-150572,140750],[-142416,129302],[-151984,129700],[-153452,129072],[-153357,131293],[-149029,141742],[-149171,142053],[-147870,143132],[-145924,142056],[-143735,141574],[-142966,142530],[-141425,143334],[-141123,111660],[-143795,121764],[-144955,118996],[-140993,125795],[-143965,124705],[-142635,125174],[-145849,123633],[-147216,124876],[-150967,127453],[-148719,128508],[-147225,127212],[-143570,128005],[-144038,117721],[-153169,123091],[-163582,-138902],[-155309,134452],[-154473,129087],[-153776,148618],[-156462,146733],[-156300,143285],[-160198,145751],[-164034,143245],[-154243,127055],[-158024,123812],[-153863,125939],[-156906,127581],[-156269,125808],[-155325,127820],[-172053,-122576],[-171223,-125803],[-173004,-117599],[-176740,138351],[-177015,139433],[-173639,145989],[-166455,149878],[-169739,51665],[-182719,-106217],[-191473,137584],[-186729,142641],[-188715,160526],[-190759,168070],[-180074,299991],[-197703,-71413],[-200445,-68940],[-192792,148889],[-196248,153327],[-195010,151924],[-203494,159830],[-193783,166950],[-208039,-69134],[-211140,-64378],[-208412,-70965],[-210444,-73020],[-211111,-71644],[-214349,-78533],[-216562,129574],[-211161,157281],[-240068,-77653],[-242844,127873],[-1067,-126690],[-332,-131044],[-10184,-144324],[-11010,-158026],[-9292,-159340],[-11301,-7530],[-4592,-24096],[-832,-22256],[-9891,-18637],[-4205,-30308],[-8503,-26792],[-10756,-31374],[-247316,133904],[-246402,136340],[-254410,125622],[-249296,127833],[-265869,-507222],[-261624,135033],[-262668,138187],[-264956,100451],[-265129,100872],[-263037,91688],[-264553,91337],[-262703,100417],[-268321,104478],[-265149,115135],[-265483,107140],[-267538,108800],[-267402,119815],[-263622,121785],[-265425,121861],[-259597,120140],[-256272,122422],[-258035,127672],[-272979,-185541],[-275264,-185287],[-268997,-73045],[-278195,135297],[-280314,138019],[-275858,135492],[-281349,138365],[-279339,133921],[-278683,130266],[-268922,100481],[-270648,96902],[-270151,97824],[-274830,114853],[-269162,108003],[-272454,113890],[-277219,114896],[-271497,108036],[-270147,105610],[-271785,107648],[-279451,109276],[-279991,120663],[-281841,-345177],[-284000,-356181],[-294345,-353968],[-282668,140767],[-283388,136395],[-287572,109278],[-284984,113037],[-303367,-358934],[-294653,107933],[-301435,104974],[-315102,110095],[-311474,108405],[-331833,95452],[-328542,95446],[-323510,98171],[-335359,-356633],[-336692,-353073],[-338711,-353904],[-335370,-354399],[-353321,-436714],[-369999,218768],[-18989,-129469],[-17058,-10392],[-22984,-20846],[-18782,-17937],[-21255,-19311],[-17352,-15937],[-25484,-15325],[-20007,-29907],[-19388,-29944],[-16291,-49700],[-22541,-53590],[-377027,-390450],[-376341,-388286],[-372000,-398865],[-374754,-399351],[-383462,224044],[-379874,221547],[-372375,220894],[-395208,-379439],[-396097,204753],[-394401,206157],[-386314,218575],[-385706,228233],[-384084,110799],[-411871,-383265],[-413945,-387059],[-412786,-389922],[-409653,-390985],[-432427,203372],[-432639,206558],[-434183,219233],[-428703,221459],[-429914,237417],[-441880,-338629],[-443013,187744],[-435452,190969],[-443307,189406],[-435636,215605],[-436925,218448],[-447374,230059],[-447509,235499],[-445699,238547],[-440953,238983],[-437541,242665],[-454856,-338946],[-450216,194733],[-452345,202028],[-450275,208087],[-453568,217362],[-451358,212990],[-452720,220839],[-449316,227918],[-472398,-355696],[-498135,380152],[-493862,379644],[-496521,389560],[-32310,-132939],[-35241,-132105],[-32356,-216687],[-30942,-213266],[-35664,-219511],[-34788,-220382],[-34869,-221630],[-32985,-221797],[-26353,-21113],[-26213,-20213],[-27921,-31373],[-28314,-28817],[-31948,-39553],[-35016,-48764],[-33103,-48485],[-36749,-44539],[-35290,-44116],[-36925,-51278],[-500532,376706],[-502180,380357],[-505471,394933],[-506851,396271],[-513348,-418898],[-517361,358051],[-512759,364128],[-517169,368714],[-520931,373683],[-545367,196734],[-557831,200119],[-555849,195455],[-552094,201465],[-561717,202559],[-555454,205534],[-561663,205321],[-574393,191718],[-565579,194672],[-581399,1756036],[-581256,1778450],[-577391,175131],[-588495,213939],[-593188,215943],[-597329,215125],[-598909,209284],[-590924,220784],[-611359,56322],[-603288,54740],[-615735,63123],[-622806,58774],[-616219,67316],[-39540,-43437],[-45514,-82493],[-48727,-106286],[-50794,-106681],[-49153,-104238],[-47008,-104232],[-45790,-105720],[-46089,-107325],[-45704,-111797],[-47558,-113788],[-47450,-113354],[-663507,1689099],[-662783,1688191],[-674732,1687539],[-672979,1693369],[-666475,1692015],[-57396,-117293],[-56836,-116127],[-53249,-119470],[-52518,-120372],[-59583,-126208],[-56028,-116697],[-59601,-119130],[-53287,-131507],[-57742,-136028],[-59565,-129656],[-54958,-150975],[-54733,-149579],[-59506,-152541],[-60789,-150637],[-63296,-151345],[-63293,-17423],[-56459,-73497],[-56955,-74343],[-52188,-73226],[-53470,-79788],[-58475,-81575],[-55557,-76777],[-55811,-82993],[-56328,-83461],[-51347,-101454],[-55306,-100655],[-56804,-99701],[-55581,-95179],[-52190,-106840],[-54121,-106115],[-53865,-105300],[-52515,-102545],[-52227,-107459],[-57102,-104002],[-62844,386764],[-62844,414572],[-72806,-129232],[-69445,-131135],[-73452,-138339],[-69439,-146720],[-66522,-5364],[-66796,-3517],[-67244,-18303],[-66463,-15861],[-66558,-13086],[-70600,-32386],[-73561,-45150],[-67924,-47599],[-69285,-42520],[-72945,-69728],[-66316,-88739],[-68429,-77196],[-70630,-79359],[-68573,378301],[-72550,418972],[-74363,414128],[-71788,40929],[-87950,-122849],[-89235,-133340],[-76920,-129481],[-77247,-136186],[-79109,-134478],[-82122,-136870],[-82152,-135507],[-81849,-135680],[-81911,-146793],[-88292,-144831],[-79656,-38517],[-86038,-92905],[-85655,-92446],[-83728,-97672],[-78768,-109085],[-78753,377636],[-82281,376842],[-87364,383650],[-89444,384986],[-84812,403013],[-86359,403681],[-77212,422436],[-83070,414699],[-78895,427317],[-88736,88330],[-80021,89416],[-80541,88667],[-82935,86440],[-85410,77925],[-85477,91216],[-83300,95426],[-93107,-121357],[-94695,-121932],[-94939,-120447],[-94598,-124323],[-92303,-122521],[-92045,-126700],[-92781,-125368],[-92726,-125410],[-92097,-139400],[-92410,-129814],[-94573,-131716],[-96574,-135967],[-94377,-138873],[-90125,-28566],[-92465,-99110],[-97584,-101651],[-100606,-97577],[-97497,-100768],[-99084,-98574],[-101875,-92514],[-100281,-93134],[-100396,-94108],[-97361,-98567],[-97138,-97332],[-97404,-96752],[-99949,-109561],[-97907,-103157],[-101351,-104786],[-96525,-104319],[-97316,-107864],[-94718,-111523],[-96297,-112584],[-93044,-114877],[-101235,-106462],[-93168,-110775],[-96771,-107350],[-96953,-110935],[-100285,-105971],[-100447,-103849],[-97637,-105382],[-96029,12418],[-97575,6239],[-95827,11233],[-92216,17881],[-90369,388841],[-96875,386080],[-101633,408332],[-91238,417514],[-97533,420893],[-89912,423242],[-97504,46445],[-92298,88907],[-108017,-125636],[-107089,-125974],[-105172,-122564],[-109383,-121825],[-105632,-6586],[-107948,-481],[-112737,-12446],[-107650,-79014],[-106916,-89076],[-104976,-92193],[-103421,-93886],[-102721,-95512],[-104751,-92663],[-104777,-93166],[-105863,-89827],[-102945,-100228],[-108002,-98598],[-104190,-100409],[-105175,-96328],[-106166,-98244],[-107392,-90355],[-102571,1080],[-106098,131607],[-103347,15589],[-106795,18907],[-111446,20794],[-113498,24527],[-106519,22651],[-108047,30700],[-109150,35441],[-112802,40922],[-114774,86335],[1364,-126529],[548,-125850],[1023,-131015],[561,-4311],[5580,-1531],[12577,-12369],[5886,-9139],[936,-25325],[2166,-19342],[4392,-29783],[7463,-37584],[7969,-49406],[3249,-48605],[5002,-45075],[137883,-217137],[140132,-206538],[139646,-212165],[138342,-216657],[137329,-206176],[136978,-219394],[134211,-223278],[137997,-229019],[131436,-228055],[134181,-228186],[134180,-220096],[132102,-219499],[138166,-218301],[140271,-47044],[138129,-48490],[133897,-48403],[136922,-48514],[137805,-49998],[137052,294857],[128437,313739],[136219,317381],[135492,325229],[137707,328098],[137083,321198],[132627,324603],[138743,329272],[133826,331644],[131968,345233],[148791,-199291],[144815,-226487],[146205,-223431],[149286,321378],[152351,328282],[161483,-199032],[161558,314427],[156522,329953],[165530,342543],[164786,368167],[170362,293629],[175550,290890],[173331,291354],[175447,284071],[177084,298318],[169328,296909],[168039,305827],[168495,307457],[167813,321668],[178794,331387],[167530,345390],[174529,358961],[166782,367099],[175631,402421],[176985,408925],[180796,279210],[183006,296186],[181621,297044],[189633,298367],[179423,300569],[190081,328117],[186150,341906],[179981,334296],[185574,333411],[201292,302772],[196348,302216],[201321,315177],[198580,311708],[199421,325295],[195878,336850],[208935,306955],[205664,314995],[205270,323749],[24720,-149865],[24518,-151914],[23298,-149254],[22328,-148660],[22136,-147960],[20612,-147639],[18243,-147746],[20960,-142937],[24668,-153208],[23956,-152891],[20550,-148490],[20685,-13339],[23631,-12905],[19352,-16137],[19069,-16703],[25371,-19948],[14338,-48965],[16808,-49203],[339587,615073],[29034,-139936],[32274,-139432],[28310,-143153],[26570,-150439],[26255,-149362],[27544,-154439],[26962,-153611],[25642,-155082],[26504,-156204],[26294,-157206],[36852,-21958],[34750,-21002],[28651,-19665],[29831,-14940],[35655,-27517],[25617,-44964],[36629,-54543],[37255,-82737],[35750,138977],[29559,142285],[37335,154371],[41096,148773],[56208,-42144],[57035,-41433],[59012,-41455],[62453,-42153],[63430,-39848],[55856,-49641],[74889,-1675],[70110,-7924],[73980,-20876],[68438,-37891],[69583,-39458],[65310,-41198],[66096,-39631],[64427,-40621],[65843,-43569],[75669,-58586],[64035,-54045],[72669,-69782],[72269,-71627],[72417,-101846],[66085,-113065],[64435,-114174],[68045,-111345],[69484,-108941],[70528,-105437],[70665,-106554],[70872,-103387],[70479,-102606],[71401,2436],[71544,24850],[76135,35958],[76399,32011],[76257,57528],[73746,67775],[76144,121167],[77424,-29315],[80065,-33654],[86876,-32341],[87997,-38448],[80126,-55175],[83449,-74244],[88828,-66684],[83990,23515],[86309,32877],[79115,44653],[88221,47467],[81819,45423],[84201,604036],[84344,626450],[81201,63471],[78916,66815],[80763,70237],[78390,79911],[80925,83136],[88023,108918],[83406,115559],[79192,116832],[90858,-25332],[92340,-25189],[99188,-17373],[94661,-15028],[91829,-16308],[98856,-35480],[94156,-32505],[91584,-38156],[91761,-40513],[98192,-41839],[98241,-83968],[94329,3998],[101497,111603],[97521,112082],[110601,-8718],[113962,-355336],[103335,-361826],[110845,-40442],[112691,-48545],[110030,-49840],[112300,-47326],[114788,-86671],[114511,-82399],[110119,-81827],[105622,-86967],[106259,-85492],[108162,-102127],[109772,-100636],[110694,101176],[110529,114867],[113135,108132],[109622,104640],[109942,118287],[107773,122254],[110197,123897],[111077,126410],[125647,-214268],[117927,-16340],[117176,-36268],[124522,-51567],[127374,-51078],[124186,-51073],[115276,-85574],[125852,303996],[124729,328644],[123219,345008],[122581,114839],[117239,108664],[118356,105697],[-116947,-208170],[-120511,-209423],[-122792,-210329],[-122681,-212399],[-115992,-213592],[-115987,-216935],[-125246,-215301],[-122136,-213758],[-123104,-221756],[-119493,-229685],[-117677,-224441],[-122695,-226157],[-117110,-226944],[-118849,-225095],[-119009,-219887],[-124833,-217416],[-116357,-223745],[-123704,-228649],[-119369,-226177],[-125208,-227851],[-123991,-222234],[-118661,-230621],[-117392,-232318],[-118666,-232588],[-121071,-239058],[-125102,-243649],[-123078,-243739],[-124673,-260725],[-119559,-91230],[-127606,141177],[-124912,13750],[-115404,25291],[-124670,22676],[-119050,25544],[-124637,25104],[-127608,23211],[-125177,298782],[-120487,48220],[-125227,41495],[-119622,76254],[-117903,77010],[-121045,108023],[-130337,-121796],[-134475,-139346],[-131249,-137842],[-130880,-134023],[-132042,-144226],[-130734,-175460],[-140164,-182190],[-130097,-217924],[-132607,-224258],[-132252,-219237],[-134075,-242324],[-130452,-242061],[-132512,-237613],[-133482,-243889],[-138122,-245584],[-136869,-247322],[-132595,-255564],[-128002,-253492],[-134361,-254981],[-132243,-261225],[-137484,-266447],[-131305,-261289],[-133431,-257031],[-137662,-98193],[-130081,-109492],[-140690,-110270],[-139410,131770],[-138526,134320],[-140237,142805],[-132327,237450],[-130631,307541],[-128461,307527],[-131355,64093],[-133140,52634],[-128581,90587],[-140521,111460],[-137029,108632],[-129196,120203],[-136752,127448],[-133138,123358],[-140155,123462],[-139408,120929],[-140752,118128],[-139181,116768],[-137870,119721],[-142420,-145406],[-148505,-141357],[-150627,-178710],[-152612,-168309],[-144016,-168083],[-146251,-224231],[-148450,-225617],[-147264,-232516],[-148679,-239303],[-146079,-236081],[-145260,-232726],[-148353,-243768],[-150872,-250168],[-148493,-253551],[-143994,-259360],[-152492,-272649],[-147083,-73370],[-145153,-72598],[-141405,-98766],[-142116,136693],[-151594,134362],[-150454,133300],[-146514,134550],[-149530,136618],[-151896,139430],[-145583,128945],[-142134,146653],[-145980,141496],[-151416,144607],[-144387,101245],[-148101,115350],[-143225,112682],[-149898,124582],[-144360,115401],[-150428,126019],[-152207,124700],[-144759,125938],[-143651,126241],[-142345,125238],[-150209,125388],[-151272,124994],[-153223,126894],[-165215,-120560],[-159921,-136567],[-165482,-191288],[-153781,-200327],[-155811,-200598],[-155471,-202404],[-165778,-202025],[-165311,-195778],[-153993,-199004],[-155722,-199337],[-163574,-194874],[-162109,-235810],[-164539,-246791],[-161875,-245988],[-165645,-258032],[-163301,-262851],[-158302,-269401],[-157288,-270642],[-161076,-88483],[-154794,-82200],[-154664,130179],[-154617,149474],[-157869,148686],[-157069,127607],[-174694,-115954],[-175285,-176477],[-174767,-180030],[-168480,-187866],[-176733,-186930],[-177261,-181138],[-170724,-203888],[-167406,-197990],[-168360,-196659],[-172211,-196418],[-178096,-197396],[-172646,-236748],[-167879,-247323],[-173218,-254557],[-171317,-252574],[-175802,-251839],[-166558,-267683],[-168686,-262688],[-171990,-257987],[-167200,-269470],[-171181,-269150],[-166599,-94769],[-174673,-104522],[-169331,135610],[-176387,153373],[-174187,146244],[-171220,171592],[-178624,299183],[-181409,-189624],[-181507,-191277],[-180653,-183801],[-182415,-189356],[-188195,-184638],[-191849,-187543],[-183081,-192483],[-189509,-213555],[-181758,-214152],[-187795,142634],[-182970,153350],[-190067,163252],[-191080,164822],[-188086,294326],[-202401,-178076],[-197659,-182006],[-203443,-184617],[-204024,-184894],[-192222,-191490],[-193729,-189585],[-194684,-192678],[-199516,-213339],[-198413,-211791],[-203198,-205463],[-202296,-207650],[-202076,-211517],[-199078,-217137],[-193202,-216752],[-196389,-207343],[-204631,-68422],[-195252,-64056],[-194214,138669],[-193713,154502],[-194145,164222],[-195064,163169],[-197851,162495],[-212793,-185237],[-212454,-185481],[-216467,-212753],[-205318,-71709],[-209166,-64516],[-215182,-79181],[-229741,-193457],[-224224,-202440],[-243122,128646],[-9830,-121165],[-9693,-151728],[-9743,-144453],[-4858,-144628],[-3778,-147141],[-896,-150456],[-9111,-158491],[-6245,-158080],[-1018,-157168],[-5513,-155566],[-10926,196],[-10973,-7650],[-794,-12437],[-7577,-18283],[-11774,-22699],[-9569,-21406],[-12572,-20644],[-3989,-20585],[-8325,-23374],[-11298,-24546],[-5012,-20130],[-10236,-18556],[-5293,-26249],[-5016,-30440],[-8500,-27355],[-10115,-28764],[-246418,-213283],[-246101,-210005],[-253208,-600718],[-252148,-63816],[-250826,132624],[-249888,136972],[-248625,133900],[-252145,126906],[-260721,-124946],[-263365,-139210],[-260362,-135157],[-266428,-153568],[-264295,-204240],[-256537,-200930],[-257428,-63877],[-264506,136229],[-261659,139552],[-266770,188155],[-266177,99710],[-267222,97898],[-262785,94788],[-265127,93526],[-265005,91974],[-262264,102302],[-265521,104435],[-267265,110931],[-266582,111284],[-262755,115207],[-264141,107798],[-266443,120864],[-264374,120279],[-260901,120502],[-256278,122909],[-257608,126124],[-277624,-138548],[-278420,-153310],[-280775,-148912],[-273607,-155223],[-275100,-156209],[-269816,-162749],[-275306,-241965],[-270546,-241008],[-274839,-355288],[-274859,-360942],[-273431,-361938],[-277507,133470],[-278418,137218],[-278345,136471],[-278923,131989],[-278123,130409],[-269960,97018],[-269628,98891],[-269238,98467],[-276104,113966],[-269598,115297],[-270338,108443],[-272555,111559],[-271461,109731],[-271908,107934],[-271554,105284],[-281548,111131],[-278332,116493],[-277827,120794],[-282369,-144892],[-285214,-147464],[-294250,-145012],[-281683,-205341],[-293893,-354928],[-282330,139761],[-281932,134838],[-282104,140525],[-287805,112708],[-285538,108529],[-296376,-160893],[-302225,-176838],[-297785,-189476],[-305854,-361368],[-294964,109672],[-301158,104464],[-316474,518760],[-319638,102191],[-317578,109259],[-311557,105666],[-331534,-446830],[-326681,-447620],[-328340,96791],[-326378,97656],[-335989,-355846],[-335199,-353305],[-338132,-354443],[-336341,-354476],[-337281,-375772],[-342394,-403675],[-343525,-405772],[-341266,-444003],[-337720,-443932],[-344180,-442562],[-333660,-447441],[-343584,-449280],[-343873,-450618],[-343754,-451492],[-349953,-396529],[-346274,-410700],[-355183,-417455],[-347507,-440817],[-351971,-446218],[-355194,-441695],[-355141,-437672],[-356321,-445844],[-347252,-448843],[-351095,-448160],[-353288,-449729],[-362946,-394138],[-369994,-389989],[-358741,-399703],[-367951,-413722],[-363515,-417673],[-370759,-412710],[-367675,-434424],[-370862,-433874],[-361600,-430940],[-359111,-445944],[-371078,-446939],[-364583,-454719],[-368935,-449771],[-370371,-458580],[-364766,-448193],[-368160,-464395],[-367044,-462287],[-13779,-125431],[-19081,-126369],[-24050,-119884],[-19051,-192768],[-16796,-9651],[-22579,-12500],[-25568,-20935],[-24971,-20764],[-13164,-24081],[-25491,-14744],[-23707,-17266],[-20103,-30656],[-17402,-29553],[-25465,-48101],[-25100,13274],[-382204,-403891],[-380114,-412392],[-373248,-445350],[-372621,-453965],[-372957,-451617],[-377890,-461287],[-371579,-465232],[-381068,-472156],[-378236,-466821],[-371604,216827],[-379815,222413],[-373753,223547],[-382611,109966],[-389763,-399285],[-384479,-401955],[-390231,-479479],[-390949,-475664],[-386753,-474315],[-395218,206565],[-392193,206464],[-386274,226337],[-389772,217864],[-387631,227965],[-396886,-382414],[-404266,-391381],[-415594,-393029],[-416949,-390408],[-411191,484827],[-432821,201790],[-434904,216080],[-432936,206991],[-430620,220330],[-433966,218108],[-429518,224507],[-432956,237051],[-440842,-323015],[-439429,-331782],[-445901,-336849],[-441134,188775],[-435683,189583],[-444426,190671],[-437102,217159],[-447686,227935],[-447790,235270],[-441188,236164],[-436466,241993],[-457329,-350648],[-449728,195986],[-451665,204878],[-449856,211419],[-451752,217558],[-451531,215830],[-452491,223197],[-450021,226038],[-448351,237476],[-495956,379819],[-498592,374212],[-491706,376467],[-491217,384264],[-35739,-127444],[-36037,-133910],[-33827,-129633],[-35992,-197341],[-36054,-199006],[-37303,-198648],[-31082,-39487],[-34876,-47748],[-37115,-46161],[-36057,-40131],[-29552,-47358],[-33048,-47881],[-36568,-51447],[-31793,10643],[-36526,6780],[-29724,8916],[-28381,13169],[-500231,370670],[-500956,379959],[-501562,392202],[-508335,390111],[-502698,390176],[-509242,392748],[-508101,397843],[-520086,365871],[-517842,358940],[-519063,374646],[-550155,199458],[-543816,198004],[-555183,201370],[-555357,197033],[-562212,200710],[-556259,204758],[-552642,205653],[-563617,197605],[-570243,194213],[-577298,1771159],[-577544,193172],[-595622,213369],[-592482,217235],[-588984,212559],[-600469,210629],[-610341,56047],[-616753,59308],[-618184,62609],[-616145,53540],[-49594,-68443],[-45444,-101696],[-665459,1692431],[-665473,1690261],[-674218,1686977],[-59601,-122338],[-59754,-118820],[-54086,-119306],[-56521,-116367],[-57963,-134235],[-58937,-130362],[-55051,-146712],[-52666,-147974],[-53368,-148190],[-57926,-149160],[-58065,-148073],[-54627,-144702],[-58855,-191756],[-62370,-191071],[-59686,-200829],[-62915,-17839],[-63457,-17942],[-56320,-73861],[-53050,-74224],[-54986,-77063],[-59429,-81799],[-57349,-80942],[-58319,-80932],[-55873,-84235],[-62889,-86244],[-51626,-100580],[-52682,-101474],[-55108,-99243],[-55341,-101289],[-57210,-100131],[-53118,-97970],[-55319,-95071],[-53238,-95404],[-54182,-104793],[-52497,-114885],[-57051,-104464],[-62954,385464],[-58534,413652],[-71725,-124641],[-71187,-130447],[-69392,-133732],[-75882,-131246],[-70349,-145996],[-74793,-146781],[-73328,-146337],[-70510,-188143],[-66965,-187908],[-70909,-195623],[-72521,-202469],[-75469,-211573],[-74494,-210215],[-64155,-213345],[-72995,-221494],[-69753,-223225],[-70305,-2934],[-74777,-34640],[-74594,-32901],[-70202,-29813],[-74299,-48743],[-75821,-50827],[-73083,-46736],[-74535,-39257],[-74863,-70961],[-68431,-89819],[-72811,-113679],[-71642,17828],[-71519,23999],[-76045,377271],[-68754,31990],[-74961,35716],[-75091,406739],[-71964,421185],[-75868,57379],[-73313,59418],[-71974,64205],[-71809,65059],[-77904,-137293],[-78700,-137527],[-78787,-136980],[-82622,-136757],[-78653,-144034],[-79320,-145101],[-86413,-144747],[-86463,-146568],[-81956,-143781],[-80787,-144763],[-81187,-148542],[-84707,-148454],[-89366,-178243],[-86553,-182758],[-87796,-188348],[-87884,-196834],[-79289,-204398],[-79594,-203393],[-82566,-194266],[-77260,-206957],[-81684,-214565],[-81554,-217826],[-79844,-219101],[-80557,-220958],[-79794,-26850],[-79560,-30932],[-86896,-33842],[-88616,-32398],[-86268,-29475],[-86627,-29401],[-83428,-38897],[-80352,-40738],[-82750,-59123],[-88959,-58194],[-84808,-92319],[-77924,-91726],[-83989,-97303],[-85589,-113769],[-80663,-103737],[-84581,378877],[-78746,421091],[-79966,410870],[-84320,414551],[-80507,424624],[-82577,42682],[-79535,39660],[-84517,44983],[-81400,52508],[-87491,53060],[-86541,58857],[-86059,67058],[-84139,66213],[-81838,65259],[-85127,75987],[-88963,72451],[-83563,73679],[-1013831,1485141],[-1011661,1485127],[-94571,-115404],[-92217,-120809],[-95297,-122495],[-94380,-120579],[-94720,-123504],[-92568,-123066],[-92051,-125826],[-92418,-125373],[-91920,-125400],[-94161,-139730],[-94160,-139731],[-93640,-129964],[-94726,-132248],[-96521,-135338],[-94205,-139238],[-92853,-140669],[-101746,-164951],[-91367,-175068],[-90749,-172031],[-90205,-170623],[-100129,-167233],[-99018,-188913],[-97443,-182676],[-92663,-181620],[-95840,-201841],[-102291,-204441],[-96905,-204855],[-102339,-209931],[-94866,-215531],[-94448,-213834],[-102288,-216298],[-102332,-209065],[-101618,-208400],[-99373,-218502],[-89613,-28012],[-89802,-28141],[-102044,-47130],[-101161,-41032],[-89768,-39100],[-95486,-58641],[-98884,-58458],[-96499,-102001],[-98046,-100561],[-100625,-98372],[-97701,-99917],[-100209,-100854],[-98829,-99096],[-102038,-95623],[-101390,-92933],[-100878,-92697],[-100317,-94561],[-99647,-96279],[-99205,-95073],[-98368,-94824],[-98239,-94599],[-98763,-92985],[-98712,-96270],[-99267,-96551],[-98748,-97324],[-100296,-94519],[-100834,-95979],[-101801,-95678],[-101732,-91531],[-100335,-90524],[-101419,-106789],[-97293,-103326],[-96173,-106630],[-96919,-113217],[-91013,-113058],[-93064,-111734],[-99627,-110466],[-98801,-107660],[-95282,-109831],[-96756,-110471],[-99757,-105168],[-97588,-104692],[-101864,12273],[-95123,11736],[-97203,7215],[-101332,5831],[-92825,18382],[-93756,384625],[-90093,385833],[-89921,402282],[-98913,405734],[-90217,418733],[-95430,414799],[-95776,420515],[-108976,-127638],[-108028,-187939],[-109142,-185705],[-106099,-194238],[-107670,-202544],[-106906,-202008],[-108093,-202836],[-108612,-202818],[-105999,-199216],[-103292,-194280],[-111651,-208132],[-114158,-215788],[-111632,-211445],[-107722,-206330],[-111228,-214827],[-108701,-212919],[-103859,-212982],[-110555,-216409],[-108725,-205666],[-109778,-216817],[-110979,-223542],[-104056,-229842],[-107863,-220623],[-114504,-221520],[-113104,-232633],[-113987,-239434],[-112421,-239813],[-110085,-239859],[-104995,-233751],[-108053,-5069],[-108727,-774],[-107240,-357000],[-107274,-355971],[-107315,-78394],[-106555,-89100],[-105424,-89283],[-103807,-94549],[-105238,-92858],[-104753,-93852],[-103489,-91285],[-103044,-100510],[-102428,-92494],[-106313,-98608],[-103971,-97813],[-104004,-98994],[-105257,-98542],[-107727,-90853],[-102692,-105344],[-103866,-110045],[-104958,-102859],[-109957,132789],[-105985,133714],[-112300,20462],[-109888,22364],[-103843,22829],[-103042,13166],[-105852,14544],[-108427,31917],[-103042,389710],[-113511,41855],[-105682,116001],[-106375,119605],[12474,-147898],[8375,-148605],[3100,-150020],[2817,-152892],[528,-3685],[5192,-1496],[3883,-18704],[1552,-19130],[2517,-26367],[47,-26338],[4129,-28360],[7388,-37391],[8336,-49676],[2799,-48202],[8620,-49811],[4355,2176],[140760,-120632],[132538,-123904],[131929,-116563],[131249,-116202],[140141,-120802],[137611,-119604],[139300,-119769],[139819,-125515],[138960,-125862],[138875,-125635],[132964,-116225],[139778,-123501],[128452,-125514],[139231,-121251],[140701,-122494],[131481,-125249],[135153,-124791],[129634,-125009],[130948,-127327],[132059,-126809],[129460,-115120],[139492,-124709],[139760,-121552],[135152,-125102],[134736,-124068],[134198,-126174],[130993,-122178],[130173,-122954],[129176,-124032],[129221,-124157],[129329,-122661],[130265,-124329],[131079,-124531],[131873,-123362],[132506,-122907],[134264,-120662],[134972,-122344],[134966,-121717],[135254,-121712],[136875,-122052],[137563,-121499],[138409,-121521],[138800,-124103],[138796,-122762],[137671,-122881],[138254,-123865],[137893,-124578],[137679,-124223],[136555,-123455],[135741,-122844],[136038,-125483],[135667,-120269],[129614,-128572],[128364,-63276],[130110,-63488],[128873,-56212],[128579,-58421],[129088,-58271],[130735,-57948],[128843,-59505],[129572,-60355],[131639,-56470],[130175,-57197],[130828,-56751],[131982,-55582],[130459,-53544],[133024,-54339],[133688,-54404],[134728,-54202],[131918,-63610],[132532,-61934],[132346,-61533],[133462,-63756],[132651,-60924],[131096,-59840],[131209,-58485],[129946,-60482],[130345,-58949],[132596,-58073],[133276,-57584],[133832,-57105],[134734,-55996],[134822,-55216],[135881,-54621],[136608,-56715],[135144,-57709],[136870,-56209],[137153,-58716],[135934,-59504],[139706,-58642],[134716,-58215],[133744,-58893],[138985,-53666],[132467,-75989],[132870,-74574],[132481,-74369],[132378,-72950],[131326,-75263],[131532,-74117],[131444,-73353],[130373,-72758],[129658,-73724],[129600,-74515],[130838,-75990],[130464,-75132],[130222,-76038],[129264,-74816],[133880,-76575],[134119,-75390],[132597,-72876],[132745,-73596],[131791,-71034],[130581,-70492],[129911,-71017],[128538,-69911],[128242,-70884],[128424,-67568],[129597,-67009],[129127,-74171],[128745,-72934],[128312,-65219],[129437,-64377],[129418,-64974],[131893,-64672],[134119,-65578],[133739,-66780],[132471,-68131],[136724,-75145],[134757,-73708],[133512,-70466],[134875,-71207],[134307,-70132],[133825,-68425],[133132,-65234],[131929,-65741],[132457,-67000],[132039,-74707],[129560,-89176],[128429,-89259],[128351,-86834],[128516,-85481],[132829,-85986],[134135,-85654],[133458,-86799],[131701,-84467],[132639,-83384],[132555,-88174],[134420,-88301],[133749,-87211],[135307,-86062],[136849,-85695],[137286,-85541],[129048,-88484],[128280,-80873],[129221,-82323],[128781,-83700],[129090,-83833],[128146,-77675],[129143,-85403],[138388,-84519],[139758,-87735],[138720,-82815],[137769,-83611],[136697,-82106],[137933,-81455],[137854,-80486],[137388,-79290],[136943,-76774],[138570,-84997],[137673,-84694],[139198,-84421],[133311,-76989],[134134,-80493],[133067,-79013],[133806,-77966],[135275,-77866],[128343,-76987],[128783,-78484],[128453,-79647],[129028,-81011],[129970,-81790],[131471,-81847],[130165,-81192],[129415,-79403],[138153,-76690],[139111,-81732],[133760,-82694],[134002,-83923],[134858,-83052],[134127,-82167],[133616,-81812],[135106,-81003],[135551,-82129],[135933,-81703],[135918,-80312],[136348,-79763],[135461,-79627],[135801,-78419],[132603,-78000],[129270,-98073],[130651,-97197],[128757,-92006],[128624,-93116],[130287,-91962],[130898,-92191],[129536,-90456],[131059,-89784],[131065,-101969],[132250,-102040],[135560,-98590],[136754,-99436],[138402,-98159],[132655,-99683],[137427,-97626],[132755,-100273],[137187,-91542],[135553,-92226],[138014,-91939],[135839,-90539],[136725,-93219],[135283,-95631],[137192,-95372],[136634,-96428],[134696,-97022],[134919,-98161],[136476,-96125],[135995,-96935],[139908,-93363],[138913,-93413],[137833,-92909],[140548,-94725],[139543,-94187],[138736,-94661],[137477,-95350],[139399,-95446],[138228,-96535],[140531,-95463],[139769,-96580],[139513,-97046],[140040,-99453],[140455,-102160],[139178,-100501],[138543,-101776],[137229,-100755],[135333,-100428],[140543,-93866],[137598,-91775],[137553,-91503],[136712,-90850],[138808,-102697],[131202,-102952],[132560,-102622],[140613,-106470],[138566,-105414],[138421,-106450],[138277,-108155],[131131,-109984],[134669,-110903],[139344,-108963],[139163,-109940],[138949,-109505],[140553,-109655],[140205,-109758],[140187,-110803],[131609,-111121],[138935,-110492],[134394,-112941],[132688,-110477],[135811,-110334],[134760,-109708],[133248,-111706],[137105,-107375],[134250,-113365],[131452,-110685],[137379,134511],[129583,131333],[132058,300110],[130101,305917],[138429,320110],[133077,314208],[137962,315283],[137273,326990],[136003,324677],[132918,329969],[131619,326664],[129934,346668],[137538,124912],[140866,-123046],[142222,-125686],[142727,-126450],[143413,-126192],[151039,-116307],[152829,-117477],[151957,-115587],[150258,-116283],[141038,-126334],[144908,-124693],[144768,-124343],[152514,-123280],[151744,-119158],[150276,-118476],[144895,-123517],[150563,-117159],[149957,-116582],[145211,-125379],[144032,-123640],[145205,-130021],[146052,-131791],[151595,-131932],[145195,-131462],[146311,-132087],[145693,-132830],[146116,-130308],[146744,-134401],[148076,-133333],[148981,-133758],[149613,-132804],[151007,-132869],[150432,-131557],[143851,-130355],[143681,-130603],[148230,-137767],[147469,-139234],[147376,-138937],[143883,-132043],[144556,-133109],[146682,-138260],[152849,-142366],[151926,-144165],[151367,-142304],[150439,-142533],[152281,-140844],[152660,-143111],[152512,-142010],[152870,-143637],[151162,-140934],[146517,-162283],[152238,-164803],[147827,-163298],[147701,-160900],[145491,-161397],[145582,-163636],[151802,-168076],[143740,-202780],[145879,-50986],[149211,-57436],[149757,-59675],[142188,-61911],[146572,-52143],[147137,-51804],[148896,-52763],[149562,-53529],[150683,-53793],[149525,-54086],[151722,-57812],[151425,-58033],[153047,-60713],[153519,-64424],[151435,-68201],[153013,-67641],[153183,-68940],[153282,-71638],[153137,-75909],[152714,-73237],[142670,-75445],[151272,-75341],[152081,-76482],[151543,-75239],[151765,-88203],[150035,-88879],[151227,-86350],[152747,-85659],[151322,-85460],[150910,-85492],[149994,-86446],[149435,-86625],[148733,-87137],[147613,-86431],[148508,-86171],[146389,-86725],[148382,-87727],[147520,-88491],[145110,-88344],[144866,-88666],[145672,-86214],[145095,-86128],[150644,-79411],[152546,-79046],[145182,-88651],[149192,-78297],[142971,-76715],[141864,-77116],[141894,-78047],[140807,-97307],[141792,-99058],[144477,-98269],[144275,-99783],[144998,-100546],[143311,-101554],[142153,-101443],[149810,-102191],[149756,-100702],[148218,-101804],[149890,-101862],[150932,-100641],[150498,-98908],[152119,-99064],[152103,-100590],[142182,-95216],[143761,-95064],[141476,-94155],[141921,-94149],[142698,-94095],[143933,-93685],[144710,-93383],[147008,-91900],[147218,-93466],[146610,-94595],[148628,-94422],[147631,-94971],[147473,-96288],[148342,-97929],[147194,-97345],[149412,-98112],[148015,-98944],[147329,-98281],[149178,-99714],[152811,-98418],[152588,-99569],[149922,-89636],[148545,-90550],[148033,-91077],[150197,-91973],[148355,-92408],[148929,-91440],[147974,-90699],[147523,-91364],[146788,-92591],[146582,-92379],[146764,-90300],[144211,-89586],[146640,-91039],[144395,-91595],[143108,-91690],[142912,-92217],[141827,-92106],[144584,-99606],[143803,-101422],[149621,-101148],[144288,-90238],[141471,-93718],[145676,-101957],[145986,-100559],[150945,-99807],[151606,-101959],[151906,-101311],[152027,-101537],[152695,-100899],[153018,-101199],[141778,-107148],[142244,-109340],[141564,-109396],[144896,-105550],[144790,-103959],[144221,-106390],[146990,-102255],[145251,-106982],[143084,-107613],[142594,-107025],[152277,-112170],[141631,-107090],[149916,-107977],[149564,-109337],[143255,-110556],[148672,-109052],[148393,-108663],[147047,-110239],[147690,-110997],[146456,-112094],[145931,-111533],[145180,-111001],[145526,-109852],[144577,-109855],[143694,-111089],[147352,-106903],[149747,324202],[150735,339334],[141813,335960],[154225,349428],[153096,346213],[154843,-127535],[156109,-173043],[160536,-174504],[165404,-174442],[153850,-166577],[164765,-174413],[163245,-171995],[161412,-174267],[162067,-174178],[155756,-191072],[163025,-181219],[156715,-184164],[164853,-183266],[156346,-189261],[157532,-190965],[157255,-185783],[157289,-184242],[160870,-196929],[161437,-197944],[164558,-195603],[162562,-198185],[164221,-196597],[161122,-199685],[154411,-63169],[155226,-63576],[154785,-61384],[154247,-59443],[154657,-60138],[155925,-60851],[155395,-64889],[157329,-66093],[153889,-67825],[154360,-70498],[154106,-71088],[153652,-72780],[154908,-72260],[154363,-75173],[154440,-100655],[154081,-98870],[155130,-98629],[157499,-101455],[157328,-101705],[156665,-101005],[156388,-108828],[156774,-109607],[158283,-104067],[157816,-103210],[158762,-104977],[157455,-110626],[159664,-106629],[161701,-105594],[159886,-104638],[154790,-113371],[159512,-107510],[155833,-109222],[155965,-108949],[161090,-106156],[156455,-110681],[154987,312627],[161576,315339],[156559,332083],[163869,342460],[163712,362242],[171316,-176876],[170909,-176555],[177121,-181982],[177258,-182188],[170288,-179429],[176976,-184841],[176921,-189652],[178617,-188488],[178888,-185369],[174848,-181480],[173044,-185734],[172978,-185325],[175541,-182692],[174571,-186254],[171444,-188953],[170069,-180749],[177430,-183738],[176910,-184432],[170739,-188142],[167216,-201003],[167360,-200583],[170383,-199788],[167425,-200588],[168785,-203067],[170472,-202921],[174016,-192717],[175235,-192676],[178050,277408],[173332,293123],[174203,288345],[174740,282065],[179082,282491],[178426,300268],[170602,306620],[176933,300793],[175177,299689],[170129,308968],[168010,322046],[175700,359811],[167664,364143],[176569,409941],[184498,-187422],[181575,-186436],[183498,-186046],[184559,-187385],[179408,-184122],[179807,-190112],[184734,-189290],[179802,-187886],[179630,-186336],[184207,-188935],[181840,-188718],[181879,-188618],[183679,-189323],[179282,-188580],[179348,-188989],[185664,-200598],[187117,-200476],[186186,-203235],[187190,-200437],[187113,-203749],[183185,284404],[180895,298887],[182329,302447],[185479,299706],[185978,330533],[185097,326533],[182262,338056],[180590,344277],[181371,397282],[198990,-203540],[200346,-204561],[195661,-203584],[200492,-200425],[201591,-201412],[199549,-202466],[196452,-204392],[200242,-202661],[195933,-204419],[200640,-202287],[200411,-204794],[199592,-206644],[199676,-205799],[197594,-205045],[199423,-205454],[202150,-205937],[192317,-226845],[192711,-225547],[192796,-217427],[192502,-229997],[196638,-230054],[193220,-229659],[200000,-229459],[195825,-228534],[198564,-229469],[199539,-228448],[193820,-229501],[197393,-229871],[202138,303940],[193104,303986],[204432,314100],[198899,317414],[203626,320799],[204651,326831],[193396,328642],[194482,325979],[195847,335306],[208811,-197869],[209733,-203056],[208453,-203176],[207237,-203880],[208483,-200400],[205012,-202824],[207593,-199225],[204897,-202454],[211099,-199439],[209095,304133],[204842,329542],[21337,-140433],[20541,-145360],[13055,-12454],[14375,-13076],[18251,-15742],[18570,-47907],[22636,97341],[332464,611600],[326440,609299],[330799,612485],[337380,607392],[335628,610683],[344012,624121],[332912,614950],[343980,623781],[341653,624938],[345577,623046],[352584,620763],[351814,619615],[353741,620052],[354177,617285],[352893,618036],[352656,616334],[348839,617608],[349558,615817],[348820,616378],[346678,624933],[349780,621749],[346884,622931],[347411,623255],[346836,619599],[348168,620601],[354422,618803],[353441,619926],[34097,-21154],[32842,-17245],[30761,-22645],[27744,-22195],[25935,-21227],[28207,-18310],[29455,-15029],[35284,-26187],[33825,-30652],[33865,-29610],[25931,-45015],[37708,-55003],[33618,-56350],[36732,-82581],[38037,153152],[30357,144406],[25679,142122],[43390,-20102],[49310,-20837],[45760,-25058],[50726,-26466],[39699,-94721],[48535,146223],[44044,145533],[58043,-32427],[56978,-26383],[59899,-41445],[63930,-40018],[72000,-404],[70564,-9019],[73879,-22862],[69935,-29016],[74003,-29167],[70269,-39075],[73360,-42612],[71639,-44962],[69832,-40549],[65764,-44138],[64989,-44365],[70113,-51698],[64067,-54510],[66799,-54055],[75930,-74248],[74612,-67985],[73064,-101813],[72805,-101011],[73698,-100907],[72636,-100434],[73164,-99242],[71180,-101297],[75033,-96125],[74652,-97105],[72110,-104027],[74981,4468],[74893,3524],[75502,17559],[73075,66433],[75626,117148],[77817,-28784],[79279,-27697],[84446,-33590],[80730,-34455],[83730,-37562],[87202,-33289],[85869,-36573],[84559,-36983],[88274,-38849],[84037,-38283],[81961,-44153],[78688,-39871],[77629,-38691],[78186,-39249],[80266,-38825],[79583,-55565],[82801,-63061],[80373,-58853],[78632,-70438],[84109,-70716],[82115,-71230],[84392,-67546],[88295,-85051],[77671,-99057],[77711,-100785],[79928,-97205],[81060,-97547],[82079,-96963],[78039,-97539],[78863,-98445],[77084,-96727],[77262,-95614],[85038,-97883],[84831,-96311],[82520,21245],[78668,38499],[79151,32201],[78762,25851],[83704,35133],[80212,45876],[81544,45272],[88302,619159],[80769,63182],[79836,53604],[78582,57181],[78673,68711],[77393,78696],[87038,77167],[85300,81975],[84850,109991],[102054,-8736],[96957,-24386],[93331,-23036],[91624,-19613],[90694,-18128],[98418,-33101],[98879,-29975],[96346,-36966],[90305,-35303],[91427,-26839],[93456,-26674],[92006,-39425],[89712,-41433],[98919,-42874],[89987,-70281],[97265,-75456],[99615,-79202],[102064,-105200],[97450,-108615],[95555,3937],[91058,40009],[97328,111173],[101069,106034],[89978,115946],[96150,116117],[101543,119530],[109833,-126339],[109639,-125056],[109065,-127130],[109868,-125264],[112656,-119595],[113976,-120001],[113289,-120409],[112374,-120273],[112244,-144911],[112486,-145426],[112218,-147032],[111931,-144747],[108463,-6666],[113622,-14713],[104196,-31505],[106088,-29780],[102561,-32148],[109118,-40163],[105069,-86641],[102512,-101850],[115177,-93754],[113580,-93019],[109981,-90071],[111253,-91862],[113612,-92679],[107945,-105186],[105228,-106117],[103538,110503],[105677,114589],[114462,110806],[112626,103155],[106688,108679],[103762,108901],[104248,118143],[112757,120960],[106721,126564],[111809,126263],[114109,124087],[126561,-124338],[126808,-124801],[126405,-126280],[124759,-129462],[125744,-130459],[124626,-130692],[126547,-130705],[119645,-23195],[117744,-26523],[117424,-34166],[118006,-37657],[121807,-63012],[124254,-63466],[123373,-63319],[126171,-62614],[125904,-61939],[126667,-62140],[127906,-61534],[127949,-56926],[126879,-59405],[126209,-59075],[127871,-59939],[124767,-76002],[125030,-74196],[125623,-75575],[126121,-70398],[127925,-68815],[127855,-67098],[126741,-67909],[126281,-68759],[126071,-68221],[125487,-68329],[125580,-69313],[124227,-69418],[123348,-70432],[122287,-70654],[121727,-71466],[122009,-72361],[123270,-72118],[125275,-71571],[126346,-73136],[127995,-73257],[127345,-74652],[126518,-74011],[127455,-75600],[127051,-75157],[123151,-73662],[120909,-73789],[123382,-76284],[119563,-68543],[119906,-70007],[118902,-71707],[119826,-72944],[119370,-72057],[119322,-68916],[120050,-66623],[121244,-64839],[123488,-65713],[125262,-64835],[123786,-64549],[125578,-63899],[126217,-65181],[127107,-66066],[127854,-64339],[126914,-88431],[126785,-84969],[127981,-85640],[125698,-80983],[127717,-80037],[127754,-79175],[125915,-79843],[126445,-81797],[127267,-83594],[127869,-79026],[127157,-78382],[125273,-77188],[124012,-77438],[127324,-77311],[126170,-97821],[125520,-93970],[123777,-99515],[122493,-98764],[122256,-100466],[127842,-96379],[120834,-101480],[120314,-101450],[118420,-100422],[116278,-91867],[119380,-95051],[116484,-93869],[117011,-93545],[118544,-94154],[127528,-91922],[119307,-97226],[124022,-97997],[123041,-96874],[127060,-98681],[123341,-96748],[121414,-97185],[122184,-96037],[125432,-96013],[126191,-97282],[119552,132300],[120480,133656],[123275,130540],[119203,326783],[115527,340051],[124386,113218],[127110,110024],[123572,110726],[127020,117624],[-125121,93976],[-140748,145732],[-138072,110227],[-171688,47737],[-231681,-12430],[-236160,-74880],[-236738,-74282],[-233541,-79499],[-6677,-13486],[-8548,21686],[-10979,26450],[-9339,27047],[-4050,52635],[-2720,53567],[-7160,66599],[-9134,65401],[-5706,70706],[-9640,67357],[-213,80681],[-10283,77771],[-247369,24687],[-253453,21425],[-243366,35114],[-244274,40715],[-263937,-57438],[-265343,-71083],[-17441,-10100],[-21915,-40850],[-23203,12482],[-25187,16248],[-20241,18984],[-22213,25144],[-17069,23743],[-22181,24035],[-23956,23032],[-15707,19867],[-15313,21285],[-23150,14420],[-20858,14430],[-19014,17113],[-17137,17175],[-18315,17240],[-17826,18169],[-22062,15318],[-22498,30080],[-24041,45759],[-22357,52603],[-12955,66319],[-16276,68554],[-16896,73310],[-14496,66850],[-27110,-38526],[-29787,-46121],[-28032,-64266],[-36930,-73267],[-38173,10717],[-36130,10860],[-32003,8833],[-26282,11203],[-27035,10791],[-29029,10564],[-27465,8743],[-30429,8395],[-27961,18029],[-31587,20493],[-29665,23218],[-27517,24970],[-32193,24232],[-35906,23984],[-35835,21337],[-36990,22083],[-36805,24572],[-37411,24914],[-25910,14853],[-28391,13886],[-31636,13735],[-36842,23596],[-33410,33850],[-28265,26837],[-35036,28183],[-36718,37740],[-37902,38272],[-30860,28966],[-27922,29861],[-31546,25983],[-28473,29010],[-32626,26168],[-30688,32972],[-30652,43050],[-31900,42473],[-28830,44457],[-37074,39374],[-37188,40749],[-34552,43447],[-29949,46284],[-31921,46311],[-30126,50525],[-32402,47507],[-32536,48922],[-33267,46641],[-35691,46465],[-36290,43993],[-34166,40120],[-36066,38901],[-38351,40894],[-38019,59498],[-31549,60236],[-33733,60115],[-39927,24877],[-41212,24659],[-46191,16086],[-41921,32148],[-41671,33787],[-40783,35054],[-40323,33514],[-44938,41909],[-46002,41578],[-57095,-74864],[-62813,-72311],[-63657,-74613],[-56020,-82045],[-58946,-90782],[-59811,392530],[-63588,95238],[-68302,-79490],[-67862,-88190],[-82839,-33349],[-89023,86646],[-84927,82914],[-87290,94906],[-85653,92698],[-85302,96927],[-84006,98102],[-84706,95233],[-90122,73853],[-90649,71000],[-91133,77361],[-105749,57703],[-115121,66788],[8301,-8581],[5481,-14546],[11958,-17099],[12688,-13085],[12575,32846],[11045,33627],[8826,34149],[12524,39570],[8679,40032],[10516,41851],[12582,43607],[9284,42588],[9936,45685],[10889,50277],[8029,47615],[2151,46045],[6347,51560],[6524,54324],[8849,52083],[11152,57145],[2049,70095],[12262,76536],[10464,65125],[12734,76128],[231,72033],[18420,-10467],[20496,-13504],[25407,128757],[16725,37746],[14782,36209],[13256,35721],[25010,37271],[21320,36021],[18650,34670],[19720,38382],[17467,37297],[14904,33464],[13451,34156],[15655,32777],[16196,38856],[14972,40576],[17073,46337],[20865,40683],[22165,40402],[16011,63009],[15671,72157],[21409,73829],[13031,67817],[25368,78407],[24787,81417],[22945,82710],[23981,77339],[23373,82088],[21366,101618],[24075,107732],[15913,115413],[24887,123986],[34792,-24614],[28636,-18934],[36422,-27989],[31853,-29234],[30699,-29839],[30311,-32784],[28922,-34272],[27023,-27162],[28866,-29358],[32678,-39487],[30116,130017],[37506,130419],[31345,134004],[37415,40495],[34907,41467],[30518,39660],[26421,42138],[25604,42870],[28301,42218],[26552,73386],[31576,73319],[32692,70896],[32304,71690],[32095,74084],[25624,80066],[28621,81358],[32606,83734],[34748,79066],[33258,82492],[36481,86972],[34138,78675],[26473,109974],[34251,113358],[31903,110525],[37615,117290],[38435,-54933],[46134,36440],[47901,38367],[40677,38254],[50924,33679],[47889,40647],[44765,40463],[45220,43669],[42418,38727],[41165,40755],[41390,46356],[51062,45572],[47634,47019],[43257,48130],[48338,50689],[48108,56463],[44595,62112],[50679,58274],[48838,52564],[46151,56353],[42065,62018],[45440,61274],[40451,63374],[45258,66133],[47578,67586],[45875,67290],[39513,64537],[39035,74648],[39108,75796],[46120,87186],[50431,89747],[50834,86139],[46161,85291],[48612,78439],[49270,80709],[48050,109554],[39402,110123],[46922,114039],[39565,118019],[55783,-36072],[54694,1193],[53512,37107],[57607,45827],[51452,51197],[57174,46850],[59534,45544],[57764,50887],[56120,40385],[52844,49976],[53327,51245],[54591,39501],[57134,42931],[51943,52647],[55586,54019],[55461,55821],[54679,55213],[53081,56715],[60083,53449],[58729,55312],[57537,54878],[57285,53743],[51553,62440],[51369,54848],[54345,66433],[55349,66865],[52635,66877],[53466,70999],[53716,69663],[52614,86111],[62225,88077],[58222,84631],[54861,81545],[60238,97462],[58078,98870],[61724,100802],[61481,102550],[56469,103661],[57036,108756],[57266,111013],[54356,115640],[64342,91821],[97764,-18290],[-518395,-158155],[-518567,-156475],[-515231,-157269],[-133006,-433670],[130936,-343321],[34089,-365442],[34185,-366383],[34884,-368557],[37398,-373738],[37283,-375341],[48581,-351242],[48863,-355969],[50185,-352893],[39604,-374400],[43307,-373102],[42954,-374670],[48361,-376147],[43354,-378758],[40553,-373468],[38653,-371068],[45394,-384923],[58028,-352857],[63082,-357005],[51929,-353519],[59236,-362479],[57683,-367295],[61189,-361950],[58328,-361315],[58387,-364096],[55116,-381951],[51953,-380378],[52808,-381564],[59433,-373257],[58351,-374817],[52418,-391958],[53267,-391346],[75934,-337015],[71327,-344668],[69741,-348840],[75617,-369772],[72971,-361674],[66443,-372981],[81261,-335535],[85431,-339175],[78193,-342915],[78957,-339815],[81773,-339683],[79338,-339814],[78575,-370340],[88106,-367760],[81183,-365155],[79594,-362807],[92445,-342931],[99823,-340897],[97778,-356538],[91837,-359401],[104670,-336324],[106923,-339860],[103574,-333484],[106255,-342581],[103570,-349753],[107672,-352619],[108111,-346289],[109205,-354814],[127677,-344286],[118797,-346313],[-66068,-400650],[37900,-356890],[37815,-355295],[37307,-365828],[37026,-365303],[36690,-365635],[34534,-363881],[34440,-365709],[36188,-367275],[35400,-359800],[36044,-360399],[32688,-359569],[33586,-358629],[35506,-358895],[38353,-363074],[36311,-374076],[34483,-376528],[34126,-379736],[31004,-390951],[32243,-389135],[29447,-387823],[34933,-384969],[35324,-384346],[37177,-385856],[39782,-351868],[43891,-357377],[46222,-353242],[47081,-353513],[47190,-351847],[41388,-360960],[40920,-360630],[40013,-361740],[45625,-358403],[40692,-372067],[40302,-371465],[39293,-380671],[41194,-378913],[40096,-374328],[39127,-384181],[59984,-372481],[58635,-373519],[54722,-380004],[76082,-340588],[74220,-341272],[74762,-359500],[65571,-367844],[80921,-361441],[79758,-362133],[-43422,-405062],[-49346,-413847],[49615,-357042],[50636,-353465],[48200,-350312],[42826,-357964],[50116,-366478],[42971,-373431],[47861,-372406],[45096,-384921],[52931,-345190],[57336,-349870],[59254,-349977],[63448,-357288],[62984,-350822],[63158,-364640],[58314,-366121],[53666,-364627],[62796,-361853],[55959,-360049],[57410,-364401],[61013,-363302],[59562,-361088],[63662,-362530],[59700,-359050],[60965,-360872],[52040,-382377],[53615,-375675],[53386,-375267],[62734,-372607],[68653,-338471],[68052,-341157],[64990,-341433],[73959,-355149],[75237,-355515],[68130,-352768],[67480,-354250],[69301,-353120],[67536,-350798],[75247,-367698],[65234,-358739],[68482,-359440],[71027,-362328],[69777,-367097],[72814,-367415],[73985,-374161],[74777,-374182],[76947,-344283],[84122,-355104],[87116,-351140],[78200,-354958],[84627,-347499],[83492,-347308],[80930,-346288],[80224,-364719],[80597,-368910],[85422,-369479],[88536,-369994],[88133,-360370],[86509,-364022],[101248,-342739],[92739,-356052],[99136,-353390],[97124,-361301],[95518,-361056],[94555,-365024],[105591,-345035],[110758,-341171],[106061,-338383],[109381,-342034],[104566,-354613],[102861,-347834],[103376,-353842],[107017,-356679],[110270,-354324],[107545,-348600],[105835,-360155],[103668,-365898],[-35748,-419400],[49379,-380072],[58857,-354827],[59210,-356990],[62902,-370280],[58003,-380666],[62467,-372237],[54445,-382436],[61057,-378049],[61022,-377048],[59102,-375985],[52190,-385546],[74144,-355092],[71745,-350261],[71077,-356769],[74970,-346090],[71595,-345640],[72569,-359060],[71112,-362778],[65745,-359372],[69673,-367913],[70759,-365449],[84150,-356591],[77738,-348306],[79981,-354682],[78191,-347015],[84995,-353597],[78750,-353289],[84226,-358708],[84997,-363427],[79377,-365173],[84249,-362830],[88815,-362840],[92222,-364690],[91614,-361321],[103503,-365511]] \ No newline at end of file diff --git a/src/gathering/a10537.json b/src/gathering/a10537.json new file mode 100644 index 0000000..5f8998d --- /dev/null +++ b/src/gathering/a10537.json @@ -0,0 +1 @@ +[[-1279514,1548812],[-116477,-155188],[-116829,-210099],[-121336,-211659],[-120140,-213415],[-124913,-3065],[-127657,-817],[-119681,-37867],[-117790,-42753],[-118357,-44436],[-116274,-40308],[-115969,-45946],[-116051,-48998],[-117928,-47543],[-117987,-48982],[-116246,-50610],[-115901,-43392],[-120970,-43062],[-119598,-42002],[-126085,-43626],[-119384,-60568],[-119601,-61605],[-123959,-59059],[-126240,-56388],[-119584,-62514],[-117652,-51567],[-120556,-64433],[-117125,-69934],[-127713,-65182],[-119017,-68736],[-116841,-73664],[-119912,-99842],[-117665,-97101],[-123357,11242],[-117711,12130],[-118219,9071],[-117265,12013],[-118223,2981],[-119662,12576],[-121028,140855],[-122419,135550],[-124492,132544],[-119709,143172],[-121134,143055],[-124796,146612],[-115306,150415],[-127747,147395],[-122136,155869],[-121734,13013],[-123164,18737],[-117802,61733],[-119801,57813],[-118689,60983],[-126041,54184],[-123751,58014],[-124625,56703],[-124971,62636],[-118902,63192],[-120288,76287],[-119002,67766],[-115751,71677],[-125760,74592],[-124913,75631],[-125401,72685],[-125935,72152],[-122375,71604],[-122984,70664],[-115693,78154],[-124054,83620],[-120871,79583],[-120986,91915],[-127000,90252],[-126252,91710],[-125722,95680],[-125251,102076],[-126745,102501],[-123213,94246],[-123869,90233],[-117773,104710],[-123412,108380],[-118855,109979],[-120661,103977],[-125608,112905],[-125421,111669],[-119427,124904],[-115418,119830],[-139850,-163495],[-132329,-169426],[-128905,-62243],[-136761,129511],[-139910,139562],[-132333,144327],[-135203,60343],[-126810,50048],[-128707,54045],[-133334,55262],[-128257,75910],[-128095,69921],[-129516,70788],[-131296,66250],[-128746,66400],[-139966,71200],[-131983,73929],[-139266,76039],[-129891,84107],[-137619,83831],[-133291,87206],[-133725,83138],[-131415,78210],[-130213,80662],[-135288,80419],[-135427,88415],[-128575,78649],[-128250,91126],[-131492,91633],[-137769,92942],[-134678,91134],[-137319,94686],[-138616,94855],[-135023,99007],[-129145,107722],[-139077,106287],[-138025,107042],[-132821,113656],[-129841,106196],[-133197,111936],[-134335,106372],[-134880,105036],[-132748,125305],[-131583,120875],[-134530,126536],[-137159,123408],[-136724,120704],[-134636,117081],[-144485,-148920],[-146834,130409],[-150731,130784],[-148088,129126],[-151713,150017],[-143260,146938],[-145680,149575],[-151224,148414],[-152230,144619],[-144838,75505],[-144247,83521],[-144134,84149],[-142078,83359],[-145867,89617],[-141502,89218],[-143199,96605],[-144689,91433],[-146505,99966],[-151804,101261],[-151957,96986],[-152139,94040],[-146357,92204],[-149730,114430],[-143364,111945],[-148461,111656],[-141367,114271],[-141920,117434],[-147480,126982],[-150173,119326],[-143509,124177],[-146094,118078],[-150816,116246],[-156702,124314],[-150012,121850],[-147063,125366],[-158251,-160325],[-164572,-572312],[-164504,-63722],[-161880,-68950],[-163603,-66931],[-162868,134868],[-155957,130257],[-163824,148866],[-163537,139772],[-153274,141267],[-158139,145993],[-162279,157363],[-162232,57441],[-164628,61330],[-163888,53994],[-149155,87031],[-158332,101968],[-155967,98708],[-157460,97344],[-162852,94665],[-159103,105647],[-155985,105734],[-161068,103982],[-156293,108635],[-157240,111641],[-156986,112955],[-165156,125284],[-165194,124018],[-161863,123617],[-160428,124003],[-160757,118218],[-165243,119845],[-159350,117138],[-156104,117283],[-155086,125051],[-171897,-55038],[-166560,-68157],[-175205,-72091],[-176763,-77525],[-174290,-79518],[-173569,-79699],[-174780,-76997],[-174252,-77713],[-177053,131936],[-173458,134200],[-175256,132406],[-167683,135736],[-168130,139182],[-168083,140495],[-177037,133505],[-172657,137679],[-172038,130870],[-170934,130069],[-170091,148063],[-170607,145678],[-170798,62317],[-169670,62808],[-178894,58954],[-170269,57535],[-172803,62211],[-175991,75275],[-179086,66516],[-170682,67688],[-174311,71278],[-168479,66131],[-177981,82393],[-178650,86507],[-175118,83910],[-173337,84757],[-173585,89227],[-174164,91315],[-176721,108125],[-171149,127231],[-171045,123572],[-172827,124103],[-167038,127305],[-174313,128038],[-178240,125345],[-176090,117303],[-189570,-561012],[-184927,-551098],[-189268,-568136],[-187322,-571987],[-188903,-578377],[-180839,-576441],[-182908,-583031],[-180651,-63026],[-182554,-71358],[-181636,133944],[-183616,135385],[-179830,136959],[-188699,134072],[-186129,133204],[-183058,128442],[-190427,131056],[-184863,151373],[-186266,150468],[-187395,144454],[-186805,141239],[-182015,144015],[-186828,62408],[-185161,62152],[-182029,58518],[-184000,59086],[-186445,71909],[-186019,70211],[-185776,67684],[-185274,64692],[-188724,86583],[-185433,80526],[-182633,90594],[-188378,95444],[-183583,94697],[-187017,94898],[-184618,106446],[-185924,107787],[-184616,104573],[-184108,102867],[-188675,113503],[-190437,103553],[-180824,125474],[-195086,128678],[-189206,127432],[-199184,-415306],[-192013,-416675],[-198324,-416677],[-200067,-418788],[-203870,-420540],[-193629,-422847],[-202547,-441051],[-199395,138576],[-193037,132593],[-194034,132918],[-198547,140420],[-202721,134950],[-203786,137109],[-192580,137296],[-193176,128411],[-204674,143168],[-196024,145023],[-194141,141889],[-195087,91409],[-196403,101603],[-196905,107354],[-203206,111119],[-201712,110153],[-202500,105158],[-195619,104536],[-203901,104469],[-203798,118219],[-200237,125340],[-197393,118553],[-192762,116435],[-195470,119930],[-208374,-100588],[-205576,128435],[-207653,129675],[-206726,132091],[-215887,58209],[-215946,51841],[-208172,90298],[-208869,108144],[-215045,106708],[-214264,112549],[-204907,107921],[-210115,121889],[-214043,126263],[-224286,-94294],[-222204,-96642],[-229367,-114192],[-217883,129970],[-227548,132051],[-218125,58136],[-222521,110653],[-225178,110082],[-227525,110401],[-228681,103891],[-226236,106498],[-217941,127651],[-227411,127949],[-230118,117719],[-227815,119131],[-230694,-119012],[-232453,-116044],[-235608,-125600],[-236370,-129905],[-235707,-110363],[-233954,-113108],[-238889,133190],[-237287,137725],[-236277,59468],[-234931,57470],[-233662,59940],[-231431,58253],[-233842,126209],[-232658,120240],[-235321,121777],[-11708,-13873],[-5200,-18305],[-3401,-20619],[-11002,-22835],[-8961,-20945],[-2840,-23735],[-1174,-21412],[-8899,-26733],[-7563,-25679],[-11363,-40112],[-10658,-39260],[-2095,-45333],[-946,-47193],[-4538,1285],[-8222,24588],[-10381,21752],[-12521,21532],[-5354,23995],[-11939,29474],[-12746,30066],[-6981,28238],[-4535,31988],[-663,33915],[-1380,30949],[-2831,32703],[-1485,49130],[-2631,49034],[-1948,46599],[-12051,63833],[-11470,63004],[-12364,62283],[-3864,53897],[-4291,54836],[-4594,55868],[-3688,57031],[-2302,57121],[-1606,56674],[-4,76057],[-11247,65903],[-10273,65256],[-8136,65880],[-6017,66976],[-4563,70907],[-5356,71919],[-6017,74112],[-4793,75778],[-2763,69405],[-5589,76564],[-1825,77368],[-8509,78241],[-12626,79104],[-248220,-534312],[-249286,134534],[-250952,130907],[-251188,127593],[-243193,126706],[-245516,125200],[-259973,55007],[-265315,61951],[-259097,62371],[-265000,59229],[-266763,54751],[-264595,68584],[-260285,68503],[-267706,75405],[-262374,85748],[-264737,87233],[-265330,79637],[-259358,85212],[-261230,98465],[-258094,92867],[-257917,92008],[-256747,90094],[-263358,108983],[-259864,109369],[-263119,115447],[-259032,125209],[-260583,119931],[-257669,117493],[-272951,-542204],[-272951,-542204],[-273172,57292],[-270490,60189],[-273417,64228],[-272485,66585],[-274828,76657],[-274393,86498],[-272985,77403],[-274583,89280],[-277842,92767],[-275396,96392],[-272762,104640],[-291584,107239],[-293477,109931],[-305376,68836],[-319853,59271],[-316033,62503],[-311294,74047],[-319108,73097],[-307505,72299],[-318870,68346],[-314704,71155],[-310623,86204],[-310583,89641],[-313524,78064],[-311007,85238],[-310218,99896],[-319315,94345],[-310981,95926],[-322994,26224],[-328186,53987],[-330041,63244],[-329295,53148],[-322215,60457],[-322959,62043],[-324871,70276],[-320965,76339],[-323150,82895],[-327372,77555],[-329843,93966],[-333440,55121],[-337735,52694],[-336409,72322],[-334106,67478],[-337332,75440],[-340081,75346],[-334013,78140],[-336275,78432],[-336606,77458],[-22472,-3964],[-15762,-2211],[-24661,-19880],[-18412,-19414],[-17292,-15052],[-19543,-469818],[-15095,-465925],[-16194,-482910],[-17007,-30106],[-24478,-29793],[-15144,-41574],[-24688,8138],[-25547,8686],[-25259,10878],[-25595,6628],[-19756,2171],[-15305,25117],[-17433,24467],[-21683,19181],[-23860,18534],[-23458,17382],[-20580,17313],[-21051,25164],[-17200,20939],[-24206,16906],[-13910,23103],[-14596,22387],[-14494,19222],[-23954,38212],[-22970,37739],[-21648,30267],[-14171,29329],[-16343,29911],[-13361,25883],[-15996,26530],[-21334,26568],[-17197,26109],[-25285,44788],[-20279,45281],[-19146,45058],[-18359,42573],[-18355,46958],[-23543,48462],[-22656,51072],[-25347,50712],[-21320,59148],[-25441,57621],[-26226,58983],[-24622,58029],[-22407,59413],[-22605,63020],[-23669,63148],[-24505,64028],[-25520,63076],[-24196,59051],[-24236,62387],[-23862,60433],[-20664,60647],[-15000,63821],[-13426,64106],[-14040,59754],[-14784,58574],[-16968,59310],[-12989,61480],[-16566,62252],[-14484,62207],[-19122,71531],[-19456,70296],[-16005,73813],[-16555,75855],[-15376,76202],[-15382,67362],[-18470,65840],[-16515,78419],[-390256,-396],[-386100,-6322],[-395531,-1615],[-387523,-37062],[-389666,-48481],[-385670,-51582],[-396922,-1057],[-398664,5267],[-397418,1254],[-406292,10648],[-406981,11449],[-408520,14796],[-407643,22633],[-407393,15671],[-406033,23661],[-404663,19920],[-415437,11220],[-410805,10066],[-413399,11350],[-417168,13286],[-418943,20808],[-415177,20542],[-414433,13962],[-411830,25116],[-414742,20178],[-416625,19793],[-422120,33589],[-416458,33916],[-424743,21271],[-427498,23507],[-426435,21156],[-423308,27728],[-424926,31671],[-424051,32165],[-423035,27320],[-35183,-134054],[-30664,-25389],[-31868,-23208],[-30132,-23859],[-30479,-22867],[-25845,-19666],[-26068,-14983],[-37850,-20254],[-34486,-32264],[-33323,-36027],[-31169,-31072],[-32342,-30541],[-28149,-37458],[-36046,-33259],[-36230,-34609],[-30106,-40850],[-30637,-44607],[-32240,-38287],[-35568,-48307],[-36945,-47020],[-34807,-39283],[-36377,-39995],[-30506,-39317],[-37375,-57376],[-33490,12595],[-37121,10018],[-32675,12932],[-38028,12597],[-31485,9211],[-35456,8793],[-33417,8401],[-35206,7262],[-33285,6667],[-31128,6021],[-29912,5624],[-30472,6800],[-28552,7975],[-26872,7347],[-36122,6819],[-30342,10533],[-37535,8760],[-35169,7948],[-26564,776],[-29479,1036],[-27331,2945],[-26395,16753],[-28761,17584],[-30727,19272],[-32854,13699],[-27661,13824],[-26167,21989],[-31273,23290],[-33280,19997],[-33421,14983],[-32888,21246],[-35125,22109],[-29180,14867],[-27630,15014],[-29610,16676],[-26369,25348],[-37847,13615],[-35149,15609],[-30818,24115],[-25795,35869],[-27315,38600],[-35401,34242],[-36385,33384],[-36842,31830],[-36547,30364],[-31583,31696],[-32214,32771],[-38229,27114],[-31042,36886],[-28211,30413],[-33073,26656],[-26984,43537],[-27639,42512],[-29669,42821],[-36568,41724],[-35491,39816],[-34603,41965],[-30279,47550],[-28792,48420],[-38241,39288],[-38392,48033],[-25638,56029],[-28746,58789],[-28458,55108],[-27839,55832],[-26659,55167],[-25689,64117],[-26433,64087],[-31076,52495],[-35521,61790],[-38008,61890],[-34738,74226],[-35129,74832],[-32860,74912],[-31854,76358],[-33013,75864],[-27343,76231],[-36853,74843],[-36877,75827],[-35498,75853],[-38322,76661],[-30967,64505],[-31362,77409],[-32793,79121],[-29630,78749],[-27652,77877],[-578775,1780124],[-47854,-124934],[-48394,-118058],[-50362,-21505],[-49934,-386857],[-48372,-450471],[-40658,-456728],[-46030,-31439],[-48148,-28890],[-41998,-37447],[-43301,-37447],[-48164,-36797],[-43972,-46232],[-49880,-56769],[-40991,-51942],[-41172,-53049],[-50421,-69206],[-50180,-83679],[-49869,-81785],[-48543,5019],[-40929,12007],[-40035,7655],[-44121,11511],[-45700,8418],[-45567,12879],[-49021,4580],[-49261,12593],[-50651,12609],[-47796,7388],[-44061,12405],[-47345,1964],[-47090,15315],[-45137,21479],[-43273,13953],[-50531,17276],[-49814,13373],[-41867,24149],[-42816,13688],[-47799,18018],[-49793,15447],[-39723,27111],[-39847,28150],[-41813,35926],[-42794,33978],[-39300,37884],[-49844,32003],[-49927,33515],[-48994,36117],[-50501,37670],[-41088,41096],[-42390,43297],[-46032,43270],[-48934,42117],[-45018,43075],[-42692,42141],[-41531,42599],[-44827,50033],[-43496,49620],[-47330,43101],[-41948,41319],[-45421,50698],[-49959,39119],[-38556,42775],[-48191,48576],[-49985,50464],[-47709,57048],[-43475,59900],[-41826,56370],[-50275,54204],[-49867,53256],[-39422,76301],[-41427,76663],[-44395,75311],[-43891,76507],[-43355,75865],[-49468,73819],[-48538,70680],[-44257,70304],[-42823,71837],[-41686,73611],[-45493,70055],[-39798,77259],[-56549,-122079],[-52672,-119630],[-62118,-5801],[-59978,-3608],[-53862,-3486],[-62534,-13171],[-61695,-22295],[-61103,-24456],[-61773,-21086],[-60210,-18397],[-55423,-23393],[-56339,-23495],[-55414,-22032],[-54704,-21109],[-52855,-449404],[-55819,-468762],[-62588,-33119],[-61267,-30455],[-59163,-36030],[-58923,-34117],[-61722,-47624],[-62270,-46667],[-56840,-44566],[-58448,-39871],[-56515,-46984],[-52984,-45423],[-63887,-41900],[-51259,-42557],[-62909,-38217],[-60670,-53088],[-60559,-54916],[-51259,-55933],[-56709,-61719],[-59262,-59896],[-58697,-61115],[-63398,-73864],[-63621,-76038],[-55364,1846],[-56022,7714],[-58767,11186],[-53504,9804],[-57797,11481],[-51370,3636],[-55458,2877],[-60926,4917],[-55805,14045],[-62773,15346],[-58125,16931],[-61174,19128],[-63560,23410],[-63734,20081],[-59299,16977],[-60087,13998],[-54062,18528],[-52706,20282],[-51482,18128],[-58366,27543],[-61562,37079],[-53799,29407],[-52071,32893],[-62608,38778],[-54867,62717],[-51936,57541],[-56314,54142],[-59480,54647],[-56707,57871],[-57045,60305],[-59401,63567],[-54944,54977],[-54664,53844],[-58024,58519],[-59157,59788],[-53720,56929],[-52526,52932],[-51327,55000],[-62792,64107],[-57087,66668],[-60610,64855],[-58318,71593],[-53884,70078],[-59130,82864],[-62828,77974],[-63989,96207],[-65254,-4162],[-66438,-323],[-64806,-6843],[-71246,-2440],[-75443,-534],[-75924,-2107],[-76401,-14102],[-76614,-24342],[-71016,-457209],[-65111,-36434],[-76519,-30905],[-69965,-38202],[-69137,-40672],[-67214,-43054],[-64983,-46403],[-65931,-48335],[-75479,-50582],[-76306,-45274],[-74465,-46849],[-64939,-53830],[-64578,-74275],[-68696,-78346],[-64696,-80630],[-66691,-88111],[-67033,11461],[-74962,11633],[-72614,10596],[-75369,7263],[-74602,5326],[-75820,9286],[-66195,19246],[-73876,18348],[-76674,21705],[-73501,16615],[-73552,14428],[-72800,24083],[-67614,31336],[-67439,27036],[-67965,29384],[-75982,31801],[-73937,28515],[-76722,28792],[-76319,33124],[-74935,29551],[-75741,48150],[-76778,51221],[-70879,46913],[-72078,44113],[-74234,44048],[-74123,47663],[-68093,50439],[-73505,54747],[-75498,53296],[-68839,59192],[-66928,51982],[-69584,57424],[-68319,56434],[-68293,62499],[-68531,60546],[-65375,57750],[-76411,52510],[-71622,59946],[-73090,58619],[-65932,60964],[-65620,69967],[-68628,70760],[-70920,68776],[-65091,68890],[-65440,66883],[-69428,66338],[-71630,73537],[-75453,73697],[-76623,74946],[-67956,74716],[-75290,71275],[-68876,64446],[-66926,86410],[-76137,78801],[-74084,79392],[-75243,83228],[-74881,87907],[-69226,77621],[-73318,94102],[-71365,98362],[-65688,90894],[-64085,92576],[-80685,-151565],[-79375,-147547],[-85826,-181465],[-78626,-1877],[-78420,-11799],[-85001,-10842],[-81756,-5607],[-83464,-6579],[-84232,-3459],[-85369,-3881],[-87992,-12079],[-89527,-8324],[-80513,-8862],[-81795,-11674],[-76930,-20626],[-86215,-15851],[-84017,-15166],[-81393,-14795],[-84526,-16579],[-86225,-428103],[-87615,-444147],[-83493,-34989],[-80189,-35070],[-79119,-33631],[-80511,-34628],[-83571,-36462],[-81756,-25733],[-86954,-33556],[-78499,-26106],[-85412,-36254],[-85672,-36498],[-77583,-46017],[-78242,-42347],[-82167,-43902],[-85601,-42161],[-87740,-39644],[-85987,-45003],[-87152,-42385],[-86632,-38557],[-89419,-59421],[-83317,-57122],[-88008,-53469],[-86836,-52568],[-85620,-54772],[-87602,-55746],[-85555,-55644],[-88538,-57817],[-86231,-56336],[-89434,-54198],[-77971,8797],[-77674,5539],[-81560,12616],[-86742,3376],[-84222,3580],[-79792,2747],[-80714,5087],[-78919,1558],[-78815,8257],[-88767,8819],[-86877,9357],[-86756,6367],[-87894,11614],[-83618,22538],[-84626,21591],[-82289,15255],[-78871,18728],[-79377,15979],[-80597,14051],[-80816,18591],[-81315,21385],[-80647,20019],[-81845,31260],[-79396,35877],[-85182,32357],[-82444,34395],[-87311,33323],[-78345,27381],[-77426,26773],[-85565,37451],[-84607,37102],[-79528,38203],[-81685,33380],[-81572,37794],[-86933,31737],[-77897,32827],[-88540,36593],[-82649,30433],[-83199,29757],[-85630,29722],[-83571,29335],[-84256,28964],[-88962,27542],[-85519,30950],[-78100,51221],[-88222,51198],[-87385,47312],[-77307,55584],[-89559,60413],[-84017,63361],[-88627,53085],[-82252,72152],[-84654,79437],[-83660,81052],[-84151,77731],[-83906,83828],[-82421,85321],[-83021,82930],[-85446,102075],[-84885,107080],[-83360,111778],[-85036,110253],[-87213,108830],[-87176,115504],[-99997,-116125],[-92485,-130426],[-90505,-133761],[-95699,-134448],[-100745,-131891],[-101443,-144231],[-93620,-189485],[-97498,-8518],[-98974,-2165],[-92718,-4277],[-101270,-9961],[-100257,-11455],[-98977,-10597],[-101920,-8310],[-94117,-6268],[-92652,-5462],[-97405,-3425],[-97819,-792],[-99282,-1155],[-100218,97],[-89737,-2012],[-95744,-434493],[-90411,-430856],[-93119,-32441],[-95617,-33423],[-97148,-27187],[-99367,-27651],[-101052,-29091],[-99811,-30644],[-97953,-30847],[-91581,-32349],[-102383,-45633],[-95322,-47881],[-95544,-44915],[-90131,-42020],[-91189,-41790],[-90954,-60252],[-99970,-56449],[-100153,-54341],[-95137,-57961],[-95381,-55210],[-95865,-56331],[-94338,-56853],[-91613,-58197],[-93245,-58494],[-89841,3256],[-90189,1465],[-90385,12487],[-92557,4576],[-91853,2899],[-101560,25646],[-90224,15754],[-96491,38266],[-92050,34840],[-90912,37644],[-101366,37029],[-97031,34257],[-98467,31094],[-97757,35302],[-90433,29701],[-95371,29743],[-92498,32843],[-91160,27708],[-97209,27671],[-94155,33974],[-99502,48069],[-100869,44327],[-97755,38671],[-92905,39354],[-91415,49063],[-95647,48163],[-94359,49484],[-97674,49935],[-91628,56122],[-92483,54030],[-95255,62082],[-96648,57364],[-95530,64590],[-98248,66378],[-95779,70509],[-98668,71110],[-94875,76351],[-94046,73240],[-101742,76460],[-99273,65367],[-93691,69717],[-100984,74385],[-91457,81587],[-99639,79092],[-90896,82919],[-92347,85233],[-93642,82512],[-93895,83398],[-98266,80422],[-94386,78329],[-94334,98516],[-97409,100976],[-93895,94718],[-97592,95148],[-94156,99787],[-98391,108829],[-91205,108328],[-91506,105797],[-91840,110313],[-98200,106214],[-100340,109119],[-101335,111178],[-90009,110076],[-92711,111562],[-91829,114286],[-91556,120585],[-100486,119969],[-112175,-150010],[-114915,-159209],[-108503,-181321],[-106161,-183759],[-111087,-184818],[-114487,-200949],[-114143,-202536],[-103618,-6491],[-105932,-10313],[-105705,-5741],[-102687,-3514],[-112648,-13239],[-112589,-18707],[-108550,-24459],[-104728,-14937],[-112862,-24526],[-110233,-17237],[-106881,-14598],[-108804,-15590],[-103499,-16316],[-105583,-37630],[-111238,-37554],[-111860,-32029],[-108348,-29429],[-108231,-32793],[-111523,-35422],[-111784,-28700],[-107835,-25505],[-111802,-31406],[-112045,-27781],[-110742,-34066],[-109782,-33866],[-106644,-35055],[-113926,-33001],[-110094,-36057],[-105740,-41077],[-108744,-39981],[-112834,-48343],[-109061,-48717],[-113076,-46680],[-113640,-48402],[-114307,-50056],[-103284,-49662],[-103727,-49695],[-106372,-45124],[-105933,-45944],[-106606,-46214],[-107063,-48782],[-107128,-49461],[-108354,-49884],[-105278,-47029],[-106599,-47282],[-112725,-42016],[-111512,-42583],[-114820,-45050],[-111010,-50393],[-102728,-43686],[-105824,-53887],[-108918,-55122],[-111290,-62456],[-110339,-54939],[-109221,-53733],[-109552,-53569],[-114140,-70527],[-111311,-68747],[-107286,-76360],[-113327,-75739],[-111300,-77520],[-106893,-78336],[-108955,-85352],[-107620,-83876],[-106336,-80228],[-113504,-76789],[-110863,-90137],[-110018,-92608],[-107448,-92191],[-104575,-97387],[-103253,-98362],[-107237,-104017],[-110543,129030],[-110733,136420],[-107411,134325],[-112060,128530],[-113636,146158],[-109100,150150],[-113943,148965],[-105492,35328],[-103995,25143],[-102584,50580],[-105744,44226],[-104733,43237],[-102958,38776],[-106229,39950],[-113896,46210],[-112920,46453],[-109567,47440],[-109355,39718],[-109615,40055],[-111999,41409],[-104215,61375],[-108832,60321],[-110457,60318],[-106939,52437],[-114402,53876],[-115161,55199],[-110863,59335],[-111051,52106],[-111205,69810],[-111873,74660],[-110906,66074],[-112861,68696],[-111400,68049],[-115190,76470],[-111735,79817],[-108707,89118],[-113377,90696],[-103694,98901],[-107681,95270],[-106277,95118],[-107652,92602],[-114500,113930],[-104658,111750],[-110483,111373],[-107575,102989],[-112605,109824],[-103107,123930],[-109923,124298],[7726,-3186],[2129,-25318],[2382,-20676],[12645,-484405],[899,-48089],[8815,-48543],[9230,-46298],[7054,-48220],[1643,3256],[11768,20680],[12307,35699],[11097,36449],[12245,38001],[9731,38138],[5626,37800],[7288,36847],[968,32716],[12557,34124],[12058,31809],[11836,33082],[10610,32573],[9460,33408],[11016,34577],[8062,34748],[5595,32498],[4144,32684],[10109,42893],[11975,42543],[11726,44432],[12425,50120],[9974,48260],[6411,49935],[6315,40413],[3332,46824],[3462,48455],[2446,48549],[1385,50991],[10094,52308],[3773,53777],[3391,52715],[2763,51531],[2800,54382],[7190,57299],[5928,56266],[4250,56037],[2566,56689],[8403,57112],[8566,60487],[7624,61306],[6389,62254],[4930,60960],[5895,59981],[9880,60139],[9239,65001],[478,71066],[11400,111343],[9422,109183],[10801,113039],[11919,107872],[139225,-1364],[128621,-9893],[132795,-20130],[137324,-14255],[130628,-22268],[137667,-33751],[132020,-33422],[130384,-30164],[128397,-36008],[138678,-40329],[133081,-39850],[134694,-50314],[140771,-49917],[130013,-54071],[128204,-53668],[130633,-52540],[133808,-52083],[133719,-55316],[134117,-58436],[132618,-55419],[139437,-52249],[137151,-52726],[139056,-51314],[132919,135579],[131756,136874],[138979,134418],[139579,128610],[140323,130758],[128097,14874],[138735,13257],[137224,22222],[131532,29314],[130948,105155],[145852,-160696],[152586,-172901],[147955,-5707],[148842,-6877],[149032,-18401],[147792,-13172],[141903,-33421],[147150,-50652],[151955,-50656],[145551,-51063],[147759,-56131],[149887,-54980],[149421,-54161],[144081,-54370],[145650,-54435],[152807,-61327],[152000,-57273],[150331,-60938],[152138,-54151],[153285,-59244],[151978,-64164],[143381,11015],[152405,354096],[144105,359084],[143208,124308],[149752,124973],[145625,127265],[162780,-140611],[155390,-170853],[157386,-51142],[163212,-53910],[163067,-52861],[154623,-52075],[153787,-57546],[161335,-55683],[161353,-60313],[160198,-62818],[159166,-59385],[159128,-62686],[156837,-57367],[157079,-61965],[158042,-56673],[154053,-54116],[161547,-64141],[160098,-73460],[158902,-70599],[158426,-64557],[156237,-71697],[165499,-71106],[155809,-76473],[160956,-75678],[160762,-69776],[165689,-83627],[176381,-127630],[177757,-134038],[172436,-160608],[168537,-154807],[173865,-173264],[175308,-175554],[166889,-59060],[168683,-55834],[166812,-61803],[168584,-64019],[171248,-70025],[170836,-67660],[175303,-80080],[168399,-88610],[184858,-161071],[181291,-169781],[190209,-184184],[186073,-182786],[182877,-179960],[180044,-61423],[180741,-67295],[179820,-77445],[183626,-80253],[185404,-79505],[24963,-12344],[24160,-11580],[24148,-20902],[23374,-23664],[23652,-16459],[13216,-14105],[13308,-16059],[25123,-20860],[23108,-478373],[25456,-33658],[23030,-31239],[24743,-29581],[22088,-25640],[23552,-27173],[23486,2064],[13724,9970],[16511,8045],[15390,129432],[15733,130363],[16568,133917],[24683,131691],[25554,140785],[15629,38232],[17615,34658],[19700,34778],[22206,36043],[24250,35047],[17268,36447],[23970,37357],[25584,38369],[13609,32832],[15011,32147],[12982,31962],[21300,28066],[23712,28787],[14232,39901],[15359,44387],[19288,45038],[21013,44631],[22082,48219],[19898,47981],[24124,50689],[13596,46603],[24617,48727],[24546,47157],[25332,46329],[19894,39445],[21294,41494],[23010,39906],[23064,42869],[23153,44955],[14666,57745],[15485,56609],[17759,57284],[19239,60727],[17854,61619],[15607,64072],[19062,74931],[23610,72499],[22752,72314],[14643,66837],[13997,69186],[14503,64449],[18187,74740],[22264,82963],[24057,81952],[24781,80531],[25053,79380],[22969,87664],[19175,87128],[13542,109862],[15969,104763],[23179,107094],[24916,106655],[23351,111302],[18194,115123],[19062,118173],[14166,119819],[21441,118083],[13410,119087],[22446,118004],[17940,118366],[12842,118324],[18138,116860],[14344,119126],[15149,119819],[13311,117110],[13052,119989],[16389,122104],[15336,124145],[19812,119948],[16555,127367],[17540,126808],[17787,125175],[25386,118509],[15212,127752],[33128,-5535],[31821,-6367],[28059,-1430],[28069,-11844],[37524,-24906],[30300,-24830],[28307,-22641],[30760,-21818],[32877,-23930],[38125,-22733],[35175,-21765],[34284,-21825],[27947,-19773],[27208,-15822],[32231,-17461],[30687,-17952],[25790,-19199],[25993,-20535],[30198,-21092],[33098,-18666],[32446,-14543],[33610,-34441],[35292,-32632],[31862,-28171],[34704,-29736],[30577,-31384],[28281,-37771],[27623,-36496],[26336,-36737],[33774,-27620],[28469,-25847],[26423,-30689],[30599,-42546],[29046,-42017],[33281,-39030],[33334,-45315],[30928,-44903],[32137,-46297],[32295,-44514],[30609,130731],[29653,131336],[27310,134471],[29118,129231],[34937,131943],[32954,129117],[34784,129557],[32570,130239],[37628,134473],[34759,138132],[31956,139260],[29935,140518],[36971,137205],[34077,132236],[36235,151964],[28372,143290],[27332,150585],[30978,153432],[29471,152997],[35586,154235],[38720,22410],[32324,23346],[35915,24852],[27952,36995],[26273,37287],[28890,37778],[31507,38250],[37949,33762],[36980,32916],[25662,32015],[33275,34095],[34238,33159],[33406,31396],[30088,31038],[27546,27065],[28758,26218],[37528,47968],[37863,45691],[35530,45037],[36673,45157],[34306,45384],[32836,45594],[32317,46675],[33515,50446],[32464,50001],[30734,50627],[27254,51366],[26192,50972],[25808,49650],[26580,45497],[27568,45880],[25678,41493],[27588,41686],[30189,38638],[31618,40709],[34331,42217],[35994,40589],[37204,43049],[33255,39688],[35394,43421],[26574,38655],[29040,39300],[30795,44417],[36595,38603],[35088,64695],[28174,72674],[27423,72799],[31288,76061],[33397,71715],[33319,70362],[34873,69778],[34370,70352],[36308,70679],[36560,71238],[35063,73819],[25604,77268],[27375,81230],[30664,81886],[34402,85904],[32802,78273],[33191,84960],[29191,85717],[28065,100120],[31788,102143],[29467,113278],[28329,113508],[28628,112333],[30915,110652],[37114,113120],[32131,102881],[32969,115197],[29452,114099],[35083,118015],[35535,118688],[38230,118919],[34226,124820],[30189,125844],[50971,-11987],[45752,-676],[40971,-24455],[39597,-24405],[44887,-22691],[41739,-37072],[41874,-38166],[50346,-35330],[44074,-44955],[40040,-42485],[42708,-44301],[44364,-45682],[45560,-45440],[47752,-45144],[42546,-38980],[49427,-39409],[49525,-38428],[50494,-39466],[42155,9729],[40581,9031],[42975,9029],[50470,10116],[48819,11729],[49218,11298],[46952,5203],[49257,4625],[48607,134810],[48123,139450],[48835,136381],[49414,134842],[45240,140587],[42676,134512],[40696,134736],[40816,137467],[43886,135060],[42332,136254],[42014,132767],[48720,144226],[51074,146566],[46307,150159],[41512,148384],[44204,149227],[41105,149574],[38694,150084],[45384,23867],[42553,36724],[44189,37971],[47300,36741],[47942,34544],[46296,34630],[39832,36724],[41739,35653],[44290,35575],[50786,32699],[41993,26461],[40721,32404],[49586,30443],[47385,28621],[38604,46817],[39037,40859],[39825,42804],[40551,45882],[43143,44892],[43732,41542],[41853,39827],[46097,40215],[46387,43011],[48834,41664],[49039,38754],[43287,49175],[44171,47587],[45992,48164],[47575,49909],[45672,50427],[48944,49878],[49813,47130],[48874,47759],[48021,46048],[46392,46940],[50052,44746],[48872,45098],[50835,46457],[43275,51078],[51092,53785],[43844,53674],[46371,61624],[44085,61467],[40025,61389],[42849,61508],[42217,60426],[44849,59659],[42149,66155],[46438,66187],[40703,66117],[44546,67345],[42334,75583],[46957,70504],[40763,81480],[39700,82557],[42741,88548],[43438,87392],[45707,86036],[41835,85580],[48947,89324],[49230,86666],[45150,83962],[43568,77692],[42687,81567],[45258,79877],[48492,79989],[50734,79673],[42303,103053],[41665,110757],[38810,102755],[43301,105411],[50636,111203],[48159,104654],[39780,110817],[44425,114755],[46051,110637],[44580,107753],[47043,109505],[49232,115042],[50158,111899],[51129,112296],[48381,121366],[48901,122229],[38955,122690],[39405,121893],[39944,122326],[47769,122313],[43842,116911],[44800,116508],[41818,121167],[49364,115890],[48478,115647],[58251,-8184],[62591,-8107],[63551,-12921],[57437,-22386],[53132,-39736],[51372,-38725],[61561,-40851],[58249,-41489],[51843,-60960],[51524,7848],[57413,4394],[55267,5103],[58326,3476],[52351,7076],[54638,3294],[55736,7535],[52600,139991],[57656,140078],[57508,142377],[58861,143275],[57486,18193],[54409,36702],[52417,34996],[53372,32655],[55201,33987],[50199,28082],[56360,43904],[56216,47783],[54892,46818],[57378,48637],[59386,46752],[57397,49783],[58424,49487],[57407,41742],[56267,45247],[59593,47966],[58479,48359],[51666,44648],[54058,44722],[54307,42295],[52620,41917],[51808,42480],[52231,40358],[55300,40172],[55523,39081],[57391,39191],[58037,39630],[60094,46404],[61857,50854],[61502,51400],[62120,40654],[62183,47276],[61957,42545],[53819,52649],[54562,54086],[53593,54525],[54552,56492],[53175,57971],[52039,55522],[58477,52550],[58304,54358],[60655,52237],[52871,62397],[57326,51794],[62068,63123],[61587,54011],[52127,68942],[55131,68927],[54242,67496],[52598,70037],[58692,73514],[55298,72401],[54078,86526],[63648,87526],[61946,87039],[61138,85696],[59554,85502],[55041,79124],[58640,81877],[61000,86471],[63513,84234],[52766,91530],[51975,90422],[63479,92773],[63249,95127],[60789,96681],[61313,89951],[56638,97330],[56282,95849],[57713,99879],[58454,90073],[56336,90962],[62681,90377],[63226,91670],[55874,105367],[58110,109173],[58009,113019],[56723,109999],[56442,112631],[55760,112758],[52739,111431],[54462,114782],[55753,115877],[55271,115573],[52717,120221],[51876,120389],[60798,121457],[62829,127718],[71500,-9602],[66154,-11412],[67415,-23041],[75017,-29952],[75455,-31200],[71470,-36419],[68812,-25516],[65488,-40289],[65111,-39516],[65310,-43915],[65944,141986],[73962,28286],[74025,26524],[70313,34643],[69921,37447],[71514,46353],[69444,45227],[71511,42446],[66815,49468],[65400,51337],[72841,41403],[76191,38967],[73606,38792],[67020,50714],[71351,49069],[69372,62537],[68060,62966],[65958,61743],[66755,64130],[68556,74005],[70208,69126],[64888,72442],[68126,76965],[64759,89744],[65068,86961],[65649,86127],[70272,83437],[64302,96677],[69439,95521],[71130,100757],[67710,113980],[74124,109284],[71027,123693],[69539,125380],[65149,127597],[66882,115470],[74333,118298],[88659,-3748],[87474,-2323],[79001,-6509],[79211,-25075],[84124,-13894],[89583,-33596],[86578,-36828],[86846,-31794],[81094,-27188],[87449,-29920],[88943,-39932],[86371,-50674],[89298,-49018],[87025,-57636],[82987,-55969],[85489,-58098],[86113,-62606],[76827,-58470],[88321,-62920],[85985,-75542],[88331,-65207],[80518,4380],[81055,3051],[81762,14707],[88606,15675],[80651,14270],[77447,14246],[77555,35680],[82250,28334],[77838,49080],[84093,44235],[86825,628124],[83727,58340],[79543,58464],[82901,62762],[83784,71332],[88713,64958],[85463,70562],[80001,72816],[83540,87461],[80340,92728],[89143,100435],[77638,94476],[84720,93308],[78817,114359],[82198,110574],[81723,115324],[89733,-5274],[89911,-2303],[101687,-8027],[100714,-6905],[99493,-12223],[93257,-24489],[101296,-12960],[91218,-12749],[91569,-20181],[100574,-16279],[99479,-29361],[95032,-32255],[96850,-36184],[90936,-34416],[100611,-31071],[102030,-33124],[90276,-26047],[96913,-38745],[93427,-71648],[101124,3180],[102213,5133],[90557,2107],[99591,2811],[90868,3279],[91148,2710],[100321,14497],[98825,15370],[92020,25919],[100700,35317],[90048,28397],[99523,33519],[92704,36506],[101137,42578],[95503,43604],[93636,45469],[93072,62031],[90378,65121],[97703,76786],[98592,66893],[102077,75939],[100023,88518],[93759,79728],[92289,81778],[90863,86306],[89787,91301],[92714,94854],[101897,108888],[96954,111867],[91630,109704],[99155,103186],[99866,105800],[100340,116631],[112749,-10449],[103687,-8451],[104223,-9412],[102713,-12119],[110811,-2335],[112120,-1375],[108675,-9390],[110867,-9590],[103659,-13380],[114496,-23582],[113668,-25002],[114567,-12781],[106715,-20607],[109075,-16159],[114848,-37190],[110151,-33748],[111053,-37146],[109670,-39696],[110599,1716],[114324,2666],[111537,12877],[113181,1352],[103622,29814],[113681,29090],[105692,35363],[109629,41792],[103568,46184],[104467,50439],[111347,44788],[103486,48254],[104664,55632],[104591,58626],[106041,55232],[113905,60860],[102503,66831],[103307,85489],[113620,88697],[104639,99037],[109663,96460],[105494,95611],[103678,90239],[113280,115010],[102492,113513],[112842,106400],[104058,118983],[104750,121724],[108622,122492],[103754,125430],[121749,-5033],[117534,-11315],[115537,-1458],[116461,-2513],[126001,-9438],[122785,-24234],[116273,-36481],[119305,-30845],[118490,-28945],[125048,-30268],[118810,-36847],[123287,-38951],[126400,-39400],[118165,11785],[118474,7439],[120172,132226],[125287,133559],[119338,21514],[125114,14593],[121145,13369],[122453,28289],[127283,30598],[119212,28240],[116840,29826],[123104,43900],[120120,42033],[115355,42116],[126738,56180],[115579,95167],[118529,127949],[116358,127701],[-1279509,1547801],[-1280348,1547493],[-121003,-149674],[-123759,-150453],[-123795,-164927],[-120823,-170238],[-123623,-173174],[-115278,-176801],[-127228,-3130],[-125568,-3886],[-118874,-88],[-116771,-37484],[-118757,-37658],[-118984,-50835],[-115976,-42505],[-117045,-43488],[-120162,-40752],[-119562,-39253],[-117182,-39668],[-115407,-51259],[-121108,-61487],[-119973,-59290],[-116527,-60687],[-125660,-56642],[-116447,-63493],[-124436,-60471],[-119743,-66335],[-117840,-75351],[-120440,-70398],[-119294,-73658],[-119139,-69575],[-118424,-85160],[-125505,-96807],[-124866,9726],[-120019,4650],[-120669,11558],[-117689,6653],[-116835,7879],[-118542,2091],[-116327,139137],[-120518,137467],[-127821,132744],[-123625,141566],[-123869,142912],[-121665,157088],[-124294,156394],[-125482,154015],[-124958,19640],[-115850,47557],[-116943,45703],[-121353,58791],[-127084,57062],[-120672,56321],[-126623,60355],[-120613,61323],[-122949,63107],[-121134,69175],[-119659,69451],[-123137,64441],[-126826,73302],[-124318,66395],[-125774,69890],[-127230,66950],[-119263,72893],[-122231,75449],[-121379,64899],[-120035,84311],[-126492,86564],[-125320,79144],[-123976,80300],[-122636,97022],[-119552,90235],[-127366,95777],[-125129,98833],[-121143,101336],[-124256,93184],[-118048,103116],[-118210,111008],[-125310,107165],[-123298,104965],[-120797,114732],[-120122,123757],[-140111,-157993],[-138813,-155292],[-129845,-155226],[-128407,-64216],[-130272,136270],[-132186,136649],[-139773,138757],[-133396,129010],[-131933,129767],[-136067,139955],[-134189,137400],[-137482,133752],[-128162,146073],[-129977,149386],[-132227,147271],[-139494,163424],[-137268,164350],[-133482,63191],[-135157,65532],[-127307,62583],[-132068,56935],[-133368,66386],[-134815,71804],[-133496,76466],[-138063,69843],[-137024,73683],[-140481,75811],[-129370,73260],[-131357,68503],[-132624,88288],[-131388,83444],[-128463,84671],[-133117,84243],[-136821,82391],[-137907,88251],[-140155,79874],[-129989,77214],[-133826,80216],[-130161,79553],[-133967,88946],[-128448,82139],[-140245,88498],[-130368,97894],[-128368,100091],[-131267,90402],[-137704,90115],[-137908,91673],[-139366,95516],[-138136,98147],[-139634,94300],[-140297,90725],[-136159,105211],[-135545,124704],[-136999,116047],[-142834,-154427],[-144392,-172186],[-141487,138226],[-150140,136566],[-150064,150212],[-144328,147301],[-147802,163837],[-142505,74152],[-145042,79984],[-144744,82680],[-142821,86549],[-151001,85580],[-148432,98639],[-145780,98388],[-148676,102921],[-150730,100007],[-144176,108205],[-143466,112953],[-146679,111354],[-149342,105536],[-153185,111355],[-152064,112771],[-152345,125181],[-148766,120387],[-152494,123989],[-142310,120931],[-154985,-122567],[-165352,-140890],[-158193,-158807],[-160544,-175112],[-156562,-59243],[-157709,-64648],[-154850,-67067],[-162439,134125],[-154557,140672],[-155122,139450],[-155012,136420],[-157282,133850],[-163325,130579],[-165466,149312],[-162611,143046],[-158996,145480],[-163584,58056],[-164049,59968],[-153865,97309],[-158825,98238],[-161747,98072],[-159312,100691],[-160451,92745],[-157138,107097],[-155579,115090],[-159056,113222],[-160392,114249],[-159852,122231],[-163794,121083],[-162555,116857],[-161563,126282],[-155705,122334],[-177270,-118869],[-179094,-57500],[-169263,-55671],[-172714,-70483],[-170837,-108525],[-177787,134358],[-174046,133030],[-175059,137645],[-167066,132659],[-178460,132226],[-177624,129059],[-175194,128834],[-179166,131902],[-171612,129183],[-166756,128529],[-169788,145371],[-176166,142074],[-178240,141827],[-166425,60488],[-174212,66495],[-166429,64252],[-171774,70951],[-174292,77568],[-177797,94446],[-178940,95097],[-177618,92947],[-176958,108070],[-167621,124204],[-167499,121197],[-173916,128058],[-178401,125325],[-179591,121155],[-191291,-423555],[-181065,-559875],[-185863,-574974],[-186097,-73939],[-181187,135387],[-190853,137986],[-189543,135625],[-187411,135158],[-183470,133305],[-188661,129474],[-179299,148225],[-189268,145176],[-185634,142404],[-183258,143165],[-183192,149579],[-186844,60400],[-181136,51980],[-180408,52995],[-186669,64996],[-181823,69523],[-184517,69072],[-185223,72924],[-188373,76682],[-189711,82629],[-181263,90419],[-185053,98271],[-188378,98786],[-184089,100430],[-186965,103003],[-190975,109448],[-185670,106414],[-187103,110975],[-189156,113058],[-191336,113700],[-189876,107595],[-189634,126342],[-182699,127174],[-202186,-416987],[-192256,-421831],[-197464,-445822],[-193863,-98699],[-204102,134372],[-197183,138263],[-198274,137162],[-204107,139889],[-200979,133653],[-201063,135588],[-196582,142625],[-199425,142707],[-192718,145307],[-195157,81032],[-199930,81984],[-203873,85151],[-197263,98815],[-198947,94641],[-196817,105553],[-203212,106956],[-199057,103264],[-196509,102694],[-202957,120159],[-195747,126180],[-193511,119253],[-193560,118172],[-212413,-78101],[-213967,-85067],[-205518,129759],[-205734,139394],[-214704,128903],[-205972,144160],[-214922,59184],[-215182,62008],[-209653,51735],[-213565,62816],[-210393,51964],[-211418,51945],[-212133,51547],[-211842,66249],[-204802,83198],[-209265,101883],[-209059,100003],[-210189,93462],[-210154,95013],[-208471,97904],[-208614,106659],[-216737,106050],[-210542,103740],[-213600,111131],[-207570,110184],[-207788,106819],[-215320,103108],[-206591,120218],[-213558,117399],[-217429,118378],[-222500,-96126],[-225756,-95269],[-225914,129287],[-226303,53519],[-226898,53019],[-218117,63205],[-223014,109368],[-229447,108884],[-230068,113908],[-222307,123929],[-222673,126933],[-221142,122315],[-225430,127877],[-228974,120721],[-226069,118818],[-236169,-116713],[-240515,-123928],[-241784,-126595],[-238468,-126717],[-233593,-114914],[-235023,59165],[-230768,59567],[-230697,114964],[-233546,118725],[-241917,125686],[-2219,-36701],[-8665,-32753],[-8433,-39850],[-7527,-38843],[-1991,-47275],[-245315,128585],[-251718,134156],[-248754,127575],[-243828,124745],[-268544,-500335],[-266524,-71885],[-266452,-73692],[-268750,-74722],[-267310,52487],[-260272,62536],[-266570,72652],[-264405,73945],[-265014,74692],[-261892,66269],[-263197,70506],[-266323,65969],[-265958,83100],[-263138,82714],[-264787,77173],[-267754,81029],[-258368,85666],[-259805,83738],[-261747,87634],[-258106,97941],[-261440,91594],[-263207,90151],[-266747,90460],[-262533,104683],[-262076,116183],[-273030,-76339],[-270887,-74164],[-273476,50926],[-274723,63393],[-273129,60770],[-268855,57470],[-269492,59856],[-274349,57053],[-270136,70657],[-272183,67908],[-270341,79158],[-272560,98856],[-273307,93444],[-273310,103893],[-282085,113950],[-286967,113251],[-293240,111153],[-304667,89723],[-296603,109067],[-319705,21808],[-318318,69827],[-312071,68196],[-309149,63772],[-311830,67336],[-308975,66125],[-317687,80727],[-319592,84168],[-312605,97692],[-331002,50460],[-329323,60574],[-324765,60495],[-329762,64774],[-324636,66755],[-330827,75764],[-329730,66621],[-323419,74384],[-328770,76197],[-328302,74184],[-326475,79417],[-322573,85489],[-324554,97543],[-337034,48866],[-334015,54676],[-333780,70103],[-338964,74092],[-333574,74258],[-339422,72359],[-341054,74243],[-333518,80648],[-352676,46450],[-348414,40496],[-17719,-483106],[-17644,55128],[-383116,-6917],[-390471,-48600],[-385114,-49985],[-389947,-54480],[-389609,-56429],[-394242,-56173],[-393750,-54499],[-396698,-55751],[-389953,-51143],[-391824,-53522],[-394115,-61777],[-393297,-63052],[-385290,1405],[-396994,-58077],[-399135,3079],[-402024,1732],[-408404,16698],[-406194,18001],[-409317,25640],[-413484,10839],[-418795,23775],[-418332,23716],[-412108,15437],[-413498,15143],[-421549,18098],[-412383,18259],[-412215,25091],[-415868,25436],[-419654,15250],[-416754,33823],[-409605,26372],[-411269,26366],[-425086,17568],[-429235,22910],[-425326,23096],[-426971,24954],[-434016,23284],[-425766,22220],[-428886,17918],[-433175,28246],[-432944,28656],[-431986,28850],[-35176,-134964],[-30038,-130547],[-33010,-23278],[-33387,-25032],[-31831,-21948],[-28152,-22389],[-36298,-21635],[-29672,-30487],[-30435,-28827],[-36267,-36639],[-35356,-33584],[-29776,-39573],[-31021,-40370],[-29924,-70876],[-36755,63822],[-32063,57205],[-578049,1778234],[-38451,-18932],[-47353,-31914],[-46190,-29020],[-39435,-32803],[-44935,-38105],[-42600,-38742],[-49690,-41260],[-48952,-42699],[-41608,-49853],[-49178,-48520],[-43503,-51680],[-49966,-84639],[-55736,-122769],[-52663,-127135],[-61394,-10387],[-57642,-9377],[-57776,-11279],[-55037,-6804],[-62465,-14779],[-62931,-15840],[-58287,-23707],[-58181,-24773],[-59327,-18210],[-60859,-19795],[-54056,-21821],[-52642,-21339],[-56313,-21654],[-59973,-33900],[-62469,-31963],[-62220,-25427],[-57725,-32469],[-55565,-32691],[-62806,-42309],[-62467,-48399],[-61444,-44320],[-54901,-40914],[-57453,-39547],[-63686,-52347],[-54798,-55518],[-53734,-57869],[-54772,-53899],[-63467,-78808],[-73896,-149253],[-65147,-9991],[-65389,-12334],[-73704,-1964],[-70630,-12575],[-73767,-11331],[-71139,-9066],[-72383,-21432],[-64886,-25101],[-75558,-19024],[-64519,-23397],[-72679,-16066],[-73382,-25109],[-72968,-23672],[-73547,-23026],[-70066,-37600],[-75251,-36293],[-67413,-41218],[-67448,-39913],[-69870,-40022],[-67289,-42910],[-66970,-46289],[-64606,-50011],[-65050,-47225],[-64673,-50922],[-64116,-46751],[-74537,-48225],[-76076,-38962],[-64904,-52607],[-71095,-60070],[-70441,-61764],[-69475,-60103],[-72344,-60876],[-69487,-63754],[-75087,-52457],[-65063,-75554],[-69207,-80192],[-66402,-76905],[-64420,-77380],[-65342,-79257],[-75665,3016],[-73545,7831],[-73150,19472],[-75105,14556],[-75010,13448],[-74206,15540],[-75010,13448],[-76352,29943],[-74878,27792],[-82194,-135922],[-86701,-148062],[-82470,-153356],[-77719,-150675],[-78816,-149494],[-78473,-146252],[-83002,-163005],[-83911,-156315],[-79607,-157215],[-78271,-158913],[-77338,-163864],[-84337,-167600],[-81095,-167059],[-79442,-5373],[-78429,-3308],[-79355,-2628],[-80128,-2203],[-78500,-9892],[-77841,-11216],[-87529,-513],[-85141,-2393],[-86970,-1677],[-86964,-11229],[-88564,-10429],[-81768,-8826],[-87131,-8860],[-79730,-19149],[-78342,-18790],[-88941,-24866],[-87579,-24852],[-88072,-17447],[-87082,-19796],[-85922,-20137],[-85742,-21682],[-82823,-22601],[-77569,-24507],[-85865,-15897],[-80054,-16869],[-85706,-17734],[-81374,-31319],[-85931,-32323],[-81744,-34812],[-78811,-27583],[-78193,-29960],[-78701,-32064],[-82626,-35491],[-81092,-36388],[-81435,-35429],[-84927,-34146],[-85326,-35765],[-89406,-34488],[-88630,-33050],[-88882,-32482],[-85941,-27595],[-88863,-27408],[-84375,-27624],[-78411,-44681],[-83037,-39244],[-83476,-40149],[-81933,-38245],[-82418,-38693],[-84475,-41405],[-87714,-46576],[-87600,-41595],[-84990,-41050],[-83063,-38207],[-81134,-41608],[-81091,-41964],[-80048,-41277],[-87238,-38772],[-83436,-55737],[-85422,-58712],[-77996,-56868],[-79742,-56811],[-78144,6593],[-89284,6073],[-86091,4628],[-87130,1906],[-86103,439],[-83885,5940],[-81557,671],[-78680,5516],[-81233,9991],[-86839,12474],[-82865,7100],[-88674,12052],[-78366,11589],[-83157,12583],[-77686,25301],[-77180,20576],[-76801,16574],[-82236,22949],[-84979,20471],[-82542,24596],[-84378,23276],[-84110,13762],[-87277,15833],[-87223,38502],[-79350,33171],[-85276,34092],[-82852,31841],[-82823,38451],[-81547,36504],[-78142,36607],[-76861,31231],[-87694,28595],[-89130,30702],[-85725,28273],[-86715,45840],[-87551,39806],[-86169,40054],[-83335,39514],[-88110,57316],[-89146,63638],[-85156,65200],[-88428,91798],[-85460,104002],[-85785,112533],[-88470,111177],[-99709,-116926],[-98479,-138274],[-94682,-137632],[-97668,-128475],[-89761,-139250],[-100738,-141667],[-102301,-162395],[-100681,-195493],[-94193,-11623],[-97392,-1993],[-95522,-10370],[-90623,-12300],[-95973,-2029],[-101617,-6077],[-100788,-8308],[-100116,-4319],[-91850,-8845],[-92575,-7244],[-92092,-1855],[-97862,-11999],[-97853,-238],[-102099,-4252],[-91400,-255],[-98097,-22101],[-102022,-24276],[-92273,-19603],[-97630,-25185],[-91380,-18272],[-91450,-17751],[-91807,-21100],[-90977,-19962],[-91479,-19343],[-92431,-20716],[-96086,-13318],[-99059,-15870],[-96280,-15045],[-101948,-13467],[-90257,-15763],[-90750,-15689],[-91659,-15335],[-96935,-32224],[-93524,-36831],[-93709,-34793],[-94186,-32220],[-101192,-26084],[-102152,-25686],[-95202,-35448],[-89614,-30499],[-89873,-26732],[-89696,-30846],[-89680,-26983],[-99312,-47580],[-89841,-47527],[-93751,-55944],[-92263,-57312],[-98712,-56085],[-101467,-55616],[-98523,-111385],[-96646,5100],[-97995,1390],[-92010,14225],[-97592,22612],[-95065,17754],[-93007,20662],[-99636,24958],[-94615,36373],[-101321,36382],[-102281,37680],[-96876,37319],[-98669,36139],[-95506,35589],[-99652,29530],[-98069,32804],[-90081,26070],[-91961,25899],[-90526,31095],[-93839,28915],[-89630,28677],[-93044,30975],[-92200,28627],[-95535,46274],[-101177,44288],[-93655,38890],[-91187,47050],[-96352,45693],[-93894,50879],[-89938,53434],[-93385,59126],[-102235,62179],[-89670,61783],[-92549,59988],[-92708,51420],[-94575,61258],[-96255,55928],[-94695,56789],[-98171,62909],[-98296,68448],[-101866,72953],[-90999,85713],[-93277,89029],[-100175,84007],[-95799,84615],[-96392,89149],[-95765,86585],[-100448,77304],[-92526,80024],[-100718,94390],[-90407,98624],[-92284,94320],[-95124,103863],[-97439,107781],[-94515,111388],[-94372,106517],[-92538,102764],[-91763,107148],[-89997,113161],[-98248,109879],[-92450,110641],[-90012,108468],[-95460,118092],[-101948,125284],[-101152,124061],[-100643,118788],[-97402,119645],[-96043,119645],[-90579,117254],[-108825,-149803],[-110304,-155472],[-109048,-162488],[-113483,-154561],[-106483,-170039],[-108569,-10765],[-104097,-8973],[-107650,-6483],[-108270,-8257],[-109706,-8915],[-108299,-9386],[-109536,-9926],[-111421,-21424],[-110373,-14001],[-104694,-21809],[-106638,-19458],[-103462,-14193],[-112186,-19942],[-107319,-17657],[-103535,-14676],[-102792,-13460],[-103176,-13921],[-105199,-18079],[-103825,-19142],[-106285,-36203],[-103111,-37047],[-103463,-35847],[-106250,-34244],[-112725,-37862],[-112358,-35290],[-108460,-30140],[-109492,-26657],[-113480,-28063],[-110119,-37134],[-113304,-30292],[-112671,-25601],[-113597,-31042],[-107248,-36563],[-106826,-33513],[-109827,-31370],[-108306,-31810],[-113105,-32711],[-107865,-39068],[-113338,-45356],[-108665,-44167],[-108731,-38955],[-104627,-42590],[-104040,-39490],[-111835,-38522],[-110713,-41964],[-114674,-44131],[-102552,-42869],[-111942,-51988],[-111748,-51111],[-105676,-53100],[-113044,-63032],[-111557,-51253],[-109618,-53120],[-113814,-71824],[-112083,-73149],[-106171,-77829],[-106717,-84642],[-112594,-78115],[-107786,-97856],[-107328,-101645],[-111465,-99104],[-111833,-90228],[-109540,-91011],[-109705,-93925],[-106352,-92892],[-106887,-95915],[-115151,-92492],[-112959,129565],[-107063,136965],[-107275,135628],[-111892,147652],[-111959,146554],[-112738,152180],[-111071,149558],[-106359,144623],[-113158,159880],[-103959,37335],[-107525,36432],[-111825,49431],[-112970,50911],[-104677,48509],[-104328,43270],[-103566,41994],[-114311,47890],[-113191,48290],[-114240,50974],[-109074,41981],[-104718,57038],[-107135,63060],[-109478,62621],[-107943,58387],[-109058,61485],[-109869,54497],[-112462,56695],[-109667,52931],[-110604,54085],[-112822,54861],[-111947,56694],[-113669,58590],[-108930,64776],[-104646,75617],[-104410,76814],[-113291,72857],[-109390,69108],[-108534,69714],[-110916,81467],[-113207,87185],[-103230,80221],[-108536,97931],[-109447,100694],[-108919,93723],[-106068,91560],[-109227,90539],[-113207,112594],[-108013,111973],[-110436,105103],[-113714,109397],[-105375,105973],[-109315,111024],[-107927,118072],[1546,-48837],[625,-44507],[5304,-45857],[3935,-45106],[7395,-47118],[132582,-21766],[131047,-31172],[133531,-29557],[134861,-31685],[130074,-34513],[137162,-39394],[129115,-38228],[131499,-38299],[132976,-53994],[132409,-52878],[133071,-57059],[135205,-52334],[128326,-58399],[139231,-55749],[128615,-52029],[135224,-51444],[134417,137989],[135533,13316],[129750,14386],[133954,350829],[133490,36149],[139554,42424],[132933,68249],[135182,88175],[129992,94790],[137844,105511],[131159,104063],[149936,-156190],[146756,-5406],[144800,-16229],[141843,-34059],[145887,-49215],[144781,-50322],[150695,-50802],[151015,-51948],[149609,-52468],[145878,-54727],[151985,-55433],[148656,-53890],[145017,-55281],[151635,-60469],[150204,-59088],[151599,-58163],[141027,-51339],[148247,-51292],[152935,-65832],[144458,63830],[146883,54904],[141686,72442],[146912,80879],[146136,95197],[148198,112056],[155797,-50520],[155720,-48492],[157040,-49171],[164845,-50153],[155341,-55870],[154726,-56836],[156450,-55919],[157268,-63381],[156402,-59525],[156044,-61712],[159341,-61469],[158960,-55117],[154189,-62377],[165155,-61830],[159651,-54821],[157928,-69300],[156766,-73340],[154579,-68319],[156233,-66630],[154642,-65155],[154949,-64071],[153774,-73865],[160903,-72985],[159485,-74559],[160339,-63808],[161760,-88661],[156008,-77511],[158187,-82768],[162576,-84606],[176402,-129328],[172623,-133018],[167071,-137755],[174156,-152155],[178143,-165546],[166593,-161594],[177020,-173976],[169661,-55230],[169039,-66131],[174107,-68002],[177641,-67020],[170710,-70313],[168830,-77000],[166673,-86347],[173817,-92195],[181063,-171912],[180888,-69209],[184046,-85434],[189524,-76939],[184834,-80939],[179898,-81158],[23157,3868],[20758,4386],[16804,5758],[17282,7331],[19940,9730],[20483,10986],[21780,12080],[22223,33252],[32784,-6847],[32812,-12517],[28010,-762],[29723,-1996],[29227,151396],[29354,141356],[36702,144659],[30739,141868],[38033,153850],[34686,154643],[33274,25397],[37480,17639],[30645,34685],[29628,34265],[34376,26329],[33259,26628],[41770,-392417],[43027,8462],[45040,2061],[46835,135992],[43351,138554],[49245,142950],[46514,148110],[38890,146619],[43862,150101],[40357,149216],[41990,151600],[38805,145385],[40094,13363],[41618,13558],[43095,21550],[39345,15247],[40354,16997],[44028,24108],[45009,32626],[46515,32656],[42769,32340],[49549,29005],[51040,29675],[43045,27319],[49740,26637],[60386,-917],[58565,-8996],[63930,-8793],[51742,-60046],[63170,-54666],[51776,2336],[55795,4301],[55296,986],[58924,4194],[58401,2851],[58285,5450],[60405,7445],[62448,130964],[53730,135738],[58826,140585],[63691,139053],[58300,37696],[61803,49471],[62338,43768],[60558,61017],[57654,69260],[55564,70780],[59089,68071],[60583,67343],[60457,65692],[61950,81868],[57949,79512],[63198,80249],[60059,127139],[75798,7],[70576,-10113],[67017,-11049],[64311,-7460],[74622,-2070],[71523,-2091],[67726,-3441],[68471,-4207],[66791,-17652],[64887,-393188],[71788,-60613],[75409,2583],[75742,5146],[76155,2223],[75346,128205],[67601,140686],[69110,138769],[67331,138080],[67771,134972],[72312,134253],[69443,141441],[74751,24634],[64321,38413],[74348,37888],[76040,31106],[69867,32814],[72044,30375],[71974,45061],[65908,42418],[64663,49112],[72895,43331],[74804,40860],[65663,39188],[71261,50636],[68782,60986],[64174,52488],[65087,66642],[66910,73818],[72360,65651],[67280,72616],[66972,87183],[66926,89422],[74790,84880],[74822,89363],[75062,86410],[76219,82364],[74566,83718],[72157,86320],[69946,81666],[68983,99711],[66341,90827],[72609,102588],[70414,90837],[76264,107128],[70456,117720],[69166,127361],[67903,124276],[73087,117641],[79122,8619],[83772,8298],[88767,19663],[85693,30591],[88591,33101],[86861,47679],[87551,626234],[86422,61752],[84764,69165],[83331,64231],[82501,69803],[80622,68617],[78459,80205],[78624,82574],[78771,87382],[80769,93656],[87882,103343],[88681,106551],[86968,109761],[81324,117809],[98978,-9668],[100340,-4471],[100378,-9590],[95563,5793],[94155,17032],[93224,35116],[101943,46947],[101109,69748],[94237,65328],[99880,110620],[100974,111583],[96246,111886],[90094,111360],[101397,112486],[102116,116586],[101534,123582],[113832,-10086],[110772,-1202],[108561,-4287],[109612,-4624],[114031,-20529],[110487,-31120],[108344,-26412],[106229,1884],[112819,12758],[111432,5366],[114302,855],[106037,38158],[104826,36425],[102417,30299],[115056,34964],[103694,42760],[114499,39929],[111493,105960],[103029,123066],[103368,121205],[107565,124264],[126172,-12560],[121187,-23087],[121862,-22182],[116340,-25320],[123383,-29428],[120741,-37403],[125656,-41062],[119771,-39259],[117923,-38883],[120883,-38579],[126206,7593],[127181,41643],[119410,49065],[115333,81820],[116034,111436],[116243,122865],[-117417,29504],[-127782,32987],[-130092,44669],[-142034,36223],[-203875,-440817],[-239858,-255911],[-238867,-18829],[-237379,-27046],[-236664,-26642],[-238141,-27588],[-232578,-28627],[-11789,-481669],[-243519,-255983],[-251202,-20757],[-245379,-32396],[-245667,39461],[-250655,40823],[-252149,39388],[-257817,-239888],[-268015,-11593],[-268633,-8850],[-266506,-9866],[-265715,-9471],[-263726,-7608],[-262741,-6946],[-267062,-9823],[-266078,-12138],[-257466,-244383],[-268447,-19367],[-267569,-18875],[-264786,-15179],[-268276,-14254],[-267726,-12747],[-266176,-14172],[-264448,-17010],[-266990,-18157],[-267022,-21142],[-262746,-14304],[-263616,-18908],[-261646,-18126],[-260480,-18661],[-260992,-17177],[-260573,-18026],[-262615,-19170],[-262932,-17916],[-260878,-14430],[-260564,-13106],[-262027,-12998],[-263527,-12608],[-264402,-12774],[-258005,-17910],[-258745,-19010],[-257103,-21149],[-257786,-19680],[-264415,-19223],[-265187,-19520],[-265429,-23090],[-263315,-21318],[-256491,-18179],[-266256,-15727],[-268123,-20051],[-268166,-15825],[-277072,-188669],[-273696,-194103],[-268873,-11202],[-269400,-10941],[-271426,-10563],[-271886,-11586],[-272836,-11521],[-273516,-11209],[-274042,-11521],[-274699,-11517],[-275259,-12563],[-275653,-12353],[-277333,-10512],[-279655,-11640],[-275778,-9399],[-274970,-10342],[-272281,-9596],[-270279,-10375],[-269057,-3004],[-270036,-2215],[-271184,-3759],[-269201,-2381],[-270734,-5824],[-272934,-6866],[-269114,-6068],[-270519,-11288],[-276891,-12497],[-281024,-9005],[-280095,-8080],[-278545,-8444],[-276956,-16763],[-275038,-25072],[-274487,-24582],[-272296,-24203],[-271422,-22904],[-271564,-22272],[-270327,-21868],[-269080,-20981],[-269097,-15023],[-270038,-15079],[-277205,-13436],[-277940,-14130],[-278857,-14234],[-279789,-15766],[-273308,-23370],[-273210,-15373],[-273208,-25155],[-270373,-24455],[-276358,-26030],[-276678,-26483],[-274301,-27245],[-280225,-25742],[-280107,-34057],[-279509,-32751],[-280344,-33121],[-281546,-34924],[-280529,-31677],[-280961,-28871],[-280252,-27886],[-279492,-26905],[-277633,-26425],[-280152,-27770],[-278726,-26487],[-275851,-26044],[-280673,-27995],[-280867,-30550],[-281186,-29426],[-278981,-33130],[-281301,-35954],[-270374,-25718],[-273235,-30922],[-275743,-34137],[-278507,-32583],[-277848,-33981],[-279383,-31902],[-271530,-27665],[-273764,-26280],[-280610,-38846],[-284744,-10695],[-285233,-9350],[-286213,-10844],[-286088,-9318],[-283511,-10218],[-283792,-7617],[-283651,-6503],[-284548,-7321],[-282744,-8970],[-284507,-18024],[-281926,-16647],[-283567,-18011],[-282844,-16911],[-284566,-19164],[-286222,-20518],[-288032,-22872],[-288737,-23117],[-290324,-23819],[-291749,-24015],[-293045,-21624],[-293621,-24966],[-291610,-19719],[-288256,-16656],[-283933,-15359],[-282941,-13251],[-281781,-13146],[-291847,-17503],[-292560,-18050],[-290651,-16699],[-289155,-16203],[-287756,-14780],[-291082,-15123],[-289081,-13216],[-287067,-15409],[-286163,-16062],[-286633,-13257],[-284352,-12622],[-290545,-19620],[-285390,-15316],[-285961,-18436],[-283253,-29328],[-291039,-33167],[-290863,-36098],[-294156,-28240],[-294389,-25825],[-289918,-33036],[-289573,-36239],[-286548,-35266],[-286028,-35935],[-283359,-36635],[-281891,-35579],[-293825,-29237],[-293662,-31404],[-292950,-32573],[-292074,-33010],[-288758,-33849],[-286818,-34795],[-286844,-37968],[-292008,-35931],[-290822,-35030],[-289077,-37091],[-292617,-34674],[-284761,-37042],[-293786,-37093],[-282771,-37968],[-287597,-36664],[-288120,-40543],[-290114,-41905],[-293348,-40503],[-293476,-42116],[-292409,-43088],[-291277,-44290],[-292714,-41391],[-286771,-41261],[-285490,-41958],[-286669,-43397],[-285858,-43484],[-285658,-44017],[-284786,-43905],[-282055,-44332],[-284502,-46298],[-282695,-39093],[-289295,-45336],[-289824,-44482],[-291024,-43809],[-290621,-47909],[-290234,-50410],[-290700,-45484],[-287222,-45995],[-289044,-48510],[-286589,-48441],[-283944,-45449],[-285187,-44905],[-284494,-44701],[-282275,-48004],[-292828,-38593],[-287674,-38762],[-284915,-38719],[-285768,-38920],[-298490,-25174],[-296731,-22538],[-296140,-23744],[-294569,-23069],[-295975,-24992],[-295192,-26941],[-298446,-27597],[-296262,-29412],[-297874,-31071],[-299476,-31508],[-297645,-29998],[-299635,-29569],[-297481,-27275],[-302178,-32745],[-297943,-33001],[-296474,-35612],[-296414,-37161],[-295439,-33136],[-297695,-37707],[-296615,-32989],[-298108,-35828],[-299689,-32979],[-300840,-30479],[-294757,-39351],[-294673,-40290],[-294662,-41909],[-21200,-458581],[-484783,-148479],[-476315,-151458],[-492104,-161870],[-488310,-158241],[-30982,-455094],[-502258,-150795],[-508298,-156633],[-500901,-167211],[-45778,-444999],[-51013,-445494],[-38549,-451525],[-49352,-466748],[-60035,-448059],[-53190,-469390],[-73489,-120248],[-72720,-116926],[-73287,-116410],[-74344,-115934],[-73591,-118659],[-75033,-117827],[-74835,-118011],[-73843,-125013],[-73381,-125690],[-75206,-122789],[-73674,-121512],[-73685,-116077],[-76473,-121077],[-76057,-118656],[-75566,-119888],[-75001,-120837],[-75724,-126414],[-74819,-126672],[-75277,-124736],[-76531,-124010],[-74629,-125526],[-74142,-138627],[-67232,-442418],[-73364,-443586],[-75758,-443531],[-72107,-76192],[-75154,-75762],[-71241,-75331],[-71890,-74320],[-72589,-71728],[-75210,-72112],[-71456,-72052],[-75186,-77482],[-74603,-79443],[-71583,-99793],[-73667,-100220],[-76365,-101396],[-75376,-101088],[-73348,-113635],[-75840,-112104],[-74034,-112871],[-73208,-114899],[-72279,-111905],[-73560,-109285],[-72673,-111139],[-71277,-111912],[-71919,-108645],[-73327,-108279],[-71212,-107887],[-72510,-110584],[-69567,-107751],[-68409,-109150],[-69927,-111752],[-72272,-105470],[-67142,-104087],[-68640,-105415],[-74660,-104142],[-76265,-106797],[-75794,-107568],[-72339,-114819],[-85919,-119080],[-86558,-116732],[-81377,-116408],[-88625,-119625],[-86051,-122104],[-85622,-121367],[-85490,-123235],[-85795,-120660],[-83829,-123619],[-82641,-117148],[-83391,-120196],[-83363,-118187],[-83916,-115610],[-85292,-116430],[-84993,-115029],[-85846,-118667],[-83513,-123264],[-76969,-117905],[-82370,-119639],[-87164,-127622],[-85511,-125740],[-77581,-116440],[-85474,-122278],[-78142,-127219],[-82125,-127070],[-79668,-124257],[-81299,-123148],[-79351,-124447],[-81035,-122904],[-81726,-125805],[-79280,-122648],[-77901,-128364],[-77472,-137762],[-79370,-137843],[-79739,-139171],[-78982,-134873],[-79402,-137387],[-80721,-130095],[-78948,-128496],[-82540,-128636],[-81329,-132937],[-82984,-132185],[-85914,-128597],[-78762,-128255],[-88882,-434161],[-77222,-465477],[-88842,-469511],[-83313,-70838],[-83611,-70118],[-88592,-69882],[-80958,-84191],[-79791,-84429],[-79190,-84497],[-81635,-86966],[-84450,-85844],[-78832,-88499],[-89541,-91395],[-87561,-90788],[-84591,-99186],[-82345,-92249],[-85165,-110127],[-86323,-110221],[-84672,-107125],[-81307,-110668],[-83746,-108531],[-80421,-106430],[-79233,-107163],[-81823,-105567],[-82024,-112909],[-81414,-114337],[-78592,-113424],[-80451,-114880],[-77801,-112643],[-80586,-107792],[-79569,-108414],[-77891,-109367],[-78944,-114071],[-80047,-110287],[-82200,-112055],[-82773,-112434],[-84790,-111039],[-84615,-109275],[-83037,-114355],[-83047,-114969],[-79845,-105758],[-81398,-109521],[-86431,-111859],[-84447,-110034],[-91557,-121695],[-89339,-427411],[-93131,-74847],[-91862,-69704],[-102033,-74156],[-101469,-67034],[-96874,-69224],[-100197,-67663],[-96698,-75949],[-97607,-73164],[-98619,-72977],[-100997,-70677],[-96536,-67635],[-98394,-66354],[-98289,-66820],[-95207,-68312],[-94190,-67692],[-94160,-69530],[-98409,-70064],[-101282,-89377],[-99400,-89296],[-102106,-89088],[-97733,-86447],[-96673,-78490],[-102358,-78767],[-89907,-94009],[-91977,-95454],[-89947,-101696],[-104194,-71444],[-104523,-69482],[-108202,-71560],[-104396,-74318],[-102590,-68008],[-107231,-67587],[-108700,-69241],[-106592,-75340],[-107327,-74426],[-102426,-69913],[-102882,-77566],[-104807,-80678],[-102927,-87631],[-104417,-83838],[-107345,-86501],[-106342,-88012],[-108625,-81128],[-109390,-80939],[-103796,-76923],[-109695,-86043],[-111060,-84931],[8621,-479586],[1275,-479478],[951,-489075],[138856,-55425],[140777,-63104],[136336,-66983],[146793,-60207],[144671,-56687],[141606,-61222],[145819,-67546],[150733,-64015],[141891,-86657],[144766,-86632],[146941,-81338],[143914,-84372],[149370,-79698],[140896,-90255],[173548,-67559],[169686,-76786],[170401,-84051],[170096,-87247],[177377,-77561],[184005,-84408],[180592,-83997],[21894,-471694],[17789,-477844],[17487,-477006],[13171,-480304],[-127997,-63735],[-123832,30337],[-125522,34138],[-137309,37059],[-139653,35716],[-131021,43839],[-153160,-131283],[-153371,-131062],[-152967,-132134],[-156288,-129891],[-156648,-130439],[-154836,-130320],[-198634,-413825],[-229077,-266968],[-228654,-267951],[-227519,-268178],[-225331,-265917],[-224117,-266327],[-222722,-266074],[-230048,-332325],[-223424,-12909],[-228994,-23131],[-241517,-258022],[-240056,-257938],[-241265,-261226],[-242796,-260328],[-240798,-262944],[-231361,-267840],[-232904,-268391],[-232138,-265665],[-237338,-267453],[-237780,-265210],[-235397,-265753],[-235570,-264351],[-236180,-270979],[-236211,-272558],[-237333,-19253],[-241662,-17079],[-236214,-26650],[-238330,-27975],[-242500,-32574],[-254796,-238267],[-249969,-243829],[-244954,-255968],[-244745,-14468],[-244297,-13108],[-245845,-31995],[-245502,38738],[-257062,-238065],[-274853,-168203],[-274607,-181481],[-276162,-183480],[-279193,-9581],[-277095,-9629],[-278874,-10435],[-280699,-22813],[-279604,-12938],[-273251,8374],[-271354,7281],[-273160,9939],[-277441,8750],[-286170,-22029],[-286184,-23556],[-292617,-24421],[-289505,-32948],[-289306,-27633],[-284769,-50234],[-318046,-497694],[-324825,2026],[-24791,-467767],[-483253,-149839],[-477226,-150696],[-473689,-159812],[-486086,-161136],[-497327,-152629],[-497511,-162824],[-493353,-163934],[-490535,-155698],[-494602,-161036],[-494239,-156291],[-33088,-116528],[-28388,-463752],[-509873,-154168],[-75956,-117624],[-73422,-115540],[-76202,-122962],[-76121,-123679],[-75615,-123530],[-75720,-138944],[-76182,-138303],[-76154,-132915],[-73761,-75419],[-71539,-72669],[-75020,-73238],[-72683,-72839],[-73205,-74956],[-74585,-75072],[-73751,-76887],[-71557,-78702],[-71005,-79764],[-72622,-101169],[-74319,-112584],[-75800,-112268],[-74085,-111031],[-69914,-109485],[-70061,-110997],[-69899,-104609],[-85145,-120311],[-83938,-117049],[-84960,-120254],[-82769,-120971],[-84313,-117440],[-83770,-115245],[-87178,-115850],[-77689,-116203],[-81576,-118461],[-86194,-126222],[-76814,-119033],[-76813,-138758],[-82071,-129022],[-81141,-129627],[-82567,-129973],[-82695,-86620],[-87361,-88777],[-89097,-94428],[-86288,-97528],[-82036,-100100],[-82741,-93249],[-84549,-110315],[-85012,-108226],[-78446,-106658],[-81902,-114458],[-81841,-114067],[-79865,-110377],[-81859,-112474],[-83212,-112442],[-82805,-106553],[-84354,-109582],[-89468,-102726],[-90978,-116067],[-101490,-75062],[-100284,-69179],[-97012,-74081],[-99048,-74809],[-98127,-68748],[-96330,-85490],[-93409,-78101],[-101805,-89343],[-110299,-382174],[-105701,-66488],[-105663,-74178],[-103237,-66667],[-104240,-68569],[-107718,-77502],[-105723,-84176],[-105799,-85948],[-110363,-79162],[-110252,-86020],[10607,71624],[9486,72448],[12063,72943],[136028,-67750],[137884,-63912],[145052,-62354],[142185,-58595],[147323,-58670],[142106,-61569],[145141,-69598],[146886,-66310],[142666,-88379],[143376,-88838],[149193,-81667],[147341,-81924],[149675,-84193],[149317,-82902],[152888,-79744],[143093,-89705],[173325,-79356],[171746,-83090],[171614,-87883],[174078,-85083],[406944,-245830],[-122399,25395],[-121260,34689],[-118347,29808],[-125222,33397],[-135776,36948],[-139833,36267],[-190060,-262149],[-191882,-264008],[-189550,-263815],[-188612,-265765],[-188147,-260961],[-186857,-260936],[-187459,-261416],[-187376,-447804],[-192722,-262038],[-230321,-24063],[-237061,-257512],[-236658,-260054],[-239746,-261049],[-239540,-14157],[-241989,-605814],[-242200,-614231],[-245118,-11270],[-244184,-8700],[-248161,-13641],[-244876,-31856],[-251716,-607494],[-250122,-631803],[-249848,-631386],[-251947,38535],[-272006,-175542],[-273858,-167062],[-276981,-191753],[-270196,-190168],[-279232,-191539],[-276343,-182023],[-273699,-197556],[-272915,-10928],[-272284,-10862],[-275784,-19852],[-287338,-22821],[-287611,-33744],[-286579,-29224],[-371057,-177249],[-484377,-150981],[-503001,-167708],[-85235,-99324],[-82644,-100475],[-83660,-92901],[130317,-343442],[138866,-59198],[148140,-61785],[141675,-62847],[146825,-58897],[144486,-58725],[141466,-68221],[147015,-67818],[142732,-66032],[140954,-88049],[145204,-89741],[167667,-70381],[251529,709586],[253869,714024],[48788,-385056],[44977,-385319],[56554,-333701],[52369,-352559],[61127,-346859],[59018,-356682],[51898,-358489],[62867,-364555],[61125,-366192],[60643,-382147],[55907,-381889],[52473,-382262],[56318,-385404],[56521,-384923],[65173,-357175],[65418,-346118],[70150,-348400],[66847,-351307],[64958,-370306],[72514,-359048],[65451,-374223],[64008,-378053],[85027,-334708],[85020,-341292],[86570,-355689],[86918,-355607],[86284,-357141],[88728,-361659],[84025,-363674],[90308,-341128],[96990,-346138],[102265,-346725],[99485,-352021],[95091,-356205],[90797,-359931],[91804,-358647],[109897,-346565],[127306,-343521],[-1280852,1548303],[-1280175,1547537],[-123927,-125180],[-116734,-137189],[-122986,-151490],[-118682,-154318],[-126518,-154918],[-120243,-168634],[-122367,-168856],[-124625,-172529],[-126385,-181605],[-124365,-179211],[-118093,-187082],[-126984,-194072],[-125838,-195442],[-119311,-194334],[-115595,-199854],[-118039,-197805],[-122722,-198594],[-119385,-196442],[-117485,-229185],[-121076,-237641],[-120315,-243617],[-116446,-34872],[-125609,-46390],[-122309,-46398],[-121112,-48927],[-117061,-48815],[-115949,-41138],[-119689,-40007],[-120684,-41936],[-115779,-76537],[-121608,-89381],[-123957,-86501],[-124427,-89114],[-119149,-79818],[-118677,-81733],[-115685,-82010],[-115375,-79614],[-117048,-78486],[-125942,-85785],[-122283,-99554],[-115845,-99824],[-125999,-98504],[-119194,-90841],[-122460,-94761],[-117236,-95724],[-125835,11130],[-118416,135070],[-121513,96257],[-127577,99357],[-133603,-137793],[-140746,-158725],[-135731,-170075],[-138421,-170499],[-131768,-177101],[-128141,-180601],[-135118,-182109],[-133632,-191677],[-138180,-180579],[-136988,-194275],[-132526,-194930],[-130558,-194206],[-130206,-192336],[-135817,-195431],[-131633,-241081],[-132636,-247396],[-136233,-263261],[-138432,-266856],[-139347,-262481],[-129210,-101629],[-140646,-104215],[-128666,143171],[-136476,151859],[-138643,61997],[-130680,57335],[-133848,58559],[-137655,66712],[-130293,96557],[-139529,125194],[-141891,-123816],[-142271,-135498],[-147990,-174475],[-151288,-179235],[-141752,-184428],[-151523,-194184],[-151610,-197796],[-148944,-75919],[-153044,-80765],[-141723,-93777],[-145947,138276],[-153280,128716],[-150693,143642],[-149281,143940],[-143282,71354],[-151569,114895],[-145608,105504],[-152949,121338],[-161375,-263192],[-157567,-66462],[-165288,-74411],[-159052,-75704],[-164589,-92226],[-157168,136405],[-161668,146160],[-164485,145933],[-155084,141458],[-165413,56400],[-163240,56456],[-165259,59332],[-162285,94706],[-163357,90649],[-161463,113158],[-172092,-131324],[-173410,-166227],[-176730,-175178],[-167339,-196094],[-176925,-195276],[-175706,-65938],[-169767,-71074],[-166730,-72618],[-175523,-79572],[-176861,-81253],[-169738,136873],[-172382,144699],[-167465,142814],[-173177,60124],[-177809,59316],[-170701,56089],[-174763,65346],[-178198,65742],[-175802,78652],[-174168,122952],[-177472,119061],[-190779,-168566],[-184675,-213995],[-182868,-212400],[-188739,-71074],[-180982,-69512],[-188543,-73784],[-181053,-71866],[-181134,-75421],[-191943,-64371],[-184817,-86268],[-182462,-77793],[-188155,-110965],[-181963,-110484],[-186875,129742],[-184105,98798],[-189462,99551],[-185700,102250],[-183938,127731],[-187357,125758],[-196165,-182981],[-199589,-202590],[-198941,-211053],[-200203,-210121],[-199539,-205806],[-204249,-212619],[-193774,-212962],[-193641,-208853],[-197257,-218662],[-200315,-72859],[-203263,-70033],[-201563,-75394],[-198707,-66070],[-198357,-78772],[-195402,-81987],[-202305,-80402],[-204331,-83038],[-196201,-101817],[-195806,-98298],[-195824,-100783],[-193690,-103040],[-194047,94680],[-192759,126782],[-208262,-73740],[-209278,-69491],[-209752,-70877],[-217184,-75545],[-206093,-66702],[-208362,-67166],[-209874,-64304],[-213920,-74163],[-211200,-76439],[-210719,-84972],[-208099,-81337],[-215264,-83947],[-206609,-77377],[-205818,-87226],[-209280,-91611],[-212800,-100694],[-209078,-101318],[-213104,-95215],[-209298,-99995],[-215657,61154],[-217010,56990],[-211086,90777],[-223206,-117366],[-229738,-187608],[-227128,-198912],[-228676,-195423],[-219391,-67497],[-224709,-75786],[-217952,-88988],[-221974,-88896],[-229143,-93245],[-221921,-91613],[-223813,-89614],[-219042,-107152],[-230343,56984],[-217718,114404],[-229315,105056],[-232027,-191816],[-230692,-57165],[-236988,-71439],[-233809,-96209],[-235997,-101225],[-241395,-105642],[-242144,-102739],[-235585,-102986],[-237749,-102638],[-236772,129952],[-238636,54862],[-233930,59105],[-234064,55088],[-12638,-13946],[-3438,-19681],[-6745,-16166],[-12787,-22236],[-8602,-22119],[-2864,-22830],[-5345,-23851],[-473,-21658],[-9466,-18362],[-7615,-24238],[-5929,3255],[-11004,20796],[-4121,25331],[-254446,-76346],[-245037,-86470],[-247763,-85640],[-250310,-79294],[-244559,-91409],[-245984,135318],[-243551,58672],[-251279,54554],[-255480,60663],[-248424,62858],[-261667,-135375],[-262810,-133758],[-267902,-147586],[-268436,-144201],[-264051,-166109],[-267922,54599],[-263259,54981],[-258405,61353],[-264751,62744],[-265815,59164],[-268208,63610],[-264307,87993],[-267471,85689],[-264469,79052],[-263117,82116],[-269760,-138812],[-273446,-152919],[-275451,-148273],[-275529,-151706],[-274144,-164186],[-269618,-176928],[-270815,-170786],[-274669,-185211],[-273341,53465],[-270594,55489],[-271383,74250],[-272943,68510],[-271764,84059],[-274283,87356],[-271012,79751],[-278396,98146],[-276577,98676],[-272393,88903],[-289533,-142063],[-284058,-154427],[-286081,113800],[-293022,112198],[-295630,107954],[-310531,63183],[-318902,62966],[-314356,63749],[-308845,65006],[-313646,76666],[-308713,73043],[-315289,76566],[-310287,64828],[-317806,74116],[-318371,79264],[-319936,81026],[-315334,81582],[-309507,94066],[-312201,98646],[-317611,97436],[-326928,53457],[-321917,66203],[-323159,81278],[-321935,77775],[-326097,91986],[-343354,46969],[-337823,48083],[-338993,66018],[-336299,70954],[-335538,71773],[-351879,47270],[-347649,46037],[-23486,-19869],[-22798,-20612],[-18121,-27135],[-24193,-30346],[-25180,12758],[-25272,11792],[-372990,-42829],[-395164,-27322],[-393785,-33257],[-393732,-37964],[-385681,-37631],[-405381,-20156],[-407383,-18185],[-404969,-17726],[-407577,-22938],[-402549,-25183],[-402610,-30257],[-399427,-27564],[-405649,-26991],[-407199,-28342],[-397147,-34023],[-401749,-36397],[-399012,-41501],[-404703,-47682],[-398685,-43900],[-406108,-50075],[-410947,-22501],[-414835,2020],[-435454,5935],[-435523,5581],[-26417,-15985],[-28031,-21026],[-35419,-18835],[-37535,-17895],[-33649,-18938],[-26894,-32299],[-28452,-30209],[-33623,-33006],[-33778,-35377],[-31611,-35741],[-28316,-34451],[-31396,-33020],[-31677,-32434],[-30220,-33863],[-35892,-35273],[-35224,-33932],[-30971,-40962],[-36191,-48429],[-35320,-40026],[-37558,-44086],[-38146,9364],[-46615,-1909],[-47015,-82],[-49667,-28454],[-47283,-37188],[-49217,-41774],[-44223,-44283],[-40603,-40909],[-49842,-40422],[-43016,-48069],[-46114,-43872],[-45287,-44518],[-50172,-55696],[-43066,11623],[-46087,8733],[-50265,1743],[-42823,12474],[-41776,9651],[-40427,11669],[-38941,10793],[-40531,6999],[-44834,12552],[-50022,530],[-46057,478],[-40919,5273],[-39188,4577],[-49548,14620],[-47250,17724],[-43884,18550],[-50288,29849],[-60949,-193189],[-60124,-4453],[-61538,-6779],[-62072,-12133],[-57524,-8288],[-57023,-9640],[-62254,-16397],[-61475,-20421],[-63326,-35630],[-59714,-29564],[-62966,-42933],[-63274,-41821],[-62242,-49521],[-61645,-45939],[-56938,-46007],[-56713,-56773],[-58925,10260],[-62243,9467],[-56870,7200],[-58739,6027],[-51661,19584],[-55489,19488],[-60688,20110],[-55155,13181],[-61204,14715],[-53420,18506],[-76484,-147574],[-74699,-154474],[-74521,-175624],[-68660,-197793],[-75438,-202972],[-71387,-203210],[-76320,-214186],[-70602,-209407],[-75261,-225557],[-70660,-225489],[-66591,-220799],[-68390,-220320],[-64250,-8922],[-74219,-7206],[-73336,-10197],[-70860,-6636],[-71115,-5587],[-64089,-10051],[-65013,-11297],[-71895,-13779],[-72219,-19640],[-76480,-31626],[-72165,54907],[-67456,94803],[-84763,-151613],[-79877,-159476],[-83363,-160551],[-88769,-156627],[-85931,-167426],[-79240,-172809],[-78581,-168748],[-87046,-189659],[-87972,-182440],[-86951,-194362],[-81994,-199577],[-83663,-192041],[-82224,-192951],[-83972,-193554],[-78831,-200146],[-84187,-204589],[-81781,-196831],[-81399,-193783],[-77196,-205746],[-81796,-209739],[-79336,-215140],[-84115,-216583],[-77913,-205523],[-81917,-221451],[-89260,-5979],[-83543,-27568],[-86286,-40964],[-83819,76309],[-82347,71101],[-95734,-124815],[-91094,-126436],[-93641,-133179],[-92350,-131819],[-96704,-136622],[-92219,-138320],[-93587,-128694],[-99537,-131789],[-100522,-136436],[-89604,-138134],[-101969,-130305],[-95615,-204047],[-102326,-208757],[-100103,-214304],[-96400,-219517],[-101183,-218305],[-93146,-20244],[-98297,-35595],[-100382,-27931],[-98132,-32183],[-99400,-39038],[-100001,-40685],[-101882,-44836],[-93387,-39053],[-101314,-47324],[-101666,-43262],[-98312,-112296],[-112136,-134667],[-103282,-150079],[-112543,-159739],[-113019,-163846],[-108666,-169425],[-112917,-178697],[-112835,-181906],[-112548,-188288],[-114275,-190545],[-103421,-217478],[-108743,-226793],[-112244,-228161],[-114256,-240813],[-104564,-20501],[-107973,-13972],[-106621,-24837],[-110120,-34939],[-112472,-29649],[-109984,-33220],[-106124,-26626],[-106980,-41398],[-107418,-45697],[-112894,-44983],[-110145,-44054],[-113407,-41386],[-106156,-49289],[-107018,-50596],[-112852,-68743],[-113901,-66413],[-112062,-83459],[-108628,-88697],[-108943,-96694],[-108755,-100350],[-112219,-99752],[-113745,-102570],[-103010,53732],[-103011,52145],[-104886,64955],[-114222,77800],[-105101,97954],[-109851,118857],[-104487,121566],[1330,-3854],[7272,-3594],[1774,-24704],[2973,-24384],[2651,-20009],[134848,-2539],[128103,-348812],[135458,-25270],[134570,-12799],[136380,5839],[138750,133720],[129015,133612],[130673,18669],[137283,353389],[133762,28673],[134542,122598],[130741,119463],[132314,127689],[145812,-20207],[143225,-38057],[154849,-163039],[162450,-51804],[164426,-56848],[165657,-59213],[160602,-53075],[161009,-57340],[156132,-75655],[165735,-75896],[162148,-65469],[160010,-76564],[165860,-68494],[165182,-85865],[154890,-77765],[157858,-83782],[162893,-83325],[164867,-90065],[179149,-134659],[168630,-132779],[170053,-144394],[171057,-147331],[177947,-155291],[167809,-156011],[174932,-171032],[171126,-55766],[168326,-57872],[179060,-74735],[173838,-64190],[176156,-68127],[166876,-70913],[177565,-64266],[171707,-88897],[174169,-84896],[167378,-77096],[178417,-164516],[185555,-73787],[180123,-86370],[183357,-82386],[24885,-15596],[23942,3248],[24432,7861],[14191,8781],[14734,140272],[17327,139102],[22523,136182],[17586,144134],[33085,-7631],[30970,-3341],[27329,-12234],[33186,-385948],[34582,-27932],[33926,133662],[35350,136760],[31429,152471],[36712,23792],[45191,6329],[39664,140152],[43110,146870],[41811,21723],[57869,-9193],[56548,-22547],[56004,1970],[51917,23089],[60061,18271],[61270,125737],[75126,-20406],[67715,-17113],[70180,-35444],[76591,-28066],[68299,-40070],[69623,-38550],[68387,-38990],[64842,-43471],[76733,-59098],[69360,137569],[69109,134592],[65022,141351],[76190,39705],[72147,39579],[67950,51027],[74031,56957],[67643,59811],[74418,100056],[76116,116063],[74177,124586],[67904,119713],[64111,127393],[76114,124163],[80785,-1375],[82627,-11774],[81309,-5604],[85806,-11080],[80686,-22149],[77235,-375588],[77328,-376805],[82606,-376778],[79236,-33457],[77081,-28737],[84896,-34098],[79185,-34415],[86450,-36295],[80180,-27703],[77017,-25672],[79019,-39044],[87907,17972],[78306,32967],[84818,49173],[85586,42449],[76832,47288],[89222,58588],[85624,74644],[83188,76598],[84729,71491],[89179,67858],[86597,82037],[79921,86072],[82494,87516],[76918,106522],[87826,107711],[88808,107828],[86674,116859],[90140,-4020],[102188,-9868],[96268,-6240],[97433,-10293],[102121,-2238],[97886,-23928],[92531,-23120],[92187,-24210],[95464,-24378],[102374,-13581],[92516,-15300],[94788,-13776],[93672,-22067],[98690,-30821],[95119,-31506],[100199,-25995],[99687,1138],[90198,10318],[98690,38229],[91159,30315],[99784,60553],[100308,67773],[98760,88057],[91053,79476],[89647,87063],[99917,86618],[100390,100535],[98109,109238],[89962,105687],[96888,117492],[109511,-6202],[103558,-20248],[102809,-17528],[113212,-23467],[112650,-32268],[113135,-26912],[114601,5867],[113226,4696],[109747,20291],[102630,22257],[102929,31908],[106846,30260],[103556,49436],[107722,55944],[107719,60352],[106164,65159],[111803,70485],[104687,83447],[106359,99829],[108029,95261],[110143,100815],[112267,93119],[102896,110180],[110537,104242],[114539,104684],[104134,123966],[125509,-8602],[127305,-332595],[116486,-23826],[125117,-31535],[117772,-32102],[120696,10475],[117575,20863],[120682,14741],[120853,21932],[119654,29483],[119766,40265],[116315,41534],[117353,57814],[126383,101332],[122335,114736],[115650,108223],[118261,105984],[125120,103229],[123964,117775],[117893,127235],[119919,124903],[120485,120902],[-124723,-120895],[-121156,-156964],[-115905,-159091],[-121957,-161443],[-127499,-161604],[-127613,-157806],[-121535,-173312],[-115521,-175693],[-120965,-176086],[-122154,-178363],[-123187,-185558],[-124896,-193095],[-117648,-211709],[-123772,-212661],[-122659,-213672],[-117246,-212660],[-121930,-223159],[-116368,-223536],[-125500,-225307],[-121134,-229006],[-119138,-225430],[-118021,-218863],[-116392,-221559],[-127125,-221676],[-118567,-227749],[-120038,-224697],[-123599,-228542],[-125380,-219645],[-126948,-221883],[-122325,-224778],[-119365,-219457],[-126136,-226133],[-121120,-231064],[-121329,-233407],[-115575,-236995],[-123563,-230637],[-125819,-1056],[-126697,-244134],[-122153,-244296],[-126542,-262225],[-118536,-35852],[-116950,-32384],[-119948,-46674],[-116947,-47268],[-117227,-41029],[-122866,-61499],[-119242,-85004],[-119617,-83041],[-118950,-92760],[-115714,-96545],[-124919,-97485],[-119598,-108395],[-117883,10827],[-115785,133482],[-125085,145452],[-126826,146749],[-116820,149235],[-115379,148392],[-126663,15233],[-123920,20663],[-116283,49397],[-124834,59259],[-124568,53567],[-122774,58737],[-122780,61273],[-116555,74198],[-124371,69865],[-122954,68768],[-121508,70501],[-123037,73792],[-122249,66513],[-118488,78806],[-127927,88936],[-126023,80477],[-124085,81269],[-125003,89909],[-123359,91666],[-123877,91646],[-126437,90120],[-122324,103394],[-125032,105237],[-125379,106499],[-124721,104063],[-122214,113170],[-124312,120690],[-116693,119923],[-128754,-153299],[-134311,-154739],[-131204,-165455],[-133690,-173688],[-139862,-166332],[-138998,-171019],[-139917,-180366],[-129676,-197370],[-130886,-219562],[-129483,-217791],[-128786,-242235],[-128454,-236421],[-131126,-240568],[-134314,-243878],[-132454,-243407],[-131696,-246885],[-136273,-260972],[-135714,-264695],[-132219,-255974],[-129088,-256594],[-137531,-256181],[-128235,-259909],[-134537,-259604],[-130298,-95570],[-128279,137341],[-129072,132228],[-136474,62390],[-129025,52479],[-134020,61893],[-131165,51465],[-130141,72060],[-128745,75274],[-131444,69150],[-134807,68346],[-134875,70193],[-135245,78869],[-138132,74917],[-134632,73347],[-139179,74138],[-131128,88863],[-130111,83087],[-135643,86526],[-133499,83166],[-136471,82848],[-133218,77924],[-131992,79226],[-133445,100513],[-135818,101117],[-135291,90299],[-136040,92921],[-136972,89873],[-137120,100162],[-136541,94816],[-138580,95497],[-139866,105310],[-140194,108926],[-131402,102894],[-145635,-171265],[-151869,-178333],[-141228,-177564],[-150976,-194537],[-148588,-224650],[-149162,-230006],[-141386,-221181],[-150482,-238874],[-147036,-238641],[-145833,-231395],[-149715,-230452],[-142210,-244013],[-153116,-252746],[-147732,-251890],[-142903,-257886],[-152315,-269181],[-151072,-79633],[-142533,-98220],[-143230,-101479],[-141340,-110207],[-146514,146837],[-141718,65159],[-141090,67936],[-143227,77366],[-142047,84264],[-144788,85192],[-143186,81787],[-141686,99461],[-147419,94881],[-149826,92538],[-150538,98294],[-152102,95349],[-149315,96267],[-142335,91300],[-144145,93395],[-147154,88857],[-142283,104332],[-152409,113757],[-151374,112990],[-147989,105205],[-151924,110558],[-156753,-119341],[-165800,-137990],[-160469,-173318],[-154689,-172835],[-166242,-196423],[-154989,-202523],[-155713,-198025],[-156421,-200439],[-165944,-197717],[-164753,-195134],[-154803,-196216],[-161934,-210706],[-163967,-231274],[-165291,-232940],[-153613,-239690],[-162421,-249834],[-155460,-245383],[-163319,-265218],[-163650,-258370],[-165846,-257420],[-164226,-270128],[-158650,-269933],[-160463,-269447],[-161674,-88407],[-164101,-88910],[-159187,-89982],[-165205,-114322],[-157240,139688],[-156965,133256],[-161963,141163],[-161022,146927],[-163257,60676],[-161295,96657],[-160562,99446],[-157017,100328],[-153060,103583],[-163594,94108],[-157238,109426],[-158593,103618],[-153948,110445],[-157693,115268],[-158554,106779],[-162276,120335],[-165454,121325],[-175325,-121645],[-173538,-176322],[-170712,-191485],[-178823,-186100],[-175969,-190153],[-174704,-185599],[-172042,-187420],[-171825,-187141],[-178291,-183735],[-172968,-184924],[-172597,-194853],[-170882,-200207],[-168987,-193975],[-171065,-194208],[-167992,-192552],[-166934,-194277],[-171937,-238862],[-166584,-236007],[-170242,-232276],[-166611,-231217],[-170203,-254992],[-175946,-252545],[-177365,-253532],[-178897,-252067],[-168271,-264032],[-171303,-255830],[-166994,-266456],[-171750,-269638],[-169014,-93917],[-171134,-95905],[-171894,-105657],[-173248,-105831],[-177761,135221],[-176285,135952],[-169799,139605],[-174649,131536],[-173207,129613],[-168863,146089],[-171114,65900],[-172824,68241],[-169278,64289],[-166514,119962],[-168810,127789],[-175256,123718],[-178917,119666],[-182801,-179145],[-179852,-185365],[-181511,-181685],[-182206,-187190],[-187448,-185751],[-186955,-186622],[-184588,-186384],[-184705,-189719],[-187902,-192002],[-180816,-194875],[-188958,-193767],[-179385,-201504],[-191941,-208190],[-183715,-215816],[-183350,-211438],[-189441,-74430],[-189648,139880],[-189452,129803],[-189193,142064],[-180096,142876],[-183588,150851],[-183401,57876],[-188107,64104],[-187579,61679],[-183324,60551],[-185992,58868],[-187306,66549],[-182312,70524],[-186962,70466],[-182897,73640],[-190756,89732],[-189968,84148],[-183753,83362],[-180696,82483],[-189188,97450],[-184337,107393],[-190227,111967],[-191856,112413],[-186850,109473],[-187690,106600],[-191614,127999],[-182637,126495],[-199237,-142854],[-201235,-182114],[-198979,-183592],[-203345,-192331],[-198245,-202483],[-204461,-202949],[-201984,-208955],[-199813,-211489],[-198960,-212368],[-192491,-216626],[-193432,-84147],[-192378,-86355],[-203164,-95787],[-202794,-100317],[-192478,-113327],[-204422,-110318],[-200007,137810],[-204703,131688],[-203067,132859],[-201237,146816],[-200077,143542],[-198224,146323],[-197198,151590],[-201728,101331],[-201447,97724],[-199390,100453],[-204711,93262],[-195555,109343],[-199845,110059],[-200360,111744],[-201328,109265],[-202861,109118],[-199244,105185],[-193674,112945],[-202434,120978],[-202604,126828],[-196698,118298],[-212140,-135807],[-210949,-138797],[-209972,-141705],[-210635,-141056],[-206309,-187982],[-206887,-181542],[-211084,-183754],[-214254,-215522],[-205332,-210331],[-212024,-70730],[-211939,-72754],[-216917,-72476],[-212561,-80608],[-206306,-101148],[-206927,130799],[-209791,128413],[-215343,63783],[-207952,101358],[-205780,100172],[-212966,104267],[-213828,107502],[-207332,107738],[-206350,118163],[-213687,124220],[-215297,121732],[-214678,125322],[-224841,-188662],[-228068,-203602],[-220930,-78595],[-222345,-86195],[-218986,-92433],[-221347,129029],[-227150,102286],[-229479,101292],[-227587,109318],[-226848,113578],[-222730,118173],[-231739,-193147],[-242798,-207680],[-239127,-214205],[-235100,-95513],[-234389,-93755],[-237406,-96064],[-242929,-106414],[-242127,-103820],[-232659,118426],[-233362,121986],[-6578,-18963],[-8047,-21532],[-4589,-22447],[-1919,-21759],[-7774,-37186],[-3117,-45315],[-938,-45060],[-7105,3397],[-9577,1550],[-247534,-208972],[-246331,-208539],[-244393,-212209],[-244556,-87237],[-243414,132853],[-248122,133260],[-254259,133213],[-244785,60425],[-254456,53096],[-255283,57011],[-251143,60733],[-254779,93826],[-257704,-125706],[-256443,-120927],[-261864,-130746],[-266169,-136652],[-267432,-140289],[-268324,-152495],[-264691,-162434],[-264754,-197787],[-263066,-196300],[-264175,-205059],[-262226,-206342],[-267456,55657],[-260687,53399],[-259290,58830],[-261187,60260],[-266380,71400],[-263683,68477],[-261770,69824],[-262571,85213],[-262333,84536],[-264445,77766],[-258517,83993],[-258571,88834],[-261040,93394],[-256302,96144],[-258310,91318],[-259646,90289],[-259818,108024],[-256078,123326],[-270346,-152660],[-270581,-145790],[-274914,-147654],[-275005,-146994],[-281266,-147140],[-274486,-153538],[-269634,63635],[-273339,55694],[-271030,57070],[-271454,58122],[-271245,71213],[-268950,66012],[-274211,80333],[-273056,91154],[-270712,95908],[-278641,101945],[-277602,91826],[-272218,102944],[-283776,-146678],[-291609,-184197],[-283520,-197544],[-286994,108466],[-303423,-143048],[-302970,-151836],[-300881,-144746],[-298238,-152809],[-304561,-145067],[-297375,-156478],[-295928,-156327],[-303789,90365],[-314395,62117],[-314116,60666],[-318127,73163],[-309705,70591],[-318001,65687],[-307316,71544],[-316082,72116],[-315952,88027],[-316351,79490],[-318688,82729],[-315422,101077],[-314371,104296],[-324927,58514],[-328283,58786],[-320575,61675],[-323212,57886],[-331470,64213],[-330558,73488],[-327649,64536],[-327338,75156],[-325427,71896],[-322206,74202],[-320550,71482],[-328317,78521],[-323595,89516],[-329192,86883],[-331030,84893],[-331570,97211],[-322718,100963],[-334291,69322],[-335032,66798],[-341968,73136],[-352746,45492],[-15400,-4157],[-19901,-17652],[-16655,-15406],[-22949,-18968],[-19029,-28263],[-24890,-30938],[-23539,-32760],[-19228,531],[-19506,14357],[-17293,16400],[-380200,-6747],[-378225,-1409],[-379308,-36355],[-383798,-40433],[-382025,-47670],[-380583,439],[-396384,-8798],[-395637,-5672],[-395585,-3184],[-396279,-16523],[-385903,-41667],[-389374,-44098],[-388635,-45015],[-384390,-38473],[-388868,-52034],[-401469,-1262],[-397861,-4659],[-397358,-3340],[-401272,-5573],[-401749,-11392],[-402633,-9675],[-400739,-22033],[-398315,-22916],[-401335,-14568],[-397987,-20343],[-400564,-17886],[-397546,3034],[-404560,19399],[-405086,20851],[-407381,16494],[-408803,32742],[-406964,31580],[-408271,27492],[-411821,-13386],[-414906,-12656],[-415779,-16430],[-422205,10816],[-412439,20118],[-409888,18476],[-412919,22610],[-411867,24348],[-429667,23236],[-28398,-23356],[-27772,-22354],[-29030,-16869],[-32687,-20572],[-30931,-20945],[-32019,-14131],[-36648,-17807],[-30762,-15578],[-33448,-19583],[-36516,-19272],[-33202,-19261],[-27845,-18744],[-29563,-22525],[-27634,-20332],[-30877,-20690],[-27434,-33334],[-31445,-35024],[-30683,-41672],[-30712,-45435],[-36839,-47880],[-36062,-47201],[-34476,-40954],[-36951,-41737],[-36354,-43970],[-38383,-69482],[-43482,-2199],[-49128,-28907],[-50440,-34230],[-42644,-46071],[-48642,-46966],[-43767,-38467],[-45035,-41487],[-42204,-49785],[-43289,-53964],[-38691,-56795],[-48634,9999],[-39440,6568],[-51057,33368],[-61722,-192182],[-63137,-211823],[-55344,106],[-60470,-2065],[-62522,-6952],[-62313,-1784],[-52532,-3440],[-55089,-5572],[-57353,-10420],[-56000,-8497],[-56443,-6956],[-52907,-5220],[-54878,-8121],[-61873,-13621],[-63041,-17633],[-63179,-17482],[-63793,-20116],[-62606,-18605],[-62933,-24171],[-54942,-17539],[-56117,-18675],[-52484,-21952],[-60643,-21389],[-60601,-16043],[-59774,-15696],[-59469,-22456],[-55834,-28803],[-54668,-30639],[-52260,-31178],[-63183,-37548],[-62717,-35372],[-63407,-50660],[-63992,-46500],[-62827,-48053],[-53852,-40302],[-58313,-44273],[-56749,-49239],[-54429,-58591],[-59427,-54392],[-57436,-60941],[-54257,3073],[-55203,4931],[-63190,1690],[-60335,6807],[-54136,14348],[-63155,13865],[-55969,17081],[-57333,17587],[-63034,18543],[-58621,16372],[-53610,31039],[-52861,399684],[-57404,409741],[-60932,411536],[-63184,95851],[-72424,-135527],[-75309,-201597],[-69625,-196970],[-75313,-202033],[-73585,-209550],[-72410,-211600],[-70984,-223191],[-70107,-219501],[-67514,-222243],[-67579,-226011],[-64352,-7538],[-71707,-7171],[-70051,-8308],[-73925,-452],[-75761,-3062],[-71569,-14548],[-76156,-21109],[-65076,-20947],[-75781,-14393],[-74804,-16473],[-72222,-18364],[-64510,-35772],[-67875,-37220],[-68334,-37774],[-65414,-35103],[-68217,-36976],[-66827,-31534],[-66322,-34280],[-75787,-40710],[-73389,-49676],[-66945,-44897],[-75953,-46476],[-75915,-41954],[-64637,-51560],[-73724,-53303],[-64491,3887],[-73949,12363],[-75183,10777],[-73302,8822],[-73021,4596],[-75499,4346],[-76347,1275],[-72392,9207],[-73066,6104],[-73190,25726],[-73264,22138],[-72374,15071],[-73828,24582],[-73219,17728],[-72618,13983],[-73985,21032],[-75114,30652],[-75857,34525],[-67644,94112],[-66652,91995],[-66044,96754],[-66204,92647],[-65634,91567],[-81597,-143274],[-87741,-171542],[-81878,-181514],[-80099,-187392],[-85792,-187877],[-78892,-201967],[-84736,-193209],[-81425,-199945],[-83142,-203100],[-83771,-199744],[-80502,-193940],[-79961,-207401],[-77976,-206536],[-85157,-211912],[-76881,-216018],[-86611,-219323],[-80423,-218290],[-79761,-225325],[-80329,-3419],[-77244,-11296],[-79652,-11039],[-81256,-10805],[-81844,-1629],[-83104,-5343],[-85075,-5343],[-88982,-3016],[-85425,-1130],[-89170,-3249],[-85086,-7854],[-84111,-9525],[-77804,-16374],[-80821,-18192],[-77321,-13502],[-77091,-14186],[-84894,-14047],[-81578,-18204],[-83689,-17498],[-83152,-16578],[-81153,-17817],[-82061,-13776],[-83747,-13746],[-80453,-14111],[-80009,-26139],[-77350,-27602],[-84731,-29165],[-79596,-30018],[-84124,-32486],[-89036,-34452],[-86297,-32384],[-83378,-31446],[-81022,-30053],[-81768,-32210],[-79907,-32708],[-81192,-36951],[-78794,-37839],[-85309,-33316],[-82521,-37125],[-79844,-50134],[-84414,-39399],[-86850,-46388],[-86550,-42475],[-85051,-42141],[-77427,-49763],[-81576,-46976],[-78691,-46804],[-84118,-40584],[-85139,-50890],[-79481,-48223],[-77823,-48258],[-85930,-38889],[-85220,-39257],[-87654,-52140],[-85045,-57142],[-88189,-54293],[-84534,-57141],[-84160,-54635],[-82310,-51980],[-80657,-54212],[-78890,-58416],[-87479,-61250],[-86031,-61376],[-88383,-60800],[-89336,-60705],[-77774,10616],[-78444,3092],[-79377,10358],[-79686,12790],[-81417,11344],[-82728,5943],[-83493,8572],[-83963,5153],[-82046,1431],[-83659,999],[-81384,3412],[-79738,9047],[-88523,820],[-89283,307],[-88938,5087],[-87867,6853],[-89198,9812],[-83441,11438],[-80100,25557],[-78521,24589],[-77120,15735],[-85556,23798],[-80245,17854],[-79395,14204],[-84008,25768],[-84516,14839],[-81421,16733],[-84150,24071],[-88987,15452],[-79601,19880],[-79113,34273],[-81210,32129],[-79514,31871],[-80541,35246],[-83748,34705],[-86278,34879],[-84017,36438],[-82944,37256],[-89229,32595],[-77487,34437],[-87057,27522],[-89363,29275],[-88035,29887],[-82506,29074],[-82776,25803],[-83212,413603],[-89096,42664],[-81909,39631],[-84642,40788],[-88412,104495],[-89308,102611],[-85678,114503],[-84600,111263],[-87994,112126],[-98340,-121718],[-99276,-118523],[-95219,-138943],[-95522,-135651],[-93675,-139273],[-92954,-163991],[-98054,-169525],[-99154,-170476],[-93888,-183329],[-100096,-187861],[-97758,-186817],[-91420,-180920],[-100620,-198655],[-100096,-197837],[-93653,-202360],[-95690,-204971],[-101985,-208653],[-96657,-214690],[-95611,-213560],[-101133,-206265],[-99115,-211760],[-95317,-9710],[-90394,-4713],[-91432,-11578],[-92972,-10272],[-91256,-10613],[-95008,-3936],[-99506,-9249],[-99171,-4888],[-102004,-7390],[-100437,-6046],[-93886,-8940],[-93452,-3396],[-97939,-7300],[-95444,-536],[-93198,-689],[-96708,64],[-100353,-1948],[-99405,-3841],[-100876,-358749],[-96425,-22258],[-98606,-23557],[-94981,-21375],[-92814,-21091],[-90904,-19140],[-98964,-21266],[-94967,-18696],[-95117,-13801],[-91544,-12971],[-98847,-38109],[-99903,-37625],[-100837,-34692],[-90382,-35128],[-89711,-38137],[-95536,-26437],[-99035,-26621],[-97124,-30575],[-96326,-27952],[-90552,-33113],[-91284,-33257],[-95735,-38856],[-99386,-50750],[-96473,-42590],[-96929,-41870],[-99870,-40877],[-90226,-40007],[-90048,-46039],[-93575,-42485],[-93024,-41333],[-93432,-40697],[-98668,-43797],[-94317,-49188],[-95537,-43988],[-92530,-42574],[-92991,-47808],[-100620,-44508],[-94292,-47458],[-90300,-60258],[-90646,-53407],[-101004,-53706],[-92523,-54101],[-90232,-54800],[-90962,-59775],[-91288,-55531],[-97636,-56721],[-94083,-58363],[-96084,-55497],[-94592,-54354],[-90812,2793],[-93632,4974],[-96729,1616],[-94021,13297],[-95903,22515],[-95636,21589],[-89948,18262],[-93539,36589],[-91990,37662],[-90370,36354],[-94186,37819],[-102156,35526],[-101699,35911],[-100088,35757],[-99892,30884],[-100816,33519],[-91793,27128],[-94329,31431],[-93503,27066],[-90029,27339],[-94758,27104],[-96167,27727],[-100526,27938],[-99841,45932],[-101975,47069],[-97062,40504],[-94387,50108],[-91655,49486],[-95674,44715],[-90951,39118],[-99730,39599],[-101036,40829],[-101249,58430],[-100288,83371],[-97778,81634],[-96625,87370],[-90697,96373],[-92376,101825],[-91451,100389],[-95685,108366],[-93700,112422],[-94545,110388],[-93255,108553],[-92658,106427],[-92450,117186],[-107432,-157622],[-107416,-163611],[-105258,-163742],[-103414,-163658],[-105646,-171509],[-109361,-177377],[-102744,-168718],[-102865,-166979],[-103941,-194339],[-105517,-196758],[-107306,-198469],[-111802,-200357],[-106314,-206771],[-110613,-211789],[-110891,-216900],[-111017,-214614],[-109133,-208379],[-109516,-207245],[-112024,-216662],[-110080,-211364],[-103356,-214945],[-112945,-216972],[-108624,-212514],[-108647,-210622],[-113258,-215096],[-113761,-218164],[-104959,-221930],[-102434,-217690],[-102605,-221939],[-108114,-228632],[-107373,-218908],[-109368,-221303],[-108598,-221064],[-111857,-218219],[-113510,-222110],[-112337,-219395],[-110718,-224009],[-113317,-230336],[-114361,-233314],[-112916,-238619],[-109168,-236001],[-104361,-237385],[-103863,-4756],[-102837,-5258],[-105493,-8479],[-106690,-10021],[-105896,-355219],[-113478,-19930],[-111745,-16347],[-110683,-19021],[-107416,-23534],[-106961,-20973],[-109546,-23781],[-110971,-15939],[-108512,-19348],[-107588,-15380],[-104522,-35438],[-103126,-25475],[-108669,-27742],[-107409,-28553],[-107699,-27459],[-111141,-26499],[-113793,-26304],[-114963,-27881],[-107921,-35457],[-107525,-34680],[-107796,-37026],[-112906,-33709],[-110692,-30226],[-113546,-44684],[-111826,-43501],[-107447,-44401],[-113667,-42357],[-104961,-46151],[-106014,-50049],[-107121,-47888],[-112597,-42933],[-111495,-53554],[-108175,-51822],[-109656,-52490],[-110573,-54019],[-114516,-68289],[-114225,-82698],[-112619,-85268],[-112352,-88941],[-109304,-87253],[-110205,-94700],[-111673,136739],[-109643,137126],[-108174,132328],[-109312,147549],[-109950,151863],[-103304,35570],[-107006,35889],[-107922,33604],[-106086,44881],[-110746,48252],[-112073,47689],[-109626,49647],[-107549,38614],[-111587,62222],[-113971,55917],[-113509,53357],[-112843,62209],[-111275,59847],[-105784,74858],[-113994,66941],[-113486,73859],[-110510,73936],[-111699,67143],[-107932,72148],[-114133,86133],[-106219,88907],[-114682,91250],[-103292,92307],[-108417,91080],[-111288,109564],[-104186,104782],[-106000,113329],[-103384,109317],[-109700,117389],[6910,-2996],[231,-24782],[1489,-45274],[7893,-45977],[9356,-46991],[5528,6067],[8462,5028],[135727,-10402],[131045,-16139],[136547,-37419],[133326,-31614],[131596,-29526],[135539,-30086],[138714,-28417],[133461,-35040],[135958,-39678],[133081,-50813],[131717,-52020],[133801,-53380],[136087,-52991],[136871,-51808],[140461,-54255],[134193,-56854],[130516,-55587],[132747,-58479],[138117,-53796],[135845,-54621],[129838,-51329],[136554,4432],[134030,138652],[137837,134098],[133975,34907],[130212,109456],[132529,105722],[140182,126128],[152582,-158530],[141143,-5361],[151722,-14560],[144079,-39059],[147993,-49412],[152862,-63573],[146451,-51342],[150681,-55378],[149085,-56817],[142139,-53322],[140820,-55387],[152162,-60403],[150020,-56807],[152573,-58500],[153037,-54888],[151268,-56232],[142730,-51109],[153328,-73307],[142039,128263],[166527,-142648],[154499,-50132],[162911,-50612],[162109,-54310],[164277,-56274],[155120,-57268],[159531,-55940],[161133,-59179],[154924,-58877],[155895,-62787],[158430,-59685],[159556,-53730],[160733,-64856],[154062,-70824],[159767,-68825],[155650,-71778],[157740,-66460],[156164,-67795],[158777,-65131],[162678,-68160],[157804,-79919],[160993,-83104],[162159,-87126],[164916,-83256],[161583,-77170],[173990,-128475],[169150,-138973],[177091,-162033],[173151,-154153],[168070,-161210],[173147,-171292],[167008,-56449],[177250,-62301],[167013,-62480],[169297,-64822],[166847,-64039],[171168,-65114],[171377,-71105],[177391,-82615],[169348,-88291],[179201,-172464],[187118,-167478],[183651,-181275],[185678,-185461],[189080,-183690],[181233,-73929],[188997,-78386],[185227,-76626],[181522,-84792],[181776,-81647],[182612,-77924],[24259,-12569],[12902,-14745],[18633,-16320],[13287,8753],[22811,139135],[19929,137523],[24806,141511],[20332,28456],[22983,29123],[31404,140749],[27562,151105],[33486,22964],[38334,28270],[36665,26708],[46945,138386],[40918,151452],[46438,143161],[38804,143430],[40903,142819],[44072,25929],[45440,26129],[42920,33762],[46662,28495],[63416,-7446],[60602,-41619],[53577,703],[51619,136035],[54147,136940],[59746,16056],[56385,24410],[52116,33537],[54415,33807],[56742,36233],[52780,27283],[61691,44601],[63943,42334],[59892,38722],[60266,54888],[61289,61358],[59540,60125],[62027,54706],[59246,65592],[59655,76952],[57465,80321],[59077,77690],[55148,111763],[64488,-12537],[65130,-13302],[70980,-30702],[69252,-28825],[68990,-26491],[65570,135965],[73240,131428],[65686,40279],[69750,43866],[67918,47535],[64157,47422],[69017,40083],[67120,56777],[74483,62598],[64258,54171],[66608,62756],[68665,52632],[69871,72073],[72485,66332],[67654,71753],[73127,78854],[69435,94512],[70607,120318],[68247,122668],[73882,117159],[79359,-11740],[78394,-8569],[83575,-10369],[89092,-34493],[84809,-27372],[87446,-31040],[78080,-34303],[88082,-50597],[87030,-58433],[84805,-52554],[88241,-61602],[86760,-59195],[88982,-63335],[86973,15615],[86551,24885],[79931,49367],[89528,48172],[87506,58321],[81364,69045],[79548,73246],[81023,66851],[82459,80380],[76938,93132],[78377,97120],[85872,91541],[85539,100211],[93624,-4189],[98056,-136],[94990,-251535],[94505,-16373],[92892,-13595],[101708,-16954],[90033,-38162],[89739,-64952],[93717,-72117],[102193,1737],[90538,8812],[96242,10687],[91028,18151],[94155,36810],[100593,32255],[95556,41104],[100715,39966],[96560,59051],[95384,55968],[101556,71238],[95174,67893],[89669,80026],[93107,89271],[97198,95052],[92361,114243],[100547,122280],[111963,-11056],[105127,-1913],[111294,168],[114916,-19446],[104095,-36162],[105598,3257],[108572,11503],[114381,11287],[114917,1731],[108055,17243],[112894,33779],[105029,42870],[111073,53984],[113443,51646],[112767,70955],[108700,89631],[102647,107889],[106099,111857],[106424,114834],[110401,107949],[113804,120985],[117126,-6828],[118174,-8969],[118750,-23627],[117270,-37747],[116189,-38588],[127950,-40350],[119365,-38446],[122183,-38696],[126328,11223],[116350,23327],[116961,17965],[119551,15076],[122240,18032],[121028,23781],[116627,34571],[125341,41184],[121280,45693],[119987,83871],[117953,116331],[-126276,-116106],[-123563,-174811],[-123122,-175960],[-116917,-172277],[-122956,-178049],[-120549,-185883],[-121918,-185520],[-121310,-187409],[-122441,-186600],[-117817,-229597],[-118039,-232852],[-121601,-234257],[-118785,-241611],[-121379,-243417],[-122486,-244868],[-125452,-37940],[-125189,-36975],[-118436,-28360],[-117431,-28372],[-115527,-28234],[-121899,-49444],[-124377,-42366],[-125886,-54465],[-126801,-55646],[-123436,-57749],[-123847,-59598],[-123554,-58539],[-124135,-55559],[-115322,-53733],[-116760,-59388],[-127100,-56365],[-124149,-91777],[-122783,-104853],[-123666,241707],[-126720,234257],[-127177,243581],[-131181,-125123],[-130357,-124499],[-132321,-119350],[-128684,-120903],[-134759,-117637],[-137595,-126205],[-137325,-127425],[-131649,-126260],[-134935,-125796],[-128075,-133475],[-139531,-130564],[-139137,-136194],[-134988,-135843],[-139931,-184412],[-131133,-244714],[-133092,-244910],[-134349,-260173],[-139338,-266005],[-140119,-262496],[-129386,-56594],[-130423,-55359],[-137205,-114279],[-137936,-111530],[-128508,-111968],[-132952,-108085],[-130753,-111979],[-138057,-103744],[-132629,241450],[-131471,238910],[-131528,241562],[-136349,238555],[-128926,235875],[-131437,245387],[-144099,-137327],[-141956,-139538],[-145362,-136052],[-145011,-132018],[-144704,-145643],[-149482,-180594],[-145431,-182974],[-151820,-200467],[-151105,-200272],[-148104,-75446],[-150456,-99443],[-144651,-108773],[-158988,-144870],[-156315,-146029],[-166394,-150260],[-166277,-178233],[-164122,-168722],[-162628,-171247],[-163317,-179533],[-154595,-183762],[-165796,-193990],[-160596,-192597],[-160564,-264070],[-154558,-81425],[-163397,-99388],[-159820,-95113],[-175121,-138832],[-178652,-138727],[-173742,-140427],[-172946,-136533],[-178312,-136932],[-176402,-132203],[-178647,-137715],[-178036,-147497],[-176800,-146823],[-174074,-143667],[-172376,-144261],[-175978,-140856],[-175015,-145732],[-170277,-149738],[-174410,-151570],[-172934,-146853],[-175458,-151088],[-172766,-153345],[-173052,-150056],[-170254,-144777],[-172182,-163042],[-174217,-161434],[-176511,-161054],[-176768,-159472],[-177539,-154341],[-173125,-159083],[-172790,-157025],[-178225,-157328],[-175631,-180466],[-166825,-187916],[-166820,-195745],[-175915,-197723],[-177791,-96454],[-172089,-90830],[-170082,-93188],[-168274,-108710],[-166763,-106794],[-189368,-123583],[-181504,-120396],[-184243,-118114],[-185516,-117711],[-190898,-116245],[-187583,-122083],[-190946,-119250],[-179776,-136315],[-191538,-139747],[-191263,-135385],[-191636,-136515],[-180746,-138634],[-182672,-140087],[-181563,-133133],[-179209,-130076],[-191079,-153186],[-189541,-152167],[-191545,-144165],[-191870,-142134],[-183600,-144103],[-181375,-148621],[-183135,-147056],[-179619,-151109],[-191544,-150941],[-190183,-143317],[-190135,-141574],[-189086,-141131],[-188296,-150429],[-181748,-141289],[-180492,-142980],[-185922,-152373],[-182788,-152544],[-189482,-155806],[-185655,-160217],[-187360,-157682],[-180191,-161724],[-179662,-155778],[-181323,-159446],[-182612,-161467],[-180331,-154159],[-179839,-165762],[-182020,-174608],[-181649,-175691],[-179618,-178451],[-185803,-178561],[-190978,-173494],[-190578,-176717],[-187641,-176736],[-188378,-177215],[-189311,-175935],[-189493,-176045],[-190033,-174127],[-189435,-172618],[-186287,-174139],[-182246,-178069],[-191797,-174148],[-187716,-171519],[-184765,-175128],[-191249,-184496],[-190542,-182124],[-188071,-182317],[-186761,-179324],[-188347,-190127],[-190897,-188427],[-186313,-190431],[-188708,-190810],[-190591,-179678],[-184344,-192902],[-186376,-192236],[-183576,-195356],[-182827,-194755],[-191075,-198489],[-191597,-198548],[-182885,-202138],[-180320,-202114],[-186878,-209722],[-181569,-212166],[-190848,-206151],[-186791,-112573],[-186661,-114156],[-197886,-117412],[-199257,-116227],[-193742,-123218],[-197025,-116881],[-194824,-118278],[-192297,-123729],[-193145,-120839],[-200248,-120023],[-198773,-119321],[-193909,-117221],[-193230,-115993],[-199664,-132727],[-199152,-133331],[-194546,-133900],[-196117,-129450],[-197697,-129761],[-194683,-139529],[-202259,-137370],[-202107,-133533],[-201605,-135219],[-204294,-136576],[-195116,-151993],[-203084,-141823],[-194485,-147000],[-197840,-148905],[-198012,-144678],[-196808,-142805],[-199418,-157367],[-198039,-157801],[-199837,-165125],[-201531,-165570],[-197010,-159980],[-200749,-159797],[-196490,-172807],[-201431,-167244],[-201129,-167689],[-203621,-172496],[-202218,-174590],[-204703,-172274],[-193173,-174320],[-194550,-177332],[-192057,-172913],[-193920,-174481],[-195528,-178515],[-197002,-176556],[-193640,-171809],[-204293,-168842],[-203438,-185338],[-194467,-181630],[-192996,-181584],[-192538,-185977],[-194263,-185425],[-194716,-185980],[-196815,-187945],[-197101,-189930],[-204514,-188476],[-199855,-187476],[-202045,-187699],[-203827,-188377],[-192514,-179958],[-199942,-189540],[-192444,-190170],[-199308,-203248],[-201222,-204354],[-201967,-194050],[-198202,-193334],[-200441,-193526],[-193209,-203450],[-198121,-197109],[-200319,-194993],[-201294,-214221],[-196336,-208191],[-201280,-208131],[-195707,-211867],[-193354,-217211],[-197922,-213006],[-200380,-216353],[-202103,-216379],[-204689,-215195],[-202556,-207274],[-195253,-54883],[-201843,-52718],[-193960,-98539],[-192789,-94253],[-199863,-100040],[-204404,-93392],[-202016,-91899],[-197771,-91156],[-192938,-110904],[-204187,-111403],[-198858,-105058],[-199125,-113628],[-204107,-113448],[-204479,-103191],[-194258,-114590],[-198337,-103634],[-203546,-106112],[-199757,-103463],[-195808,-112685],[-212615,-118093],[-206525,-125216],[-210823,-118483],[-205608,-121109],[-206959,-116499],[-205621,-117828],[-205286,-130292],[-214116,-134524],[-214655,-133579],[-206425,-139804],[-205927,-136444],[-217063,-140200],[-213346,-140081],[-217236,-136055],[-217591,-135301],[-214965,-134017],[-217407,-138030],[-216837,-137504],[-215111,-135942],[-205897,-151264],[-210847,-149352],[-209889,-147046],[-210045,-147501],[-209622,-145442],[-213435,-145686],[-213008,-144599],[-216965,-142571],[-216033,-141102],[-217208,-140751],[-213247,-142071],[-214283,-145668],[-216291,-143847],[-213445,-149296],[-214724,-151786],[-210182,-143477],[-206298,-154555],[-208419,-153673],[-206435,-172396],[-209644,-173908],[-206433,-169304],[-205669,-170009],[-214774,-171577],[-212627,-179221],[-210705,-180304],[-216324,-180686],[-209897,-181038],[-209169,-181767],[-212791,-182050],[-206298,-184144],[-208493,-187951],[-210644,-186573],[-208066,-187135],[-208774,-185588],[-204889,-187590],[-208573,-185907],[-211126,-190214],[-216988,-196441],[-217576,-192007],[-208516,-192349],[-205997,-203627],[-217555,-211904],[-216129,-209803],[-205316,-216507],[-204923,-205938],[-212170,-222194],[-216107,-61081],[-215940,-73459],[-214863,-72984],[-205246,-90858],[-209305,-110649],[-206001,-110000],[-206423,-111530],[-209191,-104638],[-210330,-104802],[-214297,-106845],[-214851,-106204],[-216449,-106824],[-216508,-107648],[-212435,-112162],[-211395,-114739],[-206673,-113111],[-221861,-119397],[-220974,-125842],[-230046,-121921],[-225183,-121547],[-225054,-122279],[-229208,-116651],[-219917,-135743],[-223152,-136648],[-219396,-132248],[-219983,-134124],[-224696,-131631],[-221561,-129825],[-223950,-128768],[-221178,-130021],[-217950,-129055],[-224771,-133527],[-224340,-131736],[-218462,-130171],[-222632,-147218],[-226331,-143776],[-223546,-145925],[-226666,-146929],[-228654,-146860],[-229675,-143983],[-229145,-149603],[-230131,-146107],[-230390,-156525],[-224952,-189044],[-229403,-194749],[-228060,-202909],[-219144,-200614],[-218039,-198041],[-218396,-195256],[-219902,-215130],[-220916,-215405],[-220796,-205698],[-221842,-207389],[-228972,-212599],[-227870,-220530],[-227502,-57480],[-219934,-55965],[-219154,-71379],[-218941,-72132],[-224977,-73350],[-223192,-72211],[-223526,-71776],[-228744,-67881],[-225964,-87231],[-227962,-86990],[-229392,-92357],[-227745,-91009],[-218586,-106593],[-228251,-110497],[-226442,-112178],[-231148,-124112],[-233894,-125941],[-232231,-117091],[-231895,-131692],[-236309,-128788],[-232287,-129415],[-233348,-128342],[-236831,-133413],[-238853,-134370],[-235019,-135571],[-237132,-138155],[-240094,-139937],[-233689,-141180],[-236740,-140640],[-238068,-143142],[-237963,-145374],[-239368,-146806],[-236640,-146686],[-232569,-146465],[-232879,-149310],[-235000,-147800],[-232429,-143352],[-233085,-144573],[-240234,-152514],[-237980,-151126],[-231745,-147249],[-234594,-153350],[-230991,-149955],[-231044,-152183],[-241598,-143137],[-241387,-149210],[-242257,-166032],[-231556,-154404],[-232613,-158093],[-236077,-157967],[-236796,-157302],[-237764,-154891],[-236234,-160105],[-241165,-164573],[-239794,-162570],[-240161,-162929],[-241057,-162648],[-240583,-160952],[-239894,-178539],[-231499,-186248],[-233407,-185602],[-232684,-186102],[-238698,-184723],[-237053,-183076],[-241067,-180528],[-232522,-208050],[-236249,-206454],[-230536,-212856],[-232978,-209168],[-236122,-209589],[-240812,-209834],[-239164,-209065],[-239793,-221141],[-234653,-50391],[-240156,-86716],[-242709,-83965],[-230741,-88342],[-231422,-90447],[-234713,-89930],[-236238,-90240],[-240673,-107561],[-240430,-107837],[-241589,-112638],[-250371,-119709],[-249083,-120983],[-253053,-152168],[-249696,-149975],[-251664,-147553],[-248168,-151517],[-246514,-152411],[-247024,-146503],[-251060,-151644],[-249916,-157774],[-252036,-155174],[-250440,-153506],[-245993,-160738],[-246337,-159963],[-245671,-158919],[-247349,-155274],[-244792,-157483],[-246451,-156699],[-243677,-156183],[-252054,-172226],[-255152,-171826],[-252377,-176437],[-252204,-178828],[-254911,-173758],[-254726,-174237],[-254609,-176560],[-252771,-188739],[-251313,-187201],[-252524,-180355],[-254644,-179284],[-254301,-180406],[-245022,-181008],[-243560,-181082],[-253146,-195085],[-252966,-193633],[-247578,-219610],[-243751,-112620],[-260895,-124445],[-267620,-133796],[-265477,-134089],[-268596,-137986],[-262543,-131280],[-267771,-148028],[-257181,-151842],[-256231,-151958],[-256801,-152663],[-256225,-148131],[-257008,-147554],[-256597,-141701],[-257400,-143411],[-268450,-162039],[-257154,-165221],[-266927,-165859],[-261245,-156537],[-260725,-158333],[-258209,-153593],[-256173,-155626],[-256057,-171831],[-256513,-168958],[-257751,-168002],[-265747,-166849],[-268075,-169833],[-267181,-172358],[-266688,-176697],[-261245,-176416],[-262611,-177795],[-261440,-169854],[-261900,-168788],[-258098,-177266],[-256099,-177794],[-259476,-178673],[-266883,-179251],[-261229,-183165],[-262953,-183356],[-256959,-191564],[-264807,-190689],[-265062,-189116],[-257817,-183271],[-256149,-185415],[-256828,-194223],[-256313,-194771],[-263723,-197735],[-262200,-198217],[-269921,-140191],[-276282,-145211],[-274528,-156857],[-269840,-174227],[-278418,-167242],[-269448,-179293],[-269199,-198040],[-271662,-198474],[-282450,-146883],[-286314,-143114],[-289427,-148522],[-286348,-155066],[-311687,-48473],[-20866,-195386],[-17991,-198220],[-13802,-196150],[-27642,-22657],[-35453,-23180],[-31955,-15706],[-32839,-19312],[-31181,-16409],[-35967,-16567],[-32527,-18793],[-36175,-20610],[-33703,-20011],[-31921,-20350],[-32049,-21492],[-32732,-19642],[-37508,-16246],[-31170,-18700],[-27582,-18990],[-37008,-17999],[-28660,-18076],[-29331,-19626],[-29509,-19571],[-31270,-20660],[-37246,-14976],[-33659,-13930],[-39436,-196838],[-48187,-19358],[-46694,-20854],[-49090,-20657],[-39879,-19948],[-39809,-18924],[-39110,-18176],[-39886,-19994],[-46097,-19140],[-44288,-17696],[-43621,-22732],[-44919,-25217],[-40845,-16964],[-47537,-18072],[-50464,-26445],[-47741,-35041],[-44198,-31228],[-45387,-31084],[-44086,-25995],[-45003,-42966],[-43771,-52855],[-61855,-188964],[-61513,-180591],[-61753,-192493],[-59271,-202897],[-63344,-22052],[-63721,-21660],[-63051,-17740],[-62517,-16109],[-61933,-16310],[-62755,-21152],[-62889,-16659],[-60620,-19859],[-55472,-19063],[-59543,-21629],[-57869,-17269],[-60654,-16943],[-58903,-16422],[-57223,-15593],[-63285,-35703],[-53314,-30190],[-56407,-30887],[-56199,-36985],[-59586,-29308],[-59570,-34472],[-57348,-32013],[-58459,-32676],[-59701,-36284],[-57903,-39482],[-59985,-48629],[-57514,-45185],[-62390,-52525],[-55509,-56759],[-51407,-58376],[-51614,-51265],[-58270,415646],[-69053,-177802],[-71723,-202456],[-73478,-209917],[-74819,-212428],[-76451,-218204],[-68545,-36860],[-67142,-36878],[-66178,-33881],[-66146,-35272],[-66916,-33427],[-66690,-28757],[-69987,-34927],[-67776,-45005],[-68786,-39799],[-86907,-187848],[-83733,-194097],[-81982,-193874],[-87512,-198489],[-81342,-198760],[-81759,-200300],[-80357,-206525],[-81560,-208334],[-79471,-205030],[-80684,-208967],[-83604,-213165],[-84779,-216508],[-79085,-217914],[-79617,-223847],[-80947,-223104],[-78724,-16483],[-80185,-24977],[-89248,-16518],[-79615,-17714],[-84204,-30731],[-81058,-28354],[-85004,-32151],[-79500,-28618],[-88405,-47815],[-86825,-47294],[-88859,-46177],[-95200,-201510],[-98873,-211598],[-101932,-217265],[-96050,-217567],[-102304,-228854],[-99618,-11617],[-98771,-8833],[-95378,-11252],[-95963,-12809],[-97109,-33339],[-91503,-42344],[-93955,-48085],[-90482,-47042],[-90733,-43291],[-98964,-44169],[-93223,-40233],[-101675,-45553],[-91256,-43115],[-92100,-41127],[-96102,-43800],[-97253,-41509],[-93198,-48597],[-91095,-38870],[-96119,-38340],[-90602,-46016],[-89881,-47999],[-113173,-182860],[-102679,-209730],[-112248,-212441],[-110424,-213706],[-102772,-218388],[-112521,-230704],[-108338,-11303],[-106139,-13214],[-107121,-18917],[-110872,-24660],[-109886,-16279],[-115012,-26705],[-103511,-51069],[-111495,-111241],[11234,-185316],[150573,-157956],[157296,-167354],[175249,-126636],[178084,-132269],[170976,-143318],[175245,-157337],[165608,-159050],[174983,-168536],[182345,-163663],[14874,-189507],[12976,-193172],[91130,-252197],[92129,-252906],[-248791,137562],[-244764,137009],[-306424,90370],[-312805,72594],[-319442,95778],[-313765,104669],[-324856,64657],[-329165,93415],[-409311,32846],[-409005,32507],[-415623,19935],[-413484,34216],[-409629,32491],[-57195,404898],[-61882,411457],[-64783,381596],[-65985,403358],[-66537,414367],[-98761,390192],[-93269,384734],[-104153,393245],[-105885,394507],[138897,-32381],[128878,-26533],[129167,7775],[136334,299886],[132886,300208],[128820,303898],[136144,316722],[137348,319810],[133855,315259],[129187,320068],[135401,311874],[129978,319019],[135024,323597],[136435,323642],[137084,327797],[135388,331700],[129977,327872],[132679,329707],[139193,340690],[132355,343702],[131921,342778],[134206,335434],[128724,31503],[148044,-21220],[147644,-17461],[144251,6051],[141196,294242],[150966,306796],[146977,296439],[149576,300061],[150041,305970],[148037,320061],[142256,327489],[144973,329518],[149131,320841],[150264,328906],[151146,326723],[141193,338360],[143213,338928],[151400,341650],[149881,337310],[165378,288500],[164868,298575],[163095,307223],[163439,311311],[165074,310412],[155658,311877],[163323,317530],[155533,328899],[155137,331498],[155484,336682],[164370,347989],[158273,346213],[162804,367538],[160603,361164],[176017,280252],[174572,291660],[166619,288935],[175859,293901],[175640,282902],[175610,289130],[168376,298076],[179088,297991],[167103,302201],[167377,299394],[169474,304626],[169853,302655],[169846,298370],[171441,300765],[177749,302431],[169888,309442],[167049,316570],[169060,316857],[167216,318389],[173141,344459],[176035,356998],[175266,353049],[170669,360349],[171452,359237],[170632,365704],[169343,365401],[181390,276555],[180419,282242],[179890,287502],[182380,296290],[180449,297328],[181438,298958],[187465,300678],[190255,306648],[187568,303915],[189812,328180],[191943,332305],[187923,337585],[186813,341585],[182536,339294],[187657,335572],[181027,334785],[184817,335196],[184430,333485],[183268,354382],[182554,348860],[179476,358720],[202940,306238],[202050,301331],[193744,301467],[201759,307896],[197412,316815],[198868,315625],[204057,322489],[197556,321118],[199330,321046],[194685,325596],[196625,326907],[203015,333172],[195422,341449],[197535,341883],[197322,338456],[192659,333561],[199541,337682],[206233,305968],[205591,315572],[204952,316190],[207018,316744],[207682,309492],[209594,312906],[208737,327022],[207685,323054],[206256,324561],[47904,-1839],[62751,132003],[76129,48249],[75736,62708],[75845,61061],[69418,70971],[75509,110419],[73717,104733],[73996,110364],[67219,121087],[80726,12872],[85230,9365],[86165,34269],[86124,26602],[79176,49602],[83981,55650],[82970,54070],[77513,57668],[86163,65538],[84131,65755],[85363,96080],[83301,96859],[81055,106834],[77210,116148],[97973,12792],[93157,17242],[91592,40589],[95403,59883],[99663,52950],[97360,53310],[99734,71600],[94010,69131],[100063,83223],[97436,88148],[106886,-1819],[102488,-24947],[108216,-22913],[110603,-27910],[108329,2583],[106236,17696],[114744,19554],[113374,343773],[104195,32970],[113177,35333],[110782,43142],[102873,59418],[103168,99792],[119888,-7829],[124350,-22584],[116105,-32764],[123785,-27473],[117691,-28037],[123599,24710],[127837,22468],[126159,306395],[127892,296468],[122293,331056],[120163,329100],[125849,322697],[119381,345977],[119385,34940],[119001,42442],[118712,52806],[126539,84831],[116229,79586],[-191471,-417398],[-197521,-417598],[-195655,-424947],[-216430,-408049],[-216714,-432015],[-235641,129588],[-252145,136020],[-319539,72999],[-310487,88328],[-314050,96927],[-312711,104601],[-319322,63885],[-326950,96276],[-409281,27468],[-407426,31080],[-415332,25704],[-412203,26250],[-413270,26460],[-60268,405683],[-55785,404449],[-58724,409829],[-72847,378069],[138700,-5997],[136116,-24638],[130695,-12813],[139599,5845],[133201,302016],[131952,302753],[131181,297372],[130534,299605],[128565,296828],[133967,311139],[140174,311466],[137999,318573],[136817,317742],[130265,315415],[133193,317151],[139937,313589],[136158,311643],[133076,323783],[136805,320634],[133338,327431],[132433,329641],[132941,322120],[130710,344006],[133258,342423],[135755,339481],[131314,31417],[135310,31260],[128566,42714],[130099,53561],[132946,93410],[141185,-1289],[146779,-12065],[141765,295039],[148537,298727],[151230,313677],[140975,325083],[141402,328165],[145587,328105],[146299,321298],[147731,322936],[148808,327040],[148150,329955],[140839,336636],[142641,334433],[152310,333360],[151905,334984],[148487,67862],[164734,286639],[160443,302877],[165499,305187],[164571,306348],[164326,314952],[159309,330720],[157415,330016],[155320,344174],[160298,367812],[161823,367110],[178884,281686],[172282,292638],[173162,284725],[177236,288289],[176597,284900],[172005,296711],[172712,294666],[176337,297762],[173327,298256],[171538,304750],[173578,302179],[173188,300517],[169238,300149],[169662,315542],[170149,313134],[168542,311819],[167278,313419],[169117,318629],[166559,320870],[178147,332400],[171844,340142],[178335,355071],[173906,352709],[168392,346056],[171008,350730],[173921,361887],[171191,366523],[178132,359237],[182417,279296],[182198,287575],[181780,288215],[183388,296625],[180409,295151],[184209,295121],[181839,301447],[181892,300192],[188498,305642],[188848,303775],[189655,330230],[190769,325903],[188331,333606],[181560,340332],[185831,344104],[180840,356699],[182097,357119],[187614,349533],[204304,307173],[203533,303802],[202790,302638],[193196,305423],[194447,302983],[202988,317291],[194651,314206],[194663,312887],[204538,328946],[204462,320894],[195343,320841],[194050,326147],[199210,325247],[199486,329670],[193394,325661],[192611,330193],[198655,328611],[199039,339253],[204304,333873],[197580,334721],[205506,317327],[208453,310782],[205366,307732],[208935,323591],[208886,326021],[205577,328366],[48496,-2921],[68660,130990],[64267,130167],[74658,72872],[75257,71792],[70408,113842],[85751,7449],[81617,29429],[77121,45803],[83304,48786],[84872,41091],[86157,56849],[83417,60981],[79913,80779],[84600,97494],[78378,98441],[78371,91978],[87081,93013],[81580,94060],[86056,106809],[80976,121204],[102097,-26099],[101941,9164],[93417,4828],[91319,16984],[98315,34444],[101102,33284],[101015,50717],[90842,42280],[101581,46012],[93783,52394],[97360,54651],[101337,58098],[91604,67506],[101795,74534],[97290,83391],[98531,106712],[114583,-9456],[105362,-24166],[108803,-33339],[110626,-30209],[110826,8721],[112015,342980],[110339,31351],[107830,48514],[113408,48349],[105992,83357],[109053,93781],[112557,99543],[120816,-20730],[120219,-24443],[117749,-30775],[124858,11890],[120645,3191],[117048,16632],[121974,21271],[122236,19966],[122501,25633],[127236,305611],[124673,301694],[127237,327483],[120908,329286],[127317,320485],[122533,343907],[125628,343918],[123630,32810],[115680,75205]] \ No newline at end of file diff --git a/src/gathering/a10558.json b/src/gathering/a10558.json new file mode 100644 index 0000000..73bfe93 --- /dev/null +++ b/src/gathering/a10558.json @@ -0,0 +1 @@ +[[-121084,-158076],[-125044,-156861],[-119744,-208290],[-123092,-215352],[-116642,-216649],[-120548,-215922],[-121611,-212509],[-119262,-206935],[-124914,-216764],[-117390,-215829],[-115354,-217345],[-127807,-217015],[-125205,-214337],[-126110,-222827],[-122330,-225393],[-118830,-222831],[-127089,-224417],[-122347,-227500],[-117109,-222069],[-118551,-226530],[-119621,-224597],[-122210,-225151],[-117249,-217605],[-116321,-218252],[-126343,-220017],[-118763,-221981],[-124711,-218308],[-118333,-226976],[-119550,-224800],[-119615,-227911],[-123588,-232359],[-124220,-231782],[-120449,-231349],[-118196,-254337],[-115448,-247052],[-122985,-254653],[-120126,-248314],[-124575,-256528],[-139278,-165236],[-135514,-165561],[-131870,-173421],[-135870,-170283],[-140093,-225258],[-130525,-222602],[-132957,-240013],[-135907,-248510],[-128327,-252255],[-128871,-262238],[-133438,-258396],[-130422,-256801],[-139128,-276749],[-135500,-279035],[-141356,-170638],[-147456,-171294],[-148580,-174580],[-149949,-196920],[-145315,-223319],[-144626,-229965],[-148736,-234061],[-149071,-235990],[-146065,-233021],[-140955,-246787],[-147821,-243246],[-152158,-249140],[-150801,-254726],[-146558,-270744],[-150363,-274545],[-150716,-274983],[-143785,-280740],[-148940,-278436],[-153270,-283068],[-142746,-282407],[-150965,-288274],[-149369,-291755],[-164959,-138689],[-163265,-184518],[-164597,-183653],[-158976,-202473],[-157149,-194978],[-156246,-196215],[-159705,-201917],[-163776,-202448],[-162719,-202611],[-164235,-203261],[-161005,-195279],[-163204,-209313],[-162079,-236445],[-165034,-232262],[-159873,-245386],[-157214,-251779],[-156825,-251575],[-156103,-243429],[-157550,-246508],[-161964,-248902],[-165662,-244215],[-165839,-246618],[-163051,-252981],[-161470,-259838],[-164953,-258348],[-164157,-262116],[-158905,-267417],[-157678,-265167],[-156922,-267690],[-163097,-271809],[-164472,-270462],[-156136,-271635],[-153982,-271719],[-155313,-269957],[-164463,-269100],[-157225,-274770],[-160436,-277891],[-159726,-272646],[-155101,-287341],[-157155,-283793],[-156833,-297444],[-160849,-294887],[-162603,-83451],[-172440,-125854],[-170101,-186648],[-172911,-186403],[-173686,-189102],[-177820,-187304],[-178200,-185061],[-176889,-184322],[-177226,-185996],[-173449,-183741],[-178004,-185448],[-167818,-199066],[-166557,-196850],[-167451,-199196],[-169502,-195697],[-175601,-194087],[-169863,-195287],[-178583,-195073],[-175777,-192233],[-168893,-191820],[-178237,-191805],[-169973,-228929],[-169136,-232920],[-168830,-241078],[-167961,-241320],[-176119,-254086],[-167834,-243079],[-172502,-260332],[-173918,-256792],[-170177,-266685],[-172934,-268473],[-169454,-268231],[-177410,-262534],[-173889,-273513],[-175741,-277083],[-172968,-283663],[-177823,-284280],[-175879,-80842],[-177516,-82338],[-168453,-95954],[-173191,-106383],[-180129,-125175],[-184676,-189837],[-182348,-189759],[-180266,-191662],[-180906,-184190],[-179824,-185995],[-184767,-181593],[-182620,-184424],[-189466,-184800],[-182578,-187218],[-185115,-189550],[-184224,-191128],[-185246,-192563],[-179672,-195090],[-182257,-192073],[-188814,-192150],[-189134,-195379],[-190441,-234013],[-186280,-235721],[-181486,-243701],[-179298,-255769],[-188132,-253706],[-186472,-247375],[-187060,-244861],[-190521,-254336],[-189011,-267273],[-188088,-262528],[-185500,-263087],[-179688,-259836],[-185053,-261692],[-186478,-269491],[-184354,-271932],[-183227,-278473],[-182906,-280350],[-191270,-291321],[-189026,-284160],[-189834,-286693],[-183826,-285284],[-181308,-74213],[-192121,-184121],[-193738,-186332],[-195950,-186664],[-201776,-182382],[-196710,-186181],[-194024,-184391],[-203776,-188471],[-201829,-185779],[-203689,-181743],[-199074,-184925],[-195377,-190965],[-201410,-228021],[-192240,-235231],[-195858,-236508],[-194470,-241282],[-203909,-244828],[-196339,-253644],[-202366,-248912],[-201269,-253565],[-204352,-252823],[-193994,-263621],[-202167,-262213],[-193511,-291330],[-192741,-296779],[-197434,-295101],[-197725,-304665],[-204119,-297855],[-198894,-297777],[-200253,-295351],[-197369,-311199],[-205978,-178799],[-211028,-187754],[-209264,-189622],[-214813,-215834],[-209763,-229316],[-211760,-241950],[-209931,-236709],[-207308,-235456],[-209538,-234713],[-206986,-255392],[-212489,-254759],[-212345,-251268],[-212050,-255005],[-217081,-266499],[-207210,-261646],[-207674,-258053],[-215560,-272583],[-209720,-278613],[-214807,-276767],[-209554,-284777],[-209259,-286250],[-217382,-292530],[-215596,-284219],[-205132,-289608],[-207135,-290069],[-208476,-289344],[-212254,-284577],[-209266,-288935],[-216968,-294148],[-215563,-300139],[-206285,-298975],[-206259,-298545],[-207405,-305010],[-209642,-301551],[-217223,-308065],[-216019,-310964],[-214842,-312741],[-208484,-310165],[-228423,-226339],[-228043,-227912],[-223737,-229815],[-224440,-227009],[-219966,-228979],[-219213,-229949],[-224151,-242978],[-224408,-233452],[-224189,-236215],[-218613,-242723],[-221853,-240025],[-221988,-247084],[-218727,-248633],[-227725,-268691],[-219767,-275615],[-217813,-279954],[-230094,-289276],[-219187,-293918],[-224507,-291996],[-223583,-286342],[-226946,-284933],[-230141,-288818],[-224148,-283425],[-220494,-282307],[-222232,-294615],[-230359,-300771],[-224892,-304158],[-228982,-298584],[-224926,-294250],[-224686,-316109],[-228854,-313995],[-225490,-309344],[-217869,-309732],[-226502,-313073],[-225015,-319724],[-225791,-325232],[-220814,-323573],[-218220,-320213],[-241592,-212985],[-233094,-217258],[-242118,-228738],[-237406,-225590],[-241690,-220227],[-234726,-219205],[-231857,-242410],[-232304,-239264],[-233338,-240492],[-240833,-237619],[-234960,-239342],[-239691,-243203],[-241051,-247477],[-237545,-244504],[-232947,-273792],[-239406,-270886],[-242904,-274514],[-239724,-274476],[-242433,-278941],[-230910,-281212],[-236231,-276612],[-235629,-279249],[-232281,-285406],[-231254,-283106],[-233515,-290367],[-236030,-285423],[-237738,-283106],[-236576,-287668],[-230956,-292054],[-239296,-283484],[-241597,-284918],[-240986,-281633],[-236733,-293529],[-235199,-291602],[-235571,-298667],[-234500,-303896],[-237716,-301652],[-231318,-305839],[-241020,-297054],[-234155,-300475],[-231032,-300715],[-236991,-296640],[-237060,-311041],[-237587,-317159],[-235488,-313777],[-237484,-314575],[-232814,-315302],[-233518,-318584],[-241068,-314446],[-240806,-314173],[-241955,-317955],[-239523,-323574],[-4509,-152633],[-466,-149855],[-3628,-148935],[-9882,-154930],[-4428,-158959],[-253056,-192177],[-243617,-215131],[-251151,-227302],[-243911,-219007],[-252917,-222274],[-243491,-219391],[-251820,-220288],[-246486,-220497],[-252429,-232267],[-251491,-235659],[-253747,-232581],[-248344,-231746],[-255989,-236875],[-247118,-244022],[-254198,-254852],[-249449,-257323],[-247930,-261169],[-247625,-263682],[-253042,-259653],[-251052,-268194],[-251432,-264546],[-244067,-278087],[-249544,-269089],[-250542,-276976],[-247005,-273609],[-255299,-279522],[-252497,-275423],[-255451,-281209],[-253941,-274557],[-249394,-275372],[-247322,-277280],[-253470,-284257],[-245855,-288419],[-244413,-289837],[-250856,-293943],[-250034,-292372],[-248368,-294003],[-247216,-288650],[-251233,-282144],[-245584,-281719],[-246535,-282725],[-255069,-306074],[-245001,-296722],[-248236,-305652],[-254236,-315805],[-244130,-310234],[-245326,-307854],[-245480,-326312],[-254422,-321291],[-254068,-96855],[-254549,-101098],[-255805,-94187],[-259439,-124484],[-262021,-137418],[-265612,-133145],[-256961,-193519],[-265278,-206418],[-262481,-208479],[-268763,-215119],[-260639,-214929],[-264620,-213864],[-259516,-209085],[-257792,-209531],[-261932,-218506],[-263675,-219143],[-256396,-229666],[-261772,-228368],[-261148,-223576],[-261201,-221592],[-266100,-224012],[-266358,-225304],[-266625,-228845],[-261991,-233284],[-260475,-232786],[-266390,-237761],[-268679,-235669],[-264751,-243314],[-261709,-248263],[-259440,-254649],[-260602,-251764],[-267582,-259968],[-265999,-262221],[-264896,-258055],[-261548,-255832],[-256347,-260297],[-262171,-263451],[-267046,-266272],[-262841,-272476],[-258494,-270472],[-267125,-274379],[-261939,-286804],[-262015,-291203],[-257114,-288238],[-260049,-287558],[-260430,-290809],[-261304,-281407],[-261542,-295081],[-266095,-297320],[-262422,-297704],[-263253,-298382],[-257190,-305831],[-260905,-303570],[-265484,-295223],[-263714,-297146],[-262816,-300216],[-256644,-295245],[-265616,-304468],[-262030,-307654],[-258802,-315180],[-256596,-311945],[-258275,-312428],[-263585,-310202],[-266559,-317678],[-262975,-317613],[-263032,-320458],[-258294,-327349],[-256370,-325318],[-259623,-322301],[-259473,-321550],[-263816,-87389],[-265954,-100071],[-267301,-93874],[-268414,-101936],[-257651,-112590],[-276211,-117538],[-275461,-127203],[-268873,-116344],[-278379,-128504],[-279373,-133858],[-269534,-139790],[-277227,-133844],[-279987,-143571],[-277963,-164803],[-279154,-160087],[-280573,-161908],[-277468,-157194],[-280321,-178992],[-276953,-167652],[-280971,-175219],[-279163,-186385],[-273997,-200453],[-278459,-207628],[-271061,-209797],[-273949,-213976],[-270142,-214448],[-276390,-211252],[-271923,-226086],[-280536,-231034],[-276192,-239289],[-269459,-239113],[-270575,-233828],[-274580,-231487],[-271391,-231071],[-270278,-230886],[-274351,-243130],[-272303,-244031],[-273031,-246100],[-269450,-248557],[-281108,-249718],[-277506,-247195],[-276470,-252084],[-271893,-255507],[-272064,-250939],[-274814,-256403],[-269696,-260484],[-269207,-257048],[-276649,-275297],[-281588,-277512],[-272744,-280624],[-280254,-269598],[-276315,-269096],[-273742,-279797],[-271971,-268839],[-270256,-269071],[-271091,-278423],[-271169,-270839],[-274831,-276448],[-270921,-285418],[-269466,-288964],[-272903,-294071],[-277671,-291675],[-274621,-287082],[-276519,-286330],[-279143,-282845],[-269202,-300498],[-270974,-300773],[-268877,-298611],[-272119,-296678],[-269513,-340083],[-270900,-339360],[-279386,-346891],[-280289,-347371],[-275513,-355154],[-279198,-86626],[-276927,-82260],[-272511,-90596],[-275838,-99551],[-275328,-111058],[-277348,-103077],[-289386,-121802],[-285432,-132535],[-289707,-129506],[-292925,-133803],[-292895,-151758],[-285723,-145328],[-290474,-151396],[-284306,-164306],[-287669,-154421],[-285470,-175435],[-285019,-176298],[-284985,-189920],[-282930,-190190],[-291387,-187695],[-286491,-181462],[-287211,-198387],[-293670,-193645],[-292907,-192313],[-284074,-200211],[-287679,-191836],[-287871,-197462],[-290191,-205275],[-292971,-204663],[-288369,-216906],[-282523,-212920],[-283770,-206360],[-284599,-206089],[-291552,-217407],[-293642,-227302],[-286308,-225051],[-281825,-284058],[-282009,-346454],[-288104,-348920],[-289545,-83090],[-283290,-85079],[-291511,-81785],[-283823,-80363],[-289393,-92393],[-286704,-98821],[-287910,-103190],[-291957,-114798],[-293320,-106514],[-282569,-111509],[-283281,-113958],[-300605,-119585],[-303314,-126463],[-298725,-127809],[-304657,-134587],[-298552,-135497],[-300001,-139622],[-295416,-143808],[-305004,-170725],[-298189,-177640],[-304922,-176462],[-300093,-187764],[-296210,-183647],[-299637,-182441],[-306372,-190382],[-302305,-194747],[-300127,-192377],[-296541,-195087],[-299301,-197379],[-304879,-195392],[-296245,-217240],[-306353,-211267],[-302357,-207504],[-300263,-211126],[-298511,-222599],[-301572,-219369],[-305518,-218257],[-300552,-219032],[-302872,-227102],[-297672,-229312],[-294778,-222362],[-297593,-221920],[-301599,-223670],[-305529,-220468],[-304252,-225885],[-306193,-229090],[-301460,-229025],[-297444,-238468],[-302323,-233938],[-298222,-240056],[-295401,-230538],[-295745,-235040],[-303569,-238901],[-307091,-242277],[-305746,-232651],[-304808,-243334],[-299201,-357221],[-295695,-354676],[-304043,-355297],[-298147,-353076],[-307017,-354617],[-305600,-359954],[-301635,-362307],[-305051,-361433],[-300852,-72643],[-294703,-87220],[-300716,-82865],[-304448,-99591],[-294932,-99062],[-301813,-92133],[-305883,-106610],[-300108,-108699],[-308650,-116134],[-313749,-122633],[-312019,-138400],[-310447,-141167],[-310791,-169327],[-309050,-169557],[-311576,-189345],[-318225,-191045],[-317865,-181474],[-315632,-185889],[-315086,-188709],[-314929,-187499],[-311813,-186324],[-310765,-193941],[-307933,-219910],[-311753,-239928],[-313543,-241092],[-307585,-232598],[-319973,-233013],[-313410,-233999],[-309686,-236392],[-311868,-233480],[-307543,-236553],[-314636,-253134],[-312687,-253534],[-313017,-355784],[-316455,-358898],[-313619,-85297],[-318142,-106176],[-316325,-112905],[-324606,-126465],[-320244,-133888],[-322876,-132499],[-324300,-142272],[-322301,-151086],[-326333,-146791],[-320431,-143481],[-320663,-177027],[-327049,-181097],[-324094,-189331],[-328934,-189693],[-330035,-184884],[-323222,-190477],[-322359,-182468],[-321983,-192663],[-324383,-235732],[-325766,-233522],[-321558,-232955],[-327562,-351251],[-329072,-352777],[-330514,-351818],[-331782,-357889],[-332233,-362592],[-331248,-361250],[-334451,-147314],[-336231,-237089],[-339955,-238117],[-341235,-238175],[-344454,-237258],[-340143,-236412],[-342483,-238139],[-335137,-352057],[-333616,-361108],[-336539,-387565],[-341596,-398113],[-351516,-184909],[-349670,-188183],[-348624,-187283],[-353956,-200738],[-353168,-196232],[-351026,-194476],[-353366,-205537],[-353665,-209483],[-356239,-227699],[-357559,-230679],[-353003,-231387],[-347079,-240281],[-349249,-248575],[-351874,-259186],[-354234,-352067],[-350682,-358166],[-346751,-372691],[-351549,-374313],[-350630,-389767],[-349436,-393001],[-345925,-392740],[-347935,-386110],[-357437,-402695],[-368942,-213916],[-361874,-208977],[-359212,-209590],[-361808,-214942],[-365115,-215967],[-359034,-215729],[-364836,-215613],[-370327,-222219],[-360934,-227043],[-366252,-223133],[-359269,-224916],[-358645,-354057],[-359249,-363389],[-360029,-375744],[-362242,-407689],[-364588,-415066],[-359893,-410116],[-366084,-410031],[-22244,-144988],[-22043,-172531],[-22775,-221353],[-21750,-221604],[-21479,-219668],[-382923,-118033],[-371943,-218758],[-379991,-235355],[-381223,-236139],[-378896,-238816],[-374999,-357498],[-382404,-352316],[-372523,-402061],[-379084,-397481],[-379556,-93970],[-382194,-97354],[-395447,-124664],[-386984,-117449],[-387977,-115851],[-384153,-163049],[-384446,-166342],[-386006,-231284],[-387824,-230497],[-390735,-234031],[-394635,-368967],[-394767,-361361],[-395696,-372341],[-387431,-394839],[-387675,-395228],[-394069,-394362],[-388773,-399296],[-390696,-403527],[-394973,-68727],[-386301,-93741],[-391817,-96903],[-387471,-97362],[-391880,-90581],[-384073,-90655],[-391713,-110440],[-392048,-111005],[-394238,-113875],[-387801,-113350],[-388326,-108798],[-394867,-106408],[-403448,-252766],[-405142,-255131],[-399261,-366019],[-400940,-370492],[-397079,-371983],[-397809,-373644],[-402455,-373644],[-402549,-372756],[-398036,-394184],[-399889,-385995],[-399188,-391137],[-403348,-386503],[-403017,-384280],[-401152,-397741],[-399794,-74130],[-396826,-75649],[-400280,-79115],[-406804,-83836],[-400641,-94618],[-398335,-95114],[-400014,-96737],[-402562,-95852],[-407460,-93330],[-398084,-108519],[-411183,-124487],[-412332,-232907],[-413292,-241360],[-418388,-233098],[-422138,-238081],[-410436,-250363],[-411706,-249742],[-411158,-103338],[-415879,-111652],[-410556,-111007],[-446840,-183676],[-441078,-183780],[-444165,-204682],[-442788,-236620],[-445322,-323691],[-458094,-136988],[-457562,-142523],[-460531,-158826],[-456203,-163154],[-456846,-160695],[-450758,-176701],[-453708,-176966],[-455025,-180017],[-458963,-179406],[-454691,-189014],[-452306,-181256],[-455891,-188373],[-448505,-183474],[-451068,-198382],[-453232,-198833],[-449752,-197627],[-457644,-192040],[-458735,-214961],[-460064,-215746],[-451942,-11346],[-460799,-358194],[-451151,-352194],[-449263,-356500],[-450279,-19502],[-448313,-14783],[-453046,-385928],[-458263,-65113],[-458395,-64903],[-457689,-89005],[-473059,-146528],[-467598,-143305],[-471497,-147113],[-462884,-144564],[-463011,-167497],[-468305,-169696],[-473119,-166588],[-461264,-174260],[-463294,-173221],[-462399,-176112],[-461984,-181973],[-472131,-192393],[-469323,-202797],[-462224,-200415],[-469246,-195262],[-466790,-200853],[-462687,-211136],[-464822,-209273],[-464357,-208181],[-465238,-8326],[-465107,-2924],[-463377,-272],[-465333,-352616],[-470246,-361574],[-461618,-60916],[-460933,-61406],[-466456,-85859],[-462396,6039],[-465142,4062],[-463711,3216],[-485819,-148568],[-477764,-152533],[-474626,-160177],[-479451,-155021],[-482144,-163379],[-480299,-162656],[-479495,-155460],[-486234,-170678],[-478896,-174481],[-479588,-175887],[-474167,-167427],[-475619,-170493],[-475822,-177590],[-476318,-167547],[-480365,-182271],[-478503,-181908],[-479032,-188051],[-485061,-213884],[-480457,-215123],[-481384,-207555],[-483006,-212484],[-479494,-217529],[-473875,-222656],[-474955,-1987],[-490417,-137448],[-497456,-148858],[-495146,-173413],[-488394,-170706],[-496506,-178936],[-489005,-181811],[-486716,-188449],[-497598,-189201],[-495644,-188369],[-492837,-182479],[-488885,-194844],[-489593,-197047],[-499059,-200674],[-491755,-201807],[-494922,-202893],[-497641,-200193],[-488948,-217774],[-494928,-440370],[-491025,-456001],[-493688,-448219],[-37387,-133718],[-37484,-140880],[-28301,-149623],[-36512,-165013],[-34832,-164839],[-35269,-168518],[-35520,-166896],[-36494,-168461],[-26017,-167951],[-25793,-168252],[-26680,-173997],[-31934,-172875],[-36585,-171998],[-35019,-178312],[-34467,-180842],[-30970,-211537],[-25663,-218915],[-504478,-150403],[-500669,-152332],[-505507,-149964],[-509888,-144526],[-507377,-144354],[-509838,-142752],[-504785,-143517],[-502314,-153920],[-508336,-159210],[-510117,-159139],[-511155,-157598],[-499510,-174133],[-511759,-175919],[-500487,-187597],[-508152,-185517],[-501954,-182593],[-500659,-194204],[-508525,-192207],[-503334,-194735],[-504350,-199392],[-509688,-202484],[-511434,-201635],[-504600,-192969],[-508459,-210293],[-507415,-207242],[-505104,-206162],[-510827,-209189],[-511957,-217989],[-509370,-223899],[-502697,-469594],[-518951,-125336],[-519193,-125621],[-518909,-129428],[-522195,-136255],[-512234,-139482],[-522294,-135335],[-515893,-145600],[-521780,-143300],[-523232,-142050],[-518229,-162334],[-518369,-165758],[-523981,-174029],[-517180,-168032],[-523715,-175440],[-515148,-173385],[-522621,-187296],[-522181,-179464],[-520746,-186383],[-518474,-199161],[-520738,-196702],[-522755,-216619],[-515679,-213220],[-516462,-207749],[-518299,-209433],[-514360,-204900],[-519526,-209905],[-523975,-219781],[-522139,-217533],[-521415,-232324],[-523784,-474512],[-515843,-103031],[-514056,-111125],[-517121,-110824],[-535081,-125550],[-529798,-115592],[-532623,-138482],[-532929,-140288],[-526153,-132227],[-529593,-148053],[-526940,-147141],[-527394,-162690],[-532366,-155327],[-527986,-154141],[-535451,-161484],[-532041,-163940],[-537216,-161968],[-525015,-178144],[-526273,-176186],[-532069,-178088],[-531379,-174974],[-531522,-178563],[-530478,-179292],[-531995,-185956],[-527607,-181040],[-529862,-189759],[-529586,-203808],[-526538,-206264],[-529907,-210576],[-527681,-206903],[-527787,-468394],[-547319,-138818],[-550248,-137580],[-542237,-157145],[-540118,-165508],[-548671,-168885],[-540128,-172978],[-542551,-178365],[-539199,-179882],[-539148,-187813],[-558073,-151659],[-558507,-144838],[-554879,-163809],[-557647,-168000],[-559341,-166419],[-564660,-160091],[-564666,-157251],[-40237,-137409],[-39913,-175428],[-42810,-172728],[-44689,-168500],[-39794,-179802],[-39333,-179363],[-50100,-211841],[-48334,-236329],[-52774,-162292],[-53290,-160377],[-62476,-161398],[-57623,-168431],[-61149,-216404],[-61279,-208181],[-54756,-223026],[-62219,-239324],[-67901,-137136],[-74677,-148919],[-66546,-163383],[-75428,-164581],[-71559,-164384],[-68547,-190188],[-74615,-219015],[-69890,-232162],[-77303,-135933],[-79873,-145334],[-83299,-145200],[-85076,-149615],[-76987,-147259],[-77532,-150038],[-89203,-153035],[-81190,-156099],[-80592,-164485],[-87984,-165934],[-84013,-161481],[-82837,-167561],[-80363,-170397],[-88573,-182987],[-80392,-182702],[-81395,-184493],[-88430,-189149],[-79193,-186975],[-79277,-191051],[-81813,-205251],[-86930,-208283],[-82302,-210645],[-87250,-207613],[-86273,-220094],[-81645,-225332],[-85451,-239630],[-81153,-231805],[-80208,-235925],[-84801,-235847],[-98677,-126245],[-91542,-138263],[-98337,-129961],[-89788,-152464],[-92859,-144423],[-101065,-152395],[-89930,-157782],[-99414,-169196],[-100654,-175918],[-89953,-176349],[-91274,-178938],[-94166,-188755],[-92945,-182971],[-93398,-187339],[-90175,-186337],[-102175,-196750],[-99743,-203414],[-100695,-195868],[-99942,-195744],[-101501,-210209],[-101095,-208796],[-92093,-206945],[-92949,-218211],[-99346,-225454],[-91896,-233953],[-94803,-234180],[-97049,-241441],[-101260,-107467],[-105391,-156146],[-103943,-157648],[-103018,-158612],[-103450,-168595],[-107659,-197690],[-107015,-201345],[-106573,-204376],[-110032,-201064],[-108029,-200519],[-107462,-202480],[-106190,-201640],[-108780,-204213],[-103497,-206508],[-110547,-211727],[-111794,-216492],[-110244,-214416],[-110521,-213180],[-104621,-207826],[-113094,-209298],[-112793,-207813],[-104959,-210793],[-106176,-205583],[-112773,-217336],[-106448,-212621],[-102867,-207278],[-104867,-211126],[-105810,-206146],[-109879,-217357],[-111967,-218164],[-111244,-223939],[-111916,-240169],[-109844,-236436],[-104669,-233389],[-102602,-234466],[9280,-151911],[7793,-153315],[6043,-153185],[1863,-148992],[2163,-150237],[7670,-145762],[10653,-154985],[3409,-153876],[137545,-220551],[138020,-235696],[129147,-62241],[139708,-60499],[139982,-68432],[130019,-65084],[128737,-66885],[136199,-71392],[139538,-65527],[140391,-87907],[139648,-88711],[136279,-87990],[133971,-83292],[136579,-81967],[137939,-90421],[128726,-89525],[140876,-228688],[146497,-225265],[150039,-233469],[149122,-254378],[149464,-252796],[148118,-248578],[148660,-267355],[148050,-280927],[144684,-283514],[142994,-52868],[148366,-61927],[140975,-74790],[149073,-69621],[146459,-65077],[140877,-67632],[151391,-75252],[151410,-69045],[142550,-85469],[148440,-87450],[165906,-142203],[162667,-159846],[156827,-165320],[154098,-158638],[165533,-171223],[164572,-168411],[160650,-171397],[157422,-262179],[154207,-261577],[164119,-262845],[159596,-272829],[159856,-274227],[161307,-271600],[163268,-269269],[162949,-276767],[159205,-77953],[157858,-82459],[166547,-160704],[168716,-265892],[168856,-268312],[171908,-267869],[166437,-278252],[166734,-271661],[169809,-275603],[172982,-269145],[175877,-281162],[168260,-269058],[171908,-274598],[176081,-281531],[177186,-298246],[168979,-63733],[166428,-75057],[175843,-71381],[176792,-84476],[168274,-86351],[189299,-117089],[175644,-143936],[180845,-164424],[179455,-170167],[180563,-289304],[184832,-299509],[187028,-294273],[186737,-294728],[187600,-299486],[191724,-301150],[181286,-79779],[194812,-302876],[193972,-295166],[200402,-299475],[201038,-297930],[24875,-142085],[23168,-141602],[327043,606131],[351910,621437],[351545,620811],[350771,618821],[350722,617982],[352475,614753],[28755,-139167],[30108,-136831],[33375,-138708],[32660,-140055],[26927,-138329],[29450,-142966],[26855,-143104],[31141,-153212],[33467,-153306],[32558,-151457],[31139,-151456],[36905,-146364],[29788,-153635],[28745,-154108],[28173,-156724],[28912,-158726],[27696,-158878],[31885,-155989],[35399,-154290],[34033,-154340],[28942,-157173],[29191,-155266],[50299,-133711],[51706,-133652],[51849,-126530],[52777,-123972],[52828,-124764],[56279,-119017],[55477,-118787],[54677,-117623],[63029,-116855],[62927,-115661],[52434,-131386],[51804,-128744],[55199,-130223],[54112,-129881],[55941,-129673],[54550,-128208],[728722,398800],[726799,399348],[722671,401347],[720233,400338],[737804,385231],[741955,387164],[741663,391177],[742092,395678],[741157,396199],[737152,395866],[742056,407850],[742148,401173],[741939,423474],[741699,425969],[747343,384166],[753117,391669],[751790,406576],[745528,398698],[749454,402605],[745682,398897],[743076,408287],[751484,427741],[746702,427261],[746937,425962],[753343,423937],[766544,383595],[759967,400499],[756724,399745],[767041,413434],[69235,-115392],[67410,-115684],[70045,-172777],[73834,-101607],[71427,-108758],[70361,-108621],[73308,-105664],[72210,-104948],[72544,-103283],[779065,395194],[769596,398334],[78619,-169276],[85338,-183267],[77441,-102182],[78604,-100655],[79134,-100186],[83346,-98610],[84673,-96780],[83260,-96676],[85463,-95477],[83149,-100040],[83876,-101622],[80873,-103655],[81345,-102315],[96417,-164880],[92488,-155047],[97333,-158799],[93883,-257301],[110347,-105380],[118546,-236118],[121445,-93550],[121510,-95363],[121145,-95989],[120371,-97979],[120321,-98818],[125922,-94912],[119611,-91649],[119621,-89766],[122075,-102047],[-126500,-149359],[-124009,-194735],[-117819,-206612],[-126325,-215146],[-125899,-213796],[-116473,-214166],[-116125,-206217],[-119685,-211925],[-117294,-216669],[-118590,-210361],[-125518,-224483],[-124018,-219583],[-118729,-229555],[-118266,-225300],[-115280,-221106],[-127823,-222846],[-121747,-224338],[-121860,-228875],[-119658,-229383],[-118602,-225422],[-122215,-224568],[-116686,-222218],[-120561,-222341],[-117621,-218283],[-117445,-221735],[-123361,-217752],[-127151,-224028],[-125978,-224391],[-127000,-217751],[-125067,-224713],[-119193,-224546],[-120093,-219143],[-115824,-222849],[-118317,-220771],[-123599,-218092],[-127615,-227949],[-120123,-231423],[-119602,-233159],[-118301,-238547],[-120213,-237101],[-125745,-240362],[-124533,-241076],[-120008,-241648],[-123269,-238803],[-118123,-241374],[-118404,-231512],[-127328,-241524],[-122366,-251596],[-120548,-249458],[-116636,-243344],[-127267,-261682],[-127880,-260623],[-122502,-94006],[-121198,-100766],[-119557,-90384],[-115411,-99673],[-125890,-89456],[-121732,-90181],[-124732,-102818],[-117664,-107898],[-121027,-106966],[-135823,-178696],[-135571,-174435],[-139446,-185736],[-132978,-193057],[-129612,-193576],[-137458,-195135],[-134844,-224378],[-131152,-242160],[-132402,-240649],[-138098,-246930],[-135389,-243869],[-140024,-245578],[-131733,-244808],[-134628,-248647],[-137099,-243374],[-136908,-253148],[-137159,-259361],[-136455,-261454],[-137786,-266690],[-136710,-261365],[-134142,-257032],[-137221,-255856],[-131347,-261680],[-131617,-262091],[-133057,-255937],[-138842,-278203],[-135679,-278007],[-140325,-31563],[-129309,-104563],[-142500,-162916],[-144078,-163441],[-144362,-171347],[-147443,-166282],[-152232,-173599],[-151300,-174185],[-142501,-184663],[-146053,-182678],[-151591,-203724],[-149479,-196809],[-152817,-195620],[-150653,-198590],[-144814,-225308],[-143666,-229094],[-147610,-227836],[-141447,-242219],[-150855,-233149],[-150582,-233631],[-153089,-239263],[-147601,-240016],[-153194,-240143],[-145387,-230249],[-146833,-241517],[-150204,-238314],[-143902,-238263],[-147169,-237823],[-145499,-243960],[-148977,-252812],[-150456,-265860],[-144358,-257184],[-143494,-259454],[-148798,-256804],[-147465,-275249],[-151876,-275702],[-144342,-280672],[-145932,-276430],[-150864,-282561],[-150760,-286920],[-149289,-288020],[-151474,-60698],[-149347,-65947],[-153094,-66439],[-144861,-72604],[-141886,-99009],[-141324,-93977],[-160706,-118606],[-159322,-127973],[-164552,-142874],[-159938,-141219],[-165353,-182616],[-157020,-202807],[-154372,-195695],[-160264,-197727],[-158272,-203884],[-155896,-202561],[-165510,-195391],[-165704,-228229],[-166137,-236190],[-160516,-234994],[-156636,-252774],[-160569,-254100],[-155176,-249699],[-158195,-250448],[-163957,-244056],[-163378,-249207],[-160995,-250478],[-159164,-266935],[-164809,-267030],[-165417,-261628],[-156301,-267933],[-153907,-267407],[-153740,-266965],[-160122,-263483],[-162048,-264843],[-164986,-260440],[-156291,-269158],[-156983,-269995],[-155821,-275924],[-159524,-277438],[-166142,-281060],[-162335,-271657],[-156345,-279898],[-155955,-285772],[-157522,-285428],[-156827,-292222],[-157522,-297173],[-160032,-295387],[-159121,-33484],[-157670,-73238],[-155264,-83133],[-173717,-122425],[-177143,-119836],[-170999,-127085],[-178519,-127131],[-174770,-166167],[-173543,-178188],[-177618,-178607],[-171534,-180655],[-178822,-191415],[-171322,-187928],[-173613,-190138],[-177791,-186979],[-175715,-186235],[-178870,-182715],[-177907,-186745],[-177122,-186740],[-174373,-187881],[-166654,-201069],[-169841,-197276],[-168013,-198146],[-171651,-197652],[-175138,-202349],[-177425,-198230],[-177574,-196659],[-176982,-193417],[-172251,-193509],[-169161,-194344],[-168201,-199658],[-171989,-192542],[-168368,-194889],[-168831,-197218],[-172218,-197403],[-173021,-197964],[-175036,-197841],[-172178,-199264],[-174352,-196851],[-175208,-197224],[-171769,-199707],[-174702,-202974],[-169730,-207975],[-167233,-205542],[-167578,-234496],[-168141,-242688],[-166690,-248590],[-166473,-249998],[-170954,-250710],[-171601,-251708],[-176939,-252091],[-177982,-252606],[-178773,-253646],[-168501,-247388],[-170988,-265607],[-173053,-257013],[-174955,-256386],[-171853,-259285],[-171601,-267497],[-179006,-259351],[-167287,-269889],[-166409,-268957],[-166514,-275011],[-171579,-279654],[-171413,-269340],[-172850,-268886],[-175011,-275173],[-175532,-278139],[-168198,-35119],[-176485,-68996],[-178892,-100228],[-170042,-93569],[-177734,-104793],[-175735,-102804],[-171096,-107806],[-181703,-182451],[-184263,-182882],[-181628,-182306],[-181889,-185662],[-183546,-187361],[-186143,-181642],[-187871,-182528],[-190992,-187880],[-186197,-189622],[-189003,-191186],[-180540,-194783],[-183202,-194133],[-179230,-192967],[-183796,-192655],[-191324,-193370],[-191091,-214160],[-189112,-212642],[-185628,-212634],[-186545,-213309],[-187868,-237175],[-191899,-237922],[-185424,-253438],[-184599,-247994],[-188778,-245291],[-189306,-268110],[-185373,-262705],[-184794,-267610],[-183253,-259854],[-179393,-261201],[-183538,-270536],[-184966,-274726],[-186179,-281044],[-181662,-276074],[-189610,-290894],[-186741,-289582],[-185108,-282576],[-190402,-294827],[-183947,-108420],[-197080,-186571],[-196402,-184780],[-194745,-184779],[-196509,-181764],[-202665,-179998],[-203365,-185445],[-194203,-189232],[-193762,-179349],[-198053,-192197],[-192657,-195411],[-200076,-204162],[-200193,-214047],[-198887,-210653],[-195965,-210567],[-197147,-211574],[-196913,-205040],[-202272,-207694],[-201184,-205017],[-201329,-212663],[-202737,-208440],[-196427,-212790],[-198980,-215171],[-196794,-212049],[-194162,-215965],[-193609,-210227],[-195900,-208863],[-201532,-229481],[-195619,-236612],[-201957,-234143],[-204215,-246256],[-195895,-253286],[-204089,-247570],[-192521,-263303],[-204590,-263177],[-202363,-262659],[-192416,-260564],[-201338,-271640],[-197681,-291066],[-201652,-291579],[-204679,-293591],[-198297,-299304],[-201983,-301954],[-199481,-309920],[-203340,-314753],[-207646,-183779],[-208218,-183399],[-208399,-183521],[-211308,-185095],[-216893,-211777],[-212859,-229497],[-210911,-235827],[-205336,-234273],[-212566,-242837],[-213525,-231197],[-208139,-254784],[-214141,-247886],[-216928,-246294],[-204953,-252654],[-209677,-259768],[-206273,-259231],[-207892,-262519],[-209503,-263088],[-209370,-264324],[-207624,-264527],[-208232,-265201],[-210616,-261276],[-213741,-278262],[-217221,-277217],[-216842,-280369],[-209152,-284488],[-208670,-282540],[-216836,-285678],[-216224,-286496],[-206130,-289681],[-211409,-290203],[-211536,-285042],[-214834,-289915],[-210081,-288717],[-207620,-285134],[-217097,-285238],[-208569,-283981],[-212331,-302868],[-205286,-305281],[-214271,-307117],[-217188,-319495],[-212859,-319749],[-207369,-316677],[-211267,-310216],[-208104,-311991],[-220555,-201551],[-223728,-200685],[-219695,-216032],[-222867,-226909],[-228496,-230241],[-227470,-235521],[-221935,-231388],[-220800,-243256],[-219288,-267365],[-225647,-269833],[-229286,-271351],[-228167,-275933],[-225957,-275197],[-224040,-275042],[-219890,-273481],[-227520,-290899],[-221157,-288581],[-225337,-289547],[-223201,-283456],[-217616,-284350],[-220236,-291468],[-221634,-297161],[-221218,-305699],[-229154,-303571],[-221154,-302789],[-224987,-307075],[-226953,-313625],[-226181,-319257],[-220483,-315794],[-227123,-320176],[-219259,-320429],[-218160,-323529],[-231323,-186310],[-232787,-192165],[-233459,-195375],[-236352,-215407],[-235232,-228363],[-233356,-227122],[-231099,-229040],[-237426,-223336],[-242638,-218284],[-241447,-218647],[-233310,-220486],[-239671,-239342],[-234489,-234452],[-237043,-231380],[-235951,-241501],[-240736,-236582],[-236591,-240330],[-237808,-230757],[-231222,-244412],[-231376,-243998],[-242082,-248220],[-238190,-248041],[-230749,-274967],[-235469,-269934],[-242133,-274105],[-242992,-279459],[-232201,-281347],[-231176,-279343],[-239800,-278278],[-235029,-280460],[-234842,-288002],[-232153,-287283],[-234246,-285759],[-237531,-282448],[-238444,-284496],[-236120,-287050],[-232872,-290917],[-242368,-283258],[-241328,-301396],[-237050,-295258],[-234231,-294552],[-233000,-313193],[-236378,-307345],[-240428,-309182],[-233267,-310760],[-236608,-308865],[-239729,-313101],[-237494,-319003],[-232383,-315779],[-232010,-318414],[-242417,-326603],[-234602,-326827],[-234414,-321752],[-241749,-337195],[-237363,-338943],[-6606,-178883],[-4717,-179877],[-2611,-181139],[-8813,-180316],[-28,-185302],[-3978,-204050],[-9498,-199197],[-11739,-203201],[-3565,-196852],[-10902,-199810],[-4391,-199474],[-4401,-200807],[-6412,-203338],[-8393,-202679],[-10477,-194902],[-11324,-196671],[-9077,-198152],[-7341,-195352],[-2443,-195541],[-3593,-194657],[-4987,-195482],[-5636,-197797],[-1189,-199656],[-1746,-198794],[-377,-203157],[-8370,-204542],[-153,-214486],[-4361,-211448],[-766,-206578],[-5788,-213570],[-5815,-215656],[-8677,-214608],[-9130,-214380],[-9410,-216295],[-10718,-210656],[-11092,-208492],[-10297,-216596],[-2815,-211638],[-4501,-216434],[-1208,-213050],[-1473,-212681],[-9879,-212511],[-9933,-214819],[-1080,-205592],[-6044,-206278],[-3993,-214450],[-1925,-210478],[-7275,-212744],[-9380,-230015],[-1128,-222502],[-5263,-219297],[-4257,-222975],[-4408,-228865],[-4597,-219554],[-2663,-220949],[-1146,-218032],[-5392,-229031],[-3306,-226460],[-4441,-222266],[-10130,-226585],[-9929,-226581],[-1686,-221252],[-2739,-224505],[-720,-225346],[-5197,-228724],[-286,-232053],[-8994,-237650],[-7588,-236420],[-5964,-238862],[-4290,-237389],[-9647,-231975],[-7991,-234303],[-2729,-239539],[-4945,-239922],[-10206,-238325],[-2529,-266646],[-9193,-266654],[-6698,-267575],[-9038,-274166],[-8043,-276382],[-7738,-278001],[-6643,-270183],[-7277,-271598],[-5809,-275117],[-4566,-275218],[-2714,-274337],[-8607,-283299],[-12278,-286577],[-12146,-285082],[-11353,-285802],[-3920,-286413],[-5558,-288214],[-8419,-282187],[-4218,-287740],[-10638,-384890],[-11532,-386241],[-255747,-200500],[-250626,-212361],[-247794,-227513],[-244285,-227175],[-254902,-220709],[-249621,-233070],[-251906,-234492],[-246209,-232141],[-250955,-253807],[-248321,-257667],[-252938,-259197],[-250852,-264927],[-247824,-263524],[-244110,-278108],[-247482,-268634],[-245686,-274283],[-246915,-275982],[-249164,-272688],[-251226,-274623],[-249461,-278842],[-253656,-279717],[-252620,-283476],[-254187,-285420],[-244951,-288386],[-251408,-293719],[-253696,-284473],[-244033,-293556],[-248889,-282872],[-244216,-281859],[-247571,-284171],[-247132,-301920],[-251970,-303097],[-252586,-308452],[-251388,-316287],[-243763,-326094],[-247494,-321016],[-255064,-327765],[-254846,-329863],[-245739,-323224],[-250188,-338615],[-259802,-115320],[-260804,-119211],[-259316,-129450],[-267021,-132988],[-265825,-135776],[-266448,-144636],[-267416,-144749],[-263517,-164123],[-264921,-207720],[-264833,-208259],[-263388,-211570],[-264779,-211097],[-267616,-210099],[-268053,-216978],[-257728,-207816],[-266257,-219078],[-265307,-220991],[-266298,-219691],[-258302,-224055],[-256548,-224471],[-264597,-231110],[-259976,-231416],[-261520,-234345],[-266605,-239625],[-266198,-233769],[-267918,-232916],[-259223,-233329],[-257319,-235644],[-268538,-230297],[-264088,-241325],[-266114,-230695],[-266857,-244779],[-262422,-247557],[-264895,-245359],[-256912,-255319],[-260737,-252949],[-263084,-253180],[-261492,-256387],[-267067,-257701],[-258088,-263879],[-262403,-260824],[-265927,-267025],[-258723,-280556],[-264778,-278062],[-268055,-279107],[-260205,-277425],[-268127,-270027],[-258921,-272449],[-257063,-272536],[-263701,-277617],[-262852,-283935],[-258125,-284868],[-258623,-287955],[-266479,-285291],[-260610,-282913],[-262781,-286900],[-264293,-286791],[-259080,-293269],[-266789,-289317],[-266624,-298599],[-265725,-302780],[-257432,-303424],[-267146,-294916],[-258081,-296317],[-262973,-294780],[-258432,-301506],[-264529,-309198],[-262057,-318433],[-262495,-311162],[-261491,-318068],[-259075,-329966],[-256646,-338264],[-259280,-86416],[-268260,-88511],[-258860,-98534],[-263509,-101329],[-256760,-91803],[-258026,-102678],[-275941,-116845],[-280778,-126199],[-281323,-124809],[-273363,-127890],[-280364,-138320],[-276004,-138422],[-269641,-146690],[-271780,-151042],[-271740,-147026],[-273358,-148562],[-279762,-149863],[-271108,-141118],[-273942,-156840],[-271456,-160251],[-276963,-164466],[-275775,-154193],[-277981,-153735],[-281198,-164082],[-278720,-155455],[-275693,-172552],[-278573,-169746],[-279191,-167345],[-278953,-189485],[-281053,-182484],[-277505,-203898],[-281173,-200364],[-276318,-206087],[-270772,-215212],[-272104,-213110],[-277332,-213606],[-276913,-225902],[-280722,-225020],[-272585,-218709],[-270854,-225932],[-269983,-227328],[-275082,-239134],[-274788,-242592],[-270680,-240947],[-269632,-233135],[-269460,-247585],[-269525,-248999],[-279545,-249897],[-276409,-248004],[-275903,-251392],[-272472,-252233],[-274695,-257174],[-272528,-261219],[-269130,-262476],[-271677,-266725],[-270484,-259077],[-269131,-265189],[-280209,-270972],[-271960,-273678],[-270894,-279186],[-269923,-278783],[-270795,-273552],[-275065,-274943],[-273157,-284563],[-273031,-281815],[-275675,-292153],[-278205,-292398],[-273844,-287636],[-278341,-287420],[-279447,-284700],[-270297,-301516],[-271544,-301077],[-269036,-297061],[-271659,-296237],[-271668,-297721],[-269031,-336531],[-279132,-353330],[-274984,-352474],[-276301,-350431],[-277704,-352419],[-278092,-356182],[-274479,-88873],[-276754,-87121],[-278657,-82704],[-275158,-95452],[-270023,-99175],[-275453,-111704],[-288430,-119999],[-289949,-125685],[-285712,-118391],[-287715,-131829],[-292554,-135578],[-285594,-150472],[-283806,-152460],[-285648,-151833],[-294283,-150152],[-284986,-140789],[-285935,-143051],[-287566,-148258],[-285802,-164223],[-285577,-154021],[-284842,-177291],[-282773,-173528],[-288725,-184674],[-288106,-188057],[-284409,-186783],[-289777,-184638],[-287900,-181807],[-284421,-189526],[-282784,-196858],[-288326,-198573],[-293326,-195044],[-290576,-202206],[-283662,-195544],[-283856,-192049],[-292516,-200952],[-288360,-195261],[-285663,-196673],[-283771,-194771],[-282964,-204331],[-285570,-209918],[-286865,-208485],[-293885,-205361],[-289326,-217261],[-284890,-227999],[-291795,-226898],[-293155,-221167],[-293232,-225243],[-289189,-225048],[-287404,-232141],[-289447,-234566],[-284703,-237017],[-291026,-230523],[-293539,-232563],[-281629,-255450],[-283978,-255403],[-290811,-260987],[-283658,-265508],[-293487,-258693],[-284346,-278484],[-289194,-275968],[-283721,-346733],[-284405,-87000],[-283961,-78507],[-292954,-93275],[-292359,-100269],[-282351,-100151],[-290235,-105273],[-288895,-111437],[-286761,-110256],[-298822,-123999],[-305048,-121140],[-305394,-134289],[-298948,-130732],[-295149,-139823],[-302960,-139264],[-295339,-145839],[-304455,-161363],[-303862,-174325],[-300224,-173549],[-297659,-175418],[-305202,-176085],[-295841,-188417],[-298125,-185689],[-297286,-182330],[-306682,-191410],[-296226,-179150],[-297086,-197343],[-295860,-200541],[-298358,-192750],[-298988,-194782],[-305276,-193956],[-302691,-217132],[-302356,-216194],[-303549,-211187],[-304130,-212733],[-302766,-208069],[-303123,-210807],[-294641,-219009],[-299218,-219591],[-303297,-224892],[-301557,-225716],[-298984,-229412],[-296794,-224932],[-295835,-220260],[-299799,-223817],[-306366,-225496],[-304959,-228134],[-297133,-217515],[-306664,-221020],[-305243,-237430],[-302516,-234028],[-300575,-237107],[-305225,-240175],[-303154,-231668],[-304013,-254408],[-301308,-243286],[-296344,-269438],[-306178,-354168],[-304986,-359618],[-304128,-359982],[-305502,-68917],[-300426,-76012],[-298481,-75536],[-306169,-86017],[-299504,-80667],[-301530,-101039],[-296722,-100724],[-299623,-107561],[-299117,-110562],[-316764,-120757],[-307843,-125057],[-318309,-137759],[-311536,-137061],[-311222,-140222],[-311203,-171705],[-307716,-169869],[-308665,-190820],[-313954,-190348],[-317998,-182851],[-315850,-187430],[-312820,-193299],[-312718,-230145],[-308553,-234226],[-316304,-234322],[-308876,-238621],[-312007,-235101],[-319782,-248698],[-314297,-250830],[-314674,-243505],[-308387,-353142],[-311101,-356322],[-316848,-362660],[-314886,-73038],[-318848,-74284],[-310055,-73782],[-310274,-86550],[-308436,-94545],[-318855,-103418],[-307240,-110779],[-313827,-113913],[-320606,-124665],[-327744,-122818],[-327580,-127670],[-332255,-138245],[-322291,-139087],[-326520,-133912],[-321088,-131030],[-323844,-142702],[-324079,-150032],[-325400,-154778],[-327963,-153727],[-332062,-158887],[-324979,-177489],[-323591,-175570],[-327849,-185715],[-326346,-183912],[-323272,-186788],[-321086,-183311],[-320116,-186501],[-331395,-190074],[-331968,-187010],[-320676,-192590],[-329023,-191885],[-326388,-233719],[-324662,-234678],[-321950,-232413],[-326299,-245476],[-329297,-251187],[-328381,-254246],[-321083,-249762],[-331460,-256500],[-329591,-270288],[-324406,-350023],[-332016,-363667],[-331783,-359385],[-329317,-451302],[-320547,-47229],[-320702,-72165],[-344603,-117729],[-342257,-123533],[-334578,-123879],[-345192,-127413],[-338551,-133564],[-343060,-131723],[-338416,-128457],[-343193,-131461],[-338824,-135859],[-339087,-133802],[-341965,-132444],[-334315,-130286],[-343515,-134309],[-337220,-138342],[-333559,-135096],[-334729,-135815],[-333598,-137495],[-342977,-128932],[-335920,-131633],[-336052,-134978],[-344586,-133707],[-335484,-240615],[-344338,-240498],[-342426,-233560],[-343004,-234974],[-342222,-237520],[-337771,-250675],[-338105,-260944],[-339546,-263958],[-342104,-256732],[-341577,-272306],[-336743,-269137],[-334945,-269400],[-343373,-351818],[-333084,-358557],[-345125,-380705],[-337362,-383977],[-343832,-440938],[-338826,-440304],[-344435,-443758],[-334083,-446604],[-341046,-437931],[-343994,-444854],[-340713,-449280],[-342132,-449292],[-341139,-449346],[-333906,-448223],[-333204,-448013],[-340210,-88528],[-340819,-87215],[-339817,-88019],[-340322,-85862],[-343704,-84720],[-341537,-84390],[-343226,-88782],[-337414,-98213],[-334622,-98504],[-337581,-96419],[-339115,-95602],[-337864,-97217],[-339837,-96454],[-339086,-93514],[-341670,-95513],[-342274,-95299],[-343551,-94498],[-340318,-92144],[-340987,-93569],[-341064,-90061],[-342491,-92296],[-345175,-90672],[-343342,-90998],[-345323,-89562],[-343874,-90915],[-352144,-122291],[-350660,-119627],[-351285,-122864],[-348297,-120068],[-350410,-121476],[-353546,-124489],[-357280,-125559],[-346001,-127727],[-345929,-122572],[-352713,-125059],[-352125,-124571],[-347262,-132659],[-348712,-130449],[-346759,-130707],[-346213,-129274],[-350810,-131779],[-347472,-134940],[-348883,-131384],[-347300,-131487],[-349704,-136524],[-350076,-136266],[-349121,-130043],[-354453,-129782],[-353477,-143809],[-354465,-143788],[-351217,-187733],[-349204,-187036],[-357749,-203946],[-353891,-201658],[-350370,-199096],[-352100,-192067],[-350812,-207306],[-352751,-207456],[-358244,-230068],[-355871,-225848],[-357303,-233038],[-355878,-231036],[-355602,-252913],[-348507,-248199],[-350580,-250643],[-353017,-247633],[-355933,-255437],[-346932,-263577],[-355995,-265609],[-350352,-257459],[-349399,-270463],[-349441,-356979],[-354744,-373080],[-352237,-393496],[-347708,-386361],[-353075,-401175],[-356523,-403215],[-351742,-442707],[-346411,-443810],[-351117,-446067],[-346474,-440477],[-351927,-443814],[-357703,-446467],[-357543,-444692],[-355290,-445049],[-357173,-452971],[-353317,-449793],[-357312,-88247],[-355527,-87565],[-357107,-86719],[-357144,-86693],[-354918,-86976],[-354129,-87777],[-354983,-88789],[-346693,-89112],[-353029,-88068],[-348173,-87007],[-353905,-87421],[-356144,-84304],[-353871,-85633],[-353599,-84543],[-345864,-87620],[-356809,-90760],[-356521,-91293],[-355497,-91840],[-355183,-92314],[-356866,-91663],[-357437,-101487],[-357629,-101660],[-351651,-94075],[-347083,-90553],[-346754,-92411],[-346657,-90454],[-349695,-89840],[-351317,-89777],[-347096,-92964],[-353781,-109731],[-355875,-103461],[-355886,-103980],[-354808,-105303],[-354164,-106066],[-354646,-112562],[-359459,-117129],[-363677,-140213],[-360413,-145230],[-370177,-162754],[-359844,-157534],[-361243,-156966],[-359546,-161360],[-363059,-178397],[-359950,-178223],[-361629,-181832],[-362083,-181275],[-365052,-179909],[-363249,-192629],[-360589,-197246],[-367910,-209643],[-371026,-215384],[-359097,-208923],[-368043,-216693],[-360228,-217082],[-358951,-213489],[-361064,-229632],[-360406,-227074],[-370610,-225044],[-360776,-217587],[-364318,-220266],[-361856,-223982],[-359867,-241022],[-362692,-240346],[-370666,-245080],[-369174,-255393],[-360506,-262597],[-364494,-265833],[-366061,-262452],[-358824,-272036],[-367583,-408069],[-368588,-402093],[-363179,-412744],[-364279,-416880],[-365357,-434281],[-361462,-431392],[-362440,-433803],[-370462,-445788],[-368603,-435045],[-367269,-435316],[-369553,-437027],[-369928,-436073],[-359356,-447250],[-370024,-451990],[-366466,-460525],[-368539,-450425],[-364318,-458961],[-369112,-450506],[-369545,-451931],[-367057,-452651],[-364772,-453439],[-369674,-457860],[-363954,-454642],[-370560,-463633],[-370392,-467758],[-362290,-523381],[-358796,-88185],[-359137,-87954],[-360333,-85392],[-358655,-82067],[-358863,-80927],[-361872,-96258],[-360065,-111389],[-24073,-152835],[-17270,-185247],[-20429,-184756],[-15686,-191547],[-23959,-190078],[-24155,-191097],[-24716,-191509],[-18135,-200717],[-16763,-192201],[-22816,-204534],[-21936,-197780],[-21467,-200307],[-22923,-201365],[-15354,-201002],[-15155,-198431],[-18760,-202009],[-12914,-195007],[-24541,-194808],[-19518,-193579],[-14104,-198410],[-15699,-196671],[-21055,-214949],[-23781,-215481],[-22790,-206111],[-24755,-205714],[-25116,-210042],[-25024,-208193],[-14783,-207150],[-15005,-213840],[-13883,-206372],[-17349,-207031],[-16500,-210524],[-17084,-210115],[-17253,-213998],[-24246,-205325],[-13090,-216230],[-15630,-215301],[-17435,-228660],[-24265,-226352],[-22310,-227907],[-17544,-225261],[-20410,-222847],[-18317,-226562],[-19576,-228019],[-21929,-228522],[-21280,-224838],[-17958,-219261],[-17230,-220438],[-16052,-221134],[-14846,-217426],[-20677,-220040],[-25451,-240605],[-24762,-235497],[-13206,-239641],[-12915,-238672],[-14247,-241151],[-19358,-245511],[-22963,-251851],[-21057,-252949],[-20983,-255393],[-22819,-255514],[-15287,-259081],[-24855,-268295],[-17669,-263189],[-16921,-275896],[-18031,-275991],[-17252,-274668],[-13627,-271839],[-15675,-272176],[-13841,-270509],[-24204,-275527],[-22657,-275742],[-20422,-273140],[-24398,-368964],[-18809,-373673],[-21708,-383262],[-15163,-374682],[-20341,-371372],[-17549,-372647],[-20150,-379600],[-15347,-383026],[-14018,-384519],[-13575,-387508],[-379233,-124115],[-382290,-127462],[-381086,-116178],[-371231,-185812],[-380994,-197664],[-371645,-202126],[-377325,-199779],[-378038,-200310],[-383735,-204614],[-379950,-207820],[-375490,-237818],[-382268,-239246],[-372994,-267402],[-372574,-265950],[-381453,-272711],[-372971,-274640],[-375628,-273837],[-373313,-354312],[-382211,-377798],[-372827,-402540],[-377733,-397185],[-373420,-438320],[-373733,-437052],[-374249,-442957],[-378360,-462571],[-379576,-469538],[-373121,-466581],[-383961,-472153],[-376272,-461685],[-376148,-469207],[-374620,-462234],[-381941,-470921],[-379503,-84247],[-383416,-92987],[-378209,-93634],[-381954,-96610],[-389385,-121812],[-393080,-122825],[-394151,-115090],[-387047,-116780],[-389028,-115457],[-394807,-119202],[-395170,-118720],[-385318,-133064],[-388707,-130955],[-388460,-136177],[-387440,-137112],[-394796,-129002],[-390928,-144700],[-394871,-151403],[-388034,-154094],[-385758,-157279],[-391767,-178598],[-385877,-208160],[-395199,-225036],[-392189,-217973],[-391228,-237131],[-390704,-271242],[-394176,-366725],[-393958,-365260],[-395155,-371700],[-395445,-371185],[-393784,-394578],[-392116,-394566],[-392404,-394977],[-389298,-387961],[-390480,-397831],[-386846,-403458],[-392236,-475822],[-394350,-473533],[-392525,-480102],[-388830,-474621],[-384722,-89293],[-386559,-91848],[-387618,-95446],[-390453,-94922],[-385142,-95231],[-392399,-90843],[-392271,-110569],[-385477,-113501],[-389337,-111352],[-408559,-130957],[-402634,-158264],[-399967,-157096],[-399835,-160513],[-403342,-165942],[-406735,-170619],[-399768,-169407],[-407221,-184984],[-408697,-189733],[-402966,-200364],[-402276,-219538],[-406225,-254900],[-403952,-255181],[-399217,-388199],[-397057,-394464],[-403422,-386054],[-400170,-394817],[-400677,-398057],[-399096,-74520],[-397559,-68713],[-406803,-81359],[-397129,-92480],[-399555,-97779],[-402303,-95843],[-398582,-109448],[-401031,-110998],[-400908,-112056],[-406437,-112548],[-414571,-117700],[-417294,-175465],[-409629,-179908],[-416180,-180742],[-414814,-237600],[-417971,-231515],[-417191,-240706],[-419371,-237267],[-418416,-236832],[-419001,-240220],[-418645,-242356],[-440058,-179114],[-444385,-188414],[-446972,-180394],[-447874,-198752],[-442939,-206778],[-437026,-241630],[-447632,-359660],[-460544,-136605],[-457227,-146710],[-457815,-151304],[-457920,-144908],[-460674,-143304],[-460797,-146525],[-456577,-140669],[-455568,-165679],[-451950,-155886],[-454769,-157201],[-459055,-166335],[-460015,-174303],[-459641,-178383],[-460388,-187640],[-460255,-187040],[-460061,-213397],[-459982,-215020],[-458373,-213348],[-450432,-218908],[-449563,-11382],[-448321,-11666],[-453007,-336842],[-459440,-336505],[-450263,-358307],[-456387,-369537],[-459761,-360172],[-448654,-18270],[-449204,-12745],[-455447,-103128],[-466800,-140109],[-470557,-139108],[-470681,-138655],[-468709,-137003],[-466973,-137986],[-467324,-137121],[-462465,-137262],[-461536,-138326],[-469694,-145725],[-462466,-141601],[-462625,-140673],[-465873,-143388],[-464920,-163954],[-462314,-154444],[-472565,-159017],[-472700,-164303],[-471561,-161382],[-466037,-172885],[-460952,-168685],[-468917,-177461],[-470716,-178436],[-465830,-174772],[-467303,-167472],[-468481,-170363],[-469408,-167130],[-464617,-173584],[-469339,-180593],[-461195,-180416],[-470935,-191622],[-465305,-196958],[-468051,-192110],[-461151,-197254],[-466691,-198888],[-466229,-205944],[-462158,-205808],[-465781,-8448],[-465705,-7366],[-465322,-2280],[-464014,-341325],[-464908,-12899],[-465323,-13442],[-466583,-105230],[-463507,1637],[-462908,613],[-466695,5245],[-465492,4335],[-464295,5283],[-477181,-136373],[-481365,-150645],[-484770,-147886],[-476094,-150315],[-479971,-151248],[-477543,-149907],[-481541,-159545],[-477321,-164489],[-480526,-163340],[-482374,-155651],[-482839,-156095],[-474496,-165050],[-473696,-160586],[-481210,-154008],[-485465,-168271],[-484139,-176780],[-483084,-176569],[-473753,-177130],[-479074,-171737],[-481235,-166810],[-479250,-176729],[-477584,-177173],[-474629,-172389],[-479840,-167373],[-474840,-169864],[-480989,-166982],[-475915,-167040],[-480473,-178400],[-483306,-171785],[-482561,-168284],[-480420,-167660],[-482322,-170324],[-483603,-183814],[-483104,-179676],[-477383,-184663],[-477204,-186426],[-482188,-197049],[-474217,-204008],[-474331,-203004],[-475910,-203288],[-476894,-200562],[-483175,-214987],[-484179,-218585],[-480969,-217819],[-474643,-2689],[-474878,-336982],[-476193,-369074],[-480015,-88638],[-480035,-89192],[-488712,-138162],[-487293,-153238],[-497583,-160079],[-490370,-168129],[-494786,-176892],[-491483,-170091],[-489234,-166989],[-492165,-168347],[-496446,-177455],[-487833,-183837],[-489591,-188725],[-490816,-188945],[-488571,-185745],[-495641,-182136],[-489980,-193451],[-496191,-199029],[-493915,-202416],[-496425,-212126],[-491245,-206959],[-490652,-207653],[-494251,-205505],[-488054,-217420],[-486881,-235077],[-494470,-335992],[-497543,-429791],[-26230,-153073],[-29092,-152528],[-32869,-152607],[-32321,-151983],[-36817,-150400],[-31987,-151864],[-30167,-152082],[-35666,-147828],[-37503,-150421],[-25766,-154953],[-38186,-158034],[-27378,-173823],[-32486,-172599],[-33248,-175127],[-27058,-175781],[-35870,-173325],[-26300,-182678],[-34491,-181764],[-29044,-188218],[-36566,-200687],[-27181,-201011],[-36966,-201557],[-37355,-199380],[-34589,-195391],[-31853,-201208],[-31570,-199928],[-32126,-199629],[-26122,-197418],[-30832,-191870],[-31082,-196807],[-31493,-196557],[-31935,-210546],[-27921,-209592],[-27091,-211142],[-37771,-209781],[-27054,-222289],[-26006,-227287],[-28860,-223128],[-28902,-221511],[-27217,-229129],[-33535,-237797],[-28312,-233124],[-32361,-230287],[-26204,-235279],[-26502,-230247],[-27577,-277346],[-27875,-279897],[-29068,-278859],[-30504,-277487],[-33601,-281656],[-31151,-370529],[-34662,-374578],[-30951,-371257],[-508920,-148066],[-510563,-147437],[-501512,-151345],[-508952,-147244],[-510527,-152678],[-502325,-153138],[-502339,-162124],[-510700,-154485],[-508210,-163065],[-507152,-163306],[-509864,-158561],[-504604,-165074],[-504293,-160747],[-502177,-161228],[-504722,-170540],[-502753,-171066],[-508435,-172325],[-502630,-177558],[-503618,-170671],[-508240,-173731],[-510900,-166687],[-510079,-181703],[-503119,-181464],[-508992,-186245],[-503352,-189467],[-501651,-190107],[-499857,-190105],[-506770,-188617],[-499357,-194649],[-504367,-194135],[-507277,-192406],[-502296,-199975],[-503511,-203806],[-504880,-204659],[-507908,-214242],[-508369,-205458],[-511042,-207173],[-510846,-468197],[-510311,-465116],[-500318,-471881],[-519447,-140549],[-520798,-139903],[-516033,-142950],[-519774,-150576],[-517065,-143735],[-522308,-145499],[-519642,-141261],[-516662,-148802],[-517770,-150135],[-514573,-145539],[-516076,-155076],[-518938,-163975],[-524276,-162366],[-520446,-164415],[-521985,-155629],[-519960,-164988],[-524003,-165681],[-518592,-161897],[-519134,-159970],[-519016,-175326],[-514490,-166806],[-518268,-174523],[-514595,-174807],[-519849,-168959],[-522332,-176489],[-518493,-176672],[-523032,-178900],[-523266,-177699],[-522935,-176047],[-522641,-180608],[-521059,-179312],[-522474,-186358],[-519554,-187596],[-512364,-195937],[-514529,-195412],[-513000,-201332],[-517345,-197246],[-512198,-203756],[-522062,-198397],[-515468,-210047],[-518687,-213796],[-513748,-212443],[-513620,-214048],[-513306,-211068],[-512568,-207360],[-520168,-230576],[-535252,-123189],[-530101,-115131],[-527253,-126097],[-527116,-126310],[-529634,-115462],[-524852,-125142],[-530954,-121314],[-530167,-119566],[-529834,-119751],[-527455,-124294],[-532451,-132333],[-527267,-128238],[-536314,-141144],[-528883,-145645],[-527633,-150927],[-532254,-146964],[-534983,-143710],[-529465,-146512],[-534857,-142089],[-530856,-143582],[-536019,-145218],[-535101,-145811],[-534084,-148313],[-536506,-153361],[-529947,-157610],[-532938,-159321],[-531574,-164413],[-527382,-165313],[-536125,-154943],[-535949,-165314],[-528440,-175634],[-531490,-173156],[-535696,-173606],[-537000,-166430],[-527874,-173184],[-534114,-172042],[-535096,-170673],[-530228,-173636],[-534333,-185359],[-527821,-183401],[-527123,-184625],[-534077,-182841],[-534380,-188594],[-535819,-197115],[-531444,-467535],[-526763,-466960],[-526320,-103459],[-532811,-107225],[-525248,-103190],[-539370,-139417],[-550398,-142380],[-539551,-160795],[-541724,-162908],[-538269,-159861],[-537935,-163526],[-547134,-172307],[-544877,-170342],[-540724,-169557],[-540964,-168372],[-538729,-168243],[-537847,-174884],[-545889,-179064],[-545400,-181414],[-550517,-136014],[-559184,-149188],[-560376,-148015],[-561858,-163272],[-560525,-161006],[-562207,-173578],[-556184,-167407],[-555159,-167459],[-550694,-169064],[-566490,-165771],[-565976,-158966],[-564876,-161578],[-566220,-167618],[-49687,-133952],[-46693,-138910],[-47664,-130432],[-51028,-132253],[-49435,-140045],[-49036,-131064],[-50425,-141529],[-48859,-146480],[-50122,-146614],[-48197,-144938],[-39162,-142424],[-47098,-151099],[-50699,-150591],[-48901,-149355],[-46177,-148831],[-46132,-147922],[-45121,-146877],[-39176,-145858],[-42742,-146166],[-42001,-151910],[-43226,-148036],[-38483,-154973],[-42168,-155105],[-43930,-154620],[-40527,-154600],[-41500,-158113],[-48245,-154038],[-50220,-158401],[-44833,-165059],[-46393,-165098],[-45442,-177036],[-48231,-174483],[-47194,-176758],[-49239,-172391],[-50811,-174817],[-46954,-171472],[-40453,-179317],[-43660,-183498],[-42990,-186543],[-41305,-196475],[-38775,-195260],[-49697,-197125],[-49710,-197021],[-45913,-199071],[-41693,-199014],[-39819,-199492],[-39891,-200234],[-48958,-212232],[-50198,-214854],[-49653,-214508],[-49826,-206569],[-51022,-207945],[-49845,-212301],[-45689,-219977],[-47666,-227500],[-46771,-223543],[-47303,-222741],[-45135,-230596],[-40926,-232735],[-40089,-368279],[-57219,-134078],[-57360,-130501],[-54188,-132353],[-53013,-128856],[-54340,-152412],[-53540,-151289],[-53334,-150587],[-53751,-148758],[-52114,-147837],[-56690,-148483],[-51360,-147042],[-53134,-155320],[-54677,-153402],[-63950,-159782],[-60326,-158462],[-58453,-159801],[-57396,-158658],[-53195,-173847],[-51651,-176606],[-62075,-181757],[-62570,-192809],[-54342,-201621],[-61085,-201071],[-63112,-197544],[-61959,-198855],[-57588,-201704],[-53010,-198274],[-54734,-197485],[-57628,-197710],[-51697,-209601],[-60537,-225411],[-53451,-226717],[-63817,-229244],[-52553,-224708],[-55766,-226838],[-60529,-220212],[-58848,-220262],[-51257,-227858],[-53170,-231434],[-60914,-237869],[-63914,-234402],[-62478,-255320],[-62422,-256706],[-62552,-272312],[-56201,-276493],[-55334,-276123],[-71790,-138718],[-76126,-154099],[-65252,-155468],[-69342,-177325],[-68088,-186482],[-72818,-189967],[-65232,-182383],[-64107,-189298],[-69617,-196287],[-76662,-196018],[-76719,-196985],[-76287,-200327],[-64446,-192115],[-68077,-194462],[-67303,-195793],[-68875,-199506],[-69449,-201397],[-69915,-202511],[-76548,-216178],[-64414,-210652],[-71942,-209328],[-69814,-228219],[-64490,-225616],[-73768,-240234],[-74697,-240205],[-70178,-235980],[-65728,-253222],[-64697,-254708],[-64558,-252562],[-67445,-268504],[-67295,-267248],[-64532,-264391],[-64097,-262897],[-89112,-135096],[-88701,-128706],[-79184,-133833],[-77064,-151797],[-86570,-160929],[-82723,-154521],[-80606,-153937],[-79210,-154834],[-87570,-163295],[-84049,-161975],[-82652,-165482],[-86857,-170692],[-86705,-168480],[-88830,-174639],[-86094,-169462],[-80687,-182998],[-79682,-180481],[-83354,-188416],[-86063,-180759],[-82817,-180754],[-81881,-193051],[-77525,-200612],[-87279,-193412],[-84132,-193150],[-86606,-196150],[-86472,-197884],[-77903,-195968],[-79486,-204475],[-79823,-203766],[-87047,-197707],[-88310,-193216],[-83097,-194228],[-83375,-194003],[-79703,-208521],[-79620,-205514],[-86361,-211245],[-82723,-215017],[-79098,-206629],[-79038,-207639],[-83368,-205188],[-87304,-208816],[-82951,-213272],[-87864,-205059],[-86034,-218404],[-80721,-218488],[-80777,-218831],[-82286,-219024],[-78483,-224170],[-77851,-223616],[-81043,-230074],[-88363,-226169],[-84108,-225874],[-85929,-236664],[-82838,-233578],[-78592,-230915],[-81503,-235344],[-79956,-245769],[-78894,-246125],[-80927,-248512],[-94896,-125725],[-101594,-131908],[-97737,-129660],[-92864,-152598],[-93504,-146569],[-100117,-151814],[-99316,-155154],[-90034,-153990],[-92990,-156718],[-100352,-165721],[-98071,-171826],[-90026,-171363],[-90875,-177810],[-100069,-174395],[-94693,-179367],[-94103,-180712],[-91968,-188207],[-89916,-196506],[-100600,-204461],[-97179,-201432],[-97246,-204536],[-96608,-204259],[-99232,-193622],[-101409,-210105],[-100360,-206484],[-96632,-206353],[-102271,-210783],[-99908,-210864],[-95046,-215315],[-94240,-212644],[-95691,-210497],[-97817,-207311],[-99416,-205047],[-100573,-211231],[-91439,-207190],[-96692,-217653],[-101307,-218277],[-101849,-221873],[-102091,-226803],[-95004,-218308],[-95872,-228030],[-98914,-241210],[-94884,-240183],[-93486,-238956],[-93035,-236972],[-96532,-231161],[-97063,-232089],[-100738,-358270],[-100218,-109127],[-100896,-107480],[-102719,-155929],[-112607,-155178],[-107836,-163005],[-107382,-155052],[-106277,-158874],[-108504,-166818],[-113972,-169821],[-107255,-176847],[-111970,-183745],[-107623,-183441],[-111472,-195827],[-107806,-201266],[-108942,-202046],[-104697,-195062],[-108779,-202554],[-107186,-202404],[-106117,-194692],[-110532,-203702],[-102465,-208313],[-104413,-205607],[-109121,-212591],[-114723,-206181],[-110593,-215323],[-111272,-212050],[-108695,-215410],[-113884,-213998],[-109049,-205673],[-108785,-209420],[-111837,-215040],[-102537,-206480],[-105144,-215690],[-110403,-211968],[-111593,-215990],[-111913,-215784],[-112345,-214631],[-106410,-211351],[-109375,-208552],[-102412,-208435],[-108738,-212176],[-104806,-208590],[-112892,-225438],[-107777,-223420],[-103883,-219922],[-103450,-225986],[-108702,-229803],[-111430,-228573],[-115022,-217972],[-106507,-219547],[-114665,-222180],[-103941,-219715],[-110071,-223711],[-115068,-224952],[-114389,-231546],[-112007,-233425],[-114406,-237017],[-113984,-237657],[-109233,-236693],[-106513,-240252],[-109910,-234388],[-102690,-236989],[-114150,-248549],[-109951,-100555],[-110675,-104261],[9951,-158669],[6877,-160843],[6331,-164264],[13931,-158243],[11231,-167361],[4769,-171142],[3353,-178341],[10492,-191541],[9860,-189985],[7991,-185143],[494,-185809],[4650,-197830],[8095,-196271],[3246,-193945],[12739,-195494],[11585,-196906],[12447,-193647],[46,-203423],[5136,-195534],[7899,-197260],[10066,-194011],[6777,-204075],[3032,-195951],[10745,-197137],[10205,-204334],[12624,-201946],[10565,-200570],[9107,-199009],[5391,-200356],[5337,-199635],[10948,-197786],[2257,-201627],[6352,-214913],[9297,-209163],[11836,-209043],[2203,-209798],[8224,-207013],[4606,-216799],[4214,-204965],[6650,-205386],[8300,-211180],[1169,-209665],[167,-206789],[286,-212971],[2336,-216196],[11560,-214060],[9079,-208268],[11244,-208424],[12483,-205014],[11060,-215649],[9465,-212443],[8509,-205827],[420,-210959],[10361,-211152],[938,-205958],[2063,-209251],[2916,-207113],[4955,-207052],[6056,-208245],[8397,-209868],[12445,-211201],[627,-228522],[7786,-220807],[12372,-221375],[7060,-217716],[12219,-219004],[6862,-228898],[11466,-219324],[11913,-229309],[8108,-218174],[9857,-227889],[1223,-219984],[1623,-224500],[78,-222835],[12231,-242688],[4439,-230774],[5402,-238784],[4525,-240748],[1170,-240931],[11856,-248043],[2128,-243200],[11546,-243464],[12697,-259450],[3642,-271526],[131865,-116730],[132641,-116034],[135142,-121030],[131298,-178298],[130615,-177219],[140411,-169378],[129984,-177815],[131987,-187345],[134743,-186297],[136242,-186326],[129266,-184085],[128600,-185721],[135291,-183077],[135360,-181597],[138393,-201067],[138456,-192416],[130549,-191836],[131106,-201940],[130474,-203222],[129157,-202003],[129258,-201779],[133345,-200955],[133954,-200579],[132880,-201207],[129930,-200662],[133977,-197542],[133006,-201475],[131101,-192259],[131509,-192025],[134153,-199536],[131013,-196844],[128992,-199325],[128940,-211175],[129050,-211106],[129948,-211655],[128378,-221074],[129803,-224458],[133507,-224321],[135308,-228595],[133964,-226735],[138081,-225480],[130611,-229118],[135332,-230379],[132236,-236538],[138682,-238555],[135773,-233661],[139524,-239140],[134725,-230888],[137549,-238708],[133859,-231218],[139766,-239092],[133897,-241319],[134228,-238571],[132573,-241509],[129311,-238327],[133772,-239231],[131526,-239625],[135161,-256313],[135346,-60408],[132077,-61896],[136439,-60391],[140543,-58268],[135099,-71085],[130150,-67835],[136429,-73108],[137455,-65063],[133842,-63959],[131830,-89143],[136279,-84559],[133873,-78531],[138698,-81125],[138292,-83550],[139053,-90292],[133994,-94968],[130543,-90158],[134252,-100422],[130590,-101714],[140686,-107116],[140147,-108686],[132147,-111125],[148374,-133665],[148130,-138662],[152676,-164019],[144382,-175986],[146225,-178246],[147703,-173454],[145626,-175942],[144662,-175630],[152294,-168814],[150349,-167035],[141025,-167974],[145323,-185437],[144858,-187197],[149867,-185223],[145346,-186943],[143771,-187741],[146606,-187354],[141722,-191910],[141705,-199932],[142733,-198066],[140894,-214152],[145990,-225529],[150259,-233457],[147581,-241783],[143030,-237239],[145384,-238197],[141712,-234407],[145129,-239958],[141103,-253663],[142472,-253303],[145313,-250903],[144805,-254873],[145279,-250701],[148487,-251703],[145195,-249651],[148459,-247760],[148396,-244035],[147471,-243878],[145937,-244510],[150088,-260602],[142610,-255903],[144681,-256413],[143184,-256509],[144965,-256859],[153559,-257969],[152704,-255898],[146793,-272265],[144098,-283786],[143236,-53133],[143864,-57068],[150228,-65031],[146296,-65248],[144045,-72443],[146013,-70547],[147179,-64443],[142953,-69922],[144685,-67697],[141771,-84819],[144123,-85895],[147073,-87369],[148056,-86608],[150113,-84070],[148095,-81891],[149706,-79821],[152162,-76894],[142660,-90226],[142060,-93546],[148131,-90970],[145125,-101948],[142495,-107953],[145118,-102941],[148937,-108515],[148730,-110016],[168216,-139724],[161937,-158729],[157972,-161999],[157086,-161640],[154513,-160230],[153646,-169492],[154123,-254264],[156081,-256396],[154440,-260624],[166002,-262369],[160800,-273156],[157904,-275463],[159221,-75300],[155830,-75930],[164786,-80604],[159898,-83505],[163245,-88076],[161533,-93621],[173401,-147281],[166224,-158194],[174037,-167166],[169913,-268586],[168630,-279376],[169368,-273556],[171548,-280890],[166489,-269695],[171075,-270726],[173938,-277785],[175299,-282981],[169049,-76599],[168292,-64776],[177490,-78353],[178472,-81635],[174497,-87031],[170424,-82317],[185391,-293912],[179819,-297799],[187136,-299717],[190034,-297810],[196173,-298844],[21241,-139058],[23216,-148863],[23599,-145871],[12923,-145733],[20730,-140712],[18894,-148582],[16896,-148838],[19724,-144322],[24118,-152511],[22789,-152735],[22962,-149501],[23949,-154935],[25477,-156851],[25154,-159214],[15275,-164469],[21314,-164497],[17395,-158151],[18488,-163815],[22007,-162688],[14313,-168277],[16727,-171650],[20804,-182624],[16453,-184729],[17208,-184908],[18224,-184997],[18333,-185801],[15191,-190150],[22486,-191273],[20764,-189661],[24141,-180789],[24318,-191454],[19188,-191281],[15906,-203382],[15451,-198079],[20843,-199313],[22946,-198183],[13717,-202227],[23029,-200120],[24686,-196000],[20035,-202119],[20615,-204052],[20919,-203754],[14366,-192539],[15083,-193318],[20156,-192246],[14278,-200134],[15416,-195588],[20016,-195243],[17855,-195626],[17473,-199563],[25450,-213581],[15722,-213158],[18763,-212670],[17489,-212132],[18305,-211526],[13343,-213260],[13374,-216975],[21534,-214575],[19788,-210205],[15497,-204896],[19253,-209607],[14316,-209758],[18028,-205706],[16209,-207972],[22802,-211248],[14552,-230027],[21705,-227575],[14633,-217873],[23521,-227289],[21392,-239105],[22292,-234372],[22799,-236244],[18134,-233037],[16941,-238373],[19108,-231918],[18434,-231621],[25179,-231980],[25419,-233451],[19282,-238326],[16136,-238344],[19200,-244044],[20263,-246005],[14709,-254965],[14839,-244250],[15702,-249034],[25492,-243750],[23449,-262056],[14707,-282502],[317395,609641],[317834,609617],[319861,614098],[319674,602365],[329473,590011],[323632,592501],[321440,598972],[321333,611551],[320720,605422],[325247,618053],[323098,618037],[324669,621883],[323332,619754],[329084,625334],[331029,621740],[344775,597506],[333082,591822],[343731,591123],[341657,592455],[338455,591778],[342667,619021],[344337,617622],[341724,620976],[338502,622797],[339722,623317],[341120,625336],[335477,625577],[334854,625820],[337861,627046],[340460,627441],[346924,595816],[351796,608035],[345359,606358],[346119,615480],[347501,619315],[351354,622684],[348950,621372],[345709,622503],[347526,621613],[28036,-137709],[31230,-136898],[32918,-144953],[34416,-142903],[33813,-143273],[27843,-147580],[26679,-149951],[37480,-153153],[37345,-151440],[37424,-148955],[26570,-158617],[32009,-171104],[37711,-172632],[34851,-178145],[29813,-180926],[30836,-185416],[31940,-183146],[25647,-191353],[34316,-183433],[33717,-191683],[36425,-190220],[28079,-187766],[27355,-187972],[29339,-187116],[33473,-184406],[33725,-183481],[37183,-188914],[27941,-181025],[28561,-188335],[34372,-189716],[31484,-188055],[31273,-190523],[32383,-190236],[31667,-184970],[31157,-185046],[29953,-186273],[29623,-186238],[29305,-183667],[31033,-184128],[31307,-186100],[33671,-188453],[26497,-181909],[26390,-182815],[30757,-195839],[26564,-192189],[33782,-197223],[30292,-193277],[30822,-192013],[37258,-198934],[27871,-197939],[26018,-198391],[25744,-216136],[30461,-211440],[27512,-209753],[26183,-207795],[28526,-208185],[25911,-207839],[34754,-228821],[35354,-224417],[37041,-228145],[36370,-229689],[33803,-219149],[30703,-217873],[31901,-229652],[33154,-229912],[33486,-233021],[35348,-237497],[33995,-233841],[28826,-235461],[34039,-232476],[36766,-235777],[35659,-235228],[28610,-238306],[30116,-237072],[33081,-236796],[33994,-237745],[25813,-231408],[26519,-242841],[37085,-244897],[35741,-248274],[30591,-249426],[29999,-249683],[35852,-251575],[37249,-251592],[32237,-251053],[38247,-249052],[32892,-263960],[34808,-267178],[37636,-261896],[37640,-268573],[31224,-269077],[30069,-268852],[29909,-271931],[27625,-274396],[27214,-274230],[27358,-273247],[43768,-137396],[45672,-134780],[39711,-140025],[40695,-139299],[50739,-129694],[50145,-127896],[50522,-132524],[49584,-131946],[50164,-134655],[49100,-135148],[48887,-133325],[47510,-133784],[47093,-131660],[44499,-136393],[48341,-132367],[49054,-132403],[48555,-130514],[44688,-139884],[47327,-139917],[48623,-140605],[42479,-142408],[43336,-142200],[47925,-147761],[44511,-146428],[50737,-144975],[42589,-150133],[51016,-165557],[42998,-170080],[45916,-169360],[40265,-168387],[43303,-170648],[47185,-178460],[49260,-176947],[46445,-187969],[39811,-181809],[39934,-181215],[47473,-180598],[43038,-189103],[46704,-182541],[50923,-182606],[39257,-184961],[43160,-183879],[42079,-185855],[44861,-185021],[44755,-185620],[40470,-189068],[41076,-188608],[44308,-190694],[43580,-191586],[38868,-182443],[41664,-197675],[44664,-201836],[44834,-197329],[44600,-199868],[42329,-198593],[45231,-197837],[42392,-196710],[41577,-194854],[50951,-192660],[43873,-191705],[41175,-215650],[43859,-216481],[51088,-215299],[47193,-216587],[46484,-211307],[44293,-206989],[43395,-208720],[42605,-223332],[46982,-220392],[40092,-227174],[41828,-229018],[43294,-227912],[46850,-227895],[44555,-230049],[42056,-225723],[40467,-227351],[42940,-227744],[38524,-226613],[40771,-226247],[48005,-231998],[41446,-230887],[46753,-231850],[42805,-235331],[42549,-234156],[43102,-230475],[39160,-233324],[38416,-235514],[42046,-246439],[40279,-250868],[45207,-243845],[45439,-247368],[52877,-126384],[52759,-125749],[53976,-117093],[53765,-117854],[56349,-115780],[58723,-116629],[62382,-115696],[51801,-125329],[57545,-121992],[56785,-119461],[54592,-120692],[55094,-122073],[54195,-121541],[53974,-120959],[53864,-120307],[54760,-127397],[55636,-126928],[53678,-126437],[61897,-120447],[60911,-120809],[57355,-120631],[57259,-120104],[56942,-120868],[54378,-126068],[51223,-126394],[62194,-125326],[54273,-130671],[54002,-129040],[51707,-129425],[52565,-128419],[55291,-132042],[54312,-131590],[54961,-131011],[54006,-131839],[51681,-131193],[58623,-135716],[57813,-135045],[56086,-134684],[56678,-134624],[56508,-132939],[59523,-129874],[60595,-130020],[57578,-132411],[59476,-135218],[54230,-138761],[60944,-132766],[61405,-133445],[63599,-133467],[59935,-130623],[59790,-134896],[58927,-135268],[58572,-129799],[54731,-143965],[58130,-145928],[53358,-143841],[54329,-143860],[60396,-147332],[59589,-149975],[51292,-168635],[60812,-178898],[54562,-171645],[57329,-170483],[58838,-172793],[60151,-175133],[63947,-176919],[63553,-176584],[52424,-187099],[56260,-184332],[56010,-184929],[60741,-180570],[58284,-186706],[60239,-183195],[61904,-181546],[61419,-184959],[61810,-184347],[51329,-194127],[53012,-198810],[60833,-216644],[62958,-229815],[59467,-223489],[59273,-220237],[59748,-228363],[58588,-224442],[60637,-227632],[57751,-223143],[56743,-229126],[61853,-229973],[62609,-224558],[52949,-241853],[53345,-233594],[52052,-232067],[56902,-242725],[60143,-240472],[55317,-243553],[60607,-249201],[55496,-246287],[58885,-243812],[52885,-247954],[62714,-114873],[728248,400224],[725029,401737],[722574,399274],[738829,387256],[741722,396147],[740344,395801],[737983,397409],[741151,400273],[729947,403340],[737217,426690],[741558,428259],[746819,383749],[743700,383173],[755036,384538],[754587,400482],[756287,397538],[742484,400173],[746254,407960],[744994,413766],[749062,410371],[746597,425718],[747439,429646],[755429,386933],[765631,391130],[762012,406887],[756489,399902],[763554,410505],[759785,413425],[756680,423392],[70054,-116188],[74887,-115495],[73390,-125369],[73397,-122258],[75159,-127280],[71710,-137307],[66666,-137305],[76142,-140087],[66837,-144882],[68203,-151312],[67722,-149584],[71286,-143677],[70318,-145119],[70354,-141139],[75965,-141472],[67572,-150877],[70353,-148753],[67896,-154125],[74817,-160901],[75100,-160751],[76207,-166057],[65808,-172562],[69302,-169335],[65890,-167473],[66731,-168520],[64020,-168649],[64175,-169584],[75377,-166211],[75931,-166803],[70498,-170066],[74900,-176188],[67588,-173806],[69313,-170888],[75155,-177398],[72821,-186927],[75467,-186810],[76197,-182501],[73012,-188635],[74397,-182871],[70196,-188335],[71008,-189920],[74571,-185184],[67779,-191614],[73838,-186569],[71722,-189648],[73078,-187974],[75094,-184458],[75992,-183242],[69909,-181555],[71060,-194071],[73582,-201292],[67539,-195967],[71460,-197849],[68725,-192853],[75545,-199701],[76260,-201241],[74257,-201027],[75747,-200788],[73186,-195866],[74497,-194603],[74010,-202272],[68792,-201126],[65719,-204251],[65777,-202818],[68789,-202621],[66391,-197812],[69877,-201070],[73477,-202042],[66166,-202266],[66412,-202865],[73512,-217177],[71063,-217205],[65780,-207455],[64135,-208249],[71439,-226665],[65821,-225095],[69910,-223219],[70672,-217757],[69905,-220906],[68613,-221977],[69378,-224533],[66343,-228118],[67459,-226908],[71192,-220088],[65283,-226051],[76051,-218703],[75474,-242593],[75569,-239480],[72282,-239390],[69862,-242809],[71258,-245029],[73372,-247690],[70823,-248192],[75627,-100826],[76597,-101564],[74930,-101098],[74710,-104262],[73018,-110179],[76575,-106443],[70537,-109970],[70534,-110532],[70155,-111060],[70189,-109493],[69584,-111202],[68535,-113182],[67695,-112816],[66869,-113095],[66651,-114049],[67671,-112115],[75753,-106624],[74834,-106154],[75454,-108223],[74703,-103128],[69341,-113234],[75615,-109943],[74640,-109468],[66965,-109339],[73445,-113244],[769055,395227],[775441,395038],[775143,394838],[775301,395006],[770158,399268],[778262,405746],[79125,-116640],[84100,-123177],[77300,-121070],[82964,-123024],[83627,-140070],[79165,-145509],[88303,-143105],[88659,-141389],[85834,-147604],[88128,-158864],[85129,-160999],[82235,-156446],[81535,-163766],[89173,-158914],[83144,-165400],[83574,-163346],[83918,-162582],[85474,-157538],[85997,-158564],[81051,-155078],[82422,-168651],[82323,-171231],[81497,-167090],[78211,-183993],[79469,-183142],[80690,-180464],[79524,-181892],[80308,-182709],[85525,-183557],[87633,-184960],[89489,-183243],[81840,-196002],[87844,-197283],[88208,-198727],[88537,-198461],[88211,-197507],[88402,-196915],[79788,-209470],[83426,-210465],[77380,-205135],[79427,-207113],[83501,-205463],[81129,-209293],[81519,-209261],[83509,-216996],[77727,-213315],[79486,-205230],[80000,-208230],[88412,-228796],[88839,-218566],[87320,-222055],[88731,-218110],[83646,-219353],[82605,-223015],[87435,-222508],[89496,-225041],[89194,-222466],[88406,-221106],[87796,-222188],[88216,-223976],[86924,-224265],[89171,-219093],[85229,-222752],[88465,-219058],[86106,-235198],[81794,-236996],[89090,-236459],[89568,-230226],[88657,-238555],[80133,-239708],[86411,-236988],[78104,-238664],[89426,-237835],[84358,-236462],[88416,-235051],[87889,-234366],[88830,-249367],[89331,-248521],[81344,-98818],[82559,-97845],[88407,-98421],[89374,-101229],[89258,-100942],[88116,-99761],[87284,-99949],[86643,-100509],[89572,-98463],[88705,-98072],[87782,-98082],[86042,-101728],[77841,-100017],[77154,-99575],[79097,-102073],[76982,-102795],[78869,-103311],[80267,-104231],[85798,-102583],[89489,-105010],[76861,-108743],[76829,-107784],[79834,-104737],[79118,-110889],[82143,-114792],[86335,-111037],[84687,-108680],[81874,-109467],[77859,-108323],[80843,-113650],[99073,-126790],[91752,-127610],[93232,-124299],[91040,-117828],[96707,-140327],[98126,-140496],[101938,-139371],[92143,-140216],[97661,-145221],[97436,-147933],[90984,-162512],[95387,-160795],[90785,-159469],[89717,-159915],[92828,-158598],[94135,-160577],[96184,-157836],[96311,-175490],[95157,-180046],[92162,-188061],[93519,-186081],[95637,-191658],[97257,-191119],[93901,-187770],[91890,-204222],[90477,-198725],[94425,-200920],[91003,-204104],[94136,-198949],[94957,-200536],[91908,-204571],[91433,-212987],[98615,-211084],[98951,-210599],[94330,-215132],[99415,-212604],[91035,-213645],[94329,-213612],[98274,-213888],[100010,-210643],[100333,-211111],[101616,-208005],[100626,-216260],[101934,-212373],[95478,-216509],[99708,-211318],[102254,-215469],[100690,-214625],[90813,-213914],[97164,-213959],[101648,-208780],[89772,-212532],[97423,-211082],[96728,-211815],[96780,-211348],[96126,-211719],[97588,-205968],[97401,-206660],[99129,-206572],[95530,-217818],[94105,-219045],[91248,-228841],[91770,-230089],[95069,-220012],[98661,-228909],[97017,-223098],[99711,-218117],[89862,-226316],[94653,-219288],[98772,-221998],[95650,-227286],[93208,-225305],[98147,-219432],[101538,-229753],[90822,-223131],[100254,-227681],[94361,-229802],[92818,-226866],[96280,-217531],[96328,-224999],[92930,-225185],[97959,-229190],[101279,-223646],[101532,-223784],[97949,-224527],[99028,-225955],[96635,-227295],[100483,-218336],[95498,-218379],[95356,-225976],[101202,-224680],[98001,-220615],[95894,-220289],[92400,-226679],[94242,-222393],[95813,-222908],[89840,-226491],[100179,-220144],[99836,-220990],[97805,-226046],[98050,-226748],[95570,-224570],[94387,-224997],[93882,-220969],[89756,-225690],[93476,-223263],[100032,-235967],[91569,-241603],[93547,-236275],[92678,-234336],[102011,-235756],[99939,-232189],[96094,-233195],[94019,-242071],[99673,-234594],[100988,-234669],[100403,-234139],[96449,-234620],[98037,-232938],[101127,-231573],[91148,-231126],[90224,-237510],[92047,-239560],[90470,-239130],[98571,-235674],[97737,-234757],[97786,-235875],[101329,-233610],[93110,-247731],[96217,-247565],[97101,-250253],[98726,-246320],[101902,-248264],[101758,-75584],[95696,-87260],[93970,-88673],[97449,-84202],[97138,-84975],[96560,-83361],[101446,-85899],[101341,-88057],[101214,-88582],[101636,-86583],[100590,-88873],[97329,-88398],[98656,-87623],[97511,-85862],[96406,-87195],[93999,-91798],[95902,-92216],[93491,-95802],[93087,-96329],[94291,-98082],[90990,-98733],[89681,-102190],[100150,-93939],[89717,-101770],[90005,-98705],[92265,-99719],[102682,-124978],[108600,-129209],[102579,-138106],[110862,-132272],[104604,-144325],[109961,-162282],[105312,-165152],[106711,-163146],[111837,-172962],[111272,-172333],[111562,-178304],[108470,-174275],[108819,-174382],[112201,-179900],[110408,-199832],[106057,-194957],[105817,-194436],[103866,-202469],[113626,-199404],[112668,-199553],[113637,-200786],[112842,-199187],[115022,-198023],[105376,-203714],[114507,-196787],[111239,-204776],[102718,-215086],[107141,-217226],[105357,-213748],[104868,-215600],[103449,-206176],[106499,-214316],[108128,-204703],[107111,-214856],[104388,-213360],[107810,-213555],[104546,-210204],[104294,-214178],[103492,-214228],[102908,-213508],[107153,-217333],[111544,-216655],[102660,-210546],[104981,-210565],[110975,-217199],[105656,-209170],[107922,-217366],[104137,-210367],[102435,-204966],[110063,-217374],[107722,-213805],[111956,-224159],[115169,-228801],[108089,-227211],[108040,-227817],[108976,-229647],[112677,-219708],[113636,-222441],[108222,-229720],[107261,-219067],[109301,-224441],[109251,-218551],[104041,-229122],[104725,-228556],[109845,-224937],[112339,-222167],[104021,-220911],[103879,-217421],[114690,-221296],[106186,-221067],[111806,-222056],[103318,-221652],[104274,-223944],[103756,-223567],[102446,-218904],[102908,-217796],[107121,-224437],[108608,-223686],[108686,-221976],[108071,-224522],[107316,-224618],[104379,-225370],[103285,-228155],[102720,-228214],[102835,-226404],[109376,-222083],[111121,-221644],[115138,-228318],[102692,-226994],[113847,-218332],[114386,-228915],[102612,-228540],[111081,-217989],[112566,-218776],[109904,-221222],[109909,-221508],[109655,-221526],[111956,-220109],[109434,-218102],[110422,-218747],[109510,-218750],[108784,-231728],[105886,-232725],[106010,-235457],[107270,-234466],[107306,-233531],[104417,-233002],[102720,-232871],[103476,-232770],[113613,-233455],[111546,-230249],[109539,-231081],[110788,-236253],[113541,-246169],[102858,-252241],[114437,-60412],[106606,-61489],[107652,-58999],[111223,-63358],[103949,-73091],[103618,-73533],[102850,-75745],[111310,-73972],[110455,-75204],[110920,-75885],[110606,-76166],[106694,-74366],[106216,-74769],[105959,-75709],[113221,-76399],[107381,-71584],[110054,-71602],[112103,-65027],[114117,-64526],[110097,-82867],[103505,-89295],[103403,-77305],[111324,-88016],[110319,-86966],[105860,-86895],[112032,-82741],[112248,-82117],[114810,-86063],[113951,-82703],[113910,-76695],[112970,-78597],[112561,-79542],[108920,-90521],[108322,-90406],[108227,-90955],[106002,-91327],[104474,-90641],[103165,-90268],[112267,-97779],[113937,-99178],[111324,-95824],[108102,-94003],[109322,-93483],[107519,-90861],[108646,-90023],[113962,-89404],[111356,-92367],[111590,-89690],[109810,-106558],[119181,-124065],[121689,-115389],[122962,-133903],[121854,-133980],[118282,-178781],[127678,-182599],[126413,-179981],[126001,-179173],[117170,-179995],[121250,-181023],[125349,-204460],[123904,-204589],[116209,-201584],[116959,-201369],[126348,-194328],[115902,-196510],[116560,-196002],[117115,-199042],[117021,-198206],[117375,-199708],[125672,-193172],[126327,-193491],[116927,-200516],[117378,-200385],[124381,-197975],[116366,-200607],[122940,-205006],[123456,-213934],[120338,-215814],[121672,-216566],[125200,-206074],[125147,-204728],[122254,-206689],[123944,-206819],[122339,-207608],[120908,-216415],[124415,-215896],[125060,-210405],[125127,-209713],[127880,-210965],[123922,-217219],[121095,-222696],[122223,-217981],[121661,-228613],[126880,-221830],[125385,-221913],[124462,-227208],[123932,-223823],[123091,-227896],[122390,-220673],[121473,-223819],[116248,-233162],[124344,-238745],[116044,-231917],[116865,-231768],[121879,-237715],[121364,-230261],[125876,-238912],[124642,-238529],[125351,-61099],[115406,-73855],[117467,-85887],[118876,-84792],[115322,-82572],[118131,-81290],[118003,-79393],[117959,-80786],[116960,-82881],[115221,-76875],[119968,-78506],[121504,-81794],[118137,-88877],[115719,-101320],[119858,-95602],[118473,-91339],[118788,-90132],[124107,-92696],[122360,-92742],[121685,-92591],[121345,-92612],[121421,-92931],[119614,-92377],[117912,-89916],[115534,-90216],[120954,-94116],[121131,-92333],[119706,-98077],[-126625,-143650],[-116101,-158439],[-124483,-159951],[-122193,-160810],[-119747,-165709],[-118341,-162790],[-115978,-160061],[-121847,-166478],[-116492,-88707],[-119635,-88760],[-120578,-84916],[-126528,-92945],[-121915,-90069],[-129576,-148982],[-130168,-153360],[-133167,-155012],[-130741,-161718],[-137961,-159841],[-139326,-153735],[-139053,-34703],[-141188,-149818],[-144442,-167316],[-143645,-170067],[-143855,-176411],[-152918,-268168],[-151461,-58758],[-152924,-75681],[-161640,-122100],[-158293,-139928],[-154376,-174832],[-166141,-181376],[-165810,-261937],[-165001,-262709],[-154101,-269706],[-156106,-39945],[-163764,-74373],[-161408,-91715],[-171962,-163476],[-177059,-241589],[-175162,-262108],[-174336,-105777],[-179268,-46373],[-203726,-265062],[-200785,-300865],[-192577,-62121],[-200015,-82125],[-209689,-258891],[-209317,-271343],[-210383,-284572],[-209045,-281734],[-215008,-293127],[-208622,-298075],[-217095,-305913],[-217470,-300727],[-210051,-305118],[-209807,-302633],[-210885,-314737],[-211090,-312736],[-213544,-311367],[-226671,-228473],[-225776,-231001],[-225382,-235574],[-224423,-237662],[-227293,-246692],[-224935,-276995],[-228388,-293213],[-229348,-297163],[-219010,-297992],[-225972,-296432],[-222095,-305359],[-220305,-323813],[-224757,-90120],[-221385,-102206],[-242891,-213508],[-242928,-213443],[-238037,-229070],[-234545,-225751],[-235717,-223892],[-239731,-218786],[-237757,-221978],[-241050,-238900],[-242421,-237595],[-230549,-242422],[-233778,-239429],[-236343,-235848],[-234283,-271580],[-231952,-275265],[-238739,-281450],[-235764,-286478],[-3372,-152929],[-6170,-146565],[-11261,-145910],[-1545,-149783],[-11020,-153174],[-9051,-151859],[-5078,-149520],[-7773,-153501],[-2204,-157522],[-8949,-155950],[-5585,-163720],[-5875,-177326],[-130,-175901],[-5316,-180738],[-12024,-184490],[-749,-184378],[-630,-209574],[-8009,-214641],[-1670,-220403],[-2092,-226654],[-6354,-228933],[-4024,-221063],[-10283,-227170],[-10912,-226630],[-4084,-255049],[-511,-253995],[-249819,-228697],[-249750,-221102],[-253557,-223190],[-248188,-218403],[-252465,-230883],[-250200,-237304],[-248930,-293991],[-244705,-290560],[-252867,-293542],[-253226,-300443],[-244358,-296832],[-252863,-91593],[-253478,-93599],[-254382,-93034],[-255469,-92056],[-255217,-104793],[-255416,-103826],[-257521,-124856],[-261933,-116622],[-263153,-118796],[-262614,-119594],[-258240,-124017],[-261095,-135913],[-267485,-138814],[-264098,-133840],[-263756,-207691],[-264057,-209163],[-261117,-212745],[-261876,-212263],[-268230,-211614],[-264531,-216980],[-260111,-205577],[-267935,-219831],[-257844,-228419],[-257620,-229150],[-260856,-225393],[-258168,-221826],[-266986,-221797],[-256738,-221374],[-265638,-218842],[-268112,-238845],[-267179,-237505],[-262134,-233600],[-256927,-234148],[-265700,-242239],[-265905,-235695],[-256725,-232533],[-256504,-235980],[-266957,-244242],[-264238,-291847],[-262183,-288838],[-256718,-293635],[-258288,-294263],[-266833,-294457],[-256035,-298218],[-259031,-302675],[-261311,-345130],[-266950,-345441],[-265953,-348370],[-263420,-347003],[-263946,-86475],[-263472,-88746],[-267431,-95511],[-265877,-101562],[-266153,-97710],[-259814,-91445],[-266840,-89537],[-262888,-113701],[-274337,-116380],[-278246,-115102],[-273821,-122376],[-278509,-126087],[-278548,-122803],[-280177,-124692],[-272434,-128191],[-280743,-129089],[-278980,-136161],[-270450,-139440],[-275747,-134423],[-278630,-133707],[-273130,-141777],[-281387,-145603],[-275831,-175690],[-279903,-197221],[-281258,-214662],[-272682,-212255],[-271440,-209413],[-271786,-210503],[-272732,-220931],[-270321,-218373],[-271578,-225751],[-272353,-228747],[-269922,-236969],[-269487,-236628],[-273353,-236109],[-274092,-238859],[-270134,-242823],[-278829,-251562],[-276551,-244593],[-277282,-244818],[-279824,-244534],[-272058,-243179],[-276494,-246286],[-274559,-252802],[-269628,-244366],[-270151,-251091],[-280919,-265499],[-274778,-264625],[-280299,-260534],[-275572,-262501],[-277654,-264695],[-277346,-263877],[-277883,-267702],[-279583,-264480],[-273165,-262353],[-279322,-270825],[-268820,-287872],[-269996,-345349],[-269441,-336735],[-272341,-351243],[-272477,-350849],[-271210,-351843],[-280138,-346880],[-278814,-347438],[-276169,-353966],[-279881,-67467],[-277080,-74242],[-276951,-74613],[-277534,-72947],[-281128,-69836],[-279329,-68242],[-276142,-74441],[-275725,-79104],[-272776,-87099],[-281572,-84502],[-275425,-85287],[-280099,-81555],[-276127,-93949],[-276821,-94676],[-269893,-101996],[-271727,-100137],[-278181,-97740],[-270674,-91689],[-274639,-113418],[-276487,-109393],[-292444,-116836],[-290930,-119433],[-286075,-126257],[-287947,-117823],[-287385,-116870],[-285039,-128364],[-292219,-140419],[-289575,-131935],[-291427,-135905],[-282509,-142239],[-284051,-141109],[-283041,-147968],[-286092,-146250],[-287420,-151293],[-288944,-145966],[-293287,-159298],[-292982,-157374],[-294043,-162063],[-293951,-162667],[-282969,-172692],[-292200,-181460],[-293290,-179770],[-285698,-191275],[-293923,-183272],[-294375,-184492],[-282221,-195325],[-282509,-199451],[-286598,-197665],[-286978,-199642],[-291362,-202324],[-290750,-199470],[-285847,-212370],[-284309,-209840],[-283822,-208701],[-282527,-206608],[-292459,-205230],[-287215,-205564],[-288624,-228424],[-289955,-224983],[-290850,-221747],[-284643,-220864],[-287087,-223115],[-291053,-237347],[-293429,-238934],[-282592,-231312],[-292017,-254196],[-288124,-251490],[-292544,-253825],[-291686,-259072],[-283423,-268557],[-286555,-260475],[-282579,-257220],[-282767,-258942],[-285934,-262598],[-285026,-261924],[-290640,-256378],[-289806,-259378],[-291737,-274932],[-290636,-274578],[-292099,-277500],[-282859,-272638],[-290723,-280451],[-289269,-278095],[-287444,-279787],[-286531,-280098],[-282747,-276029],[-289927,-281685],[-284730,-342122],[-283167,-346645],[-294233,-62489],[-289503,-63177],[-293872,-62412],[-287399,-76202],[-287301,-76784],[-285642,-85932],[-292033,-78801],[-293560,-85123],[-292395,-88879],[-281712,-78123],[-281619,-77479],[-288499,-90270],[-294318,-92420],[-293729,-100877],[-283822,-99837],[-284097,-102002],[-282257,-98742],[-288306,-106578],[-288830,-102647],[-293158,-112607],[-293186,-111200],[-290335,-102637],[-289870,-105945],[-285500,-113046],[-285813,-110867],[-299075,-115822],[-301706,-124967],[-298580,-126039],[-303688,-118227],[-306856,-118441],[-303950,-115024],[-307191,-124674],[-303461,-129606],[-300068,-134581],[-297993,-133544],[-300299,-140466],[-299547,-150055],[-299208,-150649],[-302868,-149982],[-304199,-149979],[-304207,-148041],[-306028,-144147],[-307119,-150406],[-306200,-152335],[-299471,-143614],[-306585,-155152],[-298784,-158893],[-301051,-156579],[-301265,-159986],[-300545,-159648],[-294935,-158073],[-295945,-163221],[-303993,-163875],[-303411,-161084],[-294629,-158608],[-295359,-159255],[-300868,-176872],[-303692,-170815],[-306135,-173614],[-304045,-170760],[-303569,-173125],[-303296,-173652],[-306235,-170654],[-302804,-172196],[-303859,-181795],[-306582,-179343],[-294915,-187454],[-301486,-181784],[-299785,-191327],[-295050,-190103],[-297636,-186730],[-302617,-193530],[-306802,-194769],[-294535,-192120],[-297376,-195549],[-298915,-215800],[-299606,-213563],[-299919,-219592],[-297938,-217666],[-302168,-222275],[-303267,-223116],[-303259,-228091],[-295736,-236374],[-296977,-249358],[-300098,-253726],[-297124,-255201],[-296751,-264243],[-298774,-267835],[-298174,-272704],[-296516,-278048],[-300030,-273916],[-305436,-271855],[-303628,-268722],[-296923,-279621],[-295060,-275980],[-298162,-278663],[-297004,-278224],[-306453,-270167],[-306446,-270644],[-303452,-270855],[-295222,-281762],[-300380,-352964],[-298905,-356589],[-300514,-357341],[-305022,-360782],[-302802,-362827],[-303073,-63789],[-296284,-62271],[-295827,-62504],[-304589,-68511],[-295692,-67028],[-298356,-71416],[-301727,-68197],[-300726,-66487],[-306404,-73376],[-303118,-74439],[-299953,-76077],[-305474,-83608],[-306553,-85970],[-305021,-84835],[-305444,-82840],[-301650,-78070],[-299674,-88875],[-299502,-76658],[-296614,-78649],[-295698,-82511],[-302275,-99264],[-305484,-102155],[-299135,-100253],[-297708,-99085],[-298210,-99441],[-302390,-96385],[-306878,-92593],[-302544,-104618],[-304591,-107887],[-299597,-112709],[-295308,-112458],[-312763,-121031],[-315074,-117318],[-316831,-121688],[-316657,-122696],[-312622,-139054],[-311919,-139183],[-310356,-137406],[-312080,-135720],[-313256,-129467],[-313273,-131232],[-313225,-133047],[-313974,-135422],[-312566,-133859],[-313247,-137787],[-311576,-137795],[-310775,-132963],[-307936,-148935],[-309783,-152538],[-315972,-145547],[-315396,-146119],[-315252,-143659],[-310869,-147104],[-311273,-146617],[-309116,-144946],[-309165,-143613],[-311290,-141584],[-310164,-142112],[-313901,-142182],[-312183,-142681],[-314101,-146630],[-314444,-141857],[-315256,-141483],[-311629,-155309],[-309675,-156203],[-309105,-154333],[-309235,-158457],[-310273,-159919],[-313337,-189930],[-308852,-184041],[-307965,-185747],[-311685,-192667],[-312677,-240999],[-319456,-245029],[-310373,-253246],[-309767,-254177],[-307908,-267462],[-317375,-264740],[-315147,-266091],[-319226,-267704],[-318323,-268359],[-310983,-257376],[-312994,-269663],[-314320,-269782],[-316410,-273321],[-317565,-270108],[-316864,-270074],[-318803,-272493],[-319301,-269360],[-308570,-269478],[-311116,-271135],[-307825,-272285],[-313342,-274315],[-314068,-274516],[-312236,-275754],[-313201,-275940],[-317080,-276513],[-318093,-277525],[-319437,-275079],[-317886,-275601],[-319660,-279136],[-318352,-278714],[-310414,-353814],[-314754,-356208],[-312147,-358917],[-319326,-55112],[-319993,-61763],[-318004,-62302],[-317694,-62671],[-317423,-62683],[-319092,-63309],[-317503,-59319],[-317586,-58088],[-315454,-59228],[-314441,-60169],[-318168,-56035],[-317631,-54827],[-317149,-56745],[-317234,-57698],[-317805,-61351],[-310408,-65079],[-315273,-65689],[-317841,-67201],[-318522,-65319],[-312061,-69899],[-313477,-70773],[-315233,-71731],[-316812,-63937],[-319798,-63912],[-318002,-65517],[-316523,-65709],[-318994,-75092],[-315413,-74251],[-319215,-74689],[-308688,-72880],[-310999,-73572],[-312962,-65063],[-308229,-68932],[-316673,-78515],[-318963,-78558],[-307303,-85924],[-317720,-81878],[-316896,-81835],[-313808,-83734],[-318069,-82507],[-317753,-83143],[-315992,-88491],[-316287,-88445],[-316244,-79940],[-315599,-80086],[-310473,-79915],[-312620,-86237],[-314240,-100975],[-316629,-96239],[-317099,-95930],[-318303,-95923],[-315974,-96920],[-312419,-100843],[-312819,-100741],[-318473,-98100],[-317127,-98326],[-313517,-98384],[-312552,-96673],[-316699,-99496],[-318365,-89851],[-314409,-100657],[-319742,-100014],[-317750,-109881],[-318715,-111869],[-310904,-108185],[-311292,-107800],[-309538,-113395],[-318025,-114739],[-324394,-119504],[-325053,-117909],[-330929,-124691],[-328053,-120615],[-327516,-123161],[-331779,-122210],[-321994,-123203],[-322551,-126742],[-325645,-117444],[-330927,-124329],[-330555,-124015],[-332395,-133884],[-323440,-138661],[-323968,-139768],[-325844,-134568],[-324100,-137641],[-323274,-137675],[-325327,-136981],[-324460,-136623],[-332140,-135123],[-330926,-135654],[-331539,-137586],[-332604,-137419],[-322307,-129713],[-330687,-139561],[-330890,-143747],[-330798,-142436],[-325955,-142441],[-324785,-142742],[-323999,-152468],[-323253,-152485],[-323398,-150326],[-322961,-149080],[-327056,-145065],[-329520,-151111],[-324618,-155673],[-323543,-156116],[-330175,-158469],[-324467,-176567],[-325424,-176776],[-326820,-178752],[-328437,-176341],[-325286,-184620],[-328208,-182746],[-325448,-182525],[-327529,-179438],[-324668,-182731],[-325449,-186276],[-326598,-186415],[-327335,-186163],[-329741,-189775],[-330057,-190531],[-330620,-187332],[-330608,-189271],[-323115,-192427],[-323489,-194888],[-323013,-241318],[-323861,-240741],[-323430,-241735],[-323958,-237412],[-331172,-242615],[-331028,-249719],[-323984,-243047],[-322160,-245179],[-328609,-253616],[-331022,-251349],[-321041,-252615],[-332614,-266691],[-322599,-267671],[-322816,-267843],[-329729,-256768],[-323134,-264640],[-324432,-270074],[-328911,-271214],[-322563,-273605],[-325764,-277601],[-324447,-275124],[-324709,-277365],[-323704,-278921],[-323655,-280464],[-324096,-351492],[-331664,-354549],[-329368,-351046],[-331423,-365208],[-328376,-24842],[-329383,-22275],[-327659,-20947],[-329719,-18378],[-330158,-17739],[-332533,-19580],[-325636,-35795],[-326087,-35716],[-323461,-35615],[-324537,-34844],[-328982,-35800],[-328848,-34144],[-326733,-33233],[-326485,-34204],[-324571,-31603],[-325193,-31102],[-324375,-34833],[-323901,-33964],[-326322,-27270],[-324439,-25936],[-331564,-29703],[-321827,-50966],[-320441,-50630],[-323781,-41275],[-322930,-42131],[-322243,-45054],[-323675,-50978],[-323231,-50967],[-331737,-41474],[-331552,-40926],[-330476,-46880],[-329805,-47567],[-329630,-45790],[-331186,-48245],[-331472,-48473],[-332348,-48652],[-329063,-44676],[-328879,-44283],[-328610,-38357],[-328687,-38328],[-326437,-47008],[-326808,-46151],[-326359,-48338],[-327632,-48292],[-327053,-45669],[-328347,-50452],[-329306,-50715],[-331856,-46849],[-332072,-48322],[-329401,-44667],[-332162,-42828],[-321369,-53350],[-322195,-57021],[-322817,-59245],[-322340,-58413],[-322908,-60703],[-320463,-54120],[-322884,-52564],[-325577,-60531],[-324515,-62604],[-322484,-61535],[-322257,-61181],[-326524,-59379],[-327539,-59477],[-325468,-57115],[-325003,-57931],[-324924,-58971],[-324856,-59269],[-325746,-56155],[-325183,-55091],[-326373,-54133],[-325651,-54292],[-331169,-63290],[-331557,-63231],[-329827,-56394],[-332398,-60756],[-332532,-60514],[-332016,-62337],[-331939,-61535],[-330358,-55593],[-330027,-51645],[-330657,-57382],[-332339,-56404],[-331719,-54539],[-320612,-64342],[-323937,-65043],[-324053,-65775],[-320925,-68031],[-323985,-68820],[-324247,-67186],[-323849,-64171],[-321898,-64895],[-321692,-72372],[-323716,-72114],[-328950,-73404],[-330228,-73759],[-330025,-73854],[-332193,-75127],[-327052,-72737],[-326930,-70932],[-320435,-68961],[-321186,-71715],[-321680,-72187],[-323537,-72216],[-324709,-66352],[-326018,-66705],[-325982,-64699],[-325984,-63883],[-331587,-74037],[-332719,-67198],[-323262,-112887],[-325998,-112530],[-325834,-111505],[-321119,-109425],[-323007,-106965],[-326150,-111053],[-326078,-109569],[-325024,-109216],[-320044,-104000],[-321114,-106362],[-322316,-109249],[-344431,-117278],[-342086,-119799],[-344796,-119589],[-344228,-119466],[-344345,-117507],[-344862,-122013],[-344911,-121561],[-334667,-121086],[-339703,-132187],[-333815,-139016],[-336370,-139258],[-345555,-139548],[-344534,-139225],[-335672,-139047],[-336371,-129297],[-342798,-133450],[-336457,-137248],[-334856,-138186],[-335662,-135988],[-344376,-135156],[-336411,-133118],[-337883,-132255],[-339915,-144357],[-333078,-142038],[-335386,-142589],[-339375,-144510],[-345454,-150214],[-335178,-144131],[-338992,-141676],[-334153,-153204],[-333773,-153012],[-335695,-146981],[-339346,-164383],[-339489,-163312],[-337318,-240024],[-340570,-242828],[-344762,-239963],[-343274,-239131],[-343688,-236873],[-341121,-243474],[-343005,-244747],[-342786,-252743],[-341783,-268013],[-338217,-256083],[-345482,-262900],[-338622,-264850],[-342400,-258232],[-335007,-260765],[-334575,-271473],[-340839,-268825],[-342160,-273381],[-342354,-269504],[-343235,-273497],[-345108,-273164],[-341656,-349224],[-334676,-18343],[-334800,-15986],[-335100,-15717],[-339221,-17308],[-344818,-16854],[-339055,-397275],[-340937,-399777],[-338790,-34223],[-337775,-34184],[-336566,-36662],[-336585,-35509],[-338111,-37490],[-337530,-37514],[-341221,-32324],[-338683,-33559],[-337836,-35872],[-340228,-33193],[-340659,-31250],[-334466,-32872],[-332947,-35677],[-336587,-40024],[-338022,-40034],[-335941,-39136],[-335106,-38452],[-334932,-41075],[-336315,-41400],[-335357,-43189],[-336710,-42313],[-333876,-41653],[-334428,-43001],[-333550,-48785],[-333207,-49160],[-343098,-41882],[-344363,-39216],[-344798,-39059],[-333496,-44409],[-337071,-45162],[-337172,-44989],[-334874,-45054],[-337294,-47020],[-334595,-47787],[-335212,-47815],[-338754,-44862],[-338489,-45106],[-339134,-47166],[-338579,-45778],[-338563,-41704],[-337949,-41971],[-338253,-47059],[-334802,-52469],[-333291,-57962],[-334258,-51860],[-332874,-52261],[-333666,-75746],[-334257,-76231],[-334860,-74013],[-337549,-75609],[-337105,-75922],[-340599,-72654],[-340348,-68688],[-341288,-69335],[-339476,-67447],[-339661,-68128],[-338783,-67469],[-338523,-67681],[-336308,-70477],[-336951,-71208],[-333257,-70060],[-333425,-69178],[-332991,-66899],[-336974,-64234],[-335411,-64364],[-335687,-64507],[-344907,-72791],[-345514,-71480],[-341869,-72054],[-338969,-85856],[-339835,-85483],[-342036,-80959],[-340580,-80809],[-340355,-81658],[-341256,-81601],[-338394,-78544],[-338033,-79245],[-339179,-78885],[-337978,-77165],[-345192,-85236],[-338139,-78011],[-342528,-87164],[-342945,-89010],[-341519,-87230],[-345230,-85667],[-344349,-86695],[-345366,-87667],[-334451,-98297],[-336721,-97240],[-338317,-97706],[-337798,-97352],[-338927,-95671],[-333693,-97522],[-334907,-97280],[-340226,-96259],[-339033,-93060],[-338758,-96698],[-341289,-93814],[-339644,-89833],[-339612,-89669],[-342090,-94275],[-343090,-91051],[-344287,-92535],[-339081,-107084],[-342035,-106891],[-341364,-106504],[-355347,-121453],[-356851,-118810],[-346466,-118906],[-345925,-121212],[-348096,-123255],[-358262,-128850],[-357908,-129062],[-357346,-135754],[-351791,-138902],[-356914,-133067],[-358215,-140365],[-356638,-136638],[-346402,-135084],[-350637,-129136],[-347522,-128555],[-352468,-147123],[-351468,-153548],[-356061,-157951],[-355758,-161273],[-354433,-159500],[-356488,-162378],[-354562,-159036],[-352895,-177154],[-353352,-172528],[-355011,-172992],[-354623,-170727],[-356822,-174087],[-351780,-173736],[-353879,-175101],[-357356,-185169],[-358105,-185606],[-355506,-191463],[-355881,-182120],[-356868,-183671],[-354055,-190385],[-356479,-184662],[-353143,-185737],[-358160,-192207],[-351732,-192953],[-353712,-199182],[-355446,-203427],[-352780,-202249],[-352286,-195122],[-352465,-191825],[-356151,-205725],[-357140,-205457],[-358177,-227462],[-356692,-226856],[-356785,-231133],[-358379,-231891],[-356639,-242685],[-355740,-241515],[-357810,-241129],[-353729,-241355],[-352703,-234541],[-350644,-235505],[-345777,-246619],[-352578,-246834],[-352252,-243715],[-349316,-244681],[-353933,-245583],[-353348,-254805],[-348899,-263002],[-347092,-262384],[-351714,-267241],[-351141,-274058],[-354985,-274311],[-354475,-271287],[-358020,-270077],[-354286,-278163],[-349646,-274851],[-346964,-277276],[-351852,-272117],[-346906,-273747],[-345625,-275361],[-350495,-275676],[-348933,-357322],[-350594,-365661],[-354732,-362430],[-346283,-392555],[-355776,-391460],[-348556,-385555],[-347634,-37936],[-346731,-41362],[-346406,-42074],[-354019,-75295],[-353335,-74964],[-346081,-76137],[-346223,-75392],[-346144,-72087],[-350193,-88610],[-350062,-88799],[-351911,-87755],[-352011,-87495],[-354701,-86177],[-358054,-83250],[-356577,-84733],[-357002,-83500],[-354982,-85889],[-354169,-86633],[-357687,-83065],[-354805,-78758],[-354529,-78925],[-351806,-78718],[-351948,-77996],[-350020,-77927],[-350927,-76929],[-351035,-81540],[-351044,-82142],[-353422,-81338],[-353450,-82411],[-346287,-78277],[-347662,-79020],[-346287,-86767],[-347691,-87214],[-353370,-81006],[-354902,-80434],[-357624,-94533],[-357891,-97917],[-351410,-91955],[-358252,-93380],[-348919,-91848],[-348979,-91508],[-348337,-89879],[-349870,-89422],[-347785,-109654],[-368658,-126634],[-362924,-123484],[-362466,-119192],[-361916,-127201],[-365592,-126440],[-364665,-124242],[-360494,-120936],[-361682,-118593],[-359193,-120127],[-360179,-120354],[-360645,-125242],[-359397,-116612],[-360128,-127790],[-368567,-117445],[-370229,-120686],[-371128,-116927],[-370324,-121612],[-368859,-121428],[-367481,-129264],[-358741,-128489],[-365581,-132376],[-365562,-131438],[-363316,-129952],[-367142,-134127],[-366085,-132933],[-360691,-128548],[-362970,-132715],[-359626,-135666],[-360544,-132835],[-359615,-131599],[-361635,-136248],[-360740,-130518],[-363660,-136902],[-362588,-136545],[-361306,-137643],[-363671,-139192],[-363793,-138274],[-364703,-139896],[-361842,-135775],[-362458,-135179],[-363313,-132452],[-362564,-131561],[-370629,-153097],[-368123,-147377],[-361334,-152812],[-362483,-144987],[-361619,-141384],[-362929,-144199],[-365118,-141448],[-364985,-142065],[-365645,-141961],[-367219,-142948],[-367682,-143804],[-369651,-154206],[-364664,-158424],[-360160,-158504],[-365801,-160743],[-362438,-162062],[-363820,-160531],[-366446,-163323],[-366595,-163796],[-364979,-164377],[-364850,-163390],[-369619,-165132],[-358678,-175616],[-367159,-189556],[-369146,-184285],[-370580,-189414],[-362621,-182447],[-367541,-189760],[-363288,-191451],[-360937,-183235],[-359730,-184537],[-358419,-183914],[-368060,-192015],[-365278,-200650],[-366889,-196342],[-364029,-195077],[-362217,-196903],[-364207,-202725],[-363765,-195941],[-369710,-195049],[-361062,-196765],[-365784,-202592],[-365298,-204071],[-369165,-205287],[-367353,-212337],[-367681,-210984],[-365210,-210087],[-366431,-211755],[-366249,-208178],[-366270,-206899],[-364643,-206148],[-370264,-208070],[-368418,-212787],[-364385,-214256],[-360556,-214473],[-363203,-214315],[-368497,-224702],[-365958,-225817],[-362255,-227476],[-363211,-229553],[-365156,-240028],[-367456,-238319],[-363914,-235660],[-358561,-230503],[-366210,-248699],[-368853,-253452],[-368962,-250471],[-368982,-250746],[-367747,-246190],[-368194,-247149],[-370781,-243010],[-370958,-255338],[-366489,-258880],[-367086,-262196],[-367992,-262249],[-370679,-258949],[-369872,-262162],[-370716,-262139],[-363281,-271778],[-358949,-272883],[-358650,-275681],[-363913,-272884],[-363067,-275191],[-358868,-273998],[-359084,-372816],[-361363,-413369],[-370260,-46014],[-366351,-49598],[-369983,-49830],[-369242,-53386],[-370623,-51061],[-370923,-76215],[-370873,-73962],[-369197,-75570],[-368393,-75890],[-369372,-73083],[-367969,-72643],[-368839,-72616],[-361676,-73949],[-361763,-74677],[-361147,-73629],[-360738,-74020],[-364067,-75134],[-363770,-74500],[-363526,-69083],[-362450,-72681],[-365563,-71184],[-365566,-88435],[-368032,-89158],[-365510,-86522],[-364446,-84018],[-370445,-85240],[-361259,-82625],[-362577,-81497],[-366948,-82222],[-367753,-81555],[-366490,-79748],[-360279,-83840],[-360630,-84467],[-362209,-81670],[-364102,-81343],[-360829,-79358],[-361793,-78931],[-365926,-81491],[-368646,-82148],[-369204,-80914],[-366680,-80784],[-369719,-81604],[-368783,-87452],[-370538,-86289],[-371186,-86357],[-360138,-81895],[-358657,-79619],[-358652,-82797],[-360543,-79958],[-360294,-80364],[-361788,-98998],[-363282,-101424],[-361411,-101554],[-362016,-93579],[-363190,-94287],[-364117,-93731],[-364477,-92209],[-363875,-90900],[-364200,-90879],[-366536,-90521],[-366159,-90639],[-367050,-89632],[-363988,-91268],[-363295,-90186],[-366166,-97438],[-366791,-95596],[-366971,-93238],[-367215,-93100],[-368813,-98313],[-370513,-95046],[-370849,-94835],[-367678,-95311],[-366824,-94421],[-368137,-90862],[-361809,-95004],[-371004,-98972],[-371118,-92622],[-370172,-91432],[-369804,-99466],[-365700,-101656],[-370412,-101192],[-366064,-101432],[-366037,-99940],[-364067,-98811],[-364038,-99599],[-364903,-100558],[-369862,-102093],[-370632,-101048],[-371190,-101664],[-362431,-99726],[-363984,-100298],[-364500,-100109],[-370319,-90640],[-370572,-100743],[-361613,-102613],[-362122,-102927],[-363586,-105147],[-362122,-105572],[-361349,-110825],[-360413,-111730],[-361025,-109449],[-363984,-103093],[-364066,-104485],[-364715,-109635],[-362236,-106311],[-362067,-108322],[-360971,-102804],[-368522,-109490],[-369111,-113694],[-370868,-106790],[-363942,-108478],[-365869,-103355],[-367109,-105418],[-365233,-104280],[-367510,-105273],[-369128,-106501],[-370401,-113981],[-367883,-113012],[-365650,-108873],[-364810,-108603],[-365550,-112024],[-361225,-107773],[-362856,-107423],[-363532,-106454],[-18717,-146628],[-17553,-153399],[-13652,-148424],[-22005,-157315],[-19425,-155280],[-22428,-160646],[-23315,-168326],[-22367,-171723],[-14152,-168056],[-19435,-167120],[-20392,-182775],[-22056,-183737],[-20094,-181534],[-20869,-191776],[-16520,-190329],[-24107,-189076],[-22475,-196494],[-14591,-197468],[-19040,-208614],[-17330,-214121],[-18412,-210851],[-20806,-228503],[-15999,-221755],[-17838,-220730],[-15925,-222524],[-15053,-217490],[-16742,-247667],[-16641,-243124],[-379925,-117197],[-376275,-119016],[-375447,-118230],[-373414,-116903],[-373953,-118042],[-378165,-117652],[-372506,-122436],[-377517,-122823],[-377423,-122088],[-376136,-125567],[-373525,-121463],[-372231,-119569],[-371928,-119256],[-380295,-116587],[-371887,-136189],[-375507,-136514],[-376208,-132838],[-383106,-128750],[-381713,-132102],[-380193,-129486],[-381013,-131228],[-382060,-130766],[-383683,-130455],[-373629,-138803],[-383013,-143698],[-376766,-142094],[-383930,-140926],[-379943,-143803],[-379680,-144202],[-379176,-141745],[-378852,-141588],[-383648,-144747],[-383851,-147018],[-381694,-143781],[-383031,-146405],[-377111,-151134],[-376686,-147857],[-378347,-151007],[-371888,-163254],[-376085,-160848],[-373458,-162738],[-380922,-166185],[-380493,-169676],[-382421,-168024],[-381820,-166309],[-383030,-171138],[-383419,-175714],[-375486,-184419],[-374732,-189210],[-383324,-183915],[-380392,-182019],[-380402,-180320],[-381243,-182472],[-383438,-183212],[-382388,-197672],[-372479,-199992],[-372924,-194708],[-378012,-197577],[-381783,-195517],[-383381,-197417],[-383695,-195391],[-378517,-210411],[-374726,-215672],[-378585,-209006],[-376367,-213722],[-373221,-221195],[-373430,-238688],[-381382,-234556],[-382980,-237035],[-380512,-240344],[-382305,-240933],[-383107,-240281],[-374951,-242358],[-371713,-247174],[-372545,-248063],[-375108,-245882],[-376169,-250729],[-375104,-253536],[-374450,-250487],[-375265,-255622],[-372418,-257004],[-374848,-267660],[-377912,-260479],[-375633,-255934],[-381988,-274459],[-383815,-384476],[-371629,-401622],[-382046,-42685],[-380021,-42931],[-379632,-75014],[-376837,-76462],[-379039,-73905],[-374160,-73362],[-372321,-75579],[-373054,-72436],[-373523,-71787],[-375409,-72294],[-377955,-73286],[-375862,-75817],[-374651,-74867],[-372978,-75938],[-373063,-76503],[-372529,-88310],[-372414,-87999],[-376543,-82659],[-376497,-81339],[-378465,-81807],[-374676,-77465],[-377984,-83403],[-377831,-88016],[-379823,-85062],[-376256,-85187],[-374696,-88801],[-376935,-86743],[-377754,-79187],[-378336,-79070],[-379285,-81120],[-374473,-77177],[-374014,-77732],[-373250,-78265],[-372116,-84910],[-375783,-84964],[-375945,-86863],[-372281,-85497],[-377333,-87536],[-372783,-93241],[-377638,-95169],[-375209,-99870],[-373273,-96212],[-375500,-99000],[-372746,-96251],[-377787,-101770],[-375631,-93030],[-376027,-95510],[-376131,-91048],[-372789,-92030],[-383453,-99056],[-380983,-96462],[-380994,-100702],[-381588,-99980],[-382364,-101753],[-380127,-98882],[-377151,-99965],[-381897,-100435],[-379218,-102093],[-377566,-101556],[-376924,-96464],[-379115,-96945],[-373984,-99948],[-378441,-94983],[-377525,-98674],[-375159,-101056],[-381237,-94117],[-378038,-89829],[-376801,-90309],[-373277,-110922],[-371702,-109594],[-379059,-106356],[-378542,-105811],[-381136,-106607],[-380759,-107471],[-371800,-112587],[-374532,-111261],[-373723,-111453],[-374624,-110292],[-374675,-109886],[-371513,-111989],[-377909,-105651],[-374248,-103896],[-381962,-106212],[-383521,-105270],[-382603,-104771],[-382583,-103454],[-379082,-107283],[-381274,-106474],[-376069,-102421],[-383977,-106552],[-391021,-127727],[-393465,-122324],[-391312,-123629],[-388309,-119650],[-386229,-124917],[-395547,-115971],[-386015,-120398],[-389940,-123618],[-387749,-128073],[-393534,-134331],[-386582,-128298],[-384521,-131640],[-387041,-139661],[-386582,-139548],[-386589,-139107],[-390445,-132093],[-392819,-135679],[-391084,-132156],[-392655,-134258],[-389061,-128826],[-388458,-127862],[-391670,-128708],[-391061,-129932],[-390890,-134803],[-391776,-135845],[-393543,-135326],[-394628,-136624],[-388071,-136173],[-394104,-149589],[-389718,-153311],[-388835,-148398],[-389072,-150454],[-388961,-151203],[-392773,-144395],[-393810,-143656],[-389361,-152116],[-385816,-146170],[-388126,-144162],[-385023,-142741],[-388160,-144167],[-389921,-143057],[-385228,-152181],[-385301,-150139],[-384740,-149356],[-384545,-151477],[-385038,-146662],[-394255,-155135],[-392560,-153642],[-384756,-153777],[-391530,-154537],[-394705,-157243],[-394810,-162254],[-392521,-162263],[-394374,-161083],[-385004,-164134],[-395571,-175769],[-394432,-172933],[-391582,-175135],[-396097,-168262],[-392631,-175992],[-391298,-177910],[-393461,-174334],[-391838,-174054],[-384172,-174605],[-396043,-183955],[-384373,-193199],[-388615,-202728],[-389013,-198911],[-389201,-192304],[-389898,-200869],[-389029,-197837],[-385052,-199219],[-387944,-201765],[-384918,-193689],[-386116,-197214],[-388066,-196993],[-387234,-193430],[-385087,-215187],[-387501,-207813],[-392129,-216475],[-392933,-212197],[-390104,-214744],[-387014,-213959],[-393448,-224054],[-394200,-218262],[-396468,-221900],[-394598,-227164],[-394763,-225461],[-394171,-229296],[-392313,-220742],[-391889,-220832],[-393701,-223555],[-393687,-225572],[-392069,-229886],[-389162,-230414],[-387128,-232380],[-385334,-235487],[-391162,-233080],[-393226,-232329],[-388807,-233104],[-389350,-233485],[-384088,-239458],[-396203,-230497],[-396019,-234012],[-384171,-267497],[-395807,-361912],[-393664,-370127],[-395593,-369427],[-395242,-394802],[-395434,-396971],[-388220,-401745],[-387942,-398978],[-394499,-398031],[-392750,-397093],[-387479,-89066],[-388265,-88298],[-388314,-88963],[-390114,-82946],[-391168,-82528],[-391246,-83416],[-391553,-78619],[-391601,-77953],[-387522,-93538],[-386408,-90517],[-390080,-93369],[-386372,-91986],[-388149,-94977],[-391029,-98316],[-391055,-100560],[-390241,-96210],[-390808,-101095],[-391414,-100537],[-386928,-101741],[-391378,-98816],[-390789,-98611],[-389840,-101042],[-390074,-98958],[-388454,-100196],[-387024,-98850],[-386569,-99410],[-392129,-100123],[-385580,-96226],[-384975,-99170],[-385968,-101117],[-396434,-92881],[-396477,-96500],[-393355,-95059],[-395299,-97768],[-391508,-96302],[-396784,-93422],[-384879,-91489],[-385718,-90385],[-390673,-112237],[-389953,-114893],[-387867,-112923],[-396535,-114238],[-396385,-112505],[-395467,-110186],[-384728,-104512],[-384755,-104720],[-388154,-112379],[-395741,-112628],[-386432,-111326],[-388711,-110217],[-393618,-106874],[-398555,-115791],[-399786,-120841],[-397190,-120831],[-408634,-115122],[-405319,-124259],[-399402,-150697],[-402933,-152453],[-399236,-159385],[-399567,-160289],[-406727,-165956],[-400014,-163280],[-402951,-165898],[-408419,-163649],[-402457,-163272],[-403009,-165274],[-398654,-163903],[-397016,-163455],[-402827,-174575],[-399286,-171515],[-404547,-166913],[-406150,-168584],[-407798,-187982],[-407391,-183395],[-400811,-183585],[-402008,-181937],[-404870,-183137],[-403886,-180998],[-404275,-188424],[-402633,-191561],[-404007,-180285],[-398497,-189089],[-397399,-187012],[-399623,-189605],[-398124,-190956],[-397081,-191153],[-402275,-195735],[-406559,-196473],[-405114,-193239],[-406250,-196280],[-409232,-197354],[-396812,-204877],[-404356,-214416],[-400322,-215905],[-400340,-217201],[-400770,-213836],[-401952,-216193],[-402320,-219240],[-398074,-223826],[-399253,-223164],[-403192,-220859],[-402254,-220019],[-400746,-217752],[-400993,-220473],[-399184,-220584],[-397618,-220206],[-399489,-217668],[-399159,-219840],[-399530,-223546],[-400398,-225159],[-396814,-224144],[-398514,-230197],[-407414,-220445],[-406476,-217444],[-406231,-217949],[-403116,-233106],[-404844,-243455],[-398637,-247541],[-403977,-247711],[-409028,-249489],[-407072,-254889],[-408507,-265898],[-402690,-269324],[-397386,-374462],[-398736,-373910],[-402238,-371503],[-405075,-383807],[-400062,-394392],[-398996,-399322],[-403071,-49429],[-408048,-42678],[-405595,-48469],[-405586,-41103],[-406468,-43268],[-404104,-50839],[-408620,-56962],[-402562,-74577],[-397424,-64737],[-404823,-71862],[-405610,-75498],[-404148,-87771],[-397979,-78023],[-401603,-83484],[-397822,-92859],[-398712,-94950],[-397962,-94328],[-397547,-96691],[-403209,-92197],[-401858,-97856],[-401050,-110719],[-399053,-110924],[-399372,-109779],[-404646,-110152],[-398792,-111880],[-406628,-107995],[-399167,-113195],[-404401,-109924],[-409293,-107416],[-418427,-122435],[-416121,-117502],[-418963,-115717],[-414162,-169554],[-412142,-187720],[-412025,-181897],[-410604,-190889],[-410857,-180790],[-409742,-194787],[-413443,-197437],[-414549,-195284],[-410036,-193600],[-411621,-194990],[-411149,-196492],[-416580,-235974],[-418204,-237527],[-411125,-248704],[-411383,-245187],[-416370,-243797],[-413115,-250034],[-414526,-26435],[-418427,-87616],[-420875,-87764],[-412599,-95078],[-412643,-98060],[-412397,-95110],[-418640,-101727],[-421422,-95931],[-419626,-91685],[-413417,-107202],[-412856,-110717],[-420217,-113239],[-422505,-120184],[-425885,-116389],[-426181,-204723],[-425476,-225724],[-430434,-50166],[-432919,-53536],[-431613,-67978],[-423415,-80631],[-427217,-78467],[-423450,-88762],[-443730,-169491],[-443917,-184359],[-442446,-180035],[-439369,-183931],[-436457,-197773],[-444273,-233395],[-445946,-231460],[-447370,-241674],[-442207,150],[-442483,21],[-440189,-1924],[-440633,-1558],[-443882,-338432],[-443360,-20719],[-441960,-21248],[-443613,-15591],[-443158,-58146],[-442327,-58895],[-445152,-57446],[-439201,-59687],[-439724,-65955],[-445774,-91937],[-447189,-92687],[-442219,329],[-458575,-125015],[-458492,-126990],[-459818,-126206],[-456826,-161418],[-460313,-162006],[-453395,-155250],[-457827,-168105],[-454400,-169415],[-452671,-182314],[-456748,-183673],[-450245,-187695],[-449856,-196241],[-448206,-198171],[-454305,-12411],[-454530,-12407],[-451652,-10524],[-450880,-355489],[-457929,-22364],[-459102,-22001],[-459211,-21857],[-449268,-17762],[-453265,-381432],[-451231,-62919],[-454535,-93215],[-454988,-93032],[-453066,-102589],[-458147,6452],[-453414,9953],[-453363,9618],[-465441,-124831],[-464255,-139991],[-461608,-129585],[-468595,-141028],[-470211,-143031],[-473290,-146872],[-465055,-141813],[-465597,-157045],[-462319,-154047],[-468348,-162571],[-473344,-165010],[-467316,-176428],[-463202,-170342],[-464239,-167470],[-462223,-176662],[-470507,-180671],[-473165,-180554],[-472383,-179777],[-472956,-183688],[-467899,-183055],[-462641,-187825],[-471718,-192060],[-465407,-194901],[-461143,-200179],[-467018,-208118],[-468298,-218061],[-465486,-2902],[-464896,-342331],[-471573,-360142],[-462423,-37212],[-462778,-44033],[-463133,-44556],[-467827,-45377],[-467410,-47056],[-461629,-46677],[-462813,-55750],[-465466,-92354],[-462978,-101725],[-463825,-101541],[-466193,-99157],[-462652,-101116],[-467480,597],[-476557,-150188],[-481626,-147671],[-484937,-149981],[-480099,-152594],[-477933,-150120],[-475971,-149611],[-477239,-148894],[-484745,-163535],[-485343,-164289],[-479088,-172413],[-477526,-176836],[-477441,-171349],[-474853,-168578],[-486183,-174354],[-477317,-170742],[-478834,-178685],[-479008,-178816],[-478921,-179536],[-476837,-179961],[-477460,-179006],[-483574,-179632],[-480725,-188318],[-476851,-196004],[-475823,-207384],[-475071,-205624],[-480644,-216336],[-480218,-223145],[-477765,-337555],[-475101,-361296],[-483632,-100081],[-484104,-99471],[-479697,-103944],[-496825,-137785],[-491915,-136684],[-487035,-142963],[-486419,-150842],[-498074,-152708],[-492190,-144297],[-497275,-162964],[-495116,-161005],[-496726,-162523],[-489840,-155288],[-499063,-156046],[-498872,-160402],[-496914,-160585],[-490982,-158913],[-492372,-155416],[-498986,-156356],[-493616,-154881],[-486465,-153786],[-499021,-156763],[-495376,-174048],[-487231,-174509],[-495567,-171313],[-492546,-168155],[-490028,-171422],[-490667,-171031],[-496919,-176520],[-496736,-177260],[-498281,-166737],[-498368,-177256],[-498767,-177039],[-488582,-166619],[-487992,-183188],[-491209,-184849],[-497817,-181790],[-493357,-195184],[-497320,-199766],[-492034,-206662],[-33369,-137986],[-36402,-135655],[-35508,-143896],[-32900,-143467],[-29786,-141653],[-30191,-140651],[-28242,-141488],[-35577,-149296],[-36142,-149840],[-26486,-157227],[-32633,-157147],[-29888,-173927],[-28803,-176228],[-32829,-175446],[-26564,-198974],[-32905,-201681],[-37128,-197850],[-28161,-219688],[-32703,-221215],[-30636,-228738],[-31210,-230739],[-502331,-139455],[-507365,-149792],[-507313,-148636],[-510033,-146054],[-501242,-151394],[-507524,-151965],[-499877,-148151],[-502571,-149180],[-502395,-147643],[-510054,-149516],[-509833,-149648],[-501021,-152462],[-504339,-151972],[-499460,-152154],[-509095,-144850],[-507790,-145090],[-511017,-143564],[-509891,-144167],[-507249,-142854],[-507800,-164963],[-506020,-165356],[-507396,-164670],[-503266,-154273],[-510768,-158999],[-505175,-163710],[-504394,-164634],[-502612,-160582],[-502063,-159452],[-501518,-159417],[-504007,-163717],[-503896,-164127],[-507284,-161643],[-511118,-165792],[-511126,-166155],[-510409,-164483],[-510475,-164181],[-506917,-161986],[-507497,-155762],[-509855,-154421],[-499789,-153801],[-507879,-155333],[-508855,-158083],[-510879,-156560],[-509729,-161439],[-510360,-172308],[-502461,-174074],[-511087,-170048],[-505893,-170764],[-506507,-170831],[-505092,-181547],[-511287,-181802],[-511462,-188697],[-510307,-185573],[-502530,-185859],[-508741,-187648],[-503547,-185575],[-500187,-182516],[-499821,-181052],[-500620,-182565],[-501668,-193418],[-501214,-203646],[-504226,-204027],[-502988,-199817],[-510385,-193290],[-508504,-212443],[-508382,-211936],[-501080,-428186],[-519235,-124858],[-524583,-118993],[-518822,-132081],[-518951,-128548],[-519267,-128759],[-518827,-128853],[-523516,-134982],[-513859,-139690],[-520440,-136135],[-516015,-139993],[-519107,-132475],[-516337,-149032],[-518045,-151319],[-515289,-145051],[-515915,-147787],[-516468,-148523],[-517766,-151825],[-523056,-154924],[-513144,-155984],[-516917,-161046],[-517552,-161179],[-520207,-161402],[-522591,-159923],[-522338,-159108],[-513305,-165114],[-514335,-162314],[-518804,-160926],[-517191,-164119],[-519787,-161326],[-514767,-159631],[-521825,-158556],[-521388,-155256],[-516310,-155142],[-521071,-157684],[-513212,-157424],[-513957,-157268],[-524683,-165629],[-524415,-164110],[-516422,-157060],[-522011,-176267],[-515222,-178017],[-515893,-171310],[-512947,-166427],[-517855,-167642],[-523312,-173355],[-521920,-172615],[-520240,-169709],[-514910,-173125],[-512332,-172717],[-516899,-171488],[-518795,-172460],[-519617,-174292],[-513825,-176488],[-514424,-170437],[-513292,-170735],[-512705,-169689],[-512165,-169908],[-514484,-171435],[-517000,-204085],[-513459,-203304],[-520084,-214793],[-512329,-212304],[-513776,-217942],[-518698,-476854],[-522166,-101663],[-522232,-101812],[-520380,-102519],[-523286,-105430],[-512139,-105388],[-519919,-106075],[-517629,-113328],[-520054,-110907],[-512631,-108657],[-515706,-111643],[-516877,-110812],[-515861,-110867],[-520822,-107168],[-516592,-108105],[-524075,-102581],[-520257,-102417],[-537137,-125489],[-535960,-121861],[-536249,-121536],[-527438,-126485],[-527492,-117655],[-527453,-124566],[-536987,-138756],[-534660,-128677],[-536856,-130185],[-537395,-128397],[-533246,-128284],[-534299,-132384],[-534189,-133678],[-533099,-135122],[-529780,-137677],[-530390,-139947],[-529335,-140490],[-526494,-132444],[-528837,-132610],[-525936,-132896],[-527333,-136647],[-530952,-148022],[-531526,-153185],[-528372,-150653],[-536279,-147335],[-532662,-146764],[-529788,-148594],[-529588,-145426],[-534666,-158800],[-529633,-154343],[-534889,-160435],[-527602,-164603],[-526661,-166142],[-537467,-162420],[-532568,-164435],[-526814,-161762],[-525079,-163189],[-537592,-164522],[-537581,-165040],[-529289,-160745],[-528342,-160248],[-528046,-160331],[-533551,-156390],[-534453,-165479],[-524971,-156280],[-525933,-156055],[-532857,-158778],[-536270,-158519],[-537502,-156266],[-533571,-175365],[-531676,-177082],[-535600,-173316],[-528964,-182253],[-531925,-189994],[-534053,-189203],[-530291,-189064],[-526708,-186478],[-531685,-185888],[-534450,-179120],[-535611,-190886],[-536981,-189388],[-535994,-189525],[-532516,-193896],[-529200,-192663],[-526689,-468354],[-529540,-87353],[-531111,-81601],[-534111,-84405],[-534098,-84292],[-536644,-89943],[-535985,-91853],[-535647,-92085],[-536553,-106738],[-530644,-107795],[-528449,-109243],[-528203,-109958],[-527801,-109776],[-530947,-111823],[-527897,-108564],[-530095,-109047],[-530068,-111502],[-530407,-107193],[-538766,-127580],[-538579,-124888],[-538897,-124846],[-542641,-129199],[-539988,-131283],[-539027,-130452],[-541155,-129615],[-549677,-131326],[-548762,-129869],[-547757,-137330],[-550187,-135255],[-548992,-139267],[-548730,-137755],[-547669,-134113],[-548986,-134121],[-547925,-131086],[-548188,-141085],[-541517,-160817],[-538614,-157982],[-541270,-157397],[-541458,-161222],[-540321,-160969],[-543893,-161081],[-541065,-162978],[-544820,-163107],[-540111,-166038],[-540422,-156800],[-538808,-170707],[-547014,-171184],[-540325,-175517],[-542031,-173635],[-540770,-169239],[-544215,-173732],[-545131,-175863],[-537809,-166540],[-543487,-168359],[-538213,-174521],[-538541,-169519],[-540986,-186363],[-538820,-188094],[-543442,-182743],[-541541,-182398],[-542142,-180364],[-538571,-95881],[-538385,-91873],[-550527,-132916],[-555044,-148110],[-556758,-150702],[-553190,-141748],[-550836,-140672],[-553470,-161018],[-550860,-163437],[-556835,-168951],[-559883,-169662],[-557878,-172234],[-557084,-173494],[-556657,-167290],[-560528,-167353],[-563349,-164532],[-43502,-136951],[-45764,-128036],[-39935,-140280],[-48108,-140568],[-50707,-142931],[-40725,-140941],[-41359,-162134],[-57715,-136897],[-57757,-128680],[-53768,-127913],[-58833,-148747],[-55627,-150762],[-54497,-147946],[-52781,-146642],[-53180,-141629],[-56791,-142364],[-54117,-144840],[-61745,-150685],[-63146,-157120],[-60391,-156793],[-59872,-154119],[-53890,-200662],[-73593,-121142],[-72108,-121079],[-69255,-117231],[-73367,-119264],[-69022,-126742],[-68901,-127202],[-75394,-119525],[-67523,-128586],[-75988,-135801],[-71290,-131384],[-68404,-140793],[-67433,-145626],[-64977,-147075],[-69097,-150749],[-74357,-150659],[-70440,-144113],[-75181,-154250],[-76333,-168999],[-68453,-171755],[-71647,-173297],[-66157,-179697],[-66442,-191379],[-65825,-180858],[-65391,-188618],[-79060,-132240],[-83751,-145268],[-81652,-147235],[-87057,-144965],[-77287,-145842],[-79515,-152505],[-80210,-166059],[-84355,-153722],[-89253,-157986],[-78303,-168388],[-84830,-169106],[-87017,-166311],[-87512,-173373],[-85536,-179223],[-86257,-185163],[-99563,-137419],[-97028,-139807],[-92703,-133431],[-97344,-137850],[-100104,-133812],[-96890,-127848],[-97597,-146080],[-99946,-147200],[-96528,-143223],[-94551,-141445],[-101674,-140883],[-90552,-176482],[-98756,-187312],[-98004,-189947],[-105565,-149901],[-108308,-155842],[-106894,-186423],[-107651,-183877],[-105335,-100748],[-108707,-102093],[7287,-151856],[11159,-152052],[11328,-147754],[1868,-154045],[9242,-156433],[8358,-160373],[11193,-159629],[9146,-162764],[9823,-168004],[3582,-178672],[8577,-184630],[3259,-199569],[5226,-203787],[10334,-205208],[9751,-215118],[6411,-208141],[228,-208389],[3013,-206995],[1737,-225773],[7453,-222924],[8133,-224899],[11931,-220774],[11295,-247399],[5945,-252226],[131779,-124654],[130028,-126332],[134800,-124740],[131266,-190234],[135236,-190638],[136492,-188904],[137424,-189616],[139656,-191146],[139226,-199521],[129993,-202287],[129862,-202201],[138646,-201261],[139381,-215324],[133110,-226207],[135270,-219643],[134519,-253818],[138876,-244709],[130644,-256247],[129565,-264466],[130905,-263812],[136567,-265931],[137310,-262546],[136759,-271714],[129372,-272483],[139781,-274245],[132819,-273451],[132601,-273321],[138320,-302833],[139540,-303127],[140794,-58277],[134349,-65888],[140117,-75579],[138430,-73377],[133826,-82215],[135477,-77292],[138412,-79548],[137221,-83364],[134822,-76815],[138157,-78750],[129100,-92672],[136668,-94794],[131311,-90784],[138482,-102532],[134249,-111389],[144233,-125236],[143835,-123200],[142349,-125899],[141093,-124597],[146091,-131144],[145687,-139009],[146722,-140012],[152928,-144243],[150532,-143825],[150807,-141320],[150991,-144273],[151105,-164357],[147511,-162136],[151653,-167266],[147805,-183169],[148198,-189178],[144387,-188843],[146453,-224889],[149304,-239021],[142723,-240258],[146694,-230340],[142592,-230322],[149968,-233117],[146859,-278139],[146621,-280728],[146658,-279571],[149507,-271812],[152500,-278488],[150790,-281196],[142151,-276482],[143300,-277310],[145950,-276530],[145845,-280194],[152359,-275825],[147375,-285447],[151956,-284570],[146638,-283726],[153540,-306445],[148939,-294541],[147830,-300533],[147343,-301304],[146998,-295033],[145409,-295934],[152339,-308312],[145150,-326896],[146760,-325867],[146740,-53884],[144146,-52602],[151101,-70275],[142976,-72280],[140991,-67073],[148312,-73596],[142242,-84512],[141812,-88513],[143451,-86608],[147294,-88059],[145443,-81741],[150241,-83545],[145984,-83143],[146911,-84718],[145430,-84710],[149883,-82255],[142643,-92553],[143469,-90487],[142712,-94417],[144123,-102966],[144707,-105728],[144948,-110746],[144418,-111669],[146170,-111100],[147140,-112176],[166169,-144198],[153670,-162564],[161437,-159966],[158940,-163166],[158698,-166385],[154499,-166374],[161278,-171316],[159054,-237894],[164203,-239813],[154752,-261046],[162740,-267563],[162107,-264870],[162778,-265654],[165035,-265303],[165394,-266022],[165067,-263784],[157812,-274401],[155675,-276509],[154208,-275899],[160318,-274615],[164719,-273678],[166290,-268613],[165499,-279586],[163493,-268998],[161740,-272332],[160866,-269749],[157788,-271110],[160353,-274519],[160390,-274192],[162811,-294012],[160509,-293902],[157436,-306893],[156620,-305866],[155223,-296522],[155253,-296192],[158591,-294606],[160654,-306247],[165723,-296365],[161049,-305359],[154456,-335371],[156831,-333555],[155808,-344757],[163495,-343087],[161226,-340188],[154461,-345772],[157637,-348532],[153853,-72486],[156501,-82750],[159741,-83140],[160809,-78713],[172534,-154014],[175392,-166846],[175564,-160041],[175819,-169344],[167382,-172110],[167891,-265790],[167686,-262010],[169628,-265277],[169940,-265123],[169577,-265020],[168128,-269372],[169924,-277386],[168459,-269360],[169910,-270271],[177883,-281157],[167945,-278692],[167540,-277327],[168628,-275400],[167310,-273022],[169886,-271377],[170782,-273584],[173707,-277698],[171457,-275822],[174849,-277045],[170897,-283910],[171690,-283212],[174583,-289573],[177533,-287669],[178784,-282263],[178981,-283510],[176173,-281518],[168909,-294044],[176214,-294292],[174648,-295959],[178798,-299366],[166950,-307234],[168786,-307599],[171991,-308050],[171352,-307429],[178297,-332283],[172888,-339000],[173799,-341735],[174464,-336788],[178681,-333722],[176138,-334248],[173399,-335004],[171365,-335264],[167076,-334667],[169902,-335582],[168527,-64497],[169905,-74424],[177241,-71426],[166554,-87875],[178221,-77076],[177342,-83726],[171866,-83855],[181202,-295339],[184391,-295823],[179262,-295196],[187671,-295457],[190644,-295849],[191661,-299524],[186800,-296043],[188954,-296390],[191643,-303598],[183057,-344649],[179207,-335364],[181192,-347577],[181006,-354792],[181121,-352456],[180217,-84075],[193284,-305730],[195625,-295774],[193919,-294842],[194669,-302125],[201174,-299460],[197328,-295303],[196203,-294930],[197001,-300652],[25407,-145239],[23928,-148940],[23644,-141738],[22392,-159662],[20763,-159330],[16375,-167986],[21952,-183342],[21291,-186178],[20249,-204972],[17449,-213856],[23907,-242896],[19900,-243956],[25085,-249947],[24861,-250597],[22273,-252788],[14796,-249342],[316773,601302],[316996,600446],[315960,610147],[318690,606736],[325939,592319],[330512,590301],[323502,592923],[321167,595797],[325973,591425],[321848,592540],[326289,590585],[322522,613270],[320469,610861],[321106,601949],[325143,620859],[323992,619713],[332418,619884],[331730,623400],[331485,625096],[326742,620823],[325820,619063],[322437,617339],[336864,587760],[344729,601699],[337010,590798],[340956,591691],[336037,624362],[339418,627098],[345716,598991],[349117,600019],[349258,605616],[346226,623810],[353286,616500],[348563,622456],[35420,-138442],[33386,-137363],[38015,-140130],[29458,-143807],[29409,-147419],[32349,-144605],[34788,-141913],[36450,-141905],[37523,-142355],[37226,-146772],[36572,-152985],[36692,-151553],[35525,-151234],[33116,-154831],[34981,-157309],[37778,-157659],[30242,-168779],[30029,-167656],[29116,-174317],[27946,-169749],[36593,-173531],[29610,-175077],[33713,-181549],[27824,-184196],[31818,-229252],[38173,-226929],[38114,-245553],[29707,-249237],[47268,-135882],[47950,-138443],[39246,-139824],[38482,-140489],[48452,-139377],[39284,-141176],[40740,-142213],[39353,-142272],[39677,-141690],[48269,-141972],[49425,-142401],[48196,-143612],[38915,-143578],[40527,-144256],[41753,-143543],[42746,-143476],[41449,-144055],[39434,-143134],[43502,-146243],[44348,-143695],[49623,-143844],[45605,-146402],[47075,-152488],[43180,-147642],[39513,-158324],[40135,-155939],[44225,-158547],[43537,-158031],[38637,-157973],[47921,-157955],[47884,-160318],[47407,-158896],[43908,-165912],[43989,-166370],[40054,-172088],[48496,-167596],[39287,-174042],[48124,-171169],[43669,-168723],[42339,-169761],[48360,-173400],[50715,-184012],[46711,-183893],[46042,-185279],[43958,-190158],[42962,-190774],[43187,-189367],[47478,-201719],[44210,-197596],[42752,-199058],[41372,-195349],[43387,-197341],[38761,-237804],[47070,-251063],[46161,-243272],[54589,-121416],[58602,-121415],[58627,-121868],[57344,-121182],[59446,-118947],[60760,-119265],[60074,-120953],[60383,-116841],[59131,-116041],[57783,-116145],[55721,-116497],[56740,-118070],[59311,-117121],[63487,-117803],[62443,-117320],[60320,-116228],[63366,-120419],[62886,-120249],[63773,-133260],[54900,-146705],[52870,-145979],[52127,-142935],[58162,-151008],[63359,-145455],[61383,-143018],[61331,-148088],[59498,-165693],[59417,-170878],[58119,-175066],[62110,-177630],[56008,-184426],[59213,-211375],[63473,-211139],[62237,-225920],[62824,-227010],[63752,-114836],[723688,399413],[738562,387974],[740623,386695],[742384,394295],[740317,400507],[731950,403198],[737505,419439],[739056,429331],[751903,383069],[742531,394459],[754234,395069],[750318,407223],[745565,407079],[743045,408604],[748783,425732],[748613,428891],[747770,429074],[764776,392151],[767563,387984],[759471,400380],[757907,407203],[756782,407261],[768171,409460],[64631,-115335],[64157,-117311],[68171,-116419],[69203,-116401],[68339,-115757],[70278,-115173],[64986,-122321],[66511,-122107],[64551,-119265],[64192,-120434],[75042,-125167],[71991,-117859],[65241,-132342],[75095,-135785],[73308,-135222],[71554,-138369],[69946,-144188],[72084,-145222],[75855,-146582],[68917,-150947],[76156,-144387],[64434,-144043],[70882,-141543],[70814,-150907],[73912,-161566],[72318,-162526],[65143,-155257],[67716,-156902],[67990,-168646],[68234,-169406],[73080,-189970],[70897,-180910],[70212,-194910],[73225,-217065],[73441,-217448],[76102,-238338],[66921,-230910],[71667,-101320],[65602,-113776],[64924,-114264],[71239,-102666],[68048,-104983],[67855,-107388],[75748,-108915],[75355,-107574],[70144,-107681],[69720,-108239],[71407,-104787],[73694,-106424],[70685,-107130],[73062,-106728],[72882,-107522],[72351,-106335],[73828,-102905],[75459,-104670],[73476,-111690],[73323,-112423],[770893,387748],[773770,391790],[772747,398137],[778728,399012],[773475,411100],[80304,-119963],[85575,-125156],[86373,-115499],[86596,-116355],[89600,-127442],[84802,-127342],[87738,-125497],[85456,-126736],[86696,-127526],[85550,-122473],[81377,-124787],[82405,-122201],[78317,-122440],[88135,-121011],[88797,-122037],[88205,-122950],[88145,-126411],[88265,-125067],[87035,-125400],[81153,-138502],[85842,-128058],[88445,-128170],[87049,-143491],[81055,-145338],[87476,-142223],[80282,-149086],[82214,-156787],[87681,-161153],[81467,-172296],[80692,-181423],[88254,-212284],[77889,-206289],[85210,-206267],[79781,-223298],[82412,-217479],[87062,-251151],[84890,-252698],[85538,-104338],[87148,-112382],[81963,-107735],[84719,-111086],[84609,-106879],[86944,-106590],[83626,-110633],[93237,-126893],[95539,-124481],[100112,-126499],[89817,-124311],[89992,-126397],[91448,-124260],[93102,-123877],[90767,-121003],[90737,-127096],[92643,-127707],[94632,-127430],[95889,-126215],[95573,-125375],[94956,-126894],[89808,-128167],[93078,-128836],[93717,-129203],[95794,-128162],[94040,-129789],[98382,-128373],[98312,-130335],[99645,-130248],[99242,-131451],[89796,-142097],[96039,-143022],[100600,-143428],[95715,-148463],[95211,-145115],[101898,-158824],[96562,-160325],[91169,-245296],[93400,-245843],[99475,-252606],[100648,-254065],[102291,-253338],[102286,-251843],[97968,-247696],[96038,-248872],[97087,-254671],[102018,-96916],[106610,-126002],[114747,-117065],[109152,-126852],[112733,-120020],[102852,-139564],[102779,-136867],[111220,-132020],[112687,-146123],[105252,-164801],[111755,-172555],[113075,-169166],[109947,-167928],[111469,-167078],[114290,-200039],[111967,-227835],[111027,-229162],[111535,-220298],[107799,-219383],[110773,-231314],[114760,-247050],[113785,-63700],[106760,-56376],[105576,-53565],[110348,-52416],[114473,-63443],[104532,-61715],[105060,-58623],[110313,-53720],[111279,-70990],[108595,-70391],[113106,-68612],[120472,-116439],[126858,-126069],[124680,-130043],[125108,-128988],[123303,-133834],[122759,-133557],[117498,-173137],[122871,-171823],[122231,-171244],[116827,-168989],[123212,-173620],[127675,-203902],[125829,-195352],[122651,-213633],[120373,-212525],[122917,-214757],[122737,-262062],[116458,-258872],[125448,-258777],[124792,-262570],[119489,-257534],[115372,-60656],[125561,-63772],[125102,-69446],[126688,-98912],[122886,-100300],[121596,-111841],[-120255,301234],[-126705,309853],[-127351,29208],[-134854,-8587],[-138105,15901],[-134878,14982],[-135894,21108],[-139342,18638],[-130384,307826],[-153231,-24267],[-142686,15896],[-148351,13678],[-144137,22316],[-165539,-9652],[-165299,-23557],[-155550,-20699],[-158091,-19707],[-163225,-25819],[-158859,-28845],[-158938,-27693],[-155982,-30937],[-155847,-28168],[-164071,-33044],[-165627,-32852],[-166092,-35121],[-162429,7468],[-164888,1392],[-156539,7361],[-162459,1508],[-160285,3747],[-153665,17466],[-153731,20040],[-164692,15562],[-175602,-7109],[-178791,-7114],[-174907,-8277],[-175814,-5824],[-176718,-918],[-176531,-3500],[-173670,-2072],[-172051,-1655],[-172137,-6160],[-170874,-9358],[-174436,-25211],[-178560,-22950],[-171082,-21600],[-169974,-18133],[-176118,-17292],[-176759,-23434],[-168462,-32866],[-172809,-32886],[-172721,-29668],[-175040,-32871],[-169126,-27483],[-167176,-26811],[-170055,-25407],[-170874,-25906],[-176006,-26966],[-172573,-35452],[-177287,6558],[-166871,9953],[-174013,4118],[-168720,12646],[-173438,36426],[-177776,33371],[-178113,31493],[-173415,50503],[-170941,42668],[-170551,45614],[-172429,45909],[-178369,61259],[-177988,63939],[-177321,74673],[-173585,74740],[-172290,71361],[-177027,70348],[-179106,72188],[-179024,69619],[-176907,69909],[-176836,73072],[-175499,72369],[-174840,74415],[-175061,77147],[-173822,78340],[-173657,80024],[-176062,80958],[-174888,85025],[-174976,85949],[-174037,88205],[-179109,84064],[-179131,83567],[-174554,91948],[-176652,93498],[-179971,-9390],[-182230,-8786],[-183511,-2870],[-182493,-259],[-187529,-239],[-189101,-3590],[-191394,-2453],[-179467,-1268],[-181006,-24132],[-181832,-21524],[-179668,-17463],[-185343,-17002],[-184354,-15177],[-188048,-15279],[-188973,-14061],[-186231,-21583],[-179357,-16067],[-188032,-24262],[-180978,-32306],[-182452,-32029],[-183122,-26999],[-185830,-26881],[-179414,-28003],[-191037,-31574],[-189668,-30116],[-184452,-34566],[-182825,-36951],[-188855,-44136],[-185416,-42325],[-182012,-38899],[-189291,-48154],[-191545,-51742],[-182644,3815],[-184668,11357],[-187906,4715],[-180306,11320],[-180177,6927],[-179256,5933],[-184315,22592],[-188765,17860],[-181701,24172],[-179655,300190],[-180389,27520],[-182167,34277],[-182772,30929],[-187150,26148],[-183529,46426],[-182944,41317],[-180856,63253],[-180371,59886],[-181238,66734],[-181563,68244],[-183202,66632],[-185673,71884],[-179334,69546],[-187268,73949],[-186821,73135],[-184642,71396],[-183142,72995],[-191426,86565],[-181188,89346],[-182698,87531],[-186208,89180],[-180023,84092],[-183078,79800],[-182551,80628],[-186858,78369],[-181382,92347],[-184931,92094],[-196028,-22442],[-202200,-36373],[-203534,-36750],[-194488,-41930],[-194380,-39179],[-199039,-44701],[-203328,-43254],[-197862,-50891],[-198426,-49051],[-202114,-62425],[-196088,-63358],[-197529,-60443],[-193859,-58461],[-199306,12033],[-198863,14219],[-203101,21358],[-204127,23096],[-198448,20656],[-196555,19630],[-195454,15477],[-196712,97015],[-200351,100464],[-193360,91898],[-211504,-9755],[-210566,-9057],[-213994,-11787],[-215165,-11309],[-210224,-1133],[-212322,-1337],[-215583,-1501],[-214462,-46405],[-206889,-62836],[-207824,10522],[-217529,942],[-208427,11450],[-216748,18115],[-211182,20501],[-205518,22208],[-215653,23543],[-215524,99381],[-219813,-2025],[-220279,-2759],[-220750,-5619],[-223358,-50842],[-220452,-51636],[-218697,5043],[-220142,8027],[-218065,24672],[-219416,23911],[-227020,587618],[-232803,-16726],[-236446,-14360],[-235316,130600],[-230717,587501],[-236275,593851],[-250953,-7659],[-246261,-27537],[-247952,-26094],[-249652,-25524],[-243260,36718],[-245678,32351],[-262898,-120135],[-261328,-121063],[-263715,-138432],[-262731,-136132],[-258773,-4120],[-261890,-38178],[-266137,-26052],[-263422,-59215],[-264499,-88797],[-259083,-96080],[-267704,-99701],[-256872,-90074],[-267796,-91255],[-258052,-105752],[-263926,-113659],[-278445,-118254],[-279405,-122195],[-279969,-134310],[-276530,-136154],[-272959,-136713],[-271708,-143809],[-280507,-144248],[-268998,-35293],[-269950,-86401],[-278502,-85499],[-274711,-85261],[-274005,-92041],[-271672,-101653],[-276304,-112525],[-276642,-109733],[-272326,96460],[-283257,-125373],[-288988,-115621],[-287179,-118243],[-290397,-130632],[-291250,-133789],[-289020,-130888],[-283599,-141059],[-285313,-149225],[-291224,-146133],[-288450,-149456],[-288223,-75763],[-287179,-86842],[-285839,-81878],[-283403,-82964],[-288564,-93765],[-293375,-95059],[-285881,-106996],[-294288,-110476],[-290160,-107208],[-281795,-104463],[-285384,-108682],[-299647,-121922],[-302966,-121021],[-295651,-117891],[-302300,-127434],[-298073,-132746],[-296692,-141098],[-295033,-141608],[-305796,-75833],[-303157,-72556],[-302287,-72230],[-306432,-80820],[-299724,-78258],[-296574,-86329],[-297224,-83080],[-299905,-79037],[-300383,-100025],[-303086,-97215],[-301346,-106308],[-298262,-113203],[-304643,22195],[-304345,22003],[-305865,26829],[-305589,26278],[-305912,26453],[-305147,26009],[-317628,-123270],[-312156,-126258],[-309943,-131738],[-308193,-72756],[-313027,-88022],[-309113,-85541],[-315726,-106667],[-318805,-107058],[-309030,-111806],[-316893,-114330],[-317062,-113091],[-309959,23544],[-315377,85418],[-308991,89718],[-314151,101810],[-320880,92083],[-321464,-130248],[-324134,-129319],[-331990,-145490],[-326658,-145142],[-332583,-152863],[-328390,-152300],[-331661,-157824],[-332418,-161735],[-320872,62650],[-321472,75300],[-332937,-146782],[-340316,-169397],[-334332,-168909],[-378314,220703],[-372220,218005],[-373438,220027],[-382897,110572],[-387466,216226],[-392059,205814],[-393586,205123],[-385872,225331],[-385910,230307],[-407774,489437],[-412955,488303],[-415983,493163],[-434805,201786],[-433498,221482],[-431252,233937],[-443815,-5586],[-446193,12902],[-439164,1113],[-443913,188374],[-436145,191664],[-447050,188954],[-447752,196112],[-436840,216207],[-446962,228450],[-446995,237745],[-443717,237870],[-437365,241896],[-450485,204241],[-450809,210912],[-451595,217542],[-450209,214619],[-451151,221547],[-448746,226749],[-448117,235301],[-489840,383498],[-502894,368331],[-505656,371171],[-500987,375918],[-508065,383876],[-500820,371571],[-500709,391285],[-519620,373246],[-547463,205645],[-561984,190834],[-554804,200227],[-556794,193310],[-555977,202540],[-571422,175264],[-574673,186171],[-567690,181913],[-568932,190425],[-600107,216576],[-596749,211317],[-592321,222309],[-593400,218988],[-613827,59547],[-610608,52651],[-603473,58920],[-618354,56041],[-621814,55296],[-623180,60945],[-618158,58491],[-614976,66518],[-663147,1688505],[-665174,1692184],[-671766,1682055],[-60960,414143],[-70940,379652],[-67951,382572],[-83869,409325],[-84195,405221],[-88183,405635],[-89422,421048],[-80242,420737],[-80330,412530],[-77588,416006],[-78175,427746],[-1013584,1485427],[-95189,392790],[-100521,391716],[-89898,386862],[-101578,408935],[-98288,419260],[-94940,411192],[-103523,420668],[132056,-17084],[129729,-27843],[134137,4038],[130830,38768],[151336,-7055],[176816,410227],[196609,312181],[30186,137583],[44315,135718],[39076,133444],[56946,141108],[59848,124620],[65305,129584],[75544,129513],[71794,43990],[69692,114664],[71992,120255],[83359,9550],[86528,23802],[79122,41476],[84084,42699],[88631,59996],[88294,76916],[84710,74030],[78148,70671],[78202,74534],[77618,79731],[84693,90987],[89445,93336],[77759,102216],[82972,99926],[79915,111572],[99997,10346],[97526,32950],[93570,43863],[92891,42607],[91221,64060],[97407,71112],[96975,89181],[94015,88222],[99041,96643],[99648,90010],[114335,-4728],[106643,-6179],[109889,-24016],[103395,-23180],[114682,-20131],[106703,9467],[109851,18508],[114648,37233],[111248,26872],[108392,43354],[111506,53093],[111331,70708],[124280,-25453],[123686,6131],[126551,21660],[119749,25016],[116405,41408],[-163731,-143232],[-178621,62182],[-179189,74994],[-178191,76103],[-178706,75370],[-175706,71961],[-172880,71455],[-175144,75431],[-175122,69173],[-174148,69176],[-171355,73111],[-176020,69721],[-175677,69970],[-178972,69121],[-178050,74130],[-178481,71867],[-178618,64557],[-177028,86327],[-175975,83050],[-178108,84364],[-174333,83530],[-177003,88249],[-177062,79108],[-177084,79920],[-178583,79027],[-178444,77916],[-178963,78506],[-176513,89857],[-175831,90869],[-177664,90273],[-178542,91237],[-180735,62506],[-179503,60535],[-182245,60442],[-182617,75486],[-182884,76249],[-186267,75123],[-180386,71422],[-183749,76948],[-183324,76577],[-185605,76095],[-185570,75431],[-183520,75406],[-184880,73566],[-186190,73864],[-181875,73329],[-182753,71733],[-182410,71533],[-180410,67701],[-184877,68484],[-185346,69475],[-184129,69389],[-183556,68093],[-184792,65339],[-183795,64670],[-183331,65520],[-180816,66191],[-180299,80682],[-180301,77263],[-181871,77485],[-181163,77156],[-179630,81070],[-180494,80764],[-184351,80174],[-182478,79947],[-181226,82074],[-181678,88734],[-182880,87144],[-181497,87085],[-179362,82462],[-181516,89409],[-180575,89140],[-188117,86547],[-187049,88258],[-187350,87265],[-187023,87555],[-186892,86394],[-184829,86475],[-183653,84909],[-182371,83540],[-185260,84983],[-184999,82243],[-183993,84730],[-182618,89698],[-183183,87811],[-185550,87681],[-191149,80639],[-191158,80043],[-189494,81095],[-187545,77021],[-189828,79364],[-191546,89407],[-185374,82448],[-188337,85402],[-187699,84910],[-185279,86366],[-190594,88524],[-190401,85729],[-191357,85598],[-191658,84835],[-189581,87152],[-189601,87860],[-188744,87655],[-186622,82977],[-187212,83533],[-188067,82062],[-188353,79949],[-187107,79244],[-185872,81185],[-184296,78511],[-187489,80735],[-188977,83415],[-185107,94460],[-183402,94850],[-187002,97531],[-187413,97448],[-191707,96083],[-191168,99310],[-185113,101889],[-185540,102467],[-190163,92601],[-188782,90472],[-190479,91837],[-186474,92476],[-188743,91838],[-186907,91176],[-185993,92845],[-186078,92045],[-183406,92519],[-186558,89933],[-185347,91154],[-184064,90178],[-191803,93666],[-190591,94334],[-184683,96589],[-183940,96649],[-183839,95254],[-188668,101475],[-187045,100687],[-191922,90401],[-180702,92457],[-180191,94441],[-182285,92486],[-191588,106649],[-190831,102665],[-191895,105061],[-186915,107128],[-184280,105316],[-187493,108083],[-188643,102885],[-191334,103924],[-191901,103817],[-202040,87299],[-202895,89689],[-199828,87717],[-203897,86692],[-201062,85316],[-202606,87843],[-202076,88810],[-200655,87565],[-192610,79663],[-193944,80154],[-196180,81047],[-194304,81144],[-196568,82085],[-193374,82348],[-195804,86217],[-193022,84562],[-196864,85574],[-194249,86440],[-196562,85015],[-195770,88450],[-197086,86871],[-195923,86782],[-200701,83336],[-204370,83750],[-203119,81828],[-201339,83362],[-203259,82765],[-199106,81348],[-197789,82438],[-198498,82812],[-200558,79995],[-200607,81421],[-204775,84494],[-193580,88657],[-193293,86495],[-196050,84993],[-195168,89511],[-193834,87959],[-192492,87396],[-193654,89443],[-193301,96403],[-195885,99697],[-193559,98936],[-197518,97942],[-196875,101619],[-201207,102169],[-199177,102179],[-198034,98646],[-204341,97203],[-203252,96872],[-203491,95709],[-198731,95249],[-198880,94485],[-197678,93316],[-195882,97476],[-195715,96633],[-194745,97460],[-195264,95796],[-194277,94276],[-195995,95970],[-198163,95869],[-198012,95313],[-195881,93221],[-199369,96921],[-199074,99160],[-200134,94272],[-201229,90299],[-192103,97030],[-192155,101125],[-195013,90085],[-197170,90071],[-199038,90111],[-197392,90939],[-197229,92284],[-202798,93688],[-200579,91349],[-201816,92306],[-201094,91046],[-200242,91625],[-200459,92191],[-199003,92825],[-192334,92041],[-195504,102532],[-195760,92387],[-193898,93413],[-194253,90377],[-192701,91460],[-196739,104795],[-195269,106644],[-196267,113447],[-195653,113090],[-195083,108188],[-195557,107614],[-200914,110035],[-203002,104306],[-200373,108118],[-200602,107845],[-200996,106141],[-198607,112003],[-196767,110885],[-198040,110799],[-195228,114563],[-198759,113291],[-193736,110803],[-193628,105619],[-193703,104411],[-192936,104450],[-195056,102679],[-206756,85717],[-205628,84337],[-205114,85040],[-206005,85757],[-206869,96012],[-208645,92298],[-205614,93472],[-207420,90959],[-205449,91394],[-206594,91467],[-207543,95057],[-206956,93742],[-209280,92895],[-208891,95561],[-214176,96742],[-212186,96732],[-212670,98768],[-212196,99877],[-210575,100384],[-214678,98245],[-214848,100063],[-214095,99404],[-212881,101234],[-214070,103922],[-215056,103901],[-228122,585359],[-239998,134332],[-239888,137802],[-243052,587935],[-263684,-117423],[-265829,-132223],[-260854,-85647],[-258716,-102107],[-262916,-98027],[-261390,-94284],[-264609,-90590],[-263370,-95343],[-261737,-110963],[-277733,-118505],[-275682,-133968],[-279956,-145933],[-273995,-82874],[-269935,-88174],[-268988,-95901],[-273909,-91434],[-274193,-99339],[-272873,-98695],[-273370,98384],[-282169,-127362],[-282205,-121480],[-288267,-130204],[-290656,-135339],[-287751,-146754],[-289452,-145380],[-284514,-77045],[-287589,-86046],[-286323,-83293],[-290189,-92715],[-289950,-97572],[-291112,-101767],[-283158,-100349],[-284628,-112984],[-287350,-113991],[-294963,-120761],[-304898,-117417],[-304890,-115576],[-302912,-124867],[-300717,-129326],[-306726,-134217],[-299642,-132505],[-297237,-144915],[-301840,-141370],[-304931,-71906],[-299011,-73122],[-297104,-75990],[-294853,-80415],[-299031,-88671],[-297406,-82165],[-302299,-98043],[-296275,-96420],[-304454,-95588],[-298194,-105923],[-301909,-106857],[-297699,-107522],[-318962,-115188],[-312629,-126556],[-309784,-70576],[-308319,-78307],[-314481,-89781],[-315542,-104939],[-316863,86629],[-307208,88517],[-325238,-127150],[-325711,-143858],[-328516,-155098],[-320589,80267],[-320046,82285],[-328572,98047],[-320096,93408],[-407672,485421],[-415017,488540],[-417387,495099],[-491905,383632],[-496940,391027],[-500362,377697],[-502077,373375],[-508335,384670],[-506446,392955],[-515758,371846],[-520084,373957],[-548330,204015],[-544214,197135],[-546017,202763],[-558130,188690],[-557989,193497],[-559858,202069],[-573158,176958],[-570601,187621],[-572410,195189],[-595305,209712],[-596075,217438],[-599629,210544],[-610660,60248],[-606299,56656],[-606158,59865],[-625309,55970],[-619065,63777],[-621294,60344],[-617208,60959],[-74674,377643],[-80402,377457],[134086,-6830],[128319,-30059],[139422,-39247],[139312,12733],[142395,-19946],[62914,130134],[61428,126797],[74603,42807],[73960,50520],[71055,113633],[84103,2270],[84295,25350],[88585,45991],[80927,59084],[77210,86938],[88854,85192],[77926,93119],[80924,101968],[83220,102550],[82315,120291],[99804,36198],[100299,31295],[96228,42130],[90605,38931],[89763,52323],[99583,65859],[89736,66509],[98538,76820],[99305,93046],[112731,-542],[109900,-25285],[110126,22269],[114081,35372],[108105,30615],[106147,56759],[102851,65693],[105275,96859],[103035,96208],[123489,-4387],[121592,-15668],[123906,12874],[120115,15806],[127186,33497],[120178,27990],[121687,43485],[119581,43060],[116171,53215],[-143712,-428491],[-191778,-550147],[-183868,-548646],[-204577,-319288],[-216137,-303537],[-208916,-297088],[-206018,-303675],[-207899,-314433],[-204904,-316314],[-216823,-312122],[-213617,-559964],[-223617,-306391],[-226895,-314642],[-217849,-325426],[-239691,-298877],[-253352,-293692],[-243884,-296620],[-246581,-296694],[-249133,-306925],[-247055,-301501],[-243258,-294599],[-244375,-298145],[-254003,-93885],[-254431,-95881],[-255836,-99418],[-253705,-101802],[-257897,-116471],[-264506,-116628],[-263592,-119092],[-268400,-119354],[-259058,-120838],[-257874,-118555],[-259543,-122745],[-262596,-138149],[-262472,-139774],[-261719,-132752],[-260167,-136454],[-264398,-134798],[-267977,-282267],[-268347,-294100],[-262001,-298027],[-262200,-88204],[-262709,-81640],[-267602,-85383],[-261261,-88567],[-267579,-89254],[-256391,-95764],[-257552,-99534],[-266892,-100432],[-266636,-98994],[-265325,-101063],[-259559,-92700],[-257393,-91798],[-266057,-92945],[-264355,-93575],[-260133,-113468],[-263888,-112652],[-262471,-112399],[-273154,-117402],[-279152,-118927],[-274425,-115822],[-274866,-125981],[-275083,-122723],[-277631,-126181],[-278770,-127293],[-278930,-123710],[-279039,-129902],[-276617,-139133],[-274835,-137719],[-270029,-143911],[-273782,-146645],[-272471,-145692],[-281170,-263469],[-279957,-272122],[-280786,-275038],[-269702,-283051],[-276857,-356503],[-275130,-359817],[-275287,-82326],[-274407,-84205],[-271150,-87280],[-271167,-89284],[-278833,-87224],[-278824,-82082],[-279732,-85342],[-277126,-84248],[-281164,-89018],[-273987,-90123],[-273139,-91078],[-273528,-95386],[-273979,-100631],[-277206,-91635],[-273993,-108452],[-275167,-113653],[-270080,-103911],[-274336,-103773],[-269307,-104537],[-279060,-102922],[-289217,-121226],[-289752,-115531],[-283272,-115889],[-285403,-116325],[-282237,-118758],[-283553,-120701],[-282325,-124632],[-283930,-140366],[-283090,-131837],[-287223,-131001],[-285673,-129372],[-293551,-133054],[-291796,-131318],[-293126,-135343],[-284419,-143325],[-283203,-148707],[-290604,-144998],[-288359,-152368],[-290954,-147994],[-291429,-142775],[-293092,-141199],[-291680,-145019],[-286666,-247099],[-289114,-259925],[-292301,-262447],[-288671,-267358],[-284455,-258982],[-282951,-257646],[-291244,-264397],[-286181,-257147],[-290254,-267127],[-293079,-271311],[-292505,-268763],[-286344,-271224],[-289710,-277246],[-289838,-271273],[-293960,-280290],[-291894,-280712],[-286925,-281218],[-290074,-279845],[-286214,-279270],[-290978,-282034],[-289622,-283740],[-292617,-283478],[-285954,-282558],[-283179,-287254],[-285640,-77155],[-283639,-83067],[-289157,-82154],[-286455,-85590],[-293389,-89256],[-286365,-77400],[-284971,-78046],[-286353,-81931],[-294247,-86561],[-284629,-90714],[-294033,-93468],[-288950,-91348],[-285658,-98819],[-287901,-98690],[-284312,-98066],[-288814,-101958],[-283199,-98916],[-284225,-99319],[-293127,-113664],[-291009,-113397],[-281902,-114798],[-291016,-103966],[-292407,-106779],[-282285,-112275],[-281844,-111244],[-285100,-112148],[-295290,-121682],[-301842,-122462],[-296295,-126925],[-297441,-124373],[-307015,-121322],[-300344,-121549],[-297396,-116050],[-297831,-117424],[-306338,-115250],[-305745,-124992],[-304666,-124711],[-303403,-130330],[-304741,-132906],[-294642,-132990],[-297769,-134712],[-299539,-135659],[-297051,-139758],[-301382,-142853],[-299802,-141834],[-299023,-143373],[-297888,-258884],[-304772,-256631],[-297055,-265370],[-300065,-256209],[-295277,-269408],[-295264,-273139],[-294508,-276810],[-299285,-275026],[-302653,-269619],[-300004,-275878],[-297276,-276329],[-295471,-279587],[-301628,-274541],[-303014,-275907],[-304097,-272819],[-294479,-271853],[-303960,-274847],[-303975,-71577],[-306431,-71501],[-302364,-72744],[-298042,-74318],[-301704,-75827],[-303563,-76418],[-296415,-76184],[-302622,-75281],[-296485,-75311],[-306995,-80141],[-296269,-78849],[-296112,-80100],[-295240,-84596],[-296169,-85612],[-299708,-81341],[-299890,-84446],[-296279,-82744],[-304117,-98769],[-303604,-99866],[-294953,-101226],[-298772,-94355],[-297199,-100398],[-298115,-97568],[-301614,-95267],[-303526,-96676],[-304851,-102983],[-299006,-104065],[-296393,-104502],[-301808,-104606],[-301984,-103661],[-303838,-104256],[-305773,-111499],[-294524,-108857],[-296619,-108273],[-296824,-110012],[-314088,-115062],[-317943,-116306],[-318500,-124536],[-312626,-125280],[-312319,-121906],[-318466,-126819],[-307208,-133049],[-307597,-131854],[-312837,-268194],[-317275,-265587],[-315331,-266409],[-319333,-267577],[-319700,-258429],[-315451,-269656],[-313528,-270847],[-314910,-269056],[-318049,-269295],[-313339,-271684],[-312135,-269896],[-307692,-273388],[-319630,-274165],[-316558,-274773],[-313452,-275386],[-311953,-275684],[-317000,-277001],[-310161,-71221],[-309009,-75178],[-310943,-70301],[-315811,-71411],[-317864,-74334],[-319843,-66041],[-317018,-68208],[-312131,-78488],[-311293,-87096],[-309434,-84854],[-310813,-89504],[-307996,-92573],[-314515,-106372],[-316369,-107015],[-317137,-104801],[-308511,-112441],[-319868,-111947],[-319314,-113800],[-321411,-122224],[-322963,-127198],[-321155,-131775],[-325139,-134614],[-323531,-132006],[-320248,-128666],[-329724,-146455],[-331297,-146735],[-330319,-144410],[-331090,-148721],[-329825,-160773],[-329726,-158737],[-329783,-157577],[-321278,-266921],[-320707,-265972],[-322602,-266570],[-331844,-258818],[-331489,-272254],[-328499,-269388],[-330452,-272803],[-321565,-272926],[-324965,-268955],[-329759,-278632],[-324964,-274211],[-321337,-275716],[-323314,-280016],[-320246,-278970],[-326503,-279514],[-321175,-71239],[-320296,-68476],[-320775,-108974],[-334923,-151194],[-332862,-148785],[-336617,-164923],[-340912,-165516],[-338055,-168165],[-340230,-167191],[-342567,-166441],[-341223,-267080],[-344220,-258040],[-344795,-257046],[-342337,-259692],[-341490,-263743],[-343178,-264657],[-345051,-266292],[-341186,-265573],[-338694,-266801],[-344435,-264240],[-333598,-259017],[-332821,-260178],[-339048,-259066],[-340593,-264209],[-335343,-259849],[-336875,-269563],[-341988,-273132],[-342487,-270670],[-333216,-269329],[-342714,-273977],[-343431,-277783],[-344310,-277216],[-355571,-121976],[-353166,-125183],[-356827,-137545],[-356606,-139282],[-352557,-129459],[-353292,-129675],[-352042,-129773],[-350152,-130002],[-350143,-128927],[-350488,-131766],[-352694,-131576],[-351126,-134495],[-348846,-135002],[-348021,-137398],[-356540,-195829],[-357955,-229414],[-354624,-236397],[-352459,-236186],[-355004,-235534],[-357406,-231878],[-352579,-240576],[-354120,-237564],[-358083,-230937],[-354573,-232871],[-352865,-233261],[-353811,-232822],[-349351,-235113],[-350173,-232753],[-351585,-231696],[-350674,-233455],[-349333,-237303],[-355835,-249536],[-356656,-251212],[-353031,-251171],[-348953,-255478],[-357836,-266598],[-351287,-265352],[-352584,-264634],[-348170,-262168],[-351148,-263542],[-353893,-267096],[-348558,-267082],[-347250,-264264],[-352136,-268777],[-347992,-269374],[-354594,-273688],[-354014,-274426],[-356992,-272491],[-358325,-275174],[-346118,-277615],[-353086,-271444],[-348239,-277825],[-368109,-123203],[-363632,-122259],[-365116,-125609],[-365499,-127393],[-359427,-120820],[-364257,-118707],[-365615,-121944],[-367086,-120970],[-367054,-123140],[-367582,-119975],[-370837,-121056],[-367146,-115040],[-369447,-117846],[-370205,-122054],[-366748,-115221],[-367034,-119192],[-367428,-118113],[-367125,-128535],[-369034,-129502],[-367925,-129934],[-366046,-134289],[-366835,-131453],[-365703,-131817],[-363293,-130847],[-367974,-133922],[-368964,-129782],[-368972,-131546],[-369505,-132174],[-365851,-129125],[-365639,-129464],[-365590,-129289],[-366704,-127923],[-362985,-132177],[-361877,-133618],[-360914,-138495],[-360690,-130594],[-360434,-135717],[-360050,-131565],[-362192,-137214],[-368879,-140207],[-367564,-140224],[-364233,-138636],[-361549,-134733],[-358813,-128945],[-367537,-137412],[-366292,-144229],[-369947,-149970],[-365363,-146090],[-363093,-145466],[-364549,-140752],[-364611,-141811],[-368168,-143253],[-370379,-144129],[-368817,-158367],[-366347,-164875],[-367451,-155164],[-363902,-161492],[-368525,-162836],[-364213,-164928],[-363940,-162488],[-359096,-161982],[-369631,-189051],[-366479,-192914],[-363211,-204197],[-370774,-195240],[-371085,-200134],[-367493,-201659],[-371011,-192753],[-362615,-201369],[-361500,-200336],[-370596,-194631],[-369275,-196793],[-364250,-202448],[-368281,-202423],[-361017,-191824],[-364972,-199584],[-360945,-204047],[-360626,-192024],[-359482,-200050],[-359127,-194592],[-358709,-195537],[-361795,-204449],[-365800,-203579],[-371150,-193219],[-369419,-209484],[-370308,-205522],[-367115,-204610],[-365165,-213942],[-370060,-210543],[-364326,-208800],[-360375,-205540],[-364344,-207032],[-368876,-210165],[-368804,-213392],[-369617,-208011],[-368710,-211415],[-369238,-212115],[-366952,-213300],[-367576,-214737],[-363289,-204622],[-364368,-213251],[-364468,-215627],[-365066,-216681],[-358478,-209814],[-361858,-213854],[-363163,-213140],[-361532,-215340],[-360276,-215990],[-362832,-211419],[-364650,-228536],[-365915,-223960],[-369550,-227293],[-359663,-226144],[-363997,-227069],[-371150,-221642],[-371038,-220434],[-366393,-230068],[-368543,-223658],[-369479,-223775],[-364338,-226273],[-361083,-225299],[-369573,-220358],[-364662,-218153],[-366634,-218140],[-361754,-231022],[-362812,-236192],[-358681,-240157],[-361771,-242768],[-366149,-230290],[-359470,-230536],[-360808,-230878],[-365854,-242960],[-367809,-242685],[-367845,-241992],[-367098,-230265],[-361157,-235567],[-361555,-235390],[-361241,-237535],[-361410,-242714],[-360073,-233126],[-368017,-244849],[-369965,-247986],[-369619,-246602],[-370080,-252634],[-363033,-247519],[-366680,-243401],[-365313,-243343],[-365847,-243199],[-361637,-243086],[-367417,-255517],[-371090,-254802],[-364804,-264665],[-363074,-258668],[-362660,-265980],[-360598,-264519],[-365599,-261501],[-361764,-265686],[-360766,-260503],[-365489,-262552],[-363877,-266284],[-366949,-264167],[-366126,-266802],[-367524,-256642],[-369808,-262936],[-363053,-271255],[-361839,-272595],[-364820,-270512],[-365416,-272236],[-368271,-273060],[-363521,-275691],[-367272,-277331],[-368268,-276935],[-369764,-277775],[-361596,-101198],[-363407,-93493],[-364620,-92531],[-366507,-91679],[-362712,-91188],[-366601,-96842],[-366002,-92307],[-368845,-98756],[-370740,-94642],[-368225,-94468],[-361202,-96341],[-365623,-101191],[-369025,-99209],[-368810,-100593],[-366260,-100709],[-366099,-99978],[-369810,-91954],[-368119,-100393],[-370844,-90674],[-363806,-98321],[-364309,-100113],[-370004,-90237],[-363053,-102946],[-361120,-104410],[-362762,-104338],[-360806,-111174],[-361355,-109100],[-363501,-111445],[-361798,-113020],[-364844,-108929],[-365101,-109134],[-362009,-106526],[-368624,-110584],[-366090,-108310],[-367206,-105737],[-365256,-106273],[-365954,-106375],[-366828,-104661],[-365871,-104254],[-365955,-106181],[-364782,-102421],[-370137,-104076],[-369566,-105106],[-363753,-107087],[-364580,-107556],[-364577,-107134],[-379901,-125188],[-379038,-118494],[-379990,-120516],[-375437,-116709],[-380654,-117476],[-378754,-116883],[-371684,-115004],[-371954,-125816],[-372938,-122915],[-377279,-126320],[-371878,-123724],[-373416,-118154],[-371976,-118073],[-381106,-117587],[-381159,-118223],[-372537,-128241],[-372448,-133118],[-372472,-130647],[-371238,-134979],[-371278,-135314],[-376623,-139141],[-377397,-140010],[-372235,-135114],[-383239,-138607],[-383567,-133474],[-381924,-136419],[-380822,-136444],[-379442,-135510],[-380619,-132068],[-380926,-128191],[-383478,-128258],[-382429,-131448],[-372662,-134133],[-376533,-151637],[-374276,-148030],[-373749,-143542],[-375182,-145513],[-373789,-146634],[-371866,-141997],[-374113,-141609],[-380536,-152579],[-382387,-152303],[-379995,-142781],[-382408,-151369],[-383039,-146536],[-383325,-151058],[-371259,-150562],[-372333,-141133],[-372488,-140741],[-376565,-149920],[-380536,-152579],[-371984,-142360],[-373325,-156773],[-376412,-159179],[-375002,-162769],[-381789,-165711],[-383267,-160263],[-383834,-174413],[-383778,-175141],[-380221,-176122],[-379608,-169521],[-379961,-170192],[-380605,-172415],[-379799,-177391],[-381988,-173215],[-382345,-172513],[-381240,-178383],[-381822,-178953],[-379283,-190836],[-380802,-191300],[-371486,-188021],[-372050,-188896],[-374234,-187676],[-376073,-185567],[-382958,-180478],[-378777,-179827],[-383948,-183331],[-379042,-183377],[-378146,-186858],[-377867,-187965],[-382277,-181804],[-382875,-181175],[-382105,-181498],[-383190,-200088],[-376744,-200639],[-372965,-202990],[-373688,-196020],[-374030,-194440],[-374642,-195462],[-377256,-195956],[-383147,-203522],[-380748,-199384],[-381049,-201271],[-372943,-195520],[-380583,-201786],[-380443,-202351],[-383498,-212191],[-383651,-213776],[-381797,-215305],[-381138,-213735],[-375425,-215460],[-374403,-211903],[-374205,-211596],[-373999,-209681],[-379620,-208462],[-382054,-211801],[-377492,-215787],[-376585,-213760],[-376830,-216421],[-378668,-216826],[-379076,-214703],[-376842,-211941],[-376217,-213522],[-376218,-210108],[-376168,-208707],[-375423,-216618],[-372119,-209572],[-371562,-208892],[-372742,-211150],[-380343,-208069],[-372005,-212449],[-372786,-217006],[-383265,-207003],[-377275,-214501],[-378720,-215414],[-371387,-224505],[-377286,-217898],[-379070,-218006],[-373288,-220208],[-372305,-219365],[-373658,-238827],[-380687,-238855],[-381789,-239838],[-383529,-232930],[-378943,-235937],[-371598,-241692],[-375519,-241813],[-377567,-241871],[-378770,-241569],[-372718,-242286],[-374257,-251136],[-374865,-251609],[-375792,-245769],[-373206,-248034],[-373194,-249583],[-374756,-251273],[-373379,-250953],[-380115,-267010],[-371953,-264755],[-373753,-260624],[-375436,-261563],[-380295,-265687],[-377065,-263333],[-377966,-263568],[-375624,-267542],[-373942,-83503],[-372980,-77641],[-372259,-82350],[-376067,-78213],[-374992,-80823],[-372543,-77242],[-378006,-83797],[-374067,-87834],[-379543,-77395],[-378190,-79671],[-380009,-79241],[-374555,-79030],[-372542,-79552],[-374452,-76624],[-373500,-86199],[-374465,-87209],[-372438,-86580],[-376631,-84872],[-371216,-85177],[-376917,-85286],[-377319,-88647],[-375688,-87241],[-374084,-92313],[-375602,-100052],[-376144,-99859],[-378407,-99075],[-373787,-99543],[-371202,-93686],[-372439,-92201],[-371245,-93211],[-383442,-101645],[-380393,-102177],[-375023,-96205],[-374885,-91374],[-372148,-95862],[-373576,-96758],[-379688,-100030],[-382754,-100611],[-377331,-101948],[-381684,-100172],[-380370,-102187],[-379436,-101716],[-380337,-100462],[-379407,-99221],[-374998,-93933],[-381937,-93488],[-378393,-97989],[-381076,-95575],[-383787,-90986],[-380035,-92678],[-374060,-110784],[-371485,-105432],[-375579,-105082],[-380119,-107694],[-377973,-105620],[-375143,-110294],[-373676,-114449],[-374651,-110959],[-375385,-112180],[-372639,-110216],[-375155,-111259],[-375156,-104279],[-373415,-104040],[-373084,-110462],[-381632,-103346],[-379464,-104161],[-381762,-102866],[-381732,-106568],[-380176,-114770],[-383099,-106413],[-383766,-110336],[-389947,-125166],[-388690,-124381],[-392135,-124014],[-388697,-120803],[-384595,-119798],[-389385,-117548],[-387137,-125959],[-390458,-126018],[-391589,-116060],[-391909,-125896],[-395190,-126941],[-388045,-115296],[-395065,-118323],[-393843,-121741],[-396129,-118213],[-385367,-130895],[-386549,-130227],[-390530,-134485],[-390156,-130645],[-392116,-131281],[-390250,-129669],[-391945,-132227],[-387844,-129935],[-390303,-130639],[-391293,-136275],[-393600,-135198],[-393696,-128155],[-391825,-137649],[-392389,-148585],[-387922,-152680],[-384392,-152534],[-391795,-147351],[-387431,-151037],[-394897,-153293],[-388310,-145698],[-384726,-143523],[-387868,-143914],[-384377,-141659],[-388092,-142115],[-388042,-144852],[-385120,-141962],[-384639,-145339],[-385129,-148866],[-384672,-145377],[-393785,-156785],[-393763,-155288],[-384678,-155309],[-386602,-153468],[-388014,-157059],[-395475,-160516],[-394930,-161816],[-395477,-165786],[-391367,-162541],[-392081,-174039],[-391009,-176523],[-393180,-178450],[-386222,-178009],[-386992,-168752],[-395379,-172290],[-386053,-177668],[-394327,-189011],[-387442,-191652],[-384138,-181232],[-384749,-180120],[-395487,-187974],[-386922,-179810],[-385289,-183867],[-385493,-181339],[-395597,-188863],[-396316,-181229],[-385683,-181577],[-385691,-181063],[-385772,-183989],[-387428,-180717],[-387538,-180976],[-384611,-204369],[-395912,-196966],[-388753,-203904],[-385587,-198643],[-394423,-199265],[-388701,-192036],[-385533,-200281],[-387134,-199601],[-384834,-197939],[-384618,-199721],[-385632,-196207],[-386570,-195717],[-387407,-194050],[-395150,-199092],[-394750,-199640],[-395605,-198169],[-396430,-195313],[-390169,-217296],[-385340,-207215],[-384876,-205844],[-390421,-210818],[-391133,-214626],[-394981,-213424],[-396168,-212256],[-396717,-209500],[-395936,-211742],[-394736,-212594],[-395334,-211525],[-392757,-213061],[-396656,-206960],[-390132,-210996],[-395241,-222741],[-389812,-224316],[-394349,-225097],[-390132,-226884],[-394315,-217470],[-395308,-218517],[-394351,-219112],[-396421,-219381],[-395781,-228709],[-395790,-220358],[-395496,-220500],[-395282,-224691],[-390728,-223717],[-388977,-222755],[-395773,-229686],[-389246,-235433],[-393135,-233301],[-387353,-235406],[-388514,-231394],[-387518,-233975],[-393844,-230772],[-392502,-233100],[-393155,-234221],[-393231,-231646],[-384558,-237202],[-389880,-240143],[-384275,-241985],[-392542,-241131],[-393670,-236088],[-394730,-236762],[-390434,-236022],[-390626,-74172],[-393187,-75193],[-393855,-71236],[-390854,-88140],[-388433,-87981],[-388363,-88564],[-385312,-87823],[-384906,-88224],[-391869,-82949],[-391647,-82561],[-390504,-85928],[-390782,-81726],[-387437,-79419],[-387395,-79775],[-391800,-78398],[-394677,-85921],[-394124,-85878],[-394145,-87640],[-393156,-85793],[-391646,-85077],[-388016,-79833],[-387061,-87364],[-389432,-99904],[-392749,-99855],[-390411,-101508],[-387547,-101343],[-384846,-101281],[-393876,-92948],[-393203,-96997],[-391563,-92333],[-395978,-94219],[-395472,-94854],[-395040,-96748],[-396503,-97437],[-391952,-94186],[-390254,-91354],[-390842,-90092],[-390020,-90606],[-390565,-101111],[-387704,-90050],[-385782,-93322],[-390343,-97553],[-389754,-93046],[-385641,-96787],[-384619,-96729],[-391907,-89665],[-392515,-92802],[-384342,-97648],[-396275,-94723],[-387886,-102761],[-387357,-103927],[-385359,-103446],[-396128,-109901],[-394550,-109542],[-393953,-110871],[-393976,-112887],[-392419,-110960],[-393783,-113284],[-393502,-111353],[-388014,-112345],[-387621,-107705],[-394149,-102492],[-406852,-127776],[-406880,-122002],[-407733,-124281],[-407890,-120085],[-399996,-129645],[-402293,-130790],[-405532,-128009],[-404919,-129855],[-406811,-130269],[-397366,-153827],[-403648,-155610],[-403593,-154817],[-398947,-158478],[-398001,-158838],[-397125,-161874],[-408262,-161848],[-403916,-174158],[-398575,-178943],[-405099,-175046],[-403970,-169901],[-401270,-172141],[-402063,-172777],[-400953,-175142],[-404879,-178074],[-402319,-178760],[-400095,-172662],[-409071,-171573],[-407424,-186188],[-404978,-184081],[-401045,-191570],[-407462,-180813],[-405567,-186276],[-402002,-185747],[-400939,-188248],[-399640,-186674],[-408712,-190363],[-400773,-186833],[-399940,-185357],[-399496,-188839],[-398003,-185174],[-397209,-181214],[-399308,-179446],[-399862,-179846],[-398781,-194752],[-401856,-196473],[-403441,-194130],[-407351,-199546],[-405393,-199913],[-397303,-199221],[-397935,-203260],[-397435,-198344],[-398250,-203098],[-409014,-193933],[-400373,-200324],[-399117,-202891],[-397908,-215906],[-401285,-211995],[-404772,-216510],[-405664,-215963],[-399483,-216497],[-398406,-217164],[-397148,-212625],[-397262,-214478],[-398488,-209900],[-397344,-210352],[-399498,-211519],[-398614,-213204],[-398490,-210954],[-398743,-207959],[-397761,-208758],[-397996,-206630],[-399612,-208747],[-397230,-208135],[-402035,-209493],[-401033,-211118],[-406948,-216811],[-398265,-222275],[-401245,-217915],[-401808,-218271],[-396941,-222472],[-398274,-224222],[-402975,-225178],[-405575,-217412],[-404812,-218410],[-400139,-217713],[-397915,-217940],[-397851,-220813],[-399866,-227781],[-398891,-226300],[-400832,-224772],[-400352,-229581],[-405933,-224132],[-406370,-219107],[-403277,-231352],[-397992,-230771],[-396984,-235741],[-403482,-249320],[-402374,-245886],[-403160,-254390],[-404443,-49472],[-400785,-42747],[-401898,-38439],[-403659,-45110],[-399285,-63210],[-399517,-75221],[-399840,-82373],[-403659,-85893],[-396972,-92721],[-406231,-101132],[-398584,-93092],[-397752,-92642],[-403824,-97909],[-400469,-97799],[-401354,-90477],[-405911,-98178],[-406667,-109194],[-400272,-111626],[-397348,-107720],[-398061,-110563],[-401382,-112439],[-405139,-104681],[-410746,-116588],[-419848,-115994],[-419069,-116103],[-410088,-171184],[-413395,-187785],[-418818,-184063],[-422185,-184363],[-420650,-182130],[-420179,-185018],[-409855,-197918],[-411843,-194251],[-410778,-192873],[-413969,-195490],[-410092,-192233],[-410890,-195046],[-416791,-195557],[-417967,-192821],[-417763,-230022],[-417622,-233589],[-418803,-230666],[-417420,-235274],[-418475,-237365],[-420263,-239729],[-419090,-238315],[-414517,-245495],[-410041,-246069],[-415109,-249101],[-414636,-244621],[-412651,-249275],[-420244,-246623],[-410274,-32026],[-410260,-30781],[-420050,-88566],[-418449,-87925],[-420730,-86026],[-420619,-84676],[-412645,-98413],[-415588,-98497],[-418479,-92032],[-418781,-92463],[-411303,-110744],[-412628,-104581],[-414189,-111691],[-416411,-103262],[-424813,-116460],[-433074,-200450],[-428333,-202814],[-429654,-202929],[-434894,-197507],[-425426,-213486],[-424752,-216630],[-428263,-213211],[-435065,-219376],[-425439,-219411],[-427024,-229376],[-430159,-218433],[-429040,-219261],[-424444,-235190],[-426177,-231056],[-429479,-49703],[-428540,-50045],[-432335,-52038],[-434369,-56004],[-434071,-69274],[-424024,-78838],[-423270,-94187],[-426114,-113822],[-423600,-109376],[-424209,-113277],[-422991,-113027],[-436540,-141417],[-436185,-144101],[-441031,-159734],[-446756,-164154],[-437299,-186700],[-445416,-188378],[-445309,-198379],[-446171,-299],[-439963,-1612],[-446197,-1920],[-435213,-244296],[-442843,-17518],[-443795,-17912],[-443265,-57416],[-440762,-58937],[-442195,-61046],[-438817,-59225],[-439428,-58186],[-439121,-60708],[-439310,-62996],[-439287,-66274],[-447153,-89190],[-444924,-91181],[-447101,-94894],[-437643,6416],[-437495,6985],[-447291,2831],[-445620,4833],[-446235,8627],[-445610,5132],[-441692,7365],[-439199,1386],[-460622,-139276],[-454247,-139427],[-459785,-151847],[-457077,-150174],[-458824,-144378],[-456451,-149553],[-459302,-163033],[-457258,-164310],[-459320,-165927],[-459582,-161052],[-450985,-160117],[-450782,-155509],[-448918,-158630],[-449826,-164112],[-455421,-155970],[-452385,-157627],[-451946,-176340],[-451951,-177074],[-457759,-191150],[-452961,-186199],[-454879,-181430],[-457641,-180417],[-458607,-183007],[-455001,-201142],[-460023,-192034],[-455081,-194632],[-455413,-198990],[-460592,-208715],[-448570,-205809],[-448253,-230196],[-451144,-7499],[-450725,-6452],[-451846,95],[-455725,-6093],[-449435,-7473],[-448739,-60805],[-449654,-60595],[-453401,-62765],[-448183,-58896],[-448282,-58452],[-450470,-91738],[-451573,-105275],[-454281,-105587],[-456847,-103939],[-451394,4539],[-450956,1947],[-451380,8607],[-451023,1644],[-451652,8768],[-461603,-124587],[-469906,-137601],[-463109,-140570],[-472324,-132944],[-461901,-135358],[-471819,-145804],[-465548,-141062],[-468046,-143716],[-467939,-160708],[-464084,-164436],[-461865,-170290],[-470505,-177949],[-473160,-178321],[-460900,-167382],[-472210,-171283],[-462471,-173337],[-466518,-175111],[-465156,-173772],[-468584,-166775],[-473096,-179568],[-468345,-179765],[-468098,-180586],[-467142,-190893],[-461418,-189641],[-462609,-185985],[-464340,-200755],[-470226,-198485],[-466151,-193606],[-471109,-199167],[-471233,-202366],[-462452,-207618],[-466154,-206826],[-463505,-210714],[-464990,-208500],[-463824,-215049],[-470070,-217348],[-472365,-219794],[-473441,-5026],[-465246,-35947],[-462350,-44701],[-464117,-38712],[-468546,-43305],[-462292,-49157],[-461283,-47669],[-462537,-56159],[-478183,-138286],[-474063,-128118],[-478407,-136839],[-479754,-150204],[-482028,-150209],[-483607,-146814],[-480301,-148468],[-485530,-149395],[-485348,-152534],[-486196,-166137],[-483280,-163225],[-481468,-164607],[-481372,-162926],[-476205,-167915],[-481982,-178169],[-483694,-178161],[-475910,-174954],[-475706,-173570],[-484122,-168479],[-484705,-169558],[-477535,-166282],[-482393,-180651],[-480950,-182519],[-480032,-180469],[-473914,-183799],[-476156,-196434],[-482194,-193307],[-485749,-210128],[-482920,-214755],[-476715,-205160],[-483544,-221156],[-476674,-367492],[-485429,-100248],[-483670,-102272],[-480479,-102628],[-479222,-103825],[-490346,-139093],[-492629,-139362],[-490524,-149104],[-497715,-148409],[-496059,-153166],[-494505,-145879],[-486962,-150863],[-495762,-149894],[-491677,-144150],[-497807,-166148],[-488731,-174379],[-491650,-174598],[-489875,-176982],[-494357,-173015],[-492883,-175410],[-492022,-172141],[-487860,-182238],[-491887,-180881],[-492065,-185117],[-497542,-187049],[-490235,-190249],[-495200,-184903],[-495984,-189626],[-494657,-188809],[-497341,-183497],[-497699,-183025],[-492558,-185264],[-489369,-188187],[-487472,-188003],[-486725,-184745],[-498300,-183100],[-492042,-195569],[-493695,-193831],[-496263,-194930],[-494900,-194907],[-495607,-200160],[-499075,-198401],[-496999,-201220],[-496897,-202081],[-498336,-204698],[-487779,-222680],[-494129,-221481],[-498671,-437088],[-489987,-454586],[-488794,-463716],[-496757,-477978],[-504380,-123728],[-509929,-152236],[-505766,-149522],[-511559,-145318],[-500093,-148151],[-504264,-140695],[-503037,-153323],[-508718,-141435],[-505218,-161403],[-499457,-154059],[-501484,-170125],[-508930,-175104],[-502724,-173822],[-510572,-176385],[-504184,-174441],[-510972,-172147],[-499934,-174456],[-507102,-181172],[-510522,-185750],[-507773,-186761],[-502199,-189934],[-503947,-189977],[-511388,-185173],[-506185,-190752],[-501812,-192377],[-501067,-199737],[-502917,-198727],[-504749,-209523],[-503811,-205777],[-510903,-208895],[-507382,-223982],[-511923,-226213],[-509159,-225464],[-500209,-226191],[-502346,-225835],[-501205,-229006],[-523307,-141563],[-519615,-147649],[-518188,-141192],[-520286,-154619],[-522197,-154630],[-512409,-155395],[-522915,-154489],[-516056,-156844],[-515557,-176874],[-514664,-172026],[-521722,-178387],[-512420,-181552],[-520230,-188093],[-521897,-206834],[-514348,-207180],[-518209,-232699],[-522896,-239415],[-518076,-436389],[-520422,-436657],[-517827,-476898],[-533574,-126335],[-534528,-125651],[-527559,-119046],[-527523,-121776],[-526683,-126793],[-534322,-140543],[-537246,-131720],[-534505,-128442],[-532896,-137493],[-525307,-140053],[-533459,-146753],[-535146,-141588],[-534710,-143292],[-527658,-165354],[-526126,-162444],[-533512,-154028],[-537414,-159507],[-535664,-165679],[-532867,-158052],[-528597,-155879],[-530488,-156044],[-535419,-162579],[-527302,-155827],[-527540,-178445],[-536270,-166366],[-533407,-175027],[-533704,-171418],[-535763,-170673],[-535782,-177586],[-526862,-166664],[-527655,-184805],[-533152,-182863],[-534216,-190110],[-533077,-184725],[-527179,-188802],[-531493,-192743],[-536339,-197280],[-535464,-192324],[-531745,-444275],[-528632,-459455],[-529466,-466157],[-539852,-124460],[-540017,-124983],[-538980,-123365],[-538724,-128299],[-537649,-128054],[-547460,-135842],[-538145,-158377],[-539251,-163397],[-544448,-163551],[-543913,-161596],[-541974,-163153],[-543213,-158830],[-540480,-156287],[-540799,-165789],[-541111,-159201],[-540839,-159635],[-546082,-170207],[-541495,-178277],[-537751,-177351],[-539010,-168750],[-548411,-172303],[-540563,-183126],[-540194,-188564],[-541304,-185147],[-537629,-192029],[-561603,-137117],[-557987,-135471],[-558551,-148498],[-560779,-164015],[-559842,-162713],[-561360,-158597],[-555696,-171191],[-562335,-167562],[-564258,-139435],[-1019064,1395509],[-1029844,1493511],[-1031567,1492480],[-1051704,1477718],[71496,-245886],[-190221,-545138],[-190380,-546522],[-194778,-549225],[-206720,-297586],[-204882,-299537],[-211135,-311264],[-214703,-314931],[-216317,-448166],[-207946,-460838],[-224575,-299648],[-223795,-303718],[-223282,-313755],[-219139,-315438],[-219687,-325465],[-217617,-445291],[-242529,-293227],[-239386,-291016],[-239386,-298021],[-249356,-286215],[-248501,-284400],[-252408,-429525],[-253122,-449673],[-255763,-96402],[-260492,-115633],[-264626,-117107],[-262995,-116361],[-259624,-121371],[-257229,-121454],[-262875,-118097],[-268148,-138143],[-266102,-138122],[-267616,-137817],[-264567,-136479],[-261203,-130335],[-266665,-132102],[-259890,-299803],[-261992,-80933],[-266251,-86507],[-257779,-98051],[-258409,-100370],[-261676,-101005],[-261383,-94855],[-261698,-92001],[-260669,-93189],[-267178,-91082],[-267738,-94485],[-267400,-92864],[-262759,-94670],[-259915,-104256],[-257441,-104782],[-268134,-104288],[-262491,-102216],[-260425,-114707],[-259202,-110344],[-267797,-102747],[-280881,-117213],[-277925,-118959],[-275980,-126632],[-273886,-126635],[-279242,-126968],[-270041,-120183],[-281590,-125512],[-276832,-123462],[-281329,-124059],[-275069,-128305],[-278804,-139031],[-271608,-139006],[-277239,-135082],[-276080,-136411],[-280476,-143002],[-270733,-142758],[-276681,-454748],[-270835,-84589],[-269568,-81133],[-273657,-86527],[-272477,-86706],[-279137,-88305],[-277602,-83101],[-278907,-85533],[-279441,-81338],[-278432,-84315],[-280211,-77413],[-276807,-79406],[-281448,-86411],[-270053,-93952],[-274311,-92806],[-272980,-97349],[-269347,-99891],[-280380,-101794],[-274906,-109806],[-276496,-112078],[-279335,-113006],[-275001,-114837],[-270192,-102468],[-277899,-103733],[-272956,-110597],[-282647,-126069],[-293108,-117663],[-291005,-116925],[-286926,-126925],[-284289,-116461],[-283884,-117194],[-281951,-117526],[-282298,-129722],[-293106,-138633],[-282699,-138825],[-282456,-138768],[-289840,-128215],[-283681,-130834],[-290119,-134195],[-290423,-133179],[-289189,-132571],[-285215,-146055],[-282511,-150080],[-282915,-145036],[-287724,-147312],[-285834,-149648],[-290382,-148168],[-289732,-146155],[-292544,-143740],[-292940,-142106],[-286947,-245722],[-290645,-245940],[-287121,-250341],[-293187,-247472],[-291248,-267539],[-294389,-261374],[-292934,-279385],[-290359,-270185],[-284276,-280835],[-282690,-284916],[-289301,-75891],[-286006,-82828],[-287949,-79938],[-288520,-87536],[-285543,-89041],[-288091,-88720],[-291638,-79369],[-281902,-79064],[-294295,-92376],[-292549,-92090],[-290842,-90772],[-285152,-101650],[-294348,-97884],[-293626,-96696],[-284744,-105164],[-288504,-106019],[-291615,-112132],[-292031,-110380],[-284961,-109290],[-283856,-108515],[-283622,-113354],[-294000,-105204],[-301207,-124127],[-295682,-125111],[-304238,-118872],[-302349,-119464],[-302249,-123447],[-304193,-123653],[-301333,-128485],[-302954,-129692],[-303777,-129512],[-303085,-136314],[-299800,-133466],[-300339,-133717],[-296206,-135729],[-296657,-140345],[-303102,-140660],[-296867,-142879],[-298003,-264628],[-296277,-260298],[-295867,-262515],[-295164,-263756],[-301223,-257760],[-304329,-460167],[-306413,-69464],[-298169,-73344],[-297216,-73365],[-300946,-74949],[-301295,-77120],[-295880,-77123],[-296392,-87886],[-298034,-88738],[-299013,-77822],[-298201,-85051],[-301146,-80628],[-294869,-79340],[-304112,-101795],[-305658,-99743],[-299040,-99818],[-295919,-94271],[-306373,-93713],[-302157,-95708],[-303318,-102494],[-301158,-113926],[-295648,-104700],[-295796,-106851],[-305353,-105871],[-303053,-109806],[-305173,-114933],[-304678,-114318],[-303355,-112659],[-299992,-109933],[-298110,-109252],[-297603,-108758],[-316167,-118667],[-314386,-118374],[-315963,-117484],[-312396,-124088],[-314225,-122118],[-308922,-136630],[-311984,-455846],[-310933,-458408],[-311988,-458994],[-317088,-469319],[-318504,-464232],[-311522,-71379],[-309396,-72525],[-316079,-73355],[-309341,-78235],[-309207,-79362],[-307769,-81725],[-312626,-87739],[-311146,-86262],[-307697,-93346],[-314404,-104263],[-312711,-105152],[-317562,-106333],[-317053,-109585],[-315586,-109264],[-321373,-125314],[-320222,-131636],[-325007,-129006],[-326087,-143332],[-331073,-150492],[-326752,-152282],[-329120,-154587],[-330201,-156547],[-332008,-155471],[-330927,-161199],[-320473,-461308],[-320569,-103440],[-334923,-149146],[-333515,-156838],[-334662,-160903],[-334327,-163159],[-341982,-164141],[-339063,-167062],[-338966,-166417],[-341966,-168851],[-353625,-230759],[-369063,-214085],[-370047,-214249],[-362130,-214296],[-360766,-211893],[-359013,-228810],[-369594,-224512],[-364608,-223771],[-361874,-222816],[-358987,-217852],[-368557,-274751],[-365740,-276685],[-383265,-116612],[-371519,-219476],[-372761,-273531],[-376928,-87851],[-378764,-87141],[-376962,-79663],[-376667,-81843],[-382481,-97076],[-394216,-126291],[-393105,-126364],[-385544,-117862],[-386138,-115538],[-393207,-120397],[-389106,-138290],[-396734,-169785],[-394644,-171177],[-394398,-173487],[-393341,-180410],[-395631,-236161],[-384946,-271981],[-393063,-66481],[-391859,-79706],[-394471,-82577],[-393253,-82624],[-393294,-82163],[-394005,-79913],[-392684,-79535],[-387514,-91230],[-391496,-95326],[-388607,-96569],[-392588,-90602],[-386147,-90997],[-388312,-90310],[-391402,-101653],[-395378,-111673],[-392077,-114635],[-389050,-114779],[-385813,-111833],[-390127,-106014],[-406774,-115913],[-405945,-175245],[-406971,-171303],[-404468,-170452],[-406250,-177250],[-401778,-180923],[-400946,-183167],[-398250,-183790],[-406268,-190547],[-408198,-197785],[-406361,-197998],[-405903,-202383],[-406992,-198837],[-406087,-195669],[-403822,-196261],[-406104,-193554],[-404498,-192786],[-405645,-194843],[-408192,-191825],[-407597,-203802],[-408367,-200754],[-406303,-203526],[-403563,-201144],[-405032,-202124],[-399994,-201656],[-399966,-200644],[-397973,-234944],[-399205,-247981],[-405916,-248597],[-405870,-251607],[-406006,-256563],[-406933,-39464],[-407959,-42608],[-405314,-49590],[-402613,-74703],[-405760,-75659],[-400081,-87224],[-401882,-78173],[-406628,-78864],[-399942,-95540],[-398262,-92546],[-398018,-96610],[-396817,-95387],[-404552,-101954],[-400640,-89455],[-397292,-110339],[-400329,-110471],[-396803,-107590],[-414038,-118519],[-412206,-130691],[-410755,-175314],[-410250,-195825],[-409832,-198951],[-412316,-240801],[-416490,-236384],[-420797,-241197],[-418538,-237700],[-413231,-247403],[-415445,-243233],[-410782,-253291],[-418439,-245641],[-419428,-245224],[-411882,-32044],[-420832,-87108],[-416521,-100503],[-412145,-96703],[-418207,-94455],[-416902,-101732],[-410835,-112188],[-419656,-113141],[-419457,-114451],[-424031,-116890],[-429983,-198755],[-431795,-201241],[-427375,-207902],[-432924,-212645],[-425306,-217818],[-424336,-223220],[-428303,-50351],[-433500,-56106],[-422531,-79343],[-425082,-96437],[-431285,12981],[-437567,-144545],[-437916,-143437],[-447590,-161906],[-441810,-161686],[-447948,-164236],[-441669,-168911],[-445154,-169790],[-443632,-169665],[-440531,-184975],[-442143,-190533],[-446955,-231577],[-442862,-21285],[-447250,-12624],[-442941,-15684],[-444365,-57862],[-442960,-62502],[-447715,-61575],[-444816,-58133],[-439964,-57912],[-440066,-64524],[-446337,-92879],[-444467,8722],[-436310,12900],[-445547,3594],[-445962,228],[-446206,14007],[-447806,17080],[-457308,-125969],[-457169,-127013],[-454387,-123881],[-457422,-134045],[-455844,-138864],[-456926,-135402],[-457105,-143951],[-457393,-149945],[-459187,-149550],[-457228,-153344],[-458655,-164982],[-453783,-161177],[-452815,-164606],[-452523,-165911],[-450880,-156142],[-459848,-169016],[-452866,-177591],[-452548,-185223],[-457301,-182652],[-458068,-213991],[-455302,-2572],[-453193,-10269],[-458985,-375],[-450278,-6082],[-450285,-1363],[-449616,-8038],[-452275,-14453],[-449155,-16878],[-457751,-22882],[-450945,-20652],[-449756,-19658],[-450036,-14418],[-453989,-22498],[-448819,-13058],[-449644,-15167],[-460165,-22439],[-459107,-21186],[-459849,-20982],[-459866,-47000],[-452483,-60003],[-450728,-92994],[-451901,-102030],[-453248,-102612],[-458657,6598],[-456816,608],[-454410,4932],[-457319,7317],[-456655,225],[-448461,650],[-448976,14992],[-449623,13458],[-465784,-123277],[-461815,-123665],[-467494,-135542],[-461059,-129341],[-464472,-139800],[-466812,-142634],[-470576,-146245],[-468479,-143924],[-466043,-141809],[-461086,-148385],[-462673,-142614],[-461639,-146104],[-473342,-158383],[-465803,-156363],[-466735,-157699],[-471740,-165636],[-467225,-161359],[-473093,-165592],[-470757,-163015],[-471815,-175819],[-463423,-170802],[-468470,-170790],[-466061,-168075],[-473304,-172673],[-472189,-180706],[-470111,-184458],[-471095,-183772],[-467396,-194530],[-467497,-206965],[-472145,-204994],[-468598,-220310],[-468742,-218734],[-470914,-218896],[-464378,-36805],[-467155,1520],[-473879,-125483],[-475987,-137874],[-475487,-140139],[-478819,-130726],[-480978,-129921],[-486020,-149052],[-482163,-147939],[-476586,-151741],[-476942,-147717],[-473648,-146399],[-482175,-147066],[-480524,-152135],[-484533,-151205],[-477712,-153437],[-483558,-159467],[-474019,-158969],[-480932,-154232],[-473703,-173094],[-475508,-178961],[-477743,-178738],[-486171,-177847],[-484971,-173607],[-475888,-171633],[-480473,-171954],[-483425,-168469],[-483298,-180681],[-481785,-184303],[-484370,-183066],[-475289,-180183],[-478241,-186770],[-479905,-189046],[-483156,-189401],[-477559,-185996],[-481017,-196271],[-481609,-221779],[-475942,-11326],[-486519,-460519],[-483891,-461200],[-483928,-101399],[-480483,-104766],[-491575,-137003],[-490381,-149589],[-495689,-150485],[-496944,-148742],[-488458,-144052],[-490904,-145250],[-493319,-146114],[-498081,-162828],[-487228,-158310],[-487598,-153641],[-498366,-159987],[-494398,-155070],[-495876,-153944],[-491836,-162710],[-495334,-163026],[-489430,-176723],[-493495,-170451],[-496166,-166999],[-498863,-173057],[-492760,-171005],[-486693,-174629],[-496460,-169533],[-494839,-173843],[-486431,-179960],[-491647,-185986],[-496635,-187791],[-491778,-187110],[-489965,-187896],[-486824,-187613],[-490913,-193578],[-496304,-191994],[-494153,-204223],[-495966,-202238],[-492897,-202658],[-487847,-213465],[-496039,-224838],[-487790,-453876],[-487607,-455018],[-489192,-459661],[-493022,-451154],[-489781,-470984],[-487448,-466120],[-489388,-462549],[-489115,-476624],[-493931,-477946],[-489520,-477373],[-505367,-140532],[-510661,-138008],[-509102,-139294],[-507305,-138772],[-508018,-139004],[-503964,-138474],[-502050,-139747],[-511479,-147146],[-508599,-148547],[-501478,-148099],[-510295,-145861],[-510959,-146830],[-503599,-145006],[-501784,-141757],[-502471,-151988],[-506608,-142654],[-510981,-143600],[-509751,-142742],[-500070,-140875],[-510791,-166000],[-507927,-158955],[-506969,-154989],[-507036,-161305],[-502931,-162366],[-509996,-160831],[-499800,-158687],[-499482,-167024],[-504687,-174052],[-500344,-167594],[-503065,-173088],[-506555,-175832],[-506919,-175762],[-503918,-179412],[-508671,-181506],[-511915,-190683],[-501275,-191501],[-503818,-186464],[-506784,-184791],[-502244,-191945],[-502441,-201349],[-505325,-192776],[-501840,-195023],[-504764,-205191],[-507824,-213063],[-521619,-138113],[-523194,-135280],[-515591,-139221],[-516898,-139558],[-520509,-136066],[-513334,-138899],[-514440,-138980],[-512686,-149736],[-520579,-151580],[-516306,-149847],[-519446,-147021],[-515764,-144996],[-522464,-149580],[-513978,-163956],[-521240,-158514],[-521928,-160048],[-518273,-160704],[-514532,-161618],[-517860,-162106],[-519396,-163934],[-524263,-161864],[-522144,-166078],[-524106,-163969],[-524664,-162746],[-523689,-156904],[-521686,-157745],[-513233,-177934],[-517343,-170580],[-515745,-166214],[-518197,-170284],[-512344,-169386],[-521811,-176816],[-523510,-180965],[-520430,-179975],[-524312,-179993],[-522747,-179100],[-512114,-208277],[-513060,-218768],[-514800,-224797],[-520213,-222089],[-523657,-238845],[-520094,-240489],[-517109,-473984],[-516084,-111516],[-513218,-109494],[-515560,-103379],[-512770,-108970],[-517650,-114842],[-534708,-122506],[-535074,-123930],[-532257,-134190],[-536504,-137135],[-527158,-137302],[-537322,-140718],[-530858,-148663],[-536753,-147779],[-526886,-140923],[-536653,-145354],[-528108,-144418],[-528249,-150175],[-529256,-145241],[-529948,-152778],[-535921,-149288],[-534861,-161871],[-524963,-155807],[-528900,-163920],[-536385,-154906],[-534596,-154745],[-530374,-159038],[-529433,-159946],[-537013,-160590],[-535759,-160885],[-526195,-154757],[-529462,-167472],[-537163,-177942],[-524884,-166356],[-527847,-179479],[-535270,-191452],[-531943,-186986],[-534249,-186487],[-536304,-189192],[-533714,-183258],[-535485,-185397],[-527993,-188199],[-534991,-196226],[-530036,-199916],[-528069,-208770],[-527204,-233973],[-525114,-434189],[-534472,-444660],[-526610,-469139],[-539643,-122588],[-539257,-133834],[-542114,-128964],[-539074,-129340],[-539917,-139904],[-550382,-131278],[-547860,-139396],[-547327,-137586],[-548686,-137129],[-547613,-133561],[-539467,-157882],[-543876,-162873],[-541622,-163989],[-540606,-163642],[-543609,-159520],[-548816,-160533],[-549403,-159712],[-549197,-162760],[-540825,-175109],[-541272,-176063],[-538340,-169329],[-547337,-170686],[-548395,-170811],[-537608,-173063],[-538606,-183537],[-539164,-185177],[-543583,-180185],[-538701,-180639],[-538242,-338601],[-561440,-137441],[-556585,-133889],[-557978,-136223],[-558995,-137459],[-557671,-152170],[-559897,-150436],[-557223,-146627],[-550562,-141661],[-552612,-141585],[-550769,-143041],[-552748,-143122],[-554438,-149609],[-556337,-146406],[-559854,-157923],[-559330,-153515],[-551745,-160292],[-558885,-158493],[-560570,-159987],[-560081,-161252],[-560475,-163174],[-560119,-166008],[-562983,-164392],[-554348,-161828],[-553622,-162892],[-562243,-166784],[-557777,-171288],[-559338,-169013],[-557261,-169401],[-560503,-167770],[-563689,-138526],[-566305,-144245],[-565885,-144627],[-566395,-145931],[-563662,-151456],[-564186,-149965],[-564276,-161127],[-565072,-160778],[-565372,-157822],[-565998,-166990],[-1018574,1397158],[-1030815,1495520],[-1053083,1474640],[-1053558,1477773],[-188707,-546467],[-192203,-543625],[-216802,-300434],[-214021,-296094],[-215028,-305627],[-206143,-309120],[-229117,-310104],[-224279,-310585],[-220898,-316012],[-221121,-325922],[-222161,-427437],[-241019,-302168],[-234681,-427458],[-250567,-283989],[-248551,-298161],[-251156,-432625],[-257610,-293814],[-264848,-281752],[-265288,-294566],[-280869,-270718],[-269430,-288934],[-285986,-253563],[-288766,-258452],[-291634,-260355],[-286296,-266485],[-287460,-267905],[-283977,-264284],[-287328,-260606],[-281762,-267175],[-289944,-257876],[-288709,-268237],[-292071,-271668],[-290997,-270900],[-282548,-280782],[-287723,-268995],[-289791,-275370],[-289536,-273572],[-287098,-279187],[-288759,-279785],[-285245,-279489],[-292825,-281794],[-288685,-282720],[-283129,-285956],[-296314,-266387],[-294653,-258566],[-302604,-257467],[-296320,-264628],[-298415,-268649],[-301128,-275624],[-297060,-274628],[-299295,-275782],[-300704,-269435],[-296278,-279989],[-295355,-280536],[-296557,-281040],[-303268,-274591],[-295739,-275524],[-308941,-266568],[-313625,-265011],[-316290,-266093],[-317650,-257917],[-307755,-256406],[-313044,-259728],[-319435,-270886],[-317977,-270661],[-313147,-273608],[-308313,-272532],[-310934,-274262],[-312093,-274281],[-312662,-277200],[-315298,-276309],[-316589,-278019],[-319091,-276047],[-319185,-279010],[-325201,-239688],[-326599,-239749],[-320189,-236523],[-323525,-235613],[-323596,-231456],[-322587,-233214],[-328470,-250093],[-328549,-249136],[-321971,-251401],[-326247,-250609],[-326033,-250219],[-324219,-265411],[-321096,-264878],[-321925,-265478],[-322571,-257729],[-331654,-270894],[-328417,-272395],[-320004,-269370],[-324725,-271985],[-323595,-271573],[-322981,-270732],[-320787,-273442],[-331397,-273601],[-321376,-271696],[-320904,-272262],[-332143,-274126],[-322947,-277195],[-329080,-279285],[-326070,-278356],[-330516,-276580],[-329894,-274036],[-323866,-273913],[-324619,-278616],[-344884,-135041],[-341354,-242022],[-337572,-242640],[-336553,-242732],[-340095,-241062],[-334157,-238246],[-341164,-236447],[-337742,-233103],[-342172,-237133],[-342292,-236118],[-344772,-238704],[-333689,-245033],[-344891,-253779],[-344331,-266657],[-345587,-268048],[-338584,-260083],[-337581,-265895],[-335698,-270299],[-337620,-273369],[-334622,-274535],[-334581,-273615],[-342702,-275119],[-339074,-275311],[-339854,-275917],[-337910,-276202],[-336477,-276025],[-342405,-276221],[-344499,-273363],[-343274,-276457],[-357901,-122582],[-354672,-135998],[-355554,-135713],[-346152,-139070],[-349936,-140540],[-349741,-129699],[-346089,-134349],[-353626,-146771],[-346664,-152584],[-356005,-160636],[-357204,-161735],[-356103,-159805],[-355983,-203128],[-358226,-228579],[-357514,-234487],[-353890,-240248],[-358024,-239067],[-351854,-233441],[-348587,-243378],[-358149,-243266],[-353688,-244620],[-357390,-246725],[-357361,-246066],[-350587,-251153],[-354855,-251279],[-353460,-262208],[-351309,-262387],[-358339,-268565],[-351248,-271216],[-351454,-277571],[-350598,-275328],[-354246,-275100],[-354928,-273449],[-358377,-270578],[-356105,-277263],[-354497,-279041],[-345613,-276774],[-354447,-273948],[-348648,-279084],[-357636,-78466],[-358080,-98134],[-356080,-103739],[-370754,-123820],[-366016,-117343],[-361367,-125623],[-359557,-127038],[-359890,-124362],[-359456,-123255],[-359897,-123328],[-362693,-127256],[-362940,-127369],[-362681,-126629],[-369922,-121954],[-369587,-120553],[-371054,-119672],[-365917,-131165],[-362459,-129981],[-366044,-134121],[-362720,-132193],[-359792,-137729],[-360817,-133839],[-361792,-138197],[-363305,-139572],[-361849,-134699],[-366832,-142721],[-369751,-144215],[-360754,-147391],[-365123,-148163],[-360386,-151887],[-369732,-142366],[-369142,-142044],[-365410,-141038],[-364183,-142096],[-367723,-142186],[-371073,-145327],[-369763,-157399],[-367011,-158167],[-358642,-157277],[-361726,-162793],[-364377,-162817],[-364458,-163867],[-370880,-164763],[-365694,-192200],[-367833,-198819],[-366220,-201573],[-367982,-200251],[-359846,-196908],[-358968,-198378],[-370249,-204496],[-359349,-202148],[-360234,-192117],[-362341,-196712],[-364377,-193905],[-364853,-193859],[-367338,-206757],[-367296,-211962],[-365131,-212331],[-364381,-206255],[-365400,-208030],[-364465,-206639],[-361382,-209380],[-368948,-215167],[-365696,-215628],[-365614,-226842],[-362634,-228924],[-362980,-230191],[-368465,-222575],[-361542,-224697],[-367530,-222576],[-362124,-225333],[-367564,-219834],[-368604,-219548],[-364732,-217478],[-359526,-217811],[-359493,-239391],[-369592,-254452],[-370806,-246542],[-368382,-252943],[-368136,-250761],[-364919,-246589],[-364879,-244800],[-360325,-243059],[-359490,-252843],[-359715,-251407],[-366185,-243867],[-367009,-244250],[-359464,-267584],[-365830,-258499],[-361836,-259148],[-359980,-261499],[-365707,-264466],[-370967,-256472],[-370426,-256451],[-371027,-257132],[-361296,-271353],[-364716,-270591],[-360716,-268614],[-363986,-276661],[-361003,-277463],[-367357,-275812],[-358919,-277621],[-362162,-275295],[-364996,-88003],[-368635,-89327],[-365576,-86971],[-363671,-84778],[-370858,-89117],[-369309,-84913],[-368342,-78964],[-367703,-79820],[-360084,-81160],[-363809,-82404],[-365969,-82144],[-367771,-84816],[-368998,-84423],[-358946,-80798],[-359379,-82024],[-361489,-81008],[-361001,-80802],[-360100,-80289],[-361437,-80928],[-360471,-78645],[-360944,-81712],[-359921,-82657],[-370784,-77310],[-363112,-77276],[-359166,-77098],[-360380,-76894],[-361936,-100479],[-361882,-93220],[-363004,-93605],[-364247,-90407],[-367464,-90745],[-363594,-91051],[-364585,-95032],[-366811,-93387],[-370970,-98082],[-369834,-95487],[-366949,-96033],[-368696,-91020],[-361873,-93991],[-362526,-101318],[-367811,-101944],[-365229,-99324],[-369211,-101561],[-366449,-101316],[-370111,-90955],[-365897,-100809],[-364433,-99504],[-363875,-99251],[-364470,-101674],[-361915,-103461],[-363952,-105130],[-360105,-111884],[-360985,-108866],[-364131,-108656],[-364294,-111378],[-368675,-112681],[-370580,-110835],[-367997,-113863],[-361595,-107263],[-364924,-104900],[-366013,-105054],[-370334,-114204],[-368029,-109911],[-368023,-108737],[-362506,-107253],[-371030,-108663],[-383178,-124069],[-380791,-124539],[-372244,-125360],[-383996,-116124],[-383737,-116835],[-378104,-118837],[-376825,-120773],[-371929,-115355],[-375002,-118646],[-373950,-119274],[-377266,-117055],[-375909,-115924],[-377334,-125437],[-374134,-125583],[-372815,-122032],[-379775,-117925],[-379619,-117876],[-371202,-128397],[-372361,-137639],[-379527,-137857],[-376279,-137332],[-374364,-133161],[-373189,-137873],[-381173,-137644],[-376652,-128792],[-380458,-127920],[-380447,-141162],[-378947,-141395],[-376788,-141032],[-377970,-153250],[-375427,-152544],[-376273,-150580],[-373951,-150183],[-374638,-146919],[-375069,-144809],[-371727,-145721],[-380471,-151342],[-377731,-146095],[-377027,-144621],[-379233,-141704],[-383618,-144579],[-383687,-146609],[-382457,-145565],[-376500,-147988],[-371458,-153111],[-379396,-150133],[-376791,-149236],[-372259,-145056],[-372038,-144762],[-380233,-155565],[-383968,-154350],[-377229,-160902],[-373789,-163004],[-372637,-163442],[-374971,-162334],[-377150,-162689],[-377487,-162691],[-380415,-165367],[-381026,-165611],[-380932,-163100],[-380608,-162761],[-383682,-160539],[-383818,-159466],[-382572,-158620],[-382700,-158100],[-383350,-157857],[-383168,-159484],[-382278,-166854],[-382228,-175562],[-383463,-176257],[-380556,-171755],[-380720,-167949],[-381663,-168373],[-382544,-177160],[-380394,-174003],[-379599,-171283],[-382799,-178269],[-380562,-173678],[-380594,-174429],[-380200,-168405],[-380869,-172582],[-380142,-171814],[-378950,-188706],[-372721,-187145],[-377549,-185449],[-379375,-180406],[-379096,-182251],[-381885,-179567],[-378959,-181691],[-380238,-182680],[-380030,-191443],[-379022,-184890],[-378922,-185804],[-381584,-179959],[-379852,-191281],[-382811,-203751],[-382248,-194630],[-382938,-197161],[-374162,-192686],[-376620,-198242],[-378692,-196081],[-378276,-192147],[-383359,-198593],[-377995,-193938],[-376840,-195188],[-375539,-193512],[-382865,-214782],[-378983,-213001],[-381207,-208428],[-381371,-216708],[-372750,-215603],[-373246,-212075],[-371445,-212372],[-372727,-215184],[-373924,-213822],[-374067,-213113],[-371756,-210390],[-373578,-215880],[-371869,-205149],[-371290,-215051],[-371745,-213837],[-371947,-223399],[-374949,-222205],[-383038,-225008],[-378429,-218985],[-377010,-220649],[-378308,-220647],[-380395,-224586],[-380383,-224195],[-380612,-224309],[-379608,-220216],[-379390,-220321],[-379017,-223013],[-378957,-222757],[-371331,-227616],[-372091,-227865],[-372837,-229441],[-377432,-237933],[-376607,-240754],[-380696,-234544],[-382245,-237151],[-380311,-235883],[-378048,-234348],[-372580,-232961],[-374548,-240222],[-372212,-233226],[-372491,-231432],[-383039,-242499],[-381048,-242036],[-373005,-242061],[-371266,-252988],[-375424,-250480],[-374417,-253017],[-372988,-252831],[-376431,-262549],[-373019,-266212],[-372380,-255902],[-372116,-257958],[-375849,-257956],[-382693,-266746],[-375111,-272397],[-374261,-88623],[-377891,-78033],[-372562,-80473],[-373177,-76990],[-371933,-78341],[-377718,-82502],[-377341,-79223],[-372244,-79243],[-373249,-88500],[-373545,-88826],[-377279,-87107],[-381428,-83506],[-380735,-84430],[-374307,-93536],[-376610,-93436],[-373118,-92172],[-372361,-102007],[-377740,-101129],[-377139,-99623],[-372058,-91887],[-372535,-92707],[-373689,-92794],[-382366,-102154],[-381492,-101571],[-378755,-100656],[-380245,-100018],[-374549,-100512],[-375200,-97389],[-373978,-98275],[-379014,-102065],[-383582,-92942],[-381836,-95345],[-380422,-93731],[-381299,-96083],[-378327,-89932],[-371515,-112262],[-372516,-105430],[-372281,-108728],[-378892,-106913],[-372112,-113384],[-376036,-111009],[-373795,-108309],[-377318,-105304],[-373826,-103867],[-375360,-103991],[-379630,-103590],[-387192,-124895],[-385651,-127507],[-384282,-125052],[-389746,-119958],[-386441,-119978],[-386170,-127050],[-396546,-125354],[-386259,-116197],[-387291,-133606],[-386080,-137747],[-384182,-132944],[-385631,-132157],[-387498,-139334],[-388130,-133878],[-390013,-131673],[-391235,-131983],[-389149,-128522],[-390786,-131196],[-391814,-135390],[-394122,-135700],[-391755,-128456],[-395739,-147848],[-385961,-152914],[-388698,-150000],[-386014,-149372],[-391114,-151842],[-395959,-151188],[-385190,-146126],[-385482,-144168],[-390751,-142356],[-385331,-144642],[-385327,-149005],[-384542,-149809],[-393667,-157931],[-393114,-153709],[-391797,-157234],[-395129,-161396],[-393517,-160034],[-384940,-162929],[-392788,-163681],[-387430,-163136],[-387499,-162594],[-388224,-165058],[-387915,-164511],[-389574,-163764],[-389345,-163289],[-390636,-162063],[-386581,-160883],[-385290,-157339],[-386017,-159024],[-384122,-175985],[-388369,-177295],[-394393,-177531],[-392442,-178998],[-386726,-167797],[-386523,-170273],[-396125,-177464],[-395445,-191747],[-393990,-191725],[-396795,-189019],[-391195,-181109],[-395635,-180162],[-394122,-185029],[-393518,-180704],[-393211,-183548],[-394401,-183289],[-393212,-184263],[-392733,-180550],[-392877,-179621],[-391002,-180783],[-391766,-180963],[-384220,-203537],[-395882,-201821],[-384513,-201517],[-385497,-194561],[-389585,-202961],[-389666,-198569],[-388165,-195302],[-385233,-195715],[-384825,-194123],[-390992,-200723],[-391130,-197906],[-394017,-200782],[-393877,-200380],[-384292,-214205],[-396520,-215251],[-395813,-214478],[-384605,-205300],[-388707,-208623],[-386134,-209635],[-386434,-208501],[-387651,-210208],[-388462,-211210],[-393232,-227177],[-395590,-222636],[-392296,-227702],[-392687,-218680],[-396292,-221077],[-396325,-218354],[-396424,-227542],[-394638,-230086],[-395067,-228946],[-387079,-226706],[-392652,-221722],[-391317,-219718],[-394071,-224545],[-388946,-220227],[-386582,-222424],[-387625,-222441],[-386963,-222079],[-389071,-234293],[-393542,-232152],[-386542,-234005],[-384594,-234906],[-387791,-234896],[-392085,-231659],[-393168,-232256],[-391736,-233803],[-391450,-235460],[-396361,-231130],[-388498,-237205],[-392194,-238911],[-393647,-239843],[-393995,-96022],[-390573,-98620],[-393696,-97221],[-391835,-99849],[-389601,-100771],[-392563,-95565],[-395840,-96272],[-390145,-92417],[-391291,-94707],[-386124,-96158],[-392821,-91822],[-390704,-89623],[-384139,-92344],[-394413,-100822],[-388951,-102718],[-388174,-103246],[-384179,-105296],[-384128,-105533],[-390178,-112485],[-385204,-105388],[-393522,-108431],[-391331,-113315],[-388913,-114915],[-388951,-102718],[-390552,-109261],[-395425,-105778],[-398507,-123637],[-406660,-116262],[-399287,-126933],[-397586,-128695],[-397166,-128370],[-399807,-151285],[-398448,-146115],[-396845,-146245],[-399188,-155940],[-404091,-156474],[-400204,-159191],[-401786,-160438],[-401130,-161942],[-405936,-163097],[-404502,-153423],[-398891,-175308],[-400334,-176171],[-402537,-175638],[-404628,-176313],[-399187,-168853],[-401433,-170367],[-405813,-178135],[-396899,-177551],[-404086,-184354],[-407981,-187165],[-406517,-182454],[-401142,-181865],[-400918,-180356],[-409173,-180438],[-407449,-181600],[-407398,-179441],[-403381,-187094],[-400854,-184299],[-402673,-186658],[-400057,-198951],[-397835,-193830],[-401470,-194418],[-404956,-196031],[-407977,-202437],[-404988,-201376],[-406982,-203768],[-397758,-205277],[-399311,-207004],[-400883,-214398],[-400500,-214880],[-400428,-215996],[-397566,-216043],[-401251,-216861],[-403213,-213701],[-401277,-218298],[-403714,-219617],[-404701,-220995],[-401020,-220912],[-399734,-224617],[-400501,-223955],[-397878,-226657],[-398337,-228930],[-399998,-228760],[-405331,-221439],[-405784,-225857],[-407134,-223285],[-407818,-220156],[-400910,-230648],[-402553,-233600],[-400143,-231876],[-404743,-245784],[-397863,-248002],[-408343,-251955],[-407061,-252624],[-409057,-40163],[-401948,-39564],[-404867,-40013],[-405710,-41065],[-405229,-45216],[-401089,-70492],[-398972,-63992],[-402425,-74873],[-404690,-84574],[-409287,-82629],[-402764,-90304],[-402980,-99835],[-397976,-111548],[-398060,-112082],[-408674,-104912],[-408439,-106055],[-402558,-110750],[-399589,-114351],[-415069,-119478],[-409676,-132061],[-411835,-171078],[-411439,-191242],[-417189,-188183],[-416666,-188718],[-417216,-191695],[-414312,-191628],[-414370,-189741],[-411354,-197143],[-410900,-198595],[-415205,-196112],[-411303,-197053],[-410540,-197425],[-416004,-195976],[-415361,-194609],[-414784,-193725],[-418538,-195414],[-420701,-235096],[-419101,-235664],[-415543,-241767],[-417422,-242172],[-414222,-250014],[-413171,-248456],[-410482,-251525],[-411065,-33427],[-412182,-36527],[-410262,-28647],[-413966,-31750],[-414241,-95978],[-411736,-112474],[-433201,-199665],[-430805,-203533],[-426201,-226509],[-429752,-220134],[-447263,-162736],[-443593,-162461],[-443101,-169210],[-441845,-180710],[-445712,-184889],[-442813,-186427],[-440738,-192863],[-446197,-205563],[-445614,-205445],[-445680,-230646],[-436329,-242671],[-443838,-5841],[-446445,-11741],[-436241,-247088],[-436215,-383154],[-447925,-82698],[-436334,13942],[-459429,-124408],[-456759,-122828],[-456235,-123951],[-456553,-134567],[-459953,-137020],[-460270,-138670],[-460711,-152952],[-455223,-147538],[-456547,-152030],[-456410,-156341],[-455340,-159294],[-452145,-158925],[-450241,-157862],[-460549,-167306],[-457079,-178917],[-449540,-191169],[-458781,-185731],[-455867,-193899],[-453692,-193698],[-448852,-223950],[-449949,-224346],[-449091,-228724],[-455844,-2900],[-454030,-11989],[-459366,-418],[-455948,-5910],[-460576,-511],[-458223,-469],[-458956,-771],[-459964,-147],[-451417,-7459],[-450031,-8831],[-448282,-14328],[-452978,-14948],[-448902,-18028],[-449234,-13851],[-449695,-16357],[-455530,-72189],[-456695,-70986],[-455525,-79077],[-451247,-84612],[-453347,-97276],[-460119,278],[-459731,561],[-461023,-125156],[-463258,-123783],[-468760,-138750],[-464795,-135597],[-461691,-134748],[-472470,-148166],[-470010,-144014],[-461002,-152293],[-467297,-143370],[-470177,-143393],[-469709,-145485],[-468988,-144069],[-470530,-145308],[-461101,-141079],[-462706,-158779],[-472028,-160702],[-469045,-159576],[-464067,-160058],[-461420,-164629],[-462992,-160690],[-470612,-161180],[-462971,-154508],[-462216,-163894],[-469128,-176169],[-471245,-172082],[-470132,-168612],[-464298,-167964],[-471280,-171399],[-467140,-171325],[-470399,-174110],[-470446,-171223],[-465525,-183041],[-462899,-181920],[-462981,-183105],[-466545,-189957],[-463133,-187487],[-461597,-191619],[-461340,-194245],[-468955,-198997],[-463907,-196212],[-463354,-194542],[-465644,-204549],[-472852,-207467],[-473279,-214085],[-468780,-216506],[-464490,-216479],[-465242,-216118],[-467177,-218142],[-464833,-219633],[-467361,-220788],[-472665,-5499],[-470589,-366952],[-471446,-24919],[-470004,-35005],[-469318,-34038],[-463083,-43871],[-468350,-50587],[-467525,-45835],[-464350,-71320],[-465829,-87988],[-466061,-92353],[-472221,-99848],[-466719,-99014],[-464063,-101517],[-463771,966],[-465647,3767],[-464214,4923],[-466616,4877],[-460970,1161],[-473863,-126351],[-474641,-136293],[-477301,-128476],[-479483,-130286],[-475479,-147456],[-478637,-148785],[-480923,-152575],[-484524,-147984],[-485502,-151796],[-479118,-153156],[-478515,-150737],[-477465,-151381],[-474822,-148500],[-481192,-148676],[-482926,-149251],[-484362,-149618],[-486199,-151116],[-480963,-149517],[-480206,-165391],[-486284,-155620],[-481335,-156053],[-479650,-154750],[-481874,-155918],[-480060,-159510],[-480735,-155043],[-481763,-156900],[-483109,-156174],[-484079,-156810],[-481742,-158348],[-483311,-157429],[-482241,-159387],[-481878,-176037],[-481435,-171918],[-482097,-172661],[-479536,-172886],[-475149,-173925],[-475169,-175992],[-473614,-172713],[-474421,-171418],[-475705,-171311],[-476212,-174517],[-478296,-176271],[-475322,-177547],[-474257,-177432],[-478772,-173055],[-481947,-170605],[-481640,-167809],[-483560,-169618],[-485058,-168566],[-483621,-168950],[-482149,-167834],[-481581,-183607],[-480406,-179562],[-473688,-190856],[-481633,-190296],[-475127,-196613],[-477322,-195065],[-474929,-198522],[-486182,-213254],[-473743,-212076],[-485719,-210327],[-484004,-210967],[-480025,-215594],[-477158,-224023],[-474891,-221899],[-484341,-224970],[-477603,-220914],[-485167,-226159],[-474149,-219699],[-480730,-221353],[-483075,-226916],[-479798,-224501],[-474587,-219225],[-481982,-365454],[-487911,-149547],[-487652,-143175],[-498767,-152825],[-488812,-149231],[-488119,-150222],[-490033,-151413],[-491626,-149410],[-493243,-150941],[-493642,-149618],[-488731,-144861],[-493841,-144222],[-492943,-158885],[-488864,-162439],[-493796,-163559],[-494367,-160254],[-497160,-158186],[-490824,-155315],[-488537,-157572],[-498215,-156280],[-495251,-163957],[-495410,-158246],[-493799,-156775],[-498073,-155221],[-497851,-160601],[-488167,-162529],[-488382,-154147],[-492893,-156029],[-494082,-159367],[-498585,-160773],[-494639,-163015],[-488431,-155178],[-488749,-159302],[-492059,-155354],[-497084,-162195],[-487177,-154453],[-492721,-158449],[-492100,-158156],[-491928,-156291],[-489217,-157371],[-489885,-155934],[-490312,-158199],[-488932,-157022],[-488260,-156802],[-489281,-162999],[-497427,-157631],[-486620,-158702],[-488309,-177727],[-496425,-172643],[-487046,-167637],[-487185,-172115],[-498374,-171135],[-498807,-172564],[-497601,-174211],[-497139,-170967],[-490918,-176269],[-490033,-172497],[-496722,-171285],[-492298,-166421],[-492710,-167066],[-491634,-170645],[-495482,-176987],[-498611,-177905],[-497756,-168228],[-493572,-179428],[-498665,-179068],[-496550,-179397],[-495973,-181576],[-495519,-181246],[-492935,-179033],[-493373,-190135],[-494586,-184652],[-497723,-190375],[-491795,-181966],[-495380,-184547],[-491663,-199872],[-497078,-206968],[-496251,-206046],[-488638,-225729],[-493337,-223390],[-496106,-217421],[-489625,-454968],[-490492,-454084],[-491160,-472981],[-507908,-139634],[-501447,-152005],[-503931,-144269],[-511409,-149420],[-510603,-149218],[-510072,-150243],[-506466,-152043],[-499731,-149069],[-501110,-147887],[-500478,-147556],[-509056,-150145],[-509127,-153048],[-508193,-149623],[-509043,-148595],[-509716,-148022],[-506970,-151165],[-499831,-153165],[-506298,-154985],[-506693,-161733],[-511129,-156828],[-502956,-161227],[-500942,-153789],[-503840,-160909],[-500882,-160707],[-500247,-160958],[-507774,-163403],[-503963,-164328],[-503998,-161545],[-503201,-160300],[-499534,-156014],[-504810,-161656],[-508589,-162558],[-506862,-164798],[-510485,-165654],[-509624,-163806],[-501880,-159149],[-510537,-162246],[-499374,-153555],[-505767,-154081],[-508883,-159870],[-507898,-161088],[-510084,-162702],[-510371,-170016],[-501289,-172845],[-507492,-172865],[-501000,-170944],[-501758,-174167],[-511184,-167380],[-510277,-169316],[-503088,-177989],[-503997,-170250],[-506572,-170516],[-511244,-181211],[-500694,-179723],[-500270,-179412],[-510417,-188826],[-511985,-185735],[-511901,-187319],[-499622,-187580],[-505420,-187927],[-509081,-184476],[-511779,-184107],[-504720,-186068],[-500136,-187052],[-504127,-191853],[-504696,-202217],[-506972,-201336],[-506049,-201977],[-511939,-201151],[-500774,-206127],[-507451,-210767],[-499587,-427992],[-504735,-457754],[-524154,-138905],[-516136,-138834],[-521578,-139881],[-521620,-147499],[-516604,-144154],[-522508,-141370],[-522454,-142191],[-521112,-148242],[-517998,-149092],[-517675,-149425],[-515081,-151402],[-516949,-165359],[-523176,-162838],[-514871,-155742],[-517588,-159296],[-518179,-158603],[-520907,-154098],[-512058,-162676],[-514464,-164439],[-516042,-156100],[-513273,-164582],[-512507,-163604],[-513956,-164742],[-522765,-163499],[-520954,-164605],[-521751,-158308],[-523506,-161890],[-515123,-158989],[-523756,-159720],[-522489,-161094],[-512893,-157430],[-522031,-165085],[-516177,-157473],[-517272,-159529],[-517107,-160237],[-515600,-159039],[-515278,-161200],[-515685,-161900],[-522458,-158653],[-513772,-168219],[-513345,-166584],[-521358,-169719],[-519458,-174682],[-523990,-172402],[-520853,-177785],[-514205,-167345],[-514280,-168715],[-513237,-171135],[-513276,-168599],[-520874,-178941],[-516520,-177562],[-517254,-177131],[-517349,-178990],[-519956,-174822],[-523014,-170932],[-513957,-177852],[-515783,-172606],[-517608,-168238],[-516127,-166244],[-519349,-166482],[-523476,-172881],[-521595,-172472],[-519752,-172610],[-519744,-172011],[-521100,-166361],[-512482,-172393],[-512120,-168737],[-514381,-170099],[-515942,-171015],[-515427,-172420],[-523724,-178425],[-522295,-178328],[-522339,-176164],[-524227,-176713],[-523541,-177076],[-521395,-177560],[-524126,-168688],[-517704,-179029],[-517704,-179981],[-519397,-179377],[-521914,-180269],[-513167,-184928],[-512043,-189306],[-518998,-204108],[-523869,-214204],[-517059,-205003],[-513426,-207855],[-521459,-236977],[-519071,-476514],[-523813,-101582],[-518295,-108690],[-521995,-106243],[-535522,-127236],[-527456,-117019],[-533630,-139037],[-532415,-129746],[-533542,-138139],[-536659,-138666],[-534767,-136910],[-533913,-130925],[-529633,-138438],[-528829,-139969],[-530234,-139574],[-535719,-141258],[-528577,-144529],[-531085,-152936],[-530508,-148130],[-529601,-141849],[-526075,-141126],[-531811,-148046],[-530111,-141932],[-531412,-140970],[-532670,-143272],[-533174,-143128],[-537459,-148122],[-533078,-147604],[-532113,-141883],[-536190,-144917],[-524990,-145466],[-527321,-142292],[-535502,-146425],[-533645,-142481],[-534937,-144475],[-530940,-143977],[-525768,-155618],[-531945,-161322],[-533165,-162685],[-529442,-163111],[-531094,-162310],[-536756,-154215],[-537037,-155325],[-528847,-154274],[-534947,-159057],[-527813,-162916],[-532767,-155626],[-533869,-156746],[-532093,-157977],[-527458,-159835],[-531127,-155360],[-532144,-156317],[-535570,-163075],[-537422,-163151],[-536048,-157829],[-527442,-156476],[-528702,-157026],[-529665,-158391],[-534154,-153573],[-534571,-166061],[-537340,-175141],[-525008,-176956],[-526904,-169984],[-526385,-170744],[-530064,-172146],[-533380,-171893],[-533345,-176435],[-527501,-174453],[-527685,-169774],[-532815,-178583],[-528878,-170359],[-534321,-172775],[-528343,-178890],[-524832,-176542],[-537173,-170216],[-537093,-173411],[-527929,-177281],[-529767,-176376],[-528384,-174936],[-529705,-172873],[-533427,-174716],[-528747,-189542],[-529261,-180157],[-530045,-185418],[-533611,-182244],[-526149,-181053],[-530729,-189380],[-535008,-180436],[-535568,-186479],[-537492,-187275],[-531263,-189210],[-526749,-186339],[-527194,-185274],[-531729,-179065],[-532255,-186578],[-527300,-183166],[-526559,-181402],[-529251,-179689],[-536651,-189736],[-535794,-183472],[-535933,-184331],[-534729,-185050],[-532623,-184441],[-534451,-183047],[-533562,-183815],[-527156,-186757],[-533958,-196729],[-533875,-195694],[-532749,-192340],[-533833,-194728],[-526935,-215046],[-529141,-206902],[-527347,-457243],[-532805,-453413],[-529686,-464599],[-536999,-100407],[-529469,-96101],[-534934,-106163],[-535500,-106895],[-527150,-103258],[-525553,-102680],[-530928,-112354],[-550071,-130411],[-537826,-137847],[-538548,-138196],[-539833,-127985],[-539597,-131307],[-541214,-130331],[-541562,-129899],[-540046,-135640],[-548769,-129175],[-548498,-132755],[-549647,-137068],[-537901,-149531],[-542590,-148557],[-537644,-158755],[-540012,-156464],[-538361,-158143],[-541002,-157565],[-544450,-161456],[-548792,-169348],[-544393,-169027],[-546147,-167364],[-538746,-167088],[-541771,-174859],[-542450,-177669],[-544752,-173900],[-544797,-175558],[-540788,-178989],[-538371,-180063],[-539794,-187057],[-537989,-182763],[-541444,-182717],[-543337,-182027],[-542067,-179252],[-561327,-151954],[-554308,-150230],[-558124,-145683],[-556455,-163389],[-553129,-163785],[-553059,-161113],[-555136,-161945],[-551648,-161559],[-554325,-160338],[-556128,-160663],[-552839,-163227],[-561310,-164566],[-562415,-165324],[-562531,-163939],[-561817,-162140],[-561296,-159679],[-560524,-161637],[-562776,-171215],[-553837,-169577],[-555536,-168654],[-559439,-167217],[-560039,-168839],[-556357,-167784],[-557300,-172021],[-551485,-169813],[-553187,-169642],[-555203,-171459],[-558962,-170285],[-551711,-171307],[-552572,-172211],[-565243,-155642],[-580209,-303116],[-595943,-301964],[130549,-305808],[61986,-226341],[719909,392374],[724450,398359],[722592,398424],[721163,401277],[741781,383932],[736950,393361],[740512,392352],[739421,393884],[731715,403131],[734114,405148],[730060,400565],[752738,393001],[751338,388618],[747615,392444],[754050,394989],[745071,387482],[748532,398803],[743124,409277],[754843,419275],[746236,423843],[751955,427189],[765653,393181],[760759,390595],[762784,393544],[765207,396619],[758829,398771],[757630,398467],[756794,421152],[766623,413880],[766939,410772],[779177,394991],[773396,398134],[-197146,-470045],[-213977,-300729],[-207989,-318161],[-206720,-310876],[-227256,-305865],[-217747,-298686],[-223067,-308144],[-224925,-311099],[-218863,-311955],[-242796,-292853],[-239039,-294744],[-254867,-300078],[-258286,-290918],[-261139,-283072],[-265398,-287599],[-258096,-298457],[-256523,-299061],[-281525,-269728],[-269501,-286510],[-294303,-248842],[-291055,-266752],[-291565,-257602],[-293766,-266956],[-288461,-264421],[-286003,-267520],[-285171,-265490],[-286814,-263382],[-284571,-262539],[-282902,-260580],[-282329,-259729],[-283108,-261681],[-292370,-257149],[-290800,-257557],[-292761,-257890],[-285630,-257091],[-291710,-256111],[-292002,-266094],[-292679,-270299],[-283233,-279448],[-284572,-268664],[-284036,-270264],[-284947,-272299],[-292446,-273038],[-294312,-277840],[-288429,-276997],[-294390,-274137],[-288332,-274075],[-291380,-278191],[-291928,-279337],[-290113,-280398],[-282578,-270445],[-282071,-271375],[-282079,-273311],[-289777,-278574],[-291774,-282616],[-295142,-264846],[-295169,-266002],[-305142,-268495],[-299499,-257927],[-297862,-255817],[-296919,-256495],[-303601,-257757],[-301909,-259390],[-295022,-260047],[-307173,-257820],[-294849,-267993],[-297967,-269887],[-296952,-271083],[-296408,-273986],[-294659,-275332],[-298754,-273387],[-299973,-273094],[-300936,-273996],[-302524,-271931],[-299185,-270425],[-295662,-277544],[-298949,-279365],[-297835,-275382],[-304403,-271180],[-303294,-269942],[-300419,-270365],[-302005,-276195],[-318965,-240941],[-310966,-266114],[-313899,-267939],[-319618,-264090],[-313182,-267306],[-317105,-266388],[-319981,-256167],[-309914,-259609],[-309340,-257051],[-318617,-269853],[-314263,-268930],[-316539,-269926],[-317064,-272562],[-315076,-273044],[-318259,-270141],[-318727,-269315],[-307330,-270992],[-309002,-270161],[-309981,-273403],[-319889,-273493],[-310344,-272430],[-318992,-277230],[-310981,-275094],[-314960,-274678],[-317148,-277592],[-317872,-275338],[-324472,-241521],[-324630,-239285],[-323392,-240045],[-324046,-238259],[-332223,-242212],[-322836,-238905],[-325190,-240845],[-323059,-237149],[-328009,-241134],[-330531,-241340],[-331946,-240544],[-323468,-242698],[-330031,-242611],[-325917,-236125],[-321315,-231954],[-327719,-239601],[-331775,-246405],[-332728,-245328],[-330402,-246373],[-325194,-244661],[-331068,-250887],[-328704,-245617],[-321431,-245258],[-330326,-249109],[-323840,-243843],[-325259,-246798],[-331221,-244429],[-324686,-245028],[-331420,-249004],[-323047,-247828],[-329863,-243929],[-329516,-247040],[-328023,-245892],[-331715,-251977],[-329223,-265618],[-322429,-264657],[-324050,-267108],[-322930,-266415],[-330380,-257322],[-324144,-263306],[-322649,-259318],[-322592,-261149],[-321792,-261820],[-320123,-260790],[-324651,-264565],[-332258,-267065],[-330036,-265139],[-327919,-263776],[-329516,-272938],[-332144,-270065],[-332726,-270993],[-322693,-272786],[-326218,-272026],[-321987,-271546],[-324170,-269669],[-325804,-273283],[-324807,-273290],[-326738,-274541],[-325816,-275189],[-320757,-274736],[-323920,-275678],[-325006,-278725],[-328651,-273274],[-344701,-137270],[-338181,-241877],[-334131,-241091],[-343290,-241364],[-335057,-240336],[-335035,-242945],[-335339,-238499],[-342224,-240938],[-341139,-241334],[-334243,-239027],[-336086,-238840],[-334073,-242247],[-340067,-242668],[-337365,-242708],[-339266,-237733],[-344150,-241034],[-340056,-240197],[-335912,-236461],[-337473,-232308],[-339184,-235931],[-343559,-238059],[-333751,-244131],[-339320,-243929],[-342882,-244054],[-342320,-248050],[-336738,-247144],[-333198,-243455],[-337480,-246807],[-339416,-244788],[-336887,-249346],[-337579,-244536],[-338498,-243580],[-337247,-247559],[-335926,-252188],[-337723,-249941],[-342740,-250318],[-339729,-252543],[-335668,-254253],[-334892,-254657],[-334636,-253332],[-334397,-251523],[-334275,-247248],[-343882,-252161],[-343858,-252117],[-343988,-250728],[-344782,-252315],[-344891,-251104],[-333488,-253782],[-339150,-261666],[-345289,-264636],[-343772,-264101],[-340467,-263940],[-337187,-264365],[-333272,-260735],[-336024,-259573],[-335282,-261243],[-334386,-265983],[-338863,-269012],[-339317,-272532],[-333955,-269239],[-340804,-269511],[-341796,-269994],[-332874,-269419],[-344060,-275606],[-358087,-127933],[-350539,-139320],[-351181,-139721],[-356624,-134643],[-347340,-138682],[-347964,-140506],[-354144,-137065],[-346891,-128083],[-348381,-128529],[-347048,-130821],[-346528,-130012],[-346244,-138214],[-347524,-133057],[-349478,-134947],[-358382,-129924],[-348390,-141564],[-345978,-140829],[-356384,-151638],[-357061,-150002],[-355436,-143911],[-352583,-147490],[-350623,-150653],[-354329,-157255],[-356711,-155956],[-354748,-160643],[-352457,-157181],[-351088,-156149],[-355342,-164792],[-354989,-164181],[-354957,-163824],[-355723,-168209],[-355723,-168209],[-356395,-233150],[-356219,-237168],[-355431,-234255],[-356249,-236204],[-345633,-242865],[-356519,-241791],[-355038,-241146],[-355881,-242801],[-356315,-239402],[-352260,-242211],[-351238,-240317],[-351814,-235550],[-349016,-238408],[-350659,-237050],[-351145,-245266],[-354822,-244878],[-352886,-245602],[-355623,-243295],[-351981,-246207],[-346872,-246513],[-351661,-251820],[-351162,-250647],[-355607,-254584],[-350577,-254907],[-346279,-262610],[-348230,-263291],[-347161,-268278],[-355063,-267313],[-349892,-271185],[-355284,-268680],[-352321,-276819],[-352569,-274791],[-349519,-272142],[-354502,-273076],[-355580,-271988],[-356321,-278441],[-357923,-276989],[-352085,-275646],[-348134,-273998],[-356682,-270563],[-357028,-99652],[-357212,-91680],[-368495,-125030],[-368595,-124287],[-364604,-116930],[-365393,-116141],[-363675,-123824],[-360793,-121650],[-362925,-117423],[-360571,-115070],[-361075,-126755],[-359612,-121384],[-359887,-117518],[-359279,-125243],[-369570,-122722],[-371063,-116863],[-369778,-115805],[-367959,-115736],[-371152,-115473],[-370840,-140262],[-370086,-138368],[-366870,-135335],[-368289,-134923],[-364124,-130008],[-363161,-129438],[-366671,-133115],[-370189,-137949],[-371132,-139070],[-364266,-131262],[-363677,-129879],[-368855,-139135],[-359734,-128027],[-359433,-133297],[-362356,-140360],[-359852,-137551],[-363442,-134849],[-359558,-134429],[-363482,-138646],[-362647,-136050],[-359512,-136816],[-359021,-129906],[-366882,-136983],[-365144,-140299],[-368757,-148999],[-368907,-145383],[-364164,-144197],[-360842,-143518],[-364206,-143250],[-370892,-158676],[-369021,-159752],[-367932,-165109],[-368385,-163093],[-363800,-158750],[-363109,-158443],[-368047,-155655],[-362457,-157877],[-359926,-154150],[-366408,-160304],[-366391,-165818],[-365821,-163785],[-359377,-162367],[-361713,-165885],[-368152,-165197],[-361742,-166463],[-371072,-169652],[-360174,-191217],[-370392,-184580],[-368214,-195366],[-368181,-192608],[-367342,-202617],[-367203,-196656],[-369248,-199605],[-368700,-196458],[-370953,-197037],[-361792,-194935],[-363075,-196230],[-364320,-196872],[-358960,-195558],[-361583,-203203],[-359084,-203232],[-360267,-200630],[-363584,-200314],[-367618,-203433],[-364371,-197796],[-369797,-197974],[-366633,-196830],[-368662,-205287],[-365317,-208743],[-363826,-212330],[-364984,-207592],[-364881,-204944],[-360513,-204861],[-368576,-208030],[-370997,-212651],[-369847,-211927],[-368611,-208464],[-365693,-210398],[-367410,-209614],[-367523,-207494],[-371092,-209373],[-362457,-207720],[-362914,-208834],[-362051,-210547],[-369677,-211113],[-370029,-209219],[-362513,-212765],[-365354,-215684],[-363983,-217390],[-358445,-217204],[-366719,-227035],[-367401,-226026],[-369966,-226282],[-364700,-227784],[-359192,-227444],[-361788,-229340],[-370882,-225662],[-358862,-229897],[-370242,-223415],[-363536,-225474],[-364748,-224530],[-363909,-223743],[-370856,-219486],[-364145,-240322],[-366545,-241365],[-366942,-237738],[-359536,-242485],[-358504,-240452],[-359023,-240013],[-359472,-241584],[-366769,-241205],[-366279,-235436],[-365837,-235137],[-368509,-254486],[-368421,-247327],[-366936,-252451],[-367623,-243980],[-365263,-246009],[-369768,-247219],[-358988,-251821],[-367234,-243151],[-365747,-243846],[-371045,-243797],[-365378,-261975],[-362906,-259579],[-360202,-268592],[-358996,-265180],[-362518,-258951],[-366821,-260145],[-366357,-265398],[-366505,-263590],[-367189,-260638],[-368915,-264635],[-362564,-268133],[-364226,-267308],[-368644,-256290],[-365764,-267803],[-367079,-272928],[-359995,-269430],[-364362,-273304],[-360031,-271187],[-361608,-270430],[-358499,-274295],[-364833,-274422],[-365740,-273812],[-359492,-89372],[-360489,-89077],[-358814,-85888],[-365768,-88714],[-368141,-89005],[-364779,-83487],[-360145,-87420],[-370153,-84319],[-363261,-83591],[-361327,-84667],[-359173,-82651],[-369170,-79574],[-371115,-77930],[-359738,-86499],[-361478,-80377],[-365676,-80388],[-365692,-80937],[-369084,-86301],[-368832,-84779],[-367885,-85601],[-370233,-86822],[-366962,-85616],[-359739,-78841],[-358674,-79583],[-361206,-81336],[-359265,-79821],[-361463,-81420],[-359178,-80812],[-358545,-82524],[-359540,-79310],[-360668,-81668],[-362662,-77085],[-363188,-77518],[-360481,-89749],[-362458,-99141],[-363490,-94880],[-363978,-93410],[-362839,-90583],[-367181,-91277],[-363407,-92329],[-366064,-95980],[-365510,-93783],[-369191,-97259],[-368986,-96532],[-362373,-95741],[-366570,-99193],[-368055,-102080],[-368192,-100940],[-366327,-99071],[-365472,-100706],[-370569,-101490],[-363670,-99134],[-364732,-100765],[-370285,-91373],[-358782,-113344],[-361141,-105096],[-361294,-107331],[-361893,-110097],[-360980,-102542],[-362944,-114495],[-361601,-113968],[-367115,-111880],[-370374,-106268],[-365862,-106578],[-366688,-107601],[-365709,-104778],[-367872,-105073],[-364999,-103716],[-370001,-103474],[-366984,-114162],[-364105,-106579],[-381415,-125528],[-382508,-123199],[-379484,-124368],[-371912,-122114],[-383804,-120485],[-383241,-121188],[-378276,-122934],[-380711,-118178],[-381220,-118999],[-374346,-118190],[-372460,-121485],[-372758,-118770],[-374119,-115951],[-371458,-117536],[-380285,-117489],[-383692,-125290],[-379053,-136226],[-380402,-135317],[-375154,-140067],[-378340,-135574],[-377166,-136295],[-374503,-135597],[-373550,-135549],[-377339,-135091],[-382441,-135203],[-378133,-130014],[-377626,-134286],[-374823,-128371],[-382553,-132474],[-383343,-131937],[-378195,-146446],[-372909,-148519],[-373561,-151362],[-371457,-148411],[-383427,-142811],[-374018,-144635],[-372389,-141991],[-383462,-152626],[-374064,-142739],[-380079,-143731],[-378988,-143023],[-383116,-144601],[-383702,-144837],[-381387,-149599],[-383001,-148264],[-382582,-150075],[-380644,-145676],[-383473,-147559],[-382440,-143939],[-378697,-150938],[-378747,-148437],[-378152,-151042],[-378474,-148086],[-377983,-149900],[-378212,-149518],[-377708,-149711],[-378939,-147279],[-377614,-154876],[-377650,-154621],[-376322,-154125],[-383517,-165061],[-372154,-153594],[-373944,-157254],[-371657,-164014],[-371743,-161588],[-383682,-162928],[-378911,-156046],[-383269,-164601],[-383712,-165374],[-378090,-156213],[-377762,-156283],[-377825,-156470],[-371238,-156576],[-379188,-154214],[-380793,-166911],[-381838,-177562],[-382837,-170814],[-382973,-169034],[-382476,-169506],[-380291,-176835],[-382276,-177941],[-379751,-178120],[-383936,-177899],[-374100,-169399],[-377193,-171104],[-376958,-170808],[-377570,-170030],[-379076,-173270],[-378798,-172873],[-377884,-175157],[-378105,-174578],[-383145,-168764],[-382986,-168244],[-383113,-171316],[-373100,-171044],[-375851,-172637],[-376689,-173580],[-376410,-173364],[-375102,-178729],[-380414,-190457],[-375096,-185499],[-374723,-184327],[-371254,-188602],[-372068,-188321],[-375528,-188143],[-376582,-187400],[-382001,-184167],[-382168,-182209],[-379459,-179028],[-380345,-180593],[-375125,-179196],[-382592,-187782],[-371888,-185645],[-376950,-185526],[-375806,-189841],[-374211,-187157],[-376817,-186621],[-376820,-187424],[-373804,-188530],[-373846,-185255],[-374237,-185290],[-372534,-185031],[-382059,-185956],[-382598,-185429],[-382873,-187678],[-383253,-183369],[-380173,-185539],[-375398,-182642],[-377100,-182592],[-382113,-202984],[-381104,-196627],[-383874,-200562],[-372709,-203541],[-372013,-199069],[-373385,-197787],[-374637,-195904],[-376928,-197340],[-372821,-193301],[-383068,-193853],[-375541,-203530],[-382632,-214029],[-382396,-213190],[-381054,-212474],[-376717,-213297],[-379852,-214672],[-378461,-212082],[-379634,-216326],[-381173,-215554],[-379405,-206730],[-374663,-209811],[-372628,-211593],[-383041,-205312],[-371547,-209932],[-375086,-205929],[-373538,-221493],[-373978,-222666],[-377336,-222696],[-372743,-224004],[-377743,-223018],[-377939,-225051],[-373790,-223923],[-376252,-222510],[-372494,-236499],[-375440,-237234],[-375917,-238499],[-383303,-233854],[-381391,-233967],[-379397,-239128],[-380006,-236618],[-381526,-241356],[-377760,-240817],[-374620,-238607],[-383710,-239761],[-383308,-241397],[-376483,-242024],[-372131,-247375],[-372006,-249937],[-371707,-251961],[-372320,-250177],[-373125,-245079],[-372343,-252837],[-372931,-246840],[-375338,-252215],[-372283,-266482],[-373532,-260436],[-376920,-259265],[-371561,-256975],[-373720,-268397],[-372822,-265172],[-374870,-259878],[-377939,-261718],[-373996,-260379],[-373104,-263654],[-374251,-259717],[-376596,-268491],[-374167,-258011],[-374681,-258440],[-382663,-269497],[-374830,-84771],[-373609,-85101],[-371728,-85155],[-375093,-79749],[-375210,-77451],[-377794,-81745],[-374457,-86057],[-378126,-82784],[-379928,-82298],[-380432,-78090],[-379523,-80129],[-379830,-78370],[-374229,-80277],[-374303,-77713],[-374176,-83960],[-372578,-83878],[-380150,-84952],[-371365,-94884],[-375349,-91766],[-377127,-90588],[-374083,-91361],[-374564,-89837],[-377055,-99544],[-377903,-100000],[-371658,-93671],[-381393,-101578],[-375046,-90839],[-374032,-95035],[-381485,-99824],[-382070,-100652],[-379079,-100141],[-376052,-95808],[-374511,-94865],[-376494,-96545],[-373593,-100204],[-377843,-101947],[-379203,-97287],[-372470,-114439],[-371485,-110114],[-374345,-110626],[-371750,-106972],[-373104,-107411],[-372480,-104574],[-380546,-107954],[-381786,-107103],[-372645,-113516],[-374293,-109922],[-372308,-113609],[-374957,-111406],[-371932,-110439],[-376977,-105757],[-381360,-105004],[-380648,-106124],[-379080,-113284],[-379896,-113082],[-383092,-106069],[-383290,-106941],[-390116,-123976],[-385595,-123843],[-387832,-123117],[-394544,-123152],[-390922,-117438],[-385617,-127177],[-395878,-124246],[-384092,-119145],[-386408,-121817],[-384661,-115902],[-386601,-115051],[-396022,-116580],[-384328,-138842],[-386204,-139040],[-388134,-138056],[-386939,-134607],[-384503,-130400],[-386285,-128662],[-393958,-133536],[-389452,-135909],[-392861,-134863],[-390022,-136100],[-385935,-140191],[-388311,-134632],[-390327,-134894],[-388619,-127822],[-391318,-129080],[-390988,-135857],[-394713,-134717],[-391586,-138065],[-391280,-137400],[-396483,-146584],[-388425,-148837],[-387694,-148603],[-391330,-150548],[-384827,-143673],[-394711,-150072],[-392250,-144388],[-395943,-145411],[-395306,-150103],[-389537,-147141],[-394094,-153398],[-389802,-146144],[-388701,-145573],[-388983,-142813],[-389516,-142911],[-384903,-150440],[-384617,-152137],[-387203,-157905],[-396430,-157871],[-392157,-158008],[-396243,-161375],[-396414,-160246],[-388515,-157953],[-387107,-157198],[-387178,-154601],[-388632,-154459],[-395211,-157392],[-386047,-165414],[-385433,-164398],[-392310,-164608],[-394408,-153693],[-392167,-173543],[-394443,-174841],[-390737,-174258],[-388920,-174525],[-390343,-175499],[-394615,-176903],[-390097,-177867],[-387708,-175389],[-385511,-176261],[-384821,-168591],[-386097,-172268],[-384834,-171041],[-395012,-170217],[-384109,-166210],[-384663,-166607],[-389494,-178447],[-384834,-171041],[-395532,-190523],[-391022,-179400],[-393979,-189381],[-386333,-179193],[-390080,-183475],[-394241,-190080],[-393653,-190330],[-395215,-185817],[-395356,-184216],[-389316,-185619],[-389578,-186188],[-389158,-183383],[-384823,-189784],[-385797,-188798],[-386399,-187023],[-389599,-181007],[-389504,-181304],[-384147,-186801],[-396624,-188147],[-395984,-200832],[-394625,-201008],[-396379,-203155],[-395509,-201372],[-387140,-203558],[-389417,-199537],[-386485,-204276],[-386908,-197252],[-389448,-201702],[-387737,-195999],[-387484,-201504],[-387818,-197642],[-388593,-196938],[-385444,-194486],[-384636,-194699],[-391072,-196753],[-390695,-195543],[-393741,-203362],[-394321,-203065],[-393546,-201893],[-391421,-203976],[-391162,-203273],[-384867,-215663],[-390148,-204763],[-390610,-214435],[-395108,-215090],[-394194,-215114],[-390637,-216196],[-388805,-205266],[-389476,-207740],[-389434,-209932],[-385740,-209016],[-392935,-215750],[-395091,-215821],[-391047,-204817],[-395754,-210462],[-395906,-207853],[-396037,-208315],[-391007,-213079],[-390514,-213259],[-392860,-223849],[-390868,-222344],[-394211,-222555],[-394903,-226667],[-392544,-226469],[-391400,-225141],[-392465,-217625],[-395404,-218749],[-387018,-217839],[-395436,-219338],[-395424,-223301],[-396453,-226059],[-392219,-221042],[-394865,-224922],[-392105,-225386],[-389057,-230187],[-390201,-233834],[-389328,-230901],[-392426,-233941],[-389897,-234717],[-391990,-232966],[-387213,-231090],[-392311,-231915],[-386592,-236349],[-389308,-235761],[-384187,-232489],[-390649,-235101],[-389115,-232268],[-384163,-237928],[-384207,-241032],[-391046,-240152],[-389695,-238075],[-395400,-231571],[-387323,-238853],[-394060,-238938],[-394535,-232612],[-390832,-46587],[-393419,-47682],[-394178,-51050],[-394577,-64505],[-388183,-92622],[-392045,-98206],[-391073,-101010],[-387579,-100071],[-384284,-94999],[-392180,-93167],[-394092,-98457],[-394851,-92896],[-385585,-92464],[-389631,-97142],[-385763,-98346],[-385647,-89807],[-388733,-101976],[-395027,-101620],[-390640,-102505],[-387840,-102841],[-385005,-102481],[-384410,-103235],[-393699,-109962],[-391807,-108639],[-394853,-114025],[-386838,-114221],[-386058,-110773],[-391828,-106286],[-392571,-103833],[-396636,-106639],[-401055,-121564],[-408753,-133821],[-406776,-132179],[-403697,-153386],[-401409,-151550],[-398101,-151341],[-397429,-148121],[-398078,-151660],[-400777,-148676],[-401499,-149872],[-398108,-146875],[-396802,-146631],[-405292,-152835],[-403694,-152200],[-403061,-157171],[-398371,-154585],[-397681,-156643],[-403817,-153991],[-400387,-160677],[-400853,-164684],[-405479,-165786],[-401143,-160027],[-406696,-162597],[-400310,-162636],[-404531,-166192],[-407466,-166168],[-408407,-165056],[-406845,-164703],[-405525,-164741],[-409265,-164456],[-400550,-166059],[-405736,-154911],[-409346,-165995],[-408053,-159873],[-406819,-161132],[-405821,-160863],[-404571,-163511],[-404837,-161373],[-397117,-158590],[-400309,-171831],[-401636,-171771],[-398278,-170475],[-398151,-175823],[-399815,-178124],[-408643,-177166],[-405853,-171051],[-401637,-168843],[-406847,-168975],[-401184,-169946],[-407797,-169366],[-409237,-168618],[-408652,-167886],[-408228,-166928],[-406515,-167661],[-408969,-178289],[-404163,-175013],[-403725,-176267],[-404283,-177660],[-402854,-177235],[-403902,-178903],[-401950,-176372],[-402636,-171336],[-400535,-171074],[-400843,-168626],[-402403,-167556],[-402828,-168491],[-402216,-166817],[-400610,-167765],[-399011,-170298],[-404286,-174692],[-401397,-176621],[-409277,-166805],[-404336,-174690],[-403944,-171574],[-404914,-172555],[-408497,-170369],[-408162,-171783],[-407472,-176257],[-406349,-187194],[-408433,-183087],[-408166,-184128],[-401667,-180549],[-402634,-181538],[-407266,-183679],[-398928,-190362],[-401963,-190027],[-409254,-188324],[-407673,-189145],[-402109,-180461],[-405337,-179216],[-403471,-179643],[-409162,-182449],[-399455,-199437],[-403803,-195360],[-404032,-201583],[-404215,-199934],[-402109,-200173],[-404050,-198323],[-409196,-199174],[-408878,-198499],[-397088,-199965],[-407262,-193321],[-400670,-214479],[-397645,-216511],[-399504,-213316],[-399289,-215521],[-398607,-216260],[-398689,-220416],[-401734,-220597],[-399749,-219186],[-398793,-223136],[-398035,-219986],[-399437,-224194],[-399887,-223059],[-400094,-225623],[-401460,-224815],[-405406,-219377],[-405098,-220795],[-405714,-218114],[-402629,-217581],[-399788,-221542],[-398521,-226911],[-402588,-223085],[-402836,-222161],[-402196,-225178],[-405272,-225943],[-407144,-219579],[-406270,-220354],[-404582,-222931],[-404748,-224450],[-407002,-221788],[-407747,-224907],[-408551,-222093],[-407939,-220956],[-402746,-227747],[-402691,-227759],[-403814,-227826],[-401306,-227572],[-403424,-226885],[-400281,-233396],[-399727,-231440],[-401133,-234134],[-401602,-231702],[-397164,-230305],[-403018,-230514],[-398294,-232610],[-406020,-250929],[-405988,-247414],[-404000,-246350],[-403336,-251424],[-401973,-252903],[-404247,-253968],[-406708,-253358],[-409557,-254016],[-409213,-36734],[-404506,-39110],[-401583,-44381],[-399920,-38530],[-408718,-40445],[-407728,-48531],[-404312,-51642],[-407092,-52214],[-406561,-53409],[-401748,-74147],[-406501,-84399],[-400692,-94935],[-397338,-98083],[-401222,-91364],[-402099,-98223],[-401682,-110717],[-407197,-107467],[-409978,-127664],[-421873,-118869],[-410232,-164410],[-410525,-165550],[-410306,-164837],[-413092,-178232],[-411568,-178689],[-411825,-176676],[-410674,-176862],[-412146,-174241],[-413075,-175786],[-412605,-173208],[-413687,-173396],[-413828,-171740],[-411992,-172327],[-412179,-171303],[-411280,-171117],[-410658,-169903],[-410005,-168054],[-411122,-166954],[-411627,-168882],[-412819,-169585],[-412046,-167493],[-410936,-168827],[-412791,-168930],[-413457,-169570],[-413185,-170362],[-414542,-170402],[-414474,-171058],[-414780,-172520],[-414729,-173780],[-415532,-175466],[-413303,-176748],[-412044,-178200],[-410642,-178711],[-409771,-177686],[-411990,-173925],[-413961,-175525],[-410518,-167383],[-410618,-176170],[-410977,-172460],[-417734,-173875],[-418799,-173673],[-416840,-171965],[-416441,-170482],[-416466,-174659],[-416109,-173523],[-418427,-170933],[-417077,-169369],[-412926,-167482],[-414993,-167482],[-413883,-168721],[-412530,-167029],[-419169,-176089],[-417825,-174359],[-419256,-174853],[-419935,-178333],[-419646,-178185],[-418570,-174933],[-417774,-170744],[-415231,-177680],[-414302,-177247],[-416175,-176042],[-422205,-178487],[-420593,-176957],[-411059,-186643],[-412085,-180329],[-413507,-182789],[-413717,-179318],[-414581,-181447],[-411581,-182188],[-410078,-191295],[-417807,-189568],[-415241,-190409],[-418266,-183217],[-420138,-181867],[-422228,-183522],[-417970,-181166],[-422043,-180367],[-420357,-180141],[-420400,-191497],[-412676,-193947],[-413796,-196441],[-412404,-195520],[-411423,-195519],[-416849,-194117],[-415810,-191871],[-419437,-193077],[-412200,-204563],[-411156,-203270],[-414208,-206418],[-413110,-206834],[-412623,-206033],[-411281,-205306],[-411560,-207304],[-411913,-208920],[-411097,-207985],[-415008,-207181],[-414090,-205482],[-412737,-207543],[-416222,-231319],[-419580,-239417],[-419680,-242309],[-414037,-242841],[-410143,-248783],[-412534,-243652],[-412019,-246964],[-412397,-250639],[-413591,-29787],[-419372,-86162],[-422310,-95959],[-421894,-92326],[-420169,-92035],[-417974,-103540],[-420016,-114675],[-419377,-111989],[-429384,-123101],[-423669,-121344],[-424102,-177878],[-423464,-177018],[-425553,-178729],[-422867,-180336],[-423454,-179608],[-425425,-182029],[-424128,-182753],[-423791,-183558],[-425208,-181040],[-423760,-179936],[-435031,-198877],[-425948,-203108],[-433428,-211567],[-425579,-226797],[-426300,-47718],[-434101,-52257],[-423604,-87630],[-424134,-81189],[-425136,-114591],[-431240,15665],[-434221,13415],[-433690,18157],[-431786,28502],[-439933,-193953],[-437628,-197688],[-445900,-204853],[-444001,-21100],[-447308,-14442],[-444748,-62574],[-445322,-59987],[-436689,-58027],[-440351,-64649],[-444941,-91802],[-443106,14418],[-458945,-125163],[-454673,-123237],[-455999,-134513],[-459847,-163256],[-452058,-160583],[-454191,-163989],[-456391,-154284],[-449704,-158270],[-454058,-185500],[-450840,-187491],[-453233,-184401],[-451906,-187688],[-459678,-185991],[-460150,-209694],[-460369,-10536],[-455537,-3168],[-449250,-18160],[-454417,-22347],[-451229,-60893],[-465129,-135655],[-470175,-142762],[-473429,-147840],[-462493,-163676],[-467520,-157387],[-469220,-158362],[-469474,-158628],[-461099,-154243],[-466446,-167693],[-468871,-180631],[-467554,-183655],[-471992,-189908],[-473228,-190119],[-465275,-200550],[-465444,-198696],[-467261,-216765],[-464444,-213744],[-465627,-214871],[-465862,-218301],[-468091,-3877],[-472141,-351780],[-460957,-369315],[-463890,-38060],[-462658,-46782],[-465932,-50815],[-469409,-38296],[-464577,2574],[-462169,5748],[-479385,-152254],[-483151,-148039],[-486037,-154962],[-480810,-157814],[-475278,-172055],[-476407,-171746],[-482618,-182636],[-481686,-179981],[-481296,-187561],[-480852,-211601],[-480051,-227870],[-481921,-222915],[-481627,-443087],[-484168,-100086],[-482837,-101498],[-498383,-152633],[-491291,-149956],[-489236,-144084],[-490433,-144188],[-491390,-157187],[-490114,-155008],[-488810,-153790],[-489096,-159616],[-492496,-157886],[-490307,-157002],[-490008,-173446],[-494928,-178361],[-494042,-174902],[-492458,-174674],[-488541,-176373],[-499014,-178698],[-498990,-177510],[-490608,-181775],[-496697,-193347],[-486669,-216603],[-486523,-222419],[-489453,-472339],[-508652,-153065],[-509487,-151898],[-507325,-152315],[-501310,-153254],[-508441,-150394],[-507952,-164704],[-511759,-163771],[-509964,-164196],[-508609,-159521],[-502802,-153480],[-510508,-168397],[-508776,-176606],[-507626,-176619],[-510962,-177805],[-503215,-179393],[-506713,-179521],[-508255,-181055],[-510550,-181344],[-506579,-180917],[-508354,-188170],[-509783,-191036],[-506006,-203839],[-505850,-205494],[-508701,-220429],[-517837,-163726],[-518372,-159718],[-523705,-166132],[-523208,-156209],[-522545,-165365],[-516537,-160603],[-517914,-170816],[-513831,-169259],[-522093,-169651],[-521199,-166727],[-514114,-176151],[-512904,-178378],[-512457,-176107],[-523501,-177842],[-517529,-183034],[-512788,-181216],[-517358,-179916],[-512054,-188553],[-520581,-192836],[-515159,-220203],[-520449,-226584],[-518955,-230016],[-512622,-478125],[-519546,-106654],[-533149,-129973],[-533161,-131686],[-524895,-139470],[-533307,-141549],[-532115,-147427],[-535203,-143065],[-536072,-145969],[-534371,-141533],[-532462,-162759],[-531810,-162021],[-533880,-160397],[-537591,-158152],[-537013,-155770],[-528536,-153537],[-525403,-155241],[-532707,-155151],[-530779,-159494],[-533530,-153424],[-527863,-177664],[-533189,-176810],[-531568,-190633],[-535777,-181084],[-532871,-181521],[-530870,-184621],[-534395,-189176],[-530126,-186789],[-528120,-189763],[-536561,-185058],[-532659,-192906],[-532235,-192591],[-527284,-314375],[-537446,-439388],[-529144,-465324],[-539978,-126833],[-537721,-155689],[-546433,-177623],[-540337,-171737],[-540123,-167765],[-543467,-173459],[-546129,-169796],[-541127,-174556],[-541742,-173309],[-538636,-169190],[-555527,-148896],[718528,395611],[728831,402120],[727710,402225],[723894,399826],[726927,400451],[738482,393815],[741996,393674],[733000,405043],[740175,432440],[742125,429846],[736805,423539],[753072,382700],[743490,388893],[745574,396100],[747220,394629],[743295,394619],[751864,407612],[750100,406836],[748423,409654],[743556,406249],[746640,421905],[748761,410914],[754792,421917],[744922,423945],[759916,405556],[759771,405892],[756123,397488],[761606,406271],[767868,408894],[756547,423595],[773966,401247],[778540,399681],[778294,398940],[128625,67181],[173774,131492],[173360,136422],[192526,-182427],[191717,138671],[187412,140242],[184665,144195],[204314,-126109],[203799,-120316],[202466,-197289],[201686,-209200],[204543,-217614],[204354,136472],[204489,147893],[203247,125371],[216123,-119099],[214374,-126828],[216798,-118770],[217250,-115084],[216602,-116690],[217379,-122775],[216463,-122201],[214192,-127139],[215865,-128086],[216756,-130068],[212949,-132234],[211811,-130029],[206082,-139448],[205847,-139630],[209728,-146216],[205903,-141042],[206464,-144812],[205675,-146544],[207692,-146498],[217418,-151116],[211524,-159874],[216808,-93853],[217363,-103393],[212492,-110782],[217404,-111888],[212000,-112942],[208528,128470],[205631,139399],[207531,127305],[213871,119130],[228084,-119623],[227586,-139948],[224984,-139733],[229867,-150194],[226491,-141129],[219996,-149884],[224864,-149821],[228789,-153014],[226687,-88392],[217460,-96762],[230164,-91160],[229596,-94927],[230120,-101346],[226073,-91306],[228858,-106315],[218264,-105992],[229142,-102697],[226799,-104504],[229022,-106779],[220491,131469],[228013,74266],[217972,115026],[227640,103634],[223654,123959],[230885,-116120],[231127,-118992],[234517,-117814],[233123,-126910],[240831,-124422],[242431,-117674],[237371,-121735],[234860,-128838],[241322,-152807],[237072,-179387],[237493,-202868],[233641,-201469],[233164,-234805],[234914,-89088],[242594,-93744],[234613,-94733],[234932,-101051],[238268,-90725],[233764,-92013],[237021,-101962],[231902,-113163],[242598,-114705],[234441,-105935],[238501,62396],[251026,-125055],[253951,-139204],[247566,-135726],[248487,-164699],[250853,-179743],[247832,-184279],[255046,-95465],[251265,-96327],[254444,-102230],[254981,-114033],[250964,-107500],[246325,-114637],[252490,-113762],[251990,-102922],[254273,69893],[264506,-125652],[257807,-115023],[257136,-118692],[267240,-130097],[261760,-148180],[259052,-86917],[258674,-99976],[262240,-111044],[268100,-112757],[257196,-108192],[262460,-105035],[271679,-120033],[281300,-117633],[279345,-127103],[278723,-126051],[280181,-130174],[271863,-131225],[280568,-130094],[271287,-143128],[270301,-151907],[279911,-142042],[269718,-88953],[278162,-100181],[270000,-98499],[277119,-103027],[274544,-106238],[290033,-117706],[287282,-129397],[286867,-139043],[289146,-132461],[289012,-146525],[286024,-92527],[282162,-108471],[297257,-123028],[295846,-118721],[302562,-138110],[296353,-151881],[299597,-153113],[301975,-162930],[300606,-160522],[307023,-156961],[307023,-156961],[319689,-161689],[313023,-68731],[316519,-83672],[307891,-85648],[321086,-159500],[332285,-171520],[345424,-148045],[342268,-168601],[344570,-171568],[345099,-98610],[336593,-96150],[347416,-124494],[346932,-146549],[349525,-152430],[355495,-167966],[346613,-189909],[357318,-106255],[370620,-138010],[369845,-135657],[366370,-151212],[369757,-157254],[367988,-168472],[358445,-186261],[359142,-185484],[364150,-111648],[378812,-116970],[371939,-121187],[383989,-132609],[378835,-134674],[377004,-138870],[375383,-148250],[378701,-147960],[380923,-174508],[376111,-174223],[380726,-8033],[379965,-39],[390283,-133207],[390258,-147414],[391081,7543],[395801,5291],[395031,16827],[394315,20956],[396525,82841],[398048,5899],[409329,43093],[397435,92917],[402795,95650],[416410,-61952],[415504,147330],[412337,144136],[419142,26259],[411381,40581],[429023,-74203],[429253,22740],[424677,26819],[443196,-42817],[447583,46261],[444069,126430],[457882,-138361],[454623,-163803],[448746,-173974],[460127,149788],[453186,152441],[468796,-132417],[463114,-164786],[470149,-166527],[483026,-174400],[481657,89039],[498483,-170919],[488721,85486],[588107,37992],[586645,40480],[586637,40512],[599964,318812],[596188,28846],[591657,31544],[597990,31991],[589022,35229],[600438,37998],[598036,41279],[598140,41231],[598113,46211],[724468,-187763],[724096,-202233],[741637,-172484],[742001,-172247],[733991,-197761],[937932,-132447],[943002,291839],[950473,-131751],[1076614,303993],[1078619,297261],[126150,49750],[120571,61530],[124445,65684],[-5681,-245649],[-3555,-245637],[137843,132313],[131227,138399],[135389,137558],[138337,48917],[128084,45242],[129700,49487],[135981,50682],[134695,39065],[130726,57714],[130656,64242],[138775,79459],[137586,85350],[139301,99650],[138660,116124],[140953,132374],[152398,139742],[143909,41633],[145655,62895],[147100,70015],[153371,74829],[151133,114410],[162940,19763],[159463,31686],[160912,34722],[162456,37850],[157771,48183],[154397,46024],[158205,40712],[158812,47967],[155277,57628],[163072,59419],[154812,59278],[154602,55598],[159925,65484],[157009,68562],[161514,74540],[165136,72900],[153936,81080],[159669,83222],[165411,91875],[173144,-33228],[168589,10766],[174419,136022],[172019,140220],[175364,141898],[169594,20288],[167879,14165],[178801,36193],[175479,36089],[176377,72539],[174558,69149],[173353,77767],[174128,79098],[176469,88294],[175998,85904],[178403,95749],[167894,125099],[187054,-157952],[186280,-180865],[188400,138488],[186095,131429],[184542,142375],[180186,35104],[182047,33868],[180387,31787],[189209,43483],[187195,47770],[182800,52059],[188602,73434],[180758,72036],[185623,97876],[186445,109465],[181118,113053],[181300,110420],[179866,102689],[181067,126583],[195626,-135681],[195161,-141408],[201420,-198999],[199013,-199142],[199131,-220041],[199401,-218753],[199440,-18344],[193992,140462],[195092,134443],[198714,143246],[200465,144733],[203342,48305],[197430,50460],[198424,44011],[196874,41358],[194642,39946],[198412,40186],[202290,54855],[197465,95706],[203711,97378],[204787,90656],[199431,127048],[195116,121995],[204726,124447],[205947,-160342],[212925,-169500],[209060,-168615],[212427,-195194],[205270,-207802],[205423,-211621],[205141,136831],[206692,136939],[212311,86879],[214857,83611],[213354,115372],[208203,126585],[213507,122569],[229456,-236396],[228897,-110973],[218131,130054],[220233,140106],[226955,36573],[221924,34515],[222356,64130],[223577,79588],[227679,84908],[230348,86819],[219659,83372],[228049,105149],[227174,115400],[225460,125014],[233417,-123252],[232381,-127459],[235976,-125850],[237531,-119108],[241108,-124060],[237057,-128697],[240635,-164187],[238711,-176887],[241259,-224496],[233684,-236821],[234261,-88934],[241336,-94030],[237224,-99120],[237941,-90633],[234925,-91434],[233878,-97835],[236782,-104324],[234146,-103602],[239793,-111650],[239348,-114786],[234845,-114380],[236929,63757],[239820,57625],[236022,55590],[241734,70181],[236918,88037],[240990,91658],[238637,93976],[232696,110868],[232634,116708],[232308,124847],[244003,-123480],[255452,-139206],[253242,-141547],[243747,-217368],[251373,-217396],[252591,-208794],[255156,-205783],[254875,-216638],[248530,-213164],[245771,-214859],[249166,-219318],[253976,-96496],[255103,-101754],[254635,-90092],[253423,-97742],[251323,-90572],[244167,-109550],[255171,-112547],[249375,-104848],[251549,-105334],[251274,35256],[251953,37794],[245019,46354],[245548,61099],[248529,60171],[250100,63440],[255016,64020],[248048,65821],[248185,75461],[255178,65766],[251205,88189],[247895,98501],[247347,91568],[249287,113584],[267531,-124191],[262980,-119727],[268726,-120287],[257602,-118578],[258980,-125248],[258633,-144034],[263312,-185503],[258899,-190338],[259666,-185423],[262146,-207756],[265259,-206230],[259177,-212940],[258660,-84870],[259229,-97526],[264109,-107480],[262917,-114669],[256331,-109126],[262566,-105780],[262810,-102931],[259727,34695],[256036,95743],[256153,93747],[258075,109682],[274317,-126778],[270961,-121143],[279065,-117781],[279523,-128053],[274018,-138696],[276864,-139356],[280529,-149266],[275873,-150106],[277460,-145104],[274728,-186290],[280549,-79096],[273589,-87731],[281461,-93492],[275329,-92786],[270257,-93598],[275321,-95207],[272720,-111428],[274693,-107479],[271416,-113619],[270508,-110562],[271440,72750],[277669,80483],[274705,84496],[278266,105118],[289050,-115150],[291382,-139882],[293336,-129238],[283727,-135229],[286307,-138122],[291727,-132528],[290727,-148840],[292622,-144289],[292669,-147512],[287865,-156925],[294364,-185205],[289378,-81413],[283762,-91410],[291342,-90835],[291576,-99742],[283583,-108778],[282710,99829],[297139,-125984],[302671,-139379],[301260,-151913],[301109,-151838],[306718,-142870],[299357,-157861],[306516,-156361],[295826,-166574],[306794,-190526],[303265,-190023],[303891,-84611],[296639,-89210],[305233,17468],[312261,-169521],[319142,-217369],[318743,-86180],[311560,-94609],[314107,-102492],[331725,-141626],[320225,-159473],[324731,-169421],[331336,-169639],[332790,-173396],[331688,-186756],[331359,-202554],[329786,-204067],[325941,-217124],[324368,-221146],[322832,-230120],[323187,-228523],[321705,-225581],[329311,-228116],[331898,-220721],[325124,-234905],[328731,-236062],[330086,-94352],[324479,-94941],[321962,-92174],[341308,-175166],[342886,-173804],[333332,-172010],[338001,-182939],[340896,-184968],[341879,-179946],[345049,-189779],[337794,-192195],[341325,-203295],[344076,-200927],[336065,-217060],[339030,-210928],[341091,-208833],[333185,-217942],[332982,-223522],[334127,-228235],[333553,-231590],[333323,-99546],[343991,-98444],[336930,-97564],[347313,-122085],[356956,-151579],[347178,-146360],[347912,-152426],[349979,-155292],[353383,-169387],[349947,-174530],[350753,-191462],[353353,-188968],[345904,-192823],[356396,-198726],[356971,-199136],[346364,-203449],[349002,-202681],[355126,-105428],[353922,-111519],[351953,120805],[364132,-119824],[363523,-150231],[365498,-151641],[364273,-156812],[367447,-155048],[358717,-166737],[367085,-190429],[364888,-183082],[360869,-183985],[360912,-187990],[362978,-197246],[360532,-201381],[366043,-200081],[368505,-201313],[358425,-112161],[381186,-121284],[372535,-118082],[371771,-134183],[372087,-139679],[376624,-136332],[383938,-128921],[376671,-153317],[376671,-153317],[372504,-143033],[381325,-168167],[372294,-172265],[379595,-176192],[382379,-170705],[374958,-187652],[379180,-187454],[375537,-190741],[376245,-198032],[382905,-198319],[375135,-198655],[379079,-8495],[387862,-122675],[385531,-136100],[388965,-129728],[390399,-142947],[389982,-141858],[395327,-151045],[395251,-157489],[384254,-158480],[385572,-157245],[391710,-154429],[384626,-173064],[386108,-168151],[390418,-188129],[395700,-184567],[384262,-186894],[389273,-183837],[395949,-185938],[390303,-194438],[390413,-196518],[394299,-197186],[395874,-196968],[388783,-194850],[386018,-200173],[386046,-198194],[391041,4338],[391236,17218],[397167,-145712],[399135,-152355],[398762,-163671],[400866,-158580],[400819,-157075],[405101,-171960],[400885,-167230],[402094,-172154],[399582,-170378],[398253,-182223],[399348,-192661],[401189,-192244],[401536,-194251],[402978,-194900],[407757,-194003],[397851,16334],[399310,27646],[409525,39827],[402794,81334],[398371,98890],[400349,96365],[414980,-119144],[416186,-125169],[416072,-123674],[420760,-125759],[419440,-139706],[417500,-128490],[421878,-131434],[419530,-149231],[419164,-152050],[420873,-146116],[419219,-142276],[420418,-163991],[419762,-162801],[415117,-154515],[416208,-157475],[421431,-159333],[420450,-155629],[420501,-153809],[420320,-166306],[422120,-172886],[409615,-197541],[421622,-202250],[418561,-194759],[414332,-18371],[420348,-42617],[419893,-92736],[411171,150090],[413149,147565],[422176,22995],[416834,326851],[417595,323711],[419531,327292],[417062,329963],[417051,330609],[416545,330996],[415786,325285],[411209,26100],[413902,31319],[421399,26811],[414944,30754],[419937,27602],[417874,41384],[412707,84992],[423994,-177366],[428236,-175017],[426423,-171830],[427765,-172301],[425243,-180312],[428650,-180318],[428838,-179989],[423686,-195341],[426582,-203722],[434744,-200239],[424714,-84455],[430206,-95416],[433993,24935],[431546,23210],[425915,322578],[426753,325914],[429486,330731],[424283,331412],[423027,333347],[424979,27333],[426271,482675],[426947,484190],[427872,483556],[430896,482742],[433536,484683],[430767,489417],[429817,122204],[435344,-180629],[444502,-188194],[445582,-187150],[447926,-188392],[439891,-180057],[445589,-182713],[439104,-204558],[442092,-204383],[435923,-207128],[447065,-206601],[445562,-207469],[441557,-39047],[441893,-77135],[437838,12397],[459436,-135574],[450499,-174224],[449795,-184336],[454561,-186795],[457293,-188083],[458555,-193702],[450992,-211385],[453446,-208619],[458657,145976],[451270,154947],[454341,46777],[467157,-128647],[466661,-167847],[471498,-169413],[462145,-210261],[464504,155427],[471206,511349],[472500,513699],[473303,528389],[472153,528392],[471790,527877],[465049,535787],[468877,537256],[470537,532195],[465470,533969],[467267,539605],[471056,543152],[473302,540499],[472694,543241],[471508,566709],[471717,570158],[471947,579857],[472708,702829],[480804,-173473],[481474,509240],[485794,507673],[483815,500049],[478721,510450],[482562,502266],[478297,512032],[479047,508465],[486031,512112],[481232,594580],[481079,589534],[475631,590883],[485260,708001],[483131,708824],[478830,710600],[485747,713166],[481226,709649],[481008,88042],[487047,356433],[491838,356273],[487113,357034],[498545,353675],[492558,370289],[498305,367666],[488136,366778],[487182,363704],[486681,364499],[491852,366280],[494648,459723],[493517,460308],[499145,460526],[494452,460189],[499065,473558],[498547,472449],[498153,474201],[496052,474938],[495765,496275],[495164,496979],[495005,494440],[495101,496589],[497723,491714],[498263,492474],[492405,500765],[488850,507018],[494116,501937],[494883,506337],[498171,506286],[494570,504361],[498029,592078],[498750,602167],[498781,683347],[495582,686613],[491526,684618],[498083,695632],[490969,696560],[492063,699373],[493187,699815],[491725,701769],[487739,702978],[494990,695812],[496346,697999],[488670,82406],[500993,-171730],[500171,353690],[511901,357024],[501998,359602],[502417,361565],[500854,365901],[504583,362444],[508683,404756],[507492,404632],[511142,399500],[510697,402655],[502750,400598],[503271,403014],[500956,458906],[502530,455425],[500063,459345],[511342,457598],[510061,458373],[503991,456905],[511473,456387],[508598,457010],[501093,461441],[502845,462936],[511757,463551],[511913,464388],[500777,471796],[500614,473277],[499691,473501],[500045,472768],[511386,469087],[508428,471846],[511707,471790],[508038,471306],[502753,476816],[500367,479837],[506657,477484],[508812,479064],[500312,484933],[511637,494971],[501449,497575],[505439,495795],[501649,499862],[506152,501597],[502854,507869],[506416,503873],[503026,504290],[506653,505148],[502284,503649],[499243,506771],[499222,503708],[506457,509858],[510155,510365],[506616,510793],[506885,511974],[507364,590844],[508278,595644],[505907,599708],[505147,597213],[510858,601285],[500413,598944],[511771,594804],[511613,592309],[508844,591790],[508870,613822],[505986,621468],[510565,617192],[511901,615649],[508365,639600],[506857,630302],[509214,636632],[507800,631944],[507113,627873],[506442,644958],[507063,650219],[503383,652979],[510013,645640],[511205,644495],[505121,644772],[500870,654528],[503821,654401],[511864,658580],[506926,663743],[504385,655761],[506725,653019],[508169,654737],[511710,672621],[506221,669392],[503093,688961],[503717,681984],[504422,681835],[500801,693588],[500662,695063],[509931,714063],[515304,357786],[516084,357592],[521559,359087],[525950,446958],[527987,444483],[528084,444970],[530921,435904],[532941,442084],[531961,442778],[538230,349821],[538424,355619],[540763,352058],[538380,443673],[540149,441895],[538563,444374],[540390,446092],[549173,446899],[541949,447194],[544675,447018],[561577,399285],[556768,398547],[559973,399538],[556374,397188],[556823,407496],[554528,407281],[556478,404010],[554031,407809],[555932,398606],[558036,408003],[588105,38014],[585808,34831],[586553,40512],[596537,28190],[597999,29199],[598225,29868],[591912,31220],[590744,31062],[598081,31430],[600435,37998],[598101,41280],[598066,46201],[634601,364935],[716789,393563],[724769,-206102],[736821,-198839],[738760,-196864],[733353,-197455],[737687,516791],[742662,-174297],[747592,515404],[746365,514305],[747856,517869],[745870,519852],[783096,495368],[807399,511147],[808870,510915],[846282,517438],[940042,308135],[947894,295907],[947724,314626],[996534,356801],[999246,299251],[1001158,306266],[1000203,368016],[1005174,367020],[1010322,370817],[1010969,370492],[1000288,373052],[1021689,328571],[1021090,326749],[1017266,332112],[1012108,346834],[1021446,347890],[1013079,370933],[1016787,370065],[1023285,364927],[1021528,361763],[1022194,366277],[1027303,304188],[1027172,307886],[1026115,353713],[1024940,352163],[1025924,347472],[1026740,371039],[1025492,364871],[1025134,371582],[1072113,306498],[1084482,293967],[126705,49729],[125988,61894],[127537,75399],[121110,65992],[120661,87511],[125912,102883],[122710,107693],[123030,106471],[163519,39395],[172869,132317],[178445,135862],[177186,34413],[186751,-147989],[185588,-156258],[187339,-184291],[185490,137960],[197204,-136049],[200229,-202431],[199428,-221412],[202504,135183],[194907,135263],[199770,142278],[200083,146992],[201353,127618],[214552,-120976],[215029,-124879],[215274,-122526],[211338,-116178],[209984,-118544],[208989,-162065],[214892,-167624],[216443,-190420],[205040,-213288],[215965,-99965],[213964,-98731],[210895,-111742],[209586,137547],[206135,22595],[207345,124831],[213241,120582],[227417,-145261],[225508,-176775],[224343,-177701],[227386,-166642],[223814,-174680],[220246,-186049],[221761,-183661],[220052,-190337],[225447,-191668],[227708,-202458],[223618,-194374],[228645,-113400],[229317,97526],[243008,-120126],[231374,-121774],[233495,-127713],[235205,-126459],[237171,-127054],[242107,-115200],[241727,-122583],[236083,-116901],[238927,-148340],[241006,-151513],[234805,-155018],[236275,-158192],[238570,-159835],[243163,-157468],[235746,-163011],[238770,-175722],[234847,-189648],[241259,-196116],[234939,-205656],[231467,-235937],[233876,-89099],[238986,-94800],[238822,-98694],[234889,-100181],[233131,-94509],[242417,-90394],[235152,-97300],[233537,-103765],[236407,-110329],[236988,76180],[239699,64778],[250991,-127740],[248583,-122146],[255371,-134192],[249920,-132779],[253779,-142005],[247291,-176398],[244117,-181790],[251728,-67051],[253970,-68066],[249479,-75812],[251181,-82017],[255306,-98628],[251254,-96827],[251765,-91118],[248653,-108897],[244001,-104392],[244299,-103242],[244061,-109302],[252167,-113898],[252390,-103588],[253311,69585],[267370,-119206],[259427,-122169],[259188,-125538],[265755,-132331],[257030,-138304],[267098,-136697],[262057,-127955],[258192,-140966],[257953,-142976],[264279,-2568],[267690,-2186],[263997,-52793],[257006,-83861],[257136,-95538],[265088,-112719],[261366,-113997],[266499,-108274],[257138,-114981],[259626,-112569],[256967,-105705],[260211,-104599],[260481,-104173],[265826,5071],[265197,6086],[259639,72744],[258034,79249],[260922,81168],[266380,95495],[257004,101935],[277919,-126034],[278288,-127661],[278282,-122616],[281272,-129260],[278950,-136394],[271633,-131192],[278395,-148663],[274179,-141536],[272613,-151328],[275446,-9585],[273731,-6438],[269077,-12619],[272883,-49137],[276135,-49756],[279962,-39963],[275214,-61584],[270450,-54808],[271337,-53642],[277472,-60492],[280127,-51609],[272044,-76238],[274771,-72324],[276639,-77116],[278937,-76829],[280331,-83823],[270707,-85017],[275749,-102020],[276040,-101057],[272150,-97371],[269539,-96480],[269468,-112807],[274723,-106445],[272788,-109770],[270938,-104112],[273336,-102616],[272363,-106351],[271541,5468],[277458,8083],[280662,12701],[273581,22308],[276129,27635],[279880,100313],[274009,97028],[287841,-115276],[293270,-123126],[293797,-127534],[285441,-6314],[293548,-466],[292083,-6663],[291888,-5631],[285374,-13109],[286608,-26349],[281895,-27718],[291085,-31672],[285706,-40279],[283903,-47555],[288836,-48520],[283903,-47555],[286221,-60394],[282358,-54922],[291678,-73203],[291036,-67908],[284747,-80251],[284454,-92079],[291961,-91382],[291844,10467],[287887,12421],[283368,8003],[292350,8837],[285826,14920],[300536,-124301],[303069,-141445],[297166,-187561],[300461,-188298],[300593,-195698],[302322,-193570],[307177,-199819],[304653,-204403],[304876,-210391],[299158,-6380],[301680,-8110],[306355,-6016],[303520,-7177],[305059,-24282],[302609,-32416],[306035,-32917],[306166,-26684],[296026,-36033],[302909,-50438],[306462,-42820],[306659,-57950],[294725,-61157],[295768,-53784],[302556,-52325],[298942,-68558],[296351,-72356],[295787,-69167],[301720,-112135],[300313,3212],[302292,3235],[305074,7274],[295064,19128],[297757,18466],[312048,-164292],[308423,-201224],[318808,-202975],[315589,-213580],[313783,-213334],[309741,-214008],[309036,-219741],[310966,-266],[313423,-6471],[314205,-7626],[314842,-20043],[310272,-40547],[309922,-54526],[309902,-62542],[309187,-55677],[310973,-69613],[316816,-81764],[308223,-86981],[315398,1925],[307312,13370],[320366,-202397],[323825,-204532],[322761,-207230],[323208,-107123],[331490,-108224],[320592,-112265],[333087,-168321],[337056,-182178],[344526,-214453],[344442,-216036],[338378,-220255],[337538,-220601],[342405,-232597],[337932,-231866],[348049,-129390],[355286,-148843],[357784,-151464],[355420,-141619],[346483,-153954],[354207,-174002],[346942,-169099],[357521,-170408],[346942,-169099],[357521,-170408],[347278,-202080],[347448,-203294],[356335,-210505],[356413,-210184],[348100,-219940],[351715,-220862],[357319,-224901],[354694,-223515],[348775,-232031],[348750,-233619],[348926,-253307],[354387,-252739],[352688,-100627],[351714,-114882],[361618,-115336],[367268,-151465],[362840,-148418],[362705,-185032],[363527,-203572],[360931,-205694],[369795,-218298],[368998,-228515],[368583,-231772],[360099,-237238],[363352,-240469],[366499,-251481],[369803,-250985],[359590,-110347],[370035,-111929],[369074,-110288],[377962,-134286],[374659,-145698],[373980,-156145],[376174,-164373],[371692,-156329],[383988,-158470],[379674,-172388],[377117,-167004],[374292,-172302],[375125,-179855],[373710,-211147],[381809,-225459],[375566,-220410],[382781,-241381],[377288,-234520],[381026,-237845],[382028,-8085],[382316,-841],[380045,-2105],[380503,12072],[382047,112513],[389108,-133218],[391181,-154241],[387058,-168393],[394819,-199674],[395046,7930],[395769,3637],[385941,12411],[396511,18598],[393317,36209],[395228,49598],[390204,71084],[386769,75916],[387977,85124],[406345,-199030],[403749,-211572],[403187,-210464],[398161,-226280],[398561,-226689],[408267,-244357],[408633,-24550],[397734,9202],[397464,30235],[399350,38620],[406896,45979],[408736,39259],[402624,60157],[398461,53786],[404239,51483],[409192,71145],[398917,71715],[403285,98268],[402205,107326],[419865,-202901],[421933,-204045],[410204,-197313],[416624,-206011],[412675,-214123],[417628,-217328],[416413,-225411],[410114,-217433],[413865,-230827],[413702,-241503],[418885,-258550],[419025,-255992],[419807,-27357],[412570,147921],[414865,150375],[414453,22185],[415965,16373],[410206,28060],[411571,27312],[420294,26643],[431397,-223740],[423339,-228114],[423151,-227428],[431208,-238605],[434351,-242656],[431469,-230836],[434928,-234875],[427345,-248891],[425728,-246160],[433716,-258608],[422499,-80663],[429581,-96176],[434250,12541],[434433,23510],[424944,24122],[424231,22504],[432548,19444],[423486,28353],[425157,37962],[435503,-209514],[443667,-211832],[435525,-223092],[438099,-227390],[447661,-224234],[441645,-232402],[445277,-240004],[438600,-248652],[436125,-79628],[446644,152101],[444033,172262],[438261,36105],[436056,44027],[440948,128106],[441612,126707],[448613,-171022],[454247,-214265],[459974,-217402],[452565,-230017],[449605,-230424],[452802,-239451],[455925,-41338],[448729,-42205],[459572,10958],[460568,706],[450674,10527],[451770,135851],[456996,146582],[457448,145536],[449364,149616],[448900,152932],[453341,155008],[456111,199424],[452263,22495],[450822,49403],[460009,40482],[458736,68166],[462055,-168434],[471917,-167884],[471703,-220435],[463549,-232884],[467247,-232825],[471215,-8545],[465439,-248204],[465240,-253618],[462731,155313],[482704,-128433],[473906,-131846],[479650,-170464],[477150,-222212],[476846,-241477],[478565,-241581],[475265,-241926],[486554,246785],[500487,-169136],[530845,273538],[593969,292557],[608004,257014],[605186,315863],[614644,293925],[623499,297844],[633039,320577],[644858,277307],[653128,280232],[673115,304140],[673167,396750],[690337,387008],[821500,366931],[930460,-129471],[933457,-132960],[931693,472039],[945794,-134128],[940179,286049],[946125,296710],[944278,308432],[943030,462697],[944574,498693],[949681,408997],[956178,398520],[963401,391044],[962662,408744],[963437,428456],[965088,447285],[962604,479518],[960072,504950],[981100,386730],[978042,400513],[974231,417853],[983458,467497],[983314,520702],[997900,385652],[990822,392211],[986780,491049],[1007139,-110039],[1010316,391351],[1001929,410963],[1005015,467605],[1006679,510380],[1014480,-110917],[1033071,-105938],[1045072,-105814],[1045696,396123],[1043776,386592],[1041551,400619],[1062042,399003],[1057640,403458],[1096210,372090],[1140948,537733],[1169912,515401],[1169076,531340],[1190179,473852],[-116221,-381226],[-116272,-401176],[-116805,-402333],[-116478,-402601],[-116425,-401780],[-117207,-403230],[-124431,-420920],[-125225,-422131],[-126572,-419300],[-126024,-420249],[-124902,-420779],[-121823,-421920],[-121630,-421501],[-115887,-417268],[-120047,-417523],[-119002,-416197],[-116653,-421998],[-116139,-421190],[-124957,-415902],[-118712,-427875],[-120383,-434649],[-117380,-430715],[-124458,-426187],[-121738,-430982],[-127452,-432098],[-127293,-428711],[-127047,-424383],[-126900,-423741],[-125416,-423490],[-126029,-422950],[-126961,-424701],[-117745,-423994],[-119213,-427836],[-117767,-427709],[-117598,-428198],[-116057,-437798],[-126546,-438969],[-122004,-436367],[-119455,-430747],[-120148,-437044],[-123261,-438154],[-115329,-437523],[-122312,-435187],[-123288,-436967],[-121833,-435466],[-115821,-435504],[-126584,-457984],[-119030,-458915],[-126081,-457876],[-126656,-455485],[-125508,-454149],[-124860,-459233],[-125831,-453275],[-123440,-453821],[-124694,-451963],[-117251,-453012],[-119068,-452476],[-121568,-454509],[-120790,-454514],[-123686,-456805],[-121713,-453291],[-118372,-453665],[-115948,-448236],[-117992,-448257],[-127775,-461349],[-122375,-467075],[-123413,-463671],[-126841,-463292],[-120274,-461513],[-118159,-478902],[-122376,-479393],[-121424,-483679],[-121402,-483350],[-116736,-480622],[-118588,-479895],[-117735,-479947],[-116595,-487526],[-125549,-492557],[-127532,-493623],[-117279,-487101],[-125629,-493504],[-126626,-497931],[-122010,-507511],[-120409,-507373],[-121058,-507878],[-119856,-501342],[-123227,-520385],[-122045,-519757],[-121780,-545640],[-119080,-550123],[-127066,-559669],[-125353,-553098],[-123550,-569647],[-120353,-575565],[-121567,-564381],[-121079,-565296],[-120124,-584993],[-119572,-585993],[-123692,-587049],[-116712,-583049],[-122293,-576458],[-116086,-576189],[-119883,-588623],[-126702,-596388],[-127662,-593957],[-126719,-591879],[-125988,-598645],[-127506,-598378],[-126592,-598873],[-125325,-597546],[-125996,-600152],[-122591,-596498],[-122474,-595109],[-125023,-596966],[-116852,-591139],[-118648,-590216],[-120463,-595713],[-121133,-593327],[-115993,-592870],[-119777,-612843],[-121174,-610660],[-124635,-621405],[-126630,-616865],[-121185,-628514],[-123123,-629813],[-122058,-630321],[-122755,-650752],[-121586,-649572],[-122505,-649645],[-124217,-653219],[-121073,-688849],[-126975,-698427],[-115844,-713420],[-117711,-711467],[-116076,-711088],[-131985,-420881],[-128744,-420443],[-133008,-416197],[-133707,-415259],[-133260,-414985],[-134206,-423589],[-129938,-424438],[-138158,-424181],[-133584,-422665],[-130958,-425640],[-129895,-432477],[-128951,-426292],[-129786,-426762],[-129058,-427018],[-137883,-434940],[-139302,-435975],[-137588,-441073],[-128798,-439674],[-138056,-439628],[-140457,-438363],[-135776,-452703],[-140073,-459180],[-128634,-451241],[-130441,-453934],[-128660,-452163],[-132319,-460129],[-137460,-459295],[-140792,-459418],[-140413,-455387],[-133053,-472451],[-134074,-465405],[-132299,-464994],[-134617,-462989],[-135562,-462157],[-133308,-460650],[-130638,-464569],[-140681,-462125],[-140494,-476446],[-128664,-477698],[-128984,-481866],[-140065,-529863],[-137208,-544418],[-135384,-540202],[-133927,-544152],[-136119,-540423],[-136513,-540078],[-136608,-541293],[-136849,-539211],[-139171,-539399],[-138884,-539237],[-130989,-546652],[-130375,-547677],[-133616,-548204],[-134909,-560959],[-136797,-560511],[-138418,-560823],[-140268,-562300],[-138461,-562301],[-139658,-562227],[-139374,-559822],[-135683,-561831],[-136592,-559809],[-135667,-560192],[-132907,-555493],[-130426,-558615],[-132641,-561972],[-130886,-572106],[-132567,-563749],[-140117,-579605],[-137503,-581256],[-133073,-580341],[-135145,-581315],[-134165,-580635],[-131938,-583216],[-134762,-581438],[-138280,-581924],[-132191,-579511],[-135539,-607691],[-129203,-602196],[-131947,-638720],[-139826,-635751],[-128415,-638496],[-139132,-636660],[-132682,-640679],[-133980,-643972],[-129283,-647271],[-135281,-645168],[-128200,-646496],[-132008,-647375],[-136018,-646532],[-135792,-670812],[-138052,-673828],[-136232,-674958],[-138564,-689928],[-138614,-688737],[-138483,-687561],[-133690,-685602],[-132942,-684998],[-129537,-686017],[-137521,-688109],[-134283,-692756],[-134077,-693425],[-136135,-694177],[-150060,-434809],[-144685,-431789],[-145181,-433413],[-147835,-428035],[-144425,-428187],[-141489,-430455],[-147166,-427233],[-148606,-428072],[-152004,-429297],[-148827,-442455],[-146586,-446633],[-152015,-443002],[-152315,-442670],[-142776,-437449],[-140909,-440417],[-149812,-456646],[-148367,-455230],[-146001,-450622],[-146477,-449765],[-148044,-454112],[-147521,-456668],[-146418,-456265],[-146199,-449436],[-147839,-459915],[-151247,-462843],[-152403,-463673],[-143279,-463058],[-143134,-461769],[-142255,-461266],[-142512,-465951],[-144777,-461534],[-143926,-462481],[-141036,-476355],[-148706,-531531],[-149161,-532592],[-150043,-529890],[-149837,-528336],[-143496,-534934],[-146455,-545411],[-143729,-542095],[-151663,-543287],[-141870,-539021],[-150743,-544005],[-141883,-541768],[-147372,-549227],[-146085,-550188],[-153391,-560234],[-152581,-560859],[-146169,-550735],[-143953,-561908],[-153222,-553126],[-145533,-552762],[-146411,-569148],[-144073,-567928],[-149410,-567044],[-148916,-567338],[-152372,-571498],[-151751,-570065],[-147198,-567082],[-145934,-566780],[-143588,-564097],[-151759,-572407],[-148385,-566249],[-145787,-615887],[-142079,-638404],[-141544,-633933],[-147277,-638536],[-147111,-650038],[-141987,-650561],[-143362,-651332],[-147261,-651560],[-144860,-662206],[-146060,-660877],[-147960,-664041],[-145066,-652814],[-148795,-663997],[-152956,-670758],[-163684,-431578],[-158545,-432252],[-158271,-432720],[-161521,-426181],[-155860,-427962],[-156403,-431883],[-157380,-427594],[-154509,-429849],[-164807,-433606],[-154666,-436399],[-155640,-439089],[-165927,-438102],[-165005,-443778],[-165296,-443023],[-153919,-442855],[-165666,-451025],[-159376,-449512],[-154672,-455614],[-163596,-451138],[-166354,-451281],[-158946,-456751],[-161161,-461000],[-163852,-465160],[-165908,-466023],[-160380,-465482],[-156644,-484069],[-158358,-533684],[-156694,-544141],[-162602,-541393],[-155010,-547243],[-157067,-549875],[-158003,-550133],[-153637,-543740],[-155647,-551478],[-158225,-551108],[-161842,-554705],[-156904,-560248],[-156698,-559472],[-154041,-558471],[-154596,-551009],[-155102,-571245],[-156987,-563830],[-157264,-563369],[-161170,-565282],[-161196,-563799],[-164053,-563357],[-159593,-571367],[-164765,-583634],[-160286,-581386],[-165761,-631861],[-163711,-636361],[-154459,-650181],[-165216,-654045],[-153931,-670288],[-165730,-669722],[-156381,-669268],[-161315,-669393],[-164010,-669113],[-166869,-434201],[-167035,-436387],[-168898,-438824],[-171962,-436911],[-171685,-437233],[-171984,-438087],[-172719,-437590],[-172507,-436782],[-179066,-450658],[-169181,-457760],[-175120,-471225],[-178091,-471500],[-171179,-547065],[-172183,-547804],[-168515,-541984],[-170262,-540548],[-169167,-542884],[-166996,-557794],[-178754,-554054],[-173106,-551968],[-173022,-552910],[-173532,-574250],[-173394,-575546],[-173751,-575364],[-178950,-569573],[-167318,-566479],[-169541,-564631],[-168519,-564096],[-178384,-573778],[-175852,-575832],[-176176,-581128],[-168214,-576546],[-169723,-578924],[-170852,-576295],[-168068,-582226],[-173346,-582353],[-170228,-582583],[-178276,-590857],[-176018,-637247],[-167908,-628922],[-166861,-632268],[-169550,-654471],[-166969,-655408],[-168036,-668006],[-168643,-667902],[-175645,-666592],[-188692,-420458],[-185823,-450692],[-187586,-448103],[-187520,-471589],[-187658,-531202],[-189416,-531801],[-182497,-560934],[-191017,-574761],[-188613,-567787],[-189372,-570634],[-189915,-582820],[-179674,-584731],[-185643,-596373],[-191591,-594271],[-189249,-600245],[-185619,-598760],[-180726,-588857],[-183054,-590669],[-188094,-590612],[-179337,-594024],[-191055,-603745],[-184710,-605216],[-181497,-612537],[-180433,-624755],[-184664,-615995],[-186547,-617588],[-179586,-620404],[-182402,-633695],[-183659,-634406],[-191048,-636137],[-191131,-630913],[-190824,-631225],[-189261,-640697],[-184088,-645277],[-187564,-646690],[-193436,-421986],[-193334,-421308],[-196688,-419043],[-201390,-420083],[-199762,-420849],[-200508,-421138],[-197566,-420268],[-198194,-421174],[-203652,-420078],[-193986,-421199],[-201428,-424895],[-200048,-423714],[-194473,-423439],[-203574,-426527],[-203309,-423844],[-203299,-422928],[-201244,-423103],[-197993,-430729],[-198298,-427276],[-199149,-433263],[-199156,-434557],[-194683,-435260],[-204129,-440048],[-195883,-438236],[-195622,-437323],[-193501,-437092],[-195406,-437715],[-196322,-454206],[-199437,-451564],[-192166,-453269],[-198629,-478134],[-197372,-485458],[-197356,-484839],[-203696,-511659],[-193201,-504490],[-200557,-505209],[-203893,-503887],[-203694,-503720],[-204241,-503997],[-200848,-515671],[-197543,-506821],[-196861,-507152],[-199854,-505899],[-200190,-514331],[-196196,-536154],[-193806,-528798],[-188466,-534027],[-189610,-531501],[-203250,-530029],[-201702,-549425],[-202237,-561430],[-200770,-558983],[-196309,-560458],[-193427,-561571],[-193671,-575609],[-193272,-570880],[-195345,-571194],[-192896,-567349],[-198782,-585518],[-192799,-583244],[-199284,-584189],[-196076,-587409],[-195647,-586757],[-193354,-595408],[-196802,-601383],[-199354,-597013],[-202413,-598197],[-195017,-595924],[-196492,-607196],[-197603,-612394],[-193160,-623724],[-202702,-633471],[-203071,-633520],[-195240,-627170],[-199932,-654206],[-196388,-655756],[-205045,-420716],[-206048,-420286],[-206666,-421164],[-205623,-419962],[-207836,-418738],[-210306,-422629],[-207076,-433620],[-208481,-437097],[-208288,-438082],[-205165,-440482],[-207655,-437625],[-208572,-491708],[-215380,-494428],[-209702,-509323],[-206178,-510402],[-213239,-523566],[-214681,-518616],[-207916,-512656],[-206842,-512513],[-214873,-527572],[-204854,-528230],[-212593,-531003],[-211637,-529785],[-212094,-530900],[-216394,-525774],[-214529,-528321],[-212918,-526473],[-211446,-553563],[-210488,-550541],[-214423,-563551],[-206314,-568525],[-216172,-572874],[-211456,-567351],[-217503,-567128],[-208817,-576041],[-205915,-585202],[-205612,-585763],[-209372,-587846],[-209269,-578307],[-212990,-585239],[-208934,-587272],[-206346,-582132],[-207392,-578293],[-206903,-580538],[-206613,-601588],[-229279,-430994],[-228352,-434861],[-227452,-434212],[-228952,-430417],[-221246,-431561],[-222490,-431745],[-225862,-437306],[-230202,-435654],[-222625,-471630],[-225239,-469892],[-224410,-470444],[-224893,-463981],[-223293,-474154],[-219540,-494975],[-224693,-551209],[-217896,-568114],[-221314,-569635],[-223631,-567199],[-225455,-573305],[-227366,-578073],[-228409,-587046],[-220964,-600123],[-226600,-602872],[-225401,-604368],[-233177,-431273],[-237108,-427306],[-240641,-427168],[-242950,-427842],[-230873,-432388],[-232980,-434986],[-234700,-434424],[-231879,-433876],[-232937,-432494],[-230479,-436086],[-231726,-436026],[-230973,-435319],[-238060,-487620],[-239653,-488047],[-231865,-549608],[-236153,-555406],[-237770,-555057],[-238249,-554071],[-236353,-554920],[-232490,-554095],[-238738,-566893],[-231136,-567597],[-231088,-571218],[-239365,-582937],[-235086,-577694],[-232302,-595906],[-232696,-599531],[-11232,-361831],[-3526,-374913],[-1751,-415171],[-2988,-415387],[-3613,-417000],[-5523,-415608],[-6058,-416544],[-8309,-416649],[-10285,-416015],[-11498,-415825],[-11517,-419037],[-11917,-462112],[-12358,-462530],[-296,-479572],[-2581,-482410],[-113,-483136],[-686,-482636],[-4507,-485323],[-12521,-486839],[-7531,-498335],[-6489,-502188],[-6448,-502074],[-6477,-500055],[-6947,-500492],[-7238,-499553],[-6514,-499348],[-2519,-510747],[-9779,-511320],[-7169,-510408],[-7782,-509751],[-7730,-509763],[-11735,-519817],[-12293,-519728],[-11140,-519475],[-7900,-512033],[-8367,-514650],[-7870,-513081],[-6375,-512197],[-3063,-517093],[-2994,-516859],[-4056,-517010],[-1813,-517840],[-710,-516430],[-1879,-516555],[-3312,-515109],[-2553,-514854],[-2421,-514507],[-248496,-432197],[-250282,-432234],[-243924,-428670],[-245061,-436801],[-255169,-446738],[-253829,-446982],[-244128,-443929],[-243944,-444320],[-246101,-444876],[-245318,-444407],[-246264,-444122],[-251926,-470430],[-252513,-470217],[-253054,-465889],[-253538,-465606],[-253452,-466568],[-249278,-467430],[-249480,-467032],[-252223,-467953],[-252741,-467615],[-252083,-467483],[-252580,-566190],[-248876,-565554],[-244320,-570756],[-261080,-433955],[-256675,-459745],[-257274,-464944],[-257149,-465428],[-259186,-464501],[-256212,-464734],[-256196,-465576],[-267289,-570265],[-263691,-599693],[-268819,-575273],[-288717,-447195],[-289559,-448346],[-288402,-448587],[-296339,-451170],[-297102,-449048],[-298113,-448841],[-298593,-449751],[-306832,-480464],[-306213,-479662],[-306348,-479017],[-308903,-484368],[-308324,-483438],[-310099,-477556],[-309375,-478271],[-308062,-479687],[-310699,-479690],[-310961,-478608],[-324910,-456547],[-324069,-456891],[-322080,-456904],[-321574,-453823],[-14768,-362554],[-14322,-363012],[-18622,-369389],[-15935,-363903],[-24578,-389408],[-24721,-391161],[-17231,-416073],[-14860,-413803],[-20217,-416107],[-19358,-417894],[-21315,-416419],[-18535,-416437],[-13117,-415857],[-13191,-419256],[-24378,-423966],[-23867,-447706],[-19276,-446085],[-20706,-447731],[-22128,-451262],[-23801,-452266],[-24206,-452478],[-23928,-451558],[-24649,-464154],[-23835,-466811],[-23918,-464807],[-15280,-465941],[-12874,-461659],[-21466,-478063],[-22159,-479133],[-22533,-478546],[-25103,-476791],[-24209,-475039],[-24725,-478683],[-24503,-476878],[-23604,-478057],[-22288,-481402],[-22549,-480578],[-22653,-480715],[-23260,-479974],[-25517,-484255],[-23767,-484133],[-24249,-482644],[-24263,-484291],[-24396,-482519],[-14111,-495037],[-12842,-502011],[-14506,-502490],[-13709,-502078],[-12998,-503966],[-13733,-502711],[-13594,-503098],[-21556,-504008],[-18511,-505411],[-17990,-503046],[-18363,-506124],[-19361,-506827],[-18283,-506361],[-18172,-509220],[-18606,-509714],[-19175,-509214],[-18846,-503230],[-19283,-504468],[-19557,-504882],[-20447,-505389],[-20866,-504780],[-25373,-503660],[-28083,-505238],[-24539,-503550],[-22023,-503876],[-23358,-505314],[-22787,-505909],[-17700,-502772],[-17751,-501615],[-17544,-502467],[-15146,-502517],[-20262,-502642],[-21004,-502244],[-21524,-503046],[-24468,-509027],[-25342,-509502],[-23314,-509941],[-23327,-510440],[-24974,-510145],[-17609,-511705],[-16967,-511726],[-18559,-522998],[-12978,-513981],[-18284,-512889],[-21176,-519689],[-17538,-517625],[-17272,-517753],[-18154,-514178],[-14385,-519250],[-13311,-517950],[-15412,-518285],[-17320,-517693],[-19419,-513950],[-19385,-512988],[-21680,-517432],[-12920,-517713],[-15203,-517023],[-18284,-518637],[-22917,-515976],[-21595,-522470],[-23580,-517070],[-22977,-515100],[-21979,-522623],[-22643,-516202],[-22085,-517900],[-23275,-516544],[-25271,-515506],[-24715,-514897],[-23620,-517058],[-23571,-515459],[-23523,-523852],[-24662,-523318],[-22568,-523502],[-35454,-370716],[-34073,-375738],[-26665,-372320],[-33048,-389882],[-31425,-409300],[-36597,-406225],[-33922,-420059],[-32332,-419071],[-28329,-415862],[-28162,-418384],[-30361,-420542],[-28306,-419710],[-26913,-418264],[-34926,-420905],[-33014,-411417],[-29547,-409917],[-33453,-414157],[-30911,-414676],[-34419,-415403],[-37582,-414309],[-31376,-434243],[-26106,-424003],[-25881,-425328],[-36698,-440861],[-34999,-435435],[-30205,-438619],[-36123,-458805],[-31843,-458503],[-33276,-448874],[-36503,-463557],[-35749,-462990],[-31850,-460871],[-25820,-469708],[-32395,-469697],[-32886,-468755],[-31821,-468400],[-30593,-461886],[-32703,-460968],[-27861,-464952],[-28945,-471730],[-29924,-470900],[-29586,-470882],[-34522,-472826],[-25708,-480496],[-25827,-477324],[-27069,-476198],[-25809,-474932],[-28064,-478900],[-33331,-474612],[-36776,-483249],[-36787,-482670],[-35434,-473996],[-37393,-485401],[-37362,-478180],[-27442,-479827],[-36338,-478405],[-34119,-479692],[-26611,-483518],[-28595,-479714],[-32620,-477983],[-31876,-480101],[-32124,-478710],[-36044,-474172],[-36157,-473700],[-35787,-485623],[-34495,-480259],[-36825,-480503],[-36355,-479294],[-33907,-479774],[-35214,-477623],[-35919,-477161],[-34363,-480588],[-34466,-480413],[-32996,-475832],[-35131,-476368],[-34053,-475736],[-33981,-475719],[-34725,-476784],[-28492,-479589],[-28885,-486016],[-30115,-478386],[-27072,-481825],[-26848,-481385],[-27605,-480834],[-28121,-484098],[-29026,-483614],[-27659,-485045],[-37182,-489945],[-33926,-488922],[-32444,-491256],[-28246,-487048],[-32632,-491697],[-34310,-486865],[-36510,-492073],[-36126,-492739],[-37057,-492408],[-36747,-495669],[-37053,-497058],[-36174,-497358],[-38008,-498517],[-37701,-495940],[-37948,-494523],[-35439,-494497],[-34457,-493311],[-34265,-493641],[-35328,-490039],[-35873,-487408],[-37963,-487022],[-34551,-488205],[-37729,-506662],[-37784,-504267],[-36290,-505080],[-38157,-511610],[-36992,-509399],[-36477,-507748],[-36610,-500815],[-37174,-503861],[-36102,-503229],[-38135,-499285],[-37745,-510137],[-37135,-507905],[-36953,-508342],[-26216,-505012],[-37221,-500469],[-38355,-501045],[-37986,-500767],[-26552,-504260],[-35039,-506684],[-33380,-506932],[-33795,-507091],[-32576,-506364],[-30873,-506543],[-30142,-507015],[-26445,-502450],[-28162,-501396],[-27909,-503450],[-29067,-505942],[-29270,-507141],[-36164,-512282],[-27870,-513329],[-27859,-513297],[-29324,-513203],[-28720,-513239],[-37581,-521876],[-38040,-523631],[-37684,-522630],[-37576,-523883],[-36345,-521293],[-35752,-521344],[-35495,-519352],[-37099,-512274],[-36170,-520003],[-36067,-517184],[-34644,-515803],[-36895,-517417],[-35205,-515024],[-26495,-528554],[-37959,-525069],[-49694,-358047],[-43720,-362090],[-47835,-368376],[-49751,-367143],[-48662,-358319],[-49398,-359404],[-49367,-379001],[-50312,-381775],[-50353,-373966],[-49939,-375906],[-49959,-381448],[-38776,-379128],[-39733,-377593],[-40180,-376974],[-40559,-377436],[-41129,-379669],[-44223,-380321],[-38431,-382921],[-38524,-382393],[-39634,-382877],[-39033,-383736],[-40950,-383100],[-43056,-380880],[-38725,-373714],[-49357,-399751],[-50288,-417687],[-41784,-412888],[-41450,-422756],[-48230,-428792],[-42166,-432257],[-41912,-429764],[-41916,-433129],[-43289,-426108],[-42323,-426839],[-42766,-429289],[-46826,-446518],[-38641,-447016],[-43543,-452228],[-45450,-466956],[-43058,-470657],[-44997,-472852],[-46300,-469434],[-44043,-472696],[-45257,-472177],[-46202,-471518],[-48922,-470495],[-47107,-470133],[-45928,-469946],[-45580,-469877],[-46404,-472506],[-46405,-473307],[-43815,-482111],[-42910,-482771],[-43790,-481685],[-41467,-484984],[-39175,-484352],[-41327,-484743],[-40839,-483535],[-38632,-481612],[-39257,-482272],[-39685,-481783],[-38540,-482580],[-44863,-475825],[-44849,-480169],[-41676,-483530],[-48620,-479003],[-47080,-479589],[-45938,-476071],[-43640,-484558],[-45346,-476169],[-41874,-483191],[-43200,-473938],[-43830,-476423],[-48830,-478948],[-43676,-476144],[-45025,-479665],[-46194,-479930],[-49215,-478984],[-44016,-481783],[-44151,-476236],[-51116,-478574],[-50775,-478124],[-42036,-480413],[-51089,-483221],[-43486,-480585],[-43087,-480948],[-42654,-480335],[-43976,-478432],[-43804,-478811],[-43673,-478623],[-43628,-479447],[-43202,-479343],[-42111,-475822],[-41909,-475947],[-43490,-474404],[-44570,-478899],[-46195,-478720],[-46693,-477393],[-46173,-477169],[-48330,-476663],[-39923,-497961],[-39895,-494660],[-49593,-489065],[-49122,-488947],[-47928,-489559],[-49863,-498316],[-46043,-488155],[-45868,-488549],[-46740,-493002],[-47038,-495634],[-49369,-495387],[-48911,-497245],[-47552,-497638],[-46641,-498430],[-47684,-498635],[-47227,-492838],[-40282,-498878],[-38933,-507354],[-38818,-506271],[-38959,-511418],[-39448,-499371],[-38756,-500724],[-40524,-499321],[-44471,-524443],[-38754,-521865],[-38877,-522960],[-38864,-522962],[-38828,-516004],[-40606,-520741],[-40000,-519139],[-39182,-519363],[-38793,-520253],[-38721,-515995],[-39298,-518507],[-39212,-518712],[-40866,-530757],[-39524,-530600],[-39734,-530381],[-44443,-525022],[-40689,-525505],[-41200,-525565],[-39129,-524602],[-63140,-346766],[-51830,-368882],[-52846,-365893],[-55195,-369167],[-56335,-370235],[-54290,-364506],[-53698,-370859],[-53013,-370572],[-60171,-373822],[-56719,-373263],[-58725,-372806],[-58214,-372271],[-59735,-379997],[-57578,-378709],[-56099,-372185],[-61647,-375970],[-61940,-375493],[-61027,-375736],[-63816,-375974],[-61562,-372427],[-58597,-375850],[-58348,-381085],[-63464,-379663],[-57339,-393667],[-53802,-391934],[-59770,-394170],[-56983,-391650],[-52851,-387851],[-61218,-393052],[-62721,-392954],[-59133,-401517],[-57662,-399375],[-56554,-401227],[-56441,-399283],[-58672,-401945],[-62941,-399347],[-58105,-397053],[-54599,-419814],[-54471,-420748],[-53524,-420506],[-58206,-429694],[-58922,-428536],[-56193,-422633],[-57214,-429963],[-53552,-433151],[-51656,-433204],[-54912,-433680],[-55054,-430210],[-55852,-434696],[-54719,-434876],[-53855,-422512],[-53503,-435613],[-53224,-437198],[-60303,-439856],[-63849,-457603],[-61228,-459504],[-58790,-447904],[-55487,-454929],[-57631,-454345],[-56835,-470665],[-52145,-464073],[-54390,-484491],[-54476,-484074],[-62287,-479374],[-62500,-479482],[-61438,-479706],[-58481,-480246],[-60107,-478781],[-58167,-479820],[-58878,-478180],[-58227,-478989],[-61811,-476395],[-54830,-475961],[-59438,-477165],[-60526,-476709],[-56761,-477673],[-56673,-476281],[-61001,-474786],[-60561,-475907],[-57860,-475327],[-57493,-474549],[-57813,-475751],[-51578,-476485],[-52562,-478179],[-53150,-477722],[-55428,-475906],[-55460,-476393],[-60419,-475773],[-61876,-474008],[-61215,-474280],[-52973,-481216],[-53982,-482263],[-55236,-482353],[-51570,-482791],[-53064,-489945],[-54089,-490145],[-59699,-497746],[-58691,-497343],[-58892,-496438],[-59616,-498315],[-55933,-496558],[-58322,-496516],[-55975,-495596],[-53609,-500277],[-52770,-500452],[-51433,-500008],[-52397,-499985],[-51280,-499761],[-51308,-499614],[-59916,-499242],[-59450,-499215],[-53959,-501898],[-54530,-502089],[-62042,-511042],[-62580,-511519],[-60986,-510062],[-61018,-508737],[-59190,-508045],[-59712,-507532],[-59924,-507586],[-58164,-520515],[-59088,-520232],[-62897,-514233],[-61055,-515728],[-60044,-515552],[-61459,-515247],[-57756,-519238],[-58738,-519053],[-59613,-519131],[-57773,-521342],[-62886,-512018],[-60407,-523944],[-62173,-523628],[-61299,-526096],[-59335,-527589],[-59815,-528017],[-59971,-526816],[-57292,-525419],[-58090,-527183],[-57049,-525430],[-57906,-526501],[-58697,-526806],[-59227,-524856],[-68427,-379255],[-65682,-380664],[-64429,-376469],[-69377,-383619],[-68985,-381236],[-75828,-383758],[-64467,-374357],[-66833,-374874],[-64257,-373509],[-71023,-400245],[-72396,-409157],[-69870,-400616],[-73572,-416527],[-71244,-412348],[-72328,-412283],[-75449,-419062],[-68412,-429253],[-69427,-426188],[-65687,-428675],[-65854,-429297],[-71129,-429670],[-68702,-429636],[-67761,-428707],[-64367,-430444],[-69739,-425598],[-68067,-432560],[-67173,-432329],[-67181,-433396],[-71870,-426938],[-72192,-425790],[-64195,-427932],[-72305,-444811],[-72476,-447563],[-72460,-445746],[-74810,-447298],[-66504,-435165],[-66716,-453246],[-71576,-456102],[-66057,-454349],[-72171,-454548],[-67613,-453672],[-65816,-453366],[-66239,-454600],[-65223,-456453],[-68663,-455146],[-66412,-473304],[-66603,-472267],[-67559,-472637],[-74755,-477245],[-64746,-485792],[-65870,-485801],[-75323,-482103],[-74156,-481656],[-72061,-479137],[-74503,-477964],[-74602,-479321],[-73636,-478384],[-67969,-485523],[-66791,-485759],[-66931,-485923],[-74340,-496393],[-76688,-492989],[-76239,-491801],[-67823,-486824],[-65719,-487443],[-75779,-509464],[-76242,-505179],[-65319,-515277],[-65788,-513564],[-65176,-514403],[-68095,-521310],[-68734,-520679],[-68597,-521032],[-67572,-524235],[-67246,-522820],[-67980,-523210],[-67268,-521538],[-67776,-521151],[-67102,-520221],[-74816,-517322],[-75295,-516855],[-74793,-516528],[-74202,-517586],[-75202,-517423],[-75525,-519048],[-72434,-693550],[-87641,-356193],[-89160,-355477],[-89416,-362229],[-79167,-386099],[-82719,-394260],[-80470,-388095],[-82445,-394762],[-77831,-385240],[-83757,-389690],[-78156,-384836],[-83390,-396457],[-83639,-394469],[-89358,-385572],[-89549,-395803],[-85263,-401254],[-84236,-398815],[-83956,-396907],[-88409,-408507],[-87809,-408338],[-79858,-408449],[-86220,-416264],[-89302,-418204],[-87981,-410752],[-85921,-412742],[-87325,-427851],[-87317,-429064],[-86034,-423411],[-88177,-426668],[-88399,-427238],[-86926,-427898],[-85504,-425898],[-86351,-423596],[-87841,-425552],[-85548,-433121],[-81289,-445918],[-88422,-442297],[-88095,-446696],[-85935,-442737],[-88867,-439134],[-80252,-448461],[-84583,-448035],[-89123,-449005],[-84421,-457136],[-78719,-451867],[-79671,-450358],[-79821,-449512],[-81581,-457245],[-82856,-457501],[-86520,-460661],[-82307,-462253],[-81351,-464493],[-87736,-478343],[-84866,-480548],[-88726,-476118],[-83988,-476922],[-84886,-475550],[-80935,-485699],[-80304,-485506],[-88275,-492640],[-86945,-494579],[-87211,-491961],[-80200,-487133],[-79988,-486512],[-82583,-495515],[-82820,-496550],[-84632,-497818],[-83746,-498062],[-81185,-498574],[-78181,-498359],[-80594,-498861],[-77135,-493723],[-78905,-511174],[-84929,-506863],[-88951,-506242],[-83171,-507719],[-82638,-505720],[-83037,-504500],[-86942,-503278],[-84777,-503234],[-87335,-504213],[-87481,-504959],[-88651,-503872],[-85476,-505907],[-85773,-503936],[-86016,-500765],[-79274,-499159],[-77203,-515960],[-84276,-687707],[-85461,-689226],[-80234,-683194],[-82155,-684894],[-88189,-691155],[-83732,-692026],[-83437,-696750],[-79526,-693777],[-83237,-696880],[-84155,-692309],[-87493,-694342],[-85926,-702701],[-81881,-702086],[-89147,-711958],[-87220,-713346],[-85051,-714713],[-94514,-357229],[-96219,-358182],[-91297,-355029],[-100872,-367145],[-100728,-366724],[-98492,-367348],[-94410,-358405],[-96011,-358695],[-95699,-359975],[-94281,-360499],[-95993,-360816],[-91919,-359691],[-90174,-360194],[-101354,-358513],[-94675,-393113],[-92321,-390110],[-93390,-389287],[-92541,-388545],[-91342,-388329],[-90292,-389077],[-90560,-387290],[-90890,-386698],[-89987,-389437],[-90393,-390899],[-92114,-391662],[-93391,-394866],[-93585,-395464],[-90121,-395148],[-90335,-394764],[-91178,-391772],[-91679,-391622],[-90372,-407849],[-97858,-402339],[-97409,-401537],[-97068,-399478],[-96057,-398180],[-94465,-399742],[-94116,-398579],[-99475,-403746],[-97952,-402817],[-91688,-418526],[-93223,-413384],[-92014,-410496],[-92113,-413968],[-90252,-413927],[-90118,-411921],[-93548,-421005],[-94465,-418750],[-94851,-417975],[-96443,-417223],[-96124,-415086],[-93320,-417790],[-91282,-421353],[-99159,-430759],[-91807,-428475],[-93272,-434126],[-102376,-434882],[-101875,-434362],[-98456,-433686],[-95453,-428666],[-95283,-425666],[-93548,-424874],[-91365,-430967],[-96021,-426265],[-98526,-434903],[-90433,-433245],[-90276,-428598],[-93114,-422329],[-97104,-444741],[-98027,-445405],[-93834,-442676],[-92035,-446132],[-90879,-441748],[-94187,-439228],[-96899,-447385],[-96303,-436037],[-100584,-436043],[-90754,-436851],[-96654,-440051],[-98119,-450625],[-97310,-457338],[-99477,-453269],[-97243,-454855],[-100143,-453250],[-98216,-451570],[-98860,-454114],[-100627,-453926],[-99791,-451971],[-95478,-448268],[-97115,-454452],[-90361,-448423],[-93120,-450630],[-93292,-448341],[-91629,-449308],[-98453,-458252],[-90950,-448367],[-90829,-450738],[-91745,-449011],[-91593,-448161],[-90154,-449537],[-102160,-456348],[-92299,-455724],[-89939,-450341],[-102133,-465472],[-91563,-464191],[-92022,-462279],[-101496,-463154],[-89956,-472313],[-90338,-472926],[-90173,-485356],[-92532,-483771],[-94358,-485706],[-90968,-473976],[-91184,-474218],[-91117,-476056],[-90030,-476591],[-89704,-476159],[-102017,-479734],[-102380,-477602],[-101747,-478441],[-95270,-486842],[-93984,-490171],[-99725,-497292],[-99017,-497075],[-98052,-497299],[-92464,-491111],[-99676,-499269],[-96688,-507272],[-102225,-506599],[-100792,-505742],[-99689,-505725],[-90263,-505570],[-90936,-504704],[-90888,-513792],[-94062,-512651],[-91749,-520019],[-100518,-533064],[-101278,-533410],[-98940,-534165],[-101710,-532876],[-99183,-531395],[-99768,-525597],[-99141,-525682],[-95138,-527632],[-95212,-527965],[-100655,-541968],[-99343,-586113],[-99723,-588944],[-96538,-663755],[-89793,-660581],[-93665,-659839],[-96312,-661132],[-97551,-662226],[-93222,-657250],[-96239,-686797],[-91943,-695467],[-96673,-697890],[-93324,-699251],[-95681,-693085],[-101612,-691046],[-106882,-368404],[-107986,-369930],[-106210,-367649],[-105366,-366961],[-107013,-370461],[-106578,-369328],[-111575,-370075],[-112889,-373883],[-114806,-372375],[-104201,-372489],[-103196,-373286],[-104844,-375494],[-107266,-376847],[-105523,-378204],[-107779,-377749],[-106270,-377563],[-107346,-377483],[-106834,-382782],[-105342,-383011],[-104551,-382432],[-105983,-381921],[-107469,-381093],[-113983,-371666],[-112344,-371842],[-107430,-385002],[-106568,-385919],[-105643,-385792],[-105041,-386055],[-105262,-389339],[-105395,-391093],[-105723,-390012],[-104923,-390150],[-107269,-385852],[-105276,-383887],[-114355,-397793],[-114818,-398478],[-113967,-408685],[-112183,-400745],[-112451,-401393],[-113760,-403372],[-113158,-402879],[-113641,-402899],[-114747,-405181],[-114839,-405764],[-114283,-406276],[-105304,-430106],[-105910,-430240],[-112119,-433354],[-107802,-428719],[-108161,-428527],[-108834,-439096],[-105929,-435883],[-104700,-442441],[-102570,-447396],[-103113,-447535],[-105043,-444673],[-104380,-444537],[-102782,-443806],[-103746,-444694],[-113250,-438733],[-109693,-444914],[-109129,-445334],[-110081,-448979],[-110453,-448843],[-112777,-454646],[-114042,-453414],[-112621,-453281],[-111215,-457940],[-106835,-454853],[-106989,-459113],[-105675,-449132],[-105728,-451045],[-102518,-452161],[-105549,-450489],[-105943,-450581],[-103821,-450768],[-102989,-449651],[-113669,-449644],[-102946,-456903],[-102793,-459743],[-103230,-459968],[-104386,-457040],[-106428,-459272],[-113886,-449998],[-113551,-448346],[-102483,-464367],[-114483,-471187],[-109526,-475274],[-108980,-475108],[-104764,-477176],[-106476,-485633],[-108454,-485731],[-108834,-483521],[-107324,-482288],[-105209,-480658],[-105659,-480031],[-104603,-480167],[-103965,-490480],[-113018,-496335],[-104609,-496182],[-112493,-497505],[-103329,-496395],[-102680,-491928],[-111365,-498351],[-111052,-496877],[-104380,-507504],[-105681,-505279],[-105457,-510777],[-105884,-508675],[-112571,-503670],[-111329,-504282],[-106572,-501596],[-106233,-503001],[-107578,-503015],[-104061,-513587],[-106968,-513507],[-106469,-521558],[-107507,-513878],[-107119,-521811],[-106839,-522004],[-104496,-514079],[-107718,-519449],[-109682,-523340],[-111420,-526700],[-102783,-533580],[-108262,-531773],[-107211,-532633],[-109113,-531719],[-113687,-526102],[-115014,-551018],[-112919,-552124],[-113268,-586132],[-109031,-586624],[-109272,-583064],[-108433,-584719],[-104748,-577040],[-107510,-579822],[-106898,-580090],[-108924,-581497],[-104241,-593485],[-114422,-590891],[-114316,-593240],[-114412,-592043],[-104796,-618957],[-108165,-617968],[-106719,-615458],[-103255,-639619],[-114660,-660918],[-113809,-660375],[-105572,-660605],[-111899,-672855],[-106626,-683594],[-109413,-685453],[-108533,-696946],[-110213,-704785],[-112348,-707902],[-109567,-711176],[-114702,-706715],[-112606,-704129],[-112502,-712203],[11033,-444092],[10996,-442943],[6223,-436568],[10982,-461731],[4434,-487126],[12650,-490991],[12603,-488813],[4948,-508431],[5585,-509046],[5844,-508336],[6310,-510163],[6572,-510047],[5128,-509834],[8365,-521383],[9083,-520062],[6611,-518487],[6473,-518385],[7876,-517770],[6907,-516411],[7001,-514198],[4354,-511954],[4663,-512278],[4901,-511971],[139770,-304509],[131185,-302313],[139289,-308302],[132295,-309494],[130240,-312192],[132924,-312853],[132073,-311803],[137517,-359235],[140123,-375517],[128665,-382175],[128994,-393583],[137364,-387707],[129125,-398108],[130639,-398661],[129849,-397684],[128559,-396656],[130950,-399647],[137984,-402725],[139610,-401725],[132781,-398665],[129766,-405542],[132504,-404846],[133831,-403538],[133217,-403435],[132763,-404258],[132932,-400448],[131416,-401241],[134908,-417925],[136384,-416366],[136938,-414867],[137804,-413685],[129415,-428536],[131562,-423176],[130761,-459231],[129617,-459606],[130771,-457838],[129215,-459041],[129927,-456599],[128224,-451892],[129015,-462625],[148198,-239072],[141386,-366833],[145998,-381350],[148827,-376470],[149386,-386142],[147858,-384715],[146537,-386994],[147072,-387720],[145859,-388167],[144220,-389203],[141408,-390502],[142845,-388568],[141490,-392060],[142905,-395774],[156544,-242397],[154607,-370299],[169589,-213124],[178555,-226186],[186354,-244727],[182582,-294671],[16988,-467964],[21922,-471967],[22829,-468518],[20251,-468125],[25096,-461106],[19458,-478040],[17269,-473707],[23052,-475809],[25138,-474047],[22921,-476901],[19948,-475076],[30993,-457248],[31173,-459550],[30192,-459962],[25639,-459816],[37884,-466674],[35982,-470076],[33318,-468431],[37597,-473180],[29636,-470229],[31406,-470104],[32963,-469388],[33619,-467586],[36748,-469338],[33535,-466590],[30411,-465653],[30671,-468299],[29514,-468143],[31760,-468697],[34298,-465272],[29017,-472973],[28256,-483392],[28127,-481771],[28773,-478876],[29691,-478979],[29518,-476675],[28793,-476344],[26724,-475196],[34911,-477822],[33723,-479031],[32861,-477449],[31601,-480180],[29498,-479792],[28452,-479486],[49566,-392359],[51183,-431588],[49559,-436926],[50474,-436217],[42343,-450111],[44761,-448327],[46734,-450893],[46933,-447912],[48964,-454445],[46948,-448983],[45538,-456462],[47118,-457743],[46735,-457031],[42748,-467518],[50015,-465718],[49078,-468381],[48370,-471102],[46303,-471493],[46067,-469501],[41776,-469735],[39976,-468523],[47752,-465977],[50435,-461744],[50904,-478265],[49739,-480247],[41856,-475631],[38505,-475030],[39596,-476669],[40930,-482908],[39805,-474944],[46206,-479092],[47278,-475778],[49079,-478827],[48307,-477393],[44961,-480757],[41783,-479855],[39924,-476781],[39480,-481527],[44764,-502680],[57959,-395855],[54477,-393342],[59319,-397441],[57248,-401895],[59815,-396925],[56213,-397416],[57748,-399676],[60807,-412968],[61185,-414819],[51635,-421506],[51904,-421309],[55801,-432347],[56784,-432629],[55124,-428186],[57985,-430453],[57313,-434737],[56611,-429898],[59253,-423788],[57877,-424459],[58895,-432419],[58879,-425519],[62324,-425606],[63179,-426460],[62994,-423007],[62580,-428297],[57020,-422899],[53927,-422693],[54885,-422537],[53935,-427643],[57576,-428980],[60186,-429887],[59920,-431889],[61504,-429217],[57671,-447098],[51444,-437858],[54020,-439496],[56527,-437386],[54281,-437555],[61876,-444183],[60387,-437890],[60763,-439698],[58782,-440245],[55086,-440356],[56102,-436096],[61129,-436417],[63904,-435579],[55084,-457609],[59243,-459752],[57745,-457533],[53032,-455921],[60879,-452624],[62548,-453425],[63970,-459069],[56832,-459339],[51868,-456687],[53523,-454965],[51443,-457366],[51549,-453897],[59518,-449200],[60303,-450909],[60180,-452487],[51819,-452297],[52834,-454396],[55022,-452940],[58192,-461868],[56769,-465771],[52693,-464179],[53389,-465505],[55626,-466842],[59101,-467990],[56979,-468760],[51571,-463862],[60955,-463885],[60027,-462783],[52333,-467416],[55039,-462189],[52820,-462083],[52565,-463124],[54377,-464298],[54209,-466225],[56947,-463161],[58689,-463152],[58224,-464142],[62236,-481271],[62661,-479702],[63262,-477713],[61717,-482787],[60271,-482392],[52501,-477277],[53914,-479826],[62410,-484454],[59319,-483998],[54100,-483859],[53233,-481830],[53662,-476228],[52332,-477520],[74662,-383581],[65045,-394687],[64026,-391973],[71885,-386897],[68657,-387319],[69000,-385075],[76573,-390718],[68290,-390669],[70928,-390056],[69304,-395937],[71841,-394612],[71136,-393865],[72679,-393528],[67883,-407820],[68733,-408656],[70815,-407436],[70434,-422034],[70232,-421998],[65277,-409540],[75561,-421495],[72287,-411380],[70533,-420248],[69559,-420693],[72147,-428685],[64537,-428403],[75026,-428941],[64628,-433861],[66781,-433284],[65178,-434837],[75203,-430736],[66359,-423742],[64552,-423094],[70357,-426187],[69809,-424676],[71549,-423879],[66810,-424180],[73766,-429813],[69648,-432074],[70490,-434502],[70398,-429360],[71565,-430195],[71738,-432531],[64678,-425046],[65787,-426504],[65647,-424699],[69645,-423470],[72456,-423761],[69110,-427449],[68120,-430473],[68705,-430267],[72400,-429933],[72143,-428982],[73430,-428069],[74565,-426767],[75746,-426954],[69689,-434064],[68471,-432780],[69940,-431500],[69111,-434544],[68258,-431350],[69523,-430050],[69915,-428488],[68265,-427817],[72389,-426469],[72102,-424518],[76732,-437131],[75490,-435343],[75140,-436550],[71230,-443312],[74844,-441035],[71544,-436424],[76080,-441630],[70882,-437110],[73429,-439388],[73284,-443178],[75346,-444095],[73508,-436585],[74191,-438679],[64595,-437827],[69106,-435773],[64208,-443237],[67136,-444755],[65054,-445244],[70711,-444561],[70535,-446796],[68269,-446384],[68789,-444244],[73975,-444833],[68580,-438012],[70110,-438817],[67901,-437970],[67075,-435022],[67602,-436149],[69630,-436368],[64739,-445571],[67270,-447766],[68785,-445499],[70596,-440407],[69794,-439558],[66937,-437349],[66122,-436621],[72984,-448362],[75612,-448431],[73956,-449339],[64465,-455602],[65970,-456485],[64492,-458265],[64767,-459651],[71963,-447931],[69833,-448210],[71241,-461929],[64099,-460833],[67858,-464331],[65098,-463150],[71897,-465315],[70350,-464979],[68592,-466600],[75935,-466799],[65127,-461884],[67594,-475007],[73417,-473563],[75104,-475835],[88453,-161883],[82280,-383348],[84490,-382468],[88128,-383548],[83819,-382190],[81145,-378330],[79924,-381328],[79105,-378845],[82457,-379197],[82886,-380584],[84968,-382201],[77634,-388567],[78080,-384572],[87740,-392663],[88186,-392230],[86241,-392124],[84290,-394979],[84962,-393904],[85519,-393641],[87940,-389945],[80164,-402337],[84920,-403010],[82984,-401441],[82234,-402740],[86131,-400753],[88585,-403888],[84619,-403621],[85633,-404263],[86660,-404523],[86569,-411705],[85532,-412014],[84535,-414247],[88300,-422182],[88163,-417888],[86054,-418339],[84822,-412063],[89170,-419646],[89177,-417524],[87145,-414412],[89330,-414377],[77060,-421462],[78820,-410547],[81376,-414062],[82086,-411645],[79014,-421457],[79022,-433810],[78994,-433234],[83694,-431854],[88838,-428041],[81271,-433702],[83605,-423177],[88178,-424085],[84938,-431817],[77829,-432179],[79390,-431312],[87405,-430766],[82931,-425275],[88750,-426965],[88743,-425261],[85919,-424144],[78220,-430215],[81561,-423248],[77762,-430983],[77573,-422564],[79212,-422793],[89369,-437710],[84852,-435682],[87023,-438228],[84840,-442085],[81010,-443705],[77083,-446381],[81537,-435766],[78644,-435299],[87015,-447317],[85345,-447009],[83110,-447390],[86005,-444573],[89138,-442542],[82564,-435392],[88396,-437065],[85851,-435093],[83414,-435519],[76824,-447732],[78461,-447746],[79247,-447220],[79939,-447549],[82300,-447017],[79269,-446520],[77803,-438304],[78356,-436976],[85164,-435624],[82556,-437553],[81336,-442131],[82251,-443012],[77233,-444740],[76835,-442093],[77938,-449354],[87150,-456954],[89129,-458915],[79440,-452109],[79105,-450331],[81757,-451233],[84233,-452677],[87107,-450909],[89136,-452398],[81869,-450041],[78204,-451531],[78980,-449426],[79677,-448172],[80478,-465832],[79309,-464291],[82831,-464987],[89458,-471998],[85881,-472423],[85582,-471274],[83594,-471766],[78857,-474774],[79171,-481145],[78235,-479731],[80591,-481105],[80679,-480446],[85299,-480258],[86033,-478931],[80126,-483897],[78435,-478089],[84185,-474438],[83273,-474095],[80179,-474283],[78359,-474518],[99019,-378547],[102031,-379688],[94813,-375699],[97349,-376670],[98072,-375137],[99365,-374407],[100824,-375334],[101130,-372238],[100999,-387552],[91601,-390064],[90896,-391143],[90887,-389066],[100514,-385300],[89728,-392352],[90446,-385060],[90649,-384099],[102333,-405789],[100739,-403652],[97250,-403878],[96448,-403262],[90171,-401316],[91492,-402046],[98995,-403722],[100656,-406131],[102211,-408881],[89727,-401637],[91780,-419809],[91346,-412004],[94729,-417604],[96449,-419825],[91131,-417629],[95088,-412938],[97124,-412425],[95171,-420525],[101517,-413770],[101715,-414670],[101899,-416735],[90682,-416692],[91124,-420650],[90141,-415967],[91955,-418500],[93076,-414822],[101018,-412682],[98963,-411475],[102165,-415068],[95544,-417506],[94763,-415344],[92807,-434630],[91021,-425389],[90594,-427735],[91949,-429804],[96006,-430604],[90092,-431713],[96093,-424135],[94485,-422382],[93718,-424581],[89832,-424963],[90381,-422784],[91973,-423330],[95889,-444465],[96604,-440623],[99026,-439699],[90165,-444447],[100514,-447151],[98427,-445861],[96120,-444979],[96909,-445085],[98587,-444648],[102203,-446338],[101356,-438313],[99455,-438093],[97484,-439989],[97234,-444024],[95469,-443528],[90340,-443331],[90999,-444341],[91225,-439829],[91656,-437389],[92120,-435006],[101744,-457901],[97481,-455929],[98272,-458901],[99180,-455957],[101123,-459463],[98040,-459625],[89633,-449007],[98597,-451912],[98905,-453060],[97087,-455824],[99388,-449066],[101383,-449289],[94099,-452191],[94998,-448633],[100654,-448738],[94139,-471851],[97537,-472199],[89815,-465509],[95798,-464449],[92772,-465133],[94831,-465067],[99240,-462350],[98536,-466062],[97869,-461829],[95583,-462824],[91186,-463281],[89954,-469938],[96195,-469067],[94825,-466615],[91059,-470557],[94950,-473236],[101169,-470556],[98930,-474713],[93086,-478590],[90050,-474321],[91904,-473481],[102111,-477834],[102190,-475888],[101448,-473993],[106744,-370974],[112669,-369390],[113347,-370175],[103696,-379202],[105280,-380650],[109641,-380270],[110864,-377664],[110250,-376611],[111616,-373889],[111027,-374657],[103006,-373131],[105180,-371381],[115086,-380523],[115002,-377413],[112913,-377196],[110681,-371477],[108539,-396531],[108131,-394683],[102404,-388489],[103891,-389083],[105486,-389836],[108470,-391457],[104483,-390346],[104686,-388110],[108259,-387909],[109590,-390657],[108929,-392089],[108782,-393537],[104807,-403190],[109330,-400264],[103410,-406654],[105065,-402305],[103965,-405529],[105976,-402549],[114250,-397924],[102848,-410357],[104005,-412873],[103503,-414842],[103910,-413610],[103054,-410921],[102538,-410097],[108691,-420039],[108660,-422753],[107340,-423935],[110160,-426063],[110228,-428256],[109888,-429558],[110273,-432775],[109765,-433957],[109779,-432113],[108345,-431482],[115156,-432365],[110505,-435064],[110340,-440075],[110195,-440514],[111307,-443459],[112677,-446548],[103189,-447411],[103800,-444166],[103212,-441903],[103515,-438407],[105439,-439685],[105114,-442374],[110511,-435526],[109682,-435972],[107456,-436429],[104587,-442442],[102797,-435883],[105755,-451241],[105125,-452665],[104948,-455293],[104508,-457710],[103058,-456594],[102663,-459118],[104615,-459021],[107625,-458343],[108498,-459443],[114081,-459814],[109005,-458130],[112407,-455873],[104777,-449546],[113243,-449474],[113246,-453646],[104820,-447905],[103973,-451532],[104678,-452611],[106489,-456039],[107127,-454418],[108042,-452243],[110025,-454503],[109033,-455822],[111751,-459714],[112257,-456826],[111956,-454909],[111355,-453458],[112176,-450527],[112751,-452089],[115157,-456135],[112358,-460144],[110759,-463314],[106774,-461916],[106916,-466070],[103408,-470990],[104764,-470658],[111685,-469515],[108122,-472161],[103346,-472507],[109764,-462162],[106445,-460878],[104044,-462689],[106442,-462590],[105403,-464478],[107923,-473410],[103305,-478197],[124949,-179514],[117747,-309386],[124901,-377100],[117747,-384316],[116616,-395491],[116715,-392190],[118215,-391682],[119114,-387912],[118524,-386748],[127193,-385561],[127690,-387257],[125608,-385952],[126939,-395451],[126947,-393645],[126938,-400740],[125893,-402894],[124059,-404872],[124258,-404076],[122663,-403170],[121783,-404827],[120018,-404229],[125742,-423318],[124055,-425773],[122981,-428455],[121744,-430516],[117409,-434420],[115791,-434565],[118105,-428820],[116721,-427352],[121132,-458666],[115554,-458539],[125876,-454474],[124929,-454182],[123003,-452657],[120760,-450120],[117980,-450404],[126627,-471766],[121611,-467534],[116051,-466586],[117763,-460900],[125970,-464910],[123556,-464070],[121702,-464922],[122196,-466228],[124297,-469051],[126123,-469828],[126005,-468672],[125759,-467648],[127476,-462653],[122462,-460840],[121942,-461536],[124250,-465768],[122278,-463882],[-127250,-424837],[-124892,-430142],[-121000,-443822],[-118629,-441120],[-119345,-442159],[-119162,-440678],[-119676,-437968],[-121708,-440115],[-118731,-459234],[-119522,-459167],[-126572,-458810],[-115657,-449030],[-124847,-459959],[-125832,-459110],[-127229,-451434],[-117495,-451977],[-120880,-452032],[-121182,-466518],[-125284,-463932],[-126578,-461123],[-119874,-466551],[-127715,-460705],[-127082,-482699],[-122258,-478618],[-120506,-481321],[-116957,-486139],[-124702,-498070],[-124981,-492718],[-122456,-507684],[-122999,-508799],[-122552,-509746],[-122521,-511370],[-120906,-524706],[-116028,-544702],[-115323,-545233],[-119369,-590832],[-116040,-592632],[-116945,-594800],[-116602,-681706],[-117670,-681742],[-119239,-683531],[-121077,-681845],[-121418,-680775],[-120736,-680338],[-125398,-687615],[-125672,-688766],[-127792,-698930],[-125969,-699037],[-123249,-700462],[-121953,-700833],[-120991,-699934],[-119557,-701507],[-117776,-702271],[-116185,-702822],[-115257,-703052],[-126900,-699329],[-140495,-428693],[-130909,-424944],[-133114,-426975],[-129194,-422401],[-128754,-428228],[-138092,-435770],[-139091,-435690],[-134827,-453481],[-140207,-454290],[-134728,-452174],[-133076,-456398],[-132457,-454841],[-132101,-454556],[-140205,-459256],[-140513,-458642],[-138923,-460598],[-134032,-463489],[-135639,-462590],[-131127,-465043],[-128711,-460937],[-134981,-468161],[-134221,-468126],[-134104,-467748],[-128190,-496790],[-132322,-562369],[-130925,-571591],[-131027,-588168],[-135592,-608055],[-131604,-625106],[-132366,-624751],[-133059,-624270],[-131259,-625550],[-129693,-625580],[-129747,-626114],[-130714,-626354],[-129859,-687135],[-131600,-685319],[-129556,-683475],[-131421,-701241],[-131822,-697795],[-132028,-695147],[-131124,-694239],[-151376,-434710],[-141237,-429740],[-145173,-429829],[-153038,-427508],[-145819,-443602],[-145565,-446757],[-151246,-443340],[-142770,-438773],[-143730,-459181],[-149596,-450628],[-146745,-454769],[-145776,-453070],[-148023,-452673],[-149227,-451611],[-145249,-451907],[-141805,-471761],[-143145,-466129],[-146232,-465663],[-144312,-461173],[-141838,-471060],[-148802,-474350],[-147526,-478126],[-149184,-533101],[-149490,-528019],[-150758,-553682],[-141767,-570128],[-151774,-571862],[-141813,-571125],[-148413,-637250],[-148655,-636514],[-145601,-690040],[-146646,-688106],[-146683,-685493],[-143853,-687976],[-143762,-687997],[-150012,-693147],[-148347,-698698],[-147327,-699557],[-153534,-703012],[-149847,-709578],[-147260,-704603],[-158684,-431269],[-158648,-432583],[-159504,-422887],[-161693,-425277],[-158847,-436207],[-154154,-436788],[-160014,-438244],[-159888,-450211],[-155505,-447876],[-157119,-460553],[-155053,-569644],[-154555,-570043],[-158989,-638594],[-159883,-639586],[-159236,-638975],[-158670,-637583],[-158104,-635808],[-157260,-635242],[-157116,-635599],[-157459,-636310],[-165609,-645570],[-157427,-650875],[-164692,-648991],[-157345,-649613],[-158264,-650296],[-158815,-650187],[-156358,-674736],[-156608,-676267],[-156342,-677347],[-161792,-673668],[-162778,-674985],[-163605,-675877],[-163832,-676227],[-164519,-675086],[-164514,-674291],[-164222,-676788],[-162156,-675650],[-160046,-673250],[-158553,-671339],[-165880,-687197],[-163984,-686963],[-169507,-458085],[-172553,-547219],[-166688,-648216],[-173024,-674806],[-171595,-675848],[-170360,-675833],[-169761,-675327],[-166738,-683479],[-186690,-421415],[-188176,-419771],[-187045,-425192],[-189571,-422572],[-182923,-449975],[-183809,-449429],[-179878,-450012],[-182158,-467932],[-191475,-544115],[-187229,-554437],[-186003,-597765],[-203310,-421215],[-204608,-417267],[-192062,-420850],[-194175,-421730],[-202167,-417825],[-198429,-420443],[-202572,-423705],[-203927,-422900],[-203449,-427258],[-204185,-424348],[-196115,-428141],[-204798,-439585],[-196207,-437465],[-203984,-459511],[-198809,-464812],[-193452,-530207],[-203139,-531333],[-203460,-549448],[-202922,-549931],[-202478,-549674],[-192389,-539941],[-204268,-550359],[-200829,-559188],[-208663,-421513],[-204902,-419944],[-207016,-420160],[-206428,-419177],[-214358,-432655],[-211201,-424739],[-210420,-433457],[-212914,-548355],[-213978,-545019],[-213390,-546095],[-213465,-545572],[-210793,-550057],[-206936,-555377],[-204876,-553995],[-215315,-572467],[-211213,-565861],[-217453,-568385],[-207125,-574658],[-220501,-429724],[-228783,-443106],[-229649,-443359],[-221957,-475207],[-221485,-475313],[-222158,-478382],[-227972,-540352],[-225187,-555739],[-219883,-564923],[-2862,-374421],[-2406,-521098],[-1243,-522022],[-1367,-523625],[-2027,-522733],[-2741,-521282],[-2384,-519401],[-1729,-519101],[-771,-520126],[-245604,-562892],[-245181,-565461],[-252838,-563677],[-245700,-565516],[-246905,-567753],[-253907,-566910],[-292676,-453081],[-293200,-452186],[-284824,-447818],[-292780,-456595],[-317888,-461624],[-318511,-467904],[-318552,-466505],[-317798,-466403],[-320939,-462438],[-17553,-370018],[-14317,-362350],[-25201,-390297],[-24777,-392004],[-23411,-391120],[-23314,-447953],[-23217,-455614],[-20633,-455726],[-24365,-452907],[-25105,-453104],[-22236,-455966],[-18691,-460873],[-16254,-482891],[-17420,-524484],[-37096,-370796],[-35430,-371524],[-35860,-371178],[-34343,-376036],[-27700,-373163],[-25988,-373060],[-37926,-375433],[-37496,-375779],[-33772,-391596],[-32541,-387043],[-27753,-388667],[-27938,-387133],[-36552,-407862],[-37574,-408860],[-34976,-421407],[-26584,-419704],[-26200,-420130],[-32044,-419690],[-27703,-416531],[-28646,-416664],[-33335,-421067],[-32768,-421581],[-29460,-419010],[-28621,-420332],[-26512,-417474],[-26883,-416311],[-28872,-417517],[-30725,-410032],[-30091,-411289],[-29793,-412724],[-30377,-413637],[-30886,-415770],[-34407,-417158],[-35543,-416569],[-32919,-416337],[-31900,-415260],[-37424,-414019],[-37431,-412952],[-34079,-422319],[-35387,-440592],[-36702,-440570],[-38223,-447167],[-33866,-457816],[-33306,-458674],[-34797,-458749],[-26890,-449222],[-26008,-449903],[-33867,-453107],[-25905,-452164],[-26419,-453033],[-32070,-449943],[-33833,-453869],[-36776,-462809],[-33434,-467984],[-27522,-461922],[-35218,-468830],[-35884,-468124],[-34809,-467002],[-25726,-464619],[-35486,-472982],[-34300,-473914],[-46659,-367716],[-43275,-362247],[-44941,-366356],[-47511,-368575],[-48727,-366897],[-48094,-358528],[-43117,-368601],[-43914,-370682],[-40602,-367623],[-49131,-378444],[-45982,-372183],[-41448,-378343],[-38732,-371925],[-40596,-383591],[-41941,-383114],[-39348,-375773],[-42123,-382675],[-43462,-381342],[-43032,-381688],[-46529,-387049],[-47334,-391718],[-48546,-391153],[-48128,-391215],[-42933,-397538],[-42337,-396616],[-42235,-418566],[-49676,-417431],[-41636,-414222],[-49954,-417350],[-48116,-419419],[-47884,-419527],[-47556,-419954],[-50908,-415863],[-51147,-416059],[-41030,-414997],[-41308,-413698],[-39866,-428785],[-40350,-429332],[-42031,-427572],[-40236,-431018],[-42517,-429967],[-40242,-431437],[-38845,-446552],[-43091,-465577],[-46440,-465212],[-45561,-466182],[-43174,-468748],[-46337,-471757],[-49924,-465816],[-50933,-467838],[-48674,-470313],[-49110,-470429],[-48963,-467876],[-39734,-468310],[-47809,-469853],[-44657,-470397],[-45156,-468142],[-51113,-466341],[-50338,-474184],[-49490,-476149],[-46067,-474809],[-49023,-475830],[-48555,-477989],[-43052,-527329],[-51819,-357244],[-53020,-368748],[-52685,-366053],[-56032,-369100],[-51307,-359476],[-58514,-373260],[-57153,-372153],[-59908,-380195],[-53397,-373228],[-61769,-379378],[-58200,-381547],[-51584,-383662],[-51394,-383722],[-61601,-383118],[-62957,-383615],[-53935,-384614],[-54605,-394831],[-56682,-393713],[-60419,-394261],[-60463,-392955],[-51911,-387664],[-53754,-388313],[-52804,-387469],[-62465,-394118],[-56517,-402007],[-56586,-399470],[-54397,-405591],[-55075,-420529],[-55036,-422044],[-54531,-422134],[-51600,-419952],[-51239,-419974],[-58265,-429926],[-58315,-428198],[-53996,-433075],[-51599,-432053],[-53108,-433103],[-52752,-433410],[-58061,-433368],[-58629,-427735],[-58973,-427914],[-59708,-432702],[-53087,-435331],[-51287,-443734],[-54804,-436508],[-55497,-437330],[-55761,-437117],[-57552,-436538],[-59147,-435648],[-54403,-443613],[-60074,-441840],[-57774,-471003],[-55444,-471261],[-59138,-466098],[-52757,-471889],[-52802,-470083],[-52584,-465116],[-55261,-466440],[-56122,-468799],[-54013,-464881],[-57001,-466337],[-57467,-468628],[-58685,-465257],[-52199,-469610],[-51321,-468775],[-56552,-472115],[-53176,-472816],[-54955,-472710],[-62998,-469560],[-56101,-472469],[-57400,-472830],[-55142,-478516],[-56346,-478158],[-58370,-474510],[-51322,-475074],[-54084,-476804],[-62328,-474454],[-53851,-483873],[-56620,-479595],[-56631,-474677],[-58193,-473409],[-55297,-477229],[-54829,-477039],[-76597,-383198],[-68696,-379664],[-69856,-379460],[-76134,-388628],[-70794,-395645],[-76505,-396323],[-72166,-397977],[-74128,-404597],[-73880,-399315],[-69437,-407133],[-65615,-407339],[-65088,-404794],[-68062,-408731],[-64394,-412772],[-72530,-417162],[-70465,-415333],[-76179,-416680],[-67223,-411678],[-66268,-415592],[-72482,-429118],[-67125,-429728],[-64477,-432185],[-68501,-430355],[-66425,-428766],[-67785,-429281],[-67405,-428895],[-71323,-423922],[-69140,-425710],[-73754,-443147],[-74823,-441909],[-67695,-442668],[-68154,-441298],[-73265,-439517],[-68428,-444458],[-66934,-442102],[-64631,-458201],[-74632,-456717],[-73697,-452602],[-75383,-455978],[-75662,-454808],[-73212,-453409],[-74254,-452045],[-72919,-454138],[-73346,-459884],[-74361,-459335],[-73572,-458760],[-73709,-457998],[-74766,-457610],[-65381,-448612],[-67086,-470824],[-67110,-468579],[-71635,-466974],[-73103,-468767],[-68792,-471215],[-66354,-470613],[-69655,-468855],[-67462,-467388],[-71779,-469631],[-72848,-467425],[-75468,-465990],[-67692,-471106],[-76151,-465026],[-64385,-470766],[-64730,-469209],[-73469,-468662],[-71623,-468787],[-72995,-470289],[-73301,-469404],[-66532,-471597],[-71916,-465958],[-67326,-469543],[-75754,-464342],[-70078,-471055],[-71491,-465620],[-72609,-467653],[-73550,-465565],[-74614,-465110],[-75351,-471105],[-75069,-473064],[-75877,-472011],[-74637,-466273],[-64225,-468606],[-68427,-467252],[-74081,-483648],[-71694,-475947],[-72854,-478526],[-76347,-478277],[-70537,-476762],[-75997,-478642],[-69321,-476188],[-74596,-483029],[-75887,-477050],[-76639,-473605],[-76324,-505677],[-78649,-387287],[-84416,-389574],[-80803,-407687],[-80546,-408253],[-86615,-413755],[-86219,-431241],[-87861,-434341],[-85198,-445223],[-83929,-444265],[-86723,-439187],[-79178,-443794],[-83827,-441816],[-78953,-444677],[-78808,-444221],[-80122,-444532],[-81451,-449173],[-88086,-452672],[-87768,-452288],[-80854,-457847],[-79741,-459834],[-85891,-459645],[-79008,-451301],[-81010,-451164],[-81469,-457840],[-83800,-458261],[-84836,-458426],[-86055,-458703],[-83730,-459384],[-78310,-452097],[-79350,-453683],[-85456,-459323],[-80964,-463835],[-84448,-465603],[-88576,-468806],[-86661,-470611],[-87810,-468445],[-83977,-467911],[-78617,-464831],[-78760,-462298],[-80106,-461634],[-81489,-462520],[-82683,-468123],[-85031,-471593],[-84284,-469218],[-81036,-467196],[-81852,-467090],[-82636,-461959],[-84194,-468278],[-84696,-468953],[-87125,-465479],[-79016,-465243],[-77325,-463005],[-78254,-465397],[-76811,-462545],[-81146,-472619],[-81592,-472243],[-78027,-461233],[-88070,-465948],[-88452,-466388],[-80523,-465731],[-78731,-460968],[-76905,-469560],[-83425,-469489],[-82874,-469357],[-78640,-470176],[-82970,-468653],[-81952,-466395],[-76945,-463664],[-87227,-468952],[-89068,-464740],[-89261,-465277],[-81152,-471927],[-79175,-473298],[-78921,-470879],[-78822,-476280],[-87047,-477663],[-87101,-475844],[-77965,-476775],[-81030,-475611],[-86824,-474292],[-89542,-475672],[-79974,-483233],[-79721,-482340],[-87130,-476461],[-85756,-479073],[-82338,-479005],[-78537,-473478],[-77018,-473401],[-83870,-478175],[-85482,-475943],[-80478,-476373],[-82214,-474553],[-77694,-474610],[-80299,-475426],[-79384,-474109],[-80449,-473561],[-83049,-479264],[-83261,-477999],[-78437,-483004],[-78778,-482699],[-79133,-482507],[-89316,-478338],[-89057,-476801],[-81692,-478544],[-82336,-478534],[-79973,-477129],[-80183,-476456],[-85715,-493449],[-86131,-493143],[-79928,-486470],[-87879,-486813],[-88651,-486894],[-89480,-486789],[-85514,-490517],[-84278,-489208],[-82828,-489384],[-82891,-489257],[-83443,-488325],[-81992,-496152],[-89104,-506420],[-88261,-506070],[-78302,-506123],[-78487,-511424],[-79405,-511515],[-78686,-515940],[-77460,-515650],[-102178,-376960],[-91589,-408207],[-92334,-407474],[-94115,-410906],[-91188,-419277],[-92101,-418923],[-95838,-418969],[-100140,-429912],[-99114,-434215],[-94922,-424945],[-89922,-427213],[-94455,-425947],[-89837,-441587],[-90561,-441890],[-102088,-444845],[-101887,-435272],[-97682,-442763],[-91553,-445626],[-90162,-442389],[-95674,-446412],[-94653,-444324],[-92370,-444502],[-96324,-440494],[-96461,-451114],[-97579,-450995],[-100101,-453358],[-101629,-452507],[-92396,-448208],[-93924,-450265],[-94357,-449734],[-93308,-467651],[-99943,-465464],[-98995,-465150],[-90530,-468012],[-92369,-468257],[-91416,-468158],[-97806,-462229],[-99778,-462464],[-91362,-467472],[-89853,-465022],[-99844,-463794],[-91982,-465130],[-92825,-464726],[-92820,-464331],[-96155,-463674],[-96519,-464030],[-99421,-461907],[-94251,-484094],[-92569,-482923],[-101216,-479998],[-95843,-482356],[-90228,-484159],[-91154,-483712],[-91328,-483974],[-92288,-479019],[-99284,-485789],[-98715,-484791],[-98834,-485581],[-99124,-484599],[-98819,-482853],[-98479,-482522],[-99917,-481701],[-100275,-481317],[-99558,-480670],[-92741,-476802],[-93265,-477479],[-91899,-480465],[-92159,-486345],[-97540,-486257],[-100695,-497504],[-95815,-486653],[-90504,-494625],[-91335,-494571],[-91898,-494556],[-91820,-493847],[-95172,-491703],[-94792,-491019],[-94765,-490319],[-92536,-494271],[-100969,-495743],[-94834,-499067],[-95772,-507253],[-93681,-511633],[-100103,-531676],[-103090,-377276],[-103124,-377643],[-103873,-377438],[-103048,-376616],[-102487,-374798],[-106092,-376195],[-102538,-380256],[-103016,-381271],[-103899,-381632],[-103558,-382030],[-103292,-384085],[-105436,-387651],[-105255,-388780],[-110901,-430973],[-112474,-432114],[-109912,-428684],[-113562,-433998],[-108014,-432911],[-103175,-425676],[-110342,-429080],[-108547,-447711],[-108372,-440709],[-107410,-436060],[-107016,-444175],[-102779,-447518],[-104029,-445329],[-105159,-446987],[-108639,-460312],[-103247,-459355],[-113341,-454889],[-112893,-453660],[-106561,-452188],[-104073,-449387],[-105079,-451598],[-104804,-456761],[-113828,-466679],[-114548,-464136],[-114831,-463049],[-109378,-468397],[-108554,-468818],[-109926,-467426],[-109889,-469836],[-113370,-467374],[-114375,-468163],[-111251,-463872],[-110515,-468830],[-105761,-472446],[-107065,-472564],[-110976,-470797],[-106331,-471521],[-102956,-477701],[-108486,-478665],[-107628,-473555],[-108459,-473586],[-107636,-475125],[-106773,-475269],[-103517,-476836],[-108816,-475565],[-105582,-496041],[-102867,-493928],[-102759,-491897],[-114649,-492311],[-103052,-488657],[-104667,-488583],[-109091,-506252],[-106269,-504739],[-106850,-511769],[-112027,-503857],[-108902,-507775],[-107469,-516326],[-105229,-518793],[-106127,-522495],[-105651,-518667],[-109602,-523529],[-105793,-520454],[-106236,-515576],[-107335,-518104],[-104368,-512858],[-111460,-527682],[-102472,-532723],[-106654,-531738],[-107935,-530767],[-109135,-532137],[-102622,-538793],[-106519,-541130],[-103989,-540952],[-109469,-583742],[-108403,-581480],[-108008,-598580],[-108668,-598164],[-105931,-600821],[-114589,-593730],[-113789,-590780],[-108544,-601781],[-109001,-601696],[-106271,-615517],[-105371,-614216],[-107154,-614435],[10337,-439167],[7364,-438453],[448,-509524],[1440,-510211],[1950,-510165],[132172,-312916],[136884,-358135],[132833,-363867],[140472,-370936],[132071,-389762],[129742,-387115],[128547,-398885],[129690,-399420],[131709,-399200],[128739,-396869],[136630,-399168],[129293,-405469],[133289,-403109],[134139,-403648],[131665,-403146],[134159,-400921],[130938,-401650],[134258,-417500],[136085,-415946],[136809,-415366],[138033,-413893],[130975,-428267],[131480,-423483],[130723,-459228],[129321,-460130],[130766,-458251],[129008,-459027],[129570,-457064],[128308,-451745],[129059,-462188],[128409,-462823],[149256,-221811],[149438,-374839],[146572,-385724],[147794,-388101],[146917,-383960],[147599,-385275],[145863,-387879],[144636,-388291],[143400,-389547],[142244,-390138],[142742,-388956],[141952,-392028],[144086,-396875],[164716,-214666],[163932,-373949],[176042,-214758],[176723,-227489],[178340,-219066],[174005,-312600],[179583,-243438],[183678,-325834],[25452,-459749],[25417,-460583],[22618,-452475],[23351,-450160],[21888,-472075],[22334,-468220],[19696,-466690],[25178,-474853],[23080,-476220],[24202,-473957],[21405,-477537],[19226,-476115],[31132,-394745],[30086,-394480],[30961,-457245],[30766,-459914],[29302,-460580],[38155,-467298],[33220,-470359],[28928,-469278],[31237,-469654],[33511,-467524],[37953,-470167],[32820,-464320],[31238,-464306],[31603,-467180],[30007,-467870],[32649,-468683],[33692,-466958],[34225,-465590],[28191,-472087],[37079,-475978],[27815,-483793],[28247,-482346],[29275,-478269],[29380,-477736],[28888,-476015],[27335,-475659],[34681,-477106],[34703,-478697],[32967,-477826],[31152,-479833],[29540,-480356],[27871,-479076],[50252,-434565],[50619,-436583],[48207,-446735],[41803,-448338],[44969,-448317],[47231,-451583],[47752,-452347],[47388,-448041],[50894,-456656],[50050,-453599],[46321,-456194],[46768,-457692],[47589,-457217],[51122,-453207],[50473,-464013],[44851,-464708],[50127,-464312],[49764,-469119],[47479,-471558],[46404,-470869],[41469,-468850],[39469,-469570],[41192,-466457],[47028,-467159],[48626,-466140],[38746,-472787],[50521,-461813],[50250,-478206],[47143,-477062],[40371,-475880],[39469,-476750],[41669,-483277],[40601,-474459],[46222,-478608],[47908,-479523],[51114,-478067],[48572,-477234],[45466,-481377],[40013,-476676],[40601,-479238],[39825,-482977],[40798,-480084],[44920,-503044],[53367,-392535],[57832,-400317],[53200,-422095],[52070,-421777],[52644,-420482],[54002,-421670],[61947,-422195],[60200,-422099],[51673,-431529],[56641,-432388],[57021,-431510],[54671,-428798],[58896,-429584],[63338,-427162],[62695,-424442],[60093,-424683],[57274,-424451],[58282,-432244],[62398,-429665],[62895,-425677],[63345,-424785],[63750,-427267],[57169,-434801],[53236,-427747],[56782,-428993],[58544,-428758],[60750,-428767],[60534,-429978],[59542,-431244],[61832,-430781],[61898,-437869],[57788,-437450],[57603,-438338],[56101,-437709],[60899,-437910],[59934,-438839],[59792,-439966],[55154,-439793],[55382,-436066],[61235,-436640],[63635,-436363],[55486,-455645],[56212,-458756],[56143,-456926],[57970,-458644],[53179,-456097],[61458,-453552],[63029,-453002],[56838,-460210],[52020,-454958],[57371,-447815],[58340,-449631],[60054,-450060],[59972,-451967],[53503,-453550],[54332,-453554],[60119,-460814],[60382,-463549],[55435,-463321],[53777,-465183],[55934,-467017],[58694,-467220],[56406,-468407],[52699,-464384],[61112,-465124],[59689,-460639],[55867,-465838],[52957,-467016],[59717,-461939],[55844,-462886],[55395,-462623],[52965,-462226],[52786,-462274],[54598,-465879],[57885,-463775],[57596,-464024],[60713,-480994],[60990,-479405],[63097,-477267],[59489,-482962],[51681,-476968],[60965,-482776],[51455,-475891],[54713,-477336],[52828,-476531],[62996,-484214],[55108,-483318],[53579,-481685],[54182,-476470],[72852,-387923],[69604,-396142],[72499,-393541],[72635,-393366],[75403,-384135],[64988,-398844],[65388,-408941],[68390,-406793],[70197,-408912],[69612,-397083],[72237,-420073],[71606,-413732],[75444,-421207],[76464,-421985],[70913,-420885],[69706,-421709],[72165,-430441],[65115,-428251],[74448,-432884],[72480,-434803],[66847,-434035],[70839,-432500],[69581,-424297],[69579,-427038],[70467,-426319],[67176,-422311],[76520,-431646],[67790,-434954],[70465,-433190],[70009,-433869],[70907,-429410],[71812,-430228],[71738,-431782],[74571,-431746],[64375,-425147],[65197,-423300],[64131,-426348],[65672,-426262],[66125,-424797],[71660,-426329],[71721,-423759],[67111,-432615],[72204,-428960],[74049,-428599],[73527,-426879],[74415,-426480],[76475,-426243],[69558,-433819],[68165,-433782],[69879,-429769],[70489,-422898],[70982,-424305],[74754,-435948],[74555,-435858],[76410,-447431],[75319,-436654],[72240,-443408],[73608,-446616],[73732,-439535],[75496,-442070],[68924,-439581],[71433,-437683],[73775,-440350],[64890,-437638],[74241,-439901],[76065,-438808],[65726,-446200],[70880,-446289],[64092,-445002],[71783,-446170],[69366,-447141],[68548,-445052],[73982,-444007],[69793,-438951],[70487,-440051],[68364,-439239],[66418,-437082],[68318,-437154],[66281,-437913],[64746,-446646],[67314,-446943],[69129,-446955],[68937,-435745],[64826,-435062],[65306,-435831],[74137,-447862],[64335,-457884],[73197,-451190],[72159,-448707],[64076,-455723],[65612,-456622],[64652,-458975],[71935,-451184],[69190,-450199],[70599,-447904],[66147,-448245],[69607,-462461],[73298,-464504],[68081,-466642],[67842,-473311],[68848,-464409],[65041,-463551],[72400,-465625],[74372,-465754],[75247,-466567],[64260,-461644],[65620,-476052],[73924,-473618],[74874,-475146],[87155,-163970],[81207,-383347],[83659,-383289],[87969,-382499],[84290,-381405],[81588,-380441],[79116,-380786],[80729,-378373],[81473,-378357],[83331,-381247],[85502,-382312],[89399,-391736],[87683,-393856],[87961,-391979],[89104,-390273],[83835,-395461],[84984,-394165],[85860,-392824],[86268,-392813],[88648,-390565],[80534,-400809],[86592,-403681],[83394,-402283],[80750,-401275],[87310,-401068],[84596,-404407],[85948,-404349],[87031,-404710],[86352,-418552],[83668,-414294],[86877,-411772],[83682,-412539],[89496,-417948],[89160,-416616],[87915,-413819],[89363,-413930],[79046,-412161],[80953,-412325],[79622,-421973],[78408,-421024],[86674,-425062],[77668,-432609],[85193,-430549],[84449,-432075],[79045,-434620],[80370,-431121],[85466,-434342],[83957,-424079],[82241,-423803],[87653,-422624],[87124,-432229],[83441,-434611],[82207,-433954],[81520,-433177],[83817,-422727],[85226,-424613],[87442,-424149],[89302,-424741],[89269,-424058],[81550,-424404],[77182,-430393],[79327,-423648],[80800,-424005],[80132,-422649],[84314,-437020],[78251,-438035],[85025,-437891],[86420,-442312],[84751,-441439],[80711,-445164],[77813,-438720],[77827,-435434],[76839,-436123],[83392,-446845],[85993,-444131],[87512,-443301],[87908,-436298],[79774,-447200],[79817,-447501],[79641,-447473],[80360,-446304],[82307,-446568],[79419,-445832],[77141,-446346],[85799,-436176],[82265,-436635],[81137,-442142],[81938,-443499],[76803,-445592],[77245,-442126],[78517,-449541],[87527,-457445],[80680,-453025],[81975,-450079],[86596,-448193],[84886,-451823],[87404,-453150],[88797,-451370],[87089,-449152],[77797,-452538],[78365,-448090],[79987,-448890],[78697,-463976],[83267,-466224],[82265,-473360],[83861,-473035],[89457,-470970],[86806,-471400],[84795,-472748],[82405,-485569],[86801,-479135],[77363,-482214],[78892,-474476],[77581,-476306],[80511,-481472],[80746,-479051],[84446,-481554],[80146,-481904],[79910,-479622],[78693,-478086],[81150,-474097],[84541,-487513],[97876,-380388],[94431,-376762],[96735,-376686],[97876,-376105],[98586,-373754],[100139,-374309],[102264,-372348],[89745,-383069],[100760,-386185],[102300,-387616],[90856,-391158],[90463,-389298],[100861,-384919],[90214,-393325],[90765,-392241],[89710,-383864],[90490,-384477],[91636,-400317],[97608,-404415],[96344,-401748],[99613,-403040],[101863,-406633],[89790,-401298],[90302,-403948],[90858,-403400],[95673,-421104],[94113,-421106],[91410,-412196],[97727,-411630],[96738,-419854],[94730,-417586],[94209,-412604],[101324,-412349],[101162,-416201],[90071,-418954],[90712,-418314],[91670,-420964],[91214,-415022],[91326,-418717],[92904,-418312],[92929,-414894],[95493,-420804],[101923,-410611],[95442,-415776],[92304,-425198],[92607,-434403],[90704,-422317],[92719,-430268],[90266,-428969],[91655,-427760],[93525,-423873],[96413,-430093],[95716,-423947],[90638,-425903],[89772,-428300],[89639,-430953],[92331,-423554],[91859,-434743],[96513,-443224],[94893,-441699],[100249,-441227],[90318,-437717],[90637,-443693],[99949,-446958],[96821,-446125],[97961,-445224],[99524,-444583],[100703,-443025],[101475,-445962],[101615,-437919],[102104,-435812],[99205,-438065],[96924,-439008],[95160,-442886],[90088,-442631],[91115,-445062],[91120,-439034],[92615,-437961],[92125,-436006],[101834,-457711],[98590,-453770],[101659,-448033],[101226,-451571],[89684,-458907],[97856,-452327],[97767,-455678],[99778,-449897],[102012,-448243],[95197,-450379],[94387,-450956],[95029,-449459],[100148,-448376],[94129,-472121],[96871,-473025],[91851,-469889],[92027,-466043],[93882,-463482],[99816,-460864],[99848,-464765],[91647,-472797],[97755,-462225],[98029,-460676],[94158,-462519],[91244,-463672],[90299,-465681],[89976,-468929],[96844,-468361],[95451,-466291],[90818,-470671],[94963,-472912],[101450,-471444],[93992,-477758],[99371,-474918],[90834,-475482],[92970,-474050],[101886,-477574],[98327,-478424],[106789,-370564],[111885,-370375],[113262,-370676],[102763,-379623],[104356,-379074],[105762,-380340],[109717,-381488],[108647,-379885],[109211,-377132],[108296,-374631],[109995,-373139],[111356,-374295],[102517,-373109],[104649,-371493],[114471,-375672],[111886,-377652],[112895,-374107],[111366,-372473],[115103,-373634],[108632,-396329],[108014,-394101],[103582,-389346],[103916,-390490],[106514,-391893],[105475,-388078],[107740,-389226],[108630,-390344],[109852,-392550],[109255,-394417],[103460,-402713],[105164,-402720],[103698,-405937],[107339,-401714],[108669,-400736],[102646,-408709],[103724,-404295],[107171,-402956],[102625,-408856],[113914,-397874],[102450,-411083],[104068,-411409],[104207,-412438],[103327,-413772],[102742,-415440],[104831,-414784],[103846,-411473],[108235,-421616],[108925,-420765],[109944,-422902],[108050,-423408],[110220,-426653],[110179,-429008],[109668,-429183],[110983,-432255],[110375,-433384],[109148,-432660],[109547,-430192],[111975,-437149],[111424,-440687],[111102,-442721],[110854,-443809],[103732,-444451],[108073,-435412],[102752,-439089],[104890,-439643],[105815,-438676],[104714,-442479],[105073,-447123],[109732,-435472],[108420,-436636],[103436,-441201],[103380,-454031],[104203,-459873],[103081,-457785],[103092,-456253],[113018,-460151],[108261,-459563],[111729,-456172],[104808,-451047],[114457,-448386],[114036,-448801],[111780,-455025],[102841,-450931],[103249,-448223],[105103,-449449],[103645,-451200],[104487,-451139],[106043,-452504],[106854,-456735],[107387,-454351],[107260,-452716],[109661,-454328],[110262,-455754],[109816,-457817],[111439,-460139],[112686,-456563],[112248,-453391],[111250,-451998],[112610,-452690],[114858,-459354],[107753,-460011],[113689,-461067],[113081,-461721],[108347,-462037],[106970,-462939],[106105,-461836],[105742,-466799],[103658,-471235],[105070,-469025],[109163,-472941],[113625,-468339],[108811,-471041],[108919,-461725],[104938,-462733],[105423,-462915],[105078,-464053],[103848,-477606],[102422,-475124],[102637,-474375],[126476,-309303],[119946,-309349],[123862,-382114],[127855,-379418],[125900,-395032],[116473,-395553],[117835,-392694],[118480,-390416],[118733,-388243],[119257,-386449],[117648,-385092],[117238,-384587],[126243,-384026],[126645,-385452],[126155,-387149],[127766,-395031],[126639,-401156],[126316,-401904],[123837,-404755],[124137,-403387],[122717,-403249],[122439,-404188],[119902,-404880],[124842,-423181],[123477,-425624],[123449,-427849],[121840,-430842],[117584,-434808],[115328,-433921],[118666,-427736],[117852,-427222],[116517,-460492],[121703,-460001],[115393,-455840],[125955,-454308],[124269,-453650],[123191,-452413],[118715,-450814],[123480,-465949],[120080,-465856],[117158,-464891],[126285,-465019],[125733,-466389],[122387,-465413],[122701,-467396],[124824,-469223],[127202,-471328],[126399,-468083],[126519,-467377],[121257,-460632],[122229,-464237],[-121955,-542872],[-122712,-543020],[-118201,-547296],[-125742,-553343],[-120617,-557134],[-122215,-577428],[-121506,-596518],[-137661,-561185],[-135728,-561402],[-140762,-568427],[-129519,-571757],[-132927,-563228],[-137259,-581705],[-136614,-582464],[-132560,-586724],[-132487,-587042],[-131411,-583834],[-132799,-579007],[-129885,-587994],[-135878,-607824],[-153532,-529255],[-148785,-543330],[-151342,-543120],[-147170,-550360],[-143326,-562457],[-149266,-566622],[-146226,-567897],[-141996,-563804],[-142604,-563172],[-141265,-572294],[-152895,-571666],[-149490,-565597],[-143165,-567553],[-141272,-567547],[-159262,-533905],[-158301,-531165],[-157889,-531107],[-175445,-571650],[-166867,-572939],[-166499,-576064],[-186896,-554098],[-193905,-575123],[-193259,-592501],[-200958,-601717],[-209673,-565467],[-215387,-571433],[-208676,-572807],[-216970,-585246],[-206998,-590062],[-210877,-604848],[-218270,-587233],[-218761,-587312],[-231901,-587088],[-91415,-521035],[-92160,-519595],[-101014,-542310],[-109073,-531019],[-107292,-579525],[-113475,-587011],[-115164,-592562],[-108724,-602652],[132183,-389790],[130164,-397108],[132947,-406726],[130898,-407678],[129909,-406334],[138374,-398283],[135761,-399448],[134278,-398115],[133690,-398780],[140052,-397223],[129281,-406670],[130620,-405500],[130927,-404905],[132804,-404422],[131711,-409518],[132562,-412164],[131365,-410974],[131026,-414141],[132680,-420681],[129683,-411477],[130368,-424078],[130503,-427349],[129199,-427416],[130161,-422765],[128610,-432343],[128392,-429831],[129102,-436395],[128013,-473042],[131521,-466583],[132099,-467313],[132582,-468787],[131259,-467901],[141356,-390183],[142865,-390228],[141167,-391301],[145004,-387306],[151567,-391183],[143465,-396488],[143024,-392354],[141334,-396953],[146809,-399011],[170402,-212728],[170345,-220128],[172164,-224027],[174092,-377356],[184101,-232577],[188615,-247885],[183950,-249990],[189552,-291463],[76102,-433399],[76203,-430955],[74134,-436326],[75678,-460901],[77971,-378340],[89421,-402218],[88215,-412846],[83835,-412205],[81640,-410893],[82796,-411200],[76852,-410323],[87519,-430248],[89262,-425120],[85686,-426152],[84534,-425814],[86164,-427884],[88823,-429610],[87904,-433101],[81312,-431642],[80243,-434751],[79058,-430904],[82924,-434141],[89268,-446493],[88632,-443493],[86463,-439584],[84467,-437001],[88004,-435573],[82433,-435041],[77274,-437078],[83798,-439805],[88254,-436792],[79173,-445132],[82857,-445237],[85827,-443845],[88566,-444995],[79171,-442958],[78193,-439557],[79296,-439594],[78067,-439360],[79979,-438515],[79604,-440973],[83126,-444198],[84902,-441457],[89461,-451095],[86169,-450001],[83598,-448871],[82134,-449636],[79120,-449579],[84825,-448728],[81925,-454385],[88048,-465685],[78752,-462127],[78035,-464736],[79946,-464431],[90451,-382097],[100525,-405172],[99185,-403681],[91552,-401607],[93824,-401252],[96584,-402360],[97206,-402033],[96691,-419286],[92817,-419047],[90645,-419288],[91640,-422118],[90416,-414273],[96673,-416535],[95184,-415180],[93715,-412696],[91840,-412474],[98857,-411430],[100997,-411865],[102230,-419110],[93828,-417805],[98037,-417851],[90661,-434542],[92659,-432898],[94808,-431010],[95418,-429516],[94990,-431047],[91275,-428775],[94905,-425650],[96988,-422302],[92787,-424378],[98416,-429323],[96177,-432114],[101870,-426936],[100429,-429517],[98907,-432519],[98117,-434967],[91016,-436096],[89964,-440031],[89760,-441619],[90396,-443879],[90301,-437517],[90989,-446369],[95717,-445293],[99750,-443004],[102108,-445620],[99673,-442393],[98141,-440265],[96573,-438939],[96617,-436968],[97233,-436058],[102263,-439177],[102291,-440905],[97288,-444423],[101542,-458499],[101381,-459045],[90912,-448477],[93847,-452779],[100335,-461920],[100113,-462709],[96605,-465952],[96609,-462935],[92139,-464509],[109986,-394771],[104001,-405216],[108809,-399991],[109626,-398305],[110655,-399728],[108090,-401652],[106195,-402644],[115114,-418933],[113072,-419279],[113200,-420109],[111304,-421386],[109302,-420532],[109614,-416460],[109611,-415081],[113786,-420997],[103958,-413738],[102793,-415578],[102660,-420623],[103225,-421152],[110059,-429317],[110904,-427208],[109354,-425638],[108231,-425304],[107184,-424672],[106839,-426544],[105772,-427680],[106284,-430931],[104855,-432801],[104345,-433260],[109569,-431650],[102972,-424100],[102865,-424288],[113397,-434308],[114435,-434759],[111191,-435694],[110827,-435390],[109890,-437974],[113000,-447648],[105171,-447361],[108034,-437818],[110186,-439585],[110813,-441005],[110510,-442008],[110178,-444047],[111339,-444751],[102586,-442191],[105650,-446416],[109821,-441430],[108359,-460428],[112721,-450856],[111512,-450290],[113650,-454212],[114177,-455954],[103100,-453120],[104232,-451086],[104591,-453990],[108203,-454741],[108793,-456670],[107656,-458398],[110779,-452621],[103944,-459151],[102564,-454134],[105345,-448619],[114825,-461157],[114552,-467995],[111572,-469654],[110559,-471158],[102417,-471206],[108570,-465360],[105660,-462869],[106054,-461302],[105813,-467163],[104627,-468796],[103905,-470496],[127498,-392712],[126981,-387598],[124948,-384143],[124220,-386110],[124276,-390592],[122207,-404185],[123367,-403478],[123883,-401679],[125427,-402536],[126745,-402150],[126071,-403502],[120635,-405480],[121841,-406973],[121238,-408907],[119517,-408737],[118467,-407659],[117788,-408856],[116770,-408841],[127966,-408353],[116788,-409602],[119268,-410429],[117990,-416540],[119456,-419274],[119651,-419857],[118896,-421260],[119025,-415088],[121818,-416059],[127690,-428598],[118183,-425028],[121879,-428653],[126563,-422908],[124327,-423218],[123616,-424211],[123443,-425283],[122409,-427405],[120784,-428595],[121049,-431555],[125218,-434525],[121131,-433643],[121507,-434462],[118964,-427748],[119392,-432207],[121147,-430573],[118423,-429437],[118387,-427356],[126804,-434920],[117707,-440699],[120217,-437779],[121878,-436261],[120034,-437297],[118064,-435083],[116912,-435290],[117760,-447721],[120660,-443946],[121007,-445780],[121402,-442837],[122214,-445063],[123819,-444352],[125699,-435069],[116764,-441914],[121328,-460234],[119988,-458494],[125191,-452291],[122250,-451889],[118656,-449513],[118746,-450000],[124222,-448315],[122525,-447955],[120928,-448136],[120402,-450530],[124352,-453328],[116561,-462567],[117492,-464397],[120707,-460667],[125784,-465983],[123728,-466676],[126167,-470181],[125515,-468511],[-121824,-564078],[-116507,-579653],[-123798,-576589],[-120203,-593023],[-115216,-592288],[-116418,-593436],[-119428,-607493],[-118849,-607404],[-118340,-606643],[-131436,-548166],[-140124,-540188],[-139897,-573239],[-131213,-587008],[-140355,-576150],[-146334,-564344],[-163040,-635291],[-167105,-631593],[-191442,-574744],[-197662,-591024],[-208100,-573150],[-206144,-573684],[-209332,-576132],[-108793,-586964],[-109871,-583651],[-108713,-583841],[-105340,-596834],[-105234,-596181],[-102592,-589961],[136757,-370888],[130937,-400605],[129653,-400997],[128130,-401812],[140141,-402094],[137984,-402443],[129055,-408807],[139633,-399040],[137649,-400110],[134632,-400688],[133356,-399959],[133249,-404354],[132096,-405680],[133585,-408183],[130134,-406578],[128610,-406898],[139007,-398132],[131905,-406829],[130723,-407865],[137774,-399735],[135503,-398856],[134802,-399201],[133990,-398744],[139570,-397569],[130598,-405197],[130861,-404500],[131551,-404000],[135350,-416657],[133924,-418481],[132312,-418623],[131964,-416299],[131488,-409475],[131452,-413094],[131440,-415351],[130786,-412545],[130166,-414026],[132384,-412592],[131680,-410974],[129944,-410641],[131165,-428068],[129279,-427530],[129942,-427196],[129745,-426106],[129013,-425935],[130973,-429687],[129961,-425014],[130527,-423676],[128624,-432202],[132581,-444316],[132669,-445506],[133522,-446836],[134477,-446911],[130461,-435350],[132341,-438389],[137667,-459009],[139315,-458487],[140229,-460394],[138695,-459963],[133816,-459317],[132051,-459319],[131384,-459356],[129058,-459924],[128383,-456150],[128478,-455575],[139910,-454140],[135140,-450500],[138325,-453604],[138577,-451135],[137926,-452921],[136260,-453617],[138186,-454161],[130537,-472937],[131006,-463256],[131141,-466984],[133404,-468736],[131950,-467639],[152875,-381257],[141105,-390361],[142256,-389013],[142679,-389760],[144035,-385959],[143321,-396582],[143546,-392545],[150588,-399462],[141809,-398393],[152199,-401042],[146873,-399915],[145033,-399202],[143099,-398997],[153219,-402038],[152578,-400073],[150623,-399797],[149639,-397135],[149220,-398636],[148899,-399518],[141329,-398043],[145907,-398859],[153479,-408178],[152904,-408841],[152426,-408962],[153007,-408151],[143628,-451628],[141385,-453150],[154509,-402087],[159792,-406520],[158468,-406708],[155209,-406578],[153836,-407308],[156770,-408265],[154797,-408433],[163072,-404883],[161472,-403440],[159954,-403457],[160021,-404919],[161846,-405867],[159025,-410802],[175332,-230073],[171178,-219116],[176001,-239493],[174136,-281002],[169142,-405803],[166878,-407153],[183283,-250445],[182348,-288895],[189041,-333952],[76499,-430242],[74873,-435468],[75607,-439095],[74174,-437675],[85912,-400997],[89338,-401140],[84291,-413197],[88655,-413223],[84710,-411726],[80641,-411967],[80326,-411270],[81639,-412215],[77118,-410149],[83083,-434578],[88214,-430448],[88059,-425433],[85111,-425526],[84900,-425886],[86932,-427061],[88407,-430692],[88144,-434343],[83092,-434934],[80147,-431750],[76916,-433536],[80584,-434830],[79812,-431590],[82874,-433589],[86616,-445722],[88901,-446735],[88680,-443290],[87066,-439490],[84196,-437110],[87036,-435629],[89348,-439191],[78734,-437058],[84319,-439980],[87866,-436497],[80113,-444097],[79530,-441310],[85432,-443225],[88671,-444645],[78622,-441613],[80503,-437950],[78544,-438352],[79326,-439430],[82390,-444190],[85624,-440328],[88552,-450308],[85764,-450813],[84754,-447920],[82408,-449223],[78360,-449698],[84359,-449297],[81758,-455274],[89004,-465708],[76834,-462025],[77002,-460932],[78711,-462493],[78324,-464618],[80327,-463618],[99599,-404310],[98681,-403906],[91112,-400613],[94291,-400250],[96046,-402392],[97173,-402924],[92874,-417738],[92689,-419887],[91232,-418995],[91127,-421407],[94741,-413647],[94716,-415032],[97147,-415955],[94815,-414744],[91502,-413034],[98275,-412559],[102319,-412643],[96596,-418766],[91203,-433791],[92230,-433085],[94351,-431152],[96263,-430566],[95355,-431066],[91000,-428722],[95080,-425458],[97030,-422815],[92409,-424770],[101576,-423634],[98454,-429049],[96506,-431954],[101686,-426367],[100614,-428849],[99179,-431648],[98074,-434148],[90382,-436733],[89783,-442662],[90578,-443866],[90537,-437159],[90198,-446485],[95491,-445872],[98876,-443758],[98147,-444551],[101122,-446217],[98894,-439405],[96835,-439017],[97426,-436717],[97156,-435077],[101545,-438933],[102100,-443159],[96970,-443313],[101600,-458654],[90334,-451588],[90353,-448635],[93908,-453476],[101427,-464931],[100746,-461238],[100231,-463110],[96662,-466330],[96618,-462746],[92055,-464741],[109313,-394662],[103361,-408073],[103754,-405085],[110444,-398430],[109239,-400201],[106860,-401815],[105771,-403233],[113377,-417845],[114664,-418644],[113354,-418682],[112596,-421021],[108390,-420126],[108169,-416785],[108711,-414544],[113867,-421588],[103394,-413004],[102686,-415528],[102740,-418724],[103186,-419406],[102856,-421522],[110020,-430281],[109979,-427583],[107607,-425168],[107501,-423545],[107560,-426383],[106996,-429056],[106503,-431079],[105027,-432705],[104285,-434380],[109268,-431181],[102927,-424439],[114829,-434527],[113390,-434358],[113613,-434980],[111045,-435281],[110468,-435395],[109239,-436436],[113274,-447199],[105434,-447580],[109584,-439328],[110494,-441327],[111129,-442785],[111410,-443625],[111515,-445239],[102500,-440668],[104990,-445857],[109004,-440562],[105214,-452450],[104884,-455053],[105808,-453541],[113397,-457571],[109068,-459972],[108094,-460248],[112590,-458863],[112077,-456398],[112450,-448601],[107503,-457953],[110407,-452026],[112960,-454878],[114636,-456095],[114842,-459207],[102745,-458717],[103232,-454073],[104422,-450697],[108567,-454561],[108271,-455227],[112089,-450390],[112014,-451351],[103838,-457807],[102467,-453900],[105931,-449176],[107553,-462047],[110817,-463253],[112607,-463591],[113677,-463286],[114884,-460809],[114778,-468631],[111207,-469895],[110347,-471221],[102556,-471584],[109178,-466284],[106328,-463976],[108402,-461902],[104780,-461011],[105555,-466538],[104625,-467765],[104253,-470014],[127701,-386733],[124904,-385178],[125181,-387137],[124766,-390857],[121467,-404107],[124332,-400896],[126557,-401639],[125817,-404599],[122918,-403656],[121902,-404813],[121774,-406703],[122195,-408592],[119464,-408257],[117422,-407084],[117347,-408373],[116529,-409299],[115876,-408731],[127671,-407890],[115495,-420149],[118753,-410152],[120931,-416994],[118888,-417979],[118910,-418895],[118151,-420828],[118905,-421528],[125332,-421913],[118931,-416338],[122365,-416153],[127551,-428334],[127869,-429434],[117532,-427624],[127392,-430062],[124371,-423479],[123603,-425034],[122921,-425404],[122979,-427909],[121311,-429384],[121403,-430851],[125244,-434160],[122064,-433396],[118614,-427870],[118675,-426205],[118952,-424905],[117069,-434568],[120384,-432873],[120900,-429289],[122223,-427562],[118450,-429774],[125946,-434464],[122512,-444983],[118278,-441538],[120947,-437401],[121303,-436899],[120641,-437136],[118273,-447454],[119815,-444535],[120161,-445786],[121654,-442817],[117671,-441126],[124906,-444210],[120656,-460030],[120221,-459036],[120713,-447824],[120588,-451219],[121586,-450849],[124573,-454080],[126168,-454537],[122404,-448350],[125202,-451603],[127700,-460160],[118097,-448606],[119525,-450605],[124392,-448425],[123909,-453136],[120125,-467200],[115287,-464498],[122700,-461629],[122924,-465176],[124011,-467309],[127561,-471320],[125137,-470695],[124582,-468219],[121109,-467856],[116850,-463294],[117430,-465381],[125859,-465568],[123999,-466211],[127917,-473244],[125526,-470554],[125633,-469335],[127953,-461044],[-125441,-497001],[-126981,-497632],[-126547,-497452],[-124089,-540799],[-124372,-542513],[-126240,-541600],[-116889,-549238],[-121119,-556572],[-124410,-586945],[-115560,-582909],[-123477,-594357],[-126475,-600565],[-126084,-597739],[-124122,-598442],[-119390,-612478],[-119324,-608032],[-118973,-607093],[-118845,-607859],[-117593,-603617],[-117165,-602850],[-117200,-603939],[-122428,-652008],[-122506,-651267],[-118201,-658440],[-121190,-657731],[-118845,-690207],[-117845,-710755],[-140439,-528573],[-138473,-529632],[-138731,-539703],[-131942,-547788],[-136219,-539736],[-140097,-543540],[-140480,-540022],[-137160,-568914],[-136702,-569026],[-137922,-568839],[-137864,-569330],[-135449,-569341],[-131027,-586301],[-128305,-597522],[-128077,-597019],[-131959,-636610],[-129526,-638048],[-137543,-632132],[-134511,-646034],[-130590,-641557],[-134642,-642048],[-138417,-644199],[-133086,-642985],[-136755,-645795],[-133105,-642969],[-138612,-670342],[-135601,-674482],[-138409,-671040],[-135597,-689650],[-137808,-688210],[-136165,-689363],[-136527,-687877],[-133190,-694035],[-134950,-691905],[-135111,-693723],[-149990,-528091],[-149233,-543454],[-143984,-539193],[-152487,-544763],[-151012,-545381],[-140940,-541368],[-141208,-571701],[-147048,-563474],[-146025,-565083],[-151169,-572543],[-144042,-618161],[-145335,-614619],[-141990,-633595],[-146841,-650820],[-143290,-652344],[-142655,-650468],[-142787,-650497],[-148355,-660053],[-153760,-546980],[-154138,-551490],[-162890,-554987],[-160758,-562262],[-157161,-553304],[-157593,-570227],[-160198,-578054],[-166394,-585813],[-163802,-635744],[-161535,-633127],[-171721,-544089],[-168440,-562568],[-169326,-584905],[-174710,-583766],[-169221,-576482],[-173027,-581541],[-177553,-637380],[-171284,-636547],[-166685,-629758],[-168160,-631338],[-169650,-628916],[-173232,-655415],[-177195,-666860],[-179964,-483105],[-191207,-573836],[-190772,-583078],[-183826,-583369],[-185763,-597451],[-187929,-599358],[-190248,-599356],[-190988,-599713],[-189980,-603297],[-185185,-602311],[-189480,-608710],[-184033,-634842],[-180497,-633474],[-183713,-631345],[-201114,-559101],[-193034,-555022],[-193240,-553419],[-198856,-582814],[-198014,-585103],[-196840,-587811],[-196837,-601092],[-192644,-594507],[-197694,-594894],[-193406,-592192],[-204156,-605544],[-198874,-604044],[-202227,-601655],[-193314,-622936],[-211076,-460580],[-208807,-565117],[-207067,-567790],[-215964,-572981],[-210329,-572779],[-210916,-580106],[-216647,-581579],[-207638,-580122],[-209735,-590031],[-210786,-605087],[-228506,-430367],[-228933,-434385],[-228873,-429799],[-221645,-432262],[-222292,-431466],[-229872,-435077],[-226020,-437022],[-226853,-435211],[-226768,-435587],[-228132,-435682],[-227231,-436920],[-221424,-478907],[-221749,-478525],[-229147,-484345],[-228664,-484069],[-228349,-484588],[-230313,-483768],[-230261,-483288],[-227761,-481789],[-227669,-481286],[-227847,-481463],[-228108,-481363],[-227728,-482082],[-219542,-488735],[-220592,-492383],[-225832,-487289],[-227917,-577661],[-225620,-575896],[-236476,-427223],[-240916,-427848],[-242357,-427890],[-235819,-426593],[-235074,-434441],[-233385,-434586],[-232133,-431831],[-232872,-431699],[-232890,-431943],[-231001,-434660],[-241514,-447692],[-233268,-435561],[-232054,-436397],[-230780,-436318],[-231758,-436394],[-242414,-447645],[-242453,-447962],[-239323,-448873],[-236946,-485574],[-230689,-483343],[-238751,-487563],[-239929,-488658],[-239255,-548923],[-239032,-549082],[-237217,-567395],[-237827,-571803],[-230416,-569292],[-6961,-497416],[-8622,-497590],[-8407,-502146],[-8888,-502230],[-9037,-502159],[-6246,-501800],[-7924,-501759],[-7373,-502088],[-8335,-500654],[-6010,-500705],[-7288,-499076],[-10060,-511024],[-7779,-511660],[-7262,-509633],[-11565,-513200],[-10193,-520810],[-11446,-514436],[-10349,-521743],[-10757,-520612],[-11043,-514723],[-11498,-522142],[-11187,-519562],[-8427,-511986],[-7924,-512000],[-6379,-513859],[-8174,-512856],[-7816,-513710],[-4154,-516193],[-3208,-516578],[-3287,-516750],[-2028,-517425],[-1447,-516372],[-2070,-517292],[-2258,-514312],[-2207,-514656],[-2527,-515596],[-248346,-431702],[-249695,-432021],[-245282,-437449],[-253580,-446979],[-255204,-446661],[-245869,-444469],[-244251,-445004],[-243400,-444027],[-246190,-445249],[-245100,-448229],[-249321,-569065],[-293412,-451502],[-292824,-451060],[-288278,-448160],[-288889,-448124],[-294897,-452020],[-295454,-452271],[-295330,-451827],[-297286,-450669],[-298111,-449476],[-298535,-451149],[-297829,-449492],[-298198,-450385],[-294981,-451011],[-306070,-479759],[-305865,-478496],[-309735,-483882],[-308889,-484143],[-307439,-480333],[-310127,-478100],[-309386,-478726],[-307936,-479365],[-310968,-478787],[-323759,-457608],[-321083,-456967],[-321264,-455939],[-321667,-454594],[-24347,-482231],[-23877,-478629],[-25437,-477581],[-24658,-476061],[-25046,-475795],[-22338,-477685],[-22714,-476705],[-22018,-478861],[-23560,-478673],[-22215,-480419],[-24397,-481348],[-23334,-480315],[-22711,-479747],[-25265,-483991],[-23925,-483896],[-24719,-483073],[-24043,-482881],[-13663,-501671],[-12929,-503446],[-12884,-503160],[-14274,-503332],[-20980,-503891],[-18403,-503969],[-19200,-506358],[-18365,-506289],[-18556,-506292],[-20039,-507803],[-18665,-509658],[-17779,-508330],[-19189,-504713],[-21811,-505087],[-20620,-506337],[-19843,-504805],[-23974,-503525],[-25226,-505126],[-22254,-505038],[-23666,-505005],[-24450,-504051],[-15823,-501385],[-16820,-500992],[-16796,-501011],[-15247,-501420],[-14843,-503171],[-21362,-502040],[-20283,-503423],[-20391,-501860],[-24329,-510524],[-24209,-508429],[-22991,-509789],[-23545,-509445],[-24579,-509571],[-18579,-511386],[-17615,-509892],[-18755,-510916],[-21345,-520480],[-18240,-515088],[-18116,-522224],[-13850,-519218],[-14213,-516654],[-13899,-518557],[-13771,-519077],[-19111,-520458],[-19635,-513756],[-18675,-521333],[-19747,-522007],[-18930,-521082],[-19433,-522357],[-18160,-520483],[-17073,-520045],[-18135,-520965],[-20034,-521505],[-17504,-513815],[-21820,-518483],[-21191,-523639],[-22512,-515827],[-23708,-516109],[-22308,-522306],[-22797,-522251],[-24735,-515802],[-23422,-515108],[-23286,-515515],[-23308,-516915],[-23241,-516944],[-22327,-516792],[-23086,-516039],[-28778,-472147],[-30320,-472183],[-29378,-470500],[-25986,-479573],[-26966,-477881],[-26071,-475974],[-28238,-478294],[-36751,-484123],[-37087,-478106],[-26439,-481559],[-29074,-480765],[-26539,-483950],[-32251,-479741],[-32220,-478427],[-33058,-475456],[-28829,-479378],[-30547,-480730],[-25924,-481489],[-26633,-481499],[-30134,-480441],[-35322,-479855],[-35263,-479106],[-36595,-480696],[-32817,-481232],[-33998,-480463],[-31790,-477411],[-33342,-477719],[-36031,-474720],[-35745,-475471],[-34603,-475527],[-35912,-473794],[-35413,-474591],[-35657,-474356],[-27563,-486196],[-27440,-482778],[-28199,-481113],[-27556,-482667],[-27492,-483860],[-29027,-482596],[-28375,-483922],[-34216,-492724],[-34212,-494085],[-34458,-493575],[-31994,-489254],[-36527,-496081],[-37429,-492477],[-37022,-496249],[-36524,-493183],[-35877,-495802],[-36840,-486743],[-37373,-486806],[-34903,-489608],[-28696,-486882],[-28247,-487023],[-28457,-487350],[-27098,-487156],[-35689,-505326],[-38381,-504725],[-37440,-508923],[-38054,-508454],[-38349,-507885],[-37202,-507912],[-36966,-504826],[-36700,-501868],[-36658,-504641],[-37888,-499125],[-37380,-511165],[-34965,-509039],[-36167,-508551],[-37184,-505556],[-37846,-506082],[-36810,-505897],[-38382,-501642],[-37206,-500996],[-37857,-500131],[-25613,-504515],[-27063,-504663],[-33477,-507028],[-35200,-508635],[-35507,-507428],[-31692,-508219],[-31660,-508013],[-30682,-505716],[-26444,-501674],[-27427,-502321],[-27398,-501612],[-28920,-514651],[-27334,-512567],[-28051,-512844],[-26683,-512684],[-27379,-513341],[-27430,-513151],[-36868,-522929],[-37548,-524485],[-38253,-522719],[-36122,-521278],[-33760,-521050],[-35995,-521190],[-33982,-520688],[-37399,-511846],[-35026,-515696],[-37798,-515622],[-36421,-516291],[-37985,-518501],[-35629,-515277],[-34917,-516430],[-35836,-516296],[-26561,-528998],[-26422,-528688],[-37746,-525521],[-43623,-472242],[-44598,-472340],[-43124,-471152],[-45197,-469543],[-43028,-471897],[-48793,-470216],[-46231,-471377],[-47152,-471409],[-48687,-470176],[-46758,-470590],[-45309,-469132],[-45010,-470903],[-44958,-470847],[-46165,-473255],[-43895,-482862],[-41936,-485695],[-41188,-485958],[-40832,-484101],[-38860,-484629],[-39334,-484046],[-38782,-481978],[-38420,-483151],[-38821,-482425],[-43381,-483221],[-42169,-481303],[-41506,-483139],[-41062,-476220],[-42631,-478633],[-43382,-476391],[-45180,-475640],[-41911,-474368],[-46096,-481816],[-44763,-477091],[-45527,-478015],[-44861,-478157],[-44622,-478965],[-46430,-476448],[-45528,-475138],[-42398,-483848],[-44085,-474110],[-42857,-474127],[-45435,-481999],[-44143,-481034],[-42184,-479405],[-43653,-474362],[-41614,-474452],[-44212,-480591],[-43192,-479705],[-43078,-479658],[-43572,-479351],[-44317,-475612],[-42044,-475879],[-41454,-474862],[-45461,-478912],[-47212,-478379],[-47164,-476861],[-48206,-476633],[-47891,-479617],[-48697,-478176],[-50373,-479270],[-50805,-478467],[-51135,-478174],[-50704,-483165],[-38422,-495072],[-38581,-494235],[-39278,-494976],[-49753,-489623],[-47948,-493612],[-45914,-488091],[-46553,-493047],[-46431,-488414],[-48899,-497490],[-48113,-495345],[-49360,-495695],[-48357,-497287],[-48384,-498553],[-47125,-497293],[-46077,-492826],[-39170,-501585],[-38585,-506320],[-38541,-499876],[-38749,-499339],[-39093,-510079],[-39787,-499983],[-39443,-510231],[-40220,-499445],[-39604,-500427],[-48752,-499491],[-51088,-499839],[-51025,-499966],[-39993,-523802],[-39229,-516391],[-39874,-514517],[-40989,-514473],[-38524,-514346],[-38439,-513268],[-38970,-512653],[-40169,-519267],[-40103,-520835],[-41213,-520063],[-38759,-520741],[-39261,-519029],[-38696,-519323],[-39061,-516439],[-38812,-515760],[-39166,-515170],[-45151,-526242],[-39636,-529273],[-40046,-530400],[-44671,-525537],[-41524,-525824],[-41194,-524672],[-39921,-525771],[-61333,-479263],[-62206,-479303],[-62398,-479738],[-59417,-479910],[-59958,-478366],[-57920,-478407],[-59204,-478978],[-59059,-478018],[-56370,-476806],[-59937,-476112],[-59541,-477961],[-58076,-477914],[-60814,-475838],[-57576,-477092],[-59573,-477271],[-57161,-475120],[-58196,-476401],[-58774,-474524],[-52099,-477259],[-53911,-477969],[-52473,-478968],[-52234,-477413],[-54427,-476493],[-53826,-477827],[-55568,-476670],[-62241,-474991],[-61364,-475023],[-60246,-473730],[-51243,-482403],[-51580,-482440],[-51518,-481839],[-53750,-483308],[-54073,-484665],[-53715,-484769],[-52683,-483353],[-53345,-490252],[-56195,-495298],[-59415,-497431],[-59774,-496786],[-60200,-497064],[-59695,-498711],[-56108,-496525],[-57438,-495422],[-53262,-500618],[-51737,-500005],[-51257,-499185],[-52181,-499762],[-59049,-499361],[-58928,-500153],[-53424,-501298],[-53406,-501615],[-60770,-511065],[-59920,-510375],[-61664,-510114],[-58638,-508018],[-58721,-507968],[-59972,-508893],[-63016,-514365],[-63741,-511948],[-60600,-514592],[-61556,-513912],[-60050,-515436],[-57775,-518703],[-57590,-521745],[-58817,-520149],[-59325,-521310],[-61545,-512521],[-63006,-512031],[-60618,-523629],[-60451,-524103],[-60834,-525601],[-60858,-527114],[-57047,-525394],[-59720,-526964],[-58189,-527464],[-60155,-525810],[-59499,-524951],[-58649,-525477],[-58568,-671574],[-66600,-473114],[-65919,-472648],[-66496,-473772],[-75431,-481320],[-73936,-478496],[-73905,-478077],[-72802,-478583],[-68259,-486046],[-65110,-486326],[-76148,-491766],[-66687,-487460],[-67840,-486998],[-64845,-486692],[-66202,-486462],[-65351,-486703],[-64872,-513639],[-64754,-514015],[-66530,-514062],[-64144,-513917],[-68128,-520796],[-68077,-520854],[-69382,-520425],[-69240,-523569],[-67859,-523385],[-69061,-522527],[-66996,-522007],[-66575,-520402],[-65886,-521259],[-75506,-517076],[-73539,-516365],[-75531,-518482],[-74058,-518096],[-73660,-519257],[-71299,-657925],[-64853,-667987],[-83472,-476572],[-84268,-475497],[-89547,-475955],[-89195,-476181],[-80025,-485392],[-79780,-485305],[-78746,-486803],[-80391,-487253],[-80290,-486265],[-85614,-497866],[-83614,-498729],[-78520,-498075],[-78358,-498632],[-76812,-493979],[-77610,-493688],[-86991,-502403],[-87555,-505205],[-88557,-504806],[-89172,-504146],[-85400,-505989],[-83582,-504832],[-84682,-504076],[-85548,-504891],[-85838,-501186],[-81957,-499049],[-80235,-500065],[-77479,-662768],[-87751,-690707],[-89322,-709293],[-85877,-716231],[-91888,-475005],[-91300,-475429],[-90625,-474293],[-90919,-473786],[-91086,-474008],[-90627,-473502],[-91022,-476681],[-90456,-476351],[-90054,-476561],[-101889,-479719],[-100863,-506613],[-100756,-505329],[-91454,-506095],[-90773,-504158],[-94906,-527551],[-99752,-589446],[-91294,-662152],[-93238,-664717],[-89942,-659574],[-92782,-660553],[-96672,-663747],[-93764,-658468],[-96855,-661196],[-90127,-655131],[-94852,-689505],[-93915,-690461],[-91908,-688733],[-90385,-684032],[-97721,-685159],[-90017,-700903],[-97452,-693914],[-93510,-695021],[-97578,-692779],[-90032,-712451],[-103154,-476633],[-104835,-476833],[-103055,-477803],[-102704,-477823],[-107330,-485350],[-107832,-483936],[-108436,-485426],[-109028,-482095],[-108589,-483183],[-106726,-483098],[-105228,-480541],[-105723,-480314],[-104601,-479012],[-109852,-497129],[-106335,-502072],[-107336,-503237],[-102429,-507336],[-103886,-525014],[-112455,-553112],[-106712,-583781],[-109435,-586693],[-109747,-584585],[-108336,-584054],[-113691,-587456],[-115138,-589948],[-102700,-590407],[-103108,-636635],[-103678,-662806],[-103041,-664921],[-112842,-659477],[-106843,-664152],[-108236,-662378],[-110016,-683929],[-105664,-686714],[-108510,-687761],[-107493,-699758],[-108662,-697251],[-103935,-691562],[-110369,-708179],[-110070,-705426],[-112425,-706187],[-108879,-708999],[-113645,-712751],[-114684,-708588],[-111713,-711868],[-111825,-712907],[12423,-488662],[5249,-511576],[5937,-508789],[5677,-508154],[6086,-508360],[5130,-510508],[5515,-510638],[5885,-509198],[4221,-512110],[4817,-512401]] \ No newline at end of file diff --git a/src/gathering/a10578.json b/src/gathering/a10578.json new file mode 100644 index 0000000..58c9233 --- /dev/null +++ b/src/gathering/a10578.json @@ -0,0 +1 @@ +[[-62766,-415688],[130310,-10978],[130671,130944],[134382,145045],[135460,118508],[137472,127256],[132185,126334],[129393,119532],[129748,117967],[145671,8320],[151509,5475],[148641,3745],[152980,6992],[141925,133149],[143507,131012],[145085,139576],[142019,140135],[144977,22930],[147506,13821],[149102,114254],[147709,103126],[152024,102888],[143152,125539],[144302,123832],[160350,9857],[157966,7570],[164735,9674],[155705,1574],[161425,128312],[154088,133722],[159208,140590],[162286,136515],[166328,133456],[159592,13678],[153643,123636],[172489,114663],[184590,-47206],[197812,-40249],[196975,-51278],[206162,-31623],[205825,-56242],[213778,-63752],[219362,-50699],[218423,-61157],[222743,-53752],[222951,-71048],[256802,-41406],[293985,-51115],[287687,-57705],[283269,-62364],[294127,-56900],[304332,-93864],[314982,-14567],[317968,-90172],[340413,95241],[357515,137061],[356946,129804],[356604,136856],[355506,45349],[350587,50874],[356242,39619],[351805,63527],[349996,57378],[347564,64652],[352485,69825],[347389,93559],[355731,91970],[353020,107936],[353626,103306],[353162,120636],[351030,122367],[367598,7288],[369089,140270],[360805,142264],[362680,142262],[359478,25131],[362641,42097],[360162,88075],[365937,102199],[363619,97682],[361474,91847],[366712,111760],[360681,103018],[371015,120470],[371078,117697],[366479,121375],[373195,11830],[371868,139805],[377394,138449],[371935,131119],[374381,132003],[383741,134878],[380028,144630],[374111,50075],[376956,46575],[378547,86231],[378898,96472],[372979,97171],[383100,98586],[380459,102655],[379756,105015],[388124,136690],[390002,142111],[392519,147987],[388985,51170],[389580,50191],[393757,49789],[388883,63569],[389225,65813],[389725,93654],[396426,93865],[391331,101444],[395693,108829],[387627,114367],[392265,113222],[387153,116276],[393799,126396],[397762,135621],[400653,133058],[401885,143375],[407386,146471],[409412,142757],[407192,112894],[407514,117839],[419503,131421],[415609,132573],[414249,140572],[419842,138703],[417701,148736],[410811,149384],[413668,62575],[410504,63073],[417751,94495],[420046,99812],[420157,115781],[417821,117324],[414143,116522],[428418,-14519],[425595,-23117],[431520,-21353],[429470,-13602],[426287,-36696],[432267,-41002],[427715,-49284],[424329,138716],[427422,144065],[432752,149643],[432473,147579],[422731,103026],[442578,-45619],[441339,-40699],[437090,-75333],[459893,-116425],[453642,-17185],[449304,-34377],[450483,-42941],[454754,-57153],[453282,-66646],[460290,-87126],[454910,-85501],[464750,-22279],[464454,-29296],[462250,-40674],[464431,-42561],[472182,-42106],[461351,-51321],[477862,-76056],[479934,-72193],[479998,-64878],[481769,-82220],[475727,-86113],[486193,-78238],[478124,-89910],[478631,88647],[496390,-159799],[492726,-158615],[498861,-162754],[492556,-165938],[492690,-174613],[494005,-171184],[496902,-177834],[496041,-177946],[495856,-169247],[493907,-168914],[491384,-167310],[496601,-61444],[496177,-55235],[490234,-86408],[488921,-88673],[494389,-86607],[489313,81745],[499875,-164280],[503462,-165656],[500286,-158201],[507149,-165625],[507369,-171820],[507310,-170619],[511962,-171674],[507865,-175210],[509743,-177795],[504605,-178070],[511685,-177423],[507533,-31106],[510190,-45464],[502591,-61530],[510691,-74287],[500325,-93643],[520383,-27405],[512514,-40901],[516180,-47166],[512115,-53854],[690239,372380],[685272,396022],[686734,384675],[703619,332060],[701881,341890],[693394,372621],[698021,377688],[702445,387702],[716268,323922],[705060,337744],[704673,375779],[704430,388993],[715261,390078],[708301,388885],[714631,407402],[712890,399128],[707723,399493],[718239,338802],[718791,345401],[726094,360673],[718812,378494],[725821,379248],[720752,400913],[723022,397190],[727926,416201],[727013,413861],[736555,330314],[736964,325043],[738306,355650],[732380,365729],[741309,367355],[736274,379998],[740962,374187],[731699,400729],[737823,409681],[737071,420150],[736038,414655],[741124,428243],[747062,317516],[745029,319778],[743282,356358],[753604,347456],[742562,386637],[746939,385752],[746736,397655],[742728,404423],[749348,428334],[757689,332361],[767584,336280],[765329,333843],[759278,337344],[766950,353395],[758889,354101],[764088,375410],[760631,380612],[765815,380812],[763563,389616],[762123,386019],[755931,391676],[759729,388644],[756109,393192],[758877,392653],[756672,394152],[757903,395869],[758245,395240],[760448,396661],[764163,397146],[762897,405722],[761657,407614],[760614,408901],[759730,408651],[763897,410216],[760770,412779],[764464,423314],[769014,357883],[773252,383816],[774232,377000],[778857,379891],[774147,394740],[768260,393734],[770161,385621],[778606,404618],[778620,398480],[780335,401441],[772567,410459],[772810,421207],[771429,422189],[759339,424476],[781353,343079],[781517,341454],[781781,350351],[784072,353452],[791161,383096],[788154,413343],[788036,411239],[798991,375392],[795632,373365],[794440,388202],[795684,396070],[798537,394190],[101243,120249],[105679,126095],[126151,134053],[122594,129028],[120813,128005],[121461,120139],[-113107,-586462],[-113410,-587094],[137826,119712],[137529,125683],[149966,-37203],[148722,130523],[145365,25287],[150725,103837],[152699,106012],[148399,126501],[140841,122584],[155921,113412],[187152,-31112],[184843,-43989],[199214,-33955],[204746,-54231],[212294,-40195],[209817,-62744],[207340,-63639],[213801,-60102],[214869,-67797],[217851,-48387],[220888,-61231],[230171,-58639],[217881,-71533],[260987,-59823],[280269,-60802],[299505,-95908],[310228,-15510],[320128,-89704],[342962,94406],[342447,92012],[357667,144226],[356800,88853],[357365,94757],[356023,107533],[346925,114845],[348802,120471],[361030,134190],[359514,133062],[359671,143985],[362877,71553],[371170,84322],[359443,84633],[360325,98069],[362923,102443],[364048,105483],[368307,107228],[359267,110474],[369867,120254],[376892,139245],[378252,132735],[380891,143296],[372657,89467],[382442,84130],[375231,120627],[393912,138252],[393991,134144],[393263,49688],[390221,55185],[392483,54768],[392745,54093],[388201,63272],[389967,91146],[386001,93895],[396564,99979],[390643,108996],[392115,107260],[385003,114285],[388916,113580],[394872,115335],[386094,108335],[393244,102707],[388798,108080],[391315,120920],[408797,146914],[397699,58302],[400893,57588],[401599,57582],[402059,60373],[403409,60220],[406000,62579],[403829,64969],[407578,66884],[401427,99500],[404664,111296],[405710,107707],[402292,117491],[408801,115517],[396827,118736],[418642,132623],[412570,130819],[414606,139632],[417239,141034],[414322,147730],[415430,150194],[412888,62286],[410952,63863],[413385,64300],[410528,64951],[420599,105889],[414775,107414],[421290,107330],[413886,110959],[420047,118549],[431258,-43316],[433942,-50703],[434246,-75993],[431436,146513],[434976,150693],[424240,119838],[441123,-34992],[437905,-37304],[444568,-45265],[452388,-51507],[457269,-54832],[451040,-67713],[451899,-82535],[468618,-25362],[462750,-27552],[464531,-48023],[463727,-56155],[462946,-86477],[473367,-88134],[476461,-16676],[474872,-27050],[474532,-40541],[477767,-63273],[478683,-87863],[496614,-70722],[490827,87052],[507737,-35572],[508238,-43495],[503010,-58517],[507110,-52458],[514359,-32175],[515081,-48435],[517110,-55933],[689064,378537],[685176,393261],[695070,376716],[703417,381844],[700461,380427],[691251,393941],[698588,390336],[707079,326663],[713447,333637],[706761,341777],[711616,344845],[712914,338021],[706024,383125],[714769,380504],[710812,390723],[706786,396770],[706904,406331],[727651,329163],[717148,331620],[717974,326837],[729302,338119],[718352,346400],[729139,371363],[722674,371490],[728282,381289],[726430,381623],[729140,409346],[726699,403035],[738109,326941],[742107,326689],[733629,333067],[734025,338548],[736863,352902],[739546,367665],[731034,360781],[738358,385472],[737515,395958],[731055,402950],[735526,416311],[735394,410968],[740392,423802],[754742,312696],[748208,321043],[753630,338184],[744515,353007],[753712,356706],[751974,348880],[745123,378388],[745235,375022],[754241,372945],[747625,394551],[745515,407766],[753307,424137],[744722,427141],[742848,432386],[762616,330131],[756722,336568],[765339,356849],[757499,369571],[767897,372683],[762925,380485],[758635,393618],[763563,393853],[766839,385589],[766660,395769],[762927,397487],[762771,407530],[762315,405803],[766896,405773],[765246,401817],[764526,400587],[765056,400835],[762115,403164],[765866,404608],[766428,405315],[767595,404403],[763367,406102],[762947,417114],[766947,419020],[761349,423898],[780767,346512],[771379,353479],[777879,354197],[779142,351772],[772524,384006],[776705,386740],[771225,373081],[774264,376194],[778019,388073],[768792,398206],[772461,399795],[770644,405995],[769545,402278],[773647,416193],[779304,424918],[784538,345701],[786761,368214],[787151,371101],[792242,389736],[784585,407591],[788531,411697],[799138,380636],[801750,382881],[795895,386765],[796706,394302]] \ No newline at end of file diff --git a/src/gathering/a10579.json b/src/gathering/a10579.json new file mode 100644 index 0000000..58c9233 --- /dev/null +++ b/src/gathering/a10579.json @@ -0,0 +1 @@ +[[-62766,-415688],[130310,-10978],[130671,130944],[134382,145045],[135460,118508],[137472,127256],[132185,126334],[129393,119532],[129748,117967],[145671,8320],[151509,5475],[148641,3745],[152980,6992],[141925,133149],[143507,131012],[145085,139576],[142019,140135],[144977,22930],[147506,13821],[149102,114254],[147709,103126],[152024,102888],[143152,125539],[144302,123832],[160350,9857],[157966,7570],[164735,9674],[155705,1574],[161425,128312],[154088,133722],[159208,140590],[162286,136515],[166328,133456],[159592,13678],[153643,123636],[172489,114663],[184590,-47206],[197812,-40249],[196975,-51278],[206162,-31623],[205825,-56242],[213778,-63752],[219362,-50699],[218423,-61157],[222743,-53752],[222951,-71048],[256802,-41406],[293985,-51115],[287687,-57705],[283269,-62364],[294127,-56900],[304332,-93864],[314982,-14567],[317968,-90172],[340413,95241],[357515,137061],[356946,129804],[356604,136856],[355506,45349],[350587,50874],[356242,39619],[351805,63527],[349996,57378],[347564,64652],[352485,69825],[347389,93559],[355731,91970],[353020,107936],[353626,103306],[353162,120636],[351030,122367],[367598,7288],[369089,140270],[360805,142264],[362680,142262],[359478,25131],[362641,42097],[360162,88075],[365937,102199],[363619,97682],[361474,91847],[366712,111760],[360681,103018],[371015,120470],[371078,117697],[366479,121375],[373195,11830],[371868,139805],[377394,138449],[371935,131119],[374381,132003],[383741,134878],[380028,144630],[374111,50075],[376956,46575],[378547,86231],[378898,96472],[372979,97171],[383100,98586],[380459,102655],[379756,105015],[388124,136690],[390002,142111],[392519,147987],[388985,51170],[389580,50191],[393757,49789],[388883,63569],[389225,65813],[389725,93654],[396426,93865],[391331,101444],[395693,108829],[387627,114367],[392265,113222],[387153,116276],[393799,126396],[397762,135621],[400653,133058],[401885,143375],[407386,146471],[409412,142757],[407192,112894],[407514,117839],[419503,131421],[415609,132573],[414249,140572],[419842,138703],[417701,148736],[410811,149384],[413668,62575],[410504,63073],[417751,94495],[420046,99812],[420157,115781],[417821,117324],[414143,116522],[428418,-14519],[425595,-23117],[431520,-21353],[429470,-13602],[426287,-36696],[432267,-41002],[427715,-49284],[424329,138716],[427422,144065],[432752,149643],[432473,147579],[422731,103026],[442578,-45619],[441339,-40699],[437090,-75333],[459893,-116425],[453642,-17185],[449304,-34377],[450483,-42941],[454754,-57153],[453282,-66646],[460290,-87126],[454910,-85501],[464750,-22279],[464454,-29296],[462250,-40674],[464431,-42561],[472182,-42106],[461351,-51321],[477862,-76056],[479934,-72193],[479998,-64878],[481769,-82220],[475727,-86113],[486193,-78238],[478124,-89910],[478631,88647],[496390,-159799],[492726,-158615],[498861,-162754],[492556,-165938],[492690,-174613],[494005,-171184],[496902,-177834],[496041,-177946],[495856,-169247],[493907,-168914],[491384,-167310],[496601,-61444],[496177,-55235],[490234,-86408],[488921,-88673],[494389,-86607],[489313,81745],[499875,-164280],[503462,-165656],[500286,-158201],[507149,-165625],[507369,-171820],[507310,-170619],[511962,-171674],[507865,-175210],[509743,-177795],[504605,-178070],[511685,-177423],[507533,-31106],[510190,-45464],[502591,-61530],[510691,-74287],[500325,-93643],[520383,-27405],[512514,-40901],[516180,-47166],[512115,-53854],[690239,372380],[685272,396022],[686734,384675],[703619,332060],[701881,341890],[693394,372621],[698021,377688],[702445,387702],[716268,323922],[705060,337744],[704673,375779],[704430,388993],[715261,390078],[708301,388885],[714631,407402],[712890,399128],[707723,399493],[718239,338802],[718791,345401],[726094,360673],[718812,378494],[725821,379248],[720752,400913],[723022,397190],[727926,416201],[727013,413861],[736555,330314],[736964,325043],[738306,355650],[732380,365729],[741309,367355],[736274,379998],[740962,374187],[731699,400729],[737823,409681],[737071,420150],[736038,414655],[741124,428243],[747062,317516],[745029,319778],[743282,356358],[753604,347456],[742562,386637],[746939,385752],[746736,397655],[742728,404423],[749348,428334],[757689,332361],[767584,336280],[765329,333843],[759278,337344],[766950,353395],[758889,354101],[764088,375410],[760631,380612],[765815,380812],[763563,389616],[762123,386019],[755931,391676],[759729,388644],[756109,393192],[758877,392653],[756672,394152],[757903,395869],[758245,395240],[760448,396661],[764163,397146],[762897,405722],[761657,407614],[760614,408901],[759730,408651],[763897,410216],[760770,412779],[764464,423314],[769014,357883],[773252,383816],[774232,377000],[778857,379891],[774147,394740],[768260,393734],[770161,385621],[778606,404618],[778620,398480],[780335,401441],[772567,410459],[772810,421207],[771429,422189],[759339,424476],[781353,343079],[781517,341454],[781781,350351],[784072,353452],[791161,383096],[788154,413343],[788036,411239],[798991,375392],[795632,373365],[794440,388202],[795684,396070],[798537,394190],[101243,120249],[105679,126095],[126151,134053],[122594,129028],[120813,128005],[121461,120139],[-113107,-586462],[-113410,-587094],[137826,119712],[137529,125683],[149966,-37203],[148722,130523],[145365,25287],[150725,103837],[152699,106012],[148399,126501],[140841,122584],[155921,113412],[187152,-31112],[184843,-43989],[199214,-33955],[204746,-54231],[212294,-40195],[209817,-62744],[207340,-63639],[213801,-60102],[214869,-67797],[217851,-48387],[220888,-61231],[230171,-58639],[217881,-71533],[260987,-59823],[280269,-60802],[299505,-95908],[310228,-15510],[320128,-89704],[342962,94406],[342447,92012],[357667,144226],[356800,88853],[357365,94757],[356023,107533],[346925,114845],[348802,120471],[361030,134190],[359514,133062],[359671,143985],[362877,71553],[371170,84322],[359443,84633],[360325,98069],[362923,102443],[364048,105483],[368307,107228],[359267,110474],[369867,120254],[376892,139245],[378252,132735],[380891,143296],[372657,89467],[382442,84130],[375231,120627],[393912,138252],[393991,134144],[393263,49688],[390221,55185],[392483,54768],[392745,54093],[388201,63272],[389967,91146],[386001,93895],[396564,99979],[390643,108996],[392115,107260],[385003,114285],[388916,113580],[394872,115335],[386094,108335],[393244,102707],[388798,108080],[391315,120920],[408797,146914],[397699,58302],[400893,57588],[401599,57582],[402059,60373],[403409,60220],[406000,62579],[403829,64969],[407578,66884],[401427,99500],[404664,111296],[405710,107707],[402292,117491],[408801,115517],[396827,118736],[418642,132623],[412570,130819],[414606,139632],[417239,141034],[414322,147730],[415430,150194],[412888,62286],[410952,63863],[413385,64300],[410528,64951],[420599,105889],[414775,107414],[421290,107330],[413886,110959],[420047,118549],[431258,-43316],[433942,-50703],[434246,-75993],[431436,146513],[434976,150693],[424240,119838],[441123,-34992],[437905,-37304],[444568,-45265],[452388,-51507],[457269,-54832],[451040,-67713],[451899,-82535],[468618,-25362],[462750,-27552],[464531,-48023],[463727,-56155],[462946,-86477],[473367,-88134],[476461,-16676],[474872,-27050],[474532,-40541],[477767,-63273],[478683,-87863],[496614,-70722],[490827,87052],[507737,-35572],[508238,-43495],[503010,-58517],[507110,-52458],[514359,-32175],[515081,-48435],[517110,-55933],[689064,378537],[685176,393261],[695070,376716],[703417,381844],[700461,380427],[691251,393941],[698588,390336],[707079,326663],[713447,333637],[706761,341777],[711616,344845],[712914,338021],[706024,383125],[714769,380504],[710812,390723],[706786,396770],[706904,406331],[727651,329163],[717148,331620],[717974,326837],[729302,338119],[718352,346400],[729139,371363],[722674,371490],[728282,381289],[726430,381623],[729140,409346],[726699,403035],[738109,326941],[742107,326689],[733629,333067],[734025,338548],[736863,352902],[739546,367665],[731034,360781],[738358,385472],[737515,395958],[731055,402950],[735526,416311],[735394,410968],[740392,423802],[754742,312696],[748208,321043],[753630,338184],[744515,353007],[753712,356706],[751974,348880],[745123,378388],[745235,375022],[754241,372945],[747625,394551],[745515,407766],[753307,424137],[744722,427141],[742848,432386],[762616,330131],[756722,336568],[765339,356849],[757499,369571],[767897,372683],[762925,380485],[758635,393618],[763563,393853],[766839,385589],[766660,395769],[762927,397487],[762771,407530],[762315,405803],[766896,405773],[765246,401817],[764526,400587],[765056,400835],[762115,403164],[765866,404608],[766428,405315],[767595,404403],[763367,406102],[762947,417114],[766947,419020],[761349,423898],[780767,346512],[771379,353479],[777879,354197],[779142,351772],[772524,384006],[776705,386740],[771225,373081],[774264,376194],[778019,388073],[768792,398206],[772461,399795],[770644,405995],[769545,402278],[773647,416193],[779304,424918],[784538,345701],[786761,368214],[787151,371101],[792242,389736],[784585,407591],[788531,411697],[799138,380636],[801750,382881],[795895,386765],[796706,394302]] \ No newline at end of file diff --git a/src/gathering/a10584.json b/src/gathering/a10584.json new file mode 100644 index 0000000..178423f --- /dev/null +++ b/src/gathering/a10584.json @@ -0,0 +1 @@ +[[-267939,-184319],[135399,130703],[135640,138195],[135585,102781],[135892,114742],[140620,122979],[133596,118257],[132912,124743],[144390,-37421],[141157,136030],[152349,138678],[152587,80825],[147992,115009],[150211,107487],[153309,108215],[142039,117476],[145116,122721],[159347,135912],[165983,14589],[164454,22578],[161772,20651],[165529,17171],[162572,34168],[157114,29994],[158807,41273],[166298,51315],[157768,49571],[160407,48593],[164384,55841],[156941,56342],[160175,64554],[154269,71201],[165818,87938],[161249,85371],[157208,78667],[158610,117883],[159554,123410],[176618,-34936],[168615,-35709],[172465,-38423],[173545,135893],[176471,132688],[171628,128475],[172105,140870],[171675,131545],[175605,141629],[170462,17104],[170762,36088],[171560,41000],[166764,39700],[173086,46257],[177327,44041],[174449,62499],[167556,60123],[176636,61028],[169971,65039],[168882,66273],[175786,72627],[178560,72985],[175396,76770],[167103,69786],[170419,71037],[178329,83033],[173775,77440],[175976,87865],[176172,83440],[172210,87402],[169579,94297],[178101,97120],[171654,95572],[172328,90538],[178697,103480],[167450,105865],[170611,124654],[181304,-148150],[182823,-161455],[188393,-181465],[189699,-49603],[190516,-91325],[186737,137757],[182492,138782],[179909,137802],[182014,142692],[187715,24618],[183287,17168],[181321,32429],[179498,29807],[185316,47877],[184136,42603],[185362,39167],[185219,39586],[190207,46257],[191149,73105],[187740,75630],[182844,70936],[179780,70867],[187193,96741],[187981,104242],[190588,112627],[185972,109277],[180054,108045],[182340,108351],[190719,118236],[179638,124988],[202842,-140768],[195019,-162578],[199303,-200169],[203261,-210630],[202732,-219449],[197201,-39197],[204582,-55706],[195482,-52546],[200843,-65517],[202778,136600],[196578,135855],[198960,143138],[200323,36044],[193683,32292],[201014,48843],[199374,49806],[193573,49872],[195439,39512],[195096,56548],[199379,63869],[204697,54176],[200467,54802],[201088,58798],[203008,62089],[201634,55289],[202653,76524],[195477,78201],[196245,94998],[199491,101861],[197999,103630],[192951,119387],[213042,-127081],[210380,-122312],[203166,-162005],[210565,-164322],[206478,-166258],[216008,-197056],[217207,-61339],[210053,-61396],[216682,-54762],[211978,-68804],[216206,-99092],[214448,-111633],[206910,128311],[209288,143241],[213293,75589],[208443,68089],[211559,75319],[213953,86317],[215369,92153],[207892,94930],[210954,99338],[205721,92411],[211413,111056],[217210,119720],[209571,126065],[210380,119408],[227656,-142947],[227426,-172886],[230274,-167830],[223947,-191331],[218068,-186181],[228786,-197817],[228360,-234297],[223094,-43453],[220054,-60110],[218876,-67325],[230396,-114044],[217966,141443],[222450,147772],[225655,141073],[227292,142816],[229486,149703],[221881,33407],[220096,55120],[225341,83675],[228630,78880],[222731,80611],[221998,84252],[218623,87383],[219462,82309],[227644,102510],[227948,115287],[229696,107921],[218911,116280],[242304,-117890],[236022,-117818],[231582,-127515],[237800,-119529],[242478,-125018],[238682,-129101],[242371,-162696],[234659,-164408],[233578,-174325],[241841,-180536],[238845,-190041],[233476,-188376],[232794,-200626],[233684,-86371],[230919,-98697],[233259,-100457],[231258,-102432],[232479,-105288],[235817,-105543],[236954,-105065],[235249,137451],[231407,133954],[240587,139269],[242166,143589],[238080,39136],[237507,64105],[239556,61096],[243044,61368],[234909,57942],[240399,72038],[232207,74214],[237198,83413],[237801,99605],[238989,93478],[240327,92158],[255252,-118658],[243320,-122460],[254017,-135604],[253735,-137136],[248381,-137764],[250612,-140902],[247618,-177695],[245891,-185314],[255122,-70294],[248430,-77601],[254846,-90289],[252377,-101471],[244229,-106468],[250684,-111171],[254363,-104085],[247804,133206],[249816,37659],[253704,33618],[254012,35618],[246748,46696],[248003,61018],[253325,61999],[247392,65002],[250378,64786],[248248,73551],[248835,88784],[252746,86407],[243961,80432],[247943,98698],[246737,110407],[245107,122173],[256814,-118695],[266190,-133666],[265715,-130972],[263028,-129409],[257074,-139469],[258929,-130822],[258314,-145108],[264786,-3438],[262404,-37568],[258007,-42097],[264725,-40836],[266109,-54874],[264745,-89817],[262102,-99067],[268070,-113737],[260343,-114582],[264952,-107925],[256214,-110287],[256298,-105698],[261107,-109502],[264469,4140],[257366,60776],[256217,67768],[263437,89627],[263230,110118],[273429,-117280],[271026,-120975],[273715,-126472],[280159,-121376],[280591,-125501],[274270,-136609],[278436,-140198],[281248,-131266],[273565,-144097],[275939,-152526],[276706,-142231],[274663,-6383],[272719,-19405],[271797,-47557],[277059,-52133],[276948,-67588],[276043,-73092],[269813,-70577],[275277,-80066],[270243,-83923],[278145,-99632],[268862,-95353],[273637,-97105],[273058,5768],[280078,14384],[272207,20979],[274845,73811],[275856,78608],[275059,86226],[272834,91895],[294035,-126259],[290080,-116476],[294370,-118310],[281922,-122853],[293601,-139017],[285021,-139665],[290409,-131902],[289528,-149178],[293852,-153930],[287300,-157624],[287564,-165876],[293190,-170572],[290041,-4149],[288038,-4397],[284756,-25763],[285913,-36393],[285855,-38890],[282270,-53609],[291204,-55591],[290968,-59387],[289153,-73800],[283961,-87884],[281907,-79450],[287509,-86602],[289775,-80910],[292717,-83735],[285714,-93248],[283609,-99113],[282669,-93528],[291995,-98641],[282436,-108184],[290562,-103833],[290574,8927],[281835,15376],[290698,20683],[304528,-138627],[306194,-129299],[307105,-136061],[307105,-136061],[298450,-143271],[303467,-146851],[298432,-141128],[295481,-149863],[301200,-153263],[302551,-159420],[305414,-157280],[298166,-160283],[296287,-169497],[299816,-186342],[306185,-197358],[303876,-205822],[298297,-9603],[305002,-5735],[295833,-30917],[303475,-28386],[305577,-39316],[303898,-60059],[299537,-72256],[307198,-84946],[294831,-87254],[296609,-91251],[301493,-102171],[300911,-113144],[300742,7910],[304381,5885],[305008,10976],[301090,15580],[304513,19493],[303407,19369],[302665,19627],[306989,17779],[301981,47539],[300421,66536],[311004,-140578],[312534,-157965],[316937,-157375],[317693,-163437],[319677,-157889],[312757,-167607],[318883,-168543],[313482,-170025],[319866,-203572],[308572,-199760],[315289,-213291],[312090,-219122],[319091,-4695],[317782,-83106],[319332,-76880],[319642,-88306],[313512,-102311],[307828,-108452],[311020,2251],[309622,17491],[307440,17410],[308495,46630],[315106,57683],[309490,64839],[320269,-164599],[326751,-166368],[326751,-166368],[331608,-171254],[330525,-173711],[323828,-168408],[324272,-206408],[322674,-57409],[328239,-94156],[328977,-90354],[324298,-95575],[328813,-91403],[332997,-138822],[344890,-147967],[334649,-147584],[336284,-146175],[339570,-177323],[339899,-183866],[335092,-186013],[342220,-185164],[333614,-183032],[337189,-181913],[345572,-215818],[336308,-220754],[342684,-235011],[339279,-96254],[334388,-98342],[338116,-91425],[335281,158166],[354450,-136100],[353249,-148034],[348036,-145592],[348737,-151776],[356094,-155068],[350834,-156175],[346733,-178115],[353810,-175406],[354094,-170928],[345997,-171566],[355866,-184463],[346198,-186872],[349397,-204731],[347465,-219696],[347166,-238950],[349324,-10542],[352469,-249367],[358072,-53763],[357163,-113188],[356258,-105137],[352631,-112778],[351342,-106402],[356578,135222],[355619,37080],[355471,49085],[352386,57610],[355050,62344],[348284,54396],[349615,61641],[349131,67559],[352757,67211],[348528,101295],[370912,-119774],[370267,-133813],[370299,-137172],[358538,-145304],[359804,-147041],[368892,-157227],[364321,-155928],[363939,-165947],[366900,-160526],[360575,-167403],[360836,-176159],[366392,-172092],[363416,-183460],[358806,-202932],[359910,-213343],[368827,-238760],[369093,-234509],[358729,-14823],[360494,-20425],[360714,-47405],[368398,-39768],[366338,-56403],[364629,5193],[368186,493],[359474,28655],[364666,47845],[381869,-122416],[377095,-137537],[381781,-132600],[373738,-134196],[377390,-153105],[374889,-141986],[375087,-149597],[372208,-140881],[379082,-142077],[378625,-146335],[381387,-164925],[383513,-154641],[381681,-174842],[378209,-176484],[373023,-171481],[372606,-168373],[383725,-169944],[376926,-185417],[380722,-182437],[375816,-180270],[383383,-186804],[371740,-210770],[379101,-225078],[382789,-234094],[382873,-3912],[373147,-251705],[374376,-34983],[379901,-114945],[377454,-111717],[376292,5874],[375916,9369],[382079,134743],[375455,16564],[378405,46454],[382758,53876],[383183,58322],[375687,77754],[376381,100411],[377745,105943],[387908,-127394],[394217,-135075],[388182,-134616],[390611,-137591],[389147,-128721],[389917,-152357],[387555,-140931],[395071,-148385],[394815,-152785],[385665,-157738],[384826,-157418],[385812,-161324],[392498,-159962],[396009,-169323],[385796,-171493],[387419,-167539],[387865,-184956],[388962,-180597],[388911,-241276],[389529,16493],[389041,20535],[390267,21027],[393345,17616],[394544,116930],[398042,-161936],[399081,-154661],[397501,-203720],[406646,-202743],[402864,-206168],[404011,-216782],[398458,-219772],[405025,-1558],[408628,-244046],[407383,-13917],[401201,9876],[407948,18398],[405914,16973],[408536,24344],[405548,26929],[407216,40018],[397411,57475],[398887,117102],[415757,-206281],[417247,-216415],[414921,-223629],[422272,-8350],[413998,-257217],[419701,-57686],[422045,243938],[421434,329068],[419744,371009],[419986,374939],[414413,28656],[416742,31171],[419884,45042],[423136,-227789],[434763,-229682],[430342,-2666],[433631,-4461],[432691,-236],[424703,-246864],[432646,-21788],[424017,-27324],[433130,3295],[428862,2302],[427888,21245],[422921,22495],[423137,331032],[429718,101982],[441683,-214360],[436257,-224773],[435524,-228598],[436098,-255444],[435530,-243267],[437980,3023],[437225,18486],[439458,40012],[435993,49113],[457148,-223417],[449963,-223377],[451582,-229922],[451735,-237956],[457041,-11232],[451938,5301],[450044,82832],[466424,-231212],[473474,-236626],[462317,-248541],[469251,-87432],[470251,193607],[473726,-220638],[475806,-2922],[473757,-76524],[476365,-93892],[483254,199512],[484901,52641],[473697,68342],[491242,-158585],[496707,-174211],[496187,-171440],[494882,-176605],[497648,-167024],[496090,-168005],[489920,-176709],[491019,-167197],[488024,-169032],[486793,-76046],[489764,-79449],[489503,155865],[490198,76761],[499403,-155799],[504985,-159469],[508028,-174679],[509573,-176717],[506327,-176698],[510562,-177040],[506792,-95371],[507936,361470],[508979,372827],[506777,386992],[511145,390492],[505436,42453],[519631,14211],[519771,364057],[524097,368231],[519000,362991],[514252,362776],[514749,369232],[522660,374997],[515928,378491],[521018,380474],[529585,-48854],[536857,130426],[528295,299325],[532352,375688],[537316,376576],[538529,-18469],[545777,251900],[540007,298112],[539293,302048],[540537,306823],[543851,349850],[549327,382735],[540052,381869],[542456,379027],[538091,395173],[544815,388444],[543183,86521],[544505,114356],[550771,-21339],[558717,-51444],[558945,130406],[560988,334387],[551958,391067],[562088,392102],[554781,65935],[552610,79666],[556753,97771],[559934,107531],[571121,-31428],[564456,-52799],[572724,-54097],[569758,272663],[575487,272371],[563383,287916],[575760,29691],[568309,387099],[568567,388121],[572100,386496],[570695,102037],[575383,118979],[581172,-33732],[584028,245534],[576895,364694],[588529,369780],[587665,399696],[582431,111185],[595435,-43174],[591347,-45381],[592791,-84092],[598841,280221],[596455,377331],[600109,403395],[593294,402734],[598452,407357],[594149,416980],[597656,413841],[601741,-76251],[612164,249122],[607402,421228],[602727,413430],[602419,419779],[608509,428355],[612522,441910],[604590,445210],[638066,-178638],[635460,380674],[633837,372894],[630162,444478],[630066,441253],[650866,-165838],[651636,332264],[640434,349715],[646547,385462],[647471,447034],[649959,442596],[642617,445395],[648513,447071],[661415,447353],[663687,450302],[661117,459931],[658838,449619],[662930,454037],[654290,462626],[665587,462118],[664667,469645],[656644,471584],[674921,-112284],[675950,403348],[676491,432405],[677853,429765],[666064,448620],[676007,470959],[684238,369339],[679140,470607],[679291,480815],[684447,486427],[689658,477895],[687475,98562],[686208,113581],[684722,111840],[682513,115658],[702928,413267],[701862,479970],[698956,475280],[711116,413157],[712994,478415],[720185,500086],[718650,505740],[724073,509337],[726489,506761],[719363,516625],[741292,386687],[735172,419087],[738323,413311],[738217,415538],[735138,500589],[749963,380020],[752494,379308],[750914,378854],[749291,380137],[752172,385359],[748648,400221],[748742,398417],[751754,418981],[748788,414889],[753930,411622],[754857,415530],[752525,414725],[756026,414250],[755089,417369],[750297,418632],[747574,416818],[748105,430518],[744305,489760],[751223,489460],[765818,397167],[767731,415197],[756286,484459],[759782,489033],[776497,420412],[780364,482238],[774471,491775],[779068,490428],[782183,395552],[792581,495366],[793674,366991],[805329,483574],[800273,485493],[795727,486700],[799906,498554],[803877,526077],[819120,362030],[812536,449166],[812876,520533],[829342,430513],[826925,446178],[828329,457741],[820016,466178],[823835,476670],[828017,482805],[826501,507981],[820888,510650],[823442,522510],[837338,413478],[837807,422342],[843655,419366],[840832,427139],[833848,456285],[832410,455356],[839356,472566],[841056,465600],[837946,479653],[843551,483493],[842624,497652],[841070,486773],[838450,520741],[852916,458595],[853409,454655],[847638,468657],[852906,468715],[857390,464861],[848090,476622],[850183,473870],[853768,499323],[845240,508705],[844997,500381],[863484,447985],[866862,443915],[861043,470132],[862486,466851],[863879,485824],[881503,409316],[872033,451386],[883089,452045],[873118,462868],[891823,426042],[886499,442798],[884663,454013],[884468,448446],[891638,454642],[896290,439196],[915227,402808],[920088,418555],[913192,419759],[919077,445407],[913672,454806],[927496,-98755],[925028,332671],[923300,441382],[929843,478808],[957206,130440],[948820,493707],[967629,193949],[968927,209757],[963130,292703],[967460,397630],[970170,417194],[968880,474035],[960709,509092],[972019,114727],[974297,175941],[982921,205827],[974106,213079],[977541,221393],[984348,236406],[984339,244862],[973949,332721],[974065,411742],[981404,479662],[979297,510826],[994484,144870],[994618,199777],[996477,242684],[995821,287349],[985954,297019],[997595,345551],[990170,409172],[990588,423468],[997222,466148],[991615,470443],[1004525,319140],[1005195,401406],[1006349,479871],[1002698,517597],[1017944,157685],[1022335,170231],[1020054,210768],[1019008,209750],[1021363,243901],[1013269,491669],[1029343,210390],[1029660,216540],[1048211,197154],[1047813,221073],[1042004,293419],[1051525,195771],[1064814,182200],[1082555,281492],[1105285,-95223],[1102302,311964],[1121742,349620],[111586,116041],[1188865,348360],[1200198,328952],[121778,111318],[127038,103630],[124694,105191],[122847,125872],[-270365,-181793],[-273479,-195650],[129066,129406],[140110,116311],[139343,116610],[136638,126570],[140670,119831],[148630,-38806],[149340,105495],[145310,125304],[150975,120409],[165122,-40192],[159845,131101],[164185,33554],[163720,42056],[156264,73993],[154129,107184],[153675,125965],[161919,120017],[175671,134524],[176087,129825],[169885,138273],[175490,80567],[184195,-135748],[186674,-144655],[183707,-158194],[192481,-164970],[193175,-182020],[191100,-179786],[186644,-39791],[191038,-42610],[180504,130219],[184736,141904],[191563,30550],[188762,59041],[186622,62847],[179370,76066],[189125,93968],[181582,105594],[204106,-127264],[204064,-137124],[202220,-135485],[197655,-134600],[195893,-131728],[196849,-141108],[206404,-162296],[201682,-201814],[199283,-199894],[201410,-209580],[203837,-212026],[203016,-220606],[195993,-223034],[200396,-35793],[195848,-54835],[201066,-68085],[202191,-110522],[193953,139713],[201692,135942],[197332,74746],[201376,123774],[199637,118248],[216584,-123235],[211246,-116975],[204063,-121087],[203675,-124408],[208913,-117205],[215919,-128676],[215057,-136972],[204797,-131891],[207154,-136313],[209034,-140625],[209158,-144444],[210815,-147030],[206185,-146553],[216083,-154471],[214348,-145787],[215710,-149655],[205428,-141897],[206213,-148105],[211080,-158693],[211734,-162288],[213219,-174371],[212794,-165496],[209180,-167259],[206064,-188300],[214262,-194244],[204854,-218660],[216995,-56205],[207450,-52960],[216112,-67062],[216276,-67789],[213968,-75619],[217378,-72161],[215315,-103419],[209747,-109437],[202975,-114776],[213006,133876],[205622,128614],[212160,81016],[216748,113276],[204868,127409],[215965,119187],[228023,-119416],[216618,-130833],[224105,-137411],[224096,-139926],[227100,-146773],[220556,-142728],[226675,-140698],[224095,-150401],[227901,-152773],[220536,-152610],[220862,-148598],[222349,-154082],[228241,-156637],[225919,-154113],[220160,-154667],[225130,-172967],[228156,-179600],[222780,-184747],[226475,-49729],[222718,-47371],[220548,-61291],[225557,-87541],[228854,-95072],[228972,-90859],[227185,-91960],[229278,-100524],[230270,-100625],[229091,-112720],[230252,-103230],[226871,-103664],[228338,-108165],[227940,-105811],[230275,137997],[225811,136412],[222018,150625],[228811,55067],[228353,98524],[225685,106115],[225496,116924],[243020,-115455],[231376,-120445],[233591,-125941],[236549,-121057],[237042,-126941],[231301,-116702],[235892,-128981],[238973,-130931],[234892,-129815],[236832,-147266],[235814,-144044],[232034,-151469],[239506,-157760],[239138,-163054],[243060,-186215],[235989,-194472],[240703,-200508],[239874,-196747],[239346,-198654],[233202,-204171],[234545,-234622],[233896,-236698],[238317,-55443],[237935,-52896],[239795,-58825],[243136,-65676],[242517,-74688],[240868,-66509],[239729,-77825],[236730,-101343],[232189,-96145],[236834,-102127],[235886,-94712],[232247,-101349],[242034,-93291],[238637,-114931],[236630,132790],[236100,140160],[238659,67115],[240698,82887],[236213,119662],[241051,122082],[253454,-117698],[253911,-116864],[253792,-120790],[247608,-122285],[251253,-134186],[254696,-138447],[251830,-136859],[247034,-153335],[247598,-164816],[246905,-165568],[248416,-155224],[249830,-168349],[250608,-171869],[251467,-178452],[246915,-193617],[247187,-186636],[246205,-197117],[247770,-9448],[254799,-43221],[243621,-48056],[245832,-56385],[247853,-57439],[251401,-62469],[250868,-60951],[249279,-58369],[255454,-73111],[246233,-65131],[243542,-69967],[247839,-69673],[253461,-70742],[251069,-70912],[253548,-79968],[254566,-78612],[249037,-81584],[251266,-81147],[255508,-91918],[253814,-99918],[246363,-113472],[244677,-102715],[246725,-104174],[251792,-103968],[245428,118031],[265533,-121042],[257404,-115067],[261283,-122748],[267840,-134932],[260835,-146877],[257247,-144650],[264236,-45083],[265572,-38671],[264926,-101751],[256389,-98821],[257491,-91215],[261889,-111125],[266727,-111971],[266012,-109787],[258086,-113402],[259935,-105336],[258187,-103079],[264027,1212],[261767,2118],[258967,67935],[260739,77365],[260676,91861],[261578,97685],[262607,102296],[259625,117284],[271155,-122517],[274154,-129726],[272268,-127899],[270254,-129237],[271965,-137060],[271447,-150444],[271526,-143941],[269120,-140907],[272476,-140794],[277367,-151554],[271601,-143165],[270325,-153440],[276853,-156776],[274599,-3398],[276820,-50413],[273421,-43173],[278167,-61596],[281419,-72469],[278152,-75858],[271908,-73992],[276069,-85531],[274347,-91076],[269829,-96844],[269957,-112829],[278695,-104802],[271805,-110298],[270187,-110104],[276394,7630],[277852,13505],[276243,94317],[284776,-119410],[290692,-123490],[288252,-159300],[290534,-171148],[286234,-8917],[289530,-2280],[294388,-30913],[284176,-27609],[282597,-37735],[285656,-46842],[292155,-38442],[281808,-55495],[293199,-54912],[288787,-70444],[287070,-88923],[286111,-94588],[284239,20035],[295916,-122207],[294512,-136566],[294512,-136566],[303692,-145457],[295297,-141972],[299448,-154138],[305880,-164629],[296285,-184876],[301384,-186884],[304701,-196933],[303381,-208525],[306888,-215741],[306218,-7187],[303935,-23572],[304710,-62262],[295228,-56083],[304772,-51386],[298295,-69272],[295993,-110262],[299376,6027],[304780,4372],[302263,10575],[298815,12233],[299553,72742],[301926,75909],[307251,-200828],[318214,-201579],[312642,-213310],[317724,-8024],[308083,-41911],[309534,-60193],[309806,-54679],[319310,-83646],[307371,-96257],[310664,5895],[307253,47137],[315050,43887],[312007,63942],[326918,-206293],[321940,-55727],[339306,-151984],[337050,-182981],[343179,-211199],[336833,-220677],[340848,-236972],[342298,-92918],[353394,-139563],[352312,-152435],[357821,-159894],[353228,-162556],[351792,-176725],[345867,-169287],[353818,-167196],[353818,-167196],[351131,-183016],[352896,-180154],[351715,-207726],[356063,-210093],[351832,-216774],[354782,-223828],[349372,-233343],[346997,-10445],[348650,-11058],[353623,-251299],[357133,-18402],[358061,-18797],[352629,-104075],[351655,50999],[355599,42199],[350845,55688],[351919,61496],[347882,64787],[347790,67378],[352926,67993],[346667,88874],[352899,126087],[365539,-116922],[370924,-129975],[369769,-130514],[369629,-147488],[362426,-149345],[367075,-156952],[366992,-163542],[363882,-168460],[365305,-180263],[360791,-206866],[369070,-212713],[359877,-242936],[358800,-24641],[359190,-23788],[358954,-17700],[365615,-49052],[365782,-71027],[366186,-112196],[368510,20803],[380532,-135301],[376273,-134776],[378336,-158058],[372047,-155281],[382620,-160395],[375959,-160880],[383292,-173471],[374460,-167834],[375318,-175988],[371333,-169697],[383344,-181149],[381960,-225708],[371985,-234667],[381928,-237769],[380628,-6406],[371638,-251175],[375791,-45877],[382786,-46357],[378051,-110410],[375326,-112956],[391916,-133199],[393950,-155919],[385450,-170745],[392687,-238505],[384828,-5551],[389091,54454],[395509,61390],[386198,63360],[400904,-204298],[408436,-221329],[399459,-217645],[404318,-239588],[404696,-10982],[403198,-245024],[406628,2616],[398511,146973],[397071,23481],[402749,17869],[403887,23668],[409262,15495],[404916,43179],[410600,-200358],[415579,-217094],[412595,-226601],[419628,-254970],[414566,-16777],[414058,376308],[419522,29678],[431368,-215148],[427060,-233229],[432596,-230817],[430789,-12065],[426610,-6946],[435078,-248829],[423826,-244696],[432755,-16797],[423939,-19418],[431579,-24158],[434283,-16266],[424797,-30526],[430784,-41094],[430697,2631],[423564,238773],[431155,17467],[426207,324270],[424526,323799],[422915,373323],[436544,-213595],[444371,-229280],[447952,-237659],[435936,191],[436767,-243074],[445275,4888],[445027,11581],[439012,4229],[439399,25245],[443987,260035],[441745,100306],[457181,-215423],[448076,-233097],[458258,-234210],[457345,11362],[450124,45740],[457523,85137],[462748,-218988],[465740,-474],[473559,-252543],[472625,101646],[475132,-223886],[477383,-237314],[479307,-8072],[482579,-32104],[481572,144595],[482006,71263],[496515,-163561],[494191,-160940],[494435,-153735],[492917,-163575],[490643,-158094],[491311,-161654],[497648,-174438],[497798,-168712],[494265,-177465],[496355,-177969],[490568,-175023],[493181,-166810],[490553,-170623],[488045,-79130],[495363,6207],[497396,201736],[494588,50718],[489496,45255],[488886,54499],[508174,-164692],[509686,-166083],[506869,-175368],[507394,-179041],[511643,-33403],[501741,-38908],[501975,-72426],[506062,-65331],[505420,12231],[510492,363935],[509268,365162],[509918,382819],[508097,374971],[502208,39269],[522969,-56288],[518803,215888],[516827,19598],[522990,360555],[517123,364415],[514821,366254],[513610,362253],[512860,371376],[522049,381835],[533947,-19220],[526288,295717],[525276,368653],[525755,371502],[528564,374765],[535982,382725],[543215,-60906],[541406,300101],[538602,301073],[540457,308253],[542789,348806],[547033,379276],[546047,378750],[538254,375836],[545317,90431],[543589,123061],[556604,132535],[550811,223813],[554725,243318],[561838,250730],[555375,391557],[562606,389557],[552310,73972],[559116,93878],[564916,-33408],[567978,-50595],[564798,-40964],[567639,-92980],[570783,388150],[575034,386633],[578546,-32741],[581965,-28013],[579534,-53809],[586658,246881],[577513,299331],[577124,390813],[580672,107411],[579595,121990],[589874,-35429],[596131,-44981],[601147,299575],[588953,372800],[595243,408151],[595138,410171],[596347,410687],[590076,415888],[591284,422580],[598887,419194],[602873,408973],[605812,418251],[603580,418991],[608727,423284],[606572,440278],[602625,447795],[617715,249667],[617616,443597],[637467,346893],[638084,381104],[631084,440029],[644962,336518],[649231,385543],[646071,442481],[649204,447116],[650406,449309],[653496,381494],[656234,445410],[652806,442088],[658110,453603],[653537,450502],[661858,456135],[655965,465384],[664915,471633],[675954,436549],[668834,449025],[667890,461718],[669478,466960],[677527,469816],[680051,-117808],[683970,391658],[679305,431285],[684570,472040],[678448,477337],[684662,480313],[680690,485814],[688270,477977],[686812,106100],[683296,107087],[686961,103269],[688442,112075],[685767,111944],[685486,107478],[683858,113461],[681031,115544],[687148,117269],[697244,469415],[702567,484280],[712515,415564],[704532,411450],[709523,480799],[722794,498360],[725636,494963],[718698,504775],[727295,503182],[717433,512425],[725083,514477],[738550,408586],[735618,426135],[733782,501874],[745068,387840],[754814,388315],[751410,388291],[746283,412823],[743776,487207],[752041,488317],[765877,355670],[755753,394668],[759686,392123],[755401,391796],[756776,396074],[758402,407262],[759686,406207],[766377,416174],[756646,480779],[757356,486887],[769363,399803],[778040,399920],[771109,409888],[775665,416261],[770666,409401],[778995,480964],[774447,494323],[780495,487900],[792516,371096],[796341,486524],[803887,479000],[803649,481509],[798713,496850],[797043,497857],[802112,520465],[805714,523122],[812313,453611],[810433,519952],[831817,430002],[826679,442243],[828582,453178],[827502,456365],[820884,449681],[828403,470458],[820419,466646],[822126,482015],[828346,475445],[831116,486959],[826540,508779],[819542,512933],[821952,524278],[838990,412355],[837768,422255],[843141,427367],[835214,455996],[837820,466419],[843697,467780],[844220,464953],[835668,478493],[843460,482014],[841499,493581],[838984,488270],[844475,509013],[843770,499904],[837899,518512],[845194,419832],[852176,457780],[853302,470440],[855106,461269],[845793,476538],[850972,475586],[851807,498349],[864802,446855],[859886,472919],[859044,462970],[864450,471054],[859860,483415],[881971,410549],[871113,446123],[874074,458319],[870687,450296],[878634,451448],[878812,461493],[876175,465405],[893674,434188],[891566,442997],[890151,451494],[883354,455601],[898386,423524],[915163,-77762],[920724,403978],[911682,416886],[918618,444371],[915627,452049],[926665,444332],[939410,476274],[947322,-72162],[956019,135451],[954805,146226],[954833,205718],[956933,291848],[955796,300067],[959012,418396],[953655,459803],[952150,469550],[958419,479824],[951275,492177],[971169,201263],[969243,227465],[980603,169711],[973394,225376],[981042,412128],[982919,428998],[984259,473236],[980110,505000],[984856,530861],[995995,401329],[995992,486782],[1000286,201183],[1003298,354743],[1018991,210758],[1020104,264431],[1011426,399961],[1011290,485022],[1016388,508610],[1044100,192511],[1039605,193360],[1042199,200851],[1052996,195459],[1085228,310638],[1099406,-100865],[1164959,296501],[1195692,416223],[127443,131241],[-269003,-191723],[-394328,-550572],[-418920,-549933],[-413812,-549780],[-416753,-544000],[-516920,-534708],[129431,-304487],[140462,-324478],[133837,121672],[135628,127715],[131333,124982],[143812,-321243],[147634,143674],[150946,88852],[149519,111652],[151382,107367],[141396,122341],[152390,123084],[163878,132707],[156872,136760],[162739,141557],[164713,40601],[161827,43059],[163265,77956],[157722,95742],[166243,97436],[158900,93841],[162915,125864],[163253,127734],[170543,-36126],[177592,132756],[176112,137887],[176887,38347],[177626,34973],[178865,48496],[175855,74240],[174444,80852],[168228,98428],[178636,93791],[171418,101276],[174714,118530],[166721,123742],[178003,118939],[181385,-137101],[185370,-148572],[186167,-157817],[184998,-184295],[187076,-31514],[191159,-42114],[185932,-44382],[183311,132459],[181103,141343],[185690,143376],[189847,34744],[189746,42885],[183029,60448],[180691,89721],[180839,95330],[179574,113668],[190279,116068],[182627,125564],[191859,-142115],[193147,-139960],[198768,-136238],[199439,-163747],[193042,-159402],[196303,-183062],[202502,-200899],[200240,-215995],[202086,-211465],[196426,-37826],[194386,-46469],[203069,-63396],[195062,140722],[200383,131744],[200778,141826],[201618,43718],[193374,64010],[194162,100540],[213460,-123409],[210566,-125312],[210297,-151025],[215833,-157383],[211022,-172129],[211105,-169349],[208590,-189042],[213330,-190067],[218120,-201353],[205697,-290462],[214745,-298181],[217303,-308162],[212374,-35513],[217005,-56187],[211750,-62831],[211377,-68541],[212771,-98211],[206891,131493],[207543,129466],[205684,144403],[205341,68783],[209874,74765],[205701,82728],[207978,126115],[225869,-175479],[223433,-183455],[221767,-190320],[230337,-232683],[222577,-249863],[227657,-256205],[223336,-257446],[228499,-264858],[217981,-276372],[224535,-291562],[225321,-304977],[222174,-314904],[220055,-49766],[227538,-56473],[222751,-72417],[221572,-64753],[229851,-111450],[228609,134658],[223867,138199],[229063,65499],[222607,73984],[226441,101224],[218116,92130],[219251,112968],[218482,122183],[224506,126184],[232785,-122381],[232700,-116363],[241593,-115037],[242290,-126547],[233446,-126972],[238834,-117172],[234181,-128297],[237158,-164310],[234264,-157952],[239146,-160773],[243414,-169454],[239194,-175453],[233889,-177278],[235230,-187987],[240634,-194077],[231119,-193280],[231297,-213698],[232608,-239669],[240745,-277675],[238765,-276102],[242673,-282077],[230646,-295132],[236663,-308138],[242909,-329386],[237794,-327723],[231119,-96898],[233453,-89743],[242270,-96507],[236814,-99930],[237489,-90848],[232814,-94216],[233597,-98654],[234656,-96986],[238731,-111432],[237269,-109027],[238043,-104119],[235268,-109714],[230938,51259],[241873,67885],[236317,108737],[254086,-124004],[249586,-136088],[255832,-141932],[251647,-141666],[255452,-143634],[243726,-177371],[247833,-241723],[250864,-259214],[247306,-259178],[253846,-266771],[250494,-273007],[255231,-280360],[249913,-293015],[249703,-291472],[251533,-288395],[254068,-302798],[252016,-310386],[255574,-68244],[253577,-86449],[248107,-81306],[254944,-96741],[246820,-98534],[251938,-111503],[252054,-107402],[250043,-111101],[252923,-103049],[250517,130643],[243322,117023],[265118,-125427],[260927,-123740],[259601,-125793],[259473,-143374],[260086,-222559],[260781,-275651],[264316,-280102],[259445,-277750],[261142,-297955],[264740,-314294],[265432,-325852],[256593,-325425],[268795,-21679],[261170,-37071],[260030,-45892],[261192,-39420],[259877,-56174],[260362,-84734],[257471,-85302],[265910,-88231],[263954,-92815],[264921,-100959],[257449,-100924],[266015,-113193],[267562,-109537],[263396,-113119],[256592,-109327],[256098,-105182],[265636,3740],[260672,75877],[256254,69468],[258285,91871],[257616,103403],[274936,-130048],[277005,-134483],[272630,-148159],[273131,-3900],[276132,-110],[273282,-243978],[274767,-249273],[280713,-270119],[275557,-71131],[274097,-75170],[280063,-72718],[269788,-88303],[275288,-92338],[269878,-92497],[275717,-98807],[274130,-103605],[268985,-106267],[276061,-102495],[273009,-106369],[270868,-112168],[270459,-102942],[271934,-106004],[273757,8840],[278165,9672],[274740,24472],[275049,92769],[284015,-115992],[293980,-124285],[293813,-131485],[287906,-137378],[290611,-137577],[285725,-150133],[282006,-153935],[290983,-176107],[287863,-9283],[291983,-3777],[283000,-22061],[293724,-29201],[288204,-29116],[285338,-41763],[292598,-42722],[285466,-56277],[290247,-53886],[287308,-60767],[293619,-70702],[285112,-94919],[290259,-112822],[294265,13242],[287974,17349],[301204,-126360],[294704,-115035],[299948,-122094],[301481,-137346],[301315,-129640],[305478,-130325],[301297,-147067],[297787,-162955],[303716,-164068],[306685,-168224],[298697,-185841],[306628,-197398],[305824,-200692],[305272,-209149],[304345,-38371],[296453,-59024],[301473,-54456],[301124,-74841],[298859,-114172],[300331,-110356],[300697,6060],[303175,1993],[299551,19579],[303753,13437],[299845,45132],[300130,73643],[312856,-164790],[309445,-168346],[315763,-169241],[315928,-172240],[315067,-210596],[311352,-215803],[318857,-4733],[317845,-23279],[309036,-19763],[311758,-20597],[307845,-24398],[310361,-31874],[317964,-29526],[309407,-58693],[310471,-61611],[312900,-72426],[317219,-85774],[307382,-83514],[315212,-93985],[308250,-99557],[313110,2787],[322753,-199018],[322660,-208176],[321290,-62090],[321340,-66515],[320185,-89501],[336238,-174863],[341951,-187236],[340175,-180449],[344307,-212312],[337191,-224999],[340811,-236689],[343407,-6593],[339635,-7346],[339529,-9387],[340971,-99529],[356448,-163938],[345936,-168495],[350282,-185744],[351177,-202262],[354839,-212844],[354515,-225101],[351038,-218297],[350686,-231758],[347799,-9811],[352252,-249491],[353777,-53529],[345780,-61844],[357373,-65445],[350872,-99961],[347951,-110561],[348615,-114485],[357029,48232],[351636,50178],[357483,41446],[353546,63604],[353749,56236],[346674,64055],[347356,68966],[351038,68048],[350101,92008],[351853,115270],[370108,-122259],[369112,-134969],[359479,-150388],[365076,-145917],[360365,-155465],[369591,-158639],[359963,-163620],[370624,-154634],[362769,-173954],[371127,-172549],[360831,-183185],[362747,-202108],[363522,-237315],[365657,-251913],[360056,-24681],[363809,-39248],[360283,-111439],[367054,11963],[364065,24326],[360614,68784],[382281,-126374],[375713,-115854],[378408,-132698],[378633,-130584],[372871,-160152],[376047,-155462],[380916,-169137],[381981,-172597],[383644,-168608],[374007,-208247],[381106,-219270],[373504,-230725],[378749,-237338],[381016,-8874],[379415,-68],[371754,-34638],[375170,-40622],[381657,4458],[372296,17337],[379674,17373],[372645,20590],[390321,-134366],[390874,-153209],[384718,-163313],[390122,-6971],[384319,-246372],[395583,-35461],[394331,-41617],[387627,2463],[387744,140948],[385016,108873],[405377,-197372],[400086,-209648],[400049,-218538],[404987,-239385],[405390,-200],[404959,-243656],[403313,2156],[407258,24387],[408255,42987],[413717,-203407],[417927,-205001],[416913,-214919],[412758,-217047],[415333,-227816],[411819,-253699],[419803,-54142],[420219,237295],[410402,17305],[418418,326142],[415827,373015],[411185,31438],[412933,78177],[429235,-239083],[424849,-868],[433934,-2552],[431570,-252749],[434951,-258688],[431425,-17385],[426152,-18409],[426817,-20584],[427081,-30776],[427295,19423],[424156,25371],[422542,373349],[434807,27310],[432283,109690],[439597,-212160],[437327,-222448],[438210,-228699],[436122,-233949],[443130,9109],[447623,3046],[437104,3507],[442057,132640],[443670,261505],[444899,40685],[446248,91244],[459778,-116545],[454552,-224334],[451305,-223793],[449123,-232914],[454450,-238666],[452494,-4750],[459391,-249158],[457901,-54126],[449259,266303],[459799,58589],[450804,77209],[469881,-221035],[463483,-238311],[470945,-251890],[466895,-88205],[464817,-90289],[467323,23005],[483394,-237968],[482795,-639],[477080,-9956],[481129,-26558],[481488,-76540],[478397,-69200],[485289,-77539],[484227,1765],[485847,154471],[486082,79059],[493460,-155439],[491302,-164680],[498507,-176974],[496485,-171155],[497974,-178782],[492408,-176672],[494761,-167339],[487857,-168275],[496310,-75047],[488320,57841],[503920,-158661],[507523,-166094],[502249,-173321],[505033,-166916],[507492,-175749],[509370,-177367],[511696,-177600],[508982,-167443],[510329,-168463],[505468,-32849],[504921,-61274],[509889,-72311],[500590,-73586],[508045,-78887],[507182,-103227],[508872,9175],[507180,359534],[508424,370497],[511249,380582],[505500,378020],[510931,376718],[506119,37775],[507638,61843],[520760,210362],[524378,297687],[519316,362266],[519026,367741],[514063,365754],[517515,361956],[517218,377299],[518302,379332],[529246,-8817],[533516,-14532],[535761,-64046],[533871,-98454],[529729,367638],[527056,367352],[526282,378427],[535340,376490],[547234,-56020],[540308,298854],[539420,304268],[542098,310385],[545004,349797],[543021,384073],[541669,380287],[547095,385810],[541829,88410],[542601,109901],[561466,-24196],[558432,-35897],[552009,-54060],[561897,339440],[561162,339281],[551311,378474],[556656,390533],[562068,393744],[554492,84460],[556466,126404],[572811,-25084],[571169,-58849],[574104,-55148],[573471,296240],[570550,389628],[568603,389278],[573467,385861],[567123,385878],[580765,-33208],[579176,-40090],[584069,-51224],[580126,308744],[576277,360851],[587957,400375],[578394,101753],[576723,123589],[595954,-85124],[593411,-78584],[599629,249188],[602034,274530],[592612,373523],[595492,402815],[599448,409650],[592722,416396],[601075,416743],[603805,403381],[608889,418981],[604345,412204],[607682,413662],[606879,436353],[609551,442951],[621587,255104],[614982,423378],[617502,440240],[625077,445808],[632452,-155205],[628837,353908],[629432,379291],[627688,443745],[628068,443299],[651882,386974],[649892,447221],[651683,443537],[643097,440504],[647037,451127],[646202,450201],[660544,454269],[661769,448728],[662750,450474],[653871,465455],[678249,431160],[667520,453983],[668740,465698],[673089,466178],[667177,473592],[685973,-114323],[684843,374585],[689082,397748],[679012,435279],[681543,473902],[681971,475525],[685009,481866],[683124,484490],[687739,479703],[688584,103553],[690152,104895],[683883,115289],[687202,108121],[680442,116025],[684077,117902],[697443,472848],[703185,481425],[704436,332249],[711829,342454],[709086,412191],[704958,411296],[710313,478509],[726819,326325],[720331,500798],[716946,508427],[729139,501495],[723174,499520],[718260,514179],[727153,514074],[737913,351733],[735660,400921],[733265,501920],[754535,313819],[744003,355976],[745188,383708],[742586,383705],[750125,399475],[751225,401964],[749640,402884],[743766,403568],[749734,412577],[748920,425319],[751077,485043],[753234,483452],[744281,486632],[758128,330433],[762475,336243],[762318,385208],[756043,389657],[761883,412045],[755966,486711],[773178,392836],[775359,399182],[771783,412724],[777656,486155],[772647,489160],[785500,370795],[791359,482319],[801811,478062],[801062,483038],[801190,494860],[793708,496272],[812304,451652],[813173,516906],[822346,371604],[819442,425694],[830769,448042],[827975,451905],[828247,461521],[827546,467467],[820713,467396],[823293,477618],[823914,481875],[827923,476335],[830895,481011],[827217,487007],[829211,504418],[819838,512395],[821987,518321],[840765,410758],[837796,418305],[841941,428844],[835690,451841],[839565,468825],[841628,468332],[844657,462294],[836099,480934],[836768,484601],[837602,493380],[832708,521076],[852418,455581],[851133,468196],[854223,473485],[853831,463358],[851223,476839],[845838,497278],[847489,508969],[850022,500554],[869432,446017],[865720,446681],[861492,468196],[858289,466369],[865673,467474],[862643,487024],[873574,459086],[873137,448954],[882916,456797],[880225,465438],[871324,464871],[883995,-91503],[883526,408791],[894720,424240],[894499,436675],[891314,441568],[883812,449769],[892843,454617],[904995,-68283],[913169,-56982],[917888,405901],[920809,407367],[914846,417372],[918766,445158],[913610,454146],[932284,-97330],[921935,446589],[928830,479222],[936476,-56755],[942071,-67602],[943784,304318],[942711,297374],[947970,318233],[950954,465967],[951396,493820],[956303,504860],[968603,135324],[963547,169358],[963352,195988],[969093,242089],[965221,392505],[962101,420268],[971623,450987],[971476,455680],[970737,470528],[965321,494251],[973525,194503],[977171,207819],[979782,395809],[976152,439225],[982544,499353],[972915,520421],[975204,529849],[988636,219498],[993588,335882],[990248,402387],[990812,432118],[996281,463062],[1008971,276802],[1007296,483394],[1010904,511245],[1012667,179365],[1021031,236113],[1018895,270557],[1011595,497095],[1034986,190646],[1031779,285132],[1049146,196189],[1042452,205835],[1048990,212830],[1057181,293228],[1063925,159539],[1073595,303313],[1104702,-97760],[1146684,347856],[1161854,305770],[1186720,413362],[1186147,418276],[1196892,422931],[124324,129860],[125333,115721],[-420897,-550588],[134145,140470],[135228,113342],[141167,132734],[149301,137494],[153539,32571],[153504,36547],[153197,48690],[150874,113792],[166162,21214],[164465,19664],[162188,35520],[166276,34203],[159784,40709],[153864,44682],[155801,50753],[157882,61459],[153812,58244],[162133,51932],[163195,60598],[155463,54540],[154871,72022],[155716,75668],[157484,73411],[164023,75513],[163944,88153],[160203,92993],[162024,98673],[166250,90376],[176633,-37246],[174255,-39897],[178012,131849],[175689,136199],[174284,138370],[168788,143392],[171267,14786],[169292,14484],[172018,17885],[169675,31343],[173442,41096],[172746,50800],[175627,62800],[177327,54048],[168077,62138],[177689,61580],[176624,69691],[173639,69267],[173980,78778],[175602,86851],[177008,87148],[170777,84732],[172142,93708],[178313,98039],[176174,95815],[178932,100719],[175730,115154],[179037,116962],[171690,127610],[169889,125077],[182388,-141283],[191786,-33337],[186478,-40565],[186880,-44864],[182597,140435],[188458,137116],[181682,35218],[182128,33471],[191589,27490],[180575,31719],[182138,41435],[187828,46242],[183819,46468],[189179,38792],[182678,54250],[190668,75651],[183944,74775],[190806,94556],[191192,98585],[185580,93839],[186540,95571],[184771,113822],[182157,109891],[183743,105112],[185910,117029],[180290,122951],[181213,125951],[202550,-125123],[197421,-132480],[200122,-166133],[194676,-157564],[197268,-33755],[204514,-42595],[196941,-52101],[203709,-53792],[201981,-64558],[198577,-66687],[203850,-113306],[193789,135711],[198562,137712],[198550,146390],[201774,142795],[192179,32234],[194370,37244],[198232,36854],[202414,48866],[198475,49535],[196871,50579],[197519,63002],[202522,53570],[203765,57199],[203342,63385],[200670,56299],[197870,96517],[204686,96137],[203979,91443],[192772,108864],[195907,103879],[201671,126700],[197967,124465],[214093,-125266],[215204,-129874],[217437,-134978],[205613,-139688],[214274,-136796],[205582,-134972],[205820,-139424],[217149,-148512],[206792,-145177],[212722,-150396],[212166,-147484],[213358,-154191],[206657,-144064],[208550,-178110],[215510,-199454],[216569,-62593],[215360,-61512],[216801,-101081],[216227,-113743],[216872,-105307],[205538,-111417],[205615,-114038],[214192,69027],[211773,71061],[212617,76973],[206655,76647],[205589,75115],[210872,80520],[214471,82733],[206766,77196],[205414,101777],[215222,97866],[216103,91008],[210755,108679],[205530,126406],[214223,116209],[229871,-119348],[229824,-145137],[222213,-141728],[230039,-147111],[230333,-142454],[225103,-142198],[226344,-150644],[226932,-151212],[224650,-151441],[224830,-152094],[221650,-153004],[221607,-150934],[221376,-149838],[228259,-154650],[220428,-157718],[223015,-166424],[221738,-183726],[223353,-186308],[217821,-189844],[227939,-191217],[224030,-189038],[222758,-46103],[219846,-57997],[228909,-57591],[218574,-68796],[226892,-87062],[229227,-93018],[228618,-95415],[226846,-90903],[229895,-101067],[228606,-102519],[227964,-103953],[229154,-106069],[227348,-108705],[228768,-107412],[222464,130977],[222354,140706],[227074,144461],[226713,34432],[224865,35879],[230242,50093],[218436,59539],[227982,66336],[225755,79577],[225343,87241],[221909,82443],[219915,77042],[228827,100510],[227243,104011],[220828,106190],[227706,117614],[230218,121543],[230437,-115601],[230736,-119503],[232297,-126629],[235053,-125045],[236648,-127362],[237152,-117855],[241538,-122814],[240658,-117301],[236503,-127858],[238896,-130681],[234023,-129412],[231570,-147605],[238619,-146651],[235949,-145861],[236027,-152885],[233833,-144301],[240833,-150001],[233450,-156302],[242514,-172469],[242819,-180814],[231530,-191664],[237629,-179289],[235438,-196429],[241471,-199334],[238864,-200883],[234915,-199303],[233192,-197227],[238518,-205786],[237331,-205978],[241814,-222863],[232152,-95973],[238544,-90957],[231062,-102239],[230483,-112783],[242146,-113364],[239741,-102506],[230586,56564],[241177,62253],[235290,55682],[242499,64425],[238727,71111],[237334,70819],[232702,70693],[243004,89611],[240596,81367],[240352,97510],[236589,94802],[243512,-126432],[252377,-124028],[253659,-135545],[248287,-133830],[252939,-141547],[243508,-151752],[244706,-150984],[246033,-157887],[246166,-153871],[245192,-153508],[245014,-161555],[247265,-164808],[248825,-169552],[246678,-168686],[245247,-179044],[245181,-183938],[245575,-216107],[252315,-216876],[250032,-211951],[254113,-207184],[253947,-209682],[248501,-213407],[243768,-219994],[250173,-219050],[252861,-70967],[246489,-78700],[243353,-99923],[244896,-96895],[252303,-95076],[255053,-108261],[250944,-113395],[254726,-112345],[252494,-114121],[252254,-103039],[249865,133053],[254608,37481],[246136,44255],[250313,39198],[248552,46907],[244941,62809],[251090,62448],[254950,61644],[245659,66204],[245227,67944],[249769,70748],[247220,76204],[251867,89772],[254460,94901],[248544,93061],[250192,95717],[244546,115166],[244741,118687],[257762,-115271],[263753,-123069],[259502,-120720],[257061,-128494],[259001,-141401],[260949,-146474],[268483,-152659],[263450,-184748],[260089,-186361],[261191,-209498],[259192,-205035],[256009,-214979],[263281,-4740],[264001,-9088],[263425,-38896],[259171,-38613],[261796,-57257],[258131,-69335],[257361,-84119],[261590,-101011],[260332,-99327],[256603,-101382],[262568,-106618],[259937,-109907],[262829,-110580],[266466,-108077],[260705,-109162],[267720,3550],[258057,31994],[259764,81632],[261012,84199],[264753,88240],[258404,94732],[264549,90892],[258020,119389],[277575,-126639],[271587,-122887],[269211,-119772],[280769,-119077],[279591,-127216],[278313,-120342],[272087,-133056],[280313,-133205],[272250,-131300],[275219,-140377],[270693,-144751],[272591,-149774],[274232,-144931],[278403,-153074],[270150,-142093],[276183,-154154],[275579,-183148],[278666,-9764],[281016,-6323],[268918,-255],[268881,-11035],[275784,-8921],[270533,-3395],[271432,-14157],[275235,-47669],[272480,-44354],[281436,-39696],[275762,-52852],[280875,-53730],[276625,-58330],[275529,-61208],[273304,-74230],[277826,-72300],[272733,-75662],[280114,-69056],[275164,-77496],[274889,-81197],[270857,-84293],[278809,-80078],[275827,-100813],[272341,-97685],[279164,-104969],[269958,-112085],[275841,-111021],[277184,9384],[280433,11407],[273017,6911],[280782,9375],[279274,21358],[274393,19934],[273568,71859],[277419,78459],[274631,87217],[269793,88680],[273485,104505],[288162,-120907],[292293,-121827],[290572,-119005],[291479,-117464],[289004,-136199],[289901,-143523],[289327,-145293],[293892,-141505],[293892,-141505],[288433,-161462],[283384,-153798],[289530,-155790],[290211,-162460],[287720,-154750],[293045,-185125],[284958,-186997],[292636,-10320],[289960,-10871],[287507,-7537],[285977,-25050],[283751,-25968],[291702,-35045],[287388,-47276],[288250,-45617],[288773,-44120],[290056,-38636],[283211,-41599],[291318,-57259],[288258,-58375],[291374,-68839],[287667,-63841],[282970,-68149],[283169,-86250],[290525,-85919],[288313,-78284],[293919,-81015],[282899,-91510],[282541,-97209],[285388,-93287],[288401,-98890],[288344,-114743],[283909,-108410],[291607,-109592],[291682,-106083],[293865,8724],[289114,9048],[285482,20615],[287645,18976],[291101,24053],[298467,-118750],[298418,-125541],[298373,-136491],[294478,-133028],[296180,-143437],[298118,-153400],[301406,-142250],[300563,-148656],[302978,-151796],[297342,-152559],[302255,-162909],[297862,-169123],[294822,-167036],[299560,-188881],[299862,-187783],[303369,-186895],[300016,-195935],[301493,-194627],[307189,-199437],[302471,-209713],[306422,-216177],[300065,-9171],[301159,-10614],[305464,-1959],[307093,-1511],[305005,-34471],[304801,-28017],[302382,-26731],[297599,-50355],[306705,-41725],[305755,-43474],[296149,-55646],[299627,-54440],[305411,-58495],[304319,-55951],[294515,-53314],[299335,-70896],[295046,-72253],[305885,-85854],[299830,-94927],[296101,-98347],[305975,-97594],[301582,-108238],[304972,-102988],[303096,7581],[304423,12155],[295645,7312],[297117,6487],[295791,16043],[302747,16108],[306410,13713],[313779,-117760],[317955,-158718],[314834,-170676],[317100,-168192],[307252,-190082],[307648,-201277],[318730,-199812],[311446,-192365],[312158,-209300],[310307,-211090],[308885,-205634],[309073,-214398],[319455,-218581],[312501,-704],[313992,-4758],[307961,-34649],[312358,-54819],[313948,-55418],[318201,-75444],[316848,-72901],[319698,-81477],[309197,4364],[307381,6047],[322270,-156974],[332563,-169894],[332335,-174822],[326602,-167876],[322795,-202902],[329334,-202559],[326644,-203859],[323532,-205057],[330028,-205299],[323356,-215560],[321343,-226278],[321038,-222413],[324581,-226090],[331790,-221059],[332538,-224578],[328596,-228322],[332566,-219026],[324993,-230677],[321683,-231993],[323942,-231548],[328165,-236064],[331942,-39216],[323045,-55528],[323290,-51769],[321131,-89275],[326425,-90737],[331593,-97044],[328033,-90169],[345462,-149803],[344579,-149073],[340075,-150096],[341653,-168510],[340563,-176363],[344921,-174579],[343611,-179972],[337244,-188572],[343655,-190914],[340921,-192706],[345296,-201129],[341847,-202684],[339051,-193654],[345094,-202739],[345572,-211548],[341042,-205715],[335265,-215546],[339824,-208270],[339871,-222313],[335686,-221976],[332833,-225296],[338949,-234242],[340874,-236780],[333291,-231476],[342514,-7625],[340417,-6208],[343181,-95691],[338196,-98391],[333876,-93426],[340358,-92519],[355744,-117835],[347937,-120968],[351776,-137500],[352073,-150295],[347862,-147864],[349768,-152835],[350231,-159031],[349856,-154542],[354344,-178941],[348194,-173403],[348017,-167839],[351442,-191495],[347233,-183037],[350614,-189857],[346785,-193307],[355679,-200193],[353323,-200385],[351443,-204572],[350954,-203497],[345955,-216117],[348903,-207455],[357907,-209330],[347381,-221189],[355072,-221865],[356845,-228943],[351276,-235146],[353091,-233300],[357855,-248369],[348464,-250227],[353965,-50058],[358277,-114881],[358277,-114881],[354028,-110152],[348008,148224],[347488,96892],[362782,-119898],[362516,-151870],[362681,-157708],[359665,-169594],[363527,-190643],[361476,-179797],[363440,-187574],[359679,-184587],[366769,-197197],[363939,-198350],[366656,-198034],[360641,-199579],[368112,-201525],[362160,-206656],[360589,-209973],[369573,-214604],[368093,-231855],[370335,-232527],[360829,-244883],[366179,-249111],[370515,-37835],[364504,-37269],[363161,-43783],[368298,-113906],[358959,-108221],[359563,-106192],[370725,74554],[378906,-123718],[373434,-119729],[373825,-123205],[372875,-115745],[379854,-132564],[374029,-137722],[373892,-131944],[371926,-141723],[374212,-152994],[373620,-146185],[380769,-150501],[378761,-145100],[377279,-154533],[378647,-161430],[374863,-170009],[382312,-168269],[383314,-172805],[371220,-174579],[375405,-178741],[379426,-175362],[378614,-188595],[381191,-187482],[374762,-198562],[373606,-200730],[383072,-199682],[376752,-199130],[373376,-213299],[377695,-223406],[380309,-223279],[376577,-240222],[380862,-235195],[379199,164],[382411,-5838],[372477,-252142],[377064,-111491],[373564,-113733],[379922,4953],[378388,15967],[374882,17729],[375396,83008],[379260,84367],[389301,-122060],[390796,-127131],[387448,-118050],[387928,-137366],[385250,-131025],[392489,-130355],[387805,-153031],[387787,-145849],[389481,-141006],[393309,-150805],[392441,-151850],[387805,-153031],[384630,-161369],[390282,-154939],[386929,-155898],[396794,-159992],[386996,-170523],[386418,-166586],[387179,-179400],[391204,-185726],[384469,-185828],[387835,-197380],[392879,-194396],[388611,-195019],[394712,-192446],[391122,-198542],[390499,-198853],[394854,-206004],[388328,-236451],[389499,-240317],[385648,-31106],[392176,6022],[390290,2892],[385230,9566],[391616,16266],[394634,19607],[396401,37577],[389248,61636],[389245,57804],[390038,70721],[397581,-150176],[399968,-147008],[398318,-160305],[396966,-165105],[399774,-166284],[399258,-168616],[400627,-169550],[397405,-180731],[407116,-191017],[399783,-190986],[405853,-196619],[402034,-195040],[397330,-196062],[399587,-194832],[407564,-191843],[404777,-207241],[406731,-210777],[408480,-215467],[405643,-217518],[400970,-223600],[397703,-220906],[405514,-238789],[400437,-7809],[398324,-2285],[409439,-255074],[408889,-19815],[403367,134545],[398079,15779],[403542,18660],[408638,22395],[403543,49280],[406301,44606],[402790,60889],[402226,67774],[398995,78348],[398092,95306],[404827,95471],[418059,-119791],[413977,-120263],[415761,-127433],[420546,-126342],[418075,-141931],[415832,-151988],[419622,-148095],[421797,-149284],[421602,-141951],[418816,-140842],[421286,-164435],[420338,-165912],[419143,-165500],[415759,-157949],[416902,-154071],[413972,-155882],[419428,-156416],[422109,-160016],[412602,-200580],[421565,-198159],[419517,-195981],[411328,-205312],[417812,-216987],[416224,-214656],[414086,-227796],[412072,-226313],[418677,-233394],[413005,-239544],[413641,-241703],[421256,-3739],[419831,-253699],[416769,-31991],[412673,-26411],[414556,129624],[417627,146671],[411361,155216],[416182,235788],[411975,19300],[412910,17124],[419851,24520],[417061,330706],[417025,332194],[414767,329591],[414845,325560],[412308,27185],[418225,26553],[421373,30364],[422654,-130937],[428080,-175551],[423790,-175331],[424136,-172692],[422788,-168725],[433816,-177037],[429459,-173598],[425859,-171131],[426857,-182587],[429432,-179829],[422416,-198435],[424557,-201744],[435192,-201093],[430216,-217364],[423966,-226512],[434128,-239066],[429067,-238388],[433692,-230380],[433404,-233116],[435125,-4299],[424251,-6254],[423957,-244403],[433628,-250672],[425291,-84002],[430573,-77098],[434796,-77539],[433762,-94967],[427016,1900],[431125,1181],[431183,24969],[423014,24268],[428991,19179],[423471,20698],[429451,324467],[424343,322277],[426264,482691],[428195,484617],[430206,486222],[432979,482884],[432091,489111],[430997,493468],[430978,104079],[436031,-180640],[447156,-189229],[445079,-185235],[446673,-188553],[444095,-186583],[439516,-182981],[441184,-203778],[437259,-204317],[442460,-213314],[442042,-213424],[437015,-215902],[443786,-208315],[446711,-208684],[443185,-207414],[438718,-229337],[439299,-233284],[445516,-234049],[445356,-230876],[446410,-237952],[444248,-49378],[437064,-91328],[440799,558],[436031,623],[435382,11805],[442943,165749],[438340,24793],[443751,23376],[443155,260964],[435749,48088],[436300,61899],[448205,-154418],[456173,-166698],[450796,-173941],[459759,-191129],[450849,-185605],[455932,-182910],[459437,-186979],[453361,-214804],[457419,-209066],[451420,-207578],[457951,-208263],[455694,-222346],[450279,-240993],[458795,-249867],[459840,-251198],[449861,5094],[458729,149949],[452183,150283],[457002,159692],[458134,198449],[455519,14298],[454203,26200],[456589,38165],[456939,82075],[469848,-138978],[461611,-169017],[469977,-170130],[464128,-216894],[460855,-209507],[461308,-223861],[472456,-223175],[461757,-232434],[464536,-232658],[469216,-8266],[472893,-251670],[465387,-59685],[471657,-90216],[462418,11506],[464321,3166],[466047,11765],[464101,153718],[465183,215377],[465250,28823],[472444,498747],[471872,503587],[472558,499743],[471176,513875],[473486,519307],[473414,519715],[472661,526896],[472710,527719],[462441,534412],[471274,533856],[466014,536509],[465107,535672],[463267,536684],[468580,540386],[471485,562695],[472942,570627],[472792,583491],[470177,707352],[468902,704252],[470099,709439],[469985,720542],[477775,-174304],[476203,-220574],[474919,-241326],[483300,-237102],[474690,-4740],[480963,-3631],[475907,-17204],[483333,-26744],[480359,152509],[483435,508537],[480769,499625],[485719,508142],[477397,502026],[485635,501043],[483887,504977],[483763,592435],[484956,700988],[474510,702509],[480165,81570],[498166,-151708],[496544,-158148],[492918,-76579],[496673,-79178],[486527,164201],[488367,200196],[493563,250597],[493795,356107],[493223,354409],[486519,365920],[490558,359655],[487505,365105],[486675,363715],[498756,362027],[493369,458760],[493246,453983],[496638,455227],[496961,460004],[497023,463651],[495571,461036],[495899,471742],[498549,471989],[496288,479998],[499110,474125],[488571,498521],[492194,498553],[493617,496173],[498234,493927],[493212,504149],[490979,501312],[489400,505862],[496433,506978],[497538,505050],[498969,503029],[493372,512099],[497953,504738],[497364,502558],[498844,501968],[495017,506625],[495384,505822],[489633,40208],[495633,63336],[493799,688139],[494936,685422],[497117,691237],[496953,684019],[495121,694549],[498156,695182],[494139,701574],[496378,702921],[488463,713768],[492559,711686],[496897,708894],[501018,-162934],[503554,-171885],[500486,-32987],[510157,-28353],[510514,-59399],[511743,-62271],[501733,-66802],[509408,-69669],[501579,-71746],[506984,-78935],[510344,-99421],[505864,14155],[501876,353962],[500633,356556],[501185,356531],[502820,361332],[503538,361311],[500781,368890],[511600,360386],[506224,366069],[506748,372832],[500551,37045],[510532,386305],[507663,404306],[511515,404043],[505174,403138],[499737,459480],[499814,460268],[504078,460815],[510569,456632],[507443,458533],[510556,460672],[504682,460175],[505868,460551],[505421,459821],[506010,461232],[506037,472771],[505200,473694],[502784,472803],[507618,469632],[510469,468685],[504304,478352],[505456,475691],[505998,476006],[510044,478266],[500339,485755],[506767,484407],[505482,498511],[510853,496948],[504856,494978],[506263,504379],[506545,506820],[502963,501665],[506188,500351],[504623,503520],[507902,511538],[508503,509802],[510528,510186],[507152,508172],[505890,599894],[507516,595806],[504114,597941],[502325,590998],[503087,603384],[502913,602964],[508576,613729],[507354,611304],[506675,611905],[509337,615303],[511694,618716],[506633,616395],[506734,635936],[504946,631986],[511599,630861],[507985,638467],[509231,629591],[505518,638649],[505168,646597],[509190,642891],[509053,649469],[508256,650938],[503541,641564],[506530,645795],[510885,661053],[505262,665771],[511640,660328],[504581,660005],[508669,660308],[509986,653008],[501826,664210],[507000,657141],[503124,663579],[511160,671706],[503852,669801],[499413,684857],[501182,684266],[501504,681118],[504375,681331],[503101,693419],[503020,696182],[502775,708020],[500376,709753],[517939,-71868],[524634,-80638],[518118,-91864],[517648,-106707],[512242,18272],[522586,362958],[520214,359684],[523185,368436],[520961,363345],[517098,364501],[515810,367338],[514964,361372],[516361,372707],[517545,374878],[521114,379399],[535828,-10967],[535576,-22000],[525304,-49360],[534209,-59276],[525450,-68053],[536669,-66233],[530388,-83533],[529958,-80002],[527431,-82777],[527276,-98285],[526303,-110854],[537137,276735],[523820,294547],[534219,305194],[536759,308397],[525563,367226],[528373,374527],[534681,377895],[537314,380157],[528845,445633],[527089,445108],[528329,445730],[535636,447101],[534865,444912],[530910,448072],[546381,-26336],[548322,-25553],[541803,-73341],[538381,131746],[547523,248522],[544217,278878],[540553,296184],[542125,350049],[537940,354175],[540949,382619],[544662,380130],[547716,384325],[542018,441909],[544831,446218],[541124,447123],[547720,447300],[548134,87180],[545059,118987],[557359,-38195],[562465,-34267],[550965,-52471],[558250,-90279],[550518,-98318],[554601,219250],[552701,257620],[560418,337777],[552726,382534],[554412,388279],[560900,395007],[556562,400140],[560269,401827],[560106,401976],[559435,400528],[556862,405638],[559829,66592],[552248,99208],[552681,124274],[565363,-35239],[572997,-29441],[573094,-42291],[564641,-44707],[573422,-52884],[564107,-52794],[564978,219239],[566073,283407],[573446,303491],[569758,31742],[573177,390946],[575350,409787],[579067,-37862],[579104,-48512],[578572,111343],[577049,117766],[592697,-45514],[593619,-42829],[593506,-53849],[595925,-75844],[594353,-82344],[594135,249108],[589194,248808],[597125,290737],[590607,399820],[599913,403391],[596421,400783],[594543,403461],[594994,404542],[589595,410256],[590663,417481],[597058,417787],[609681,303891],[602453,312230],[606556,406186],[608812,400535],[604558,422396],[605035,420004],[602024,412812],[605900,419489],[610351,429900],[606080,441634],[613951,441383],[606304,441931],[622446,266147],[619382,256255],[617491,289027],[620491,354087],[619266,442106],[635821,-164586],[632832,297909],[637778,331977],[637145,379114],[635788,373407],[628381,445525],[628738,444710],[640002,312994],[644489,382178],[643372,448049],[652641,438682],[644374,442385],[650002,447715],[649901,452316],[651910,457456],[653122,276798],[656996,356417],[662422,452570],[665454,465649],[661656,473166],[677411,302166],[674880,394213],[668098,448206],[666256,454310],[672791,466415],[670757,472756],[686438,369595],[690753,396340],[680234,435300],[679779,433745],[685647,470319],[681786,475010],[679564,478322],[683103,480488],[682240,484485],[687684,478416],[689004,97754],[687658,105550],[681779,112248],[679972,114428],[688250,108783],[684594,115928],[695657,362327],[703206,380894],[698867,479922],[702489,475518],[710795,411740],[709922,483663],[727682,494856],[718375,498702],[720145,502940],[727764,501873],[724366,512762],[739795,413909],[737983,413813],[730486,499492],[736207,513596],[754570,384678],[742592,410720],[742982,408897],[740338,411788],[753335,429494],[754673,426130],[742926,426586],[742560,490116],[748246,488669],[745668,513873],[745926,517097],[765023,394006],[758609,387708],[764493,397099],[765774,396844],[759511,417233],[766508,480781],[767518,480999],[757302,483216],[758345,487425],[775006,400508],[772167,401032],[769685,480768],[775682,489437],[792670,374602],[788128,377481],[781090,479726],[792614,485162],[782651,486262],[792956,498159],[805175,483398],[799151,481080],[800544,495881],[806059,510844],[805839,512086],[804782,523087],[817984,377875],[815040,450821],[818208,450875],[815351,499371],[816037,498536],[812556,518176],[831278,-176946],[820647,372650],[822313,385906],[827367,444355],[824948,458468],[825672,469017],[822894,468018],[824688,484365],[825855,505302],[822446,508183],[826056,522675],[839310,414581],[836648,420264],[843449,420345],[841631,427231],[838249,451356],[832971,452880],[838851,468659],[840208,464998],[834915,476642],[833808,478754],[844006,481866],[836444,484066],[840291,495776],[832348,523240],[851827,454212],[848380,462649],[853627,473279],[851301,466175],[851926,468069],[850140,478263],[849062,498678],[848251,509359],[854330,499464],[850405,521061],[850583,520933],[861261,447710],[859512,471967],[860599,464513],[862817,465803],[862743,488586],[882926,410798],[872027,441684],[870945,451341],[878916,450945],[870823,465917],[889002,-95620],[894560,427641],[888663,441322],[888198,452434],[883358,455491],[903476,432119],[914746,407533],[914219,415651],[920737,411409],[918388,445772],[913992,451268],[930846,-130763],[933171,-58192],[923838,-57570],[922369,328407],[922540,444711],[933916,466378],[946718,-126325],[945069,306418],[937797,483466],[940463,492436],[941035,489430],[956288,134366],[955061,289930],[950145,308118],[947307,400278],[951853,412146],[957242,456248],[951350,458251],[952995,482346],[947345,494005],[959183,500638],[962654,409255],[967797,409780],[968923,422428],[967909,432781],[971780,511681],[984914,209815],[981480,391711],[977282,406808],[977433,422361],[978222,473112],[984456,475400],[973128,524341],[988568,387883],[994219,406583],[985763,461249],[987131,482436],[992087,503258],[1008401,-103781],[1001183,291299],[1004273,380194],[999806,392084],[999437,408444],[1006834,403471],[1001231,466183],[1010257,476554],[1008328,499885],[999059,508899],[1015116,-100441],[1018112,149844],[1016531,212287],[1023535,250662],[1018728,274474],[1021035,328847],[1014360,371470],[1013695,398510],[1017669,503814],[1031951,-99917],[1030260,305757],[1025217,304719],[1033351,319857],[1025403,338117],[1036351,356545],[1027145,374980],[1024500,375519],[1047456,392695],[1047192,404139],[1055816,-108540],[1060496,295714],[1058303,398994],[1068331,382188],[1100033,371783],[1136478,545723],[1150449,545827],[1149967,540368],[1143797,538632],[1158611,306735],[1168753,296361],[1172774,496555],[1165268,510189],[1166199,531277],[1184222,488875],[1187009,500633],[1202650,361134],[1193132,423771],[1195348,476272],[126355,138226],[122481,105238]] \ No newline at end of file diff --git a/src/gathering/a10602.json b/src/gathering/a10602.json new file mode 100644 index 0000000..803cf7c --- /dev/null +++ b/src/gathering/a10602.json @@ -0,0 +1 @@ +[[-117583,-251596],[-118017,-252148],[-118216,-245940],[-115551,-244317],[-123300,-259680],[-125735,-280515],[-124328,-284943],[-126062,-285245],[-122414,-293785],[-130215,-254921],[-138257,-277794],[-136941,-278849],[-139363,-290496],[-149119,-271669],[-149841,-272803],[-145243,-273249],[-150626,-277385],[-146871,-278007],[-150109,-283185],[-150599,-286637],[-141055,-285234],[-151057,-295054],[-160953,-251384],[-162972,-250818],[-157206,-275547],[-157993,-278468],[-166086,-275811],[-161967,-271397],[-160247,-278279],[-164034,-280470],[-153690,-283565],[-155388,-287954],[-164758,-284596],[-161416,-289320],[-159434,-297056],[-167158,-241898],[-176479,-261805],[-177260,-257321],[-177719,-277158],[-173044,-275341],[-171691,-274728],[-177521,-278423],[-175331,-273514],[-169493,-288143],[-175248,-453457],[-189917,-233574],[-187478,-234885],[-191231,-239541],[-182616,-251265],[-187095,-244808],[-190380,-263375],[-186953,-264343],[-185256,-266856],[-181084,-259611],[-182176,-261621],[-190761,-268504],[-181800,-269132],[-187401,-274514],[-190631,-273303],[-191157,-271463],[-188457,-274079],[-189311,-274962],[-189465,-272526],[-191745,-273743],[-190054,-271125],[-182757,-281048],[-187704,-287989],[-190049,-291445],[-186869,-292655],[-187410,-288325],[-190116,-294165],[-190630,-296835],[-189439,-403560],[-185336,-434341],[-182822,-560588],[-202339,-226255],[-198329,-235995],[-193468,-239176],[-201785,-236119],[-202839,-242442],[-193471,-232555],[-199496,-255790],[-204092,-249845],[-201342,-250134],[-202839,-263049],[-203451,-265188],[-202853,-262122],[-193291,-261473],[-197339,-256033],[-193233,-272398],[-201836,-272906],[-204590,-271303],[-192415,-271233],[-195200,-288595],[-199136,-290095],[-193098,-286324],[-197252,-297147],[-198774,-294984],[-198542,-308530],[-195346,-310501],[-201053,-320806],[-207754,-227475],[-210824,-236384],[-214214,-231283],[-205283,-235092],[-214176,-241495],[-217086,-230972],[-212846,-233045],[-212789,-245028],[-207094,-266850],[-205717,-259711],[-207066,-257079],[-206340,-264250],[-216304,-276548],[-209622,-281497],[-214708,-291546],[-206919,-288127],[-216423,-282100],[-216162,-284827],[-205088,-286535],[-209345,-284108],[-212997,-287064],[-211181,-287487],[-206495,-293379],[-205291,-294173],[-208831,-300650],[-207450,-308802],[-205970,-315299],[-217027,-315132],[-216685,-324682],[-208609,-321892],[-212937,-327943],[-216862,-334995],[-217011,-334686],[-230240,-218498],[-229279,-227245],[-224700,-226494],[-220257,-227701],[-227070,-242785],[-227599,-241915],[-225698,-235304],[-222627,-235140],[-223621,-230300],[-220396,-243309],[-223647,-246907],[-219950,-246690],[-219977,-267573],[-223604,-269993],[-229878,-274796],[-221489,-273423],[-218902,-274978],[-229053,-279771],[-228579,-286919],[-219108,-286713],[-218305,-288172],[-224085,-289342],[-220395,-287545],[-230063,-285347],[-222397,-283038],[-219021,-281744],[-219874,-292253],[-218182,-305550],[-224190,-301320],[-217851,-309220],[-228407,-314976],[-229033,-310676],[-225875,-318933],[-218472,-316972],[-229908,-320758],[-225346,-326099],[-220155,-324133],[-221596,-326797],[-224361,-327374],[-225372,-327589],[-236929,-214696],[-236068,-210594],[-235677,-227534],[-235011,-222491],[-233877,-228945],[-239534,-223108],[-240049,-219042],[-243194,-222378],[-241631,-238232],[-238798,-237639],[-234947,-238850],[-238663,-238547],[-235200,-243466],[-241751,-248044],[-236505,-247830],[-242083,-243261],[-242419,-253657],[-234945,-272817],[-233433,-273566],[-242126,-271089],[-241765,-276486],[-240581,-281088],[-237121,-279187],[-242632,-277912],[-232478,-282131],[-235637,-288941],[-235843,-281583],[-234872,-284811],[-238706,-281780],[-237372,-285093],[-237041,-285908],[-231810,-291271],[-240004,-286291],[-243134,-283236],[-240399,-282483],[-235079,-293805],[-238107,-306715],[-237547,-294568],[-239058,-308732],[-240863,-312747],[-239400,-319609],[-240064,-326206],[-233900,-326245],[-236549,-320881],[-238570,-324678],[-235636,-336187],[-235528,-385080],[-12024,-179111],[-245114,-216797],[-247085,-211594],[-247851,-229065],[-246582,-224539],[-252234,-219509],[-249664,-228535],[-253488,-223621],[-249927,-232450],[-249538,-238469],[-246125,-231613],[-254863,-234517],[-255278,-230976],[-248772,-232228],[-250765,-234459],[-254467,-237435],[-246553,-239674],[-250821,-233238],[-252948,-232259],[-252574,-234041],[-246287,-249183],[-248568,-249611],[-244785,-251625],[-245164,-251557],[-246507,-252467],[-253208,-256494],[-249773,-257896],[-248629,-261178],[-254179,-259818],[-250172,-263866],[-246017,-268928],[-249470,-277214],[-248467,-275510],[-255185,-278488],[-253172,-274176],[-251686,-269546],[-251103,-275311],[-248431,-276835],[-252785,-280094],[-244600,-288705],[-245780,-286763],[-255310,-284185],[-251718,-290341],[-248878,-291088],[-250557,-289937],[-249169,-282502],[-246744,-281709],[-245890,-281906],[-247100,-283618],[-251326,-297590],[-253801,-318635],[-245271,-310098],[-243947,-317483],[-253178,-328337],[-252337,-338682],[-251854,-338928],[-261296,-121702],[-265564,-137543],[-266129,-132236],[-266686,-202062],[-262714,-204304],[-258783,-199921],[-263072,-211714],[-258571,-215618],[-266638,-214542],[-268445,-218196],[-263912,-227937],[-263202,-219662],[-261273,-228203],[-263163,-227029],[-256294,-226028],[-265636,-225347],[-266329,-217649],[-263747,-232329],[-265591,-238005],[-265854,-242964],[-268609,-236394],[-268786,-236000],[-267702,-234223],[-260118,-236927],[-258072,-235850],[-258880,-234645],[-259047,-230805],[-262574,-241403],[-265870,-231385],[-268683,-247489],[-263679,-248463],[-263101,-243571],[-263472,-255296],[-266253,-258401],[-265817,-264260],[-263269,-260194],[-256847,-260980],[-264445,-262274],[-259048,-280536],[-257569,-280478],[-259497,-279980],[-262521,-272979],[-258217,-268964],[-266964,-273714],[-268403,-276085],[-263490,-283616],[-263383,-284696],[-259189,-288172],[-264182,-286437],[-261794,-290870],[-258390,-287630],[-256061,-291957],[-261159,-292472],[-259709,-288931],[-266513,-295700],[-268723,-299899],[-265829,-303565],[-263896,-299559],[-263079,-302222],[-262420,-306415],[-259814,-306007],[-263315,-300300],[-261879,-316932],[-257624,-309765],[-264923,-309628],[-262012,-319647],[-259508,-330909],[-259339,-324092],[-266364,-335802],[-257721,-333029],[-264089,-602413],[-263026,-85615],[-258193,-86156],[-258240,-99508],[-267263,-99394],[-256558,-92975],[-261577,-111822],[-268551,-104262],[-277018,-115658],[-277897,-126960],[-280815,-125400],[-272624,-135995],[-271282,-142243],[-276195,-164382],[-279366,-161587],[-279984,-158678],[-280903,-166100],[-278616,-167385],[-280551,-191520],[-279697,-187662],[-277900,-180371],[-274241,-200597],[-277749,-205127],[-269718,-213046],[-273068,-208934],[-273202,-209863],[-269486,-226146],[-273491,-229554],[-269139,-228020],[-268826,-224975],[-269204,-217553],[-271644,-235537],[-270854,-232938],[-281117,-251882],[-278822,-246162],[-274381,-254215],[-271402,-253824],[-272665,-255803],[-277111,-267140],[-272267,-262163],[-269216,-256185],[-269608,-268121],[-270233,-281323],[-276544,-272012],[-269005,-279502],[-274136,-275195],[-271412,-284756],[-281082,-283904],[-272246,-292988],[-276766,-291111],[-280993,-291528],[-274225,-289496],[-278977,-286237],[-279731,-282980],[-269111,-289823],[-271600,-299470],[-268949,-297300],[-270297,-303343],[-272852,-345215],[-278205,-347754],[-276298,-351639],[-274574,-350036],[-273859,-347626],[-281037,-351025],[-275808,-79823],[-272385,-86261],[-274150,-86649],[-281481,-87602],[-269832,-89003],[-275056,-99656],[-278865,-99086],[-273216,-108341],[-290147,-120340],[-285644,-125652],[-283983,-115270],[-283156,-132331],[-289975,-138115],[-292806,-150621],[-284835,-143270],[-283865,-148688],[-290341,-161014],[-286018,-153476],[-284763,-166820],[-283165,-175062],[-287678,-167585],[-286850,-168068],[-288273,-170664],[-287699,-170796],[-283253,-189384],[-284385,-188967],[-291641,-188729],[-284867,-182069],[-284094,-203220],[-288497,-199820],[-293891,-195023],[-294217,-201055],[-284505,-198711],[-293527,-204415],[-290466,-195955],[-287514,-211152],[-282832,-214654],[-284906,-211558],[-284995,-205147],[-286290,-209491],[-290299,-223576],[-293008,-220450],[-292596,-228269],[-288919,-219443],[-288685,-223470],[-282513,-278602],[-283705,-285684],[-293900,-355528],[-288674,-86042],[-293372,-80182],[-285509,-78001],[-291368,-93729],[-284948,-98184],[-289000,-101179],[-293312,-99368],[-292324,-112313],[-283874,-110916],[-306215,-118754],[-304751,-137361],[-296096,-128288],[-305043,-135464],[-300299,-136300],[-294809,-139450],[-300960,-142923],[-305766,-159142],[-295755,-155539],[-294658,-162902],[-303225,-171309],[-301523,-172494],[-297372,-174122],[-306113,-174367],[-301834,-189390],[-297931,-182702],[-299586,-179371],[-306781,-190907],[-302227,-189320],[-299163,-191633],[-305055,-190060],[-294985,-180161],[-302192,-192746],[-295550,-202206],[-295321,-199476],[-296621,-192730],[-298641,-196443],[-304514,-195222],[-294470,-201914],[-303085,-213656],[-305532,-216698],[-303650,-210819],[-302534,-208702],[-298961,-222329],[-299822,-219079],[-300568,-228933],[-299670,-228590],[-296055,-225377],[-298729,-218468],[-302028,-220840],[-302444,-222893],[-306553,-222784],[-304261,-226421],[-305158,-236787],[-299767,-239713],[-295235,-231098],[-299868,-236038],[-303147,-242357],[-301730,-238676],[-302256,-231236],[-306025,-231356],[-306294,-235234],[-305752,-243232],[-303232,-358469],[-306555,-70602],[-298778,-74104],[-297809,-78418],[-294633,-87975],[-301342,-84218],[-305100,-101386],[-296905,-101931],[-296494,-114824],[-296452,-106188],[-305260,-107668],[-298825,-107446],[-308014,-127191],[-313190,-121095],[-316682,-139376],[-312337,-135421],[-308301,-138187],[-319776,-130902],[-318687,-142097],[-313059,-141217],[-307633,-164213],[-309290,-159526],[-311275,-170377],[-307298,-170622],[-308944,-188270],[-308146,-182550],[-314033,-189087],[-317096,-186526],[-312104,-187238],[-318546,-191851],[-315226,-192458],[-315343,-191839],[-311964,-239567],[-315049,-241077],[-318144,-233854],[-313082,-233345],[-309758,-238098],[-307879,-74004],[-308621,-82105],[-313958,-83153],[-308992,-92796],[-307751,-112302],[-318071,-112880],[-322174,-139508],[-322567,-134140],[-324141,-141978],[-321740,-149363],[-328352,-146662],[-332000,-154308],[-331721,-161342],[-325675,-178654],[-321523,-177571],[-331092,-174490],[-323527,-183205],[-327154,-183058],[-325144,-189195],[-326451,-191056],[-328384,-187607],[-320431,-188451],[-321583,-183490],[-330488,-189811],[-324337,-193809],[-321218,-195022],[-320945,-233509],[-332727,-238230],[-335711,-149447],[-343616,-240080],[-344437,-241830],[-343802,-236183],[-338449,-235509],[-338779,-232278],[-340865,-235231],[-339923,-237764],[-339119,-354452],[-336409,-355753],[-337135,-353290],[-341045,-403154],[-353195,-189769],[-349078,-189677],[-349668,-184990],[-352962,-201286],[-352094,-197019],[-350961,-195239],[-352391,-205408],[-354069,-209593],[-357535,-225779],[-356451,-228287],[-352586,-229887],[-356177,-252686],[-355739,-250752],[-357219,-252190],[-353756,-251878],[-367991,-175973],[-368226,-216356],[-359130,-211271],[-363761,-214290],[-359824,-217103],[-359184,-213746],[-369289,-222672],[-362499,-224527],[-365824,-219777],[-358459,-226058],[-366828,-217699],[-13108,-178189],[-381149,-116669],[-377741,-394307],[-383638,-402974],[-375668,-399011],[-379244,-83818],[-382010,-94969],[-379719,-94880],[-381055,-97901],[-391444,-125538],[-394567,-126316],[-384789,-116417],[-392817,-120406],[-395535,-378563],[-393324,-393229],[-396204,-390415],[-386709,-406788],[-385350,-404439],[-388226,-97724],[-393201,-92877],[-385666,-89437],[-388587,-90091],[-388714,-90921],[-391079,-110799],[-394449,-113737],[-393945,-114042],[-390026,-113806],[-403042,-393768],[-408915,-391282],[-401824,-397091],[-398726,-93735],[-400088,-99833],[-397805,-108215],[-397674,-112296],[-401410,-113795],[-415725,-391979],[-413361,-390781],[-415650,-384287],[-441431,-185348],[-444551,-183681],[-447464,-198046],[-435772,-246150],[-441379,-335509],[-443029,-335749],[-444972,-85488],[-446621,-82757],[-458135,-139570],[-456930,-141283],[-457334,-155351],[-456138,-163786],[-459295,-154300],[-454778,-177253],[-459660,-61578],[-459036,-61681],[-459694,-61348],[-456877,-69757],[-455834,-72317],[-456861,-71179],[-455873,-68747],[-456646,-69180],[-457062,-73597],[-459054,-72632],[-455480,-79387],[-452675,-77548],[-451461,-84909],[-451073,-85932],[-457859,-88569],[-458622,-100311],[-459040,-98161],[-456850,-100918],[-455446,-90214],[-458544,-94520],[-456007,-90854],[-452763,-95933],[-463616,-140258],[-462974,-139598],[-466313,-135237],[-468046,-140668],[-464058,-158227],[-471920,-158859],[-467906,-163909],[-462397,-160739],[-466001,-163197],[-472649,-175492],[-473002,-191393],[-471963,-197823],[-462469,-195595],[-466782,-195230],[-465213,-211374],[-472601,-360475],[-471427,-25087],[-471308,-24150],[-468777,-50211],[-468539,-42853],[-467618,-45694],[-469335,-60057],[-469710,-59268],[-461093,-57633],[-461464,-58080],[-461486,-57422],[-466126,-51198],[-466025,-68073],[-463329,-68793],[-467541,-64795],[-461185,-86740],[-464348,-84919],[-466498,-91342],[-467654,-89830],[-466372,-99434],[-466084,-102113],[-476690,-136201],[-478563,-152825],[-477895,-158066],[-484250,-171664],[-478333,-171695],[-484026,-182901],[-478277,-183130],[-477696,-181792],[-480221,-199299],[-475654,-200661],[-474425,-212040],[-473650,-214886],[-481160,-208954],[-481806,-218550],[-474448,-34163],[-486508,-150021],[-490976,-172761],[-493297,-178556],[-489013,-182980],[-493848,-198132],[-494348,-201128],[-488164,-216159],[-493980,-223453],[-487896,-225994],[-497417,-436671],[-498551,-436082],[-510961,-138666],[-506905,-149274],[-499552,-156463],[-502423,-171920],[-510679,-177717],[-503058,-190248],[-506818,-186643],[-504861,-186583],[-503719,-193085],[-505139,-201650],[-502741,-203604],[-506318,-215438],[-505368,-210629],[-506096,-209221],[-503074,-210345],[-499882,-206756],[-511996,-212963],[-500597,-222042],[-510962,-226581],[-505133,-466774],[-502588,-470292],[-506274,-61508],[-508090,-76111],[-502268,-65981],[-500172,-87719],[-500635,-86849],[-506451,-92342],[-500896,-102075],[-523528,-119459],[-516753,-138826],[-513775,-149361],[-517992,-141706],[-515421,-152057],[-523657,-162789],[-516696,-153426],[-519135,-167122],[-522854,-170373],[-519797,-177614],[-514642,-204313],[-517838,-203661],[-521045,-215697],[-524259,-214581],[-520317,-460584],[-524682,-472265],[-519630,-475900],[-518337,-53928],[-518476,-53583],[-522568,-71986],[-515920,-70494],[-522167,-77650],[-516187,-81363],[-512042,-79710],[-521265,-100117],[-516848,-110292],[-523679,-114379],[-518590,-108490],[-515019,-108735],[-517855,-107573],[-520289,-103975],[-517949,-112417],[-517492,-107061],[-518825,-109023],[-515656,-105371],[-522794,-105108],[-515641,-109566],[-527698,-119926],[-527321,-119119],[-524811,-118778],[-533779,-135806],[-528796,-132069],[-533286,-148241],[-531365,-151544],[-527475,-147073],[-534171,-169937],[-535714,-180513],[-529585,-183194],[-528828,-195587],[-530648,-444062],[-532200,-65535],[-526243,-65001],[-532509,-70543],[-532652,-71101],[-531795,-71527],[-532164,-71996],[-531387,-81771],[-533522,-86251],[-533634,-84476],[-534160,-84071],[-527644,-80858],[-532571,-90013],[-537192,-90512],[-534627,-89958],[-535308,-90572],[-532486,-90299],[-533060,-94164],[-528979,-95697],[-533361,-92741],[-535669,-96599],[-535912,-96569],[-535677,-104920],[-535485,-105742],[-527992,-109398],[-528467,-108031],[-528415,-108240],[-530280,-111667],[-528042,-110071],[-531172,-112007],[-529899,-111774],[-539929,-136043],[-542440,-166231],[-541615,-166497],[-537931,-87666],[-538399,-101092],[-556889,-133568],[-558705,-152093],[-561935,-161661],[-553685,-171519],[-555256,-172455],[-38792,-251890],[-57286,-223079],[-70604,-188384],[-73417,-192253],[-70625,-278905],[-85880,-162928],[-82351,-160915],[-85758,-166345],[-84105,-174500],[-89554,-179715],[-88785,-189949],[-80730,-187305],[-83580,-179452],[-87585,-214071],[-81613,-212396],[-87910,-208724],[-88121,-221364],[-86806,-223781],[-79798,-227138],[-84041,-237996],[-87286,-234907],[-89102,-237277],[-80240,-234785],[-88623,-232365],[-87564,-289747],[-90795,-150826],[-93641,-144132],[-98832,-152805],[-91672,-154651],[-100180,-157246],[-92700,-165725],[-90866,-157955],[-98764,-168568],[-101483,-168064],[-102198,-169103],[-97848,-170600],[-90075,-171990],[-93740,-176955],[-101584,-175344],[-93837,-179301],[-94462,-189866],[-90046,-187262],[-98901,-191748],[-91922,-207901],[-93130,-218650],[-97579,-225287],[-101737,-238621],[-96668,-236142],[-93127,-282288],[-107818,-154990],[-105757,-159981],[-105792,-193881],[-111756,-260456],[-104328,-265105],[-102788,-282184],[18708,-266606],[35260,-203100],[45433,-197271],[53967,-371308],[740902,388105],[742054,383847],[740132,394022],[739728,393464],[742149,393118],[738874,416730],[738330,418595],[736742,423843],[753367,383175],[754382,383043],[747371,392678],[745518,396289],[748216,392194],[751259,401725],[754941,403465],[748459,409395],[752717,418763],[745838,410535],[744117,426654],[754850,426087],[763314,389680],[757870,390424],[755869,408395],[766442,400220],[762934,410275],[763068,410265],[756526,423779],[776715,393958],[772015,389516],[781423,399160],[773390,411242],[-124131,-252677],[-122241,-248830],[-117103,-245658],[-119431,-252478],[-126302,-257361],[-122200,-523870],[-122501,-518968],[-123280,-525130],[-119895,-549942],[-119386,-549829],[-120529,-630977],[-121299,-628580],[-121847,-630651],[-124407,-643836],[-125671,-644375],[-131753,-256619],[-138735,-276663],[-131508,-548364],[-132605,-548324],[-135860,-546025],[-140017,-545005],[-131679,-555897],[-138938,-625249],[-137597,-625231],[-130694,-636156],[-149889,-273668],[-152021,-274457],[-144311,-281172],[-145719,-275858],[-151244,-283366],[-149320,-282529],[-152061,-285291],[-150449,-288729],[-143746,-286713],[-148004,-291357],[-142899,-543092],[-144237,-546046],[-147223,-545202],[-144424,-540134],[-143206,-539766],[-150560,-554808],[-142595,-624387],[-148372,-660991],[-147570,-659253],[-147078,-659009],[-147861,-662358],[-165330,-241413],[-163152,-242752],[-161504,-248976],[-163061,-252129],[-157375,-274353],[-158169,-276448],[-163230,-276431],[-162178,-269848],[-156721,-278063],[-163542,-281292],[-157091,-285004],[-156029,-291083],[-160037,-548215],[-160431,-548538],[-157068,-541785],[-159771,-540071],[-158362,-552487],[-163086,-564724],[-160170,-642004],[-176703,-254802],[-167398,-246865],[-177269,-260248],[-167847,-276440],[-176996,-276165],[-174805,-282965],[-177644,-281521],[-175254,-467294],[-178633,-481624],[-177275,-477926],[-173068,-494475],[-177242,-492701],[-174172,-492658],[-177903,-487664],[-175198,-500279],[-168318,-567671],[-177290,-642262],[-176420,-641290],[-176062,-641756],[-176436,-650254],[-178654,-646616],[-174842,-646198],[-190844,-231839],[-185275,-237534],[-190926,-239479],[-188302,-253357],[-184565,-246650],[-186306,-245331],[-190437,-266064],[-188095,-262501],[-187026,-262400],[-186765,-266794],[-182317,-259024],[-183469,-258977],[-189387,-266768],[-183084,-269002],[-187522,-271911],[-189772,-291411],[-190882,-293129],[-186333,-290926],[-186549,-283362],[-186656,-282512],[-191105,-355209],[-187271,-359080],[-190994,-454973],[-189831,-453076],[-189432,-459945],[-190163,-463657],[-186528,-468679],[-186921,-467617],[-184201,-480578],[-191693,-484793],[-190367,-485250],[-186935,-492742],[-186270,-495938],[-188190,-507263],[-183554,-502108],[-188202,-499112],[-183560,-503337],[-184661,-516172],[-184872,-516834],[-188869,-534019],[-181111,-626321],[-182743,-622803],[-181879,-623561],[-180928,-622239],[-182263,-630356],[-181953,-632706],[-180981,-630892],[-180784,-629088],[-190886,-630280],[-191073,-632516],[-201933,-227132],[-195050,-240412],[-201586,-232768],[-200471,-251438],[-201338,-246968],[-204395,-253303],[-194688,-264271],[-200207,-262634],[-203143,-256916],[-204706,-261683],[-197098,-256159],[-196290,-273943],[-193033,-272122],[-197703,-274228],[-197432,-274261],[-197479,-272547],[-195107,-272151],[-199992,-293190],[-201002,-291009],[-201203,-293467],[-193039,-286735],[-198492,-293327],[-193802,-288418],[-195655,-292292],[-196601,-297580],[-203120,-315451],[-203676,-351967],[-201569,-354132],[-192832,-353915],[-192194,-355373],[-204101,-353758],[-204535,-356048],[-200786,-352935],[-204448,-353323],[-204758,-361273],[-192029,-360920],[-197439,-364926],[-199247,-366650],[-197137,-457118],[-194903,-458060],[-193001,-463133],[-200117,-467835],[-197165,-482186],[-193271,-478462],[-196922,-488772],[-197595,-486417],[-201342,-487474],[-197078,-495620],[-201180,-495133],[-200341,-505537],[-200502,-514496],[-200787,-516007],[-203166,-545590],[-192170,-622456],[-193744,-622304],[-192562,-623503],[-200514,-654543],[-217530,-228240],[-209538,-228518],[-212498,-229820],[-214299,-235937],[-215503,-231929],[-210825,-234375],[-214566,-239387],[-207471,-250989],[-212229,-247681],[-211217,-244315],[-206365,-243833],[-207001,-261123],[-206872,-261280],[-216026,-272554],[-204974,-271795],[-216155,-287993],[-215970,-281733],[-214430,-284628],[-207030,-287729],[-212736,-282183],[-215004,-287274],[-212681,-289660],[-216906,-312511],[-217532,-324458],[-213180,-326796],[-204907,-356224],[-205815,-360695],[-204964,-358694],[-215050,-481917],[-209407,-508888],[-205100,-509600],[-202606,-504631],[-211449,-540182],[-213676,-602376],[-216215,-601913],[-227546,-229234],[-223270,-234917],[-226077,-233131],[-224004,-240143],[-222203,-233229],[-229369,-245053],[-227510,-245242],[-220181,-245681],[-221720,-247485],[-225193,-268548],[-225257,-272117],[-227925,-277318],[-223190,-276751],[-221123,-274149],[-229051,-279008],[-228620,-291995],[-228666,-284938],[-221734,-284017],[-219301,-288515],[-225093,-292076],[-222379,-288694],[-226457,-285118],[-221738,-283488],[-219607,-281832],[-218218,-289947],[-220197,-306869],[-225570,-296364],[-228180,-308785],[-227634,-311811],[-229780,-318383],[-221300,-318576],[-224024,-322324],[-228005,-323755],[-219317,-323884],[-219121,-485152],[-218376,-486123],[-218051,-483410],[-228424,-491028],[-219249,-488584],[-226259,-537058],[-226973,-536891],[-222968,-534057],[-218148,-594519],[-226411,-601866],[-226194,-601627],[-240753,-216654],[-236313,-215981],[-235220,-215967],[-234549,-228870],[-231331,-226992],[-241908,-220412],[-239250,-219001],[-239779,-242735],[-239424,-230719],[-239936,-231977],[-231718,-230586],[-232770,-241859],[-241009,-235409],[-234368,-236609],[-242808,-242091],[-238301,-240026],[-242593,-248044],[-238056,-245352],[-243102,-250612],[-239774,-268166],[-235579,-268706],[-235482,-270988],[-240400,-276469],[-239192,-281343],[-238487,-280608],[-236399,-280114],[-239148,-269496],[-240858,-269162],[-237630,-271499],[-233080,-284363],[-234634,-289276],[-231518,-287414],[-234405,-283816],[-237862,-284028],[-233875,-291458],[-239220,-288785],[-240108,-282227],[-240666,-285510],[-234592,-304581],[-235565,-306897],[-237796,-297166],[-230808,-298918],[-236834,-307402],[-230559,-310277],[-233311,-316028],[-233340,-318352],[-239799,-326207],[-230994,-326192],[-235727,-321799],[-232451,-495413],[-233932,-494637],[-234128,-540959],[-240585,-557621],[-239215,-553567],[-240974,-555603],[-233538,-600462],[-232113,-598865],[-485,-329221],[-96,-328617],[-492,-332268],[-243355,-215763],[-248788,-213820],[-252562,-227759],[-248892,-225895],[-250401,-218854],[-243556,-230195],[-251820,-227969],[-255205,-223427],[-255076,-225458],[-253067,-222711],[-250040,-230822],[-243200,-241664],[-251386,-239417],[-252425,-238594],[-249651,-238750],[-250830,-238487],[-252333,-236225],[-253027,-237349],[-255650,-235416],[-254335,-232757],[-252934,-235668],[-254085,-230697],[-246745,-231598],[-249732,-235593],[-247285,-237593],[-250488,-232849],[-252640,-234598],[-246679,-248486],[-247396,-249831],[-244591,-261662],[-251078,-256825],[-249284,-256227],[-255298,-259333],[-251512,-268458],[-252045,-265625],[-244673,-273459],[-249303,-270056],[-244102,-280997],[-244326,-278996],[-247771,-271889],[-255456,-279721],[-255592,-272433],[-245336,-286897],[-249909,-286197],[-254453,-283494],[-249059,-283705],[-255759,-285515],[-245749,-281706],[-244631,-283105],[-246360,-283622],[-254659,-296741],[-248195,-297599],[-248652,-304361],[-244820,-306132],[-244818,-298925],[-254915,-302605],[-244221,-300046],[-252995,-294579],[-248680,-305728],[-251917,-315753],[-255038,-308272],[-244383,-322858],[-252378,-322036],[-256286,-460325],[-255918,-459816],[-247704,-601263],[-247648,-600289],[-254738,-93017],[-265550,-121493],[-258701,-119916],[-262610,-131847],[-256867,-200822],[-265512,-210644],[-259801,-215982],[-257690,-211675],[-266841,-209368],[-267656,-216192],[-268262,-214604],[-260931,-205964],[-268100,-218908],[-263194,-229092],[-261603,-218273],[-260172,-223869],[-262118,-227063],[-265091,-227186],[-264417,-223970],[-265453,-235077],[-259071,-231353],[-256089,-236104],[-265238,-242922],[-256323,-234965],[-260653,-234342],[-259580,-233881],[-260515,-234575],[-259274,-236376],[-259329,-235502],[-258721,-233976],[-257024,-235064],[-258434,-231497],[-266700,-231188],[-260575,-236627],[-262282,-236815],[-263818,-249894],[-267005,-253117],[-257200,-255167],[-259359,-251312],[-268703,-255382],[-262764,-252953],[-264345,-243533],[-268246,-258304],[-264511,-258649],[-257615,-262082],[-262059,-262522],[-264782,-266013],[-257014,-268349],[-259487,-275895],[-264298,-276977],[-259355,-286101],[-267488,-288908],[-260681,-283589],[-262941,-290442],[-268180,-295980],[-264966,-301610],[-265032,-300113],[-261816,-300653],[-258448,-302684],[-257875,-294388],[-264130,-296197],[-264388,-306779],[-258011,-308514],[-259688,-308223],[-259623,-315619],[-257295,-317278],[-261656,-311806],[-257065,-314238],[-259653,-318002],[-260329,-318435],[-265403,-319550],[-256453,-323579],[-259417,-323416],[-262768,-340593],[-256863,-460243],[-260556,-465027],[-257181,-598201],[-265428,-600208],[-264754,-599902],[-256104,-597935],[-256236,-600698],[-262628,-588659],[-258236,-602183],[-258186,-85632],[-262689,-88598],[-256550,-99668],[-267542,-100324],[-260306,-92608],[-273845,-119297],[-275859,-122229],[-277779,-121557],[-280041,-137032],[-278137,-133503],[-280773,-141122],[-281358,-146407],[-279345,-163411],[-277484,-156837],[-275344,-168253],[-281538,-173902],[-279970,-168000],[-271306,-185434],[-281264,-188316],[-278803,-179915],[-277391,-202375],[-277811,-206586],[-273414,-215830],[-272827,-210339],[-272577,-209315],[-270366,-213424],[-269233,-222793],[-274342,-229757],[-270800,-228730],[-270933,-235426],[-276417,-238587],[-277007,-239855],[-270570,-240308],[-270817,-239033],[-278477,-249874],[-269838,-244576],[-270987,-248092],[-279488,-247869],[-274498,-251059],[-273340,-251583],[-276353,-261377],[-275840,-265085],[-271774,-266186],[-270746,-268596],[-273191,-281255],[-277661,-271111],[-277353,-280207],[-269919,-275776],[-269349,-275878],[-272626,-271728],[-273754,-278320],[-272147,-285624],[-277351,-284236],[-274606,-289331],[-277376,-286805],[-270530,-299634],[-268886,-297278],[-272322,-302076],[-271874,-295034],[-271251,-346233],[-273425,-84666],[-277704,-84215],[-270559,-88379],[-280682,-81425],[-269011,-103619],[-285076,-118897],[-294371,-131339],[-284294,-129730],[-286466,-135748],[-290488,-152017],[-285641,-155057],[-287476,-176784],[-282367,-176094],[-287521,-168721],[-288497,-170085],[-291827,-191702],[-293050,-182190],[-286581,-180287],[-292818,-193834],[-288255,-202171],[-287773,-204285],[-292922,-198472],[-281803,-199603],[-283075,-196233],[-294080,-198739],[-286597,-196555],[-286626,-211247],[-291357,-204908],[-285810,-213669],[-284761,-209266],[-286542,-205837],[-286289,-207770],[-292256,-222342],[-293726,-220048],[-293260,-228730],[-292689,-225880],[-290329,-220468],[-286487,-226175],[-281745,-252156],[-283688,-276165],[-282041,-286232],[-288306,-81796],[-285217,-86104],[-292880,-78681],[-286073,-99400],[-286656,-102856],[-290613,-114477],[-281734,-113101],[-283717,-103684],[-287749,-111207],[-294559,-116662],[-298678,-125105],[-304694,-121591],[-307194,-115266],[-306977,-138979],[-306392,-137266],[-306436,-132154],[-296755,-144421],[-299233,-140964],[-304746,-164031],[-302684,-171972],[-300363,-171983],[-300001,-175644],[-307176,-169845],[-296702,-189852],[-298212,-185349],[-295725,-184751],[-300778,-179802],[-307046,-190019],[-302107,-191459],[-305263,-190149],[-300964,-193600],[-305070,-193300],[-300753,-215982],[-303671,-213840],[-306049,-213164],[-304561,-209698],[-302446,-219024],[-300278,-219853],[-299707,-224781],[-297481,-228910],[-298973,-219256],[-305072,-221160],[-303844,-227279],[-302675,-229113],[-305632,-237835],[-304683,-233477],[-299150,-241371],[-296107,-231114],[-301000,-238236],[-301025,-241332],[-305834,-240114],[-306424,-231791],[-306893,-230465],[-303024,-69532],[-299754,-85510],[-300665,-77643],[-298519,-82012],[-300594,-76664],[-295294,-100984],[-295635,-94717],[-302867,-94235],[-295450,-93677],[-301259,-103220],[-294682,-103363],[-299725,-106279],[-301146,-111243],[-307901,-126182],[-313350,-126254],[-310657,-137607],[-312354,-139699],[-319849,-132140],[-318913,-130504],[-308539,-162349],[-307228,-175562],[-310609,-189426],[-317127,-190771],[-315012,-190321],[-319565,-181477],[-315344,-189042],[-316426,-186592],[-312179,-187189],[-312672,-193726],[-309443,-219924],[-319995,-234243],[-316185,-235830],[-313251,-230249],[-307962,-237873],[-310934,-233271],[-311974,-243708],[-313011,-80006],[-316003,-105702],[-319562,-114541],[-321325,-139846],[-326683,-142184],[-324910,-151239],[-332506,-147908],[-323039,-154687],[-324999,-178684],[-321736,-175940],[-327364,-185148],[-324790,-180622],[-325775,-187512],[-329594,-184616],[-320411,-189613],[-323828,-180677],[-331130,-188335],[-324203,-193790],[-325055,-193710],[-321173,-195804],[-322532,-232098],[-335895,-165079],[-338177,-240709],[-340668,-237529],[-341279,-237078],[-338885,-231260],[-339839,-234376],[-345254,-240191],[-332860,-239174],[-350831,-188066],[-347945,-189715],[-351579,-184053],[-353987,-202752],[-352180,-196876],[-352973,-196148],[-351689,-205412],[-351721,-210520],[-358200,-226642],[-354489,-225620],[-352219,-231565],[-356410,-246832],[-355510,-253441],[-354269,-253097],[-354116,-250362],[-355349,-252087],[-368333,-215462],[-362200,-209922],[-362825,-211030],[-360721,-212884],[-359146,-216963],[-368173,-221994],[-363301,-225034],[-363265,-219759],[-371154,-218407],[-359245,-231419],[-364035,-245095],[-364197,-244013],[-362813,-256984],[-20295,-253792],[-20145,-253438],[-14088,-260260],[-14321,-345378],[-379538,-189051],[-381459,-190978],[-382016,-188466],[-376648,-192067],[-378544,-89360],[-380469,-84982],[-383134,-92009],[-382620,-92447],[-381106,-98255],[-378493,-89655],[-381151,-114906],[-383881,-110945],[-394646,-115180],[-392263,-115318],[-393137,-126695],[-393677,-115710],[-394059,-128521],[-396749,-176890],[-396295,-185859],[-394464,-181903],[-392297,-181637],[-396506,-182748],[-385889,-228141],[-386932,-227319],[-387041,-88407],[-395452,-80106],[-388106,-89920],[-388250,-95914],[-385186,-97203],[-393953,-92357],[-391803,-100771],[-390933,-112760],[-388589,-114086],[-388253,-107688],[-394225,-108487],[-397031,-175758],[-398050,-177268],[-397584,-174531],[-397035,-171279],[-397645,-168665],[-399433,-176970],[-398365,-184830],[-398468,-186450],[-400479,-180853],[-399002,-180479],[-401720,-74609],[-397206,-66947],[-399928,-87772],[-403911,-79501],[-399730,-96878],[-397285,-93221],[-398666,-96674],[-402411,-90980],[-401638,-97038],[-399875,-112815],[-403930,-110176],[-398941,-111416],[-414147,-127600],[-409821,-115016],[-410202,-353535],[-412492,-108712],[-416300,-111387],[-413348,-114730],[-411987,-102298],[-428104,-204174],[-442780,-181617],[-444423,-185643],[-446506,-185855],[-435598,-198364],[-435587,-199595],[-439711,-238573],[-440280,-513533],[-456432,-139534],[-460487,-138022],[-456887,-146751],[-460462,-149833],[-459676,-158797],[-458833,-164459],[-455237,-160521],[-448418,-163240],[-454041,-165909],[-452987,-156426],[-448808,-163540],[-448931,-191748],[-458242,-188113],[-458980,-181318],[-453127,-180675],[-454992,-188166],[-454464,-192190],[-451185,-196862],[-454440,-192517],[-450747,-215805],[-459649,-218923],[-450827,-226200],[-451227,-84303],[-458776,-78171],[-458008,-97191],[-460185,-96480],[-455524,-97300],[-453276,-95516],[-453790,-94071],[-455177,-91364],[-455329,-90430],[-465333,-140246],[-462738,-138378],[-461877,-139379],[-464351,-136641],[-461329,-148005],[-461257,-146267],[-464000,-156264],[-468286,-165943],[-472627,-160839],[-467595,-163390],[-470982,-166601],[-463213,-168037],[-466321,-171134],[-470951,-179743],[-460932,-181970],[-467666,-187349],[-464320,-182251],[-466988,-197155],[-469356,-201374],[-472973,-208938],[-463379,-205060],[-473528,-205921],[-468064,-216665],[-469195,-33803],[-465133,-52002],[-464767,-71497],[-463732,-79780],[-464190,-86442],[-466667,-78788],[-466214,-85532],[-467209,-78732],[-460813,-86901],[-467665,-89827],[-465640,-92174],[-466290,-104582],[-462835,-105702],[-466052,-106807],[-480833,-150430],[-478035,-148590],[-480296,-154958],[-480081,-155501],[-481902,-171438],[-481181,-170874],[-482052,-171781],[-478510,-186900],[-475361,-183646],[-483188,-187896],[-476647,-185486],[-475882,-198617],[-479903,-196160],[-480700,-195679],[-476587,-202683],[-485399,-211380],[-481921,-209685],[-484833,-217707],[-483204,-221043],[-480844,-227011],[-478700,-220993],[-483637,-233406],[-485529,-235573],[-478142,-83769],[-497556,-165680],[-492350,-166010],[-491068,-168169],[-498164,-178323],[-497527,-179759],[-495344,-183217],[-495866,-204584],[-496901,-199389],[-490715,-203274],[-497256,-198632],[-487965,-218280],[-488468,-219268],[-496566,-430143],[-489630,-456617],[-37079,-240084],[-32053,-282150],[-503130,-139561],[-510889,-149933],[-505248,-150360],[-511660,-162260],[-503695,-165431],[-505193,-172479],[-508037,-171776],[-506804,-180017],[-504763,-181308],[-504171,-180263],[-504202,-187611],[-499698,-191606],[-507718,-186115],[-500059,-193357],[-507874,-194435],[-501002,-200958],[-505552,-212355],[-507265,-207341],[-502301,-205556],[-510766,-213457],[-500975,-227621],[-502139,-470006],[-501775,-469559],[-501067,-473404],[-505014,-47748],[-506639,-44234],[-502468,-61112],[-505291,-70967],[-504653,-68529],[-503260,-76660],[-511021,-82536],[-499797,-98961],[-509289,-94906],[-509539,-95128],[-500749,-102373],[-511182,-105270],[-512945,-150291],[-517138,-142999],[-518021,-152214],[-520778,-165957],[-516100,-159860],[-516437,-159429],[-522303,-163947],[-514045,-162125],[-513273,-157711],[-524309,-165964],[-519243,-167305],[-521826,-175041],[-512790,-171048],[-514338,-172499],[-515610,-171903],[-518559,-177211],[-513875,-180024],[-524431,-179450],[-518722,-180101],[-520262,-186506],[-521561,-186024],[-514158,-197318],[-513902,-201765],[-517020,-202546],[-518321,-210417],[-515944,-210095],[-522268,-215523],[-512822,-213036],[-517951,-205583],[-515617,-217886],[-512843,-225392],[-514543,-227658],[-512204,-443268],[-521740,-474913],[-518775,-473486],[-519862,-477348],[-514244,-53683],[-519475,-70984],[-523091,-71086],[-521583,-67377],[-518323,-67624],[-524302,-76341],[-518707,-82096],[-521641,-77504],[-518555,-81982],[-513015,-79907],[-519596,-100245],[-512229,-93525],[-523586,-91966],[-519610,-100213],[-519335,-101036],[-519675,-109222],[-519902,-104547],[-518460,-105725],[-520762,-108149],[-519588,-108239],[-521714,-106168],[-515308,-108824],[-516078,-112496],[-526984,-126857],[-530796,-121178],[-532856,-133740],[-534425,-134426],[-529007,-132363],[-527659,-128551],[-526418,-131833],[-526645,-132880],[-532170,-150257],[-536875,-151051],[-528111,-150651],[-532473,-150265],[-530971,-159840],[-534819,-163095],[-534881,-169857],[-528807,-173204],[-530071,-177469],[-529478,-189322],[-528985,-192070],[-531721,-193031],[-525482,-59309],[-525391,-54333],[-525908,-59334],[-530404,-70134],[-526452,-64500],[-527367,-72692],[-526505,-64179],[-527064,-71717],[-532175,-88827],[-533236,-76913],[-527707,-81114],[-529458,-87201],[-537517,-98288],[-534690,-90214],[-536727,-89703],[-536271,-90843],[-529685,-90935],[-535079,-108967],[-536174,-107368],[-535675,-108773],[-535446,-109134],[-532646,-107558],[-539226,-136909],[-550172,-133173],[-548065,-136486],[-547892,-142002],[-537649,-174087],[-542234,-175066],[-542366,-180020],[-538473,-101572],[-538750,-91705],[-538019,-95517],[-557729,-135706],[-562847,-166576],[-551291,-170346],[-562035,-171556],[-563059,-168562],[-39699,-248257],[-38603,-248052],[-39067,-248615],[-75589,-165197],[-69153,-165125],[-71180,-191905],[-73737,-216748],[-75660,-232632],[-73512,-690266],[-73502,-689324],[-76181,-689923],[-73030,-691739],[-73392,-694729],[-72704,-692023],[-74999,-694484],[-74892,-692421],[-75370,-701654],[-84667,-165703],[-86010,-162994],[-83124,-160869],[-79714,-165263],[-80434,-169953],[-88132,-186577],[-78961,-186870],[-78030,-191819],[-87914,-211194],[-82287,-205781],[-84865,-210563],[-83163,-213846],[-87069,-209028],[-87641,-220190],[-88837,-229234],[-81188,-226842],[-82166,-229664],[-83128,-237487],[-81412,-232801],[-87891,-230600],[-87902,-522768],[-80029,-684917],[-80944,-683977],[-82508,-686077],[-79279,-688069],[-81201,-688784],[-81596,-687195],[-82860,-688120],[-85062,-689860],[-79585,-691499],[-84832,-694199],[-84866,-696842],[-81408,-694972],[-79500,-696397],[-78554,-693888],[-81193,-691371],[-81471,-702693],[-86749,-703142],[-77010,-702723],[-78010,-701707],[-84953,-704198],[-89284,-711945],[-89166,-709642],[-89447,-716242],[-87158,-713113],[-87355,-713113],[-81264,-712665],[-82438,-712155],[-81509,-711356],[-83342,-713622],[-84754,-712981],[-99732,-149814],[-90279,-151199],[-92019,-145860],[-92833,-159462],[-92394,-159101],[-92967,-166083],[-99447,-156894],[-98194,-166647],[-95435,-171134],[-91139,-175936],[-101208,-177189],[-93256,-181055],[-92276,-185168],[-90861,-187798],[-100272,-193350],[-92325,-207484],[-92929,-217778],[-98301,-225388],[-98289,-231982],[-95724,-232482],[-97175,-509318],[-97395,-510368],[-96743,-508458],[-90996,-515206],[-98650,-519903],[-97151,-513095],[-96692,-512862],[-89850,-514356],[-90658,-514389],[-94835,-690181],[-101326,-686888],[-98254,-689025],[-99269,-689463],[-101085,-689297],[-96578,-686710],[-96169,-684878],[-93297,-686007],[-91180,-685103],[-93550,-685460],[-93682,-679527],[-93728,-682783],[-94427,-681995],[-97226,-682470],[-95056,-681924],[-94754,-678459],[-95131,-680043],[-96859,-681984],[-98724,-680949],[-98554,-683941],[-94564,-686209],[-92402,-688507],[-90335,-702123],[-92616,-710071],[-93098,-715548],[-91557,-711933],[-92675,-713820],[-92021,-713317],[-90377,-713817],[-90960,-712377],[-90061,-710791],[-106403,-155407],[-106175,-158359],[-102612,-166433],[-104832,-168637],[-105827,-195945],[-110491,-243297],[-114822,-551813],[-114170,-552045],[34463,-207363],[62014,-251607],[63198,-248101],[60103,-253728],[59117,-260418],[63538,-259122],[55831,-345030],[725092,401876],[721272,397293],[724544,401588],[740242,389437],[741645,392533],[737404,392999],[739980,394647],[738913,417047],[741391,428194],[740481,423419],[747499,393070],[743624,388239],[750118,404977],[745811,421717],[746437,410043],[748903,415059],[746242,418440],[754671,412789],[742523,423311],[765207,383498],[756173,384834],[758471,390495],[766398,413903],[64226,-249752],[68497,-250684],[65896,-248821],[64032,-250171],[68606,-265999],[67985,-257634],[68348,-258990],[75897,-329089],[72157,-331940],[65126,-332529],[773608,391151],[773719,401251],[772196,404070],[781651,399211],[784827,400995],[785110,400686],[785711,399208],[77941,-333025],[77213,-337160],[100301,-191868],[101867,-207494],[99096,-256373],[99525,-352252],[102068,-355504],[94996,-355774],[95111,-352701],[106170,-213042],[105733,-215981],[112555,-221586],[103449,-336839],[104517,-337782],[116446,-211211],[115248,-224771],[-127126,134556],[-115649,136878],[-116836,134172],[-115278,131823],[-126170,131514],[-122872,132816],[-127192,129377],[-123125,138155],[-124457,139284],[-127482,139972],[-116730,105407],[-120004,106753],[-124189,111892],[-126812,114804],[-127391,108309],[-119487,113738],[-125604,114588],[-122850,111229],[-118538,109177],[-127688,111675],[-127299,113415],[-126652,121713],[-125420,122774],[-118818,121492],[-116724,121684],[-119993,120376],[-119454,118356],[-119126,116939],[-117903,119028],[-117601,116177],[-126466,116831],[-123826,122164],[-122661,122231],[-121069,122245],[-126285,118531],[-130655,137543],[-139979,140566],[-139185,135046],[-137735,134238],[-128246,136285],[-130507,130976],[-132417,129438],[-130082,140737],[-137738,149872],[-135254,146459],[-135294,149388],[-130643,146564],[-131486,112439],[-129211,110759],[-129001,108703],[-135388,112695],[-133729,109464],[-132384,108853],[-137410,114487],[-138221,115285],[-136867,111362],[-134378,112080],[-131450,128133],[-128454,124465],[-139258,120523],[-138857,116279],[-138971,118782],[-146136,135030],[-148977,136057],[-151135,133099],[-150041,133370],[-149927,140077],[-148810,138453],[-148249,137240],[-146219,129081],[-141833,143301],[-148317,149548],[-142591,142582],[-148885,141475],[-152418,147427],[-150271,145976],[-148000,146830],[-141455,147721],[-147050,150070],[-141539,150255],[-159819,133287],[-163651,130937],[-164227,132825],[-157970,131316],[-160850,131054],[-158131,133410],[-164032,128319],[-162902,129895],[-160331,128970],[-154774,143434],[-162716,127654],[-161652,127273],[-159092,126151],[-157463,125525],[-167718,132803],[-166400,132416],[-170494,138814],[-174473,134844],[-171012,133380],[-169625,131965],[-171294,140372],[-170309,142043],[-174271,142727],[-179689,139309],[-182374,138812],[-181832,140609],[-184260,139868],[-2913,57000],[-4289,56468],[-4508,55273],[-3802,54492],[-10952,63587],[-12153,66167],[-4210,69957],[-2579,76765],[-413,73496],[-5311,74941],[-10287,78839],[-259642,-54049],[-263146,-54597],[-259305,-56234],[-262804,-56782],[-260457,-54157],[-262330,-54466],[-263000,-55408],[-262922,-55985],[-262017,-56638],[-260095,-56347],[-259426,-55432],[-259513,-54856],[-261038,-54287],[-261749,-54390],[-259781,-58544],[-261995,-62388],[-260662,-64068],[-271989,-61557],[-271328,-61162],[-270645,-60770],[-269369,-62929],[-270059,-63328],[-270739,-63753],[-23394,30210],[-24695,45146],[-16500,69142],[-15859,67965],[-13695,66479],[-16057,73005],[-35910,33869],[-36687,32623],[-36701,31024],[-31864,32236],[-26780,36013],[-29127,29812],[-35496,35707],[-35307,36582],[-37997,36844],[-38103,36866],[-33733,38141],[-33496,37296],[-35719,36566],[-25896,44311],[-27385,43119],[-38056,46129],[-37904,44219],[-36589,46130],[-37205,43759],[-36412,43140],[-38365,46658],[-36650,46943],[-37293,46690],[-37883,47413],[-34631,46681],[-34298,46161],[-37538,41774],[-37648,43081],[-37800,44707],[-36425,44566],[-35124,44517],[-34457,43888],[-35557,47411],[-35230,48036],[-36524,48587],[-37344,48486],[-34100,47710],[-33139,47883],[-37935,49717],[-34614,45932],[-34163,44422],[-33301,45840],[-32575,44450],[-30592,45747],[-34047,42890],[-36048,42584],[-35621,43243],[-37228,42298],[-35997,50615],[-36967,50206],[-36670,49475],[-34965,49219],[-34126,48499],[-35471,49446],[-34329,39038],[-32366,59493],[-34562,59794],[-31335,63009],[-33372,63691],[-36927,62368],[-33870,64186],[-28169,63957],[-29752,60662],[-28279,76574],[-31115,76583],[-32268,75534],[-33504,74348],[-35864,74156],[-37370,72073],[-36302,71257],[-35468,70252],[-34927,69165],[-34511,70078],[-34874,70744],[-35777,71514],[-37713,72401],[-36694,72173],[-34606,68749],[-34867,64911],[-38522,37436],[-39411,36031],[-40067,35348],[-38740,35032],[-41251,37204],[-41697,37228],[-40452,37207],[-41489,38370],[-40618,37725],[-41115,37990],[-41805,38285],[-41626,38382],[-42249,46773],[-43748,47103],[-44330,44959],[-42817,44949],[-41007,44574],[-39622,44272],[-46952,45154],[-46082,50106],[-43462,45348],[-50011,45241],[-46596,51009],[-43994,42427],[-48657,45288],[-45268,45336],[-45429,44518],[-45945,49269],[-49283,44792],[-44438,47107],[-45032,47774],[-43438,44898],[-42335,44255],[-41763,45155],[-40070,44833],[-40148,43859],[-38444,43655],[-47235,44634],[-43722,43557],[-40147,43135],[-40421,42255],[-39077,46135],[-39863,46946],[-41036,47402],[-45059,48699],[-46538,50007],[-43964,44291],[-40539,46703],[-46216,45597],[-41291,48035],[-40110,48789],[-48410,44407],[-49617,47166],[-49104,47352],[-48771,47005],[-47919,46863],[-47496,47123],[-46854,47001],[-39513,48130],[-39509,46536],[-38915,44667],[-38475,49138],[-39398,48976],[-41154,49126],[-40323,50181],[-41203,49700],[-42057,49011],[-43220,50164],[-41506,50545],[-42077,50711],[-38935,41484],[-39789,41602],[-39490,40575],[-40132,40923],[-41093,40118],[-40147,39473],[-42484,39737],[-43298,41495],[-44391,40708],[-43545,40591],[-42849,40531],[-44983,39789],[-44703,39092],[-41845,39474],[-45965,40318],[-46443,39605],[-48936,47949],[-48615,48917],[-49241,48474],[-39513,50431],[-39038,50121],[-38831,50966],[-39713,51153],[-42499,38746],[-43931,51090],[-43432,51049],[-43147,50466],[-49972,55616],[-47319,55661],[-46506,55379],[-47290,52198],[-50561,55862],[-50439,57022],[-48220,58256],[-46871,56407],[-45487,51794],[-47167,54665],[-46363,51610],[-46351,52419],[-48407,59079],[-49058,59020],[-44041,54436],[-44597,55179],[-43654,54684],[-42837,52477],[-42977,53488],[-43220,53138],[-38757,75669],[-41176,76894],[-42181,76265],[-44253,74053],[-38780,72967],[-40123,73690],[-47616,73413],[-45285,73163],[-50182,71217],[-46535,70388],[-43758,71109],[-54936,59393],[-56589,64608],[-57861,67199],[-59964,65527],[-60065,70588],[-56625,71830],[-53733,73308],[-52803,70833],[-56275,69167],[-99250,73732],[-100642,75693],[-93895,67189],[-96872,67122],[-94244,91573],[-97339,93101],[-93432,94352],[-94518,113834],[-98882,112722],[-101584,109870],[-96466,113737],[-100825,116819],[-97512,116895],[-98459,115776],[-101874,119589],[-113142,131887],[-112732,134344],[-112957,108081],[-103073,113075],[-104528,108942],[-106663,106727],[-108509,106176],[-109893,108332],[-102971,114400],[-103462,121197],[-107924,120265],[-113379,122411],[-108339,122098],[-112246,120315],[-105621,118347],[-105314,123017],[-105994,126248],[-108815,127496],[8655,-34827],[6544,-32179],[11292,-32877],[2100,51037],[932,51358],[9177,60177],[7045,61746],[8261,61105],[6177,63175],[6580,59538],[6601,56727],[5154,56042],[3281,56198],[4966,60246],[3185,52007],[7036,76750],[11000,76136],[9929,75887],[10482,75970],[11926,76314],[6304,72544],[6982,73773],[7411,75639],[96,75309],[9904,65038],[10994,64745],[6620,79741],[18724,-37784],[14946,-36318],[14815,-34289],[17912,-35606],[21470,-37168],[21505,-38988],[24102,-38760],[25200,49274],[24999,46887],[24627,47868],[15094,57179],[16110,56354],[17311,56709],[14135,58065],[19331,59984],[18541,61119],[15896,63566],[15651,62503],[16249,73645],[13060,72282],[14906,72655],[17369,71795],[23108,72670],[21593,72015],[15232,70531],[13673,68567],[13897,64506],[14994,64210],[14977,73703],[17487,71043],[20633,81866],[13736,79327],[20163,82476],[24156,106936],[23839,110820],[30895,-38480],[26529,-43365],[28040,-43743],[29906,-44101],[31493,-44448],[33796,-44761],[26724,51054],[26106,50357],[29934,50789],[30568,49818],[32952,50321],[32226,49450],[32498,46140],[33546,45532],[34971,45218],[36116,45171],[37207,45464],[38229,46201],[37989,47357],[25925,45963],[32830,54519],[32360,55275],[31836,55976],[31192,56591],[37122,65527],[37275,67430],[37750,69486],[28429,65223],[27409,68520],[26652,69998],[27933,81233],[30071,81787],[32756,84421],[33827,85429],[34996,86292],[36565,87412],[32311,102047],[37764,112827],[31575,102658],[37867,108176],[32461,114942],[47128,-35311],[44474,-32243],[39186,-32976],[44394,-35302],[47276,-38559],[48470,-47676],[50213,-47812],[49070,-49671],[46515,-49330],[38823,71678],[40082,73339],[42989,88034],[42348,86184],[49620,89565],[50060,86268],[43693,108555],[50904,106854],[44220,115939],[43315,117655],[40519,120123],[52423,-47315],[55380,-46688],[58284,-45731],[55061,-48469],[51676,-49263],[60866,-47036],[58206,-47676],[51720,85950],[53351,86189],[57760,89688],[56731,88410],[51265,89888],[52445,90974],[52912,92214],[58591,98509],[56728,98164],[56557,96509],[55971,95271],[53293,104819],[64269,-46352],[-119895,-254572],[-124535,-248961],[-125960,-247330],[-122022,-256831],[-121597,-274572],[-127575,-284058],[-123333,-281779],[-120770,-296895],[-131428,-252245],[-138153,-276783],[-135913,-280440],[-130638,-277863],[-135311,-288259],[-148613,-271861],[-144574,-276626],[-143176,-280439],[-146984,-276489],[-152498,-283692],[-153393,-287766],[-153232,-294532],[-163067,-245811],[-161484,-250365],[-165995,-247911],[-160705,-251730],[-153964,-277155],[-158845,-275932],[-162306,-275872],[-160348,-269782],[-159718,-278603],[-165518,-281247],[-153683,-284810],[-159373,-283468],[-165138,-287523],[-165588,-286372],[-166656,-241435],[-178328,-255421],[-168221,-246368],[-177515,-263593],[-173109,-275547],[-174569,-274511],[-171794,-280982],[-177981,-282063],[-188910,-233434],[-187435,-237819],[-191218,-241590],[-188075,-251323],[-183219,-249602],[-190102,-244560],[-186662,-247032],[-187584,-261676],[-187175,-262030],[-184457,-265553],[-179214,-260887],[-184961,-260738],[-191514,-266476],[-191114,-265033],[-190347,-264633],[-182606,-270662],[-186925,-271436],[-189687,-279229],[-191293,-280051],[-191097,-280339],[-189176,-279010],[-185977,-293146],[-188558,-286691],[-191945,-287257],[-186174,-288549],[-189864,-295041],[-186954,-294455],[-191353,-354920],[-191365,-354179],[-190575,-353930],[-186561,-405004],[-181209,-430301],[-180788,-443734],[-204447,-228763],[-192906,-233870],[-193887,-238086],[-193303,-238635],[-192498,-253450],[-203285,-248311],[-200545,-249817],[-200918,-253732],[-202884,-265077],[-201614,-262874],[-194946,-268461],[-202771,-267303],[-201028,-279152],[-200955,-270464],[-197099,-269851],[-204720,-268942],[-199216,-278787],[-199237,-278503],[-198690,-277858],[-200128,-277293],[-198534,-276200],[-198166,-281355],[-203816,-271840],[-202811,-272167],[-196947,-281201],[-203932,-271231],[-202056,-288034],[-193699,-287170],[-200693,-289314],[-204644,-292614],[-199460,-281778],[-198141,-283968],[-197242,-283995],[-195310,-290980],[-195542,-294858],[-204396,-300729],[-197104,-302711],[-198770,-299967],[-197719,-309496],[-204672,-315217],[-192463,-354045],[-193789,-354071],[-202828,-352183],[-200313,-353575],[-203707,-361316],[-198158,-363395],[-199076,-365726],[-194609,-362780],[-203409,-366179],[-216546,-228237],[-206783,-226898],[-215896,-235354],[-207252,-236113],[-204920,-234630],[-207497,-252623],[-213963,-246382],[-212653,-243258],[-205740,-245565],[-207194,-260391],[-206894,-257089],[-204872,-268332],[-216199,-270988],[-209994,-276344],[-206108,-268688],[-215000,-278511],[-216545,-284921],[-217452,-287921],[-214241,-282225],[-205088,-288958],[-211932,-292769],[-210289,-289880],[-212522,-281642],[-213426,-290545],[-212984,-288451],[-207015,-291842],[-210243,-293494],[-211240,-294899],[-208814,-306738],[-210284,-314825],[-211961,-317792],[-215953,-322679],[-204835,-357783],[-222750,-225830],[-224411,-240867],[-224260,-231448],[-218348,-243562],[-219291,-247718],[-223837,-268667],[-228777,-277092],[-220728,-281144],[-217811,-274195],[-228953,-288180],[-229122,-288435],[-222821,-290527],[-226691,-284504],[-220744,-293356],[-224146,-281503],[-218371,-290900],[-218238,-306488],[-226114,-317066],[-220025,-314369],[-223019,-322467],[-227799,-324552],[-220005,-324450],[-221324,-328519],[-233940,-213600],[-231192,-217713],[-236787,-218368],[-233223,-241765],[-238850,-235132],[-233307,-238682],[-243000,-246136],[-236030,-248268],[-242682,-249682],[-243173,-250880],[-231917,-276613],[-231676,-272589],[-242074,-272022],[-240025,-275148],[-232127,-279193],[-239213,-280438],[-243060,-277322],[-235984,-280842],[-241211,-277999],[-232318,-284124],[-233392,-286800],[-231793,-288890],[-237932,-285426],[-232987,-292168],[-236817,-288998],[-239107,-283855],[-239210,-285089],[-242968,-283093],[-239993,-282568],[-238107,-303347],[-240464,-300733],[-234603,-294955],[-231681,-311778],[-231722,-308014],[-240472,-311782],[-240777,-319771],[-233755,-318050],[-239705,-332273],[-238860,-336375],[-232726,-385559],[-536,-319339],[-3304,-329999],[-4622,-331772],[-234,-330382],[-4229,-333058],[-282,-334430],[-254960,-224349],[-244907,-233670],[-255857,-233206],[-252553,-235467],[-254048,-234670],[-248553,-234397],[-249211,-234456],[-245293,-248604],[-244551,-248863],[-244816,-246830],[-246257,-248381],[-246969,-250750],[-246226,-250820],[-244071,-253236],[-245530,-254133],[-248272,-253749],[-248887,-252514],[-247052,-262309],[-250146,-257537],[-247211,-266469],[-254626,-258772],[-251741,-264347],[-246174,-270243],[-251915,-277174],[-254744,-274432],[-251673,-275312],[-248107,-277583],[-247591,-287848],[-250586,-285899],[-244160,-290360],[-246683,-287077],[-253536,-286638],[-253335,-282746],[-247850,-283222],[-243708,-281751],[-246383,-284087],[-253102,-282004],[-248791,-303863],[-247857,-295373],[-253633,-312568],[-243934,-310606],[-246446,-323980],[-243563,-320338],[-252241,-338618],[-248728,-405662],[-255213,-98403],[-264855,-115539],[-261659,-119571],[-260256,-134833],[-267324,-140206],[-256546,-234988],[-263509,-242793],[-263908,-250717],[-263920,-245511],[-266926,-252678],[-258320,-253197],[-262117,-251529],[-264003,-254688],[-267443,-258604],[-268107,-262345],[-265810,-259209],[-257154,-260107],[-260418,-261396],[-267486,-265868],[-260624,-281125],[-268574,-279925],[-258515,-278386],[-268646,-279266],[-262510,-269177],[-260111,-271428],[-263537,-275106],[-256662,-293824],[-259355,-285369],[-262867,-285201],[-264549,-291528],[-257773,-288906],[-267915,-295019],[-265304,-301689],[-264712,-297455],[-257644,-305020],[-258833,-300058],[-258387,-299994],[-261221,-308142],[-264708,-307700],[-264309,-320744],[-259618,-320916],[-256946,-325301],[-265078,-88293],[-259339,-100536],[-261962,-99231],[-259726,-92194],[-266125,-93968],[-258636,-114048],[-278551,-117193],[-273860,-127483],[-277521,-125472],[-278564,-129084],[-278563,-136960],[-280492,-145256],[-276675,-166097],[-277849,-161400],[-281486,-163333],[-280162,-158115],[-281265,-166864],[-281470,-172879],[-279900,-166517],[-279627,-191234],[-278910,-186565],[-277847,-201364],[-275969,-204406],[-269290,-224410],[-270331,-228489],[-271862,-231267],[-273769,-230525],[-277815,-245645],[-273992,-252169],[-277999,-266761],[-275084,-262015],[-270754,-262029],[-271424,-268394],[-268817,-275633],[-271618,-272079],[-273889,-274894],[-271907,-281664],[-269989,-286992],[-280414,-292460],[-273829,-290146],[-275231,-286785],[-280425,-287192],[-278597,-283245],[-268869,-299700],[-270440,-300937],[-269831,-297459],[-271604,-294215],[-271676,-298270],[-275857,-83123],[-274716,-95281],[-278010,-99667],[-275829,-112971],[-269541,-103056],[-289048,-119849],[-288476,-116829],[-283642,-128530],[-292512,-139032],[-289175,-129422],[-288639,-134794],[-292936,-148908],[-282239,-140898],[-288487,-148652],[-290266,-158389],[-285225,-174199],[-283402,-167841],[-285566,-188872],[-287900,-182580],[-291009,-190125],[-294160,-182735],[-284911,-183440],[-282254,-198566],[-292261,-203436],[-290400,-197476],[-287874,-193482],[-284628,-193551],[-292176,-216661],[-281916,-211206],[-284752,-209915],[-286231,-205700],[-289158,-208748],[-294340,-222899],[-289589,-217705],[-288071,-225102],[-282444,-248851],[-282272,-277533],[-288395,-82625],[-283076,-88374],[-291462,-80683],[-282475,-78885],[-288417,-93521],[-285289,-100552],[-284881,-103020],[-291298,-104556],[-282333,-112461],[-297353,-126720],[-306308,-123010],[-306732,-140004],[-306603,-138262],[-306024,-128753],[-298145,-142117],[-295653,-145279],[-306722,-160482],[-300324,-178979],[-305314,-172689],[-299047,-174430],[-298478,-176957],[-298081,-180604],[-306360,-185200],[-299544,-189567],[-303375,-191583],[-295897,-192893],[-297508,-196450],[-303634,-194738],[-302957,-192489],[-294657,-199784],[-303098,-214907],[-299762,-217122],[-306309,-211790],[-302005,-208468],[-303892,-212065],[-302970,-218194],[-300303,-220967],[-304007,-224964],[-302599,-227504],[-299373,-226855],[-295801,-228432],[-298504,-221038],[-302520,-223989],[-303247,-220087],[-306802,-226370],[-304619,-227595],[-305547,-235391],[-304512,-234304],[-300280,-240552],[-297872,-239749],[-302317,-241481],[-304867,-239395],[-305693,-240399],[-301888,-231046],[-304200,-230843],[-306739,-231115],[-301419,-70728],[-303737,-72890],[-298522,-75571],[-299034,-86104],[-296709,-84708],[-305962,-98456],[-294996,-96211],[-305669,-97119],[-302828,-104991],[-299554,-108295],[-318175,-118775],[-313026,-125272],[-319212,-137857],[-312585,-136905],[-309702,-140432],[-308138,-131081],[-319426,-141477],[-307243,-163073],[-310068,-160237],[-308608,-171874],[-308775,-170264],[-308244,-176267],[-311682,-190228],[-316977,-180638],[-313049,-189696],[-317280,-188010],[-311873,-193575],[-307795,-220865],[-314028,-242127],[-312028,-238410],[-317616,-236166],[-314417,-236609],[-313649,-232636],[-311427,-233312],[-309054,-481891],[-310802,-72336],[-311688,-81228],[-307391,-111246],[-323280,-126710],[-322823,-139277],[-321907,-134789],[-325072,-141921],[-322529,-151644],[-331670,-146164],[-328783,-144473],[-331686,-153313],[-323411,-153789],[-329988,-159236],[-324388,-175665],[-324886,-175779],[-324521,-180337],[-327503,-184455],[-325588,-183083],[-324004,-188672],[-322107,-189338],[-322100,-182522],[-332130,-188194],[-320826,-192348],[-326663,-194282],[-321473,-234011],[-321769,-108565],[-339705,-165670],[-335002,-238102],[-338189,-238671],[-341778,-237372],[-340530,-236070],[-341859,-238460],[-351368,-189532],[-348228,-190026],[-353271,-201785],[-351165,-197706],[-350687,-195350],[-349988,-205002],[-358194,-207788],[-352559,-209601],[-354086,-228007],[-353878,-231945],[-368612,-178011],[-366145,-213927],[-360882,-213672],[-361048,-215076],[-360153,-212149],[-359311,-229232],[-369654,-225097],[-358863,-224456],[-370239,-219838],[-360559,-224592],[-368780,-455922],[-16714,-248887],[-20749,-255933],[-24840,-353911],[-25120,-351680],[-24164,-353224],[-381502,-117229],[-378495,-85935],[-380769,-97244],[-387380,-115623],[-386641,-116323],[-393179,-115732],[-393129,-128398],[-392090,-127851],[-390302,-88821],[-384800,-94228],[-393315,-90764],[-384433,-91248],[-390296,-111202],[-389051,-113671],[-394808,-114590],[-401003,-94817],[-398590,-92512],[-400296,-98997],[-399544,-109380],[-397842,-114071],[-441803,-177042],[-447606,-185437],[-443027,-186335],[-458798,-158230],[-448861,-153567],[-457626,-166437],[-459257,-176409],[-456966,-187676],[-450266,-198565],[-455726,-198277],[-452922,-199048],[-449025,-193930],[-448084,-206878],[-459979,-61508],[-459350,-62000],[-471757,-133339],[-461430,-140550],[-463752,-139367],[-470411,-140735],[-463766,-162988],[-464362,-164957],[-470462,-163478],[-467530,-177756],[-467386,-169710],[-465017,-167086],[-470035,-176436],[-468756,-173565],[-466812,-174911],[-470604,-168175],[-466793,-170930],[-466941,-175538],[-463837,-176740],[-465450,-177354],[-468341,-179536],[-466898,-183970],[-462675,-181453],[-462042,-200217],[-473488,-221995],[-468866,-59403],[-461553,-57275],[-462863,-68613],[-467486,-64773],[-470686,-86806],[-479212,-151488],[-478398,-148411],[-485619,-165443],[-485567,-161853],[-478999,-166118],[-484300,-159708],[-478223,-177181],[-481764,-169008],[-476275,-176227],[-485893,-170319],[-481554,-172411],[-483121,-177966],[-473795,-168966],[-480010,-180841],[-476167,-179229],[-474948,-182191],[-474117,-182395],[-481263,-186883],[-474405,-33130],[-481678,-83441],[-478208,-83886],[-483682,-87600],[-493843,-154322],[-492071,-159175],[-491676,-162010],[-488274,-153519],[-487332,-174130],[-495335,-172316],[-486873,-181766],[-498663,-187441],[-486400,-188548],[-490949,-182052],[-493152,-199932],[-488465,-215112],[-487671,-217613],[-489500,-455353],[-487824,-92854],[-487826,-93174],[-31430,-263852],[-33316,-255811],[-33633,-285388],[-32702,-350560],[-34452,-355269],[-31953,-351725],[-33037,-353512],[-33840,-354133],[-26503,-351896],[-27747,-355160],[-28163,-356050],[-26749,-351567],[-28676,-352061],[-30583,-349776],[-28245,-352735],[-32511,-350787],[-29460,-355106],[-36741,-358785],[-36907,-359485],[-505320,-152579],[-509505,-152228],[-503524,-165824],[-504542,-161032],[-499671,-156138],[-501122,-178777],[-508119,-174142],[-510840,-169416],[-506085,-181201],[-510684,-181050],[-509172,-186571],[-500589,-181984],[-503489,-206560],[-500254,-209006],[-506323,-207940],[-501201,-204722],[-510128,-219130],[-501704,-471833],[-510397,-466351],[-510239,-473130],[-509113,-55991],[-508058,-59901],[-511792,-60330],[-503668,-59853],[-510491,-57649],[-513337,-51011],[-507069,-74347],[-506512,-86130],[-509463,-78770],[-511501,-77638],[-500771,-86815],[-499875,-93860],[-511101,-90089],[-506668,-92082],[-509891,-95355],[-510293,-97769],[-504781,-92532],[-505016,-93848],[-501451,-93126],[-502850,-105910],[-523401,-119606],[-519730,-146729],[-524719,-153097],[-516250,-162605],[-519155,-157754],[-521989,-163474],[-512580,-157692],[-513196,-156301],[-520578,-157838],[-518369,-159046],[-517886,-171270],[-524351,-174338],[-518131,-175778],[-522227,-179925],[-518045,-202903],[-522216,-214146],[-522332,-212572],[-518712,-232287],[-513199,-477020],[-512810,-62200],[-519660,-62335],[-514262,-53361],[-518523,-63674],[-523189,-71161],[-516656,-75403],[-517717,-68642],[-524044,-76401],[-522201,-77415],[-512956,-78164],[-519156,-79706],[-523380,-87880],[-512422,-79555],[-512884,-101371],[-520258,-97600],[-524749,-91562],[-516676,-112757],[-513148,-103615],[-523823,-104150],[-530057,-115530],[-525068,-125326],[-527289,-117192],[-526919,-116963],[-526796,-117349],[-529928,-120366],[-525081,-124957],[-529192,-121728],[-530239,-115027],[-527892,-122651],[-534221,-139173],[-532741,-139157],[-534445,-132773],[-529418,-137639],[-526991,-136620],[-530059,-132069],[-529209,-148019],[-527104,-145633],[-531505,-142238],[-534406,-147917],[-535945,-152121],[-524933,-153012],[-528705,-154787],[-531399,-154237],[-529492,-161308],[-530105,-159596],[-525527,-153435],[-526252,-172226],[-530422,-170019],[-529409,-174543],[-528042,-171092],[-531863,-177535],[-526686,-180657],[-528022,-464264],[-529320,-462334],[-528374,-60678],[-526463,-62832],[-527428,-71843],[-527508,-72520],[-531356,-67092],[-530175,-64059],[-532172,-70488],[-531874,-71124],[-530372,-114977],[-539151,-131954],[-540045,-133357],[-537951,-162091],[-541717,-174240],[-550645,-173100],[-51048,-262386],[-41533,-261453],[-45496,-364608],[-45475,-364904],[-39603,-361199],[-44459,-365467],[-50354,-370634],[-50974,-370646],[-50298,-371191],[-63284,-205352],[-56990,-251990],[-57121,-270448],[-55292,-370203],[-55598,-365452],[-51495,-358512],[-53193,-373608],[-57881,-376778],[-58039,-375422],[-55384,-376672],[-68549,-188854],[-73433,-194142],[-75006,-213434],[-67377,-277675],[-83950,-162201],[-86780,-167675],[-83391,-167410],[-88069,-177955],[-84160,-171298],[-86446,-187974],[-78870,-187078],[-86725,-179207],[-84717,-203615],[-88401,-211536],[-87431,-207980],[-84079,-226142],[-81525,-231887],[-88740,-285370],[-98166,-150796],[-92157,-151968],[-90397,-147151],[-99743,-155250],[-92995,-154799],[-89995,-154805],[-91663,-167626],[-100121,-168340],[-102083,-168117],[-97612,-172625],[-91437,-174401],[-90941,-175077],[-101594,-176648],[-90817,-179501],[-90828,-190150],[-96631,-193685],[-92760,-209135],[-91156,-217065],[-91191,-224356],[-101822,-240026],[-94515,-239892],[-90300,-232530],[-101194,-232762],[-96077,-239086],[-101832,-283186],[-92858,-284311],[-107509,-155743],[-104164,-159768],[-104275,-172319],[-104990,-197753],[-114358,-247830],[-106622,-254367],[-113239,-259027],[-108089,-265339],[-111675,-277565],[373,-317858],[3005,-317377],[2469,-317837],[4854,-315218],[4605,-315654],[8333,-309931],[7488,-310139],[395,-324800],[2283,-342356],[1756,-460613],[35505,-206795],[61989,-251900],[63665,-249647],[63510,-258884],[55588,-258677],[57669,-338232],[57673,-334984],[54052,-348059],[69143,-251420],[64615,-248820],[67014,-252062],[68627,-264844],[66589,-257022],[68721,-258803],[69058,-257604],[70434,-259666],[73779,-267264],[76259,-328524],[76766,-332758],[77489,-336214],[81534,-333712],[98909,-258473],[94643,-356277],[100791,-359049],[106348,-339391],[105113,-337307],[103268,-337621],[-126911,-254322],[-124418,-255230],[-129156,-252313],[-138196,-277040],[-137756,-282439],[-147556,-273732],[-149405,-273195],[-150377,-276100],[-145982,-278837],[-149060,-282866],[-149907,-293236],[-141863,-285140],[-165701,-242162],[-165959,-242982],[-163680,-251255],[-160508,-254050],[-156640,-276634],[-160612,-277802],[-164159,-274754],[-158993,-272486],[-159911,-279620],[-163593,-280970],[-157276,-285616],[-158803,-297946],[-169543,-245885],[-178502,-257787],[-178833,-261025],[-178597,-256908],[-177012,-276045],[-176523,-276776],[-169471,-276984],[-173240,-284137],[-177069,-282107],[-189844,-232601],[-187007,-236850],[-188903,-242010],[-183027,-252871],[-184298,-249090],[-191067,-244684],[-187945,-245634],[-188329,-265794],[-189717,-262696],[-184898,-263334],[-185757,-266803],[-182428,-258744],[-191676,-264177],[-190696,-267858],[-183462,-271744],[-185401,-272291],[-185935,-278952],[-191396,-280305],[-191125,-278256],[-190692,-277911],[-188861,-279288],[-188969,-290772],[-184591,-292023],[-201427,-227495],[-195389,-236229],[-194658,-241258],[-201262,-234562],[-203312,-242943],[-194148,-252928],[-203710,-246008],[-199392,-255444],[-203893,-260767],[-202079,-262751],[-201599,-258995],[-197643,-262660],[-197239,-263644],[-192764,-264538],[-192892,-267261],[-194983,-266139],[-197466,-267858],[-198076,-263397],[-200990,-278848],[-202106,-271439],[-199981,-270955],[-192234,-268877],[-203838,-275785],[-204291,-275469],[-202069,-273827],[-202332,-274706],[-200620,-271751],[-198578,-271139],[-203485,-284619],[-203672,-284503],[-200582,-293743],[-199535,-291800],[-198988,-287981],[-203315,-288043],[-193766,-288180],[-194402,-291515],[-192911,-294683],[-195065,-296302],[-196955,-298650],[-198288,-300796],[-201056,-305999],[-200955,-297309],[-198608,-310834],[-201305,-319485],[-207197,-230194],[-215943,-236894],[-217329,-231871],[-206116,-235988],[-216310,-231221],[-208576,-233026],[-213441,-243894],[-217451,-251606],[-207739,-256902],[-206904,-265118],[-208144,-257438],[-209231,-265438],[-207391,-267370],[-209863,-275298],[-205149,-269201],[-204823,-275573],[-208282,-274833],[-209741,-269507],[-211627,-270045],[-211080,-269622],[-207722,-275248],[-215014,-285984],[-214813,-293075],[-215206,-287941],[-211020,-289326],[-216118,-293509],[-215992,-295937],[-207944,-305091],[-216786,-316371],[-207108,-315225],[-215164,-310426],[-215763,-323011],[-218907,-229664],[-222289,-240487],[-221724,-231749],[-220434,-243867],[-223867,-255662],[-220811,-252128],[-221075,-251405],[-220586,-251809],[-219625,-251414],[-221403,-249764],[-217867,-251946],[-217969,-249772],[-222814,-248761],[-222250,-249100],[-219485,-268434],[-224342,-256443],[-223953,-256778],[-225235,-274083],[-225301,-277552],[-218814,-274623],[-218183,-279038],[-225674,-290127],[-223348,-287370],[-225557,-283020],[-229745,-281514],[-230016,-290735],[-223130,-292809],[-225228,-282007],[-218815,-283824],[-218131,-291415],[-227447,-305479],[-217845,-297975],[-218271,-302603],[-224184,-299122],[-227523,-308599],[-222823,-318720],[-228312,-320216],[-225356,-322665],[-218900,-324184],[-237788,-215363],[-235414,-215839],[-237769,-237339],[-233074,-239733],[-241184,-242031],[-238832,-237489],[-235470,-243202],[-237201,-248377],[-230811,-269548],[-240631,-274105],[-232549,-276664],[-237818,-278333],[-234991,-279112],[-242056,-280809],[-234976,-286589],[-232511,-286327],[-233054,-281552],[-235175,-282366],[-238541,-285283],[-239118,-283044],[-239937,-286214],[-242612,-284302],[-240852,-283873],[-234852,-290833],[-241470,-305351],[-236226,-306989],[-235334,-296762],[-231945,-311879],[-232731,-307209],[-232828,-319743],[-242878,-313460],[-234773,-322835],[-239859,-337205],[-240048,-332882],[-240262,-336397],[-251481,-229105],[-254472,-224430],[-243930,-231198],[-254329,-233377],[-248131,-231038],[-250696,-235344],[-246174,-238514],[-253622,-234940],[-248726,-235030],[-244730,-249286],[-245202,-251036],[-243412,-249822],[-247128,-248835],[-245381,-254403],[-244194,-254963],[-243297,-246557],[-252060,-255579],[-248073,-256228],[-245752,-260426],[-252204,-257581],[-255345,-263330],[-243212,-276414],[-246847,-268789],[-244778,-271573],[-246708,-275320],[-246302,-272768],[-253949,-281255],[-253693,-275046],[-247018,-277387],[-252125,-284241],[-253556,-287466],[-249201,-287248],[-244996,-292538],[-254783,-283073],[-246477,-293367],[-250463,-282317],[-247447,-282536],[-246082,-282487],[-248128,-283864],[-246684,-297725],[-253693,-296432],[-248943,-298278],[-243475,-301118],[-253122,-318344],[-244112,-317555],[-247613,-331996],[-254704,-327927],[-254342,-103378],[-258300,-123392],[-263779,-137294],[-265221,-134300],[-268646,-143443],[-260670,-229404],[-267599,-226238],[-258140,-235369],[-261888,-241706],[-263304,-246785],[-268649,-251680],[-257790,-252974],[-259460,-250828],[-261892,-257235],[-263361,-256655],[-261046,-261401],[-266470,-267791],[-256958,-280724],[-263668,-278749],[-267421,-278542],[-264923,-272648],[-261948,-279073],[-258931,-270105],[-264776,-276331],[-267854,-275051],[-265949,-284514],[-260104,-283586],[-263365,-290413],[-256057,-287350],[-258710,-284551],[-265495,-295901],[-268468,-298965],[-258345,-296924],[-268426,-296723],[-261595,-309486],[-259071,-311994],[-262202,-320967],[-258309,-324591],[-256509,-337910],[-268763,-605259],[-256224,-88717],[-258683,-94977],[-267169,-103247],[-258945,-110928],[-274532,-125148],[-279259,-139601],[-280626,-136383],[-276625,-136659],[-280683,-160303],[-281454,-161558],[-280182,-157826],[-274667,-167249],[-280840,-172409],[-279920,-167221],[-280785,-191190],[-281276,-186132],[-278267,-180995],[-279270,-194697],[-279150,-196063],[-276077,-201735],[-278297,-205034],[-278372,-212327],[-271080,-223382],[-271290,-227086],[-273312,-231512],[-279625,-251158],[-275878,-247125],[-276846,-253601],[-275310,-250172],[-279680,-264925],[-271106,-263650],[-275706,-271148],[-281479,-275250],[-272776,-274405],[-269247,-282470],[-271244,-282109],[-280386,-283876],[-269188,-289649],[-281117,-289294],[-271500,-288623],[-277538,-288194],[-281467,-286112],[-278021,-283443],[-270845,-301070],[-271465,-294795],[-274260,-300000],[-276490,-348508],[-274301,-346847],[-275815,-586901],[-270430,-86441],[-275727,-84270],[-269155,-95376],[-272001,-92010],[-275290,-100189],[-273845,-99349],[-270491,-90835],[-277290,-113989],[-290709,-127454],[-283327,-125982],[-290907,-122044],[-283177,-122557],[-283497,-129483],[-289466,-131428],[-293175,-152950],[-286892,-150715],[-286271,-155421],[-294076,-157259],[-290811,-157040],[-285888,-173942],[-281928,-166407],[-284286,-167402],[-284958,-190944],[-284899,-188185],[-288521,-181839],[-291001,-187764],[-287456,-191005],[-294271,-183104],[-284699,-183137],[-284244,-201368],[-293945,-199747],[-290357,-196661],[-285648,-195405],[-284376,-195038],[-293086,-205318],[-282495,-207887],[-284163,-205597],[-288969,-207948],[-291331,-224459],[-292367,-220879],[-292699,-224818],[-289260,-218055],[-289758,-224636],[-288027,-79589],[-284271,-88391],[-290771,-81545],[-291311,-88593],[-282436,-80568],[-290797,-101173],[-293867,-100013],[-281660,-100303],[-283406,-103171],[-285399,-106865],[-284873,-111413],[-287847,-114681],[-299142,-123516],[-303530,-121867],[-304707,-129794],[-305815,-136399],[-298983,-133799],[-301930,-139742],[-295912,-146114],[-304261,-162252],[-304447,-178437],[-303857,-171587],[-302211,-175939],[-296845,-174329],[-298654,-187755],[-299165,-186503],[-301629,-188372],[-299805,-190233],[-304396,-191786],[-307042,-192391],[-300630,-192121],[-295533,-193962],[-300336,-193690],[-305837,-195740],[-303607,-214694],[-298484,-216599],[-302224,-213493],[-304383,-213652],[-305140,-212462],[-302998,-207378],[-296264,-223230],[-301879,-217965],[-300815,-218672],[-304369,-223695],[-301861,-227556],[-297746,-226823],[-294938,-227613],[-295642,-221967],[-302134,-223299],[-303630,-220141],[-305233,-226823],[-301521,-233345],[-300582,-240424],[-296741,-230604],[-299104,-234852],[-304167,-241114],[-306751,-239760],[-302728,-231122],[-302607,-244286],[-304233,-465587],[-306131,-466522],[-306310,-465708],[-303824,-465170],[-303164,-71795],[-302607,-73484],[-298966,-78654],[-298504,-86418],[-295576,-79051],[-305261,-95783],[-301414,-102252],[-300681,-112265],[-302394,-108178],[-303329,-112476],[-294932,-112153],[-317582,-119051],[-313326,-137192],[-308131,-140267],[-319696,-128218],[-311785,-142258],[-310507,-171592],[-308087,-170928],[-318908,-178578],[-308471,-190509],[-319998,-182414],[-314812,-186509],[-316359,-188117],[-312103,-188454],[-313685,-194996],[-308076,-220805],[-314859,-240355],[-314491,-241324],[-307666,-231059],[-309650,-231597],[-307284,-235650],[-318948,-236533],[-316743,-236051],[-312710,-231560],[-307737,-235372],[-311145,-234129],[-316223,-468149],[-310209,-470646],[-308950,-471216],[-308761,-470130],[-309588,-470351],[-310828,-81216],[-313174,-84683],[-315079,-105607],[-314727,-114707],[-324501,-137888],[-323525,-134665],[-325861,-141984],[-325266,-150075],[-326542,-148289],[-332350,-160462],[-325828,-156796],[-332350,-160462],[-322338,-174706],[-327279,-176386],[-323193,-184976],[-325235,-181264],[-325267,-187884],[-323002,-186151],[-328979,-191486],[-328335,-192904],[-322242,-195528],[-325834,-232056],[-322297,-231811],[-322009,-104506],[-333165,-148238],[-336568,-166400],[-332836,-187044],[-335738,-237249],[-338911,-239379],[-340671,-236531],[-344261,-235622],[-338918,-235098],[-339855,-232160],[-342946,-236252],[-342768,-237765],[-352266,-190051],[-350668,-184959],[-348210,-189020],[-354123,-201434],[-352399,-194429],[-350434,-206672],[-353949,-209779],[-357339,-228500],[-357826,-226349],[-352796,-231148],[-346814,-241959],[-365701,-212533],[-362694,-208787],[-361249,-210678],[-360229,-213193],[-364308,-215683],[-370736,-222808],[-361030,-225818],[-370553,-218556],[-361886,-221104],[-360205,-217630],[-381711,-115193],[-377997,-89250],[-378970,-86910],[-383380,-92942],[-381671,-92412],[-378376,-93586],[-380965,-95142],[-396314,-125199],[-389719,-115020],[-395326,-119165],[-387414,-88005],[-390372,-88400],[-395467,-79402],[-386721,-97677],[-394340,-92095],[-384726,-90711],[-392510,-111882],[-391241,-113056],[-388640,-111936],[-390084,-110370],[-408674,-116022],[-402075,-129376],[-399422,-75027],[-397854,-67793],[-401846,-89315],[-398141,-77419],[-403428,-79822],[-400409,-94066],[-398578,-95285],[-402956,-98328],[-413579,-117293],[-411113,-104471],[-414508,-108900],[-410692,-110419],[-442001,-184563],[-439702,-233489],[-460626,-141639],[-460569,-162433],[-459380,-179635],[-453633,-192509],[-454026,-209666],[-452299,-71905],[-451926,-72556],[-460566,-97912],[-466122,-139750],[-464956,-163530],[-464525,-172338],[-473574,-176118],[-473219,-170960],[-465887,-177606],[-463295,-177871],[-466955,-179962],[-466635,-180069],[-462973,-180158],[-466191,-211089],[-463822,-75427],[-464138,-75762],[-463965,-76205],[-464026,-79788],[-467656,-90679],[-472003,-99718],[-479960,-148851],[-479991,-151656],[-485771,-152998],[-478271,-157650],[-481527,-164445],[-481705,-157177],[-481761,-154490],[-480249,-158059],[-479202,-159344],[-474709,-177067],[-481463,-178604],[-481393,-170456],[-483543,-173966],[-481570,-184553],[-478927,-184386],[-476431,-220631],[-484399,-449891],[-474589,-75673],[-481357,-83418],[-483547,-87349],[-487159,-152620],[-487749,-162561],[-490835,-157290],[-493375,-163163],[-490142,-154613],[-491431,-169396],[-496740,-167759],[-487741,-174490],[-486478,-169555],[-492748,-166413],[-491368,-172549],[-490458,-184290],[-491683,-205945],[-495495,-437457],[-498808,-72221],[-496812,-90679],[-496647,-90925],[-510746,-138971],[-511134,-151852],[-511091,-153896],[-502016,-154389],[-510012,-177015],[-506382,-191504],[-504470,-190764],[-503092,-214000],[-511084,-210395],[-511898,-218433],[-500780,-472317],[-501212,-44889],[-501402,-44926],[-508502,-63209],[-502289,-61689],[-507111,-74078],[-509467,-74452],[-501028,-72951],[-503381,-76342],[-499219,-72514],[-505671,-79228],[-506622,-86363],[-511504,-77785],[-505962,-79244],[-511153,-88267],[-507356,-95505],[-501716,-90833],[-510804,-90037],[-501445,-93327],[-508138,-93906],[-499743,-98432],[-503350,-104924],[-520797,-141041],[-522174,-143047],[-516734,-163704],[-515456,-154429],[-519584,-157596],[-515065,-159882],[-521681,-171096],[-518045,-200660],[-516780,-213431],[-515484,-210758],[-517501,-473750],[-513195,-50269],[-515736,-70485],[-518350,-67488],[-524169,-75387],[-523388,-87529],[-513211,-90613],[-515213,-102004],[-514341,-95737],[-512290,-94127],[-532138,-134970],[-532833,-130910],[-537214,-133091],[-533110,-134580],[-532766,-128289],[-526114,-148985],[-526840,-145366],[-536351,-141874],[-537269,-151501],[-530050,-156907],[-525663,-156762],[-533185,-158815],[-527441,-157452],[-529118,-160354],[-534732,-166224],[-532862,-461322],[-525331,-54439],[-525653,-70375],[-530467,-111499],[-538387,-138983],[-540019,-132925],[-541862,-130298],[-538394,-149161],[-542066,-179038],[-557562,-145802],[-555312,-161487],[-69719,-186881],[-75966,-192911],[-69122,-218142],[-70100,-219318],[-76011,-233884],[-89584,-151868],[-87977,-163197],[-83049,-162245],[-80076,-166989],[-85123,-173777],[-87941,-187085],[-86820,-188087],[-83407,-190909],[-82368,-203854],[-82728,-208895],[-83755,-212211],[-86879,-208980],[-88036,-219461],[-88097,-235238],[-88020,-236597],[-83142,-233682],[-93397,-151103],[-93144,-147991],[-91843,-156786],[-96060,-169985],[-93136,-174078],[-90676,-174310],[-102206,-173797],[-92737,-179990],[-100589,-194277],[-90972,-213501],[-92016,-210459],[-95235,-218840],[-91802,-223871],[-100897,-228285],[-97361,-241025],[-99694,-230946],[-93691,-233702],[-102942,-165396],[-105176,-156497],[-105563,-161528],[-105531,-171077],[-103249,-173298],[34730,-202587],[43192,-195590],[99564,-258620],[-118116,-250535],[-118020,-253232],[-116610,-248719],[-122163,-270935],[-116168,-271885],[-119599,-281195],[-124844,-276981],[-122076,-288865],[-121181,-297550],[-128832,-254108],[-128510,-257854],[-136897,-276139],[-136185,-280821],[-132056,-281929],[-136144,-288820],[-150472,-272851],[-144520,-275733],[-144107,-282448],[-152743,-284617],[-143299,-282211],[-151818,-282635],[-142851,-281481],[-150715,-289234],[-141502,-285826],[-165210,-240108],[-165116,-242871],[-164856,-249984],[-161955,-250612],[-154015,-276220],[-155350,-274020],[-163980,-280210],[-162818,-277655],[-160388,-273253],[-159830,-283779],[-157425,-292643],[-164523,-290559],[-158258,-296574],[-161599,-298980],[-155074,-456802],[-177956,-254619],[-168483,-248004],[-172547,-273178],[-171589,-274938],[-171205,-279890],[-172399,-278794],[-175052,-273650],[-177373,-282171],[-167832,-287130],[-190448,-232157],[-187928,-237434],[-186959,-254560],[-188751,-245836],[-190966,-263631],[-185249,-263437],[-181067,-260185],[-179957,-261593],[-186056,-261442],[-189777,-269432],[-186194,-269315],[-184193,-270172],[-184784,-274901],[-179393,-276148],[-184104,-281056],[-190244,-291604],[-188781,-291720],[-190368,-286504],[-185685,-288387],[-190131,-294625],[-201705,-227112],[-195269,-240032],[-192870,-232622],[-204285,-245051],[-193285,-253291],[-203422,-247488],[-200519,-254799],[-194233,-264317],[-203414,-264311],[-194609,-286285],[-197214,-287412],[-199303,-288343],[-203177,-291573],[-204574,-292361],[-193576,-292839],[-196948,-295099],[-202656,-295190],[-201987,-299400],[-199680,-298994],[-196968,-305109],[-201351,-305759],[-199179,-298174],[-201852,-298113],[-204155,-302088],[-198931,-311032],[-203967,-314870],[-204640,-316670],[-206380,-228928],[-206450,-235913],[-214376,-242299],[-216114,-231574],[-213216,-230666],[-209883,-254964],[-214664,-244648],[-216969,-244068],[-210044,-245093],[-216182,-267785],[-205122,-262461],[-205558,-258387],[-210062,-275460],[-206438,-289742],[-205271,-290051],[-209873,-292305],[-208244,-288536],[-210978,-281524],[-215887,-290775],[-209792,-286464],[-215397,-300773],[-211919,-301347],[-208737,-297386],[-214771,-298144],[-217393,-302683],[-212978,-303892],[-205658,-298648],[-207676,-306031],[-207962,-306276],[-209114,-301670],[-205243,-303237],[-213989,-316988],[-213066,-319136],[-205756,-313436],[-214402,-313352],[-215597,-322440],[-222993,-227625],[-219586,-228907],[-221346,-239737],[-221132,-232735],[-221351,-246826],[-226138,-271213],[-229971,-275722],[-218475,-273278],[-228564,-279922],[-218595,-278318],[-229358,-289593],[-224471,-287363],[-218537,-294004],[-218929,-288162],[-221738,-289733],[-220556,-285805],[-221798,-293212],[-224299,-282084],[-217829,-282972],[-218339,-292630],[-223872,-306150],[-227510,-304522],[-224936,-300503],[-222283,-297397],[-220236,-305512],[-225823,-316178],[-229935,-314182],[-219220,-317122],[-225572,-322135],[-218296,-324899],[-220861,-325022],[-228173,-374029],[-235275,-215504],[-235385,-211670],[-233662,-221209],[-236063,-241581],[-241334,-237031],[-234549,-239883],[-242794,-246644],[-239160,-248412],[-233505,-275731],[-235124,-273816],[-240459,-276284],[-232639,-278403],[-238901,-278582],[-235119,-281169],[-232739,-287062],[-243110,-289804],[-236357,-283532],[-238267,-287480],[-233650,-291524],[-234631,-290261],[-239706,-287340],[-243122,-294204],[-240070,-303167],[-232112,-303566],[-233357,-306950],[-240920,-298426],[-235724,-301156],[-230417,-299492],[-238461,-295634],[-233052,-294324],[-233264,-310223],[-233818,-317537],[-239086,-314469],[-238768,-324810],[-242459,-326157],[-232059,-327379],[-234533,-321632],[-236994,-394254],[-242895,-396082],[-235614,-384049],[-2509,-215466],[-9617,-218255],[-108,-227525],[-257,-226204],[-3744,-247092],[-775,-473082],[-9925,-480578],[-12755,-485661],[-1070,-484481],[-3789,-484861],[-6057,-482327],[-831,-475835],[-397,-498439],[-5066,-497715],[-8873,-489365],[-11754,-491467],[-11339,-492950],[-8877,-491459],[-2525,-488107],[-2883,-487705],[-4876,-488432],[-4482,-489336],[-1282,-493466],[-780,-503153],[-1803,-501525],[-3974,-501336],[-4149,-500580],[-5043,-501070],[-5884,-500883],[-243252,-229930],[-254607,-254779],[-245968,-262589],[-249827,-258910],[-253046,-261061],[-250664,-263709],[-243308,-274773],[-243230,-279187],[-247020,-269011],[-245749,-279515],[-249316,-276861],[-247984,-273045],[-255852,-279184],[-252443,-276728],[-253761,-272826],[-251626,-269797],[-251563,-275965],[-246886,-277946],[-252761,-279979],[-253321,-285605],[-250944,-285146],[-245385,-288165],[-249678,-292375],[-251475,-290720],[-249065,-284593],[-255855,-284318],[-253948,-292383],[-253060,-291169],[-248068,-283281],[-243321,-283611],[-245985,-281482],[-247497,-282728],[-252570,-294353],[-249475,-295058],[-248916,-298953],[-248165,-304478],[-255552,-300903],[-245089,-309338],[-243300,-325185],[-244832,-320267],[-245238,-394596],[-246493,-407156],[-246918,-399553],[-246178,-407393],[-244223,-399344],[-247192,-397015],[-260374,-247009],[-263538,-243390],[-263798,-245862],[-267682,-249636],[-258167,-254463],[-263300,-252989],[-263444,-258208],[-267896,-257487],[-264457,-260292],[-256365,-261831],[-261241,-262501],[-266108,-265900],[-266990,-280927],[-261128,-276953],[-259750,-270067],[-265626,-276147],[-265255,-268699],[-262990,-289246],[-257573,-285668],[-257860,-284848],[-264083,-285874],[-262632,-290502],[-268566,-296467],[-256787,-303732],[-258457,-306613],[-263643,-298972],[-260567,-301227],[-262660,-297842],[-263604,-301248],[-263156,-294987],[-260119,-296354],[-258480,-311124],[-261262,-316762],[-259344,-313654],[-265517,-316431],[-257786,-322220],[-257298,-320321],[-278336,-159955],[-279771,-157788],[-276865,-166427],[-279869,-174500],[-280852,-167749],[-281294,-188576],[-274676,-203550],[-274564,-208737],[-271392,-204715],[-278583,-213208],[-270961,-223895],[-269401,-229996],[-272669,-232379],[-272538,-230812],[-280049,-249649],[-279433,-247487],[-274911,-250474],[-270446,-251044],[-273033,-261122],[-270454,-264442],[-279678,-278832],[-276209,-272535],[-277822,-279334],[-271978,-280272],[-271693,-274136],[-270998,-276264],[-279301,-284910],[-277235,-291900],[-275515,-288983],[-277853,-285898],[-281267,-285675],[-270769,-300637],[-270089,-297586],[-272001,-301677],[-272495,-295773],[-274135,-297980],[-286029,-152496],[-293247,-151010],[-294117,-154034],[-291598,-158794],[-291378,-165770],[-283431,-172519],[-284015,-166259],[-284087,-169227],[-286633,-188405],[-284973,-183821],[-285535,-181329],[-284309,-199574],[-283060,-193520],[-293183,-199403],[-293125,-203167],[-288517,-197033],[-286063,-197493],[-284589,-192466],[-283354,-210789],[-283943,-204711],[-285608,-206895],[-291131,-224178],[-294267,-220258],[-289940,-217532],[-289664,-224293],[-306138,-136765],[-305107,-164359],[-307019,-162267],[-304836,-171835],[-301642,-175688],[-298650,-177827],[-306584,-168773],[-301382,-180751],[-304393,-186999],[-306099,-184794],[-300100,-190707],[-296274,-179687],[-306102,-193275],[-304963,-216898],[-301045,-216030],[-303528,-213409],[-303594,-214422],[-303111,-211919],[-301590,-209011],[-299160,-226937],[-295220,-225678],[-295013,-224606],[-295931,-220574],[-297826,-219810],[-301834,-223263],[-304897,-221945],[-307101,-226914],[-306872,-225332],[-305377,-235140],[-300635,-232880],[-300865,-240070],[-295731,-232263],[-297196,-238329],[-304719,-240336],[-305211,-232802],[-305902,-230866],[-304221,-243281],[-317703,-139590],[-309717,-135161],[-312315,-136954],[-307924,-137987],[-318473,-141882],[-310384,-142946],[-308948,-162501],[-310029,-169756],[-308469,-175602],[-311188,-190111],[-316962,-191695],[-319784,-182731],[-317572,-186538],[-316452,-190155],[-316978,-187883],[-311999,-188002],[-311236,-193710],[-307670,-220443],[-308636,-227817],[-309385,-239153],[-308075,-234344],[-314429,-236066],[-313717,-235811],[-307331,-243248],[-311800,-243076],[-323559,-134259],[-322929,-140505],[-327458,-145072],[-323380,-152497],[-324404,-157126],[-322969,-174979],[-324865,-173850],[-327581,-180361],[-323112,-189306],[-326165,-190600],[-329838,-186807],[-322431,-186965],[-321378,-183584],[-329844,-191141],[-321661,-195038],[-325172,-235680],[-323242,-233653],[-331850,-239255],[-339525,-238011],[-342282,-236956],[-338689,-234995],[-341307,-232406],[-349385,-184574],[-351952,-187850],[-351923,-200264],[-353878,-197921],[-351268,-192898],[-351542,-205124],[-352267,-210208],[-356798,-229763],[-354661,-227816],[-354620,-230122],[-347407,-240637],[-363875,-115863],[-368694,-116844],[-367152,-186233],[-361002,-190171],[-369754,-209749],[-370625,-210331],[-360353,-207305],[-367523,-215961],[-361327,-212990],[-360483,-212303],[-359014,-227287],[-368899,-225292],[-361717,-224575],[-370527,-218812],[-365138,-219322],[-364719,-220672],[-360504,-520732],[-371154,-86923],[-367371,-94490],[-366959,-96699],[-363409,-102747],[-362960,-103515],[-364379,-110431],[-360479,-114410],[-364058,-114582],[-362728,-112973],[-363211,-107838],[-369004,-108160],[-367370,-110702],[-370879,-111746],[-25505,-217057],[-25253,-217356],[-13997,-206444],[-24019,-222409],[-21145,-218629],[-15829,-218254],[-23304,-242852],[-13684,-264107],[-23370,-471449],[-24640,-470599],[-23021,-468251],[-22101,-469080],[-23081,-467441],[-20346,-473473],[-16241,-483428],[-15596,-483559],[-14997,-482529],[-381926,-116401],[-376136,-126500],[-375073,-126822],[-376950,-130710],[-382856,-138620],[-374522,-135542],[-375373,-138414],[-375561,-135100],[-380434,-178464],[-380268,-178047],[-380749,-178426],[-381352,-190381],[-381194,-191565],[-380595,-181033],[-379997,-179368],[-381314,-180531],[-379805,-180010],[-378912,-179264],[-380236,-180964],[-381090,-180283],[-375940,-191301],[-377691,-190149],[-378308,-191343],[-383700,-197320],[-371398,-210342],[-376037,-498996],[-380401,-510284],[-379076,-499800],[-376924,-511436],[-379649,-499789],[-377242,-514267],[-374718,-521312],[-378705,-519094],[-374400,-514112],[-377532,-514370],[-381127,-515850],[-374653,-524616],[-379640,-87196],[-376216,-86492],[-372765,-87403],[-377909,-82584],[-374812,-79966],[-375645,-82202],[-378710,-94155],[-381503,-96674],[-372824,-95302],[-376474,-101013],[-375680,-99649],[-376174,-102857],[-382336,-102652],[-393458,-127017],[-387432,-116979],[-395336,-116434],[-384421,-125242],[-390922,-126931],[-392462,-122466],[-390981,-127586],[-387165,-137126],[-388329,-136059],[-389715,-136159],[-388021,-139286],[-384980,-139627],[-386852,-139207],[-384685,-129474],[-388023,-153258],[-395120,-147961],[-393757,-147372],[-385002,-147557],[-390130,-147566],[-390437,-151355],[-392295,-160870],[-386526,-158542],[-387836,-157531],[-396793,-154713],[-392525,-156097],[-396170,-153817],[-390007,-156120],[-396462,-174278],[-393476,-190760],[-393306,-181532],[-396471,-197823],[-385927,-201760],[-387504,-199799],[-396642,-219281],[-385707,-501191],[-386967,-89423],[-392320,-96532],[-385105,-96311],[-394253,-89997],[-384912,-90397],[-392890,-100654],[-386515,-99127],[-391532,-110282],[-395129,-114039],[-391575,-110796],[-389597,-114999],[-389340,-114762],[-385146,-102854],[-398867,-148423],[-398102,-158689],[-407102,-163734],[-402425,-160456],[-401777,-164027],[-406724,-164275],[-397385,-162535],[-400335,-174983],[-402082,-174388],[-399767,-172535],[-399909,-171754],[-403954,-172751],[-404943,-174677],[-405415,-175357],[-406584,-176189],[-406811,-178569],[-403149,-170884],[-406766,-169890],[-409520,-166410],[-397753,-166329],[-397963,-190038],[-409450,-188989],[-399354,-189282],[-398916,-187456],[-399218,-184556],[-407083,-184294],[-406014,-184984],[-404286,-180758],[-405462,-188987],[-401810,-194885],[-402177,-191900],[-404248,-192335],[-402637,-200394],[-405300,-196397],[-404186,-202160],[-400110,-192562],[-397431,-196387],[-399594,-216750],[-403585,-222023],[-398107,-93449],[-399833,-97403],[-411542,-163687],[-410211,-178388],[-410882,-178743],[-412869,-176146],[-417494,-170610],[-416401,-169488],[-411907,-169120],[-418735,-178298],[-415967,-178759],[-409842,-179269],[-410546,-185843],[-420625,-182340],[-413237,-190477],[-411566,-187794],[-414896,-192326],[-413688,-195053],[-411166,-196414],[-425756,-179871],[-423425,-181101],[-435112,-199858],[-427382,-206446],[-427856,-211981],[-439310,-162455],[-442805,-180444],[-447943,-180454],[-447927,-83229],[-445297,-84863],[-454770,-141490],[-460316,-158724],[-453513,-154945],[-460510,-168456],[-460550,-177497],[-458853,-180857],[-452411,-186454],[-455854,-214893],[-448597,-222618],[-452294,-241791],[-460616,-89389],[-454819,-92935],[-455229,-91628],[-458033,-96009],[-457326,-103820],[-465665,-137275],[-469096,-137758],[-464489,-135300],[-461270,-136272],[-462969,-141436],[-464763,-156207],[-470100,-163746],[-473352,-160774],[-471664,-166881],[-464167,-193366],[-467839,-200710],[-461794,-210696],[-466508,-85379],[-472394,-96334],[-464810,-99677],[-462365,-103422],[-484208,-150235],[-479819,-152064],[-486301,-161456],[-475848,-159452],[-478797,-162862],[-480055,-171712],[-476102,-170377],[-480426,-175267],[-477460,-185416],[-476146,-204086],[-475341,-209542],[-476288,-205082],[-481344,-213624],[-480288,-219060],[-479348,-220705],[-490141,-146355],[-486838,-152606],[-496526,-153298],[-491461,-143215],[-492331,-165630],[-490225,-186133],[-488648,-184635],[-494163,-184458],[-493041,-203527],[-498457,-199350],[-496904,-204698],[-495289,-213233],[-498993,-213700],[-494136,-438944],[-496790,-436963],[-496414,-456652],[-35709,-212671],[-35333,-211285],[-34599,-210697],[-31917,-212144],[-28822,-212605],[-26430,-230478],[-33176,-221410],[-36842,-229899],[-34760,-218631],[-35366,-218477],[-37558,-219766],[-26621,-219168],[-26000,-218370],[-37518,-239148],[-38042,-238880],[-28658,-239396],[-33554,-237929],[-32429,-237166],[-32585,-238127],[-36818,-250527],[-30565,-264619],[-32375,-256023],[-35707,-460030],[-29183,-466635],[-29525,-463798],[-32106,-461625],[-30348,-463076],[-33472,-462842],[-510925,-145714],[-509609,-150656],[-507701,-157754],[-507051,-155874],[-506819,-165162],[-506833,-172967],[-502644,-179792],[-500648,-188429],[-506879,-190350],[-510713,-187266],[-500730,-203954],[-507048,-213829],[-505706,-215773],[-499853,-206586],[-506839,-206706],[-511994,-208782],[-508620,-211924],[-500932,-215461],[-506067,-220539],[-505994,-433423],[-509520,-467782],[-502532,-472205],[-503420,-470113],[-501036,-474886],[-522649,-148800],[-517223,-149078],[-516778,-166573],[-515305,-169718],[-514468,-169507],[-523860,-172927],[-523177,-175293],[-522216,-193381],[-519596,-211799],[-519740,-212423],[-522613,-211007],[-515081,-209203],[-512775,-217375],[-523683,-217824],[-520209,-223303],[-520076,-219992],[-518896,-221338],[-516185,-417424],[-514549,-437807],[-518292,-468558],[-519710,-468556],[-517296,-474203],[-516659,-110919],[-517266,-111795],[-520430,-108675],[-533257,-128577],[-526593,-132012],[-526781,-132308],[-533801,-152137],[-529009,-150469],[-530170,-152315],[-528012,-143834],[-532942,-149887],[-528613,-176324],[-530633,-172199],[-529018,-181884],[-527993,-206968],[-532020,-462406],[-532245,-92249],[-533153,-92388],[-529774,-108243],[-528390,-109437],[-530191,-111963],[-530904,-114280],[-530497,-111911],[-529131,-108019],[-531498,-104399],[-538364,-139778],[-549272,-140593],[-542559,-159285],[-542248,-161338],[-549197,-171440],[-542114,-175692],[-547530,-167586],[-546874,-170416],[-542925,-168601],[-538486,-175162],[-543759,-183086],[-539301,-184438],[-537905,-181889],[-545356,-179896],[-538074,-97065],[-537966,-97898],[-556865,-135109],[-551189,-161048],[-551083,-169640],[-554511,-168482],[-565476,-162795],[-41637,-216306],[-40495,-217398],[-50835,-212608],[-45815,-222760],[-44649,-227540],[-44291,-228811],[-38654,-222638],[-39173,-220261],[-44310,-225866],[-48267,-228111],[-46365,-220325],[-45016,-220506],[-41739,-220545],[-40750,-222480],[-44049,-224633],[-43932,-234407],[-47749,-235730],[-48333,-461905],[-55277,-216248],[-57401,-216827],[-60294,-217051],[-59193,-217287],[-63453,-214661],[-62980,-214883],[-60162,-206257],[-60784,-206853],[-62637,-212133],[-63510,-211125],[-63502,-211577],[-63871,-212935],[-62747,-209876],[-60835,-208998],[-61987,-206920],[-61383,-206137],[-63074,-206787],[-53003,-208526],[-53868,-208699],[-51374,-212357],[-63568,-220130],[-59934,-218124],[-63396,-218673],[-57606,-224374],[-62425,-218039],[-61315,-228418],[-59498,-221588],[-61634,-228503],[-63863,-219163],[-56577,-222409],[-61518,-228584],[-56460,-232000],[-59960,-238683],[-62830,-237699],[-54835,-254047],[-56929,-268713],[-66291,-191470],[-71101,-193972],[-67288,-212108],[-66653,-211406],[-64246,-208540],[-76546,-215090],[-74833,-215369],[-71597,-212068],[-71749,-213781],[-71172,-215107],[-76372,-213813],[-69000,-219306],[-75233,-218970],[-66522,-223333],[-68829,-229624],[-64341,-219113],[-64868,-220310],[-65483,-220371],[-67203,-220352],[-66740,-219943],[-64631,-223854],[-65174,-224278],[-68109,-226050],[-68176,-228261],[-67038,-227255],[-66061,-227723],[-69777,-221845],[-69304,-221818],[-69576,-219135],[-69522,-219294],[-76236,-225581],[-75619,-226017],[-76405,-224864],[-75918,-224856],[-72169,-225395],[-73786,-226381],[-73752,-235488],[-66760,-453026],[-66512,-452719],[-89236,-157551],[-87832,-162006],[-81515,-163620],[-80208,-166755],[-85790,-177484],[-84359,-172636],[-88859,-168915],[-87454,-185353],[-85299,-188839],[-83070,-187885],[-83428,-203648],[-88837,-210556],[-83894,-209837],[-82473,-212484],[-78046,-212690],[-78935,-213642],[-77712,-215207],[-77600,-214645],[-80275,-217242],[-81224,-216844],[-86996,-223353],[-86612,-223615],[-80855,-226871],[-82537,-219209],[-83390,-220434],[-81924,-220363],[-81889,-222372],[-80870,-222834],[-87779,-229442],[-82254,-238950],[-89204,-239139],[-83877,-236661],[-80246,-230638],[-79868,-234046],[-77171,-232729],[-88761,-230204],[-84512,-233164],[-84855,-233856],[-83672,-236254],[-87982,-286378],[-85135,-450931],[-78519,-449587],[-98313,-150587],[-93109,-150872],[-92903,-145063],[-90649,-163007],[-92615,-155504],[-100464,-154001],[-99721,-168861],[-100962,-173076],[-97405,-170307],[-92752,-174111],[-93717,-176300],[-91654,-175805],[-101873,-176677],[-92231,-179406],[-93529,-187432],[-97082,-192328],[-90184,-207799],[-91797,-208547],[-90439,-212532],[-93693,-220290],[-95538,-226978],[-91091,-224493],[-90576,-225672],[-99057,-226980],[-99494,-226648],[-92266,-224169],[-92315,-223379],[-92637,-225413],[-94332,-223763],[-94000,-222557],[-99379,-239110],[-91988,-240569],[-93876,-231003],[-101486,-232252],[-95077,-238597],[-93771,-236664],[-94612,-231198],[-97068,-287080],[-104121,-152637],[-103809,-166145],[-105242,-161246],[-104637,-170361],[-105694,-196340],[-105006,-226940],[-104665,-228386],[-110561,-260954],[-108461,-263847],[-110401,-274567],[-106223,-286569],[5616,-203239],[1290,-208431],[12440,-210500],[1216,-228540],[7605,-222869],[7974,-221340],[2082,-231521],[1990,-230331],[5752,-242171],[878,-263647],[91,-264299],[2549,-260672],[2415,-387170],[11633,-409481],[9964,-409648],[1440,-473355],[2672,-484657],[2549,-473955],[4359,-497924],[4266,-498077],[4926,-495082],[9096,-487743],[11021,-489016],[1183,-488891],[4808,-491127],[2361,-490888],[521,-503190],[2939,-502863],[6190,-502347],[1596,-500132],[7057,-500249],[2209,-499059],[129784,-172893],[134028,-172525],[131031,-212671],[137813,-206227],[128592,-219614],[136642,-226072],[137736,-224962],[136955,-224677],[139855,-228133],[137141,-226589],[138356,-228272],[139387,-229144],[131640,-228360],[134616,-220015],[136560,-221423],[136499,-217429],[138749,-235285],[139343,-231180],[145245,-177593],[145574,-177611],[146221,-177425],[149034,-176032],[148997,-175597],[144794,-175244],[147401,-174608],[145076,-174288],[146886,-172871],[145432,-173909],[140987,-177014],[149451,-169443],[150977,-171387],[149692,-169957],[152447,-175012],[153140,-172388],[150983,-173298],[147951,-168192],[152817,-175369],[150528,-166680],[148457,-186490],[146413,-188488],[145235,-179957],[151162,-188927],[144230,-187548],[151947,-182779],[150171,-185004],[152988,-181133],[152897,-188511],[152380,-191463],[149862,-181890],[153579,-185054],[152371,-195226],[150769,-196000],[150549,-195629],[147135,-196426],[152322,-194347],[148177,-199711],[151375,-196734],[141501,-206581],[142263,-228271],[141089,-234395],[142938,-237865],[142121,-240605],[144510,-241513],[153416,-255474],[148625,-253624],[147743,-248988],[148468,-254482],[143221,-253278],[146008,-255769],[140810,-243829],[146694,-248636],[142713,-258628],[153770,-183821],[160770,-196103],[156900,-196757],[157153,-195612],[163154,-199001],[162831,-200132],[154585,-196836],[155752,-197905],[154835,-195208],[166970,-198796],[22866,-197956],[24485,-204232],[22245,-205744],[24566,-207984],[20425,-265184],[23884,-275004],[20059,-275575],[13130,-277835],[12949,-409412],[15254,-413082],[20914,-416105],[25201,-417721],[24560,-431584],[26583,-182798],[37240,-190811],[34579,-203377],[26131,-208720],[27553,-427965],[50088,-181787],[47454,-190850],[44955,-184809],[39929,-199829],[43955,-199444],[38476,-199187],[719503,400873],[720154,401064],[737510,391770],[739845,396095],[750769,395463],[753342,393377],[746220,385459],[750026,407132],[742633,403638],[752137,411336],[745139,416068],[742413,417736],[754347,419688],[751604,423389],[746043,426816],[748677,423540],[747268,425667],[758100,396957],[765701,408581],[756266,407344],[764375,417169],[71430,-189016],[776165,395211],[775411,388737],[777377,394462],[770027,398762],[772797,404004],[773829,410139],[781211,401101],[93579,-186256],[96413,-192269],[92901,-257582],[107971,-167523],[106814,-166439],[125750,-177455],[125254,-178835],[125097,-177522],[125334,-177344],[121959,-171394],[126590,-173658],[126584,-171819],[120905,-175081],[121714,-174269],[127536,-180329],[127527,-180230],[126431,-210955],[121116,-229320],[119428,-222952],[125370,-226596],[123688,-224428],[121485,-225913],[125235,-217190],[126099,-219499],[124694,-219578],[126557,-231165],[-116371,-247973],[-123141,-254253],[-118420,-244160],[-126489,-283536],[-132997,-251953],[-139634,-276434],[-135031,-278982],[-149414,-271639],[-152602,-276676],[-146270,-277415],[-141490,-284711],[-149569,-285885],[-142058,-286516],[-164031,-239342],[-163113,-244639],[-161543,-248391],[-162423,-251297],[-157138,-276288],[-159980,-280568],[-163643,-276458],[-159950,-272462],[-158784,-280925],[-163356,-281375],[-156906,-286523],[-156454,-295877],[-169845,-245523],[-176878,-261067],[-178832,-256234],[-178693,-262066],[-168717,-277462],[-176823,-277207],[-177635,-273136],[-173810,-284038],[-177542,-284444],[-186790,-238290],[-190946,-235546],[-186339,-254814],[-184510,-247692],[-185863,-246032],[-190878,-266981],[-184502,-263084],[-183213,-268357],[-186132,-262338],[-182616,-270163],[-187696,-272291],[-184783,-279835],[-188741,-292946],[-191767,-293677],[-189454,-286416],[-190530,-286853],[-186844,-290611],[-185590,-283104],[-189261,-295500],[-186072,-295344],[-188005,-298763],[-195405,-235656],[-195076,-241776],[-201528,-233556],[-204449,-246458],[-195165,-252319],[-203174,-246824],[-200504,-249225],[-199914,-251884],[-192834,-263937],[-203111,-262646],[-193898,-261728],[-202794,-289394],[-194114,-286772],[-198784,-289159],[-203183,-291540],[-204360,-293255],[-197828,-293923],[-194872,-290944],[-197398,-299998],[-201694,-301390],[-198772,-302341],[-199753,-306752],[-202843,-304651],[-198659,-309647],[-204529,-317935],[-195857,-309941],[-195300,-314857],[-215887,-229571],[-216612,-229426],[-213133,-240156],[-215811,-233209],[-213306,-232601],[-207542,-230263],[-207901,-253580],[-211677,-245439],[-207182,-260305],[-205153,-258330],[-207722,-263073],[-207653,-264155],[-208721,-265676],[-210613,-262825],[-216499,-272130],[-217121,-278267],[-215286,-291341],[-216067,-291244],[-216632,-282205],[-216452,-284707],[-206684,-287692],[-208343,-289695],[-209392,-289980],[-211823,-284487],[-215621,-288400],[-211038,-288722],[-205654,-293435],[-214825,-281411],[-216900,-301095],[-210894,-295131],[-211692,-296197],[-216552,-306634],[-206619,-296796],[-206547,-306543],[-208903,-304221],[-207415,-303241],[-212291,-312477],[-212172,-315051],[-216884,-315886],[-207203,-318015],[-207283,-310639],[-207663,-323347],[-214848,-320575],[-215548,-327701],[-221774,-226552],[-221773,-241359],[-222166,-232681],[-224407,-244868],[-218759,-246848],[-225085,-272415],[-229389,-269034],[-225288,-273259],[-226687,-277680],[-219302,-273615],[-220739,-280685],[-229875,-284806],[-218672,-289472],[-224344,-288960],[-220345,-288173],[-227999,-283334],[-229393,-284018],[-229633,-293660],[-223485,-284258],[-219071,-291959],[-219632,-296686],[-229372,-298487],[-226921,-303984],[-223834,-295746],[-218914,-300117],[-218493,-305320],[-225843,-315368],[-219888,-309076],[-221914,-316638],[-223569,-318416],[-218952,-313664],[-218239,-319803],[-226465,-326071],[-218036,-322654],[-218652,-323403],[-235655,-215391],[-236141,-218917],[-236967,-241752],[-240608,-238413],[-236934,-239024],[-238923,-244251],[-242224,-273326],[-239070,-276198],[-238386,-280561],[-238148,-279827],[-235641,-281279],[-230963,-286911],[-232156,-281449],[-236302,-285154],[-237695,-285282],[-239373,-281572],[-238029,-288238],[-242769,-281436],[-237377,-302009],[-236673,-299347],[-232894,-308692],[-234142,-309561],[-241366,-311993],[-240727,-309905],[-231398,-318425],[-240729,-313841],[-242133,-326291],[-232661,-328612],[-234778,-322825],[-238954,-321914],[-242231,-337191],[-241076,-335768],[-237994,-338159],[-241849,-392671],[-12162,-243880],[-244125,-231196],[-248314,-255811],[-244729,-260777],[-253467,-255967],[-248661,-264408],[-252398,-259428],[-250630,-268402],[-250094,-263878],[-245850,-268520],[-243734,-280782],[-247616,-275867],[-252311,-275052],[-254427,-274735],[-250446,-275776],[-249209,-277515],[-245137,-276503],[-252960,-283367],[-249709,-283978],[-244563,-287418],[-249296,-287486],[-248941,-291549],[-250418,-281892],[-246682,-281709],[-243894,-281481],[-247783,-283592],[-245337,-283688],[-252848,-281528],[-243858,-302309],[-253428,-299663],[-247319,-319661],[-244128,-325189],[-255299,-328052],[-245555,-322464],[-243372,-406243],[-248557,-401517],[-268344,-223853],[-267222,-229531],[-262849,-250103],[-266203,-248079],[-257357,-254988],[-260917,-250583],[-260531,-255415],[-267420,-255721],[-268181,-256158],[-264715,-261193],[-263992,-255896],[-256899,-262357],[-261714,-261646],[-267247,-265050],[-260202,-278429],[-256153,-280000],[-265370,-269108],[-256692,-269997],[-264305,-275686],[-268458,-276017],[-258744,-293238],[-264981,-282167],[-266287,-286423],[-259645,-283859],[-263676,-285902],[-265231,-288070],[-268296,-302997],[-264928,-296533],[-256372,-298088],[-256052,-315033],[-262665,-314056],[-258869,-309939],[-263761,-309399],[-264273,-316792],[-260702,-319761],[-256226,-323452],[-279736,-162614],[-280100,-157918],[-274441,-167567],[-279457,-167723],[-278227,-187004],[-278150,-179826],[-277969,-205955],[-276181,-204908],[-279020,-210775],[-269596,-226088],[-273508,-230191],[-271327,-228933],[-280623,-252910],[-275432,-245277],[-275277,-252050],[-273647,-250391],[-271261,-261797],[-272632,-266480],[-269149,-264367],[-279093,-275842],[-278879,-280010],[-273007,-280269],[-272274,-274969],[-271281,-279017],[-271997,-271031],[-274739,-277723],[-272230,-281425],[-269046,-288194],[-274845,-290854],[-281189,-292846],[-271961,-289053],[-280749,-283120],[-269496,-300801],[-270230,-297196],[-271068,-302197],[-272056,-294897],[-272141,-296751],[-291840,-152295],[-284827,-165937],[-287299,-153522],[-292888,-160024],[-293776,-164162],[-284528,-178066],[-284792,-173623],[-282584,-169404],[-282448,-173562],[-286192,-191480],[-285929,-189956],[-282126,-191669],[-283796,-180313],[-288985,-187582],[-287152,-181373],[-290703,-197695],[-284748,-197717],[-283658,-192919],[-285749,-211895],[-282653,-209023],[-286863,-205316],[-286383,-207351],[-290794,-223911],[-292026,-220212],[-291042,-217960],[-288102,-226886],[-303778,-134818],[-294502,-156034],[-303338,-170089],[-299211,-173673],[-305765,-167854],[-306633,-175320],[-300692,-188263],[-297388,-186071],[-296986,-182891],[-301287,-190117],[-305406,-183765],[-296464,-190498],[-295873,-192030],[-303765,-192580],[-294502,-201045],[-294503,-202548],[-302141,-215729],[-299025,-216358],[-300003,-214002],[-304913,-214287],[-304041,-210562],[-305836,-218325],[-300127,-218920],[-301697,-224746],[-296189,-229083],[-295355,-225793],[-296555,-222998],[-300804,-220357],[-303592,-220635],[-303098,-225719],[-306147,-227381],[-307173,-236515],[-301461,-231847],[-298856,-235926],[-303450,-240243],[-305927,-232240],[-302066,-243931],[-306267,-243163],[-317517,-139142],[-318926,-139918],[-309014,-133744],[-313873,-136307],[-309717,-136709],[-309627,-142714],[-307912,-164226],[-310606,-160153],[-311572,-170053],[-317482,-189926],[-311489,-191261],[-319768,-179706],[-316246,-189362],[-316216,-186847],[-313197,-186723],[-309613,-222846],[-311996,-241565],[-318667,-238078],[-308368,-239201],[-313394,-240639],[-307979,-232886],[-315205,-237622],[-311735,-236031],[-323507,-139172],[-320336,-133277],[-325321,-144322],[-324846,-148805],[-323878,-155011],[-323579,-178328],[-325982,-184486],[-325422,-180490],[-326717,-188699],[-329354,-188685],[-329497,-187500],[-321854,-189400],[-323764,-182923],[-324515,-193592],[-326563,-191840],[-320613,-196023],[-321535,-231201],[-334258,-240528],[-336387,-241155],[-343286,-233747],[-342670,-235940],[-342789,-239055],[-352361,-188606],[-351881,-184202],[-348141,-190275],[-353081,-202382],[-352801,-196456],[-350121,-194516],[-351337,-206735],[-350650,-211024],[-356034,-225394],[-357225,-230770],[-345884,-240824],[-351923,-230392],[-362320,-115981],[-362415,-116020],[-364213,-116007],[-366194,-116026],[-366459,-185366],[-367723,-185654],[-367034,-187319],[-367542,-186809],[-365823,-186368],[-360923,-191429],[-361845,-190790],[-361901,-188091],[-359780,-188263],[-359798,-189034],[-359554,-191833],[-366105,-214830],[-362544,-209728],[-358828,-216688],[-360402,-225738],[-370641,-224294],[-364020,-226022],[-362779,-221473],[-366474,-94885],[-369371,-97632],[-369367,-113364],[-366644,-113022],[-363066,-106724],[-366912,-105929],[-366618,-105671],[-368656,-106319],[-367547,-110649],[-367377,-111817],[-16578,-217353],[-15204,-208866],[-15661,-206583],[-13215,-206196],[-18888,-221857],[-13635,-236878],[-19770,-240728],[-25322,-233558],[-12971,-245955],[-380551,-115942],[-375092,-125863],[-377200,-127932],[-380686,-129027],[-375393,-129922],[-379665,-129455],[-379003,-134645],[-373708,-133538],[-380136,-135067],[-373810,-190715],[-377809,-191281],[-383374,-198341],[-375811,-192539],[-372090,-217326],[-379368,-87263],[-374413,-85591],[-372999,-89031],[-376179,-85948],[-376345,-78120],[-374784,-80330],[-376012,-79375],[-381348,-92483],[-378473,-94989],[-377037,-89872],[-371863,-92596],[-379583,-96549],[-376931,-100659],[-375884,-100486],[-382160,-99300],[-382965,-98344],[-377815,-89573],[-394917,-125108],[-387936,-117027],[-386645,-115689],[-395807,-116344],[-393492,-127489],[-390347,-125724],[-388533,-123367],[-384963,-128014],[-391932,-152354],[-389722,-149917],[-389770,-146694],[-386886,-144538],[-385188,-141987],[-384368,-142428],[-386494,-156344],[-388951,-158293],[-389464,-159205],[-389361,-162290],[-392728,-154192],[-392664,-153470],[-394879,-154635],[-396396,-175924],[-393996,-189117],[-396187,-182219],[-395747,-194317],[-395363,-194838],[-386170,-197003],[-389186,-202129],[-393509,-214611],[-393979,-88898],[-384171,-92946],[-389395,-90675],[-387972,-93709],[-392017,-97502],[-387856,-96039],[-385919,-89693],[-388279,-97256],[-396144,-110745],[-390583,-112629],[-394011,-113522],[-388541,-111725],[-397831,-145468],[-398460,-162718],[-403693,-165316],[-408348,-162756],[-397749,-158727],[-404459,-164394],[-403485,-164880],[-405389,-163835],[-408267,-164611],[-403324,-178601],[-399641,-166380],[-408697,-167731],[-397858,-179165],[-408298,-181123],[-408444,-179684],[-406786,-180247],[-402615,-189456],[-403645,-188227],[-401488,-190247],[-405276,-195195],[-408685,-195687],[-404270,-201399],[-401354,-201016],[-405450,-199880],[-400755,-193261],[-401613,-216487],[-399624,-220902],[-398102,-217621],[-399713,-93351],[-398488,-99061],[-398107,-114764],[-411792,-166031],[-411620,-169339],[-414557,-171696],[-411734,-169946],[-413994,-173033],[-419811,-176782],[-414929,-176430],[-421476,-177348],[-420645,-184515],[-411932,-187070],[-421924,-179106],[-413402,-189225],[-414545,-188719],[-409753,-190315],[-412875,-191969],[-416009,-194091],[-424791,-182037],[-423920,-183108],[-437530,-164658],[-441987,-177712],[-447912,-186031],[-446589,-196463],[-458646,-139689],[-457931,-89008],[-457313,-99993],[-470565,-160802],[-468519,-183873],[-472192,-184114],[-470905,-203655],[-466474,-78721],[-463823,-79245],[-466603,-91821],[-465070,-95974],[-482203,-149865],[-477928,-153979],[-476818,-157798],[-482327,-222493],[-485667,-224357],[-495277,-205395],[-498757,-215285],[-488035,-446629],[-495518,-448666],[-29830,-238158],[-28631,-232699],[-27110,-238522],[-509988,-174728],[-508977,-191382],[-504222,-203756],[-506994,-212036],[-509709,-213484],[-507370,-220396],[-510055,-218866],[-502718,-220356],[-507650,-220503],[-505258,-218017],[-506559,-224229],[-500720,-471751],[-504859,-467070],[-517342,-138683],[-522758,-208287],[-519375,-208886],[-515778,-217678],[-520580,-230965],[-515570,-110334],[-526032,-172519],[-525153,-443208],[-530484,-452103],[-530834,-449618],[-530114,-462742],[-531050,-465881],[-528250,-462196],[-527470,-464035],[-547538,-140370],[-548407,-168171],[-49537,-213892],[-50678,-210701],[-42596,-221616],[-45243,-229311],[-42354,-236482],[-61387,-215729],[-51453,-209458],[-55280,-220068],[-61425,-219594],[-58141,-217468],[-60026,-239235],[-61226,-236357],[-70450,-187333],[-73925,-189909],[-74467,-213658],[-72269,-220556],[-70691,-227042],[-69068,-228730],[-65667,-236869],[-89251,-151423],[-89546,-154097],[-84932,-163874],[-84273,-160869],[-82597,-165245],[-83717,-167589],[-88763,-175868],[-84445,-177640],[-82917,-168951],[-88261,-184682],[-83466,-189028],[-83692,-191425],[-87476,-211583],[-80684,-205512],[-82798,-207956],[-88419,-206445],[-86955,-220170],[-89426,-223870],[-82079,-225613],[-83638,-230044],[-87817,-234729],[-79964,-234764],[-78723,-233812],[-93282,-147131],[-101122,-153077],[-92562,-157106],[-89679,-158941],[-100137,-156165],[-99874,-176160],[-101888,-166375],[-97990,-169253],[-90950,-173824],[-94314,-178501],[-91270,-178801],[-91201,-180422],[-92270,-187678],[-96450,-193281],[-92300,-209017],[-91786,-217967],[-94330,-239565],[-91105,-231977],[-102184,-237587],[-99898,-239319],[-96728,-232076],[-104718,-154272],[-107200,-160510],[-102672,-170356],[-105563,-195136],[-111558,-246128],[21342,-266960],[325961,592962],[34828,-184289],[29370,-183993],[26375,-199871],[35418,-198911],[25984,-203086],[46038,-185699],[45980,-197632],[724328,399217],[726227,399670],[721480,401440],[742399,393688],[741416,400571],[730222,403119],[742356,414657],[753226,391634],[744632,394716],[752560,400594],[745538,398520],[751169,397864],[745704,414695],[746453,410437],[748886,418491],[750743,418176],[749791,421869],[748071,416392],[752456,411669],[745272,413690],[755830,387047],[764727,391734],[761211,393444],[759642,391739],[760595,393615],[758837,395053],[758539,390727],[760584,404029],[758764,419896],[766740,411095],[779208,394778],[776399,393635],[775998,406224],[777583,411003],[83897,-128286],[93479,-127202],[95561,-123838],[-115672,-260392],[-116206,-260876],[-115612,-262275],[-120736,-267333],[-123064,-268411],[-120091,-266471],[-121214,-278797],[-117462,-271922],[-126636,-276465],[-123357,-280352],[-119807,-272473],[-126109,-271732],[-119462,-271281],[-118048,-279722],[-124418,-275967],[-125259,-270905],[-119345,-274685],[-125729,-270276],[-127968,-280543],[-115729,-272811],[-119420,-279893],[-123421,-278271],[-126124,-270537],[-127440,-277402],[-126229,-274634],[-120992,-280458],[-126764,-279749],[-122351,-281304],[-117322,-274815],[-115398,-275059],[-116832,-273895],[-122805,-279930],[-119953,-279042],[-127385,-276253],[-127670,-272162],[-122090,-276230],[-115578,-269394],[-120147,-280642],[-122462,-273005],[-124829,-271896],[-117366,-272865],[-121862,-281171],[-123472,-279223],[-119616,-280458],[-123717,-285597],[-125259,-285679],[-127482,-285477],[-127533,-287318],[-126964,-282015],[-126386,-286126],[-125354,-282960],[-119089,-285657],[-119585,-288661],[-120987,-287674],[-120936,-292270],[-115825,-289707],[-117182,-293612],[-121533,-293480],[-116265,-293917],[-115928,-292301],[-118890,-286953],[-118916,-284610],[-120304,-294039],[-116952,-294886],[-124406,-294892],[-121876,-298941],[-122963,-294675],[-118627,-295134],[-121780,-297032],[-123131,-296324],[-118683,-294930],[-120332,-299910],[-118029,-296239],[-122995,-295733],[-118711,-297753],[-117323,-298772],[-116969,-301917],[-120115,-297845],[-115884,-297021],[-118781,-298744],[-120243,-297432],[-121252,-298900],[-119425,-300065],[-121215,-294504],[-116891,-388851],[-115810,-421647],[-126651,-432770],[-118851,-423792],[-118218,-429647],[-117536,-430441],[-122727,-427814],[-123769,-427605],[-122957,-428241],[-125275,-434373],[-123462,-433247],[-120274,-433046],[-121013,-430320],[-126592,-427436],[-125346,-434222],[-120341,-434458],[-126540,-426332],[-124779,-422519],[-124801,-442284],[-122580,-440712],[-120694,-444100],[-121318,-444657],[-116648,-440228],[-117079,-439448],[-121004,-435537],[-121166,-439467],[-116590,-435955],[-126955,-436515],[-126171,-435661],[-126884,-436981],[-126511,-439234],[-127103,-439263],[-126981,-447118],[-125003,-443180],[-127948,-446796],[-126405,-436683],[-122233,-435849],[-115256,-435654],[-126697,-447661],[-126536,-447069],[-123335,-437802],[-125604,-442830],[-125620,-443007],[-118929,-441720],[-117112,-435418],[-120625,-435229],[-121502,-439333],[-122516,-440198],[-118244,-439126],[-124051,-438197],[-126600,-458482],[-117525,-458534],[-124462,-456193],[-123778,-454879],[-121474,-458810],[-120653,-459021],[-125578,-453220],[-118401,-453634],[-119672,-454662],[-119748,-453647],[-117883,-458610],[-123380,-456408],[-122057,-455208],[-124248,-457379],[-123582,-458412],[-120174,-452847],[-115566,-450236],[-117321,-456765],[-117578,-455863],[-120260,-453709],[-120491,-450838],[-126225,-459722],[-117970,-456019],[-121495,-453963],[-117301,-454746],[-120732,-451738],[-116849,-449866],[-116036,-449267],[-115203,-457363],[-117131,-456619],[-124813,-456575],[-116925,-454211],[-118416,-452127],[-115605,-450675],[-121817,-457076],[-124091,-471295],[-123448,-467946],[-123824,-467607],[-125315,-461427],[-126319,-461321],[-125724,-463061],[-124319,-464100],[-115836,-464671],[-116624,-463805],[-117854,-467048],[-117367,-465937],[-121603,-467349],[-121624,-466869],[-125143,-470841],[-115586,-470841],[-125551,-467378],[-115250,-468047],[-115471,-462574],[-115899,-463689],[-118963,-461022],[-119600,-465196],[-115985,-470510],[-126680,-475441],[-124091,-473430],[-124440,-474306],[-122360,-494601],[-127752,-496750],[-120357,-548984],[-119184,-549518],[-119152,-547609],[-127478,-558503],[-124179,-569656],[-127034,-567681],[-119037,-588963],[-120505,-589281],[-124801,-594159],[-127364,-596997],[-119021,-612773],[-121481,-612578],[-125865,-620993],[-120415,-632208],[-124394,-655112],[-120481,-658098],[-115993,-660550],[-116223,-661709],[-123182,-654870],[-123060,-654235],[-121882,-653407],[-118947,-660402],[-119240,-690842],[-120241,-688493],[-115633,-708459],[-115426,-709377],[-136460,-278262],[-133653,-277003],[-133539,-279931],[-135976,-281267],[-130041,-271729],[-134390,-277448],[-132375,-278575],[-128046,-273356],[-136954,-277688],[-135993,-278071],[-131776,-280731],[-132998,-281197],[-133375,-283004],[-129055,-282708],[-128656,-282400],[-128032,-286800],[-136348,-283687],[-130193,-282672],[-133193,-282254],[-132989,-284170],[-131114,-283972],[-132284,-288447],[-131759,-287156],[-133330,-287270],[-136553,-292545],[-131965,-289827],[-136378,-286881],[-136522,-287391],[-135486,-290503],[-137017,-286667],[-137317,-287694],[-133674,-288529],[-129276,-288385],[-132702,-294232],[-129075,-421516],[-133119,-421649],[-131080,-419282],[-131769,-419533],[-136104,-423636],[-130496,-425033],[-130272,-424168],[-128793,-431641],[-136970,-427082],[-140728,-428221],[-140563,-426614],[-129959,-423251],[-131853,-425462],[-135375,-434568],[-137442,-433305],[-139092,-432969],[-138346,-432091],[-137365,-432563],[-137027,-433110],[-136376,-432007],[-140082,-429244],[-131708,-425623],[-129188,-432523],[-132544,-426645],[-129789,-428102],[-132569,-444859],[-129825,-445650],[-139738,-440168],[-130763,-439161],[-129647,-439776],[-130521,-439108],[-132474,-441427],[-135360,-436502],[-134480,-435992],[-134841,-440286],[-132812,-440902],[-131893,-438098],[-130934,-435526],[-129349,-438304],[-130603,-440702],[-131721,-441823],[-129804,-441820],[-140242,-436926],[-130594,-445463],[-140488,-439062],[-140100,-437416],[-139049,-441941],[-139580,-440291],[-138343,-436898],[-136055,-447679],[-129498,-438334],[-132953,-439271],[-138907,-453336],[-133373,-456706],[-139658,-458571],[-138307,-458298],[-135036,-454561],[-132989,-450982],[-129259,-459725],[-129464,-460364],[-139683,-451679],[-139734,-455804],[-138784,-454987],[-137558,-457896],[-139870,-450923],[-138346,-459516],[-134696,-458828],[-134414,-458032],[-134973,-458276],[-139156,-449636],[-138051,-448850],[-135384,-451068],[-129481,-458841],[-133501,-451003],[-134593,-450769],[-133088,-454530],[-133174,-454004],[-135965,-455374],[-133562,-453263],[-135419,-458945],[-135222,-454025],[-138955,-458656],[-131085,-466050],[-140048,-471175],[-139076,-464831],[-132261,-473249],[-134741,-462136],[-140451,-464748],[-132163,-464443],[-133672,-473143],[-133527,-472456],[-137883,-472836],[-139567,-471364],[-131912,-465618],[-132708,-463645],[-139015,-470697],[-137091,-472600],[-138446,-470414],[-133321,-464637],[-131795,-466281],[-137543,-465092],[-139467,-465895],[-129515,-481123],[-133941,-474074],[-137604,-475432],[-133401,-475467],[-129184,-478704],[-129684,-480288],[-129558,-478431],[-128917,-482234],[-138923,-473593],[-137877,-475132],[-140771,-474574],[-132743,-473864],[-139120,-486019],[-137764,-480421],[-139790,-479593],[-137701,-477406],[-138686,-479516],[-138977,-480401],[-140599,-493450],[-131576,-495424],[-138142,-486870],[-137032,-494411],[-131525,-494887],[-133720,-492516],[-130373,-496813],[-137518,-494690],[-136532,-544284],[-135461,-546048],[-130030,-547968],[-129582,-549653],[-133028,-546587],[-131324,-555216],[-130574,-557250],[-128006,-616061],[-139882,-635337],[-132716,-636451],[-133676,-638848],[-139270,-636689],[-139083,-634650],[-139525,-633708],[-135271,-641744],[-133821,-646033],[-132970,-642428],[-128131,-644002],[-128797,-641851],[-133531,-643940],[-129978,-641496],[-136138,-644163],[-129456,-646533],[-133800,-644851],[-133965,-641650],[-135968,-646185],[-135546,-646941],[-134130,-671754],[-134602,-674762],[-137236,-674775],[-135925,-671627],[-138630,-671166],[-132256,-690904],[-136278,-688646],[-138696,-687158],[-130469,-684134],[-132982,-686097],[-128008,-687038],[-135397,-685980],[-137365,-687683],[-133243,-692028],[-128948,-699608],[-141617,-428392],[-152197,-434330],[-144813,-430796],[-152847,-434127],[-141221,-427048],[-144905,-432827],[-153423,-426954],[-146021,-425893],[-143981,-428717],[-144306,-431007],[-142003,-428537],[-145415,-443981],[-148992,-443290],[-143354,-439175],[-142223,-440951],[-152737,-442730],[-151546,-443318],[-153441,-437293],[-143738,-444177],[-142901,-443668],[-141870,-446447],[-141374,-446832],[-148334,-447790],[-142992,-437817],[-142195,-438993],[-151999,-437152],[-143225,-459361],[-140972,-459681],[-146666,-460460],[-141871,-459358],[-153218,-458015],[-152829,-449828],[-141717,-456597],[-148376,-452250],[-147988,-456020],[-141513,-456184],[-147517,-447845],[-144290,-448956],[-146276,-455464],[-150438,-455854],[-143372,-450774],[-144390,-451258],[-144926,-450195],[-142671,-453080],[-144489,-453370],[-142907,-451001],[-148063,-453172],[-140909,-466197],[-145525,-462979],[-146765,-466137],[-148494,-471137],[-148895,-468518],[-148430,-470282],[-151813,-463706],[-151079,-463265],[-145521,-465288],[-141398,-461543],[-141183,-465764],[-149807,-469466],[-145198,-465921],[-144532,-463149],[-141550,-462360],[-152034,-467720],[-146140,-461085],[-147201,-465605],[-152737,-461450],[-142105,-470249],[-144783,-471962],[-145414,-471524],[-150320,-468450],[-146547,-471878],[-145262,-470108],[-152671,-466710],[-143552,-474578],[-142057,-474125],[-140840,-476648],[-149286,-474783],[-153403,-474395],[-141493,-473844],[-148463,-474622],[-146013,-475137],[-144073,-474171],[-141550,-480878],[-152092,-479886],[-150529,-480370],[-143018,-484694],[-143590,-484846],[-148320,-485588],[-152601,-480028],[-148085,-485585],[-148006,-481524],[-148148,-477388],[-141842,-481075],[-142839,-480685],[-150261,-487304],[-142311,-489254],[-142091,-489692],[-146695,-487024],[-145711,-488952],[-146943,-487147],[-141355,-489516],[-146073,-494777],[-145302,-490954],[-147288,-492471],[-153319,-538616],[-153117,-544794],[-149090,-542798],[-153041,-547833],[-142843,-542236],[-143630,-541244],[-150726,-545368],[-151505,-545358],[-141115,-540753],[-142914,-541255],[-146168,-549500],[-147266,-556277],[-151981,-551786],[-145863,-551203],[-141751,-564288],[-146950,-569708],[-149915,-567185],[-141013,-571705],[-141324,-574081],[-144079,-568734],[-145746,-568661],[-141564,-575959],[-143168,-578823],[-143322,-617500],[-145093,-618140],[-144677,-617168],[-141234,-637252],[-148195,-639118],[-143668,-650339],[-147038,-651826],[-146041,-650690],[-147222,-650932],[-142844,-650902],[-142578,-651070],[-142787,-651904],[-146936,-640551],[-143659,-660734],[-143502,-653868],[-143383,-653850],[-152518,-671140],[-162514,-281262],[-156616,-288102],[-156426,-283793],[-155492,-287181],[-166246,-287824],[-164568,-285811],[-164064,-290254],[-165773,-288943],[-163403,-291130],[-163365,-290140],[-157768,-283476],[-160148,-289458],[-158880,-284651],[-165178,-289626],[-165475,-284375],[-162743,-289765],[-162567,-291874],[-163231,-293228],[-163354,-288337],[-160505,-288835],[-164789,-290803],[-156437,-300951],[-157146,-294753],[-158636,-303102],[-154153,-430636],[-164159,-432953],[-157881,-427562],[-158860,-423076],[-160091,-422887],[-165394,-432766],[-156693,-429663],[-154352,-426215],[-157822,-430534],[-159320,-426284],[-161087,-424053],[-165511,-433488],[-162137,-438951],[-161784,-436355],[-159460,-435053],[-164768,-443110],[-157111,-444826],[-156586,-442334],[-156489,-442887],[-158649,-435708],[-159247,-436588],[-159177,-437312],[-164988,-438236],[-155946,-445706],[-164706,-444162],[-166193,-446777],[-153832,-444470],[-166094,-442526],[-161244,-435124],[-154382,-438055],[-154984,-458042],[-154189,-447926],[-158811,-449127],[-155127,-449221],[-162593,-458457],[-158972,-460137],[-165620,-450702],[-165460,-447802],[-154370,-449903],[-157055,-460065],[-165215,-449697],[-160863,-460811],[-158020,-471492],[-165929,-469754],[-165650,-467625],[-158626,-470879],[-165691,-466229],[-162221,-471032],[-163948,-473125],[-155773,-463192],[-156470,-463395],[-160709,-473119],[-156374,-462695],[-165698,-465160],[-160652,-465293],[-163465,-467485],[-157727,-470624],[-156377,-472654],[-155360,-467592],[-160547,-461473],[-159100,-460699],[-161777,-461743],[-165780,-470105],[-155916,-472414],[-162160,-472938],[-164302,-472831],[-163385,-472458],[-166109,-471272],[-163206,-467836],[-160333,-473324],[-157237,-476266],[-158524,-473591],[-157666,-474139],[-154655,-476025],[-155644,-474168],[-154842,-475636],[-162225,-481616],[-164385,-478585],[-156723,-483631],[-161951,-482054],[-153640,-484422],[-161993,-478262],[-155651,-485539],[-157720,-486027],[-155954,-485274],[-155202,-483928],[-160652,-481564],[-160922,-478507],[-159251,-486508],[-157262,-488186],[-163031,-541760],[-153889,-546434],[-156868,-549751],[-165571,-555172],[-166211,-556526],[-163072,-554546],[-159857,-552378],[-155486,-562484],[-161730,-561655],[-156239,-561177],[-159365,-559845],[-159549,-552455],[-158982,-550819],[-158533,-550380],[-165248,-572668],[-165596,-566802],[-160674,-564397],[-159980,-570895],[-163638,-580412],[-159536,-581317],[-160928,-581639],[-161405,-635185],[-154521,-651474],[-154843,-648817],[-161216,-641668],[-164181,-654273],[-164760,-669835],[-154494,-669282],[-155207,-670334],[-162622,-668585],[-166366,-670456],[-170078,-283391],[-173482,-288139],[-169176,-284279],[-168622,-284717],[-168022,-287793],[-167959,-285564],[-171753,-286558],[-171539,-288113],[-166470,-291704],[-168388,-283703],[-169643,-290050],[-173061,-288527],[-171605,-283963],[-167844,-288929],[-171585,-289280],[-167466,-284617],[-170282,-286919],[-168854,-289537],[-171631,-425428],[-175808,-432099],[-172146,-423091],[-169907,-438090],[-170760,-438725],[-171699,-438730],[-173840,-438312],[-172003,-436226],[-169308,-438445],[-171297,-439552],[-170829,-437942],[-172607,-439698],[-170265,-437245],[-171084,-439154],[-179034,-446711],[-177446,-445174],[-170796,-446339],[-177031,-443938],[-178096,-443110],[-170501,-446028],[-170622,-445683],[-177361,-450015],[-177990,-450858],[-176682,-450339],[-173643,-453193],[-177647,-449813],[-172386,-449613],[-170864,-450667],[-168495,-448704],[-171912,-450470],[-172112,-450439],[-168481,-450184],[-168720,-448342],[-175698,-450942],[-175155,-451684],[-167014,-448640],[-174137,-468687],[-172792,-471664],[-176424,-468298],[-175645,-465345],[-176320,-464621],[-176382,-465814],[-172576,-463305],[-177718,-471829],[-176747,-462226],[-172939,-462866],[-175776,-465985],[-173359,-471516],[-167573,-479796],[-175064,-474064],[-174735,-479879],[-173053,-482814],[-167732,-480073],[-176673,-475934],[-172102,-484517],[-177418,-475645],[-170856,-483071],[-174276,-504700],[-174777,-504626],[-171957,-547363],[-171305,-541463],[-171266,-541786],[-169888,-544039],[-169169,-542277],[-168345,-554861],[-168572,-562184],[-175928,-552651],[-172840,-551605],[-172523,-552891],[-169338,-565098],[-170613,-565036],[-169531,-563054],[-168145,-565594],[-178021,-573281],[-167469,-574573],[-172446,-580420],[-169435,-576804],[-167039,-585937],[-166691,-586520],[-170877,-586670],[-169866,-588226],[-178908,-622686],[-176843,-638330],[-176749,-639333],[-171358,-638832],[-168017,-638272],[-166608,-632600],[-168812,-632523],[-170089,-628331],[-169666,-628302],[-175217,-640202],[-170238,-654952],[-167071,-654885],[-174759,-669496],[-174787,-668207],[-175260,-667756],[-187165,-404772],[-186769,-403170],[-189520,-403799],[-187604,-404696],[-188113,-403761],[-186861,-403701],[-184933,-401120],[-183477,-400698],[-186291,-403227],[-185867,-401907],[-185967,-404162],[-184528,-401825],[-185001,-402772],[-187911,-405643],[-189253,-419532],[-190981,-418912],[-188085,-419208],[-190839,-422941],[-189350,-422686],[-191755,-424515],[-183647,-426232],[-186004,-422861],[-188522,-423844],[-180633,-430524],[-183334,-434357],[-180108,-431664],[-185647,-434343],[-181665,-429492],[-179889,-431377],[-184193,-431606],[-184880,-432843],[-184641,-433442],[-181067,-429739],[-183594,-432568],[-190046,-440845],[-191521,-440214],[-189689,-435831],[-180896,-447187],[-180154,-444562],[-180738,-442982],[-187903,-444065],[-179963,-445944],[-190565,-436040],[-179889,-442835],[-183838,-435434],[-180209,-449568],[-187934,-458712],[-188298,-454693],[-189965,-456529],[-183728,-468168],[-181778,-466742],[-190812,-466614],[-179705,-464760],[-182524,-468808],[-180477,-462974],[-188251,-470739],[-189459,-467712],[-186577,-468919],[-185054,-471480],[-185012,-471030],[-189577,-462011],[-185978,-473635],[-191636,-481623],[-191091,-585733],[-182088,-583628],[-182202,-582447],[-187528,-593810],[-187136,-595755],[-184244,-597114],[-190649,-599161],[-189608,-598927],[-187746,-596921],[-187121,-590414],[-187780,-591051],[-186703,-602087],[-189416,-602866],[-184864,-616316],[-182907,-615427],[-187874,-618744],[-180206,-620519],[-183017,-634799],[-182865,-632800],[-183320,-634605],[-191186,-635852],[-190632,-630290],[-181853,-635408],[-181009,-633721],[-187764,-639901],[-183488,-644391],[-202625,-302355],[-204619,-298661],[-196821,-307302],[-201122,-415926],[-201226,-417326],[-195607,-417740],[-193419,-417282],[-193334,-418746],[-193654,-416628],[-196758,-418335],[-195434,-418506],[-194243,-418855],[-194737,-417847],[-194528,-418046],[-194602,-417244],[-192715,-418296],[-195665,-420784],[-193413,-419883],[-197295,-430929],[-198281,-427754],[-198176,-429371],[-195957,-426057],[-199424,-423810],[-203008,-425645],[-195546,-429406],[-197551,-431502],[-204512,-423504],[-197217,-431939],[-201973,-432989],[-199595,-425364],[-197088,-432534],[-201933,-422263],[-202679,-426427],[-202614,-432652],[-202059,-431818],[-203201,-442379],[-200326,-437236],[-199491,-437619],[-194022,-446820],[-198028,-445627],[-202861,-439660],[-199901,-438709],[-200439,-443693],[-196071,-446414],[-202345,-442966],[-193417,-436384],[-194245,-435112],[-194171,-436085],[-197777,-436912],[-193594,-456252],[-203897,-453994],[-197242,-456987],[-196326,-453791],[-199267,-453817],[-198398,-454030],[-195846,-453138],[-193774,-455712],[-202129,-449091],[-199696,-454084],[-202662,-450996],[-199819,-449537],[-204513,-457434],[-202892,-459780],[-202865,-469867],[-194710,-463420],[-194325,-465296],[-194571,-464966],[-200369,-463163],[-202917,-467830],[-197521,-474769],[-201337,-497062],[-195809,-494961],[-197386,-535557],[-193407,-530422],[-192608,-530928],[-203603,-530734],[-204694,-527829],[-193789,-586651],[-197808,-584639],[-199322,-583387],[-196904,-587530],[-195994,-585465],[-197556,-591910],[-203138,-598978],[-196592,-601143],[-194530,-596352],[-193863,-597051],[-193877,-592018],[-193670,-592591],[-197499,-588890],[-199246,-604177],[-199234,-604000],[-192223,-602934],[-193744,-622581],[-195813,-625679],[-203516,-634131],[-194803,-635601],[-193513,-630717],[-200099,-653958],[-196985,-654065],[-213819,-306540],[-207347,-298427],[-215119,-299747],[-208274,-296325],[-210021,-297196],[-206817,-299581],[-204840,-302924],[-210909,-305653],[-217414,-310499],[-214666,-307620],[-212868,-311811],[-209741,-309029],[-210532,-316906],[-205077,-311857],[-208800,-309241],[-214202,-318500],[-212424,-314711],[-213142,-314790],[-211380,-317134],[-207667,-315166],[-213246,-313580],[-215987,-313223],[-208695,-309895],[-216939,-312134],[-217208,-321038],[-217389,-320701],[-214357,-320608],[-211481,-323868],[-217510,-383081],[-215797,-381911],[-217248,-382832],[-209236,-389417],[-209711,-388903],[-213593,-389205],[-210417,-388629],[-216348,-385653],[-210671,-388492],[-216388,-384007],[-206971,-420943],[-208595,-420567],[-211043,-420519],[-208109,-417638],[-210236,-420030],[-205581,-434501],[-208267,-425224],[-210389,-434272],[-211519,-424452],[-213140,-429676],[-216682,-426313],[-215941,-428981],[-206867,-424875],[-205617,-423692],[-211885,-432638],[-208594,-422356],[-205308,-424647],[-206767,-434771],[-208073,-422596],[-207343,-423068],[-213759,-438679],[-209443,-436351],[-214702,-439602],[-215881,-439207],[-209691,-441198],[-207872,-439492],[-210224,-441007],[-215473,-439436],[-209765,-436316],[-205578,-445065],[-213841,-436948],[-212094,-437196],[-205717,-447572],[-214529,-440133],[-207976,-446348],[-208373,-449924],[-209322,-452750],[-209717,-453571],[-209100,-459790],[-214276,-455292],[-207922,-466220],[-215000,-494749],[-208265,-495293],[-206172,-509940],[-214027,-519805],[-214280,-518656],[-213018,-527469],[-214668,-525443],[-205791,-529601],[-211998,-529649],[-212402,-530066],[-214522,-525863],[-215277,-564142],[-211001,-567291],[-206299,-567996],[-207550,-567978],[-214992,-573019],[-210667,-574269],[-210645,-575742],[-209829,-575758],[-210818,-581996],[-209588,-580645],[-208496,-586705],[-207002,-587781],[-217530,-584151],[-212949,-584389],[-216927,-582152],[-215927,-583912],[-210834,-588564],[-212449,-585686],[-204916,-581613],[-208106,-579577],[-208776,-590320],[-213435,-589084],[-207377,-601829],[-229112,-299808],[-227856,-294965],[-218608,-299763],[-228653,-303169],[-226779,-294685],[-219610,-303836],[-222287,-306375],[-223940,-310127],[-227569,-317050],[-227488,-307471],[-226584,-316327],[-218888,-307086],[-221097,-318748],[-220140,-319492],[-221323,-327003],[-223430,-326853],[-223273,-322737],[-224228,-323234],[-226262,-367693],[-225778,-368072],[-228067,-369986],[-219218,-382159],[-222664,-375531],[-223246,-376472],[-230249,-376444],[-224830,-379057],[-224193,-378463],[-223744,-377078],[-229695,-374250],[-228533,-379694],[-229966,-376517],[-228272,-374279],[-224939,-379353],[-226565,-380554],[-223430,-376868],[-228303,-379627],[-219045,-385601],[-221626,-391140],[-219315,-386611],[-218220,-384966],[-219625,-386321],[-226295,-395758],[-218484,-385038],[-221534,-404767],[-221264,-405301],[-225243,-405959],[-227030,-401782],[-224276,-406777],[-219943,-408612],[-220415,-405014],[-229114,-401513],[-225100,-405529],[-224676,-406611],[-228283,-401641],[-219050,-406810],[-230395,-409158],[-223110,-408714],[-228375,-408462],[-219337,-408668],[-220342,-405255],[-227238,-402005],[-218106,-398917],[-221873,-397025],[-226673,-397082],[-219368,-399867],[-221696,-397200],[-221702,-398403],[-225686,-397321],[-218751,-400815],[-221592,-398218],[-229994,-406568],[-221287,-397381],[-225482,-417593],[-218256,-418379],[-222632,-418674],[-217921,-410126],[-225266,-421923],[-222126,-419225],[-229366,-415892],[-225428,-416624],[-219991,-414621],[-227423,-424815],[-218394,-428276],[-217743,-426457],[-217652,-428868],[-217992,-427700],[-220876,-435791],[-220170,-435840],[-226246,-441657],[-226142,-440993],[-223979,-445772],[-226079,-444750],[-220016,-492171],[-219618,-573903],[-217772,-572664],[-219969,-569446],[-219231,-564695],[-223908,-568589],[-220973,-570956],[-218227,-581893],[-225996,-576079],[-219002,-586513],[-223841,-583485],[-228879,-584738],[-220976,-599864],[-227493,-601924],[-225020,-604622],[-242902,-289944],[-239928,-289274],[-242114,-287153],[-238408,-299161],[-241860,-297189],[-231353,-308575],[-232162,-331277],[-232543,-336756],[-237777,-367614],[-235848,-367865],[-236426,-370757],[-233757,-368397],[-237708,-367325],[-231794,-373212],[-232326,-377955],[-232831,-383563],[-233587,-381464],[-236420,-371699],[-236168,-371912],[-233902,-373826],[-233806,-375723],[-231592,-377718],[-238639,-380567],[-236690,-394823],[-231731,-392328],[-232065,-396025],[-231962,-389500],[-236098,-394238],[-235279,-384574],[-234740,-393411],[-231870,-389308],[-236267,-389067],[-232214,-395894],[-242240,-389318],[-236053,-387394],[-235939,-394030],[-232826,-388815],[-234948,-386796],[-231551,-390804],[-235998,-387186],[-236588,-385943],[-237108,-386958],[-232742,-388642],[-232979,-389876],[-236686,-388280],[-235936,-386420],[-235944,-384263],[-240491,-398513],[-237725,-406379],[-237984,-406901],[-233211,-407782],[-231538,-408381],[-241922,-407330],[-238125,-408261],[-242076,-408076],[-239656,-408777],[-238551,-407242],[-233486,-401170],[-241934,-403799],[-242892,-407670],[-240413,-399239],[-240183,-397740],[-237203,-403928],[-242504,-403506],[-233496,-397500],[-235098,-396755],[-232443,-397615],[-234577,-397112],[-235935,-397239],[-238755,-418867],[-237942,-417835],[-240663,-414497],[-240722,-420962],[-231464,-413195],[-233378,-417391],[-230596,-420674],[-239361,-418637],[-233070,-416062],[-231403,-420280],[-231214,-415367],[-235163,-416731],[-235781,-416834],[-239852,-409915],[-238998,-414891],[-240684,-412321],[-230683,-437503],[-235857,-551283],[-235705,-554721],[-237521,-553478],[-231748,-556168],[-233118,-555247],[-236154,-565616],[-236316,-566903],[-235939,-573146],[-231984,-573314],[-231384,-568989],[-235103,-583629],[-231409,-580736],[-235053,-578219],[-242857,-591864],[-231809,-595775],[-233146,-599278],[-1955,-214325],[-2397,-213710],[-3692,-213745],[-2853,-215592],[-3274,-213242],[-2888,-215319],[-2665,-213295],[-1113,-218539],[-2653,-219776],[-143,-226981],[-2060,-219617],[-4,-227535],[-3949,-220310],[-2601,-220112],[-2459,-220140],[-2151,-217439],[-532,-226188],[-4406,-221493],[-569,-218250],[-9873,-252609],[-9139,-253877],[-7736,-248192],[-10904,-250040],[-10869,-252125],[-7438,-247765],[-9950,-254681],[-6072,-255682],[-8591,-252466],[-9462,-255477],[-10275,-254698],[-8296,-251765],[-6238,-253746],[-6073,-255376],[-10266,-253370],[-4424,-253307],[-11433,-245059],[-4757,-254171],[-1156,-254618],[-884,-253832],[-2321,-247690],[-3706,-254963],[-2096,-253141],[-4597,-254171],[-4561,-253420],[-5009,-253110],[-3465,-253959],[-9427,-256245],[-1872,-266618],[-4632,-267029],[-9403,-266261],[-3460,-266887],[-9466,-265499],[-4979,-267590],[-2392,-267108],[-4558,-267337],[-2855,-255808],[-10087,-268588],[-66,-318721],[-161,-318903],[-12234,-354436],[-12003,-353959],[-11897,-372270],[-12498,-375327],[-406,-471234],[-3756,-471648],[-820,-471737],[-4244,-472506],[-6525,-471130],[-6163,-471661],[-4298,-471480],[-1861,-473316],[-1876,-471227],[-9736,-478783],[-11555,-479522],[-10102,-483011],[-12304,-480736],[-10395,-484998],[-9453,-476079],[-1966,-484610],[-1413,-485087],[-3404,-485180],[-4577,-481250],[-6923,-473565],[-4089,-477784],[-4746,-476841],[-7896,-474023],[-1217,-473511],[-3809,-474971],[-2226,-480928],[-6985,-497536],[-11500,-491924],[-5497,-497443],[-9944,-486235],[-8514,-489225],[-9986,-488712],[-11715,-493154],[-10729,-492518],[-10223,-494422],[-8124,-495946],[-10509,-494659],[-6949,-492985],[-465,-498626],[-5754,-497603],[-8595,-489190],[-11424,-493310],[-9297,-489595],[-11827,-493109],[-6445,-496408],[-9102,-488421],[-317,-490874],[-190,-502128],[-1569,-501880],[-487,-499116],[-3758,-501695],[-3701,-500278],[-5117,-500995],[-5559,-500119],[-12488,-500435],[-855,-503021],[-5426,-500064],[-3858,-501818],[-4219,-500980],[-1649,-519880],[-1353,-524626],[-5321,-531824],[-440,-528073],[-15,-525971],[-6189,-527775],[-5271,-530243],[-248479,-289828],[-251859,-293216],[-250672,-289132],[-244297,-293024],[-245265,-292187],[-248571,-286435],[-244861,-284672],[-243430,-286562],[-243212,-286359],[-252512,-302498],[-247078,-299662],[-243730,-302820],[-255053,-338404],[-243969,-342435],[-254088,-339411],[-244581,-341568],[-250302,-347545],[-245858,-394779],[-246148,-395745],[-245161,-394046],[-246768,-392517],[-253548,-395939],[-251374,-393953],[-246675,-389299],[-244676,-386789],[-247383,-392625],[-252811,-394516],[-252997,-395060],[-249122,-392567],[-248149,-400528],[-245516,-407263],[-245536,-398766],[-243830,-400239],[-248265,-397439],[-246480,-407740],[-244474,-407051],[-244297,-399802],[-245618,-398400],[-248658,-402890],[-248330,-405660],[-253860,-406350],[-255738,-405776],[-254631,-405990],[-252022,-413840],[-255489,-411486],[-252945,-415283],[-251121,-414167],[-253297,-414924],[-251063,-428534],[-254071,-447831],[-243474,-471028],[-245074,-473818],[-244572,-474231],[-255144,-557695],[-255443,-559500],[-253538,-567499],[-249015,-569958],[-255621,-600383],[-261755,-280785],[-259753,-284342],[-264617,-284996],[-260058,-291228],[-259576,-285653],[-263848,-293894],[-259327,-293616],[-262602,-288301],[-258671,-290355],[-267463,-281934],[-264985,-282807],[-258143,-292893],[-265219,-281621],[-268527,-295541],[-260301,-330245],[-260140,-331370],[-268301,-334840],[-262261,-341555],[-259391,-348363],[-266780,-360635],[-268294,-368808],[-263695,-363266],[-263184,-362647],[-265120,-362483],[-266006,-407281],[-263856,-409028],[-262000,-402060],[-260801,-406264],[-261471,-403573],[-261399,-406899],[-260402,-406661],[-257049,-404838],[-256460,-405833],[-263635,-408780],[-264788,-399603],[-262757,-402638],[-262100,-402431],[-263014,-408437],[-264327,-399433],[-263600,-410601],[-268787,-410847],[-268405,-429389],[-260431,-433613],[-262651,-443113],[-260582,-453741],[-262091,-454222],[-259960,-452632],[-256528,-447905],[-256990,-558192],[-267286,-573060],[-267915,-575430],[-260171,-563875],[-266070,-568648],[-265154,-566494],[-264360,-568395],[-264513,-569282],[-256242,-577088],[-263443,-599590],[-268044,-611010],[-271288,-285266],[-270899,-284779],[-269442,-286717],[-272072,-285358],[-271711,-290429],[-269499,-291388],[-271760,-289546],[-269231,-290684],[-270451,-288952],[-271541,-292079],[-271762,-288007],[-270509,-292835],[-270037,-335751],[-269259,-333017],[-271662,-344327],[-269050,-336984],[-269807,-339569],[-269594,-335548],[-274132,-344949],[-276498,-346598],[-280645,-347887],[-279153,-351275],[-280664,-352804],[-274533,-346230],[-276769,-347787],[-270895,-348304],[-271636,-362866],[-275242,-369478],[-269722,-365246],[-279327,-360674],[-274989,-362078],[-271207,-362565],[-270535,-365632],[-269722,-369779],[-273544,-365086],[-274878,-360590],[-272680,-361513],[-276200,-396005],[-279447,-395461],[-279717,-393987],[-279227,-395750],[-273486,-395418],[-278210,-404078],[-279231,-408971],[-279433,-397453],[-272646,-397223],[-277448,-401354],[-275930,-398502],[-271253,-411935],[-271154,-410368],[-277396,-413543],[-277247,-413607],[-271608,-411877],[-275166,-409953],[-274046,-414464],[-275671,-413843],[-275725,-410289],[-272286,-416060],[-280442,-415666],[-277983,-418868],[-276104,-418043],[-278121,-422161],[-275792,-419871],[-281504,-418533],[-280312,-415287],[-274338,-432109],[-275108,-431458],[-269522,-428509],[-275988,-433715],[-281436,-430149],[-276806,-437805],[-271641,-442591],[-278066,-447300],[-278262,-452165],[-280983,-550081],[-280317,-545768],[-280609,-545916],[-278804,-542924],[-279027,-542552],[-280265,-542635],[-280782,-561391],[-279428,-562468],[-269333,-575795],[-269576,-574761],[-280754,-572868],[-280530,-572486],[-280978,-572056],[-281553,-569874],[-280384,-570723],[-278755,-565371],[-278989,-565851],[-279183,-563113],[-270795,-578218],[-270140,-577043],[-269978,-575975],[-278191,-609205],[-282554,-344592],[-287886,-345504],[-284188,-417775],[-285731,-421247],[-285081,-420341],[-283613,-416404],[-291358,-411844],[-284670,-418827],[-287319,-414393],[-286228,-420720],[-290237,-429852],[-291374,-425851],[-290205,-428168],[-282158,-429926],[-291115,-428727],[-290992,-428622],[-282578,-422217],[-284242,-429033],[-285609,-429809],[-286701,-427970],[-286681,-428532],[-281735,-427746],[-284678,-437954],[-289495,-435903],[-286932,-435579],[-290306,-439560],[-287720,-437502],[-287462,-435841],[-291125,-439769],[-292013,-439277],[-290879,-454984],[-292022,-455027],[-290389,-450149],[-290067,-453686],[-284136,-453375],[-282402,-549943],[-293416,-547132],[-293834,-547311],[-294061,-546835],[-282819,-550390],[-281969,-550597],[-284292,-551191],[-284338,-558603],[-282269,-560254],[-284764,-551452],[-286187,-575571],[-286835,-574934],[-287232,-571486],[-288523,-570411],[-287444,-570618],[-290384,-565885],[-290315,-564665],[-287598,-573626],[-282385,-572521],[-282335,-572114],[-282592,-570424],[-282036,-569266],[-286594,-581523],[-286601,-581787],[-287621,-583007],[-289113,-584209],[-290678,-581810],[-290742,-581332],[-291195,-582687],[-290491,-583930],[-291333,-586376],[-291470,-586578],[-286757,-580294],[-284836,-580970],[-291192,-579363],[-291776,-579183],[-286654,-575839],[-284604,-599410],[-293151,-590472],[-293393,-590504],[-293115,-590954],[-294265,-591496],[-284487,-599679],[-284967,-600151],[-285971,-601072],[-285173,-605011],[-284380,-604410],[-283669,-601972],[-284826,-602476],[-287556,-611688],[-293820,-606931],[-285512,-602084],[-300966,-350451],[-297509,-351812],[-294877,-354635],[-297734,-352476],[-306491,-361035],[-304963,-358636],[-305547,-381438],[-297921,-383740],[-303505,-382916],[-305544,-381767],[-301910,-383775],[-301996,-383655],[-297218,-383903],[-302520,-385804],[-298420,-389850],[-296759,-385875],[-298316,-389111],[-304615,-403725],[-306361,-402906],[-302914,-419864],[-303334,-420741],[-305046,-425447],[-304477,-425263],[-295614,-455370],[-300094,-453497],[-295139,-549958],[-296205,-549548],[-295800,-546565],[-295140,-547496],[-296112,-542910],[-294949,-543137],[-296783,-543438],[-296645,-541559],[-297701,-541407],[-302771,-540570],[-303673,-539631],[-303410,-562417],[-298413,-553751],[-301132,-557077],[-301132,-557077],[-301348,-556692],[-302761,-554329],[-299484,-553944],[-298812,-550845],[-298330,-551497],[-297481,-554246],[-296492,-554692],[-299546,-556105],[-300149,-556182],[-301927,-557271],[-296762,-553644],[-294969,-555852],[-297723,-551904],[-305738,-575055],[-302006,-570176],[-301959,-566944],[-302207,-566761],[-302221,-567221],[-303849,-564153],[-299280,-564418],[-298744,-564417],[-298763,-566480],[-298891,-563484],[-299324,-566084],[-300221,-565216],[-302777,-580505],[-299586,-577479],[-299590,-577925],[-300829,-577840],[-303199,-580802],[-303352,-579334],[-303091,-580379],[-294508,-591597],[-313315,-356166],[-318558,-365602],[-316744,-361736],[-317879,-360593],[-307229,-382114],[-309436,-386918],[-310659,-391211],[-307607,-392335],[-317904,-394904],[-309986,-386272],[-317199,-384618],[-310671,-391551],[-317425,-394949],[-311230,-385714],[-315750,-385119],[-312091,-396348],[-307854,-391872],[-312909,-397210],[-311624,-405934],[-313656,-406298],[-319522,-399444],[-308497,-407627],[-310452,-405872],[-319142,-400124],[-308975,-407299],[-307792,-420192],[-307390,-418841],[-312160,-457598],[-311556,-456007],[-313686,-461734],[-316358,-473019],[-313884,-461201],[-319537,-468014],[-318323,-470380],[-319430,-469357],[-316820,-471853],[-314485,-468047],[-313550,-468246],[-317462,-473621],[-323908,-350495],[-324648,-350727],[-331646,-363363],[-330796,-360296],[-320481,-405844],[-320403,-399701],[-320993,-398812],[-320254,-404398],[-329706,-444433],[-324348,-447115],[-323429,-446695],[-330618,-447557],[-330945,-451332],[-328730,-451205],[-327929,-448894],[-330507,-458355],[-330027,-458326],[-332030,-472359],[-325343,-470832],[-321143,-470555],[-329171,-473341],[-324490,-465752],[-324908,-469770],[-324162,-472087],[-324311,-472545],[-330751,-471516],[-323445,-462710],[-323312,-461952],[-321941,-469457],[-328427,-464706],[-328083,-464057],[-330643,-471926],[-330670,-484008],[-331736,-484213],[-322186,-478555],[-321734,-479054],[-331573,-485884],[-331052,-485822],[-331972,-484859],[-321338,-476422],[-326563,-475370],[-331932,-484558],[-324194,-483548],[-323952,-484330],[-323088,-483986],[-326988,-483008],[-332766,-486911],[-332741,-487513],[-332734,-487142],[-332046,-487678],[-332275,-489661],[-330756,-486936],[-331445,-486990],[-332129,-489099],[-332573,-495729],[-331333,-496582],[-332550,-496863],[-330844,-486523],[-331149,-487219],[-324607,-498636],[-322207,-511637],[-328444,-505448],[-325803,-500439],[-324466,-502213],[-328204,-503831],[-325799,-508798],[-324222,-509953],[-324807,-509519],[-321988,-511357],[-322793,-511753],[-332540,-513344],[-330643,-516856],[-330237,-517028],[-335785,-353623],[-338006,-353540],[-337293,-355431],[-338498,-354874],[-337534,-375107],[-344598,-403327],[-341711,-400620],[-344174,-405802],[-340918,-401182],[-341845,-404530],[-339733,-402403],[-342795,-401453],[-342452,-405149],[-342017,-403024],[-339593,-400231],[-345171,-446303],[-343310,-443472],[-340116,-442518],[-339162,-439368],[-344720,-447660],[-337192,-440553],[-341291,-444406],[-335649,-449194],[-344719,-451488],[-343272,-451001],[-342961,-448983],[-334155,-449121],[-345344,-448153],[-336107,-450643],[-333641,-468381],[-342360,-471268],[-335531,-466744],[-335678,-470979],[-339602,-467851],[-339232,-465545],[-344309,-469324],[-342756,-472119],[-340900,-462220],[-345116,-465096],[-344079,-465755],[-340984,-466332],[-337840,-463533],[-342743,-475767],[-342149,-475755],[-340682,-474719],[-335097,-489121],[-334360,-487863],[-335886,-488595],[-335602,-488029],[-345593,-491772],[-333579,-488567],[-338094,-491470],[-335161,-490966],[-338620,-491240],[-339505,-490571],[-341018,-491234],[-343976,-496097],[-343647,-495739],[-340045,-492192],[-345540,-494578],[-339786,-491768],[-335617,-494706],[-335617,-491217],[-345216,-519384],[-345360,-520043],[-344223,-517923],[-343838,-517635],[-343813,-519905],[-345049,-519438],[-336413,-519179],[-335607,-521149],[-335669,-520493],[-337001,-518887],[-336981,-519511],[-333124,-513273],[-341894,-528443],[-338542,-530757],[-342428,-527748],[-340135,-530737],[-351092,-380893],[-353262,-383368],[-354951,-392868],[-354295,-395091],[-349856,-396323],[-355769,-395492],[-356378,-395845],[-357084,-391184],[-351753,-396325],[-354017,-395255],[-355125,-391661],[-356226,-396413],[-353234,-408368],[-346432,-401870],[-350146,-409327],[-357682,-400603],[-351921,-407970],[-347094,-407670],[-349729,-397050],[-353843,-397938],[-356150,-399428],[-346379,-399681],[-350803,-405239],[-347643,-403687],[-346147,-407345],[-355160,-407943],[-346526,-408996],[-347593,-406708],[-351953,-408212],[-354732,-407171],[-353110,-407635],[-348348,-407912],[-348280,-407339],[-351009,-406135],[-351704,-408161],[-356895,-405382],[-349553,-397508],[-355804,-408786],[-348080,-401012],[-356329,-406385],[-349633,-411799],[-354299,-410646],[-355004,-410856],[-355150,-413508],[-353319,-413111],[-357795,-418307],[-346289,-442925],[-355242,-447336],[-348378,-442085],[-354980,-447101],[-354152,-446080],[-348562,-442636],[-346076,-444391],[-347040,-441724],[-354476,-444306],[-346254,-450739],[-350059,-453301],[-350746,-452723],[-350453,-449595],[-350290,-448994],[-353042,-449481],[-351934,-448409],[-350731,-468537],[-355239,-468031],[-349343,-470417],[-351326,-470184],[-350137,-463397],[-358365,-482927],[-347191,-475483],[-346551,-475734],[-350706,-492149],[-350368,-490963],[-349611,-493553],[-347371,-493397],[-346991,-492348],[-347290,-492789],[-349915,-493251],[-348585,-492535],[-346534,-493886],[-351736,-496212],[-345743,-494158],[-351050,-496485],[-352530,-495836],[-346378,-494355],[-356427,-507774],[-356362,-508428],[-357905,-509135],[-357867,-509484],[-357504,-510219],[-358389,-500139],[-356236,-511492],[-355130,-508824],[-354461,-524299],[-351302,-521972],[-350931,-521135],[-357455,-520811],[-349071,-521876],[-348756,-521110],[-347312,-521584],[-351884,-517414],[-347724,-521510],[-347658,-522098],[-347085,-519095],[-345625,-519369],[-346854,-519140],[-346779,-519806],[-347461,-520530],[-350226,-514674],[-350409,-514263],[-349432,-514196],[-351132,-516129],[-349128,-529901],[-349326,-530908],[-350022,-526880],[-350972,-526180],[-355667,-532058],[-356080,-532553],[-356764,-532490],[-350362,-533063],[-350092,-532511],[-353351,-531645],[-355297,-535116],[-352268,-532780],[-349368,-535229],[-352539,-530081],[-353940,-528698],[-351101,-525805],[-350711,-525961],[-357056,-575529],[-356560,-572152],[-355111,-576107],[-365618,-367739],[-370063,-367007],[-365164,-367472],[-369455,-367379],[-363774,-367248],[-367004,-367237],[-361484,-390597],[-370797,-395416],[-360536,-395009],[-365073,-392919],[-369271,-392712],[-358667,-390956],[-363290,-386123],[-363968,-389824],[-362887,-395899],[-371101,-391335],[-363207,-387045],[-366911,-392811],[-367461,-391629],[-363537,-390576],[-364165,-401807],[-358642,-407824],[-359821,-406466],[-362833,-402796],[-363034,-399359],[-367587,-399590],[-365927,-400825],[-358743,-403457],[-369882,-402931],[-361298,-408726],[-364046,-404068],[-359783,-403155],[-368823,-408104],[-358905,-405024],[-362877,-398563],[-362439,-399809],[-359710,-399666],[-359300,-397721],[-359078,-399054],[-361646,-408565],[-360479,-409857],[-367072,-414503],[-362473,-415559],[-358539,-417204],[-364089,-409933],[-364478,-410184],[-359911,-413704],[-359210,-415231],[-370587,-414697],[-365332,-414437],[-361664,-417592],[-367911,-410521],[-359451,-418720],[-368734,-413940],[-358752,-409687],[-360437,-410407],[-367852,-411233],[-370404,-458868],[-367552,-453476],[-367923,-455791],[-358506,-449013],[-366252,-457023],[-370009,-454791],[-369667,-460184],[-367864,-460380],[-368201,-463782],[-367789,-466077],[-367700,-461502],[-365902,-461308],[-369231,-474551],[-368257,-481145],[-371088,-485732],[-367821,-475728],[-359839,-483112],[-368388,-486992],[-367925,-488271],[-368380,-489017],[-366951,-490411],[-366501,-490142],[-366667,-489421],[-365382,-489713],[-360655,-494485],[-366645,-492768],[-367914,-494146],[-370084,-491798],[-367567,-494558],[-360231,-496419],[-364961,-491105],[-369395,-498978],[-363346,-497179],[-362337,-493834],[-360004,-495672],[-363766,-497091],[-368669,-499102],[-362449,-506905],[-362640,-506773],[-359462,-510352],[-359399,-510932],[-363874,-507585],[-363955,-508060],[-362036,-506977],[-368247,-521923],[-370208,-515496],[-362706,-522890],[-366469,-517752],[-367303,-521950],[-365266,-516974],[-358843,-515946],[-359980,-517571],[-359810,-517117],[-360037,-522025],[-364843,-512881],[-362257,-518645],[-361920,-517555],[-362192,-519881],[-359892,-514336],[-360143,-513839],[-360659,-514732],[-361587,-512481],[-361962,-512568],[-361574,-513062],[-362338,-515736],[-362686,-515530],[-363255,-516038],[-359282,-513916],[-368843,-515423],[-363583,-522715],[-367244,-521456],[-367044,-519119],[-363307,-522335],[-370005,-513136],[-361635,-522040],[-366022,-518048],[-361961,-517279],[-364748,-512770],[-368001,-515110],[-364803,-516227],[-370207,-513242],[-360285,-521025],[-368162,-516597],[-365032,-512779],[-361389,-517401],[-361750,-516724],[-366914,-518888],[-368928,-517239],[-364525,-527052],[-369361,-534526],[-369114,-529786],[-369756,-529581],[-369163,-528814],[-363596,-525205],[-369586,-537031],[-370796,-524644],[-369203,-534154],[-361439,-526843],[-362277,-524764],[-364498,-534780],[-365171,-535523],[-365001,-534844],[-361456,-529025],[-362467,-528890],[-361641,-528625],[-367421,-536154],[-367828,-536046],[-368634,-535613],[-369869,-536536],[-370921,-541321],[-370616,-541536],[-368415,-540993],[-369508,-537911],[-363644,-541645],[-358427,-544846],[-363221,-540599],[-364488,-540032],[-362298,-542369],[-362401,-542666],[-364376,-543746],[-359188,-545223],[-368566,-546381],[-369955,-537616],[-367790,-558846],[-370300,-558088],[-367598,-559136],[-361071,-559043],[-369970,-557903],[-368940,-570995],[-368781,-571171],[-371118,-567938],[-366077,-565552],[-363415,-571778],[-365381,-564267],[-365459,-564582],[-365017,-565650],[-363244,-572292],[-363595,-566867],[-25430,-217227],[-25533,-217026],[-20145,-222321],[-19252,-223863],[-20353,-222871],[-16573,-218259],[-16349,-218462],[-24003,-242893],[-15152,-249095],[-15765,-248625],[-15890,-250579],[-16069,-248634],[-14395,-248074],[-24044,-255059],[-25574,-254257],[-13139,-264148],[-17062,-262886],[-24919,-264588],[-24237,-265332],[-25299,-256427],[-13501,-263714],[-18145,-286086],[-18684,-283426],[-22115,-282356],[-19038,-286588],[-17179,-287910],[-18151,-286882],[-21013,-286415],[-20656,-287521],[-21701,-283723],[-21295,-285586],[-22460,-288377],[-18751,-286457],[-20541,-284191],[-22250,-284097],[-22049,-287422],[-22908,-285172],[-22237,-285779],[-24851,-353421],[-24615,-353812],[-24808,-350743],[-14219,-358279],[-14237,-359815],[-14770,-360462],[-17260,-372225],[-18362,-371448],[-18707,-371372],[-17802,-371608],[-19508,-459054],[-18820,-456613],[-23170,-455311],[-18501,-457078],[-20226,-459292],[-23752,-471920],[-24366,-470384],[-21340,-469540],[-23545,-469094],[-23450,-467905],[-23466,-472178],[-24593,-470101],[-21541,-469056],[-23248,-467444],[-18588,-470752],[-19633,-468940],[-13385,-461728],[-18981,-461002],[-13622,-467815],[-13433,-468914],[-23998,-478031],[-23245,-479477],[-24129,-481314],[-24849,-480724],[-15923,-482163],[-24888,-479349],[-14027,-478048],[-15319,-482118],[-15619,-480985],[-22214,-480339],[-21870,-474017],[-16869,-483655],[-16168,-483446],[-14599,-483044],[-13155,-485176],[-13892,-483895],[-21793,-473591],[-13418,-478405],[-14947,-483539],[-16480,-495445],[-15047,-491884],[-14738,-495703],[-22489,-524644],[-13066,-529838],[-14146,-531833],[-13063,-527447],[-13957,-528797],[-13915,-526371],[-25429,-525483],[-373232,-368046],[-373291,-370625],[-382243,-379499],[-376640,-383520],[-374338,-373815],[-375242,-374113],[-372317,-375321],[-381196,-389542],[-376151,-395146],[-378991,-395745],[-382368,-384271],[-377876,-384850],[-382812,-386958],[-377994,-390926],[-371669,-386850],[-375485,-395977],[-381604,-395136],[-374944,-396399],[-379252,-393224],[-382355,-386963],[-378611,-393563],[-374696,-390977],[-381397,-390269],[-376471,-394078],[-376710,-387338],[-374593,-390511],[-374305,-387008],[-374359,-404516],[-371831,-397478],[-380148,-405798],[-372899,-408996],[-382151,-403574],[-377791,-409206],[-376498,-408551],[-379048,-405472],[-378094,-407708],[-373813,-397832],[-381909,-404744],[-376647,-398154],[-382124,-401275],[-378735,-398599],[-377971,-406163],[-374530,-398545],[-375091,-399653],[-374733,-403817],[-381535,-402448],[-377035,-400885],[-373116,-408247],[-383998,-406784],[-372111,-410184],[-373900,-409404],[-371401,-412452],[-379905,-409784],[-375171,-409911],[-371452,-410943],[-383571,-410143],[-372292,-411967],[-378832,-467094],[-373528,-463576],[-380836,-467967],[-382658,-469742],[-373534,-461057],[-371474,-461242],[-374905,-464536],[-383796,-468654],[-379367,-484168],[-376617,-481482],[-373238,-482075],[-376032,-479731],[-376965,-479637],[-381234,-485111],[-374911,-481520],[-373297,-497829],[-373317,-487653],[-372907,-488625],[-382760,-498027],[-378926,-495981],[-380464,-495500],[-382755,-497044],[-377098,-491599],[-373712,-498001],[-375160,-495771],[-376003,-493802],[-374176,-494966],[-374068,-489753],[-379028,-494227],[-373100,-498662],[-372841,-489565],[-380144,-494983],[-374945,-491434],[-372976,-490504],[-381279,-510079],[-376376,-510130],[-376265,-509751],[-380831,-510140],[-383291,-501573],[-379325,-499842],[-375179,-505362],[-376236,-503950],[-376913,-504211],[-373865,-505069],[-375351,-508091],[-376728,-511355],[-377077,-509456],[-374556,-507593],[-380557,-510728],[-383981,-502272],[-375908,-505304],[-383351,-507981],[-383614,-508508],[-380795,-505415],[-373827,-507305],[-379004,-499614],[-375764,-505607],[-373925,-506997],[-380167,-510701],[-375184,-510492],[-376397,-499270],[-378576,-518803],[-378607,-512702],[-374319,-521767],[-378149,-519057],[-377815,-513396],[-372042,-512859],[-381891,-520745],[-375535,-520197],[-374132,-513253],[-377398,-515329],[-378291,-514278],[-383524,-520462],[-378017,-512674],[-374864,-520474],[-374036,-522634],[-372234,-512484],[-376632,-518460],[-378977,-518106],[-383189,-519778],[-373239,-514876],[-379604,-515335],[-373723,-514328],[-377231,-514810],[-382891,-516276],[-383504,-517018],[-373167,-523250],[-376543,-521036],[-376759,-511868],[-377728,-513983],[-376289,-518053],[-374297,-513549],[-375212,-520119],[-381320,-515325],[-377434,-515212],[-378474,-518340],[-371608,-529612],[-372505,-531433],[-371473,-535327],[-373812,-536476],[-372081,-529233],[-372423,-536329],[-371231,-535603],[-372147,-536515],[-372169,-529669],[-378408,-526184],[-382906,-536293],[-382389,-536828],[-380791,-535887],[-374991,-536704],[-378706,-532026],[-379478,-533197],[-374979,-533227],[-378329,-532284],[-381929,-530995],[-382880,-536932],[-382435,-530801],[-382363,-531596],[-374836,-548778],[-372994,-550108],[-374893,-549052],[-374887,-546121],[-376867,-538799],[-374181,-545929],[-372933,-540813],[-376287,-538101],[-372340,-538845],[-376620,-538864],[-380500,-538651],[-373908,-553936],[-372005,-561918],[-373265,-551607],[-375672,-560091],[-374518,-555950],[-374417,-554966],[-374329,-555338],[-375653,-560542],[-377358,-559784],[-376960,-555898],[-376827,-556435],[-372123,-562810],[-373904,-569192],[-376768,-565518],[-376402,-563277],[-371296,-565696],[-373386,-569678],[-376489,-567022],[-373026,-564697],[-372978,-564871],[-376404,-566907],[-371541,-565502],[-376767,-563644],[-376579,-568616],[-376774,-568678],[-371877,-568296],[-371657,-566391],[-371407,-568815],[-396135,-370569],[-394542,-370848],[-396564,-359908],[-394436,-365201],[-394678,-379107],[-384744,-380937],[-388282,-383349],[-395046,-372121],[-396625,-372632],[-385733,-383128],[-391172,-371832],[-394842,-392170],[-389609,-388016],[-384902,-392930],[-385446,-385955],[-394228,-392067],[-395340,-390527],[-390122,-394947],[-387084,-403206],[-384138,-401886],[-390024,-403426],[-395064,-404214],[-395711,-403079],[-386282,-407021],[-385758,-404534],[-390195,-399238],[-391547,-403101],[-385328,-398569],[-385930,-400442],[-385840,-400072],[-387077,-400228],[-392964,-402480],[-387815,-403097],[-389621,-404436],[-395000,-396948],[-396688,-401338],[-385942,-471858],[-394315,-466937],[-395893,-464683],[-393302,-465443],[-385060,-464080],[-387988,-478702],[-389776,-479799],[-391033,-477835],[-387583,-475479],[-394029,-476277],[-392814,-474697],[-396206,-494950],[-391796,-489841],[-392971,-489974],[-390736,-492067],[-388326,-490984],[-395200,-489083],[-393450,-490677],[-391893,-492426],[-390199,-492898],[-389240,-496455],[-386078,-489218],[-392267,-496965],[-386244,-495971],[-386367,-489998],[-384610,-496090],[-389741,-498346],[-374291,-499557],[-386507,-499897],[-391993,-504052],[-392691,-504184],[-394802,-502442],[-395260,-503671],[-387950,-499603],[-388630,-499284],[-391589,-503352],[-393034,-504174],[-393827,-504035],[-391906,-503815],[-394007,-501638],[-394823,-504977],[-393558,-500124],[-385639,-502587],[-393967,-500654],[-386584,-499220],[-394883,-511306],[-394729,-510897],[-385882,-505351],[-386487,-504164],[-384894,-507683],[-389405,-499262],[-391548,-502768],[-395833,-502136],[-394950,-504030],[-385188,-504975],[-390527,-502505],[-386239,-509988],[-387534,-511207],[-387235,-510427],[-384582,-501952],[-384151,-506758],[-384222,-506504],[-396009,-517945],[-396030,-518418],[-396565,-517825],[-393305,-520730],[-393423,-520308],[-394312,-520814],[-384539,-526595],[-389269,-533265],[-388854,-534106],[-389812,-533567],[-387121,-536021],[-386461,-536352],[-386647,-536639],[-384978,-540433],[-391225,-540302],[-384495,-540455],[-392724,-545248],[-385583,-539253],[-384667,-541061],[-385473,-537422],[-388253,-543818],[-387871,-543853],[-395818,-552689],[-394985,-551105],[-402835,-350379],[-401420,-356035],[-402567,-350870],[-406145,-351724],[-399034,-352640],[-406519,-365281],[-403412,-363294],[-403013,-363668],[-397699,-358972],[-409664,-361529],[-401336,-361135],[-397110,-359491],[-404726,-376522],[-404344,-379945],[-404955,-375567],[-399700,-380864],[-405116,-376378],[-408415,-391525],[-406721,-393984],[-405998,-394333],[-402073,-392616],[-406089,-391381],[-404708,-391077],[-407308,-388397],[-408015,-390121],[-397792,-391882],[-408377,-387925],[-403220,-391620],[-402714,-387865],[-404339,-393279],[-397376,-401918],[-397773,-398180],[-400986,-398504],[-403661,-396957],[-402229,-397446],[-403709,-396609],[-398259,-461971],[-405179,-463684],[-398655,-468784],[-403486,-463370],[-407163,-469085],[-408715,-463603],[-400504,-472305],[-397411,-463909],[-399725,-470510],[-400307,-469512],[-402343,-464232],[-405659,-484916],[-404809,-483147],[-402390,-481116],[-408699,-482995],[-407274,-481067],[-405721,-479433],[-409324,-482417],[-401625,-482886],[-407921,-479435],[-404473,-484239],[-402611,-485617],[-408532,-484620],[-406819,-481178],[-403961,-480437],[-402004,-480933],[-404161,-482192],[-398708,-481808],[-402038,-477583],[-401222,-473626],[-399025,-481054],[-399143,-478357],[-401675,-478409],[-399148,-473872],[-399229,-477400],[-405180,-477086],[-402086,-496066],[-403311,-495989],[-399623,-490667],[-398697,-492041],[-402873,-496381],[-397254,-495641],[-397715,-490318],[-402428,-501545],[-401974,-499585],[-408038,-501931],[-402099,-507339],[-405218,-506204],[-404511,-507959],[-404511,-507959],[-404198,-507934],[-400384,-507435],[-397332,-506992],[-396901,-508094],[-407092,-519652],[-407092,-519652],[-405171,-514738],[-404848,-515433],[-401048,-518125],[-400725,-518837],[-407969,-519067],[-404267,-515294],[-406731,-518910],[-400289,-518784],[-397489,-518102],[-403480,-517552],[-409217,-525745],[-408971,-531371],[-408544,-531320],[-408884,-531679],[-406917,-530792],[-409133,-535165],[-402839,-545722],[-400295,-542541],[-399955,-543582],[-421269,-332323],[-419131,-328481],[-416471,-330981],[-422235,-332066],[-418722,-329629],[-419605,-332370],[-419071,-329403],[-418486,-338345],[-420064,-337936],[-419994,-337377],[-418262,-336345],[-414325,-336259],[-416283,-333521],[-412780,-337533],[-419551,-334038],[-417693,-332551],[-415377,-347132],[-415576,-351685],[-415831,-349325],[-416191,-345452],[-417323,-351045],[-417184,-349463],[-415885,-354573],[-410659,-350234],[-420212,-346506],[-409808,-352701],[-416340,-351462],[-420463,-354316],[-414538,-352557],[-420623,-353013],[-417378,-353458],[-415481,-350021],[-412524,-354094],[-421071,-351416],[-415311,-360471],[-409747,-370587],[-411021,-361118],[-413908,-363096],[-416181,-364396],[-410321,-366808],[-416140,-367435],[-419060,-359910],[-417239,-362785],[-414991,-362666],[-410291,-359946],[-410185,-365156],[-415281,-368154],[-421797,-377827],[-414560,-373412],[-421517,-380509],[-420158,-382497],[-415034,-380899],[-412841,-379727],[-419173,-378201],[-421801,-378552],[-418134,-380263],[-412284,-383663],[-411196,-371797],[-416425,-373208],[-414524,-375831],[-418645,-377738],[-412977,-378934],[-421865,-380381],[-412559,-392498],[-414079,-393921],[-415336,-393303],[-412961,-387267],[-416035,-389782],[-409916,-389683],[-413673,-387563],[-416749,-388729],[-413275,-390066],[-415698,-386635],[-411335,-384833],[-410714,-389215],[-412868,-387622],[-419324,-384848],[-413517,-454722],[-422094,-472280],[-420863,-466470],[-421917,-467291],[-416430,-465147],[-411975,-468176],[-413922,-470068],[-412611,-472899],[-410037,-464782],[-412615,-470489],[-417589,-481154],[-417533,-482767],[-416193,-483413],[-415093,-481144],[-416787,-474110],[-410401,-475383],[-421693,-477314],[-421914,-483157],[-420469,-480935],[-411055,-474837],[-419709,-473605],[-410188,-481720],[-410248,-480681],[-417325,-483366],[-415421,-482948],[-414821,-484014],[-414702,-474426],[-416046,-476316],[-414070,-475074],[-419647,-480107],[-422062,-497540],[-417868,-496103],[-417937,-486908],[-419511,-489582],[-416399,-498529],[-422146,-498504],[-412152,-498104],[-419991,-488471],[-413957,-501677],[-411708,-499825],[-410636,-507420],[-416464,-499051],[-420920,-506061],[-420199,-508851],[-419277,-508992],[-419641,-508393],[-411044,-508758],[-417955,-508342],[-416477,-519133],[-411181,-515927],[-418473,-513084],[-418614,-516883],[-418252,-517202],[-415750,-518009],[-412843,-516890],[-418945,-527630],[-421814,-534139],[-417689,-533217],[-410749,-536135],[-410665,-535742],[-420434,-527296],[-419869,-532066],[-414117,-525087],[-419077,-531792],[-410084,-535638],[-419791,-549034],[-418994,-548239],[-411206,-549756],[-410989,-549764],[-413157,-544370],[-413105,-539911],[-411078,-543721],[-419118,-538404],[-412960,-545726],[-420796,-542512],[-414469,-550259],[-421995,-550863],[-434042,-325853],[-434361,-332074],[-431828,-328268],[-431450,-328899],[-430751,-324335],[-429213,-324431],[-423242,-325068],[-430073,-326525],[-430990,-327759],[-430257,-330131],[-433702,-327199],[-434381,-325314],[-424342,-327676],[-430424,-324721],[-422421,-325199],[-424715,-326856],[-433634,-322089],[-434010,-322085],[-431679,-319815],[-422427,-331134],[-433791,-321492],[-433268,-320132],[-431509,-321729],[-434673,-335187],[-430869,-335562],[-427676,-333844],[-430611,-334217],[-428924,-333517],[-433315,-351736],[-424487,-353450],[-425880,-349707],[-424681,-347693],[-435160,-355244],[-429540,-352047],[-431371,-355288],[-423979,-367066],[-427457,-362958],[-426536,-359548],[-426964,-360239],[-425853,-370416],[-433122,-366117],[-428618,-358743],[-428975,-361689],[-424234,-363162],[-433341,-358667],[-430761,-381062],[-433672,-376856],[-428743,-379203],[-427360,-374739],[-428856,-377124],[-424237,-380919],[-434615,-376025],[-430760,-379440],[-432390,-378062],[-423519,-375495],[-425850,-380983],[-429402,-375368],[-427034,-378005],[-430104,-375074],[-427632,-377365],[-423820,-381324],[-430397,-457607],[-429380,-457455],[-434023,-454062],[-430787,-460053],[-429754,-470604],[-427956,-470536],[-434199,-472885],[-432902,-472173],[-424007,-468418],[-426076,-464895],[-425559,-463981],[-429302,-462465],[-425336,-462421],[-424067,-472236],[-429916,-460995],[-427058,-466526],[-424555,-466275],[-427025,-461363],[-427126,-472003],[-422713,-473285],[-434431,-481073],[-428711,-481750],[-424775,-482320],[-422774,-483991],[-427211,-475694],[-434392,-480350],[-425917,-484741],[-424786,-484979],[-430486,-475356],[-427575,-497437],[-429011,-498140],[-428462,-490330],[-429384,-489171],[-423434,-498029],[-424001,-487972],[-429261,-494748],[-430547,-496143],[-431865,-503695],[-427781,-503637],[-433536,-506784],[-421929,-502742],[-432506,-506324],[-423351,-506390],[-429776,-500620],[-425246,-505469],[-435162,-501558],[-433110,-510958],[-423748,-509499],[-426222,-511280],[-425318,-508854],[-428492,-509671],[-431890,-509513],[-431133,-511002],[-425888,-508974],[-433596,-507914],[-427991,-509832],[-433339,-509616],[-433284,-508972],[-434322,-516067],[-434784,-514567],[-427530,-514021],[-432840,-518955],[-429531,-523030],[-428903,-512393],[-425071,-524568],[-433387,-517169],[-432691,-514394],[-426092,-517831],[-427588,-511968],[-427124,-517978],[-431175,-519956],[-426658,-516476],[-429358,-515795],[-428184,-515162],[-425535,-525211],[-425591,-530533],[-427662,-532307],[-427654,-529268],[-433401,-538118],[-432885,-538560],[-434842,-545435],[-434619,-552206],[-445778,-237868],[-444443,-237682],[-443527,-239718],[-444648,-239758],[-447197,-326532],[-444247,-330564],[-439013,-323781],[-440639,-329243],[-438410,-332271],[-439341,-323812],[-435436,-329018],[-436190,-334510],[-437538,-334825],[-445733,-347755],[-446204,-348621],[-441966,-356119],[-438250,-346950],[-440632,-353830],[-435378,-345803],[-446732,-351725],[-442463,-352515],[-441747,-346381],[-442857,-352726],[-440534,-352907],[-435312,-353293],[-435645,-363549],[-446196,-369465],[-446719,-367761],[-446981,-364829],[-447394,-363733],[-437214,-369172],[-440704,-375120],[-444906,-380506],[-448021,-376151],[-443781,-380719],[-441362,-446367],[-446608,-454014],[-443020,-452630],[-440887,-455909],[-436168,-455920],[-442326,-457622],[-439221,-457469],[-437168,-467676],[-438596,-462006],[-437811,-472612],[-444368,-465879],[-440933,-463889],[-440976,-470764],[-438456,-466220],[-445404,-472373],[-447378,-467662],[-435498,-486128],[-441516,-479323],[-442170,-480199],[-441178,-479015],[-435888,-485465],[-438717,-473970],[-440632,-481181],[-443532,-476623],[-444801,-478489],[-442365,-474536],[-440797,-490178],[-439977,-494085],[-445565,-489917],[-441401,-494045],[-439423,-490061],[-437559,-487406],[-444981,-490329],[-440264,-495484],[-435808,-487471],[-437161,-497908],[-447986,-488096],[-435577,-502226],[-436601,-503986],[-443772,-501448],[-445664,-499115],[-437454,-511264],[-442216,-504653],[-442634,-505044],[-437118,-509441],[-440172,-508114],[-437811,-510852],[-437406,-508902],[-444559,-511345],[-444302,-505971],[-439646,-506096],[-447364,-510174],[-436163,-513729],[-442981,-521497],[-440196,-514690],[-440265,-523269],[-437505,-518184],[-436517,-512491],[-440829,-515394],[-444739,-511829],[-443400,-512221],[-445062,-514843],[-439080,-521334],[-439466,-517222],[-442784,-521230],[-435994,-512720],[-445379,-522664],[-439923,-522859],[-439176,-516269],[-436672,-514753],[-439232,-514611],[-441917,-515197],[-442179,-522208],[-438544,-516191],[-444585,-513329],[-445440,-523483],[-443876,-523269],[-447004,-513762],[-442950,-518437],[-446548,-525998],[-447861,-533662],[-440388,-529282],[-444287,-530005],[-436474,-529554],[-443913,-529245],[-447545,-550037],[-447827,-549442],[-447833,-540940],[-437655,-547633],[-447458,-542151],[-437001,-550998],[-438956,-552346],[-453762,-203397],[-456831,-216333],[-451826,-213335],[-450960,-213666],[-455289,-224273],[-458975,-227520],[-457186,-225600],[-454378,-225331],[-454515,-230883],[-448895,-235999],[-454354,-231999],[-453618,-232337],[-450389,-235815],[-448262,-236249],[-451782,-233555],[-452474,-311693],[-451846,-312567],[-451282,-317060],[-452890,-311307],[-455026,-313345],[-449249,-318077],[-460182,-325434],[-458221,-324740],[-459101,-343801],[-453388,-337752],[-460762,-342109],[-459703,-350119],[-455056,-347695],[-454295,-349196],[-455401,-347775],[-453429,-349571],[-452910,-349267],[-449278,-370950],[-458459,-367873],[-458422,-365776],[-453549,-364706],[-460353,-366282],[-456069,-366340],[-453047,-365032],[-459340,-373587],[-455021,-372963],[-460162,-378102],[-449692,-377455],[-449615,-373154],[-459701,-375067],[-451049,-373330],[-454129,-380870],[-460186,-384977],[-448902,-439214],[-451105,-441907],[-452325,-445634],[-449262,-447277],[-455631,-442783],[-456092,-445076],[-455757,-443196],[-451290,-441623],[-457179,-440485],[-453677,-440431],[-451143,-447971],[-448663,-449504],[-452616,-450409],[-455520,-449668],[-454043,-449715],[-448766,-450138],[-455822,-449910],[-448555,-448035],[-458720,-456301],[-458420,-457013],[-452489,-458622],[-452617,-457114],[-451864,-458249],[-455641,-459921],[-453799,-458396],[-459836,-470516],[-455479,-462380],[-458449,-463590],[-458448,-473066],[-458262,-464570],[-459057,-465702],[-457133,-462531],[-459935,-472139],[-449662,-483736],[-455126,-483097],[-455685,-480417],[-454360,-482047],[-448662,-478559],[-451645,-481170],[-448315,-482346],[-457029,-479566],[-457288,-481884],[-455897,-476413],[-459296,-474125],[-455371,-475586],[-460100,-475775],[-457910,-481656],[-453042,-484094],[-453150,-480718],[-460218,-478001],[-459482,-479919],[-458857,-496877],[-448217,-495361],[-460007,-488504],[-458442,-497250],[-457154,-497945],[-457573,-498521],[-452929,-500256],[-460583,-501985],[-453014,-509568],[-456917,-509891],[-451347,-508711],[-453637,-505379],[-456295,-500764],[-450401,-516135],[-451410,-523493],[-453293,-516237],[-454485,-512394],[-449193,-522831],[-456825,-534979],[-458350,-528858],[-451461,-530825],[-448868,-529273],[-452180,-547560],[-460348,-543746],[-458996,-539328],[-454475,-543165],[-460174,-540969],[-451421,-548556],[-450218,-539200],[-455250,-544288],[-448095,-550740],[-461026,-165400],[-463070,-223606],[-468624,-225219],[-462653,-318324],[-470055,-312717],[-464137,-313099],[-462232,-316812],[-461907,-310410],[-465006,-316421],[-468817,-319328],[-468577,-315366],[-468049,-308521],[-468624,-309178],[-465138,-317270],[-461561,-314348],[-462448,-309042],[-468335,-314484],[-466459,-311440],[-471509,-321333],[-462283,-328231],[-471597,-331751],[-468814,-331632],[-470736,-328590],[-464848,-330807],[-466607,-321831],[-469110,-321047],[-465399,-328165],[-469920,-332280],[-468172,-329204],[-468301,-327478],[-465851,-331263],[-462015,-332563],[-461286,-331235],[-463912,-320016],[-464096,-322025],[-466178,-342122],[-469960,-344008],[-468823,-342508],[-469431,-343306],[-471805,-343380],[-470442,-343225],[-465775,-345249],[-465336,-341660],[-467628,-333618],[-461379,-343968],[-467815,-333163],[-463689,-345061],[-461147,-343561],[-473295,-333768],[-461678,-349341],[-462204,-353436],[-466123,-354786],[-463084,-355090],[-468132,-347526],[-465365,-347391],[-467051,-345577],[-465740,-350780],[-473358,-350856],[-468311,-354515],[-465051,-350951],[-469654,-346618],[-467258,-352675],[-464850,-345509],[-462863,-345646],[-468443,-368422],[-464861,-360939],[-461377,-358262],[-468039,-361319],[-470719,-363131],[-473009,-364045],[-462790,-364795],[-469645,-359966],[-470014,-366651],[-466481,-373746],[-461064,-379041],[-470505,-385714],[-461497,-385564],[-461423,-440563],[-462190,-443682],[-463558,-441192],[-464050,-443478],[-473487,-453667],[-472992,-451692],[-464891,-460237],[-465815,-459853],[-463746,-458059],[-473279,-461563],[-468000,-468154],[-460970,-466555],[-468240,-467082],[-470896,-464335],[-461866,-467090],[-466910,-464941],[-464272,-470257],[-468222,-463937],[-470344,-467519],[-464964,-462782],[-465371,-485098],[-461249,-484551],[-466915,-480695],[-463803,-479130],[-462374,-477645],[-461927,-477105],[-467196,-473681],[-461785,-479332],[-460846,-473960],[-468152,-490397],[-468198,-489760],[-466235,-490772],[-470915,-491593],[-472116,-497850],[-462065,-496504],[-473448,-489782],[-464057,-498047],[-466948,-498962],[-463853,-495776],[-471769,-495040],[-472493,-489023],[-470085,-491509],[-462184,-498731],[-464130,-495370],[-468376,-491416],[-468271,-497032],[-469589,-496927],[-468044,-498803],[-473525,-500038],[-469077,-504759],[-465414,-506405],[-469322,-500510],[-469711,-504951],[-461588,-504390],[-465001,-506903],[-472949,-499776],[-469358,-499147],[-463843,-501148],[-462451,-506975],[-468719,-505507],[-467321,-504790],[-468840,-501291],[-461031,-502104],[-468086,-503764],[-463856,-537039],[-464179,-530592],[-466242,-533389],[-466384,-534444],[-464481,-542429],[-471810,-548528],[-471956,-543076],[-465420,-544349],[-463803,-544887],[-469772,-547226],[-463889,-544081],[-467553,-540769],[-467896,-543276],[-462754,-540357],[-474415,-229546],[-474453,-310298],[-481938,-313630],[-479674,-326750],[-480377,-330499],[-480454,-335509],[-474724,-340085],[-482844,-338791],[-474069,-341790],[-477223,-334688],[-476967,-336439],[-483140,-345477],[-474286,-349899],[-475968,-350825],[-477487,-370293],[-473971,-363807],[-477337,-362246],[-479133,-359223],[-481752,-364408],[-474219,-370382],[-475820,-365121],[-477770,-363283],[-477280,-367288],[-474377,-365669],[-485330,-366451],[-478686,-374942],[-474239,-371583],[-476316,-379440],[-478030,-374645],[-473789,-371969],[-474364,-376369],[-479029,-375284],[-482775,-451448],[-481572,-450431],[-483108,-472876],[-474903,-463265],[-479353,-464013],[-482004,-470830],[-478584,-463299],[-478950,-461517],[-478753,-461911],[-476382,-464831],[-476881,-466423],[-485276,-482119],[-475965,-475792],[-482733,-481536],[-475994,-474960],[-474318,-486182],[-482592,-483065],[-485318,-485227],[-484027,-488143],[-480689,-489883],[-479719,-494312],[-481353,-496260],[-479829,-487992],[-479207,-491824],[-474843,-497255],[-475135,-493978],[-479008,-490748],[-475017,-487699],[-486430,-497798],[-474216,-486518],[-477786,-488370],[-485021,-487160],[-476712,-491741],[-481990,-496734],[-484765,-486540],[-475412,-497164],[-479513,-495363],[-482789,-497934],[-482281,-491238],[-481525,-489635],[-481047,-492277],[-485206,-502440],[-474579,-499592],[-483926,-502360],[-480602,-501739],[-481326,-500279],[-485338,-499991],[-479603,-500916],[-485601,-502918],[-473889,-499714],[-473709,-545230],[-473662,-542317],[-485956,-539399],[-476128,-550348],[-494779,-192248],[-498078,-215268],[-491599,-208495],[-495980,-212039],[-491354,-211084],[-499123,-213189],[-492473,-211399],[-498536,-220982],[-498491,-253065],[-497804,-253863],[-493877,-253506],[-495709,-427631],[-497117,-428084],[-495967,-431162],[-495813,-436678],[-498562,-485082],[-489493,-481892],[-492383,-485808],[-494276,-482495],[-495235,-486974],[-494477,-486492],[-490394,-496601],[-499881,-492725],[-491737,-490032],[-489986,-497532],[-486597,-492234],[-488503,-492025],[-491390,-495024],[-487490,-491102],[-487064,-486454],[-487675,-486567],[-493969,-494939],[-490838,-497396],[-489869,-496210],[-494838,-500691],[-491413,-501201],[-498601,-503170],[-493409,-501259],[-489555,-508821],[-490769,-511185],[-491837,-501798],[-497976,-503801],[-488454,-504775],[-498344,-504403],[-496258,-506897],[-495364,-500013],[-499160,-504282],[-490135,-509273],[-490052,-511427],[-496928,-523507],[-489666,-514394],[-491990,-521618],[-489320,-514994],[-493796,-516582],[-497082,-520324],[-492454,-536437],[-498593,-533608],[-497448,-534341],[-491987,-532369],[-493148,-532656],[-488316,-532428],[-487192,-529360],[-491640,-526740],[-497733,-536523],[-492633,-533243],[-489539,-531011],[-488951,-532998],[-498810,-537204],[-492570,-529789],[-496794,-533201],[-491805,-533832],[-490719,-526817],[-491821,-528477],[-492609,-528828],[-488173,-550158],[-487027,-546126],[-493397,-544685],[-498951,-543986],[-488773,-546515],[-491960,-545960],[-487820,-542234],[-488092,-542983],[-488945,-541629],[-498423,-540480],[-495940,-537859],[-486844,-542835],[-493432,-550458],[-35867,-212612],[-34365,-210768],[-31612,-212258],[-29755,-215443],[-30528,-214983],[-26888,-217242],[-31817,-215603],[-34098,-211665],[-36413,-212066],[-34347,-211342],[-35531,-210460],[-35166,-210992],[-31854,-211492],[-31555,-213476],[-31590,-214943],[-25873,-216966],[-31708,-227016],[-33092,-221698],[-35724,-219204],[-32671,-219021],[-33074,-218751],[-31300,-229224],[-31795,-230011],[-26213,-218835],[-32506,-218612],[-32733,-218889],[-34396,-220406],[-25871,-218789],[-35170,-218249],[-34953,-218492],[-31793,-227183],[-31068,-229005],[-26122,-218253],[-31216,-229422],[-30884,-229516],[-38273,-239203],[-38266,-239567],[-33278,-238457],[-37874,-238312],[-31554,-238162],[-32905,-238545],[-37172,-239857],[-32990,-238127],[-28980,-238242],[-30268,-248994],[-31348,-249868],[-33564,-250735],[-33300,-252351],[-38197,-251206],[-37208,-250495],[-30622,-254275],[-28659,-255382],[-30767,-251175],[-34852,-250188],[-27040,-253748],[-27732,-255048],[-30642,-254671],[-26386,-264169],[-31730,-265270],[-28746,-262741],[-34176,-255839],[-30178,-265565],[-30893,-265872],[-29527,-266557],[-30053,-257979],[-32139,-262722],[-29940,-256303],[-31931,-264998],[-31472,-264870],[-31239,-262900],[-32476,-264170],[-33033,-263559],[-32537,-256806],[-33073,-353718],[-34279,-353492],[-26082,-353116],[-29295,-354914],[-27789,-355364],[-26875,-352103],[-32413,-355051],[-30465,-349902],[-33047,-352743],[-36678,-355747],[-34295,-353648],[-26018,-351483],[-36904,-355787],[-36865,-359762],[-30890,-382583],[-30705,-381945],[-34010,-380428],[-36839,-384693],[-32403,-387945],[-32898,-388353],[-30308,-458244],[-35016,-459798],[-34318,-458166],[-34670,-459850],[-32508,-460579],[-34112,-457133],[-34165,-454774],[-27728,-451885],[-26861,-468727],[-28861,-464384],[-30120,-461094],[-31254,-465612],[-27604,-462859],[-30237,-470376],[-31851,-469856],[-27542,-471744],[-28855,-466868],[-29350,-464081],[-28164,-462191],[-31075,-465366],[-25764,-477494],[-29761,-478993],[-25852,-484447],[-25867,-482024],[-508623,-203180],[-500177,-216204],[-501697,-215093],[-501868,-219178],[-511417,-243000],[-500322,-253477],[-509269,-246110],[-510631,-243077],[-500730,-254028],[-508901,-249480],[-509832,-245923],[-506244,-250068],[-505531,-265614],[-502443,-268050],[-503232,-262117],[-504028,-268413],[-503454,-261465],[-503868,-262817],[-511964,-270933],[-511388,-269883],[-503496,-269786],[-502672,-268762],[-510077,-269875],[-510556,-270480],[-499425,-429793],[-508518,-428263],[-500034,-427382],[-507714,-426511],[-500326,-480735],[-500616,-484954],[-503234,-485018],[-504598,-489484],[-508673,-492981],[-510121,-497696],[-504258,-497761],[-508145,-492140],[-509936,-498431],[-502277,-486451],[-504409,-497016],[-505551,-498209],[-511790,-498851],[-502263,-487427],[-500417,-486250],[-502745,-497791],[-499341,-497138],[-503385,-503012],[-511859,-499567],[-504561,-508720],[-499660,-510961],[-503938,-503726],[-504420,-509483],[-500218,-510752],[-502198,-535536],[-504232,-534055],[-506306,-532458],[-503249,-533684],[-506903,-532929],[-503066,-535057],[-506923,-543159],[-501201,-542728],[-500821,-540791],[-508316,-539801],[-507242,-538650],[-499363,-541460],[-508764,-537938],[-507793,-537503],[-506365,-538389],[-524108,-150187],[-513750,-216714],[-524056,-221028],[-523067,-221536],[-519491,-218367],[-522629,-226168],[-523675,-218452],[-512155,-227198],[-521106,-236436],[-520687,-237433],[-519665,-241948],[-523900,-241876],[-520683,-236975],[-519670,-232488],[-523615,-237397],[-520507,-232518],[-521170,-245527],[-521935,-244718],[-515606,-262768],[-515136,-268448],[-516647,-260421],[-517772,-256664],[-515592,-264251],[-515327,-267579],[-519345,-442156],[-517332,-444179],[-517345,-440068],[-519709,-458310],[-523075,-464761],[-515142,-485336],[-519364,-485281],[-517881,-480893],[-513995,-485944],[-518588,-485886],[-516558,-481510],[-516205,-485590],[-524772,-479725],[-514806,-493854],[-515876,-489954],[-516270,-498243],[-515970,-492253],[-512966,-486268],[-522383,-498485],[-521613,-492275],[-516734,-491413],[-516822,-494856],[-517633,-491607],[-514898,-494913],[-515062,-494411],[-520982,-491880],[-512826,-491022],[-513264,-493448],[-515352,-492031],[-513708,-486634],[-522087,-496500],[-516832,-494334],[-516522,-490335],[-521020,-496753],[-514178,-491832],[-513967,-494873],[-519919,-499580],[-516788,-499247],[-516664,-499791],[-522381,-501378],[-521790,-511512],[-523608,-511742],[-520239,-511208],[-517261,-501280],[-522593,-511310],[-520128,-510678],[-517107,-504276],[-512140,-499478],[-521471,-521403],[-524792,-523916],[-523485,-512757],[-516138,-518080],[-514865,-517927],[-515718,-518598],[-514556,-516954],[-516392,-519395],[-519947,-536833],[-521329,-536151],[-516224,-532065],[-521576,-530102],[-522531,-528976],[-515224,-540016],[-516136,-537772],[-529228,-220380],[-528036,-234342],[-527040,-235236],[-533673,-245215],[-535179,-245391],[-536540,-460153],[-529067,-458882],[-530350,-472775],[-530863,-481148],[-528386,-481137],[-525889,-485317],[-531436,-481275],[-527430,-482926],[-527953,-480597],[-533186,-477940],[-528406,-474265],[-525814,-479364],[-526991,-479411],[-530655,-478831],[-528078,-473757],[-527458,-481846],[-528279,-480298],[-533752,-479649],[-530479,-475031],[-525311,-479144],[-533139,-480188],[-532619,-478793],[-530540,-475519],[-526516,-481560],[-526897,-481222],[-527464,-480085],[-527610,-491692],[-529862,-496091],[-526875,-494805],[-530515,-486952],[-527134,-494086],[-527635,-487490],[-527357,-494875],[-525741,-500134],[-531583,-501296],[-525615,-503722],[-529599,-499608],[-532093,-501018],[-530146,-500155],[-525887,-507195],[-527635,-506043],[-526219,-506563],[-531235,-508158],[-537426,-500357],[-527274,-507097],[-534967,-523246],[-536794,-523600],[-532657,-522131],[-526697,-520856],[-536071,-523645],[-526641,-513460],[-536446,-523156],[-533870,-521628],[-527092,-530610],[-537555,-529279],[-533648,-527483],[-525267,-525174],[-533318,-525418],[-542209,-259510],[-540780,-325354],[-541217,-325904],[-540445,-455289],[-539523,-455636],[-539325,-455258],[-540042,-449805],[-539428,-457527],[-539870,-455069],[-537738,-495660],[-546751,-497340],[-537869,-494898],[-539905,-493461],[-543514,-497742],[-539382,-493019],[-541463,-498125],[-538887,-494724],[-541029,-497775],[-540562,-498814],[-544546,-498042],[-538139,-496285],[-538514,-506972],[-539670,-499583],[-549156,-511213],[-548164,-504202],[-549747,-505719],[-545254,-509257],[-546973,-510543],[-549294,-506524],[-538086,-507410],[-537953,-500904],[-543517,-507140],[-547198,-508637],[-546490,-499588],[-547393,-509451],[-544688,-507237],[-547189,-505130],[-539377,-521873],[-538515,-523153],[-538997,-519174],[-542939,-522445],[-542407,-520415],[-545603,-522513],[-540945,-512918],[-544387,-518869],[-544874,-523230],[-538062,-520659],[-542426,-522126],[-549208,-537067],[-540458,-525459],[-541971,-526635],[-540982,-526331],[-546121,-527555],[-540891,-524911],[-539319,-529122],[-540537,-528622],[-541347,-529809],[-544994,-528756],[-549825,-537500],[-560890,-446152],[-559588,-444719],[-557250,-445915],[-556242,-441149],[-552662,-445417],[-562692,-449919],[-560019,-470252],[-558414,-470209],[-553694,-471146],[-556447,-469617],[-553328,-471196],[-554626,-468240],[-560517,-471341],[-560347,-470745],[-561358,-467060],[-560966,-474795],[-562803,-487634],[-563183,-524358],[-560928,-524132],[-557518,-523675],[-562381,-524840],[-539532,-500822],[-560731,-535520],[-563161,-525916],[-560801,-531237],[-561359,-525070],[-553053,-542208],[-561520,-538024],[-567768,-353710],[-575696,-351453],[-570115,-351357],[-571420,-456830],[-574823,-458433],[-575784,-457354],[-566951,-449673],[-568370,-452463],[-565363,-450584],[-566432,-453623],[-572525,-456208],[-566137,-471294],[-565859,-470686],[-567715,-485758],[-566367,-486180],[-570189,-484020],[-566700,-486714],[-563714,-488661],[-566941,-486300],[-585937,-330012],[-577754,-345040],[-586801,-343921],[-582093,-339527],[-579510,-352730],[-578845,-346990],[-583807,-346337],[-579325,-347045],[-583487,-347959],[-580653,-352763],[-583377,-346823],[-579758,-460488],[-585852,-459072],[-585413,-455462],[-581437,-452281],[-579599,-455000],[-581968,-456121],[-586827,-461748],[-591473,-317307],[-594371,-320185],[-599955,-332241],[-589990,-341512],[-590917,-336043],[-590870,-458148],[-591325,-457591],[-606783,-318847],[-601717,-311149],[-606717,-312243],[-606660,-317443],[-607499,-314888],[-604754,-327742],[-603418,-329984],[-605743,-325675],[-606969,-327277],[-606788,-326567],[-602518,-334124],[-41534,-215608],[-40804,-215871],[-50743,-213489],[-44016,-225963],[-41111,-224328],[-46544,-220820],[-44214,-221487],[-41665,-221664],[-41498,-224635],[-41060,-218005],[-42595,-220542],[-39591,-222316],[-46481,-221202],[-46010,-221386],[-46495,-224742],[-45969,-223257],[-44476,-219457],[-44038,-220524],[-44589,-226077],[-46876,-227872],[-39320,-222740],[-45975,-221269],[-46422,-224134],[-42620,-220919],[-43232,-220184],[-46986,-227363],[-47596,-227494],[-46703,-220645],[-46178,-220747],[-42423,-221682],[-41381,-225314],[-40994,-217473],[-38725,-222821],[-39094,-222222],[-45413,-221338],[-45804,-224126],[-44443,-218696],[-43225,-220252],[-38570,-220067],[-44282,-225138],[-39625,-238543],[-41050,-238194],[-44057,-235624],[-47782,-236103],[-38517,-238403],[-44794,-238119],[-39823,-237086],[-42249,-252663],[-39081,-252587],[-44031,-252285],[-40100,-253111],[-43088,-252717],[-50050,-255734],[-41858,-253769],[-40591,-252525],[-42973,-253534],[-40792,-251600],[-38712,-250399],[-43387,-252671],[-39488,-252791],[-47456,-263668],[-47314,-262381],[-51146,-260934],[-49793,-261799],[-42762,-258272],[-44255,-262938],[-45754,-259719],[-45859,-262283],[-46247,-263594],[-42500,-262658],[-43744,-261649],[-45656,-264412],[-50883,-262269],[-44378,-260997],[-49672,-263029],[-48614,-261286],[-47850,-260248],[-48339,-259446],[-50286,-260486],[-44854,-259108],[-41923,-257692],[-40294,-262018],[-45883,-261403],[-42328,-263172],[-42797,-286340],[-42542,-288462],[-41628,-287942],[-50799,-283696],[-49648,-367484],[-46801,-359089],[-42343,-359749],[-41927,-363011],[-38893,-361208],[-44845,-365805],[-45944,-364960],[-44156,-365721],[-38617,-361196],[-38859,-358639],[-50309,-370501],[-50842,-370115],[-50518,-370671],[-50870,-376490],[-49870,-382349],[-50072,-381910],[-51035,-376865],[-50300,-372069],[-51191,-426977],[-45004,-442752],[-45867,-445326],[-44447,-447086],[-47792,-460442],[-48965,-453706],[-50508,-453108],[-45933,-448130],[-47846,-455685],[-39603,-451856],[-41398,-448015],[-45224,-448564],[-45426,-457491],[-42031,-455874],[-43010,-469625],[-39212,-463459],[-49355,-460660],[-45473,-468164],[-45725,-465488],[-48176,-470842],[-46641,-471381],[-40204,-465357],[-49980,-479329],[-49200,-481351],[-49615,-480651],[-58074,-217070],[-58886,-216689],[-60300,-216745],[-63740,-215821],[-63314,-215310],[-60946,-206573],[-61019,-206396],[-55933,-215481],[-62906,-212995],[-62652,-211895],[-63426,-209187],[-60921,-208405],[-63015,-208489],[-63518,-206728],[-61387,-206473],[-52719,-208797],[-54670,-210251],[-51982,-213749],[-51744,-212823],[-59573,-217315],[-63199,-215624],[-63766,-215503],[-60108,-205990],[-60536,-206236],[-61666,-209753],[-63633,-207400],[-63848,-213644],[-62533,-209640],[-63427,-209268],[-62584,-207171],[-62573,-208808],[-63299,-204720],[-62893,-205815],[-53461,-211968],[-52699,-208139],[-52401,-213946],[-55998,-215073],[-54887,-223628],[-63537,-219962],[-62620,-227474],[-58904,-226289],[-59998,-221946],[-60309,-226417],[-62409,-218241],[-62744,-218718],[-56258,-224604],[-57361,-223915],[-57367,-223818],[-62416,-226605],[-61976,-226668],[-60959,-228210],[-56565,-224706],[-59523,-226232],[-59635,-225358],[-60009,-221191],[-62779,-218751],[-63355,-218295],[-56954,-217680],[-60206,-217801],[-59119,-223605],[-57307,-223239],[-62183,-226744],[-60990,-228707],[-55692,-253762],[-56442,-254708],[-56513,-252045],[-58568,-253272],[-58375,-252217],[-57768,-254875],[-55247,-254664],[-52226,-262856],[-51530,-263563],[-55746,-268203],[-56927,-266834],[-53021,-263857],[-63100,-277653],[-63306,-274805],[-56415,-270452],[-57526,-270347],[-55663,-269328],[-58970,-269081],[-56320,-274050],[-57340,-279188],[-57817,-276771],[-58907,-271056],[-61285,-285637],[-60556,-357328],[-60587,-356585],[-60364,-352142],[-53948,-364970],[-52973,-369174],[-53309,-362681],[-51922,-361468],[-52548,-359030],[-55001,-370152],[-55412,-365319],[-51532,-358543],[-57555,-380999],[-55700,-382493],[-56137,-381571],[-56790,-381201],[-54222,-371127],[-57243,-373618],[-53532,-374351],[-58200,-375486],[-57618,-376151],[-55194,-377112],[-52459,-425841],[-52078,-426240],[-52027,-425954],[-51982,-427159],[-62097,-443044],[-55019,-443278],[-55546,-445677],[-55117,-444117],[-59281,-447294],[-61857,-459012],[-57364,-454294],[-52541,-465816],[-51523,-461292],[-55490,-465367],[-56157,-464886],[-54764,-462754],[-63594,-461487],[-61423,-461363],[-57415,-464600],[-52924,-462680],[-55471,-466365],[-52195,-472801],[-53772,-481499],[-53955,-479361],[-55021,-478873],[-52369,-473779],[-64420,-212243],[-71442,-207515],[-66776,-211596],[-66697,-211011],[-69467,-216990],[-74961,-215531],[-74787,-216875],[-70179,-211209],[-71432,-211930],[-71591,-214230],[-71660,-214996],[-67524,-211439],[-65084,-208280],[-66765,-211960],[-64039,-208144],[-76495,-216445],[-75165,-216949],[-72154,-211060],[-72087,-211306],[-71317,-214707],[-71273,-212878],[-76583,-212373],[-64149,-219938],[-65110,-219586],[-65332,-219589],[-66189,-219733],[-67157,-219302],[-67088,-223658],[-65783,-225013],[-67087,-227191],[-67664,-227057],[-69454,-220390],[-68900,-221102],[-70858,-218854],[-69138,-218520],[-74683,-225361],[-76737,-225666],[-76650,-223187],[-76441,-223982],[-72398,-224710],[-73567,-226611],[-66089,-222355],[-64105,-220060],[-64635,-219495],[-64892,-219468],[-65076,-220593],[-65792,-219823],[-67066,-219798],[-64901,-223789],[-65801,-224366],[-68274,-227291],[-66008,-228337],[-67631,-228171],[-66395,-228380],[-69728,-221021],[-69789,-220389],[-70335,-218423],[-76326,-226635],[-75932,-224632],[-73836,-226077],[-65769,-222988],[-64441,-264029],[-65120,-265067],[-67442,-266804],[-66574,-264980],[-64517,-262386],[-67343,-264780],[-76304,-268845],[-72428,-269483],[-71272,-277488],[-68307,-278937],[-75859,-275673],[-69738,-279771],[-75708,-278914],[-69996,-277291],[-71399,-269237],[-71814,-280757],[-74439,-275288],[-74799,-277885],[-73247,-276838],[-67751,-276081],[-67197,-276238],[-69682,-285100],[-68398,-283978],[-67476,-283297],[-66867,-292147],[-68661,-292047],[-68131,-289487],[-68300,-304600],[-68386,-297708],[-66331,-298740],[-66310,-303451],[-76034,-299346],[-68599,-300201],[-75174,-305518],[-76422,-302702],[-72722,-303027],[-69314,-295488],[-66563,-297673],[-73654,-301130],[-65014,-301905],[-65085,-300510],[-68384,-298881],[-75682,-309716],[-75934,-313344],[-67592,-307146],[-72615,-347008],[-67963,-349940],[-66202,-350993],[-66447,-350787],[-67127,-347410],[-75224,-345834],[-72148,-347104],[-68695,-346112],[-69272,-346073],[-67439,-382119],[-68482,-383152],[-68885,-379526],[-68170,-379438],[-68409,-379091],[-65603,-381088],[-67278,-378782],[-69601,-383144],[-76372,-388058],[-75403,-387010],[-72542,-442934],[-74194,-442947],[-71964,-446860],[-65608,-442843],[-65234,-447432],[-64306,-456916],[-66809,-452136],[-65840,-454642],[-66563,-452525],[-69023,-455136],[-65517,-455953],[-64976,-455203],[-69273,-454995],[-72913,-448050],[-70037,-453469],[-66416,-454164],[-70046,-454095],[-69270,-454380],[-76664,-493539],[-65747,-486603],[-76029,-693793],[-77940,-215933],[-78754,-214714],[-79167,-216873],[-77344,-214046],[-78172,-212977],[-80176,-214964],[-77747,-213871],[-77860,-213968],[-78390,-215052],[-80559,-217010],[-79498,-217430],[-83479,-221514],[-84809,-221500],[-81799,-219825],[-81694,-219096],[-81358,-220680],[-80989,-223079],[-88374,-228331],[-79620,-217647],[-81033,-219904],[-83306,-221910],[-81980,-220582],[-81746,-221468],[-80945,-222121],[-88496,-228190],[-77616,-222855],[-88080,-234592],[-85160,-236258],[-87033,-230216],[-86771,-232524],[-85139,-233827],[-82933,-236343],[-83623,-234880],[-89024,-230548],[-84266,-232944],[-85161,-232784],[-85265,-235058],[-82485,-266958],[-89440,-264515],[-89079,-263120],[-84307,-267334],[-86958,-262086],[-87172,-264687],[-86924,-258762],[-86788,-261003],[-87239,-266212],[-87841,-265009],[-76926,-281184],[-80461,-268753],[-81471,-274164],[-87987,-273318],[-89440,-275058],[-80442,-275596],[-79415,-281327],[-82173,-276908],[-87565,-276749],[-85226,-278850],[-80292,-282485],[-88678,-288157],[-87328,-289124],[-87596,-288353],[-87994,-284219],[-86566,-290472],[-86063,-292518],[-88296,-286349],[-89284,-286370],[-87128,-286345],[-80738,-304985],[-83850,-301771],[-80813,-300003],[-77118,-300100],[-82145,-303276],[-77216,-302736],[-88673,-298221],[-80363,-297600],[-79128,-306227],[-85909,-300600],[-88835,-294644],[-81902,-298644],[-77713,-299115],[-87211,-300430],[-84293,-299949],[-84431,-295748],[-79219,-299261],[-82894,-308814],[-83701,-312024],[-78569,-386105],[-78632,-386627],[-84458,-390580],[-81324,-392811],[-79685,-387521],[-81644,-392931],[-78023,-384633],[-76935,-384538],[-81934,-392738],[-84554,-409085],[-84881,-400412],[-88023,-409221],[-89420,-414444],[-87674,-412016],[-84337,-410049],[-87954,-411154],[-83837,-410369],[-89346,-415197],[-84119,-411141],[-79265,-412346],[-78763,-412931],[-81153,-417510],[-86031,-429622],[-88384,-434550],[-87754,-430285],[-88954,-429685],[-87411,-434576],[-80934,-442065],[-79859,-444201],[-89361,-446221],[-88687,-445012],[-87665,-441067],[-83878,-446782],[-79612,-441995],[-77652,-447515],[-85099,-443555],[-85623,-443241],[-84293,-444592],[-83113,-438708],[-84164,-447391],[-85823,-447532],[-83284,-447232],[-80840,-446390],[-88089,-444214],[-88744,-447550],[-87851,-452530],[-86320,-454542],[-82315,-449913],[-86728,-449585],[-85564,-451060],[-78131,-449364],[-83224,-449312],[-81410,-448208],[-86673,-466325],[-80115,-463143],[-80984,-463033],[-88072,-469886],[-86828,-469205],[-78268,-470005],[-85746,-476531],[-88878,-487122],[-89538,-487465],[-83595,-496279],[-83571,-496816],[-77827,-491772],[-77110,-493024],[-78734,-491855],[-85094,-689707],[-82303,-683931],[-84650,-685585],[-80203,-682608],[-79086,-688136],[-80429,-688158],[-82063,-683538],[-87847,-695059],[-86751,-691709],[-80627,-701790],[-81199,-697464],[-85959,-697206],[-83056,-694667],[-78981,-691578],[-81306,-692762],[-83792,-700693],[-83738,-701946],[-87497,-702709],[-81283,-703215],[-85749,-715644],[-83599,-715211],[-84450,-704630],[-90993,-224498],[-91082,-225466],[-97116,-227362],[-98095,-226413],[-92538,-225570],[-92794,-225647],[-94631,-223676],[-91383,-225421],[-90904,-224449],[-97702,-228026],[-98183,-226605],[-93600,-224845],[-93408,-223701],[-92342,-225618],[-94851,-223162],[-94558,-231325],[-94509,-231934],[-94471,-230712],[-92108,-252362],[-93006,-251501],[-92900,-250125],[-94654,-251748],[-91287,-254584],[-92091,-256260],[-92196,-257571],[-101145,-267485],[-91383,-258933],[-89998,-263479],[-100452,-263737],[-100884,-260302],[-100630,-261711],[-101948,-270974],[-100199,-269348],[-93275,-269739],[-91703,-276701],[-98821,-272576],[-92105,-278161],[-94962,-270970],[-92741,-270924],[-97159,-271660],[-99955,-271062],[-94983,-269328],[-99513,-275558],[-102259,-282563],[-93586,-294001],[-90271,-291528],[-100023,-285569],[-96841,-283343],[-98015,-285698],[-96819,-284701],[-95754,-287212],[-93822,-287031],[-94947,-288338],[-94718,-287984],[-93442,-286069],[-94614,-282988],[-93246,-285510],[-91341,-283641],[-92563,-283606],[-97971,-287280],[-98264,-284973],[-94887,-289064],[-93448,-288382],[-93546,-283544],[-98691,-287559],[-96471,-288371],[-95321,-289727],[-95348,-284999],[-95181,-292846],[-91940,-289955],[-95774,-285214],[-97344,-303262],[-100033,-303787],[-94640,-297311],[-89758,-298067],[-97545,-300791],[-95681,-302815],[-95753,-298363],[-99359,-301977],[-95577,-294866],[-90766,-306272],[-95198,-299575],[-100941,-302318],[-95561,-305261],[-93973,-295483],[-92686,-294978],[-92648,-407433],[-90772,-407083],[-90776,-407502],[-93467,-415497],[-93670,-410154],[-92823,-416982],[-92516,-416446],[-93284,-420154],[-91335,-412258],[-98650,-420030],[-91994,-420182],[-90883,-416714],[-91765,-414880],[-94873,-413667],[-93878,-416717],[-99200,-420109],[-89945,-415092],[-96224,-416714],[-92542,-410393],[-95843,-413441],[-92270,-423842],[-91420,-423676],[-91674,-424332],[-91856,-424236],[-90553,-431024],[-100433,-434673],[-96148,-432859],[-98720,-431009],[-89699,-426350],[-94259,-424963],[-93937,-431358],[-101081,-424218],[-97483,-423887],[-96493,-428090],[-93714,-424251],[-92738,-425047],[-101285,-433605],[-97074,-425763],[-90623,-424210],[-101821,-447608],[-101092,-444654],[-91507,-442990],[-95422,-435349],[-101861,-444391],[-100527,-441304],[-100403,-439161],[-90950,-437049],[-102176,-443833],[-93066,-444124],[-92984,-444875],[-94773,-446797],[-96160,-446202],[-96806,-446139],[-92742,-446751],[-100970,-436707],[-90075,-437340],[-91219,-443737],[-90854,-441549],[-101063,-440175],[-95576,-435986],[-96849,-436752],[-98200,-446135],[-94566,-443808],[-93907,-443948],[-95783,-447162],[-97282,-444311],[-89623,-447493],[-93652,-444989],[-95450,-445042],[-91371,-446460],[-99405,-435194],[-90133,-447357],[-91240,-444936],[-97243,-437989],[-92828,-436813],[-101372,-445017],[-95490,-447019],[-94012,-445354],[-94931,-444393],[-96246,-450497],[-92335,-451187],[-99679,-454499],[-99521,-451960],[-99533,-452317],[-98135,-454537],[-89861,-449143],[-95004,-450343],[-94751,-448201],[-93193,-449544],[-95079,-452957],[-95789,-457137],[-101516,-448004],[-102332,-455752],[-94929,-451215],[-99634,-454039],[-94888,-450343],[-98964,-454255],[-92056,-450650],[-91722,-455287],[-91426,-455062],[-100627,-458714],[-96502,-457681],[-90926,-451409],[-92258,-451901],[-98724,-458322],[-98098,-453136],[-91863,-452827],[-93035,-448974],[-102246,-457063],[-92774,-456442],[-94180,-453838],[-93220,-464744],[-99742,-479713],[-100320,-479660],[-94445,-480384],[-96529,-481571],[-93616,-484213],[-93517,-482758],[-90924,-477134],[-91471,-478899],[-93301,-477921],[-97062,-482424],[-100155,-480635],[-92191,-488163],[-94754,-488409],[-90420,-487121],[-91160,-488644],[-92138,-489212],[-93224,-489715],[-90925,-489429],[-90495,-662712],[-90551,-662836],[-95453,-659876],[-92302,-659621],[-97236,-661573],[-97920,-664240],[-90310,-657794],[-93839,-656877],[-94138,-690361],[-96165,-685948],[-97552,-691951],[-91283,-692888],[-92140,-693955],[-91899,-694765],[-92986,-707204],[-104646,-228235],[-105369,-227217],[-104147,-227018],[-105418,-226808],[-103720,-254896],[-109960,-257989],[-111465,-256434],[-107207,-259242],[-113688,-257701],[-114144,-261479],[-112050,-257873],[-104457,-257987],[-111165,-261834],[-114759,-257814],[-106366,-258272],[-114593,-261903],[-112880,-259417],[-106395,-264636],[-106377,-267448],[-107871,-268483],[-107660,-263810],[-102535,-267577],[-107528,-266289],[-106733,-263321],[-105910,-266754],[-110791,-267786],[-103260,-264169],[-108966,-264418],[-103062,-263134],[-103504,-265079],[-107854,-263570],[-108228,-267329],[-110390,-277835],[-112028,-274996],[-105505,-274207],[-109563,-269372],[-103531,-280999],[-112275,-278590],[-103752,-269548],[-114097,-275488],[-113535,-277908],[-111390,-270614],[-107223,-274545],[-113012,-279880],[-112968,-277164],[-104257,-279600],[-114770,-274977],[-111980,-271096],[-111616,-279513],[-108907,-282900],[-105808,-281552],[-107777,-285064],[-105743,-286443],[-103302,-283045],[-106918,-285410],[-109500,-284731],[-103532,-283951],[-110725,-284818],[-106347,-283000],[-106060,-282997],[-107965,-283758],[-102913,-285905],[-115193,-288374],[-102726,-284676],[-109307,-302139],[-106260,-302983],[-103446,-303731],[-113842,-298252],[-115050,-301640],[-107830,-301268],[-105647,-302239],[-105302,-302616],[-109524,-300041],[-111133,-429385],[-109869,-429649],[-111157,-429961],[-114452,-431626],[-114119,-431369],[-109639,-428829],[-109212,-431236],[-112063,-431962],[-108653,-432388],[-111687,-434261],[-103089,-434419],[-108779,-429971],[-111774,-433294],[-106712,-430861],[-104291,-445581],[-104916,-442364],[-105016,-441855],[-104850,-445060],[-109593,-437787],[-107911,-438039],[-111459,-446486],[-109327,-445560],[-105801,-445085],[-103394,-444932],[-111678,-438996],[-103356,-445355],[-107191,-436723],[-106953,-444702],[-102768,-447800],[-106402,-447457],[-104348,-446581],[-113080,-437800],[-104781,-445361],[-104107,-446017],[-109634,-438182],[-108005,-441033],[-107026,-456472],[-112943,-456640],[-111824,-459062],[-106159,-453035],[-103980,-452018],[-106106,-450279],[-115082,-449836],[-103320,-459646],[-114359,-452727],[-102587,-456995],[-106417,-456053],[-111627,-458479],[-103935,-452367],[-111839,-455576],[-106802,-457138],[-102739,-449079],[-103357,-452438],[-105127,-450746],[-104349,-460497],[-109817,-448602],[-114723,-456483],[-114423,-456537],[-103547,-459828],[-105735,-452418],[-103256,-452651],[-102934,-450517],[-103006,-459534],[-105882,-457454],[-109389,-455508],[-114011,-462525],[-111056,-466353],[-114626,-467946],[-112775,-462767],[-110788,-467388],[-113556,-462788],[-111642,-462023],[-104637,-477994],[-103340,-476440],[-106237,-474740],[-108884,-487838],[-103030,-495780],[-103350,-507158],[-103796,-507846],[-103200,-510817],[-106089,-506163],[-113644,-562845],[-109200,-562460],[-106778,-617674],[-104634,-637339],[-105240,-641044],[-113089,-658058],[-103925,-664760],[-108279,-662743],[-113732,-659257],[-108521,-664643],[-107170,-663999],[-107173,-660793],[-107437,-677945],[-105046,-687515],[-109139,-698636],[-108987,-709294],[-109943,-708893],[-113751,-706593],[-114083,-713341],[-114594,-704416],[-113803,-711365],[1370,-228789],[839,-228766],[31,-219780],[674,-219498],[416,-219149],[309,-220382],[436,-227579],[2717,-231199],[2110,-230411],[2687,-231352],[2305,-230568],[7599,-252211],[502,-255156],[5927,-250737],[5176,-251215],[5701,-252598],[7132,-250763],[1290,-255520],[2848,-253491],[2291,-252943],[2498,-254088],[5491,-250512],[5173,-250949],[5492,-250715],[502,-263846],[366,-265015],[948,-260755],[1400,-262021],[1176,-263622],[293,-264837],[1176,-261051],[1008,-266723],[658,-256176],[3592,-263261],[12569,-265640],[4835,-259959],[7904,-275921],[4532,-271521],[8343,-274515],[5875,-272809],[7712,-273974],[6388,-272196],[2665,-317888],[922,-317508],[4061,-315968],[3640,-315218],[8244,-308076],[8479,-308636],[1458,-317543],[595,-319132],[2331,-317119],[2733,-316879],[3229,-315052],[2725,-313982],[8872,-309141],[6952,-309495],[256,-325810],[515,-338550],[9989,-392864],[4249,-396149],[4501,-387455],[4601,-387568],[4349,-387164],[4071,-387147],[11624,-409124],[10966,-409155],[12392,-409948],[11961,-409757],[12309,-411370],[12335,-409784],[12414,-409512],[9543,-438741],[7780,-438400],[6012,-438351],[8979,-436676],[6570,-438027],[3276,-457903],[927,-459902],[2379,-461478],[595,-471342],[1678,-472278],[3146,-479503],[5568,-482145],[1711,-478280],[5522,-484884],[4111,-473532],[12387,-483028],[9520,-478229],[10315,-477926],[5046,-474893],[3854,-475878],[4098,-480100],[757,-478700],[6930,-480922],[1191,-483001],[6905,-478706],[4177,-497591],[2075,-494225],[3485,-498640],[4080,-497873],[4161,-498565],[4500,-494752],[396,-498858],[2464,-498761],[2544,-494685],[5682,-490794],[10586,-489855],[3465,-491729],[11084,-488045],[2702,-491257],[9640,-486499],[10281,-489860],[2862,-490803],[4920,-490525],[2918,-487916],[423,-490783],[9715,-487649],[1361,-489319],[2061,-502280],[1003,-502886],[5667,-501302],[7242,-500763],[4145,-499010],[2559,-502402],[1276,-502905],[681,-499429],[2242,-499453],[6784,-500122],[6104,-502168],[2433,-502421],[2540,-501880],[694,-503073],[249,-502900],[328,-528280],[296,-527004],[358,-528927],[6893,-525562],[135916,-173283],[128610,-177734],[130530,-177303],[131569,-180097],[139248,-212183],[129192,-217063],[139066,-209287],[130616,-212942],[140749,-205086],[131146,-213098],[129330,-221826],[130746,-221076],[128157,-218618],[131631,-219512],[138440,-217990],[128661,-217413],[129021,-219882],[132718,-221261],[130077,-218280],[138844,-228185],[133720,-219438],[137435,-224610],[139328,-228201],[137359,-226638],[136385,-220778],[130182,-217903],[138586,-226488],[133672,-220080],[129796,-228523],[137526,-226642],[136315,-221626],[140030,-236767],[136591,-242288],[128486,-233942],[139938,-232479],[138780,-242117],[139638,-230484],[138970,-230484],[139875,-230614],[139845,-231938],[138913,-234788],[139343,-242109],[136097,-255506],[139471,-253735],[139677,-244281],[139009,-243578],[139855,-244727],[135937,-265430],[136949,-263134],[131566,-274627],[138591,-271340],[139510,-274026],[130620,-305449],[133158,-304106],[133995,-303698],[130748,-305283],[130379,-304230],[129344,-304061],[136384,-300228],[135943,-303192],[136571,-302442],[128143,-304786],[130517,-311394],[131832,-311212],[139557,-314037],[140057,-311968],[130154,-310494],[132033,-307740],[133327,-312007],[133920,-313688],[134658,-314134],[134054,-311556],[133747,-313718],[139492,-328180],[136431,-328714],[136094,-328000],[138080,-326633],[137830,-329176],[135717,-329685],[138335,-327528],[130469,-331840],[128640,-332500],[129003,-331241],[128380,-330931],[129309,-331196],[132482,-332114],[131555,-330285],[132777,-331340],[131782,-332586],[135057,-331374],[132567,-329604],[131034,-332003],[139596,-330618],[137880,-331716],[137205,-332307],[137613,-331868],[138276,-332499],[139175,-331952],[131533,-338995],[130802,-340761],[131234,-337680],[132057,-340007],[131581,-338752],[129500,-340366],[131400,-338798],[133312,-344613],[131662,-344733],[133422,-341670],[133522,-340149],[135949,-340499],[133017,-337890],[135706,-339562],[136220,-337067],[134288,-336222],[135402,-338613],[135229,-340770],[137620,-333004],[129953,-346912],[128681,-347715],[128094,-356084],[137034,-351811],[135657,-354455],[136574,-355878],[138033,-352832],[135443,-356622],[137231,-352948],[138826,-352895],[139410,-353894],[137928,-356232],[139290,-353272],[137580,-354926],[139931,-355535],[139909,-358042],[128500,-355159],[128562,-354639],[130590,-351947],[128295,-351117],[128764,-352112],[131355,-352806],[129375,-349740],[130523,-349423],[131084,-349648],[138676,-358913],[128552,-358989],[128247,-359443],[140638,-383720],[129123,-384021],[131796,-405822],[133897,-408249],[147059,-178572],[145669,-177650],[147521,-175096],[147586,-177370],[148541,-176090],[148626,-174249],[147786,-175763],[145825,-172942],[148585,-174890],[145963,-172572],[146677,-177325],[145484,-176849],[147943,-177126],[144789,-174792],[151073,-170940],[152577,-173516],[151326,-171013],[148117,-168607],[150395,-167048],[153486,-169973],[147460,-184582],[146204,-185411],[144799,-179486],[152777,-181370],[152407,-179015],[146406,-181103],[145543,-181683],[152539,-179260],[152660,-179931],[148953,-184483],[145609,-186884],[144906,-180277],[146350,-182687],[153193,-181396],[147323,-183398],[153433,-188185],[146893,-196550],[147277,-195085],[145890,-194407],[147217,-201253],[147468,-192788],[147653,-194030],[152903,-195255],[152012,-196291],[151201,-196400],[150494,-196733],[142125,-204438],[146973,-195371],[148829,-195531],[147233,-196714],[148142,-200102],[146352,-193260],[152192,-195776],[147007,-194707],[146025,-192526],[149846,-196551],[141537,-227520],[145633,-224381],[142891,-227164],[146346,-224629],[153313,-233859],[140892,-232619],[142260,-237999],[142921,-239489],[145098,-241892],[142021,-237856],[142797,-238287],[146451,-242123],[144454,-242026],[143382,-242044],[149739,-239526],[153224,-254170],[149234,-254873],[148420,-254001],[148126,-248871],[148889,-252824],[147234,-247945],[148069,-248191],[148713,-248057],[148977,-267266],[149105,-258286],[145160,-280779],[148325,-279633],[143630,-281311],[149794,-272030],[146017,-280726],[144814,-271903],[151857,-277679],[148705,-277932],[141896,-277520],[147620,-280919],[152911,-283983],[143764,-283929],[149267,-300997],[150620,-306060],[144275,-306678],[145965,-297182],[146506,-295556],[146471,-294453],[142660,-298788],[145320,-297953],[142869,-301054],[145741,-298345],[145139,-297991],[149190,-302012],[150609,-299769],[142273,-300527],[148707,-300447],[143419,-306686],[144044,-301883],[144825,-303813],[145048,-306247],[143812,-304878],[144417,-302609],[146084,-305664],[147576,-303346],[145489,-304686],[147162,-304709],[144936,-302041],[145325,-305800],[147508,-302605],[148712,-299284],[149084,-299616],[145245,-311219],[146212,-307334],[145365,-311654],[142897,-309909],[142592,-319498],[144163,-312434],[145980,-310490],[142653,-313666],[142489,-317899],[141440,-313474],[143154,-314237],[143233,-308110],[149854,-307384],[147635,-308543],[141261,-354689],[146604,-353895],[146160,-356508],[147203,-354108],[150930,-354383],[153110,-355533],[152339,-356205],[153389,-356718],[145226,-358391],[144513,-361603],[142815,-358581],[143666,-360225],[147512,-359159],[146330,-358610],[144749,-359593],[151455,-361772],[150163,-360788],[149492,-360357],[149324,-362537],[151946,-359681],[152209,-358665],[148368,-360977],[140855,-365463],[144920,-382792],[141181,-372982],[147023,-397727],[145674,-396997],[163141,-174164],[153837,-171219],[153683,-182450],[153602,-182979],[156150,-198490],[158104,-196517],[157768,-195377],[154145,-196849],[164740,-199356],[159636,-197148],[156674,-196706],[166248,-198526],[165062,-199516],[161410,-198700],[154454,-196409],[155726,-198211],[160925,-236778],[157630,-235171],[163126,-238241],[157723,-235540],[158659,-244938],[157721,-257159],[156400,-256194],[157017,-258914],[156288,-267340],[158490,-266273],[157830,-266595],[163655,-264762],[162321,-265188],[163384,-264946],[159555,-267991],[158007,-268170],[164643,-267673],[164764,-263190],[163461,-266492],[154591,-277240],[165341,-273848],[163039,-273260],[165624,-279314],[159097,-274556],[160391,-274894],[164620,-270458],[165171,-276608],[163093,-277214],[157829,-275475],[158472,-272224],[163453,-273464],[162567,-272412],[163986,-279397],[160575,-273969],[159637,-268885],[163048,-269491],[165209,-270132],[165031,-271283],[164369,-279110],[154549,-284179],[154084,-356642],[154727,-358549],[154684,-358495],[156006,-377244],[155025,-376035],[155517,-373141],[159627,-380533],[167788,-200210],[177070,-214945],[177826,-215764],[177268,-222366],[174577,-226579],[173868,-230922],[167137,-264550],[167351,-267958],[167949,-262757],[170787,-267656],[167706,-262677],[169206,-267261],[175137,-279430],[172340,-279046],[169543,-268834],[170504,-269183],[169449,-269569],[175550,-272670],[170521,-270920],[177195,-280421],[178989,-281025],[168112,-279037],[169368,-275675],[168374,-271030],[169330,-272952],[171877,-277497],[171804,-274682],[171179,-279378],[171396,-272914],[169961,-279897],[170484,-270148],[172092,-275754],[175934,-278284],[169604,-274709],[169364,-280511],[168904,-272662],[172289,-268653],[172513,-287695],[170603,-281959],[171730,-281947],[176877,-287259],[175895,-288306],[176172,-284550],[175482,-282424],[177748,-291074],[178509,-289512],[178521,-291521],[178457,-291921],[175148,-285148],[175220,-281445],[174913,-295261],[176031,-294387],[180792,-241222],[184929,-243531],[181928,-286947],[184403,-294193],[182059,-289727],[185215,-295223],[184959,-298323],[190688,-295475],[191627,-295043],[190152,-294999],[187609,-298880],[183684,-296089],[187497,-296139],[187660,-297437],[191762,-304415],[193703,-298925],[193373,-301127],[194455,-294927],[195048,-300363],[196854,-294596],[200872,-295683],[196504,-296423],[199533,-299698],[194309,-294818],[197049,-296334],[192589,-305270],[193538,-300985],[200219,-296180],[25546,-259805],[25004,-257796],[18927,-265866],[23658,-275093],[20565,-274909],[22289,-274490],[21185,-274943],[17965,-275022],[15093,-277905],[12837,-279145],[22767,-275395],[18326,-268613],[20706,-272893],[25501,-271707],[18634,-274792],[16474,-274791],[15332,-277516],[15016,-278002],[14503,-281287],[15154,-394063],[13645,-410976],[15158,-411311],[25193,-417236],[16054,-413643],[24570,-422058],[23758,-418468],[25548,-418597],[14833,-411307],[15549,-411950],[15613,-413492],[22956,-421646],[21011,-416277],[25165,-418096],[20718,-434416],[21157,-434777],[21245,-434095],[24006,-426054],[18864,-425524],[24359,-430581],[24976,-430060],[21169,-443307],[20862,-444002],[17406,-436743],[17161,-436754],[21670,-444221],[20763,-435555],[25180,-443118],[25357,-440531],[16149,-452353],[13486,-452514],[16451,-448914],[23728,-447884],[15749,-452847],[22017,-448509],[18063,-453389],[14654,-453811],[19220,-466242],[16816,-468241],[19646,-466329],[14993,-468576],[14975,-472315],[16028,-464004],[19844,-467676],[15050,-468232],[24225,-469364],[25056,-461881],[22458,-462815],[22038,-462551],[20564,-477002],[13364,-473604],[23550,-475750],[25373,-476028],[18466,-473817],[22605,-494963],[22332,-494106],[23523,-494565],[14230,-503524],[14997,-503419],[13912,-502111],[19011,-511684],[19736,-511251],[23725,-520675],[15257,-523165],[23741,-523084],[16752,-520543],[22568,-523502],[21980,-523886],[17274,-519858],[22693,-520925],[15370,-521139],[13662,-516147],[13898,-521682],[15685,-515528],[14323,-514112],[21699,-512105],[13562,-525438],[23978,-530236],[28932,-263316],[28022,-260383],[30410,-262605],[27592,-256698],[26912,-258522],[37874,-264938],[26353,-256573],[26404,-256728],[30921,-260452],[32780,-260075],[30816,-263109],[30909,-261119],[31810,-261968],[29538,-259305],[30908,-266063],[32922,-266893],[33561,-265345],[33569,-263619],[34278,-265158],[30938,-266514],[31395,-263120],[27370,-269598],[26829,-269736],[35581,-271270],[36462,-270820],[33339,-271925],[35604,-271405],[32539,-270406],[31138,-273533],[28767,-273289],[29064,-275906],[30308,-274157],[30941,-276399],[35177,-273333],[35959,-273532],[36134,-272573],[29704,-276988],[31582,-275775],[29073,-391440],[28039,-388405],[30868,-399327],[37133,-402687],[25757,-417594],[28053,-413422],[27883,-414608],[25943,-417677],[26916,-418238],[26485,-429447],[30035,-432907],[26745,-429414],[27785,-428008],[27698,-428699],[25622,-444555],[27054,-472294],[26939,-467915],[26157,-467492],[27577,-480695],[26179,-480230],[27254,-479593],[26175,-473856],[36218,-474585],[37161,-478337],[37708,-477128],[36981,-478932],[26844,-522100],[34419,-514071],[33770,-514767],[34829,-515050],[26295,-519812],[29688,-522387],[35577,-523307],[35528,-522502],[36354,-518693],[33931,-530893],[35846,-526753],[34110,-532495],[33038,-533118],[33352,-531787],[34767,-537269],[36654,-540206],[34652,-542615],[35211,-541691],[47149,-254992],[50919,-253871],[39348,-265887],[41513,-263274],[49023,-255867],[48297,-257455],[45944,-258467],[42906,-262729],[49835,-256934],[47633,-257230],[46756,-259804],[47504,-259180],[40832,-264951],[47025,-258918],[43324,-264062],[46291,-258466],[43706,-259414],[44782,-259071],[45920,-259935],[45747,-258682],[43375,-259455],[44857,-259553],[44552,-259988],[47505,-263214],[48220,-264614],[41811,-261310],[46975,-263108],[49259,-264058],[45105,-263125],[47794,-263648],[42480,-263145],[46646,-265695],[46577,-264406],[45631,-264120],[42039,-264066],[41378,-265647],[40444,-267549],[42145,-261746],[49245,-293100],[50870,-293341],[50712,-293106],[49340,-291969],[48288,-395743],[49184,-396410],[42923,-396505],[42295,-401500],[39222,-475889],[38451,-475336],[41991,-529431],[45000,-527271],[45245,-526659],[55196,-251704],[51784,-250716],[53864,-252129],[51961,-254598],[53216,-251456],[58745,-250459],[53179,-249237],[61876,-251086],[62947,-263324],[52060,-256795],[59419,-262168],[55420,-268246],[60520,-263024],[59169,-262839],[52919,-265755],[57716,-264354],[55863,-266853],[56150,-260741],[56529,-262534],[51969,-263199],[54212,-264445],[55780,-263288],[54730,-263367],[54342,-267458],[56642,-264162],[56885,-262628],[56203,-267803],[54346,-264028],[54793,-270014],[55790,-270044],[59914,-272326],[63839,-279788],[58581,-272043],[57826,-272943],[58899,-268929],[62793,-279514],[62975,-277825],[56443,-269183],[63620,-280447],[63133,-280315],[56404,-273057],[59699,-275294],[60013,-275212],[58392,-278874],[56549,-280497],[59013,-281178],[56992,-273445],[51550,-293013],[52061,-291507],[61293,-286504],[55169,-291941],[61363,-288104],[59234,-288273],[53685,-291517],[52617,-291774],[60447,-289468],[59126,-291693],[53296,-293482],[62561,-287314],[58318,-281503],[53545,-291299],[57501,-291291],[55598,-290146],[54035,-292646],[58281,-290405],[63137,-287543],[62686,-283874],[62313,-282646],[63503,-307889],[63508,-309858],[54918,-396485],[57961,-400836],[57696,-402128],[69726,-172951],[69289,-173408],[73810,-183476],[66730,-265906],[64521,-268374],[66872,-266666],[65305,-264036],[65953,-267467],[65879,-264135],[64325,-266100],[64058,-265157],[66258,-273994],[65996,-273746],[64184,-279787],[67674,-276054],[66188,-272649],[67429,-271510],[64688,-268994],[65888,-268911],[65685,-271410],[66935,-270438],[67834,-278300],[68010,-278728],[67687,-274816],[66586,-283559],[65760,-285824],[70651,-299771],[69574,-300255],[72615,-299408],[70490,-300455],[75007,-299586],[74489,-294471],[72089,-299117],[69436,-302312],[76394,-295609],[71654,-298915],[70438,-299601],[69885,-300278],[65932,-306006],[74648,-304916],[73888,-306116],[65455,-306834],[65351,-305984],[66910,-306748],[71804,-306914],[70284,-309176],[72324,-308650],[64229,-309070],[70805,-307911],[68990,-311889],[67964,-311807],[69604,-309074],[72231,-383157],[73383,-383091],[78123,-156321],[80201,-159596],[85738,-165594],[89427,-157479],[88798,-163888],[79965,-160705],[80677,-172421],[84803,-166314],[78992,-169077],[87740,-251149],[89273,-251577],[82967,-254288],[87298,-253146],[83355,-253904],[82078,-304878],[88713,-299344],[87659,-298494],[86340,-298148],[87435,-301277],[88053,-305142],[85808,-298901],[87773,-298038],[88861,-298597],[80471,-313047],[79856,-312034],[80536,-308575],[79907,-307692],[80879,-307688],[81182,-319789],[81694,-312320],[87132,-312777],[87325,-312547],[85752,-308133],[87724,-309414],[87460,-308371],[79732,-324947],[81631,-320066],[81547,-323612],[81451,-321946],[85433,-338400],[79954,-333662],[89197,-380366],[89557,-377148],[88587,-377062],[86696,-375846],[84069,-372059],[79464,-382707],[78678,-383453],[80737,-382575],[79512,-386345],[80472,-384440],[78862,-384542],[97057,-165987],[101574,-158543],[96067,-157914],[97296,-158235],[97845,-165370],[92821,-155995],[97482,-154422],[98872,-155755],[96734,-163927],[95472,-157409],[90251,-157020],[97105,-171630],[96836,-166982],[96025,-168930],[92902,-255647],[92120,-250074],[93318,-253485],[90138,-253788],[94507,-252713],[93305,-297065],[90465,-306202],[92138,-299693],[99216,-299600],[101358,-298172],[97983,-298152],[99942,-302968],[95663,-299613],[91708,-301555],[98704,-297413],[98796,-300951],[90278,-305576],[92705,-299097],[94296,-299043],[94735,-300275],[101235,-305955],[100960,-299800],[100353,-302608],[99970,-302158],[100912,-303082],[100902,-302516],[97423,-299703],[98205,-297878],[90666,-315555],[89859,-314244],[102376,-319078],[102201,-318608],[100734,-342641],[101544,-340045],[100637,-342015],[102121,-343440],[92889,-344140],[102133,-339694],[95507,-339302],[93495,-334563],[100138,-341791],[101015,-343740],[102378,-343921],[102232,-342992],[100489,-340665],[99993,-349026],[102176,-378436],[102035,-376562],[101765,-376801],[90037,-379615],[97205,-383847],[100258,-390911],[109525,-162659],[106311,-162175],[109751,-165292],[110073,-161316],[106911,-166124],[114362,-158540],[107528,-167409],[109732,-172765],[111193,-173551],[106387,-166777],[114765,-182533],[111423,-180378],[113510,-181183],[104184,-305968],[102466,-305772],[103884,-303138],[102561,-303103],[103148,-300464],[111290,-299604],[108732,-298877],[107579,-304217],[107084,-304825],[112381,-299340],[111367,-300427],[109593,-302323],[111351,-298350],[105800,-305395],[112415,-300954],[110766,-302447],[111194,-302211],[115030,-301698],[103343,-299885],[111321,-298007],[112744,-305487],[103639,-298239],[113242,-307961],[113295,-308878],[104169,-318293],[111760,-316532],[113429,-309214],[111806,-309918],[113809,-311027],[112956,-311129],[114653,-308292],[111859,-320230],[102491,-344530],[103745,-344557],[107914,-351450],[111521,-362792],[110624,-366052],[114014,-367616],[112183,-362134],[102844,-379825],[103412,-378107],[103103,-373248],[107567,-375311],[106362,-378185],[110053,-375492],[109251,-376628],[125419,-177857],[125026,-177395],[126758,-178230],[125611,-178863],[115890,-168269],[120255,-173986],[123499,-171301],[121291,-173945],[122703,-173740],[117706,-170438],[124018,-170922],[127378,-180497],[122704,-181658],[125134,-184031],[124320,-181128],[116194,-186986],[127514,-180244],[127797,-180149],[127873,-180558],[121957,-214930],[121950,-216008],[126527,-211778],[122576,-215107],[121680,-215964],[126643,-211064],[120519,-226932],[119945,-223649],[119691,-224517],[126719,-226499],[126648,-225427],[122568,-224924],[122347,-229263],[126076,-219829],[125101,-219495],[126129,-226100],[122963,-224868],[127641,-225491],[122061,-228880],[121727,-226796],[126008,-220832],[125621,-219914],[122331,-237846],[120755,-236879],[127106,-230396],[127602,-232312],[126274,-231568],[118259,-306580],[116103,-304332],[127131,-304143],[127349,-304806],[127622,-304476],[127355,-304966],[123046,-301331],[115214,-304484],[126885,-316438],[120209,-310058],[120871,-309659],[120204,-312768],[118736,-308663],[116907,-309636],[115585,-310453],[127773,-309193],[126192,-307651],[125775,-308468],[124497,-307238],[127765,-308364],[127449,-308712],[124824,-308286],[116117,-315247],[118146,-312488],[117397,-311838],[117087,-309855],[126814,-308808],[127506,-332503],[127765,-332555],[125754,-350903],[127709,-350961],[125448,-350912],[125770,-351237],[126161,-349372],[127623,-349844],[125017,-359456],[124132,-362633],[126495,-358951],[127868,-360620],[126435,-359491],[126992,-358650],[125388,-358391],[125070,-367830],[123424,-363187],[121645,-367092],[125012,-363162],[123315,-363312],[122084,-365639],[127508,-399284]] \ No newline at end of file diff --git a/src/gathering/a10619.json b/src/gathering/a10619.json new file mode 100644 index 0000000..178423f --- /dev/null +++ b/src/gathering/a10619.json @@ -0,0 +1 @@ +[[-267939,-184319],[135399,130703],[135640,138195],[135585,102781],[135892,114742],[140620,122979],[133596,118257],[132912,124743],[144390,-37421],[141157,136030],[152349,138678],[152587,80825],[147992,115009],[150211,107487],[153309,108215],[142039,117476],[145116,122721],[159347,135912],[165983,14589],[164454,22578],[161772,20651],[165529,17171],[162572,34168],[157114,29994],[158807,41273],[166298,51315],[157768,49571],[160407,48593],[164384,55841],[156941,56342],[160175,64554],[154269,71201],[165818,87938],[161249,85371],[157208,78667],[158610,117883],[159554,123410],[176618,-34936],[168615,-35709],[172465,-38423],[173545,135893],[176471,132688],[171628,128475],[172105,140870],[171675,131545],[175605,141629],[170462,17104],[170762,36088],[171560,41000],[166764,39700],[173086,46257],[177327,44041],[174449,62499],[167556,60123],[176636,61028],[169971,65039],[168882,66273],[175786,72627],[178560,72985],[175396,76770],[167103,69786],[170419,71037],[178329,83033],[173775,77440],[175976,87865],[176172,83440],[172210,87402],[169579,94297],[178101,97120],[171654,95572],[172328,90538],[178697,103480],[167450,105865],[170611,124654],[181304,-148150],[182823,-161455],[188393,-181465],[189699,-49603],[190516,-91325],[186737,137757],[182492,138782],[179909,137802],[182014,142692],[187715,24618],[183287,17168],[181321,32429],[179498,29807],[185316,47877],[184136,42603],[185362,39167],[185219,39586],[190207,46257],[191149,73105],[187740,75630],[182844,70936],[179780,70867],[187193,96741],[187981,104242],[190588,112627],[185972,109277],[180054,108045],[182340,108351],[190719,118236],[179638,124988],[202842,-140768],[195019,-162578],[199303,-200169],[203261,-210630],[202732,-219449],[197201,-39197],[204582,-55706],[195482,-52546],[200843,-65517],[202778,136600],[196578,135855],[198960,143138],[200323,36044],[193683,32292],[201014,48843],[199374,49806],[193573,49872],[195439,39512],[195096,56548],[199379,63869],[204697,54176],[200467,54802],[201088,58798],[203008,62089],[201634,55289],[202653,76524],[195477,78201],[196245,94998],[199491,101861],[197999,103630],[192951,119387],[213042,-127081],[210380,-122312],[203166,-162005],[210565,-164322],[206478,-166258],[216008,-197056],[217207,-61339],[210053,-61396],[216682,-54762],[211978,-68804],[216206,-99092],[214448,-111633],[206910,128311],[209288,143241],[213293,75589],[208443,68089],[211559,75319],[213953,86317],[215369,92153],[207892,94930],[210954,99338],[205721,92411],[211413,111056],[217210,119720],[209571,126065],[210380,119408],[227656,-142947],[227426,-172886],[230274,-167830],[223947,-191331],[218068,-186181],[228786,-197817],[228360,-234297],[223094,-43453],[220054,-60110],[218876,-67325],[230396,-114044],[217966,141443],[222450,147772],[225655,141073],[227292,142816],[229486,149703],[221881,33407],[220096,55120],[225341,83675],[228630,78880],[222731,80611],[221998,84252],[218623,87383],[219462,82309],[227644,102510],[227948,115287],[229696,107921],[218911,116280],[242304,-117890],[236022,-117818],[231582,-127515],[237800,-119529],[242478,-125018],[238682,-129101],[242371,-162696],[234659,-164408],[233578,-174325],[241841,-180536],[238845,-190041],[233476,-188376],[232794,-200626],[233684,-86371],[230919,-98697],[233259,-100457],[231258,-102432],[232479,-105288],[235817,-105543],[236954,-105065],[235249,137451],[231407,133954],[240587,139269],[242166,143589],[238080,39136],[237507,64105],[239556,61096],[243044,61368],[234909,57942],[240399,72038],[232207,74214],[237198,83413],[237801,99605],[238989,93478],[240327,92158],[255252,-118658],[243320,-122460],[254017,-135604],[253735,-137136],[248381,-137764],[250612,-140902],[247618,-177695],[245891,-185314],[255122,-70294],[248430,-77601],[254846,-90289],[252377,-101471],[244229,-106468],[250684,-111171],[254363,-104085],[247804,133206],[249816,37659],[253704,33618],[254012,35618],[246748,46696],[248003,61018],[253325,61999],[247392,65002],[250378,64786],[248248,73551],[248835,88784],[252746,86407],[243961,80432],[247943,98698],[246737,110407],[245107,122173],[256814,-118695],[266190,-133666],[265715,-130972],[263028,-129409],[257074,-139469],[258929,-130822],[258314,-145108],[264786,-3438],[262404,-37568],[258007,-42097],[264725,-40836],[266109,-54874],[264745,-89817],[262102,-99067],[268070,-113737],[260343,-114582],[264952,-107925],[256214,-110287],[256298,-105698],[261107,-109502],[264469,4140],[257366,60776],[256217,67768],[263437,89627],[263230,110118],[273429,-117280],[271026,-120975],[273715,-126472],[280159,-121376],[280591,-125501],[274270,-136609],[278436,-140198],[281248,-131266],[273565,-144097],[275939,-152526],[276706,-142231],[274663,-6383],[272719,-19405],[271797,-47557],[277059,-52133],[276948,-67588],[276043,-73092],[269813,-70577],[275277,-80066],[270243,-83923],[278145,-99632],[268862,-95353],[273637,-97105],[273058,5768],[280078,14384],[272207,20979],[274845,73811],[275856,78608],[275059,86226],[272834,91895],[294035,-126259],[290080,-116476],[294370,-118310],[281922,-122853],[293601,-139017],[285021,-139665],[290409,-131902],[289528,-149178],[293852,-153930],[287300,-157624],[287564,-165876],[293190,-170572],[290041,-4149],[288038,-4397],[284756,-25763],[285913,-36393],[285855,-38890],[282270,-53609],[291204,-55591],[290968,-59387],[289153,-73800],[283961,-87884],[281907,-79450],[287509,-86602],[289775,-80910],[292717,-83735],[285714,-93248],[283609,-99113],[282669,-93528],[291995,-98641],[282436,-108184],[290562,-103833],[290574,8927],[281835,15376],[290698,20683],[304528,-138627],[306194,-129299],[307105,-136061],[307105,-136061],[298450,-143271],[303467,-146851],[298432,-141128],[295481,-149863],[301200,-153263],[302551,-159420],[305414,-157280],[298166,-160283],[296287,-169497],[299816,-186342],[306185,-197358],[303876,-205822],[298297,-9603],[305002,-5735],[295833,-30917],[303475,-28386],[305577,-39316],[303898,-60059],[299537,-72256],[307198,-84946],[294831,-87254],[296609,-91251],[301493,-102171],[300911,-113144],[300742,7910],[304381,5885],[305008,10976],[301090,15580],[304513,19493],[303407,19369],[302665,19627],[306989,17779],[301981,47539],[300421,66536],[311004,-140578],[312534,-157965],[316937,-157375],[317693,-163437],[319677,-157889],[312757,-167607],[318883,-168543],[313482,-170025],[319866,-203572],[308572,-199760],[315289,-213291],[312090,-219122],[319091,-4695],[317782,-83106],[319332,-76880],[319642,-88306],[313512,-102311],[307828,-108452],[311020,2251],[309622,17491],[307440,17410],[308495,46630],[315106,57683],[309490,64839],[320269,-164599],[326751,-166368],[326751,-166368],[331608,-171254],[330525,-173711],[323828,-168408],[324272,-206408],[322674,-57409],[328239,-94156],[328977,-90354],[324298,-95575],[328813,-91403],[332997,-138822],[344890,-147967],[334649,-147584],[336284,-146175],[339570,-177323],[339899,-183866],[335092,-186013],[342220,-185164],[333614,-183032],[337189,-181913],[345572,-215818],[336308,-220754],[342684,-235011],[339279,-96254],[334388,-98342],[338116,-91425],[335281,158166],[354450,-136100],[353249,-148034],[348036,-145592],[348737,-151776],[356094,-155068],[350834,-156175],[346733,-178115],[353810,-175406],[354094,-170928],[345997,-171566],[355866,-184463],[346198,-186872],[349397,-204731],[347465,-219696],[347166,-238950],[349324,-10542],[352469,-249367],[358072,-53763],[357163,-113188],[356258,-105137],[352631,-112778],[351342,-106402],[356578,135222],[355619,37080],[355471,49085],[352386,57610],[355050,62344],[348284,54396],[349615,61641],[349131,67559],[352757,67211],[348528,101295],[370912,-119774],[370267,-133813],[370299,-137172],[358538,-145304],[359804,-147041],[368892,-157227],[364321,-155928],[363939,-165947],[366900,-160526],[360575,-167403],[360836,-176159],[366392,-172092],[363416,-183460],[358806,-202932],[359910,-213343],[368827,-238760],[369093,-234509],[358729,-14823],[360494,-20425],[360714,-47405],[368398,-39768],[366338,-56403],[364629,5193],[368186,493],[359474,28655],[364666,47845],[381869,-122416],[377095,-137537],[381781,-132600],[373738,-134196],[377390,-153105],[374889,-141986],[375087,-149597],[372208,-140881],[379082,-142077],[378625,-146335],[381387,-164925],[383513,-154641],[381681,-174842],[378209,-176484],[373023,-171481],[372606,-168373],[383725,-169944],[376926,-185417],[380722,-182437],[375816,-180270],[383383,-186804],[371740,-210770],[379101,-225078],[382789,-234094],[382873,-3912],[373147,-251705],[374376,-34983],[379901,-114945],[377454,-111717],[376292,5874],[375916,9369],[382079,134743],[375455,16564],[378405,46454],[382758,53876],[383183,58322],[375687,77754],[376381,100411],[377745,105943],[387908,-127394],[394217,-135075],[388182,-134616],[390611,-137591],[389147,-128721],[389917,-152357],[387555,-140931],[395071,-148385],[394815,-152785],[385665,-157738],[384826,-157418],[385812,-161324],[392498,-159962],[396009,-169323],[385796,-171493],[387419,-167539],[387865,-184956],[388962,-180597],[388911,-241276],[389529,16493],[389041,20535],[390267,21027],[393345,17616],[394544,116930],[398042,-161936],[399081,-154661],[397501,-203720],[406646,-202743],[402864,-206168],[404011,-216782],[398458,-219772],[405025,-1558],[408628,-244046],[407383,-13917],[401201,9876],[407948,18398],[405914,16973],[408536,24344],[405548,26929],[407216,40018],[397411,57475],[398887,117102],[415757,-206281],[417247,-216415],[414921,-223629],[422272,-8350],[413998,-257217],[419701,-57686],[422045,243938],[421434,329068],[419744,371009],[419986,374939],[414413,28656],[416742,31171],[419884,45042],[423136,-227789],[434763,-229682],[430342,-2666],[433631,-4461],[432691,-236],[424703,-246864],[432646,-21788],[424017,-27324],[433130,3295],[428862,2302],[427888,21245],[422921,22495],[423137,331032],[429718,101982],[441683,-214360],[436257,-224773],[435524,-228598],[436098,-255444],[435530,-243267],[437980,3023],[437225,18486],[439458,40012],[435993,49113],[457148,-223417],[449963,-223377],[451582,-229922],[451735,-237956],[457041,-11232],[451938,5301],[450044,82832],[466424,-231212],[473474,-236626],[462317,-248541],[469251,-87432],[470251,193607],[473726,-220638],[475806,-2922],[473757,-76524],[476365,-93892],[483254,199512],[484901,52641],[473697,68342],[491242,-158585],[496707,-174211],[496187,-171440],[494882,-176605],[497648,-167024],[496090,-168005],[489920,-176709],[491019,-167197],[488024,-169032],[486793,-76046],[489764,-79449],[489503,155865],[490198,76761],[499403,-155799],[504985,-159469],[508028,-174679],[509573,-176717],[506327,-176698],[510562,-177040],[506792,-95371],[507936,361470],[508979,372827],[506777,386992],[511145,390492],[505436,42453],[519631,14211],[519771,364057],[524097,368231],[519000,362991],[514252,362776],[514749,369232],[522660,374997],[515928,378491],[521018,380474],[529585,-48854],[536857,130426],[528295,299325],[532352,375688],[537316,376576],[538529,-18469],[545777,251900],[540007,298112],[539293,302048],[540537,306823],[543851,349850],[549327,382735],[540052,381869],[542456,379027],[538091,395173],[544815,388444],[543183,86521],[544505,114356],[550771,-21339],[558717,-51444],[558945,130406],[560988,334387],[551958,391067],[562088,392102],[554781,65935],[552610,79666],[556753,97771],[559934,107531],[571121,-31428],[564456,-52799],[572724,-54097],[569758,272663],[575487,272371],[563383,287916],[575760,29691],[568309,387099],[568567,388121],[572100,386496],[570695,102037],[575383,118979],[581172,-33732],[584028,245534],[576895,364694],[588529,369780],[587665,399696],[582431,111185],[595435,-43174],[591347,-45381],[592791,-84092],[598841,280221],[596455,377331],[600109,403395],[593294,402734],[598452,407357],[594149,416980],[597656,413841],[601741,-76251],[612164,249122],[607402,421228],[602727,413430],[602419,419779],[608509,428355],[612522,441910],[604590,445210],[638066,-178638],[635460,380674],[633837,372894],[630162,444478],[630066,441253],[650866,-165838],[651636,332264],[640434,349715],[646547,385462],[647471,447034],[649959,442596],[642617,445395],[648513,447071],[661415,447353],[663687,450302],[661117,459931],[658838,449619],[662930,454037],[654290,462626],[665587,462118],[664667,469645],[656644,471584],[674921,-112284],[675950,403348],[676491,432405],[677853,429765],[666064,448620],[676007,470959],[684238,369339],[679140,470607],[679291,480815],[684447,486427],[689658,477895],[687475,98562],[686208,113581],[684722,111840],[682513,115658],[702928,413267],[701862,479970],[698956,475280],[711116,413157],[712994,478415],[720185,500086],[718650,505740],[724073,509337],[726489,506761],[719363,516625],[741292,386687],[735172,419087],[738323,413311],[738217,415538],[735138,500589],[749963,380020],[752494,379308],[750914,378854],[749291,380137],[752172,385359],[748648,400221],[748742,398417],[751754,418981],[748788,414889],[753930,411622],[754857,415530],[752525,414725],[756026,414250],[755089,417369],[750297,418632],[747574,416818],[748105,430518],[744305,489760],[751223,489460],[765818,397167],[767731,415197],[756286,484459],[759782,489033],[776497,420412],[780364,482238],[774471,491775],[779068,490428],[782183,395552],[792581,495366],[793674,366991],[805329,483574],[800273,485493],[795727,486700],[799906,498554],[803877,526077],[819120,362030],[812536,449166],[812876,520533],[829342,430513],[826925,446178],[828329,457741],[820016,466178],[823835,476670],[828017,482805],[826501,507981],[820888,510650],[823442,522510],[837338,413478],[837807,422342],[843655,419366],[840832,427139],[833848,456285],[832410,455356],[839356,472566],[841056,465600],[837946,479653],[843551,483493],[842624,497652],[841070,486773],[838450,520741],[852916,458595],[853409,454655],[847638,468657],[852906,468715],[857390,464861],[848090,476622],[850183,473870],[853768,499323],[845240,508705],[844997,500381],[863484,447985],[866862,443915],[861043,470132],[862486,466851],[863879,485824],[881503,409316],[872033,451386],[883089,452045],[873118,462868],[891823,426042],[886499,442798],[884663,454013],[884468,448446],[891638,454642],[896290,439196],[915227,402808],[920088,418555],[913192,419759],[919077,445407],[913672,454806],[927496,-98755],[925028,332671],[923300,441382],[929843,478808],[957206,130440],[948820,493707],[967629,193949],[968927,209757],[963130,292703],[967460,397630],[970170,417194],[968880,474035],[960709,509092],[972019,114727],[974297,175941],[982921,205827],[974106,213079],[977541,221393],[984348,236406],[984339,244862],[973949,332721],[974065,411742],[981404,479662],[979297,510826],[994484,144870],[994618,199777],[996477,242684],[995821,287349],[985954,297019],[997595,345551],[990170,409172],[990588,423468],[997222,466148],[991615,470443],[1004525,319140],[1005195,401406],[1006349,479871],[1002698,517597],[1017944,157685],[1022335,170231],[1020054,210768],[1019008,209750],[1021363,243901],[1013269,491669],[1029343,210390],[1029660,216540],[1048211,197154],[1047813,221073],[1042004,293419],[1051525,195771],[1064814,182200],[1082555,281492],[1105285,-95223],[1102302,311964],[1121742,349620],[111586,116041],[1188865,348360],[1200198,328952],[121778,111318],[127038,103630],[124694,105191],[122847,125872],[-270365,-181793],[-273479,-195650],[129066,129406],[140110,116311],[139343,116610],[136638,126570],[140670,119831],[148630,-38806],[149340,105495],[145310,125304],[150975,120409],[165122,-40192],[159845,131101],[164185,33554],[163720,42056],[156264,73993],[154129,107184],[153675,125965],[161919,120017],[175671,134524],[176087,129825],[169885,138273],[175490,80567],[184195,-135748],[186674,-144655],[183707,-158194],[192481,-164970],[193175,-182020],[191100,-179786],[186644,-39791],[191038,-42610],[180504,130219],[184736,141904],[191563,30550],[188762,59041],[186622,62847],[179370,76066],[189125,93968],[181582,105594],[204106,-127264],[204064,-137124],[202220,-135485],[197655,-134600],[195893,-131728],[196849,-141108],[206404,-162296],[201682,-201814],[199283,-199894],[201410,-209580],[203837,-212026],[203016,-220606],[195993,-223034],[200396,-35793],[195848,-54835],[201066,-68085],[202191,-110522],[193953,139713],[201692,135942],[197332,74746],[201376,123774],[199637,118248],[216584,-123235],[211246,-116975],[204063,-121087],[203675,-124408],[208913,-117205],[215919,-128676],[215057,-136972],[204797,-131891],[207154,-136313],[209034,-140625],[209158,-144444],[210815,-147030],[206185,-146553],[216083,-154471],[214348,-145787],[215710,-149655],[205428,-141897],[206213,-148105],[211080,-158693],[211734,-162288],[213219,-174371],[212794,-165496],[209180,-167259],[206064,-188300],[214262,-194244],[204854,-218660],[216995,-56205],[207450,-52960],[216112,-67062],[216276,-67789],[213968,-75619],[217378,-72161],[215315,-103419],[209747,-109437],[202975,-114776],[213006,133876],[205622,128614],[212160,81016],[216748,113276],[204868,127409],[215965,119187],[228023,-119416],[216618,-130833],[224105,-137411],[224096,-139926],[227100,-146773],[220556,-142728],[226675,-140698],[224095,-150401],[227901,-152773],[220536,-152610],[220862,-148598],[222349,-154082],[228241,-156637],[225919,-154113],[220160,-154667],[225130,-172967],[228156,-179600],[222780,-184747],[226475,-49729],[222718,-47371],[220548,-61291],[225557,-87541],[228854,-95072],[228972,-90859],[227185,-91960],[229278,-100524],[230270,-100625],[229091,-112720],[230252,-103230],[226871,-103664],[228338,-108165],[227940,-105811],[230275,137997],[225811,136412],[222018,150625],[228811,55067],[228353,98524],[225685,106115],[225496,116924],[243020,-115455],[231376,-120445],[233591,-125941],[236549,-121057],[237042,-126941],[231301,-116702],[235892,-128981],[238973,-130931],[234892,-129815],[236832,-147266],[235814,-144044],[232034,-151469],[239506,-157760],[239138,-163054],[243060,-186215],[235989,-194472],[240703,-200508],[239874,-196747],[239346,-198654],[233202,-204171],[234545,-234622],[233896,-236698],[238317,-55443],[237935,-52896],[239795,-58825],[243136,-65676],[242517,-74688],[240868,-66509],[239729,-77825],[236730,-101343],[232189,-96145],[236834,-102127],[235886,-94712],[232247,-101349],[242034,-93291],[238637,-114931],[236630,132790],[236100,140160],[238659,67115],[240698,82887],[236213,119662],[241051,122082],[253454,-117698],[253911,-116864],[253792,-120790],[247608,-122285],[251253,-134186],[254696,-138447],[251830,-136859],[247034,-153335],[247598,-164816],[246905,-165568],[248416,-155224],[249830,-168349],[250608,-171869],[251467,-178452],[246915,-193617],[247187,-186636],[246205,-197117],[247770,-9448],[254799,-43221],[243621,-48056],[245832,-56385],[247853,-57439],[251401,-62469],[250868,-60951],[249279,-58369],[255454,-73111],[246233,-65131],[243542,-69967],[247839,-69673],[253461,-70742],[251069,-70912],[253548,-79968],[254566,-78612],[249037,-81584],[251266,-81147],[255508,-91918],[253814,-99918],[246363,-113472],[244677,-102715],[246725,-104174],[251792,-103968],[245428,118031],[265533,-121042],[257404,-115067],[261283,-122748],[267840,-134932],[260835,-146877],[257247,-144650],[264236,-45083],[265572,-38671],[264926,-101751],[256389,-98821],[257491,-91215],[261889,-111125],[266727,-111971],[266012,-109787],[258086,-113402],[259935,-105336],[258187,-103079],[264027,1212],[261767,2118],[258967,67935],[260739,77365],[260676,91861],[261578,97685],[262607,102296],[259625,117284],[271155,-122517],[274154,-129726],[272268,-127899],[270254,-129237],[271965,-137060],[271447,-150444],[271526,-143941],[269120,-140907],[272476,-140794],[277367,-151554],[271601,-143165],[270325,-153440],[276853,-156776],[274599,-3398],[276820,-50413],[273421,-43173],[278167,-61596],[281419,-72469],[278152,-75858],[271908,-73992],[276069,-85531],[274347,-91076],[269829,-96844],[269957,-112829],[278695,-104802],[271805,-110298],[270187,-110104],[276394,7630],[277852,13505],[276243,94317],[284776,-119410],[290692,-123490],[288252,-159300],[290534,-171148],[286234,-8917],[289530,-2280],[294388,-30913],[284176,-27609],[282597,-37735],[285656,-46842],[292155,-38442],[281808,-55495],[293199,-54912],[288787,-70444],[287070,-88923],[286111,-94588],[284239,20035],[295916,-122207],[294512,-136566],[294512,-136566],[303692,-145457],[295297,-141972],[299448,-154138],[305880,-164629],[296285,-184876],[301384,-186884],[304701,-196933],[303381,-208525],[306888,-215741],[306218,-7187],[303935,-23572],[304710,-62262],[295228,-56083],[304772,-51386],[298295,-69272],[295993,-110262],[299376,6027],[304780,4372],[302263,10575],[298815,12233],[299553,72742],[301926,75909],[307251,-200828],[318214,-201579],[312642,-213310],[317724,-8024],[308083,-41911],[309534,-60193],[309806,-54679],[319310,-83646],[307371,-96257],[310664,5895],[307253,47137],[315050,43887],[312007,63942],[326918,-206293],[321940,-55727],[339306,-151984],[337050,-182981],[343179,-211199],[336833,-220677],[340848,-236972],[342298,-92918],[353394,-139563],[352312,-152435],[357821,-159894],[353228,-162556],[351792,-176725],[345867,-169287],[353818,-167196],[353818,-167196],[351131,-183016],[352896,-180154],[351715,-207726],[356063,-210093],[351832,-216774],[354782,-223828],[349372,-233343],[346997,-10445],[348650,-11058],[353623,-251299],[357133,-18402],[358061,-18797],[352629,-104075],[351655,50999],[355599,42199],[350845,55688],[351919,61496],[347882,64787],[347790,67378],[352926,67993],[346667,88874],[352899,126087],[365539,-116922],[370924,-129975],[369769,-130514],[369629,-147488],[362426,-149345],[367075,-156952],[366992,-163542],[363882,-168460],[365305,-180263],[360791,-206866],[369070,-212713],[359877,-242936],[358800,-24641],[359190,-23788],[358954,-17700],[365615,-49052],[365782,-71027],[366186,-112196],[368510,20803],[380532,-135301],[376273,-134776],[378336,-158058],[372047,-155281],[382620,-160395],[375959,-160880],[383292,-173471],[374460,-167834],[375318,-175988],[371333,-169697],[383344,-181149],[381960,-225708],[371985,-234667],[381928,-237769],[380628,-6406],[371638,-251175],[375791,-45877],[382786,-46357],[378051,-110410],[375326,-112956],[391916,-133199],[393950,-155919],[385450,-170745],[392687,-238505],[384828,-5551],[389091,54454],[395509,61390],[386198,63360],[400904,-204298],[408436,-221329],[399459,-217645],[404318,-239588],[404696,-10982],[403198,-245024],[406628,2616],[398511,146973],[397071,23481],[402749,17869],[403887,23668],[409262,15495],[404916,43179],[410600,-200358],[415579,-217094],[412595,-226601],[419628,-254970],[414566,-16777],[414058,376308],[419522,29678],[431368,-215148],[427060,-233229],[432596,-230817],[430789,-12065],[426610,-6946],[435078,-248829],[423826,-244696],[432755,-16797],[423939,-19418],[431579,-24158],[434283,-16266],[424797,-30526],[430784,-41094],[430697,2631],[423564,238773],[431155,17467],[426207,324270],[424526,323799],[422915,373323],[436544,-213595],[444371,-229280],[447952,-237659],[435936,191],[436767,-243074],[445275,4888],[445027,11581],[439012,4229],[439399,25245],[443987,260035],[441745,100306],[457181,-215423],[448076,-233097],[458258,-234210],[457345,11362],[450124,45740],[457523,85137],[462748,-218988],[465740,-474],[473559,-252543],[472625,101646],[475132,-223886],[477383,-237314],[479307,-8072],[482579,-32104],[481572,144595],[482006,71263],[496515,-163561],[494191,-160940],[494435,-153735],[492917,-163575],[490643,-158094],[491311,-161654],[497648,-174438],[497798,-168712],[494265,-177465],[496355,-177969],[490568,-175023],[493181,-166810],[490553,-170623],[488045,-79130],[495363,6207],[497396,201736],[494588,50718],[489496,45255],[488886,54499],[508174,-164692],[509686,-166083],[506869,-175368],[507394,-179041],[511643,-33403],[501741,-38908],[501975,-72426],[506062,-65331],[505420,12231],[510492,363935],[509268,365162],[509918,382819],[508097,374971],[502208,39269],[522969,-56288],[518803,215888],[516827,19598],[522990,360555],[517123,364415],[514821,366254],[513610,362253],[512860,371376],[522049,381835],[533947,-19220],[526288,295717],[525276,368653],[525755,371502],[528564,374765],[535982,382725],[543215,-60906],[541406,300101],[538602,301073],[540457,308253],[542789,348806],[547033,379276],[546047,378750],[538254,375836],[545317,90431],[543589,123061],[556604,132535],[550811,223813],[554725,243318],[561838,250730],[555375,391557],[562606,389557],[552310,73972],[559116,93878],[564916,-33408],[567978,-50595],[564798,-40964],[567639,-92980],[570783,388150],[575034,386633],[578546,-32741],[581965,-28013],[579534,-53809],[586658,246881],[577513,299331],[577124,390813],[580672,107411],[579595,121990],[589874,-35429],[596131,-44981],[601147,299575],[588953,372800],[595243,408151],[595138,410171],[596347,410687],[590076,415888],[591284,422580],[598887,419194],[602873,408973],[605812,418251],[603580,418991],[608727,423284],[606572,440278],[602625,447795],[617715,249667],[617616,443597],[637467,346893],[638084,381104],[631084,440029],[644962,336518],[649231,385543],[646071,442481],[649204,447116],[650406,449309],[653496,381494],[656234,445410],[652806,442088],[658110,453603],[653537,450502],[661858,456135],[655965,465384],[664915,471633],[675954,436549],[668834,449025],[667890,461718],[669478,466960],[677527,469816],[680051,-117808],[683970,391658],[679305,431285],[684570,472040],[678448,477337],[684662,480313],[680690,485814],[688270,477977],[686812,106100],[683296,107087],[686961,103269],[688442,112075],[685767,111944],[685486,107478],[683858,113461],[681031,115544],[687148,117269],[697244,469415],[702567,484280],[712515,415564],[704532,411450],[709523,480799],[722794,498360],[725636,494963],[718698,504775],[727295,503182],[717433,512425],[725083,514477],[738550,408586],[735618,426135],[733782,501874],[745068,387840],[754814,388315],[751410,388291],[746283,412823],[743776,487207],[752041,488317],[765877,355670],[755753,394668],[759686,392123],[755401,391796],[756776,396074],[758402,407262],[759686,406207],[766377,416174],[756646,480779],[757356,486887],[769363,399803],[778040,399920],[771109,409888],[775665,416261],[770666,409401],[778995,480964],[774447,494323],[780495,487900],[792516,371096],[796341,486524],[803887,479000],[803649,481509],[798713,496850],[797043,497857],[802112,520465],[805714,523122],[812313,453611],[810433,519952],[831817,430002],[826679,442243],[828582,453178],[827502,456365],[820884,449681],[828403,470458],[820419,466646],[822126,482015],[828346,475445],[831116,486959],[826540,508779],[819542,512933],[821952,524278],[838990,412355],[837768,422255],[843141,427367],[835214,455996],[837820,466419],[843697,467780],[844220,464953],[835668,478493],[843460,482014],[841499,493581],[838984,488270],[844475,509013],[843770,499904],[837899,518512],[845194,419832],[852176,457780],[853302,470440],[855106,461269],[845793,476538],[850972,475586],[851807,498349],[864802,446855],[859886,472919],[859044,462970],[864450,471054],[859860,483415],[881971,410549],[871113,446123],[874074,458319],[870687,450296],[878634,451448],[878812,461493],[876175,465405],[893674,434188],[891566,442997],[890151,451494],[883354,455601],[898386,423524],[915163,-77762],[920724,403978],[911682,416886],[918618,444371],[915627,452049],[926665,444332],[939410,476274],[947322,-72162],[956019,135451],[954805,146226],[954833,205718],[956933,291848],[955796,300067],[959012,418396],[953655,459803],[952150,469550],[958419,479824],[951275,492177],[971169,201263],[969243,227465],[980603,169711],[973394,225376],[981042,412128],[982919,428998],[984259,473236],[980110,505000],[984856,530861],[995995,401329],[995992,486782],[1000286,201183],[1003298,354743],[1018991,210758],[1020104,264431],[1011426,399961],[1011290,485022],[1016388,508610],[1044100,192511],[1039605,193360],[1042199,200851],[1052996,195459],[1085228,310638],[1099406,-100865],[1164959,296501],[1195692,416223],[127443,131241],[-269003,-191723],[-394328,-550572],[-418920,-549933],[-413812,-549780],[-416753,-544000],[-516920,-534708],[129431,-304487],[140462,-324478],[133837,121672],[135628,127715],[131333,124982],[143812,-321243],[147634,143674],[150946,88852],[149519,111652],[151382,107367],[141396,122341],[152390,123084],[163878,132707],[156872,136760],[162739,141557],[164713,40601],[161827,43059],[163265,77956],[157722,95742],[166243,97436],[158900,93841],[162915,125864],[163253,127734],[170543,-36126],[177592,132756],[176112,137887],[176887,38347],[177626,34973],[178865,48496],[175855,74240],[174444,80852],[168228,98428],[178636,93791],[171418,101276],[174714,118530],[166721,123742],[178003,118939],[181385,-137101],[185370,-148572],[186167,-157817],[184998,-184295],[187076,-31514],[191159,-42114],[185932,-44382],[183311,132459],[181103,141343],[185690,143376],[189847,34744],[189746,42885],[183029,60448],[180691,89721],[180839,95330],[179574,113668],[190279,116068],[182627,125564],[191859,-142115],[193147,-139960],[198768,-136238],[199439,-163747],[193042,-159402],[196303,-183062],[202502,-200899],[200240,-215995],[202086,-211465],[196426,-37826],[194386,-46469],[203069,-63396],[195062,140722],[200383,131744],[200778,141826],[201618,43718],[193374,64010],[194162,100540],[213460,-123409],[210566,-125312],[210297,-151025],[215833,-157383],[211022,-172129],[211105,-169349],[208590,-189042],[213330,-190067],[218120,-201353],[205697,-290462],[214745,-298181],[217303,-308162],[212374,-35513],[217005,-56187],[211750,-62831],[211377,-68541],[212771,-98211],[206891,131493],[207543,129466],[205684,144403],[205341,68783],[209874,74765],[205701,82728],[207978,126115],[225869,-175479],[223433,-183455],[221767,-190320],[230337,-232683],[222577,-249863],[227657,-256205],[223336,-257446],[228499,-264858],[217981,-276372],[224535,-291562],[225321,-304977],[222174,-314904],[220055,-49766],[227538,-56473],[222751,-72417],[221572,-64753],[229851,-111450],[228609,134658],[223867,138199],[229063,65499],[222607,73984],[226441,101224],[218116,92130],[219251,112968],[218482,122183],[224506,126184],[232785,-122381],[232700,-116363],[241593,-115037],[242290,-126547],[233446,-126972],[238834,-117172],[234181,-128297],[237158,-164310],[234264,-157952],[239146,-160773],[243414,-169454],[239194,-175453],[233889,-177278],[235230,-187987],[240634,-194077],[231119,-193280],[231297,-213698],[232608,-239669],[240745,-277675],[238765,-276102],[242673,-282077],[230646,-295132],[236663,-308138],[242909,-329386],[237794,-327723],[231119,-96898],[233453,-89743],[242270,-96507],[236814,-99930],[237489,-90848],[232814,-94216],[233597,-98654],[234656,-96986],[238731,-111432],[237269,-109027],[238043,-104119],[235268,-109714],[230938,51259],[241873,67885],[236317,108737],[254086,-124004],[249586,-136088],[255832,-141932],[251647,-141666],[255452,-143634],[243726,-177371],[247833,-241723],[250864,-259214],[247306,-259178],[253846,-266771],[250494,-273007],[255231,-280360],[249913,-293015],[249703,-291472],[251533,-288395],[254068,-302798],[252016,-310386],[255574,-68244],[253577,-86449],[248107,-81306],[254944,-96741],[246820,-98534],[251938,-111503],[252054,-107402],[250043,-111101],[252923,-103049],[250517,130643],[243322,117023],[265118,-125427],[260927,-123740],[259601,-125793],[259473,-143374],[260086,-222559],[260781,-275651],[264316,-280102],[259445,-277750],[261142,-297955],[264740,-314294],[265432,-325852],[256593,-325425],[268795,-21679],[261170,-37071],[260030,-45892],[261192,-39420],[259877,-56174],[260362,-84734],[257471,-85302],[265910,-88231],[263954,-92815],[264921,-100959],[257449,-100924],[266015,-113193],[267562,-109537],[263396,-113119],[256592,-109327],[256098,-105182],[265636,3740],[260672,75877],[256254,69468],[258285,91871],[257616,103403],[274936,-130048],[277005,-134483],[272630,-148159],[273131,-3900],[276132,-110],[273282,-243978],[274767,-249273],[280713,-270119],[275557,-71131],[274097,-75170],[280063,-72718],[269788,-88303],[275288,-92338],[269878,-92497],[275717,-98807],[274130,-103605],[268985,-106267],[276061,-102495],[273009,-106369],[270868,-112168],[270459,-102942],[271934,-106004],[273757,8840],[278165,9672],[274740,24472],[275049,92769],[284015,-115992],[293980,-124285],[293813,-131485],[287906,-137378],[290611,-137577],[285725,-150133],[282006,-153935],[290983,-176107],[287863,-9283],[291983,-3777],[283000,-22061],[293724,-29201],[288204,-29116],[285338,-41763],[292598,-42722],[285466,-56277],[290247,-53886],[287308,-60767],[293619,-70702],[285112,-94919],[290259,-112822],[294265,13242],[287974,17349],[301204,-126360],[294704,-115035],[299948,-122094],[301481,-137346],[301315,-129640],[305478,-130325],[301297,-147067],[297787,-162955],[303716,-164068],[306685,-168224],[298697,-185841],[306628,-197398],[305824,-200692],[305272,-209149],[304345,-38371],[296453,-59024],[301473,-54456],[301124,-74841],[298859,-114172],[300331,-110356],[300697,6060],[303175,1993],[299551,19579],[303753,13437],[299845,45132],[300130,73643],[312856,-164790],[309445,-168346],[315763,-169241],[315928,-172240],[315067,-210596],[311352,-215803],[318857,-4733],[317845,-23279],[309036,-19763],[311758,-20597],[307845,-24398],[310361,-31874],[317964,-29526],[309407,-58693],[310471,-61611],[312900,-72426],[317219,-85774],[307382,-83514],[315212,-93985],[308250,-99557],[313110,2787],[322753,-199018],[322660,-208176],[321290,-62090],[321340,-66515],[320185,-89501],[336238,-174863],[341951,-187236],[340175,-180449],[344307,-212312],[337191,-224999],[340811,-236689],[343407,-6593],[339635,-7346],[339529,-9387],[340971,-99529],[356448,-163938],[345936,-168495],[350282,-185744],[351177,-202262],[354839,-212844],[354515,-225101],[351038,-218297],[350686,-231758],[347799,-9811],[352252,-249491],[353777,-53529],[345780,-61844],[357373,-65445],[350872,-99961],[347951,-110561],[348615,-114485],[357029,48232],[351636,50178],[357483,41446],[353546,63604],[353749,56236],[346674,64055],[347356,68966],[351038,68048],[350101,92008],[351853,115270],[370108,-122259],[369112,-134969],[359479,-150388],[365076,-145917],[360365,-155465],[369591,-158639],[359963,-163620],[370624,-154634],[362769,-173954],[371127,-172549],[360831,-183185],[362747,-202108],[363522,-237315],[365657,-251913],[360056,-24681],[363809,-39248],[360283,-111439],[367054,11963],[364065,24326],[360614,68784],[382281,-126374],[375713,-115854],[378408,-132698],[378633,-130584],[372871,-160152],[376047,-155462],[380916,-169137],[381981,-172597],[383644,-168608],[374007,-208247],[381106,-219270],[373504,-230725],[378749,-237338],[381016,-8874],[379415,-68],[371754,-34638],[375170,-40622],[381657,4458],[372296,17337],[379674,17373],[372645,20590],[390321,-134366],[390874,-153209],[384718,-163313],[390122,-6971],[384319,-246372],[395583,-35461],[394331,-41617],[387627,2463],[387744,140948],[385016,108873],[405377,-197372],[400086,-209648],[400049,-218538],[404987,-239385],[405390,-200],[404959,-243656],[403313,2156],[407258,24387],[408255,42987],[413717,-203407],[417927,-205001],[416913,-214919],[412758,-217047],[415333,-227816],[411819,-253699],[419803,-54142],[420219,237295],[410402,17305],[418418,326142],[415827,373015],[411185,31438],[412933,78177],[429235,-239083],[424849,-868],[433934,-2552],[431570,-252749],[434951,-258688],[431425,-17385],[426152,-18409],[426817,-20584],[427081,-30776],[427295,19423],[424156,25371],[422542,373349],[434807,27310],[432283,109690],[439597,-212160],[437327,-222448],[438210,-228699],[436122,-233949],[443130,9109],[447623,3046],[437104,3507],[442057,132640],[443670,261505],[444899,40685],[446248,91244],[459778,-116545],[454552,-224334],[451305,-223793],[449123,-232914],[454450,-238666],[452494,-4750],[459391,-249158],[457901,-54126],[449259,266303],[459799,58589],[450804,77209],[469881,-221035],[463483,-238311],[470945,-251890],[466895,-88205],[464817,-90289],[467323,23005],[483394,-237968],[482795,-639],[477080,-9956],[481129,-26558],[481488,-76540],[478397,-69200],[485289,-77539],[484227,1765],[485847,154471],[486082,79059],[493460,-155439],[491302,-164680],[498507,-176974],[496485,-171155],[497974,-178782],[492408,-176672],[494761,-167339],[487857,-168275],[496310,-75047],[488320,57841],[503920,-158661],[507523,-166094],[502249,-173321],[505033,-166916],[507492,-175749],[509370,-177367],[511696,-177600],[508982,-167443],[510329,-168463],[505468,-32849],[504921,-61274],[509889,-72311],[500590,-73586],[508045,-78887],[507182,-103227],[508872,9175],[507180,359534],[508424,370497],[511249,380582],[505500,378020],[510931,376718],[506119,37775],[507638,61843],[520760,210362],[524378,297687],[519316,362266],[519026,367741],[514063,365754],[517515,361956],[517218,377299],[518302,379332],[529246,-8817],[533516,-14532],[535761,-64046],[533871,-98454],[529729,367638],[527056,367352],[526282,378427],[535340,376490],[547234,-56020],[540308,298854],[539420,304268],[542098,310385],[545004,349797],[543021,384073],[541669,380287],[547095,385810],[541829,88410],[542601,109901],[561466,-24196],[558432,-35897],[552009,-54060],[561897,339440],[561162,339281],[551311,378474],[556656,390533],[562068,393744],[554492,84460],[556466,126404],[572811,-25084],[571169,-58849],[574104,-55148],[573471,296240],[570550,389628],[568603,389278],[573467,385861],[567123,385878],[580765,-33208],[579176,-40090],[584069,-51224],[580126,308744],[576277,360851],[587957,400375],[578394,101753],[576723,123589],[595954,-85124],[593411,-78584],[599629,249188],[602034,274530],[592612,373523],[595492,402815],[599448,409650],[592722,416396],[601075,416743],[603805,403381],[608889,418981],[604345,412204],[607682,413662],[606879,436353],[609551,442951],[621587,255104],[614982,423378],[617502,440240],[625077,445808],[632452,-155205],[628837,353908],[629432,379291],[627688,443745],[628068,443299],[651882,386974],[649892,447221],[651683,443537],[643097,440504],[647037,451127],[646202,450201],[660544,454269],[661769,448728],[662750,450474],[653871,465455],[678249,431160],[667520,453983],[668740,465698],[673089,466178],[667177,473592],[685973,-114323],[684843,374585],[689082,397748],[679012,435279],[681543,473902],[681971,475525],[685009,481866],[683124,484490],[687739,479703],[688584,103553],[690152,104895],[683883,115289],[687202,108121],[680442,116025],[684077,117902],[697443,472848],[703185,481425],[704436,332249],[711829,342454],[709086,412191],[704958,411296],[710313,478509],[726819,326325],[720331,500798],[716946,508427],[729139,501495],[723174,499520],[718260,514179],[727153,514074],[737913,351733],[735660,400921],[733265,501920],[754535,313819],[744003,355976],[745188,383708],[742586,383705],[750125,399475],[751225,401964],[749640,402884],[743766,403568],[749734,412577],[748920,425319],[751077,485043],[753234,483452],[744281,486632],[758128,330433],[762475,336243],[762318,385208],[756043,389657],[761883,412045],[755966,486711],[773178,392836],[775359,399182],[771783,412724],[777656,486155],[772647,489160],[785500,370795],[791359,482319],[801811,478062],[801062,483038],[801190,494860],[793708,496272],[812304,451652],[813173,516906],[822346,371604],[819442,425694],[830769,448042],[827975,451905],[828247,461521],[827546,467467],[820713,467396],[823293,477618],[823914,481875],[827923,476335],[830895,481011],[827217,487007],[829211,504418],[819838,512395],[821987,518321],[840765,410758],[837796,418305],[841941,428844],[835690,451841],[839565,468825],[841628,468332],[844657,462294],[836099,480934],[836768,484601],[837602,493380],[832708,521076],[852418,455581],[851133,468196],[854223,473485],[853831,463358],[851223,476839],[845838,497278],[847489,508969],[850022,500554],[869432,446017],[865720,446681],[861492,468196],[858289,466369],[865673,467474],[862643,487024],[873574,459086],[873137,448954],[882916,456797],[880225,465438],[871324,464871],[883995,-91503],[883526,408791],[894720,424240],[894499,436675],[891314,441568],[883812,449769],[892843,454617],[904995,-68283],[913169,-56982],[917888,405901],[920809,407367],[914846,417372],[918766,445158],[913610,454146],[932284,-97330],[921935,446589],[928830,479222],[936476,-56755],[942071,-67602],[943784,304318],[942711,297374],[947970,318233],[950954,465967],[951396,493820],[956303,504860],[968603,135324],[963547,169358],[963352,195988],[969093,242089],[965221,392505],[962101,420268],[971623,450987],[971476,455680],[970737,470528],[965321,494251],[973525,194503],[977171,207819],[979782,395809],[976152,439225],[982544,499353],[972915,520421],[975204,529849],[988636,219498],[993588,335882],[990248,402387],[990812,432118],[996281,463062],[1008971,276802],[1007296,483394],[1010904,511245],[1012667,179365],[1021031,236113],[1018895,270557],[1011595,497095],[1034986,190646],[1031779,285132],[1049146,196189],[1042452,205835],[1048990,212830],[1057181,293228],[1063925,159539],[1073595,303313],[1104702,-97760],[1146684,347856],[1161854,305770],[1186720,413362],[1186147,418276],[1196892,422931],[124324,129860],[125333,115721],[-420897,-550588],[134145,140470],[135228,113342],[141167,132734],[149301,137494],[153539,32571],[153504,36547],[153197,48690],[150874,113792],[166162,21214],[164465,19664],[162188,35520],[166276,34203],[159784,40709],[153864,44682],[155801,50753],[157882,61459],[153812,58244],[162133,51932],[163195,60598],[155463,54540],[154871,72022],[155716,75668],[157484,73411],[164023,75513],[163944,88153],[160203,92993],[162024,98673],[166250,90376],[176633,-37246],[174255,-39897],[178012,131849],[175689,136199],[174284,138370],[168788,143392],[171267,14786],[169292,14484],[172018,17885],[169675,31343],[173442,41096],[172746,50800],[175627,62800],[177327,54048],[168077,62138],[177689,61580],[176624,69691],[173639,69267],[173980,78778],[175602,86851],[177008,87148],[170777,84732],[172142,93708],[178313,98039],[176174,95815],[178932,100719],[175730,115154],[179037,116962],[171690,127610],[169889,125077],[182388,-141283],[191786,-33337],[186478,-40565],[186880,-44864],[182597,140435],[188458,137116],[181682,35218],[182128,33471],[191589,27490],[180575,31719],[182138,41435],[187828,46242],[183819,46468],[189179,38792],[182678,54250],[190668,75651],[183944,74775],[190806,94556],[191192,98585],[185580,93839],[186540,95571],[184771,113822],[182157,109891],[183743,105112],[185910,117029],[180290,122951],[181213,125951],[202550,-125123],[197421,-132480],[200122,-166133],[194676,-157564],[197268,-33755],[204514,-42595],[196941,-52101],[203709,-53792],[201981,-64558],[198577,-66687],[203850,-113306],[193789,135711],[198562,137712],[198550,146390],[201774,142795],[192179,32234],[194370,37244],[198232,36854],[202414,48866],[198475,49535],[196871,50579],[197519,63002],[202522,53570],[203765,57199],[203342,63385],[200670,56299],[197870,96517],[204686,96137],[203979,91443],[192772,108864],[195907,103879],[201671,126700],[197967,124465],[214093,-125266],[215204,-129874],[217437,-134978],[205613,-139688],[214274,-136796],[205582,-134972],[205820,-139424],[217149,-148512],[206792,-145177],[212722,-150396],[212166,-147484],[213358,-154191],[206657,-144064],[208550,-178110],[215510,-199454],[216569,-62593],[215360,-61512],[216801,-101081],[216227,-113743],[216872,-105307],[205538,-111417],[205615,-114038],[214192,69027],[211773,71061],[212617,76973],[206655,76647],[205589,75115],[210872,80520],[214471,82733],[206766,77196],[205414,101777],[215222,97866],[216103,91008],[210755,108679],[205530,126406],[214223,116209],[229871,-119348],[229824,-145137],[222213,-141728],[230039,-147111],[230333,-142454],[225103,-142198],[226344,-150644],[226932,-151212],[224650,-151441],[224830,-152094],[221650,-153004],[221607,-150934],[221376,-149838],[228259,-154650],[220428,-157718],[223015,-166424],[221738,-183726],[223353,-186308],[217821,-189844],[227939,-191217],[224030,-189038],[222758,-46103],[219846,-57997],[228909,-57591],[218574,-68796],[226892,-87062],[229227,-93018],[228618,-95415],[226846,-90903],[229895,-101067],[228606,-102519],[227964,-103953],[229154,-106069],[227348,-108705],[228768,-107412],[222464,130977],[222354,140706],[227074,144461],[226713,34432],[224865,35879],[230242,50093],[218436,59539],[227982,66336],[225755,79577],[225343,87241],[221909,82443],[219915,77042],[228827,100510],[227243,104011],[220828,106190],[227706,117614],[230218,121543],[230437,-115601],[230736,-119503],[232297,-126629],[235053,-125045],[236648,-127362],[237152,-117855],[241538,-122814],[240658,-117301],[236503,-127858],[238896,-130681],[234023,-129412],[231570,-147605],[238619,-146651],[235949,-145861],[236027,-152885],[233833,-144301],[240833,-150001],[233450,-156302],[242514,-172469],[242819,-180814],[231530,-191664],[237629,-179289],[235438,-196429],[241471,-199334],[238864,-200883],[234915,-199303],[233192,-197227],[238518,-205786],[237331,-205978],[241814,-222863],[232152,-95973],[238544,-90957],[231062,-102239],[230483,-112783],[242146,-113364],[239741,-102506],[230586,56564],[241177,62253],[235290,55682],[242499,64425],[238727,71111],[237334,70819],[232702,70693],[243004,89611],[240596,81367],[240352,97510],[236589,94802],[243512,-126432],[252377,-124028],[253659,-135545],[248287,-133830],[252939,-141547],[243508,-151752],[244706,-150984],[246033,-157887],[246166,-153871],[245192,-153508],[245014,-161555],[247265,-164808],[248825,-169552],[246678,-168686],[245247,-179044],[245181,-183938],[245575,-216107],[252315,-216876],[250032,-211951],[254113,-207184],[253947,-209682],[248501,-213407],[243768,-219994],[250173,-219050],[252861,-70967],[246489,-78700],[243353,-99923],[244896,-96895],[252303,-95076],[255053,-108261],[250944,-113395],[254726,-112345],[252494,-114121],[252254,-103039],[249865,133053],[254608,37481],[246136,44255],[250313,39198],[248552,46907],[244941,62809],[251090,62448],[254950,61644],[245659,66204],[245227,67944],[249769,70748],[247220,76204],[251867,89772],[254460,94901],[248544,93061],[250192,95717],[244546,115166],[244741,118687],[257762,-115271],[263753,-123069],[259502,-120720],[257061,-128494],[259001,-141401],[260949,-146474],[268483,-152659],[263450,-184748],[260089,-186361],[261191,-209498],[259192,-205035],[256009,-214979],[263281,-4740],[264001,-9088],[263425,-38896],[259171,-38613],[261796,-57257],[258131,-69335],[257361,-84119],[261590,-101011],[260332,-99327],[256603,-101382],[262568,-106618],[259937,-109907],[262829,-110580],[266466,-108077],[260705,-109162],[267720,3550],[258057,31994],[259764,81632],[261012,84199],[264753,88240],[258404,94732],[264549,90892],[258020,119389],[277575,-126639],[271587,-122887],[269211,-119772],[280769,-119077],[279591,-127216],[278313,-120342],[272087,-133056],[280313,-133205],[272250,-131300],[275219,-140377],[270693,-144751],[272591,-149774],[274232,-144931],[278403,-153074],[270150,-142093],[276183,-154154],[275579,-183148],[278666,-9764],[281016,-6323],[268918,-255],[268881,-11035],[275784,-8921],[270533,-3395],[271432,-14157],[275235,-47669],[272480,-44354],[281436,-39696],[275762,-52852],[280875,-53730],[276625,-58330],[275529,-61208],[273304,-74230],[277826,-72300],[272733,-75662],[280114,-69056],[275164,-77496],[274889,-81197],[270857,-84293],[278809,-80078],[275827,-100813],[272341,-97685],[279164,-104969],[269958,-112085],[275841,-111021],[277184,9384],[280433,11407],[273017,6911],[280782,9375],[279274,21358],[274393,19934],[273568,71859],[277419,78459],[274631,87217],[269793,88680],[273485,104505],[288162,-120907],[292293,-121827],[290572,-119005],[291479,-117464],[289004,-136199],[289901,-143523],[289327,-145293],[293892,-141505],[293892,-141505],[288433,-161462],[283384,-153798],[289530,-155790],[290211,-162460],[287720,-154750],[293045,-185125],[284958,-186997],[292636,-10320],[289960,-10871],[287507,-7537],[285977,-25050],[283751,-25968],[291702,-35045],[287388,-47276],[288250,-45617],[288773,-44120],[290056,-38636],[283211,-41599],[291318,-57259],[288258,-58375],[291374,-68839],[287667,-63841],[282970,-68149],[283169,-86250],[290525,-85919],[288313,-78284],[293919,-81015],[282899,-91510],[282541,-97209],[285388,-93287],[288401,-98890],[288344,-114743],[283909,-108410],[291607,-109592],[291682,-106083],[293865,8724],[289114,9048],[285482,20615],[287645,18976],[291101,24053],[298467,-118750],[298418,-125541],[298373,-136491],[294478,-133028],[296180,-143437],[298118,-153400],[301406,-142250],[300563,-148656],[302978,-151796],[297342,-152559],[302255,-162909],[297862,-169123],[294822,-167036],[299560,-188881],[299862,-187783],[303369,-186895],[300016,-195935],[301493,-194627],[307189,-199437],[302471,-209713],[306422,-216177],[300065,-9171],[301159,-10614],[305464,-1959],[307093,-1511],[305005,-34471],[304801,-28017],[302382,-26731],[297599,-50355],[306705,-41725],[305755,-43474],[296149,-55646],[299627,-54440],[305411,-58495],[304319,-55951],[294515,-53314],[299335,-70896],[295046,-72253],[305885,-85854],[299830,-94927],[296101,-98347],[305975,-97594],[301582,-108238],[304972,-102988],[303096,7581],[304423,12155],[295645,7312],[297117,6487],[295791,16043],[302747,16108],[306410,13713],[313779,-117760],[317955,-158718],[314834,-170676],[317100,-168192],[307252,-190082],[307648,-201277],[318730,-199812],[311446,-192365],[312158,-209300],[310307,-211090],[308885,-205634],[309073,-214398],[319455,-218581],[312501,-704],[313992,-4758],[307961,-34649],[312358,-54819],[313948,-55418],[318201,-75444],[316848,-72901],[319698,-81477],[309197,4364],[307381,6047],[322270,-156974],[332563,-169894],[332335,-174822],[326602,-167876],[322795,-202902],[329334,-202559],[326644,-203859],[323532,-205057],[330028,-205299],[323356,-215560],[321343,-226278],[321038,-222413],[324581,-226090],[331790,-221059],[332538,-224578],[328596,-228322],[332566,-219026],[324993,-230677],[321683,-231993],[323942,-231548],[328165,-236064],[331942,-39216],[323045,-55528],[323290,-51769],[321131,-89275],[326425,-90737],[331593,-97044],[328033,-90169],[345462,-149803],[344579,-149073],[340075,-150096],[341653,-168510],[340563,-176363],[344921,-174579],[343611,-179972],[337244,-188572],[343655,-190914],[340921,-192706],[345296,-201129],[341847,-202684],[339051,-193654],[345094,-202739],[345572,-211548],[341042,-205715],[335265,-215546],[339824,-208270],[339871,-222313],[335686,-221976],[332833,-225296],[338949,-234242],[340874,-236780],[333291,-231476],[342514,-7625],[340417,-6208],[343181,-95691],[338196,-98391],[333876,-93426],[340358,-92519],[355744,-117835],[347937,-120968],[351776,-137500],[352073,-150295],[347862,-147864],[349768,-152835],[350231,-159031],[349856,-154542],[354344,-178941],[348194,-173403],[348017,-167839],[351442,-191495],[347233,-183037],[350614,-189857],[346785,-193307],[355679,-200193],[353323,-200385],[351443,-204572],[350954,-203497],[345955,-216117],[348903,-207455],[357907,-209330],[347381,-221189],[355072,-221865],[356845,-228943],[351276,-235146],[353091,-233300],[357855,-248369],[348464,-250227],[353965,-50058],[358277,-114881],[358277,-114881],[354028,-110152],[348008,148224],[347488,96892],[362782,-119898],[362516,-151870],[362681,-157708],[359665,-169594],[363527,-190643],[361476,-179797],[363440,-187574],[359679,-184587],[366769,-197197],[363939,-198350],[366656,-198034],[360641,-199579],[368112,-201525],[362160,-206656],[360589,-209973],[369573,-214604],[368093,-231855],[370335,-232527],[360829,-244883],[366179,-249111],[370515,-37835],[364504,-37269],[363161,-43783],[368298,-113906],[358959,-108221],[359563,-106192],[370725,74554],[378906,-123718],[373434,-119729],[373825,-123205],[372875,-115745],[379854,-132564],[374029,-137722],[373892,-131944],[371926,-141723],[374212,-152994],[373620,-146185],[380769,-150501],[378761,-145100],[377279,-154533],[378647,-161430],[374863,-170009],[382312,-168269],[383314,-172805],[371220,-174579],[375405,-178741],[379426,-175362],[378614,-188595],[381191,-187482],[374762,-198562],[373606,-200730],[383072,-199682],[376752,-199130],[373376,-213299],[377695,-223406],[380309,-223279],[376577,-240222],[380862,-235195],[379199,164],[382411,-5838],[372477,-252142],[377064,-111491],[373564,-113733],[379922,4953],[378388,15967],[374882,17729],[375396,83008],[379260,84367],[389301,-122060],[390796,-127131],[387448,-118050],[387928,-137366],[385250,-131025],[392489,-130355],[387805,-153031],[387787,-145849],[389481,-141006],[393309,-150805],[392441,-151850],[387805,-153031],[384630,-161369],[390282,-154939],[386929,-155898],[396794,-159992],[386996,-170523],[386418,-166586],[387179,-179400],[391204,-185726],[384469,-185828],[387835,-197380],[392879,-194396],[388611,-195019],[394712,-192446],[391122,-198542],[390499,-198853],[394854,-206004],[388328,-236451],[389499,-240317],[385648,-31106],[392176,6022],[390290,2892],[385230,9566],[391616,16266],[394634,19607],[396401,37577],[389248,61636],[389245,57804],[390038,70721],[397581,-150176],[399968,-147008],[398318,-160305],[396966,-165105],[399774,-166284],[399258,-168616],[400627,-169550],[397405,-180731],[407116,-191017],[399783,-190986],[405853,-196619],[402034,-195040],[397330,-196062],[399587,-194832],[407564,-191843],[404777,-207241],[406731,-210777],[408480,-215467],[405643,-217518],[400970,-223600],[397703,-220906],[405514,-238789],[400437,-7809],[398324,-2285],[409439,-255074],[408889,-19815],[403367,134545],[398079,15779],[403542,18660],[408638,22395],[403543,49280],[406301,44606],[402790,60889],[402226,67774],[398995,78348],[398092,95306],[404827,95471],[418059,-119791],[413977,-120263],[415761,-127433],[420546,-126342],[418075,-141931],[415832,-151988],[419622,-148095],[421797,-149284],[421602,-141951],[418816,-140842],[421286,-164435],[420338,-165912],[419143,-165500],[415759,-157949],[416902,-154071],[413972,-155882],[419428,-156416],[422109,-160016],[412602,-200580],[421565,-198159],[419517,-195981],[411328,-205312],[417812,-216987],[416224,-214656],[414086,-227796],[412072,-226313],[418677,-233394],[413005,-239544],[413641,-241703],[421256,-3739],[419831,-253699],[416769,-31991],[412673,-26411],[414556,129624],[417627,146671],[411361,155216],[416182,235788],[411975,19300],[412910,17124],[419851,24520],[417061,330706],[417025,332194],[414767,329591],[414845,325560],[412308,27185],[418225,26553],[421373,30364],[422654,-130937],[428080,-175551],[423790,-175331],[424136,-172692],[422788,-168725],[433816,-177037],[429459,-173598],[425859,-171131],[426857,-182587],[429432,-179829],[422416,-198435],[424557,-201744],[435192,-201093],[430216,-217364],[423966,-226512],[434128,-239066],[429067,-238388],[433692,-230380],[433404,-233116],[435125,-4299],[424251,-6254],[423957,-244403],[433628,-250672],[425291,-84002],[430573,-77098],[434796,-77539],[433762,-94967],[427016,1900],[431125,1181],[431183,24969],[423014,24268],[428991,19179],[423471,20698],[429451,324467],[424343,322277],[426264,482691],[428195,484617],[430206,486222],[432979,482884],[432091,489111],[430997,493468],[430978,104079],[436031,-180640],[447156,-189229],[445079,-185235],[446673,-188553],[444095,-186583],[439516,-182981],[441184,-203778],[437259,-204317],[442460,-213314],[442042,-213424],[437015,-215902],[443786,-208315],[446711,-208684],[443185,-207414],[438718,-229337],[439299,-233284],[445516,-234049],[445356,-230876],[446410,-237952],[444248,-49378],[437064,-91328],[440799,558],[436031,623],[435382,11805],[442943,165749],[438340,24793],[443751,23376],[443155,260964],[435749,48088],[436300,61899],[448205,-154418],[456173,-166698],[450796,-173941],[459759,-191129],[450849,-185605],[455932,-182910],[459437,-186979],[453361,-214804],[457419,-209066],[451420,-207578],[457951,-208263],[455694,-222346],[450279,-240993],[458795,-249867],[459840,-251198],[449861,5094],[458729,149949],[452183,150283],[457002,159692],[458134,198449],[455519,14298],[454203,26200],[456589,38165],[456939,82075],[469848,-138978],[461611,-169017],[469977,-170130],[464128,-216894],[460855,-209507],[461308,-223861],[472456,-223175],[461757,-232434],[464536,-232658],[469216,-8266],[472893,-251670],[465387,-59685],[471657,-90216],[462418,11506],[464321,3166],[466047,11765],[464101,153718],[465183,215377],[465250,28823],[472444,498747],[471872,503587],[472558,499743],[471176,513875],[473486,519307],[473414,519715],[472661,526896],[472710,527719],[462441,534412],[471274,533856],[466014,536509],[465107,535672],[463267,536684],[468580,540386],[471485,562695],[472942,570627],[472792,583491],[470177,707352],[468902,704252],[470099,709439],[469985,720542],[477775,-174304],[476203,-220574],[474919,-241326],[483300,-237102],[474690,-4740],[480963,-3631],[475907,-17204],[483333,-26744],[480359,152509],[483435,508537],[480769,499625],[485719,508142],[477397,502026],[485635,501043],[483887,504977],[483763,592435],[484956,700988],[474510,702509],[480165,81570],[498166,-151708],[496544,-158148],[492918,-76579],[496673,-79178],[486527,164201],[488367,200196],[493563,250597],[493795,356107],[493223,354409],[486519,365920],[490558,359655],[487505,365105],[486675,363715],[498756,362027],[493369,458760],[493246,453983],[496638,455227],[496961,460004],[497023,463651],[495571,461036],[495899,471742],[498549,471989],[496288,479998],[499110,474125],[488571,498521],[492194,498553],[493617,496173],[498234,493927],[493212,504149],[490979,501312],[489400,505862],[496433,506978],[497538,505050],[498969,503029],[493372,512099],[497953,504738],[497364,502558],[498844,501968],[495017,506625],[495384,505822],[489633,40208],[495633,63336],[493799,688139],[494936,685422],[497117,691237],[496953,684019],[495121,694549],[498156,695182],[494139,701574],[496378,702921],[488463,713768],[492559,711686],[496897,708894],[501018,-162934],[503554,-171885],[500486,-32987],[510157,-28353],[510514,-59399],[511743,-62271],[501733,-66802],[509408,-69669],[501579,-71746],[506984,-78935],[510344,-99421],[505864,14155],[501876,353962],[500633,356556],[501185,356531],[502820,361332],[503538,361311],[500781,368890],[511600,360386],[506224,366069],[506748,372832],[500551,37045],[510532,386305],[507663,404306],[511515,404043],[505174,403138],[499737,459480],[499814,460268],[504078,460815],[510569,456632],[507443,458533],[510556,460672],[504682,460175],[505868,460551],[505421,459821],[506010,461232],[506037,472771],[505200,473694],[502784,472803],[507618,469632],[510469,468685],[504304,478352],[505456,475691],[505998,476006],[510044,478266],[500339,485755],[506767,484407],[505482,498511],[510853,496948],[504856,494978],[506263,504379],[506545,506820],[502963,501665],[506188,500351],[504623,503520],[507902,511538],[508503,509802],[510528,510186],[507152,508172],[505890,599894],[507516,595806],[504114,597941],[502325,590998],[503087,603384],[502913,602964],[508576,613729],[507354,611304],[506675,611905],[509337,615303],[511694,618716],[506633,616395],[506734,635936],[504946,631986],[511599,630861],[507985,638467],[509231,629591],[505518,638649],[505168,646597],[509190,642891],[509053,649469],[508256,650938],[503541,641564],[506530,645795],[510885,661053],[505262,665771],[511640,660328],[504581,660005],[508669,660308],[509986,653008],[501826,664210],[507000,657141],[503124,663579],[511160,671706],[503852,669801],[499413,684857],[501182,684266],[501504,681118],[504375,681331],[503101,693419],[503020,696182],[502775,708020],[500376,709753],[517939,-71868],[524634,-80638],[518118,-91864],[517648,-106707],[512242,18272],[522586,362958],[520214,359684],[523185,368436],[520961,363345],[517098,364501],[515810,367338],[514964,361372],[516361,372707],[517545,374878],[521114,379399],[535828,-10967],[535576,-22000],[525304,-49360],[534209,-59276],[525450,-68053],[536669,-66233],[530388,-83533],[529958,-80002],[527431,-82777],[527276,-98285],[526303,-110854],[537137,276735],[523820,294547],[534219,305194],[536759,308397],[525563,367226],[528373,374527],[534681,377895],[537314,380157],[528845,445633],[527089,445108],[528329,445730],[535636,447101],[534865,444912],[530910,448072],[546381,-26336],[548322,-25553],[541803,-73341],[538381,131746],[547523,248522],[544217,278878],[540553,296184],[542125,350049],[537940,354175],[540949,382619],[544662,380130],[547716,384325],[542018,441909],[544831,446218],[541124,447123],[547720,447300],[548134,87180],[545059,118987],[557359,-38195],[562465,-34267],[550965,-52471],[558250,-90279],[550518,-98318],[554601,219250],[552701,257620],[560418,337777],[552726,382534],[554412,388279],[560900,395007],[556562,400140],[560269,401827],[560106,401976],[559435,400528],[556862,405638],[559829,66592],[552248,99208],[552681,124274],[565363,-35239],[572997,-29441],[573094,-42291],[564641,-44707],[573422,-52884],[564107,-52794],[564978,219239],[566073,283407],[573446,303491],[569758,31742],[573177,390946],[575350,409787],[579067,-37862],[579104,-48512],[578572,111343],[577049,117766],[592697,-45514],[593619,-42829],[593506,-53849],[595925,-75844],[594353,-82344],[594135,249108],[589194,248808],[597125,290737],[590607,399820],[599913,403391],[596421,400783],[594543,403461],[594994,404542],[589595,410256],[590663,417481],[597058,417787],[609681,303891],[602453,312230],[606556,406186],[608812,400535],[604558,422396],[605035,420004],[602024,412812],[605900,419489],[610351,429900],[606080,441634],[613951,441383],[606304,441931],[622446,266147],[619382,256255],[617491,289027],[620491,354087],[619266,442106],[635821,-164586],[632832,297909],[637778,331977],[637145,379114],[635788,373407],[628381,445525],[628738,444710],[640002,312994],[644489,382178],[643372,448049],[652641,438682],[644374,442385],[650002,447715],[649901,452316],[651910,457456],[653122,276798],[656996,356417],[662422,452570],[665454,465649],[661656,473166],[677411,302166],[674880,394213],[668098,448206],[666256,454310],[672791,466415],[670757,472756],[686438,369595],[690753,396340],[680234,435300],[679779,433745],[685647,470319],[681786,475010],[679564,478322],[683103,480488],[682240,484485],[687684,478416],[689004,97754],[687658,105550],[681779,112248],[679972,114428],[688250,108783],[684594,115928],[695657,362327],[703206,380894],[698867,479922],[702489,475518],[710795,411740],[709922,483663],[727682,494856],[718375,498702],[720145,502940],[727764,501873],[724366,512762],[739795,413909],[737983,413813],[730486,499492],[736207,513596],[754570,384678],[742592,410720],[742982,408897],[740338,411788],[753335,429494],[754673,426130],[742926,426586],[742560,490116],[748246,488669],[745668,513873],[745926,517097],[765023,394006],[758609,387708],[764493,397099],[765774,396844],[759511,417233],[766508,480781],[767518,480999],[757302,483216],[758345,487425],[775006,400508],[772167,401032],[769685,480768],[775682,489437],[792670,374602],[788128,377481],[781090,479726],[792614,485162],[782651,486262],[792956,498159],[805175,483398],[799151,481080],[800544,495881],[806059,510844],[805839,512086],[804782,523087],[817984,377875],[815040,450821],[818208,450875],[815351,499371],[816037,498536],[812556,518176],[831278,-176946],[820647,372650],[822313,385906],[827367,444355],[824948,458468],[825672,469017],[822894,468018],[824688,484365],[825855,505302],[822446,508183],[826056,522675],[839310,414581],[836648,420264],[843449,420345],[841631,427231],[838249,451356],[832971,452880],[838851,468659],[840208,464998],[834915,476642],[833808,478754],[844006,481866],[836444,484066],[840291,495776],[832348,523240],[851827,454212],[848380,462649],[853627,473279],[851301,466175],[851926,468069],[850140,478263],[849062,498678],[848251,509359],[854330,499464],[850405,521061],[850583,520933],[861261,447710],[859512,471967],[860599,464513],[862817,465803],[862743,488586],[882926,410798],[872027,441684],[870945,451341],[878916,450945],[870823,465917],[889002,-95620],[894560,427641],[888663,441322],[888198,452434],[883358,455491],[903476,432119],[914746,407533],[914219,415651],[920737,411409],[918388,445772],[913992,451268],[930846,-130763],[933171,-58192],[923838,-57570],[922369,328407],[922540,444711],[933916,466378],[946718,-126325],[945069,306418],[937797,483466],[940463,492436],[941035,489430],[956288,134366],[955061,289930],[950145,308118],[947307,400278],[951853,412146],[957242,456248],[951350,458251],[952995,482346],[947345,494005],[959183,500638],[962654,409255],[967797,409780],[968923,422428],[967909,432781],[971780,511681],[984914,209815],[981480,391711],[977282,406808],[977433,422361],[978222,473112],[984456,475400],[973128,524341],[988568,387883],[994219,406583],[985763,461249],[987131,482436],[992087,503258],[1008401,-103781],[1001183,291299],[1004273,380194],[999806,392084],[999437,408444],[1006834,403471],[1001231,466183],[1010257,476554],[1008328,499885],[999059,508899],[1015116,-100441],[1018112,149844],[1016531,212287],[1023535,250662],[1018728,274474],[1021035,328847],[1014360,371470],[1013695,398510],[1017669,503814],[1031951,-99917],[1030260,305757],[1025217,304719],[1033351,319857],[1025403,338117],[1036351,356545],[1027145,374980],[1024500,375519],[1047456,392695],[1047192,404139],[1055816,-108540],[1060496,295714],[1058303,398994],[1068331,382188],[1100033,371783],[1136478,545723],[1150449,545827],[1149967,540368],[1143797,538632],[1158611,306735],[1168753,296361],[1172774,496555],[1165268,510189],[1166199,531277],[1184222,488875],[1187009,500633],[1202650,361134],[1193132,423771],[1195348,476272],[126355,138226],[122481,105238]] \ No newline at end of file diff --git a/src/gathering/a10620.json b/src/gathering/a10620.json new file mode 100644 index 0000000..657b410 --- /dev/null +++ b/src/gathering/a10620.json @@ -0,0 +1 @@ +[[137283,-8391],[136103,-11285],[136947,-310720],[136937,-307220],[139273,-313569],[135459,-312540],[134940,-312688],[138503,-318642],[140718,-323300],[135552,135467],[137954,130197],[135178,131650],[139992,136290],[137859,138039],[135935,24604],[137118,16289],[130829,26542],[137143,36008],[137554,32775],[132209,60780],[136139,60546],[133996,71853],[137368,76024],[136618,66988],[137352,83196],[139404,89619],[133056,93549],[136715,95626],[132188,102976],[139274,113484],[149451,-213860],[146753,-210863],[148430,-211087],[147733,-1681],[151339,-3110],[149687,-253],[147462,-10343],[150352,-9841],[143017,-5757],[145903,-9630],[146480,-305875],[143693,-323036],[146229,-20996],[147979,-19259],[151901,-24739],[152865,-31698],[149490,-27681],[147466,-29184],[146443,-26189],[150757,-30757],[150152,-29491],[151183,138161],[142074,25341],[146664,47789],[141121,50044],[152592,47063],[147952,61152],[144813,58324],[142253,61107],[153143,64411],[140874,70720],[141243,76731],[145252,72472],[145807,76299],[149415,80977],[141177,81858],[148353,84006],[150009,86938],[147555,91953],[141406,99063],[149168,98059],[144552,101057],[145136,96867],[152280,99401],[145164,112679],[148494,108403],[149899,115577],[149412,127097],[157077,-198962],[161009,-198725],[156036,-197997],[159216,-197526],[163703,-199765],[156226,-192263],[153712,-214538],[154772,-213696],[165390,-213554],[154558,-211909],[158722,-206165],[163479,-207570],[159043,-215189],[156847,-214340],[158330,-218693],[162218,-218568],[161584,-240314],[158610,-7738],[160267,-7953],[163532,-6247],[161108,-3229],[165696,-10545],[166012,-11465],[159550,-13470],[160610,-19765],[166046,-22630],[161058,-36539],[161870,-35509],[165745,-39142],[161825,129344],[161811,137029],[160560,22517],[164827,27922],[164430,34113],[164927,37792],[161584,37022],[159401,51323],[165211,49085],[164491,42546],[160534,55670],[161664,60841],[158163,52927],[155308,59306],[155931,64477],[156958,68750],[155206,75145],[163749,76873],[164688,71273],[162912,87049],[155456,88249],[157900,82878],[154440,79552],[158060,81272],[155000,98355],[153859,93465],[159608,92594],[156783,99169],[164477,101354],[165478,107490],[162868,110051],[154098,113085],[164609,113432],[162694,115307],[161395,111866],[160293,107844],[155162,109314],[158962,115624],[163662,126698],[160621,125922],[156400,121770],[153921,118734],[176218,-138768],[172856,-136152],[175941,-146400],[173173,-148994],[180456,-155611],[168369,-199411],[170559,-200557],[170671,-197115],[174010,-202664],[173868,-196431],[166819,-203337],[173257,-215948],[177961,-210696],[177064,-208906],[176279,-209724],[171151,-212168],[167229,-212663],[169023,-210507],[173793,-208212],[169775,-217209],[172110,-217860],[171805,-228013],[176645,-218856],[173118,-228934],[175619,-228929],[171633,-229290],[171729,-225164],[171778,-222426],[171995,-218870],[172685,-221531],[172873,-220491],[169976,-219887],[169407,-225523],[169427,-220572],[169225,-241086],[168726,-240390],[167339,-241067],[176975,-230337],[178618,-232496],[178283,-237591],[178320,-236219],[174875,-233126],[176613,-236530],[173377,-239598],[175877,-242249],[174973,-240544],[177831,-241604],[173767,-241171],[171908,-12586],[169841,-11023],[171189,-8117],[170298,-112],[174455,-6017],[169672,-245666],[178993,-20260],[172458,-32596],[171854,-26354],[177344,-37161],[169248,-32204],[174027,-40624],[169095,-38906],[172454,6388],[176577,1264],[178522,4895],[169462,136037],[172582,15215],[175863,18857],[177051,13315],[169510,28470],[174946,38178],[172364,36102],[175210,27644],[170223,32979],[178309,29261],[171375,47240],[174250,51961],[173780,55851],[167827,56895],[171164,61082],[178728,74788],[177307,72517],[169169,73552],[177050,79494],[171698,89464],[175961,85630],[178210,88009],[173160,85853],[172165,99708],[169137,95608],[175740,97511],[178565,104627],[173851,106636],[175838,113376],[169738,105981],[178516,126647],[175812,121197],[169783,120271],[172241,127622],[167214,122257],[170353,125846],[172565,115513],[187326,-123834],[183504,-127560],[186799,-134533],[191943,-132011],[188947,-151624],[183596,-146442],[178928,-152300],[188519,-162294],[187920,-177329],[189200,-185093],[182001,-238846],[181007,-233730],[185380,-239707],[189574,-237983],[191415,-241337],[188863,-238142],[189753,-4505],[184748,-6286],[179773,196],[191257,-243825],[191474,-262005],[183319,-257578],[183803,-268412],[183636,-266515],[188683,-267072],[186845,-267769],[187976,-278983],[190920,-278039],[187794,-277615],[186065,-277309],[186567,-275055],[190435,-273708],[182107,-270235],[182923,-287441],[184759,-287544],[183442,-283508],[190703,-301702],[180005,-31009],[190243,-93490],[190067,-106595],[180275,-112966],[179778,-110507],[182414,9990],[179369,138164],[181572,133241],[186984,138717],[179265,22778],[187163,19328],[185785,13158],[181798,25652],[181331,37259],[189634,38013],[186475,34016],[188230,40984],[186857,48883],[190478,57816],[187683,59388],[190655,61716],[184894,60599],[185441,52113],[182839,63804],[185161,55870],[190825,66568],[187194,64302],[189519,70508],[189228,82962],[186545,78956],[184577,85559],[186179,84560],[190639,92230],[183558,97001],[185507,102398],[181870,91724],[189645,109732],[181428,104088],[187363,118764],[187424,115765],[186502,123859],[182717,118144],[181556,125022],[194610,-115656],[200954,-118860],[196655,-125314],[194577,-137736],[194729,-154158],[199548,-145972],[201255,-157610],[197464,-203074],[201835,-203638],[199307,-208583],[200728,-212971],[203928,-217650],[202055,-4458],[198668,-6739],[203486,-1556],[201776,-12113],[195389,-275585],[194412,-287470],[194719,-285492],[194582,-286088],[195216,-282396],[201774,-299214],[203863,-305945],[198921,-305222],[201333,-297466],[197160,-299385],[197081,-299676],[200260,-297708],[193511,-310342],[193931,-309562],[194726,-24955],[196301,-14680],[202416,-63201],[198993,-59734],[202192,-99614],[195936,-100063],[198505,-91501],[202235,-105992],[197142,-108099],[203627,3701],[193331,130077],[198575,138342],[199833,25352],[199748,18096],[204544,13750],[192991,22414],[199719,32108],[200025,36370],[192759,34466],[194760,27386],[197520,48057],[202697,42415],[196906,42646],[195625,45082],[193969,53089],[197554,57599],[203150,55532],[201863,64549],[203487,76649],[203100,74902],[196789,65898],[199976,69660],[192881,75332],[193508,70159],[192758,85796],[200560,86729],[195604,80138],[197702,98195],[199654,91165],[194236,97611],[197359,96774],[204564,99010],[202431,90258],[198463,114269],[200923,111402],[201510,113793],[193910,106525],[197067,108864],[198648,108772],[202113,103054],[192417,118321],[208546,-150890],[207880,-179409],[209556,-170124],[211812,-167318],[214794,-188699],[213092,-191968],[215740,-191901],[205543,-219906],[212382,-6848],[216496,-7187],[214506,-10373],[214278,-251760],[215930,-275510],[216953,-279938],[206865,-288501],[216816,-286481],[206382,-294356],[215768,-294494],[217590,-294564],[210890,-312116],[215814,-20738],[213534,-33719],[214264,-30237],[217120,-26255],[212623,-49836],[212232,-40448],[208580,-54546],[211231,-52563],[205678,-61696],[207301,-98822],[216910,-110773],[211480,-115293],[208401,8346],[205975,12398],[208282,151823],[215407,18927],[214223,21765],[210717,13966],[215916,35761],[213153,34976],[207064,37603],[214793,44099],[216548,45550],[211085,52238],[207986,60702],[216244,59960],[208833,72856],[216461,75792],[212989,78404],[208457,78563],[207424,86527],[213753,89155],[216137,80965],[214580,100276],[213657,90982],[214413,114369],[216515,109718],[207996,110808],[204994,120045],[210342,124747],[228446,-232513],[227098,-10387],[220036,-4187],[223148,-249576],[225200,-260052],[225084,-257271],[225178,-267649],[225286,-268034],[220964,-297315],[220440,-311869],[218166,-310950],[221858,-13548],[218687,-24903],[218200,-30853],[218445,-28755],[220494,-32384],[220997,-29481],[230348,-57991],[219427,-74450],[229294,-63872],[227970,-86867],[230130,-87478],[221216,7201],[220062,7969],[223027,12133],[225874,138526],[219524,134456],[226681,130112],[223122,147483],[221586,143290],[228924,146819],[223563,25141],[227639,17204],[217668,21793],[219132,36527],[219067,31128],[230296,26296],[227560,34594],[220280,33125],[226963,47489],[219000,45047],[227733,40631],[219868,49128],[220760,42509],[224469,56403],[222622,71747],[222947,81901],[228230,85229],[222822,78555],[226667,78044],[217872,96110],[223024,100681],[225543,92852],[230020,103919],[223633,110503],[226361,121074],[240494,-124551],[235620,-120146],[234644,-121520],[233908,-124233],[234845,-179274],[234773,-179012],[229813,-219870],[235274,-235470],[234469,-230547],[235172,-239461],[234551,-241717],[231092,-4403],[232929,-593],[237023,-6849],[240003,-246580],[235381,-257333],[232591,-261638],[241284,-273222],[239305,-276261],[236176,-272642],[241271,-282226],[230828,-291187],[230603,-296641],[238942,-306293],[237061,-306674],[231878,-308783],[235706,-325142],[235547,-16228],[230648,-18963],[236134,-25698],[239218,-25747],[237272,-37191],[237948,-29560],[230624,-38889],[234224,-48560],[234046,-52170],[233003,-51258],[233796,-55033],[236348,-64195],[240000,-73951],[233781,-74722],[234821,-81156],[233961,-81270],[238943,-91011],[237746,-92917],[235096,-113982],[238032,5598],[240865,138275],[237115,15366],[231440,16898],[237974,15613],[238401,25365],[233766,32065],[241844,26593],[239651,36467],[235332,29418],[241581,50018],[243021,46826],[241971,44109],[236844,60856],[232751,51760],[232996,56587],[241802,60136],[237586,58019],[238075,59725],[239843,69233],[236871,66153],[243032,71071],[240858,70805],[236038,69808],[238271,85718],[239593,91219],[237671,101249],[235705,92007],[232559,113816],[241064,113004],[232266,126746],[246511,-124964],[247415,-123716],[255512,-227551],[254190,-1080],[244924,-247177],[245334,-254121],[245181,-252386],[244876,-258502],[246815,-258861],[255997,-268026],[252898,-276934],[253369,-274465],[254671,-271044],[251328,-269322],[244240,-277288],[243495,-290128],[250734,-293956],[253938,-292136],[247427,-291836],[253881,-288655],[253376,-284997],[255107,-281489],[253031,-297861],[247827,-297012],[243719,-306924],[252640,-318319],[255702,-318281],[249813,-327461],[246796,-328097],[248099,-20002],[252535,-30273],[254786,-36929],[252003,-48343],[249977,-54058],[252390,-56261],[250260,-71529],[246352,-70002],[250380,-97170],[250091,-93744],[253260,-106938],[252343,-114945],[249211,-105262],[255090,-110507],[246169,-105017],[246432,2172],[255615,10273],[255235,21003],[255237,24887],[252088,16457],[248691,26895],[244885,28521],[250427,29178],[246319,35449],[251114,36659],[247218,63960],[248671,60725],[252366,62943],[255915,60381],[252001,73449],[247924,71279],[247029,74535],[248206,67860],[244674,77075],[244185,93566],[247079,98278],[254173,90722],[253613,98228],[249207,90359],[250954,95184],[246885,112953],[264584,-132730],[262295,-209923],[260712,-216432],[266606,-227987],[267211,-221208],[256588,-224932],[264303,-240351],[262603,-1535],[261862,-265651],[260640,-279784],[260498,-280714],[259763,-280032],[258307,-302958],[265181,-300661],[264223,-300033],[268334,-302829],[266062,-309432],[260418,-33660],[261332,-30924],[266009,-44817],[266160,-50488],[267733,-47309],[268047,-61971],[267890,-57813],[261202,5482],[259260,3317],[261124,3730],[261305,12769],[264526,10064],[265982,16014],[262167,16180],[258358,13113],[260327,18586],[262891,17852],[264506,20949],[261538,22590],[259413,62685],[256558,66652],[257342,83097],[260513,87930],[267240,85483],[268322,94072],[257037,119072],[269302,-138853],[276517,-135776],[278995,-130440],[272213,-146182],[272597,-204699],[272703,-212721],[278874,-1759],[271386,-243352],[276857,-245184],[274524,-247640],[269528,-283611],[269075,-286522],[279307,-291321],[278652,-25430],[270835,-26927],[274399,-39553],[281499,-50219],[277656,-49205],[273758,-55487],[278110,-66516],[272145,-71763],[277900,-106528],[280581,11677],[269497,14398],[276454,14210],[279790,25018],[276913,72189],[270850,69437],[271398,71411],[280923,82279],[278019,88417],[272179,89120],[273961,78135],[272286,84842],[278796,86826],[283801,-120320],[291296,-122064],[292349,-124898],[291587,-116206],[284154,-125646],[285971,-121045],[284346,-133351],[283115,-136387],[291482,-139153],[291323,-129843],[288375,-142554],[290448,-145926],[292645,-150550],[291533,-143052],[284623,-153163],[289733,-140697],[289733,-140697],[290019,-214372],[283884,-213008],[293104,-8720],[286453,-269261],[294192,-281779],[282754,-19380],[288493,-25983],[284155,-29373],[284053,-61247],[289436,-82933],[289488,-78987],[286722,-85058],[283785,-96332],[290885,-94855],[285093,-113116],[289251,-111507],[290606,-110995],[288599,-108336],[287114,7922],[293190,5182],[287949,2325],[285053,60962],[284315,54204],[287591,68089],[287640,82822],[282474,99311],[306242,-137604],[302673,-130213],[303347,-129244],[295336,-152572],[302915,-142946],[297077,-142192],[304142,-151547],[306277,-153968],[302012,-165877],[304344,-156314],[300416,-163842],[298743,-170074],[298587,-170940],[306507,-190665],[300858,-200981],[296114,-194384],[300174,-215064],[301192,-420],[294673,-3053],[295065,-16110],[303275,-32537],[304477,-41415],[305571,-52731],[296184,-62761],[295300,-57680],[299669,-64637],[305862,-69396],[305474,-81101],[295460,-102564],[304152,-103810],[306048,16252],[302650,59746],[303951,75137],[301944,72349],[314010,-141650],[310148,-162540],[319919,-162148],[307623,-157031],[317968,-155577],[312799,-170454],[318697,-171597],[316491,-204300],[316634,-198841],[316128,-229491],[307674,-217683],[318938,-237038],[310249,-5068],[311913,-8310],[308412,-37338],[314911,-49984],[314279,-41416],[313793,-57736],[312866,-61660],[319860,-85926],[308303,-94860],[307450,49136],[324767,-169304],[327654,-174020],[324210,-166688],[322437,-172304],[332611,-186209],[323147,-46662],[325933,-88466],[322910,-88593],[327982,-96538],[327094,-91289],[341725,-145222],[342734,-148924],[336426,-147973],[339253,-174753],[334710,-172759],[333060,-175757],[333341,-185091],[344570,-187682],[337321,-96345],[336001,159144],[354894,-117396],[353135,-142357],[355981,-162373],[353189,-178193],[350268,-169275],[357026,-181000],[348006,-179188],[347921,-189397],[347175,-185762],[345693,-179984],[355133,-187867],[357058,-107351],[370136,-138914],[369765,-132730],[359071,-153256],[365156,-152846],[365643,-145343],[368729,-140737],[364777,-167127],[368797,-167516],[358503,-168111],[361443,-174824],[360890,-114817],[365315,50737],[371482,-121241],[375415,-123128],[372789,-145967],[380152,-151251],[373144,-174855],[372911,-178447],[378604,-182102],[382850,-1293],[378448,71285],[372158,77608],[388944,-138904],[396301,-133823],[387364,-150673],[384939,-152880],[387501,-143806],[392257,-154734],[388563,-154909],[392253,-163962],[387379,-166129],[390320,-183073],[394454,-33326],[386461,37240],[388405,29717],[393539,42584],[393107,55320],[396916,-147104],[400148,-176148],[405457,74959],[416497,322347],[418548,322267],[414527,375478],[422780,320481],[466376,-60209],[480367,325935],[485932,326611],[478593,508725],[485523,697197],[482292,706760],[483288,710662],[493513,341921],[489807,340952],[494393,361841],[493432,362680],[495664,465138],[495606,479789],[497419,690189],[490990,714547],[506120,-102773],[511620,348300],[506074,364988],[503849,375393],[501071,457865],[502250,480350],[500156,499444],[506647,505544],[505292,506385],[504896,591455],[509666,658329],[507838,674565],[501397,670529],[505121,676828],[511475,711240],[509395,715644],[520942,344272],[517913,357259],[518062,362466],[521632,382772],[514634,377936],[535929,295999],[530393,354768],[531156,350246],[530198,379509],[538903,383271],[549990,384428],[555351,390626],[561662,386364],[557086,390423],[558055,397588],[552429,398016],[567506,388737],[563370,399014],[566249,397523],[578575,-54514],[600687,-79674],[599230,406960],[595756,403654],[595958,415483],[594161,421519],[613796,347969],[605062,407736],[613149,447937],[613926,444292],[606709,440051],[608321,448095],[617059,406289],[624500,441096],[639087,-182074],[629256,425650],[651887,-169274],[642380,445871],[650697,439474],[645727,452935],[653514,443178],[657465,444823],[655939,461304],[663801,462043],[665666,445053],[675129,436715],[674909,438126],[669812,471636],[675908,89807],[680525,426027],[680190,472313],[684920,469386],[686439,473474],[680878,484647],[686619,110311],[682173,117184],[707552,414515],[704983,470151],[705703,481543],[721669,391514],[724458,397422],[718121,417473],[722033,473286],[717462,509665],[725221,519700],[734764,514473],[734267,518083],[750917,504992],[743593,513178],[757959,486380],[765155,502465],[762480,517592],[778717,483938],[776416,496787],[779255,487354],[770107,501071],[785799,495653],[804134,482359],[818318,418793],[818833,519274],[824535,452212],[824750,479775],[831658,485490],[829540,513974],[825635,514426],[842873,465115],[834521,483841],[839419,481666],[840411,486141],[832852,497897],[835865,507455],[833126,505079],[844410,507677],[840777,516057],[846947,414710],[853584,467045],[855921,486815],[849786,494029],[845672,512017],[848819,499648],[849033,518954],[861356,462903],[863409,485092],[864277,561644],[870809,447718],[873938,489801],[874901,551180],[873507,552707],[885389,446011],[894604,437109],[903933,421124],[908543,411139],[899349,430315],[899339,437254],[896218,555460],[902709,571663],[903027,571468],[922173,397132],[941392,601102],[958540,238049],[949291,595637],[965990,601634],[995473,596074],[999682,605592],[1014849,605930],[98687,46529],[100324,113641],[1033959,608772],[1043888,627055],[1038556,623609],[1044171,630727],[1084786,634099],[1088831,637139],[1104197,626382],[1111429,635015],[1106707,635407],[114918,114252],[114824,106892],[1154856,623371],[1154936,629644],[1168587,623492],[127983,26237],[121295,59081],[121573,54848],[123766,102008],[126099,106133],[123403,105366],[-55834,-354943],[-52156,-356764],[-57153,-354311],[-56541,-356328],[140191,-10051],[137525,-303329],[131800,-304313],[137267,-12823],[140518,134654],[138200,131586],[136662,140173],[139301,25847],[138447,30983],[138124,47720],[139673,45995],[133377,41025],[130592,48080],[130006,61918],[137306,53263],[139299,59677],[136100,75165],[135070,69538],[139601,73231],[139113,65463],[128615,80595],[140261,79730],[134951,82216],[140633,86679],[134292,91209],[130863,98846],[140570,92341],[135846,97389],[140576,97654],[135282,115666],[145154,-212184],[152951,-4639],[151798,-5026],[143778,-4044],[150019,-4604],[146007,-7860],[148145,-8280],[144955,-7451],[147503,-321186],[149677,-16697],[151942,-16920],[149025,-12986],[146475,-28630],[144784,34231],[152227,33897],[152076,36353],[144639,47925],[147765,49419],[149414,56593],[146781,61608],[148667,63150],[150930,74582],[150745,70231],[152798,72158],[153597,89708],[144691,84217],[147542,94395],[145919,90266],[143864,98354],[145546,114728],[145558,109438],[152060,112557],[140889,109983],[149868,114312],[143620,121364],[149276,119996],[158895,-196884],[161239,-206314],[156523,-220894],[163453,-238875],[163084,-10893],[157924,-9718],[158423,-11335],[162597,-6493],[154964,-14829],[157243,-13312],[159292,-24978],[165830,-26700],[155916,-32359],[160490,-39193],[163974,131383],[163606,137604],[161457,24698],[160188,28528],[160578,32102],[154053,59493],[154140,55197],[158708,62631],[158054,56040],[159391,67478],[153625,76704],[158032,89564],[154878,88831],[153722,86269],[157240,94265],[160209,97210],[155724,102166],[160474,99683],[153748,111869],[165166,114586],[159219,105430],[159022,109918],[162817,104651],[157491,115630],[157962,117877],[165571,127915],[164976,121828],[175556,-132392],[172875,-214620],[173555,-218934],[171731,-223239],[169960,-228784],[177077,-238027],[177664,-234589],[178439,-241921],[170639,-11949],[172140,-10733],[172913,-7203],[170020,-244674],[178487,-23386],[174298,-17347],[172929,-13380],[174548,-31182],[167107,-30211],[171351,-27663],[168985,8847],[178620,2504],[177390,3479],[177269,9726],[170027,11776],[175225,131184],[174458,128796],[171506,141227],[173813,142852],[173204,23000],[177031,16510],[173186,19131],[170036,20218],[176999,27857],[176855,26282],[166524,41720],[177751,66911],[171803,75188],[172765,69552],[175986,77311],[179105,85730],[177152,102015],[177945,92023],[174501,100489],[177786,108807],[177937,106139],[168429,111525],[174605,109637],[173590,113518],[170827,115122],[175416,117935],[171325,117852],[171281,127956],[167918,124541],[189178,-125354],[191274,-136540],[186545,-137135],[186077,-131994],[188046,-133136],[183740,-153171],[186118,-163524],[185520,-154445],[184453,-171215],[190192,-241910],[185780,-10516],[185450,-4936],[185485,-258359],[184227,-262612],[189496,-277960],[187100,-287921],[186356,-99338],[191476,-101708],[184706,-103205],[182165,-109703],[191438,7731],[181739,926],[180293,11671],[185508,134549],[189933,138182],[181427,146004],[191218,21246],[190905,17582],[179861,20929],[180547,17214],[189539,15942],[188789,26044],[181092,43655],[179639,44414],[189390,57582],[180714,56162],[180783,57861],[189329,65895],[187131,70507],[180820,73409],[182831,86383],[179581,80791],[188813,80819],[184875,78196],[188891,91796],[191424,107866],[183441,104543],[186154,121034],[181245,126455],[194419,-115085],[192733,-135468],[198541,-138136],[201219,-149693],[203841,-155673],[200999,-178728],[194543,-174086],[191904,-177586],[200264,-3660],[198885,-4612],[198814,-1512],[201131,-7079],[201233,-8864],[204176,-6303],[198836,-10597],[196019,-12204],[197351,-285467],[198473,-306737],[192831,-302683],[192898,-26414],[203672,-48119],[198504,-60779],[197412,-60181],[197452,-101971],[194365,-93321],[199201,-96049],[202211,-90475],[200292,-114277],[192357,-104969],[204664,319],[194851,11485],[203639,10047],[200796,11514],[198384,135075],[197477,15370],[197277,14053],[203599,24635],[198586,22527],[202051,17999],[203757,18079],[201605,33111],[199005,27426],[194827,50869],[197965,44371],[192087,50668],[193916,59791],[202673,62037],[193181,56685],[193684,86114],[202279,77604],[196890,100041],[198767,90506],[192366,102343],[198886,94469],[193038,96015],[195684,93822],[195007,114584],[196743,110813],[202972,112945],[201201,112192],[201297,108993],[201835,104224],[192243,124584],[198436,122936],[216515,-120976],[212092,-177924],[214588,-6644],[210712,-8683],[213742,-254892],[215933,-279813],[215677,-285332],[207868,-300521],[212548,-314549],[211515,-20322],[216743,-20105],[207038,-37467],[211487,-32939],[211138,-29371],[215821,-31250],[209200,-46684],[207013,-47975],[208353,-53680],[207628,-55494],[208512,6476],[216320,132052],[208841,132330],[214957,14169],[214053,23354],[211319,17264],[212528,35615],[212672,32874],[217564,26452],[217134,41119],[217491,49661],[212308,53260],[215750,53427],[209157,61537],[211710,72289],[207253,73266],[210056,75526],[214180,71414],[204844,89511],[207839,77540],[206951,89354],[211905,87072],[213615,82085],[209778,100430],[205523,95247],[215337,117493],[207936,121716],[212834,126735],[224615,-217326],[226332,-218823],[217880,-5155],[228261,-5896],[217611,-11651],[217611,-11651],[224276,-260520],[224637,-263729],[225943,-291937],[221977,-291707],[219435,-302849],[219006,-315540],[223315,-17665],[219886,-21484],[230160,-25648],[224532,-31509],[220295,-26477],[222352,-30793],[222017,-32103],[228153,-63515],[218216,-74099],[219913,4853],[221275,11099],[226855,4344],[223686,134706],[218722,141478],[228240,142153],[230116,147512],[223792,21097],[218676,23041],[225193,21657],[221199,23691],[217883,32582],[227947,29046],[225760,36496],[223568,29078],[230142,43437],[224925,46536],[217688,44795],[219038,56040],[222320,57551],[222870,58536],[220363,72929],[224975,71639],[219723,86448],[226925,86080],[225471,78867],[223754,85363],[223353,102271],[219987,96256],[225277,104333],[218846,111566],[217614,108397],[227390,112722],[228350,116545],[239797,-126040],[233558,-120626],[236451,-156633],[233965,-234563],[236195,-241654],[230468,-10605],[236048,-11907],[235092,-3304],[240555,-3696],[231658,-261073],[240312,-274887],[239400,-277210],[237251,-304168],[242733,-310841],[241068,-323973],[240351,-24999],[236872,-27184],[234458,-36209],[239763,-31098],[236534,-43042],[238625,-49160],[232665,-50198],[231543,-45193],[235032,-55211],[232209,-57360],[235486,-65202],[237940,-76107],[237063,-64547],[239711,-72709],[230985,-86648],[236562,11069],[232610,278],[239234,6761],[231117,137055],[237957,143032],[242602,24252],[235780,19111],[237136,16227],[236597,24631],[231946,29425],[237303,27029],[237248,44620],[242908,42145],[230654,62557],[235948,54522],[234908,66161],[233848,66555],[241551,73601],[233694,89978],[237541,97640],[235871,93478],[241667,93280],[237995,114134],[233988,110145],[233954,116923],[242769,120262],[241561,125908],[245480,-3370],[247217,-246846],[249882,-256360],[248638,-261365],[255727,-267137],[252774,-259574],[252175,-274028],[243854,-281171],[253614,-292458],[248611,-292271],[250044,-286064],[252223,-301907],[253364,-315375],[245437,-22165],[243833,-26925],[247142,-34780],[251034,-32836],[252960,-47531],[251985,-57634],[245122,-57284],[253787,5904],[246785,133205],[248161,24942],[255826,23520],[251298,24543],[245144,30278],[251448,34022],[255173,35736],[246390,38873],[246974,48155],[244497,45365],[248865,62315],[243241,56751],[244825,63423],[252847,63841],[245419,70773],[252341,66957],[246872,73838],[246634,68510],[252832,77312],[254702,86249],[245008,95594],[251527,91452],[250398,92570],[247525,115475],[248638,124368],[266533,-211599],[262159,-214041],[259541,-228562],[257325,-3610],[261239,-282069],[267757,-282029],[257997,-281674],[264922,-299647],[266992,-322526],[260014,-31514],[261140,-27900],[263951,-31440],[267137,-28585],[267536,-45539],[266210,-56473],[264108,-60795],[259027,7449],[266664,10253],[265346,9284],[262098,6311],[256573,11043],[260171,1165],[266175,13920],[256685,23717],[257115,16199],[260518,20462],[263228,20337],[266360,24119],[260291,22492],[258265,31586],[262212,68931],[266968,69466],[262805,77951],[266305,90957],[257184,94971],[258776,111927],[280997,-123023],[279731,-142709],[277659,-141872],[279245,-151689],[273059,-207567],[277764,-249381],[275914,-24212],[274976,-19919],[274631,-36820],[280635,-29963],[274972,-28976],[268959,-44455],[275257,-48583],[274100,-52925],[270023,-65627],[274084,-68787],[272136,-70803],[276346,5720],[271066,13070],[271208,14038],[278011,21833],[272337,65823],[270609,73472],[275809,86691],[278995,83694],[275385,79355],[275520,83560],[280385,114131],[278180,102943],[282901,-116946],[282387,-121292],[282135,-129801],[288794,-133955],[284672,-132050],[286198,-130674],[288057,-127819],[291326,-133997],[283396,-141161],[290268,-151978],[292486,-148266],[282969,-147037],[287632,-162731],[292780,-154040],[289129,-170604],[293510,-175060],[294139,-169977],[288889,-194854],[291822,-197877],[283706,-192583],[282441,-210124],[294030,-11897],[287113,-22903],[282114,-18626],[286520,-13427],[281689,-47217],[292927,-49839],[282270,-62368],[289986,-56816],[285218,-69820],[282597,-89162],[286253,-83402],[282829,-101778],[290316,-97428],[284477,-108443],[284477,4690],[281602,24592],[286659,64072],[286827,67848],[289081,75744],[282294,101771],[283718,106233],[298468,-116617],[302829,-136511],[303990,-129005],[298806,-149242],[299730,-149818],[303459,-165673],[294659,-157773],[305223,-163298],[306391,-191733],[306472,-196568],[302334,-200852],[305199,-218511],[304198,-11018],[294709,-22204],[304709,-36940],[294778,-38665],[305839,-39081],[296943,-45735],[303690,-43882],[304190,-57124],[300930,-62457],[294985,-64651],[305171,-66967],[298837,-73914],[295266,-83139],[300535,-95052],[307200,-92484],[294759,-111532],[302170,-112720],[297501,-105978],[303324,276],[299509,1721],[304724,50014],[299256,48096],[303889,48468],[302442,73933],[309997,-143250],[317062,-156061],[310592,-164619],[309708,-153793],[314727,-162517],[315522,-166001],[316932,-164951],[309365,-169562],[313687,-168733],[307891,-198319],[314007,-213834],[314143,-226800],[312056,-236572],[311953,-8465],[308883,-1620],[316317,-19489],[313492,-38125],[311725,-53875],[312218,-51531],[315052,-63488],[318322,-58655],[307958,-73981],[312363,-78410],[311117,-85915],[317474,-91683],[312444,-94987],[309961,-102747],[311723,58074],[320818,-158794],[326781,-176766],[328918,-171430],[323479,-171158],[320879,-81579],[328024,-95635],[324496,144756],[340834,-171665],[334416,-175703],[339211,-173260],[337381,-169989],[345471,-188354],[335668,-89225],[333783,-96768],[338504,-92546],[345394,-104946],[334555,132249],[335085,157724],[347882,-118060],[354123,-151741],[346454,-145565],[349482,-146607],[354966,-157733],[351508,-154796],[347163,-175523],[350495,-176724],[355626,-167384],[357707,-179124],[351682,-185054],[354752,-185972],[346284,-182116],[356865,-183328],[346591,-100959],[345698,-91774],[348001,-95495],[352147,-108977],[359721,-117812],[369678,-152736],[370462,-145050],[369497,-143135],[359645,-155768],[365487,-160039],[366606,-165481],[367247,-178089],[361670,-178458],[370010,-181181],[368530,-184426],[360663,-185578],[360246,-47922],[366618,-114705],[367175,-110342],[367675,-111589],[366940,51022],[366062,57816],[373818,-120926],[379677,-127702],[379863,-118498],[378739,-122282],[383569,-128301],[379108,-134536],[376323,-133115],[375446,-153229],[378881,-143458],[375569,-147060],[375446,-153229],[381759,-146058],[379362,-161003],[376691,-162361],[372256,-172827],[380943,-173511],[379976,-177547],[377013,-181071],[377967,-186199],[372416,-33300],[373181,-111310],[390908,-128595],[389842,-133812],[388349,-135528],[388742,-152341],[389500,-145591],[385374,-162422],[386444,-162106],[390516,-156307],[391552,-160118],[388722,-164947],[386137,-174662],[386369,-182899],[390638,-10714],[388637,41195],[399979,-162813],[397580,-169843],[398103,-175554],[421675,319528],[417657,320160],[416807,373510],[446571,260939],[470575,540334],[471025,570819],[467514,575088],[473020,92148],[482617,323121],[481623,328750],[474624,507360],[482570,698783],[485034,712455],[480722,88700],[481654,100251],[474214,92599],[486918,331247],[491968,341247],[495334,336378],[488422,358262],[492019,358601],[498970,464112],[498900,464190],[487632,505812],[495034,503190],[498734,673311],[494284,669906],[496079,689190],[498545,701241],[487745,716714],[491806,84156],[506153,-89241],[501642,-94799],[504823,358474],[509982,370224],[510792,360016],[504610,375226],[505265,404040],[511669,403896],[502933,475726],[502745,479545],[504921,509764],[506864,601876],[507787,660535],[507691,671732],[511282,678718],[523498,-70509],[520820,-81729],[514629,-98242],[520411,-94750],[513629,346482],[518462,347370],[512007,349267],[518087,368377],[523978,372380],[521876,371156],[522245,378960],[535356,-88290],[529235,-88694],[527759,-81977],[535522,-108784],[536141,290583],[530268,355152],[527495,353830],[528639,350783],[531239,375488],[528531,381347],[530250,384039],[550219,-54103],[544589,-94482],[538271,377044],[540524,377669],[546569,384702],[539731,389124],[560656,-51049],[554439,337864],[558683,393793],[551854,386747],[561144,394377],[562997,389288],[556833,408374],[554033,405974],[558291,399469],[563428,-36559],[573999,391845],[564279,385621],[566847,394346],[573237,391404],[580838,-48979],[585779,409433],[597571,-59849],[597066,398806],[594638,418615],[606563,409242],[605637,442682],[603866,446660],[618393,403256],[615858,442691],[633583,-155896],[636014,-164376],[638299,-182049],[628073,421822],[627983,444490],[632199,443318],[651099,-169249],[641987,445362],[649548,460452],[650483,453993],[661464,334117],[653443,445558],[653986,442336],[653262,436918],[662013,443864],[660302,458817],[673639,437356],[673999,436334],[673570,468268],[666540,466521],[680590,429757],[684197,470606],[684108,468159],[683042,485524],[689926,104157],[686356,115029],[703340,471185],[697365,481650],[691410,476235],[709288,413184],[706754,484565],[719471,392917],[717413,474663],[719766,509410],[730521,515359],[740088,524745],[736625,522324],[745883,496557],[746353,514756],[755982,488471],[762798,506351],[763799,515170],[777725,479865],[772873,495482],[776058,498635],[781009,485674],[785298,492487],[801195,482342],[809868,524726],[826242,424594],[830704,450812],[823788,493431],[831266,504161],[826873,514348],[821509,518760],[822449,533733],[827193,541919],[837009,456966],[836878,482546],[842416,490899],[841342,497037],[835791,489809],[833624,510283],[837693,512730],[851602,415336],[850467,417445],[848163,470623],[856348,466757],[848695,478204],[852273,473930],[850119,484618],[845913,494915],[857514,489534],[854369,511316],[849473,500552],[848397,519419],[853772,517573],[870072,453755],[864659,486539],[864337,549432],[862096,559801],[863846,557172],[871428,443467],[892106,444562],[894732,435875],[895226,440743],[894247,555324],[901939,419154],[897890,430559],[904253,565147],[908166,563440],[913139,409260],[909927,582758],[913995,585727],[910844,601663],[922741,401152],[928273,578574],[927661,584655],[934301,600435],[956995,158763],[960765,172996],[970910,220345],[966022,600823],[977130,230349],[982914,252420],[996396,238487],[986792,243887],[990841,595144],[988392,600508],[1008711,172035],[1009685,241717],[1009943,606967],[1006965,609875],[1017301,164242],[1022648,611286],[1032265,231206],[1024017,597932],[1031604,600648],[1043438,621118],[1045254,633404],[1039915,639271],[1058079,629927],[1086612,636738],[1099810,634148],[1136160,639203],[1148161,619078],[114862,86109],[108672,81785],[111771,105129],[1152834,638101],[1154776,632932],[1161620,630029],[126454,47460],[121937,63572],[123948,56918],[126292,58751],[117015,67885],[127295,86575],[119905,79704],[123937,90218],[125018,101499],[115883,108909],[125092,109930],[120888,104547],[140148,-319397],[133109,139296],[137572,129506],[137559,133438],[134606,137316],[133954,100014],[129065,110360],[130627,102912],[136648,113220],[136745,123345],[129525,122048],[143531,-319660],[143645,139766],[150822,139935],[145760,142318],[152558,42702],[145674,49827],[152715,79788],[141344,111275],[149843,113742],[160284,132812],[164819,134413],[165847,30396],[159800,49983],[157173,68850],[158201,74607],[165125,84669],[155495,81223],[158440,122813],[172584,-27454],[167221,-35430],[175492,-45800],[172559,-39949],[176216,-38970],[173309,8808],[172109,133855],[172801,140015],[174342,141601],[170052,94261],[178259,126821],[172875,127465],[184268,-175263],[190647,-169717],[180666,-21855],[180233,131760],[190535,133915],[180566,138033],[188950,139722],[191058,28809],[185206,41141],[191722,46468],[191344,88902],[188005,86701],[191791,79354],[189693,84485],[185846,83014],[180721,98052],[188198,107711],[188744,121639],[193388,-143962],[202349,-148622],[200796,-153392],[197858,-176891],[196366,-180418],[204082,-17580],[196298,-24552],[202624,-39718],[193207,-97772],[196571,9102],[195900,130961],[203179,34738],[199384,34559],[194397,30338],[197475,37957],[200324,45871],[192481,40467],[202215,51893],[196678,83938],[197758,94232],[202184,95262],[203567,90347],[192059,115322],[212547,-180353],[212414,-184001],[207685,-192046],[211624,-288309],[209307,-298306],[215272,-50470],[207398,-39502],[213301,9095],[214224,151456],[212568,143090],[213015,24068],[205092,16903],[213375,15029],[208170,35148],[205739,45462],[213058,60168],[210918,66796],[205461,72434],[212535,71037],[216895,67372],[208590,89741],[208836,88903],[211584,85481],[215958,78627],[209597,92182],[210751,102140],[215442,90730],[204925,102881],[211919,111661],[216339,106446],[210669,120993],[210843,117035],[215931,123082],[228623,-212236],[225612,-225136],[224675,-259379],[226762,-268435],[225546,-292035],[222653,-304583],[228184,-296504],[220057,-314408],[225409,-16567],[226097,-14588],[228882,-45075],[225974,132828],[221599,140274],[225359,22664],[222222,37072],[221804,31241],[221180,50649],[227724,57471],[219788,59868],[217676,52456],[221162,75809],[221280,85838],[225122,85676],[224428,77595],[226590,85045],[229487,101556],[225931,97354],[222688,90348],[222655,105860],[225435,110672],[229075,119585],[230030,126814],[234608,-211319],[232003,-216383],[231702,-233464],[241275,-240512],[232988,-240241],[235573,-6550],[242628,-262485],[232806,-258256],[238919,-278050],[239347,-289536],[236996,-303266],[243085,-317270],[235760,-13797],[239175,-14336],[240011,-21135],[242560,-29572],[235237,-27315],[233222,-35991],[234146,-50661],[242265,-46271],[234518,-43606],[242038,-39333],[236726,7144],[234192,138669],[235047,128990],[240476,32001],[235998,26972],[231773,46637],[239650,50991],[240679,59465],[235691,58598],[237376,72234],[241076,88855],[233603,84771],[233614,93299],[240962,98404],[239594,94190],[234057,102774],[246314,-156276],[247390,-171707],[243481,-6884],[250981,-6642],[252608,-5723],[250261,-258799],[253644,-273757],[245436,-274102],[251550,-289750],[253293,-291577],[255037,-284308],[249307,-294518],[250523,-301475],[253860,-314788],[244856,-19193],[245219,-27069],[250571,-33569],[249167,-37954],[244303,2435],[254676,128259],[250306,24622],[244984,34526],[255194,26265],[250426,34663],[252320,36527],[246524,39070],[244345,47860],[243298,42412],[247911,63976],[244424,60304],[252229,61656],[255039,62721],[254872,67168],[254244,66611],[249660,68626],[250621,74638],[249065,65605],[254687,88021],[255166,80212],[245683,97413],[255339,96312],[250201,91497],[248201,96108],[245260,112835],[243783,117951],[245208,125707],[257552,-211067],[261680,-227639],[264392,-9943],[258661,-271868],[256065,-269465],[265435,-284222],[261630,-282253],[258141,-302569],[266537,-301903],[267837,-300209],[268710,-330759],[264670,-37058],[267965,-31985],[256327,-45794],[265703,-47587],[262386,-54598],[262162,-61904],[267079,-67086],[257164,-108900],[263027,890],[267722,12784],[259514,24061],[257232,35208],[259697,78736],[262439,86814],[267365,84159],[262203,93593],[274196,-133550],[280369,-128833],[278504,-189588],[270706,-206323],[270634,-211206],[280090,-213095],[270836,-218251],[270826,-1692],[280529,-3681],[271839,-247757],[276562,-22267],[272583,-20955],[277302,-24203],[273376,-36529],[280815,-33203],[275990,-31131],[271340,-50810],[276517,-46691],[271643,-60692],[281255,-60074],[272431,-52475],[278691,19577],[277777,16491],[269236,70565],[272341,75849],[273747,70784],[279687,71871],[276379,66544],[281269,68523],[270698,85120],[271481,79957],[273442,89442],[275482,81718],[273219,86023],[277598,95022],[273507,100679],[280611,103683],[278573,116173],[288968,-124090],[290250,-126424],[290683,-130111],[282858,-131261],[288348,-136816],[288204,-137886],[286043,-141412],[287232,-145130],[286135,-152086],[283543,-189735],[293528,-196662],[292414,-209092],[289398,-210846],[285831,-7467],[290197,149],[292666,-18228],[289154,-30818],[291013,-41358],[287718,-51791],[293327,-58261],[286238,-71592],[289743,-67530],[284786,-101311],[289781,-93154],[293433,-112690],[289654,-113801],[286192,2407],[281952,75834],[284718,71693],[282897,65357],[285528,74058],[289496,70696],[283887,81822],[303843,-131462],[305649,-128187],[297673,-147142],[295015,-144971],[299664,-146323],[297156,-145011],[299506,-143667],[304074,-152882],[302159,-144839],[306009,-159410],[296938,-154489],[300140,-165875],[301963,-157895],[300308,-160316],[297463,-166969],[302570,-196647],[297541,-193618],[298204,-203525],[305657,-214802],[304558,-214545],[296123,-12288],[300291,-3458],[306132,-4484],[297412,-6004],[305656,-13993],[298026,-33418],[300726,-44455],[305875,-50003],[302974,-41491],[306429,-51990],[296337,-60463],[295622,-74868],[300098,-70333],[297511,-84227],[301114,-105133],[295922,4256],[298560,68441],[311891,-141604],[309388,-160758],[311075,-169534],[314031,-199460],[317112,-223107],[315373,-9393],[317296,-18026],[310190,-33111],[311733,-49949],[310856,-45381],[314678,-54249],[317643,-53473],[307754,-71916],[318397,-67265],[308243,-82829],[308984,-89861],[314175,47130],[322036,-164671],[323046,-159881],[330009,-169021],[326710,-175507],[332399,-177415],[332604,-184347],[322239,-228888],[322151,-85310],[323653,-90267],[332456,-93265],[343252,-147757],[337912,-148045],[337227,-146943],[334058,-171011],[343908,-174763],[337923,-176664],[334413,-174398],[334669,-177152],[336445,-184153],[343828,-184417],[338868,-182455],[341022,-191404],[344124,-182636],[333189,-99322],[336327,-97142],[339287,-99676],[333189,-99322],[351583,-123947],[356409,-143011],[351232,-143865],[354435,-177228],[350191,-169772],[349483,-187134],[349341,-180822],[355036,-180767],[357734,-188201],[355220,-113265],[346768,-108593],[367117,-148184],[361408,-147056],[361675,-152523],[361214,-166067],[367550,-167485],[359816,-178750],[358459,-185613],[361655,-106778],[369293,43829],[361957,55545],[366325,77070],[381999,-116343],[373244,-122102],[377400,-125942],[372506,-133110],[372506,-133110],[377076,-151131],[372749,-153452],[383954,-155749],[382041,-154504],[372021,-167660],[373166,-169720],[374994,-174685],[372002,-114169],[386562,-122984],[390505,-139585],[384465,-164587],[386161,-186222],[390238,-5229],[415089,318711],[415725,327687],[421314,323459],[473602,-80166],[477638,324103],[482314,326974],[481319,333109],[478037,333996],[483153,509634],[478145,506178],[474727,716791],[493537,343089],[489203,337712],[488332,356520],[492857,362494],[496272,463420],[494078,477163],[491461,504976],[496693,500960],[498790,690762],[495151,683918],[491491,685248],[491427,693472],[489106,697122],[491798,708162],[487826,705883],[507514,353404],[509384,367976],[511112,380254],[508561,410474],[501152,461147],[500815,479226],[510091,498537],[508247,509324],[506511,600645],[507001,654735],[509024,655682],[510222,672530],[502621,689691],[499859,715195],[504432,716200],[516166,345934],[523679,354407],[517535,351198],[521013,369334],[515855,362313],[517600,359830],[522131,375167],[532219,293528],[530866,354323],[531785,350162],[529110,370850],[528801,378146],[536704,378723],[556578,391425],[556456,386102],[560586,386099],[563101,388955],[554301,408349],[557116,399708],[564067,392560],[566684,387085],[574996,393704],[568512,396746],[569206,392388],[576110,361545],[598059,406337],[594676,402700],[595659,413789],[590433,411722],[598887,418426],[609566,411015],[607161,438501],[612081,440653],[607718,439770],[607174,445659],[602972,437554],[627571,423769],[629994,443490],[644747,443739],[649945,436398],[648078,455521],[662023,333958],[664650,446170],[659570,444851],[655159,460961],[659730,459308],[670929,437365],[678370,436297],[675588,470945],[666342,467253],[679137,427016],[683834,469949],[684471,465835],[689836,475927],[684777,480204],[678450,93024],[683045,107803],[685491,114263],[696143,458467],[701408,471951],[696223,482785],[704942,415073],[711891,483176],[721080,475820],[718765,515208],[742277,500621],[733236,512921],[733836,517449],[736695,524893],[742079,513656],[755194,493636],[761866,511476],[778001,483008],[776859,492598],[771348,499405],[768511,505804],[781462,490760],[788920,491837],[802333,485815],[808497,526470],[827516,424566],[825992,454837],[823856,477593],[830324,480076],[830870,483319],[826233,507614],[828646,511969],[822817,500742],[821603,518704],[819391,535090],[826286,535476],[824577,547993],[831666,537807],[841888,456891],[838596,478487],[832034,485105],[837249,484021],[838000,486866],[836717,503397],[839744,521319],[850689,414333],[845642,455857],[854150,470465],[853381,494940],[851076,489174],[855514,491373],[855175,509577],[846898,500306],[852859,500958],[845596,501137],[851378,512672],[859903,467076],[858376,483691],[865098,495730],[866752,547238],[876201,449897],[880403,562630],[895792,431886],[895806,436078],[892607,450213],[894350,557282],[903610,416852],[898349,438546],[897667,565531],[909024,407807],[919577,401976],[916978,570758],[928287,589604],[932479,601643],[954889,253186],[951016,586606],[955256,595438],[993712,594704],[990428,595928],[1006328,233760],[1006890,598097],[1023821,605552],[1022818,612410],[99904,108718],[1032902,612506],[1051394,628105],[1056110,632105],[1093954,630886],[1111271,633319],[1143592,626089],[110308,102821],[113873,117361],[127641,133451],[121868,100020],[123602,103886],[134110,128924],[139811,132812],[130870,132450],[133387,137771],[138338,145131],[139790,68201],[133878,77501],[129833,100852],[130946,108043],[137248,115013],[138090,110362],[128563,105880],[153295,-21864],[148215,128366],[150882,66574],[147660,72052],[144248,89133],[142489,108289],[150453,116717],[153419,121803],[146288,123956],[146194,120125],[157416,136270],[163588,36213],[156547,47263],[161210,78152],[156058,84879],[157551,125230],[177035,-24273],[172929,484],[171049,2207],[172120,9360],[178941,129895],[178219,140335],[172265,135657],[170726,134175],[167676,133564],[177183,136325],[170220,147477],[171611,26066],[177729,70099],[172804,72836],[178254,81077],[173635,80305],[166545,101573],[169421,100714],[178246,124817],[169494,126250],[167428,123297],[184129,-120781],[182191,-151985],[188066,-171052],[191619,-174374],[188040,9859],[189939,139203],[184182,134848],[182460,130317],[183624,69068],[185142,71715],[190931,83034],[188138,101042],[191852,96439],[190568,114823],[184092,113647],[188152,113120],[189802,119248],[184574,119988],[190768,126843],[184884,127984],[197129,-151554],[203547,-148532],[193567,-29651],[195033,-40354],[199991,-54870],[197632,128581],[196026,137891],[201819,26259],[197821,35554],[203356,47427],[197520,60416],[194010,62139],[202549,71849],[196515,80208],[193411,91001],[198652,95289],[202242,99427],[204316,92930],[192592,109581],[192346,114162],[200077,102981],[194784,119301],[193381,124915],[206281,-157060],[215971,-178687],[212032,-196825],[209722,-194690],[212869,-38171],[210695,7908],[216194,137667],[210801,23735],[212729,17174],[216056,26670],[208688,49958],[213671,43606],[216057,61640],[211389,58726],[216197,55298],[209706,81392],[205675,87787],[210638,89102],[216041,85200],[208236,91844],[211412,94671],[206037,99719],[207268,114968],[216541,116204],[207922,122905],[215198,124607],[227514,-207816],[224775,-208626],[227808,-222174],[220311,-10904],[228946,-17780],[225585,-46222],[219358,130421],[219686,148795],[219902,141158],[228615,21355],[224946,31877],[218700,46565],[224474,51079],[218741,54781],[225129,58968],[229344,58821],[217735,71863],[223831,66254],[228770,70520],[225556,81719],[227934,88900],[222658,83584],[220795,84223],[227151,82892],[230146,91723],[220656,101406],[228210,107920],[228114,104101],[228529,114858],[217697,106093],[225021,109064],[222588,122154],[241708,-159705],[235567,-202158],[235744,-234811],[234683,-4775],[242612,25],[238950,-16140],[240800,-23369],[236319,-32814],[231843,-27624],[233666,-37681],[241694,-32878],[240047,-47609],[238767,-43244],[232764,-48570],[237556,2651],[236080,130563],[238113,141046],[236683,33166],[230613,32014],[234000,28812],[242702,37038],[231269,49128],[238737,46616],[231455,42528],[235081,46586],[234429,38760],[239325,57668],[242369,62513],[236351,54187],[243186,66841],[239437,73235],[234535,72378],[240646,87150],[239493,77518],[236854,89648],[236233,97177],[241683,100889],[237119,92878],[236884,111107],[242617,106927],[232501,110002],[239251,124530],[238158,118591],[250062,-175270],[244398,-172886],[249157,-7149],[254890,-5590],[247203,-22077],[246389,-27970],[247416,-33504],[254025,-32296],[252226,-46150],[251135,134169],[247045,128293],[254965,28482],[248493,37210],[254953,34295],[247941,45520],[246788,43278],[245180,48484],[247548,60091],[252815,60847],[255472,71123],[255117,65139],[244104,67447],[250862,69398],[247338,66112],[254519,76266],[247095,89208],[252875,87739],[248628,79190],[244333,90968],[244365,98784],[253865,95337],[245493,113468],[245776,121129],[248386,121866],[260697,-214810],[260446,-218517],[260829,-1137],[265522,-23241],[266435,-30369],[263398,-48570],[267696,-49326],[261825,-54244],[264581,-58483],[260709,25575],[257005,36935],[267698,63872],[257138,64161],[262870,60855],[264715,70767],[258307,64970],[264968,85353],[267878,90662],[259541,107216],[280418,-117133],[276072,-149201],[276242,-145904],[281537,-145977],[280722,-189259],[280683,-191214],[271793,-213718],[277759,-210419],[275091,-210394],[278388,-18977],[273607,-22057],[278583,-15383],[280461,-25768],[270805,-35110],[275600,-33503],[278123,-39501],[271957,-58094],[280824,-56949],[275835,-51220],[277503,-69260],[270477,-67919],[278159,-82844],[281533,-111801],[271983,11312],[277364,4953],[280409,3251],[276166,28940],[274119,68658],[275519,71108],[272348,81784],[277178,79864],[274443,89150],[280465,107289],[276992,108710],[281918,-125274],[287085,-126136],[282694,-119160],[284500,-122973],[289945,-138387],[281888,-134343],[284181,-130337],[285014,-138149],[292515,-133159],[290677,-150704],[285192,-143470],[292197,-153090],[289302,-150259],[281883,-148676],[282959,-151166],[294159,-165209],[291087,-159911],[292081,-157622],[293948,-155390],[290444,-173470],[289242,-168280],[291868,-197877],[291963,-208880],[285112,-218740],[291129,-12291],[288366,-1720],[292512,-12855],[292076,-33447],[285729,-32954],[294137,-39934],[283950,-48516],[287715,-43607],[292615,-56026],[282752,-79421],[283397,-108107],[282644,-104487],[284999,-106051],[293419,7435],[287339,24586],[284784,58135],[283488,71028],[283895,80276],[285129,77237],[288355,77964],[299566,-123679],[300183,-115228],[302074,-125280],[304184,-140160],[306165,-130625],[299146,-151385],[296283,-150828],[299236,-158547],[296502,-159647],[295290,-163249],[303551,-162808],[302942,-166774],[302183,-167525],[304504,-166613],[296151,-173638],[298146,-204955],[299706,-206612],[302764,-3500],[301525,-9781],[297218,-1096],[297246,-20096],[301628,-31487],[298840,-48954],[304618,-47592],[302303,-48287],[297907,-60828],[300755,-76326],[294647,-68652],[300498,-69003],[306305,-76851],[300407,-79684],[301850,-89307],[294550,-91864],[297678,-95280],[299130,-98492],[302995,-96520],[306944,-106440],[294915,-112833],[296935,9043],[303899,18695],[306329,48643],[298732,65770],[311058,-143125],[308200,-150736],[312190,-161885],[307350,-166252],[307350,-166252],[313825,-171175],[309923,-197817],[312542,-200569],[309643,-209897],[311703,-219646],[319600,-227432],[318760,-231564],[309529,-12393],[310280,-1379],[310440,-36710],[315299,-40494],[312694,-46433],[312020,-59244],[308700,-54092],[319038,-60019],[318985,-64251],[317720,-88990],[312307,-82560],[312441,-101737],[310241,-100447],[316924,-96711],[318606,-102515],[311206,47412],[312570,53160],[321403,-155399],[331814,-178635],[330914,-176903],[329545,-170060],[324589,-85755],[323703,-91210],[324703,-96362],[321977,-93802],[326144,143444],[344994,-144295],[340032,-146913],[344817,-147105],[337877,-172774],[343364,-171904],[339318,-170633],[341474,-182749],[338187,-185656],[341380,-179359],[339363,-101416],[344942,-97174],[343174,-104462],[333101,159360],[350972,-118015],[356806,-149258],[353715,-144073],[350621,-144164],[354658,-159455],[353439,-164941],[356598,-161079],[356846,-157775],[352546,-156374],[348813,-153644],[350667,-173632],[354859,-167312],[347857,-178072],[352069,-169878],[357111,-173305],[353180,-186090],[351879,-179440],[349293,-98725],[367440,-116159],[360465,-148323],[368713,-145013],[370476,-141956],[368552,-156094],[363505,-161678],[369018,-163275],[358649,-175527],[364778,-175741],[361762,-168322],[369946,-171816],[366035,-177606],[367908,-169628],[362018,-181660],[366614,-182457],[368110,-186582],[364117,-110137],[367670,30049],[364107,36860],[359140,62195],[363775,60495],[368180,58361],[365554,72786],[383409,-121955],[375887,-119563],[380383,-124817],[383877,-132682],[373703,-133370],[372609,-138002],[378715,-136830],[383242,-151640],[379781,-147669],[371569,-146577],[382961,-148517],[372201,-164594],[382745,-164914],[374651,-154459],[375582,-159589],[382273,-176793],[379575,-180397],[371726,-179824],[374122,-183764],[371553,-185433],[376869,-113169],[378127,31779],[388908,-125483],[395135,-130913],[394255,-133955],[388426,-130121],[385238,-137432],[388919,-157289],[386854,-159995],[391526,-157609],[389238,-154049],[390724,-165196],[385059,-175067],[396209,-167359],[386575,-7540],[388662,-10223],[393085,-27600],[386517,47605],[387239,58111],[401117,-174091],[400624,65236],[405621,82305],[407087,78573],[416663,327372],[429878,334777],[454675,-9574],[466898,11453],[472691,508472],[471048,535033],[472246,573540],[484228,324301],[484334,327834],[485550,331029],[485340,700009],[481332,692717],[475588,713237],[474510,711478],[498453,-55319],[487715,194867],[492891,342439],[492607,361336],[494289,359711],[492083,36144],[495562,463051],[487419,494690],[489468,508554],[491992,682548],[496144,711739],[500229,-51237],[511373,366619],[511093,360098],[505064,371843],[501212,457639],[503189,475564],[500589,479096],[510672,497865],[503345,508276],[511749,593856],[508098,652897],[511682,656352],[502320,683634],[510265,712221],[511880,714401],[515383,350585],[518045,346157],[520450,357396],[512493,362702],[523887,376879],[522621,373305],[521229,372233],[526355,-59945],[534922,356263],[528998,369071],[525947,373260],[528832,373616],[533800,383734],[539017,291432],[540603,376225],[543977,383391],[538819,378087],[545924,448020],[556716,242637],[551728,252082],[555996,331539],[559167,392620],[556643,388163],[562028,390446],[560944,398609],[556972,405564],[560369,402322],[575136,361143],[569652,388707],[564189,389204],[563821,393448],[571606,394049],[587842,408861],[598631,297059],[589247,373623],[598838,406760],[593385,397874],[596601,412688],[590976,421411],[611797,310521],[605938,405410],[604151,406313],[603964,434236],[603585,446651],[612163,444645],[612334,447497],[605837,439038],[603032,440872],[618375,248999],[616155,404086],[622032,446233],[631548,422322],[629683,443058],[651787,351208],[648885,440353],[646537,442378],[646583,456015],[655316,442034],[658574,447201],[654767,459451],[662817,465709],[674409,469335],[683437,405003],[678487,430463],[681079,436595],[685640,471275],[680468,470346],[684869,483323],[684212,107141],[681106,113821],[695774,364732],[693468,454859],[691579,471358],[691924,481936],[704045,471152],[709604,485233],[718275,476892],[739256,406723],[736423,518837],[737494,519303],[737710,514026],[745946,383196],[753160,389471],[750757,390309],[742917,424929],[754842,487858],[747213,498877],[755165,513837],[756922,401714],[756181,401310],[760268,415013],[765799,507776],[773201,393859],[768490,389313],[777158,407824],[773914,422709],[771590,493145],[770285,495914],[791612,374867],[782135,480918],[781229,493017],[784489,495788],[805528,479421],[817032,509413],[816090,518944],[822800,375410],[822433,417997],[821854,415717],[827970,422092],[824930,422285],[829197,449183],[823237,479705],[831837,483890],[831783,498624],[825324,517850],[822288,550432],[819920,547781],[820870,540909],[825226,548514],[825009,545026],[823817,542917],[836499,460049],[833344,482688],[842134,476155],[844629,495074],[842041,493036],[836701,504048],[844422,508956],[833296,513733],[832045,516029],[854385,469304],[853635,489926],[850759,487481],[847431,499628],[854044,510714],[867951,455352],[865468,461108],[863830,476300],[862355,493536],[863445,489739],[859442,556626],[875172,447167],[875049,558496],[883660,442189],[893888,63605],[906739,421091],[897313,438998],[898538,435628],[908095,578858],[909751,404571],[918511,404215],[917614,600856],[931239,481936],[923903,573489],[943694,462221],[945605,490669],[936047,587266],[937002,600218],[936342,599450],[940367,597765],[959802,467632],[953991,505804],[948452,599284],[962669,162305],[969674,203417],[968140,223604],[969532,399071],[964469,423031],[968700,439679],[969446,445794],[960838,486606],[961273,595758],[969542,594080],[969365,127612],[979604,146506],[978651,226463],[978070,245020],[979448,406568],[975153,476739],[984016,489374],[984829,510135],[987840,151670],[988201,141098],[997821,213465],[993883,419296],[987346,476921],[986804,495997],[997796,599795],[1007229,162456],[999519,253066],[1005796,465555],[1010380,512980],[1006247,525132],[1007426,598628],[1007388,604705],[999176,607437],[1010511,612124],[1022107,152398],[1014066,232987],[1019171,240150],[1011334,500411],[1021783,610838],[1014053,610127],[1026425,229962],[1030205,242918],[1032049,237747],[1042951,230939],[1057217,214288],[1050354,632208],[1056646,631226],[1054434,629392],[1074619,175368],[1075474,630106],[1082335,636748],[1081295,638673],[1113926,633742],[1136431,638755],[1140470,617608],[107067,108748],[107211,111930],[113192,104703],[104616,115445],[1161918,617429],[1160091,637906],[1237443,560538],[1242433,545641],[1244978,547521],[1245826,561571],[1247239,557670],[1244398,565276],[1248010,566075],[1245930,570407],[121798,101859],[121090,107066],[120291,116481],[-424051,-331440],[-424394,-328582],[131080,-302313],[137272,-311608],[144412,-208158],[143495,-212740],[146797,-295456],[149409,-300261],[145248,-315525],[141827,-312889],[149400,-19816],[152314,36323],[152139,81886],[153222,84586],[165086,-199544],[160442,-198464],[156677,-194959],[160193,-203199],[164672,-202759],[154692,-212620],[155455,-213947],[154388,-212558],[161099,-218109],[160813,-219381],[162050,-238199],[161836,62446],[163729,61963],[164154,65741],[160307,84999],[158298,97919],[165159,111559],[176218,-161279],[177172,-167592],[172859,-202417],[170426,-205454],[175642,-205005],[177894,-211707],[170570,-211202],[172987,-208076],[169646,-213837],[173857,-219700],[176250,-225866],[174862,-228337],[174707,-226639],[173869,-224359],[171420,-219660],[172635,-225042],[170603,-219780],[170563,-218424],[177717,-218966],[166683,-240345],[178120,-238759],[172671,-231672],[174545,-236357],[173997,-234219],[175140,-238947],[174681,-239971],[169520,-245589],[168341,-244356],[176862,-243733],[170914,-258933],[172104,-261033],[176810,-20453],[172821,26045],[176142,64610],[175635,99600],[170615,115597],[172053,115546],[180604,-229677],[182171,-239014],[179637,-232054],[189406,-240752],[188389,-239328],[186480,-258385],[187132,-280612],[184667,-274015],[190014,-279040],[190493,-273031],[181149,-269357],[184703,-268683],[182950,-287721],[191062,-301414],[190514,-18358],[189860,-20184],[179884,-21404],[179823,43809],[199900,-141670],[192676,-149557],[194632,-166374],[193555,-166736],[198071,-186443],[199596,-283631],[197908,-282475],[193760,-303910],[200432,-308655],[193661,-25257],[197338,33508],[204781,44659],[204065,43905],[193827,60244],[197587,74276],[195784,70499],[192494,84825],[211649,-149139],[216284,-165334],[214912,-180007],[211370,-184965],[206866,-176782],[206671,-191588],[213771,-254262],[211362,-290404],[216550,-297304],[216062,-304414],[215247,-315001],[212243,-38566],[208892,6952],[214197,15689],[209430,26171],[209178,40963],[207694,61388],[215774,52621],[212536,56656],[205000,69234],[228357,-207782],[226287,-221220],[222487,-256069],[230131,-263450],[218727,-292396],[221783,-307928],[222252,-17490],[227382,-42678],[220381,25816],[229512,32886],[222640,51195],[222454,59920],[242748,-160573],[235513,-233350],[234804,-242623],[233532,-1073],[241783,-3265],[241982,-253273],[237633,-261285],[237620,-278969],[234014,-278117],[240374,-288134],[233397,-287008],[232834,-305349],[232888,-20016],[239856,-13278],[238164,-22789],[237043,-32724],[235549,-28083],[238349,-37767],[232898,-41983],[240658,-41747],[232673,-45779],[234893,24153],[238952,28237],[241149,42262],[230710,47123],[251504,-176759],[251511,-4072],[251904,-2236],[244527,-473],[243254,-243141],[243787,-261666],[252498,-259466],[251246,-272978],[252706,-274501],[254011,-293438],[253678,-288988],[255398,-302155],[247645,-297357],[245956,-300115],[244879,-325138],[248146,-21330],[248825,-17916],[245185,-47513],[249825,-38268],[253610,25162],[254399,22590],[246857,37370],[247810,26439],[244490,53682],[257573,-188754],[258407,-201463],[260449,-198612],[264329,-216875],[262852,-214768],[259566,-207817],[258206,-223847],[264539,-4541],[259426,-280591],[260731,-283395],[265271,-283995],[260329,-299816],[268027,-306165],[266507,-318108],[257279,-320754],[256040,-37307],[263903,-33228],[256257,-45017],[268031,-50713],[264215,-58254],[261129,-51975],[268631,13593],[258660,59679],[262468,63460],[260031,88206],[268122,89892],[263495,109553],[281597,-124747],[281262,-152316],[279353,-148533],[280768,-148593],[280291,-145366],[273860,-142933],[274045,-153224],[277430,-186972],[274875,-181986],[269677,-180683],[276188,-181132],[271891,-180421],[280895,-216659],[270813,-209587],[276351,-3351],[271968,-245345],[271670,-249723],[280810,-293381],[276507,-20816],[275482,-25191],[272436,-24496],[277059,-15596],[272439,-27136],[279443,-33166],[277823,-29497],[272103,-40568],[273920,-49150],[269941,-46878],[269007,-60957],[272787,-55973],[281166,-52886],[273648,-69168],[271646,-69800],[274730,12230],[281283,6957],[281435,28490],[271411,71017],[270051,93147],[273919,91269],[279103,100195],[283256,-126543],[283407,-121499],[281972,-116195],[283081,-121348],[283256,-126543],[286002,-133452],[283386,-132895],[285724,-129423],[285667,-134607],[290713,-148010],[293935,-152574],[286851,-140731],[292281,-148843],[292108,-151184],[288689,-157830],[288990,-174271],[289435,-166735],[291545,-167855],[291299,-166881],[294172,-172344],[288378,-186766],[292411,-195107],[282926,-215659],[282733,-208009],[288373,-13290],[286867,-24233],[282556,-21307],[290761,-41906],[292532,-48404],[282315,-56227],[283681,-77529],[288316,-79195],[283570,-91274],[291970,-94705],[292323,-93846],[283334,-105678],[285409,-109709],[283683,-111852],[293363,-111042],[288617,61905],[290896,74300],[289518,67052],[301853,-127211],[303172,-137306],[294447,-145382],[297219,-148403],[294906,-155476],[300753,-158476],[296439,-157671],[295263,-160034],[305831,-165938],[304160,-165755],[299282,-165693],[302279,-163579],[299078,-172333],[298458,-183675],[301052,-185602],[300237,-209550],[301160,-213485],[300128,-882],[296794,-4265],[307059,-12750],[296804,-17278],[299430,-35696],[301728,-44695],[295511,-45974],[303075,-46121],[306654,-57437],[300898,-61967],[296424,-54321],[301420,-71321],[294597,-65694],[295633,-76865],[298730,-77395],[298365,-91474],[304930,-90076],[301598,-99785],[299390,-97183],[300654,-114950],[300514,-108960],[294779,-103827],[295503,9527],[297344,2122],[303567,72479],[309837,-142515],[307580,-150924],[319203,-155634],[309246,-164878],[308968,-162974],[313546,-161082],[317969,-165375],[316611,-163534],[319376,-158987],[316643,-169463],[308553,-191514],[308032,-187690],[318827,-197043],[316515,-196034],[314720,-194967],[313828,-203461],[312922,-200134],[313305,-192843],[310285,-211307],[315228,-224349],[313779,-230975],[313096,-12432],[307855,-5244],[310850,-34480],[316490,-41109],[310485,-47941],[315332,-57745],[315099,-57911],[310367,-73130],[318001,-64294],[312546,-88056],[311874,-97006],[314840,-97014],[311668,-103317],[319666,-102876],[308748,51231],[327785,-140918],[323725,-167509],[329894,-179904],[324459,-200568],[320153,-198841],[327598,-200223],[326651,-204356],[331651,-205905],[332404,-207080],[328944,-212555],[329053,-212221],[330108,-213515],[327594,-96785],[324851,-93762],[326243,-89749],[338965,-147930],[341679,-171649],[337652,-178087],[341229,-172893],[338226,-170040],[338269,-187732],[338751,-102098],[343503,-94277],[336701,-91814],[343660,-105136],[344442,-106392],[347692,-126048],[355854,-146437],[345769,-145966],[347081,-147585],[349435,-145458],[355127,-164243],[350852,-153600],[354525,-168098],[352983,-173654],[347242,-174932],[357838,-178038],[353858,-184376],[347117,-179376],[349925,-104035],[370283,-116616],[360330,-118273],[367992,-121222],[360996,-146086],[370510,-144045],[368980,-164937],[365905,-164863],[362090,-161989],[364735,-177772],[359682,-172887],[366605,-175559],[359442,-175362],[361853,-179053],[371094,-181887],[370772,-185188],[363863,-34292],[360239,-39967],[365016,49426],[364530,43251],[380112,-115914],[380081,-123807],[378407,-115778],[377394,-132297],[372356,-139963],[380522,-153279],[379678,-151120],[372066,-147011],[379586,-160761],[382947,-161289],[373829,-154321],[374543,-162824],[376077,-169757],[372280,-173297],[380863,-177131],[371801,-179104],[386115,-122550],[388250,-123123],[384898,-130519],[388810,-129739],[387633,-136643],[392099,-147196],[386775,-147932],[389274,-147217],[387410,-152786],[388209,-159513],[388413,-158046],[391146,-162040],[388913,-167198],[389195,-184940],[385684,-7752],[392738,-41333],[391019,34413],[397972,-162640],[397682,-171109],[398159,-175235],[404907,82325],[406637,78452],[419175,-124009],[417063,-124432],[412133,-195391],[413083,-193680],[414983,232592],[416929,374487],[410584,76761],[425455,329982],[446404,-205106],[444826,183029],[446070,196836],[441053,20290],[456377,177890],[464418,198470],[468259,212239],[464689,209353],[475351,-23952],[482916,154148],[483973,208984],[477211,99665],[499063,-55464],[491124,42346],[514353,183121],[521415,85573],[521802,102104],[533896,47575],[530656,61845],[525458,83243],[531641,81714],[528677,77392],[529720,94928],[528905,96278],[538690,65355],[551953,247311],[555492,334086],[567311,293392],[587179,251210],[590551,252636],[600076,278323],[589071,374747],[595619,375214],[592951,372970],[616304,244807],[619908,403595],[617173,406759],[622909,418134],[628029,331830],[634553,351254],[664564,331762],[676501,92198],[676925,106929],[672163,106233],[669574,105878],[672727,116794],[674160,116971],[670349,116806],[685477,389187],[681386,399968],[684773,97255],[682504,96692],[679065,117194],[692110,371855],[738795,390036],[733352,417764],[764834,405487],[745316,406437],[745744,424183],[762915,386931],[761007,393027],[758259,397174],[761089,408897],[764436,420049],[756833,425981],[775249,394723],[769083,405616],[785267,374457],[782665,401612],[806072,276595],[818009,5698],[819096,5554],[811500,273094],[811752,281727],[811974,279274],[808054,281221],[811992,284898],[821743,8364],[819420,7330],[824351,5676],[823692,8190],[824164,4988],[824326,6125],[821987,7412],[821963,370837],[821759,418016],[826867,532672],[823301,546675],[829874,542608],[860849,561112],[861106,554583],[860389,551344],[864827,558682],[889175,559187],[885172,556848],[893277,63802],[899665,567372],[900445,570389],[904533,576722],[915055,569632],[913599,581179],[919128,576357],[926593,578111],[929215,592958],[946702,468860],[936417,479239],[935545,600376],[934709,595153],[947397,255714],[958743,491591],[951622,588803],[970212,137586],[963972,142523],[972078,150554],[969693,163628],[963704,177774],[960343,177042],[964354,187674],[964936,186734],[969465,197390],[965481,200889],[961167,206702],[962122,214355],[962601,214086],[964910,210274],[970546,239466],[965117,238452],[962349,238281],[962174,248982],[965275,398243],[964433,419952],[962899,447762],[962783,453313],[965072,599940],[969857,122347],[982603,158124],[972977,177709],[979803,203926],[981316,211446],[977225,224363],[979794,232124],[977253,239887],[983189,246930],[973809,394570],[976575,403997],[976296,436285],[973506,473801],[983775,478416],[977944,506322],[973958,537531],[976263,593495],[984818,600349],[977324,601422],[977291,126596],[996345,144851],[988950,147676],[995790,229758],[996888,227229],[993235,239126],[993211,237128],[988769,232740],[996383,252085],[992950,247183],[986739,300470],[995936,408997],[992408,426173],[989503,470256],[988740,506752],[991087,598775],[1000213,150581],[1008647,178046],[1005132,172967],[1006071,225017],[1010436,228234],[998835,240497],[999705,238305],[1000446,350787],[1003849,399661],[998997,467302],[1000831,497216],[1010244,499328],[1004399,600143],[998504,596164],[1006147,605208],[1018862,152736],[1022106,157829],[1013511,181921],[1013819,226675],[1018653,231345],[1015038,234171],[1012957,488039],[1022611,507555],[1015018,613052],[1015854,611589],[1024841,148092],[1027399,234043],[1028382,238437],[1024366,606394],[1046345,233655],[1039967,232916],[1048688,309449],[1045170,632956],[1048728,629977],[1051104,224284],[1050383,225772],[1073866,189725],[1068943,319241],[1071103,632532],[1093325,632435],[1111716,318636],[1149916,618670],[1159239,636007],[1203320,297291],[139757,-305973],[140001,-323086],[141274,-308687],[142666,-323337],[149965,-20700],[151833,37075],[153551,60446],[153490,64827],[160008,62354],[161018,65955],[162082,83083],[153915,86766],[165812,89604],[163023,87462],[157983,90909],[161060,113640],[165200,122726],[166312,117410],[175005,-163537],[179132,-22325],[170958,148469],[173656,16543],[177262,62470],[169699,97614],[173124,114772],[173187,119503],[174591,118980],[186152,-164919],[190514,-166350],[182372,-20796],[189490,-19257],[181116,-23817],[191443,61488],[182478,56688],[184304,73845],[196152,-138234],[195446,-148155],[198606,-168075],[197415,-182510],[193412,-24517],[200280,32865],[198012,58231],[199336,60769],[202645,70418],[195375,75408],[193360,81078],[199165,79378],[192756,88813],[195906,103139],[213345,-149235],[217634,-161377],[213030,-181883],[215207,-184535],[215567,-278669],[210872,-290330],[207525,-294658],[216886,-305249],[207551,-40544],[211569,10122],[211624,14994],[212958,27341],[209196,35825],[209779,44712],[216832,58812],[207125,67876],[214747,81875],[229722,-208414],[227610,-211257],[226123,-211746],[225238,-222676],[217829,-247919],[222423,-258340],[228394,-264108],[223747,-293057],[227610,-289189],[222615,-304888],[228721,-302869],[229955,-19547],[221384,-13084],[227258,-45682],[221573,27696],[227410,57287],[217697,51447],[221816,120923],[233676,-213282],[232336,-234969],[232305,-237539],[237793,-3283],[238884,-248516],[242160,-261822],[232394,-262928],[236415,-273449],[238089,-278064],[241075,-288582],[236002,-305565],[236009,-15123],[237438,-21694],[242325,-32636],[232834,-29451],[233804,-34496],[234543,-43743],[238539,-40714],[234275,-44394],[233622,413],[233569,24936],[238096,31142],[230779,31146],[231630,45623],[237324,49096],[240738,41657],[244555,-156175],[254912,-6609],[252400,-5660],[244903,-2410],[246183,-8158],[243339,-8003],[243395,-255100],[249926,-274989],[255367,-289457],[254214,-298990],[247599,-295624],[244475,-319190],[253351,-323168],[246153,-20874],[250009,-20324],[245845,-35501],[250975,-48534],[253058,24264],[251080,29801],[243513,37880],[251634,75732],[253516,75939],[256603,-189188],[267967,-182086],[260401,-200669],[257599,-202911],[259904,-193981],[260384,-217191],[267648,-206492],[264649,-210477],[256928,-228382],[260836,-101],[257770,-265495],[256570,-265373],[260269,-281108],[258874,-280863],[259039,-292812],[265320,-285131],[263623,-301610],[256814,-35540],[267706,-31666],[265534,-34668],[264793,-50968],[265417,-43846],[261790,-61305],[266712,-62342],[259087,28244],[264840,70080],[266514,87243],[261141,85892],[258953,80442],[263637,91499],[267462,99080],[265638,106813],[274541,-147172],[275205,-148133],[272356,-152871],[280724,-154357],[270036,-182289],[274303,-182498],[273847,-181111],[279167,-194038],[279712,-193109],[281253,-209595],[271539,-205102],[275737,-251185],[276329,-18592],[279594,-26669],[272605,-36608],[276320,-31618],[275591,-46376],[281462,-57764],[275835,-57909],[276033,-65638],[269193,-68432],[279421,8968],[272314,1264],[280852,5628],[270018,67547],[275085,71760],[272096,85909],[269396,91698],[283314,-123678],[282896,-127021],[282336,-118196],[286666,-133170],[282277,-132416],[287603,-130216],[286186,-139012],[290133,-134548],[290954,-152974],[291819,-149655],[294337,-149436],[288691,-144305],[283020,-149733],[290407,-159156],[293712,-163559],[286929,-173532],[289014,-169264],[293460,-168729],[287137,-185261],[289035,-6748],[289726,-539],[282307,-272333],[282636,-23228],[283352,-17823],[284676,-24061],[284563,-34057],[293386,-41020],[290292,-63364],[287046,-52912],[282907,-74079],[288708,-81105],[284856,-90727],[283498,-95566],[292795,-91927],[292944,-97442],[284248,-106005],[282400,-114767],[293820,2467],[285428,25501],[287482,61973],[289221,68208],[286056,76445],[287996,78845],[303732,-137291],[302272,-127981],[304155,-136935],[296922,-149021],[296738,-151761],[300678,-151065],[296609,-161116],[305477,-154308],[302132,-165440],[297906,-164594],[305450,-163981],[301421,-167191],[299780,-167577],[297438,-173955],[297105,-171671],[302865,-191746],[303108,-184927],[298430,-196493],[295337,-195800],[302600,-212811],[303805,-4640],[294529,-11831],[303056,-13086],[302771,-34547],[301781,-41302],[295514,-47132],[301428,-57943],[295940,-56862],[302556,-69921],[298198,-80632],[300011,-78635],[295558,-88786],[302593,-90544],[306720,-100255],[297679,-114616],[296322,-111668],[299802,-112060],[296107,-106381],[300539,1440],[310760,-142326],[309243,-152247],[318556,-158147],[307739,-164192],[308991,-163626],[314746,-161072],[313295,-163509],[316132,-166761],[316132,-166761],[314841,-169937],[310409,-190563],[308817,-188401],[307706,-199605],[314522,-193700],[319200,-196358],[318202,-197009],[316928,-207739],[314549,-229765],[311367,-11660],[309630,-4323],[310033,-36663],[316114,-42642],[315770,-47435],[311202,-53492],[309262,-52886],[319844,-59363],[312188,-65739],[311703,-80267],[310070,-77885],[310557,-84644],[316996,-81365],[310873,-101868],[310429,-94798],[318409,-94699],[315643,-97922],[328540,-142094],[321447,-156826],[330103,-177039],[328933,-173133],[324010,-170420],[323860,-201374],[326786,-199787],[327642,-203804],[330489,-206078],[330083,-207344],[328851,-211165],[328584,-213997],[329299,-212627],[321640,-229056],[326456,-90386],[324501,-94969],[324044,-92154],[342747,-146075],[338520,-172811],[336770,-176863],[342335,-174841],[339011,-171576],[342421,-188558],[340286,-188984],[341960,-33309],[334267,-100367],[342038,-101077],[335385,-91175],[342038,-101077],[334363,159850],[356581,-139146],[354649,-147079],[347599,-145930],[345750,-148712],[349932,-145786],[356343,-156279],[349658,-153700],[358119,-176931],[348441,-174484],[358366,-173561],[355643,-166732],[352700,-175659],[353366,-184511],[348563,-179816],[348009,-100959],[347028,-94144],[368760,-115526],[369314,-144478],[369824,-144082],[370242,-163611],[366709,-164116],[360442,-162462],[370811,-178233],[365527,-175615],[371140,-168202],[367336,-178394],[364590,-180829],[358863,-182731],[369720,-183562],[368566,-182483],[361838,-23410],[362150,-38778],[381847,-120444],[378100,-124937],[377295,-119941],[379348,-116982],[377923,-122592],[376614,-132155],[373299,-138773],[381648,-150071],[379115,-141332],[375527,-142606],[376685,-152690],[372735,-162259],[376928,-170338],[373104,-172626],[375596,-173064],[372142,-173738],[378091,-166226],[378091,-166226],[378635,-179618],[375092,-186118],[378869,-42264],[374488,-114073],[385217,-128022],[389601,-131083],[388943,-132537],[387762,-142042],[384710,-151243],[387665,-150326],[387880,-148153],[384217,-162511],[385882,-156062],[387667,-158396],[385025,-154896],[384936,-160048],[388363,-157092],[395798,-161672],[384217,-162511],[387904,-164919],[390475,-160497],[391702,-156569],[384996,-176392],[386027,-180763],[399000,-162961],[398381,-169250],[398401,-173023],[402528,64422],[403765,78590],[419068,-124592],[418382,-121697],[409896,-194605],[414347,-193807],[416791,234265],[412703,372871],[423929,323911],[424195,330559],[444865,-205325],[459940,194672],[450696,196852],[463777,212215],[478318,149553],[477566,94916],[488775,213000],[491380,46494],[505050,174266],[515082,190992],[520756,189719],[523418,192718],[524391,75907],[521164,85338],[523751,92127],[528781,47107],[526749,62901],[531602,72681],[526420,85754],[529226,82442],[527878,96360],[525243,106201],[541915,63267],[541272,56457],[554111,221716],[555673,253703],[560245,286222],[568265,271279],[588671,375038],[594112,246175],[590827,253243],[598967,302368],[603298,282271],[605007,309086],[618646,254563],[617258,403464],[621863,416653],[628458,332209],[632694,346763],[665532,332994],[656654,341401],[654859,353846],[677378,91535],[675562,105836],[668751,104718],[675670,116828],[676951,117965],[667943,116016],[688138,373973],[688927,391540],[689587,453041],[683616,95797],[682305,94622],[680404,105044],[691304,454289],[735842,404381],[734274,419654],[753124,382201],[746618,384729],[752410,402613],[748411,402184],[752992,409105],[753581,419896],[757165,406856],[763670,419189],[770350,394602],[771363,395487],[773367,398575],[772189,423393],[791295,375391],[817771,8034],[818829,7377],[813471,273239],[806992,278201],[807076,280206],[822884,4273],[820221,7164],[821344,9693],[822606,4714],[825389,6149],[825703,5220],[819952,4794],[824771,8721],[820234,4573],[830057,370389],[828651,549824],[824229,541845],[830381,544054],[859747,546861],[870029,547204],[865273,552533],[871385,562320],[894355,557107],[898888,571962],[919819,573900],[917186,572471],[934319,479872],[930904,594194],[937499,587481],[941357,596356],[955859,150017],[947580,164580],[948463,157850],[958365,173759],[958290,181159],[949104,255686],[959226,389704],[947926,461720],[949508,485698],[959829,506589],[950895,596697],[953048,598513],[963266,129596],[963484,141993],[972261,150739],[968616,165161],[971077,179075],[965412,187697],[960316,189043],[971928,192679],[967495,196415],[968536,199096],[966153,205249],[961092,210085],[962531,214086],[967078,237109],[961590,248559],[962005,422315],[962374,455582],[967850,124696],[984107,135478],[975892,131395],[973373,139279],[983548,160365],[974604,184337],[975548,201425],[973216,193537],[980158,208300],[980636,218748],[983797,239140],[973676,241505],[981780,245427],[975883,392197],[982353,408602],[976705,429622],[976119,435773],[985003,468159],[977195,498870],[973067,507631],[979958,528518],[978562,596407],[984348,595983],[985824,153525],[990730,143061],[995572,229088],[994068,236015],[991283,235524],[994149,239195],[994428,234188],[990610,246331],[986634,249287],[988384,408948],[995995,496651],[991294,487169],[989847,517362],[998406,153465],[1009870,163414],[1008319,227680],[1009008,225676],[1005225,327177],[1007301,405145],[999522,462739],[1009689,486071],[1008424,500926],[1008543,597933],[1006183,611040],[1001417,605889],[1016818,228858],[1016177,227186],[1017421,230705],[1015207,240282],[1015611,520725],[1017904,601464],[1019134,607020],[1035632,224313],[1026611,612976],[1042100,147380],[1047060,223246],[1046264,236033],[1039362,295879],[1041026,622103],[1044808,626676],[1048269,639076],[1059531,213533],[1054662,222238],[1051354,632831],[1072040,159149],[1066103,156188],[1072850,200358],[1064742,281511],[1073541,319097],[1066732,630755],[1078081,177471],[1082768,276194],[1077250,330567],[1098324,289080],[1089759,294829],[1110805,625962],[1139127,623604],[1158074,625822],[1158984,638637],[1152261,635602],[1165492,632858],[1190262,349527],[1198274,296071],[-36352,-351123],[131009,25172],[133745,98384],[134807,106317],[145287,46394],[147415,51411],[151047,68743],[153451,77695],[163852,25863],[156347,43338],[163820,63128],[157777,58441],[161068,67928],[156140,68642],[163400,76679],[157526,77325],[155346,80529],[164082,98671],[161731,116861],[178877,-167955],[169758,-35136],[170897,-44080],[175667,-38422],[171751,14996],[172548,22504],[167403,33096],[174786,41074],[170180,60075],[177466,71232],[169603,72110],[166689,85862],[167173,88305],[173744,79777],[171148,86451],[169496,84921],[168120,85472],[170983,93433],[174634,98468],[167748,102495],[166520,95620],[174679,101078],[166732,110946],[170447,103846],[173057,103716],[184265,-21451],[191997,31866],[183554,35356],[184371,29998],[187936,27814],[190174,45152],[184549,59375],[181087,76499],[188567,88538],[187144,83188],[180362,92637],[179838,104684],[189568,114167],[184397,106883],[180584,102794],[199167,-139889],[192959,-151746],[193380,-170911],[196750,-23590],[202813,33047],[201478,35053],[202509,38965],[196515,46910],[196978,64020],[195631,58938],[201756,59394],[194292,55162],[198919,61212],[200190,68588],[195975,84368],[200451,104541],[214323,-148450],[215800,-162478],[215150,-177091],[210646,-181689],[211626,-196111],[214264,-217685],[214267,-232098],[208598,-41954],[213932,10204],[212012,152100],[211450,21940],[208360,15672],[206596,33465],[207972,49624],[213541,51212],[217466,62211],[211792,65389],[215217,87565],[215116,89773],[229307,-202859],[218379,-227030],[228480,-235586],[223287,-239575],[223900,-245168],[227297,-252872],[229940,-256443],[228477,-16121],[220305,-14821],[230304,-43501],[229637,-49776],[223057,51191],[226075,55315],[218966,53195],[222751,93114],[226417,121896],[240637,-162184],[231574,-209415],[232201,-234047],[241014,-235704],[235883,-235268],[242318,-242146],[233226,-241015],[232577,-241791],[238712,-239856],[233185,-6637],[236343,-244691],[241233,-246916],[233841,-257138],[236458,-266606],[237399,-270539],[234215,-14093],[233717,-25000],[239169,-23175],[240733,-29437],[235670,-40934],[232280,-40117],[242065,-48664],[238149,4360],[242469,33695],[234070,25847],[240058,35288],[241184,47448],[232671,43788],[234726,40723],[230588,61846],[231272,74335],[232192,64874],[243322,-240052],[249262,-239758],[250821,-5489],[246995,-244293],[247808,-245957],[248361,-251431],[251837,-252332],[248751,-255973],[248996,-262219],[250244,-262535],[251548,-267134],[245599,-267521],[253490,-269433],[249580,-270769],[247791,-24013],[251832,-34596],[249100,-36496],[244055,-40905],[255691,-46674],[244096,669],[255066,22774],[247467,28973],[253599,29678],[244883,39102],[244080,75870],[254877,114027],[254570,121197],[261086,-216679],[258982,-208579],[263177,-9864],[258539,-264287],[258021,-266121],[256668,-264335],[256253,-270190],[266327,-32123],[264039,-34677],[263150,-45714],[266473,-59678],[259758,-59446],[264172,-56110],[263275,3100],[258653,129120],[258250,27511],[261357,60092],[265807,75428],[258716,66134],[268612,84863],[262466,101575],[258960,119288],[257383,124860],[275782,-138842],[276476,-140435],[277697,-129285],[281575,-187098],[280780,-212357],[271227,-207894],[277155,-17511],[274353,-24210],[274257,-14626],[279223,-14704],[276728,-27474],[275776,-38808],[270854,-57586],[278234,-51250],[271228,-72470],[274250,-70100],[281368,-97424],[273162,10571],[277730,2749],[270612,70760],[273956,67290],[276987,81753],[273627,90720],[270722,99627],[292436,-125882],[290602,-131034],[283456,-139699],[286247,-133569],[286576,-137453],[290556,-138571],[286887,-143475],[290298,-148389],[283342,-142566],[286866,-150902],[291387,-160604],[291317,-167928],[291399,-169307],[288613,-189179],[286855,-188059],[292126,-199564],[289459,-11920],[283085,-16616],[293907,-18027],[290885,-37390],[283157,-34986],[286935,-49652],[286726,-61776],[293744,-54542],[290210,-69877],[282379,-85381],[285245,-86229],[287868,-95154],[293315,-114835],[284016,-107127],[291588,-114612],[292991,-113844],[291485,-108111],[289313,9804],[287112,2952],[286879,63150],[287782,64617],[286505,78195],[282588,77763],[303982,-130379],[302179,-139448],[304318,-128047],[302251,-152743],[299091,-150154],[296075,-146205],[302741,-151000],[300769,-143664],[297702,-144299],[305565,-140809],[305658,-159006],[302692,-156327],[304238,-160181],[300946,-166579],[294964,-171382],[303722,-198186],[306525,-8132],[306463,-3309],[296269,-14986],[300551,-42741],[298485,-59919],[294681,-62805],[302699,-68552],[295588,-81302],[300226,-77182],[297138,-86069],[295829,-101221],[302788,-99171],[299772,-107513],[300271,378],[298513,7490],[303825,72939],[304349,70948],[300930,73542],[309918,-139980],[319167,-162696],[309835,-160577],[310219,-158991],[318110,-157085],[310469,-171394],[311400,-203860],[312236,-221544],[315850,-226824],[309712,-218615],[319191,-235483],[307344,-2607],[311577,-13295],[316630,-42479],[316292,-47887],[307385,-38421],[312730,-56600],[307290,-57188],[314540,-58550],[310568,-76365],[312611,-63944],[311733,-84905],[310356,-82505],[307901,-88472],[317670,-84995],[319443,-85142],[311008,50831],[322655,-166217],[325632,-168060],[325691,-175768],[322655,-166217],[331292,-175698],[325035,-88132],[320870,-87759],[331603,-93058],[329919,-92256],[322895,-92451],[321181,-92454],[344244,-146456],[342359,-148522],[338018,-150275],[338042,-174962],[334194,-169115],[336393,-169447],[334130,-172327],[336385,-187195],[345098,-183119],[338842,-183549],[339937,-188085],[345599,-183667],[343756,-181843],[335903,-94920],[342333,-104541],[351078,-129838],[351534,-136386],[355797,-144060],[350353,-177856],[356304,-174988],[349939,-169053],[350198,-174958],[357592,-185016],[355863,-180892],[348783,-186060],[355511,-182075],[356687,-187770],[347280,-96165],[347965,-107703],[368779,-137856],[363154,-166862],[362567,-178021],[367250,47779],[383621,-124058],[372624,-123066],[374807,-124109],[371736,-132907],[383044,-152970],[382475,-160481],[379549,-163034],[377328,-158411],[372228,-178336],[373227,-175799],[375167,-171204],[381233,-170564],[383799,-176925],[382228,-185770],[375339,-33828],[377227,-42252],[380232,-41563],[372830,-45370],[387082,-121582],[390926,-140484],[394072,-146733],[388542,-140867],[393428,-154233],[385234,-166661],[397009,-162583],[399985,-174890],[416556,232379],[423520,319447],[425280,327846],[442507,190896],[451213,178923],[469236,198783],[461658,207187],[471074,99773],[486066,149609],[483954,208313],[484648,45592],[491141,202494],[502031,169357],[510733,184799],[520973,106577],[534384,50796],[527560,59011],[527527,73385],[525623,84406],[533338,84129],[527849,95680],[541446,66745],[551812,245462],[562030,283110],[563370,253223],[564245,273793],[584910,242533],[579279,303846],[599398,251104],[596648,300275],[595683,375562],[606697,278655],[616179,258531],[618745,407259],[619165,404614],[623383,415007],[628925,331504],[664689,332313],[654362,337523],[676620,90203],[678085,107995],[674636,105606],[668927,106494],[674006,118331],[670964,116798],[689355,369501],[681286,404789],[684176,98034],[680710,96285],[679189,118229],[691623,397048],[691358,456564],[693777,457610],[739054,388720],[741212,421920],[742700,357095],[754125,393852],[747652,409581],[749858,422269],[742851,423718],[755682,384541],[757199,386641],[756451,384991],[756666,407685],[760456,421460],[770144,399217],[773857,404545],[774258,418145],[818951,8066],[818378,8213],[818919,3995],[816493,535257],[820344,2397],[819855,2814],[820792,9285],[824061,5872],[824700,3280],[823744,9671],[822202,5825],[819504,6091],[822490,7743],[827306,373537],[827094,549501],[823497,548189],[826305,545739],[829039,548251],[859444,558099],[865247,561484],[878431,552193],[887801,562011],[901747,574548],[907968,570293],[910405,564424],[913495,584337],[915079,579999],[913323,601588],[924043,570129],[938058,477209],[944611,496760],[939662,581179],[953250,143983],[955987,198552],[955264,197195],[957670,204432],[959912,422060],[949780,467874],[951206,506029],[965473,130525],[961550,145229],[972145,141160],[960166,164566],[960505,178935],[964585,181705],[961842,190946],[962504,201719],[968350,205977],[970379,205293],[964578,207632],[962546,215510],[962038,213737],[968694,213516],[964697,220711],[969967,238875],[961385,249136],[961583,393808],[971512,448630],[964451,462241],[975377,132069],[972925,148672],[983352,160355],[972806,165797],[976472,179600],[978572,193998],[974296,201477],[977369,212092],[980147,210107],[973221,220751],[979350,242087],[978563,402008],[976184,471020],[974074,510532],[978047,537298],[977547,596407],[982665,599187],[983308,596957],[984107,125957],[973832,122927],[992760,153193],[991514,145774],[996430,152943],[997617,228128],[987695,230830],[998158,232285],[993424,240313],[998167,238201],[992004,231651],[992454,238000],[997024,246947],[988362,243682],[996985,284674],[990004,404547],[988690,417251],[987757,465434],[990399,500919],[1001523,161619],[1005721,168550],[1008098,230448],[1003311,229799],[999012,243487],[1005530,256856],[1000224,286389],[1001187,322258],[1000106,341808],[1004987,403599],[1006883,484130],[1008200,491306],[1009833,605908],[1010244,610968],[1012399,151301],[1021486,147610],[1012923,171124],[1015889,226730],[1017357,232230],[1019004,234751],[1015252,244808],[1011537,346259],[1021075,501633],[1014178,612061],[1026493,160258],[1033607,225257],[1024653,229223],[1029145,223323],[1029991,238839],[1026347,606266],[1037659,145500],[1049097,223319],[1037388,230023],[1043940,227761],[1043709,234671],[1043810,238143],[1043352,622026],[1043223,622908],[1061956,217764],[1052826,224973],[1055588,632589],[1067540,149556],[1071414,169827],[1070619,195342],[1070743,208884],[1070954,280343],[1066743,318265],[1072405,634179],[1075601,173501],[1079767,330097],[1082779,635147],[1108519,335370],[1104003,634828],[1104716,630673],[1136316,639592],[1156983,626965],[1162376,631565],[1159175,640082],[1242698,161380],[124645,29041]] \ No newline at end of file diff --git a/src/gathering/a10627.json b/src/gathering/a10627.json new file mode 100644 index 0000000..de04ba0 --- /dev/null +++ b/src/gathering/a10627.json @@ -0,0 +1 @@ +[[-494505,-285668],[-497005,-283878],[-498712,-283595],[-502397,-280537],[152495,70633],[155617,37652],[154556,40736],[157727,42586],[158038,57578],[166065,64439],[161351,73015],[161355,72314],[174603,49232],[172899,40436],[174254,46741],[303270,-96441],[298416,-102896],[371182,-78025],[378684,-63760],[378007,-61858],[378084,-52011],[379032,-72661],[384561,-28661],[404268,3101],[400563,24148],[404077,91418],[416877,142618],[439653,-49082],[439351,9517],[435650,84607],[435626,84701],[457397,-19102],[448726,2195],[465253,-138682],[467012,-133392],[472828,246954],[463864,13049],[466168,20122],[480681,-13269],[478449,7592],[482893,263657],[491895,-2197],[496853,-59961],[488746,176861],[487718,212498],[497311,245065],[503683,-33621],[508599,-33984],[504880,-42770],[500165,-95028],[507127,4427],[505390,262454],[516292,-6258],[522196,-14590],[514123,-33177],[521823,-29000],[522844,211855],[530129,-23186],[537443,1834],[547456,-15696],[549218,220128],[556174,221337],[561111,23398],[560008,99312],[569135,-34818],[567834,-47335],[568345,-65381],[575528,-90566],[565235,223348],[571045,231049],[584809,-42956],[588163,245362],[591512,-93800],[590585,638],[591927,270021],[588941,316793],[602450,-133821],[611831,4438],[606458,284739],[611467,294056],[621808,287187],[615849,288804],[618276,305632],[620721,340813],[622244,345607],[627305,291952],[631932,296035],[634125,343529],[630981,342172],[646193,-8499],[649651,-45016],[643288,270275],[659977,-19853],[664021,-36266],[657678,-46693],[653805,-49561],[658406,283604],[653976,363481],[670077,-134546],[674479,293358],[674413,303114],[689529,-124682],[689541,369013],[698598,282600],[704744,-185063],[722358,-127046],[727443,-132094],[718672,-138555],[725286,-135377],[720480,-168243],[723920,-183755],[721935,-180676],[742193,-184880],[734263,-186062],[747624,-180722],[758731,-164079],[787188,-140574],[789895,-143584],[784270,-165235],[802245,-163082],[794744,-165462],[803548,-107017],[803668,-110560],[801093,366558],[812918,-120578],[814284,-121181],[813821,-116552],[818067,-146223],[812886,-168654],[813831,-111265],[810091,384993],[827201,-187930],[823786,-192837],[820580,368179],[825484,381085],[838501,-168088],[837553,-202534],[855517,350960],[848642,366936],[849333,380323],[855806,386614],[858240,-120261],[863305,-182381],[870293,-187835],[857620,342371],[865681,354843],[860903,353893],[862760,349144],[861657,352505],[870165,370663],[864746,365277],[862204,359695],[864624,392057],[871118,-179028],[877867,345676],[873490,344314],[879233,358027],[879991,372217],[875964,389144],[890674,-148340],[883311,328732],[885716,334494],[888572,342264],[890090,336879],[883351,352502],[894990,361315],[883742,361286],[78568,-333788],[898773,-173536],[899065,329255],[899428,341374],[901684,350725],[896900,354407],[897955,358240],[909331,331812],[910357,344897],[915336,338949],[912958,350715],[909294,349911],[929071,-114166],[933917,291843],[929317,298477],[927343,315627],[933912,311240],[927773,323795],[933382,330646],[930023,323714],[922830,333519],[924969,343049],[933594,347876],[945390,281929],[938319,317301],[938308,312475],[945581,329233],[939244,322198],[944313,343727],[936140,333693],[937393,333892],[944290,354549],[958058,266756],[959838,286370],[951089,306429],[947997,296991],[951136,327206],[951247,341304],[951592,364373],[964331,-185335],[966188,277553],[964302,272216],[964954,286990],[969147,281668],[963186,297317],[969618,309061],[967276,311063],[965984,314070],[965531,330085],[967561,335319],[961689,341666],[967601,341645],[961919,355453],[984261,273915],[981275,270806],[974504,306234],[981447,320874],[972939,327898],[974464,323679],[988768,310501],[990561,325249],[985605,324013],[997598,338946],[996908,105476],[1000560,281829],[1010542,472384],[1010669,467795],[1022202,291451],[1016538,299509],[1019376,317325],[1023022,374268],[1020091,385350],[1011521,401622],[1022479,406592],[1016529,410711],[1014922,482276],[1016193,477479],[1017322,542348],[1027393,328510],[1027560,333106],[1027339,353808],[1028407,370928],[1034843,365197],[1030644,378080],[1035129,393173],[1027748,393535],[1034420,397538],[1024804,397514],[1026914,496461],[1029232,504750],[1033643,522206],[1033731,516839],[1032694,538040],[1028771,541865],[1048309,299844],[1044521,309632],[1049310,318978],[1038970,338431],[1049414,367894],[1046128,414856],[1039972,409931],[1039624,535270],[1056980,-105982],[1052252,306056],[1054923,317756],[1049654,326031],[1055643,414607],[1056184,551007],[1056039,552644],[1065155,288532],[1071098,301337],[1067611,304984],[1064445,316934],[1070271,320963],[1069186,406168],[1064596,418489],[1072221,448320],[1071878,554541],[1087413,-101886],[1080580,-93541],[1085874,391679],[1082990,549473],[1092915,-105152],[1094570,303506],[1099782,394700],[1091382,541452],[1096738,544993],[1112648,-79656],[1106008,-107347],[1112711,509833],[1110987,543017],[1126021,-61274],[1123702,382039],[1114888,385307],[1116438,536515],[1114999,539165],[1130210,-38947],[1133620,378371],[1128211,462478],[1143560,383590],[1150076,386063],[1156747,-35888],[1159143,379586],[1165171,383211],[1172992,389579],[1188207,395997],[1196141,336791],[1227208,115109],[1232381,116851],[1242435,122451],[127379,-391510],[-3999,-312136],[-5051,-317516],[-4334,-315174],[-6756,-311626],[-1351,-319688],[-2544,-318665],[6188,-292950],[6565,-293751],[8705,-293878],[6643,-289631],[6904,-295837],[5992,-297766],[8530,-298317],[6179,-299587],[8681,-301776],[7940,-301648],[7261,-304575],[5276,-302559],[505,-304886],[869,-304625],[2391,-302655],[132355,-390951],[130150,46251],[154291,33558],[156312,36840],[163615,47001],[153605,41384],[158544,40153],[159077,55217],[158104,57837],[158597,74132],[175076,47828],[169993,54792],[176543,59305],[172625,52981],[171466,59521],[167001,66212],[191760,-58185],[230526,75942],[268881,-16830],[309116,-87419],[314904,-95834],[369370,-66194],[375089,-56883],[377644,-56464],[379948,-60407],[379559,-62358],[373916,-62452],[378847,-57038],[371367,-62950],[381023,-55338],[373332,-63989],[379622,-66531],[378368,-72359],[379217,-79379],[375622,-81075],[372404,-77272],[390514,-35000],[388533,-36440],[384546,-28766],[387605,-28306],[391914,-38712],[401602,91539],[398438,90752],[418847,-6441],[414126,-38726],[434284,75473],[442664,-47904],[447310,1349],[439489,13537],[436252,87036],[453798,-40605],[453627,-45407],[453693,-49212],[460251,16656],[460648,63211],[467580,-135407],[468264,-137504],[467553,179234],[463969,14458],[479398,-130205],[479227,-135007],[479293,-138812],[475260,-9100],[482723,248197],[483559,261457],[474483,110524],[492253,-500],[498655,1912],[493152,181003],[495303,212084],[494239,247979],[510096,-18258],[505310,-45087],[505128,-58599],[501183,231465],[506829,262137],[518322,-5443],[521880,-17872],[518952,-14471],[513382,-25059],[523547,211758],[518745,217083],[530201,-17923],[529022,-24199],[535687,459],[547568,-16854],[549879,221742],[548242,18609],[547894,90669],[558584,-31928],[557910,217632],[560033,26035],[565188,-46085],[574927,-66807],[567897,-70302],[586456,-40399],[577150,233336],[587789,273956],[591437,-73725],[591025,-81154],[594778,12037],[596190,249736],[609898,6554],[606559,286374],[604942,295577],[621165,286994],[625651,289875],[614832,308801],[618611,339482],[622924,347530],[637943,-96683],[638395,7587],[637178,277620],[636007,298847],[636924,337777],[630027,340244],[638798,364736],[643297,-8001],[640543,-12996],[648470,-49629],[651033,-51165],[641320,-107404],[643478,354380],[661290,-15066],[662450,-36910],[659059,-28884],[654288,-27654],[660669,-47631],[663844,-44676],[655286,279390],[655705,369827],[666895,-134439],[665943,-49514],[672087,-61660],[670910,-70066],[673434,297350],[689695,-126852],[686135,-82297],[686173,-103910],[679096,299672],[687322,370649],[703262,-179418],[698185,281916],[709654,-149743],[709088,-141278],[713395,-177256],[722828,-125435],[724089,-137358],[720870,-136313],[720472,-138117],[724335,-134079],[721537,-132561],[724146,-129326],[718387,-140788],[726602,-189636],[724897,-189464],[734595,-185985],[729839,-186588],[752976,-167582],[744916,-181363],[789019,-144108],[782606,-166315],[800296,-160418],[795431,-162332],[802703,-108657],[805330,-107111],[812840,-120093],[814216,-108629],[811783,368723],[807751,387133],[821234,-150913],[824816,-189175],[826851,-191983],[827662,358410],[820345,367513],[821751,373883],[840361,-171161],[835794,-203339],[857117,342029],[848487,368344],[855022,378557],[857535,389981],[867909,-186614],[866183,354241],[861031,355202],[859988,349902],[864786,365704],[858661,361198],[871030,-181244],[881599,338466],[874359,357178],[882722,348857],[880077,351539],[873540,346273],[873583,373961],[877613,375566],[871305,393306],[878330,385350],[892776,-170631],[890051,332961],[894882,343151],[885985,365642],[893089,364524],[903698,330151],[901040,328677],[902458,352898],[906208,359223],[898000,358665],[915837,335468],[910823,337101],[916985,352389],[909415,350785],[926839,-115304],[922157,312098],[931964,311011],[927693,321075],[930468,323272],[925034,334417],[927570,345709],[932994,362761],[946331,286602],[934767,304484],[939315,314639],[938089,323621],[946096,325037],[945601,339652],[941456,342314],[940290,336321],[943614,353529],[937934,350907],[957431,268330],[957607,288564],[958242,283577],[953728,306760],[958689,356778],[954479,362018],[970201,278306],[961819,279846],[962257,276323],[968395,285728],[961755,294240],[972054,305261],[972708,313796],[968123,317871],[969065,330268],[966015,328846],[963657,340906],[963785,340680],[961771,335264],[983191,275501],[979663,271835],[983816,330689],[983267,321186],[973499,323581],[985306,324549],[985652,310049],[994454,105504],[1010310,471548],[1013581,380716],[1021262,396473],[1023715,405707],[1011230,399339],[1014775,408693],[1014717,464321],[1021312,482048],[1020153,541009],[1025982,296739],[1025104,327114],[1029516,331176],[1036370,356543],[1028846,373222],[1033967,388619],[1036709,399101],[1026099,493910],[1026704,507085],[1033038,512625],[1028333,537393],[1025327,531452],[1033134,537871],[1048718,-105199],[1044149,306606],[1042487,300538],[1047490,317020],[1043513,335233],[1043123,368624],[1037812,408161],[1042081,537908],[1055146,294589],[1053586,306411],[1059168,320172],[1053723,344152],[1058588,420192],[1050244,415372],[1062277,432352],[1052750,539712],[1052347,555029],[1059265,550718],[1070009,-92300],[1069613,306312],[1063766,314219],[1066086,405626],[1065993,416147],[1071329,536828],[1073278,553320],[1077536,283478],[1080156,394508],[1081079,427746],[1080823,549154],[1091055,306522],[1092042,393472],[1095780,396967],[1091327,544060],[1105532,-102047],[1106807,-104665],[1115700,-69984],[1120807,386081],[1135136,-41408],[1132684,-70280],[1127242,462830],[1141675,381925],[1145907,382798],[1158945,379983],[1165288,385506],[1170510,391698],[1199175,30417],[1227836,77794],[1231803,115945],[1242752,123229],[-14481,-306696],[-503181,-125372],[-506369,-130346],[-509760,-97618],[-520319,-87678],[-520298,-96771],[-514055,-97864],[152518,44369],[151983,70409],[165302,25294],[155885,35269],[158780,58443],[159394,54922],[159049,72554],[158999,67737],[163134,71499],[175299,49350],[174255,47263],[170021,51918],[172863,52844],[167236,63979],[168341,61780],[190805,-57507],[267711,-14691],[311011,-87990],[315362,-94718],[308762,-93381],[369352,-71551],[380313,-48480],[380370,-60113],[374240,-63176],[380092,-53574],[380454,-54678],[377545,-75463],[375551,-68730],[375239,-71878],[372083,-73463],[379610,-66576],[379743,-66561],[372148,-68017],[378774,-74400],[372835,-72533],[372761,-69574],[378312,-81025],[376277,-80010],[392276,-37793],[388947,-33966],[388858,-33756],[393852,89855],[401394,899],[401533,9035],[406524,5016],[405988,141953],[400866,93146],[416287,-10572],[424028,-34956],[443922,-42338],[443872,12050],[441071,11395],[438788,14717],[436279,75714],[437534,81532],[435226,87290],[449628,-124556],[458617,-17318],[451059,-42844],[449827,-53203],[455960,-52992],[450713,2029],[459651,20518],[470319,-135170],[469522,-131938],[462439,12895],[465019,19940],[476659,-132444],[475427,-142803],[481560,-142592],[473700,-3750],[478208,-23252],[479359,-47956],[484983,-41267],[479794,-54514],[476315,251056],[492208,-74883],[492361,185159],[490918,214339],[495887,226524],[491431,264396],[508881,-19654],[510944,-36200],[506466,-46957],[502573,-59801],[500817,2521],[508269,4178],[503790,242163],[481675,269370],[513701,-6030],[520655,-16656],[512240,-30541],[519753,216268],[534262,-10111],[524860,212228],[547667,222446],[549807,21616],[552622,-34036],[558951,222580],[561395,18996],[555115,23882],[551910,98429],[571569,-33705],[566036,-45436],[573585,-68333],[567438,-68778],[566500,223236],[571735,231991],[587169,-39026],[588107,316984],[588206,308618],[592183,-71512],[596242,-81272],[593709,2044],[592980,251875],[596564,273441],[602725,-130946],[612940,6565],[606712,288313],[613524,298307],[622128,284709],[622917,298216],[617778,309161],[625775,344603],[638341,-12891],[632315,8106],[630401,293529],[633373,339382],[57078,-336275],[647405,-28476],[651109,-47300],[642795,-107078],[643788,276918],[640259,352152],[641361,367372],[643636,363980],[653694,-23183],[663863,-14334],[664768,-36694],[659616,-44054],[656869,-44454],[662813,-43019],[656625,278029],[653362,369159],[677563,-129056],[671393,-133685],[674779,-66327],[668720,-66497],[671943,294457],[679309,-133067],[680481,303958],[694150,-125365],[697253,-127408],[691593,282446],[691462,374073],[704724,-129836],[710249,-132442],[709990,-139941],[710727,-182267],[712676,-180005],[716512,-193261],[721598,-125489],[723520,-138518],[719523,-136193],[722950,-131394],[717368,-175963],[721290,-166894],[725029,-178189],[738623,-183257],[733756,-189043],[759963,-165570],[71077,-333628],[76632,-334004],[780429,-163541],[792954,-147142],[785506,-143848],[790937,-162299],[801263,-166599],[803960,-110604],[801747,-107898],[806076,366200],[813084,-121115],[811328,-166153],[812681,-109156],[815138,379913],[822063,-148779],[830436,-185714],[821193,360749],[831281,382734],[843150,-168519],[838402,-191609],[837378,-199212],[856701,-122825],[847187,-122751],[856245,-104302],[856784,350896],[851302,346457],[852717,378396],[859355,341090],[863320,353125],[860437,354384],[864492,348508],[862194,352670],[863428,361202],[862435,360039],[860965,387272],[873694,-122480],[872128,-188071],[872944,-110409],[881884,331811],[878040,349245],[882442,353860],[874337,353254],[874494,346435],[874582,371704],[881679,374781],[871276,390297],[884971,326839],[892013,332835],[890807,342654],[885179,360323],[897065,-174159],[897993,331627],[896713,324453],[905756,342619],[900109,339842],[907320,334723],[900362,347870],[905811,353957],[900558,356978],[905384,361443],[918520,335067],[913852,335006],[912426,354811],[926594,-113112],[931736,290194],[927902,299239],[922933,312550],[929817,317092],[929640,321751],[928962,323365],[933631,324583],[926329,348837],[935928,310381],[941781,312767],[941051,316179],[940675,321596],[940325,324253],[939650,330362],[942355,344929],[937656,342287],[938672,336003],[944182,354794],[937392,346787],[954211,286704],[951202,282707],[951718,306124],[949957,297357],[950421,336186],[952932,361400],[959107,359680],[967291,-189140],[962630,267765],[963886,281303],[960929,271513],[970657,283162],[962029,291978],[969976,301271],[970540,313307],[970437,316963],[971342,328375],[967207,328898],[969190,342635],[964781,335230],[960237,338602],[976779,268681],[985313,272644],[984401,301927],[974340,308232],[981391,321767],[976813,320491],[984803,327396],[980935,330354],[994418,298429],[988069,336784],[990655,100147],[1000649,281447],[1004277,365578],[1009299,472551],[1021212,290730],[1016549,299741],[1013750,377164],[1020464,374776],[1018917,399801],[1017409,404336],[1022892,415818],[1014286,466788],[1014449,478749],[1019237,542161],[1035455,291930],[1032339,312629],[1032252,331065],[1028577,354291],[1027877,380140],[1027353,400932],[1030575,397113],[1036643,398727],[1024897,477248],[1030697,494010],[1028263,506552],[1031790,510337],[1026512,524593],[1025700,545857],[1032569,540304],[1039293,301814],[1048137,317340],[1042164,309915],[1037037,358392],[1043595,361611],[1036914,391079],[1047431,410436],[1037348,410589],[1040277,533967],[1055163,-98866],[1053862,288879],[1052062,329736],[1054177,415965],[1054318,549243],[1052717,553016],[1072182,320616],[1069943,402929],[1065518,417958],[1064942,421777],[1073856,449482],[1068972,539189],[1068124,555664],[1079589,-99876],[1087954,-105200],[1077294,283848],[1080328,283231],[1086775,291850],[1075477,305189],[1087363,392410],[1084091,428615],[1078604,447353],[1082128,555446],[1099224,-94960],[1098719,392464],[1097717,541939],[1091476,545618],[1105711,-47616],[1110697,-75443],[1102294,-108610],[1123302,380243],[1115006,391145],[1124911,462445],[1126237,507057],[1115988,539661],[1129992,-40975],[1128306,-62997],[1134493,382545],[1142479,383451],[1147990,381039],[112713,81530],[1159581,379836],[1163718,382054],[1175838,393230],[1184658,396044],[1206815,25921],[1226519,117034],[1233541,81221],[1231071,115302],[1244331,127161],[1242739,123133],[119081,68577],[-3810,-312036],[-4728,-317030],[-5500,-317917],[-1663,-311838],[-4901,-315288],[-6310,-312010],[-1256,-319756],[-2418,-318322],[6388,-293281],[7164,-292534],[8353,-293749],[6486,-289307],[8125,-296864],[6264,-298122],[8321,-298115],[6863,-299984],[8166,-301614],[5753,-302046],[6317,-305151],[3694,-305244],[613,-304361],[1123,-304872],[2472,-302811],[129442,91469],[153548,47017],[146516,72579],[158575,39438],[160734,44509],[154826,48942],[161214,46228],[160969,54034],[162576,57831],[158133,58555],[155424,67722],[162410,68353],[165798,65686],[166341,64373],[175286,49039],[172168,57951],[167611,62352],[18904,-334868],[18149,-335098],[270544,-15683],[300239,-96882],[310157,-84952],[309965,-93236],[370590,-72313],[371025,-76455],[381063,-148818],[380223,-47725],[377141,-54437],[381397,-53368],[373521,-75863],[379622,-66872],[377519,-70755],[371620,-72280],[375634,-81347],[378659,-77130],[388862,-38190],[387743,-28012],[387120,-30437],[392339,-39180],[394004,31900],[395759,32046],[405253,3157],[400297,4355],[407515,141845],[399937,90974],[413179,141431],[434907,81230],[439706,12206],[450210,-127125],[450577,-131412],[457090,-19567],[449829,3151],[460380,20401],[468021,-131629],[463864,17349],[461646,13343],[478831,-130455],[477053,-28151],[482061,-42143],[480432,7932],[482009,244475],[484841,265243],[490805,181181],[492648,206527],[495121,229497],[507568,-14778],[509497,-15305],[508642,-31759],[501746,-80908],[505441,260510],[515015,-8434],[522269,-14745],[513944,-34165],[515725,-29126],[528306,-21110],[529098,-25788],[526959,212077],[544147,-19456],[538789,-25573],[548188,223038],[555373,219228],[561906,17411],[554234,17288],[552038,22912],[558438,92711],[572060,-38112],[567980,-45098],[575012,-65229],[566585,-73417],[572909,-77867],[575852,-90154],[567809,221626],[570265,232646],[583621,-43203],[592089,-75905],[593121,-79613],[591253,-92853],[596710,14611],[589890,313756],[603030,-133372],[608761,6649],[608646,289840],[622634,315107],[623415,343940],[620584,339401],[639521,-14219],[638337,-99604],[638720,5285],[632982,271028],[628085,290850],[636160,299528],[632393,337394],[642274,-10826],[652095,-31027],[647714,-46804],[642806,-104547],[645065,352749],[651740,366036],[644782,363066],[657499,-24720],[663705,-18705],[663562,-36994],[659934,-45246],[655928,-49735],[656195,280533],[671707,-122390],[673836,-62939],[669982,-65824],[683597,-126795],[682058,-130670],[687656,-103886],[688517,277150],[681189,310066],[689023,374874],[703627,-126664],[701892,-125576],[693135,-122932],[707054,-131755],[713553,-145994],[711712,-141858],[713308,-174057],[709291,-177542],[719043,-135060],[723392,-135436],[722916,-135806],[727954,-134703],[722639,-130663],[717752,-140444],[722056,-195780],[739731,-184356],[746001,-184302],[756580,-165642],[787950,-140415],[784717,-141860],[784144,-165316],[794810,-165515],[804222,-109204],[802471,-107943],[813279,-120955],[816682,-118614],[813888,-161584],[808065,-163113],[814038,-108792],[817889,361412],[806950,382132],[819850,-149307],[825084,-195763],[830577,359646],[828235,377834],[838787,-166455],[833560,-184284],[835049,-201675],[835476,-193123],[866030,-178787],[864056,-181073],[893843,-171821],[928202,-115888],[929555,-114745],[958049,364440],[963205,-185209],[975397,-163596],[990908,103427],[1001875,142739],[1010538,470878],[1011034,467368],[1021318,477920],[1014788,481504],[1017753,542704],[1030698,497607],[1025509,505245],[1032769,513536],[1028618,531088],[1025631,542052],[1031547,538931],[1041964,412777],[1039980,537827],[1058337,-107226],[1059703,419226],[1049926,414346],[1059470,427721],[1053252,556778],[1059579,553398],[1066332,405602],[1065419,415659],[1073926,444567],[1072465,550780],[1081613,-104491],[1076960,399431],[1080319,550681],[1098727,-106013],[1089653,389633],[1098587,397315],[1100063,447056],[1095998,539910],[1104901,-76065],[1109047,-102363],[1111476,538630],[1117515,-40867],[1123148,-45538],[1115564,390108],[1126116,482383],[1116530,508264],[1121523,536847],[1126447,-61692],[1135005,380433],[1127233,383512],[1132706,469818],[1126812,509837],[1140976,381793],[1149645,384119],[1156511,378962],[1169562,384596],[1175162,389079],[1185334,391482],[1199040,22407],[1194282,309142],[1226139,114773],[1231791,115369],[1240963,124664],[1244034,125633],[124251,-392663]] \ No newline at end of file diff --git a/src/gathering/a10630.json b/src/gathering/a10630.json new file mode 100644 index 0000000..de04ba0 --- /dev/null +++ b/src/gathering/a10630.json @@ -0,0 +1 @@ +[[-494505,-285668],[-497005,-283878],[-498712,-283595],[-502397,-280537],[152495,70633],[155617,37652],[154556,40736],[157727,42586],[158038,57578],[166065,64439],[161351,73015],[161355,72314],[174603,49232],[172899,40436],[174254,46741],[303270,-96441],[298416,-102896],[371182,-78025],[378684,-63760],[378007,-61858],[378084,-52011],[379032,-72661],[384561,-28661],[404268,3101],[400563,24148],[404077,91418],[416877,142618],[439653,-49082],[439351,9517],[435650,84607],[435626,84701],[457397,-19102],[448726,2195],[465253,-138682],[467012,-133392],[472828,246954],[463864,13049],[466168,20122],[480681,-13269],[478449,7592],[482893,263657],[491895,-2197],[496853,-59961],[488746,176861],[487718,212498],[497311,245065],[503683,-33621],[508599,-33984],[504880,-42770],[500165,-95028],[507127,4427],[505390,262454],[516292,-6258],[522196,-14590],[514123,-33177],[521823,-29000],[522844,211855],[530129,-23186],[537443,1834],[547456,-15696],[549218,220128],[556174,221337],[561111,23398],[560008,99312],[569135,-34818],[567834,-47335],[568345,-65381],[575528,-90566],[565235,223348],[571045,231049],[584809,-42956],[588163,245362],[591512,-93800],[590585,638],[591927,270021],[588941,316793],[602450,-133821],[611831,4438],[606458,284739],[611467,294056],[621808,287187],[615849,288804],[618276,305632],[620721,340813],[622244,345607],[627305,291952],[631932,296035],[634125,343529],[630981,342172],[646193,-8499],[649651,-45016],[643288,270275],[659977,-19853],[664021,-36266],[657678,-46693],[653805,-49561],[658406,283604],[653976,363481],[670077,-134546],[674479,293358],[674413,303114],[689529,-124682],[689541,369013],[698598,282600],[704744,-185063],[722358,-127046],[727443,-132094],[718672,-138555],[725286,-135377],[720480,-168243],[723920,-183755],[721935,-180676],[742193,-184880],[734263,-186062],[747624,-180722],[758731,-164079],[787188,-140574],[789895,-143584],[784270,-165235],[802245,-163082],[794744,-165462],[803548,-107017],[803668,-110560],[801093,366558],[812918,-120578],[814284,-121181],[813821,-116552],[818067,-146223],[812886,-168654],[813831,-111265],[810091,384993],[827201,-187930],[823786,-192837],[820580,368179],[825484,381085],[838501,-168088],[837553,-202534],[855517,350960],[848642,366936],[849333,380323],[855806,386614],[858240,-120261],[863305,-182381],[870293,-187835],[857620,342371],[865681,354843],[860903,353893],[862760,349144],[861657,352505],[870165,370663],[864746,365277],[862204,359695],[864624,392057],[871118,-179028],[877867,345676],[873490,344314],[879233,358027],[879991,372217],[875964,389144],[890674,-148340],[883311,328732],[885716,334494],[888572,342264],[890090,336879],[883351,352502],[894990,361315],[883742,361286],[78568,-333788],[898773,-173536],[899065,329255],[899428,341374],[901684,350725],[896900,354407],[897955,358240],[909331,331812],[910357,344897],[915336,338949],[912958,350715],[909294,349911],[929071,-114166],[933917,291843],[929317,298477],[927343,315627],[933912,311240],[927773,323795],[933382,330646],[930023,323714],[922830,333519],[924969,343049],[933594,347876],[945390,281929],[938319,317301],[938308,312475],[945581,329233],[939244,322198],[944313,343727],[936140,333693],[937393,333892],[944290,354549],[958058,266756],[959838,286370],[951089,306429],[947997,296991],[951136,327206],[951247,341304],[951592,364373],[964331,-185335],[966188,277553],[964302,272216],[964954,286990],[969147,281668],[963186,297317],[969618,309061],[967276,311063],[965984,314070],[965531,330085],[967561,335319],[961689,341666],[967601,341645],[961919,355453],[984261,273915],[981275,270806],[974504,306234],[981447,320874],[972939,327898],[974464,323679],[988768,310501],[990561,325249],[985605,324013],[997598,338946],[996908,105476],[1000560,281829],[1010542,472384],[1010669,467795],[1022202,291451],[1016538,299509],[1019376,317325],[1023022,374268],[1020091,385350],[1011521,401622],[1022479,406592],[1016529,410711],[1014922,482276],[1016193,477479],[1017322,542348],[1027393,328510],[1027560,333106],[1027339,353808],[1028407,370928],[1034843,365197],[1030644,378080],[1035129,393173],[1027748,393535],[1034420,397538],[1024804,397514],[1026914,496461],[1029232,504750],[1033643,522206],[1033731,516839],[1032694,538040],[1028771,541865],[1048309,299844],[1044521,309632],[1049310,318978],[1038970,338431],[1049414,367894],[1046128,414856],[1039972,409931],[1039624,535270],[1056980,-105982],[1052252,306056],[1054923,317756],[1049654,326031],[1055643,414607],[1056184,551007],[1056039,552644],[1065155,288532],[1071098,301337],[1067611,304984],[1064445,316934],[1070271,320963],[1069186,406168],[1064596,418489],[1072221,448320],[1071878,554541],[1087413,-101886],[1080580,-93541],[1085874,391679],[1082990,549473],[1092915,-105152],[1094570,303506],[1099782,394700],[1091382,541452],[1096738,544993],[1112648,-79656],[1106008,-107347],[1112711,509833],[1110987,543017],[1126021,-61274],[1123702,382039],[1114888,385307],[1116438,536515],[1114999,539165],[1130210,-38947],[1133620,378371],[1128211,462478],[1143560,383590],[1150076,386063],[1156747,-35888],[1159143,379586],[1165171,383211],[1172992,389579],[1188207,395997],[1196141,336791],[1227208,115109],[1232381,116851],[1242435,122451],[127379,-391510],[-3999,-312136],[-5051,-317516],[-4334,-315174],[-6756,-311626],[-1351,-319688],[-2544,-318665],[6188,-292950],[6565,-293751],[8705,-293878],[6643,-289631],[6904,-295837],[5992,-297766],[8530,-298317],[6179,-299587],[8681,-301776],[7940,-301648],[7261,-304575],[5276,-302559],[505,-304886],[869,-304625],[2391,-302655],[132355,-390951],[130150,46251],[154291,33558],[156312,36840],[163615,47001],[153605,41384],[158544,40153],[159077,55217],[158104,57837],[158597,74132],[175076,47828],[169993,54792],[176543,59305],[172625,52981],[171466,59521],[167001,66212],[191760,-58185],[230526,75942],[268881,-16830],[309116,-87419],[314904,-95834],[369370,-66194],[375089,-56883],[377644,-56464],[379948,-60407],[379559,-62358],[373916,-62452],[378847,-57038],[371367,-62950],[381023,-55338],[373332,-63989],[379622,-66531],[378368,-72359],[379217,-79379],[375622,-81075],[372404,-77272],[390514,-35000],[388533,-36440],[384546,-28766],[387605,-28306],[391914,-38712],[401602,91539],[398438,90752],[418847,-6441],[414126,-38726],[434284,75473],[442664,-47904],[447310,1349],[439489,13537],[436252,87036],[453798,-40605],[453627,-45407],[453693,-49212],[460251,16656],[460648,63211],[467580,-135407],[468264,-137504],[467553,179234],[463969,14458],[479398,-130205],[479227,-135007],[479293,-138812],[475260,-9100],[482723,248197],[483559,261457],[474483,110524],[492253,-500],[498655,1912],[493152,181003],[495303,212084],[494239,247979],[510096,-18258],[505310,-45087],[505128,-58599],[501183,231465],[506829,262137],[518322,-5443],[521880,-17872],[518952,-14471],[513382,-25059],[523547,211758],[518745,217083],[530201,-17923],[529022,-24199],[535687,459],[547568,-16854],[549879,221742],[548242,18609],[547894,90669],[558584,-31928],[557910,217632],[560033,26035],[565188,-46085],[574927,-66807],[567897,-70302],[586456,-40399],[577150,233336],[587789,273956],[591437,-73725],[591025,-81154],[594778,12037],[596190,249736],[609898,6554],[606559,286374],[604942,295577],[621165,286994],[625651,289875],[614832,308801],[618611,339482],[622924,347530],[637943,-96683],[638395,7587],[637178,277620],[636007,298847],[636924,337777],[630027,340244],[638798,364736],[643297,-8001],[640543,-12996],[648470,-49629],[651033,-51165],[641320,-107404],[643478,354380],[661290,-15066],[662450,-36910],[659059,-28884],[654288,-27654],[660669,-47631],[663844,-44676],[655286,279390],[655705,369827],[666895,-134439],[665943,-49514],[672087,-61660],[670910,-70066],[673434,297350],[689695,-126852],[686135,-82297],[686173,-103910],[679096,299672],[687322,370649],[703262,-179418],[698185,281916],[709654,-149743],[709088,-141278],[713395,-177256],[722828,-125435],[724089,-137358],[720870,-136313],[720472,-138117],[724335,-134079],[721537,-132561],[724146,-129326],[718387,-140788],[726602,-189636],[724897,-189464],[734595,-185985],[729839,-186588],[752976,-167582],[744916,-181363],[789019,-144108],[782606,-166315],[800296,-160418],[795431,-162332],[802703,-108657],[805330,-107111],[812840,-120093],[814216,-108629],[811783,368723],[807751,387133],[821234,-150913],[824816,-189175],[826851,-191983],[827662,358410],[820345,367513],[821751,373883],[840361,-171161],[835794,-203339],[857117,342029],[848487,368344],[855022,378557],[857535,389981],[867909,-186614],[866183,354241],[861031,355202],[859988,349902],[864786,365704],[858661,361198],[871030,-181244],[881599,338466],[874359,357178],[882722,348857],[880077,351539],[873540,346273],[873583,373961],[877613,375566],[871305,393306],[878330,385350],[892776,-170631],[890051,332961],[894882,343151],[885985,365642],[893089,364524],[903698,330151],[901040,328677],[902458,352898],[906208,359223],[898000,358665],[915837,335468],[910823,337101],[916985,352389],[909415,350785],[926839,-115304],[922157,312098],[931964,311011],[927693,321075],[930468,323272],[925034,334417],[927570,345709],[932994,362761],[946331,286602],[934767,304484],[939315,314639],[938089,323621],[946096,325037],[945601,339652],[941456,342314],[940290,336321],[943614,353529],[937934,350907],[957431,268330],[957607,288564],[958242,283577],[953728,306760],[958689,356778],[954479,362018],[970201,278306],[961819,279846],[962257,276323],[968395,285728],[961755,294240],[972054,305261],[972708,313796],[968123,317871],[969065,330268],[966015,328846],[963657,340906],[963785,340680],[961771,335264],[983191,275501],[979663,271835],[983816,330689],[983267,321186],[973499,323581],[985306,324549],[985652,310049],[994454,105504],[1010310,471548],[1013581,380716],[1021262,396473],[1023715,405707],[1011230,399339],[1014775,408693],[1014717,464321],[1021312,482048],[1020153,541009],[1025982,296739],[1025104,327114],[1029516,331176],[1036370,356543],[1028846,373222],[1033967,388619],[1036709,399101],[1026099,493910],[1026704,507085],[1033038,512625],[1028333,537393],[1025327,531452],[1033134,537871],[1048718,-105199],[1044149,306606],[1042487,300538],[1047490,317020],[1043513,335233],[1043123,368624],[1037812,408161],[1042081,537908],[1055146,294589],[1053586,306411],[1059168,320172],[1053723,344152],[1058588,420192],[1050244,415372],[1062277,432352],[1052750,539712],[1052347,555029],[1059265,550718],[1070009,-92300],[1069613,306312],[1063766,314219],[1066086,405626],[1065993,416147],[1071329,536828],[1073278,553320],[1077536,283478],[1080156,394508],[1081079,427746],[1080823,549154],[1091055,306522],[1092042,393472],[1095780,396967],[1091327,544060],[1105532,-102047],[1106807,-104665],[1115700,-69984],[1120807,386081],[1135136,-41408],[1132684,-70280],[1127242,462830],[1141675,381925],[1145907,382798],[1158945,379983],[1165288,385506],[1170510,391698],[1199175,30417],[1227836,77794],[1231803,115945],[1242752,123229],[-14481,-306696],[-503181,-125372],[-506369,-130346],[-509760,-97618],[-520319,-87678],[-520298,-96771],[-514055,-97864],[152518,44369],[151983,70409],[165302,25294],[155885,35269],[158780,58443],[159394,54922],[159049,72554],[158999,67737],[163134,71499],[175299,49350],[174255,47263],[170021,51918],[172863,52844],[167236,63979],[168341,61780],[190805,-57507],[267711,-14691],[311011,-87990],[315362,-94718],[308762,-93381],[369352,-71551],[380313,-48480],[380370,-60113],[374240,-63176],[380092,-53574],[380454,-54678],[377545,-75463],[375551,-68730],[375239,-71878],[372083,-73463],[379610,-66576],[379743,-66561],[372148,-68017],[378774,-74400],[372835,-72533],[372761,-69574],[378312,-81025],[376277,-80010],[392276,-37793],[388947,-33966],[388858,-33756],[393852,89855],[401394,899],[401533,9035],[406524,5016],[405988,141953],[400866,93146],[416287,-10572],[424028,-34956],[443922,-42338],[443872,12050],[441071,11395],[438788,14717],[436279,75714],[437534,81532],[435226,87290],[449628,-124556],[458617,-17318],[451059,-42844],[449827,-53203],[455960,-52992],[450713,2029],[459651,20518],[470319,-135170],[469522,-131938],[462439,12895],[465019,19940],[476659,-132444],[475427,-142803],[481560,-142592],[473700,-3750],[478208,-23252],[479359,-47956],[484983,-41267],[479794,-54514],[476315,251056],[492208,-74883],[492361,185159],[490918,214339],[495887,226524],[491431,264396],[508881,-19654],[510944,-36200],[506466,-46957],[502573,-59801],[500817,2521],[508269,4178],[503790,242163],[481675,269370],[513701,-6030],[520655,-16656],[512240,-30541],[519753,216268],[534262,-10111],[524860,212228],[547667,222446],[549807,21616],[552622,-34036],[558951,222580],[561395,18996],[555115,23882],[551910,98429],[571569,-33705],[566036,-45436],[573585,-68333],[567438,-68778],[566500,223236],[571735,231991],[587169,-39026],[588107,316984],[588206,308618],[592183,-71512],[596242,-81272],[593709,2044],[592980,251875],[596564,273441],[602725,-130946],[612940,6565],[606712,288313],[613524,298307],[622128,284709],[622917,298216],[617778,309161],[625775,344603],[638341,-12891],[632315,8106],[630401,293529],[633373,339382],[57078,-336275],[647405,-28476],[651109,-47300],[642795,-107078],[643788,276918],[640259,352152],[641361,367372],[643636,363980],[653694,-23183],[663863,-14334],[664768,-36694],[659616,-44054],[656869,-44454],[662813,-43019],[656625,278029],[653362,369159],[677563,-129056],[671393,-133685],[674779,-66327],[668720,-66497],[671943,294457],[679309,-133067],[680481,303958],[694150,-125365],[697253,-127408],[691593,282446],[691462,374073],[704724,-129836],[710249,-132442],[709990,-139941],[710727,-182267],[712676,-180005],[716512,-193261],[721598,-125489],[723520,-138518],[719523,-136193],[722950,-131394],[717368,-175963],[721290,-166894],[725029,-178189],[738623,-183257],[733756,-189043],[759963,-165570],[71077,-333628],[76632,-334004],[780429,-163541],[792954,-147142],[785506,-143848],[790937,-162299],[801263,-166599],[803960,-110604],[801747,-107898],[806076,366200],[813084,-121115],[811328,-166153],[812681,-109156],[815138,379913],[822063,-148779],[830436,-185714],[821193,360749],[831281,382734],[843150,-168519],[838402,-191609],[837378,-199212],[856701,-122825],[847187,-122751],[856245,-104302],[856784,350896],[851302,346457],[852717,378396],[859355,341090],[863320,353125],[860437,354384],[864492,348508],[862194,352670],[863428,361202],[862435,360039],[860965,387272],[873694,-122480],[872128,-188071],[872944,-110409],[881884,331811],[878040,349245],[882442,353860],[874337,353254],[874494,346435],[874582,371704],[881679,374781],[871276,390297],[884971,326839],[892013,332835],[890807,342654],[885179,360323],[897065,-174159],[897993,331627],[896713,324453],[905756,342619],[900109,339842],[907320,334723],[900362,347870],[905811,353957],[900558,356978],[905384,361443],[918520,335067],[913852,335006],[912426,354811],[926594,-113112],[931736,290194],[927902,299239],[922933,312550],[929817,317092],[929640,321751],[928962,323365],[933631,324583],[926329,348837],[935928,310381],[941781,312767],[941051,316179],[940675,321596],[940325,324253],[939650,330362],[942355,344929],[937656,342287],[938672,336003],[944182,354794],[937392,346787],[954211,286704],[951202,282707],[951718,306124],[949957,297357],[950421,336186],[952932,361400],[959107,359680],[967291,-189140],[962630,267765],[963886,281303],[960929,271513],[970657,283162],[962029,291978],[969976,301271],[970540,313307],[970437,316963],[971342,328375],[967207,328898],[969190,342635],[964781,335230],[960237,338602],[976779,268681],[985313,272644],[984401,301927],[974340,308232],[981391,321767],[976813,320491],[984803,327396],[980935,330354],[994418,298429],[988069,336784],[990655,100147],[1000649,281447],[1004277,365578],[1009299,472551],[1021212,290730],[1016549,299741],[1013750,377164],[1020464,374776],[1018917,399801],[1017409,404336],[1022892,415818],[1014286,466788],[1014449,478749],[1019237,542161],[1035455,291930],[1032339,312629],[1032252,331065],[1028577,354291],[1027877,380140],[1027353,400932],[1030575,397113],[1036643,398727],[1024897,477248],[1030697,494010],[1028263,506552],[1031790,510337],[1026512,524593],[1025700,545857],[1032569,540304],[1039293,301814],[1048137,317340],[1042164,309915],[1037037,358392],[1043595,361611],[1036914,391079],[1047431,410436],[1037348,410589],[1040277,533967],[1055163,-98866],[1053862,288879],[1052062,329736],[1054177,415965],[1054318,549243],[1052717,553016],[1072182,320616],[1069943,402929],[1065518,417958],[1064942,421777],[1073856,449482],[1068972,539189],[1068124,555664],[1079589,-99876],[1087954,-105200],[1077294,283848],[1080328,283231],[1086775,291850],[1075477,305189],[1087363,392410],[1084091,428615],[1078604,447353],[1082128,555446],[1099224,-94960],[1098719,392464],[1097717,541939],[1091476,545618],[1105711,-47616],[1110697,-75443],[1102294,-108610],[1123302,380243],[1115006,391145],[1124911,462445],[1126237,507057],[1115988,539661],[1129992,-40975],[1128306,-62997],[1134493,382545],[1142479,383451],[1147990,381039],[112713,81530],[1159581,379836],[1163718,382054],[1175838,393230],[1184658,396044],[1206815,25921],[1226519,117034],[1233541,81221],[1231071,115302],[1244331,127161],[1242739,123133],[119081,68577],[-3810,-312036],[-4728,-317030],[-5500,-317917],[-1663,-311838],[-4901,-315288],[-6310,-312010],[-1256,-319756],[-2418,-318322],[6388,-293281],[7164,-292534],[8353,-293749],[6486,-289307],[8125,-296864],[6264,-298122],[8321,-298115],[6863,-299984],[8166,-301614],[5753,-302046],[6317,-305151],[3694,-305244],[613,-304361],[1123,-304872],[2472,-302811],[129442,91469],[153548,47017],[146516,72579],[158575,39438],[160734,44509],[154826,48942],[161214,46228],[160969,54034],[162576,57831],[158133,58555],[155424,67722],[162410,68353],[165798,65686],[166341,64373],[175286,49039],[172168,57951],[167611,62352],[18904,-334868],[18149,-335098],[270544,-15683],[300239,-96882],[310157,-84952],[309965,-93236],[370590,-72313],[371025,-76455],[381063,-148818],[380223,-47725],[377141,-54437],[381397,-53368],[373521,-75863],[379622,-66872],[377519,-70755],[371620,-72280],[375634,-81347],[378659,-77130],[388862,-38190],[387743,-28012],[387120,-30437],[392339,-39180],[394004,31900],[395759,32046],[405253,3157],[400297,4355],[407515,141845],[399937,90974],[413179,141431],[434907,81230],[439706,12206],[450210,-127125],[450577,-131412],[457090,-19567],[449829,3151],[460380,20401],[468021,-131629],[463864,17349],[461646,13343],[478831,-130455],[477053,-28151],[482061,-42143],[480432,7932],[482009,244475],[484841,265243],[490805,181181],[492648,206527],[495121,229497],[507568,-14778],[509497,-15305],[508642,-31759],[501746,-80908],[505441,260510],[515015,-8434],[522269,-14745],[513944,-34165],[515725,-29126],[528306,-21110],[529098,-25788],[526959,212077],[544147,-19456],[538789,-25573],[548188,223038],[555373,219228],[561906,17411],[554234,17288],[552038,22912],[558438,92711],[572060,-38112],[567980,-45098],[575012,-65229],[566585,-73417],[572909,-77867],[575852,-90154],[567809,221626],[570265,232646],[583621,-43203],[592089,-75905],[593121,-79613],[591253,-92853],[596710,14611],[589890,313756],[603030,-133372],[608761,6649],[608646,289840],[622634,315107],[623415,343940],[620584,339401],[639521,-14219],[638337,-99604],[638720,5285],[632982,271028],[628085,290850],[636160,299528],[632393,337394],[642274,-10826],[652095,-31027],[647714,-46804],[642806,-104547],[645065,352749],[651740,366036],[644782,363066],[657499,-24720],[663705,-18705],[663562,-36994],[659934,-45246],[655928,-49735],[656195,280533],[671707,-122390],[673836,-62939],[669982,-65824],[683597,-126795],[682058,-130670],[687656,-103886],[688517,277150],[681189,310066],[689023,374874],[703627,-126664],[701892,-125576],[693135,-122932],[707054,-131755],[713553,-145994],[711712,-141858],[713308,-174057],[709291,-177542],[719043,-135060],[723392,-135436],[722916,-135806],[727954,-134703],[722639,-130663],[717752,-140444],[722056,-195780],[739731,-184356],[746001,-184302],[756580,-165642],[787950,-140415],[784717,-141860],[784144,-165316],[794810,-165515],[804222,-109204],[802471,-107943],[813279,-120955],[816682,-118614],[813888,-161584],[808065,-163113],[814038,-108792],[817889,361412],[806950,382132],[819850,-149307],[825084,-195763],[830577,359646],[828235,377834],[838787,-166455],[833560,-184284],[835049,-201675],[835476,-193123],[866030,-178787],[864056,-181073],[893843,-171821],[928202,-115888],[929555,-114745],[958049,364440],[963205,-185209],[975397,-163596],[990908,103427],[1001875,142739],[1010538,470878],[1011034,467368],[1021318,477920],[1014788,481504],[1017753,542704],[1030698,497607],[1025509,505245],[1032769,513536],[1028618,531088],[1025631,542052],[1031547,538931],[1041964,412777],[1039980,537827],[1058337,-107226],[1059703,419226],[1049926,414346],[1059470,427721],[1053252,556778],[1059579,553398],[1066332,405602],[1065419,415659],[1073926,444567],[1072465,550780],[1081613,-104491],[1076960,399431],[1080319,550681],[1098727,-106013],[1089653,389633],[1098587,397315],[1100063,447056],[1095998,539910],[1104901,-76065],[1109047,-102363],[1111476,538630],[1117515,-40867],[1123148,-45538],[1115564,390108],[1126116,482383],[1116530,508264],[1121523,536847],[1126447,-61692],[1135005,380433],[1127233,383512],[1132706,469818],[1126812,509837],[1140976,381793],[1149645,384119],[1156511,378962],[1169562,384596],[1175162,389079],[1185334,391482],[1199040,22407],[1194282,309142],[1226139,114773],[1231791,115369],[1240963,124664],[1244034,125633],[124251,-392663]] \ No newline at end of file diff --git a/src/gathering/a10633.json b/src/gathering/a10633.json new file mode 100644 index 0000000..c267e18 --- /dev/null +++ b/src/gathering/a10633.json @@ -0,0 +1 @@ +[[-116181,613673],[-115676,613428],[-115254,614312],[-127370,626622],[-127393,626494],[-128891,628324],[-128339,631293],[-131299,631137],[-132404,627505],[-134012,632759],[-128462,631319],[-129535,633062],[-133963,633186],[-129573,633218],[-129072,628716],[-130302,628502],[-128526,628701],[-132512,627877],[-229885,324463],[-226331,333350],[-228193,338818],[-224138,335771],[-226935,337923],[-227745,345510],[-225215,334566],[-227610,339690],[-228534,339117],[-227494,344880],[-226027,334236],[-227057,337199],[-225006,333664],[-227534,335921],[-230273,353581],[-228126,354576],[-226861,356684],[-230098,347326],[-228119,349091],[-229269,355006],[-224291,357607],[-229656,352058],[-230299,349240],[-230277,356467],[-230129,346132],[-227673,356093],[-228857,354369],[-227711,354603],[-225282,356195],[-228707,357638],[-226880,357886],[-228620,350151],[-229304,349010],[-227403,347581],[-227515,353421],[-226056,355508],[-228644,348097],[-227723,356641],[-229033,358726],[-227806,358863],[-230197,363846],[-229506,359829],[-227601,360664],[-229596,366995],[-229460,361432],[-226766,359546],[-226493,358759],[-230382,368955],[-227758,585401],[-229026,580554],[-227254,582164],[-228057,582100],[-228239,581707],[-229436,586353],[-229144,580874],[-233819,328937],[-236525,329287],[-238241,328370],[-234869,330086],[-230926,323264],[-233861,328040],[-236035,328955],[-234105,324847],[-234240,329999],[-235276,323581],[-237747,325097],[-236530,325221],[-238604,327815],[-235761,327564],[-239374,327050],[-230672,321848],[-239786,330626],[-238309,331725],[-241358,341723],[-238823,339678],[-234699,339881],[-234158,341284],[-242768,345192],[-237325,342188],[-237273,338393],[-232436,340056],[-235110,340686],[-233655,338285],[-231340,342285],[-231737,344948],[-238058,339489],[-231685,343293],[-233122,339526],[-232588,337236],[-230587,344149],[-240611,340329],[-240591,335334],[-236951,336498],[-239475,339323],[-238478,342866],[-241858,334732],[-241325,340864],[-241626,338264],[-242153,336964],[-239175,342101],[-238783,337128],[-232174,357252],[-232266,346701],[-230548,354965],[-234936,353436],[-233830,357132],[-232672,358514],[-231564,351976],[-240030,357841],[-237794,358506],[-231830,357742],[-233717,352138],[-232874,350300],[-233136,353509],[-235668,356684],[-230626,350786],[-238710,358122],[-242817,346416],[-235469,354678],[-234409,355363],[-235226,355490],[-232510,355828],[-234314,357109],[-230639,368054],[-233551,359459],[-231176,363654],[-234112,359549],[-230841,367266],[-232281,362743],[-232697,365532],[-235790,358648],[-238665,359483],[-233050,360331],[-231294,360366],[-230710,369795],[-231056,362416],[-231895,365831],[-237188,358964],[-231360,586253],[-232606,581963],[-238373,587520],[-237425,587130],[-231771,586606],[-234776,588966],[-235089,582625],[-239014,584795],[-242863,586205],[-236881,587995],[-231351,584375],[-232444,581408],[-232635,587071],[-240037,583640],[-237592,588826],[-235121,594705],[-237419,593068],[-241578,595667],[-242891,589626],[-235653,594433],[-237567,593793],[-234385,594901],[-241764,595713],[-234437,593808],[-253236,330471],[-247014,332161],[-255471,331928],[-253788,331850],[-251719,332962],[-246956,330150],[-250150,332369],[-245935,331399],[-244145,332131],[-252069,337081],[-248519,337873],[-244443,345205],[-253654,335452],[-251118,336253],[-254771,333869],[-253270,334760],[-246339,333691],[-245447,335208],[-243585,337274],[-245876,336460],[-246408,334807],[-249120,335008],[-254194,333500],[-250559,333488],[-245165,337370],[-247268,334904],[-251182,334786],[-249040,333005],[-244659,334719],[-243825,346918],[-245493,348466],[-244496,349593],[-243558,347211],[-245911,345953],[-245848,347930],[-252965,394255],[-255524,392146],[-255515,392603],[-252444,393892],[-255999,390533],[-252863,389090],[-253666,391632],[-255548,394794],[-245967,588071],[-244799,586528],[-247501,586213],[-244362,583519],[-244708,588337],[-243951,587789],[-244023,588656],[-246136,588329],[-244473,591026],[-243422,591168],[-265731,329379],[-268058,330582],[-260838,328962],[-267639,332184],[-261179,328051],[-258260,332075],[-259786,332464],[-266311,327580],[-267257,326647],[-264321,327245],[-265169,329177],[-261883,329807],[-260317,328912],[-258261,331608],[-259472,331417],[-261145,331906],[-265485,330845],[-264540,332221],[-263825,329077],[-257099,329221],[-267723,328897],[-262696,327740],[-258794,330371],[-256400,331759],[-266742,334645],[-261937,336214],[-263628,334884],[-258742,336242],[-260521,336925],[-265263,334272],[-259846,335320],[-258966,382339],[-268177,381221],[-262293,382321],[-257862,396834],[-260145,393138],[-258917,385646],[-260793,394614],[-260258,391143],[-260415,393436],[-258927,390338],[-256861,395730],[-258816,396041],[-259956,392679],[-257700,393668],[-258928,385375],[-258548,390970],[-265675,384657],[-267518,388557],[-262950,389594],[-264598,386752],[-261242,384792],[-267467,384315],[-265562,387349],[-261254,399394],[-266679,405743],[-261675,397861],[-261177,397203],[-266337,405421],[-256839,397481],[-271066,330058],[-272104,330548],[-269139,327301],[-274578,329066],[-273261,326731],[-271819,328015],[-271022,327492],[-270004,329741],[-269135,328464],[-271175,330936],[-273348,330186],[-272789,325398],[-273973,382080],[-280952,384049],[-276785,383420],[-270875,383788],[-277553,382820],[-273797,381448],[-271389,383608],[-276079,395662],[-277967,389314],[-281514,387631],[-274840,384687],[-274220,386096],[-273735,391454],[-280782,391794],[-277909,395420],[-276327,384669],[-276942,388179],[-275904,386307],[-274633,390470],[-280698,392913],[-279882,389078],[-281100,386217],[-278396,386287],[-275493,392012],[-278098,390945],[-277678,388221],[-279954,384646],[-277181,385173],[-275062,387916],[-269725,392896],[-270138,395318],[-269052,387960],[-270242,395003],[-269792,387395],[-270127,387751],[-271136,387426],[-278416,406337],[-277373,398541],[-276823,404091],[-275905,407569],[-276460,409411],[-276660,403833],[-276018,401881],[-278590,409289],[-278460,405612],[-279163,398527],[-272722,406165],[-270590,405783],[-278857,397116],[-279843,406862],[-274970,405249],[-275065,407505],[-278350,403994],[-277606,399962],[-269512,406429],[-275529,403039],[-272574,400830],[-270773,403117],[-280442,404225],[-270998,399501],[-278812,401512],[-271203,400291],[-270018,397599],[-270692,403404],[-278531,410143],[-278637,414299],[-281398,412879],[-278215,413311],[-273980,410044],[-281320,415859],[-280237,410289],[-278725,414950],[-280376,413844],[-280301,416559],[-281464,418552],[-276035,410795],[-279364,412185],[-281481,413345],[-289897,315301],[-289133,311201],[-292803,312719],[-288179,310859],[-286534,314375],[-291396,313686],[-291435,310089],[-287164,310429],[-288796,309983],[-290284,312075],[-292991,317523],[-292093,318839],[-291157,308887],[-290619,316325],[-292402,311748],[-289969,313136],[-290744,310999],[-287344,311689],[-292005,316457],[-293761,318804],[-290048,308689],[-292007,314420],[-282716,383755],[-293496,383311],[-294002,383381],[-288961,392537],[-287368,389634],[-290813,388839],[-282531,388546],[-294335,387565],[-290717,389775],[-288407,393418],[-288427,390450],[-294106,387207],[-287687,390301],[-282578,384289],[-283450,390858],[-293787,390482],[-293280,388246],[-289074,389417],[-289817,392438],[-288017,390487],[-288961,390468],[-289021,394129],[-282958,385672],[-287951,388529],[-293821,388417],[-293904,386961],[-289303,389375],[-290687,393339],[-286996,390032],[-290268,392991],[-289352,390046],[-291423,389541],[-283658,391267],[-293703,389280],[-289817,388148],[-290327,394302],[-288884,389586],[-287754,393018],[-284231,389426],[-289407,388606],[-289300,393061],[-289281,390203],[-293901,396295],[-287090,395506],[-285601,394696],[-286115,397426],[-286970,403625],[-290999,405710],[-284949,405446],[-286803,401756],[-287715,398057],[-289817,399873],[-294246,397656],[-282679,400685],[-286789,409101],[-292472,404261],[-288508,406768],[-283896,401745],[-284321,399476],[-289180,398098],[-291408,400036],[-285669,409235],[-288846,404173],[-285127,406270],[-287932,398202],[-288640,397179],[-292548,402790],[-290577,398557],[-285228,400533],[-288950,408736],[-293204,406299],[-288508,405583],[-287791,401542],[-286488,400171],[-294087,401212],[-291796,400903],[-292148,397324],[-283549,403818],[-293445,406371],[-286592,406682],[-290347,419943],[-291582,420744],[-283915,421178],[-286768,419281],[-281819,410566],[-290078,422239],[-291892,421101],[-286194,421368],[-289848,419572],[-290882,422507],[-284597,419907],[-287130,419491],[-282686,418033],[-289830,422015],[-291152,421059],[-285811,421695],[-290212,420217],[-291937,422537],[-285632,420386],[-290244,418844],[-287948,417367],[-287677,415020],[-289248,412016],[-282748,415421],[-283819,416439],[-288485,413354],[-283929,416020],[-286920,416795],[-285828,424799],[-292275,425502],[-287831,425509],[-284274,424571],[-290314,426913],[-287491,423482],[-290307,424566],[-289724,426058],[-284475,425217],[-287613,424588],[-292667,426897],[-289572,424234],[-292534,426601],[-282252,424190],[-288490,503567],[-287904,507804],[-290400,507119],[-291198,509263],[-293277,506713],[-288433,501926],[-292591,512054],[-287384,503874],[-291175,510399],[-288500,507471],[-290331,506188],[-292604,507656],[-288271,503807],[-292184,510275],[-289644,511061],[-289642,511289],[-289095,502512],[-288318,504685],[-288314,508063],[-293154,507134],[-297077,320113],[-298324,319827],[-299852,318924],[-298014,314215],[-298756,316563],[-297585,317431],[-298077,315291],[-294540,318901],[-298488,320991],[-302858,331926],[-296645,322257],[-299445,322780],[-294856,320885],[-303811,329338],[-304411,330810],[-300866,329805],[-301703,329731],[-296003,320307],[-305302,331897],[-306943,325186],[-300442,328765],[-305723,321928],[-306886,381497],[-306468,380811],[-299236,386677],[-295103,389842],[-295530,386559],[-307037,384670],[-307172,385889],[-299561,390235],[-299027,385615],[-297808,386340],[-297928,393302],[-299250,386950],[-294780,390270],[-299628,385867],[-295300,386537],[-303105,396198],[-305066,394039],[-300171,396735],[-301630,393258],[-300862,390752],[-305605,390963],[-297604,395072],[-301110,394863],[-297017,395813],[-298124,393281],[-304954,394944],[-306147,390721],[-304776,396471],[-300226,396505],[-301043,394012],[-300136,391116],[-304100,390766],[-302657,395258],[-300659,387159],[-301179,395789],[-302456,396873],[-303985,392387],[-305539,394037],[-300379,396047],[-299647,392980],[-304709,390829],[-297965,394695],[-301704,396551],[-295767,395650],[-305107,396295],[-305899,390541],[-303365,394571],[-303569,394084],[-300025,394525],[-299482,393185],[-299851,390880],[-304580,390812],[-297980,394726],[-302348,394943],[-300693,388165],[-298373,395221],[-302101,392225],[-304119,396192],[-299375,394649],[-299851,392314],[-301103,390450],[-304482,390561],[-297228,394515],[-301256,396639],[-300804,406883],[-305832,407980],[-299306,404195],[-302032,398164],[-302661,400881],[-304827,398559],[-303581,397924],[-306288,401564],[-305897,400556],[-303822,406587],[-304873,397808],[-301502,399808],[-301076,406345],[-297005,405175],[-301081,404068],[-295028,409737],[-300526,409530],[-300419,406925],[-302731,406570],[-295462,397551],[-305382,402826],[-297534,406538],[-304163,399112],[-302777,397977],[-305891,401629],[-305608,401119],[-305355,405979],[-305062,397678],[-300454,400802],[-300828,405514],[-298834,405117],[-301341,404193],[-304627,407092],[-305274,402192],[-302591,400521],[-304552,399601],[-302377,398773],[-306364,401013],[-306719,401608],[-303802,407362],[-304161,398632],[-301326,401155],[-300969,404805],[-300078,409563],[-297986,404912],[-301645,405053],[-304192,405070],[-302906,399256],[-303765,397570],[-303800,397548],[-305276,401969],[-302603,404119],[-302739,409688],[-304896,406529],[-303485,397701],[-300771,400082],[-299594,405547],[-299739,408380],[-298031,406101],[-297409,408362],[-300623,403650],[-303865,399265],[-304245,399329],[-303279,397629],[-306899,400358],[-300959,405325],[-302755,409419],[-303693,407179],[-305785,397514],[-302646,400185],[-299415,404707],[-299284,408282],[-298377,405661],[-306490,419948],[-306283,421874],[-306539,421093],[-306151,421280],[-306487,420523],[-303382,411940],[-301990,410188],[-305762,413927],[-295974,410981],[-300074,412912],[-299826,415505],[-297438,411389],[-302089,412920],[-299499,417491],[-295899,414197],[-298257,414092],[-298708,415648],[-303869,410720],[-296482,411018],[-298382,410495],[-300001,412450],[-303849,416190],[-301329,417055],[-298319,413891],[-298963,413221],[-301032,415902],[-304479,410627],[-297165,413020],[-300798,410838],[-296024,413955],[-299209,412256],[-299061,414570],[-297700,412314],[-298404,411604],[-303559,415500],[-295727,411687],[-299293,413228],[-299832,415232],[-302878,411549],[-297063,412416],[-298647,410002],[-298104,427889],[-297049,427951],[-298837,425906],[-305819,426459],[-296158,426788],[-300485,428090],[-296794,425605],[-303126,426134],[-306270,426813],[-303163,424505],[-300910,425618],[-299329,425346],[-302834,426112],[-306190,425918],[-299737,428157],[-295143,423751],[-297037,429271],[-307182,426048],[-305031,425039],[-297115,428612],[-300578,427401],[-304825,423066],[-300231,423971],[-300329,423300],[-299185,511474],[-304597,511217],[-301730,508537],[-299528,509830],[-306023,512033],[-299905,511121],[-302501,508126],[-301896,504736],[-299561,509500],[-305603,510045],[-302717,507062],[-299925,505467],[-300446,510906],[-304604,510574],[-299893,505167],[-299161,508611],[-305200,523181],[-300041,513506],[-306115,520496],[-300362,514030],[-306636,523072],[-298502,514159],[-297811,514089],[-300811,512478],[-305343,522937],[-312317,299816],[-316226,300659],[-312093,300357],[-313786,301352],[-314754,300594],[-309465,301127],[-308286,301147],[-314641,299528],[-309271,319093],[-312249,317997],[-309731,329539],[-312992,324261],[-313929,332703],[-312900,325542],[-310633,326389],[-309849,331118],[-313615,322795],[-312362,326972],[-312977,328713],[-311025,331047],[-311703,330239],[-309787,327427],[-309569,324681],[-311092,323950],[-307528,324453],[-313577,329380],[-310970,329643],[-309213,326683],[-309300,323661],[-309488,328558],[-310139,324537],[-313313,327690],[-310673,331747],[-314740,323108],[-310061,320746],[-315450,323723],[-308825,320271],[-308031,321729],[-311104,320909],[-314676,325548],[-312191,335293],[-308403,335935],[-311042,336331],[-312842,336016],[-309220,334765],[-310147,334481],[-307315,334490],[-314062,335775],[-307728,335129],[-317587,377164],[-315031,376803],[-307613,381685],[-310158,381858],[-311680,382793],[-318398,376573],[-318421,379135],[-314545,377850],[-310587,381508],[-312094,383691],[-308109,383938],[-307403,381254],[-319125,376768],[-316143,379327],[-310400,382993],[-309897,381098],[-311902,383493],[-317378,378313],[-319434,376172],[-316975,376890],[-308930,383642],[-309044,381070],[-310500,383927],[-315573,383959],[-319471,378900],[-313420,377814],[-310855,382591],[-307586,382561],[-307658,382170],[-308550,380892],[-309910,382964],[-316898,383991],[-311068,384736],[-311531,384431],[-308038,385268],[-311509,385255],[-310321,385359],[-308399,384508],[-310077,386320],[-309093,384862],[-309974,385469],[-307792,384610],[-318841,385661],[-319361,386924],[-316550,386459],[-316190,388978],[-318314,391745],[-317439,396778],[-310119,396864],[-314455,390984],[-314367,389370],[-314744,387276],[-317544,385545],[-317193,391352],[-316967,387974],[-315357,384893],[-310844,395700],[-314359,386979],[-314489,389400],[-318233,390642],[-318871,396578],[-314163,390249],[-314717,390272],[-314165,387497],[-315084,385418],[-317849,391409],[-318052,388508],[-316342,384473],[-310394,395079],[-315244,396814],[-316374,387763],[-315948,387117],[-317076,392738],[-316793,396670],[-311991,395188],[-310398,393908],[-315765,390543],[-312967,388382],[-313435,386038],[-315552,385891],[-316298,391832],[-319012,387661],[-316741,385855],[-313081,396548],[-309808,396358],[-313993,385706],[-314907,389978],[-317179,390746],[-312260,396248],[-311529,396130],[-311588,394031],[-310660,393553],[-316176,390365],[-313100,387414],[-315432,387337],[-317715,387014],[-319886,387574],[-317995,392076],[-317940,387811],[-311013,396936],[-311452,396861],[-314910,396935],[-317506,387117],[-315511,388830],[-316146,390561],[-317756,396593],[-318899,396996],[-310444,394883],[-308935,393705],[-312020,394646],[-313129,396884],[-310895,394746],[-310419,395360],[-314640,390528],[-312711,389869],[-315334,386236],[-314259,386620],[-318381,391226],[-317259,389546],[-316233,385341],[-312787,396975],[-311504,395675],[-309470,400006],[-318566,402806],[-318998,406440],[-315212,401832],[-315381,402280],[-313592,400207],[-312988,397820],[-314585,397667],[-309502,397134],[-310939,401722],[-319887,406943],[-312660,407878],[-312585,401187],[-317869,405119],[-318080,402996],[-317009,400240],[-312009,397610],[-314074,397136],[-308460,398896],[-311860,402174],[-313497,400958],[-318171,401961],[-318030,404642],[-310951,397860],[-316510,400465],[-311111,397813],[-318969,401206],[-312773,397226],[-314068,398343],[-308555,398805],[-312118,402126],[-308596,399634],[-310134,398453],[-310748,403896],[-314726,402333],[-309421,397694],[-318317,402640],[-319304,397029],[-315734,400480],[-316838,400763],[-315866,397302],[-310248,399245],[-311084,401790],[-312179,398256],[-318329,406161],[-318410,404862],[-319383,406253],[-316017,401307],[-314667,401253],[-315125,400971],[-314071,397919],[-314718,398482],[-310579,397826],[-312962,400800],[-307888,399800],[-318566,421508],[-315627,420886],[-312682,416304],[-311535,416964],[-307345,420504],[-309275,420235],[-319216,421864],[-309112,419902],[-314846,418470],[-316414,421757],[-313859,416889],[-313243,418118],[-311204,417898],[-315151,418916],[-308702,418697],[-311888,422231],[-316963,421972],[-315564,420299],[-313428,416425],[-312816,417098],[-310769,418111],[-309995,422037],[-317061,421420],[-313963,417909],[-312607,418177],[-319073,413754],[-318884,414826],[-319021,416123],[-319731,415528],[-319535,413670],[-319411,414705],[-319978,416755],[-319920,414071],[-319649,414976],[-318731,413285],[-319611,417120],[-316422,433149],[-319253,432979],[-311355,427334],[-314083,427223],[-319890,424701],[-315699,427524],[-317222,426806],[-319423,425422],[-319253,426409],[-311083,424102],[-307714,426122],[-316268,434698],[-313614,434085],[-310018,427137],[-316187,426854],[-310653,427416],[-319022,432858],[-316059,432858],[-314043,434696],[-314998,427813],[-312713,435190],[-317806,433568],[-319873,434240],[-316622,425975],[-307817,425821],[-315784,433305],[-318880,433246],[-315090,435124],[-316538,425141],[-312168,422776],[-319140,422696],[-314074,435731],[-307212,508095],[-307823,510228],[-308545,515078],[-312498,515814],[-317209,518108],[-318925,515044],[-308474,521102],[-307898,520447],[-308249,515844],[-312267,515982],[-316938,515829],[-310712,515213],[-315134,516013],[-309953,512510],[-308052,524583],[-308348,520559],[-312775,516008],[-307309,522414],[-317192,516048],[-308671,513744],[-316088,516611],[-318342,513923],[-307445,522892],[-330891,293732],[-332137,293130],[-331096,294266],[-329026,293598],[-332761,291363],[-332401,292950],[-330510,291787],[-332466,290384],[-326649,294669],[-320599,301007],[-322316,300635],[-320635,298725],[-321618,303939],[-328736,299520],[-322792,301772],[-324643,298237],[-332201,300735],[-328842,296642],[-323216,302507],[-323300,302147],[-326862,297163],[-324675,297711],[-322290,301757],[-328468,298250],[-324458,296361],[-325548,306673],[-325446,308540],[-320953,309074],[-326001,309794],[-321704,307569],[-320618,307932],[-324054,307981],[-331374,338151],[-329596,342395],[-326318,337118],[-328283,339799],[-331537,343427],[-325375,336567],[-324307,336366],[-324362,338877],[-331731,338862],[-329931,338728],[-330208,336519],[-329045,341715],[-332361,343378],[-327732,338236],[-324941,337450],[-330949,336724],[-328015,339790],[-324301,335097],[-331264,339701],[-330755,337311],[-330806,341049],[-323904,338779],[-321864,374408],[-326795,381498],[-327424,382340],[-324444,382802],[-323910,375922],[-329270,378191],[-328099,375529],[-328692,376605],[-324927,377684],[-323266,376916],[-321688,373787],[-327069,381411],[-326967,382860],[-324484,383754],[-327404,374464],[-324434,376192],[-328427,378217],[-322451,376919],[-328196,374293],[-330567,378021],[-327167,384148],[-328422,382485],[-325594,383883],[-327863,382510],[-324623,383604],[-320355,373194],[-328329,374785],[-322701,376557],[-328166,376675],[-331621,378689],[-330982,376396],[-324216,375761],[-321905,373566],[-327174,380521],[-327305,383948],[-327606,383478],[-324849,375918],[-325961,376582],[-328348,375083],[-331483,376733],[-327350,381452],[-328147,381792],[-326642,384162],[-320146,374427],[-324982,384562],[-325651,384287],[-326061,384663],[-325446,384906],[-326201,384816],[-325622,384782],[-321461,396396],[-320241,389279],[-323132,387776],[-326626,387312],[-325404,394154],[-323439,393419],[-325416,395824],[-322479,388143],[-327780,387803],[-324580,386663],[-322484,386644],[-322962,386658],[-325344,389272],[-324278,387251],[-326695,389118],[-324080,388380],[-320216,387709],[-321147,388462],[-325814,385236],[-328143,388231],[-324618,386234],[-325242,388705],[-323024,393687],[-321055,396171],[-325076,387750],[-326629,388036],[-324824,387518],[-325384,395257],[-323226,387323],[-327465,387278],[-325835,388649],[-325236,393704],[-323249,388340],[-324037,384437],[-325996,389341],[-324537,387746],[-322501,387091],[-327842,387183],[-324361,388648],[-327233,388007],[-321506,394878],[-321940,394875],[-325341,396197],[-323464,386808],[-324061,384508],[-327544,388350],[-325182,388087],[-327184,399827],[-324843,397304],[-326125,404506],[-327239,403284],[-321760,407611],[-325468,407870],[-326827,408076],[-328915,409273],[-330032,409187],[-329587,406993],[-331554,406697],[-330660,405214],[-323612,402151],[-323809,400214],[-323489,399729],[-323853,398313],[-320507,401204],[-324953,406996],[-326827,404050],[-324633,403346],[-327923,403207],[-326298,406737],[-321890,406880],[-324327,407139],[-322528,404992],[-329855,408146],[-330778,406510],[-324084,402493],[-323398,399354],[-322666,406755],[-324300,403879],[-325561,403777],[-326890,397236],[-327093,403662],[-327410,403130],[-321116,405882],[-324994,407380],[-327359,408276],[-329406,409043],[-330430,406517],[-324137,400653],[-320774,400268],[-323146,406202],[-325670,404255],[-324355,403067],[-331239,408776],[-328440,403386],[-331456,405462],[-328276,406820],[-320396,407162],[-321100,406217],[-324852,407907],[-330435,405209],[-323392,404860],[-325984,407663],[-329273,408060],[-330396,408883],[-330174,406011],[-323881,401181],[-327323,397292],[-320485,400831],[-331221,404406],[-323766,406341],[-325442,406587],[-324843,403698],[-331504,409423],[-327579,403972],[-323224,398771],[-326285,403783],[-321324,407368],[-324221,406074],[-330761,409240],[-329943,407270],[-331291,405893],[-331144,405154],[-323953,401887],[-323849,399066],[-320189,400367],[-331654,404341],[-324538,407462],[-325524,407430],[-323325,402743],[-329888,408621],[-324461,422569],[-331792,421429],[-327624,422486],[-322587,422149],[-326950,422117],[-328235,422286],[-327269,422126],[-332015,421228],[-330784,422007],[-325211,422313],[-323410,422392],[-321157,421967],[-326919,422422],[-320280,422201],[-324228,422058],[-320600,421287],[-332543,420674],[-331232,421957],[-328460,422593],[-328729,419600],[-331678,417814],[-330152,410039],[-320696,414327],[-321973,414597],[-329262,418912],[-328651,419785],[-329657,410017],[-322740,414080],[-321104,414183],[-328083,418440],[-330365,417888],[-332351,417035],[-330615,410417],[-331175,409952],[-320788,413024],[-320346,414530],[-328759,418077],[-331016,417889],[-330790,418357],[-331332,410390],[-322444,414457],[-321566,414355],[-320599,416353],[-328385,419228],[-331558,417322],[-331846,418239],[-330587,409826],[-330909,410795],[-322326,413661],[-320181,415995],[-320917,425414],[-327215,426060],[-324262,424108],[-323850,424434],[-328374,423653],[-331789,423863],[-321017,422675],[-320420,425530],[-326620,426046],[-325457,426592],[-325615,424252],[-326610,424329],[-328983,423576],[-332098,423553],[-320151,426115],[-324874,425809],[-328100,426216],[-328388,424235],[-324173,425155],[-326203,425680],[-320004,422992],[-331104,423902],[-320573,434235],[-321906,426487],[-326066,425542],[-327402,426518],[-329303,424640],[-324718,424504],[-325833,424539],[-328905,423992],[-332739,422675],[-332252,423369],[-331494,422884],[-321284,426570],[-321999,425770],[-325672,425069],[-325000,425304],[-329039,425332],[-323149,422670],[-326131,423923],[-336061,273166],[-336272,272584],[-337774,274361],[-338304,273227],[-337679,273964],[-338231,272556],[-336556,274599],[-337048,281465],[-333550,290827],[-338667,285489],[-338614,287637],[-343426,292175],[-343358,293848],[-344227,288546],[-337785,288630],[-344420,286306],[-335330,292196],[-336363,283601],[-336735,291629],[-344470,290150],[-343092,287074],[-336287,285697],[-333727,292810],[-337413,284145],[-337953,291477],[-338580,293354],[-344440,289299],[-344939,292615],[-342375,285597],[-341701,289075],[-336688,290416],[-343985,285334],[-334476,291534],[-342848,287497],[-337233,282431],[-335152,288908],[-334792,290046],[-338783,283883],[-341005,293179],[-345362,290987],[-340954,288182],[-339286,291408],[-340029,295869],[-342946,296517],[-344451,296029],[-337352,295316],[-340496,296849],[-345099,294946],[-337804,296492],[-338887,296340],[-341316,297089],[-334958,298816],[-333363,301472],[-343800,300292],[-345386,298422],[-344329,298397],[-339201,298583],[-335928,300262],[-344072,343976],[-338685,342763],[-338143,335312],[-343289,343679],[-337744,344516],[-335211,340249],[-333330,336638],[-345009,338134],[-342596,341097],[-340188,343596],[-337867,340860],[-338248,336152],[-344039,341380],[-340444,344435],[-336337,337214],[-342469,342748],[-343928,343190],[-338797,342220],[-339163,344564],[-337286,342282],[-333697,338490],[-339011,340139],[-343294,336544],[-342909,338666],[-339516,337883],[-340270,337256],[-337559,337922],[-335512,382939],[-338950,382055],[-344471,382343],[-344420,380185],[-341325,382879],[-335412,379794],[-334093,374000],[-335962,375039],[-337350,373626],[-338741,374772],[-334366,381650],[-333911,381064],[-334875,379884],[-337008,374820],[-339060,380773],[-338390,374894],[-335517,380213],[-336177,383358],[-336920,383623],[-339033,382676],[-344218,382798],[-343725,379812],[-344238,377079],[-341665,383686],[-338604,378394],[-336074,375261],[-334507,372781],[-336526,374017],[-335735,382419],[-333785,380645],[-335195,379159],[-340772,383682],[-339457,380843],[-338275,375534],[-334793,379414],[-337780,378400],[-339848,383922],[-344444,380616],[-344100,379967],[-342936,375752],[-340910,382561],[-337264,378894],[-336989,373713],[-336855,375307],[-335162,382005],[-334960,382935],[-336504,383651],[-335245,381577],[-339494,381326],[-335858,380503],[-338026,375195],[-339372,382956],[-344355,383447],[-344156,376755],[-341561,382612],[-338025,379103],[-338841,378979],[-333905,374021],[-335387,374933],[-337583,374823],[-334567,381820],[-333167,379937],[-335955,380169],[-334721,378020],[-335876,383701],[-339328,383466],[-343963,380329],[-343492,375466],[-341274,383398],[-342021,383159],[-339774,378473],[-336083,375607],[-334579,381047],[-333221,380620],[-337096,382928],[-336385,380275],[-337026,386828],[-344594,387648],[-342587,395448],[-335407,390045],[-334768,393422],[-339163,387925],[-337137,389357],[-343790,393856],[-338441,395021],[-341795,390718],[-339150,390908],[-336956,386224],[-335084,390372],[-339369,387030],[-338373,396622],[-334543,392818],[-345433,396903],[-341598,387791],[-344126,390685],[-338691,389225],[-337333,396616],[-340373,387257],[-341875,384400],[-337678,384376],[-344437,387414],[-334937,388746],[-333683,393488],[-340687,384371],[-335475,392159],[-339705,384308],[-334912,387331],[-338126,395081],[-342064,387097],[-337653,393739],[-339755,393386],[-342169,394597],[-343173,393506],[-341986,391311],[-343791,395282],[-337021,396368],[-336801,394748],[-338702,391088],[-335504,387314],[-339285,387452],[-344666,390594],[-334844,390959],[-338581,396425],[-335275,389322],[-334157,393203],[-341959,384924],[-341895,387553],[-338203,394523],[-342279,395044],[-342002,392077],[-341363,391070],[-344337,387978],[-337014,389077],[-336781,395985],[-338148,389882],[-333704,393808],[-336663,386602],[-334981,392797],[-340540,387376],[-341073,384472],[-338240,386576],[-335024,389765],[-334730,389001],[-340087,393420],[-338072,394791],[-336902,393994],[-337493,389841],[-343088,396953],[-344829,387948],[-343524,393782],[-342283,391592],[-337108,395917],[-336741,394920],[-336989,389139],[-344405,406098],[-340904,399153],[-343904,407495],[-342440,398133],[-336111,397614],[-343940,407125],[-342738,398150],[-337432,397137],[-344605,405232],[-345125,409470],[-335987,397364],[-339314,398647],[-344365,397291],[-345072,402769],[-344779,405088],[-335218,398267],[-343166,407529],[-343961,405637],[-341208,398697],[-341236,409636],[-337991,397641],[-343211,397421],[-336753,398937],[-341412,408753],[-345209,400817],[-343173,398124],[-338768,399820],[-336042,409440],[-334340,406905],[-339813,406882],[-342504,401631],[-342040,404232],[-335995,402321],[-340175,406261],[-340519,404896],[-336246,405587],[-338209,401534],[-336743,402794],[-337342,402948],[-341009,400854],[-335228,408713],[-335028,405376],[-341893,401774],[-341271,400201],[-338119,401822],[-336006,404347],[-338191,401857],[-335453,404366],[-336451,409116],[-337324,409535],[-334668,408301],[-334757,406564],[-338994,407522],[-342378,400466],[-341461,400490],[-341554,403885],[-335596,407449],[-336338,402513],[-339860,406198],[-333177,404292],[-337805,402148],[-339400,403115],[-333932,402918],[-338957,399348],[-334956,408644],[-334565,405782],[-340186,406492],[-342282,401891],[-340931,400356],[-337486,401446],[-334592,404590],[-337596,402608],[-339954,400513],[-333587,404271],[-337645,400900],[-336688,404519],[-339997,399875],[-336229,408919],[-337745,409235],[-335281,408917],[-335398,405513],[-339045,408001],[-342706,401100],[-337324,402071],[-337358,400480],[-334978,404663],[-339669,400700],[-334018,404390],[-334814,402726],[-338079,402715],[-339669,402749],[-333459,402880],[-335542,419485],[-342294,418845],[-342964,417405],[-339234,420483],[-342981,416742],[-341486,411414],[-342895,416314],[-339861,416345],[-336235,421006],[-336978,420852],[-337324,413546],[-339605,413070],[-336112,415302],[-334620,416355],[-341684,418572],[-341166,410066],[-343539,411696],[-343377,415781],[-340863,415170],[-338694,417056],[-337648,422225],[-339322,413656],[-338473,412364],[-337608,413280],[-340652,418926],[-341555,418835],[-335864,417121],[-335180,416383],[-342958,416971],[-341610,410362],[-343769,412387],[-339358,416487],[-337445,421929],[-339744,412542],[-337857,412821],[-337618,414102],[-336442,416253],[-334927,421925],[-334255,416712],[-340827,418513],[-338577,412902],[-341641,411872],[-344883,409850],[-339516,420164],[-336620,420682],[-338364,414318],[-335043,421352],[-334374,417772],[-343901,411388],[-340458,415497],[-332940,418035],[-335970,423849],[-337163,422985],[-334565,424138],[-337494,423051],[-335273,424214],[-336671,423736],[-334706,423845],[-358001,281499],[-357103,281298],[-357484,286549],[-357402,291855],[-349150,289893],[-355208,292519],[-347293,293915],[-357679,286219],[-358341,285708],[-358253,292311],[-349932,286823],[-351412,293521],[-346966,293216],[-346216,286130],[-356314,289652],[-352272,294261],[-355135,284006],[-354373,292650],[-357738,292865],[-350279,293938],[-357075,283088],[-357402,283957],[-352572,284981],[-356034,290636],[-350798,287610],[-351978,293600],[-346353,293057],[-346827,289758],[-348163,287833],[-354710,282810],[-355673,288009],[-351481,287919],[-349881,290231],[-353546,291113],[-352648,286797],[-354515,288922],[-349992,285659],[-353405,292619],[-349207,293819],[-347030,297734],[-350735,295197],[-348590,294750],[-357166,295039],[-347303,295749],[-347728,297517],[-345619,296396],[-353317,295023],[-349795,296005],[-349281,296539],[-351684,299023],[-348712,301178],[-356406,296820],[-355089,298532],[-346138,298543],[-357179,296452],[-350836,298377],[-351509,299495],[-354371,296184],[-353319,297614],[-351973,297205],[-349493,303479],[-352496,298018],[-355091,295781],[-354358,297467],[-356552,299013],[-355807,298773],[-345628,300313],[-347307,340390],[-346505,340563],[-347282,339001],[-345980,340360],[-348077,340049],[-347849,341581],[-345875,344046],[-354596,382182],[-355954,383879],[-358274,380391],[-350709,383375],[-355801,383513],[-357436,380913],[-355368,381860],[-355111,381371],[-355716,384167],[-349828,383744],[-358120,380652],[-353877,381973],[-350472,383312],[-358078,380115],[-354791,381643],[-356730,385229],[-354462,385330],[-355515,392189],[-351112,386193],[-345611,396706],[-355733,388359],[-352627,391775],[-353069,390956],[-354656,386053],[-355007,389106],[-352609,386022],[-358133,387610],[-356174,387994],[-356721,388094],[-355662,396295],[-352217,384890],[-358076,388329],[-355248,384488],[-351929,390450],[-355725,388782],[-347745,389120],[-354736,390571],[-352975,386470],[-355790,389071],[-357704,387868],[-355984,396549],[-357022,396719],[-357141,384278],[-351425,386167],[-355619,393130],[-347367,393937],[-355389,386228],[-358275,384262],[-356458,391202],[-357759,396902],[-355600,392565],[-355263,389339],[-351762,391596],[-350669,389074],[-349866,389952],[-352839,391172],[-346750,390557],[-357094,388281],[-356794,387705],[-357094,396225],[-354845,386561],[-355015,384584],[-356654,393933],[-358069,391399],[-349783,384255],[-346432,393239],[-347537,390742],[-354767,389507],[-347626,388604],[-355322,390721],[-352524,386363],[-355772,386676],[-357305,387363],[-355921,395712],[-356475,391638],[-351295,391438],[-356882,393416],[-358353,392141],[-347137,394040],[-351787,385031],[-350803,386446],[-356512,396122],[-351942,391241],[-352248,390161],[-347174,390467],[-350023,389212],[-356626,384864],[-355119,386186],[-352340,391418],[-354361,389362],[-352386,386031],[-358127,387965],[-356263,386103],[-356198,387545],[-345876,404688],[-348530,402705],[-353198,402806],[-351796,407294],[-348446,407693],[-357549,398518],[-356527,397046],[-349534,403869],[-345672,399013],[-354319,408628],[-353757,403038],[-347009,404088],[-346513,408953],[-356925,400763],[-353706,406150],[-350556,400698],[-357242,398484],[-346811,398403],[-347205,403700],[-349456,404295],[-351869,405623],[-354795,408640],[-353908,402710],[-353378,403143],[-346231,409445],[-347511,402944],[-356180,397299],[-353376,398553],[-355893,409308],[-347999,401448],[-345635,399850],[-356541,400581],[-353980,406713],[-358233,406400],[-351117,407193],[-348536,407341],[-356769,397100],[-345671,397285],[-346251,404585],[-345856,408087],[-347564,402554],[-349958,403015],[-353409,399587],[-355265,409752],[-355799,400686],[-354710,406834],[-351062,406747],[-346761,400853],[-357230,398213],[-347945,401630],[-346082,409025],[-353956,408398],[-351644,405676],[-346698,404368],[-353774,403267],[-349567,403146],[-355848,409049],[-356615,401023],[-354306,406616],[-346783,398774],[-350164,400642],[-353087,422568],[-352926,412891],[-352649,418961],[-348755,416790],[-351563,414702],[-354969,410509],[-353475,418956],[-349444,413853],[-348772,413146],[-350174,416586],[-352292,418462],[-355805,420562],[-353059,417229],[-351583,421082],[-350987,410214],[-358032,421071],[-351635,415573],[-347783,418748],[-352530,413621],[-353161,410096],[-355091,410965],[-347903,411120],[-353555,417607],[-348990,413267],[-351585,418318],[-356191,418790],[-355920,420860],[-353110,419501],[-352658,414159],[-349869,416984],[-349073,414955],[-353520,422468],[-354009,411946],[-353348,410397],[-354081,417875],[-351530,420770],[-355606,420170],[-351266,414112],[-349124,412981],[-348051,418945],[-352143,413484],[-358306,421333],[-355076,410231],[-353956,419232],[-348430,417369],[-348399,414858],[-355515,418200],[-353535,419520],[-352649,417041],[-356821,419086],[-353161,412587],[-350787,411769],[-348643,418806],[-352082,414290],[-352798,411594],[-347742,411445],[-353530,418021],[-356074,425643],[-354471,429331],[-357262,425990],[-355676,432233],[-356503,422647],[-356512,427947],[-357351,425265],[-353949,422749],[-356228,423036],[-357265,426702],[-355262,432360],[-355443,428405],[-357033,424728],[-355751,426020],[-354737,428683],[-357657,425107],[-355079,428406],[-355986,426707],[-357871,425727],[-354635,425176],[-356918,425902],[-354672,426384],[-353323,422891],[-354053,429660],[-357649,426366],[-370561,294340],[-368302,284594],[-367011,284404],[-362510,288562],[-368950,289950],[-364224,285480],[-366208,289641],[-369100,286258],[-369104,291342],[-363179,292971],[-359198,291750],[-359715,290051],[-360403,290533],[-361404,291247],[-361280,284584],[-360127,283769],[-363610,283442],[-366299,282992],[-370068,290746],[-370397,288613],[-370946,290355],[-367041,286645],[-368732,288175],[-367365,287356],[-363501,286712],[-366994,288068],[-358634,290685],[-367202,283695],[-366311,285784],[-361908,292510],[-360232,287374],[-360849,284273],[-363937,289294],[-359112,282206],[-368495,290565],[-363319,290619],[-358900,288787],[-362158,284324],[-368980,287191],[-366014,284803],[-364025,286649],[-370231,291603],[-362785,290549],[-361996,289026],[-361520,283118],[-368555,291412],[-368472,283819],[-362974,282879],[-365649,287468],[-361928,294787],[-360179,297119],[-360749,298302],[-359840,298248],[-368799,315432],[-369881,319178],[-370653,315143],[-368762,316147],[-369055,312830],[-367590,313414],[-367124,315560],[-370833,311506],[-367283,314601],[-369476,312176],[-368302,311821],[-367467,328230],[-365559,327203],[-369227,323563],[-365588,328091],[-367842,327415],[-368860,320934],[-368178,330194],[-370764,324803],[-371093,321881],[-368112,325958],[-365617,331860],[-369235,327351],[-369472,320926],[-362614,325140],[-361508,325577],[-364282,328561],[-362490,328213],[-363657,330006],[-368739,333721],[-366661,335463],[-369550,338321],[-370222,337731],[-367786,333657],[-370243,336394],[-366492,336978],[-370645,339178],[-368473,336421],[-369852,358560],[-369681,358205],[-370416,357910],[-370138,358546],[-368768,371245],[-367326,370098],[-368192,370792],[-370881,358606],[-367555,369769],[-367806,370193],[-367808,370902],[-370580,360628],[-369099,366807],[-370616,361094],[-368664,365794],[-368026,361236],[-367098,363328],[-367980,361692],[-369627,360559],[-368502,366599],[-371035,362019],[-369443,366400],[-367585,363256],[-368681,365246],[-365606,378697],[-371034,379948],[-368126,377480],[-368348,379087],[-366430,381636],[-361025,382548],[-369039,382421],[-366242,384050],[-360730,382968],[-363053,379524],[-364435,375138],[-364305,380745],[-362800,380705],[-366116,377554],[-360829,379850],[-358665,380573],[-365045,379391],[-366396,374440],[-366368,372928],[-361528,383076],[-369483,371479],[-366825,383949],[-361025,378917],[-370016,382681],[-370179,383254],[-369193,377948],[-369669,379059],[-367397,379619],[-366639,380995],[-367767,378125],[-369825,376449],[-370623,377122],[-364346,382423],[-365436,381986],[-363653,383411],[-366892,383484],[-362931,378288],[-365328,375006],[-364572,380198],[-363187,380817],[-364982,384154],[-365006,378952],[-365885,377227],[-369851,371837],[-367025,374467],[-361543,379001],[-360718,379559],[-369284,382621],[-368757,377094],[-369870,379469],[-366335,381183],[-370377,377134],[-371175,378493],[-364600,381875],[-361607,382674],[-369627,383576],[-368094,371563],[-366137,382075],[-363713,382475],[-363445,382945],[-366015,383734],[-364614,383944],[-366060,384097],[-364361,379308],[-364730,374871],[-363520,380756],[-362866,379781],[-365384,378164],[-366904,376991],[-360300,379812],[-367051,373753],[-365310,373741],[-358823,384165],[-369493,383236],[-363480,375944],[-368904,371714],[-366350,384166],[-368835,377795],[-367199,380263],[-371193,377511],[-363515,382124],[-362066,382304],[-365647,382613],[-364201,382971],[-359867,383111],[-364564,378237],[-365163,375323],[-363925,381299],[-361538,380486],[-365999,378085],[-358803,382156],[-365873,373511],[-359124,383494],[-363040,375969],[-368651,376577],[-362414,383007],[-364992,379136],[-364073,376294],[-363363,379739],[-361061,381552],[-371127,373188],[-365597,384971],[-362780,385151],[-359711,395130],[-366054,388899],[-362387,391448],[-358760,387158],[-361103,385999],[-364715,388584],[-366189,389990],[-365464,387763],[-361980,395440],[-358474,391695],[-366976,387651],[-361117,391338],[-363525,388667],[-359153,387157],[-367597,396266],[-364243,389041],[-361165,385071],[-364921,385436],[-365815,388473],[-366840,390698],[-360877,385631],[-365185,390782],[-363758,384926],[-359766,393317],[-360796,394707],[-363257,390292],[-362701,388725],[-358722,388026],[-359823,387201],[-366926,396581],[-364802,388901],[-365234,384963],[-365891,387480],[-364553,384725],[-366860,384467],[-360017,395631],[-359843,393000],[-361482,396311],[-360269,385524],[-365819,389575],[-361734,390507],[-358639,387647],[-361577,385832],[-364745,387988],[-366570,388098],[-368009,395776],[-364453,385241],[-359678,384342],[-362546,396633],[-360188,393432],[-361975,395991],[-360770,395020],[-365173,387185],[-363845,389917],[-361886,391237],[-361411,386321],[-364792,389713],[-365851,384282],[-366050,384875],[-366106,388761],[-368730,390197],[-364245,395714],[-368713,393684],[-370610,395060],[-369170,390178],[-369191,392867],[-370851,393123],[-370903,392282],[-368232,389346],[-370238,392548],[-365474,395530],[-370081,396149],[-368203,393760],[-370306,391905],[-368776,390567],[-367671,388405],[-367438,389664],[-369600,390035],[-364607,395547],[-366542,395034],[-367609,393403],[-369877,395708],[-367142,390815],[-368824,393485],[-367175,391176],[-368897,388931],[-369088,391030],[-365585,391083],[-365048,395539],[-370643,394599],[-368320,392002],[-369935,395340],[-367814,390139],[-369018,393110],[-368339,390936],[-366920,394758],[-368275,388685],[-369609,390602],[-370313,396736],[-364519,396082],[-369348,395586],[-367487,388972],[-367970,393113],[-371136,394462],[-367180,391040],[-366290,399517],[-360392,398431],[-364129,400577],[-358402,406702],[-360649,398772],[-358644,405286],[-368373,398080],[-367958,400393],[-369492,398658],[-364292,400194],[-365635,399934],[-360753,398198],[-359038,402465],[-367953,398024],[-367120,397755],[-366295,399178],[-370023,398027],[-368894,398619],[-362779,402529],[-361055,398724],[-359161,398712],[-364941,400597],[-359037,405019],[-368608,397496],[-367444,399941],[-365398,400232],[-358644,399310],[-359085,401620],[-367709,397566],[-366872,399589],[-370734,398852],[-367625,401548],[-370135,400416],[-364663,402403],[-366161,405124],[-360518,407708],[-367107,407402],[-365289,408285],[-370657,403297],[-369235,403522],[-368611,403177],[-363085,407703],[-367387,407660],[-370378,402711],[-370417,399609],[-360603,405609],[-367823,407170],[-369608,401735],[-366005,402198],[-363352,402439],[-360210,408503],[-364673,406159],[-369962,405805],[-367304,406926],[-365476,408260],[-369848,399627],[-369658,399962],[-362978,408130],[-367395,409799],[-369640,401247],[-370955,402800],[-367357,402231],[-368915,404740],[-370727,408084],[-369732,404956],[-364760,402908],[-361783,403688],[-365624,405187],[-363596,406769],[-362609,406379],[-362449,407870],[-361307,409618],[-366680,407633],[-364641,408975],[-369585,404412],[-370963,403814],[-370672,397281],[-362759,407269],[-369877,402430],[-370756,401613],[-366781,404043],[-371004,398955],[-369996,406604],[-367656,401973],[-365882,403030],[-363970,403205],[-371168,408601],[-360634,408647],[-361815,407134],[-361419,406530],[-364964,405282],[-365988,408814],[-363624,409106],[-369817,400365],[-362169,408275],[-367149,408242],[-368840,402895],[-369288,404171],[-370886,402346],[-369974,401965],[-364045,403850],[-365332,402335],[-370479,400339],[-370430,399326],[-365905,405860],[-363159,406837],[-363919,406264],[-361282,408742],[-366746,408532],[-365156,409101],[-368185,401057],[-368966,403348],[-364480,406694],[-366800,409375],[-370787,402787],[-369078,420714],[-361594,419439],[-360324,419028],[-365196,418521],[-364621,415782],[-364224,421449],[-367512,416674],[-366479,417000],[-361836,419240],[-363206,421569],[-358417,418141],[-361828,417321],[-364883,418092],[-358482,420698],[-360503,421807],[-369140,419859],[-364664,415341],[-369489,419875],[-365406,413130],[-367627,416062],[-366855,416414],[-367251,417578],[-364909,418338],[-359144,417272],[-361032,421890],[-368607,420879],[-365068,421321],[-368600,418622],[-364554,421214],[-360557,419305],[-367593,417143],[-365839,413442],[-365607,414137],[-365236,415526],[-365173,416299],[-367119,416123],[-364304,415869],[-360740,421063],[-364828,417624],[-369303,420332],[-361446,417346],[-358748,417375],[-364099,420909],[-367227,414975],[-367666,417717],[-365180,414885],[-366801,415748],[-365627,417804],[-363340,422489],[-360201,421506],[-358835,421203],[-368587,421198],[-369061,418865],[-366941,417077],[-365475,417190],[-361531,413686],[-361400,415195],[-371117,419168],[-370068,412283],[-368425,412756],[-369367,415006],[-362098,413412],[-360194,409926],[-369790,411906],[-360555,410746],[-371069,411457],[-360354,413140],[-360790,412638],[-368024,412462],[-360372,415062],[-360291,410482],[-370902,411676],[-370436,412959],[-360056,414964],[-370809,418667],[-370330,411850],[-362011,414424],[-369288,415613],[-360552,412412],[-365545,411546],[-368936,412554],[-368887,414899],[-368343,414301],[-368484,414081],[-361198,413672],[-360893,409819],[-370509,412224],[-361549,414905],[-370311,413356],[-361054,411303],[-359763,413939],[-364044,409927],[-369400,415974],[-362870,414697],[-365914,411668],[-368645,412347],[-360940,414821],[-361330,410138],[-369976,412587],[-370877,412526],[-360312,411484],[-362116,413035],[-360844,414089],[-370834,411072],[-365539,411996],[-369260,412391],[-368543,414612],[-366163,412900],[-360525,413488],[-360973,411289],[-370332,411899],[-369669,413044],[-366302,423501],[-360613,430727],[-359338,430284],[-362491,431528],[-367926,433139],[-368195,431099],[-361573,427112],[-361652,425521],[-359923,426288],[-363275,429896],[-370394,426016],[-366835,423645],[-362724,431786],[-367130,427786],[-368851,428862],[-368503,431022],[-359945,425817],[-359839,427357],[-360821,429747],[-363105,430411],[-370553,427081],[-359012,430398],[-366685,424789],[-361699,428606],[-368040,432589],[-367291,434160],[-367535,426836],[-368933,429433],[-361702,427204],[-359978,425506],[-359486,427374],[-360599,430166],[-362421,422989],[-365395,422971],[-363333,430696],[-370845,426371],[-367519,425359],[-360930,430657],[-367223,423554],[-361594,428985],[-363075,432110],[-368557,434155],[-367123,433772],[-367752,427222],[-368864,430186],[-361675,426253],[-359836,426761],[-361042,422694],[-365764,423826],[-363723,430346],[-367112,424422],[-367970,434060],[-367793,427852],[-368279,430218],[-361228,425481],[-359544,426344],[-360315,428586],[-365585,423441],[-362471,430369],[-372644,293424],[-373226,293876],[-374469,292516],[-372263,292387],[-374195,293988],[-371762,291982],[-371591,289286],[-380368,304084],[-381611,302013],[-383211,302606],[-382876,304674],[-379928,298265],[-382747,297871],[-383557,302528],[-381433,300570],[-373438,295232],[-383560,304865],[-381173,299508],[-383539,300576],[-380553,305838],[-377791,304225],[-379464,299237],[-379469,301202],[-381412,305322],[-381448,298409],[-381156,303933],[-381562,307142],[-379111,299764],[-378713,298116],[-383448,298918],[-375254,306357],[-374893,302737],[-374694,305652],[-376173,304167],[-376818,301345],[-377243,304608],[-378805,313040],[-382745,311687],[-379621,315079],[-376583,314017],[-375788,318256],[-379941,317058],[-372889,315594],[-380951,320158],[-378764,315869],[-372758,319564],[-376602,318543],[-374661,314463],[-382550,316969],[-381130,311644],[-381590,309705],[-383004,309879],[-376673,315997],[-372337,317694],[-378499,313688],[-378418,317490],[-381354,316153],[-378737,311626],[-374590,316290],[-373096,312845],[-377450,311920],[-377617,318825],[-383768,315013],[-378773,318821],[-374331,319816],[-374196,318740],[-376246,319449],[-383005,307959],[-377839,315067],[-377905,310563],[-379841,319955],[-371786,315438],[-372823,310683],[-373259,307884],[-371559,309990],[-373632,310839],[-376407,308164],[-374887,325842],[-372345,323713],[-375108,322623],[-378909,324324],[-379732,323723],[-376498,320246],[-374542,324059],[-373054,322961],[-377177,323626],[-376021,324645],[-371711,324424],[-375860,325465],[-374690,322744],[-374842,326986],[-379104,320246],[-378615,322017],[-380472,323953],[-377246,325902],[-374365,339330],[-373151,339397],[-372333,338858],[-372409,356874],[-376525,356890],[-378032,353189],[-381580,358471],[-372853,358161],[-373683,356180],[-376975,356437],[-372425,357762],[-375888,353796],[-378833,353984],[-376926,353549],[-381683,356724],[-377396,356080],[-378533,358246],[-380538,354945],[-376960,352306],[-376340,352722],[-378982,358418],[-378075,355939],[-381517,356174],[-376777,352824],[-372908,356557],[-373037,358534],[-378755,356072],[-375908,354274],[-379110,353010],[-377688,353757],[-381257,370734],[-372489,359322],[-379455,363740],[-382098,364073],[-374738,364193],[-383990,367399],[-382033,368825],[-382778,370182],[-379948,367531],[-381359,365973],[-378087,364442],[-378466,359273],[-382154,364241],[-382030,358857],[-374696,364646],[-382176,368105],[-380219,366726],[-378355,365064],[-379105,359728],[-379459,364255],[-380389,365386],[-381579,368709],[-381325,370135],[-381331,371018],[-379605,368480],[-372139,359488],[-378046,365238],[-380891,364609],[-381856,368370],[-381243,369646],[-381011,371215],[-382422,367729],[-382298,369983],[-372190,358904],[-379389,366802],[-379078,369303],[-379770,365648],[-378137,362888],[-381070,362892],[-381955,365188],[-375001,364942],[-372753,359924],[-379704,359142],[-379054,368265],[-374315,370631],[-378339,369477],[-378905,368608],[-371874,370597],[-376163,370432],[-374653,370343],[-378426,368437],[-376811,370134],[-376773,370587],[-374182,371066],[-372282,378328],[-374344,381632],[-371327,382478],[-383151,382995],[-379057,374023],[-379431,379442],[-382729,374534],[-383583,383544],[-383690,374552],[-383844,377146],[-376207,377475],[-374777,378274],[-374728,378817],[-375942,380120],[-373187,381883],[-379766,378819],[-372606,379277],[-375191,380940],[-381920,374566],[-380718,379590],[-379494,376672],[-383128,375324],[-380506,379231],[-383766,382890],[-383331,377206],[-383686,376785],[-371655,378906],[-373667,379689],[-372082,382025],[-375284,381361],[-379276,374255],[-378674,374563],[-379192,376305],[-382052,374933],[-383381,383724],[-382730,383586],[-383713,377735],[-376590,377137],[-376672,378873],[-375706,377930],[-376159,379667],[-374486,382550],[-379128,379181],[-371365,382099],[-373214,379495],[-379071,377108],[-383009,375030],[-381787,371584],[-383830,381689],[-377101,376912],[-378204,377291],[-377106,378728],[-372727,379869],[-375909,380477],[-375591,382242],[-383643,376114],[-383300,378403],[-378976,379765],[-374469,381264],[-371810,380001],[-381430,374716],[-380250,378855],[-379869,376040],[-383538,383179],[-377311,376499],[-376788,377439],[-377714,378263],[-376041,378017],[-375562,380336],[-374330,379370],[-374902,382842],[-380171,379255],[-383194,377596],[-375502,383621],[-379308,382624],[-375329,374488],[-372822,375579],[-371478,373165],[-377929,383369],[-379945,381597],[-379115,383673],[-380583,380072],[-373966,371855],[-373645,375046],[-371595,372105],[-375330,375556],[-373056,375810],[-379420,380218],[-380636,382595],[-374305,372306],[-374324,375602],[-372074,374973],[-371370,372602],[-379970,383232],[-379392,381974],[-380389,382295],[-372166,375386],[-380547,382902],[-378593,383444],[-374302,371971],[-374723,374133],[-379744,383605],[-379663,379759],[-379617,396262],[-381086,391098],[-377838,394074],[-383820,393546],[-380886,396507],[-380598,393687],[-380840,391862],[-380583,395354],[-381745,396957],[-377413,394295],[-380419,391818],[-383835,392310],[-382349,388553],[-381774,393805],[-382283,389924],[-383487,394351],[-379082,393184],[-380926,393781],[-381641,389557],[-380636,391219],[-377756,393845],[-383164,393373],[-380405,394177],[-378004,396251],[-379894,392510],[-380739,390780],[-383067,387681],[-383543,392917],[-381708,393212],[-383170,394152],[-383567,384306],[-379016,396463],[-380779,394713],[-379503,396398],[-379939,392056],[-380504,392580],[-383382,384540],[-381373,394311],[-382686,388851],[-381107,391046],[-382173,391082],[-379978,396348],[-381125,394673],[-380873,385029],[-372877,388926],[-371328,396041],[-372006,391637],[-372908,390145],[-371863,392994],[-374537,393491],[-377081,390848],[-376615,387201],[-373663,388457],[-374594,384970],[-375633,394669],[-374906,393626],[-375946,396677],[-374969,395071],[-377564,396100],[-373366,388997],[-371543,395569],[-372577,395137],[-374506,391861],[-374074,393431],[-375219,385687],[-374024,385559],[-375425,385325],[-375828,395053],[-378577,384397],[-379336,384487],[-372885,389491],[-371342,395982],[-371543,391707],[-374190,390430],[-374946,390194],[-372356,395657],[-375828,391168],[-375437,395508],[-378692,396857],[-377572,389579],[-376287,388737],[-374112,388961],[-372624,387662],[-371797,387463],[-374295,386468],[-375653,385824],[-375726,384300],[-373394,386353],[-376801,394368],[-376046,393100],[-376516,391605],[-371239,396617],[-375080,396970],[-379964,384631],[-372974,388025],[-376958,396608],[-372373,391703],[-372534,391152],[-374443,395125],[-376618,395255],[-373919,393033],[-377180,389826],[-376224,387899],[-373810,387956],[-374766,384649],[-376583,392377],[-376591,389985],[-380486,384207],[-372604,387331],[-371743,394897],[-371416,391198],[-374019,390806],[-373191,395119],[-374778,391750],[-372025,393313],[-377592,389001],[-376867,387156],[-374431,388828],[-372253,387221],[-376611,394746],[-371334,395161],[-371520,395903],[-376702,396885],[-376087,396307],[-382611,399655],[-380471,397051],[-381364,398653],[-380597,398587],[-382345,399371],[-380107,397471],[-371335,403778],[-376882,400843],[-378729,402596],[-378020,402645],[-378590,400134],[-380469,399737],[-373932,397618],[-377856,400796],[-379062,402536],[-377134,397603],[-372104,405666],[-377596,401758],[-378506,401498],[-373163,398220],[-376845,401748],[-380635,403632],[-376899,397226],[-371556,404916],[-378382,397444],[-378474,402597],[-380779,402197],[-378748,397637],[-371482,397826],[-372811,397917],[-371793,404382],[-376832,400273],[-379890,403153],[-372379,407082],[-378013,397056],[-372310,397451],[-379621,397848],[-380637,399678],[-377837,403117],[-380221,400452],[-380239,398637],[-373343,397705],[-371886,398145],[-371420,404309],[-379480,402452],[-373016,397309],[-377608,403184],[-378920,400420],[-374138,412462],[-382395,413679],[-383395,415625],[-380054,417996],[-372693,409954],[-374792,416342],[-375950,421557],[-376422,415694],[-372492,421199],[-373020,417106],[-372909,419491],[-374068,414317],[-371871,414579],[-374436,412714],[-379820,419343],[-377867,420746],[-374900,415876],[-383343,414570],[-374910,419739],[-375528,418486],[-372844,420396],[-372802,411152],[-373991,412225],[-372029,421211],[-374864,413026],[-381794,414588],[-382707,416053],[-378601,418792],[-376670,422208],[-375233,414503],[-383736,414924],[-376066,414984],[-376819,416705],[-372063,420586],[-372745,418000],[-373954,414191],[-373124,411672],[-381041,413178],[-382775,414912],[-379991,419016],[-378702,422217],[-375501,414792],[-374706,420462],[-373714,417050],[-376902,417251],[-375753,417898],[-375010,416726],[-372821,421016],[-373153,418381],[-372886,410250],[-381287,413760],[-375562,414347],[-378743,418298],[-377057,421169],[-374888,420238],[-375329,421225],[-375580,418099],[-372620,421585],[-372021,425260],[-380201,432930],[-383331,432515],[-382818,432748],[-372406,426763],[-372187,427517],[-371938,429106],[-371648,424941],[-371269,429588],[-371913,430001],[-379750,433087],[-381040,434122],[-383679,434263],[-371338,425741],[-371800,427904],[-371230,428979],[-380950,433191],[-382494,431426],[-383177,434264],[-371798,426984],[-372781,427694],[-371700,429206],[-373571,428272],[-380128,432255],[-382565,435210],[-383314,433510],[-372016,426424],[-373049,427920],[-372763,428990],[-379719,434373],[-380508,435140],[-383042,433356],[-371579,425797],[-372173,428246],[-372267,429688],[-383830,422872],[-382870,423331],[-378237,422902],[-383648,424553],[-382798,424462],[-382357,425464],[-383791,423564],[-382922,438631],[-376776,437038],[-380988,436313],[-377213,436461],[-382721,437430],[-375670,436628],[-380118,435456],[-380822,438274],[-375281,437323],[-382722,436393],[-376303,436594],[-387252,298671],[-384760,297398],[-385095,301546],[-387115,300458],[-386215,301697],[-386200,297840],[-385256,299001],[-386191,302926],[-385580,318137],[-384351,315143],[-386735,317131],[-386877,318738],[-391678,336487],[-395947,340054],[-395435,341780],[-396141,334432],[-392583,334792],[-395683,334334],[-394111,336785],[-396088,341034],[-393174,337578],[-391180,338668],[-388456,353038],[-389471,349369],[-394476,350871],[-384599,357840],[-392631,355920],[-390536,347558],[-394667,354583],[-396759,350151],[-389175,353579],[-386528,357411],[-392057,354532],[-390468,347097],[-394115,353535],[-392529,358305],[-395185,347449],[-390855,355709],[-385200,357658],[-390078,354878],[-390444,349351],[-394050,352885],[-388588,369042],[-395810,361354],[-387822,365599],[-389573,362389],[-385880,360411],[-386194,368598],[-390352,364778],[-394689,369246],[-396192,364713],[-393915,366164],[-390497,362422],[-390963,367526],[-389817,370652],[-385279,367047],[-393437,361166],[-390443,368690],[-387804,364086],[-390702,363257],[-388129,359327],[-393629,364422],[-395052,371345],[-392627,368492],[-394615,365276],[-387586,370181],[-386225,369464],[-392034,367092],[-391928,362381],[-389614,368949],[-391055,370512],[-393910,358641],[-385733,365158],[-385698,361479],[-388587,358729],[-393828,364879],[-393894,368130],[-387692,370640],[-387369,366237],[-384847,367814],[-396202,368463],[-394021,366809],[-391871,361739],[-391861,368364],[-389371,369818],[-385722,359682],[-393665,360987],[-394123,363833],[-386531,369037],[-389594,369064],[-387185,368200],[-384234,367747],[-392341,367078],[-392707,363501],[-391077,367836],[-389429,371174],[-389088,371318],[-391456,360690],[-389771,369105],[-387703,365872],[-388465,370040],[-393519,367147],[-392375,362891],[-390986,368741],[-390416,371218],[-390156,378826],[-389777,380810],[-386657,382204],[-391943,374767],[-386284,383540],[-391967,373844],[-393997,382758],[-385356,383456],[-389152,373014],[-396483,373452],[-387450,379985],[-386896,381716],[-385907,373348],[-389746,373125],[-387811,374002],[-394612,383870],[-387495,371866],[-390869,380851],[-392424,372495],[-396308,374705],[-390972,382922],[-391274,375898],[-389439,379944],[-388069,381468],[-389140,381552],[-384340,383228],[-384078,375257],[-394749,374435],[-391910,374478],[-388969,377672],[-388164,382159],[-386481,371796],[-393378,383778],[-388295,379043],[-389152,373864],[-387086,379107],[-388983,371503],[-386582,376572],[-386211,381082],[-386618,382695],[-388231,379689],[-391304,380484],[-392348,377497],[-393575,379632],[-393899,377800],[-394785,376700],[-393579,374929],[-392536,373840],[-391617,382582],[-392878,380140],[-393413,381487],[-392758,382215],[-386022,381840],[-385654,377416],[-385750,376716],[-395072,373269],[-386455,383893],[-385879,377570],[-396580,372016],[-392194,376419],[-388278,377736],[-389150,380251],[-386783,376892],[-389168,378437],[-386220,372796],[-394450,375793],[-391993,372322],[-394160,381151],[-390475,371550],[-386652,378216],[-390288,380261],[-390489,379394],[-385713,382871],[-384929,379851],[-389006,381042],[-394554,378039],[-391173,382550],[-387914,378030],[-392914,375556],[-384184,382366],[-385342,379516],[-385555,377530],[-396122,374655],[-395266,373868],[-387471,385912],[-394609,386340],[-389900,384277],[-388709,385730],[-385753,388645],[-390267,392194],[-384562,394310],[-391495,394120],[-391084,394607],[-386316,389168],[-395180,386601],[-392866,396122],[-389592,396570],[-389515,393024],[-388404,392101],[-391728,389258],[-395444,395411],[-387154,391520],[-386720,389796],[-396595,387145],[-385711,384678],[-385758,394467],[-385870,392281],[-390882,384816],[-385022,386346],[-393450,393542],[-389088,394269],[-393716,396152],[-394443,385994],[-388715,391205],[-389199,386470],[-392370,389141],[-396251,394951],[-395994,392944],[-387131,389662],[-388625,388515],[-389489,387627],[-390963,385588],[-396450,388192],[-395645,387896],[-394702,390990],[-393100,389395],[-393295,392905],[-384464,392364],[-389156,386951],[-392045,395413],[-387008,385380],[-390441,392727],[-393725,384609],[-390021,392318],[-393565,395070],[-391990,385125],[-386186,388367],[-389573,395475],[-390364,396625],[-388819,392845],[-387872,391873],[-391428,389748],[-391756,388122],[-391984,388000],[-395078,394980],[-394688,391892],[-386686,385162],[-387266,386008],[-387242,386643],[-386590,394533],[-384630,393883],[-384292,396496],[-388947,391229],[-387113,389416],[-389128,384507],[-391088,387688],[-395802,387294],[-389856,393423],[-385358,385298],[-384623,393170],[-389420,384328],[-389019,388101],[-388419,396698],[-385828,392860],[-395217,387643],[-394669,396631],[-392180,396300],[-390038,394011],[-387639,386452],[-391907,389828],[-386940,384802],[-385237,392285],[-393459,393801],[-389688,384608],[-392191,384678],[-389032,387490],[-392706,395383],[-390682,392504],[-390910,384444],[-384959,385906],[-388246,394719],[-391711,395556],[-395143,385889],[-388304,391659],[-387444,386901],[-391979,388382],[-396094,393217],[-386248,384270],[-391257,393833],[-385967,385353],[-386028,398948],[-386945,397370],[-396013,398133],[-386906,401791],[-391710,404574],[-396742,406647],[-396033,404858],[-385983,402461],[-396700,405852],[-388862,399069],[-395614,403042],[-388418,401268],[-396595,400374],[-395973,406702],[-393799,397778],[-391746,397759],[-384153,401506],[-385748,397198],[-388508,397832],[-384913,399402],[-395700,399956],[-387440,403301],[-391205,405498],[-396113,406642],[-396220,402988],[-392372,397002],[-384877,400796],[-396137,397635],[-387306,397049],[-385361,401621],[-392108,398845],[-395903,406330],[-387623,403666],[-390801,402530],[-385416,399152],[-387408,400452],[-388005,399564],[-385116,398420],[-393685,400551],[-396395,400454],[-384381,400852],[-385962,400931],[-384804,397479],[-393753,398800],[-393243,403292],[-391016,405083],[-384294,401229],[-390085,421186],[-396303,419174],[-393775,419673],[-396492,420369],[-388847,421359],[-395569,419548],[-391807,421935],[-395628,421526],[-386167,422521],[-390951,420953],[-394933,413866],[-394338,418001],[-392504,420859],[-390313,421865],[-395240,417551],[-393135,421590],[-394714,419566],[-393731,420903],[-385306,412057],[-384547,413596],[-386141,418237],[-385207,422345],[-385478,414642],[-386741,412353],[-385227,421551],[-384406,415614],[-386384,419301],[-384233,421597],[-387174,419096],[-385160,419458],[-386146,433321],[-384937,428170],[-386571,425720],[-389188,428561],[-388487,430348],[-392284,428835],[-390039,423283],[-386096,431111],[-389400,432730],[-384480,435340],[-387824,425705],[-391588,431667],[-392750,425680],[-391531,425935],[-391483,424297],[-385160,432099],[-387426,431751],[-385493,433471],[-386265,429905],[-386796,427695],[-388389,430014],[-391160,429970],[-390198,427507],[-388724,424931],[-390608,423318],[-385155,430801],[-387291,431141],[-385543,429682],[-388271,426517],[-388106,429781],[-391935,433026],[-391867,427939],[-389648,425819],[-390975,424809],[-386569,431606],[-389078,433621],[-386283,426048],[-389898,433348],[-391010,426838],[-390563,423310],[-391259,425063],[-387112,432578],[-387598,431884],[-386522,437188],[-386649,437682],[-385502,436169],[-388479,437544],[-388261,436114],[-386952,436243],[-387400,437401],[-407339,332094],[-398933,332809],[-401566,332243],[-407583,332178],[-402304,330978],[-408722,332507],[-399653,331944],[-406434,338965],[-402704,338964],[-408075,335596],[-398743,340262],[-400210,334548],[-407965,337301],[-401406,338294],[-405069,336287],[-401220,336559],[-403313,333158],[-407464,336284],[-401400,337933],[-407783,334267],[-398020,341138],[-408719,338651],[-404458,338140],[-403512,335056],[-398006,339892],[-398330,352012],[-401563,348732],[-404531,346168],[-401265,353360],[-399878,354952],[-396853,347681],[-404418,356360],[-401400,348672],[-401652,353051],[-397375,346228],[-406960,357157],[-405652,358011],[-399201,346951],[-403624,346757],[-402114,349673],[-405541,349795],[-401452,354063],[-403744,353740],[-402491,355265],[-398296,354270],[-397769,345931],[-405698,355513],[-401245,346511],[-404056,348750],[-402241,351748],[-398621,357590],[-400958,360289],[-405277,369459],[-403882,368882],[-399065,366547],[-399119,369226],[-408689,362190],[-409082,366519],[-404000,364554],[-396827,366885],[-398257,359726],[-405121,369630],[-400997,367105],[-398199,370792],[-401197,369416],[-397598,363288],[-399811,361569],[-406529,363639],[-408165,365398],[-403795,366009],[-403789,370649],[-404131,369028],[-398606,370710],[-409302,366377],[-402337,365031],[-398102,367638],[-405421,371166],[-401454,370092],[-405111,362193],[-407907,366024],[-403451,363077],[-397073,366381],[-397369,365428],[-397880,363044],[-405559,367091],[-398702,370207],[-406237,365257],[-405004,363272],[-406334,371272],[-397557,367193],[-404181,378465],[-403428,373389],[-402294,378593],[-407246,379185],[-398760,373082],[-396927,373129],[-400484,378561],[-399365,374317],[-397123,372256],[-405327,379098],[-404187,373748],[-400441,379225],[-408705,377313],[-400091,372131],[-397595,371756],[-400977,375090],[-403067,380733],[-399173,371831],[-400209,380713],[-408266,377857],[-399591,374029],[-397056,373869],[-404574,376840],[-402018,378174],[-407996,377488],[-398900,371934],[-398428,387565],[-399923,387340],[-396836,389115],[-399571,386130],[-398993,388512],[-397996,387179],[-399334,388084],[-398742,385997],[-397878,401977],[-399702,406468],[-401630,406224],[-400568,404363],[-400506,408510],[-398283,407004],[-399382,403985],[-398362,402226],[-401047,407658],[-397635,406972],[-398963,404580],[-398238,402554],[-399436,408357],[-399447,405898],[-397742,404002],[-397871,401948],[-397773,404999],[-399609,408431],[-399266,407586],[-400252,404721],[-396989,417218],[-399246,415595],[-398847,414634],[-401612,410481],[-400723,415701],[-398119,416833],[-401715,410667],[-396965,419081],[-397837,417994],[-401282,414798],[-400652,410834],[-400126,415240],[-397106,414516],[-400521,410353],[-399833,416017],[-397153,415413],[-401003,410634],[-418377,301429],[-417530,305930],[-422036,300276],[-418153,305409],[-420029,306222],[-418305,301795],[-416012,303438],[-415109,302269],[-418209,297561],[-421912,310332],[-420368,307920],[-421328,308504],[-411831,377243],[-412464,379097],[-410789,378460],[-409802,378893],[-410799,377375],[-431643,289017],[-426373,292783],[-432920,291585],[-430361,291109],[-426476,301810],[-434333,300504],[-429198,296259],[-432676,305291],[-430910,300490],[-434156,305013],[-433983,303267],[-425962,301546],[-428929,304937],[-429466,296646],[-434480,304264],[-427491,303050],[-433706,298015],[-429202,312858],[-434194,311332],[-429062,308537],[-434316,314572],[-431726,318853],[-426822,311373],[-429241,308318],[-424022,309897],[-426386,311497],[-433825,314219],[-433738,323091],[-431193,323235],[-433718,328485],[-432662,321815],[-432682,331221],[-434646,333587],[-433533,335057],[-439959,286290],[-438844,284699],[-442247,290108],[-445070,285583],[-438867,288675],[-436992,285939],[-439986,283622],[-442151,301100],[-436990,295220],[-436277,300419],[-443512,295670],[-441832,304290],[-438244,313535],[-439682,319670],[-436424,315174],[-440303,309347],[-438513,313800],[-436797,309561],[-436342,319632],[-438859,317273],[-443109,326052],[-436377,325881],[-443343,322625],[-437307,322202],[-436298,328296],[-446528,321206],[-439641,320349],[-442591,325812],[-437326,323703],[-444566,327012],[-503355,138403],[-73380,607007],[-73354,606742],[-73293,606526],[-85807,622207],[-89245,625213],[-88526,624812],[-85804,622167],[-88914,621300],[-88103,626191],[-88180,625913],[-89312,633859],[-87649,633649],[-83104,628552],[-83095,628131],[-83221,628043],[-88522,629192],[-88579,629065],[-89590,632243],[-97898,615393],[-99341,618415],[-91388,627377],[-91200,626993],[-96484,632097],[-95733,635589],[-100406,633350],[-89789,632271],[-99620,633998],[-92014,630543],[-89606,633775],[-92183,630510],[-97535,631502],[-100304,632901],[-104912,598289],[-111965,612577],[-110369,614366],[-112623,612159],[-111517,616485],[1282414,170245],[1285407,170743],[1282763,173832],[1281220,170496],[1282451,173855],[1280875,174105],[1280883,240557],[1281588,233221],[1280291,239917],[1291986,242841],[1282484,232998],[1292699,244266],[1292693,243859],[1287607,243852],[1292788,244625],[1288386,243749],[1288098,243475],[1292105,253787],[1280857,247443],[1281635,247660],[1280016,248038],[1281841,262366],[1281515,261903],[1281605,261347],[1287828,266183],[1286817,266968],[1284120,265455],[1283286,267350],[1281078,268680],[1285714,266925],[1280323,261400],[1287481,259892],[1284967,267950],[1286814,267584],[1288425,260925],[1285483,268718],[1286559,268698],[1290209,266029],[1285331,265603],[1284332,266487],[1290767,269854],[1285863,272901],[1287374,274415],[1281563,270868],[1287225,270766],[1284700,272622],[1293711,246201],[1293497,253375],[1294365,246141],[1293715,245241],[151433,582665],[150897,586115],[150894,587868],[152585,583145],[151217,586674],[151104,584369],[150576,585625],[152435,584271],[152747,587910],[152911,587089],[151023,585338],[152234,582591],[151999,586427],[150698,587088],[152873,588186],[150018,586411],[152383,582254],[153215,588550],[153116,582188],[153341,585094],[153136,590185],[154030,584872],[155189,585714],[154557,582422],[154282,588127],[155359,584129],[153851,585852],[154168,587252],[156480,581335],[153785,584526],[156211,583922],[155958,584991],[153637,586677],[154994,584696],[154185,582609],[155224,583291],[153650,582651],[157035,583942],[154334,585978],[154850,587143],[153876,582071],[154580,585485],[155760,582562],[154244,589545],[153917,589677],[153818,590150],[183030,497196],[188631,496085],[187506,494846],[183648,496710],[191271,494418],[186107,493966],[182473,497608],[190806,494750],[186221,494843],[183266,494191],[181778,495826],[182438,495156],[190516,497370],[188295,497144],[189839,496822],[186898,494304],[187801,495837],[184255,493552],[182726,496233],[188109,494664],[184665,494155],[188206,508144],[190775,508560],[190634,499925],[185461,512050],[187734,504615],[188639,499425],[185603,505223],[188931,500606],[186341,508155],[187088,505107],[186096,506252],[191379,506526],[190778,508095],[188132,500721],[191022,499590],[188935,500685],[188323,511879],[188124,507032],[190361,506711],[189623,499937],[190482,523024],[191531,517010],[185281,513875],[191595,521598],[186941,518459],[191425,524985],[190503,521562],[191746,522758],[188865,523306],[187726,519192],[190302,518968],[189315,520236],[185116,512336],[184509,514208],[190139,523353],[188559,519882],[185470,512593],[189875,523061],[188530,520935],[185859,512700],[195454,498792],[194058,499261],[193824,498302],[196853,498715],[195819,498331],[196814,497249],[192773,505763],[194637,504868],[201162,508062],[197632,500455],[194650,511342],[195426,505625],[196909,506918],[200640,511957],[195426,501376],[195265,510749],[192390,507870],[196273,505210],[200192,506816],[201923,508483],[194211,501111],[192798,507322],[193922,506326],[194012,505744],[196147,506693],[200506,506424],[198364,506023],[198102,506813],[202193,510588],[204097,510193],[196236,502468],[194821,503202],[193475,500865],[196462,511186],[197654,508327],[199017,504704],[200958,511332],[195715,511454],[200679,522716],[194513,517565],[197692,519172],[196088,513225],[204283,512545],[198901,524281],[202572,522563],[199127,519719],[193929,518217],[198048,519876],[192426,524369],[200317,520050],[193358,515073],[198297,516780],[202798,513099],[202844,522779],[203959,524967],[203676,523396],[194789,523331],[200099,522963],[197386,521625],[200657,523945],[192909,516372],[194378,518466],[193808,518890],[196939,516992],[197440,518638],[196655,517623],[197401,514097],[194217,513988],[198871,524784],[201758,522496],[199165,521826],[195127,517752],[198618,519602],[194760,526291],[203701,525179],[195191,528873],[204770,533441],[199029,527648],[203072,526135],[198097,527840],[193898,526012],[198304,525427],[199055,526979],[195509,528157],[194445,528991],[196443,525184],[204578,534441],[192660,525751],[196876,525791],[195720,529338],[204729,533927],[204801,524236],[208830,523290],[205966,524943],[205045,524756],[210675,524878],[206960,523046],[210893,522201],[205119,523415],[205649,524165],[210019,523799],[213574,530406],[215265,534680],[210186,525097],[208318,527351],[214157,528522],[213015,534702],[215997,533193],[208201,525153],[205266,531934],[214297,529945],[213998,533019],[214894,527254],[215032,536382],[206182,526589],[211749,530633],[214371,530243],[210605,529777],[215285,532264],[213092,533473],[217205,533515],[216374,535288],[216323,530327],[217502,527023],[216086,537113],[217118,537488],[206925,530713],[206408,534561],[212667,529190],[215146,533583],[215796,534357],[217418,530095],[217202,536571],[205224,532664],[216077,542873],[216462,538563],[217318,543485],[213986,538104],[214337,537838],[217481,539573],[217172,539111],[216211,542109],[216920,556069],[213441,555951],[217356,557879],[214713,558519],[216266,557775],[215332,557077],[215716,557596],[219835,534324],[218212,529794],[224774,533220],[225447,526145],[227068,530294],[225445,533018],[229631,535165],[219028,533140],[220715,535818],[228691,527851],[223719,527616],[223344,532148],[221588,536474],[230162,535796],[218392,529033],[225112,526829],[217734,536127],[225721,532027],[228848,535325],[219213,532309],[218095,528013],[226003,528914],[226508,532546],[223447,528730],[222834,527988],[227408,527327],[227201,526731],[228256,530095],[227402,528947],[224364,529138],[224155,529595],[220501,534208],[219685,535061],[228280,536869],[223098,526156],[218924,536719],[227385,528873],[224424,530422],[227492,535974],[220897,543367],[219892,540306],[220981,538449],[227473,547682],[219222,540576],[221787,538570],[217980,543034],[218697,542437],[219745,543208],[220028,543800],[219155,539427],[220950,538079],[226654,547980],[227304,548125],[227906,550033],[229806,549734],[229426,548059],[229919,547512],[226540,538285],[228105,538529],[219015,543824],[225233,547524],[230328,550297],[226182,550555],[219208,549818],[219247,548516],[222989,550536],[219113,550453],[218535,550138],[222263,548629],[220843,549563],[223710,549959],[223260,562025],[229595,562899],[225783,563206],[225358,562531],[223279,563324],[228583,563242],[228157,562964],[225856,552970],[220269,552274],[223799,553543],[227178,552067],[228578,551382],[227060,553528],[227138,555775],[218753,550871],[219503,552771],[221534,553399],[223306,551078],[227646,553093],[228044,554200],[225833,553907],[221930,552907],[224688,555311],[221950,563757],[228881,565314],[224876,565271],[222622,565467],[227864,564094],[232486,549877],[233340,547103],[236521,545654],[237400,546705],[233573,549835],[232541,547879],[235234,544734],[235331,548479],[232564,546838],[237177,545988],[242306,561965],[235996,562233],[241792,563148],[238881,560576],[240533,562426],[241463,562002],[240452,556059],[235898,557315],[236154,558277],[240367,555404],[238207,559262],[241876,557250],[239832,557430],[241326,558416],[234892,554362],[233985,553174],[233035,552527],[233978,556714],[231673,558384],[233123,556697],[234116,550977],[236092,563377],[235748,560740],[239708,562882],[238840,557827],[235784,555129],[239190,561275],[238776,556628],[241304,556661],[233451,553271],[234635,558409],[237848,558718],[237942,560246],[240264,559489],[235275,553848],[233451,555666],[231657,551104],[235399,563047],[236726,557059],[238778,555300],[234148,555448],[238614,563928],[240910,563917],[237329,564484],[236977,563415],[242482,565472],[240837,564787],[242001,565873],[261979,396512],[260580,397689],[263319,400257],[268314,407822],[261829,420615],[268508,421382],[263716,419530],[267109,422459],[265752,421983],[267245,423317],[267221,425083],[262356,423238],[262220,424000],[262952,423578],[263019,422913],[260101,524835],[259030,524276],[266648,521701],[259746,517697],[267313,515199],[260722,523051],[260459,521266],[267457,514197],[261625,523752],[259428,522853],[261470,524370],[266248,523457],[263560,523083],[263711,523773],[258275,518233],[261937,518081],[260101,515166],[258324,522261],[265170,523090],[260643,514882],[258308,524011],[259972,523327],[266393,520299],[259874,516338],[257841,532362],[267529,527859],[261358,528089],[257559,525696],[266999,528601],[260017,527709],[264208,526186],[266420,526067],[260025,531171],[261032,527626],[258262,529512],[260554,529267],[258787,528962],[261785,525212],[261701,526270],[263976,529226],[266088,529018],[265059,526120],[259508,528271],[258997,528002],[268250,543213],[266190,539836],[264918,540895],[265456,543018],[264288,542366],[265067,543586],[267998,544312],[263499,540019],[264394,540026],[263938,541856],[267560,543569],[266355,541173],[265828,539911],[265626,544409],[270746,407444],[273798,407214],[277225,404339],[275213,402768],[269330,405807],[275044,400958],[276435,409766],[272642,404100],[269812,405305],[274898,408115],[272981,406259],[271703,406664],[268877,407158],[274237,403739],[274087,402214],[272132,401619],[275468,408827],[276815,402896],[276091,404453],[276117,404476],[273280,403440],[271604,404839],[274551,405880],[275214,418889],[279524,419702],[272272,411130],[269584,421990],[274621,418401],[275064,419908],[278987,420688],[278625,419630],[276595,421260],[277951,420570],[278354,421937],[274870,414728],[273809,412119],[274836,410221],[274902,412570],[273989,419855],[277211,417701],[272673,412660],[274130,418921],[278573,418356],[273136,410907],[276382,422267],[274649,416722],[277198,420189],[275136,411012],[276799,424161],[278852,422839],[278499,424977],[269218,422685],[276147,423151],[278085,523232],[277823,518943],[280967,524033],[275769,524947],[269188,521386],[274611,521381],[272129,517007],[275912,519962],[279546,523997],[275924,524391],[271129,522744],[270093,523750],[275551,518062],[270574,513315],[269565,514635],[271003,515247],[276363,519247],[274248,520006],[274462,518404],[271904,519893],[274887,519684],[278078,522801],[277569,521118],[277306,522714],[279537,524303],[273262,522546],[270853,521278],[269092,522225],[270893,523364],[271498,524230],[271519,521904],[272767,520005],[276611,518298],[278251,524826],[277250,520456],[281589,524319],[276033,523490],[270258,520730],[269690,522454],[274641,517945],[272778,518112],[274271,522155],[279621,522897],[273624,523815],[270735,520050],[269140,524754],[280131,533162],[280255,532269],[277428,536844],[281576,526277],[278530,531063],[280119,526085],[278094,527059],[279015,526837],[276718,533082],[276462,531028],[280059,531008],[277785,535916],[273503,525613],[280202,535667],[278179,537453],[281020,536199],[281126,525051],[277940,525889],[279069,531491],[279544,536171],[271614,548352],[279635,538851],[281473,538081],[269661,547806],[277192,547101],[271577,544296],[276001,538223],[277622,538197],[269419,546075],[272330,548171],[279554,546061],[278218,544549],[277465,546299],[271828,545991],[290380,460929],[286711,459908],[290298,460389],[293561,462718],[282621,466095],[287705,471107],[293865,473249],[294190,470019],[287562,467049],[294182,466474],[284966,466415],[288644,471281],[293242,472447],[289770,464542],[284007,464190],[292141,462689],[290614,467352],[287458,463709],[292737,461112],[288522,473757],[283933,462706],[286494,467902],[294242,468438],[290737,462732],[291604,462631],[290251,466518],[286172,465897],[285475,463518],[293171,468460],[286922,463124],[289337,464786],[291675,470615],[291843,466223],[283891,466855],[291363,464276],[287675,473531],[290084,471685],[292462,470536],[288777,463811],[285994,461542],[284925,464940],[290632,468492],[292654,466059],[287984,462515],[282005,464202],[294201,462323],[293020,461849],[289182,461155],[293613,465811],[288010,463685],[282785,466796],[287025,470516],[292264,471098],[284684,461635],[288029,461388],[287596,468109],[290878,467788],[290609,474040],[292826,473934],[281720,538633],[306619,408941],[305644,407556],[305801,406886],[304345,409438],[306830,408591],[306880,421437],[305639,409903],[305511,421273],[307045,421124],[304723,420992],[304658,424535],[305265,426085],[304355,426981],[304853,428256],[299232,462421],[298349,470378],[295553,462348],[296035,472980],[298709,466933],[294778,463361],[296819,462880],[295388,473731],[295740,465255],[294900,464692],[297370,466761],[297396,462424],[297988,463115],[297885,462558],[298491,462612],[297124,465391],[300973,463123],[296172,468978],[299089,461761],[300418,462263],[297589,469503],[295952,466977],[295891,462714],[294463,463839],[296960,465737],[294922,472382],[295450,466465],[298648,465876],[296524,461573],[295989,462082],[310800,401305],[315523,406883],[309978,407650],[310315,403103],[315770,404381],[307481,405941],[307829,404655],[316580,404899],[309046,408442],[309866,408659],[311032,404015],[309516,402902],[311122,404970],[318155,405260],[318243,405694],[314984,407403],[308463,407967],[309172,403624],[318048,406525],[308349,417702],[308759,416640],[308495,414547],[319628,418785],[316762,414708],[312292,411338],[311506,410969],[318015,418744],[315709,412001],[317003,413461],[316398,410145],[309812,416843],[312907,410086],[317723,412607],[316563,421842],[311026,418428],[313136,411451],[310416,410140],[319491,415823],[314384,410924],[318891,421717],[308405,421730],[310590,416403],[308268,410663],[319831,418256],[317123,411758],[310644,415477],[315475,410123],[319763,417868],[316809,411742],[316812,423700],[318784,427578],[311232,431617],[310045,429509],[308597,423977],[310278,430991],[317598,431183],[318510,430195],[310998,429779],[307917,431448],[308828,435091],[319456,422628],[316234,431546],[319302,431182],[316012,430548],[318154,423826],[316232,423095],[317829,427870],[318583,429285],[319608,429087],[312803,430260],[312271,431370],[314654,428843],[309773,426726],[311875,426445],[311523,426051],[307921,423977],[307411,426886],[307364,424644],[307473,434285],[316304,432008],[317250,428629],[313753,430900],[311767,429837],[310322,433421],[315065,432776],[317576,425018],[318399,430912],[309067,428803],[307777,425801],[309650,434739],[316743,426488],[326563,419690],[324755,418527],[327546,420584],[328497,412171],[330472,415643],[326866,419898],[322180,419646],[325520,421903],[322649,420386],[329701,410887],[324826,417916],[328423,421496],[328262,420647],[325240,420014],[328904,411349],[329875,416506],[320838,415092],[324046,417935],[321749,418936],[323133,419616],[324017,419770],[327321,421282],[326231,420873],[326663,422501],[321748,421252],[323517,421750],[328495,414451],[326129,413808],[326708,411527],[325328,415727],[326229,415165],[329229,415921],[327312,422269],[321898,417597],[324307,421167],[320651,421482],[325981,411669],[326935,416267],[326816,431343],[324286,433102],[322523,427734],[327945,429390],[328136,422612],[332676,430151],[325829,431618],[321741,434714],[322839,426380],[327489,427969],[323973,423614],[320083,423775],[330748,426014],[329633,429912],[330440,432290],[322838,432235],[321257,427743],[326341,428937],[332557,428553],[321966,428642],[321746,427321],[327689,425428],[329763,423713],[330483,427501],[320169,426757],[325976,434213],[331270,430073],[328189,433555],[321232,433647],[324748,432618],[321850,435298],[328500,427803],[329030,429168],[326698,429858],[327520,423840],[323481,422792],[331939,430288],[329644,426786],[328626,432419],[326630,434994],[321015,429739],[327506,427244],[329337,424430],[330412,435805],[326584,437402],[326724,436481],[330953,435437],[328069,435989],[329214,436062],[321155,436034],[337401,434568],[339254,433572],[339207,434549],[333220,430414],[333469,433368],[338093,435245],[337877,433348],[336064,435329],[334981,428926],[335588,433074],[334181,429159],[333786,430295],[333664,434344],[337233,431444],[430913,482466],[430973,481870],[431117,482556],[426180,483929],[430888,484371],[429657,481413],[429044,483248],[429671,483010],[430242,482365],[431440,483239],[430087,484520],[429219,486087],[427535,482440],[429996,485021],[429022,485097],[431538,485393],[430594,486877],[429108,486740],[450083,-29729],[449705,-29745],[457779,-41846],[458855,158959],[458858,163248],[455314,166465],[456916,159110],[460262,158060],[458427,159605],[459346,162739],[458548,160992],[457612,166759],[459305,167748],[458897,170452],[459164,171177],[460139,172375],[460648,170964],[469574,-24925],[472717,-32764],[463491,-38102],[471354,-31767],[472049,-31249],[468139,-34026],[473538,-30114],[461635,-33783],[469255,-28325],[470534,-35557],[470771,-29327],[469683,-27892],[466648,-29464],[462859,-35787],[470016,-36054],[469024,-38754],[471891,-39567],[473571,-38404],[469729,-40049],[471206,-40356],[470784,-40334],[465420,-40465],[461885,-38359],[462217,-38943],[467563,165890],[468871,164133],[470253,161651],[470641,161729],[469328,165037],[466835,165612],[461281,171674],[461005,171803],[466355,173214],[463432,175902],[467816,174064],[462468,173714],[463509,173321],[473306,177253],[467557,173667],[462949,173824],[470701,177538],[472351,179572],[472851,180242],[475305,-119345],[475683,-119329],[475056,-35370],[475566,-34806],[475757,-32648],[475811,-34543],[474913,-30793],[475347,-30595],[474343,137958],[477436,137455],[478617,138862],[478254,138211],[482465,153684],[479943,150221],[481123,145598],[482994,149029],[484499,149743],[475879,143054],[479548,149690],[483657,156250],[476524,164714],[478389,156945],[474761,163170],[476103,166481],[480892,160238],[477200,160433],[482599,157931],[476344,162191],[476887,164868],[482156,154056],[475072,179310],[478063,179349],[477970,177639],[478361,178551],[478056,179282],[474356,166846],[499172,-129748],[498900,-130440],[504815,208766],[507714,211476],[509519,211617],[505983,214168],[506813,208049],[505884,210069],[505178,205620],[516619,216704],[515699,214541],[515767,217114],[532334,275123],[545896,278474],[546927,277755],[554253,298457],[554923,298512],[555540,303094],[572058,275376],[570200,275919],[566912,274311],[574773,278051],[574353,274500],[574981,278716],[568119,275073],[568921,272219],[568115,274473],[575154,271815],[573696,277170],[574277,280234],[573560,279400],[568510,275291],[566081,272725],[575265,272641],[567372,274903],[575578,281921],[578397,273150],[580758,281217],[580783,280042],[578524,275221],[580365,275651],[584495,276994],[576686,275124],[581436,280310],[582204,277368],[583645,274933],[576302,275486],[576953,274859],[579830,275724],[580321,276906],[582291,278259],[577772,282839],[576303,281916],[578823,282047],[577202,282711],[596186,297582],[598655,298281],[598632,301998],[598221,298897],[599346,298677],[596984,299672],[599579,300570],[633092,371164],[631101,369754],[632045,367808],[633501,369943],[638684,372038],[674975,-126758],[680878,-124351],[680905,-127629],[679522,-126731],[680295,-127202],[729577,202705],[729330,202233],[728877,202347],[737132,202022],[731282,196610],[736857,201303],[731400,198044],[735784,202761],[732228,201347],[731450,201969],[736694,200768],[731462,196394],[730522,197760],[731279,195428],[732489,200970],[730210,202431],[736153,202828],[730922,196692],[729616,202863],[736934,202797],[731337,197082],[731026,208635],[734847,208230],[735159,207610],[729740,208041],[734066,207583],[735552,205140],[730713,208592],[732731,207361],[730988,208796],[733245,207219],[730702,207828],[732635,207013],[805842,277338],[806069,278048],[806334,277665],[819199,-8316],[817724,-8171],[819065,-5859],[818766,-8027],[818530,-6720],[818750,-7504],[818909,-14388],[819102,-14780],[808118,280860],[808000,272398],[811301,281622],[811581,281288],[813521,272539],[808625,281012],[814609,275751],[808248,281126],[812577,285402],[811172,281968],[812856,284171],[812330,284563],[811144,282288],[812543,284469],[819947,-6941],[825296,157],[820122,-9403],[820255,-15],[823758,-7608],[823628,-12980],[819522,-13820],[820021,-18126],[824598,-13495],[824283,-16063],[819574,-13083],[823656,-13863],[823557,-13333],[824413,890],[821566,4466],[824256,5164],[820835,8475],[820994,5672],[824521,6621],[821755,397],[820812,9064],[826173,1092],[821909,5950],[824384,8194],[820664,321],[821714,8907],[819795,8626],[825656,1850],[821381,924],[820867,5539],[825961,7956],[826087,379],[820269,853],[822437,5017],[823866,7751],[870010,-85456],[866281,-86600],[868418,-107269],[868564,-110542],[871435,-83267],[877310,-78796],[872641,-84756],[875491,-88600],[875954,-81097],[879513,-80767],[873702,-79507],[876546,-80631],[879272,-97871],[874983,-95191],[876229,-94850],[881935,-97851],[878914,-98313],[878337,-96439],[874855,-95474],[879804,-96342],[872703,-107479],[871864,-110443],[894626,-119894],[894115,-117847],[885135,-75098],[888101,-72411],[887027,-82760],[886545,-78495],[891073,-80714],[887029,-83141],[892529,-84334],[889989,-80811],[883585,-99088],[908159,-125002],[903991,-126847],[898528,-116201],[900246,-118447],[907892,-124200],[907466,-124137],[906867,-115491],[906668,-116417],[908262,-118429],[906003,-115561],[897853,-115526],[896659,-116805],[904396,-129622],[902006,-130349],[906835,-131229],[906345,-136119],[903836,-137122],[906038,-136738],[905135,-130481],[907499,-129729],[905833,-131797],[904627,-130248],[905168,-128765],[906945,-129452],[907426,-128809],[907010,-129055],[902650,-148971],[901176,-147050],[908125,-145804],[908247,-150407],[904328,-144710],[900661,-149754],[904651,-144548],[906352,-142195],[911909,-119397],[913869,-120906],[914783,-122283],[920105,-122291],[909194,-117937],[915718,-119106],[917254,-117240],[908883,-121704],[909258,-124283],[918539,-116263],[909443,-119030],[909638,-121318],[920309,-123768],[919900,-117637],[909496,-115008],[918715,-119656],[910080,-115655],[909341,-115367],[918529,-121431],[916132,-135709],[914196,-137632],[918911,-129938],[918375,-138084],[913280,-136863],[918724,-132994],[916837,-135342],[915247,-56762],[909446,-112503],[909679,-111919],[909983,-112369],[918133,-113268],[911702,-118617],[909012,-114492],[928854,-116166],[932243,-126010],[934150,-125575],[930324,-124785],[928377,-116811],[930033,-126987],[923426,-119792],[924458,-120778],[924377,-123694],[933554,-126316],[926228,-124893],[931552,-124638],[927399,-123631],[923909,-118084],[922620,-123982],[925501,-119463],[926063,-116799],[930521,-127958],[928200,-139209],[923562,-133354],[928843,-140352],[922032,-130982],[933013,-132389],[927403,-138136],[933713,-129392],[921985,-133291],[923724,-133620],[923915,-139211],[930138,-138417],[927093,-138550],[922394,-134090],[930243,-135389],[924435,-138945],[922257,-133586],[924002,-139742],[929851,-135650],[933402,-145077],[932892,-144777],[927041,-146631],[931011,-145907],[930069,-148225],[934025,-146782],[933244,-142452],[926441,-145279],[923676,-141991],[930724,-145307],[933945,-145337],[928199,-144995],[930959,-149253],[927678,-146904],[929959,-148858],[926515,-146231],[931434,-148525],[923727,-142473],[933612,-141856],[929530,-140615],[925208,-58593],[925558,-63286],[925833,-59625],[925107,-58959],[928095,-61927],[932434,-110078],[930249,-114070],[928158,-114430],[931231,-114290],[939748,-127057],[945469,-127113],[946618,-124466],[936105,-132011],[936499,-132198],[938565,-130528],[944055,-133854],[943991,-133322],[946967,-135318],[945814,-133430],[945421,-131582],[946576,-133546],[940829,-131103],[940937,-140003],[943182,-132006],[935324,-132676],[937550,-128263],[946188,-140304],[947102,-129195],[943515,-142111],[939840,-131410],[938658,-137999],[940548,-139046],[938491,-145595],[935294,-143069],[939434,-149399],[945131,-140968],[945928,-143749],[944047,-141759],[939371,-146548],[938229,-146799],[946202,-152499],[947122,-144954],[937170,-54320],[943034,-55786],[937403,-54376],[946816,-97373],[946087,-99705],[941959,-103347],[946096,-111584],[957687,-134203],[956584,-136422],[948857,-132983],[955618,-134461],[951825,-132384],[957456,-138446],[952245,-136493],[959602,-135843],[952668,-135262],[947297,-129500],[956509,-135388],[951897,-134267],[948386,-132893],[959163,-136473],[955146,-138404],[949539,-135698],[949304,-135821],[952971,-134978],[950901,-135675],[949964,-152103],[954690,-146566],[956935,-146393],[954069,-146096],[956799,-142952],[947860,-145651],[948615,-146389],[955870,-149972],[954481,-153153],[953560,-150415],[954026,-150842],[957595,-148063],[954189,-147292],[952824,-148037],[950231,-148942],[950051,-147769],[949497,-148925],[951099,-151205],[950783,-146130],[955198,-150842],[953683,-152559],[952137,-143444],[951730,-140958],[955428,-152220],[954235,-152106],[957228,-151881],[958864,-148414],[955869,-149955],[955924,-156253],[953480,-155052],[948690,-154303],[956736,-153707],[955987,-153822],[956517,-156932],[959604,-157883],[956778,-157324],[956837,-68223],[953307,-65650],[950390,-66323],[957018,-67547],[950662,-68854],[947891,-64128],[953121,-65320],[956693,-78681],[954192,-80318],[954400,-84549],[958406,-82481],[949801,-88791],[951932,-86226],[949640,-81284],[959598,-82920],[947407,-109521],[948756,-112527],[949128,-106895],[947243,-106714],[958182,147765],[956967,153178],[950434,155377],[952132,167673],[957350,168930],[951560,167488],[957339,167820],[954379,185335],[951151,182967],[955250,186123],[953030,181229],[952685,185695],[958459,200968],[957231,204426],[958477,200715],[948617,250858],[948495,250853],[951696,304406],[951550,303547],[950563,306053],[950450,311821],[953758,365287],[957407,363532],[956370,365704],[956122,363057],[957309,364774],[954709,363955],[961185,-137603],[963534,-137252],[960562,-136496],[963955,-137817],[960654,-140412],[964913,-138172],[966866,-136555],[968809,-137656],[966511,-136815],[969833,-139140],[966990,-138334],[962102,-142164],[966504,-141397],[963504,-147378],[962341,-145400],[966744,-148098],[966974,-147407],[963466,-142683],[965943,-143234],[962602,-144724],[965813,-146305],[964562,-147901],[960509,-140989],[968820,-146892],[965424,-143277],[967680,-148349],[963048,-141251],[963461,-142158],[971028,-143272],[968867,-151111],[969623,-149497],[970934,-150073],[970218,-151943],[971047,-148398],[971915,-146253],[970903,-150609],[971575,-141984],[969443,-154182],[960441,-158345],[972015,-157832],[962700,-154206],[960887,-157831],[962264,-155528],[968542,-190932],[970262,-183650],[969342,-184411],[969554,-190446],[966935,-81432],[961131,-80674],[968913,-77362],[970341,-80064],[970407,-79961],[966090,130236],[966276,132849],[971588,150841],[964010,165540],[966643,178580],[972517,175435],[964935,167560],[965093,168187],[967663,171397],[969961,169723],[971896,183049],[970078,188162],[970086,187783],[972330,181323],[964945,187842],[970786,191515],[972226,182972],[971421,184635],[962136,180436],[967920,187613],[965465,181890],[970351,190921],[969276,183721],[965223,203897],[972269,203127],[961754,199527],[965253,203525],[969877,195555],[961886,208257],[965582,214880],[965879,215118],[969263,212523],[960104,212747],[967858,217625],[961319,208549],[971950,213216],[967797,224810],[970211,230531],[966498,225524],[970859,230346],[966246,224621],[969818,235923],[971280,233656],[964822,243734],[969592,247738],[972485,250353],[965533,244783],[972165,342677],[966068,124478],[967690,120498],[973802,-152904],[975310,-151306],[973594,-149295],[977711,-152066],[973805,-149559],[977938,-150717],[976729,-149262],[975117,-149942],[977969,-153691],[975231,-155215],[982856,-157154],[978252,-160332],[979259,-163420],[975606,-153979],[978261,-159628],[981194,-160459],[975251,-160329],[982598,-158020],[983715,-163239],[977261,-155645],[979403,-165111],[978889,-157524],[979914,-163516],[979701,-161262],[982731,-156471],[976754,-155596],[979141,-154950],[977817,-160294],[984867,-164450],[977873,-157495],[984795,-164658],[977424,-158783],[982053,-156092],[982114,-161232],[979275,-171451],[981363,-172244],[983510,-174038],[981869,-174995],[978483,-170773],[983290,-172765],[981401,-166846],[979389,-169466],[983016,-172962],[983414,-175221],[983422,-170277],[983955,-168930],[975293,-189267],[977095,-189432],[974661,-188979],[980245,-183312],[979093,-187012],[978198,-188071],[980351,-181178],[976618,-186751],[978099,-187866],[976791,-76097],[982383,-81051],[983183,130386],[979437,139295],[973551,128811],[983676,130145],[979614,140082],[984672,130438],[976568,140307],[983230,132694],[980081,139019],[983466,136181],[979377,135745],[980524,150972],[977006,150553],[977139,147463],[980985,151207],[982574,175856],[981777,170738],[981307,173698],[980717,178043],[980502,178292],[980022,172389],[983077,172246],[984753,170976],[973216,175339],[981529,174123],[984575,178362],[975264,181512],[983385,185233],[984611,187881],[976841,183131],[982006,191479],[982379,184722],[980433,185082],[979115,188269],[983885,184086],[984560,185808],[972899,183420],[981308,185145],[977013,183242],[973786,186960],[979392,195648],[982678,199646],[982629,193692],[978885,199455],[984101,196063],[975646,193342],[985548,195894],[977788,196481],[976607,200009],[983979,203456],[984237,199341],[976681,201122],[978506,201043],[982690,197313],[975352,194397],[982157,203300],[985331,196027],[984358,199782],[979808,201783],[985410,194583],[977419,194392],[974129,199023],[979766,200530],[974987,194511],[975536,202182],[980077,208988],[978723,211724],[977983,213642],[984096,210997],[985358,211763],[978187,213000],[981919,208070],[983424,212753],[984827,207267],[976542,217181],[984870,211096],[972927,208574],[973443,213964],[977712,220086],[980659,219199],[981258,224412],[979964,219744],[973643,218482],[981556,233990],[973208,231993],[980547,233414],[978930,234237],[979515,232301],[984425,254151],[984213,254285],[977375,249910],[976434,250201],[974016,248997],[976900,279477],[974314,273146],[974824,339777],[975366,342976],[974358,340720],[974096,339844],[973862,339055],[975004,336759],[974716,336434],[973735,336200],[978067,339330],[979972,338701],[973999,341280],[973118,128128],[986048,-165780],[987650,-161240],[986684,-162950],[986186,-163511],[986237,-164629],[987159,-169297],[988157,-168781],[986216,-169246],[986978,-80684],[986896,-80216],[990526,-78718],[990612,-79737],[998021,151923],[990914,146650],[985927,144058],[998301,150870],[988929,145220],[997247,147869],[989433,149162],[989784,144513],[986851,165698],[989162,164033],[987504,163499],[990569,161945],[988425,164486],[993124,161966],[994579,163976],[993331,154656],[987681,177409],[994754,169083],[987349,169980],[987438,172074],[990052,174067],[987536,170396],[991666,177334],[988993,176664],[995557,178762],[994199,169131],[985675,174878],[989379,177983],[987070,176217],[994274,176648],[990096,174935],[990644,167068],[993398,167425],[986297,172120],[989730,176791],[989528,187780],[994592,186580],[991824,186435],[992250,188269],[998266,186716],[996308,190949],[986861,187507],[988595,184624],[995137,189453],[990524,186100],[996951,186727],[985696,184474],[993614,192009],[989829,188032],[989086,185430],[992444,188107],[994838,186828],[987016,187566],[995651,188694],[995324,190677],[990540,203437],[992910,199170],[994814,201044],[985922,194849],[994817,197774],[993480,196758],[990758,194515],[992924,201210],[991068,196339],[992536,199462],[992361,197487],[993684,200994],[990428,202437],[986118,201390],[994718,197498],[987928,204425],[996514,193387],[991640,202490],[989366,195734],[991830,194551],[995998,203904],[994708,204878],[993191,202570],[985750,210719],[992816,213677],[991429,215773],[988838,210949],[995141,212628],[994386,210419],[990236,217660],[994109,217692],[996632,215275],[997843,209093],[994775,210379],[996421,215021],[997318,212115],[990002,217428],[990509,213443],[988931,211994],[992538,212460],[994166,211939],[987745,217793],[989003,213795],[992515,213585],[989125,209466],[995602,212763],[992491,208026],[992193,229736],[997948,227923],[992011,229273],[997365,224515],[987156,219775],[990110,220692],[986653,218280],[987535,230132],[992962,228793],[989974,229405],[992750,230465],[987704,217857],[987368,218668],[990281,229278],[995450,227109],[991341,218302],[990382,218722],[988090,222747],[988109,221986],[991172,229995],[990528,218774],[989692,229766],[994396,227887],[997977,224525],[992784,227055],[987612,220407],[998108,223492],[990011,221072],[990534,218576],[988751,235549],[995758,232380],[988805,230641],[990613,234950],[996860,236485],[990497,230756],[998191,255600],[987381,245884],[995728,247545],[991928,254685],[994533,254721],[986499,252996],[986909,246266],[995094,255679],[994740,257466],[987361,256359],[986385,124172],[1000964,-164540],[1005207,-164544],[1001466,-163434],[1001626,-163635],[1005395,-161190],[1005260,-165578],[1001856,-163364],[1006980,-163521],[1000089,-162105],[1006613,-162715],[1002528,-167697],[1004758,-168662],[1000129,-167243],[1006784,-167293],[1000803,-167823],[1002522,-168368],[1006981,-75106],[999454,-75258],[1004151,-75501],[1002878,-79029],[1001775,-84942],[1002753,-78792],[1005195,-84473],[1002807,-86879],[1009650,-85585],[1006426,-86993],[1001595,148665],[1002416,149616],[1004009,160339],[1005770,155977],[1004580,161228],[1003098,158061],[1008964,157805],[1005175,177596],[1003873,176630],[1007381,178063],[1008220,168287],[1003570,168041],[1005398,177372],[1010663,176953],[1004978,176670],[1007124,171075],[1003905,176856],[1010917,175559],[1005761,178180],[1002131,166938],[1008352,169651],[1003049,169836],[1004572,172920],[1002338,182075],[999720,179730],[1002087,186832],[1001705,181304],[1005338,189867],[1001050,190149],[1000289,186149],[1007060,183228],[1000375,181618],[1006073,190419],[1009046,190140],[1004242,191591],[1009212,181030],[1010149,181834],[1001910,189420],[1003468,184896],[1003124,182699],[1004181,187166],[998709,186369],[1004360,187908],[1002283,180022],[1002106,182820],[1005257,191622],[998969,191289],[1000260,185696],[1009990,184626],[1004147,179736],[999029,186886],[1003616,183066],[1000075,188674],[1006473,189341],[1004104,179845],[1000277,180647],[1007859,190331],[1006841,191594],[1000747,187174],[1007587,189874],[1009812,186633],[1008671,181393],[1008842,180229],[1006267,183268],[1002981,191578],[1006101,182628],[1002288,184352],[1000841,189304],[1006502,199558],[1002788,199972],[1003319,203557],[1001261,203047],[999815,204852],[999008,200298],[1002307,204512],[999839,195897],[1004863,201068],[1001437,196350],[998479,193019],[1001598,194023],[1000018,202790],[1001463,194634],[998829,195317],[1003474,199210],[1001449,193201],[1008532,198996],[1003643,199435],[1002981,203145],[1009491,197793],[1010715,192544],[1007441,197576],[998469,201287],[1001309,193957],[1003376,192244],[999463,204642],[1001736,195878],[1000078,197386],[1000297,194324],[1003235,214416],[1001132,205482],[1000903,207568],[1005108,209730],[998916,211312],[1002888,210159],[1011079,216049],[1000876,207793],[1002928,211364],[1003729,215404],[1005419,211152],[1005409,208898],[1002857,209893],[1005095,210304],[1005103,216619],[1003116,207258],[1007500,216613],[1002756,210943],[1000915,217012],[1006304,213459],[999560,214474],[1002129,205802],[1007828,209010],[998631,211514],[1007932,213931],[1001159,205200],[1004518,213342],[999814,222774],[1003044,226159],[1004115,224784],[1008183,227524],[1002590,227587],[1010276,221420],[999474,221796],[1008321,220411],[1002969,218112],[1008940,225890],[1001969,221205],[1004062,219746],[1004405,219751],[1003946,220540],[1007823,227543],[1010281,228426],[1006200,238865],[1011050,242497],[1004656,238827],[999635,240674],[1004862,238281],[1010204,249098],[1005967,246822],[1009633,248763],[1008910,245069],[1001895,244050],[1008469,250230],[1004158,263035],[1003771,264027],[1006053,268863],[1007483,261347],[1004147,261679],[1004116,265204],[1012515,-72043],[1015677,-75398],[1016380,-75486],[1013768,-78517],[1013985,-78124],[1011526,150491],[1023066,149757],[1020244,166087],[1016198,160410],[1022232,165724],[1020125,160589],[1022287,165339],[1016174,154717],[1018904,157700],[1020699,160199],[1020319,177537],[1021939,167026],[1015570,171059],[1012681,168207],[1013410,176977],[1022886,171010],[1015616,173545],[1018099,178209],[1018538,179110],[1011727,178915],[1020225,178117],[1019969,171340],[1021642,167718],[1018123,171047],[1017005,179171],[1022141,177451],[1017853,171014],[1022927,172367],[1022757,169773],[1014491,176760],[1018693,172398],[1014619,171528],[1016410,176835],[1023051,176468],[1012788,180056],[1013996,180674],[1016969,179524],[1013697,182339],[1018726,187067],[1018577,187346],[1015687,185545],[1019460,185250],[1013087,183504],[1015539,188343],[1016660,191522],[1013336,185951],[1021010,180748],[1022417,190172],[1018077,189024],[1022420,181081],[1022562,181741],[1020734,179550],[1023503,187077],[1012569,190194],[1013440,181481],[1014230,184603],[1018571,179742],[1011999,180103],[1016621,191100],[1020803,191537],[1013179,183133],[1017319,182657],[1022582,180381],[1019135,182914],[1021320,183190],[1023753,182519],[1018813,181901],[1013543,194342],[1011722,196342],[1014670,196885],[1019191,198152],[1022112,204474],[1018098,194612],[1012378,193141],[1021961,201821],[1014305,193723],[1015894,196496],[1014336,216040],[1012200,208467],[1021717,210960],[1020238,209584],[1019331,210607],[1022100,207740],[1017353,217323],[1016338,216057],[1023303,213748],[1015632,209619],[1016971,213992],[1014154,211554],[1012184,208113],[1018422,206472],[1017990,227612],[1018518,228624],[1016613,228077],[1014541,230090],[1014084,220092],[1011636,221375],[1012407,219220],[1012462,221477],[1013281,219080],[1017929,229313],[1013644,220943],[1017501,229246],[1017431,228227],[1014687,240227],[1018935,238875],[1022441,234515],[1018240,231489],[1011854,240720],[1023225,230819],[1019705,238500],[1017993,232520],[1017851,231743],[1016192,237989],[1022172,240342],[1015625,240719],[1012567,242397],[1021990,232479],[1022925,240246],[1021094,246090],[1020512,245399],[1012662,264413],[1015665,260719],[1015041,265091],[1012399,268502],[1018162,261295],[1012682,261585],[1012544,270781],[1036357,150735],[1034938,146634],[1027678,150834],[1035546,144211],[1025741,151609],[1025832,152921],[1032189,164337],[1035467,161654],[1035686,166326],[1036490,157164],[1033149,165170],[1027320,155269],[1033590,165429],[1036511,161768],[1036158,161780],[1025518,169767],[1026152,177325],[1036278,168133],[1028055,169082],[1024624,169966],[1025321,178463],[1030756,167068],[1029845,172157],[1025122,171871],[1025624,174837],[1028689,168206],[1027311,172982],[1030408,167920],[1026161,177651],[1025100,176025],[1025276,179143],[1024733,173238],[1030480,167081],[1031544,168981],[1036714,187945],[1029750,189601],[1026558,186616],[1030104,188495],[1036425,189302],[1029190,186372],[1036163,190344],[1024704,179846],[1029942,188584],[1031010,190003],[1026546,184537],[1029001,186198],[1032219,193773],[1032995,192992],[1031993,197342],[1028126,192578],[1035726,194257],[1024391,205953],[1034218,216069],[1030544,212785],[1030414,212626],[1033777,215040],[1026766,211917],[1035904,212461],[1034970,207957],[1034708,206057],[1029342,223221],[1035849,229362],[1029334,225047],[1035105,226378],[1036529,225689],[1036572,227174],[1029832,219027],[1029528,220987],[1025911,218989],[1027749,227863],[1035879,224056],[1026537,242875],[1030460,235675],[1026063,231886],[1033026,240311],[1027685,232302],[1033831,237894],[1036646,232551],[1034133,237511],[1036070,233059],[1025656,247054],[1027381,245112],[1026432,247051],[1028663,251383],[1043953,153292],[1043213,152939],[1043978,143995],[1037505,148205],[1046242,152706],[1040402,148247],[1040194,148198],[1045684,154371],[1047382,156063],[1047791,155562],[1038153,164073],[1044987,155123],[1048046,157356],[1044142,154671],[1038026,161987],[1037362,167997],[1038877,167728],[1037753,169187],[1044402,187536],[1037324,189869],[1040061,184657],[1049496,183000],[1039029,189925],[1038819,184531],[1049364,185542],[1047434,186793],[1048358,189369],[1043090,181769],[1049215,181749],[1037200,189636],[1043770,189618],[1044776,181458],[1049334,186013],[1043421,183528],[1048060,189417],[1039439,186001],[1037155,195617],[1043108,194824],[1039741,194826],[1039968,196916],[1042822,194602],[1044580,204593],[1044052,204729],[1043343,204711],[1042264,201656],[1042798,201475],[1046128,200396],[1045512,200499],[1045223,200721],[1046610,203685],[1046981,203744],[1046450,203851],[1042281,202024],[1043240,201381],[1043137,204136],[1040923,204869],[1045983,199097],[1046280,199331],[1039258,198101],[1040361,197852],[1041891,198969],[1039032,198964],[1040750,196393],[1037309,214764],[1037524,209652],[1046729,216937],[1037785,207110],[1042994,216443],[1043229,207474],[1039948,206277],[1039692,212439],[1044196,211951],[1039409,209982],[1041899,214185],[1044177,224630],[1037254,226979],[1038188,226341],[1041719,227394],[1047074,230526],[1048122,227081],[1046490,224904],[1043039,219325],[1038289,218552],[1036944,221770],[1047919,218354],[1045145,222579],[1043154,220512],[1041906,223590],[1042379,220929],[1048405,218414],[1040780,233454],[1038830,238218],[1038240,237614],[1052184,156085],[1060402,157012],[1050383,158982],[1060775,156438],[1058758,155723],[1055137,154412],[1061274,159170],[1062264,159260],[1053488,154038],[1052188,157981],[1058779,155122],[1059632,157701],[1050812,156786],[1050678,154814],[1052287,157226],[1050693,155274],[1051300,155093],[1053094,156963],[1052163,157481],[1051440,160379],[1054055,155433],[1050047,157813],[1059272,182719],[1062296,185188],[1057068,186924],[1050908,189806],[1049718,181478],[1055511,181389],[1060182,190188],[1058728,183453],[1056660,180695],[1057577,187795],[1053937,180651],[1057636,184402],[1055928,187803],[1055116,180719],[1060369,187090],[1053328,181276],[1052886,181835],[1057665,189611],[1060087,185890],[1050178,182895],[1050379,187720],[1058017,186879],[1053812,181243],[1061407,191181],[1050504,185118],[1060305,185643],[1059252,196836],[1060462,192502],[1061241,204176],[1061892,198534],[1061605,194260],[1058039,200747],[1059008,196371],[1057981,201771],[1060143,192218],[1058105,202414],[1059578,194770],[1061014,196441],[1061578,199263],[1061239,205479],[1050596,206723],[1050815,206908],[1055967,225852],[1063412,160796],[1062932,160200],[1068670,156569],[1065761,166376],[1063763,157381],[1067784,157363],[1066114,154438],[1066666,154908],[1073529,163443],[1070779,170645],[1073375,177894],[1067461,172657],[1072997,171907],[1072318,174654],[1069390,170801],[1064677,171395],[1070700,177197],[1069762,174332],[1067343,173576],[1070129,168270],[1071322,176944],[1070477,172879],[1064332,174319],[1072429,178786],[1070102,174391],[1072911,181147],[1065951,188594],[1069017,185243],[1067199,187478],[1065497,187137],[1070025,183749],[1064793,185483],[1063067,187427],[1062900,182857],[1071750,186021],[1068092,183729],[1065018,187607],[1073539,181984],[1066403,182929],[1065975,189069],[1072940,182508],[1073722,190857],[1066917,193121],[1065560,198909],[1070133,202515],[1067395,193528],[1073010,195638],[1064408,203082],[1063060,204888],[1065933,192414],[1063454,198421],[1065234,194627],[1065886,200217],[1070562,202271],[1062789,205101],[1066722,213962],[1064096,212984],[1070125,218033],[1070469,217981],[1077839,178111],[1076250,176766],[1076879,186791],[1077117,195411],[1078268,195812],[1081554,194180],[1136842,274515],[1136234,275017],[1136481,270930],[1138172,282736],[1145785,255072],[1146064,262568],[1147782,260934],[1142883,263712],[1150017,258305],[1148500,267505],[1145977,264384],[1145679,279296],[1146022,276198],[1145581,276353],[1141494,292602],[1140190,287671],[1140120,288176],[1143167,301956],[1156506,-36125],[1154171,-31454],[1155890,-36446],[1154109,-34610],[1154426,-34573],[1155511,-36500],[1155370,262963],[1157296,277874],[1159762,272549],[1162419,284283],[1160416,287518],[1162496,284877],[1159376,295373],[1156622,299424],[1161118,306936],[1156570,300038],[1160259,306998],[1155552,299503],[1161998,306373],[1156174,303271],[1159407,307019],[1157549,302637],[1156576,302513],[1166711,206775],[1167205,206993],[1173305,209405],[1164967,219459],[1169399,220965],[1169371,220500],[1172803,262862],[1173263,262914],[1177287,268426],[1177467,269118],[1176669,281358],[1176020,286911],[1175554,294485],[1175504,291840],[1173994,283585],[1167663,303596],[1172826,304732],[1175908,296495],[1167473,303153],[1165146,297660],[1169170,295536],[1165278,295383],[1175936,304818],[1170135,298415],[1176450,304594],[1168312,298327],[1174473,296285],[1175000,294613],[1171756,296339],[1165156,297435],[1167186,298449],[1169021,296022],[1165832,295014],[1172972,307531],[1174836,311472],[1184999,187744],[1182162,188463],[1183354,191366],[1180444,188584],[1189900,186366],[1188813,186054],[1184838,187243],[1183665,190843],[1183097,187353],[1181904,187218],[1183177,185862],[1184453,187722],[1189723,186933],[1189384,187910],[1188170,185342],[1190287,188661],[1182869,185318],[1187304,199312],[1184352,200818],[1182693,196297],[1182527,203999],[1184383,200167],[1183040,198104],[1182605,203668],[1184839,204945],[1186930,197359],[1187357,198407],[1184936,204368],[1188051,199373],[1188233,217311],[1184744,215937],[1182825,210447],[1184494,205103],[1184715,215385],[1182320,215737],[1184571,211847],[1185718,225238],[1189115,223649],[1183472,219998],[1185759,220175],[1178976,222918],[1187478,242801],[1187789,241042],[1186185,247274],[1186250,251956],[1186275,253571],[1185756,245344],[1186588,259390],[1185914,267678],[1182146,258833],[1184961,263783],[1181343,258323],[1185056,263073],[1181269,256290],[1183582,265866],[1189564,274869],[1182967,271768],[1190370,275406],[1182426,272532],[1189340,269538],[1180039,269521],[1182578,278842],[1182298,279263],[1181930,277862],[1179944,294241],[1182769,299069],[1180062,302286],[1182532,296428],[1182263,296153],[1187465,405231],[1186985,397484],[1187496,404010],[1187282,398080],[1185996,419682],[1185988,420177],[1199689,150390],[1197832,148075],[1195664,150030],[1194958,147314],[1200786,147743],[1198348,148107],[1196856,148659],[1195169,147589],[1195087,148967],[1196370,153472],[1198920,148584],[1194131,147846],[1197803,151397],[1198835,165203],[1194195,154578],[1202770,160821],[1194181,158103],[1198810,166393],[1202678,161221],[1196572,162096],[1193979,159435],[1194852,169354],[1198650,175513],[1197002,174217],[1197405,170187],[1192324,167797],[1192135,172517],[1195348,167287],[1199809,167109],[1200218,167700],[1194544,174705],[1198315,170996],[1193195,166784],[1192177,166900],[1195177,170738],[1192774,167155],[1191725,171819],[1195813,170944],[1195138,170074],[1195108,166858],[1198542,167016],[1199110,167492],[1191595,174900],[1194328,175210],[1197160,173895],[1199100,175813],[1198682,171464],[1196255,186297],[1194839,186022],[1190829,181164],[1193441,181127],[1194983,186834],[1195855,185683],[1198921,189796],[1193928,186458],[1199848,190114],[1200050,186282],[1191797,190092],[1193938,189730],[1196274,188496],[1198737,186721],[1200551,190084],[1201781,186804],[1190977,181985],[1193623,181790],[1194256,190530],[1191945,190630],[1196064,188887],[1197911,187572],[1195397,192308],[1195140,193778],[1197973,197325],[1199719,200796],[1193810,194558],[1202361,198858],[1201890,197309],[1199396,193043],[1201895,199706],[1196598,212010],[1203062,206735],[1198597,206372],[1190929,211975],[1192313,217780],[1194870,213514],[1199222,205639],[1196203,205495],[1191013,212841],[1194660,225820],[1190430,219029],[1201141,220419],[1193241,218858],[1200808,218294],[1201395,227969],[1191871,228834],[1194860,227480],[1200446,238679],[1192023,234342],[1196986,236438],[1201534,235929],[1190588,238340],[1197489,235743],[1193674,236597],[1199467,233027],[1192762,238026],[1191622,239245],[1194665,238320],[1199011,234262],[1198892,248686],[1195258,250534],[1197920,254360],[1202281,245577],[1194853,248718],[1199772,259327],[1195038,259986],[1199945,259901],[1191498,280494],[1192138,281203],[1194309,289165],[1198479,409131],[1199004,409077],[1201120,409909],[1198384,411804],[1200270,412320],[1195357,409805],[1196496,421749],[1201206,410288],[1197296,420096],[1200533,412341],[1195016,424289],[1194433,424127],[1209133,148104],[1203979,147735],[1203761,150442],[1204955,147475],[1203920,150153],[1204176,158091],[1205369,156430],[1206068,155506],[1205090,155604],[1215177,177855],[1215126,180773],[1203720,191350],[1208123,184990],[1213839,188928],[1215311,188940],[1211788,183063],[1214457,181032],[1210105,190110],[1213846,181701],[1209038,180694],[1215221,191964],[1209638,191996],[1204693,196155],[1204274,192214],[1206513,196559],[1208153,193901],[1213223,194713],[1212175,194749],[1203438,199034],[1211385,198374],[1212697,199039],[1205001,196357],[1206421,197701],[1214981,194204],[1212670,193516],[1203470,204324],[1209537,196097],[1215740,201799],[1212006,200405],[1215835,202390],[1214963,203247],[1213497,198913],[1212947,199700],[1215225,202657],[1213922,214245],[1203985,217238],[1213406,205382],[1212662,206290],[1214123,210947],[1209058,206623],[1209665,212630],[1206758,216182],[1206663,212179],[1204583,210512],[1215304,217211],[1214527,213600],[1204485,208773],[1210326,207054],[1212861,213723],[1213888,212138],[1206321,210034],[1210765,213204],[1207521,215408],[1203416,215578],[1204406,212671],[1205548,229244],[1208666,225673],[1205605,226307],[1203421,225305],[1204768,219577],[1214491,218677],[1214879,224109],[1208339,227887],[1204946,225015],[1207326,220970],[1215978,218098],[1215702,220749],[1212701,222921],[1207668,229248],[1206575,223378],[1206597,232117],[1205521,235414],[1211616,230999],[1203944,242315],[1204419,233106],[1206699,235861],[1209226,231402],[1204052,248493],[1210648,266749],[1204321,281708],[1213811,274927],[1206222,278037],[1211276,278401],[1213955,272753],[1204374,277088],[1206782,277062],[1215671,273197],[1205439,282415],[1203904,301000],[1204723,298834],[1208199,409342],[1213988,407111],[1209691,409091],[1214243,409326],[1227201,143210],[1226499,150414],[1221293,148423],[1220609,147129],[1219504,143556],[1225654,143998],[1227694,147216],[1228266,150113],[1224142,145319],[1228050,150957],[1219915,148886],[1222011,144625],[1226036,145572],[1220203,144061],[1217350,142088],[1226603,162359],[1227651,155393],[1226605,156921],[1228523,161608],[1227816,154399],[1220638,166939],[1221545,169457],[1228270,168116],[1221279,174632],[1224519,171794],[1227016,167041],[1221420,171424],[1217987,169057],[1217142,177120],[1222920,178985],[1223542,177518],[1224488,166931],[1227183,173210],[1225128,174482],[1225400,171621],[1222317,175117],[1221468,172494],[1225369,168805],[1224344,172578],[1223511,172326],[1228325,179381],[1226610,178592],[1220784,177946],[1216586,176150],[1219192,176074],[1224218,178023],[1218206,189753],[1224531,180355],[1218575,182371],[1217056,192140],[1216982,185403],[1224305,185561],[1221746,187536],[1224071,191741],[1224669,191023],[1223239,189421],[1216614,183412],[1227287,182783],[1224949,186866],[1217597,180788],[1221077,182132],[1218799,183440],[1219326,185828],[1222135,186702],[1225065,191435],[1222362,190261],[1223008,189191],[1226221,197733],[1216896,203456],[1225806,192629],[1219391,203239],[1225038,204198],[1226857,200214],[1226769,201771],[1216459,203045],[1225210,202893],[1226477,197536],[1226856,198524],[1228757,201048],[1219202,203957],[1226515,192392],[1227897,197657],[1228795,192743],[1224838,192277],[1227793,205251],[1217126,211553],[1224607,208060],[1226677,214199],[1218739,210518],[1221658,215958],[1225648,212533],[1225507,214576],[1218775,208982],[1223039,215140],[1218871,217604],[1221275,217262],[1216017,217049],[1220735,205653],[1223098,208827],[1223378,206411],[1224992,205006],[1226652,205812],[1227542,215503],[1222956,215807],[1221579,212065],[1218299,214859],[1224760,211149],[1226438,214726],[1219373,209445],[1216856,207898],[1219974,212824],[1219197,215930],[1221264,205389],[1220706,207053],[1219113,220139],[1216425,220021],[1218942,218035],[1227411,220925],[1217881,221165],[1219029,221701],[1227939,218235],[1219837,220755],[1224408,219164],[1220466,221402],[1221289,222927],[1216250,221873],[1226543,221447],[1217150,230177],[1227077,254176],[1227556,255119],[1225193,261998],[1222627,266884],[1223289,264869],[1224992,263022],[1224663,262079],[1217178,283389],[1217619,283712],[1216764,284729],[1239905,139924],[1233644,130582],[1237825,136309],[1234900,131136],[1239690,130466],[1237124,138080],[1230271,147471],[1240929,152345],[1235799,152863],[1240092,152927],[1238495,145020],[1230748,145079],[1236949,141222],[1231759,147011],[1233174,150724],[1236484,153576],[1232662,152447],[1230547,152893],[1240019,145972],[1237151,144124],[1237876,146745],[1233721,142442],[1229585,143451],[1239231,143084],[1236420,148957],[1235051,146621],[1233363,147539],[1233840,149879],[1238910,149511],[1238805,146629],[1240763,148974],[1241365,149242],[1235909,147517],[1238405,149826],[1238872,150261],[1240121,150801],[1240327,145815],[1234195,150525],[1235463,151527],[1237621,163323],[1240989,162288],[1236927,156547],[1237491,158366],[1235725,164855],[1240464,157978],[1230297,162672],[1231638,160301],[1239866,156857],[1240093,161912],[1237630,164986],[1235094,157839],[1236042,165723],[1233403,165175],[1235289,165737],[1232506,166583],[1239514,158374],[1235087,164479],[1238213,159548],[1232801,159143],[1233361,162302],[1237899,157156],[1231711,162656],[1236892,160609],[1240561,164789],[1232729,164869],[1240068,156519],[1233675,166510],[1234558,166007],[1232911,165976],[1239101,157958],[1235617,166648],[1233103,167039],[1238599,166754],[1237519,166748],[1235357,172274],[1236356,172525],[1240049,172606],[1241363,170391],[1239792,174213],[1230828,174490],[1231150,172581],[1236494,173755],[1240963,170457],[1236466,168616],[1239086,168931],[1232075,174671],[1234745,170803],[1232625,167201],[1232580,168026],[1240463,186919],[1241001,185859],[1240102,190262],[1241449,190840],[1238442,186237],[1238744,186355],[1240065,186533],[1239138,189433],[1238498,188420],[1240840,183724],[1231479,188864],[1231897,187205],[1231163,187748],[1231698,189739],[1234480,191280],[1236915,191881],[1230932,191497],[1233702,187113],[1229103,190589],[1235070,190626],[1241557,199978],[1241500,197912],[1241526,199277],[1230469,200680],[1230907,193746],[1234175,197901],[1232130,203951],[1235839,201562],[1238350,196962],[1238949,195498],[1234835,192913],[1239762,201375],[1240441,204348],[1230831,200018],[1232572,199002],[1233690,198626],[1235106,201127],[1237088,197199],[1237701,195834],[1237707,194386],[1239584,203107],[1236036,192351],[1232649,199459],[1230612,193420],[1234086,197277],[1230005,204841],[1231297,200197],[1231041,195470],[1231243,193339],[1234313,197529],[1231119,194940],[1232491,216340],[1239371,208707],[1236593,206434],[1237648,212645],[1239330,212715],[1228892,214922],[1241001,209951],[1240599,205338],[1236296,205023],[1236471,215461],[1230810,217252],[1231638,205266],[1235363,213060],[1240581,230404],[1239300,227255],[1235140,218883],[1233964,218231],[1229153,222320],[1240797,222124],[1241493,226109],[1239164,226996],[1237646,225395],[1241066,222124],[1240163,221611],[1237712,225105],[1239763,226580],[1241586,219456],[1238697,219771],[1235916,218629],[1232774,219309],[1232550,223151],[1229629,219516],[1240651,229819],[1240829,222501],[1238163,229421],[1238083,239645],[1237276,236848],[1241172,235518],[1240609,241051],[1240035,240534],[1236885,239729],[1239776,236661],[1236270,238778],[1237321,238061],[1231966,253835],[1238986,252692],[1237390,255880],[1231070,253606],[1231750,254615],[1238449,256037],[1233211,255618],[1236970,255685],[1232711,254739],[1230506,253171],[1239056,253083],[1230110,253650],[1235282,255083],[1237841,254001],[1238366,262989],[1237221,261161],[1232994,259649],[1231669,260750],[1233875,257090],[1233711,257524],[1234770,260849],[1235632,260933],[1239090,256444],[1233980,256652],[1235324,260635],[1233335,266018],[1234862,264452],[1239901,256320],[1239708,256948],[1233253,257777],[1234636,260289],[1234411,261282],[1230259,95836],[1233242,100183],[1240235,98657],[1230762,94366],[1236735,102343],[1237594,99624],[1233026,101292],[1231877,97414],[1240556,101328],[1239351,101037],[1239172,110596],[1239731,110834],[1235789,108746],[1239804,102728],[1235793,106232],[1241462,110842],[1240547,109817],[1236089,105337],[1238419,104287],[1240170,127106],[1235028,122647],[1229614,123592],[1233138,123143],[1229339,122158],[1238580,127639],[1249107,139590],[1248367,136414],[1247680,138119],[1252224,140712],[1248316,131468],[1241802,131947],[1248464,137536],[1249175,138897],[1248434,136972],[1246772,138444],[1248698,131781],[1243979,139882],[1251421,140928],[1248875,139178],[1247641,136526],[1248386,143338],[1253952,146262],[1253748,150692],[1251979,150969],[1242733,148609],[1246947,147982],[1248231,146525],[1246800,151515],[1250976,141254],[1248330,143005],[1253277,150882],[1253124,151697],[1251514,151429],[1242786,147952],[1247008,151984],[1247802,151210],[1243079,153303],[1241713,142352],[1250504,149029],[1253528,147994],[1247933,148902],[1247027,146936],[1247296,152544],[1245769,144753],[1243166,152360],[1247435,149730],[1249756,142125],[1250069,149381],[1243085,149083],[1253329,146309],[1254164,148941],[1253989,151166],[1247800,148010],[1247428,151768],[1247354,147365],[1253735,147211],[1250250,150080],[1251321,153720],[1248404,147292],[1247984,152341],[1252578,163425],[1253354,162602],[1252209,166568],[1251400,163801],[1253995,166311],[1253875,165275],[1245229,158967],[1246004,159673],[1246607,161714],[1250177,158424],[1243440,164064],[1245015,156001],[1250081,161724],[1252190,153807],[1241813,161591],[1245385,158187],[1248884,159460],[1246316,155598],[1244355,161496],[1251042,163024],[1244731,155305],[1249424,162007],[1248835,165353],[1243848,158550],[1246559,162760],[1251144,159838],[1252666,154450],[1249415,154423],[1247279,154558],[1250173,154734],[1251622,154303],[1252972,171138],[1252142,171962],[1252997,179126],[1252681,167048],[1253291,168415],[1248489,172434],[1251493,178142],[1246787,176704],[1247788,174275],[1252971,168255],[1248374,172725],[1249486,177618],[1253122,170914],[1246316,176125],[1252624,168759],[1245738,173714],[1251163,177867],[1253832,173426],[1250858,171093],[1252268,167896],[1248924,177539],[1253278,170376],[1253823,170128],[1252465,171630],[1250324,171315],[1244249,167415],[1243963,174417],[1243480,171136],[1248097,170717],[1250133,168583],[1245062,169561],[1243686,170910],[1245542,172979],[1243586,171580],[1248720,170042],[1244652,167027],[1248830,180713],[1250300,189623],[1247346,188477],[1245252,191573],[1242262,188459],[1250456,187090],[1242275,190615],[1243226,186965],[1247344,180576],[1244710,183798],[1241973,184110],[1252384,187088],[1244293,190549],[1249341,180201],[1246784,189912],[1249602,180638],[1243566,188836],[1251461,190210],[1250570,190473],[1246892,181115],[1245610,181112],[1246063,182116],[1242506,182822],[1249835,185151],[1251394,191949],[1248459,201235],[1241660,198828],[1246418,199781],[1249045,202464],[1245632,204653],[1246025,202610],[1250305,204897],[1250156,203963],[1243605,201140],[1245637,201328],[1251577,192904],[1247783,200577],[1247488,201161],[1241761,198237],[1245854,204290],[1243591,201986],[1244842,199638],[1254394,201752],[1250119,198190],[1252128,200530],[1249630,193293],[1247444,195372],[1249556,194183],[1250383,194116],[1244626,194034],[1246597,196982],[1243176,196046],[1243005,192631],[1249113,201691],[1249321,203368],[1242775,204638],[1246511,204011],[1249549,204741],[1243067,201078],[1244196,199658],[1252432,197786],[1248896,194228],[1246620,195619],[1253408,200911],[1249888,195520],[1247646,197717],[1243038,197327],[1243953,192862],[1247853,201939],[1248424,202524],[1244825,196150],[1246293,203092],[1244917,198951],[1243136,204654],[1242172,198263],[1245496,201727],[1251502,192328],[1248516,212568],[1250378,206682],[1247966,206166],[1243374,205108],[1250947,211730],[1250573,207918],[1250072,212193],[1247612,209222],[1247364,208395],[1248087,207963],[1247956,208550],[1246147,217034],[1243387,214001],[1245697,209616],[1248526,217607],[1241952,213389],[1252795,225173],[1252972,225788],[1251033,226910],[1242566,218154],[1246012,224334],[1244222,222450],[1241746,228306],[1247556,224666],[1244697,219597],[1243250,226446],[1248557,219225],[1243114,229492],[1252320,222777],[1252449,224747],[1253049,225397],[1251455,227022],[1250922,225767],[1243254,234667],[1242133,237479],[1253031,237903],[1244837,232783],[1242615,239069],[1246709,237140],[1247737,236443],[1241616,237338],[1252802,237706],[1245924,241475],[1249100,236141],[1246872,236567],[1242099,237105],[1242539,236995],[1245306,241619],[1245992,237141],[1246069,243209],[1245547,242127],[1249957,255173],[1248727,251588],[1246804,253349],[1246141,243808],[1247021,244856],[1249331,247394],[1248735,248505],[1249552,251548],[1246550,252950],[1253113,246186],[1252473,244843],[1245706,243787],[1246698,247993],[1248600,247962],[1243722,250147],[1251868,244559],[1246410,244435],[1242208,249797],[1245478,248823],[1244782,250109],[1250131,250440],[1246049,253854],[1246518,245164],[1246862,245314],[1248056,257412],[1253482,261248],[1251020,263129],[1247449,260448],[1253604,265952],[1248820,266021],[1242442,101139],[1248664,95032],[1244699,102530],[1244524,97512],[1247918,100064],[1253815,109904],[1247181,106601],[1253216,103749],[1245352,111239],[1248060,108002],[1248620,102835],[1251063,105345],[1252276,111916],[1251769,105167],[1247736,111755],[1247636,103269],[1248798,119414],[1251809,123803],[1267184,132500],[1263134,135380],[1265856,131479],[1262714,134767],[1258037,153178],[1261215,152565],[1257278,152505],[1255683,153607],[1263723,162817],[1257681,159872],[1264962,154543],[1256827,164099],[1258202,164014],[1261411,166160],[1266132,163558],[1259133,162407],[1256826,161915],[1255504,165604],[1259036,161088],[1264053,155145],[1257548,154306],[1254937,156533],[1255214,160107],[1259673,175082],[1255956,176982],[1258682,174401],[1263125,173200],[1262770,174923],[1255885,175506],[1264090,179053],[1255539,175809],[1264008,170760],[1263810,174201],[1263085,174044],[1258300,173712],[1259277,174647],[1263796,172801],[1263373,174201],[1259012,173793],[1267114,179154],[1265983,169992],[1260810,178878],[1259937,168821],[1263645,167107],[1260545,171929],[1265974,168113],[1261844,174070],[1255968,170622],[1257363,167166],[1263856,179184],[1260469,179226],[1265481,171890],[1261642,169266],[1259456,169777],[1259779,172617],[1266145,168499],[1261578,174325],[1261381,176557],[1258152,175761],[1255687,171687],[1256800,168146],[1254768,189283],[1264179,187512],[1264257,189122],[1260841,181249],[1263881,181575],[1259358,180743],[1266779,184225],[1265089,188282],[1262377,186879],[1259122,180950],[1261194,181430],[1265872,187887],[1262568,186402],[1257210,189499],[1263551,181477],[1260172,179946],[1265829,183662],[1265251,187210],[1263171,186965],[1265297,181857],[1262865,187603],[1264737,187700],[1263591,189723],[1255488,202075],[1256460,198058],[1257232,199565],[1256161,198831],[1255073,204369],[1254511,194761],[1254793,195770],[1254687,197971],[1254950,197392],[1261130,194406],[1262083,196161],[1261754,194608],[1261664,197424],[1261595,194284],[1266212,206692],[1256643,214669],[1264768,206113],[1265402,206770],[1256295,216622],[1265954,207094],[1265860,231692],[1264715,234795],[1265310,234785],[1265814,232636],[1264269,234156],[1256556,239413],[1255900,238955],[1259191,242794],[1255112,238570],[1255325,242604],[1259216,242227],[1259361,243345],[1258418,242717],[1264293,248237],[1264642,248491],[1265046,246255],[1266962,245653],[1264504,248843],[1266830,244817],[1258525,243668],[1256223,308217],[1256309,309051],[1255198,101554],[1257932,96245],[1255086,103375],[1255648,120561],[1258662,118224],[1258745,126032],[1254436,119169],[1259306,125290],[1254990,118343],[1255272,118993],[1277178,165499],[1271341,159687],[1276446,161840],[1275422,157676],[1277373,164473],[1275331,157937],[1271749,160464],[1270520,159664],[1277649,165977],[1276168,161229],[1271423,165115],[1270172,171636],[1269967,168918],[1268730,170574],[1272675,169339],[1273848,173775],[1279603,166686],[1278710,167954],[1268568,173293],[1272127,175904],[1272029,176580],[1277819,172772],[1275504,177344],[1268920,173509],[1269178,170011],[1267716,171119],[1270196,171993],[1273566,170444],[1273290,174565],[1272611,167412],[1270908,174459],[1267591,172884],[1279170,167739],[1271956,175572],[1278852,167455],[1268678,184801],[1271811,191205],[1270339,183140],[1271787,191862],[1271884,185060],[1268683,192053],[1267268,184047],[1273123,184179],[1268520,191728],[1270095,185178],[1269032,184902],[1270662,182906],[1272245,192242],[1269639,200156],[1268882,200578],[1271368,192245],[1272928,240499],[1274488,241457],[1272356,240502],[1278353,251751],[1267505,245616],[1267881,247735],[1277435,246638],[1276791,245789],[1275023,249729],[1277751,251800],[1267324,247147],[1279349,247950],[1267231,246722],[1278024,247157],[1275451,250566],[1279124,264226],[1279268,262627],[1279599,264047],[1278216,262375],[1279119,263686]] \ No newline at end of file diff --git a/src/gathering/a10644.json b/src/gathering/a10644.json new file mode 100644 index 0000000..657b410 --- /dev/null +++ b/src/gathering/a10644.json @@ -0,0 +1 @@ +[[137283,-8391],[136103,-11285],[136947,-310720],[136937,-307220],[139273,-313569],[135459,-312540],[134940,-312688],[138503,-318642],[140718,-323300],[135552,135467],[137954,130197],[135178,131650],[139992,136290],[137859,138039],[135935,24604],[137118,16289],[130829,26542],[137143,36008],[137554,32775],[132209,60780],[136139,60546],[133996,71853],[137368,76024],[136618,66988],[137352,83196],[139404,89619],[133056,93549],[136715,95626],[132188,102976],[139274,113484],[149451,-213860],[146753,-210863],[148430,-211087],[147733,-1681],[151339,-3110],[149687,-253],[147462,-10343],[150352,-9841],[143017,-5757],[145903,-9630],[146480,-305875],[143693,-323036],[146229,-20996],[147979,-19259],[151901,-24739],[152865,-31698],[149490,-27681],[147466,-29184],[146443,-26189],[150757,-30757],[150152,-29491],[151183,138161],[142074,25341],[146664,47789],[141121,50044],[152592,47063],[147952,61152],[144813,58324],[142253,61107],[153143,64411],[140874,70720],[141243,76731],[145252,72472],[145807,76299],[149415,80977],[141177,81858],[148353,84006],[150009,86938],[147555,91953],[141406,99063],[149168,98059],[144552,101057],[145136,96867],[152280,99401],[145164,112679],[148494,108403],[149899,115577],[149412,127097],[157077,-198962],[161009,-198725],[156036,-197997],[159216,-197526],[163703,-199765],[156226,-192263],[153712,-214538],[154772,-213696],[165390,-213554],[154558,-211909],[158722,-206165],[163479,-207570],[159043,-215189],[156847,-214340],[158330,-218693],[162218,-218568],[161584,-240314],[158610,-7738],[160267,-7953],[163532,-6247],[161108,-3229],[165696,-10545],[166012,-11465],[159550,-13470],[160610,-19765],[166046,-22630],[161058,-36539],[161870,-35509],[165745,-39142],[161825,129344],[161811,137029],[160560,22517],[164827,27922],[164430,34113],[164927,37792],[161584,37022],[159401,51323],[165211,49085],[164491,42546],[160534,55670],[161664,60841],[158163,52927],[155308,59306],[155931,64477],[156958,68750],[155206,75145],[163749,76873],[164688,71273],[162912,87049],[155456,88249],[157900,82878],[154440,79552],[158060,81272],[155000,98355],[153859,93465],[159608,92594],[156783,99169],[164477,101354],[165478,107490],[162868,110051],[154098,113085],[164609,113432],[162694,115307],[161395,111866],[160293,107844],[155162,109314],[158962,115624],[163662,126698],[160621,125922],[156400,121770],[153921,118734],[176218,-138768],[172856,-136152],[175941,-146400],[173173,-148994],[180456,-155611],[168369,-199411],[170559,-200557],[170671,-197115],[174010,-202664],[173868,-196431],[166819,-203337],[173257,-215948],[177961,-210696],[177064,-208906],[176279,-209724],[171151,-212168],[167229,-212663],[169023,-210507],[173793,-208212],[169775,-217209],[172110,-217860],[171805,-228013],[176645,-218856],[173118,-228934],[175619,-228929],[171633,-229290],[171729,-225164],[171778,-222426],[171995,-218870],[172685,-221531],[172873,-220491],[169976,-219887],[169407,-225523],[169427,-220572],[169225,-241086],[168726,-240390],[167339,-241067],[176975,-230337],[178618,-232496],[178283,-237591],[178320,-236219],[174875,-233126],[176613,-236530],[173377,-239598],[175877,-242249],[174973,-240544],[177831,-241604],[173767,-241171],[171908,-12586],[169841,-11023],[171189,-8117],[170298,-112],[174455,-6017],[169672,-245666],[178993,-20260],[172458,-32596],[171854,-26354],[177344,-37161],[169248,-32204],[174027,-40624],[169095,-38906],[172454,6388],[176577,1264],[178522,4895],[169462,136037],[172582,15215],[175863,18857],[177051,13315],[169510,28470],[174946,38178],[172364,36102],[175210,27644],[170223,32979],[178309,29261],[171375,47240],[174250,51961],[173780,55851],[167827,56895],[171164,61082],[178728,74788],[177307,72517],[169169,73552],[177050,79494],[171698,89464],[175961,85630],[178210,88009],[173160,85853],[172165,99708],[169137,95608],[175740,97511],[178565,104627],[173851,106636],[175838,113376],[169738,105981],[178516,126647],[175812,121197],[169783,120271],[172241,127622],[167214,122257],[170353,125846],[172565,115513],[187326,-123834],[183504,-127560],[186799,-134533],[191943,-132011],[188947,-151624],[183596,-146442],[178928,-152300],[188519,-162294],[187920,-177329],[189200,-185093],[182001,-238846],[181007,-233730],[185380,-239707],[189574,-237983],[191415,-241337],[188863,-238142],[189753,-4505],[184748,-6286],[179773,196],[191257,-243825],[191474,-262005],[183319,-257578],[183803,-268412],[183636,-266515],[188683,-267072],[186845,-267769],[187976,-278983],[190920,-278039],[187794,-277615],[186065,-277309],[186567,-275055],[190435,-273708],[182107,-270235],[182923,-287441],[184759,-287544],[183442,-283508],[190703,-301702],[180005,-31009],[190243,-93490],[190067,-106595],[180275,-112966],[179778,-110507],[182414,9990],[179369,138164],[181572,133241],[186984,138717],[179265,22778],[187163,19328],[185785,13158],[181798,25652],[181331,37259],[189634,38013],[186475,34016],[188230,40984],[186857,48883],[190478,57816],[187683,59388],[190655,61716],[184894,60599],[185441,52113],[182839,63804],[185161,55870],[190825,66568],[187194,64302],[189519,70508],[189228,82962],[186545,78956],[184577,85559],[186179,84560],[190639,92230],[183558,97001],[185507,102398],[181870,91724],[189645,109732],[181428,104088],[187363,118764],[187424,115765],[186502,123859],[182717,118144],[181556,125022],[194610,-115656],[200954,-118860],[196655,-125314],[194577,-137736],[194729,-154158],[199548,-145972],[201255,-157610],[197464,-203074],[201835,-203638],[199307,-208583],[200728,-212971],[203928,-217650],[202055,-4458],[198668,-6739],[203486,-1556],[201776,-12113],[195389,-275585],[194412,-287470],[194719,-285492],[194582,-286088],[195216,-282396],[201774,-299214],[203863,-305945],[198921,-305222],[201333,-297466],[197160,-299385],[197081,-299676],[200260,-297708],[193511,-310342],[193931,-309562],[194726,-24955],[196301,-14680],[202416,-63201],[198993,-59734],[202192,-99614],[195936,-100063],[198505,-91501],[202235,-105992],[197142,-108099],[203627,3701],[193331,130077],[198575,138342],[199833,25352],[199748,18096],[204544,13750],[192991,22414],[199719,32108],[200025,36370],[192759,34466],[194760,27386],[197520,48057],[202697,42415],[196906,42646],[195625,45082],[193969,53089],[197554,57599],[203150,55532],[201863,64549],[203487,76649],[203100,74902],[196789,65898],[199976,69660],[192881,75332],[193508,70159],[192758,85796],[200560,86729],[195604,80138],[197702,98195],[199654,91165],[194236,97611],[197359,96774],[204564,99010],[202431,90258],[198463,114269],[200923,111402],[201510,113793],[193910,106525],[197067,108864],[198648,108772],[202113,103054],[192417,118321],[208546,-150890],[207880,-179409],[209556,-170124],[211812,-167318],[214794,-188699],[213092,-191968],[215740,-191901],[205543,-219906],[212382,-6848],[216496,-7187],[214506,-10373],[214278,-251760],[215930,-275510],[216953,-279938],[206865,-288501],[216816,-286481],[206382,-294356],[215768,-294494],[217590,-294564],[210890,-312116],[215814,-20738],[213534,-33719],[214264,-30237],[217120,-26255],[212623,-49836],[212232,-40448],[208580,-54546],[211231,-52563],[205678,-61696],[207301,-98822],[216910,-110773],[211480,-115293],[208401,8346],[205975,12398],[208282,151823],[215407,18927],[214223,21765],[210717,13966],[215916,35761],[213153,34976],[207064,37603],[214793,44099],[216548,45550],[211085,52238],[207986,60702],[216244,59960],[208833,72856],[216461,75792],[212989,78404],[208457,78563],[207424,86527],[213753,89155],[216137,80965],[214580,100276],[213657,90982],[214413,114369],[216515,109718],[207996,110808],[204994,120045],[210342,124747],[228446,-232513],[227098,-10387],[220036,-4187],[223148,-249576],[225200,-260052],[225084,-257271],[225178,-267649],[225286,-268034],[220964,-297315],[220440,-311869],[218166,-310950],[221858,-13548],[218687,-24903],[218200,-30853],[218445,-28755],[220494,-32384],[220997,-29481],[230348,-57991],[219427,-74450],[229294,-63872],[227970,-86867],[230130,-87478],[221216,7201],[220062,7969],[223027,12133],[225874,138526],[219524,134456],[226681,130112],[223122,147483],[221586,143290],[228924,146819],[223563,25141],[227639,17204],[217668,21793],[219132,36527],[219067,31128],[230296,26296],[227560,34594],[220280,33125],[226963,47489],[219000,45047],[227733,40631],[219868,49128],[220760,42509],[224469,56403],[222622,71747],[222947,81901],[228230,85229],[222822,78555],[226667,78044],[217872,96110],[223024,100681],[225543,92852],[230020,103919],[223633,110503],[226361,121074],[240494,-124551],[235620,-120146],[234644,-121520],[233908,-124233],[234845,-179274],[234773,-179012],[229813,-219870],[235274,-235470],[234469,-230547],[235172,-239461],[234551,-241717],[231092,-4403],[232929,-593],[237023,-6849],[240003,-246580],[235381,-257333],[232591,-261638],[241284,-273222],[239305,-276261],[236176,-272642],[241271,-282226],[230828,-291187],[230603,-296641],[238942,-306293],[237061,-306674],[231878,-308783],[235706,-325142],[235547,-16228],[230648,-18963],[236134,-25698],[239218,-25747],[237272,-37191],[237948,-29560],[230624,-38889],[234224,-48560],[234046,-52170],[233003,-51258],[233796,-55033],[236348,-64195],[240000,-73951],[233781,-74722],[234821,-81156],[233961,-81270],[238943,-91011],[237746,-92917],[235096,-113982],[238032,5598],[240865,138275],[237115,15366],[231440,16898],[237974,15613],[238401,25365],[233766,32065],[241844,26593],[239651,36467],[235332,29418],[241581,50018],[243021,46826],[241971,44109],[236844,60856],[232751,51760],[232996,56587],[241802,60136],[237586,58019],[238075,59725],[239843,69233],[236871,66153],[243032,71071],[240858,70805],[236038,69808],[238271,85718],[239593,91219],[237671,101249],[235705,92007],[232559,113816],[241064,113004],[232266,126746],[246511,-124964],[247415,-123716],[255512,-227551],[254190,-1080],[244924,-247177],[245334,-254121],[245181,-252386],[244876,-258502],[246815,-258861],[255997,-268026],[252898,-276934],[253369,-274465],[254671,-271044],[251328,-269322],[244240,-277288],[243495,-290128],[250734,-293956],[253938,-292136],[247427,-291836],[253881,-288655],[253376,-284997],[255107,-281489],[253031,-297861],[247827,-297012],[243719,-306924],[252640,-318319],[255702,-318281],[249813,-327461],[246796,-328097],[248099,-20002],[252535,-30273],[254786,-36929],[252003,-48343],[249977,-54058],[252390,-56261],[250260,-71529],[246352,-70002],[250380,-97170],[250091,-93744],[253260,-106938],[252343,-114945],[249211,-105262],[255090,-110507],[246169,-105017],[246432,2172],[255615,10273],[255235,21003],[255237,24887],[252088,16457],[248691,26895],[244885,28521],[250427,29178],[246319,35449],[251114,36659],[247218,63960],[248671,60725],[252366,62943],[255915,60381],[252001,73449],[247924,71279],[247029,74535],[248206,67860],[244674,77075],[244185,93566],[247079,98278],[254173,90722],[253613,98228],[249207,90359],[250954,95184],[246885,112953],[264584,-132730],[262295,-209923],[260712,-216432],[266606,-227987],[267211,-221208],[256588,-224932],[264303,-240351],[262603,-1535],[261862,-265651],[260640,-279784],[260498,-280714],[259763,-280032],[258307,-302958],[265181,-300661],[264223,-300033],[268334,-302829],[266062,-309432],[260418,-33660],[261332,-30924],[266009,-44817],[266160,-50488],[267733,-47309],[268047,-61971],[267890,-57813],[261202,5482],[259260,3317],[261124,3730],[261305,12769],[264526,10064],[265982,16014],[262167,16180],[258358,13113],[260327,18586],[262891,17852],[264506,20949],[261538,22590],[259413,62685],[256558,66652],[257342,83097],[260513,87930],[267240,85483],[268322,94072],[257037,119072],[269302,-138853],[276517,-135776],[278995,-130440],[272213,-146182],[272597,-204699],[272703,-212721],[278874,-1759],[271386,-243352],[276857,-245184],[274524,-247640],[269528,-283611],[269075,-286522],[279307,-291321],[278652,-25430],[270835,-26927],[274399,-39553],[281499,-50219],[277656,-49205],[273758,-55487],[278110,-66516],[272145,-71763],[277900,-106528],[280581,11677],[269497,14398],[276454,14210],[279790,25018],[276913,72189],[270850,69437],[271398,71411],[280923,82279],[278019,88417],[272179,89120],[273961,78135],[272286,84842],[278796,86826],[283801,-120320],[291296,-122064],[292349,-124898],[291587,-116206],[284154,-125646],[285971,-121045],[284346,-133351],[283115,-136387],[291482,-139153],[291323,-129843],[288375,-142554],[290448,-145926],[292645,-150550],[291533,-143052],[284623,-153163],[289733,-140697],[289733,-140697],[290019,-214372],[283884,-213008],[293104,-8720],[286453,-269261],[294192,-281779],[282754,-19380],[288493,-25983],[284155,-29373],[284053,-61247],[289436,-82933],[289488,-78987],[286722,-85058],[283785,-96332],[290885,-94855],[285093,-113116],[289251,-111507],[290606,-110995],[288599,-108336],[287114,7922],[293190,5182],[287949,2325],[285053,60962],[284315,54204],[287591,68089],[287640,82822],[282474,99311],[306242,-137604],[302673,-130213],[303347,-129244],[295336,-152572],[302915,-142946],[297077,-142192],[304142,-151547],[306277,-153968],[302012,-165877],[304344,-156314],[300416,-163842],[298743,-170074],[298587,-170940],[306507,-190665],[300858,-200981],[296114,-194384],[300174,-215064],[301192,-420],[294673,-3053],[295065,-16110],[303275,-32537],[304477,-41415],[305571,-52731],[296184,-62761],[295300,-57680],[299669,-64637],[305862,-69396],[305474,-81101],[295460,-102564],[304152,-103810],[306048,16252],[302650,59746],[303951,75137],[301944,72349],[314010,-141650],[310148,-162540],[319919,-162148],[307623,-157031],[317968,-155577],[312799,-170454],[318697,-171597],[316491,-204300],[316634,-198841],[316128,-229491],[307674,-217683],[318938,-237038],[310249,-5068],[311913,-8310],[308412,-37338],[314911,-49984],[314279,-41416],[313793,-57736],[312866,-61660],[319860,-85926],[308303,-94860],[307450,49136],[324767,-169304],[327654,-174020],[324210,-166688],[322437,-172304],[332611,-186209],[323147,-46662],[325933,-88466],[322910,-88593],[327982,-96538],[327094,-91289],[341725,-145222],[342734,-148924],[336426,-147973],[339253,-174753],[334710,-172759],[333060,-175757],[333341,-185091],[344570,-187682],[337321,-96345],[336001,159144],[354894,-117396],[353135,-142357],[355981,-162373],[353189,-178193],[350268,-169275],[357026,-181000],[348006,-179188],[347921,-189397],[347175,-185762],[345693,-179984],[355133,-187867],[357058,-107351],[370136,-138914],[369765,-132730],[359071,-153256],[365156,-152846],[365643,-145343],[368729,-140737],[364777,-167127],[368797,-167516],[358503,-168111],[361443,-174824],[360890,-114817],[365315,50737],[371482,-121241],[375415,-123128],[372789,-145967],[380152,-151251],[373144,-174855],[372911,-178447],[378604,-182102],[382850,-1293],[378448,71285],[372158,77608],[388944,-138904],[396301,-133823],[387364,-150673],[384939,-152880],[387501,-143806],[392257,-154734],[388563,-154909],[392253,-163962],[387379,-166129],[390320,-183073],[394454,-33326],[386461,37240],[388405,29717],[393539,42584],[393107,55320],[396916,-147104],[400148,-176148],[405457,74959],[416497,322347],[418548,322267],[414527,375478],[422780,320481],[466376,-60209],[480367,325935],[485932,326611],[478593,508725],[485523,697197],[482292,706760],[483288,710662],[493513,341921],[489807,340952],[494393,361841],[493432,362680],[495664,465138],[495606,479789],[497419,690189],[490990,714547],[506120,-102773],[511620,348300],[506074,364988],[503849,375393],[501071,457865],[502250,480350],[500156,499444],[506647,505544],[505292,506385],[504896,591455],[509666,658329],[507838,674565],[501397,670529],[505121,676828],[511475,711240],[509395,715644],[520942,344272],[517913,357259],[518062,362466],[521632,382772],[514634,377936],[535929,295999],[530393,354768],[531156,350246],[530198,379509],[538903,383271],[549990,384428],[555351,390626],[561662,386364],[557086,390423],[558055,397588],[552429,398016],[567506,388737],[563370,399014],[566249,397523],[578575,-54514],[600687,-79674],[599230,406960],[595756,403654],[595958,415483],[594161,421519],[613796,347969],[605062,407736],[613149,447937],[613926,444292],[606709,440051],[608321,448095],[617059,406289],[624500,441096],[639087,-182074],[629256,425650],[651887,-169274],[642380,445871],[650697,439474],[645727,452935],[653514,443178],[657465,444823],[655939,461304],[663801,462043],[665666,445053],[675129,436715],[674909,438126],[669812,471636],[675908,89807],[680525,426027],[680190,472313],[684920,469386],[686439,473474],[680878,484647],[686619,110311],[682173,117184],[707552,414515],[704983,470151],[705703,481543],[721669,391514],[724458,397422],[718121,417473],[722033,473286],[717462,509665],[725221,519700],[734764,514473],[734267,518083],[750917,504992],[743593,513178],[757959,486380],[765155,502465],[762480,517592],[778717,483938],[776416,496787],[779255,487354],[770107,501071],[785799,495653],[804134,482359],[818318,418793],[818833,519274],[824535,452212],[824750,479775],[831658,485490],[829540,513974],[825635,514426],[842873,465115],[834521,483841],[839419,481666],[840411,486141],[832852,497897],[835865,507455],[833126,505079],[844410,507677],[840777,516057],[846947,414710],[853584,467045],[855921,486815],[849786,494029],[845672,512017],[848819,499648],[849033,518954],[861356,462903],[863409,485092],[864277,561644],[870809,447718],[873938,489801],[874901,551180],[873507,552707],[885389,446011],[894604,437109],[903933,421124],[908543,411139],[899349,430315],[899339,437254],[896218,555460],[902709,571663],[903027,571468],[922173,397132],[941392,601102],[958540,238049],[949291,595637],[965990,601634],[995473,596074],[999682,605592],[1014849,605930],[98687,46529],[100324,113641],[1033959,608772],[1043888,627055],[1038556,623609],[1044171,630727],[1084786,634099],[1088831,637139],[1104197,626382],[1111429,635015],[1106707,635407],[114918,114252],[114824,106892],[1154856,623371],[1154936,629644],[1168587,623492],[127983,26237],[121295,59081],[121573,54848],[123766,102008],[126099,106133],[123403,105366],[-55834,-354943],[-52156,-356764],[-57153,-354311],[-56541,-356328],[140191,-10051],[137525,-303329],[131800,-304313],[137267,-12823],[140518,134654],[138200,131586],[136662,140173],[139301,25847],[138447,30983],[138124,47720],[139673,45995],[133377,41025],[130592,48080],[130006,61918],[137306,53263],[139299,59677],[136100,75165],[135070,69538],[139601,73231],[139113,65463],[128615,80595],[140261,79730],[134951,82216],[140633,86679],[134292,91209],[130863,98846],[140570,92341],[135846,97389],[140576,97654],[135282,115666],[145154,-212184],[152951,-4639],[151798,-5026],[143778,-4044],[150019,-4604],[146007,-7860],[148145,-8280],[144955,-7451],[147503,-321186],[149677,-16697],[151942,-16920],[149025,-12986],[146475,-28630],[144784,34231],[152227,33897],[152076,36353],[144639,47925],[147765,49419],[149414,56593],[146781,61608],[148667,63150],[150930,74582],[150745,70231],[152798,72158],[153597,89708],[144691,84217],[147542,94395],[145919,90266],[143864,98354],[145546,114728],[145558,109438],[152060,112557],[140889,109983],[149868,114312],[143620,121364],[149276,119996],[158895,-196884],[161239,-206314],[156523,-220894],[163453,-238875],[163084,-10893],[157924,-9718],[158423,-11335],[162597,-6493],[154964,-14829],[157243,-13312],[159292,-24978],[165830,-26700],[155916,-32359],[160490,-39193],[163974,131383],[163606,137604],[161457,24698],[160188,28528],[160578,32102],[154053,59493],[154140,55197],[158708,62631],[158054,56040],[159391,67478],[153625,76704],[158032,89564],[154878,88831],[153722,86269],[157240,94265],[160209,97210],[155724,102166],[160474,99683],[153748,111869],[165166,114586],[159219,105430],[159022,109918],[162817,104651],[157491,115630],[157962,117877],[165571,127915],[164976,121828],[175556,-132392],[172875,-214620],[173555,-218934],[171731,-223239],[169960,-228784],[177077,-238027],[177664,-234589],[178439,-241921],[170639,-11949],[172140,-10733],[172913,-7203],[170020,-244674],[178487,-23386],[174298,-17347],[172929,-13380],[174548,-31182],[167107,-30211],[171351,-27663],[168985,8847],[178620,2504],[177390,3479],[177269,9726],[170027,11776],[175225,131184],[174458,128796],[171506,141227],[173813,142852],[173204,23000],[177031,16510],[173186,19131],[170036,20218],[176999,27857],[176855,26282],[166524,41720],[177751,66911],[171803,75188],[172765,69552],[175986,77311],[179105,85730],[177152,102015],[177945,92023],[174501,100489],[177786,108807],[177937,106139],[168429,111525],[174605,109637],[173590,113518],[170827,115122],[175416,117935],[171325,117852],[171281,127956],[167918,124541],[189178,-125354],[191274,-136540],[186545,-137135],[186077,-131994],[188046,-133136],[183740,-153171],[186118,-163524],[185520,-154445],[184453,-171215],[190192,-241910],[185780,-10516],[185450,-4936],[185485,-258359],[184227,-262612],[189496,-277960],[187100,-287921],[186356,-99338],[191476,-101708],[184706,-103205],[182165,-109703],[191438,7731],[181739,926],[180293,11671],[185508,134549],[189933,138182],[181427,146004],[191218,21246],[190905,17582],[179861,20929],[180547,17214],[189539,15942],[188789,26044],[181092,43655],[179639,44414],[189390,57582],[180714,56162],[180783,57861],[189329,65895],[187131,70507],[180820,73409],[182831,86383],[179581,80791],[188813,80819],[184875,78196],[188891,91796],[191424,107866],[183441,104543],[186154,121034],[181245,126455],[194419,-115085],[192733,-135468],[198541,-138136],[201219,-149693],[203841,-155673],[200999,-178728],[194543,-174086],[191904,-177586],[200264,-3660],[198885,-4612],[198814,-1512],[201131,-7079],[201233,-8864],[204176,-6303],[198836,-10597],[196019,-12204],[197351,-285467],[198473,-306737],[192831,-302683],[192898,-26414],[203672,-48119],[198504,-60779],[197412,-60181],[197452,-101971],[194365,-93321],[199201,-96049],[202211,-90475],[200292,-114277],[192357,-104969],[204664,319],[194851,11485],[203639,10047],[200796,11514],[198384,135075],[197477,15370],[197277,14053],[203599,24635],[198586,22527],[202051,17999],[203757,18079],[201605,33111],[199005,27426],[194827,50869],[197965,44371],[192087,50668],[193916,59791],[202673,62037],[193181,56685],[193684,86114],[202279,77604],[196890,100041],[198767,90506],[192366,102343],[198886,94469],[193038,96015],[195684,93822],[195007,114584],[196743,110813],[202972,112945],[201201,112192],[201297,108993],[201835,104224],[192243,124584],[198436,122936],[216515,-120976],[212092,-177924],[214588,-6644],[210712,-8683],[213742,-254892],[215933,-279813],[215677,-285332],[207868,-300521],[212548,-314549],[211515,-20322],[216743,-20105],[207038,-37467],[211487,-32939],[211138,-29371],[215821,-31250],[209200,-46684],[207013,-47975],[208353,-53680],[207628,-55494],[208512,6476],[216320,132052],[208841,132330],[214957,14169],[214053,23354],[211319,17264],[212528,35615],[212672,32874],[217564,26452],[217134,41119],[217491,49661],[212308,53260],[215750,53427],[209157,61537],[211710,72289],[207253,73266],[210056,75526],[214180,71414],[204844,89511],[207839,77540],[206951,89354],[211905,87072],[213615,82085],[209778,100430],[205523,95247],[215337,117493],[207936,121716],[212834,126735],[224615,-217326],[226332,-218823],[217880,-5155],[228261,-5896],[217611,-11651],[217611,-11651],[224276,-260520],[224637,-263729],[225943,-291937],[221977,-291707],[219435,-302849],[219006,-315540],[223315,-17665],[219886,-21484],[230160,-25648],[224532,-31509],[220295,-26477],[222352,-30793],[222017,-32103],[228153,-63515],[218216,-74099],[219913,4853],[221275,11099],[226855,4344],[223686,134706],[218722,141478],[228240,142153],[230116,147512],[223792,21097],[218676,23041],[225193,21657],[221199,23691],[217883,32582],[227947,29046],[225760,36496],[223568,29078],[230142,43437],[224925,46536],[217688,44795],[219038,56040],[222320,57551],[222870,58536],[220363,72929],[224975,71639],[219723,86448],[226925,86080],[225471,78867],[223754,85363],[223353,102271],[219987,96256],[225277,104333],[218846,111566],[217614,108397],[227390,112722],[228350,116545],[239797,-126040],[233558,-120626],[236451,-156633],[233965,-234563],[236195,-241654],[230468,-10605],[236048,-11907],[235092,-3304],[240555,-3696],[231658,-261073],[240312,-274887],[239400,-277210],[237251,-304168],[242733,-310841],[241068,-323973],[240351,-24999],[236872,-27184],[234458,-36209],[239763,-31098],[236534,-43042],[238625,-49160],[232665,-50198],[231543,-45193],[235032,-55211],[232209,-57360],[235486,-65202],[237940,-76107],[237063,-64547],[239711,-72709],[230985,-86648],[236562,11069],[232610,278],[239234,6761],[231117,137055],[237957,143032],[242602,24252],[235780,19111],[237136,16227],[236597,24631],[231946,29425],[237303,27029],[237248,44620],[242908,42145],[230654,62557],[235948,54522],[234908,66161],[233848,66555],[241551,73601],[233694,89978],[237541,97640],[235871,93478],[241667,93280],[237995,114134],[233988,110145],[233954,116923],[242769,120262],[241561,125908],[245480,-3370],[247217,-246846],[249882,-256360],[248638,-261365],[255727,-267137],[252774,-259574],[252175,-274028],[243854,-281171],[253614,-292458],[248611,-292271],[250044,-286064],[252223,-301907],[253364,-315375],[245437,-22165],[243833,-26925],[247142,-34780],[251034,-32836],[252960,-47531],[251985,-57634],[245122,-57284],[253787,5904],[246785,133205],[248161,24942],[255826,23520],[251298,24543],[245144,30278],[251448,34022],[255173,35736],[246390,38873],[246974,48155],[244497,45365],[248865,62315],[243241,56751],[244825,63423],[252847,63841],[245419,70773],[252341,66957],[246872,73838],[246634,68510],[252832,77312],[254702,86249],[245008,95594],[251527,91452],[250398,92570],[247525,115475],[248638,124368],[266533,-211599],[262159,-214041],[259541,-228562],[257325,-3610],[261239,-282069],[267757,-282029],[257997,-281674],[264922,-299647],[266992,-322526],[260014,-31514],[261140,-27900],[263951,-31440],[267137,-28585],[267536,-45539],[266210,-56473],[264108,-60795],[259027,7449],[266664,10253],[265346,9284],[262098,6311],[256573,11043],[260171,1165],[266175,13920],[256685,23717],[257115,16199],[260518,20462],[263228,20337],[266360,24119],[260291,22492],[258265,31586],[262212,68931],[266968,69466],[262805,77951],[266305,90957],[257184,94971],[258776,111927],[280997,-123023],[279731,-142709],[277659,-141872],[279245,-151689],[273059,-207567],[277764,-249381],[275914,-24212],[274976,-19919],[274631,-36820],[280635,-29963],[274972,-28976],[268959,-44455],[275257,-48583],[274100,-52925],[270023,-65627],[274084,-68787],[272136,-70803],[276346,5720],[271066,13070],[271208,14038],[278011,21833],[272337,65823],[270609,73472],[275809,86691],[278995,83694],[275385,79355],[275520,83560],[280385,114131],[278180,102943],[282901,-116946],[282387,-121292],[282135,-129801],[288794,-133955],[284672,-132050],[286198,-130674],[288057,-127819],[291326,-133997],[283396,-141161],[290268,-151978],[292486,-148266],[282969,-147037],[287632,-162731],[292780,-154040],[289129,-170604],[293510,-175060],[294139,-169977],[288889,-194854],[291822,-197877],[283706,-192583],[282441,-210124],[294030,-11897],[287113,-22903],[282114,-18626],[286520,-13427],[281689,-47217],[292927,-49839],[282270,-62368],[289986,-56816],[285218,-69820],[282597,-89162],[286253,-83402],[282829,-101778],[290316,-97428],[284477,-108443],[284477,4690],[281602,24592],[286659,64072],[286827,67848],[289081,75744],[282294,101771],[283718,106233],[298468,-116617],[302829,-136511],[303990,-129005],[298806,-149242],[299730,-149818],[303459,-165673],[294659,-157773],[305223,-163298],[306391,-191733],[306472,-196568],[302334,-200852],[305199,-218511],[304198,-11018],[294709,-22204],[304709,-36940],[294778,-38665],[305839,-39081],[296943,-45735],[303690,-43882],[304190,-57124],[300930,-62457],[294985,-64651],[305171,-66967],[298837,-73914],[295266,-83139],[300535,-95052],[307200,-92484],[294759,-111532],[302170,-112720],[297501,-105978],[303324,276],[299509,1721],[304724,50014],[299256,48096],[303889,48468],[302442,73933],[309997,-143250],[317062,-156061],[310592,-164619],[309708,-153793],[314727,-162517],[315522,-166001],[316932,-164951],[309365,-169562],[313687,-168733],[307891,-198319],[314007,-213834],[314143,-226800],[312056,-236572],[311953,-8465],[308883,-1620],[316317,-19489],[313492,-38125],[311725,-53875],[312218,-51531],[315052,-63488],[318322,-58655],[307958,-73981],[312363,-78410],[311117,-85915],[317474,-91683],[312444,-94987],[309961,-102747],[311723,58074],[320818,-158794],[326781,-176766],[328918,-171430],[323479,-171158],[320879,-81579],[328024,-95635],[324496,144756],[340834,-171665],[334416,-175703],[339211,-173260],[337381,-169989],[345471,-188354],[335668,-89225],[333783,-96768],[338504,-92546],[345394,-104946],[334555,132249],[335085,157724],[347882,-118060],[354123,-151741],[346454,-145565],[349482,-146607],[354966,-157733],[351508,-154796],[347163,-175523],[350495,-176724],[355626,-167384],[357707,-179124],[351682,-185054],[354752,-185972],[346284,-182116],[356865,-183328],[346591,-100959],[345698,-91774],[348001,-95495],[352147,-108977],[359721,-117812],[369678,-152736],[370462,-145050],[369497,-143135],[359645,-155768],[365487,-160039],[366606,-165481],[367247,-178089],[361670,-178458],[370010,-181181],[368530,-184426],[360663,-185578],[360246,-47922],[366618,-114705],[367175,-110342],[367675,-111589],[366940,51022],[366062,57816],[373818,-120926],[379677,-127702],[379863,-118498],[378739,-122282],[383569,-128301],[379108,-134536],[376323,-133115],[375446,-153229],[378881,-143458],[375569,-147060],[375446,-153229],[381759,-146058],[379362,-161003],[376691,-162361],[372256,-172827],[380943,-173511],[379976,-177547],[377013,-181071],[377967,-186199],[372416,-33300],[373181,-111310],[390908,-128595],[389842,-133812],[388349,-135528],[388742,-152341],[389500,-145591],[385374,-162422],[386444,-162106],[390516,-156307],[391552,-160118],[388722,-164947],[386137,-174662],[386369,-182899],[390638,-10714],[388637,41195],[399979,-162813],[397580,-169843],[398103,-175554],[421675,319528],[417657,320160],[416807,373510],[446571,260939],[470575,540334],[471025,570819],[467514,575088],[473020,92148],[482617,323121],[481623,328750],[474624,507360],[482570,698783],[485034,712455],[480722,88700],[481654,100251],[474214,92599],[486918,331247],[491968,341247],[495334,336378],[488422,358262],[492019,358601],[498970,464112],[498900,464190],[487632,505812],[495034,503190],[498734,673311],[494284,669906],[496079,689190],[498545,701241],[487745,716714],[491806,84156],[506153,-89241],[501642,-94799],[504823,358474],[509982,370224],[510792,360016],[504610,375226],[505265,404040],[511669,403896],[502933,475726],[502745,479545],[504921,509764],[506864,601876],[507787,660535],[507691,671732],[511282,678718],[523498,-70509],[520820,-81729],[514629,-98242],[520411,-94750],[513629,346482],[518462,347370],[512007,349267],[518087,368377],[523978,372380],[521876,371156],[522245,378960],[535356,-88290],[529235,-88694],[527759,-81977],[535522,-108784],[536141,290583],[530268,355152],[527495,353830],[528639,350783],[531239,375488],[528531,381347],[530250,384039],[550219,-54103],[544589,-94482],[538271,377044],[540524,377669],[546569,384702],[539731,389124],[560656,-51049],[554439,337864],[558683,393793],[551854,386747],[561144,394377],[562997,389288],[556833,408374],[554033,405974],[558291,399469],[563428,-36559],[573999,391845],[564279,385621],[566847,394346],[573237,391404],[580838,-48979],[585779,409433],[597571,-59849],[597066,398806],[594638,418615],[606563,409242],[605637,442682],[603866,446660],[618393,403256],[615858,442691],[633583,-155896],[636014,-164376],[638299,-182049],[628073,421822],[627983,444490],[632199,443318],[651099,-169249],[641987,445362],[649548,460452],[650483,453993],[661464,334117],[653443,445558],[653986,442336],[653262,436918],[662013,443864],[660302,458817],[673639,437356],[673999,436334],[673570,468268],[666540,466521],[680590,429757],[684197,470606],[684108,468159],[683042,485524],[689926,104157],[686356,115029],[703340,471185],[697365,481650],[691410,476235],[709288,413184],[706754,484565],[719471,392917],[717413,474663],[719766,509410],[730521,515359],[740088,524745],[736625,522324],[745883,496557],[746353,514756],[755982,488471],[762798,506351],[763799,515170],[777725,479865],[772873,495482],[776058,498635],[781009,485674],[785298,492487],[801195,482342],[809868,524726],[826242,424594],[830704,450812],[823788,493431],[831266,504161],[826873,514348],[821509,518760],[822449,533733],[827193,541919],[837009,456966],[836878,482546],[842416,490899],[841342,497037],[835791,489809],[833624,510283],[837693,512730],[851602,415336],[850467,417445],[848163,470623],[856348,466757],[848695,478204],[852273,473930],[850119,484618],[845913,494915],[857514,489534],[854369,511316],[849473,500552],[848397,519419],[853772,517573],[870072,453755],[864659,486539],[864337,549432],[862096,559801],[863846,557172],[871428,443467],[892106,444562],[894732,435875],[895226,440743],[894247,555324],[901939,419154],[897890,430559],[904253,565147],[908166,563440],[913139,409260],[909927,582758],[913995,585727],[910844,601663],[922741,401152],[928273,578574],[927661,584655],[934301,600435],[956995,158763],[960765,172996],[970910,220345],[966022,600823],[977130,230349],[982914,252420],[996396,238487],[986792,243887],[990841,595144],[988392,600508],[1008711,172035],[1009685,241717],[1009943,606967],[1006965,609875],[1017301,164242],[1022648,611286],[1032265,231206],[1024017,597932],[1031604,600648],[1043438,621118],[1045254,633404],[1039915,639271],[1058079,629927],[1086612,636738],[1099810,634148],[1136160,639203],[1148161,619078],[114862,86109],[108672,81785],[111771,105129],[1152834,638101],[1154776,632932],[1161620,630029],[126454,47460],[121937,63572],[123948,56918],[126292,58751],[117015,67885],[127295,86575],[119905,79704],[123937,90218],[125018,101499],[115883,108909],[125092,109930],[120888,104547],[140148,-319397],[133109,139296],[137572,129506],[137559,133438],[134606,137316],[133954,100014],[129065,110360],[130627,102912],[136648,113220],[136745,123345],[129525,122048],[143531,-319660],[143645,139766],[150822,139935],[145760,142318],[152558,42702],[145674,49827],[152715,79788],[141344,111275],[149843,113742],[160284,132812],[164819,134413],[165847,30396],[159800,49983],[157173,68850],[158201,74607],[165125,84669],[155495,81223],[158440,122813],[172584,-27454],[167221,-35430],[175492,-45800],[172559,-39949],[176216,-38970],[173309,8808],[172109,133855],[172801,140015],[174342,141601],[170052,94261],[178259,126821],[172875,127465],[184268,-175263],[190647,-169717],[180666,-21855],[180233,131760],[190535,133915],[180566,138033],[188950,139722],[191058,28809],[185206,41141],[191722,46468],[191344,88902],[188005,86701],[191791,79354],[189693,84485],[185846,83014],[180721,98052],[188198,107711],[188744,121639],[193388,-143962],[202349,-148622],[200796,-153392],[197858,-176891],[196366,-180418],[204082,-17580],[196298,-24552],[202624,-39718],[193207,-97772],[196571,9102],[195900,130961],[203179,34738],[199384,34559],[194397,30338],[197475,37957],[200324,45871],[192481,40467],[202215,51893],[196678,83938],[197758,94232],[202184,95262],[203567,90347],[192059,115322],[212547,-180353],[212414,-184001],[207685,-192046],[211624,-288309],[209307,-298306],[215272,-50470],[207398,-39502],[213301,9095],[214224,151456],[212568,143090],[213015,24068],[205092,16903],[213375,15029],[208170,35148],[205739,45462],[213058,60168],[210918,66796],[205461,72434],[212535,71037],[216895,67372],[208590,89741],[208836,88903],[211584,85481],[215958,78627],[209597,92182],[210751,102140],[215442,90730],[204925,102881],[211919,111661],[216339,106446],[210669,120993],[210843,117035],[215931,123082],[228623,-212236],[225612,-225136],[224675,-259379],[226762,-268435],[225546,-292035],[222653,-304583],[228184,-296504],[220057,-314408],[225409,-16567],[226097,-14588],[228882,-45075],[225974,132828],[221599,140274],[225359,22664],[222222,37072],[221804,31241],[221180,50649],[227724,57471],[219788,59868],[217676,52456],[221162,75809],[221280,85838],[225122,85676],[224428,77595],[226590,85045],[229487,101556],[225931,97354],[222688,90348],[222655,105860],[225435,110672],[229075,119585],[230030,126814],[234608,-211319],[232003,-216383],[231702,-233464],[241275,-240512],[232988,-240241],[235573,-6550],[242628,-262485],[232806,-258256],[238919,-278050],[239347,-289536],[236996,-303266],[243085,-317270],[235760,-13797],[239175,-14336],[240011,-21135],[242560,-29572],[235237,-27315],[233222,-35991],[234146,-50661],[242265,-46271],[234518,-43606],[242038,-39333],[236726,7144],[234192,138669],[235047,128990],[240476,32001],[235998,26972],[231773,46637],[239650,50991],[240679,59465],[235691,58598],[237376,72234],[241076,88855],[233603,84771],[233614,93299],[240962,98404],[239594,94190],[234057,102774],[246314,-156276],[247390,-171707],[243481,-6884],[250981,-6642],[252608,-5723],[250261,-258799],[253644,-273757],[245436,-274102],[251550,-289750],[253293,-291577],[255037,-284308],[249307,-294518],[250523,-301475],[253860,-314788],[244856,-19193],[245219,-27069],[250571,-33569],[249167,-37954],[244303,2435],[254676,128259],[250306,24622],[244984,34526],[255194,26265],[250426,34663],[252320,36527],[246524,39070],[244345,47860],[243298,42412],[247911,63976],[244424,60304],[252229,61656],[255039,62721],[254872,67168],[254244,66611],[249660,68626],[250621,74638],[249065,65605],[254687,88021],[255166,80212],[245683,97413],[255339,96312],[250201,91497],[248201,96108],[245260,112835],[243783,117951],[245208,125707],[257552,-211067],[261680,-227639],[264392,-9943],[258661,-271868],[256065,-269465],[265435,-284222],[261630,-282253],[258141,-302569],[266537,-301903],[267837,-300209],[268710,-330759],[264670,-37058],[267965,-31985],[256327,-45794],[265703,-47587],[262386,-54598],[262162,-61904],[267079,-67086],[257164,-108900],[263027,890],[267722,12784],[259514,24061],[257232,35208],[259697,78736],[262439,86814],[267365,84159],[262203,93593],[274196,-133550],[280369,-128833],[278504,-189588],[270706,-206323],[270634,-211206],[280090,-213095],[270836,-218251],[270826,-1692],[280529,-3681],[271839,-247757],[276562,-22267],[272583,-20955],[277302,-24203],[273376,-36529],[280815,-33203],[275990,-31131],[271340,-50810],[276517,-46691],[271643,-60692],[281255,-60074],[272431,-52475],[278691,19577],[277777,16491],[269236,70565],[272341,75849],[273747,70784],[279687,71871],[276379,66544],[281269,68523],[270698,85120],[271481,79957],[273442,89442],[275482,81718],[273219,86023],[277598,95022],[273507,100679],[280611,103683],[278573,116173],[288968,-124090],[290250,-126424],[290683,-130111],[282858,-131261],[288348,-136816],[288204,-137886],[286043,-141412],[287232,-145130],[286135,-152086],[283543,-189735],[293528,-196662],[292414,-209092],[289398,-210846],[285831,-7467],[290197,149],[292666,-18228],[289154,-30818],[291013,-41358],[287718,-51791],[293327,-58261],[286238,-71592],[289743,-67530],[284786,-101311],[289781,-93154],[293433,-112690],[289654,-113801],[286192,2407],[281952,75834],[284718,71693],[282897,65357],[285528,74058],[289496,70696],[283887,81822],[303843,-131462],[305649,-128187],[297673,-147142],[295015,-144971],[299664,-146323],[297156,-145011],[299506,-143667],[304074,-152882],[302159,-144839],[306009,-159410],[296938,-154489],[300140,-165875],[301963,-157895],[300308,-160316],[297463,-166969],[302570,-196647],[297541,-193618],[298204,-203525],[305657,-214802],[304558,-214545],[296123,-12288],[300291,-3458],[306132,-4484],[297412,-6004],[305656,-13993],[298026,-33418],[300726,-44455],[305875,-50003],[302974,-41491],[306429,-51990],[296337,-60463],[295622,-74868],[300098,-70333],[297511,-84227],[301114,-105133],[295922,4256],[298560,68441],[311891,-141604],[309388,-160758],[311075,-169534],[314031,-199460],[317112,-223107],[315373,-9393],[317296,-18026],[310190,-33111],[311733,-49949],[310856,-45381],[314678,-54249],[317643,-53473],[307754,-71916],[318397,-67265],[308243,-82829],[308984,-89861],[314175,47130],[322036,-164671],[323046,-159881],[330009,-169021],[326710,-175507],[332399,-177415],[332604,-184347],[322239,-228888],[322151,-85310],[323653,-90267],[332456,-93265],[343252,-147757],[337912,-148045],[337227,-146943],[334058,-171011],[343908,-174763],[337923,-176664],[334413,-174398],[334669,-177152],[336445,-184153],[343828,-184417],[338868,-182455],[341022,-191404],[344124,-182636],[333189,-99322],[336327,-97142],[339287,-99676],[333189,-99322],[351583,-123947],[356409,-143011],[351232,-143865],[354435,-177228],[350191,-169772],[349483,-187134],[349341,-180822],[355036,-180767],[357734,-188201],[355220,-113265],[346768,-108593],[367117,-148184],[361408,-147056],[361675,-152523],[361214,-166067],[367550,-167485],[359816,-178750],[358459,-185613],[361655,-106778],[369293,43829],[361957,55545],[366325,77070],[381999,-116343],[373244,-122102],[377400,-125942],[372506,-133110],[372506,-133110],[377076,-151131],[372749,-153452],[383954,-155749],[382041,-154504],[372021,-167660],[373166,-169720],[374994,-174685],[372002,-114169],[386562,-122984],[390505,-139585],[384465,-164587],[386161,-186222],[390238,-5229],[415089,318711],[415725,327687],[421314,323459],[473602,-80166],[477638,324103],[482314,326974],[481319,333109],[478037,333996],[483153,509634],[478145,506178],[474727,716791],[493537,343089],[489203,337712],[488332,356520],[492857,362494],[496272,463420],[494078,477163],[491461,504976],[496693,500960],[498790,690762],[495151,683918],[491491,685248],[491427,693472],[489106,697122],[491798,708162],[487826,705883],[507514,353404],[509384,367976],[511112,380254],[508561,410474],[501152,461147],[500815,479226],[510091,498537],[508247,509324],[506511,600645],[507001,654735],[509024,655682],[510222,672530],[502621,689691],[499859,715195],[504432,716200],[516166,345934],[523679,354407],[517535,351198],[521013,369334],[515855,362313],[517600,359830],[522131,375167],[532219,293528],[530866,354323],[531785,350162],[529110,370850],[528801,378146],[536704,378723],[556578,391425],[556456,386102],[560586,386099],[563101,388955],[554301,408349],[557116,399708],[564067,392560],[566684,387085],[574996,393704],[568512,396746],[569206,392388],[576110,361545],[598059,406337],[594676,402700],[595659,413789],[590433,411722],[598887,418426],[609566,411015],[607161,438501],[612081,440653],[607718,439770],[607174,445659],[602972,437554],[627571,423769],[629994,443490],[644747,443739],[649945,436398],[648078,455521],[662023,333958],[664650,446170],[659570,444851],[655159,460961],[659730,459308],[670929,437365],[678370,436297],[675588,470945],[666342,467253],[679137,427016],[683834,469949],[684471,465835],[689836,475927],[684777,480204],[678450,93024],[683045,107803],[685491,114263],[696143,458467],[701408,471951],[696223,482785],[704942,415073],[711891,483176],[721080,475820],[718765,515208],[742277,500621],[733236,512921],[733836,517449],[736695,524893],[742079,513656],[755194,493636],[761866,511476],[778001,483008],[776859,492598],[771348,499405],[768511,505804],[781462,490760],[788920,491837],[802333,485815],[808497,526470],[827516,424566],[825992,454837],[823856,477593],[830324,480076],[830870,483319],[826233,507614],[828646,511969],[822817,500742],[821603,518704],[819391,535090],[826286,535476],[824577,547993],[831666,537807],[841888,456891],[838596,478487],[832034,485105],[837249,484021],[838000,486866],[836717,503397],[839744,521319],[850689,414333],[845642,455857],[854150,470465],[853381,494940],[851076,489174],[855514,491373],[855175,509577],[846898,500306],[852859,500958],[845596,501137],[851378,512672],[859903,467076],[858376,483691],[865098,495730],[866752,547238],[876201,449897],[880403,562630],[895792,431886],[895806,436078],[892607,450213],[894350,557282],[903610,416852],[898349,438546],[897667,565531],[909024,407807],[919577,401976],[916978,570758],[928287,589604],[932479,601643],[954889,253186],[951016,586606],[955256,595438],[993712,594704],[990428,595928],[1006328,233760],[1006890,598097],[1023821,605552],[1022818,612410],[99904,108718],[1032902,612506],[1051394,628105],[1056110,632105],[1093954,630886],[1111271,633319],[1143592,626089],[110308,102821],[113873,117361],[127641,133451],[121868,100020],[123602,103886],[134110,128924],[139811,132812],[130870,132450],[133387,137771],[138338,145131],[139790,68201],[133878,77501],[129833,100852],[130946,108043],[137248,115013],[138090,110362],[128563,105880],[153295,-21864],[148215,128366],[150882,66574],[147660,72052],[144248,89133],[142489,108289],[150453,116717],[153419,121803],[146288,123956],[146194,120125],[157416,136270],[163588,36213],[156547,47263],[161210,78152],[156058,84879],[157551,125230],[177035,-24273],[172929,484],[171049,2207],[172120,9360],[178941,129895],[178219,140335],[172265,135657],[170726,134175],[167676,133564],[177183,136325],[170220,147477],[171611,26066],[177729,70099],[172804,72836],[178254,81077],[173635,80305],[166545,101573],[169421,100714],[178246,124817],[169494,126250],[167428,123297],[184129,-120781],[182191,-151985],[188066,-171052],[191619,-174374],[188040,9859],[189939,139203],[184182,134848],[182460,130317],[183624,69068],[185142,71715],[190931,83034],[188138,101042],[191852,96439],[190568,114823],[184092,113647],[188152,113120],[189802,119248],[184574,119988],[190768,126843],[184884,127984],[197129,-151554],[203547,-148532],[193567,-29651],[195033,-40354],[199991,-54870],[197632,128581],[196026,137891],[201819,26259],[197821,35554],[203356,47427],[197520,60416],[194010,62139],[202549,71849],[196515,80208],[193411,91001],[198652,95289],[202242,99427],[204316,92930],[192592,109581],[192346,114162],[200077,102981],[194784,119301],[193381,124915],[206281,-157060],[215971,-178687],[212032,-196825],[209722,-194690],[212869,-38171],[210695,7908],[216194,137667],[210801,23735],[212729,17174],[216056,26670],[208688,49958],[213671,43606],[216057,61640],[211389,58726],[216197,55298],[209706,81392],[205675,87787],[210638,89102],[216041,85200],[208236,91844],[211412,94671],[206037,99719],[207268,114968],[216541,116204],[207922,122905],[215198,124607],[227514,-207816],[224775,-208626],[227808,-222174],[220311,-10904],[228946,-17780],[225585,-46222],[219358,130421],[219686,148795],[219902,141158],[228615,21355],[224946,31877],[218700,46565],[224474,51079],[218741,54781],[225129,58968],[229344,58821],[217735,71863],[223831,66254],[228770,70520],[225556,81719],[227934,88900],[222658,83584],[220795,84223],[227151,82892],[230146,91723],[220656,101406],[228210,107920],[228114,104101],[228529,114858],[217697,106093],[225021,109064],[222588,122154],[241708,-159705],[235567,-202158],[235744,-234811],[234683,-4775],[242612,25],[238950,-16140],[240800,-23369],[236319,-32814],[231843,-27624],[233666,-37681],[241694,-32878],[240047,-47609],[238767,-43244],[232764,-48570],[237556,2651],[236080,130563],[238113,141046],[236683,33166],[230613,32014],[234000,28812],[242702,37038],[231269,49128],[238737,46616],[231455,42528],[235081,46586],[234429,38760],[239325,57668],[242369,62513],[236351,54187],[243186,66841],[239437,73235],[234535,72378],[240646,87150],[239493,77518],[236854,89648],[236233,97177],[241683,100889],[237119,92878],[236884,111107],[242617,106927],[232501,110002],[239251,124530],[238158,118591],[250062,-175270],[244398,-172886],[249157,-7149],[254890,-5590],[247203,-22077],[246389,-27970],[247416,-33504],[254025,-32296],[252226,-46150],[251135,134169],[247045,128293],[254965,28482],[248493,37210],[254953,34295],[247941,45520],[246788,43278],[245180,48484],[247548,60091],[252815,60847],[255472,71123],[255117,65139],[244104,67447],[250862,69398],[247338,66112],[254519,76266],[247095,89208],[252875,87739],[248628,79190],[244333,90968],[244365,98784],[253865,95337],[245493,113468],[245776,121129],[248386,121866],[260697,-214810],[260446,-218517],[260829,-1137],[265522,-23241],[266435,-30369],[263398,-48570],[267696,-49326],[261825,-54244],[264581,-58483],[260709,25575],[257005,36935],[267698,63872],[257138,64161],[262870,60855],[264715,70767],[258307,64970],[264968,85353],[267878,90662],[259541,107216],[280418,-117133],[276072,-149201],[276242,-145904],[281537,-145977],[280722,-189259],[280683,-191214],[271793,-213718],[277759,-210419],[275091,-210394],[278388,-18977],[273607,-22057],[278583,-15383],[280461,-25768],[270805,-35110],[275600,-33503],[278123,-39501],[271957,-58094],[280824,-56949],[275835,-51220],[277503,-69260],[270477,-67919],[278159,-82844],[281533,-111801],[271983,11312],[277364,4953],[280409,3251],[276166,28940],[274119,68658],[275519,71108],[272348,81784],[277178,79864],[274443,89150],[280465,107289],[276992,108710],[281918,-125274],[287085,-126136],[282694,-119160],[284500,-122973],[289945,-138387],[281888,-134343],[284181,-130337],[285014,-138149],[292515,-133159],[290677,-150704],[285192,-143470],[292197,-153090],[289302,-150259],[281883,-148676],[282959,-151166],[294159,-165209],[291087,-159911],[292081,-157622],[293948,-155390],[290444,-173470],[289242,-168280],[291868,-197877],[291963,-208880],[285112,-218740],[291129,-12291],[288366,-1720],[292512,-12855],[292076,-33447],[285729,-32954],[294137,-39934],[283950,-48516],[287715,-43607],[292615,-56026],[282752,-79421],[283397,-108107],[282644,-104487],[284999,-106051],[293419,7435],[287339,24586],[284784,58135],[283488,71028],[283895,80276],[285129,77237],[288355,77964],[299566,-123679],[300183,-115228],[302074,-125280],[304184,-140160],[306165,-130625],[299146,-151385],[296283,-150828],[299236,-158547],[296502,-159647],[295290,-163249],[303551,-162808],[302942,-166774],[302183,-167525],[304504,-166613],[296151,-173638],[298146,-204955],[299706,-206612],[302764,-3500],[301525,-9781],[297218,-1096],[297246,-20096],[301628,-31487],[298840,-48954],[304618,-47592],[302303,-48287],[297907,-60828],[300755,-76326],[294647,-68652],[300498,-69003],[306305,-76851],[300407,-79684],[301850,-89307],[294550,-91864],[297678,-95280],[299130,-98492],[302995,-96520],[306944,-106440],[294915,-112833],[296935,9043],[303899,18695],[306329,48643],[298732,65770],[311058,-143125],[308200,-150736],[312190,-161885],[307350,-166252],[307350,-166252],[313825,-171175],[309923,-197817],[312542,-200569],[309643,-209897],[311703,-219646],[319600,-227432],[318760,-231564],[309529,-12393],[310280,-1379],[310440,-36710],[315299,-40494],[312694,-46433],[312020,-59244],[308700,-54092],[319038,-60019],[318985,-64251],[317720,-88990],[312307,-82560],[312441,-101737],[310241,-100447],[316924,-96711],[318606,-102515],[311206,47412],[312570,53160],[321403,-155399],[331814,-178635],[330914,-176903],[329545,-170060],[324589,-85755],[323703,-91210],[324703,-96362],[321977,-93802],[326144,143444],[344994,-144295],[340032,-146913],[344817,-147105],[337877,-172774],[343364,-171904],[339318,-170633],[341474,-182749],[338187,-185656],[341380,-179359],[339363,-101416],[344942,-97174],[343174,-104462],[333101,159360],[350972,-118015],[356806,-149258],[353715,-144073],[350621,-144164],[354658,-159455],[353439,-164941],[356598,-161079],[356846,-157775],[352546,-156374],[348813,-153644],[350667,-173632],[354859,-167312],[347857,-178072],[352069,-169878],[357111,-173305],[353180,-186090],[351879,-179440],[349293,-98725],[367440,-116159],[360465,-148323],[368713,-145013],[370476,-141956],[368552,-156094],[363505,-161678],[369018,-163275],[358649,-175527],[364778,-175741],[361762,-168322],[369946,-171816],[366035,-177606],[367908,-169628],[362018,-181660],[366614,-182457],[368110,-186582],[364117,-110137],[367670,30049],[364107,36860],[359140,62195],[363775,60495],[368180,58361],[365554,72786],[383409,-121955],[375887,-119563],[380383,-124817],[383877,-132682],[373703,-133370],[372609,-138002],[378715,-136830],[383242,-151640],[379781,-147669],[371569,-146577],[382961,-148517],[372201,-164594],[382745,-164914],[374651,-154459],[375582,-159589],[382273,-176793],[379575,-180397],[371726,-179824],[374122,-183764],[371553,-185433],[376869,-113169],[378127,31779],[388908,-125483],[395135,-130913],[394255,-133955],[388426,-130121],[385238,-137432],[388919,-157289],[386854,-159995],[391526,-157609],[389238,-154049],[390724,-165196],[385059,-175067],[396209,-167359],[386575,-7540],[388662,-10223],[393085,-27600],[386517,47605],[387239,58111],[401117,-174091],[400624,65236],[405621,82305],[407087,78573],[416663,327372],[429878,334777],[454675,-9574],[466898,11453],[472691,508472],[471048,535033],[472246,573540],[484228,324301],[484334,327834],[485550,331029],[485340,700009],[481332,692717],[475588,713237],[474510,711478],[498453,-55319],[487715,194867],[492891,342439],[492607,361336],[494289,359711],[492083,36144],[495562,463051],[487419,494690],[489468,508554],[491992,682548],[496144,711739],[500229,-51237],[511373,366619],[511093,360098],[505064,371843],[501212,457639],[503189,475564],[500589,479096],[510672,497865],[503345,508276],[511749,593856],[508098,652897],[511682,656352],[502320,683634],[510265,712221],[511880,714401],[515383,350585],[518045,346157],[520450,357396],[512493,362702],[523887,376879],[522621,373305],[521229,372233],[526355,-59945],[534922,356263],[528998,369071],[525947,373260],[528832,373616],[533800,383734],[539017,291432],[540603,376225],[543977,383391],[538819,378087],[545924,448020],[556716,242637],[551728,252082],[555996,331539],[559167,392620],[556643,388163],[562028,390446],[560944,398609],[556972,405564],[560369,402322],[575136,361143],[569652,388707],[564189,389204],[563821,393448],[571606,394049],[587842,408861],[598631,297059],[589247,373623],[598838,406760],[593385,397874],[596601,412688],[590976,421411],[611797,310521],[605938,405410],[604151,406313],[603964,434236],[603585,446651],[612163,444645],[612334,447497],[605837,439038],[603032,440872],[618375,248999],[616155,404086],[622032,446233],[631548,422322],[629683,443058],[651787,351208],[648885,440353],[646537,442378],[646583,456015],[655316,442034],[658574,447201],[654767,459451],[662817,465709],[674409,469335],[683437,405003],[678487,430463],[681079,436595],[685640,471275],[680468,470346],[684869,483323],[684212,107141],[681106,113821],[695774,364732],[693468,454859],[691579,471358],[691924,481936],[704045,471152],[709604,485233],[718275,476892],[739256,406723],[736423,518837],[737494,519303],[737710,514026],[745946,383196],[753160,389471],[750757,390309],[742917,424929],[754842,487858],[747213,498877],[755165,513837],[756922,401714],[756181,401310],[760268,415013],[765799,507776],[773201,393859],[768490,389313],[777158,407824],[773914,422709],[771590,493145],[770285,495914],[791612,374867],[782135,480918],[781229,493017],[784489,495788],[805528,479421],[817032,509413],[816090,518944],[822800,375410],[822433,417997],[821854,415717],[827970,422092],[824930,422285],[829197,449183],[823237,479705],[831837,483890],[831783,498624],[825324,517850],[822288,550432],[819920,547781],[820870,540909],[825226,548514],[825009,545026],[823817,542917],[836499,460049],[833344,482688],[842134,476155],[844629,495074],[842041,493036],[836701,504048],[844422,508956],[833296,513733],[832045,516029],[854385,469304],[853635,489926],[850759,487481],[847431,499628],[854044,510714],[867951,455352],[865468,461108],[863830,476300],[862355,493536],[863445,489739],[859442,556626],[875172,447167],[875049,558496],[883660,442189],[893888,63605],[906739,421091],[897313,438998],[898538,435628],[908095,578858],[909751,404571],[918511,404215],[917614,600856],[931239,481936],[923903,573489],[943694,462221],[945605,490669],[936047,587266],[937002,600218],[936342,599450],[940367,597765],[959802,467632],[953991,505804],[948452,599284],[962669,162305],[969674,203417],[968140,223604],[969532,399071],[964469,423031],[968700,439679],[969446,445794],[960838,486606],[961273,595758],[969542,594080],[969365,127612],[979604,146506],[978651,226463],[978070,245020],[979448,406568],[975153,476739],[984016,489374],[984829,510135],[987840,151670],[988201,141098],[997821,213465],[993883,419296],[987346,476921],[986804,495997],[997796,599795],[1007229,162456],[999519,253066],[1005796,465555],[1010380,512980],[1006247,525132],[1007426,598628],[1007388,604705],[999176,607437],[1010511,612124],[1022107,152398],[1014066,232987],[1019171,240150],[1011334,500411],[1021783,610838],[1014053,610127],[1026425,229962],[1030205,242918],[1032049,237747],[1042951,230939],[1057217,214288],[1050354,632208],[1056646,631226],[1054434,629392],[1074619,175368],[1075474,630106],[1082335,636748],[1081295,638673],[1113926,633742],[1136431,638755],[1140470,617608],[107067,108748],[107211,111930],[113192,104703],[104616,115445],[1161918,617429],[1160091,637906],[1237443,560538],[1242433,545641],[1244978,547521],[1245826,561571],[1247239,557670],[1244398,565276],[1248010,566075],[1245930,570407],[121798,101859],[121090,107066],[120291,116481],[-424051,-331440],[-424394,-328582],[131080,-302313],[137272,-311608],[144412,-208158],[143495,-212740],[146797,-295456],[149409,-300261],[145248,-315525],[141827,-312889],[149400,-19816],[152314,36323],[152139,81886],[153222,84586],[165086,-199544],[160442,-198464],[156677,-194959],[160193,-203199],[164672,-202759],[154692,-212620],[155455,-213947],[154388,-212558],[161099,-218109],[160813,-219381],[162050,-238199],[161836,62446],[163729,61963],[164154,65741],[160307,84999],[158298,97919],[165159,111559],[176218,-161279],[177172,-167592],[172859,-202417],[170426,-205454],[175642,-205005],[177894,-211707],[170570,-211202],[172987,-208076],[169646,-213837],[173857,-219700],[176250,-225866],[174862,-228337],[174707,-226639],[173869,-224359],[171420,-219660],[172635,-225042],[170603,-219780],[170563,-218424],[177717,-218966],[166683,-240345],[178120,-238759],[172671,-231672],[174545,-236357],[173997,-234219],[175140,-238947],[174681,-239971],[169520,-245589],[168341,-244356],[176862,-243733],[170914,-258933],[172104,-261033],[176810,-20453],[172821,26045],[176142,64610],[175635,99600],[170615,115597],[172053,115546],[180604,-229677],[182171,-239014],[179637,-232054],[189406,-240752],[188389,-239328],[186480,-258385],[187132,-280612],[184667,-274015],[190014,-279040],[190493,-273031],[181149,-269357],[184703,-268683],[182950,-287721],[191062,-301414],[190514,-18358],[189860,-20184],[179884,-21404],[179823,43809],[199900,-141670],[192676,-149557],[194632,-166374],[193555,-166736],[198071,-186443],[199596,-283631],[197908,-282475],[193760,-303910],[200432,-308655],[193661,-25257],[197338,33508],[204781,44659],[204065,43905],[193827,60244],[197587,74276],[195784,70499],[192494,84825],[211649,-149139],[216284,-165334],[214912,-180007],[211370,-184965],[206866,-176782],[206671,-191588],[213771,-254262],[211362,-290404],[216550,-297304],[216062,-304414],[215247,-315001],[212243,-38566],[208892,6952],[214197,15689],[209430,26171],[209178,40963],[207694,61388],[215774,52621],[212536,56656],[205000,69234],[228357,-207782],[226287,-221220],[222487,-256069],[230131,-263450],[218727,-292396],[221783,-307928],[222252,-17490],[227382,-42678],[220381,25816],[229512,32886],[222640,51195],[222454,59920],[242748,-160573],[235513,-233350],[234804,-242623],[233532,-1073],[241783,-3265],[241982,-253273],[237633,-261285],[237620,-278969],[234014,-278117],[240374,-288134],[233397,-287008],[232834,-305349],[232888,-20016],[239856,-13278],[238164,-22789],[237043,-32724],[235549,-28083],[238349,-37767],[232898,-41983],[240658,-41747],[232673,-45779],[234893,24153],[238952,28237],[241149,42262],[230710,47123],[251504,-176759],[251511,-4072],[251904,-2236],[244527,-473],[243254,-243141],[243787,-261666],[252498,-259466],[251246,-272978],[252706,-274501],[254011,-293438],[253678,-288988],[255398,-302155],[247645,-297357],[245956,-300115],[244879,-325138],[248146,-21330],[248825,-17916],[245185,-47513],[249825,-38268],[253610,25162],[254399,22590],[246857,37370],[247810,26439],[244490,53682],[257573,-188754],[258407,-201463],[260449,-198612],[264329,-216875],[262852,-214768],[259566,-207817],[258206,-223847],[264539,-4541],[259426,-280591],[260731,-283395],[265271,-283995],[260329,-299816],[268027,-306165],[266507,-318108],[257279,-320754],[256040,-37307],[263903,-33228],[256257,-45017],[268031,-50713],[264215,-58254],[261129,-51975],[268631,13593],[258660,59679],[262468,63460],[260031,88206],[268122,89892],[263495,109553],[281597,-124747],[281262,-152316],[279353,-148533],[280768,-148593],[280291,-145366],[273860,-142933],[274045,-153224],[277430,-186972],[274875,-181986],[269677,-180683],[276188,-181132],[271891,-180421],[280895,-216659],[270813,-209587],[276351,-3351],[271968,-245345],[271670,-249723],[280810,-293381],[276507,-20816],[275482,-25191],[272436,-24496],[277059,-15596],[272439,-27136],[279443,-33166],[277823,-29497],[272103,-40568],[273920,-49150],[269941,-46878],[269007,-60957],[272787,-55973],[281166,-52886],[273648,-69168],[271646,-69800],[274730,12230],[281283,6957],[281435,28490],[271411,71017],[270051,93147],[273919,91269],[279103,100195],[283256,-126543],[283407,-121499],[281972,-116195],[283081,-121348],[283256,-126543],[286002,-133452],[283386,-132895],[285724,-129423],[285667,-134607],[290713,-148010],[293935,-152574],[286851,-140731],[292281,-148843],[292108,-151184],[288689,-157830],[288990,-174271],[289435,-166735],[291545,-167855],[291299,-166881],[294172,-172344],[288378,-186766],[292411,-195107],[282926,-215659],[282733,-208009],[288373,-13290],[286867,-24233],[282556,-21307],[290761,-41906],[292532,-48404],[282315,-56227],[283681,-77529],[288316,-79195],[283570,-91274],[291970,-94705],[292323,-93846],[283334,-105678],[285409,-109709],[283683,-111852],[293363,-111042],[288617,61905],[290896,74300],[289518,67052],[301853,-127211],[303172,-137306],[294447,-145382],[297219,-148403],[294906,-155476],[300753,-158476],[296439,-157671],[295263,-160034],[305831,-165938],[304160,-165755],[299282,-165693],[302279,-163579],[299078,-172333],[298458,-183675],[301052,-185602],[300237,-209550],[301160,-213485],[300128,-882],[296794,-4265],[307059,-12750],[296804,-17278],[299430,-35696],[301728,-44695],[295511,-45974],[303075,-46121],[306654,-57437],[300898,-61967],[296424,-54321],[301420,-71321],[294597,-65694],[295633,-76865],[298730,-77395],[298365,-91474],[304930,-90076],[301598,-99785],[299390,-97183],[300654,-114950],[300514,-108960],[294779,-103827],[295503,9527],[297344,2122],[303567,72479],[309837,-142515],[307580,-150924],[319203,-155634],[309246,-164878],[308968,-162974],[313546,-161082],[317969,-165375],[316611,-163534],[319376,-158987],[316643,-169463],[308553,-191514],[308032,-187690],[318827,-197043],[316515,-196034],[314720,-194967],[313828,-203461],[312922,-200134],[313305,-192843],[310285,-211307],[315228,-224349],[313779,-230975],[313096,-12432],[307855,-5244],[310850,-34480],[316490,-41109],[310485,-47941],[315332,-57745],[315099,-57911],[310367,-73130],[318001,-64294],[312546,-88056],[311874,-97006],[314840,-97014],[311668,-103317],[319666,-102876],[308748,51231],[327785,-140918],[323725,-167509],[329894,-179904],[324459,-200568],[320153,-198841],[327598,-200223],[326651,-204356],[331651,-205905],[332404,-207080],[328944,-212555],[329053,-212221],[330108,-213515],[327594,-96785],[324851,-93762],[326243,-89749],[338965,-147930],[341679,-171649],[337652,-178087],[341229,-172893],[338226,-170040],[338269,-187732],[338751,-102098],[343503,-94277],[336701,-91814],[343660,-105136],[344442,-106392],[347692,-126048],[355854,-146437],[345769,-145966],[347081,-147585],[349435,-145458],[355127,-164243],[350852,-153600],[354525,-168098],[352983,-173654],[347242,-174932],[357838,-178038],[353858,-184376],[347117,-179376],[349925,-104035],[370283,-116616],[360330,-118273],[367992,-121222],[360996,-146086],[370510,-144045],[368980,-164937],[365905,-164863],[362090,-161989],[364735,-177772],[359682,-172887],[366605,-175559],[359442,-175362],[361853,-179053],[371094,-181887],[370772,-185188],[363863,-34292],[360239,-39967],[365016,49426],[364530,43251],[380112,-115914],[380081,-123807],[378407,-115778],[377394,-132297],[372356,-139963],[380522,-153279],[379678,-151120],[372066,-147011],[379586,-160761],[382947,-161289],[373829,-154321],[374543,-162824],[376077,-169757],[372280,-173297],[380863,-177131],[371801,-179104],[386115,-122550],[388250,-123123],[384898,-130519],[388810,-129739],[387633,-136643],[392099,-147196],[386775,-147932],[389274,-147217],[387410,-152786],[388209,-159513],[388413,-158046],[391146,-162040],[388913,-167198],[389195,-184940],[385684,-7752],[392738,-41333],[391019,34413],[397972,-162640],[397682,-171109],[398159,-175235],[404907,82325],[406637,78452],[419175,-124009],[417063,-124432],[412133,-195391],[413083,-193680],[414983,232592],[416929,374487],[410584,76761],[425455,329982],[446404,-205106],[444826,183029],[446070,196836],[441053,20290],[456377,177890],[464418,198470],[468259,212239],[464689,209353],[475351,-23952],[482916,154148],[483973,208984],[477211,99665],[499063,-55464],[491124,42346],[514353,183121],[521415,85573],[521802,102104],[533896,47575],[530656,61845],[525458,83243],[531641,81714],[528677,77392],[529720,94928],[528905,96278],[538690,65355],[551953,247311],[555492,334086],[567311,293392],[587179,251210],[590551,252636],[600076,278323],[589071,374747],[595619,375214],[592951,372970],[616304,244807],[619908,403595],[617173,406759],[622909,418134],[628029,331830],[634553,351254],[664564,331762],[676501,92198],[676925,106929],[672163,106233],[669574,105878],[672727,116794],[674160,116971],[670349,116806],[685477,389187],[681386,399968],[684773,97255],[682504,96692],[679065,117194],[692110,371855],[738795,390036],[733352,417764],[764834,405487],[745316,406437],[745744,424183],[762915,386931],[761007,393027],[758259,397174],[761089,408897],[764436,420049],[756833,425981],[775249,394723],[769083,405616],[785267,374457],[782665,401612],[806072,276595],[818009,5698],[819096,5554],[811500,273094],[811752,281727],[811974,279274],[808054,281221],[811992,284898],[821743,8364],[819420,7330],[824351,5676],[823692,8190],[824164,4988],[824326,6125],[821987,7412],[821963,370837],[821759,418016],[826867,532672],[823301,546675],[829874,542608],[860849,561112],[861106,554583],[860389,551344],[864827,558682],[889175,559187],[885172,556848],[893277,63802],[899665,567372],[900445,570389],[904533,576722],[915055,569632],[913599,581179],[919128,576357],[926593,578111],[929215,592958],[946702,468860],[936417,479239],[935545,600376],[934709,595153],[947397,255714],[958743,491591],[951622,588803],[970212,137586],[963972,142523],[972078,150554],[969693,163628],[963704,177774],[960343,177042],[964354,187674],[964936,186734],[969465,197390],[965481,200889],[961167,206702],[962122,214355],[962601,214086],[964910,210274],[970546,239466],[965117,238452],[962349,238281],[962174,248982],[965275,398243],[964433,419952],[962899,447762],[962783,453313],[965072,599940],[969857,122347],[982603,158124],[972977,177709],[979803,203926],[981316,211446],[977225,224363],[979794,232124],[977253,239887],[983189,246930],[973809,394570],[976575,403997],[976296,436285],[973506,473801],[983775,478416],[977944,506322],[973958,537531],[976263,593495],[984818,600349],[977324,601422],[977291,126596],[996345,144851],[988950,147676],[995790,229758],[996888,227229],[993235,239126],[993211,237128],[988769,232740],[996383,252085],[992950,247183],[986739,300470],[995936,408997],[992408,426173],[989503,470256],[988740,506752],[991087,598775],[1000213,150581],[1008647,178046],[1005132,172967],[1006071,225017],[1010436,228234],[998835,240497],[999705,238305],[1000446,350787],[1003849,399661],[998997,467302],[1000831,497216],[1010244,499328],[1004399,600143],[998504,596164],[1006147,605208],[1018862,152736],[1022106,157829],[1013511,181921],[1013819,226675],[1018653,231345],[1015038,234171],[1012957,488039],[1022611,507555],[1015018,613052],[1015854,611589],[1024841,148092],[1027399,234043],[1028382,238437],[1024366,606394],[1046345,233655],[1039967,232916],[1048688,309449],[1045170,632956],[1048728,629977],[1051104,224284],[1050383,225772],[1073866,189725],[1068943,319241],[1071103,632532],[1093325,632435],[1111716,318636],[1149916,618670],[1159239,636007],[1203320,297291],[139757,-305973],[140001,-323086],[141274,-308687],[142666,-323337],[149965,-20700],[151833,37075],[153551,60446],[153490,64827],[160008,62354],[161018,65955],[162082,83083],[153915,86766],[165812,89604],[163023,87462],[157983,90909],[161060,113640],[165200,122726],[166312,117410],[175005,-163537],[179132,-22325],[170958,148469],[173656,16543],[177262,62470],[169699,97614],[173124,114772],[173187,119503],[174591,118980],[186152,-164919],[190514,-166350],[182372,-20796],[189490,-19257],[181116,-23817],[191443,61488],[182478,56688],[184304,73845],[196152,-138234],[195446,-148155],[198606,-168075],[197415,-182510],[193412,-24517],[200280,32865],[198012,58231],[199336,60769],[202645,70418],[195375,75408],[193360,81078],[199165,79378],[192756,88813],[195906,103139],[213345,-149235],[217634,-161377],[213030,-181883],[215207,-184535],[215567,-278669],[210872,-290330],[207525,-294658],[216886,-305249],[207551,-40544],[211569,10122],[211624,14994],[212958,27341],[209196,35825],[209779,44712],[216832,58812],[207125,67876],[214747,81875],[229722,-208414],[227610,-211257],[226123,-211746],[225238,-222676],[217829,-247919],[222423,-258340],[228394,-264108],[223747,-293057],[227610,-289189],[222615,-304888],[228721,-302869],[229955,-19547],[221384,-13084],[227258,-45682],[221573,27696],[227410,57287],[217697,51447],[221816,120923],[233676,-213282],[232336,-234969],[232305,-237539],[237793,-3283],[238884,-248516],[242160,-261822],[232394,-262928],[236415,-273449],[238089,-278064],[241075,-288582],[236002,-305565],[236009,-15123],[237438,-21694],[242325,-32636],[232834,-29451],[233804,-34496],[234543,-43743],[238539,-40714],[234275,-44394],[233622,413],[233569,24936],[238096,31142],[230779,31146],[231630,45623],[237324,49096],[240738,41657],[244555,-156175],[254912,-6609],[252400,-5660],[244903,-2410],[246183,-8158],[243339,-8003],[243395,-255100],[249926,-274989],[255367,-289457],[254214,-298990],[247599,-295624],[244475,-319190],[253351,-323168],[246153,-20874],[250009,-20324],[245845,-35501],[250975,-48534],[253058,24264],[251080,29801],[243513,37880],[251634,75732],[253516,75939],[256603,-189188],[267967,-182086],[260401,-200669],[257599,-202911],[259904,-193981],[260384,-217191],[267648,-206492],[264649,-210477],[256928,-228382],[260836,-101],[257770,-265495],[256570,-265373],[260269,-281108],[258874,-280863],[259039,-292812],[265320,-285131],[263623,-301610],[256814,-35540],[267706,-31666],[265534,-34668],[264793,-50968],[265417,-43846],[261790,-61305],[266712,-62342],[259087,28244],[264840,70080],[266514,87243],[261141,85892],[258953,80442],[263637,91499],[267462,99080],[265638,106813],[274541,-147172],[275205,-148133],[272356,-152871],[280724,-154357],[270036,-182289],[274303,-182498],[273847,-181111],[279167,-194038],[279712,-193109],[281253,-209595],[271539,-205102],[275737,-251185],[276329,-18592],[279594,-26669],[272605,-36608],[276320,-31618],[275591,-46376],[281462,-57764],[275835,-57909],[276033,-65638],[269193,-68432],[279421,8968],[272314,1264],[280852,5628],[270018,67547],[275085,71760],[272096,85909],[269396,91698],[283314,-123678],[282896,-127021],[282336,-118196],[286666,-133170],[282277,-132416],[287603,-130216],[286186,-139012],[290133,-134548],[290954,-152974],[291819,-149655],[294337,-149436],[288691,-144305],[283020,-149733],[290407,-159156],[293712,-163559],[286929,-173532],[289014,-169264],[293460,-168729],[287137,-185261],[289035,-6748],[289726,-539],[282307,-272333],[282636,-23228],[283352,-17823],[284676,-24061],[284563,-34057],[293386,-41020],[290292,-63364],[287046,-52912],[282907,-74079],[288708,-81105],[284856,-90727],[283498,-95566],[292795,-91927],[292944,-97442],[284248,-106005],[282400,-114767],[293820,2467],[285428,25501],[287482,61973],[289221,68208],[286056,76445],[287996,78845],[303732,-137291],[302272,-127981],[304155,-136935],[296922,-149021],[296738,-151761],[300678,-151065],[296609,-161116],[305477,-154308],[302132,-165440],[297906,-164594],[305450,-163981],[301421,-167191],[299780,-167577],[297438,-173955],[297105,-171671],[302865,-191746],[303108,-184927],[298430,-196493],[295337,-195800],[302600,-212811],[303805,-4640],[294529,-11831],[303056,-13086],[302771,-34547],[301781,-41302],[295514,-47132],[301428,-57943],[295940,-56862],[302556,-69921],[298198,-80632],[300011,-78635],[295558,-88786],[302593,-90544],[306720,-100255],[297679,-114616],[296322,-111668],[299802,-112060],[296107,-106381],[300539,1440],[310760,-142326],[309243,-152247],[318556,-158147],[307739,-164192],[308991,-163626],[314746,-161072],[313295,-163509],[316132,-166761],[316132,-166761],[314841,-169937],[310409,-190563],[308817,-188401],[307706,-199605],[314522,-193700],[319200,-196358],[318202,-197009],[316928,-207739],[314549,-229765],[311367,-11660],[309630,-4323],[310033,-36663],[316114,-42642],[315770,-47435],[311202,-53492],[309262,-52886],[319844,-59363],[312188,-65739],[311703,-80267],[310070,-77885],[310557,-84644],[316996,-81365],[310873,-101868],[310429,-94798],[318409,-94699],[315643,-97922],[328540,-142094],[321447,-156826],[330103,-177039],[328933,-173133],[324010,-170420],[323860,-201374],[326786,-199787],[327642,-203804],[330489,-206078],[330083,-207344],[328851,-211165],[328584,-213997],[329299,-212627],[321640,-229056],[326456,-90386],[324501,-94969],[324044,-92154],[342747,-146075],[338520,-172811],[336770,-176863],[342335,-174841],[339011,-171576],[342421,-188558],[340286,-188984],[341960,-33309],[334267,-100367],[342038,-101077],[335385,-91175],[342038,-101077],[334363,159850],[356581,-139146],[354649,-147079],[347599,-145930],[345750,-148712],[349932,-145786],[356343,-156279],[349658,-153700],[358119,-176931],[348441,-174484],[358366,-173561],[355643,-166732],[352700,-175659],[353366,-184511],[348563,-179816],[348009,-100959],[347028,-94144],[368760,-115526],[369314,-144478],[369824,-144082],[370242,-163611],[366709,-164116],[360442,-162462],[370811,-178233],[365527,-175615],[371140,-168202],[367336,-178394],[364590,-180829],[358863,-182731],[369720,-183562],[368566,-182483],[361838,-23410],[362150,-38778],[381847,-120444],[378100,-124937],[377295,-119941],[379348,-116982],[377923,-122592],[376614,-132155],[373299,-138773],[381648,-150071],[379115,-141332],[375527,-142606],[376685,-152690],[372735,-162259],[376928,-170338],[373104,-172626],[375596,-173064],[372142,-173738],[378091,-166226],[378091,-166226],[378635,-179618],[375092,-186118],[378869,-42264],[374488,-114073],[385217,-128022],[389601,-131083],[388943,-132537],[387762,-142042],[384710,-151243],[387665,-150326],[387880,-148153],[384217,-162511],[385882,-156062],[387667,-158396],[385025,-154896],[384936,-160048],[388363,-157092],[395798,-161672],[384217,-162511],[387904,-164919],[390475,-160497],[391702,-156569],[384996,-176392],[386027,-180763],[399000,-162961],[398381,-169250],[398401,-173023],[402528,64422],[403765,78590],[419068,-124592],[418382,-121697],[409896,-194605],[414347,-193807],[416791,234265],[412703,372871],[423929,323911],[424195,330559],[444865,-205325],[459940,194672],[450696,196852],[463777,212215],[478318,149553],[477566,94916],[488775,213000],[491380,46494],[505050,174266],[515082,190992],[520756,189719],[523418,192718],[524391,75907],[521164,85338],[523751,92127],[528781,47107],[526749,62901],[531602,72681],[526420,85754],[529226,82442],[527878,96360],[525243,106201],[541915,63267],[541272,56457],[554111,221716],[555673,253703],[560245,286222],[568265,271279],[588671,375038],[594112,246175],[590827,253243],[598967,302368],[603298,282271],[605007,309086],[618646,254563],[617258,403464],[621863,416653],[628458,332209],[632694,346763],[665532,332994],[656654,341401],[654859,353846],[677378,91535],[675562,105836],[668751,104718],[675670,116828],[676951,117965],[667943,116016],[688138,373973],[688927,391540],[689587,453041],[683616,95797],[682305,94622],[680404,105044],[691304,454289],[735842,404381],[734274,419654],[753124,382201],[746618,384729],[752410,402613],[748411,402184],[752992,409105],[753581,419896],[757165,406856],[763670,419189],[770350,394602],[771363,395487],[773367,398575],[772189,423393],[791295,375391],[817771,8034],[818829,7377],[813471,273239],[806992,278201],[807076,280206],[822884,4273],[820221,7164],[821344,9693],[822606,4714],[825389,6149],[825703,5220],[819952,4794],[824771,8721],[820234,4573],[830057,370389],[828651,549824],[824229,541845],[830381,544054],[859747,546861],[870029,547204],[865273,552533],[871385,562320],[894355,557107],[898888,571962],[919819,573900],[917186,572471],[934319,479872],[930904,594194],[937499,587481],[941357,596356],[955859,150017],[947580,164580],[948463,157850],[958365,173759],[958290,181159],[949104,255686],[959226,389704],[947926,461720],[949508,485698],[959829,506589],[950895,596697],[953048,598513],[963266,129596],[963484,141993],[972261,150739],[968616,165161],[971077,179075],[965412,187697],[960316,189043],[971928,192679],[967495,196415],[968536,199096],[966153,205249],[961092,210085],[962531,214086],[967078,237109],[961590,248559],[962005,422315],[962374,455582],[967850,124696],[984107,135478],[975892,131395],[973373,139279],[983548,160365],[974604,184337],[975548,201425],[973216,193537],[980158,208300],[980636,218748],[983797,239140],[973676,241505],[981780,245427],[975883,392197],[982353,408602],[976705,429622],[976119,435773],[985003,468159],[977195,498870],[973067,507631],[979958,528518],[978562,596407],[984348,595983],[985824,153525],[990730,143061],[995572,229088],[994068,236015],[991283,235524],[994149,239195],[994428,234188],[990610,246331],[986634,249287],[988384,408948],[995995,496651],[991294,487169],[989847,517362],[998406,153465],[1009870,163414],[1008319,227680],[1009008,225676],[1005225,327177],[1007301,405145],[999522,462739],[1009689,486071],[1008424,500926],[1008543,597933],[1006183,611040],[1001417,605889],[1016818,228858],[1016177,227186],[1017421,230705],[1015207,240282],[1015611,520725],[1017904,601464],[1019134,607020],[1035632,224313],[1026611,612976],[1042100,147380],[1047060,223246],[1046264,236033],[1039362,295879],[1041026,622103],[1044808,626676],[1048269,639076],[1059531,213533],[1054662,222238],[1051354,632831],[1072040,159149],[1066103,156188],[1072850,200358],[1064742,281511],[1073541,319097],[1066732,630755],[1078081,177471],[1082768,276194],[1077250,330567],[1098324,289080],[1089759,294829],[1110805,625962],[1139127,623604],[1158074,625822],[1158984,638637],[1152261,635602],[1165492,632858],[1190262,349527],[1198274,296071],[-36352,-351123],[131009,25172],[133745,98384],[134807,106317],[145287,46394],[147415,51411],[151047,68743],[153451,77695],[163852,25863],[156347,43338],[163820,63128],[157777,58441],[161068,67928],[156140,68642],[163400,76679],[157526,77325],[155346,80529],[164082,98671],[161731,116861],[178877,-167955],[169758,-35136],[170897,-44080],[175667,-38422],[171751,14996],[172548,22504],[167403,33096],[174786,41074],[170180,60075],[177466,71232],[169603,72110],[166689,85862],[167173,88305],[173744,79777],[171148,86451],[169496,84921],[168120,85472],[170983,93433],[174634,98468],[167748,102495],[166520,95620],[174679,101078],[166732,110946],[170447,103846],[173057,103716],[184265,-21451],[191997,31866],[183554,35356],[184371,29998],[187936,27814],[190174,45152],[184549,59375],[181087,76499],[188567,88538],[187144,83188],[180362,92637],[179838,104684],[189568,114167],[184397,106883],[180584,102794],[199167,-139889],[192959,-151746],[193380,-170911],[196750,-23590],[202813,33047],[201478,35053],[202509,38965],[196515,46910],[196978,64020],[195631,58938],[201756,59394],[194292,55162],[198919,61212],[200190,68588],[195975,84368],[200451,104541],[214323,-148450],[215800,-162478],[215150,-177091],[210646,-181689],[211626,-196111],[214264,-217685],[214267,-232098],[208598,-41954],[213932,10204],[212012,152100],[211450,21940],[208360,15672],[206596,33465],[207972,49624],[213541,51212],[217466,62211],[211792,65389],[215217,87565],[215116,89773],[229307,-202859],[218379,-227030],[228480,-235586],[223287,-239575],[223900,-245168],[227297,-252872],[229940,-256443],[228477,-16121],[220305,-14821],[230304,-43501],[229637,-49776],[223057,51191],[226075,55315],[218966,53195],[222751,93114],[226417,121896],[240637,-162184],[231574,-209415],[232201,-234047],[241014,-235704],[235883,-235268],[242318,-242146],[233226,-241015],[232577,-241791],[238712,-239856],[233185,-6637],[236343,-244691],[241233,-246916],[233841,-257138],[236458,-266606],[237399,-270539],[234215,-14093],[233717,-25000],[239169,-23175],[240733,-29437],[235670,-40934],[232280,-40117],[242065,-48664],[238149,4360],[242469,33695],[234070,25847],[240058,35288],[241184,47448],[232671,43788],[234726,40723],[230588,61846],[231272,74335],[232192,64874],[243322,-240052],[249262,-239758],[250821,-5489],[246995,-244293],[247808,-245957],[248361,-251431],[251837,-252332],[248751,-255973],[248996,-262219],[250244,-262535],[251548,-267134],[245599,-267521],[253490,-269433],[249580,-270769],[247791,-24013],[251832,-34596],[249100,-36496],[244055,-40905],[255691,-46674],[244096,669],[255066,22774],[247467,28973],[253599,29678],[244883,39102],[244080,75870],[254877,114027],[254570,121197],[261086,-216679],[258982,-208579],[263177,-9864],[258539,-264287],[258021,-266121],[256668,-264335],[256253,-270190],[266327,-32123],[264039,-34677],[263150,-45714],[266473,-59678],[259758,-59446],[264172,-56110],[263275,3100],[258653,129120],[258250,27511],[261357,60092],[265807,75428],[258716,66134],[268612,84863],[262466,101575],[258960,119288],[257383,124860],[275782,-138842],[276476,-140435],[277697,-129285],[281575,-187098],[280780,-212357],[271227,-207894],[277155,-17511],[274353,-24210],[274257,-14626],[279223,-14704],[276728,-27474],[275776,-38808],[270854,-57586],[278234,-51250],[271228,-72470],[274250,-70100],[281368,-97424],[273162,10571],[277730,2749],[270612,70760],[273956,67290],[276987,81753],[273627,90720],[270722,99627],[292436,-125882],[290602,-131034],[283456,-139699],[286247,-133569],[286576,-137453],[290556,-138571],[286887,-143475],[290298,-148389],[283342,-142566],[286866,-150902],[291387,-160604],[291317,-167928],[291399,-169307],[288613,-189179],[286855,-188059],[292126,-199564],[289459,-11920],[283085,-16616],[293907,-18027],[290885,-37390],[283157,-34986],[286935,-49652],[286726,-61776],[293744,-54542],[290210,-69877],[282379,-85381],[285245,-86229],[287868,-95154],[293315,-114835],[284016,-107127],[291588,-114612],[292991,-113844],[291485,-108111],[289313,9804],[287112,2952],[286879,63150],[287782,64617],[286505,78195],[282588,77763],[303982,-130379],[302179,-139448],[304318,-128047],[302251,-152743],[299091,-150154],[296075,-146205],[302741,-151000],[300769,-143664],[297702,-144299],[305565,-140809],[305658,-159006],[302692,-156327],[304238,-160181],[300946,-166579],[294964,-171382],[303722,-198186],[306525,-8132],[306463,-3309],[296269,-14986],[300551,-42741],[298485,-59919],[294681,-62805],[302699,-68552],[295588,-81302],[300226,-77182],[297138,-86069],[295829,-101221],[302788,-99171],[299772,-107513],[300271,378],[298513,7490],[303825,72939],[304349,70948],[300930,73542],[309918,-139980],[319167,-162696],[309835,-160577],[310219,-158991],[318110,-157085],[310469,-171394],[311400,-203860],[312236,-221544],[315850,-226824],[309712,-218615],[319191,-235483],[307344,-2607],[311577,-13295],[316630,-42479],[316292,-47887],[307385,-38421],[312730,-56600],[307290,-57188],[314540,-58550],[310568,-76365],[312611,-63944],[311733,-84905],[310356,-82505],[307901,-88472],[317670,-84995],[319443,-85142],[311008,50831],[322655,-166217],[325632,-168060],[325691,-175768],[322655,-166217],[331292,-175698],[325035,-88132],[320870,-87759],[331603,-93058],[329919,-92256],[322895,-92451],[321181,-92454],[344244,-146456],[342359,-148522],[338018,-150275],[338042,-174962],[334194,-169115],[336393,-169447],[334130,-172327],[336385,-187195],[345098,-183119],[338842,-183549],[339937,-188085],[345599,-183667],[343756,-181843],[335903,-94920],[342333,-104541],[351078,-129838],[351534,-136386],[355797,-144060],[350353,-177856],[356304,-174988],[349939,-169053],[350198,-174958],[357592,-185016],[355863,-180892],[348783,-186060],[355511,-182075],[356687,-187770],[347280,-96165],[347965,-107703],[368779,-137856],[363154,-166862],[362567,-178021],[367250,47779],[383621,-124058],[372624,-123066],[374807,-124109],[371736,-132907],[383044,-152970],[382475,-160481],[379549,-163034],[377328,-158411],[372228,-178336],[373227,-175799],[375167,-171204],[381233,-170564],[383799,-176925],[382228,-185770],[375339,-33828],[377227,-42252],[380232,-41563],[372830,-45370],[387082,-121582],[390926,-140484],[394072,-146733],[388542,-140867],[393428,-154233],[385234,-166661],[397009,-162583],[399985,-174890],[416556,232379],[423520,319447],[425280,327846],[442507,190896],[451213,178923],[469236,198783],[461658,207187],[471074,99773],[486066,149609],[483954,208313],[484648,45592],[491141,202494],[502031,169357],[510733,184799],[520973,106577],[534384,50796],[527560,59011],[527527,73385],[525623,84406],[533338,84129],[527849,95680],[541446,66745],[551812,245462],[562030,283110],[563370,253223],[564245,273793],[584910,242533],[579279,303846],[599398,251104],[596648,300275],[595683,375562],[606697,278655],[616179,258531],[618745,407259],[619165,404614],[623383,415007],[628925,331504],[664689,332313],[654362,337523],[676620,90203],[678085,107995],[674636,105606],[668927,106494],[674006,118331],[670964,116798],[689355,369501],[681286,404789],[684176,98034],[680710,96285],[679189,118229],[691623,397048],[691358,456564],[693777,457610],[739054,388720],[741212,421920],[742700,357095],[754125,393852],[747652,409581],[749858,422269],[742851,423718],[755682,384541],[757199,386641],[756451,384991],[756666,407685],[760456,421460],[770144,399217],[773857,404545],[774258,418145],[818951,8066],[818378,8213],[818919,3995],[816493,535257],[820344,2397],[819855,2814],[820792,9285],[824061,5872],[824700,3280],[823744,9671],[822202,5825],[819504,6091],[822490,7743],[827306,373537],[827094,549501],[823497,548189],[826305,545739],[829039,548251],[859444,558099],[865247,561484],[878431,552193],[887801,562011],[901747,574548],[907968,570293],[910405,564424],[913495,584337],[915079,579999],[913323,601588],[924043,570129],[938058,477209],[944611,496760],[939662,581179],[953250,143983],[955987,198552],[955264,197195],[957670,204432],[959912,422060],[949780,467874],[951206,506029],[965473,130525],[961550,145229],[972145,141160],[960166,164566],[960505,178935],[964585,181705],[961842,190946],[962504,201719],[968350,205977],[970379,205293],[964578,207632],[962546,215510],[962038,213737],[968694,213516],[964697,220711],[969967,238875],[961385,249136],[961583,393808],[971512,448630],[964451,462241],[975377,132069],[972925,148672],[983352,160355],[972806,165797],[976472,179600],[978572,193998],[974296,201477],[977369,212092],[980147,210107],[973221,220751],[979350,242087],[978563,402008],[976184,471020],[974074,510532],[978047,537298],[977547,596407],[982665,599187],[983308,596957],[984107,125957],[973832,122927],[992760,153193],[991514,145774],[996430,152943],[997617,228128],[987695,230830],[998158,232285],[993424,240313],[998167,238201],[992004,231651],[992454,238000],[997024,246947],[988362,243682],[996985,284674],[990004,404547],[988690,417251],[987757,465434],[990399,500919],[1001523,161619],[1005721,168550],[1008098,230448],[1003311,229799],[999012,243487],[1005530,256856],[1000224,286389],[1001187,322258],[1000106,341808],[1004987,403599],[1006883,484130],[1008200,491306],[1009833,605908],[1010244,610968],[1012399,151301],[1021486,147610],[1012923,171124],[1015889,226730],[1017357,232230],[1019004,234751],[1015252,244808],[1011537,346259],[1021075,501633],[1014178,612061],[1026493,160258],[1033607,225257],[1024653,229223],[1029145,223323],[1029991,238839],[1026347,606266],[1037659,145500],[1049097,223319],[1037388,230023],[1043940,227761],[1043709,234671],[1043810,238143],[1043352,622026],[1043223,622908],[1061956,217764],[1052826,224973],[1055588,632589],[1067540,149556],[1071414,169827],[1070619,195342],[1070743,208884],[1070954,280343],[1066743,318265],[1072405,634179],[1075601,173501],[1079767,330097],[1082779,635147],[1108519,335370],[1104003,634828],[1104716,630673],[1136316,639592],[1156983,626965],[1162376,631565],[1159175,640082],[1242698,161380],[124645,29041]] \ No newline at end of file diff --git a/src/gathering/a10652.json b/src/gathering/a10652.json new file mode 100644 index 0000000..5f8998d --- /dev/null +++ b/src/gathering/a10652.json @@ -0,0 +1 @@ +[[-1279514,1548812],[-116477,-155188],[-116829,-210099],[-121336,-211659],[-120140,-213415],[-124913,-3065],[-127657,-817],[-119681,-37867],[-117790,-42753],[-118357,-44436],[-116274,-40308],[-115969,-45946],[-116051,-48998],[-117928,-47543],[-117987,-48982],[-116246,-50610],[-115901,-43392],[-120970,-43062],[-119598,-42002],[-126085,-43626],[-119384,-60568],[-119601,-61605],[-123959,-59059],[-126240,-56388],[-119584,-62514],[-117652,-51567],[-120556,-64433],[-117125,-69934],[-127713,-65182],[-119017,-68736],[-116841,-73664],[-119912,-99842],[-117665,-97101],[-123357,11242],[-117711,12130],[-118219,9071],[-117265,12013],[-118223,2981],[-119662,12576],[-121028,140855],[-122419,135550],[-124492,132544],[-119709,143172],[-121134,143055],[-124796,146612],[-115306,150415],[-127747,147395],[-122136,155869],[-121734,13013],[-123164,18737],[-117802,61733],[-119801,57813],[-118689,60983],[-126041,54184],[-123751,58014],[-124625,56703],[-124971,62636],[-118902,63192],[-120288,76287],[-119002,67766],[-115751,71677],[-125760,74592],[-124913,75631],[-125401,72685],[-125935,72152],[-122375,71604],[-122984,70664],[-115693,78154],[-124054,83620],[-120871,79583],[-120986,91915],[-127000,90252],[-126252,91710],[-125722,95680],[-125251,102076],[-126745,102501],[-123213,94246],[-123869,90233],[-117773,104710],[-123412,108380],[-118855,109979],[-120661,103977],[-125608,112905],[-125421,111669],[-119427,124904],[-115418,119830],[-139850,-163495],[-132329,-169426],[-128905,-62243],[-136761,129511],[-139910,139562],[-132333,144327],[-135203,60343],[-126810,50048],[-128707,54045],[-133334,55262],[-128257,75910],[-128095,69921],[-129516,70788],[-131296,66250],[-128746,66400],[-139966,71200],[-131983,73929],[-139266,76039],[-129891,84107],[-137619,83831],[-133291,87206],[-133725,83138],[-131415,78210],[-130213,80662],[-135288,80419],[-135427,88415],[-128575,78649],[-128250,91126],[-131492,91633],[-137769,92942],[-134678,91134],[-137319,94686],[-138616,94855],[-135023,99007],[-129145,107722],[-139077,106287],[-138025,107042],[-132821,113656],[-129841,106196],[-133197,111936],[-134335,106372],[-134880,105036],[-132748,125305],[-131583,120875],[-134530,126536],[-137159,123408],[-136724,120704],[-134636,117081],[-144485,-148920],[-146834,130409],[-150731,130784],[-148088,129126],[-151713,150017],[-143260,146938],[-145680,149575],[-151224,148414],[-152230,144619],[-144838,75505],[-144247,83521],[-144134,84149],[-142078,83359],[-145867,89617],[-141502,89218],[-143199,96605],[-144689,91433],[-146505,99966],[-151804,101261],[-151957,96986],[-152139,94040],[-146357,92204],[-149730,114430],[-143364,111945],[-148461,111656],[-141367,114271],[-141920,117434],[-147480,126982],[-150173,119326],[-143509,124177],[-146094,118078],[-150816,116246],[-156702,124314],[-150012,121850],[-147063,125366],[-158251,-160325],[-164572,-572312],[-164504,-63722],[-161880,-68950],[-163603,-66931],[-162868,134868],[-155957,130257],[-163824,148866],[-163537,139772],[-153274,141267],[-158139,145993],[-162279,157363],[-162232,57441],[-164628,61330],[-163888,53994],[-149155,87031],[-158332,101968],[-155967,98708],[-157460,97344],[-162852,94665],[-159103,105647],[-155985,105734],[-161068,103982],[-156293,108635],[-157240,111641],[-156986,112955],[-165156,125284],[-165194,124018],[-161863,123617],[-160428,124003],[-160757,118218],[-165243,119845],[-159350,117138],[-156104,117283],[-155086,125051],[-171897,-55038],[-166560,-68157],[-175205,-72091],[-176763,-77525],[-174290,-79518],[-173569,-79699],[-174780,-76997],[-174252,-77713],[-177053,131936],[-173458,134200],[-175256,132406],[-167683,135736],[-168130,139182],[-168083,140495],[-177037,133505],[-172657,137679],[-172038,130870],[-170934,130069],[-170091,148063],[-170607,145678],[-170798,62317],[-169670,62808],[-178894,58954],[-170269,57535],[-172803,62211],[-175991,75275],[-179086,66516],[-170682,67688],[-174311,71278],[-168479,66131],[-177981,82393],[-178650,86507],[-175118,83910],[-173337,84757],[-173585,89227],[-174164,91315],[-176721,108125],[-171149,127231],[-171045,123572],[-172827,124103],[-167038,127305],[-174313,128038],[-178240,125345],[-176090,117303],[-189570,-561012],[-184927,-551098],[-189268,-568136],[-187322,-571987],[-188903,-578377],[-180839,-576441],[-182908,-583031],[-180651,-63026],[-182554,-71358],[-181636,133944],[-183616,135385],[-179830,136959],[-188699,134072],[-186129,133204],[-183058,128442],[-190427,131056],[-184863,151373],[-186266,150468],[-187395,144454],[-186805,141239],[-182015,144015],[-186828,62408],[-185161,62152],[-182029,58518],[-184000,59086],[-186445,71909],[-186019,70211],[-185776,67684],[-185274,64692],[-188724,86583],[-185433,80526],[-182633,90594],[-188378,95444],[-183583,94697],[-187017,94898],[-184618,106446],[-185924,107787],[-184616,104573],[-184108,102867],[-188675,113503],[-190437,103553],[-180824,125474],[-195086,128678],[-189206,127432],[-199184,-415306],[-192013,-416675],[-198324,-416677],[-200067,-418788],[-203870,-420540],[-193629,-422847],[-202547,-441051],[-199395,138576],[-193037,132593],[-194034,132918],[-198547,140420],[-202721,134950],[-203786,137109],[-192580,137296],[-193176,128411],[-204674,143168],[-196024,145023],[-194141,141889],[-195087,91409],[-196403,101603],[-196905,107354],[-203206,111119],[-201712,110153],[-202500,105158],[-195619,104536],[-203901,104469],[-203798,118219],[-200237,125340],[-197393,118553],[-192762,116435],[-195470,119930],[-208374,-100588],[-205576,128435],[-207653,129675],[-206726,132091],[-215887,58209],[-215946,51841],[-208172,90298],[-208869,108144],[-215045,106708],[-214264,112549],[-204907,107921],[-210115,121889],[-214043,126263],[-224286,-94294],[-222204,-96642],[-229367,-114192],[-217883,129970],[-227548,132051],[-218125,58136],[-222521,110653],[-225178,110082],[-227525,110401],[-228681,103891],[-226236,106498],[-217941,127651],[-227411,127949],[-230118,117719],[-227815,119131],[-230694,-119012],[-232453,-116044],[-235608,-125600],[-236370,-129905],[-235707,-110363],[-233954,-113108],[-238889,133190],[-237287,137725],[-236277,59468],[-234931,57470],[-233662,59940],[-231431,58253],[-233842,126209],[-232658,120240],[-235321,121777],[-11708,-13873],[-5200,-18305],[-3401,-20619],[-11002,-22835],[-8961,-20945],[-2840,-23735],[-1174,-21412],[-8899,-26733],[-7563,-25679],[-11363,-40112],[-10658,-39260],[-2095,-45333],[-946,-47193],[-4538,1285],[-8222,24588],[-10381,21752],[-12521,21532],[-5354,23995],[-11939,29474],[-12746,30066],[-6981,28238],[-4535,31988],[-663,33915],[-1380,30949],[-2831,32703],[-1485,49130],[-2631,49034],[-1948,46599],[-12051,63833],[-11470,63004],[-12364,62283],[-3864,53897],[-4291,54836],[-4594,55868],[-3688,57031],[-2302,57121],[-1606,56674],[-4,76057],[-11247,65903],[-10273,65256],[-8136,65880],[-6017,66976],[-4563,70907],[-5356,71919],[-6017,74112],[-4793,75778],[-2763,69405],[-5589,76564],[-1825,77368],[-8509,78241],[-12626,79104],[-248220,-534312],[-249286,134534],[-250952,130907],[-251188,127593],[-243193,126706],[-245516,125200],[-259973,55007],[-265315,61951],[-259097,62371],[-265000,59229],[-266763,54751],[-264595,68584],[-260285,68503],[-267706,75405],[-262374,85748],[-264737,87233],[-265330,79637],[-259358,85212],[-261230,98465],[-258094,92867],[-257917,92008],[-256747,90094],[-263358,108983],[-259864,109369],[-263119,115447],[-259032,125209],[-260583,119931],[-257669,117493],[-272951,-542204],[-272951,-542204],[-273172,57292],[-270490,60189],[-273417,64228],[-272485,66585],[-274828,76657],[-274393,86498],[-272985,77403],[-274583,89280],[-277842,92767],[-275396,96392],[-272762,104640],[-291584,107239],[-293477,109931],[-305376,68836],[-319853,59271],[-316033,62503],[-311294,74047],[-319108,73097],[-307505,72299],[-318870,68346],[-314704,71155],[-310623,86204],[-310583,89641],[-313524,78064],[-311007,85238],[-310218,99896],[-319315,94345],[-310981,95926],[-322994,26224],[-328186,53987],[-330041,63244],[-329295,53148],[-322215,60457],[-322959,62043],[-324871,70276],[-320965,76339],[-323150,82895],[-327372,77555],[-329843,93966],[-333440,55121],[-337735,52694],[-336409,72322],[-334106,67478],[-337332,75440],[-340081,75346],[-334013,78140],[-336275,78432],[-336606,77458],[-22472,-3964],[-15762,-2211],[-24661,-19880],[-18412,-19414],[-17292,-15052],[-19543,-469818],[-15095,-465925],[-16194,-482910],[-17007,-30106],[-24478,-29793],[-15144,-41574],[-24688,8138],[-25547,8686],[-25259,10878],[-25595,6628],[-19756,2171],[-15305,25117],[-17433,24467],[-21683,19181],[-23860,18534],[-23458,17382],[-20580,17313],[-21051,25164],[-17200,20939],[-24206,16906],[-13910,23103],[-14596,22387],[-14494,19222],[-23954,38212],[-22970,37739],[-21648,30267],[-14171,29329],[-16343,29911],[-13361,25883],[-15996,26530],[-21334,26568],[-17197,26109],[-25285,44788],[-20279,45281],[-19146,45058],[-18359,42573],[-18355,46958],[-23543,48462],[-22656,51072],[-25347,50712],[-21320,59148],[-25441,57621],[-26226,58983],[-24622,58029],[-22407,59413],[-22605,63020],[-23669,63148],[-24505,64028],[-25520,63076],[-24196,59051],[-24236,62387],[-23862,60433],[-20664,60647],[-15000,63821],[-13426,64106],[-14040,59754],[-14784,58574],[-16968,59310],[-12989,61480],[-16566,62252],[-14484,62207],[-19122,71531],[-19456,70296],[-16005,73813],[-16555,75855],[-15376,76202],[-15382,67362],[-18470,65840],[-16515,78419],[-390256,-396],[-386100,-6322],[-395531,-1615],[-387523,-37062],[-389666,-48481],[-385670,-51582],[-396922,-1057],[-398664,5267],[-397418,1254],[-406292,10648],[-406981,11449],[-408520,14796],[-407643,22633],[-407393,15671],[-406033,23661],[-404663,19920],[-415437,11220],[-410805,10066],[-413399,11350],[-417168,13286],[-418943,20808],[-415177,20542],[-414433,13962],[-411830,25116],[-414742,20178],[-416625,19793],[-422120,33589],[-416458,33916],[-424743,21271],[-427498,23507],[-426435,21156],[-423308,27728],[-424926,31671],[-424051,32165],[-423035,27320],[-35183,-134054],[-30664,-25389],[-31868,-23208],[-30132,-23859],[-30479,-22867],[-25845,-19666],[-26068,-14983],[-37850,-20254],[-34486,-32264],[-33323,-36027],[-31169,-31072],[-32342,-30541],[-28149,-37458],[-36046,-33259],[-36230,-34609],[-30106,-40850],[-30637,-44607],[-32240,-38287],[-35568,-48307],[-36945,-47020],[-34807,-39283],[-36377,-39995],[-30506,-39317],[-37375,-57376],[-33490,12595],[-37121,10018],[-32675,12932],[-38028,12597],[-31485,9211],[-35456,8793],[-33417,8401],[-35206,7262],[-33285,6667],[-31128,6021],[-29912,5624],[-30472,6800],[-28552,7975],[-26872,7347],[-36122,6819],[-30342,10533],[-37535,8760],[-35169,7948],[-26564,776],[-29479,1036],[-27331,2945],[-26395,16753],[-28761,17584],[-30727,19272],[-32854,13699],[-27661,13824],[-26167,21989],[-31273,23290],[-33280,19997],[-33421,14983],[-32888,21246],[-35125,22109],[-29180,14867],[-27630,15014],[-29610,16676],[-26369,25348],[-37847,13615],[-35149,15609],[-30818,24115],[-25795,35869],[-27315,38600],[-35401,34242],[-36385,33384],[-36842,31830],[-36547,30364],[-31583,31696],[-32214,32771],[-38229,27114],[-31042,36886],[-28211,30413],[-33073,26656],[-26984,43537],[-27639,42512],[-29669,42821],[-36568,41724],[-35491,39816],[-34603,41965],[-30279,47550],[-28792,48420],[-38241,39288],[-38392,48033],[-25638,56029],[-28746,58789],[-28458,55108],[-27839,55832],[-26659,55167],[-25689,64117],[-26433,64087],[-31076,52495],[-35521,61790],[-38008,61890],[-34738,74226],[-35129,74832],[-32860,74912],[-31854,76358],[-33013,75864],[-27343,76231],[-36853,74843],[-36877,75827],[-35498,75853],[-38322,76661],[-30967,64505],[-31362,77409],[-32793,79121],[-29630,78749],[-27652,77877],[-578775,1780124],[-47854,-124934],[-48394,-118058],[-50362,-21505],[-49934,-386857],[-48372,-450471],[-40658,-456728],[-46030,-31439],[-48148,-28890],[-41998,-37447],[-43301,-37447],[-48164,-36797],[-43972,-46232],[-49880,-56769],[-40991,-51942],[-41172,-53049],[-50421,-69206],[-50180,-83679],[-49869,-81785],[-48543,5019],[-40929,12007],[-40035,7655],[-44121,11511],[-45700,8418],[-45567,12879],[-49021,4580],[-49261,12593],[-50651,12609],[-47796,7388],[-44061,12405],[-47345,1964],[-47090,15315],[-45137,21479],[-43273,13953],[-50531,17276],[-49814,13373],[-41867,24149],[-42816,13688],[-47799,18018],[-49793,15447],[-39723,27111],[-39847,28150],[-41813,35926],[-42794,33978],[-39300,37884],[-49844,32003],[-49927,33515],[-48994,36117],[-50501,37670],[-41088,41096],[-42390,43297],[-46032,43270],[-48934,42117],[-45018,43075],[-42692,42141],[-41531,42599],[-44827,50033],[-43496,49620],[-47330,43101],[-41948,41319],[-45421,50698],[-49959,39119],[-38556,42775],[-48191,48576],[-49985,50464],[-47709,57048],[-43475,59900],[-41826,56370],[-50275,54204],[-49867,53256],[-39422,76301],[-41427,76663],[-44395,75311],[-43891,76507],[-43355,75865],[-49468,73819],[-48538,70680],[-44257,70304],[-42823,71837],[-41686,73611],[-45493,70055],[-39798,77259],[-56549,-122079],[-52672,-119630],[-62118,-5801],[-59978,-3608],[-53862,-3486],[-62534,-13171],[-61695,-22295],[-61103,-24456],[-61773,-21086],[-60210,-18397],[-55423,-23393],[-56339,-23495],[-55414,-22032],[-54704,-21109],[-52855,-449404],[-55819,-468762],[-62588,-33119],[-61267,-30455],[-59163,-36030],[-58923,-34117],[-61722,-47624],[-62270,-46667],[-56840,-44566],[-58448,-39871],[-56515,-46984],[-52984,-45423],[-63887,-41900],[-51259,-42557],[-62909,-38217],[-60670,-53088],[-60559,-54916],[-51259,-55933],[-56709,-61719],[-59262,-59896],[-58697,-61115],[-63398,-73864],[-63621,-76038],[-55364,1846],[-56022,7714],[-58767,11186],[-53504,9804],[-57797,11481],[-51370,3636],[-55458,2877],[-60926,4917],[-55805,14045],[-62773,15346],[-58125,16931],[-61174,19128],[-63560,23410],[-63734,20081],[-59299,16977],[-60087,13998],[-54062,18528],[-52706,20282],[-51482,18128],[-58366,27543],[-61562,37079],[-53799,29407],[-52071,32893],[-62608,38778],[-54867,62717],[-51936,57541],[-56314,54142],[-59480,54647],[-56707,57871],[-57045,60305],[-59401,63567],[-54944,54977],[-54664,53844],[-58024,58519],[-59157,59788],[-53720,56929],[-52526,52932],[-51327,55000],[-62792,64107],[-57087,66668],[-60610,64855],[-58318,71593],[-53884,70078],[-59130,82864],[-62828,77974],[-63989,96207],[-65254,-4162],[-66438,-323],[-64806,-6843],[-71246,-2440],[-75443,-534],[-75924,-2107],[-76401,-14102],[-76614,-24342],[-71016,-457209],[-65111,-36434],[-76519,-30905],[-69965,-38202],[-69137,-40672],[-67214,-43054],[-64983,-46403],[-65931,-48335],[-75479,-50582],[-76306,-45274],[-74465,-46849],[-64939,-53830],[-64578,-74275],[-68696,-78346],[-64696,-80630],[-66691,-88111],[-67033,11461],[-74962,11633],[-72614,10596],[-75369,7263],[-74602,5326],[-75820,9286],[-66195,19246],[-73876,18348],[-76674,21705],[-73501,16615],[-73552,14428],[-72800,24083],[-67614,31336],[-67439,27036],[-67965,29384],[-75982,31801],[-73937,28515],[-76722,28792],[-76319,33124],[-74935,29551],[-75741,48150],[-76778,51221],[-70879,46913],[-72078,44113],[-74234,44048],[-74123,47663],[-68093,50439],[-73505,54747],[-75498,53296],[-68839,59192],[-66928,51982],[-69584,57424],[-68319,56434],[-68293,62499],[-68531,60546],[-65375,57750],[-76411,52510],[-71622,59946],[-73090,58619],[-65932,60964],[-65620,69967],[-68628,70760],[-70920,68776],[-65091,68890],[-65440,66883],[-69428,66338],[-71630,73537],[-75453,73697],[-76623,74946],[-67956,74716],[-75290,71275],[-68876,64446],[-66926,86410],[-76137,78801],[-74084,79392],[-75243,83228],[-74881,87907],[-69226,77621],[-73318,94102],[-71365,98362],[-65688,90894],[-64085,92576],[-80685,-151565],[-79375,-147547],[-85826,-181465],[-78626,-1877],[-78420,-11799],[-85001,-10842],[-81756,-5607],[-83464,-6579],[-84232,-3459],[-85369,-3881],[-87992,-12079],[-89527,-8324],[-80513,-8862],[-81795,-11674],[-76930,-20626],[-86215,-15851],[-84017,-15166],[-81393,-14795],[-84526,-16579],[-86225,-428103],[-87615,-444147],[-83493,-34989],[-80189,-35070],[-79119,-33631],[-80511,-34628],[-83571,-36462],[-81756,-25733],[-86954,-33556],[-78499,-26106],[-85412,-36254],[-85672,-36498],[-77583,-46017],[-78242,-42347],[-82167,-43902],[-85601,-42161],[-87740,-39644],[-85987,-45003],[-87152,-42385],[-86632,-38557],[-89419,-59421],[-83317,-57122],[-88008,-53469],[-86836,-52568],[-85620,-54772],[-87602,-55746],[-85555,-55644],[-88538,-57817],[-86231,-56336],[-89434,-54198],[-77971,8797],[-77674,5539],[-81560,12616],[-86742,3376],[-84222,3580],[-79792,2747],[-80714,5087],[-78919,1558],[-78815,8257],[-88767,8819],[-86877,9357],[-86756,6367],[-87894,11614],[-83618,22538],[-84626,21591],[-82289,15255],[-78871,18728],[-79377,15979],[-80597,14051],[-80816,18591],[-81315,21385],[-80647,20019],[-81845,31260],[-79396,35877],[-85182,32357],[-82444,34395],[-87311,33323],[-78345,27381],[-77426,26773],[-85565,37451],[-84607,37102],[-79528,38203],[-81685,33380],[-81572,37794],[-86933,31737],[-77897,32827],[-88540,36593],[-82649,30433],[-83199,29757],[-85630,29722],[-83571,29335],[-84256,28964],[-88962,27542],[-85519,30950],[-78100,51221],[-88222,51198],[-87385,47312],[-77307,55584],[-89559,60413],[-84017,63361],[-88627,53085],[-82252,72152],[-84654,79437],[-83660,81052],[-84151,77731],[-83906,83828],[-82421,85321],[-83021,82930],[-85446,102075],[-84885,107080],[-83360,111778],[-85036,110253],[-87213,108830],[-87176,115504],[-99997,-116125],[-92485,-130426],[-90505,-133761],[-95699,-134448],[-100745,-131891],[-101443,-144231],[-93620,-189485],[-97498,-8518],[-98974,-2165],[-92718,-4277],[-101270,-9961],[-100257,-11455],[-98977,-10597],[-101920,-8310],[-94117,-6268],[-92652,-5462],[-97405,-3425],[-97819,-792],[-99282,-1155],[-100218,97],[-89737,-2012],[-95744,-434493],[-90411,-430856],[-93119,-32441],[-95617,-33423],[-97148,-27187],[-99367,-27651],[-101052,-29091],[-99811,-30644],[-97953,-30847],[-91581,-32349],[-102383,-45633],[-95322,-47881],[-95544,-44915],[-90131,-42020],[-91189,-41790],[-90954,-60252],[-99970,-56449],[-100153,-54341],[-95137,-57961],[-95381,-55210],[-95865,-56331],[-94338,-56853],[-91613,-58197],[-93245,-58494],[-89841,3256],[-90189,1465],[-90385,12487],[-92557,4576],[-91853,2899],[-101560,25646],[-90224,15754],[-96491,38266],[-92050,34840],[-90912,37644],[-101366,37029],[-97031,34257],[-98467,31094],[-97757,35302],[-90433,29701],[-95371,29743],[-92498,32843],[-91160,27708],[-97209,27671],[-94155,33974],[-99502,48069],[-100869,44327],[-97755,38671],[-92905,39354],[-91415,49063],[-95647,48163],[-94359,49484],[-97674,49935],[-91628,56122],[-92483,54030],[-95255,62082],[-96648,57364],[-95530,64590],[-98248,66378],[-95779,70509],[-98668,71110],[-94875,76351],[-94046,73240],[-101742,76460],[-99273,65367],[-93691,69717],[-100984,74385],[-91457,81587],[-99639,79092],[-90896,82919],[-92347,85233],[-93642,82512],[-93895,83398],[-98266,80422],[-94386,78329],[-94334,98516],[-97409,100976],[-93895,94718],[-97592,95148],[-94156,99787],[-98391,108829],[-91205,108328],[-91506,105797],[-91840,110313],[-98200,106214],[-100340,109119],[-101335,111178],[-90009,110076],[-92711,111562],[-91829,114286],[-91556,120585],[-100486,119969],[-112175,-150010],[-114915,-159209],[-108503,-181321],[-106161,-183759],[-111087,-184818],[-114487,-200949],[-114143,-202536],[-103618,-6491],[-105932,-10313],[-105705,-5741],[-102687,-3514],[-112648,-13239],[-112589,-18707],[-108550,-24459],[-104728,-14937],[-112862,-24526],[-110233,-17237],[-106881,-14598],[-108804,-15590],[-103499,-16316],[-105583,-37630],[-111238,-37554],[-111860,-32029],[-108348,-29429],[-108231,-32793],[-111523,-35422],[-111784,-28700],[-107835,-25505],[-111802,-31406],[-112045,-27781],[-110742,-34066],[-109782,-33866],[-106644,-35055],[-113926,-33001],[-110094,-36057],[-105740,-41077],[-108744,-39981],[-112834,-48343],[-109061,-48717],[-113076,-46680],[-113640,-48402],[-114307,-50056],[-103284,-49662],[-103727,-49695],[-106372,-45124],[-105933,-45944],[-106606,-46214],[-107063,-48782],[-107128,-49461],[-108354,-49884],[-105278,-47029],[-106599,-47282],[-112725,-42016],[-111512,-42583],[-114820,-45050],[-111010,-50393],[-102728,-43686],[-105824,-53887],[-108918,-55122],[-111290,-62456],[-110339,-54939],[-109221,-53733],[-109552,-53569],[-114140,-70527],[-111311,-68747],[-107286,-76360],[-113327,-75739],[-111300,-77520],[-106893,-78336],[-108955,-85352],[-107620,-83876],[-106336,-80228],[-113504,-76789],[-110863,-90137],[-110018,-92608],[-107448,-92191],[-104575,-97387],[-103253,-98362],[-107237,-104017],[-110543,129030],[-110733,136420],[-107411,134325],[-112060,128530],[-113636,146158],[-109100,150150],[-113943,148965],[-105492,35328],[-103995,25143],[-102584,50580],[-105744,44226],[-104733,43237],[-102958,38776],[-106229,39950],[-113896,46210],[-112920,46453],[-109567,47440],[-109355,39718],[-109615,40055],[-111999,41409],[-104215,61375],[-108832,60321],[-110457,60318],[-106939,52437],[-114402,53876],[-115161,55199],[-110863,59335],[-111051,52106],[-111205,69810],[-111873,74660],[-110906,66074],[-112861,68696],[-111400,68049],[-115190,76470],[-111735,79817],[-108707,89118],[-113377,90696],[-103694,98901],[-107681,95270],[-106277,95118],[-107652,92602],[-114500,113930],[-104658,111750],[-110483,111373],[-107575,102989],[-112605,109824],[-103107,123930],[-109923,124298],[7726,-3186],[2129,-25318],[2382,-20676],[12645,-484405],[899,-48089],[8815,-48543],[9230,-46298],[7054,-48220],[1643,3256],[11768,20680],[12307,35699],[11097,36449],[12245,38001],[9731,38138],[5626,37800],[7288,36847],[968,32716],[12557,34124],[12058,31809],[11836,33082],[10610,32573],[9460,33408],[11016,34577],[8062,34748],[5595,32498],[4144,32684],[10109,42893],[11975,42543],[11726,44432],[12425,50120],[9974,48260],[6411,49935],[6315,40413],[3332,46824],[3462,48455],[2446,48549],[1385,50991],[10094,52308],[3773,53777],[3391,52715],[2763,51531],[2800,54382],[7190,57299],[5928,56266],[4250,56037],[2566,56689],[8403,57112],[8566,60487],[7624,61306],[6389,62254],[4930,60960],[5895,59981],[9880,60139],[9239,65001],[478,71066],[11400,111343],[9422,109183],[10801,113039],[11919,107872],[139225,-1364],[128621,-9893],[132795,-20130],[137324,-14255],[130628,-22268],[137667,-33751],[132020,-33422],[130384,-30164],[128397,-36008],[138678,-40329],[133081,-39850],[134694,-50314],[140771,-49917],[130013,-54071],[128204,-53668],[130633,-52540],[133808,-52083],[133719,-55316],[134117,-58436],[132618,-55419],[139437,-52249],[137151,-52726],[139056,-51314],[132919,135579],[131756,136874],[138979,134418],[139579,128610],[140323,130758],[128097,14874],[138735,13257],[137224,22222],[131532,29314],[130948,105155],[145852,-160696],[152586,-172901],[147955,-5707],[148842,-6877],[149032,-18401],[147792,-13172],[141903,-33421],[147150,-50652],[151955,-50656],[145551,-51063],[147759,-56131],[149887,-54980],[149421,-54161],[144081,-54370],[145650,-54435],[152807,-61327],[152000,-57273],[150331,-60938],[152138,-54151],[153285,-59244],[151978,-64164],[143381,11015],[152405,354096],[144105,359084],[143208,124308],[149752,124973],[145625,127265],[162780,-140611],[155390,-170853],[157386,-51142],[163212,-53910],[163067,-52861],[154623,-52075],[153787,-57546],[161335,-55683],[161353,-60313],[160198,-62818],[159166,-59385],[159128,-62686],[156837,-57367],[157079,-61965],[158042,-56673],[154053,-54116],[161547,-64141],[160098,-73460],[158902,-70599],[158426,-64557],[156237,-71697],[165499,-71106],[155809,-76473],[160956,-75678],[160762,-69776],[165689,-83627],[176381,-127630],[177757,-134038],[172436,-160608],[168537,-154807],[173865,-173264],[175308,-175554],[166889,-59060],[168683,-55834],[166812,-61803],[168584,-64019],[171248,-70025],[170836,-67660],[175303,-80080],[168399,-88610],[184858,-161071],[181291,-169781],[190209,-184184],[186073,-182786],[182877,-179960],[180044,-61423],[180741,-67295],[179820,-77445],[183626,-80253],[185404,-79505],[24963,-12344],[24160,-11580],[24148,-20902],[23374,-23664],[23652,-16459],[13216,-14105],[13308,-16059],[25123,-20860],[23108,-478373],[25456,-33658],[23030,-31239],[24743,-29581],[22088,-25640],[23552,-27173],[23486,2064],[13724,9970],[16511,8045],[15390,129432],[15733,130363],[16568,133917],[24683,131691],[25554,140785],[15629,38232],[17615,34658],[19700,34778],[22206,36043],[24250,35047],[17268,36447],[23970,37357],[25584,38369],[13609,32832],[15011,32147],[12982,31962],[21300,28066],[23712,28787],[14232,39901],[15359,44387],[19288,45038],[21013,44631],[22082,48219],[19898,47981],[24124,50689],[13596,46603],[24617,48727],[24546,47157],[25332,46329],[19894,39445],[21294,41494],[23010,39906],[23064,42869],[23153,44955],[14666,57745],[15485,56609],[17759,57284],[19239,60727],[17854,61619],[15607,64072],[19062,74931],[23610,72499],[22752,72314],[14643,66837],[13997,69186],[14503,64449],[18187,74740],[22264,82963],[24057,81952],[24781,80531],[25053,79380],[22969,87664],[19175,87128],[13542,109862],[15969,104763],[23179,107094],[24916,106655],[23351,111302],[18194,115123],[19062,118173],[14166,119819],[21441,118083],[13410,119087],[22446,118004],[17940,118366],[12842,118324],[18138,116860],[14344,119126],[15149,119819],[13311,117110],[13052,119989],[16389,122104],[15336,124145],[19812,119948],[16555,127367],[17540,126808],[17787,125175],[25386,118509],[15212,127752],[33128,-5535],[31821,-6367],[28059,-1430],[28069,-11844],[37524,-24906],[30300,-24830],[28307,-22641],[30760,-21818],[32877,-23930],[38125,-22733],[35175,-21765],[34284,-21825],[27947,-19773],[27208,-15822],[32231,-17461],[30687,-17952],[25790,-19199],[25993,-20535],[30198,-21092],[33098,-18666],[32446,-14543],[33610,-34441],[35292,-32632],[31862,-28171],[34704,-29736],[30577,-31384],[28281,-37771],[27623,-36496],[26336,-36737],[33774,-27620],[28469,-25847],[26423,-30689],[30599,-42546],[29046,-42017],[33281,-39030],[33334,-45315],[30928,-44903],[32137,-46297],[32295,-44514],[30609,130731],[29653,131336],[27310,134471],[29118,129231],[34937,131943],[32954,129117],[34784,129557],[32570,130239],[37628,134473],[34759,138132],[31956,139260],[29935,140518],[36971,137205],[34077,132236],[36235,151964],[28372,143290],[27332,150585],[30978,153432],[29471,152997],[35586,154235],[38720,22410],[32324,23346],[35915,24852],[27952,36995],[26273,37287],[28890,37778],[31507,38250],[37949,33762],[36980,32916],[25662,32015],[33275,34095],[34238,33159],[33406,31396],[30088,31038],[27546,27065],[28758,26218],[37528,47968],[37863,45691],[35530,45037],[36673,45157],[34306,45384],[32836,45594],[32317,46675],[33515,50446],[32464,50001],[30734,50627],[27254,51366],[26192,50972],[25808,49650],[26580,45497],[27568,45880],[25678,41493],[27588,41686],[30189,38638],[31618,40709],[34331,42217],[35994,40589],[37204,43049],[33255,39688],[35394,43421],[26574,38655],[29040,39300],[30795,44417],[36595,38603],[35088,64695],[28174,72674],[27423,72799],[31288,76061],[33397,71715],[33319,70362],[34873,69778],[34370,70352],[36308,70679],[36560,71238],[35063,73819],[25604,77268],[27375,81230],[30664,81886],[34402,85904],[32802,78273],[33191,84960],[29191,85717],[28065,100120],[31788,102143],[29467,113278],[28329,113508],[28628,112333],[30915,110652],[37114,113120],[32131,102881],[32969,115197],[29452,114099],[35083,118015],[35535,118688],[38230,118919],[34226,124820],[30189,125844],[50971,-11987],[45752,-676],[40971,-24455],[39597,-24405],[44887,-22691],[41739,-37072],[41874,-38166],[50346,-35330],[44074,-44955],[40040,-42485],[42708,-44301],[44364,-45682],[45560,-45440],[47752,-45144],[42546,-38980],[49427,-39409],[49525,-38428],[50494,-39466],[42155,9729],[40581,9031],[42975,9029],[50470,10116],[48819,11729],[49218,11298],[46952,5203],[49257,4625],[48607,134810],[48123,139450],[48835,136381],[49414,134842],[45240,140587],[42676,134512],[40696,134736],[40816,137467],[43886,135060],[42332,136254],[42014,132767],[48720,144226],[51074,146566],[46307,150159],[41512,148384],[44204,149227],[41105,149574],[38694,150084],[45384,23867],[42553,36724],[44189,37971],[47300,36741],[47942,34544],[46296,34630],[39832,36724],[41739,35653],[44290,35575],[50786,32699],[41993,26461],[40721,32404],[49586,30443],[47385,28621],[38604,46817],[39037,40859],[39825,42804],[40551,45882],[43143,44892],[43732,41542],[41853,39827],[46097,40215],[46387,43011],[48834,41664],[49039,38754],[43287,49175],[44171,47587],[45992,48164],[47575,49909],[45672,50427],[48944,49878],[49813,47130],[48874,47759],[48021,46048],[46392,46940],[50052,44746],[48872,45098],[50835,46457],[43275,51078],[51092,53785],[43844,53674],[46371,61624],[44085,61467],[40025,61389],[42849,61508],[42217,60426],[44849,59659],[42149,66155],[46438,66187],[40703,66117],[44546,67345],[42334,75583],[46957,70504],[40763,81480],[39700,82557],[42741,88548],[43438,87392],[45707,86036],[41835,85580],[48947,89324],[49230,86666],[45150,83962],[43568,77692],[42687,81567],[45258,79877],[48492,79989],[50734,79673],[42303,103053],[41665,110757],[38810,102755],[43301,105411],[50636,111203],[48159,104654],[39780,110817],[44425,114755],[46051,110637],[44580,107753],[47043,109505],[49232,115042],[50158,111899],[51129,112296],[48381,121366],[48901,122229],[38955,122690],[39405,121893],[39944,122326],[47769,122313],[43842,116911],[44800,116508],[41818,121167],[49364,115890],[48478,115647],[58251,-8184],[62591,-8107],[63551,-12921],[57437,-22386],[53132,-39736],[51372,-38725],[61561,-40851],[58249,-41489],[51843,-60960],[51524,7848],[57413,4394],[55267,5103],[58326,3476],[52351,7076],[54638,3294],[55736,7535],[52600,139991],[57656,140078],[57508,142377],[58861,143275],[57486,18193],[54409,36702],[52417,34996],[53372,32655],[55201,33987],[50199,28082],[56360,43904],[56216,47783],[54892,46818],[57378,48637],[59386,46752],[57397,49783],[58424,49487],[57407,41742],[56267,45247],[59593,47966],[58479,48359],[51666,44648],[54058,44722],[54307,42295],[52620,41917],[51808,42480],[52231,40358],[55300,40172],[55523,39081],[57391,39191],[58037,39630],[60094,46404],[61857,50854],[61502,51400],[62120,40654],[62183,47276],[61957,42545],[53819,52649],[54562,54086],[53593,54525],[54552,56492],[53175,57971],[52039,55522],[58477,52550],[58304,54358],[60655,52237],[52871,62397],[57326,51794],[62068,63123],[61587,54011],[52127,68942],[55131,68927],[54242,67496],[52598,70037],[58692,73514],[55298,72401],[54078,86526],[63648,87526],[61946,87039],[61138,85696],[59554,85502],[55041,79124],[58640,81877],[61000,86471],[63513,84234],[52766,91530],[51975,90422],[63479,92773],[63249,95127],[60789,96681],[61313,89951],[56638,97330],[56282,95849],[57713,99879],[58454,90073],[56336,90962],[62681,90377],[63226,91670],[55874,105367],[58110,109173],[58009,113019],[56723,109999],[56442,112631],[55760,112758],[52739,111431],[54462,114782],[55753,115877],[55271,115573],[52717,120221],[51876,120389],[60798,121457],[62829,127718],[71500,-9602],[66154,-11412],[67415,-23041],[75017,-29952],[75455,-31200],[71470,-36419],[68812,-25516],[65488,-40289],[65111,-39516],[65310,-43915],[65944,141986],[73962,28286],[74025,26524],[70313,34643],[69921,37447],[71514,46353],[69444,45227],[71511,42446],[66815,49468],[65400,51337],[72841,41403],[76191,38967],[73606,38792],[67020,50714],[71351,49069],[69372,62537],[68060,62966],[65958,61743],[66755,64130],[68556,74005],[70208,69126],[64888,72442],[68126,76965],[64759,89744],[65068,86961],[65649,86127],[70272,83437],[64302,96677],[69439,95521],[71130,100757],[67710,113980],[74124,109284],[71027,123693],[69539,125380],[65149,127597],[66882,115470],[74333,118298],[88659,-3748],[87474,-2323],[79001,-6509],[79211,-25075],[84124,-13894],[89583,-33596],[86578,-36828],[86846,-31794],[81094,-27188],[87449,-29920],[88943,-39932],[86371,-50674],[89298,-49018],[87025,-57636],[82987,-55969],[85489,-58098],[86113,-62606],[76827,-58470],[88321,-62920],[85985,-75542],[88331,-65207],[80518,4380],[81055,3051],[81762,14707],[88606,15675],[80651,14270],[77447,14246],[77555,35680],[82250,28334],[77838,49080],[84093,44235],[86825,628124],[83727,58340],[79543,58464],[82901,62762],[83784,71332],[88713,64958],[85463,70562],[80001,72816],[83540,87461],[80340,92728],[89143,100435],[77638,94476],[84720,93308],[78817,114359],[82198,110574],[81723,115324],[89733,-5274],[89911,-2303],[101687,-8027],[100714,-6905],[99493,-12223],[93257,-24489],[101296,-12960],[91218,-12749],[91569,-20181],[100574,-16279],[99479,-29361],[95032,-32255],[96850,-36184],[90936,-34416],[100611,-31071],[102030,-33124],[90276,-26047],[96913,-38745],[93427,-71648],[101124,3180],[102213,5133],[90557,2107],[99591,2811],[90868,3279],[91148,2710],[100321,14497],[98825,15370],[92020,25919],[100700,35317],[90048,28397],[99523,33519],[92704,36506],[101137,42578],[95503,43604],[93636,45469],[93072,62031],[90378,65121],[97703,76786],[98592,66893],[102077,75939],[100023,88518],[93759,79728],[92289,81778],[90863,86306],[89787,91301],[92714,94854],[101897,108888],[96954,111867],[91630,109704],[99155,103186],[99866,105800],[100340,116631],[112749,-10449],[103687,-8451],[104223,-9412],[102713,-12119],[110811,-2335],[112120,-1375],[108675,-9390],[110867,-9590],[103659,-13380],[114496,-23582],[113668,-25002],[114567,-12781],[106715,-20607],[109075,-16159],[114848,-37190],[110151,-33748],[111053,-37146],[109670,-39696],[110599,1716],[114324,2666],[111537,12877],[113181,1352],[103622,29814],[113681,29090],[105692,35363],[109629,41792],[103568,46184],[104467,50439],[111347,44788],[103486,48254],[104664,55632],[104591,58626],[106041,55232],[113905,60860],[102503,66831],[103307,85489],[113620,88697],[104639,99037],[109663,96460],[105494,95611],[103678,90239],[113280,115010],[102492,113513],[112842,106400],[104058,118983],[104750,121724],[108622,122492],[103754,125430],[121749,-5033],[117534,-11315],[115537,-1458],[116461,-2513],[126001,-9438],[122785,-24234],[116273,-36481],[119305,-30845],[118490,-28945],[125048,-30268],[118810,-36847],[123287,-38951],[126400,-39400],[118165,11785],[118474,7439],[120172,132226],[125287,133559],[119338,21514],[125114,14593],[121145,13369],[122453,28289],[127283,30598],[119212,28240],[116840,29826],[123104,43900],[120120,42033],[115355,42116],[126738,56180],[115579,95167],[118529,127949],[116358,127701],[-1279509,1547801],[-1280348,1547493],[-121003,-149674],[-123759,-150453],[-123795,-164927],[-120823,-170238],[-123623,-173174],[-115278,-176801],[-127228,-3130],[-125568,-3886],[-118874,-88],[-116771,-37484],[-118757,-37658],[-118984,-50835],[-115976,-42505],[-117045,-43488],[-120162,-40752],[-119562,-39253],[-117182,-39668],[-115407,-51259],[-121108,-61487],[-119973,-59290],[-116527,-60687],[-125660,-56642],[-116447,-63493],[-124436,-60471],[-119743,-66335],[-117840,-75351],[-120440,-70398],[-119294,-73658],[-119139,-69575],[-118424,-85160],[-125505,-96807],[-124866,9726],[-120019,4650],[-120669,11558],[-117689,6653],[-116835,7879],[-118542,2091],[-116327,139137],[-120518,137467],[-127821,132744],[-123625,141566],[-123869,142912],[-121665,157088],[-124294,156394],[-125482,154015],[-124958,19640],[-115850,47557],[-116943,45703],[-121353,58791],[-127084,57062],[-120672,56321],[-126623,60355],[-120613,61323],[-122949,63107],[-121134,69175],[-119659,69451],[-123137,64441],[-126826,73302],[-124318,66395],[-125774,69890],[-127230,66950],[-119263,72893],[-122231,75449],[-121379,64899],[-120035,84311],[-126492,86564],[-125320,79144],[-123976,80300],[-122636,97022],[-119552,90235],[-127366,95777],[-125129,98833],[-121143,101336],[-124256,93184],[-118048,103116],[-118210,111008],[-125310,107165],[-123298,104965],[-120797,114732],[-120122,123757],[-140111,-157993],[-138813,-155292],[-129845,-155226],[-128407,-64216],[-130272,136270],[-132186,136649],[-139773,138757],[-133396,129010],[-131933,129767],[-136067,139955],[-134189,137400],[-137482,133752],[-128162,146073],[-129977,149386],[-132227,147271],[-139494,163424],[-137268,164350],[-133482,63191],[-135157,65532],[-127307,62583],[-132068,56935],[-133368,66386],[-134815,71804],[-133496,76466],[-138063,69843],[-137024,73683],[-140481,75811],[-129370,73260],[-131357,68503],[-132624,88288],[-131388,83444],[-128463,84671],[-133117,84243],[-136821,82391],[-137907,88251],[-140155,79874],[-129989,77214],[-133826,80216],[-130161,79553],[-133967,88946],[-128448,82139],[-140245,88498],[-130368,97894],[-128368,100091],[-131267,90402],[-137704,90115],[-137908,91673],[-139366,95516],[-138136,98147],[-139634,94300],[-140297,90725],[-136159,105211],[-135545,124704],[-136999,116047],[-142834,-154427],[-144392,-172186],[-141487,138226],[-150140,136566],[-150064,150212],[-144328,147301],[-147802,163837],[-142505,74152],[-145042,79984],[-144744,82680],[-142821,86549],[-151001,85580],[-148432,98639],[-145780,98388],[-148676,102921],[-150730,100007],[-144176,108205],[-143466,112953],[-146679,111354],[-149342,105536],[-153185,111355],[-152064,112771],[-152345,125181],[-148766,120387],[-152494,123989],[-142310,120931],[-154985,-122567],[-165352,-140890],[-158193,-158807],[-160544,-175112],[-156562,-59243],[-157709,-64648],[-154850,-67067],[-162439,134125],[-154557,140672],[-155122,139450],[-155012,136420],[-157282,133850],[-163325,130579],[-165466,149312],[-162611,143046],[-158996,145480],[-163584,58056],[-164049,59968],[-153865,97309],[-158825,98238],[-161747,98072],[-159312,100691],[-160451,92745],[-157138,107097],[-155579,115090],[-159056,113222],[-160392,114249],[-159852,122231],[-163794,121083],[-162555,116857],[-161563,126282],[-155705,122334],[-177270,-118869],[-179094,-57500],[-169263,-55671],[-172714,-70483],[-170837,-108525],[-177787,134358],[-174046,133030],[-175059,137645],[-167066,132659],[-178460,132226],[-177624,129059],[-175194,128834],[-179166,131902],[-171612,129183],[-166756,128529],[-169788,145371],[-176166,142074],[-178240,141827],[-166425,60488],[-174212,66495],[-166429,64252],[-171774,70951],[-174292,77568],[-177797,94446],[-178940,95097],[-177618,92947],[-176958,108070],[-167621,124204],[-167499,121197],[-173916,128058],[-178401,125325],[-179591,121155],[-191291,-423555],[-181065,-559875],[-185863,-574974],[-186097,-73939],[-181187,135387],[-190853,137986],[-189543,135625],[-187411,135158],[-183470,133305],[-188661,129474],[-179299,148225],[-189268,145176],[-185634,142404],[-183258,143165],[-183192,149579],[-186844,60400],[-181136,51980],[-180408,52995],[-186669,64996],[-181823,69523],[-184517,69072],[-185223,72924],[-188373,76682],[-189711,82629],[-181263,90419],[-185053,98271],[-188378,98786],[-184089,100430],[-186965,103003],[-190975,109448],[-185670,106414],[-187103,110975],[-189156,113058],[-191336,113700],[-189876,107595],[-189634,126342],[-182699,127174],[-202186,-416987],[-192256,-421831],[-197464,-445822],[-193863,-98699],[-204102,134372],[-197183,138263],[-198274,137162],[-204107,139889],[-200979,133653],[-201063,135588],[-196582,142625],[-199425,142707],[-192718,145307],[-195157,81032],[-199930,81984],[-203873,85151],[-197263,98815],[-198947,94641],[-196817,105553],[-203212,106956],[-199057,103264],[-196509,102694],[-202957,120159],[-195747,126180],[-193511,119253],[-193560,118172],[-212413,-78101],[-213967,-85067],[-205518,129759],[-205734,139394],[-214704,128903],[-205972,144160],[-214922,59184],[-215182,62008],[-209653,51735],[-213565,62816],[-210393,51964],[-211418,51945],[-212133,51547],[-211842,66249],[-204802,83198],[-209265,101883],[-209059,100003],[-210189,93462],[-210154,95013],[-208471,97904],[-208614,106659],[-216737,106050],[-210542,103740],[-213600,111131],[-207570,110184],[-207788,106819],[-215320,103108],[-206591,120218],[-213558,117399],[-217429,118378],[-222500,-96126],[-225756,-95269],[-225914,129287],[-226303,53519],[-226898,53019],[-218117,63205],[-223014,109368],[-229447,108884],[-230068,113908],[-222307,123929],[-222673,126933],[-221142,122315],[-225430,127877],[-228974,120721],[-226069,118818],[-236169,-116713],[-240515,-123928],[-241784,-126595],[-238468,-126717],[-233593,-114914],[-235023,59165],[-230768,59567],[-230697,114964],[-233546,118725],[-241917,125686],[-2219,-36701],[-8665,-32753],[-8433,-39850],[-7527,-38843],[-1991,-47275],[-245315,128585],[-251718,134156],[-248754,127575],[-243828,124745],[-268544,-500335],[-266524,-71885],[-266452,-73692],[-268750,-74722],[-267310,52487],[-260272,62536],[-266570,72652],[-264405,73945],[-265014,74692],[-261892,66269],[-263197,70506],[-266323,65969],[-265958,83100],[-263138,82714],[-264787,77173],[-267754,81029],[-258368,85666],[-259805,83738],[-261747,87634],[-258106,97941],[-261440,91594],[-263207,90151],[-266747,90460],[-262533,104683],[-262076,116183],[-273030,-76339],[-270887,-74164],[-273476,50926],[-274723,63393],[-273129,60770],[-268855,57470],[-269492,59856],[-274349,57053],[-270136,70657],[-272183,67908],[-270341,79158],[-272560,98856],[-273307,93444],[-273310,103893],[-282085,113950],[-286967,113251],[-293240,111153],[-304667,89723],[-296603,109067],[-319705,21808],[-318318,69827],[-312071,68196],[-309149,63772],[-311830,67336],[-308975,66125],[-317687,80727],[-319592,84168],[-312605,97692],[-331002,50460],[-329323,60574],[-324765,60495],[-329762,64774],[-324636,66755],[-330827,75764],[-329730,66621],[-323419,74384],[-328770,76197],[-328302,74184],[-326475,79417],[-322573,85489],[-324554,97543],[-337034,48866],[-334015,54676],[-333780,70103],[-338964,74092],[-333574,74258],[-339422,72359],[-341054,74243],[-333518,80648],[-352676,46450],[-348414,40496],[-17719,-483106],[-17644,55128],[-383116,-6917],[-390471,-48600],[-385114,-49985],[-389947,-54480],[-389609,-56429],[-394242,-56173],[-393750,-54499],[-396698,-55751],[-389953,-51143],[-391824,-53522],[-394115,-61777],[-393297,-63052],[-385290,1405],[-396994,-58077],[-399135,3079],[-402024,1732],[-408404,16698],[-406194,18001],[-409317,25640],[-413484,10839],[-418795,23775],[-418332,23716],[-412108,15437],[-413498,15143],[-421549,18098],[-412383,18259],[-412215,25091],[-415868,25436],[-419654,15250],[-416754,33823],[-409605,26372],[-411269,26366],[-425086,17568],[-429235,22910],[-425326,23096],[-426971,24954],[-434016,23284],[-425766,22220],[-428886,17918],[-433175,28246],[-432944,28656],[-431986,28850],[-35176,-134964],[-30038,-130547],[-33010,-23278],[-33387,-25032],[-31831,-21948],[-28152,-22389],[-36298,-21635],[-29672,-30487],[-30435,-28827],[-36267,-36639],[-35356,-33584],[-29776,-39573],[-31021,-40370],[-29924,-70876],[-36755,63822],[-32063,57205],[-578049,1778234],[-38451,-18932],[-47353,-31914],[-46190,-29020],[-39435,-32803],[-44935,-38105],[-42600,-38742],[-49690,-41260],[-48952,-42699],[-41608,-49853],[-49178,-48520],[-43503,-51680],[-49966,-84639],[-55736,-122769],[-52663,-127135],[-61394,-10387],[-57642,-9377],[-57776,-11279],[-55037,-6804],[-62465,-14779],[-62931,-15840],[-58287,-23707],[-58181,-24773],[-59327,-18210],[-60859,-19795],[-54056,-21821],[-52642,-21339],[-56313,-21654],[-59973,-33900],[-62469,-31963],[-62220,-25427],[-57725,-32469],[-55565,-32691],[-62806,-42309],[-62467,-48399],[-61444,-44320],[-54901,-40914],[-57453,-39547],[-63686,-52347],[-54798,-55518],[-53734,-57869],[-54772,-53899],[-63467,-78808],[-73896,-149253],[-65147,-9991],[-65389,-12334],[-73704,-1964],[-70630,-12575],[-73767,-11331],[-71139,-9066],[-72383,-21432],[-64886,-25101],[-75558,-19024],[-64519,-23397],[-72679,-16066],[-73382,-25109],[-72968,-23672],[-73547,-23026],[-70066,-37600],[-75251,-36293],[-67413,-41218],[-67448,-39913],[-69870,-40022],[-67289,-42910],[-66970,-46289],[-64606,-50011],[-65050,-47225],[-64673,-50922],[-64116,-46751],[-74537,-48225],[-76076,-38962],[-64904,-52607],[-71095,-60070],[-70441,-61764],[-69475,-60103],[-72344,-60876],[-69487,-63754],[-75087,-52457],[-65063,-75554],[-69207,-80192],[-66402,-76905],[-64420,-77380],[-65342,-79257],[-75665,3016],[-73545,7831],[-73150,19472],[-75105,14556],[-75010,13448],[-74206,15540],[-75010,13448],[-76352,29943],[-74878,27792],[-82194,-135922],[-86701,-148062],[-82470,-153356],[-77719,-150675],[-78816,-149494],[-78473,-146252],[-83002,-163005],[-83911,-156315],[-79607,-157215],[-78271,-158913],[-77338,-163864],[-84337,-167600],[-81095,-167059],[-79442,-5373],[-78429,-3308],[-79355,-2628],[-80128,-2203],[-78500,-9892],[-77841,-11216],[-87529,-513],[-85141,-2393],[-86970,-1677],[-86964,-11229],[-88564,-10429],[-81768,-8826],[-87131,-8860],[-79730,-19149],[-78342,-18790],[-88941,-24866],[-87579,-24852],[-88072,-17447],[-87082,-19796],[-85922,-20137],[-85742,-21682],[-82823,-22601],[-77569,-24507],[-85865,-15897],[-80054,-16869],[-85706,-17734],[-81374,-31319],[-85931,-32323],[-81744,-34812],[-78811,-27583],[-78193,-29960],[-78701,-32064],[-82626,-35491],[-81092,-36388],[-81435,-35429],[-84927,-34146],[-85326,-35765],[-89406,-34488],[-88630,-33050],[-88882,-32482],[-85941,-27595],[-88863,-27408],[-84375,-27624],[-78411,-44681],[-83037,-39244],[-83476,-40149],[-81933,-38245],[-82418,-38693],[-84475,-41405],[-87714,-46576],[-87600,-41595],[-84990,-41050],[-83063,-38207],[-81134,-41608],[-81091,-41964],[-80048,-41277],[-87238,-38772],[-83436,-55737],[-85422,-58712],[-77996,-56868],[-79742,-56811],[-78144,6593],[-89284,6073],[-86091,4628],[-87130,1906],[-86103,439],[-83885,5940],[-81557,671],[-78680,5516],[-81233,9991],[-86839,12474],[-82865,7100],[-88674,12052],[-78366,11589],[-83157,12583],[-77686,25301],[-77180,20576],[-76801,16574],[-82236,22949],[-84979,20471],[-82542,24596],[-84378,23276],[-84110,13762],[-87277,15833],[-87223,38502],[-79350,33171],[-85276,34092],[-82852,31841],[-82823,38451],[-81547,36504],[-78142,36607],[-76861,31231],[-87694,28595],[-89130,30702],[-85725,28273],[-86715,45840],[-87551,39806],[-86169,40054],[-83335,39514],[-88110,57316],[-89146,63638],[-85156,65200],[-88428,91798],[-85460,104002],[-85785,112533],[-88470,111177],[-99709,-116926],[-98479,-138274],[-94682,-137632],[-97668,-128475],[-89761,-139250],[-100738,-141667],[-102301,-162395],[-100681,-195493],[-94193,-11623],[-97392,-1993],[-95522,-10370],[-90623,-12300],[-95973,-2029],[-101617,-6077],[-100788,-8308],[-100116,-4319],[-91850,-8845],[-92575,-7244],[-92092,-1855],[-97862,-11999],[-97853,-238],[-102099,-4252],[-91400,-255],[-98097,-22101],[-102022,-24276],[-92273,-19603],[-97630,-25185],[-91380,-18272],[-91450,-17751],[-91807,-21100],[-90977,-19962],[-91479,-19343],[-92431,-20716],[-96086,-13318],[-99059,-15870],[-96280,-15045],[-101948,-13467],[-90257,-15763],[-90750,-15689],[-91659,-15335],[-96935,-32224],[-93524,-36831],[-93709,-34793],[-94186,-32220],[-101192,-26084],[-102152,-25686],[-95202,-35448],[-89614,-30499],[-89873,-26732],[-89696,-30846],[-89680,-26983],[-99312,-47580],[-89841,-47527],[-93751,-55944],[-92263,-57312],[-98712,-56085],[-101467,-55616],[-98523,-111385],[-96646,5100],[-97995,1390],[-92010,14225],[-97592,22612],[-95065,17754],[-93007,20662],[-99636,24958],[-94615,36373],[-101321,36382],[-102281,37680],[-96876,37319],[-98669,36139],[-95506,35589],[-99652,29530],[-98069,32804],[-90081,26070],[-91961,25899],[-90526,31095],[-93839,28915],[-89630,28677],[-93044,30975],[-92200,28627],[-95535,46274],[-101177,44288],[-93655,38890],[-91187,47050],[-96352,45693],[-93894,50879],[-89938,53434],[-93385,59126],[-102235,62179],[-89670,61783],[-92549,59988],[-92708,51420],[-94575,61258],[-96255,55928],[-94695,56789],[-98171,62909],[-98296,68448],[-101866,72953],[-90999,85713],[-93277,89029],[-100175,84007],[-95799,84615],[-96392,89149],[-95765,86585],[-100448,77304],[-92526,80024],[-100718,94390],[-90407,98624],[-92284,94320],[-95124,103863],[-97439,107781],[-94515,111388],[-94372,106517],[-92538,102764],[-91763,107148],[-89997,113161],[-98248,109879],[-92450,110641],[-90012,108468],[-95460,118092],[-101948,125284],[-101152,124061],[-100643,118788],[-97402,119645],[-96043,119645],[-90579,117254],[-108825,-149803],[-110304,-155472],[-109048,-162488],[-113483,-154561],[-106483,-170039],[-108569,-10765],[-104097,-8973],[-107650,-6483],[-108270,-8257],[-109706,-8915],[-108299,-9386],[-109536,-9926],[-111421,-21424],[-110373,-14001],[-104694,-21809],[-106638,-19458],[-103462,-14193],[-112186,-19942],[-107319,-17657],[-103535,-14676],[-102792,-13460],[-103176,-13921],[-105199,-18079],[-103825,-19142],[-106285,-36203],[-103111,-37047],[-103463,-35847],[-106250,-34244],[-112725,-37862],[-112358,-35290],[-108460,-30140],[-109492,-26657],[-113480,-28063],[-110119,-37134],[-113304,-30292],[-112671,-25601],[-113597,-31042],[-107248,-36563],[-106826,-33513],[-109827,-31370],[-108306,-31810],[-113105,-32711],[-107865,-39068],[-113338,-45356],[-108665,-44167],[-108731,-38955],[-104627,-42590],[-104040,-39490],[-111835,-38522],[-110713,-41964],[-114674,-44131],[-102552,-42869],[-111942,-51988],[-111748,-51111],[-105676,-53100],[-113044,-63032],[-111557,-51253],[-109618,-53120],[-113814,-71824],[-112083,-73149],[-106171,-77829],[-106717,-84642],[-112594,-78115],[-107786,-97856],[-107328,-101645],[-111465,-99104],[-111833,-90228],[-109540,-91011],[-109705,-93925],[-106352,-92892],[-106887,-95915],[-115151,-92492],[-112959,129565],[-107063,136965],[-107275,135628],[-111892,147652],[-111959,146554],[-112738,152180],[-111071,149558],[-106359,144623],[-113158,159880],[-103959,37335],[-107525,36432],[-111825,49431],[-112970,50911],[-104677,48509],[-104328,43270],[-103566,41994],[-114311,47890],[-113191,48290],[-114240,50974],[-109074,41981],[-104718,57038],[-107135,63060],[-109478,62621],[-107943,58387],[-109058,61485],[-109869,54497],[-112462,56695],[-109667,52931],[-110604,54085],[-112822,54861],[-111947,56694],[-113669,58590],[-108930,64776],[-104646,75617],[-104410,76814],[-113291,72857],[-109390,69108],[-108534,69714],[-110916,81467],[-113207,87185],[-103230,80221],[-108536,97931],[-109447,100694],[-108919,93723],[-106068,91560],[-109227,90539],[-113207,112594],[-108013,111973],[-110436,105103],[-113714,109397],[-105375,105973],[-109315,111024],[-107927,118072],[1546,-48837],[625,-44507],[5304,-45857],[3935,-45106],[7395,-47118],[132582,-21766],[131047,-31172],[133531,-29557],[134861,-31685],[130074,-34513],[137162,-39394],[129115,-38228],[131499,-38299],[132976,-53994],[132409,-52878],[133071,-57059],[135205,-52334],[128326,-58399],[139231,-55749],[128615,-52029],[135224,-51444],[134417,137989],[135533,13316],[129750,14386],[133954,350829],[133490,36149],[139554,42424],[132933,68249],[135182,88175],[129992,94790],[137844,105511],[131159,104063],[149936,-156190],[146756,-5406],[144800,-16229],[141843,-34059],[145887,-49215],[144781,-50322],[150695,-50802],[151015,-51948],[149609,-52468],[145878,-54727],[151985,-55433],[148656,-53890],[145017,-55281],[151635,-60469],[150204,-59088],[151599,-58163],[141027,-51339],[148247,-51292],[152935,-65832],[144458,63830],[146883,54904],[141686,72442],[146912,80879],[146136,95197],[148198,112056],[155797,-50520],[155720,-48492],[157040,-49171],[164845,-50153],[155341,-55870],[154726,-56836],[156450,-55919],[157268,-63381],[156402,-59525],[156044,-61712],[159341,-61469],[158960,-55117],[154189,-62377],[165155,-61830],[159651,-54821],[157928,-69300],[156766,-73340],[154579,-68319],[156233,-66630],[154642,-65155],[154949,-64071],[153774,-73865],[160903,-72985],[159485,-74559],[160339,-63808],[161760,-88661],[156008,-77511],[158187,-82768],[162576,-84606],[176402,-129328],[172623,-133018],[167071,-137755],[174156,-152155],[178143,-165546],[166593,-161594],[177020,-173976],[169661,-55230],[169039,-66131],[174107,-68002],[177641,-67020],[170710,-70313],[168830,-77000],[166673,-86347],[173817,-92195],[181063,-171912],[180888,-69209],[184046,-85434],[189524,-76939],[184834,-80939],[179898,-81158],[23157,3868],[20758,4386],[16804,5758],[17282,7331],[19940,9730],[20483,10986],[21780,12080],[22223,33252],[32784,-6847],[32812,-12517],[28010,-762],[29723,-1996],[29227,151396],[29354,141356],[36702,144659],[30739,141868],[38033,153850],[34686,154643],[33274,25397],[37480,17639],[30645,34685],[29628,34265],[34376,26329],[33259,26628],[41770,-392417],[43027,8462],[45040,2061],[46835,135992],[43351,138554],[49245,142950],[46514,148110],[38890,146619],[43862,150101],[40357,149216],[41990,151600],[38805,145385],[40094,13363],[41618,13558],[43095,21550],[39345,15247],[40354,16997],[44028,24108],[45009,32626],[46515,32656],[42769,32340],[49549,29005],[51040,29675],[43045,27319],[49740,26637],[60386,-917],[58565,-8996],[63930,-8793],[51742,-60046],[63170,-54666],[51776,2336],[55795,4301],[55296,986],[58924,4194],[58401,2851],[58285,5450],[60405,7445],[62448,130964],[53730,135738],[58826,140585],[63691,139053],[58300,37696],[61803,49471],[62338,43768],[60558,61017],[57654,69260],[55564,70780],[59089,68071],[60583,67343],[60457,65692],[61950,81868],[57949,79512],[63198,80249],[60059,127139],[75798,7],[70576,-10113],[67017,-11049],[64311,-7460],[74622,-2070],[71523,-2091],[67726,-3441],[68471,-4207],[66791,-17652],[64887,-393188],[71788,-60613],[75409,2583],[75742,5146],[76155,2223],[75346,128205],[67601,140686],[69110,138769],[67331,138080],[67771,134972],[72312,134253],[69443,141441],[74751,24634],[64321,38413],[74348,37888],[76040,31106],[69867,32814],[72044,30375],[71974,45061],[65908,42418],[64663,49112],[72895,43331],[74804,40860],[65663,39188],[71261,50636],[68782,60986],[64174,52488],[65087,66642],[66910,73818],[72360,65651],[67280,72616],[66972,87183],[66926,89422],[74790,84880],[74822,89363],[75062,86410],[76219,82364],[74566,83718],[72157,86320],[69946,81666],[68983,99711],[66341,90827],[72609,102588],[70414,90837],[76264,107128],[70456,117720],[69166,127361],[67903,124276],[73087,117641],[79122,8619],[83772,8298],[88767,19663],[85693,30591],[88591,33101],[86861,47679],[87551,626234],[86422,61752],[84764,69165],[83331,64231],[82501,69803],[80622,68617],[78459,80205],[78624,82574],[78771,87382],[80769,93656],[87882,103343],[88681,106551],[86968,109761],[81324,117809],[98978,-9668],[100340,-4471],[100378,-9590],[95563,5793],[94155,17032],[93224,35116],[101943,46947],[101109,69748],[94237,65328],[99880,110620],[100974,111583],[96246,111886],[90094,111360],[101397,112486],[102116,116586],[101534,123582],[113832,-10086],[110772,-1202],[108561,-4287],[109612,-4624],[114031,-20529],[110487,-31120],[108344,-26412],[106229,1884],[112819,12758],[111432,5366],[114302,855],[106037,38158],[104826,36425],[102417,30299],[115056,34964],[103694,42760],[114499,39929],[111493,105960],[103029,123066],[103368,121205],[107565,124264],[126172,-12560],[121187,-23087],[121862,-22182],[116340,-25320],[123383,-29428],[120741,-37403],[125656,-41062],[119771,-39259],[117923,-38883],[120883,-38579],[126206,7593],[127181,41643],[119410,49065],[115333,81820],[116034,111436],[116243,122865],[-117417,29504],[-127782,32987],[-130092,44669],[-142034,36223],[-203875,-440817],[-239858,-255911],[-238867,-18829],[-237379,-27046],[-236664,-26642],[-238141,-27588],[-232578,-28627],[-11789,-481669],[-243519,-255983],[-251202,-20757],[-245379,-32396],[-245667,39461],[-250655,40823],[-252149,39388],[-257817,-239888],[-268015,-11593],[-268633,-8850],[-266506,-9866],[-265715,-9471],[-263726,-7608],[-262741,-6946],[-267062,-9823],[-266078,-12138],[-257466,-244383],[-268447,-19367],[-267569,-18875],[-264786,-15179],[-268276,-14254],[-267726,-12747],[-266176,-14172],[-264448,-17010],[-266990,-18157],[-267022,-21142],[-262746,-14304],[-263616,-18908],[-261646,-18126],[-260480,-18661],[-260992,-17177],[-260573,-18026],[-262615,-19170],[-262932,-17916],[-260878,-14430],[-260564,-13106],[-262027,-12998],[-263527,-12608],[-264402,-12774],[-258005,-17910],[-258745,-19010],[-257103,-21149],[-257786,-19680],[-264415,-19223],[-265187,-19520],[-265429,-23090],[-263315,-21318],[-256491,-18179],[-266256,-15727],[-268123,-20051],[-268166,-15825],[-277072,-188669],[-273696,-194103],[-268873,-11202],[-269400,-10941],[-271426,-10563],[-271886,-11586],[-272836,-11521],[-273516,-11209],[-274042,-11521],[-274699,-11517],[-275259,-12563],[-275653,-12353],[-277333,-10512],[-279655,-11640],[-275778,-9399],[-274970,-10342],[-272281,-9596],[-270279,-10375],[-269057,-3004],[-270036,-2215],[-271184,-3759],[-269201,-2381],[-270734,-5824],[-272934,-6866],[-269114,-6068],[-270519,-11288],[-276891,-12497],[-281024,-9005],[-280095,-8080],[-278545,-8444],[-276956,-16763],[-275038,-25072],[-274487,-24582],[-272296,-24203],[-271422,-22904],[-271564,-22272],[-270327,-21868],[-269080,-20981],[-269097,-15023],[-270038,-15079],[-277205,-13436],[-277940,-14130],[-278857,-14234],[-279789,-15766],[-273308,-23370],[-273210,-15373],[-273208,-25155],[-270373,-24455],[-276358,-26030],[-276678,-26483],[-274301,-27245],[-280225,-25742],[-280107,-34057],[-279509,-32751],[-280344,-33121],[-281546,-34924],[-280529,-31677],[-280961,-28871],[-280252,-27886],[-279492,-26905],[-277633,-26425],[-280152,-27770],[-278726,-26487],[-275851,-26044],[-280673,-27995],[-280867,-30550],[-281186,-29426],[-278981,-33130],[-281301,-35954],[-270374,-25718],[-273235,-30922],[-275743,-34137],[-278507,-32583],[-277848,-33981],[-279383,-31902],[-271530,-27665],[-273764,-26280],[-280610,-38846],[-284744,-10695],[-285233,-9350],[-286213,-10844],[-286088,-9318],[-283511,-10218],[-283792,-7617],[-283651,-6503],[-284548,-7321],[-282744,-8970],[-284507,-18024],[-281926,-16647],[-283567,-18011],[-282844,-16911],[-284566,-19164],[-286222,-20518],[-288032,-22872],[-288737,-23117],[-290324,-23819],[-291749,-24015],[-293045,-21624],[-293621,-24966],[-291610,-19719],[-288256,-16656],[-283933,-15359],[-282941,-13251],[-281781,-13146],[-291847,-17503],[-292560,-18050],[-290651,-16699],[-289155,-16203],[-287756,-14780],[-291082,-15123],[-289081,-13216],[-287067,-15409],[-286163,-16062],[-286633,-13257],[-284352,-12622],[-290545,-19620],[-285390,-15316],[-285961,-18436],[-283253,-29328],[-291039,-33167],[-290863,-36098],[-294156,-28240],[-294389,-25825],[-289918,-33036],[-289573,-36239],[-286548,-35266],[-286028,-35935],[-283359,-36635],[-281891,-35579],[-293825,-29237],[-293662,-31404],[-292950,-32573],[-292074,-33010],[-288758,-33849],[-286818,-34795],[-286844,-37968],[-292008,-35931],[-290822,-35030],[-289077,-37091],[-292617,-34674],[-284761,-37042],[-293786,-37093],[-282771,-37968],[-287597,-36664],[-288120,-40543],[-290114,-41905],[-293348,-40503],[-293476,-42116],[-292409,-43088],[-291277,-44290],[-292714,-41391],[-286771,-41261],[-285490,-41958],[-286669,-43397],[-285858,-43484],[-285658,-44017],[-284786,-43905],[-282055,-44332],[-284502,-46298],[-282695,-39093],[-289295,-45336],[-289824,-44482],[-291024,-43809],[-290621,-47909],[-290234,-50410],[-290700,-45484],[-287222,-45995],[-289044,-48510],[-286589,-48441],[-283944,-45449],[-285187,-44905],[-284494,-44701],[-282275,-48004],[-292828,-38593],[-287674,-38762],[-284915,-38719],[-285768,-38920],[-298490,-25174],[-296731,-22538],[-296140,-23744],[-294569,-23069],[-295975,-24992],[-295192,-26941],[-298446,-27597],[-296262,-29412],[-297874,-31071],[-299476,-31508],[-297645,-29998],[-299635,-29569],[-297481,-27275],[-302178,-32745],[-297943,-33001],[-296474,-35612],[-296414,-37161],[-295439,-33136],[-297695,-37707],[-296615,-32989],[-298108,-35828],[-299689,-32979],[-300840,-30479],[-294757,-39351],[-294673,-40290],[-294662,-41909],[-21200,-458581],[-484783,-148479],[-476315,-151458],[-492104,-161870],[-488310,-158241],[-30982,-455094],[-502258,-150795],[-508298,-156633],[-500901,-167211],[-45778,-444999],[-51013,-445494],[-38549,-451525],[-49352,-466748],[-60035,-448059],[-53190,-469390],[-73489,-120248],[-72720,-116926],[-73287,-116410],[-74344,-115934],[-73591,-118659],[-75033,-117827],[-74835,-118011],[-73843,-125013],[-73381,-125690],[-75206,-122789],[-73674,-121512],[-73685,-116077],[-76473,-121077],[-76057,-118656],[-75566,-119888],[-75001,-120837],[-75724,-126414],[-74819,-126672],[-75277,-124736],[-76531,-124010],[-74629,-125526],[-74142,-138627],[-67232,-442418],[-73364,-443586],[-75758,-443531],[-72107,-76192],[-75154,-75762],[-71241,-75331],[-71890,-74320],[-72589,-71728],[-75210,-72112],[-71456,-72052],[-75186,-77482],[-74603,-79443],[-71583,-99793],[-73667,-100220],[-76365,-101396],[-75376,-101088],[-73348,-113635],[-75840,-112104],[-74034,-112871],[-73208,-114899],[-72279,-111905],[-73560,-109285],[-72673,-111139],[-71277,-111912],[-71919,-108645],[-73327,-108279],[-71212,-107887],[-72510,-110584],[-69567,-107751],[-68409,-109150],[-69927,-111752],[-72272,-105470],[-67142,-104087],[-68640,-105415],[-74660,-104142],[-76265,-106797],[-75794,-107568],[-72339,-114819],[-85919,-119080],[-86558,-116732],[-81377,-116408],[-88625,-119625],[-86051,-122104],[-85622,-121367],[-85490,-123235],[-85795,-120660],[-83829,-123619],[-82641,-117148],[-83391,-120196],[-83363,-118187],[-83916,-115610],[-85292,-116430],[-84993,-115029],[-85846,-118667],[-83513,-123264],[-76969,-117905],[-82370,-119639],[-87164,-127622],[-85511,-125740],[-77581,-116440],[-85474,-122278],[-78142,-127219],[-82125,-127070],[-79668,-124257],[-81299,-123148],[-79351,-124447],[-81035,-122904],[-81726,-125805],[-79280,-122648],[-77901,-128364],[-77472,-137762],[-79370,-137843],[-79739,-139171],[-78982,-134873],[-79402,-137387],[-80721,-130095],[-78948,-128496],[-82540,-128636],[-81329,-132937],[-82984,-132185],[-85914,-128597],[-78762,-128255],[-88882,-434161],[-77222,-465477],[-88842,-469511],[-83313,-70838],[-83611,-70118],[-88592,-69882],[-80958,-84191],[-79791,-84429],[-79190,-84497],[-81635,-86966],[-84450,-85844],[-78832,-88499],[-89541,-91395],[-87561,-90788],[-84591,-99186],[-82345,-92249],[-85165,-110127],[-86323,-110221],[-84672,-107125],[-81307,-110668],[-83746,-108531],[-80421,-106430],[-79233,-107163],[-81823,-105567],[-82024,-112909],[-81414,-114337],[-78592,-113424],[-80451,-114880],[-77801,-112643],[-80586,-107792],[-79569,-108414],[-77891,-109367],[-78944,-114071],[-80047,-110287],[-82200,-112055],[-82773,-112434],[-84790,-111039],[-84615,-109275],[-83037,-114355],[-83047,-114969],[-79845,-105758],[-81398,-109521],[-86431,-111859],[-84447,-110034],[-91557,-121695],[-89339,-427411],[-93131,-74847],[-91862,-69704],[-102033,-74156],[-101469,-67034],[-96874,-69224],[-100197,-67663],[-96698,-75949],[-97607,-73164],[-98619,-72977],[-100997,-70677],[-96536,-67635],[-98394,-66354],[-98289,-66820],[-95207,-68312],[-94190,-67692],[-94160,-69530],[-98409,-70064],[-101282,-89377],[-99400,-89296],[-102106,-89088],[-97733,-86447],[-96673,-78490],[-102358,-78767],[-89907,-94009],[-91977,-95454],[-89947,-101696],[-104194,-71444],[-104523,-69482],[-108202,-71560],[-104396,-74318],[-102590,-68008],[-107231,-67587],[-108700,-69241],[-106592,-75340],[-107327,-74426],[-102426,-69913],[-102882,-77566],[-104807,-80678],[-102927,-87631],[-104417,-83838],[-107345,-86501],[-106342,-88012],[-108625,-81128],[-109390,-80939],[-103796,-76923],[-109695,-86043],[-111060,-84931],[8621,-479586],[1275,-479478],[951,-489075],[138856,-55425],[140777,-63104],[136336,-66983],[146793,-60207],[144671,-56687],[141606,-61222],[145819,-67546],[150733,-64015],[141891,-86657],[144766,-86632],[146941,-81338],[143914,-84372],[149370,-79698],[140896,-90255],[173548,-67559],[169686,-76786],[170401,-84051],[170096,-87247],[177377,-77561],[184005,-84408],[180592,-83997],[21894,-471694],[17789,-477844],[17487,-477006],[13171,-480304],[-127997,-63735],[-123832,30337],[-125522,34138],[-137309,37059],[-139653,35716],[-131021,43839],[-153160,-131283],[-153371,-131062],[-152967,-132134],[-156288,-129891],[-156648,-130439],[-154836,-130320],[-198634,-413825],[-229077,-266968],[-228654,-267951],[-227519,-268178],[-225331,-265917],[-224117,-266327],[-222722,-266074],[-230048,-332325],[-223424,-12909],[-228994,-23131],[-241517,-258022],[-240056,-257938],[-241265,-261226],[-242796,-260328],[-240798,-262944],[-231361,-267840],[-232904,-268391],[-232138,-265665],[-237338,-267453],[-237780,-265210],[-235397,-265753],[-235570,-264351],[-236180,-270979],[-236211,-272558],[-237333,-19253],[-241662,-17079],[-236214,-26650],[-238330,-27975],[-242500,-32574],[-254796,-238267],[-249969,-243829],[-244954,-255968],[-244745,-14468],[-244297,-13108],[-245845,-31995],[-245502,38738],[-257062,-238065],[-274853,-168203],[-274607,-181481],[-276162,-183480],[-279193,-9581],[-277095,-9629],[-278874,-10435],[-280699,-22813],[-279604,-12938],[-273251,8374],[-271354,7281],[-273160,9939],[-277441,8750],[-286170,-22029],[-286184,-23556],[-292617,-24421],[-289505,-32948],[-289306,-27633],[-284769,-50234],[-318046,-497694],[-324825,2026],[-24791,-467767],[-483253,-149839],[-477226,-150696],[-473689,-159812],[-486086,-161136],[-497327,-152629],[-497511,-162824],[-493353,-163934],[-490535,-155698],[-494602,-161036],[-494239,-156291],[-33088,-116528],[-28388,-463752],[-509873,-154168],[-75956,-117624],[-73422,-115540],[-76202,-122962],[-76121,-123679],[-75615,-123530],[-75720,-138944],[-76182,-138303],[-76154,-132915],[-73761,-75419],[-71539,-72669],[-75020,-73238],[-72683,-72839],[-73205,-74956],[-74585,-75072],[-73751,-76887],[-71557,-78702],[-71005,-79764],[-72622,-101169],[-74319,-112584],[-75800,-112268],[-74085,-111031],[-69914,-109485],[-70061,-110997],[-69899,-104609],[-85145,-120311],[-83938,-117049],[-84960,-120254],[-82769,-120971],[-84313,-117440],[-83770,-115245],[-87178,-115850],[-77689,-116203],[-81576,-118461],[-86194,-126222],[-76814,-119033],[-76813,-138758],[-82071,-129022],[-81141,-129627],[-82567,-129973],[-82695,-86620],[-87361,-88777],[-89097,-94428],[-86288,-97528],[-82036,-100100],[-82741,-93249],[-84549,-110315],[-85012,-108226],[-78446,-106658],[-81902,-114458],[-81841,-114067],[-79865,-110377],[-81859,-112474],[-83212,-112442],[-82805,-106553],[-84354,-109582],[-89468,-102726],[-90978,-116067],[-101490,-75062],[-100284,-69179],[-97012,-74081],[-99048,-74809],[-98127,-68748],[-96330,-85490],[-93409,-78101],[-101805,-89343],[-110299,-382174],[-105701,-66488],[-105663,-74178],[-103237,-66667],[-104240,-68569],[-107718,-77502],[-105723,-84176],[-105799,-85948],[-110363,-79162],[-110252,-86020],[10607,71624],[9486,72448],[12063,72943],[136028,-67750],[137884,-63912],[145052,-62354],[142185,-58595],[147323,-58670],[142106,-61569],[145141,-69598],[146886,-66310],[142666,-88379],[143376,-88838],[149193,-81667],[147341,-81924],[149675,-84193],[149317,-82902],[152888,-79744],[143093,-89705],[173325,-79356],[171746,-83090],[171614,-87883],[174078,-85083],[406944,-245830],[-122399,25395],[-121260,34689],[-118347,29808],[-125222,33397],[-135776,36948],[-139833,36267],[-190060,-262149],[-191882,-264008],[-189550,-263815],[-188612,-265765],[-188147,-260961],[-186857,-260936],[-187459,-261416],[-187376,-447804],[-192722,-262038],[-230321,-24063],[-237061,-257512],[-236658,-260054],[-239746,-261049],[-239540,-14157],[-241989,-605814],[-242200,-614231],[-245118,-11270],[-244184,-8700],[-248161,-13641],[-244876,-31856],[-251716,-607494],[-250122,-631803],[-249848,-631386],[-251947,38535],[-272006,-175542],[-273858,-167062],[-276981,-191753],[-270196,-190168],[-279232,-191539],[-276343,-182023],[-273699,-197556],[-272915,-10928],[-272284,-10862],[-275784,-19852],[-287338,-22821],[-287611,-33744],[-286579,-29224],[-371057,-177249],[-484377,-150981],[-503001,-167708],[-85235,-99324],[-82644,-100475],[-83660,-92901],[130317,-343442],[138866,-59198],[148140,-61785],[141675,-62847],[146825,-58897],[144486,-58725],[141466,-68221],[147015,-67818],[142732,-66032],[140954,-88049],[145204,-89741],[167667,-70381],[251529,709586],[253869,714024],[48788,-385056],[44977,-385319],[56554,-333701],[52369,-352559],[61127,-346859],[59018,-356682],[51898,-358489],[62867,-364555],[61125,-366192],[60643,-382147],[55907,-381889],[52473,-382262],[56318,-385404],[56521,-384923],[65173,-357175],[65418,-346118],[70150,-348400],[66847,-351307],[64958,-370306],[72514,-359048],[65451,-374223],[64008,-378053],[85027,-334708],[85020,-341292],[86570,-355689],[86918,-355607],[86284,-357141],[88728,-361659],[84025,-363674],[90308,-341128],[96990,-346138],[102265,-346725],[99485,-352021],[95091,-356205],[90797,-359931],[91804,-358647],[109897,-346565],[127306,-343521],[-1280852,1548303],[-1280175,1547537],[-123927,-125180],[-116734,-137189],[-122986,-151490],[-118682,-154318],[-126518,-154918],[-120243,-168634],[-122367,-168856],[-124625,-172529],[-126385,-181605],[-124365,-179211],[-118093,-187082],[-126984,-194072],[-125838,-195442],[-119311,-194334],[-115595,-199854],[-118039,-197805],[-122722,-198594],[-119385,-196442],[-117485,-229185],[-121076,-237641],[-120315,-243617],[-116446,-34872],[-125609,-46390],[-122309,-46398],[-121112,-48927],[-117061,-48815],[-115949,-41138],[-119689,-40007],[-120684,-41936],[-115779,-76537],[-121608,-89381],[-123957,-86501],[-124427,-89114],[-119149,-79818],[-118677,-81733],[-115685,-82010],[-115375,-79614],[-117048,-78486],[-125942,-85785],[-122283,-99554],[-115845,-99824],[-125999,-98504],[-119194,-90841],[-122460,-94761],[-117236,-95724],[-125835,11130],[-118416,135070],[-121513,96257],[-127577,99357],[-133603,-137793],[-140746,-158725],[-135731,-170075],[-138421,-170499],[-131768,-177101],[-128141,-180601],[-135118,-182109],[-133632,-191677],[-138180,-180579],[-136988,-194275],[-132526,-194930],[-130558,-194206],[-130206,-192336],[-135817,-195431],[-131633,-241081],[-132636,-247396],[-136233,-263261],[-138432,-266856],[-139347,-262481],[-129210,-101629],[-140646,-104215],[-128666,143171],[-136476,151859],[-138643,61997],[-130680,57335],[-133848,58559],[-137655,66712],[-130293,96557],[-139529,125194],[-141891,-123816],[-142271,-135498],[-147990,-174475],[-151288,-179235],[-141752,-184428],[-151523,-194184],[-151610,-197796],[-148944,-75919],[-153044,-80765],[-141723,-93777],[-145947,138276],[-153280,128716],[-150693,143642],[-149281,143940],[-143282,71354],[-151569,114895],[-145608,105504],[-152949,121338],[-161375,-263192],[-157567,-66462],[-165288,-74411],[-159052,-75704],[-164589,-92226],[-157168,136405],[-161668,146160],[-164485,145933],[-155084,141458],[-165413,56400],[-163240,56456],[-165259,59332],[-162285,94706],[-163357,90649],[-161463,113158],[-172092,-131324],[-173410,-166227],[-176730,-175178],[-167339,-196094],[-176925,-195276],[-175706,-65938],[-169767,-71074],[-166730,-72618],[-175523,-79572],[-176861,-81253],[-169738,136873],[-172382,144699],[-167465,142814],[-173177,60124],[-177809,59316],[-170701,56089],[-174763,65346],[-178198,65742],[-175802,78652],[-174168,122952],[-177472,119061],[-190779,-168566],[-184675,-213995],[-182868,-212400],[-188739,-71074],[-180982,-69512],[-188543,-73784],[-181053,-71866],[-181134,-75421],[-191943,-64371],[-184817,-86268],[-182462,-77793],[-188155,-110965],[-181963,-110484],[-186875,129742],[-184105,98798],[-189462,99551],[-185700,102250],[-183938,127731],[-187357,125758],[-196165,-182981],[-199589,-202590],[-198941,-211053],[-200203,-210121],[-199539,-205806],[-204249,-212619],[-193774,-212962],[-193641,-208853],[-197257,-218662],[-200315,-72859],[-203263,-70033],[-201563,-75394],[-198707,-66070],[-198357,-78772],[-195402,-81987],[-202305,-80402],[-204331,-83038],[-196201,-101817],[-195806,-98298],[-195824,-100783],[-193690,-103040],[-194047,94680],[-192759,126782],[-208262,-73740],[-209278,-69491],[-209752,-70877],[-217184,-75545],[-206093,-66702],[-208362,-67166],[-209874,-64304],[-213920,-74163],[-211200,-76439],[-210719,-84972],[-208099,-81337],[-215264,-83947],[-206609,-77377],[-205818,-87226],[-209280,-91611],[-212800,-100694],[-209078,-101318],[-213104,-95215],[-209298,-99995],[-215657,61154],[-217010,56990],[-211086,90777],[-223206,-117366],[-229738,-187608],[-227128,-198912],[-228676,-195423],[-219391,-67497],[-224709,-75786],[-217952,-88988],[-221974,-88896],[-229143,-93245],[-221921,-91613],[-223813,-89614],[-219042,-107152],[-230343,56984],[-217718,114404],[-229315,105056],[-232027,-191816],[-230692,-57165],[-236988,-71439],[-233809,-96209],[-235997,-101225],[-241395,-105642],[-242144,-102739],[-235585,-102986],[-237749,-102638],[-236772,129952],[-238636,54862],[-233930,59105],[-234064,55088],[-12638,-13946],[-3438,-19681],[-6745,-16166],[-12787,-22236],[-8602,-22119],[-2864,-22830],[-5345,-23851],[-473,-21658],[-9466,-18362],[-7615,-24238],[-5929,3255],[-11004,20796],[-4121,25331],[-254446,-76346],[-245037,-86470],[-247763,-85640],[-250310,-79294],[-244559,-91409],[-245984,135318],[-243551,58672],[-251279,54554],[-255480,60663],[-248424,62858],[-261667,-135375],[-262810,-133758],[-267902,-147586],[-268436,-144201],[-264051,-166109],[-267922,54599],[-263259,54981],[-258405,61353],[-264751,62744],[-265815,59164],[-268208,63610],[-264307,87993],[-267471,85689],[-264469,79052],[-263117,82116],[-269760,-138812],[-273446,-152919],[-275451,-148273],[-275529,-151706],[-274144,-164186],[-269618,-176928],[-270815,-170786],[-274669,-185211],[-273341,53465],[-270594,55489],[-271383,74250],[-272943,68510],[-271764,84059],[-274283,87356],[-271012,79751],[-278396,98146],[-276577,98676],[-272393,88903],[-289533,-142063],[-284058,-154427],[-286081,113800],[-293022,112198],[-295630,107954],[-310531,63183],[-318902,62966],[-314356,63749],[-308845,65006],[-313646,76666],[-308713,73043],[-315289,76566],[-310287,64828],[-317806,74116],[-318371,79264],[-319936,81026],[-315334,81582],[-309507,94066],[-312201,98646],[-317611,97436],[-326928,53457],[-321917,66203],[-323159,81278],[-321935,77775],[-326097,91986],[-343354,46969],[-337823,48083],[-338993,66018],[-336299,70954],[-335538,71773],[-351879,47270],[-347649,46037],[-23486,-19869],[-22798,-20612],[-18121,-27135],[-24193,-30346],[-25180,12758],[-25272,11792],[-372990,-42829],[-395164,-27322],[-393785,-33257],[-393732,-37964],[-385681,-37631],[-405381,-20156],[-407383,-18185],[-404969,-17726],[-407577,-22938],[-402549,-25183],[-402610,-30257],[-399427,-27564],[-405649,-26991],[-407199,-28342],[-397147,-34023],[-401749,-36397],[-399012,-41501],[-404703,-47682],[-398685,-43900],[-406108,-50075],[-410947,-22501],[-414835,2020],[-435454,5935],[-435523,5581],[-26417,-15985],[-28031,-21026],[-35419,-18835],[-37535,-17895],[-33649,-18938],[-26894,-32299],[-28452,-30209],[-33623,-33006],[-33778,-35377],[-31611,-35741],[-28316,-34451],[-31396,-33020],[-31677,-32434],[-30220,-33863],[-35892,-35273],[-35224,-33932],[-30971,-40962],[-36191,-48429],[-35320,-40026],[-37558,-44086],[-38146,9364],[-46615,-1909],[-47015,-82],[-49667,-28454],[-47283,-37188],[-49217,-41774],[-44223,-44283],[-40603,-40909],[-49842,-40422],[-43016,-48069],[-46114,-43872],[-45287,-44518],[-50172,-55696],[-43066,11623],[-46087,8733],[-50265,1743],[-42823,12474],[-41776,9651],[-40427,11669],[-38941,10793],[-40531,6999],[-44834,12552],[-50022,530],[-46057,478],[-40919,5273],[-39188,4577],[-49548,14620],[-47250,17724],[-43884,18550],[-50288,29849],[-60949,-193189],[-60124,-4453],[-61538,-6779],[-62072,-12133],[-57524,-8288],[-57023,-9640],[-62254,-16397],[-61475,-20421],[-63326,-35630],[-59714,-29564],[-62966,-42933],[-63274,-41821],[-62242,-49521],[-61645,-45939],[-56938,-46007],[-56713,-56773],[-58925,10260],[-62243,9467],[-56870,7200],[-58739,6027],[-51661,19584],[-55489,19488],[-60688,20110],[-55155,13181],[-61204,14715],[-53420,18506],[-76484,-147574],[-74699,-154474],[-74521,-175624],[-68660,-197793],[-75438,-202972],[-71387,-203210],[-76320,-214186],[-70602,-209407],[-75261,-225557],[-70660,-225489],[-66591,-220799],[-68390,-220320],[-64250,-8922],[-74219,-7206],[-73336,-10197],[-70860,-6636],[-71115,-5587],[-64089,-10051],[-65013,-11297],[-71895,-13779],[-72219,-19640],[-76480,-31626],[-72165,54907],[-67456,94803],[-84763,-151613],[-79877,-159476],[-83363,-160551],[-88769,-156627],[-85931,-167426],[-79240,-172809],[-78581,-168748],[-87046,-189659],[-87972,-182440],[-86951,-194362],[-81994,-199577],[-83663,-192041],[-82224,-192951],[-83972,-193554],[-78831,-200146],[-84187,-204589],[-81781,-196831],[-81399,-193783],[-77196,-205746],[-81796,-209739],[-79336,-215140],[-84115,-216583],[-77913,-205523],[-81917,-221451],[-89260,-5979],[-83543,-27568],[-86286,-40964],[-83819,76309],[-82347,71101],[-95734,-124815],[-91094,-126436],[-93641,-133179],[-92350,-131819],[-96704,-136622],[-92219,-138320],[-93587,-128694],[-99537,-131789],[-100522,-136436],[-89604,-138134],[-101969,-130305],[-95615,-204047],[-102326,-208757],[-100103,-214304],[-96400,-219517],[-101183,-218305],[-93146,-20244],[-98297,-35595],[-100382,-27931],[-98132,-32183],[-99400,-39038],[-100001,-40685],[-101882,-44836],[-93387,-39053],[-101314,-47324],[-101666,-43262],[-98312,-112296],[-112136,-134667],[-103282,-150079],[-112543,-159739],[-113019,-163846],[-108666,-169425],[-112917,-178697],[-112835,-181906],[-112548,-188288],[-114275,-190545],[-103421,-217478],[-108743,-226793],[-112244,-228161],[-114256,-240813],[-104564,-20501],[-107973,-13972],[-106621,-24837],[-110120,-34939],[-112472,-29649],[-109984,-33220],[-106124,-26626],[-106980,-41398],[-107418,-45697],[-112894,-44983],[-110145,-44054],[-113407,-41386],[-106156,-49289],[-107018,-50596],[-112852,-68743],[-113901,-66413],[-112062,-83459],[-108628,-88697],[-108943,-96694],[-108755,-100350],[-112219,-99752],[-113745,-102570],[-103010,53732],[-103011,52145],[-104886,64955],[-114222,77800],[-105101,97954],[-109851,118857],[-104487,121566],[1330,-3854],[7272,-3594],[1774,-24704],[2973,-24384],[2651,-20009],[134848,-2539],[128103,-348812],[135458,-25270],[134570,-12799],[136380,5839],[138750,133720],[129015,133612],[130673,18669],[137283,353389],[133762,28673],[134542,122598],[130741,119463],[132314,127689],[145812,-20207],[143225,-38057],[154849,-163039],[162450,-51804],[164426,-56848],[165657,-59213],[160602,-53075],[161009,-57340],[156132,-75655],[165735,-75896],[162148,-65469],[160010,-76564],[165860,-68494],[165182,-85865],[154890,-77765],[157858,-83782],[162893,-83325],[164867,-90065],[179149,-134659],[168630,-132779],[170053,-144394],[171057,-147331],[177947,-155291],[167809,-156011],[174932,-171032],[171126,-55766],[168326,-57872],[179060,-74735],[173838,-64190],[176156,-68127],[166876,-70913],[177565,-64266],[171707,-88897],[174169,-84896],[167378,-77096],[178417,-164516],[185555,-73787],[180123,-86370],[183357,-82386],[24885,-15596],[23942,3248],[24432,7861],[14191,8781],[14734,140272],[17327,139102],[22523,136182],[17586,144134],[33085,-7631],[30970,-3341],[27329,-12234],[33186,-385948],[34582,-27932],[33926,133662],[35350,136760],[31429,152471],[36712,23792],[45191,6329],[39664,140152],[43110,146870],[41811,21723],[57869,-9193],[56548,-22547],[56004,1970],[51917,23089],[60061,18271],[61270,125737],[75126,-20406],[67715,-17113],[70180,-35444],[76591,-28066],[68299,-40070],[69623,-38550],[68387,-38990],[64842,-43471],[76733,-59098],[69360,137569],[69109,134592],[65022,141351],[76190,39705],[72147,39579],[67950,51027],[74031,56957],[67643,59811],[74418,100056],[76116,116063],[74177,124586],[67904,119713],[64111,127393],[76114,124163],[80785,-1375],[82627,-11774],[81309,-5604],[85806,-11080],[80686,-22149],[77235,-375588],[77328,-376805],[82606,-376778],[79236,-33457],[77081,-28737],[84896,-34098],[79185,-34415],[86450,-36295],[80180,-27703],[77017,-25672],[79019,-39044],[87907,17972],[78306,32967],[84818,49173],[85586,42449],[76832,47288],[89222,58588],[85624,74644],[83188,76598],[84729,71491],[89179,67858],[86597,82037],[79921,86072],[82494,87516],[76918,106522],[87826,107711],[88808,107828],[86674,116859],[90140,-4020],[102188,-9868],[96268,-6240],[97433,-10293],[102121,-2238],[97886,-23928],[92531,-23120],[92187,-24210],[95464,-24378],[102374,-13581],[92516,-15300],[94788,-13776],[93672,-22067],[98690,-30821],[95119,-31506],[100199,-25995],[99687,1138],[90198,10318],[98690,38229],[91159,30315],[99784,60553],[100308,67773],[98760,88057],[91053,79476],[89647,87063],[99917,86618],[100390,100535],[98109,109238],[89962,105687],[96888,117492],[109511,-6202],[103558,-20248],[102809,-17528],[113212,-23467],[112650,-32268],[113135,-26912],[114601,5867],[113226,4696],[109747,20291],[102630,22257],[102929,31908],[106846,30260],[103556,49436],[107722,55944],[107719,60352],[106164,65159],[111803,70485],[104687,83447],[106359,99829],[108029,95261],[110143,100815],[112267,93119],[102896,110180],[110537,104242],[114539,104684],[104134,123966],[125509,-8602],[127305,-332595],[116486,-23826],[125117,-31535],[117772,-32102],[120696,10475],[117575,20863],[120682,14741],[120853,21932],[119654,29483],[119766,40265],[116315,41534],[117353,57814],[126383,101332],[122335,114736],[115650,108223],[118261,105984],[125120,103229],[123964,117775],[117893,127235],[119919,124903],[120485,120902],[-124723,-120895],[-121156,-156964],[-115905,-159091],[-121957,-161443],[-127499,-161604],[-127613,-157806],[-121535,-173312],[-115521,-175693],[-120965,-176086],[-122154,-178363],[-123187,-185558],[-124896,-193095],[-117648,-211709],[-123772,-212661],[-122659,-213672],[-117246,-212660],[-121930,-223159],[-116368,-223536],[-125500,-225307],[-121134,-229006],[-119138,-225430],[-118021,-218863],[-116392,-221559],[-127125,-221676],[-118567,-227749],[-120038,-224697],[-123599,-228542],[-125380,-219645],[-126948,-221883],[-122325,-224778],[-119365,-219457],[-126136,-226133],[-121120,-231064],[-121329,-233407],[-115575,-236995],[-123563,-230637],[-125819,-1056],[-126697,-244134],[-122153,-244296],[-126542,-262225],[-118536,-35852],[-116950,-32384],[-119948,-46674],[-116947,-47268],[-117227,-41029],[-122866,-61499],[-119242,-85004],[-119617,-83041],[-118950,-92760],[-115714,-96545],[-124919,-97485],[-119598,-108395],[-117883,10827],[-115785,133482],[-125085,145452],[-126826,146749],[-116820,149235],[-115379,148392],[-126663,15233],[-123920,20663],[-116283,49397],[-124834,59259],[-124568,53567],[-122774,58737],[-122780,61273],[-116555,74198],[-124371,69865],[-122954,68768],[-121508,70501],[-123037,73792],[-122249,66513],[-118488,78806],[-127927,88936],[-126023,80477],[-124085,81269],[-125003,89909],[-123359,91666],[-123877,91646],[-126437,90120],[-122324,103394],[-125032,105237],[-125379,106499],[-124721,104063],[-122214,113170],[-124312,120690],[-116693,119923],[-128754,-153299],[-134311,-154739],[-131204,-165455],[-133690,-173688],[-139862,-166332],[-138998,-171019],[-139917,-180366],[-129676,-197370],[-130886,-219562],[-129483,-217791],[-128786,-242235],[-128454,-236421],[-131126,-240568],[-134314,-243878],[-132454,-243407],[-131696,-246885],[-136273,-260972],[-135714,-264695],[-132219,-255974],[-129088,-256594],[-137531,-256181],[-128235,-259909],[-134537,-259604],[-130298,-95570],[-128279,137341],[-129072,132228],[-136474,62390],[-129025,52479],[-134020,61893],[-131165,51465],[-130141,72060],[-128745,75274],[-131444,69150],[-134807,68346],[-134875,70193],[-135245,78869],[-138132,74917],[-134632,73347],[-139179,74138],[-131128,88863],[-130111,83087],[-135643,86526],[-133499,83166],[-136471,82848],[-133218,77924],[-131992,79226],[-133445,100513],[-135818,101117],[-135291,90299],[-136040,92921],[-136972,89873],[-137120,100162],[-136541,94816],[-138580,95497],[-139866,105310],[-140194,108926],[-131402,102894],[-145635,-171265],[-151869,-178333],[-141228,-177564],[-150976,-194537],[-148588,-224650],[-149162,-230006],[-141386,-221181],[-150482,-238874],[-147036,-238641],[-145833,-231395],[-149715,-230452],[-142210,-244013],[-153116,-252746],[-147732,-251890],[-142903,-257886],[-152315,-269181],[-151072,-79633],[-142533,-98220],[-143230,-101479],[-141340,-110207],[-146514,146837],[-141718,65159],[-141090,67936],[-143227,77366],[-142047,84264],[-144788,85192],[-143186,81787],[-141686,99461],[-147419,94881],[-149826,92538],[-150538,98294],[-152102,95349],[-149315,96267],[-142335,91300],[-144145,93395],[-147154,88857],[-142283,104332],[-152409,113757],[-151374,112990],[-147989,105205],[-151924,110558],[-156753,-119341],[-165800,-137990],[-160469,-173318],[-154689,-172835],[-166242,-196423],[-154989,-202523],[-155713,-198025],[-156421,-200439],[-165944,-197717],[-164753,-195134],[-154803,-196216],[-161934,-210706],[-163967,-231274],[-165291,-232940],[-153613,-239690],[-162421,-249834],[-155460,-245383],[-163319,-265218],[-163650,-258370],[-165846,-257420],[-164226,-270128],[-158650,-269933],[-160463,-269447],[-161674,-88407],[-164101,-88910],[-159187,-89982],[-165205,-114322],[-157240,139688],[-156965,133256],[-161963,141163],[-161022,146927],[-163257,60676],[-161295,96657],[-160562,99446],[-157017,100328],[-153060,103583],[-163594,94108],[-157238,109426],[-158593,103618],[-153948,110445],[-157693,115268],[-158554,106779],[-162276,120335],[-165454,121325],[-175325,-121645],[-173538,-176322],[-170712,-191485],[-178823,-186100],[-175969,-190153],[-174704,-185599],[-172042,-187420],[-171825,-187141],[-178291,-183735],[-172968,-184924],[-172597,-194853],[-170882,-200207],[-168987,-193975],[-171065,-194208],[-167992,-192552],[-166934,-194277],[-171937,-238862],[-166584,-236007],[-170242,-232276],[-166611,-231217],[-170203,-254992],[-175946,-252545],[-177365,-253532],[-178897,-252067],[-168271,-264032],[-171303,-255830],[-166994,-266456],[-171750,-269638],[-169014,-93917],[-171134,-95905],[-171894,-105657],[-173248,-105831],[-177761,135221],[-176285,135952],[-169799,139605],[-174649,131536],[-173207,129613],[-168863,146089],[-171114,65900],[-172824,68241],[-169278,64289],[-166514,119962],[-168810,127789],[-175256,123718],[-178917,119666],[-182801,-179145],[-179852,-185365],[-181511,-181685],[-182206,-187190],[-187448,-185751],[-186955,-186622],[-184588,-186384],[-184705,-189719],[-187902,-192002],[-180816,-194875],[-188958,-193767],[-179385,-201504],[-191941,-208190],[-183715,-215816],[-183350,-211438],[-189441,-74430],[-189648,139880],[-189452,129803],[-189193,142064],[-180096,142876],[-183588,150851],[-183401,57876],[-188107,64104],[-187579,61679],[-183324,60551],[-185992,58868],[-187306,66549],[-182312,70524],[-186962,70466],[-182897,73640],[-190756,89732],[-189968,84148],[-183753,83362],[-180696,82483],[-189188,97450],[-184337,107393],[-190227,111967],[-191856,112413],[-186850,109473],[-187690,106600],[-191614,127999],[-182637,126495],[-199237,-142854],[-201235,-182114],[-198979,-183592],[-203345,-192331],[-198245,-202483],[-204461,-202949],[-201984,-208955],[-199813,-211489],[-198960,-212368],[-192491,-216626],[-193432,-84147],[-192378,-86355],[-203164,-95787],[-202794,-100317],[-192478,-113327],[-204422,-110318],[-200007,137810],[-204703,131688],[-203067,132859],[-201237,146816],[-200077,143542],[-198224,146323],[-197198,151590],[-201728,101331],[-201447,97724],[-199390,100453],[-204711,93262],[-195555,109343],[-199845,110059],[-200360,111744],[-201328,109265],[-202861,109118],[-199244,105185],[-193674,112945],[-202434,120978],[-202604,126828],[-196698,118298],[-212140,-135807],[-210949,-138797],[-209972,-141705],[-210635,-141056],[-206309,-187982],[-206887,-181542],[-211084,-183754],[-214254,-215522],[-205332,-210331],[-212024,-70730],[-211939,-72754],[-216917,-72476],[-212561,-80608],[-206306,-101148],[-206927,130799],[-209791,128413],[-215343,63783],[-207952,101358],[-205780,100172],[-212966,104267],[-213828,107502],[-207332,107738],[-206350,118163],[-213687,124220],[-215297,121732],[-214678,125322],[-224841,-188662],[-228068,-203602],[-220930,-78595],[-222345,-86195],[-218986,-92433],[-221347,129029],[-227150,102286],[-229479,101292],[-227587,109318],[-226848,113578],[-222730,118173],[-231739,-193147],[-242798,-207680],[-239127,-214205],[-235100,-95513],[-234389,-93755],[-237406,-96064],[-242929,-106414],[-242127,-103820],[-232659,118426],[-233362,121986],[-6578,-18963],[-8047,-21532],[-4589,-22447],[-1919,-21759],[-7774,-37186],[-3117,-45315],[-938,-45060],[-7105,3397],[-9577,1550],[-247534,-208972],[-246331,-208539],[-244393,-212209],[-244556,-87237],[-243414,132853],[-248122,133260],[-254259,133213],[-244785,60425],[-254456,53096],[-255283,57011],[-251143,60733],[-254779,93826],[-257704,-125706],[-256443,-120927],[-261864,-130746],[-266169,-136652],[-267432,-140289],[-268324,-152495],[-264691,-162434],[-264754,-197787],[-263066,-196300],[-264175,-205059],[-262226,-206342],[-267456,55657],[-260687,53399],[-259290,58830],[-261187,60260],[-266380,71400],[-263683,68477],[-261770,69824],[-262571,85213],[-262333,84536],[-264445,77766],[-258517,83993],[-258571,88834],[-261040,93394],[-256302,96144],[-258310,91318],[-259646,90289],[-259818,108024],[-256078,123326],[-270346,-152660],[-270581,-145790],[-274914,-147654],[-275005,-146994],[-281266,-147140],[-274486,-153538],[-269634,63635],[-273339,55694],[-271030,57070],[-271454,58122],[-271245,71213],[-268950,66012],[-274211,80333],[-273056,91154],[-270712,95908],[-278641,101945],[-277602,91826],[-272218,102944],[-283776,-146678],[-291609,-184197],[-283520,-197544],[-286994,108466],[-303423,-143048],[-302970,-151836],[-300881,-144746],[-298238,-152809],[-304561,-145067],[-297375,-156478],[-295928,-156327],[-303789,90365],[-314395,62117],[-314116,60666],[-318127,73163],[-309705,70591],[-318001,65687],[-307316,71544],[-316082,72116],[-315952,88027],[-316351,79490],[-318688,82729],[-315422,101077],[-314371,104296],[-324927,58514],[-328283,58786],[-320575,61675],[-323212,57886],[-331470,64213],[-330558,73488],[-327649,64536],[-327338,75156],[-325427,71896],[-322206,74202],[-320550,71482],[-328317,78521],[-323595,89516],[-329192,86883],[-331030,84893],[-331570,97211],[-322718,100963],[-334291,69322],[-335032,66798],[-341968,73136],[-352746,45492],[-15400,-4157],[-19901,-17652],[-16655,-15406],[-22949,-18968],[-19029,-28263],[-24890,-30938],[-23539,-32760],[-19228,531],[-19506,14357],[-17293,16400],[-380200,-6747],[-378225,-1409],[-379308,-36355],[-383798,-40433],[-382025,-47670],[-380583,439],[-396384,-8798],[-395637,-5672],[-395585,-3184],[-396279,-16523],[-385903,-41667],[-389374,-44098],[-388635,-45015],[-384390,-38473],[-388868,-52034],[-401469,-1262],[-397861,-4659],[-397358,-3340],[-401272,-5573],[-401749,-11392],[-402633,-9675],[-400739,-22033],[-398315,-22916],[-401335,-14568],[-397987,-20343],[-400564,-17886],[-397546,3034],[-404560,19399],[-405086,20851],[-407381,16494],[-408803,32742],[-406964,31580],[-408271,27492],[-411821,-13386],[-414906,-12656],[-415779,-16430],[-422205,10816],[-412439,20118],[-409888,18476],[-412919,22610],[-411867,24348],[-429667,23236],[-28398,-23356],[-27772,-22354],[-29030,-16869],[-32687,-20572],[-30931,-20945],[-32019,-14131],[-36648,-17807],[-30762,-15578],[-33448,-19583],[-36516,-19272],[-33202,-19261],[-27845,-18744],[-29563,-22525],[-27634,-20332],[-30877,-20690],[-27434,-33334],[-31445,-35024],[-30683,-41672],[-30712,-45435],[-36839,-47880],[-36062,-47201],[-34476,-40954],[-36951,-41737],[-36354,-43970],[-38383,-69482],[-43482,-2199],[-49128,-28907],[-50440,-34230],[-42644,-46071],[-48642,-46966],[-43767,-38467],[-45035,-41487],[-42204,-49785],[-43289,-53964],[-38691,-56795],[-48634,9999],[-39440,6568],[-51057,33368],[-61722,-192182],[-63137,-211823],[-55344,106],[-60470,-2065],[-62522,-6952],[-62313,-1784],[-52532,-3440],[-55089,-5572],[-57353,-10420],[-56000,-8497],[-56443,-6956],[-52907,-5220],[-54878,-8121],[-61873,-13621],[-63041,-17633],[-63179,-17482],[-63793,-20116],[-62606,-18605],[-62933,-24171],[-54942,-17539],[-56117,-18675],[-52484,-21952],[-60643,-21389],[-60601,-16043],[-59774,-15696],[-59469,-22456],[-55834,-28803],[-54668,-30639],[-52260,-31178],[-63183,-37548],[-62717,-35372],[-63407,-50660],[-63992,-46500],[-62827,-48053],[-53852,-40302],[-58313,-44273],[-56749,-49239],[-54429,-58591],[-59427,-54392],[-57436,-60941],[-54257,3073],[-55203,4931],[-63190,1690],[-60335,6807],[-54136,14348],[-63155,13865],[-55969,17081],[-57333,17587],[-63034,18543],[-58621,16372],[-53610,31039],[-52861,399684],[-57404,409741],[-60932,411536],[-63184,95851],[-72424,-135527],[-75309,-201597],[-69625,-196970],[-75313,-202033],[-73585,-209550],[-72410,-211600],[-70984,-223191],[-70107,-219501],[-67514,-222243],[-67579,-226011],[-64352,-7538],[-71707,-7171],[-70051,-8308],[-73925,-452],[-75761,-3062],[-71569,-14548],[-76156,-21109],[-65076,-20947],[-75781,-14393],[-74804,-16473],[-72222,-18364],[-64510,-35772],[-67875,-37220],[-68334,-37774],[-65414,-35103],[-68217,-36976],[-66827,-31534],[-66322,-34280],[-75787,-40710],[-73389,-49676],[-66945,-44897],[-75953,-46476],[-75915,-41954],[-64637,-51560],[-73724,-53303],[-64491,3887],[-73949,12363],[-75183,10777],[-73302,8822],[-73021,4596],[-75499,4346],[-76347,1275],[-72392,9207],[-73066,6104],[-73190,25726],[-73264,22138],[-72374,15071],[-73828,24582],[-73219,17728],[-72618,13983],[-73985,21032],[-75114,30652],[-75857,34525],[-67644,94112],[-66652,91995],[-66044,96754],[-66204,92647],[-65634,91567],[-81597,-143274],[-87741,-171542],[-81878,-181514],[-80099,-187392],[-85792,-187877],[-78892,-201967],[-84736,-193209],[-81425,-199945],[-83142,-203100],[-83771,-199744],[-80502,-193940],[-79961,-207401],[-77976,-206536],[-85157,-211912],[-76881,-216018],[-86611,-219323],[-80423,-218290],[-79761,-225325],[-80329,-3419],[-77244,-11296],[-79652,-11039],[-81256,-10805],[-81844,-1629],[-83104,-5343],[-85075,-5343],[-88982,-3016],[-85425,-1130],[-89170,-3249],[-85086,-7854],[-84111,-9525],[-77804,-16374],[-80821,-18192],[-77321,-13502],[-77091,-14186],[-84894,-14047],[-81578,-18204],[-83689,-17498],[-83152,-16578],[-81153,-17817],[-82061,-13776],[-83747,-13746],[-80453,-14111],[-80009,-26139],[-77350,-27602],[-84731,-29165],[-79596,-30018],[-84124,-32486],[-89036,-34452],[-86297,-32384],[-83378,-31446],[-81022,-30053],[-81768,-32210],[-79907,-32708],[-81192,-36951],[-78794,-37839],[-85309,-33316],[-82521,-37125],[-79844,-50134],[-84414,-39399],[-86850,-46388],[-86550,-42475],[-85051,-42141],[-77427,-49763],[-81576,-46976],[-78691,-46804],[-84118,-40584],[-85139,-50890],[-79481,-48223],[-77823,-48258],[-85930,-38889],[-85220,-39257],[-87654,-52140],[-85045,-57142],[-88189,-54293],[-84534,-57141],[-84160,-54635],[-82310,-51980],[-80657,-54212],[-78890,-58416],[-87479,-61250],[-86031,-61376],[-88383,-60800],[-89336,-60705],[-77774,10616],[-78444,3092],[-79377,10358],[-79686,12790],[-81417,11344],[-82728,5943],[-83493,8572],[-83963,5153],[-82046,1431],[-83659,999],[-81384,3412],[-79738,9047],[-88523,820],[-89283,307],[-88938,5087],[-87867,6853],[-89198,9812],[-83441,11438],[-80100,25557],[-78521,24589],[-77120,15735],[-85556,23798],[-80245,17854],[-79395,14204],[-84008,25768],[-84516,14839],[-81421,16733],[-84150,24071],[-88987,15452],[-79601,19880],[-79113,34273],[-81210,32129],[-79514,31871],[-80541,35246],[-83748,34705],[-86278,34879],[-84017,36438],[-82944,37256],[-89229,32595],[-77487,34437],[-87057,27522],[-89363,29275],[-88035,29887],[-82506,29074],[-82776,25803],[-83212,413603],[-89096,42664],[-81909,39631],[-84642,40788],[-88412,104495],[-89308,102611],[-85678,114503],[-84600,111263],[-87994,112126],[-98340,-121718],[-99276,-118523],[-95219,-138943],[-95522,-135651],[-93675,-139273],[-92954,-163991],[-98054,-169525],[-99154,-170476],[-93888,-183329],[-100096,-187861],[-97758,-186817],[-91420,-180920],[-100620,-198655],[-100096,-197837],[-93653,-202360],[-95690,-204971],[-101985,-208653],[-96657,-214690],[-95611,-213560],[-101133,-206265],[-99115,-211760],[-95317,-9710],[-90394,-4713],[-91432,-11578],[-92972,-10272],[-91256,-10613],[-95008,-3936],[-99506,-9249],[-99171,-4888],[-102004,-7390],[-100437,-6046],[-93886,-8940],[-93452,-3396],[-97939,-7300],[-95444,-536],[-93198,-689],[-96708,64],[-100353,-1948],[-99405,-3841],[-100876,-358749],[-96425,-22258],[-98606,-23557],[-94981,-21375],[-92814,-21091],[-90904,-19140],[-98964,-21266],[-94967,-18696],[-95117,-13801],[-91544,-12971],[-98847,-38109],[-99903,-37625],[-100837,-34692],[-90382,-35128],[-89711,-38137],[-95536,-26437],[-99035,-26621],[-97124,-30575],[-96326,-27952],[-90552,-33113],[-91284,-33257],[-95735,-38856],[-99386,-50750],[-96473,-42590],[-96929,-41870],[-99870,-40877],[-90226,-40007],[-90048,-46039],[-93575,-42485],[-93024,-41333],[-93432,-40697],[-98668,-43797],[-94317,-49188],[-95537,-43988],[-92530,-42574],[-92991,-47808],[-100620,-44508],[-94292,-47458],[-90300,-60258],[-90646,-53407],[-101004,-53706],[-92523,-54101],[-90232,-54800],[-90962,-59775],[-91288,-55531],[-97636,-56721],[-94083,-58363],[-96084,-55497],[-94592,-54354],[-90812,2793],[-93632,4974],[-96729,1616],[-94021,13297],[-95903,22515],[-95636,21589],[-89948,18262],[-93539,36589],[-91990,37662],[-90370,36354],[-94186,37819],[-102156,35526],[-101699,35911],[-100088,35757],[-99892,30884],[-100816,33519],[-91793,27128],[-94329,31431],[-93503,27066],[-90029,27339],[-94758,27104],[-96167,27727],[-100526,27938],[-99841,45932],[-101975,47069],[-97062,40504],[-94387,50108],[-91655,49486],[-95674,44715],[-90951,39118],[-99730,39599],[-101036,40829],[-101249,58430],[-100288,83371],[-97778,81634],[-96625,87370],[-90697,96373],[-92376,101825],[-91451,100389],[-95685,108366],[-93700,112422],[-94545,110388],[-93255,108553],[-92658,106427],[-92450,117186],[-107432,-157622],[-107416,-163611],[-105258,-163742],[-103414,-163658],[-105646,-171509],[-109361,-177377],[-102744,-168718],[-102865,-166979],[-103941,-194339],[-105517,-196758],[-107306,-198469],[-111802,-200357],[-106314,-206771],[-110613,-211789],[-110891,-216900],[-111017,-214614],[-109133,-208379],[-109516,-207245],[-112024,-216662],[-110080,-211364],[-103356,-214945],[-112945,-216972],[-108624,-212514],[-108647,-210622],[-113258,-215096],[-113761,-218164],[-104959,-221930],[-102434,-217690],[-102605,-221939],[-108114,-228632],[-107373,-218908],[-109368,-221303],[-108598,-221064],[-111857,-218219],[-113510,-222110],[-112337,-219395],[-110718,-224009],[-113317,-230336],[-114361,-233314],[-112916,-238619],[-109168,-236001],[-104361,-237385],[-103863,-4756],[-102837,-5258],[-105493,-8479],[-106690,-10021],[-105896,-355219],[-113478,-19930],[-111745,-16347],[-110683,-19021],[-107416,-23534],[-106961,-20973],[-109546,-23781],[-110971,-15939],[-108512,-19348],[-107588,-15380],[-104522,-35438],[-103126,-25475],[-108669,-27742],[-107409,-28553],[-107699,-27459],[-111141,-26499],[-113793,-26304],[-114963,-27881],[-107921,-35457],[-107525,-34680],[-107796,-37026],[-112906,-33709],[-110692,-30226],[-113546,-44684],[-111826,-43501],[-107447,-44401],[-113667,-42357],[-104961,-46151],[-106014,-50049],[-107121,-47888],[-112597,-42933],[-111495,-53554],[-108175,-51822],[-109656,-52490],[-110573,-54019],[-114516,-68289],[-114225,-82698],[-112619,-85268],[-112352,-88941],[-109304,-87253],[-110205,-94700],[-111673,136739],[-109643,137126],[-108174,132328],[-109312,147549],[-109950,151863],[-103304,35570],[-107006,35889],[-107922,33604],[-106086,44881],[-110746,48252],[-112073,47689],[-109626,49647],[-107549,38614],[-111587,62222],[-113971,55917],[-113509,53357],[-112843,62209],[-111275,59847],[-105784,74858],[-113994,66941],[-113486,73859],[-110510,73936],[-111699,67143],[-107932,72148],[-114133,86133],[-106219,88907],[-114682,91250],[-103292,92307],[-108417,91080],[-111288,109564],[-104186,104782],[-106000,113329],[-103384,109317],[-109700,117389],[6910,-2996],[231,-24782],[1489,-45274],[7893,-45977],[9356,-46991],[5528,6067],[8462,5028],[135727,-10402],[131045,-16139],[136547,-37419],[133326,-31614],[131596,-29526],[135539,-30086],[138714,-28417],[133461,-35040],[135958,-39678],[133081,-50813],[131717,-52020],[133801,-53380],[136087,-52991],[136871,-51808],[140461,-54255],[134193,-56854],[130516,-55587],[132747,-58479],[138117,-53796],[135845,-54621],[129838,-51329],[136554,4432],[134030,138652],[137837,134098],[133975,34907],[130212,109456],[132529,105722],[140182,126128],[152582,-158530],[141143,-5361],[151722,-14560],[144079,-39059],[147993,-49412],[152862,-63573],[146451,-51342],[150681,-55378],[149085,-56817],[142139,-53322],[140820,-55387],[152162,-60403],[150020,-56807],[152573,-58500],[153037,-54888],[151268,-56232],[142730,-51109],[153328,-73307],[142039,128263],[166527,-142648],[154499,-50132],[162911,-50612],[162109,-54310],[164277,-56274],[155120,-57268],[159531,-55940],[161133,-59179],[154924,-58877],[155895,-62787],[158430,-59685],[159556,-53730],[160733,-64856],[154062,-70824],[159767,-68825],[155650,-71778],[157740,-66460],[156164,-67795],[158777,-65131],[162678,-68160],[157804,-79919],[160993,-83104],[162159,-87126],[164916,-83256],[161583,-77170],[173990,-128475],[169150,-138973],[177091,-162033],[173151,-154153],[168070,-161210],[173147,-171292],[167008,-56449],[177250,-62301],[167013,-62480],[169297,-64822],[166847,-64039],[171168,-65114],[171377,-71105],[177391,-82615],[169348,-88291],[179201,-172464],[187118,-167478],[183651,-181275],[185678,-185461],[189080,-183690],[181233,-73929],[188997,-78386],[185227,-76626],[181522,-84792],[181776,-81647],[182612,-77924],[24259,-12569],[12902,-14745],[18633,-16320],[13287,8753],[22811,139135],[19929,137523],[24806,141511],[20332,28456],[22983,29123],[31404,140749],[27562,151105],[33486,22964],[38334,28270],[36665,26708],[46945,138386],[40918,151452],[46438,143161],[38804,143430],[40903,142819],[44072,25929],[45440,26129],[42920,33762],[46662,28495],[63416,-7446],[60602,-41619],[53577,703],[51619,136035],[54147,136940],[59746,16056],[56385,24410],[52116,33537],[54415,33807],[56742,36233],[52780,27283],[61691,44601],[63943,42334],[59892,38722],[60266,54888],[61289,61358],[59540,60125],[62027,54706],[59246,65592],[59655,76952],[57465,80321],[59077,77690],[55148,111763],[64488,-12537],[65130,-13302],[70980,-30702],[69252,-28825],[68990,-26491],[65570,135965],[73240,131428],[65686,40279],[69750,43866],[67918,47535],[64157,47422],[69017,40083],[67120,56777],[74483,62598],[64258,54171],[66608,62756],[68665,52632],[69871,72073],[72485,66332],[67654,71753],[73127,78854],[69435,94512],[70607,120318],[68247,122668],[73882,117159],[79359,-11740],[78394,-8569],[83575,-10369],[89092,-34493],[84809,-27372],[87446,-31040],[78080,-34303],[88082,-50597],[87030,-58433],[84805,-52554],[88241,-61602],[86760,-59195],[88982,-63335],[86973,15615],[86551,24885],[79931,49367],[89528,48172],[87506,58321],[81364,69045],[79548,73246],[81023,66851],[82459,80380],[76938,93132],[78377,97120],[85872,91541],[85539,100211],[93624,-4189],[98056,-136],[94990,-251535],[94505,-16373],[92892,-13595],[101708,-16954],[90033,-38162],[89739,-64952],[93717,-72117],[102193,1737],[90538,8812],[96242,10687],[91028,18151],[94155,36810],[100593,32255],[95556,41104],[100715,39966],[96560,59051],[95384,55968],[101556,71238],[95174,67893],[89669,80026],[93107,89271],[97198,95052],[92361,114243],[100547,122280],[111963,-11056],[105127,-1913],[111294,168],[114916,-19446],[104095,-36162],[105598,3257],[108572,11503],[114381,11287],[114917,1731],[108055,17243],[112894,33779],[105029,42870],[111073,53984],[113443,51646],[112767,70955],[108700,89631],[102647,107889],[106099,111857],[106424,114834],[110401,107949],[113804,120985],[117126,-6828],[118174,-8969],[118750,-23627],[117270,-37747],[116189,-38588],[127950,-40350],[119365,-38446],[122183,-38696],[126328,11223],[116350,23327],[116961,17965],[119551,15076],[122240,18032],[121028,23781],[116627,34571],[125341,41184],[121280,45693],[119987,83871],[117953,116331],[-126276,-116106],[-123563,-174811],[-123122,-175960],[-116917,-172277],[-122956,-178049],[-120549,-185883],[-121918,-185520],[-121310,-187409],[-122441,-186600],[-117817,-229597],[-118039,-232852],[-121601,-234257],[-118785,-241611],[-121379,-243417],[-122486,-244868],[-125452,-37940],[-125189,-36975],[-118436,-28360],[-117431,-28372],[-115527,-28234],[-121899,-49444],[-124377,-42366],[-125886,-54465],[-126801,-55646],[-123436,-57749],[-123847,-59598],[-123554,-58539],[-124135,-55559],[-115322,-53733],[-116760,-59388],[-127100,-56365],[-124149,-91777],[-122783,-104853],[-123666,241707],[-126720,234257],[-127177,243581],[-131181,-125123],[-130357,-124499],[-132321,-119350],[-128684,-120903],[-134759,-117637],[-137595,-126205],[-137325,-127425],[-131649,-126260],[-134935,-125796],[-128075,-133475],[-139531,-130564],[-139137,-136194],[-134988,-135843],[-139931,-184412],[-131133,-244714],[-133092,-244910],[-134349,-260173],[-139338,-266005],[-140119,-262496],[-129386,-56594],[-130423,-55359],[-137205,-114279],[-137936,-111530],[-128508,-111968],[-132952,-108085],[-130753,-111979],[-138057,-103744],[-132629,241450],[-131471,238910],[-131528,241562],[-136349,238555],[-128926,235875],[-131437,245387],[-144099,-137327],[-141956,-139538],[-145362,-136052],[-145011,-132018],[-144704,-145643],[-149482,-180594],[-145431,-182974],[-151820,-200467],[-151105,-200272],[-148104,-75446],[-150456,-99443],[-144651,-108773],[-158988,-144870],[-156315,-146029],[-166394,-150260],[-166277,-178233],[-164122,-168722],[-162628,-171247],[-163317,-179533],[-154595,-183762],[-165796,-193990],[-160596,-192597],[-160564,-264070],[-154558,-81425],[-163397,-99388],[-159820,-95113],[-175121,-138832],[-178652,-138727],[-173742,-140427],[-172946,-136533],[-178312,-136932],[-176402,-132203],[-178647,-137715],[-178036,-147497],[-176800,-146823],[-174074,-143667],[-172376,-144261],[-175978,-140856],[-175015,-145732],[-170277,-149738],[-174410,-151570],[-172934,-146853],[-175458,-151088],[-172766,-153345],[-173052,-150056],[-170254,-144777],[-172182,-163042],[-174217,-161434],[-176511,-161054],[-176768,-159472],[-177539,-154341],[-173125,-159083],[-172790,-157025],[-178225,-157328],[-175631,-180466],[-166825,-187916],[-166820,-195745],[-175915,-197723],[-177791,-96454],[-172089,-90830],[-170082,-93188],[-168274,-108710],[-166763,-106794],[-189368,-123583],[-181504,-120396],[-184243,-118114],[-185516,-117711],[-190898,-116245],[-187583,-122083],[-190946,-119250],[-179776,-136315],[-191538,-139747],[-191263,-135385],[-191636,-136515],[-180746,-138634],[-182672,-140087],[-181563,-133133],[-179209,-130076],[-191079,-153186],[-189541,-152167],[-191545,-144165],[-191870,-142134],[-183600,-144103],[-181375,-148621],[-183135,-147056],[-179619,-151109],[-191544,-150941],[-190183,-143317],[-190135,-141574],[-189086,-141131],[-188296,-150429],[-181748,-141289],[-180492,-142980],[-185922,-152373],[-182788,-152544],[-189482,-155806],[-185655,-160217],[-187360,-157682],[-180191,-161724],[-179662,-155778],[-181323,-159446],[-182612,-161467],[-180331,-154159],[-179839,-165762],[-182020,-174608],[-181649,-175691],[-179618,-178451],[-185803,-178561],[-190978,-173494],[-190578,-176717],[-187641,-176736],[-188378,-177215],[-189311,-175935],[-189493,-176045],[-190033,-174127],[-189435,-172618],[-186287,-174139],[-182246,-178069],[-191797,-174148],[-187716,-171519],[-184765,-175128],[-191249,-184496],[-190542,-182124],[-188071,-182317],[-186761,-179324],[-188347,-190127],[-190897,-188427],[-186313,-190431],[-188708,-190810],[-190591,-179678],[-184344,-192902],[-186376,-192236],[-183576,-195356],[-182827,-194755],[-191075,-198489],[-191597,-198548],[-182885,-202138],[-180320,-202114],[-186878,-209722],[-181569,-212166],[-190848,-206151],[-186791,-112573],[-186661,-114156],[-197886,-117412],[-199257,-116227],[-193742,-123218],[-197025,-116881],[-194824,-118278],[-192297,-123729],[-193145,-120839],[-200248,-120023],[-198773,-119321],[-193909,-117221],[-193230,-115993],[-199664,-132727],[-199152,-133331],[-194546,-133900],[-196117,-129450],[-197697,-129761],[-194683,-139529],[-202259,-137370],[-202107,-133533],[-201605,-135219],[-204294,-136576],[-195116,-151993],[-203084,-141823],[-194485,-147000],[-197840,-148905],[-198012,-144678],[-196808,-142805],[-199418,-157367],[-198039,-157801],[-199837,-165125],[-201531,-165570],[-197010,-159980],[-200749,-159797],[-196490,-172807],[-201431,-167244],[-201129,-167689],[-203621,-172496],[-202218,-174590],[-204703,-172274],[-193173,-174320],[-194550,-177332],[-192057,-172913],[-193920,-174481],[-195528,-178515],[-197002,-176556],[-193640,-171809],[-204293,-168842],[-203438,-185338],[-194467,-181630],[-192996,-181584],[-192538,-185977],[-194263,-185425],[-194716,-185980],[-196815,-187945],[-197101,-189930],[-204514,-188476],[-199855,-187476],[-202045,-187699],[-203827,-188377],[-192514,-179958],[-199942,-189540],[-192444,-190170],[-199308,-203248],[-201222,-204354],[-201967,-194050],[-198202,-193334],[-200441,-193526],[-193209,-203450],[-198121,-197109],[-200319,-194993],[-201294,-214221],[-196336,-208191],[-201280,-208131],[-195707,-211867],[-193354,-217211],[-197922,-213006],[-200380,-216353],[-202103,-216379],[-204689,-215195],[-202556,-207274],[-195253,-54883],[-201843,-52718],[-193960,-98539],[-192789,-94253],[-199863,-100040],[-204404,-93392],[-202016,-91899],[-197771,-91156],[-192938,-110904],[-204187,-111403],[-198858,-105058],[-199125,-113628],[-204107,-113448],[-204479,-103191],[-194258,-114590],[-198337,-103634],[-203546,-106112],[-199757,-103463],[-195808,-112685],[-212615,-118093],[-206525,-125216],[-210823,-118483],[-205608,-121109],[-206959,-116499],[-205621,-117828],[-205286,-130292],[-214116,-134524],[-214655,-133579],[-206425,-139804],[-205927,-136444],[-217063,-140200],[-213346,-140081],[-217236,-136055],[-217591,-135301],[-214965,-134017],[-217407,-138030],[-216837,-137504],[-215111,-135942],[-205897,-151264],[-210847,-149352],[-209889,-147046],[-210045,-147501],[-209622,-145442],[-213435,-145686],[-213008,-144599],[-216965,-142571],[-216033,-141102],[-217208,-140751],[-213247,-142071],[-214283,-145668],[-216291,-143847],[-213445,-149296],[-214724,-151786],[-210182,-143477],[-206298,-154555],[-208419,-153673],[-206435,-172396],[-209644,-173908],[-206433,-169304],[-205669,-170009],[-214774,-171577],[-212627,-179221],[-210705,-180304],[-216324,-180686],[-209897,-181038],[-209169,-181767],[-212791,-182050],[-206298,-184144],[-208493,-187951],[-210644,-186573],[-208066,-187135],[-208774,-185588],[-204889,-187590],[-208573,-185907],[-211126,-190214],[-216988,-196441],[-217576,-192007],[-208516,-192349],[-205997,-203627],[-217555,-211904],[-216129,-209803],[-205316,-216507],[-204923,-205938],[-212170,-222194],[-216107,-61081],[-215940,-73459],[-214863,-72984],[-205246,-90858],[-209305,-110649],[-206001,-110000],[-206423,-111530],[-209191,-104638],[-210330,-104802],[-214297,-106845],[-214851,-106204],[-216449,-106824],[-216508,-107648],[-212435,-112162],[-211395,-114739],[-206673,-113111],[-221861,-119397],[-220974,-125842],[-230046,-121921],[-225183,-121547],[-225054,-122279],[-229208,-116651],[-219917,-135743],[-223152,-136648],[-219396,-132248],[-219983,-134124],[-224696,-131631],[-221561,-129825],[-223950,-128768],[-221178,-130021],[-217950,-129055],[-224771,-133527],[-224340,-131736],[-218462,-130171],[-222632,-147218],[-226331,-143776],[-223546,-145925],[-226666,-146929],[-228654,-146860],[-229675,-143983],[-229145,-149603],[-230131,-146107],[-230390,-156525],[-224952,-189044],[-229403,-194749],[-228060,-202909],[-219144,-200614],[-218039,-198041],[-218396,-195256],[-219902,-215130],[-220916,-215405],[-220796,-205698],[-221842,-207389],[-228972,-212599],[-227870,-220530],[-227502,-57480],[-219934,-55965],[-219154,-71379],[-218941,-72132],[-224977,-73350],[-223192,-72211],[-223526,-71776],[-228744,-67881],[-225964,-87231],[-227962,-86990],[-229392,-92357],[-227745,-91009],[-218586,-106593],[-228251,-110497],[-226442,-112178],[-231148,-124112],[-233894,-125941],[-232231,-117091],[-231895,-131692],[-236309,-128788],[-232287,-129415],[-233348,-128342],[-236831,-133413],[-238853,-134370],[-235019,-135571],[-237132,-138155],[-240094,-139937],[-233689,-141180],[-236740,-140640],[-238068,-143142],[-237963,-145374],[-239368,-146806],[-236640,-146686],[-232569,-146465],[-232879,-149310],[-235000,-147800],[-232429,-143352],[-233085,-144573],[-240234,-152514],[-237980,-151126],[-231745,-147249],[-234594,-153350],[-230991,-149955],[-231044,-152183],[-241598,-143137],[-241387,-149210],[-242257,-166032],[-231556,-154404],[-232613,-158093],[-236077,-157967],[-236796,-157302],[-237764,-154891],[-236234,-160105],[-241165,-164573],[-239794,-162570],[-240161,-162929],[-241057,-162648],[-240583,-160952],[-239894,-178539],[-231499,-186248],[-233407,-185602],[-232684,-186102],[-238698,-184723],[-237053,-183076],[-241067,-180528],[-232522,-208050],[-236249,-206454],[-230536,-212856],[-232978,-209168],[-236122,-209589],[-240812,-209834],[-239164,-209065],[-239793,-221141],[-234653,-50391],[-240156,-86716],[-242709,-83965],[-230741,-88342],[-231422,-90447],[-234713,-89930],[-236238,-90240],[-240673,-107561],[-240430,-107837],[-241589,-112638],[-250371,-119709],[-249083,-120983],[-253053,-152168],[-249696,-149975],[-251664,-147553],[-248168,-151517],[-246514,-152411],[-247024,-146503],[-251060,-151644],[-249916,-157774],[-252036,-155174],[-250440,-153506],[-245993,-160738],[-246337,-159963],[-245671,-158919],[-247349,-155274],[-244792,-157483],[-246451,-156699],[-243677,-156183],[-252054,-172226],[-255152,-171826],[-252377,-176437],[-252204,-178828],[-254911,-173758],[-254726,-174237],[-254609,-176560],[-252771,-188739],[-251313,-187201],[-252524,-180355],[-254644,-179284],[-254301,-180406],[-245022,-181008],[-243560,-181082],[-253146,-195085],[-252966,-193633],[-247578,-219610],[-243751,-112620],[-260895,-124445],[-267620,-133796],[-265477,-134089],[-268596,-137986],[-262543,-131280],[-267771,-148028],[-257181,-151842],[-256231,-151958],[-256801,-152663],[-256225,-148131],[-257008,-147554],[-256597,-141701],[-257400,-143411],[-268450,-162039],[-257154,-165221],[-266927,-165859],[-261245,-156537],[-260725,-158333],[-258209,-153593],[-256173,-155626],[-256057,-171831],[-256513,-168958],[-257751,-168002],[-265747,-166849],[-268075,-169833],[-267181,-172358],[-266688,-176697],[-261245,-176416],[-262611,-177795],[-261440,-169854],[-261900,-168788],[-258098,-177266],[-256099,-177794],[-259476,-178673],[-266883,-179251],[-261229,-183165],[-262953,-183356],[-256959,-191564],[-264807,-190689],[-265062,-189116],[-257817,-183271],[-256149,-185415],[-256828,-194223],[-256313,-194771],[-263723,-197735],[-262200,-198217],[-269921,-140191],[-276282,-145211],[-274528,-156857],[-269840,-174227],[-278418,-167242],[-269448,-179293],[-269199,-198040],[-271662,-198474],[-282450,-146883],[-286314,-143114],[-289427,-148522],[-286348,-155066],[-311687,-48473],[-20866,-195386],[-17991,-198220],[-13802,-196150],[-27642,-22657],[-35453,-23180],[-31955,-15706],[-32839,-19312],[-31181,-16409],[-35967,-16567],[-32527,-18793],[-36175,-20610],[-33703,-20011],[-31921,-20350],[-32049,-21492],[-32732,-19642],[-37508,-16246],[-31170,-18700],[-27582,-18990],[-37008,-17999],[-28660,-18076],[-29331,-19626],[-29509,-19571],[-31270,-20660],[-37246,-14976],[-33659,-13930],[-39436,-196838],[-48187,-19358],[-46694,-20854],[-49090,-20657],[-39879,-19948],[-39809,-18924],[-39110,-18176],[-39886,-19994],[-46097,-19140],[-44288,-17696],[-43621,-22732],[-44919,-25217],[-40845,-16964],[-47537,-18072],[-50464,-26445],[-47741,-35041],[-44198,-31228],[-45387,-31084],[-44086,-25995],[-45003,-42966],[-43771,-52855],[-61855,-188964],[-61513,-180591],[-61753,-192493],[-59271,-202897],[-63344,-22052],[-63721,-21660],[-63051,-17740],[-62517,-16109],[-61933,-16310],[-62755,-21152],[-62889,-16659],[-60620,-19859],[-55472,-19063],[-59543,-21629],[-57869,-17269],[-60654,-16943],[-58903,-16422],[-57223,-15593],[-63285,-35703],[-53314,-30190],[-56407,-30887],[-56199,-36985],[-59586,-29308],[-59570,-34472],[-57348,-32013],[-58459,-32676],[-59701,-36284],[-57903,-39482],[-59985,-48629],[-57514,-45185],[-62390,-52525],[-55509,-56759],[-51407,-58376],[-51614,-51265],[-58270,415646],[-69053,-177802],[-71723,-202456],[-73478,-209917],[-74819,-212428],[-76451,-218204],[-68545,-36860],[-67142,-36878],[-66178,-33881],[-66146,-35272],[-66916,-33427],[-66690,-28757],[-69987,-34927],[-67776,-45005],[-68786,-39799],[-86907,-187848],[-83733,-194097],[-81982,-193874],[-87512,-198489],[-81342,-198760],[-81759,-200300],[-80357,-206525],[-81560,-208334],[-79471,-205030],[-80684,-208967],[-83604,-213165],[-84779,-216508],[-79085,-217914],[-79617,-223847],[-80947,-223104],[-78724,-16483],[-80185,-24977],[-89248,-16518],[-79615,-17714],[-84204,-30731],[-81058,-28354],[-85004,-32151],[-79500,-28618],[-88405,-47815],[-86825,-47294],[-88859,-46177],[-95200,-201510],[-98873,-211598],[-101932,-217265],[-96050,-217567],[-102304,-228854],[-99618,-11617],[-98771,-8833],[-95378,-11252],[-95963,-12809],[-97109,-33339],[-91503,-42344],[-93955,-48085],[-90482,-47042],[-90733,-43291],[-98964,-44169],[-93223,-40233],[-101675,-45553],[-91256,-43115],[-92100,-41127],[-96102,-43800],[-97253,-41509],[-93198,-48597],[-91095,-38870],[-96119,-38340],[-90602,-46016],[-89881,-47999],[-113173,-182860],[-102679,-209730],[-112248,-212441],[-110424,-213706],[-102772,-218388],[-112521,-230704],[-108338,-11303],[-106139,-13214],[-107121,-18917],[-110872,-24660],[-109886,-16279],[-115012,-26705],[-103511,-51069],[-111495,-111241],[11234,-185316],[150573,-157956],[157296,-167354],[175249,-126636],[178084,-132269],[170976,-143318],[175245,-157337],[165608,-159050],[174983,-168536],[182345,-163663],[14874,-189507],[12976,-193172],[91130,-252197],[92129,-252906],[-248791,137562],[-244764,137009],[-306424,90370],[-312805,72594],[-319442,95778],[-313765,104669],[-324856,64657],[-329165,93415],[-409311,32846],[-409005,32507],[-415623,19935],[-413484,34216],[-409629,32491],[-57195,404898],[-61882,411457],[-64783,381596],[-65985,403358],[-66537,414367],[-98761,390192],[-93269,384734],[-104153,393245],[-105885,394507],[138897,-32381],[128878,-26533],[129167,7775],[136334,299886],[132886,300208],[128820,303898],[136144,316722],[137348,319810],[133855,315259],[129187,320068],[135401,311874],[129978,319019],[135024,323597],[136435,323642],[137084,327797],[135388,331700],[129977,327872],[132679,329707],[139193,340690],[132355,343702],[131921,342778],[134206,335434],[128724,31503],[148044,-21220],[147644,-17461],[144251,6051],[141196,294242],[150966,306796],[146977,296439],[149576,300061],[150041,305970],[148037,320061],[142256,327489],[144973,329518],[149131,320841],[150264,328906],[151146,326723],[141193,338360],[143213,338928],[151400,341650],[149881,337310],[165378,288500],[164868,298575],[163095,307223],[163439,311311],[165074,310412],[155658,311877],[163323,317530],[155533,328899],[155137,331498],[155484,336682],[164370,347989],[158273,346213],[162804,367538],[160603,361164],[176017,280252],[174572,291660],[166619,288935],[175859,293901],[175640,282902],[175610,289130],[168376,298076],[179088,297991],[167103,302201],[167377,299394],[169474,304626],[169853,302655],[169846,298370],[171441,300765],[177749,302431],[169888,309442],[167049,316570],[169060,316857],[167216,318389],[173141,344459],[176035,356998],[175266,353049],[170669,360349],[171452,359237],[170632,365704],[169343,365401],[181390,276555],[180419,282242],[179890,287502],[182380,296290],[180449,297328],[181438,298958],[187465,300678],[190255,306648],[187568,303915],[189812,328180],[191943,332305],[187923,337585],[186813,341585],[182536,339294],[187657,335572],[181027,334785],[184817,335196],[184430,333485],[183268,354382],[182554,348860],[179476,358720],[202940,306238],[202050,301331],[193744,301467],[201759,307896],[197412,316815],[198868,315625],[204057,322489],[197556,321118],[199330,321046],[194685,325596],[196625,326907],[203015,333172],[195422,341449],[197535,341883],[197322,338456],[192659,333561],[199541,337682],[206233,305968],[205591,315572],[204952,316190],[207018,316744],[207682,309492],[209594,312906],[208737,327022],[207685,323054],[206256,324561],[47904,-1839],[62751,132003],[76129,48249],[75736,62708],[75845,61061],[69418,70971],[75509,110419],[73717,104733],[73996,110364],[67219,121087],[80726,12872],[85230,9365],[86165,34269],[86124,26602],[79176,49602],[83981,55650],[82970,54070],[77513,57668],[86163,65538],[84131,65755],[85363,96080],[83301,96859],[81055,106834],[77210,116148],[97973,12792],[93157,17242],[91592,40589],[95403,59883],[99663,52950],[97360,53310],[99734,71600],[94010,69131],[100063,83223],[97436,88148],[106886,-1819],[102488,-24947],[108216,-22913],[110603,-27910],[108329,2583],[106236,17696],[114744,19554],[113374,343773],[104195,32970],[113177,35333],[110782,43142],[102873,59418],[103168,99792],[119888,-7829],[124350,-22584],[116105,-32764],[123785,-27473],[117691,-28037],[123599,24710],[127837,22468],[126159,306395],[127892,296468],[122293,331056],[120163,329100],[125849,322697],[119381,345977],[119385,34940],[119001,42442],[118712,52806],[126539,84831],[116229,79586],[-191471,-417398],[-197521,-417598],[-195655,-424947],[-216430,-408049],[-216714,-432015],[-235641,129588],[-252145,136020],[-319539,72999],[-310487,88328],[-314050,96927],[-312711,104601],[-319322,63885],[-326950,96276],[-409281,27468],[-407426,31080],[-415332,25704],[-412203,26250],[-413270,26460],[-60268,405683],[-55785,404449],[-58724,409829],[-72847,378069],[138700,-5997],[136116,-24638],[130695,-12813],[139599,5845],[133201,302016],[131952,302753],[131181,297372],[130534,299605],[128565,296828],[133967,311139],[140174,311466],[137999,318573],[136817,317742],[130265,315415],[133193,317151],[139937,313589],[136158,311643],[133076,323783],[136805,320634],[133338,327431],[132433,329641],[132941,322120],[130710,344006],[133258,342423],[135755,339481],[131314,31417],[135310,31260],[128566,42714],[130099,53561],[132946,93410],[141185,-1289],[146779,-12065],[141765,295039],[148537,298727],[151230,313677],[140975,325083],[141402,328165],[145587,328105],[146299,321298],[147731,322936],[148808,327040],[148150,329955],[140839,336636],[142641,334433],[152310,333360],[151905,334984],[148487,67862],[164734,286639],[160443,302877],[165499,305187],[164571,306348],[164326,314952],[159309,330720],[157415,330016],[155320,344174],[160298,367812],[161823,367110],[178884,281686],[172282,292638],[173162,284725],[177236,288289],[176597,284900],[172005,296711],[172712,294666],[176337,297762],[173327,298256],[171538,304750],[173578,302179],[173188,300517],[169238,300149],[169662,315542],[170149,313134],[168542,311819],[167278,313419],[169117,318629],[166559,320870],[178147,332400],[171844,340142],[178335,355071],[173906,352709],[168392,346056],[171008,350730],[173921,361887],[171191,366523],[178132,359237],[182417,279296],[182198,287575],[181780,288215],[183388,296625],[180409,295151],[184209,295121],[181839,301447],[181892,300192],[188498,305642],[188848,303775],[189655,330230],[190769,325903],[188331,333606],[181560,340332],[185831,344104],[180840,356699],[182097,357119],[187614,349533],[204304,307173],[203533,303802],[202790,302638],[193196,305423],[194447,302983],[202988,317291],[194651,314206],[194663,312887],[204538,328946],[204462,320894],[195343,320841],[194050,326147],[199210,325247],[199486,329670],[193394,325661],[192611,330193],[198655,328611],[199039,339253],[204304,333873],[197580,334721],[205506,317327],[208453,310782],[205366,307732],[208935,323591],[208886,326021],[205577,328366],[48496,-2921],[68660,130990],[64267,130167],[74658,72872],[75257,71792],[70408,113842],[85751,7449],[81617,29429],[77121,45803],[83304,48786],[84872,41091],[86157,56849],[83417,60981],[79913,80779],[84600,97494],[78378,98441],[78371,91978],[87081,93013],[81580,94060],[86056,106809],[80976,121204],[102097,-26099],[101941,9164],[93417,4828],[91319,16984],[98315,34444],[101102,33284],[101015,50717],[90842,42280],[101581,46012],[93783,52394],[97360,54651],[101337,58098],[91604,67506],[101795,74534],[97290,83391],[98531,106712],[114583,-9456],[105362,-24166],[108803,-33339],[110626,-30209],[110826,8721],[112015,342980],[110339,31351],[107830,48514],[113408,48349],[105992,83357],[109053,93781],[112557,99543],[120816,-20730],[120219,-24443],[117749,-30775],[124858,11890],[120645,3191],[117048,16632],[121974,21271],[122236,19966],[122501,25633],[127236,305611],[124673,301694],[127237,327483],[120908,329286],[127317,320485],[122533,343907],[125628,343918],[123630,32810],[115680,75205]] \ No newline at end of file diff --git a/src/gathering/a10654.json b/src/gathering/a10654.json new file mode 100644 index 0000000..f3d9222 --- /dev/null +++ b/src/gathering/a10654.json @@ -0,0 +1 @@ +[[-117851,-119334],[-123243,-130606],[-126317,-148652],[-117271,-155443],[-125473,-159965],[-122844,-160652],[-120387,-165100],[-124718,-155879],[-126322,-160616],[-115332,-163933],[-118553,-173547],[-124884,-174337],[-126035,-171781],[-124099,-167850],[-123339,-168562],[-127342,-166495],[-126336,-175687],[-116189,-168130],[-122488,-166394],[-117308,-173738],[-117373,-175148],[-116486,-175461],[-121403,-177281],[-119466,-174386],[-122380,-182319],[-120238,-187081],[-122424,-179223],[-121443,-180092],[-116043,-188036],[-116373,-188407],[-117481,-189474],[-116248,-201360],[-117310,-196567],[-118262,-198934],[-117573,-210546],[-118201,-209756],[-119014,-208701],[-121891,-214682],[-121922,-212988],[-127812,-240345],[-118464,-255225],[-117369,-248612],[-127117,-251707],[-124557,-247199],[-124482,-256944],[-125905,-276847],[-122601,-281027],[-123835,-270747],[-119420,-293263],[-117750,-301534],[-116473,-382606],[-116526,-381954],[-122921,-34132],[-116135,-88491],[-123953,-83782],[-119416,-85674],[-123478,-94240],[-120611,-99308],[-118914,-109093],[-134890,-149115],[-140389,-150208],[-131729,-165058],[-135853,-164734],[-135154,-165350],[-130141,-165024],[-131180,-155950],[-137373,-164968],[-132739,-164478],[-132343,-170885],[-128456,-166265],[-128325,-184123],[-138961,-197054],[-139260,-197729],[-137155,-196174],[-135363,-194695],[-134368,-196307],[-133567,-195331],[-130041,-235425],[-130970,-239275],[-129233,-236190],[-128356,-239070],[-131049,-257699],[-138949,-276900],[-135851,-277365],[-131266,-277536],[-130729,-271472],[-134196,-273422],[-130633,-272709],[-131961,-278202],[-128966,-278071],[-134544,-287924],[-140740,-292751],[-140499,-306615],[-133285,-301079],[-134216,-303863],[-139481,-307434],[-138896,-35719],[-131955,-93978],[-151651,-141901],[-142350,-143918],[-143394,-163803],[-143981,-168945],[-142874,-175477],[-145648,-176477],[-143725,-173159],[-153104,-174040],[-147253,-201788],[-145432,-201691],[-150434,-267310],[-147433,-274764],[-150932,-272753],[-145701,-273867],[-151474,-276919],[-144073,-281336],[-147576,-278063],[-145886,-270539],[-149167,-281112],[-148564,-291824],[-148110,-294724],[-148178,-303539],[-143446,-301302],[-141830,-306762],[-152469,-299839],[-148448,-307878],[-143802,-310007],[-147312,-423726],[-141833,-36459],[-141791,-35360],[-144472,-36362],[-145924,-35626],[-143889,-32427],[-147595,-32685],[-148104,-34140],[-149520,-34740],[-149259,-30836],[-140877,-31456],[-145438,-49186],[-151640,-63549],[-162616,-121396],[-164510,-234460],[-165440,-233244],[-165837,-238937],[-164681,-244297],[-165148,-250003],[-165733,-244975],[-159481,-253303],[-156384,-263412],[-161469,-265892],[-155644,-269096],[-158523,-274148],[-159757,-277286],[-164351,-275068],[-158498,-270983],[-166207,-280775],[-155555,-288129],[-162425,-290438],[-155241,-290514],[-155857,-289819],[-165368,-285866],[-156637,-296175],[-161673,-295411],[-161100,-306604],[-162031,-306783],[-161933,-342987],[-159389,-341471],[-159713,-340872],[-155795,-336722],[-157001,-336411],[-162685,-346549],[-162761,-347192],[-157443,-351097],[-164197,-348301],[-161366,-348134],[-166372,-368197],[-162450,-404200],[-159908,-32757],[-161302,-65817],[-155295,-76198],[-175450,-129497],[-168650,-138381],[-167039,-146218],[-172766,-163419],[-178515,-163246],[-178462,-165730],[-172782,-229044],[-170075,-234382],[-170101,-237277],[-177096,-250754],[-174790,-252892],[-167646,-244933],[-173401,-257025],[-175418,-264012],[-171561,-272298],[-176943,-272588],[-173093,-280184],[-171720,-374921],[-169306,-374039],[-179164,-373796],[-177681,-377372],[-173712,-377104],[-177967,-375101],[-175523,-378128],[-177144,-395840],[-177061,-449795],[-168754,-51894],[-171099,-88451],[-176844,-100066],[-177955,-105460],[-174295,-105104],[-189775,-119118],[-184565,-236603],[-191427,-240935],[-187442,-242585],[-191835,-233945],[-185403,-253159],[-183468,-245676],[-190449,-266412],[-188962,-261737],[-184331,-264573],[-182069,-265992],[-181144,-257655],[-179360,-263336],[-179676,-256739],[-185957,-258883],[-183478,-264110],[-182416,-263548],[-182961,-265064],[-189133,-265608],[-186599,-257429],[-191424,-272152],[-181095,-268916],[-186542,-272874],[-183087,-279211],[-191243,-275488],[-189524,-275297],[-187566,-275284],[-191679,-274773],[-179201,-280402],[-190399,-291704],[-184629,-283859],[-186585,-293489],[-184715,-290754],[-190631,-289249],[-185594,-295942],[-185244,-294318],[-180259,-396577],[-184505,-396463],[-181681,-393400],[-182369,-393370],[-191822,-406004],[-188140,-403777],[-182486,-400132],[-184474,-400210],[-180084,-399022],[-185182,-400576],[-191884,-410740],[-191378,-409627],[-184004,-434757],[-179450,-449155],[-186954,-64823],[-183847,-64958],[-181225,-80425],[-186109,-96868],[-200518,-227545],[-194313,-237853],[-196794,-239498],[-202438,-234879],[-194349,-231685],[-194088,-252390],[-198204,-254617],[-201902,-264577],[-202511,-265112],[-203900,-259391],[-201261,-263681],[-195451,-273815],[-195182,-275390],[-194691,-275414],[-194189,-273558],[-195411,-272863],[-193203,-275352],[-201450,-289064],[-203766,-290982],[-201828,-294034],[-193509,-293133],[-194724,-294012],[-195190,-295624],[-196838,-300250],[-200595,-295761],[-199979,-296992],[-197843,-311295],[-202185,-313165],[-202166,-315621],[-196586,-407093],[-196890,-416098],[-199584,-412638],[-197934,-412397],[-194536,-412399],[-193775,-62245],[-194319,-58520],[-200543,-71447],[-204137,-71182],[-200868,-78039],[-199667,-84311],[-192261,-100708],[-217102,-228681],[-205231,-228317],[-216368,-236289],[-211406,-234283],[-210249,-233260],[-209023,-253104],[-216056,-245008],[-216683,-245602],[-210977,-244425],[-205662,-243515],[-216523,-244309],[-206740,-260299],[-206934,-261230],[-208776,-261077],[-213748,-272724],[-209422,-279431],[-214144,-277403],[-214207,-281148],[-206159,-291629],[-214887,-285506],[-209422,-290835],[-205513,-290543],[-213257,-284197],[-213087,-288827],[-212020,-288157],[-207107,-293183],[-216458,-309396],[-205172,-307321],[-207724,-307073],[-215262,-326416],[-217023,-325376],[-207982,-322413],[-211889,-328715],[-212526,-326095],[-211058,-324887],[-210689,-323250],[-213597,-432713],[-205651,-74330],[-224115,-225244],[-224078,-230112],[-227551,-237062],[-224685,-234432],[-221947,-241059],[-229345,-241282],[-221420,-246429],[-222422,-273228],[-230161,-275005],[-226853,-278353],[-223795,-274956],[-221710,-281314],[-230162,-280743],[-226785,-290465],[-229419,-284254],[-219443,-289292],[-224563,-290054],[-219436,-290358],[-221792,-285287],[-224429,-285666],[-229236,-287732],[-224020,-282775],[-217914,-282725],[-230048,-282902],[-229745,-299753],[-229229,-313067],[-223661,-312835],[-227604,-311158],[-223412,-318857],[-225264,-321980],[-226393,-328226],[-218385,-324313],[-222524,-327124],[-240392,-211336],[-242172,-211650],[-239713,-212273],[-241110,-215251],[-237177,-214164],[-235292,-211075],[-230490,-226431],[-231041,-226281],[-238883,-221863],[-241636,-217613],[-233246,-217647],[-241204,-241031],[-239208,-240195],[-230904,-242223],[-233353,-236655],[-239189,-236193],[-235782,-236884],[-241325,-243843],[-240874,-244781],[-235696,-243923],[-232190,-270448],[-241004,-273171],[-238546,-271085],[-241255,-274294],[-237718,-279793],[-236982,-280164],[-233629,-290129],[-235119,-284099],[-238177,-286735],[-238592,-286114],[-233267,-292185],[-237656,-288780],[-239356,-283217],[-240209,-284137],[-237939,-291888],[-234031,-292122],[-239494,-286841],[-237551,-299793],[-232445,-303692],[-234892,-300131],[-236121,-296829],[-236806,-311996],[-233922,-310667],[-231133,-314667],[-241165,-307958],[-239318,-313489],[-232459,-319521],[-241700,-315456],[-240552,-315909],[-238822,-320003],[-232871,-326652],[-235088,-323320],[-242030,-324308],[-231428,-326743],[-239214,-335496],[-234414,-336242],[-235821,-334460],[-231564,-334350],[-233629,-337169],[-238909,-341294],[-240374,-342073],[-234891,-49525],[-233044,-99900],[-241082,-97075],[-2876,-152240],[-3839,-152756],[-5225,-152238],[-7146,-153357],[-7915,-151874],[-10248,-153126],[-7902,-149889],[-5867,-149710],[-4435,-147889],[-5977,-145582],[-4629,-150503],[-1274,-149322],[-11189,-144493],[-10886,-146963],[-12160,-151147],[-8432,-152542],[-8403,-155210],[-2018,-153713],[-3474,-159026],[-5911,-158863],[-7190,-159478],[-6950,-158638],[-7394,-155852],[-10500,-155517],[-10582,-158350],[-10082,-158714],[-10810,-165787],[-4159,-164664],[-7400,-178109],[-11260,-174925],[-9195,-173031],[-11770,-178163],[-3684,-177531],[-5585,-179229],[-3873,-180909],[-12746,-179210],[-2260,-181851],[-11994,-185469],[-1771,-186306],[-3968,-198250],[-8591,-194441],[-11791,-194829],[-994,-203410],[-11242,-201663],[-11816,-202410],[-9529,-202502],[-7400,-201597],[-4661,-199111],[-4698,-200260],[-4735,-201024],[-9804,-199584],[-10303,-194983],[-11637,-194687],[-11105,-196337],[-9181,-197009],[-6624,-195257],[-2656,-196410],[-3898,-194480],[-5049,-196051],[-5256,-197605],[-2442,-198830],[-570,-203039],[-5353,-214014],[-6948,-216601],[-9598,-214444],[-1833,-212416],[-11553,-211144],[-11627,-209468],[-10802,-215262],[-2770,-211140],[-4191,-210768],[-2567,-212040],[-11042,-211759],[-205,-215014],[-429,-217075],[-2192,-217177],[-12732,-216125],[-11702,-214501],[-4926,-205638],[-6975,-205858],[-130,-211624],[-3088,-215721],[-1252,-210486],[-6666,-212202],[-7347,-204951],[-1070,-204659],[-12082,-229120],[-3246,-227088],[-8878,-217449],[-4074,-219541],[-3707,-221337],[-6888,-228319],[-3347,-223643],[-10922,-227754],[-9504,-226714],[-2143,-220727],[-3295,-223973],[-2844,-224398],[-1118,-225717],[-5362,-228305],[-299,-232203],[-7678,-236212],[-12213,-238321],[-5274,-235983],[-9305,-231187],[-9918,-237869],[-9051,-234320],[-1975,-240565],[-5291,-239998],[-10567,-238249],[-4855,-230223],[-11817,-244873],[-1147,-266606],[-6996,-266893],[-5785,-268326],[-7930,-267694],[-6538,-271459],[-3718,-275972],[-8774,-269051],[-8282,-274032],[-2367,-275662],[-8999,-278263],[-9377,-270100],[-9173,-275294],[-6766,-282508],[-5953,-284758],[-4747,-286395],[-6627,-288286],[-6160,-286506],[-4489,-369750],[-4555,-368536],[-1019,-368702],[-2351,-366457],[-459,-363085],[-3941,-362221],[-3823,-360958],[-1885,-361309],[-436,-382026],[-1159,-381566],[-599,-379036],[-413,-378530],[-3111,-373096],[-2323,-372147],[-144,-391980],[-2434,-394320],[-2186,-394682],[-11138,-385957],[-11964,-388709],[-8007,-396087],[-7236,-396137],[-4161,-394547],[-11565,-384886],[-1438,-390712],[-2373,-392858],[-3834,-394755],[-7065,-397008],[-7042,-398174],[-48,-459834],[-12342,-479342],[-9712,-487775],[-8961,-499378],[-793,-502518],[-254258,-190925],[-249196,-212363],[-243809,-206054],[-255818,-211277],[-247914,-215358],[-253346,-229435],[-249155,-229368],[-244242,-220479],[-246599,-226749],[-249588,-237781],[-250846,-239501],[-255118,-233560],[-243815,-231855],[-255149,-253966],[-245815,-262602],[-245437,-267317],[-250551,-256180],[-249077,-264644],[-253361,-257853],[-252333,-268113],[-244528,-274750],[-245743,-275912],[-248088,-273577],[-254933,-280812],[-253886,-272591],[-249526,-275514],[-246825,-277823],[-250143,-285587],[-245268,-288502],[-247240,-289526],[-248145,-284687],[-254552,-283912],[-249338,-289935],[-248146,-281863],[-245199,-282201],[-253604,-282125],[-244161,-299637],[-244489,-302239],[-251466,-298167],[-248157,-300158],[-246771,-318319],[-251270,-319378],[-248567,-307216],[-244134,-314035],[-246265,-326589],[-248093,-331480],[-246437,-322699],[-244832,-335879],[-253437,-334096],[-254009,-609439],[-253146,-84077],[-247930,-87215],[-245279,-90057],[-253887,-97579],[-252950,-101292],[-254483,-99780],[-255893,-107681],[-255661,-106916],[-254900,-106858],[-252125,-106644],[-252118,-105962],[-253204,-105579],[-252025,-109078],[-253179,-110032],[-258559,-125603],[-258697,-117470],[-257410,-117094],[-256063,-117163],[-261536,-123989],[-265520,-138548],[-262883,-135132],[-264067,-199959],[-266614,-205198],[-263818,-206695],[-268083,-206769],[-256836,-210473],[-264569,-215526],[-265780,-212879],[-263302,-217466],[-257831,-221002],[-259939,-224562],[-267148,-226900],[-268719,-225707],[-268388,-227110],[-266862,-240764],[-265774,-239626],[-262388,-230367],[-261794,-235996],[-262045,-238492],[-266046,-241586],[-266362,-232439],[-256718,-235273],[-261302,-237117],[-263074,-237485],[-262733,-249220],[-261826,-250964],[-262255,-255633],[-264749,-259563],[-256820,-264026],[-263054,-263685],[-266468,-264852],[-259292,-281294],[-261501,-273625],[-259785,-279337],[-257104,-277991],[-258040,-269753],[-266853,-275570],[-268363,-277111],[-258869,-285436],[-261205,-285378],[-264109,-284882],[-256956,-285581],[-256312,-285236],[-260612,-281622],[-259139,-297981],[-267684,-296546],[-264278,-297221],[-267971,-298039],[-260497,-296994],[-258938,-296047],[-267108,-304890],[-257272,-318482],[-266790,-319756],[-262646,-309022],[-264304,-320971],[-257858,-322061],[-258646,-325460],[-258664,-328216],[-256643,-598175],[-259019,-609099],[-261763,-77905],[-258937,-97959],[-260468,-91160],[-256011,-111336],[-257141,-110952],[-256992,-114065],[-264544,-104246],[-258555,-114929],[-278109,-123579],[-280954,-138599],[-272270,-137847],[-274262,-136942],[-276578,-164778],[-280801,-162723],[-279078,-156306],[-274962,-175248],[-280233,-178077],[-277916,-169809],[-281437,-174388],[-274174,-186218],[-276822,-182634],[-272995,-191633],[-279407,-189682],[-269842,-202427],[-273899,-203401],[-281548,-198122],[-275931,-205706],[-270082,-205435],[-271892,-205515],[-274481,-214333],[-270485,-213863],[-274766,-210730],[-270010,-209845],[-270402,-211929],[-277877,-227731],[-277024,-224401],[-275073,-229678],[-276814,-221585],[-274554,-219723],[-276434,-219302],[-270869,-218933],[-269327,-219259],[-272692,-226087],[-271120,-224989],[-274165,-228569],[-281238,-231748],[-279141,-230887],[-280661,-236383],[-280750,-237413],[-279481,-234692],[-272297,-238373],[-276989,-236874],[-278180,-242641],[-269470,-238498],[-271260,-235167],[-268941,-237311],[-272029,-236247],[-277270,-238267],[-278092,-237216],[-269924,-239328],[-272224,-232947],[-276361,-254308],[-276066,-245331],[-279232,-251904],[-273717,-255781],[-269852,-246622],[-277419,-249017],[-276038,-252052],[-272431,-250045],[-270327,-253418],[-280530,-260747],[-281320,-265196],[-274115,-257668],[-276604,-259578],[-274889,-263587],[-280344,-258336],[-281357,-258948],[-277514,-268390],[-276437,-261924],[-275847,-264068],[-272930,-263215],[-268806,-259397],[-279655,-272776],[-277978,-269404],[-279556,-270138],[-273976,-279076],[-269534,-270702],[-270185,-284952],[-275375,-283346],[-276865,-281755],[-268934,-286937],[-275858,-291059],[-280633,-290887],[-274980,-288131],[-270256,-298806],[-270476,-302662],[-273119,-296684],[-271975,-296689],[-270305,-343084],[-281165,-354094],[-278021,-70992],[-276555,-75695],[-277999,-74515],[-280229,-68124],[-276192,-69133],[-269839,-85219],[-274583,-79514],[-277093,-84853],[-278643,-91222],[-277870,-95350],[-270094,-98604],[-268853,-92681],[-275042,-112608],[-280705,-102862],[-273879,-110393],[-289151,-118895],[-285077,-115229],[-291963,-135926],[-281647,-144740],[-290987,-148113],[-291707,-141552],[-293088,-158118],[-282533,-163959],[-293582,-155353],[-291726,-157929],[-285641,-177591],[-291922,-177389],[-283148,-170431],[-281702,-189437],[-291790,-179034],[-292299,-180309],[-290075,-190753],[-292328,-191102],[-287002,-187044],[-289649,-187761],[-285626,-179805],[-289147,-191916],[-287917,-199701],[-289377,-198963],[-291858,-194124],[-290907,-201384],[-289466,-196994],[-289276,-196326],[-285372,-192744],[-290782,-205450],[-284054,-211824],[-285757,-210384],[-284987,-207028],[-285277,-209238],[-283327,-227415],[-290341,-229623],[-289487,-227266],[-293475,-229458],[-282026,-221643],[-282566,-220344],[-286042,-221428],[-290771,-224908],[-291487,-220520],[-292022,-222539],[-289885,-220258],[-288605,-226422],[-289658,-233694],[-283154,-239095],[-284947,-230758],[-293678,-233523],[-289574,-238181],[-293751,-251629],[-292740,-254925],[-284874,-254965],[-284327,-250774],[-288872,-249364],[-283195,-250816],[-293845,-253471],[-282531,-250487],[-289469,-422013],[-292256,-423569],[-289823,-422644],[-292890,-62558],[-289064,-62276],[-287614,-74067],[-291464,-73689],[-287901,-88174],[-293525,-79214],[-290634,-88597],[-284800,-82415],[-286353,-99975],[-292885,-101125],[-285954,-103285],[-283355,-112440],[-296898,-126056],[-304987,-119566],[-299049,-116617],[-296091,-131301],[-297171,-138066],[-297602,-153320],[-296533,-152007],[-295592,-149943],[-304559,-150452],[-299378,-149604],[-305145,-150185],[-306900,-147406],[-306975,-144529],[-306080,-152794],[-294958,-151772],[-299531,-142817],[-301709,-148774],[-302317,-149419],[-300691,-154619],[-300744,-157852],[-305480,-160502],[-296373,-157667],[-299718,-161316],[-301396,-160773],[-298223,-159244],[-296737,-162575],[-303659,-165791],[-305589,-165038],[-303245,-178222],[-304877,-175956],[-304194,-176811],[-300360,-171909],[-303061,-176762],[-304433,-174302],[-305205,-169654],[-303156,-170776],[-299135,-174346],[-299311,-176348],[-306367,-183758],[-298300,-182244],[-296372,-181266],[-298104,-189762],[-294916,-181409],[-298581,-193870],[-304135,-195428],[-302326,-191856],[-295165,-204193],[-300594,-214404],[-302073,-214524],[-302802,-216982],[-296503,-216064],[-306518,-213830],[-305056,-208087],[-301570,-210097],[-295149,-217767],[-301988,-224485],[-300383,-218057],[-303115,-225475],[-301191,-227058],[-297920,-227550],[-295965,-227000],[-295971,-222556],[-302620,-221625],[-305025,-219268],[-306060,-222280],[-305357,-224635],[-295337,-241874],[-296486,-237779],[-306238,-237946],[-300744,-233462],[-299605,-238986],[-297171,-231905],[-297579,-236358],[-303120,-241064],[-304554,-238695],[-305987,-242437],[-302340,-232695],[-305284,-231029],[-297231,-253353],[-306828,-252150],[-302028,-63266],[-304847,-65116],[-295581,-66636],[-301182,-64045],[-305057,-65318],[-299664,-69207],[-305857,-71028],[-300208,-74410],[-303660,-75235],[-298823,-80157],[-302072,-101111],[-298610,-101222],[-297021,-96057],[-304814,-92990],[-302583,-107833],[-295554,-110905],[-318902,-123333],[-308864,-115778],[-307481,-127033],[-317455,-121585],[-319682,-117322],[-313774,-129910],[-313036,-133300],[-311851,-134117],[-312955,-139618],[-318355,-136936],[-310852,-137841],[-309515,-130495],[-307476,-151178],[-308661,-144264],[-313286,-141933],[-319929,-142951],[-312130,-142013],[-310346,-153567],[-310192,-157399],[-308564,-160421],[-308475,-163577],[-311560,-168396],[-307937,-168674],[-309427,-172222],[-309061,-184666],[-311282,-186893],[-308065,-183543],[-316295,-191619],[-313680,-191405],[-318233,-180676],[-317023,-187229],[-312132,-188369],[-308191,-192286],[-309735,-193135],[-311065,-192203],[-308747,-193945],[-307964,-192991],[-307893,-227124],[-310400,-242678],[-318372,-242697],[-314194,-240163],[-308948,-239856],[-308622,-232763],[-315469,-235053],[-314231,-231657],[-312378,-235519],[-308304,-245589],[-307836,-253371],[-314573,-243924],[-319336,-57435],[-318487,-57637],[-313924,-63190],[-315835,-62804],[-316449,-59262],[-316213,-58772],[-317833,-54660],[-316954,-56984],[-312811,-65338],[-315999,-66609],[-314912,-71038],[-312425,-70193],[-315477,-70440],[-314522,-74842],[-319091,-63873],[-317662,-67352],[-319307,-76121],[-311780,-73110],[-315676,-78655],[-318395,-81630],[-315414,-87439],[-315173,-84641],[-309758,-81115],[-309176,-84099],[-317517,-95325],[-317317,-94187],[-313025,-100304],[-318372,-98672],[-317745,-89446],[-315581,-93167],[-318668,-102979],[-315861,-103517],[-319496,-104789],[-312499,-106649],[-331164,-117054],[-325977,-118389],[-325477,-118708],[-327253,-121496],[-326997,-121248],[-329812,-120330],[-328097,-129094],[-332452,-134261],[-323667,-136761],[-325798,-137930],[-321644,-139103],[-323491,-135129],[-323804,-133583],[-324108,-127964],[-332459,-141368],[-323711,-148317],[-327135,-142916],[-324618,-150441],[-327488,-148230],[-329025,-150065],[-324208,-154575],[-321267,-175386],[-327573,-189796],[-324584,-179408],[-325067,-181898],[-325900,-188047],[-321517,-188432],[-320551,-181053],[-321391,-179331],[-329679,-188709],[-331641,-187967],[-320563,-193568],[-325065,-194170],[-331714,-24057],[-331183,-23917],[-330628,-23215],[-325316,-23452],[-325500,-23031],[-326231,-22767],[-326297,-21753],[-327888,-21654],[-324872,-36607],[-323373,-35049],[-328363,-33656],[-326738,-32798],[-324162,-30234],[-323219,-33663],[-327286,-28131],[-327239,-28554],[-328037,-27020],[-328311,-27054],[-329550,-25874],[-329173,-25517],[-320211,-48448],[-320830,-50014],[-322315,-42583],[-323174,-50786],[-331631,-39242],[-331126,-41841],[-328940,-46559],[-330848,-48835],[-330607,-47563],[-328612,-45768],[-329058,-38328],[-327505,-41969],[-325727,-47025],[-327027,-47837],[-327406,-49395],[-328008,-43296],[-323637,-54480],[-321793,-59457],[-322806,-58098],[-323561,-52756],[-325408,-52220],[-323855,-56210],[-322260,-54706],[-325918,-61007],[-321949,-62672],[-326771,-60555],[-324972,-57894],[-325118,-60190],[-325175,-56082],[-326048,-53672],[-328235,-51277],[-331798,-61533],[-324239,-66680],[-320873,-66494],[-323565,-68937],[-325408,-71483],[-323892,-64526],[-329294,-73339],[-326085,-73052],[-328697,-73054],[-323749,-71333],[-326083,-66853],[-325562,-63813],[-331212,-64303],[-331132,-66682],[-329494,-68599],[-329191,-68312],[-328405,-65691],[-329005,-66821],[-328050,-67495],[-329120,-69805],[-328839,-69825],[-328539,-68106],[-328337,-65069],[-326055,-72743],[-326525,-73398],[-328130,-64886],[-328369,-65398],[-330799,-66830],[-330925,-66383],[-330162,-75226],[-320208,-99620],[-325178,-112895],[-326372,-110685],[-343313,-123601],[-339367,-125289],[-344264,-120340],[-341636,-118849],[-344601,-117478],[-336976,-124111],[-344564,-127712],[-343950,-120676],[-340800,-137700],[-339313,-135236],[-341612,-132454],[-339449,-138590],[-342276,-137987],[-343876,-139809],[-336535,-129073],[-342516,-133537],[-333847,-137792],[-333349,-138566],[-334493,-141102],[-336469,-140932],[-340291,-144345],[-336939,-168915],[-333827,-19184],[-337719,-18339],[-338919,-14823],[-342277,-15866],[-340517,-36278],[-336533,-35062],[-336230,-36190],[-337018,-37533],[-341160,-34505],[-339360,-35678],[-337853,-32762],[-337899,-40289],[-334976,-38965],[-335601,-41414],[-335506,-42622],[-333412,-41806],[-333855,-48510],[-333178,-48082],[-344773,-42103],[-344648,-38841],[-337109,-50959],[-335251,-49207],[-337974,-44920],[-337693,-45235],[-335723,-45006],[-343491,-42022],[-338749,-46987],[-338750,-43093],[-338212,-50529],[-335609,-63299],[-334274,-57834],[-334490,-56075],[-334509,-58451],[-333612,-74041],[-338132,-75706],[-336453,-75977],[-337750,-76300],[-340585,-71210],[-341593,-69304],[-339864,-67732],[-338893,-67557],[-336084,-70683],[-332862,-69358],[-334189,-66715],[-340570,-65963],[-334940,-74908],[-345090,-70820],[-342110,-81622],[-340099,-82143],[-338300,-78939],[-344581,-82368],[-344871,-84468],[-338960,-108632],[-341491,-106905],[-355476,-115851],[-353667,-125446],[-350828,-186128],[-353783,-180968],[-357200,-179567],[-355396,-184602],[-352533,-187800],[-356779,-196340],[-355664,-193923],[-358342,-197136],[-354234,-195920],[-357648,-194777],[-353749,-200830],[-353616,-196617],[-350477,-195039],[-356562,-207293],[-349071,-206249],[-358372,-209254],[-352156,-211115],[-357901,-224637],[-357630,-227545],[-353083,-229160],[-345977,-18956],[-346124,-15565],[-347383,-15578],[-348882,-18818],[-350253,-16730],[-353145,-19588],[-352354,-22275],[-347136,-21209],[-346375,-21587],[-345607,-20104],[-351242,-431794],[-351417,-37706],[-346598,-29101],[-349500,-527500],[-350518,-527361],[-358199,-545501],[-353545,-39418],[-354332,-75558],[-351023,-75690],[-350957,-75699],[-357615,-82003],[-351365,-79139],[-350422,-82083],[-348133,-78842],[-346561,-77115],[-346235,-87137],[-357363,-78557],[-347954,-79395],[-358034,-94973],[-354408,-105508],[-348660,-111971],[-358847,-126699],[-365702,-189244],[-367479,-183497],[-367605,-185825],[-370783,-191687],[-360047,-190417],[-361165,-189253],[-362662,-187162],[-358548,-189142],[-363062,-183086],[-362927,-189684],[-364682,-186300],[-365245,-188039],[-363649,-188026],[-362120,-188968],[-361055,-190933],[-358586,-182787],[-370443,-457650],[-371041,-458117],[-366730,-510805],[-366528,-510483],[-364068,-522553],[-365814,-519230],[-365642,-516512],[-366083,-516453],[-363092,-515579],[-362267,-525071],[-359010,-545901],[-366408,-48594],[-369319,-74132],[-369366,-72665],[-364015,-75060],[-364406,-72395],[-364501,-69012],[-361591,-75657],[-358852,-77390],[-14967,-151066],[-17298,-150561],[-15380,-148906],[-14224,-149487],[-19453,-150866],[-21248,-146886],[-18233,-150709],[-19457,-141209],[-17033,-144571],[-22425,-152722],[-23690,-153181],[-23628,-167739],[-20091,-168863],[-23412,-169142],[-19277,-178313],[-17781,-177285],[-16898,-176819],[-13014,-166624],[-14698,-171295],[-25334,-180965],[-24935,-181418],[-24077,-182209],[-24502,-180941],[-16853,-186356],[-21684,-180447],[-21353,-181962],[-19051,-184492],[-13214,-181185],[-17156,-184024],[-16607,-180144],[-18168,-183400],[-22473,-190001],[-22826,-189680],[-22167,-189626],[-25039,-190226],[-22738,-201529],[-24319,-199543],[-25498,-197607],[-22269,-198225],[-14983,-201703],[-16335,-202013],[-23894,-192275],[-20822,-193236],[-18328,-200462],[-14797,-195662],[-15776,-198382],[-23743,-208696],[-24791,-206710],[-25394,-210304],[-24540,-208670],[-24949,-207528],[-16932,-206900],[-13494,-208257],[-16275,-208931],[-16989,-209935],[-18267,-211362],[-16406,-212215],[-14628,-214623],[-20060,-226245],[-24907,-224035],[-18331,-225997],[-19646,-223723],[-21859,-223376],[-17339,-229315],[-20393,-228337],[-23050,-226179],[-15924,-222001],[-15703,-221344],[-18275,-219667],[-16750,-219714],[-17020,-221029],[-15234,-218282],[-20291,-220408],[-25411,-235285],[-13309,-239055],[-19495,-253835],[-19975,-255621],[-21446,-252404],[-21816,-252076],[-14863,-258623],[-13719,-263409],[-20728,-258949],[-18123,-262581],[-16000,-268039],[-17471,-277461],[-19453,-273731],[-15709,-273986],[-14524,-271284],[-12822,-271095],[-22578,-274832],[-20036,-280015],[-21522,-279792],[-14330,-285445],[-13592,-285065],[-16613,-286872],[-23339,-289667],[-24336,-290539],[-25308,-289290],[-23844,-286291],[-19037,-286210],[-20241,-286633],[-24892,-295487],[-23888,-369311],[-25528,-367147],[-19690,-372286],[-19834,-382994],[-16009,-376217],[-17411,-374760],[-21029,-379667],[-14869,-383724],[-15539,-381696],[-13451,-388508],[-15007,-389663],[-15056,-385862],[-23824,-471338],[-22469,-468740],[-23068,-473290],[-22239,-472684],[-17261,-474891],[-15385,-491683],[-15738,-489789],[-15104,-494321],[-15949,-492761],[-17194,-493572],[-13453,-501783],[-382720,-455513],[-380716,-463126],[-381459,-462291],[-380415,-461681],[-377406,-485136],[-377950,-479465],[-376729,-43198],[-377539,-43283],[-383410,-44332],[-383054,-43956],[-378029,-76470],[-379151,-73531],[-373350,-73560],[-371501,-72187],[-374274,-72592],[-375414,-70792],[-375967,-71946],[-376257,-73855],[-396442,-268531],[-392156,-270439],[-384208,-269907],[-393101,-401532],[-394175,-400912],[-389888,-459364],[-384027,-456272],[-390526,-471911],[-390063,-469978],[-386206,-466279],[-409367,-264920],[-402479,-396648],[-399218,-400078],[-434670,-245328],[-433235,-457726],[-446991,-171263],[-436034,-186013],[-435714,-181091],[-447032,-207953],[-438172,-240130],[-438631,-447557],[-447395,-442377],[-437514,-448476],[-444573,-84085],[-457799,-126287],[-452616,-154760],[-455119,-155249],[-453201,-211999],[-450441,-220593],[-458729,-218846],[-448230,-442212],[-452202,-78339],[-458456,-77306],[-455896,-79109],[-456350,-78124],[-452817,-77405],[-459321,-96932],[-457714,-99146],[-455727,-95177],[-458440,-100593],[-453252,-94298],[-471757,-132691],[-462747,-168228],[-470955,-197164],[-467880,-201149],[-464670,-212394],[-462052,-5986],[-464819,-8311],[-464477,-491412],[-461505,-60359],[-466778,-92716],[-466478,-96008],[-466277,-96908],[-471381,-100262],[-463278,-101719],[-471562,-99861],[-465150,-104424],[-463410,-105999],[-465535,-106898],[-466928,-102413],[-462750,1935],[-463300,4210],[-462440,5384],[-467074,5025],[-471260,5631],[-469484,4405],[-474323,-207294],[-482991,-496282],[-494199,-137511],[-497304,-222475],[-496559,-227166],[-497168,-430208],[-35742,-146877],[-32415,-146532],[-37644,-146371],[-37266,-148637],[-37509,-165576],[-36266,-165954],[-34991,-165151],[-35583,-163981],[-34702,-167844],[-36833,-167750],[-36785,-166636],[-35369,-167895],[-31470,-173214],[-32150,-172988],[-35071,-171072],[-29439,-173840],[-29213,-176701],[-35070,-166328],[-25882,-181368],[-38395,-183580],[-37841,-184454],[-31466,-190844],[-28278,-189102],[-31853,-191434],[-37588,-200301],[-25806,-199920],[-35197,-202747],[-31054,-201110],[-26642,-201106],[-27042,-203773],[-36700,-200782],[-38393,-198797],[-35514,-195571],[-32316,-201454],[-30938,-200758],[-33363,-198702],[-26398,-197204],[-25785,-195943],[-27080,-192118],[-32660,-196385],[-25996,-205142],[-27034,-225498],[-27248,-223079],[-26603,-224530],[-28723,-226015],[-28751,-221060],[-27024,-228001],[-27186,-235254],[-28056,-233114],[-32339,-231169],[-26900,-235029],[-26175,-230592],[-35667,-250657],[-33513,-254178],[-26564,-268176],[-29862,-277565],[-33613,-276050],[-27883,-294840],[-34081,-376745],[-30005,-373557],[-36726,-458411],[-36475,-459714],[-509282,-184852],[-500416,-189901],[-507173,-191571],[-503495,-201655],[-500156,-203457],[-507106,-214348],[-509147,-218066],[-511425,-234227],[-519545,-203441],[-518836,-200983],[-520170,-212187],[-516495,-212403],[-517169,-211318],[-521592,-214332],[-520672,-205528],[-517936,-235014],[-514013,-231961],[-519728,-443602],[-521220,-457308],[-517584,-497337],[-512470,-498759],[-515034,-103013],[-519044,-109810],[-530247,-454161],[-531531,-473111],[-530407,-468953],[-532632,-479337],[-525023,-481678],[-525359,-478118],[-529250,-473928],[-531956,-92015],[-527102,-109062],[-537957,-96694],[-559377,-137682],[-554497,-160675],[-50653,-134341],[-48292,-136875],[-50288,-142798],[-50209,-141175],[-49342,-146760],[-46103,-140832],[-39946,-148333],[-42650,-151872],[-40837,-153082],[-42531,-150673],[-43983,-149621],[-42510,-149030],[-46849,-146277],[-48572,-161315],[-47888,-160485],[-47705,-159107],[-46143,-157864],[-45635,-162229],[-44357,-162065],[-43153,-162967],[-43690,-161508],[-42078,-162853],[-41887,-161415],[-40670,-161136],[-40119,-161595],[-43189,-160848],[-47447,-165034],[-49243,-168608],[-48347,-167705],[-48682,-166924],[-46073,-168007],[-38478,-169357],[-49164,-173080],[-49217,-199298],[-50666,-196618],[-40770,-196725],[-49419,-198374],[-45753,-199442],[-43006,-198828],[-40659,-200825],[-50596,-215183],[-48558,-213161],[-49567,-215123],[-49489,-207238],[-50461,-208945],[-50883,-211869],[-48190,-228558],[-46064,-223483],[-51198,-232295],[-41804,-231667],[-44793,-260637],[-39080,-367995],[-45961,-465789],[-57891,-137845],[-55501,-135935],[-53753,-131870],[-57247,-136296],[-53582,-133496],[-58961,-136998],[-52012,-139944],[-58421,-133579],[-54611,-128557],[-59429,-130727],[-58326,-145469],[-52255,-146018],[-56021,-149470],[-57293,-149661],[-53199,-149315],[-54607,-143491],[-54796,-141151],[-52432,-142979],[-62585,-150867],[-60403,-151073],[-61311,-150020],[-60942,-154443],[-63362,-154977],[-58412,-156373],[-63314,-158947],[-54848,-165108],[-54944,-162684],[-57498,-165257],[-56843,-165691],[-56161,-164064],[-55302,-164144],[-59925,-162827],[-62263,-163864],[-59722,-164013],[-53591,-160941],[-53732,-160465],[-61720,-161612],[-57228,-157631],[-51269,-165091],[-51203,-165997],[-60109,-173153],[-58593,-173588],[-58767,-171695],[-61892,-171771],[-63617,-174594],[-54921,-168355],[-63044,-170525],[-59119,-168282],[-60246,-167317],[-62679,-186586],[-57268,-191513],[-61854,-191938],[-51766,-195148],[-59709,-191918],[-57565,-192401],[-59579,-201609],[-59124,-202589],[-63985,-199989],[-63895,-198398],[-60072,-201205],[-57866,-201389],[-54714,-201665],[-52892,-197346],[-56429,-196624],[-52468,-210566],[-56518,-218482],[-63864,-227923],[-52932,-224779],[-51970,-227462],[-56166,-226558],[-57658,-219429],[-59633,-220633],[-63745,-236715],[-54006,-233814],[-54485,-235280],[-61145,-231490],[-51821,-233364],[-52118,-232338],[-57549,-230211],[-62545,-254504],[-62957,-251355],[-57065,-252071],[-63223,-256333],[-62664,-255971],[-62795,-262579],[-63384,-263554],[-58696,-272148],[-62183,-278448],[-62039,-275298],[-56058,-273782],[-54984,-275412],[-63360,-284427],[-56505,-282207],[-67351,-134847],[-64781,-128605],[-67291,-139344],[-70357,-133505],[-68305,-137868],[-71659,-129445],[-69084,-131844],[-76350,-135814],[-73946,-132238],[-72011,-130837],[-68862,-137860],[-64789,-147910],[-65056,-153193],[-66947,-145991],[-67498,-142265],[-69711,-145973],[-74053,-141720],[-74182,-152612],[-68540,-151117],[-70827,-143367],[-75245,-145025],[-64709,-156770],[-75083,-155183],[-71526,-154828],[-65788,-155283],[-70461,-160972],[-76415,-161186],[-76708,-163311],[-64086,-161172],[-74661,-178897],[-72830,-178716],[-65200,-168613],[-64457,-168281],[-67299,-173499],[-71673,-175957],[-66420,-174498],[-65067,-177609],[-67562,-178005],[-68631,-191087],[-71525,-191735],[-66808,-181476],[-69690,-195771],[-71953,-201705],[-64071,-200080],[-65836,-192300],[-68055,-194665],[-67435,-195893],[-69144,-199456],[-70328,-200899],[-70972,-201654],[-68056,-218274],[-71896,-218647],[-69201,-224522],[-69642,-230148],[-74376,-239745],[-70296,-232406],[-74150,-247649],[-65210,-267727],[-72720,-276132],[-74955,-279165],[-64128,-270186],[-64989,-271097],[-66869,-269221],[-68773,-285382],[-70064,-284773],[-67752,-288048],[-65424,-285298],[-75298,-43421],[-73204,-48841],[-89215,-134239],[-79552,-129818],[-81191,-132113],[-81686,-136066],[-81637,-132870],[-80898,-133375],[-77006,-144564],[-77162,-141485],[-77730,-143315],[-80905,-148002],[-85276,-148675],[-82493,-143385],[-80560,-145562],[-79262,-148160],[-84083,-146913],[-83478,-147700],[-83995,-152638],[-78687,-157007],[-79043,-158370],[-79025,-166114],[-76829,-154095],[-85608,-162098],[-82372,-162452],[-80357,-169073],[-77241,-169375],[-85070,-168453],[-87373,-175147],[-85791,-178577],[-81645,-167513],[-83655,-170266],[-83117,-180047],[-80034,-184511],[-79955,-179694],[-89334,-190740],[-86577,-181730],[-87277,-184986],[-87582,-189844],[-81591,-188940],[-87315,-195661],[-88130,-193686],[-77736,-201384],[-79265,-202643],[-82547,-193140],[-87174,-213175],[-81474,-206544],[-85623,-220802],[-81118,-228666],[-83138,-238440],[-82243,-231053],[-85886,-233758],[-78639,-232963],[-83270,-235831],[-89365,-233882],[-78285,-247952],[-77625,-279400],[-86767,-279841],[-88369,-280005],[-81463,-281300],[-77673,-281954],[-83834,-302970],[-88796,-356511],[-78285,-23912],[-86722,-24725],[-84594,-22356],[-85561,-24621],[-86153,-24979],[-84567,-33002],[-81138,-33993],[-81723,-27884],[-79053,-31091],[-77452,-47540],[-86840,-59040],[-83405,-59624],[-78665,-51757],[-98922,-138768],[-96907,-140479],[-97313,-139466],[-96743,-138908],[-95643,-132270],[-92142,-133750],[-94048,-130298],[-100098,-131065],[-98166,-132508],[-96463,-129071],[-100080,-135235],[-101392,-139352],[-102274,-138650],[-95316,-141195],[-100490,-149828],[-100702,-150983],[-92412,-153002],[-90826,-147956],[-97973,-152982],[-101354,-162274],[-91032,-159075],[-95384,-178141],[-101248,-170972],[-92382,-170749],[-101014,-168498],[-101386,-171509],[-96049,-171711],[-92146,-175307],[-99805,-177021],[-96795,-181813],[-93354,-191052],[-94745,-187996],[-97595,-190990],[-98390,-184618],[-93140,-186210],[-91693,-186395],[-99493,-186403],[-90538,-195893],[-93029,-193580],[-100101,-195456],[-91045,-204893],[-92425,-208238],[-94379,-220309],[-100680,-227991],[-89782,-228705],[-93711,-238973],[-93846,-238002],[-101376,-266374],[-96658,-286900],[-91096,-290511],[-102249,-285211],[-90259,-355033],[-101416,-366794],[-94827,-366975],[-98173,-366147],[-101809,-359836],[-99989,-358788],[-101766,-359344],[-94093,-20735],[-94824,-24943],[-93133,-17686],[-92023,-17521],[-94351,-17203],[-99834,-18860],[-93550,-14464],[-101043,-13966],[-100135,-36705],[-96183,-43059],[-92449,-38587],[-110005,-123610],[-114411,-128527],[-106371,-150193],[-104870,-152540],[-112829,-149957],[-107640,-150806],[-112487,-152528],[-102978,-149150],[-105531,-152839],[-108805,-155774],[-111622,-154314],[-114133,-156917],[-105282,-164524],[-104784,-165755],[-106008,-158337],[-110559,-168118],[-113539,-167190],[-103447,-176636],[-115047,-173824],[-103569,-172025],[-104102,-166578],[-110393,-180133],[-111655,-181031],[-107652,-179775],[-114428,-181743],[-106257,-181179],[-103480,-180800],[-104223,-182436],[-111918,-185770],[-112342,-186776],[-110688,-187219],[-111610,-190253],[-110177,-189600],[-114832,-202025],[-111175,-202295],[-113149,-201042],[-102548,-194964],[-113490,-195987],[-114813,-208205],[-112698,-221473],[-106222,-219684],[-107060,-222630],[-108456,-222904],[-107714,-221726],[-106175,-255752],[-102405,-253928],[-114707,-245432],[-105119,-256965],[-114109,-300498],[-103807,-363147],[-108372,-370615],[-104922,-364523],[-105183,-370022],[-106098,-369933],[-105206,-367450],[-105638,-366552],[-114008,-370816],[-104250,-365859],[-103792,-364283],[-105501,-370571],[-108278,-362153],[-104081,-15780],[-102531,-13267],[-109201,-373165],[-110130,-374496],[-109670,-373683],[-104077,-376006],[-102434,-373233],[-106926,-371676],[-114551,-372506],[-108814,-387599],[-103598,-54663],[-104492,-55443],[-111982,-96949],[-105306,-101719],[-103516,-105969],[-109529,-104795],[-114321,-108332],[8701,-153308],[11679,-148136],[10078,-147335],[8854,-148972],[1811,-151614],[2549,-150906],[1882,-149597],[4805,-148453],[8000,-146331],[9497,-144524],[1652,-148301],[11839,-145559],[2339,-153321],[10008,-155169],[5890,-154262],[3690,-163224],[10681,-163881],[11942,-159455],[6866,-164529],[6276,-163582],[4202,-171429],[5389,-172781],[5616,-171645],[8256,-166844],[3105,-186331],[5104,-185659],[4132,-186772],[7731,-195397],[12106,-193557],[5831,-196126],[7813,-196789],[8467,-196316],[3772,-203885],[5326,-202784],[4466,-197055],[348,-204350],[9764,-197207],[7671,-204401],[11585,-199562],[9887,-201122],[8406,-199937],[5279,-201225],[4964,-198988],[10952,-198021],[1155,-201795],[1604,-209295],[8250,-210407],[3359,-215595],[6584,-205512],[11341,-211740],[6173,-207548],[5665,-208975],[1577,-205773],[51,-212689],[8730,-213801],[9987,-215617],[10215,-208337],[12086,-206005],[2679,-207167],[11276,-215846],[3756,-207177],[10063,-205679],[7692,-205821],[10874,-211030],[520,-205008],[2538,-208726],[4238,-229793],[540,-228804],[7432,-222124],[8386,-222378],[884,-225367],[8936,-223594],[7290,-227385],[11561,-217824],[8183,-227266],[8309,-220174],[9363,-227751],[5437,-217420],[988,-220856],[6753,-218038],[1652,-224639],[396,-223215],[2476,-218158],[4928,-239423],[5417,-241468],[1895,-241745],[12584,-247140],[1854,-243843],[10943,-244339],[7155,-259578],[8033,-280003],[4159,-271239],[5277,-270558],[7486,-281354],[858,-367812],[2537,-367972],[834,-377210],[278,-378589],[1806,-375690],[275,-391720],[5896,-389256],[1523,-387160],[627,-387602],[1207,-388321],[5199,-387770],[4526,-389685],[7057,-392389],[9047,-392099],[5662,-388583],[5746,-394179],[5895,-394692],[4682,-395872],[3903,-396562],[11645,-392773],[3548,-392032],[1679,-393518],[8953,-396479],[5413,-406487],[12426,-401799],[9792,-407474],[9643,-406171],[10939,-399308],[6678,-397755],[12540,-397826],[12653,-400897],[9734,-405173],[8871,-404783],[9175,-406126],[7332,-407220],[7624,-407610],[2842,-405653],[7120,-403878],[7013,-407194],[6468,-404691],[3953,-397523],[9013,-397220],[7164,-414754],[9525,-416039],[10340,-410436],[10894,-442436],[11502,-441724],[9429,-441726],[6430,-436507],[431,-459464],[4481,-457842],[11746,-454557],[10526,-464576],[3444,-460626],[7302,-484947],[2933,-502553],[132637,-123511],[133390,-126167],[136454,-121368],[139644,-124956],[136533,-124951],[136682,-129636],[135759,-130075],[134295,-129425],[135518,-128271],[136035,-128143],[135952,-129308],[136107,-137362],[134747,-137986],[133402,-137059],[133661,-136893],[136955,-136799],[133499,-131048],[134469,-130713],[138152,-172952],[131521,-178975],[129425,-178525],[138680,-170786],[130811,-178356],[128840,-174141],[129638,-169080],[131847,-168725],[131828,-169255],[133531,-169495],[133212,-168019],[130693,-168676],[132202,-168437],[132113,-172913],[131866,-172642],[135264,-187009],[135936,-185978],[128367,-183557],[129539,-184475],[135765,-182202],[134618,-182257],[136709,-199593],[132925,-192126],[139998,-191805],[130849,-203274],[131147,-202750],[129656,-203682],[128488,-203223],[134293,-200902],[131681,-198843],[140315,-199852],[138854,-200080],[131182,-200044],[138635,-201317],[128859,-193530],[128440,-193689],[130158,-192697],[131161,-192539],[133427,-198500],[128994,-197459],[131641,-197870],[131176,-202149],[131593,-196167],[129834,-198557],[128385,-192140],[137170,-215584],[130102,-212557],[140416,-211812],[130619,-212003],[139915,-213018],[136828,-224147],[138465,-226225],[138683,-240228],[131777,-233475],[130567,-236667],[132557,-238423],[130520,-234744],[135264,-233028],[131449,-236922],[138835,-238009],[135626,-239093],[139358,-238919],[134515,-234186],[135723,-240142],[136314,-235969],[135106,-239560],[133498,-241860],[128534,-239522],[134503,-238246],[128541,-242207],[133892,-236758],[133999,-238363],[130556,-239318],[139244,-254319],[138543,-254255],[137845,-271525],[131171,-274846],[130133,-270580],[134026,-304811],[134158,-300006],[129354,-310601],[137417,-312845],[133433,-312968],[139028,-308414],[133382,-316365],[135962,-311195],[137815,-309251],[129663,-309964],[138291,-310388],[134932,-313459],[134434,-318372],[137916,-317354],[134689,-311294],[133365,-330906],[140660,-325279],[138912,-321575],[140734,-320655],[139207,-325049],[134492,-331028],[135718,-329951],[140427,-321658],[140660,-324484],[129165,-332556],[136640,-329823],[131095,-342331],[129344,-337350],[129651,-341609],[134327,-343394],[138976,-338614],[138671,-337847],[128192,-345889],[129602,-353352],[131552,-353439],[132864,-354363],[137328,-355992],[134503,-352053],[131252,-352695],[136523,-356387],[136657,-365765],[132616,-362767],[133679,-361887],[130807,-360476],[128094,-59793],[130430,-59213],[135823,-59993],[136175,-63247],[135472,-71554],[139303,-68712],[134995,-65280],[139665,-74710],[138729,-73615],[137184,-73402],[136683,-73438],[133650,-71747],[138396,-65165],[139538,-64730],[140027,-88409],[140685,-89393],[128982,-87731],[137275,-84048],[132846,-87962],[133219,-84579],[138460,-78986],[138176,-76681],[132055,-85585],[137611,-87112],[136396,-81249],[138982,-81540],[133609,-76684],[133638,-77514],[139764,-90039],[137932,-89986],[137194,-92001],[132253,-92494],[131687,-95961],[128651,-98117],[131654,-93584],[132425,-95858],[136505,-93141],[137341,-94224],[138026,-94875],[132801,-90711],[129866,-100828],[133354,-102313],[131377,-106670],[131405,-112210],[152876,-126568],[153304,-124102],[153067,-124420],[151204,-118985],[146738,-123577],[152474,-120915],[142161,-126601],[146335,-125110],[147516,-131666],[146603,-134422],[148640,-131838],[146269,-140549],[148930,-138261],[146127,-136491],[148144,-137043],[148975,-136128],[149779,-135590],[151151,-164009],[146452,-159377],[152397,-160075],[151708,-162474],[145681,-161190],[145686,-162648],[146282,-163425],[146165,-176474],[143892,-178481],[142971,-176516],[143064,-176249],[146103,-167515],[147088,-167483],[150363,-167993],[146408,-179853],[147162,-185481],[148133,-191152],[147737,-200778],[142395,-199425],[148546,-200302],[147874,-222449],[149341,-224181],[148361,-239389],[145120,-242188],[142598,-235203],[145720,-239345],[142927,-236467],[152431,-232854],[144711,-241185],[148202,-241930],[143390,-241343],[142619,-234462],[142276,-238176],[142281,-239736],[145616,-242517],[145387,-250696],[144157,-253214],[143308,-253809],[146237,-251343],[142855,-252621],[153206,-255518],[141721,-254158],[145304,-249178],[143811,-254792],[145965,-251642],[145016,-249190],[146189,-248071],[149206,-250546],[147934,-248078],[146905,-247661],[147314,-245755],[144436,-246819],[151029,-261545],[142141,-256519],[143101,-257342],[143118,-256859],[143360,-257585],[153509,-258125],[147528,-280238],[147580,-280231],[149315,-290196],[147478,-283285],[144858,-294010],[153591,-283987],[152422,-289044],[143918,-281523],[151737,-305565],[147365,-296775],[149912,-295078],[152370,-299892],[151857,-300414],[150236,-307812],[151251,-308468],[142684,-315574],[151808,-327665],[144696,-326413],[147184,-326566],[147913,-319879],[151517,-324425],[152361,-323821],[151007,-320126],[149592,-321628],[143021,-325767],[152816,-336858],[152435,-337451],[153313,-343072],[141713,-337656],[141608,-336857],[143756,-355213],[153495,-345738],[147752,-355674],[151269,-357059],[145917,-357965],[152031,-360027],[142091,-51961],[147270,-54101],[147858,-62815],[150895,-72242],[141111,-74785],[146298,-69853],[150357,-67322],[144799,-68424],[143327,-69723],[144396,-68420],[148464,-72564],[150959,-75036],[140901,-73358],[143331,-85683],[145418,-88520],[144002,-89016],[147867,-87130],[146460,-86871],[148212,-88410],[140910,-81722],[150778,-88920],[146314,-77644],[144584,-89876],[144213,-92142],[141889,-98082],[143621,-94614],[142942,-93292],[146737,-95442],[149791,-92795],[149098,-90533],[141476,-100026],[148596,-99993],[146897,-100950],[144967,-107672],[142519,-105198],[144684,-106031],[144531,-110539],[146819,-107975],[162620,-122596],[158757,-122681],[158734,-124756],[160161,-128248],[157012,-124885],[164711,-117060],[161551,-115244],[155846,-115417],[158631,-118714],[156624,-119810],[158809,-117036],[157195,-118508],[160210,-117240],[154375,-125856],[155802,-124862],[154427,-126877],[154189,-122759],[153704,-116854],[165657,-139788],[161747,-128635],[160010,-135489],[159224,-132830],[157961,-134102],[163052,-144660],[163540,-154825],[164593,-156412],[161097,-146802],[166701,-149161],[164145,-146364],[163595,-148102],[155734,-160987],[158841,-173169],[158320,-171685],[157639,-172860],[157884,-220065],[156707,-242714],[156360,-237440],[160669,-236936],[164650,-238674],[159097,-245595],[156732,-244560],[156716,-266731],[159021,-266293],[157058,-257693],[158401,-257612],[153921,-259063],[153664,-258558],[155879,-258617],[154842,-257896],[155424,-257486],[154184,-256967],[154745,-257225],[155219,-256261],[163201,-267889],[163564,-264571],[156511,-268221],[159316,-267967],[165083,-262963],[165719,-264250],[153794,-278049],[163120,-279034],[166133,-269590],[160331,-275530],[158508,-270860],[159843,-272569],[160938,-273734],[161857,-273205],[162109,-272161],[161136,-272467],[163963,-269268],[154652,-298854],[162858,-296696],[162574,-306708],[159541,-306328],[159332,-319555],[155254,-324895],[154212,-322642],[163192,-329244],[161605,-332063],[158781,-321469],[156812,-321597],[154375,-337143],[153674,-334499],[158581,-332771],[164238,-334411],[161024,-333503],[163109,-334283],[155208,-343122],[166351,-342572],[161980,-336015],[165165,-336729],[160512,-335549],[155281,-352193],[154749,-353685],[158048,-357468],[158210,-354555],[165282,-345958],[158760,-353502],[160419,-350474],[162091,-349222],[165358,-348846],[166370,-357415],[164736,-346700],[163254,-347408],[159005,-348809],[157261,-346525],[156211,-370307],[162926,-49988],[164704,-55744],[166164,-52142],[165541,-56092],[166044,-62847],[161868,-63226],[162854,-63398],[158914,-53390],[158927,-58130],[156508,-53248],[154194,-53014],[153776,-59936],[155239,-65985],[156660,-75150],[158234,-71968],[159370,-73674],[158883,-71042],[154217,-72911],[156794,-76345],[154301,-75507],[159904,-66216],[158664,-68674],[154277,-86469],[156653,-84055],[156719,-85939],[165916,-77084],[160701,-80387],[160526,-85469],[164081,-100708],[163089,-91145],[163575,-90002],[163269,-95028],[163508,-92198],[161501,-92400],[157171,-91326],[159159,-92909],[164342,-98320],[165280,-109263],[164904,-105432],[162511,-103350],[163862,-104640],[164834,-103759],[165710,-116078],[163778,-109644],[164149,-108371],[156026,-113803],[156627,-114973],[159596,-110285],[156804,-111337],[160626,-110946],[158242,-105336],[158251,-106804],[160483,-107512],[158230,-108193],[158558,-109461],[175892,-117236],[174450,-117447],[170479,-122639],[171097,-128002],[170826,-128134],[167625,-130885],[166716,-152789],[168345,-145319],[168128,-171745],[174568,-222443],[167536,-266079],[167485,-268331],[172007,-267035],[171231,-267614],[170844,-267371],[176149,-281341],[176443,-273907],[175320,-280241],[169514,-277989],[169015,-276154],[166773,-278450],[170780,-271482],[169965,-270944],[168646,-269962],[170698,-268763],[172545,-277951],[171965,-275726],[174394,-278594],[173958,-278326],[172757,-291985],[171827,-284050],[175414,-288071],[175613,-284706],[175129,-283935],[178534,-289167],[178168,-294130],[174572,-294987],[174826,-332052],[178924,-341494],[168667,-334925],[177166,-336194],[178161,-335475],[178906,-333777],[178352,-338436],[174571,-338989],[166607,-344437],[178074,-338887],[170149,-336150],[167452,-336529],[168640,-333628],[167612,-347303],[170510,-355379],[171967,-354034],[173796,-352649],[175359,-356751],[173900,-348492],[174695,-349474],[174045,-347536],[172107,-350368],[171423,-358688],[172538,-363798],[174520,-360849],[175160,-365756],[177632,-368640],[179150,-360313],[171056,-360775],[173497,-61267],[166275,-54748],[169348,-53204],[178081,-60165],[174740,-59522],[169537,-63773],[174008,-72595],[176823,-71595],[177038,-75751],[173249,-70609],[168417,-75224],[167017,-68563],[172996,-64839],[177892,-72611],[176907,-75104],[172787,-67828],[176434,-69615],[170422,-74205],[170164,-68950],[167635,-66985],[174408,-82866],[173913,-84117],[178459,-87855],[174790,-81202],[168993,-88925],[166534,-78531],[170168,-77210],[169322,-79581],[172075,-83541],[176370,-83540],[170886,-77684],[171900,-95716],[167751,-95750],[169018,-94772],[169466,-95815],[169951,-98131],[170135,-93696],[166565,-108711],[167412,-105860],[167374,-111363],[167314,-114219],[167750,-110682],[167360,-107286],[166445,-107683],[167426,-109352],[170286,-106311],[193127,-112047],[191395,-186460],[184386,-182421],[184800,-185526],[186133,-188376],[191168,-240043],[186951,-243194],[180615,-288965],[185332,-292575],[181413,-291502],[179201,-290660],[187001,-293860],[189312,-294591],[185526,-298722],[191048,-299238],[189019,-294447],[186932,-299767],[188281,-296112],[190770,-302066],[186526,-344291],[182594,-340017],[184236,-337144],[183935,-338762],[181087,-357119],[181106,-357077],[181820,-355884],[181190,-354007],[182390,-349723],[182712,-347774],[184707,-345563],[179663,-370495],[186269,-370916],[180472,-367714],[179260,-364743],[179907,-362804],[180813,-361358],[179388,-359751],[183390,-362141],[184984,-364383],[185443,-364726],[182667,-368727],[187614,-364430],[190571,-364064],[187611,-362188],[180091,-73452],[182722,-75915],[185326,-72703],[182287,-77645],[186620,-78353],[180248,-84845],[181877,-89513],[183256,-98151],[202005,-126920],[192574,-119172],[194187,-212681],[194131,-215160],[192010,-214756],[196483,-219650],[203112,-238745],[202796,-235815],[200844,-235508],[199971,-234951],[201529,-233259],[197790,-232229],[197845,-231929],[197727,-233151],[198564,-234342],[194462,-231432],[194609,-232845],[197069,-242243],[194793,-242475],[194967,-243464],[193687,-302468],[194126,-300051],[201141,-300588],[197921,-299224],[197172,-299790],[196701,-300908],[193862,-364160],[198579,-364857],[203965,-89020],[202418,-94114],[194797,-93244],[207590,-169412],[205552,-103393],[102075,-228560],[21671,-138889],[23130,-140947],[24799,-141297],[12824,-145106],[20238,-144813],[20741,-144091],[14372,-155513],[16080,-156055],[13495,-164099],[22211,-162169],[21598,-163907],[16137,-161909],[24070,-159214],[22587,-161538],[22356,-157445],[19413,-174953],[18770,-168304],[16751,-170893],[20655,-174676],[25291,-171862],[18180,-171651],[22697,-187635],[19951,-188381],[18062,-185995],[16475,-186876],[19160,-182227],[14567,-189953],[16803,-183335],[17085,-186041],[19106,-184448],[18280,-186101],[16443,-190038],[20835,-181572],[24576,-180900],[24224,-182860],[15756,-190861],[20013,-190180],[19703,-190190],[23693,-192274],[15310,-202754],[24475,-197469],[16302,-198029],[21248,-199094],[22807,-198089],[13185,-194978],[14609,-194302],[14598,-204288],[22907,-199510],[22901,-201614],[19298,-201889],[19454,-204405],[19575,-202733],[15885,-192632],[13798,-201511],[13492,-198950],[15509,-194559],[19605,-194078],[18378,-195860],[18435,-199126],[14299,-204952],[15478,-216263],[23663,-212900],[24858,-216239],[20814,-214335],[23231,-205320],[16449,-213851],[13294,-209204],[14025,-209454],[18205,-212841],[17776,-212627],[18606,-211551],[13173,-213181],[18817,-210401],[20885,-213696],[25363,-214722],[19805,-209331],[14596,-212765],[14024,-211151],[17368,-205438],[16590,-209472],[17654,-208090],[23088,-211097],[22134,-227480],[24639,-226450],[15786,-217407],[13560,-218097],[13145,-217513],[13247,-229436],[22398,-226457],[23144,-234535],[24149,-235806],[18154,-231717],[17510,-230900],[19528,-233302],[18722,-233264],[15217,-231211],[19294,-240166],[19712,-239254],[24661,-242292],[16261,-239297],[15264,-238032],[21677,-246497],[20307,-244725],[13115,-243238],[14309,-243196],[15473,-248702],[17372,-243291],[23423,-256191],[13881,-256954],[14956,-256272],[23230,-261675],[18405,-268533],[21776,-266323],[14235,-382833],[14738,-383770],[22841,-389093],[24251,-394697],[22375,-392422],[22918,-394486],[21268,-392671],[21763,-391845],[21795,-394711],[14879,-390279],[14447,-390250],[17713,-387403],[17942,-385865],[18870,-387519],[24137,-387619],[21384,-387910],[19766,-387197],[15537,-386683],[15661,-385320],[14289,-385381],[16554,-387883],[19483,-408769],[14003,-401220],[14683,-398330],[17743,-400674],[20883,-398457],[19998,-400007],[18999,-399486],[15837,-397044],[14112,-398631],[15712,-401169],[16084,-402180],[14725,-397581],[15368,-418127],[19100,-417503],[19367,-413160],[14977,-415837],[14996,-415296],[19880,-420827],[18057,-430334],[19940,-424893],[12859,-446331],[25227,-445245],[25486,-443149],[13565,-451360],[16088,-452050],[14301,-456788],[23801,-448306],[17463,-452320],[14834,-455084],[17664,-453526],[21469,-454209],[13326,-466905],[318873,600630],[316009,600932],[319351,601788],[319780,595810],[315150,609074],[316639,611161],[314584,606702],[315607,605373],[315725,602104],[319786,604858],[320030,600281],[321788,596383],[322725,594711],[332025,592649],[329065,589533],[330750,592364],[321969,593462],[328260,613878],[327911,614214],[323063,610760],[322420,613333],[322085,614272],[323395,613725],[320690,604120],[331280,619227],[320916,618671],[322074,616928],[324657,620112],[327295,623682],[331263,624352],[323149,616621],[344464,586877],[341190,588620],[339791,587998],[343844,597769],[345545,598449],[344766,598913],[339877,590789],[339108,617169],[337043,622424],[338313,626145],[345059,621159],[344560,625007],[337775,624119],[340717,622439],[342680,626238],[337353,627864],[348065,601563],[348935,612686],[349484,605970],[352184,617667],[346454,625261],[30086,-136148],[27409,-138650],[27838,-141665],[36335,-152722],[37906,-156986],[26979,-165674],[34302,-168547],[34079,-171776],[35169,-167523],[29954,-169331],[25977,-170688],[30615,-174134],[35415,-174217],[27206,-182969],[35307,-181568],[31141,-182757],[28349,-183620],[35340,-186899],[37578,-180528],[35953,-179773],[35547,-191748],[33710,-184532],[27377,-189570],[28744,-186379],[32662,-184871],[26983,-189747],[28909,-187948],[26857,-190059],[29813,-187543],[30153,-189710],[25708,-190951],[32723,-189932],[31728,-189875],[26456,-182464],[28351,-183937],[29154,-184285],[30125,-184076],[32868,-186147],[31343,-187033],[32955,-189874],[33981,-188902],[37348,-195210],[35200,-194576],[35209,-197017],[33156,-192148],[32219,-192167],[29589,-192813],[36637,-198709],[30782,-196832],[26051,-194766],[27510,-196972],[28266,-196857],[27539,-192009],[28298,-203007],[30649,-202054],[29911,-202190],[30328,-210800],[28359,-207054],[27088,-225023],[33776,-229733],[35509,-229917],[33435,-229402],[29839,-218072],[29089,-234567],[37373,-234301],[35693,-230793],[32495,-234040],[36583,-235817],[37499,-235022],[29500,-238586],[29378,-238178],[34595,-235761],[34802,-237793],[26247,-230578],[26080,-231879],[33100,-231038],[26435,-233999],[27133,-242482],[28432,-251916],[26014,-252583],[25731,-248498],[34560,-248382],[28380,-249516],[36147,-251732],[34185,-252249],[33344,-252157],[38230,-251067],[27187,-256923],[27015,-256965],[33627,-262465],[32394,-265638],[34970,-262510],[35806,-262111],[38340,-262068],[38327,-267823],[30382,-269583],[30446,-269389],[29375,-272088],[27813,-273253],[27390,-275159],[26219,-273361],[25660,-274390],[26512,-275665],[34318,-369842],[37599,-374760],[38128,-375965],[34223,-372512],[34941,-381139],[33183,-378327],[34195,-380571],[35946,-383135],[30401,-383692],[32061,-373666],[34180,-378883],[26019,-394311],[36095,-389009],[30352,-393846],[36945,-385006],[37397,-389476],[32750,-386017],[33711,-393069],[35088,-393424],[35494,-394016],[26211,-393756],[30302,-384283],[31101,-386538],[30421,-386590],[34775,-397938],[37102,-398489],[34896,-417916],[38246,-420137],[34350,-418715],[37416,-417207],[35701,-419656],[34639,-419692],[34152,-418433],[32987,-422092],[32743,-425138],[33040,-429892],[34783,-424893],[37436,-423410],[32240,-427743],[34066,-423905],[29630,-434256],[30601,-428524],[34591,-434376],[31545,-428034],[28988,-432045],[32956,-422975],[32542,-423634],[33020,-427846],[33843,-430827],[38127,-446847],[36245,-443060],[33018,-436234],[38245,-444840],[36618,-437609],[36998,-437763],[38198,-436090],[25716,-435000],[415167,328161],[471404,538793],[471624,573741],[470365,571352],[475550,507986],[485622,696129],[477452,713688],[490362,358338],[489586,362165],[496283,458547],[496625,478165],[496264,483017],[498979,494743],[490953,682432],[495733,709783],[500280,464044],[508952,497233],[511497,597743],[511831,601163],[511820,662161],[510348,668340],[505483,671007],[502136,681736],[45918,-144709],[47966,-146737],[46486,-145630],[45248,-149205],[48824,-146073],[42151,-153011],[38717,-152095],[41082,-152170],[41079,-146764],[38699,-149290],[50425,-141288],[41079,-155517],[42499,-156001],[38423,-156398],[39007,-157123],[39835,-158790],[43642,-158797],[44225,-157372],[46796,-157223],[48364,-158318],[45529,-158067],[46099,-155536],[45191,-165311],[46105,-165440],[47461,-164096],[48298,-163285],[50372,-158666],[51080,-155092],[48268,-166242],[41031,-172121],[45555,-170500],[46964,-170153],[49183,-172289],[41820,-169079],[42444,-167259],[43740,-167796],[47379,-173777],[39389,-173615],[43782,-184270],[46554,-180127],[40366,-184784],[44258,-182950],[48584,-179214],[47598,-187182],[44168,-180942],[39354,-188002],[47552,-182892],[50350,-183716],[39778,-189609],[38836,-184167],[47440,-187736],[42131,-185426],[42290,-185908],[45565,-185088],[45562,-186736],[42109,-189933],[41811,-190971],[43852,-190000],[43178,-189848],[39533,-194863],[44569,-201056],[48695,-201047],[40912,-197368],[42231,-199162],[40931,-197181],[39716,-202801],[39833,-201652],[50167,-194897],[48268,-193793],[50208,-193785],[43942,-211598],[45417,-211203],[42141,-214147],[50600,-215205],[48303,-215897],[46845,-211661],[42368,-212630],[43564,-207677],[41986,-215996],[43591,-211029],[50073,-204643],[48189,-217933],[47374,-223701],[39386,-226541],[42838,-218377],[45138,-227917],[40991,-228682],[41072,-226089],[38716,-229659],[43632,-229643],[40811,-226585],[41152,-222461],[41932,-220236],[47648,-221912],[43094,-227112],[43032,-228504],[39330,-225559],[38449,-226161],[46474,-233058],[43542,-231993],[49861,-233068],[38751,-233282],[42690,-234823],[41071,-235883],[39306,-250934],[47997,-248471],[44780,-244062],[42795,-378538],[48733,-392896],[39582,-389235],[38467,-392311],[48537,-391843],[49208,-391508],[41871,-394773],[48024,-394787],[50329,-394396],[47528,-395064],[38766,-395084],[47051,-388732],[44564,-390738],[42441,-389267],[40421,-390934],[41152,-397258],[38952,-421473],[39219,-428443],[40852,-426539],[40302,-430532],[40644,-429197],[41871,-426960],[50954,-434331],[40490,-422972],[43281,-424750],[44582,-422636],[40361,-431508],[39679,-431312],[39907,-429220],[38797,-433304],[45932,-435236],[43523,-441289],[45974,-438180],[47716,-435875],[38718,-435218],[43857,-446633],[40393,-440137],[39041,-438166],[40126,-436744],[38598,-437021],[40360,-438445],[41967,-441723],[42007,-442998],[41663,-444149],[39150,-444721],[42185,-449867],[49481,-448899],[49368,-451137],[548018,446268],[56976,-116142],[61467,-137591],[61585,-138606],[51745,-138276],[52789,-138771],[63086,-140943],[53314,-144379],[61500,-141726],[59400,-151347],[62963,-149535],[55693,-140768],[55184,-145878],[52201,-145744],[54324,-152759],[53756,-161006],[52317,-160301],[53352,-157573],[52846,-156692],[54310,-155742],[55200,-162629],[58270,-158058],[55616,-156723],[51888,-157612],[51656,-154383],[52542,-167968],[54389,-174319],[57921,-166708],[55473,-170758],[61115,-173466],[60385,-171886],[62763,-178169],[62511,-177122],[59437,-178588],[58921,-178813],[63301,-169279],[63653,-176257],[53735,-183028],[58718,-185702],[51548,-189995],[57130,-181243],[52893,-181758],[58583,-186352],[62877,-183850],[60878,-180936],[60328,-184197],[52960,-197306],[54095,-198477],[53869,-201215],[59462,-195231],[61263,-216423],[58028,-209865],[58534,-210811],[63429,-223505],[57999,-225106],[60393,-224672],[56131,-226954],[58587,-228515],[56914,-229249],[60209,-222454],[58839,-219951],[57906,-227770],[63593,-226582],[60801,-230945],[53750,-233812],[58015,-231517],[56876,-231059],[59942,-241182],[60586,-240851],[55092,-241393],[60095,-240652],[53535,-241959],[59427,-247378],[59324,-244963],[55412,-244091],[56132,-243468],[51525,-247083],[58293,-351016],[59613,-381630],[61565,-378441],[59630,-379567],[63835,-395034],[56819,-388254],[58470,-390525],[57860,-390080],[58693,-394000],[56850,-388016],[61560,-386892],[60797,-388067],[55492,-392497],[54718,-392305],[52175,-391075],[55354,-395758],[53322,-396386],[51590,-392558],[56275,-392263],[58086,-390633],[59573,-395498],[62795,-397915],[55460,-397556],[731534,516121],[733773,515271],[742825,524571],[746000,513979],[75823,-121165],[75428,-120377],[73749,-116484],[73814,-125741],[64540,-135773],[73988,-134054],[75253,-133186],[73452,-132099],[73578,-133107],[75839,-135801],[75694,-137055],[72336,-137790],[66185,-137449],[76224,-138379],[64602,-141460],[65908,-148209],[68129,-145133],[67111,-142964],[76430,-146495],[69180,-148700],[71653,-148802],[67088,-152223],[66588,-153370],[67607,-158447],[66169,-153977],[75219,-164937],[73617,-161831],[71615,-164914],[66795,-166166],[66236,-166112],[64265,-172254],[67015,-173654],[68614,-172528],[67182,-173231],[65220,-173290],[75074,-176668],[67599,-174672],[64546,-166752],[66652,-168124],[64370,-170290],[64666,-169139],[76372,-166487],[76026,-166365],[75457,-166510],[74408,-166723],[69848,-170246],[71764,-169947],[69813,-170291],[71597,-168553],[70141,-173669],[67483,-174254],[76007,-184794],[72943,-189615],[73560,-188478],[74768,-181917],[73528,-185750],[72240,-187440],[70302,-190755],[74770,-186689],[72454,-190897],[71901,-191586],[72574,-189996],[75407,-183841],[69634,-181541],[70001,-192817],[69500,-193383],[70024,-196278],[69307,-195874],[68125,-196564],[72313,-196773],[74618,-198359],[68243,-191887],[73157,-201379],[76104,-200126],[75373,-199407],[75159,-199740],[74936,-200501],[75511,-196099],[67413,-203169],[65835,-198750],[67159,-203399],[69000,-202623],[65930,-198058],[68370,-202968],[67220,-202638],[66311,-202618],[72276,-216715],[64852,-208817],[64696,-207176],[65360,-205330],[71012,-221366],[70388,-222373],[74987,-218564],[69954,-217904],[66258,-227183],[68413,-221310],[71872,-220296],[72006,-221753],[71929,-227813],[69094,-225092],[69060,-226737],[68846,-228851],[66383,-225903],[64653,-226318],[66724,-225508],[70989,-227203],[70982,-222263],[70618,-224085],[71563,-225247],[69863,-220830],[64780,-230115],[70492,-235788],[74194,-240326],[71099,-238249],[70670,-240530],[69700,-243316],[69718,-243883],[75063,-249633],[76359,-244460],[74255,-246251],[74464,-251694],[69667,-248792],[75219,-252848],[76699,-337376],[76097,-335191],[72509,-332828],[67929,-333920],[71907,-345158],[68404,-339331],[71883,-341813],[75332,-345890],[71726,-370322],[75760,-360942],[73501,-362110],[70542,-377297],[72548,-375954],[71968,-374317],[72227,-376900],[76555,-376822],[64715,-377572],[71684,-383711],[65106,-375611],[73081,-389233],[73648,-390406],[70951,-393706],[66511,-388933],[67192,-387976],[67775,-387762],[65668,-391029],[69842,-384584],[70392,-384835],[71524,-384278],[64863,-392981],[68538,-111481],[74552,-114200],[845549,524464],[83986,-115736],[83516,-115108],[88473,-116170],[85609,-115868],[86159,-126434],[89274,-122406],[88875,-123643],[89283,-125277],[82416,-126131],[88951,-115012],[89380,-120991],[84454,-126364],[77667,-125126],[83932,-123739],[86332,-120244],[78806,-121105],[83253,-117005],[77999,-120535],[79728,-134720],[84491,-137984],[81383,-131428],[81645,-131570],[85347,-138740],[80205,-130667],[80320,-130949],[78296,-131032],[88815,-136513],[78016,-134293],[78004,-133816],[89480,-135735],[84610,-139723],[78831,-140585],[77699,-128088],[80265,-141516],[81606,-141240],[86645,-144029],[86338,-145116],[77059,-145210],[88115,-140803],[81037,-146185],[81678,-151029],[86770,-149336],[81757,-149303],[81435,-162102],[79689,-159132],[83822,-157321],[83427,-164591],[82171,-165632],[88510,-159233],[84218,-161321],[85543,-162349],[83886,-157336],[89021,-159519],[89539,-161609],[80177,-168249],[79669,-172373],[82027,-171459],[81775,-169364],[82115,-168377],[78315,-183645],[77850,-183901],[83818,-182255],[87325,-183008],[81844,-181179],[88084,-184910],[87913,-184379],[83407,-183605],[81790,-182317],[80597,-182762],[78785,-182547],[80613,-181876],[76887,-184018],[79932,-184220],[89338,-198006],[83156,-196002],[79308,-194884],[87910,-198633],[83446,-194537],[91842,-217936],[78354,-207202],[79094,-207637],[89085,-211576],[86157,-204653],[83934,-205010],[77592,-213827],[84541,-210463],[78114,-205626],[80397,-206937],[79962,-207988],[83109,-216182],[83964,-207805],[81945,-208098],[83845,-210501],[81128,-210457],[76936,-213764],[86538,-205129],[88784,-227775],[88645,-230110],[79386,-226880],[81400,-224143],[82116,-222308],[84070,-223513],[87781,-219352],[81458,-217658],[79512,-220927],[79827,-224133],[84987,-220019],[84091,-220155],[88292,-222879],[87706,-223971],[88862,-222931],[80256,-240767],[79995,-238553],[88293,-235674],[89122,-237088],[77104,-239024],[88295,-238619],[77196,-231981],[78845,-242202],[81868,-237957],[86515,-236577],[83004,-236625],[85669,-236022],[86217,-236282],[85866,-252951],[78518,-300430],[79504,-300445],[86715,-304664],[87442,-302420],[80209,-297932],[84481,-329255],[87522,-329376],[89120,-329976],[89442,-331632],[88589,-328570],[87509,-327255],[86719,-326803],[84582,-331793],[87801,-325842],[88911,-326481],[86921,-325797],[85934,-324921],[85347,-328157],[79811,-331795],[79339,-333129],[79773,-336001],[78521,-332979],[80714,-335836],[85964,-333161],[84003,-337101],[87173,-338195],[86640,-339265],[85765,-338251],[87737,-334445],[88553,-340521],[82774,-334909],[89531,-340341],[88725,-333253],[89232,-335918],[86546,-335576],[85960,-334759],[87872,-333391],[78733,-338753],[81221,-370059],[89382,-370412],[84364,-378357],[86602,-377350],[85332,-376138],[85447,-372688],[80850,-375422],[80133,-374924],[79133,-376427],[77613,-390325],[81246,-101336],[80686,-101947],[89511,-104258],[86165,-104445],[82881,-113838],[85325,-114696],[86787,-110425],[85783,-105855],[77693,-109220],[82536,-110008],[80732,-107124],[89630,-116519],[90351,-115061],[91388,-120417],[101625,-124151],[98665,-127267],[100350,-124436],[92325,-122089],[91569,-123338],[92732,-125805],[90599,-125447],[99105,-132735],[98565,-132422],[97729,-138698],[95441,-138480],[96045,-139229],[91438,-131122],[93192,-131722],[93404,-128329],[100212,-130990],[100463,-131193],[94759,-129180],[95465,-130388],[93881,-139266],[93829,-138890],[96796,-128786],[101385,-138939],[100565,-138878],[98937,-128329],[100349,-141665],[98098,-146148],[96763,-147238],[93518,-148521],[90385,-154844],[95486,-160543],[90804,-163065],[99592,-156409],[90457,-160162],[95862,-159704],[93807,-158132],[93016,-159938],[96785,-165391],[92533,-154595],[96215,-167869],[95410,-167120],[96076,-178210],[95675,-177318],[94165,-184543],[96608,-182606],[94642,-180433],[92345,-187557],[100721,-191205],[99015,-190960],[92890,-189511],[93765,-182585],[95059,-182162],[94252,-183277],[95803,-182981],[93587,-185631],[94013,-183786],[92428,-201344],[95159,-199346],[91867,-200934],[93419,-200145],[89838,-196528],[89619,-199417],[93829,-200732],[95162,-212834],[95685,-213033],[101923,-210731],[100181,-211550],[101813,-215576],[100506,-206707],[99369,-215530],[90590,-210041],[97915,-215352],[96370,-215528],[99642,-207692],[97989,-210929],[98970,-216881],[101975,-206996],[98878,-205663],[99157,-213847],[99992,-217168],[101736,-214629],[96489,-209925],[102377,-205526],[100179,-209605],[97812,-211228],[101493,-212517],[100537,-207284],[96259,-209095],[96941,-210856],[96804,-212144],[96663,-210781],[95154,-213665],[97289,-211209],[97008,-207357],[97034,-206867],[97104,-216942],[97934,-217193],[91349,-225656],[92652,-225527],[95331,-226910],[91977,-229424],[98586,-220558],[93042,-224269],[94234,-224525],[92411,-218636],[92360,-229226],[99489,-227935],[100757,-221663],[90327,-225517],[94393,-227343],[94458,-224437],[95147,-220395],[89929,-228148],[95820,-225460],[90910,-220137],[90518,-228469],[94039,-227356],[97222,-224188],[97542,-220420],[94246,-223515],[97994,-226057],[99707,-225287],[99339,-224969],[98053,-223368],[98209,-223403],[102075,-228560],[101430,-228465],[93730,-223124],[99487,-220122],[100856,-219460],[98691,-226315],[96957,-223375],[94080,-222087],[92379,-223991],[92859,-241249],[95853,-237381],[91347,-232508],[90782,-231379],[97951,-234641],[101371,-239780],[96806,-231331],[93268,-230605],[94931,-240443],[96538,-230226],[96661,-233655],[94504,-232954],[95327,-234019],[97099,-233022],[98044,-231001],[101558,-233803],[99721,-231469],[100621,-231650],[90082,-239758],[92651,-240558],[98741,-236629],[98468,-234413],[99206,-235908],[89844,-238535],[93642,-245468],[98449,-245985],[100785,-251830],[97001,-248923],[99241,-260400],[89798,-306298],[100691,-316870],[101660,-326120],[94728,-321826],[96258,-330879],[97453,-320644],[95212,-320941],[95082,-330650],[96458,-322551],[95189,-328529],[96271,-327093],[97757,-326068],[99111,-322897],[98855,-329453],[93407,-328675],[91434,-327935],[92588,-325644],[101233,-333690],[101354,-338309],[101656,-338955],[95759,-333151],[97264,-341476],[90127,-338491],[91050,-336835],[90442,-339850],[91091,-341231],[102272,-343397],[93418,-353404],[91289,-357860],[100213,-347612],[101111,-345609],[101050,-350048],[99752,-354544],[101276,-356327],[98241,-353886],[100438,-355981],[102019,-364125],[94110,-365499],[99084,-361894],[90365,-373181],[101325,-379477],[93950,-381426],[89797,-374134],[95902,-372607],[94231,-384818],[91859,-389738],[90343,-391152],[92281,-387054],[94722,-384480],[93546,-384899],[94942,-387588],[99368,-390845],[98353,-390639],[101204,-391452],[100193,-57692],[101057,-68589],[100880,-97573],[96899,-106803],[96605,-105012],[107238,-126013],[114604,-115904],[105179,-128774],[102567,-134059],[104999,-131920],[113938,-129132],[114677,-128860],[111607,-147938],[106046,-144200],[111462,-149271],[107907,-145649],[105222,-142130],[109384,-149045],[109763,-150869],[111730,-148287],[110500,-160403],[103848,-164823],[108383,-162782],[110477,-165190],[108972,-161714],[110229,-165977],[111379,-154261],[113388,-169181],[110469,-172623],[108511,-175314],[109966,-174242],[114107,-178211],[106134,-177976],[110534,-180354],[109591,-199836],[109655,-193088],[107595,-194349],[108775,-198976],[111892,-198178],[113562,-197497],[114968,-201025],[113198,-200488],[104775,-216281],[103229,-213502],[104155,-207396],[107106,-215698],[103022,-205533],[106218,-216849],[103947,-206850],[103675,-212001],[105897,-209254],[104334,-210149],[105551,-214103],[105124,-214730],[105753,-214206],[105805,-209695],[102629,-211218],[104935,-209464],[103845,-209187],[109869,-225857],[112182,-221116],[111497,-222438],[110180,-221990],[112354,-224958],[107836,-227934],[106412,-219189],[114146,-225884],[105635,-220755],[109512,-222890],[105581,-226201],[107634,-226222],[104255,-228213],[110288,-226522],[110515,-217851],[102688,-223957],[108851,-227867],[102733,-223646],[104192,-221303],[104312,-224463],[103467,-218302],[103706,-218554],[109051,-225144],[108444,-225167],[108266,-223465],[108506,-222913],[107092,-222242],[108363,-221973],[112254,-229417],[113853,-228485],[108332,-217863],[104625,-226909],[104878,-225501],[102887,-226752],[112069,-218816],[110970,-221337],[109078,-221189],[108314,-220830],[113396,-222041],[111512,-219487],[115096,-221129],[109423,-219791],[109573,-219225],[113382,-230598],[103821,-235478],[108313,-232072],[112552,-231535],[104914,-232881],[103857,-233483],[102574,-234485],[107575,-231005],[110801,-236509],[106632,-231867],[106913,-234469],[106194,-231453],[108290,-234227],[102814,-247817],[103822,-319649],[105366,-312045],[102514,-315054],[106489,-312083],[104348,-310972],[107174,-313055],[114275,-314722],[106260,-324048],[103185,-322281],[114900,-323832],[109522,-324823],[110627,-321680],[110466,-326866],[113547,-324520],[113963,-326049],[113145,-332187],[106834,-328659],[112895,-327379],[105488,-331276],[107736,-331839],[103150,-328811],[104826,-326302],[103866,-325231],[102416,-320298],[102539,-330127],[104982,-328568],[111802,-330489],[113599,-334360],[113038,-332875],[111462,-337587],[103770,-336299],[104047,-334746],[108797,-342188],[105913,-337650],[109274,-344555],[110593,-341811],[113807,-354892],[114266,-348539],[103669,-346566],[111321,-353502],[105681,-355411],[107732,-352875],[110011,-353868],[111298,-346305],[104589,-355382],[107796,-355367],[106004,-363987],[108083,-383772],[106722,-380445],[105976,-381920],[105051,-382087],[104084,-382560],[106283,-381976],[102848,-392634],[104040,-394739],[112274,-51819],[110540,-51871],[103845,-58853],[106393,-56588],[106722,-54308],[105278,-60105],[110231,-63246],[113864,-60469],[112960,-62554],[103316,-72558],[104463,-68001],[104611,-66867],[104448,-65575],[105486,-64991],[104325,-66281],[103521,-65750],[106907,-64193],[106723,-64050],[111023,-66672],[108271,-66360],[111209,-67463],[112884,-67249],[114916,-63982],[107874,-82183],[108684,-99394],[109246,-106592],[117985,-121846],[117207,-122931],[117684,-122363],[115962,-123351],[116857,-124462],[117747,-136565],[125961,-128754],[116392,-138271],[115476,-128337],[120895,-137904],[120885,-136918],[115528,-147128],[117420,-148053],[116578,-146538],[116000,-146307],[115683,-147860],[124055,-166180],[116850,-162307],[115996,-162229],[125587,-178232],[121330,-168880],[118770,-171075],[116891,-186810],[127518,-183595],[123971,-181061],[125731,-179305],[117848,-179018],[115463,-202974],[115420,-196579],[115560,-197720],[116229,-199390],[116396,-198834],[125696,-196447],[117600,-198707],[117665,-198621],[125165,-197867],[127176,-193562],[124849,-207305],[125584,-208583],[125274,-211068],[121457,-214753],[120042,-215859],[125679,-205484],[119436,-205076],[121178,-206505],[121937,-207373],[123609,-205810],[125915,-204820],[125150,-209722],[127066,-211395],[124971,-215044],[120549,-230047],[121429,-221495],[115692,-228964],[116688,-229101],[127363,-220143],[122123,-222000],[123083,-227526],[122287,-223451],[124259,-220695],[122600,-222169],[122099,-221809],[116930,-238652],[116235,-235206],[118686,-230273],[118036,-230694],[117257,-231273],[121162,-230345],[126060,-237881],[127675,-238133],[127363,-238717],[123687,-262261],[116978,-312366],[117231,-318159],[122217,-319111],[121816,-312610],[115329,-332371],[122935,-329481],[122283,-327159],[124143,-322525],[123834,-323973],[121299,-326557],[116958,-321504],[116701,-324479],[116751,-330807],[115226,-320911],[121519,-337176],[118948,-341186],[127923,-345242],[118320,-339894],[120620,-332983],[124879,-355420],[126907,-351701],[125270,-356249],[116074,-354709],[127855,-358041],[115981,-348913],[117346,-348830],[121871,-366450],[126518,-361603],[127990,-383719],[117039,-50713],[121904,-50795],[120185,-51981],[118242,-53820],[121140,-53247],[116655,-59617],[124371,-61137],[124385,-61088],[124221,-76431],[122622,-75007],[122365,-75078],[121436,-75560],[123657,-75778],[123840,-75703],[120653,-74667],[120885,-72965],[121566,-71673],[122702,-71088],[124870,-72659],[124169,-73473],[122908,-74208],[119883,-68269],[120180,-66165],[122535,-64780],[117813,-74881],[116406,-74225],[115970,-74480],[122433,-64109],[125940,-65788],[124700,-68523],[125165,-69912],[115508,-64411],[125732,-85473],[124788,-83999],[124632,-83455],[124777,-82573],[124216,-78759],[123301,-77687],[122866,-78010],[123341,-79236],[124234,-79508],[122669,-78591],[121826,-77751],[122239,-76972],[121773,-80564],[125273,-78443],[127050,-89375],[123991,-92034],[124531,-91321],[123756,-90903],[123441,-91627],[123346,-92242],[126248,-98028],[121784,-99133],[118535,-104114],[117109,-113382],[-119158,-120633],[-127059,-149426],[-127390,-142707],[-125554,-143427],[-127493,-153359],[-116575,-161289],[-118854,-162365],[-118786,-165285],[-120936,-161314],[-122119,-157352],[-123502,-159183],[-115541,-161609],[-124112,-154070],[-127182,-174024],[-124941,-185484],[-123069,-184595],[-127636,-194719],[-118456,-213052],[-120426,-207539],[-115255,-209243],[-120701,-215440],[-122743,-210958],[-117872,-214897],[-115449,-213359],[-117422,-214122],[-116438,-212071],[-123129,-223237],[-127743,-226318],[-119205,-227355],[-120610,-223988],[-120268,-223239],[-118967,-218784],[-124816,-222784],[-124305,-221374],[-118531,-225545],[-123869,-226028],[-126630,-220842],[-124820,-230810],[-117042,-236500],[-120746,-230248],[-116906,-232737],[-126192,-241256],[-115759,-247483],[-120545,-243871],[-127925,-253853],[-122156,-254715],[-121055,-251498],[-127088,-260735],[-127835,-259587],[-125033,-269610],[-118675,-274521],[-125715,-278522],[-124496,-274420],[-123391,-283179],[-120918,-289145],[-122684,-292981],[-125138,-47715],[-123566,-46092],[-119964,-48791],[-120792,-47219],[-121884,-60416],[-120961,-62908],[-123117,-62516],[-125921,-75460],[-120012,-72254],[-117992,-70805],[-116350,-89301],[-119534,-88462],[-123527,-82469],[-125456,-88497],[-123012,-87283],[-118038,-85475],[-121148,-85680],[-121014,-85197],[-117209,-82435],[-118098,-80794],[-120063,-101535],[-121954,-93725],[-121672,-99877],[-117900,-96349],[-125312,-101857],[-127283,-92371],[-117128,-102622],[-123924,-103266],[-118487,-103854],[-117195,-105504],[-122211,-108183],[-116781,-110003],[-139491,-121727],[-130130,-144198],[-136792,-147856],[-132977,-151559],[-128226,-149531],[-139682,-149971],[-140756,-149583],[-129561,-153100],[-137866,-147709],[-139040,-156688],[-128154,-158549],[-132834,-157380],[-138925,-161389],[-132614,-159123],[-130022,-162916],[-131009,-167993],[-139609,-171372],[-131990,-172688],[-134953,-170365],[-134427,-178023],[-129785,-184001],[-129004,-195965],[-128798,-224672],[-130960,-223073],[-134100,-220386],[-129102,-240313],[-137547,-240702],[-132092,-238006],[-129682,-234934],[-131735,-238605],[-131571,-240214],[-133873,-234838],[-136259,-244764],[-131659,-245264],[-135406,-243670],[-135574,-253132],[-132436,-254503],[-138623,-257906],[-134527,-262384],[-134774,-263917],[-138367,-259736],[-133526,-258747],[-137094,-277868],[-136466,-457777],[-138787,-37849],[-139340,-31866],[-139856,-33429],[-138014,-39751],[-130143,-75333],[-130232,-94102],[-129977,-96417],[-146601,-145963],[-142525,-141105],[-145222,-149206],[-147138,-149415],[-151301,-152709],[-152301,-152071],[-142259,-153754],[-142444,-164297],[-145790,-166314],[-141156,-167106],[-143617,-178195],[-143805,-175516],[-145253,-172163],[-146331,-174780],[-142263,-178238],[-145904,-177704],[-143398,-186329],[-150374,-179889],[-153333,-194819],[-146033,-200251],[-153320,-205875],[-146498,-233896],[-152961,-237583],[-150883,-242872],[-144043,-232140],[-147601,-237214],[-151035,-231442],[-153306,-254477],[-151339,-243305],[-145595,-258063],[-142125,-260310],[-141202,-259305],[-151915,-265374],[-150693,-257546],[-149817,-269016],[-151415,-272331],[-147126,-275050],[-152254,-278081],[-145231,-280019],[-145296,-279227],[-150690,-283179],[-152311,-281901],[-151413,-287492],[-150088,-291994],[-148554,-424463],[-147991,-422541],[-148078,-30700],[-147426,-28080],[-148684,-26543],[-147720,-49600],[-144398,-49332],[-151883,-42262],[-152245,-40547],[-153041,-57363],[-149526,-57880],[-152154,-59652],[-151118,-54589],[-150348,-55024],[-151331,-53654],[-153513,-61781],[-147443,-69643],[-149254,-67192],[-150500,-68678],[-150897,-65157],[-150082,-70894],[-151944,-70258],[-152382,-67846],[-152995,-75322],[-145527,-74771],[-144692,-96808],[-145337,-99727],[-141365,4440],[-144024,4528],[-160204,-122728],[-158782,-119176],[-159810,-120365],[-160940,-117498],[-157256,-115659],[-164746,-137887],[-164280,-144547],[-156011,-174745],[-153778,-174868],[-154798,-169630],[-160294,-190025],[-164354,-192193],[-158432,-201515],[-159000,-199359],[-159072,-202032],[-162257,-203744],[-165521,-198771],[-165163,-199095],[-163721,-195246],[-158573,-206553],[-163281,-205847],[-159226,-205727],[-158173,-232713],[-159218,-10145],[-156581,-12129],[-159587,-244193],[-159699,-249588],[-156907,-251828],[-166030,-248383],[-156617,-249301],[-163796,-245892],[-164758,-251081],[-159280,-251744],[-154034,-267901],[-157883,-267005],[-155373,-264656],[-162431,-259484],[-164887,-268115],[-163015,-260318],[-164326,-258631],[-165637,-260768],[-162229,-263212],[-156441,-270517],[-156270,-269620],[-158823,-274556],[-159270,-278019],[-163899,-280766],[-162271,-273463],[-158149,-279493],[-166358,-286044],[-161596,-289786],[-160782,-341825],[-161709,-341929],[-157116,-342931],[-161374,-344979],[-156548,-337773],[-164664,-350624],[-160341,-347955],[-163415,-347124],[-160857,-349672],[-165596,-370208],[-165072,-365894],[-157222,-19405],[-161046,-21751],[-162174,-21458],[-164542,-376517],[-163500,-403050],[-158297,-33200],[-161320,-49775],[-163652,-42264],[-164241,-42983],[-163456,-40028],[-164268,-50395],[-155136,-40294],[-161744,-39170],[-163626,-38315],[-159750,-51712],[-153725,-52490],[-163144,-52254],[-156186,-69625],[-160363,-66285],[-163953,-69839],[-156877,-72461],[-163290,-75356],[-162994,-73455],[-153751,-65473],[-166353,-73839],[-164288,-76355],[-165763,-78132],[-162783,-84030],[-164312,-84479],[-157310,-77883],[-154418,-83649],[-163112,-77885],[-162158,-78478],[-163431,-91224],[-160789,-90617],[-163042,-93297],[-165326,-92154],[-171260,-125148],[-173453,-121665],[-175065,-122548],[-170013,-135036],[-171577,-140375],[-170045,-137321],[-170955,-135773],[-174478,-134306],[-178852,-132075],[-169026,-143315],[-167849,-140843],[-168009,-148973],[-175744,-163398],[-176369,-162501],[-176409,-167967],[-178851,-175929],[-174724,-187670],[-168788,-187038],[-174756,-188462],[-171936,-190320],[-177018,-183060],[-173156,-190942],[-169282,-199628],[-172504,-193577],[-167470,-198964],[-170908,-197273],[-169281,-229614],[-167008,-226545],[-174862,-224191],[-172915,-221483],[-167742,-234771],[-169803,-234483],[-169159,-232323],[-177782,-241583],[-175591,-242568],[-176594,-242568],[-170488,-236262],[-169434,-231069],[-169787,-233453],[-167306,-230381],[-167592,-239548],[-174554,-244179],[-173980,-246216],[-175051,-249997],[-175980,-248700],[-174611,-253881],[-173474,-244664],[-174989,-250745],[-176448,-249404],[-177532,-253933],[-174255,-250938],[-175121,-243964],[-172307,-254253],[-178108,-254143],[-167176,-245837],[-170093,-253635],[-178836,-266568],[-176077,-259387],[-173379,-262711],[-174295,-263435],[-175380,-260351],[-168501,-262886],[-169187,-265282],[-170867,-266866],[-172699,-259357],[-168526,-266229],[-176270,-263648],[-169165,-274163],[-171970,-268881],[-173487,-269420],[-171895,-272476],[-169711,-277232],[-173018,-280873],[-175391,-277145],[-176455,-275786],[-178313,-277381],[-175526,-283921],[-174600,-287565],[-169504,-363159],[-170078,-379469],[-176279,-374975],[-175822,-373345],[-169425,-384806],[-170286,-420682],[-177637,-432387],[-171161,-425959],[-172491,-426192],[-178354,-446055],[-167762,-35984],[-168794,-32736],[-171802,-33997],[-178943,-45965],[-178174,-45892],[-169674,-48443],[-168320,-48768],[-170076,-49072],[-169013,-40480],[-167434,-41156],[-176879,-51554],[-176344,-53758],[-174967,-53128],[-173765,-63743],[-173088,-62967],[-166555,-56202],[-179140,-73248],[-177488,-67014],[-177997,-63987],[-174977,-64409],[-173557,-65664],[-177285,-64729],[-173782,-74621],[-168736,-68585],[-170914,-66245],[-170430,-68947],[-167914,-71008],[-175000,-69856],[-172119,-71747],[-172174,-72862],[-173249,-72505],[-170600,-71841],[-172092,-88646],[-178113,-79950],[-177994,-81571],[-178698,-82327],[-172102,-80136],[-175237,-82586],[-174136,-84455],[-178329,-94102],[-167300,-89943],[-171775,-94338],[-177242,-104214],[-178585,-102674],[-174146,-104290],[-175182,-102963],[-169750,-104546],[-179665,-117871],[-188007,-115631],[-182077,-124434],[-182402,-134830],[-179654,-135270],[-186642,-141620],[-183797,-141487],[-182196,-144238],[-186206,-150211],[-187362,-145580],[-181940,-191619],[-180910,-190485],[-180210,-181393],[-182779,-180320],[-183102,-181412],[-189834,-182556],[-189126,-191017],[-181864,-192746],[-191865,-216577],[-190899,-211458],[-182446,-211857],[-180149,-241229],[-181351,-242326],[-185781,-236464],[-190467,-240495],[-180535,-243240],[-184331,-254202],[-185819,-243534],[-179775,-267550],[-187785,-259376],[-186201,-262733],[-179559,-257904],[-182453,-260439],[-181904,-268286],[-190899,-270356],[-190471,-269239],[-186612,-269338],[-187190,-270668],[-183531,-280926],[-191716,-291115],[-185486,-293177],[-191070,-288334],[-185004,-289012],[-184050,-284611],[-184508,-286640],[-186296,-405403],[-180388,-38017],[-180814,-36493],[-183766,-38935],[-188990,-61769],[-188474,-60512],[-187175,-63685],[-184862,-61318],[-182685,-61015],[-186449,-57864],[-180664,-59357],[-187427,-59591],[-190819,-64621],[-183750,-74127],[-185254,-70696],[-190133,-72761],[-190574,-66615],[-189218,-64732],[-181960,-68272],[-188493,-76329],[-191797,-67031],[-181471,-82196],[-189457,-79046],[-181177,-77083],[-185444,-95257],[-179618,-99770],[-183533,-108627],[-181084,-105983],[-193763,-127385],[-193295,-136580],[-192637,-133280],[-194413,-138782],[-202187,-141617],[-202910,-143695],[-193610,-141052],[-194610,-143863],[-204719,-187574],[-200550,-182090],[-203048,-186575],[-195514,-193352],[-192704,-194078],[-198821,-203846],[-202184,-201296],[-200084,-199675],[-201040,-214305],[-193453,-211406],[-194751,-213350],[-196460,-210619],[-203220,-226455],[-191653,-240668],[-203952,-266169],[-203913,-259781],[-201902,-263736],[-201010,-258471],[-195902,-289771],[-200069,-290991],[-199367,-287663],[-202387,-291562],[-204164,-287783],[-194845,-291899],[-193251,-296024],[-197145,-296153],[-201581,-295775],[-196147,-310001],[-196480,-308117],[-199601,-316713],[-196884,-314571],[-200298,-316773],[-196509,-406630],[-193525,-408693],[-194338,-408612],[-200104,-414513],[-195751,-415569],[-196067,-411278],[-192464,-410364],[-192764,-412873],[-196025,-457770],[-198172,-472760],[-194147,-60360],[-192372,-61222],[-192702,-58577],[-203530,-51929],[-198925,-74864],[-201522,-73162],[-202425,-70422],[-192772,-66283],[-202260,-76419],[-204672,-79492],[-201296,-88095],[-201379,-86306],[-199384,-82542],[-193943,-99634],[-206205,-140980],[-205599,-141461],[-204808,-188459],[-207968,-189704],[-206202,-210348],[-214014,-237251],[-207708,-233707],[-215547,-241460],[-216877,-230759],[-212391,-231772],[-208359,-234183],[-207211,-251675],[-212956,-243949],[-206318,-247715],[-209111,-255293],[-206192,-263468],[-209327,-257108],[-210140,-255872],[-214723,-270042],[-212433,-271699],[-209659,-280659],[-217192,-273575],[-209098,-275350],[-216008,-283665],[-209278,-292803],[-213838,-281513],[-209237,-287007],[-212640,-303536],[-208069,-308624],[-210288,-313800],[-215570,-321336],[-214386,-327002],[-209377,-322607],[-217122,-329483],[-217020,-333772],[-211033,-385463],[-208946,-72670],[-206130,-72940],[-211109,-70762],[-211001,-72119],[-214796,-72161],[-205298,-66947],[-216003,-81447],[-205676,-79608],[-208647,-77337],[-208305,-83613],[-215136,-96710],[-209083,-93761],[-210921,-92381],[-211451,-103186],[-223503,-116149],[-226112,-197913],[-218905,-216341],[-227429,-231133],[-226289,-236339],[-224580,-237282],[-223439,-242268],[-217727,-232128],[-223736,-233312],[-227735,-245722],[-218903,-243388],[-223885,-246364],[-218056,-248323],[-226470,-268864],[-219186,-275263],[-218411,-280942],[-219757,-279634],[-220565,-279554],[-219099,-278628],[-227738,-292875],[-228619,-284738],[-218156,-289494],[-222096,-289096],[-220717,-283736],[-220124,-288517],[-230096,-281518],[-230393,-292140],[-225325,-284674],[-228922,-284033],[-217678,-291191],[-229990,-295605],[-220683,-294523],[-224026,-301573],[-226567,-306823],[-230239,-303296],[-218821,-304436],[-229265,-312335],[-219273,-309265],[-226934,-313433],[-224563,-319575],[-227628,-325720],[-217990,-326901],[-217601,-325406],[-217758,-383728],[-218696,-387868],[-221526,-418147],[-224523,-416996],[-223365,-417038],[-225057,-417523],[-220065,-418328],[-226103,-416610],[-223009,-417339],[-220799,-419148],[-218469,-34982],[-225293,-62372],[-226899,-62254],[-218620,-86084],[-218766,-87131],[-220587,-88900],[-224700,-99825],[-223975,-102006],[-224962,-91458],[-228838,-94871],[-225818,-90376],[-226178,-101654],[-228676,-99000],[-226435,-99917],[-230133,-97019],[-229233,-97019],[-229177,-98856],[-228828,-100795],[-218460,-107761],[-218482,-103166],[-227890,-102481],[-240875,-120985],[-239925,-123384],[-242784,-117311],[-238176,-120336],[-237225,-122597],[-232102,-187006],[-233222,-194849],[-239516,-206844],[-240195,-208200],[-242327,-210277],[-242788,-212771],[-236539,-213261],[-230561,-217743],[-234136,-227636],[-233530,-226199],[-231124,-229526],[-239896,-223067],[-241404,-222543],[-241023,-219084],[-237696,-218463],[-237529,-242112],[-242044,-238503],[-231795,-241314],[-235833,-235632],[-238461,-231802],[-239598,-230558],[-234866,-241005],[-240233,-236344],[-236013,-240110],[-242782,-232405],[-243148,-242442],[-242492,-242753],[-237473,-238391],[-239593,-238839],[-241839,-247095],[-240452,-246312],[-241440,-245752],[-231892,-272709],[-231293,-275250],[-237806,-275630],[-231443,-276834],[-240117,-278008],[-235554,-277423],[-236296,-278952],[-242853,-276385],[-234584,-280844],[-234416,-281911],[-231204,-282139],[-233858,-288396],[-230633,-286243],[-235317,-285504],[-237065,-283004],[-237951,-284515],[-236481,-286312],[-238331,-281786],[-239913,-285536],[-242394,-285206],[-242060,-281926],[-236418,-290967],[-236423,-298821],[-237495,-303720],[-234373,-301925],[-235493,-297412],[-241572,-294603],[-235584,-295274],[-232363,-309125],[-235121,-309189],[-241828,-307129],[-231224,-318446],[-239183,-320438],[-242447,-327732],[-233361,-324711],[-233689,-327092],[-230537,-331254],[-242811,-334815],[-239892,-335031],[-237427,-337629],[-237531,-333488],[-237064,-382062],[-236242,-382206],[-237652,-395930],[-233281,-395519],[-237041,-388216],[-238295,-384628],[-237172,-384105],[-233247,-384180],[-232557,-415592],[-231898,-413136],[-232700,-417312],[-235670,-416635],[-234876,-32293],[-236524,-29223],[-242645,-605135],[-242693,-605858],[-242453,-96988],[-232047,-99405],[-232736,-101530],[-241056,-98103],[-236775,-99538],[-233021,-97377],[-233338,-98147],[-240918,-101284],[-242895,-101219],[-242207,-112488],[-240275,-104921],[-12019,-146691],[-11077,-152495],[-2932,-158036],[-5142,-159785],[-8579,-159514],[-12224,-157815],[-1433,-162904],[-6771,-165201],[-5784,-163413],[-6645,-164412],[-1651,-163888],[-2340,-161916],[-39,-160655],[-2566,-165489],[-5836,-162443],[-1748,-168458],[-10260,-169187],[-12139,-168459],[-12189,-169734],[-8108,-168928],[-6929,-167969],[-11293,-168351],[-10577,-167435],[-12862,-168099],[-4415,-168915],[-1650,-170936],[-692,-169084],[-7606,-166819],[-6330,-170405],[-3429,-172112],[-4076,-168902],[-1216,-172426],[-3138,-167494],[-1385,-169767],[-3800,-168132],[-9271,-167938],[-10564,-175127],[-11081,-177198],[-11229,-178963],[-10594,-178978],[-9446,-177235],[-9396,-171966],[-11156,-176450],[-1415,-177394],[-328,-179145],[-7282,-179273],[-4132,-178953],[-6640,-179465],[-10275,-180429],[-9534,-179151],[-10382,-181279],[-2642,-180011],[-10582,-184629],[-9050,-179899],[-3047,-185021],[-12006,-192358],[-2329,-199627],[-1015,-211631],[-5097,-228013],[-9640,-217525],[-2597,-230621],[-245239,-126797],[-244838,-120540],[-244539,-117577],[-244121,-131540],[-245650,-131265],[-245829,-133611],[-243534,-130480],[-245632,-129473],[-254817,-191140],[-253931,-192359],[-255823,-193241],[-255548,-191985],[-253871,-197154],[-253065,-195613],[-251790,-195826],[-250384,-197706],[-251254,-198365],[-253961,-195441],[-255679,-207306],[-244019,-206044],[-246824,-207863],[-246094,-217031],[-248310,-214127],[-253691,-228379],[-248057,-228612],[-247425,-223618],[-255653,-221138],[-246258,-228340],[-245471,-228155],[-243749,-227252],[-244044,-227989],[-245376,-229630],[-252035,-228824],[-255209,-230192],[-255884,-224180],[-251282,-233811],[-250781,-236488],[-252077,-238765],[-254680,-234056],[-244217,-231360],[-248392,-233116],[-244415,-230299],[-255028,-235491],[-247774,-241731],[-249107,-240013],[-245993,-241825],[-249330,-230981],[-251271,-235096],[-247926,-237947],[-249547,-235096],[-250195,-235110],[-246482,-243567],[-251235,-254939],[-247379,-258975],[-247186,-260040],[-254816,-259403],[-246423,-267483],[-249943,-267970],[-249520,-262333],[-245346,-272421],[-243623,-280375],[-247664,-274188],[-255139,-277274],[-250699,-275122],[-247108,-276668],[-252130,-280714],[-244682,-287227],[-255421,-282426],[-252457,-291923],[-247913,-290329],[-255886,-289525],[-250342,-290719],[-255218,-282026],[-247018,-281460],[-244632,-282726],[-252710,-300769],[-253557,-299211],[-245362,-304453],[-248446,-295130],[-245768,-308286],[-248833,-307762],[-255035,-307500],[-244105,-307427],[-246102,-318922],[-244366,-316328],[-243494,-325459],[-252550,-328328],[-251321,-330058],[-255395,-326511],[-248253,-342679],[-248674,-341148],[-249925,-341313],[-252323,-349043],[-253645,-349759],[-252503,-350698],[-246232,-346467],[-245055,-345551],[-244527,-347875],[-245492,-408119],[-255895,-406613],[-251920,-410539],[-252448,-84668],[-247000,-86889],[-244175,-99653],[-244871,-90221],[-254715,-92288],[-255819,-90847],[-243433,-104344],[-262319,-115686],[-267788,-122079],[-262026,-122533],[-261900,-136534],[-266686,-137343],[-262994,-165791],[-264323,-200128],[-261921,-193405],[-262474,-194466],[-261319,-200312],[-260329,-200831],[-267294,-204822],[-262715,-207022],[-258626,-211710],[-259587,-216294],[-267990,-211840],[-261980,-215236],[-258874,-206475],[-265064,-227680],[-268244,-218066],[-263363,-218710],[-265469,-219441],[-260520,-225988],[-264582,-224505],[-262457,-227488],[-262183,-226352],[-263039,-226315],[-259522,-230047],[-268186,-224397],[-268229,-227340],[-268640,-220766],[-266988,-238226],[-263249,-232329],[-266603,-238746],[-267575,-233390],[-261728,-230712],[-257006,-231487],[-259004,-231726],[-259493,-236454],[-258971,-236281],[-268113,-246163],[-260561,-246862],[-261952,-243658],[-263278,-246078],[-268639,-251300],[-258271,-254000],[-261328,-252164],[-263072,-252531],[-262795,-257678],[-268208,-263344],[-263926,-259913],[-258056,-261582],[-261979,-264314],[-260833,-280383],[-262104,-274216],[-260589,-277735],[-258802,-271892],[-256067,-272979],[-266337,-274625],[-259707,-293771],[-263096,-289678],[-264613,-282931],[-267754,-293514],[-261147,-283082],[-261705,-285639],[-263931,-299565],[-260063,-300716],[-263593,-301499],[-260186,-303064],[-256395,-299819],[-262125,-300714],[-260791,-309883],[-261803,-315662],[-256811,-316883],[-259006,-308442],[-258613,-315360],[-261482,-311132],[-256917,-327749],[-268098,-333274],[-266089,-335148],[-262757,-341435],[-261958,-346066],[-263040,-346242],[-266747,-348832],[-265806,-348504],[-267415,-345792],[-267988,-346096],[-261254,-345938],[-264209,-347161],[-256872,-347745],[-258280,-348120],[-263062,-409301],[-268142,-610648],[-265829,-609489],[-267013,-604817],[-262663,-80030],[-265851,-88945],[-268783,-94454],[-257080,-94982],[-261664,-99036],[-258600,-95489],[-264922,-89460],[-256221,-103101],[-279753,-123452],[-276748,-127983],[-271981,-136655],[-273484,-139188],[-270523,-148107],[-269043,-150536],[-269739,-145550],[-270896,-144776],[-273003,-150253],[-280888,-153555],[-280389,-153993],[-277235,-160627],[-281449,-164600],[-279684,-158382],[-278115,-171064],[-277886,-170250],[-274711,-166535],[-280496,-173809],[-278917,-166878],[-279225,-170340],[-275535,-182426],[-273237,-181484],[-278823,-190992],[-279593,-181626],[-279826,-194571],[-279590,-196660],[-279337,-195201],[-276050,-201241],[-275269,-204715],[-276762,-211181],[-273941,-210548],[-275629,-210301],[-270651,-210047],[-279723,-229538],[-280914,-225799],[-278040,-226875],[-276325,-226981],[-279799,-224018],[-279747,-227653],[-273945,-223451],[-273205,-223364],[-271012,-217895],[-268853,-224171],[-280397,-231847],[-278330,-230465],[-280117,-238429],[-279458,-237683],[-280608,-234501],[-271652,-242697],[-275092,-231381],[-270409,-238422],[-272570,-236388],[-276799,-240899],[-275685,-241571],[-272199,-236592],[-270333,-235944],[-272914,-233763],[-270981,-232557],[-273019,-230948],[-278232,-252935],[-279241,-252450],[-277189,-243194],[-271912,-247207],[-271775,-244668],[-278913,-249797],[-277087,-248231],[-277387,-251638],[-271226,-249916],[-270287,-255489],[-278861,-258894],[-275834,-258380],[-280595,-257693],[-281025,-262465],[-276961,-265589],[-271767,-257348],[-274509,-261822],[-270109,-262476],[-271779,-268127],[-270223,-258490],[-281261,-272402],[-271673,-281163],[-278320,-268972],[-276556,-281180],[-269811,-280714],[-269033,-278837],[-270548,-269321],[-269192,-277366],[-270050,-273211],[-272869,-284966],[-278411,-284530],[-277369,-282200],[-275045,-290519],[-280022,-292260],[-272527,-287845],[-276546,-288648],[-270202,-299404],[-269681,-297399],[-273183,-296344],[-274004,-298968],[-271059,-338074],[-270070,-334376],[-270621,-352263],[-278873,-351799],[-278193,-347181],[-279379,-345710],[-281591,-353111],[-275630,-351694],[-281016,-345773],[-273908,-363156],[-278854,-395321],[-276255,-409978],[-276266,-418603],[-277474,-587872],[-277506,-585473],[-276853,-589304],[-278751,-603878],[-276999,-70029],[-279845,-73416],[-278872,-74657],[-277466,-71872],[-270887,-86148],[-276193,-84411],[-277520,-89789],[-276953,-99982],[-278701,-97711],[-277708,-113255],[-269242,-103303],[-281090,-107527],[-291447,-121450],[-285623,-126815],[-285668,-131549],[-293935,-131964],[-288953,-136182],[-294231,-152329],[-284849,-148995],[-290664,-150312],[-284501,-160319],[-287835,-153668],[-291755,-154709],[-294236,-161365],[-290935,-177225],[-286841,-174900],[-285762,-173540],[-289349,-183665],[-286561,-187539],[-287040,-191488],[-285209,-181072],[-289027,-193712],[-290400,-193259],[-291319,-193362],[-294250,-192918],[-287371,-204566],[-289037,-200596],[-289763,-202250],[-283371,-199481],[-282658,-193881],[-290736,-198949],[-294115,-203600],[-290869,-195672],[-288619,-197711],[-287518,-195894],[-286504,-194061],[-283267,-192242],[-287016,-205851],[-283539,-213659],[-284340,-210737],[-282283,-208494],[-284597,-208455],[-285853,-229078],[-285117,-229505],[-291117,-227524],[-287357,-227411],[-286477,-230119],[-282919,-219348],[-283317,-223969],[-292100,-219540],[-292417,-226921],[-287211,-218294],[-289164,-223462],[-290063,-237222],[-290300,-235123],[-287640,-239216],[-287413,-241495],[-284061,-240133],[-289229,-235592],[-288089,-232242],[-283630,-236219],[-294242,-241141],[-293974,-239226],[-287270,-239984],[-292224,-239390],[-285310,-234960],[-289408,-242131],[-288406,-237382],[-290095,-231292],[-291637,-232373],[-292638,-231188],[-292824,-232781],[-286078,-235886],[-282128,-232117],[-285289,-231688],[-289188,-239835],[-282383,-234735],[-283769,-233144],[-282044,-239651],[-283026,-254257],[-284470,-251774],[-293245,-248415],[-287768,-252410],[-287570,-253857],[-284188,-343112],[-284600,-341194],[-283995,-346484],[-293785,-407803],[-292299,-408944],[-286937,-406211],[-286393,-406680],[-285736,-406468],[-288156,-406945],[-290494,-406874],[-283840,-420894],[-291439,-413334],[-289651,-413016],[-288445,-413020],[-290854,-412501],[-291995,-412548],[-290692,-419754],[-289728,-418619],[-290269,-421286],[-289303,-420343],[-289356,-418897],[-290885,-73752],[-294035,-64666],[-291492,-65248],[-292521,-66940],[-281730,-70201],[-293732,-64431],[-282540,-88085],[-282765,-80171],[-289911,-89874],[-290065,-110577],[-286378,-113608],[-299722,-126472],[-301217,-121227],[-305602,-125904],[-303981,-135847],[-299652,-148883],[-296161,-149209],[-297324,-150630],[-306357,-147974],[-304340,-148745],[-299797,-144968],[-296591,-143977],[-297954,-144288],[-294435,-142605],[-301097,-146232],[-299927,-145873],[-306632,-153438],[-302977,-159372],[-301024,-162003],[-299789,-158672],[-301849,-153529],[-301877,-157275],[-302464,-161238],[-301916,-155680],[-295616,-161789],[-298396,-160571],[-306304,-161594],[-295383,-159904],[-294741,-163568],[-306456,-178024],[-301761,-172630],[-300167,-178237],[-304604,-173125],[-301254,-173811],[-301203,-177344],[-303285,-182438],[-306787,-186783],[-301000,-183270],[-296476,-188457],[-296120,-184581],[-300958,-181988],[-298693,-191722],[-295722,-182015],[-306383,-195145],[-301055,-193877],[-295154,-194951],[-300028,-197027],[-305039,-216355],[-304320,-215385],[-295674,-217239],[-305004,-211266],[-304009,-208835],[-300354,-224427],[-299530,-227033],[-302482,-218087],[-303925,-222658],[-302026,-228659],[-298466,-226014],[-294623,-225369],[-297243,-220435],[-302138,-221573],[-304518,-219701],[-303642,-226052],[-306403,-228455],[-296363,-242529],[-295392,-237595],[-296997,-236371],[-295266,-234248],[-304515,-236437],[-301906,-232714],[-301967,-239425],[-295911,-231681],[-298952,-235299],[-303697,-241078],[-305215,-238677],[-307118,-241551],[-296081,-244382],[-305225,-250364],[-303083,-353350],[-295819,-351820],[-294932,-353555],[-296794,-356120],[-298238,-355119],[-306081,-403612],[-304689,-403278],[-297744,-408818],[-297380,-407212],[-298105,-408851],[-298668,-408593],[-294730,-407158],[-294419,-406705],[-301097,-412290],[-300402,-410982],[-299958,-414209],[-298408,-409685],[-294842,-412655],[-295789,-412803],[-296094,-413445],[-297021,-410084],[-297890,-410050],[-297134,-411747],[-296305,-410380],[-295702,-62825],[-295556,-62272],[-298482,-65715],[-300494,-66570],[-295365,-68652],[-303549,-68909],[-295818,-64737],[-302174,-74241],[-305772,-85944],[-294532,-78540],[-295231,-86451],[-295022,-82996],[-298354,-100783],[-296178,-94424],[-303681,-96979],[-295185,-113989],[-294500,-107501],[-300819,-105046],[-318774,-122636],[-313605,-119600],[-316936,-123480],[-319602,-115820],[-312463,-131035],[-314393,-132885],[-314412,-138511],[-316797,-136693],[-312886,-137558],[-310889,-152601],[-309460,-152743],[-307780,-150043],[-316822,-147400],[-315321,-143220],[-311172,-146670],[-308527,-146167],[-314086,-145602],[-318375,-140973],[-311016,-155934],[-310715,-154551],[-311260,-157350],[-308106,-155713],[-308645,-154196],[-307577,-165694],[-307428,-171519],[-309718,-168511],[-308849,-168977],[-307710,-173492],[-319334,-191583],[-312368,-189667],[-310324,-191218],[-309509,-189009],[-313676,-191789],[-317172,-180251],[-313811,-189520],[-317862,-188062],[-311522,-187144],[-307851,-191631],[-307530,-187619],[-307348,-184335],[-307861,-194321],[-317531,-192006],[-308032,-223367],[-309196,-230296],[-307533,-234836],[-317199,-236198],[-313758,-232957],[-309175,-236729],[-310283,-235208],[-316164,-243150],[-318657,-255385],[-312286,-251682],[-310597,-251132],[-315437,-243005],[-309747,-243214],[-307342,-357355],[-309713,-409297],[-312838,-409289],[-311734,-408080],[-315938,-406217],[-314827,-405577],[-314612,-406351],[-316407,-405933],[-307427,-414307],[-309889,-414627],[-307880,-415392],[-308209,-415847],[-308864,-415865],[-310397,-415996],[-310456,-409971],[-311969,-409667],[-311978,-410038],[-310879,-410298],[-313118,-468243],[-317243,-471528],[-316220,-472783],[-319102,-464294],[-318307,-465999],[-318716,-60639],[-316046,-61506],[-317262,-58662],[-315515,-58210],[-318746,-53690],[-316776,-57970],[-311135,-64982],[-318397,-69083],[-315793,-72277],[-312391,-69189],[-313560,-76049],[-319830,-64474],[-316051,-66852],[-318795,-72652],[-318085,-68411],[-319642,-72088],[-310641,-68647],[-315402,-65431],[-307507,-68671],[-316470,-79509],[-316104,-79448],[-308142,-85242],[-317373,-88926],[-314899,-80534],[-311837,-77954],[-312834,-88381],[-317066,-77878],[-316628,-95332],[-318174,-96412],[-319065,-89681],[-317478,-100362],[-315073,-103072],[-318909,-106369],[-311549,-107099],[-315369,-109981],[-308069,-109846],[-330954,-118176],[-324510,-118548],[-328594,-119260],[-326293,-122376],[-321447,-115796],[-327609,-123486],[-321466,-116653],[-331783,-120147],[-322835,-124587],[-320780,-121738],[-332300,-122576],[-331687,-122602],[-332399,-139486],[-327385,-130315],[-330244,-138375],[-332538,-139309],[-326641,-137189],[-331659,-135568],[-331001,-136379],[-329758,-136514],[-322300,-137582],[-324028,-143733],[-323578,-150940],[-323247,-155218],[-330544,-157916],[-320312,-176191],[-324479,-177220],[-320077,-179364],[-320850,-184001],[-328003,-183724],[-325022,-187048],[-328625,-184852],[-320853,-190358],[-321462,-182421],[-332596,-184822],[-332034,-190436],[-321507,-193170],[-329055,-193004],[-330974,-446263],[-330934,-459114],[-331641,-471605],[-320645,-470636],[-324866,-464860],[-324816,-36589],[-323993,-36128],[-330457,-35946],[-330904,-32195],[-329186,-35488],[-327114,-33287],[-324837,-28836],[-324431,-34952],[-331175,-32484],[-331272,-32165],[-323204,-36914],[-321972,-50089],[-321369,-47572],[-322707,-45887],[-323278,-41302],[-324773,-42985],[-330341,-41420],[-329867,-46847],[-332301,-47669],[-329070,-43472],[-328519,-38897],[-327499,-41640],[-326575,-46371],[-327258,-49310],[-326958,-45782],[-330143,-47691],[-324823,-44321],[-324710,-45867],[-323905,-47105],[-325234,-43750],[-324200,-55839],[-323092,-54264],[-324380,-56149],[-322389,-56074],[-322023,-52664],[-325351,-62419],[-322200,-62200],[-326965,-59408],[-325595,-58043],[-324953,-59545],[-326286,-56056],[-323500,-51455],[-325468,-53476],[-329212,-51289],[-330130,-56656],[-331645,-60183],[-331325,-61866],[-332598,-51823],[-321546,-69668],[-321581,-66412],[-324148,-71548],[-325899,-69003],[-321854,-64445],[-325682,-71758],[-327082,-73551],[-320718,-71791],[-324710,-66700],[-326151,-64459],[-332183,-69735],[-330869,-64071],[-331948,-66344],[-329756,-71334],[-332585,-71951],[-330157,-71561],[-321096,-100238],[-323438,-112150],[-325853,-111871],[-324204,-114642],[-325802,-111053],[-336973,-122369],[-336259,-120270],[-339161,-130529],[-338700,-129192],[-339395,-131055],[-339565,-132758],[-334051,-140577],[-336720,-130847],[-336806,-134836],[-338487,-130016],[-345254,-138091],[-338119,-132572],[-335063,-138667],[-333654,-133308],[-333856,-135937],[-337647,-129025],[-343135,-129997],[-334228,-142145],[-339770,-142494],[-333926,-152399],[-337602,-141899],[-341295,-163947],[-343602,-164192],[-340195,-161802],[-341668,-161812],[-339167,-161574],[-338419,-161143],[-345211,-163145],[-344604,-163532],[-339531,-160022],[-338190,-159236],[-342695,-164517],[-341546,-165256],[-341328,-167867],[-341200,-170228],[-339757,-170631],[-334615,-442848],[-342272,-443522],[-345427,-438045],[-339493,-449295],[-342691,-451631],[-333963,-448812],[-336510,-474555],[-338344,-33860],[-334400,-33976],[-337182,-35092],[-333719,-33921],[-336697,-36545],[-335030,-38035],[-344319,-38156],[-338658,-32554],[-337356,-32229],[-345082,-28983],[-339684,-33762],[-336369,-41936],[-337482,-39680],[-336712,-38265],[-335320,-40653],[-334879,-42430],[-333839,-47863],[-333498,-49535],[-343478,-40536],[-334673,-50201],[-337750,-45555],[-335896,-43808],[-334626,-44434],[-338572,-44083],[-338246,-46815],[-338740,-42553],[-341657,-46888],[-341121,-45500],[-341987,-47068],[-333065,-58723],[-334413,-62093],[-333723,-52030],[-335269,-52802],[-334109,-54981],[-333679,-56221],[-335277,-74623],[-337770,-74541],[-337392,-76256],[-339051,-70871],[-340093,-67662],[-337997,-67506],[-336532,-70750],[-333588,-67163],[-337435,-65902],[-335876,-64137],[-338505,-66410],[-343213,-75499],[-339532,-70833],[-340422,-72472],[-337130,-67752],[-337280,-67950],[-340370,-76585],[-334415,-76506],[-334259,-72448],[-333017,-72034],[-343560,-76223],[-338932,-73770],[-344259,-75071],[-341413,-68904],[-344107,-74398],[-343630,-73398],[-341807,-73055],[-341117,-73577],[-341965,-73483],[-339512,-87246],[-343821,-87026],[-339366,-86220],[-341450,-88973],[-343536,-81433],[-339277,-80125],[-337872,-78605],[-338509,-78091],[-340763,-76671],[-343389,-76613],[-339383,-77761],[-344998,-79369],[-344574,-79332],[-337741,-78811],[-337925,-79806],[-338435,-80160],[-343582,-84820],[-340354,-84481],[-342707,-88707],[-335992,-98480],[-333991,-97425],[-338266,-94492],[-336987,-96448],[-340403,-94424],[-341240,-95761],[-340781,-90511],[-341343,-90031],[-342701,-92079],[-344521,-90110],[-340829,-106440],[-342202,-111259],[-347615,-120920],[-347781,-121257],[-352741,-121669],[-352341,-122044],[-351387,-120618],[-348906,-122125],[-349995,-119743],[-356007,-118232],[-355729,-122105],[-348148,-118192],[-347904,-119930],[-347117,-121157],[-345911,-127439],[-352534,-124506],[-346293,-122699],[-356028,-129308],[-353836,-172254],[-354788,-176059],[-356183,-178770],[-352102,-178202],[-350397,-174633],[-352084,-172311],[-353806,-170646],[-356023,-173058],[-356962,-176456],[-354679,-178194],[-351080,-177697],[-357217,-176829],[-356166,-171854],[-350558,-172647],[-351190,-173729],[-352371,-176077],[-350732,-176584],[-357897,-175233],[-355990,-171438],[-357420,-176240],[-357814,-187932],[-358115,-180442],[-353552,-182969],[-351108,-181753],[-352834,-182922],[-352031,-187428],[-349535,-183856],[-354338,-189237],[-353807,-185527],[-348590,-190200],[-353523,-190480],[-356494,-191379],[-356619,-188005],[-350211,-183353],[-352231,-181443],[-354833,-181694],[-351516,-190942],[-353591,-191093],[-348956,-187983],[-355005,-196471],[-352130,-202723],[-355116,-201051],[-355872,-194387],[-354431,-197733],[-350806,-191810],[-353578,-192410],[-353090,-203049],[-352132,-197284],[-350474,-192845],[-354494,-194288],[-349617,-204583],[-349978,-207375],[-354348,-207463],[-351343,-207785],[-355190,-210448],[-355282,-228403],[-356691,-224755],[-355805,-229606],[-346860,-447651],[-349126,-446810],[-355155,-444803],[-346138,-443277],[-357349,-445815],[-356681,-454007],[-355953,-452567],[-351177,-452398],[-354316,-447842],[-358262,-483726],[-352010,-37088],[-352376,-40865],[-351468,-38894],[-350768,-40361],[-352515,-75272],[-345657,-71050],[-345995,-85743],[-346021,-84551],[-352621,-88902],[-347719,-89026],[-348175,-87144],[-351200,-86727],[-356196,-84700],[-354781,-85010],[-354459,-86480],[-354126,-86331],[-352544,-79375],[-352162,-78786],[-350769,-78072],[-350034,-82105],[-352908,-81396],[-346425,-77955],[-345999,-78056],[-346532,-86241],[-355318,-80076],[-347854,-85964],[-356158,-79843],[-353486,-81092],[-353708,-82383],[-355642,-81623],[-355288,-81684],[-355198,-81192],[-351554,-83171],[-351048,-83526],[-351462,-83591],[-347462,-86197],[-350373,-85761],[-350634,-85785],[-348885,-82758],[-358053,-93099],[-358076,-100437],[-351884,-92176],[-351055,-91133],[-348892,-92167],[-346202,-91433],[-346875,-91068],[-348157,-92347],[-350436,-89789],[-348131,-90831],[-347270,-89457],[-347581,-109449],[-359192,-116321],[-361966,-178260],[-358800,-172929],[-359870,-174681],[-359532,-178938],[-361379,-177288],[-358733,-173442],[-363789,-180688],[-365338,-183524],[-366096,-183198],[-360127,-189844],[-359312,-190138],[-360722,-188312],[-362110,-189502],[-360990,-185664],[-362496,-184736],[-360339,-180584],[-369698,-191485],[-367131,-190104],[-362118,-181802],[-361340,-180380],[-362132,-191978],[-360381,-432382],[-368606,-437817],[-359510,-448563],[-368589,-453411],[-362744,-455954],[-365153,-451858],[-368147,-458840],[-364139,-453075],[-367297,-462964],[-366900,-464438],[-367637,-460729],[-359034,-544794],[-366536,-44660],[-365136,-43722],[-369007,-45051],[-369832,-44152],[-369097,-53620],[-365085,-62652],[-368696,-75747],[-360291,-74921],[-363708,-73885],[-364593,-69490],[-363910,-71544],[-360684,-75001],[-359696,-74104],[-359504,-73924],[-365145,-64738],[-20555,-150767],[-15548,-151790],[-14053,-147817],[-18942,-147318],[-21324,-149763],[-18922,-144190],[-18509,-141574],[-25373,-151036],[-23654,-151584],[-25499,-153163],[-24646,-153362],[-22218,-155741],[-23180,-157250],[-23086,-160555],[-19735,-155610],[-20001,-157051],[-18371,-165952],[-20284,-155475],[-19291,-154220],[-15825,-165856],[-14019,-177900],[-14349,-178989],[-16092,-177306],[-16286,-178437],[-17800,-178704],[-17494,-177623],[-12977,-168676],[-13827,-168935],[-15420,-168230],[-15515,-169287],[-16418,-167644],[-25559,-167959],[-24474,-175257],[-19573,-166604],[-19126,-167367],[-24960,-177905],[-13944,-176505],[-14234,-174009],[-14205,-171714],[-17917,-173211],[-16319,-173253],[-17463,-169766],[-16454,-186617],[-16422,-185604],[-20110,-180425],[-22333,-185590],[-13860,-180104],[-16017,-182714],[-19168,-180846],[-13013,-184876],[-17385,-183462],[-22067,-188755],[-21270,-201208],[-21695,-206359],[-15534,-212882],[-12972,-207359],[-17315,-228020],[-17191,-229547],[-17489,-225661],[-19308,-218648],[-20447,-221584],[-13668,-238387],[-20548,-240469],[-14448,-240953],[-380897,-274109],[-371235,-444346],[-375161,-439973],[-372832,-459140],[-371882,-459319],[-375622,-460531],[-374687,-457312],[-379504,-457802],[-376745,-457932],[-379532,-462548],[-380528,-465633],[-383009,-472222],[-374094,-467206],[-376493,-470353],[-381329,-464212],[-376272,-484839],[-375468,-41548],[-380793,-44361],[-378034,-56009],[-377832,-57717],[-373453,-51240],[-378109,-76160],[-371663,-75601],[-374108,-74128],[-371202,-73747],[-372359,-71885],[-375014,-70997],[-376360,-72038],[-375303,-75221],[-386482,-267033],[-385157,-265623],[-392995,-403577],[-389503,-405754],[-386978,-403793],[-388963,-402382],[-385360,-407776],[-388842,-406141],[-384801,-405500],[-385648,-459191],[-387629,-458671],[-388949,-457564],[-385309,-465737],[-395753,-462332],[-394841,-465065],[-392700,-473217],[-394317,-472513],[-384176,-462019],[-388405,-469557],[-391902,-471456],[-392261,-463943],[-393527,-463544],[-390898,-461826],[-387018,-461523],[-404245,-269234],[-400157,-269362],[-399146,-403447],[-399095,-460731],[-402504,-466966],[-402726,-465849],[-397365,-461360],[-409119,-461062],[-402321,-462601],[-414843,-469450],[-409994,-462690],[-412264,-462908],[-423534,-460021],[-428120,-464373],[-423493,-464692],[-426379,-470190],[-423538,-461274],[-434237,13683],[-443769,-187662],[-445769,-208590],[-438529,-238641],[-441054,-237925],[-447999,-14444],[-444190,-464012],[-458480,-141666],[-451760,-163238],[-455798,-171412],[-448266,-181287],[-449835,-214952],[-459205,-213185],[-448530,-441922],[-448375,-527352],[-450825,-538725],[-457469,-70104],[-453294,-88118],[-452340,-77215],[-457465,-88535],[-463894,-124853],[-466413,-141583],[-466463,-189296],[-468428,-196311],[-467115,-192734],[-467548,-198426],[-470863,-200885],[-468259,-208424],[-466840,-209980],[-462317,-217135],[-467686,-4414],[-469602,-493488],[-466985,-499850],[-465584,-80257],[-467094,-78433],[-468442,-81534],[-466728,-88351],[-467871,-81984],[-465983,-91592],[-463892,5268],[-462237,7718],[-478990,-163676],[-486328,-185108],[-478476,-194275],[-478198,-194975],[-482757,-210128],[-474389,-223217],[-474159,-1936],[-483623,-473915],[-480643,-489411],[-498240,-201116],[-496915,-203677],[-491030,-196605],[-486964,-211518],[-486979,-215252],[-490516,-221245],[-486880,-225923],[-488025,-226921],[-499121,-428936],[-493803,-439031],[-488757,-455806],[-494853,-451023],[-487859,-500653],[-33186,-139949],[-33893,-138858],[-32210,-137250],[-37831,-138514],[-27776,-149667],[-30538,-146807],[-30034,-147495],[-26203,-143500],[-27119,-145665],[-30408,-142842],[-28743,-144221],[-27626,-141370],[-32035,-144918],[-32872,-142728],[-35138,-144656],[-29020,-147745],[-33452,-147678],[-33276,-146911],[-37207,-150939],[-35645,-152120],[-32892,-152094],[-32172,-152909],[-31526,-152460],[-30153,-152550],[-29617,-152540],[-28580,-153061],[-29243,-154711],[-29994,-154486],[-27025,-155112],[-26182,-156670],[-29973,-162519],[-25850,-160790],[-27798,-160280],[-34613,-156990],[-31332,-157129],[-32268,-156699],[-33153,-157878],[-36720,-154690],[-37100,-153882],[-37759,-157560],[-36887,-158356],[-36519,-157726],[-34981,-156521],[-34138,-156535],[-35792,-155440],[-25881,-153505],[-33883,-164428],[-36345,-175576],[-25685,-167339],[-27796,-174280],[-34943,-171626],[-27084,-174171],[-26198,-173494],[-27447,-176207],[-36047,-172792],[-36839,-178361],[-36545,-177573],[-35655,-178822],[-26055,-177056],[-34157,-178877],[-30426,-179563],[-33864,-180918],[-34759,-183274],[-34151,-182947],[-26950,-181912],[-26368,-182211],[-27214,-183366],[-26092,-183091],[-37681,-201369],[-29219,-210207],[-38381,-209081],[-25857,-208540],[-26867,-236045],[-32590,-254250],[-503357,-139760],[-500030,-139608],[-509588,-187777],[-510209,-189862],[-501351,-182250],[-502297,-186401],[-499975,-190497],[-507299,-185851],[-504341,-200838],[-508814,-193602],[-509778,-192459],[-508264,-214024],[-502474,-209412],[-511733,-213761],[-506184,-206432],[-499238,-207778],[-505467,-222210],[-507911,-217868],[-499428,-219465],[-502871,-471084],[-509046,-499823],[-519180,-150816],[-516052,-198793],[-518161,-204157],[-514478,-210015],[-520159,-223207],[-516087,-228404],[-518699,-228169],[-518115,-230422],[-515573,-417945],[-517361,-431167],[-517811,-444446],[-521339,-460498],[-520109,-461401],[-522439,-476362],[-516739,-497651],[-517113,-511266],[-525451,-442865],[-537240,-459702],[-533646,-459194],[-535599,-453325],[-531825,-465072],[-527370,-482485],[-531376,-475622],[-530285,-505684],[-528004,-510900],[-525800,-514028],[-534995,-527600],[-530837,-98156],[-539732,-148354],[-560193,-135827],[-561706,-151710],[-558681,-148180],[-551261,-162438],[-564590,-138976],[-42510,-137267],[-40185,-136677],[-40360,-134371],[-42648,-136405],[-41398,-135986],[-49370,-131740],[-45712,-129009],[-48730,-134093],[-47883,-140140],[-48622,-139758],[-49304,-128540],[-48768,-128843],[-40009,-143029],[-51053,-146520],[-43902,-142658],[-46039,-141962],[-47512,-144450],[-48562,-144670],[-46980,-142330],[-48929,-145577],[-50691,-143610],[-40143,-141490],[-38487,-142560],[-42262,-147889],[-47713,-151887],[-49120,-152605],[-50303,-150362],[-49609,-150486],[-49223,-149795],[-50142,-149830],[-50384,-153213],[-47759,-150709],[-47194,-149641],[-46328,-153196],[-47056,-151973],[-46225,-149360],[-45420,-149182],[-43831,-148652],[-45351,-147575],[-41875,-151619],[-41731,-152250],[-41507,-147342],[-43464,-147189],[-40466,-151777],[-39050,-146463],[-41949,-145445],[-39676,-149092],[-48158,-154791],[-47151,-155318],[-50925,-156665],[-49789,-156630],[-50385,-155691],[-47788,-154449],[-44069,-156309],[-42476,-157515],[-42524,-155645],[-43609,-155529],[-42569,-154483],[-41346,-155231],[-39678,-155356],[-40266,-157932],[-38845,-154471],[-49760,-163773],[-50940,-159603],[-50550,-159061],[-53432,-158750],[-45372,-165006],[-44716,-166026],[-43837,-172404],[-45982,-175798],[-45836,-177238],[-45717,-171507],[-42219,-172405],[-45348,-169070],[-43834,-169003],[-39055,-176032],[-48403,-177597],[-48076,-176606],[-50448,-176433],[-50357,-177729],[-49847,-174210],[-48619,-172130],[-47193,-172045],[-39536,-175117],[-40889,-179739],[-50453,-179349],[-39914,-179142],[-42255,-179167],[-49131,-179811],[-41175,-183911],[-42675,-183473],[-43856,-186455],[-42849,-186854],[-44939,-183202],[-43588,-185175],[-42278,-200715],[-44909,-200533],[-39685,-216263],[-50525,-215805],[-51183,-225634],[-46649,-220131],[-45397,-233860],[-45174,-235750],[-40491,-251735],[-50321,-260653],[-43052,-260789],[-40389,-262822],[-52913,-131864],[-52809,-140134],[-52809,-142027],[-57403,-148601],[-56219,-144373],[-54141,-149835],[-52948,-148292],[-53840,-145270],[-63533,-146648],[-53187,-151703],[-56189,-150808],[-54027,-151836],[-53986,-153226],[-60523,-152649],[-58601,-151593],[-57937,-152467],[-53673,-164436],[-54341,-157725],[-53965,-156305],[-53892,-155105],[-53299,-153761],[-63977,-154293],[-63085,-154109],[-63117,-155990],[-61471,-153996],[-59464,-155062],[-57292,-156075],[-56495,-155183],[-55752,-156357],[-57655,-154192],[-61362,-158354],[-62693,-160188],[-56574,-159710],[-52190,-159778],[-56651,-170737],[-56748,-169123],[-58183,-169588],[-62948,-168017],[-59960,-168309],[-62326,-166826],[-63396,-166392],[-61249,-170613],[-53505,-168034],[-53220,-166485],[-52618,-174115],[-62901,-187812],[-63490,-182742],[-63231,-181389],[-63171,-183914],[-62962,-188970],[-60520,-189058],[-60692,-191679],[-52694,-197054],[-53225,-195409],[-55788,-193843],[-56374,-216296],[-51232,-213290],[-61499,-226873],[-53012,-230170],[-60828,-220668],[-59839,-236888],[-63499,-237619],[-56905,-254706],[-57569,-274982],[-58744,-278420],[-58368,-273383],[-71627,-124261],[-72890,-125665],[-71532,-123875],[-67248,-126270],[-69937,-124021],[-67676,-121696],[-65902,-122737],[-65638,-122660],[-66522,-122840],[-68860,-120847],[-74749,-125179],[-75661,-122826],[-68559,-128014],[-70638,-129630],[-74200,-134554],[-73036,-132746],[-69371,-136701],[-72635,-140321],[-72479,-133968],[-76546,-132054],[-68149,-132785],[-74757,-142656],[-71850,-141871],[-76051,-152825],[-74702,-150378],[-68961,-152337],[-69107,-151412],[-72562,-150010],[-74627,-148278],[-71052,-144064],[-71647,-147397],[-67419,-163388],[-67027,-162112],[-68199,-161927],[-73865,-161354],[-72905,-160055],[-74122,-159549],[-69982,-158016],[-71168,-157557],[-71333,-156580],[-71879,-155772],[-66568,-155612],[-65812,-157757],[-69803,-165313],[-70976,-164391],[-70397,-163152],[-65740,-166427],[-67962,-166390],[-66697,-174083],[-68007,-173101],[-75820,-168041],[-73796,-169951],[-75960,-177880],[-69924,-176766],[-66836,-176651],[-67955,-171158],[-67180,-187805],[-68399,-196727],[-74892,-198483],[-76299,-201820],[-71618,-192252],[-75785,-206646],[-71184,-214922],[-73214,-222913],[-69624,-235864],[-73237,-275240],[-67345,-294923],[-88578,-128141],[-89545,-132417],[-87643,-130860],[-78467,-134073],[-87776,-134883],[-86373,-130373],[-79263,-142405],[-78500,-144634],[-77461,-153059],[-84873,-151091],[-79818,-151534],[-79526,-149996],[-81562,-147891],[-80167,-144890],[-84069,-151274],[-79904,-148197],[-83406,-146960],[-84471,-153253],[-84687,-152624],[-81519,-157052],[-79922,-155493],[-84519,-156067],[-80046,-154975],[-85415,-159432],[-79966,-158077],[-82414,-155738],[-81907,-153722],[-87956,-155930],[-89340,-158593],[-86551,-164828],[-85117,-162478],[-81487,-164057],[-79138,-169311],[-87689,-169192],[-86055,-174886],[-87007,-175708],[-84280,-166771],[-86536,-176500],[-81295,-169635],[-87960,-184245],[-80014,-183296],[-79252,-184234],[-84741,-187342],[-80743,-186882],[-88580,-195307],[-78714,-199041],[-79122,-203028],[-83347,-197201],[-84523,-193829],[-81982,-200147],[-77814,-205801],[-79345,-208689],[-88127,-215461],[-79882,-212608],[-80857,-205769],[-84631,-209922],[-83082,-212031],[-79906,-226227],[-87322,-218972],[-87180,-226677],[-85163,-228195],[-86949,-239614],[-80917,-230335],[-78647,-231151],[-86239,-279001],[-88985,-105876],[-89509,-102309],[-87444,-103707],[-94457,-126117],[-95395,-123310],[-92418,-123753],[-93841,-124975],[-98151,-126622],[-99179,-137519],[-98817,-140418],[-97921,-139044],[-95069,-140037],[-94032,-138015],[-96416,-137460],[-98004,-138210],[-93945,-134279],[-90350,-135706],[-96484,-134698],[-95575,-136625],[-94645,-132725],[-93134,-132160],[-92380,-127903],[-91962,-135521],[-101050,-133043],[-98862,-128719],[-98519,-133316],[-99175,-132548],[-100497,-142496],[-96210,-142170],[-99107,-142788],[-99571,-143622],[-98031,-146544],[-99781,-146577],[-100613,-144389],[-98321,-147857],[-95114,-141957],[-95424,-143001],[-101798,-149705],[-101516,-150510],[-96004,-146479],[-97331,-141556],[-101203,-146941],[-97369,-144257],[-98734,-150447],[-92764,-143751],[-102049,-156242],[-91985,-162940],[-97748,-154455],[-92514,-161138],[-93481,-158629],[-100397,-172655],[-94763,-170704],[-100905,-167634],[-101753,-168674],[-96645,-171456],[-91461,-172862],[-92004,-178399],[-92256,-166404],[-93319,-184489],[-97733,-187601],[-94421,-190453],[-90244,-188058],[-101540,-196599],[-94526,-202312],[-99894,-195476],[-100176,-205641],[-101718,-215024],[-97866,-216490],[-99389,-216458],[-100572,-204699],[-101606,-209493],[-91330,-214423],[-94919,-215800],[-90291,-207265],[-91820,-209940],[-89702,-216969],[-102076,-218704],[-97236,-227034],[-89830,-233796],[-96259,-238599],[-95092,-234920],[-98774,-276427],[-91028,-275114],[-91123,-274134],[-91746,-275907],[-99401,-273335],[-96327,-293106],[-93498,-287796],[-92384,-284665],[-95953,-300959],[-89790,-297377],[-100690,-357913],[-89619,-113497],[-101134,-108575],[-99627,-111953],[-108710,-127034],[-110678,-124262],[-106034,-119547],[-112235,-132841],[-102418,-148418],[-104901,-150102],[-105005,-148202],[-108940,-152530],[-111519,-148803],[-107162,-152802],[-103165,-142169],[-109618,-156022],[-112598,-155845],[-111836,-159971],[-111158,-164594],[-109016,-157983],[-105518,-160916],[-112454,-166278],[-110869,-170434],[-110029,-167056],[-103792,-175820],[-107867,-173406],[-108308,-176701],[-111321,-175200],[-113663,-173883],[-104896,-172494],[-103450,-176409],[-104904,-202610],[-110518,-202678],[-105538,-204057],[-103805,-202878],[-107933,-198230],[-105171,-195271],[-107189,-204705],[-106965,-211025],[-108790,-209540],[-108181,-210340],[-104291,-213381],[-103966,-216439],[-113038,-213559],[-106487,-207089],[-103820,-214993],[-107254,-212826],[-111977,-220569],[-109839,-219947],[-106759,-226568],[-108358,-222010],[-108560,-223055],[-111536,-219686],[-108494,-217969],[-109815,-220571],[-113076,-222300],[-112029,-218075],[-111848,-230428],[-115169,-235542],[-110745,-240519],[-110568,-234775],[-108549,-234744],[-110859,-258680],[-114341,-259980],[-103891,-268244],[-112743,-270871],[-109955,-383444],[-115131,-72287],[-113147,-84125],[-113974,-83472],[-113726,-88460],[-112751,-86761],[-110160,-99964],[-113111,-95628],[-109486,-97579],[-108990,-98409],[-114692,-93296],[-105997,-101184],[-113053,-90747],[-109943,-101711],[-111999,-102353],[-110121,-102995],[-105772,-103482],[8600,-152167],[6513,-152306],[8233,-149712],[11776,-147300],[12168,-144798],[8708,-145242],[7204,-146243],[5651,-149233],[2456,-148523],[11632,-151536],[11592,-152656],[6994,-153403],[12245,-161199],[11588,-161571],[10700,-162029],[10762,-160873],[12630,-160575],[11861,-160367],[7658,-157033],[2956,-158447],[7719,-159052],[14367,-160936],[9354,-161889],[6659,-159061],[4140,-164516],[12724,-157665],[3436,-160579],[3087,-158734],[2239,-158525],[6343,-167949],[3348,-173889],[2677,-171595],[5737,-170323],[1778,-171977],[7724,-169029],[269,-175350],[4238,-178470],[9578,-170602],[405,-169481],[861,-168670],[4238,-177601],[3990,-180387],[3346,-179861],[8318,-190958],[2683,-185858],[8871,-187952],[5918,-193534],[4904,-199757],[8728,-195229],[5875,-211850],[1805,-216100],[11184,-228057],[10128,-224153],[132036,-126298],[134157,-125110],[136309,-120091],[133779,-122709],[128477,-127690],[133810,-189292],[140328,-191118],[131652,-183126],[136011,-180709],[129103,-179456],[128235,-193501],[140784,-192745],[140382,-207525],[130820,-220072],[135548,-218380],[136269,-230493],[131779,-241527],[134450,-253281],[139021,-261250],[129786,-264292],[137239,-261838],[129807,-264515],[128932,-305115],[134491,-299538],[139804,-304394],[138524,-304674],[140212,-303731],[129148,-310557],[132227,-309734],[134291,-313327],[138828,-308609],[129766,-309603],[138401,-311418],[135147,-314983],[137556,-318044],[134256,-316878],[136776,-311209],[140052,-318949],[129089,-331542],[133287,-332431],[139111,-320284],[138169,-319957],[137547,-330360],[136119,-330198],[128974,-345027],[128406,-333731],[131622,-340799],[133771,-342859],[138355,-338642],[140610,-336860],[134129,-351414],[133055,-352994],[137454,-354425],[134576,-355046],[137469,-367793],[133819,-363085],[133097,-360639],[131252,-361231],[129388,-359550],[135641,-57308],[135522,-56439],[137186,-55825],[132008,-62995],[139914,-54867],[137487,-61121],[139441,-60079],[131362,-63367],[132446,-68422],[136210,-71864],[134120,-74945],[133373,-71199],[134651,-76164],[131150,-66616],[130151,-65652],[134679,-67189],[134073,-65508],[134401,-66834],[134168,-64266],[139942,-66078],[136341,-76574],[139211,-74143],[130245,-66901],[128343,-69375],[133119,-71481],[135459,-71033],[134944,-73538],[137552,-70262],[135680,-70167],[138634,-70954],[139846,-65208],[137923,-65599],[138773,-66652],[139609,-67161],[129125,-65341],[140543,-68760],[139447,-71392],[139560,-73507],[130032,-88893],[131492,-88061],[134457,-83524],[134403,-80918],[136242,-85130],[134209,-85043],[134817,-87951],[135138,-83213],[140246,-82070],[140056,-79716],[135987,-77628],[135139,-78789],[135160,-84440],[137308,-77546],[130476,-88292],[134757,-86957],[140618,-77009],[136488,-79842],[136179,-82012],[137288,-80345],[135079,-80472],[135907,-80590],[137347,-81461],[137746,-92178],[128483,-91182],[129587,-93446],[130548,-93091],[131340,-96746],[134477,-93440],[137114,-98063],[140551,-96992],[140057,-94576],[138146,-94754],[137871,-93329],[138721,-95311],[134292,-89988],[133522,-89847],[131649,-90189],[132978,-92378],[130541,-99691],[137855,-107358],[132497,-103010],[131857,-105978],[135606,-111132],[133295,-109757],[133407,-113375],[142970,-127476],[152413,-118802],[153025,-120749],[152289,-122454],[146157,-127416],[145824,-123140],[146890,-132370],[146020,-127901],[144218,-128975],[147403,-138905],[145457,-142067],[148063,-162273],[153077,-155890],[151589,-165131],[146467,-189812],[145076,-181073],[147464,-258281],[151305,-262231],[152244,-277343],[152751,-276580],[151874,-277445],[148181,-294125],[146914,-285714],[146783,-287788],[146349,-286820],[149946,-289275],[152474,-306071],[153373,-306543],[148646,-306083],[148702,-296460],[149174,-299906],[145694,-296467],[143310,-298717],[147460,-297660],[147099,-295669],[144942,-296880],[150683,-300952],[151487,-308619],[140909,-313957],[141320,-315590],[150786,-307587],[143016,-318106],[141435,-317520],[153244,-308141],[141943,-325908],[152402,-326900],[141481,-321580],[151447,-321501],[151784,-320571],[151975,-331208],[152010,-323607],[151784,-323797],[150371,-320601],[150364,-320474],[141790,-327720],[142893,-327581],[143737,-326420],[140965,-326087],[143957,-325981],[141715,-324396],[147330,-326471],[146986,-326054],[145136,-325727],[152280,-337859],[152221,-336780],[141987,-337892],[142159,-336205],[146341,-354262],[151199,-357052],[145018,-356272],[144571,-354100],[151915,-359537],[144205,-361847],[144501,-389083],[145595,-394147],[143949,-390806],[144905,-55051],[145709,-53058],[148723,-56123],[149250,-58971],[148771,-61476],[141061,-53880],[142609,-63243],[150139,-60354],[153354,-63330],[152342,-53001],[148343,-71585],[152094,-65245],[152321,-75108],[151439,-76568],[152460,-73958],[143943,-73070],[141565,-76192],[148753,-69952],[151126,-70801],[150569,-70359],[148559,-67658],[151293,-68727],[149415,-64339],[148644,-64930],[146580,-64220],[142376,-71114],[140915,-69550],[143714,-71462],[144707,-65822],[142216,-66183],[144407,-65700],[151310,-72797],[147364,-73590],[150691,-75795],[148958,-74934],[150652,-74153],[140815,-75529],[152848,-69197],[140837,-88662],[144794,-85389],[144794,-88988],[147454,-86711],[148104,-81447],[150049,-81742],[150576,-82770],[146842,-85494],[148744,-84829],[148082,-85441],[145927,-78573],[149710,-78716],[148784,-79735],[153168,-82317],[153526,-84431],[142294,-77034],[148507,-77685],[152924,-76672],[142546,-94896],[146486,-95611],[145643,-92425],[146545,-92639],[144313,-94068],[144123,-93090],[149124,-92279],[150425,-91259],[147588,-90123],[150773,-93097],[142148,-108607],[141085,-108037],[144607,-108024],[143952,-104751],[148428,-105810],[149481,-105820],[148533,-109520],[146065,-111584],[164871,-120783],[159482,-125869],[160775,-124793],[160443,-126168],[164078,-118917],[154906,-119018],[156916,-116519],[161123,-115864],[156858,-122352],[161405,-119339],[161204,-118877],[157824,-127335],[156577,-126466],[156915,-123769],[157096,-125648],[161461,-139946],[157518,-132583],[159145,-130695],[158861,-131628],[161621,-130269],[165161,-140904],[166767,-150615],[164582,-149378],[163528,-146593],[155019,-158003],[156785,-164190],[165509,-167987],[159244,-168905],[155948,-168169],[158355,-258982],[163006,-294031],[165974,-293715],[156845,-294072],[154784,-296140],[154446,-299811],[155079,-297133],[158387,-295666],[157818,-295545],[155281,-306325],[154566,-296093],[154381,-297171],[159605,-306713],[160492,-297037],[161809,-294425],[166268,-296323],[166268,-295566],[160675,-304867],[161874,-305911],[159552,-296435],[158792,-297293],[154613,-308256],[157266,-309249],[157118,-308560],[156617,-324430],[154992,-324831],[156886,-323703],[155459,-323874],[157079,-323778],[163459,-330044],[158743,-325893],[159713,-320932],[157266,-323644],[163613,-331504],[161685,-332004],[159009,-325788],[162989,-333307],[153995,-334784],[165015,-338031],[157614,-341793],[160656,-332604],[159385,-344680],[153905,-342594],[154357,-343762],[162353,-337777],[155045,-336063],[157730,-336615],[159592,-334688],[166272,-340591],[163177,-343827],[162730,-341166],[162733,-345296],[154535,-354793],[157744,-358162],[157119,-355765],[160978,-354364],[160655,-350041],[160580,-351497],[162022,-349783],[164961,-348720],[161593,-347198],[159346,-352438],[154451,-347254],[157227,-348259],[156912,-380249],[159247,-49522],[162634,-50994],[165073,-54181],[165506,-57060],[165508,-63775],[160693,-57067],[162272,-61493],[156730,-53993],[163974,-58843],[153776,-70101],[162166,-75238],[161294,-75854],[160388,-72735],[155674,-70974],[154126,-71254],[160471,-68579],[155997,-73377],[165324,-73248],[161967,-70239],[162058,-71924],[165774,-72590],[157451,-79314],[160567,-77028],[155344,-80946],[157880,-86226],[155428,-83469],[166327,-83702],[164385,-76615],[163539,-85059],[161467,-84045],[158120,-87648],[165769,-80752],[160240,-87652],[158586,-80122],[159244,-83638],[161745,-101725],[164742,-100428],[162840,-99704],[163897,-102115],[164092,-97192],[158844,-89348],[161046,-92887],[156590,-91026],[156039,-91092],[166012,-107737],[166237,-109155],[163195,-114202],[163815,-112639],[161664,-108651],[160679,-114245],[155844,-111215],[158626,-110393],[157756,-111547],[158110,-114763],[157542,-103752],[158419,-105485],[157563,-109127],[161711,-105509],[158710,-105869],[159501,-104678],[169408,-115548],[173233,-119244],[173170,-124893],[177048,-124828],[172245,-127488],[173948,-122872],[176785,-119777],[169103,-131050],[172280,-130113],[166988,-134593],[170316,-139784],[178679,-147395],[179216,-142544],[177126,-143857],[170312,-149315],[169020,-147489],[171577,-159976],[171336,-156407],[178758,-162139],[170213,-164373],[177163,-158207],[172230,-164447],[170145,-158141],[175695,-165657],[175938,-153675],[167273,-159097],[170112,-166572],[172379,-169147],[173103,-166169],[172009,-214386],[174823,-231373],[171908,-277970],[166996,-278567],[174521,-298943],[168198,-306534],[170626,-305968],[171198,-305935],[166459,-308438],[168273,-308457],[170624,-308613],[176761,-331484],[178343,-342534],[175135,-338703],[173755,-341834],[174207,-341805],[179142,-343894],[175915,-335578],[173188,-335040],[167412,-336568],[173127,-334530],[178289,-332684],[172359,-335297],[177382,-334878],[176301,-336231],[176605,-335097],[170692,-337061],[168094,-336351],[169335,-335044],[169359,-334457],[167747,-349549],[167571,-356032],[169298,-354910],[171529,-354805],[171260,-354385],[173974,-347819],[175812,-355757],[173879,-346880],[175439,-349843],[175050,-348212],[174273,-349388],[168193,-346574],[175311,-364227],[174218,-366968],[171533,-359891],[175566,-366057],[179174,-370653],[172396,-360669],[166469,-364570],[170855,-59419],[168393,-56896],[169590,-56677],[178026,-59337],[175234,-61032],[167398,-59109],[174927,-63387],[171639,-75530],[170889,-72094],[167693,-73250],[172827,-70868],[174269,-70163],[174899,-65591],[172164,-68782],[177762,-70587],[169976,-73101],[166520,-67335],[167058,-80778],[167337,-81558],[167479,-85063],[177955,-85860],[174435,-82137],[176206,-89352],[170746,-89278],[166981,-88051],[168591,-77678],[170122,-79436],[170336,-80606],[170161,-84789],[174334,-86683],[171086,-98937],[171423,-94529],[170498,-98745],[173732,-96895],[170297,-91833],[168167,-97747],[169815,-90903],[167784,-111449],[167586,-113667],[168378,-113518],[166603,-107677],[170089,-105031],[168089,-104407],[181104,-115796],[185360,-127410],[191211,-126611],[179565,-130083],[182171,-132273],[179282,-137634],[189342,-131108],[186323,-128445],[181150,-161379],[180740,-167637],[191450,-185367],[187652,-183563],[181965,-181307],[180971,-179554],[187336,-343966],[182519,-339978],[182852,-338717],[183321,-335939],[182987,-348014],[183235,-346701],[182998,-353798],[180675,-352396],[182914,-353374],[181533,-370025],[182047,-369955],[180968,-368404],[179483,-366545],[181397,-364000],[179875,-360735],[181423,-364047],[184968,-365506],[186079,-365785],[184545,-369192],[189088,-362890],[186261,-361895],[181406,-358202],[184781,-371577],[184154,-64736],[182084,-73970],[181224,-88258],[186802,-77220],[184688,-79961],[181530,-85329],[189839,-114938],[201764,-120982],[198014,-129123],[194348,-363829],[192171,-364470],[200223,-365407],[200398,-89811],[198772,-104720],[209681,-119501],[208588,-121640],[206115,-172492],[209587,-101858],[208054,-109884],[206916,-107320],[25132,-140119],[23692,-141037],[21176,-148140],[24408,-150403],[22004,-148389],[13619,-151533],[25518,-140922],[20691,-149799],[19718,-152432],[18145,-151060],[17636,-149241],[19601,-149301],[23241,-152537],[19666,-151111],[16660,-151504],[14536,-151029],[15932,-151243],[16281,-152452],[18305,-149967],[17415,-148246],[20083,-148669],[20773,-151058],[23857,-151474],[23623,-153140],[19037,-144068],[14814,-152240],[19159,-153824],[24344,-156605],[15447,-153760],[15168,-157675],[16041,-158994],[17070,-158463],[16030,-157396],[15903,-154457],[13879,-155078],[23211,-155233],[24459,-155219],[25368,-155111],[24320,-153533],[20058,-164858],[22616,-163082],[19223,-166054],[16744,-156327],[17052,-156816],[18423,-164523],[17549,-163913],[22695,-163955],[23383,-163652],[22106,-158111],[15322,-168727],[16674,-168607],[17134,-167812],[17861,-171181],[18589,-167388],[23042,-172033],[20845,-169288],[21451,-174472],[21339,-172070],[20078,-174464],[15312,-168217],[13993,-166358],[22393,-170989],[18566,-170898],[18385,-169909],[17130,-188102],[17115,-194705],[21290,-192601],[25599,-228188],[22751,-235766],[21397,-234522],[20288,-233296],[16448,-231995],[13367,-242856],[17847,-240012],[13307,-244419],[318043,600222],[319496,609408],[317998,610734],[314587,609220],[318386,603741],[325632,590832],[326729,592213],[326791,590143],[324336,613449],[328940,606449],[327804,606493],[326051,606327],[328047,605939],[326500,608505],[321497,605528],[321537,601910],[320079,615935],[321924,614634],[323832,622066],[322582,616091],[326851,617707],[327785,622759],[325565,623193],[321980,617856],[322468,620559],[326462,619122],[339601,587560],[341977,587942],[343474,586295],[342389,585689],[337570,594255],[336416,594348],[337502,592259],[344931,595544],[335522,591787],[332882,592581],[339587,591333],[337909,605653],[333489,605116],[343580,609744],[342312,606443],[340731,606251],[341247,606631],[341592,604446],[341946,604247],[339740,602761],[340284,603029],[342325,602606],[341414,602290],[343475,603895],[343195,603424],[345211,602718],[343291,604931],[337634,603728],[334294,603999],[339591,622656],[343313,621689],[343706,620885],[345219,619528],[344727,618121],[338732,617892],[335256,619105],[333744,619968],[342137,624349],[345168,616382],[335056,622596],[339457,623387],[338879,624291],[342036,625638],[339347,626224],[339465,625376],[349282,600089],[348521,598760],[348973,600461],[347490,611520],[345645,611432],[346081,614074],[352861,611491],[351272,610621],[345770,615160],[351513,621983],[348765,619349],[353078,619088],[352774,616011],[351160,614718],[347535,624055],[349707,623575],[347421,622759],[28494,-140086],[33204,-139420],[30581,-137419],[30951,-136307],[32692,-138067],[28720,-138124],[32527,-141099],[28424,-143964],[27297,-142435],[30553,-143069],[35919,-141076],[33819,-144571],[33113,-143675],[32137,-145624],[30306,-147844],[26981,-150984],[26938,-149185],[26154,-151406],[26497,-147842],[28166,-147042],[28918,-147857],[26064,-145709],[28915,-142801],[36099,-146166],[28087,-151668],[26883,-151931],[38351,-150083],[37945,-148549],[25972,-159602],[26026,-158046],[27930,-153845],[29811,-154495],[25802,-156411],[37382,-158272],[35026,-157917],[34712,-155139],[34105,-164011],[33926,-162999],[32773,-162387],[31025,-162322],[29140,-161853],[30726,-163803],[32598,-163745],[34064,-167503],[29289,-167134],[25709,-170975],[35978,-174613],[34349,-171061],[37068,-172810],[29801,-168775],[28023,-168248],[31077,-167783],[28012,-171440],[36607,-178225],[35774,-180442],[26983,-181749],[36829,-184535],[31958,-184894],[29303,-197616],[29339,-195647],[29313,-202329],[28390,-203660],[33753,-226640],[30599,-227468],[33108,-222056],[31073,-219447],[35165,-227181],[30420,-233116],[31425,-230282],[30454,-231408],[30422,-234525],[31355,-234625],[31309,-233063],[33314,-232512],[35152,-233552],[35619,-232914],[35255,-392952],[33451,-393063],[34105,-392829],[37646,-393132],[37174,-392479],[37073,-399436],[470377,507750],[466747,541096],[473514,716115],[491991,357047],[494196,362551],[495193,464114],[497293,473239],[493875,475133],[493613,496071],[498942,505360],[492110,510545],[493824,508753],[494375,672249],[489311,700095],[488346,707877],[488751,709491],[511459,401277],[502959,459130],[507807,504686],[503343,509466],[505161,600160],[504549,653348],[505020,671359],[500479,672725],[509889,681296],[505745,686131],[499532,688411],[504790,715580],[39711,-139128],[42639,-137653],[44646,-139308],[48503,-137804],[47375,-135097],[41745,-135042],[49778,-130427],[51627,-134599],[50819,-129086],[47510,-139119],[42343,-134558],[45674,-138226],[46961,-138154],[41948,-139863],[40486,-141655],[41782,-141220],[40556,-143578],[41694,-142664],[48493,-141181],[49794,-143238],[43705,-143394],[46988,-142786],[47295,-140821],[45100,-141859],[44680,-142825],[48630,-141810],[50694,-143555],[45347,-153319],[43369,-144828],[43185,-150044],[47577,-145847],[45322,-140911],[39349,-148185],[39360,-152934],[40592,-148530],[48586,-157627],[40810,-156339],[50125,-165742],[48269,-154191],[47174,-155040],[50046,-155438],[41756,-172818],[46618,-168414],[42598,-174060],[46050,-169870],[47674,-171024],[39477,-168157],[44323,-168617],[42398,-169237],[44007,-170438],[48776,-177432],[46117,-178604],[49867,-177006],[48780,-180386],[50856,-189184],[44042,-189074],[43316,-190473],[43814,-191304],[43033,-200190],[39927,-197807],[44205,-196686],[40534,-195781],[42496,-216335],[49991,-228323],[48119,-228746],[48710,-229457],[49075,-229716],[49678,-228995],[47389,-229756],[50166,-229344],[46667,-229213],[46776,-226278],[47700,-223530],[42362,-224072],[40531,-223852],[41384,-222718],[44564,-223648],[41893,-226208],[48857,-228095],[43155,-225225],[43770,-226100],[44669,-224583],[44881,-225046],[45354,-225106],[42998,-223551],[42986,-224192],[44761,-221997],[45980,-227885],[44630,-228657],[44021,-228249],[42611,-229353],[40728,-222247],[41201,-231970],[48415,-231458],[49202,-230614],[40176,-232752],[49862,-392394],[50187,-393367],[43423,-390347],[48701,-391564],[50530,-394344],[43472,-390770],[45422,-390465],[41437,-396180],[557646,404469],[51291,-127339],[53147,-127435],[54095,-124384],[54038,-118895],[55592,-118375],[61498,-116475],[59417,-120608],[62585,-120228],[59824,-123276],[54955,-125343],[51924,-130164],[58296,-129170],[56984,-133122],[55615,-132683],[60678,-130589],[60352,-138200],[59315,-136050],[56267,-136155],[62367,-130544],[62931,-131003],[52500,-139782],[54482,-146656],[57929,-146549],[58716,-148090],[62283,-144901],[57653,-150790],[63709,-146439],[63431,-142132],[62416,-148652],[54028,-141724],[51304,-141444],[55254,-141712],[63561,-144631],[51388,-165826],[53240,-155469],[52224,-154912],[56694,-171287],[56414,-173056],[57616,-168267],[60558,-175228],[58091,-174849],[60426,-171714],[51973,-229866],[52825,-229656],[53351,-228017],[53122,-230798],[51715,-231183],[59894,-394573],[59862,-389200],[58837,-390765],[61630,-387265],[60108,-388131],[56940,-390196],[52733,-391977],[53863,-396221],[51490,-392737],[56587,-391978],[59352,-396667],[740410,515023],[735250,525027],[65017,-117067],[65496,-121992],[65976,-121533],[75859,-117992],[74599,-123608],[66662,-135347],[64692,-132471],[70529,-132330],[65303,-130182],[65326,-130577],[64470,-130945],[64187,-130479],[71269,-138012],[75141,-138440],[69229,-144316],[64545,-142282],[66504,-146187],[71799,-142973],[70445,-149460],[70180,-151596],[68192,-159470],[65930,-157450],[65971,-154509],[69811,-162110],[65884,-177487],[66173,-178025],[64010,-176361],[67202,-175218],[69871,-171229],[66079,-176697],[68803,-174584],[69490,-179339],[72750,-200416],[69336,-198238],[73180,-222058],[75329,-293836],[71309,-298520],[68824,-332096],[76478,-335872],[74751,-334945],[73532,-333205],[76270,-377084],[70513,-383472],[71084,-382623],[73303,-391666],[75892,-388848],[67513,-384927],[65818,-389028],[67150,-388114],[68522,-387868],[64538,-391521],[69796,-384185],[64824,-392769],[65783,-397482],[74310,-100038],[72357,-99819],[76098,-97052],[67955,-114837],[67546,-113631],[65517,-114751],[71749,-108157],[71559,-106307],[73041,-104576],[74590,-105023],[73822,-111141],[73110,-109493],[73655,-104394],[72683,-113202],[852788,523514],[80653,-126501],[80329,-121011],[87643,-116579],[80479,-124293],[79097,-119968],[85713,-122040],[85859,-123946],[82391,-123922],[83834,-127429],[81686,-127770],[89039,-127345],[89136,-126493],[87435,-127161],[82627,-121045],[81771,-123679],[77178,-137115],[77725,-138390],[89152,-137093],[88670,-137909],[85135,-128151],[84375,-129157],[81821,-128781],[81318,-129892],[77303,-128336],[78452,-130361],[78176,-140714],[88465,-142389],[86843,-144558],[79292,-148796],[83796,-148421],[82426,-148953],[82297,-150081],[84995,-147921],[88832,-155372],[81627,-172714],[82766,-183479],[82546,-206681],[81236,-220150],[81107,-220963],[77170,-300256],[88407,-305817],[86525,-327889],[80827,-331080],[77902,-336246],[81159,-334369],[82154,-335493],[83080,-336634],[84076,-335354],[83986,-337870],[87018,-340304],[87656,-341569],[89489,-341037],[84207,-334085],[87084,-378204],[86047,-377947],[83091,-375612],[79895,-375153],[79665,-376643],[78507,-97230],[80691,-96562],[81962,-98601],[81900,-101602],[84839,-98728],[88553,-96798],[80008,-101795],[78074,-101826],[83067,-101409],[88096,-100410],[86379,-100865],[84253,-96541],[87604,-99586],[88169,-96214],[89353,-96978],[80230,-103265],[81547,-103426],[85682,-103222],[84977,-104446],[87949,-105863],[76879,-107042],[85547,-105192],[88587,-103489],[78020,-105406],[85225,-110941],[89317,-105695],[86304,-106769],[77937,-113867],[82910,-110923],[80131,-113661],[80684,-110417],[83019,-108603],[90361,-124127],[92041,-126505],[96391,-126657],[95232,-125968],[96329,-124587],[95030,-127814],[92265,-139081],[98696,-141426],[94494,-144393],[99462,-141335],[94597,-142744],[99874,-142583],[96745,-145536],[95317,-148132],[98243,-147547],[98112,-152740],[97131,-153171],[96634,-158161],[91930,-160997],[95638,-165961],[97009,-172800],[97726,-191380],[98725,-190536],[89930,-212783],[96003,-254862],[98459,-255469],[99522,-252545],[98031,-252838],[97316,-255608],[100902,-250332],[102352,-252662],[93609,-250092],[97827,-248938],[98084,-247243],[97924,-250154],[96220,-249573],[94958,-248771],[92251,-256957],[92925,-258015],[92499,-305653],[92203,-305856],[101364,-315178],[102301,-314515],[99668,-316694],[100950,-328788],[99227,-326626],[95978,-328542],[97465,-330504],[96835,-320996],[95702,-322116],[102327,-322019],[94678,-322549],[95463,-326557],[97092,-326403],[97319,-328075],[100491,-326270],[100014,-323336],[101047,-332101],[98559,-333029],[101535,-336141],[101579,-336879],[100149,-347211],[101713,-347903],[101070,-355531],[100956,-358917],[101152,-358412],[91608,-375076],[101405,-381197],[100365,-380184],[101631,-377479],[91802,-379842],[94853,-382803],[94165,-382894],[93463,-384703],[91729,-389234],[90411,-389919],[93014,-387408],[92841,-386540],[95357,-387960],[93521,-387142],[95032,-385876],[99366,-391377],[98239,-390377],[101314,-392182],[100012,-56669],[100236,-60019],[100208,-54726],[100302,-64288],[101352,-69378],[101536,-70470],[100723,-70007],[96119,-85102],[94095,-87908],[100078,-82503],[101571,-89260],[100899,-86192],[96981,-86246],[96953,-85268],[95614,-86049],[97809,-89112],[100810,-87607],[97923,-87976],[100565,-77646],[101454,-79575],[101433,-77909],[90617,-99219],[93537,-96412],[93460,-91098],[91860,-92830],[101188,-93995],[91373,-96558],[90402,-95984],[92141,-94828],[94138,-99098],[92875,-98841],[93625,-101807],[100005,-94683],[98565,-89657],[95811,-89974],[92783,-90058],[91355,-101428],[90330,-101377],[93749,-102797],[92551,-103433],[97921,-103123],[97540,-107122],[96080,-106043],[96941,-109072],[97647,-110861],[90164,-104914],[111331,-118020],[114730,-115180],[105122,-125013],[102482,-124219],[102713,-127019],[113937,-116506],[107102,-124541],[106016,-122452],[107170,-122545],[112648,-125679],[112750,-125012],[102438,-135209],[104547,-129232],[106189,-130035],[107131,-129912],[103191,-136114],[114497,-135225],[111024,-151897],[106131,-142780],[104832,-143636],[107585,-148574],[107789,-144577],[107965,-143508],[109166,-164591],[105340,-162036],[114617,-168008],[105450,-166352],[112706,-198246],[111549,-198904],[103766,-201568],[114764,-261316],[106101,-311177],[114266,-312593],[112512,-312799],[103799,-319708],[103127,-319486],[103547,-317534],[111656,-325038],[113823,-331878],[105944,-324810],[102871,-323031],[114710,-330411],[111971,-320865],[110535,-324343],[114549,-328129],[106270,-329789],[104973,-329754],[107797,-328970],[102849,-326393],[102480,-320287],[108424,-330199],[112592,-330409],[114965,-327272],[103459,-338634],[106005,-335853],[104348,-335494],[103560,-334723],[103317,-339269],[113983,-341688],[110394,-342325],[113757,-333449],[112698,-335270],[106560,-339469],[115083,-349350],[111791,-352272],[104588,-350046],[103592,-354967],[108726,-356768],[110620,-347983],[112876,-351764],[102463,-381347],[104160,-381084],[105471,-380116],[105833,-381894],[108196,-381700],[104549,-393007],[103897,-394619],[103477,-392694],[103129,-392589],[103582,-392258],[106164,-53922],[113943,-59503],[108200,-52947],[109067,-55250],[106417,-57861],[105648,-62387],[105111,-58149],[108706,-61399],[111609,-63009],[112766,-62212],[111820,-60632],[106829,-74871],[109835,-76469],[114518,-75235],[107002,-75531],[107926,-72086],[107335,-73460],[107303,-74278],[106049,-74479],[112707,-73312],[113352,-75562],[114267,-76413],[109008,-70872],[108421,-67158],[107870,-69800],[112845,-67779],[112372,-65871],[114727,-65223],[108401,-79740],[108375,-81525],[108492,-78976],[107690,-78949],[105734,-78460],[108278,-81118],[106530,-78865],[110372,-82277],[111211,-86951],[106236,-82746],[105012,-83639],[103501,-79986],[114282,-87266],[114614,-86340],[113834,-88673],[111711,-83152],[109212,-83889],[112923,-79298],[112312,-81488],[109911,-78864],[115101,-77722],[114465,-77113],[105172,-82638],[104728,-82074],[103692,-83158],[109191,-94144],[105150,-93966],[112913,-95111],[113306,-95915],[114819,-97272],[114327,-98679],[105052,-91315],[108332,-98908],[104857,-97695],[103344,-96832],[114768,-100418],[111737,-92451],[108793,-107140],[109884,-105742],[113180,-107056],[110463,-107956],[111635,-107928],[112463,-110428],[111912,-110357],[110331,-110549],[110847,-110169],[111192,-112354],[111546,-112553],[109340,-114039],[109884,-113771],[111925,-114194],[111014,-114510],[111639,-108322],[113075,-112905],[112795,-113376],[112891,-111869],[113446,-104074],[107406,-112641],[107325,-113107],[116372,-177769],[125527,-186784],[115826,-181133],[117103,-182640],[117507,-181104],[116951,-188362],[116085,-188781],[115881,-187934],[115461,-185400],[115406,-186090],[123705,-196954],[119628,-205227],[123185,-205524],[117398,-221256],[119865,-253244],[119066,-253363],[117148,-257946],[126585,-258520],[125418,-264349],[126235,-264705],[120401,-309352],[116839,-314668],[119387,-330129],[115320,-323465],[121912,-322882],[120182,-329489],[121480,-327983],[115502,-322006],[122379,-322213],[122420,-325566],[119419,-336593],[118132,-340830],[125549,-339492],[127889,-337993],[125016,-356486],[127337,-345421],[126688,-357944],[115810,-346142],[115407,-349338],[124641,-362309],[125751,-359950],[127483,-359078],[124334,-386387],[115643,-53207],[123594,-59891],[126251,-60058],[124877,-60156],[117812,-73921],[123171,-63854],[127553,-69137],[127914,-71851],[126129,-69565],[127939,-70799],[115873,-64052],[115611,-85147],[117783,-85258],[117343,-84493],[116207,-84900],[116682,-82597],[119639,-88834],[121363,-87884],[122796,-88450],[115979,-82546],[118414,-80010],[116031,-77254],[116774,-76623],[115208,-81970],[115370,-101640],[121113,-94817],[120113,-96751],[119127,-90756],[115316,-89712],[120110,-89461],[127243,-92530],[122678,-97712],[127570,-98425],[125272,-94429],[122374,-100789],[120760,-102082],[117533,-95707],[116935,-95493],[126257,-100586],[126708,-101158],[117090,-105280],[115245,-105368],[115681,-102726],[121992,-109229],[122461,-105309],[120477,-110847],[120872,-106179],[121614,-110599],[121552,-114330],[-117977,-125198],[-118350,-138352],[-125257,-152736],[-121413,-157725],[-124423,-163115],[-125925,-164712],[-117499,-171845],[-127614,-178764],[-125854,-177965],[-124605,-194087],[-127737,-196221],[-116403,-210007],[-116710,-208914],[-122132,-215140],[-127456,-215973],[-116318,-213679],[-117904,-215333],[-116645,-211244],[-124695,-212383],[-119205,-206644],[-117017,-216419],[-126571,-218625],[-122807,-225465],[-124575,-220488],[-123020,-228739],[-115611,-220432],[-122219,-225889],[-123823,-226242],[-122872,-228105],[-115939,-222090],[-117168,-225469],[-120047,-218952],[-120548,-223170],[-116354,-220199],[-125486,-222878],[-124902,-222982],[-116444,-230039],[-125869,-227417],[-126544,-219418],[-126841,-222664],[-122934,-221204],[-117430,-221365],[-124715,-218487],[-117688,-220562],[-119163,-225257],[-123214,-225979],[-120437,-226279],[-124441,-219753],[-121208,-222249],[-127155,-219077],[-119493,-231097],[-119244,-232298],[-116957,-237324],[-119974,-233476],[-118167,-238791],[-123851,-239575],[-122679,-239449],[-116836,-238062],[-119353,-231579],[-123596,-230557],[-116853,-250690],[-117245,-251589],[-116229,-250396],[-125722,-243542],[-120687,-244804],[-119455,-243075],[-121434,-247400],[-123983,-258103],[-123156,-276220],[-123357,-274095],[-118038,-274750],[-125572,-285991],[-124648,-281484],[-115648,-290793],[-124349,-296564],[-121452,-300233],[-115392,-371936],[-118569,-391766],[-122499,-47658],[-120044,-44559],[-124221,-71771],[-124169,-73042],[-119330,-82179],[-118052,-76654],[-121287,-93819],[-116748,-96164],[-119552,-89632],[-122265,-98153],[-127088,-92961],[-121338,-90061],[-119861,-91928],[-127905,-90053],[-120824,-94760],[-124356,-100076],[-124118,-104362],[-125584,-104049],[-130730,-144367],[-135764,-149055],[-136834,-148661],[-133561,-151863],[-130363,-152480],[-129965,-149573],[-133058,-156740],[-133176,-160922],[-138065,-158773],[-139626,-159391],[-133704,-155531],[-138687,-164838],[-135174,-168995],[-131556,-178227],[-137435,-170972],[-137443,-177493],[-132481,-190894],[-135121,-192142],[-132276,-193085],[-130225,-222966],[-138704,-225840],[-138939,-227349],[-133613,-222005],[-130555,-219571],[-131271,-219179],[-130699,-221265],[-134272,-223279],[-131277,-238737],[-132810,-240885],[-138145,-242517],[-134872,-241857],[-129801,-241049],[-131552,-239794],[-132303,-234983],[-132654,-237463],[-129645,-235253],[-132616,-237228],[-130146,-236936],[-138327,-245431],[-139706,-244295],[-134103,-244324],[-134061,-245574],[-137482,-255646],[-129828,-253229],[-133375,-263701],[-135408,-261533],[-136428,-266319],[-135084,-260649],[-140101,-258645],[-135998,-258159],[-130535,-262130],[-128174,-261456],[-130478,-278829],[-140145,-291601],[-134815,-304612],[-135045,-295379],[-134612,-303561],[-135045,-302601],[-133156,-303173],[-139905,-307516],[-137715,-426820],[-140008,-424465],[-138245,-428770],[-137852,-38176],[-139347,-96127],[-131644,-95218],[-130487,-96988],[-139773,-96525],[-136995,-98039],[-137973,-98620],[-138177,-106511],[-131874,-106310],[-143601,-163681],[-143482,-166408],[-143219,-171391],[-146653,-171928],[-147451,-173272],[-143307,-181570],[-143092,-184643],[-149111,-179086],[-152733,-194922],[-153369,-198896],[-146132,-224224],[-148135,-227991],[-147703,-228284],[-143477,-228503],[-143607,-226676],[-145011,-222761],[-146010,-233585],[-152201,-233015],[-148526,-233517],[-151411,-240064],[-148763,-239386],[-152658,-234482],[-145301,-230746],[-151198,-232437],[-145379,-243583],[-151763,-250178],[-149823,-265516],[-153488,-266177],[-153272,-255867],[-141671,-262366],[-150235,-255933],[-150029,-257766],[-149066,-276438],[-148351,-275490],[-153048,-278284],[-144419,-281069],[-146071,-276818],[-147509,-282247],[-152724,-284896],[-148162,-292583],[-143608,-287089],[-149442,-286473],[-148080,-302555],[-143156,-299839],[-149468,-297722],[-147551,-308646],[-142983,-308899],[-153049,-339160],[-146186,-420582],[-148362,-418649],[-147807,-420394],[-150994,-417250],[-147758,-418967],[-149889,-420139],[-144861,-418751],[-150387,-416869],[-151664,-415905],[-143678,-433104],[-143473,-432549],[-142417,-429702],[-140848,-423585],[-142788,-432695],[-141096,-429627],[-142389,-432241],[-141182,-430424],[-141517,-423470],[-149052,-428817],[-148728,-430075],[-152520,-426492],[-149650,-425379],[-150922,-426991],[-142486,-431272],[-148512,-424561],[-148779,-425191],[-141496,-427520],[-148397,-29078],[-145266,-50303],[-151911,-74766],[-144230,-71993],[-146296,-76249],[-146140,-75486],[-145269,-72423],[-145435,-71280],[-145556,-71936],[-144268,-69630],[-143748,-70487],[-143713,-68670],[-144189,-69013],[-144950,-69566],[-147144,-67926],[-146498,-67264],[-148012,-77619],[-153268,-83453],[-153590,-79217],[-152908,-80336],[-150490,-82528],[-149981,-80638],[-152324,-82086],[-147649,-76917],[-141826,-94865],[-148675,-101539],[-150661,-97355],[-146970,-96481],[-159437,-122676],[-156758,-116697],[-162631,-140829],[-156651,-172056],[-154058,-179302],[-158521,-201905],[-153831,-194099],[-155834,-199825],[-165248,-197327],[-162803,-197034],[-153888,-199966],[-154293,-200431],[-162184,-192774],[-153775,-196639],[-154254,-206683],[-159409,-206375],[-163560,-208652],[-157440,-235364],[-166009,-233313],[-165968,-230277],[-164232,-230913],[-164570,-233670],[-165012,-233388],[-163950,-240111],[-156877,-251634],[-158645,-244462],[-155100,-244007],[-164513,-243552],[-165335,-248955],[-166096,-244842],[-159620,-254059],[-153688,-268031],[-158778,-266231],[-161568,-265440],[-158170,-262477],[-164732,-261905],[-166015,-260392],[-156847,-267541],[-156356,-267719],[-154482,-265214],[-157943,-268460],[-157054,-262763],[-161821,-266150],[-160340,-260931],[-158976,-261187],[-161036,-260340],[-153897,-269116],[-155090,-268969],[-163318,-269941],[-161991,-268647],[-157556,-268696],[-166259,-269371],[-165873,-268815],[-156330,-274189],[-162798,-275598],[-158837,-271324],[-164444,-280145],[-157842,-280345],[-160325,-284284],[-164745,-287208],[-156372,-297620],[-155165,-294709],[-162041,-308457],[-157043,-336859],[-158697,-336669],[-161977,-346274],[-160618,-345923],[-164143,-348901],[-162782,-345925],[-164415,-351278],[-166243,-418757],[-157192,-431027],[-162424,-437175],[-157637,-56130],[-161951,-74408],[-156460,-80972],[-154724,-77926],[-155071,-80513],[-155418,-79990],[-155217,-78244],[-155830,-78024],[-155988,-78610],[-165011,-77230],[-164288,-90272],[-159579,-98743],[-158399,-98555],[-159161,-98407],[-162093,-90530],[-175674,-132118],[-170556,-140822],[-176079,-165004],[-175134,-167048],[-175702,-178236],[-172981,-180377],[-176229,-179619],[-170777,-186310],[-170858,-188213],[-171867,-184963],[-178866,-185137],[-177203,-185239],[-173381,-190314],[-174500,-181144],[-169687,-201208],[-166603,-196717],[-169181,-203378],[-170170,-197666],[-174644,-195805],[-177483,-193330],[-171267,-195232],[-168942,-194998],[-167475,-195883],[-168315,-195542],[-177808,-193139],[-178942,-199161],[-172545,-206629],[-179157,-225897],[-167428,-229298],[-169247,-228397],[-173716,-228583],[-177350,-251532],[-175209,-243403],[-175634,-244325],[-175710,-246372],[-173104,-249531],[-173545,-245318],[-173194,-254567],[-177627,-251020],[-174732,-248713],[-170282,-251611],[-177571,-252071],[-175297,-263255],[-177543,-264291],[-173768,-261924],[-176597,-260020],[-171170,-257071],[-173813,-257223],[-167249,-265574],[-168625,-266984],[-174537,-256110],[-172578,-257013],[-174599,-258424],[-172067,-267939],[-170237,-267526],[-177699,-261352],[-177403,-256243],[-169379,-273816],[-167522,-270165],[-174006,-269672],[-178596,-276528],[-173095,-273229],[-169006,-274630],[-176591,-278349],[-175946,-273102],[-174576,-283972],[-176442,-282304],[-166440,-367029],[-171421,-369583],[-171858,-370517],[-170253,-367789],[-171689,-365321],[-172542,-376195],[-169099,-378047],[-170047,-375960],[-177113,-375633],[-175475,-372938],[-176350,-386893],[-176769,-387253],[-172091,-392081],[-173532,-451507],[-176231,-61384],[-177707,-52243],[-167695,-63494],[-167369,-53230],[-167633,-60713],[-169954,-54886],[-175876,-67906],[-174158,-66365],[-178792,-81907],[-176972,-80579],[-179045,-99801],[-179084,-98034],[-178738,-97036],[-178215,-96864],[-177111,-100946],[-174773,-101217],[-168581,-93311],[-169886,-94716],[-171551,-94509],[-168241,-96691],[-168964,-95838],[-171420,-108057],[-174640,-102278],[-172279,-106853],[-171344,-103131],[-171352,-103883],[-180096,-124417],[-183064,-190380],[-179949,-190224],[-185261,-191164],[-181485,-181469],[-181604,-184022],[-183878,-185111],[-182887,-191107],[-187713,-180049],[-185354,-179741],[-181402,-181672],[-179638,-181135],[-185913,-180027],[-191426,-181095],[-188524,-183148],[-191444,-179003],[-187801,-190367],[-190110,-185402],[-180827,-193699],[-190744,-195123],[-179779,-192114],[-190215,-211771],[-189605,-212570],[-186118,-209827],[-186793,-210054],[-179284,-226910],[-182075,-222644],[-184102,-219079],[-185640,-218830],[-182559,-220373],[-180501,-218917],[-180632,-219463],[-187592,-220129],[-186997,-220752],[-191402,-220288],[-179393,-241575],[-185441,-235305],[-182440,-250839],[-183702,-246354],[-190862,-245502],[-189006,-244599],[-191278,-252123],[-190977,-255341],[-190187,-262958],[-188163,-267215],[-188430,-263254],[-185547,-265192],[-183329,-268122],[-179717,-258768],[-184723,-261869],[-188920,-256352],[-191052,-269296],[-184182,-269514],[-186202,-271908],[-185323,-279601],[-188470,-283773],[-190758,-291235],[-186404,-292229],[-188118,-292234],[-185053,-284840],[-179574,-391919],[-179537,-391368],[-180072,-389562],[-181121,-393366],[-180182,-388995],[-190674,-402855],[-189952,-402742],[-190704,-401617],[-183639,-399125],[-181842,-397814],[-184689,-396744],[-181666,-396901],[-182020,-399532],[-183734,-399870],[-181305,-427476],[-181672,-426238],[-185080,-436219],[-180804,-455990],[-182436,-561444],[-181645,-62280],[-181435,-63693],[-184998,-76169],[-182139,-74582],[-191428,-76207],[-190957,-75456],[-181920,-64499],[-184311,-69774],[-183362,-69116],[-183873,-70096],[-190996,-70860],[-191538,-71263],[-191738,-70160],[-179792,-76759],[-183481,-81268],[-191047,-78182],[-191362,-77457],[-182161,-81719],[-181504,-81368],[-180777,-81865],[-186019,-97913],[-185474,-97829],[-184795,-95333],[-202881,-178144],[-204634,-186085],[-196540,-187475],[-194684,-187118],[-200932,-180705],[-200966,-185172],[-196663,-184492],[-198293,-185431],[-193101,-196461],[-199919,-203166],[-201659,-201564],[-199246,-208034],[-199545,-209311],[-199320,-208997],[-198074,-211359],[-199108,-207131],[-201676,-205172],[-202817,-211558],[-201327,-208592],[-197252,-212434],[-193266,-213232],[-196962,-215261],[-196164,-208139],[-197962,-211122],[-198057,-217654],[-202321,-228062],[-192303,-238561],[-194765,-237056],[-193436,-238422],[-193213,-233415],[-203877,-246209],[-192708,-246770],[-192989,-255400],[-195526,-261962],[-203557,-257934],[-200462,-263361],[-194453,-262779],[-203437,-264663],[-196913,-258633],[-194966,-289527],[-198577,-291191],[-196847,-291771],[-193510,-296926],[-195684,-296014],[-200763,-303877],[-203528,-304269],[-197619,-300314],[-202690,-299127],[-197571,-302902],[-203038,-305341],[-199832,-298403],[-202935,-314780],[-199520,-307557],[-201084,-307647],[-198514,-316295],[-201521,-320053],[-192702,-406168],[-193100,-407484],[-193161,-404000],[-197760,-406768],[-193736,-404751],[-203824,-405150],[-204067,-405858],[-200182,-402123],[-194932,-404241],[-202534,-402303],[-201903,-401811],[-196490,-403778],[-194898,-404427],[-194723,-403596],[-192217,-401955],[-193460,-402151],[-193269,-401064],[-195254,-410870],[-195606,-416859],[-199206,-411958],[-200718,-409834],[-192390,-72362],[-192823,-73372],[-193583,-73365],[-203302,-85961],[-193930,-101008],[-195046,-103880],[-192200,-104419],[-207234,-181559],[-212022,-185010],[-205294,-187625],[-212793,-184937],[-216763,-213343],[-208537,-227542],[-210171,-241992],[-215877,-237480],[-206536,-236667],[-210037,-252355],[-214430,-247223],[-215497,-248259],[-206264,-245545],[-207828,-255673],[-211953,-254167],[-205645,-260737],[-209783,-262473],[-214582,-272712],[-212077,-271066],[-208699,-281135],[-209539,-278101],[-217494,-279233],[-205494,-291638],[-216723,-282450],[-211563,-292750],[-210582,-290765],[-211902,-282276],[-213960,-288814],[-210604,-288216],[-208489,-295185],[-214860,-297472],[-215693,-294304],[-214874,-302361],[-214806,-306685],[-207789,-302794],[-211908,-312869],[-214991,-317264],[-217150,-312502],[-215422,-319673],[-207488,-312135],[-210437,-315755],[-212442,-324698],[-208226,-324220],[-215004,-381131],[-212335,-385341],[-213107,-395323],[-210161,-393546],[-210530,-391095],[-209445,-393029],[-208609,-389792],[-211025,-404719],[-213540,-406444],[-213774,-401982],[-210653,-405931],[-211910,-401400],[-213974,-401217],[-211352,-401889],[-205606,-406282],[-205276,-406322],[-207046,-405326],[-207709,-405029],[-209239,-402081],[-208385,-402344],[-211575,-397944],[-212154,-397744],[-211552,-397737],[-210851,-398725],[-207357,-403593],[-208000,-402878],[-209612,-400044],[-209103,-401063],[-209814,-401418],[-209751,-402068],[-206059,-398310],[-209176,-396755],[-206913,-397262],[-214785,-493558],[-217078,-71460],[-207952,-67541],[-209286,-68456],[-206741,-69241],[-207760,-84253],[-210151,-97201],[-213118,-90217],[-215692,-102792],[-228975,-187162],[-222626,-198692],[-226324,-199928],[-218562,-212611],[-226572,-226023],[-230384,-220841],[-226200,-228749],[-229324,-239965],[-223116,-237037],[-225426,-233110],[-221082,-242639],[-222279,-230698],[-228409,-244930],[-229582,-268291],[-227105,-269632],[-222159,-277278],[-218467,-274073],[-229200,-280860],[-225443,-293173],[-227155,-292964],[-223011,-288874],[-221022,-289671],[-223961,-289940],[-222003,-286015],[-230257,-291146],[-230090,-294150],[-224718,-282483],[-218570,-284582],[-221020,-292520],[-220653,-297906],[-228263,-304634],[-227077,-302256],[-227003,-299021],[-221692,-299857],[-225525,-296985],[-222492,-295094],[-219733,-298495],[-220549,-305190],[-220232,-309236],[-227987,-315470],[-218947,-317554],[-224114,-316512],[-224761,-322006],[-228187,-322584],[-219222,-321294],[-226101,-379625],[-224148,-376227],[-229465,-379899],[-230195,-378394],[-223404,-373513],[-220900,-387686],[-218342,-397242],[-217961,-410598],[-219226,-411987],[-223585,-413576],[-218922,-412753],[-225914,-413938],[-222688,-414540],[-227826,-413559],[-226635,-431175],[-227443,-94400],[-232222,-190442],[-231141,-191143],[-242408,-210054],[-240185,-205630],[-243082,-216934],[-236947,-214141],[-237723,-210636],[-232480,-224135],[-242227,-223595],[-238542,-220203],[-240248,-218108],[-240443,-242708],[-232903,-234232],[-234624,-235535],[-241108,-236591],[-234418,-237389],[-240853,-233376],[-238894,-239507],[-237238,-230580],[-237894,-247668],[-237321,-245419],[-243144,-243487],[-239937,-270139],[-233189,-274881],[-231149,-275704],[-243101,-271374],[-239481,-275487],[-238207,-281148],[-231425,-280725],[-236323,-276648],[-236239,-279688],[-236885,-287799],[-231803,-289894],[-231135,-283146],[-231754,-286615],[-235323,-283373],[-236788,-288782],[-237439,-285439],[-236485,-289631],[-239199,-285132],[-239946,-281920],[-236664,-292515],[-234031,-293579],[-232458,-296264],[-230855,-296577],[-232552,-297801],[-233369,-305143],[-232307,-313031],[-232248,-308540],[-234356,-308444],[-232494,-320711],[-231372,-323752],[-234637,-323530],[-231021,-331553],[-237625,-334387],[-237766,-365187],[-235374,-369318],[-236712,-364662],[-237747,-365731],[-230935,-378005],[-233939,-383778],[-236341,-381558],[-238035,-396285],[-233741,-384546],[-235140,-383973],[-231121,-413054],[-241181,-34691],[-242880,-615470],[-232198,-63592],[-234471,-100204],[-233766,-95152],[-1281,-151118],[-6392,-152605],[-4555,-149364],[-3835,-148452],[-4879,-158200],[-6550,-155657],[-8184,-160255],[-10088,-157876],[-9558,-156210],[-11154,-165853],[-2520,-175713],[-5252,-174797],[-12477,-177383],[-8526,-172367],[-8423,-173691],[-9704,-174099],[-9069,-175320],[-7808,-174117],[-3279,-178539],[-3598,-178009],[-5257,-178073],[-4806,-180498],[-6255,-180092],[-11797,-180348],[-1592,-180382],[-9072,-184891],[-12342,-182091],[-7381,-193543],[-1784,-204464],[-1165,-199308],[-11695,-202322],[-6733,-198011],[-7264,-199338],[-9913,-201531],[-5793,-199609],[-5641,-199826],[-4626,-202735],[-7712,-204372],[-8580,-202708],[-10407,-199220],[-10840,-194059],[-12240,-195580],[-10383,-196165],[-9079,-198269],[-7259,-194350],[-1408,-194351],[-3814,-195491],[-1098,-202935],[-2622,-196622],[-5547,-198715],[-10752,-208838],[-9189,-216141],[-372,-206789],[-6156,-212947],[-6777,-215285],[-8208,-214799],[-9715,-212670],[-8785,-217001],[-9691,-210734],[-10748,-210469],[-11273,-216913],[-1083,-205878],[-10725,-212036],[-534,-214584],[-1359,-216120],[-11621,-212466],[-4410,-205219],[-6191,-206572],[-106,-211091],[-3718,-215312],[-1704,-210419],[-5890,-212505],[-9228,-229980],[-3952,-228001],[-5294,-226836],[-10485,-217997],[-4451,-218628],[-3232,-222002],[-1675,-218674],[-6342,-229674],[-738,-224257],[-2352,-228042],[-5297,-222641],[-10330,-226770],[-759,-221105],[-3535,-223886],[-3064,-224949],[-3106,-230442],[-6021,-238489],[-5585,-235210],[-9397,-232942],[-10288,-237647],[-9455,-237863],[-8207,-234547],[-3341,-239793],[-4191,-240648],[-11009,-238835],[-12501,-237889],[-3688,-230560],[-12408,-244144],[-6391,-267634],[-2628,-267126],[-11731,-269921],[-5923,-270252],[-7185,-276048],[-8987,-280490],[-7924,-280241],[-7404,-275056],[-6213,-275395],[-3192,-275490],[-9847,-269527],[-6530,-283682],[-5056,-288354],[-9356,-286298],[-5654,-286966],[-8289,-285094],[-8007,-287098],[-11730,-386880],[-3684,-461869],[-12554,-478710],[-8855,-487804],[-10107,-498625],[-1045,-502421],[-253350,-192048],[-253197,-202456],[-254173,-202503],[-244407,-211695],[-247271,-206626],[-244794,-210897],[-247060,-208804],[-247791,-216581],[-247754,-205741],[-249337,-229994],[-249379,-226393],[-251696,-219284],[-251061,-229126],[-252266,-223726],[-254207,-223808],[-251178,-230963],[-253611,-231706],[-254546,-236279],[-245641,-233515],[-247852,-235807],[-244393,-236025],[-243304,-236334],[-243523,-233112],[-255841,-231338],[-248895,-231637],[-250166,-233905],[-248039,-239123],[-253694,-254332],[-251759,-258230],[-248370,-261944],[-247407,-266465],[-254815,-261079],[-251115,-263767],[-245041,-276808],[-248342,-269775],[-244210,-281162],[-248787,-275949],[-247067,-274034],[-253760,-273271],[-253127,-269156],[-249502,-275662],[-251512,-283905],[-244281,-287890],[-255440,-282999],[-245317,-284596],[-252349,-281544],[-254729,-294614],[-246389,-317172],[-252506,-329880],[-245436,-323956],[-255189,-411404],[-250676,-632413],[-246819,-87685],[-253692,-92657],[-260253,-126767],[-259797,-127142],[-263870,-117069],[-260573,-118291],[-259117,-128370],[-264154,-132265],[-266357,-143465],[-267482,-143242],[-268620,-153459],[-268527,-189246],[-266681,-200256],[-262428,-193098],[-266176,-199606],[-257930,-201172],[-265403,-210104],[-265972,-205143],[-263271,-208715],[-264303,-211061],[-256077,-208472],[-264123,-214250],[-268654,-213840],[-268380,-217425],[-258645,-228486],[-258684,-225809],[-257229,-227371],[-268038,-226576],[-268061,-241235],[-268043,-237496],[-267073,-235113],[-260871,-233259],[-267988,-240065],[-267984,-234022],[-259003,-234652],[-259010,-234286],[-257734,-234005],[-264777,-242380],[-267285,-245952],[-261889,-250158],[-259277,-254960],[-261248,-250421],[-265693,-247669],[-265683,-249134],[-260577,-257418],[-266829,-258160],[-266263,-259387],[-261144,-256525],[-256248,-262721],[-263977,-261520],[-256553,-281369],[-267650,-279690],[-261165,-278619],[-256473,-269666],[-265550,-276476],[-256171,-284668],[-266602,-284704],[-260847,-284586],[-257541,-289947],[-256585,-288489],[-268276,-282762],[-261815,-305587],[-264658,-302751],[-261709,-314996],[-259779,-309377],[-261445,-310849],[-263389,-308336],[-266453,-319165],[-256893,-320821],[-267474,-337548],[-263808,-333311],[-265823,-408748],[-256145,-407224],[-259276,-409524],[-264791,-86071],[-257598,-84622],[-258441,-96518],[-256424,-100558],[-260598,-89948],[-265910,-92044],[-266871,-102790],[-279075,-117282],[-275564,-125968],[-275945,-124658],[-276091,-139970],[-270897,-147401],[-276332,-146944],[-273295,-150272],[-272586,-146574],[-273997,-151270],[-279092,-150105],[-274650,-149937],[-273846,-147662],[-270324,-141338],[-269857,-153790],[-272354,-155503],[-269789,-158774],[-273751,-158425],[-277805,-154556],[-278647,-164221],[-278569,-159357],[-281432,-158592],[-278677,-178593],[-279500,-173839],[-273833,-178592],[-272434,-177336],[-277594,-166370],[-279443,-171180],[-278892,-179138],[-274532,-187856],[-272104,-188309],[-270460,-191110],[-270410,-179028],[-272342,-185211],[-271264,-191378],[-281161,-186513],[-279245,-180930],[-275815,-191357],[-278452,-197128],[-278983,-199461],[-273065,-198973],[-272796,-198067],[-280973,-191998],[-277070,-201493],[-272272,-201591],[-270663,-199737],[-281158,-201573],[-278525,-206899],[-272190,-206200],[-274806,-209722],[-274557,-216277],[-272564,-208680],[-278755,-211895],[-277404,-228777],[-279666,-225042],[-275377,-222323],[-277701,-225457],[-274723,-218739],[-272265,-222244],[-273110,-220210],[-270592,-223117],[-272755,-229759],[-270033,-229413],[-269425,-220403],[-280886,-233316],[-279465,-235777],[-271393,-238805],[-276103,-232020],[-274307,-235841],[-274090,-232657],[-276869,-240672],[-273767,-237234],[-269676,-239991],[-279357,-244881],[-274460,-247470],[-270523,-248884],[-268995,-243106],[-281264,-253485],[-276042,-246924],[-274885,-253412],[-271768,-252737],[-270537,-251546],[-278146,-261205],[-278068,-259505],[-279206,-260364],[-279681,-257004],[-273473,-255893],[-280139,-265297],[-274588,-259216],[-271648,-259486],[-272735,-260446],[-271134,-262240],[-271224,-258275],[-274063,-260055],[-280776,-273212],[-278708,-276456],[-276872,-271464],[-271514,-275445],[-272898,-268969],[-269270,-276825],[-272845,-273106],[-276316,-282174],[-273943,-290287],[-275457,-287641],[-280219,-286199],[-269101,-300334],[-270292,-301194],[-273816,-295303],[-272558,-297298],[-272233,-344843],[-275596,-348141],[-273161,-349408],[-281594,-355856],[-276657,-396002],[-270828,-623404],[-276970,-74190],[-277865,-73268],[-269318,-86896],[-274317,-86191],[-281057,-83928],[-279786,-83733],[-269192,-94000],[-272608,-94209],[-280586,-99335],[-270927,-107515],[-277585,-114826],[-273962,-102703],[-283266,-127413],[-290426,-119161],[-287482,-119701],[-284652,-132906],[-282964,-139400],[-286182,-130896],[-288287,-133732],[-282178,-151525],[-282651,-150866],[-294342,-153046],[-284680,-150154],[-287606,-141800],[-283935,-153298],[-293776,-159637],[-292985,-162135],[-281853,-162696],[-283840,-163495],[-292243,-155804],[-293038,-177740],[-286836,-177564],[-284367,-174685],[-285255,-170144],[-283866,-173739],[-289709,-182638],[-291060,-181185],[-291897,-184503],[-293716,-189297],[-286385,-188706],[-286873,-190336],[-293763,-179379],[-283881,-180885],[-286525,-179400],[-294138,-195821],[-283498,-202907],[-284863,-201513],[-286906,-203356],[-288232,-200742],[-292463,-198842],[-282986,-194771],[-292238,-200923],[-285226,-197900],[-284716,-194348],[-285556,-213968],[-281740,-215433],[-291438,-205429],[-283575,-212848],[-283901,-209429],[-284219,-208045],[-286930,-206890],[-281938,-227268],[-291631,-229710],[-289576,-222841],[-289862,-228464],[-283664,-221763],[-282337,-222539],[-285080,-224474],[-283173,-220930],[-293461,-217822],[-294014,-226637],[-293630,-222484],[-288071,-217974],[-287255,-223915],[-285248,-241756],[-285668,-236947],[-282557,-241269],[-287032,-232843],[-292185,-238140],[-291189,-239099],[-281651,-237858],[-288759,-236398],[-293919,-234923],[-288504,-235643],[-292762,-240888],[-283455,-231984],[-287394,-230886],[-293874,-234120],[-293082,-243424],[-283146,-255568],[-282350,-255432],[-285341,-251785],[-283365,-251741],[-283301,-250184],[-292991,-251594],[-284043,-253017],[-291343,-249843],[-283278,-253049],[-288827,-252269],[-284138,-420383],[-291174,-429558],[-283160,-627661],[-290877,-61025],[-285877,-63575],[-282535,-68559],[-294149,-66919],[-286438,-81068],[-285354,-87864],[-293242,-82058],[-282123,-78588],[-293492,-94161],[-284188,-107282],[-290247,-114231],[-293394,-107246],[-283068,-110259],[-297811,-126858],[-305630,-117958],[-306186,-127602],[-303591,-135029],[-297482,-130209],[-298943,-151911],[-301193,-151107],[-297964,-150980],[-298365,-152709],[-302867,-150308],[-295009,-148507],[-300424,-149923],[-306404,-149646],[-303145,-149389],[-298998,-141714],[-302422,-146769],[-304898,-152385],[-296907,-160841],[-304564,-160279],[-299550,-157608],[-305075,-161084],[-298015,-161738],[-295791,-163789],[-302056,-159294],[-304337,-162334],[-301267,-171149],[-299536,-171020],[-306302,-171621],[-302075,-178097],[-303091,-177406],[-306848,-172531],[-302343,-172310],[-306751,-169746],[-305377,-179564],[-303851,-179582],[-301726,-183246],[-303680,-181075],[-295718,-190512],[-298555,-188118],[-296534,-186671],[-297366,-183234],[-299951,-181112],[-306150,-187830],[-305204,-183326],[-296417,-189419],[-304850,-191513],[-294566,-187797],[-296849,-198084],[-298099,-198207],[-295484,-195902],[-295572,-201018],[-301594,-191819],[-296541,-196157],[-299550,-195789],[-306046,-193051],[-303137,-215840],[-302059,-211330],[-305033,-215631],[-303386,-212925],[-305720,-210553],[-303411,-209272],[-303865,-213129],[-303192,-223738],[-306495,-221435],[-298187,-224450],[-300188,-228351],[-303197,-222396],[-302892,-224378],[-298228,-228650],[-298036,-218314],[-301429,-221816],[-304595,-221455],[-304235,-228884],[-294508,-220534],[-295547,-235522],[-301783,-234748],[-301014,-239906],[-297765,-235070],[-302315,-240959],[-304156,-237418],[-306993,-240840],[-299898,-255153],[-297259,-250125],[-294681,-253696],[-298839,-249752],[-299446,-254181],[-301889,-251193],[-302633,-254320],[-303175,-251464],[-305269,-253096],[-298889,-255905],[-306696,-65280],[-298228,-67457],[-302377,-68044],[-305123,-84003],[-306502,-85675],[-305023,-85376],[-297455,-77156],[-295634,-88289],[-299717,-77000],[-300497,-81510],[-299733,-99892],[-297494,-96331],[-305304,-92208],[-304841,-107087],[-304046,-114020],[-300188,-111477],[-319035,-121030],[-316482,-126388],[-315150,-118890],[-313390,-124929],[-308744,-128538],[-313584,-130670],[-313338,-132459],[-312575,-134203],[-314671,-139867],[-311081,-134479],[-310523,-137289],[-309365,-150499],[-311138,-146799],[-313776,-143024],[-312904,-141017],[-312132,-155576],[-312225,-157279],[-310104,-158817],[-311964,-159996],[-307600,-161753],[-310599,-169643],[-308648,-173097],[-318208,-178200],[-309326,-182857],[-308295,-180254],[-308480,-182418],[-319834,-190146],[-309001,-187053],[-315182,-186926],[-317518,-188362],[-313962,-186436],[-317712,-186857],[-309357,-191801],[-313788,-192333],[-307572,-224353],[-307361,-230185],[-311203,-229302],[-311618,-242039],[-312382,-240287],[-307814,-239110],[-319330,-236815],[-316000,-233383],[-311531,-234739],[-317214,-244950],[-318549,-244197],[-318720,-245752],[-310126,-245675],[-314540,-244708],[-314977,-246178],[-319525,-244422],[-318128,-248322],[-318118,-254946],[-309676,-254576],[-312712,-255463],[-310101,-255110],[-310517,-253924],[-311314,-251935],[-309891,-252134],[-315208,-249053],[-313731,-243293],[-319091,-52836],[-319692,-54250],[-319107,-59422],[-319887,-51636],[-317856,-62538],[-315231,-62701],[-319677,-63179],[-317400,-57965],[-314569,-60836],[-318443,-55378],[-317300,-57709],[-310720,-65223],[-318121,-65122],[-313467,-70208],[-312828,-71852],[-311143,-75390],[-315266,-68732],[-319211,-72463],[-319015,-73424],[-316591,-70650],[-313475,-75088],[-311820,-74283],[-307721,-75036],[-312959,-76525],[-319978,-76531],[-317075,-78394],[-319573,-79040],[-316468,-81250],[-318491,-81878],[-307854,-85962],[-318491,-78047],[-315940,-88224],[-313240,-77569],[-316478,-80604],[-308105,-79207],[-316214,-96830],[-315216,-95746],[-315359,-102009],[-314104,-98885],[-312793,-97363],[-312773,-96167],[-318384,-99837],[-317837,-89891],[-314296,-93652],[-317205,-98975],[-319991,-99015],[-316525,-93939],[-314970,-93302],[-319294,-104170],[-319172,-111496],[-310341,-107665],[-313995,-110402],[-332080,-117198],[-325896,-118152],[-324951,-120600],[-326090,-122148],[-329545,-123222],[-327225,-119623],[-329965,-122404],[-324202,-120386],[-328796,-121174],[-328411,-122855],[-326552,-117093],[-327944,-118535],[-321734,-115344],[-331110,-124360],[-326143,-138561],[-328388,-128463],[-327443,-131720],[-332066,-139181],[-326579,-134898],[-324996,-138460],[-324519,-139399],[-320583,-134448],[-321708,-134280],[-320769,-128094],[-326845,-127819],[-330251,-142736],[-324414,-144808],[-321784,-141652],[-324284,-152169],[-329975,-145970],[-324115,-153579],[-322414,-154468],[-328523,-178289],[-325359,-178874],[-322094,-175586],[-326688,-175376],[-326603,-189892],[-324474,-190489],[-328924,-184171],[-327919,-179829],[-323185,-183922],[-324865,-184482],[-326060,-181962],[-323662,-185904],[-328142,-189199],[-320915,-186378],[-323280,-180451],[-330790,-187757],[-321820,-192146],[-325752,-194371],[-325019,-36774],[-324562,-34963],[-328992,-33445],[-325877,-33735],[-324868,-30828],[-324409,-35042],[-326473,-37772],[-322816,-40211],[-325403,-42834],[-331638,-42158],[-330087,-46461],[-332633,-48099],[-329441,-46167],[-332176,-49054],[-329697,-42299],[-326676,-46339],[-325915,-47874],[-325776,-48399],[-326986,-42615],[-332727,-50090],[-332505,-49097],[-332760,-48796],[-331779,-49777],[-325726,-49096],[-324117,-47755],[-323932,-48162],[-322535,-45050],[-322621,-43212],[-327245,-39924],[-326066,-41185],[-324196,-39113],[-323912,-39568],[-331594,-46190],[-326882,-39358],[-327692,-50586],[-321724,-54218],[-320490,-56458],[-320965,-59491],[-321214,-51330],[-324314,-55133],[-324095,-61945],[-321652,-62343],[-329154,-61595],[-325390,-57245],[-324284,-59245],[-325493,-55700],[-324132,-51814],[-325585,-54303],[-331242,-63431],[-332732,-60711],[-329803,-56911],[-332563,-51164],[-332594,-55745],[-330547,-57063],[-329978,-57210],[-329560,-53925],[-330678,-51024],[-329441,-55130],[-331104,-60972],[-329109,-58318],[-329118,-58594],[-330427,-63427],[-331337,-53640],[-321499,-64774],[-320999,-66995],[-325351,-67686],[-323359,-67209],[-323467,-64203],[-330671,-73843],[-331020,-73054],[-323393,-71684],[-325928,-66321],[-325442,-64457],[-330020,-64440],[-321303,-72417],[-329738,-64355],[-332489,-66873],[-325375,-111491],[-322455,-106751],[-327229,-109950],[-329279,-113936],[-325067,-113894],[-325365,-113279],[-326317,-109871],[-321824,-109974],[-345200,-119125],[-341638,-120542],[-341992,-123686],[-337263,-119988],[-341866,-127045],[-333301,-124243],[-335395,-121085],[-334922,-119542],[-334243,-121425],[-334662,-122270],[-343428,-127675],[-344217,-132133],[-333177,-139999],[-339639,-139872],[-335741,-130468],[-334085,-133847],[-335583,-133813],[-336165,-136705],[-336959,-137162],[-333873,-136588],[-333609,-132960],[-344906,-128486],[-336166,-133524],[-334359,-129506],[-342565,-129057],[-337022,-144098],[-339679,-141195],[-335443,-143517],[-340265,-143508],[-336564,-142853],[-340092,-165112],[-333556,-184158],[-335889,-474849],[-341281,-34884],[-343110,-36842],[-338213,-35601],[-336321,-35542],[-338104,-37765],[-340559,-31197],[-336323,-32195],[-343364,-31224],[-343951,-33130],[-340620,-34908],[-343503,-34479],[-343306,-35045],[-339738,-34029],[-337252,-30283],[-341763,-36329],[-340238,-31389],[-338918,-30617],[-339992,-38179],[-337951,-39857],[-335765,-38998],[-335729,-41923],[-334464,-41645],[-342278,-41570],[-333838,-49054],[-334268,-45508],[-332934,-43252],[-337847,-45247],[-336599,-43462],[-336006,-45952],[-334695,-48505],[-345256,-40786],[-338979,-44277],[-338579,-46744],[-338290,-42854],[-337557,-49371],[-339995,-48055],[-341096,-43811],[-342455,-44005],[-333553,-60330],[-334572,-61622],[-335050,-62983],[-336221,-62049],[-334418,-63467],[-335083,-55966],[-333872,-58018],[-333086,-54775],[-335745,-55626],[-333960,-52520],[-334561,-55454],[-333225,-51995],[-335923,-52213],[-334041,-76502],[-335787,-74155],[-336249,-75449],[-339460,-67219],[-338894,-68062],[-336514,-70387],[-332914,-69755],[-339957,-66171],[-335447,-65197],[-335663,-64546],[-334375,-66519],[-335556,-66867],[-336880,-66456],[-337254,-72294],[-337700,-72191],[-337198,-72550],[-338581,-69062],[-332812,-76177],[-339178,-65644],[-341796,-72643],[-341426,-68723],[-339774,-87580],[-343220,-84386],[-341659,-87573],[-340896,-85744],[-342166,-81244],[-340567,-82077],[-339268,-80062],[-340825,-79721],[-340475,-79480],[-340069,-80394],[-341674,-89259],[-344486,-85922],[-341893,-89161],[-343923,-88378],[-344409,-86972],[-335827,-97339],[-336724,-98426],[-337080,-95592],[-337347,-97592],[-339065,-96911],[-333775,-98245],[-335303,-98476],[-338467,-96959],[-339851,-92246],[-342577,-95414],[-340216,-93953],[-339766,-90583],[-343268,-95024],[-340725,-91980],[-345178,-91685],[-343670,-90642],[-338545,-107838],[-342384,-111258],[-341955,-106738],[-339370,-107269],[-354351,-123052],[-353990,-124617],[-352697,-122733],[-357596,-119250],[-357150,-124698],[-350580,-120467],[-356764,-118281],[-356339,-115844],[-355092,-120878],[-345738,-118053],[-346302,-119043],[-350205,-123068],[-346736,-118339],[-348589,-123173],[-350799,-123238],[-346782,-122686],[-353043,-125092],[-353616,-177859],[-352500,-178637],[-355502,-167915],[-354716,-167087],[-357625,-183948],[-357649,-188761],[-357357,-182417],[-354349,-187262],[-357715,-182076],[-354259,-183233],[-350657,-189506],[-350176,-190280],[-357934,-193214],[-356851,-200203],[-357957,-201095],[-356422,-196509],[-356442,-203544],[-355384,-204183],[-354360,-198759],[-356808,-201555],[-354370,-204103],[-350503,-203965],[-349144,-193949],[-349211,-194228],[-354784,-200936],[-351088,-198549],[-353276,-195368],[-353988,-205844],[-356474,-206016],[-357302,-206936],[-355206,-206134],[-351412,-205037],[-354519,-210781],[-357361,-228051],[-358314,-225309],[-355343,-225312],[-354053,-229741],[-349710,-37725],[-346059,-36827],[-353084,-38031],[-346187,-35394],[-347929,-29364],[-347926,-34887],[-353500,-38132],[-347259,-37290],[-354106,-525066],[-353266,-524677],[-348508,-38640],[-346021,-41544],[-350310,-39808],[-349966,-38567],[-353054,-41390],[-349490,-39648],[-352814,-38757],[-352713,-40471],[-352112,-38399],[-353865,-39704],[-352334,-39841],[-358044,-44509],[-356891,-43505],[-356590,-43014],[-357691,-43457],[-357363,-41216],[-356091,-40689],[-355780,-42259],[-357687,-42080],[-358207,-42298],[-353928,-75595],[-346895,-75859],[-353880,-88799],[-357507,-86588],[-356527,-88483],[-356032,-86393],[-357684,-85252],[-358160,-85313],[-348619,-87630],[-352616,-87710],[-349608,-87212],[-352521,-86076],[-352076,-87250],[-356141,-83283],[-354982,-85796],[-352900,-85453],[-354087,-84444],[-357650,-82550],[-358270,-80654],[-358360,-82719],[-355196,-78326],[-351812,-78369],[-349726,-79148],[-350375,-82052],[-346903,-77792],[-346783,-87033],[-355784,-79861],[-350565,-87124],[-356907,-101010],[-355583,-92276],[-353821,-90391],[-355270,-89858],[-357005,-90538],[-357112,-92334],[-357494,-91790],[-351786,-91610],[-350231,-95473],[-350474,-93964],[-358242,-94735],[-351915,-90877],[-351438,-93798],[-357564,-101849],[-348307,-93620],[-348767,-91084],[-353929,-112266],[-355695,-105828],[-354168,-109717],[-355656,-110718],[-355323,-109897],[-355155,-103985],[-355006,-112122],[-358973,-126421],[-371013,-169602],[-370697,-169623],[-370495,-169810],[-371199,-167069],[-369158,-167296],[-369612,-167163],[-366417,-169733],[-365886,-169606],[-365139,-169522],[-363133,-170280],[-362573,-170405],[-359291,-170424],[-359594,-170789],[-367424,-188598],[-362770,-190234],[-360137,-181763],[-362466,-191055],[-363589,-185262],[-360604,-189507],[-358843,-190172],[-361557,-184854],[-368093,-182904],[-369077,-189574],[-368988,-183156],[-370446,-183640],[-367560,-191927],[-358770,-207249],[-368757,-457175],[-370927,-460111],[-370779,-462643],[-362728,-525170],[-368210,-48825],[-370389,-49187],[-363827,-42189],[-362803,-42629],[-363813,-46427],[-360787,-47543],[-360627,-40313],[-364740,-49015],[-365391,-48528],[-366137,-49230],[-358495,-43248],[-359233,-41177],[-359818,-40058],[-359795,-42747],[-360176,-40204],[-368579,-51590],[-370603,-54387],[-370590,-51531],[-366719,-63242],[-369409,-73697],[-370330,-74370],[-368391,-73840],[-369255,-71697],[-361364,-74021],[-364719,-74150],[-363897,-70532],[-362593,-72266],[-364976,-71408],[-365259,-70463],[-365510,-64161],[-360128,-90446],[-25005,-150586],[-20260,-149969],[-21169,-147658],[-16367,-148942],[-15703,-150542],[-13169,-152194],[-20590,-141917],[-22113,-144412],[-22316,-143706],[-18110,-153013],[-17918,-143645],[-16697,-143390],[-22976,-152221],[-16366,-153942],[-15343,-153581],[-15229,-157121],[-20939,-157214],[-17314,-155378],[-14641,-156994],[-21656,-155569],[-23894,-156819],[-19954,-154424],[-18127,-153985],[-13317,-159395],[-20485,-169778],[-21377,-172328],[-21431,-171159],[-25189,-175780],[-13661,-166516],[-13295,-175347],[-14300,-175843],[-13871,-174501],[-19059,-172929],[-17973,-171569],[-18317,-169448],[-23662,-185843],[-24499,-185227],[-24142,-186121],[-13179,-181298],[-15321,-182544],[-13570,-184538],[-18425,-182009],[-21839,-184290],[-15900,-183787],[-18944,-191618],[-15569,-190668],[-24396,-190051],[-22961,-188950],[-23105,-189351],[-14765,-195304],[-18712,-196729],[-23927,-203895],[-21978,-197587],[-21218,-202420],[-23138,-201794],[-13163,-201376],[-17565,-200707],[-16256,-201613],[-25392,-193154],[-20421,-194197],[-17784,-199205],[-13407,-198155],[-14199,-198377],[-14834,-196067],[-14585,-197195],[-17832,-192925],[-24173,-213056],[-24116,-206977],[-24545,-210107],[-25130,-207749],[-13548,-205838],[-13476,-207176],[-16321,-208794],[-16022,-211834],[-17202,-211606],[-17056,-214064],[-15074,-216647],[-15930,-213373],[-13391,-214864],[-24097,-222250],[-24604,-225418],[-20722,-228177],[-20493,-225307],[-19951,-223524],[-18093,-229692],[-16931,-227750],[-17686,-227295],[-19398,-228383],[-23381,-228417],[-24304,-225713],[-22630,-223655],[-16838,-223052],[-17289,-221391],[-16637,-221949],[-15038,-220604],[-15407,-219094],[-15576,-218650],[-13308,-240913],[-25211,-235715],[-25505,-233892],[-12938,-239395],[-14490,-240746],[-19015,-255006],[-22708,-251325],[-25168,-249256],[-22318,-255741],[-13582,-260481],[-14454,-259811],[-19891,-256132],[-16567,-258693],[-14548,-261771],[-22133,-257145],[-21351,-260730],[-16956,-263661],[-25190,-268644],[-18699,-277506],[-16620,-276448],[-21415,-274860],[-19373,-274601],[-20550,-274034],[-16944,-272912],[-16135,-274065],[-16180,-275074],[-21134,-280306],[-15636,-287446],[-23547,-285079],[-24522,-288106],[-25053,-290011],[-23149,-287570],[-25415,-291714],[-22619,-281913],[-21444,-287406],[-23815,-365385],[-17666,-380904],[-19499,-372667],[-20989,-381823],[-17381,-374008],[-18670,-371783],[-20599,-378655],[-15249,-382017],[-14329,-386565],[-23969,-472339],[-22567,-472640],[-21115,-470753],[-16608,-475446],[-22652,-474140],[-14909,-490039],[-14321,-494999],[-16678,-493672],[-16918,-495641],[-13247,-502106],[-375574,-182335],[-371236,-184485],[-383374,-274365],[-382028,-410753],[-381384,-410871],[-378239,-412328],[-381960,-410010],[-379313,-412672],[-371936,-455561],[-380849,-456149],[-380932,-457424],[-382124,-456739],[-375998,-457004],[-373635,-456540],[-375820,-465802],[-372996,-464918],[-382684,-483849],[-375407,-45670],[-377540,-42821],[-374307,-49161],[-375137,-49883],[-377600,-44889],[-381167,-38756],[-375555,-55564],[-376486,-55488],[-375916,-53081],[-372199,-73620],[-373833,-71580],[-375501,-70961],[-376686,-72947],[-375935,-73298],[-378343,-74364],[-383825,-74936],[-382372,-74575],[-381459,-68698],[-380921,-68706],[-380507,-70313],[-379968,-70419],[-379934,-69245],[-380678,-65719],[-380108,-65210],[-381364,-65687],[-383968,-78161],[-396045,-264546],[-391480,-270847],[-387523,-269675],[-396563,-269352],[-396213,-398824],[-388412,-406877],[-388243,-405180],[-394547,-403863],[-391724,-403504],[-390232,-404161],[-392276,-398933],[-387214,-406260],[-392246,-403040],[-395989,-397948],[-387717,-405690],[-392394,-400045],[-388841,-405002],[-395968,-401101],[-395184,-400965],[-384702,-457649],[-386982,-457592],[-396416,-459019],[-392257,-467954],[-390189,-463333],[-388058,-471515],[-394961,-460800],[-394033,-468841],[-396166,-478034],[-385845,-40507],[-388569,-39435],[-387420,-41545],[-385206,-78368],[-384149,-77328],[-400567,-263850],[-398447,-268985],[-402201,-269749],[-405937,-396276],[-405002,-395826],[-406972,-391803],[-403574,-395191],[-407741,-393756],[-409279,-388329],[-408306,-393351],[-409148,-391230],[-408453,-388545],[-405727,-395353],[-407182,-390859],[-409012,-387215],[-406415,-395839],[-407869,-387283],[-396862,-398340],[-399700,-400828],[-398432,-400669],[-403923,-397284],[-396829,-402963],[-397880,-400954],[-398071,-402080],[-403594,-460193],[-397704,-460047],[-397135,-467815],[-398390,-466486],[-406773,-467632],[-400200,-461936],[-406571,-477465],[-416590,-391029],[-410566,-388546],[-411716,-387388],[-409926,-390498],[-413504,-386829],[-411154,-389167],[-412319,-388224],[-412025,-388832],[-416626,-384649],[-415713,-385229],[-416921,-388125],[-416790,-389098],[-422356,-459842],[-409695,-468647],[-413192,-464658],[-420312,-462584],[-421604,-462137],[-416629,-463535],[-415358,-463301],[-419107,-461725],[-420721,-460921],[-413383,-461773],[-411800,-480778],[-415052,-480218],[-412873,-479551],[-421037,-527800],[-433138,-380994],[-432679,-380486],[-425252,-460390],[-425227,-459141],[-427729,-458716],[-423392,-466064],[-422983,-462049],[-444698,-178761],[-442560,-205288],[-436817,-239214],[-443817,-21866],[-443486,-445369],[-440490,-447585],[-446399,-443431],[-445948,-452534],[-445750,-451101],[-439676,-449466],[-437484,-450351],[-442189,-454506],[-440995,-453129],[-439802,-454171],[-444421,-451354],[-437849,-451309],[-436809,12999],[-442964,13899],[-450997,-153848],[-455511,-203482],[-449213,-10014],[-448556,-11922],[-458090,-438767],[-450072,-449844],[-450886,-452544],[-460764,-503996],[-449675,-542296],[-465948,-142548],[-464226,-170108],[-470054,-179733],[-463688,-199543],[-468333,-194106],[-470133,-7162],[-466375,-79849],[-470172,-86741],[-466953,-86924],[-466726,-89650],[-475436,-210829],[-480997,-210096],[-496638,-138518],[-496529,-137341],[-498505,-193636],[-494976,-208624],[-499129,-225346],[-486519,-233614],[-498195,-435697],[-30750,-140329],[-36971,-139356],[-37535,-136657],[-33544,-137393],[-31355,-141548],[-31461,-143607],[-31750,-146761],[-27267,-147681],[-31623,-144305],[-36168,-144212],[-35334,-143075],[-29419,-143794],[-33784,-146419],[-26016,-150956],[-36241,-148550],[-37801,-149765],[-36624,-147603],[-37865,-149055],[-34900,-149074],[-35615,-148650],[-34404,-148364],[-33609,-153633],[-30136,-173559],[-28478,-176535],[-36516,-172424],[-31049,-176144],[-36437,-184664],[-36080,-183697],[-30849,-190957],[-27821,-188649],[-26027,-191008],[-25979,-194084],[-28041,-202590],[-38259,-200869],[-36576,-201433],[-38088,-198862],[-36218,-195686],[-34228,-195910],[-32159,-201357],[-32058,-200725],[-32601,-198882],[-27111,-195460],[-26327,-196039],[-26236,-192887],[-31921,-192156],[-31640,-195311],[-33251,-202253],[-26804,-215460],[-25660,-209824],[-28101,-220382],[-26653,-229500],[-27724,-225587],[-28333,-222658],[-28443,-224350],[-27723,-227569],[-35306,-232106],[-37331,-230241],[-26350,-234534],[-34706,-230964],[-33627,-232209],[-32227,-247930],[-36054,-250794],[-29916,-255574],[-28186,-262401],[-29984,-278112],[-26507,-295917],[-31251,-370103],[-26639,-368328],[-34412,-373910],[-36887,-458146],[-37612,-458456],[-38319,-459332],[-502398,-190380],[-503018,-202822],[-508025,-201710],[-502001,-212226],[-510053,-214372],[-509147,-219649],[-510107,-223941],[-511281,-225485],[-501608,-226739],[-510626,-423349],[-503239,-472975],[-510409,-474021],[-515005,-152756],[-513078,-197283],[-517804,-213040],[-522022,-211454],[-523410,-213522],[-514043,-207368],[-516080,-218981],[-512255,-225049],[-512582,-218184],[-517099,-236997],[-522948,-241226],[-513387,-436937],[-522414,-449688],[-519457,-459005],[-521208,-465169],[-513451,-477991],[-520386,-476815],[-513187,-494466],[-516234,-495567],[-523613,-518637],[-530867,-168538],[-529970,-168315],[-525131,-436615],[-529007,-454492],[-531861,-471376],[-527790,-463422],[-532176,-477517],[-526736,-482138],[-527515,-478321],[-534054,-504939],[-532351,-502672],[-534160,-526645],[-549466,-160476],[-537964,-458667],[-557352,-160963],[-39290,-137979],[-39716,-134285],[-38786,-132453],[-44428,-137385],[-42188,-138491],[-41309,-133154],[-45877,-138869],[-46313,-137778],[-40151,-130541],[-38539,-140648],[-38713,-145328],[-41726,-141252],[-49310,-142498],[-43748,-141258],[-49888,-146035],[-41054,-141802],[-38741,-143267],[-38535,-150130],[-41877,-150890],[-41033,-152119],[-42177,-146341],[-39443,-147438],[-38600,-148005],[-43199,-151321],[-41875,-148755],[-41478,-149547],[-40080,-147665],[-42522,-144497],[-38545,-147109],[-47000,-158306],[-42655,-161519],[-49093,-164934],[-48215,-169720],[-50380,-171631],[-41869,-197966],[-46741,-198366],[-48363,-197542],[-46294,-200044],[-44922,-198750],[-41660,-198713],[-41139,-199579],[-39653,-199865],[-40073,-201305],[-48405,-215477],[-49950,-207878],[-48953,-214252],[-50805,-207042],[-51085,-213154],[-38830,-207660],[-39499,-207604],[-45831,-224273],[-46772,-226600],[-48010,-227836],[-46314,-234619],[-46028,-232725],[-41367,-232008],[-42535,-232976],[-50104,-232503],[-40932,-248302],[-40441,-243710],[-38762,-248431],[-43348,-248843],[-39429,-244069],[-48532,-249476],[-47654,-248852],[-42934,-251659],[-39657,-257678],[-38712,-368022],[-45411,-466688],[-58938,-125483],[-56296,-123691],[-53501,-127290],[-51938,-140559],[-57396,-135358],[-59356,-134779],[-58748,-131654],[-57079,-128335],[-58569,-129168],[-52780,-128146],[-58504,-142878],[-55259,-148521],[-53714,-143515],[-57252,-147403],[-59096,-144590],[-56492,-141337],[-55969,-150269],[-54965,-144363],[-54414,-141788],[-58412,-158921],[-63223,-161783],[-59919,-156571],[-60424,-157778],[-61430,-157318],[-58604,-154182],[-51832,-176011],[-62188,-191455],[-61921,-181438],[-61744,-186697],[-61754,-191602],[-53805,-195831],[-59533,-202824],[-59803,-199305],[-61314,-199717],[-63566,-199881],[-57254,-202576],[-54856,-200798],[-52480,-199389],[-57050,-197801],[-53453,-210046],[-52425,-209811],[-57493,-223553],[-57451,-220102],[-53295,-226388],[-55667,-226023],[-59827,-220610],[-60285,-220727],[-58422,-225584],[-56929,-234036],[-58770,-239118],[-55217,-230229],[-63763,-252241],[-63394,-253519],[-63069,-254742],[-63964,-255743],[-51413,-249295],[-59343,-248196],[-52533,-262571],[-61255,-261149],[-62427,-259535],[-57244,-272978],[-57141,-272154],[-62948,-279315],[-61741,-273870],[-63028,-271964],[-59724,-281307],[-55741,-279643],[-53111,-281315],[-57902,-280803],[-70820,-117502],[-72318,-137464],[-73189,-137187],[-73453,-135000],[-73530,-133648],[-72832,-129921],[-70607,-134275],[-70908,-138131],[-71633,-135639],[-72432,-139299],[-71456,-139977],[-64830,-146067],[-73932,-148636],[-74295,-151216],[-74377,-146386],[-69775,-151662],[-73869,-150538],[-71963,-144290],[-73243,-146823],[-67156,-145176],[-76527,-146961],[-64361,-158030],[-64527,-154905],[-68578,-154695],[-64437,-159602],[-65662,-156911],[-69153,-155481],[-75463,-163337],[-65449,-159016],[-65831,-177415],[-76240,-169280],[-76522,-173978],[-66401,-175452],[-66805,-173098],[-68761,-170622],[-66500,-172659],[-67067,-189995],[-64997,-191378],[-65423,-191604],[-74215,-190427],[-64000,-182805],[-75455,-197898],[-68294,-198845],[-75201,-200195],[-67165,-194919],[-67001,-196906],[-69122,-200320],[-69791,-200732],[-70258,-201384],[-64084,-198650],[-75800,-211846],[-70631,-209964],[-69980,-229360],[-65500,-224299],[-73277,-237256],[-72870,-239966],[-73286,-240613],[-74039,-236557],[-65101,-235339],[-73898,-234330],[-68081,-238742],[-66660,-250542],[-67336,-250969],[-66488,-252190],[-66005,-252397],[-74954,-247253],[-66159,-268246],[-64151,-266138],[-71555,-274720],[-64069,-274367],[-70619,-285558],[-70674,-282299],[-68185,-286327],[-65758,-287178],[-87851,-132067],[-78396,-132862],[-79357,-133069],[-78062,-134532],[-78852,-130003],[-78610,-140185],[-76907,-140574],[-77896,-127970],[-79323,-129113],[-77874,-129694],[-84173,-149525],[-86238,-147584],[-83251,-144600],[-76948,-150236],[-80289,-150816],[-87482,-148697],[-81244,-150728],[-77810,-145408],[-80270,-142139],[-82649,-152604],[-85508,-149834],[-88677,-152612],[-80369,-153665],[-83189,-154536],[-86174,-159422],[-85203,-161251],[-81127,-162478],[-84937,-158064],[-86240,-163699],[-82490,-160613],[-81071,-166002],[-79383,-172144],[-88128,-167919],[-85810,-169099],[-89323,-178788],[-88915,-175295],[-87221,-177167],[-84579,-170794],[-80745,-181971],[-81912,-180603],[-86664,-186217],[-88103,-188533],[-82693,-186480],[-89384,-181273],[-77847,-194771],[-77306,-195691],[-81967,-194175],[-88495,-197521],[-77447,-198866],[-77607,-204131],[-79553,-202391],[-79206,-201245],[-83471,-201477],[-81357,-200217],[-83403,-193982],[-82185,-193303],[-83739,-194182],[-81885,-198378],[-82828,-204480],[-78452,-207021],[-77294,-207503],[-80615,-205071],[-80720,-209902],[-86235,-215391],[-86883,-211230],[-82679,-215928],[-77628,-206531],[-88816,-212236],[-83664,-210525],[-82459,-217939],[-79037,-218157],[-83771,-230155],[-83047,-221775],[-81104,-222663],[-80016,-224712],[-82413,-225034],[-85440,-240157],[-86948,-236787],[-80503,-238437],[-88566,-240005],[-84485,-240181],[-79369,-234608],[-77313,-231674],[-77796,-236021],[-77564,-246341],[-77223,-245359],[-80480,-248920],[-82045,-248897],[-82170,-280522],[-81519,-279056],[-88162,-279446],[-83885,-278503],[-86158,-293270],[-86569,-284850],[-88286,-356027],[-80194,-352573],[-79867,-348089],[-96006,-122427],[-98815,-122737],[-98911,-120845],[-97329,-127594],[-98733,-127613],[-94517,-140309],[-97286,-130503],[-100854,-135549],[-99369,-133969],[-100926,-134775],[-100401,-147069],[-102109,-145281],[-99332,-150467],[-89802,-150807],[-93117,-143363],[-98240,-152018],[-101610,-152035],[-92295,-154051],[-102202,-155303],[-101931,-163097],[-93013,-162570],[-101577,-164003],[-93461,-160379],[-90398,-157390],[-99743,-153436],[-98032,-167033],[-100757,-170001],[-90120,-167836],[-98774,-167059],[-102015,-166858],[-97988,-171266],[-92239,-177131],[-99476,-173357],[-89935,-180454],[-101791,-185568],[-98675,-189627],[-92531,-182133],[-92407,-188999],[-95419,-202326],[-96669,-200933],[-97611,-202688],[-101257,-198023],[-100411,-198229],[-97676,-202728],[-98761,-201032],[-100557,-195915],[-91864,-204253],[-102298,-208880],[-96281,-216445],[-95495,-216810],[-99633,-211120],[-100103,-214298],[-101901,-216541],[-101894,-207565],[-100822,-206372],[-97323,-215492],[-100852,-211086],[-99808,-213703],[-101889,-211096],[-90561,-210676],[-91864,-211047],[-101697,-221488],[-91651,-219196],[-95196,-226702],[-89661,-221918],[-98746,-235240],[-90455,-231736],[-100861,-272517],[-93790,-284614],[-96336,-294093],[-91042,-355745],[-100019,-366517],[-95365,-367282],[-95485,-368498],[-94093,-367750],[-98390,-367411],[-101276,-359128],[-101024,-366460],[-100430,-111865],[-112812,-122902],[-111730,-117617],[-107369,-129562],[-102767,-144627],[-103368,-145078],[-111186,-150763],[-112847,-148762],[-113209,-150193],[-110662,-152768],[-110742,-145125],[-113293,-164640],[-115120,-158374],[-105703,-162471],[-105284,-164677],[-105205,-156628],[-106478,-160904],[-109873,-174113],[-113541,-174767],[-107873,-177833],[-106379,-172228],[-107821,-166489],[-106494,-167021],[-106450,-168745],[-105454,-169444],[-107227,-184138],[-106338,-190508],[-108739,-199993],[-107146,-204036],[-104964,-194234],[-107660,-204504],[-104745,-206160],[-111854,-211309],[-110377,-211861],[-115172,-214401],[-111124,-214965],[-108627,-214538],[-105181,-205238],[-106199,-210087],[-111452,-211990],[-110677,-216143],[-108596,-212046],[-102576,-208841],[-102765,-209115],[-102639,-216410],[-113581,-216139],[-114829,-216331],[-112516,-215787],[-109413,-208454],[-106030,-209344],[-108246,-215942],[-102493,-208128],[-114525,-213807],[-109997,-216050],[-111050,-213569],[-111323,-204887],[-112964,-220873],[-110613,-217680],[-113983,-221059],[-105313,-222939],[-102733,-221358],[-105000,-226414],[-102721,-226858],[-110636,-221981],[-109572,-222414],[-110960,-222365],[-106144,-218471],[-110478,-222986],[-107573,-220060],[-104644,-222447],[-112794,-219421],[-111625,-229202],[-113293,-218402],[-110530,-221419],[-112988,-224919],[-105323,-217632],[-109140,-230749],[-112734,-233167],[-115025,-237928],[-112458,-237823],[-111629,-234761],[-109920,-239296],[-102881,-233184],[-104439,-236063],[-113294,-246336],[-114446,-269568],[-103366,-282437],[-107093,-302774],[-104450,-363652],[-107408,-370323],[-104912,-364789],[-103836,-362647],[-104996,-369560],[-106899,-370121],[-105138,-368183],[-113402,-368719],[-105239,-366548],[-104379,-365314],[-109229,-361453],[-103903,-370743],[-108816,-373177],[-103878,-376048],[-103125,-374075],[-107313,-372411],[-108291,-373331],[-111907,-371617],[-111915,-372447],[-110541,-384302],[-109655,-384558],[-114305,-27093],[-114052,-72826],[-114230,-85442],[-112713,-96725],[-114808,-100216],[-103191,-103953],[-103951,-112934],[-114025,-111453],[4494,-152998],[4918,-150319],[1414,-150807],[11036,-151035],[1547,-154206],[9856,-156444],[10287,-160486],[10962,-164855],[5742,-163810],[5198,-161614],[12379,-163469],[9448,-158543],[8254,-175010],[267,-176746],[9158,-174461],[11792,-190787],[-482,-186663],[9132,-184926],[6700,-189443],[2487,-198659],[12499,-195141],[12409,-194408],[6184,-195051],[7097,-196574],[9020,-197290],[8851,-197356],[8786,-195441],[9759,-194946],[3553,-203038],[5537,-203405],[4968,-203979],[7048,-204105],[6577,-204195],[3126,-197290],[3320,-197444],[65,-204161],[207,-204083],[11523,-197012],[10335,-196881],[11364,-199959],[10078,-200327],[8786,-199694],[5540,-200921],[6119,-198309],[11251,-197273],[2529,-200865],[1052,-211795],[10608,-215774],[9059,-215911],[4940,-215512],[4181,-215276],[4360,-204777],[12759,-214322],[12276,-213483],[12772,-216906],[6198,-208357],[9566,-209714],[8820,-211348],[6851,-210381],[4887,-208415],[5723,-209689],[7292,-209267],[1079,-207191],[1674,-205294],[7916,-217059],[7181,-215513],[9257,-214510],[9547,-207874],[1302,-217017],[11936,-216053],[8792,-212233],[10057,-206047],[7472,-205902],[10613,-211421],[458,-205584],[2878,-207927],[2545,-208026],[4960,-207784],[7524,-209619],[6093,-227337],[12783,-228483],[10823,-220550],[10139,-218770],[8391,-227229],[4403,-217571],[8254,-219708],[766,-219003],[10346,-228872],[131,-227923],[7102,-218734],[5600,-217781],[1350,-225118],[320,-223986],[995,-222226],[3055,-217482],[2,-232583],[12372,-242693],[6053,-230832],[4961,-240005],[4933,-241585],[747,-242320],[12179,-248659],[11721,-247426],[1443,-243349],[11185,-243704],[5139,-259743],[6837,-272922],[7496,-282461],[11742,-286727],[7595,-283500],[7732,-416646],[8761,-417431],[4712,-414090],[10534,-416021],[12187,-414719],[12795,-444952],[3676,-458663],[10831,-454416],[10674,-461209],[12472,-460853],[4730,-462690],[5139,-462654],[6005,-487516],[2919,-503130],[135788,-123231],[131290,-116323],[131802,-126668],[134785,-124632],[131414,-178076],[130739,-178705],[131281,-177670],[131022,-177133],[131544,-176817],[140001,-171989],[134525,-188528],[134805,-187312],[134685,-186562],[135318,-186467],[128310,-182370],[128183,-184864],[128151,-183681],[130854,-181093],[134723,-181354],[134639,-182430],[129679,-182175],[128459,-203466],[134451,-193183],[133146,-193652],[129631,-198355],[134577,-199994],[130487,-202030],[129034,-202523],[133372,-200720],[139287,-200413],[139149,-200258],[139177,-199246],[136729,-199715],[131388,-201766],[133411,-194313],[135519,-199954],[131661,-192411],[132112,-192431],[130531,-197658],[129509,-196630],[129717,-196401],[132133,-200353],[129842,-199626],[128267,-202394],[128767,-211759],[138718,-215945],[129652,-212081],[130633,-212435],[128394,-211222],[133738,-210179],[136485,-223188],[129853,-220008],[140390,-229326],[137484,-231645],[134586,-232310],[130029,-236056],[129805,-239451],[129249,-235335],[133199,-233284],[140156,-238579],[140093,-240029],[135062,-236851],[138088,-237465],[138162,-234868],[139755,-236202],[132636,-241458],[138984,-235392],[133554,-241866],[133795,-239026],[130289,-242400],[133187,-236018],[129259,-241382],[133614,-236827],[133949,-238981],[131531,-238604],[128886,-264933],[130340,-263190],[130235,-262935],[129482,-262691],[137111,-264953],[128908,-271918],[134802,-272495],[140414,-303799],[137853,-302996],[139489,-305318],[139861,-310982],[135088,-311205],[128441,-307981],[136682,-329082],[128802,-331548],[140248,-330937],[134257,-329354],[129958,-342677],[128540,-339128],[133002,-339251],[136128,-334893],[128001,-349526],[135392,-354765],[138206,-355455],[128580,-353293],[130014,-350728],[129285,-359365],[138162,-381533],[134324,-405140],[132389,-60721],[129809,-61509],[130724,-60099],[133662,-59398],[136478,-56701],[140186,-61554],[136839,-72252],[132992,-73045],[131263,-69600],[131844,-70305],[135967,-63996],[130981,-64679],[140005,-76085],[131331,-71203],[130326,-70845],[135642,-72245],[137726,-73365],[134277,-72442],[135229,-68229],[135547,-66069],[139020,-67264],[135588,-66996],[139195,-72699],[140373,-71772],[140437,-66821],[128811,-87048],[133368,-83791],[137889,-85051],[133598,-81252],[135563,-87478],[134475,-82037],[138578,-80309],[136869,-78544],[135693,-82440],[136715,-86237],[132384,-87397],[134541,-89275],[136320,-82880],[138079,-81673],[135210,-81423],[136131,-83506],[139693,-92484],[130117,-91225],[133714,-94355],[140145,-96143],[139076,-94643],[137570,-96340],[137750,-97350],[130455,-89910],[138515,-99004],[130864,-100458],[132722,-112380],[153060,-125760],[151539,-117450],[151838,-120866],[144846,-127027],[145851,-125817],[145445,-128694],[147861,-132890],[142934,-128052],[142267,-127814],[146559,-143121],[145044,-140797],[141084,-158773],[141179,-158150],[143689,-178399],[143338,-177386],[147381,-173306],[147546,-175931],[143845,-176144],[151832,-170917],[146967,-168082],[141276,-168780],[143145,-167780],[150985,-168080],[146029,-183176],[147077,-190569],[144196,-180290],[147121,-193147],[140862,-212429],[150489,-222786],[145056,-224378],[141677,-238179],[147776,-242679],[142894,-240326],[147591,-242141],[144275,-241307],[146736,-241662],[145572,-237988],[141769,-235727],[142065,-234576],[142102,-240810],[141640,-237086],[144328,-238912],[141610,-252608],[142368,-251471],[142661,-252970],[149678,-254972],[149222,-251565],[141377,-252623],[142409,-252567],[144299,-255176],[142773,-255679],[150782,-255732],[145852,-249475],[147988,-251375],[145064,-247055],[146666,-247196],[144973,-247447],[147528,-247104],[148450,-248183],[147564,-246917],[148325,-248620],[147778,-246472],[145400,-243066],[145717,-243624],[147383,-245177],[148022,-244607],[144487,-256318],[143644,-257992],[141976,-257075],[142599,-257403],[152826,-256468],[147394,-277984],[145780,-278908],[150628,-269477],[153164,-276620],[141751,-276974],[145237,-275410],[147801,-279251],[151470,-276324],[152421,-278761],[149219,-289293],[147613,-282235],[145702,-283629],[147324,-286151],[150199,-287214],[147207,-286445],[147254,-287638],[149941,-289190],[148326,-303332],[145624,-295129],[146357,-306183],[146980,-304801],[153042,-306929],[149651,-297166],[147292,-301069],[149525,-301576],[143424,-298820],[143608,-298291],[144573,-297633],[145755,-298301],[147725,-299681],[144991,-296029],[141499,-313058],[152595,-307868],[146402,-325894],[146644,-326693],[146990,-326863],[146419,-324550],[148314,-357014],[151295,-362572],[153268,-373699],[145499,-57375],[149753,-57705],[150037,-63310],[147814,-60393],[141079,-63555],[145756,-62929],[151162,-60654],[150135,-66452],[150230,-64571],[152548,-71291],[152408,-76074],[142954,-75821],[149421,-69303],[151642,-68089],[148896,-68157],[150742,-64711],[144705,-65758],[140813,-64922],[141865,-63901],[147885,-72780],[150750,-75783],[150098,-74726],[141425,-86072],[144235,-84846],[141883,-85295],[145097,-86954],[145678,-89144],[145977,-82540],[144924,-81915],[146511,-84894],[141081,-78102],[143049,-76981],[147942,-77892],[141989,-92640],[141520,-89932],[146246,-93112],[146392,-94343],[145233,-93507],[147038,-91463],[146563,-101398],[149204,-101897],[146181,-106100],[145799,-109673],[141546,-110177],[148435,-106952],[154688,-117907],[162192,-121483],[163974,-120357],[155723,-120926],[161768,-116993],[158087,-115990],[159762,-118611],[155756,-117121],[155781,-127007],[153722,-123265],[154484,-124554],[157981,-135377],[164921,-138051],[158919,-134110],[161074,-131090],[160479,-129944],[162425,-153442],[162302,-146175],[154500,-163498],[167578,-173042],[152512,-166584],[157320,-168714],[158906,-237416],[153661,-254905],[155255,-257952],[156009,-257405],[157205,-257136],[156501,-260200],[155642,-258038],[155817,-257168],[154173,-257160],[155790,-257571],[159521,-266853],[160887,-264324],[160114,-267361],[162816,-265539],[164678,-263746],[164119,-265183],[165267,-265932],[153834,-276887],[153770,-276991],[161941,-273686],[164362,-276541],[159133,-272244],[162592,-273896],[160303,-272798],[165817,-279408],[164895,-275123],[154137,-284490],[156607,-293852],[157163,-293084],[162984,-294034],[161765,-293902],[157749,-306962],[156784,-306658],[154298,-299363],[155900,-306288],[156901,-297168],[155263,-297177],[154838,-298754],[154927,-298673],[162365,-306892],[158661,-297545],[160512,-294249],[162462,-296106],[159134,-296889],[153845,-307134],[153674,-307200],[155960,-307950],[160540,-308026],[161681,-307443],[165903,-309847],[158605,-332401],[156114,-333551],[159914,-334059],[156997,-332883],[158002,-343339],[154310,-344471],[155406,-344758],[156065,-342634],[162111,-342768],[165382,-343982],[161477,-343863],[156855,-346165],[155147,-346129],[156096,-347645],[158185,-348714],[163870,-347018],[160921,-346658],[161315,-50875],[164246,-57410],[161434,-57862],[159414,-61952],[164905,-60545],[160782,-55034],[159065,-57051],[153655,-54661],[155384,-53670],[155369,-59300],[158579,-73945],[159784,-71648],[155353,-76170],[159664,-68649],[154904,-76166],[161387,-68240],[163075,-65403],[154712,-68904],[166243,-65390],[158252,-78226],[160077,-78424],[155517,-78414],[156362,-77220],[155795,-82258],[164563,-79181],[165023,-84203],[161240,-78907],[164989,-87725],[153843,-89317],[162017,-82849],[156466,-85327],[166288,-98044],[165094,-102341],[160151,-93560],[165439,-96570],[165307,-92170],[166295,-95641],[164852,-105292],[165148,-111972],[162215,-103314],[163299,-103417],[165794,-113895],[165065,-115088],[163046,-107189],[159860,-111937],[156266,-111674],[161401,-112810],[157351,-105711],[162064,-105825],[160871,-106194],[177828,-116247],[177722,-127520],[174255,-124783],[170873,-127746],[177105,-121862],[170247,-129341],[169811,-135569],[172561,-135441],[168537,-128707],[169322,-137451],[166317,-145843],[168096,-140815],[172735,-175653],[168270,-213597],[170140,-222885],[166609,-266767],[168858,-267084],[170197,-268035],[169711,-268551],[169714,-272883],[169804,-278927],[169675,-270369],[171010,-278129],[177799,-281351],[171307,-269491],[171027,-276829],[174545,-274265],[174122,-285379],[171319,-283370],[174649,-287836],[177444,-282262],[176977,-284630],[178131,-288802],[177750,-290839],[178840,-291604],[166865,-293605],[166593,-295762],[168309,-295917],[167316,-294802],[168531,-306240],[170884,-306348],[168123,-308639],[171661,-309060],[172009,-308811],[170782,-308882],[175586,-316267],[175741,-331899],[167706,-343719],[167663,-344058],[174535,-339103],[174139,-340785],[171745,-338538],[172302,-336139],[177323,-336564],[177988,-335198],[172257,-336104],[177415,-333510],[178018,-335688],[177094,-335178],[173093,-335398],[176684,-335915],[176031,-334629],[175632,-334986],[169975,-336949],[171031,-337211],[169011,-335448],[169325,-335029],[168066,-334312],[170825,-335613],[167064,-54582],[174605,-62419],[167513,-57643],[169887,-59336],[170604,-56032],[167018,-51547],[176142,-61295],[169579,-62171],[172794,-71826],[172750,-74788],[167369,-74240],[172227,-72952],[177104,-69093],[168083,-68804],[169497,-73433],[166431,-72919],[167237,-75931],[169119,-65385],[167066,-66292],[173101,-85040],[175306,-80420],[174455,-88444],[168270,-80493],[173334,-78313],[168629,-83605],[166491,-81435],[171708,-81084],[169399,-96730],[172755,-97070],[169033,-98225],[171722,-97042],[168090,-96652],[168811,-92012],[177842,-89916],[166855,-94373],[169478,-113166],[168337,-112559],[166877,-110606],[167471,-103292],[166487,-110005],[179723,-115141],[184183,-124329],[179942,-128724],[182898,-226833],[187261,-244011],[180282,-287170],[180350,-289962],[180685,-292057],[180450,-302553],[184877,-298785],[185960,-298791],[190473,-296483],[187436,-295040],[187056,-300198],[189536,-298853],[180551,-342310],[181638,-346164],[179270,-347624],[179609,-347734],[182783,-352713],[181256,-354214],[181647,-353949],[181681,-351825],[180905,-63151],[179455,-60566],[185453,-65538],[185901,-74987],[185274,-71644],[186859,-76929],[179769,-84271],[183380,-81499],[180937,-78311],[191261,-111655],[184410,-113242],[180419,-114561],[198277,-123017],[200910,-129043],[202943,-166395],[202518,-234318],[201573,-232059],[201883,-237259],[200228,-230391],[200606,-233548],[196998,-232811],[197439,-232848],[197462,-234349],[198203,-233362],[195133,-232288],[195963,-231479],[199309,-240611],[200990,-241912],[196283,-241048],[193519,-241881],[193538,-298516],[192584,-302660],[193553,-301215],[195246,-297450],[202227,-297634],[197187,-299974],[199808,-296745],[197154,-94494],[202632,-91818],[197936,-89560],[199681,-94992],[203912,-105013],[201750,-103271],[21173,-140141],[22953,-145545],[24304,-141724],[24719,-140758],[21586,-150074],[16069,-148836],[19479,-145005],[24872,-155428],[24800,-154162],[24180,-159868],[22896,-156376],[25112,-163702],[13727,-160867],[16341,-158768],[22141,-158625],[19930,-163441],[18876,-171898],[16822,-169860],[20340,-170554],[12887,-166812],[22363,-183336],[21024,-182090],[25193,-185044],[13558,-190058],[16076,-183644],[16368,-182989],[15745,-185322],[17473,-185236],[17799,-184809],[17719,-185489],[19162,-185058],[19020,-185180],[14257,-190819],[16531,-189607],[22765,-190500],[22429,-190728],[20260,-189282],[20358,-188154],[21231,-181446],[24791,-180819],[24613,-180972],[24340,-189517],[24019,-190599],[20346,-190758],[25325,-192164],[23865,-196721],[19472,-198990],[17445,-197230],[16762,-191970],[21691,-199648],[20555,-198204],[22262,-197116],[21663,-197063],[12853,-196274],[13322,-193680],[13093,-195336],[13098,-194675],[14897,-203368],[14298,-202259],[22608,-201127],[23355,-201515],[22963,-199683],[22783,-200644],[23266,-202114],[24751,-194843],[20233,-201979],[25437,-193933],[18939,-203251],[14265,-193045],[14784,-192521],[20582,-191923],[13688,-200561],[13475,-198712],[15439,-196457],[19413,-194573],[18540,-196298],[18230,-199370],[21803,-214256],[24987,-215157],[24514,-212735],[17623,-209475],[21419,-211763],[21009,-210691],[15620,-214268],[13775,-213966],[16019,-215322],[13975,-207977],[16048,-211475],[18213,-213561],[18831,-212337],[18012,-211999],[17125,-212830],[18501,-211822],[17135,-211064],[14117,-216489],[24508,-214599],[22090,-214648],[21444,-213231],[13127,-211056],[12813,-206265],[20185,-204851],[25064,-207272],[24435,-205920],[15994,-211768],[13251,-211594],[17409,-206187],[15834,-206143],[22934,-210147],[15243,-205046],[14093,-228709],[25106,-225576],[13674,-217406],[13361,-227827],[14311,-229231],[22688,-227179],[23644,-236932],[16511,-241836],[18444,-232840],[16037,-230776],[25294,-232145],[23372,-233829],[18374,-232863],[17418,-231333],[18642,-233199],[19368,-238310],[20398,-238210],[16732,-239680],[15444,-237677],[15176,-249270],[22065,-244716],[13646,-244160],[13645,-248517],[25285,-243331],[15925,-248498],[14904,-259604],[24154,-258716],[16003,-256134],[23912,-262093],[24202,-261919],[22387,-262229],[20493,-266206],[14683,-279810],[18760,-409029],[17315,-417199],[18513,-420110],[19565,-413703],[21322,-415034],[15742,-415680],[22752,-421020],[19637,-421441],[19443,-409598],[18199,-412885],[23953,-418695],[19662,-431397],[18926,-426126],[25404,-434523],[24112,-440792],[12999,-456008],[16194,-451047],[13280,-448506],[15172,-455197],[18011,-452746],[19719,-454393],[13655,-468139],[318457,601271],[317584,598183],[317697,601658],[315925,607909],[316458,612270],[319366,607456],[317088,604423],[320568,595721],[327363,594500],[320947,599045],[323052,593918],[320334,597900],[325350,592314],[320013,596686],[322709,596355],[322417,592438],[320845,594766],[320906,613993],[320124,601895],[328741,617243],[325413,620466],[322310,618948],[321476,615309],[325186,617397],[326783,621321],[326020,618867],[328117,624677],[325928,622132],[329551,625170],[337383,586651],[339859,598032],[345549,589596],[340654,589751],[334891,622113],[339777,624229],[336900,623566],[337512,623683],[339203,626675],[338064,623353],[343778,624082],[342646,623729],[339230,616449],[336098,627400],[340720,627895],[346498,595859],[349331,597556],[348167,610537],[345875,606751],[352176,613768],[352673,613849],[349324,608348],[351710,609574],[348545,608712],[349595,604750],[346398,602236],[351385,618277],[351573,615568],[345936,621877],[346893,620912],[348514,624810],[35551,-139255],[27789,-137213],[27049,-137476],[27824,-138102],[34687,-143912],[37342,-140948],[29876,-142764],[34982,-146516],[37791,-146372],[26242,-153026],[37248,-151769],[36425,-152103],[28439,-154488],[27043,-157220],[30881,-153887],[31462,-156836],[35909,-157030],[33940,-157929],[33876,-155901],[35667,-159317],[34502,-159019],[30526,-156319],[28532,-157490],[28261,-158528],[27368,-156670],[28136,-155086],[30020,-155578],[29382,-158662],[30812,-157444],[34026,-159847],[33085,-171930],[32171,-169276],[30323,-174844],[38334,-171031],[35356,-170030],[26763,-171587],[32668,-171507],[33079,-170570],[32070,-167317],[35986,-173326],[33700,-178188],[26166,-180911],[32382,-180250],[35959,-184747],[31754,-181694],[32792,-187920],[27463,-180330],[35291,-183824],[33287,-190536],[34181,-190382],[32906,-191736],[35577,-188065],[37271,-189791],[28467,-186962],[27051,-190298],[28916,-189118],[37026,-187741],[28654,-189567],[27692,-189000],[32271,-182677],[33486,-183265],[34360,-182355],[34225,-183791],[37679,-185167],[25872,-181248],[37066,-185584],[33431,-188061],[27695,-181015],[26189,-182522],[30709,-189323],[31747,-188782],[31592,-185052],[30371,-187391],[29166,-188323],[29680,-188256],[29455,-185137],[28264,-185034],[29638,-182843],[29504,-183863],[30966,-186845],[32762,-188155],[36314,-191151],[36729,-191276],[28139,-180166],[37622,-197163],[37030,-192686],[35793,-192394],[33994,-195299],[36903,-195633],[34651,-193834],[33467,-194042],[35441,-193935],[36247,-194388],[34979,-196138],[36014,-196630],[26311,-202498],[37230,-201505],[38091,-202411],[29180,-191920],[33035,-200716],[31171,-202161],[27389,-202356],[29035,-197157],[33322,-196490],[32939,-195840],[31077,-197620],[31356,-192233],[29709,-194013],[30180,-192236],[35508,-202107],[36355,-197745],[33882,-196175],[26667,-195087],[26541,-198051],[31712,-194649],[32291,-194895],[32236,-195658],[38231,-201304],[28609,-202715],[32784,-210679],[36492,-212863],[27523,-210900],[28925,-211374],[31254,-211272],[29351,-212201],[28094,-212896],[28725,-210212],[28157,-207317],[30128,-208713],[27161,-205990],[29577,-205208],[28281,-205223],[33314,-221472],[27074,-224493],[30081,-218689],[34932,-223890],[30117,-217639],[32626,-222623],[30815,-222581],[36960,-229521],[34669,-218658],[32264,-230160],[26734,-231878],[31740,-230323],[35237,-237794],[34402,-232984],[32187,-231979],[25734,-230370],[36705,-234264],[38138,-232342],[37585,-232513],[35906,-237134],[37561,-235678],[32912,-235506],[32746,-234459],[29709,-234853],[28626,-234180],[31660,-231051],[33513,-230256],[35672,-235644],[37062,-235099],[30339,-238387],[29238,-238475],[34469,-236678],[33823,-237134],[26027,-233740],[27856,-248777],[27226,-244400],[35650,-249327],[30385,-248212],[26956,-243595],[35135,-251198],[32314,-251685],[34339,-250996],[26178,-264545],[32862,-265622],[27386,-261021],[27122,-256079],[31800,-263917],[34912,-263789],[36444,-261707],[36732,-262714],[35895,-271602],[29859,-276259],[30769,-270171],[31158,-268943],[31169,-272143],[26797,-275362],[27122,-273630],[28201,-275630],[26445,-275536],[26470,-275570],[34364,-367684],[38134,-420992],[37472,-418078],[34163,-418429],[34183,-418067],[35224,-418676],[34129,-419494],[33265,-425538],[36472,-423859],[33283,-424013],[31283,-432876],[29150,-434128],[31125,-428413],[34029,-428704],[33198,-425760],[30649,-427242],[33774,-423655],[34482,-434963],[32335,-429966],[32300,-423343],[38016,-431262],[37928,-430903],[37758,-432712],[33827,-434244],[32180,-430777],[36431,-429792],[32308,-434122],[29055,-432354],[27593,-433074],[25938,-428969],[37442,-443104],[27224,-435774],[35023,-439666],[27036,-435318],[38017,-445487],[38344,-437615],[35961,-435867],[470485,508927],[469412,572465],[469038,565376],[482923,700214],[484118,711111],[488451,356964],[491388,358843],[495894,493877],[492810,501609],[495881,511256],[492134,688863],[488477,697035],[494494,709216],[492139,710896],[505150,402910],[507760,400744],[503736,463780],[502367,461981],[500408,475546],[500132,483512],[501944,501733],[509157,508140],[509533,598584],[511345,594556],[511866,662484],[510500,674759],[505234,690786],[504166,683264],[505290,678798],[507960,711219],[47835,-137182],[42125,-133981],[49249,-139835],[43500,-139842],[40868,-142814],[44286,-145801],[48854,-143054],[45405,-145545],[41271,-147753],[49853,-147212],[47594,-148742],[46813,-153015],[41981,-150013],[49489,-141342],[51061,-141938],[42932,-147227],[47837,-159025],[50036,-165086],[45191,-165995],[44356,-166964],[45776,-171625],[43129,-173335],[42673,-172872],[45978,-171776],[48563,-173528],[43698,-169689],[41119,-167674],[49845,-176365],[48156,-176484],[46892,-178315],[51079,-180724],[45646,-188588],[43257,-185768],[41478,-189090],[42671,-187802],[41223,-181089],[49574,-191227],[39822,-183007],[41626,-189399],[47145,-186566],[46372,-186608],[49744,-189324],[47732,-183427],[44022,-179534],[49977,-180871],[50555,-185481],[39971,-187383],[41274,-189063],[38779,-186289],[45242,-182671],[45574,-183826],[42872,-185191],[41525,-183410],[46676,-186143],[46320,-186923],[43657,-190137],[43063,-190827],[42908,-191263],[44705,-190771],[44098,-187836],[44861,-187412],[45109,-188409],[42681,-190518],[40486,-190273],[38696,-198937],[38730,-197243],[50680,-202201],[50017,-201603],[38466,-196313],[48292,-201132],[47113,-201423],[46531,-198158],[41480,-198433],[49033,-200469],[41194,-195947],[40902,-196037],[50708,-198285],[40127,-194903],[42417,-200494],[43897,-200246],[44958,-200131],[44819,-197949],[43888,-197692],[43095,-199376],[47805,-199872],[50949,-192709],[39670,-200335],[49557,-193080],[48565,-193489],[49364,-191960],[46334,-215223],[43466,-209698],[46020,-212370],[41731,-215522],[45868,-214068],[42398,-207879],[47984,-211061],[48869,-216212],[47397,-210708],[46392,-212134],[43236,-207449],[40550,-214479],[41543,-227950],[44104,-223074],[39834,-227753],[39536,-224931],[39439,-230154],[48180,-219604],[38559,-228541],[39040,-226615],[42362,-222286],[48691,-226585],[45529,-218469],[41515,-219352],[46555,-221315],[44287,-227252],[39635,-226133],[48518,-218817],[42731,-219715],[38897,-230044],[45569,-229815],[48414,-221725],[40297,-224403],[42530,-225240],[39217,-229195],[47156,-218131],[44711,-233631],[46071,-232383],[46172,-231739],[45427,-232479],[41744,-235523],[44542,-231129],[49283,-233686],[49863,-232075],[41877,-232892],[42897,-233649],[39448,-237419],[44846,-244561],[46708,-257926],[39605,-267977],[49810,-263431],[39165,-266868],[46525,-265208],[40633,-262972],[50773,-290751],[45511,-349987],[38445,-372631],[49652,-384135],[48735,-384517],[44875,-424066],[40908,-427410],[40908,-428438],[38728,-434179],[42151,-428059],[46012,-433043],[39901,-432143],[39313,-432848],[39683,-447051],[46030,-439051],[43274,-439836],[45656,-436088],[38507,-436157],[43607,-445180],[49232,-447446],[43250,-435822],[40391,-437919],[39108,-439267],[41212,-439558],[39748,-437667],[40862,-442693],[41552,-443211],[39187,-445465],[38790,-443892],[41936,-448413],[556767,408312],[552369,407344],[59179,-121209],[56900,-135234],[58008,-144853],[58603,-142686],[56151,-147956],[62332,-141531],[58312,-152968],[53658,-143496],[52237,-161379],[54241,-159821],[58417,-154590],[61687,-177020],[58833,-168697],[54541,-172570],[58548,-167920],[61804,-172039],[62337,-174454],[62169,-177490],[62758,-177988],[62820,-177730],[62865,-176277],[58293,-183678],[56642,-185392],[51737,-181424],[60907,-182593],[59731,-179253],[61194,-179695],[55120,-185425],[53367,-185225],[51846,-181430],[55380,-181902],[58545,-180397],[62549,-182462],[62314,-184869],[59801,-181455],[57027,-184712],[58972,-183768],[63023,-184751],[61453,-190750],[61738,-191416],[59998,-191401],[51504,-202492],[53001,-202614],[51617,-197200],[52892,-197057],[53698,-196739],[55160,-200835],[53491,-201908],[52484,-201773],[60967,-197997],[62078,-198672],[55259,-197396],[52021,-196810],[52171,-197729],[58696,-192369],[53271,-197701],[59307,-193206],[62930,-196866],[63339,-194302],[60600,-192154],[60486,-193182],[60451,-194178],[59160,-194764],[63153,-209930],[60182,-222979],[61397,-218231],[62267,-227936],[61432,-225204],[60573,-221279],[61739,-220963],[57574,-228257],[57616,-228485],[58180,-229695],[61821,-228942],[62766,-225236],[60865,-226976],[59439,-225527],[60788,-226273],[61685,-227273],[52475,-239264],[56416,-232490],[56065,-230300],[53391,-232998],[53608,-232016],[51892,-232535],[59873,-241290],[57458,-242272],[60135,-238297],[54733,-254400],[52602,-252957],[59352,-248332],[60031,-244483],[56892,-245978],[55793,-243488],[52432,-247049],[61952,-262827],[58779,-262540],[57821,-262583],[59311,-270008],[57627,-278666],[59299,-291838],[63268,-307290],[63334,-338032],[57778,-351788],[56281,-349875],[58554,-350400],[58372,-349907],[62475,-349250],[62574,-348741],[52258,-358464],[59671,-380764],[56359,-395194],[57260,-395961],[57446,-401482],[732609,512602],[733256,518979],[742999,523177],[744618,514710],[71532,-116653],[76590,-127675],[75102,-115947],[72994,-122589],[74424,-122382],[75901,-124547],[72228,-115676],[75881,-136401],[74147,-138296],[72173,-132926],[70947,-131802],[72563,-128057],[71942,-128955],[70284,-139022],[70180,-140081],[75511,-140477],[65679,-150322],[67942,-142835],[67428,-143933],[70160,-150170],[68248,-148878],[66347,-142289],[70292,-144564],[75392,-145048],[71881,-144813],[72507,-148771],[72196,-149831],[65577,-159217],[69216,-153991],[69726,-160546],[69955,-161782],[73523,-166052],[69024,-169120],[65054,-175018],[66650,-171251],[66075,-171888],[71025,-167953],[70569,-169807],[75761,-169936],[72540,-168640],[65853,-166207],[67047,-169012],[64306,-167990],[65482,-170699],[64271,-170061],[76170,-166964],[76258,-166790],[73894,-167955],[71168,-167838],[65319,-174522],[65765,-173992],[65714,-174535],[67883,-173818],[73789,-171497],[70857,-170423],[73053,-168558],[71626,-189789],[73883,-184307],[71352,-191776],[74605,-184455],[75150,-186124],[71997,-188716],[74571,-187714],[75552,-182655],[71358,-190877],[73761,-185891],[73723,-185939],[73171,-187635],[73558,-189821],[69700,-179702],[67004,-197710],[75739,-200047],[75016,-202645],[73538,-195872],[71588,-193571],[72514,-193962],[69982,-195896],[68069,-195440],[70929,-195079],[71866,-195846],[70469,-197327],[69920,-192062],[76041,-202167],[74703,-202305],[76677,-200019],[74893,-199779],[66776,-193300],[66895,-194393],[67844,-195069],[69913,-194502],[67712,-193026],[69811,-201889],[67833,-198490],[72446,-203740],[69946,-199919],[67841,-199526],[65441,-202172],[69721,-202898],[66314,-201795],[65421,-197683],[64768,-197659],[65182,-198539],[64529,-198050],[76716,-205715],[74734,-212385],[66615,-204848],[72860,-221861],[72437,-226081],[65431,-230172],[71161,-226000],[66254,-226301],[74418,-219046],[75231,-218176],[73710,-219268],[69455,-218373],[69613,-219057],[70764,-218322],[71231,-217838],[71954,-217777],[69432,-221772],[68695,-219756],[68923,-220728],[67524,-226624],[64357,-224210],[64837,-225665],[70279,-227294],[69426,-225605],[69757,-224504],[71140,-224707],[72523,-220890],[75777,-237934],[68134,-232324],[74201,-238449],[72275,-241510],[66681,-230390],[64346,-230681],[73223,-234942],[75781,-242811],[69981,-245418],[70741,-244567],[73208,-244640],[74051,-249994],[75423,-253811],[74540,-250150],[70372,-247717],[67977,-291731],[73166,-299026],[76123,-295230],[66773,-295757],[68165,-296975],[74349,-310518],[75491,-310982],[71930,-346198],[72668,-347111],[70052,-369834],[73508,-362590],[71301,-376333],[70572,-376088],[76754,-98142],[76311,-108629],[71394,-110332],[847912,524938],[851870,523476],[87005,-125837],[88613,-124466],[88057,-115529],[78095,-116722],[80233,-125227],[87184,-118618],[83036,-122387],[77587,-117463],[81093,-117003],[85579,-119306],[88144,-120248],[88012,-121876],[88849,-128781],[89176,-128628],[84213,-140255],[77423,-130282],[89475,-139398],[82611,-140259],[81397,-141268],[80486,-145893],[80605,-142548],[80738,-143503],[77309,-141901],[79835,-145809],[86285,-143358],[81591,-150109],[86887,-149004],[77074,-150543],[81957,-163612],[81649,-165606],[82709,-165889],[82944,-162184],[85114,-163283],[84599,-156229],[84382,-158139],[89236,-159863],[81213,-154160],[80255,-172052],[80084,-172903],[87150,-183964],[79441,-185061],[84313,-184181],[78184,-182470],[77604,-184569],[78349,-182845],[85054,-182470],[81225,-181022],[79598,-184315],[78884,-184242],[86092,-182703],[81558,-182016],[84646,-187888],[84538,-183659],[76946,-184986],[82509,-195930],[81886,-194963],[81302,-196370],[87256,-198477],[85990,-204551],[88582,-196315],[88328,-196371],[78384,-206638],[84539,-205378],[82979,-217043],[88589,-212768],[79657,-206365],[89392,-204906],[83718,-208848],[82093,-210560],[82538,-205665],[85847,-204903],[84319,-206729],[88143,-212139],[82457,-211642],[88848,-219022],[89079,-222108],[88851,-225538],[81163,-224081],[86069,-222326],[87205,-224006],[83940,-218741],[87244,-223176],[83354,-218548],[83404,-221683],[89089,-217495],[86998,-221437],[86524,-221087],[79226,-223289],[88127,-218744],[82659,-219362],[82975,-219300],[80026,-224788],[85312,-222270],[83816,-219624],[85397,-220051],[84078,-221086],[84350,-223437],[87659,-229975],[86418,-222478],[87747,-223162],[88069,-228595],[83853,-236030],[80464,-237543],[86702,-231097],[80044,-236796],[77344,-240573],[85865,-237969],[83601,-236503],[87469,-238726],[77871,-238873],[78783,-237372],[80833,-237735],[76826,-230978],[82515,-235941],[86660,-239060],[88758,-238242],[77158,-234904],[88671,-235514],[87598,-233704],[78208,-234951],[77435,-234480],[77232,-234095],[85707,-251037],[83657,-254037],[88372,-250027],[85333,-296972],[88928,-305812],[87876,-300380],[78396,-335457],[78257,-336739],[83210,-339850],[82878,-369507],[88947,-363241],[87175,-365542],[89067,-93453],[89382,-95512],[81409,-100199],[79477,-101093],[82634,-102894],[84951,-103639],[88724,-104856],[82471,-104355],[84666,-104726],[84279,-106945],[83136,-114959],[84175,-113805],[81645,-110690],[86055,-111932],[83254,-113275],[77561,-112756],[78875,-110251],[82761,-107740],[81301,-107993],[90168,-121079],[96963,-122300],[90445,-122034],[94950,-124486],[92652,-122882],[91600,-125657],[92017,-124362],[92309,-120445],[89613,-120114],[89934,-118900],[90547,-117755],[94874,-137641],[92237,-129182],[94443,-137583],[102196,-136335],[101504,-137090],[98313,-139958],[101310,-142239],[96833,-143095],[97545,-144165],[92856,-140974],[93682,-149083],[94131,-148233],[96645,-160870],[91477,-155151],[99782,-158643],[101623,-160216],[97142,-157962],[90059,-158511],[94576,-158892],[95287,-158495],[95492,-176296],[95938,-174595],[96490,-177458],[95161,-178316],[100016,-191065],[94623,-183599],[96150,-181279],[96487,-181916],[91517,-184254],[93081,-186520],[92513,-189089],[92348,-189386],[93983,-181199],[92567,-183292],[91198,-203918],[91926,-199774],[92702,-201376],[94506,-199208],[93832,-198898],[91354,-198709],[89606,-200284],[97997,-192137],[92633,-204850],[95804,-208946],[97869,-207417],[91782,-213521],[91798,-214066],[93027,-215243],[97023,-209428],[90275,-213922],[99791,-209031],[94054,-213907],[95636,-212588],[102018,-212144],[96456,-210747],[96983,-214483],[99523,-215260],[102101,-210356],[97186,-214128],[97119,-212127],[100761,-207141],[98147,-213412],[101247,-215488],[92310,-214878],[100886,-209804],[95856,-211938],[90244,-211217],[100938,-210043],[92305,-215431],[100214,-214726],[101049,-208164],[100849,-211801],[96428,-215082],[101995,-215781],[100468,-212478],[94681,-214646],[92278,-214263],[98463,-205573],[98808,-206300],[97805,-207970],[102343,-214755],[96623,-216848],[95205,-217375],[100330,-227874],[95384,-227935],[101236,-229014],[92250,-229903],[101456,-226854],[92129,-218526],[95014,-222046],[97055,-223358],[97141,-220677],[97220,-225090],[95066,-219532],[90470,-225934],[95681,-225272],[90297,-229266],[94842,-226159],[89796,-218346],[91794,-219598],[99618,-220412],[96350,-220050],[102092,-218839],[94478,-217971],[102360,-225749],[95438,-222212],[92678,-224295],[98018,-226548],[96811,-220924],[96786,-228465],[99751,-226190],[94462,-218366],[94805,-226298],[101174,-225166],[91779,-227044],[98418,-225026],[99767,-221385],[101508,-225142],[91164,-227036],[93868,-224905],[94019,-218239],[100527,-217993],[102076,-217464],[100605,-220655],[99924,-219838],[98193,-226915],[97340,-225612],[94520,-225648],[96625,-222856],[90937,-224722],[97055,-220166],[91513,-224865],[91342,-242681],[98285,-238791],[95108,-235480],[96813,-237430],[95148,-239523],[96178,-235405],[94528,-238376],[92472,-230409],[90749,-236993],[92952,-236727],[94324,-233906],[91871,-233364],[89959,-232270],[92092,-234047],[97041,-242023],[101490,-237810],[95100,-230746],[99328,-233108],[97363,-233537],[100363,-238514],[93445,-233867],[96607,-230806],[95827,-234527],[99083,-234017],[93470,-230303],[100667,-232079],[94310,-240344],[95578,-241748],[101278,-240291],[99153,-233416],[99763,-233410],[90390,-238881],[91304,-239641],[98826,-234579],[98805,-230272],[97627,-235894],[97215,-238165],[90034,-239121],[93756,-243009],[94307,-250124],[91145,-245894],[92596,-246104],[97886,-247402],[95302,-247996],[101546,-255693],[97892,-253509],[93816,-249831],[98513,-249206],[94553,-248466],[101770,-253109],[96162,-249038],[97475,-247412],[91004,-255997],[92211,-256119],[101070,-256089],[91330,-297814],[96043,-298086],[94972,-306781],[100839,-305996],[93826,-306588],[95803,-307446],[101054,-337395],[101694,-338496],[101622,-357087],[96746,-347212],[93073,-352836],[90600,-357824],[95686,-350035],[94865,-349487],[89862,-366151],[101864,-363712],[98653,-361674],[101716,-370906],[97920,-361002],[94869,-365123],[101074,-359519],[90465,-368385],[99147,-57056],[100963,-63341],[94529,-101158],[94774,-91797],[96632,-92411],[98341,-99557],[90999,-100347],[89724,-114905],[109459,-118769],[113524,-116683],[103650,-129451],[109500,-127830],[103385,-137446],[103420,-129768],[103193,-127823],[111007,-133373],[113758,-136413],[102629,-145883],[106071,-144324],[110319,-151685],[106963,-143342],[110963,-153086],[108867,-148163],[112597,-159598],[102727,-159668],[105117,-164207],[111356,-160944],[108582,-165229],[108226,-164093],[115039,-168325],[112278,-172540],[108908,-174117],[107356,-175427],[106690,-177887],[114889,-180325],[114635,-180063],[103481,-202772],[109996,-200432],[104108,-195137],[106652,-192757],[111596,-200460],[106095,-193464],[107889,-193745],[104958,-201954],[105586,-201724],[114226,-198761],[103206,-204288],[113135,-197444],[114280,-198215],[113493,-198614],[108657,-192930],[114212,-200734],[102938,-202813],[115049,-197220],[106859,-216943],[103599,-211371],[104313,-207811],[104732,-207970],[104124,-209007],[105715,-215539],[105821,-208652],[105251,-205952],[103577,-215386],[105636,-216743],[107757,-216786],[104209,-215426],[104740,-207787],[105514,-209475],[105455,-216610],[105779,-205627],[105088,-204810],[103243,-207609],[105040,-208960],[104822,-211454],[104576,-207082],[106600,-215818],[107178,-213718],[107861,-214420],[113856,-227620],[114760,-220162],[110781,-227693],[110964,-229466],[112015,-229995],[105106,-223508],[110904,-225244],[107676,-228985],[110669,-226796],[106362,-221926],[104678,-217806],[113179,-221531],[113751,-223227],[112206,-224333],[109467,-229089],[113779,-229067],[104583,-227229],[112610,-229793],[106697,-228527],[106010,-218339],[112804,-224390],[105348,-229382],[106505,-218610],[110455,-222887],[103837,-220183],[114817,-224739],[106286,-225520],[103824,-229637],[108653,-218755],[105152,-227287],[109148,-227744],[112989,-222785],[104576,-222819],[107112,-225026],[108497,-222849],[109136,-219413],[112151,-220514],[111767,-220326],[107858,-218108],[113243,-218037],[108911,-219351],[110772,-220360],[105726,-221363],[111192,-218636],[110390,-232592],[104876,-234969],[102726,-235859],[106464,-238051],[106933,-237837],[106513,-235108],[106105,-234278],[106838,-233651],[104650,-232750],[103621,-234390],[103625,-234607],[103822,-232136],[108785,-232728],[114302,-233994],[111537,-232070],[112921,-231371],[102991,-233034],[112303,-230268],[110204,-237001],[114502,-234892],[108441,-233341],[108323,-233572],[107469,-232573],[115091,-233071],[114238,-246670],[104374,-250398],[102766,-250293],[105222,-249828],[102715,-254276],[103991,-305136],[109283,-304689],[110704,-304126],[104813,-304851],[115143,-309891],[115041,-315181],[113486,-325265],[106326,-340589],[102983,-350993],[106674,-353955],[105165,-347827],[112308,-352978],[106007,-362851],[105524,-362432],[106124,-360413],[105186,-360809],[104546,-367146],[105835,-368366],[103885,-366078],[108072,-366858],[108229,-369604],[103443,-365156],[103525,-369450],[105140,-50124],[106767,-49826],[104275,-49959],[113653,-52712],[108059,-53925],[104052,-57051],[104265,-57837],[105675,-55937],[109111,-53476],[104518,-61411],[103283,-60339],[103581,-59296],[110641,-59900],[113101,-61148],[112954,-63639],[114551,-54749],[113292,-55278],[104279,-73554],[103498,-75989],[105149,-72915],[103877,-64478],[104323,-65350],[108369,-63870],[111818,-66228],[108056,-68770],[109517,-69923],[113409,-67623],[114509,-66774],[104114,-77581],[104250,-76936],[111852,-87565],[110206,-86213],[114104,-81914],[104491,-94687],[114706,-111013],[111380,-103929],[115317,-115132],[118332,-124900],[120069,-116726],[121070,-115631],[125824,-127005],[125418,-128053],[122418,-134598],[123845,-166073],[121059,-164770],[118403,-165663],[121353,-164265],[116492,-172631],[122703,-171409],[123355,-170744],[124282,-166763],[117619,-180122],[124710,-179950],[125458,-180662],[117517,-180131],[115764,-196003],[116210,-198137],[115719,-201222],[115619,-200187],[124109,-195416],[126025,-194219],[116310,-196398],[116454,-196937],[116518,-196901],[126416,-193819],[127118,-194503],[125655,-194021],[127614,-195110],[117763,-196546],[116768,-199961],[117558,-199656],[121911,-214362],[123178,-213743],[118718,-213671],[122167,-215290],[120208,-212753],[117348,-213750],[119941,-213619],[120781,-214972],[124277,-215246],[123671,-208445],[125290,-205642],[124655,-205163],[124377,-204752],[123041,-207303],[124299,-206252],[123711,-207605],[125285,-214178],[127897,-210493],[125488,-210094],[126474,-210259],[124802,-215517],[120432,-222942],[120351,-225088],[120612,-223854],[115681,-221199],[121903,-221056],[117774,-227025],[116234,-227465],[117798,-221098],[116337,-229690],[121440,-223087],[126912,-218416],[122447,-229294],[122817,-222594],[124946,-227549],[123790,-228345],[124403,-228217],[115659,-231978],[119545,-230751],[116287,-232214],[123923,-237967],[126977,-241285],[125858,-241438],[127503,-241820],[123037,-241341],[126849,-241676],[124678,-241098],[127102,-239266],[126122,-241572],[119737,-253948],[119443,-258173],[120401,-259368],[117526,-261002],[127482,-263236],[125206,-306229],[121364,-312622],[115949,-317936],[120317,-319533],[115215,-312490],[117909,-320431],[120011,-320648],[115411,-323825],[118349,-332306],[122507,-368993],[126124,-392037],[117207,-50811],[120840,-63667],[121194,-61319],[121036,-62867],[116352,-61068],[116021,-63514],[125946,-59735],[124446,-62086],[122502,-53133],[116501,-75744],[119906,-73848],[122068,-75689],[120503,-75316],[120548,-72504],[120327,-68895],[119820,-67731],[121037,-65517],[120198,-65086],[123681,-64937],[122872,-65156],[126369,-71654],[125725,-70025],[116822,-65800],[118449,-80780],[119294,-79455],[120600,-81270],[122348,-81969],[122133,-79185],[127090,-87674],[120985,-98523],[121037,-90174],[121173,-101232],[127084,-90347],[125712,-98315],[126158,-98957],[127909,-97852],[117767,-106263],[115475,-110049],[121776,-103032],[122273,-102951],[118924,-108452],[121310,-107226],[118145,-108088],[116671,-113017],[121973,-111240],[119780,-111890],[151957,-38556],[145776,16143],[153012,19039],[161152,8524],[158302,115591],[124116,123907],[132313,129333],[140383,141624],[134320,144171],[137619,127678],[139325,124153],[129052,117122],[151006,-37163],[151395,-34067],[150520,11728],[151658,7904],[152271,5729],[143254,131086],[144026,129198],[145317,140587],[151863,15449],[146381,22252],[151481,103306],[155366,-38604],[163975,11051],[162086,3058],[157701,2237],[159284,11554],[159132,8726],[158995,129814],[158702,138967],[165544,130253],[156361,22790],[158594,18176],[155831,15942],[153978,115701],[167304,141435],[172314,143985],[167828,112940],[113682,119580],[116145,128836],[118339,129898],[122215,134132],[118353,121263],[120968,125768],[-127513,-252621],[-126325,-255389],[-122187,-247773],[-118910,-243117],[-123920,-268528],[-115360,-270873],[-118602,-294540],[-121806,-430270],[-125909,-441450],[-118654,-454485],[-116370,-470536],[-127991,-480632],[-126762,-476813],[-116816,-479065],[-123541,-477113],[-122132,-479930],[-121678,-478994],[-117637,-480796],[-121128,-484056],[-120983,-484877],[-126106,-482901],[-127584,-484157],[-121846,-484076],[-120731,-485097],[-121522,-485397],[-121447,-482797],[-121221,-485822],[-124198,-477921],[-127092,-484384],[-123331,-476567],[-121891,-478105],[-118931,-480453],[-116888,-479735],[-124335,-476967],[-117542,-479033],[-117741,-486186],[-120668,-488937],[-121001,-487204],[-125475,-496575],[-123108,-495314],[-122083,-494649],[-127075,-493210],[-120309,-487935],[-125088,-498585],[-125710,-497566],[-120722,-487510],[-117623,-489077],[-124150,-492384],[-117295,-489526],[-116973,-489451],[-121168,-488448],[-125805,-502166],[-125343,-504361],[-124868,-504610],[-121992,-509465],[-121166,-507025],[-120096,-500993],[-121116,-524507],[-122629,-517945],[-121997,-520301],[-118441,-525441],[-115508,-530061],[-117023,-550247],[-124341,-561887],[-126389,-597312],[-119066,-612941],[-120626,-610887],[-122923,-649725],[-120835,-656633],[-122091,-654257],[-116648,-709532],[-134119,-257778],[-129331,-267127],[-137834,-277165],[-134445,-288607],[-130425,-288323],[-135392,-296285],[-133001,-302642],[-134178,-302085],[-132886,-303414],[-139873,-429220],[-137158,-424134],[-139421,-435733],[-132322,-462302],[-140696,-473357],[-138663,-472505],[-139780,-471095],[-137413,-472504],[-129748,-478540],[-132095,-473895],[-132080,-476188],[-129592,-481572],[-128869,-479727],[-139995,-473877],[-139145,-474560],[-138629,-474769],[-138214,-480743],[-136269,-478842],[-136698,-479406],[-137871,-479002],[-138389,-477062],[-138626,-477272],[-132015,-489761],[-132396,-489901],[-131680,-497721],[-130860,-496296],[-134524,-490638],[-134926,-490252],[-139649,-486292],[-129176,-492798],[-132427,-489156],[-132211,-638244],[-129865,-637623],[-130012,-638195],[-128241,-639154],[-140660,-637397],[-138843,-635777],[-139404,-634039],[-129040,-642979],[-133743,-647369],[-132124,-644010],[-130506,-641641],[-132431,-640322],[-129702,-642789],[-134878,-644966],[-131734,-642801],[-136854,-646296],[-134172,-643642],[-135071,-671768],[-136891,-673659],[-138867,-670384],[-135301,-689591],[-138423,-688737],[-137044,-685401],[-133746,-693445],[-137443,-691138],[-133291,-693676],[-133388,-694233],[-140410,-696361],[-140128,-696742],[-131029,-712513],[-145703,-276486],[-149639,-272804],[-145418,-276403],[-150251,-277272],[-143092,-282169],[-140818,-284520],[-150801,-281640],[-152731,-288008],[-141255,-292056],[-147436,-291578],[-148083,-302335],[-149750,-295830],[-143256,-300065],[-148389,-308283],[-142295,-308623],[-142251,-307277],[-148848,-429057],[-153038,-429220],[-152152,-426252],[-146293,-460203],[-153393,-455588],[-151908,-451107],[-152153,-450888],[-143718,-460660],[-151056,-463627],[-152831,-471531],[-153244,-461517],[-142440,-470894],[-149340,-468162],[-149212,-469042],[-151982,-468382],[-152700,-468848],[-151954,-467429],[-152895,-466489],[-153208,-467060],[-152915,-474639],[-145208,-474775],[-152517,-474464],[-146736,-482375],[-150951,-480500],[-149082,-477619],[-142116,-485343],[-141406,-480581],[-150544,-487670],[-143112,-542519],[-152208,-558556],[-141946,-567423],[-146995,-568251],[-131121,-634552],[-127319,-647308],[-144213,-616510],[-146839,-650646],[-143532,-652003],[-142079,-651146],[-143546,-650999],[-144175,-651682],[-141586,-651291],[-145517,-653009],[-152623,-687783],[-148434,-690409],[-148756,-690357],[-148492,-689631],[-153318,-699738],[-151919,-701024],[-152209,-702883],[-148601,-693355],[-147676,-694012],[-148514,-696613],[-144172,-698736],[-143234,-699353],[-146529,-698911],[-146559,-702137],[-147118,-701204],[-147462,-701968],[-146920,-703289],[-148457,-702542],[-149232,-699253],[-143167,-692229],[-141280,-692691],[-141983,-696964],[-151431,-706914],[-150633,-707776],[-150288,-707422],[-153398,-703867],[-152440,-704424],[-151107,-703869],[-146913,-705394],[-147922,-704973],[-165063,-241986],[-165745,-244469],[-164746,-249956],[-161410,-249595],[-158045,-276791],[-158276,-278260],[-163409,-280761],[-161679,-272197],[-165144,-289517],[-157962,-292549],[-158168,-300248],[-161931,-307234],[-166128,-438789],[-161940,-458480],[-159839,-457687],[-157659,-471429],[-162001,-473278],[-162911,-473040],[-155027,-467426],[-158443,-474074],[-155316,-476222],[-164666,-478656],[-154020,-548301],[-158081,-561793],[-155024,-561483],[-158752,-554094],[-160163,-551805],[-162738,-564921],[-161999,-564837],[-156400,-564985],[-160691,-565613],[-161953,-563757],[-164404,-584001],[-160280,-577510],[-164174,-636826],[-165440,-685541],[-164716,-688986],[-164007,-690097],[-154381,-688596],[-161393,-694122],[-158872,-696848],[-158322,-696246],[-157102,-696848],[-163647,-691831],[-167978,-244164],[-178676,-263639],[-176457,-258064],[-169029,-275123],[-174893,-276791],[-177261,-272972],[-178370,-281359],[-176436,-284268],[-177310,-284048],[-167030,-285353],[-178275,-432593],[-173855,-439196],[-176232,-451410],[-175692,-451356],[-168299,-461012],[-172673,-470815],[-173879,-467990],[-178850,-472289],[-175900,-467643],[-168231,-481243],[-166938,-479513],[-171483,-541837],[-171964,-542620],[-171794,-562569],[-170965,-561488],[-169404,-562031],[-171122,-563471],[-173527,-575778],[-167331,-574351],[-168241,-575421],[-171487,-577517],[-168504,-582059],[-169315,-579972],[-168905,-581804],[-170226,-579562],[-177897,-629819],[-171047,-638504],[-167633,-633191],[-176110,-670520],[-174410,-668392],[-187065,-234848],[-189689,-235740],[-185748,-251973],[-186415,-243129],[-187316,-265266],[-181549,-259614],[-184000,-261788],[-185517,-257779],[-183591,-257973],[-182192,-257143],[-185788,-269572],[-184200,-268691],[-188135,-271654],[-185956,-278722],[-191960,-292751],[-188054,-291274],[-187330,-290960],[-187676,-403297],[-180542,-397212],[-191234,-439933],[-186935,-448468],[-189225,-459587],[-187811,-459044],[-179337,-468430],[-183105,-467179],[-181825,-466073],[-183327,-467989],[-180563,-464989],[-182020,-461187],[-181799,-460964],[-187977,-469459],[-188337,-470056],[-188668,-469483],[-187244,-467882],[-180931,-470897],[-179898,-470751],[-190431,-467480],[-190470,-469008],[-190178,-472979],[-183129,-475070],[-182655,-475219],[-191428,-473713],[-189942,-473957],[-189733,-474271],[-184390,-478825],[-183681,-478562],[-183431,-516298],[-184173,-584127],[-182545,-585805],[-180535,-588122],[-183501,-583898],[-180266,-588587],[-186999,-594974],[-185356,-602711],[-185558,-617045],[-180836,-623265],[-185154,-617165],[-182473,-624890],[-190467,-622295],[-189771,-619291],[-190049,-620272],[-183631,-633408],[-180406,-629556],[-179247,-629907],[-179951,-634874],[-182827,-663051],[-200219,-228861],[-193904,-241159],[-195966,-235542],[-193660,-241564],[-202244,-235769],[-192229,-232565],[-204193,-245293],[-192581,-252676],[-204239,-248390],[-199999,-253001],[-203087,-255126],[-201015,-246508],[-201973,-247055],[-203048,-244633],[-195324,-263159],[-204031,-262156],[-201505,-260341],[-192815,-260719],[-194104,-260223],[-198714,-273066],[-202650,-290065],[-194567,-287685],[-196567,-289707],[-201838,-289675],[-202007,-292834],[-204030,-290366],[-199938,-292160],[-199970,-293942],[-202650,-293914],[-195490,-293050],[-195483,-298186],[-192700,-294315],[-194578,-296064],[-198284,-306491],[-197192,-306068],[-201832,-297057],[-202700,-305886],[-198454,-297909],[-199511,-301700],[-195668,-309050],[-200145,-420004],[-203271,-440295],[-194495,-447317],[-193450,-447454],[-204657,-441902],[-194150,-448148],[-199798,-450371],[-193409,-453620],[-193057,-459842],[-198884,-454736],[-198338,-457080],[-194667,-456104],[-199123,-458813],[-200286,-459325],[-199905,-458069],[-198806,-460449],[-198634,-459606],[-203212,-458626],[-203324,-457167],[-192899,-462021],[-193205,-461705],[-193067,-460977],[-193105,-467486],[-199267,-465085],[-203142,-469301],[-203193,-472079],[-198195,-461785],[-198472,-467686],[-198792,-462606],[-199249,-470997],[-197683,-467662],[-197277,-467442],[-204504,-465909],[-200744,-461377],[-200208,-461461],[-198167,-466827],[-198118,-464985],[-197374,-473610],[-203337,-480326],[-190872,-486233],[-204491,-473882],[-204216,-480757],[-197583,-476874],[-195007,-477577],[-195736,-478710],[-196786,-481300],[-203931,-474378],[-195231,-477729],[-203003,-478067],[-192186,-485500],[-202362,-476874],[-197533,-487022],[-197399,-490585],[-195839,-491067],[-196456,-488828],[-202314,-490874],[-194258,-493338],[-201109,-494211],[-197747,-507313],[-203674,-545576],[-202412,-543265],[-203242,-549029],[-202713,-542196],[-204289,-545161],[-203417,-546604],[-203637,-540304],[-198992,-557730],[-202761,-557960],[-197942,-558133],[-202580,-561384],[-197222,-585049],[-197007,-587947],[-197202,-591730],[-192796,-595635],[-193238,-593416],[-199396,-603721],[-196274,-611937],[-199308,-601523],[-196813,-613222],[-196568,-613160],[-201870,-621259],[-200741,-626286],[-201920,-620970],[-192062,-623356],[-199889,-619872],[-199364,-620185],[-202804,-621327],[-200439,-626401],[-196075,-618073],[-195834,-617621],[-201587,-627368],[-201660,-627695],[-215170,-229048],[-217470,-229687],[-206537,-226521],[-211570,-236230],[-216122,-242255],[-204833,-237341],[-211770,-243372],[-206420,-265317],[-205337,-264973],[-205530,-259141],[-208204,-260719],[-207517,-256288],[-210761,-280875],[-210766,-274662],[-214173,-279982],[-217095,-281307],[-216516,-277365],[-216048,-287259],[-214805,-283972],[-211584,-290943],[-211303,-282340],[-215470,-287494],[-217537,-283177],[-210243,-285765],[-206921,-285046],[-208388,-283952],[-207631,-296232],[-211365,-305925],[-209414,-302387],[-215660,-319481],[-211489,-314511],[-216052,-328776],[-214906,-321894],[-216555,-332764],[-211402,-433870],[-216028,-432611],[-206338,-438716],[-209451,-437160],[-208117,-438251],[-214850,-440200],[-205809,-445825],[-215086,-437845],[-213623,-437444],[-207223,-438781],[-213427,-438028],[-206316,-439088],[-205377,-447950],[-205859,-450741],[-208362,-450361],[-213390,-455239],[-208560,-450012],[-208798,-460217],[-208650,-459723],[-209652,-453646],[-210011,-452804],[-214003,-463815],[-207315,-461290],[-213710,-462533],[-211530,-472565],[-211201,-470517],[-210567,-470918],[-210466,-471259],[-207315,-461290],[-208011,-461114],[-206256,-468639],[-206375,-468298],[-205052,-475074],[-208504,-474732],[-208838,-475867],[-206078,-479555],[-206579,-480568],[-207973,-479779],[-207629,-473808],[-212308,-546912],[-212848,-545586],[-213611,-544932],[-209133,-545183],[-209047,-545557],[-209404,-545469],[-209809,-545318],[-209217,-545039],[-207430,-556571],[-206477,-558769],[-206014,-558714],[-206187,-553793],[-215144,-555440],[-205000,-553299],[-217499,-551633],[-204903,-557223],[-205692,-567953],[-207537,-572546],[-209035,-566151],[-208478,-565742],[-215559,-572063],[-216397,-571738],[-205695,-567402],[-213673,-564557],[-218486,-574620],[-216721,-566939],[-207420,-574944],[-206619,-587865],[-207788,-578515],[-210828,-580529],[-216707,-585466],[-207301,-586376],[-215516,-583612],[-208748,-587712],[-208281,-581141],[-210174,-589793],[-207466,-590176],[-208278,-589182],[-205756,-625959],[-206141,-626409],[-225579,-225770],[-225183,-226447],[-228230,-240734],[-228361,-231563],[-223866,-236648],[-223143,-235874],[-221403,-232900],[-227009,-246088],[-217767,-244002],[-221270,-243586],[-224056,-244409],[-218773,-249559],[-225964,-268441],[-221257,-269513],[-225606,-272594],[-225683,-276315],[-221041,-276473],[-224057,-273861],[-228995,-281624],[-225302,-288290],[-218421,-293402],[-219493,-287074],[-219630,-293350],[-220359,-284337],[-222863,-287419],[-228859,-282866],[-229984,-283879],[-222484,-292435],[-220141,-299831],[-226939,-306563],[-221935,-303070],[-220783,-298393],[-224629,-313477],[-219914,-319670],[-218811,-318761],[-219116,-312682],[-221321,-314157],[-227436,-319933],[-225166,-322501],[-230340,-320787],[-226523,-322794],[-219069,-325054],[-218320,-320930],[-223168,-327976],[-229232,-326836],[-223134,-320323],[-227144,-425115],[-227924,-424446],[-226250,-431164],[-227744,-431266],[-227378,-431754],[-227844,-424605],[-229301,-427406],[-229521,-427694],[-229260,-427865],[-219021,-444628],[-220813,-435211],[-229143,-446131],[-225094,-438013],[-222555,-447695],[-222936,-447792],[-218152,-444333],[-225787,-444850],[-227681,-435506],[-225036,-439065],[-228428,-437080],[-229080,-444300],[-226569,-436804],[-224490,-438678],[-224812,-439448],[-224685,-436316],[-227385,-436776],[-219149,-455514],[-229079,-451281],[-219529,-454679],[-220361,-453153],[-223992,-456623],[-225294,-456052],[-224564,-456071],[-227536,-458312],[-225084,-455874],[-224505,-471481],[-226164,-464696],[-225100,-464717],[-225420,-464107],[-224477,-469793],[-227625,-536561],[-227248,-535652],[-223412,-543470],[-228508,-540040],[-229911,-549505],[-228950,-549251],[-223464,-547377],[-223754,-542658],[-223751,-548300],[-225684,-540625],[-219003,-562241],[-220549,-558230],[-218822,-552717],[-220273,-553049],[-220422,-557886],[-224981,-553357],[-222751,-551502],[-224073,-550273],[-225519,-554583],[-222706,-559040],[-222917,-558717],[-221674,-571716],[-221635,-570434],[-226382,-574063],[-228901,-575049],[-226663,-573543],[-221479,-571248],[-218038,-572619],[-220383,-582993],[-228002,-577296],[-220099,-576725],[-219527,-576256],[-217733,-583463],[-242283,-213884],[-234842,-214295],[-241262,-228673],[-235196,-225009],[-235015,-222935],[-237767,-219637],[-242238,-222870],[-242586,-218194],[-238020,-217436],[-234041,-217660],[-236899,-236479],[-239006,-233970],[-239173,-237411],[-232596,-237206],[-237382,-239153],[-240185,-238605],[-238462,-238335],[-236746,-239488],[-237110,-238031],[-238489,-241503],[-238253,-237460],[-239384,-238283],[-236161,-238717],[-233063,-239205],[-241179,-246475],[-239348,-245309],[-236458,-243516],[-239249,-267856],[-234018,-274390],[-234509,-273955],[-233507,-271028],[-239975,-273691],[-240958,-280451],[-231404,-281325],[-238203,-279753],[-235139,-279852],[-241017,-268705],[-240166,-269820],[-239021,-270229],[-237717,-281180],[-234020,-286279],[-232558,-284499],[-236316,-288564],[-232030,-287351],[-237745,-286775],[-230752,-292899],[-239693,-283203],[-240618,-283099],[-236031,-292353],[-236748,-298033],[-235055,-304381],[-230835,-305689],[-234551,-302565],[-230854,-298270],[-241293,-302390],[-235381,-301272],[-230846,-309940],[-234489,-310407],[-241407,-310581],[-238472,-313708],[-231375,-316070],[-240312,-314294],[-242634,-315041],[-242279,-319582],[-241778,-319178],[-240363,-317607],[-243197,-313317],[-236306,-313913],[-235006,-315004],[-240712,-322932],[-232113,-324737],[-235217,-322288],[-240781,-323355],[-242482,-335337],[-241118,-334804],[-239664,-334484],[-241258,-337918],[-237905,-339327],[-235660,-335308],[-233721,-388846],[-235451,-388417],[-242285,-428572],[-239518,-427739],[-230557,-426896],[-230906,-426445],[-231629,-427186],[-231116,-426812],[-231589,-445810],[-237181,-442098],[-233070,-436993],[-236881,-442059],[-234995,-435403],[-234135,-447401],[-234570,-448398],[-236094,-454249],[-234552,-450509],[-235477,-451506],[-235872,-451847],[-234176,-449744],[-230463,-479185],[-235938,-477222],[-230591,-478680],[-240603,-484630],[-232031,-549232],[-234770,-549348],[-222008,-549959],[-239850,-555137],[-232449,-561240],[-231855,-561468],[-231349,-560610],[-239790,-554451],[-234755,-562475],[-233970,-562458],[-230997,-559814],[-231720,-559904],[-231524,-554397],[-232052,-550312],[-232719,-573045],[-239992,-572178],[-240961,-570128],[-236423,-570415],[-232934,-574282],[-232503,-574475],[-235728,-570410],[-236964,-566709],[-237626,-567171],[-236457,-565992],[-238242,-568031],[-235218,-565304],[-231584,-570113],[-230513,-567027],[-239011,-580414],[-236100,-581136],[-237338,-578986],[-239212,-583186],[-238626,-580224],[-239913,-579356],[-238225,-578667],[-237462,-580365],[-239430,-583558],[-238343,-578122],[-240459,-603498],[-242036,-615941],[-5106,-203943],[-10568,-196350],[-9086,-199266],[-9637,-202354],[-8767,-201607],[-5995,-199594],[-5506,-200136],[-6220,-201700],[-7179,-204416],[-8083,-204421],[-10407,-199178],[-10520,-194617],[-9216,-197760],[-5364,-194629],[-2019,-194637],[-4187,-195179],[-3432,-196527],[-179,-195118],[-6550,-197428],[-2069,-199454],[-961,-197927],[-1261,-202379],[-5499,-213292],[-6964,-213988],[-7658,-213561],[-8695,-212655],[-9166,-217034],[-10515,-210945],[-11465,-209924],[-12556,-215150],[-3347,-211846],[-4748,-211269],[-1800,-212155],[-1115,-216218],[-11609,-211937],[-10571,-212878],[-7034,-205524],[-3581,-215718],[-1741,-209326],[-7069,-211211],[-1030,-205614],[-350,-205723],[-4532,-218328],[-3764,-221226],[-3409,-217516],[-6493,-226834],[-4265,-229380],[-2654,-224667],[-1214,-221516],[-9490,-228060],[-3142,-223691],[-1861,-227349],[-5326,-226255],[-787,-232673],[-5514,-238949],[-4835,-237322],[-10218,-230775],[-10025,-231488],[-9544,-230340],[-11232,-237347],[-9228,-238800],[-9412,-234289],[-2565,-240770],[-4366,-241230],[-10441,-238869],[-6294,-255118],[-10621,-245470],[-3730,-266979],[-11190,-270063],[-2817,-276597],[-7315,-270450],[-9023,-275742],[-7908,-281203],[-9910,-268729],[-8381,-279178],[-4170,-273904],[-6446,-285314],[-11705,-283933],[-10704,-284485],[-3981,-287303],[-5741,-289305],[-4866,-286994],[-12532,-363925],[-12190,-387511],[-11101,-385114],[-12600,-386044],[-8555,-471873],[-2544,-471280],[-12144,-478985],[-12591,-487192],[-9501,-487174],[-9634,-497836],[-11814,-487988],[-1663,-487845],[-901,-487731],[-1466,-488659],[-12455,-501570],[-447,-502602],[-254342,-214561],[-252851,-229956],[-245216,-222591],[-250569,-218246],[-246938,-229375],[-255777,-225634],[-244218,-237926],[-244111,-238898],[-248504,-235681],[-249962,-236105],[-254266,-231265],[-244240,-231148],[-253032,-236150],[-254353,-235027],[-252368,-237485],[-251147,-237407],[-249729,-239848],[-253733,-237198],[-252943,-231602],[-247954,-234201],[-253033,-233519],[-252029,-233960],[-253689,-234069],[-244557,-244916],[-246004,-261775],[-246751,-262956],[-253323,-256392],[-251229,-258060],[-252145,-259683],[-251320,-267704],[-244605,-272412],[-245625,-277953],[-249155,-279700],[-246314,-275677],[-252942,-273558],[-254558,-275319],[-249708,-275537],[-248770,-276167],[-251461,-280279],[-252730,-284291],[-251808,-283473],[-254764,-290469],[-245428,-286267],[-253010,-292601],[-255095,-285697],[-254101,-288211],[-243466,-282825],[-245406,-282634],[-245085,-283375],[-243842,-306760],[-254905,-296491],[-244818,-304610],[-245226,-305509],[-248407,-299956],[-245139,-308531],[-243765,-312070],[-245436,-313135],[-246141,-317181],[-254286,-329918],[-246198,-328274],[-252808,-329342],[-249930,-330683],[-244312,-329837],[-254975,-328194],[-255420,-329690],[-254377,-325089],[-255554,-323682],[-254070,-337818],[-245904,-336609],[-245137,-334526],[-254573,-332771],[-255175,-339228],[-254271,-338542],[-251693,-433651],[-250037,-428667],[-251026,-431138],[-251781,-433104],[-250600,-429141],[-249675,-434753],[-255737,-433689],[-251304,-429979],[-255078,-428639],[-243753,-427348],[-250183,-433713],[-254121,-437360],[-248919,-436794],[-248092,-437399],[-245131,-436593],[-245417,-436427],[-248283,-437862],[-244448,-436220],[-254115,-437056],[-255040,-447296],[-251458,-450202],[-252082,-450657],[-244963,-449148],[-245571,-448233],[-245739,-448659],[-247574,-456507],[-247361,-450493],[-248085,-450623],[-247891,-453076],[-248566,-451676],[-247910,-451415],[-251880,-467753],[-245886,-472752],[-247483,-484103],[-248075,-484349],[-249079,-478530],[-248545,-485188],[-250177,-476586],[-250208,-474680],[-250011,-467063],[-246948,-473652],[-245105,-474169],[-244674,-488058],[-244894,-562194],[-244149,-561517],[-252248,-561843],[-251693,-562256],[-252671,-560021],[-255643,-557746],[-244489,-570738],[-244401,-569701],[-255446,-565227],[-252733,-563185],[-252061,-563359],[-255448,-99030],[-254529,-97906],[-253541,-100445],[-255564,-105910],[-260268,-116032],[-263807,-115711],[-267828,-117301],[-267328,-118556],[-266325,-116974],[-262566,-121884],[-260193,-123244],[-261077,-134881],[-262700,-132467],[-260445,-203203],[-264260,-205639],[-264504,-214510],[-266989,-209074],[-258107,-208303],[-263836,-216918],[-266210,-217166],[-267425,-218715],[-260059,-225130],[-265352,-227065],[-261691,-223597],[-260255,-226404],[-267139,-229715],[-262905,-236348],[-267028,-231963],[-261568,-241359],[-266944,-243064],[-262512,-248068],[-262699,-245416],[-265458,-249879],[-257197,-254296],[-260214,-250456],[-267327,-259456],[-263428,-259245],[-263015,-256537],[-258839,-263444],[-261303,-260033],[-256048,-268534],[-261802,-274559],[-258287,-279016],[-268539,-269800],[-264917,-276071],[-262538,-284673],[-266394,-287346],[-258062,-288072],[-264117,-298978],[-260850,-305217],[-265161,-296138],[-259241,-305707],[-264785,-295159],[-260612,-295506],[-260318,-311243],[-263489,-309026],[-264819,-316884],[-261918,-330323],[-258215,-330046],[-256227,-320315],[-260964,-328729],[-258026,-325493],[-260413,-321048],[-267392,-333842],[-257369,-429145],[-262491,-434625],[-261826,-434763],[-263098,-440778],[-263833,-443572],[-262476,-435577],[-265710,-441647],[-266611,-438477],[-265846,-436181],[-265443,-438411],[-264667,-443819],[-267124,-438886],[-266417,-439029],[-264028,-443068],[-262877,-443445],[-261565,-442710],[-261351,-436968],[-260362,-437094],[-265689,-435616],[-267217,-435874],[-265855,-441745],[-265853,-442057],[-261909,-453534],[-260618,-454209],[-265788,-451882],[-264169,-559424],[-263632,-559375],[-256250,-561906],[-265488,-559804],[-265339,-561263],[-265875,-560669],[-259981,-563645],[-264914,-565956],[-267285,-564357],[-264233,-570583],[-256406,-576669],[-265645,-84665],[-267145,-86863],[-267049,-86211],[-264652,-88067],[-263685,-85258],[-261539,-87521],[-267473,-81679],[-259484,-96048],[-257489,-101952],[-263142,-99748],[-266466,-100074],[-267736,-101468],[-261613,-91150],[-258001,-92428],[-260968,-90326],[-264729,-92116],[-268540,-90177],[-265488,-90199],[-266301,-102746],[-263011,-111849],[-262157,-113030],[-276332,-118200],[-278188,-119870],[-277790,-127478],[-274305,-123287],[-277364,-124673],[-277370,-120588],[-277871,-124246],[-280771,-137262],[-278646,-138323],[-270853,-139551],[-271835,-139810],[-277846,-135132],[-275328,-138806],[-273104,-142903],[-271900,-141245],[-277918,-165888],[-276636,-160753],[-278900,-162198],[-277483,-155377],[-279463,-170000],[-281535,-188018],[-278281,-179362],[-276977,-202317],[-274862,-205622],[-269375,-206814],[-274936,-211311],[-270635,-209349],[-271059,-212661],[-278708,-214057],[-272898,-215695],[-272377,-220122],[-271847,-227414],[-272618,-226552],[-273386,-228034],[-270862,-226874],[-270377,-217665],[-273810,-238442],[-274686,-238483],[-271970,-242042],[-271458,-235933],[-269495,-234266],[-269677,-232342],[-272692,-243711],[-277359,-250262],[-271537,-246779],[-279201,-251790],[-275479,-245920],[-275363,-253694],[-274277,-251541],[-271557,-254178],[-270031,-251520],[-269864,-255329],[-279036,-267296],[-273656,-260664],[-271953,-260648],[-280102,-279150],[-279246,-280380],[-276238,-275955],[-270555,-280639],[-269201,-275213],[-272005,-272799],[-270861,-281776],[-274853,-283936],[-277117,-285647],[-274141,-291233],[-279093,-290506],[-273275,-290177],[-278713,-288656],[-281258,-284596],[-271701,-300761],[-270447,-298884],[-272743,-295087],[-271132,-297262],[-273562,-344433],[-270745,-337517],[-270421,-344798],[-280803,-345810],[-280347,-351239],[-280806,-353624],[-274716,-347504],[-275411,-346656],[-275002,-349869],[-276627,-347279],[-273315,-345893],[-272007,-441191],[-272437,-442147],[-273303,-443085],[-273644,-442192],[-272196,-441792],[-279626,-446887],[-279181,-446343],[-269175,-444102],[-279233,-446829],[-269691,-444045],[-278573,-446788],[-270607,-446896],[-269937,-444709],[-272100,-454200],[-277102,-454588],[-272408,-453964],[-278887,-452000],[-272629,-85063],[-274776,-83196],[-276461,-87880],[-277859,-82485],[-278924,-84411],[-281284,-83189],[-279935,-82377],[-277233,-78940],[-277533,-86866],[-270398,-87450],[-281508,-80703],[-277235,-90107],[-272595,-92753],[-277347,-96644],[-272409,-98078],[-275669,-97855],[-272237,-98895],[-271531,-99851],[-277854,-100486],[-271765,-107871],[-272771,-107962],[-292003,-117666],[-291773,-118762],[-287442,-125414],[-284031,-127793],[-287620,-127357],[-287585,-118704],[-283165,-119072],[-283497,-123002],[-282097,-139748],[-282142,-139760],[-282041,-128067],[-293479,-139371],[-291776,-132909],[-288735,-133935],[-289662,-137553],[-291451,-151849],[-284545,-142546],[-281831,-147937],[-283067,-143811],[-282281,-149076],[-290375,-148888],[-288894,-150104],[-289407,-147873],[-293853,-142543],[-293475,-144017],[-282115,-165318],[-292044,-155422],[-291168,-164487],[-286634,-174776],[-284344,-172652],[-282885,-168885],[-282011,-171784],[-288193,-168574],[-289031,-170356],[-286517,-167657],[-291036,-166999],[-282047,-190892],[-284865,-187551],[-288877,-190311],[-286587,-183190],[-285228,-203952],[-284317,-197577],[-293254,-196262],[-288721,-199644],[-282278,-201101],[-284052,-196570],[-292262,-202221],[-289401,-197662],[-285448,-193956],[-281871,-213632],[-285363,-210667],[-282883,-205157],[-286312,-208939],[-291862,-225850],[-291388,-218323],[-293023,-228440],[-293968,-222945],[-289925,-219794],[-289907,-226576],[-284521,-340873],[-290769,-348393],[-281655,-352156],[-283953,-430199],[-283483,-429344],[-286058,-427666],[-281979,-427543],[-281758,-426701],[-282794,-431015],[-281891,-430243],[-285528,-447376],[-292325,-446692],[-290959,-446879],[-292140,-445974],[-290418,-450808],[-290137,-447936],[-288282,-453878],[-287695,-451470],[-292122,-455323],[-292401,-452332],[-289591,-453921],[-287950,-453178],[-292434,-456183],[-292725,-452587],[-287390,-452042],[-287563,-453773],[-285186,-448269],[-284333,-453710],[-285775,-454362],[-285827,-454995],[-288926,-80916],[-286924,-80067],[-283616,-87925],[-287343,-85664],[-286292,-84982],[-292739,-77904],[-293494,-76633],[-285995,-81105],[-281972,-82053],[-290050,-93567],[-290455,-89885],[-284660,-100936],[-288001,-101487],[-291034,-100175],[-292697,-102070],[-282338,-99657],[-284496,-102615],[-287535,-103541],[-288830,-103677],[-288169,-114026],[-289979,-111300],[-291127,-111160],[-283380,-102253],[-284866,-107887],[-284732,-110519],[-287127,-113398],[-285299,-113903],[-291900,-102395],[-295080,-118316],[-296886,-127538],[-299626,-122617],[-301897,-123824],[-306516,-120396],[-305283,-123126],[-300515,-116664],[-297238,-118537],[-304376,-126652],[-305487,-137619],[-305311,-129861],[-303965,-133331],[-294418,-132947],[-296401,-136934],[-297142,-134981],[-297849,-138818],[-294852,-145103],[-302701,-143684],[-302666,-144590],[-300150,-144332],[-304306,-163158],[-301574,-178804],[-302350,-174073],[-299138,-173072],[-298378,-175513],[-305808,-174212],[-300387,-191028],[-298915,-187026],[-298496,-180775],[-302009,-181943],[-305879,-188791],[-307024,-185553],[-297671,-188777],[-295108,-183291],[-297226,-181494],[-297966,-192775],[-299351,-196377],[-305258,-192630],[-303649,-192221],[-294940,-203014],[-305750,-217246],[-300217,-216852],[-300628,-213543],[-306119,-214782],[-305737,-214244],[-303388,-208494],[-300824,-219948],[-302387,-226998],[-295431,-229769],[-296377,-220765],[-297220,-219129],[-300682,-221911],[-304764,-218493],[-305667,-221872],[-307177,-225503],[-305930,-226282],[-306338,-238109],[-302283,-233464],[-301198,-237855],[-299700,-234752],[-303631,-241844],[-303459,-238283],[-306041,-239301],[-307139,-237648],[-305477,-232395],[-305876,-232579],[-294673,-352915],[-305679,-355912],[-301523,-353716],[-294928,-354988],[-299028,-355798],[-303013,-361484],[-305539,-454022],[-304723,-455046],[-300808,-452951],[-297702,-456279],[-305634,-454742],[-296295,-455227],[-296661,-455721],[-303068,-458858],[-301326,-453973],[-303375,-458719],[-296577,-73786],[-302942,-70237],[-301584,-71638],[-304109,-74726],[-303336,-75642],[-305990,-81347],[-295350,-78210],[-294443,-84187],[-296546,-80776],[-300821,-79266],[-297438,-80562],[-297670,-76837],[-294721,-90050],[-300952,-96765],[-300093,-99159],[-300686,-99553],[-298808,-95174],[-295877,-98955],[-297433,-98162],[-304104,-91215],[-302486,-94852],[-296622,-105446],[-297786,-103853],[-296805,-103668],[-298731,-113606],[-301428,-105155],[-301994,-105958],[-300710,-104226],[-305511,-112597],[-305277,-112488],[-300589,-114456],[-298497,-111099],[-296055,-113689],[-308462,-123988],[-317852,-119606],[-316471,-118595],[-318817,-117813],[-315456,-120356],[-312203,-122644],[-313827,-125542],[-318790,-138685],[-319327,-140101],[-311554,-135954],[-312504,-140369],[-307214,-140200],[-309281,-134537],[-308365,-133783],[-309522,-160582],[-310581,-172387],[-308837,-168837],[-310433,-190315],[-315599,-191091],[-319611,-188664],[-317404,-181860],[-316127,-189450],[-315849,-188432],[-312423,-188212],[-307833,-193840],[-314716,-192356],[-315688,-241538],[-318337,-237595],[-311950,-230664],[-309081,-233523],[-319056,-365504],[-309530,-455014],[-319455,-457382],[-309653,-454632],[-315087,-451749],[-315828,-452539],[-310083,-472829],[-318095,-468934],[-318097,-461467],[-310604,-472500],[-316758,-470251],[-312153,-470228],[-318224,-469990],[-317591,-468670],[-312681,-470389],[-317432,-470016],[-312424,-69012],[-310040,-69888],[-308206,-70892],[-307516,-71519],[-307645,-70096],[-308666,-80695],[-311416,-79494],[-309596,-86048],[-315083,-90206],[-307511,-96429],[-310283,-99807],[-318337,-109317],[-308574,-111452],[-312630,-107316],[-316582,-109091],[-321257,-117398],[-325731,-127763],[-326384,-127519],[-323216,-140069],[-320135,-132978],[-323087,-131020],[-324452,-130170],[-324528,-130948],[-321526,-129501],[-327021,-142390],[-322391,-150210],[-326507,-147584],[-327494,-146238],[-328104,-145789],[-331280,-149884],[-330591,-150980],[-323821,-153696],[-330967,-154277],[-329676,-159927],[-329010,-161362],[-324174,-176240],[-326011,-172841],[-329527,-172716],[-326256,-180038],[-324966,-183643],[-326265,-181519],[-326016,-186805],[-328470,-186443],[-323349,-181581],[-322203,-194395],[-325686,-193506],[-321447,-237697],[-332551,-239639],[-327095,-236864],[-324755,-236321],[-325885,-232629],[-320392,-232497],[-321098,-234843],[-327538,-236135],[-326793,-235188],[-323908,-232590],[-323108,-231092],[-324145,-234805],[-329787,-253069],[-329019,-251990],[-326676,-254374],[-324819,-252668],[-326809,-255665],[-323694,-252558],[-320124,-456899],[-323517,-457882],[-323033,-458122],[-320071,-456157],[-320087,-462078],[-324083,-465568],[-320786,-105086],[-320400,-105628],[-336347,-150765],[-333561,-146725],[-335279,-147984],[-333283,-152529],[-336407,-147241],[-345586,-162436],[-339914,-168315],[-332857,-189598],[-342446,-239781],[-333658,-239199],[-333639,-240677],[-340582,-239569],[-344212,-242562],[-337248,-239471],[-336815,-237511],[-343864,-239109],[-344451,-236517],[-338545,-231765],[-339425,-233089],[-338711,-232828],[-339147,-234002],[-341108,-234689],[-342276,-237520],[-345041,-240747],[-340796,-243763],[-344020,-243915],[-338373,-243092],[-338421,-253443],[-344015,-252970],[-336804,-253004],[-340286,-401170],[-342231,-438195],[-339849,-450460],[-352553,-152536],[-354768,-141708],[-356170,-152573],[-351472,-147941],[-352569,-149768],[-352885,-148619],[-355471,-159846],[-357333,-162126],[-353283,-158679],[-348055,-162556],[-346172,-163170],[-349970,-189531],[-348480,-186323],[-351404,-185276],[-355045,-200022],[-350676,-199462],[-349504,-193030],[-354009,-205960],[-357367,-208297],[-353078,-211689],[-357663,-226879],[-355847,-224514],[-354553,-229300],[-353881,-402269],[-347404,-401777],[-350757,-443891],[-348090,-441593],[-346064,-443724],[-356966,-445341],[-357771,-460240],[-356340,-459657],[-351742,-458008],[-346827,-452124],[-346686,-451031],[-354084,-449171],[-352554,-448130],[-357832,-447895],[-358588,-215079],[-368350,-395399],[-369360,-434667],[-362339,-431794],[-370009,-446409],[-371096,-435996],[-358407,-446031],[-366917,-460424],[-370615,-454799],[-370534,-453844],[-371136,-452468],[-361219,-457722],[-366813,-451342],[-365650,-454921],[-365152,-456405],[-371115,-455210],[-369470,-465401],[-364601,-88828],[-363967,-87519],[-368121,-88769],[-365990,-82947],[-360958,-86578],[-362261,-84715],[-369817,-83716],[-360651,-84116],[-369168,-87855],[-363883,-81025],[-365143,-81229],[-363948,-79650],[-361485,-82155],[-370158,-79685],[-366054,-85059],[-368285,-82153],[-367568,-80331],[-367246,-85665],[-369580,-87879],[-369771,-85307],[-361038,-81298],[-361349,-81765],[-361169,-81656],[-358576,-80980],[-23612,-189600],[-21050,-198408],[-23841,-199538],[-22133,-199634],[-23770,-202541],[-23971,-199815],[-13127,-203466],[-15805,-200546],[-18535,-201755],[-13284,-195559],[-19069,-195276],[-17065,-198667],[-15583,-196092],[-14644,-197479],[-25340,-210123],[-16955,-211096],[-14507,-208098],[-14748,-206149],[-16132,-208140],[-15954,-210089],[-17381,-210853],[-17136,-213287],[-14279,-216729],[-24891,-205266],[-25484,-205714],[-15890,-214447],[-14083,-214849],[-24449,-224456],[-18654,-228070],[-21450,-223564],[-19845,-223223],[-17647,-229591],[-16253,-228606],[-23519,-228645],[-23044,-227492],[-15267,-221413],[-15263,-221412],[-17807,-222152],[-18205,-221104],[-15705,-219769],[-15725,-219588],[-15706,-218875],[-17538,-224390],[-25358,-235073],[-13382,-238160],[-13919,-239355],[-21537,-251555],[-20688,-255740],[-12818,-261311],[-14141,-262330],[-14088,-262687],[-24046,-268170],[-23015,-256542],[-18468,-263258],[-16382,-267757],[-20981,-258327],[-17066,-277848],[-23051,-274105],[-17797,-275039],[-16887,-274115],[-14411,-272783],[-16886,-273520],[-14707,-271915],[-13340,-287077],[-17709,-369485],[-24204,-370145],[-24975,-369573],[-21211,-379620],[-14920,-374576],[-17099,-375037],[-19970,-372131],[-18627,-372993],[-19666,-378947],[-20430,-383747],[-15645,-384944],[-12988,-386527],[-15847,-384371],[-24750,-454897],[-22537,-473145],[-22830,-472572],[-21871,-469437],[-17093,-479357],[-18389,-476375],[-17218,-493245],[-17347,-494255],[-14774,-494531],[-372107,-436238],[-372439,-444516],[-373082,-441778],[-375191,-444082],[-372385,-437690],[-374229,-439351],[-371816,-454050],[-372177,-451757],[-377046,-467709],[-382988,-462305],[-377609,-469680],[-377190,-462267],[-391059,-400114],[-387519,-473089],[-389046,-472145],[-394368,-475081],[-386951,-474924],[-397619,-116031],[-399187,-149635],[-397500,-152575],[-397726,-148111],[-418846,-338316],[-414820,-335521],[-421567,-333199],[-413443,-338280],[-422101,-356750],[-434508,-242015],[-434024,-517965],[-443325,-183881],[-439102,-459938],[-447459,-487514],[-439921,-528523],[-454881,-139483],[-457856,-138045],[-458285,-134148],[-460303,-134626],[-458489,-138360],[-454858,-147199],[-456919,-152619],[-455358,-146933],[-455809,-146028],[-459658,-157984],[-459076,-160747],[-457424,-157473],[-449054,-176438],[-458611,-178237],[-453233,-178155],[-456378,-180175],[-459934,-196242],[-456006,-206991],[-448809,-221133],[-460253,-218265],[-450169,-225768],[-449081,-510152],[-459430,-544550],[-456807,-537485],[-458360,-95957],[-468877,-127692],[-470763,-139416],[-470219,-138838],[-464015,-134980],[-472368,-134489],[-464673,-128809],[-468981,-129300],[-468058,-128650],[-473430,-133788],[-461114,-134065],[-472125,-147188],[-470002,-141286],[-469779,-140639],[-463626,-144092],[-460843,-145236],[-467725,-157786],[-470475,-173631],[-472088,-174445],[-470163,-172648],[-462022,-177709],[-471338,-179465],[-467694,-189764],[-469725,-197216],[-472816,-203176],[-469421,-196548],[-462211,-198825],[-473439,-210464],[-467927,-209858],[-463551,-206606],[-461097,-218731],[-467339,-459587],[-466209,-463318],[-466203,-545494],[-471362,-86648],[-464239,-85160],[-461197,7732],[-476608,-128515],[-481137,-147970],[-475028,-162903],[-480863,-158423],[-478999,-158296],[-478412,-159089],[-476138,-158134],[-475822,-164943],[-475076,-163798],[-485621,-160083],[-484526,-160341],[-484345,-157996],[-481728,-157818],[-481405,-176813],[-475189,-168447],[-479360,-177152],[-478426,-176611],[-478662,-172497],[-483850,-171877],[-483289,-171374],[-483095,-170642],[-479002,-196329],[-479681,-195273],[-481901,-212269],[-479640,-222060],[-483839,-224108],[-477971,-224910],[-484353,-227512],[-485043,-233907],[-478704,-351332],[-479784,-352894],[-482246,-449146],[-480680,-465662],[-479433,-462485],[-483040,-473639],[-491021,-137316],[-490320,-166918],[-499047,-186633],[-497717,-199466],[-494705,-198423],[-490996,-200981],[-497816,-202896],[-493308,-206001],[-490774,-204914],[-497040,-205238],[-494992,-222610],[-489016,-220840],[-496889,-436293],[-493800,-448391],[-495864,-448813],[-495750,-481300],[-498539,-536542],[-491255,-527405],[-31458,-190663],[-29610,-187120],[-26485,-191589],[-26598,-202318],[-37687,-200998],[-36058,-201437],[-36500,-198296],[-35619,-196591],[-34385,-194856],[-31865,-200740],[-31097,-199913],[-33075,-199027],[-26952,-196404],[-25749,-195066],[-26642,-193032],[-33150,-192541],[-31702,-196246],[-33392,-210908],[-26080,-208467],[-28561,-227180],[-25791,-229111],[-25960,-223795],[-29558,-222645],[-29516,-220891],[-26780,-228934],[-36877,-242953],[-28135,-232643],[-26548,-234538],[-27111,-235514],[-33625,-248535],[-37522,-243211],[-32491,-251284],[-30558,-261856],[-29361,-279229],[-27508,-277579],[-32658,-277892],[-30430,-278208],[-31953,-282055],[-37600,-367408],[-33993,-374244],[-30948,-371660],[-36033,-458586],[-36386,-459093],[-509478,-137670],[-503617,-151501],[-503923,-151879],[-504880,-152647],[-505969,-150228],[-506164,-143547],[-510731,-144170],[-508649,-143888],[-509881,-144720],[-504746,-142860],[-508564,-185081],[-507902,-189959],[-508211,-184806],[-506295,-186159],[-501440,-188213],[-505019,-190109],[-499450,-188753],[-500398,-201761],[-501132,-192241],[-502696,-207021],[-508622,-211352],[-511828,-209046],[-499505,-205045],[-505039,-223072],[-503286,-223529],[-506971,-248694],[-509933,-467720],[-502661,-468027],[-509151,-538885],[-514591,-139764],[-521228,-186863],[-517453,-202846],[-522323,-195193],[-519905,-213849],[-517019,-216384],[-523186,-217114],[-514871,-216751],[-514189,-217799],[-519773,-220407],[-517771,-218408],[-520972,-222503],[-512008,-217425],[-514730,-232639],[-519088,-232173],[-513178,-247377],[-520368,-470689],[-518245,-471285],[-520390,-476293],[-519659,-511269],[-517239,-112502],[-519426,-112397],[-515399,-111219],[-512449,-105542],[-512914,-105426],[-533130,-195792],[-527908,-198196],[-527868,-210070],[-534103,-443600],[-535302,-451626],[-533085,-461744],[-530921,-461972],[-530525,-477989],[-525420,-478637],[-531747,-474607],[-532826,-481322],[-549535,-162293],[-538406,-457907],[-563029,-138396],[-559296,-133969],[-558187,-133873],[-555794,-149500],[-559618,-146461],[-552462,-160346],[-563939,-147556],[-565231,-150326],[-48710,-197159],[-45497,-200131],[-43747,-200097],[-42991,-199089],[-48361,-213559],[-48317,-213957],[-50544,-211871],[-46503,-219258],[-45089,-229705],[-46739,-223267],[-48925,-233968],[-46311,-233207],[-43118,-231076],[-40226,-247802],[-40532,-244548],[-42140,-249439],[-42805,-249333],[-39331,-243405],[-42613,-252065],[-49916,-254988],[-45347,-263387],[-43543,-287838],[-49472,-285193],[-45429,-286009],[-43575,-369875],[-40808,-368506],[-49289,-379236],[-50037,-376157],[-47707,-386305],[-47004,-387564],[-41932,-443486],[-38470,-445717],[-50614,-460263],[-48911,-456375],[-43489,-451066],[-42646,-467889],[-47420,-464207],[-41892,-526857],[-41908,-526226],[-59872,-202881],[-60784,-200264],[-61265,-199459],[-62342,-199855],[-62787,-198953],[-57429,-202375],[-54473,-201640],[-54045,-197726],[-56722,-195196],[-55895,-196765],[-52854,-209189],[-52220,-211221],[-51508,-207449],[-52759,-226696],[-58390,-220166],[-54432,-225839],[-60690,-222462],[-60190,-223551],[-54946,-230691],[-62492,-253358],[-62953,-252190],[-52092,-249556],[-58833,-247868],[-62960,-256448],[-63453,-260196],[-53301,-261396],[-60676,-268573],[-63760,-279808],[-55220,-276508],[-61797,-277174],[-55656,-274804],[-63733,-273737],[-61781,-283497],[-60248,-282951],[-59696,-283687],[-58555,-313853],[-63414,-311199],[-60561,-312186],[-62416,-313059],[-55450,-368802],[-53163,-373702],[-59507,-381319],[-59370,-380705],[-57653,-440084],[-53493,-450429],[-54818,-452370],[-55733,-453098],[-71274,-190384],[-65325,-191552],[-72141,-191921],[-66985,-194294],[-66502,-195458],[-69128,-200699],[-69734,-200734],[-70040,-201837],[-72547,-240124],[-73427,-239362],[-73844,-236025],[-67664,-239800],[-75625,-230930],[-73145,-234539],[-73391,-235077],[-64996,-254163],[-76706,-246216],[-65037,-251156],[-64210,-250460],[-64257,-254681],[-64264,-261972],[-65847,-264237],[-64647,-267014],[-66014,-262638],[-74734,-270223],[-65785,-270244],[-66016,-282126],[-69332,-291485],[-66494,-289111],[-69562,-292946],[-66932,-295539],[-68196,-299488],[-68158,-301255],[-66968,-304887],[-68917,-303879],[-74368,-304272],[-74659,-303719],[-69563,-303013],[-66078,-299827],[-74700,-307508],[-75636,-314768],[-64294,-310774],[-66213,-310404],[-67577,-311123],[-68069,-312838],[-66285,-350443],[-65836,-351276],[-72733,-446711],[-74426,-446053],[-71048,-455761],[-89475,-153531],[-86004,-165200],[-85299,-160543],[-82510,-164796],[-88152,-177882],[-84877,-172851],[-88205,-190265],[-81118,-187106],[-83208,-179189],[-87404,-210298],[-84009,-205331],[-86485,-210323],[-85497,-213245],[-85919,-220030],[-85899,-238701],[-89259,-236511],[-80420,-237364],[-88249,-239479],[-83728,-240814],[-81740,-232765],[-87826,-232992],[-77214,-230278],[-77112,-235988],[-79923,-246528],[-83911,-267943],[-81394,-267397],[-87136,-263732],[-84772,-262143],[-86010,-261954],[-86683,-264537],[-85700,-265622],[-86976,-259930],[-85680,-261274],[-86121,-266424],[-77505,-270348],[-88122,-288305],[-81952,-299174],[-79837,-305764],[-78249,-301927],[-82498,-297033],[-79461,-300310],[-81713,-307564],[-78795,-308080],[-79520,-307512],[-79885,-309139],[-81092,-310365],[-78278,-383943],[-88701,-429277],[-86006,-425789],[-88973,-431340],[-88887,-434814],[-88020,-444313],[-84847,-477670],[-87833,-478883],[-85597,-480603],[-85460,-480994],[-80253,-484197],[-80575,-481977],[-87544,-495454],[-86080,-493326],[-87548,-492050],[-86450,-494124],[-86883,-492724],[-84250,-488057],[-85063,-489845],[-88635,-661401],[-88904,-660982],[-89525,-664327],[-89471,-663227],[-88610,-657417],[-87483,-689679],[-87111,-691064],[-89524,-700528],[-92216,-145446],[-97903,-152367],[-93965,-159636],[-98453,-154421],[-92555,-157844],[-93644,-161802],[-92229,-169887],[-100301,-167457],[-100951,-172319],[-99807,-175557],[-90629,-172282],[-92640,-179357],[-95238,-186898],[-91127,-186942],[-97748,-194549],[-90097,-205972],[-92673,-208834],[-92635,-219163],[-98136,-224733],[-102054,-241535],[-94581,-233557],[-98834,-237819],[-92085,-251637],[-91485,-252079],[-93454,-253137],[-92384,-250770],[-93555,-251329],[-95598,-251135],[-90788,-256161],[-92638,-256469],[-90929,-257019],[-90074,-260269],[-90289,-257261],[-92784,-258076],[-91421,-261266],[-97441,-286261],[-92382,-408207],[-92776,-413821],[-92622,-421176],[-99635,-433479],[-100138,-427066],[-95076,-443966],[-92019,-450032],[-102217,-452564],[-91564,-451025],[-92368,-463573],[-91247,-483899],[-91654,-483848],[-95068,-485969],[-89772,-478299],[-94563,-486447],[-98224,-497498],[-100582,-496739],[-100375,-498568],[-102201,-494451],[-102231,-493042],[-94195,-498261],[-102128,-496695],[-93642,-491829],[-101119,-494595],[-94644,-498285],[-95328,-500104],[-96554,-508296],[-94806,-499724],[-98017,-520399],[-99402,-532591],[-101653,-531419],[-101339,-531944],[-96699,-659655],[-91396,-662818],[-97206,-663160],[-92500,-661184],[-89661,-654717],[-96476,-689137],[-97019,-690461],[-93133,-690722],[-92353,-690114],[-93278,-685413],[-98187,-683087],[-91068,-682139],[-100224,-698157],[-100623,-696856],[-94102,-694160],[-92343,-691118],[-91233,-693417],[-105673,-153795],[-106176,-158422],[-103197,-167497],[-104955,-169411],[-113899,-246552],[-110902,-260203],[-110353,-256143],[-103911,-285839],[-103526,-426286],[-112161,-438729],[-112257,-448581],[-104005,-448751],[-105995,-457881],[-110586,-469721],[-109734,-466628],[-114729,-471766],[-108714,-484051],[-106260,-483994],[-108897,-473803],[-106288,-478200],[-108423,-476652],[-107164,-477182],[-109358,-474242],[-108113,-475150],[-104671,-485236],[-103265,-496686],[-104406,-491297],[-106028,-490251],[-112236,-496689],[-107628,-486480],[-103962,-488204],[-105226,-493748],[-107250,-489686],[-107159,-487407],[-102740,-492056],[-112016,-498444],[-104173,-491606],[-105306,-495256],[-104675,-495064],[-103522,-490415],[-104277,-508154],[-105846,-509363],[-103362,-510616],[-104328,-511728],[-106437,-505135],[-106868,-504744],[-111532,-503161],[-104660,-512044],[-109423,-521791],[-108367,-517153],[-110593,-523929],[-111792,-524814],[-112435,-526417],[-115131,-529488],[-103344,-538869],[-102648,-637804],[-102624,-663645],[-114017,-657470],[-109230,-661948],[-107642,-664691],[-107794,-663157],[-108152,-660312],[-111761,-703331],[-109237,-709382],[-109057,-710755],[-110490,-708928],[-109244,-706371],[-112123,-707281],[-112116,-706519],[-110165,-708234],[-112042,-709598],[-115112,-707906],[-115178,-710594],[-112916,-710769],[-112406,-710880],[10168,-204323],[12034,-199942],[9319,-199065],[5784,-201151],[5359,-199053],[11446,-198718],[2348,-201988],[2030,-217124],[7238,-215038],[10814,-215339],[11933,-211688],[10485,-208228],[11576,-205809],[11620,-216730],[7437,-207832],[8876,-204605],[7830,-205138],[499,-210524],[9843,-212412],[3176,-207807],[3095,-207305],[4443,-207882],[8298,-210096],[6439,-217000],[8836,-227833],[840,-221618],[11864,-227975],[113,-228146],[8593,-218692],[1644,-218884],[772,-218004],[9609,-227485],[4707,-218030],[2610,-224170],[1421,-223586],[3625,-230721],[5648,-240141],[4560,-240410],[2255,-241915],[12375,-247981],[2355,-243677],[11389,-244389],[8444,-268250],[6949,-260974],[10658,-266711],[9642,-266682],[9511,-267924],[7125,-268453],[6661,-267592],[5749,-267178],[6644,-268338],[7913,-263568],[6620,-264263],[5947,-261771],[5867,-258887],[6244,-259650],[11646,-258449],[7232,-261169],[6009,-260644],[5126,-266646],[4153,-265474],[4121,-264901],[4016,-263273],[3671,-262864],[3520,-264415],[3610,-265384],[8108,-267602],[3190,-260979],[10716,-265443],[12358,-264145],[12022,-262793],[10537,-259884],[11624,-263666],[12493,-264586],[11826,-265101],[12340,-265448],[9352,-262400],[12399,-257429],[3450,-262038],[7358,-280492],[4945,-271898],[8759,-275525],[5673,-271827],[7268,-273751],[8471,-280385],[7004,-273602],[7730,-275318],[2541,-270952],[7320,-276304],[10562,-274678],[1523,-338394],[8842,-416725],[8208,-412238],[8032,-417245],[10768,-413337],[9424,-415368],[12530,-446646],[8963,-438603],[12783,-447162],[7882,-439526],[4976,-458007],[2957,-457619],[2648,-459410],[12324,-456197],[11196,-455267],[9342,-462038],[5134,-461031],[6957,-481693],[1228,-482178],[1757,-482606],[4209,-487511],[2933,-486902],[5661,-491838],[5661,-491838],[2216,-487459],[2019,-502948],[4192,-503742],[4420,-506138],[4061,-506514],[7134,-501805],[4189,-502600],[8383,-500046],[6759,-501329],[3828,-503343],[3660,-505764],[3761,-502265],[4165,-505797],[4213,-505742],[3598,-504965],[4379,-504557],[3987,-504911],[3360,-503506],[3246,-503324],[4307,-502662],[7562,-510615],[8466,-509544],[8261,-510192],[9384,-510176],[2321,-513746],[5765,-517344],[5344,-515509],[4265,-513927],[1863,-514565],[6129,-516925],[6782,-517463],[8275,-513877],[5897,-513404],[8036,-519713],[7348,-519322],[6922,-517625],[132079,-177503],[130302,-177926],[139591,-169766],[140276,-169693],[134862,-185697],[129971,-185505],[134569,-182729],[130551,-179237],[131075,-202388],[128923,-202421],[134131,-200103],[140121,-200490],[139000,-200651],[132931,-197020],[128309,-193705],[132028,-193397],[133050,-198671],[128158,-200149],[128167,-194118],[131249,-202385],[130539,-195844],[130328,-198989],[129963,-200046],[130486,-200200],[131148,-197563],[130119,-212223],[140131,-211409],[140243,-215206],[139253,-211587],[139356,-213630],[134123,-232842],[134904,-236136],[136739,-238661],[136440,-236540],[136347,-230588],[136730,-265957],[137993,-303257],[133455,-299658],[129875,-306759],[128907,-305216],[135318,-302255],[137023,-302549],[135698,-302761],[131687,-302033],[131195,-308762],[129337,-308926],[136275,-312929],[131978,-309182],[131218,-311393],[135863,-311108],[134610,-313541],[130258,-311199],[136796,-329495],[138771,-328468],[136748,-329195],[137088,-327343],[139147,-329979],[136944,-329656],[138365,-326946],[128206,-331493],[129192,-332526],[129447,-331405],[128110,-331313],[132807,-331574],[131203,-330226],[131656,-331642],[131709,-330140],[134692,-329185],[131113,-330111],[131695,-332224],[139402,-330664],[139762,-330686],[137307,-331504],[136728,-331801],[138284,-332286],[136826,-331754],[138565,-331981],[130398,-342848],[129545,-339324],[131798,-341565],[130442,-338853],[129255,-337764],[128606,-341141],[130602,-337596],[129654,-337718],[130334,-333799],[130175,-333079],[129406,-334669],[132649,-338288],[133985,-342341],[132247,-338358],[134278,-339682],[133990,-336439],[137330,-335630],[135531,-337015],[137397,-338915],[135006,-335553],[137361,-338116],[129784,-346950],[129847,-356688],[128906,-354251],[136543,-354045],[137801,-357758],[139213,-357287],[137890,-354423],[140465,-357652],[130023,-350749],[130445,-353458],[129118,-355108],[130303,-347730],[129924,-347991],[132426,-348827],[130064,-348552],[132734,-345823],[131947,-346894],[131596,-347171],[130613,-346056],[131421,-345980],[138446,-358564],[128170,-359335],[128308,-359919],[151522,-164221],[147740,-174235],[143682,-176834],[146527,-172839],[145068,-173711],[147560,-167555],[151140,-166770],[149624,-169707],[141881,-228216],[148515,-222452],[146311,-229853],[144486,-240766],[149627,-233306],[145400,-274894],[151025,-270137],[152918,-281787],[143625,-283252],[147362,-282957],[151418,-306933],[143388,-303094],[143360,-304540],[150306,-299753],[145491,-294384],[146185,-297661],[146678,-295967],[148924,-298927],[144290,-300364],[144049,-300917],[147563,-302197],[147567,-302313],[147524,-301259],[149814,-300293],[150328,-301115],[143851,-300607],[144339,-305737],[144719,-304282],[145488,-305529],[146621,-303543],[145279,-302370],[147986,-304528],[146634,-305251],[146260,-302372],[147477,-302014],[143082,-307410],[142561,-313860],[143985,-309243],[143471,-309305],[142950,-319303],[144349,-311866],[142898,-309783],[142587,-319119],[142573,-319146],[143171,-315888],[146308,-315857],[143063,-314920],[142347,-312336],[145238,-316293],[146130,-312970],[148056,-308289],[150497,-308093],[146476,-307445],[145806,-307024],[142318,-354303],[141594,-354835],[142485,-354927],[141676,-356621],[141765,-356787],[147710,-357431],[145588,-356878],[144475,-353988],[145485,-356024],[147495,-353870],[149081,-355137],[149783,-354512],[148631,-356287],[149107,-356486],[142850,-358548],[142653,-360092],[145173,-358816],[145110,-358687],[146170,-359736],[151047,-360514],[150162,-360751],[149974,-362402],[149137,-361927],[149334,-359259],[149360,-361068],[152086,-362411],[162261,-239267],[154333,-260848],[163279,-266435],[162127,-264796],[164007,-263530],[162882,-272003],[163523,-275401],[164215,-276383],[154429,-284345],[167505,-265346],[171200,-268338],[170577,-268030],[169722,-272282],[175945,-272111],[167709,-268905],[173278,-277636],[174112,-278929],[171093,-283882],[174430,-289347],[178532,-284666],[178556,-293918],[174857,-294547],[179276,-281949],[179581,-288919],[183421,-293113],[188228,-295450],[186649,-295843],[190794,-296798],[189708,-301801],[192255,-304263],[200104,-299068],[199002,-298960],[19313,-191482],[19957,-203037],[25128,-204524],[13120,-200450],[14847,-199067],[14207,-195350],[19005,-194092],[17322,-196408],[17877,-199787],[15180,-191839],[18231,-210470],[20263,-208885],[15454,-213027],[15089,-209940],[17496,-207961],[15892,-205058],[22514,-210739],[23736,-227746],[24117,-236151],[17155,-232786],[19133,-233048],[25097,-231601],[18780,-240043],[20365,-239515],[14929,-238519],[16918,-238517],[13699,-230592],[12819,-243188],[14849,-243313],[12918,-248938],[16459,-255744],[23927,-257601],[14283,-256087],[19361,-267630],[13248,-257186],[14552,-257251],[25214,-256269],[24683,-257107],[23275,-261065],[14226,-266731],[16236,-258428],[17220,-257207],[16850,-257640],[17179,-257780],[15511,-257107],[14931,-257152],[25116,-274058],[13135,-414229],[17779,-417363],[19370,-418155],[18810,-413022],[17457,-412646],[23302,-417450],[21454,-414690],[19473,-413831],[24016,-420147],[20353,-424497],[25264,-422837],[24754,-422536],[25519,-426750],[14440,-455128],[16004,-452776],[21617,-454880],[22163,-455235],[16357,-472446],[18322,-469238],[14884,-468543],[22317,-477582],[14259,-480879],[26037,-188566],[30935,-190483],[28450,-184468],[28594,-185062],[30786,-181997],[31545,-186249],[34154,-189553],[25962,-189986],[26678,-181898],[26724,-198202],[35567,-208032],[37190,-237235],[36440,-236339],[32586,-231376],[28701,-237337],[33269,-235901],[26713,-232692],[27239,-242202],[26011,-242664],[36059,-248491],[31877,-248777],[29048,-249617],[35877,-252102],[34677,-252017],[31729,-251563],[37458,-250826],[27607,-267322],[36922,-267507],[27343,-259143],[34014,-261325],[33849,-260137],[36176,-262515],[26084,-258954],[26273,-257646],[30563,-259466],[31611,-260756],[33995,-265436],[30795,-259784],[30427,-261418],[31454,-262005],[30440,-259890],[30839,-265517],[32302,-261269],[30877,-268244],[32778,-266087],[31262,-265383],[31779,-266024],[33305,-262864],[37369,-265945],[29893,-274819],[31797,-272982],[27160,-270800],[30414,-275686],[34784,-272908],[28066,-276475],[27298,-274556],[28374,-274681],[30033,-276021],[31302,-274352],[31707,-269869],[29525,-271614],[26547,-274905],[37229,-269631],[35531,-269448],[34316,-270207],[33403,-274411],[36605,-272292],[35232,-273856],[36090,-273803],[26786,-275565],[31515,-279761],[29625,-276437],[26534,-275545],[28820,-278231],[29756,-278952],[37313,-421372],[34840,-417974],[33943,-416934],[34418,-416860],[34489,-419686],[33831,-421666],[37556,-416102],[34986,-425475],[35567,-424147],[36122,-423504],[27499,-431767],[36018,-434338],[29483,-433816],[35711,-423611],[36406,-431507],[35491,-423428],[30221,-428386],[30999,-429202],[29677,-429680],[38362,-430034],[37814,-430927],[30571,-431021],[32538,-434854],[29783,-432966],[25676,-422250],[27937,-428926],[27020,-431024],[26877,-429379],[36915,-444326],[38241,-439233],[34118,-439954],[35220,-439183],[38046,-442805],[35560,-436901],[35889,-437350],[38063,-442483],[37059,-435607],[35866,-435635],[38283,-437726],[38099,-437875],[34814,-437546],[34485,-437097],[41641,-183839],[45904,-185037],[42241,-189333],[47183,-197952],[43691,-207244],[43168,-209780],[43161,-226790],[39750,-228838],[45887,-243227],[48044,-255242],[39992,-264439],[48342,-256740],[48032,-257470],[43908,-263830],[48131,-255966],[48027,-259204],[47092,-259563],[46176,-258989],[39224,-262201],[43254,-260522],[41688,-265011],[45530,-259686],[39702,-263519],[40653,-266318],[45314,-259341],[43143,-262047],[44618,-262764],[48382,-262229],[41418,-265055],[50214,-263990],[38783,-268456],[49265,-263670],[44864,-272994],[43976,-273579],[42506,-270698],[43583,-269879],[42587,-271924],[44156,-272022],[42852,-270339],[48710,-292623],[49878,-291904],[50538,-292099],[49526,-293734],[40003,-427698],[42038,-425155],[40558,-427055],[47299,-434996],[44767,-432737],[45185,-423328],[38925,-433696],[41648,-429285],[42019,-429749],[40811,-425497],[39601,-431901],[40261,-430520],[39878,-433273],[39889,-432689],[39294,-432193],[43106,-440411],[45125,-439339],[46228,-438567],[43439,-445755],[42345,-436110],[43447,-435339],[41879,-441286],[39118,-437750],[41219,-437281],[39853,-445587],[39600,-442389],[39969,-445304],[40074,-448204],[41768,-448988],[49064,-448021],[50572,-451193],[63262,-168626],[63703,-168573],[60983,-180169],[52859,-198005],[51567,-194317],[63382,-210552],[60121,-221275],[57931,-226581],[56034,-229105],[63341,-224479],[59464,-242130],[55091,-242416],[56503,-242819],[58777,-240424],[54254,-240794],[53133,-253795],[51228,-252174],[53809,-251385],[53833,-252576],[51792,-253306],[53436,-254029],[60611,-247495],[60091,-245885],[57042,-245766],[52551,-248231],[63012,-266033],[62607,-262989],[63704,-265466],[63561,-266175],[63353,-264167],[57450,-264231],[59165,-261903],[55202,-266665],[53169,-262982],[59030,-263895],[56520,-260913],[56949,-264379],[58057,-263664],[56906,-264119],[53788,-263351],[55805,-262449],[57470,-260298],[57067,-268520],[56791,-263498],[56826,-267630],[56670,-272547],[60863,-270639],[57742,-270973],[60044,-271177],[58343,-271729],[62882,-277536],[63562,-278801],[63727,-279360],[63493,-277988],[56385,-271554],[57048,-271972],[62497,-278615],[58660,-279363],[59560,-279679],[58527,-275610],[58584,-276677],[57863,-279475],[58998,-280775],[58317,-278343],[56712,-279549],[60801,-277991],[57826,-276115],[63689,-286681],[57999,-289429],[56100,-290759],[57316,-292300],[58885,-288469],[60462,-288814],[53992,-292890],[53347,-290175],[53725,-293909],[51655,-290540],[61809,-286697],[59613,-289859],[60359,-289303],[63649,-287970],[62539,-284211],[63509,-308537],[55631,-396888],[64148,-175636],[67099,-168539],[75492,-166216],[70925,-168610],[66455,-173548],[75181,-170921],[69232,-190379],[74628,-185868],[72233,-191033],[72273,-188678],[75474,-185268],[68949,-188237],[76353,-196468],[72377,-199822],[72951,-195560],[75538,-201329],[67804,-201896],[65798,-203728],[66599,-198533],[68488,-202454],[64420,-211006],[66445,-205301],[71450,-226924],[65511,-225512],[67890,-229568],[64463,-227801],[70258,-224299],[70320,-223109],[70219,-248046],[66662,-266207],[65177,-264412],[64914,-273345],[64073,-280142],[65192,-270401],[67076,-272932],[64146,-268816],[65278,-273766],[65951,-272960],[65486,-269752],[65799,-272568],[66370,-273726],[64591,-287817],[66227,-284902],[68401,-292873],[67349,-292659],[69131,-301728],[71381,-301061],[69740,-300639],[70955,-300515],[71128,-297411],[74210,-296917],[71831,-300820],[75396,-297951],[70178,-306973],[74617,-306576],[73569,-305218],[67958,-306258],[67922,-294764],[67472,-296655],[64928,-307097],[72598,-308641],[70767,-309125],[66026,-307126],[73546,-307403],[70230,-309584],[68306,-312348],[64396,-308222],[70566,-308482],[69085,-310224],[74027,-307093],[76507,-379727],[71856,-382517],[73039,-383450],[72197,-383530],[76874,-165900],[82335,-165958],[84825,-161668],[85439,-158507],[88166,-160184],[77160,-176663],[82041,-172523],[81288,-169375],[82675,-181773],[84845,-184029],[87285,-184491],[80855,-183067],[79213,-182860],[81385,-181590],[78158,-184573],[78327,-195040],[88784,-198288],[79272,-213683],[89542,-211975],[79533,-207861],[77917,-205232],[89136,-212940],[82273,-207067],[83221,-208987],[78732,-213520],[77708,-215185],[87768,-212861],[79038,-221979],[79858,-219556],[84822,-220252],[87839,-223624],[84752,-221013],[88852,-228226],[88709,-221250],[85197,-223026],[84994,-236042],[88244,-238236],[86745,-233106],[82763,-304932],[88995,-306465],[81055,-305266],[84799,-297217],[87771,-299464],[86655,-298410],[81314,-298061],[80753,-298351],[81828,-305395],[86700,-301384],[88152,-305453],[89333,-305723],[89373,-306375],[86130,-300682],[87455,-304537],[87594,-305339],[86181,-299880],[87933,-301964],[89527,-306961],[88299,-314414],[77987,-319432],[79504,-313807],[86523,-313251],[80017,-309004],[86296,-308159],[81734,-311840],[80076,-311913],[81086,-308087],[81413,-309543],[80823,-310271],[87835,-312794],[88795,-314594],[86991,-309205],[78308,-321751],[80625,-321871],[81333,-324176],[85656,-327367],[80142,-320965],[84533,-338747],[85200,-335352],[87017,-341313],[86014,-340347],[86619,-340578],[88639,-342195],[88205,-340234],[89337,-377173],[84129,-376315],[89437,-377974],[85221,-373314],[81905,-383026],[81373,-383976],[79089,-385325],[81138,-384628],[96661,-159117],[97694,-155141],[93095,-187187],[91466,-183320],[97296,-181789],[93523,-188629],[95300,-191234],[96621,-191497],[93196,-188140],[93859,-189392],[97026,-192365],[92437,-198787],[95406,-200937],[94588,-217344],[101861,-217204],[101503,-206790],[101023,-211529],[102067,-213989],[98944,-208479],[96813,-209939],[100091,-213939],[97660,-213271],[98222,-205845],[96712,-217299],[90871,-210849],[91201,-210627],[91465,-204739],[90745,-226625],[95701,-224335],[93445,-225682],[99258,-221720],[97625,-227823],[96203,-227032],[95357,-218270],[93446,-222735],[98374,-220630],[100609,-225702],[99095,-224165],[101010,-225887],[100977,-228596],[90645,-219344],[92087,-224525],[95915,-222020],[100110,-220396],[97493,-226921],[94716,-224679],[95745,-229641],[95172,-221672],[90083,-218726],[90509,-225007],[96385,-231127],[97642,-232016],[101156,-231264],[91091,-238255],[99663,-236536],[98010,-235694],[100302,-258715],[94374,-298833],[98144,-299949],[101272,-299774],[100438,-305697],[92033,-297124],[89694,-298440],[91195,-302193],[92555,-301998],[101314,-297364],[92447,-300050],[92644,-298175],[92633,-300868],[92930,-300753],[101930,-305093],[100157,-303700],[99754,-303097],[100666,-298497],[100125,-304564],[96685,-299825],[98616,-300126],[94976,-309312],[95365,-309642],[93786,-309493],[92884,-308367],[94527,-308556],[91995,-310368],[91054,-310050],[92491,-310739],[91704,-312424],[91732,-311307],[90846,-342769],[102138,-340190],[92150,-343584],[95392,-338621],[91247,-344698],[94036,-350270],[92230,-351664],[92986,-351793],[91671,-351483],[100840,-370847],[101238,-371700],[97063,-387523],[104204,-164763],[107085,-162564],[110047,-160638],[113911,-158545],[113324,-159620],[106923,-176659],[109383,-173171],[111845,-181067],[104830,-193590],[112001,-199250],[115020,-199956],[112786,-200309],[102633,-203835],[104316,-213841],[103279,-211099],[103933,-205593],[102855,-209351],[106704,-216464],[105689,-215063],[103374,-220746],[108472,-224440],[103310,-224318],[105229,-222315],[102728,-218554],[106845,-222380],[108262,-228984],[112457,-222926],[109172,-218181],[103641,-226575],[112899,-222007],[113833,-229198],[110703,-219269],[110052,-219441],[108946,-221585],[112157,-217663],[113464,-220136],[105900,-222250],[112867,-220043],[109467,-236914],[106720,-233200],[109430,-234069],[108061,-232312],[112658,-302350],[102898,-305634],[103031,-303239],[103075,-302492],[112966,-302171],[109636,-306244],[106981,-304368],[112000,-299707],[108702,-299566],[114889,-304061],[112052,-303352],[111453,-304768],[110609,-305910],[113869,-301364],[112781,-300635],[103459,-300249],[108491,-306994],[102507,-303819],[108717,-316152],[112417,-316761],[113943,-307785],[113660,-308992],[103505,-318883],[110869,-311401],[107452,-313681],[103798,-321027],[106979,-323513],[110961,-322314],[112749,-320170],[103935,-350985],[112166,-348247],[114753,-364224],[111357,-369675],[114993,-369286],[112362,-362961],[104997,-378487],[104763,-372173],[104859,-375812],[110449,-377230],[108542,-377885],[103530,-376609],[127997,-174327],[123934,-180188],[122031,-180771],[115694,-197131],[118339,-196510],[125965,-195100],[126622,-194908],[122274,-205455],[125469,-206369],[127384,-209726],[123613,-222051],[125243,-218539],[125354,-217760],[122287,-302017],[124378,-306519],[126030,-306546],[126403,-306717],[124351,-305758],[124379,-306603],[127966,-305490],[127181,-305218],[127782,-305517],[127133,-316431],[122132,-312733],[119096,-308388],[120811,-309253],[118235,-308256],[119514,-308088],[116942,-307940],[116412,-308648],[119414,-309761],[116374,-309457],[119137,-309598],[118292,-311894],[127827,-308790],[126988,-308580],[124982,-307687],[115644,-307112],[127397,-336782],[127853,-351897],[126523,-348993],[126413,-348498],[125595,-350381],[127531,-350580],[127361,-350728],[125620,-349023],[125497,-349611],[127472,-354658],[127658,-357079],[126875,-357627],[125389,-357987],[115467,-364003],[122886,-360342],[123562,-359147],[123185,-358534],[125468,-358452],[126302,-360594],[123365,-364807],[123387,-366639],[124677,-364731],[124774,-365522],[125261,-366165],[124116,-363807],[123121,-363255],[-115743,-248290],[-119731,-252785],[-124656,-245541],[-126989,-257567],[-119784,-275142],[-125017,-271223],[-118634,-270364],[-120990,-275841],[-126157,-283591],[-121731,-288147],[-119045,-299330],[-123519,-297145],[-120684,-299861],[-127887,-428147],[-125312,-439938],[-117182,-439969],[-118579,-452802],[-115272,-453039],[-124052,-463528],[-116273,-472108],[-125814,-496454],[-125535,-502261],[-117884,-548960],[-118064,-549987],[-123299,-584091],[-120188,-589769],[-124606,-594728],[-120579,-612987],[-121297,-611519],[-119569,-612491],[-120733,-657541],[-118026,-660923],[-120968,-657777],[-123949,-654992],[-122271,-653510],[-120698,-653795],[-119387,-658659],[-120113,-659970],[-115568,-659782],[-119223,-689807],[-131296,-254677],[-138071,-274997],[-138112,-280550],[-131417,-279747],[-134756,-283675],[-131387,-420537],[-130250,-424379],[-128152,-427967],[-128695,-430601],[-138924,-436732],[-136953,-438581],[-137131,-440628],[-131989,-461884],[-135911,-464617],[-128125,-481408],[-138691,-480202],[-136821,-480731],[-138100,-530748],[-136207,-545894],[-137125,-545289],[-129856,-549267],[-138859,-541678],[-140363,-539571],[-139248,-540647],[-134979,-580256],[-130676,-587457],[-131484,-635796],[-140788,-637381],[-138465,-634675],[-137866,-644380],[-133503,-644045],[-134320,-643842],[-129928,-639938],[-135330,-644980],[-132003,-642233],[-131854,-643142],[-133739,-646690],[-135190,-673388],[-136821,-671295],[-136183,-675158],[-136563,-673003],[-138190,-674262],[-137042,-680428],[-139052,-690993],[-136212,-686899],[-136377,-688142],[-133708,-691688],[-136768,-691148],[-135584,-692143],[-147069,-274567],[-149825,-274234],[-145494,-280297],[-145531,-277782],[-142397,-284948],[-151937,-288577],[-148053,-292730],[-144668,-428855],[-143266,-426838],[-153492,-426886],[-145171,-458787],[-151850,-459198],[-148788,-470712],[-147359,-462923],[-152933,-462082],[-145787,-474325],[-141262,-474549],[-148766,-478145],[-142470,-480424],[-148540,-532076],[-148346,-533758],[-141941,-542774],[-141459,-539583],[-153161,-547575],[-148370,-567282],[-148433,-566979],[-147717,-638655],[-140890,-637461],[-146719,-652033],[-141587,-650751],[-142663,-651212],[-143246,-651364],[-143609,-651984],[-144074,-653211],[-145471,-653211],[-152734,-688503],[-152292,-699276],[-148756,-694376],[-148748,-695115],[-147335,-694893],[-145950,-693510],[-145059,-699442],[-144444,-700518],[-145228,-700518],[-164529,-240727],[-163182,-251267],[-160461,-253677],[-154196,-276932],[-156250,-277052],[-158122,-280869],[-162870,-280793],[-161449,-272374],[-154284,-287112],[-158796,-283411],[-155149,-289912],[-164038,-285629],[-164781,-292627],[-163835,-432063],[-159213,-438263],[-157401,-450903],[-162208,-458086],[-165471,-472833],[-161318,-478969],[-157246,-533240],[-157909,-533888],[-154723,-547551],[-157088,-552049],[-156616,-551597],[-162569,-563709],[-163014,-579215],[-160271,-580704],[-165510,-584354],[-162524,-635779],[-165641,-630671],[-165047,-682961],[-164855,-682119],[-164508,-686007],[-163880,-688738],[-163785,-687998],[-157505,-690063],[-153872,-689353],[-156929,-698771],[-156032,-698769],[-155630,-700611],[-159431,-693464],[-159090,-692874],[-157593,-693040],[-159451,-691343],[-156353,-691622],[-156092,-691143],[-178776,-264117],[-174379,-272051],[-175328,-273053],[-173188,-280584],[-177062,-276898],[-173611,-438013],[-173572,-468551],[-178883,-472678],[-169024,-479770],[-176882,-478279],[-168650,-542558],[-169726,-562959],[-167803,-567080],[-166618,-566745],[-169155,-575616],[-172858,-582913],[-170422,-583109],[-177075,-636914],[-170174,-637927],[-168378,-631969],[-167625,-631075],[-169458,-628241],[-177422,-640226],[-178496,-664017],[-176698,-666164],[-174530,-666578],[-166448,-682551],[-166404,-684043],[-189872,-241225],[-187900,-244123],[-185140,-249847],[-188189,-260259],[-186832,-264044],[-185065,-265545],[-179355,-258560],[-179939,-256156],[-184047,-259608],[-181076,-264507],[-181101,-256539],[-182433,-258140],[-184484,-257406],[-181071,-262295],[-181547,-264103],[-180661,-262285],[-188472,-268646],[-184840,-272084],[-189131,-270985],[-181645,-279594],[-190080,-290605],[-190571,-293643],[-187508,-288752],[-185818,-285083],[-185895,-281897],[-190336,-293432],[-189625,-294192],[-191868,-286712],[-184676,-435071],[-186858,-464040],[-179960,-465471],[-181294,-466217],[-191935,-465112],[-182228,-465082],[-190461,-466451],[-182311,-469087],[-187099,-464084],[-181178,-470559],[-191597,-472886],[-191836,-473217],[-181926,-475638],[-179496,-475526],[-186433,-597441],[-186791,-594331],[-185282,-601834],[-186413,-602873],[-184985,-633910],[-180509,-634783],[-180138,-634349],[-187494,-651390],[-187776,-652091],[-187557,-650987],[-188035,-648241],[-187612,-648374],[-187477,-647311],[-190060,-649714],[-191229,-650300],[-182511,-647845],[-181947,-649329],[-181706,-650119],[-183375,-651036],[-190049,-659929],[-190031,-660488],[-190412,-660518],[-190346,-661301],[-188234,-662650],[-188395,-663414],[-187342,-663866],[-187806,-663209],[-189301,-663152],[-188205,-665358],[-179474,-663286],[-180400,-661871],[-180761,-661595],[-189801,-654298],[-188743,-653873],[-189350,-654789],[-189770,-655487],[-190982,-654199],[-186697,-666834],[-188011,-665888],[-188371,-666499],[-186082,-665591],[-184744,-669895],[-185314,-669999],[-185210,-668936],[-183678,-677682],[-182964,-676723],[-184470,-672947],[-183468,-674657],[-183033,-673519],[-182316,-673099],[-181534,-673303],[-182919,-671639],[-182578,-666642],[-182491,-667553],[-184437,-678287],[-182829,-678534],[-183481,-678667],[-196596,-240075],[-191727,-240146],[-203034,-234542],[-192757,-237891],[-203539,-246088],[-200006,-249751],[-201960,-246181],[-197605,-259586],[-193420,-262997],[-199843,-261925],[-204612,-261186],[-195113,-255845],[-200275,-272608],[-194161,-289372],[-199875,-288770],[-204063,-293887],[-204604,-289649],[-196912,-291521],[-196253,-291267],[-204112,-294846],[-196261,-298839],[-194463,-295030],[-196872,-300100],[-197563,-299173],[-201199,-298031],[-197500,-309787],[-201398,-313810],[-196567,-311289],[-197530,-426865],[-204369,-453508],[-192887,-453582],[-203789,-453770],[-200296,-450017],[-204073,-458016],[-202877,-467029],[-200905,-473383],[-203549,-467719],[-193407,-468203],[-193769,-468380],[-194954,-463154],[-193607,-467480],[-201082,-485734],[-203268,-480850],[-203897,-473475],[-200452,-476250],[-200849,-485502],[-197912,-585309],[-198036,-588319],[-192242,-595949],[-193497,-596345],[-192703,-592395],[-192383,-591783],[-197131,-589249],[-198962,-604467],[-194018,-652262],[-193669,-654072],[-193739,-653567],[-195770,-653128],[-195601,-653946],[-196230,-653479],[-198101,-653621],[-198512,-654042],[-197544,-655154],[-205860,-229889],[-214081,-237626],[-214913,-232135],[-214817,-241955],[-207826,-252251],[-215245,-245145],[-210371,-243883],[-207165,-261008],[-206907,-259085],[-210352,-274081],[-210621,-271325],[-211913,-273187],[-213072,-279765],[-215563,-280310],[-207260,-285874],[-207629,-289095],[-217437,-293126],[-211913,-285180],[-213255,-291175],[-210676,-289350],[-215642,-303940],[-213575,-304906],[-213225,-297471],[-215087,-300412],[-206766,-315449],[-211566,-318906],[-208656,-315008],[-207958,-316075],[-219195,-327473],[-216065,-323776],[-215319,-381087],[-213425,-380869],[-209480,-389049],[-208317,-422329],[-209963,-433180],[-213340,-447025],[-214269,-446835],[-216722,-448296],[-214679,-457583],[-206456,-453463],[-210810,-461475],[-215095,-461731],[-208213,-466372],[-207905,-465746],[-211102,-473589],[-211218,-474262],[-206499,-480184],[-209569,-475073],[-207988,-486173],[-208241,-473583],[-209108,-491512],[-208978,-491893],[-208564,-487347],[-208284,-487537],[-214127,-572567],[-210033,-565629],[-207855,-565024],[-213642,-567946],[-206032,-566716],[-206629,-567422],[-216546,-571321],[-210099,-581203],[-207582,-578784],[-211381,-577661],[-209045,-577363],[-211171,-588983],[-229493,-229447],[-223297,-227323],[-225885,-241901],[-227064,-237789],[-220796,-241745],[-224075,-230835],[-226414,-246167],[-219961,-244912],[-224114,-247682],[-218458,-247756],[-223937,-273432],[-220931,-268761],[-225912,-275716],[-225740,-275086],[-224225,-288522],[-218797,-285182],[-219652,-286109],[-225030,-289066],[-218766,-292748],[-220784,-284291],[-219664,-288115],[-227373,-282381],[-222376,-283425],[-219751,-283630],[-222957,-294275],[-221192,-305153],[-224730,-302025],[-224684,-315507],[-219671,-308081],[-230259,-314246],[-228853,-309209],[-222920,-310343],[-229472,-310793],[-225762,-318553],[-218401,-316628],[-217660,-316935],[-223669,-321554],[-228624,-324346],[-219910,-324510],[-226726,-327113],[-225143,-402545],[-228565,-413506],[-218167,-444692],[-227146,-476775],[-227768,-477069],[-219044,-483415],[-216168,-481454],[-219686,-485793],[-220366,-492262],[-226162,-536446],[-221440,-549424],[-229872,-560862],[-218065,-563398],[-218428,-572244],[-217728,-573478],[-220406,-583377],[-224438,-583047],[-218378,-583627],[-218723,-581796],[-236170,-214255],[-236878,-215673],[-236987,-224059],[-230465,-226769],[-241257,-220863],[-237935,-219986],[-242150,-218275],[-236065,-219138],[-236730,-233404],[-230592,-237980],[-239767,-231760],[-239892,-233965],[-234341,-242343],[-241770,-237066],[-235689,-238173],[-239799,-235304],[-234226,-233298],[-240631,-244267],[-242510,-245711],[-240690,-249993],[-242227,-244073],[-234488,-268183],[-240092,-268141],[-242356,-279992],[-233490,-278453],[-238400,-278836],[-235870,-280793],[-237282,-272174],[-236006,-273137],[-234208,-269295],[-232734,-270590],[-232123,-284247],[-230935,-289087],[-237444,-282008],[-238902,-284097],[-236739,-287623],[-231449,-293294],[-238616,-289248],[-238392,-282388],[-240703,-286118],[-241953,-285370],[-240701,-283893],[-234410,-293132],[-237136,-305945],[-232549,-305252],[-233488,-300278],[-234288,-297803],[-242966,-297146],[-242621,-304867],[-233070,-306715],[-237525,-294255],[-238755,-309153],[-233393,-309052],[-240544,-311356],[-237629,-317667],[-232366,-318369],[-242071,-312646],[-237360,-315031],[-235918,-317130],[-237446,-326390],[-234435,-320860],[-239205,-323949],[-230820,-374551],[-232120,-390815],[-230939,-385199],[-237854,-390539],[-238568,-415532],[-235416,-428128],[-235054,-426506],[-234492,-426994],[-233779,-432254],[-242638,-436557],[-242292,-436970],[-238111,-437610],[-238062,-436954],[-237675,-437837],[-242884,-437254],[-3105,-480904],[-244047,-216143],[-253328,-215538],[-252266,-228268],[-252093,-226815],[-244083,-223042],[-251536,-224808],[-254027,-217956],[-250226,-229911],[-248575,-230021],[-252005,-235144],[-252489,-238007],[-245439,-232373],[-253517,-235251],[-253355,-237703],[-251148,-238604],[-248638,-240946],[-246796,-240233],[-247715,-240240],[-246199,-240631],[-248503,-236955],[-246737,-237909],[-248498,-233700],[-252678,-233025],[-245546,-245117],[-246596,-244462],[-248374,-259887],[-247057,-263280],[-254413,-256194],[-250184,-256942],[-252859,-258536],[-248387,-267970],[-252047,-263429],[-243452,-276786],[-244273,-271090],[-245297,-275116],[-247557,-276152],[-247446,-273443],[-253687,-277477],[-255067,-280171],[-252506,-269293],[-251911,-279809],[-251682,-284808],[-250500,-286937],[-248920,-284890],[-253892,-283942],[-243652,-282711],[-245170,-283378],[-245551,-285686],[-243988,-305541],[-255256,-295271],[-252383,-296430],[-247335,-299580],[-246938,-312013],[-243749,-318980],[-244002,-315610],[-245680,-328756],[-255289,-325682],[-251111,-328657],[-244663,-319997],[-251902,-321120],[-253182,-334522],[-250086,-338185],[-246480,-388144],[-249206,-433656],[-248647,-433454],[-246962,-432521],[-244161,-430168],[-235048,-431127],[-251020,-450732],[-255887,-450003],[-253369,-560318],[-252259,-562625],[-247380,-567805],[-253877,-567392],[-248904,-564865],[-248812,-565322],[-255099,-582212],[-255416,-581881],[-251565,-605642],[-255567,-95447],[-255980,-101525],[-259686,-116253],[-266997,-120208],[-265519,-122226],[-266196,-121203],[-257322,-119198],[-259182,-118483],[-263117,-119459],[-261197,-131311],[-263801,-136753],[-266339,-134057],[-260040,-211331],[-265507,-206584],[-261905,-215868],[-259063,-214314],[-266812,-210872],[-264510,-216328],[-257379,-211566],[-261872,-207021],[-263614,-228173],[-261556,-221016],[-262946,-220982],[-262551,-221417],[-260406,-221811],[-261770,-224621],[-266999,-225924],[-265816,-223730],[-267568,-228830],[-260883,-232461],[-263150,-232760],[-267689,-241987],[-266451,-235110],[-265649,-234162],[-265780,-236561],[-261594,-235556],[-258145,-233219],[-257733,-234800],[-256191,-232509],[-259655,-230661],[-262775,-242772],[-260823,-248831],[-265220,-246211],[-264152,-253176],[-258077,-256332],[-264168,-256661],[-266676,-256679],[-267466,-263251],[-263861,-258838],[-258519,-261957],[-268018,-266189],[-256244,-280833],[-257808,-280616],[-262698,-278988],[-266175,-279036],[-264305,-272939],[-260000,-277177],[-268040,-268887],[-258776,-269536],[-257405,-273009],[-265005,-276643],[-264404,-282282],[-265270,-286830],[-261169,-284859],[-263412,-286586],[-257732,-293557],[-265359,-291930],[-260273,-292856],[-266929,-298319],[-266685,-303482],[-264811,-300939],[-261111,-302905],[-267693,-297429],[-260804,-297878],[-256965,-303310],[-264130,-306753],[-259438,-307211],[-263056,-313520],[-262756,-332268],[-261873,-329205],[-258515,-326653],[-267349,-333377],[-267626,-340690],[-264975,-333577],[-257298,-333083],[-266095,-336400],[-267098,-336575],[-260638,-345097],[-263309,-347457],[-263309,-347457],[-263500,-440221],[-257027,-561054],[-257261,-559278],[-257190,-573446],[-263798,-585213],[-265083,-585347],[-263239,-585302],[-263016,-87398],[-259936,-85825],[-260800,-87511],[-268076,-81765],[-265994,-88186],[-258141,-88627],[-258207,-101362],[-266406,-100943],[-258156,-95169],[-257530,-95626],[-258073,-91510],[-258968,-92035],[-259490,-93368],[-266589,-94534],[-264644,-94642],[-262678,-95232],[-264111,-102509],[-265190,-102422],[-260449,-113456],[-267548,-111115],[-259367,-102868],[-280790,-116481],[-275145,-117530],[-276271,-119102],[-276029,-119858],[-274443,-124445],[-271970,-122882],[-280800,-121757],[-279883,-122918],[-280049,-127784],[-274148,-128234],[-280331,-140149],[-279885,-138321],[-280642,-135857],[-278064,-137578],[-277223,-134927],[-268990,-142692],[-271930,-142930],[-281299,-148871],[-277557,-159587],[-280376,-163938],[-280763,-155795],[-275503,-167843],[-280233,-170483],[-279339,-187888],[-279928,-190043],[-276318,-200557],[-269615,-216949],[-275836,-209276],[-270917,-213303],[-278461,-208037],[-278881,-211348],[-272795,-214612],[-270383,-219601],[-272764,-224868],[-268838,-219798],[-272998,-241806],[-271653,-239561],[-271598,-233372],[-269098,-230444],[-269689,-237775],[-274796,-244756],[-273896,-254657],[-271083,-243555],[-272882,-247253],[-280500,-251299],[-277937,-248128],[-276993,-252856],[-270840,-253053],[-269241,-266213],[-269734,-259363],[-277260,-272675],[-277784,-280472],[-269957,-277825],[-273124,-270449],[-274814,-278332],[-271086,-282935],[-273384,-281581],[-269985,-281856],[-269170,-285814],[-279158,-285514],[-274029,-293687],[-278864,-290245],[-273731,-289159],[-278649,-289565],[-271068,-300462],[-270977,-340205],[-269704,-338260],[-270894,-343780],[-271133,-350517],[-270079,-350655],[-277580,-346673],[-278407,-357549],[-278121,-348617],[-278512,-360871],[-270457,-406584],[-271932,-403497],[-275965,-401981],[-272335,-403660],[-272828,-405671],[-277258,-443233],[-275369,-579550],[-275386,-79143],[-272363,-88341],[-271925,-87265],[-278046,-87481],[-280522,-83830],[-277810,-81559],[-275670,-88884],[-273033,-89419],[-275913,-98183],[-273885,-97505],[-271062,-94871],[-270769,-99628],[-274357,-101597],[-272598,-100681],[-281046,-98332],[-280780,-99611],[-268901,-93494],[-275928,-108605],[-280919,-111103],[-280703,-113600],[-285759,-123793],[-288544,-118267],[-292721,-122750],[-293293,-122056],[-288559,-126484],[-284724,-127734],[-285010,-117935],[-288286,-115942],[-284538,-124882],[-283434,-139922],[-284291,-130555],[-286824,-128004],[-288480,-132360],[-289520,-134712],[-294140,-149260],[-282927,-141059],[-284030,-144815],[-286192,-146952],[-293567,-145627],[-289421,-152052],[-291516,-143477],[-292628,-144487],[-289861,-140731],[-285118,-165251],[-286891,-154731],[-289104,-164353],[-292659,-164750],[-286997,-176960],[-283575,-175575],[-283523,-170109],[-282467,-172156],[-289599,-168857],[-293672,-166966],[-281902,-181506],[-283471,-190579],[-290915,-189605],[-286056,-189635],[-287872,-183514],[-286023,-203677],[-284214,-199325],[-288819,-199052],[-283314,-200448],[-281969,-193256],[-291228,-203342],[-294098,-204488],[-287062,-197667],[-288015,-194245],[-285991,-192030],[-289616,-204551],[-286361,-210590],[-282518,-211712],[-282949,-209823],[-283335,-207168],[-290302,-223114],[-291487,-219117],[-292341,-225473],[-290884,-219370],[-288536,-224554],[-281976,-344784],[-282742,-420748],[-282969,-416957],[-288403,-434640],[-290003,-430130],[-287485,-428615],[-287932,-428207],[-283899,-429103],[-286470,-76738],[-290263,-83629],[-287755,-89273],[-284479,-81776],[-285409,-80051],[-283909,-77428],[-282705,-88837],[-285668,-90384],[-294345,-91238],[-292166,-90435],[-288666,-94440],[-285986,-97905],[-289087,-97949],[-287189,-101400],[-291342,-101344],[-294351,-100284],[-292867,-94033],[-283477,-100841],[-289733,-103860],[-286275,-106357],[-290305,-114264],[-288865,-112937],[-293881,-104264],[-282253,-113783],[-281718,-108449],[-283118,-114739],[-289078,-114277],[-295804,-125869],[-301126,-123135],[-296153,-125920],[-300435,-122467],[-306843,-119737],[-307006,-123569],[-296717,-117069],[-295391,-116451],[-306216,-115632],[-304936,-127725],[-305300,-126901],[-306431,-136040],[-304539,-131013],[-299137,-134641],[-297887,-132404],[-298806,-133353],[-297510,-142455],[-300876,-140927],[-302535,-142365],[-307137,-141300],[-305548,-159910],[-299828,-153550],[-304599,-172311],[-299249,-176962],[-305781,-168675],[-300200,-189307],[-295280,-189310],[-302832,-181076],[-301195,-188741],[-298801,-189846],[-303536,-189495],[-294735,-193439],[-300136,-195264],[-306108,-193268],[-300694,-211474],[-304677,-214811],[-304156,-211718],[-300842,-210020],[-303791,-218274],[-300986,-217838],[-302013,-220039],[-305773,-222781],[-300654,-226239],[-296897,-229990],[-296007,-226141],[-298196,-220556],[-298163,-219205],[-299946,-222983],[-303890,-219170],[-305690,-223452],[-305315,-225852],[-305760,-238564],[-303526,-234488],[-300468,-239379],[-295578,-233548],[-297385,-237383],[-304298,-241725],[-302872,-238737],[-303777,-230559],[-298012,-353517],[-295292,-355947],[-295382,-352147],[-299799,-351465],[-302977,-362437],[-305635,-75036],[-304862,-69534],[-297756,-71995],[-298835,-76444],[-306683,-77401],[-302208,-76763],[-297290,-78031],[-295178,-82008],[-300043,-80286],[-301010,-82210],[-294728,-77553],[-301671,-98488],[-302673,-101484],[-296728,-101557],[-299536,-97313],[-300502,-96207],[-301773,-94060],[-299140,-103006],[-295094,-104104],[-301925,-107618],[-302949,-105782],[-304243,-106317],[-303637,-111916],[-303560,-113110],[-300038,-107240],[-302000,-110912],[-299190,-112339],[-295073,-114804],[-318333,-119686],[-318276,-121189],[-315062,-116015],[-316127,-115556],[-316455,-121248],[-315637,-125615],[-314307,-120192],[-313070,-135522],[-310408,-140370],[-309193,-135309],[-317894,-138544],[-319497,-142191],[-310133,-171285],[-307793,-173453],[-309678,-187922],[-316500,-190008],[-319060,-180644],[-317093,-185769],[-315780,-186579],[-317345,-187343],[-312891,-192331],[-308827,-223506],[-309213,-227935],[-308279,-240311],[-309576,-232588],[-313022,-231618],[-309666,-232212],[-312178,-244137],[-307905,-356196],[-316240,-364209],[-308913,-71315],[-308760,-73721],[-307962,-80102],[-309962,-77659],[-310930,-87435],[-308682,-89329],[-314821,-84108],[-307421,-95219],[-309776,-97670],[-313066,-106185],[-313623,-105076],[-315818,-107766],[-316422,-103015],[-314487,-109904],[-317984,-112317],[-320371,-125760],[-324290,-127309],[-323882,-139019],[-322616,-134935],[-322228,-133653],[-322157,-130631],[-323626,-149424],[-326012,-144542],[-326074,-148869],[-330840,-147722],[-326855,-153220],[-332188,-150003],[-324999,-156254],[-332634,-154954],[-328869,-153568],[-328350,-161551],[-328299,-157823],[-326850,-178104],[-321765,-174666],[-328184,-173808],[-330571,-176169],[-323959,-185135],[-324226,-181021],[-323080,-189091],[-320669,-188755],[-321410,-180927],[-331469,-188711],[-332498,-186432],[-326646,-193545],[-326102,-234329],[-324492,-231190],[-322320,-235004],[-320559,-471378],[-321851,-104847],[-333791,-150528],[-334016,-147958],[-338099,-163904],[-338992,-164994],[-335265,-239280],[-343776,-242058],[-338307,-239513],[-340335,-238561],[-343828,-235185],[-338277,-234750],[-342527,-234388],[-335589,-444442],[-336690,-444125],[-344329,-446907],[-334320,-447484],[-341208,-441842],[-335063,-450937],[-341958,-450962],[-352190,-190310],[-349315,-184356],[-351426,-201172],[-352636,-199640],[-349619,-192130],[-352584,-206872],[-355313,-227376],[-345958,-399530],[-357885,-407541],[-349859,-445079],[-352684,-443174],[-348722,-441732],[-347374,-441322],[-346906,-444087],[-355448,-458922],[-348211,-449472],[-347254,-448048],[-349323,-450522],[-355677,-449372],[-369355,-410808],[-360314,-454771],[-362644,-453631],[-362321,-458990],[-365110,-458906],[-365080,-461084],[-368100,-464983],[-25459,-462296],[-373789,-408978],[-374944,-399348],[-379125,-471413],[-377537,-468720],[-371447,-465873],[-377157,-461074],[-372709,-465874],[-379088,-464069],[-396732,-355273],[-385429,-469088],[-384080,-470571],[-386704,-470712],[-389574,-477155],[-393885,-478641],[-389657,-473477],[-409584,-485134],[-397086,-474191],[-416982,-337672],[-416044,-336647],[-413000,-338554],[-415523,-484079],[-415557,-473776],[-425628,-467986],[-444719,-186932],[-447107,-227525],[-435604,-240947],[-442447,-456371],[-441941,-494461],[-441515,-514219],[-454723,-138708],[-458579,-133838],[-459560,-149902],[-460208,-145773],[-455148,-145924],[-458470,-143652],[-455909,-161382],[-459095,-216961],[-456754,-214456],[-449176,-219197],[-458101,-217757],[-455536,-382552],[-448367,-483328],[-452226,-528327],[-468213,-136481],[-467508,-136004],[-462636,-136993],[-467267,-129691],[-473428,-148301],[-466762,-142748],[-461554,-145190],[-461272,-156767],[-467497,-178856],[-468189,-173497],[-467861,-175100],[-473379,-168700],[-463502,-178246],[-465457,-179347],[-471739,-190842],[-461142,-195516],[-469226,-194727],[-462207,-208498],[-461591,-214351],[-463755,-219446],[-467996,-466258],[-469654,-462945],[-467042,-483637],[-461416,-488974],[-471156,-495727],[-467407,-92572],[-465934,-95506],[-473933,-164358],[-478524,-157773],[-484135,-157121],[-483719,-157720],[-485259,-156815],[-481823,-159936],[-484428,-160993],[-485605,-166671],[-484655,-168339],[-483905,-171236],[-480246,-168139],[-475567,-167425],[-477188,-199045],[-476380,-201983],[-477372,-203344],[-474361,-210323],[-482828,-209086],[-481494,-213538],[-483244,-218136],[-482287,-228526],[-485354,-235582],[-478739,-457283],[-482826,-472356],[-479081,-544285],[-480405,-89214],[-488934,-166573],[-493302,-168928],[-492625,-199789],[-495215,-201358],[-494170,-215880],[-497888,-217816],[-493674,-439676],[-495100,-496608],[-486536,-546639],[-30771,-241430],[-29664,-262898],[-36353,-451268],[-31073,-454494],[-504681,-150719],[-507313,-188292],[-505361,-184637],[-504929,-187017],[-503240,-187081],[-506237,-188039],[-501212,-186836],[-506268,-193940],[-507531,-204078],[-501698,-202780],[-508453,-209094],[-509942,-213530],[-500680,-208242],[-506836,-219316],[-500493,-219940],[-506545,-249222],[-508411,-249933],[-509361,-466088],[-501887,-471363],[-501728,-539555],[-517780,-188236],[-513474,-195171],[-515675,-216803],[-519776,-211485],[-523479,-208232],[-523405,-211247],[-515944,-209123],[-518053,-205224],[-518951,-232970],[-516029,-232386],[-514923,-230803],[-517244,-246958],[-514392,-436112],[-520042,-460128],[-512120,-477505],[-556670,-251729],[-532331,-449668],[-530463,-447886],[-530789,-468213],[-526667,-463702],[-530818,-476604],[-525734,-480591],[-526532,-477486],[-531689,-480800],[-563668,-149442],[-564473,-154091],[-47749,-385847],[-50565,-466248],[-46868,-464178],[-50591,-475468],[-55085,-251876],[-55696,-367382],[-51554,-374192],[-59116,-372928],[-58738,-381437],[-63712,-379906],[-51532,-445256],[-63292,-443195],[-63599,-458812],[-63603,-470442],[-57078,-479304],[-55557,-477309],[-57500,-473524],[-54528,-482744],[-70912,-190378],[-76153,-190002],[-72902,-230909],[-73760,-277797],[-67937,-294925],[-69773,-294543],[-69356,-379098],[-72618,-439587],[-76102,-438648],[-76532,-438703],[-66225,-453420],[-70621,-453512],[-67554,-468701],[-67330,-472049],[-68387,-471705],[-69240,-468766],[-75344,-466686],[-75952,-472564],[-75968,-478947],[-72389,-475394],[-73609,-514829],[-75237,-513775],[-76014,-515271],[-75967,-512843],[-69958,-519232],[-71368,-517554],[-89225,-155768],[-86862,-163800],[-84812,-161921],[-81572,-165133],[-88698,-176793],[-85093,-174807],[-85958,-188767],[-82989,-191266],[-82207,-180077],[-81470,-206558],[-85396,-208097],[-83420,-214664],[-88156,-205283],[-85619,-220272],[-86051,-224487],[-89091,-235609],[-78101,-234700],[-86650,-279194],[-87712,-290421],[-82510,-304377],[-84085,-399014],[-86755,-430081],[-80568,-446745],[-79948,-438980],[-89515,-449589],[-80376,-466828],[-77951,-462972],[-86291,-475234],[-84900,-478302],[-86362,-479040],[-88024,-476094],[-84223,-477271],[-77172,-476686],[-78848,-474370],[-77995,-522040],[-77255,-520686],[-77867,-521582],[-88643,-661618],[-88807,-657120],[-89380,-656933],[-89135,-691425],[-93795,-151045],[-93940,-147301],[-96833,-146199],[-90541,-153886],[-94019,-158907],[-100280,-154572],[-90395,-158965],[-93316,-167314],[-101680,-173179],[-94064,-170557],[-94226,-177910],[-102108,-177268],[-94645,-181621],[-93140,-188892],[-91080,-188056],[-98365,-191654],[-90567,-213049],[-91571,-216137],[-90775,-218787],[-100965,-223573],[-100946,-233702],[-97722,-241176],[-91973,-271829],[-97439,-275648],[-91894,-273664],[-93127,-275316],[-90081,-272220],[-100094,-268795],[-100818,-285318],[-98269,-287752],[-94648,-303133],[-95178,-412026],[-91766,-416523],[-96864,-415579],[-90181,-413552],[-92754,-422992],[-93970,-425864],[-97750,-441951],[-95327,-444887],[-92151,-446672],[-99944,-435733],[-100996,-451461],[-100540,-451185],[-93245,-448483],[-101741,-464646],[-98206,-463130],[-96868,-485245],[-101731,-478907],[-94501,-481428],[-96486,-482974],[-100898,-478800],[-92959,-478659],[-91144,-479072],[-95967,-488249],[-91640,-489221],[-93793,-487806],[-95556,-501130],[-99290,-525184],[-96207,-661231],[-90450,-657188],[-90022,-662737],[-92010,-659059],[-93132,-663312],[-92963,-662228],[-95552,-661952],[-92604,-664561],[-91297,-662550],[-96356,-690865],[-96335,-688454],[-90426,-687840],[-95546,-684671],[-95013,-693928],[-101439,-697159],[-104905,-155390],[-104924,-160631],[-103382,-166222],[-102792,-171090],[-90388,-210370],[-114774,-248726],[-109798,-255586],[-113251,-243663],[-103216,-267279],[-111423,-266944],[-108621,-274790],[-102773,-281931],[-114815,-297761],[-115145,-299762],[-105486,-445917],[-113737,-439184],[-114142,-438965],[-104014,-450210],[-103241,-454000],[-113451,-448921],[-106586,-449684],[-103909,-456254],[-108861,-485724],[-103802,-477159],[-102789,-476702],[-107619,-478701],[-106268,-475547],[-104457,-484003],[-105486,-483227],[-104912,-488171],[-109360,-498111],[-110093,-498765],[-109188,-499052],[-104180,-525182],[-104078,-637034],[-102918,-663700],[-103910,-660846],[-104162,-660515],[-113262,-658239],[-108757,-662616],[-106960,-663999],[-114746,-659849],[-104628,-661715],[-107355,-663927],[-105012,-661745],[-108309,-660715],[-107524,-675708],[-108264,-666165],[-111686,-701767],[-111489,-709921],[-109962,-709800],[2244,-480709],[36,-478971],[136625,-360360],[144000,-386466],[144653,-399424],[168597,-263098],[175742,-272068],[184022,-226186],[180821,-284965],[185463,-320278],[19882,-266570],[19369,-268796],[24099,-469976],[20592,-468408],[33890,-201241],[44516,-197031],[71797,-307840],[82219,-181933],[95586,-171916],[96492,-178884],[95709,-168570],[95405,-169316],[96818,-173685],[100568,-190530],[95547,-180234],[98401,-181396],[98100,-180686],[99149,-181081],[99808,-259302],[99881,-303953],[108395,-176022],[118192,-188352],[-116861,-251431],[-124934,-253535],[-127504,-255775],[-124111,-251302],[-119310,-247399],[-122598,-267330],[-122822,-280556],[-125911,-269501],[-116694,-272843],[-119197,-273011],[-127189,-273025],[-121476,-288837],[-119906,-296936],[-119085,-297091],[-118110,-549447],[-127222,-559709],[-123763,-569999],[-121072,-612520],[-124961,-622130],[-127723,-615630],[-122902,-630562],[-127475,-644938],[-122232,-649960],[-123735,-651247],[-123134,-652115],[-122144,-649590],[-119358,-658191],[-124274,-653226],[-121118,-657265],[-119401,-673515],[-126393,-674493],[-119887,-681163],[-120381,-690851],[-135044,-252626],[-136638,-251752],[-133739,-278595],[-129401,-280603],[-128275,-284658],[-130099,-283770],[-136270,-287755],[-134786,-546683],[-140417,-540489],[-130803,-549496],[-133208,-545622],[-131698,-558147],[-132981,-638611],[-128682,-638298],[-138642,-638944],[-139746,-636170],[-140551,-638372],[-138801,-629940],[-140383,-634740],[-134899,-640983],[-128903,-641946],[-128121,-643265],[-130769,-648942],[-131988,-647189],[-130447,-647541],[-134705,-643908],[-135969,-644833],[-133202,-673699],[-133132,-674184],[-135820,-675312],[-134460,-670992],[-135162,-671266],[-136767,-689556],[-136355,-685727],[-132326,-685717],[-129314,-686551],[-135629,-692798],[-130015,-701143],[-148567,-270213],[-151136,-275815],[-145645,-280037],[-145053,-281913],[-142795,-283965],[-149491,-292898],[-147266,-283446],[-151524,-545076],[-144815,-540371],[-149056,-549844],[-145433,-550568],[-146276,-551878],[-144074,-551151],[-147674,-568024],[-150118,-617313],[-145004,-617012],[-149661,-625005],[-144050,-636947],[-145726,-638836],[-146895,-638659],[-146823,-650168],[-143835,-650705],[-142545,-651996],[-142626,-651769],[-147025,-651540],[-146241,-653930],[-145167,-663032],[-143560,-660767],[-142346,-653167],[-152829,-668199],[-152474,-670831],[-165800,-241262],[-163656,-244359],[-162691,-250762],[-161591,-254070],[-156791,-273998],[-165104,-277315],[-161060,-271212],[-162493,-281933],[-154761,-286998],[-163728,-290280],[-155493,-292193],[-153782,-286975],[-158472,-284134],[-163286,-292404],[-158403,-295084],[-154588,-547097],[-156071,-552324],[-160632,-555644],[-161124,-562541],[-154316,-552216],[-158954,-551622],[-158400,-551222],[-164002,-567526],[-161479,-564302],[-157363,-569145],[-165386,-647187],[-155197,-650012],[-158614,-640989],[-164927,-653599],[-155529,-653406],[-155999,-670183],[-162065,-667593],[-165253,-668244],[-165410,-670404],[-167706,-245355],[-177121,-260977],[-172312,-272490],[-177180,-272380],[-175110,-275416],[-174288,-273772],[-176824,-281258],[-175400,-283487],[-170733,-289426],[-172020,-547770],[-171901,-543257],[-167818,-541886],[-167550,-560399],[-168181,-562105],[-167988,-562605],[-166686,-556754],[-176851,-553579],[-174277,-550939],[-171484,-564141],[-167993,-565849],[-177543,-572739],[-168597,-575501],[-172365,-582303],[-167104,-587121],[-176346,-637319],[-169258,-636703],[-167110,-630849],[-167705,-632227],[-168595,-627480],[-171796,-654914],[-168601,-654411],[-166576,-668141],[-176700,-669139],[-187167,-236459],[-189427,-240814],[-191912,-234908],[-182783,-252382],[-183849,-245713],[-185902,-245321],[-191087,-265226],[-184122,-262168],[-180891,-260415],[-179419,-257468],[-185490,-259606],[-191555,-269834],[-186161,-268678],[-181800,-270083],[-188484,-272325],[-182061,-277922],[-187985,-274177],[-189383,-274811],[-179671,-280137],[-190784,-291537],[-185698,-292704],[-191117,-285913],[-187461,-291619],[-185859,-282281],[-188325,-293786],[-191008,-296796],[-187822,-296394],[-186955,-403260],[-186389,-402317],[-188709,-585495],[-188242,-596535],[-187988,-591446],[-186064,-590071],[-185809,-602215],[-183534,-633709],[-183299,-632211],[-189344,-636614],[-179419,-634238],[-187715,-640879],[-181985,-644965],[-203114,-229901],[-203709,-228769],[-197727,-235703],[-193408,-238287],[-201015,-235944],[-203777,-245635],[-199588,-254055],[-200945,-266610],[-204445,-263211],[-201992,-264803],[-192589,-260924],[-194798,-256739],[-194217,-272388],[-199475,-291085],[-198653,-288441],[-202960,-290561],[-204068,-287832],[-192416,-290912],[-198145,-301357],[-198037,-295408],[-202889,-299581],[-198451,-303183],[-193686,-295185],[-202156,-314896],[-196390,-496792],[-204143,-510601],[-202836,-504416],[-196072,-503954],[-192660,-529273],[-202247,-530703],[-196136,-586254],[-192876,-596367],[-193260,-596939],[-194059,-591923],[-199931,-603689],[-198428,-620453],[-203978,-634526],[-199637,-654278],[-196957,-656282],[-216247,-228094],[-210961,-241426],[-214726,-233636],[-214177,-231994],[-215107,-242551],[-214299,-246281],[-208128,-255809],[-209975,-261816],[-215736,-278250],[-216849,-288031],[-208046,-293220],[-215121,-283556],[-208751,-290053],[-210599,-292454],[-210731,-287501],[-212539,-283724],[-213974,-290092],[-211961,-300005],[-210448,-297633],[-205230,-299814],[-211630,-306781],[-214588,-316763],[-215043,-311429],[-209715,-325595],[-215640,-324086],[-208579,-324001],[-214336,-336457],[-206112,-509181],[-210155,-508484],[-208775,-501923],[-214122,-523516],[-213408,-521532],[-213689,-517907],[-215301,-528279],[-205285,-528655],[-212753,-561714],[-214258,-564147],[-206935,-568536],[-216429,-572026],[-217577,-582088],[-207391,-579387],[-214091,-598152],[-216877,-601641],[-222284,-227123],[-222552,-240162],[-224743,-230570],[-220299,-230762],[-220203,-246183],[-217678,-248378],[-227142,-271313],[-219942,-271879],[-229379,-276578],[-217618,-273815],[-218603,-279870],[-219850,-288785],[-224618,-290861],[-219832,-291252],[-220690,-284733],[-220944,-287156],[-226007,-282875],[-228498,-310789],[-227323,-318227],[-230341,-317539],[-218450,-317983],[-224814,-321498],[-218530,-329599],[-219638,-324995],[-218774,-324830],[-225632,-328377],[-227263,-498989],[-220239,-568929],[-219446,-566638],[-222042,-565309],[-237747,-215457],[-235736,-216002],[-236303,-217049],[-239102,-236778],[-233598,-237535],[-241763,-247521],[-235997,-244669],[-235888,-243532],[-230962,-270603],[-240304,-277234],[-230884,-281304],[-239915,-278888],[-231339,-272908],[-243111,-280547],[-233224,-285151],[-234063,-286313],[-230735,-287761],[-236187,-283918],[-240528,-282846],[-232867,-312174],[-236631,-307018],[-231100,-313542],[-233286,-309660],[-237286,-317191],[-240008,-316597],[-239418,-318212],[-241968,-325344],[-241182,-327806],[-242042,-327983],[-235277,-321812],[-242111,-333234],[-237896,-335798],[-239276,-335344],[-231522,-373399],[-233494,-389037],[-232478,-472350],[-233382,-562170],[-240109,-558260],[-231643,-555649],[-236962,-566121],[-233319,-599626],[-759,-232101],[-251530,-253380],[-248159,-259928],[-250625,-264756],[-255941,-258900],[-248238,-257143],[-243606,-274207],[-248708,-269227],[-246492,-279589],[-247365,-271765],[-255203,-278152],[-251458,-274289],[-255018,-281395],[-252102,-273031],[-252089,-285954],[-248387,-284373],[-246037,-290883],[-255404,-288947],[-254480,-304585],[-254983,-301698],[-248500,-297787],[-252592,-301665],[-245095,-306334],[-245711,-297953],[-243270,-310904],[-251813,-310080],[-253596,-319385],[-244168,-312613],[-243244,-315434],[-246786,-319674],[-243679,-329230],[-255905,-326564],[-252778,-322320],[-244109,-320737],[-254944,-338980],[-247246,-336009],[-252101,-566978],[-254297,-103879],[-253697,-104110],[-262142,-116231],[-267972,-119110],[-263120,-117360],[-257200,-120935],[-257320,-118464],[-259782,-133858],[-267125,-133997],[-265190,-132475],[-268570,-248808],[-260798,-248318],[-264771,-246169],[-261234,-252071],[-261750,-253435],[-266903,-256968],[-268305,-264782],[-265724,-259852],[-259076,-260239],[-263799,-263596],[-266168,-264581],[-266415,-266118],[-260744,-280848],[-266275,-277500],[-263455,-274318],[-260068,-277786],[-267638,-269921],[-257098,-269716],[-264299,-275517],[-261509,-285448],[-267355,-292712],[-256112,-283159],[-266538,-289495],[-259598,-288562],[-256768,-291856],[-267932,-297234],[-265971,-302210],[-264485,-300913],[-263816,-294731],[-258186,-296690],[-257264,-303087],[-258708,-299259],[-256336,-298281],[-264175,-295557],[-262354,-308437],[-260705,-308116],[-257979,-311319],[-264988,-315914],[-258165,-319228],[-263049,-320044],[-262277,-82173],[-257810,-85456],[-263290,-89313],[-260263,-88960],[-267047,-99213],[-262716,-101242],[-267442,-99152],[-259824,-90797],[-261422,-113081],[-268707,-103687],[-275896,-119320],[-275494,-115786],[-275499,-123994],[-278837,-121162],[-279149,-123098],[-280030,-136476],[-269706,-138408],[-268986,-138477],[-276369,-133447],[-278747,-141252],[-279827,-141519],[-278103,-164368],[-278212,-188939],[-281259,-180763],[-273466,-204541],[-280722,-199430],[-274219,-205222],[-275128,-209203],[-277256,-214075],[-276584,-264886],[-274126,-261830],[-270300,-260426],[-272295,-263941],[-269767,-256605],[-277500,-281214],[-274462,-279959],[-271107,-280537],[-269853,-279353],[-271259,-277735],[-273065,-274239],[-275750,-275650],[-269037,-287512],[-276015,-292100],[-280279,-290627],[-274151,-290452],[-278580,-287843],[-269139,-292053],[-269333,-299839],[-272451,-295219],[-273557,-297228],[-269697,-574453],[-271040,-88789],[-272285,-88024],[-274798,-87858],[-273240,-88179],[-280951,-88128],[-276937,-82884],[-277256,-79953],[-273528,-94436],[-276373,-96229],[-281388,-99196],[-269508,-91449],[-270467,-92401],[-280838,-113944],[-275827,-107750],[-275035,-113369],[-278891,-103533],[-284868,-123553],[-290193,-116461],[-293961,-118406],[-285010,-126900],[-287500,-115601],[-282997,-118553],[-285299,-131771],[-288170,-129207],[-293067,-131833],[-290551,-134108],[-285877,-145646],[-289575,-151736],[-289768,-148193],[-291607,-144216],[-290409,-145577],[-286656,-175350],[-283050,-176478],[-287345,-188301],[-287921,-180019],[-292924,-182943],[-286112,-182692],[-283769,-196217],[-291028,-199158],[-286266,-195729],[-288124,-192369],[-282928,-274940],[-286897,-81110],[-288399,-88402],[-288723,-84497],[-293703,-85904],[-284387,-82981],[-286176,-79657],[-281632,-84790],[-291574,-91744],[-289482,-91116],[-293523,-100751],[-286883,-104028],[-293582,-110704],[-293653,-112235],[-292608,-103295],[-283140,-108846],[-282824,-111316],[-297343,-121973],[-298509,-126900],[-305271,-123846],[-301656,-120013],[-306231,-126671],[-304966,-129012],[-305941,-132946],[-303420,-131907],[-298739,-132381],[-297380,-131139],[-296212,-138038],[-300800,-139928],[-301410,-143498],[-300204,-178565],[-301965,-173217],[-300004,-176133],[-298253,-181414],[-301538,-180111],[-305282,-188729],[-305944,-194704],[-300556,-193193],[-300626,-197055],[-302565,-194347],[-294426,-203308],[-304275,-69579],[-298236,-71371],[-298711,-85895],[-303039,-77511],[-300999,-83290],[-297914,-81413],[-304348,-98880],[-303705,-100338],[-299798,-100869],[-294574,-97317],[-296789,-94865],[-305473,-97721],[-300944,-113595],[-295810,-105359],[-304451,-104554],[-301541,-108173],[-306098,-111111],[-298146,-110027],[-296202,-110857],[-317063,-120433],[-315695,-115456],[-313914,-124638],[-312029,-123526],[-308643,-189565],[-309662,-69719],[-312315,-68996],[-309056,-79606],[-310407,-81900],[-309625,-88894],[-312900,-85923],[-307881,-96363],[-314314,-107661],[-313736,-106982],[-309338,-112985],[-316045,-109632],[-320982,-126969],[-322257,-124594],[-325972,-129207],[-326770,-134067],[-329826,-144620],[-325620,-147415],[-328920,-152513],[-331661,-154871],[-332304,-161671],[-331036,-160240],[-329611,-153698],[-320415,-104878],[-320550,-112198],[-334724,-146281],[-337435,-164993],[-335329,-164649],[-382821,-115735],[-380102,-188792],[-378841,-86502],[-376765,-79071],[-375248,-80721],[-382845,-92809],[-381564,-91922],[-378703,-93407],[-379374,-96305],[-385167,-117625],[-388838,-115534],[-387806,-93191],[-390323,-95422],[-394801,-90515],[-392518,-99693],[-395643,-110508],[-392301,-111531],[-394533,-110996],[-396466,-110701],[-387531,-112668],[-398057,-184836],[-399946,-93194],[-396834,-96466],[-398140,-114152],[-400926,-112400],[-458772,-125947],[-457825,-126883],[-460805,-125562],[-463487,-124949],[-463783,-125853],[-472573,-125468],[-467749,-135865],[-461633,-134245],[-467899,-133501],[-461320,-130380],[-473024,-128551],[-467991,-163502],[-476840,-130611],[-477512,-128670],[-474604,-128249],[-485893,-180334],[-488482,-140542],[-490847,-138815],[-491860,-140292],[-492966,-139816],[-493441,-144254],[-497428,-146778],[-496714,-150851],[-498627,-154023],[-490761,-176647],[-490692,-197406],[-495820,-207779],[-490098,-455826],[-489245,-450595],[-493360,-471165],[-486776,-462579],[-486873,-462869],[-497562,-466276],[-33730,-251354],[-35517,-251208],[-30507,-265953],[-31501,-262065],[-508302,-155407],[-502411,-159144],[-510737,-161557],[-504159,-466416],[-501341,-473579],[-522086,-139123],[-521832,-140454],[-523816,-140310],[-522010,-137132],[-523432,-135304],[-522457,-148242],[-524391,-151491],[-516645,-145485],[-522308,-153395],[-517924,-144419],[-518337,-142796],[-517095,-144604],[-523935,-142479],[-513732,-150022],[-513735,-151246],[-515763,-148744],[-519165,-142173],[-513998,-146283],[-521044,-144088],[-520374,-140779],[-514164,-150292],[-517450,-147551],[-520444,-142741],[-522398,-147390],[-523681,-147248],[-518652,-146474],[-521140,-146584],[-523484,-148411],[-517390,-158386],[-512069,-157487],[-518926,-154300],[-514236,-158000],[-521004,-153411],[-515059,-217582],[-512369,-441012],[-517133,-457372],[-525196,-138949],[-528695,-149889],[-526977,-146715],[-525289,-140967],[-525711,-146624],[-527089,-149851],[-524874,-142177],[-526170,-142490],[-527320,-141959],[-526586,-140820],[-524834,-145325],[-532695,-153971],[-536174,-188490],[-541911,-147189],[-540257,-142877],[-48648,-239496],[-38447,-243603],[-49324,-262147],[-43970,-259482],[-50800,-256097],[-62144,-215328],[-52747,-210031],[-56978,-219288],[-57912,-217665],[-54746,-224188],[-63111,-228582],[-59940,-218055],[-63855,-225212],[-61216,-239222],[-56192,-253969],[-52580,-261395],[-60173,-271788],[-59856,-272663],[-68910,-190054],[-73030,-191921],[-71971,-219068],[-65896,-222201],[-66220,-228318],[-64494,-237479],[-75097,-279417],[-69489,-283673],[-67271,-287493],[-75205,-690766],[-73416,-694982],[-87017,-161824],[-81294,-161224],[-88608,-167167],[-85410,-167323],[-83627,-166604],[-85148,-178753],[-88829,-186138],[-84567,-187136],[-79288,-187062],[-88594,-214495],[-81960,-205346],[-86754,-209221],[-87701,-222103],[-86403,-224442],[-83941,-227829],[-83188,-237842],[-87366,-238118],[-87607,-235744],[-84038,-231149],[-82068,-236368],[-78916,-231716],[-85144,-234352],[-86355,-291105],[-88421,-284835],[-84889,-304409],[-85590,-690386],[-85406,-687850],[-78170,-685780],[-80519,-688879],[-77354,-689674],[-80924,-690975],[-80822,-683654],[-84496,-697401],[-85992,-692602],[-76953,-694190],[-81205,-696779],[-79094,-692621],[-83906,-700847],[-81057,-702869],[-84618,-711882],[-85170,-704101],[-99948,-149793],[-93296,-152762],[-93795,-146925],[-92009,-154511],[-98608,-155365],[-92315,-159872],[-102393,-172421],[-96961,-169990],[-93134,-176901],[-92914,-176281],[-102324,-176245],[-90754,-182100],[-102359,-195016],[-98225,-194183],[-89836,-205779],[-92928,-209849],[-90756,-220162],[-97621,-226762],[-97622,-240613],[-98406,-232215],[-98994,-236492],[-97349,-232085],[-94862,-288766],[-97150,-661362],[-90950,-659288],[-94005,-662002],[-96171,-663190],[-91512,-661574],[-93665,-659454],[-94201,-689933],[-98877,-690409],[-91492,-688733],[-95176,-687555],[-97665,-694003],[-95773,-698427],[-98066,-693436],[-91235,-692230],[-93376,-694776],[-106745,-154370],[-104064,-161222],[-103818,-166469],[-103954,-169452],[-115191,-258928],[-109414,-256116],[-110728,-267338],[-106509,-273586],[-108457,-275963],[-105022,-284450],[-113898,-561407],[-108593,-562565],[-107043,-619036],[-105345,-639692],[-103875,-665182],[-114882,-658332],[-109341,-661308],[-104602,-661474],[-109397,-677015],[-108251,-665493],[-107068,-683153],[-105752,-685449],[-108749,-687578],[-107274,-697846],[-110278,-706616],[-110867,-711138],[-112960,-707715],[-111563,-706266],[-109660,-705508],[-115071,-713790],[-114441,-709437],[-112747,-712176],[136332,-300043],[128985,-304844],[139761,-300504],[131912,-311243],[140122,-308902],[140106,-313842],[137557,-310586],[138925,-311082],[138304,-310165],[133029,-314470],[133187,-317308],[137815,-318819],[134269,-316306],[137032,-311553],[137342,-313274],[130053,-332312],[139925,-323701],[138297,-319876],[139383,-320161],[134986,-332154],[132514,-340471],[128852,-336339],[129906,-340367],[138064,-338826],[133928,-341570],[136555,-339510],[128962,-345580],[128550,-346826],[134183,-355416],[132632,-353503],[136804,-355748],[134781,-352851],[136689,-351976],[128348,-352824],[138752,-366378],[132728,-362641],[134181,-362439],[128507,-359498],[151183,-300982],[152600,-306162],[153097,-306386],[149604,-297830],[150392,-299882],[153290,-308503],[141461,-315152],[151377,-307346],[145510,-311224],[140816,-315785],[147090,-316439],[150403,-309177],[147658,-316801],[147932,-314233],[149154,-318810],[142723,-317882],[142506,-327532],[142087,-320130],[151185,-319921],[143994,-326077],[152222,-331134],[151833,-324236],[153470,-325391],[150770,-321848],[142243,-321316],[146437,-326688],[150960,-338699],[152842,-343026],[153103,-345819],[146749,-355684],[150978,-357345],[146305,-357049],[143942,-354499],[152878,-359714],[144787,-360601],[154322,-298359],[159281,-294220],[160932,-307014],[159945,-319489],[155100,-322417],[163851,-331542],[161602,-331207],[156907,-322923],[157748,-322300],[159677,-320759],[156644,-322387],[163555,-329927],[165177,-342430],[153864,-336225],[153691,-333503],[157888,-333278],[162461,-334696],[160647,-332746],[164437,-335805],[162302,-344324],[162783,-334096],[153985,-336870],[153974,-344662],[165359,-344652],[158435,-341422],[162333,-336459],[156459,-352826],[154306,-354697],[158036,-357369],[158272,-356348],[161986,-352457],[160735,-354742],[159924,-351321],[163704,-349871],[165284,-347864],[164340,-347111],[156665,-347375],[161749,-348671],[160762,-351808],[156567,-348496],[174709,-331293],[178881,-339881],[178883,-336991],[177786,-335032],[177461,-334073],[170837,-338026],[178563,-339010],[168792,-335732],[175031,-334183],[170636,-335394],[169046,-333775],[167995,-347941],[167503,-355938],[174384,-350244],[171325,-353540],[174254,-351377],[176629,-355102],[174931,-349200],[172126,-348420],[174129,-360460],[174059,-364107],[173964,-364835],[172095,-360555],[175968,-369388],[176937,-368687],[178985,-369413],[171806,-361657],[172949,-364135],[187111,-343953],[183452,-344030],[182655,-341394],[182795,-339820],[182915,-340375],[183839,-336526],[182503,-339498],[181814,-340975],[180263,-342513],[180011,-342594],[181076,-356316],[182645,-356430],[182135,-355630],[182356,-354868],[182062,-350569],[181541,-348546],[184753,-345666],[181133,-369691],[184444,-370501],[182039,-366246],[179383,-363499],[180512,-360455],[182753,-363180],[183908,-365302],[186266,-365190],[184147,-369663],[188902,-364259],[191843,-364264],[186429,-362048],[193218,-363562],[193928,-364067],[33538,-393136],[34781,-392639],[36938,-392733],[37000,-393015],[36260,-399390],[34238,-398290],[50585,-391935],[40433,-396526],[49331,-391908],[41882,-395020],[49797,-394455],[47517,-395108],[49162,-394711],[49753,-395231],[44887,-390603],[46656,-390763],[58912,-387611],[60779,-387255],[58626,-387698],[56639,-390548],[55334,-390266],[53075,-390588],[54516,-396199],[56858,-391912],[63853,-394309],[58736,-396175],[59365,-395017],[56168,-397299],[53054,-396843],[723058,398601],[720790,399696],[733874,395711],[741587,393881],[739456,389434],[739445,403015],[729730,403733],[741520,426282],[736913,423226],[754317,383449],[743468,383061],[752174,386380],[743170,386796],[743027,389784],[751777,407331],[746810,408012],[746545,414974],[754416,417267],[747111,413662],[747445,410343],[748420,430559],[761037,392574],[764007,394062],[757256,398197],[757721,400433],[761805,406806],[755657,408059],[763253,401589],[763962,405865],[75619,-182103],[69856,-333604],[76675,-374993],[70690,-383511],[72162,-383158],[66351,-389269],[68488,-387741],[65629,-391568],[70369,-384947],[64688,-392950],[769400,390932],[769068,388543],[779223,396401],[776746,393415],[773323,391448],[770336,398548],[774854,400788],[776378,411980],[87660,-183849],[89345,-328179],[83210,-328218],[83498,-331502],[77389,-336489],[80228,-334985],[77957,-336935],[82653,-335558],[85414,-336360],[84981,-339426],[86188,-340119],[87732,-339648],[83982,-333721],[86887,-337136],[84625,-379132],[86458,-376995],[85863,-377612],[83146,-374736],[77784,-377411],[79991,-375939],[77425,-375408],[85038,-374015],[99080,-260693],[98871,-313122],[102378,-317638],[100454,-318030],[97130,-319755],[99049,-315321],[101139,-315717],[102239,-328638],[100549,-326475],[97365,-330018],[99539,-323403],[97868,-319978],[95365,-327196],[97135,-323802],[98511,-326643],[95621,-328514],[93619,-331138],[100627,-338228],[101523,-339768],[101743,-332942],[100640,-343217],[99578,-348342],[101786,-347924],[100982,-356327],[101384,-358015],[98865,-356595],[91789,-374726],[101933,-380336],[102394,-378634],[94859,-382667],[93811,-381287],[93865,-384864],[90878,-389679],[91356,-391423],[92695,-388193],[93317,-387028],[95302,-386289],[99439,-391158],[98132,-391167],[102076,-390897],[110797,-313026],[106056,-311451],[106264,-323664],[114187,-331913],[106373,-325171],[105226,-321415],[111623,-326565],[110223,-323592],[110832,-321320],[112512,-323256],[107641,-331821],[105890,-330381],[105413,-330590],[113735,-329755],[105158,-326954],[103280,-324978],[102966,-321013],[102495,-332342],[107958,-329943],[108748,-331758],[103503,-337696],[106001,-340244],[109837,-343471],[108641,-343261],[114249,-333152],[109850,-339056],[102526,-350498],[111546,-347839],[108816,-356065],[106698,-350717],[102435,-381603],[102491,-379586],[102491,-378412],[103578,-380490],[104540,-382440],[106922,-380953],[106383,-384113],[104350,-395204],[103707,-392894],[102887,-392280],[103177,-392304],[117034,-308236],[121878,-323746],[118322,-329939],[115728,-331042],[120543,-327219],[120136,-329120],[120479,-330469],[116630,-323190],[121361,-324447],[124106,-324414],[118901,-344647],[119442,-338434],[119307,-335957],[115914,-345221],[118233,-340166],[123157,-335103],[124320,-357014],[126770,-353271],[126807,-350874],[115460,-349737],[125285,-364071],[124983,-362773],[127857,-359497],[125715,-359665],[-119653,-250552],[-124360,-254209],[-123482,-255335],[-126228,-257823],[-126513,-271821],[-115828,-271485],[-119169,-288356],[-121561,-295633],[-132323,-255591],[-138610,-276162],[-128670,-277469],[-137625,-281458],[-133706,-294041],[-148491,-275673],[-150240,-274889],[-144350,-277204],[-144634,-277778],[-144442,-282221],[-148276,-282690],[-152643,-286101],[-148802,-293156],[-162423,-243946],[-165702,-251454],[-161310,-251997],[-153618,-275928],[-158456,-274814],[-161316,-278558],[-164049,-275445],[-160594,-271070],[-158601,-279389],[-163469,-282271],[-159488,-285036],[-157155,-292791],[-164291,-285157],[-156065,-284928],[-153902,-287296],[-160361,-294983],[-167187,-238632],[-167200,-247343],[-169270,-246106],[-177744,-264110],[-177850,-275195],[-173671,-275780],[-174295,-281039],[-167444,-290892],[-184541,-235701],[-190978,-239137],[-179485,-253729],[-188961,-244488],[-184572,-249580],[-188555,-262065],[-185939,-264934],[-181600,-260936],[-183218,-262230],[-183459,-269299],[-182975,-271102],[-185927,-273479],[-180008,-277698],[-185147,-280935],[-187852,-283445],[-188170,-287523],[-189820,-288451],[-188511,-290367],[-191806,-296759],[-184585,-300272],[-202601,-226946],[-196224,-236106],[-194403,-241738],[-204218,-236673],[-192617,-231893],[-198407,-252037],[-200346,-247683],[-194055,-262536],[-199749,-261318],[-194173,-256590],[-201351,-272116],[-200565,-274497],[-199788,-289584],[-204162,-289785],[-196005,-293991],[-196880,-297795],[-200690,-297555],[-199906,-309252],[-203957,-315189],[-206877,-227926],[-216147,-235488],[-209796,-234540],[-209890,-230506],[-209018,-252263],[-215390,-247118],[-205377,-245588],[-205481,-263021],[-205318,-259233],[-214543,-269624],[-210463,-275826],[-217200,-280819],[-212652,-290702],[-206601,-290258],[-208123,-293607],[-215348,-282625],[-212379,-290994],[-212160,-286905],[-209918,-284133],[-213781,-290427],[-216795,-286478],[-214636,-318334],[-216969,-326787],[-224110,-226023],[-223158,-232853],[-219433,-244798],[-224117,-247020],[-220957,-276643],[-228501,-290387],[-226122,-288439],[-222805,-291802],[-219672,-294030],[-219138,-284673],[-222620,-285158],[-227864,-283872],[-217727,-289389],[-229964,-301158],[-225451,-312210],[-228468,-314223],[-218329,-307510],[-221137,-314505],[-225787,-319830],[-220738,-320857],[-232578,-215636],[-236411,-214463],[-235351,-211971],[-234908,-242496],[-238375,-235646],[-236543,-237568],[-239584,-248596],[-234384,-275061],[-232440,-270554],[-231396,-276239],[-240773,-279043],[-231617,-279155],[-239592,-276427],[-243013,-275578],[-233323,-284607],[-232926,-290249],[-232489,-286981],[-241372,-282731],[-232420,-298912],[-242049,-295457],[-242743,-297397],[-234178,-320733],[-230651,-327860],[-235100,-320750],[-243010,-321375],[-235462,-335997],[-253993,-252816],[-250729,-260782],[-247823,-261924],[-250003,-262775],[-254462,-258554],[-250102,-267156],[-245601,-273857],[-248823,-272967],[-250894,-277357],[-251462,-286923],[-246981,-290027],[-248017,-283778],[-249848,-294564],[-253871,-303538],[-255090,-316231],[-246732,-330086],[-250389,-326017],[-257047,-120155],[-265849,-138960],[-261949,-134276],[-268637,-192459],[-262728,-241082],[-260140,-253196],[-264728,-255650],[-266074,-257404],[-263341,-261474],[-265279,-257594],[-256794,-261410],[-260782,-259603],[-264171,-267817],[-258575,-255872],[-264388,-278761],[-266960,-279125],[-260112,-276245],[-256028,-279414],[-266107,-270672],[-259420,-271020],[-264814,-276846],[-256786,-274200],[-257231,-281577],[-265196,-282486],[-262387,-287233],[-257446,-292033],[-268103,-295859],[-262877,-301940],[-258458,-300960],[-261202,-295425],[-266578,-305001],[-261660,-308472],[-258081,-326749],[-259198,-321779],[-256440,-328709],[-265177,-85367],[-262058,-86159],[-262304,-79800],[-268737,-95202],[-258519,-98457],[-259131,-91178],[-268173,-94194],[-259769,-103851],[-259543,-112062],[-269048,-119677],[-281509,-117998],[-272280,-128536],[-276935,-132983],[-274242,-165304],[-279485,-189184],[-278715,-182469],[-274214,-200106],[-280640,-192288],[-275506,-205607],[-278498,-215476],[-269427,-251617],[-278574,-267559],[-274357,-262338],[-269914,-257687],[-270522,-280548],[-271186,-273901],[-269024,-279262],[-271543,-269179],[-269547,-277234],[-271062,-272961],[-275547,-282595],[-276438,-282731],[-276910,-290111],[-279291,-292738],[-274425,-287057],[-270635,-298074],[-271092,-302942],[-273109,-296415],[-271900,-298949],[-280816,-84723],[-279022,-79123],[-276286,-90586],[-275450,-96336],[-276504,-113792],[-270377,-103876],[-277941,-102557],[-281994,-126827],[-294004,-116958],[-288559,-124934],[-282845,-123693],[-284591,-132847],[-293533,-134905],[-282692,-144087],[-286745,-146943],[-291484,-140913],[-292232,-166645],[-293361,-190240],[-287166,-180373],[-281771,-199525],[-282243,-194960],[-291559,-199240],[-292897,-204126],[-287682,-195060],[-286500,-193140],[-284109,-277164],[-282246,-287188],[-283926,-85742],[-293207,-81192],[-283123,-81672],[-289592,-90427],[-284939,-99909],[-290215,-106332],[-292778,-112702],[-282190,-114181],[-284056,-109690],[-297687,-123481],[-303703,-120069],[-305724,-135440],[-299845,-131480],[-299304,-145624],[-306115,-173256],[-300221,-175439],[-299123,-183123],[-306024,-189417],[-295029,-180899],[-297889,-193596],[-306391,-74425],[-297594,-73050],[-301341,-82850],[-302506,-100937],[-299444,-102124],[-298888,-97643],[-306815,-96556],[-300830,-112817],[-295119,-103317],[-304013,-109348],[-298828,-110226],[-308576,-124430],[-313726,-123484],[-307450,-191047],[-308419,-185634],[-308477,-74177],[-310490,-84528],[-309526,-112436],[-319652,-112311],[-322017,-132157],[-322993,-128434],[-331308,-144688],[-326888,-149997],[-330264,-161184],[-323376,-105894],[-336013,-147565],[-337585,-170048],[-25703,-224272],[-21605,-227912],[-15046,-225692],[-380418,-116307],[-383448,-146909],[-379336,-188157],[-380075,-188381],[-379441,-235693],[-379893,-87837],[-376770,-83220],[-381515,-92708],[-382228,-97164],[-382647,-112890],[-396084,-125007],[-386409,-115752],[-393136,-117022],[-392941,-128281],[-384969,-149663],[-385396,-147134],[-386555,-147118],[-389010,-146897],[-394119,-150402],[-393772,-153203],[-395467,-165284],[-395719,-162837],[-392202,-162606],[-393111,-159514],[-392349,-156653],[-396643,-158209],[-396598,-160398],[-391167,-175860],[-391508,-174729],[-392355,-174056],[-392931,-176389],[-390827,-178983],[-395972,-173814],[-394998,-172939],[-395822,-166382],[-396538,-177028],[-395562,-179171],[-396315,-179621],[-395818,-180710],[-384585,-234492],[-393048,-66614],[-396633,-76083],[-387691,-87644],[-384857,-97266],[-394373,-92578],[-385166,-89830],[-393804,-100276],[-391426,-112175],[-396391,-112480],[-388212,-112328],[-390831,-106144],[-395377,-105360],[-392158,-105292],[-392317,-107419],[-390638,-108528],[-396376,-109002],[-393860,-107656],[-397646,-159043],[-398502,-163676],[-398499,-162104],[-401598,-177206],[-399203,-178246],[-397642,-175589],[-397886,-170306],[-397701,-185102],[-397336,-188835],[-398947,-187667],[-399169,-179908],[-399824,-179100],[-400312,-74365],[-402982,-68107],[-396942,-82075],[-400547,-95837],[-397004,-96512],[-400286,-97254],[-401962,-94235],[-401456,-98650],[-400707,-111651],[-407162,-112796],[-413154,-124782],[-416812,-118943],[-419118,-463462],[-409769,-108492],[-413587,-108912],[-414325,-111110],[-410767,-109909],[-431539,-202327],[-431324,-198972],[-424568,-217582],[-437505,-145393],[-440847,-141451],[-442244,-163662],[-446385,-162931],[-451280,-164510],[-453472,-158647],[-454854,-167718],[-454084,-184058],[-451593,-185731],[-472750,-127087],[-468635,-163029],[-464863,-184241],[-461467,-185792],[-464109,-215418],[-470751,-219779],[-475774,-130557],[-479663,-128433],[-477517,-147832],[-485480,-144244],[-482185,-142778],[-478123,-143649],[-483808,-187882],[-483080,-193430],[-479114,-222973],[-482858,-454845],[-482338,-451997],[-488923,-136986],[-487837,-139016],[-489069,-138346],[-495043,-146171],[-492592,-201454],[-497011,-208946],[-498430,-430884],[-497805,-458000],[-31086,-215850],[-27771,-219505],[-34763,-219752],[-30168,-261655],[-510865,-137532],[-508940,-137555],[-509124,-151300],[-502531,-148254],[-508857,-144807],[-507488,-144606],[-509799,-144399],[-506870,-143029],[-509855,-141435],[-507464,-141498],[-500474,-158955],[-499381,-201389],[-501737,-204808],[-510348,-217691],[-502828,-473376],[-519312,-125209],[-518985,-124498],[-516682,-126694],[-512101,-138887],[-520346,-131389],[-521114,-128129],[-518328,-128559],[-519076,-128177],[-515908,-140369],[-523901,-136017],[-520331,-135456],[-518002,-152881],[-518271,-149995],[-518313,-147405],[-522958,-149464],[-520577,-141750],[-518549,-142184],[-512866,-145182],[-522291,-146134],[-524206,-141961],[-523338,-146549],[-519383,-151844],[-521691,-143876],[-523760,-152132],[-515924,-143482],[-513099,-147434],[-519332,-143146],[-521267,-147393],[-514137,-156939],[-515243,-153478],[-521756,-215982],[-522108,-218680],[-513495,-217888],[-527100,-150463],[-526265,-147305],[-527195,-152503],[-525541,-144026],[-530546,-145436],[-526680,-142910],[-529014,-452399],[-530328,-463405],[-543029,-148378],[-542360,-148594],[-49839,-211295],[-46226,-222354],[-49514,-239182],[-49641,-235347],[-53769,-209300],[-63983,-216353],[-58204,-217827],[-63318,-220588],[-53558,-224127],[-58588,-233379],[-59573,-237709],[-61348,-235518],[-58055,-266913],[-68671,-187012],[-72431,-190327],[-64012,-222801],[-69721,-235806],[-86605,-164657],[-85268,-162882],[-84045,-172111],[-82418,-166829],[-89217,-178219],[-85710,-190060],[-82512,-190592],[-85608,-179475],[-81679,-207143],[-87920,-217814],[-80965,-226024],[-89199,-224648],[-82703,-237067],[-88899,-239417],[-83792,-233772],[-78932,-231312],[-80221,-277271],[-86544,-289455],[-83304,-301853],[-90381,-150150],[-93308,-147718],[-97927,-151791],[-99026,-155761],[-90627,-163759],[-93164,-157733],[-100089,-166319],[-97480,-170586],[-92105,-176268],[-90447,-177134],[-91093,-183849],[-94812,-186829],[-100622,-193145],[-90317,-205949],[-90458,-208634],[-94982,-218519],[-98778,-224262],[-92322,-240410],[-91157,-233184],[-99228,-232686],[-98803,-237852],[-95279,-236549],[-96899,-241454],[-103336,-157400],[-102825,-168679],[-103201,-170193],[-102716,-176788],[-104566,-196185],[-109541,-242905],[-111750,-245315],[-113657,-244097],[-106437,-265248],[-111661,-280321],[-105189,-286016],[19323,-264947],[34900,-201751],[43170,-199932],[728154,398726],[723169,397999],[723374,401463],[742213,396988],[738232,394514],[742041,393119],[742175,429149],[752979,391934],[742902,400552],[745002,406738],[754538,421842],[748346,418788],[749166,421799],[745981,418181],[758646,401179],[756948,402155],[764680,415195],[760475,412597],[778890,388686],[779356,401355],[768744,401820],[768928,404372],[84824,-181759],[-471052,-409230],[-466800,-414618],[-466453,-426748],[-467315,-430171],[-470250,-422688],[-462639,-431390],[-483307,-403105],[-476400,-398539],[-499141,-391823],[-494207,-417338],[-500842,-371725],[-509364,-416934],[-512061,-414220],[140250,-5492],[139686,-14154],[140747,-16259],[131037,27479],[146829,-479],[149018,-2535],[151204,-1477],[142577,-7994],[146096,-11144],[146794,-14147],[150959,-13700],[153565,-15395],[152930,61358],[152273,67928],[150423,69379],[152960,88764],[152799,80317],[145720,97639],[143451,100263],[152328,91953],[145988,102457],[145341,112303],[143615,110164],[144031,105297],[150309,106213],[165887,-10183],[165429,-11673],[154830,-8579],[155316,-6017],[157072,-8956],[162872,-3444],[156356,-21564],[158503,-25058],[159491,-16305],[156312,-14720],[164206,-21857],[164014,-13825],[163033,-37578],[158771,-29074],[155200,-26388],[161907,-38280],[158264,-38550],[163287,33371],[166131,28063],[161321,33863],[157870,44600],[159131,58699],[161214,54385],[164199,67961],[154764,74188],[158772,79689],[165900,83308],[163556,80472],[158942,78070],[159328,88705],[164674,95230],[154824,91296],[157504,91664],[163305,97486],[162285,109787],[155714,109271],[157244,110731],[156765,106209],[159731,103987],[165362,105133],[155435,116491],[156223,115803],[174497,-130899],[172217,-143914],[170633,-157665],[171248,-10187],[175404,-8194],[173626,-9148],[172978,-11365],[172509,-16910],[177547,-18477],[168662,-24230],[166405,-24399],[177687,-27993],[175399,-30467],[177507,-26967],[167653,-32572],[170444,-37476],[175255,-37582],[166914,-34608],[173722,-43422],[176757,6272],[175868,4699],[167686,11304],[170307,12578],[173972,16933],[176605,23561],[175028,13815],[177593,22319],[168924,21938],[170641,28336],[166582,31851],[169282,43042],[174479,48997],[173782,41670],[169828,45184],[176631,56581],[169469,56681],[171402,70842],[166507,65577],[178818,79879],[175409,77906],[168990,89680],[176490,85239],[174212,89193],[167562,93170],[175825,100991],[177456,94060],[173697,96939],[173007,113066],[167867,109340],[173581,110628],[174677,109578],[171439,114067],[170127,114574],[177767,115129],[170936,103391],[176739,117651],[171795,118257],[176483,123265],[178083,125936],[188838,-135777],[189375,-128338],[184354,-140331],[182269,-130300],[191508,-128954],[190692,-139851],[191183,-151358],[188888,-147940],[180082,-149903],[192468,-167991],[187200,-165801],[189235,-9661],[184690,-10682],[187435,-9850],[187325,-10885],[191668,-23494],[184141,-19971],[190615,-26323],[186117,-103317],[179507,-106660],[191289,11427],[180902,2101],[179269,2782],[180255,1244],[179807,4966],[191309,20233],[191288,16677],[183140,19235],[180304,14400],[190404,23874],[182334,22495],[180082,15222],[180372,25568],[180501,25441],[188503,17023],[179297,19055],[181122,28664],[188015,29962],[186574,39574],[190041,49105],[190214,41461],[181965,48500],[184156,44774],[186734,61379],[190587,58841],[191859,55956],[191559,62069],[180157,53505],[188141,67170],[182002,68639],[180948,65266],[183415,74981],[185816,75603],[190865,87001],[190074,86428],[189657,88683],[181185,78950],[179969,89070],[182481,83297],[185143,79377],[184788,93654],[179789,94483],[185949,115699],[198695,-125818],[199918,-132588],[192967,-131317],[192057,-161696],[202831,-175602],[204965,-170632],[192792,-180342],[203059,-187952],[201500,-643],[202607,-3420],[200078,-2161],[198812,-8760],[203840,-6948],[196468,-17485],[204406,-24213],[195697,-15345],[200870,-17270],[203668,-48538],[199782,-62112],[197667,-63352],[200177,-64271],[194817,-88667],[192587,-91233],[200653,-94618],[204038,-96717],[194995,-95849],[197092,-107444],[195586,-106272],[200585,475],[200228,9483],[192022,13936],[198037,13568],[195389,17527],[198747,17383],[199147,13643],[202240,14080],[193220,23972],[199111,30781],[198068,28720],[196679,36252],[193197,25914],[194201,28243],[196222,29508],[194076,47757],[202044,47699],[201142,40051],[203216,39422],[196006,51994],[196018,63465],[200870,60117],[203659,73154],[198429,68389],[196546,64372],[203616,70467],[194189,70967],[201807,75730],[194385,72891],[194040,73526],[201890,66567],[194705,87451],[200390,88013],[192424,80709],[193660,77456],[192495,87989],[195458,95869],[200257,92478],[198391,99467],[193432,99412],[198068,109491],[195410,109592],[203194,109538],[200893,110098],[199033,112235],[213518,-118046],[210262,-188465],[204827,-184251],[214001,-198227],[209717,-8001],[205291,-9628],[212524,-5330],[211389,-7570],[212960,-11272],[208157,-21153],[207458,-19728],[207687,-37620],[212665,-28902],[209466,-32983],[214906,-29218],[216791,-28408],[205008,-43878],[208853,-49784],[209917,-45086],[211672,-40831],[210239,-51612],[209123,-53381],[211601,-53887],[207869,-65140],[207648,-104696],[206951,-106122],[215726,12724],[212878,11949],[212279,6058],[210327,9530],[208874,10801],[205376,150174],[211320,24645],[212887,21620],[206425,13836],[214348,19849],[214135,17293],[206384,19528],[216738,37164],[214130,31787],[213755,33306],[215204,32526],[208114,36345],[209360,37143],[210462,46301],[216816,49985],[208279,45541],[211679,54810],[205159,59218],[214904,57542],[212248,72032],[211159,72476],[209093,70368],[214312,88564],[211314,92073],[229175,-209924],[228940,-204763],[227727,-214639],[226396,-213834],[227704,-225577],[225429,-225446],[219153,-12263],[221749,-5751],[228343,-12895],[223499,-14360],[222047,-15805],[229570,-16716],[222394,-28508],[221820,-26257],[220206,-33972],[220732,-31468],[223298,-32792],[230127,-48396],[227758,-47601],[229163,-52006],[230089,-72764],[228523,-64688],[228548,-89053],[228904,-89849],[228009,8072],[222132,8817],[223705,19326],[221410,19405],[222112,24211],[218495,25571],[226927,16078],[226222,15026],[220051,37436],[227935,26366],[229812,31935],[229324,33838],[224480,27965],[220454,47673],[222842,44810],[220580,45961],[228582,44618],[219340,42945],[217988,41748],[222449,52098],[219213,54077],[222456,60249],[225015,60450],[221752,78532],[222039,80267],[234904,-235278],[231647,-233156],[231286,-11419],[233156,-8765],[238593,-951],[236941,159],[237228,-15761],[233757,-15847],[233828,-23363],[236520,-29172],[230839,-35628],[239879,-32171],[239277,-29313],[233360,-49602],[235621,-42409],[235675,-38600],[240699,-45509],[237930,-47406],[231100,-42767],[233468,-46093],[239745,-55849],[237691,-51146],[236595,-55810],[235047,-52582],[238663,-61090],[236733,-58796],[231061,-59525],[238527,-59717],[239066,-56894],[239108,-63100],[232669,-65359],[239291,-73301],[237775,-75542],[240182,-64102],[237980,-77500],[239767,-79925],[234164,-80140],[231455,-84360],[238575,-81872],[241243,3403],[241195,8003],[238917,8795],[230448,20120],[241912,25732],[232642,15852],[237183,20199],[236718,19855],[242746,24822],[232751,24843],[241515,31017],[232935,29792],[238659,28678],[234711,26039],[241274,41189],[239147,48277],[232446,47834],[235346,47370],[238048,61011],[232585,60573],[241590,64181],[234574,68246],[242397,67051],[252100,-7830],[252711,-1712],[249453,-5592],[243736,-1547],[243837,-24369],[243496,-22719],[248882,-24444],[245868,-38015],[247918,-28424],[246829,-32453],[249340,-32072],[244913,-36074],[250605,-49961],[253847,-49920],[254027,-43957],[249697,-59847],[254154,-54528],[247704,-53258],[243531,-55740],[245673,-65944],[250853,-67774],[246118,-80034],[243190,-86581],[245758,576],[254894,6427],[253804,4764],[252719,22928],[250452,25594],[255939,19632],[250167,30109],[253941,31974],[246518,28132],[248888,30022],[246273,36298],[243270,50971],[244085,41246],[243904,72570],[257443,-211145],[258635,-212524],[258697,-207058],[258765,-209824],[256266,-4843],[256566,-37885],[256378,-33937],[259582,-32666],[262641,-29435],[259243,-29546],[265800,-35855],[265044,-33609],[260295,-50511],[267514,-48470],[264881,-48765],[264455,-54995],[262065,-55548],[263535,-57562],[265567,-62228],[268353,-70055],[266677,-71360],[268718,-64716],[262374,4863],[258072,8930],[258136,10329],[262303,8225],[266659,12222],[263133,11101],[256324,6673],[258798,1621],[263399,15453],[257328,19800],[267182,15738],[257389,24589],[257596,14439],[256885,21660],[261497,17377],[259656,20956],[264638,22451],[265416,25262],[259583,27347],[265838,26116],[265924,63141],[263268,73318],[260351,82214],[263481,77350],[267074,93367],[264963,91402],[260172,104391],[258894,126613],[277606,-203665],[276254,-204375],[273182,-210678],[280180,-212189],[280792,-211871],[270923,-2581],[275851,-16350],[272909,-12797],[274792,-22310],[278539,-23573],[275038,-15404],[275249,-17494],[274761,-26210],[278830,-26741],[272740,-32744],[278247,-32960],[270512,-30678],[270784,-32895],[271389,-40090],[270939,-44765],[269247,-46310],[271791,-41839],[277501,-46035],[273863,-45035],[276321,-63512],[274500,-57368],[270638,-62793],[274771,-58794],[271692,-67141],[273723,-66607],[270503,716],[279145,5633],[275310,13851],[271822,17562],[276192,16712],[279447,13478],[272672,69533],[271428,75493],[280961,98429],[270219,90915],[278869,98994],[292876,-186633],[287214,-218641],[289982,-8978],[289521,-14180],[289295,-25121],[288937,-24386],[282154,-17363],[291441,-37995],[282286,-32013],[282589,-34254],[291827,-39231],[286034,-58425],[286161,-53101],[282748,-52150],[291875,-51850],[286613,-73926],[293132,-66728],[286640,-69010],[289960,-88989],[289159,4246],[288513,6571],[282687,14028],[286483,61625],[282209,60600],[282478,69957],[287518,66261],[283107,74305],[288425,81140],[303282,-194871],[300725,-197475],[295528,-196100],[294741,-194729],[304552,-209728],[305378,-213526],[303656,-2212],[302666,-9398],[305174,-7912],[299194,-2168],[300223,-22342],[294767,-13444],[297291,-14216],[300961,-35602],[303957,-35018],[300108,-47367],[300807,-46114],[303855,-45193],[306228,-45327],[306980,-58046],[302809,-59258],[294720,-54564],[297362,-76191],[295607,-66731],[300866,-66125],[302682,-67640],[299392,-65399],[299261,-80219],[294427,-84194],[298369,-79079],[304988,-91917],[300397,-96700],[294534,1200],[295450,8521],[295077,5900],[300949,72301],[308432,-199715],[313316,-195064],[314353,-226282],[317067,-239692],[311048,-7201],[310753,-13385],[308435,-13175],[314941,-23677],[307610,-34356],[319486,-29678],[311272,-38320],[312943,-50887],[311949,-50775],[315673,-44039],[310410,-42501],[313489,-53634],[314635,-56555],[307949,-51843],[317836,-62467],[317586,-55432],[311121,-64519],[309130,-85584],[308745,-80245],[310112,-82994],[312230,-77188],[307751,-77666],[311711,-87308],[310581,-93279],[416988,-60877],[418522,324265],[424301,241323],[423134,329271],[481278,194029],[486577,148292],[497556,42338],[493095,44509],[537296,-19417],[548882,275056],[562029,222015],[550831,250290],[555215,260571],[566610,269697],[566222,289733],[570267,35827],[582412,243318],[598804,285847],[598486,305496],[611618,256288],[635205,379579],[648795,331915],[650061,357978],[645866,356236],[651917,385565],[678128,402478],[688769,376132],[689890,102895],[683632,105540],[688901,109566],[683273,111100],[694222,397893],[708583,-176527],[724738,-186870],[737972,382565],[737152,406075],[734461,427529],[750534,428292],[753824,429257],[759978,390230],[765577,391953],[761034,390230],[762987,392562],[772611,404283],[770527,413923],[774324,419371],[768630,414431],[784437,373686],[815296,535020],[826441,370162],[827821,545852],[862678,563334],[869530,558393],[877678,560603],[894835,562075],[883618,559977],[901354,560975],[896872,564231],[898278,569355],[917973,567851],[914803,567326],[916678,573281],[919084,580310],[909466,581467],[920775,597457],[925713,578797],[929666,582508],[924271,589235],[941292,-81892],[946917,461241],[936080,481261],[945346,488100],[940027,594931],[958432,399486],[954113,592514],[950299,595631],[971895,440657],[963572,464663],[971866,516118],[965788,601393],[970749,591426],[974740,-153078],[982657,418218],[973232,470564],[984321,471050],[979071,536646],[983244,596411],[981860,596001],[997766,407927],[990540,476633],[988999,497234],[1000575,398736],[999368,490628],[1001771,614574],[1015518,499350],[1019829,511509],[1011632,517504],[1019440,599835],[1018363,600562],[1015155,603018],[1027753,597270],[1027355,597840],[1031806,613243],[1029386,614269],[1049128,626493],[1043754,627330],[1061055,626733],[1051630,623395],[1055809,627446],[1070715,631562],[1062977,629929],[1099153,-96325],[1097118,632498],[1138248,626489],[1139794,629298],[1154197,-30323],[1160292,634281],[1162260,630034],[1162144,628045],[1161452,629905],[-474016,-438173],[-511355,-420462],[138470,-10449],[139606,-308633],[128867,25697],[152607,-215307],[142046,-213002],[141181,-8938],[145116,-1679],[149798,-2996],[146455,-4130],[145631,-2556],[149442,-305420],[145992,-298238],[140995,-317614],[146767,-315570],[142095,-324875],[141417,-323165],[152441,-21139],[152715,-17838],[152191,-12828],[153275,71765],[153545,96367],[152397,97132],[149758,102314],[150875,91340],[146094,111514],[152573,114954],[143210,111317],[147481,105705],[154997,-195507],[161302,-198618],[156956,-192911],[159652,-203992],[159323,-206911],[155471,-214336],[161067,-213450],[164080,-208316],[164409,-205397],[160649,-217849],[160252,-218657],[158330,-217533],[162284,-240679],[164111,-11136],[159108,-12395],[162194,-11719],[160337,-10516],[159271,-10130],[161434,-4945],[165117,-5813],[164092,-2843],[156847,-16735],[162334,-23293],[160185,-20692],[163313,-13271],[159524,-37354],[154120,-25602],[159743,36650],[165991,38358],[164559,31086],[156757,42625],[161328,50149],[159079,61976],[154792,60277],[156600,57212],[155045,67455],[163504,72351],[163188,66699],[157680,66228],[155956,68905],[161605,73837],[163472,74168],[154285,82544],[156759,88835],[155542,88180],[163628,83341],[154062,77958],[164072,92957],[162090,94267],[153976,94395],[156807,92453],[155210,113744],[159630,114285],[157796,111805],[161956,103047],[157989,107181],[155278,116785],[179399,-122433],[171600,-138408],[175615,-142146],[176476,-149864],[170605,-153913],[171209,-162872],[180062,-174779],[181673,-178439],[168236,-197869],[168065,-200767],[170191,-201874],[173749,-203867],[172145,-203169],[174906,-216615],[173408,-213585],[170380,-214458],[176006,-214824],[178232,-225025],[173435,-224921],[173513,-227518],[172830,-225286],[174089,-219180],[170767,-217961],[169497,-219456],[174902,-230673],[168310,-241668],[173187,-231793],[178486,-237857],[177411,-233269],[172346,-232347],[176499,-242081],[176514,-240750],[174407,-7742],[171972,-6657],[175021,-9085],[168257,-9710],[169260,-245706],[172607,-23800],[170121,-25239],[174814,-23310],[174979,-21280],[174153,-19259],[169318,-12759],[173239,-34831],[177478,-29245],[167414,-37408],[170246,-42804],[174923,11490],[178325,1589],[173948,131503],[173136,128622],[172756,21635],[171975,13672],[178874,16498],[176064,31554],[177854,27512],[170975,49052],[175847,44677],[170985,39020],[177091,57456],[172080,55251],[172096,58753],[177263,75057],[173449,73276],[167388,74006],[168987,84091],[170938,87227],[167259,97442],[177147,99220],[178580,97280],[176380,111893],[168784,112171],[176054,104768],[178867,111396],[174054,102645],[176470,126409],[177939,117079],[173085,121058],[189608,-123618],[182159,-120169],[180779,-117970],[185039,-130327],[187807,-140552],[181604,-143125],[183629,-143274],[191715,-151052],[187588,-155426],[186906,-174899],[184327,-238078],[190564,-241419],[187068,-242730],[190755,-7464],[191432,-5023],[186984,-8910],[180518,-150],[183036,-255769],[181805,-267928],[183581,-263114],[187442,-268317],[185605,-279874],[187620,-278994],[182572,-271048],[186177,-287153],[180108,-26997],[191259,-27486],[187701,-97799],[190157,-97599],[182517,-104439],[189542,-109310],[189967,-112804],[180001,6972],[179772,9188],[186169,23359],[185064,15989],[181612,15537],[183423,28961],[180694,37920],[182656,31014],[187894,35504],[183202,33262],[184925,26011],[188692,44630],[183158,39101],[191512,44985],[185771,41347],[185887,44396],[182439,51230],[189407,63442],[186728,65930],[183646,65171],[190885,77098],[184616,87303],[179308,84312],[182484,77050],[185207,81583],[186928,80759],[191941,101576],[185221,90462],[191854,92433],[182180,89912],[185659,111512],[183324,127930],[191407,123606],[189367,117777],[204043,-117579],[192589,-125325],[196156,-122640],[200514,-137981],[202227,-129891],[201017,-163590],[192544,-157088],[197173,-175066],[204715,-181382],[192469,-6078],[201548,-3472],[197212,-3341],[197665,-9003],[197173,-10609],[197807,-7274],[203283,-8306],[203000,-12465],[194712,-273590],[192106,-277250],[196337,-287140],[194928,-282147],[197964,-295335],[199779,-298019],[198115,-310269],[195023,-16390],[198406,-14404],[192110,-24978],[202110,-48510],[197508,-62666],[200463,-61370],[197058,-88586],[198249,-101395],[198379,-113675],[203485,-105989],[196324,-103594],[193385,-109102],[198384,11221],[199711,11649],[192835,131184],[194709,13832],[197133,16689],[195673,15373],[199724,13946],[202546,37767],[197257,31741],[203533,41993],[198469,45785],[192108,48795],[197788,40582],[203056,63065],[196882,60129],[197939,68847],[201933,73393],[203379,65081],[194830,74995],[194758,75762],[195974,69960],[198469,71207],[203843,77536],[196121,88346],[194759,84453],[201433,85729],[195914,82714],[192354,84075],[194727,98357],[197210,98816],[204194,95174],[194957,90698],[200920,98933],[192322,105360],[195819,111871],[202968,113795],[197792,112118],[198762,113320],[197173,115121],[192990,112886],[210880,-175941],[205577,-191582],[209690,-5427],[206504,-3952],[206122,-760],[205695,-7648],[204864,-2811],[213068,-10053],[211507,-9700],[215287,-11338],[216975,-4443],[209803,-9820],[213720,-248317],[214551,-280733],[206707,-294167],[210817,-290094],[213169,-302985],[208832,-298836],[213907,-309483],[207680,-21926],[206462,-24097],[217216,-18609],[214027,-21144],[209159,-21184],[214635,-14875],[214407,-31409],[210653,-33602],[216250,-33813],[216950,-30878],[217423,-32549],[209069,-48045],[210034,-50713],[209465,-42528],[212920,-39155],[213384,-53441],[210330,-54861],[214149,-108848],[210143,-105906],[215785,4712],[214676,5853],[209175,11616],[209329,153018],[216202,22556],[215413,20773],[211779,13616],[209054,24611],[210106,25500],[215146,15572],[209059,16348],[209465,31872],[215521,34230],[216549,34929],[206608,35894],[215472,40056],[209342,45488],[215513,52383],[208660,63374],[216787,56278],[216859,58146],[205605,75819],[206362,67095],[208772,68131],[208053,74965],[209566,71373],[210745,74787],[213394,66486],[211389,88719],[213912,104855],[206397,119497],[223960,-215754],[226020,-224189],[219356,-10051],[226168,-6716],[222861,-249394],[223714,-254446],[229737,-263734],[226132,-256159],[226495,-266701],[230176,-267026],[225783,-288305],[228855,-290800],[221756,-293002],[223520,-303399],[221719,-296903],[218657,-307297],[219208,-310223],[224418,-16263],[224387,-15014],[218932,-14908],[226562,-17720],[218985,-26639],[223535,-25775],[223268,-34853],[222438,-33659],[220035,-35962],[229618,-46476],[228485,-43286],[224101,-44366],[220360,-39025],[228708,-58810],[226876,-51956],[229841,-55198],[230062,-56266],[228509,-86386],[229524,-86474],[219638,10669],[223866,7240],[219726,21262],[226101,18716],[220683,24915],[220011,19464],[230353,25462],[228835,13904],[219625,48156],[220245,41313],[229888,38971],[217984,39140],[221019,43904],[220646,49606],[226900,41623],[228221,46803],[225474,53884],[224099,55554],[221052,78396],[228711,80076],[231332,-181245],[235036,-183162],[230969,-206590],[230633,-233858],[230940,-235955],[235960,-238793],[230838,-3581],[233841,-11537],[235697,-2611],[232025,-4095],[241642,-399],[237416,-243402],[242226,-260328],[231894,-261020],[240941,-279833],[239665,-273444],[237689,-276286],[238844,-284798],[232489,-294148],[231320,-304150],[231249,-305599],[240573,-308956],[241916,-323714],[235327,-17863],[231297,-24261],[238889,-21409],[237671,-12797],[236072,-37311],[240302,-33690],[230820,-34847],[241861,-25425],[231881,-26050],[235574,-47251],[235538,-50446],[235714,-44727],[234390,-39958],[238866,-45387],[241304,-41897],[240578,-43868],[230954,-46529],[232015,-55794],[236132,-62563],[239083,-71947],[239123,-65608],[232138,-66106],[230669,-71675],[240389,-79063],[232190,-79658],[236294,7591],[230978,4229],[233648,2078],[236804,925],[236922,4267],[238936,16877],[238652,19717],[232526,25261],[231088,27962],[239207,29752],[240578,29532],[242183,28264],[239470,26330],[238794,31983],[233664,27516],[238096,47976],[232533,45006],[233941,43458],[240756,49516],[242668,41830],[238824,64088],[241174,52473],[232814,67392],[233839,65171],[236926,77358],[254103,-9171],[250039,-3917],[255364,-1164],[247735,-246784],[248560,-251399],[245227,-248651],[255810,-259612],[247380,-258910],[246236,-257803],[249534,-271867],[253735,-276997],[247602,-274663],[245066,-271592],[255388,-279192],[246425,-291607],[251268,-288099],[255125,-299138],[244137,-296502],[249076,-313450],[255624,-325280],[245550,-328482],[249485,-22620],[244117,-20435],[248600,-35469],[249533,-33183],[253545,-35706],[243640,-30103],[250573,-45259],[249051,-43890],[243311,-44666],[250312,-52948],[244873,-58700],[248343,-56191],[243417,-82021],[247460,318],[253723,8054],[251466,548],[255822,15897],[252620,18420],[246838,24753],[253971,23929],[252206,26112],[249205,28781],[244466,36731],[243986,39420],[254938,74040],[252961,128020],[257776,-212435],[257127,-213979],[268076,-205372],[261850,-219646],[259656,-227903],[257065,-227094],[263108,-243851],[257616,-262642],[261280,-274408],[258510,-272746],[258469,-280494],[267888,-280787],[256223,-281340],[258291,-278980],[256198,-291889],[256250,-289487],[267859,-285940],[259942,-296451],[258053,-299249],[260103,-299576],[260073,-300634],[268586,-314418],[267836,-309353],[256100,-316390],[265142,-328480],[261963,-333943],[257334,-32945],[258420,-30072],[262270,-33932],[267486,-34679],[268386,-27293],[256727,-38767],[262641,-52770],[260293,-54078],[264616,-56858],[261747,-62982],[265024,-59619],[268622,-71851],[267363,-73167],[256879,5405],[267989,1664],[259168,12675],[259823,5024],[256685,9324],[265361,2395],[260006,7881],[259171,9524],[260294,2561],[264706,12901],[258426,22508],[260322,15156],[268427,24223],[267666,17959],[265717,20544],[262259,23530],[262562,13023],[262712,22007],[265282,16413],[261999,18690],[258170,20466],[257393,27542],[267339,65449],[262488,71723],[260604,85444],[280423,-208968],[274819,-205928],[276727,-210398],[275794,-212382],[277250,-207747],[269807,-11522],[275310,-3841],[271850,-874],[273197,-244092],[273335,-244926],[275096,-248711],[279030,-265989],[278547,-21532],[279597,-19282],[279956,-23999],[274499,-16500],[277482,-26455],[269256,-35029],[276266,-37987],[278316,-27782],[271765,-30201],[276336,-29759],[273556,-31263],[269029,-47923],[273959,-46976],[274545,-41184],[281103,-48258],[272455,-46031],[270002,-55867],[275903,-54810],[276856,-65889],[274910,-68225],[272700,-64957],[271040,-63806],[280681,6877],[278606,6774],[271179,7738],[270667,2141],[272287,15787],[278898,75611],[271568,68625],[272121,90369],[269858,101970],[280419,104851],[280186,103095],[283508,-188783],[292179,-195841],[282031,-212051],[285527,-11987],[286281,-11119],[285796,-293917],[290019,-28135],[287350,-37236],[283240,-31678],[283032,-30393],[282415,-49302],[290475,-39265],[289546,-63573],[284265,-56122],[283041,-60189],[293776,-52043],[290625,-52614],[290264,-71004],[290198,-76989],[293692,-82170],[293394,-106481],[281704,3221],[294294,4075],[285862,13408],[287366,63589],[283277,63545],[290667,70407],[285779,70210],[290465,77397],[287079,80408],[296040,-189051],[295150,-195089],[298772,-209455],[300061,-223032],[298926,-4032],[302229,-1758],[305235,-10012],[305964,-12210],[297807,-2546],[296056,-17474],[298749,-20015],[298144,-12608],[299882,-34364],[299549,-37079],[299370,-45534],[303890,-48445],[296417,-48632],[302369,-46887],[305156,-45622],[305844,-52375],[299343,-63714],[294479,-65125],[302456,-65430],[299995,-67276],[303459,-67022],[296885,-74758],[301040,-81219],[296505,-78085],[303641,-86355],[301139,-86507],[300329,-89774],[307178,753],[297936,5659],[296475,5545],[299430,68167],[314786,-198418],[308804,-196903],[309045,-215676],[314635,-222481],[311188,-237094],[310288,-10137],[308878,-9579],[308957,-2882],[311852,-2191],[308902,-36069],[307653,-33820],[312174,-39233],[316924,-42786],[312872,-47082],[310130,-46108],[312419,-53507],[311019,-57745],[309063,-54829],[315861,-61685],[319578,-57545],[319345,-52943],[308449,-74909],[313175,-65322],[315496,-87061],[310199,-79449],[322634,-47999],[321671,-43967],[391987,-148315],[398033,-10165],[403107,71103],[421491,-49181],[419209,243545],[429263,326010],[425188,321526],[486109,41943],[500510,39162],[532120,-105318],[530038,274074],[546290,246133],[545283,272149],[557893,219203],[563205,257762],[569989,289544],[573037,25134],[583853,243211],[579258,305558],[594234,-72635],[593936,254814],[596757,303756],[591898,320020],[600916,310473],[612776,251839],[607861,285773],[603877,305769],[638968,351113],[634740,369778],[638194,379543],[653581,333306],[653988,385195],[681995,371623],[684073,399327],[685455,104428],[683619,112938],[688061,106184],[687819,109471],[688612,112783],[738101,386284],[741014,404439],[734796,407796],[736997,419755],[745988,394683],[752131,398573],[745772,400326],[751945,427614],[761833,417601],[773556,396115],[794579,376816],[817200,535777],[829510,374813],[826651,533358],[822952,548948],[827138,548841],[825677,545408],[869571,548256],[875599,551588],[879433,560909],[894420,561278],[890329,556523],[902598,575223],[912210,568803],[920315,593842],[931383,483678],[932292,584435],[922206,583834],[933345,599708],[944569,-81798],[943411,473634],[940371,598502],[936800,589448],[942058,593811],[944295,598121],[959716,414725],[956070,451760],[952553,492064],[953893,594581],[966990,388103],[972176,407281],[967718,452385],[970211,475961],[965601,475971],[962470,501481],[970490,524908],[961117,588141],[963335,593590],[961134,597771],[969858,601517],[982528,424313],[980789,509188],[978895,507167],[978112,596463],[988367,407763],[997399,457392],[990319,516371],[988368,527195],[989709,597256],[989518,598709],[1009986,482160],[1004459,503301],[1008209,521048],[1003388,602790],[1002462,609660],[1001619,605712],[1014291,494661],[1014219,506504],[1020086,600833],[1011933,611835],[1011866,609799],[1032123,598177],[1029311,598742],[1040078,612532],[1045494,627302],[1055424,626458],[1055075,632678],[1051674,630845],[1077172,635917],[1086021,637606],[1100628,-102475],[1109083,627606],[1131537,636704],[1151100,-30146],[1151218,624567],[1146781,630720],[1141027,631681],[1155750,619532],[1152876,627388],[1152843,633960],[1153325,637314],[1156438,628412],[1165421,618469],[1169787,639997],[1166182,630994],[1165254,628278],[189479,127654],[200815,21118],[215430,-63644],[219315,61980],[314066,-70864],[203140,-19560],[194724,41665]] \ No newline at end of file diff --git a/src/gathering/a10655.json b/src/gathering/a10655.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/a10655.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/a10656.json b/src/gathering/a10656.json new file mode 100644 index 0000000..602d19e --- /dev/null +++ b/src/gathering/a10656.json @@ -0,0 +1 @@ +[[412995,81601],[438799,87708],[439709,78151],[436992,87754],[437165,87790],[446087,91648],[460921,44676],[469168,119884],[482762,177171],[484317,92288],[483975,92852],[498132,84995],[488522,86325],[493362,88170],[496599,84622],[486755,91749],[487062,92194],[492862,114623],[497876,118268],[495289,116879],[493608,122583],[511106,130259],[506027,45388],[510989,47880],[505924,59068],[506900,61115],[506420,54091],[508620,64915],[506453,72593],[511746,66064],[503845,87002],[499457,81798],[508293,77809],[499393,88414],[504003,101558],[511640,107682],[501556,115036],[506511,106442],[502407,117414],[510019,126050],[504933,115656],[523769,-10459],[524064,-10651],[524393,-8742],[523520,-34937],[523345,-56671],[517112,-56355],[516808,-56267],[517001,-56483],[516949,-56324],[514829,135473],[512724,52741],[513503,67383],[512793,104558],[524484,110693],[521223,110626],[525414,-10599],[528613,-21835],[528478,-21725],[531733,137603],[530277,140382],[527172,129180],[531954,136831],[537058,152426],[528284,60111],[527505,60744],[528504,61657],[528108,63159],[530165,74156],[531112,71174],[531349,73122],[531022,72052],[528738,89629],[526926,94371],[528080,93120],[528372,98956],[529235,101342],[526588,92035],[528979,100346],[525829,115163],[529750,104508],[532549,126972],[531056,126680],[527692,120831],[542709,-12160],[546892,-21099],[539898,-24427],[540325,-13496],[546678,-21104],[550153,-21954],[547319,-25154],[547406,-16573],[543076,-18010],[539141,-27407],[538978,-26114],[546269,-25952],[538358,-25704],[548025,-26112],[541522,152300],[539942,152521],[540977,158302],[549651,164865],[549310,165148],[549697,201818],[547465,200932],[548879,201889],[549742,202506],[548376,202788],[548511,202240],[549651,241665],[549310,241948],[540977,235102],[547507,243876],[545864,16845],[545236,17548],[541737,22382],[547544,25800],[548956,19834],[538721,22433],[548519,21967],[545317,20752],[538885,22632],[546655,20121],[542633,21195],[549040,22401],[539099,24643],[546585,25340],[549253,23234],[539394,24479],[547890,23115],[546683,20811],[545731,26056],[546944,56700],[550004,53760],[543671,54718],[542993,55048],[545625,64157],[547041,60994],[548471,56649],[549016,56043],[543562,52770],[543020,53125],[545180,61514],[546003,63690],[555194,-18691],[550403,-22114],[555237,-18996],[553379,-21865],[555828,-20698],[556017,-19875],[553788,-22070],[553204,-20400],[551019,-22390],[550928,-22176],[558984,-32016],[561768,-31113],[562894,-33964],[555484,-31098],[562470,-34955],[562333,-33769],[563040,-33940],[555300,-29736],[555838,-30233],[561774,-30997],[560818,8526],[558067,2850],[557628,3072],[553561,130540],[552857,128329],[560104,130760],[558040,130488],[554032,128826],[554619,129657],[558024,130501],[557225,130724],[555890,149042],[563024,147133],[563153,144550],[550826,156032],[557729,157866],[551577,161744],[551030,188225],[553064,186177],[554171,186920],[554276,186018],[554679,185806],[554441,187661],[552787,185905],[553133,202743],[561953,201018],[553173,200949],[554942,201162],[562399,204470],[553719,204980],[554657,201336],[550645,201248],[561425,200094],[554898,203538],[562095,204570],[554661,201116],[550826,232832],[557729,234666],[551413,238661],[557210,28966],[552068,26170],[552270,30413],[560937,62885],[561620,61927],[556818,64216],[558156,65364],[557660,65707],[555264,66156],[560152,126490],[558779,126225],[561181,127293],[565320,-33790],[564691,-33546],[565482,-35205],[571517,-30602],[564954,-33803],[565698,-32625],[565908,-32317],[565193,-32286],[565326,-35019],[573645,-27731],[566194,-40092],[567513,-38357],[569914,-52412],[569930,-53280],[565150,140396],[563947,142143],[569142,202484],[568371,201536],[575231,204117],[573354,202766],[564743,204099],[565335,201019],[567178,197350],[571965,201118],[565395,202252],[568547,197997],[569737,196226],[569639,199102],[566171,196740],[571718,208458],[568522,207170],[571319,209043],[571273,207804],[574826,206043],[567012,32232],[575716,51892],[573880,102240],[574798,102579],[585178,-17],[579908,-742],[580709,-2019],[577668,-25179],[576784,-25250],[584599,-32917],[582021,-27518],[580338,-27047],[585321,-35729],[581463,-27884],[584261,-33381],[584293,-32819],[582281,-27747],[584888,-33361],[587358,-36832],[580703,-26542],[584162,-32780],[580931,-26816],[579485,-38644],[586622,-51602],[585410,-51099],[582690,-87309],[587109,204851],[583444,202230],[580424,202294],[576313,203850],[585539,202964],[576954,203315],[585920,203734],[577724,203627],[582506,202426],[585363,204447],[583062,201359],[586090,204059],[578057,203778],[581171,202219],[581759,204003],[577542,205029],[584220,205078],[584744,19216],[584247,18517],[585744,17782],[582848,16938],[580265,15247],[587129,17757],[584473,19101],[588035,16152],[584990,18824],[587892,19244],[577731,36501],[584097,51086],[584604,52961],[585357,51651],[577434,54579],[578848,58003],[591038,-2230],[593722,-422],[592179,-2346],[591912,-4211],[594635,-2134],[592134,-832],[594282,-816],[596762,-2676],[596769,-2044],[592855,-2509],[596977,-3347],[591732,-4042],[597866,-17198],[599647,-19416],[589459,-41307],[589486,-40704],[589666,-41383],[597102,204645],[596804,202219],[593618,202457],[591871,203139],[592039,201878],[596879,203100],[595044,201374],[598678,201043],[592933,202079],[596620,202350],[592000,247337],[594869,249678],[592024,247068],[598292,45852],[600286,43695],[601310,43792],[598929,52553],[590741,53170],[590967,53198],[589358,59842],[591041,53888],[590136,59392],[603283,-1213],[604539,-7305],[605049,-5903],[612247,-10840],[603849,-8177],[603135,-12138],[607889,-6951],[603555,-10792],[607184,-3641],[602375,-11663],[605557,-8177],[602540,-11110],[606179,-10381],[603541,-12329],[604889,-11058],[608369,-8742],[605336,-10840],[606068,-13487],[606035,-13863],[608885,204979],[607511,202489],[606347,204298],[608581,202689],[605646,202959],[609163,214534],[611669,213338],[607885,213164],[611609,212884],[604896,214736],[607015,214573],[611225,213196],[607500,215988],[611113,207369],[611144,215687],[606832,216083],[605773,216798],[610844,205913],[611808,23869],[611374,15594],[613410,17627],[612921,24529],[613256,14093],[611263,14685],[614363,17815],[612510,14701],[612215,35400],[609215,29683],[613407,26052],[608677,32437],[609520,29571],[609073,32842],[611564,27767],[611271,34374],[608875,34068],[609975,34994],[609841,31252],[608554,33941],[612739,28883],[616445,-40861],[620726,211559],[620762,211393],[621183,212570],[623022,208336],[621788,207580],[616698,206741],[619359,210565],[626770,221778],[626393,219542],[616375,16306],[623894,24715],[622478,19854],[621698,24673],[622588,20431],[618259,16832],[614785,24791],[625219,23648],[623450,23661],[618355,20262],[614817,24255],[621243,21725],[617723,16620],[626398,24950],[624589,19395],[617499,14939],[614646,17507],[622706,17893],[622377,18924],[625650,28992],[626057,26566],[625782,27114],[623761,29416],[624865,26541],[621997,28220],[620996,27221],[637222,-146],[638506,108],[637398,-106935],[635872,-105556],[635792,-106533],[633773,10540],[638203,4439],[637435,9345],[639162,3990],[636001,9016],[636970,6265],[631397,11974],[637224,924],[639332,799],[632983,10230],[632853,10580],[635408,4140],[637356,5732],[628134,219946],[629170,219996],[628569,222423],[628739,223487],[628176,221661],[633758,369401],[645113,-5829],[643496,-1849],[649080,-11441],[640107,-350],[643163,-6518],[640866,-3501],[647503,-8116],[640761,-420],[643904,-6466],[643651,-1689],[650195,-10831],[645196,-3916],[642966,-2867],[648146,-7670],[644098,-5721],[641677,-2036],[648188,-9619],[644547,-5903],[642122,-2842],[650952,-8391],[644582,-3719],[640737,-2295],[648260,-9977],[651790,-30476],[652514,-30914],[652553,-25422],[650609,-28497],[650342,-29487],[647585,-60904],[647714,-61503],[641223,-106788],[642084,-104825],[641794,-105933],[640548,708],[640565,2565],[647074,221817],[645766,218508],[646172,220433],[644882,219867],[647097,220716],[648195,222586],[647537,218664],[650591,234593],[646517,235413],[648047,234543],[641802,241044],[648563,236058],[647207,231716],[641058,242874],[648061,232142],[640501,242751],[649096,231050],[641825,243914],[643449,249152],[641935,251535],[640765,249119],[641532,249171],[642005,244979],[643641,250276],[641432,244620],[641979,251503],[642144,252278],[660017,-11431],[660724,-19950],[661795,-16497],[664335,-15996],[660656,-18049],[663090,-20859],[662691,-14115],[656376,-24852],[661218,-14413],[664290,-16948],[660919,-18021],[665531,-14953],[661917,-16879],[662313,-15854],[660057,-18327],[658299,-26535],[661174,-28472],[663250,-28883],[664410,-35214],[665430,-28018],[663229,-25839],[663864,-32891],[661203,-27644],[664815,-34388],[664413,-27273],[662820,-30625],[661527,-30646],[664048,-31459],[660846,-28723],[663944,-30761],[655100,-25454],[654182,-26671],[653886,-30817],[653808,-25418],[653012,-29878],[654976,-27298],[652927,-29808],[653276,-26608],[658386,-45939],[660946,-47761],[658806,-48110],[657123,-41212],[660502,-47088],[657589,-39079],[659777,-48084],[657944,-43824],[657947,-44367],[657902,-40005],[660212,-48146],[656556,-44547],[660119,-46525],[657632,-40756],[658435,-44216],[658139,-39189],[664544,-52621],[664290,-63577],[654501,232498],[662658,237837],[655952,237039],[661581,239376],[656881,241442],[655056,233404],[658728,240110],[656319,236721],[663098,235033],[653599,235031],[657510,239285],[658983,238808],[663696,235504],[659692,241934],[654020,237329],[660667,237677],[658010,244699],[659526,243741],[656962,244409],[666625,-24051],[668287,-34922],[669376,-29180],[665989,-28646],[667453,-27783],[669820,-32991],[668124,-32557],[667634,-27930],[669259,-33030],[670558,-31381],[671913,-68598],[672453,-71348],[666324,-65600],[672738,-70216],[669159,-68026],[667319,-65912],[670466,-69988],[668105,-66723],[671149,-71269],[672644,-71476],[668424,-67932],[671172,-69825],[670442,238003],[674611,236257],[670375,240492],[674509,237271],[666142,236825],[668186,241946],[672508,235347],[667521,240307],[674402,234992],[675389,236084],[667510,242883],[668758,242149],[676449,241536],[668971,239424],[673971,235106],[689254,-126686],[679739,-119506],[681008,-123580],[688263,-123574],[683873,-124480],[690053,-125999],[683412,-122173],[690073,-124820],[680991,-120727],[689848,-126193],[683343,-118871],[681939,-124976],[688008,-48911],[690204,-54516],[686471,-54744],[690644,-53380],[686758,-54569],[686638,-53628],[683592,-52756],[679601,-64899],[679407,-67838],[683973,-80836],[683379,-83311],[684116,-79937],[681914,-81963],[680919,-81110],[680128,-84207],[683015,-80627],[680325,-85423],[681458,-81276],[681543,-81403],[681081,-81683],[682366,-78489],[688317,-93809],[684126,-100389],[689055,-94266],[686806,-101507],[689268,-92163],[685876,-100940],[690615,-95076],[684305,-102155],[687825,-96000],[688280,-94456],[685081,-101662],[686563,-93448],[688430,-94494],[687573,-95589],[686007,-106708],[687510,-105385],[687770,-102744],[686749,-106773],[685507,243150],[682237,242644],[684271,238705],[684562,240519],[686075,242542],[681756,241904],[681503,238604],[687884,246885],[682930,244063],[684758,247304],[685019,246518],[686900,245859],[691099,255789],[686670,248200],[684839,243788],[688823,264993],[690232,264024],[691105,266875],[689202,262045],[690708,256851],[688752,266029],[689562,262288],[682211,269043],[685418,274052],[689655,279120],[682958,272472],[684897,274453],[687826,280180],[682751,272495],[685911,273982],[689539,278487],[680295,269171],[687221,274739],[687875,277041],[681060,271897],[686903,276324],[687370,279619],[680241,272420],[687140,273599],[686270,278158],[680432,269274],[685318,274236],[690706,276914],[699450,-126456],[703833,-126128],[700574,-127593],[692324,-125792],[701290,-126407],[691255,-124529],[695333,-127614],[693997,-127036],[691374,-124284],[697255,-127396],[694013,-126522],[703044,-126562],[693306,-123926],[695508,-124593],[702623,-127385],[698036,-126097],[692774,-127123],[693983,-127908],[697159,254852],[696094,254582],[691906,258692],[691280,265980],[693422,258213],[696824,257582],[699837,279516],[700048,279479],[698041,279308],[699895,278641],[699213,278659],[699852,279372],[701819,279719],[698308,280114],[692177,284554],[694384,291885],[700386,283260],[694870,291210],[693950,286858],[692767,291462],[696854,290947],[695007,291473],[692733,284010],[699125,282828],[696412,291114],[693587,286306],[692992,289803],[698287,282370],[696452,290983],[693081,285004],[692689,290912],[694295,284250],[693585,289906],[701138,282252],[696723,294255],[693930,284713],[693392,291021],[701861,281907],[701256,282461],[696934,294455],[695077,295799],[698896,299580],[702229,305461],[700350,299662],[696389,299188],[703314,305729],[700508,302187],[694950,298899],[702909,305100],[698323,302711],[696992,297130],[702722,303084],[696166,294795],[695262,295833],[699425,298915],[700330,302530],[697313,300648],[696266,297646],[703931,302940],[697337,299329],[695246,295673],[703888,305607],[702121,309903],[700962,309803],[700035,310300],[700933,314462],[699199,307838],[701474,314789],[699821,308322],[700060,315983],[702546,308375],[699418,316612],[699877,307907],[698090,312980],[700296,310009],[698175,316064],[712028,-126527],[704735,-126842],[710932,-121646],[715435,-126480],[704725,-126248],[715499,-123002],[705044,-127685],[712178,-121681],[711745,-124849],[716081,-126873],[708210,-130372],[709829,-134675],[706354,-128581],[709567,-134697],[707392,-129234],[709655,-135414],[704620,-127908],[707092,-131359],[709234,-136321],[710375,-135635],[705351,-129936],[707476,-131792],[710215,-132102],[706705,-130453],[708611,-133146],[714026,-138149],[711128,-139258],[710556,-140209],[710553,-138583],[711399,-139993],[710478,-139277],[709269,-139943],[709338,-149839],[711836,-141073],[709731,-147699],[709581,-150573],[712102,-147590],[710918,-142513],[710114,-146979],[711499,-147522],[711594,-142335],[711223,-148210],[707063,-147835],[704569,309539],[704736,311737],[704213,310520],[704390,311488],[705334,309791],[706259,311404],[708516,357287],[710942,357347],[710523,360306],[710963,359972],[717657,-141087],[717874,-141053],[728612,-141015],[723024,-144435],[725456,-144887],[724333,-147499],[726264,-142626],[726473,-145806],[723890,-142246],[720119,-168283],[719124,-167544],[719078,-167715],[720273,-167079],[718408,-168169],[719723,-167100],[720446,-167234],[720570,-168133],[724780,-187161],[725728,-189681],[725009,-186408],[726344,-189219],[725379,-187296],[725255,-186735],[726039,-189038],[729148,-186966],[725013,-187824],[725776,-189952],[726238,-189324],[730112,-130659],[730482,-134412],[735225,-135321],[730066,-134327],[733118,-134261],[734415,-134088],[732665,-131283],[729801,-186314],[738270,-189438],[738495,-187668],[739808,-185417],[737066,-185030],[740411,-180558],[733974,-187164],[736680,-185108],[738934,-184259],[735863,-186530],[738898,-185663],[737956,-188971],[734754,-187428],[730088,-186071],[739719,-185319],[740156,-180768],[741990,-181061],[738296,-189680],[734894,-186606],[741046,-179877],[738698,-184906],[739754,-189361],[737566,-184834],[740023,-180795],[741316,-179933],[738042,-184178],[737246,-197915],[733596,-196619],[738470,-198539],[738169,-197345],[737675,-198028],[733683,-196360],[736915,-198287],[738983,-196702],[737986,-198035],[737948,-197103],[733897,-195521],[737629,-196357],[733648,-195887],[752652,-167448],[743874,-178121],[750889,-171094],[744117,-178533],[750384,-171236],[743824,-178610],[751239,-171130],[753112,-167388],[754045,-169359],[750868,-171884],[750692,-171942],[752002,-168385],[744206,-183059],[746189,-184485],[744077,-182582],[745557,-184262],[744129,-183197],[743079,-180760],[745252,-184234],[746368,-183844],[743336,-180987],[743228,-180381],[764440,323235],[761907,321599],[773841,329556],[768152,322675],[777593,332141],[778008,335258],[776185,335102],[784903,-142436],[791182,-148515],[788124,-144988],[789012,-143517],[783891,-142306],[791885,-148048],[793445,-151186],[789334,-143413],[785463,-141267],[792680,-151352],[789768,-144027],[783820,-141577],[790032,-144251],[792159,-147729],[785343,-142236],[793527,-149875],[789875,-145689],[783454,-140949],[792481,-150220],[788648,-144087],[787923,329608],[785199,328996],[786693,329626],[785187,333602],[798058,-146622],[799915,-147796],[798299,-146768],[797482,-147213],[799819,-147936],[803430,-145322],[798339,-147318],[800733,-148226],[804467,-147925],[797494,-146046],[800742,-147464],[806012,-143349],[797786,-147303],[797013,-146144],[799773,-147876],[805967,-147483],[804369,342522],[803845,337851],[804610,343058],[803373,339289],[801598,353718],[803619,352204],[801347,353728],[802002,349258],[815363,-116682],[813852,-117696],[813671,-115845],[815850,-116133],[815457,-117634],[815673,-117809],[815755,-115643],[810719,-140122],[811283,-139519],[809376,-145338],[806884,-142001],[811092,-141818],[808737,-143572],[807904,-142705],[810691,-145851],[814872,-142959],[809418,-146036],[808562,-145502],[808255,-145886],[812045,-140967],[812247,-141729],[810203,-148609],[807296,-147568],[806456,-148235],[831087,-171661],[829994,-173753],[830398,-174736],[830376,-174516],[829070,-176274],[828284,-177060],[829812,-177576],[827829,-181623],[828545,-183899],[825740,-190272],[830831,-183309],[828723,-183216],[828997,-189102],[829618,-191974],[825474,-200679],[824787,-193476],[824538,-197445],[825271,-200556],[826263,-193085],[824360,-200660],[828176,-194748],[831269,-193575],[825968,-196537],[822835,-198340],[828437,-100409],[827894,-100891],[828994,-100831],[830315,-100371],[831060,-99779],[835930,-164340],[835381,-163502],[838410,-161032],[834585,-160712],[840493,-161705],[837013,-163680],[841302,-160632],[842550,-164502],[836706,-162470],[836015,-163399],[833653,-162984],[833914,-168434],[834218,-174217],[842177,-172824],[832682,-177418],[842401,-168940],[842838,-171203],[842680,-168075],[833160,-169261],[838466,-168495],[833970,-178673],[833717,-169485],[833775,-176991],[840375,-169896],[841358,-166694],[844040,-171811],[842328,-172882],[843975,-172652],[841377,-181904],[841050,-182516],[832145,-183880],[840093,-182754],[838980,-182109],[840095,-182824],[833231,-179451],[840635,-182911],[835162,-184591],[838297,-182700],[832449,-183304],[857265,-178159],[851015,-170365],[852678,-173046],[845167,-172267],[851857,-170595],[845288,-174037],[854546,-168965],[853907,-172979],[855061,-170940],[854954,-169488],[867201,-146858],[863470,-148423],[865842,-147753],[865409,-150137],[868201,-178978],[864882,-174881],[860479,-175247],[859805,-176883],[863801,-178469],[869432,-180217],[868930,-181572],[870237,-179745],[868316,-182458],[865113,-179659],[880031,-138512],[879116,-149237],[871656,-148596],[883143,-147686],[874312,-150970],[880966,-153356],[875894,-152650],[880907,-150215],[873949,-149475],[878199,-141649],[883068,-148273],[882433,-149315],[879084,-151235],[871132,-179160],[870881,-179682],[871284,-180829],[888112,-149825],[889239,-149203],[887769,-148279],[887430,-145388],[888517,-147900],[887209,-147271],[886237,-145297],[971026,177862],[970666,179362],[970263,183864],[968172,192776],[966567,197244],[971150,342218],[977261,-72690],[975639,-73422],[975359,-72066],[975199,-72368],[975801,-73030],[977370,-72289],[976216,-72248],[973943,-78663],[974160,-78504],[974827,-76822],[977445,-77590],[974678,-77042],[977210,-78721],[973954,-78576],[976623,186547],[975146,191917],[978017,185537],[973441,181665],[980437,204915],[984330,203458],[976074,198472],[975839,203047],[973984,341364],[989330,-76503],[988574,-76237],[988781,-77381],[992092,-78393],[989488,-77464],[991724,-76612],[990454,-76822],[1001227,-75772],[1002226,-76184],[1010190,-70932],[1009334,-73939],[1001273,-76383],[1008868,-71908],[1002597,-76399],[1010363,-71660],[1008086,-72527],[1010637,-72618],[1002802,-76910],[1001089,-76984],[1000230,-77610],[1004209,-87582],[1009390,-87314],[1003574,-86176],[1010137,-87337],[1003070,-86761],[1004083,-86791],[1009681,-87362],[1004839,-83799],[1004263,-84692],[1006114,-86576],[1009297,-89537],[1008161,195274],[1011052,215919],[1004634,213847],[1006210,215521],[1004679,212785],[1006533,219664],[1008349,235534],[1012216,-71948],[1013183,-89313],[1011737,-90736],[1011297,-90739],[1014415,-103118],[1013201,-104280],[1015871,-104735],[1014279,-103564],[1013685,-103584],[1014147,-104366],[1012486,-104820],[1020357,178252],[1022276,176803],[1021238,175621],[1021127,178643],[1022889,180233],[1013974,214649],[1019109,210659],[1014298,216177],[1016231,207381],[1021432,208566],[1017726,219487],[1014077,219959],[1015444,242142],[1030034,-107811],[1026804,-105742],[1028048,-104763],[1029839,-108032],[1028456,221846],[1044913,-106423],[1047626,-106307],[1047883,-104866],[1045415,-108022],[1047251,-105571],[1045572,-107270],[1044190,-106361],[1044442,194240],[1043318,194236],[1043221,194372],[1041001,205733],[1062125,-139335],[1056608,-109827],[1055050,-110721],[1057463,-111178],[1053739,-109494],[1058870,-110314],[1055027,-111013],[1057433,-110288],[1054833,-108901],[1057957,-109824],[1056488,-111538],[1052905,181479],[1063331,-138122],[1069568,-150165],[1069529,-140726],[1068521,-149149],[1065220,-147197],[1069980,-141959],[1070732,-147807],[1068041,-148885],[1071997,-142328],[1072623,-145887],[1068925,-149218],[1064760,-148084],[1065083,-149166],[1069101,-141488],[1063017,-141397],[1066764,-144214],[1065180,-145097],[1070360,-107179],[1065516,-103541],[1064057,-112461],[1073232,-106538],[1063111,-104559],[1065095,-113564],[1071071,-107249],[1063706,-104359],[1064266,-110442],[1069721,-105109],[1066775,-105411],[1063706,-111384],[1071206,-107421],[1065150,-104975],[1063753,-111262],[1072531,-107609],[1065174,-104638],[1064134,-112794],[1072051,-108712],[1065322,-105642],[1062971,-111857],[1080272,-133807],[1084167,-139546],[1076325,-138605],[1080497,-133549],[1084300,-139339],[1087003,-134604],[1086597,-134347],[1087518,-101937],[1078276,-107040],[1086557,-105218],[1078014,-103920],[1086415,-102376],[1078886,-105705],[1081163,-104487],[1080472,-103795],[1086786,-102225],[1079445,-105479],[1087641,-104882],[1081119,-104064],[1097433,-137206],[1097907,-136294],[1089092,-132763],[1088925,-132557],[1093542,-141684],[1097636,-105155],[1088855,-102225],[1100760,-106075],[1099838,-106435],[1100502,-104470],[1098909,-106901],[1088884,-102653],[1100446,-104235],[1098956,-104763],[1101730,-133761],[1101452,-134492],[1105002,-50299],[1111201,-44385],[1110930,-47450],[1111896,-46382],[1107761,-50986],[1109996,-43016],[1110794,-47818],[1109982,-43107],[1104970,-59998],[1108729,-51280],[1103010,-61757],[1105029,-51922],[1109001,-63128],[1103099,-56783],[1105618,-56236],[1104870,-51574],[1107682,-63525],[1102773,-58843],[1106154,-52191],[1110649,-63510],[1104041,-61670],[1102794,-56073],[1107735,-51266],[1112892,-67219],[1109983,-65435],[1110604,-68187],[1109056,-64077],[1110612,-67171],[1112281,-83181],[1113206,-78201],[1112825,-83041],[1110099,-93811],[1111963,-92318],[1107834,-93271],[1109156,-92921],[1108045,-101814],[1109984,-89532],[1106645,-91146],[1110278,-93875],[1109263,-104026],[1109196,-103645],[1111006,-103207],[1108895,-104722],[1109969,-103676],[1110157,-103844],[1124042,-45856],[1119080,-41320],[1123853,-45510],[1119821,-44711],[1122506,-46733],[1116594,-43144],[1118710,-40908],[1125485,-43665],[1123460,-44627],[1116213,-42490],[1114458,-43845],[1125662,-47015],[1114498,-66164],[1113846,-69056],[1114730,-70213],[1114061,-68952],[1115022,-73238],[1116288,-73257],[1114919,-72094],[1117270,-72578],[1116188,-68992],[1114248,-72080],[1125564,-80493],[1118204,-79648],[1123931,-78048],[1124911,-78652],[1117691,-79150],[1123367,-81095],[1125345,-78699],[1114382,-81195],[1122073,-79018],[1116341,-82608],[1139087,-3820],[1137678,-6801],[1137791,-35184],[1139022,-37565],[1138820,-34800],[1138344,-33179],[1137465,-40254],[1134483,-50388],[1137369,-38977],[1137782,-46575],[1137125,-45898],[1135762,-39652],[1127107,-47449],[1137427,-46973],[1137570,-39926],[1137564,-46644],[1138136,-40166],[1137022,-46168],[1137966,-42543],[1130850,-52836],[1127713,-59833],[1132658,-53274],[1134026,-62271],[1135807,-51882],[1129584,-58764],[1133298,-61376],[1126565,-61535],[1129865,-55165],[1130867,-52935],[1133659,-51340],[1134610,-51262],[1131184,-58990],[1127707,-60107],[1134793,-51887],[1134156,-57378],[1136808,-61709],[1138217,-61518],[1136073,-62106],[1136788,-61033],[1136530,-61110],[1127620,-65039],[1126942,-66269],[1131153,-64225],[1129836,-64725],[1130666,-69586],[1130364,-71234],[1135099,-72368],[1129821,-69372],[1130102,-72550],[1131669,-69043],[1129567,-75730],[1131071,-68658],[1132302,-68098],[1129253,-74923],[1134414,-69740],[1128534,-75081],[1126925,-78485],[1139065,4372],[1139133,4568],[1138339,6682],[1146952,-5997],[1139340,-4646],[1143244,-6379],[1140711,-4633],[1144664,-9167],[1148028,-9948],[1149272,-6481],[1142359,-839],[1140905,-3486],[1144445,-9814],[1146177,-6108],[1140335,-2144],[1146462,-17154],[1145349,-16003],[1144729,-17242],[1143681,-18030],[1144504,-17851],[1143035,-17028],[1145710,-16451],[1140576,-35731],[1140865,-34218],[1145621,-30172],[1140843,-34309],[1143572,-29274],[1150460,-36540],[1145747,-33741],[1142214,-29606],[1146425,-33254],[1144681,-35366],[1139446,-29662],[1146808,-30776],[1148079,-36893],[1144837,-29200],[1145868,-33794],[1145150,-40120],[1143100,-43279],[1143312,-48356],[1143382,-45695],[1149334,-38847],[1140642,-42263],[1140839,-46895],[1147076,-38345],[1143283,-45593],[1139894,-46278],[1143260,-45760],[1142854,-47912],[1141239,-43293],[1140574,-45155],[1143370,-45083],[1141374,-45460],[1143260,3885],[1142035,9543],[1142117,7678],[1143099,11480],[1139567,6227],[1140638,8188],[1140292,2786],[1143820,11762],[1140805,2809],[1145835,11979],[1143433,8182],[1149006,21123],[1148072,17359],[1142785,16832],[1147902,17809],[1144733,15292],[1145429,17151],[1146578,17724],[1159664,272736],[1196456,323874],[1201144,41330],[1201208,43606],[1202184,43081],[1201940,45023],[1200006,44413],[1199774,60022],[1201756,58634],[1202193,59018],[1201089,58008],[1200964,55285],[1195906,59745],[1195885,60927],[1203156,66702],[1202393,73135],[1202167,69234],[1204117,45343],[1204729,45139],[1213518,69910],[1214319,69947],[1206285,70968],[1208175,72372],[1213103,74953],[1208265,71972],[1208089,68982],[1213414,73687],[1211226,70883],[1207281,67507],[1206943,68081],[1222664,73828],[1218428,74151],[1227241,75182],[1216829,72719],[1219253,72103],[1216561,72893],[1218430,77195],[1226837,78761],[1227597,78908],[1219246,77424],[1234963,76632],[1229824,75748],[1229539,76597],[1234486,83331],[1237056,89188],[1234959,82457],[1228827,79123],[1237112,88941],[1235019,77198],[1233583,79918],[1237757,88878],[1230487,78791],[1236319,81791],[1234306,80592],[1239286,94207],[1237694,93006],[1241476,91333],[1239625,90337]] \ No newline at end of file diff --git a/src/gathering/a10657.json b/src/gathering/a10657.json new file mode 100644 index 0000000..b78b823 --- /dev/null +++ b/src/gathering/a10657.json @@ -0,0 +1 @@ +[[-115243,615536],[-229651,332449],[-226460,335839],[-229906,344075],[-224312,334802],[-228714,335079],[-228675,343431],[-228973,352589],[-229591,353666],[-228707,353154],[-229420,363275],[-228995,360474],[-229160,366672],[-228548,358844],[-237498,328735],[-238449,326818],[-234970,324952],[-242238,330507],[-242610,332999],[-241728,344756],[-233274,342854],[-236593,339281],[-236019,343995],[-231478,337670],[-235612,343253],[-237598,334280],[-239448,333501],[-242689,333701],[-231502,354632],[-237577,355328],[-242525,347878],[-241580,348882],[-234910,356759],[-231869,356503],[-236777,346180],[-231801,350658],[-235222,352515],[-231047,357018],[-233760,348115],[-234548,350178],[-233241,354675],[-232705,357347],[-232133,364276],[-233409,359038],[-230772,364525],[-231392,580278],[-239885,592503],[-240222,592647],[-250079,331349],[-254613,329803],[-254853,332077],[-245418,332910],[-248058,337194],[-255599,336344],[-244844,343225],[-251598,337503],[-248438,333436],[-252038,335281],[-244550,335472],[-245469,349221],[-252246,393148],[-255374,388537],[-243225,583389],[-243710,583160],[-264429,328066],[-260684,327214],[-266967,332888],[-261711,330771],[-267117,327817],[-265351,325852],[-263645,328615],[-258045,332818],[-263802,330071],[-259347,329960],[-256486,332914],[-256291,331055],[-264200,333316],[-256390,334479],[-262662,335428],[-261948,334930],[-258518,333589],[-262508,338989],[-260898,334585],[-256372,335841],[-262595,335798],[-262678,333631],[-260491,333168],[-260085,383345],[-257121,393453],[-260132,396087],[-262361,385443],[-268040,396722],[-266458,385662],[-268644,385278],[-257506,397055],[-268270,398484],[-267243,398100],[-269464,329754],[-273738,329005],[-271214,331674],[-270541,326289],[-269886,327004],[-269997,325620],[-269785,328936],[-272546,326343],[-272952,331163],[-270481,327277],[-269705,382757],[-273840,386112],[-278964,394003],[-279423,389295],[-280724,384928],[-273888,384608],[-277721,393095],[-276653,390209],[-279071,386251],[-276161,400524],[-275962,407125],[-272412,409721],[-274635,398545],[-277752,408376],[-270295,405448],[-277527,398052],[-278623,402096],[-279734,405163],[-270080,401432],[-278027,414039],[-292814,316558],[-294326,318154],[-288141,312426],[-287885,314757],[-287804,313772],[-290640,313213],[-292272,390042],[-290859,393160],[-292827,384424],[-293249,389224],[-290432,391014],[-290629,392003],[-290099,387646],[-292760,399268],[-289356,403068],[-288723,406926],[-292213,404646],[-286466,397628],[-290634,400041],[-286384,397167],[-285206,403550],[-286890,409707],[-290610,405590],[-290442,420178],[-284062,421009],[-289853,416182],[-290051,417531],[-289904,415845],[-283384,423385],[-292908,427576],[-288174,424960],[-291822,423965],[-289464,506866],[-287717,501595],[-299384,314851],[-296844,315635],[-297508,319092],[-301590,330237],[-298051,321713],[-298190,322516],[-302970,330747],[-306340,325729],[-294518,320984],[-302709,329145],[-299799,388354],[-296436,390588],[-298126,385207],[-295691,389780],[-296237,386704],[-297545,384513],[-294751,395988],[-299898,396189],[-304709,392440],[-303487,396386],[-301003,390879],[-303641,389873],[-298595,392632],[-297062,395427],[-301149,389143],[-301211,395499],[-304251,387698],[-296651,394779],[-300779,408125],[-300152,409051],[-294744,397273],[-305823,402592],[-299146,404808],[-302238,408673],[-303404,408129],[-304166,409606],[-307064,421648],[-304549,415131],[-297201,410162],[-299091,422137],[-304843,414126],[-303374,507335],[-304321,523586],[-307061,517579],[-303844,512575],[-306392,516619],[-319490,300148],[-313945,311810],[-314848,312700],[-311395,319972],[-316173,309537],[-308955,317333],[-312902,326964],[-315017,328922],[-308686,324145],[-314249,329002],[-307876,329510],[-310452,322225],[-310440,323897],[-309818,327857],[-312187,332860],[-312743,324813],[-309002,334346],[-313316,335602],[-315656,375736],[-308404,382898],[-309335,384200],[-317884,379778],[-314854,378308],[-311055,381864],[-309571,383560],[-317623,378688],[-316203,383874],[-315782,389353],[-315837,390334],[-317048,385016],[-314699,388262],[-317991,392961],[-319697,386111],[-313055,404506],[-309109,398812],[-313229,404639],[-319264,421404],[-314685,421232],[-312032,417593],[-319911,421564],[-315235,419158],[-307412,421182],[-311320,419457],[-319312,416515],[-318731,415702],[-319068,417219],[-319762,413723],[-314931,433779],[-317587,435007],[-307473,423931],[-318327,426435],[-311890,426739],[-315806,434326],[-319498,433262],[-308779,426461],[-309663,423801],[-307569,510398],[-307939,519780],[-331985,290642],[-331891,291841],[-330501,294947],[-325245,301063],[-330734,295612],[-322827,299250],[-324278,303658],[-327925,295297],[-322931,300059],[-323071,303627],[-320437,307186],[-326480,304813],[-323678,306931],[-323388,309966],[-332585,338017],[-324866,338622],[-332766,337162],[-330886,341547],[-320191,377689],[-326961,380687],[-326383,383094],[-320216,375509],[-328334,380200],[-326701,383904],[-324619,385440],[-326217,388203],[-324367,385230],[-326459,389640],[-322512,387435],[-330174,421805],[-330862,421715],[-322389,413281],[-329499,419215],[-331914,417116],[-321530,413317],[-329910,418042],[-321381,414059],[-322708,426378],[-324327,425826],[-329982,424788],[-323860,426325],[-336602,272491],[-337132,273004],[-341163,287251],[-338549,282794],[-334369,292453],[-343764,294372],[-340362,286620],[-339437,294188],[-344436,293204],[-337896,287224],[-338477,290595],[-340536,290802],[-342829,293538],[-343250,288450],[-338561,288805],[-336069,281859],[-340276,294849],[-336698,298333],[-341956,297798],[-338143,295377],[-340253,297751],[-338836,299810],[-340895,298550],[-345274,299516],[-335870,336283],[-339928,340823],[-344426,337583],[-337123,338466],[-334149,340400],[-341324,341405],[-341294,339000],[-333274,341009],[-334394,383468],[-342853,392775],[-343716,389098],[-344693,406714],[-334340,418147],[-339325,413846],[-336249,417253],[-333675,422192],[-339418,419042],[-335790,415981],[-338467,413369],[-336319,417004],[-333959,422095],[-337896,417880],[-340113,419294],[-344039,410900],[-332955,418315],[-356216,281963],[-347543,287536],[-351078,286281],[-354942,291703],[-357868,290798],[-351544,285360],[-354920,290853],[-357534,289681],[-348312,286648],[-351869,284271],[-346949,294483],[-347779,285636],[-347928,296845],[-350155,300184],[-349767,299115],[-350047,297498],[-353968,298587],[-352912,299275],[-345865,298998],[-347692,302328],[-353193,301416],[-355944,295871],[-351482,300890],[-353156,296444],[-354458,310491],[-346021,393111],[-352249,391757],[-354908,393154],[-346806,408468],[-356534,422035],[-356437,425732],[-357337,425604],[-359410,281456],[-364588,288958],[-365889,291052],[-370348,292336],[-365152,287267],[-361286,294075],[-361190,291762],[-358534,293799],[-367023,290307],[-368218,287107],[-358940,286020],[-364246,290170],[-369772,288917],[-368079,287942],[-358525,282593],[-361877,291952],[-360540,293580],[-368969,285470],[-360974,285507],[-361054,287687],[-362406,285666],[-359456,291251],[-360349,295012],[-361058,295733],[-360400,297476],[-363858,307367],[-360337,299718],[-365442,302970],[-365932,305893],[-369042,314148],[-367602,312085],[-369379,311030],[-358913,312250],[-370626,323673],[-367559,329054],[-368418,323414],[-365840,325129],[-368917,329764],[-364589,330709],[-371064,323648],[-368990,323386],[-368937,328727],[-368920,325984],[-364671,327494],[-365962,334864],[-367360,338018],[-358838,392943],[-366434,397327],[-364661,399836],[-361102,403975],[-363496,404150],[-365708,404274],[-359599,421490],[-362473,421816],[-361559,422500],[-368408,418064],[-365647,418363],[-363392,417761],[-360170,425241],[-358901,429836],[-359321,425423],[-366408,427794],[-367543,431738],[-367028,433103],[-376687,294228],[-373969,291951],[-375405,294185],[-377900,302358],[-382309,302176],[-383858,297555],[-379574,300427],[-375823,295490],[-382243,306440],[-378567,302854],[-381713,304412],[-379621,303825],[-378347,295902],[-380716,297518],[-381895,299864],[-382280,301033],[-377588,307019],[-374737,307281],[-377576,314061],[-376407,311642],[-372761,314726],[-376567,313137],[-380836,313589],[-383840,315719],[-375283,318933],[-376774,316786],[-380212,311440],[-381336,318475],[-381851,317731],[-374487,309018],[-378331,307621],[-372753,309688],[-378450,321513],[-372324,321619],[-376626,321998],[-376048,326857],[-378721,326105],[-373701,322965],[-374896,320561],[-374139,338647],[-372030,337341],[-372160,339894],[-380435,366018],[-379522,362008],[-378832,365779],[-378695,395772],[-379566,392754],[-382754,390346],[-382757,398001],[-382963,400269],[-371625,426379],[-372485,426490],[-379518,436706],[-378587,437516],[-384304,299527],[-384366,302405],[-385482,314818],[-385974,318396],[-384407,318796],[-386326,319082],[-393034,334683],[-395699,335221],[-392585,340548],[-393156,356386],[-396537,348618],[-391826,348559],[-389990,350918],[-395358,346407],[-392453,346917],[-395489,352861],[-389011,353589],[-396584,359152],[-389283,363192],[-392715,369751],[-391469,366126],[-393838,362813],[-384901,359130],[-391429,364315],[-384723,366332],[-388647,368099],[-391656,370374],[-391358,369557],[-395362,379270],[-389381,381666],[-391460,383641],[-393534,373068],[-389968,374639],[-393194,373256],[-393969,387585],[-385783,391673],[-390654,385524],[-396500,395270],[-392526,400906],[-388321,399329],[-393123,397986],[-384474,399320],[-393824,403471],[-394454,418868],[-384758,433198],[-385408,428410],[-385753,426726],[-391508,425363],[-384577,431919],[-388804,427693],[-389741,424428],[-403192,334612],[-403423,340102],[-406242,335556],[-407226,339528],[-399659,356007],[-399928,348293],[-405207,349724],[-403256,346675],[-402906,353877],[-400701,357370],[-400128,349283],[-402364,348859],[-404265,351599],[-404499,367257],[-400699,361348],[-397635,358711],[-398986,364569],[-407428,362193],[-399709,362567],[-396912,366407],[-399200,363955],[-399966,362699],[-408581,364479],[-402712,366215],[-398993,368490],[-403797,378351],[-404976,378407],[-400721,376059],[-406302,379755],[-402836,380550],[-404860,379112],[-398451,387198],[-400894,409536],[-398192,407948],[-398329,403207],[-402055,409347],[-400668,406997],[-397918,401032],[-397177,417002],[-397311,419513],[-398855,415720],[-420834,292510],[-420533,305040],[-419242,304641],[-420214,304916],[-419867,303445],[-416537,299377],[-420862,302624],[-422310,309860],[-410806,380289],[-410993,380222],[-430572,290593],[-427018,306731],[-433479,303521],[-427465,302661],[-435026,294640],[-429776,299618],[-427320,299616],[-434112,295025],[-429591,300687],[-434563,323509],[-434966,331399],[-433556,325160],[-439475,294360],[-440041,284627],[-444214,300696],[-437903,302697],[-442406,301465],[-436318,295351],[-437079,309214],[-443800,318555],[-443653,317865],[-440201,313095],[-435450,318572],[-437381,309005],[-440903,324779],[-443872,322862],[-438202,327300],[-88618,625894],[-86671,628695],[-98669,626516],[1280171,130980],[1280923,130376],[1280163,131877],[1285437,171418],[1285481,171254],[1282309,170533],[1281941,175355],[1282722,170652],[1285238,170460],[1282218,173473],[1282524,172694],[1289554,168149],[1287560,167503],[1283203,232631],[1292489,243309],[1280904,239983],[1286250,231483],[1282536,231941],[1287261,243766],[1288772,243496],[1290113,252107],[1290881,253250],[1290985,252583],[1287837,244171],[1286970,243676],[1292644,252752],[1291706,252394],[1280193,249606],[1284211,254455],[1286861,253983],[1287527,253929],[1280039,248890],[1283308,253468],[1285118,251419],[1288044,261720],[1289531,258296],[1283160,256468],[1289947,261196],[1290067,264664],[1289167,258991],[1289239,261388],[1285570,277557],[1288832,276690],[1283610,277398],[1290353,276453],[1283422,288893],[1280292,284824],[1281122,289767],[1280780,285540],[1292911,243997],[1293024,253672],[1294633,245483],[1293164,245108],[1295026,246647],[1294314,253879],[1292935,264348],[152822,583782],[151102,587717],[153251,587317],[155954,582025],[155630,586999],[191579,498724],[183523,497930],[184901,499053],[183504,499376],[191405,498031],[189247,505476],[186052,504512],[187549,499617],[185092,504735],[183241,500276],[188530,519246],[190829,516575],[189226,516695],[194541,492638],[197426,508541],[202618,511401],[196263,509434],[204329,508734],[204368,511540],[197864,510869],[196662,507469],[192491,517354],[195639,512469],[198220,512334],[196439,523812],[201933,513283],[197639,515125],[201534,521993],[196170,525849],[197309,527828],[204621,532266],[193862,526913],[207075,523389],[206297,521623],[205421,512751],[214011,533821],[210645,526436],[205192,533871],[215903,536364],[213195,531586],[207276,525675],[207703,533563],[213479,532788],[216517,537120],[205985,525503],[216750,532535],[206852,531170],[215540,542980],[215778,541804],[214294,557922],[215628,559121],[225942,527899],[222459,537580],[228587,536527],[227658,528358],[217846,534901],[227077,531208],[225657,531638],[219015,537226],[223503,527180],[220026,536326],[221194,538392],[226100,539595],[222004,541589],[228449,540738],[220758,542827],[230059,539180],[226823,538566],[218367,547220],[230361,557345],[229333,555057],[220785,551452],[226402,564475],[226921,566305],[239817,558352],[232388,556829],[239230,558970],[241653,560825],[233878,552359],[235700,557945],[238385,556505],[230517,551560],[241700,564509],[244753,564584],[243259,564221],[259771,396109],[262343,397372],[262182,401611],[265742,420090],[265337,420760],[265472,521096],[267678,522971],[265743,522497],[258035,523373],[258664,516302],[268783,523395],[261564,521084],[265780,521274],[263129,526247],[260787,525807],[262282,527998],[260667,528566],[259223,525059],[258506,526105],[264267,525510],[261503,529369],[266785,545612],[264909,541627],[266167,545374],[263944,540270],[267654,544368],[265128,542508],[273927,409474],[270839,408414],[271999,404933],[273436,405131],[269571,404564],[276620,407244],[273589,400006],[276211,418653],[272409,409902],[275105,416990],[278091,417834],[279439,421024],[279068,418984],[270942,518508],[269411,522696],[274205,523535],[277892,519989],[273328,518189],[275335,522534],[277060,537542],[279059,534553],[278236,528111],[276038,534067],[278282,530471],[279302,535596],[276876,532087],[274258,547146],[278445,549909],[277744,539639],[272958,549180],[280164,546981],[273351,547696],[279910,548516],[277929,543127],[280273,539058],[303343,404762],[305199,403367],[303245,405773],[304945,409522],[305514,414389],[306892,413796],[307022,419274],[306149,413817],[318979,406631],[318982,409493],[313677,404107],[316366,408227],[315358,401617],[315888,408582],[315686,404246],[313518,409722],[308046,421355],[315990,418375],[308619,413741],[318040,419937],[307713,410049],[314611,411977],[316710,412589],[317915,418854],[319929,417245],[307659,420164],[318282,414586],[311216,413275],[314391,414699],[314813,419017],[315232,421707],[311205,413682],[316229,429512],[318513,425449],[312815,427044],[311557,424654],[314325,430303],[309017,424380],[315360,429575],[311151,430641],[308290,428177],[308796,429232],[315531,431611],[315406,424578],[321572,409201],[324553,422035],[323120,413226],[320540,419647],[328322,418727],[323634,421077],[326489,414346],[320433,413066],[329862,418470],[321499,414427],[327483,432067],[320321,427989],[320488,424750],[326328,423412],[328729,430651],[320456,432315],[326967,422915],[332680,433606],[325243,429957],[321240,426255],[332024,428173],[326105,432306],[332010,435225],[328697,431769],[322335,435988],[332349,436170],[328409,435552],[324214,436126],[338552,433661],[334020,435420],[456591,166301],[459450,160204],[456901,157840],[458618,156766],[458773,156482],[458026,159106],[459336,160915],[456294,166141],[457923,163556],[456906,161354],[456249,157357],[454771,157589],[458509,166395],[457762,160321],[460420,170068],[454947,168118],[459351,169018],[458637,167416],[457773,167588],[459762,171151],[458292,169639],[460572,171993],[460541,171766],[459037,168063],[457248,169498],[459691,169238],[460655,172235],[456973,167703],[455005,168471],[461117,162459],[462094,163897],[470039,164074],[464090,163846],[467056,160536],[463786,169870],[461561,171552],[467564,173113],[463162,174225],[470350,177082],[461751,171584],[466126,173542],[466435,174731],[463188,175796],[470951,176762],[471547,176552],[461048,171749],[466088,175260],[466340,173503],[465541,173592],[471445,175549],[470342,175629],[471422,177139],[473069,179614],[483228,152247],[480396,150128],[484473,150563],[474805,142542],[476992,162183],[482364,156441],[476006,165221],[473657,172775],[473929,173537],[474805,179277],[477257,178526],[477683,177266],[478075,178120],[476963,178442],[479962,173024],[476308,179793],[506886,210207],[509201,213743],[516790,213151],[522305,212454],[536190,274728],[533029,278176],[532717,363286],[535711,364628],[534042,361317],[536081,365069],[532692,360203],[533589,363241],[537381,365394],[533004,361291],[532054,362731],[544219,276090],[546059,276494],[542831,276361],[573705,274364],[570674,276746],[581983,276691],[576329,275162],[580598,279905],[632415,367950],[630186,369158],[630320,367098],[639309,371350],[636685,372573],[675553,-128102],[683362,-127768],[728948,203387],[729438,204414],[729224,203278],[729228,203728],[729055,205944],[729236,206270],[728492,205348],[729431,206944],[729520,205160],[736033,198723],[736035,201270],[736177,201008],[735966,203530],[736283,201712],[732156,199892],[732780,199657],[731367,197763],[736006,199377],[735907,205089],[735408,207140],[732084,208289],[731972,208174],[729700,206500],[825091,2502],[825454,814],[823042,7396],[825260,8089],[821272,6128],[825381,6867],[824846,4641],[824365,6747],[824040,4685],[822646,5917],[821326,3364],[820452,5439],[819472,3413],[820877,7037],[819716,6416],[824635,4329],[820013,6058],[820307,3990],[824608,2947],[819982,3449],[824622,1514],[820746,3190],[822248,8630],[824862,2346],[825171,4262],[820740,6061],[824499,7709],[824322,6826],[819307,6703],[821713,5822],[820074,7947],[820134,5753],[819893,2097],[824847,1030],[824920,3749],[824340,8795],[822769,7133],[821783,3770],[823392,4466],[820479,6184],[822851,6864],[826228,7823],[824782,1927],[823009,3967],[819215,2590],[824435,5014],[825037,806],[822131,3919],[822411,5444],[820602,7598],[826311,7133],[822966,8006],[823992,7011],[820578,2132],[821391,8012],[823755,4297],[854633,-117347],[856858,-117564],[856435,-116933],[853927,-116265],[847565,-125399],[847883,-126423],[850679,-126407],[851633,-133240],[850994,-113524],[851196,-111492],[861471,-125246],[858418,-124988],[861484,-126889],[868781,-136350],[865557,-133176],[867291,-128278],[865621,-128630],[867125,-129744],[866214,-127810],[858982,-130291],[870224,-87746],[868455,-107724],[872355,-125153],[870964,-133375],[882214,-138405],[878929,-140130],[873922,-82617],[881534,-80539],[870475,-89733],[880096,-112478],[881764,-113851],[873296,-113639],[872621,-113568],[873654,-113797],[879352,-114472],[895811,-132206],[894145,-132980],[889791,-138114],[895778,-144842],[892591,-142566],[891442,-142649],[894454,-144483],[886449,-80370],[891251,-82233],[885048,-76949],[900046,-122397],[899826,-115608],[898314,-128090],[904238,-131553],[901758,-147005],[907877,-150356],[904241,-151014],[918698,-121586],[909648,-128473],[918906,-139566],[918632,-132279],[913719,-137237],[919513,-145917],[920538,-110997],[928385,-115153],[930674,-135451],[930418,-136162],[926578,-138073],[927884,-137363],[927815,-138123],[930246,-140413],[930612,-139073],[927295,-137714],[926864,-135902],[932282,-138060],[923387,-136332],[932771,-136010],[923185,-132901],[929114,-139101],[930594,-135780],[929623,-135819],[932360,-148731],[928125,-148223],[931045,-144740],[928174,-144563],[924765,-149203],[924426,-149194],[927031,-148660],[932993,-145230],[931362,-146152],[933930,-146588],[933757,-142344],[928163,-110500],[933213,-113185],[928637,-114187],[935963,-125999],[946127,-128342],[944377,-131005],[942766,-138339],[938640,-135878],[941309,-139657],[944458,-130116],[938220,-137418],[938029,-135257],[939437,-137667],[935631,-136603],[943193,-138082],[942478,-137581],[935828,-139428],[936494,-134753],[939223,-135910],[942249,-143888],[942092,-150555],[938299,-141596],[937870,-141230],[941728,-144259],[939980,-149328],[935522,-143989],[937140,-150271],[938334,-141156],[934042,-142402],[938256,-146196],[939098,-149283],[939707,-146228],[934666,-149268],[937579,-150203],[936253,-148097],[940035,-149888],[938563,-149649],[939292,-145272],[939162,-145505],[945078,-140631],[935017,-149140],[942460,-141321],[938834,-149542],[935889,-148426],[934455,-142271],[943293,-151132],[944240,-151586],[943522,-149055],[944940,-151509],[941552,-150397],[946055,-147852],[945394,-151567],[944527,-148466],[942619,-151060],[944036,-149426],[946626,-144842],[943256,-149604],[944752,-99051],[958119,-140552],[955983,-138777],[949202,-134752],[954737,-134188],[951197,-145537],[950105,-145733],[946841,-141006],[954225,-147694],[954570,-145715],[957931,-147871],[956895,-145950],[957476,-152521],[961530,-153633],[958548,-153021],[955996,-150857],[957869,-143259],[958064,-152159],[951087,-141163],[957569,-142928],[951204,-140596],[954137,-150553],[951987,-150393],[960450,-154934],[957733,-155159],[958399,-155501],[958633,-156078],[954419,-84276],[947606,-82112],[948628,-101527],[950149,154655],[951019,169163],[948830,177049],[953859,183562],[958008,204962],[948114,309593],[957665,364085],[960022,-138357],[969139,-144541],[966127,-141312],[962217,-141721],[967957,-141948],[967771,-145128],[961260,-143723],[967907,-143073],[970107,-146781],[971049,-144372],[971209,-142829],[972276,-148686],[962523,-150292],[960514,-149218],[963123,-149981],[967619,-152385],[967974,-152927],[968323,-158212],[965132,-157154],[965033,-156068],[967979,-157805],[958915,-152539],[967070,-158403],[970841,-158250],[970184,-159247],[963441,-156475],[962309,-154993],[960796,-153831],[961444,-158436],[962449,-153973],[971446,-158198],[961901,-158122],[971736,-191200],[965225,-188221],[967530,-189555],[962269,-82369],[962182,-81590],[972724,139220],[966690,132507],[961433,135951],[969075,151325],[963919,180230],[965164,186631],[970442,182910],[960226,189342],[971050,190102],[971107,184410],[972253,181170],[965197,193910],[966818,200276],[965184,206826],[965643,207435],[961726,213383],[968000,211622],[969033,215930],[971585,213741],[966039,225265],[972594,227554],[968905,229862],[964731,219258],[969472,225941],[972525,232415],[968031,233929],[962070,244957],[969356,244208],[962000,245289],[961856,245059],[971176,344897],[972205,339961],[970685,342936],[971259,339863],[968938,118491],[966236,117676],[965898,117165],[973262,-151038],[973024,-150627],[973090,-150116],[983812,-156438],[978594,-154289],[982686,-164247],[977810,-158096],[972847,-158602],[984562,-159555],[982704,-162832],[979222,-158578],[982572,-170084],[980527,-167715],[981695,-171529],[980792,-185154],[985202,-72255],[975127,-76217],[982172,-80796],[974001,-77547],[973345,138517],[977959,152227],[979739,173631],[981761,169317],[980776,174156],[976689,176431],[984341,171061],[983054,173495],[974618,174656],[985024,171299],[973172,178041],[973985,180233],[975654,191263],[980770,180906],[983770,183708],[979810,183005],[980291,185390],[979406,183335],[984082,187628],[981092,185497],[979994,189272],[981835,188229],[981867,191360],[984422,183905],[984410,187614],[984665,185706],[975260,186730],[977602,196464],[977423,193862],[982976,199025],[981678,196753],[984406,196143],[981955,192244],[976451,201741],[976696,203577],[976465,196008],[974762,198199],[977031,201252],[980892,210346],[981109,211518],[983655,212401],[982214,211103],[984408,208762],[984961,206875],[978143,222918],[980398,219975],[975818,223835],[976063,241819],[977319,234205],[982317,239139],[980040,249745],[980259,250042],[981368,269531],[983572,269765],[977655,332827],[973372,338962],[975128,340801],[974763,342210],[973235,122707],[984770,125754],[976867,123143],[988534,-165276],[985759,-171023],[987056,-168872],[990343,138874],[987589,128953],[987540,128263],[993445,142367],[988278,161217],[990683,164450],[992877,154510],[989167,159690],[987819,169861],[997150,167030],[992305,177769],[988797,177959],[993380,166674],[986903,169940],[989471,176457],[990119,177997],[993735,170566],[990533,173890],[990767,166778],[994829,168731],[986644,172218],[985875,184614],[988855,184593],[994345,186653],[990281,187701],[996549,190214],[986391,187483],[995481,189051],[997327,186629],[994457,191025],[988162,184138],[995210,188370],[991979,186229],[995989,187084],[992471,186341],[992792,201064],[995829,198407],[998176,192748],[991005,194439],[994700,194795],[988533,204188],[986401,201401],[992256,197677],[993957,192531],[992559,198956],[994280,202722],[996685,193894],[994245,200289],[986779,204125],[995315,201030],[989193,195473],[993671,217691],[996879,215358],[990253,217430],[996221,213836],[993981,217659],[996040,213860],[986106,217446],[994932,205675],[996042,205824],[989084,209873],[998237,211121],[997209,209009],[993252,206868],[995706,209802],[996031,206678],[988676,216282],[987167,216543],[993802,217468],[996977,215117],[993098,212855],[991381,215480],[989169,212192],[994835,210718],[987038,219425],[991438,218214],[998059,223678],[994282,228547],[992449,226779],[995822,229106],[993968,228362],[989686,218031],[996888,225738],[989891,227982],[992613,227290],[991177,217974],[992640,227008],[993657,226360],[997650,224616],[997748,224292],[991893,226741],[989647,220944],[992820,228640],[987438,232192],[989160,234730],[996620,236254],[987217,230836],[988353,234880],[990112,232920],[990650,233293],[989051,231005],[992988,237969],[987591,239264],[995798,241001],[992070,236402],[996048,249206],[988416,253200],[988020,252947],[1003495,-160251],[1008449,-165797],[1003415,-161530],[1003886,-165818],[1000531,-164783],[1005340,-159753],[1005256,-167750],[1006406,-167893],[1001249,-167974],[998726,-76687],[1004544,-78517],[1001364,-85120],[1001865,-87670],[1010805,149416],[1009406,157291],[1003637,177164],[1008507,177106],[1004098,168086],[998754,172373],[1001728,172731],[1000228,182513],[1011137,182871],[1001823,180197],[1010650,182690],[999812,179942],[1002569,191612],[1004637,190067],[1009270,181820],[1000485,190663],[999754,189054],[1002199,183995],[1001582,186017],[1000498,180175],[1007123,191241],[1009550,190600],[1002789,182756],[1005899,190854],[1004697,187411],[1001212,179903],[998516,189951],[1000883,186995],[1001904,181641],[1005103,190212],[1003003,185054],[999326,191066],[1005795,182779],[1002112,186621],[1010711,183756],[1001106,190605],[1005499,183516],[1006347,183982],[999573,202443],[1004154,202404],[999358,202720],[1007044,200520],[1001423,196063],[1000339,194745],[1002804,201693],[1003040,201903],[1002156,203347],[1008065,197063],[1002342,200094],[999187,200754],[999849,197146],[999545,200119],[1003850,202290],[998499,199200],[1007530,216025],[1002126,209936],[999717,214230],[1008090,213873],[999367,212845],[1002987,209202],[1003342,209301],[1003918,210497],[999791,215754],[1002589,207115],[1008147,210664],[999634,212613],[1005885,210655],[1002913,207452],[1000308,225845],[1002765,223180],[1001928,226665],[1000503,225655],[1002189,222407],[1004442,224451],[999144,228559],[1001305,225061],[998688,223197],[999202,240962],[1003642,241209],[1007291,240905],[1005817,235043],[1004615,236118],[1008765,256075],[1005724,252851],[1003884,248599],[1005227,243956],[1003675,248815],[1008160,266578],[1009428,263375],[1008869,264469],[1009531,266081],[1010600,269720],[1018961,-77891],[1018540,143982],[1011562,146597],[1022366,163470],[1011314,156222],[1014061,173981],[1012604,175546],[1013917,167932],[1022924,167345],[1015783,171464],[1013394,178710],[1021426,167843],[1011622,179306],[1022425,176949],[1022500,179500],[1014576,184572],[1019902,179523],[1018312,182973],[1018076,182762],[1020645,191704],[1017107,182967],[1023216,189709],[1022355,185384],[1013631,194140],[1018380,194879],[1015721,196725],[1019709,201329],[1012465,192863],[1014594,195391],[1016356,216098],[1019185,213993],[1013232,226275],[1011395,228067],[1019317,229904],[1015124,225679],[1018016,232508],[1017576,239998],[1012446,236645],[1014558,238291],[1022457,232572],[1022064,240670],[1014677,238768],[1013703,234052],[1018883,239291],[1014817,260964],[1013528,262310],[1016377,264410],[1024672,148458],[1027546,147535],[1034107,157603],[1027517,164117],[1034735,162622],[1033625,164933],[1035368,158514],[1036081,157393],[1035074,164581],[1025057,173144],[1024731,169598],[1025737,177309],[1024731,173686],[1030281,168953],[1025357,174999],[1025342,171672],[1025915,175342],[1036390,189092],[1029243,188315],[1029981,187178],[1028055,192733],[1031672,197450],[1029044,193329],[1032743,206685],[1031208,211470],[1034782,208141],[1028325,225638],[1028810,218766],[1033390,220239],[1033622,229285],[1026274,231721],[1033307,243150],[1030470,234656],[1031204,241416],[1028836,250275],[1030007,246176],[1046849,152056],[1044966,151828],[1041961,152764],[1044726,143250],[1042224,152517],[1037088,160589],[1045926,154628],[1037879,160336],[1048109,155642],[1043866,154041],[1038321,154129],[1038392,164221],[1047446,154486],[1048855,156564],[1046470,155653],[1041017,183035],[1040834,183106],[1048611,190082],[1043676,181478],[1043558,190006],[1040367,184840],[1047435,187067],[1041898,190965],[1042042,194706],[1038721,197226],[1040745,201307],[1040684,203153],[1039687,197893],[1042037,199881],[1040637,202933],[1040274,201606],[1039061,198679],[1041558,199475],[1039581,210170],[1037081,208775],[1037244,215624],[1036946,208580],[1040242,225631],[1037795,226358],[1041949,227139],[1043035,221927],[1042635,221140],[1040076,232399],[1042009,237338],[1039303,232098],[1051875,157228],[1051187,159719],[1061435,156644],[1061828,159095],[1052566,155325],[1055304,154908],[1050696,158750],[1050575,157566],[1051416,154699],[1061793,159265],[1054967,154780],[1060424,158342],[1052827,155770],[1053238,183052],[1051415,179859],[1053987,183983],[1057128,189566],[1062323,189913],[1053177,184097],[1049689,181829],[1049873,186088],[1062013,202157],[1062362,195326],[1059551,213025],[1060642,206328],[1052967,224634],[1053379,225471],[1062933,160882],[1065379,161146],[1065666,166070],[1064584,162475],[1073772,169445],[1071686,176389],[1068820,174625],[1069119,177528],[1063821,174706],[1070255,167794],[1068764,184883],[1064008,186147],[1070022,182887],[1070628,194296],[1066811,196877],[1063759,192428],[1069739,205067],[1063867,212554],[1069760,217214],[1062663,221925],[1070973,221557],[1075304,174956],[1081490,193408],[1079390,199535],[1077830,200792],[1137149,262711],[1138156,271522],[1138570,271662],[1138499,269261],[1138778,276691],[1137890,292889],[1138261,293026],[1148473,254925],[1148661,255230],[1144674,268373],[1151166,262874],[1146430,262758],[1146978,271406],[1142789,279770],[1141699,282310],[1161247,264187],[1159934,272653],[1164523,281200],[1161456,281280],[1161090,289108],[1160129,282307],[1164666,300940],[1159653,300080],[1160212,298810],[1160517,298253],[1162110,298843],[1163728,302985],[1164203,304277],[1174688,220781],[1174575,218692],[1165048,219060],[1177267,232792],[1176968,268894],[1165261,273306],[1176950,289260],[1176631,284486],[1174206,292712],[1173952,292899],[1171164,284382],[1176025,289490],[1171798,303214],[1173191,304663],[1165114,300500],[1171602,303580],[1189936,193132],[1189143,194162],[1181462,215430],[1183273,212050],[1188919,214011],[1188524,210882],[1188420,209584],[1189514,211649],[1187557,215324],[1185299,209996],[1182700,208934],[1181744,216170],[1188055,215611],[1189543,218979],[1186755,230239],[1180736,224517],[1187917,225142],[1178640,224720],[1189587,221961],[1178464,220939],[1181315,218576],[1186467,218312],[1184187,218574],[1181696,223153],[1179452,220585],[1187518,223004],[1178193,221852],[1182803,217999],[1180652,230471],[1185961,228731],[1182463,225183],[1178138,223881],[1178722,218821],[1188340,237687],[1188518,241760],[1185284,243362],[1182867,239842],[1181376,231382],[1177989,231781],[1184654,242450],[1187684,231223],[1183724,237888],[1186883,238980],[1187621,243208],[1187097,250733],[1186315,246220],[1187304,248196],[1187980,246128],[1185298,253638],[1190103,248180],[1188221,252467],[1189650,255037],[1189937,250951],[1186950,259425],[1180532,263228],[1179343,266788],[1187510,273053],[1190160,274268],[1189208,269125],[1189798,284822],[1184122,286514],[1179145,289422],[1186740,405331],[1184372,402598],[1189937,399498],[1186511,402653],[1187054,398499],[1185605,405099],[1187381,406700],[1189517,400187],[1186770,403409],[1185374,418661],[1201480,189131],[1201213,188486],[1199797,186188],[1200536,182165],[1195721,180505],[1192022,186589],[1195454,184204],[1200156,191085],[1199297,185218],[1202240,191704],[1201977,191216],[1200174,186036],[1202667,188124],[1201016,189223],[1200118,187178],[1198961,187422],[1193183,180229],[1192054,187609],[1201914,183040],[1195570,184802],[1199305,184209],[1200915,186525],[1197885,198748],[1202459,197805],[1200358,197217],[1201396,197864],[1200658,193481],[1196863,192441],[1194434,197061],[1196211,203535],[1202174,194285],[1199503,196397],[1202488,204627],[1197971,200409],[1202152,193898],[1202379,197639],[1198148,194663],[1202706,202250],[1197479,201994],[1198147,197918],[1201989,198075],[1201616,203885],[1196535,204436],[1201100,198291],[1196824,195325],[1199370,196064],[1197783,193046],[1193269,196147],[1198856,201314],[1199581,197946],[1202017,206285],[1194264,213220],[1195489,206459],[1202943,206082],[1202553,210213],[1202881,217433],[1195458,212912],[1193224,211845],[1202925,212106],[1192537,217345],[1190795,212795],[1200557,206863],[1198793,213261],[1194379,213836],[1194300,210897],[1196158,216607],[1200985,207633],[1196901,206665],[1199098,207357],[1201919,211458],[1202358,206208],[1197084,206095],[1192689,215739],[1200824,211851],[1191424,227142],[1195580,224206],[1193383,227939],[1192816,220994],[1202168,220973],[1196383,229807],[1195400,219047],[1192724,222110],[1202357,217918],[1198047,228281],[1196872,221386],[1190648,228480],[1197136,219710],[1201526,218344],[1196460,226255],[1197124,227225],[1203166,229126],[1203103,221060],[1195362,218163],[1200204,219812],[1202468,228732],[1194709,220154],[1197897,218984],[1200983,227969],[1195078,238752],[1196724,236561],[1199578,236860],[1198542,235897],[1191307,234845],[1199504,242163],[1195841,242113],[1200410,242139],[1195254,243018],[1200238,237136],[1198155,240853],[1197831,233706],[1191902,236119],[1191706,240074],[1197595,239778],[1196961,241631],[1191986,239016],[1198075,233311],[1196328,232382],[1192858,234182],[1200708,234475],[1201317,237946],[1195190,237037],[1195095,241849],[1200871,240529],[1201605,243838],[1195843,249866],[1195339,244102],[1198004,255103],[1197344,243612],[1195234,253007],[1199460,248070],[1201438,251812],[1201374,253953],[1202884,255654],[1201265,247339],[1201819,245052],[1194529,249664],[1197673,245676],[1198023,243525],[1191546,249326],[1194420,254551],[1201681,249982],[1200379,252476],[1201550,248545],[1192052,248270],[1192913,247960],[1202133,250011],[1193845,250412],[1192856,250684],[1201858,258547],[1199184,256359],[1200497,259618],[1200934,264162],[1194971,258321],[1200536,260273],[1201217,264738],[1201195,260475],[1202322,261603],[1191673,281556],[1190757,269984],[1196507,294221],[1191225,404067],[1192712,403843],[1190866,404571],[1195198,419965],[1196336,419257],[1195382,422332],[1195984,421007],[1195377,420515],[1194996,425633],[1215661,139409],[1213397,144784],[1213734,143175],[1215552,161881],[1213876,160076],[1212561,161371],[1210924,157781],[1212824,157131],[1215950,178049],[1215131,175637],[1206025,178813],[1204371,176345],[1209746,179084],[1210115,171818],[1208723,175853],[1209445,175811],[1214080,167499],[1213065,168869],[1212780,173180],[1214476,179305],[1205547,176532],[1207089,173767],[1213091,167800],[1209962,177371],[1206073,177287],[1208365,174048],[1210703,179263],[1215274,176580],[1215106,178175],[1212963,177266],[1213946,179026],[1214604,183402],[1215690,180059],[1214658,190301],[1215685,183762],[1204413,185982],[1205918,187227],[1209858,188477],[1212572,190060],[1213717,180116],[1211210,181892],[1215513,190945],[1214002,191818],[1215872,188856],[1213011,180672],[1215978,186523],[1205097,187442],[1204027,186787],[1208890,188778],[1210285,181187],[1213482,183565],[1209497,180923],[1203617,185641],[1204253,189414],[1207837,186510],[1211304,189720],[1213295,190210],[1215254,186110],[1214692,191006],[1207875,185933],[1214603,184780],[1207355,185117],[1208198,187299],[1215890,189563],[1209084,181656],[1212339,183481],[1214128,182761],[1215931,190259],[1208403,196617],[1207783,193677],[1209431,196776],[1209332,200032],[1208927,195118],[1205304,194704],[1206651,193069],[1207488,196769],[1213947,195718],[1215499,194880],[1210816,197011],[1204163,198311],[1206939,193195],[1212939,195296],[1206772,197252],[1210168,196322],[1204143,197057],[1203355,192654],[1207382,194638],[1208666,200328],[1208612,195699],[1213773,192740],[1214105,194563],[1212528,199599],[1215801,203459],[1203806,194845],[1203500,192215],[1212347,194600],[1209657,200562],[1203410,203287],[1211119,196536],[1207764,197160],[1214842,193430],[1212564,200740],[1214360,202721],[1211358,217583],[1210063,205916],[1214352,208122],[1211144,210020],[1207546,210376],[1209872,211383],[1207107,216759],[1214932,211303],[1203865,209001],[1210787,208641],[1214614,209166],[1209168,209135],[1207810,212933],[1211429,205416],[1214257,207407],[1214208,212443],[1208146,207341],[1208576,214030],[1210432,217041],[1206930,214831],[1203416,215044],[1214881,212356],[1213749,208761],[1213643,212918],[1212709,211657],[1206837,210900],[1210059,210388],[1208831,208336],[1211549,213352],[1205365,215613],[1215070,217462],[1209784,205377],[1210689,213931],[1213342,206193],[1214910,207390],[1204335,209742],[1213883,207497],[1212936,213091],[1209674,208538],[1204440,211340],[1209020,214611],[1210470,211901],[1206287,211186],[1209765,215245],[1215179,213105],[1212810,208906],[1207342,210923],[1208308,215811],[1212233,210402],[1205075,208898],[1207945,226920],[1206875,218670],[1203728,220493],[1203894,227402],[1215183,222453],[1207812,227497],[1207844,224324],[1208454,219254],[1206996,221898],[1213193,219199],[1213848,223893],[1208390,228404],[1206498,227783],[1214211,222639],[1210744,227434],[1212594,219471],[1214086,218258],[1213360,225018],[1214989,218162],[1204345,223312],[1206227,226938],[1213690,219685],[1214671,224212],[1210538,228201],[1203976,229014],[1208763,226480],[1207080,224281],[1207261,222163],[1207629,221538],[1209808,220419],[1206434,222995],[1205458,221843],[1213718,220412],[1213856,222354],[1204306,228479],[1211330,226405],[1215521,219604],[1207848,232587],[1206103,236017],[1209169,232116],[1207188,233911],[1203835,235327],[1208965,232758],[1204697,232233],[1205056,235723],[1210913,231918],[1205831,234650],[1204475,239289],[1210411,231930],[1204650,235229],[1210682,231240],[1213321,230756],[1203328,234447],[1205565,249361],[1206325,250406],[1212971,250886],[1208736,248903],[1214648,254173],[1212289,252811],[1209578,250680],[1215344,252159],[1206343,254995],[1209598,248177],[1214499,252431],[1211679,252280],[1210868,251297],[1204329,243463],[1203396,244504],[1204489,247575],[1207336,267926],[1211492,261012],[1207998,256958],[1215273,268923],[1213898,262044],[1214280,263667],[1213115,266354],[1208515,260667],[1203443,259195],[1204628,262352],[1206952,268873],[1212894,261042],[1207157,258921],[1214524,268676],[1214965,262834],[1215931,265148],[1214774,266291],[1208910,260245],[1204070,262033],[1214658,259219],[1210966,269677],[1208937,271147],[1208418,271538],[1210069,269606],[1209579,271362],[1203264,284009],[1204595,294198],[1210691,292182],[1208157,287082],[1210863,301625],[1213834,306102],[1206897,302335],[1213553,408742],[1208663,409103],[1212280,409275],[1210375,401225],[1209978,408119],[1214819,409097],[1212028,403630],[1210081,408036],[1215172,406004],[1213765,406004],[1209604,410602],[1207744,410390],[1222495,140274],[1226684,141502],[1226583,148316],[1227614,151747],[1219533,147753],[1228391,144551],[1221456,142552],[1226789,148062],[1227748,143890],[1222928,149769],[1227972,149398],[1219768,147032],[1216480,145678],[1216251,146306],[1218342,143291],[1224666,144509],[1226096,144966],[1223099,143621],[1218773,144256],[1217846,141331],[1221390,141785],[1228479,150336],[1226739,151883],[1220091,147892],[1226216,144566],[1221300,142961],[1216794,142462],[1225917,149437],[1226950,149819],[1221181,146509],[1227048,146772],[1224753,143355],[1219612,141840],[1216390,143572],[1225426,148658],[1227312,145513],[1228061,151582],[1220655,148664],[1222113,141980],[1220317,143244],[1216917,143280],[1228528,160109],[1228170,158121],[1225665,156206],[1221627,155776],[1224190,156805],[1218628,159373],[1225622,158729],[1226273,161076],[1228656,153959],[1219261,159638],[1228559,158560],[1225503,158118],[1227541,157951],[1227155,160531],[1222118,164236],[1226749,163458],[1221260,156410],[1219761,160982],[1216904,159947],[1227396,156697],[1228542,159491],[1226869,159545],[1218766,162988],[1222272,159955],[1226897,158940],[1227136,156971],[1225012,157083],[1223412,166451],[1227400,155779],[1227847,157928],[1225796,160734],[1228380,155095],[1216616,177823],[1221411,178116],[1223806,178690],[1216233,168188],[1227587,168886],[1222152,169742],[1223476,169735],[1224969,170726],[1220944,170893],[1217457,169304],[1224795,178645],[1216265,174578],[1228126,176816],[1218791,170716],[1227034,176310],[1227375,174163],[1225132,175446],[1220988,171913],[1223979,169157],[1220678,173432],[1216869,172027],[1223673,178159],[1216790,167278],[1223335,175372],[1226007,175319],[1223258,171700],[1224174,168619],[1226163,176316],[1220317,174267],[1225436,178550],[1221821,178029],[1221833,170838],[1221283,170969],[1223265,175035],[1227983,176372],[1217232,175884],[1219828,166898],[1218143,171592],[1226522,176226],[1221710,174800],[1227221,171724],[1228487,176869],[1226503,169337],[1217916,168168],[1221164,177211],[1221029,178170],[1222478,178509],[1216077,176602],[1219776,176402],[1217841,178444],[1225856,177922],[1225047,172563],[1225938,174625],[1226506,173229],[1219585,177685],[1220516,168881],[1225623,175636],[1223489,173266],[1221290,171566],[1224374,170827],[1217829,170195],[1220509,177140],[1225477,179218],[1218231,178450],[1224141,180140],[1225120,181740],[1226201,186420],[1218873,185004],[1220538,179633],[1218703,190314],[1216512,184290],[1223291,187287],[1218214,183273],[1227515,185920],[1224723,180996],[1220942,179842],[1218213,184673],[1226572,184665],[1226319,191233],[1220437,181573],[1218574,189103],[1218299,181251],[1225155,183199],[1221813,181792],[1227991,185704],[1217996,184472],[1218341,190723],[1227324,180117],[1222458,190777],[1216542,186861],[1216960,191951],[1227375,182255],[1217691,182384],[1224305,182589],[1220891,180977],[1218121,181583],[1226268,185137],[1216575,179968],[1225366,191879],[1219571,181153],[1224956,185044],[1226523,186675],[1220791,184951],[1222879,181641],[1224180,180967],[1226177,186140],[1216042,191919],[1220494,183862],[1226821,179614],[1224507,185628],[1228011,180882],[1217370,184670],[1216532,180624],[1220748,185381],[1228387,189943],[1216088,191922],[1227622,185258],[1224587,187170],[1224876,182874],[1220773,186159],[1221183,186743],[1224782,183681],[1227161,190947],[1221906,180808],[1217290,190735],[1217969,183954],[1219169,180534],[1221921,190753],[1228602,181479],[1219827,203846],[1225256,192402],[1227212,201845],[1216229,194091],[1227096,192223],[1221565,203916],[1226431,204873],[1226709,200786],[1225841,204355],[1220665,204128],[1217040,192693],[1226476,193282],[1216556,203593],[1218131,208566],[1219078,213660],[1223537,210606],[1223983,207421],[1220940,211327],[1217243,215566],[1221399,212747],[1219917,213572],[1225785,211298],[1226098,213983],[1216076,216043],[1216004,211891],[1220464,216279],[1228097,205314],[1221198,214707],[1224429,212515],[1224332,207292],[1217573,214407],[1226679,211974],[1227083,215230],[1227960,214453],[1223603,217478],[1228404,206188],[1224020,211683],[1224115,208297],[1225777,205521],[1225839,210913],[1227197,214252],[1228516,216465],[1217870,210960],[1219544,213008],[1217618,211564],[1224439,210343],[1223212,207657],[1226425,205384],[1216996,209091],[1218647,209795],[1222725,214825],[1225169,211489],[1224949,213633],[1227916,215996],[1217020,216150],[1221476,215680],[1223900,209998],[1224394,206795],[1222746,216272],[1221886,213324],[1220609,214471],[1225269,213362],[1226035,214981],[1217609,209471],[1220423,214955],[1216160,213330],[1228359,206928],[1216597,207033],[1223387,216437],[1221188,216218],[1220989,213592],[1221983,214002],[1219085,214420],[1220373,214406],[1223106,216991],[1222537,217051],[1217065,210479],[1219847,214365],[1219515,205902],[1219579,206216],[1216823,220839],[1224496,221034],[1223070,220108],[1218836,221135],[1222307,222190],[1225879,223214],[1225416,218563],[1217888,219035],[1222979,220979],[1222124,220729],[1216938,222796],[1221171,221524],[1224017,223092],[1225750,218958],[1223203,218758],[1218949,220928],[1223714,221537],[1226089,220222],[1216842,229898],[1221925,218161],[1221288,220401],[1216968,220268],[1225294,220930],[1227746,219934],[1228554,218354],[1223334,218771],[1217530,221367],[1228289,221513],[1228519,220759],[1223177,220086],[1224348,219589],[1224847,219719],[1218130,218249],[1224670,220253],[1221162,218254],[1223105,222172],[1226200,223107],[1225530,220202],[1220039,218138],[1221632,219766],[1217004,221578],[1220715,220434],[1226503,222573],[1226721,220339],[1223071,217844],[1219631,222527],[1220792,219640],[1225188,222598],[1221501,220969],[1219480,218580],[1226328,220935],[1226986,219489],[1219622,253101],[1223757,255500],[1225854,254656],[1228322,256029],[1226356,253342],[1219129,251354],[1221428,255578],[1223180,254918],[1226830,255670],[1226722,254755],[1226123,254977],[1216727,263388],[1219701,257158],[1222105,268798],[1220332,268461],[1217954,261340],[1224286,257053],[1222088,262565],[1228338,262875],[1223997,266266],[1227450,259387],[1227531,262778],[1225033,266825],[1223835,268692],[1217639,263554],[1220470,256761],[1216144,260383],[1216881,264308],[1222104,256446],[1225693,257983],[1223332,259573],[1216312,256357],[1228030,263714],[1220496,263924],[1222207,266932],[1224474,260715],[1217261,270533],[1220737,270765],[1224327,272115],[1222172,277533],[1223578,279726],[1228721,278547],[1226538,281449],[1227276,269145],[1216453,270829],[1217251,270708],[1225068,274170],[1221540,274107],[1224013,278158],[1226909,278044],[1227052,281472],[1216058,407859],[1216723,407148],[1225097,88966],[1222199,96552],[1227185,101259],[1225937,96757],[1223590,95781],[1227122,99577],[1224832,90825],[1227538,105045],[1219345,104434],[1227519,105378],[1218036,102926],[1228440,121993],[1228129,120652],[1226891,125963],[1224370,126599],[1224922,123515],[1228197,120002],[1227623,124868],[1225351,127167],[1222865,120009],[1239709,129614],[1234368,132034],[1237589,137130],[1235828,132279],[1241198,132971],[1238814,137135],[1230980,131687],[1233450,132155],[1232922,135256],[1229624,132589],[1231173,137216],[1238859,129264],[1235042,133103],[1238253,131287],[1238163,138030],[1230804,130895],[1232220,133379],[1232311,135972],[1230390,132932],[1230365,138022],[1235851,133130],[1236704,136924],[1240859,132335],[1236062,130954],[1239302,131579],[1238885,136190],[1230138,147951],[1230137,149977],[1231805,141093],[1234263,152180],[1228954,141938],[1240741,153543],[1234819,143367],[1230190,146082],[1230019,153067],[1231549,152102],[1238130,152770],[1233341,144745],[1238015,153210],[1239253,144061],[1229551,148245],[1237510,153202],[1228931,153782],[1236046,153319],[1229945,152615],[1238541,152079],[1229944,144910],[1231806,142582],[1239216,142628],[1239760,152999],[1231616,153381],[1229318,153088],[1240028,153205],[1230794,144644],[1235691,142807],[1239345,141342],[1241391,152534],[1241039,148840],[1237747,152168],[1232726,150303],[1229461,153294],[1229946,148883],[1240496,152971],[1231122,153039],[1239189,152301],[1239423,144859],[1230008,142547],[1233296,145207],[1233430,143743],[1236913,153443],[1231773,153667],[1238023,163638],[1229562,159892],[1236848,157857],[1240021,163707],[1235967,159882],[1232747,160056],[1231205,162876],[1240368,159664],[1230271,155629],[1230617,154089],[1230368,156115],[1230705,160512],[1236854,166346],[1235695,153987],[1239822,162999],[1232050,157791],[1229866,155289],[1229049,158794],[1230317,157347],[1232343,160369],[1236513,158045],[1232381,159342],[1228941,158291],[1237624,162449],[1241339,166174],[1240220,159754],[1231873,153810],[1236980,159397],[1230531,157745],[1234133,156190],[1231288,159260],[1235972,162828],[1240433,160202],[1233751,163627],[1241403,158481],[1240109,166136],[1229430,158130],[1231401,158167],[1238102,157195],[1231237,161402],[1238809,166372],[1237845,162980],[1235574,156185],[1231466,154189],[1238328,164904],[1234869,155963],[1235841,157570],[1237743,165661],[1230023,155014],[1236911,157703],[1237146,154302],[1232130,159692],[1232044,155290],[1230949,156655],[1241499,159361],[1233067,156542],[1230944,155222],[1236081,166196],[1231652,155771],[1240797,166345],[1229886,157601],[1240759,161491],[1229361,157278],[1237851,160508],[1233183,159748],[1232378,162171],[1234306,161288],[1233017,161909],[1236802,158186],[1228919,155574],[1232847,156656],[1234184,165959],[1233734,164882],[1235534,165889],[1239113,157698],[1234702,166066],[1235514,171740],[1239576,168490],[1238294,170113],[1236265,174148],[1231872,173816],[1232440,172158],[1240386,170817],[1239650,167785],[1239130,173922],[1229527,176690],[1228955,169502],[1238933,171182],[1237191,171879],[1233311,172236],[1237636,172325],[1233625,166769],[1239656,170749],[1231010,171408],[1236496,173759],[1239571,174313],[1235322,169636],[1229179,168887],[1230653,175301],[1233029,173620],[1238104,167771],[1234841,173375],[1236863,173130],[1234323,170043],[1237981,173953],[1239563,169061],[1234745,166848],[1239038,168936],[1231269,174476],[1233663,172440],[1231508,172321],[1241456,170667],[1239343,173552],[1240310,171739],[1235495,173832],[1236399,173208],[1233320,169792],[1231166,174990],[1233471,174460],[1231368,172622],[1241302,170979],[1239346,174416],[1234859,173110],[1237576,173117],[1235004,169283],[1237525,167351],[1234830,166649],[1230842,168816],[1237412,172092],[1231300,173472],[1237803,167021],[1233023,167407],[1237290,171994],[1241475,167528],[1238168,167472],[1237536,171976],[1229877,175037],[1232407,173704],[1240089,187539],[1240026,188022],[1238531,189830],[1237890,187467],[1240731,190613],[1240290,185847],[1238144,188719],[1241251,183974],[1238467,186549],[1241201,187501],[1237520,187911],[1239161,190149],[1241523,183573],[1237317,187276],[1241032,187741],[1238458,189172],[1240391,190166],[1241263,190158],[1240431,188521],[1239601,190018],[1238150,187964],[1240515,183894],[1240369,190502],[1241336,191404],[1232020,186199],[1233088,187598],[1229931,188960],[1231750,190362],[1237753,191235],[1236321,191598],[1233886,185758],[1233473,188354],[1232316,188360],[1231932,191797],[1236709,190097],[1235459,190061],[1229083,180906],[1235209,191741],[1232893,185870],[1230896,189524],[1228845,179748],[1232769,188036],[1230597,189045],[1236020,189851],[1235142,189704],[1237619,203741],[1232843,204240],[1236788,201579],[1229141,193301],[1238995,192552],[1234116,192669],[1239431,197338],[1236742,198776],[1239282,200209],[1236827,196317],[1236437,193398],[1237459,202139],[1237103,203224],[1234378,195988],[1240326,203535],[1237194,204294],[1240665,203930],[1236284,201199],[1238345,193130],[1239438,198769],[1238122,195079],[1239293,202137],[1236528,192837],[1234495,201327],[1229138,201259],[1229261,192622],[1234803,194572],[1238561,194799],[1238447,198756],[1239809,203957],[1236227,201930],[1232575,204738],[1238434,192380],[1234892,194087],[1237660,198138],[1239632,202625],[1238559,196286],[1235978,193861],[1237042,202294],[1236632,204807],[1239257,198018],[1235318,193666],[1238676,194314],[1238903,200586],[1235633,194391],[1238050,193644],[1231100,215899],[1237105,216269],[1238978,213098],[1235868,206670],[1235367,212052],[1230232,215614],[1229075,216837],[1239385,216965],[1239578,213120],[1229451,215944],[1235834,207502],[1236087,211450],[1232935,214987],[1240876,209217],[1239586,210967],[1238754,217566],[1229732,216651],[1229274,206758],[1229778,206153],[1235799,212000],[1241342,211207],[1239281,209590],[1235672,215723],[1236019,216574],[1240095,205359],[1230078,217283],[1228968,205131],[1235701,205689],[1237575,211651],[1228895,215621],[1239568,211467],[1238507,216029],[1238201,208935],[1229497,215157],[1230216,206111],[1234113,205140],[1232033,205792],[1237207,212087],[1239752,212255],[1236974,217423],[1240364,217762],[1239923,211188],[1240449,208503],[1241005,211672],[1241526,210775],[1238710,216882],[1237590,224299],[1237647,219908],[1232254,221425],[1234978,219987],[1234863,221927],[1238937,220918],[1237824,224651],[1234677,218713],[1232111,222967],[1229081,220876],[1236948,219313],[1238051,220534],[1232622,221611],[1239413,220969],[1232359,219266],[1231270,219854],[1233353,223274],[1240381,221737],[1239662,226311],[1236035,220194],[1234003,218980],[1235243,219808],[1238116,218375],[1239158,220297],[1233496,219107],[1240240,219136],[1233007,223781],[1241044,218488],[1236484,220291],[1233557,221473],[1238999,228497],[1240278,234941],[1237953,232260],[1238318,230872],[1237598,233352],[1239880,233347],[1236619,235158],[1239449,233005],[1240185,234397],[1238162,237445],[1237124,233921],[1236792,236286],[1238896,239637],[1239895,237294],[1240756,239123],[1239325,232169],[1238142,234411],[1239024,240441],[1237382,237724],[1237984,236195],[1238344,234779],[1237618,232862],[1237741,233927],[1239628,239669],[1239677,239181],[1237276,237520],[1237803,231372],[1237544,239757],[1236945,238460],[1241194,252578],[1229771,254856],[1239117,255731],[1235810,254892],[1239302,253651],[1240692,253203],[1237733,254391],[1235404,255819],[1230388,258109],[1229926,262957],[1231132,259763],[1230560,258665],[1231240,256639],[1231667,261236],[1233750,260235],[1241087,262889],[1229500,258548],[1237427,262953],[1240165,257217],[1231952,256383],[1233545,265323],[1231539,268136],[1232679,264680],[1230738,266740],[1231039,257894],[1237882,261443],[1236750,260873],[1230109,266558],[1230721,269768],[1239094,280639],[1238478,275218],[1230751,269124],[1239022,279960],[1238049,273864],[1231089,304481],[1229718,305020],[1239112,310573],[1240904,310525],[1238687,327754],[1237232,323517],[1231851,95130],[1235845,96544],[1237987,102515],[1237331,99231],[1229970,101985],[1236869,94367],[1238662,102400],[1237453,99845],[1235983,102572],[1239007,99237],[1239125,102378],[1239244,99738],[1238888,98838],[1229340,104059],[1237098,106478],[1231243,106018],[1238839,105337],[1237233,107192],[1240697,109993],[1237989,107356],[1241026,112829],[1237103,104732],[1237754,103458],[1236972,102767],[1237881,105127],[1237829,102970],[1230106,125540],[1234912,121809],[1239613,127190],[1233808,122456],[1240666,124997],[1235404,123155],[1229155,124007],[1239515,127835],[1230016,124196],[1234451,122874],[1240954,127049],[1233331,124283],[1230262,124950],[1241314,127859],[1247633,132112],[1244587,131843],[1243829,132155],[1251457,140044],[1242999,130952],[1242337,140760],[1248376,134869],[1252187,140944],[1241738,137111],[1244786,139139],[1245846,131797],[1246696,134165],[1248849,133689],[1243595,134283],[1253893,131042],[1247206,133112],[1249340,144814],[1248673,142868],[1247198,146513],[1241896,141630],[1251735,142391],[1253647,146473],[1245874,153223],[1246412,150493],[1242726,142308],[1243302,153764],[1245295,144809],[1241757,142746],[1247535,142135],[1243734,152533],[1247348,148926],[1250148,142423],[1252514,146752],[1241776,148986],[1247787,152824],[1243119,152273],[1242575,141660],[1251937,141856],[1242809,141141],[1250817,164648],[1253601,164322],[1253592,165650],[1253000,162818],[1254200,164944],[1251073,166109],[1251195,164649],[1253969,162692],[1252030,156278],[1248949,160206],[1243531,159338],[1244130,163572],[1251758,159037],[1253935,159675],[1248916,162825],[1244218,158899],[1250354,166159],[1242851,158997],[1242797,157932],[1241845,162560],[1250887,160504],[1253387,160385],[1252626,161593],[1244181,158136],[1246591,161212],[1244928,161171],[1251482,160550],[1246777,154004],[1248038,161613],[1246616,159893],[1242505,159498],[1248156,160789],[1248470,165773],[1246386,160213],[1242680,160609],[1252890,161281],[1253150,155830],[1248802,161960],[1249888,165629],[1249084,158543],[1243037,154670],[1244731,158540],[1245732,162312],[1244066,162892],[1249322,160251],[1253619,160575],[1242319,159966],[1248291,162056],[1248931,165661],[1245252,160769],[1249039,163484],[1246947,156038],[1250159,155409],[1246208,156333],[1248361,159370],[1243893,162018],[1243468,160067],[1249120,166216],[1250369,156330],[1254256,161218],[1245957,158916],[1244695,161507],[1250607,164278],[1243091,162721],[1244684,160546],[1249602,163318],[1246897,159321],[1252101,155547],[1246503,158829],[1250997,156142],[1250895,159001],[1245966,160674],[1243555,162542],[1250016,159707],[1249789,163136],[1244687,156111],[1253936,161869],[1253606,160579],[1243104,154271],[1245573,160079],[1245693,161721],[1249569,158311],[1253747,157103],[1241837,161970],[1245556,174441],[1248581,177603],[1252269,172271],[1253822,174078],[1248263,173722],[1249438,171989],[1249251,177628],[1252806,170455],[1253829,173632],[1247306,176828],[1251695,177925],[1246460,175729],[1248082,174034],[1250118,171570],[1251890,167200],[1250827,177895],[1252604,171248],[1251295,168857],[1254301,172619],[1252871,178734],[1249656,171612],[1253685,168546],[1251869,166743],[1253054,167529],[1250699,171229],[1252845,167596],[1245674,172562],[1243723,174134],[1248210,168093],[1249410,168275],[1245010,166799],[1242747,173471],[1244953,169945],[1247870,167532],[1246179,172579],[1244463,174346],[1245972,171397],[1243718,170057],[1243043,171029],[1250222,167738],[1245385,172732],[1242669,173730],[1244370,172054],[1244963,171098],[1242035,172781],[1243136,170151],[1243681,173942],[1245876,172028],[1242794,172782],[1242345,172129],[1248703,168405],[1248199,166899],[1247908,170940],[1249424,168680],[1250465,166852],[1249225,167928],[1250635,168539],[1248415,170544],[1246106,189778],[1246697,190898],[1247962,190695],[1251169,188037],[1251063,191362],[1248148,189128],[1246093,183206],[1246764,182021],[1245096,183753],[1242708,184107],[1244150,186106],[1248716,185140],[1249383,186533],[1242765,188992],[1244474,187269],[1243809,192112],[1250442,180868],[1243465,181373],[1243433,183575],[1246342,190390],[1247802,187516],[1244642,182901],[1242203,181608],[1245556,182474],[1247933,191772],[1245959,188001],[1251500,186650],[1247248,191901],[1242675,187989],[1251334,184935],[1246641,182691],[1242890,191391],[1248608,191254],[1243713,186745],[1246867,191698],[1247873,188554],[1247327,189104],[1248075,181309],[1245624,183396],[1243533,182933],[1247563,185889],[1241687,185803],[1242833,190493],[1246068,187346],[1249218,180000],[1250187,180325],[1253085,179519],[1241763,181926],[1245118,181155],[1242195,186302],[1252233,187549],[1246420,188563],[1247677,191186],[1242998,185840],[1251529,185790],[1244824,190976],[1246108,189220],[1243491,188150],[1245004,182674],[1243659,183095],[1241686,191761],[1242231,192091],[1247277,187991],[1248185,189732],[1248712,187251],[1253011,187669],[1243263,190333],[1247463,181327],[1242726,181711],[1245729,188607],[1241799,183704],[1242974,186314],[1242311,183176],[1243051,182286],[1246476,181293],[1242256,185697],[1243472,182062],[1241799,183156],[1245947,181697],[1253557,193929],[1248508,195123],[1250805,194988],[1250480,196017],[1243126,193446],[1253890,195381],[1247040,202434],[1243982,202505],[1248593,197927],[1245908,201095],[1243603,196798],[1252280,198560],[1249005,193784],[1248211,193675],[1247113,193585],[1250866,194353],[1243413,193255],[1244245,197268],[1247133,197581],[1252170,196743],[1251161,200525],[1252510,193703],[1247445,194191],[1248507,195081],[1249737,196275],[1243845,197973],[1253247,196885],[1243933,195315],[1254305,203723],[1251707,200091],[1254011,204109],[1249638,199729],[1252925,193601],[1246372,196187],[1248090,198053],[1246541,198760],[1252708,201194],[1248894,193992],[1243801,195973],[1246399,194865],[1248412,193241],[1252626,200118],[1242708,194651],[1243129,194284],[1242626,193486],[1254036,197992],[1246768,199126],[1249983,199642],[1247625,204649],[1243332,201290],[1254279,196234],[1250721,208664],[1249423,211386],[1248067,205462],[1247027,210681],[1215792,197179],[1252671,206097],[1249892,208079],[1246394,210528],[1252325,205884],[1251525,207648],[1252578,206848],[1251066,207036],[1249520,212630],[1245687,211168],[1244289,213805],[1248245,213212],[1250390,207350],[1244612,212142],[1243807,211456],[1242053,214117],[1246571,217313],[1245079,211232],[1243739,217505],[1243760,212984],[1244176,211008],[1241879,209948],[1242617,214259],[1247297,217067],[1242786,212980],[1242682,209594],[1242004,229022],[1243170,225783],[1247173,225310],[1242116,218630],[1248632,225795],[1252847,224735],[1248851,222359],[1248748,220352],[1244934,224101],[1242817,226232],[1247939,226053],[1252470,230497],[1249286,230256],[1250768,225010],[1248776,226739],[1244394,221142],[1245365,223264],[1243125,218842],[1246154,224595],[1249283,220312],[1247100,226832],[1241863,218021],[1242904,227925],[1249937,223979],[1245345,219521],[1248765,221175],[1242343,227502],[1244315,219955],[1246072,226035],[1245799,230049],[1244527,223453],[1250908,223418],[1244330,223739],[1246604,225496],[1249760,221528],[1242157,227972],[1246495,226579],[1244706,221798],[1243749,226129],[1251011,222017],[1251995,223709],[1246659,224235],[1250534,226376],[1251447,227707],[1245567,230532],[1247010,232359],[1246591,236743],[1241838,239757],[1253482,236539],[1253384,233019],[1251137,231733],[1253695,241891],[1252827,241954],[1248405,236326],[1247637,242973],[1242365,233245],[1250264,236561],[1247536,242289],[1244914,231057],[1246436,230797],[1243724,231118],[1242296,239891],[1253568,242841],[1243433,231622],[1243698,238998],[1245287,232013],[1250294,231973],[1253293,233898],[1252995,232340],[1248715,236727],[1247978,236593],[1249878,236479],[1249552,237200],[1248067,242674],[1245123,234198],[1245991,230719],[1245620,233690],[1243379,237987],[1243161,230927],[1246098,236772],[1251561,235781],[1246410,243337],[1246511,248680],[1246851,248502],[1246090,243503],[1253284,246956],[1249827,248576],[1253757,244566],[1251764,252409],[1245960,252139],[1244827,252672],[1245208,248399],[1253334,249323],[1242831,252330],[1244433,254005],[1252397,255663],[1252201,253710],[1252282,252896],[1243664,254752],[1243016,248958],[1254264,246517],[1252357,244040],[1247665,248132],[1242863,249470],[1243551,248460],[1252686,266235],[1242772,256899],[1247981,261468],[1243861,266390],[1248800,261648],[1246243,258120],[1246463,256819],[1247454,256647],[1250475,257931],[1251765,257505],[1253662,260272],[1252242,260691],[1250657,262215],[1245193,263922],[1248983,264452],[1251818,268120],[1243110,257645],[1242335,263352],[1252763,259653],[1242742,261833],[1245236,262477],[1243564,267676],[1243572,265381],[1253322,268247],[1250140,265678],[1253369,264578],[1249383,266032],[1245624,277276],[1244171,281266],[1244815,277707],[1245215,284257],[1247702,317074],[1247450,314901],[1249408,314592],[1244715,311200],[1244474,319064],[1252890,316603],[1249477,313951],[1244406,311211],[1246134,315257],[1249465,316362],[1248056,326384],[1251136,325502],[1242307,337211],[1243383,333455],[1249612,95696],[1242596,98904],[1248505,94074],[1243866,102281],[1250557,114987],[1246321,113290],[1248154,111764],[1242565,112264],[1247679,102923],[1253805,113933],[1245397,114054],[1250391,115391],[1247301,109551],[1242136,112092],[1247770,103615],[1249531,108398],[1242003,113211],[1248547,102700],[1250409,109269],[1246799,103650],[1248269,108803],[1249127,103768],[1244335,117403],[1248277,119099],[1251845,124456],[1252479,123914],[1244732,117240],[1253813,118458],[1249186,118631],[1254355,117799],[1258781,137591],[1257328,131631],[1265042,128905],[1259108,130225],[1265004,130405],[1260954,134658],[1263679,135319],[1265880,135846],[1266238,131063],[1264620,136388],[1260734,137794],[1261794,129565],[1266847,131633],[1264228,136143],[1265785,130716],[1263206,133727],[1266316,130508],[1262693,134318],[1263537,153575],[1266354,152916],[1257124,153554],[1261572,153028],[1257791,151264],[1263135,147929],[1264791,151047],[1261815,150860],[1261471,153634],[1265675,149432],[1266329,150584],[1263724,163136],[1263781,165924],[1258297,163054],[1261977,164918],[1261409,162366],[1262128,164209],[1255195,165923],[1257098,163122],[1254985,161908],[1261365,161372],[1256523,160938],[1261721,163828],[1262423,165919],[1262026,162982],[1263546,165022],[1261874,164508],[1257449,164308],[1256197,163257],[1261965,166367],[1265350,157702],[1263073,164552],[1267024,164643],[1266730,163536],[1256342,160114],[1258460,160955],[1258442,155920],[1264020,154281],[1262770,162345],[1262496,164144],[1262804,166577],[1255329,162609],[1256245,166548],[1256184,166143],[1257469,161382],[1258789,166185],[1260937,166533],[1267055,156530],[1264623,156495],[1262883,163344],[1266491,165511],[1254745,162760],[1255846,161188],[1258357,162207],[1257338,160997],[1259370,155918],[1266147,164420],[1261213,162537],[1264084,163368],[1264199,162246],[1256708,160096],[1258553,165276],[1258758,161857],[1263506,154138],[1263221,166033],[1266950,165340],[1266047,162970],[1257336,162675],[1257459,164926],[1257067,160601],[1259542,161793],[1257263,159279],[1264415,154364],[1261910,165424],[1256198,159335],[1254454,159007],[1257181,154965],[1255914,156559],[1258351,153925],[1259672,154319],[1255235,159111],[1254499,157161],[1256761,154021],[1258757,155226],[1255908,159466],[1255659,156120],[1257988,155433],[1259893,174465],[1255115,176041],[1257661,174048],[1263121,171398],[1264937,170717],[1259323,171635],[1262975,174943],[1261320,177086],[1260726,178722],[1260274,167999],[1261399,173182],[1261875,174782],[1257028,176507],[1254651,172239],[1263092,173404],[1259880,171813],[1259495,168998],[1260870,173024],[1265455,167694],[1266538,170564],[1256555,171198],[1257597,168059],[1255749,168148],[1258438,174093],[1258936,174311],[1264471,174066],[1265371,171497],[1260953,168100],[1261775,172412],[1261154,176360],[1259820,175086],[1263787,170817],[1260677,172512],[1262088,174295],[1257093,176014],[1263025,171138],[1263184,170892],[1265601,170756],[1260631,167591],[1259639,171255],[1261272,172240],[1256407,170445],[1256561,167163],[1266849,167895],[1261096,178341],[1266706,167172],[1261072,167200],[1260471,172767],[1263344,175006],[1256579,171540],[1257085,166611],[1255703,166945],[1263596,171093],[1259486,170408],[1260113,171334],[1266888,168462],[1256756,170719],[1255844,168183],[1255173,167451],[1259075,172361],[1265223,171082],[1256167,170792],[1264561,186638],[1265650,182022],[1259066,181199],[1260078,179659],[1260569,179666],[1266118,183793],[1263502,187858],[1255177,189513],[1267015,179838],[1266608,183920],[1256367,192140],[1264836,189327],[1256481,189390],[1256834,188803],[1255475,203463],[1256709,193773],[1255459,195058],[1257397,200682],[1256424,194664],[1255059,203548],[1255954,203535],[1254507,201121],[1255962,200887],[1257062,196180],[1255388,201411],[1254654,204545],[1257388,195421],[1255776,198261],[1255650,196103],[1255311,194914],[1256758,215570],[1255765,216191],[1255597,217188],[1256100,215341],[1257010,217466],[1265200,206356],[1256122,215943],[1254774,216672],[1264563,205452],[1256395,217515],[1255493,216468],[1255406,217572],[1256336,218241],[1255868,218601],[1256604,227688],[1266354,223064],[1266611,218495],[1255612,218047],[1267051,227974],[1264631,223854],[1264555,225167],[1266191,231874],[1264021,233204],[1266029,234458],[1265149,231591],[1256159,236471],[1260233,238993],[1260083,240083],[1259178,232059],[1264329,235055],[1262582,238937],[1260270,242682],[1263421,241542],[1259305,233045],[1255530,236791],[1260963,239521],[1260036,232047],[1263569,234479],[1258145,243368],[1255575,238567],[1255895,243382],[1255266,245942],[1260011,243648],[1259949,244211],[1262884,245409],[1265558,254061],[1259894,249896],[1258892,250605],[1261933,254518],[1254527,251580],[1256580,244510],[1258970,243491],[1264471,247559],[1266725,255102],[1257698,250388],[1261965,253789],[1255872,251111],[1266824,253782],[1254439,266530],[1262748,258243],[1260548,259513],[1263373,260972],[1254465,264883],[1254572,268066],[1262435,257385],[1262720,261421],[1266850,257378],[1266808,272620],[1255477,279167],[1255084,281876],[1264480,293804],[1265676,295652],[1265738,304992],[1266898,295524],[1267127,301684],[1255222,316749],[1255472,309914],[1256536,321446],[1258006,323743],[1258122,327146],[1257918,321010],[1257510,324003],[1256266,325995],[1258809,97949],[1254462,115025],[1259549,122695],[1264041,125608],[1261215,123759],[1255494,118694],[1265704,126370],[1258088,124596],[1259774,125795],[1258688,125336],[1255050,117014],[1260828,124161],[1255344,117732],[1269896,136235],[1271981,153655],[1270056,152382],[1272352,153362],[1268662,152797],[1271244,151334],[1277876,163912],[1275907,160078],[1268424,164239],[1271037,160796],[1278527,161813],[1270308,164921],[1268541,154116],[1270196,157484],[1269646,158781],[1267878,157492],[1269286,164172],[1270938,156872],[1278032,159985],[1268568,158281],[1268761,160070],[1275726,157393],[1268304,166016],[1270795,165364],[1275991,162117],[1276314,160490],[1267415,179354],[1271909,175356],[1277747,173437],[1268217,173047],[1279977,166916],[1270614,168732],[1269812,170909],[1275043,178433],[1277897,166648],[1270636,174273],[1269228,168916],[1267448,170797],[1270293,172959],[1272645,174024],[1267992,167219],[1271793,168497],[1269446,169384],[1272968,170034],[1272553,174533],[1268496,168193],[1271273,171263],[1272570,170618],[1270891,171830],[1268312,182727],[1273596,182565],[1269974,191191],[1272849,184385],[1267691,182908],[1273867,182682],[1268259,184992],[1270267,187296],[1270800,182366],[1269263,200803],[1270493,199742],[1269507,192214],[1269336,200483],[1268261,217999],[1271660,227032],[1271670,224261],[1271369,220141],[1269490,226505],[1269336,221641],[1278815,241654],[1274366,235240],[1268804,234483],[1277622,236101],[1268050,233489],[1278474,240659],[1274542,235601],[1275005,236302],[1277975,235505],[1273489,240760],[1272174,240984],[1271444,239177],[1267632,247519],[1267813,244345],[1269831,246672],[1271856,246863],[1273541,253110],[1275987,251266],[1273731,250609],[1278545,248006],[1272378,248613],[1272872,250804],[1276261,251738],[1268200,246447],[1277032,252348],[1268517,246881],[1268795,246333],[1279634,247004],[1276829,247954],[1277249,251137],[1272855,249235],[1273241,250562],[1268523,256783],[1272094,262386],[1274051,259320],[1274131,258186],[1271006,262716],[1268118,259529],[1278385,263263],[1278006,261852],[1276962,261374],[1277807,260499],[1276818,257837],[1275188,263426],[1274129,263638],[1276060,261042],[1273502,257141],[1270747,263533],[1267796,259440],[1279031,263156],[1279764,261562],[1279221,277158],[1267695,274453],[1269996,279387],[1279461,274157],[1270797,278000],[1272811,290260],[1272893,288653],[1268429,292803],[1272225,306090],[1271561,295585],[1272237,302766],[1271974,296278],[1269387,310003]] \ No newline at end of file diff --git a/src/gathering/a10659.json b/src/gathering/a10659.json new file mode 100644 index 0000000..adf35ad --- /dev/null +++ b/src/gathering/a10659.json @@ -0,0 +1 @@ +[[-7551,-310244],[-273386,-426833],[-26400,-343244],[-36574,-354819],[-580499,-322253],[-578348,-327847],[-599193,-329933],[-592358,-328309],[-589107,-328723],[-609439,-320240],[-605665,-323283],[-605137,-323713],[-609327,-320283],[-65939,-381613],[139833,-277021],[139655,-277402],[140726,-280662],[135299,-284870],[15547,-329227],[18697,-331522],[16351,-331762],[13372,-345056],[15312,-340869],[15640,-341193],[16244,-335429],[19879,-336518],[16935,-333913],[19780,-332883],[23420,-346993],[23285,-347021],[21821,-349839],[26477,-347635],[124312,-288820],[126923,-288663],[-133396,-515036],[-133181,-515114],[-11241,-299354],[-9596,-299401],[-5322,-317690],[-3319,-309999],[-8404,-329752],[-8606,-326021],[-8772,-325824],[-7432,-325806],[-463,-330756],[-2421,-325135],[-9441,-329116],[-11559,-325580],[-8808,-327145],[-8535,-330030],[-9690,-329699],[-8281,-325822],[-12132,-327298],[-9186,-330380],[-12689,-343433],[-11389,-335542],[-11539,-341654],[-125,-332808],[-12233,-332878],[-9283,-344520],[-12222,-341490],[-11721,-338871],[-11305,-333929],[-12503,-356808],[-11700,-356464],[-12296,-349597],[-12268,-350276],[-12708,-356586],[-11040,-350304],[-12340,-356863],[-12331,-349403],[-11822,-351209],[-10108,-369524],[-2680,-359744],[-10730,-376238],[-1109,-405655],[-254973,-284685],[-244332,-292263],[-250058,-333244],[-248972,-333437],[-254902,-552584],[-303716,-459969],[-306280,-468623],[-312756,-465084],[-362590,-384350],[-13946,-297028],[-13177,-297693],[-17278,-295998],[-23890,-318635],[-15691,-316711],[-17923,-317912],[-20364,-317466],[-18887,-315450],[-15720,-314304],[-22071,-317503],[-22268,-318251],[-13444,-309260],[-16358,-326832],[-16472,-322416],[-25054,-329891],[-25504,-331204],[-13292,-325797],[-25063,-331591],[-15827,-326835],[-21013,-329857],[-17367,-330803],[-25479,-335458],[-13879,-332909],[-17547,-340076],[-14882,-338059],[-17712,-343306],[-13346,-334814],[-16084,-336386],[-20819,-340517],[-20880,-336759],[-14562,-338705],[-20114,-345224],[-23566,-340782],[-16393,-344730],[-15392,-342254],[-18133,-341351],[-14282,-340071],[-21851,-353346],[-22540,-350654],[-22105,-356303],[-25226,-352160],[-22913,-354049],[-21606,-352330],[-21677,-357361],[-16389,-347148],[-19532,-355808],[-18102,-352427],[-17518,-347268],[-14242,-350902],[-23268,-346495],[-13679,-345936],[-20808,-357818],[-14058,-351606],[-19758,-361588],[-18416,-364598],[-24359,-361698],[-14573,-358861],[-19518,-366362],[-16831,-361108],[-19880,-361965],[-18357,-359946],[-19890,-366644],[-19027,-365288],[-18904,-360297],[-24053,-360189],[-24428,-360171],[-20428,-370853],[-22982,-361247],[-23033,-361269],[-18791,-360412],[-19092,-369733],[-22676,-378261],[-25559,-379933],[-19960,-386544],[-20100,-388869],[-13813,-388951],[-20029,-392774],[-408759,-357891],[-406826,-520961],[-408311,-518421],[-409313,-526352],[-414390,-363350],[-412439,-358373],[-410222,-361644],[-413677,-522137],[-413930,-536419],[-415789,-534576],[-414789,-533294],[-414733,-534508],[-412775,-529293],[-413646,-535670],[-413163,-529873],[-413713,-527190],[-416690,-530765],[-412317,-525344],[-415286,-532472],[-415227,-534752],[-413633,-534919],[-412783,-527910],[-417043,-531720],[-418576,-530962],[-412988,-532049],[-414948,-532114],[-414181,-526587],[-410322,-535459],[-412487,-532811],[-414164,-530656],[-414804,-536815],[-414266,-529003],[-415069,-539466],[-414173,-540700],[-414226,-538512],[-433586,-356223],[-429829,-346925],[-432004,-535734],[-460763,-164868],[-459372,-102155],[-453837,-97249],[-457711,-94057],[-463567,-143321],[-463171,-143953],[-462097,-141845],[-466531,-164314],[-463634,-157664],[-470094,-164981],[-465764,-162560],[-464288,-160491],[-467114,-158236],[-467287,-160602],[-462081,-162390],[-470763,-158744],[-467575,-162854],[-472453,-176401],[-463258,-167034],[-471949,-177155],[-462333,-166504],[-468448,-177267],[-471422,-173220],[-468292,-181002],[-471789,-98873],[-465220,-99944],[-477144,-148302],[-476461,-152372],[-476228,-147741],[-475405,-149254],[-475663,-157788],[-476673,-159155],[-478554,-154589],[-482762,-159856],[-476859,-159521],[-485517,-154457],[-475421,-159813],[-482712,-173917],[-475895,-175726],[-484224,-172627],[-476449,-177388],[-485885,-174957],[-475583,-169521],[-484414,-176399],[-475481,-174294],[-482574,-178319],[-481091,-169863],[-482527,-179798],[-483576,-232684],[-493668,-156207],[-498363,-161351],[-491295,-154961],[-495683,-170039],[-495251,-166989],[-486455,-172398],[-27812,-317033],[-29682,-317067],[-26510,-317964],[-29703,-325848],[-29234,-326451],[-29524,-332013],[-28093,-320482],[-28695,-323186],[-25794,-332014],[-26632,-332467],[-27523,-323376],[-26691,-333300],[-29347,-340510],[-30522,-335543],[-29762,-339640],[-28769,-343185],[-27134,-345490],[-34661,-355270],[-25614,-352794],[-29188,-356925],[-26117,-355366],[-32236,-355760],[-28136,-348513],[-33010,-352649],[-33357,-350114],[-33804,-350382],[-33688,-356014],[-32933,-350963],[-31627,-357455],[-28215,-356190],[-26233,-355443],[-26486,-347915],[-29824,-347135],[-27562,-351464],[-30382,-356023],[-30034,-346776],[-26921,-368231],[-28045,-367768],[-30541,-360184],[-26877,-358966],[-32362,-364303],[-27908,-368124],[-31170,-368988],[-26440,-358887],[-31873,-364467],[-522050,-160956],[-536190,-130936],[-532400,-135318],[-537083,-141236],[-536797,-149769],[-532449,-148959],[-531282,-146818],[-526882,-157008],[-529563,-156994],[-536057,-186218],[-529760,-190329],[-527405,-184261],[-539444,-134623],[-547847,-331616],[-558337,-416807],[-568898,-416249],[-582266,-410844],[-72210,-392367],[1186,-329655],[225,-327667],[287,-330516],[5112,-319865],[7721,-325675],[6237,-330441],[12391,-324269],[7137,-326742],[9040,-327231],[9379,-325837],[12284,-332583],[81,-333765],[453,-337629],[7430,-344837],[10363,-338249],[10396,-337225],[6504,-337095],[10216,-343924],[9029,-340249],[10326,-334725],[12112,-338137],[6850,-335699],[9755,-337704],[12638,-339414],[9967,-336352],[11670,-340486],[9222,-338949],[11970,-353780],[5491,-357179],[12160,-349233],[4780,-345494],[8907,-346197],[7809,-348944],[11265,-347895],[4828,-346258],[8175,-357638],[12794,-364517],[6415,-362630],[1286,-362170],[10852,-367965],[4888,-359761],[10955,-361095],[6930,-358968],[7260,-361921],[12267,-364040],[10055,-373554],[11687,-373969],[8847,-388619],[11451,-394573],[10558,-387724],[12205,-397759],[21960,-306952],[15189,-314729],[16343,-319734],[15946,-318646],[18643,-312432],[15219,-311214],[14605,-318897],[23311,-309692],[23657,-316874],[20883,-324032],[18437,-322406],[23771,-323219],[23569,-324575],[24813,-321464],[23743,-329982],[22703,-331657],[23744,-329789],[19737,-327406],[17453,-322740],[25141,-321949],[18931,-323980],[25319,-321394],[21888,-323523],[18406,-323722],[20477,-324699],[23028,-322266],[24576,-331166],[19605,-328503],[21247,-334757],[16455,-338959],[20525,-334769],[19932,-337622],[25518,-336394],[23642,-339666],[25219,-341029],[25593,-337520],[16170,-356668],[14279,-351795],[13808,-355105],[12838,-353346],[17138,-352106],[13251,-350760],[21485,-357253],[20668,-355491],[16335,-354691],[16843,-349863],[21689,-357737],[18120,-363226],[14566,-364536],[19503,-363006],[19637,-359687],[18005,-358408],[20209,-360293],[14977,-360237],[22835,-360154],[13873,-370969],[34592,-306729],[29817,-303972],[31843,-297984],[37606,-295708],[28328,-301977],[36425,-303036],[35708,-306643],[36839,-295600],[32377,-298547],[27605,-305463],[37008,-314203],[38384,-307157],[37117,-314573],[31294,-331462],[34230,-325754],[29993,-320494],[27141,-330901],[36149,-322813],[29992,-320868],[32726,-332345],[28684,-322070],[29892,-324957],[25796,-328184],[33651,-321982],[27525,-326702],[26362,-325689],[33177,-328216],[25702,-336005],[32023,-339810],[35905,-343705],[27114,-336401],[32045,-333679],[29342,-341223],[26453,-335410],[29954,-336920],[30752,-343097],[31340,-340202],[34072,-344061],[25725,-336449],[33183,-333811],[27919,-338169],[36253,-344171],[32759,-332961],[29882,-339352],[33758,-343897],[26250,-343512],[32561,-334418],[32270,-340123],[36811,-344338],[36427,-339955],[36994,-344901],[27955,-334110],[32987,-337292],[37225,-339420],[30868,-340753],[32812,-347893],[44060,-305276],[42196,-297473],[48815,-304594],[39126,-303133],[41521,-298448],[45634,-302570],[48033,-304786],[41480,-305686],[41257,-304369],[50845,-305304],[48069,-304311],[41339,-301715],[40086,-309255],[44766,-310033],[39198,-326207],[45785,-331805],[41876,-328766],[42320,-326977],[39515,-326235],[42076,-326739],[41674,-328947],[42007,-328988],[45149,-328764],[49125,-331865],[39367,-325996],[47785,-330733],[49406,-335344],[50068,-336611],[49201,-335794],[50578,-336351],[48442,-344019],[49858,-336318],[47718,-334589],[48411,-335617],[49124,-344802],[46424,-339493],[45883,-335822],[43985,-348722],[39131,-346118],[41524,-348420],[46966,-345506],[44553,-351091],[44615,-348568],[38836,-346366],[41205,-348006],[48011,-350604],[57005,-302613],[51444,-304867],[51902,-302589],[51285,-303692],[52611,-301653],[61281,-310835],[60964,-312093],[61781,-313984],[60248,-311007],[63854,-310329],[63623,-318752],[55921,-311512],[59667,-317648],[57005,-311729],[58497,-317898],[62791,-319532],[52114,-316789],[56608,-325450],[55021,-324120],[59028,-325259],[55353,-332392],[57367,-326697],[56122,-342617],[57587,-335060],[51351,-343151],[56569,-336320],[55073,-333633],[55690,-344582],[53720,-338282],[59775,-343829],[63943,-342457],[54423,-337516],[56991,-338143],[54990,-335669],[55967,-343151],[53355,-333256],[56440,-341376],[55332,-339670],[55194,-343942],[55353,-334934],[57423,-338223],[54739,-347926],[55055,-345720],[76310,-255177],[73000,-251695],[72153,-250223],[66725,-252853],[67730,-252703],[75397,-254823],[67732,-251975],[68464,-251403],[70204,-251915],[72278,-253097],[68627,-251478],[69689,-255731],[74767,-257890],[73155,-260116],[69022,-259905],[71111,-265379],[73580,-266868],[70389,-258985],[70418,-261562],[75155,-265464],[76386,-263172],[69215,-258218],[74202,-261927],[66080,-256181],[72725,-257309],[73763,-276849],[73598,-280689],[76782,-276155],[75411,-271337],[72135,-277549],[75049,-279341],[75064,-276363],[70941,-268780],[73745,-271870],[74197,-280954],[71963,-275744],[76402,-283016],[67848,-316294],[74275,-319610],[75682,-318221],[65922,-316452],[75135,-317540],[75091,-318230],[71822,-318707],[68251,-319694],[64900,-319332],[76568,-322902],[69082,-327512],[64584,-326938],[66532,-326231],[89512,-255597],[83105,-254756],[87852,-252444],[86868,-253242],[82676,-254744],[85801,-253830],[88021,-252937],[88624,-262021],[79800,-258500],[79788,-255890],[87757,-257873],[84157,-258213],[85468,-256405],[84467,-267365],[79198,-256767],[81172,-259649],[76844,-257238],[86306,-266547],[78245,-259153],[86794,-257391],[77512,-262703],[85629,-260080],[79382,-255939],[83998,-262710],[89360,-260027],[87700,-257250],[78249,-259449],[84045,-267151],[86850,-257650],[87818,-261016],[84920,-270106],[78162,-273785],[80628,-271057],[81994,-272625],[84231,-273987],[78632,-276187],[78090,-269021],[78269,-281226],[82402,-277732],[82937,-277167],[77557,-280378],[81872,-268642],[84222,-270434],[77941,-270830],[81766,-275437],[85831,-292976],[86899,-291548],[78310,-283364],[81329,-293624],[85186,-281757],[79402,-291145],[85013,-292087],[84608,-283403],[81537,-294123],[84036,-284356],[89527,-289534],[79000,-292800],[81287,-284408],[80844,-292880],[79200,-293450],[80995,-284994],[80028,-292969],[84705,-284205],[85790,-291420],[79451,-286368],[83327,-283640],[80247,-294050],[82275,-294267],[84099,-294486],[80198,-314639],[79312,-315228],[76813,-321251],[78776,-322044],[83142,-327667],[80074,-322951],[94709,-253035],[95566,-254165],[91092,-266897],[91138,-266311],[93006,-256604],[92068,-265401],[94647,-267924],[94644,-268766],[95440,-277709],[94459,-274801],[94523,-274890],[91334,-277862],[91531,-277265],[97493,-277747],[92567,-285026],[94187,-290225],[101838,-293292],[98688,-290324],[100102,-287359],[94031,-288076],[99319,-285794],[96006,-292888],[100094,-289467],[101389,-283613],[90805,-291073],[100859,-292592],[98569,-290087],[93288,-289563],[98489,-288179],[97973,-289741],[91280,-285408],[100934,-292615],[93915,-291873],[101780,-287554],[90046,-284661],[96120,-287827],[94323,-288492],[89754,-291044],[90178,-294393],[113891,-269395],[105739,-290376],[103383,-293406],[105542,-288615],[105964,-291384],[105466,-289880],[102753,-286731],[105405,-289458],[102788,-293618],[103318,-287632],[104121,-288445],[104280,-293143],[-434372,-394807],[-447515,-387145],[-446391,-388899],[-437820,-392424],[-439186,-396392],[-442505,-393245],[-441569,-397068],[-443407,-402749],[-457467,-380013],[-459517,-378743],[-450501,-389208],[-450592,-387759],[-451010,-389381],[-449374,-389456],[-449068,-388423],[-462174,-379471],[-461811,-377818],[-466038,-394647],[-465978,-394865],[-465457,-384806],[-465086,-386092],[-460910,-384820],[-461212,-402855],[-474907,-393864]] \ No newline at end of file diff --git a/src/gathering/a10661.json b/src/gathering/a10661.json new file mode 100644 index 0000000..ebe34e1 --- /dev/null +++ b/src/gathering/a10661.json @@ -0,0 +1 @@ +[[-137984,-508535],[-142272,-500005],[-161070,-494049],[-155614,-493788],[-160396,-495027],[-162520,-516207],[-165636,-523375],[-161191,-517582],[-177582,-455423],[-167454,-462334],[-168735,-505618],[-174282,-518954],[-210273,-412211],[-1736,-351782],[-4135,-475398],[-345811,-292147],[-355232,-293419],[-368505,-288345],[-364852,-314612],[-365489,-311566],[-370685,-307866],[-367845,-309090],[-19062,-470609],[-14090,-483739],[-15750,-485478],[-373568,-311829],[-384867,-292866],[-425147,-328245],[-429751,-329665],[-430332,-541119],[-433490,-556145],[-437473,-555173],[-445414,-555629],[-436315,-553585],[-451121,-471384],[-468549,-457598],[-473713,-537635],[-476095,-541610],[-481669,-539029],[-488339,-539772],[-510564,-525339],[-521922,-519086],[-522109,-534076],[-512655,-536077],[-540853,-364622],[-556232,-175287],[-560073,-199193],[-558111,-199082],[-562012,-200810],[-568147,-194006],[-564730,-196113],[-570132,-197902],[-569896,-207446],[-567716,-454025],[-41313,-463109],[-57892,-451002],[-75268,-442491],[-81482,-389407],[-89244,-433693],[-86375,-446346],[-84517,-441905],[-90136,-448334],[-109103,-461249],[4673,-473436],[6829,-495763],[9519,-492822],[131508,-300655],[130948,-297581],[22211,-473681],[25805,-474106],[-125139,-429999],[-120278,-437834],[-116039,-440183],[-126370,-454936],[-120565,-459810],[-116955,-452433],[-118117,-447921],[-126022,-457066],[-122017,-455484],[-122768,-459976],[-123923,-461911],[-121711,-461459],[-123184,-461454],[-123246,-520074],[-122592,-524996],[-121026,-525408],[-117039,-558999],[-121493,-629689],[-121773,-628435],[-121339,-627729],[-121503,-631473],[-125081,-642900],[-123613,-642671],[-133799,-421997],[-138365,-458109],[-138217,-465399],[-140581,-465563],[-140119,-476747],[-139888,-528803],[-138025,-545341],[-131161,-547933],[-132269,-546963],[-135596,-544832],[-138345,-540858],[-131846,-556253],[-138627,-625508],[-131394,-636458],[-130773,-634512],[-152417,-302087],[-141523,-427187],[-142720,-440947],[-142663,-458432],[-149052,-457194],[-149519,-458889],[-152936,-458929],[-150143,-455139],[-153175,-454499],[-148485,-460848],[-145208,-462190],[-141657,-465000],[-141623,-470810],[-142393,-469860],[-144778,-470396],[-146405,-471033],[-141144,-473982],[-148271,-494108],[-148034,-494225],[-152861,-512620],[-149629,-542862],[-142073,-624699],[-147496,-660254],[-146532,-660046],[-146927,-659812],[-146075,-663393],[-157721,-303362],[-161535,-306585],[-159292,-304644],[-154706,-426613],[-164816,-450380],[-160633,-452874],[-161049,-452857],[-158985,-450306],[-153760,-448795],[-157255,-497314],[-156945,-496815],[-165941,-494570],[-154107,-537228],[-154849,-531346],[-156945,-552949],[-158212,-553122],[-153877,-552166],[-162349,-570317],[-160186,-642681],[-160053,-642568],[-172777,-439825],[-176513,-471123],[-178179,-481425],[-176704,-478624],[-172864,-494015],[-176653,-492777],[-175925,-492777],[-177040,-487191],[-176457,-487837],[-167644,-486324],[-175694,-501375],[-173958,-523136],[-174206,-523027],[-174775,-524608],[-170507,-562439],[-169128,-566990],[-172067,-563709],[-176150,-575996],[-178632,-645530],[-174907,-648166],[-175847,-642471],[-176562,-640253],[-175627,-640771],[-174751,-647062],[-174270,-644773],[-189843,-453470],[-186026,-473183],[-190907,-468399],[-189057,-469696],[-191650,-461306],[-183855,-471954],[-189861,-467887],[-190062,-463245],[-182514,-475469],[-183458,-475314],[-191275,-479576],[-191210,-483353],[-185376,-478930],[-183792,-479300],[-188415,-497628],[-191519,-486774],[-186808,-492347],[-181743,-490065],[-181566,-497979],[-179833,-497904],[-183630,-492804],[-181068,-487631],[-187654,-506636],[-187914,-507215],[-184322,-503608],[-183123,-501637],[-184619,-517071],[-183804,-515943],[-186300,-534437],[-187874,-533541],[-190902,-539820],[-191632,-545317],[-191916,-552194],[-189091,-552401],[-179816,-624078],[-183764,-630750],[-179931,-627088],[-189012,-631125],[-180878,-631617],[-180092,-628362],[-189390,-632506],[-183673,-656857],[-184967,-655441],[-184376,-657346],[-202090,-300403],[-200908,-304314],[-198950,-305749],[-203061,-312850],[-198483,-307665],[-197456,-452882],[-192796,-457362],[-192035,-451150],[-196786,-456591],[-199728,-455141],[-199661,-458049],[-193167,-462222],[-201187,-470654],[-203010,-466375],[-202545,-463237],[-197825,-483391],[-198002,-485891],[-192685,-478976],[-193849,-479963],[-203402,-473864],[-203505,-477305],[-197024,-477695],[-197295,-479486],[-201271,-478057],[-201401,-490639],[-201477,-490268],[-201170,-487706],[-196937,-489715],[-196457,-489378],[-195824,-490464],[-195215,-490581],[-201030,-495087],[-196217,-496275],[-194401,-493647],[-201731,-497943],[-203707,-504303],[-199871,-515121],[-200553,-515047],[-199535,-532412],[-202674,-530952],[-192935,-549342],[-202914,-543003],[-193875,-539257],[-193625,-538773],[-192151,-538976],[-193822,-554417],[-197616,-559955],[-198944,-558441],[-196086,-560304],[-202879,-559103],[-196013,-618111],[-195290,-636117],[-194922,-636505],[-200053,-653788],[-209515,-300577],[-213863,-295066],[-216215,-306462],[-212995,-302461],[-208816,-306254],[-207106,-301911],[-210655,-318444],[-210852,-311050],[-207649,-315873],[-212864,-312245],[-210959,-313587],[-215298,-312600],[-209051,-308000],[-212001,-312053],[-214643,-314307],[-212366,-311432],[-213217,-309808],[-210123,-311795],[-212698,-317256],[-216799,-324109],[-209635,-322705],[-214107,-437358],[-209319,-475823],[-207628,-486002],[-217020,-482014],[-215881,-479694],[-210358,-484624],[-216494,-481974],[-214417,-482284],[-207802,-491604],[-208081,-491479],[-214178,-494401],[-208679,-495890],[-211795,-540340],[-213987,-558594],[-215610,-560695],[-214314,-561448],[-216836,-602420],[-228015,-295134],[-226542,-302572],[-221940,-298718],[-225476,-294970],[-224424,-304224],[-227529,-312088],[-226874,-307705],[-228550,-316761],[-228503,-307763],[-224688,-314484],[-228469,-314196],[-227467,-314257],[-219799,-315923],[-222944,-325070],[-219715,-325068],[-224042,-321223],[-222644,-320004],[-224794,-425654],[-229652,-446227],[-222468,-448035],[-219704,-453326],[-228789,-469664],[-220220,-472253],[-220277,-484558],[-220382,-485057],[-218621,-482966],[-223919,-474202],[-222583,-473554],[-225635,-487947],[-229721,-491075],[-228528,-492355],[-225295,-490591],[-225904,-488277],[-225551,-488374],[-224972,-490426],[-227775,-498370],[-227081,-487010],[-229024,-490906],[-218591,-488368],[-228459,-501569],[-224886,-519714],[-225320,-522257],[-224502,-534662],[-224857,-537306],[-228292,-537848],[-218756,-562984],[-221900,-571816],[-220916,-564760],[-218101,-594798],[-221459,-601746],[-224135,-604961],[-221247,-601509],[-224451,-605468],[-241830,-291337],[-240688,-289074],[-241033,-288054],[-239502,-291690],[-241480,-301070],[-239944,-296970],[-241387,-296954],[-240927,-297795],[-231168,-400250],[-231413,-400660],[-231161,-399602],[-233876,-478791],[-231148,-478267],[-233054,-485184],[-233200,-484711],[-233704,-485443],[-234561,-495072],[-230951,-489332],[-232469,-496095],[-234986,-545771],[-239731,-557916],[-239012,-554831],[-239264,-555974],[-230944,-561372],[-233539,-600242],[-231852,-599275],[-4786,-472014],[-8838,-472152],[-7084,-471665],[-9987,-471853],[-2083,-471647],[-10826,-477255],[-10482,-476961],[-4595,-477392],[-694,-483156],[-1002,-478063],[-4020,-485655],[-3246,-477340],[-512,-476275],[-3265,-474471],[-1783,-490313],[-1905,-491194],[-253613,-291697],[-250425,-293994],[-251860,-284188],[-246578,-291488],[-245595,-287974],[-244867,-289960],[-253510,-284591],[-252700,-284430],[-254438,-291153],[-244631,-285861],[-245747,-285570],[-245631,-284735],[-243262,-284694],[-249541,-295581],[-246146,-409184],[-248428,-400741],[-245413,-414882],[-246409,-414899],[-251043,-431491],[-250887,-449820],[-248632,-600972],[-247378,-600966],[-261669,-288655],[-260295,-282989],[-262289,-288362],[-262360,-284921],[-257940,-294146],[-264523,-292445],[-262307,-284568],[-266251,-282187],[-260574,-287044],[-263061,-282793],[-262580,-282614],[-263202,-294628],[-262074,-295283],[-268446,-346489],[-264144,-400127],[-264594,-403813],[-260064,-467276],[-260089,-466282],[-264154,-600758],[-264487,-600951],[-257732,-602213],[-270908,-282067],[-271126,-290110],[-268995,-294627],[-272660,-295654],[-273899,-347070],[-276159,-357524],[-275717,-362224],[-273496,-365070],[-278825,-359746],[-274410,-359198],[-274828,-588554],[-276825,-584903],[-277042,-587965],[-280594,-591146],[-294244,-356260],[-284546,-355829],[-286479,-353424],[-317484,-364564],[-318583,-359324],[-331084,-353771],[-321265,-365314],[-336229,-354701],[-335230,-355718],[-336665,-356592],[-341992,-404063],[-350100,-411298],[-370675,-409375],[-25231,-454966],[-21473,-458991],[-25030,-463955],[-19228,-472663],[-15402,-466188],[-21570,-462209],[-13991,-467940],[-20691,-463504],[-13816,-472036],[-15719,-481759],[-16815,-474908],[-14689,-481613],[-16412,-479487],[-14063,-477720],[-14575,-477719],[-376354,-387066],[-378584,-390919],[-376425,-407860],[-383032,-404034],[-377065,-401423],[-372174,-408615],[-377598,-401872],[-380974,-404118],[-377361,-405786],[-374492,-410190],[-393695,-382109],[-392077,-379917],[-386724,-393150],[-386531,-384675],[-386045,-397825],[-407160,-381253],[-399088,-386509],[-415837,-391095],[-412573,-532250],[-432242,-399037],[-435026,-453969],[-442078,-340864],[-440073,-340871],[-446726,-336913],[-439107,-346132],[-436167,-402040],[-444229,-449828],[-436269,-453515],[-459470,-338773],[-457355,-336639],[-449755,-356611],[-454403,-346146],[-462772,-336098],[-464415,-342264],[-463863,-341719],[-467294,-354049],[-462337,-356681],[-472885,-451868],[-483256,-338754],[-483794,-338371],[-477433,-345330],[-479771,-344407],[-480033,-343547],[-483397,-340143],[-480636,-341059],[-478086,-344691],[-475544,-336611],[-485882,-335859],[-474019,-334821],[-479097,-352302],[-482336,-442339],[-480712,-440670],[-480762,-444822],[-480832,-441423],[-480774,-437100],[-484714,-437026],[-483103,-441292],[-482350,-441154],[-482210,-439448],[-481501,-437661],[-478129,-441757],[-482122,-442789],[-478952,-449164],[-478516,-452299],[-479905,-449561],[-477936,-450481],[-478842,-454218],[-477121,-452855],[-479109,-453235],[-479734,-448772],[-479497,-451566],[-477994,-454573],[-480072,-450273],[-478427,-456885],[-478069,-453572],[-476828,-454155],[-479487,-457176],[-479711,-452110],[-479397,-454355],[-478825,-450743],[-483307,-450322],[-481063,-453419],[-482280,-457270],[-486311,-459661],[-482400,-457874],[-485612,-449510],[-480240,-458633],[-484716,-451092],[-484417,-449294],[-484035,-454130],[-480932,-453117],[-484482,-453442],[-486050,-449177],[-483897,-450185],[-479978,-459069],[-483668,-460843],[-486016,-462061],[-485866,-466447],[-485075,-461555],[-494481,-330856],[-489292,-342407],[-489697,-338240],[-488464,-338236],[-494227,-335642],[-497418,-434111],[-498736,-431963],[-498148,-434268],[-496427,-431546],[-498128,-430056],[-498219,-438004],[-494268,-447045],[-498117,-436687],[-488294,-446677],[-487518,-438268],[-497629,-439686],[-494069,-451122],[-494099,-455776],[-489051,-454311],[-488118,-450913],[-490891,-450960],[-487865,-455091],[-487472,-459413],[-490082,-451405],[-487600,-460551],[-492703,-457177],[-488774,-456744],[-489551,-454976],[-494518,-451345],[-490382,-455224],[-496016,-454986],[-491323,-457480],[-488963,-453724],[-490554,-453722],[-497735,-458485],[-491185,-450091],[-491633,-450733],[-488769,-451877],[-497993,-469158],[-487692,-469271],[-487993,-461725],[-497840,-469969],[-497454,-466654],[-488858,-472639],[-487336,-466827],[-498591,-468993],[-488732,-463042],[-492786,-467374],[-498829,-467909],[-487802,-464938],[-36762,-359050],[-29874,-458682],[-32531,-457776],[-34002,-457532],[-32518,-458834],[-33719,-456258],[-26291,-452633],[-37405,-454325],[-37114,-453729],[-26455,-463676],[-28242,-462736],[-34373,-469363],[-25748,-473211],[-25696,-474242],[-509410,-429539],[-510687,-430803],[-508366,-426732],[-510305,-430316],[-499273,-431099],[-504615,-457943],[-511367,-469512],[-502053,-468263],[-501617,-467603],[-510504,-467258],[-511126,-467456],[-501996,-467047],[-508132,-466838],[-511548,-468789],[-511468,-470229],[-510020,-473636],[-523527,-159757],[-524036,-215541],[-516988,-229362],[-523232,-231758],[-518548,-234908],[-522230,-236994],[-517007,-232979],[-516778,-414607],[-516298,-429731],[-516007,-433011],[-513980,-434845],[-516356,-434684],[-519922,-433982],[-520422,-434320],[-516685,-430947],[-519596,-430557],[-515046,-435529],[-522535,-446743],[-517986,-444855],[-516904,-442490],[-524008,-444300],[-517629,-435769],[-513898,-436450],[-522294,-447059],[-520147,-437635],[-522261,-448869],[-518951,-459506],[-520063,-456840],[-520490,-457810],[-520060,-456590],[-517993,-457493],[-518434,-458334],[-524243,-449532],[-520105,-456040],[-517315,-454460],[-522104,-451702],[-519615,-462107],[-516746,-468826],[-522847,-463980],[-512800,-464660],[-519436,-460829],[-513217,-477015],[-527263,-446550],[-529971,-436832],[-526285,-443278],[-535444,-445067],[-529396,-446311],[-527970,-447203],[-532039,-455773],[-527038,-457783],[-531288,-453794],[-529533,-451285],[-533105,-450123],[-531129,-452771],[-532036,-461176],[-531040,-460753],[-526629,-462806],[-531900,-464017],[-531959,-461988],[-528362,-463215],[-526784,-461828],[-42182,-359954],[-45706,-359846],[-47097,-359794],[-45951,-359287],[-39225,-359229],[-39684,-359211],[-45437,-360749],[-40324,-360124],[-42795,-361252],[-40960,-359012],[-41198,-360286],[-49311,-443451],[-43466,-441498],[-39592,-446774],[-42809,-439960],[-39319,-446006],[-47108,-460547],[-48403,-449563],[-42100,-448329],[-42979,-448537],[-42057,-456216],[-43156,-457047],[-44780,-455996],[-43707,-450360],[-47787,-448285],[-46812,-456223],[-48355,-463629],[-42899,-468840],[-46100,-465117],[-41055,-467110],[-41470,-469633],[-60542,-351589],[-60625,-356874],[-61101,-351037],[-51923,-445550],[-58812,-447101],[-55146,-444271],[-54331,-445258],[-60493,-442642],[-60000,-446435],[-58054,-455950],[-57726,-455894],[-63241,-452378],[-54852,-452727],[-59421,-448100],[-55502,-450205],[-58493,-450746],[-53302,-462858],[-54651,-470871],[-53000,-465794],[-51414,-465378],[-53861,-469820],[-69797,-379254],[-74066,-445512],[-76036,-441613],[-68204,-441598],[-67663,-446307],[-64858,-447695],[-64445,-443092],[-71374,-451725],[-67603,-452692],[-68000,-452990],[-66288,-447804],[-76661,-689014],[-74160,-687576],[-73231,-688373],[-73439,-694803],[-73124,-692146],[-74142,-693483],[-76419,-694004],[-76766,-693024],[-75101,-701325],[-81133,-391072],[-77225,-384075],[-86675,-425935],[-88582,-427943],[-87246,-432948],[-85349,-432197],[-85775,-434027],[-85466,-446039],[-84526,-444892],[-85327,-444325],[-86393,-439444],[-85159,-444645],[-79502,-442477],[-76941,-441844],[-84214,-445316],[-83273,-444996],[-76937,-442922],[-86598,-448615],[-88425,-523077],[-87789,-520202],[-81856,-687731],[-80147,-685648],[-82502,-683550],[-82031,-689562],[-77869,-689705],[-78762,-690339],[-84444,-688421],[-81252,-690451],[-80320,-693275],[-79189,-694725],[-78444,-692682],[-83486,-692855],[-84043,-697285],[-83953,-695608],[-80881,-696439],[-78190,-694143],[-85392,-691407],[-86022,-701752],[-88923,-701809],[-80619,-703269],[-77339,-702548],[-82525,-704131],[-86143,-704219],[-88842,-711907],[-89288,-709965],[-88272,-714712],[-86677,-711871],[-83977,-712214],[-83416,-711046],[-80753,-711639],[-84271,-714394],[-90220,-409011],[-96667,-417878],[-92305,-414470],[-95249,-419235],[-92583,-414186],[-91645,-416155],[-91961,-416249],[-95395,-414455],[-90826,-409620],[-97303,-423409],[-93628,-425952],[-95826,-434049],[-95444,-446661],[-90581,-436654],[-91144,-435539],[-90773,-436253],[-100205,-453048],[-102185,-452809],[-92591,-450809],[-90891,-449451],[-90341,-449524],[-97257,-508575],[-97565,-511644],[-96911,-511235],[-92545,-506825],[-91506,-514881],[-98309,-520641],[-92906,-516323],[-92468,-518401],[-97081,-513652],[-94324,-676628],[-100022,-686053],[-102009,-687721],[-101876,-690078],[-100177,-688865],[-98586,-686870],[-96189,-685225],[-96306,-682817],[-91523,-687689],[-91167,-684709],[-93659,-685248],[-93012,-683565],[-93297,-682350],[-93540,-680682],[-95180,-682246],[-96891,-678447],[-96396,-680950],[-97639,-682144],[-98403,-682185],[-99216,-684893],[-93915,-686598],[-94305,-689210],[-93810,-691338],[-91269,-707390],[-90607,-714994],[-92561,-713296],[-93799,-709105],[-98495,-710926],[-90538,-713020],[-89809,-711098],[-90731,-713713],[-91576,-715938],[-112143,-434751],[-103268,-446186],[-107949,-436376],[-105681,-436636],[-104191,-460047],[-113265,-551459],[6342,-240456],[12197,-348222],[8190,-357800],[7065,-357996],[2206,-482105],[5886,-475189],[10553,-475680],[2421,-474553],[8477,-479238],[393,-480196],[10389,-477241],[3125,-482755],[10417,-484786],[8885,-479101],[10571,-483631],[904,-476085],[12487,-487395],[4889,-491192],[11704,-489346],[2950,-492103],[2442,-491572],[25281,-224800],[16482,-341033],[18913,-342083],[17983,-343031],[20697,-340473],[24596,-341142],[22160,-344465],[16086,-347047],[19609,-346563],[21652,-345516],[16515,-347651],[19869,-346051],[21901,-346216],[15743,-345831],[14788,-345671],[20060,-346408],[21076,-346070],[23664,-469639],[21076,-471541],[21683,-467645],[21759,-470851],[19146,-471386],[22853,-471242],[21036,-472651],[18929,-468587],[24731,-479909],[24527,-476036],[22415,-474269],[19449,-479209],[22294,-475898],[18659,-474705],[13219,-483544],[33048,-371250],[25676,-470088],[26360,-472810],[40863,-396858],[42676,-397157],[55002,-233625],[58683,-238810],[57002,-243448],[60469,-353384],[52697,-390837],[70498,-228269],[71820,-228026],[76014,-228978],[76771,-226202],[70639,-235507],[66833,-231276],[70114,-230205],[69961,-236823],[68992,-230718],[77690,-227690],[79600,-226488],[82590,-230265],[-197929,-573845],[-229059,-515663],[-238793,-533043],[-255846,-494717],[-247899,-495190],[-254119,-532376],[-251503,-527800],[-253150,-538791],[-251148,-552905],[-258701,-488075],[-267939,-497665],[-268064,-500827],[-259291,-518367],[-262706,-522403],[-264917,-522849],[-261961,-530986],[-268621,-541626],[-258305,-547402],[-275271,-477483],[-274819,-488888],[-277944,-493499],[-281590,-487832],[-272453,-506436],[-271912,-511025],[-279952,-502348],[-271185,-536373],[-269308,-532152],[-272860,-546395],[-270942,-538496],[-269172,-544519],[-316177,-529592],[-322136,-561142],[-530824,-388986],[-546612,-445636],[-541167,-448345],[-559302,-414642],[-554004,-440128],[-574243,-376841],[-570730,-393232],[-566385,-408485],[-569446,-418953],[-570688,-439411],[-584825,-395411],[-576654,-386296],[-582599,-408993],[-582810,-419620],[-583298,-427108],[-586026,-430099],[-576344,-449640],[-592100,-390370],[-599898,-384301],[-590468,-405326],[-600519,-413259],[-600720,-431467],[-593448,-440205],[-606744,-404661],[-557895,-409119],[-562591,-427110],[-551926,-428142],[-563058,-433160],[-557203,-422891],[-573022,-424578],[-584682,-383831],[-579066,-397725],[-577394,-414900],[-593415,-375704],[-598947,-390743],[-593816,-395233],[-591241,-431653],[-605514,-399723],[-135146,-497922],[-134761,-498241],[-131894,-500599],[-129603,-503709],[-140189,-500613],[-139009,-503275],[-129685,-503909],[-130476,-503027],[-133878,-509581],[-139616,-504180],[-139467,-503395],[-136426,-512686],[-148591,-492693],[-151195,-496674],[-153056,-490227],[-148091,-497466],[-147881,-497479],[-151972,-492859],[-150834,-496968],[-141064,-500290],[-151749,-511660],[-147250,-522759],[-162312,-489893],[-164389,-489050],[-164362,-489159],[-160687,-490577],[-165857,-494036],[-162067,-490096],[-165815,-488367],[-160541,-490733],[-166115,-488500],[-163653,-504915],[-157412,-510247],[-165622,-509994],[-164939,-503993],[-166320,-506991],[-160632,-500808],[-160242,-499512],[-160131,-500315],[-158073,-502184],[-160772,-516909],[-158078,-521246],[-158144,-520435],[-154989,-524431],[-158092,-520078],[-160778,-528314],[-164247,-529477],[-156460,-531818],[-154664,-527973],[-155988,-530646],[-169842,-492914],[-170351,-490683],[-169925,-493654],[-170056,-490804],[-167063,-486994],[-169408,-488879],[-168676,-487084],[-168836,-493991],[-168334,-493776],[-167670,-499064],[-169815,-499831],[-173808,-500195],[-172017,-503609],[-167952,-514045],[-170744,-517697],[-168035,-524717],[-167571,-529240],[-167488,-529370],[-182567,-490587],[-183044,-488038],[-203856,-428815],[-202423,-433652],[-198766,-428383],[-195318,-431333],[-204596,-422637],[-203262,-437838],[-199300,-445825],[-203180,-437295],[-200076,-443705],[-217576,-418197],[-215578,-420878],[-213220,-428071],[-206507,-425347],[-215196,-427374],[-225730,-421731],[-224520,-418188],[-226457,-416105],[-226347,-498325],[-241033,-319445],[-243044,-322227],[-242263,-330464],[-242758,-323441],[-234239,-325126],[-238334,-321677],[-242673,-326125],[-239864,-331176],[-236194,-323236],[-240875,-329016],[-239777,-323675],[-241479,-329677],[-235866,-319871],[-242016,-323985],[-240227,-332429],[-238170,-324435],[-240324,-324385],[-236617,-325875],[-242354,-320953],[-239701,-322362],[-240772,-325886],[-241149,-323467],[-241760,-333288],[-241663,-334087],[-233267,-420491],[-241066,-418426],[-234115,-414088],[-238543,-418308],[-233798,-414411],[-232930,-421181],[-239370,-419621],[-236040,-423825],[-239941,-422727],[-245896,-327069],[-243990,-323458],[-246140,-329469],[-247194,-331317],[-245987,-322073],[-251149,-330759],[-243465,-325960],[-253466,-332495],[-244321,-329165],[-245976,-331594],[-244445,-326050],[-247024,-334721],[-252854,-337811],[-247755,-339035],[-252252,-336116],[-245235,-335196],[-248910,-335414],[-252868,-336644],[-248643,-338532],[-247242,-337115],[-244363,-421685],[-253389,-420029],[-246890,-421815],[-250863,-420801],[-245334,-419938],[-250812,-424304],[-251145,-433891],[-248779,-424167],[-254628,-427466],[-256621,-333794],[-268619,-418328],[-266105,-419601],[-259127,-421972],[-266612,-411374],[-260242,-418879],[-266431,-428821],[-266637,-428540],[-259028,-422641],[-261516,-426337],[-258022,-429568],[-280907,-365856],[-272873,-425662],[-273513,-431184],[-276685,-434410],[-274463,-428870],[-275804,-432948],[-270263,-422826],[-273950,-423013],[-271031,-435184],[-274049,-497502],[-281039,-502356],[-273880,-501365],[-290477,-344310],[-292323,-340617],[-293204,-339057],[-287467,-340250],[-286670,-344918],[-293765,-343164],[-291114,-338662],[-290723,-343021],[-288857,-341437],[-289105,-343105],[-288326,-339325],[-288924,-339316],[-290704,-348856],[-291177,-349019],[-291698,-357506],[-292641,-346813],[-288509,-346406],[-293391,-368364],[-287246,-368039],[-292273,-363045],[-290010,-369686],[-292059,-361548],[-289300,-367328],[-291699,-372023],[-293131,-376852],[-286339,-371579],[-291617,-372493],[-289034,-434795],[-292521,-430119],[-288528,-435077],[-283105,-436648],[-293651,-440098],[-291336,-435597],[-292806,-438793],[-289784,-438441],[-302929,-344437],[-305723,-339714],[-294562,-340603],[-303104,-340244],[-303508,-349661],[-305923,-348808],[-296884,-363230],[-307164,-366015],[-300006,-379510],[-299139,-373993],[-301065,-376923],[-302631,-377593],[-303522,-378025],[-295546,-373208],[-303249,-439060],[-307548,-436715],[-309135,-435254],[-303993,-438585],[-309891,-350798],[-308379,-351124],[-309914,-352496],[-316197,-349093],[-314460,-351054],[-307391,-349125],[-319686,-347829],[-316934,-370095],[-316359,-370011],[-310118,-369610],[-319459,-362052],[-318744,-375289],[-319710,-379896],[-319806,-379444],[-319922,-376153],[-319321,-375600],[-317867,-379993],[-316918,-374843],[-318159,-377409],[-317981,-376546],[-312477,-378188],[-319982,-385938],[-314166,-416229],[-314086,-421567],[-313310,-418747],[-313508,-423433],[-311261,-433876],[-314695,-427266],[-313206,-430024],[-315203,-423284],[-314925,-427681],[-308691,-435341],[-310911,-442721],[-311786,-436210],[-308417,-435711],[-317414,-438548],[-307793,-436585],[-327269,-356063],[-327592,-354089],[-331339,-351201],[-322766,-347398],[-326330,-369864],[-329632,-361162],[-327029,-363585],[-320661,-361994],[-322700,-376760],[-325350,-373648],[-321451,-377269],[-330584,-383794],[-324445,-377674],[-331933,-380922],[-323624,-375799],[-329984,-381657],[-320192,-374483],[-326705,-374970],[-325857,-382754],[-327047,-374291],[-326092,-373538],[-325445,-391196],[-326181,-388764],[-328120,-385876],[-328568,-389444],[-331630,-396863],[-330564,-397238],[-331997,-400743],[-327602,-397807],[-331834,-404902],[-331215,-404634],[-322470,-418320],[-328541,-415370],[-323122,-419814],[-327796,-411574],[-320917,-410835],[-327729,-418138],[-332471,-422179],[-328150,-412462],[-328155,-414139],[-320036,-409812],[-325675,-412802],[-326383,-409298],[-326629,-431743],[-328400,-426942],[-329583,-429025],[-320862,-423112],[-330937,-426704],[-331627,-441702],[-327921,-439952],[-339238,-357905],[-334561,-357981],[-337010,-356916],[-335252,-357464],[-334855,-349256],[-337190,-360524],[-336357,-365341],[-336510,-366604],[-333524,-364193],[-340759,-361407],[-332927,-374680],[-334912,-382151],[-336904,-390689],[-339250,-386639],[-336989,-406436],[-342047,-412740],[-335312,-429573],[-342833,-423112],[-334085,-427316],[-338659,-432694],[-334728,-432752],[-342690,-425080],[-333578,-428466],[-335183,-431744],[-337233,-430833],[-335742,-436199],[-333426,-437499],[-338494,-469556],[-347407,-348392],[-355010,-345771],[-349069,-350575],[-346801,-351131],[-352596,-347371],[-351949,-362176],[-350140,-375337],[-357176,-380585],[-351811,-375156],[-356624,-381094],[-356491,-378956],[-354684,-381361],[-347574,-373364],[-354846,-384203],[-353390,-385113],[-347945,-419879],[-357595,-414902],[-348841,-417136],[-349003,-429468],[-353417,-429187],[-349154,-431343],[-351068,-432963],[-346539,-441131],[-354077,-441126],[-350899,-435590],[-356412,-445401],[-352511,-444085],[-348730,-436825],[-356808,-436116],[-346055,-445879],[-356205,-443892],[-349158,-462254],[-346691,-469163],[-357371,-518562],[-354277,-520503],[-364632,-344393],[-362753,-345351],[-361052,-346345],[-360900,-414455],[-363320,-416982],[-360803,-434120],[-363454,-434351],[-363506,-435784],[-370511,-439304],[-366958,-436807],[-361077,-435593],[-367633,-481529],[-361037,-520540],[-362174,-520211],[-362258,-516992],[-364311,-525127],[-365750,-558428],[-367717,-571970],[-378738,-379725],[-379225,-379239],[-377406,-516929],[-380850,-511851],[-376446,-522023],[-375231,-523913],[-373526,-542826],[-392761,-363070],[-396711,-364896],[-386381,-360759],[-393553,-361072],[-390052,-359290],[-392215,-362539],[-389342,-362162],[-393252,-360613],[-385689,-359004],[-389666,-361505],[-392843,-362589],[-395238,-358597],[-394060,-382609],[-396265,-377266],[-396276,-372464],[-394057,-374760],[-394760,-392666],[-389559,-395231],[-390762,-390686],[-386821,-395297],[-390791,-387512],[-387732,-389988],[-396107,-386880],[-393996,-390609],[-394297,-388153],[-396683,-464041],[-399587,-352715],[-406417,-353798],[-406844,-353382],[-405250,-357123],[-404546,-351085],[-398684,-356128],[-401130,-355874],[-406965,-354051],[-397072,-361699],[-399776,-360493],[-400951,-368587],[-405934,-369620],[-404678,-364147],[-401978,-359239],[-397780,-361873],[-405145,-383331],[-398415,-375650],[-403260,-378672],[-397656,-378144],[-402709,-380814],[-401844,-381460],[-408041,-379515],[-407814,-383715],[-397649,-375756],[-399594,-375469],[-400626,-380044],[-400046,-381789],[-407077,-381501],[-406948,-378276],[-406942,-377180],[-403341,-379953],[-400677,-376158],[-407222,-387891],[-400647,-388297],[-400594,-395843],[-398085,-391194],[-396939,-388035],[-400199,-395917],[-405213,-393458],[-399458,-389023],[-405422,-464307],[-402775,-473096],[-409282,-466966],[-399004,-464960],[-399922,-466413],[-407499,-476588],[-405652,-477783],[-409241,-476826],[-403680,-474155],[-402030,-474392],[-407029,-476158],[-412895,-357789],[-413577,-346757],[-420342,-348774],[-420045,-348251],[-413227,-349442],[-417576,-350013],[-413239,-349756],[-420937,-347148],[-419754,-362381],[-413589,-366251],[-418600,-359546],[-418444,-367534],[-419253,-361649],[-421585,-358547],[-413989,-362704],[-414394,-366877],[-419108,-362866],[-416276,-365261],[-411289,-378381],[-416601,-379497],[-422228,-380477],[-413933,-373618],[-409616,-377084],[-415989,-379719],[-418969,-380221],[-412210,-379649],[-421461,-381250],[-421256,-379800],[-410792,-371885],[-415802,-377764],[-412813,-387957],[-414091,-389154],[-416356,-385166],[-420148,-467752],[-418060,-472261],[-421560,-471151],[-419349,-468881],[-417191,-467802],[-409615,-466837],[-417898,-464154],[-416376,-467081],[-410472,-466929],[-417048,-468425],[-409969,-470225],[-411523,-470605],[-414877,-472471],[-418103,-476562],[-421833,-475073],[-411592,-476832],[-412839,-477462],[-418622,-477411],[-421726,-477545],[-412001,-475780],[-421580,-488916],[-420627,-489756],[-421706,-498859],[-419577,-501903],[-415853,-504852],[-412743,-504987],[-423638,-502453],[-417481,-503988],[-412156,-504295],[-417131,-501435],[-412754,-504551],[-416747,-505032],[-416859,-500740],[-418199,-505263],[-415513,-511605],[-410499,-511240],[-413276,-511496],[-413895,-508860],[-422048,-510625],[-414380,-511626],[-410902,-511330],[-415456,-512737],[-421414,-512307],[-418136,-540249],[-421111,-539195],[-417178,-539587],[-419021,-542357],[-418412,-537898],[-419326,-545233],[-417776,-541345],[-416570,-540611],[-419410,-540684],[-422013,-539377],[-430373,-331697],[-433876,-329242],[-432529,-329595],[-430257,-321248],[-427443,-336923],[-424272,-357122],[-427943,-356668],[-434817,-353931],[-423191,-353167],[-429212,-353268],[-432327,-353557],[-427271,-352054],[-424994,-348296],[-425095,-354150],[-423981,-354171],[-431672,-360576],[-422554,-364129],[-434891,-369412],[-428007,-358341],[-427137,-362734],[-434246,-358551],[-435114,-363816],[-425345,-369965],[-434362,-366253],[-431559,-359984],[-427834,-370171],[-424573,-359293],[-433213,-365530],[-432938,-368644],[-433903,-368079],[-434634,-380756],[-429672,-371402],[-426075,-382926],[-424416,-375228],[-434891,-380379],[-428517,-383313],[-434122,-380528],[-427536,-372156],[-424939,-383541],[-427671,-379917],[-433600,-371563],[-427367,-382539],[-434378,-371717],[-431918,-380629],[-424846,-372695],[-426727,-381359],[-433659,-371229],[-433240,-372832],[-432386,-381035],[-425406,-381170],[-424081,-374816],[-433639,-381122],[-425157,-382686],[-423715,-387847],[-432046,-459034],[-434639,-457732],[-431285,-462415],[-430004,-469396],[-432809,-466901],[-427597,-465226],[-423581,-472043],[-422631,-468874],[-429744,-467616],[-428378,-467610],[-432465,-461145],[-431118,-469835],[-429808,-465245],[-423289,-471087],[-434273,-462059],[-433656,-470116],[-424042,-471676],[-433447,-460712],[-433556,-467481],[-426405,-468833],[-427129,-467795],[-426385,-467079],[-424845,-469679],[-434514,-473060],[-434021,-461646],[-422494,-474251],[-433494,-482945],[-433183,-475550],[-431598,-473629],[-426053,-475460],[-431692,-485152],[-431186,-474520],[-432811,-483228],[-424887,-475805],[-425228,-476366],[-424088,-476801],[-425024,-502884],[-427974,-500854],[-431081,-503560],[-432990,-499241],[-434116,-501767],[-428600,-519659],[-430082,-515403],[-424248,-513531],[-433043,-535559],[-428757,-536339],[-427822,-535661],[-426975,-536668],[-432672,-536916],[-434851,-535162],[-423895,-544400],[-432706,-549787],[-434762,-537999],[-431134,-546719],[-427125,-543810],[-433410,-546095],[-441103,-327032],[-439444,-322681],[-440498,-328173],[-441378,-338467],[-439933,-339051],[-446830,-332710],[-436050,-333522],[-447233,-333815],[-447924,-348120],[-435337,-356926],[-446367,-352004],[-439960,-353624],[-444144,-369402],[-443109,-368710],[-447691,-358754],[-443962,-367774],[-444151,-369631],[-437659,-365434],[-436768,-369428],[-437754,-369391],[-435441,-364201],[-444174,-367264],[-437702,-363894],[-442024,-376861],[-445783,-371344],[-437452,-374191],[-436939,-376109],[-442639,-374044],[-438289,-375685],[-445120,-444363],[-440884,-448735],[-445806,-455797],[-443090,-453372],[-440414,-459241],[-445101,-456261],[-447582,-453084],[-443262,-450020],[-444230,-447902],[-441890,-451102],[-447805,-458846],[-443508,-465956],[-436667,-470165],[-437479,-470357],[-439399,-462612],[-436163,-467481],[-436658,-471557],[-440162,-462252],[-438945,-465287],[-438571,-469267],[-439547,-461144],[-442739,-465065],[-436454,-464278],[-445054,-461955],[-436726,-461977],[-443514,-463236],[-438788,-461779],[-437496,-465772],[-436454,-466340],[-443912,-461440],[-447677,-463816],[-445946,-468715],[-446207,-467934],[-447684,-463841],[-447324,-461284],[-447200,-469766],[-440297,-478405],[-437580,-473851],[-438274,-475789],[-441735,-481833],[-438172,-478032],[-445529,-485286],[-447285,-475838],[-445684,-473672],[-446028,-478565],[-446433,-477066],[-443872,-474420],[-445272,-493067],[-435656,-498665],[-441622,-497834],[-440356,-491071],[-436431,-497496],[-437104,-497042],[-441662,-497035],[-436553,-501799],[-436216,-499497],[-445167,-500035],[-436169,-501017],[-440914,-501823],[-440982,-501816],[-447242,-520641],[-439768,-522068],[-444564,-517924],[-439267,-534924],[-445654,-533798],[-438622,-535477],[-440914,-533915],[-438808,-531214],[-436190,-530688],[-440683,-528613],[-445817,-537261],[-446709,-534451],[-435788,-532154],[-442343,-525748],[-436677,-535173],[-442448,-533000],[-442620,-529749],[-437840,-530079],[-443324,-535075],[-443743,-536783],[-440993,-547294],[-443574,-537794],[-446401,-538945],[-444971,-537910],[-441382,-539055],[-445981,-540818],[-436041,-537676],[-443626,-550477],[-442925,-551561],[-455132,-225845],[-456217,-225068],[-455921,-226433],[-459556,-228269],[-456698,-218989],[-458725,-228001],[-457327,-217531],[-454040,-235404],[-452968,-236059],[-453619,-237468],[-458649,-305320],[-453373,-313804],[-456654,-312438],[-458204,-307266],[-454860,-310697],[-457827,-309497],[-456347,-310190],[-459163,-311644],[-459361,-308320],[-460052,-326157],[-455146,-342012],[-459564,-335739],[-456681,-333879],[-452161,-338715],[-458227,-336780],[-456427,-337694],[-460040,-345197],[-459748,-348717],[-460782,-350714],[-449951,-357903],[-459883,-357864],[-453491,-349894],[-453787,-349074],[-450614,-355100],[-457078,-357733],[-450049,-357367],[-456361,-345773],[-449205,-352519],[-448600,-365958],[-460737,-360750],[-451275,-358594],[-450438,-366480],[-460036,-362782],[-448034,-369514],[-448521,-366438],[-453649,-366652],[-450735,-364846],[-455842,-369639],[-450317,-367257],[-454293,-366185],[-460016,-361709],[-458603,-366966],[-458028,-369475],[-456494,-373256],[-452555,-381669],[-458990,-376933],[-452848,-376971],[-455967,-375264],[-448012,-378961],[-458864,-375979],[-449134,-378717],[-456527,-376230],[-449401,-376160],[-459449,-376808],[-451356,-377759],[-459121,-374569],[-454270,-444915],[-448725,-444000],[-455608,-439233],[-458273,-442970],[-457414,-446107],[-455479,-445669],[-459375,-443291],[-459911,-447639],[-454069,-444581],[-452660,-441680],[-460461,-446190],[-458133,-444760],[-456115,-446999],[-456660,-442409],[-459571,-441826],[-458652,-446469],[-458220,-447204],[-460180,-439856],[-459517,-444873],[-457313,-439658],[-460084,-448490],[-451667,-451353],[-460659,-448694],[-451631,-453824],[-454854,-452971],[-457893,-453009],[-460196,-451096],[-458280,-454142],[-452599,-447972],[-452628,-452082],[-459397,-450130],[-455463,-454208],[-460138,-451070],[-450593,-458950],[-454569,-459173],[-459912,-457525],[-460367,-459916],[-458499,-458161],[-455660,-458781],[-453236,-458014],[-448514,-459810],[-460213,-456699],[-453472,-460161],[-452555,-456175],[-450385,-458130],[-449323,-459079],[-457323,-469496],[-449304,-467536],[-450015,-460642],[-460052,-462836],[-456936,-485314],[-456664,-485766],[-448717,-484988],[-448130,-484935],[-450182,-481655],[-450815,-480650],[-450032,-480354],[-454092,-478658],[-452632,-496880],[-458463,-487734],[-448531,-486814],[-450046,-488150],[-454416,-488055],[-451822,-486975],[-451091,-493913],[-450263,-497138],[-453834,-488174],[-450022,-488141],[-451476,-496280],[-451098,-493925],[-452588,-499975],[-450344,-518161],[-460049,-520226],[-459396,-516872],[-449039,-518544],[-459244,-517358],[-451994,-537215],[-457452,-533724],[-448100,-536682],[-454147,-543713],[-464096,-222209],[-462855,-224508],[-461672,-220942],[-469987,-226580],[-465231,-222216],[-463703,-221325],[-465183,-300237],[-462796,-301895],[-464700,-301270],[-463706,-298856],[-461391,-302749],[-463338,-300325],[-463725,-309982],[-462669,-308054],[-462089,-314361],[-463605,-313319],[-469326,-315542],[-468638,-313457],[-473179,-318379],[-461337,-310011],[-468747,-329168],[-462512,-332238],[-470112,-326802],[-462105,-326333],[-468821,-332264],[-472485,-326188],[-473001,-329518],[-471842,-328006],[-470426,-343061],[-467221,-345263],[-471409,-342713],[-471290,-344495],[-471226,-336013],[-465437,-342842],[-471747,-332835],[-472738,-333035],[-463560,-341598],[-470528,-334462],[-463114,-334599],[-471979,-353807],[-465118,-353732],[-465052,-346323],[-469226,-347238],[-468278,-355656],[-464820,-356904],[-461304,-351440],[-470238,-357219],[-462384,-354680],[-472577,-357886],[-472788,-347975],[-462393,-359505],[-463302,-445073],[-463286,-442258],[-463970,-445154],[-465992,-444805],[-470676,-453361],[-472338,-447944],[-473352,-454092],[-467038,-448844],[-465614,-452140],[-461162,-452288],[-464004,-453221],[-462858,-452117],[-465495,-456018],[-471676,-448788],[-467004,-448071],[-464889,-451211],[-463993,-453949],[-466549,-452362],[-463743,-450489],[-470448,-451337],[-463898,-453119],[-469622,-450348],[-471570,-448634],[-472186,-453959],[-467774,-460528],[-464004,-459074],[-464275,-456193],[-465001,-462540],[-463649,-472192],[-464578,-467643],[-464258,-466908],[-467939,-463531],[-462406,-474034],[-469712,-462630],[-464419,-472005],[-463786,-473035],[-465693,-464428],[-472917,-484307],[-465504,-482138],[-466833,-475420],[-465081,-476473],[-466818,-474083],[-464171,-473531],[-463177,-473733],[-463770,-478366],[-465939,-474726],[-464620,-510116],[-463933,-511059],[-463471,-521552],[-471209,-537258],[-466197,-532286],[-467997,-534950],[-465314,-533231],[-466424,-534487],[-467268,-533694],[-470464,-541189],[-473005,-548342],[-467267,-541932],[-473285,-543595],[-471007,-547112],[-467047,-545697],[-472418,-541283],[-468973,-544355],[-468411,-546640],[-474986,-226386],[-475681,-231820],[-482007,-233924],[-480447,-233906],[-474465,-231962],[-474649,-230475],[-481891,-293856],[-485396,-289361],[-484693,-291547],[-482205,-293202],[-481145,-300878],[-481199,-295243],[-481177,-295705],[-478672,-298556],[-483349,-295057],[-479606,-319547],[-474003,-309127],[-479627,-320736],[-478522,-330239],[-477196,-328550],[-474156,-325832],[-474097,-328572],[-476286,-343024],[-475430,-345282],[-477281,-342981],[-474596,-344867],[-477949,-354180],[-477210,-355041],[-480250,-354694],[-476426,-356776],[-476328,-355936],[-481976,-374719],[-478219,-374900],[-482009,-375852],[-481148,-371766],[-477432,-460358],[-485431,-479300],[-485181,-476119],[-476836,-502639],[-476811,-502250],[-475936,-501881],[-479225,-505196],[-484616,-529248],[-479121,-546227],[-477295,-550043],[-477128,-546612],[-484622,-551659],[-480904,-550921],[-496110,-210940],[-498197,-208785],[-496700,-220022],[-497348,-280356],[-496228,-280982],[-494486,-278982],[-496266,-278007],[-492390,-280678],[-493616,-280691],[-498349,-277839],[-496027,-275815],[-491174,-280924],[-497654,-273678],[-495777,-274518],[-498315,-283255],[-495431,-282164],[-489933,-285597],[-488228,-289421],[-487600,-287534],[-497364,-282653],[-491012,-283729],[-490476,-449624],[-488686,-450047],[-496119,-461292],[-491475,-482833],[-488868,-481054],[-499035,-481240],[-496372,-485707],[-497806,-487406],[-494746,-497622],[-492237,-500444],[-494589,-506710],[-497763,-510426],[-499047,-502267],[-495434,-507898],[-495931,-500762],[-488768,-505772],[-493717,-523865],[-493262,-523544],[-489619,-518797],[-487649,-535818],[-488564,-534795],[-495631,-542385],[-495990,-542758],[-492803,-549753],[-493429,-547502],[-494842,-542489],[-490899,-541695],[-494973,-545806],[-492304,-543535],[-487964,-551606],[-487354,-550578],[-510406,-207162],[-511176,-235593],[-511826,-245209],[-500794,-255363],[-501695,-255683],[-500962,-253061],[-510059,-247678],[-502705,-263016],[-503903,-257618],[-510047,-262346],[-506046,-260266],[-510548,-261158],[-511981,-261970],[-507813,-261932],[-506486,-264726],[-508458,-280188],[-508217,-280721],[-508009,-280434],[-502739,-278017],[-501826,-274827],[-510891,-276513],[-506847,-275539],[-507909,-275871],[-508096,-276762],[-500353,-277535],[-499543,-277535],[-505190,-281983],[-510090,-281869],[-509507,-282410],[-508504,-282673],[-506457,-281623],[-511257,-431130],[-510443,-429757],[-503765,-458835],[-502803,-453429],[-508289,-460254],[-501451,-474749],[-501159,-493173],[-502559,-501930],[-511059,-503431],[-507494,-504440],[-509831,-506639],[-510974,-504147],[-511518,-507766],[-511624,-503558],[-503208,-521214],[-502180,-523943],[-509542,-528319],[-510032,-527411],[-508988,-531084],[-509469,-527598],[-506957,-527884],[-506217,-529278],[-511282,-542074],[-507953,-542932],[-499618,-540841],[-502769,-543521],[-521641,-222979],[-518104,-217751],[-520802,-221473],[-515273,-238665],[-521473,-251270],[-522645,-247405],[-522597,-246085],[-522701,-244078],[-521570,-246456],[-522714,-251257],[-522946,-250375],[-523869,-253400],[-520911,-252479],[-517795,-245792],[-522888,-248060],[-518505,-247921],[-516136,-247300],[-521973,-245574],[-523034,-249323],[-524309,-251913],[-520073,-253161],[-522933,-248722],[-520965,-247001],[-522744,-249913],[-522569,-250737],[-521626,-247962],[-517837,-248189],[-521986,-267484],[-524020,-260731],[-523908,-266061],[-523023,-266792],[-524162,-258081],[-524590,-268175],[-522886,-263922],[-522138,-266041],[-523094,-259672],[-522329,-256782],[-514042,-278863],[-513074,-275852],[-521356,-271974],[-519740,-270788],[-522450,-269280],[-516788,-275286],[-519935,-273859],[-520653,-268866],[-516904,-272737],[-524329,-275590],[-515413,-274365],[-512407,-275942],[-521539,-275426],[-524670,-270850],[-522095,-275806],[-520291,-270798],[-521434,-291936],[-514587,-290200],[-524728,-288655],[-515817,-286946],[-518931,-290700],[-519019,-289431],[-514960,-429433],[-512946,-431281],[-524681,-425146],[-514935,-431050],[-513878,-438452],[-523086,-481927],[-506204,-481878],[-522942,-482020],[-524551,-490424],[-520270,-487606],[-512617,-507982],[-512256,-506925],[-519040,-512164],[-521712,-538057],[-519982,-539040],[-519524,-541185],[-517771,-537980],[-518789,-539799],[-512391,-541284],[-529162,-152060],[-525908,-228630],[-529737,-221517],[-527594,-229801],[-530272,-223538],[-527858,-228091],[-535892,-241819],[-527991,-241051],[-527124,-241152],[-531899,-241403],[-527113,-237373],[-529157,-239298],[-531188,-240761],[-525484,-236017],[-529978,-236686],[-526149,-239913],[-532291,-240293],[-531552,-238775],[-527695,-240490],[-528835,-237312],[-528822,-236706],[-533309,-242887],[-526481,-239893],[-537289,-236588],[-529471,-251605],[-528668,-248888],[-525432,-248319],[-525977,-249729],[-528287,-248695],[-532766,-249886],[-529752,-251222],[-527717,-249236],[-525552,-249927],[-532874,-248879],[-530159,-250543],[-531208,-247445],[-535584,-246034],[-530189,-247441],[-526646,-252189],[-530472,-252381],[-536926,-255524],[-530536,-250239],[-525333,-249147],[-524915,-245233],[-533812,-249475],[-527323,-248215],[-529055,-245639],[-536227,-260816],[-526565,-256110],[-535233,-256388],[-536790,-260413],[-534803,-258050],[-534999,-257495],[-526483,-262729],[-526792,-272394],[-526762,-271088],[-530167,-318861],[-534450,-324236],[-534356,-386746],[-527929,-392136],[-525257,-389939],[-531646,-392508],[-534144,-391232],[-530653,-392717],[-531179,-392164],[-530004,-394972],[-528413,-398315],[-525914,-398906],[-529829,-403866],[-531537,-408489],[-531346,-400909],[-527545,-407857],[-533337,-397014],[-536200,-407726],[-533651,-408053],[-535150,-404992],[-533932,-406413],[-537327,-405415],[-536357,-414223],[-526004,-416111],[-537398,-421187],[-536858,-419727],[-529527,-416074],[-525729,-409548],[-532514,-414751],[-525311,-416794],[-530863,-420537],[-525953,-423896],[-527179,-417269],[-530666,-413145],[-531019,-417968],[-529072,-414172],[-533786,-418235],[-535130,-414991],[-530503,-411508],[-532675,-418868],[-529782,-428660],[-537414,-433245],[-534418,-424332],[-528126,-424531],[-535809,-431646],[-534831,-423517],[-534211,-430108],[-525555,-425079],[-536653,-425262],[-536968,-432175],[-530036,-433437],[-533204,-426179],[-529540,-427789],[-527128,-424346],[-533111,-445188],[-533402,-437505],[-529220,-436617],[-529813,-443296],[-527643,-437123],[-534257,-475382],[-530235,-473624],[-526777,-493192],[-527769,-498257],[-530064,-486830],[-528033,-500042],[-524856,-499909],[-526838,-498910],[-531216,-510683],[-533140,-508849],[-534716,-504970],[-527367,-519824],[-534845,-516238],[-534202,-520284],[-537446,-519733],[-532055,-513521],[-531865,-514901],[-525367,-537000],[-527505,-535495],[-543732,-242178],[-544928,-242187],[-545237,-242578],[-547333,-242944],[-537670,-237847],[-540885,-242441],[-540148,-240987],[-548286,-252091],[-546481,-244389],[-544161,-244480],[-544019,-250932],[-543761,-243323],[-546682,-245137],[-544897,-249783],[-540220,-254142],[-549834,-248270],[-544369,-247607],[-549834,-250209],[-541462,-254327],[-537746,-254809],[-540823,-243206],[-543571,-256435],[-543943,-255819],[-545353,-261094],[-545088,-260940],[-543833,-260542],[-537918,-258111],[-538867,-259167],[-543008,-261866],[-541041,-261556],[-540650,-260610],[-539345,-257539],[-540062,-257928],[-537664,-256205],[-544766,-263806],[-543057,-264069],[-539256,-263045],[-540897,-260455],[-538068,-261557],[-544469,-260708],[-543065,-262233],[-543044,-262992],[-550258,-362983],[-543619,-383429],[-549588,-376958],[-542795,-380427],[-548687,-378903],[-540858,-384849],[-540662,-385882],[-541364,-389297],[-547190,-385058],[-544115,-386836],[-541673,-388719],[-537933,-393307],[-549711,-385726],[-539701,-390835],[-543420,-387566],[-539118,-395554],[-545934,-387147],[-538885,-389184],[-547334,-407322],[-546215,-407532],[-541621,-404257],[-538638,-398280],[-546915,-406919],[-545445,-409304],[-543855,-405443],[-538136,-400610],[-540753,-412594],[-544660,-419300],[-543592,-421016],[-548075,-409424],[-546778,-416894],[-539005,-421565],[-544436,-422031],[-542771,-413714],[-546773,-410396],[-548059,-413647],[-545076,-417493],[-545101,-434828],[-549750,-422938],[-545926,-433426],[-550223,-433023],[-547368,-425730],[-537842,-431778],[-541539,-429578],[-546452,-430526],[-539946,-429644],[-541083,-433181],[-541411,-423007],[-543886,-430710],[-542770,-433620],[-547968,-429305],[-543658,-429122],[-542873,-430605],[-542953,-423802],[-539065,-423343],[-548246,-432528],[-538179,-428678],[-548425,-444264],[-548383,-435758],[-542554,-440556],[-550081,-443520],[-545069,-440660],[-541231,-441305],[-540591,-437722],[-547522,-437437],[-544577,-437503],[-544331,-447371],[-541585,-438736],[-548329,-445402],[-541275,-446695],[-545842,-443603],[-537720,-437876],[-545094,-448730],[-540173,-450450],[-542128,-516865],[-540985,-511961],[-557736,-239197],[-551214,-245536],[-551372,-249460],[-556566,-264612],[-559522,-269213],[-553015,-272193],[-559856,-364490],[-554561,-361734],[-561481,-359446],[-558664,-362600],[-559176,-370460],[-557610,-370353],[-555069,-359482],[-557220,-358772],[-550817,-377455],[-552398,-374470],[-553220,-374502],[-559268,-373082],[-553712,-374925],[-562184,-371637],[-555491,-381389],[-555481,-383423],[-552835,-381079],[-561270,-380767],[-553577,-383761],[-562867,-381033],[-557304,-376593],[-554725,-382124],[-557414,-396523],[-551259,-391930],[-560574,-401983],[-553178,-407357],[-562842,-405376],[-559852,-401216],[-553955,-404487],[-560159,-405075],[-552105,-399098],[-554679,-398096],[-557542,-406788],[-561466,-406262],[-558616,-406090],[-551954,-400640],[-558767,-400139],[-558453,-400865],[-552709,-406378],[-559187,-405538],[-559931,-406354],[-551241,-401552],[-550557,-404892],[-553057,-396866],[-555973,-397727],[-561730,-419212],[-559046,-415969],[-554002,-417640],[-560197,-416004],[-560997,-418703],[-561821,-421237],[-552947,-419333],[-554504,-416734],[-556666,-421214],[-559758,-422102],[-552406,-412608],[-554175,-409752],[-562376,-420685],[-556019,-418065],[-551043,-419777],[-552898,-419815],[-550788,-418769],[-557021,-427034],[-561234,-422810],[-555013,-433680],[-556763,-429928],[-559173,-426878],[-558082,-433768],[-558563,-423905],[-553126,-431291],[-558032,-432263],[-559446,-431780],[-555610,-433973],[-553901,-429560],[-550419,-431439],[-560636,-422923],[-554756,-423453],[-555027,-432191],[-558436,-426792],[-553929,-422391],[-558562,-425397],[-559164,-434011],[-560851,-430078],[-556621,-434471],[-555933,-428535],[-552702,-432465],[-550986,-431876],[-562520,-431799],[-561136,-426387],[-562811,-428629],[-560580,-423823],[-551208,-422831],[-555400,-441584],[-550792,-436920],[-555294,-438212],[-552018,-443331],[-556759,-438082],[-553169,-437642],[-559583,-436909],[-552313,-441836],[-553088,-435479],[-559429,-438333],[-559723,-440364],[-557848,-444646],[-558715,-436604],[-557884,-441396],[-551973,-444665],[-560902,-449291],[-560865,-449260],[-561694,-449862],[-563172,-487740],[-552630,-536006],[-550907,-528326],[-562112,-535346],[-561528,-534364],[-561445,-529689],[-552769,-542749],[-552320,-542016],[-563249,-247672],[-564438,-268207],[-565235,-258914],[-568376,-359330],[-570077,-362445],[-573234,-359502],[-568196,-358974],[-566596,-369848],[-572342,-372152],[-571664,-375584],[-574416,-380201],[-573551,-380038],[-570258,-374333],[-575240,-373800],[-565797,-371851],[-569852,-378299],[-573762,-375100],[-572654,-380203],[-572672,-383632],[-575525,-373104],[-566619,-375867],[-575373,-379435],[-570628,-378746],[-563839,-371147],[-569949,-375212],[-567804,-381931],[-565247,-377042],[-566091,-379877],[-568170,-382743],[-572453,-389751],[-572636,-385598],[-575028,-389763],[-574057,-395797],[-575771,-384864],[-572007,-387983],[-575823,-394558],[-571726,-390401],[-573539,-390357],[-575685,-392040],[-570067,-395084],[-571049,-385281],[-572058,-384241],[-575140,-392487],[-575146,-385402],[-572862,-389230],[-568424,-392263],[-566626,-391024],[-567157,-395797],[-569062,-393805],[-570694,-386024],[-569033,-393245],[-565705,-391394],[-568682,-391175],[-569149,-400589],[-564094,-407148],[-572454,-398324],[-567612,-397902],[-566574,-399192],[-566900,-398695],[-569114,-398946],[-569293,-399546],[-569848,-398620],[-570763,-398506],[-568155,-401368],[-568745,-400776],[-572445,-398880],[-571981,-396889],[-564594,-407923],[-575103,-399249],[-567576,-400848],[-564344,-399546],[-564325,-400860],[-563214,-399956],[-565361,-420090],[-572282,-415991],[-575942,-420206],[-564584,-409628],[-575787,-413300],[-564314,-417933],[-574830,-420429],[-570894,-414980],[-574961,-414216],[-572393,-420752],[-563285,-411187],[-569563,-412114],[-571771,-422104],[-564966,-418321],[-570478,-420085],[-567576,-415930],[-565106,-421352],[-571601,-415651],[-566850,-416273],[-568953,-414386],[-574968,-413245],[-571683,-420736],[-570820,-416194],[-568681,-411795],[-570664,-420395],[-568114,-417848],[-569949,-413172],[-575932,-421969],[-574753,-410916],[-567965,-423867],[-570685,-424067],[-565436,-434166],[-565570,-432961],[-570133,-424282],[-567356,-433766],[-566304,-425613],[-572188,-426047],[-575659,-431139],[-568925,-424678],[-575315,-422666],[-566750,-430346],[-571602,-427426],[-570276,-423011],[-565231,-430103],[-569994,-427362],[-567214,-424235],[-565800,-431799],[-564954,-426576],[-568920,-423944],[-564754,-426771],[-567219,-423167],[-574857,-423052],[-569769,-435604],[-570378,-436196],[-564658,-435556],[-574025,-441276],[-572329,-439222],[-569009,-437091],[-572097,-445449],[-572029,-443160],[-567161,-436422],[-574373,-442433],[-567999,-436582],[-569388,-437678],[-572333,-446278],[-565014,-447298],[-568836,-436175],[-574657,-440829],[-572684,-454115],[-563520,-449461],[-575585,-452188],[-569132,-452803],[-567765,-448517],[-572349,-456837],[-565728,-449312],[-564153,-451779],[-567474,-451882],[-573431,-457378],[-568664,-451112],[-565217,-449314],[-563817,-488257],[-577116,-356725],[-579408,-359095],[-586084,-370286],[-588582,-369608],[-579498,-358482],[-584864,-358898],[-576510,-358661],[-584102,-381223],[-581901,-377783],[-579980,-377506],[-576574,-383540],[-585254,-380678],[-580713,-378908],[-587138,-376178],[-578083,-373773],[-579517,-381673],[-583073,-378710],[-586788,-379819],[-582721,-376073],[-578614,-375069],[-578447,-383119],[-586481,-373272],[-577587,-389126],[-583703,-385782],[-586482,-392219],[-576541,-389708],[-578313,-395715],[-588452,-386294],[-585843,-391469],[-582392,-386045],[-579023,-389012],[-587097,-384569],[-584471,-388769],[-582810,-395409],[-577549,-390063],[-588424,-392679],[-588146,-392927],[-580318,-394804],[-577504,-386809],[-585750,-393295],[-584719,-392471],[-586845,-389377],[-585119,-391771],[-577059,-395620],[-576033,-389496],[-587556,-390698],[-578051,-394752],[-581533,-387052],[-581837,-395268],[-583843,-393954],[-585713,-390779],[-582387,-390420],[-579054,-406135],[-581691,-397253],[-585906,-399635],[-579249,-405377],[-579655,-408424],[-582771,-402368],[-577507,-398103],[-580625,-397532],[-584780,-408386],[-583250,-403596],[-588259,-401195],[-588071,-409024],[-582443,-405642],[-579588,-407236],[-582531,-400828],[-576618,-408307],[-578931,-406905],[-584496,-402889],[-579293,-408301],[-579595,-408936],[-583882,-399247],[-580488,-404550],[-586556,-421704],[-576857,-422171],[-580419,-411712],[-580869,-416465],[-585399,-414374],[-583954,-417831],[-581508,-420105],[-582410,-417103],[-578050,-419793],[-583129,-413777],[-578309,-411094],[-581917,-413416],[-585062,-415859],[-582085,-421018],[-579684,-410895],[-585366,-413025],[-581506,-417422],[-581822,-414533],[-579539,-411959],[-585952,-418520],[-576821,-432878],[-577676,-429907],[-579643,-425756],[-576354,-422797],[-579440,-434013],[-577570,-430925],[-579101,-426368],[-587597,-424446],[-577843,-432269],[-583423,-430882],[-578269,-427921],[-577142,-429574],[-576300,-431979],[-583983,-425464],[-587579,-429345],[-588314,-431028],[-584929,-429165],[-580391,-422281],[-578311,-423341],[-578266,-433533],[-581594,-426575],[-580560,-425058],[-586600,-423549],[-583725,-432461],[-577985,-436136],[-584212,-444431],[-576186,-441090],[-576085,-436501],[-578142,-439582],[-585364,-438631],[-577130,-447639],[-581514,-446309],[-584282,-444442],[-580083,-438690],[-587972,-441545],[-588346,-441060],[-579533,-435083],[-588431,-451906],[-585202,-454660],[-576383,-456937],[-580718,-456176],[-584682,-459082],[-580056,-452520],[-587203,-451480],[-580221,-455141],[-581239,-452051],[-585250,-461510],[-585210,-461576],[-580946,-461544],[-582438,-461265],[-595118,-290234],[-597617,-289482],[-594898,-291819],[-600854,-289502],[-602173,-294038],[-595340,-370880],[-595268,-369688],[-593322,-370619],[-590141,-369839],[-599103,-382263],[-600649,-375389],[-597670,-379601],[-592557,-373836],[-590057,-377320],[-590892,-375043],[-593046,-379812],[-589057,-375281],[-596915,-373986],[-596131,-376305],[-589286,-380500],[-588844,-379412],[-601050,-376474],[-591334,-373580],[-595089,-376504],[-590280,-383336],[-598734,-375618],[-590663,-381904],[-600664,-378096],[-593868,-379952],[-594313,-377495],[-595556,-371642],[-590460,-395759],[-595381,-395295],[-592274,-388377],[-588848,-392896],[-589729,-387474],[-594954,-386492],[-589545,-390220],[-595263,-392089],[-593592,-391277],[-593122,-386232],[-596438,-389315],[-589652,-393458],[-591450,-396293],[-589593,-395350],[-591141,-386477],[-598136,-388721],[-592137,-392362],[-596380,-396508],[-594984,-388119],[-599295,-400175],[-594285,-406033],[-599637,-405428],[-594287,-406981],[-599175,-407347],[-599959,-404626],[-596788,-398265],[-599752,-401671],[-595074,-404869],[-592596,-402474],[-599245,-406346],[-598587,-396634],[-588982,-405348],[-598672,-409129],[-593620,-400177],[-591133,-397549],[-589552,-397594],[-600592,-408479],[-598836,-397580],[-596195,-406127],[-601278,-408277],[-600988,-398695],[-598617,-403625],[-600202,-398476],[-599925,-403384],[-595814,-404383],[-591759,-402154],[-600162,-407034],[-590186,-403254],[-593819,-407585],[-594896,-412992],[-589552,-414528],[-592106,-411954],[-590684,-410935],[-590760,-414645],[-594518,-419395],[-593331,-415764],[-593235,-414471],[-599957,-422127],[-593632,-421924],[-593599,-416671],[-600712,-415151],[-598001,-417495],[-598573,-421624],[-598693,-415194],[-601397,-421860],[-595936,-410716],[-589837,-411186],[-593527,-413632],[-597097,-421281],[-593626,-420774],[-593750,-417460],[-599044,-416218],[-596657,-422854],[-589415,-430509],[-593441,-434801],[-595575,-424521],[-600873,-426436],[-593314,-426065],[-593467,-425418],[-593473,-433504],[-594584,-430420],[-593949,-428323],[-593382,-431004],[-598314,-427835],[-590834,-426457],[-590662,-425299],[-591753,-424559],[-592050,-428712],[-599569,-426802],[-589238,-425203],[-596594,-429363],[-592428,-427491],[-589102,-432357],[-598266,-424762],[-597548,-439734],[-600358,-446364],[-598774,-437621],[-595821,-447496],[-589661,-438600],[-600421,-445831],[-601233,-437864],[-597224,-438595],[-596263,-441350],[-591405,-436682],[-595934,-446387],[-595558,-443265],[-594301,-442992],[-598099,-440713],[-592988,-436285],[-600299,-436433],[-597683,-445542],[-594965,-443568],[-591668,-437410],[-601527,-436166],[-596567,-452841],[-597437,-451466],[-590062,-451011],[-592333,-454487],[-589308,-448836],[-595832,-449112],[-596266,-451301],[-596250,-449964],[-601737,-377130],[-601730,-378272],[-603899,-384787],[-603425,-388477],[-605700,-385888],[-602267,-384700],[-601664,-389695],[-604887,-386626],[-607636,-390907],[-609198,-390731],[-602546,-396200],[-605290,-388642],[-608851,-390429],[-604819,-387626],[-608363,-401882],[-612174,-398942],[-603488,-400971],[-606012,-408305],[-601959,-398847],[-609598,-396853],[-604055,-408913],[-608172,-403849],[-605419,-401370],[-603655,-402491],[-602855,-399796],[-604879,-407734],[-601890,-397587],[-610273,-400664],[-610855,-399400],[-605644,-409155],[-608585,-405781],[-609954,-399663],[-607529,-401852],[-606408,-407310],[-609075,-404381],[-602880,-421616],[-607059,-418494],[-605941,-414423],[-607593,-416176],[-610421,-412820],[-603730,-420153],[-608650,-417171],[-604898,-420338],[-602491,-419927],[-605500,-413856],[-608649,-416106],[-604886,-418637],[-608514,-424483],[-602540,-431514],[-607865,-423676],[-607400,-426338],[-605277,-427847],[-607529,-431066],[-606896,-432537],[-608546,-422416],[-602029,-426265],[-604206,-427123],[-602763,-432829],[-604693,-422453],[-606474,-427531],[-608165,-430300],[-608450,-427061],[-608756,-423248],[-603058,-435805],[-601940,-444960],[-602164,-437181],[-604719,-437250],[-602037,-441650],[-604837,-435707],[-601667,-443246],[-217406,-383818],[-215586,-390956],[-222309,-396255],[-226093,-397345],[-233397,-391656],[-233253,-385332],[-242595,-388732],[-255147,-406304],[-251840,-415573],[-266341,-407055],[-264702,-409000],[-281098,-369061],[-276292,-395323],[-280358,-395038],[-277906,-401012],[-271745,-398180],[-269764,-400307],[-269572,-400387],[-277382,-419468],[-291196,-341259],[-290459,-338582],[-294370,-339028],[-290273,-348584],[-289588,-348040],[-291860,-360861],[-282666,-363723],[-289003,-360170],[-292301,-362584],[-288193,-358363],[-292555,-374555],[-286257,-375104],[-291766,-371073],[-281755,-419903],[-282602,-416766],[-287760,-435441],[-294948,-340751],[-297115,-342238],[-303454,-339478],[-302212,-335287],[-297471,-346082],[-303112,-347774],[-304633,-351217],[-295613,-345929],[-294446,-368023],[-299462,-363954],[-303868,-370777],[-301645,-364491],[-294845,-367603],[-297431,-375341],[-301396,-379847],[-298744,-373053],[-311207,-348506],[-310167,-348115],[-319967,-350012],[-318392,-348738],[-319925,-369754],[-319901,-361533],[-307448,-365332],[-315909,-375734],[-316916,-375864],[-319377,-373800],[-319667,-383321],[-311260,-379868],[-317409,-377112],[-309939,-378180],[-316007,-379295],[-313462,-377600],[-317075,-417400],[-316860,-416557],[-315861,-418895],[-313264,-419898],[-317609,-422186],[-316208,-420615],[-313122,-429234],[-318515,-430829],[-318669,-425683],[-312869,-431955],[-312897,-438403],[-308990,-440002],[-316720,-435701],[-329179,-349616],[-320669,-369571],[-321894,-362867],[-322551,-361122],[-328104,-362675],[-328512,-360701],[-323095,-363165],[-330203,-377917],[-320741,-374704],[-330737,-375440],[-329186,-372790],[-322276,-382531],[-322170,-383581],[-322198,-374855],[-323917,-375090],[-329237,-390331],[-321123,-387048],[-328878,-384907],[-325297,-390815],[-328795,-401101],[-328536,-407771],[-327330,-401587],[-327116,-405221],[-332439,-402886],[-332592,-396682],[-324902,-415205],[-321905,-409502],[-327526,-421576],[-332045,-414208],[-325625,-421081],[-323096,-434503],[-325214,-425927],[-321289,-431130],[-327376,-426798],[-322267,-427398],[-329865,-429190],[-328840,-435995],[-332176,-437633],[-337695,-357488],[-334939,-351550],[-334736,-356920],[-335631,-363679],[-337737,-359874],[-345232,-367858],[-336539,-360751],[-337681,-362760],[-336632,-365642],[-337115,-362686],[-334309,-359842],[-333831,-374120],[-334434,-376773],[-336175,-399901],[-339844,-401112],[-344759,-412750],[-343687,-420888],[-342133,-420911],[-344225,-417661],[-337764,-427591],[-339447,-432229],[-337475,-433978],[-338984,-433353],[-340742,-432553],[-333305,-439339],[-356266,-352518],[-351427,-353593],[-348238,-348300],[-347837,-354853],[-354979,-354970],[-349786,-350068],[-350029,-367008],[-353060,-370282],[-345658,-370914],[-351713,-368543],[-354068,-363554],[-352887,-372576],[-352647,-372548],[-347090,-416091],[-349287,-430458],[-348392,-425582],[-347658,-430914],[-351612,-435426],[-354599,-447062],[-364574,-343872],[-362325,-349430],[-366191,-354649],[-365091,-356969],[-368725,-354206],[-357746,-356215],[-364959,-362478],[-360695,-360598],[-370322,-362181],[-364691,-358235],[-359632,-358983],[-371116,-358414],[-370909,-362877],[-364171,-376504],[-369877,-372156],[-370013,-379566],[-366222,-371223],[-368769,-377572],[-369420,-389388],[-364725,-396486],[-363890,-407423],[-360243,-401660],[-359982,-396863],[-364417,-407484],[-358723,-414582],[-361324,-412675],[-369866,-441019],[-363297,-439526],[-379087,-347533],[-381450,-358085],[-373466,-356876],[-374945,-357941],[-378163,-353385],[-375663,-361255],[-371934,-358700],[-377298,-362015],[-381400,-368794],[-379490,-370402],[-373330,-379639],[-371954,-379252],[-371256,-371496],[-377546,-381077],[-378180,-377099],[-378614,-375296],[-380640,-381873],[-382886,-392047],[-372942,-384064],[-381010,-402312],[-371688,-406436],[-384372,-358183],[-391318,-357337],[-388477,-352859],[-387956,-359328],[-392885,-367614],[-393456,-363838],[-389510,-360078],[-390500,-385614],[-399322,-352223],[-402137,-354506],[-402626,-350736],[-398939,-353997],[-403189,-369899],[-407467,-358311],[-406073,-362244],[-408425,-358873],[-412136,-351942],[-412058,-353296],[-422323,-348413],[-422176,-367903],[-413254,-368078],[-413653,-360811],[-419206,-368915],[-421275,-464367],[-430148,-341565],[-431787,-353412],[-433522,-355738],[-426552,-360078],[-423858,-362956],[-441972,-344236],[-435451,-342031],[-447702,-341383],[-440382,-343553],[-436825,-341201],[-439175,-344558],[-442296,-344019],[-459758,-304401],[-453317,-319097],[-455210,-319827],[-450428,-345374],[-450997,-343851],[-452269,-343278],[-450022,-344034],[-455670,-345363],[-448301,-344268],[-453338,-340521],[-449866,-340659],[-460931,-305310],[-465582,-341468],[-476205,-301951],[-476340,-299070],[-477452,-303823],[-477948,-305375],[-478235,-304610],[-481183,-299360],[-476419,-307633],[-477289,-533669],[-501313,-170689],[-508043,-258429],[-524087,-252437],[-524129,-254960],[-521183,-260376],[-535988,-238969],[-535918,-237509],[-524816,-250009],[-528261,-252725],[-526619,-249624],[-525249,-244604],[-525299,-250275],[-536209,-326749],[-539488,-323331],[-548271,-336863],[-557984,-324503],[-555998,-323017],[-560431,-321199],[-572152,-220851],[-565278,-222267],[-573951,-221346],[-570268,-222771],[-573617,-218644],[-439129,-394438],[-436950,-393491],[-445634,-387649],[-445282,-394712],[-447883,-396191],[-444559,-389781],[-439371,-389127],[-442540,-394777],[-442365,-406914],[-442246,-406516],[-442939,-405314],[-445324,-399936],[-447685,-398502],[-442131,-401380],[-445812,-406653],[-445187,-397346],[-439081,-400827],[-444117,-403359],[-454729,-383352],[-456600,-382079],[-455530,-380833],[-453521,-383740],[-450279,-390378],[-449905,-387800],[-450080,-395892],[-449808,-392906],[-456680,-392616],[-460216,-390657],[-451943,-392256],[-453833,-386073],[-458181,-403084],[-454131,-408229],[-448060,-401198],[-452035,-404150],[-460789,-412350],[-458348,-426221],[-456574,-427076],[-473116,-370153],[-471883,-368967],[-464379,-383789],[-473335,-389435],[-461775,-394036],[-466995,-396840],[-462972,-408531],[-468034,-405767],[-462919,-406154],[-468592,-401619],[-469073,-402463],[-467656,-422139],[-468123,-414893],[-471463,-420718],[-468770,-418023],[-465736,-420677],[-465805,-415179],[-471888,-411156],[-462710,-419197],[-464713,-425271],[-465883,-434323],[-461577,-423581],[-465394,-429866],[-464840,-426697],[-465557,-433136],[-467136,-431396],[-469652,-431845],[-462095,-428997],[-482936,-357332],[-484816,-356819],[-485312,-357163],[-486212,-356584],[-482729,-369270],[-483314,-360510],[-486191,-363968],[-482862,-368989],[-484434,-360143],[-485074,-358342],[-485486,-364627],[-485051,-365099],[-483938,-368520],[-479888,-360667],[-483422,-365520],[-485973,-360466],[-480247,-383047],[-482301,-372805],[-483911,-383512],[-483733,-389819],[-482593,-385332],[-480200,-387077],[-475011,-398004],[-485900,-397621],[-481829,-403512],[-484499,-405369],[-480971,-401344],[-482616,-407943],[-477932,-410414],[-474410,-419108],[-476184,-415138],[-476952,-415675],[-478534,-428398],[-478425,-426175],[-483678,-434013],[-482447,-431242],[-485206,-432159],[-484911,-433643],[-486148,-433286],[-484596,-441114],[-485676,-435309],[-488512,-356750],[-488020,-356136],[-488131,-355643],[-488899,-356168],[-487410,-364374],[-493119,-370857],[-498573,-359515],[-491720,-368538],[-493709,-364237],[-492905,-358432],[-486583,-366957],[-497036,-368888],[-496225,-364890],[-490180,-360218],[-490635,-368940],[-498612,-370789],[-491046,-364105],[-494127,-359690],[-494969,-366600],[-487392,-367341],[-494056,-363751],[-487916,-363308],[-491721,-370015],[-497495,-366981],[-490247,-369553],[-487885,-366720],[-497574,-361293],[-492008,-358613],[-489731,-359312],[-498474,-369262],[-494312,-366926],[-497879,-365714],[-496769,-361313],[-494459,-360573],[-495675,-363388],[-491372,-382901],[-491237,-383434],[-490504,-383105],[-494148,-374181],[-487087,-375056],[-496556,-373657],[-488322,-371464],[-496933,-371143],[-488805,-372396],[-487798,-372464],[-486808,-374253],[-490254,-374763],[-489317,-374949],[-494716,-375251],[-489827,-381547],[-486769,-371095],[-491413,-371301],[-490607,-371361],[-498746,-371266],[-490466,-378068],[-490015,-380488],[-491690,-376919],[-489806,-375565],[-495821,-373555],[-497494,-375225],[-495815,-376468],[-497991,-371260],[-488684,-381841],[-491742,-377663],[-496656,-374411],[-496204,-373107],[-494709,-374274],[-497992,-393018],[-495507,-388184],[-492450,-388789],[-498893,-394240],[-490729,-387083],[-494703,-384302],[-488898,-408590],[-497299,-407072],[-498662,-407220],[-495979,-418298],[-493404,-415285],[-486677,-421061],[-498478,-421992],[-498641,-423745],[-487555,-423300],[-487360,-425528],[-495403,-431244],[-497577,-426383],[-493801,-423682],[-498022,-426850],[-496832,-423707],[-496999,-427173],[-494579,-428739],[-488054,-432177],[-492485,-425802],[-489803,-428536],[-490987,-433586],[-493912,-427982],[-489929,-431039],[-489495,-425503],[-492738,-429447],[-486596,-438596],[-487512,-439449],[-488449,-439253],[-490883,-446957],[-497791,-435830],[-486893,-436359],[-486527,-446677],[-488612,-443987],[-487124,-446095],[-489808,-444436],[-495821,-435440],[-489447,-457098],[-495205,-455602],[-498478,-457350],[-498622,-454573],[-493805,-456834],[-495105,-454679],[-496425,-456400],[-494143,-455088],[-491005,-462579],[-496122,-464958],[-490080,-464246],[-490664,-461172],[-497710,-468004],[-494177,-461674],[-489506,-461590],[-494089,-461682],[-511620,-345330],[-507894,-345276],[-510624,-337706],[-510636,-339365],[-506305,-346765],[-511962,-353870],[-509240,-357921],[-503877,-356192],[-510973,-352197],[-510427,-351412],[-511149,-350440],[-510241,-350887],[-504936,-357386],[-505290,-357949],[-510176,-357803],[-509249,-357020],[-505992,-357673],[-503649,-357789],[-511424,-356287],[-502053,-365179],[-510789,-364422],[-501752,-360899],[-499629,-361395],[-503747,-366696],[-506133,-361730],[-511447,-369335],[-500260,-361178],[-501633,-362535],[-502145,-369553],[-499462,-359384],[-503685,-370295],[-500812,-364809],[-507488,-361380],[-511463,-368317],[-508369,-361590],[-502952,-362178],[-502619,-368369],[-510241,-359998],[-509251,-359572],[-510881,-359647],[-508442,-362491],[-499790,-368934],[-505286,-379295],[-501122,-379459],[-502324,-375941],[-506901,-375439],[-511757,-374388],[-511255,-376305],[-501733,-372140],[-499824,-372342],[-501040,-372672],[-501583,-373217],[-500672,-378871],[-506985,-394100],[-504857,-397195],[-500176,-407827],[-503223,-398559],[-500004,-399643],[-501357,-420495],[-505400,-409737],[-503978,-421998],[-500239,-424398],[-511262,-426891],[-502629,-423522],[-499935,-422738],[-511248,-424975],[-501015,-429605],[-503104,-427776],[-506325,-432419],[-508048,-424034],[-503844,-428876],[-509184,-425325],[-503415,-424955],[-506333,-423827],[-503670,-447387],[-508493,-442063],[-503861,-443714],[-504888,-441587],[-507321,-438526],[-504010,-438935],[-506440,-443128],[-503702,-439259],[-509386,-439892],[-502833,-443055],[-499978,-453363],[-505518,-457315],[-503323,-449208],[-506406,-451178],[-508453,-449512],[-505651,-463137],[-499578,-463746],[-509572,-466970],[-503847,-463930],[-503834,-467131],[-510274,-471674],[-509302,-467295],[-510716,-460640],[-509835,-463433],[-501121,-477505],[-510227,-476805],[-517722,-331503],[-517114,-321429],[-518839,-327649],[-521758,-326493],[-519500,-328184],[-517529,-320568],[-521280,-331895],[-513213,-342335],[-520554,-342269],[-524566,-337028],[-519349,-342113],[-513002,-334523],[-517315,-341317],[-520780,-339819],[-520724,-345082],[-522550,-340919],[-512314,-334427],[-512951,-339986],[-514428,-333061],[-512103,-337443],[-513706,-335629],[-518447,-340035],[-518527,-341576],[-513579,-347586],[-515848,-348472],[-515203,-347088],[-521103,-357406],[-512101,-348627],[-519782,-353061],[-517669,-348530],[-517029,-347379],[-514331,-356361],[-524150,-350953],[-513161,-356799],[-518975,-350241],[-517171,-348965],[-512059,-355862],[-513977,-356149],[-514084,-348098],[-517730,-356988],[-513085,-347343],[-514444,-363739],[-514590,-359738],[-520657,-358499],[-522261,-364328],[-522149,-362129],[-523675,-364549],[-513549,-358512],[-521046,-366574],[-517802,-366803],[-513286,-367336],[-518052,-358641],[-512764,-360720],[-512568,-367145],[-513311,-361894],[-512906,-366643],[-518402,-361464],[-520014,-370706],[-517792,-381096],[-515987,-372628],[-517481,-374934],[-515435,-376370],[-515309,-371700],[-519708,-372432],[-515683,-375325],[-513128,-375737],[-513472,-386183],[-515184,-390398],[-514323,-405279],[-518272,-401581],[-519840,-399578],[-519842,-400309],[-523886,-403823],[-518707,-414521],[-512640,-416925],[-519773,-415136],[-516811,-413178],[-519288,-416636],[-521092,-422070],[-521519,-415986],[-524156,-419204],[-515611,-425378],[-520778,-422625],[-520692,-430247],[-515929,-438286],[-518135,-441359],[-522390,-443011],[-523593,-444575],[-516112,-437608],[-517898,-454928],[-519758,-450980],[-512758,-457358],[-519529,-457315],[-522263,-452014],[-517694,-458854],[-512661,-452262],[-518030,-452220],[-521377,-450870],[-522317,-450773],[-514443,-456240],[-514811,-451053],[-513855,-452015],[-515699,-453740],[-518370,-460145],[-516806,-471246],[-517923,-463354],[-517983,-460804],[-512829,-460922],[-518778,-461395],[-515891,-462204],[-516818,-464330],[-517090,-461255],[-518879,-464562],[-528919,-341589],[-530564,-342763],[-530387,-344634],[-533014,-338350],[-529128,-337320],[-535130,-349552],[-527406,-347235],[-535480,-352122],[-536037,-353786],[-534522,-353356],[-528063,-347472],[-529437,-349771],[-528755,-356779],[-530930,-356711],[-530000,-349850],[-533551,-356150],[-528534,-355844],[-536870,-353123],[-532919,-347740],[-536437,-356402],[-534305,-368930],[-528022,-360124],[-527212,-359800],[-534785,-360279],[-533918,-358600],[-535965,-360549],[-526711,-393207],[-525726,-398126],[-525062,-404228],[-529576,-405146],[-527077,-410157],[-531135,-415841],[-526102,-435568],[-526900,-443527],[-539899,-358166],[-538429,-350358],[-540288,-363244],[-539472,-359530],[-549787,-361040],[-547894,-360901],[-558694,-357394],[-556080,-361175],[-552202,-361848],[-559727,-469737],[-552400,-473079],[-551584,-472423],[-562480,-470463],[-563106,-468616],[-560806,-475247],[-552721,-475591],[-551997,-474383],[-559209,-483530],[-557490,-473802],[-562526,-479760],[-555623,-474099],[-552095,-475026],[-558359,-483772],[-557813,-473696],[-556317,-474057],[-556962,-486763],[-558830,-487982],[-562146,-488192],[-562452,-489126],[-565050,-470411],[-563549,-479800],[-566748,-471759],[-565841,-474762],[-651964,-151385],[-652637,-155464],[-650495,-157948],[-650971,-156303],[-644962,-161656],[-649401,-168183],[-662603,-149968],[-664828,-152554],[-664567,-153145],[-658951,-151821],[-659188,-151137],[-655339,-156410],[-653579,-157215],[-665082,-153714],[-665576,-154597],[-663397,-157652],[-661745,-154501],[-664558,-164109],[-655335,-159650],[-664412,-157952],[-662156,-154658],[-655161,-159932],[-653722,-155593],[-661452,-155551],[-665091,-155030],[-657334,-156737],[-663731,-154880],[-663102,-157177],[-661064,-157667],[-659079,-157460],[-654554,-157735],[-653153,-157507],[-654876,-159802],[-663689,-157268],[-665533,-166965],[-667028,-165856],[-666715,-168383],[-667024,-167874],[-666810,-167016],[-667087,-167389],[-666680,-167546],[-666813,-166448],[-452151,-386446],[-456562,-390189],[-454820,-388523],[-451950,-395652],[-453900,-393693],[-450610,-391182],[-450825,-394570],[-453068,-394450],[-458000,-392150],[-451636,-393166],[-452225,-390341],[-455058,-395148],[-455321,-390165],[-453087,-392156],[-448225,-391644],[-454679,-396257],[-457031,-386937],[-452197,-383877],[-459440,-387372],[-457208,-383939],[-455103,-406372],[-450710,-401864],[-453543,-397488],[-452575,-399232],[-454659,-397090],[-458640,-396826],[-460258,-405271],[-459481,-408116],[-451584,-408676],[-457621,-403844],[-452482,-404643],[-459570,-405077],[-454444,-406468],[-453342,-404634],[-450290,-405577],[-451613,-399172],[-454261,-400229],[-454751,-416345],[-457289,-409643],[-456662,-411538],[-453072,-410993],[-458196,-410446],[-455474,-412772],[-451975,-411329],[-458926,-429633],[-453442,-425752],[-454158,-425427],[-458542,-430195],[-460271,-429306],[-471868,-379342],[-465942,-382612],[-465589,-381696],[-472817,-375596],[-472491,-373581],[-461807,-382454],[-467881,-382619],[-471702,-383469],[-463708,-381121],[-471139,-377659],[-467175,-392759],[-471145,-396081],[-472098,-389736],[-468343,-391682],[-461526,-390289],[-472018,-390841],[-469680,-396448],[-470228,-390168],[-472528,-391875],[-462682,-393140],[-464603,-387096],[-464382,-384972],[-463913,-387814],[-463008,-385100],[-467401,-384877],[-461248,-398766],[-464065,-399386],[-467688,-404808],[-466603,-404024],[-471875,-403983],[-462049,-398797],[-462047,-406359],[-467028,-405273],[-469326,-403408],[-464270,-406344],[-466468,-401185],[-461864,-402215],[-473048,-403133],[-469601,-406895],[-469691,-402879],[-461554,-407500],[-468780,-397185],[-461848,-403414],[-465233,-400006],[-462231,-417969],[-469210,-409753],[-468706,-419636],[-463417,-412176],[-470191,-410583],[-465596,-415849],[-462583,-420589],[-472146,-421472],[-469078,-410680],[-467000,-420775],[-466230,-416352],[-470281,-421479],[-471267,-411504],[-464813,-416184],[-465850,-423400],[-468846,-429589],[-469253,-424567],[-473254,-422961],[-470400,-427489],[-464499,-428700],[-465575,-430631],[-469582,-428166],[-463985,-426064],[-469342,-427469],[-471434,-430143],[-470185,-424222],[-470165,-428705],[-460991,-430180],[-465691,-425901],[-467058,-423830],[-463642,-422410],[-468762,-434098],[-470328,-426714],[-468763,-425549],[-462744,-430072],[-465224,-434679],[-466524,-434541],[-466383,-430892],[-479782,-362369],[-486092,-366717],[-480812,-362787],[-485087,-360607],[-484419,-359072],[-485130,-360026],[-485908,-359123],[-484257,-373252],[-482862,-381499],[-485971,-374441],[-482602,-383490],[-484557,-375087],[-477327,-375130],[-484221,-382592],[-483883,-374376],[-485129,-379296],[-483232,-383751],[-474406,-375305],[-475158,-388388],[-474143,-391597],[-476014,-390852],[-474422,-391311],[-476467,-389761],[-478605,-391113],[-477284,-392363],[-486364,-392644],[-483932,-385410],[-477439,-389419],[-473612,-393612],[-481247,-384979],[-474183,-386322],[-477351,-397529],[-482918,-400648],[-474818,-403344],[-477915,-400848],[-484508,-403801],[-485779,-406460],[-481054,-407498],[-480004,-406435],[-484021,-401198],[-478267,-400110],[-474400,-402875],[-485955,-404119],[-485929,-407035],[-484206,-403347],[-478920,-401237],[-474676,-399373],[-479700,-403750],[-475402,-415024],[-478667,-414744],[-481939,-420962],[-478438,-418605],[-475318,-418600],[-473877,-419823],[-482648,-411838],[-477128,-419497],[-478110,-415044],[-478092,-411666],[-481239,-423603],[-473923,-422218],[-478082,-427044],[-482358,-428062],[-484701,-425056],[-483048,-429119],[-479520,-424605],[-483809,-422752],[-478765,-427478],[-481198,-425315],[-494273,-357558],[-486996,-364876],[-487942,-368008],[-488169,-363794],[-493218,-366378],[-497123,-365660],[-490381,-362695],[-487603,-365676],[-498053,-364917],[-497079,-366143],[-491557,-360294],[-488801,-366216],[-490514,-375162],[-486419,-375736],[-491048,-374787],[-490886,-377390],[-488330,-380823],[-486545,-382667],[-487079,-383014],[-495502,-374045],[-496255,-394641],[-491972,-388882],[-497667,-395471],[-498880,-387822],[-488213,-389786],[-492133,-391308],[-487605,-390464],[-495050,-388730],[-494703,-385506],[-488402,-395974],[-498440,-388087],[-493899,-391388],[-496237,-390434],[-499056,-392921],[-491508,-387318],[-492707,-407317],[-499152,-404346],[-492948,-406604],[-487540,-399334],[-494792,-402632],[-487060,-408119],[-486824,-409095],[-495972,-407024],[-494749,-399506],[-495969,-398957],[-493193,-398639],[-498887,-399870],[-498903,-402632],[-486950,-404359],[-494908,-397154],[-488717,-405709],[-489608,-407667],[-493314,-400474],[-493582,-408148],[-494237,-407770],[-487730,-418559],[-488017,-417017],[-494807,-420157],[-487299,-421726],[-487221,-414476],[-492361,-420843],[-493943,-420699],[-487254,-420619],[-489572,-416445],[-490768,-416938],[-494372,-415568],[-495069,-425754],[-493602,-431086],[-496665,-426095],[-488094,-431090],[-494781,-424233],[-491585,-433848],[-495154,-427774],[-487552,-434799],[-486866,-430367],[-495121,-435553],[-509382,-344770],[-511979,-340569],[-510613,-354683],[-502823,-353552],[-503720,-357012],[-508796,-357795],[-510795,-355828],[-509368,-346504],[-500472,-367688],[-507358,-362683],[-506908,-369636],[-505650,-364475],[-504160,-363370],[-511121,-364037],[-509210,-370193],[-501434,-367406],[-499268,-366516],[-499752,-381626],[-505847,-382463],[-510384,-378336],[-503179,-381204],[-506600,-381361],[-504727,-374880],[-502522,-377435],[-502035,-378756],[-507977,-374252],[-503778,-376908],[-502869,-374949],[-510461,-371206],[-507703,-371589],[-507595,-391437],[-505555,-390544],[-505311,-394162],[-506085,-383965],[-504727,-392991],[-503903,-393594],[-509822,-393237],[-504026,-389584],[-505712,-387639],[-504852,-383852],[-508693,-391835],[-505718,-408026],[-499298,-398736],[-503919,-401903],[-501112,-402354],[-503027,-399869],[-499229,-405056],[-500362,-409211],[-502822,-397869],[-509001,-418974],[-500504,-421780],[-502376,-410540],[-503361,-411269],[-505270,-419748],[-504727,-418701],[-500997,-410725],[-522722,-329046],[-520162,-326624],[-520686,-329129],[-518377,-328459],[-513924,-332206],[-523091,-321899],[-514967,-321780],[-519599,-340179],[-513354,-339066],[-519899,-348894],[-513041,-349426],[-519827,-357265],[-518768,-347674],[-515677,-353538],[-520110,-351952],[-514382,-352636],[-519477,-354503],[-524382,-351713],[-523611,-350123],[-518200,-348793],[-512225,-351819],[-517575,-359724],[-516840,-366395],[-513872,-362209],[-515308,-361616],[-521350,-364234],[-524145,-358858],[-520361,-369109],[-512694,-380951],[-514342,-380914],[-512325,-378060],[-514160,-380015],[-513392,-377189],[-515103,-372206],[-512269,-373742],[-512801,-373491],[-514505,-385994],[-512687,-385556],[-513048,-403832],[-514971,-406813],[-512797,-406248],[-514135,-403384],[-521158,-404344],[-515699,-416796],[-512960,-415428],[-512302,-412328],[-517499,-417373],[-523215,-420633],[-524098,-420993],[-522731,-418922],[-517018,-423907],[-535432,-343707],[-528513,-336883],[-529232,-345129],[-525137,-344752],[-532534,-336081],[-534302,-343592],[-525254,-335280],[-530300,-350600],[-527396,-356798],[-525632,-348545],[-529902,-356149],[-528743,-348311],[-525639,-353136],[-533400,-348451],[-529276,-356146],[-529973,-358339],[-531388,-360710],[-526438,-359645],[-533250,-371700],[-525633,-399834],[-405716,-355640],[-409003,-356272],[-404908,-362069],[-401395,-362960],[-409123,-363915],[-421567,-341269],[-420622,-343613],[-421526,-341919],[-418433,-344761],[-419542,-344584],[-414818,-356657],[-417521,-346619],[-419312,-362352],[-412407,-358713],[-433774,-342973],[-431851,-344117],[-426616,-344679],[-423225,-341275],[-429457,-336446],[-434470,-344466],[-429755,-340319],[-423208,-342785],[-433170,-343745],[-431218,-355895],[-423520,-346900],[-426229,-351388],[-428829,-347883],[-428246,-346841],[-431441,-345842],[-434321,-350726],[-427610,-346556],[-431602,-348508],[-429738,-346406],[-430613,-349208],[-433762,-351813],[-426227,-349871],[-425763,-354407],[-432305,-354882],[-424879,-358950],[-431810,-359762],[-427230,-370208],[-428249,-371930],[-435174,-373716],[-433853,-373367],[-434752,-375125],[-446737,-344849],[-439769,-341960],[-437474,-344018],[-438282,-342414],[-444289,-344348],[-437829,-341795],[-440799,-344484],[-441351,-340873],[-445561,-340711],[-439447,-340972],[-437085,-342324],[-444203,-343797],[-445475,-345945],[-441798,-346629],[-435455,-350205],[-440279,-347349],[-438015,-347509],[-440380,-346100],[-438913,-346671],[-435566,-349753],[-442242,-347190],[-441145,-346815],[-436400,-351388],[-437998,-370805],[-438407,-369989],[-435284,-376896],[-443266,-375674],[-435800,-376495],[-440629,-372665],[-442175,-373124],[-445661,-378719],[-437536,-375372],[-439360,-373062],[-440564,-379101],[-438243,-374611],[-459019,-329556],[-459192,-327585],[-458668,-326558],[-451592,-342111],[-452623,-345274],[-453900,-344595],[-451496,-343383],[-454412,-343388],[-460068,-339831],[-457191,-339813],[-454004,-339044],[-460299,-340752],[-457663,-339650],[-452051,-340770],[-455086,-340707],[-460590,-333229],[-448543,-341101],[-457057,-344502],[-460634,-340305],[-453338,-341069],[-456746,-341771],[-457946,-344403],[-457762,-340986],[-449966,-370057],[-451569,-370459],[-450854,-368143],[-448012,-373177],[-450940,-382553],[-448422,-372334],[-451848,-379367],[-449098,-385041],[-462575,-328840],[-465704,-329589],[-464048,-330889],[-464325,-329571],[-463970,-326327],[-461497,-337421],[-462673,-338475],[-466083,-334168],[-467623,-333869],[-472564,-336795],[-461061,-334150],[-470265,-334078],[-463489,-339228],[-470996,-336221],[-468111,-337148],[-465149,-335867],[-466904,-356833],[-466343,-363035],[-469745,-359053],[-463869,-364204],[-466023,-360949],[-468448,-363220],[-463266,-367805],[-464642,-362131],[-468817,-362237],[-468998,-368406],[-463214,-358722],[-466393,-359614],[-466394,-365576],[-461280,-370490],[-469168,-377054],[-467505,-378393],[-465838,-378466],[-467391,-375808],[-471021,-378309]] \ No newline at end of file diff --git a/src/gathering/a10664.json b/src/gathering/a10664.json new file mode 100644 index 0000000..f3eac85 --- /dev/null +++ b/src/gathering/a10664.json @@ -0,0 +1 @@ +[[-261550,-524167],[-264800,-514993],[-272278,-484413],[-273004,-491747],[-274888,-492798],[-280262,-497685],[-270615,-541801],[-281679,-483535],[-497685,-442472],[-506889,-426632],[-503361,-465743],[-516833,-453530],[-512368,-461453],[-536755,-187489],[-536479,-187131],[-536593,-183526],[-537699,-191461],[-533637,-185356],[-536969,-195944],[-535094,-201005],[-533664,-199364],[-534582,-200558],[-537073,-216353],[-532633,-206199],[-532795,-210029],[-535052,-212059],[-535751,-212931],[-537282,-205483],[-533309,-215530],[-532841,-212396],[-536354,-210047],[-533431,-212953],[-535787,-210118],[-537135,-204876],[-536009,-211076],[-537369,-217384],[-536303,-219985],[-531151,-515362],[-543352,-176397],[-541974,-190691],[-542734,-190808],[-539225,-190088],[-541881,-184905],[-543061,-179046],[-544222,-182123],[-549018,-183623],[-549880,-179320],[-537647,-185360],[-545652,-191566],[-546220,-179813],[-544261,-183252],[-538034,-194747],[-544714,-196173],[-541614,-191991],[-545163,-195922],[-549135,-197980],[-537708,-194241],[-546079,-197845],[-544736,-197345],[-547435,-203634],[-546671,-201885],[-549206,-197364],[-542398,-194208],[-540801,-203939],[-538901,-202813],[-539551,-203256],[-548054,-204413],[-541121,-199720],[-540297,-199571],[-545505,-196106],[-545607,-191951],[-539336,-196340],[-543890,-192319],[-547665,-199882],[-542508,-198829],[-550735,-192238],[-542591,-215192],[-540466,-209215],[-550313,-206832],[-543834,-216490],[-541742,-215227],[-541217,-207968],[-542139,-208685],[-537659,-205684],[-547656,-209799],[-549989,-206610],[-548330,-209675],[-549063,-215860],[-541217,-210030],[-542402,-214609],[-547519,-208546],[-543032,-215849],[-541730,-209477],[-540725,-222650],[-543352,-222430],[-546863,-224215],[-544425,-222903],[-538835,-222170],[-549947,-222773],[-549689,-221190],[-539475,-222208],[-549128,-225229],[-543886,-218330],[-544186,-223180],[-544755,-218685],[-546348,-224259],[-542910,-228214],[-544063,-230071],[-541374,-228653],[-545537,-230686],[-557677,-176599],[-557965,-177478],[-554896,-177136],[-556816,-187674],[-557263,-183738],[-557928,-183039],[-554078,-181909],[-557716,-188807],[-552643,-188486],[-550972,-179551],[-553204,-188010],[-554337,-190463],[-555717,-192437],[-562715,-192703],[-554795,-192362],[-556537,-198532],[-561248,-193299],[-562692,-191879],[-560496,-201655],[-551283,-200434],[-551799,-193268],[-560029,-203071],[-556621,-201864],[-551138,-199995],[-552383,-202464],[-556271,-202524],[-553444,-200756],[-559056,-204307],[-556308,-216221],[-554980,-213802],[-563123,-207624],[-556030,-209728],[-551236,-213020],[-557356,-207625],[-562181,-204684],[-563049,-208340],[-556331,-206558],[-553056,-208457],[-552914,-215397],[-554872,-213505],[-560608,-214584],[-560985,-214674],[-561558,-216076],[-557111,-207268],[-555976,-210965],[-560854,-207448],[-559213,-215497],[-554360,-213276],[-550487,-216923],[-561635,-215272],[-557772,-216906],[-561932,-211468],[-557062,-206584],[-556862,-210706],[-559472,-217004],[-562114,-207027],[-558761,-223035],[-556005,-217628],[-552682,-224514],[-559769,-218191],[-551190,-221661],[-551934,-221545],[-554903,-220848],[-553482,-220834],[-558884,-221197],[-558063,-221451],[-553078,-220820],[-559945,-223773],[-553415,-225396],[-561423,-222987],[-550713,-227176],[-560397,-217858],[-550922,-217900],[-561762,-224081],[-556272,-221362],[-561017,-219260],[-553425,-223232],[-551017,-217473],[-554581,-220461],[-557342,-226874],[-553975,-229968],[-554120,-230565],[-561052,-238485],[-562607,-241203],[-558079,-238446],[-553147,-240190],[-551240,-241439],[-560174,-237620],[-552255,-240561],[-561877,-239495],[-560677,-238065],[-559984,-236838],[-551493,-239947],[-557070,-237940],[-553939,-241461],[-562097,-240061],[-555762,-250081],[-560553,-244417],[-552287,-246354],[-562224,-246056],[-557314,-243087],[-557336,-254981],[-552637,-248362],[-558271,-244709],[-560160,-244928],[-560103,-245522],[-562185,-254328],[-555842,-247958],[-556030,-251204],[-555337,-247318],[-555060,-248640],[-562270,-248194],[-561759,-253807],[-557124,-254197],[-562362,-245488],[-560003,-246127],[-555969,-249865],[-562508,-262721],[-557765,-260706],[-556204,-256485],[-557636,-263280],[-553841,-265392],[-562970,-262130],[-562434,-265296],[-556990,-262363],[-556333,-259023],[-554202,-266408],[-563089,-257429],[-561371,-256031],[-561142,-263930],[-556714,-258727],[-558438,-268184],[-562922,-266029],[-562696,-265676],[-558361,-261788],[-556953,-264228],[-562927,-257128],[-562393,-275559],[-555354,-279721],[-555652,-269867],[-558851,-280031],[-558692,-272598],[-555289,-275049],[-560909,-270701],[-551799,-277050],[-562668,-274344],[-559796,-279877],[-558393,-269101],[-555026,-272915],[-559061,-274393],[-559396,-280654],[-561247,-271054],[-561051,-270142],[-561737,-271727],[-562860,-276517],[-558605,-269249],[-561759,-269713],[-559494,-287081],[-559441,-285009],[-562888,-289809],[-555855,-282702],[-559722,-284528],[-558709,-289083],[-561923,-291614],[-556225,-284834],[-553019,-480365],[-556319,-485329],[-567523,-173853],[-566058,-176289],[-565611,-193315],[-573230,-196189],[-568443,-193576],[-563715,-195790],[-573485,-196618],[-574221,-201444],[-573436,-198769],[-563632,-201264],[-563202,-195158],[-573039,-198469],[-574183,-216593],[-574862,-213398],[-573610,-206964],[-565852,-210563],[-566267,-209908],[-567703,-210028],[-572542,-216812],[-572791,-211831],[-564851,-214104],[-566706,-211690],[-574050,-206366],[-571164,-211627],[-575284,-204925],[-567219,-216558],[-573784,-213353],[-570505,-205045],[-568452,-210121],[-567423,-207954],[-564265,-217228],[-575855,-217338],[-568946,-210885],[-565178,-214809],[-574970,-205330],[-570475,-205442],[-572687,-217273],[-573450,-223844],[-570192,-222269],[-564110,-219895],[-566112,-223185],[-567505,-217671],[-570459,-227194],[-563674,-218789],[-564809,-228042],[-563919,-223662],[-571080,-222521],[-565601,-227272],[-569623,-226714],[-566602,-226616],[-567206,-222925],[-568394,-228306],[-570763,-227286],[-567272,-226690],[-565135,-218101],[-565548,-218794],[-565909,-226742],[-568281,-229573],[-568159,-228890],[-564328,-219227],[-573502,-224686],[-565371,-226501],[-569330,-226489],[-575079,-218923],[-574073,-229241],[-575980,-233365],[-575244,-230286],[-569883,-232902],[-572012,-231114],[-574445,-238180],[-569385,-231676],[-574240,-231123],[-573606,-232905],[-567273,-232459],[-571262,-237086],[-573169,-238663],[-571958,-241392],[-571361,-242268],[-563207,-239031],[-569694,-240006],[-565839,-240511],[-569040,-239422],[-566011,-241558],[-570806,-242096],[-564779,-244581],[-565284,-252927],[-565615,-243819],[-563953,-248126],[-563646,-243417],[-573134,-255580],[-563660,-247440],[-569383,-243778],[-563970,-253824],[-565963,-243152],[-570889,-253092],[-572909,-254768],[-567921,-250878],[-566462,-250571],[-575939,-248668],[-573958,-245342],[-566735,-249632],[-565143,-261636],[-567756,-267748],[-566117,-258239],[-565262,-264464],[-568652,-261024],[-569376,-261488],[-565771,-258780],[-573366,-262490],[-564078,-263326],[-568045,-258868],[-572696,-262436],[-566742,-269852],[-567702,-271569],[-568523,-278245],[-565209,-280386],[-568197,-269361],[-567447,-275644],[-568835,-271826],[-572388,-277754],[-571872,-275175],[-572360,-274655],[-569225,-278576],[-573598,-275317],[-570623,-279245],[-567910,-276021],[-567885,-281337],[-566658,-275520],[-565755,-270234],[-569109,-269105],[-571095,-280133],[-571395,-275109],[-575348,-268623],[-569705,-268668],[-567277,-274857],[-569301,-277596],[-565793,-274724],[-565190,-269866],[-568802,-271450],[-572271,-276137],[-565220,-276066],[-566412,-276852],[-572232,-277228],[-563908,-289065],[-569763,-281461],[-571514,-281637],[-569988,-283145],[-563230,-283150],[-575665,-286967],[-565049,-284161],[-566445,-286404],[-575368,-287785],[-569390,-288038],[-564912,-282573],[-575991,-281613],[-566141,-288094],[-563454,-282266],[-563261,-284178],[-566412,-287416],[-577329,-196093],[-576187,-201935],[-578870,-200143],[-578166,-201091],[-582424,-210424],[-577258,-205047],[-581829,-216887],[-582300,-211253],[-578201,-205184],[-581464,-216373],[-580775,-209619],[-579948,-209737],[-580537,-220871],[-577134,-228212],[-581213,-223345],[-577880,-220843],[-578439,-228566],[-582928,-224142],[-579690,-226390],[-581351,-226861],[-581167,-217785],[-576377,-218503],[-581879,-223658],[-579384,-220927],[-581020,-220887],[-585451,-227474],[-576935,-235498],[-581930,-233726],[-577258,-235615],[-581519,-233850],[-576134,-232989],[-576139,-242135],[-576763,-243833],[-577221,-254811],[-581987,-266018],[-583427,-267776],[-579623,-262447],[-577115,-266918],[-578260,-266432],[-583279,-267132],[-580383,-268272],[-578171,-262021],[-577334,-262422],[-576296,-265777],[-586299,-271099],[-588230,-273421],[-586005,-275616],[-585838,-276565],[-581494,-268862],[-588419,-277367],[-583123,-279458],[-588794,-278115],[-585453,-276673],[-581970,-279946],[-588039,-272763],[-582303,-279657],[-583673,-271080],[-579162,-273268],[-581714,-273136],[-577648,-271889],[-578746,-279129],[-576711,-280631],[-579258,-279594],[-578108,-271163],[-583037,-275924],[-578102,-270634],[-576931,-278966],[-578802,-274076],[-577980,-277406],[-582749,-273428],[-576266,-281212],[-579124,-280566],[-576885,-269542],[-577258,-269397],[-581888,-278892],[-576207,-273898],[-582262,-278111],[-581250,-278799],[-583467,-275077],[-577113,-281018],[-585175,-282136],[-584106,-282154],[-584485,-282241],[-582975,-282550],[-588376,-282986],[-577460,-282876],[-587615,-285366],[-587059,-284473],[-583004,-283599],[-576913,-283183],[-590355,-279990],[-590045,-284509],[-592710,-282810],[-597824,-286586],[-589387,-283452],[-593596,-282079],[-599036,-287939],[-599939,-287443],[-600829,-286011],[-593546,-283602],[-590604,-281598],[-602508,-287016],[-261220,-519705],[-261158,-519745],[-259455,-515106],[-263756,-512826],[-256688,-511901],[-270539,-548305],[-498631,-463030],[-506229,-446956],[-510485,-439652],[-511725,-463784],[-506346,-472135],[-548760,-190768],[-549705,-188966],[-549067,-188352],[-548759,-184396],[-545058,-203307],[-546642,-196875],[-543236,-199921],[-544622,-202914],[-546048,-196886],[-542053,-201142],[-552622,-184547],[-552263,-184309],[-552050,-184739],[-554420,-181108],[-561768,-197131],[-562118,-195823],[-553576,-199463],[-550557,-200620],[-562426,-195689],[-561530,-206770],[-554303,-215927],[-550833,-217027],[-558194,-213117],[-553087,-209869],[-551794,-207290],[-551760,-206365],[-559272,-211360],[-559324,-215276],[-551138,-212692],[-560432,-223201],[-559565,-221558],[-552423,-274982],[-560453,-277036],[-559735,-276399],[-570922,-207012],[-568494,-207776],[-568680,-228437],[-574037,-224187],[-575654,-238231],[-567876,-232220],[-564845,-233567],[-563596,-234015],[-565111,-233172],[-565689,-232269],[-570449,-255890],[-568187,-258888],[-565476,-267911],[-566425,-257795],[-564909,-263235],[-568218,-258193],[-564460,-262992],[-564965,-261924],[-568036,-261454],[-564531,-263584],[-569504,-270432],[-566136,-268688],[-572080,-274209],[-572865,-274739],[-577931,-228172],[-581908,-227030],[-582570,-228943],[-579804,-227711],[-579404,-227728],[-580461,-226694],[-582252,-227995],[-585140,-272736],[-577086,-274568],[-145282,-518481],[-165710,-512142],[-170015,-515642],[-171161,-535587],[-246349,-493498],[-250428,-488672],[-511349,-453188],[-512174,-452277],[-533771,-214998],[-534249,-215797],[-534850,-216265],[-534608,-216223],[-534711,-217912],[-544514,-202303],[-548204,-199684],[-546561,-198212],[-539268,-195815],[-547140,-197050],[-543985,-197363],[-549187,-204369],[-549882,-201004],[-546927,-203610],[-543583,-201565],[-543150,-196456],[-541347,-198927],[-549285,-204071],[-549483,-200234],[-543892,-196754],[-541183,-199672],[-545056,-198656],[-550356,-200296],[-547560,-202890],[-545992,-201277],[-546097,-198733],[-540126,-199736],[-543473,-195055],[-546265,-214157],[-541888,-209154],[-548088,-213243],[-550121,-204722],[-548749,-211156],[-541176,-213813],[-554419,-176874],[-557283,-188176],[-558234,-183575],[-562671,-191421],[-552645,-187833],[-550813,-180149],[-554589,-179783],[-556921,-197696],[-554628,-192774],[-561090,-202900],[-555557,-203132],[-558253,-203354],[-553752,-202606],[-552175,-202638],[-553367,-203683],[-558968,-202883],[-553200,-201802],[-552340,-206607],[-556026,-206280],[-555684,-212998],[-556786,-209248],[-558339,-205085],[-557653,-210691],[-557933,-212702],[-557400,-209844],[-561725,-208924],[-563090,-211840],[-559390,-210880],[-555874,-210040],[-553865,-209389],[-553256,-208789],[-552047,-206824],[-550749,-212208],[-557577,-210168],[-561842,-209145],[-559565,-220555],[-552348,-217564],[-560018,-229441],[-553648,-223475],[-560500,-228559],[-553810,-228958],[-558883,-220434],[-561142,-226311],[-561622,-225097],[-556234,-226970],[-561896,-229451],[-559209,-220469],[-559414,-239645],[-558536,-239815],[-562272,-243636],[-560981,-268051],[-559335,-267369],[-555401,-257675],[-559591,-267208],[-559441,-264068],[-561249,-264632],[-559185,-262129],[-553408,-258865],[-557697,-266266],[-557713,-264074],[-555455,-257835],[-562180,-270470],[-562655,-271542],[-562720,-274249],[-562489,-269372],[-561028,-269901],[-566166,-203953],[-569052,-201087],[-573149,-197058],[-563760,-204287],[-564259,-198468],[-567751,-200122],[-566030,-199930],[-573306,-206481],[-570567,-205047],[-567775,-216290],[-565374,-210446],[-571793,-216215],[-573659,-212295],[-563830,-209950],[-571032,-206166],[-566093,-215193],[-567925,-216429],[-570544,-205843],[-572534,-204753],[-571995,-213429],[-574024,-212039],[-568772,-211401],[-567355,-217121],[-569281,-211262],[-572869,-206639],[-566012,-210134],[-566247,-214192],[-568403,-211484],[-572620,-204646],[-570583,-212469],[-572964,-211716],[-573309,-223688],[-563740,-219129],[-569566,-229167],[-572945,-219196],[-564576,-222299],[-573298,-220206],[-574841,-224704],[-566040,-223838],[-575004,-230129],[-574235,-223826],[-574037,-222103],[-565802,-224175],[-573328,-225150],[-566327,-223193],[-571644,-237444],[-575599,-237902],[-568381,-230505],[-572030,-232073],[-575607,-237904],[-570567,-241872],[-572784,-238524],[-571603,-241113],[-566831,-240790],[-566205,-235000],[-567737,-239245],[-565425,-234700],[-570064,-250427],[-563907,-253980],[-566388,-243258],[-575623,-245578],[-566071,-252994],[-564221,-246896],[-569430,-252681],[-566296,-249384],[-564276,-247637],[-574118,-262626],[-568119,-262042],[-567699,-267149],[-566164,-264752],[-566466,-258851],[-563209,-261112],[-563970,-257392],[-565737,-259521],[-565759,-261883],[-567468,-261565],[-568990,-265166],[-570172,-259176],[-566641,-264021],[-566321,-260445],[-574700,-263764],[-563493,-266324],[-565000,-277483],[-573524,-276929],[-574041,-271558],[-569417,-272453],[-563553,-275543],[-564147,-268890],[-565324,-275171],[-563375,-274435],[-565599,-275281],[-565025,-275137],[-574618,-276632],[-564000,-276240],[-568149,-276094],[-568954,-269729],[-574471,-274996],[-568971,-272397],[-578873,-210396],[-582145,-213036],[-579453,-212939],[-578990,-210582],[-582169,-213675],[-581339,-216886],[-582071,-212941],[-581879,-213464],[-581325,-216920],[-582677,-213224],[-578911,-210121],[-581376,-220559],[-581343,-217539],[-581576,-220230],[-582087,-220666],[-577902,-263765],[-580104,-264362],[-576626,-262861],[-577724,-262006],[-576763,-264662],[-588683,-280573],[-588773,-280600],[-588213,-276026],[-584796,-270023],[-588618,-279964],[-588004,-272777],[-576661,-272434],[-577201,-278067],[-583116,-275630],[-588189,-281676],[-584679,-281802],[-587281,-282035],[-587066,-281708],[-587831,-281506],[-592400,-284014],[-594048,-282924],[-591648,-286534],[-593379,-283100],[-591685,-282277],[-594195,-283142],[-593119,-287728],[-592263,-283182],[-590875,-284947],[-591321,-286159],[-593122,-289191],[-591129,-285026],[-594859,-283555]] \ No newline at end of file diff --git a/src/gathering/a10801.json b/src/gathering/a10801.json new file mode 100644 index 0000000..fe03fa2 --- /dev/null +++ b/src/gathering/a10801.json @@ -0,0 +1 @@ +[[-1275350,1520411],[-1275413,1520314],[-1272895,1518853],[-1277738,1518407],[-1276843,1518385],[-118287,-177845],[-118195,-178027],[-121696,-178552],[-121611,-178600],[-119446,-184119],[-119656,-183670],[-121203,-179061],[-119752,-184494],[-116365,-181444],[-125515,-400564],[-125393,-400367],[-126020,-401522],[-126104,-401593],[-124941,-435299],[-120363,119821],[-119999,119200],[-121711,120586],[-120632,120019],[-135848,-310041],[-135128,-308909],[-133255,-328069],[-135939,-327956],[-140434,-358999],[-140681,-358997],[-140171,-360588],[-133130,-440007],[-134580,-39583],[-134456,-44337],[-139215,-57256],[-138191,-53299],[-139220,-57041],[-139194,-56951],[-135669,-53505],[-131584,-57793],[-133537,-53919],[-136471,-51873],[-139384,-54083],[-138213,-53026],[-129871,-58072],[-138695,-79888],[-138763,-80004],[-138672,-79963],[-132027,-79072],[-131982,-79183],[-132193,-78790],[-132098,-78694],[-130676,-84230],[-130567,-84159],[-135252,-76793],[-131004,-86581],[-135581,-98428],[-135495,-98533],[-135513,-98341],[-134775,132459],[-133761,132693],[-130022,114652],[-136401,114895],[-130306,118035],[-139565,121630],[-139244,123501],[-138066,121297],[-148703,-127557],[-148831,-127615],[-148724,-127673],[-149849,-127435],[-150029,-127391],[-149337,-127642],[-148974,-127668],[-150259,-127645],[-143743,-115588],[-148827,-130833],[-147990,-130370],[-148971,-129157],[-148446,-130167],[-148570,-130215],[-148460,-130043],[-148117,-128405],[-148092,-128272],[-148142,-128012],[-152128,-131036],[-152225,-130866],[-152958,-139689],[-151887,-147703],[-151296,-146073],[-153046,-144500],[-153128,-144548],[-151781,-148812],[-152244,-149198],[-147934,-145103],[-148019,-145176],[-151647,-147141],[-148031,-145056],[-146724,-143696],[-142095,-160398],[-152890,-161358],[-152916,-161496],[-150509,-163694],[-150551,-164912],[-151213,-163010],[-151225,-163129],[-146061,-159180],[-153553,-155014],[-152550,-153888],[-152672,-153912],[-149281,-166963],[-152572,-8520],[-151515,-7847],[-145682,-10172],[-144025,-3283],[-153318,-580700],[-152319,-580259],[-152387,-580200],[-151971,-596189],[-153223,-595369],[-153314,-595413],[-151891,-596922],[-144382,-75116],[-144383,-75200],[-143490,-74753],[-143542,-74846],[-145541,-71109],[-145403,-71115],[-147145,-75922],[-147071,-75843],[-144334,-88121],[-144073,-88051],[-150244,-78153],[-150259,-78325],[-150188,-78061],[-146382,-88969],[-146291,-88912],[-151289,-85893],[-152516,-85179],[-143200,-81886],[-149486,-80355],[-150684,-79839],[-149204,-91080],[-146893,-91376],[-148220,-106235],[-148335,-106245],[-147611,-107283],[-147763,-107228],[-153225,139825],[-153357,139816],[-143831,140680],[-153060,131026],[-152967,131079],[-150436,131187],[-141244,129265],[-152528,131311],[-153591,130204],[-146937,115009],[-142899,117449],[-146172,125066],[-146552,120526],[-146696,120778],[-146235,120131],[-150740,126065],[-144759,127307],[-145055,126221],[-144857,117110],[-144950,117034],[-142223,121601],[-141424,123385],[-141367,123289],[-143544,125081],[-144145,124456],[-149222,115956],[-152088,117358],[-152178,117438],[-151654,117352],[-146689,116766],[-146008,117452],[-152926,119980],[-144940,121780],[-144843,121825],[-148986,125753],[-142506,115499],[-142595,115419],[-143370,116384],[-148377,117892],[-148276,117825],[-149980,116639],[-150308,116839],[-150638,117304],[-149750,116465],[-149723,116547],[-148968,118346],[-156277,-134871],[-157002,-135089],[-160215,-133664],[-161188,-133527],[-157888,-136957],[-156845,-136506],[-156850,-138093],[-154505,-139403],[-155602,-146520],[-159167,-148973],[-159098,-148902],[-155579,-146564],[-156926,-150955],[-155109,-147145],[-156721,-150174],[-157378,-151664],[-157365,-151539],[-158039,-151895],[-157368,-153049],[-157416,-153153],[-157538,-153091],[-159970,-152871],[-160924,-152273],[-159698,-150298],[-159590,-150280],[-159497,-150224],[-159627,-150377],[-154823,-148936],[-154150,-149971],[-158439,-147311],[-158361,-147243],[-158316,-154574],[-159712,-155373],[-159971,-155197],[-160070,-155140],[-161380,-154631],[-158851,-156462],[-153862,-161661],[-153959,-161604],[-156908,-161577],[-156821,-161538],[-157982,-184710],[-157906,-184788],[-160594,-187337],[-160664,-187250],[-161958,-23599],[-164250,-24561],[-164320,-24652],[-164109,-24822],[-165323,-18819],[-154420,-14291],[-165780,-472410],[-165353,-27233],[-162196,-29049],[-163411,-594130],[-163494,-594216],[-164703,-590117],[-165668,-592162],[-165444,-591896],[-154625,-594215],[-163359,-619300],[-160449,-622091],[-165348,-81790],[-164155,6022],[-154015,133745],[-154120,133816],[-155406,135431],[-153887,135679],[-153788,135615],[-155850,121331],[-154205,125103],[-160024,123691],[-167334,-131487],[-167262,-131411],[-169427,-133280],[-167217,-23579],[-168219,-24498],[-167181,-23832],[-168826,-22881],[-168727,-22848],[-168768,-22964],[-172343,-19166],[-171522,-582880],[-177981,-585383],[-178037,-585488],[-172622,-598054],[-168678,-594073],[-178461,-603138],[-178184,-603519],[-178536,-604758],[-178588,-604857],[-177031,-606620],[-176994,-608504],[-176895,-608506],[-171195,-612019],[-177980,-604661],[-177384,-606911],[-178076,-604599],[-177138,-612167],[-174194,-615678],[-171263,-620231],[-170970,-620196],[-171348,-58059],[-171164,-60151],[-171048,-60191],[-170882,-57578],[-170462,-83425],[-174253,-82695],[-175439,50898],[-175534,50397],[-175580,49898],[-170830,49299],[-170712,49325],[-174954,50025],[-175057,50036],[-174953,50138],[-169004,57617],[-169124,57612],[-169147,57259],[-171651,58461],[-188884,-124532],[-185736,-125051],[-184867,-124658],[-188628,-124719],[-187592,-124240],[-187840,-123841],[-187091,-124612],[-187398,-124520],[-185538,-132052],[-185482,-133001],[-185609,-133092],[-189756,-131021],[-187359,-131673],[-190421,-127937],[-191003,-128279],[-190824,-128850],[-191183,-131534],[-188071,-134789],[-187405,-136293],[-187596,-136327],[-183893,-135258],[-183926,-135331],[-183972,-135218],[-183088,-559145],[-183772,-576851],[-183833,-576933],[-180833,-579074],[-180890,-579156],[-180949,-579239],[-181010,-579318],[-181068,-579406],[-181129,-579485],[-180860,-579117],[-180917,-579199],[-180976,-579282],[-181037,-579360],[-181095,-579449],[-180889,-579154],[-180945,-579237],[-181005,-579320],[-181067,-579398],[-185539,238774],[-196216,-116058],[-196269,-116034],[-192323,-119043],[-192367,-118979],[-199451,-511],[-196503,-7593],[-196347,-7471],[-193048,-610028],[-198705,-60979],[-198598,-60964],[-196962,-60853],[-196535,-62225],[-196638,-62261],[-197146,-64257],[-197203,-64353],[-202202,-63860],[-201060,-107381],[-201891,-107676],[-201918,-107749],[-198758,-113516],[-198574,-113548],[-198592,-113521],[-198747,-112919],[-198428,-114218],[-198595,-114213],[-198524,-114345],[-200339,-107508],[-196598,4794],[-196746,4813],[-193792,3490],[-193788,3318],[-202472,7764],[-203552,6001],[-203464,6084],[-203035,5522],[-203563,6097],[-203645,5916],[-203541,6057],[-203592,5968],[-201198,6792],[-201120,6765],[-200804,131857],[-199054,133216],[-196160,132854],[-199897,133603],[-199508,51714],[-217307,-127631],[-215278,-129323],[-217271,-160548],[-217008,-160198],[-211074,-157652],[-211656,-158361],[-214067,-163860],[-214528,-163116],[-214526,-163240],[-209269,-155604],[-208860,-156932],[-210595,-155932],[-208396,-165069],[-209312,-165716],[-208546,-164116],[-208806,-162831],[-214372,-161393],[-213316,-162719],[-212087,-162594],[-213062,-160086],[-216456,-167620],[-214347,-168557],[-214563,-8493],[-213769,-9364],[-215389,-6918],[-211419,-8322],[-215620,-7259],[-214521,-4960],[-214507,-4847],[-213783,-4641],[-212440,-4617],[-207479,-844],[-207490,-965],[-209167,-6265],[-209613,-5405],[-213068,-4492],[-212973,-4439],[-216473,-10069],[-212139,-9402],[-212276,-9399],[-209979,-7015],[-217286,-8598],[-213627,-3537],[-212660,-4660],[-212655,-5064],[-213814,-822],[-212388,-24563],[-212245,-24150],[-207183,-14377],[-209014,-15631],[-210792,-25871],[-210847,-25955],[-210720,-25946],[-210718,-25645],[-210629,-25696],[-210663,-25656],[-210745,-25568],[-210589,-25738],[-210758,-25667],[-211514,-32086],[-214643,-30325],[-214163,-33980],[-214186,-33880],[-214099,-34388],[-208466,-33358],[-208567,-33305],[-208680,-33261],[-208486,-33391],[-208097,-33925],[-217320,-525300],[-213033,-544777],[-216828,-554638],[-214082,-551351],[-211045,-41319],[-211043,-41422],[-211026,-40907],[-217333,3002],[-225217,-139994],[-225513,-139201],[-225085,-139788],[-225095,-139671],[-229507,-134171],[-225476,-135160],[-220688,-153371],[-218374,-152170],[-222817,-140751],[-217829,-161067],[-218895,-159936],[-217770,-158394],[-220614,-160396],[-222831,-160005],[-222000,-162688],[-219837,-153751],[-220006,-159918],[-224027,-160767],[-223997,-161096],[-221886,-154625],[-222310,-155021],[-222304,-155141],[-222710,-155443],[-218589,-163390],[-218039,-5078],[-218038,-5188],[-217883,-5029],[-217954,-4840],[-218375,-3559],[-217981,-3445],[-219254,-6130],[-219358,-6159],[-218354,-9640],[-222308,-14549],[-218772,-24505],[-218917,-24482],[-221438,-24023],[-229889,-111775],[-229406,11263],[-233490,-7306],[-233562,-7176],[-233443,-7219],[-233689,-6235],[-243194,-23122],[-232394,-50225],[-232508,-50181],[-232417,-50132],[-233031,-47145],[-233081,-47268],[-240045,-48327],[-237309,-45478],[-241330,-43552],[-231295,-55869],[-233996,-56204],[-230402,-51336],[-230478,-51433],[-235266,-55974],[-235257,-55867],[-235490,-62114],[-232919,-58562],[-238334,-56194],[-238449,-56220],[-235527,-55594],[-235380,-62082],[-241129,-60182],[-237498,-56400],[-239113,-58434],[-239285,-55702],[-240793,-55549],[-236669,-58632],[-242630,-60678],[-242086,-57644],[-242087,-57751],[-240432,-54920],[-240402,-54820],[-240362,-55670],[-240268,-55706],[-243026,-53730],[-239727,-57333],[-239630,-57350],[-240740,-63455],[-241435,-63718],[-240488,-64880],[-231468,-67322],[-237322,-67152],[-237357,-67033],[-234731,-65273],[-232982,-64432],[-243161,-84714],[-242955,-85070],[-235472,-83648],[-235062,-84945],[-234774,-83948],[-232352,-112283],[-232440,-112383],[-2692,-123629],[-12481,-119859],[-1786,-129925],[-4079,-162587],[-3175,-163469],[-11815,-171750],[-11543,-254550],[-11413,-253866],[-11529,-255812],[-11577,-255913],[-8350,-265208],[-8312,-265313],[-7923,-265944],[-7868,-265796],[-7778,-265854],[-7344,-264503],[-7281,-264429],[-8467,-264377],[-8171,-265999],[-7181,-266025],[-7963,-76352],[-12649,-94103],[-12442,-94476],[-4312,-105197],[-4457,-105321],[-6870,-106062],[-6945,-106137],[-930,46426],[-961,46529],[-6045,43788],[-6076,43891],[-6150,45432],[-6083,45526],[-6046,45439],[-5211,44232],[-12566,76946],[-12689,76731],[-4577,74566],[-4496,73167],[-249114,-139603],[-249058,-139712],[-247540,-137960],[-247419,-136701],[-249153,-139706],[-249925,-137859],[-246020,-11765],[-245957,-11859],[-248660,-10289],[-248731,-10401],[-248746,-10284],[-246616,-12660],[-254014,-26508],[-253809,-26150],[-253764,-26057],[-247231,-37324],[-247235,-37937],[-250523,-38002],[-251148,-37951],[-245448,-37245],[-247939,-35222],[-248005,-35151],[-250181,-35729],[-254066,-31305],[-253441,-30165],[-253543,-30183],[-253022,-30115],[-252800,-27546],[-254833,-29357],[-254849,-29459],[-254738,-28956],[-251054,-41318],[-248165,-38653],[-248001,-45725],[-252165,-46068],[-250923,-46449],[-248160,-44900],[-245622,-62875],[-245613,-62976],[-246320,-62189],[-246297,-62302],[-246388,-62385],[-245907,-63359],[-243267,-54951],[-243357,-54916],[-249340,-57993],[-250495,-58198],[-250522,-58095],[-249058,-60012],[-249151,-60070],[-248877,-62145],[-248812,-62061],[-249603,-60913],[-250170,-58900],[-250260,-58905],[-248074,-62843],[-248070,-63045],[-253093,-57201],[-251147,-54974],[-252622,-54612],[-252708,-54677],[-253331,-52733],[-251971,-51242],[-253207,-53711],[-253222,-53586],[-253090,-53700],[-253280,-51455],[-253591,-51571],[-253611,-51484],[-243560,-58062],[-243473,-58095],[-244525,-57931],[-245051,-57849],[-245573,-57768],[-244637,-54722],[-244416,-53780],[-244918,-52158],[-244870,-54195],[-244001,-58013],[-252204,-54920],[-252296,-54933],[-252928,-55034],[-249725,-52368],[-244001,-58013],[-250460,-51134],[-250519,-51044],[-249903,-66804],[-245906,-67277],[-249054,-77456],[-249173,-77444],[-243218,-84630],[-249543,-79431],[-249493,-79535],[-245444,-81991],[-244986,37269],[-247318,41693],[-257695,-155538],[-263607,-231855],[-262298,-29401],[-258152,-31185],[-259614,-30806],[-260541,-34424],[-268603,-31570],[-268595,-31461],[-268667,-31399],[-266893,-601080],[-267598,-601620],[-267429,-601439],[-257148,-41612],[-257812,-39425],[-263859,-42893],[-263920,-42819],[-259394,-47170],[-265854,-47964],[-266008,-47533],[-267713,-51044],[-268114,-51140],[-257955,-56642],[-258608,-53046],[-258692,-53058],[-258604,-56714],[-257478,-54144],[-256653,-52830],[-261208,-58244],[-260098,-57622],[-265347,-76578],[-265271,-76449],[-267375,-76571],[-265351,-81211],[-265509,-81279],[-262932,112460],[-263835,109375],[-265123,111079],[-272319,-199899],[-281318,-229880],[-281213,-229892],[-281241,-229788],[-278886,-365081],[-272872,-14285],[-272947,-14173],[-272832,-14208],[-278833,-31877],[-271331,-556100],[-276220,-564493],[-273045,-44675],[-274127,-47168],[-274057,-47244],[-274381,-46843],[-271012,-51284],[-270913,-51253],[-271413,-51379],[-268958,-80470],[-269498,-78061],[-271360,1629],[-285330,-235156],[-285265,-235266],[-288193,-235646],[-287785,-235768],[-288279,-235715],[-287851,-4405],[-284101,-363511],[-283011,-363402],[-288403,-26887],[-283909,-659127],[-283126,-664842],[-282967,-662873],[-293228,-845920],[-292927,-845533],[-288028,-66133],[-287931,-66110],[-285932,-64266],[-285518,-64356],[-285419,-64388],[-291111,-68315],[-288966,-70848],[-306438,-147608],[-306686,-264156],[-302193,-635459],[-302264,-635383],[-303083,-633098],[-302538,-634550],[-302589,-634445],[-302957,-633046],[-302378,-634478],[-302102,-635421],[-300673,-821309],[-294958,-820526],[-296927,-820366],[-306850,-84713],[-297161,8006],[-306622,421698],[-305289,424873],[-318404,-306777],[-316809,-313528],[-316146,-313142],[-317064,-310419],[-314414,-309126],[-313955,-308723],[-311014,-311204],[-308226,-376458],[-313973,-607881],[-318844,-614400],[-315624,-41089],[-315487,-42650],[-315045,-42094],[-315399,-42625],[-308520,-666572],[-308133,-666873],[-308990,-84226],[-307583,-82374],[-319623,317313],[-313459,426196],[-328823,-132741],[-328774,-131488],[-328715,-131571],[-332322,-244151],[-325559,-243021],[-321465,-262872],[-321340,-263133],[-321406,-263413],[-321387,-263525],[-321463,-263604],[-321274,-263239],[-321210,-263336],[-321326,-263322],[-332570,-268267],[-324341,-839593],[-324417,-839664],[-326702,-840483],[-325250,-839938],[-325355,-839988],[-326754,-840357],[-325322,-839778],[-324379,-839501],[-325276,-104568],[-325523,-104205],[-325487,-104110],[-321233,17440],[-330915,307384],[-332207,309571],[-332629,309117],[-330063,311072],[-329156,311244],[-332357,307632],[-325012,328370],[-331980,376125],[-326918,374854],[-332426,395115],[-328652,408234],[-326684,399252],[-324937,397146],[-327624,424163],[-343876,-188959],[-344501,-188575],[-337826,-186237],[-333370,-205305],[-341848,-206104],[-339210,-207687],[-338268,-212346],[-334053,-256896],[-333949,-256829],[-343465,-265545],[-334778,-257333],[-338015,317057],[-338488,316999],[-342273,334807],[-338167,376381],[-337912,376126],[-341368,375519],[-342000,376943],[-342688,375232],[-342111,386199],[-344443,385871],[-344196,386026],[-344633,390174],[-344185,390392],[-341065,393662],[-333113,396107],[-343807,394111],[-341398,397260],[-341388,397651],[-334979,399910],[-342422,408133],[-345162,401198],[-340670,400732],[-341916,417880],[-342244,414454],[-344675,413845],[-349555,-134847],[-349721,-134664],[-348913,-176906],[-348469,-177834],[-348439,-177957],[-358087,-177667],[-346027,-178774],[-353848,-179773],[-356685,-181076],[-345819,-189463],[-352691,-239694],[-358368,-248300],[-345607,-252890],[-349617,-251883],[-349642,-251769],[-347586,-253127],[-346451,-255367],[-347406,-255611],[-346434,-255650],[-347367,-255507],[-346366,-255924],[-349849,-256478],[-349857,-256598],[-349330,-256747],[-349601,-257093],[-357700,-256427],[-356426,-438916],[-347463,2506],[-349694,312366],[-349442,312882],[-349633,317454],[-351818,319116],[-352019,319720],[-345861,376720],[-349550,377985],[-349423,376749],[-347626,380033],[-357667,31186],[-356608,33225],[-358025,36728],[-357973,36634],[-354821,32968],[-353601,30227],[-351389,34189],[-350656,37045],[-353275,35196],[-357978,30134],[-351730,34726],[-351629,34677],[-351699,35551],[-348621,27666],[-348703,27070],[-352308,31030],[-353833,26464],[-352187,28176],[-351996,36957],[-354910,388692],[-357640,384829],[-357140,385270],[-354982,392802],[-357418,390774],[-357230,391165],[-347359,396744],[-347108,396361],[-351960,396044],[-352025,396200],[-351942,395771],[-357240,401726],[-349414,401597],[-348014,397073],[-345911,402033],[-348925,397951],[-351209,397229],[-351363,397159],[-350936,397253],[-353660,404532],[-347284,416272],[-350001,42574],[-349459,41783],[-350060,39317],[-357614,45100],[-356224,46836],[-356306,46760],[-368370,-177615],[-370056,-175443],[-366313,-173107],[-361861,-189885],[-358559,-187274],[-363999,-188639],[-364923,-180134],[-369388,-201129],[-361091,-247291],[-362045,-248150],[-359981,-248414],[-359976,-248740],[-362055,-445894],[-366859,-824007],[-366783,-823936],[-364498,-823117],[-365950,-823662],[-365845,-823611],[-364446,-823243],[-365878,-823822],[-366821,-824098],[-366951,20764],[-370137,22650],[-371050,20668],[-370936,19758],[-358578,25770],[-368594,21487],[-359285,330177],[-362379,378207],[-361966,375772],[-368874,379211],[-370335,28098],[-358868,403208],[-364135,399030],[-359981,397803],[-367993,404019],[-362462,404393],[-359323,418876],[-360772,418017],[-359731,430230],[-359920,428004],[-362377,41993],[-364205,40445],[-363908,42271],[-360423,51023],[-360424,49966],[-16412,-121030],[-16348,-120944],[-16602,-119330],[-18809,-119464],[-18803,-116425],[-18800,-116986],[-18921,-117491],[-18792,-117621],[-18517,-117928],[-18423,-117849],[-18544,-117979],[-14706,-118958],[-14457,-119945],[-17729,-124814],[-22191,-119997],[-22089,-119993],[-16187,-118443],[-17055,-122343],[-17353,-120096],[-17338,-120188],[-16594,-124113],[-16372,-124075],[-16425,-121772],[-16320,-116897],[-22381,-122031],[-22282,-122056],[-14100,-121680],[-14203,-121668],[-18639,-120185],[-15695,-119348],[-15537,-120000],[-15426,-120035],[-21184,-122288],[-22906,-133513],[-21585,-163419],[-23369,-165802],[-24771,-165488],[-24807,-165563],[-20548,-165228],[-24961,-162606],[-23090,-220700],[-23535,-220522],[-23477,-220136],[-23726,-220123],[-23789,-220430],[-13337,-254867],[-19622,-35677],[-19631,-35884],[-23686,-34947],[-17169,-32622],[-17099,-32653],[-21983,-34668],[-16437,-34238],[-16368,-34268],[-19126,-35077],[-20120,-34751],[-21244,-38837],[-13389,-89130],[-25550,-80948],[-25549,-80840],[-25546,-80871],[-17709,-77922],[-17393,-89265],[-15871,-82129],[-13302,42029],[-13845,76945],[-379670,-231130],[-379766,-231116],[-378569,-236497],[-376514,24342],[-372474,22876],[-371263,23997],[-374204,22007],[-374182,21884],[-371809,21938],[-373728,23205],[-374737,21300],[-374637,21364],[-382466,368583],[-382724,367860],[-373587,371766],[-376225,32619],[-376225,32616],[-376146,32547],[-376230,28840],[-376149,28761],[-373726,392422],[-372181,406918],[-372441,413860],[-372931,416580],[-385205,-231545],[-385294,-231382],[-385399,-231322],[-385359,-231327],[-384369,-231568],[-390527,-842291],[-396242,-843074],[-394273,-843233],[-392187,7961],[-392090,7827],[-394779,7851],[-392770,384800],[-392801,385642],[-392134,393634],[-395580,392785],[-408359,-244951],[-407860,-244861],[-397972,-817680],[-398273,-818067],[-406741,18382],[-405862,19651],[-406817,18219],[-408266,21294],[-406572,18547],[-404758,18595],[-409506,32878],[-421159,-206551],[-420660,-206461],[-417799,-233871],[-414669,-249342],[-421065,-244341],[-419428,-243695],[-419748,-247269],[-420625,-255710],[-420096,-255508],[-419996,-257517],[-410733,-89631],[-418153,21646],[-409900,24984],[-410152,25224],[-410052,25224],[-409958,25718],[-420881,21940],[-413661,23469],[-409908,32677],[-412006,32962],[-413043,41691],[-412477,41275],[-434135,-171323],[-423800,-192101],[-423103,-197215],[-427469,-210942],[-428148,-242172],[-428559,-235612],[-427864,-236695],[-430451,-239382],[-426361,-241275],[-427299,-238996],[-427812,-237435],[-424201,-242203],[-424689,-244598],[-430203,-245805],[-429674,-250784],[-427265,-260937],[-424063,-260246],[-427055,-258260],[-426904,-491815],[-425765,27501],[-425728,27694],[-423296,28795],[-424784,39859],[-440849,-171069],[-447044,-176368],[-446579,-176201],[-444121,-167589],[-441960,-166663],[-437316,-181770],[-440237,-187636],[-438141,-224248],[-445691,-1129],[-445737,-1905],[-445842,-1871],[-443185,-3341],[-447368,2233],[-447448,2161],[-441689,6098],[-441597,6042],[-445825,7317],[-447656,35533],[-447572,35430],[-447994,32181],[-451184,-900],[-451276,-961],[-450656,-95],[-451857,-2549],[-455178,-21456],[-453239,2040],[-450351,7465],[-451125,4523],[-448261,15173],[-448363,14966],[-448122,15215],[-449648,31970],[-452434,31337],[-450870,31550],[-452227,31396],[-467008,-25654],[-461063,-58609],[-490978,-435772],[-487682,-56529],[-497080,-97554],[-28352,-165635],[-31972,-166103],[-28588,-163457],[-28491,-163530],[-29963,-166783],[-27253,-170518],[-31397,-172351],[-30408,-175762],[-26293,-172778],[-36772,-176944],[-35159,-177603],[-36906,-189559],[-37719,-213947],[-36353,-213152],[-34530,-229857],[-34324,-228467],[-34228,-228481],[-33117,-226771],[-33214,-226771],[-32485,-224783],[-32528,-223913],[-32526,-224025],[-33455,-224695],[-33528,-224660],[-34787,-228924],[-34978,-338],[-36766,-318],[-37594,-394022],[-36544,-394170],[-34024,-392187],[-33845,-397459],[-34472,-84378],[-28943,-77443],[-26103,-81333],[-30658,-80018],[-28857,31864],[-29171,26357],[-29177,26468],[-31958,27403],[-29664,28646],[-31520,26713],[-31281,26704],[-31755,26705],[-507642,-156264],[-511289,-228743],[-500872,-456668],[-500772,-456639],[-503590,-100351],[-503401,-100311],[-506235,-95360],[-518801,-50658],[-518894,-50548],[-523658,-56582],[-523639,-56680],[-522503,-57422],[-522341,-57471],[-526886,-50449],[-526817,-53135],[-529525,-56601],[-530114,-55684],[-524957,-58714],[-525200,-58930],[-525461,-58870],[-531852,-55874],[-532219,-56582],[-532268,-56683],[-530277,-56099],[-530378,-56047],[-528530,-57287],[-528595,-57178],[-527804,-60935],[-532550,-56624],[-528104,-54433],[-527464,-86324],[-559344,-492281],[-559433,-492333],[-560991,-491356],[-560870,-491316],[-561277,-491265],[-560901,-489807],[-560884,-489622],[-562020,-490085],[-562085,-489836],[-566835,-485774],[-567480,-485441],[-563771,-495326],[-563830,-489937],[-604565,-291077],[-604472,-291036],[-606937,-289273],[-606887,-289224],[-602426,-292292],[-602501,-292359],[-42944,-177923],[-40827,-176765],[-50642,-189296],[-41307,-181042],[-41801,-181004],[-42940,-180875],[-42808,-180885],[-42530,-180841],[-42409,-180939],[-42020,-180982],[-40605,-179899],[-42936,-179325],[-42734,-178988],[-51215,-183982],[-43319,-185264],[-43708,-181972],[-42517,-185034],[-40211,-186953],[-41168,-180498],[-41543,-181800],[-40270,-195846],[-43378,-200082],[-38651,-216058],[-38851,-215960],[-38859,-215863],[-39330,-215820],[-39340,-215897],[-38419,-226488],[-43592,-8481],[-44516,-9345],[-44471,-9250],[-39890,-6215],[-40634,-6246],[-44483,-2221],[-49459,-409804],[-45388,-410679],[-49976,-440533],[-38678,-82587],[-40607,-78382],[-40719,7547],[-48995,156167],[-48995,156167],[-49145,75803],[-651077,-151034],[-652038,-150288],[-651235,-151005],[-652271,-152480],[-652356,-152536],[-652310,-152494],[-652627,-153322],[-652722,-153344],[-652357,-153409],[-645054,-190060],[-645158,-190076],[-644217,-189906],[-647141,-188705],[-647225,-188758],[-647099,-188836],[-645873,-189456],[-645792,-189390],[-645760,-189482],[-645995,-189921],[-646051,-189869],[-648197,-195588],[-646264,-192984],[-646277,-192897],[-643027,-194766],[-643132,-194770],[-652814,-206497],[-652746,-206290],[-653552,-153128],[-653633,-153194],[-653301,-152829],[-653459,-152933],[-652804,-153434],[-663063,-171021],[-660594,-167142],[-661098,-167084],[-661751,-167487],[-660524,-167865],[-662523,-169918],[-661192,-167063],[-662423,-169909],[-662462,-169972],[-655257,-203247],[-655282,-203156],[-653976,-195153],[-654035,-195078],[-658163,-206128],[-658942,-207382],[-652804,-206367],[-677028,-184244],[-676825,-182930],[-677930,-182939],[-53932,-184420],[-53602,-182796],[-52537,-185119],[-53006,-184935],[-53186,-184910],[-55881,-185339],[-55857,-185121],[-56099,-187297],[-51958,-187586],[-53856,-402509],[-58380,-416604],[-60895,-433491],[-60328,-431238],[-60776,-31730],[-54380,-43731],[-55342,179157],[-55320,391880],[-61640,395266],[-57111,396326],[-61180,395002],[-56120,46432],[-58474,44111],[-58396,44196],[-59580,41015],[-59678,40953],[-63368,40816],[-63442,40791],[-63375,40706],[-63380,40474],[-63462,45440],[-63360,45342],[-60742,48447],[-66235,-3378],[-73767,-55602],[-74138,-88697],[-75711,-88122],[-76566,-94659],[-73055,-92096],[-71704,-93583],[-71926,-93201],[-75575,-90501],[-74130,-89599],[-66341,-107211],[-72779,128796],[-70773,129048],[-70880,129062],[-74722,129488],[-72670,128742],[-68431,398479],[-65258,44968],[-65131,45038],[-65285,44876],[-65636,46446],[-65596,46346],[-72954,39619],[-66205,41555],[-80105,-141940],[-88521,-330066],[-88561,-330171],[-88634,-328989],[-88644,-328757],[-89360,-327109],[-88740,-30896],[-89061,-30197],[-89356,-29765],[-89335,-29919],[-88776,-27809],[-87152,-30234],[-87941,-30831],[-87849,-30897],[-88500,-27759],[-86677,-29631],[-86783,-29533],[-87382,-30487],[-79501,-68962],[-77699,-94862],[-80542,-91261],[-84182,-92449],[-84453,384840],[-80636,52427],[-77962,126685],[-78504,128020],[-78717,127782],[-78349,127794],[-94407,-137076],[-93449,-136324],[-92935,-134794],[-94674,-195605],[-94594,-195536],[-89830,-199199],[-90770,-200791],[-95576,-19157],[-91065,-29776],[-90059,-29395],[-89795,-29691],[-89708,-29751],[-89758,-29713],[-89767,-28825],[-89611,-29631],[-89701,-29534],[-91229,-27170],[-90751,-28266],[-90853,-28315],[-90875,-28419],[-89885,-27688],[-96480,-41550],[-90661,324697],[-102109,630079],[-102130,630183],[-102209,630129],[-101057,632883],[-101144,632899],[-101161,632155],[-90978,94812],[-90160,94534],[-1265073,1515504],[-1264507,1514257],[-1265375,1514478],[-1265328,1514586],[-1266971,1512006],[-110331,-373599],[-103078,-29570],[-107363,404806],[-107831,403088],[-107229,402954],[-109048,400882],[-111106,401089],[-107038,422074],[-108040,423932],[-107378,425965],[-105912,626622],[-104346,632215],[-104251,632192],[-104221,632114],[-104299,633221],[-102856,630950],[-102750,630943],[-102782,631034],[1115,-126883],[1154,-129158],[11095,-17337],[9009,-15779],[11478,-18845],[9667,-16155],[10026,-14900],[2119,-397907],[1457,-28662],[1677,-28699],[3337,-55082],[458,47553],[10552,57438],[12872,56906],[11535,57908],[9602,76797],[11883,74030],[3422,72116],[3651,72067],[9528,75115],[12472,65177],[11837,75035],[11773,74950],[7150,84183],[7122,84286],[6356,86203],[6356,86309],[8099,80013],[11459,80245],[11031,80269],[11195,79589],[9449,81960],[9294,82037],[9288,82158],[7948,84184],[7030,93788],[10891,123712],[1281791,178323],[1281814,178205],[1282795,178819],[1280590,178551],[1280658,178397],[1280569,178825],[1281751,177694],[1284699,174027],[1280197,179985],[1282995,180248],[1282094,186380],[131734,-230578],[131683,-230823],[132094,-230771],[131956,-231003],[132334,-230295],[138215,-77923],[139720,188744],[129821,319226],[136441,337041],[140565,337421],[134499,343468],[138970,341287],[139021,340984],[137118,339066],[131724,404857],[130991,404282],[131700,403696],[131813,403699],[131051,404362],[153309,130826],[147827,138158],[144370,216153],[144475,216203],[144239,216345],[152308,300910],[152489,299408],[152805,299771],[149774,298925],[149809,298827],[149662,299321],[147574,297840],[147481,297891],[152874,298213],[152929,298127],[152838,298120],[144354,301877],[143475,302035],[151366,307651],[151200,307607],[151264,316852],[152497,314890],[152407,314940],[152844,314667],[151217,314989],[151233,314877],[141890,347862],[154670,9735],[156965,10363],[160438,19630],[157241,292694],[157615,291168],[158803,290752],[158742,290841],[157794,293281],[160673,293054],[160794,293138],[154340,292274],[160336,290090],[155108,292758],[163568,302134],[162382,302022],[162189,301995],[164252,299977],[162545,298304],[157898,304827],[157909,304658],[157836,304394],[162121,298669],[162014,298653],[162687,298898],[160314,301356],[160210,301463],[156523,299725],[156316,299683],[159388,304807],[159192,304475],[159205,304582],[164707,298600],[156800,314531],[156981,314960],[155658,314643],[155741,314705],[155313,314418],[157118,431258],[157200,431184],[167487,326879],[177609,339927],[177172,339827],[173680,339242],[177137,402274],[190122,402331],[190140,402215],[190037,402265],[193313,333573],[193452,333890],[217273,-78133],[215687,87698],[226339,-75831],[227162,-74961],[226140,-71416],[220050,-76056],[229333,-68510],[229765,-70725],[228884,-72668],[222873,-75475],[229241,-75817],[229167,-75918],[227195,-68402],[227277,-68297],[226340,-68804],[226444,-68890],[226470,-68809],[228357,-79249],[227596,-83810],[223113,-79277],[223165,-79372],[222146,-77985],[222951,-78070],[222035,-78992],[221997,-78891],[226925,-82343],[226973,-81643],[226965,-81536],[220733,-77452],[219522,-76733],[221091,-77214],[226414,-85400],[228022,-84806],[228336,-85111],[221244,-79900],[224880,-84122],[226715,-81568],[224955,-82395],[224923,-82289],[225350,-80286],[225453,-80292],[226760,-81961],[224358,-85259],[222179,5515],[222216,5640],[231158,-75991],[242427,-79359],[239577,-103986],[239424,-104031],[238252,696536],[238457,696640],[238441,696537],[249713,-12301],[253530,-20856],[246232,-95437],[248141,-103779],[248244,-103943],[247893,-103785],[248425,696716],[248479,696621],[244935,85635],[244974,85542],[245837,84416],[246011,87089],[23798,-166764],[23820,-166871],[14616,-62614],[15991,-62894],[17247,-60146],[13940,-60150],[17236,-60473],[14472,-68709],[24081,-90194],[12982,57170],[12926,57080],[13026,57041],[12959,57114],[15851,74778],[13603,76296],[13643,76198],[13707,76283],[15049,76950],[13644,76309],[17964,78437],[15271,77006],[17368,79508],[13680,89825],[15755,88033],[15859,88057],[13202,86786],[24680,100799],[13341,92156],[13312,92260],[12781,91381],[12702,91350],[13502,92026],[15344,94820],[15258,94896],[16358,91969],[16418,91873],[14233,95169],[20681,106597],[14458,114534],[265691,-116143],[258950,-9821],[258993,-9775],[258902,-9867],[260672,-8160],[260743,-8087],[260468,-7441],[259129,-12196],[258915,-12396],[266861,-14499],[262716,-13605],[266616,-14422],[265277,713169],[267220,710065],[266321,127337],[270960,-188635],[277492,-197155],[277259,-196539],[271136,-11944],[276836,-13755],[292726,-128856],[293138,-25807],[293098,-25860],[293172,-25755],[284223,-87505],[293072,-91445],[287876,74676],[294907,-119921],[296869,-118758],[306929,-123126],[307182,-123627],[301510,-135543],[312003,-137852],[316074,-171949],[316954,-172548],[307537,-169490],[309216,-173894],[318087,-175329],[308539,-169057],[317052,-21921],[316662,-21273],[315669,-22265],[317221,-112546],[310886,-108029],[314659,51089],[322258,-73068],[323762,-72860],[323772,-72985],[324254,-70028],[322379,-72267],[329726,-72928],[325135,-70296],[323294,-69581],[331600,-71321],[331551,-71415],[327918,-69263],[326014,-110410],[330242,-107650],[322321,28572],[325484,30811],[336243,-134774],[343923,-152223],[342736,-13621],[345139,-34039],[343706,-34244],[342499,-60294],[336636,-67409],[341117,-64006],[337246,-104858],[335466,601441],[351884,-118169],[357335,-146742],[353023,-160582],[349855,-164548],[347450,-166668],[349840,-167610],[350410,-175511],[355013,-22035],[355998,-21543],[346926,-26988],[355224,-27034],[356824,-26662],[356299,-63717],[358254,-62003],[354930,-73235],[351105,-65873],[353679,-69969],[353799,-67864],[355766,-70461],[357748,-70742],[356041,-73186],[354005,-76184],[353295,-75494],[351029,-66362],[352655,-73515],[348128,-64724],[352031,-64280],[352103,-69837],[355055,-72801],[353353,-70310],[357364,-70055],[346112,-67275],[355920,-109439],[368927,-133291],[368875,-133169],[368981,-133221],[365389,-136459],[363144,-152299],[359166,-155299],[358781,-154853],[362341,-155081],[369996,-162677],[366114,-22284],[365278,-25260],[364653,-19927],[365000,-18822],[364261,-20869],[362695,-28152],[371125,-30044],[371129,-29959],[370964,-48521],[371113,-49009],[367019,-46434],[366874,-44956],[358525,-42114],[369589,-46719],[367599,-57238],[369065,-56977],[369773,-51042],[369632,-51102],[370430,-60960],[363746,-59151],[364659,-55207],[364624,-55105],[366568,-61884],[366108,-61682],[359562,-61222],[370779,-65335],[367669,-66812],[367613,-66916],[368429,-75288],[370870,-65233],[364677,-69787],[364128,-65488],[361991,-64132],[365046,-73254],[365127,-73779],[365092,-73678],[366799,-66982],[363680,-73357],[367092,-77456],[370680,-84757],[361228,-112779],[373743,-125727],[378407,-131940],[378196,-164361],[373653,-162922],[373076,-26599],[372203,-28777],[372138,-27103],[372254,-27570],[372234,-27689],[375456,-50970],[372529,-46012],[373669,-48691],[373281,-47586],[373954,-48339],[375767,-63253],[372254,-52037],[372159,-52027],[374951,-51575],[374998,-51489],[373042,-54495],[372051,-62968],[373926,-61770],[373246,-54225],[374039,-62204],[376106,-57884],[372139,-64555],[372043,-63805],[375809,-66402],[376257,-64454],[371544,-76138],[371382,-82111],[371489,-82391],[371304,-82184],[371933,-80486],[381455,-101036],[371560,-93928],[37987,-178641],[37233,-177943],[37570,-169021],[31713,-202746],[30119,-202640],[29970,-202495],[30144,-202393],[33473,-203622],[33518,-203876],[36012,-8860],[35915,-8790],[36205,-36058],[35027,-35954],[36198,-36139],[34570,-34825],[37415,-43653],[37554,-43655],[37447,-43118],[36139,-49456],[36253,-49441],[37440,-38767],[37530,-42022],[37329,-49431],[29078,-47155],[29012,-47257],[30761,-48226],[35552,-48120],[36856,-64186],[36953,-64130],[32946,-67613],[37412,-66916],[31612,-67016],[30458,6579],[30323,6514],[30372,6606],[32003,7358],[33375,7165],[31755,1827],[31994,1745],[31822,1762],[31893,1681],[30818,1299],[37027,253222],[31562,259516],[31460,259617],[30107,260002],[30020,260072],[32745,258928],[32691,258823],[31544,47389],[31275,47769],[29979,66755],[29980,66674],[30037,66701],[38341,82032],[36635,81211],[37998,82564],[30255,95395],[36910,111143],[30413,119462],[35711,122938],[388798,-141148],[386672,-143204],[396209,-164096],[392290,-170711],[391279,-174840],[393073,-170724],[398302,-166417],[419064,10423],[418650,12062],[420081,8223],[421768,7926],[416017,10051],[416204,10320],[422060,14509],[420001,14151],[422820,9282],[426321,12726],[422458,7764],[426796,12529],[422488,8544],[427218,175074],[423802,14762],[423564,14403],[425243,15164],[444068,89364],[443573,94011],[458615,-8789],[459803,114359],[462843,178989],[469462,180521],[468704,119491],[476979,22050],[478534,22573],[475776,18615],[477123,111839],[487600,27460],[507643,6341],[506750,264625],[506630,264604],[41311,-134265],[45038,-165284],[46897,-176205],[43575,-174210],[44307,-177602],[39657,-176506],[41642,-178806],[39031,-176934],[44076,-167651],[39115,-169664],[41602,-168964],[41715,-168938],[39234,-176395],[39089,-176588],[49294,-181983],[45002,-179265],[50854,-179772],[39937,-185143],[43480,-184554],[39928,-182717],[41396,-184926],[42012,-189135],[41963,-189034],[42114,-189124],[45871,-190517],[45375,-190703],[45232,-190910],[49607,-187915],[49717,-187865],[48964,-188338],[50455,-195874],[44965,-193976],[44817,-194089],[44687,-194081],[50158,-193337],[49160,-8421],[49869,-8989],[48397,-279244],[47799,-278933],[48017,-279053],[48396,-14394],[48338,-14483],[38431,-21434],[38507,-21352],[50465,-24890],[41274,-498447],[38641,-35450],[39027,-36854],[38935,-36877],[45037,-31230],[45198,-30511],[45127,-30429],[45494,-32336],[45423,-32253],[45318,-30266],[45349,-30182],[44763,-35345],[44857,-35255],[39962,-32217],[39883,-25865],[43073,-26661],[43039,-26765],[41559,-30611],[47496,-32775],[46019,-32423],[40081,-499642],[42680,-499930],[38887,-38792],[46940,-39286],[47134,-39206],[46985,-39212],[39235,-43686],[40414,-43494],[40392,-43592],[40396,-43582],[44635,-39265],[44525,-39291],[44571,-39277],[41973,-49810],[41887,-49872],[43378,-46305],[46572,-40067],[38475,-40763],[41284,-51076],[44752,213890],[40767,23595],[42850,31638],[39217,64704],[39201,64495],[43602,79666],[43537,79619],[43605,79559],[39478,80387],[42195,84229],[41022,81800],[40936,81736],[38875,78937],[44741,106492],[45257,120228],[530213,19473],[531361,276470],[536030,289304],[527545,302520],[530701,301300],[532827,299468],[533142,304686],[534846,301261],[527784,300557],[528151,300733],[533173,297602],[531020,26701],[541788,-68767],[544703,-110669],[545635,292422],[574436,278604],[572383,279088],[572204,278758],[572806,282438],[569288,284491],[566756,284329],[566839,284205],[581332,23219],[581364,276699],[576863,274305],[578004,271870],[584142,277924],[579018,280129],[581951,278935],[581523,274472],[576726,271735],[578260,271242],[576316,271394],[587718,38364],[590255,36889],[619015,313841],[620022,329873],[618117,330089],[619600,327284],[630309,325807],[630525,326539],[638205,329217],[639145,337557],[639312,337829],[52137,-179848],[54729,-185059],[54421,-185472],[56421,-185255],[53904,-180373],[53261,-183972],[52442,-183129],[53212,-181924],[55470,-182240],[56550,-184283],[51648,-186991],[51218,-187269],[54847,-187084],[54778,-187170],[54604,-192977],[59531,-3739],[59556,-3627],[63988,-31032],[61350,-28504],[60645,-27541],[60744,-36042],[59055,-31156],[58503,-33601],[55593,-30672],[55348,-31469],[62327,-43600],[61503,-43551],[51677,-94029],[60032,43438],[60128,43406],[60173,43318],[51492,100566],[52459,105294],[640541,338391],[640852,352522],[653295,346008],[676712,100095],[683280,323132],[683171,104178],[683341,103953],[721271,-137876],[74136,-189226],[74484,-188889],[74660,-188684],[74819,-189077],[74920,-188849],[67393,-291378],[67275,-291336],[67069,-293212],[73545,-24436],[73609,-24337],[73672,-24396],[75992,-27218],[76076,-27298],[76007,-27350],[65694,-29698],[64575,-33437],[64151,-33619],[75728,-70682],[73502,-69183],[75891,-71422],[75759,-71509],[76251,-73778],[70754,-83316],[68984,40089],[65462,50045],[67891,42760],[811355,280649],[812649,278747],[814101,278830],[810809,282731],[814885,288215],[822816,-7727],[819597,-10714],[890022,-60799],[87140,-188334],[87008,-188328],[87338,-188413],[87354,-189048],[87272,-188181],[87397,-188203],[89947,-184824],[81813,-183409],[82306,-183853],[82552,-183805],[82345,-183446],[82612,-183483],[82193,-193877],[82294,-193926],[79376,-194462],[79390,-194366],[82082,-193653],[85121,-215126],[87551,-213849],[87517,-213956],[85188,-215315],[85297,-215311],[85607,-215915],[77532,-227610],[77483,-227671],[79361,-231971],[79340,-232076],[78611,-231149],[79193,-231893],[79079,-231874],[78260,-231607],[79315,-231237],[79315,-231237],[79495,-231617],[79533,-231702],[89031,-35629],[89094,-35530],[89157,-35589],[84763,-38859],[84827,-38760],[84890,-38819],[951266,162137],[951579,253228],[971802,845],[983502,175575],[982713,176462],[985513,175372],[981414,199003],[979399,198380],[982792,344404],[982959,343899],[986409,175913],[986080,173106],[991751,197344],[993592,196358],[993471,196311],[991388,196255],[991955,215980],[995953,214188],[994722,214802],[995141,213770],[994179,214435],[1000741,185309],[1000649,185155],[1001948,184751],[1010581,220870],[999314,331510],[999327,327999],[1002804,322723],[1020540,175975],[1021099,187039],[90457,-184670],[90721,-184610],[90779,-184932],[90566,-185064],[90856,-185508],[90889,-185446],[102109,-222790],[100172,-41121],[99777,43475],[100884,48339],[101746,122055],[1027480,183595],[1028941,184784],[1029780,198241],[1025693,195695],[1026091,192925],[1043653,-14839],[1061522,-117239],[1061474,430787],[1061467,430681],[1056973,446830],[1061668,446078],[1061770,446133],[1056659,449676],[1061836,457161],[1061934,457177],[1061873,457266],[1070434,218799],[1071397,219588],[1068914,218808],[1068737,220171],[1068129,220418],[1067375,424372],[1064149,428293],[1062765,430977],[1062658,430973],[1071014,445669],[1070904,445684],[1073819,483511],[1072220,494280],[1078455,196096],[1077779,197566],[1079313,198322],[1084279,404617],[1084242,404517],[1080315,411936],[1084187,419248],[1080609,420099],[1085163,421724],[1080378,422101],[1079835,417702],[1079662,417595],[1085797,421138],[1085897,421178],[1083240,429054],[1076845,433628],[1076988,433180],[1076995,433060],[1078309,437127],[1079986,518535],[1093217,-134663],[1088829,413821],[1088765,413736],[1088578,413915],[1099989,427551],[1099506,431491],[1099423,431425],[1096212,431237],[1096268,431145],[1098686,444731],[1092441,441151],[1092591,441152],[1091903,498523],[1093291,498696],[1093650,496778],[1099526,494432],[1094209,508856],[1105982,233407],[1113327,351775],[1102348,429864],[1105846,429288],[1106579,427380],[1104294,428642],[1111672,457733],[1111559,457597],[1111906,457875],[1101175,495610],[1100917,492734],[1105399,499144],[1119967,398705],[1115706,401663],[1118761,403499],[1115845,402461],[1115880,402360],[1119759,399428],[1119631,399539],[1119894,399190],[1120483,398387],[1125333,413730],[1124003,456273],[1116558,457355],[1116451,457349],[1116413,457685],[1116419,457564],[1116797,457825],[1118928,452602],[1124526,460231],[1124771,460214],[1123075,470212],[1132110,408099],[1131622,407526],[1132342,403639],[1132393,403743],[1139079,420654],[1127391,432139],[1130915,436062],[1130576,435917],[1132586,439643],[1129997,446434],[1129959,445985],[1131585,456439],[1132221,456182],[1132299,457051],[1131136,461109],[1128937,461548],[1143715,418696],[1143628,418617],[1145028,419424],[105066,-115359],[112714,-205934],[114675,-205347],[114014,-207195],[114070,-207081],[108189,-216356],[107884,-215919],[108033,-215532],[108225,-215694],[107745,-215687],[114918,-206580],[114945,-205658],[114423,-206472],[114469,-206366],[114883,425398],[114883,425288],[107149,48382],[103418,57340],[114779,55772],[114839,55860],[114134,55011],[112060,57004],[108066,70349],[105190,120179],[105352,119015],[103597,120003],[1156948,-75785],[1157876,-71570],[1156548,-76620],[1158396,-88163],[1153758,-85139],[1152746,-93205],[1153005,-92143],[1159629,293090],[1159463,293086],[1164903,-81530],[1177711,-64950],[1186611,-69233],[1183920,-68921],[1183220,-68348],[1183213,-68455],[1185991,-76385],[1184461,-76416],[1195793,411555],[1241070,174875],[1240244,174114],[1241059,168088],[1240400,168842],[1234740,195773],[1236245,198541],[1239451,206944],[1239336,206809],[1240043,208547],[1254355,174936],[1253204,174510],[1247850,175000],[1241681,169414],[1244506,167506],[1241638,167827],[1249188,188746],[1252590,196452],[1252550,195208],[1258789,172072],[1266955,175675],[1264860,175339],[1262854,175381],[1262773,175280],[1264635,176464],[1258704,170256],[1259357,175637],[1262011,179191],[1263093,177679],[1262804,178129],[1261972,178634],[1262819,178383],[1261694,179894],[1261551,181078],[1270858,178170],[1271176,177993],[1278080,179065],[1278156,178827],[1270674,177068],[1267850,178976],[1270372,175017],[1268645,182210],[1269954,181837],[1268918,183137],[1278787,182772],[1278545,186319],[1278606,184726],[1278959,186595],[1278806,186521],[1279231,186626],[1278848,180150],[1278941,179949],[1278851,180377],[1277276,182177],[1277691,182322],[1277593,182298],[1278067,184797],[1268731,182366],[123236,-163101],[119159,-165410],[123310,-163370],[119112,-165368],[122659,-168171],[122862,-167914],[120245,-166219],[121779,-168164],[119021,-166873],[119278,-167093],[115638,-205896],[116440,-216476],[116004,-216976],[116411,-217008],[116055,-217221],[116378,-217276],[124532,281008],[124087,281271],[124121,281165],[123636,281847],[121365,318919],[121247,317728],[121248,317836],[127577,31189],[126728,31077],[126284,43274],[115443,58723],[-75776,-134727],[-80880,-127683],[-81591,-128707],[-76819,-133606],[-88857,-99117],[-88791,-99186],[-88289,-92975],[-89925,-92898],[-106869,-69910],[-105388,-69966],[-74849,-115750],[-73102,-136492],[-73066,-136401],[-75414,-114657],[-82948,-118519],[-83195,-118386],[-77904,-125827],[-80679,-127603],[-77151,-133306],[-81178,-134437],[-79930,-134646],[-80079,-134808],[-79966,-134794],[-80023,-134688],[-80195,-134810],[-80908,-128108],[-79551,-88743],[-81399,-90506],[-94297,-70502],[-89719,-92907],[-106776,-69958],[-104902,-70275]] \ No newline at end of file diff --git a/src/gathering/a10802.json b/src/gathering/a10802.json new file mode 100644 index 0000000..81a7609 --- /dev/null +++ b/src/gathering/a10802.json @@ -0,0 +1 @@ +[[-73197,-121050],[-73345,-121335],[-72832,-135359],[-82548,-118701],[-82775,-118504],[-85233,-121842],[-85199,-122281],[-83578,-120426],[-85088,-117525],[-84309,-117587],[-83958,-117259],[-84423,-123723],[-85040,-123018],[-78111,-124989],[-78329,-127657],[-77619,-126055],[-77776,-126957],[-79446,-88521],[-81620,-87346],[-81989,-87584],[-79442,-89095],[-88597,-98495],[-89269,-98785],[-87575,-91139],[-88059,-91169],[-86743,-93690],[-86530,-92954],[-86231,-99048],[-88453,-94419],[-80113,-90530],[-79675,-89809],[-83069,-90676],[-81200,-91074],[-102044,-83503],[-102230,-78493],[-90308,-93320],[-89643,-102813],[-107764,-71789],[-105117,-69568],[-104365,-68881],[-102580,-77758],[-102760,-77504],[-73106,-120739],[-75930,-123961],[-73025,-135157],[-73306,-135134],[-73573,-134261],[-73402,-134436],[-73269,-134628],[-83333,-120402],[-80609,-124534],[-79921,-124500],[-78511,-124696],[-78240,-127447],[-78442,-127502],[-79774,-138078],[-79605,-88087],[-82390,-87760],[-82938,-88117],[-86322,-98522],[-88715,-94472],[-80378,-90810],[-82713,-90856],[-80744,-90992],[-79522,-89477],[-89574,-102496],[-76997,-109130],[-101202,-83060],[-100613,-83376],[-102181,-78755],[-89759,-102392],[-106742,-71665],[-105265,-69893],[-105071,-69885],[-105058,-71538],[-104353,-68617],[-104283,-69110],[-102561,-79938],[-103524,-80713],[-103233,-77088],[-105197,-77224],[-102730,-83788]] \ No newline at end of file diff --git a/src/gathering/a10803.json b/src/gathering/a10803.json new file mode 100644 index 0000000..81a7609 --- /dev/null +++ b/src/gathering/a10803.json @@ -0,0 +1 @@ +[[-73197,-121050],[-73345,-121335],[-72832,-135359],[-82548,-118701],[-82775,-118504],[-85233,-121842],[-85199,-122281],[-83578,-120426],[-85088,-117525],[-84309,-117587],[-83958,-117259],[-84423,-123723],[-85040,-123018],[-78111,-124989],[-78329,-127657],[-77619,-126055],[-77776,-126957],[-79446,-88521],[-81620,-87346],[-81989,-87584],[-79442,-89095],[-88597,-98495],[-89269,-98785],[-87575,-91139],[-88059,-91169],[-86743,-93690],[-86530,-92954],[-86231,-99048],[-88453,-94419],[-80113,-90530],[-79675,-89809],[-83069,-90676],[-81200,-91074],[-102044,-83503],[-102230,-78493],[-90308,-93320],[-89643,-102813],[-107764,-71789],[-105117,-69568],[-104365,-68881],[-102580,-77758],[-102760,-77504],[-73106,-120739],[-75930,-123961],[-73025,-135157],[-73306,-135134],[-73573,-134261],[-73402,-134436],[-73269,-134628],[-83333,-120402],[-80609,-124534],[-79921,-124500],[-78511,-124696],[-78240,-127447],[-78442,-127502],[-79774,-138078],[-79605,-88087],[-82390,-87760],[-82938,-88117],[-86322,-98522],[-88715,-94472],[-80378,-90810],[-82713,-90856],[-80744,-90992],[-79522,-89477],[-89574,-102496],[-76997,-109130],[-101202,-83060],[-100613,-83376],[-102181,-78755],[-89759,-102392],[-106742,-71665],[-105265,-69893],[-105071,-69885],[-105058,-71538],[-104353,-68617],[-104283,-69110],[-102561,-79938],[-103524,-80713],[-103233,-77088],[-105197,-77224],[-102730,-83788]] \ No newline at end of file diff --git a/src/gathering/a10805.json b/src/gathering/a10805.json new file mode 100644 index 0000000..1d7938c --- /dev/null +++ b/src/gathering/a10805.json @@ -0,0 +1 @@ +[[-574387,-438530],[-585242,-374737],[-584318,-377379],[-576249,-439505],[-41830,-180863],[-43358,-180146],[-55740,-185312],[-55546,-185006],[-55869,-187550],[-51974,-187462],[-74234,-123249],[-75118,-115522],[-76535,-119689],[-73890,-114545],[-83371,-118292],[-85221,-122107],[-79496,-127580],[-78432,-125352],[-80064,-134733],[-88841,-30239],[-80870,-87895],[-88998,-91983],[-77465,-108159],[-77136,-106788],[-106999,-71703],[250224,699068],[14314,76657],[328150,598980],[328150,598980],[97750,-117820],[97750,-117820],[-230304,-111774],[-5900,44721],[-584366,-374502],[-42590,-180922],[-53864,-184953],[-55766,-187612],[-73997,-123426],[-74140,-123213],[-77756,-125862],[-78605,-127345],[-79938,-88380],[-88730,-93120],[-82227,-90235],[-94275,-70777],[-107542,-71054],[327940,599167],[97540,-117633]] \ No newline at end of file diff --git a/src/gathering/a10806.json b/src/gathering/a10806.json new file mode 100644 index 0000000..1d7938c --- /dev/null +++ b/src/gathering/a10806.json @@ -0,0 +1 @@ +[[-574387,-438530],[-585242,-374737],[-584318,-377379],[-576249,-439505],[-41830,-180863],[-43358,-180146],[-55740,-185312],[-55546,-185006],[-55869,-187550],[-51974,-187462],[-74234,-123249],[-75118,-115522],[-76535,-119689],[-73890,-114545],[-83371,-118292],[-85221,-122107],[-79496,-127580],[-78432,-125352],[-80064,-134733],[-88841,-30239],[-80870,-87895],[-88998,-91983],[-77465,-108159],[-77136,-106788],[-106999,-71703],[250224,699068],[14314,76657],[328150,598980],[328150,598980],[97750,-117820],[97750,-117820],[-230304,-111774],[-5900,44721],[-584366,-374502],[-42590,-180922],[-53864,-184953],[-55766,-187612],[-73997,-123426],[-74140,-123213],[-77756,-125862],[-78605,-127345],[-79938,-88380],[-88730,-93120],[-82227,-90235],[-94275,-70777],[-107542,-71054],[327940,599167],[97540,-117633]] \ No newline at end of file diff --git a/src/gathering/a10808.json b/src/gathering/a10808.json new file mode 100644 index 0000000..162d3a9 --- /dev/null +++ b/src/gathering/a10808.json @@ -0,0 +1 @@ +[[259611,-128252],[259644,-128344],[260128,-128495],[259639,-128167],[173243,83195],[254713,-125401],[255158,-125145],[254780,-125089],[252884,-124715],[254702,-125242],[252795,-124802],[254692,-125122],[254984,-125162],[255932,-127182],[253004,-124957],[255430,-124689],[255061,-125111],[252665,-124512],[252569,-124532],[252622,-124625],[252549,-124711],[252577,-124803],[231724,-99037],[231819,-98997],[233230,-100065],[233093,-100139],[232996,-100109],[232163,-99347],[231718,-99257],[231721,-99375],[232090,-98739],[232140,-98643],[-296895,-34666],[-296740,-34408],[312255,-90883],[312201,-90962],[312111,-91017],[312286,-91162],[312330,-91079],[243276,-104157],[243916,-106739],[243927,-106838],[243893,-106928],[244171,-106883],[252497,-107597],[243830,-107046],[243923,-107053],[243694,-104688],[244255,-106958],[243427,-103626],[252169,-107621],[243252,-109066],[244275,-106865],[243842,-107708],[243822,-106788],[243301,-104265],[252300,-107867],[252423,-107844],[252486,-107842],[252500,-107774],[243351,-108750],[252420,-107511],[252371,-107597],[253451,-107315],[253475,-107424],[252776,-107706],[243711,-107515],[243806,-105790],[243713,-105859],[243728,-105944],[243461,-105113],[252018,-107886],[252097,-107666],[252442,-107496],[1091730,-135935],[1091810,-135722],[-233197,-262774],[-279206,-29847],[-289910,-32445],[-292777,-31290],[-293200,-30698],[-293665,-29855],[-289732,-29578],[-290723,-29449],[-291723,-28437],[-291717,-27712],[-290848,-26710],[-290047,-26793],[-288832,-30204],[-288147,-30647],[-291696,-28910],[-247461,-43581],[235024,-113339],[234936,-113278],[234960,-113209],[234779,-114010],[234736,-114098],[234613,-113879],[234752,-113357],[234745,-113439],[234357,-111972],[234435,-111981],[234136,-111877],[234126,-111952],[532940,300737],[11196,72223],[10641,71800],[292863,-89380],[292967,-89392],[293147,-89432],[283102,-86786],[283084,-86881],[292743,-100405],[293534,-91412],[293447,-91447],[293511,-91340],[293730,-91241],[293762,-91121],[292358,-90977],[292197,-90291],[292152,-90210],[290283,-90045],[290314,-89946],[291087,-90886],[291131,-90805],[290918,-90965],[290835,-91000],[290825,-90907],[290799,-90778],[232984,-93155],[231291,-99292],[231366,-98162],[231383,-98059],[233266,-92955],[233087,-93073],[232985,-93244],[231398,-99230],[231280,-98099],[231395,-99318],[232799,-93469],[232908,-93168],[232706,-93522],[232672,-93446],[-280171,-7257],[-280216,-7235],[-276085,-8783],[-276043,-8759],[-278257,-11152],[294742,-98439],[585045,34138],[-299534,-141341],[-268138,-17526],[226750,-80749],[223476,-77350],[223431,-77413],[223346,-77365],[223302,-77424],[225110,-87123],[225058,-87059],[225528,-86525],[225206,-87156],[225246,-87083],[225606,-86758],[-306384,-118903],[-306357,-121481],[134216,347323],[134084,346637],[372813,-67767],[374052,-68832],[374326,-69426],[258246,-108818],[258310,-108494],[261294,-111270],[260917,-111549],[261400,-111155],[261193,-111197],[261124,-111280],[256081,-126871],[258783,-127130],[256114,-126957],[258799,-127228],[258817,-127034],[258713,-127074],[258699,-127166],[-214382,-31745],[238398,-128049],[239358,-126853],[237180,-126524],[237119,-126410],[238321,-127913],[239144,-127355],[239251,-127493],[238420,-127762],[236972,-123161],[239599,-126885],[238781,-127547],[237873,-121091],[237930,-121058],[238275,-121112],[238176,-121074],[237761,-122325],[237591,-122469],[237589,-122389],[239159,-127518],[237284,-123369],[238497,-127932],[238211,-121178],[236614,-122789],[236764,-122758],[237848,-123027],[237856,-123237],[-285531,-11910],[-285573,-11933],[-285032,-12379],[-285866,-11283],[-283036,-6645],[-282998,-6597],[-282841,-7989]] \ No newline at end of file diff --git a/src/gathering/a10809.json b/src/gathering/a10809.json new file mode 100644 index 0000000..478117d --- /dev/null +++ b/src/gathering/a10809.json @@ -0,0 +1 @@ +[[-124976,6710],[-133689,-46041],[-140077,117572],[-152207,-149551],[-152178,-147112],[-142985,-589648],[-151816,-594557],[-148738,-611840],[-141045,129981],[-148418,118592],[-148713,122318],[-148856,122424],[-158997,-156064],[-159044,-155708],[-159457,-155762],[-163793,-592916],[-158567,-618623],[-157462,-618041],[-158273,-615669],[-172873,-600887],[-173055,-602015],[-179748,-561121],[-197826,-115787],[-198760,-106784],[-202663,46337],[-203176,47082],[-203283,46480],[-216206,-7298],[-240764,-53552],[-234848,-83860],[-4229,-162655],[-248023,-45920],[-251418,-44959],[-252147,-43988],[-243480,-45683],[-243600,-45772],[-253622,-40504],[-244779,-39486],[-248967,-61972],[-252744,-54485],[-243359,-58354],[-245867,-57579],[-250324,-51021],[-245325,-71000],[-262311,-229908],[-262274,-229919],[-260466,-58623],[-284587,-238396],[-284790,-238239],[-286538,-240988],[-281816,-235135],[-319241,-608876],[-313225,317739],[-313210,317798],[-329920,-263741],[-330157,307977],[-330084,307988],[-332684,395484],[-343815,-186268],[-344301,-188615],[-339021,-189096],[-337912,-182792],[-333501,-205956],[-334306,-257500],[-333749,373821],[-338439,376312],[-345072,395371],[-342499,409432],[-342370,417272],[-350053,-185802],[-350114,310539],[-349950,310500],[-351619,319025],[-351702,29213],[-356324,30270],[-355910,26043],[-357809,391573],[-350069,398005],[-346668,399683],[-347841,416542],[-354904,424837],[-351594,42106],[-369378,-174804],[-362521,-189805],[-368138,-203505],[-358851,26767],[-369800,28452],[-370285,28831],[-358488,402574],[-21173,-123168],[-16789,-122964],[-18629,-123871],[-377667,-231945],[-378659,-231825],[-497143,-469221],[-493094,-470556],[-494567,-470561],[-493284,-469447],[-495807,-470147],[-35209,-83749],[-29066,-76993],[-29363,28504],[-518344,-441015],[-512538,-460479],[-558415,-476481],[-558190,-475711],[-558405,-476526],[-42198,-132648],[-42307,-132585],[-42358,-132298],[-44954,-1900],[-40943,-410567],[-49154,75502],[-59822,-155176],[-59972,39524],[-58056,43108],[-58914,40027],[-58965,39879],[-68211,-32857],[-65182,44093],[-65069,44260],[-108416,404551],[-107507,421793],[-104269,633289],[11894,138502],[6987,71350],[10376,79448],[138463,-78207],[151974,297413],[151830,297435],[154764,12945],[163196,302382],[163591,300149],[177248,340175],[173716,339450],[173944,83248],[173966,83216],[230258,-75798],[221329,-76569],[228225,-78806],[226396,-85281],[228796,-83454],[228762,-83617],[226482,-77529],[222900,-77691],[227564,-85826],[226681,-85733],[24260,74613],[18419,75198],[18467,75342],[18216,75134],[14780,91010],[260517,-7551],[328564,599015],[328684,599028],[326026,612977],[342661,-60345],[342551,-60677],[342736,613770],[353909,-64336],[353156,-77592],[352219,-78077],[369241,-51363],[358827,-61237],[374123,-49080],[372028,-81934],[371520,-82042],[37084,-42854],[38207,-42195],[30599,6665],[387656,-142128],[407554,75475],[406846,79344],[407285,79601],[407285,79601],[421950,11972],[449907,-6675],[450757,-12093],[452197,-12389],[451347,-12293],[451303,-12262],[452236,-10111],[452629,-10874],[454802,-10736],[454456,-10279],[452756,-10952],[454386,-9988],[453323,-11528],[454814,-10737],[453829,-11473],[452823,-11550],[453008,-11572],[490612,-17747],[491485,-15598],[491545,-16008],[501754,-52198],[501391,-55129],[500644,-55858],[499531,-55691],[500261,-56217],[500519,-53777],[501407,-53045],[501771,-53323],[501793,-53147],[501730,-52170],[45431,-31434],[42176,-35250],[46758,-30355],[47463,-41971],[46318,-41630],[46135,-41398],[45394,30127],[533572,277238],[544136,277815],[544633,277620],[544506,278087],[544426,278078],[587376,281312],[591658,44661],[639722,327786],[638930,326812],[631836,368758],[638436,369681],[637810,369543],[637936,371889],[59870,-155944],[59836,-155965],[59800,-156034],[63701,-28967],[640823,327099],[682629,104023],[73569,-70665],[69122,-88526],[949689,253486],[950357,303751],[949897,304997],[950646,303576],[948846,312282],[948842,312434],[982194,199266],[977622,203429],[976729,202690],[982324,209316],[980854,209545],[1010686,187381],[1009258,185094],[1008980,184912],[1010683,215773],[1021284,193375],[98164,-117785],[98284,-117772],[1025823,190221],[1025240,190980],[1027674,184129],[1034101,202575],[1033147,200199],[1034503,201459],[1034795,194534],[1030211,193087],[1025691,221153],[1039937,201358],[1040058,200249],[1040017,198102],[1039475,198451],[1041225,200029],[1054002,183326],[1053282,182406],[112817,54486],[103605,120560],[1153594,-32545],[1152877,-33891],[1154078,-31936],[1154537,-33902],[119783,-166295],[122164,25466],[124509,25904],[122299,27865]] \ No newline at end of file diff --git a/src/gathering/a10810.json b/src/gathering/a10810.json new file mode 100644 index 0000000..c5ec9b8 --- /dev/null +++ b/src/gathering/a10810.json @@ -0,0 +1 @@ +[[-152474,-147342],[-143547,-588584],[-144046,-600670],[-146600,-596883],[-148801,-611823],[-149786,116473],[-149520,117742],[-148970,115906],[-163856,-592900],[-163496,-594043],[-164081,-610478],[-164330,-608253],[-164929,-606656],[-164287,-607381],[-158606,-615197],[-159366,-618954],[-163654,-621912],[-159402,-614417],[-177905,-585537],[-174766,-599278],[-166818,-596672],[-172744,-601016],[-172998,-612515],[-173406,-601739],[-167900,-608462],[-168448,-617932],[-172230,50104],[-179754,-561340],[-183817,-575963],[-183021,-579172],[-196316,-7374],[-201109,-5160],[-202569,46359],[-203639,47251],[-207177,-3500],[-206936,-14574],[-209013,-15632],[-210062,-517776],[-214482,-585776],[-241952,-57690],[-240386,-54773],[-240414,-53584],[-235910,-84452],[-231230,10685],[-245845,-35024],[-251171,-45027],[-252490,-44199],[-252507,-44088],[-249384,-60884],[-249725,-67519],[-245726,-71789],[-265474,-43593],[-260267,-58428],[-268927,-31111],[-288094,-233508],[-288403,-233802],[-287788,-233208],[-286530,-241208],[-284413,-238093],[-285849,-241089],[-343667,-186329],[-344153,-188676],[-339142,-189203],[-338041,-182889],[-333430,-205814],[-333670,373793],[-350215,-185804],[-351631,36606],[-351704,36177],[-351755,35756],[-351042,36487],[-351099,36063],[-362373,-189866],[-360473,-548533],[-360331,-548499],[-417066,-355198],[-446613,7688],[-446552,7528],[-445520,6861],[-446219,6961],[-495923,-470522],[-493323,-469319],[-493480,-469848],[-36575,-314805],[-36434,-314768],[-530445,-56314],[-44610,-417140],[-59056,40594],[-59602,39415],[-58859,41549],[-59307,41079],[-59659,48511],[8233,-15667],[10762,79124],[131578,404676],[145375,217087],[163209,302035],[180365,353796],[220104,-75923],[229549,-74553],[229298,-74705],[229819,-75743],[226231,-86057],[227738,-83386],[250148,700003],[246995,86270],[14391,-62933],[14326,-63020],[14432,-62845],[14356,-62811],[15297,76406],[16421,84525],[342815,-60731],[353669,-65367],[351978,-77876],[368790,-46166],[369440,-51506],[359951,-62702],[364469,-75732],[33903,-35992],[34656,-35249],[38060,-42169],[407767,74086],[408282,74770],[404830,80876],[450869,-8822],[450345,-6161],[449825,-8134],[491867,-15339],[491942,-16070],[491853,-18805],[491920,-18270],[491614,-17600],[492337,-17065],[491664,-16929],[41817,-35693],[45958,-31515],[45653,-31203],[45834,-30732],[45904,-30514],[46093,-30012],[46095,-31331],[46263,-30854],[46326,-30636],[46505,-30132],[48462,-40332],[38344,-41883],[526130,302877],[534885,300743],[600128,39577],[639684,327869],[639315,327355],[61453,-30696],[62778,-44229],[682354,104489],[66982,-84370],[950711,253543],[949481,253652],[981399,199438],[980391,198782],[974060,336999],[1010171,186732],[1008951,184962],[1027180,184112],[1033080,200175],[1033028,203538],[1034653,194676],[1030677,206635],[1025266,221155],[1044404,218638],[1044833,218147],[1052450,199991],[1144746,-79439],[104077,-274223],[112821,54832],[1152658,-32984],[1278534,178540],[1278923,178083],[121756,25677],[120633,28348],[124430,25852]] \ No newline at end of file diff --git a/src/gathering/a10811.json b/src/gathering/a10811.json new file mode 100644 index 0000000..99587d3 --- /dev/null +++ b/src/gathering/a10811.json @@ -0,0 +1 @@ +[[-144116,48049],[-154556,129861],[-169140,1404],[-208420,4789],[-226132,-28100],[-239355,-17829],[-240021,-17141],[-237217,-16590],[-240796,-14446],[-242338,-12934],[-254103,-289871],[-343755,-186315],[-344241,-188662],[-344570,-188542],[-337765,-186292],[-339090,-189130],[-337984,-182821],[-333451,-205900],[-341923,-206117],[-339132,-207710],[-338344,-212337],[-350404,-178674],[-350265,-178649],[-347379,-177054],[-347232,-176950],[-348405,-176860],[-347506,-176495],[-348858,-176914],[-348852,-176961],[-348529,-177961],[-348536,-177980],[-348499,-177992],[-348506,-178007],[-348511,-177759],[-345887,-189419],[-350128,-185782],[-362461,-189852],[-20581,-333746],[-19074,-333823],[-21049,86417],[-32878,-130741],[178827,60167],[177999,60968],[167893,53014],[322815,27963],[325514,29500],[324048,27462],[457965,146660],[456929,146788],[449770,152658],[458260,157096],[462450,150945],[463587,158229],[464857,166504],[485347,161285],[503661,203700],[507957,210014],[501353,211346],[46707,-368796],[46769,-368841],[513501,208990],[515994,210747],[539635,436407],[53788,-92292],[651035,337336],[651700,336052],[69045,-344244],[69136,-344314],[67705,-344056],[67642,-344153],[68375,-344743],[68284,-344673],[68244,-346811],[68335,-346882],[64659,-347819],[64750,-347889],[-126198,-168313],[-127751,-177791],[-125083,-174424],[-123554,-10607],[-123538,-11722],[-123204,-10587],[-120630,-8157],[-120490,-8378],[-121690,-6418],[-121359,-6464],[-121636,-4634],[-121264,-4468],[-121636,-3663],[-121687,-3065],[-123407,-2549],[-123277,-2174],[-122808,-188],[-119981,-7934],[-120355,-7112],[-120048,-11048],[-120681,-10592],[-121558,-11685],[-122231,-11636],[-116538,-8313],[-116869,-8474],[-117804,-9040],[-118211,-8303],[-117456,-2508],[-117203,-2556],[-125347,-14975],[-125837,-13769],[-122863,-14651],[-122642,-15010],[-123259,-12625],[-126669,-382624],[-127036,-380185],[-122991,459],[-123911,311],[-124579,650],[-126212,2566],[-125622,2610],[-127227,1542],[-126550,2240],[-119706,9999],[-119485,10739],[-118743,8393],[-119176,9185],[-117848,13227],[-117637,13808],[-119678,14753],[-119712,14552],[-121113,16690],[-121491,17561],[-121347,17968],[-120334,19826],[-120877,19954],[-119075,22619],[-118850,22602],[-116804,19508],[-116860,19558],[-118679,25787],[-118782,25776],[-117018,24926],[-117876,25276],[-121324,25546],[-116785,20025],[-116898,20188],[-120365,31627],[-124126,37276],[-123357,32800],[-122081,33733],[-124743,33622],[-117927,31130],[-122124,28647],[-123345,26134],[-120836,26603],[-118954,28767],[-120840,28214],[-118148,29177],[-118089,29840],[-117636,34842],[-117967,35246],[-118308,38437],[-119299,36773],[-119387,37185],[-120734,38353],[-122105,38228],[-125720,31680],[-125878,32092],[-125929,33590],[-126123,33894],[-126244,35600],[-118636,38799],[-127979,39697],[-128368,-169278],[-130504,-168742],[-133649,-170124],[-138069,-176468],[-137385,-175197],[-134607,-175949],[-130817,-175714],[-129156,-173820],[-139541,-177721],[-140414,-174909],[-132853,-180840],[-129544,-180041],[-139577,-382066],[-139669,-383079],[-137699,-394983],[-139314,-413580],[-139451,-414583],[-140134,-411735],[-140278,-412742],[-130266,4083],[-130033,4382],[-129009,6593],[-128769,5789],[-129124,7111],[-128648,7791],[-130939,6679],[-130862,7116],[-129744,2854],[-129872,3723],[-128506,4677],[-128524,3773],[-130731,10692],[-130679,10214],[-130985,12682],[-131583,11535],[-133771,10037],[-134410,9974],[-132898,12849],[-138827,10067],[-139211,10276],[-129202,6005],[-128967,7814],[-131893,9106],[-133517,13055],[-138672,43822],[-140717,45275],[-134159,42491],[-130090,40444],[-131297,42245],[-132956,40951],[-137461,42277],[-144892,-174611],[-146563,-182319],[-153023,-378422],[-153526,-381133],[-141071,-379215],[-141062,-380233],[-148897,-448649],[-147223,12491],[-147534,12573],[-143831,46018],[-162415,-6433],[-162661,-318044],[-163469,-318659],[-153761,-380652],[-153725,-380945],[-153757,-379324],[-153831,-379037],[-216389,-298369],[-216073,-297535],[-215357,-298443],[-215641,-297867],[-216453,-298849],[-210355,-382717],[-216083,-382552],[-207787,289961],[-219289,-306782],[-218978,-306801],[-218817,-306896],[-225944,-304738],[-220168,-302599],[-219237,-302531],[-220624,-302001],[-221457,-300752],[-221724,-301758],[-220249,-301467],[-222099,-304379],[-224467,-369195],[-227643,-372630],[-226859,-378545],[-226114,-29149],[-218739,5476],[-242743,-243263],[-242278,-247505],[-242459,-252591],[-242810,-299878],[-240820,-23736],[-230563,-27024],[-252815,-234124],[-253193,-238052],[-251824,-235415],[-250737,-235078],[-252719,-230535],[-245737,-241487],[-253103,-235711],[-254588,-235949],[-244730,-245046],[-244595,-253443],[-255835,-290174],[-253022,-288441],[-248774,-291983],[-248509,-292049],[-253863,-288256],[-252279,-288967],[-254647,-292432],[-254959,-292107],[-254861,-291939],[-255403,-292872],[-244889,-295453],[-250967,-295488],[-250074,-295470],[-251437,-295609],[-250649,-296467],[-250220,-295993],[-258510,-234311],[-257928,-232851],[-263129,-280528],[-264281,-280796],[-263935,-280336],[-263062,-279901],[-256244,-290460],[-256599,-287792],[-256749,-287902],[-257405,-284546],[-258920,-283583],[-260351,-282182],[-259468,-283173],[-258074,-282571],[-256060,-290398],[-256362,-287542],[-263748,-281682],[-280223,-263529],[-292313,-247270],[-286544,-255508],[-289098,-246803],[-291209,-267831],[-285115,-268428],[-293951,-257938],[-294231,-257030],[-293989,-257196],[-294020,-257611],[-288087,-261697],[-288269,-261552],[-288919,-257217],[-283358,-260194],[-284283,-259912],[-283282,-261417],[-282666,-260795],[-292112,-270656],[-290509,-269548],[-292540,-278677],[-290970,-276235],[-290835,-275817],[-286250,-273679],[-286158,-273421],[-285996,-273617],[-288605,-280383],[-285818,-275746],[-285754,-275355],[-285904,-275301],[-285974,-275584],[-286157,-275650],[-292708,-278475],[-292885,-278714],[-292882,-278578],[-300345,-253811],[-295787,-265463],[-297725,-265365],[-297281,-260109],[-295552,-257317],[-299283,-265580],[-298314,-266455],[-298678,-266841],[-299092,-256482],[-297938,-272371],[-294561,-273627],[-295318,-279014],[-304817,-268838],[-304902,-273481],[-302128,-274499],[-295672,-275344],[-456221,-17581],[-517507,-105851],[-63536,179326],[-63536,179326],[-94507,-342899],[-93947,-342111],[-114258,-1430],[-113989,-1427],[-111183,12740],[-111215,12798],[-105918,12203],[-107360,12503],[-106999,10273],[-106321,8821],[-107152,10580],[-107015,10129],[-107949,8076],[-108432,8377],[-111226,5039],[-111348,5692],[-109886,6862],[-110139,7523],[-108591,4443],[-108537,4711],[-106329,4859],[-107287,3807],[-112123,1445],[-112456,1360],[-113710,910],[-114119,888],[-110539,2987],[-110871,2944],[-108371,8161],[-107275,9259],[-110859,18028],[-110830,18386],[-112891,22106],[-113032,22174],[-114749,23385],[-113894,22495],[-115145,22629],[-114664,22430],[-113728,17282],[-114680,17029],[-112471,16780],[-111655,16697],[-108153,14464],[-107934,14459],[-108301,15373],[-107430,14986],[-109996,14273],[-109323,14306],[160174,421884],[159446,422564],[161401,435342],[161217,422711],[161924,423440],[162185,435990],[322762,27818],[40999,-319470],[42965,-320514],[42276,-321260],[40255,-321134],[39754,-322004],[41200,-320467],[513158,208899],[63926,38136],[62312,42583],[77167,169678]] \ No newline at end of file diff --git a/src/gathering/a10812.json b/src/gathering/a10812.json new file mode 100644 index 0000000..a5d493a --- /dev/null +++ b/src/gathering/a10812.json @@ -0,0 +1 @@ +[[-124439,6331],[-135551,-53539],[-133648,132772],[-138124,122179],[-139184,123327],[-143422,-593443],[-153142,-595214],[-153228,-595381],[-153246,130907],[-148999,123694],[-145844,127219],[-143620,124967],[-143489,125877],[-147695,117448],[-147178,118398],[-154655,-148333],[-156955,-161458],[-161563,-22524],[-165857,-475890],[-162485,-27206],[-158579,-619373],[-161149,-619325],[-161639,-620424],[-158608,-615171],[-164484,-619263],[-161965,-621554],[-156999,-618145],[-160177,-619847],[-163339,7615],[-154146,130727],[-155754,121396],[-168340,-451853],[-171824,-612221],[-175181,-612547],[-171206,-620302],[-171269,-620242],[-184743,-125120],[-190517,-127003],[-188410,-128334],[-190845,-131012],[-189355,-133596],[-187261,-135947],[-184512,-134282],[-185648,-134832],[-187889,-131806],[-183774,-576676],[-183772,-576864],[-193132,8871],[-217385,-165341],[-213247,-161055],[-216237,-161319],[-210322,-2940],[-212240,-3379],[-211345,-414181],[-209852,-482608],[-211450,-483354],[-211139,-481286],[-210309,-33292],[-214468,-585798],[-224183,-163545],[-219215,-160129],[-224180,-157094],[-242246,-58563],[-242267,-58405],[-237237,-55685],[-240230,-55433],[-240384,-55091],[-240354,-70773],[-236423,-65571],[-234267,-84789],[-4208,-162631],[-11986,-254202],[-8827,-265303],[-6089,44179],[-245239,-55705],[-244390,-54415],[-244989,-53927],[-250412,-55793],[-261376,126],[-261262,-57999],[-281215,-230207],[-270607,-15044],[-274310,-46067],[-286084,-241405],[-306054,15663],[-319475,-88625],[-319220,12514],[-318964,18326],[-313354,318066],[-319794,317644],[-319488,319253],[-320014,-609746],[-326254,-104166],[-322583,15472],[-324956,15527],[-330034,306136],[-329074,305888],[-329823,308022],[-332683,309362],[-324221,317792],[-325310,327397],[-322236,327863],[-342509,334574],[-337591,336847],[-338121,376135],[-339909,400451],[-340391,399965],[-349606,-251839],[-348261,-255116],[-347865,-255821],[-350114,317760],[-348910,319745],[-351644,318924],[-356746,327527],[-352607,42379],[-361005,-247351],[-360940,-247672],[-364218,319560],[-359429,332070],[-370556,28912],[-17892,-123975],[-15968,-123870],[-20885,-123866],[-17849,-338507],[-12945,-94746],[-379551,-213103],[-378517,-233854],[-377843,-233610],[-376770,-232679],[-419872,-257384],[-424378,-242155],[-424513,-244648],[-428011,-260627],[-444281,-167677],[-437382,-181600],[-437345,-228386],[-443151,-989],[-447550,35157],[-452242,-2850],[-450734,31807],[-449707,31048],[-452215,29795],[-449402,31567],[-27834,-173874],[-38257,-217242],[-32611,-224308],[-33184,-224080],[-33182,-228171],[-37461,-393810],[-37831,-394529],[-507628,-156557],[-499841,-459893],[-500379,-461283],[-509235,-464089],[-516345,-62720],[-528085,-53641],[-527306,-55428],[-532115,-56537],[-527287,-55041],[-528069,-53707],[-528358,-54247],[-563456,-491612],[-38841,-217604],[-40407,-394722],[-39138,-390453],[-46008,-403557],[-47616,-406342],[-39720,-400333],[-46112,-412031],[-41621,-411780],[-49167,75360],[-49170,75490],[-650498,-194077],[-659805,-207651],[-59219,-159505],[-54473,-402242],[-56065,-403984],[-56096,-403655],[-55011,-403139],[-55957,-404202],[-53552,-402814],[-58368,-407298],[-55209,-402815],[-54173,-406084],[-58394,-416795],[-55215,-415128],[-54714,-409901],[-61084,-432938],[-60872,-433007],[-57308,396315],[-59920,47980],[-58623,67625],[-76731,-396049],[-68211,-32862],[-75614,-95921],[-69993,-105844],[-64727,45025],[-69596,104142],[-87110,-29499],[-87097,-29293],[-87152,-29179],[-87097,-29292],[-87501,-28685],[-88031,-30739],[-88031,-30739],[-87033,-30102],[-88278,-30476],[-88278,-30476],[-88143,-30504],[-87494,-28865],[-87436,-28840],[-77048,-94220],[-85825,389379],[-84473,389445],[-96437,-19712],[-96433,-19713],[-90215,-30784],[-90215,-30784],[-90504,-29663],[-90583,-29797],[-90504,-29663],[-90462,-29455],[-100952,632662],[-101042,632765],[-100432,632453],[-100628,632511],[-108872,406128],[-104482,632730],[8524,-387984],[10886,80614],[10895,80250],[10260,79971],[8346,78699],[9743,79453],[1281122,178205],[1283098,180191],[1316129,431397],[1335356,189789],[1339403,194116],[136808,342574],[140078,348207],[140053,347790],[148753,298256],[141443,347933],[156347,12250],[162502,301956],[163111,301651],[162118,301605],[190355,403324],[179194,401819],[217095,-77622],[226314,-79900],[221165,-77143],[227625,-83545],[226696,-86472],[233344,-92520],[246960,696539],[246551,87057],[20185,77133],[14858,94638],[284418,-1475],[314636,-138754],[310895,-173058],[316270,-20763],[343566,-139093],[341949,-137269],[341290,-137150],[341424,-139233],[355807,-119920],[357975,-73048],[352418,-76543],[353108,-76950],[352237,-76966],[352452,-77025],[367610,-22259],[366844,-24114],[367329,-23529],[369967,-49845],[370312,-49742],[368996,-47093],[369075,-44182],[361323,-70045],[362221,-73182],[362439,-73515],[362437,-73513],[362879,-69680],[371208,-27831],[372567,-27062],[375520,-59632],[374152,-72131],[371423,-79480],[371409,-79492],[37361,-177765],[36054,-37059],[35409,-47398],[35931,-47188],[31993,1756],[32250,258380],[385063,-137805],[387027,-143133],[451217,-12221],[453167,-10480],[480186,111447],[490435,-17811],[510006,5731],[49298,-191504],[50635,-195906],[39320,-11727],[41917,-499893],[41438,-50888],[47834,-42160],[531609,276436],[530387,300965],[528995,300848],[529237,301169],[574460,278419],[572386,278610],[577117,274331],[579417,275349],[578921,279388],[582288,278612],[582027,279547],[581323,274322],[597184,35062],[593443,31301],[630757,326635],[631126,332511],[639324,338080],[59950,-156285],[54489,-185534],[63987,-29279],[60835,-30767],[650519,331528],[680370,319780],[734589,198127],[892637,-60505],[84790,-188226],[85897,-214813],[85703,-215091],[86004,-215438],[983739,185583],[1008253,189773],[1008247,189777],[1007374,212361],[1010414,215160],[1010788,215549],[1008500,207275],[1008164,220737],[1013531,188882],[1022432,194986],[1028719,184900],[1033180,201994],[1032612,198756],[1032607,198752],[1043804,-14927],[1043384,216431],[1043551,216897],[1052010,199512],[1053773,207519],[1052921,209466],[1080571,411675],[1091501,-137923],[1093466,-136950],[1093547,-134550],[1092011,-135560],[1097478,-139002],[1097583,-138932],[1105892,427707],[1120659,398209],[1116614,456730],[1130468,436120],[1129029,461888],[114040,425158],[112902,55611],[112521,55625],[114436,54926],[112630,57209],[105693,118704],[1156653,-76577],[1185814,-76175],[1188404,-68232],[1184853,-76467],[1240217,174273],[1234687,196018],[1238880,568173],[1263234,177687],[1263958,173417],[1262213,178702],[1278807,183075],[121844,25705],[126572,32213],[-314362,318419],[-314746,318475],[-314855,318622],[-315143,318805],[-315325,318823],[-315641,319136],[-316105,309954],[-329998,307813],[-329706,308094],[-329585,308234],[-332773,325221],[-340551,316058],[-333015,324924],[-332974,324743],[-335736,325046],[-335915,325008],[-334125,321863],[-333683,373404],[-340183,399938],[-340058,400534],[-340164,400562],[-349572,313240],[-349445,313371],[-352558,308098],[-352427,307966],[-351182,316512],[-351361,316474],[-351251,316232],[-351120,316100],[-363372,-444356],[-364081,319548],[-363900,319588],[-364481,319498],[-77300,-36218],[-89176,-35030],[-87051,-29004],[-87466,-30443],[-89067,-28249],[-86972,-30092],[-87670,-28464],[-101854,-15219],[-101985,-15087],[-91004,-30252],[-90493,-29643],[-90367,-30828],[-90918,-27673],[-92712,-27836],[-96235,-52051],[-103228,-15953],[-102703,-14224],[-108862,-34416],[1284294,180609],[145584,217080],[292631,-102325],[373563,-71528],[533040,276110],[546574,277519],[639638,327768],[639031,326937],[982446,198993],[1199875,409549]] \ No newline at end of file diff --git a/src/gathering/a10813.json b/src/gathering/a10813.json new file mode 100644 index 0000000..2770554 --- /dev/null +++ b/src/gathering/a10813.json @@ -0,0 +1 @@ +[[-147064,121083],[-147410,121319],[-167141,-614599],[-237453,-43920],[-238895,-45850],[-236949,-47470],[-495719,-451305],[363221,-72190],[1024850,190188]] \ No newline at end of file diff --git a/src/gathering/a10814.json b/src/gathering/a10814.json new file mode 100644 index 0000000..adc049a --- /dev/null +++ b/src/gathering/a10814.json @@ -0,0 +1 @@ +[[-166823,-613962],[-208047,-5399],[-211075,-34189],[-215077,1241],[-236566,-46527],[-243126,-44925],[-237677,-46895],[-237258,-47665],[-351773,29492],[-503680,-454198],[-51589,-412840],[145754,216718],[376163,-55496],[39884,-32644],[594041,34455],[593001,50190],[1018712,189217],[1017434,189507],[1019204,190608]] \ No newline at end of file diff --git a/src/gathering/a10815.json b/src/gathering/a10815.json new file mode 100644 index 0000000..aa98851 --- /dev/null +++ b/src/gathering/a10815.json @@ -0,0 +1 @@ +[[-166578,-614161],[-213462,-663],[-211358,-10852],[-214492,-1218],[-238284,-43426],[-237702,-46719],[-236387,-46543],[-351916,28990],[-503768,-454039],[-51746,-412772],[1019027,190601],[1024750,188404]] \ No newline at end of file diff --git a/src/gathering/a10817.json b/src/gathering/a10817.json new file mode 100644 index 0000000..0fe3b2f --- /dev/null +++ b/src/gathering/a10817.json @@ -0,0 +1 @@ +[[-168805,-609997],[-216156,-5706],[-215975,-5706],[-215794,-5699],[-233557,-56869],[-233502,-56701],[-258934,-44924],[-499736,-459966],[1022990,211342],[1018809,210563]] \ No newline at end of file diff --git a/src/gathering/a10818.json b/src/gathering/a10818.json new file mode 100644 index 0000000..d12b028 --- /dev/null +++ b/src/gathering/a10818.json @@ -0,0 +1 @@ +[[-133629,-46119],[-137710,-53959],[-140002,117515],[-152174,-147143],[-152312,-147228],[-141144,128782],[-141140,128781],[-146329,128098],[-146421,128104],[-146157,116212],[-146152,115967],[-159654,-615147],[-159744,-614579],[-164279,50417],[-163909,50912],[-167484,-594729],[-170805,-612670],[-173805,-612382],[-171826,-612218],[-204272,-159672],[-202431,-451542],[-202444,-451687],[-213901,-163011],[-213596,-163616],[-213227,-162855],[-214261,-163528],[-214078,-163691],[-212763,-163171],[-216216,-7278],[-216396,-7310],[-218809,-160087],[-241903,-44668],[-241961,-44691],[-241936,-44680],[-241761,-44628],[-241819,-44643],[-241893,-44818],[-241931,-44683],[-234158,-62299],[-234482,-54925],[-235342,-54619],[-235405,-54581],[-250197,-46299],[-250226,-46214],[-250280,-46073],[-244703,-61898],[-248164,-72212],[-248215,-72033],[-248193,-72161],[-262852,-230166],[-262787,-230189],[-262764,-230215],[-262764,-230209],[-262746,-230235],[-262933,-230058],[-262737,-230156],[-259205,-34577],[-259053,-34385],[-258837,-30886],[-258727,-31105],[-279542,-359482],[-281821,-235166],[-330111,-263764],[-326523,-106341],[-346762,-255871],[-356338,30243],[-16723,-123002],[-377689,-231922],[-35228,-83737],[-29394,28508],[-515662,-220825],[-512538,-460456],[-512321,-460653],[-42798,-184804],[-43009,-184954],[-51278,-406683],[-53921,-406214],[-61074,395673],[-61096,395242],[-61102,395240],[-61092,395270],[-61133,395641],[-61250,395626],[-58097,43086],[-58277,43026],[-58111,43108],[-65685,395377],[-68865,397922],[-68700,398371],[-68540,398403],[-68613,398448],[-68363,398442],[-68297,398400],[-84328,384888],[-83899,385277],[-84268,384827],[-84510,384893],[-84166,384881],[-84564,384949],[-107901,403455],[-108084,403618],[-106973,422413],[-106981,422406],[6947,71429],[5272,79080],[5433,79076],[138533,-78457],[138555,-78141],[137171,342184],[137286,341967],[140254,348100],[140410,348180],[140405,348175],[140411,348148],[140456,348134],[140383,348081],[140353,348229],[163609,300124],[163579,300425],[177093,340136],[177294,402348],[176903,403251],[176998,403391],[188859,334969],[189071,334845],[189964,402940],[179849,408197],[179610,408142],[179544,401415],[179618,401181],[226877,-69484],[227483,-80976],[227531,-81121],[227644,-81129],[227639,-81161],[227639,-81191],[227642,-81158],[227582,-81126],[255686,611703],[21729,-343497],[21514,-343554],[21941,-343309],[24247,74582],[264502,612488],[303417,-176782],[326053,613063],[342792,613701],[362587,-72852],[362567,-72825],[362566,-72830],[362536,-72883],[362549,-72804],[362807,-73054],[362846,-73174],[362854,-73232],[383720,-137729],[379251,-48300],[37061,-42853],[387568,-142126],[387140,-141709],[42307,-34475],[577673,276324],[577634,276318],[576549,272239],[576283,272316],[583303,283674],[593167,48449],[73590,-70673],[69144,-88522],[1020282,192431],[1025000,191131],[1025256,190836],[126735,31478],[126902,31651],[-138157,121267],[-138063,121298],[-140007,117601],[-152379,-147269],[-141579,128375],[-146366,128100],[-159651,-615149],[-159651,-615151],[-160394,-614900],[-170850,-612787],[-171629,-612206],[-176301,-611155],[-176636,-609652],[-204245,-159793],[-202360,-451698],[-213131,-162846],[-215968,-8090],[-215629,-7867],[-215826,-8031],[-215743,-7934],[-215917,-7979],[-216474,-7303],[-216254,-7164],[-216794,-7476],[-219273,-160499],[-241662,-44719],[-241667,-44703],[-241666,-44699],[-234418,-55057],[-235369,-54611],[-247753,-401035],[-248394,-45962],[-248479,-45960],[-248437,-45905],[-248431,-45936],[-248362,-45904],[-244581,-61840],[-248198,-72117],[-262940,-229999],[-262936,-229999],[-262923,-229987],[-269809,-343790],[-279507,-359399],[-319158,-609104],[-332286,307567],[-332360,307633],[-346903,-255468],[-357230,-439195],[-497568,-453529],[-498434,-456987],[-509225,-435457],[-511556,-456293],[-500306,-455121],[-500403,-456974],[-515597,-220887],[-514979,-220704],[-516307,-438302],[-515380,-455788],[-518528,-450296],[-563022,-480044],[-559061,-492875],[-563632,-479949],[-43639,-182039],[-43711,-181970],[-652441,-153457],[-652355,-153408],[-51267,-406708],[-54293,-406372],[-53794,-406199],[-53794,-406199],[-61124,395300],[-61127,395303],[-61144,395307],[-65760,395279],[-68570,398423],[-84305,384861],[5278,78999],[5410,78986],[138642,-78476],[140252,348241],[140252,348259],[140250,348237],[145339,216605],[163617,300288],[190009,403405],[179388,401499],[226856,-69402],[227552,-80872],[227546,-80874],[227529,-80952],[255689,611730],[250289,698708],[21517,-343551],[21636,-343596],[264500,612462],[303324,-176591],[303468,-176565],[303533,-176643],[314710,51007],[314657,51091],[362735,-73074],[362731,-73074],[362718,-73085],[362877,-73234],[383899,-137591],[379062,-49225],[379227,-48452],[373589,-71892],[387469,-141731],[387125,-141815],[577608,276322],[583321,283776],[587720,38267],[587716,38371],[593195,48328],[1020270,192289],[1024936,191118],[1025242,190896],[1263326,177388]] \ No newline at end of file diff --git a/src/gathering/a10820.json b/src/gathering/a10820.json new file mode 100644 index 0000000..2f91395 --- /dev/null +++ b/src/gathering/a10820.json @@ -0,0 +1 @@ +[[-120435,-176983],[-120533,-176860],[-120611,-176986],[-120274,-177172],[-152274,-145002],[-152611,-145157],[-141123,139239],[-172327,-585810],[-176031,-601091],[-174662,-600035],[-174079,-599166],[-173217,-598355],[-173112,-598246],[-171802,-600957],[-171809,-601096],[-171803,-601026],[-172728,-601514],[-170828,-57716],[-182636,-127145],[-188773,-125312],[-182720,-126984],[-184679,-580569],[-197312,-449620],[-196043,-63719],[-196012,-63918],[-210662,-167993],[-212731,-166420],[-226153,-135142],[-219474,-160741],[-219525,-160539],[-230102,-30118],[-233342,-8449],[-232666,-382293],[-232476,-382528],[-237302,-59133],[-237658,-58606],[-237492,-58634],[-241407,-54785],[-238024,-57322],[-237883,-57353],[-241684,-54475],[-241660,-54367],[-240729,-54374],[-240749,-54504],[-241608,-55222],[-239915,-57955],[-240066,-57923],[-230544,-113049],[-230691,-112976],[-1730,-129735],[-246574,-137959],[-246723,-138034],[-246588,-138125],[-244814,-40672],[-264103,-230449],[-264082,-230272],[-260729,-342895],[-261009,-342870],[-261655,-29132],[-261610,-29240],[-261615,-29064],[-260468,-34345],[-260412,-34472],[-284386,-240439],[-284443,-240619],[-285229,-232032],[-285108,-232203],[-284743,-239193],[-293457,-67564],[-293615,-67519],[-309071,-376125],[-315051,408172],[-315076,407972],[-329336,-132528],[-327342,-133173],[-329885,398308],[-329894,398134],[-357712,-250749],[-357782,-250861],[-15567,-120202],[-15486,-120119],[-15532,-120160],[-19046,-122100],[-15637,-117325],[-19217,-116377],[-19176,-116534],[-13189,79715],[-381013,-212143],[-381108,-212268],[-380527,-213236],[-380422,-213393],[-381020,-223632],[-380919,-223841],[-381768,-222707],[-373960,-230841],[-374631,-231915],[-374477,-232021],[-374317,-232105],[-374156,-232154],[-374788,-235053],[-375055,-235114],[-375461,-235575],[-375758,-235982],[-374883,-235173],[-372094,367024],[-372160,367203],[-380641,410273],[-380531,410445],[-390765,-188270],[-390753,-188446],[-390351,-208995],[-390387,-208809],[-384175,-230203],[-405022,19681],[-422109,-244644],[-421677,-257402],[-409613,-393349],[-422122,32519],[-423516,-243743],[-425360,-243052],[-428964,-257396],[-428029,-258821],[-423102,-258338],[-440914,-167792],[-442562,-168230],[-437827,-184935],[-438142,-183238],[-449722,7208],[-448004,17309],[-36090,-214276],[-35862,-214194],[-34278,-228133],[-33354,-226625],[-37718,-227893],[-34243,-82968],[-36767,-81052],[-36914,-81084],[-29016,26518],[-515690,-224587],[-516020,-224558],[-521929,-448056],[-513365,-473862],[-541764,-479572],[-575953,-438206],[-583899,-375214],[-583976,-375325],[-588795,-418653],[-576022,-438065],[-44118,-130076],[-44229,-129928],[-38736,-226820],[-61314,-408937],[-58940,-415892],[-61108,-433541],[-58038,-432639],[-75900,-431589],[-65447,-422380],[-65349,-422299],[-65241,-422212],[-72352,128580],[-82016,-23419],[-81748,-27425],[-92467,-196723],[-92196,-196722],[-92324,-196836],[-89786,-202616],[-97889,-16646],[-97686,-19700],[-99014,-30131],[-93475,-30083],[-93260,-29258],[-93634,-28568],[-95012,-43823],[-91708,94628],[-109107,-32967],[1497,-129514],[1404,47249],[11010,56127],[8721,62189],[8943,62138],[10193,79660],[11269,79182],[128269,318510],[152531,132410],[152496,132573],[153386,301110],[153398,301448],[153334,301611],[152906,301504],[163258,301659],[163192,301558],[163419,297093],[192919,333587],[226843,-68601],[221059,-77582],[220925,-77551],[230320,66592],[229940,78587],[231126,69506],[245978,86578],[20893,-89231],[21295,-90848],[15477,76695],[351653,-74241],[369985,-56558],[370069,-56722],[364484,-72636],[30425,46345],[36632,79501],[39968,-134465],[39877,-180422],[41783,-181388],[43469,-184897],[41929,-187739],[49638,-194400],[48078,-193713],[38884,-3680],[38910,-3830],[38754,-3561],[38661,-21304],[533902,302777],[533866,302907],[534379,301397],[577264,-85117],[59373,43672],[73091,-69913],[75003,-71203],[75112,-68555],[75663,-69208],[72752,-72111],[75858,-70724],[67366,-84509],[81194,-193724],[81648,-194230],[81456,-194108],[81253,-193957],[86487,-213825],[77092,-227891],[76944,-227868],[76802,-227835],[89309,-100764],[89447,-100903],[951050,162405],[951062,162556],[951196,162495],[998019,332037],[997881,332031],[998719,332863],[1094102,499759],[1094314,499549],[1094235,499723],[1107670,493765],[1107719,493640],[1107658,493587],[1105273,500617],[1105293,500485],[1105166,500341],[112689,-207219],[114272,-205633],[114358,-205396],[114443,-205167],[112894,-207282],[1263633,171872],[1263809,171879],[122692,-168186],[122601,-168433],[115298,-206554],[116640,-211532],[115228,-206754]] \ No newline at end of file diff --git a/src/gathering/a10821.json b/src/gathering/a10821.json new file mode 100644 index 0000000..1b3eb43 --- /dev/null +++ b/src/gathering/a10821.json @@ -0,0 +1 @@ +[[-75186,-115399],[-73825,-135650],[-74909,-112839],[-80978,-127795],[-77239,-133339],[-80008,-134890],[-81526,-128613],[-88674,-99238],[-87096,-100766],[-94360,-70693],[-107339,-68415],[-105202,-69432],[328044,598980],[97644,-117820]] \ No newline at end of file diff --git a/src/gathering/a10822.json b/src/gathering/a10822.json new file mode 100644 index 0000000..f829788 --- /dev/null +++ b/src/gathering/a10822.json @@ -0,0 +1 @@ +[[-5692,44333],[-584280,-374728],[-584723,-377289],[-42019,-180975],[-42061,-180901],[-55850,-185122],[-55721,-185086],[-74411,-123233],[-82704,-117342],[-85181,-122453],[-79403,-127440],[-80063,-134826],[-89056,-30192],[-80487,-88948],[-107466,-71105],[328014,599092],[328046,599107],[97614,-117708],[97646,-117693]] \ No newline at end of file diff --git a/src/gathering/a10823.json b/src/gathering/a10823.json new file mode 100644 index 0000000..9885a62 --- /dev/null +++ b/src/gathering/a10823.json @@ -0,0 +1 @@ +[[-332194,-151784],[-328170,-147891],[-327805,-144443],[-339236,-134056],[-337957,-139119],[-337379,-131371],[-345116,-132771],[-344903,-149131],[-341467,-156065],[-343374,-156024],[-340624,-155820],[-351467,-136246],[-355442,-138871],[-346971,-129329],[-351289,-144503],[-359957,-140183],[-362807,-137980],[-361573,-130678],[-361556,-131717],[-363481,-142606],[-366636,-162429],[-370265,-159225],[-371607,-147695],[-374540,-161398],[-73028,-123103],[-75444,-114487],[-80256,-127033],[-88229,-100502],[-88456,-92921],[-77792,-107786],[-88109,-103339],[-106930,-70065]] \ No newline at end of file diff --git a/src/gathering/a10825.json b/src/gathering/a10825.json new file mode 100644 index 0000000..9796d7a --- /dev/null +++ b/src/gathering/a10825.json @@ -0,0 +1 @@ +[[-123900,-17630],[-165434,-607847],[-241454,-67933],[-242173,-67328],[-257637,-56215],[-257353,-53528],[-257243,-56158],[555680,300091],[555560,300194],[877196,-96372],[956620,363858],[956336,364526],[956175,364634]] \ No newline at end of file diff --git a/src/gathering/a10828.json b/src/gathering/a10828.json new file mode 100644 index 0000000..a5d493a --- /dev/null +++ b/src/gathering/a10828.json @@ -0,0 +1 @@ +[[-124439,6331],[-135551,-53539],[-133648,132772],[-138124,122179],[-139184,123327],[-143422,-593443],[-153142,-595214],[-153228,-595381],[-153246,130907],[-148999,123694],[-145844,127219],[-143620,124967],[-143489,125877],[-147695,117448],[-147178,118398],[-154655,-148333],[-156955,-161458],[-161563,-22524],[-165857,-475890],[-162485,-27206],[-158579,-619373],[-161149,-619325],[-161639,-620424],[-158608,-615171],[-164484,-619263],[-161965,-621554],[-156999,-618145],[-160177,-619847],[-163339,7615],[-154146,130727],[-155754,121396],[-168340,-451853],[-171824,-612221],[-175181,-612547],[-171206,-620302],[-171269,-620242],[-184743,-125120],[-190517,-127003],[-188410,-128334],[-190845,-131012],[-189355,-133596],[-187261,-135947],[-184512,-134282],[-185648,-134832],[-187889,-131806],[-183774,-576676],[-183772,-576864],[-193132,8871],[-217385,-165341],[-213247,-161055],[-216237,-161319],[-210322,-2940],[-212240,-3379],[-211345,-414181],[-209852,-482608],[-211450,-483354],[-211139,-481286],[-210309,-33292],[-214468,-585798],[-224183,-163545],[-219215,-160129],[-224180,-157094],[-242246,-58563],[-242267,-58405],[-237237,-55685],[-240230,-55433],[-240384,-55091],[-240354,-70773],[-236423,-65571],[-234267,-84789],[-4208,-162631],[-11986,-254202],[-8827,-265303],[-6089,44179],[-245239,-55705],[-244390,-54415],[-244989,-53927],[-250412,-55793],[-261376,126],[-261262,-57999],[-281215,-230207],[-270607,-15044],[-274310,-46067],[-286084,-241405],[-306054,15663],[-319475,-88625],[-319220,12514],[-318964,18326],[-313354,318066],[-319794,317644],[-319488,319253],[-320014,-609746],[-326254,-104166],[-322583,15472],[-324956,15527],[-330034,306136],[-329074,305888],[-329823,308022],[-332683,309362],[-324221,317792],[-325310,327397],[-322236,327863],[-342509,334574],[-337591,336847],[-338121,376135],[-339909,400451],[-340391,399965],[-349606,-251839],[-348261,-255116],[-347865,-255821],[-350114,317760],[-348910,319745],[-351644,318924],[-356746,327527],[-352607,42379],[-361005,-247351],[-360940,-247672],[-364218,319560],[-359429,332070],[-370556,28912],[-17892,-123975],[-15968,-123870],[-20885,-123866],[-17849,-338507],[-12945,-94746],[-379551,-213103],[-378517,-233854],[-377843,-233610],[-376770,-232679],[-419872,-257384],[-424378,-242155],[-424513,-244648],[-428011,-260627],[-444281,-167677],[-437382,-181600],[-437345,-228386],[-443151,-989],[-447550,35157],[-452242,-2850],[-450734,31807],[-449707,31048],[-452215,29795],[-449402,31567],[-27834,-173874],[-38257,-217242],[-32611,-224308],[-33184,-224080],[-33182,-228171],[-37461,-393810],[-37831,-394529],[-507628,-156557],[-499841,-459893],[-500379,-461283],[-509235,-464089],[-516345,-62720],[-528085,-53641],[-527306,-55428],[-532115,-56537],[-527287,-55041],[-528069,-53707],[-528358,-54247],[-563456,-491612],[-38841,-217604],[-40407,-394722],[-39138,-390453],[-46008,-403557],[-47616,-406342],[-39720,-400333],[-46112,-412031],[-41621,-411780],[-49167,75360],[-49170,75490],[-650498,-194077],[-659805,-207651],[-59219,-159505],[-54473,-402242],[-56065,-403984],[-56096,-403655],[-55011,-403139],[-55957,-404202],[-53552,-402814],[-58368,-407298],[-55209,-402815],[-54173,-406084],[-58394,-416795],[-55215,-415128],[-54714,-409901],[-61084,-432938],[-60872,-433007],[-57308,396315],[-59920,47980],[-58623,67625],[-76731,-396049],[-68211,-32862],[-75614,-95921],[-69993,-105844],[-64727,45025],[-69596,104142],[-87110,-29499],[-87097,-29293],[-87152,-29179],[-87097,-29292],[-87501,-28685],[-88031,-30739],[-88031,-30739],[-87033,-30102],[-88278,-30476],[-88278,-30476],[-88143,-30504],[-87494,-28865],[-87436,-28840],[-77048,-94220],[-85825,389379],[-84473,389445],[-96437,-19712],[-96433,-19713],[-90215,-30784],[-90215,-30784],[-90504,-29663],[-90583,-29797],[-90504,-29663],[-90462,-29455],[-100952,632662],[-101042,632765],[-100432,632453],[-100628,632511],[-108872,406128],[-104482,632730],[8524,-387984],[10886,80614],[10895,80250],[10260,79971],[8346,78699],[9743,79453],[1281122,178205],[1283098,180191],[1316129,431397],[1335356,189789],[1339403,194116],[136808,342574],[140078,348207],[140053,347790],[148753,298256],[141443,347933],[156347,12250],[162502,301956],[163111,301651],[162118,301605],[190355,403324],[179194,401819],[217095,-77622],[226314,-79900],[221165,-77143],[227625,-83545],[226696,-86472],[233344,-92520],[246960,696539],[246551,87057],[20185,77133],[14858,94638],[284418,-1475],[314636,-138754],[310895,-173058],[316270,-20763],[343566,-139093],[341949,-137269],[341290,-137150],[341424,-139233],[355807,-119920],[357975,-73048],[352418,-76543],[353108,-76950],[352237,-76966],[352452,-77025],[367610,-22259],[366844,-24114],[367329,-23529],[369967,-49845],[370312,-49742],[368996,-47093],[369075,-44182],[361323,-70045],[362221,-73182],[362439,-73515],[362437,-73513],[362879,-69680],[371208,-27831],[372567,-27062],[375520,-59632],[374152,-72131],[371423,-79480],[371409,-79492],[37361,-177765],[36054,-37059],[35409,-47398],[35931,-47188],[31993,1756],[32250,258380],[385063,-137805],[387027,-143133],[451217,-12221],[453167,-10480],[480186,111447],[490435,-17811],[510006,5731],[49298,-191504],[50635,-195906],[39320,-11727],[41917,-499893],[41438,-50888],[47834,-42160],[531609,276436],[530387,300965],[528995,300848],[529237,301169],[574460,278419],[572386,278610],[577117,274331],[579417,275349],[578921,279388],[582288,278612],[582027,279547],[581323,274322],[597184,35062],[593443,31301],[630757,326635],[631126,332511],[639324,338080],[59950,-156285],[54489,-185534],[63987,-29279],[60835,-30767],[650519,331528],[680370,319780],[734589,198127],[892637,-60505],[84790,-188226],[85897,-214813],[85703,-215091],[86004,-215438],[983739,185583],[1008253,189773],[1008247,189777],[1007374,212361],[1010414,215160],[1010788,215549],[1008500,207275],[1008164,220737],[1013531,188882],[1022432,194986],[1028719,184900],[1033180,201994],[1032612,198756],[1032607,198752],[1043804,-14927],[1043384,216431],[1043551,216897],[1052010,199512],[1053773,207519],[1052921,209466],[1080571,411675],[1091501,-137923],[1093466,-136950],[1093547,-134550],[1092011,-135560],[1097478,-139002],[1097583,-138932],[1105892,427707],[1120659,398209],[1116614,456730],[1130468,436120],[1129029,461888],[114040,425158],[112902,55611],[112521,55625],[114436,54926],[112630,57209],[105693,118704],[1156653,-76577],[1185814,-76175],[1188404,-68232],[1184853,-76467],[1240217,174273],[1234687,196018],[1238880,568173],[1263234,177687],[1263958,173417],[1262213,178702],[1278807,183075],[121844,25705],[126572,32213],[-314362,318419],[-314746,318475],[-314855,318622],[-315143,318805],[-315325,318823],[-315641,319136],[-316105,309954],[-329998,307813],[-329706,308094],[-329585,308234],[-332773,325221],[-340551,316058],[-333015,324924],[-332974,324743],[-335736,325046],[-335915,325008],[-334125,321863],[-333683,373404],[-340183,399938],[-340058,400534],[-340164,400562],[-349572,313240],[-349445,313371],[-352558,308098],[-352427,307966],[-351182,316512],[-351361,316474],[-351251,316232],[-351120,316100],[-363372,-444356],[-364081,319548],[-363900,319588],[-364481,319498],[-77300,-36218],[-89176,-35030],[-87051,-29004],[-87466,-30443],[-89067,-28249],[-86972,-30092],[-87670,-28464],[-101854,-15219],[-101985,-15087],[-91004,-30252],[-90493,-29643],[-90367,-30828],[-90918,-27673],[-92712,-27836],[-96235,-52051],[-103228,-15953],[-102703,-14224],[-108862,-34416],[1284294,180609],[145584,217080],[292631,-102325],[373563,-71528],[533040,276110],[546574,277519],[639638,327768],[639031,326937],[982446,198993],[1199875,409549]] \ No newline at end of file diff --git a/src/gathering/a10829.json b/src/gathering/a10829.json new file mode 100644 index 0000000..8ca5d45 --- /dev/null +++ b/src/gathering/a10829.json @@ -0,0 +1 @@ +[[-124303,-18950],[-121748,24618],[-122184,30385],[-126403,37740],[-133131,44551],[-135195,108090],[-146693,-610774],[-143198,46509],[-162853,-592232],[-164934,-594283],[-159334,-620310],[-176687,-609733],[-192888,-610213],[-253045,-54109],[-284660,-278105],[-294341,-268960],[-314302,318317],[-314673,318568],[-314752,318645],[-315161,318922],[-315272,318915],[-315499,319021],[-316179,309861],[-330075,307723],[-329599,308044],[-329541,308138],[-340666,316031],[-333120,324869],[-333098,324729],[-332877,325277],[-335788,325151],[-335918,325132],[-334210,321780],[-333810,373283],[-349471,313178],[-349404,313271],[-352617,307996],[-352527,307929],[-351234,316617],[-351364,316598],[-351310,316130],[-351220,316063],[-364025,319444],[-363922,319485],[-364597,319471],[-370659,28790],[-370500,28326],[-60800,-32523],[-81595,-24452],[-77206,-36180],[-83472,-25701],[-89235,-35132],[-88178,-28069],[-87311,-30087],[-89263,-29972],[-101954,-15255],[-102044,-15188],[-91094,-27287],[-90831,-27754],[-92602,-27791],[-96295,-52153],[-103281,-15847],[-102614,-14146],[-108508,-34526],[-108752,-34374],[145496,216754],[254608,707459],[362751,-69284],[363993,-69834],[422987,12534],[495584,14672],[572631,355160],[973109,340179],[1093882,-136609],[1108083,227346],[1108012,227436],[1153696,-32544]] \ No newline at end of file diff --git a/src/gathering/a10830.json b/src/gathering/a10830.json new file mode 100644 index 0000000..0602cfc --- /dev/null +++ b/src/gathering/a10830.json @@ -0,0 +1 @@ +[[-120928,-178483],[-131637,-44861],[-133969,-54993],[-152600,-8625],[-143854,140577],[-144657,127283],[-164452,-619385],[-157077,-618245],[-175092,-603476],[-175297,-612598],[-169988,-618928],[-208213,-5677],[-214704,-30409],[-229377,-112383],[-234088,-84061],[-247970,-45618],[-262359,-29485],[-264865,-42254],[-261164,-58439],[-267727,-77783],[-277840,-27357],[-269416,-78125],[-331391,-253174],[-331336,-253078],[-332585,308922],[-337927,317117],[-338205,376578],[-351766,319022],[-365039,-157943],[-369157,-175292],[-21685,-163489],[-19345,-36457],[-19106,-35424],[-13946,-27644],[-13534,-28946],[-13982,-30607],[-22850,-29264],[-20769,-30386],[-381295,-147435],[-404692,18676],[-413066,26434],[-411221,33408],[-423236,28880],[-37700,-394192],[-43230,-178923],[-52050,-187522],[-58400,-412511],[-94904,-70308],[154547,316337],[225576,-74228],[13724,76391],[30733,1369],[42558,-499949],[531249,276498],[532802,299367],[572670,274886],[581361,23119],[581682,274593],[588604,38500],[588745,38479],[590133,41445],[630340,326462],[639304,337630],[1009093,185269],[1025178,190491],[1029119,184693],[1106464,427410],[1120341,398528],[1185649,-76250],[1184752,-76354],[1234781,195577],[1236205,198638],[1261780,178578],[1278865,182858]] \ No newline at end of file diff --git a/src/gathering/a10836.json b/src/gathering/a10836.json new file mode 100644 index 0000000..72e7997 --- /dev/null +++ b/src/gathering/a10836.json @@ -0,0 +1 @@ +[[-121717,24985],[-122156,30778],[-126375,38132],[-132735,44388],[-243150,-57394],[-252131,-44218],[-244591,-40292],[-294251,-268577],[-284632,-277713],[-87133,-28703],[-87444,-30560],[-89119,-27934],[-91086,-30336],[-90433,-29132],[163619,300357],[378521,-48055],[379907,-44949],[373501,-71545],[982212,198714],[973016,340059],[1052559,199745],[1094064,-136610],[-121704,24723],[-122123,30517],[-126342,37871],[-143137,46641],[-242974,-67322],[-243686,-58337],[-273168,-62913],[-272503,-64042],[-284599,-277974],[-294260,-268840],[382904,37581],[1093959,-136379]] \ No newline at end of file diff --git a/src/gathering/a10838.json b/src/gathering/a10838.json new file mode 100644 index 0000000..3526dd7 --- /dev/null +++ b/src/gathering/a10838.json @@ -0,0 +1 @@ +[[-122860,36773],[-123313,33095],[-122401,34043],[-124667,33703],[-117422,31868],[-125272,36565],[-133386,43983],[-137567,44130],[-139796,44135],[-134651,41694],[-129127,40669],[-128592,40823],[-131957,42122],[-133161,41388],[-137433,42588],[-151156,-441424],[-151499,-440661],[-147664,-441423],[-149380,-449293],[-148390,-449051],[-143267,45595],[-154902,-447423],[-154372,-448068],[-156115,-449866],[-155722,-450550],[-228995,-302465],[-228501,-302422],[-228453,-301827],[-223398,-297768],[-222774,-297193],[-222862,-298109],[-229272,-25093],[-226952,-29448],[-242151,-243567],[-239691,-246992],[-235845,-303143],[-236616,-302991],[-235842,-302493],[-239511,-17928],[-240097,-17304],[-237306,-16745],[-240625,-14496],[-239503,-16829],[-242251,-12778],[-239309,-23791],[-233551,-22762],[-252725,-234306],[-253011,-237599],[-250472,-236309],[-249517,-233922],[-251402,-231044],[-245995,-242637],[-253207,-235875],[-254716,-235633],[-252320,-233801],[-246294,-244596],[-243741,-251359],[-245019,-252048],[-247548,-292120],[-246713,-292285],[-247518,-292758],[-247903,-294436],[-247373,-295081],[-247950,-294925],[-258112,-235267],[-261504,-417869],[-262219,-417457],[-261484,-413373],[-262304,-413361],[-267389,-424924],[-267805,-424417],[-270323,-416630],[-271125,-416570],[-270096,-421206],[-270816,-421103],[-20563,-333901],[-19208,-333815],[-19175,-333882],[-19043,-333893],[493518,202439],[46287,-365565],[46679,-368839],[46702,-368882],[46790,-368886],[46845,-368888],[41659,104435],[516106,210762],[69002,-344307],[69036,-344373],[69167,-344384],[69242,-344390],[67639,-344017],[67575,-344055],[67575,-344188],[67574,-344263],[68241,-344735],[68275,-344802],[68481,-344819],[68406,-344813],[68201,-346874],[68235,-346941],[68366,-346951],[68441,-346957],[64616,-347882],[64649,-347948],[64781,-347959],[64855,-347965]] \ No newline at end of file diff --git a/src/gathering/a10839.json b/src/gathering/a10839.json new file mode 100644 index 0000000..85d6d8c --- /dev/null +++ b/src/gathering/a10839.json @@ -0,0 +1 @@ +[[-254009,-29366],[1044830,179017],[475815,111009],[1113245,460593],[168924,5679],[529298,20427],[1067791,169123],[-330589,311121],[-261633,-29642],[1197080,411185],[-239817,-70134],[-341027,375499],[1014447,189037],[1014420,188756],[683178,103586],[197952,25261],[1091154,-138242],[-245864,-40442],[890319,-62007],[1102122,493473],[151331,300728],[-338821,395097],[35627,-47473],[9286,75043],[990556,181110],[67468,44235],[103604,120150],[45460,-30416],[-129842,114634],[1000290,322674],[445226,90418],[373066,-72190],[373841,-72075],[-375855,32445],[572660,281367],[389575,505162],[205810,-22310],[41625,-51318],[361708,-169938],[586105,39172],[-249163,-139674],[224322,-76067],[-215493,-33599],[160607,19254],[156989,10463],[157647,5887],[356329,-78250],[-383293,368617]] \ No newline at end of file diff --git a/src/gathering/a10840.json b/src/gathering/a10840.json new file mode 100644 index 0000000..773e662 --- /dev/null +++ b/src/gathering/a10840.json @@ -0,0 +1 @@ +[[-122596,119304],[-122590,119382],[-122249,119379],[-122412,118594],[-122647,118666],[-122301,118540],[-122079,118618],[-122073,118696],[-121968,119044],[-122054,119284],[-122000,119181],[-122010,119401],[-122713,118745],[-122707,118823],[-122787,118980],[-122742,119142],[-122830,118864],[-122910,119165],[-122997,119171],[-122945,119238],[-122350,119664],[-122394,119564],[-122217,119604],[-122110,119622],[-122134,119488],[-122438,119390],[-122444,119312],[-122615,118513],[-140021,117342],[-139968,117398],[-143780,124396],[-143820,124522],[-143825,124281],[-143788,123983],[-143806,124083],[-143737,123794],[-143916,124182],[-143909,124237],[-164724,50384],[-164723,50462],[-165035,50451],[-165610,50990],[-165171,51374],[-165255,51369],[-163941,51320],[-164651,50986],[-164649,50933],[-163838,50451],[-163838,50508],[-164343,50390],[-164449,51559],[-164370,51557],[-164648,51437],[-160089,123776],[-171832,57902],[-171867,57975],[-171919,57908],[-171992,57330],[-171986,57408],[-172190,56732],[-171380,56744],[-171388,56629],[-172860,58030],[-172857,57900],[-173017,57958],[-173031,58067],[-173140,58110],[-172574,57412],[-172618,57297],[-171765,57622],[-171658,57640],[-171682,57506],[-172564,57194],[-171936,57604],[-171898,57682],[-169065,52012],[-168928,52032],[-168979,51914],[-313832,-308916],[-313764,-309016],[-313842,-309106],[-317809,-310879],[-407732,21936],[-500254,-455176],[-562948,-480060],[-650900,-157063],[-650947,-157001],[-649981,-155307],[-651544,-156238],[-651598,-156291],[-650768,-154967],[-650788,-155036],[-661974,-167434],[-662055,-167523],[191597,335031],[191654,335085],[250188,699179],[572582,354782],[115507,-260980]] \ No newline at end of file diff --git a/src/gathering/a10841.json b/src/gathering/a10841.json new file mode 100644 index 0000000..15ec22c --- /dev/null +++ b/src/gathering/a10841.json @@ -0,0 +1 @@ +[[-183290,-147998],[-182023,-148081],[-182128,-147990],[-183318,-150115],[-183102,-148877],[-181596,-149636],[-181554,-149391],[-181927,-151580],[-180075,-148499],[-179824,-148413],[-182154,-145814],[-184000,-148454],[-182175,-153644],[-184229,-154030],[-184002,-157100],[-184260,-157382],[-185970,-154768],[-185361,-154245],[-191168,51043],[-190473,49651],[-187450,49424],[-188768,51119],[-186990,52096],[-198314,51133],[-200567,50757],[-196355,50607],[-202565,46985],[-193099,49090],[-193344,49100],[-193114,50410],[-203703,47678],[-197987,54210],[-201569,55272],[-201517,55272],[-198028,54311],[-194520,51938],[-5791,-100520],[-1617,-99644],[-2076,-99392],[-5003,-102062],[-1635,-100410],[-3533,-97956],[-6822,-100371],[-6903,-99984],[-6464,-104791],[-6446,-103907],[-5883,-102650],[-3969,-106254],[-2666,-103086],[-5071,-105373],[-4710,-104350],[-5727,-105876],[-2946,-104342],[-3632,-104512],[-301908,-124367],[-300606,-124790],[-303071,-125739],[-296260,-134438],[-302582,-128030],[-298880,-132630],[-296470,-133192],[-297748,-135659],[-313878,320766],[-344071,-178857],[-345062,-178171],[-338799,-183305],[-337851,-186595],[-337927,-187447],[-337819,-187505],[-337988,-188087],[-337288,-189817],[-341291,-188280],[-341290,-188157],[-345117,-185375],[-343015,-185300],[-343790,-182486],[-343566,-181454],[-335824,-188894],[-345033,-181057],[-345032,-180934],[-339979,-188111],[-338523,-185398],[-338541,-185520],[-341648,-187843],[-341769,-187823],[-342121,-187134],[-342513,-189146],[-340907,-182795],[-343738,-185951],[-343377,-180402],[-344966,-200902],[-345173,-203202],[-341125,-204802],[-343346,-200389],[-342947,-200232],[-337815,-202325],[-335548,-203457],[-337984,-203887],[-335850,-202876],[-335945,-202797],[-335408,-204162],[-344346,-208657],[-344920,-204808],[-340915,-208415],[-341324,-205341],[-341410,-205429],[-339029,-204816],[-338774,-206916],[-334506,-211026],[-334058,-211417],[-340957,-207109],[-343977,-210659],[-344010,-210541],[-342733,-209369],[-343731,-209047],[-342565,-209769],[-339603,-213527],[-337658,-215798],[-338412,-216323],[-339555,-216901],[-335726,-213632],[-337712,-210572],[-336779,-209850],[-337337,-208807],[-337336,-208684],[-337203,-208106],[-337321,-207860],[-337877,-208810],[-340477,-212423],[-337899,-213054],[-336887,-213325],[-334211,-205797],[-334322,-205754],[-334254,-205875],[-333652,-206309],[-336546,-204876],[-343783,-213478],[-336606,-209009],[-335966,-208217],[-343892,-211750],[-343861,-207334],[-343968,-207274],[-336892,304754],[-356513,-178544],[-356084,-178556],[-357525,-180216],[-357525,-180339],[-347992,-190789],[-349792,-187666],[-347250,-184480],[-350816,-190745],[-351462,-191221],[-351461,-191098],[-346305,-181297],[-345797,-180226],[-349706,-188580],[-349724,-188403],[-343786,-188279],[-343677,-188221],[-346732,-186124],[-346504,-201386],[-347189,-200175],[-346503,-201263],[-346224,-205816],[-346913,-207085],[-346496,-207100],[-346846,-213918],[-347120,-214289],[-349847,-212393],[-350628,309978],[-350627,310101],[-351376,310445],[-365391,-176782],[-365413,-176359],[-362833,-186937],[-364667,-188300],[-363975,-189569],[-364118,-188939],[-363904,-191624],[-363785,-190805],[-362351,-189116],[-362279,-189253],[-360772,-185885],[-360617,-185783],[-358998,-188712],[-561250,-345388],[-566334,-343205],[190201,332415],[188119,330569],[185780,329282],[187239,335310],[186397,335169],[188426,335457],[186415,334960],[33012,261065],[30217,262393],[27960,265316],[32818,259716],[37264,266375],[30497,259506],[36423,260611],[44677,267089],[42280,264691],[43131,260053],[39732,265438],[41576,267937],[39633,264230],[42681,261538],[39890,264152],[42318,268349],[38493,271125],[43289,271490],[41928,271747],[40660,270624],[44217,269488],[58556,-161274],[59610,-161014],[62205,-159698],[62208,-159858],[61338,-157640],[62125,-158107],[61015,-159571],[61483,-155097],[61834,-155256],[60859,-154513],[62464,-156693],[118437,3322],[119319,2226],[116757,1328],[118198,4928],[118941,3867],[115256,5611],[115509,5684],[117261,2990]] \ No newline at end of file diff --git a/src/gathering/a10842.json b/src/gathering/a10842.json new file mode 100644 index 0000000..5e1eb8d --- /dev/null +++ b/src/gathering/a10842.json @@ -0,0 +1 @@ +[[-202818,48909],[-203095,54703],[-215750,34729],[-214104,46759],[-213649,53430],[-208910,56344],[-207600,54570],[-211755,51475],[-215510,52940],[-204811,57741],[-218598,36992],[-219619,37676],[-229309,41538],[-225655,43457],[-229565,41916],[-229209,43380],[-228790,44327],[-228398,44930],[-229621,44527],[-229392,45045],[-228774,45862],[-217693,43347],[-219147,38902],[-227490,46170],[-228253,46737],[-228004,47221],[-227008,48079],[-226263,47443],[-226541,48931],[-225243,47771],[-222405,46408],[-217857,55735],[-220220,52931],[-222529,55634],[-222691,61374],[-223116,55046],[-221234,53262],[-234039,35410],[-233607,46309],[190183,-164543],[246442,696840],[-196713,49045],[-198598,49961],[-215874,35526],[-216889,38867],[-214115,44984],[-215307,55642],[-217486,56221],[-211433,57048],[-209090,59886],[-206273,53813],[-204853,57323],[-224602,38589],[-219279,36556],[-220809,55158],[-219902,62623],[-221107,54296],[-231092,22749],[-236897,19098],[-231212,40395],[246873,696977],[-198832,48953],[-204648,60116],[-216307,41001],[-214379,45111],[-215364,52906],[-227024,46154],[-221823,50633],[-221823,54543],[-218584,53942],[189682,-165977],[193672,-202468],[-199143,48569],[-217200,39177],[-216169,45439],[-214263,51990],[-207507,58073],[-209526,59062],[-204818,56744],[-206772,59449],[-224745,38433],[-230019,37341],[-221168,37935],[-218235,42127],[-218785,38650],[-223746,45309],[-223537,52384],[-225366,54115],[-224285,61323],[-218763,55005],[-219720,53794],[-231639,22751],[-238799,18316],[246327,697180],[247772,697137]] \ No newline at end of file diff --git a/src/gathering/a10845.json b/src/gathering/a10845.json new file mode 100644 index 0000000..5e1eb8d --- /dev/null +++ b/src/gathering/a10845.json @@ -0,0 +1 @@ +[[-202818,48909],[-203095,54703],[-215750,34729],[-214104,46759],[-213649,53430],[-208910,56344],[-207600,54570],[-211755,51475],[-215510,52940],[-204811,57741],[-218598,36992],[-219619,37676],[-229309,41538],[-225655,43457],[-229565,41916],[-229209,43380],[-228790,44327],[-228398,44930],[-229621,44527],[-229392,45045],[-228774,45862],[-217693,43347],[-219147,38902],[-227490,46170],[-228253,46737],[-228004,47221],[-227008,48079],[-226263,47443],[-226541,48931],[-225243,47771],[-222405,46408],[-217857,55735],[-220220,52931],[-222529,55634],[-222691,61374],[-223116,55046],[-221234,53262],[-234039,35410],[-233607,46309],[190183,-164543],[246442,696840],[-196713,49045],[-198598,49961],[-215874,35526],[-216889,38867],[-214115,44984],[-215307,55642],[-217486,56221],[-211433,57048],[-209090,59886],[-206273,53813],[-204853,57323],[-224602,38589],[-219279,36556],[-220809,55158],[-219902,62623],[-221107,54296],[-231092,22749],[-236897,19098],[-231212,40395],[246873,696977],[-198832,48953],[-204648,60116],[-216307,41001],[-214379,45111],[-215364,52906],[-227024,46154],[-221823,50633],[-221823,54543],[-218584,53942],[189682,-165977],[193672,-202468],[-199143,48569],[-217200,39177],[-216169,45439],[-214263,51990],[-207507,58073],[-209526,59062],[-204818,56744],[-206772,59449],[-224745,38433],[-230019,37341],[-221168,37935],[-218235,42127],[-218785,38650],[-223746,45309],[-223537,52384],[-225366,54115],[-224285,61323],[-218763,55005],[-219720,53794],[-231639,22751],[-238799,18316],[246327,697180],[247772,697137]] \ No newline at end of file diff --git a/src/gathering/a10846.json b/src/gathering/a10846.json new file mode 100644 index 0000000..f9c2be6 --- /dev/null +++ b/src/gathering/a10846.json @@ -0,0 +1 @@ +[[-123868,-17471],[-127624,-40161],[-122415,3210],[-122319,3068],[-122418,3004],[-122543,3305],[-125237,6289],[-124551,6279],[-124676,6403],[-121678,7499],[-132491,-35740],[-132348,-34755],[-132283,-34673],[-135197,-48750],[-133941,-48357],[-130802,-46924],[-132464,-47013],[-132438,-40746],[-132310,-40656],[-132613,-40686],[-132582,-40800],[-128033,-38414],[-131704,-42548],[-133559,-52771],[-133355,-53711],[-134488,-54505],[-137651,-52150],[-139497,-55455],[-138635,-58882],[-135831,-53323],[-162898,-592500],[-168873,-594190],[-175634,-611919],[-193049,-610033],[-216440,-131268],[-212111,-8185],[-218052,-4007],[-241746,-58912],[-259682,-30887],[-259991,10519],[-257402,10480],[-257512,10627],[-273693,2139],[-273643,2034],[-273489,2109],[-273376,2224],[-274762,1613],[-274775,1497],[-274604,1482],[-274449,1522],[-288032,-1213],[-287865,-1155],[-288328,-623],[-285819,-441],[-289781,-2561],[-289736,-2670],[-288752,-2227],[-319593,-88603],[-324966,-105136],[-359071,330017],[-368472,26258],[-369020,26457],[-368949,26432],[-449061,36030],[-518648,-221802],[-518140,-221580],[-528245,-53800],[-530851,-56770],[-526648,-54845],[-525884,-58047],[-87928,-28277],[-89743,-28617],[-87030,-29395],[-96525,-19623],[-90581,-29439],[-109499,402936],[-108200,403765],[-108497,405141],[-108533,405237],[-108212,403670],[-108994,405942],[-108591,405988],[-107319,422550],[-107309,422666],[191097,332928],[191259,332987],[191059,333040],[191383,333088],[247105,-14074],[341257,-63739],[370060,-49818],[361222,-56182],[361167,-56286],[361320,-56364],[361479,-56386],[362416,-70111],[363920,-69969],[362355,-73652],[422852,12607],[480258,110955],[582513,284552],[581268,284916],[65462,-33125]] \ No newline at end of file diff --git a/src/gathering/a10847.json b/src/gathering/a10847.json new file mode 100644 index 0000000..61125d2 --- /dev/null +++ b/src/gathering/a10847.json @@ -0,0 +1 @@ +[[-142759,-4711],[-151725,-12475],[-148420,-15729],[-150851,-25431],[-163608,-21749],[-158881,-20203],[-155500,-18794],[-157789,-14564],[-163545,-12724],[-163925,-19866],[-158754,-17710],[-163282,-31321],[-153738,11607]] \ No newline at end of file diff --git a/src/gathering/a10848.json b/src/gathering/a10848.json new file mode 100644 index 0000000..100c56a --- /dev/null +++ b/src/gathering/a10848.json @@ -0,0 +1 @@ +[[-126223,-381868],[-126975,-378870],[-125962,31136],[-126207,31477],[-125992,30386],[-126079,31373],[-126075,30759],[-125996,30910],[-126105,30923],[-126163,31181],[-125979,31139],[-126524,36895],[-126578,36730],[-140670,-379452],[-139198,-382337],[-138426,-394743],[-138682,-392642],[-137165,-393840],[-138940,-413870],[-139764,-412026],[-134282,-39278],[-136129,107767],[-135631,106986],[-152097,-382064],[-151434,-381924],[-151833,-376594],[-152430,-376286],[-153297,-381064],[-152534,-376056],[-148064,-390611],[-162602,-318514],[-153890,-378567],[-203525,-8560],[-202606,-10398],[-203407,-11358],[-204298,-12213],[-204057,-7244],[-205024,-9517],[-205674,-10317],[-205994,-9155],[-205300,-8134],[-208730,-11084],[-207283,-11799],[-206338,-13345],[-205123,-12919],[-208174,-380005],[-224211,-6629],[-223386,-8917],[-223124,-8104],[-225475,-7605],[-225332,-4920],[-225079,-3812],[-224000,-2901],[-223344,-3758],[-224759,-302801],[-227428,-26866],[-227951,-29565],[-228702,-27192],[-229021,-26485],[-228259,-27025],[-228781,-26052],[-228486,-27214],[-229202,-25427],[-230831,-25896],[-253741,-286356],[-253218,-287890],[-268133,-17327],[-271587,-12441],[-271425,-12615],[-278488,-25363],[-281408,-18492],[-279208,-29641],[-287872,-275021],[-285481,-273590],[-284446,-274980],[-284281,-274014],[-284116,-274954],[-306384,-118698],[-306355,-121286],[-296972,-132257],[-299538,-141145],[-318285,-280088],[-319695,-276802],[-328869,-260447],[-328917,-260291],[-329008,-260358],[-320027,-278350],[-320034,-278607],[-327142,-283461],[-456329,-18262],[-38139,-226885],[-38060,-226734],[-38169,-226721],[-38227,-226463],[-38043,-226505],[-31243,-30637],[-49636,-48597],[-46116,-43226],[-46620,-38681],[-42525,-38695],[-47048,-51313],[-44003,-53311],[-77244,-22089],[-77007,-24226],[-94709,-342476],[-90775,-24523],[-96182,-22725],[-100085,-18369],[-98752,-29146],[-93153,-42179],[-108777,-48442],[138025,-62665],[138224,-62556],[138097,-62311],[140667,-63705],[140609,-63442],[140428,-63602],[138832,-55831],[138047,-57394],[138570,-55310],[138242,-55884],[138722,-56216],[138981,-55974],[138959,-68120],[139052,-68915],[136573,-68509],[139738,-68668],[139503,-68561],[139782,-69226],[145058,-59758],[145277,-60666],[146020,-60838],[145561,-60764],[146816,-58044],[145999,-60092],[147137,-88482],[147920,-88072],[148130,-87872],[148122,-88066],[147162,-88257],[147126,-88955],[159720,421751],[161090,423157],[161324,435806],[15302,100421],[24102,113921],[15723,119470],[16782,118942],[377744,-47115],[34069,106153],[34833,103489],[31398,106859],[30166,104438],[36013,105710],[28433,108617],[36825,108186],[25601,112243],[33072,116069],[479295,24711],[40487,-321514],[41249,111928],[41360,104966],[39487,114140],[39989,121230],[53390,108467],[51276,110120],[51722,116691],[51638,118940]] \ No newline at end of file diff --git a/src/gathering/a10849.json b/src/gathering/a10849.json new file mode 100644 index 0000000..4625e82 --- /dev/null +++ b/src/gathering/a10849.json @@ -0,0 +1 @@ +[[-134810,11074],[-133215,11882],[-130782,3715],[-129021,4909],[-130160,3763],[-129992,3558],[-130145,3622],[-129831,3485],[-128651,4187],[-129616,5837],[-129244,5177],[-130067,3352],[-130073,3481],[-129968,2664],[-129648,6361],[-129156,6522],[-128496,8335],[-128751,8661],[-128397,7958],[-129165,8099],[-129603,8118],[-129295,8041],[-129285,9027],[-129644,9064],[-128972,9382],[-130316,8678],[-130665,9466],[-130308,9520],[-130952,8930],[-131278,7986],[-131339,8745],[-130304,6697],[-130259,7091],[-130228,6823],[-129971,7162],[-129655,7571],[-129759,7014],[-131338,10808],[-131875,9056],[-131250,10171],[-130769,10558],[-130175,10161],[-132697,11646],[-132829,12185],[-132160,11598],[-131123,11460],[-131189,11838],[-131336,11649],[-133582,11201],[-133354,11124],[-133077,11131],[-132134,10199],[-132293,10299],[-131964,10613],[-128796,7617],[-128591,8060],[-128994,7935],[-131463,6473],[-131377,6575],[-131489,6310],[-130444,11326],[-130333,10711],[-130344,10579],[-133496,11848],[-133871,12223],[-134242,12438],[-129982,4220],[-129841,4333],[-129947,4135],[-129936,5107],[-130776,6386],[-130172,6556],[-131735,6344],[-130691,7737],[-134371,11338],[-135304,10975],[-134698,11725],[-129941,3443],[-130134,3551],[-129876,3625],[-129941,3531],[-130051,3555],[-130050,3501],[-129191,5784],[-129155,5701],[-129287,5697],[-129298,5769],[-129445,5947],[-129168,5906],[-129069,5790],[-129242,5802],[-129402,5819],[-129278,5709],[-129370,5739],[-129230,5574],[-128714,7755],[-128725,7934],[-128780,7886],[-128858,8047],[-128763,8034],[-128676,7812],[-128679,7906],[-128747,7869],[-128816,7960],[-128911,7904],[-131846,8828],[-131668,8877],[-131751,8956],[-131635,9097],[-131610,8989],[-131778,8819],[-131693,8862],[-131754,8905],[-131699,9009],[-131789,9085],[-143396,-3316],[-182713,-6661],[-182556,-6789],[-182541,-6645],[-129996,3674],[-128876,4231],[-129051,4492],[-128595,4033],[-128594,5480],[-130181,8459],[-129747,2643],[-130180,3530],[-129924,3440],[-129451,5615],[-128903,5743],[-128800,7887],[-128554,7446],[-128926,8883],[-128813,7942],[-129375,8357],[-129592,8248],[-128840,9208],[-128769,8973],[-129701,9382],[-129910,9646],[-130423,9233],[-130211,9120],[-130406,8097],[-131136,7736],[-130915,8383],[-130472,7278],[-130334,6390],[-130371,6917],[-129469,8140],[-130200,8893],[-129929,7414],[-131126,9189],[-131436,9555],[-131534,9138],[-130672,10868],[-130462,9975],[-130779,10476],[-132802,11870],[-132220,11799],[-133128,12345],[-130963,12342],[-130780,11842],[-130892,12206],[-133310,10819],[-133240,11264],[-132877,10874],[-132210,10550],[-132136,10471],[-132390,10320],[-128949,7137],[-128662,7261],[-128754,7829],[-131486,6809],[-131428,6549],[-131514,6269],[-130489,10889],[-129898,11131],[-130506,10524],[-134043,12006],[-133977,12202],[-134145,12125],[-129712,4140],[-130372,4384],[-130024,4226],[-129920,5326],[-130560,5417],[-130411,5969],[-131677,7228],[-131182,7201],[-135633,10829],[-134035,11031],[-134185,11235],[-134970,10939],[-129922,3551],[-130007,3504],[-129238,5738],[-129136,5712],[-129293,5911],[-129180,5818],[-129403,5697],[-128846,7784],[-128834,7940],[-128748,7938],[-128635,7813],[-128764,8031],[-131871,8977],[-131724,9025],[-131693,8937],[-131761,8774],[-131613,8998],[-182380,-6593],[-182517,-6598],[-185648,-11417],[-186047,-11970],[-182503,-6455]] \ No newline at end of file diff --git a/src/gathering/a10861.json b/src/gathering/a10861.json new file mode 100644 index 0000000..055b004 --- /dev/null +++ b/src/gathering/a10861.json @@ -0,0 +1 @@ +[[-197154,-60887],[-279605,-360628],[-279790,-360765],[-270391,-16667],[-321842,-262857],[-341686,373371],[-337995,376941],[-338424,381689],[-351244,377232],[-355963,48023],[-356164,48172],[-355993,46856],[-356154,47045],[-355159,45370],[-355305,44755],[-358811,37324],[-358557,35053],[-358682,35137],[-358806,35219],[-455980,19418],[-456239,19324],[-482112,-419706],[-478191,-418462],[-1263386,1512945],[-1263624,1513081],[6328,82476],[6072,82523],[6123,82322],[5875,82303],[5801,82484],[7519,80988],[7262,80970],[1281329,181121],[1281371,180875],[139518,188741],[153434,299779],[153278,299647],[152602,299289],[153060,299257],[152831,299279],[152447,299687],[152216,299696],[152676,299690],[156676,292563],[156497,292783],[219708,-78411],[219437,-78367],[218454,-77725],[218714,-77727],[218206,-79556],[218270,-79252],[302445,-174077],[302461,-174369],[302516,-175543],[302699,-175700],[302906,-175888],[310802,-172902],[308937,-173901],[370949,-29888],[364762,-31913],[365468,-34090],[359126,-38151],[359376,-38142],[371934,-93248],[372211,-93174],[397041,-138737],[529969,290134],[529854,289911],[531569,296899],[533117,299836],[533266,299637],[85313,-188776],[85558,-188732],[972106,344547],[978297,341744],[978518,341665],[980582,340481],[980593,340229],[980603,339982],[1014758,204693],[1015925,205575],[1013950,206016],[1013843,206343],[1015411,206201],[1013440,205322],[1030297,187386],[1030224,187702],[1271903,177897],[1271808,178127],[1272306,177007],[1272229,177243],[1270251,181853],[1270222,181606],[1269251,181182],[1269001,181201],[1269373,183128],[1269124,183155],[1269504,182369],[1269749,182402]] \ No newline at end of file diff --git a/src/gathering/a10866.json b/src/gathering/a10866.json new file mode 100644 index 0000000..15370c3 --- /dev/null +++ b/src/gathering/a10866.json @@ -0,0 +1 @@ +[[225472,-86159],[225367,-86101],[572626,354613]] \ No newline at end of file diff --git a/src/gathering/a10867.json b/src/gathering/a10867.json new file mode 100644 index 0000000..8c3059a --- /dev/null +++ b/src/gathering/a10867.json @@ -0,0 +1 @@ +[[-123654,6165],[-152929,139838],[-188645,-463311],[-180276,-68308],[-184352,-73045],[-179793,-70790],[-200633,-198881],[-196838,-22432],[-195561,133160],[-200177,132620],[-209606,-166374],[-226189,-135640],[-221673,-203167],[-241848,-181871],[-11486,-172812],[-4436,73348],[-247858,-174835],[-246510,-189886],[-255979,-239740],[-243588,-23289],[-263667,-230655],[-259326,-2217],[-267799,-16747],[-266654,-600230],[-265913,383144],[-275993,-8418],[-270006,-18965],[-275426,-18114],[-269172,-17150],[-276600,-29700],[-279055,-29114],[-285875,-239343],[-285616,-11469],[-283102,-6020],[-284566,-22418],[-282101,-21567],[-290301,-13750],[-290791,-27028],[-288135,-25580],[-304646,-137480],[-297068,-28466],[-296285,-34134],[-303054,-633746],[-307666,-122632],[-318784,319203],[-327568,-298730],[-326054,-840454],[-330982,307690],[-322914,328022],[-326647,330423],[-338133,-183569],[-335997,318103],[-334932,322709],[-336784,336232],[-349328,-131159],[-356175,-547809],[-357417,-556692],[-347402,3236],[-349000,318868],[-348039,322358],[-347801,345226],[-348950,379449],[-368244,-151938],[-365146,-823146],[-362001,377801],[-23329,-166419],[-21129,85610],[-380406,-147502],[-371457,-176271],[-443897,-224881],[-448429,5701],[-457562,5724],[-461368,-59147],[-482451,-377296],[-27268,-156414],[-35331,-84246],[-43583,-129694],[-55167,179676],[-57945,43649],[-61580,40195],[-66290,-3034],[-65732,398808],[-66867,41762],[-88990,-23487],[-80597,52081],[-96271,-173864],[-90000,-202334],[-102157,-16181],[-92931,-404621],[-94497,-42570],[-91065,94010],[-107767,404890],[-107546,402495],[139835,189145],[131185,404302],[157831,431438],[165626,82049],[167103,27166],[178769,59878],[170903,74454],[201947,132217],[192502,333641],[217450,138723],[214786,134626],[206481,139513],[208708,147264],[231338,66883],[242088,123962],[240746,126825],[15362,-37639],[21034,-90346],[267859,109857],[267132,104309],[261169,109817],[262924,106366],[263795,126590],[272452,-10997],[276254,110373],[270059,109178],[274879,113050],[276693,117872],[315921,-21612],[377935,-45346],[30473,-203574],[35479,-219774],[31001,260036],[32476,258933],[404117,50639],[421403,11903],[419523,12268],[419082,7266],[418304,10487],[428657,16954],[472083,-34720],[487956,28175],[39478,-134846],[38878,-11656],[38641,-21032],[543926,298794],[577225,-85895],[612865,347975],[617933,313524],[639821,355093],[56083,-8773],[641893,329975],[655260,345947],[681108,97861],[679708,95703],[735089,197640],[75037,-291456],[68186,-83780],[810429,280711],[809401,280281],[824206,-146],[821754,-903],[822868,-7397],[826771,1974],[83102,-87811],[897302,-56486],[896007,-57769],[968619,189119],[1007344,217227],[1005978,216675],[1008762,217230],[1008314,218563],[100086,-40686],[97582,-92720],[1044395,-15808],[1079800,412451],[1107781,226898],[1124210,456534],[1136456,183474],[1129150,461128],[112901,57001],[103716,116720],[1188610,332444],[1233919,154629],[1246167,212734],[115719,-260484]] \ No newline at end of file diff --git a/src/gathering/a10868.json b/src/gathering/a10868.json new file mode 100644 index 0000000..6f838ea --- /dev/null +++ b/src/gathering/a10868.json @@ -0,0 +1 @@ +[[-1279032,1517938],[-1279241,1517616],[-1274807,1519742],[-1274795,1519858],[-1274766,1519808],[-1274874,1519943],[-1274828,1519924],[-1274851,1519867],[-1274932,1519822],[-1274926,1519681],[-1274728,1519643],[-1274660,1519601],[-1274886,1519570],[-1274612,1519613],[-1274519,1519561],[-1274541,1519511],[-1274484,1519567],[-1274715,1519505],[-1275417,1520314],[-1279313,1518886],[-1279256,1518894],[-1279111,1519410],[-1279114,1519355],[-1279145,1519337],[-1279009,1519340],[-1279113,1519292],[-1279128,1519780],[-1279089,1519772],[-1272980,1518758],[-1272812,1518814],[-1272834,1518743],[-1272742,1518774],[-1273949,1517158],[-1274008,1517162],[-1274500,1517094],[-1274504,1517029],[-1274598,1517062],[-1274492,1517020],[-1274209,1517315],[-1274172,1517301],[-1274089,1517190],[-1276942,1518410],[-1276779,1516863],[-1276809,1516843],[-1276780,1516918],[-1276673,1516855],[-1277241,1517200],[-1277212,1517153],[-1277098,1517121],[-1277255,1517599],[-1277200,1517721],[-1280423,1517677],[-1280383,1517635],[-1280549,1517743],[-1280464,1517782],[-1280542,1517824],[-1280505,1517677],[-1280534,1517656],[-1280508,1517731],[-1280399,1517670],[-129701,-41228],[-131770,-56952],[-134417,-54633],[-131904,-56789],[-133094,-52248],[-137953,-52733],[-147995,-144698],[-148023,-145170],[-151112,-146984],[-142295,-4101],[-146557,120521],[-144852,117104],[-152093,117352],[-142501,115493],[-148372,117899],[-162090,-7260],[-155512,-10624],[-166186,-14058],[-171758,-43528],[-172268,-81542],[-169003,57609],[-184927,237857],[-204524,-15920],[-204095,-573227],[-210741,-3588],[-209929,-6351],[-217131,-2911],[-217593,-3138],[-214528,-4960],[-214000,-5986],[-213218,-4477],[-207471,-846],[-214112,-967],[-211477,-14055],[-215824,-27975],[-222303,-155021],[-221293,-156189],[-218788,-223003],[-228815,-1431],[-218582,-9880],[-220946,-23318],[-220644,-19783],[-220877,-19529],[-220993,-19792],[-217885,-23052],[-217977,-23300],[-217798,-22951],[-217885,-23052],[-217977,-23300],[-217798,-22951],[-235831,-5031],[-233281,-7896],[-241099,-49560],[-241022,-49569],[-241014,-49508],[-240999,-49422],[-12347,-255579],[-12319,-255627],[-6556,-266178],[-6614,-263865],[-6565,-263892],[-6598,-264025],[-11537,-256706],[-12354,-257229],[-12358,-257193],[-247835,-175098],[-243910,-22540],[-246418,-92545],[-258875,-155184],[-268338,-644911],[-268288,-644856],[-268280,-644938],[-256899,-56497],[-257947,-56641],[-268735,-80646],[-280809,-361054],[-281022,-361237],[-280876,-359131],[-280919,-359284],[-280649,-361983],[-280694,-361972],[-280693,-361925],[-279595,-358878],[-279719,-358906],[-279884,-360907],[-279943,-360926],[-279986,-360975],[-279988,-360934],[-279966,-360870],[-280005,-361012],[-268850,-645644],[-269585,-645306],[-269561,-645227],[-281903,-360173],[-281838,-360276],[-281839,-360137],[-281881,-360202],[-281836,-360158],[-281796,-360193],[-281770,-360084],[-281728,-360150],[-285837,-846192],[-293217,-845834],[-286912,-846111],[-286287,-846011],[-286098,-846028],[-286876,-845732],[-286343,-849700],[-286426,-849643],[-318769,-607600],[-318565,-612385],[-317361,-46652],[-315494,-42648],[-315030,-42973],[-315380,-42584],[-315183,-44757],[-308792,-673963],[-308434,-666583],[-308711,-672888],[-308611,-673513],[-308628,-673702],[-308332,-672924],[-312300,-673457],[-312243,-673374],[-314889,-805738],[-314944,-805688],[-314862,-805680],[-314156,-806250],[-314494,-806985],[-314573,-806961],[-318885,316976],[-311075,426239],[-331663,-244021],[-320615,-604970],[-320269,-608894],[-320433,-607646],[-320761,-609954],[-323674,-615583],[-320483,-85347],[-320559,-85402],[-320485,-85510],[-320644,-85350],[-320489,-85477],[-320504,-85533],[-320600,-84964],[-320635,-84989],[-320667,-84936],[-320144,-86235],[-320774,-84886],[-321648,-84906],[-327136,-104606],[-326906,-103764],[-330739,307657],[-325172,325692],[-325069,326971],[-326523,330637],[-334056,-256889],[-344413,-266044],[-335986,317747],[-335398,322779],[-336267,335574],[-341780,376516],[-342250,375122],[-341255,372698],[-341383,372699],[-341489,372707],[-341490,372762],[-341519,372687],[-341494,373307],[-339009,373345],[-339036,373456],[-338991,373420],[-339139,373512],[-339088,373511],[-339097,373442],[-339151,373382],[-339100,373249],[-340111,381688],[-340586,381732],[-335247,399335],[-344403,414452],[-352830,-239066],[-347113,-255687],[-348063,2927],[-349156,317938],[-348055,322106],[-346444,376371],[-346455,376486],[-346416,376443],[-346548,376556],[-346498,376547],[-346516,376481],[-346580,376429],[-346549,376290],[-346279,377209],[-346290,377324],[-346251,377281],[-346383,377394],[-346333,377385],[-346351,377319],[-346415,377267],[-346384,377128],[-349756,377196],[-357670,31188],[-357450,33722],[-358023,36731],[-357238,35983],[-351557,34101],[-357888,29621],[-357979,30131],[-355228,33122],[-351726,34611],[-351743,34847],[-351671,34799],[-351531,34501],[-348611,27193],[-350662,28391],[-357501,391222],[-350875,395910],[-352015,396150],[-352049,396269],[-351878,395851],[-357677,401988],[-348366,402307],[-351313,397170],[-351431,397134],[-351018,397313],[-351667,42760],[-357498,45163],[-357681,45156],[-357642,45219],[-357733,45207],[-357058,45328],[-357115,45333],[-358156,45592],[-358118,45552],[-358126,45517],[-358035,45618],[-358071,45509],[-356220,46322],[-358352,48933],[-357508,49270],[-370377,19661],[-367357,20779],[-370372,22990],[-370087,22436],[-370953,20881],[-369096,21630],[-369301,21658],[-369327,379190],[-361296,38408],[-359119,34639],[-359121,34577],[-359505,34223],[-358652,32319],[-360062,36927],[-360204,34982],[-360143,35475],[-360147,36024],[-358935,404635],[-359914,428773],[-365021,39626],[-361761,40425],[-361443,41019],[-362591,42101],[-365375,39840],[-362176,41775],[-362762,41349],[-364391,40217],[-362402,40763],[-362380,40729],[-361371,40232],[-361397,40181],[-363874,41153],[-363896,41187],[-358437,45831],[-358405,45855],[-360766,49183],[-360735,49203],[-359402,49973],[-361266,48749],[-361348,49142],[-359282,50459],[-358611,50281],[-359389,46559],[-17968,-116142],[-18150,-118070],[-16111,-117671],[-14577,-256337],[-14614,-256379],[-380595,-146688],[-380996,-146790],[-380926,-146791],[-381006,-146870],[-380917,-146873],[-377044,-857350],[-376706,-856615],[-376627,-856639],[-376311,-857862],[-376256,-857912],[-376338,-857920],[-376840,24201],[-372458,22837],[-371352,23942],[-371560,19754],[-372661,21477],[-371889,20408],[-371808,21933],[-373332,22014],[-372806,21667],[-375792,22398],[-372763,22134],[-372166,24395],[-372482,24317],[-372946,24851],[-376210,25020],[-374416,22012],[-374632,21358],[-373758,21458],[-373806,21388],[-373718,21449],[-383054,369504],[-372432,373892],[-373530,26607],[-376099,32713],[-375649,32200],[-379543,32153],[-372621,414977],[-391176,10929],[-391140,10885],[-391253,10844],[-390924,10803],[-390822,10778],[-390956,10800],[-390911,10861],[-392100,7808],[-391744,8062],[-395156,7776],[-389890,11477],[-389945,11459],[-405363,-817408],[-397983,-817766],[-404288,-817489],[-404913,-817589],[-405102,-817571],[-404324,-817868],[-404857,-813900],[-404774,-813957],[-408066,31610],[-397217,392136],[-397144,392144],[-397248,391836],[-397124,391754],[-397232,391762],[-397229,391817],[-397258,391742],[-415938,38549],[-411546,41096],[-411629,41079],[-410594,40962],[-411231,41225],[-413641,40972],[-413620,40576],[-413663,41149],[-424649,39012],[-424716,38984],[-447870,32467],[-447944,32398],[-439684,36437],[-439664,36384],[-439595,36437],[-439503,36407],[-439433,36325],[-439538,36410],[-439465,36443],[-435741,37600],[-435687,37586],[-435563,37488],[-435544,37603],[-435474,37520],[-435578,37606],[-435505,37638],[-446167,33793],[-445993,33404],[-456122,19181],[-456556,19502],[-451989,31761],[-451934,31810],[-486625,-408773],[-486626,-408868],[-486608,-408953],[-486552,-408822],[-489336,-412464],[-504844,-402602],[-504837,-402662],[-504755,-402557],[-504736,-402643],[-504827,-402754],[-527323,-50946],[-532323,-56745],[-532484,-56823],[-532638,-56537],[-531428,-57014],[-530209,-56199],[-525446,-54927],[-564527,-490355],[-564488,-490368],[-563594,-490167],[-564999,-489248],[-565488,-489585],[-565496,-489646],[-565930,-491096],[-566111,-491302],[-566100,-491357],[-565984,-491476],[-49078,75550],[-655691,-203636],[-659865,-207692],[-659827,-207678],[-659364,-206731],[-658502,-206437],[-658861,-206092],[-659006,-206063],[-658939,-205996],[-657369,-208064],[-670287,-152558],[-670347,-152520],[-670219,-152393],[-669263,-153137],[-670065,-153485],[-670022,-153525],[-55268,-453947],[-55258,-453667],[-55475,179440],[-55853,180150],[-55651,391814],[-55669,391833],[-55886,391719],[-54268,390496],[-55505,391976],[-55169,391767],[-55147,391696],[-54712,391670],[-54676,391625],[-55026,391288],[-55041,391340],[-55018,391368],[-55146,391321],[-55145,391378],[-54816,390974],[-54855,390970],[-61432,394986],[-66644,-3123],[-64470,-63614],[-64498,-63780],[-64407,-64167],[-72775,128802],[-73206,129694],[-70941,128931],[-70950,128996],[-73024,131568],[-73013,131461],[-72967,131516],[-75163,130569],[-75196,130562],[-75144,130622],[-75065,130527],[-75294,130130],[-74918,130218],[-74964,130098],[-73629,131704],[-73582,131606],[-73655,132069],[-70584,129292],[-73765,38081],[-73043,39764],[-73017,39458],[-73071,39407],[-72886,38978],[-72911,38926],[-73391,39126],[-73349,39162],[-73315,39152],[-73411,39248],[-73358,39271],[-73559,38777],[-73581,38811],[-74596,40585],[-74510,40501],[-74339,40595],[-74594,126687],[-78828,-67455],[-78794,-67506],[-78492,-67172],[-78385,-66996],[-78607,-67495],[-78788,-67736],[-80319,-68350],[-80353,-68372],[-79856,-68565],[-79714,-68849],[-79663,-68902],[-79357,-68870],[-80140,-69042],[-80192,-69017],[-80002,-68534],[-79965,-68575],[-79974,-68610],[-79880,-68512],[-81077,-68150],[-80305,52055],[-78606,128082],[-78695,128167],[-78335,127895],[-90883,324305],[-90827,93354],[-1264905,1514529],[-1263370,1513755],[-1263763,1513267],[-1263781,1513250],[-1263669,1513251],[-1263743,1513179],[-1263821,1513125],[-1264950,1514983],[-1265056,1514991],[-1265056,1515046],[-1265085,1514971],[-1264479,1513744],[-1264368,1513710],[-1264397,1513689],[-1264369,1513765],[-1264262,1513701],[-1263612,1510870],[-1265803,1513042],[-1265107,1514655],[-1266731,1512388],[-1265322,1514582],[-1266946,1512106],[-106825,423665],[-106741,423652],[-106718,423730],[-106694,423673],[-106646,423643],[-106631,423696],[-106567,423638],[-106553,423722],[-106645,423723],[7238,84144],[7294,84176],[10742,80207],[10954,80301],[8835,82605],[9295,82158],[9685,82886],[9645,82966],[8819,81982],[927,86911],[764,86706],[729,87137],[10503,84849],[10490,84417],[10678,84611],[7067,81101],[7598,81109],[7676,81023],[7740,85102],[7700,85106],[7748,84624],[7893,84349],[7896,84276],[8194,84228],[7685,84563],[7737,84538],[7826,84729],[7827,84674],[7797,84654],[7932,84666],[7081,84091],[7297,85899],[10129,84732],[11355,84805],[10258,83945],[10330,83999],[10476,83965],[10455,84342],[9994,82907],[9954,82948],[9807,82804],[13443,88416],[13284,88592],[12553,91701],[12716,91625],[7385,93548],[7280,93562],[7250,93543],[7282,93617],[9212,93939],[10132,94775],[10398,94851],[10367,94758],[10497,94832],[10427,94783],[6801,93760],[6805,93679],[9288,93964],[9335,93984],[11305,94418],[11409,94370],[11533,94393],[11520,94408],[11650,94428],[11439,94424],[11306,94362],[11128,94299],[1281047,178431],[1281799,178324],[1281083,178573],[1280977,178581],[1280976,178636],[1280947,178561],[1281788,178906],[1284521,177076],[1282167,178981],[1282108,179084],[1282163,179060],[1281995,179108],[1282044,179118],[1282052,179063],[1282021,178974],[1282107,178863],[1280647,178447],[1280683,178329],[1280501,178741],[1283864,177331],[1284509,177630],[1284418,177622],[1284577,176644],[1284471,176653],[1284470,176708],[1284442,176632],[1285961,177206],[1285991,177151],[1285885,177160],[1285884,177215],[1285855,177139],[1284204,177826],[1280441,178834],[1280838,181053],[1280933,181104],[1280950,181216],[1280979,181166],[1280879,181308],[1280923,181288],[1280891,181221],[1280816,181197],[1280809,181053],[1283900,180866],[1283728,180829],[1283622,180837],[1283622,180892],[1283593,180817],[1281750,186144],[1283178,180799],[1284172,179467],[1281271,183118],[1281253,183118],[1281867,180341],[1281845,180342],[1281800,180369],[1281243,179865],[139870,189417],[140737,190263],[137366,356368],[145944,217096],[146043,217107],[151991,291420],[152432,292631],[152178,298129],[152620,299495],[153453,299281],[153454,299208],[153495,297887],[153399,297853],[153527,297790],[144274,302032],[157456,293353],[157457,293380],[157464,293351],[157615,293201],[157719,293067],[157609,293163],[157536,293114],[157589,292923],[157509,292882],[157693,293006],[157089,292330],[156886,292122],[156813,292039],[156912,292089],[156938,292061],[156854,292004],[156776,292843],[156776,292915],[156799,292906],[156824,292969],[156860,292906],[157728,293064],[157408,293409],[157509,290749],[157408,291380],[158801,290749],[157589,293491],[158238,289584],[156038,291882],[156060,291848],[157403,291334],[154159,292114],[154215,292162],[154284,292331],[156977,290007],[156951,289956],[156852,290878],[156904,290897],[156928,290874],[156877,291000],[160114,290182],[160169,290135],[160472,290193],[159839,290434],[159918,290505],[159799,290471],[159833,290399],[159947,290453],[160122,291251],[158139,292841],[158787,290044],[155722,292752],[155013,293742],[162493,301951],[157658,302952],[162123,298666],[162400,298836],[157898,304899],[157891,304776],[157923,304449],[159406,304814],[159189,304474],[154007,300980],[154069,300930],[153905,300934],[154939,300786],[177505,340153],[177307,340318],[216334,-79822],[216466,-80095],[216343,-80108],[216301,-80072],[216278,-79946],[217422,-78683],[217565,-78904],[217400,-78627],[217363,-78727],[217310,-78713],[217375,-78761],[222648,-76066],[223115,-79274],[222909,-80050],[222294,-77725],[222032,-78995],[226970,-82061],[226970,-81651],[218484,-78038],[218374,-78000],[218430,-77983],[218386,-78160],[218430,-78136],[218459,-78195],[217632,-78668],[219192,-78494],[219137,-78532],[218902,-78369],[219872,-78549],[219859,-78429],[219869,-78479],[219941,-78477],[220326,-77969],[220220,-77960],[220219,-77905],[220190,-77980],[220119,-77651],[220065,-77724],[220114,-77861],[218256,-78254],[218311,-78339],[219905,-78593],[219696,-80955],[219665,-80984],[220768,-80123],[220953,-79941],[221019,-79978],[220229,-80430],[220173,-80418],[220616,-79978],[220661,-80009],[220660,-80044],[220729,-79927],[220100,-80325],[220055,-80407],[220012,-80338],[220912,-80054],[221086,-80026],[220999,-80090],[225349,-80278],[225296,-82508],[225190,-82500],[225190,-82445],[225161,-82520],[225204,-82359],[223460,-84792],[223487,-84764],[224060,-84641],[223704,-84937],[223702,-84973],[223774,-84857],[223659,-84904],[224092,-85527],[224107,-85583],[224029,-84309],[218330,-79403],[218375,-79492],[218406,-79582],[218245,-79633],[218219,-79553],[222906,-84556],[222840,-84529],[220890,-78176],[220747,-78182],[220777,-78220],[242170,-80055],[241640,720442],[241622,720322],[15359,-39702],[15587,-39816],[15542,-39858],[14268,87932],[14286,88575],[14385,88637],[14528,88623],[14427,88696],[14415,88769],[14371,88763],[14459,88513],[14484,88530],[14534,88703],[14481,88726],[15871,88201],[15902,88143],[13165,86692],[12962,92628],[13218,92305],[12857,91518],[12967,91425],[13152,91495],[13182,91562],[13142,91582],[12877,91374],[13017,91487],[12987,91537],[16467,92073],[303128,-176515],[304314,-172701],[304326,-172677],[303104,-176982],[303041,-177123],[303053,-177040],[303513,-175516],[314433,-176165],[314456,-176156],[314502,-176140],[311698,-172846],[311695,-172868],[311624,-172742],[311755,-172456],[311659,-172444],[315804,-169287],[315795,-169261],[317704,-174244],[317693,-174129],[317732,-174172],[317600,-174059],[317650,-174068],[317632,-174134],[317568,-174186],[317599,-174325],[318527,-174232],[310095,-173644],[310190,-173793],[310047,-173617],[309383,-173751],[309347,-173751],[309316,-173795],[309266,-173682],[309525,-174177],[309554,-174205],[318157,-175260],[317923,-175316],[318016,-175260],[318346,-175248],[318303,-175286],[318464,-175724],[318480,-175638],[318503,-175638],[318357,-175699],[318729,-176023],[318693,-176032],[357543,-37706],[357475,-37288],[358369,-37636],[348504,-38698],[348482,-38767],[357601,-38705],[357998,-41654],[358173,-41213],[357900,-40011],[363536,-25359],[362862,-24119],[363791,-24749],[363740,-24638],[363638,-24475],[362402,-24083],[362267,-24174],[364502,-23724],[364598,-23892],[364751,-24352],[364188,-24659],[364244,-24610],[364312,-24561],[363876,-24814],[363774,-24650],[362089,-23856],[363062,-23335],[362545,-23457],[361777,-24172],[363476,-22096],[363549,-21950],[363484,-24011],[369218,-23658],[369112,-23650],[369111,-23595],[369082,-23670],[368871,-23860],[367749,-21565],[367812,-21601],[367551,-21795],[368566,-23668],[368555,-23553],[368594,-23596],[368462,-23483],[368512,-23492],[368494,-23558],[368430,-23610],[368461,-23749],[368081,-20212],[367902,-20795],[367796,-20786],[367795,-20731],[367766,-20806],[366301,-24385],[366332,-24338],[368655,-23518],[368686,-23471],[367973,-24611],[368082,-24775],[367674,-24746],[368052,-25067],[365315,-16347],[364520,-19709],[365121,-19047],[364987,-18926],[365217,-18900],[364848,-18920],[364783,-18874],[365069,-17254],[364994,-17168],[365284,-16879],[365341,-16921],[364426,-21065],[364460,-20855],[362651,-28669],[362448,-26626],[363786,-25495],[362889,-26667],[367599,-29976],[365119,-32008],[365140,-31896],[364618,-31818],[366225,-34204],[366204,-34092],[367319,-36635],[367392,-36723],[370337,-29963],[365994,-34508],[366009,-34537],[366594,-36379],[366805,-37363],[365055,-32696],[364270,-31916],[361756,-28564],[370337,-29963],[362540,-27819],[371143,-28223],[367545,-34117],[366184,-34043],[366041,-34112],[366879,-33908],[367201,-36953],[367089,-36840],[358671,-37609],[358690,-37679],[358835,-36364],[358893,-36338],[358921,-36908],[365634,-30053],[365611,-30003],[366900,-29782],[366918,-29668],[366945,-29719],[367051,-29642],[367065,-29690],[366857,-29660],[366783,-29692],[366778,-29834],[366661,-29827],[366555,-29819],[366554,-29764],[366525,-29839],[366068,-29658],[362118,-28760],[361997,-28600],[358734,-39105],[358926,-39119],[358566,-39899],[358440,-39896],[358692,-40207],[358874,-40228],[360002,-38430],[359991,-38315],[360030,-38358],[359898,-38245],[359948,-38254],[359930,-38320],[359866,-38372],[359897,-38511],[370582,-93528],[370601,-93583],[370969,-92969],[370929,-92961],[371731,-26627],[371760,-27962],[372061,-28756],[372120,-28729],[373374,-28921],[371495,-28693],[371915,-25938],[372960,-26884],[372222,-27688],[371888,-27817],[371426,-28738],[371380,-28764],[371402,-28694],[371657,-93787],[371477,-93828],[371478,-93250],[371464,-93327],[371493,-93373],[371478,-93406],[371588,-93326],[383685,-107784],[383129,-107707],[383170,-107671],[383108,-107585],[383205,-107681],[383146,-107750],[382237,-107373],[382198,-107365],[382518,-107169],[382565,-107202],[37289,-50447],[37327,-50461],[37197,-49945],[37275,-49564],[37350,-49527],[37250,-49650],[37751,-49901],[37761,-49958],[37250,-50119],[37262,-50065],[37295,-50053],[37161,-50033],[29085,-47160],[37575,-51249],[36829,253168],[384797,-107001],[384774,-106927],[397048,-137930],[396974,-137896],[397023,-137374],[396931,-137363],[398607,-137911],[396889,-138801],[398636,-138382],[399152,-138550],[398783,-138668],[399269,-137565],[399136,-137660],[399167,-137613],[399304,-138589],[398719,-137457],[398781,-137555],[398786,-137618],[400426,-139128],[400457,-139081],[400198,-140012],[400331,-138560],[400409,-138478],[400402,-138535],[400401,-138362],[400429,-138404],[400361,-138440],[400287,-138417],[400201,-138533],[399602,-138715],[400242,-138616],[400136,-138608],[400136,-138553],[400107,-138628],[428042,178105],[427946,178503],[428284,178548],[428282,177093],[428089,178054],[428120,178101],[426769,176003],[426883,175998],[426837,175966],[426963,176083],[426950,176037],[426880,176047],[426844,176136],[426701,176118],[428220,177056],[428114,177065],[428113,177120],[428085,177044],[428091,177004],[428089,177208],[428250,177566],[427734,176751],[505644,264055],[504220,263977],[506155,265269],[506049,265277],[506048,265332],[506019,265257],[505178,266463],[505072,266472],[505071,266527],[505042,266452],[504841,265668],[504459,264749],[504490,264796],[506751,264616],[505681,265505],[506291,265437],[506164,265479],[506055,265487],[506059,265542],[506031,265467],[45123,214387],[44891,213774],[44897,213857],[43348,215169],[44986,214311],[529322,291513],[529407,290512],[529299,290207],[529466,289938],[532372,300707],[531761,300403],[531992,300150],[531886,300158],[531886,300213],[531857,300138],[531731,300251],[532745,300179],[529669,301403],[529518,301495],[529412,301504],[529411,301559],[529383,301484],[529443,301337],[528592,301750],[532892,304604],[532310,304311],[532342,304358],[532275,304471],[532169,304479],[532169,304534],[532140,304459],[527999,300297],[527977,300411],[528020,300372],[527877,300471],[527927,300467],[527916,300400],[527858,300341],[527904,300206],[552853,337896],[573299,353914],[612502,347349],[87047,-188338],[86952,-188322],[87303,-188341],[84831,-188449],[87275,-188174],[87620,-190209],[84823,-190355],[84867,-190390],[84813,-190368],[84868,-190373],[84631,-189521],[81166,-194324],[81865,-193164],[81774,-193109],[81799,-193060],[81739,-193113],[83300,-192254],[83392,-192200],[83424,-192245],[83405,-192167],[81895,-193079],[81995,-193138],[82006,-193084],[83558,-192334],[83503,-192326],[82983,-194182],[83010,-193704],[83846,-193076],[971503,344894],[971376,343818],[971373,343891],[971673,343770],[970834,341580],[971787,341871],[971941,344610],[979201,341524],[979090,341745],[978885,341967],[978629,342309],[978538,342228],[978552,342285],[978546,342112],[978530,342155],[978547,342188],[978684,342166],[978762,342280],[977726,342751],[977772,342877],[977803,342924],[979935,341967],[981653,343368],[979020,342066],[980568,342322],[983203,344123],[980297,340714],[975427,344622],[975442,344676],[977986,341912],[978068,341853],[979355,341390],[979380,341568],[978672,341636],[980455,340441],[980369,340709],[980440,340537],[980425,339297],[977613,340289],[973225,342308],[977074,340501],[977043,340404],[974502,341823],[975147,342707],[975123,341169],[973357,341833],[973373,339696],[973066,338660],[973450,345484],[973358,345510],[975620,347659],[1023956,189531],[1018364,204823],[1014089,204920],[1015484,205282],[1014594,205977],[1014004,206263],[1014491,205994],[1014735,205911],[1013735,205818],[1015505,205098],[1013220,206493],[1015305,206718],[1015208,206765],[1019730,205380],[1019620,205386],[1020401,205598],[1019902,205624],[1020005,205599],[99786,-40801],[1030876,187838],[1030962,187884],[1030497,187341],[1076996,433180],[1078514,432052],[1088678,406307],[1100338,427021],[1117242,458833],[1116421,457685],[1119946,452576],[1119950,452614],[1119442,452483],[1119162,452634],[1119093,452647],[1118859,452445],[1119393,453039],[1119451,453048],[1119584,452542],[1119531,452554],[1119517,452588],[1119497,452453],[1128142,461679],[1271948,177737],[1271990,177699],[1272466,176683],[1272489,176795],[1272513,176743],[1272419,176889],[1272464,176868],[1272429,176801],[1272352,176781],[1272342,176637],[1271739,178150],[1271633,178158],[1271632,178213],[1271603,178138],[1270662,177489],[1269956,181348],[1277916,180403],[1277810,180411],[1277809,180466],[1277780,180391],[1277947,180457],[1278856,186534],[1278740,186494],[1279144,186688],[1279867,182782],[1279862,182771],[1279858,182848],[1279559,183495],[1278783,180294],[121985,317385],[121662,318921],[121244,317726]] \ No newline at end of file diff --git a/src/gathering/a10869.json b/src/gathering/a10869.json new file mode 100644 index 0000000..9b61e48 --- /dev/null +++ b/src/gathering/a10869.json @@ -0,0 +1 @@ +[[-122229,-201856],[-134307,-213011],[-137498,-236225],[-135777,-495816],[-143860,-239232],[-161782,-318655],[-176001,-529739],[-233400,-382225],[-262123,-525633],[-279836,-6876],[-283682,-235099],[-289836,-13223],[-327923,-144152],[-327495,-144633],[-332207,-144949],[-330060,-143890],[-330128,-144233],[-321112,-527191],[-337124,-136483],[-336958,-131917],[-338407,-150478],[-335828,-141011],[-343346,-156428],[-340318,-155752],[-340863,-156095],[-336986,-156724],[-345623,-136022],[-355295,-133285],[-347442,-129306],[-346662,-129000],[-346053,-132114],[-355404,-148261],[-359645,-140215],[-359973,-141017],[-362507,-138071],[-363150,-138103],[-360588,-137504],[-367928,-151714],[-371408,-147938],[-366291,-151254],[-364507,-161005],[-372115,-147692],[-374377,-161665],[-374878,-161260],[-589259,-418730],[-51530,84850],[-83714,-24782],[-101896,-17104],[-99971,-30079],[-92638,-29694],[-110765,-373626],[-108645,-385819],[-111503,-47877],[138868,72636],[140360,83352],[150794,76909],[30606,260294],[45973,-368427],[45178,-368500],[55875,-349099],[58159,-360711],[56792,-359971],[54691,-369870],[54946,-370101],[55081,-371626],[64678,-347715],[67375,-345639],[65778,-369680],[66131,-369392],[71737,-362787],[71001,-364152],[68230,-361010],[78456,-342826],[83169,-342204],[82071,-340235],[84554,-356577],[83900,-346263],[84224,-351350],[78211,-353132],[79471,-349293],[79099,-349127],[79058,-349546],[79519,-353018],[79968,-353143],[1091670,-135649],[110789,60036],[118786,88850]] \ No newline at end of file diff --git a/src/gathering/a10870.json b/src/gathering/a10870.json new file mode 100644 index 0000000..cc494b8 --- /dev/null +++ b/src/gathering/a10870.json @@ -0,0 +1 @@ +[[-123774,-203215],[-124161,-203061],[-122565,-199838],[-122112,-199814],[-122826,-199989],[-125365,-204215],[-133298,-203812],[-136713,-204404],[-137299,-204484],[-132875,-204261],[-132933,-203942],[-140188,-213060],[-135381,-212322],[-136670,-221112],[-139422,-228718],[-134327,-235477],[-141361,-240444],[-143766,-244368],[-189927,-555510],[-233039,-381512],[-281321,-10379],[-269399,-19059],[-283946,-235742],[-287739,-236355],[-283370,-232638],[-283161,-232261],[-287141,-239565],[-287857,-236637],[-287241,-239122],[-283810,-236019],[-285031,-234745],[-285436,-231885],[-289063,-17629],[-332703,-148713],[-332528,-148925],[-321411,-527004],[-321407,-526723],[-338593,-151374],[-343072,-159214],[-343240,-158850],[-341778,-159616],[-342050,-159465],[-356010,-149334],[-356449,-149378],[-355728,-147793],[-356047,-147828],[-356461,-147672],[-356746,-147365],[-356848,-147007],[-368096,-151118],[-83058,-22721],[-102033,-17751],[-93071,-30114],[-94557,-44533],[-109441,-384629],[-109289,-385539],[-109403,-385262],[-111801,-48402],[129403,67393],[128902,68095],[135177,69894],[136529,75273],[132306,69269],[139666,73040],[131243,77092],[137568,79914],[138502,80207],[135316,84594],[143924,35177],[144046,34439],[141308,53280],[140960,88442],[143123,91620],[143715,90867],[292664,-101816],[294375,-101509],[297545,-127575],[299141,-120393],[312456,-138741],[324692,-72439],[323577,-73472],[322430,-110801],[321414,-102522],[340024,-151019],[344494,-150989],[358184,-146394],[350281,-160037],[352654,-159634],[349657,-175292],[349393,-175343],[356903,-62331],[353315,-70311],[355998,-70191],[356112,-70348],[352152,-78332],[353837,-106573],[371104,-161565],[370429,-69348],[359332,-71718],[358905,-113292],[362788,-114075],[377762,-128643],[376765,-164401],[374577,-167397],[472176,-31801],[46749,-368609],[95666,63931],[100339,68376],[103915,-273808],[102542,45511],[107531,62100],[109593,59860],[110580,61427],[110957,69561],[107362,70459],[104191,71961],[111726,79976],[118955,69800],[119270,69873],[124426,68785],[123911,68644],[122736,66845],[127674,68623],[124945,87806],[125360,87405],[123038,87476]] \ No newline at end of file diff --git a/src/gathering/a10871.json b/src/gathering/a10871.json new file mode 100644 index 0000000..074bc80 --- /dev/null +++ b/src/gathering/a10871.json @@ -0,0 +1 @@ +[[-119395,-177262],[-119240,-177253],[-120457,-175191],[-119706,-174920],[-120565,-175204],[-115481,-177994],[-115376,-178037],[-115559,-178090],[-120047,-183676],[-120144,-183678],[-119984,-183516],[-121851,115375],[-121767,115336],[-121881,115445],[-123594,117549],[-123548,117464],[-124241,117165],[-124356,117189],[-124205,117019],[-124432,116814],[-124490,116736],[-121895,120835],[-121949,120755],[-121214,117410],[-121110,117356],[-121066,117271],[-121197,117292],[-120736,117454],[-120782,117293],[-120683,117327],[-123651,117318],[-123645,117210],[-123510,117338],[-123611,117899],[-123401,117787],[-123492,117860],[-124333,116921],[-124329,117029],[-124334,116792],[-123364,117441],[-123404,117317],[-123252,117353],[-123848,118367],[-123759,118306],[-123778,118491],[-123573,118338],[-123669,118280],[-123671,118392],[-122546,117392],[-122647,117357],[-122741,117378],[-122641,117465],[-122870,117050],[-122856,117184],[-122947,117133],[-131345,120297],[-131286,120373],[-146106,127762],[-145999,127748],[-145960,127925],[-146510,127797],[-146417,127851],[-146593,127912],[-165877,50517],[-165939,50437],[-164499,50476],[-163874,50836],[-166367,53973],[-166362,53812],[-166188,53796],[-165950,53882],[-160023,123499],[-159798,123797],[-175487,-613366],[-172854,51350],[-172634,51350],[-172533,51368],[-172572,51288],[-172689,51260],[-172478,51227],[-172778,51313],[-170104,51268],[-170185,51212],[-169997,51351],[-170111,51359],[-166557,53862],[-166523,53677],[-166870,53695],[-166926,53801],[-166427,53686],[-166489,53978],[-166453,53870],[-166402,53918],[-166819,53791],[-166742,53733],[-172716,51403],[-166488,53780],[-166623,53362],[-170000,51459],[-170080,51467],[-170039,51554],[-170153,51134],[-170198,51349],[-170324,51253],[-247348,-42621],[358634,-71659],[370358,-72661]] \ No newline at end of file diff --git a/src/gathering/a10872.json b/src/gathering/a10872.json new file mode 100644 index 0000000..c390833 --- /dev/null +++ b/src/gathering/a10872.json @@ -0,0 +1 @@ +[[-120111,-177340],[-120097,-177177],[-119999,-177385],[-122061,-178613],[-118708,-180991],[-119442,-184519],[-118995,-184152],[-117750,-182074],[-116811,-179421],[-116380,-185480],[-122523,114900],[-122616,115038],[-123838,117059],[-123795,117250],[-123961,118532],[-122656,119229],[-122278,119466],[-124718,116364],[-123926,118998],[-120535,117723],[-120315,117701],[-122142,118630],[-121892,119094],[-122776,118757],[-121373,118552],[-122507,119324],[-122539,118564],[-123586,118209],[-123256,115332],[-130378,120978],[-129372,121626],[-129908,120607],[-130494,121176],[-130384,121253],[-128430,122240],[-128343,122431],[-130566,120900],[-130361,118360],[-130336,119342],[-128454,122593],[-130350,122303],[-130486,122392],[-130502,120282],[-131219,119000],[-131224,119287],[-131185,120254],[-128723,122953],[-129430,123035],[-129538,122908],[-129242,121775],[-130337,120899],[-140318,117350],[-140116,117704],[-153006,-595169],[-152215,-597061],[-143875,124017],[-143801,123729],[-143804,123854],[-144087,124549],[-146025,128020],[-146492,127929],[-149428,118529],[-146891,118183],[-146852,118292],[-155064,-590901],[-164833,50373],[-165519,51053],[-165382,51263],[-163969,51210],[-164631,50777],[-163873,50472],[-164204,50429],[-164441,51621],[-164223,51475],[-175507,-613175],[-170381,-619012],[-170431,-619176],[-175134,49411],[-175835,50350],[-175816,50143],[-174930,50723],[-175583,50861],[-175276,50736],[-174928,50418],[-175151,49658],[-171735,50658],[-171581,50975],[-170463,51276],[-175326,47259],[-176746,49515],[-167601,50907],[-169265,51055],[-170643,51113],[-173631,53279],[-169406,54999],[-171641,57994],[-173351,59987],[-174482,58948],[-174221,58954],[-173296,60209],[-172736,62092],[-172696,62024],[-176660,51588],[-173857,58518],[-175883,61500],[-175667,60498],[-175676,60813],[-168006,56594],[-168205,53814],[-172114,56783],[-172055,57342],[-171284,56931],[-166854,54576],[-170477,51767],[-170150,52005],[-170069,51939],[-183673,-576573],[-212595,-481754],[-211768,-30300],[-214333,-586032],[-214216,-586001],[-238207,-395954],[-237444,-395310],[-3166,-163674],[-248358,-402664],[-248576,-402587],[-248445,-46797],[-248543,-46753],[-248330,-46743],[-248395,-46649],[-248658,-46750],[-247319,-42416],[-247524,-42416],[-247708,-42633],[-264196,-339962],[-265538,-341707],[-264384,-339874],[-262675,-342555],[-261945,-338348],[-257877,-335643],[-257775,-336388],[-267722,-339966],[-264196,-339758],[-290398,-29026],[-290249,-28662],[-289765,-27819],[-293424,-28019],[-306023,-145221],[-306018,-145271],[-295663,-522878],[-295825,-523587],[-295695,-523461],[-313194,-555089],[-313805,-557975],[-330133,-269764],[-330282,-269726],[-330104,-270010],[-330075,-269924],[-332824,-256532],[-344169,-543313],[-344356,-543391],[-347685,-253349],[-345784,-253428],[-349559,-251793],[-347720,-254247],[-347935,-254186],[-349147,-252184],[-349415,-252496],[-346578,-255379],[-350117,-255798],[-345992,-255629],[-348041,-255581],[-347672,-255592],[-347548,-255814],[-348078,-255822],[-346081,-256114],[-349561,-256602],[-349727,-256592],[-348035,-256014],[-346300,-542150],[-346869,-542363],[-347051,-542418],[-347025,-542620],[-359387,-437606],[-407691,22075],[-406148,19955],[-483107,-378127],[-509960,-221152],[-511910,-219528],[-509677,-224866],[-510210,-225703],[-500480,-455028],[-500426,-461695],[-519481,-225279],[-519559,-225517],[-522291,-228932],[-512745,-219564],[-516448,-227041],[-513849,-227836],[-514374,-224812],[-514855,-220264],[-515930,-225929],[-516867,-223410],[-516957,-223237],[-514660,-229020],[-515007,-228356],[-515767,-400427],[-516920,-402056],[-563218,-480065],[-605073,-290976],[-652535,-152494],[-652386,-153101],[-650840,-157002],[-650615,-156515],[-650659,-156051],[-649921,-155368],[-650648,-157487],[-651615,-156188],[-656079,-155616],[-657261,-169061],[-661497,-167197],[-657278,-168834],[-657195,-168978],[-677385,-184027],[-84614,385328],[-93563,-439278],[-98991,-29446],[-91369,-27125],[-90864,-27548],[-92802,-27734],[-95829,-42367],[-114738,-180611],[-103323,-16051],[-102821,-14159],[12558,-288354],[191558,335082],[250199,699293],[21071,-342806],[327960,599823],[358851,-72070],[358509,-72055],[358912,-71788],[370273,-72415],[475403,22884],[580086,281412],[576008,280521],[577659,278236],[582681,284663],[583688,26258],[97560,-116977]] \ No newline at end of file diff --git a/src/gathering/a10873.json b/src/gathering/a10873.json new file mode 100644 index 0000000..cf11d0b --- /dev/null +++ b/src/gathering/a10873.json @@ -0,0 +1 @@ +[[-121719,120888],[-121631,120735],[-121485,120856],[-127842,121589],[-126719,124162],[-126560,124321],[-126696,124443],[-126362,118704],[-126244,118837],[-126376,118879],[-126466,117097],[-126416,116936],[-126521,116975],[-127880,123085],[-127878,123256],[-128001,123213],[-121048,119924],[-137241,128644],[-137082,128803],[-137218,128925],[-139455,133251],[-139549,133072],[-139295,133272],[-139274,133054],[-139184,133156],[-139390,133116],[-128862,114044],[-128984,114164],[-132195,113829],[-131967,113662],[-132020,113881],[-131792,113746],[-131844,113906],[-131897,113782],[-135558,113159],[-135405,113202],[-134646,122489],[-134671,122735],[-128028,121668],[-133756,121383],[-133632,121282],[-133586,121450],[-133149,121602],[-133413,121490],[-133455,121363],[-131283,117270],[-131443,117467],[-131231,117122],[-131350,117568],[-131288,117445],[-130501,116124],[-130638,116026],[-130502,115908],[-139043,126465],[-139060,126194],[-138873,126366],[-138869,126101],[-138955,126573],[-138893,126210],[-134193,118373],[-134014,118413],[-134046,118247],[-133841,118422],[-136039,119651],[-136150,119778],[-136313,119732],[-139480,121259],[-139680,121035],[-139668,121171],[-139643,124827],[-139638,124994],[-139666,125262],[-139694,125758],[-139681,125151],[-139407,125351],[-139431,125070],[-139272,125229],[-139317,124948],[-139116,125085],[-139249,125066],[-140001,127502],[-139897,127545],[-140098,127615],[-138389,119843],[-146534,140612],[-146399,140710],[-144341,138496],[-144397,138378],[-146066,135910],[-146219,135905],[-146479,136007],[-146397,135893],[-146334,136012],[-142130,135075],[-142159,134935],[-142271,135079],[-142425,131744],[-142650,131751],[-142460,131935],[-142628,131927],[-142523,131843],[-146686,133963],[-146785,133791],[-146628,133790],[-146754,133557],[-146596,133616],[-146721,133664],[-148921,135863],[-148962,135694],[-148785,135741],[-149859,135458],[-149577,135470],[-149754,135608],[-149532,135613],[-149670,135818],[-149634,135689],[-149598,135909],[-149446,135529],[-149488,135891],[-149834,133381],[-149661,133550],[-149836,133542],[-153280,133575],[-153008,133643],[-153041,133755],[-153143,133668],[-149539,131029],[-144172,128304],[-145688,131305],[-145765,131441],[-143015,131601],[-143038,131320],[-142879,131479],[-142875,131214],[-142766,131342],[-142899,131323],[-145021,129875],[-144956,129708],[-144826,129802],[-144655,129588],[-144625,129753],[-144731,129670],[-147114,130586],[-146924,130563],[-146998,130426],[-147064,130169],[-146846,130246],[-146979,130263],[-148162,130551],[-148026,130482],[-148017,130660],[-147756,130613],[-147861,130745],[-147867,130611],[-153133,129089],[-153010,129264],[-153208,129256],[-153483,129149],[-153352,129160],[-152840,129280],[-149684,132356],[-149516,132358],[-142646,131568],[-142294,141280],[-150991,127707],[-141699,119883],[-141346,125898],[-141046,126044],[-141193,125998],[-141360,126062],[-143988,128273],[-144132,128152],[-144226,128428],[-155301,130173],[-155199,130040],[-155127,130231],[-154884,130102],[-154895,130270],[-154977,130164],[-160264,124102],[-160337,123859],[-159840,123595],[-181483,-579986],[-181381,-579857],[-259525,-27877],[-51834,-185455],[-51948,-185580],[-52022,-185419],[-51843,-185887],[-51972,-185781],[-51814,-185700],[-52022,-187736],[-52201,-187810],[-52142,-187622],[-52069,-187912],[-52419,-188009],[-52230,-188016],[-52065,-188081],[-52329,-187887],[-89188,-28126],[-91052,-24201],[-100295,-30836],[-102356,-31000],[-90578,-27729],[-93377,-41968],[-93480,-41321],[187632,407164],[223419,-77524],[223281,-77674],[247440,-12058],[245515,-13111],[355205,-71352],[1094706,499179],[1094504,499450],[1107661,493260],[1108283,493135],[1104984,499966],[1104833,499782]] \ No newline at end of file diff --git a/src/gathering/a10874.json b/src/gathering/a10874.json new file mode 100644 index 0000000..8090ac3 --- /dev/null +++ b/src/gathering/a10874.json @@ -0,0 +1 @@ +[[-1276764,1518279],[-120942,-178630],[-121662,-178403],[-121618,-178223],[-121516,-178388],[-119823,-184215],[-125768,-401683],[-120800,-456040],[-140709,-161554],[-134823,-309478],[-132154,-330434],[-133062,-439660],[-132954,-439437],[-136029,-495083],[-138478,-521315],[-131678,-57693],[-133484,-55830],[-136704,-53708],[-129966,114543],[-136420,114723],[-136328,107926],[-139163,123628],[-143735,-115738],[-153507,-138976],[-153097,-139629],[-146580,-143741],[-151625,-7744],[-145733,-10313],[-143891,-3214],[-146660,-6293],[-144487,-495404],[-144584,-495549],[-150785,-613486],[-147667,-612122],[-145877,-612651],[-148810,-612999],[-151239,-86035],[-143064,-81949],[-149337,-80370],[-149062,-91130],[-143675,140813],[-142020,139933],[-141123,129175],[-146852,114884],[-142757,117500],[-146113,120038],[-150841,122023],[-150846,122111],[-144889,127466],[-142474,124155],[-142096,121610],[-152154,117232],[-152792,120049],[-149068,125626],[-143316,116244],[-147004,126646],[-158672,-148531],[-158762,-156155],[-156608,-4893],[-161542,-319305],[-154515,-14407],[-166027,-472157],[-166149,-471941],[-162074,-28968],[-163562,-593203],[-166166,-591411],[-163061,-590156],[-165540,-612454],[-163951,-619367],[-160581,-621986],[-162316,-622994],[-157688,-618562],[-154101,125212],[-167666,-15208],[-172456,-19067],[-177118,-528641],[-171970,-549128],[-168031,-593455],[-172764,-598145],[-176001,-588649],[-174909,-599346],[-175502,-611975],[-173147,-602343],[-166701,-606742],[-177426,-612217],[-170746,-617305],[-170539,-617357],[-170623,-618845],[-175117,49805],[-175542,51015],[-171679,58315],[-170022,52057],[-190683,-126305],[-191302,-131188],[-185553,238694],[-185504,238976],[-203246,-159192],[-202591,-2902],[-201378,-452149],[-201192,-520833],[-202068,-63791],[-200858,132024],[-199171,133122],[-195484,132830],[-217044,-131956],[-215380,-129239],[-215382,-160002],[-214435,-163646],[-212314,-160457],[-216020,-163270],[-212481,-3086],[-215583,-7004],[-211275,-8278],[-215507,-7125],[-214201,-5889],[-214006,-4652],[-209462,-5416],[-217220,-8733],[-212676,-4925],[-215618,-655],[-206554,-5145],[-211504,-10783],[-211494,-10672],[-211214,-10491],[-214411,-1078],[-214302,-1087],[-208871,-31197],[-208217,-32094],[-214447,-30264],[-208252,-32402],[-213193,-31880],[-208990,-32147],[-208958,-31922],[-214854,-63367],[-217191,3072],[-215450,1209],[-215516,1259],[-215414,1298],[-229367,-134149],[-222706,-140575],[-225816,-134939],[-223979,-160611],[-224130,-155862],[-220575,-156310],[-222689,-155621],[-218131,-3455],[-219421,-6267],[-218335,-10363],[-218245,-42424],[-218245,-42424],[-233683,-6385],[-234261,-381523],[-240098,-44014],[-238517,-46199],[-239158,-46088],[-238517,-44577],[-239799,-43922],[-240135,-44119],[-240422,-45035],[-236736,-56682],[-239094,-58294],[-240373,-63245],[-232039,-65968],[-231224,-66363],[-242751,-85463],[-230842,10880],[-12580,-119739],[-8219,-265022],[-7098,-266151],[-7596,-76872],[-4486,74686],[-4370,73079],[-247771,-136987],[-248628,-140101],[-248704,-139928],[-248493,-140004],[-248034,-139604],[-248179,-139667],[-243994,-22863],[-249856,-45128],[-250785,-44530],[-251328,-45608],[-249217,-46751],[-249115,-46650],[-246718,-48359],[-243974,-48175],[-250766,-42026],[-252727,-42923],[-252640,-42994],[-249170,-59413],[-249179,-75972],[-257705,-155695],[-257882,-155207],[-262102,-29341],[-268091,-33055],[-262578,-526549],[-262959,112608],[-268872,-80610],[-269549,-77862],[-271226,1698],[-285402,-235337],[-287729,-4493],[-283040,-664674],[-295126,-820440],[-306518,421808],[-305153,424927],[-316040,-313426],[-315274,-313117],[-316780,-611230],[-315461,-41126],[-313312,426228],[-328609,-131649],[-328499,-147201],[-332273,-144622],[-330080,-143678],[-328397,-146826],[-328600,-146788],[-332022,-244227],[-320491,-526004],[-320895,-600690],[-326729,-106328],[-329022,311313],[-325012,317547],[-324277,318156],[-328503,408257],[-339310,-136316],[-339437,-136471],[-339245,-136105],[-338336,-138833],[-338448,-139012],[-335240,-134361],[-335168,-134526],[-337332,-131691],[-337539,-131632],[-337133,-131821],[-345758,-132760],[-345769,-140537],[-345697,-140702],[-345072,-149236],[-335655,-149683],[-335750,-150041],[-333328,-151959],[-341250,-157100],[-337730,-157556],[-337104,-156363],[-340690,-262927],[-333184,-257227],[-343812,-265868],[-334780,-257182],[-341870,377017],[-344487,386014],[-343842,394258],[-341264,397329],[-334837,399857],[-341782,417949],[-342110,414523],[-344572,413955],[-345767,-132576],[-355446,-133567],[-355611,-138976],[-349587,-134595],[-351162,-145014],[-350926,-145039],[-351016,-145222],[-353106,-239565],[-347438,-253151],[-347551,-255452],[-346217,-255901],[-349466,-257037],[-347872,-256029],[-347037,-256096],[-347035,3005],[-350368,310579],[-349416,378054],[-347677,379892],[-356263,33846],[-357524,36793],[-353219,35348],[-351696,35771],[-351384,34351],[-351686,36810],[-351008,34445],[-350684,36058],[-355114,392870],[-357080,391150],[-357247,401575],[-349280,401666],[-345777,402102],[-347150,416341],[-361364,-131667],[-361444,-129486],[-361246,-129456],[-362760,-161681],[-362952,-161757],[-363036,-161562],[-366383,-173211],[-370331,22855],[-362353,378356],[-368736,379271],[-358734,403277],[-367859,404088],[-362316,404430],[-359308,418726],[-359843,428134],[-364071,40514],[-362291,41853],[-360539,49868],[-17132,-116568],[-19004,-122285],[-21030,-122392],[-22524,-121149],[-23691,-166074],[-23964,-167367],[-13119,-94692],[-371888,20289],[-372748,21566],[-373507,371894],[-373592,392491],[-372307,413929],[-396074,-843160],[-392292,-99591],[-409200,22224],[-408950,16752],[-404957,18547],[-420402,-257570],[-415733,20523],[-411753,20519],[-415102,23327],[-416506,25692],[-422098,32698],[-421920,32736],[-410085,32955],[-421999,32127],[-416546,25912],[-410051,33130],[-410261,32941],[-413499,27577],[-411767,33061],[-431393,-177563],[-424144,-192364],[-423965,-242538],[-424923,-244261],[-428197,-260096],[-423827,27864],[-426845,33046],[-425320,32446],[-425031,32080],[-425325,27615],[-423492,28734],[-443718,-167668],[-437442,-182160],[-447973,-2223],[-447274,-373489],[-440299,-378598],[-447075,2484],[-446950,2612],[-445503,32742],[-451373,-1070],[-452336,30122],[-464153,-13827],[-461634,-58372],[-36547,-213825],[-29453,-77292],[-506381,-152636],[-500579,-456853],[-521861,-62521],[-527481,-61378],[-531475,-66469],[-532078,-66017],[-535098,-88673],[-535936,-88699],[-562966,-491815],[-563876,-489793],[-602558,-292483],[-604975,-291117],[-604840,-291175],[-605709,-289883],[-605674,-289785],[-42823,-177983],[-40716,-176689],[-43250,-179524],[-40584,-179771],[-40447,-178221],[-40396,-195873],[-43288,-200202],[-40893,-6942],[-38538,-388692],[-50424,-437155],[-651981,-150187],[-652067,-151928],[-652366,-153272],[-641787,-284687],[-661555,-167512],[-662637,-170019],[-653547,-197793],[-656545,-204269],[-654373,-194418],[-653739,-194283],[-676972,-182750],[-53824,-184315],[-55023,-406129],[-58107,-412472],[-60203,-431372],[-54108,-43133],[-54733,179750],[-61281,395215],[-61778,395342],[-65833,-2871],[-72920,-55999],[-65678,41521],[-66295,41631],[-88234,-330059],[-89296,-28164],[-81156,52092],[-90930,-29723],[-90781,325100],[-90806,324701],[-100981,632534],[-90854,94756],[-92581,92043],[-1265004,1515736],[-111151,-373710],[-108341,-385358],[-113836,-441483],[-107579,405313],[-107634,403058],[-107740,403196],[-106699,422077],[-106859,421899],[-102793,630833],[-102644,630901],[10733,-19098],[9468,-19910],[9274,-19934],[8275,-20453],[6506,-20761],[6396,-19894],[5912,-19028],[4276,-15736],[4242,-14546],[4652,-14621],[3904,-14513],[7953,-13268],[7206,-13386],[9270,-13302],[12042,-13179],[12058,74061],[7342,76215],[5792,94040],[1282941,178784],[1280190,179834],[1281489,179540],[140363,189084],[134633,343537],[139081,341185],[137261,356213],[137308,356242],[144660,216192],[152650,299375],[148296,357781],[160518,19757],[157525,291307],[157847,293140],[162835,298869],[159538,304738],[157790,71344],[177295,340044],[177362,340158],[173799,339448],[179343,407313],[178960,62091],[181661,67588],[195871,-41321],[195328,24215],[192268,335249],[193432,333741],[205838,-20360],[217390,-78095],[220000,-76326],[222782,-75355],[219550,-76585],[221529,-76829],[222252,-77844],[227330,-79188],[227185,-79178],[227272,-79128],[226843,-82470],[221219,-77209],[221235,-77027],[228462,-85193],[226712,-81417],[226901,-86376],[240762,-61113],[231188,-75865],[242251,-112700],[242354,-112976],[239545,-105938],[239644,-106071],[238407,696561],[238072,696111],[252908,-19598],[255423,-95074],[255302,-94998],[255099,-95142],[246345,-95363],[244781,84885],[244887,84820],[18080,-335286],[17875,-335229],[18358,-335030],[18288,-334995],[18283,-334793],[18396,-334611],[17202,-335667],[17407,-335772],[18989,-334777],[15884,-63001],[15372,-61942],[13300,86661],[14367,95238],[259640,-127102],[259425,-126964],[265818,-115999],[265839,-115748],[256887,-118481],[264663,-117948],[264857,-117799],[264814,-117603],[260717,-21835],[268044,-23571],[268120,-23712],[262818,-23104],[257566,-107720],[271290,-12020],[274466,-20265],[274554,-20072],[284143,-87308],[303279,-176443],[316655,-119114],[316524,-119281],[314202,-121163],[315995,-131134],[307884,-133701],[307926,-133909],[316734,-20948],[316278,-22359],[328497,-116044],[328644,-115740],[328633,-115988],[328527,-115868],[331307,-120790],[331306,-120578],[324865,-158932],[325397,-77871],[325265,-77962],[338060,-121079],[338227,-121011],[338741,-134467],[335471,-158406],[335383,-158600],[342704,-13768],[344636,-33955],[339995,-61262],[337845,-67253],[337797,-67100],[354920,-21917],[356118,-21453],[347063,-26923],[351767,-27056],[358231,-60719],[358091,-60830],[358123,-60629],[354599,-72353],[349347,-68057],[356450,-69269],[356292,-69243],[351704,-74396],[351717,-74556],[353057,-70341],[353489,-70246],[355487,-72564],[365584,-124134],[368663,-135725],[368644,-135513],[365422,-136606],[366202,-22407],[366575,-21880],[364765,-19631],[362729,-28299],[371117,-50148],[367306,-46087],[358675,-42095],[363000,-62505],[362854,-62439],[364940,-73833],[365050,-73965],[363277,-72545],[363428,-72697],[363542,-74148],[358422,-68421],[358618,-68421],[365555,-74428],[365425,-74540],[361713,-76661],[381911,-141350],[373238,-28943],[373270,-53457],[378171,-53520],[373191,-57426],[376232,-57801],[375270,-67009],[375464,-67006],[372313,-81352],[383332,-108209],[38237,-133574],[31747,-202940],[37781,-28364],[30713,-47786],[35457,-48237],[37393,252818],[37126,253343],[394391,-142529],[422252,8509],[422361,8627],[415911,9894],[472321,-34707],[469801,102863],[477127,22082],[475142,19334],[478673,22603],[480869,24053],[487503,27575],[509911,5866],[40064,-133239],[39197,-183489],[50190,-195561],[39974,-25985],[46071,-41186],[46912,-41766],[47199,-41979],[47761,-42046],[48805,-42500],[49614,-42496],[43229,-46331],[44303,214200],[44683,213750],[39328,80425],[532985,299598],[572227,278887],[567005,284259],[576921,23805],[581406,23410],[581206,275993],[576046,280665],[582125,283107],[582198,283312],[587317,37293],[583405,26139],[590224,40501],[618251,330158],[619744,327328],[52297,-10003],[62625,-36430],[61341,-43787],[61564,-44068],[59588,42594],[663249,-43616],[683250,104072],[722863,-136132],[721927,-137924],[67320,-521319],[73799,-72948],[65283,38106],[815018,288285],[823405,-7539],[87419,-188912],[81209,-194855],[82228,-193691],[78303,-231440],[79510,-231412],[84013,-356233],[84832,-356708],[87834,-347433],[86939,-347382],[86862,-347248],[951002,160377],[951095,160507],[972045,339622],[985274,175764],[982754,176284],[985299,175538],[982664,344324],[986270,176081],[986294,176232],[994427,193540],[994239,195803],[991529,196200],[991888,215832],[993053,215101],[991416,214998],[992318,216194],[1011190,187561],[1011105,187732],[1008956,182186],[1002913,322827],[1023293,185297],[1011284,187486],[1016041,196906],[100627,-40657],[1025248,190396],[1029842,202306],[1062102,430726],[1056788,449722],[1061486,457269],[1061131,458834],[1061294,458844],[1070259,219169],[1070284,218943],[1064295,428326],[1070598,445722],[1069996,451960],[1086823,409349],[1084147,404720],[1081472,409285],[1078779,416845],[1080520,422161],[1079969,417771],[1078455,416783],[1083223,429203],[1076988,433672],[1078337,436938],[1083207,438718],[1083791,440954],[1083721,440817],[1080130,518580],[1094128,451358],[1093503,452082],[1093784,496847],[1106704,409232],[1103853,423397],[1104024,423427],[1100936,492865],[1105515,499241],[1118905,403544],[1119031,420322],[1125471,413918],[1123594,455809],[1116941,457869],[1124083,456062],[1118935,465290],[1134166,408489],[1138895,421140],[1132222,412757],[1131586,418937],[1135619,422998],[1129961,446136],[1131238,461000],[1139240,421270],[114652,-205884],[103583,-274198],[114261,55092],[1198866,305773],[1209683,268714],[1236191,198344],[1252684,195277],[1264485,176441],[1263679,180076],[1278756,184724],[1277693,182472],[123598,-163221],[123430,-163277],[122749,-167863],[120309,-166562],[124974,-277752],[124350,281181],[121527,318888]] \ No newline at end of file diff --git a/src/gathering/a10878.json b/src/gathering/a10878.json new file mode 100644 index 0000000..7173669 --- /dev/null +++ b/src/gathering/a10878.json @@ -0,0 +1 @@ +[[-359957,-385734],[-359956,-385856],[-380609,-343487],[-379038,-342254],[-379010,-342184],[-383725,-350520],[-371522,-358840],[-371404,-358881],[-375132,-359036],[-374916,-358799],[1290478,264085],[1281697,283535],[416608,-77657],[416194,-77094],[416298,-76859],[432168,-95511],[433336,-94776],[432228,-95678],[510878,-24684],[511682,-54704],[524270,86285],[521640,85384],[524016,114051],[524751,106049],[524247,124196],[525187,-42542],[527165,34787],[535940,435994],[536148,436193],[535697,435838],[534743,75105],[534122,75237],[526179,87395],[532885,87910],[535959,81890],[531997,84848],[525582,80534],[535622,83212],[529648,84385],[536778,82341],[529058,102588],[531194,95991],[525002,101626],[532912,90525],[530892,93843],[531335,109435],[531091,109281],[534958,109548],[534382,112068],[532131,112136],[525141,113873],[527135,108371],[531393,104727],[530130,126798],[526105,126775],[532624,117149],[524975,121127],[544712,-17465],[541917,-21587],[541726,-21632],[540971,-79470],[540879,-78928],[542932,12946],[549501,25269],[546326,14460],[541851,16819],[547292,17013],[544681,24110],[546765,32007],[544490,27004],[537450,436365],[537724,436155],[537763,436649],[538844,436236],[540395,436539],[539610,436272],[550110,47476],[539281,45633],[549326,51392],[541817,47821],[544501,50259],[538987,57538],[542468,58029],[545384,57877],[549426,56258],[542647,51403],[542662,52776],[543598,53786],[546315,52680],[558400,10900],[559517,5151],[556147,21523],[552382,23310],[560457,14218],[557030,15118],[561249,17973],[556898,18471],[553751,30541],[552224,47131],[562928,107313],[564961,-313],[575284,-3556],[571947,-37393],[572966,-60109],[573626,-71590],[569974,-69256],[564177,4987],[573430,4720],[572621,3645],[570028,3631],[571237,2125],[573461,2806],[568811,23201],[568308,89212],[573730,84496],[568568,88210],[565782,118084],[566935,121920],[563553,117733],[580126,-6038],[580052,-405],[583381,-8316],[577024,-4288],[584399,-5763],[580089,-95187],[580335,10933],[580063,7141],[578117,2056],[579640,6518],[583106,16737],[577311,58438],[586587,60535],[578142,63629],[585864,58588],[578479,56580],[586778,58066],[588707,58476],[587196,62060],[587357,60479],[582751,73090],[582790,72575],[581597,84370],[596798,-126905],[590380,-4989],[594807,-7512],[600871,-7695],[601560,-6793],[598658,-12100],[598733,-12153],[597793,-13840],[599038,-13323],[601500,-19925],[596626,-74713],[589068,7729],[601440,2389],[596390,8827],[588904,2780],[599065,3736],[598869,7238],[601594,2769],[593503,19016],[593883,16595],[592161,60910],[594815,110319],[614182,-9288],[606035,-3321],[614235,-5687],[602539,-14592],[607509,-12891],[602231,-16738],[607499,-19450],[610374,-17295],[608993,-21340],[612880,-32411],[612993,-33899],[614049,-27178],[601604,-27653],[608199,-87139],[602381,9783],[610249,22650],[613153,61836],[603866,52155],[613858,71772],[604090,80314],[604332,80484],[609456,87690],[611174,95524],[612844,105482],[625757,-119809],[623292,-850],[624751,-4683],[624844,-3390],[618106,-2544],[623071,-6298],[619537,-15652],[623906,-15202],[625077,-16713],[618674,-21235],[618985,-18235],[621752,-29561],[623524,-27604],[624238,-36289],[616590,4014],[622984,9642],[625513,3418],[617058,13833],[622910,16016],[621581,14535],[626702,43641],[621906,44723],[620648,76419],[614750,70523],[624115,85005],[619560,78767],[619496,81621],[626219,78100],[626492,106987],[625674,107725],[634977,-2132],[633878,-1488],[627723,-7282],[629213,-8873],[639558,-8147],[630825,-2302],[635986,-8252],[638132,-10265],[628282,-13779],[628955,-13702],[639704,-24907],[637611,-20548],[638168,-21121],[639596,-21687],[633757,-16995],[633663,-30759],[636898,-29472],[636060,-26352],[639361,-47549],[636946,-49014],[636037,-57407],[639194,-69114],[636840,-104990],[638039,9761],[633190,6496],[627385,7586],[639591,33719],[630417,45134],[638508,62963],[638138,61096],[631150,78746],[632237,86790],[631494,91177],[639529,109223],[631587,106927],[637434,118853],[635829,120515],[634879,121435],[643401,39],[647248,-18739],[651523,-28050],[645801,-50132],[645746,-49991],[642991,-42944],[643241,-42273],[642517,-54771],[644819,-53638],[649115,-55740],[647719,-56472],[649385,-59171],[648037,-54608],[648020,-56227],[652615,-66950],[647484,-109959],[643347,481],[640724,63770],[650282,54882],[644634,69795],[645362,70909],[645747,67964],[648952,93418],[640962,100842],[641035,114883],[659429,-2566],[657161,-13281],[656881,-15307],[658568,-18898],[660156,-30815],[660987,-26165],[663194,-31914],[659907,-32691],[652913,-34474],[658877,-48788],[655997,-52945],[657913,-59186],[658203,-61456],[660767,-63634],[660460,-60344],[658110,-63816],[652930,-69030],[655236,-67146],[657116,-66897],[656621,-70094],[655721,-73351],[654394,-70954],[656830,-74914],[661829,-65192],[663071,-76969],[660283,-85602],[659868,-85529],[657567,-105938],[665339,38447],[656927,36397],[660130,49231],[660862,47220],[663647,42660],[658582,55740],[664269,114590],[677100,-9547],[672638,-27133],[677894,-50631],[666408,-53904],[667450,-61786],[669075,-60979],[670083,-63047],[670841,-58195],[675199,-70035],[671061,-72278],[673243,-74008],[670211,-71562],[673063,-88267],[677464,-91749],[677245,-101119],[675125,-94913],[671537,-101342],[672070,-111984],[666908,-112514],[671752,19946],[675299,35292],[670565,44778],[669506,58033],[668442,71564],[677224,83439],[677399,111176],[689751,-128415],[689360,-128976],[687468,-131015],[690152,-129967],[686454,-130851],[691140,-135655],[689648,-136837],[687291,-143082],[679574,-15497],[680668,-14681],[678431,-52488],[679750,-99942],[686090,-101156],[686076,-101420],[684333,-104740],[684069,-103178],[684512,-106544],[686444,-102946],[687906,-108959],[685336,-106877],[681602,8762],[685472,36045],[688006,36285],[688818,40833],[688412,38701],[686118,42240],[687203,41599],[689004,50894],[687916,77773],[688011,77946],[695400,-130877],[697393,-137070],[691326,-137253],[702393,-41822],[697510,-69413],[701300,-88518],[695717,-80452],[697921,-78183],[692728,-81862],[693017,-84367],[697199,-80148],[701839,-86684],[693548,-99733],[692170,-109506],[703398,-109132],[702704,-112295],[703728,-112088],[693962,232701],[694229,232933],[707797,-121486],[708701,-126621],[710318,-139247],[716791,-144426],[707738,-153402],[706530,-153869],[707377,-153956],[714487,-58637],[710763,-59478],[711096,-67208],[704229,-109752],[708367,-110679],[710647,-113494],[714889,-112224],[707556,3007],[704166,134755],[704042,134614],[709864,27109],[709723,27211],[710585,51477],[705633,63704],[713883,67955],[706755,80774],[706511,80471],[711506,113417],[729095,-123586],[723245,-132648],[721545,-148373],[722813,-147521],[727086,-11734],[722698,-106199],[724024,-106173],[724225,-111919],[724016,-108997],[721679,-110522],[722832,58144],[723163,108924],[731726,-126612],[738468,-146212],[741506,-146357],[735782,-148917],[731365,-45328],[737607,-93245],[738088,-92694],[735620,-105841],[739567,-110740],[736944,10314],[732010,3559],[731206,24418],[729647,46202],[738756,39233],[739345,38992],[735772,70643],[735717,70942],[748105,-145801],[750201,-141548],[747758,-143679],[744875,-144827],[751716,-141632],[748869,-17197],[743117,43551],[753001,54789],[753121,54564],[751008,85401],[749171,104092],[749000,105244],[766433,-120045],[763658,-135549],[767591,-146432],[763012,-24052],[765200,-44419],[758651,906],[764724,19414],[766216,299527],[764011,299033],[765245,298575],[759400,304593],[770714,-122423],[774443,-122760],[771991,-121907],[775305,-146908],[780212,-144495],[771858,-38385],[772292,-81989],[773450,-81710],[769577,170409],[777567,25032],[773420,304973],[773572,305251],[772045,303805],[774785,312766],[774439,313245],[774027,313259],[769357,44788],[785046,-122881],[786952,-139856],[791821,-143166],[793443,-141440],[784866,-152542],[785506,-152736],[790465,-152],[782357,-20630],[786837,-23887],[786297,-40122],[785824,-58097],[787891,-73504],[788881,-100981],[781833,-93103],[782670,288575],[783489,288215],[791082,52571],[791883,68994],[791623,68843],[786337,91415],[804315,-122194],[795290,-137262],[800043,-142498],[800207,-164694],[796316,-168597],[801610,-166218],[806078,-170286],[798765,-34004],[798148,-112938],[803278,219926],[803513,220073],[795695,345839],[794862,345862],[800409,27958],[794160,78832],[800359,110241],[810614,-165243],[810092,-162085],[807768,-165647],[814272,-165579],[810051,-166658],[812871,-168405],[812240,-166993],[810833,-168402],[810026,-194882],[811334,-60512],[818962,111709],[819112,111787],[822079,-144624],[822779,-153382],[819694,-161640],[823210,-165103],[827506,-170153],[824647,-172201],[825978,-170845],[831026,-177664],[822984,-182145],[826687,-181112],[831049,-193604],[826496,-196626],[831447,-194255],[821330,-193124],[831759,-22024],[826739,-23208],[831355,-25091],[824830,-63532],[825397,-59847],[819962,-51550],[830044,-114965],[822284,16630],[821081,49574],[822700,84321],[822699,84458],[825652,96351],[825679,104747],[825454,104878],[840713,-122718],[837654,-134024],[834091,-148745],[834733,-151761],[837940,-173942],[843051,-179446],[832384,-181135],[842233,-183065],[832139,-194677],[833462,-193510],[844081,-195179],[832407,-198693],[840978,-202256],[832308,-21861],[840323,-62795],[832935,-64042],[836790,1834],[844037,17419],[835399,349015],[834916,349622],[835325,349429],[840409,43695],[842010,92447],[834116,114225],[855152,-115753],[849964,-145957],[855227,-161829],[849824,-159698],[849959,-158841],[845152,-176314],[845465,-175029],[853602,-187020],[852223,-197185],[851474,-25805],[856952,-48924],[849404,-88026],[856033,-95963],[853974,140906],[845189,17069],[847192,361534],[847610,362347],[847299,362215],[845364,116813],[862551,-125895],[858615,-126701],[858850,-163371],[865769,-165187],[864006,-161241],[857939,-167131],[857864,-169516],[868278,-169046],[866309,-188146],[866674,-196826],[862048,-194363],[865544,-17047],[861080,-16157],[866874,-45749],[861705,-95377],[870011,-94371],[868413,5333],[861547,7247],[868536,5073],[878401,-116262],[877829,-134107],[881896,-128890],[877341,-144730],[880459,-172797],[874646,-166495],[871022,-190280],[881078,-182871],[872273,-10057],[880066,-1370],[874448,-17969],[878603,-35788],[876971,-26538],[874249,-44503],[876728,-80806],[879796,-99828],[871884,-97459],[879639,-104246],[881864,637],[881439,897],[881064,129897],[870950,30567],[873912,99946],[874169,99838],[874049,100008],[870802,106653],[891726,-119081],[894679,-145271],[888510,-144991],[885824,-144955],[895828,-144960],[885009,-155461],[884722,-172136],[883743,-175513],[895360,-26640],[891188,-28328],[886613,-75371],[892521,-71108],[887567,-72699],[891510,-79718],[892841,-93571],[886800,-114726],[891441,-105195],[889396,34035],[894175,55888],[888243,59056],[889276,67608],[894359,79030],[897986,-140266],[904007,-146561],[901791,-172345],[898197,-12763],[908457,-64847],[907608,-66536],[897991,-86284],[903458,-84259],[899263,-93316],[898285,5496],[898148,5387],[904670,13076],[896284,36417],[900710,99924],[908027,99675],[914689,-133978],[916662,-135558],[919206,-136378],[909146,-146492],[910124,-143899],[913742,-151208],[920213,-191163],[919968,-15237],[916746,-61885],[915130,-64490],[916637,-74736],[915631,-84955],[916212,-82413],[920724,27173],[920065,61267],[925597,-115543],[930302,-118270],[928879,-117667],[931622,-127534],[922138,-145483],[929403,-140629],[921660,-54379],[929460,-79405],[933771,-107969],[927376,29347],[925759,96933],[929868,108822],[929431,108246],[929578,108202],[931429,123620],[936973,-119063],[945861,-129327],[935838,-133381],[934498,-58145],[946844,-74954],[941430,-66955],[938989,-70388],[943770,-84422],[938273,-81629],[935978,-80446],[946765,-93726],[940443,-105709],[942260,-114885],[940263,-112049],[938442,-109610],[941179,-110063],[940340,314],[935910,43218],[943059,52724],[947321,-115604],[951171,-127632],[950309,-124284],[950628,-126591],[947907,-126274],[958400,-116412],[951684,-134180],[955714,-140429],[950349,-135214],[951285,-130226],[956901,-131731],[951240,-140733],[958395,-143409],[952713,-141756],[959790,-189872],[953527,-192108],[952005,-19912],[954266,-31499],[954175,-31285],[954595,-61847],[948062,-72674],[950216,-83842],[959326,-83175],[949930,-79888],[949968,-81131],[953921,-92639],[948236,-100667],[958774,-102007],[952520,-111838],[949581,-104638],[957949,-103671],[950008,51330],[949410,50523],[947935,101046],[971073,-117813],[965840,-124341],[964959,-131059],[965014,-133875],[969169,-138354],[960958,-4],[972162,-38491],[972457,-57808],[963897,-62844],[960179,-101231],[965955,-108702],[966637,45493],[960854,120776],[985059,-132386],[980054,-134388],[977586,-142030],[980590,-144453],[980501,-143731],[981076,-155127],[982154,-157578],[973929,-26851],[973290,-36481],[984507,-44250],[984825,-44433],[975826,-58199],[983419,-81381],[974602,-101237],[978933,-107262],[983098,-109187],[988939,-137154],[991283,-133686],[988214,-147267],[987813,-153418],[986612,-29538],[998209,-46504],[985811,-44767],[993289,-64788],[997626,-68908],[996842,-77722],[989198,-86232],[989031,-111760],[987686,31424],[987406,31315],[995836,54440],[1009454,-181530],[1004442,-519],[1009471,-23535],[1003999,-25307],[1003577,-25242],[1006032,-29011],[1007900,-49815],[1007845,-49627],[1010580,-56552],[1011072,-56947],[1002461,-51416],[1011167,-61578],[1007219,-75933],[999338,-69514],[998694,-85834],[1001555,-85296],[1003846,39930],[1007667,514265],[1014600,-115784],[1022365,-153990],[1019189,-159265],[1011560,-167001],[1018444,-1477],[1018379,-1147],[1021095,-58493],[1011478,-73787],[1022946,16470],[1020604,514441],[1012013,513739],[1021772,532515],[1019449,539233],[1017477,540283],[1015101,539006],[1031540,-139358],[1034077,-18337],[1034541,-18865],[1027556,-32826],[1027669,-33026],[1029663,-50836],[1030863,-67058],[1030502,-85415],[1030083,-80638],[1030166,3243],[1024155,13386],[1026703,329257],[1024388,479482],[1031416,485544],[1029647,492773],[1031360,496443],[1029003,503120],[1027322,511131],[1025471,531879],[1026636,530528],[1036499,61158],[1024055,124640],[1045295,-32989],[1044249,-25866],[1049176,-55833],[1049217,-55564],[1049303,-55684],[1037865,-74317],[1037734,-66127],[1037048,8983],[1039889,138605],[1048888,419238],[1039303,459148],[1044715,474772],[1048959,551397],[1057872,-116437],[1052187,-10932],[1053538,-8821],[1051894,-5786],[1057366,-15754],[1052388,-12833],[1059434,-24428],[1062359,-24097],[1051424,-32232],[1057239,-53500],[1049891,-55356],[1056199,-114458],[1050765,11548],[1054726,307871],[1054079,326698],[1058269,335802],[1059110,34625],[1059091,549041],[1062039,549560],[1056768,126366],[1067072,-120845],[1066784,-116848],[1064249,-125955],[1075155,-6408],[1066874,-53149],[1064262,-60599],[1066130,-53219],[1067265,-53122],[1063129,-111095],[1069843,-107510],[1074319,-107590],[1067691,-109282],[1071509,404297],[1063211,410196],[1071362,546641],[1066875,550852],[1072100,116227],[1086469,-136391],[1079382,-142742],[1078776,-4933],[1085292,-15301],[1082377,-47597],[1086376,-44151],[1080261,-73248],[1087011,8983],[1087457,389741],[1078061,390748],[1077244,548585],[1076488,127144],[1078329,122974],[1094405,-44990],[1100147,-59169],[1099972,-59013],[1099977,-65982],[1099764,-110994],[1099369,131625],[1090920,24816],[1094597,35703],[1089041,547240],[1091897,541226],[1093774,544040],[1099025,543937],[1091872,98637],[1088028,124580],[1104737,-7445],[1104841,-7642],[1110379,-63115],[1111005,-63244],[1104301,-57623],[1112080,-60022],[1107619,-66141],[1111637,-65886],[1113324,-71909],[1112620,-64790],[1109460,-68147],[1104070,-64719],[1109409,-69773],[1103988,-75259],[1106077,-76507],[1112764,-75255],[1108647,-87527],[1110168,-84981],[1106162,-83345],[1113518,-92946],[1113158,-90428],[1110392,-93243],[1112226,-103583],[1108748,-110462],[1111500,-111726],[1112899,-104126],[1105650,-112378],[1106819,-108921],[1102307,4683],[1104654,338600],[1105812,536076],[1112961,533939],[1101043,541298],[1101249,68860],[1109755,75157],[1121364,-7459],[1121211,-7054],[1120881,-30157],[1117896,-50497],[1116069,-50006],[1122593,-60666],[1121378,-66538],[1124500,-64507],[1116505,-66344],[1118770,-66145],[1121246,-64916],[1124805,-68368],[1120459,-74409],[1114677,-96857],[1119413,384885],[1115658,396595],[1120476,539814],[1119751,79483],[1114020,95267],[1115574,96016],[1126490,-19096],[1138749,-26039],[1138909,-27762],[1137646,-34625],[1138969,-26066],[1135086,-57716],[1130935,-59457],[1136911,-55368],[1131596,-60654],[1127651,-68725],[1132228,-67453],[1132874,-72600],[1138952,-73260],[1138744,133109],[1135985,183037],[1136589,184102],[1138724,183517],[1137861,381756],[1131173,382139],[1137410,384969],[1137600,536911],[1135046,538983],[1134715,76165],[1138212,98117],[1150935,-16850],[1148169,-19381],[1146719,-25459],[1144964,-29341],[1142588,-36903],[1150634,-31105],[1140331,-64378],[1147228,384783],[1147207,90861],[1143523,102773],[1154905,11164],[1163448,22056],[1159944,378729],[1153153,376451],[1163145,35273],[1163896,37579],[1163537,484123],[1164582,490472],[1162019,486894],[1163759,87221],[1157215,120831],[1169232,13011],[1169754,20632],[1171527,20074],[1177013,291261],[1168441,33808],[1170363,33661],[1171673,36343],[1173644,396720],[1167051,386537],[1171840,402105],[1168274,449881],[1165906,456273],[1174556,463010],[1166881,482199],[1171687,481355],[1175971,479850],[1176501,43303],[1172103,49486],[1169490,45626],[1172896,63478],[1165260,85709],[1183104,332337],[1188284,331982],[1188562,332983],[1181746,333832],[1184942,344965],[1179004,412380],[1179299,426452],[1182554,431369],[1187423,444749],[1178853,478545],[1182311,43277],[1181500,47442],[1190154,49012],[1186913,40057],[1184826,54210],[1182806,60818],[1183835,61182],[1183504,51971],[1182007,60886],[1181800,61013],[1185673,71872],[1187113,74751],[1190177,73930],[1181370,78984],[1180449,109417],[1198216,201831],[1195452,287887],[1196398,323569],[1196205,336662],[1198094,34471],[1191042,41253],[1197614,49440],[1190475,62659],[1191412,74657],[1193256,74308],[1190671,77329],[1193343,86995],[1193856,109539],[1210700,165292],[1214300,74101],[1210701,72673],[1212758,75341],[1210879,86386],[1227689,147654],[1218900,55904],[1219967,73798],[1225306,73283],[1226528,72656],[1222386,83225],[1216710,81687],[1218586,84720],[1225337,104910],[1238180,138254],[1239948,239488],[1237662,102396],[1241601,290325],[1246325,313801],[1243100,355367],[1242135,76251],[1241705,76258],[1242656,73459],[1243423,78328],[1244556,89003],[1244734,80021],[1244852,101254],[1251014,95427],[1253538,91577],[1252467,108115],[1249468,108539],[1249346,107225],[1246786,108725],[1249384,102637],[1254179,111166],[1258951,284707],[1256763,93965],[1257399,95822],[1263219,97961],[1263051,99058],[1258312,113032],[1257580,115282],[1263079,110777],[1255662,109111],[1256843,107188],[1265412,120079],[1257627,116434],[1268265,250067],[1274833,317739],[1275161,87150]] \ No newline at end of file diff --git a/src/gathering/a10901.json b/src/gathering/a10901.json new file mode 100644 index 0000000..38605c4 --- /dev/null +++ b/src/gathering/a10901.json @@ -0,0 +1 @@ +[[-1273699,1303825],[-1269653,1379584],[-1276330,1446465],[-1275774,1464837],[-1286669,1288961],[-1283702,1332843],[-1283975,1332755],[-1283920,1333812],[-1288982,1423635],[-1292402,1435433],[-1288603,1436339],[-1285551,1473758],[-1282964,1501708],[-1290383,1506878],[-1293867,1323342],[-1296648,1416945],[-1303548,1429560],[-1298986,1451073],[-1304823,1174349],[-1299655,1229964],[-1309204,1295940],[-1309101,1370505],[-1312417,1431243],[-1313221,1161400],[-1310887,1167734],[-1315712,1190923],[-1329884,1324290],[-1326035,1388236],[-1326243,1147225],[-1321149,1154816],[-1319239,1202664],[-1319795,1202202],[-1324934,1203807],[-1336447,1294084],[-1338679,1295340],[-1341718,1363445],[-1333137,1380197],[-1332174,1387524],[-1332184,1387244],[-1356134,1364529],[-1348274,1380173],[-1354966,1403343],[-1367445,1354580],[-1363274,1142500],[-1364257,1152088],[-1369332,1161876],[-1368115,1178714],[-1362823,1194870],[-1358280,1202632],[-1363066,1265187],[-1377228,1326031],[-1381388,1333404],[-1376496,1117621],[-1394745,1317261],[-1389404,1344835],[-1392789,1126650],[-1387817,1148443],[-1393855,1182590],[-1392780,1210949],[-1402505,1295156],[-1406491,1328365],[-1405302,1341076],[-1402996,1364688],[-1403212,1131356],[-1406494,1146561],[-1403862,1202646],[-1419081,1376431],[-1410651,1133442],[-1417922,1262127],[-1423795,1292895],[-1432778,1098121],[-1428895,1130503],[-1427034,1135170],[-1428574,1159286],[-1428376,1167069],[-1427394,1206282],[-1430053,1257728],[-1439362,1100846],[-1436183,1210664],[-1441017,1276873],[-1454968,1304109],[-1458168,1331090],[-1452805,1343306],[-1448697,1068558],[-1454714,1263979],[-1446739,1277910],[-1470457,1306543],[-1461486,1032383],[-1490342,1323277],[-1486448,1356238],[-1495172,1079717],[-1526323,1343287],[-1533692,1018111],[-1543003,1076909],[-50205,300060],[-50504,300804],[-47527,363473],[-44247,361996],[-633755,-137403],[-633878,-137256],[-634059,-148928],[-632274,-141378],[-632248,-141194],[-637013,-159444],[-636835,-159762],[-636883,-159621],[-637793,-160777],[-648146,-139001],[-652182,-213218],[-658703,-217926],[-667505,-143356],[-678241,-179741],[-678390,-180215],[-678256,-180170],[-680815,-169803],[-681781,-183683],[-681859,-183801],[-682040,-183337],[-678819,-180303],[-56810,299771],[-56611,299446],[-55507,300556],[-936726,1483909],[-939133,1584108],[-972980,1469655],[-991951,1556194],[-1000388,1457376],[-89507,600924],[-87652,606434],[-87486,606202],[-87885,605571],[-87499,606544],[-87303,607188],[-86684,604158],[-87406,605167],[-86556,604239],[-88897,606234],[-88936,606091],[-89214,606353],[-86765,607699],[-86921,607421],[-85829,607339],[-88745,604464],[-88997,604711],[-87346,606781],[-1017373,1417507],[-1012434,1517082],[-1049197,1426432],[-1047694,1489418],[-1064760,1478511],[-1069903,1569784],[-1083735,1410004],[-1092661,1350410],[-1098320,1419299],[-1119471,1354971],[-1136220,1438415],[-90931,600138],[-97014,604773],[-96574,605583],[-90291,602807],[-90631,609361],[-92599,602359],[-90687,602310],[-95202,605450],[-97163,604829],[-92150,608175],[-91942,608327],[-94392,607884],[-90507,608347],[-90916,608001],[-91962,607428],[-1162885,1423885],[-1152577,1488426],[-1188774,1405967],[-1179820,1472667],[-1196648,1398786],[-1205492,1311696],[-1214952,1490727],[-1227264,1317237],[-1223112,1402038],[-1224929,1245085],[-1229138,1434983],[-1249958,1364928],[-1255940,1282279],[-1263899,1370699],[-1264012,1429542],[-1262838,1429072],[-1266090,1431001],[-1259253,1493907],[-1263563,1499047],[-1264236,1227861],[-111377,615848],[-111296,615809],[-110488,616689],[-110489,616793],[-110328,616577],[103994,211988],[124935,174252],[117232,173510],[123935,172555],[-635763,-138421],[-634463,-137362],[-634052,-137392],[-634666,-139246],[-637009,-143774],[-637019,-147477],[-635481,-148110],[-633850,-148926],[-633874,-148406],[-632595,-140878],[-635645,-164877],[-633819,-164772],[-634004,-164695],[-634137,-163156],[-634062,-163248],[-636208,-159434],[-636048,-159443],[-637694,-160532],[-637646,-165911],[-637470,-165841],[-637620,-165734],[-637346,-168327],[-636583,-167360],[-636731,-167439],[-638138,-166497],[-649126,-140264],[-649443,-138723],[-641665,-138635],[-641406,-138693],[-640349,-140409],[-644640,-151028],[-645747,-149067],[-645789,-148859],[-644586,-149769],[-643000,-153528],[-646261,-143077],[-648448,-147585],[-644786,-150709],[-644787,-150896],[-643386,-151189],[-646518,-141044],[-651732,-141180],[-641176,-175844],[-640880,-180575],[-641101,-179847],[-654552,-137838],[-655012,-135922],[-654455,-135551],[-658931,-143207],[-659318,-143391],[-659515,-143578],[-659125,-143147],[-659470,-143319],[-655915,-177377],[-655955,-178894],[-655470,-178113],[-655262,-178247],[-657072,-215410],[-657098,-215300],[-656989,-215282],[-669309,-176829],[-670893,-175354],[-669529,-176930],[-669381,-177061],[-676774,-180398],[-676918,-180260],[-677521,-179895],[-678568,-168868],[-681380,-183008],[-681779,-183507],[-686331,-190576],[-680039,-181714],[-678561,-179988],[-686448,-190335],[-686263,-193152],[-686217,-193599],[-686201,-193464],[-86895,601187],[-85304,607018],[-84286,607764],[-84406,607599],[-85587,609576],[-86197,608243],[-87431,606005],[-87705,606532],[-84510,606660],[-84495,606855],[-85430,606581],[-85508,606596],[-87514,606402],[-87996,606870],[-87942,607070],[-85247,607086],[-90069,600543],[-90215,600588],[-90134,600130],[-91261,600671],[-91643,602282],[-97773,604991],[-96700,604786],[-97647,605308],[-95072,604837],[-95977,605468],[-95842,605426],[-95777,605951],[-95646,606227],[-93036,603276],[-92758,603289],[-92965,602888],[-91797,602582],[-91934,602352],[-90212,602981],[-94176,607511],[-92623,608267],[-92417,608111],[-93386,608353],[-93535,608406],[-93613,608651],[-94606,608623],[-94585,608300],[-94175,607203],[-93989,607460],[-91404,607716],[-92295,606347],[-110036,596620],[-107548,616664],[-110332,616713],[219920,669565],[220094,671475]] \ No newline at end of file diff --git a/src/gathering/a10902.json b/src/gathering/a10902.json new file mode 100644 index 0000000..38605c4 --- /dev/null +++ b/src/gathering/a10902.json @@ -0,0 +1 @@ +[[-1273699,1303825],[-1269653,1379584],[-1276330,1446465],[-1275774,1464837],[-1286669,1288961],[-1283702,1332843],[-1283975,1332755],[-1283920,1333812],[-1288982,1423635],[-1292402,1435433],[-1288603,1436339],[-1285551,1473758],[-1282964,1501708],[-1290383,1506878],[-1293867,1323342],[-1296648,1416945],[-1303548,1429560],[-1298986,1451073],[-1304823,1174349],[-1299655,1229964],[-1309204,1295940],[-1309101,1370505],[-1312417,1431243],[-1313221,1161400],[-1310887,1167734],[-1315712,1190923],[-1329884,1324290],[-1326035,1388236],[-1326243,1147225],[-1321149,1154816],[-1319239,1202664],[-1319795,1202202],[-1324934,1203807],[-1336447,1294084],[-1338679,1295340],[-1341718,1363445],[-1333137,1380197],[-1332174,1387524],[-1332184,1387244],[-1356134,1364529],[-1348274,1380173],[-1354966,1403343],[-1367445,1354580],[-1363274,1142500],[-1364257,1152088],[-1369332,1161876],[-1368115,1178714],[-1362823,1194870],[-1358280,1202632],[-1363066,1265187],[-1377228,1326031],[-1381388,1333404],[-1376496,1117621],[-1394745,1317261],[-1389404,1344835],[-1392789,1126650],[-1387817,1148443],[-1393855,1182590],[-1392780,1210949],[-1402505,1295156],[-1406491,1328365],[-1405302,1341076],[-1402996,1364688],[-1403212,1131356],[-1406494,1146561],[-1403862,1202646],[-1419081,1376431],[-1410651,1133442],[-1417922,1262127],[-1423795,1292895],[-1432778,1098121],[-1428895,1130503],[-1427034,1135170],[-1428574,1159286],[-1428376,1167069],[-1427394,1206282],[-1430053,1257728],[-1439362,1100846],[-1436183,1210664],[-1441017,1276873],[-1454968,1304109],[-1458168,1331090],[-1452805,1343306],[-1448697,1068558],[-1454714,1263979],[-1446739,1277910],[-1470457,1306543],[-1461486,1032383],[-1490342,1323277],[-1486448,1356238],[-1495172,1079717],[-1526323,1343287],[-1533692,1018111],[-1543003,1076909],[-50205,300060],[-50504,300804],[-47527,363473],[-44247,361996],[-633755,-137403],[-633878,-137256],[-634059,-148928],[-632274,-141378],[-632248,-141194],[-637013,-159444],[-636835,-159762],[-636883,-159621],[-637793,-160777],[-648146,-139001],[-652182,-213218],[-658703,-217926],[-667505,-143356],[-678241,-179741],[-678390,-180215],[-678256,-180170],[-680815,-169803],[-681781,-183683],[-681859,-183801],[-682040,-183337],[-678819,-180303],[-56810,299771],[-56611,299446],[-55507,300556],[-936726,1483909],[-939133,1584108],[-972980,1469655],[-991951,1556194],[-1000388,1457376],[-89507,600924],[-87652,606434],[-87486,606202],[-87885,605571],[-87499,606544],[-87303,607188],[-86684,604158],[-87406,605167],[-86556,604239],[-88897,606234],[-88936,606091],[-89214,606353],[-86765,607699],[-86921,607421],[-85829,607339],[-88745,604464],[-88997,604711],[-87346,606781],[-1017373,1417507],[-1012434,1517082],[-1049197,1426432],[-1047694,1489418],[-1064760,1478511],[-1069903,1569784],[-1083735,1410004],[-1092661,1350410],[-1098320,1419299],[-1119471,1354971],[-1136220,1438415],[-90931,600138],[-97014,604773],[-96574,605583],[-90291,602807],[-90631,609361],[-92599,602359],[-90687,602310],[-95202,605450],[-97163,604829],[-92150,608175],[-91942,608327],[-94392,607884],[-90507,608347],[-90916,608001],[-91962,607428],[-1162885,1423885],[-1152577,1488426],[-1188774,1405967],[-1179820,1472667],[-1196648,1398786],[-1205492,1311696],[-1214952,1490727],[-1227264,1317237],[-1223112,1402038],[-1224929,1245085],[-1229138,1434983],[-1249958,1364928],[-1255940,1282279],[-1263899,1370699],[-1264012,1429542],[-1262838,1429072],[-1266090,1431001],[-1259253,1493907],[-1263563,1499047],[-1264236,1227861],[-111377,615848],[-111296,615809],[-110488,616689],[-110489,616793],[-110328,616577],[103994,211988],[124935,174252],[117232,173510],[123935,172555],[-635763,-138421],[-634463,-137362],[-634052,-137392],[-634666,-139246],[-637009,-143774],[-637019,-147477],[-635481,-148110],[-633850,-148926],[-633874,-148406],[-632595,-140878],[-635645,-164877],[-633819,-164772],[-634004,-164695],[-634137,-163156],[-634062,-163248],[-636208,-159434],[-636048,-159443],[-637694,-160532],[-637646,-165911],[-637470,-165841],[-637620,-165734],[-637346,-168327],[-636583,-167360],[-636731,-167439],[-638138,-166497],[-649126,-140264],[-649443,-138723],[-641665,-138635],[-641406,-138693],[-640349,-140409],[-644640,-151028],[-645747,-149067],[-645789,-148859],[-644586,-149769],[-643000,-153528],[-646261,-143077],[-648448,-147585],[-644786,-150709],[-644787,-150896],[-643386,-151189],[-646518,-141044],[-651732,-141180],[-641176,-175844],[-640880,-180575],[-641101,-179847],[-654552,-137838],[-655012,-135922],[-654455,-135551],[-658931,-143207],[-659318,-143391],[-659515,-143578],[-659125,-143147],[-659470,-143319],[-655915,-177377],[-655955,-178894],[-655470,-178113],[-655262,-178247],[-657072,-215410],[-657098,-215300],[-656989,-215282],[-669309,-176829],[-670893,-175354],[-669529,-176930],[-669381,-177061],[-676774,-180398],[-676918,-180260],[-677521,-179895],[-678568,-168868],[-681380,-183008],[-681779,-183507],[-686331,-190576],[-680039,-181714],[-678561,-179988],[-686448,-190335],[-686263,-193152],[-686217,-193599],[-686201,-193464],[-86895,601187],[-85304,607018],[-84286,607764],[-84406,607599],[-85587,609576],[-86197,608243],[-87431,606005],[-87705,606532],[-84510,606660],[-84495,606855],[-85430,606581],[-85508,606596],[-87514,606402],[-87996,606870],[-87942,607070],[-85247,607086],[-90069,600543],[-90215,600588],[-90134,600130],[-91261,600671],[-91643,602282],[-97773,604991],[-96700,604786],[-97647,605308],[-95072,604837],[-95977,605468],[-95842,605426],[-95777,605951],[-95646,606227],[-93036,603276],[-92758,603289],[-92965,602888],[-91797,602582],[-91934,602352],[-90212,602981],[-94176,607511],[-92623,608267],[-92417,608111],[-93386,608353],[-93535,608406],[-93613,608651],[-94606,608623],[-94585,608300],[-94175,607203],[-93989,607460],[-91404,607716],[-92295,606347],[-110036,596620],[-107548,616664],[-110332,616713],[219920,669565],[220094,671475]] \ No newline at end of file diff --git a/src/gathering/a10905.json b/src/gathering/a10905.json new file mode 100644 index 0000000..b0d16ba --- /dev/null +++ b/src/gathering/a10905.json @@ -0,0 +1 @@ +[[-1276590,1450720],[-1277108,1450307],[-1279095,1449152],[-1279693,1470291],[-1271103,1466069],[-1270892,1465652],[-1269164,1477131],[-1270453,1477487],[-1269751,1476417],[-1269627,1479097],[-1267380,1480533],[-1275720,1509192],[-1271299,1515510],[-1271319,1515830],[-1270765,1514463],[-1269635,1515269],[-1270691,1514062],[-1268056,1514248],[-1268484,1513761],[-1267269,1514534],[-1267852,1235556],[-1269746,1234834],[-1267313,1234373],[-1288718,1433436],[-1288853,1432906],[-1281336,1445880],[-1280110,1445308],[-1287169,1441621],[-1280465,1446680],[-1283349,1469414],[-1283418,1469484],[-1283370,1469867],[-1283691,1469444],[-1280051,1471403],[-1280102,1471123],[-1280716,1471674],[-1281180,1471998],[-1280448,1471140],[-1282024,1474487],[-1282266,1474287],[-1282266,1474158],[-1282097,1474691],[-1281969,1474355],[-1282504,1474115],[-1280662,1498340],[-1280497,1499509],[-1283167,1499404],[-1282361,1498879],[-1280864,1500657],[-1281306,1498454],[-1283772,1501785],[-1284851,1503591],[-1283633,1501022],[-1282242,1501813],[-1284271,1503233],[-1282974,1500967],[-1294259,1432478],[-1293804,1427870],[-1295978,1430392],[-1295526,1427667],[-1331042,1306090],[-1335337,1287604],[-1335523,1287648],[-1335641,1287762],[-1336162,1293234],[-1336242,1293303],[-1331293,1306032],[-1331303,1306222],[-1331426,1306190],[-1340810,1362395],[-1341203,1362348],[-1341088,1362191],[-1340885,1362178],[-1363255,1021367],[-1390169,1330521],[-1390158,1330815],[-1388956,1334952],[-1390395,1332014],[-1390256,1334242],[-1394160,1072608],[-1394101,1072486],[-123940,186291],[-122729,186146],[-123897,185076],[-124025,184169],[-116771,179758],[-127912,186791],[-124451,233743],[-124719,233619],[-123555,237445],[-123627,234923],[-120752,238968],[-121640,236102],[-120994,240735],[-122009,240594],[-120926,241824],[-121575,240365],[-122584,240672],[-123147,239920],[-123914,249837],[-125808,250377],[-125875,249019],[-126429,251116],[-125436,252235],[-125169,246823],[-123379,245927],[-122480,247321],[-121871,243480],[-120133,251039],[-120369,248371],[-119792,250286],[-118159,249684],[-117734,251097],[-120804,249865],[-127725,473388],[-127381,472279],[-116692,482019],[-117250,481613],[-117761,480673],[-116771,481318],[-116788,481329],[-117250,481107],[-118149,583176],[-118618,586356],[-120505,583483],[-120218,583994],[-120199,583965],[-119539,584689],[-119347,583803],[-119789,583791],[-116399,589422],[-116591,589297],[-116685,589345],[-127749,596846],[-118485,609815],[-118890,610159],[-118025,609646],[-117130,613823],[-123644,621241],[-123638,622251],[-122257,621966],[-118587,616365],[-118537,617160],[-118285,616983],[-118438,630633],[-118567,630701],[-119699,630929],[-1398739,1076676],[-1398744,1076766],[-1398362,1077579],[-1398506,1077558],[-1399422,1075933],[-1399925,1157732],[-1399999,1157449],[-1395273,1235172],[-1395680,1235355],[-1395235,1235422],[-1395503,1235138],[-1395307,1235496],[-1395216,1235095],[-1395747,1235074],[-1409760,1112198],[-1409864,1112196],[-1409665,1112181],[-1421430,1069968],[-1421648,1069871],[-1444988,1081239],[-1445147,1081330],[-1441317,1227803],[-1437130,1229816],[-1436766,1229754],[-1437263,1229179],[-1436914,1229151],[-1458780,1340242],[-1458637,1340180],[-1459164,1340484],[-1456603,1341357],[-1456240,1342053],[-1457306,1343083],[-1455733,1341241],[-1456051,1341255],[-1456344,1341844],[-1465237,1338661],[-1465205,1337208],[-1465835,1338275],[-1465684,1338879],[-1465755,1338441],[-1466558,1338063],[-1466505,1338711],[-1464935,1337870],[-1466526,1336309],[-1465548,1336855],[-1466059,1337244],[-1465535,1335999],[-1465952,1337137],[-1465907,1334719],[-1464716,1337666],[-1463628,1339118],[-1463943,1338148],[-1464675,1338652],[-1463692,1339019],[-1463349,1338993],[-1461665,1337576],[-1462234,1337281],[-1462480,1337702],[-1462300,1338401],[-1462041,1337864],[-1462265,1337346],[-1463520,1339999],[-1463665,1339792],[-1463424,1340342],[-1463833,1340561],[-1463668,1339921],[-1464883,1341259],[-1459417,1341474],[-1459849,1339891],[-1468598,1343751],[-1467546,1343069],[-1468275,1343548],[-1468115,1343365],[-1467788,1343806],[-1467780,1343016],[-1468096,1343833],[-1468698,1343422],[-1469143,1343736],[-1468678,1342874],[-1469576,1343549],[-1468655,1343155],[-1468819,1343007],[-1467906,1344831],[-1467850,1344798],[-1468037,1344731],[-1467985,1344730],[-1468377,1345488],[-1468143,1346070],[-1463020,1032582],[-1462920,1032330],[-1462752,1032272],[-1463280,1032345],[-1462962,1032804],[-1463194,1032631],[-1462812,1032675],[-1462758,1032821],[-1483165,1344196],[-1481363,1343918],[-1483003,1344405],[-1482377,1344444],[-1483538,1344842],[-1483542,1345773],[-1483249,1345276],[-1475676,1345705],[-1475062,1346528],[-1475657,1346302],[-1476228,1346217],[-1490077,1074759],[-1490065,1074850],[-1507544,1360651],[-134641,186320],[-135060,186549],[-131535,181865],[-132188,182967],[-134048,183442],[-129787,187243],[-129358,184409],[-136702,184977],[-138509,183629],[-135748,185621],[-139351,190559],[-135716,187275],[-135782,185498],[-135228,225452],[-135992,225599],[-135046,225837],[-134824,226816],[-137269,225628],[-135197,225714],[-131066,224482],[-129859,225307],[-131227,224292],[-131857,224460],[-131877,225206],[-131968,224008],[-135343,222818],[-140642,235988],[-138211,232175],[-139749,234993],[-140024,236929],[-138936,235085],[-135797,241003],[-134546,240076],[-139322,242178],[-135556,242049],[-138368,248461],[-140622,247240],[-137443,248053],[-139165,248752],[-138910,248904],[-139213,246912],[-137426,244494],[-138568,244674],[-135031,246378],[-132660,247623],[-132215,247848],[-133874,247665],[-134048,246715],[-134359,248826],[-128035,251626],[-134155,249738],[-135428,251670],[-136080,249621],[-131904,473497],[-131186,473660],[-132176,473185],[-132536,473061],[-130950,473582],[-136574,473194],[-137046,473173],[-137038,473329],[-137277,473259],[-135942,472984],[-136866,472123],[-129168,473085],[-128508,471899],[-128600,472354],[-128328,473368],[-131366,473994],[-140625,476489],[-140673,476112],[-135031,479355],[-133862,479761],[-135035,479937],[-133971,479586],[-134197,480183],[-135105,479276],[-134881,486536],[-134030,486594],[-134974,486726],[-135222,487854],[-135180,488041],[-132616,496072],[-133980,487005],[-134488,575748],[-128204,596312],[-128027,596597],[-128329,596832],[-128508,598984],[-128259,595766],[-138077,625571],[-138481,624871],[-138560,624693],[-138333,624675],[-131942,637451],[-129981,637750],[-129920,637758],[-135106,632063],[-137574,630141],[-137600,630336],[-138420,630774],[-136316,628864],[-1530528,1340959],[-1532736,1336797],[-1532194,1337038],[-1532556,1337625],[-1532703,1336485],[-1532095,1335985],[-1535608,1340473],[-1535581,1340564],[-1535636,1340658],[-1534833,1341444],[-1535946,1340815],[-1534931,1341437],[-1526851,1340894],[-1527884,1340467],[-1528078,1342020],[-1528142,1340423],[-1526904,1341282],[-1525013,1340284],[-1531404,1340265],[-1530299,1343047],[-1526789,1340073],[-1529586,1338426],[-1532246,1344906],[-1527062,1346012],[-1526580,1344414],[-1530130,1347167],[-1568379,984522],[-1568347,985142],[-1566913,985578],[-1568137,986416],[-1567714,985911],[-1567912,987154],[-1578905,1024443],[-1633847,1005119],[-1635261,1006419],[-145655,183816],[-144982,183200],[-145263,182460],[-145494,180870],[-144516,184616],[-144114,182069],[-151215,180320],[-153116,182157],[-152135,180458],[-144077,229564],[-142644,228859],[-142669,233009],[-143439,231997],[-142768,231820],[-145117,232444],[-141275,234075],[-143001,232684],[-143256,237702],[-142809,236831],[-142293,236126],[-141481,235854],[-141668,238373],[-140965,235029],[-145940,230695],[-143612,338976],[-143241,339251],[-143991,338774],[-144457,338516],[-143741,338850],[-143689,338894],[-149820,339237],[-149174,338954],[-149479,339632],[-149421,338493],[-150774,338237],[-149355,338887],[-150723,347449],[-151888,348425],[-151615,347574],[-151168,348919],[-150631,348462],[-151164,347868],[-153309,354375],[-152529,357607],[-153295,357839],[-152784,357385],[-145198,350642],[-146487,350296],[-146273,350757],[-146651,350891],[-146604,349947],[-145428,350893],[-152997,358891],[-152278,359066],[-151925,359470],[-148164,361627],[-147929,361240],[-148628,361629],[-148080,361819],[-149057,362760],[-149306,362500],[-153061,366958],[-153331,367951],[-142074,395806],[-141343,391676],[-141028,392155],[-142166,397106],[-142592,397243],[-152799,430218],[-152995,429390],[-152713,430532],[-142806,468536],[-142262,468656],[-142261,469534],[-141682,468344],[-141788,468709],[-142379,469685],[-141683,476973],[-142394,475979],[-140854,475652],[-140943,476425],[-142494,483840],[-143019,484349],[-142455,484562],[-143536,484808],[-141925,483836],[-143245,484823],[-148519,486201],[-148761,486111],[-149071,486554],[-149871,486584],[-149860,486216],[-148456,487157],[-145917,587647],[-149785,592309],[-158886,175248],[-159309,177923],[-154685,178606],[-155645,178508],[-166118,186803],[-164253,186779],[-165196,187792],[-165665,186351],[-158949,181963],[-159503,180426],[-160636,181486],[-159397,182962],[-153652,179744],[-157155,345298],[-158136,345470],[-156862,345060],[-158136,344953],[-158087,346295],[-157699,345974],[-153843,354889],[-154057,353552],[-154712,354506],[-154074,354068],[-153907,354166],[-158753,352410],[-158432,353352],[-158626,352322],[-158096,353644],[-158454,356934],[-159004,354169],[-159303,353237],[-159195,357486],[-159553,358414],[-159916,357829],[-160001,357661],[-158886,358661],[-153635,368183],[-153848,367321],[-153617,367374],[-154525,367160],[-165581,422265],[-166099,421309],[-165008,422469],[-166253,421485],[-165977,421334],[-157962,422271],[-157082,421553],[-157787,422070],[-156916,421738],[-157651,422295],[-158071,422275],[-158963,416228],[-159059,417134],[-158046,417232],[-158916,417073],[-159309,417414],[-159499,416867],[-159245,411314],[-158885,412190],[-159041,411911],[-159292,412228],[-158751,412756],[-160045,411591],[-164593,431269],[-165806,430841],[-165661,430012],[-164639,431156],[-165919,431322],[-166071,430571],[-155060,425832],[-156374,425482],[-155341,426919],[-155723,426201],[-154351,426482],[-155170,426281],[-154053,429534],[-154403,429176],[-154249,429074],[-163138,426013],[-162958,425828],[-161613,426259],[-162403,426809],[-162507,427258],[-161872,425900],[-163804,559284],[-167279,187753],[-166881,185732],[-172691,189449],[-169716,191776],[-170374,191532],[-171779,190178],[-168758,191229],[-169384,191061],[-179143,237392],[-171624,245392],[-178311,285893],[-178180,284117],[-176240,289040],[-174965,285650],[-174463,283628],[-175477,289173],[-174484,287142],[-175731,284550],[-172845,285768],[-173372,286594],[-171806,288096],[-173401,288833],[-173108,289221],[-175058,289777],[-173318,298353],[-175386,299995],[-171606,299651],[-172728,295353],[-171331,297424],[-171160,298647],[-173714,302763],[-174478,301531],[-175374,305213],[-173673,301398],[-174381,305321],[-174187,302653],[-171493,296252],[-170232,296022],[-171478,298105],[-168905,297163],[-171776,294920],[-172179,298408],[-166524,421262],[-167560,427252],[-167830,427097],[-168228,426244],[-167640,427072],[-167973,426495],[-167475,427120],[-172029,428303],[-173650,428469],[-172326,427379],[-173411,427303],[-172826,428647],[-171442,428209],[-168568,428298],[-168197,428274],[-167861,428874],[-168343,428584],[-168478,429228],[-168481,428561],[-171416,550650],[-185373,174611],[-181973,173018],[-185070,173847],[-184043,175619],[-185360,173224],[-184773,174235],[-181932,177599],[-180417,174169],[-183093,177488],[-182072,174223],[-182571,179068],[-182005,177238],[-188279,178239],[-189323,177924],[-187202,175265],[-187178,175620],[-187895,174254],[-191835,175936],[-186268,183177],[-185496,182219],[-184950,183052],[-182789,180846],[-183673,181174],[-185787,182776],[-180058,239967],[-181538,239737],[-180659,238453],[-181528,237436],[-181788,239155],[-188634,255305],[-188246,253232],[-186727,255709],[-191095,254715],[-188576,255217],[-191787,254752],[-190479,251021],[-191705,285033],[-190886,284171],[-180708,285197],[-180598,284979],[-179880,286864],[-179459,285139],[-187096,283808],[-184152,282497],[-183680,283856],[-184364,285528],[-182569,283447],[-186956,282774],[-189679,466118],[-193277,176215],[-193718,177015],[-192237,180799],[-193410,179624],[-193245,181847],[-194122,179563],[-193288,233876],[-192586,234052],[-194384,233704],[-193100,231249],[-193348,232418],[-193194,230929],[-196234,290389],[-195157,287950],[-198246,289203],[-198182,289773],[-196305,290506],[-196286,288718],[-194959,284437],[-193548,285286],[-193200,285199],[-195909,284906],[-201951,284075],[-212907,174272],[-212494,172785],[-213063,174155],[-212682,174517],[-213414,173813],[-226103,-648785],[-223961,-648464],[-220675,-646014],[-227580,-649923],[-226706,-649422],[-226969,-646817],[-219621,-663883],[-223736,-657359],[-221590,-662857],[-222796,-658221],[-225190,-658848],[-224198,-660026],[-228589,189592],[-237374,-650937],[-233016,-648872],[-233129,-650811],[-234039,-653403],[-232978,-653733],[-232393,-652948],[-239259,-661918],[-238330,-656163],[-236792,-656937],[-237222,-660214],[-240161,-657749],[-235360,-654890],[-238878,191211],[-240858,195889],[-240177,195436],[-242134,196988],[-241626,194784],[-240108,199156],[-240862,195660],[-238769,194721],[-238803,193579],[-239365,195253],[-239768,194942],[-241532,469129],[-2608,134612],[-2931,136361],[-2495,139167],[-5231,136508],[-8276,137203],[-7533,137527],[-4372,138108],[-5265,137480],[-5799,139949],[-5668,138874],[-3500,138177],[-5230,137142],[-1302,138474],[-930,137424],[-2150,137730],[-1026,137697],[-2282,136593],[-7095,133186],[-8316,134388],[-6856,134166],[-7555,133563],[-7988,134810],[-8133,134000],[-11913,140253],[-8007,130475],[-6304,146884],[-3859,144072],[-4114,144174],[-6278,146595],[-6014,145650],[-6256,147401],[-173,148338],[-112,150818],[-11112,141611],[-9849,141865],[-11021,142277],[-9034,144002],[-10796,143482],[-7600,151981],[-3443,149518],[-945,151330],[-7157,158598],[-9568,162071],[-7505,157914],[-5873,157624],[-10222,161224],[-7459,165592],[-4932,165084],[-7821,164807],[-5940,165304],[-11533,163840],[-12449,165767],[-8953,158980],[-1291,165602],[-10226,173543],[-9487,166827],[-12506,166872],[-11156,166730],[-11639,167958],[-9969,167417],[-9921,168272],[-3514,171311],[-5597,173059],[-6103,173126],[-6322,170917],[-2115,169955],[-3862,171475],[-3420,174131],[-4179,176872],[-2797,174165],[-1757,174113],[-3381,175375],[-3876,174512],[-6829,170119],[-12722,217403],[-11469,212640],[-10911,212314],[-11593,216959],[-11239,212848],[-11047,212854],[-11725,224218],[-12311,224741],[-11854,219656],[-12288,220436],[-10145,228599],[-9319,227068],[-10753,224083],[-10236,221856],[-10132,226029],[-6724,227512],[-9728,407845],[-10729,406454],[-10516,407613],[-9863,406615],[-10738,407248],[-9898,406910],[-10867,401904],[-9987,402549],[-10620,401628],[-10982,401830],[-11761,400949],[-11435,400544],[-12379,397897],[-11983,397954],[-12341,397963],[-12504,398412],[-12482,399414],[-606,94649],[-6115,97381],[-7762,98442],[-11029,97850],[-5832,97966],[-4246,96541],[-6673,93198],[-2934,100630],[-2728,100378],[-225,100596],[-165,103043],[-1053,103179],[-5977,105195],[-4950,104926],[-6617,110422],[-3815,113992],[-3501,123772],[-3277,125909],[-11763,125866],[-8270,127591],[-10224,126226],[-8570,127255],[-255957,191648],[-255125,185910],[-252980,180469],[-253193,183215],[-253506,183334],[-251217,184725],[-253234,182987],[-251527,184248],[-248232,192266],[-248308,194202],[-249464,194763],[-250201,192527],[-247859,193610],[-249672,194000],[-248681,457588],[-258079,190322],[-259120,190785],[-256810,191680],[-256327,189717],[-257643,183676],[-257406,184554],[-259134,185361],[-257973,182397],[-256380,183598],[-258110,193425],[-259356,462247],[-289245,-619919],[-286993,-636288],[-285380,-848314],[-284948,-848789],[-284672,-845084],[-284348,-846680],[-295749,-637042],[-295657,-638172],[-319667,-606398],[-310914,-674420],[-311389,-674852],[-307684,-675128],[-309280,-675452],[-323429,-609208],[-321578,-606786],[-321566,-606807],[-323035,-608841],[-321383,-609178],[-323512,-824393],[-322758,-833149],[-321628,-833057],[-343973,-654907],[-340898,-659848],[-342473,-657556],[-340952,-656279],[-340649,-658776],[-351279,-592902],[-349912,-595289],[-347255,482209],[-368442,-830451],[-369572,-830543],[-367688,-839207],[-16342,128799],[-19734,132144],[-15258,129167],[-14703,129697],[-13995,129081],[-13280,130258],[-13726,131025],[-12976,131732],[-14590,136466],[-15952,150221],[-14814,148378],[-15078,147984],[-14235,149648],[-14094,161210],[-13413,165187],[-14412,165158],[-13695,161986],[-23653,185468],[-16985,211997],[-14642,210383],[-13496,207841],[-14809,209245],[-15614,215451],[-16122,210236],[-20559,214447],[-16668,209232],[-20422,215534],[-17771,210258],[-13578,219280],[-14863,220786],[-15100,219395],[-15268,225924],[-14297,228946],[-15187,225287],[-13651,221752],[-24482,235516],[-24759,236343],[-24881,235383],[-23241,233204],[-22883,232916],[-22644,236448],[-24730,237276],[-24150,235562],[-24949,236718],[-22479,236942],[-23214,237447],[-24321,345028],[-25555,343931],[-23865,344332],[-24482,343908],[-25548,345368],[-25181,362619],[-24502,364079],[-20408,367568],[-19349,399402],[-18315,399602],[-17984,400304],[-18242,400889],[-18182,400702],[-18295,400565],[-18565,405212],[-17468,405257],[-18387,404249],[-17393,405241],[-17647,405512],[-16850,405525],[-12826,399241],[-20857,399372],[-21886,400346],[-20166,399030],[-20662,399926],[-19656,399034],[-19904,399291],[-25164,602088],[-21473,111732],[-17530,108193],[-16659,110416],[-24774,123728],[-16264,125609],[-382782,19232],[-385840,6510],[-386594,10420],[-391261,23592],[-392830,29570],[-405820,-815286],[-406252,-814811],[-406528,-818516],[-406852,-816920],[-399336,46796],[-399879,47147],[-399731,47598],[-405553,39559],[-398777,47382],[-398805,47808],[-434318,-574404],[-426467,-570933],[-426940,-567584],[-441489,-575441],[-441602,-578665],[-437266,-580981],[-445729,-581121],[-451269,-575496],[-459487,-575707],[-449065,-578537],[-453109,-576431],[-452297,-577424],[-458202,46750],[-456678,55738],[-454610,57139],[-457112,71949],[-454972,88131],[-452727,100643],[-448120,105792],[-456426,120167],[-458139,120286],[-471791,-568813],[-467823,-570459],[-472588,-570097],[-467149,-573257],[-472472,-572144],[-472682,-575187],[-473313,22337],[-471460,21737],[-468533,26243],[-462455,48516],[-467027,52530],[-471482,60896],[-472531,110924],[-472588,110638],[-470574,119708],[-485085,-22091],[-484741,-25319],[-483004,-31009],[-483642,-35203],[-486313,-37042],[-476565,-574281],[-474823,-574169],[-474697,-573313],[-485051,-42335],[-482181,-38625],[-482429,-41062],[-475587,25599],[-476091,25222],[-476727,26547],[-482667,101826],[-478479,100458],[-475060,113094],[-476685,102701],[-478333,103836],[-478941,104387],[-476918,107701],[-473661,108044],[-486429,-20922],[-486563,-21534],[-487541,-36585],[-495285,-32215],[-495812,-32447],[-497684,-35848],[-491709,-37224],[-495080,-34277],[-497102,-37601],[-497732,-32774],[-492270,-40805],[-494590,100590],[-33916,152503],[-31984,157105],[-32037,157770],[-32002,155891],[-31722,158095],[-29743,157038],[-32101,171815],[-33118,170942],[-34443,168853],[-27040,178668],[-28554,175000],[-26994,176714],[-30959,172973],[-28485,175049],[-28495,175389],[-27067,175846],[-30548,169965],[-32045,170456],[-31313,170995],[-31795,169647],[-30413,167576],[-30462,170299],[-32932,167040],[-31537,167310],[-31723,169756],[-27032,182052],[-34995,190233],[-34007,190113],[-34582,190854],[-35812,191834],[-33890,190621],[-33413,192638],[-31889,194703],[-31477,196339],[-30702,195451],[-31307,194126],[-31435,195382],[-33757,196048],[-27040,237115],[-27019,234467],[-29200,237405],[-33742,235574],[-29745,237805],[-31037,231751],[-30094,233652],[-29924,232699],[-27899,235253],[-28153,235555],[-28880,235272],[-28794,234686],[-28328,235551],[-29116,233743],[-30699,239343],[-28814,239667],[-30371,239567],[-33458,344917],[-32647,344588],[-34481,347097],[-33766,347397],[-31379,355610],[-31321,355634],[-28319,355769],[-30015,354720],[-30120,356137],[-30283,356158],[-28289,351675],[-30870,354869],[-28169,352679],[-30878,354317],[-31022,352482],[-27894,351873],[-33839,348978],[-34650,350375],[-34315,349758],[-34680,348105],[-26207,364136],[-27264,364160],[-26403,360550],[-27956,363875],[-34151,389660],[-29755,426849],[-501637,-36732],[-516322,-561498],[-512896,-560190],[-514877,-558708],[-515530,-561139],[-513073,-563548],[-517077,-564046],[-535909,-557090],[-532534,-564950],[-534230,-566724],[-533826,-566946],[-535794,-564587],[-535506,-566390],[-535181,-566641],[-538801,-557969],[-546035,-556961],[-543116,-562525],[-544228,-560838],[-547813,-560339],[-538746,-571733],[-545280,-564682],[-545759,-564108],[-548099,-567743],[-543316,-570913],[-545542,-563902],[-543431,-565584],[-541480,-563626],[-538520,-568128],[-546640,-564951],[-545677,-566455],[-537874,-566893],[-538941,-563919],[-539347,-567682],[-546391,-50777],[-544623,-54304],[-549437,-52542],[-550344,-52490],[-549053,-58157],[-550064,-57737],[-551740,-116849],[-551804,-118960],[-550960,-115418],[-556182,-127417],[-554428,-485162],[-553565,-485051],[-553063,-484277],[-561459,-494219],[-561209,-493815],[-561928,-493723],[-562956,-494270],[-562504,-494953],[-562967,-496411],[-553982,-486471],[-553923,-486820],[-552877,-487688],[-563188,-495925],[-563088,-496518],[-560013,-500625],[-550610,-565067],[-555015,-45020],[-551691,-48812],[-553232,-55130],[-562581,-54428],[-552235,-57472],[-556015,-59829],[-561896,-78931],[-561836,-80239],[-561321,-79998],[-559869,-77731],[-554320,-110421],[-555038,-111202],[-551145,-110386],[-554311,-110323],[-553895,-110669],[-554560,-112939],[-565084,-116337],[-573518,-494885],[-574496,-490465],[-567075,-488759],[-566113,-488599],[-566526,-491008],[-566673,-491305],[-567075,-490209],[-566464,-490249],[-567076,-490347],[-566997,-488263],[-565779,-489562],[-565098,-508143],[-570350,-505825],[-570653,-505541],[-565824,-503785],[-568489,-504400],[-571909,-568130],[-571646,-568289],[-572090,-566169],[-566533,-565520],[-573548,-572166],[-563314,-78893],[-575373,-83486],[-569602,-97509],[-566842,-98677],[-568544,-94556],[-566424,-105288],[-564762,-105237],[-581316,-164185],[-579315,-173471],[-582043,-170815],[-584521,-168785],[-585751,-169871],[-588113,-188438],[-588370,-187997],[-577287,-488527],[-577352,-491304],[-578607,128539],[-582244,130143],[-581342,136693],[-582972,134265],[-579782,126850],[-590869,-176294],[-594495,-175324],[-588925,-181266],[-590176,-186198],[-591504,-186827],[-592561,-186473],[-590750,-191522],[-589374,-191018],[-590889,-188187],[-590337,-188296],[-590650,-187564],[-589767,-188626],[-596198,-182379],[-591080,-182565],[-601440,-200010],[-591672,-199202],[-592513,-194815],[-590739,-192401],[-589555,-192361],[-592410,-246094],[-593061,1792832],[-607795,-251041],[-609077,-250645],[-613173,-253185],[-608563,-251214],[-608579,-251738],[-609500,-271084],[-610417,-271981],[-612119,-271024],[-613199,-270663],[-613319,-281104],[-612956,-272758],[-614547,-273866],[-617072,-272427],[-615158,-273325],[-616392,-273405],[-614471,-278860],[-614668,-275485],[-615038,-282712],[-626477,-293501],[-40290,153094],[-40706,152477],[-40175,153081],[-41039,153159],[-39629,154286],[-39156,154361],[-42929,317255],[-49900,314365],[-48839,314517],[-50455,317340],[-43242,319309],[-43802,323729],[-44752,323995],[-46299,322559],[-44334,324383],[-45738,323269],[-43800,324017],[-50747,320511],[-47321,321772],[-46909,325265],[-48257,320612],[-46488,321213],[-42812,321443],[-41860,320924],[-42958,321623],[-44014,321330],[-42789,320226],[-47689,393600],[-39929,399735],[-39460,401405],[-39740,401058],[-39749,401793],[-39376,401074],[-39286,401281],[-40718,401379],[-43002,409319],[-42702,408909],[-42305,408781],[-41726,408796],[-41293,408552],[-42005,409452],[-43594,433576],[-49156,448139],[-49089,447964],[-47733,447551],[-47510,447535],[-49715,454754],[-48969,454728],[-48228,455831],[-48232,454170],[-49222,455108],[-49345,454498],[-48282,448492],[-48097,448246],[-50705,460750],[-49329,462790],[-50554,461280],[-49293,462391],[-50402,462807],[-50931,462395],[-50841,600723],[-50423,608312],[-49324,607502],[-50466,608423],[-49481,608002],[-49476,608437],[-47421,609547],[-49622,611791],[-47995,612197],[-49602,611403],[-50061,610527],[-50037,611952],[-50063,610443],[-46716,615718],[-635356,1748095],[-641224,-151633],[-640038,-151000],[-651625,-150011],[-651600,-150030],[-651605,-150077],[-652612,-149362],[-652585,-149257],[-645965,-178975],[-645971,-178932],[-643523,-184838],[-643204,-184911],[-643095,-185079],[-645295,-183228],[-650508,-199638],[-652024,-205525],[-651999,-205545],[-640261,1699335],[-642486,1704544],[-642081,1734445],[-649309,1750098],[-650821,1757881],[-657716,-149067],[-657211,-150370],[-654360,-149483],[-654468,-149536],[-656418,-150044],[-654239,-183950],[-657018,-186339],[-654103,-183949],[-653817,-180667],[-653739,-180862],[-653482,-179793],[-654716,-180791],[-654739,-180700],[-654616,-180841],[-660358,-192772],[-662725,-203778],[-661647,-204496],[-665538,-204244],[-664235,-196671],[-664098,-196850],[-661593,-196285],[-661427,-193521],[-660170,-194241],[-661142,-193212],[-663483,-204998],[-656278,-208126],[-656357,-208286],[-661792,-205942],[-656474,-207952],[-656421,-208024],[-673837,-188875],[-673937,-188995],[-673824,-188939],[-673988,-188134],[-674840,-187677],[-674291,-189386],[-674595,-188070],[-673826,-188159],[-666287,-203360],[-677797,-204397],[-678204,-204308],[-666559,-203412],[-666563,-198505],[-675760,-205798],[-675499,-205601],[-674536,-205634],[-674825,-206260],[-678590,-185760],[-678905,-185669],[-679946,-188341],[-678751,-190048],[-680276,-188438],[-679046,-186152],[-679869,-204231],[-684577,1663096],[-699969,1665264],[-699239,1686261],[-724836,1685086],[-738519,1672798],[-732939,1688146],[-736072,1691379],[-738438,1693671],[-737650,1694090],[-736980,1691274],[-738203,1690539],[-739655,1691172],[-731026,1690172],[-737069,1690781],[-737191,1693558],[-735390,1695957],[-734835,1695627],[-60518,136674],[-60138,134290],[-59441,132801],[-63592,131099],[-63305,131123],[-51265,133955],[-58103,158995],[-55758,156354],[-55582,157418],[-56037,155980],[-52062,154899],[-52560,155833],[-53237,164061],[-54303,161042],[-58854,181984],[-51326,319804],[-54852,316795],[-52117,315584],[-62280,316093],[-63061,316919],[-63169,316585],[-63036,317946],[-62695,319044],[-60401,319288],[-52265,315033],[-61548,320833],[-60504,320841],[-60804,321714],[-61921,322123],[-55292,340942],[-55890,338975],[-55462,339934],[-56509,339604],[-54715,339097],[-52845,339986],[-60184,341948],[-59800,341377],[-59019,338053],[-61788,341740],[-56593,341982],[-53630,375525],[-56247,458484],[-55750,458605],[-56359,457774],[-55684,457663],[-54855,457754],[-56876,458109],[-52923,465037],[-53298,464611],[-53728,466091],[-52942,465687],[-54381,465120],[-53652,467263],[-62803,590607],[-59448,597121],[-59696,597295],[-59730,598124],[-60877,598162],[-60759,598260],[-60785,597050],[-59338,596057],[-58208,596963],[-58912,597531],[-57871,595481],[-58641,597016],[-58343,595033],[-59088,595824],[-51803,600290],[-56348,601621],[-54322,601725],[-55461,601308],[-59973,594940],[-60123,593363],[-62568,591782],[-59194,595168],[-59725,595588],[-60954,591219],[-60084,592117],[-59722,606208],[-59436,607391],[-58772,606660],[-59463,606809],[-58974,605516],[-60094,607099],[-59224,605725],[-55548,601873],[-51705,601913],[-63572,612322],[-63024,125432],[-57345,124073],[-57147,123632],[-59354,123067],[-60254,126542],[-60045,124770],[-60635,126606],[-52596,117317],[-53166,118713],[-759736,1647356],[-765963,1663256],[-758647,1662373],[-766675,1663859],[-766768,1663885],[-761972,1665898],[-761053,1665185],[-759793,1682132],[-756391,1685121],[-779105,1633556],[-775567,1639089],[-789829,1605660],[-787077,1606617],[-802357,1626225],[-812385,1581897],[-806652,1588779],[-809064,1620514],[-812461,1617316],[-830051,1584416],[-834340,1586292],[-842995,1588625],[-843164,1587421],[-832590,1607906],[-838323,1620016],[-838378,1619819],[-839551,1620544],[-838271,1617559],[-840476,1618976],[-840162,1620404],[-862034,1570270],[-64340,131020],[-74571,136146],[-74817,136200],[-73628,129507],[-74051,131375],[-74622,131240],[-74054,129630],[-73114,131904],[-75551,152329],[-73517,174621],[-72659,174045],[-72780,174433],[-72631,174670],[-73433,174638],[-73323,174272],[-68349,317011],[-64582,315912],[-66232,323136],[-66954,323432],[-66769,326826],[-66478,326660],[-65845,323521],[-64912,324568],[-71359,326246],[-71475,331141],[-69966,330635],[-70141,329924],[-70666,327442],[-69555,328075],[-70103,342161],[-70273,594838],[-70184,594683],[-70174,594825],[-70477,594363],[-69865,594429],[-70647,594400],[-65740,597562],[-65796,597420],[-65639,597474],[-69131,589709],[-67492,590867],[-66491,590368],[-65855,591636],[-66639,591302],[-65380,589307],[-71778,603621],[-76359,612100],[-64955,604945],[-65496,607582],[-64818,607983],[-73600,626613],[-72164,628803],[-72240,629556],[-72836,628777],[-74630,632189],[-73595,631906],[-67907,630106],[-68007,629944],[-66948,629670],[-67556,629934],[-67844,628822],[-67584,629750],[-66586,630751],[-66365,630751],[-65279,633281],[-66623,631079],[-66696,630999],[-65793,630586],[-65081,633740],[-66755,631069],[-69804,641075],[-70653,640681],[-70410,641316],[-64487,122815],[-65080,122806],[-64183,124216],[-65537,123842],[-886292,1578264],[-890002,1578104],[-885686,1577971],[-905558,1573610],[-903169,1571737],[-903169,1571737],[-902965,1575382],[-914420,1590540],[-913026,1589121],[-928423,1581372],[-924167,1586042],[-924687,1582036],[-942977,1501098],[-997838,1450774],[-987797,1490814],[-988409,1490706],[-990774,1494858],[-991796,1494052],[-991600,1493891],[-991451,1494098],[-989037,1499553],[-1000542,1452787],[-998985,1452681],[-1000150,1453534],[-1006151,1487737],[-1005920,1488554],[-1006602,1488138],[-999602,1508789],[-77872,136058],[-77881,133814],[-77327,135281],[-84581,138838],[-82340,136502],[-84804,138843],[-83644,136085],[-81404,138759],[-82768,135993],[-86290,138442],[-87136,138038],[-86386,138121],[-86833,138277],[-86492,137865],[-84102,145784],[-86144,146156],[-81322,144199],[-86152,145709],[-79914,150167],[-77167,147093],[-76907,148203],[-77225,147841],[-78010,147537],[-78680,148902],[-80823,142908],[-81322,143410],[-81011,143762],[-81674,143200],[-81715,143417],[-81263,143135],[-87209,144040],[-86391,144068],[-87061,144184],[-87069,144408],[-87611,146995],[-86922,148055],[-88205,145639],[-86979,145554],[-86902,148679],[-86940,147888],[-88282,153914],[-86316,155040],[-76960,154242],[-79127,154043],[-77334,155059],[-77027,154928],[-83815,160489],[-79330,158812],[-84313,208718],[-81298,319506],[-83511,318507],[-84664,318854],[-82024,318486],[-81988,318181],[-81111,319750],[-87051,319907],[-85740,319417],[-85839,319365],[-88187,314051],[-78729,330099],[-80188,330338],[-80437,329867],[-79469,329831],[-78399,329433],[-79414,330793],[-80879,326737],[-80439,325953],[-81916,328029],[-80343,327050],[-81320,323947],[-87604,334323],[-87980,334373],[-82364,363731],[-83466,364599],[-82918,364563],[-82419,364050],[-83667,364609],[-83343,365045],[-85531,359810],[-84785,359908],[-86009,360815],[-88992,469563],[-89526,470334],[-89239,469518],[-89255,469757],[-89300,478040],[-89048,478677],[-88218,479411],[-88512,478833],[-87810,478035],[-88587,478214],[-82439,484998],[-82374,485679],[-81903,485431],[-81943,484782],[-82596,485438],[-82659,485500],[-84763,488655],[-85431,489741],[-85797,489400],[-85497,488641],[-85457,489504],[-84914,489479],[-80726,543547],[-88550,600626],[-89083,606732],[-89219,606611],[-89318,606841],[-88138,609160],[-89094,609178],[-89030,609255],[-85359,602729],[-87596,603105],[-86144,603911],[-87906,604564],[-87751,604179],[-84864,606558],[-84891,606243],[-85051,606203],[-87972,604476],[-84995,605574],[-85999,608129],[-85977,608982],[-87026,607830],[-83243,621900],[-83310,621806],[-78482,617872],[-80429,617824],[-81246,616384],[-82391,616732],[-79444,623362],[-78770,621751],[-78636,624279],[-77818,623859],[-78113,622705],[-87525,639555],[-87970,640031],[-77147,635072],[-89480,642143],[-84760,652076],[-80930,651138],[-77768,651227],[-89071,660489],[-80251,653074],[-1023472,1438773],[-1023271,1438977],[-1023096,1439110],[-1023259,1438537],[-1023209,1439109],[-1022243,1438627],[-1023329,1443002],[-1023239,1442945],[-1018036,1528767],[-1031412,1521239],[-1032667,1567780],[-1047755,1409813],[-1039087,1484067],[-1044873,1486451],[-1044866,1497017],[-1040810,1503766],[-1040659,1504521],[-1040216,1559526],[-1055023,1426502],[-1056200,1450665],[-1056307,1454427],[-1050616,1496399],[-1049705,1495921],[-1057287,1546200],[-1066851,1392078],[-1065216,1435601],[-1071512,1467149],[-1069383,1483332],[-1067127,1495843],[-1062520,1500993],[-1080617,1461980],[-1080388,1461834],[-1080943,1461655],[-1081056,1461835],[-1080591,1461814],[-1079699,1461791],[-1100424,1419756],[-1092440,1425958],[-1095238,1428446],[-1096969,1438891],[-1100898,1361036],[-1109809,1455563],[-1109698,1454831],[-1109811,1455613],[-1123044,1395323],[-1122032,1395770],[-1122821,1395405],[-1122221,1395846],[-1122653,1395415],[-1124355,1416105],[-1131521,1383638],[-1127452,1383988],[-1129860,1481269],[-1129092,1480422],[-101126,200616],[-93382,318850],[-91762,328570],[-91240,329601],[-92298,328144],[-92006,329851],[-92652,330988],[-92297,331234],[-95961,326032],[-94468,327456],[-94320,327324],[-93593,325671],[-95918,326809],[-89811,332281],[-89864,332503],[-95844,322143],[-93255,321257],[-97217,473458],[-96889,472925],[-97501,472973],[-96515,472322],[-96318,473465],[-96962,472938],[-89917,470733],[-90232,470872],[-91782,481640],[-91437,482453],[-91449,482074],[-90980,481839],[-91239,481666],[-91630,481877],[-96494,490051],[-96846,490305],[-97465,490174],[-96436,491439],[-97394,490165],[-96478,489997],[-102344,588977],[-101372,587348],[-100996,586124],[-100928,587170],[-100444,587039],[-100913,589872],[-101134,589248],[-101988,596896],[-99743,596282],[-101633,597936],[-90124,600690],[-91026,600983],[-93185,600038],[-93397,599040],[-92551,599999],[-94926,601314],[-90090,598634],[-91055,601394],[-94891,600292],[-91081,601293],[-99860,600724],[-99654,600506],[-99482,601123],[-101868,594125],[-91465,604615],[-91738,604859],[-91667,604645],[-91016,607211],[-91043,607082],[-90808,606780],[-91342,606807],[-91402,606603],[-91134,607247],[-93364,605491],[-93075,605474],[-93539,605207],[-91942,605936],[-92501,604600],[-93778,606376],[-90092,604262],[-89862,606240],[-90274,612790],[-90163,613587],[-90833,614361],[-101487,604689],[-101635,604773],[-102291,605732],[-90387,602060],[-96657,603497],[-93385,603593],[-95160,603700],[-95348,603456],[-101850,604684],[-94589,617607],[-94144,615221],[-93731,615122],[-91868,617494],[-91796,617666],[-92059,617654],[-91010,615872],[-97200,621520],[-96048,646563],[-95359,644625],[-92537,643792],[-93340,648862],[-89994,642065],[-90119,641976],[-97016,648588],[-96783,649670],[-99004,648979],[-99256,650713],[-101174,655847],[-100904,655018],[-99755,654757],[-90187,660597],[-90349,660508],[-92635,661630],[-91178,660925],[-90673,662203],[-92040,663043],[-91337,662821],[-1140163,1349318],[-1141533,1374165],[-1139802,1420246],[-1143778,1435405],[-1153003,1354712],[-1164169,1425115],[-1161121,1421465],[-1160274,1472361],[-1174703,1361550],[-1199048,1464418],[-1208079,1368986],[-1208102,1369391],[-1213836,1429672],[-1205064,1442546],[-1209435,1438542],[-1207724,1441766],[-1214085,1458928],[-1212384,1459051],[-1212757,1459120],[-1213986,1459272],[-1213854,1459134],[-1213790,1459591],[-1224192,1347179],[-1223765,1347483],[-1223700,1347137],[-1226891,1386176],[-1227373,1386414],[-1241191,1453225],[-1229882,1453581],[-1231876,1471515],[-1232556,1472037],[-1242990,1451262],[-1263476,1482597],[-1261718,1480219],[-1261996,1478672],[-1262458,1481005],[-1264371,1481726],[-1260872,1499103],[-1262805,1500018],[-1261191,1500069],[-1259978,1499801],[-1260289,1499875],[-1267119,1515586],[-1267024,1238776],[-1266700,1239453],[-114299,178983],[-111981,179312],[-113960,179693],[-113076,181988],[-113254,179952],[-110776,388592],[-112476,389858],[-110787,388719],[-107477,434308],[-107950,433515],[-107336,433385],[-107089,434409],[-107746,434539],[-107348,434109],[-103931,433313],[-103701,432997],[-105189,433165],[-103605,433465],[-104403,432534],[-103714,433595],[-104600,443103],[-104455,442384],[-104592,442309],[-104714,443543],[-104197,443170],[-104149,443052],[-111171,449479],[-111259,449233],[-111796,449329],[-111600,448589],[-111972,448812],[-111657,449387],[-111613,576168],[-102975,588037],[-103231,587830],[-108230,582459],[-108243,582771],[-108338,582701],[-108588,582976],[-108683,581444],[-113595,596638],[-113065,596191],[-109188,597572],[-112780,596965],[-113631,595820],[-107762,599416],[-104049,591592],[-104436,590248],[-115140,606213],[-103732,606181],[-103696,605966],[-105582,607673],[-105869,607692],[-105901,607817],[-107387,609294],[-109171,608819],[-110376,610824],[-110150,610640],[-110066,610961],[-111236,610726],[-111308,609921],[-111143,610078],[-113173,611466],[-109418,615306],[-109544,615081],[-104313,634694],[-102705,635226],[-102886,633685],[4026,134180],[414,136682],[9801,149376],[10524,152162],[5269,152734],[4711,151983],[10310,151664],[80,150230],[173,152109],[9768,160014],[12157,160354],[12148,157870],[626,162287],[11431,171775],[6995,177071],[7913,176360],[6453,177025],[7603,176505],[5565,176805],[500,169829],[879,168232],[12414,174753],[12099,175578],[11389,87990],[10460,90983],[9313,91055],[3153,96014],[4422,101432],[1962,100562],[2802,97385],[343,124856],[1287564,210897],[1285289,205743],[1287028,321161],[1289810,330527],[1290941,352597],[1292627,349693],[1280615,365604],[1281679,364636],[1280695,384092],[1303853,230168],[1305978,235542],[1313953,252524],[1315164,254814],[1309697,354145],[1308135,357096],[1309962,387165],[1309780,388378],[1327409,194202],[1327864,195658],[1320297,205906],[1321902,208372],[1330105,288083],[1325350,282633],[1329636,341634],[1341233,197830],[1332256,347640],[1346046,200445],[1346288,321981],[1345763,324410],[1356132,380256],[1358207,382102],[1363220,387026],[1368560,388786],[1386613,213543],[1390195,214645],[1384295,228450],[1385562,228732],[1407669,222519],[1405678,221729],[1406579,249481],[1405808,285765],[1399922,331492],[1395616,334825],[129266,592814],[132324,614595],[133201,613863],[131063,613760],[130143,613270],[131417,617593],[132205,616889],[130764,617348],[131279,615433],[128506,626005],[128890,615198],[129363,617531],[128823,672598],[128076,672497],[129124,673802],[130997,672466],[129912,673995],[137574,681709],[136705,683624],[131542,684016],[138629,687860],[136710,684524],[135878,688393],[134944,684738],[133220,690939],[136823,686056],[135054,685860],[135418,687399],[131863,688800],[128905,685996],[128165,690520],[128679,687282],[132641,687751],[130018,688000],[132612,689171],[131926,686834],[131163,703630],[133717,699684],[131805,692704],[133558,694986],[132724,693898],[129814,695558],[138103,709861],[138149,710614],[137100,716371],[138400,714746],[138606,713120],[140375,711818],[130809,738199],[132930,735564],[128709,736906],[128632,741177],[132291,737430],[128438,746981],[130926,748805],[129856,743315],[129893,748986],[136790,761263],[137243,762859],[140158,760647],[137847,761210],[131047,761818],[130490,761411],[130442,761512],[1409362,236364],[1411166,234856],[1408958,248390],[142042,404485],[145659,687531],[148010,687030],[145230,690441],[152029,690467],[144861,691047],[142735,684117],[145269,685257],[140942,683344],[146310,685719],[141056,680649],[144374,686203],[142482,687795],[142226,686473],[143371,683056],[148727,691482],[141188,692536],[150570,697647],[146050,702814],[147910,700572],[152536,701478],[142907,708826],[141637,708198],[141198,712497],[141762,707396],[141124,710886],[144175,715114],[143377,713107],[145317,716540],[141573,715415],[142936,727026],[141466,726019],[147241,725602],[145621,726599],[147663,723628],[151576,727943],[144570,729180],[146091,717011],[142866,717747],[144091,727226],[152093,731006],[145890,731508],[146228,733290],[142084,733795],[147335,736620],[143079,730975],[142112,732609],[143165,732855],[143367,732230],[143576,732629],[143484,731722],[143730,732502],[144940,732565],[144109,739195],[144922,739073],[145937,738928],[145408,738082],[143620,738185],[145633,738518],[144972,738233],[144846,738395],[146392,736922],[145719,736874],[145540,737303],[144980,736188],[143737,735628],[144411,734827],[144621,735120],[145029,736364],[145915,735076],[142893,762482],[140825,764132],[150877,767784],[153188,767110],[149255,767582],[152932,767857],[150892,777601],[151443,777010],[152466,778637],[151431,777293],[151962,775784],[152565,774425],[153258,776277],[149529,768745],[163356,407403],[153685,409193],[164648,503685],[163676,667505],[166055,670531],[158478,691354],[159344,690963],[158736,695481],[157561,699628],[158423,694186],[158189,692686],[159571,696578],[161172,697968],[166067,705941],[158465,736793],[160213,731170],[159076,737753],[165878,736651],[164809,737770],[159816,737598],[162648,735131],[162049,731557],[161927,735295],[160825,731859],[159556,735256],[164138,744959],[163021,745130],[157349,748856],[158077,745364],[157010,747518],[158717,743984],[158620,749364],[161426,750532],[164919,750162],[162320,748883],[160579,772693],[153666,768877],[154937,768880],[154060,769555],[170981,489597],[177434,601778],[172062,601648],[172581,597519],[170729,598224],[173589,601273],[173419,596657],[168069,600314],[174791,602371],[173874,605213],[173776,606727],[173964,606652],[170362,605112],[178896,658978],[175093,659310],[173201,678049],[174717,677588],[171794,677901],[171858,673483],[172017,688357],[177211,688845],[177275,691260],[177253,688093],[176950,688672],[176006,690879],[176872,685224],[173179,685871],[175034,686629],[172961,688819],[177709,687514],[173147,688511],[169391,684619],[168465,681156],[169234,682656],[170678,679228],[178783,679230],[177965,693650],[178243,697369],[169084,693473],[177558,692952],[174364,694036],[174897,691451],[178461,693987],[172821,696857],[174629,696768],[171061,698699],[172201,698040],[173063,699393],[173741,696359],[178890,699095],[178942,729434],[177321,729647],[176160,727841],[171717,723250],[170847,722828],[170722,721264],[168524,723344],[175216,742502],[175210,742407],[174309,742467],[175734,744772],[175390,746104],[175931,746276],[174741,743702],[173189,743980],[174806,743525],[166830,742758],[167607,758429],[176338,777741],[177865,772383],[176968,769529],[188872,584124],[181092,661450],[181239,653557],[181489,662606],[180540,657290],[190084,664745],[190085,661517],[191707,673966],[191741,671189],[189355,674565],[181142,676600],[184294,677277],[179964,676558],[183213,674107],[185893,680854],[183627,683312],[183562,684219],[182741,684575],[182131,686368],[183363,685118],[191633,679831],[179310,686102],[180102,689430],[182828,678787],[190584,685673],[190871,689699],[191642,689317],[186549,685601],[190486,685494],[190715,685210],[180437,693140],[182541,692732],[182064,694037],[181630,692982],[183360,702807],[183324,698199],[181721,698991],[185055,700430],[182667,694436],[185370,729007],[183828,725614],[185165,729188],[191568,736459],[191324,732355],[191519,735632],[190774,735406],[184667,737957],[184587,738125],[184486,739623],[182384,732529],[180363,732257],[182904,733470],[182531,735087],[190906,737966],[191573,739726],[190784,741497],[190296,742323],[185016,738127],[191450,741821],[186067,738500],[187084,740057],[188186,737933],[191065,751499],[191402,751921],[191171,751794],[191258,752267],[191291,751914],[189238,751179],[190636,749439],[190073,748915],[190666,748909],[190249,748328],[191990,746607],[187141,743683],[189617,752175],[187999,750842],[188382,750852],[181409,777335],[180217,770455],[179328,774055],[180441,776780],[179300,776779],[181263,774996],[190347,775284],[187946,775337],[191776,774698],[188152,774856],[201375,381778],[197386,638953],[197289,634704],[193770,635133],[196550,633856],[195972,637425],[192671,638102],[201738,652660],[202721,651820],[201668,648802],[201715,646622],[201171,650216],[202855,665183],[203429,663743],[203956,663293],[200741,663540],[197650,656343],[195552,662926],[194844,661037],[194780,662212],[202326,670536],[204233,666071],[201877,671446],[198055,674448],[200096,678988],[194801,680859],[200833,679977],[196680,687514],[203541,684792],[204733,683627],[204092,685187],[201729,696153],[201244,693663],[201107,695194],[201113,694926],[201509,693905],[203696,693002],[202831,737494],[200577,741103],[202417,742023],[200708,740114],[200673,740749],[200778,740184],[201947,740108],[197339,736710],[198457,737160],[197435,736368],[196976,735778],[198301,739874],[197975,740424],[192821,736157],[192357,735434],[193054,732638],[195288,732964],[195175,735981],[197347,734388],[198280,733255],[197727,733576],[196341,733842],[200496,735771],[200260,734744],[200772,734937],[202568,736049],[202386,735387],[202326,736264],[204756,738318],[203014,739761],[204251,739420],[196545,739796],[197178,738726],[198022,737620],[197010,738905],[196561,738985],[193740,737074],[194984,737006],[194574,737198],[193333,738321],[194146,738918],[195901,738401],[195027,739027],[195843,739593],[195177,740228],[202138,740427],[202278,742250],[203207,742046],[203349,740676],[203496,741529],[202672,741688],[192639,741839],[192198,740421],[193718,741644],[193487,740997],[192574,740925],[202657,743749],[201731,743228],[197421,753584],[197301,755016],[196861,754799],[195689,754308],[196122,751102],[195713,752295],[197158,750754],[196755,750796],[195811,751676],[197544,751553],[200380,749066],[198007,751019],[198507,746598],[198607,747623],[200287,748178],[197975,749189],[204356,750755],[202931,750345],[202708,749442],[203507,749185],[201763,750741],[192559,750235],[194885,751323],[193243,750408],[194138,754688],[194455,754879],[194208,752540],[202551,759843],[203771,758795],[201784,757811],[201286,759121],[201264,759366],[203998,758920],[202928,761242],[203787,761722],[203041,762960],[203992,761882],[194900,772817],[193640,773142],[217283,367824],[214090,611681],[216059,618770],[212063,617440],[215142,618075],[214681,618208],[213955,622163],[214674,620224],[210503,637091],[210609,637877],[208069,638997],[214114,630944],[211356,627783],[214496,629027],[213435,631468],[215208,630188],[215394,629817],[206399,648546],[214210,649685],[215545,651790],[212234,647028],[214864,648997],[210614,651007],[211134,651598],[209273,641125],[208888,642600],[207849,642735],[205322,663139],[206297,662027],[206469,661393],[215858,663134],[211196,660227],[216070,661971],[209279,660254],[210942,661006],[206066,665823],[206226,666865],[214279,666128],[209034,683497],[210225,690147],[210503,689364],[210345,690187],[209600,690851],[204971,685573],[207520,681826],[215426,714154],[205396,724252],[207505,722900],[205554,724043],[208183,725643],[209185,725554],[209573,722586],[210364,722768],[211654,723057],[212120,725007],[213857,727387],[214787,726041],[214738,722759],[211746,724206],[213249,722728],[213763,720284],[211188,722746],[214935,720016],[215025,717711],[217533,719348],[217294,717730],[217106,717857],[207141,726863],[216182,735434],[205403,734535],[206280,737773],[204901,737710],[205578,740078],[210665,731100],[213266,737049],[213421,735737],[213393,737954],[215740,737374],[213640,736944],[214834,737611],[215188,739304],[217501,739700],[214130,739443],[215606,740245],[205203,761831],[205154,761747],[205149,763282],[229706,612511],[229501,621823],[229476,624421],[229561,624515],[225461,624294],[225924,625372],[228627,626477],[228643,626733],[227486,621674],[229207,627626],[230319,628017],[223273,661947],[224364,661340],[225567,663018],[223392,663308],[224115,662784],[224500,662934],[228557,667153],[227076,667012],[227725,688255],[226048,687098],[226283,685728],[227101,686050],[227895,686753],[226957,685131],[229997,683863],[229927,685951],[227720,686935],[229466,682026],[228104,691050],[227202,690337],[227509,694431],[222748,692328],[223719,693304],[225722,694049],[225120,693953],[224751,695150],[226672,692545],[220101,713011],[223832,713293],[223281,713386],[224971,712215],[223832,712087],[220469,705390],[218862,704627],[220766,704833],[220788,704700],[220622,705277],[222807,705814],[222249,705714],[220718,705939],[221867,705396],[217737,720427],[217916,720769],[217978,722258],[221292,728189],[217628,719031],[221099,722451],[220071,723705],[221002,722544],[220020,721513],[224370,722593],[226983,722429],[227028,721667],[226296,726942],[223508,724297],[225850,727527],[224907,725321],[229308,725184],[228607,725789],[229346,725642],[225286,722554],[229353,725578],[229750,724392],[228384,746289],[229452,746207],[229080,747345],[229476,747389],[229566,746525],[229312,746765],[243085,287442],[239372,319988],[232892,624184],[230932,619490],[231246,621365],[242415,619331],[240085,616740],[241508,615387],[234299,618476],[242093,616786],[232443,628068],[236121,674314],[235654,674213],[234910,673943],[235319,672983],[235210,673937],[230983,690440],[232905,690842],[238376,688422],[238115,684458],[238216,684484],[238196,686648],[230567,691559],[232580,691740],[233779,691400],[233334,693435],[232813,691610],[236159,693330],[236555,692912],[235387,693512],[232682,721078],[235195,721983],[232466,721542],[233525,724158],[233290,724464],[232984,721107],[233438,723539],[233303,723548],[233289,723710],[242417,733349],[239747,738500],[236750,737003],[237119,736815],[236504,737119],[236812,737472],[238756,736610],[238253,738316],[237450,737316],[237095,736719],[239452,737009],[237234,737823],[241697,735166],[241670,736571],[240570,735140],[240744,733409],[239739,733886],[240389,736030],[230960,742043],[231661,740440],[231040,742175],[231778,741507],[232160,741564],[232586,741576],[232403,743981],[232881,744056],[234256,743856],[232734,747532],[231530,748289],[245344,620786],[245567,623440],[245222,616521],[244422,621125],[255755,674732],[247228,737210],[246056,737161],[246559,737092],[247041,734895],[245449,733528],[245262,736163],[246982,734919],[250845,736963],[252306,737371],[251449,737151],[250989,737907],[251143,738294],[251673,738502],[252422,739356],[251996,739363],[251083,737078],[255978,746056],[255020,745375],[13481,165835],[18672,161414],[18318,158347],[15140,172646],[13789,171348],[13861,172294],[20103,251604],[20788,251329],[20208,252427],[21717,260006],[24847,256205],[23395,259365],[21866,258914],[21455,259242],[20994,257441],[24811,294366],[18469,294200],[266851,665008],[256811,673795],[257012,673067],[257541,674155],[258374,676857],[256031,674898],[258873,674450],[267445,666707],[267709,666087],[266711,666689],[266186,739008],[264927,738858],[265147,739115],[265972,739288],[265308,739262],[265796,739281],[265697,738354],[266438,739295],[259963,736118],[260925,736880],[260550,737440],[259276,736196],[259141,736688],[259730,737275],[266516,735510],[267027,735289],[266846,736002],[268029,734591],[267455,734833],[267709,744550],[256358,744537],[256746,746313],[257428,744805],[257787,745924],[279619,616934],[280675,618501],[280975,619194],[281341,619334],[279450,618053],[272093,664324],[277284,677793],[277980,678110],[271676,673084],[271595,675478],[270270,675318],[271798,675145],[279790,682251],[279097,681031],[279263,681004],[279118,681289],[279066,679903],[278762,678771],[275845,682148],[278516,679359],[277472,681458],[277592,680554],[274998,679867],[277374,681615],[285160,309899],[290703,431877],[292754,620769],[292731,620747],[291396,619040],[292053,617473],[292301,616802],[292831,617518],[284966,615155],[282617,618281],[282680,618807],[281666,617762],[291309,683083],[292385,681727],[291890,682814],[292864,683903],[291121,694884],[291121,694884],[290622,702396],[289364,710379],[289403,711583],[291378,710430],[290132,712737],[286809,709896],[285425,708615],[285531,709846],[287411,709266],[286544,710134],[286658,709118],[288267,707194],[288507,706924],[288584,708182],[289204,708439],[289181,705391],[289627,705603],[291768,705222],[292151,705714],[291137,705499],[306797,626957],[297523,688637],[295960,688913],[297118,689622],[297100,688093],[302758,695538],[304716,697589],[302706,695673],[304614,693348],[305139,693933],[303543,693921],[306117,695245],[303195,693420],[303663,694501],[303343,693577],[303700,693897],[302097,696598],[304561,696377],[306054,696101],[304784,695549],[307285,698672],[307646,698698],[307773,699191],[307524,698826],[349657,427161],[365839,550026],[370175,556399],[363644,550705],[368923,626203],[366873,623917],[38274,201673],[37824,200919],[38115,201757],[32785,220047],[32142,220952],[32628,220150],[34906,249847],[32496,252561],[33382,252803],[32969,254301],[32543,251009],[32457,251394],[30233,249399],[32089,250797],[35390,252740],[30339,250511],[26909,250073],[29382,249669],[28292,251934],[28298,250629],[29861,251623],[26865,253164],[27702,253781],[33962,251971],[27694,259133],[29613,263330],[30359,262695],[31473,263481],[387996,307720],[385937,660361],[419028,483641],[440788,425808],[447278,431209],[75224,272500],[76943,317648],[85002,341787],[81442,433517],[1258553,396234],[1257507,398119],[1276908,385458],[126688,382195],[123428,421092],[124589,504082],[124656,609496],[125227,623212],[124693,626862],[123325,619134],[126966,627344],[126740,615741],[115735,627912],[123745,646605],[122637,646769],[122588,649282],[123964,647687],[126046,651822],[126231,654380],[126176,653274],[127515,653808],[126699,675582],[127701,684791],[127237,685818],[127834,689380],[126656,687613],[125972,689267],[121827,688052],[126384,688890],[125875,691317],[125272,690645],[122035,689963],[122984,689971],[123096,691024],[119983,689537],[120292,691238],[125460,695435],[124378,694062],[122261,694160],[119542,702196],[121580,696703],[121473,699540],[122008,696514],[123274,700779],[120943,699495],[119063,691710],[119892,693559],[122573,692569],[125626,734556],[127240,752797],[122645,751578],[127683,748916],[126379,749883],[123326,753694],[122839,752291],[123650,765362],[127689,766198],[127664,765372],[126535,762943],[127770,768097],[125744,757885],[121461,755461],[125518,757076],[125016,757142],[126805,769091],[-1279342,1445407],[-1279333,1445631],[-1279083,1449054],[-1277142,1451226],[-1275415,1453732],[-1278625,1471894],[-1270587,1465757],[-1270978,1466083],[-1268615,1477360],[-1268811,1478213],[-1275384,1508612],[-1277611,1500581],[-1277223,1500843],[-1269472,1514694],[-1269405,1516030],[-1268550,1514778],[-1270769,1514506],[-1267999,1514209],[-1268926,1513945],[-1288867,1433076],[-1291473,1427551],[-1292516,1428191],[-1288577,1429876],[-1288367,1429976],[-1280887,1445820],[-1283904,1469372],[-1282839,1469508],[-1282912,1469482],[-1282899,1469461],[-1283777,1469554],[-1280546,1470985],[-1280496,1470891],[-1281021,1471684],[-1280969,1471473],[-1280580,1471617],[-1280647,1470505],[-1282582,1469545],[-1281874,1501105],[-1281724,1498909],[-1282355,1499446],[-1282590,1499382],[-1282272,1502549],[-1282680,1502404],[-1282671,1502401],[-1283177,1503110],[-1282501,1502177],[-1292810,1430409],[-1294051,1428582],[-1294399,1426898],[-1316655,1471939],[-1306711,1461595],[-1306501,1461695],[-1318069,1474622],[-1336248,1293254],[-1331212,1306130],[-1331346,1306061],[-1340911,1362443],[-1353149,1360431],[-1352939,1360531],[-1390524,1330902],[-1388999,1325982],[-1390048,1335494],[-1389996,1334204],[-1389660,1335510],[-1394196,1072805],[-124737,186961],[-127338,183787],[-126442,181902],[-116768,183117],[-127460,187146],[-124986,237226],[-126541,234531],[-125291,236404],[-125964,234605],[-124938,232334],[-124267,234414],[-123289,239679],[-121707,239989],[-122024,240232],[-122358,239624],[-123125,240989],[-125672,248646],[-127003,250965],[-126840,251245],[-127850,252249],[-125351,250501],[-125646,248695],[-122837,246791],[-126135,247070],[-125135,248130],[-126073,248728],[-121309,252141],[-120336,250256],[-120587,249215],[-120432,249942],[-121368,249358],[-117850,248376],[-125449,406275],[-127119,472540],[-127641,472819],[-117253,480783],[-118025,480873],[-117360,481483],[-116188,481401],[-117310,481212],[-117151,481609],[-115493,588129],[-120297,583977],[-127087,597137],[-118277,609992],[-119927,630577],[-1398481,1076914],[-1399978,1157578],[-1395660,1235708],[-1421610,1070039],[-1434837,1363480],[-1444935,1081315],[-1445030,1081387],[-1440591,1227775],[-1440678,1228708],[-1436641,1229507],[-1436700,1230241],[-1459142,1338899],[-1458560,1341462],[-1458568,1340747],[-1458158,1341344],[-1456690,1341056],[-1456730,1341791],[-1455932,1340656],[-1455900,1341512],[-1458136,1341827],[-1449885,1076452],[-1449675,1076552],[-1466512,1336819],[-1466096,1335935],[-1464474,1339026],[-1466077,1338849],[-1466461,1337593],[-1466161,1338074],[-1465562,1337727],[-1466146,1337914],[-1466469,1338788],[-1465947,1334218],[-1465486,1335894],[-1465263,1335880],[-1465222,1336828],[-1461892,1339937],[-1464707,1338344],[-1463475,1337736],[-1463853,1337847],[-1463503,1338674],[-1463738,1337519],[-1462665,1338100],[-1462855,1337943],[-1463026,1336934],[-1463000,1337002],[-1462310,1336760],[-1462300,1337466],[-1463969,1340787],[-1464888,1339885],[-1463859,1340043],[-1463694,1340136],[-1464278,1339365],[-1463353,1340331],[-1459594,1339815],[-1459727,1341034],[-1459942,1339963],[-1468027,1343213],[-1467845,1343201],[-1467930,1343140],[-1467975,1344102],[-1468912,1343867],[-1467995,1343270],[-1468840,1343338],[-1468714,1343784],[-1469410,1343080],[-1468749,1342830],[-1469606,1343731],[-1468897,1343640],[-1468065,1346489],[-1468077,1346064],[-1468364,1345239],[-1468254,1345247],[-1467889,1346254],[-1467743,1346408],[-1462781,1032512],[-1463085,1032116],[-1482320,1343880],[-1483392,1345798],[-1482175,1344921],[-1483665,1344672],[-1482430,1344803],[-1482836,1345411],[-1475786,1346211],[-1475280,1345750],[-1476047,1346440],[-1475927,1346512],[-1490136,1074923],[-1490155,1074885],[-1507417,1360857],[-134593,181020],[-131559,182575],[-132693,181320],[-133086,184617],[-133874,180858],[-132710,181634],[-128708,182425],[-129018,181672],[-135362,189681],[-137072,185833],[-139624,186010],[-135427,190021],[-137408,184233],[-135240,184174],[-135745,228484],[-135851,225623],[-136714,225754],[-135547,223563],[-137132,226868],[-136265,227743],[-131629,225282],[-130479,224107],[-131101,223786],[-132049,225141],[-130855,224429],[-132034,225356],[-135602,223320],[-139326,224598],[-140760,232586],[-139571,233109],[-140464,234752],[-139223,233091],[-140506,234800],[-138214,233299],[-140109,232520],[-138087,242816],[-137823,240282],[-138326,242185],[-137178,241315],[-139047,240064],[-138885,247384],[-138980,246072],[-137925,245341],[-137624,246756],[-138931,244642],[-138153,243433],[-132796,250675],[-133604,249488],[-134885,249898],[-134855,248057],[-131957,249810],[-135237,249503],[-136203,251339],[-131462,253427],[-131818,473398],[-132090,473587],[-137311,472036],[-136252,472773],[-136639,473254],[-136263,472969],[-136457,472913],[-137066,472880],[-128105,473642],[-128759,472807],[-128424,472726],[-128753,472708],[-132432,473812],[-131338,474256],[-132456,474554],[-131639,474254],[-133855,479063],[-133999,480121],[-134969,480268],[-134372,478888],[-134357,479921],[-134678,479591],[-134797,487576],[-135115,487263],[-134322,486962],[-134208,487819],[-134636,487165],[-134286,486645],[-128725,594943],[-1524298,1342930],[-1532273,1337117],[-1532580,1336732],[-1532607,1337398],[-1532264,1338034],[-1535305,1340159],[-1535862,1340035],[-1535599,1340952],[-1535212,1340775],[-1535127,1340913],[-1535681,1340216],[-1527210,1341206],[-1528419,1342322],[-1528185,1341452],[-1524230,1338874],[-1527595,1337074],[-1527957,1341533],[-1528634,1340859],[-1531192,1343552],[-1532439,1342344],[-1531093,1340034],[-1529098,1339295],[-1527964,1338903],[-1526026,1340482],[-1567995,985504],[-1568537,985263],[-1568571,983979],[-1566883,984825],[-1566913,987891],[-1566697,985827],[-1576564,1022735],[-1576354,1022835],[-1577850,1021794],[-1577631,1021876],[-1578816,1024546],[-1578887,1024771],[-1634489,1007353],[-1634612,1005863],[-153225,179037],[-144366,181267],[-144443,181162],[-144537,184006],[-143361,183584],[-144858,181987],[-146028,184700],[-151514,182537],[-143108,228679],[-142853,228726],[-144009,230049],[-143190,227774],[-142905,232876],[-144239,232945],[-144364,231575],[-141929,233627],[-142930,232903],[-141564,237525],[-142411,236025],[-143240,235588],[-144427,235200],[-141838,237104],[-141026,236065],[-140829,246347],[-144514,338265],[-144021,339439],[-143603,338240],[-143734,339571],[-143794,339481],[-144258,339727],[-150734,338337],[-150120,338696],[-149381,339664],[-149667,339526],[-150313,339145],[-150295,338579],[-150781,347896],[-151081,347446],[-150976,347129],[-151352,348206],[-150919,349199],[-152210,348821],[-153334,353591],[-152263,358533],[-152280,357689],[-153102,357651],[-152944,358400],[-146077,349934],[-145984,350795],[-145013,350742],[-146707,350514],[-145111,350506],[-145948,350187],[-152327,359013],[-152340,359166],[-148085,360898],[-148447,361733],[-148266,361790],[-149455,362078],[-148816,362094],[-149140,361624],[-153512,366772],[-153104,367989],[-152878,367802],[-142800,395565],[-142428,396899],[-143225,395919],[-142309,396874],[-141970,395619],[-141004,392463],[-141587,391576],[-141060,392116],[-153508,430488],[-153434,429721],[-142380,469383],[-143216,468860],[-142147,468403],[-142956,470068],[-143185,469230],[-141829,468616],[-142149,476591],[-141069,476385],[-140891,476009],[-142754,477193],[-140959,476128],[-141594,476348],[-142176,484305],[-143453,484952],[-143107,485095],[-143333,484921],[-142140,484482],[-142312,483633],[-149750,485891],[-149010,485766],[-149617,485895],[-148703,486354],[-149510,485965],[-149881,486932],[-148640,588054],[-148430,588154],[-155897,175294],[-157610,178624],[-159070,177447],[-159068,176028],[-155005,178758],[-154328,179120],[-165925,183534],[-165167,185122],[-164535,188070],[-166354,185066],[-166043,184888],[-157959,179508],[-157014,179682],[-154536,179823],[-154650,179583],[-158417,345541],[-157328,344881],[-156901,345484],[-157066,344634],[-158519,345721],[-156869,346066],[-154125,353964],[-153831,353908],[-153754,354845],[-153802,354198],[-154683,354681],[-158180,352831],[-158430,353840],[-158041,353830],[-158134,353700],[-159062,352617],[-159055,354251],[-158963,356988],[-159291,358069],[-159270,356999],[-159303,356671],[-159025,357018],[-158791,357411],[-154174,366850],[-154310,367903],[-154089,366946],[-165674,421203],[-166173,421701],[-165408,421357],[-164680,422516],[-165310,421771],[-156454,421644],[-157106,421171],[-157664,422062],[-156788,421678],[-157730,421780],[-157339,421329],[-159360,416151],[-159449,417135],[-157728,416218],[-158541,415930],[-158942,416376],[-158243,416073],[-158848,412870],[-158544,412608],[-158965,412514],[-159270,412906],[-158705,411823],[-159331,412580],[-165805,431132],[-165822,430983],[-165199,429854],[-164519,430319],[-165376,430828],[-164325,431083],[-155715,426088],[-155807,426876],[-155144,426588],[-155850,425954],[-155204,426508],[-155477,426663],[-154434,429645],[-154565,430354],[-154392,429601],[-154566,429846],[-162179,425624],[-162241,426398],[-161983,426010],[-162539,426579],[-162538,426940],[-161954,427135],[-166696,186348],[-172586,187726],[-172958,188462],[-171231,189488],[-169913,190902],[-171698,189698],[-170593,192321],[-178841,236690],[-178172,284737],[-178440,284647],[-177776,285813],[-178905,284326],[-177087,286474],[-176360,286963],[-176589,286529],[-176649,287149],[-177367,286080],[-171633,290219],[-174666,285821],[-171515,289220],[-173260,288262],[-171403,286851],[-174171,288791],[-175204,298354],[-173109,296057],[-172007,297572],[-174203,299060],[-174022,299157],[-171624,300433],[-174823,303044],[-173516,302285],[-172770,304429],[-174739,302552],[-172637,302960],[-173404,301851],[-168972,296410],[-169822,297268],[-168574,297933],[-171114,296565],[-171998,298842],[-168908,295757],[-166586,421654],[-168630,426067],[-167788,426730],[-167953,427501],[-167691,427112],[-167529,426552],[-167095,426824],[-172974,428048],[-172046,427977],[-170982,428479],[-172631,427757],[-172474,427677],[-171408,427638],[-168741,429069],[-167611,429567],[-168095,428851],[-168198,428884],[-168261,429294],[-167585,428649],[-171084,549970],[-170874,550070],[-176255,543153],[-176045,543253],[-176040,545705],[-175830,545805],[-173499,563053],[-173289,563153],[-186668,172941],[-184549,171755],[-184978,175026],[-186520,173150],[-182468,171728],[-182503,174348],[-182324,175074],[-183274,174991],[-182871,175290],[-189847,177152],[-186044,179296],[-186254,175108],[-187401,177717],[-188310,174318],[-187182,174477],[-190446,177417],[-190965,175399],[-189073,184018],[-180403,179582],[-179625,180971],[-185805,181680],[-186428,183819],[-185125,182943],[-185747,182918],[-186428,184360],[-182932,181701],[-181086,239360],[-180769,237383],[-181316,235890],[-180378,239141],[-181607,237768],[-189737,255756],[-191009,253325],[-188039,253146],[-191226,255730],[-185839,257165],[-185898,256830],[-191666,284566],[-180449,284943],[-180864,285740],[-186204,284546],[-183883,283145],[-184875,283619],[-187176,285546],[-184389,284280],[-185869,282013],[-179641,566107],[-179431,566207],[-184325,583799],[-184115,583899],[-193407,178879],[-193597,177017],[-192735,176859],[-194531,180588],[-193730,229592],[-192744,233006],[-192004,231106],[-196368,230957],[-194706,230631],[-196211,290496],[-196332,289056],[-196628,289889],[-196317,288950],[-197789,291416],[-197435,290193],[-194079,285752],[-194093,285620],[-192933,286830],[-194939,284785],[-194716,284530],[-199077,285429],[-199152,285223],[-194562,539856],[-194352,539956],[-213521,172271],[-213107,174243],[-213226,173397],[-213256,171818],[-230229,-650830],[-226603,-646835],[-225554,-646443],[-224005,-649913],[-225333,-648347],[-224414,-659413],[-226571,-655897],[-220834,-657833],[-224172,-654964],[-225186,-657486],[-224731,-658681],[-234916,-650730],[-234557,-648568],[-231109,-650637],[-233916,-651077],[-233618,-653379],[-237672,-661097],[-237122,-658154],[-238003,-660569],[-234311,-657565],[-237767,187258],[-233441,191181],[-242601,193766],[-242479,195280],[-242960,193470],[-241493,194975],[-238111,192628],[-240009,192744],[-233739,192219],[-234149,192398],[-4700,137489],[-2112,138403],[-9953,130647],[-9747,130220],[-8115,130579],[-8610,128700],[-10459,139397],[-5108,138946],[-5725,137491],[-5701,137580],[-5175,139850],[-5873,137510],[-5883,139372],[-677,138046],[-3290,136625],[-3329,137658],[-6327,132884],[-8450,133827],[-6778,133079],[-8512,132619],[-8138,133476],[-8067,132148],[-11975,136200],[-10966,130420],[-12371,129122],[-6264,145831],[-5818,146150],[-4057,144916],[-6275,146915],[-6460,145131],[-6083,142842],[-5804,149356],[-3828,149507],[-10454,141499],[-8182,141706],[-9783,143756],[-10875,143991],[-9400,142412],[-121,149919],[-4088,149183],[-280,151744],[-4385,161281],[-3452,159524],[-10083,161036],[-10918,162208],[-7756,158767],[-10401,162270],[-5752,161944],[-7695,164788],[-6262,164500],[-5798,165098],[-9425,164937],[-12760,166232],[-11879,158603],[-12499,164936],[-12651,162669],[-10772,167772],[-11462,166898],[-4415,171804],[-4365,173217],[-3804,172333],[-3192,170475],[-6362,170697],[-4048,173300],[-2893,178005],[-2736,174006],[-4301,176445],[-492,176821],[-2299,176663],[-5113,175600],[-7090,170977],[-10013,173818],[-8228,171503],[-12738,215987],[-11648,214166],[-11003,212965],[-10827,212579],[-9042,220137],[-9899,221232],[-9105,221332],[-12158,218226],[-12555,220219],[-7038,226593],[-9159,223232],[-8049,226920],[-7995,223214],[-9401,223917],[-11577,229741],[-9561,231451],[-11049,407211],[-9838,407628],[-10341,406804],[-10006,407234],[-10350,407745],[-10520,407133],[-9844,401717],[-11127,401233],[-11475,402296],[-10435,401507],[-11325,401228],[-10429,401521],[-12370,399872],[-12775,398918],[-12709,399164],[-12522,398883],[-3160,100504],[-8013,97145],[-8027,97195],[-5992,96573],[-4531,97710],[-3575,96518],[-1415,100553],[-1862,100954],[-8738,96389],[-8528,96489],[-3273,104943],[-1336,105233],[-2378,105393],[-4445,105780],[-682,124321],[-2750,125214],[-8839,126224],[-10298,125227],[-247021,-660432],[-243783,-657813],[-249681,175190],[-255831,190802],[-255751,191640],[-255435,184657],[-255751,185614],[-253618,180905],[-252044,184211],[-251886,181701],[-251662,182668],[-249096,195446],[-247958,194705],[-247957,192467],[-248497,194552],[-249961,195713],[-246932,197065],[-244499,196828],[-243802,195569],[-258988,169182],[-258309,190517],[-256010,190296],[-258179,182591],[-257986,184548],[-259027,180791],[-258946,183724],[-262136,196273],[-259476,194861],[-286414,-619431],[-291624,-635694],[-286295,-850231],[-286833,-849790],[-284653,-847263],[-285572,-849922],[-295379,-637758],[-312831,-673505],[-312390,-672967],[-309863,-675147],[-312522,-674228],[-323338,-608768],[-320048,-606668],[-320391,-606768],[-324106,-829024],[-322042,-832779],[-344169,-655786],[-341640,-655045],[-342463,-662597],[-341949,-655208],[-342901,-654673],[-337082,-663288],[-348046,-593101],[-346343,-596832],[-369158,-830821],[-367094,-834576],[-17064,132337],[-13481,128773],[-12891,129612],[-12878,131669],[-14986,149869],[-14977,149857],[-16588,150629],[-14615,149099],[-14898,147689],[-14958,147772],[-15305,155971],[-13030,158186],[-13341,162197],[-13023,216411],[-15097,212873],[-13185,211383],[-14912,208363],[-13945,208841],[-16229,214756],[-15958,209980],[-15280,210313],[-18247,210288],[-16749,211968],[-17855,212440],[-14538,217564],[-14923,220598],[-13961,220095],[-14969,220885],[-14070,225475],[-14514,221477],[-13067,224245],[-25026,235210],[-23803,234607],[-25209,234260],[-22513,236146],[-24384,236184],[-24103,235828],[-24502,235942],[-14084,233327],[-23589,237415],[-21188,234369],[-25576,342666],[-25366,344307],[-25321,364049],[-18272,399497],[-17897,400203],[-18127,399622],[-18603,399435],[-17836,399689],[-18521,400159],[-17561,405883],[-17346,404274],[-17169,405522],[-18214,404264],[-17188,405046],[-17499,404702],[-13018,398695],[-13293,398777],[-20849,399857],[-22141,400277],[-19859,399956],[-20306,399634],[-19989,399694],[-19937,399768],[-17143,109291],[-17709,110209],[-19440,109360],[-16033,110647],[-23142,124046],[-24716,122825],[-24043,127613],[-381169,9800],[-388508,23233],[-390240,22802],[-393008,27766],[-393867,26905],[-392463,26527],[-404905,-813369],[-404367,-813810],[-406547,-816337],[-405628,-813678],[-399648,47561],[-398945,45983],[-398615,47660],[-399321,47292],[-399060,47166],[-434787,-579260],[-432835,-579734],[-435433,-571591],[-444290,-577062],[-446942,-578434],[-439573,98833],[-447315,90979],[-454299,-563606],[-455496,-569209],[-449056,-572476],[-452367,-577383],[-448912,-578394],[-449839,-578335],[-449441,-576672],[-448739,-578446],[-450830,-580855],[-451046,-579261],[-458392,50750],[-455165,52567],[-454618,88332],[-451524,95751],[-452206,96045],[-473381,-570284],[-469004,-567176],[-468570,-571891],[-463604,-575556],[-469890,-575542],[-472510,23638],[-472403,24942],[-470629,29675],[-468875,43692],[-462548,50614],[-465801,47745],[-466733,45026],[-473269,109884],[-481077,-30320],[-474962,-568750],[-475207,-572981],[-473742,21969],[-476343,27911],[-474096,26618],[-482674,98185],[-474922,102426],[-477851,102060],[-474777,104210],[-474732,106842],[-475080,107009],[-478432,106582],[-476398,104433],[-37866,153540],[-36430,153954],[-36889,153910],[-32633,157250],[-32348,156473],[-32315,157173],[-33286,157352],[-32585,157654],[-31953,164992],[-32893,166462],[-30889,166290],[-32014,173300],[-29950,173502],[-32657,170320],[-26945,179063],[-29187,173080],[-27736,173705],[-27595,174151],[-27803,173990],[-29466,175419],[-28934,171640],[-29209,171477],[-31171,171365],[-32768,166924],[-30532,168001],[-27578,173354],[-32898,168839],[-27505,181950],[-25983,182058],[-35044,192095],[-33860,192046],[-35322,191350],[-32433,191482],[-33045,189855],[-38069,192561],[-35732,197207],[-33387,194069],[-31499,193263],[-33082,195959],[-33492,196730],[-34180,195502],[-27059,237767],[-27564,233250],[-25663,234082],[-33061,235154],[-30867,235168],[-30468,238544],[-30759,237754],[-29499,232368],[-29635,232180],[-29864,232864],[-29632,233405],[-29632,232875],[-28475,235548],[-28619,235405],[-29004,235163],[-28449,235476],[-31741,238584],[-28855,238147],[-27108,344208],[-26280,345213],[-32372,344653],[-33086,345230],[-32252,346391],[-32136,346087],[-30328,355723],[-31007,355980],[-30631,356320],[-27959,352749],[-31048,355058],[-28797,353926],[-30153,351892],[-28623,353491],[-31048,353987],[-28350,352260],[-29573,351414],[-31522,352747],[-34425,349145],[-35411,349249],[-34703,348549],[-34191,348916],[-28827,361471],[-26778,364161],[-28567,364103],[-27349,363792],[-28367,361180],[-503461,-559937],[-509378,-556069],[-509240,-561497],[-515387,-558370],[-514648,-558560],[-515004,-563061],[-537270,-560866],[-534916,-562842],[-533243,-567236],[-533219,-568411],[-529922,-571700],[-536444,-567803],[-534272,-567489],[-537265,-566221],[-537589,-565809],[-549674,-122417],[-549590,-117841],[-538473,-560046],[-545409,-558640],[-548806,-558094],[-544272,-557934],[-538813,-560275],[-545946,-566279],[-545642,-569593],[-549068,-564941],[-547058,-563418],[-543620,-567452],[-540412,-567897],[-538650,-564203],[-540061,-564881],[-546501,-50055],[-545602,-50532],[-546553,-51751],[-546561,-52254],[-544979,-51965],[-547633,-113822],[-547095,-113883],[-552110,-116041],[-553514,-484829],[-551936,-486169],[-552324,-485527],[-553168,-486594],[-552597,-487219],[-555258,-510261],[-556328,-505534],[-552821,-565728],[-562796,-569722],[-551197,-57056],[-555657,-63269],[-551435,-60300],[-554070,-55190],[-551726,-61428],[-560341,-79960],[-560346,-82356],[-561173,-86245],[-561910,-80554],[-555792,-111348],[-555432,-112802],[-553051,-113528],[-555715,-113646],[-560470,-107375],[-573219,-456842],[-573515,-484682],[-571453,-485107],[-570824,-486911],[-575843,-493557],[-569581,-508264],[-567940,-510358],[-568692,-505995],[-568350,-506389],[-570492,-505979],[-568491,-506217],[-566535,-506267],[-566912,-566764],[-566952,-565567],[-569195,-565015],[-563547,-81086],[-568268,-94121],[-565294,-98970],[-567780,-101299],[-565565,-100952],[-567094,-102435],[-580452,-178235],[-581964,-174159],[-583983,-169840],[-582662,-167501],[-581597,-168398],[-588158,-192258],[-579516,-246670],[-576594,-494309],[-576555,-495474],[-579588,129797],[-581761,134078],[-583036,134133],[-579363,132488],[-581148,135311],[-581158,135150],[-581648,135343],[-590551,-177693],[-590063,-175475],[-595044,-176307],[-591879,-186234],[-590896,-191659],[-592047,-187635],[-591363,-187097],[-589659,-186699],[-590081,-186233],[-589041,-189951],[-590267,-190705],[-589531,-189521],[-588896,-187335],[-590737,-187239],[-590837,-188212],[-590417,-179462],[-598448,-180034],[-591673,-198914],[-589897,-193877],[-589814,-194631],[-591519,-199128],[-607965,-250940],[-608052,-250750],[-606324,-253068],[-606963,-251711],[-610806,-272048],[-607538,-278014],[-610674,-271875],[-609612,-275148],[-609320,-277516],[-614100,-279966],[-608967,-273106],[-614856,-268534],[-615869,-273648],[-616474,-274278],[-615432,-273645],[-616463,-273918],[-616403,-273079],[-616395,-273335],[-627161,-286736],[-50346,153052],[-39544,153098],[-39094,152965],[-39916,152847],[-39736,153462],[-40023,153305],[-41278,154130],[-46435,320122],[-43153,319899],[-44645,324205],[-45605,323473],[-43937,322783],[-43876,325370],[-44347,323514],[-45156,325412],[-48560,321658],[-50960,322096],[-47240,324350],[-49165,321658],[-43533,320782],[-43739,321557],[-42726,320756],[-42421,320739],[-42146,321687],[-40832,400911],[-40580,401630],[-40570,402322],[-40060,402605],[-40647,401545],[-39245,401934],[-41523,408511],[-42134,408785],[-41909,409281],[-42148,409159],[-42660,408786],[-42484,409809],[-47980,430518],[-46948,432062],[-44720,431752],[-48048,448020],[-49380,448003],[-49753,447158],[-47397,447405],[-48901,455393],[-48947,455206],[-48594,455455],[-46584,454888],[-48108,455090],[-48795,455485],[-48442,449104],[-48341,448288],[-48539,460828],[-48431,462816],[-48859,462483],[-49275,462232],[-48747,462373],[-50512,462968],[-50570,608486],[-49839,610725],[-641769,-151742],[-651610,-150060],[-651622,-150067],[-645787,-178956],[-643406,-171259],[-643131,-171234],[-646682,-175410],[-645601,-179140],[-645632,-183063],[-645237,-183086],[-644945,-183230],[-650801,-199338],[-652013,-205530],[-657689,-148986],[-657447,-150055],[-654281,-149649],[-654976,-149511],[-657742,-149243],[-656260,-149917],[-653011,-148860],[-656846,-178680],[-656990,-178419],[-654453,-185447],[-656937,-186470],[-653283,-180096],[-653427,-179897],[-653847,-180588],[-653380,-179648],[-654727,-180392],[-656406,-185933],[-656244,-186156],[-656236,-186011],[-656671,-185824],[-654661,-180152],[-660481,-192596],[-659631,-193770],[-662102,-203776],[-664637,-196623],[-663939,-196431],[-661694,-196204],[-660201,-194487],[-659883,-192958],[-660739,-194360],[-665201,-203050],[-665049,-202849],[-665442,-204131],[-664627,-203627],[-664805,-202749],[-664275,-203400],[-664471,-196497],[-664535,-196505],[-660107,-194211],[-662138,-196109],[-662435,-196038],[-659464,-193020],[-661842,-205938],[-661586,-205656],[-656161,-208226],[-656587,-208404],[-664011,-205271],[-661130,-205618],[-661280,-205616],[-673758,-188909],[-674054,-188914],[-674028,-188126],[-674544,-187898],[-678020,-204544],[-665616,-204132],[-666020,-202813],[-666190,-202741],[-675027,-206732],[-675737,-205492],[-678737,-185889],[-679950,-188167],[-679001,-189984],[-678926,-189649],[-679874,-188505],[-679885,-204336],[-679920,-204254],[-734897,1689242],[-737390,1687684],[-739154,1689720],[-734352,1690103],[-739894,1692201],[-737554,1690313],[-733487,1692106],[-739638,1691916],[-735754,1691010],[-734753,1693759],[-734957,1690657],[-738305,1694721],[-61400,133953],[-63146,133006],[-58394,159597],[-58602,161077],[-58213,159236],[-56791,159003],[-56246,157031],[-56223,156067],[-51726,154375],[-53590,155837],[-55084,163020],[-52538,162821],[-51594,319604],[-52495,316278],[-52137,317644],[-52553,315254],[-54354,315358],[-53093,316728],[-63734,319311],[-62671,316304],[-60015,319366],[-61013,320156],[-53626,314977],[-63329,320216],[-61945,320284],[-61623,320621],[-61686,321724],[-63166,320226],[-63602,326611],[-55082,339537],[-56639,340900],[-53794,341810],[-53494,342247],[-52516,339052],[-54291,342546],[-62945,337320],[-57736,341129],[-58279,338262],[-57989,341487],[-59668,340093],[-60128,340316],[-58741,433014],[-56240,456652],[-54390,456806],[-56622,458210],[-55885,457439],[-56106,456687],[-56103,458078],[-52844,466655],[-53116,465898],[-54824,465752],[-54255,467219],[-53587,466158],[-54511,465730],[-60220,598116],[-58709,596225],[-55956,601512],[-60106,594691],[-59158,606122],[-62237,121078],[-63301,121483],[-61943,124952],[-56293,125818],[-59456,125239],[-57982,125138],[-58946,124543],[-52411,119272],[-52685,116154],[-54233,117193],[-763815,1663453],[-766090,1663718],[-766653,1661963],[-767051,1662643],[-766736,1662054],[-761853,1664483],[-831646,1623081],[-838872,1619025],[-837895,1619869],[-839324,1618217],[-836141,1621509],[-840628,1620293],[-64624,130972],[-64815,132009],[-75026,135786],[-76671,134157],[-72473,137605],[-73138,137378],[-72603,135012],[-72750,129387],[-72218,131494],[-73895,131457],[-74450,131003],[-74056,129893],[-76054,149035],[-75844,147891],[-76225,153080],[-73241,174712],[-72687,173816],[-73178,174142],[-73512,174172],[-73358,173919],[-72524,174650],[-66021,319434],[-64940,316531],[-65783,317576],[-64971,323601],[-67067,325746],[-66667,330931],[-65452,326533],[-64328,326973],[-70511,327615],[-71331,329560],[-67588,330018],[-71395,327197],[-70846,327029],[-71244,326121],[-70278,594082],[-66033,597772],[-67068,589365],[-64869,604879],[-73128,631318],[-67516,628611],[-65751,631100],[-68988,639756],[-64373,122211],[-992565,1430268],[-996935,1450312],[-991506,1494731],[-991788,1494176],[-992016,1493954],[-991017,1493557],[-996595,1494664],[-991767,1491870],[-991678,1491656],[-999414,1450424],[-1000377,1452242],[-998909,1451519],[-1006917,1488111],[-1006173,1488015],[-1006100,1487893],[-1006900,1488052],[-1006197,1487751],[-79323,133843],[-81566,140059],[-84481,136490],[-82867,137205],[-82206,135868],[-84703,139236],[-86372,138315],[-87038,138593],[-87137,138006],[-86133,138249],[-86357,138881],[-86281,138195],[-81513,144171],[-84626,148200],[-87470,147292],[-84649,144089],[-88483,152672],[-89281,151271],[-77333,148674],[-81067,147113],[-81058,143360],[-81436,142987],[-81093,143150],[-81663,143288],[-81492,143748],[-81002,143491],[-88545,145008],[-87902,144259],[-88303,145258],[-87482,145329],[-86990,144199],[-88244,146570],[-88144,147412],[-87794,147948],[-87873,147825],[-87882,146079],[-82875,141794],[-83302,160576],[-80399,158864],[-82495,160254],[-85078,318588],[-84567,317047],[-82233,318223],[-87263,319101],[-89229,319957],[-88908,315733],[-79397,328979],[-80756,329741],[-79468,331302],[-80110,331205],[-80429,330958],[-82391,328854],[-81071,327375],[-83521,326814],[-81829,329295],[-82062,328135],[-82867,325703],[-81207,328424],[-81951,320923],[-81816,320937],[-85210,322061],[-87227,322303],[-86165,321884],[-88705,335139],[-88082,334561],[-87444,334216],[-82863,364027],[-82491,363879],[-82666,363961],[-83393,364168],[-86256,362235],[-83981,359903],[-85671,360779],[-86300,361426],[-85007,360136],[-89016,470932],[-88743,469936],[-89332,470395],[-89460,469842],[-88728,477896],[-88807,478015],[-88352,479188],[-88450,478910],[-88971,478187],[-82843,485219],[-82914,484815],[-82439,484138],[-82899,484750],[-83536,485371],[-83184,484632],[-86154,489080],[-85810,488773],[-85659,488735],[-85718,488841],[-85142,489643],[-84859,489302],[-87660,603248],[-78065,621067],[-89459,642449],[-1022962,1439379],[-1023149,1439384],[-1022855,1438455],[-1023056,1438494],[-1023481,1438541],[-1023362,1438698],[-1027528,1461501],[-1027318,1461601],[-1032160,1566860],[-1039886,1490984],[-1043256,1505002],[-1041515,1504883],[-1053973,1494034],[-1061715,1486179],[-1057032,1546267],[-1057301,1546226],[-1071392,1462215],[-1070137,1462392],[-1069018,1483532],[-1065924,1490951],[-1066606,1491245],[-1067917,1507023],[-1080567,1461846],[-1080522,1461713],[-1079264,1461826],[-1080989,1462150],[-1080742,1461604],[-1079778,1462559],[-1110367,1454985],[-1122785,1395222],[-1122451,1395322],[-1121867,1396114],[-1122274,1396176],[-1122783,1395910],[-1128912,1480975],[-90127,151571],[-93371,330933],[-93054,329778],[-93680,330828],[-92835,330494],[-93363,331044],[-93914,328447],[-94856,323915],[-93206,325306],[-94909,328063],[-96436,325896],[-94769,328226],[-94451,326299],[-93188,321797],[-96297,370917],[-96516,472890],[-96477,472614],[-96463,473372],[-97503,472953],[-96531,472398],[-97566,472570],[-90023,470223],[-90082,470342],[-89681,477990],[-91100,482168],[-91958,481963],[-90946,481479],[-91505,482291],[-91641,481939],[-92049,481710],[-96487,489785],[-96723,490477],[-96925,489703],[-96965,490816],[-97392,490881],[-96463,490091],[-99664,596225],[-101590,597930],[-101516,597908],[-90591,604973],[-89875,606007],[-89761,605983],[-94287,619527],[-92111,643521],[-94490,645287],[-96964,648157],[-97821,649557],[-99611,654696],[-92838,662593],[-1145198,1460041],[-1144572,1459593],[-1159266,1473342],[-1174874,1360891],[-1165294,1408047],[-1164962,1408923],[-1213826,1430179],[-1213782,1459240],[-1213952,1459229],[-1212929,1458818],[-1213072,1459429],[-1213466,1459601],[-1224105,1346910],[-1223674,1346312],[-1226326,1386140],[-1227493,1385732],[-1226434,1475440],[-1225852,1476208],[-1225731,1476419],[-1225740,1476224],[-1236931,1408197],[-1232717,1471110],[-1263256,1479062],[-1262388,1479773],[-1262939,1482157],[-1265639,1480171],[-1260869,1499931],[-1263316,1498843],[-1261118,1498547],[-1261008,1500517],[-1260615,1500705],[-1262077,1500534],[-1266506,1514378],[-1266641,1514744],[-1267167,1514485],[-1266126,1238358],[-115117,181872],[-115137,180910],[-115183,182123],[-115111,183017],[-107910,374425],[-112661,389488],[-112261,387431],[-111560,389634],[-106981,434076],[-107668,433743],[-108547,432566],[-107281,433867],[-107179,433346],[-106750,434499],[-105097,432653],[-104886,433643],[-104139,434586],[-103209,434048],[-104064,434243],[-103818,433825],[-104677,443775],[-104511,443193],[-104628,443266],[-103880,442732],[-105135,443002],[-105440,443311],[-111124,449528],[-112033,449951],[-112037,450257],[-111935,449962],[-112185,448890],[-111404,449320],[-113498,596014],[-109138,597472],[171,131689],[2662,136084],[1643,133011],[52,136117],[8027,150438],[6756,150127],[9222,150026],[6005,151023],[6830,151460],[9283,153118],[7115,156916],[1492,163136],[10444,172460],[5414,177327],[8003,176353],[441,168915],[829,169717],[12203,175155],[7662,177348],[1423,100289],[2983,99740],[1287434,204983],[1292544,327140],[1287127,350248],[1293601,212446],[1301294,229549],[1295650,325928],[1306049,233583],[1317473,252442],[1317196,253364],[1309632,354671],[1312253,352588],[1309849,388292],[1314009,386564],[1330247,194956],[1327520,195740],[1323240,206494],[1323112,207275],[1326020,289799],[1326622,289927],[1330481,341241],[1330607,345040],[1341451,323326],[1341233,325859],[1347885,200707],[1347424,195838],[1358110,383332],[1357466,382410],[1362337,392617],[1363634,388202],[1381622,227869],[1380052,226016],[1384648,214476],[1388288,216412],[1407541,221686],[1407923,253146],[1401348,293879],[1397031,319919],[1398565,331063],[1398812,329744],[133025,613693],[131747,613761],[129792,612379],[129882,618044],[131447,616073],[129361,673036],[136957,685153],[137771,688965],[136602,687444],[130523,690500],[133574,690884],[128624,688089],[132205,687576],[133580,692461],[134888,696279],[132315,697836],[138949,713021],[128009,740423],[130221,739252],[129641,744456],[129592,762685],[1409559,223879],[1411252,236347],[1412096,235732],[1409520,253425],[145540,405995],[143308,404478],[142015,408149],[143723,686028],[143542,683920],[144666,692819],[148796,693319],[147770,699993],[150676,699526],[141908,716908],[142957,711976],[143957,709647],[145530,714863],[143486,715761],[144914,723615],[148226,724107],[151776,729389],[147253,726683],[147921,734228],[146751,734883],[144475,731844],[144451,732856],[145411,738303],[142764,736841],[145949,736601],[146186,737211],[145581,735858],[143793,735754],[142230,761837],[141007,762271],[151466,768072],[151663,777686],[151126,775290],[163115,668506],[163365,671357],[159731,691943],[157851,698493],[157076,695298],[157820,735523],[159805,740116],[165038,737079],[158697,736109],[159009,735308],[157736,742670],[162392,743857],[165965,749130],[155036,769463],[176986,187791],[178545,580545],[178761,580650],[176656,600814],[175953,598295],[175150,603426],[176108,604412],[171699,671577],[176901,681539],[176980,688075],[174871,685834],[173568,687532],[168660,684801],[170526,681720],[168241,679168],[171444,698085],[175287,698152],[177204,729753],[168750,724175],[174283,742543],[175308,741238],[176080,778691],[176327,775071],[178999,773350],[181502,655675],[179849,659366],[189666,672205],[179837,675099],[184040,680057],[183790,684565],[183189,685622],[179645,688362],[179337,679116],[189598,685388],[191686,686128],[183365,692189],[181303,700773],[181122,698536],[191437,734409],[189117,733769],[183690,738277],[191789,740114],[188621,740422],[191347,752098],[191302,753026],[191344,747217],[190540,743209],[189348,752343],[182160,774951],[197992,634840],[199629,637267],[202761,650961],[202407,663636],[194408,665694],[197351,659420],[196139,674998],[192382,676170],[192647,682229],[202838,693508],[202991,693610],[202524,737414],[200224,739676],[198400,735427],[198983,741643],[193278,735399],[198287,734962],[200388,736973],[200109,736006],[201044,739452],[200920,740145],[195000,737768],[194799,740032],[192602,742172],[196043,753837],[196628,754224],[196289,751538],[194697,748973],[199491,750175],[198876,747994],[202705,751674],[203675,749440],[193560,749693],[193862,751841],[194458,753353],[201672,758641],[201999,757547],[204758,763206],[192813,776085],[192199,775978],[215426,624455],[211080,616403],[214482,616584],[210269,636518],[209138,637949],[217196,628978],[206083,650040],[217330,647612],[210671,652046],[207253,661610],[205467,663365],[210403,662590],[210838,689413],[208888,681536],[204891,683314],[205942,722941],[212160,723312],[212744,721855],[217072,737199],[204906,741886],[215232,736500],[215947,738255],[204974,762015],[226740,624808],[228267,626593],[228488,626118],[227722,618012],[225846,662962],[223640,661839],[228011,667019],[225721,687499],[227254,685005],[227866,680920],[228496,681515],[224549,689242],[230003,692530],[223703,691549],[218918,713959],[220879,716443],[224231,712270],[221953,707082],[218294,726337],[224300,721434],[225110,725531],[229194,724045],[227413,722176],[233567,274289],[233740,274450],[234444,281001],[234654,281101],[241169,611830],[232293,623958],[233376,625605],[236162,616576],[233558,690909],[232334,723335],[236811,738002],[236380,738101],[237712,737933],[241622,735935],[239148,736453],[232319,740741],[230763,739264],[231871,743507],[233328,746347],[230755,745682],[243295,620826],[243601,616682],[246300,736835],[245142,735243],[251724,737483],[252204,739249],[13644,162155],[20355,156871],[18658,160211],[18620,159547],[16993,158268],[18791,157635],[16624,174803],[14470,172542],[14893,172525],[14100,172246],[23396,206814],[24465,206955],[20179,207085],[18972,210618],[25578,250363],[20219,251286],[20733,251727],[20154,251551],[20290,257494],[22212,258316],[19647,294250],[24922,295087],[260670,673888],[257621,675401],[263163,672514],[267946,666119],[265207,738566],[264762,740233],[259298,736539],[260863,736342],[266902,734672],[256926,746330],[256019,744860],[280572,324727],[280782,324827],[277655,677920],[278838,678325],[271867,673762],[279227,678621],[276736,681286],[292807,617128],[291144,619913],[282529,620049],[284162,615268],[282246,679977],[292311,681465],[286191,711004],[287267,709959],[291848,706513],[291480,705299],[289865,705857],[295837,688286],[306144,696386],[304017,693644],[304327,695700],[297412,709370],[307988,284681],[308206,284805],[307576,698795],[330828,541522],[331038,541622],[33234,212229],[29056,215585],[28773,216625],[33235,218901],[33483,220831],[32687,220253],[31929,252457],[31701,255021],[30623,253292],[30868,249082],[34626,252251],[29804,249760],[29122,250093],[25776,252016],[31150,250881],[27381,252808],[26272,253491],[25925,254376],[34340,252094],[27035,259320],[28081,261126],[27053,260303],[28297,260994],[28245,259970],[31183,264047],[31547,262586],[29684,262871],[30399,263416],[387321,307134],[387555,307132],[418924,483538],[442364,425825],[442574,425925],[447367,430369],[447395,430607],[442991,431196],[443019,431426],[447633,427086],[447839,426961],[38801,203192],[71982,319127],[76909,338815],[93356,260205],[1227774,576082],[1227984,576182],[1252823,399702],[1261674,399888],[1279459,350241],[1276516,363896],[1278803,369837],[1271586,387294],[1273516,388121],[123524,420384],[120450,419900],[124749,502164],[123916,504529],[124126,504629],[126997,515821],[126817,515975],[120441,602419],[123567,622958],[126067,625148],[122953,646285],[124741,652928],[126820,674608],[126743,690993],[125833,698119],[126344,696315],[125952,693022],[124103,695385],[120447,696273],[122605,691797],[123699,750226],[127709,751010],[124328,754780],[124327,765821],[126092,760808],[127364,761844],[127507,758317]] \ No newline at end of file diff --git a/src/gathering/a10911.json b/src/gathering/a10911.json new file mode 100644 index 0000000..b0d16ba --- /dev/null +++ b/src/gathering/a10911.json @@ -0,0 +1 @@ +[[-1276590,1450720],[-1277108,1450307],[-1279095,1449152],[-1279693,1470291],[-1271103,1466069],[-1270892,1465652],[-1269164,1477131],[-1270453,1477487],[-1269751,1476417],[-1269627,1479097],[-1267380,1480533],[-1275720,1509192],[-1271299,1515510],[-1271319,1515830],[-1270765,1514463],[-1269635,1515269],[-1270691,1514062],[-1268056,1514248],[-1268484,1513761],[-1267269,1514534],[-1267852,1235556],[-1269746,1234834],[-1267313,1234373],[-1288718,1433436],[-1288853,1432906],[-1281336,1445880],[-1280110,1445308],[-1287169,1441621],[-1280465,1446680],[-1283349,1469414],[-1283418,1469484],[-1283370,1469867],[-1283691,1469444],[-1280051,1471403],[-1280102,1471123],[-1280716,1471674],[-1281180,1471998],[-1280448,1471140],[-1282024,1474487],[-1282266,1474287],[-1282266,1474158],[-1282097,1474691],[-1281969,1474355],[-1282504,1474115],[-1280662,1498340],[-1280497,1499509],[-1283167,1499404],[-1282361,1498879],[-1280864,1500657],[-1281306,1498454],[-1283772,1501785],[-1284851,1503591],[-1283633,1501022],[-1282242,1501813],[-1284271,1503233],[-1282974,1500967],[-1294259,1432478],[-1293804,1427870],[-1295978,1430392],[-1295526,1427667],[-1331042,1306090],[-1335337,1287604],[-1335523,1287648],[-1335641,1287762],[-1336162,1293234],[-1336242,1293303],[-1331293,1306032],[-1331303,1306222],[-1331426,1306190],[-1340810,1362395],[-1341203,1362348],[-1341088,1362191],[-1340885,1362178],[-1363255,1021367],[-1390169,1330521],[-1390158,1330815],[-1388956,1334952],[-1390395,1332014],[-1390256,1334242],[-1394160,1072608],[-1394101,1072486],[-123940,186291],[-122729,186146],[-123897,185076],[-124025,184169],[-116771,179758],[-127912,186791],[-124451,233743],[-124719,233619],[-123555,237445],[-123627,234923],[-120752,238968],[-121640,236102],[-120994,240735],[-122009,240594],[-120926,241824],[-121575,240365],[-122584,240672],[-123147,239920],[-123914,249837],[-125808,250377],[-125875,249019],[-126429,251116],[-125436,252235],[-125169,246823],[-123379,245927],[-122480,247321],[-121871,243480],[-120133,251039],[-120369,248371],[-119792,250286],[-118159,249684],[-117734,251097],[-120804,249865],[-127725,473388],[-127381,472279],[-116692,482019],[-117250,481613],[-117761,480673],[-116771,481318],[-116788,481329],[-117250,481107],[-118149,583176],[-118618,586356],[-120505,583483],[-120218,583994],[-120199,583965],[-119539,584689],[-119347,583803],[-119789,583791],[-116399,589422],[-116591,589297],[-116685,589345],[-127749,596846],[-118485,609815],[-118890,610159],[-118025,609646],[-117130,613823],[-123644,621241],[-123638,622251],[-122257,621966],[-118587,616365],[-118537,617160],[-118285,616983],[-118438,630633],[-118567,630701],[-119699,630929],[-1398739,1076676],[-1398744,1076766],[-1398362,1077579],[-1398506,1077558],[-1399422,1075933],[-1399925,1157732],[-1399999,1157449],[-1395273,1235172],[-1395680,1235355],[-1395235,1235422],[-1395503,1235138],[-1395307,1235496],[-1395216,1235095],[-1395747,1235074],[-1409760,1112198],[-1409864,1112196],[-1409665,1112181],[-1421430,1069968],[-1421648,1069871],[-1444988,1081239],[-1445147,1081330],[-1441317,1227803],[-1437130,1229816],[-1436766,1229754],[-1437263,1229179],[-1436914,1229151],[-1458780,1340242],[-1458637,1340180],[-1459164,1340484],[-1456603,1341357],[-1456240,1342053],[-1457306,1343083],[-1455733,1341241],[-1456051,1341255],[-1456344,1341844],[-1465237,1338661],[-1465205,1337208],[-1465835,1338275],[-1465684,1338879],[-1465755,1338441],[-1466558,1338063],[-1466505,1338711],[-1464935,1337870],[-1466526,1336309],[-1465548,1336855],[-1466059,1337244],[-1465535,1335999],[-1465952,1337137],[-1465907,1334719],[-1464716,1337666],[-1463628,1339118],[-1463943,1338148],[-1464675,1338652],[-1463692,1339019],[-1463349,1338993],[-1461665,1337576],[-1462234,1337281],[-1462480,1337702],[-1462300,1338401],[-1462041,1337864],[-1462265,1337346],[-1463520,1339999],[-1463665,1339792],[-1463424,1340342],[-1463833,1340561],[-1463668,1339921],[-1464883,1341259],[-1459417,1341474],[-1459849,1339891],[-1468598,1343751],[-1467546,1343069],[-1468275,1343548],[-1468115,1343365],[-1467788,1343806],[-1467780,1343016],[-1468096,1343833],[-1468698,1343422],[-1469143,1343736],[-1468678,1342874],[-1469576,1343549],[-1468655,1343155],[-1468819,1343007],[-1467906,1344831],[-1467850,1344798],[-1468037,1344731],[-1467985,1344730],[-1468377,1345488],[-1468143,1346070],[-1463020,1032582],[-1462920,1032330],[-1462752,1032272],[-1463280,1032345],[-1462962,1032804],[-1463194,1032631],[-1462812,1032675],[-1462758,1032821],[-1483165,1344196],[-1481363,1343918],[-1483003,1344405],[-1482377,1344444],[-1483538,1344842],[-1483542,1345773],[-1483249,1345276],[-1475676,1345705],[-1475062,1346528],[-1475657,1346302],[-1476228,1346217],[-1490077,1074759],[-1490065,1074850],[-1507544,1360651],[-134641,186320],[-135060,186549],[-131535,181865],[-132188,182967],[-134048,183442],[-129787,187243],[-129358,184409],[-136702,184977],[-138509,183629],[-135748,185621],[-139351,190559],[-135716,187275],[-135782,185498],[-135228,225452],[-135992,225599],[-135046,225837],[-134824,226816],[-137269,225628],[-135197,225714],[-131066,224482],[-129859,225307],[-131227,224292],[-131857,224460],[-131877,225206],[-131968,224008],[-135343,222818],[-140642,235988],[-138211,232175],[-139749,234993],[-140024,236929],[-138936,235085],[-135797,241003],[-134546,240076],[-139322,242178],[-135556,242049],[-138368,248461],[-140622,247240],[-137443,248053],[-139165,248752],[-138910,248904],[-139213,246912],[-137426,244494],[-138568,244674],[-135031,246378],[-132660,247623],[-132215,247848],[-133874,247665],[-134048,246715],[-134359,248826],[-128035,251626],[-134155,249738],[-135428,251670],[-136080,249621],[-131904,473497],[-131186,473660],[-132176,473185],[-132536,473061],[-130950,473582],[-136574,473194],[-137046,473173],[-137038,473329],[-137277,473259],[-135942,472984],[-136866,472123],[-129168,473085],[-128508,471899],[-128600,472354],[-128328,473368],[-131366,473994],[-140625,476489],[-140673,476112],[-135031,479355],[-133862,479761],[-135035,479937],[-133971,479586],[-134197,480183],[-135105,479276],[-134881,486536],[-134030,486594],[-134974,486726],[-135222,487854],[-135180,488041],[-132616,496072],[-133980,487005],[-134488,575748],[-128204,596312],[-128027,596597],[-128329,596832],[-128508,598984],[-128259,595766],[-138077,625571],[-138481,624871],[-138560,624693],[-138333,624675],[-131942,637451],[-129981,637750],[-129920,637758],[-135106,632063],[-137574,630141],[-137600,630336],[-138420,630774],[-136316,628864],[-1530528,1340959],[-1532736,1336797],[-1532194,1337038],[-1532556,1337625],[-1532703,1336485],[-1532095,1335985],[-1535608,1340473],[-1535581,1340564],[-1535636,1340658],[-1534833,1341444],[-1535946,1340815],[-1534931,1341437],[-1526851,1340894],[-1527884,1340467],[-1528078,1342020],[-1528142,1340423],[-1526904,1341282],[-1525013,1340284],[-1531404,1340265],[-1530299,1343047],[-1526789,1340073],[-1529586,1338426],[-1532246,1344906],[-1527062,1346012],[-1526580,1344414],[-1530130,1347167],[-1568379,984522],[-1568347,985142],[-1566913,985578],[-1568137,986416],[-1567714,985911],[-1567912,987154],[-1578905,1024443],[-1633847,1005119],[-1635261,1006419],[-145655,183816],[-144982,183200],[-145263,182460],[-145494,180870],[-144516,184616],[-144114,182069],[-151215,180320],[-153116,182157],[-152135,180458],[-144077,229564],[-142644,228859],[-142669,233009],[-143439,231997],[-142768,231820],[-145117,232444],[-141275,234075],[-143001,232684],[-143256,237702],[-142809,236831],[-142293,236126],[-141481,235854],[-141668,238373],[-140965,235029],[-145940,230695],[-143612,338976],[-143241,339251],[-143991,338774],[-144457,338516],[-143741,338850],[-143689,338894],[-149820,339237],[-149174,338954],[-149479,339632],[-149421,338493],[-150774,338237],[-149355,338887],[-150723,347449],[-151888,348425],[-151615,347574],[-151168,348919],[-150631,348462],[-151164,347868],[-153309,354375],[-152529,357607],[-153295,357839],[-152784,357385],[-145198,350642],[-146487,350296],[-146273,350757],[-146651,350891],[-146604,349947],[-145428,350893],[-152997,358891],[-152278,359066],[-151925,359470],[-148164,361627],[-147929,361240],[-148628,361629],[-148080,361819],[-149057,362760],[-149306,362500],[-153061,366958],[-153331,367951],[-142074,395806],[-141343,391676],[-141028,392155],[-142166,397106],[-142592,397243],[-152799,430218],[-152995,429390],[-152713,430532],[-142806,468536],[-142262,468656],[-142261,469534],[-141682,468344],[-141788,468709],[-142379,469685],[-141683,476973],[-142394,475979],[-140854,475652],[-140943,476425],[-142494,483840],[-143019,484349],[-142455,484562],[-143536,484808],[-141925,483836],[-143245,484823],[-148519,486201],[-148761,486111],[-149071,486554],[-149871,486584],[-149860,486216],[-148456,487157],[-145917,587647],[-149785,592309],[-158886,175248],[-159309,177923],[-154685,178606],[-155645,178508],[-166118,186803],[-164253,186779],[-165196,187792],[-165665,186351],[-158949,181963],[-159503,180426],[-160636,181486],[-159397,182962],[-153652,179744],[-157155,345298],[-158136,345470],[-156862,345060],[-158136,344953],[-158087,346295],[-157699,345974],[-153843,354889],[-154057,353552],[-154712,354506],[-154074,354068],[-153907,354166],[-158753,352410],[-158432,353352],[-158626,352322],[-158096,353644],[-158454,356934],[-159004,354169],[-159303,353237],[-159195,357486],[-159553,358414],[-159916,357829],[-160001,357661],[-158886,358661],[-153635,368183],[-153848,367321],[-153617,367374],[-154525,367160],[-165581,422265],[-166099,421309],[-165008,422469],[-166253,421485],[-165977,421334],[-157962,422271],[-157082,421553],[-157787,422070],[-156916,421738],[-157651,422295],[-158071,422275],[-158963,416228],[-159059,417134],[-158046,417232],[-158916,417073],[-159309,417414],[-159499,416867],[-159245,411314],[-158885,412190],[-159041,411911],[-159292,412228],[-158751,412756],[-160045,411591],[-164593,431269],[-165806,430841],[-165661,430012],[-164639,431156],[-165919,431322],[-166071,430571],[-155060,425832],[-156374,425482],[-155341,426919],[-155723,426201],[-154351,426482],[-155170,426281],[-154053,429534],[-154403,429176],[-154249,429074],[-163138,426013],[-162958,425828],[-161613,426259],[-162403,426809],[-162507,427258],[-161872,425900],[-163804,559284],[-167279,187753],[-166881,185732],[-172691,189449],[-169716,191776],[-170374,191532],[-171779,190178],[-168758,191229],[-169384,191061],[-179143,237392],[-171624,245392],[-178311,285893],[-178180,284117],[-176240,289040],[-174965,285650],[-174463,283628],[-175477,289173],[-174484,287142],[-175731,284550],[-172845,285768],[-173372,286594],[-171806,288096],[-173401,288833],[-173108,289221],[-175058,289777],[-173318,298353],[-175386,299995],[-171606,299651],[-172728,295353],[-171331,297424],[-171160,298647],[-173714,302763],[-174478,301531],[-175374,305213],[-173673,301398],[-174381,305321],[-174187,302653],[-171493,296252],[-170232,296022],[-171478,298105],[-168905,297163],[-171776,294920],[-172179,298408],[-166524,421262],[-167560,427252],[-167830,427097],[-168228,426244],[-167640,427072],[-167973,426495],[-167475,427120],[-172029,428303],[-173650,428469],[-172326,427379],[-173411,427303],[-172826,428647],[-171442,428209],[-168568,428298],[-168197,428274],[-167861,428874],[-168343,428584],[-168478,429228],[-168481,428561],[-171416,550650],[-185373,174611],[-181973,173018],[-185070,173847],[-184043,175619],[-185360,173224],[-184773,174235],[-181932,177599],[-180417,174169],[-183093,177488],[-182072,174223],[-182571,179068],[-182005,177238],[-188279,178239],[-189323,177924],[-187202,175265],[-187178,175620],[-187895,174254],[-191835,175936],[-186268,183177],[-185496,182219],[-184950,183052],[-182789,180846],[-183673,181174],[-185787,182776],[-180058,239967],[-181538,239737],[-180659,238453],[-181528,237436],[-181788,239155],[-188634,255305],[-188246,253232],[-186727,255709],[-191095,254715],[-188576,255217],[-191787,254752],[-190479,251021],[-191705,285033],[-190886,284171],[-180708,285197],[-180598,284979],[-179880,286864],[-179459,285139],[-187096,283808],[-184152,282497],[-183680,283856],[-184364,285528],[-182569,283447],[-186956,282774],[-189679,466118],[-193277,176215],[-193718,177015],[-192237,180799],[-193410,179624],[-193245,181847],[-194122,179563],[-193288,233876],[-192586,234052],[-194384,233704],[-193100,231249],[-193348,232418],[-193194,230929],[-196234,290389],[-195157,287950],[-198246,289203],[-198182,289773],[-196305,290506],[-196286,288718],[-194959,284437],[-193548,285286],[-193200,285199],[-195909,284906],[-201951,284075],[-212907,174272],[-212494,172785],[-213063,174155],[-212682,174517],[-213414,173813],[-226103,-648785],[-223961,-648464],[-220675,-646014],[-227580,-649923],[-226706,-649422],[-226969,-646817],[-219621,-663883],[-223736,-657359],[-221590,-662857],[-222796,-658221],[-225190,-658848],[-224198,-660026],[-228589,189592],[-237374,-650937],[-233016,-648872],[-233129,-650811],[-234039,-653403],[-232978,-653733],[-232393,-652948],[-239259,-661918],[-238330,-656163],[-236792,-656937],[-237222,-660214],[-240161,-657749],[-235360,-654890],[-238878,191211],[-240858,195889],[-240177,195436],[-242134,196988],[-241626,194784],[-240108,199156],[-240862,195660],[-238769,194721],[-238803,193579],[-239365,195253],[-239768,194942],[-241532,469129],[-2608,134612],[-2931,136361],[-2495,139167],[-5231,136508],[-8276,137203],[-7533,137527],[-4372,138108],[-5265,137480],[-5799,139949],[-5668,138874],[-3500,138177],[-5230,137142],[-1302,138474],[-930,137424],[-2150,137730],[-1026,137697],[-2282,136593],[-7095,133186],[-8316,134388],[-6856,134166],[-7555,133563],[-7988,134810],[-8133,134000],[-11913,140253],[-8007,130475],[-6304,146884],[-3859,144072],[-4114,144174],[-6278,146595],[-6014,145650],[-6256,147401],[-173,148338],[-112,150818],[-11112,141611],[-9849,141865],[-11021,142277],[-9034,144002],[-10796,143482],[-7600,151981],[-3443,149518],[-945,151330],[-7157,158598],[-9568,162071],[-7505,157914],[-5873,157624],[-10222,161224],[-7459,165592],[-4932,165084],[-7821,164807],[-5940,165304],[-11533,163840],[-12449,165767],[-8953,158980],[-1291,165602],[-10226,173543],[-9487,166827],[-12506,166872],[-11156,166730],[-11639,167958],[-9969,167417],[-9921,168272],[-3514,171311],[-5597,173059],[-6103,173126],[-6322,170917],[-2115,169955],[-3862,171475],[-3420,174131],[-4179,176872],[-2797,174165],[-1757,174113],[-3381,175375],[-3876,174512],[-6829,170119],[-12722,217403],[-11469,212640],[-10911,212314],[-11593,216959],[-11239,212848],[-11047,212854],[-11725,224218],[-12311,224741],[-11854,219656],[-12288,220436],[-10145,228599],[-9319,227068],[-10753,224083],[-10236,221856],[-10132,226029],[-6724,227512],[-9728,407845],[-10729,406454],[-10516,407613],[-9863,406615],[-10738,407248],[-9898,406910],[-10867,401904],[-9987,402549],[-10620,401628],[-10982,401830],[-11761,400949],[-11435,400544],[-12379,397897],[-11983,397954],[-12341,397963],[-12504,398412],[-12482,399414],[-606,94649],[-6115,97381],[-7762,98442],[-11029,97850],[-5832,97966],[-4246,96541],[-6673,93198],[-2934,100630],[-2728,100378],[-225,100596],[-165,103043],[-1053,103179],[-5977,105195],[-4950,104926],[-6617,110422],[-3815,113992],[-3501,123772],[-3277,125909],[-11763,125866],[-8270,127591],[-10224,126226],[-8570,127255],[-255957,191648],[-255125,185910],[-252980,180469],[-253193,183215],[-253506,183334],[-251217,184725],[-253234,182987],[-251527,184248],[-248232,192266],[-248308,194202],[-249464,194763],[-250201,192527],[-247859,193610],[-249672,194000],[-248681,457588],[-258079,190322],[-259120,190785],[-256810,191680],[-256327,189717],[-257643,183676],[-257406,184554],[-259134,185361],[-257973,182397],[-256380,183598],[-258110,193425],[-259356,462247],[-289245,-619919],[-286993,-636288],[-285380,-848314],[-284948,-848789],[-284672,-845084],[-284348,-846680],[-295749,-637042],[-295657,-638172],[-319667,-606398],[-310914,-674420],[-311389,-674852],[-307684,-675128],[-309280,-675452],[-323429,-609208],[-321578,-606786],[-321566,-606807],[-323035,-608841],[-321383,-609178],[-323512,-824393],[-322758,-833149],[-321628,-833057],[-343973,-654907],[-340898,-659848],[-342473,-657556],[-340952,-656279],[-340649,-658776],[-351279,-592902],[-349912,-595289],[-347255,482209],[-368442,-830451],[-369572,-830543],[-367688,-839207],[-16342,128799],[-19734,132144],[-15258,129167],[-14703,129697],[-13995,129081],[-13280,130258],[-13726,131025],[-12976,131732],[-14590,136466],[-15952,150221],[-14814,148378],[-15078,147984],[-14235,149648],[-14094,161210],[-13413,165187],[-14412,165158],[-13695,161986],[-23653,185468],[-16985,211997],[-14642,210383],[-13496,207841],[-14809,209245],[-15614,215451],[-16122,210236],[-20559,214447],[-16668,209232],[-20422,215534],[-17771,210258],[-13578,219280],[-14863,220786],[-15100,219395],[-15268,225924],[-14297,228946],[-15187,225287],[-13651,221752],[-24482,235516],[-24759,236343],[-24881,235383],[-23241,233204],[-22883,232916],[-22644,236448],[-24730,237276],[-24150,235562],[-24949,236718],[-22479,236942],[-23214,237447],[-24321,345028],[-25555,343931],[-23865,344332],[-24482,343908],[-25548,345368],[-25181,362619],[-24502,364079],[-20408,367568],[-19349,399402],[-18315,399602],[-17984,400304],[-18242,400889],[-18182,400702],[-18295,400565],[-18565,405212],[-17468,405257],[-18387,404249],[-17393,405241],[-17647,405512],[-16850,405525],[-12826,399241],[-20857,399372],[-21886,400346],[-20166,399030],[-20662,399926],[-19656,399034],[-19904,399291],[-25164,602088],[-21473,111732],[-17530,108193],[-16659,110416],[-24774,123728],[-16264,125609],[-382782,19232],[-385840,6510],[-386594,10420],[-391261,23592],[-392830,29570],[-405820,-815286],[-406252,-814811],[-406528,-818516],[-406852,-816920],[-399336,46796],[-399879,47147],[-399731,47598],[-405553,39559],[-398777,47382],[-398805,47808],[-434318,-574404],[-426467,-570933],[-426940,-567584],[-441489,-575441],[-441602,-578665],[-437266,-580981],[-445729,-581121],[-451269,-575496],[-459487,-575707],[-449065,-578537],[-453109,-576431],[-452297,-577424],[-458202,46750],[-456678,55738],[-454610,57139],[-457112,71949],[-454972,88131],[-452727,100643],[-448120,105792],[-456426,120167],[-458139,120286],[-471791,-568813],[-467823,-570459],[-472588,-570097],[-467149,-573257],[-472472,-572144],[-472682,-575187],[-473313,22337],[-471460,21737],[-468533,26243],[-462455,48516],[-467027,52530],[-471482,60896],[-472531,110924],[-472588,110638],[-470574,119708],[-485085,-22091],[-484741,-25319],[-483004,-31009],[-483642,-35203],[-486313,-37042],[-476565,-574281],[-474823,-574169],[-474697,-573313],[-485051,-42335],[-482181,-38625],[-482429,-41062],[-475587,25599],[-476091,25222],[-476727,26547],[-482667,101826],[-478479,100458],[-475060,113094],[-476685,102701],[-478333,103836],[-478941,104387],[-476918,107701],[-473661,108044],[-486429,-20922],[-486563,-21534],[-487541,-36585],[-495285,-32215],[-495812,-32447],[-497684,-35848],[-491709,-37224],[-495080,-34277],[-497102,-37601],[-497732,-32774],[-492270,-40805],[-494590,100590],[-33916,152503],[-31984,157105],[-32037,157770],[-32002,155891],[-31722,158095],[-29743,157038],[-32101,171815],[-33118,170942],[-34443,168853],[-27040,178668],[-28554,175000],[-26994,176714],[-30959,172973],[-28485,175049],[-28495,175389],[-27067,175846],[-30548,169965],[-32045,170456],[-31313,170995],[-31795,169647],[-30413,167576],[-30462,170299],[-32932,167040],[-31537,167310],[-31723,169756],[-27032,182052],[-34995,190233],[-34007,190113],[-34582,190854],[-35812,191834],[-33890,190621],[-33413,192638],[-31889,194703],[-31477,196339],[-30702,195451],[-31307,194126],[-31435,195382],[-33757,196048],[-27040,237115],[-27019,234467],[-29200,237405],[-33742,235574],[-29745,237805],[-31037,231751],[-30094,233652],[-29924,232699],[-27899,235253],[-28153,235555],[-28880,235272],[-28794,234686],[-28328,235551],[-29116,233743],[-30699,239343],[-28814,239667],[-30371,239567],[-33458,344917],[-32647,344588],[-34481,347097],[-33766,347397],[-31379,355610],[-31321,355634],[-28319,355769],[-30015,354720],[-30120,356137],[-30283,356158],[-28289,351675],[-30870,354869],[-28169,352679],[-30878,354317],[-31022,352482],[-27894,351873],[-33839,348978],[-34650,350375],[-34315,349758],[-34680,348105],[-26207,364136],[-27264,364160],[-26403,360550],[-27956,363875],[-34151,389660],[-29755,426849],[-501637,-36732],[-516322,-561498],[-512896,-560190],[-514877,-558708],[-515530,-561139],[-513073,-563548],[-517077,-564046],[-535909,-557090],[-532534,-564950],[-534230,-566724],[-533826,-566946],[-535794,-564587],[-535506,-566390],[-535181,-566641],[-538801,-557969],[-546035,-556961],[-543116,-562525],[-544228,-560838],[-547813,-560339],[-538746,-571733],[-545280,-564682],[-545759,-564108],[-548099,-567743],[-543316,-570913],[-545542,-563902],[-543431,-565584],[-541480,-563626],[-538520,-568128],[-546640,-564951],[-545677,-566455],[-537874,-566893],[-538941,-563919],[-539347,-567682],[-546391,-50777],[-544623,-54304],[-549437,-52542],[-550344,-52490],[-549053,-58157],[-550064,-57737],[-551740,-116849],[-551804,-118960],[-550960,-115418],[-556182,-127417],[-554428,-485162],[-553565,-485051],[-553063,-484277],[-561459,-494219],[-561209,-493815],[-561928,-493723],[-562956,-494270],[-562504,-494953],[-562967,-496411],[-553982,-486471],[-553923,-486820],[-552877,-487688],[-563188,-495925],[-563088,-496518],[-560013,-500625],[-550610,-565067],[-555015,-45020],[-551691,-48812],[-553232,-55130],[-562581,-54428],[-552235,-57472],[-556015,-59829],[-561896,-78931],[-561836,-80239],[-561321,-79998],[-559869,-77731],[-554320,-110421],[-555038,-111202],[-551145,-110386],[-554311,-110323],[-553895,-110669],[-554560,-112939],[-565084,-116337],[-573518,-494885],[-574496,-490465],[-567075,-488759],[-566113,-488599],[-566526,-491008],[-566673,-491305],[-567075,-490209],[-566464,-490249],[-567076,-490347],[-566997,-488263],[-565779,-489562],[-565098,-508143],[-570350,-505825],[-570653,-505541],[-565824,-503785],[-568489,-504400],[-571909,-568130],[-571646,-568289],[-572090,-566169],[-566533,-565520],[-573548,-572166],[-563314,-78893],[-575373,-83486],[-569602,-97509],[-566842,-98677],[-568544,-94556],[-566424,-105288],[-564762,-105237],[-581316,-164185],[-579315,-173471],[-582043,-170815],[-584521,-168785],[-585751,-169871],[-588113,-188438],[-588370,-187997],[-577287,-488527],[-577352,-491304],[-578607,128539],[-582244,130143],[-581342,136693],[-582972,134265],[-579782,126850],[-590869,-176294],[-594495,-175324],[-588925,-181266],[-590176,-186198],[-591504,-186827],[-592561,-186473],[-590750,-191522],[-589374,-191018],[-590889,-188187],[-590337,-188296],[-590650,-187564],[-589767,-188626],[-596198,-182379],[-591080,-182565],[-601440,-200010],[-591672,-199202],[-592513,-194815],[-590739,-192401],[-589555,-192361],[-592410,-246094],[-593061,1792832],[-607795,-251041],[-609077,-250645],[-613173,-253185],[-608563,-251214],[-608579,-251738],[-609500,-271084],[-610417,-271981],[-612119,-271024],[-613199,-270663],[-613319,-281104],[-612956,-272758],[-614547,-273866],[-617072,-272427],[-615158,-273325],[-616392,-273405],[-614471,-278860],[-614668,-275485],[-615038,-282712],[-626477,-293501],[-40290,153094],[-40706,152477],[-40175,153081],[-41039,153159],[-39629,154286],[-39156,154361],[-42929,317255],[-49900,314365],[-48839,314517],[-50455,317340],[-43242,319309],[-43802,323729],[-44752,323995],[-46299,322559],[-44334,324383],[-45738,323269],[-43800,324017],[-50747,320511],[-47321,321772],[-46909,325265],[-48257,320612],[-46488,321213],[-42812,321443],[-41860,320924],[-42958,321623],[-44014,321330],[-42789,320226],[-47689,393600],[-39929,399735],[-39460,401405],[-39740,401058],[-39749,401793],[-39376,401074],[-39286,401281],[-40718,401379],[-43002,409319],[-42702,408909],[-42305,408781],[-41726,408796],[-41293,408552],[-42005,409452],[-43594,433576],[-49156,448139],[-49089,447964],[-47733,447551],[-47510,447535],[-49715,454754],[-48969,454728],[-48228,455831],[-48232,454170],[-49222,455108],[-49345,454498],[-48282,448492],[-48097,448246],[-50705,460750],[-49329,462790],[-50554,461280],[-49293,462391],[-50402,462807],[-50931,462395],[-50841,600723],[-50423,608312],[-49324,607502],[-50466,608423],[-49481,608002],[-49476,608437],[-47421,609547],[-49622,611791],[-47995,612197],[-49602,611403],[-50061,610527],[-50037,611952],[-50063,610443],[-46716,615718],[-635356,1748095],[-641224,-151633],[-640038,-151000],[-651625,-150011],[-651600,-150030],[-651605,-150077],[-652612,-149362],[-652585,-149257],[-645965,-178975],[-645971,-178932],[-643523,-184838],[-643204,-184911],[-643095,-185079],[-645295,-183228],[-650508,-199638],[-652024,-205525],[-651999,-205545],[-640261,1699335],[-642486,1704544],[-642081,1734445],[-649309,1750098],[-650821,1757881],[-657716,-149067],[-657211,-150370],[-654360,-149483],[-654468,-149536],[-656418,-150044],[-654239,-183950],[-657018,-186339],[-654103,-183949],[-653817,-180667],[-653739,-180862],[-653482,-179793],[-654716,-180791],[-654739,-180700],[-654616,-180841],[-660358,-192772],[-662725,-203778],[-661647,-204496],[-665538,-204244],[-664235,-196671],[-664098,-196850],[-661593,-196285],[-661427,-193521],[-660170,-194241],[-661142,-193212],[-663483,-204998],[-656278,-208126],[-656357,-208286],[-661792,-205942],[-656474,-207952],[-656421,-208024],[-673837,-188875],[-673937,-188995],[-673824,-188939],[-673988,-188134],[-674840,-187677],[-674291,-189386],[-674595,-188070],[-673826,-188159],[-666287,-203360],[-677797,-204397],[-678204,-204308],[-666559,-203412],[-666563,-198505],[-675760,-205798],[-675499,-205601],[-674536,-205634],[-674825,-206260],[-678590,-185760],[-678905,-185669],[-679946,-188341],[-678751,-190048],[-680276,-188438],[-679046,-186152],[-679869,-204231],[-684577,1663096],[-699969,1665264],[-699239,1686261],[-724836,1685086],[-738519,1672798],[-732939,1688146],[-736072,1691379],[-738438,1693671],[-737650,1694090],[-736980,1691274],[-738203,1690539],[-739655,1691172],[-731026,1690172],[-737069,1690781],[-737191,1693558],[-735390,1695957],[-734835,1695627],[-60518,136674],[-60138,134290],[-59441,132801],[-63592,131099],[-63305,131123],[-51265,133955],[-58103,158995],[-55758,156354],[-55582,157418],[-56037,155980],[-52062,154899],[-52560,155833],[-53237,164061],[-54303,161042],[-58854,181984],[-51326,319804],[-54852,316795],[-52117,315584],[-62280,316093],[-63061,316919],[-63169,316585],[-63036,317946],[-62695,319044],[-60401,319288],[-52265,315033],[-61548,320833],[-60504,320841],[-60804,321714],[-61921,322123],[-55292,340942],[-55890,338975],[-55462,339934],[-56509,339604],[-54715,339097],[-52845,339986],[-60184,341948],[-59800,341377],[-59019,338053],[-61788,341740],[-56593,341982],[-53630,375525],[-56247,458484],[-55750,458605],[-56359,457774],[-55684,457663],[-54855,457754],[-56876,458109],[-52923,465037],[-53298,464611],[-53728,466091],[-52942,465687],[-54381,465120],[-53652,467263],[-62803,590607],[-59448,597121],[-59696,597295],[-59730,598124],[-60877,598162],[-60759,598260],[-60785,597050],[-59338,596057],[-58208,596963],[-58912,597531],[-57871,595481],[-58641,597016],[-58343,595033],[-59088,595824],[-51803,600290],[-56348,601621],[-54322,601725],[-55461,601308],[-59973,594940],[-60123,593363],[-62568,591782],[-59194,595168],[-59725,595588],[-60954,591219],[-60084,592117],[-59722,606208],[-59436,607391],[-58772,606660],[-59463,606809],[-58974,605516],[-60094,607099],[-59224,605725],[-55548,601873],[-51705,601913],[-63572,612322],[-63024,125432],[-57345,124073],[-57147,123632],[-59354,123067],[-60254,126542],[-60045,124770],[-60635,126606],[-52596,117317],[-53166,118713],[-759736,1647356],[-765963,1663256],[-758647,1662373],[-766675,1663859],[-766768,1663885],[-761972,1665898],[-761053,1665185],[-759793,1682132],[-756391,1685121],[-779105,1633556],[-775567,1639089],[-789829,1605660],[-787077,1606617],[-802357,1626225],[-812385,1581897],[-806652,1588779],[-809064,1620514],[-812461,1617316],[-830051,1584416],[-834340,1586292],[-842995,1588625],[-843164,1587421],[-832590,1607906],[-838323,1620016],[-838378,1619819],[-839551,1620544],[-838271,1617559],[-840476,1618976],[-840162,1620404],[-862034,1570270],[-64340,131020],[-74571,136146],[-74817,136200],[-73628,129507],[-74051,131375],[-74622,131240],[-74054,129630],[-73114,131904],[-75551,152329],[-73517,174621],[-72659,174045],[-72780,174433],[-72631,174670],[-73433,174638],[-73323,174272],[-68349,317011],[-64582,315912],[-66232,323136],[-66954,323432],[-66769,326826],[-66478,326660],[-65845,323521],[-64912,324568],[-71359,326246],[-71475,331141],[-69966,330635],[-70141,329924],[-70666,327442],[-69555,328075],[-70103,342161],[-70273,594838],[-70184,594683],[-70174,594825],[-70477,594363],[-69865,594429],[-70647,594400],[-65740,597562],[-65796,597420],[-65639,597474],[-69131,589709],[-67492,590867],[-66491,590368],[-65855,591636],[-66639,591302],[-65380,589307],[-71778,603621],[-76359,612100],[-64955,604945],[-65496,607582],[-64818,607983],[-73600,626613],[-72164,628803],[-72240,629556],[-72836,628777],[-74630,632189],[-73595,631906],[-67907,630106],[-68007,629944],[-66948,629670],[-67556,629934],[-67844,628822],[-67584,629750],[-66586,630751],[-66365,630751],[-65279,633281],[-66623,631079],[-66696,630999],[-65793,630586],[-65081,633740],[-66755,631069],[-69804,641075],[-70653,640681],[-70410,641316],[-64487,122815],[-65080,122806],[-64183,124216],[-65537,123842],[-886292,1578264],[-890002,1578104],[-885686,1577971],[-905558,1573610],[-903169,1571737],[-903169,1571737],[-902965,1575382],[-914420,1590540],[-913026,1589121],[-928423,1581372],[-924167,1586042],[-924687,1582036],[-942977,1501098],[-997838,1450774],[-987797,1490814],[-988409,1490706],[-990774,1494858],[-991796,1494052],[-991600,1493891],[-991451,1494098],[-989037,1499553],[-1000542,1452787],[-998985,1452681],[-1000150,1453534],[-1006151,1487737],[-1005920,1488554],[-1006602,1488138],[-999602,1508789],[-77872,136058],[-77881,133814],[-77327,135281],[-84581,138838],[-82340,136502],[-84804,138843],[-83644,136085],[-81404,138759],[-82768,135993],[-86290,138442],[-87136,138038],[-86386,138121],[-86833,138277],[-86492,137865],[-84102,145784],[-86144,146156],[-81322,144199],[-86152,145709],[-79914,150167],[-77167,147093],[-76907,148203],[-77225,147841],[-78010,147537],[-78680,148902],[-80823,142908],[-81322,143410],[-81011,143762],[-81674,143200],[-81715,143417],[-81263,143135],[-87209,144040],[-86391,144068],[-87061,144184],[-87069,144408],[-87611,146995],[-86922,148055],[-88205,145639],[-86979,145554],[-86902,148679],[-86940,147888],[-88282,153914],[-86316,155040],[-76960,154242],[-79127,154043],[-77334,155059],[-77027,154928],[-83815,160489],[-79330,158812],[-84313,208718],[-81298,319506],[-83511,318507],[-84664,318854],[-82024,318486],[-81988,318181],[-81111,319750],[-87051,319907],[-85740,319417],[-85839,319365],[-88187,314051],[-78729,330099],[-80188,330338],[-80437,329867],[-79469,329831],[-78399,329433],[-79414,330793],[-80879,326737],[-80439,325953],[-81916,328029],[-80343,327050],[-81320,323947],[-87604,334323],[-87980,334373],[-82364,363731],[-83466,364599],[-82918,364563],[-82419,364050],[-83667,364609],[-83343,365045],[-85531,359810],[-84785,359908],[-86009,360815],[-88992,469563],[-89526,470334],[-89239,469518],[-89255,469757],[-89300,478040],[-89048,478677],[-88218,479411],[-88512,478833],[-87810,478035],[-88587,478214],[-82439,484998],[-82374,485679],[-81903,485431],[-81943,484782],[-82596,485438],[-82659,485500],[-84763,488655],[-85431,489741],[-85797,489400],[-85497,488641],[-85457,489504],[-84914,489479],[-80726,543547],[-88550,600626],[-89083,606732],[-89219,606611],[-89318,606841],[-88138,609160],[-89094,609178],[-89030,609255],[-85359,602729],[-87596,603105],[-86144,603911],[-87906,604564],[-87751,604179],[-84864,606558],[-84891,606243],[-85051,606203],[-87972,604476],[-84995,605574],[-85999,608129],[-85977,608982],[-87026,607830],[-83243,621900],[-83310,621806],[-78482,617872],[-80429,617824],[-81246,616384],[-82391,616732],[-79444,623362],[-78770,621751],[-78636,624279],[-77818,623859],[-78113,622705],[-87525,639555],[-87970,640031],[-77147,635072],[-89480,642143],[-84760,652076],[-80930,651138],[-77768,651227],[-89071,660489],[-80251,653074],[-1023472,1438773],[-1023271,1438977],[-1023096,1439110],[-1023259,1438537],[-1023209,1439109],[-1022243,1438627],[-1023329,1443002],[-1023239,1442945],[-1018036,1528767],[-1031412,1521239],[-1032667,1567780],[-1047755,1409813],[-1039087,1484067],[-1044873,1486451],[-1044866,1497017],[-1040810,1503766],[-1040659,1504521],[-1040216,1559526],[-1055023,1426502],[-1056200,1450665],[-1056307,1454427],[-1050616,1496399],[-1049705,1495921],[-1057287,1546200],[-1066851,1392078],[-1065216,1435601],[-1071512,1467149],[-1069383,1483332],[-1067127,1495843],[-1062520,1500993],[-1080617,1461980],[-1080388,1461834],[-1080943,1461655],[-1081056,1461835],[-1080591,1461814],[-1079699,1461791],[-1100424,1419756],[-1092440,1425958],[-1095238,1428446],[-1096969,1438891],[-1100898,1361036],[-1109809,1455563],[-1109698,1454831],[-1109811,1455613],[-1123044,1395323],[-1122032,1395770],[-1122821,1395405],[-1122221,1395846],[-1122653,1395415],[-1124355,1416105],[-1131521,1383638],[-1127452,1383988],[-1129860,1481269],[-1129092,1480422],[-101126,200616],[-93382,318850],[-91762,328570],[-91240,329601],[-92298,328144],[-92006,329851],[-92652,330988],[-92297,331234],[-95961,326032],[-94468,327456],[-94320,327324],[-93593,325671],[-95918,326809],[-89811,332281],[-89864,332503],[-95844,322143],[-93255,321257],[-97217,473458],[-96889,472925],[-97501,472973],[-96515,472322],[-96318,473465],[-96962,472938],[-89917,470733],[-90232,470872],[-91782,481640],[-91437,482453],[-91449,482074],[-90980,481839],[-91239,481666],[-91630,481877],[-96494,490051],[-96846,490305],[-97465,490174],[-96436,491439],[-97394,490165],[-96478,489997],[-102344,588977],[-101372,587348],[-100996,586124],[-100928,587170],[-100444,587039],[-100913,589872],[-101134,589248],[-101988,596896],[-99743,596282],[-101633,597936],[-90124,600690],[-91026,600983],[-93185,600038],[-93397,599040],[-92551,599999],[-94926,601314],[-90090,598634],[-91055,601394],[-94891,600292],[-91081,601293],[-99860,600724],[-99654,600506],[-99482,601123],[-101868,594125],[-91465,604615],[-91738,604859],[-91667,604645],[-91016,607211],[-91043,607082],[-90808,606780],[-91342,606807],[-91402,606603],[-91134,607247],[-93364,605491],[-93075,605474],[-93539,605207],[-91942,605936],[-92501,604600],[-93778,606376],[-90092,604262],[-89862,606240],[-90274,612790],[-90163,613587],[-90833,614361],[-101487,604689],[-101635,604773],[-102291,605732],[-90387,602060],[-96657,603497],[-93385,603593],[-95160,603700],[-95348,603456],[-101850,604684],[-94589,617607],[-94144,615221],[-93731,615122],[-91868,617494],[-91796,617666],[-92059,617654],[-91010,615872],[-97200,621520],[-96048,646563],[-95359,644625],[-92537,643792],[-93340,648862],[-89994,642065],[-90119,641976],[-97016,648588],[-96783,649670],[-99004,648979],[-99256,650713],[-101174,655847],[-100904,655018],[-99755,654757],[-90187,660597],[-90349,660508],[-92635,661630],[-91178,660925],[-90673,662203],[-92040,663043],[-91337,662821],[-1140163,1349318],[-1141533,1374165],[-1139802,1420246],[-1143778,1435405],[-1153003,1354712],[-1164169,1425115],[-1161121,1421465],[-1160274,1472361],[-1174703,1361550],[-1199048,1464418],[-1208079,1368986],[-1208102,1369391],[-1213836,1429672],[-1205064,1442546],[-1209435,1438542],[-1207724,1441766],[-1214085,1458928],[-1212384,1459051],[-1212757,1459120],[-1213986,1459272],[-1213854,1459134],[-1213790,1459591],[-1224192,1347179],[-1223765,1347483],[-1223700,1347137],[-1226891,1386176],[-1227373,1386414],[-1241191,1453225],[-1229882,1453581],[-1231876,1471515],[-1232556,1472037],[-1242990,1451262],[-1263476,1482597],[-1261718,1480219],[-1261996,1478672],[-1262458,1481005],[-1264371,1481726],[-1260872,1499103],[-1262805,1500018],[-1261191,1500069],[-1259978,1499801],[-1260289,1499875],[-1267119,1515586],[-1267024,1238776],[-1266700,1239453],[-114299,178983],[-111981,179312],[-113960,179693],[-113076,181988],[-113254,179952],[-110776,388592],[-112476,389858],[-110787,388719],[-107477,434308],[-107950,433515],[-107336,433385],[-107089,434409],[-107746,434539],[-107348,434109],[-103931,433313],[-103701,432997],[-105189,433165],[-103605,433465],[-104403,432534],[-103714,433595],[-104600,443103],[-104455,442384],[-104592,442309],[-104714,443543],[-104197,443170],[-104149,443052],[-111171,449479],[-111259,449233],[-111796,449329],[-111600,448589],[-111972,448812],[-111657,449387],[-111613,576168],[-102975,588037],[-103231,587830],[-108230,582459],[-108243,582771],[-108338,582701],[-108588,582976],[-108683,581444],[-113595,596638],[-113065,596191],[-109188,597572],[-112780,596965],[-113631,595820],[-107762,599416],[-104049,591592],[-104436,590248],[-115140,606213],[-103732,606181],[-103696,605966],[-105582,607673],[-105869,607692],[-105901,607817],[-107387,609294],[-109171,608819],[-110376,610824],[-110150,610640],[-110066,610961],[-111236,610726],[-111308,609921],[-111143,610078],[-113173,611466],[-109418,615306],[-109544,615081],[-104313,634694],[-102705,635226],[-102886,633685],[4026,134180],[414,136682],[9801,149376],[10524,152162],[5269,152734],[4711,151983],[10310,151664],[80,150230],[173,152109],[9768,160014],[12157,160354],[12148,157870],[626,162287],[11431,171775],[6995,177071],[7913,176360],[6453,177025],[7603,176505],[5565,176805],[500,169829],[879,168232],[12414,174753],[12099,175578],[11389,87990],[10460,90983],[9313,91055],[3153,96014],[4422,101432],[1962,100562],[2802,97385],[343,124856],[1287564,210897],[1285289,205743],[1287028,321161],[1289810,330527],[1290941,352597],[1292627,349693],[1280615,365604],[1281679,364636],[1280695,384092],[1303853,230168],[1305978,235542],[1313953,252524],[1315164,254814],[1309697,354145],[1308135,357096],[1309962,387165],[1309780,388378],[1327409,194202],[1327864,195658],[1320297,205906],[1321902,208372],[1330105,288083],[1325350,282633],[1329636,341634],[1341233,197830],[1332256,347640],[1346046,200445],[1346288,321981],[1345763,324410],[1356132,380256],[1358207,382102],[1363220,387026],[1368560,388786],[1386613,213543],[1390195,214645],[1384295,228450],[1385562,228732],[1407669,222519],[1405678,221729],[1406579,249481],[1405808,285765],[1399922,331492],[1395616,334825],[129266,592814],[132324,614595],[133201,613863],[131063,613760],[130143,613270],[131417,617593],[132205,616889],[130764,617348],[131279,615433],[128506,626005],[128890,615198],[129363,617531],[128823,672598],[128076,672497],[129124,673802],[130997,672466],[129912,673995],[137574,681709],[136705,683624],[131542,684016],[138629,687860],[136710,684524],[135878,688393],[134944,684738],[133220,690939],[136823,686056],[135054,685860],[135418,687399],[131863,688800],[128905,685996],[128165,690520],[128679,687282],[132641,687751],[130018,688000],[132612,689171],[131926,686834],[131163,703630],[133717,699684],[131805,692704],[133558,694986],[132724,693898],[129814,695558],[138103,709861],[138149,710614],[137100,716371],[138400,714746],[138606,713120],[140375,711818],[130809,738199],[132930,735564],[128709,736906],[128632,741177],[132291,737430],[128438,746981],[130926,748805],[129856,743315],[129893,748986],[136790,761263],[137243,762859],[140158,760647],[137847,761210],[131047,761818],[130490,761411],[130442,761512],[1409362,236364],[1411166,234856],[1408958,248390],[142042,404485],[145659,687531],[148010,687030],[145230,690441],[152029,690467],[144861,691047],[142735,684117],[145269,685257],[140942,683344],[146310,685719],[141056,680649],[144374,686203],[142482,687795],[142226,686473],[143371,683056],[148727,691482],[141188,692536],[150570,697647],[146050,702814],[147910,700572],[152536,701478],[142907,708826],[141637,708198],[141198,712497],[141762,707396],[141124,710886],[144175,715114],[143377,713107],[145317,716540],[141573,715415],[142936,727026],[141466,726019],[147241,725602],[145621,726599],[147663,723628],[151576,727943],[144570,729180],[146091,717011],[142866,717747],[144091,727226],[152093,731006],[145890,731508],[146228,733290],[142084,733795],[147335,736620],[143079,730975],[142112,732609],[143165,732855],[143367,732230],[143576,732629],[143484,731722],[143730,732502],[144940,732565],[144109,739195],[144922,739073],[145937,738928],[145408,738082],[143620,738185],[145633,738518],[144972,738233],[144846,738395],[146392,736922],[145719,736874],[145540,737303],[144980,736188],[143737,735628],[144411,734827],[144621,735120],[145029,736364],[145915,735076],[142893,762482],[140825,764132],[150877,767784],[153188,767110],[149255,767582],[152932,767857],[150892,777601],[151443,777010],[152466,778637],[151431,777293],[151962,775784],[152565,774425],[153258,776277],[149529,768745],[163356,407403],[153685,409193],[164648,503685],[163676,667505],[166055,670531],[158478,691354],[159344,690963],[158736,695481],[157561,699628],[158423,694186],[158189,692686],[159571,696578],[161172,697968],[166067,705941],[158465,736793],[160213,731170],[159076,737753],[165878,736651],[164809,737770],[159816,737598],[162648,735131],[162049,731557],[161927,735295],[160825,731859],[159556,735256],[164138,744959],[163021,745130],[157349,748856],[158077,745364],[157010,747518],[158717,743984],[158620,749364],[161426,750532],[164919,750162],[162320,748883],[160579,772693],[153666,768877],[154937,768880],[154060,769555],[170981,489597],[177434,601778],[172062,601648],[172581,597519],[170729,598224],[173589,601273],[173419,596657],[168069,600314],[174791,602371],[173874,605213],[173776,606727],[173964,606652],[170362,605112],[178896,658978],[175093,659310],[173201,678049],[174717,677588],[171794,677901],[171858,673483],[172017,688357],[177211,688845],[177275,691260],[177253,688093],[176950,688672],[176006,690879],[176872,685224],[173179,685871],[175034,686629],[172961,688819],[177709,687514],[173147,688511],[169391,684619],[168465,681156],[169234,682656],[170678,679228],[178783,679230],[177965,693650],[178243,697369],[169084,693473],[177558,692952],[174364,694036],[174897,691451],[178461,693987],[172821,696857],[174629,696768],[171061,698699],[172201,698040],[173063,699393],[173741,696359],[178890,699095],[178942,729434],[177321,729647],[176160,727841],[171717,723250],[170847,722828],[170722,721264],[168524,723344],[175216,742502],[175210,742407],[174309,742467],[175734,744772],[175390,746104],[175931,746276],[174741,743702],[173189,743980],[174806,743525],[166830,742758],[167607,758429],[176338,777741],[177865,772383],[176968,769529],[188872,584124],[181092,661450],[181239,653557],[181489,662606],[180540,657290],[190084,664745],[190085,661517],[191707,673966],[191741,671189],[189355,674565],[181142,676600],[184294,677277],[179964,676558],[183213,674107],[185893,680854],[183627,683312],[183562,684219],[182741,684575],[182131,686368],[183363,685118],[191633,679831],[179310,686102],[180102,689430],[182828,678787],[190584,685673],[190871,689699],[191642,689317],[186549,685601],[190486,685494],[190715,685210],[180437,693140],[182541,692732],[182064,694037],[181630,692982],[183360,702807],[183324,698199],[181721,698991],[185055,700430],[182667,694436],[185370,729007],[183828,725614],[185165,729188],[191568,736459],[191324,732355],[191519,735632],[190774,735406],[184667,737957],[184587,738125],[184486,739623],[182384,732529],[180363,732257],[182904,733470],[182531,735087],[190906,737966],[191573,739726],[190784,741497],[190296,742323],[185016,738127],[191450,741821],[186067,738500],[187084,740057],[188186,737933],[191065,751499],[191402,751921],[191171,751794],[191258,752267],[191291,751914],[189238,751179],[190636,749439],[190073,748915],[190666,748909],[190249,748328],[191990,746607],[187141,743683],[189617,752175],[187999,750842],[188382,750852],[181409,777335],[180217,770455],[179328,774055],[180441,776780],[179300,776779],[181263,774996],[190347,775284],[187946,775337],[191776,774698],[188152,774856],[201375,381778],[197386,638953],[197289,634704],[193770,635133],[196550,633856],[195972,637425],[192671,638102],[201738,652660],[202721,651820],[201668,648802],[201715,646622],[201171,650216],[202855,665183],[203429,663743],[203956,663293],[200741,663540],[197650,656343],[195552,662926],[194844,661037],[194780,662212],[202326,670536],[204233,666071],[201877,671446],[198055,674448],[200096,678988],[194801,680859],[200833,679977],[196680,687514],[203541,684792],[204733,683627],[204092,685187],[201729,696153],[201244,693663],[201107,695194],[201113,694926],[201509,693905],[203696,693002],[202831,737494],[200577,741103],[202417,742023],[200708,740114],[200673,740749],[200778,740184],[201947,740108],[197339,736710],[198457,737160],[197435,736368],[196976,735778],[198301,739874],[197975,740424],[192821,736157],[192357,735434],[193054,732638],[195288,732964],[195175,735981],[197347,734388],[198280,733255],[197727,733576],[196341,733842],[200496,735771],[200260,734744],[200772,734937],[202568,736049],[202386,735387],[202326,736264],[204756,738318],[203014,739761],[204251,739420],[196545,739796],[197178,738726],[198022,737620],[197010,738905],[196561,738985],[193740,737074],[194984,737006],[194574,737198],[193333,738321],[194146,738918],[195901,738401],[195027,739027],[195843,739593],[195177,740228],[202138,740427],[202278,742250],[203207,742046],[203349,740676],[203496,741529],[202672,741688],[192639,741839],[192198,740421],[193718,741644],[193487,740997],[192574,740925],[202657,743749],[201731,743228],[197421,753584],[197301,755016],[196861,754799],[195689,754308],[196122,751102],[195713,752295],[197158,750754],[196755,750796],[195811,751676],[197544,751553],[200380,749066],[198007,751019],[198507,746598],[198607,747623],[200287,748178],[197975,749189],[204356,750755],[202931,750345],[202708,749442],[203507,749185],[201763,750741],[192559,750235],[194885,751323],[193243,750408],[194138,754688],[194455,754879],[194208,752540],[202551,759843],[203771,758795],[201784,757811],[201286,759121],[201264,759366],[203998,758920],[202928,761242],[203787,761722],[203041,762960],[203992,761882],[194900,772817],[193640,773142],[217283,367824],[214090,611681],[216059,618770],[212063,617440],[215142,618075],[214681,618208],[213955,622163],[214674,620224],[210503,637091],[210609,637877],[208069,638997],[214114,630944],[211356,627783],[214496,629027],[213435,631468],[215208,630188],[215394,629817],[206399,648546],[214210,649685],[215545,651790],[212234,647028],[214864,648997],[210614,651007],[211134,651598],[209273,641125],[208888,642600],[207849,642735],[205322,663139],[206297,662027],[206469,661393],[215858,663134],[211196,660227],[216070,661971],[209279,660254],[210942,661006],[206066,665823],[206226,666865],[214279,666128],[209034,683497],[210225,690147],[210503,689364],[210345,690187],[209600,690851],[204971,685573],[207520,681826],[215426,714154],[205396,724252],[207505,722900],[205554,724043],[208183,725643],[209185,725554],[209573,722586],[210364,722768],[211654,723057],[212120,725007],[213857,727387],[214787,726041],[214738,722759],[211746,724206],[213249,722728],[213763,720284],[211188,722746],[214935,720016],[215025,717711],[217533,719348],[217294,717730],[217106,717857],[207141,726863],[216182,735434],[205403,734535],[206280,737773],[204901,737710],[205578,740078],[210665,731100],[213266,737049],[213421,735737],[213393,737954],[215740,737374],[213640,736944],[214834,737611],[215188,739304],[217501,739700],[214130,739443],[215606,740245],[205203,761831],[205154,761747],[205149,763282],[229706,612511],[229501,621823],[229476,624421],[229561,624515],[225461,624294],[225924,625372],[228627,626477],[228643,626733],[227486,621674],[229207,627626],[230319,628017],[223273,661947],[224364,661340],[225567,663018],[223392,663308],[224115,662784],[224500,662934],[228557,667153],[227076,667012],[227725,688255],[226048,687098],[226283,685728],[227101,686050],[227895,686753],[226957,685131],[229997,683863],[229927,685951],[227720,686935],[229466,682026],[228104,691050],[227202,690337],[227509,694431],[222748,692328],[223719,693304],[225722,694049],[225120,693953],[224751,695150],[226672,692545],[220101,713011],[223832,713293],[223281,713386],[224971,712215],[223832,712087],[220469,705390],[218862,704627],[220766,704833],[220788,704700],[220622,705277],[222807,705814],[222249,705714],[220718,705939],[221867,705396],[217737,720427],[217916,720769],[217978,722258],[221292,728189],[217628,719031],[221099,722451],[220071,723705],[221002,722544],[220020,721513],[224370,722593],[226983,722429],[227028,721667],[226296,726942],[223508,724297],[225850,727527],[224907,725321],[229308,725184],[228607,725789],[229346,725642],[225286,722554],[229353,725578],[229750,724392],[228384,746289],[229452,746207],[229080,747345],[229476,747389],[229566,746525],[229312,746765],[243085,287442],[239372,319988],[232892,624184],[230932,619490],[231246,621365],[242415,619331],[240085,616740],[241508,615387],[234299,618476],[242093,616786],[232443,628068],[236121,674314],[235654,674213],[234910,673943],[235319,672983],[235210,673937],[230983,690440],[232905,690842],[238376,688422],[238115,684458],[238216,684484],[238196,686648],[230567,691559],[232580,691740],[233779,691400],[233334,693435],[232813,691610],[236159,693330],[236555,692912],[235387,693512],[232682,721078],[235195,721983],[232466,721542],[233525,724158],[233290,724464],[232984,721107],[233438,723539],[233303,723548],[233289,723710],[242417,733349],[239747,738500],[236750,737003],[237119,736815],[236504,737119],[236812,737472],[238756,736610],[238253,738316],[237450,737316],[237095,736719],[239452,737009],[237234,737823],[241697,735166],[241670,736571],[240570,735140],[240744,733409],[239739,733886],[240389,736030],[230960,742043],[231661,740440],[231040,742175],[231778,741507],[232160,741564],[232586,741576],[232403,743981],[232881,744056],[234256,743856],[232734,747532],[231530,748289],[245344,620786],[245567,623440],[245222,616521],[244422,621125],[255755,674732],[247228,737210],[246056,737161],[246559,737092],[247041,734895],[245449,733528],[245262,736163],[246982,734919],[250845,736963],[252306,737371],[251449,737151],[250989,737907],[251143,738294],[251673,738502],[252422,739356],[251996,739363],[251083,737078],[255978,746056],[255020,745375],[13481,165835],[18672,161414],[18318,158347],[15140,172646],[13789,171348],[13861,172294],[20103,251604],[20788,251329],[20208,252427],[21717,260006],[24847,256205],[23395,259365],[21866,258914],[21455,259242],[20994,257441],[24811,294366],[18469,294200],[266851,665008],[256811,673795],[257012,673067],[257541,674155],[258374,676857],[256031,674898],[258873,674450],[267445,666707],[267709,666087],[266711,666689],[266186,739008],[264927,738858],[265147,739115],[265972,739288],[265308,739262],[265796,739281],[265697,738354],[266438,739295],[259963,736118],[260925,736880],[260550,737440],[259276,736196],[259141,736688],[259730,737275],[266516,735510],[267027,735289],[266846,736002],[268029,734591],[267455,734833],[267709,744550],[256358,744537],[256746,746313],[257428,744805],[257787,745924],[279619,616934],[280675,618501],[280975,619194],[281341,619334],[279450,618053],[272093,664324],[277284,677793],[277980,678110],[271676,673084],[271595,675478],[270270,675318],[271798,675145],[279790,682251],[279097,681031],[279263,681004],[279118,681289],[279066,679903],[278762,678771],[275845,682148],[278516,679359],[277472,681458],[277592,680554],[274998,679867],[277374,681615],[285160,309899],[290703,431877],[292754,620769],[292731,620747],[291396,619040],[292053,617473],[292301,616802],[292831,617518],[284966,615155],[282617,618281],[282680,618807],[281666,617762],[291309,683083],[292385,681727],[291890,682814],[292864,683903],[291121,694884],[291121,694884],[290622,702396],[289364,710379],[289403,711583],[291378,710430],[290132,712737],[286809,709896],[285425,708615],[285531,709846],[287411,709266],[286544,710134],[286658,709118],[288267,707194],[288507,706924],[288584,708182],[289204,708439],[289181,705391],[289627,705603],[291768,705222],[292151,705714],[291137,705499],[306797,626957],[297523,688637],[295960,688913],[297118,689622],[297100,688093],[302758,695538],[304716,697589],[302706,695673],[304614,693348],[305139,693933],[303543,693921],[306117,695245],[303195,693420],[303663,694501],[303343,693577],[303700,693897],[302097,696598],[304561,696377],[306054,696101],[304784,695549],[307285,698672],[307646,698698],[307773,699191],[307524,698826],[349657,427161],[365839,550026],[370175,556399],[363644,550705],[368923,626203],[366873,623917],[38274,201673],[37824,200919],[38115,201757],[32785,220047],[32142,220952],[32628,220150],[34906,249847],[32496,252561],[33382,252803],[32969,254301],[32543,251009],[32457,251394],[30233,249399],[32089,250797],[35390,252740],[30339,250511],[26909,250073],[29382,249669],[28292,251934],[28298,250629],[29861,251623],[26865,253164],[27702,253781],[33962,251971],[27694,259133],[29613,263330],[30359,262695],[31473,263481],[387996,307720],[385937,660361],[419028,483641],[440788,425808],[447278,431209],[75224,272500],[76943,317648],[85002,341787],[81442,433517],[1258553,396234],[1257507,398119],[1276908,385458],[126688,382195],[123428,421092],[124589,504082],[124656,609496],[125227,623212],[124693,626862],[123325,619134],[126966,627344],[126740,615741],[115735,627912],[123745,646605],[122637,646769],[122588,649282],[123964,647687],[126046,651822],[126231,654380],[126176,653274],[127515,653808],[126699,675582],[127701,684791],[127237,685818],[127834,689380],[126656,687613],[125972,689267],[121827,688052],[126384,688890],[125875,691317],[125272,690645],[122035,689963],[122984,689971],[123096,691024],[119983,689537],[120292,691238],[125460,695435],[124378,694062],[122261,694160],[119542,702196],[121580,696703],[121473,699540],[122008,696514],[123274,700779],[120943,699495],[119063,691710],[119892,693559],[122573,692569],[125626,734556],[127240,752797],[122645,751578],[127683,748916],[126379,749883],[123326,753694],[122839,752291],[123650,765362],[127689,766198],[127664,765372],[126535,762943],[127770,768097],[125744,757885],[121461,755461],[125518,757076],[125016,757142],[126805,769091],[-1279342,1445407],[-1279333,1445631],[-1279083,1449054],[-1277142,1451226],[-1275415,1453732],[-1278625,1471894],[-1270587,1465757],[-1270978,1466083],[-1268615,1477360],[-1268811,1478213],[-1275384,1508612],[-1277611,1500581],[-1277223,1500843],[-1269472,1514694],[-1269405,1516030],[-1268550,1514778],[-1270769,1514506],[-1267999,1514209],[-1268926,1513945],[-1288867,1433076],[-1291473,1427551],[-1292516,1428191],[-1288577,1429876],[-1288367,1429976],[-1280887,1445820],[-1283904,1469372],[-1282839,1469508],[-1282912,1469482],[-1282899,1469461],[-1283777,1469554],[-1280546,1470985],[-1280496,1470891],[-1281021,1471684],[-1280969,1471473],[-1280580,1471617],[-1280647,1470505],[-1282582,1469545],[-1281874,1501105],[-1281724,1498909],[-1282355,1499446],[-1282590,1499382],[-1282272,1502549],[-1282680,1502404],[-1282671,1502401],[-1283177,1503110],[-1282501,1502177],[-1292810,1430409],[-1294051,1428582],[-1294399,1426898],[-1316655,1471939],[-1306711,1461595],[-1306501,1461695],[-1318069,1474622],[-1336248,1293254],[-1331212,1306130],[-1331346,1306061],[-1340911,1362443],[-1353149,1360431],[-1352939,1360531],[-1390524,1330902],[-1388999,1325982],[-1390048,1335494],[-1389996,1334204],[-1389660,1335510],[-1394196,1072805],[-124737,186961],[-127338,183787],[-126442,181902],[-116768,183117],[-127460,187146],[-124986,237226],[-126541,234531],[-125291,236404],[-125964,234605],[-124938,232334],[-124267,234414],[-123289,239679],[-121707,239989],[-122024,240232],[-122358,239624],[-123125,240989],[-125672,248646],[-127003,250965],[-126840,251245],[-127850,252249],[-125351,250501],[-125646,248695],[-122837,246791],[-126135,247070],[-125135,248130],[-126073,248728],[-121309,252141],[-120336,250256],[-120587,249215],[-120432,249942],[-121368,249358],[-117850,248376],[-125449,406275],[-127119,472540],[-127641,472819],[-117253,480783],[-118025,480873],[-117360,481483],[-116188,481401],[-117310,481212],[-117151,481609],[-115493,588129],[-120297,583977],[-127087,597137],[-118277,609992],[-119927,630577],[-1398481,1076914],[-1399978,1157578],[-1395660,1235708],[-1421610,1070039],[-1434837,1363480],[-1444935,1081315],[-1445030,1081387],[-1440591,1227775],[-1440678,1228708],[-1436641,1229507],[-1436700,1230241],[-1459142,1338899],[-1458560,1341462],[-1458568,1340747],[-1458158,1341344],[-1456690,1341056],[-1456730,1341791],[-1455932,1340656],[-1455900,1341512],[-1458136,1341827],[-1449885,1076452],[-1449675,1076552],[-1466512,1336819],[-1466096,1335935],[-1464474,1339026],[-1466077,1338849],[-1466461,1337593],[-1466161,1338074],[-1465562,1337727],[-1466146,1337914],[-1466469,1338788],[-1465947,1334218],[-1465486,1335894],[-1465263,1335880],[-1465222,1336828],[-1461892,1339937],[-1464707,1338344],[-1463475,1337736],[-1463853,1337847],[-1463503,1338674],[-1463738,1337519],[-1462665,1338100],[-1462855,1337943],[-1463026,1336934],[-1463000,1337002],[-1462310,1336760],[-1462300,1337466],[-1463969,1340787],[-1464888,1339885],[-1463859,1340043],[-1463694,1340136],[-1464278,1339365],[-1463353,1340331],[-1459594,1339815],[-1459727,1341034],[-1459942,1339963],[-1468027,1343213],[-1467845,1343201],[-1467930,1343140],[-1467975,1344102],[-1468912,1343867],[-1467995,1343270],[-1468840,1343338],[-1468714,1343784],[-1469410,1343080],[-1468749,1342830],[-1469606,1343731],[-1468897,1343640],[-1468065,1346489],[-1468077,1346064],[-1468364,1345239],[-1468254,1345247],[-1467889,1346254],[-1467743,1346408],[-1462781,1032512],[-1463085,1032116],[-1482320,1343880],[-1483392,1345798],[-1482175,1344921],[-1483665,1344672],[-1482430,1344803],[-1482836,1345411],[-1475786,1346211],[-1475280,1345750],[-1476047,1346440],[-1475927,1346512],[-1490136,1074923],[-1490155,1074885],[-1507417,1360857],[-134593,181020],[-131559,182575],[-132693,181320],[-133086,184617],[-133874,180858],[-132710,181634],[-128708,182425],[-129018,181672],[-135362,189681],[-137072,185833],[-139624,186010],[-135427,190021],[-137408,184233],[-135240,184174],[-135745,228484],[-135851,225623],[-136714,225754],[-135547,223563],[-137132,226868],[-136265,227743],[-131629,225282],[-130479,224107],[-131101,223786],[-132049,225141],[-130855,224429],[-132034,225356],[-135602,223320],[-139326,224598],[-140760,232586],[-139571,233109],[-140464,234752],[-139223,233091],[-140506,234800],[-138214,233299],[-140109,232520],[-138087,242816],[-137823,240282],[-138326,242185],[-137178,241315],[-139047,240064],[-138885,247384],[-138980,246072],[-137925,245341],[-137624,246756],[-138931,244642],[-138153,243433],[-132796,250675],[-133604,249488],[-134885,249898],[-134855,248057],[-131957,249810],[-135237,249503],[-136203,251339],[-131462,253427],[-131818,473398],[-132090,473587],[-137311,472036],[-136252,472773],[-136639,473254],[-136263,472969],[-136457,472913],[-137066,472880],[-128105,473642],[-128759,472807],[-128424,472726],[-128753,472708],[-132432,473812],[-131338,474256],[-132456,474554],[-131639,474254],[-133855,479063],[-133999,480121],[-134969,480268],[-134372,478888],[-134357,479921],[-134678,479591],[-134797,487576],[-135115,487263],[-134322,486962],[-134208,487819],[-134636,487165],[-134286,486645],[-128725,594943],[-1524298,1342930],[-1532273,1337117],[-1532580,1336732],[-1532607,1337398],[-1532264,1338034],[-1535305,1340159],[-1535862,1340035],[-1535599,1340952],[-1535212,1340775],[-1535127,1340913],[-1535681,1340216],[-1527210,1341206],[-1528419,1342322],[-1528185,1341452],[-1524230,1338874],[-1527595,1337074],[-1527957,1341533],[-1528634,1340859],[-1531192,1343552],[-1532439,1342344],[-1531093,1340034],[-1529098,1339295],[-1527964,1338903],[-1526026,1340482],[-1567995,985504],[-1568537,985263],[-1568571,983979],[-1566883,984825],[-1566913,987891],[-1566697,985827],[-1576564,1022735],[-1576354,1022835],[-1577850,1021794],[-1577631,1021876],[-1578816,1024546],[-1578887,1024771],[-1634489,1007353],[-1634612,1005863],[-153225,179037],[-144366,181267],[-144443,181162],[-144537,184006],[-143361,183584],[-144858,181987],[-146028,184700],[-151514,182537],[-143108,228679],[-142853,228726],[-144009,230049],[-143190,227774],[-142905,232876],[-144239,232945],[-144364,231575],[-141929,233627],[-142930,232903],[-141564,237525],[-142411,236025],[-143240,235588],[-144427,235200],[-141838,237104],[-141026,236065],[-140829,246347],[-144514,338265],[-144021,339439],[-143603,338240],[-143734,339571],[-143794,339481],[-144258,339727],[-150734,338337],[-150120,338696],[-149381,339664],[-149667,339526],[-150313,339145],[-150295,338579],[-150781,347896],[-151081,347446],[-150976,347129],[-151352,348206],[-150919,349199],[-152210,348821],[-153334,353591],[-152263,358533],[-152280,357689],[-153102,357651],[-152944,358400],[-146077,349934],[-145984,350795],[-145013,350742],[-146707,350514],[-145111,350506],[-145948,350187],[-152327,359013],[-152340,359166],[-148085,360898],[-148447,361733],[-148266,361790],[-149455,362078],[-148816,362094],[-149140,361624],[-153512,366772],[-153104,367989],[-152878,367802],[-142800,395565],[-142428,396899],[-143225,395919],[-142309,396874],[-141970,395619],[-141004,392463],[-141587,391576],[-141060,392116],[-153508,430488],[-153434,429721],[-142380,469383],[-143216,468860],[-142147,468403],[-142956,470068],[-143185,469230],[-141829,468616],[-142149,476591],[-141069,476385],[-140891,476009],[-142754,477193],[-140959,476128],[-141594,476348],[-142176,484305],[-143453,484952],[-143107,485095],[-143333,484921],[-142140,484482],[-142312,483633],[-149750,485891],[-149010,485766],[-149617,485895],[-148703,486354],[-149510,485965],[-149881,486932],[-148640,588054],[-148430,588154],[-155897,175294],[-157610,178624],[-159070,177447],[-159068,176028],[-155005,178758],[-154328,179120],[-165925,183534],[-165167,185122],[-164535,188070],[-166354,185066],[-166043,184888],[-157959,179508],[-157014,179682],[-154536,179823],[-154650,179583],[-158417,345541],[-157328,344881],[-156901,345484],[-157066,344634],[-158519,345721],[-156869,346066],[-154125,353964],[-153831,353908],[-153754,354845],[-153802,354198],[-154683,354681],[-158180,352831],[-158430,353840],[-158041,353830],[-158134,353700],[-159062,352617],[-159055,354251],[-158963,356988],[-159291,358069],[-159270,356999],[-159303,356671],[-159025,357018],[-158791,357411],[-154174,366850],[-154310,367903],[-154089,366946],[-165674,421203],[-166173,421701],[-165408,421357],[-164680,422516],[-165310,421771],[-156454,421644],[-157106,421171],[-157664,422062],[-156788,421678],[-157730,421780],[-157339,421329],[-159360,416151],[-159449,417135],[-157728,416218],[-158541,415930],[-158942,416376],[-158243,416073],[-158848,412870],[-158544,412608],[-158965,412514],[-159270,412906],[-158705,411823],[-159331,412580],[-165805,431132],[-165822,430983],[-165199,429854],[-164519,430319],[-165376,430828],[-164325,431083],[-155715,426088],[-155807,426876],[-155144,426588],[-155850,425954],[-155204,426508],[-155477,426663],[-154434,429645],[-154565,430354],[-154392,429601],[-154566,429846],[-162179,425624],[-162241,426398],[-161983,426010],[-162539,426579],[-162538,426940],[-161954,427135],[-166696,186348],[-172586,187726],[-172958,188462],[-171231,189488],[-169913,190902],[-171698,189698],[-170593,192321],[-178841,236690],[-178172,284737],[-178440,284647],[-177776,285813],[-178905,284326],[-177087,286474],[-176360,286963],[-176589,286529],[-176649,287149],[-177367,286080],[-171633,290219],[-174666,285821],[-171515,289220],[-173260,288262],[-171403,286851],[-174171,288791],[-175204,298354],[-173109,296057],[-172007,297572],[-174203,299060],[-174022,299157],[-171624,300433],[-174823,303044],[-173516,302285],[-172770,304429],[-174739,302552],[-172637,302960],[-173404,301851],[-168972,296410],[-169822,297268],[-168574,297933],[-171114,296565],[-171998,298842],[-168908,295757],[-166586,421654],[-168630,426067],[-167788,426730],[-167953,427501],[-167691,427112],[-167529,426552],[-167095,426824],[-172974,428048],[-172046,427977],[-170982,428479],[-172631,427757],[-172474,427677],[-171408,427638],[-168741,429069],[-167611,429567],[-168095,428851],[-168198,428884],[-168261,429294],[-167585,428649],[-171084,549970],[-170874,550070],[-176255,543153],[-176045,543253],[-176040,545705],[-175830,545805],[-173499,563053],[-173289,563153],[-186668,172941],[-184549,171755],[-184978,175026],[-186520,173150],[-182468,171728],[-182503,174348],[-182324,175074],[-183274,174991],[-182871,175290],[-189847,177152],[-186044,179296],[-186254,175108],[-187401,177717],[-188310,174318],[-187182,174477],[-190446,177417],[-190965,175399],[-189073,184018],[-180403,179582],[-179625,180971],[-185805,181680],[-186428,183819],[-185125,182943],[-185747,182918],[-186428,184360],[-182932,181701],[-181086,239360],[-180769,237383],[-181316,235890],[-180378,239141],[-181607,237768],[-189737,255756],[-191009,253325],[-188039,253146],[-191226,255730],[-185839,257165],[-185898,256830],[-191666,284566],[-180449,284943],[-180864,285740],[-186204,284546],[-183883,283145],[-184875,283619],[-187176,285546],[-184389,284280],[-185869,282013],[-179641,566107],[-179431,566207],[-184325,583799],[-184115,583899],[-193407,178879],[-193597,177017],[-192735,176859],[-194531,180588],[-193730,229592],[-192744,233006],[-192004,231106],[-196368,230957],[-194706,230631],[-196211,290496],[-196332,289056],[-196628,289889],[-196317,288950],[-197789,291416],[-197435,290193],[-194079,285752],[-194093,285620],[-192933,286830],[-194939,284785],[-194716,284530],[-199077,285429],[-199152,285223],[-194562,539856],[-194352,539956],[-213521,172271],[-213107,174243],[-213226,173397],[-213256,171818],[-230229,-650830],[-226603,-646835],[-225554,-646443],[-224005,-649913],[-225333,-648347],[-224414,-659413],[-226571,-655897],[-220834,-657833],[-224172,-654964],[-225186,-657486],[-224731,-658681],[-234916,-650730],[-234557,-648568],[-231109,-650637],[-233916,-651077],[-233618,-653379],[-237672,-661097],[-237122,-658154],[-238003,-660569],[-234311,-657565],[-237767,187258],[-233441,191181],[-242601,193766],[-242479,195280],[-242960,193470],[-241493,194975],[-238111,192628],[-240009,192744],[-233739,192219],[-234149,192398],[-4700,137489],[-2112,138403],[-9953,130647],[-9747,130220],[-8115,130579],[-8610,128700],[-10459,139397],[-5108,138946],[-5725,137491],[-5701,137580],[-5175,139850],[-5873,137510],[-5883,139372],[-677,138046],[-3290,136625],[-3329,137658],[-6327,132884],[-8450,133827],[-6778,133079],[-8512,132619],[-8138,133476],[-8067,132148],[-11975,136200],[-10966,130420],[-12371,129122],[-6264,145831],[-5818,146150],[-4057,144916],[-6275,146915],[-6460,145131],[-6083,142842],[-5804,149356],[-3828,149507],[-10454,141499],[-8182,141706],[-9783,143756],[-10875,143991],[-9400,142412],[-121,149919],[-4088,149183],[-280,151744],[-4385,161281],[-3452,159524],[-10083,161036],[-10918,162208],[-7756,158767],[-10401,162270],[-5752,161944],[-7695,164788],[-6262,164500],[-5798,165098],[-9425,164937],[-12760,166232],[-11879,158603],[-12499,164936],[-12651,162669],[-10772,167772],[-11462,166898],[-4415,171804],[-4365,173217],[-3804,172333],[-3192,170475],[-6362,170697],[-4048,173300],[-2893,178005],[-2736,174006],[-4301,176445],[-492,176821],[-2299,176663],[-5113,175600],[-7090,170977],[-10013,173818],[-8228,171503],[-12738,215987],[-11648,214166],[-11003,212965],[-10827,212579],[-9042,220137],[-9899,221232],[-9105,221332],[-12158,218226],[-12555,220219],[-7038,226593],[-9159,223232],[-8049,226920],[-7995,223214],[-9401,223917],[-11577,229741],[-9561,231451],[-11049,407211],[-9838,407628],[-10341,406804],[-10006,407234],[-10350,407745],[-10520,407133],[-9844,401717],[-11127,401233],[-11475,402296],[-10435,401507],[-11325,401228],[-10429,401521],[-12370,399872],[-12775,398918],[-12709,399164],[-12522,398883],[-3160,100504],[-8013,97145],[-8027,97195],[-5992,96573],[-4531,97710],[-3575,96518],[-1415,100553],[-1862,100954],[-8738,96389],[-8528,96489],[-3273,104943],[-1336,105233],[-2378,105393],[-4445,105780],[-682,124321],[-2750,125214],[-8839,126224],[-10298,125227],[-247021,-660432],[-243783,-657813],[-249681,175190],[-255831,190802],[-255751,191640],[-255435,184657],[-255751,185614],[-253618,180905],[-252044,184211],[-251886,181701],[-251662,182668],[-249096,195446],[-247958,194705],[-247957,192467],[-248497,194552],[-249961,195713],[-246932,197065],[-244499,196828],[-243802,195569],[-258988,169182],[-258309,190517],[-256010,190296],[-258179,182591],[-257986,184548],[-259027,180791],[-258946,183724],[-262136,196273],[-259476,194861],[-286414,-619431],[-291624,-635694],[-286295,-850231],[-286833,-849790],[-284653,-847263],[-285572,-849922],[-295379,-637758],[-312831,-673505],[-312390,-672967],[-309863,-675147],[-312522,-674228],[-323338,-608768],[-320048,-606668],[-320391,-606768],[-324106,-829024],[-322042,-832779],[-344169,-655786],[-341640,-655045],[-342463,-662597],[-341949,-655208],[-342901,-654673],[-337082,-663288],[-348046,-593101],[-346343,-596832],[-369158,-830821],[-367094,-834576],[-17064,132337],[-13481,128773],[-12891,129612],[-12878,131669],[-14986,149869],[-14977,149857],[-16588,150629],[-14615,149099],[-14898,147689],[-14958,147772],[-15305,155971],[-13030,158186],[-13341,162197],[-13023,216411],[-15097,212873],[-13185,211383],[-14912,208363],[-13945,208841],[-16229,214756],[-15958,209980],[-15280,210313],[-18247,210288],[-16749,211968],[-17855,212440],[-14538,217564],[-14923,220598],[-13961,220095],[-14969,220885],[-14070,225475],[-14514,221477],[-13067,224245],[-25026,235210],[-23803,234607],[-25209,234260],[-22513,236146],[-24384,236184],[-24103,235828],[-24502,235942],[-14084,233327],[-23589,237415],[-21188,234369],[-25576,342666],[-25366,344307],[-25321,364049],[-18272,399497],[-17897,400203],[-18127,399622],[-18603,399435],[-17836,399689],[-18521,400159],[-17561,405883],[-17346,404274],[-17169,405522],[-18214,404264],[-17188,405046],[-17499,404702],[-13018,398695],[-13293,398777],[-20849,399857],[-22141,400277],[-19859,399956],[-20306,399634],[-19989,399694],[-19937,399768],[-17143,109291],[-17709,110209],[-19440,109360],[-16033,110647],[-23142,124046],[-24716,122825],[-24043,127613],[-381169,9800],[-388508,23233],[-390240,22802],[-393008,27766],[-393867,26905],[-392463,26527],[-404905,-813369],[-404367,-813810],[-406547,-816337],[-405628,-813678],[-399648,47561],[-398945,45983],[-398615,47660],[-399321,47292],[-399060,47166],[-434787,-579260],[-432835,-579734],[-435433,-571591],[-444290,-577062],[-446942,-578434],[-439573,98833],[-447315,90979],[-454299,-563606],[-455496,-569209],[-449056,-572476],[-452367,-577383],[-448912,-578394],[-449839,-578335],[-449441,-576672],[-448739,-578446],[-450830,-580855],[-451046,-579261],[-458392,50750],[-455165,52567],[-454618,88332],[-451524,95751],[-452206,96045],[-473381,-570284],[-469004,-567176],[-468570,-571891],[-463604,-575556],[-469890,-575542],[-472510,23638],[-472403,24942],[-470629,29675],[-468875,43692],[-462548,50614],[-465801,47745],[-466733,45026],[-473269,109884],[-481077,-30320],[-474962,-568750],[-475207,-572981],[-473742,21969],[-476343,27911],[-474096,26618],[-482674,98185],[-474922,102426],[-477851,102060],[-474777,104210],[-474732,106842],[-475080,107009],[-478432,106582],[-476398,104433],[-37866,153540],[-36430,153954],[-36889,153910],[-32633,157250],[-32348,156473],[-32315,157173],[-33286,157352],[-32585,157654],[-31953,164992],[-32893,166462],[-30889,166290],[-32014,173300],[-29950,173502],[-32657,170320],[-26945,179063],[-29187,173080],[-27736,173705],[-27595,174151],[-27803,173990],[-29466,175419],[-28934,171640],[-29209,171477],[-31171,171365],[-32768,166924],[-30532,168001],[-27578,173354],[-32898,168839],[-27505,181950],[-25983,182058],[-35044,192095],[-33860,192046],[-35322,191350],[-32433,191482],[-33045,189855],[-38069,192561],[-35732,197207],[-33387,194069],[-31499,193263],[-33082,195959],[-33492,196730],[-34180,195502],[-27059,237767],[-27564,233250],[-25663,234082],[-33061,235154],[-30867,235168],[-30468,238544],[-30759,237754],[-29499,232368],[-29635,232180],[-29864,232864],[-29632,233405],[-29632,232875],[-28475,235548],[-28619,235405],[-29004,235163],[-28449,235476],[-31741,238584],[-28855,238147],[-27108,344208],[-26280,345213],[-32372,344653],[-33086,345230],[-32252,346391],[-32136,346087],[-30328,355723],[-31007,355980],[-30631,356320],[-27959,352749],[-31048,355058],[-28797,353926],[-30153,351892],[-28623,353491],[-31048,353987],[-28350,352260],[-29573,351414],[-31522,352747],[-34425,349145],[-35411,349249],[-34703,348549],[-34191,348916],[-28827,361471],[-26778,364161],[-28567,364103],[-27349,363792],[-28367,361180],[-503461,-559937],[-509378,-556069],[-509240,-561497],[-515387,-558370],[-514648,-558560],[-515004,-563061],[-537270,-560866],[-534916,-562842],[-533243,-567236],[-533219,-568411],[-529922,-571700],[-536444,-567803],[-534272,-567489],[-537265,-566221],[-537589,-565809],[-549674,-122417],[-549590,-117841],[-538473,-560046],[-545409,-558640],[-548806,-558094],[-544272,-557934],[-538813,-560275],[-545946,-566279],[-545642,-569593],[-549068,-564941],[-547058,-563418],[-543620,-567452],[-540412,-567897],[-538650,-564203],[-540061,-564881],[-546501,-50055],[-545602,-50532],[-546553,-51751],[-546561,-52254],[-544979,-51965],[-547633,-113822],[-547095,-113883],[-552110,-116041],[-553514,-484829],[-551936,-486169],[-552324,-485527],[-553168,-486594],[-552597,-487219],[-555258,-510261],[-556328,-505534],[-552821,-565728],[-562796,-569722],[-551197,-57056],[-555657,-63269],[-551435,-60300],[-554070,-55190],[-551726,-61428],[-560341,-79960],[-560346,-82356],[-561173,-86245],[-561910,-80554],[-555792,-111348],[-555432,-112802],[-553051,-113528],[-555715,-113646],[-560470,-107375],[-573219,-456842],[-573515,-484682],[-571453,-485107],[-570824,-486911],[-575843,-493557],[-569581,-508264],[-567940,-510358],[-568692,-505995],[-568350,-506389],[-570492,-505979],[-568491,-506217],[-566535,-506267],[-566912,-566764],[-566952,-565567],[-569195,-565015],[-563547,-81086],[-568268,-94121],[-565294,-98970],[-567780,-101299],[-565565,-100952],[-567094,-102435],[-580452,-178235],[-581964,-174159],[-583983,-169840],[-582662,-167501],[-581597,-168398],[-588158,-192258],[-579516,-246670],[-576594,-494309],[-576555,-495474],[-579588,129797],[-581761,134078],[-583036,134133],[-579363,132488],[-581148,135311],[-581158,135150],[-581648,135343],[-590551,-177693],[-590063,-175475],[-595044,-176307],[-591879,-186234],[-590896,-191659],[-592047,-187635],[-591363,-187097],[-589659,-186699],[-590081,-186233],[-589041,-189951],[-590267,-190705],[-589531,-189521],[-588896,-187335],[-590737,-187239],[-590837,-188212],[-590417,-179462],[-598448,-180034],[-591673,-198914],[-589897,-193877],[-589814,-194631],[-591519,-199128],[-607965,-250940],[-608052,-250750],[-606324,-253068],[-606963,-251711],[-610806,-272048],[-607538,-278014],[-610674,-271875],[-609612,-275148],[-609320,-277516],[-614100,-279966],[-608967,-273106],[-614856,-268534],[-615869,-273648],[-616474,-274278],[-615432,-273645],[-616463,-273918],[-616403,-273079],[-616395,-273335],[-627161,-286736],[-50346,153052],[-39544,153098],[-39094,152965],[-39916,152847],[-39736,153462],[-40023,153305],[-41278,154130],[-46435,320122],[-43153,319899],[-44645,324205],[-45605,323473],[-43937,322783],[-43876,325370],[-44347,323514],[-45156,325412],[-48560,321658],[-50960,322096],[-47240,324350],[-49165,321658],[-43533,320782],[-43739,321557],[-42726,320756],[-42421,320739],[-42146,321687],[-40832,400911],[-40580,401630],[-40570,402322],[-40060,402605],[-40647,401545],[-39245,401934],[-41523,408511],[-42134,408785],[-41909,409281],[-42148,409159],[-42660,408786],[-42484,409809],[-47980,430518],[-46948,432062],[-44720,431752],[-48048,448020],[-49380,448003],[-49753,447158],[-47397,447405],[-48901,455393],[-48947,455206],[-48594,455455],[-46584,454888],[-48108,455090],[-48795,455485],[-48442,449104],[-48341,448288],[-48539,460828],[-48431,462816],[-48859,462483],[-49275,462232],[-48747,462373],[-50512,462968],[-50570,608486],[-49839,610725],[-641769,-151742],[-651610,-150060],[-651622,-150067],[-645787,-178956],[-643406,-171259],[-643131,-171234],[-646682,-175410],[-645601,-179140],[-645632,-183063],[-645237,-183086],[-644945,-183230],[-650801,-199338],[-652013,-205530],[-657689,-148986],[-657447,-150055],[-654281,-149649],[-654976,-149511],[-657742,-149243],[-656260,-149917],[-653011,-148860],[-656846,-178680],[-656990,-178419],[-654453,-185447],[-656937,-186470],[-653283,-180096],[-653427,-179897],[-653847,-180588],[-653380,-179648],[-654727,-180392],[-656406,-185933],[-656244,-186156],[-656236,-186011],[-656671,-185824],[-654661,-180152],[-660481,-192596],[-659631,-193770],[-662102,-203776],[-664637,-196623],[-663939,-196431],[-661694,-196204],[-660201,-194487],[-659883,-192958],[-660739,-194360],[-665201,-203050],[-665049,-202849],[-665442,-204131],[-664627,-203627],[-664805,-202749],[-664275,-203400],[-664471,-196497],[-664535,-196505],[-660107,-194211],[-662138,-196109],[-662435,-196038],[-659464,-193020],[-661842,-205938],[-661586,-205656],[-656161,-208226],[-656587,-208404],[-664011,-205271],[-661130,-205618],[-661280,-205616],[-673758,-188909],[-674054,-188914],[-674028,-188126],[-674544,-187898],[-678020,-204544],[-665616,-204132],[-666020,-202813],[-666190,-202741],[-675027,-206732],[-675737,-205492],[-678737,-185889],[-679950,-188167],[-679001,-189984],[-678926,-189649],[-679874,-188505],[-679885,-204336],[-679920,-204254],[-734897,1689242],[-737390,1687684],[-739154,1689720],[-734352,1690103],[-739894,1692201],[-737554,1690313],[-733487,1692106],[-739638,1691916],[-735754,1691010],[-734753,1693759],[-734957,1690657],[-738305,1694721],[-61400,133953],[-63146,133006],[-58394,159597],[-58602,161077],[-58213,159236],[-56791,159003],[-56246,157031],[-56223,156067],[-51726,154375],[-53590,155837],[-55084,163020],[-52538,162821],[-51594,319604],[-52495,316278],[-52137,317644],[-52553,315254],[-54354,315358],[-53093,316728],[-63734,319311],[-62671,316304],[-60015,319366],[-61013,320156],[-53626,314977],[-63329,320216],[-61945,320284],[-61623,320621],[-61686,321724],[-63166,320226],[-63602,326611],[-55082,339537],[-56639,340900],[-53794,341810],[-53494,342247],[-52516,339052],[-54291,342546],[-62945,337320],[-57736,341129],[-58279,338262],[-57989,341487],[-59668,340093],[-60128,340316],[-58741,433014],[-56240,456652],[-54390,456806],[-56622,458210],[-55885,457439],[-56106,456687],[-56103,458078],[-52844,466655],[-53116,465898],[-54824,465752],[-54255,467219],[-53587,466158],[-54511,465730],[-60220,598116],[-58709,596225],[-55956,601512],[-60106,594691],[-59158,606122],[-62237,121078],[-63301,121483],[-61943,124952],[-56293,125818],[-59456,125239],[-57982,125138],[-58946,124543],[-52411,119272],[-52685,116154],[-54233,117193],[-763815,1663453],[-766090,1663718],[-766653,1661963],[-767051,1662643],[-766736,1662054],[-761853,1664483],[-831646,1623081],[-838872,1619025],[-837895,1619869],[-839324,1618217],[-836141,1621509],[-840628,1620293],[-64624,130972],[-64815,132009],[-75026,135786],[-76671,134157],[-72473,137605],[-73138,137378],[-72603,135012],[-72750,129387],[-72218,131494],[-73895,131457],[-74450,131003],[-74056,129893],[-76054,149035],[-75844,147891],[-76225,153080],[-73241,174712],[-72687,173816],[-73178,174142],[-73512,174172],[-73358,173919],[-72524,174650],[-66021,319434],[-64940,316531],[-65783,317576],[-64971,323601],[-67067,325746],[-66667,330931],[-65452,326533],[-64328,326973],[-70511,327615],[-71331,329560],[-67588,330018],[-71395,327197],[-70846,327029],[-71244,326121],[-70278,594082],[-66033,597772],[-67068,589365],[-64869,604879],[-73128,631318],[-67516,628611],[-65751,631100],[-68988,639756],[-64373,122211],[-992565,1430268],[-996935,1450312],[-991506,1494731],[-991788,1494176],[-992016,1493954],[-991017,1493557],[-996595,1494664],[-991767,1491870],[-991678,1491656],[-999414,1450424],[-1000377,1452242],[-998909,1451519],[-1006917,1488111],[-1006173,1488015],[-1006100,1487893],[-1006900,1488052],[-1006197,1487751],[-79323,133843],[-81566,140059],[-84481,136490],[-82867,137205],[-82206,135868],[-84703,139236],[-86372,138315],[-87038,138593],[-87137,138006],[-86133,138249],[-86357,138881],[-86281,138195],[-81513,144171],[-84626,148200],[-87470,147292],[-84649,144089],[-88483,152672],[-89281,151271],[-77333,148674],[-81067,147113],[-81058,143360],[-81436,142987],[-81093,143150],[-81663,143288],[-81492,143748],[-81002,143491],[-88545,145008],[-87902,144259],[-88303,145258],[-87482,145329],[-86990,144199],[-88244,146570],[-88144,147412],[-87794,147948],[-87873,147825],[-87882,146079],[-82875,141794],[-83302,160576],[-80399,158864],[-82495,160254],[-85078,318588],[-84567,317047],[-82233,318223],[-87263,319101],[-89229,319957],[-88908,315733],[-79397,328979],[-80756,329741],[-79468,331302],[-80110,331205],[-80429,330958],[-82391,328854],[-81071,327375],[-83521,326814],[-81829,329295],[-82062,328135],[-82867,325703],[-81207,328424],[-81951,320923],[-81816,320937],[-85210,322061],[-87227,322303],[-86165,321884],[-88705,335139],[-88082,334561],[-87444,334216],[-82863,364027],[-82491,363879],[-82666,363961],[-83393,364168],[-86256,362235],[-83981,359903],[-85671,360779],[-86300,361426],[-85007,360136],[-89016,470932],[-88743,469936],[-89332,470395],[-89460,469842],[-88728,477896],[-88807,478015],[-88352,479188],[-88450,478910],[-88971,478187],[-82843,485219],[-82914,484815],[-82439,484138],[-82899,484750],[-83536,485371],[-83184,484632],[-86154,489080],[-85810,488773],[-85659,488735],[-85718,488841],[-85142,489643],[-84859,489302],[-87660,603248],[-78065,621067],[-89459,642449],[-1022962,1439379],[-1023149,1439384],[-1022855,1438455],[-1023056,1438494],[-1023481,1438541],[-1023362,1438698],[-1027528,1461501],[-1027318,1461601],[-1032160,1566860],[-1039886,1490984],[-1043256,1505002],[-1041515,1504883],[-1053973,1494034],[-1061715,1486179],[-1057032,1546267],[-1057301,1546226],[-1071392,1462215],[-1070137,1462392],[-1069018,1483532],[-1065924,1490951],[-1066606,1491245],[-1067917,1507023],[-1080567,1461846],[-1080522,1461713],[-1079264,1461826],[-1080989,1462150],[-1080742,1461604],[-1079778,1462559],[-1110367,1454985],[-1122785,1395222],[-1122451,1395322],[-1121867,1396114],[-1122274,1396176],[-1122783,1395910],[-1128912,1480975],[-90127,151571],[-93371,330933],[-93054,329778],[-93680,330828],[-92835,330494],[-93363,331044],[-93914,328447],[-94856,323915],[-93206,325306],[-94909,328063],[-96436,325896],[-94769,328226],[-94451,326299],[-93188,321797],[-96297,370917],[-96516,472890],[-96477,472614],[-96463,473372],[-97503,472953],[-96531,472398],[-97566,472570],[-90023,470223],[-90082,470342],[-89681,477990],[-91100,482168],[-91958,481963],[-90946,481479],[-91505,482291],[-91641,481939],[-92049,481710],[-96487,489785],[-96723,490477],[-96925,489703],[-96965,490816],[-97392,490881],[-96463,490091],[-99664,596225],[-101590,597930],[-101516,597908],[-90591,604973],[-89875,606007],[-89761,605983],[-94287,619527],[-92111,643521],[-94490,645287],[-96964,648157],[-97821,649557],[-99611,654696],[-92838,662593],[-1145198,1460041],[-1144572,1459593],[-1159266,1473342],[-1174874,1360891],[-1165294,1408047],[-1164962,1408923],[-1213826,1430179],[-1213782,1459240],[-1213952,1459229],[-1212929,1458818],[-1213072,1459429],[-1213466,1459601],[-1224105,1346910],[-1223674,1346312],[-1226326,1386140],[-1227493,1385732],[-1226434,1475440],[-1225852,1476208],[-1225731,1476419],[-1225740,1476224],[-1236931,1408197],[-1232717,1471110],[-1263256,1479062],[-1262388,1479773],[-1262939,1482157],[-1265639,1480171],[-1260869,1499931],[-1263316,1498843],[-1261118,1498547],[-1261008,1500517],[-1260615,1500705],[-1262077,1500534],[-1266506,1514378],[-1266641,1514744],[-1267167,1514485],[-1266126,1238358],[-115117,181872],[-115137,180910],[-115183,182123],[-115111,183017],[-107910,374425],[-112661,389488],[-112261,387431],[-111560,389634],[-106981,434076],[-107668,433743],[-108547,432566],[-107281,433867],[-107179,433346],[-106750,434499],[-105097,432653],[-104886,433643],[-104139,434586],[-103209,434048],[-104064,434243],[-103818,433825],[-104677,443775],[-104511,443193],[-104628,443266],[-103880,442732],[-105135,443002],[-105440,443311],[-111124,449528],[-112033,449951],[-112037,450257],[-111935,449962],[-112185,448890],[-111404,449320],[-113498,596014],[-109138,597472],[171,131689],[2662,136084],[1643,133011],[52,136117],[8027,150438],[6756,150127],[9222,150026],[6005,151023],[6830,151460],[9283,153118],[7115,156916],[1492,163136],[10444,172460],[5414,177327],[8003,176353],[441,168915],[829,169717],[12203,175155],[7662,177348],[1423,100289],[2983,99740],[1287434,204983],[1292544,327140],[1287127,350248],[1293601,212446],[1301294,229549],[1295650,325928],[1306049,233583],[1317473,252442],[1317196,253364],[1309632,354671],[1312253,352588],[1309849,388292],[1314009,386564],[1330247,194956],[1327520,195740],[1323240,206494],[1323112,207275],[1326020,289799],[1326622,289927],[1330481,341241],[1330607,345040],[1341451,323326],[1341233,325859],[1347885,200707],[1347424,195838],[1358110,383332],[1357466,382410],[1362337,392617],[1363634,388202],[1381622,227869],[1380052,226016],[1384648,214476],[1388288,216412],[1407541,221686],[1407923,253146],[1401348,293879],[1397031,319919],[1398565,331063],[1398812,329744],[133025,613693],[131747,613761],[129792,612379],[129882,618044],[131447,616073],[129361,673036],[136957,685153],[137771,688965],[136602,687444],[130523,690500],[133574,690884],[128624,688089],[132205,687576],[133580,692461],[134888,696279],[132315,697836],[138949,713021],[128009,740423],[130221,739252],[129641,744456],[129592,762685],[1409559,223879],[1411252,236347],[1412096,235732],[1409520,253425],[145540,405995],[143308,404478],[142015,408149],[143723,686028],[143542,683920],[144666,692819],[148796,693319],[147770,699993],[150676,699526],[141908,716908],[142957,711976],[143957,709647],[145530,714863],[143486,715761],[144914,723615],[148226,724107],[151776,729389],[147253,726683],[147921,734228],[146751,734883],[144475,731844],[144451,732856],[145411,738303],[142764,736841],[145949,736601],[146186,737211],[145581,735858],[143793,735754],[142230,761837],[141007,762271],[151466,768072],[151663,777686],[151126,775290],[163115,668506],[163365,671357],[159731,691943],[157851,698493],[157076,695298],[157820,735523],[159805,740116],[165038,737079],[158697,736109],[159009,735308],[157736,742670],[162392,743857],[165965,749130],[155036,769463],[176986,187791],[178545,580545],[178761,580650],[176656,600814],[175953,598295],[175150,603426],[176108,604412],[171699,671577],[176901,681539],[176980,688075],[174871,685834],[173568,687532],[168660,684801],[170526,681720],[168241,679168],[171444,698085],[175287,698152],[177204,729753],[168750,724175],[174283,742543],[175308,741238],[176080,778691],[176327,775071],[178999,773350],[181502,655675],[179849,659366],[189666,672205],[179837,675099],[184040,680057],[183790,684565],[183189,685622],[179645,688362],[179337,679116],[189598,685388],[191686,686128],[183365,692189],[181303,700773],[181122,698536],[191437,734409],[189117,733769],[183690,738277],[191789,740114],[188621,740422],[191347,752098],[191302,753026],[191344,747217],[190540,743209],[189348,752343],[182160,774951],[197992,634840],[199629,637267],[202761,650961],[202407,663636],[194408,665694],[197351,659420],[196139,674998],[192382,676170],[192647,682229],[202838,693508],[202991,693610],[202524,737414],[200224,739676],[198400,735427],[198983,741643],[193278,735399],[198287,734962],[200388,736973],[200109,736006],[201044,739452],[200920,740145],[195000,737768],[194799,740032],[192602,742172],[196043,753837],[196628,754224],[196289,751538],[194697,748973],[199491,750175],[198876,747994],[202705,751674],[203675,749440],[193560,749693],[193862,751841],[194458,753353],[201672,758641],[201999,757547],[204758,763206],[192813,776085],[192199,775978],[215426,624455],[211080,616403],[214482,616584],[210269,636518],[209138,637949],[217196,628978],[206083,650040],[217330,647612],[210671,652046],[207253,661610],[205467,663365],[210403,662590],[210838,689413],[208888,681536],[204891,683314],[205942,722941],[212160,723312],[212744,721855],[217072,737199],[204906,741886],[215232,736500],[215947,738255],[204974,762015],[226740,624808],[228267,626593],[228488,626118],[227722,618012],[225846,662962],[223640,661839],[228011,667019],[225721,687499],[227254,685005],[227866,680920],[228496,681515],[224549,689242],[230003,692530],[223703,691549],[218918,713959],[220879,716443],[224231,712270],[221953,707082],[218294,726337],[224300,721434],[225110,725531],[229194,724045],[227413,722176],[233567,274289],[233740,274450],[234444,281001],[234654,281101],[241169,611830],[232293,623958],[233376,625605],[236162,616576],[233558,690909],[232334,723335],[236811,738002],[236380,738101],[237712,737933],[241622,735935],[239148,736453],[232319,740741],[230763,739264],[231871,743507],[233328,746347],[230755,745682],[243295,620826],[243601,616682],[246300,736835],[245142,735243],[251724,737483],[252204,739249],[13644,162155],[20355,156871],[18658,160211],[18620,159547],[16993,158268],[18791,157635],[16624,174803],[14470,172542],[14893,172525],[14100,172246],[23396,206814],[24465,206955],[20179,207085],[18972,210618],[25578,250363],[20219,251286],[20733,251727],[20154,251551],[20290,257494],[22212,258316],[19647,294250],[24922,295087],[260670,673888],[257621,675401],[263163,672514],[267946,666119],[265207,738566],[264762,740233],[259298,736539],[260863,736342],[266902,734672],[256926,746330],[256019,744860],[280572,324727],[280782,324827],[277655,677920],[278838,678325],[271867,673762],[279227,678621],[276736,681286],[292807,617128],[291144,619913],[282529,620049],[284162,615268],[282246,679977],[292311,681465],[286191,711004],[287267,709959],[291848,706513],[291480,705299],[289865,705857],[295837,688286],[306144,696386],[304017,693644],[304327,695700],[297412,709370],[307988,284681],[308206,284805],[307576,698795],[330828,541522],[331038,541622],[33234,212229],[29056,215585],[28773,216625],[33235,218901],[33483,220831],[32687,220253],[31929,252457],[31701,255021],[30623,253292],[30868,249082],[34626,252251],[29804,249760],[29122,250093],[25776,252016],[31150,250881],[27381,252808],[26272,253491],[25925,254376],[34340,252094],[27035,259320],[28081,261126],[27053,260303],[28297,260994],[28245,259970],[31183,264047],[31547,262586],[29684,262871],[30399,263416],[387321,307134],[387555,307132],[418924,483538],[442364,425825],[442574,425925],[447367,430369],[447395,430607],[442991,431196],[443019,431426],[447633,427086],[447839,426961],[38801,203192],[71982,319127],[76909,338815],[93356,260205],[1227774,576082],[1227984,576182],[1252823,399702],[1261674,399888],[1279459,350241],[1276516,363896],[1278803,369837],[1271586,387294],[1273516,388121],[123524,420384],[120450,419900],[124749,502164],[123916,504529],[124126,504629],[126997,515821],[126817,515975],[120441,602419],[123567,622958],[126067,625148],[122953,646285],[124741,652928],[126820,674608],[126743,690993],[125833,698119],[126344,696315],[125952,693022],[124103,695385],[120447,696273],[122605,691797],[123699,750226],[127709,751010],[124328,754780],[124327,765821],[126092,760808],[127364,761844],[127507,758317]] \ No newline at end of file diff --git a/src/gathering/a10913.json b/src/gathering/a10913.json new file mode 100644 index 0000000..2c9042b --- /dev/null +++ b/src/gathering/a10913.json @@ -0,0 +1 @@ +[[-1275471,1347982],[-1274167,1409908],[-1278231,1450414],[-1274962,1481159],[-1276450,1509096],[-1272922,1509617],[-1267573,1182122],[-1268909,1183334],[-1287035,1443872],[-1287660,1463405],[-1286990,1461795],[-1282121,1473999],[-1282439,1474047],[-1302561,1303826],[-1294650,1348497],[-1293917,1463677],[-1302852,1136894],[-1293989,1149608],[-1298035,1174602],[-1308247,1388723],[-1313281,1108700],[-1313968,1134706],[-1313070,1162177],[-1315244,1196357],[-1313443,1198056],[-1311727,1209457],[-1309186,1236763],[-1309329,1253910],[-1327234,1286084],[-1328684,1323289],[-1329953,1322185],[-1328279,1388268],[-1328589,1405103],[-1327914,1069950],[-1321726,1184233],[-1335469,1287451],[-1336427,1293300],[-1340599,1123679],[-1337525,1122184],[-1337270,1160791],[-1337337,1209159],[-1354941,1051743],[-1365093,1022378],[-1367176,1025651],[-1363970,1031645],[-1366676,1054479],[-1357898,1069251],[-1358055,1074091],[-1369540,1139151],[-1380835,1312956],[-1381352,1037362],[-1385326,1025708],[-1382793,1046692],[-1384461,1052966],[-124282,251950],[-1405454,1329657],[-1404572,965850],[-1399492,1076055],[-1399785,1159364],[-1401935,1156505],[-1396110,1197402],[-1400164,1217207],[-1395964,1235178],[-1417284,1298368],[-1419244,1341890],[-1409970,1351781],[-1411111,958366],[-1432692,1309177],[-1428328,1043688],[-1422834,1068431],[-1423123,1231052],[-1442369,1343777],[-1435063,1029283],[-1444864,1081199],[-1444797,1079785],[-1444098,1099830],[-1441665,1228766],[-1443418,1275993],[-1448863,1069839],[-1468061,1012754],[-1474378,1006149],[-1477521,1025011],[-1492672,1334999],[-1491232,962691],[-1509602,1026516],[-1504703,1025942],[-1518813,1353903],[-1513120,999351],[-1516615,1001542],[-140321,231132],[-132680,252087],[-134076,494460],[-132613,576797],[-1535805,1027807],[-1538958,1023614],[-1557252,979120],[-149507,594495],[-151986,650027],[-163335,547608],[-165272,547741],[-156734,558346],[-159722,649933],[-170674,247428],[-171197,480346],[-171883,479698],[-171617,479308],[-170664,479477],[-170550,479616],[-174547,544228],[-168383,563122],[-189510,252772],[-188196,472765],[-189544,468369],[-195441,248320],[-202564,600551],[-201453,599565],[-195191,649744],[-194387,641703],[-205766,420091],[-230125,450390],[-241573,451021],[-236320,448696],[-239501,469872],[-236867,617781],[-11835,217339],[-7634,223335],[-11960,226798],[-8681,648819],[-6972,94772],[-1953,112895],[-9204,126585],[-248546,459839],[-247760,459048],[-243921,457338],[-251133,470207],[-260351,464161],[-257502,465344],[-258055,463969],[-270023,620052],[-288986,605829],[-288441,628086],[-346990,484341],[-347839,559768],[-16727,136225],[-13270,212329],[-20642,235446],[-20806,366940],[-15995,633254],[-382052,184518],[-375344,242148],[-372294,242358],[-382762,533101],[-383123,532284],[-382224,532668],[-382123,532803],[-381864,532679],[-381731,532802],[-381817,536759],[-381403,536552],[-380676,537172],[-380649,537349],[-383375,532410],[-382289,533606],[-383068,533050],[-382842,532629],[-381562,537662],[-385028,183822],[-386464,532518],[-408624,560402],[-404542,562607],[-445069,163271],[-444112,545113],[-437040,562399],[-448042,562222],[-456157,87627],[-456236,87476],[-456031,87487],[-454295,78965],[-456140,82022],[-453029,100713],[-468250,546830],[-467901,572139],[-480017,553115],[-474871,113878],[-492783,-30212],[-26409,239168],[-31140,235389],[-34016,391911],[-505176,578452],[-548392,277999],[-545297,351269],[-548713,364101],[-541905,368843],[-553715,275204],[-555039,444334],[-561487,517463],[-560434,575980],[-574888,353834],[-573852,351267],[-569205,402940],[-569215,427535],[-570429,428137],[-569901,507937],[-568055,565570],[-574558,57586],[-584647,267074],[-577945,31546],[-582982,391399],[-583852,391214],[-581004,448885],[-577542,452911],[-599122,1782901],[-598775,1782573],[-592926,1795083],[-597488,1794886],[-592800,1797151],[-593418,1792784],[-594754,295866],[-589590,328267],[-592648,32409],[-599481,422343],[-595521,417585],[-609239,1778099],[-613562,1791966],[-622538,1736577],[-617612,1790861],[-623409,21665],[-50364,135825],[-44787,318354],[-44078,362078],[-44180,423294],[-42074,435242],[-633197,-162576],[-636379,-186413],[-636799,-208505],[-636718,163899],[-639360,1701214],[-639372,1698546],[-639524,1708114],[-633792,1735846],[-634456,1750045],[-637612,168878],[-637287,191239],[-628379,200616],[-628420,265377],[-629433,31658],[-630361,89927],[-629027,93876],[-645693,1693614],[-642351,1706795],[-642375,1711000],[-641770,1727427],[-643212,1733577],[-640538,1732819],[-647417,1738498],[-650917,1751680],[-651905,1754878],[-650686,1760132],[-647014,172798],[-643629,189895],[-645138,198641],[-650651,217584],[-642998,232642],[-642538,259124],[-649672,124583],[-660185,-146064],[-660665,1621166],[-655358,1666196],[-655430,1692055],[-663079,109354],[-683414,1598353],[-688959,1621261],[-686663,1662235],[-689281,1666230],[-690505,1669839],[-694253,1571363],[-697168,1570228],[-691817,1567703],[-694074,1589657],[-699068,1667214],[-699177,1665505],[-691584,1668974],[-698339,1688211],[-715223,1592244],[-709544,1592671],[-729203,1522554],[-728468,1521175],[-726181,1523986],[-717336,1584838],[-723956,1687046],[-726473,1680767],[-732213,1519089],[-740804,1633362],[-736713,1639868],[-737618,1674748],[-743133,1674810],[-754936,1685237],[-749688,1688880],[-58716,184235],[-56482,194257],[-57955,255131],[-759001,1549853],[-766524,1573750],[-762649,1629959],[-766747,1626943],[-760319,1638452],[-767791,1640508],[-759601,1649607],[-757574,1638692],[-767003,1643279],[-755491,1687071],[-774209,1532357],[-773506,1637253],[-776544,1637526],[-778965,1635805],[-775405,1634843],[-773545,1635432],[-772082,1630446],[-780538,1639067],[-772572,1639105],[-770503,1640715],[-792164,1533938],[-787188,1529537],[-790581,1555395],[-785751,1569617],[-787631,1604428],[-794864,1535175],[-803404,1577190],[-795989,1583067],[-805118,1625777],[-801456,1628175],[-814567,1511005],[-812250,1584148],[-806517,1591030],[-811071,1619679],[-808164,1622462],[-809244,1625042],[-815218,1620187],[-812240,1616838],[-810407,1617797],[-812770,1631989],[-829151,1586364],[-830231,1588944],[-829148,1611092],[-832639,1506488],[-833069,1508843],[-842264,1589369],[-843344,1591949],[-839443,1588199],[-833439,1588242],[-832455,1610157],[-832678,1608905],[-857554,1426303],[-869740,1388043],[-870024,1418296],[-868989,1415353],[-860044,1424685],[-861130,1477330],[-865369,1494177],[-857953,1541622],[-867300,1568649],[-864324,1569324],[-861134,1572220],[-873868,1450641],[-879687,1452242],[-882118,1490288],[-68536,646657],[-66459,648154],[-887368,1489234],[-887453,1581231],[-889102,1580054],[-886647,1582834],[-884786,1579919],[-885866,1582499],[-890459,1575910],[-905890,1376140],[-901733,1450938],[-902269,1573685],[-902269,1573685],[-904678,1575570],[-903349,1576265],[-903349,1576265],[-915238,1366060],[-919465,1425496],[-915626,1447739],[-914600,1595068],[-912125,1591071],[-924193,1571378],[-927523,1583320],[-928603,1585900],[-924552,1584287],[-936087,1410439],[-945223,1501260],[-946896,1515659],[-953693,1498913],[-963550,1404856],[-971896,1407449],[-970649,1414947],[-967444,1413482],[-961685,1504512],[-969147,1534551],[-967117,1550429],[-976210,1363293],[-977511,1364961],[-979361,1376809],[-979245,1390090],[-984593,1429982],[-974767,1506888],[-982851,1510700],[-989533,1380536],[-985774,1369873],[-992196,1465958],[-994550,1494394],[-1005879,1339359],[-1003047,1502440],[-82156,208720],[-1023564,1328777],[-1016488,1337092],[-1021961,1435690],[-1019417,1435824],[-1021842,1439308],[-1021451,1441752],[-1023366,1457005],[-1017697,1493951],[-1013216,1518597],[-1014090,1515186],[-1030845,1331340],[-1034779,1439420],[-1030511,1523189],[-1030807,1524861],[-1048271,1351105],[-1045273,1412371],[-1047693,1412076],[-1044372,1444346],[-1046568,1439694],[-1046798,1500656],[-1059621,1307794],[-1059740,1323437],[-1059124,1321475],[-1056050,1373232],[-1051939,1406683],[-1054189,1428462],[-1054208,1454773],[-1056794,1468652],[-1059690,1463767],[-1070054,1313235],[-1067114,1311129],[-1064316,1437551],[-1070540,1477222],[-1071345,1483104],[-1068695,1474165],[-1066912,1497626],[-1078183,1375875],[-1084339,1410206],[-1096922,1354747],[-1099998,1362986],[-1099123,1421393],[-1091540,1427908],[-1094358,1430406],[-1099769,1423976],[-1112437,1414254],[-1118923,1353083],[-1116709,1353935],[-1125224,1354357],[-1120828,1368647],[-1123934,1416453],[-1123342,1439427],[-1126621,1305206],[-1131179,1297109],[-1138535,1347867],[-1130632,1385534],[-1126422,1386045],[-1138426,1434326],[-1138345,1449711],[-1128363,1481452],[-98879,200784],[-94924,201105],[-94568,652851],[-91519,652522],[-1151067,1297818],[-1140028,1351569],[-1140671,1376140],[-1144918,1371488],[-1143155,1437410],[-1144359,1459283],[-1158405,1289259],[-1152884,1354853],[-1163268,1427065],[-1160547,1424308],[-1160986,1423716],[-1173964,1421089],[-1184423,1288131],[-1185356,1285048],[-1180387,1374860],[-1189943,1431939],[-1183379,1440447],[-1182831,1468563],[-1190741,1284281],[-1198183,1340565],[-1199373,1466524],[-1213993,1430005],[-1212124,1439467],[-1206634,1441634],[-1208535,1440492],[-1214658,1441164],[-1206823,1443716],[-1204210,1472771],[-1213309,1254334],[-1226948,1385933],[-1216713,1428916],[-1227296,1437529],[-1228982,1455531],[-1231011,1212013],[-1251137,1301408],[-1251935,1365912],[-1247531,1450205],[-1250176,1451146],[-1248185,1473017],[-1246895,1182579],[-1252626,1231629],[-1261164,1379641],[-1259439,1469694],[-1263905,1491701],[-1262798,1503199],[-1254526,1177647],[-1265775,1231259],[-1257559,1232295],[-1261051,1245741],[-104759,476906],[-107769,536829],[-105274,535070],[12562,354803],[12131,354609],[12544,350529],[7139,349467],[12249,353505],[12773,361693],[12506,668774],[128871,402359],[140419,530506],[132024,588000],[164890,501442],[157963,590761],[160129,589112],[175688,454169],[187297,531681],[188817,584397],[201476,382737],[194169,376291],[197114,377191],[208607,379810],[218184,369774],[220175,469797],[220336,579889],[243726,288982],[253196,320185],[12904,302047],[19796,296594],[13081,354015],[12964,351567],[21461,370907],[22679,370686],[20144,369502],[20258,369641],[19686,368612],[20127,368300],[20143,367834],[13388,366737],[14594,366405],[14707,366544],[13991,361472],[14105,361611],[16199,360564],[15512,359916],[15779,359526],[16731,359695],[16845,359834],[17318,362263],[16867,362919],[16398,361833],[16503,361722],[17664,377632],[19656,375426],[19248,375792],[18356,376162],[18692,375025],[18868,374974],[256715,259428],[256177,319393],[280387,428175],[288859,430705],[304586,627390],[306195,625289],[313108,281031],[311294,285176],[331231,279951],[324174,289619],[328212,285643],[329782,400553],[331051,540951],[321895,666994],[344418,419542],[350541,419180],[351743,426600],[367148,551861],[366312,552826],[360828,623880],[366842,620797],[367774,625867],[369058,628454],[372079,554779],[374268,557307],[371716,557781],[383747,660333],[32647,587303],[386962,307298],[388528,662021],[440983,429248],[439450,433400],[441342,426438],[439106,431750],[46808,659893],[56236,427689],[62191,655580],[70612,335536],[66535,641593],[69263,640446],[67038,656754],[70482,702266],[68365,700090],[66552,698721],[76283,692693],[81501,435185],[93990,381869],[95697,392882],[109684,374856],[109999,674866],[109396,669242],[1235044,568401],[117179,172953],[124269,368084],[118101,371474],[127109,384293],[124374,504159],[123078,501526],[127086,562655],[126289,592138],[118690,616517],[-1272645,1207759],[-1295384,1163623],[-1357011,1076268],[-1356894,1074618],[-1383466,1038740],[-118688,626347],[-1428655,1038893],[-1427756,1040272],[-1472336,1010873],[-1519090,1006527],[-183248,633865],[-181828,634710],[-216596,615018],[-224311,556598],[-239103,619522],[-238921,621167],[-270316,621164],[-286873,563746],[-284226,601183],[-283728,602761],[-369623,559390],[-420252,527649],[-420567,529248],[-448128,563421],[-506429,576485],[-542146,532979],[-551267,575349],[-567935,376757],[-572537,429061],[-569323,505447],[-582544,336558],[-583116,338109],[-582505,360341],[-579248,444389],[-578812,445978],[-581403,535505],[-580065,533740],[-594823,1793666],[-600370,182920],[-610897,1790746],[-615108,1789641],[-618513,35921],[-619736,37004],[-47539,630562],[-628700,268343],[-646391,1694850],[-646046,193704],[-652020,124505],[-657612,1600624],[-658613,199398],[-656079,35090],[-653496,125256],[-691208,1567637],[-691284,1569289],[-728718,1522059],[-717456,1585799],[-870696,1389134],[-881804,1453158],[-893243,1379304],[-899387,1394928],[-918964,1424242],[-915060,1472606],[-914450,1502179],[-980338,1386952],[-979205,1385759],[-1016535,1338476],[-1060076,1321440],[-1097699,1354970],[-1126861,1306621],[-1179977,1354210],[-1207197,1293010],[-1215740,1252065],[-1259484,1177700],[-1258833,1179211],[-102736,625636],[-102963,628272],[131536,713084],[134022,711100],[133994,719880],[133486,719036],[158622,736246],[172301,599904],[183519,689610],[190570,693128],[193052,690343],[235650,622631],[323652,651380],[367217,658629],[47333,659480],[48760,660252],[75341,647709],[74118,694023]] \ No newline at end of file diff --git a/src/gathering/a10915.json b/src/gathering/a10915.json new file mode 100644 index 0000000..10da239 --- /dev/null +++ b/src/gathering/a10915.json @@ -0,0 +1 @@ +[[-1278192,1446241],[-1278674,1446753],[-1278238,1447282],[-1279338,1448264],[-1269451,1510733],[-1267678,1512536],[-1272659,1510922],[-1278346,1197694],[-1290131,1382441],[-1284323,1437151],[-1284953,1433983],[-1284858,1435781],[-1282843,1434473],[-1280034,1445915],[-1280340,1446961],[-1280183,1446991],[-1287532,1468254],[-1287711,1469004],[-1287585,1468960],[-1287882,1468619],[-1284811,1473419],[-1280135,1491779],[-1300456,1428076],[-1312026,1315853],[-1313640,1367587],[-1308643,1402288],[-1310810,1399135],[-1311421,1228050],[-1328485,1321469],[-1324684,1382351],[-1324740,1382386],[-1324872,1381814],[-1329997,1376570],[-1330811,1375896],[-1330624,1376544],[-1326451,1373204],[-1326214,1373362],[-1322671,1378746],[-1325531,1382623],[-1320966,1385928],[-1322644,1387336],[-1321805,1387643],[-1322053,1387141],[-1318563,1407312],[-1329444,1172231],[-1328860,1274473],[-1331315,1376782],[-1331937,1389431],[-1331651,1389613],[-1332045,1389754],[-1334398,1398855],[-1335662,1399340],[-1336350,1398792],[-1334934,1399265],[-1334881,1398924],[-1336699,1402390],[-1348562,1359876],[-1356335,1019919],[-1356708,1020276],[-1356047,1020204],[-1356502,1020068],[-1355123,1197033],[-1358578,1327942],[-1362697,1022673],[-1367181,1029764],[-1365201,1264411],[-1378285,1217371],[-1394233,1314599],[-1393827,1175018],[-1393974,1175240],[-1393634,1175028],[-1393715,1175234],[-115768,179185],[-116987,179327],[-125499,180611],[-125064,182399],[-126142,180301],[-125251,180421],[-122596,250199],[-115549,584311],[-127572,596242],[-118265,609420],[-118485,609664],[-116773,621243],[-121020,619638],[-122846,622106],[-123071,620790],[-1407546,1322635],[-1395685,1334128],[-1395783,1333987],[-1395624,1364567],[-1400906,1190802],[-1398388,1236646],[-1415501,1331878],[-1419369,1074053],[-1415460,1103758],[-1422273,1069550],[-1422155,1070604],[-1421725,1071359],[-1421752,1070897],[-1428490,1075430],[-1428384,1180529],[-1433210,1253898],[-1429394,1256554],[-1435461,1294126],[-1439894,1303876],[-1441764,1324750],[-1435212,1338706],[-1434519,1363573],[-1434246,1363388],[-1434811,1363296],[-1437410,1233319],[-1451885,1290171],[-1449826,1300982],[-1451049,1340899],[-1452042,1341145],[-1452445,1340866],[-1447407,1077646],[-1466114,1284148],[-1466240,1337275],[-1466158,1337939],[-1466318,1337893],[-1465906,1337303],[-1462585,1032262],[-1481633,1309109],[-1476900,1318458],[-1480504,1347842],[-1482071,1347365],[-1481521,1347816],[-1482653,1348585],[-1482129,1348559],[-1482521,1348813],[-1482809,1348527],[-1480978,1351202],[-1480683,1349882],[-1480807,1350791],[-1479544,1350958],[-1479854,1349846],[-1481714,1350604],[-1482288,1350067],[-1481162,1350574],[-1479908,1349553],[-1480675,1349384],[-1480579,1349089],[-1480472,1349360],[-1480139,1349817],[-1478143,1350323],[-1479715,1349246],[-1479052,1348782],[-1480070,1349563],[-1479957,1348636],[-1475443,1345738],[-1476292,1347021],[-1481235,1373418],[-1481582,1374319],[-1480057,1375472],[-1482032,1373310],[-1489690,1340088],[-1488782,1353541],[-132186,181408],[-132112,180284],[-131637,182041],[-131535,182092],[-135313,183916],[-133633,185532],[-134471,184076],[-134680,185112],[-137172,229127],[-130750,249983],[-133710,496930],[-133711,574628],[-139486,585849],[-128320,595643],[-128738,597625],[-128261,594731],[-1532310,1341678],[-1524327,1351685],[-1523594,1350646],[-1524572,1350913],[-1525346,1351988],[-1529282,1351908],[-1535694,1026620],[-1535881,1026708],[-1535918,1026110],[-1535951,1026393],[-1536652,1051028],[-1578891,1024401],[-145817,587757],[-163704,559394],[-172553,290258],[-172974,290281],[-172052,288826],[-172838,289960],[-173938,286770],[-173511,285440],[-174215,286363],[-173765,285790],[-177781,284013],[-177722,284328],[-176766,283046],[-176968,283951],[-173715,296516],[-173556,296144],[-173720,296317],[-173678,298834],[-170539,479441],[-170936,479317],[-171316,550702],[-180790,172319],[-180550,172703],[-180744,173533],[-180534,173085],[-184269,177131],[-183880,175842],[-184351,175388],[-185500,177634],[-187725,177059],[-187539,177362],[-187074,175851],[-188722,176851],[-191278,178708],[-190111,179248],[-189872,179819],[-189906,180408],[-189821,179548],[-191646,187300],[-191059,187857],[-191469,186709],[-191698,187314],[-190654,250149],[-191247,250262],[-190168,250504],[-191366,250192],[-191791,247621],[-191733,247955],[-191464,248074],[-189148,250687],[-185060,285404],[-185601,284983],[-185905,284553],[-185267,284405],[-185381,472053],[-192027,179240],[-192217,179909],[-192408,179613],[-193144,186725],[-192818,187150],[-192684,187498],[-192500,187160],[-194607,188881],[-194135,189547],[-194936,189117],[-194260,188927],[-193375,189445],[-193154,189903],[-192622,189005],[-193131,189729],[-192808,238476],[-192828,239232],[-192611,238939],[-192906,239213],[-192234,247880],[-192573,247714],[-237175,190732],[-237059,189856],[-237686,190397],[-239168,192311],[-240950,467900],[-5656,133283],[-5449,134004],[-4197,133098],[-5325,133610],[-3586,129506],[-1867,131177],[-468,129004],[-1443,130464],[-19,132611],[-771,136514],[-1380,131944],[-5248,138996],[-5071,139865],[-3326,138191],[-3633,138799],[-6487,138779],[-6337,139047],[-6500,138668],[-7922,134757],[-7741,135745],[-8782,134836],[-9470,135864],[-10674,139162],[-12374,139205],[-12104,138604],[-12678,138356],[-11054,136199],[-10892,137077],[-10432,163058],[-11078,163650],[-11449,163723],[-10362,163907],[-8660,166254],[-6730,167201],[-6683,167347],[-6332,167855],[-6988,167549],[-9650,167077],[-9012,167150],[-9705,166680],[-11988,216328],[-11618,215796],[-12444,215379],[-7647,226580],[-8265,226216],[-8417,225098],[-8156,226211],[-10443,229803],[-8969,218049],[-9670,218299],[-9545,218545],[-9109,218566],[-12237,220842],[-11152,234025],[-10242,231253],[-11118,233576],[-2106,90705],[-2720,102209],[-2828,101157],[-7319,97970],[-6164,97803],[-6990,98185],[-5995,98391],[-5452,95948],[-5459,95450],[-5611,95901],[-5379,96274],[-5308,110390],[-5176,109350],[-5974,110244],[-5155,108406],[-6319,108196],[-6423,108113],[-5725,109050],[-9786,114849],[-1543,122079],[-2300,122829],[-7167,127688],[-11895,122171],[-12066,121050],[-12451,122023],[-12795,122375],[-12765,119737],[-12774,119277],[-9554,117932],[-9162,117759],[-9824,119046],[-9258,117986],[-9144,116498],[-10253,115819],[-10029,115919],[-11379,126419],[-6215,125133],[-6559,125537],[-248322,467780],[-265917,197876],[-265342,197678],[-265758,198095],[-265809,197401],[-258180,461572],[-282293,147050],[-283114,149736],[-283231,149537],[-283863,149870],[-321977,-605505],[-345080,136010],[-346047,136265],[-347782,136100],[-346044,136878],[-345852,482203],[-15589,129490],[-15655,128753],[-15520,128788],[-15123,137031],[-14501,138540],[-14750,137986],[-14710,138119],[-14876,137828],[-15597,147285],[-13121,150462],[-14768,224941],[-14759,224909],[-15086,226314],[-15211,225892],[-14903,220436],[-14645,220329],[-14908,220266],[-14676,220677],[-25123,234979],[-25143,235296],[-24409,234582],[-24833,234940],[-16778,234131],[-19631,110455],[-19878,110256],[-19084,109045],[-21485,109768],[-20831,109434],[-21727,110171],[-23704,110470],[-23206,109573],[-23723,111277],[-23712,111950],[-24420,112877],[-24863,112708],[-15000,125554],[-17607,123737],[-17614,124921],[-14178,127805],[-21552,125910],[-22722,127524],[-19628,126902],[-19547,126664],[-12952,119575],[-13047,118932],[-20176,117364],[-20707,117344],[-17449,124183],[-382116,532731],[-382506,532599],[-381736,532626],[-382142,532550],[-380557,537202],[-380842,536897],[-388724,10470],[-393762,12191],[-393453,10824],[-408985,212033],[-408306,212181],[-409259,211621],[-408208,212319],[-405757,221873],[-405653,221845],[-404708,221687],[-405222,220479],[-402392,25301],[-399175,24763],[-401967,22115],[-397843,20670],[-397341,19159],[-401532,25799],[-405206,35686],[-404098,34041],[-410240,217245],[-421382,41318],[-420647,41179],[-418806,40984],[-410388,41008],[-409735,40688],[-409664,39056],[-411456,40082],[-430974,38023],[-432756,36125],[-427408,38303],[-427533,39433],[-424647,39157],[-442761,32596],[-442583,31095],[-443163,31537],[-439842,28969],[-436274,35906],[-443065,101508],[-444610,100396],[-442636,100877],[-444173,99016],[-447191,102698],[-448958,162832],[-455215,89517],[-449009,101028],[-450304,100942],[-460762,107151],[-460243,106850],[-459881,105114],[-454435,102700],[-449168,123694],[-448317,123263],[-451175,122138],[-451493,122132],[-472410,114447],[-469541,123251],[-485007,-22980],[-486280,-30000],[-485573,-25807],[-480991,-26955],[-485821,-41558],[-480262,110282],[-475918,116502],[-475925,116614],[-491530,-22597],[-490584,-33299],[-495758,-34142],[-486903,-43334],[-487151,-47215],[-490041,-46550],[-490863,-46346],[-489733,-39836],[-490798,97199],[-491740,95880],[-493373,94620],[-489236,101400],[-489405,101120],[-488998,100492],[-30969,161430],[-29285,161415],[-29365,160507],[-29381,160685],[-35452,158260],[-35584,157828],[-34933,154416],[-30038,157307],[-30319,158368],[-28999,158314],[-29446,158289],[-31195,171556],[-31356,171429],[-31172,171642],[-30925,171557],[-31761,168043],[-32886,168261],[-31618,168335],[-31901,168530],[-30178,169258],[-29861,169299],[-29600,169592],[-30771,169345],[-35297,191839],[-34793,191876],[-34807,191843],[-34705,190930],[-33139,195443],[-33260,194689],[-33068,195368],[-33777,194790],[-28071,228687],[-25704,236842],[-27825,233469],[-31225,237079],[-30913,237079],[-30806,236969],[-30583,236920],[-29250,231973],[-28837,232646],[-28718,233603],[-29604,231323],[-30760,233333],[-30520,233243],[-30639,233748],[-30329,233491],[-29612,230918],[-31233,231768],[-30916,231933],[-33658,234640],[-32167,232001],[-32713,232166],[-32290,232368],[-35959,245015],[-34284,111544],[-34486,113276],[-35424,114963],[-35029,114333],[-34116,112875],[-30039,109874],[-30082,109874],[-30453,108777],[-30444,110429],[-553126,-487716],[-566286,-491002],[-565287,-492525],[-566943,-492814],[-49978,133446],[-42343,318539],[-45326,362793],[-45547,363206],[-48229,378720],[-47542,378635],[-41268,425775],[-48500,608385],[-50907,608238],[-50134,610507],[-637512,-176624],[-637737,-166999],[-635429,-210399],[-638974,1698831],[-639137,1726146],[-634076,1747645],[-634026,1746283],[-647116,-174791],[-646712,-175385],[-647275,-175426],[-646801,-175402],[-648126,-174808],[-647764,-175523],[-647744,-175568],[-649423,-199260],[-649447,-199598],[-650229,-199022],[-652507,1692361],[-643037,1733416],[-649240,1753658],[-665327,-202951],[-659042,-192928],[-659137,-192798],[-672144,-193628],[-671524,-193119],[-671455,-194194],[-672213,-193547],[-675101,-205914],[-674492,-206059],[-685966,1664301],[-690641,1672797],[-698682,1664814],[-697959,1685811],[-723506,1684656],[-737232,1672348],[-739818,1672890],[-755111,1684671],[-53122,160042],[-52793,160481],[-54478,160880],[-54365,160567],[-54566,163452],[-53343,162722],[-54369,196263],[-61652,254276],[-52121,317295],[-51705,317674],[-53450,317279],[-52491,317674],[-52932,311949],[-52056,311510],[-53329,310814],[-53143,311103],[-60895,587672],[-60465,598794],[-60220,598115],[-58915,597346],[-58728,595945],[-51510,601023],[-55776,601381],[-59293,593170],[-60082,604342],[-60275,606778],[-61591,118433],[-60813,118398],[-61346,118106],[-60699,118791],[-766787,1626678],[-760393,1638195],[-767900,1640756],[-758506,1681682],[-777223,1637147],[-775178,1634988],[-774280,1638639],[-770071,1640663],[-791733,1602628],[-791703,1614769],[-792028,1615372],[-791845,1614829],[-792980,1614930],[-800739,1575970],[-801070,1625775],[-802453,1624557],[-795138,1615476],[-795918,1615212],[-795757,1615701],[-795201,1615473],[-796709,1614691],[-795305,1614949],[-794208,1615233],[-794773,1615121],[-814359,1610234],[-814274,1609871],[-814245,1610550],[-813473,1609767],[-808406,1618459],[-807784,1620129],[-814716,1616384],[-812050,1615994],[-828771,1584031],[-829940,1606985],[-826483,1609872],[-841884,1587036],[-836778,1586979],[-833053,1585842],[-860754,1569820],[-76739,133988],[-69926,594236],[-71211,594001],[-66160,597671],[-65813,591521],[-68028,589956],[-72393,603379],[-74190,606423],[-64949,610363],[-64205,607351],[-75564,632373],[-73736,632022],[-67415,628653],[-67693,629347],[-66399,630370],[-65532,634619],[-76213,649994],[-75644,668204],[-894694,1450780],[-894327,1451740],[-893741,1452645],[-883332,1580914],[-884406,1577586],[-888722,1577654],[-890235,1576060],[-902191,1453445],[-901020,1450452],[-904228,1573180],[-901889,1571352],[-901889,1571352],[-901678,1574932],[-898985,1576817],[-913140,1590155],[-911739,1588671],[-923608,1536119],[-927236,1533316],[-926995,1528791],[-927144,1580987],[-923458,1587249],[-945366,1383014],[-944231,1514439],[-944442,1519255],[-947267,1508912],[-961307,1522412],[-961527,1522808],[-962086,1521382],[-962398,1522155],[-961441,1520896],[-962206,1521289],[-962138,1519899],[-962232,1520087],[-960485,1513533],[-960302,1513399],[-960816,1512943],[-960547,1512463],[-962652,1512824],[-962326,1512637],[-961230,1512716],[-961058,1512060],[-972246,1516669],[-968889,1532220],[-964783,1531843],[-974276,1504384],[-974358,1504638],[-974050,1504305],[-973992,1504647],[-974301,1504601],[-974526,1504384],[-974089,1504266],[-974296,1504504],[-974286,1505017],[-973840,1504708],[-973782,1503810],[-974774,1504071],[-977384,1511823],[-992198,1358066],[-987629,1505960],[-987331,1506055],[-987377,1505172],[-987249,1505627],[-988937,1499663],[-995688,1568319],[-996788,1567993],[-996738,1568138],[-996321,1567713],[-1007067,1488516],[-1007053,1488046],[-1006689,1488217],[-1006770,1488684],[-1006795,1488273],[-1006246,1488686],[-1007343,1487563],[-1003346,1498743],[-1002713,1498583],[-1003284,1498911],[-1002982,1498437],[-1002795,1504512],[-78355,137111],[-77926,152298],[-77635,152400],[-77481,153177],[-78040,153034],[-84185,207362],[-81351,331096],[-81876,331203],[-81303,331102],[-81659,330539],[-83748,331532],[-84005,331073],[-84623,330803],[-83880,330159],[-84106,595019],[-79049,607618],[-83365,613743],[-79572,609434],[-78853,621548],[-78308,622409],[-87564,639083],[-83170,650682],[-1023459,1443116],[-1023561,1443100],[-1023150,1443089],[-1023443,1443096],[-1012820,1516197],[-1013704,1512786],[-1016756,1528382],[-1020743,1526054],[-1014681,1554774],[-1014266,1554796],[-1014103,1554719],[-1014842,1554951],[-1032121,1438170],[-1036002,1457967],[-1035590,1457873],[-1036574,1469434],[-1027999,1460822],[-1030125,1520789],[-1026204,1523809],[-1032622,1566597],[-1045926,1373458],[-1046872,1371691],[-1042608,1411151],[-1044143,1443475],[-1044853,1455429],[-1040450,1448035],[-1043657,1507916],[-1062216,1401823],[-1062286,1401887],[-1053715,1426072],[-1055913,1449339],[-1056016,1453096],[-1054755,1497522],[-1061591,1497898],[-1054741,1507410],[-1054878,1507611],[-1050429,1525758],[-1073365,1349601],[-1065563,1391628],[-1062527,1402362],[-1068277,1403920],[-1067205,1398519],[-1062908,1402110],[-1066184,1436814],[-1074934,1472399],[-1063408,1496228],[-1064704,1496142],[-1075162,1502351],[-1074643,1502050],[-1074281,1500314],[-1063196,1515703],[-1099618,1360586],[-1090325,1402862],[-1091125,1403472],[-1090435,1402624],[-1090892,1402991],[-1099410,1418963],[-1091160,1425508],[-1093908,1428016],[-1096145,1447949],[-1101551,1360652],[-1113267,1411385],[-1108052,1430682],[-1124630,1369119],[-1116192,1389102],[-1135869,1346647],[-1130182,1383379],[-1138522,1419796],[-1138227,1434486],[-1135030,1447791],[-92293,198667],[-98541,591596],[-99564,595421],[-96897,589903],[-95921,612861],[-99011,608331],[-90441,614430],[-101041,608404],[-92035,615137],[-91253,639297],[-95487,642658],[-95978,645712],[-89838,642085],[-96340,648414],[-98253,649418],[-99013,649667],[-97015,653719],[-100693,654989],[-99545,654523],[-1140235,1373742],[-1143985,1371045],[-1162882,1424665],[-1163441,1426533],[-1159885,1471915],[-1175164,1360834],[-1165771,1408701],[-1174220,1421177],[-1186628,1430019],[-1208284,1360891],[-1213398,1426996],[-1208155,1438092],[-1206437,1441316],[-1203319,1439714],[-1208414,1450411],[-1209670,1477106],[-1210707,1477142],[-1210670,1477047],[-1210301,1476843],[-1224388,1347000],[-1218106,1429667],[-1226916,1435128],[-1228602,1453131],[-1225709,1451779],[-1216551,1480199],[-1216928,1480773],[-1217068,1480802],[-1216127,1479747],[-1240292,1453097],[-1229585,1455019],[-1231775,1471146],[-1231330,1496722],[-1230535,1496760],[-1231136,1496845],[-1230898,1496556],[-1234266,1489911],[-1234255,1489264],[-1234632,1488530],[-1233664,1488235],[-1235146,1488984],[-1238883,1506010],[-1246256,1294484],[-1244687,1323823],[-1244866,1448985],[-1252547,1466963],[-1252185,1466182],[-1251984,1466337],[-1249368,1477756],[-1249619,1477368],[-1249071,1478786],[-1253964,1472402],[-1251241,1487054],[-1252182,1490952],[-1251396,1486797],[-1254069,1488384],[-1249774,1494884],[-1254126,1510087],[-1253853,1510528],[-1262826,1406963],[-1256339,1472129],[-1254757,1471670],[-1254956,1467867],[-1262417,1483410],[-1254713,1487582],[-1266859,1515183],[-1262192,1244322],[-114947,179362],[-114916,179985],[-113821,588472],[-113590,586797],[-103116,588842],[-109757,597419],[-111735,595363],[-108737,599005],[-106680,598980],[-104808,597724],[-104858,597753],[-105142,594638],[-102650,611350],[-104507,602311],[-108787,619702],[-108378,619897],[-109529,620228],[-107582,619926],[-106783,620629],[5219,151126],[9365,149011],[8971,149430],[6681,150019],[3319,151436],[1616,151741],[3113,150977],[2398,152304],[8113,159303],[7486,159693],[8537,158587],[10745,164502],[12208,165608],[11224,165536],[11634,163923],[11782,158435],[11436,158891],[11107,158292],[11839,158515],[12022,353937],[12075,353524],[2907,108053],[2256,107452],[1861,108096],[2786,106741],[4269,112530],[4230,111597],[5663,111373],[4974,112896],[248,123810],[29,125844],[1315528,298665],[128088,382070],[129054,400340],[130254,398283],[138836,398497],[140630,398485],[138228,416390],[140407,432681],[137654,504257],[138577,504349],[137147,531348],[135529,532296],[132686,566987],[134906,566467],[132021,564255],[133278,583038],[130783,587571],[134337,588366],[131397,590201],[130600,614410],[129350,613974],[131703,615053],[135902,659299],[131742,671916],[129159,669706],[131951,684860],[139839,682868],[136487,685153],[136452,685639],[139168,687396],[137954,690047],[136161,691181],[128822,685543],[130179,683684],[130511,684814],[129764,688196],[128889,686934],[128070,690756],[133721,690756],[134720,688725],[138493,692195],[131416,692440],[131007,691724],[128279,691784],[132019,697273],[136604,700744],[130912,697745],[137784,711262],[137968,710115],[137978,712616],[140475,710136],[129333,739503],[128070,739274],[130838,745138],[131201,761125],[131343,766168],[128921,766962],[142124,529251],[143729,531577],[142382,529070],[142672,532611],[144230,530666],[149755,530692],[150119,531670],[149161,530538],[144950,531702],[152585,544763],[153086,543782],[152106,545158],[151238,690099],[150284,690029],[148158,689482],[143251,691390],[145489,690470],[142673,683596],[140898,683289],[144553,682959],[150702,697932],[152567,699498],[151140,703221],[149686,703055],[142727,709489],[141570,716790],[141919,715501],[141315,716961],[147518,724758],[147164,725789],[148425,729444],[144110,729448],[144026,717098],[143821,729050],[152125,730174],[151813,730647],[142108,738090],[145486,733715],[141350,739637],[142723,730664],[145262,731324],[145208,731920],[146888,731705],[142708,733252],[143201,738584],[145601,739169],[145705,738370],[143111,736156],[143362,737958],[147068,736961],[145742,737843],[145763,736847],[146190,737530],[145648,735268],[144181,735180],[145401,735871],[144837,734903],[141076,760466],[141330,760245],[142008,763113],[144068,760032],[152386,779550],[153145,777823],[152566,775631],[152339,774990],[151346,768967],[150046,769274],[156325,531461],[157306,534626],[163479,534160],[163884,534589],[163469,533572],[162235,532741],[158690,536537],[161226,535753],[156077,540859],[156203,541286],[159959,538981],[163260,538427],[158065,545812],[157446,545395],[157452,545797],[163444,587192],[160742,589827],[165712,672863],[164466,698185],[161866,700435],[162630,699212],[159776,693054],[157492,696783],[159750,698927],[156746,694519],[158063,736396],[162197,738491],[165636,740027],[160548,741760],[157656,731910],[162151,736317],[161376,732776],[159034,732261],[159555,747959],[156739,746544],[158670,745028],[165818,748500],[161195,747280],[155215,767817],[154301,769557],[178229,456711],[176225,455093],[174873,494412],[171463,490918],[172220,594660],[169405,600430],[178475,604792],[177643,601812],[176249,604912],[174017,604687],[170153,602498],[176481,659568],[178989,661042],[177809,660405],[176469,662428],[172894,677400],[174485,666882],[174378,671052],[177110,690541],[176546,689901],[173929,688980],[175237,687657],[175780,686896],[174515,689121],[169299,683570],[170855,684230],[169768,679017],[174405,679214],[169831,679534],[175347,692257],[172570,691755],[177558,693830],[173151,698286],[174958,696665],[173799,699284],[171495,697752],[177605,698731],[171746,710681],[177429,729609],[169941,723130],[168822,720818],[173689,742594],[174628,742492],[175510,741038],[175049,745549],[176045,746275],[174212,743205],[176881,778120],[173783,776651],[174792,776763],[173619,775731],[190072,530735],[188955,584248],[190238,662390],[190785,660714],[189210,672534],[190242,675224],[190946,678418],[184149,673206],[182917,673944],[180671,676808],[186015,683622],[182417,681259],[184823,682868],[184849,686232],[181208,685437],[190681,680565],[179863,685595],[182149,690243],[179459,678861],[187469,686200],[190954,688164],[189744,685447],[188288,685976],[182860,693375],[181525,698763],[182560,698152],[184572,697436],[185539,729247],[191754,738715],[190545,736841],[182211,734617],[180984,734110],[181443,733184],[180357,730667],[189485,739429],[189735,736791],[186957,739058],[185526,740323],[190312,742869],[190110,752629],[191805,751081],[190764,751810],[190676,752549],[190428,747375],[191763,747244],[190736,748055],[190741,746527],[189775,752419],[179350,767089],[181372,771657],[182110,779137],[180621,773227],[188863,772891],[190962,775228],[202761,381620],[199038,638427],[198209,637906],[198400,634503],[196516,635149],[204682,649858],[203546,651222],[203084,651461],[200058,665271],[203249,664635],[194005,658933],[194242,664901],[202436,674506],[201376,671639],[195479,666124],[198494,674888],[192258,681249],[194537,687484],[195282,687190],[202093,693006],[201485,693589],[201462,694929],[201554,693863],[203697,736286],[203937,737694],[200703,740976],[200647,741521],[199809,738770],[201653,738462],[198020,734941],[198277,735286],[196669,736425],[199103,741618],[197793,741550],[197400,740577],[196617,740400],[193001,737379],[192759,737459],[193219,733829],[192286,734657],[192408,734992],[195067,733501],[196779,733618],[196506,733938],[196344,735545],[199508,737522],[200170,735519],[198768,735819],[200481,737209],[204593,733594],[202418,738037],[201885,740174],[197164,736649],[196891,737902],[196105,737634],[194919,737152],[194836,737956],[193076,737774],[193461,739733],[194322,740626],[196076,739741],[195574,738288],[195507,740496],[203154,742266],[193410,741960],[192269,742290],[193650,742923],[197036,754919],[197141,753671],[196098,754070],[197317,753757],[196472,751458],[197310,751618],[196354,749119],[196620,750175],[198216,746951],[198936,747944],[198422,749637],[198539,749456],[203483,748416],[202193,750165],[203587,750047],[194537,752682],[192551,749938],[193271,751208],[193550,750048],[202232,758215],[202353,759338],[203434,759232],[202967,758963],[201808,761401],[202277,761478],[202793,761875],[204144,761420],[193468,775426],[192156,770512],[212179,378710],[214987,595018],[213276,624916],[212244,621361],[217094,617959],[213546,619672],[215986,618618],[207801,637213],[205307,637102],[206046,638428],[216719,628602],[213712,628932],[216425,631444],[207283,648955],[213946,651679],[217093,652198],[211488,652841],[205586,641966],[205759,662357],[206831,663444],[205085,661920],[207794,661703],[210674,662603],[215608,663159],[212172,653955],[205617,665919],[216295,683195],[210681,690881],[210542,689150],[207082,685994],[209206,685345],[206190,685268],[205636,683301],[211816,716557],[217426,713396],[214862,716694],[207472,723189],[206547,723337],[207036,726073],[208139,727309],[212667,728227],[210602,723517],[209768,724795],[212239,724239],[209610,723951],[214055,726479],[212519,725786],[211671,721575],[212881,722077],[212590,722933],[213655,717829],[215311,717352],[217440,720026],[217048,736467],[205288,734180],[205199,739119],[205045,740443],[205932,741538],[206488,739928],[205031,740784],[205688,742236],[214996,735499],[213169,737751],[213913,735667],[214015,736524],[215500,736769],[216180,739447],[214818,739578],[214467,738906],[205119,763379],[205087,761695],[205220,762607],[218570,367374],[219823,582782],[229806,612355],[226939,625068],[225447,625541],[228480,618130],[226336,624212],[227185,625941],[229252,627472],[225010,664309],[222699,660815],[220434,663175],[223843,663074],[222054,662734],[228024,667548],[225537,686717],[224475,689115],[228865,688489],[224755,688077],[227582,685016],[228589,686370],[228659,684754],[227148,680472],[228858,689162],[220562,704146],[224808,692415],[223920,693355],[227708,691938],[217616,714350],[221067,713412],[222011,712385],[224307,712542],[223275,712117],[221145,706754],[220876,706564],[223268,706398],[221828,705045],[222115,706641],[217991,719481],[218018,726048],[218221,720025],[219594,721961],[219593,722350],[221238,723854],[224557,723328],[225722,721391],[224782,723021],[227943,722302],[226634,722954],[228117,722635],[225729,726848],[225249,726371],[224710,725849],[226755,722989],[227514,723287],[230053,740274],[230243,741085],[228496,747008],[229090,747606],[230100,746516],[230235,745742],[229376,745773],[238827,614085],[231177,625589],[238657,618255],[239064,616455],[233694,627086],[231140,627660],[235815,693481],[237346,694105],[235104,691986],[232126,721537],[232664,724204],[233370,723675],[231991,721141],[232297,725313],[231096,724795],[237825,739078],[237859,739111],[238985,739151],[236566,737177],[236706,737937],[235703,737176],[235804,736352],[236751,737196],[238567,738703],[237572,737884],[237863,737944],[238722,737979],[239180,733905],[240229,734060],[241057,734569],[240611,734985],[232398,742053],[232544,740305],[232276,740820],[231610,740373],[233305,744300],[234410,743820],[234695,742985],[234644,743656],[231727,745139],[233379,745638],[230418,745113],[245396,617131],[247059,622455],[245406,621156],[255666,671677],[246739,737340],[247146,733894],[245051,736712],[245551,736796],[245186,735535],[246777,734765],[246596,734901],[251360,737467],[251796,739090],[250922,736835],[251274,737935],[255676,744633],[255526,745587],[12989,164782],[13248,165656],[13710,164707],[13515,165008],[15209,156472],[14198,156316],[13833,156873],[13448,156718],[20444,212074],[24128,251252],[24524,250363],[23635,256071],[25413,255662],[21747,257222],[22697,257888],[22216,256962],[25254,258620],[24691,256382],[25440,256774],[17265,295538],[13622,350662],[13224,350538],[20269,369466],[19872,369342],[19868,367556],[14719,366369],[14117,361436],[13719,361312],[16857,359659],[16459,359535],[16321,361738],[16259,362135],[18730,374917],[268304,665349],[262327,674656],[265252,666815],[257296,674771],[258459,674583],[264912,666493],[267865,665829],[264442,739137],[264395,740523],[266183,740320],[265529,739322],[265897,737898],[259842,736902],[259622,736295],[260283,737137],[260234,737206],[268004,733935],[267645,734473],[266813,735802],[256769,744779],[256232,745597],[281096,620777],[280253,615944],[280483,619351],[278264,678214],[272437,675603],[272262,673900],[276144,684115],[274737,684355],[279035,680494],[280695,681384],[274344,682452],[278882,679674],[279297,681177],[276546,680991],[276160,678764],[282572,221214],[283205,222848],[285012,309942],[283702,426255],[292422,427446],[292495,429417],[289882,432966],[290924,433071],[284386,428803],[281743,429326],[293456,618891],[293084,620713],[290808,617578],[292826,615866],[283105,614854],[283949,616173],[292581,683896],[292523,683653],[291257,712290],[288786,711958],[287210,708728],[286903,709795],[285826,708891],[288516,708789],[290134,708002],[290876,705881],[296959,689063],[295393,688640],[305764,696572],[304547,693478],[304394,693014],[302537,695385],[305380,693206],[305986,696326],[304730,697455],[303506,696099],[303848,697032],[303849,693736],[304435,694598],[305280,695142],[309510,623369],[307339,699072],[307387,698858],[307527,698590],[328665,280901],[328592,283243],[327535,401435],[332183,398990],[332811,399704],[334042,402455],[333097,398619],[347522,417298],[348455,419976],[350915,417634],[353299,419595],[353206,417960],[348354,424461],[350773,426496],[349443,425831],[364622,550042],[371029,555454],[363493,622660],[368160,623467],[370157,618877],[374744,553578],[25748,218138],[32988,252200],[29751,250589],[29622,250520],[31057,255429],[26254,257586],[27977,257963],[26153,258819],[29348,260962],[31379,261906],[32639,263253],[29370,256394],[391193,660801],[403974,189940],[405798,189573],[399968,187578],[401734,188547],[403926,194244],[403279,193395],[402968,194362],[403067,193788],[399536,202531],[401624,200002],[403889,200252],[403194,201954],[400078,200280],[399827,199851],[399871,201844],[398756,201526],[402713,204591],[406074,201479],[402369,202357],[406316,204400],[408625,196363],[409160,197162],[409315,193671],[399728,208544],[401873,206433],[401557,209798],[399367,214549],[406837,205035],[421549,184778],[422001,183203],[422198,184999],[410486,196931],[420296,342537],[417809,341135],[420716,342678],[418295,341643],[421470,341753],[417146,340943],[422028,341759],[417736,485991],[434824,315023],[433552,318639],[434884,316246],[433476,318907],[434552,318967],[435751,313744],[437569,324091],[437246,322922],[437983,323195],[440641,425863],[440369,431176],[440342,430780],[441559,431305],[442777,432469],[442528,431994],[438936,431548],[440981,432095],[440540,427084],[447170,431218],[440513,489996],[441517,487923],[448025,434049],[458029,502212],[457734,502842],[459442,501497],[455903,511627],[453418,513863],[58814,426824],[67201,293334],[70433,658530],[64856,654360],[82588,433106],[97305,379949],[95660,389051],[112349,373636],[127834,367050],[120493,370170],[125248,503316],[123933,502105],[124188,502012],[123669,503661],[124610,504216],[126911,516339],[126660,516268],[125559,514326],[127393,515882],[125441,515476],[124645,564533],[125425,565445],[124436,564881],[122839,569216],[124471,591031],[126713,591735],[124995,592115],[125006,591060],[122432,613649],[115630,603117],[127256,610874],[124772,618671],[127579,626736],[123933,624146],[122013,622092],[125342,647732],[125794,647328],[125000,653440],[125717,654985],[127185,671829],[125376,671530],[124774,683291],[127384,687082],[122875,689653],[127163,688395],[126583,690114],[123063,690389],[121001,690922],[127610,692321],[125841,694768],[119417,695349],[123976,694360],[118069,696741],[117620,693837],[120885,704441],[119184,717650],[127758,736784],[127189,734188],[123528,750747],[126315,751904],[125588,750565],[127979,746426],[127203,748111],[125838,746656],[121181,752448],[125467,754609],[124451,754891],[127791,767717],[125129,764787],[122679,767776],[123220,759410],[124562,769948]] \ No newline at end of file diff --git a/src/gathering/a10916.json b/src/gathering/a10916.json new file mode 100644 index 0000000..2c9042b --- /dev/null +++ b/src/gathering/a10916.json @@ -0,0 +1 @@ +[[-1275471,1347982],[-1274167,1409908],[-1278231,1450414],[-1274962,1481159],[-1276450,1509096],[-1272922,1509617],[-1267573,1182122],[-1268909,1183334],[-1287035,1443872],[-1287660,1463405],[-1286990,1461795],[-1282121,1473999],[-1282439,1474047],[-1302561,1303826],[-1294650,1348497],[-1293917,1463677],[-1302852,1136894],[-1293989,1149608],[-1298035,1174602],[-1308247,1388723],[-1313281,1108700],[-1313968,1134706],[-1313070,1162177],[-1315244,1196357],[-1313443,1198056],[-1311727,1209457],[-1309186,1236763],[-1309329,1253910],[-1327234,1286084],[-1328684,1323289],[-1329953,1322185],[-1328279,1388268],[-1328589,1405103],[-1327914,1069950],[-1321726,1184233],[-1335469,1287451],[-1336427,1293300],[-1340599,1123679],[-1337525,1122184],[-1337270,1160791],[-1337337,1209159],[-1354941,1051743],[-1365093,1022378],[-1367176,1025651],[-1363970,1031645],[-1366676,1054479],[-1357898,1069251],[-1358055,1074091],[-1369540,1139151],[-1380835,1312956],[-1381352,1037362],[-1385326,1025708],[-1382793,1046692],[-1384461,1052966],[-124282,251950],[-1405454,1329657],[-1404572,965850],[-1399492,1076055],[-1399785,1159364],[-1401935,1156505],[-1396110,1197402],[-1400164,1217207],[-1395964,1235178],[-1417284,1298368],[-1419244,1341890],[-1409970,1351781],[-1411111,958366],[-1432692,1309177],[-1428328,1043688],[-1422834,1068431],[-1423123,1231052],[-1442369,1343777],[-1435063,1029283],[-1444864,1081199],[-1444797,1079785],[-1444098,1099830],[-1441665,1228766],[-1443418,1275993],[-1448863,1069839],[-1468061,1012754],[-1474378,1006149],[-1477521,1025011],[-1492672,1334999],[-1491232,962691],[-1509602,1026516],[-1504703,1025942],[-1518813,1353903],[-1513120,999351],[-1516615,1001542],[-140321,231132],[-132680,252087],[-134076,494460],[-132613,576797],[-1535805,1027807],[-1538958,1023614],[-1557252,979120],[-149507,594495],[-151986,650027],[-163335,547608],[-165272,547741],[-156734,558346],[-159722,649933],[-170674,247428],[-171197,480346],[-171883,479698],[-171617,479308],[-170664,479477],[-170550,479616],[-174547,544228],[-168383,563122],[-189510,252772],[-188196,472765],[-189544,468369],[-195441,248320],[-202564,600551],[-201453,599565],[-195191,649744],[-194387,641703],[-205766,420091],[-230125,450390],[-241573,451021],[-236320,448696],[-239501,469872],[-236867,617781],[-11835,217339],[-7634,223335],[-11960,226798],[-8681,648819],[-6972,94772],[-1953,112895],[-9204,126585],[-248546,459839],[-247760,459048],[-243921,457338],[-251133,470207],[-260351,464161],[-257502,465344],[-258055,463969],[-270023,620052],[-288986,605829],[-288441,628086],[-346990,484341],[-347839,559768],[-16727,136225],[-13270,212329],[-20642,235446],[-20806,366940],[-15995,633254],[-382052,184518],[-375344,242148],[-372294,242358],[-382762,533101],[-383123,532284],[-382224,532668],[-382123,532803],[-381864,532679],[-381731,532802],[-381817,536759],[-381403,536552],[-380676,537172],[-380649,537349],[-383375,532410],[-382289,533606],[-383068,533050],[-382842,532629],[-381562,537662],[-385028,183822],[-386464,532518],[-408624,560402],[-404542,562607],[-445069,163271],[-444112,545113],[-437040,562399],[-448042,562222],[-456157,87627],[-456236,87476],[-456031,87487],[-454295,78965],[-456140,82022],[-453029,100713],[-468250,546830],[-467901,572139],[-480017,553115],[-474871,113878],[-492783,-30212],[-26409,239168],[-31140,235389],[-34016,391911],[-505176,578452],[-548392,277999],[-545297,351269],[-548713,364101],[-541905,368843],[-553715,275204],[-555039,444334],[-561487,517463],[-560434,575980],[-574888,353834],[-573852,351267],[-569205,402940],[-569215,427535],[-570429,428137],[-569901,507937],[-568055,565570],[-574558,57586],[-584647,267074],[-577945,31546],[-582982,391399],[-583852,391214],[-581004,448885],[-577542,452911],[-599122,1782901],[-598775,1782573],[-592926,1795083],[-597488,1794886],[-592800,1797151],[-593418,1792784],[-594754,295866],[-589590,328267],[-592648,32409],[-599481,422343],[-595521,417585],[-609239,1778099],[-613562,1791966],[-622538,1736577],[-617612,1790861],[-623409,21665],[-50364,135825],[-44787,318354],[-44078,362078],[-44180,423294],[-42074,435242],[-633197,-162576],[-636379,-186413],[-636799,-208505],[-636718,163899],[-639360,1701214],[-639372,1698546],[-639524,1708114],[-633792,1735846],[-634456,1750045],[-637612,168878],[-637287,191239],[-628379,200616],[-628420,265377],[-629433,31658],[-630361,89927],[-629027,93876],[-645693,1693614],[-642351,1706795],[-642375,1711000],[-641770,1727427],[-643212,1733577],[-640538,1732819],[-647417,1738498],[-650917,1751680],[-651905,1754878],[-650686,1760132],[-647014,172798],[-643629,189895],[-645138,198641],[-650651,217584],[-642998,232642],[-642538,259124],[-649672,124583],[-660185,-146064],[-660665,1621166],[-655358,1666196],[-655430,1692055],[-663079,109354],[-683414,1598353],[-688959,1621261],[-686663,1662235],[-689281,1666230],[-690505,1669839],[-694253,1571363],[-697168,1570228],[-691817,1567703],[-694074,1589657],[-699068,1667214],[-699177,1665505],[-691584,1668974],[-698339,1688211],[-715223,1592244],[-709544,1592671],[-729203,1522554],[-728468,1521175],[-726181,1523986],[-717336,1584838],[-723956,1687046],[-726473,1680767],[-732213,1519089],[-740804,1633362],[-736713,1639868],[-737618,1674748],[-743133,1674810],[-754936,1685237],[-749688,1688880],[-58716,184235],[-56482,194257],[-57955,255131],[-759001,1549853],[-766524,1573750],[-762649,1629959],[-766747,1626943],[-760319,1638452],[-767791,1640508],[-759601,1649607],[-757574,1638692],[-767003,1643279],[-755491,1687071],[-774209,1532357],[-773506,1637253],[-776544,1637526],[-778965,1635805],[-775405,1634843],[-773545,1635432],[-772082,1630446],[-780538,1639067],[-772572,1639105],[-770503,1640715],[-792164,1533938],[-787188,1529537],[-790581,1555395],[-785751,1569617],[-787631,1604428],[-794864,1535175],[-803404,1577190],[-795989,1583067],[-805118,1625777],[-801456,1628175],[-814567,1511005],[-812250,1584148],[-806517,1591030],[-811071,1619679],[-808164,1622462],[-809244,1625042],[-815218,1620187],[-812240,1616838],[-810407,1617797],[-812770,1631989],[-829151,1586364],[-830231,1588944],[-829148,1611092],[-832639,1506488],[-833069,1508843],[-842264,1589369],[-843344,1591949],[-839443,1588199],[-833439,1588242],[-832455,1610157],[-832678,1608905],[-857554,1426303],[-869740,1388043],[-870024,1418296],[-868989,1415353],[-860044,1424685],[-861130,1477330],[-865369,1494177],[-857953,1541622],[-867300,1568649],[-864324,1569324],[-861134,1572220],[-873868,1450641],[-879687,1452242],[-882118,1490288],[-68536,646657],[-66459,648154],[-887368,1489234],[-887453,1581231],[-889102,1580054],[-886647,1582834],[-884786,1579919],[-885866,1582499],[-890459,1575910],[-905890,1376140],[-901733,1450938],[-902269,1573685],[-902269,1573685],[-904678,1575570],[-903349,1576265],[-903349,1576265],[-915238,1366060],[-919465,1425496],[-915626,1447739],[-914600,1595068],[-912125,1591071],[-924193,1571378],[-927523,1583320],[-928603,1585900],[-924552,1584287],[-936087,1410439],[-945223,1501260],[-946896,1515659],[-953693,1498913],[-963550,1404856],[-971896,1407449],[-970649,1414947],[-967444,1413482],[-961685,1504512],[-969147,1534551],[-967117,1550429],[-976210,1363293],[-977511,1364961],[-979361,1376809],[-979245,1390090],[-984593,1429982],[-974767,1506888],[-982851,1510700],[-989533,1380536],[-985774,1369873],[-992196,1465958],[-994550,1494394],[-1005879,1339359],[-1003047,1502440],[-82156,208720],[-1023564,1328777],[-1016488,1337092],[-1021961,1435690],[-1019417,1435824],[-1021842,1439308],[-1021451,1441752],[-1023366,1457005],[-1017697,1493951],[-1013216,1518597],[-1014090,1515186],[-1030845,1331340],[-1034779,1439420],[-1030511,1523189],[-1030807,1524861],[-1048271,1351105],[-1045273,1412371],[-1047693,1412076],[-1044372,1444346],[-1046568,1439694],[-1046798,1500656],[-1059621,1307794],[-1059740,1323437],[-1059124,1321475],[-1056050,1373232],[-1051939,1406683],[-1054189,1428462],[-1054208,1454773],[-1056794,1468652],[-1059690,1463767],[-1070054,1313235],[-1067114,1311129],[-1064316,1437551],[-1070540,1477222],[-1071345,1483104],[-1068695,1474165],[-1066912,1497626],[-1078183,1375875],[-1084339,1410206],[-1096922,1354747],[-1099998,1362986],[-1099123,1421393],[-1091540,1427908],[-1094358,1430406],[-1099769,1423976],[-1112437,1414254],[-1118923,1353083],[-1116709,1353935],[-1125224,1354357],[-1120828,1368647],[-1123934,1416453],[-1123342,1439427],[-1126621,1305206],[-1131179,1297109],[-1138535,1347867],[-1130632,1385534],[-1126422,1386045],[-1138426,1434326],[-1138345,1449711],[-1128363,1481452],[-98879,200784],[-94924,201105],[-94568,652851],[-91519,652522],[-1151067,1297818],[-1140028,1351569],[-1140671,1376140],[-1144918,1371488],[-1143155,1437410],[-1144359,1459283],[-1158405,1289259],[-1152884,1354853],[-1163268,1427065],[-1160547,1424308],[-1160986,1423716],[-1173964,1421089],[-1184423,1288131],[-1185356,1285048],[-1180387,1374860],[-1189943,1431939],[-1183379,1440447],[-1182831,1468563],[-1190741,1284281],[-1198183,1340565],[-1199373,1466524],[-1213993,1430005],[-1212124,1439467],[-1206634,1441634],[-1208535,1440492],[-1214658,1441164],[-1206823,1443716],[-1204210,1472771],[-1213309,1254334],[-1226948,1385933],[-1216713,1428916],[-1227296,1437529],[-1228982,1455531],[-1231011,1212013],[-1251137,1301408],[-1251935,1365912],[-1247531,1450205],[-1250176,1451146],[-1248185,1473017],[-1246895,1182579],[-1252626,1231629],[-1261164,1379641],[-1259439,1469694],[-1263905,1491701],[-1262798,1503199],[-1254526,1177647],[-1265775,1231259],[-1257559,1232295],[-1261051,1245741],[-104759,476906],[-107769,536829],[-105274,535070],[12562,354803],[12131,354609],[12544,350529],[7139,349467],[12249,353505],[12773,361693],[12506,668774],[128871,402359],[140419,530506],[132024,588000],[164890,501442],[157963,590761],[160129,589112],[175688,454169],[187297,531681],[188817,584397],[201476,382737],[194169,376291],[197114,377191],[208607,379810],[218184,369774],[220175,469797],[220336,579889],[243726,288982],[253196,320185],[12904,302047],[19796,296594],[13081,354015],[12964,351567],[21461,370907],[22679,370686],[20144,369502],[20258,369641],[19686,368612],[20127,368300],[20143,367834],[13388,366737],[14594,366405],[14707,366544],[13991,361472],[14105,361611],[16199,360564],[15512,359916],[15779,359526],[16731,359695],[16845,359834],[17318,362263],[16867,362919],[16398,361833],[16503,361722],[17664,377632],[19656,375426],[19248,375792],[18356,376162],[18692,375025],[18868,374974],[256715,259428],[256177,319393],[280387,428175],[288859,430705],[304586,627390],[306195,625289],[313108,281031],[311294,285176],[331231,279951],[324174,289619],[328212,285643],[329782,400553],[331051,540951],[321895,666994],[344418,419542],[350541,419180],[351743,426600],[367148,551861],[366312,552826],[360828,623880],[366842,620797],[367774,625867],[369058,628454],[372079,554779],[374268,557307],[371716,557781],[383747,660333],[32647,587303],[386962,307298],[388528,662021],[440983,429248],[439450,433400],[441342,426438],[439106,431750],[46808,659893],[56236,427689],[62191,655580],[70612,335536],[66535,641593],[69263,640446],[67038,656754],[70482,702266],[68365,700090],[66552,698721],[76283,692693],[81501,435185],[93990,381869],[95697,392882],[109684,374856],[109999,674866],[109396,669242],[1235044,568401],[117179,172953],[124269,368084],[118101,371474],[127109,384293],[124374,504159],[123078,501526],[127086,562655],[126289,592138],[118690,616517],[-1272645,1207759],[-1295384,1163623],[-1357011,1076268],[-1356894,1074618],[-1383466,1038740],[-118688,626347],[-1428655,1038893],[-1427756,1040272],[-1472336,1010873],[-1519090,1006527],[-183248,633865],[-181828,634710],[-216596,615018],[-224311,556598],[-239103,619522],[-238921,621167],[-270316,621164],[-286873,563746],[-284226,601183],[-283728,602761],[-369623,559390],[-420252,527649],[-420567,529248],[-448128,563421],[-506429,576485],[-542146,532979],[-551267,575349],[-567935,376757],[-572537,429061],[-569323,505447],[-582544,336558],[-583116,338109],[-582505,360341],[-579248,444389],[-578812,445978],[-581403,535505],[-580065,533740],[-594823,1793666],[-600370,182920],[-610897,1790746],[-615108,1789641],[-618513,35921],[-619736,37004],[-47539,630562],[-628700,268343],[-646391,1694850],[-646046,193704],[-652020,124505],[-657612,1600624],[-658613,199398],[-656079,35090],[-653496,125256],[-691208,1567637],[-691284,1569289],[-728718,1522059],[-717456,1585799],[-870696,1389134],[-881804,1453158],[-893243,1379304],[-899387,1394928],[-918964,1424242],[-915060,1472606],[-914450,1502179],[-980338,1386952],[-979205,1385759],[-1016535,1338476],[-1060076,1321440],[-1097699,1354970],[-1126861,1306621],[-1179977,1354210],[-1207197,1293010],[-1215740,1252065],[-1259484,1177700],[-1258833,1179211],[-102736,625636],[-102963,628272],[131536,713084],[134022,711100],[133994,719880],[133486,719036],[158622,736246],[172301,599904],[183519,689610],[190570,693128],[193052,690343],[235650,622631],[323652,651380],[367217,658629],[47333,659480],[48760,660252],[75341,647709],[74118,694023]] \ No newline at end of file diff --git a/src/gathering/a10917.json b/src/gathering/a10917.json new file mode 100644 index 0000000..9a38c9b --- /dev/null +++ b/src/gathering/a10917.json @@ -0,0 +1 @@ +[[-1273136,1205269],[-1293948,1162352],[-1322249,1123749],[-1357508,1076072],[-1358201,1075855],[-1381947,1037575],[-1428270,1040414],[-1428957,1040656],[-1470824,1009697],[-1515342,996403],[-1517615,1005296],[-182228,635063],[-182733,635573],[-215119,613805],[-217189,626316],[-222748,555525],[-239445,621064],[-240168,620978],[-9523,649769],[-268953,619807],[-285133,562920],[-284262,602761],[-284990,602815],[-346793,559786],[-367905,557516],[-421036,529001],[-421704,528696],[-441717,547140],[-446685,562153],[-504989,575214],[-540652,531766],[-552680,573233],[-566541,375449],[-570827,428184],[-567644,504534],[-583530,337779],[-584106,337377],[-579956,360468],[-579345,445955],[-580064,445967],[-580388,535436],[-597712,417303],[-600308,180417],[-622410,1737865],[-619956,36518],[-620292,35870],[-48898,631781],[-633228,-162275],[-638371,-212669],[-627025,267448],[-644740,1693974],[-644682,192345],[-660713,-145965],[-656237,1599276],[-657056,198266],[-654704,33761],[-653584,124730],[-653756,124034],[-685404,1639668],[-691785,1569104],[-692476,1568901],[-716090,1584449],[-709675,1594356],[-727359,1520694],[-745777,1639841],[-868879,1388604],[-880189,1452109],[-890693,1379347],[-897598,1394269],[-917283,1423334],[-912809,1473813],[-913105,1500801],[-978954,1386228],[-978583,1386835],[-1015123,1337168],[-1057984,1322883],[-1096430,1353544],[-1125395,1305397],[-94825,607646],[-1178314,1353239],[-1190519,1286279],[-1205771,1291979],[-1214468,1250619],[-1258979,1177678],[-1258328,1177616],[237127,621418],[321157,650866],[368791,657540],[385460,626636],[48381,660625],[47885,661163],[76350,645416],[75648,692997],[65467,700256],[95570,658296]] \ No newline at end of file diff --git a/src/gathering/a10918.json b/src/gathering/a10918.json new file mode 100644 index 0000000..aa48620 --- /dev/null +++ b/src/gathering/a10918.json @@ -0,0 +1 @@ +[[-1273745,1206775],[-1293788,1164107],[-1322787,1121235],[-1381903,1039311],[-1470787,1011463],[-1514782,994087],[-1517508,1007053],[-215014,615541],[-222775,557170],[-219058,624774],[-9361,647125],[-268705,621522],[-285475,564653],[-349251,559547],[-369578,557848],[-443381,545192],[-446532,563897],[-504833,576971],[-540580,533502],[-552732,574923],[-566329,377198],[-571109,429887],[-567920,506276],[-581360,359294],[-581315,533717],[-601442,181697],[-599375,415584],[-622691,1735259],[-627285,269193],[-636611,-160067],[-636703,-160309],[-645051,1695713],[-644434,194073],[-656344,-142826],[-658305,-176785],[-656000,1601024],[-657079,200029],[-654467,35447],[-677723,-181222],[-685142,-191505],[-684490,-191188],[-686024,1637183],[-715834,1586192],[-710834,1591982],[-727095,1522440],[-746341,1637323],[-53216,635267],[-52670,634825],[-869567,1390216],[-880303,1453870],[-892128,1378210],[-898107,1395959],[-917526,1425077],[-913541,1472107],[-912828,1502544],[-87788,606774],[-87694,606904],[-1014928,1338923],[-1058513,1321205],[-1096068,1355273],[-1125274,1307131],[-89638,609908],[-91915,607636],[-92318,607747],[-1178523,1354980],[-1192340,1284468],[-1205926,1293738],[-1214114,1252340],[132502,712765],[135630,711388],[135517,719204],[157408,736101],[158240,733457],[173883,600427],[183731,691203],[194072,689668],[192142,692575],[237232,623154],[322311,652106],[368749,659264],[386560,622725],[74910,646182],[75640,694698],[64775,697672],[93981,656347]] \ No newline at end of file diff --git a/src/gathering/a10919.json b/src/gathering/a10919.json new file mode 100644 index 0000000..b013bdf --- /dev/null +++ b/src/gathering/a10919.json @@ -0,0 +1 @@ +[[-1272780,1205612],[-1294578,1163214],[-1320962,1121781],[-1322212,1121462],[-1361179,1076721],[-1361863,1077537],[-1382602,1038430],[-1430810,1043136],[-1430864,1044205],[-1471533,1010491],[-1513354,995164],[-1514356,994367],[-1518252,1006141],[-183309,638605],[-182891,639587],[-215757,614678],[-217579,623998],[-223418,556402],[-218690,624599],[-242941,622368],[-243464,623294],[-8029,648147],[-9142,647570],[-269471,620742],[-285950,563540],[-287439,604718],[-287771,605730],[-348420,558100],[-349008,559217],[-367881,558088],[-424762,529214],[-425533,529952],[-441599,544800],[-442839,545148],[-447303,562919],[-505616,576068],[-541260,532639],[-552144,573359],[-567156,376328],[-571605,428923],[-568341,505242],[-580299,360964],[-582584,447744],[-582964,448742],[-578271,533266],[-578710,533206],[-596197,1781433],[-599297,1780051],[-593170,1794130],[-595942,1794606],[-599806,180896],[-587157,337358],[-588047,337944],[-597882,414960],[-599031,415449],[-612016,1791686],[-621190,1735972],[-622387,1735605],[-616289,1790581],[-623016,34398],[-624078,34505],[-49474,632999],[-627875,268119],[-645382,1694652],[-645284,193146],[-656839,1600118],[-657709,199062],[-655308,34493],[-656031,121934],[-657084,121764],[-684238,1637631],[-685503,1637383],[-695426,1569828],[-696095,1570661],[-716659,1585347],[-709004,1592156],[-710291,1592186],[-727900,1521584],[-744439,1637915],[-745664,1637554],[-51737,628908],[-869673,1389184],[-880886,1452859],[-891028,1379858],[-898387,1394839],[-918009,1423972],[-913377,1474163],[-913623,1501689],[-975784,1388079],[-974737,1387892],[-1015719,1338027],[-1058583,1323050],[-1096984,1354462],[-1126028,1306275],[-1179028,1353990],[-1190462,1283930],[-1191690,1284313],[-1206209,1292723],[-1214916,1251556],[-1256213,1175669],[-1255979,1174654],[134875,710753],[131851,712613],[134386,719064],[158068,736613],[157763,734215],[184188,690318],[191026,692346],[193176,689700],[236489,622291],[321627,650578],[368102,658373],[47436,664227],[47900,665187],[76527,646017],[74904,693819],[66565,698366],[65294,698141],[95675,655954],[94448,656301]] \ No newline at end of file diff --git a/src/gathering/a10920.json b/src/gathering/a10920.json new file mode 100644 index 0000000..471e3f2 --- /dev/null +++ b/src/gathering/a10920.json @@ -0,0 +1 @@ +[[-1273012,1206235],[-1273073,1205798],[-1293673,1163248],[-1321609,1121625],[-1321794,1121288],[-1361007,1074462],[-1361614,1074950],[-1381737,1038464],[-1432053,1041207],[-1432227,1041985],[-1470607,1010619],[-1513877,994823],[-1513903,994501],[-1517370,1006198],[-185230,637388],[-185076,638177],[-214875,614689],[-218062,624296],[-218356,624158],[-222578,556355],[-243194,620125],[-8485,647813],[-8514,647414],[-243692,620710],[-268647,620660],[-285126,563868],[-288130,602556],[-288500,603235],[-348667,558609],[-349003,558653],[-368662,558152],[-368371,557826],[-424358,526933],[-424994,527402],[-442205,544968],[-442513,544754],[-446416,563063],[-504716,576113],[-540434,532650],[-552224,574114],[-552462,573749],[-566237,376337],[-570792,429087],[-567622,505467],[-580972,360235],[-580553,360223],[-583135,445520],[-583566,446206],[-579511,533436],[-580827,533576],[-600741,1779458],[-600506,181344],[-600524,180895],[-586262,335261],[-587034,335545],[-598370,415210],[-598635,415041],[-621703,1735748],[-621800,1735375],[-626963,268391],[-621282,32864],[-622087,32822],[-48432,633314],[-47822,633335],[-46779,632304],[-652260,-140050],[-644751,1694914],[-644358,193234],[-653858,-144967],[-655921,1600171],[-656887,199186],[-654387,34638],[-654011,120957],[-654740,120664],[-684864,1637509],[-685047,1637181],[-695279,1567559],[-695892,1568066],[-715769,1585328],[-709635,1592120],[-709885,1591803],[-727041,1521575],[-745124,1637744],[-745334,1637405],[-56470,664394],[-869090,1389496],[-880066,1453042],[-75131,670032],[-891708,1379130],[-891286,1379094],[-897698,1395208],[-917233,1424284],[-913598,1473125],[-913198,1473272],[-912783,1501681],[-977423,1389678],[-976601,1389704],[-89304,601501],[-1014833,1338063],[-1058688,1322175],[-1058310,1322394],[-1096048,1354406],[-1125143,1306278],[-89752,601275],[-1178246,1354162],[-1191107,1284157],[-1191458,1283982],[-1205739,1292910],[-1214114,1251471],[-1255111,1177109],[-1255519,1177863],[132264,712294],[135683,710553],[135047,718480],[146231,434219],[157433,736734],[174022,599575],[184559,690982],[191731,691815],[193641,689199],[237371,622302],[250023,609952],[250713,620131],[249500,615506],[256994,623068],[322106,651174],[321682,651083],[368956,658428],[45394,663124],[45642,663896],[75855,646216],[76030,645803],[75845,693875],[65940,698132],[65749,697735],[95106,656121],[94822,655907],[118038,416191]] \ No newline at end of file diff --git a/src/gathering/a10921.json b/src/gathering/a10921.json new file mode 100644 index 0000000..f910944 --- /dev/null +++ b/src/gathering/a10921.json @@ -0,0 +1 @@ +[[-1273483,1206147],[-1273296,1205283],[-1295116,1164444],[-1323094,1122684],[-1323228,1122831],[-1323028,1122856],[-1361812,1072634],[-1361503,1072751],[-1361694,1072493],[-1383254,1039564],[-1433469,1040168],[-1433780,1040268],[-1433771,1040086],[-1472127,1011714],[-1515663,995185],[-1515848,995249],[-1515677,995349],[-1518849,1007355],[-187238,637315],[-186992,637085],[-187308,637145],[-216355,615836],[-224133,557381],[-218409,626071],[-218422,626274],[-218267,626160],[-10003,648507],[-10175,648631],[-10000,648700],[-244305,618465],[-243984,618525],[-244213,618305],[-270011,621952],[-286848,564613],[-289536,601154],[-289211,601148],[-289477,600979],[-347967,560259],[-347860,560435],[-347795,560255],[-368884,557702],[-368061,557355],[-424909,525122],[-424626,525252],[-424776,524997],[-442950,546617],[-442995,546817],[-442813,546739],[-447864,564239],[-506164,577309],[-541922,533797],[-552718,574219],[-552859,573340],[-567644,377572],[-572483,429903],[-569271,506308],[-580785,359758],[-579973,360188],[-584525,444096],[-584189,444096],[-584458,443924],[-583043,534051],[-582767,533876],[-582882,534365],[-600998,181147],[-586581,333264],[-586304,333467],[-586426,333164],[-598873,416938],[-598908,417139],[-598747,417041],[-600583,180364],[-623096,1736726],[-623245,1736878],[-623061,1736910],[-620635,31052],[-620484,31338],[-620451,31035],[-48043,630663],[-47977,630367],[-48361,630457],[-635196,-137992],[-634260,-137285],[-634586,-149150],[-636902,-147725],[-632619,-141128],[-633324,-143697],[-628637,269209],[-648021,-139048],[-641197,-139085],[-647416,-147673],[-650155,-146299],[-640961,-144800],[-646360,1695714],[-645739,194502],[-652798,119627],[-652674,119327],[-655890,-137732],[-657058,-136821],[-659683,-143303],[-653454,-143186],[-655264,-178449],[-664903,-182741],[-657310,1601434],[-658434,200243],[-655776,35869],[-652855,119296],[-667425,-143587],[-670623,-177116],[-686276,1638648],[-686405,1638805],[-686207,1638818],[-696150,1565757],[-695833,1565864],[-696033,1565614],[-710752,1593500],[-710843,1593689],[-710648,1593662],[-728406,1522864],[-717146,1586604],[-746635,1638755],[-746761,1638898],[-746563,1638929],[-870854,1389971],[-881667,1454013],[-891541,1378666],[-890713,1379057],[-899448,1395796],[-918890,1425106],[-913229,1472790],[-912679,1473520],[-914132,1502982],[-977918,1391618],[-978094,1391327],[-978099,1391649],[-88113,606212],[-88007,606363],[-89054,606323],[-1016252,1339295],[-1058285,1321896],[-1057822,1322666],[-1097342,1355757],[-1126613,1307436],[-99045,589222],[-90267,601179],[-97615,606611],[-1179887,1355064],[-1191821,1285836],[-1191851,1286028],[-1191669,1285944],[-1207116,1293866],[-1215389,1252843],[-1253881,1179086],[-1254231,1179129],[-1253923,1179259],[131945,713400],[134329,711835],[134722,720324],[158329,735693],[172542,600722],[182885,690131],[191261,693628],[193644,690578],[235891,623449],[321823,651594],[321107,651068],[367388,659456],[385354,622360],[43494,663148],[43706,662908],[43415,662982],[75511,645843],[76165,645278],[74305,694843],[64567,699169],[64442,699340],[64640,699358],[94380,657772],[94330,657971],[94509,657894]] \ No newline at end of file diff --git a/src/gathering/a10924.json b/src/gathering/a10924.json new file mode 100644 index 0000000..1a421b9 --- /dev/null +++ b/src/gathering/a10924.json @@ -0,0 +1 @@ +[[-1276551,1289547],[-1274877,1287918],[-1275870,1287103],[-1278741,1333289],[-1279299,1334433],[-1279836,1332440],[-1278604,1332321],[-1279033,1333983],[-1278039,1360699],[-1279974,1367250],[-1278681,1360117],[-1278525,1359880],[-1275940,1482716],[-1276348,1482298],[-1275772,1482041],[-1275418,1482574],[-1274789,1481055],[-1274488,1481424],[-1272360,1207417],[-1273119,1205530],[-1272482,1205730],[-1273423,1205049],[-1273424,1205230],[-1272557,1206473],[-1267407,1226727],[-1286640,1286781],[-1286369,1287555],[-1286495,1286026],[-1285689,1286664],[-1280512,1331349],[-1283284,1330125],[-1283842,1330676],[-1284727,1330952],[-1284749,1331128],[-1284048,1330678],[-1282807,1330205],[-1282610,1330335],[-1282884,1329838],[-1282104,1334524],[-1281195,1336497],[-1281776,1336283],[-1280717,1334743],[-1281439,1335818],[-1283387,1331987],[-1283000,1331927],[-1283422,1331837],[-1281669,1334048],[-1280840,1332132],[-1280128,1334012],[-1281771,1333022],[-1283542,1332317],[-1283268,1332338],[-1282319,1335434],[-1282303,1332347],[-1284280,1331539],[-1281690,1337008],[-1281121,1337526],[-1282308,1336613],[-1281106,1333107],[-1282495,1333139],[-1282546,1336121],[-1284268,1331952],[-1284386,1331831],[-1281817,1331527],[-1281942,1331465],[-1281800,1331858],[-1280773,1332706],[-1280697,1332937],[-1287956,1336305],[-1288021,1336699],[-1285986,1333636],[-1286950,1337265],[-1284918,1339345],[-1281121,1340601],[-1281663,1344106],[-1282653,1347746],[-1282031,1354194],[-1288452,1366784],[-1291847,1361687],[-1283302,1359579],[-1281688,1364601],[-1282772,1364600],[-1280467,1367435],[-1283053,1369918],[-1284098,1374380],[-1291198,1417980],[-1287304,1411698],[-1288480,1430036],[-1289376,1430316],[-1292035,1430444],[-1292610,1432626],[-1288196,1422057],[-1285503,1441840],[-1291218,1451284],[-1286344,1470773],[-1287952,1471354],[-1288175,1471669],[-1288341,1471957],[-1286751,1470993],[-1286825,1460286],[-1285173,1472441],[-1287247,1473209],[-1287113,1472360],[-1287667,1474257],[-1285895,1475589],[-1286845,1475514],[-1287787,1472507],[-1287508,1472523],[-1288101,1472487],[-1286973,1474970],[-1286247,1475162],[-1286639,1475729],[-1287248,1475057],[-1286705,1472969],[-1288172,1472930],[-1287753,1475280],[-1287202,1475682],[-1285137,1476043],[-1286598,1476373],[-1286140,1476620],[-1285485,1476486],[-1284910,1474174],[-1285101,1473271],[-1281953,1473700],[-1281375,1474057],[-1302405,1384784],[-1304816,1402566],[-1304970,1403792],[-1305448,1404494],[-1305285,1405556],[-1305330,1405757],[-1305303,1404139],[-1304762,1403722],[-1304922,1403361],[-1304733,1402700],[-1304682,1403385],[-1305070,1405680],[-1305205,1404725],[-1304840,1404438],[-1305172,1403985],[-1305065,1400561],[-1304342,1401113],[-1305198,1400271],[-1303932,1402784],[-1304182,1402262],[-1304057,1403509],[-1296086,1401299],[-1297313,1401790],[-1298368,1415438],[-1298160,1417070],[-1298024,1418337],[-1296938,1416562],[-1297511,1415949],[-1298798,1419319],[-1299264,1417869],[-1298572,1419109],[-1300680,1416847],[-1301379,1415092],[-1299538,1418958],[-1295576,1425452],[-1296120,1430144],[-1295363,1429134],[-1296439,1427492],[-1295711,1427466],[-1296109,1428543],[-1296787,1427695],[-1296590,1429446],[-1296180,1430580],[-1297286,1430943],[-1296972,1429497],[-1297159,1427272],[-1295695,1431516],[-1298119,1428511],[-1298005,1427873],[-1297447,1428077],[-1298245,1428769],[-1297857,1432257],[-1295612,1429017],[-1295225,1428637],[-1294672,1429609],[-1303461,1427875],[-1303190,1427718],[-1302625,1428601],[-1303362,1428036],[-1303511,1430339],[-1296165,1422390],[-1299978,1433370],[-1300760,1431100],[-1303545,1431062],[-1303580,1430999],[-1303954,1428846],[-1303467,1429224],[-1303280,1429475],[-1297606,1433480],[-1297142,1433016],[-1303833,1444575],[-1304345,1444751],[-1297195,1441470],[-1304251,1445448],[-1298464,1437606],[-1304712,1438335],[-1300712,1438310],[-1301393,1435253],[-1297530,1434605],[-1297340,1436614],[-1298565,1435932],[-1298959,1435971],[-1297170,1435862],[-1302984,1436619],[-1303214,1436157],[-1302927,1438755],[-1303425,1438569],[-1302888,1437950],[-1304265,1436753],[-1303576,1443013],[-1303009,1443634],[-1299004,1440210],[-1299231,1439563],[-1297474,1450895],[-1298341,1451807],[-1295807,1162449],[-1300958,1174945],[-1301131,1174984],[-1300262,1203257],[-1295923,1199899],[-1296062,1199580],[-1303261,1214194],[-1303835,1215230],[-1303812,1205625],[-1298909,1206684],[-1300705,1225385],[-1299672,1225730],[-1299954,1226213],[-1299465,1224179],[-1304577,1221233],[-1299892,1221908],[-1303195,1220156],[-1299515,1227100],[-1302161,1225803],[-1299048,1228231],[-1300726,1228881],[-1300102,1223037],[-1304986,1220256],[-1301273,1227942],[-1302663,1227038],[-1302682,1225106],[-1299372,1225267],[-1301098,1227096],[-1298607,1227682],[-1303847,1221993],[-1301248,1230249],[-1299010,1231681],[-1299744,1229604],[-1298761,1229876],[-1301451,1229506],[-1298729,1234329],[-1299345,1231392],[-1297881,1231130],[-1298594,1232915],[-1299540,1233717],[-1300794,1233504],[-1299623,1235106],[-1300023,1230602],[-1301084,1231932],[-1299562,1232627],[-1300598,1232956],[-1298392,1232080],[-1302205,1232494],[-1300919,1246012],[-1301310,1245091],[-1295783,1257617],[-1295574,1257968],[-1304122,1260984],[-1304408,1259983],[-1302807,1270215],[-1303132,1270270],[-1302860,1269835],[-1314571,1286748],[-1314587,1286139],[-1309406,1316965],[-1312725,1373589],[-1312278,1374049],[-1313042,1374019],[-1312956,1373409],[-1312078,1373879],[-1314785,1371728],[-1316447,1392335],[-1316291,1392528],[-1316378,1391490],[-1316296,1391860],[-1309498,1387877],[-1308751,1389232],[-1318025,1391881],[-1306229,1400979],[-1306853,1401707],[-1306708,1401006],[-1307910,1402839],[-1306903,1403765],[-1305887,1404136],[-1305816,1402630],[-1305972,1405702],[-1307021,1405468],[-1306911,1404506],[-1307744,1405199],[-1307635,1405879],[-1306426,1405424],[-1307618,1405586],[-1307475,1404038],[-1309750,1403074],[-1310916,1403445],[-1310070,1401558],[-1310761,1402770],[-1309944,1405854],[-1309884,1405551],[-1310598,1404930],[-1310410,1403627],[-1309127,1403311],[-1308278,1403503],[-1309173,1403301],[-1308903,1403042],[-1308984,1403370],[-1309059,1403097],[-1309770,1402080],[-1309574,1401599],[-1310525,1402826],[-1310599,1402533],[-1310006,1402699],[-1310869,1402875],[-1310707,1402874],[-1311466,1403303],[-1310857,1404003],[-1311175,1404375],[-1311174,1404772],[-1310632,1405698],[-1310824,1405361],[-1310266,1405795],[-1309721,1405644],[-1309217,1404485],[-1308669,1405528],[-1308149,1406089],[-1307750,1406018],[-1306637,1406326],[-1306433,1406281],[-1306249,1405826],[-1305606,1404548],[-1305846,1404290],[-1306520,1404957],[-1308975,1404325],[-1306558,1404253],[-1307492,1403659],[-1307213,1401906],[-1306287,1403018],[-1307841,1400617],[-1309235,1406211],[-1309634,1407307],[-1309401,1407128],[-1309605,1407064],[-1312830,1402563],[-1312912,1401928],[-1313241,1402012],[-1311180,1396489],[-1315679,1419603],[-1314958,1420356],[-1315273,1420421],[-1315455,1420319],[-1315547,1419746],[-1315801,1420014],[-1314973,1419726],[-1315351,1419875],[-1314980,1420209],[-1315276,1420322],[-1314727,1418798],[-1315067,1418665],[-1315095,1418846],[-1314955,1418662],[-1313668,1419406],[-1313938,1419230],[-1311900,1410075],[-1314784,1414921],[-1310936,1433546],[-1308601,1426886],[-1314003,1428278],[-1311857,1424837],[-1314578,1426556],[-1305787,1436453],[-1311248,1434432],[-1310001,1442817],[-1312522,1441490],[-1310130,1440089],[-1314554,1435188],[-1314434,1435935],[-1309961,1450477],[-1311154,1454126],[-1309370,1467288],[-1309010,1467113],[-1309328,1468087],[-1309656,1467691],[-1315735,1189406],[-1315660,1184154],[-1315172,1183584],[-1314140,1181981],[-1312530,1181135],[-1316195,1190059],[-1317992,1202659],[-1318130,1203206],[-1318279,1203066],[-1318148,1202957],[-1318265,1202503],[-1318200,1202444],[-1317763,1202563],[-1317658,1202705],[-1308236,1198375],[-1308778,1197681],[-1310899,1195095],[-1312712,1193011],[-1308171,1199266],[-1310324,1196380],[-1311919,1193805],[-1318391,1204868],[-1317966,1207596],[-1318187,1208283],[-1318367,1208237],[-1318010,1208026],[-1318055,1208002],[-1318004,1207066],[-1318078,1206385],[-1311370,1209002],[-1307695,1203820],[-1308212,1204828],[-1310876,1216043],[-1311441,1215729],[-1313087,1212338],[-1312420,1209320],[-1312698,1210203],[-1309142,1205730],[-1318253,1204481],[-1311274,1210405],[-1311388,1209830],[-1318293,1225857],[-1311812,1216388],[-1308797,1221445],[-1317183,1233284],[-1317835,1229547],[-1318018,1230878],[-1317324,1231947],[-1315555,1239931],[-1315615,1240279],[-1310275,1232981],[-1308910,1236794],[-1309290,1253376],[-1308894,1252699],[-1309984,1254197],[-1312587,1254207],[-1310416,1260453],[-1310307,1259955],[-1310851,1256633],[-1311092,1256385],[-1317844,1266504],[-1317601,1266795],[-1317755,1261970],[-1317357,1262480],[-1313054,1254603],[-1317353,1259542],[-1317647,1259426],[-1317938,1265907],[-1313455,1275307],[-1313374,1275635],[-1314870,1271649],[-1314752,1272521],[-1315735,1271436],[-1309330,1270013],[-1308647,1269786],[-1315143,1271128],[-1313736,1274750],[-1326849,1292720],[-1327744,1292555],[-1318744,1290098],[-1318525,1290099],[-1322540,1281669],[-1322072,1281738],[-1328044,1281533],[-1328034,1282031],[-1330081,1285174],[-1329679,1285214],[-1329552,1285136],[-1326812,1298170],[-1323148,1296310],[-1323673,1296204],[-1323383,1295708],[-1327295,1298048],[-1327130,1297300],[-1327656,1297159],[-1327823,1297590],[-1328077,1297489],[-1326927,1297297],[-1327037,1297482],[-1327163,1293981],[-1326971,1293560],[-1324521,1297175],[-1324021,1297246],[-1324782,1296450],[-1323748,1294955],[-1323270,1294968],[-1323484,1294526],[-1324169,1295170],[-1323423,1294938],[-1322475,1294904],[-1327359,1295049],[-1327364,1294431],[-1329212,1305601],[-1331157,1305416],[-1330235,1305439],[-1329808,1304623],[-1330518,1303994],[-1329908,1304276],[-1322483,1294715],[-1330362,1307296],[-1328662,1364690],[-1327173,1381759],[-1325547,1387547],[-1331175,1384135],[-1331020,1388564],[-1327968,1388682],[-1324385,1386591],[-1326795,1386646],[-1326088,1387427],[-1326553,1388800],[-1329705,1389371],[-1329701,1387592],[-1327402,1388686],[-1327606,1386230],[-1328306,1387438],[-1330632,1388207],[-1325123,1386653],[-1328753,1389474],[-1328762,1390445],[-1329017,1390329],[-1329009,1390614],[-1326644,1389687],[-1326731,1389399],[-1328080,1390326],[-1328221,1390464],[-1318911,1392511],[-1318931,1393211],[-1320317,1390209],[-1319469,1390851],[-1318664,1391292],[-1323856,1401098],[-1324231,1401255],[-1324119,1401958],[-1323734,1400327],[-1323542,1399815],[-1322978,1400779],[-1323568,1400799],[-1322970,1402726],[-1323147,1402480],[-1328401,1395896],[-1327241,1398084],[-1329353,1399655],[-1329811,1399473],[-1331136,1400100],[-1330914,1399556],[-1322090,1122570],[-1321887,1123023],[-1323046,1122198],[-1327127,1189063],[-1322045,1202832],[-1318552,1202864],[-1318500,1202243],[-1324235,1202565],[-1319413,1206968],[-1323310,1204862],[-1322806,1205325],[-1320826,1207105],[-1324230,1204085],[-1320289,1207588],[-1320770,1204013],[-1321242,1204415],[-1321359,1204558],[-1320775,1203857],[-1318453,1207557],[-1318415,1208021],[-1318599,1208392],[-1321879,1208524],[-1322208,1207536],[-1320822,1208319],[-1321354,1208801],[-1324651,1215757],[-1328909,1212865],[-1325451,1213667],[-1324745,1213591],[-1325269,1215246],[-1322538,1215078],[-1319639,1203470],[-1319114,1205010],[-1318925,1206837],[-1320646,1227705],[-1324941,1228861],[-1320209,1227945],[-1319249,1225988],[-1319310,1227182],[-1320620,1228978],[-1321595,1220412],[-1321311,1219932],[-1323281,1217237],[-1324565,1216204],[-1323398,1225366],[-1324267,1229066],[-1320045,1231559],[-1318672,1230241],[-1319444,1232562],[-1319298,1229679],[-1320553,1230148],[-1318461,1231753],[-1324582,1260175],[-1323846,1269254],[-1338019,1292700],[-1338561,1292357],[-1337968,1292198],[-1337739,1291950],[-1337690,1292697],[-1337898,1292007],[-1338701,1291859],[-1338772,1291468],[-1338067,1291243],[-1338108,1291581],[-1338897,1291752],[-1338842,1291196],[-1338343,1292315],[-1337550,1292088],[-1337926,1292731],[-1337768,1292130],[-1338750,1292006],[-1338138,1292835],[-1332122,1287999],[-1331840,1287790],[-1342459,1288932],[-1342353,1289026],[-1338860,1294734],[-1339761,1294783],[-1339254,1295459],[-1340721,1294992],[-1339271,1293082],[-1338611,1293013],[-1336911,1294977],[-1337013,1293571],[-1336264,1294501],[-1331346,1304797],[-1332541,1305604],[-1331807,1305890],[-1333803,1327674],[-1341281,1364068],[-1341830,1364323],[-1340621,1364415],[-1341084,1364684],[-1340201,1364341],[-1340004,1364617],[-1339996,1364458],[-1341556,1364110],[-1341849,1363562],[-1340921,1363588],[-1341887,1363664],[-1340812,1362617],[-1341014,1362483],[-1340428,1364723],[-1342339,1364479],[-1343498,1361089],[-1343647,1361228],[-1343368,1361395],[-1343506,1361555],[-1343530,1360784],[-1343334,1360991],[-1343474,1361305],[-1343631,1360919],[-1343683,1361411],[-1343706,1361532],[-1337422,1361141],[-1334721,1358521],[-1338249,1367861],[-1332410,1381070],[-1332434,1382491],[-1332235,1381615],[-1332701,1379437],[-1332591,1379215],[-1333248,1379302],[-1333522,1378863],[-1333791,1371554],[-1339888,1374269],[-1333284,1387200],[-1335464,1387179],[-1336807,1386517],[-1336311,1385569],[-1334872,1385570],[-1332892,1385262],[-1332221,1385879],[-1331763,1387747],[-1334036,1387522],[-1334607,1387322],[-1332755,1384265],[-1343664,1401020],[-1337260,1404122],[-1338502,1406618],[-1337478,1406532],[-1339298,1406178],[-1339221,1405651],[-1333827,1397110],[-1333414,1396666],[-1333387,1396761],[-1333293,1396281],[-1331567,1398661],[-1331628,1399667],[-1343520,1405463],[-1341880,1401744],[-1334477,1415241],[-1334958,1414545],[-1335049,1415835],[-1333234,1419553],[-1332885,1419796],[-1332841,1418251],[-1332032,1409973],[-1331926,1410427],[-1331806,1410060],[-1332792,1409535],[-1333674,1415580],[-1352957,1333789],[-1356368,1335485],[-1349806,1356519],[-1349633,1356509],[-1349407,1356724],[-1352680,1356906],[-1353233,1356931],[-1349073,1352441],[-1347582,1354660],[-1346105,1355062],[-1353674,1350060],[-1353052,1360591],[-1350881,1357511],[-1350257,1357180],[-1352098,1357480],[-1349369,1357047],[-1349666,1357394],[-1349076,1357011],[-1349036,1358488],[-1348361,1358348],[-1349162,1358862],[-1348861,1359408],[-1349087,1359246],[-1348521,1358086],[-1348751,1358211],[-1349080,1357338],[-1349737,1357503],[-1349458,1358046],[-1348756,1360876],[-1349012,1361140],[-1349608,1360517],[-1348412,1360910],[-1348474,1361049],[-1348503,1360775],[-1348662,1360304],[-1349378,1359837],[-1349928,1360692],[-1349061,1361304],[-1348464,1360968],[-1349669,1359536],[-1349465,1359842],[-1352376,1357592],[-1351951,1358210],[-1351809,1358302],[-1351655,1358324],[-1351132,1358297],[-1352484,1357896],[-1352494,1357687],[-1352876,1357769],[-1348051,1358410],[-1347708,1358638],[-1347890,1358842],[-1348135,1359839],[-1349935,1361490],[-1347922,1362530],[-1353424,1367831],[-1346645,1357186],[-1355271,1366889],[-1344908,1377280],[-1348710,1376191],[-1345561,1377230],[-1348094,1379644],[-1347769,1380609],[-1353433,1379488],[-1352589,1379244],[-1353898,1380873],[-1346759,1374643],[-1353317,1380568],[-1352880,1395254],[-1351413,1387976],[-1351783,1385983],[-1345324,1390908],[-1352811,1393817],[-1353122,1394641],[-1352344,1393550],[-1352785,1392970],[-1350433,1383873],[-1348956,1393936],[-1347813,1398969],[-1348846,1399703],[-1348367,1398640],[-1346979,1399708],[-1347441,1400789],[-1347784,1400509],[-1349187,1400017],[-1348674,1400578],[-1347806,1401340],[-1347214,1398307],[-1346437,1399069],[-1346620,1398716],[-1346585,1400584],[-1346637,1401781],[-1349305,1399353],[-1349456,1399219],[-1349149,1398479],[-1348742,1398367],[-1348175,1397774],[-1348188,1397961],[-1347493,1398076],[-1347657,1398092],[-1346450,1398391],[-1346333,1398210],[-1346670,1398381],[-1346165,1398778],[-1345855,1399199],[-1345690,1399190],[-1346480,1399558],[-1346476,1399693],[-1346481,1401168],[-1346722,1402006],[-1347089,1402027],[-1347471,1402133],[-1347603,1401384],[-1347902,1401993],[-1348177,1401138],[-1349096,1401247],[-1349188,1401344],[-1349146,1400961],[-1351022,1400510],[-1350855,1400655],[-1350083,1401656],[-1349183,1402055],[-1348974,1402153],[-1344955,1400256],[-1344941,1401774],[-1354381,1398839],[-1353988,1398598],[-1347133,1405435],[-1347608,1404085],[-1347839,1404028],[-1351163,1395488],[-1351736,1396445],[-1347982,1103002],[-1350949,1103756],[-1351149,1104515],[-1347631,1105987],[-1347673,1102702],[-1351252,1103426],[-1347539,1105527],[-1350829,1106650],[-1347679,1109068],[-1347565,1107000],[-1354171,1110241],[-1353754,1112272],[-1353600,1113793],[-1354126,1111400],[-1347908,1110966],[-1348744,1112504],[-1347633,1110093],[-1354037,1112947],[-1354197,1112012],[-1349296,1112283],[-1355124,1112259],[-1347575,1107034],[-1347548,1111582],[-1349052,1113065],[-1350810,1108848],[-1350102,1109550],[-1350347,1109133],[-1350499,1108899],[-1348510,1104592],[-1348706,1104537],[-1349285,1103646],[-1350609,1108603],[-1350893,1109245],[-1348756,1106467],[-1353031,1114980],[-1353083,1115080],[-1353274,1114320],[-1353645,1113974],[-1353541,1173246],[-1353408,1173509],[-1356109,1198399],[-1356316,1198816],[-1355139,1196482],[-1354789,1196418],[-1354389,1196411],[-1354496,1195902],[-1354146,1196575],[-1354053,1196462],[-1354057,1196852],[-1355051,1195820],[-1355115,1196024],[-1354953,1195530],[-1354969,1195211],[-1355542,1195627],[-1354775,1195878],[-1355105,1196166],[-1354917,1195963],[-1354588,1195604],[-1354355,1197065],[-1354915,1196482],[-1352278,1199350],[-1352467,1200151],[-1353933,1200783],[-1353320,1201041],[-1354475,1200871],[-1353084,1260733],[-1353494,1260432],[-1353662,1260686],[-1355774,1259155],[-1354724,1263653],[-1367837,1343221],[-1367467,1342326],[-1367169,1341575],[-1367697,1342037],[-1365884,1341718],[-1366032,1341710],[-1365853,1341354],[-1367800,1343588],[-1368173,1343904],[-1369302,1343495],[-1368641,1342909],[-1365361,1337590],[-1365048,1334899],[-1364877,1337614],[-1365137,1336224],[-1364539,1338455],[-1360685,1338313],[-1359910,1338259],[-1360081,1339070],[-1358327,1337520],[-1357150,1338064],[-1367746,1354974],[-1366823,1354569],[-1367828,1344299],[-1367957,1344660],[-1368376,1344678],[-1367874,1344526],[-1368166,1344607],[-1369167,1346842],[-1368687,1346325],[-1364604,1022651],[-1365804,1022525],[-1365579,1021551],[-1364339,1021067],[-1363038,1022024],[-1363524,1023367],[-1363744,1022168],[-1361925,1019806],[-1367599,1022766],[-1364163,1023950],[-1364475,1020145],[-1361501,1020006],[-1361098,1021186],[-1360731,1019654],[-1361412,1018713],[-1361396,1018677],[-1365599,1022355],[-1367219,1023997],[-1365661,1023218],[-1366560,1023611],[-1366594,1022624],[-1366466,1023776],[-1367235,1023306],[-1366695,1022522],[-1364246,1019024],[-1365458,1018633],[-1364657,1018882],[-1364817,1017635],[-1363515,1018279],[-1363824,1017665],[-1363499,1022635],[-1363805,1019882],[-1366541,1025077],[-1364795,1025655],[-1366408,1026327],[-1364867,1024561],[-1364232,1024830],[-1364217,1028376],[-1367621,1031069],[-1365761,1030216],[-1365767,1032295],[-1364117,1030318],[-1365100,1031422],[-1365080,1030801],[-1364012,1032037],[-1367070,1028615],[-1366736,1029514],[-1364580,1027165],[-1365716,1028838],[-1367130,1027345],[-1367347,1027276],[-1364330,1026941],[-1366632,1025242],[-1365476,1025367],[-1367472,1025627],[-1367269,1026179],[-1366231,1026187],[-1365269,1024523],[-1362517,1024263],[-1363122,1025266],[-1364730,1025616],[-1365250,1025860],[-1364564,1024738],[-1364490,1025382],[-1363874,1024600],[-1364502,1024802],[-1364747,1024733],[-1365224,1025307],[-1365361,1024519],[-1364335,1024775],[-1365039,1025009],[-1364184,1024817],[-1364587,1025161],[-1366818,1024906],[-1366365,1024512],[-1365683,1027193],[-1365747,1026944],[-1366762,1025274],[-1367658,1024402],[-1366094,1025012],[-1366617,1024378],[-1366308,1024919],[-1358087,1075504],[-1357359,1075782],[-1357359,1074951],[-1357225,1075494],[-1361302,1072168],[-1361722,1073395],[-1362333,1072505],[-1361810,1073660],[-1361087,1071723],[-1358892,1075057],[-1360226,1188697],[-1357285,1198801],[-1357069,1197942],[-1364467,1195026],[-1364235,1194693],[-1364848,1194829],[-1364344,1195243],[-1364049,1195406],[-1363874,1195557],[-1363857,1195588],[-1364853,1195068],[-1364439,1194522],[-1364092,1194355],[-1364258,1194953],[-1364588,1195211],[-1364604,1195074],[-1364127,1195146],[-1364121,1194509],[-1364588,1195656],[-1363743,1194695],[-1363970,1194664],[-1364180,1195404],[-1361738,1197145],[-1362020,1197200],[-1361822,1197305],[-1364064,1208674],[-1364246,1208403],[-1361108,1254171],[-1363546,1257803],[-1363542,1262631],[-1363912,1264156],[-1363851,1263138],[-1364573,1262089],[-1367599,1260249],[-1366076,1261351],[-1358581,1266080],[-1358091,1262235],[-1368430,1257017],[-1368758,1261791],[-1366053,1261463],[-1358842,1264006],[-1365569,1261860],[-1366618,1263687],[-1364517,1264585],[-1361054,1260281],[-1361264,1259947],[-1361449,1260532],[-1361919,1260669],[-1362232,1260322],[-1360665,1256984],[-1360778,1256707],[-1360280,1257206],[-1359947,1256881],[-1360146,1256531],[-1360414,1256175],[-1359928,1256098],[-1360372,1255639],[-1360854,1268414],[-1365589,1267898],[-1367947,1268303],[-1369007,1270210],[-1367644,1271102],[-1382016,1330668],[-1382355,1330921],[-1382223,1330427],[-1381982,1330091],[-1382283,1330052],[-1375260,1330227],[-1377473,1323547],[-1374832,1327841],[-1376948,1323568],[-1375114,1323660],[-1378283,1326757],[-1375447,1327862],[-1377497,1325640],[-1375728,1325972],[-1378922,1324405],[-1380494,1334579],[-1379174,1334472],[-1379229,1333883],[-1378942,1333915],[-1378754,1334186],[-1379859,1333558],[-1380122,1333317],[-1380616,1333054],[-1380708,1333543],[-1371941,1341343],[-1369713,1342402],[-1370806,1341838],[-1374283,1332677],[-1376282,1333881],[-1375737,1334477],[-1375088,1341672],[-1381112,1333998],[-1380616,1332891],[-1381180,1333063],[-1376327,1338078],[-1373693,1334898],[-1375986,1335069],[-1375186,1335522],[-1378815,1334822],[-1374602,1334215],[-1376224,1338629],[-1379730,1334286],[-1370013,1354497],[-1369992,1346589],[-1370001,1344984],[-1371781,1346036],[-1381662,1160633],[-1381828,1160538],[-1381868,1161868],[-1381843,1162145],[-1382158,1162900],[-1382095,1162687],[-1382138,1163041],[-1381826,1160670],[-1381342,1160599],[-1370647,1272792],[-1370973,1272579],[-1394920,1313963],[-1394560,1316561],[-1395112,1317372],[-1382649,1330730],[-1382657,1329928],[-1385588,1329604],[-1388753,1325392],[-1389161,1325317],[-1389698,1324903],[-1389390,1324721],[-1388711,1324762],[-1389283,1324534],[-1388718,1326947],[-1389171,1326063],[-1389662,1325538],[-1390112,1326408],[-1388682,1324701],[-1388895,1325248],[-1388677,1326991],[-1388725,1327524],[-1384645,1326994],[-1384521,1326715],[-1383372,1324535],[-1383335,1324750],[-1383791,1324565],[-1383613,1324835],[-1383567,1324652],[-1383156,1324568],[-1383577,1324403],[-1388406,1326102],[-1389400,1325915],[-1388555,1327183],[-1389556,1325375],[-1388824,1320571],[-1388328,1320374],[-1389904,1325432],[-1390862,1326275],[-1390622,1327346],[-1391089,1326636],[-1390367,1327770],[-1387235,1328571],[-1387541,1328450],[-1384744,1325042],[-1383584,1324619],[-1384908,1325589],[-1385932,1320171],[-1384496,1323561],[-1384667,1321476],[-1385040,1329869],[-1390662,1330295],[-1383946,1334678],[-1387115,1332994],[-1386741,1332656],[-1393400,1335443],[-1385790,1339470],[-1387881,1332583],[-1394807,1332797],[-1386810,1333060],[-1384456,1334740],[-1384556,1334687],[-1395105,1352042],[-1389018,1347527],[-1389241,1349000],[-1390798,1348432],[-1383817,1037550],[-1394303,1074441],[-1393941,1072371],[-1394735,1075067],[-1394473,1075031],[-1394505,1075189],[-1393626,1074637],[-1393155,1074139],[-1394333,1073956],[-1394306,1073760],[-1392387,1073834],[-1392357,1075151],[-1392601,1074382],[-1393783,1071147],[-1391574,1074906],[-1394032,1073612],[-1393663,1073904],[-1392937,1073967],[-1394062,1076368],[-1393805,1077517],[-1393734,1076437],[-1394232,1076578],[-1393472,1076652],[-1394601,1075474],[-1393801,1160650],[-1392806,1161469],[-1393855,1161632],[-1388738,1163351],[-1387224,1163473],[-1386109,1162948],[-1386085,1162806],[-1387377,1163991],[-1387287,1164017],[-1387244,1163869],[-1394153,1159050],[-1394320,1159068],[-1392398,1161615],[-1388846,1164934],[-1386492,1163784],[-1382505,1163179],[-1382645,1163612],[-1383300,1163825],[-1383108,1160413],[-1387677,1161515],[-1387626,1161418],[-1394586,1165677],[-1393796,1165182],[-1393579,1165686],[-1393395,1165711],[-1394617,1165810],[-1392718,1182405],[-1393182,1183452],[-1393522,1182789],[-1393701,1182109],[-1392690,1182836],[-1394078,1183119],[-1393112,1183778],[-1392449,1183102],[-1392964,1181840],[-1391129,1180450],[-1391173,1179963],[-1391705,1180189],[-1391727,1180297],[-1390825,1180895],[-1391066,1180910],[-1390768,1180571],[-1390557,1180080],[-1391105,1180053],[-1390905,1180021],[-1390524,1180503],[-1390662,1180159],[-1393467,1181763],[-1393384,1181755],[-1393287,1181700],[-1392932,1181900],[-1392805,1182051],[-1392229,1182065],[-1392092,1182193],[-1392119,1182553],[-1392193,1182458],[-1392321,1182785],[-1392697,1183130],[-1393088,1182969],[-1392921,1183497],[-1392214,1182408],[-1393066,1183603],[-1393758,1183369],[-1390776,1183214],[-1390905,1183991],[-1391136,1183836],[-1391355,1184586],[-1391121,1185294],[-1391600,1185048],[-1389489,1182377],[-1389538,1182605],[-1390075,1182479],[-1390081,1182844],[-1390798,1180723],[-1393429,1179587],[-1393181,1179612],[-1392469,1179087],[-1392119,1179344],[-1392096,1179428],[-1392517,1179917],[-1392431,1179905],[-1390099,1197875],[-1395055,1235420],[-1395191,1234819],[-1393530,1234814],[-1394152,1235916],[-1394356,1235842],[-1394756,1238650],[-124109,287253],[-123016,396156],[-126308,394988],[-119528,390933],[-119512,386921],[-119594,388463],[-118179,387293],[-124060,387598],[-122638,387418],[-123815,386180],[-127457,391287],[-124835,389655],[-126712,389637],[-119507,394023],[-120494,392520],[-124326,393229],[-123019,398418],[-127497,397834],[-118232,539960],[-117540,541049],[-117802,540963],[-117336,539777],[-118374,540902],[-123962,565803],[-120025,585417],[-118182,585839],[-119874,588042],[-118588,588190],[-1404891,1304676],[-1404976,1302318],[-1406055,1303562],[-1402187,1295405],[-1399623,1317126],[-1402303,1318248],[-1401693,1311163],[-1401154,1312002],[-1402017,1310867],[-1395890,1317050],[-1395873,1316327],[-1395827,1315581],[-1406288,1312213],[-1406572,1311845],[-1406662,1310152],[-1395669,1316921],[-1405903,1328836],[-1401121,1326389],[-1406645,1328644],[-1404760,1325667],[-1402536,1324554],[-1397598,1327686],[-1398431,1327470],[-1397654,1327040],[-1399477,1327321],[-1399001,1325957],[-1403105,1330692],[-1404277,1330023],[-1401834,1319609],[-1401690,1320172],[-1396721,1324923],[-1399940,1337146],[-1399892,1337039],[-1400017,1337060],[-1401858,1336542],[-1400478,1337284],[-1404480,1341768],[-1405738,1340247],[-1406342,1339891],[-1402304,1334203],[-1403478,1339966],[-1403088,1339703],[-1405008,1338603],[-1404848,1338785],[-1404714,1338618],[-1404486,1338897],[-1405313,1338510],[-1405233,1338397],[-1405182,1338578],[-1396071,1333495],[-1396154,1331873],[-1397231,1337786],[-1395419,1334621],[-1397205,1337655],[-1403211,1331983],[-1397617,1334992],[-1397052,1335427],[-1397026,1334277],[-1397119,1335706],[-1401131,1336111],[-1398873,1335858],[-1403033,1331975],[-1402114,1332510],[-1403748,1336245],[-1404006,1333170],[-1398928,1333652],[-1399081,1333450],[-1398804,1333086],[-1407990,1336435],[-1406492,1335940],[-1405444,1335444],[-1405303,1343845],[-1407025,1334253],[-1405319,1335421],[-1406873,1334173],[-1401563,1335814],[-1401407,1335086],[-1401842,1334699],[-1402321,1334714],[-1401846,1335379],[-1402771,1335357],[-1402751,1335319],[-1402210,1336288],[-1398960,1335114],[-1397950,1334137],[-1400128,1336062],[-1401373,1336611],[-1402136,1337261],[-1401627,1337699],[-1402033,1336973],[-1402696,1338245],[-1402865,1337848],[-1403296,1338109],[-1404005,1334800],[-1404014,1335818],[-1405639,1336701],[-1405040,1337021],[-1405444,1337682],[-1407867,1336466],[-1407459,1336990],[-1406553,1337596],[-1400328,1351920],[-1400977,1351900],[-1403956,1347934],[-1404313,1349382],[-1403664,1348680],[-1403714,1352980],[-1404591,1349377],[-1403765,1352231],[-1404559,1345381],[-1405965,1344655],[-1406369,1345512],[-1404654,1345982],[-1404832,1346308],[-1406223,1350002],[-1405674,1349094],[-1405505,1349490],[-1402048,1350130],[-1401136,1352206],[-1401905,1351173],[-1401258,1351747],[-1396398,1351984],[-1395970,1351577],[-1396903,1349788],[-1396236,1347838],[-1396524,1347790],[-1396600,1347745],[-1396480,1348721],[-1397107,1348891],[-1396492,1349644],[-1397934,1348618],[-1406843,1362985],[-1405448,1365049],[-1403834,1361593],[-1395743,1365031],[-1404239,1361068],[-1404122,1363494],[-1398589,1368197],[-1404578,1363589],[-1405809,1367806],[-1402116,1369553],[-1404559,1368054],[-1401167,1363853],[-1402181,1363420],[-1402197,1363267],[-1402209,1361436],[-1402861,1362574],[-1402647,1360774],[-1405345,1357261],[-1405225,1373580],[-1404269,1370710],[-1402576,1370822],[-1404571,1370314],[-1406560,1371161],[-1401099,1074045],[-1406111,1074688],[-1406081,1075125],[-1404479,1070326],[-1404307,1070081],[-1398551,1077782],[-1398819,1077181],[-1398659,1077235],[-1398432,1077422],[-1398070,1078609],[-1398137,1078797],[-1398205,1078101],[-1398319,1078410],[-1398947,1077097],[-1400310,1076103],[-1399345,1077338],[-1399892,1077024],[-1397583,1082884],[-1397376,1083410],[-1401666,1151856],[-1401088,1151998],[-1398996,1156857],[-1398477,1156969],[-1398336,1156718],[-1398269,1157098],[-1398476,1157173],[-1398642,1157161],[-1398642,1157252],[-1398975,1157344],[-1398550,1157479],[-1399065,1157619],[-1399619,1157621],[-1399254,1157732],[-1398978,1157466],[-1398907,1157435],[-1398780,1156843],[-1399355,1157182],[-1398699,1159563],[-1398747,1159012],[-1398579,1159427],[-1398594,1159128],[-1398909,1159479],[-1398583,1159682],[-1398405,1159099],[-1398436,1159262],[-1398823,1159857],[-1399134,1159625],[-1399073,1159832],[-1399525,1159371],[-1399339,1159381],[-1399754,1159132],[-1399163,1158811],[-1399147,1158672],[-1401655,1157776],[-1401499,1158077],[-1401271,1158206],[-1402405,1156298],[-1402052,1155781],[-1402095,1156690],[-1401959,1156894],[-1401398,1157935],[-1400829,1157133],[-1400509,1156940],[-1400193,1156750],[-1400839,1156962],[-1400663,1157202],[-1405564,1159804],[-1405347,1159603],[-1406069,1159735],[-1404439,1157309],[-1403803,1158356],[-1404982,1156582],[-1403611,1154764],[-1400353,1153852],[-1398121,1155089],[-1398021,1155766],[-1397834,1155366],[-1396637,1164976],[-1403970,1163445],[-1397913,1162096],[-1398367,1162961],[-1400217,1163282],[-1400428,1163431],[-1403865,1160290],[-1406114,1161764],[-1406012,1161663],[-1407462,1161315],[-1407874,1159534],[-1407583,1157511],[-1403304,1202898],[-1403258,1202491],[-1403503,1202667],[-1403944,1202623],[-1403147,1201894],[-1403073,1201793],[-1402973,1202435],[-1403323,1201635],[-1403697,1201582],[-1403620,1202083],[-1401549,1200925],[-1401033,1201405],[-1401245,1201678],[-1400990,1201090],[-1400606,1201360],[-1400638,1201547],[-1400837,1201094],[-1401151,1200926],[-1402895,1202128],[-1402783,1202337],[-1403148,1202775],[-1404291,1200074],[-1403620,1202886],[-1402508,1201825],[-1405839,1202959],[-1405971,1202591],[-1395489,1234859],[-1395781,1234629],[-1395798,1234838],[-1395644,1234901],[-1395935,1235598],[-1395651,1235900],[-1395243,1235692],[-1398179,1237307],[-1398002,1236750],[-1397793,1236971],[-1397506,1237183],[-1397273,1236681],[-1397706,1237362],[-1399203,1234926],[-1407384,1240184],[-1407292,1240348],[-1404667,1238476],[-1407515,1241966],[-1403700,1250793],[-1407832,1255303],[-1406105,1257098],[-1407487,1255568],[-1412709,1302561],[-1412568,1301585],[-1413809,1300487],[-1419884,1300234],[-1418861,1301195],[-1419632,1300279],[-1420237,1301333],[-1415735,1298297],[-1416732,1297868],[-1417757,1298162],[-1417476,1296866],[-1416757,1296827],[-1417129,1299651],[-1415961,1298692],[-1418323,1301509],[-1417586,1300606],[-1418744,1295834],[-1418809,1295659],[-1410180,1309184],[-1409848,1310801],[-1409011,1311118],[-1412589,1308062],[-1410494,1309033],[-1412355,1317168],[-1412884,1316810],[-1415066,1318043],[-1414687,1317876],[-1408560,1326577],[-1413075,1330802],[-1414781,1325907],[-1415724,1328547],[-1416461,1327994],[-1411317,1328844],[-1413808,1325214],[-1415704,1329153],[-1417268,1330359],[-1420378,1323928],[-1418674,1328492],[-1419020,1326013],[-1419189,1327548],[-1414349,1320369],[-1415117,1318878],[-1414476,1319618],[-1415261,1320496],[-1417219,1324083],[-1416686,1322230],[-1419479,1326798],[-1419985,1325362],[-1408506,1332988],[-1408677,1332346],[-1409387,1332915],[-1409129,1333554],[-1409275,1333292],[-1408517,1334645],[-1408925,1332023],[-1408375,1333717],[-1408358,1333806],[-1410240,1334460],[-1410092,1334937],[-1411950,1339329],[-1411679,1338894],[-1411587,1338694],[-1412098,1333902],[-1413527,1333956],[-1413296,1335432],[-1418523,1340754],[-1419094,1342933],[-1417888,1341532],[-1419024,1342058],[-1418246,1338404],[-1418861,1339495],[-1417625,1338828],[-1415969,1344167],[-1408555,1342197],[-1411459,1343463],[-1413507,1339851],[-1412721,1340880],[-1413255,1342138],[-1412715,1342032],[-1411335,1337646],[-1410870,1338669],[-1409869,1337224],[-1413060,1331738],[-1413732,1332388],[-1416049,1332036],[-1416372,1331819],[-1416801,1332561],[-1417248,1331802],[-1419888,1333814],[-1418024,1334420],[-1419044,1333617],[-1414827,1334514],[-1417726,1332788],[-1419865,1331778],[-1420505,1332960],[-1420140,1332085],[-1419985,1335443],[-1419557,1335989],[-1418187,1335273],[-1418641,1334958],[-1418342,1335442],[-1416703,1334161],[-1416312,1335455],[-1416774,1335147],[-1412272,1338358],[-1414642,1334874],[-1411070,1337598],[-1411413,1337123],[-1411028,1337398],[-1412842,1341829],[-1413569,1341210],[-1413141,1340672],[-1411133,1342778],[-1408599,1343794],[-1409528,1343759],[-1408839,1343904],[-1409600,1338503],[-1409235,1337678],[-1410000,1338521],[-1416596,1344827],[-1418834,1347839],[-1416470,1348096],[-1414441,1347232],[-1415628,1348502],[-1413099,1349303],[-1412952,1348866],[-1412520,1353135],[-1413846,1356658],[-1413005,1353103],[-1408869,1352907],[-1408075,1353522],[-1409923,1355129],[-1409300,1356653],[-1409148,1345482],[-1408062,1346108],[-1410311,1344740],[-1410362,1344332],[-1410029,1357692],[-1410908,1363484],[-1409915,1364601],[-1409869,1365224],[-1408578,1364443],[-1413326,1369320],[-1420110,1376279],[-1419706,1376588],[-1418549,1376428],[-1419407,1371291],[-1420255,1371810],[-1418887,1371613],[-1409782,1370093],[-1409697,1372605],[-1414833,1373205],[-1417339,1372714],[-1416367,1379476],[-1414961,1377166],[-1415732,1379963],[-1419949,1380092],[-1419357,1380325],[-1417288,1379852],[-1417711,1379441],[-1418973,1379547],[-1418653,1379077],[-1408333,1375962],[-1409481,1375286],[-1420238,1066531],[-1420451,1067472],[-1417706,1070643],[-1418880,1072195],[-1418894,1071198],[-1418002,1072459],[-1416414,1069611],[-1419298,1066718],[-1419927,1069517],[-1418403,1068655],[-1420299,1071432],[-1418192,1067055],[-1420643,1068082],[-1417741,1069744],[-1419525,1067692],[-1419023,1069766],[-1419626,1068354],[-1416878,1071215],[-1419814,1073256],[-1412506,1074483],[-1408083,1072378],[-1408331,1072136],[-1416562,1073884],[-1416403,1073980],[-1416545,1073834],[-1415624,1071813],[-1417663,1083248],[-1415916,1083838],[-1418062,1083381],[-1415470,1083485],[-1418884,1086091],[-1419070,1086573],[-1418159,1083621],[-1419253,1086256],[-1413347,1079429],[-1413565,1079383],[-1413761,1079389],[-1413578,1078975],[-1408605,1076718],[-1420521,1093294],[-1420302,1093601],[-1410069,1111794],[-1409919,1111827],[-1410106,1111438],[-1410217,1112097],[-1410475,1112162],[-1410588,1111831],[-1409613,1112023],[-1410213,1111245],[-1409907,1110706],[-1409890,1110246],[-1417337,1138598],[-1417924,1138401],[-1409907,1132838],[-1409792,1132769],[-1410093,1133055],[-1410557,1132729],[-1410437,1132608],[-1411135,1132706],[-1411005,1132525],[-1409222,1133168],[-1409450,1132975],[-1409128,1133025],[-1409046,1132736],[-1408950,1132942],[-1409524,1133279],[-1409501,1133516],[-1408653,1133259],[-1410003,1132818],[-1409101,1132351],[-1417261,1133772],[-1408027,1160568],[-1408900,1159778],[-1409596,1158731],[-1408078,1157536],[-1418617,1212399],[-1419512,1211254],[-1418848,1211390],[-1420666,1211132],[-1419016,1206421],[-1420492,1208141],[-1419316,1206248],[-1420147,1208436],[-1418667,1245945],[-1419345,1245317],[-1417075,1246315],[-1415109,1244051],[-1414592,1243511],[-1412073,1250292],[-1412054,1250053],[-1411601,1250260],[-1411307,1250309],[-1411690,1250639],[-1411853,1250720],[-1411174,1249989],[-1411697,1249861],[-1412001,1249705],[-1410482,1251348],[-1410090,1252175],[-1409966,1251969],[-1410006,1251391],[-1410473,1251884],[-1410237,1251245],[-1409884,1252383],[-1409887,1252578],[-1412168,1250663],[-1412304,1250600],[-1411554,1250485],[-1413646,1247640],[-1419470,1258972],[-1415990,1261165],[-1417935,1262929],[-1419949,1261156],[-1419787,1260445],[-1413829,1266259],[-1413234,1264739],[-1414095,1266441],[-1413854,1265588],[-1418106,1264386],[-1417387,1264453],[-1417406,1266800],[-1417333,1266003],[-1417938,1269760],[-1418661,1268931],[-1424134,1282229],[-1424046,1282465],[-1421983,1298614],[-1421880,1298478],[-1425153,1300876],[-1429910,1318496],[-1429946,1317924],[-1425928,1327182],[-1423018,1326188],[-1421081,1327932],[-1421144,1330199],[-1422260,1329344],[-1426252,1330161],[-1427737,1328287],[-1427105,1328305],[-1426493,1328831],[-1430415,1318777],[-1432944,1324141],[-1432800,1324236],[-1421039,1341789],[-1428685,1337479],[-1427758,1337141],[-1425860,1335883],[-1430525,1335563],[-1429401,1337068],[-1428354,1335812],[-1428680,1335134],[-1431572,1334746],[-1424030,1338035],[-1431079,1341625],[-1430578,1341896],[-1428274,1331485],[-1428199,1346174],[-1427262,1347493],[-1426206,1347696],[-1426004,1346623],[-1425738,1347497],[-1426251,1347655],[-1420811,1375648],[-1421453,1375991],[-1425695,1373768],[-1423488,1371365],[-1423187,1372187],[-1421191,1381420],[-1421206,1384356],[-1429081,1040303],[-1428326,1040095],[-1428820,1039447],[-1428396,1039781],[-1433250,1040817],[-1433157,1041090],[-1429998,1040421],[-1430712,1065878],[-1432337,1067948],[-1431803,1068998],[-1430194,1069348],[-1431070,1065848],[-1425958,1071764],[-1424237,1073615],[-1425241,1073748],[-1424554,1067185],[-1424731,1070328],[-1425284,1074265],[-1427410,1073950],[-1425146,1068919],[-1424187,1071289],[-1425827,1069867],[-1424704,1071351],[-1426062,1073174],[-1424901,1072978],[-1426366,1073575],[-1421074,1068434],[-1424596,1072489],[-1424305,1069548],[-1425298,1075070],[-1425791,1070788],[-1425449,1071681],[-1421558,1067409],[-1428864,1075329],[-1428865,1075335],[-1425314,1074979],[-1421564,1070382],[-1421401,1070353],[-1421691,1070218],[-1421294,1070365],[-1424075,1069048],[-1423849,1068933],[-1424200,1069613],[-1424522,1069659],[-1424541,1070046],[-1424464,1070230],[-1423256,1068259],[-1423040,1068563],[-1422748,1068679],[-1423994,1068103],[-1424364,1068529],[-1424037,1068265],[-1426183,1076617],[-1424780,1075765],[-1425359,1076473],[-1426139,1075408],[-1423637,1081667],[-1425983,1085812],[-1426009,1086280],[-1423983,1086821],[-1424202,1086854],[-1421192,1079190],[-1421540,1079284],[-1426240,1088053],[-1424876,1079548],[-1424550,1079580],[-1424086,1080149],[-1421166,1090264],[-1424798,1092369],[-1425453,1092531],[-1424966,1096098],[-1425567,1095920],[-1429951,1092622],[-1429631,1092714],[-1421583,1089959],[-1424723,1093355],[-1423289,1098862],[-1420855,1093473],[-1420800,1093703],[-1426203,1088314],[-1428847,1135089],[-1427912,1135928],[-1427426,1135824],[-1428328,1130724],[-1428755,1130383],[-1428205,1130157],[-1428359,1129263],[-1432008,1130148],[-1431995,1130369],[-1432206,1130179],[-1428590,1130098],[-1426994,1130698],[-1429973,1136097],[-1430195,1136167],[-1429562,1135133],[-1429566,1134985],[-1430155,1134591],[-1430057,1134601],[-1427451,1129745],[-1427551,1129605],[-1427574,1129487],[-1422892,1133661],[-1421514,1138647],[-1427597,1177173],[-1427772,1177155],[-1427576,1177760],[-1428736,1179352],[-1428550,1179281],[-1428488,1179818],[-1428949,1179445],[-1428830,1179863],[-1429876,1181104],[-1427332,1178087],[-1430053,1180581],[-1429395,1182152],[-1429421,1182074],[-1429253,1182141],[-1430073,1181175],[-1426714,1178605],[-1430838,1180916],[-1426919,1178388],[-1426703,1178780],[-1424733,1210154],[-1429066,1222451],[-1429291,1228845],[-1427198,1225792],[-1427394,1240057],[-1426418,1238986],[-1426502,1240535],[-1426323,1239657],[-1427197,1231665],[-1432711,1237040],[-1432402,1236738],[-1425943,1231775],[-1426990,1231299],[-1426938,1231000],[-1427409,1231396],[-1428144,1246627],[-1421801,1247157],[-1424448,1250625],[-1423972,1249388],[-1427649,1243783],[-1426534,1248600],[-1426398,1245391],[-1424932,1242173],[-1427319,1243996],[-1426708,1241919],[-1421100,1245827],[-1431085,1253950],[-1428632,1254198],[-1431209,1251772],[-1430422,1254569],[-1430634,1253726],[-1430508,1253327],[-1431722,1252670],[-1431518,1253327],[-1429325,1253720],[-1429945,1253125],[-1431562,1250810],[-1431251,1250375],[-1431355,1249622],[-1431273,1249023],[-1431814,1251476],[-1432761,1254267],[-1433013,1254573],[-1426542,1259044],[-1430545,1255346],[-1428802,1258356],[-1429245,1257122],[-1429242,1256127],[-1429145,1257383],[-1428317,1256908],[-1427628,1256647],[-1427942,1257911],[-1427525,1258584],[-1427853,1259503],[-1427933,1259742],[-1427188,1259731],[-1426554,1260252],[-1428393,1255671],[-1431471,1255974],[-1430270,1257658],[-1429158,1262646],[-1430605,1262865],[-1429776,1263256],[-1428497,1263307],[-1430158,1261075],[-1429938,1261499],[-1430189,1260593],[-1433547,1259864],[-1432856,1261541],[-1433308,1261823],[-1430822,1262789],[-1430066,1259995],[-1430587,1265818],[-1428836,1260388],[-1427440,1260061],[-1429615,1264767],[-1426274,1261626],[-1429139,1262175],[-1428478,1263986],[-1427860,1263850],[-1424113,1263720],[-1422699,1266699],[-1422347,1263438],[-1422888,1264401],[-1431632,1267052],[-1428026,1265897],[-1429399,1266514],[-1429631,1268717],[-1429650,1272170],[-1431177,1274159],[-1430142,1278152],[-1427273,1273600],[-1427404,1274830],[-1428231,1274927],[-1435747,1291027],[-1434632,1291954],[-1434626,1292302],[-1435297,1290279],[-1441852,1289981],[-1440909,1289237],[-1442912,1290331],[-1441914,1289938],[-1435930,1291576],[-1445637,1305412],[-1441948,1301197],[-1446124,1300960],[-1443255,1305520],[-1441341,1303806],[-1443248,1301295],[-1440192,1303599],[-1444467,1299095],[-1444570,1298822],[-1444497,1298768],[-1444198,1299924],[-1445281,1313206],[-1444879,1313665],[-1438153,1314645],[-1438772,1314329],[-1433605,1324640],[-1438526,1326281],[-1439125,1325837],[-1438737,1326111],[-1442713,1330835],[-1442928,1330796],[-1442721,1330490],[-1440174,1327127],[-1437879,1343969],[-1442281,1342582],[-1442790,1341946],[-1434139,1334118],[-1438457,1343513],[-1442803,1349489],[-1443628,1349449],[-1443571,1348925],[-1444233,1346794],[-1445354,1348718],[-1443979,1347387],[-1444175,1347801],[-1445546,1348438],[-1442320,1348208],[-1444195,1347435],[-1443549,1347313],[-1443843,1346787],[-1441600,1346368],[-1444857,1348271],[-1443114,1347830],[-1441488,1346331],[-1441363,1346424],[-1441649,1346303],[-1441910,1347621],[-1443135,1346184],[-1443498,1347130],[-1445178,1349219],[-1444280,1348683],[-1445244,1348559],[-1446130,1346766],[-1439070,1344242],[-1444029,1347580],[-1444501,1347437],[-1433652,1039592],[-1434275,1040477],[-1433746,1039118],[-1438930,1083258],[-1439403,1082850],[-1440100,1082836],[-1444885,1079465],[-1444575,1079313],[-1444471,1079884],[-1444478,1080606],[-1443712,1080418],[-1443990,1080452],[-1443584,1081011],[-1443101,1081416],[-1446182,1079601],[-1445973,1079664],[-1446198,1080270],[-1445139,1081192],[-1446313,1079353],[-1445309,1080323],[-1443378,1081271],[-1443316,1082039],[-1443120,1081640],[-1445415,1079356],[-1442955,1081340],[-1444326,1085084],[-1445805,1086577],[-1444577,1084317],[-1445107,1084026],[-1444590,1086313],[-1444082,1087567],[-1443486,1085568],[-1444357,1084687],[-1441289,1086798],[-1441593,1080856],[-1445052,1086138],[-1444373,1078045],[-1445964,1075792],[-1438503,1080700],[-1440227,1084813],[-1436603,1085978],[-1438290,1085777],[-1443154,1077308],[-1443237,1077015],[-1443041,1100324],[-1443329,1100612],[-1443886,1098934],[-1444060,1100058],[-1442299,1100528],[-1442714,1100036],[-1442348,1100290],[-1442541,1100469],[-1442282,1100752],[-1444513,1099659],[-1438210,1100999],[-1438163,1100877],[-1438341,1100837],[-1438032,1101116],[-1438331,1101023],[-1441116,1102473],[-1440970,1102454],[-1440919,1102727],[-1440750,1102948],[-1440765,1102399],[-1441348,1102280],[-1441624,1102376],[-1441673,1103038],[-1440605,1103226],[-1438246,1234046],[-1437976,1234109],[-1438602,1233538],[-1439253,1233753],[-1442292,1234923],[-1436740,1237652],[-1440182,1241080],[-1440383,1241146],[-1439435,1240260],[-1439403,1241069],[-1439591,1244090],[-1441533,1242779],[-1441204,1242898],[-1443322,1244943],[-1443320,1244396],[-1443681,1243962],[-1441868,1242774],[-1440436,1250687],[-1436588,1250014],[-1436549,1253625],[-1435396,1252107],[-1434636,1254581],[-1435196,1254127],[-1435265,1253070],[-1435117,1253318],[-1435803,1252404],[-1436983,1249326],[-1435763,1251429],[-1435505,1251119],[-1436267,1250362],[-1436355,1250184],[-1436554,1250749],[-1435868,1250864],[-1433893,1251290],[-1433722,1248497],[-1438862,1244465],[-1438194,1248111],[-1438357,1248596],[-1437741,1250559],[-1434937,1256253],[-1434304,1259393],[-1434035,1259174],[-1434634,1257808],[-1434867,1258004],[-1435267,1255140],[-1434084,1257611],[-1436014,1254724],[-1434413,1257881],[-1434292,1262679],[-1435591,1260146],[-1436175,1261999],[-1435841,1265880],[-1433703,1266134],[-1433621,1267100],[-1443621,1277610],[-1444183,1277626],[-1443750,1277372],[-1441163,1276193],[-1440514,1276355],[-1441972,1277405],[-1442466,1277726],[-1442401,1277543],[-1442148,1277566],[-1442487,1276066],[-1443032,1276387],[-1450594,1305695],[-1447189,1305494],[-1455217,1304192],[-1454316,1303955],[-1452722,1305402],[-1448375,1300858],[-1448040,1302164],[-1448454,1301103],[-1449733,1301369],[-1449775,1300245],[-1454316,1305629],[-1456460,1303664],[-1457700,1303910],[-1456783,1304323],[-1455480,1303104],[-1455938,1303478],[-1457239,1303523],[-1451553,1298255],[-1451621,1297851],[-1452057,1297215],[-1452033,1297962],[-1452239,1293725],[-1452333,1293025],[-1453442,1294071],[-1451338,1294052],[-1449176,1294211],[-1451363,1294613],[-1450541,1293877],[-1455029,1295761],[-1454809,1298019],[-1455062,1296580],[-1455032,1297233],[-1459051,1304412],[-1458661,1304683],[-1458785,1304414],[-1459053,1303889],[-1459152,1304045],[-1458773,1303528],[-1459074,1303204],[-1457475,1293753],[-1450278,1306087],[-1447470,1307280],[-1448473,1307092],[-1451914,1305984],[-1451803,1307385],[-1449983,1308031],[-1448324,1308661],[-1452998,1306761],[-1451504,1308573],[-1449674,1337679],[-1448878,1337087],[-1446921,1338843],[-1450580,1338204],[-1456986,1333860],[-1457403,1333333],[-1455732,1339707],[-1458648,1345696],[-1453280,1344830],[-1453903,1354631],[-1450187,1349017],[-1452284,1349240],[-1456534,1345973],[-1448469,1346713],[-1449497,1347590],[-1447966,1346452],[-1448010,1345781],[-1449680,1345093],[-1449338,1346477],[-1449316,1345784],[-1448859,1346673],[-1448757,1346355],[-1449292,1346146],[-1449211,1346640],[-1449083,1345846],[-1448596,1347443],[-1446993,1346405],[-1448976,1348019],[-1447858,1347183],[-1448298,1347009],[-1447521,1346699],[-1447962,1344978],[-1447350,1345166],[-1447759,1345826],[-1446788,1347137],[-1446435,1346546],[-1446690,1346217],[-1448703,1345281],[-1449239,1345346],[-1449231,1345913],[-1449582,1346328],[-1449298,1345811],[-1453976,1354644],[-1454286,1354265],[-1448499,1042528],[-1448437,1042691],[-1448436,1042692],[-1448382,1042670],[-1448247,1041617],[-1448569,1041587],[-1448268,1041675],[-1448588,1041436],[-1449063,1041340],[-1448948,1041086],[-1448957,1041269],[-1449117,1041503],[-1449752,1042340],[-1449805,1042004],[-1449848,1042395],[-1449841,1042442],[-1449685,1042409],[-1450186,1041870],[-1450219,1041919],[-1450288,1041964],[-1450300,1041896],[-1447578,1043872],[-1450620,1041917],[-1450490,1041088],[-1447726,1050869],[-1449220,1070349],[-1449377,1070749],[-1449708,1069613],[-1448106,1074716],[-1448360,1075081],[-1448020,1075262],[-1450765,1069399],[-1450529,1068904],[-1449264,1070825],[-1450349,1070664],[-1450871,1072521],[-1450924,1072580],[-1447086,1073285],[-1447403,1072760],[-1450527,1074206],[-1446811,1072417],[-1447502,1073104],[-1447837,1069909],[-1448527,1074397],[-1450696,1077058],[-1450184,1076668],[-1449861,1077788],[-1450904,1077538],[-1449788,1076612],[-1446557,1079268],[-1449932,1077668],[-1447475,1077355],[-1447734,1077723],[-1448762,1078164],[-1458440,1090012],[-1450040,1089445],[-1449126,1088370],[-1447995,1228314],[-1448049,1228938],[-1447516,1228544],[-1447485,1262198],[-1448626,1259538],[-1447147,1260756],[-1447376,1258688],[-1454086,1261688],[-1456074,1262603],[-1455903,1265377],[-1456759,1267319],[-1466622,1282571],[-1466635,1283013],[-1466436,1282569],[-1466819,1282699],[-1466962,1280632],[-1466706,1285019],[-1466113,1285941],[-1466327,1284606],[-1466755,1285413],[-1468838,1304504],[-1468524,1304821],[-1469729,1304110],[-1459334,1304955],[-1466248,1310354],[-1466301,1309757],[-1464365,1310309],[-1464357,1310833],[-1464160,1311707],[-1464102,1310664],[-1470904,1311243],[-1470617,1310924],[-1470301,1310207],[-1471076,1310350],[-1468978,1311581],[-1471052,1313159],[-1469440,1310966],[-1470013,1310824],[-1471107,1312401],[-1465790,1314920],[-1466306,1309267],[-1466248,1309564],[-1461790,1308022],[-1461557,1307555],[-1461118,1308390],[-1462287,1307986],[-1466515,1326721],[-1465104,1327813],[-1465113,1328063],[-1464504,1329427],[-1464287,1329620],[-1460836,1326117],[-1461607,1342594],[-1462099,1341486],[-1462276,1343839],[-1463056,1342743],[-1460492,1343401],[-1459272,1342468],[-1463592,1334085],[-1463386,1333975],[-1470446,1338387],[-1459735,1344426],[-1461762,1345321],[-1461369,1347059],[-1463977,1344270],[-1464798,1344336],[-1464701,1346365],[-1463142,1345675],[-1460273,1346848],[-1461670,1348187],[-1460710,1345392],[-1465877,1344390],[-1459735,1345924],[-1462628,1347567],[-1468654,1347658],[-1469108,1347118],[-1470780,1347709],[-1461685,1352351],[-1463709,1031540],[-1463266,1031627],[-1463100,1031542],[-1463848,1031507],[-1463924,1031657],[-1463969,1032467],[-1464245,1031993],[-1464231,1031810],[-1463333,1032547],[-1463212,1032365],[-1462241,1032425],[-1461713,1025784],[-1461559,1026384],[-1462439,1026880],[-1463377,1027184],[-1462672,1027183],[-1461851,1027677],[-1469365,1042665],[-1464108,1038294],[-1465126,1038468],[-1471770,1060615],[-1471637,1075360],[-1465035,1067604],[-1465229,1067763],[-1467980,1064616],[-1468154,1064298],[-1467657,1074805],[-1467632,1074712],[-1469974,1072671],[-1467370,1072861],[-1464983,1068231],[-1469881,1065182],[-1471551,1062865],[-1470998,1075866],[-1470843,1075652],[-1462431,1081945],[-1466380,1081870],[-1466070,1081646],[-1461623,1084419],[-1459685,1086963],[-1461183,1084214],[-1464715,1077383],[-1464751,1077232],[-1464575,1078947],[-1464430,1078825],[-1466770,1075452],[-1459699,1090894],[-1460175,1091452],[-1464295,1280022],[-1477506,1318246],[-1477838,1318314],[-1473008,1312501],[-1472789,1312185],[-1473042,1312696],[-1472957,1312607],[-1476612,1320540],[-1474528,1320987],[-1474363,1321110],[-1474648,1321231],[-1476561,1320007],[-1475896,1320057],[-1478627,1321348],[-1478525,1321157],[-1477951,1321678],[-1477739,1321685],[-1477649,1321140],[-1477839,1322207],[-1477959,1322291],[-1478442,1322508],[-1478669,1322255],[-1479324,1323041],[-1479466,1322972],[-1478110,1321216],[-1479075,1319616],[-1474045,1322359],[-1473787,1322855],[-1473314,1322944],[-1473748,1322904],[-1477262,1337335],[-1476182,1340251],[-1477512,1340156],[-1478090,1338282],[-1472943,1349120],[-1472790,1354144],[-1472694,1355762],[-1482955,1353979],[-1473642,1347081],[-1472669,1009675],[-1472079,1060754],[-1472949,1057869],[-1479444,1058199],[-1479662,1059106],[-1478085,1056067],[-1477958,1055563],[-1478818,1056095],[-1476858,1058797],[-1473333,1054550],[-1473362,1054779],[-1477332,1058693],[-1484578,1062095],[-1484332,1057433],[-1481746,1056321],[-1481524,1056521],[-1484687,1057348],[-1484514,1056526],[-1476964,1055034],[-1480364,1060847],[-1472885,1057507],[-1473349,1057798],[-1476800,1050877],[-1476953,1051263],[-1477072,1051509],[-1476455,1071655],[-1476125,1072534],[-1478528,1074878],[-1484762,1072608],[-1476283,1071287],[-1476698,1069321],[-1475729,1069338],[-1476819,1068817],[-1484586,1071613],[-1484786,1071922],[-1477221,1068942],[-1478517,1073597],[-1480827,1073962],[-1481214,1073904],[-1481067,1083174],[-1481447,1082801],[-1481759,1082631],[-1481905,1082725],[-1479433,1077496],[-1479572,1076420],[-1479267,1076521],[-1489732,1343236],[-1490351,1343535],[-1492755,1334591],[-1492862,1335228],[-1487765,1334196],[-1493490,1339311],[-1490638,1341996],[-1496137,1344530],[-1487656,1349458],[-1486949,1057195],[-1489715,1057697],[-1489709,1058209],[-1489320,1057698],[-1492252,1060685],[-1492264,1059779],[-1491978,1060171],[-1487615,1062542],[-1491089,1060557],[-1485039,1072023],[-1486278,1071560],[-1486302,1071136],[-1485517,1071884],[-1485153,1072431],[-1485464,1072707],[-1485742,1071981],[-1486257,1072003],[-1489710,1074989],[-1489357,1075108],[-1489355,1074736],[-1485932,1070757],[-1485544,1070596],[-1489563,1063997],[-1489553,1063732],[-1489282,1064352],[-1487438,1062611],[-1487250,1079808],[-1487127,1079754],[-1495135,1079478],[-1514712,995241],[-1514713,995799],[-1515417,994778],[-1519482,1005341],[-134969,230577],[-134794,230469],[-136013,233162],[-128287,250305],[-128091,250261],[-134591,287788],[-132135,286783],[-134127,495063],[-134275,493813],[-133302,493843],[-132530,494984],[-133173,496451],[-134610,496231],[-133476,495802],[-131069,545173],[-131681,545163],[-131773,545853],[-129731,554133],[-129762,553140],[-129332,553188],[-129855,553374],[-129072,555476],[-128317,556518],[-128881,555733],[-128932,555754],[-128885,555494],[-134072,575236],[-132651,574996],[-133581,575757],[-129630,571033],[-132738,576269],[-132228,577419],[-133151,577669],[-129793,608125],[-1531090,1342053],[-1529808,1341363],[-1528976,1341251],[-1526052,1342214],[-1527572,1342236],[-1526343,1342309],[-1530242,1022050],[-1531385,1021080],[-1531589,1022106],[-1530888,1024034],[-1531455,1024150],[-1532434,1018889],[-1532655,1018722],[-1533495,1017517],[-1533329,1017548],[-1533412,1017481],[-1531202,1024792],[-1545790,985335],[-1544999,985481],[-1538400,982442],[-1538270,1026635],[-1539052,1026420],[-1539230,1025691],[-1541687,1027177],[-1541102,1026838],[-1541246,1026299],[-1541409,1026733],[-1541628,1027161],[-1541360,1027627],[-1541311,1028011],[-1540542,1027075],[-1540580,1027627],[-1542053,1029648],[-1539958,1039722],[-1539469,1039723],[-1540091,1040511],[-1540307,1040068],[-1554264,993882],[-1573785,1024989],[-1574164,1024520],[-1573778,1031778],[-1573438,1032702],[-1573587,1030597],[-1573743,1028439],[-1572337,1034660],[-1571689,1035410],[-1571145,1035975],[-1571597,1032581],[-1572357,1031756],[-1573132,1031089],[-1573278,1029439],[-1572873,1034473],[-1572277,1028516],[-1572660,1028552],[-1576169,1021811],[-1575684,1021610],[-1576061,1022551],[-1576381,1022142],[-1575020,1021996],[-1576467,1022895],[-1577734,1021936],[-1577330,1022488],[-1577588,1024095],[-1577368,1023617],[-1575762,1022821],[-1577735,1022216],[-1576157,1024877],[-1575713,1024621],[-1576341,1025280],[-1578960,1024628],[-1577972,1024625],[-1577140,1025550],[-1575491,1031295],[-1575059,1029377],[-1575914,1029521],[-1576711,1024271],[-1576144,1030427],[-1574862,1030592],[-1577010,1030110],[-1575670,1027603],[-1601607,1035993],[-1626428,921491],[-141547,194810],[-142953,239636],[-152730,281319],[-153081,281280],[-152256,281469],[-152346,286931],[-152410,286730],[-152213,284780],[-152293,284334],[-152680,284962],[-149821,291306],[-147797,287043],[-149019,285812],[-148499,285511],[-151298,535536],[-153211,540777],[-152699,540387],[-152376,541507],[-153419,541257],[-151418,539565],[-153355,558948],[-145557,560608],[-143829,561792],[-153367,557493],[-144052,562396],[-143339,561898],[-146099,567145],[-146584,565332],[-146179,565082],[-146456,566092],[-146823,565732],[-148543,588214],[-148060,592340],[-158207,214716],[-154273,283294],[-153758,284361],[-164592,550175],[-160837,548580],[-164623,548017],[-164111,547627],[-163788,548747],[-164831,548497],[-161180,550123],[-158840,549850],[-163071,549441],[-162624,549901],[-163388,549871],[-163302,549261],[-162424,549731],[-161961,543216],[-162573,543209],[-162854,543928],[-163531,542890],[-164963,543227],[-164553,542977],[-164831,543990],[-165199,543630],[-161478,544627],[-161031,545087],[-161795,545057],[-161709,544447],[-160831,544917],[-155468,544248],[-155057,543997],[-155335,545008],[-155703,544648],[-155853,545897],[-155406,546357],[-156170,546327],[-156084,545717],[-155206,546187],[-156362,544877],[-155260,543160],[-155071,542825],[-154641,543909],[-155106,543535],[-157363,545617],[-165789,550202],[-160972,549643],[-160460,549253],[-160137,550373],[-159238,556051],[-158995,556527],[-158561,556026],[-162348,551533],[-165520,550751],[-161615,551684],[-161205,551434],[-161482,552444],[-161850,552084],[-160595,553288],[-160148,553748],[-160912,553718],[-160826,553108],[-159948,553578],[-158172,558129],[-157696,557922],[-157981,558844],[-158308,558442],[-160512,562640],[-160237,562163],[-159997,562743],[-160592,562981],[-160468,562132],[-158883,559955],[-158906,559588],[-158490,559607],[-158678,560254],[-159020,559817],[-157905,563095],[-158347,562329],[-157548,560858],[-153849,558959],[-153894,559658],[-154908,552943],[-154498,552693],[-154775,553703],[-155143,553343],[-156705,552997],[-156951,552584],[-155942,552862],[-156297,553227],[-157324,554016],[-156877,554476],[-157641,554446],[-157555,553836],[-156677,554306],[-155410,554951],[-156022,554941],[-156114,555631],[-157311,561812],[-159922,558687],[-160733,554920],[-160896,553617],[-164409,552062],[-164686,553072],[-165054,552712],[-162529,553837],[-162538,555134],[-162055,554987],[-162373,555691],[-162683,555289],[-165762,557760],[-166256,557740],[-164569,555924],[-163875,558462],[-163376,558099],[-163031,558975],[-164101,558753],[-165237,561886],[-165047,562921],[-165436,562408],[-164316,562085],[-164567,563129],[-165010,552930],[-166222,552307],[-164819,552312],[-163405,562433],[-162451,570340],[-164918,564382],[-164116,566173],[-163734,564260],[-163102,564381],[-163722,565369],[-164230,564425],[-164818,565270],[-162484,564464],[-162013,564289],[-162293,565198],[-162643,564935],[-161992,563439],[-157044,566463],[-155935,564752],[-159566,569296],[-160565,569939],[-160064,570584],[-160728,570318],[-161805,569713],[-161301,569323],[-160978,570443],[-162044,570193],[-163785,577198],[-164397,577188],[-164489,577878],[-166244,577833],[-174022,252962],[-171467,286252],[-170083,289007],[-169905,287138],[-168522,283468],[-169410,284285],[-167928,284772],[-168515,288183],[-167513,291114],[-167829,293746],[-172548,302402],[-172306,299327],[-173316,300860],[-168471,303344],[-169541,302574],[-169561,304241],[-168484,299663],[-172196,436801],[-174165,437635],[-177322,441360],[-176246,443960],[-167109,450725],[-167242,450384],[-171311,450515],[-171249,450599],[-175462,454448],[-174988,454742],[-171277,456461],[-171045,456042],[-172459,464484],[-177610,467432],[-176977,473400],[-172349,470458],[-172313,470483],[-172606,470433],[-172535,470617],[-172611,470630],[-172066,470829],[-171970,471192],[-172062,471038],[-172037,471280],[-172001,470875],[-172467,470440],[-178421,463820],[-178518,463972],[-171107,480120],[-172037,479468],[-172068,479300],[-171951,479370],[-171318,480184],[-170259,480589],[-171128,480647],[-171033,480678],[-170969,479824],[-171194,479673],[-171108,479755],[-171116,479622],[-170314,480673],[-171100,480198],[-170530,480556],[-170971,479604],[-171835,479638],[-171812,479471],[-170103,479478],[-171927,479556],[-170147,480651],[-170219,479472],[-170136,479534],[-170541,481037],[-170727,479931],[-170952,479959],[-170813,480052],[-170619,480065],[-170822,479959],[-170704,479980],[-170572,479923],[-170759,480188],[-170606,480248],[-170521,480174],[-170458,480052],[-170971,479275],[-171604,479442],[-171596,479334],[-171472,479482],[-171611,479225],[-171782,479343],[-171566,479556],[-172090,479284],[-171941,479279],[-171999,479184],[-172032,479170],[-170985,484289],[-170050,484410],[-170711,484463],[-170866,484469],[-170623,485182],[-177362,475835],[-176726,475528],[-177923,497057],[-178292,498376],[-177503,497068],[-178597,497937],[-178132,497192],[-174595,487940],[-174179,486926],[-174862,487187],[-173605,487311],[-174234,488229],[-178901,500817],[-178464,500648],[-178791,499631],[-179131,499908],[-170191,514146],[-169679,513756],[-169356,514876],[-170399,514626],[-176091,531551],[-177887,532127],[-177141,530507],[-177711,530730],[-177525,531404],[-176273,532157],[-175863,531907],[-176140,532917],[-176508,532557],[-169861,529079],[-169452,528832],[-169729,529842],[-170097,529482],[-170126,530365],[-169679,530825],[-170443,530795],[-170357,530185],[-169479,530655],[-171705,529405],[-171258,529865],[-172022,529835],[-171936,529225],[-171058,529695],[-175910,525686],[-175463,526146],[-176227,526116],[-176141,525506],[-175263,525976],[-167315,548881],[-168703,550024],[-168293,549774],[-168938,550424],[-172913,550224],[-171799,550193],[-168566,542706],[-167567,543453],[-167155,543197],[-167584,544323],[-167802,543853],[-168831,544042],[-169454,544333],[-169220,544947],[-172199,545512],[-171789,545262],[-172066,546272],[-172434,545912],[-171970,543999],[-171523,544459],[-172287,544429],[-172201,543819],[-171323,544289],[-172682,545425],[-174408,546500],[-175037,546612],[-174972,547104],[-170326,549128],[-170987,550130],[-171804,547730],[-171292,547340],[-170969,548460],[-172176,548213],[-170394,548226],[-166464,550414],[-168533,550022],[-168086,550482],[-168850,550452],[-168764,549842],[-167886,550312],[-167419,550185],[-167009,549935],[-167654,550585],[-175679,544108],[-176158,543313],[-175943,545865],[-177041,544298],[-168570,550784],[-168714,560971],[-168663,560391],[-169253,560509],[-169796,559695],[-169153,558186],[-168640,559006],[-168668,559622],[-168733,559277],[-168927,558784],[-168781,559569],[-170878,561004],[-170889,561616],[-170165,561690],[-171680,553693],[-170495,555840],[-170268,555690],[-170651,555546],[-169776,556242],[-169740,555771],[-170749,550634],[-175436,561974],[-175844,557124],[-175333,556734],[-175009,557854],[-176052,557604],[-173169,561681],[-172657,561291],[-172334,562411],[-173377,562161],[-173402,563213],[-175346,555711],[-173392,556578],[-174004,556608],[-174096,557283],[-176618,555772],[-174788,557879],[-173149,558268],[-172739,558018],[-173016,559028],[-173384,558668],[-171707,556579],[-171201,556945],[-171897,557062],[-172006,556479],[-171086,556757],[-175587,552083],[-176373,553065],[-177354,554714],[-178429,560476],[-178640,559421],[-177203,563095],[-171634,554622],[-167895,561261],[-167286,550945],[-169863,550973],[-169949,554829],[-169827,555176],[-170353,555179],[-170160,554532],[-169679,554949],[-168941,558777],[-169249,557479],[-167934,559498],[-167524,559248],[-167801,560258],[-168169,559898],[-168521,557226],[-168081,557740],[-168383,557154],[-168878,557255],[-168199,557974],[-167997,558552],[-171978,556022],[-171745,555616],[-171214,556652],[-171850,556427],[-166403,558480],[-178377,559682],[-167106,559234],[-178191,559282],[-178662,559033],[-166625,566293],[-174679,565627],[-175355,565627],[-175459,566239],[-172798,566761],[-172634,566257],[-171696,566882],[-172695,567298],[-174034,564668],[-173889,566144],[-172346,567425],[-167052,569631],[-167450,569882],[-167510,570507],[-168553,569445],[-169165,569435],[-169257,570125],[-176748,565372],[-176850,565461],[-176957,565060],[-167812,564910],[-168453,565627],[-168306,564899],[-178617,565065],[-178105,564675],[-177782,565795],[-178825,565545],[-177009,566091],[-177517,565242],[-166580,579182],[-167079,577103],[-166567,576713],[-167287,577583],[-191110,249222],[-191000,249267],[-190250,283828],[-190425,284954],[-186247,286623],[-183638,284970],[-181002,284663],[-185606,285301],[-185604,284476],[-186863,285540],[-188956,284019],[-183763,456323],[-183309,456061],[-190806,470595],[-190886,472110],[-190441,472756],[-189322,471652],[-189801,470982],[-191189,473397],[-183673,473216],[-185044,471795],[-185445,472570],[-186669,472825],[-186232,470618],[-187911,473032],[-188012,472496],[-183530,473207],[-188264,471567],[-182172,469241],[-182545,469224],[-181706,469393],[-188013,466337],[-190250,467899],[-185577,470419],[-183858,470729],[-183576,473626],[-182450,469063],[-182398,469479],[-183030,468931],[-182592,469438],[-182776,469434],[-182593,469389],[-182938,469023],[-182566,468919],[-182735,469392],[-182988,468993],[-182472,469452],[-182523,469364],[-182430,469367],[-182725,468853],[-182679,468942],[-191409,473496],[-181636,472712],[-183570,471586],[-181737,472282],[-181982,472649],[-183369,472463],[-187627,474265],[-185035,475493],[-186742,474218],[-185092,475783],[-183325,473864],[-186486,485356],[-186936,485245],[-187282,484333],[-186940,483898],[-184544,497921],[-181380,495549],[-181895,494500],[-182221,494756],[-180951,494867],[-181717,494664],[-186774,487228],[-187054,487393],[-180042,486757],[-179705,487192],[-184231,493945],[-183941,493843],[-184535,493055],[-184498,492879],[-179518,500208],[-189344,523196],[-191204,522441],[-191824,522527],[-192116,522960],[-190900,518076],[-190541,516905],[-190736,512920],[-191261,512877],[-190334,563176],[-190828,563156],[-179691,565273],[-179544,566267],[-181722,566772],[-182082,570103],[-182757,570098],[-182746,570760],[-180593,566398],[-180285,565853],[-180840,565386],[-191726,564728],[-190975,563896],[-184228,583959],[-183128,585317],[-182689,584988],[-182359,586095],[-183205,585705],[-182994,635308],[-182420,634801],[-183163,634439],[-182615,634544],[-187423,636653],[-186517,637577],[-187587,637715],[-186325,637786],[-187726,636273],[-183753,635804],[-193402,246308],[-199040,293483],[-200747,290908],[-196502,283467],[-197043,284395],[-195352,284083],[-201114,288280],[-197490,300155],[-196592,303109],[-196223,301332],[-200116,297947],[-198894,298046],[-199987,296649],[-202806,418357],[-203699,418022],[-193927,466021],[-194768,466354],[-194847,465929],[-194543,466371],[-192915,464986],[-192178,463953],[-192734,464727],[-192661,464772],[-192948,464803],[-197378,473528],[-197306,472879],[-196723,473203],[-197236,473608],[-193461,465571],[-193295,465942],[-193852,465936],[-193686,465284],[-193148,465720],[-196106,465914],[-196189,466686],[-196359,466203],[-192118,472583],[-195585,465876],[-193780,481363],[-193419,483738],[-193609,483561],[-193809,482612],[-194341,483284],[-196450,483258],[-196003,483718],[-196767,483688],[-195269,482670],[-195803,483548],[-199040,474545],[-198593,475005],[-199357,474975],[-199271,474365],[-198393,474835],[-193088,483473],[-193429,482931],[-197448,474028],[-194959,481318],[-194573,481816],[-195207,481723],[-195260,481193],[-194468,481703],[-193122,494064],[-192645,494852],[-202440,504184],[-202950,504159],[-203402,504260],[-202075,504279],[-195029,511021],[-194628,511003],[-193347,505577],[-193162,505055],[-195714,503365],[-195346,503233],[-197364,512574],[-196658,513717],[-196924,513644],[-196094,513029],[-197025,512512],[-203565,513357],[-204135,514055],[-203829,514263],[-203674,513141],[-204046,513072],[-195316,523673],[-196262,524318],[-195281,522839],[-195002,522811],[-199735,521850],[-199245,521677],[-202789,520060],[-203560,519511],[-204768,519271],[-204270,518886],[-198029,522266],[-198586,521755],[-194337,517006],[-194636,516899],[-198471,519754],[-197898,519790],[-201702,513801],[-201110,513750],[-194322,525935],[-193509,526263],[-192757,541157],[-193539,540399],[-194465,540016],[-192554,540065],[-195181,564004],[-196019,563696],[-196436,564416],[-196328,563676],[-207066,417693],[-208687,422566],[-211262,422355],[-211651,422320],[-208393,423070],[-205021,504860],[-210642,504848],[-211824,505248],[-212296,507036],[-212063,506708],[-211452,506948],[-212894,506988],[-212135,506543],[-215306,505052],[-214425,504472],[-214783,504984],[-214630,504412],[-214776,504368],[-209747,504116],[-210082,504520],[-211627,503450],[-209211,504245],[-210589,504511],[-209384,504461],[-209693,504336],[-210170,504414],[-209064,504799],[-209419,505062],[-208794,507189],[-208911,507110],[-212098,524708],[-213926,523310],[-213429,523464],[-212000,525740],[-216987,613838],[-217529,625561],[-228008,291156],[-225642,509783],[-225697,509310],[-225629,509224],[-225520,509148],[-225353,509064],[-228335,508782],[-228145,509041],[-227521,509413],[-227719,509262],[-228488,508310],[-226071,511132],[-226391,510704],[-226788,510754],[-225704,510667],[-226323,510936],[-223074,515540],[-223742,512995],[-222573,513381],[-222281,513620],[-222992,513050],[-222819,513400],[-223056,513448],[-228321,512574],[-228394,512982],[-226791,517176],[-226978,517646],[-227237,517566],[-227051,517594],[-226663,517312],[-229693,523125],[-219941,516091],[-219695,515989],[-224763,524685],[-230039,524723],[-229645,524631],[-230361,534360],[-230339,533840],[-230279,533632],[-227568,530558],[-227559,530023],[-227032,530411],[-226912,530197],[-226795,529830],[-228535,535522],[-228083,535019],[-227920,535775],[-228373,536206],[-228613,536222],[-218339,531566],[-219122,532127],[-227652,525957],[-228658,526199],[-224595,525005],[-224619,555446],[-218055,625380],[-218689,625677],[-235606,288870],[-234062,291049],[-235279,292120],[-233914,292086],[-235397,295564],[-232424,296402],[-233685,295089],[-240068,459453],[-240427,459423],[-239596,459603],[-232194,454432],[-232461,454443],[-239631,449456],[-240152,450715],[-242973,455408],[-242929,455777],[-239551,462923],[-241694,461523],[-239637,462483],[-240034,463123],[-241160,462573],[-239730,469369],[-239041,470425],[-239913,470817],[-241113,470157],[-241209,468558],[-239835,468099],[-240642,468996],[-242947,463727],[-242998,467150],[-241990,471862],[-242040,471148],[-242047,468799],[-242715,468643],[-241370,476366],[-240453,476602],[-241289,477623],[-240794,477976],[-241060,476933],[-243137,479945],[-242549,479108],[-242633,479295],[-242616,479752],[-240889,480216],[-240571,480892],[-237814,474685],[-238177,475335],[-230905,509770],[-231038,510295],[-230658,509010],[-231116,509070],[-230558,509582],[-235195,501936],[-235544,501336],[-239999,505008],[-239784,505025],[-243188,502608],[-240338,519361],[-241264,520282],[-240399,519265],[-241154,523598],[-230969,521110],[-232189,522681],[-231196,521430],[-231762,522453],[-231825,522623],[-233603,521224],[-232435,521428],[-233063,521846],[-234432,523052],[-233188,521697],[-237662,523519],[-236969,522000],[-237301,523167],[-236589,522649],[-237366,522503],[-230630,523658],[-230660,524052],[-230653,524900],[-231275,523623],[-232202,520981],[-231756,521096],[-235204,517069],[-235174,516839],[-242360,526709],[-239365,526157],[-240503,527713],[-240478,527299],[-242339,526724],[-239123,525866],[-239071,528129],[-239847,527452],[-239301,526305],[-238944,527596],[-231673,533720],[-231765,532915],[-240123,620613],[-239351,620751],[-239497,619932],[-239274,620444],[-240999,620321],[-9481,648769],[-9244,649206],[-9871,648044],[-247015,457807],[-244380,457532],[-243792,457253],[-245773,467390],[-246154,467985],[-246537,467235],[-245962,467042],[-246272,466433],[-247903,470768],[-249481,467353],[-249113,468505],[-251179,468338],[-249475,468701],[-250538,469121],[-249954,469296],[-251504,470130],[-247295,468409],[-248196,468090],[-246678,471059],[-247819,468599],[-246200,469494],[-246100,469487],[-246603,471650],[-244602,465243],[-243266,462708],[-243943,466896],[-246779,468680],[-248654,463424],[-247389,463747],[-246769,462859],[-252833,464943],[-252283,466724],[-253914,464272],[-247655,473768],[-246621,470549],[-245720,470880],[-250652,466367],[-251069,466705],[-247813,473903],[-247125,473886],[-247779,475013],[-246888,474072],[-243297,479605],[-246569,480558],[-246485,480304],[-244294,478344],[-244450,479138],[-246962,477345],[-245974,476607],[-246518,494611],[-245572,494417],[-243799,502739],[-243652,506680],[-243825,507342],[-245535,520263],[-245710,520046],[-245598,520016],[-244218,523126],[-245065,521998],[-243589,522676],[-247540,524762],[-243263,524963],[-247227,521623],[-246186,521200],[-246299,521388],[-246785,521396],[-246283,520764],[-243544,524540],[-247791,526450],[-247673,525367],[-248184,525746],[-243886,617913],[-244079,619198],[-244842,618433],[-244114,619471],[-243753,617434],[-257917,464790],[-258900,464558],[-259566,463314],[-258767,461955],[-258535,462611],[-259294,464590],[-259597,464526],[-259208,466220],[-260488,465010],[-258282,465655],[-258201,466312],[-256831,465957],[-257959,463444],[-270811,620030],[-286956,562505],[-284531,601665],[-289232,600533],[-289172,601829],[-290070,601227],[-289193,600039],[-285017,602447],[-284231,602436],[-284216,602119],[-289152,602106],[-285936,602327],[-319911,196770],[-328723,191642],[-328411,192198],[-328034,197354],[-326684,202571],[-331787,195423],[-330112,482322],[-344357,170652],[-344280,193445],[-344265,192808],[-344236,192415],[-344541,192380],[-343042,192790],[-338202,365199],[-338541,365151],[-338158,365635],[-338476,365165],[-334481,365951],[-337433,365384],[-337926,365495],[-338355,361600],[-338617,361854],[-339127,365509],[-338795,365656],[-338790,365212],[-338731,365328],[-339176,365338],[-338960,365309],[-337829,364668],[-338836,364833],[-335951,360758],[-335730,360560],[-335934,360684],[-336176,361406],[-336073,361245],[-340285,363227],[-340465,362688],[-340854,362540],[-338282,365320],[-337451,365347],[-343260,473236],[-336899,473636],[-340168,473013],[-339805,472753],[-340115,473753],[-340449,473393],[-343534,479953],[-341964,480386],[-340653,480185],[-341967,478776],[-342760,479093],[-340044,481312],[-341635,481717],[-340160,481064],[-344312,474896],[-345400,474346],[-344851,481549],[-345523,481555],[-332912,483032],[-333529,483067],[-333660,483707],[-333884,481389],[-335140,481819],[-334710,481569],[-334982,482579],[-335355,482219],[-343414,475326],[-337300,473909],[-337140,474652],[-337520,474309],[-338306,475522],[-337845,475954],[-338593,475970],[-338560,475356],[-337669,475773],[-345431,483277],[-345043,477913],[-344699,477728],[-345460,477974],[-352191,209899],[-351575,209091],[-352928,209332],[-353964,209507],[-353057,208864],[-352200,361699],[-351795,361748],[-352217,361133],[-352436,362887],[-351342,361087],[-354749,361294],[-354656,361441],[-355569,361676],[-355078,361108],[-355145,361927],[-346622,483943],[-347931,484409],[-348008,483050],[-346599,482257],[-346774,482958],[-347380,479778],[-350410,485635],[-347266,475198],[-346923,475493],[-346897,474714],[-345639,482145],[-346975,485020],[-349435,487455],[-349926,487633],[-349927,488303],[-348003,559525],[-347479,559369],[-348423,560092],[-364277,174752],[-365354,175317],[-369210,183614],[-369239,194661],[-368946,207767],[-362283,216514],[-361638,209039],[-366194,216776],[-359131,211379],[-359876,212629],[-359465,212367],[-358816,212250],[-359549,211981],[-367329,221421],[-366700,219261],[-369547,256185],[-369603,256109],[-370060,256476],[-369298,256342],[-369242,256395],[-369084,257444],[-368949,257440],[-369569,257489],[-369386,256362],[-369523,256315],[-369365,256200],[-370032,256368],[-369915,256226],[-369934,256293],[-369879,256217],[-369983,257225],[-369927,257254],[-369769,258288],[-369634,258272],[-370254,258418],[-370071,257247],[-370208,257193],[-370050,257066],[-370600,257061],[-370619,257126],[-370564,257078],[-370232,257016],[-370288,256948],[-370745,257305],[-370717,257215],[-366677,343189],[-367739,343779],[-366777,342258],[-367133,342978],[-365859,344252],[-365176,342311],[-364499,342375],[-364624,342044],[-364516,341962],[-370060,344298],[-369629,343995],[-369051,345402],[-367210,343964],[-359333,347131],[-359483,347472],[-359174,347301],[-359279,347253],[-360380,347181],[-369018,346217],[-369336,346374],[-368815,346000],[-368830,345811],[-359798,347247],[-369160,559420],[-368142,557658],[-367771,558420],[-367959,557101],[-368121,557191],[-368457,558761],[-23231,234454],[-22924,234439],[-14831,254918],[-15134,255658],[-14468,255660],[-16604,256258],[-16799,257306],[-17535,256483],[-17784,257418],[-23284,274362],[-375919,169570],[-383464,185604],[-382693,184860],[-382477,185511],[-381172,184722],[-372873,187156],[-372459,186904],[-372825,187915],[-373108,187556],[-380528,184472],[-383901,184812],[-376621,195233],[-375759,192520],[-375349,192270],[-375541,193162],[-376091,193101],[-373266,195199],[-378588,201577],[-377030,203030],[-374296,242807],[-374486,242033],[-375162,243204],[-372856,242734],[-371388,242308],[-381824,242266],[-381753,241692],[-378761,242896],[-372521,243311],[-380422,242051],[-380480,242053],[-380484,242187],[-380338,242392],[-373472,243548],[-376977,247308],[-377678,244824],[-377529,244853],[-377294,245887],[-377142,245871],[-378016,246017],[-377751,244846],[-377825,244792],[-377661,244665],[-378081,244814],[-377949,244660],[-377951,244725],[-378030,244677],[-377653,244615],[-377734,244547],[-375274,247087],[-375004,247098],[-375033,247013],[-375002,246762],[-383242,247384],[-383123,247626],[-383139,247585],[-382977,247514],[-380989,249927],[-381106,249747],[-381176,249866],[-381198,250031],[-381484,246802],[-380722,246722],[-380666,246751],[-380508,247785],[-380373,247769],[-380993,247915],[-380810,246744],[-380947,246690],[-380789,246563],[-381456,246712],[-381339,246558],[-381358,246623],[-381303,246575],[-380971,246513],[-381027,246445],[-379881,246577],[-379119,246497],[-379063,246526],[-378905,247560],[-378770,247544],[-379390,247690],[-379207,246519],[-379344,246465],[-379186,246338],[-379853,246487],[-379736,246333],[-379755,246398],[-379700,246350],[-379368,246288],[-379424,246220],[-383119,247750],[-382357,247670],[-382301,247699],[-382143,248733],[-382008,248717],[-382628,248863],[-382445,247692],[-382582,247638],[-382424,247511],[-383091,247660],[-382974,247506],[-382993,247571],[-382938,247523],[-382606,247461],[-382662,247393],[-383689,246172],[-383633,246201],[-383475,247235],[-383340,247219],[-383960,247365],[-383777,246194],[-383914,246140],[-383756,246013],[-383938,245963],[-383994,245895],[-380854,245964],[-380718,246198],[-380746,246169],[-380601,246102],[-383867,245830],[-381624,246421],[-378019,244904],[-375608,247860],[-375610,248700],[-375552,248701],[-376354,248768],[-376287,248873],[-376784,248474],[-375645,248619],[-375594,248476],[-375431,248608],[-375586,247930],[-375405,248024],[-375455,247998],[-375492,248110],[-375306,248367],[-375282,248334],[-377530,246885],[-377167,247606],[-377078,247589],[-377571,248088],[-377443,248152],[-377240,247551],[-377270,247400],[-377059,247437],[-377511,246925],[-377309,246918],[-377355,246923],[-377372,247028],[-377041,247174],[-377058,247127],[-375692,253015],[-375157,253037],[-375076,252911],[-374342,253318],[-374233,253212],[-374729,253949],[-375218,253081],[-375355,253054],[-375289,252885],[-375735,253056],[-375718,252884],[-375695,252911],[-375699,253011],[-375440,252735],[-375531,252758],[-376491,251806],[-375728,252070],[-375683,252032],[-375793,252873],[-375660,252853],[-376287,253132],[-375818,252075],[-375938,251978],[-375754,251871],[-376439,251795],[-376288,251656],[-376323,251699],[-376255,251756],[-375921,251685],[-375957,251642],[-374125,251208],[-374316,251021],[-374271,251054],[-374375,251176],[-376046,253178],[-374765,248475],[-379008,250981],[-378198,248011],[-375742,344118],[-375801,343416],[-375772,343555],[-375925,343808],[-378295,342540],[-378654,342541],[-378722,342623],[-378219,342737],[-380471,342583],[-380989,344981],[-380715,344837],[-383533,344825],[-383340,345078],[-383269,345086],[-383325,345005],[-383440,344895],[-383090,345228],[-383970,349092],[-382704,533112],[-382883,533000],[-381846,533401],[-382625,533002],[-382528,533019],[-382542,532879],[-382738,532663],[-382669,532782],[-382657,532633],[-381871,533323],[-381416,532660],[-382690,533127],[-381438,532519],[-382086,533240],[-382516,532651],[-383298,532274],[-381343,532576],[-381473,531985],[-381732,533439],[-381578,531930],[-381484,531929],[-382085,533447],[-382116,532927],[-382312,533002],[-382543,533019],[-382409,533100],[-382196,533052],[-382414,533034],[-382289,533031],[-382145,532966],[-382348,533153],[-382186,533162],[-382090,533084],[-382026,533021],[-382490,532376],[-383100,532319],[-383089,532249],[-382974,532373],[-383084,532113],[-383255,532162],[-383074,532425],[-377638,535095],[-377575,535018],[-377574,535283],[-377463,535309],[-376783,536085],[-376572,535358],[-376024,535507],[-377622,535160],[-377377,534621],[-377459,534754],[-377271,534671],[-377401,534882],[-377456,534634],[-377780,534290],[-377719,534153],[-377785,534169],[-377709,535036],[-377342,535539],[-377418,535472],[-377177,536096],[-376935,535961],[-376976,535888],[-377017,535860],[-377125,535693],[-376297,534974],[-376355,535070],[-376240,535079],[-376046,534752],[-375990,534815],[-375955,534834],[-377355,533938],[-377199,533875],[-377335,533777],[-382209,533366],[-381335,533735],[-382227,533906],[-382132,533926],[-382118,533058],[-382267,533007],[-382300,532879],[-381397,533829],[-381112,532648],[-382198,533444],[-381181,532592],[-381620,533738],[-382159,532843],[-381076,532649],[-381418,532636],[-381220,533784],[-381537,532645],[-381455,532698],[-381586,534219],[-381691,532942],[-381863,533135],[-382077,533189],[-381930,533265],[-381749,533257],[-381949,533174],[-381836,533181],[-381720,533111],[-381865,533394],[-381714,533437],[-381646,533355],[-381598,533226],[-382206,532519],[-378477,530558],[-378407,530434],[-378355,530714],[-378232,530685],[-377615,531350],[-377222,530247],[-376938,530357],[-378470,530636],[-378485,530060],[-378477,530193],[-378341,530042],[-378338,530262],[-378563,530111],[-379205,530076],[-379181,529909],[-379296,529994],[-378688,530622],[-378402,531116],[-378497,531085],[-377910,531475],[-377516,531089],[-377683,531111],[-377628,531027],[-377899,530994],[-377303,529908],[-377254,529973],[-377204,529977],[-377588,529910],[-377472,529916],[-377505,529972],[-379406,529906],[-379321,529808],[-379437,529738],[-381471,531713],[-381394,531822],[-381534,531609],[-381537,531673],[-382311,531417],[-381386,532324],[-381958,532495],[-381540,531659],[-381520,532234],[-381481,532088],[-381497,532284],[-381455,532047],[-381528,532163],[-381765,532102],[-381710,532261],[-381806,532175],[-381656,531652],[-382224,531414],[-382199,531411],[-382151,531158],[-381782,531536],[-381930,531517],[-381745,531557],[-381876,531561],[-381656,532754],[-381558,532668],[-381675,532716],[-382368,532908],[-382320,532918],[-382451,532896],[-382519,532468],[-382585,532613],[-382466,532614],[-381389,537510],[-381765,536483],[-381709,536322],[-381633,536440],[-381590,537461],[-381115,537322],[-381226,537079],[-381198,537193],[-381133,537073],[-380010,537608],[-381417,537581],[-380010,537528],[-380999,537129],[-381746,536731],[-381643,536597],[-379959,537636],[-380101,537451],[-381779,536614],[-380196,537388],[-380148,537483],[-380708,537483],[-380961,537535],[-381173,537447],[-381099,537597],[-380928,537704],[-381061,537510],[-380964,537589],[-380816,537604],[-381114,537742],[-380776,537773],[-380831,536842],[-381452,536675],[-381392,536585],[-381359,536775],[-381343,536484],[-381550,536501],[-381479,536793],[-381777,536297],[-381644,536366],[-381642,536255],[-381664,536226],[-377228,536147],[-377641,535503],[-377640,535439],[-376787,534834],[-376862,534721],[-376453,535209],[-377582,535571],[-377569,535718],[-377753,535634],[-377320,536163],[-377511,536128],[-377444,536115],[-377512,536088],[-377716,535819],[-377752,535899],[-383357,531612],[-383384,531502],[-383250,531483],[-383325,532377],[-383401,532263],[-383532,531981],[-383384,531999],[-383425,531876],[-383458,531860],[-383334,532860],[-383384,532697],[-383273,532755],[-382425,533459],[-382369,532938],[-383029,532985],[-383026,532817],[-383135,532916],[-382820,532762],[-382826,532653],[-382684,532785],[-382862,532550],[-383016,532687],[-382765,532870],[-383340,532668],[-383194,532645],[-383270,532560],[-383305,532550],[-380869,538338],[-381616,537958],[-381547,538031],[-380944,538384],[-381076,538175],[-380800,538448],[-381312,538588],[-381005,537870],[-380890,537848],[-384006,172195],[-384171,183899],[-385043,184879],[-387339,198672],[-384919,198578],[-390303,239649],[-389878,239674],[-390410,239806],[-390336,240317],[-389755,241302],[-389058,242099],[-389578,241500],[-389620,241594],[-389569,241319],[-391613,246597],[-391494,246839],[-391510,246798],[-391348,246727],[-384451,246252],[-384423,246162],[-384306,246008],[-384325,246073],[-384270,246025],[-385492,246070],[-385687,245372],[-385731,245312],[-384912,244826],[-384993,244705],[-384470,245235],[-385636,245448],[-385656,245596],[-385841,245489],[-385540,246072],[-385736,246013],[-385678,246010],[-385679,245971],[-385900,245680],[-385924,245754],[-389814,245163],[-389052,245083],[-388996,245112],[-388838,246146],[-388703,246130],[-389323,246276],[-389140,245105],[-389277,245051],[-389119,244924],[-389786,245073],[-389669,244919],[-389688,244984],[-389633,244936],[-389301,244874],[-389357,244806],[-391350,246730],[-390588,246650],[-390532,246679],[-390374,247713],[-390239,247697],[-390859,247843],[-390676,246672],[-390813,246618],[-390655,246491],[-391322,246640],[-391205,246486],[-391224,246551],[-391169,246503],[-390837,246441],[-390893,246373],[-388121,244676],[-387359,244596],[-387303,244625],[-387145,245659],[-387010,245643],[-387630,245789],[-387447,244618],[-387584,244564],[-387426,244437],[-388093,244586],[-387976,244432],[-387995,244497],[-387940,244449],[-387608,244387],[-387664,244319],[-388534,247851],[-388675,248508],[-388801,248544],[-389722,248093],[-389812,248216],[-389326,247598],[-388644,248423],[-388559,248343],[-388575,248548],[-388421,247920],[-388396,248107],[-388444,248055],[-388348,248120],[-388554,248436],[-388449,248426],[-387826,246623],[-387395,247341],[-387352,247320],[-388041,247816],[-387935,247876],[-388535,247757],[-387465,247288],[-387493,247138],[-387287,247170],[-387765,246665],[-387562,246655],[-387621,246660],[-387588,246768],[-387308,246905],[-387299,246860],[-389587,245239],[-386885,246819],[-391698,248656],[-387524,249070],[-386762,248990],[-386706,249019],[-386548,250053],[-386413,250037],[-387033,250183],[-386850,249012],[-386987,248958],[-386829,248831],[-387496,248980],[-387379,248826],[-387398,248891],[-387343,248843],[-387011,248781],[-387067,248713],[-389184,249678],[-389065,249920],[-389081,249879],[-388919,249808],[-387537,247838],[-387667,247879],[-387516,247791],[-386688,248451],[-386610,248370],[-387121,248966],[-387682,247916],[-387717,247868],[-387709,247703],[-387682,247843],[-387703,247665],[-387652,247706],[-387804,247775],[-387623,247555],[-387724,247549],[-395812,247518],[-395050,247438],[-394994,247467],[-394836,248501],[-394701,248485],[-395321,248631],[-395138,247460],[-395275,247406],[-395117,247279],[-395784,247428],[-395667,247274],[-395686,247339],[-395631,247291],[-395299,247229],[-395355,247161],[-396659,249032],[-396601,249043],[-396776,249980],[-396748,249011],[-396631,248840],[-389958,250255],[-395349,247182],[-389504,250986],[-396739,248656],[-396765,248587],[-396766,247647],[-396543,247797],[-396529,247734],[-396373,247552],[-384805,339044],[-384769,339246],[-384531,338903],[-384638,341996],[-384457,345488],[-384350,345622],[-384014,345784],[-384090,345904],[-384007,349249],[-384542,349241],[-384512,349099],[-384323,349077],[-384413,349085],[-384250,348917],[-401823,184157],[-407621,230034],[-406554,229751],[-407771,229120],[-408305,243041],[-403522,244887],[-402891,245000],[-402793,244995],[-402656,245968],[-402504,245952],[-403282,246160],[-402979,245012],[-403094,244930],[-402916,244813],[-403526,244835],[-403386,244686],[-403403,244742],[-403400,244748],[-403024,244686],[-403090,244628],[-397317,248647],[-397471,249960],[-397269,248616],[-397086,248525],[-397130,248566],[-397085,248597],[-406213,245824],[-407240,243762],[-407466,243549],[-406161,244799],[-405785,245470],[-405792,245722],[-406246,245770],[-406438,244953],[-405447,244695],[-405486,244598],[-406449,245181],[-406602,245078],[-406339,245716],[-406511,245655],[-406444,245669],[-406501,245564],[-406620,245329],[-406677,245373],[-407421,243809],[-407507,243586],[-406457,244955],[-405235,244943],[-406420,245030],[-396913,249948],[-396838,248889],[-421376,186966],[-416878,204680],[-420745,527944],[-420692,528451],[-420854,528731],[-424822,204132],[-423754,204236],[-424516,204753],[-423981,204746],[-427135,217591],[-423991,205197],[-427686,218739],[-427894,217826],[-428299,218512],[-428674,218446],[-435079,433531],[-435151,439762],[-434153,438228],[-433743,437978],[-434020,438988],[-434388,438628],[-433698,441769],[-432326,441302],[-424348,524729],[-424911,525874],[-425415,524930],[-424074,524340],[-421556,528352],[-425020,526147],[-422311,527797],[-435654,433591],[-435504,434257],[-436120,430785],[-442411,426971],[-439910,430814],[-436847,436676],[-436335,436286],[-436012,437406],[-437055,437156],[-443035,439479],[-443644,439561],[-443778,440166],[-435798,439472],[-435351,439932],[-436115,439902],[-436029,439292],[-444496,441035],[-447243,440034],[-446223,441833],[-445399,441647],[-447688,438864],[-447612,439147],[-446048,439048],[-437030,441201],[-437683,441210],[-437738,440837],[-437522,441027],[-442242,546093],[-441812,546361],[-443150,546172],[-446680,85921],[-447003,86668],[-443393,101211],[-443948,100517],[-443826,98793],[-443106,100657],[-447730,101427],[-447693,102303],[-447228,108815],[-447225,107134],[-448551,562275],[-456669,76487],[-456417,76776],[-452162,79482],[-451538,80463],[-451230,81970],[-450267,82722],[-451442,82071],[-449193,85040],[-458245,84490],[-456508,80345],[-456284,80728],[-456968,80600],[-455483,86047],[-453780,79166],[-459865,83320],[-452949,89687],[-448158,91796],[-452873,91832],[-455492,91877],[-451519,95577],[-452227,100154],[-455172,99927],[-455496,100340],[-451910,90487],[-457702,92616],[-449072,102034],[-453016,92605],[-451447,94671],[-452310,95022],[-451889,93582],[-451841,97166],[-455923,98722],[-460297,114547],[-451906,105590],[-451956,104772],[-452126,106661],[-452331,104017],[-457869,107352],[-456772,107321],[-456260,108930],[-458149,107715],[-456599,108434],[-454656,107940],[-455292,108511],[-460245,115963],[-459888,117557],[-457684,118520],[-454058,124574],[-455178,123096],[-455744,122541],[-456887,123730],[-457008,124515],[-453874,123890],[-459504,123790],[-473525,141272],[-471469,88916],[-461206,85239],[-461941,85445],[-461710,84612],[-462033,107711],[-461887,107980],[-461692,107162],[-469592,116507],[-485799,132659],[-474026,141817],[-474163,142065],[-474595,142309],[-486549,131407],[-487362,129505],[-486483,130287],[-487162,132746],[-37726,388949],[-36106,386323],[-37770,387172],[-37609,390477],[-35998,393113],[-35721,395750],[-32485,389879],[-36241,389362],[-35650,389103],[-35498,388634],[-36083,388775],[-35507,388757],[-36111,388958],[-35871,389245],[-35167,387847],[-35078,388435],[-35545,388442],[-32231,429820],[-32933,426813],[-33541,428569],[-35457,431563],[-32486,432425],[-33136,426692],[-35702,428393],[-38313,428836],[-30497,434171],[-506850,575310],[-547841,220590],[-548816,220689],[-545636,221935],[-546208,222748],[-542522,531799],[-548161,62786],[-549332,65268],[-549043,64311],[-548405,68697],[-548105,67798],[-551133,574910],[-552585,573492],[-551802,573335],[-553081,573178],[-553027,573355],[-551623,574078],[-568389,375595],[-572666,427834],[-569464,504208],[-584521,133819],[-583935,136931],[-583976,139120],[-584619,230032],[-588412,224547],[-587450,226051],[-586766,227776],[-588491,227888],[-588747,229011],[-586025,233497],[-586333,231325],[-585801,231918],[-583886,337074],[-583307,337543],[-583100,336741],[-583086,337307],[-584487,336422],[-582228,360720],[-580247,360335],[-580462,361290],[-579726,360086],[-579916,359998],[-581207,360924],[-580070,445593],[-579301,445633],[-579585,444865],[-579266,445312],[-584198,443493],[-584186,444782],[-585056,444139],[-584191,445071],[-584151,443015],[-580965,445418],[-579899,534942],[-580183,535037],[-580485,534596],[-579455,534391],[-577626,532477],[-578448,533666],[-597874,1778845],[-601370,1779246],[-598458,1777408],[-598912,1779172],[-599491,1778663],[-597427,1779759],[-599018,1782282],[-594789,1794166],[-594017,1797576],[-591392,1802616],[-600004,182637],[-600428,180650],[-599477,181086],[-599824,181751],[-593652,229711],[-594599,229971],[-590509,222812],[-590317,230137],[-590784,223280],[-585970,332962],[-586708,334020],[-587027,332993],[-586891,334243],[-585665,332591],[-598516,416293],[-597999,416522],[-599112,416519],[-593421,119849],[-593354,118873],[-593410,120149],[-596762,125106],[-595876,117092],[-594861,118176],[-595201,119530],[-597969,119651],[-596545,116910],[-597968,117936],[-599859,124261],[-597472,123952],[-594191,116816],[-609035,1774838],[-608026,1771914],[-609474,1773083],[-609735,1771665],[-608869,1772799],[-611564,1776040],[-612896,1773751],[-609808,1777845],[-610231,1777768],[-609187,1777218],[-608743,1778382],[-608874,1778446],[-608070,1779073],[-609335,1777706],[-605934,1775866],[-606144,1775466],[-606443,1777250],[-606093,1777020],[-605447,1777001],[-605462,1775713],[-610863,1791246],[-612770,1793406],[-611893,1793176],[-613966,1793171],[-613839,1793551],[-610048,1794276],[-610091,1794656],[-600695,180096],[-600779,180255],[-610772,217553],[-610427,216902],[-613920,218811],[-613927,218305],[-612275,221610],[-612349,218059],[-607333,219317],[-605239,220599],[-604283,221357],[-604663,223912],[-605464,225175],[-602691,221825],[-602481,219747],[-610147,227629],[-611935,226163],[-609763,227666],[-605619,231147],[-609743,95335],[-627133,1739452],[-622517,1736805],[-622216,1737220],[-623041,1736243],[-626863,1741112],[-617060,1745338],[-617415,1747935],[-620329,1756659],[-618975,1755365],[-618894,1756678],[-619803,1755581],[-618933,1760508],[-619406,1757145],[-619788,1757101],[-618955,1757265],[-619040,1760059],[-619470,1760667],[-620765,1760000],[-615132,1790141],[-622988,217656],[-623066,218192],[-621756,221063],[-616521,218407],[-616840,222210],[-621903,221581],[-621653,220076],[-619961,35692],[-619648,36416],[-619089,35845],[-619346,36297],[-619949,31081],[-621095,31653],[-620914,30591],[-621354,31792],[-619500,30928],[-620209,34795],[-620991,95788],[-618535,94783],[-50766,299067],[-46771,363830],[-43623,362521],[-44197,362817],[-47213,362494],[-46587,364904],[-48151,364657],[-44613,363541],[-42251,362607],[-43739,361860],[-50330,432400],[-47417,431574],[-44861,432038],[-44357,426475],[-42540,425265],[-44208,424632],[-43069,423810],[-43196,424409],[-44077,422890],[-41521,426711],[-41731,426012],[-42815,426499],[-44955,430904],[-44472,430614],[-44656,430199],[-46303,430577],[-45596,427304],[-45118,427359],[-47075,429654],[-45974,427343],[-40619,424446],[-42452,423326],[-47948,426150],[-48004,424955],[-49237,426208],[-43546,427333],[-41637,427458],[-41447,427479],[-44457,427512],[-42156,432698],[-44034,436483],[-41913,438633],[-42259,436847],[-44873,630945],[-44181,632034],[-44443,631948],[-43977,630762],[-45015,631887],[-50379,630060],[-637321,-169907],[-639151,1700712],[-639414,1701759],[-639624,1699151],[-638333,1699654],[-639533,1699872],[-639315,1706678],[-639927,1706668],[-639344,1707518],[-639320,1707089],[-638644,1708056],[-637176,1727506],[-637023,1727571],[-638845,1725877],[-639117,1726616],[-638147,1729765],[-638131,1730215],[-627693,1740222],[-627383,1740322],[-628353,1740202],[-627613,1739252],[-629135,1740596],[-634246,1749545],[-634516,1750775],[-635786,1749125],[-634726,1747925],[-633426,1748565],[-634626,1748635],[-636046,1747295],[-634836,1747165],[-636256,1748085],[-635256,1749545],[-634096,1748675],[-636866,1748035],[-635599,1749065],[-634850,1745851],[-634342,1745935],[-634797,1750414],[-635532,1749861],[-634793,1749966],[-636097,1747743],[-636022,1748283],[-636183,1747225],[-636975,1749517],[-636319,1750838],[-633933,1746941],[-631859,1742064],[-632914,1745410],[-632605,1745594],[-633254,1745040],[-630528,1744236],[-631974,1742497],[-631337,1742096],[-630525,1743023],[-628820,267103],[-642754,-150467],[-642796,-150840],[-644084,-179252],[-652120,1692253],[-652731,1692809],[-651576,1694244],[-651485,1694321],[-640308,1701582],[-640685,1700383],[-642519,1701369],[-646509,1693607],[-640480,1703686],[-642151,1703175],[-643867,1702898],[-642419,1702686],[-640820,1704763],[-641072,1710022],[-642247,1710657],[-642723,1710907],[-643561,1711435],[-640019,1707358],[-640281,1727051],[-640200,1725075],[-641449,1727603],[-641643,1727089],[-642057,1726211],[-643305,1732564],[-645819,1731740],[-646065,1736328],[-647752,1733738],[-648946,1734928],[-647500,1734938],[-643569,1734087],[-643726,1734487],[-644067,1733357],[-642500,1733940],[-641793,1735335],[-641689,1735839],[-641200,1732880],[-640992,1734526],[-641858,1733612],[-640800,1733873],[-642031,1733104],[-642725,1736356],[-643340,1734144],[-644950,1736348],[-642133,1735143],[-643715,1736802],[-643209,1733585],[-642845,1732931],[-644210,1732752],[-645704,1735932],[-642789,1735229],[-640974,1735121],[-641121,1732827],[-641492,1732101],[-640080,1732503],[-642423,1732367],[-644246,1738140],[-644202,1738279],[-643461,1737579],[-645004,1738622],[-647714,1737951],[-648002,1737632],[-646839,1737833],[-647292,1730170],[-646723,1729617],[-648962,1753368],[-650357,1752468],[-652162,1753668],[-648394,1751481],[-646471,1751384],[-646018,1752278],[-648129,1744809],[-647032,1743490],[-647482,1754808],[-649206,1754158],[-650359,1754598],[-651113,1756318],[-648391,1757188],[-651574,1755078],[-650236,1756088],[-651761,1754558],[-648434,1757568],[-647365,1754828],[-649155,1758100],[-647975,1757301],[-648367,1756802],[-648567,1758574],[-647917,1758525],[-646523,192589],[-652545,124269],[-652193,119491],[-651699,119435],[-655025,-137066],[-658084,1599482],[-653951,1692602],[-655474,1693701],[-652871,1690766],[-653577,1695826],[-655239,1692401],[-654598,1693951],[-655140,1691855],[-653800,1696137],[-655030,1690888],[-663754,1702385],[-661319,1699891],[-661669,1699731],[-660962,1700200],[-663928,1701216],[-662130,1703309],[-662075,1702868],[-662709,1703317],[-663741,1711353],[-663481,1708717],[-662432,1713989],[-659398,1713392],[-661135,1712728],[-660073,1711746],[-660632,1713048],[-664164,1712926],[-663005,1711572],[-664841,1711763],[-665152,1712174],[-665352,1711187],[-665409,1711227],[-661679,1711800],[-661575,1711927],[-661252,1710930],[-662119,1712580],[-659119,1717397],[-659142,1720486],[-658143,1718920],[-655751,1717988],[-657997,1719383],[-657420,1720068],[-658593,1719228],[-658925,198189],[-656549,34015],[-653397,123955],[-653258,124708],[-652943,124680],[-653462,119767],[-653014,118788],[-653732,119817],[-653429,123050],[-668897,-147609],[-669162,-147250],[-669350,-147044],[-671014,-147279],[-667552,-145590],[-667921,-144165],[-686265,-191683],[-685644,-191757],[-678710,-180479],[-680528,-182296],[-681095,-182037],[-680306,-181369],[-686591,-191947],[-686720,-193460],[-686253,1638161],[-685382,1638486],[-685126,1638924],[-686638,1662324],[-689536,1665832],[-685506,1664456],[-685159,1668444],[-689308,1670197],[-684091,1665877],[-690964,1671359],[-689074,1672330],[-686530,1666683],[-689932,1667541],[-689926,1667901],[-689799,1666701],[-687690,1668945],[-686959,1666812],[-686283,1667143],[-686670,1668297],[-686274,1667581],[-686945,1665127],[-688018,1666714],[-688453,1665273],[-687928,1665609],[-685093,1665057],[-685932,1664755],[-685119,1667971],[-685826,1665931],[-684206,1665957],[-690831,1670071],[-690511,1673177],[-691648,1672713],[-690285,1670128],[-682865,1687307],[-684553,1684719],[-684520,1686585],[-685894,1687359],[-685212,1696391],[-686217,1693935],[-682918,1698460],[-692367,1568545],[-691643,1568809],[-691671,1567984],[-691512,1568517],[-695652,1565280],[-696041,1566516],[-696670,1565638],[-696130,1566784],[-695456,1564833],[-693170,1568111],[-698859,1666714],[-699122,1667944],[-700016,1667604],[-700393,1666294],[-699332,1665094],[-698041,1665734],[-699241,1665804],[-697120,1664540],[-699372,1665535],[-698887,1665695],[-691779,1669004],[-691294,1669164],[-700385,1668756],[-701592,1668201],[-701331,1668114],[-700990,1669434],[-700833,1667824],[-692145,1669897],[-697979,1686841],[-700749,1686201],[-698129,1687711],[-698399,1688941],[-699669,1687291],[-698609,1686091],[-697309,1686731],[-698509,1686801],[-699929,1685461],[-698719,1685331],[-700139,1686251],[-699139,1687711],[-709929,1593346],[-709578,1593657],[-710841,1593022],[-716006,1685755],[-716600,1683995],[-715195,1684151],[-716566,1684537],[-729219,1520915],[-717945,1584651],[-728206,1648375],[-724455,1642381],[-726965,1640577],[-726262,1642299],[-728186,1641158],[-727628,1642124],[-726268,1641612],[-720566,1668750],[-717457,1673055],[-718296,1670549],[-719707,1673056],[-722757,1672560],[-721361,1673788],[-722635,1674245],[-721637,1673183],[-721400,1669062],[-719853,1669283],[-724196,1684936],[-725756,1685066],[-726286,1684956],[-721796,1685826],[-723726,1686546],[-725316,1686116],[-724136,1685656],[-724786,1686546],[-723596,1685706],[-726356,1683806],[-724106,1684076],[-720276,1685226],[-725536,1681746],[-725466,1684826],[-726396,1682726],[-723606,1684426],[-723156,1685016],[-721986,1683836],[-722486,1683816],[-725016,1681146],[-720296,1683926],[-725326,1684166],[-725936,1685886],[-720706,1685556],[-723726,1686646],[-722906,1686586],[-723866,1687676],[-722806,1685556],[-722611,1682963],[-722572,1682823],[-723574,1683010],[-721712,1682967],[-718398,1683798],[-728076,1681890],[-728582,1680705],[-726681,1680784],[-726197,1680981],[-732496,1456194],[-732400,1456645],[-736097,1457091],[-735539,1454625],[-731130,1456407],[-735990,1457364],[-736370,1452102],[-734195,1455904],[-735009,1455258],[-732585,1455577],[-735620,1454152],[-734540,1455875],[-732658,1650261],[-731803,1649064],[-730853,1648412],[-732310,1647594],[-732606,1653350],[-731645,1651760],[-730889,1652898],[-732081,1652090],[-737409,1674248],[-737672,1675478],[-738566,1675138],[-738943,1673828],[-737882,1672628],[-736591,1673268],[-737791,1673338],[-740126,1676150],[-740814,1671870],[-740797,1673830],[-741870,1675310],[-742305,1673890],[-741780,1674230],[-738945,1673560],[-739784,1673390],[-738971,1676430],[-739678,1674590],[-738058,1674190],[-737943,1674060],[-739011,1676810],[-736754,1672856],[-737271,1669386],[-737630,1669356],[-736799,1669536],[-738897,1671456],[-736840,1672416],[-737237,1673056],[-738363,1672506],[-736550,1668365],[-736791,1669990],[-737009,1671246],[-735471,1669841],[-735845,1669094],[-738014,1671977],[-738063,1670454],[-737741,1671836],[-739854,1668256],[-740064,1667856],[-740363,1669640],[-740013,1669410],[-739367,1669391],[-739382,1668103],[-738767,1676369],[-736956,1675265],[-737665,1675934],[-738285,1676171],[-742281,1676733],[-738669,1677315],[-730467,1682691],[-730852,1682712],[-748532,1462786],[-750273,1463011],[-747227,1464244],[-747575,1463505],[-747617,1469797],[-748321,1464807],[-747817,1469460],[-750287,1463615],[-747937,1470251],[-748665,1463370],[-747078,1465780],[-749097,1469145],[-755027,1648598],[-755009,1649236],[-754625,1648897],[-745463,1638654],[-745326,1639118],[-746577,1638272],[-742740,1672900],[-743470,1674580],[-743591,1676085],[-744813,1675912],[-745559,1676026],[-744884,1675069],[-744616,1673818],[-754417,1684313],[-755131,1685701],[-754504,1685553],[-754461,1685591],[-755131,1685267],[-754646,1685427],[-754284,1684253],[-753773,1684133],[-753734,1684692],[-753631,1684815],[-751813,1686760],[-752661,1686296],[-751046,1687226],[-751707,1686663],[-750045,1689384],[-742673,1677520],[-53650,194843],[-62337,252422],[-62539,252476],[-55871,300314],[-53522,300095],[-52513,300990],[-51486,300032],[-54669,301456],[-52978,301896],[-52007,302290],[-56498,316374],[-53146,374672],[-63566,621788],[-63473,621528],[-62459,621124],[-62300,622026],[-52263,631819],[-60434,646723],[-60321,648008],[-60514,647811],[-59554,646972],[-60994,647494],[-765452,1625144],[-761678,1629801],[-762185,1628331],[-758190,1632250],[-760791,1633917],[-758933,1633900],[-759534,1635096],[-759485,1633642],[-758328,1627695],[-756768,1629831],[-766188,1630193],[-763006,1630469],[-763163,1630869],[-763503,1629739],[-764594,1628753],[-764488,1628653],[-765442,1628293],[-763828,1629223],[-766806,1626134],[-766580,1628373],[-767292,1626371],[-766521,1628123],[-766130,1627901],[-767060,1625823],[-764945,1626614],[-766669,1633314],[-765216,1633485],[-760481,1637657],[-760933,1637954],[-760773,1637381],[-758428,1638472],[-767000,1645001],[-766330,1646193],[-767176,1639206],[-767361,1639383],[-767801,1639362],[-759971,1639849],[-759945,1639594],[-759585,1639324],[-758070,1647575],[-757345,1649878],[-756693,1646646],[-756642,1648506],[-758030,1647836],[-756571,1647846],[-758726,1646532],[-758757,1646390],[-759555,1647025],[-757930,1646115],[-765995,1647706],[-767743,1646944],[-767300,1647337],[-767680,1641265],[-759403,1644630],[-757931,1639202],[-758088,1639602],[-767360,1643789],[-767517,1644189],[-767857,1643059],[-760330,1658886],[-756346,1682143],[-755255,1683353],[-755380,1682053],[-755715,1684633],[-757901,1685061],[-758683,1683582],[-759840,1684472],[-760217,1683162],[-759156,1681962],[-757865,1682602],[-759065,1682672],[-755281,1686571],[-755551,1687801],[-756821,1686151],[-755761,1684951],[-755661,1685661],[-757081,1684321],[-755871,1684191],[-757291,1685111],[-756291,1686571],[-775074,1625626],[-776785,1625278],[-780313,1623422],[-778260,1624472],[-775702,1625832],[-776027,1625844],[-775964,1626744],[-775444,1626766],[-774347,1637437],[-773814,1636251],[-776046,1636988],[-776453,1636434],[-777451,1637586],[-778219,1636127],[-780145,1637157],[-779185,1638487],[-776350,1637817],[-777189,1637647],[-775463,1638447],[-775348,1638317],[-779308,1625872],[-777753,1625942],[-777468,1633807],[-774756,1635332],[-776592,1634030],[-774615,1634809],[-776443,1634238],[-776532,1634680],[-774355,1635346],[-776199,1636459],[-772072,1637186],[-768864,1637964],[-773371,1630088],[-771928,1629657],[-772635,1632860],[-768903,1635896],[-777531,1640407],[-779275,1639567],[-776376,1640687],[-776416,1641067],[-769675,1640734],[-769705,1639064],[-770508,1644859],[-774720,1641769],[-775614,1641429],[-775991,1640119],[-769322,1644725],[-773639,1639559],[-774839,1639629],[-770055,1642763],[-770468,1640968],[-771477,1640245],[-773327,1640569],[-772554,1643303],[-772545,1639505],[-772646,1641178],[-772221,1639054],[-772886,1643490],[-770007,1642872],[-771350,1641615],[-769171,1643785],[-769377,1641705],[-770190,1641525],[-769375,1645025],[-770922,1644105],[-769241,1647350],[-770094,1638716],[-770860,1641225],[-771017,1641625],[-771357,1640495],[-792850,1601438],[-790619,1603942],[-790829,1603542],[-791128,1605326],[-790778,1605096],[-790132,1605077],[-790147,1603789],[-789444,1604373],[-790768,1604345],[-790817,1607374],[-790020,1607215],[-790881,1606848],[-789933,1604413],[-790451,1605686],[-788734,1606666],[-789975,1603778],[-791455,1602338],[-791699,1603128],[-792852,1603568],[-790884,1606158],[-792729,1605058],[-790927,1606538],[-789858,1603798],[-785522,1609570],[-787083,1609719],[-788573,1609899],[-786817,1611062],[-786171,1610539],[-789426,1609089],[-787753,1608586],[-789224,1609310],[-793165,1602063],[-793507,1601809],[-793133,1604005],[-792531,1604550],[-792324,1605420],[-798981,1577120],[-800461,1575680],[-800705,1576470],[-801858,1576910],[-802612,1578630],[-801856,1574780],[-799890,1579500],[-803073,1577390],[-801735,1578400],[-803260,1576870],[-796957,1585309],[-798864,1577140],[-803661,1575980],[-798718,1587343],[-794443,1582787],[-795197,1584507],[-794441,1580657],[-795658,1583267],[-794320,1584277],[-795845,1582747],[-796246,1581857],[-798303,1581741],[-803244,1580615],[-803755,1580245],[-805838,1580217],[-805856,1578955],[-804910,1579820],[-801583,1580043],[-799551,1581328],[-800280,1582067],[-798659,1581696],[-796923,1585169],[-795902,1584921],[-796117,1584812],[-796724,1586796],[-798028,1586401],[-797763,1586819],[-805499,1586735],[-806310,1587371],[-804898,1586010],[-805324,1586059],[-806167,1585862],[-799504,1587168],[-801276,1580156],[-801392,1580486],[-795518,1586469],[-797250,1584756],[-797486,1584885],[-797904,1584416],[-800141,1581578],[-796970,1583478],[-802266,1580141],[-795216,1585419],[-799108,1581318],[-798909,1587813],[-798954,1588171],[-804986,1588998],[-801092,1589222],[-804600,1589170],[-804688,1589519],[-804355,1588725],[-802801,1591106],[-801540,1589235],[-800973,1589731],[-801653,1590744],[-795421,1587442],[-796889,1589519],[-795864,1587509],[-795241,1587932],[-795790,1589022],[-798113,1589066],[-800067,1587909],[-799315,1587563],[-799498,1587563],[-800817,1588149],[-800940,1587797],[-800269,1588637],[-805343,1587746],[-802718,1587630],[-794754,1602428],[-806354,1620224],[-800695,1625707],[-802175,1624267],[-802419,1625057],[-803572,1625497],[-803570,1623367],[-804974,1625457],[-800578,1625727],[-805375,1624567],[-799722,1624956],[-799882,1624458],[-802569,1622194],[-804342,1621545],[-803062,1621376],[-806269,1619946],[-805703,1623532],[-806028,1621997],[-805414,1621610],[-804643,1620731],[-803845,1620573],[-803852,1623833],[-802008,1623460],[-801227,1624063],[-804326,1627217],[-804787,1625977],[-803449,1626987],[-799334,1628903],[-799024,1629003],[-799994,1628883],[-798504,1629793],[-799607,1626460],[-799254,1627933],[-801247,1627675],[-801510,1628905],[-802404,1628565],[-802781,1627255],[-800429,1626695],[-801629,1626765],[-801647,1628467],[-801604,1628087],[-810186,1584581],[-810798,1584571],[-810890,1585261],[-809128,1585498],[-808896,1586885],[-808486,1586635],[-809131,1587285],[-810820,1586089],[-810373,1586549],[-811137,1586519],[-811051,1585909],[-810173,1586379],[-810719,1582116],[-812925,1586075],[-808151,1583361],[-808918,1581705],[-809889,1582557],[-807833,1583488],[-807781,1583489],[-807195,1582521],[-809827,1581487],[-809532,1582283],[-809517,1581202],[-807396,1587457],[-813571,1589093],[-812250,1587766],[-812284,1589047],[-813187,1587987],[-808763,1587645],[-811672,1599464],[-811989,1599894],[-811903,1599284],[-810017,1587494],[-806648,1619609],[-808128,1618169],[-808372,1618959],[-809525,1619399],[-810279,1621119],[-809523,1617269],[-807557,1621989],[-810740,1619879],[-809402,1620889],[-810927,1619359],[-807600,1622369],[-810466,1622954],[-810740,1621438],[-807112,1622108],[-807322,1621708],[-807621,1623492],[-807271,1623262],[-806625,1623243],[-806640,1621955],[-811414,1622412],[-810894,1623002],[-808164,1624292],[-807654,1623902],[-811484,1622862],[-808944,1624442],[-811374,1621262],[-807284,1622092],[-806584,1622112],[-806974,1621592],[-806884,1622072],[-806764,1621002],[-810574,1620487],[-808374,1624722],[-807324,1625012],[-807954,1621982],[-808224,1623342],[-809494,1621492],[-808434,1620363],[-807134,1621112],[-808334,1621042],[-809754,1619894],[-808544,1619792],[-809964,1620473],[-808964,1621922],[-807804,1621092],[-809444,1625082],[-808954,1625222],[-816408,1618722],[-815382,1618972],[-815608,1620318],[-810700,1615453],[-810102,1618103],[-812246,1616109],[-812901,1615910],[-813014,1617430],[-812407,1618596],[-816166,1616566],[-814427,1617734],[-814067,1619480],[-814821,1618757],[-813767,1616092],[-814268,1616659],[-811607,1617843],[-813251,1617298],[-813026,1615764],[-813114,1615593],[-811448,1618103],[-812212,1616714],[-813045,1618036],[-813531,1618393],[-810725,1617309],[-811967,1618318],[-811601,1617100],[-811320,1618155],[-811251,1616699],[-814442,1617756],[-813019,1616123],[-815740,1615860],[-813145,1617661],[-815352,1617137],[-812320,1615935],[-811664,1615931],[-812284,1614674],[-816485,1615084],[-813686,1617151],[-812766,1618674],[-810976,1615980],[-810741,1617369],[-810278,1616678],[-810475,1616737],[-811543,1621974],[-807789,1616641],[-808301,1616947],[-808566,1617180],[-812189,1621725],[-811929,1622196],[-811544,1622629],[-812485,1617978],[-812565,1619437],[-812147,1618058],[-811425,1630104],[-811775,1630304],[-813465,1630214],[-812787,1630941],[-811755,1631604],[-810905,1632554],[-812185,1631934],[-811345,1632084],[-831881,1586904],[-828271,1585994],[-827571,1586014],[-826861,1585654],[-827961,1585494],[-827871,1585974],[-827341,1584126],[-827751,1584904],[-831561,1584389],[-828941,1585884],[-829283,1587033],[-830481,1585394],[-829421,1584265],[-828121,1585014],[-829321,1584944],[-830741,1583796],[-829531,1583694],[-830951,1584375],[-829951,1585824],[-828791,1584994],[-829151,1588194],[-828641,1587804],[-829992,1589147],[-829361,1588624],[-828311,1588914],[-830431,1588984],[-829941,1589124],[-830924,1608125],[-831413,1610021],[-831244,1610906],[-829988,1610245],[-830595,1605965],[-831028,1607925],[-831605,1609405],[-831648,1608325],[-828930,1607655],[-830005,1607485],[-828690,1610525],[-829915,1608685],[-827425,1608285],[-827204,1608155],[-828464,1610905],[-824725,1611022],[-826205,1609582],[-826449,1610372],[-827602,1610812],[-828356,1612532],[-827600,1608682],[-828817,1611292],[-827479,1612302],[-829004,1610772],[-824608,1611042],[-829405,1609882],[-828618,1610541],[-827993,1609327],[-830540,1612159],[-828012,1617030],[-825312,1617118],[-825893,1615408],[-825483,1615158],[-825760,1616168],[-826128,1615808],[-825139,1615524],[-824692,1615984],[-825456,1615954],[-825370,1615344],[-824492,1615814],[-827423,1615555],[-827213,1615955],[-825634,1613402],[-825677,1613782],[-826283,1613143],[-826850,1614267],[-832401,1586314],[-832471,1586764],[-832361,1585164],[-842455,1587395],[-843765,1587205],[-842945,1587375],[-838334,1586763],[-844674,1587394],[-842534,1587270],[-843854,1586801],[-842643,1586697],[-844064,1587380],[-836500,1586689],[-837895,1585789],[-839700,1586989],[-834764,1587322],[-833703,1586122],[-832412,1586762],[-833612,1586832],[-844485,1589795],[-844285,1589625],[-844505,1589094],[-844270,1588694],[-843860,1588444],[-844137,1589454],[-844185,1590205],[-843375,1590145],[-844185,1589675],[-843615,1588575],[-842264,1591199],[-841754,1590809],[-843044,1591349],[-841384,1588999],[-840684,1589019],[-839974,1588659],[-841074,1588499],[-840984,1588979],[-840864,1587909],[-842474,1591629],[-841424,1591919],[-842054,1588889],[-842324,1590249],[-843594,1588399],[-841234,1588019],[-842434,1587949],[-843064,1588829],[-841904,1587999],[-843544,1591989],[-843054,1592129],[-835020,1588129],[-836744,1587479],[-837897,1587919],[-838651,1589639],[-835929,1590509],[-839112,1588399],[-837774,1589409],[-839299,1587879],[-835972,1590889],[-834903,1588149],[-833230,1587742],[-833493,1588972],[-834387,1588632],[-837889,1588142],[-838854,1588088],[-835394,1608996],[-834712,1610102],[-834974,1610016],[-834500,1608812],[-835546,1609955],[-832359,1609843],[-832510,1610700],[-832421,1610439],[-832927,1608675],[-836764,1609241],[-835673,1610451],[-834835,1611411],[-834967,1609331],[-835798,1609151],[-834922,1612651],[-836124,1611715],[-834854,1612351],[-833151,1611150],[-832527,1611754],[-844932,1589335],[-845249,1589765],[-845163,1589155],[-845514,1589319],[-844994,1589909],[-845584,1589769],[-845474,1588169],[-868643,1567635],[-867392,1567950],[-867641,1568068],[-868111,1566888],[-868085,1568420],[-866356,1569289],[-866443,1568733],[-865736,1570438],[-867315,1569697],[-864965,1569684],[-864749,1570337],[-863444,1569548],[-866307,1566539],[-865796,1566816],[-866434,1566401],[-865698,1567208],[-866432,1567220],[-865741,1568418],[-863930,1567588],[-864597,1573179],[-863984,1572401],[-863939,1572667],[-863782,1566550],[-863671,1566709],[-863666,1566588],[-860924,1571720],[-861194,1572950],[-862464,1571300],[-861404,1570100],[-860104,1570740],[-861304,1570810],[-862724,1569470],[-861514,1569340],[-862934,1570260],[-861934,1571720],[-860774,1570850],[-863544,1570210],[-868761,1564981],[-868971,1564581],[-869270,1566365],[-868920,1566135],[-868274,1566116],[-868289,1564828],[-868067,1573047],[-863827,1574218],[-863884,1572186],[-867873,1572808],[-863662,1571565],[-864547,1573614],[-865395,1571285],[-865424,1571118],[-869887,1569982],[-867483,1569809],[-867148,1573922],[-866161,1573807],[-866090,1571324],[-867805,1573338],[-865123,1571590],[-864661,1571716],[-862232,1573487],[-863891,1571753],[-863625,1572451],[-863558,1571009],[-865163,1586057],[-864717,1586517],[-865480,1586487],[-865394,1585877],[-864517,1586347],[-865452,1584904],[-865662,1584504],[-867486,1578977],[-869090,1578528],[-868298,1578304],[-870538,1387907],[-882053,1451934],[-876488,1519777],[-876617,1519591],[-876600,1518991],[-878162,1520176],[-881732,1536010],[-883057,1535717],[-879001,1534636],[-880508,1526359],[-882459,1581584],[-882485,1584454],[-883192,1582614],[-881572,1582214],[-881457,1582084],[-882525,1584834],[-882496,1579209],[-882713,1577822],[-875228,1599387],[-873268,1596984],[-877945,1598949],[-879429,1599869],[-882360,1597209],[-879678,1598835],[-878762,1596421],[-881191,1597437],[-880081,1597750],[-881137,1598097],[-882986,1597471],[-883073,1599959],[-882381,1598499],[-882300,1598153],[-882987,1598314],[-882272,1599086],[-882053,1599049],[-882592,1600137],[-882115,1600059],[-882243,1599618],[-882194,1599644],[-882600,1599913],[-882818,1599620],[-881553,1599584],[-881519,1599042],[-881617,1599730],[-883106,1599390],[-876860,1598406],[-878135,1597530],[-877758,1598052],[-872473,1599840],[-878056,1599380],[-879534,1599433],[-874319,1599139],[-879720,1600791],[-877275,1601194],[-875999,1600459],[-877145,1601391],[-880647,1600407],[-881016,1601249],[-878253,1601227],[-874249,1600262],[-65645,234239],[-65430,234173],[-65597,234527],[-65093,234596],[-67099,233660],[-69722,235387],[-68409,235827],[-68775,235145],[-67754,235439],[-68618,234960],[-67846,235002],[-69257,232672],[-66391,234753],[-69084,234743],[-67589,236457],[-69694,231398],[-65310,234031],[-67781,233795],[-68130,231451],[-67210,232668],[-70432,234016],[-73721,267094],[-72055,361617],[-69164,360542],[-70982,360151],[-75633,363876],[-75583,370332],[-72750,369121],[-69544,364475],[-71328,364810],[-74173,367482],[-70356,365851],[-70098,369225],[-68157,646947],[-67860,647194],[-68215,648697],[-69138,647273],[-67170,648362],[-67349,648948],[-65826,648973],[-892953,1379682],[-890983,1379211],[-891180,1380190],[-890470,1378953],[-890662,1378873],[-891933,1379851],[-884059,1517288],[-886892,1519408],[-883871,1517700],[-883691,1535170],[-883263,1535051],[-884873,1534987],[-883592,1533911],[-885349,1535198],[-885886,1533889],[-883719,1535808],[-889974,1532201],[-888745,1533872],[-890163,1532948],[-887860,1533383],[-887523,1533462],[-886884,1533884],[-886884,1534261],[-886394,1534101],[-890868,1530360],[-892051,1529716],[-891628,1530241],[-890068,1531619],[-890678,1531280],[-890925,1531526],[-889985,1531921],[-891516,1528790],[-891953,1528685],[-890176,1571706],[-890245,1572865],[-887863,1574571],[-890902,1578094],[-891512,1578044],[-889902,1579554],[-888742,1578684],[-888276,1576821],[-887829,1577281],[-888593,1577251],[-889162,1580784],[-887629,1577111],[-890692,1577304],[-887843,1575881],[-888053,1575481],[-887244,1580731],[-887507,1581961],[-888401,1581621],[-888778,1580311],[-888892,1579554],[-886426,1579751],[-887626,1579821],[-883640,1584174],[-884328,1579894],[-889272,1578644],[-886254,1580924],[-885384,1583334],[-885819,1581914],[-885294,1582254],[-886984,1582604],[-883298,1581414],[-887482,1579844],[-886672,1579784],[-887482,1579314],[-886912,1578214],[-888036,1579869],[-887516,1580459],[-884786,1581749],[-884276,1581359],[-888106,1580319],[-885566,1581899],[-887996,1578719],[-883906,1579549],[-883206,1579569],[-885865,1577728],[-883506,1579529],[-887196,1577944],[-884996,1582179],[-883946,1582469],[-884846,1580799],[-891387,1575237],[-886228,1577034],[-889858,1574914],[-888057,1577043],[-892543,1577388],[-886586,1577930],[-885586,1579379],[-884426,1578549],[-886066,1582539],[-885576,1582679],[-891633,1575080],[-894731,1577590],[-895313,1578334],[-895198,1577589],[-889417,1576430],[-891487,1575290],[-889669,1575890],[-891584,1575730],[-894300,1579127],[-889818,1576410],[-891952,1577135],[-891844,1577532],[-883858,1598078],[-886743,1599671],[-890476,1599567],[-886072,1593345],[-885767,1592503],[-886367,1594151],[-887470,1594793],[-888141,1594087],[-884879,1593820],[-883495,1596445],[-884799,1597027],[-885779,1595659],[-883814,1600028],[-883390,1599871],[-883282,1598610],[-885351,1598894],[-884880,1599501],[-884543,1599891],[-883475,1600048],[-883881,1599265],[-883967,1599309],[-885515,1601092],[-887663,1601215],[-885614,1600803],[-887387,1601185],[-884066,1600218],[-899361,1393681],[-903982,1568594],[-904908,1573457],[-907008,1573480],[-902585,1573981],[-904858,1574180],[-904318,1574230],[-907078,1572330],[-904602,1572629],[-900998,1573750],[-906650,1570286],[-906102,1573431],[-907112,1571414],[-904328,1572950],[-903878,1573540],[-902708,1572360],[-903208,1572340],[-901018,1572450],[-899304,1571618],[-906464,1571906],[-906658,1574410],[-900588,1574230],[-901428,1574080],[-903528,1574080],[-905519,1573635],[-905479,1572485],[-901389,1573315],[-900689,1573335],[-899979,1572975],[-901079,1572815],[-900989,1573295],[-900459,1571447],[-900920,1572097],[-904679,1571710],[-901892,1572385],[-901638,1574309],[-903447,1572398],[-900365,1572003],[-901239,1572335],[-902439,1572265],[-905333,1570487],[-902594,1569707],[-903069,1573145],[-901909,1572315],[-905519,1573635],[-903422,1567824],[-905479,1572485],[-901389,1573315],[-900689,1573335],[-899979,1572975],[-901079,1572815],[-900989,1573295],[-900459,1571447],[-900920,1572097],[-904679,1571710],[-902080,1573353],[-901811,1574399],[-903603,1573598],[-902044,1571450],[-901239,1572335],[-902439,1572265],[-904025,1570943],[-902649,1571015],[-903069,1573145],[-901909,1572315],[-903152,1569484],[-903708,1568847],[-904642,1568574],[-903902,1567624],[-899825,1572168],[-901369,1572841],[-899729,1572627],[-903698,1569057],[-903468,1572653],[-903055,1572698],[-905738,1569670],[-907481,1575430],[-905405,1575381],[-906017,1575371],[-906109,1576061],[-899343,1577131],[-904758,1576155],[-907502,1576266],[-903303,1576614],[-902514,1575253],[-901037,1575852],[-902237,1575922],[-904448,1575070],[-906038,1574640],[-905508,1575070],[-899615,1574698],[-904448,1575170],[-903628,1575110],[-904588,1576200],[-902269,1575515],[-901759,1575125],[-903049,1575665],[-902479,1575945],[-901429,1576235],[-901603,1576188],[-900137,1574621],[-905353,1577062],[-902269,1575515],[-901759,1575125],[-903049,1575665],[-902479,1575945],[-901429,1576235],[-906490,1576444],[-898340,1576715],[-903897,1577501],[-903399,1575666],[-907660,1588960],[-906688,1590240],[-907524,1589580],[-907816,1589922],[-908427,1591670],[-905665,1593749],[-906179,1590274],[-906571,1592318],[-905710,1590429],[-907666,1592726],[-905632,1593078],[-905722,1593643],[-907274,1593399],[-906328,1590303],[-906635,1591039],[-905833,1591630],[-907359,1587769],[-907513,1590651],[-908317,1591117],[-919127,1423014],[-914973,1473078],[-912993,1473538],[-913674,1474399],[-912407,1473535],[-912532,1473365],[-914172,1473730],[-914962,1501040],[-920398,1535389],[-920048,1535189],[-911987,1561621],[-913474,1560364],[-912821,1563468],[-911090,1565368],[-918164,1568463],[-916992,1572854],[-918379,1572625],[-916440,1570341],[-911669,1565533],[-917790,1573187],[-912732,1563104],[-921423,1584421],[-920052,1583637],[-914820,1579686],[-915450,1579168],[-913150,1582208],[-913671,1577391],[-913246,1580647],[-914689,1577231],[-916333,1580891],[-917341,1580836],[-913613,1582981],[-914054,1583139],[-911768,1581194],[-911228,1580656],[-910939,1579623],[-921239,1583899],[-909710,1591607],[-909653,1590739],[-909526,1591307],[-910454,1591187],[-916770,1592438],[-916250,1593028],[-913520,1594318],[-913010,1593928],[-916840,1592888],[-914300,1594468],[-916730,1591288],[-912640,1592118],[-911940,1592138],[-911230,1591778],[-912494,1591438],[-912240,1592098],[-911710,1590250],[-912120,1591028],[-911237,1589508],[-913730,1594748],[-912680,1595038],[-911808,1589032],[-913402,1591627],[-913580,1593368],[-914815,1591342],[-913790,1590389],[-913690,1591068],[-916499,1589693],[-915279,1590755],[-914320,1591948],[-913160,1591118],[-914800,1595108],[-914310,1595248],[-911916,1590571],[-912179,1591801],[-912779,1590797],[-913450,1590151],[-912389,1588951],[-911082,1589590],[-916369,1591253],[-912298,1589661],[-912411,1590528],[-912225,1591732],[-911047,1587603],[-910884,1590503],[-910802,1587799],[-908872,1589930],[-908845,1588597],[-926036,1535299],[-925638,1533209],[-925118,1532609],[-923862,1571578],[-923401,1572818],[-923840,1581785],[-923393,1582245],[-924157,1582215],[-924071,1581605],[-923193,1582075],[-922253,1583531],[-922644,1583112],[-922913,1583511],[-921692,1582756],[-930773,1583270],[-928578,1583501],[-927523,1585150],[-927013,1584760],[-930844,1583720],[-928303,1585300],[-930733,1582120],[-926644,1582950],[-925944,1582970],[-925233,1582610],[-926333,1582450],[-926244,1582930],[-925713,1581082],[-926123,1581860],[-929933,1581345],[-927733,1585580],[-926683,1585870],[-927313,1582840],[-927551,1583905],[-928848,1582342],[-927882,1581454],[-926494,1581970],[-927694,1581900],[-929554,1580299],[-927438,1580423],[-929315,1581315],[-928418,1582675],[-927163,1581950],[-928803,1585940],[-928313,1586080],[-924066,1579982],[-924486,1579244],[-924600,1581516],[-924250,1581286],[-923483,1581392],[-922955,1579465],[-925250,1585867],[-923863,1586643],[-924542,1586896],[-923327,1584907],[-922909,1586838],[-924318,1585187],[-925556,1586472],[-924398,1584590],[-922935,1582214],[-922258,1584962],[-922626,1586430],[-922026,1585547],[-922335,1579874],[-925404,1587532],[-923949,1588063],[-924472,1587433],[-926621,1587415],[-940988,1378896],[-942618,1378678],[-944960,1387648],[-944807,1387919],[-940524,1386846],[-944020,1383800],[-943924,1383000],[-940819,1386348],[-944905,1506042],[-944956,1506185],[-947005,1506041],[-951354,1504420],[-954588,1498783],[-948026,1519977],[-947393,1522129],[-969867,1502901],[-962024,1504602],[-961577,1504369],[-961528,1511659],[-961573,1511483],[-964172,1514915],[-961156,1511541],[-963546,1514722],[-961810,1511793],[-961403,1511649],[-962939,1514385],[-962920,1511999],[-962116,1511843],[-962097,1511832],[-963010,1514885],[-961190,1513907],[-961684,1513887],[-961831,1514627],[-963698,1514783],[-978903,1387030],[-979252,1386356],[-979754,1386998],[-979547,1386488],[-978597,1391649],[-977504,1390975],[-977614,1392049],[-977249,1390834],[-979023,1391858],[-978607,1387882],[-984012,1492423],[-978212,1493893],[-977599,1494963],[-983990,1501216],[-976529,1504779],[-977160,1505288],[-977013,1504548],[-982865,1510252],[-984317,1501254],[-974593,1506839],[-975093,1506767],[-973605,1503178],[-973625,1503958],[-982951,1510736],[-973533,1518385],[-973458,1518459],[-973438,1518201],[-974552,1515424],[-983438,1511386],[-982995,1510707],[-980731,1512093],[-980685,1511576],[-981381,1510861],[-981874,1510745],[-981320,1510946],[-980514,1511388],[-982849,1511431],[-984034,1511021],[-985133,1511877],[-984421,1512161],[-985308,1511368],[-982889,1511052],[-983034,1512024],[-982687,1511167],[-984679,1511992],[-983895,1512281],[-984175,1511653],[-983294,1511062],[-982450,1511490],[-984478,1512572],[-985449,1511647],[-977783,1511763],[-977686,1512983],[-980452,1511941],[-978165,1511877],[-978110,1512182],[-976565,1513033],[-977468,1512455],[-977590,1512270],[-978545,1512001],[-978662,1512774],[-979346,1512066],[-979394,1511482],[-979061,1511666],[-978290,1512728],[-987803,1492013],[-993924,1491069],[-987689,1492278],[-987650,1491806],[-994944,1491461],[-987988,1491640],[-988347,1493108],[-994157,1492138],[-987608,1492068],[-988439,1493007],[-988207,1491642],[-987698,1492215],[-987673,1491891],[-987767,1492156],[-988117,1491612],[-987672,1492836],[-987847,1492789],[-987710,1492586],[-987719,1492791],[-987452,1492803],[-993836,1489841],[-990528,1497584],[-991902,1497796],[-990842,1497566],[-990183,1497514],[-986223,1492299],[-995452,1497433],[-987924,1491618],[-994641,1492020],[-987917,1491657],[-988826,1492688],[-994370,1494375],[-994852,1494222],[-991204,1497629],[-996505,1494829],[-991605,1491764],[-991677,1497895],[-990700,1498554],[-995762,1503169],[-995855,1503146],[-995769,1503162],[-995220,1502126],[-995611,1502290],[-996186,1503083],[-995281,1500056],[-995712,1501822],[-995583,1500312],[-995913,1499634],[-995168,1500024],[-994577,1501638],[-996502,1497952],[-996405,1498005],[-996553,1498489],[-996457,1498076],[-996718,1498120],[-996766,1498064],[-996711,1498323],[-991716,1497917],[-990881,1498481],[-991924,1498144],[-990245,1498431],[-990446,1499546],[-989935,1499156],[-989611,1500276],[-990654,1500026],[-996573,1512025],[-997076,1513964],[-996712,1513295],[-985846,1512239],[-998005,1512671],[-1010695,1353332],[-1010525,1353509],[-1006608,1482674],[-1007067,1482804],[-1005951,1484159],[-1004475,1482856],[-1004644,1483595],[-1007356,1482633],[-1005770,1483081],[-1005154,1483168],[-1005902,1482980],[-999318,1491110],[-1000517,1490580],[-1005029,1490692],[-998756,1495916],[-999213,1496382],[-999417,1495705],[-999169,1496242],[-1005992,1500784],[-1004681,1500945],[-1006585,1500767],[-1006021,1500687],[-1005547,1501270],[-1006504,1500837],[-1006556,1500935],[-1004330,1500937],[-1004745,1501001],[-1005938,1501956],[-1004660,1502140],[-1004905,1502504],[-1005418,1500819],[-1004805,1500939],[-1004462,1502118],[-1004249,1501002],[-1004237,1501006],[-1005961,1501179],[-1004858,1502023],[-1004562,1502056],[-1005826,1500562],[-1005707,1500804],[-1005723,1500763],[-1005561,1500692],[-1005321,1501587],[-1005245,1501463],[-1005211,1501743],[-1005099,1501714],[-1004687,1502379],[-1004145,1501276],[-1004035,1501386],[-1005328,1501665],[-1005387,1501089],[-1005357,1501222],[-1005247,1501071],[-1005212,1501291],[-1005459,1501140],[-1006133,1501105],[-1006110,1500938],[-1006238,1501023],[-1005567,1501651],[-1005421,1502145],[-1005505,1502114],[-1002660,1505316],[-1002870,1504916],[-999062,1507559],[-1000372,1507369],[-1000716,1510212],[-999982,1510309],[-1000792,1509839],[-999552,1507539],[-1000465,1508628],[-1003366,1502927],[-1003523,1503327],[-1010409,1517621],[-1010390,1516681],[-1010522,1514601],[-1010477,1517921],[-1009763,1510756],[-1010122,1510726],[-86251,315249],[-82209,313103],[-79405,317610],[-78472,319190],[-78148,318019],[-88034,310778],[-86418,310011],[-88137,312565],[-85483,313776],[-83809,313961],[-87844,348997],[-79860,368923],[-78171,368565],[-79331,368051],[-86866,601771],[-88983,602558],[-87691,609009],[-86973,605620],[-88074,606465],[-88048,606582],[-87642,605449],[-88141,606591],[-88055,606648],[-87605,605307],[-81997,646347],[-82215,647235],[-82788,645816],[-83277,646507],[-83088,646306],[-81171,659773],[-80198,660013],[-80355,660404],[-80402,659861],[-82639,660063],[-83837,660531],[-82936,660184],[-82937,660159],[-82704,660237],[-1016987,1337313],[-1021526,1349983],[-1021467,1349718],[-1023378,1349462],[-1023335,1349607],[-1022156,1349654],[-1017169,1417220],[-1017642,1417832],[-1018319,1418251],[-1015754,1415157],[-1020381,1436274],[-1021904,1444113],[-1019851,1439125],[-1019828,1440206],[-1020163,1435871],[-1019839,1439385],[-1021717,1436145],[-1018679,1437331],[-1020576,1434352],[-1019486,1437742],[-1022156,1435720],[-1021671,1435880],[-1019612,1435854],[-1019127,1436014],[-1022037,1439338],[-1021552,1439498],[-1021645,1441782],[-1021160,1441942],[-1020169,1438822],[-1020810,1439542],[-1020663,1438802],[-1021901,1438540],[-1018904,1436283],[-1018457,1436743],[-1019221,1436713],[-1019135,1436103],[-1018257,1436573],[-1021315,1443155],[-1021698,1443794],[-1021809,1443135],[-1021021,1442426],[-1020505,1442452],[-1021564,1445563],[-1020651,1446394],[-1020648,1446166],[-1022904,1442149],[-1022042,1442356],[-1022743,1442820],[-1023532,1439603],[-1023877,1439134],[-1021857,1437565],[-1021339,1435744],[-1019943,1436125],[-1021900,1437393],[-1023108,1438357],[-1023693,1437313],[-1023035,1436210],[-1022354,1442364],[-1020534,1443997],[-1019772,1443917],[-1019716,1443946],[-1019558,1444980],[-1019423,1444964],[-1020043,1445110],[-1019860,1443939],[-1019997,1443885],[-1019839,1443758],[-1020506,1443907],[-1020389,1443753],[-1020408,1443818],[-1020353,1443770],[-1020021,1443708],[-1020077,1443640],[-1023442,1457543],[-1022962,1459071],[-1023972,1459391],[-1023852,1458321],[-1023880,1457915],[-1023519,1457495],[-1021195,1449636],[-1023611,1452954],[-1021597,1449889],[-1020917,1451119],[-1021081,1446887],[-1021339,1447662],[-1022459,1447395],[-1021319,1447569],[-1023309,1452277],[-1023408,1455662],[-1022817,1451331],[-1022686,1451281],[-1022837,1451528],[-1022729,1451592],[-1022744,1452499],[-1021705,1451959],[-1021568,1452251],[-1022866,1451392],[-1022478,1450966],[-1022565,1451067],[-1022362,1451053],[-1022512,1451213],[-1022570,1450948],[-1023009,1450479],[-1022876,1450375],[-1023018,1450357],[-1023014,1451231],[-1023150,1451785],[-1023197,1451697],[-1023043,1452385],[-1022492,1452379],[-1022628,1452279],[-1022530,1452257],[-1022703,1452045],[-1021520,1451675],[-1021530,1451756],[-1021497,1451793],[-1021728,1451479],[-1021648,1451564],[-1021711,1451581],[-1023036,1450217],[-1022907,1450206],[-1022942,1450075],[-1023672,1459431],[-1013136,1482935],[-1013000,1518097],[-1013470,1515717],[-1014244,1518126],[-1013414,1517187],[-1013117,1517263],[-1013155,1519327],[-1014144,1515916],[-1011353,1514421],[-1021353,1526854],[-1021153,1526354],[-1018726,1528147],[-1019313,1528184],[-1019903,1528244],[-1020163,1525984],[-1016256,1530345],[-1025267,1350241],[-1033240,1439110],[-1033238,1436980],[-1033117,1440600],[-1031029,1439786],[-1031388,1439756],[-1024494,1442912],[-1029915,1440376],[-1030372,1438961],[-1030311,1438694],[-1031105,1436824],[-1030775,1437049],[-1030620,1438910],[-1032615,1437458],[-1029540,1440679],[-1032938,1438141],[-1031051,1440512],[-1025410,1458184],[-1025113,1457755],[-1025699,1456725],[-1026260,1457596],[-1024781,1458199],[-1026842,1457213],[-1024220,1456785],[-1036751,1471334],[-1028326,1459890],[-1029319,1461141],[-1029381,1461302],[-1027271,1462114],[-1024100,1460640],[-1024712,1460630],[-1024745,1461227],[-1025252,1461611],[-1024742,1461221],[-1026032,1461761],[-1024372,1459411],[-1025371,1462281],[-1024450,1462429],[-1026551,1463124],[-1026057,1460253],[-1026575,1462410],[-1026042,1462541],[-1027431,1461661],[-1036653,1475909],[-1036563,1474829],[-1033794,1477409],[-1024473,1495005],[-1031479,1521047],[-1031309,1520727],[-1030565,1523919],[-1024017,1564972],[-1038053,1352968],[-1037962,1352956],[-1048849,1353767],[-1038579,1415992],[-1038242,1416056],[-1039489,1415953],[-1037561,1417125],[-1038019,1415222],[-1038499,1415022],[-1040850,1412301],[-1042330,1410861],[-1042574,1411651],[-1043727,1412091],[-1044467,1413793],[-1043725,1409961],[-1041759,1414681],[-1044942,1412571],[-1045129,1412051],[-1041688,1415199],[-1040733,1412321],[-1045530,1411161],[-1046089,1410032],[-1049319,1410484],[-1044080,1415459],[-1041585,1416811],[-1047613,1413416],[-1043511,1416963],[-1048470,1413866],[-1044262,1417813],[-1043876,1416414],[-1049588,1414080],[-1046868,1423739],[-1045126,1424321],[-1049507,1425222],[-1049008,1424788],[-1048619,1425221],[-1039466,1446454],[-1044517,1440997],[-1043126,1444860],[-1045170,1442695],[-1043198,1444615],[-1043317,1444271],[-1045225,1439677],[-1048073,1440875],[-1047044,1442265],[-1046748,1440845],[-1044679,1442835],[-1046300,1440989],[-1044024,1456844],[-1043824,1456344],[-1045011,1455911],[-1041984,1458174],[-1041334,1458124],[-1042834,1455974],[-1044423,1455033],[-1044882,1456434],[-1040428,1447661],[-1047037,1496741],[-1044187,1495862],[-1060046,1321917],[-1058135,1322635],[-1058905,1323224],[-1057555,1322728],[-1057661,1322569],[-1059322,1322563],[-1055955,1349403],[-1059990,1347746],[-1059857,1347675],[-1051328,1352968],[-1050380,1353007],[-1050312,1353221],[-1051932,1350211],[-1052089,1350202],[-1052268,1349869],[-1050069,1411823],[-1050559,1411115],[-1055117,1419864],[-1051240,1410392],[-1057337,1419427],[-1049959,1413166],[-1053582,1420069],[-1054960,1420426],[-1050139,1412213],[-1054558,1421638],[-1055824,1422562],[-1054384,1426352],[-1055929,1426482],[-1056593,1426343],[-1053956,1427962],[-1055498,1427532],[-1054315,1427072],[-1054976,1427962],[-1053766,1427101],[-1054434,1425492],[-1052398,1423709],[-1055704,1426242],[-1053839,1425842],[-1051885,1423144],[-1049703,1421308],[-1055772,1421423],[-1055652,1425582],[-1053574,1421945],[-1056304,1427302],[-1053260,1423029],[-1052175,1423660],[-1050981,1424890],[-1054023,1428062],[-1053192,1428002],[-1054245,1429092],[-1049903,1421666],[-1050399,1421664],[-1054902,1422192],[-1052894,1424184],[-1052522,1424005],[-1054822,1421765],[-1054002,1423745],[-1052244,1423909],[-1052314,1424402],[-1049710,1426150],[-1050214,1422958],[-1056423,1446180],[-1053628,1446380],[-1054063,1454439],[-1053507,1451416],[-1054944,1451460],[-1056268,1451531],[-1054407,1450517],[-1055744,1446736],[-1056170,1449083],[-1054514,1454278],[-1056126,1453796],[-1054860,1453067],[-1055481,1454105],[-1052130,1456076],[-1053252,1451986],[-1051698,1450405],[-1051925,1450522],[-1052118,1450663],[-1053324,1452377],[-1053430,1450613],[-1056494,1468052],[-1056503,1468832],[-1056994,1468692],[-1058610,1463017],[-1058100,1462627],[-1055923,1468332],[-1059390,1463167],[-1059400,1463947],[-1059890,1463807],[-1058963,1466022],[-1055713,1467902],[-1059033,1466472],[-1054873,1468622],[-1061396,1481855],[-1061080,1481121],[-1061824,1497321],[-1062130,1496627],[-1061050,1509485],[-1060631,1508531],[-1061686,1508878],[-1068719,1328929],[-1066551,1341372],[-1073668,1350477],[-1072698,1350334],[-1064295,1345303],[-1064333,1345580],[-1063356,1347396],[-1065646,1436631],[-1064486,1436141],[-1065044,1437113],[-1066601,1436451],[-1066086,1436174],[-1063588,1480228],[-1066015,1477228],[-1064667,1477922],[-1064527,1478654],[-1072645,1479690],[-1074265,1478520],[-1070907,1475545],[-1070684,1475928],[-1071369,1475800],[-1069871,1481233],[-1067349,1484887],[-1068182,1474366],[-1066610,1474574],[-1065834,1475555],[-1071538,1484113],[-1071521,1483956],[-1070323,1493922],[-1066241,1492366],[-1066442,1489056],[-1063472,1497234],[-1066710,1490222],[-1067272,1487032],[-1069894,1487077],[-1067415,1487805],[-1065919,1490777],[-1066627,1495355],[-1069572,1495127],[-1065847,1489871],[-1066310,1485687],[-1069896,1495540],[-1072102,1487816],[-1062558,1486996],[-1065883,1489410],[-1065930,1489571],[-1065983,1489607],[-1069446,1494601],[-1069077,1495240],[-1069222,1494944],[-1066129,1497574],[-1066744,1496609],[-1066635,1496057],[-1063631,1488594],[-1069056,1503140],[-1072269,1502552],[-1066234,1500590],[-1072215,1503259],[-1066358,1499973],[-1066733,1499217],[-1064427,1506588],[-1072549,1502915],[-1071902,1502269],[-1074446,1510526],[-1074366,1510281],[-1070103,1503380],[-1078797,1330138],[-1084186,1327363],[-1084144,1327439],[-1086639,1325092],[-1086871,1325115],[-1077692,1325335],[-1076318,1325258],[-1081496,1372190],[-1087602,1410766],[-1081518,1412049],[-1082163,1412013],[-1080709,1413005],[-1081438,1411079],[-1084103,1411021],[-1087710,1411109],[-1085920,1412807],[-1084551,1411009],[-1084014,1411536],[-1084752,1412518],[-1082793,1409926],[-1083992,1410384],[-1082670,1411416],[-1084195,1409886],[-1084596,1408996],[-1079916,1410136],[-1083547,1411646],[-1080825,1412516],[-1080868,1412896],[-1079799,1410156],[-1084134,1427049],[-1084276,1427209],[-1084277,1427713],[-1084396,1426741],[-1085951,1449320],[-1086100,1449911],[-1084961,1449847],[-1086566,1449117],[-1098246,1353850],[-1099788,1362486],[-1100268,1360866],[-1098968,1361506],[-1100502,1359739],[-1099081,1363232],[-1098758,1364352],[-1099801,1364102],[-1099540,1364858],[-1100152,1364848],[-1100244,1365538],[-1100798,1362486],[-1100527,1407463],[-1100542,1420861],[-1099905,1409828],[-1099898,1419417],[-1088595,1408887],[-1088351,1409455],[-1099600,1420083],[-1090357,1411580],[-1088986,1411016],[-1089835,1408818],[-1092456,1410656],[-1100377,1408753],[-1099847,1409183],[-1089416,1409466],[-1090056,1410186],[-1089906,1409446],[-1098906,1420374],[-1098343,1420124],[-1098927,1410313],[-1094496,1409326],[-1100723,1427097],[-1099951,1421128],[-1099008,1422889],[-1099752,1422817],[-1094268,1431036],[-1091330,1427408],[-1091600,1428638],[-1092870,1426988],[-1091810,1425788],[-1090510,1426428],[-1091710,1426498],[-1093197,1424926],[-1091920,1425028],[-1093340,1425948],[-1092340,1427408],[-1091180,1426538],[-1093950,1425898],[-1094598,1428296],[-1096152,1428417],[-1092198,1429186],[-1094128,1429906],[-1095718,1429476],[-1094538,1429016],[-1093998,1429066],[-1093208,1428916],[-1093308,1429946],[-1094128,1430006],[-1095986,1427863],[-1094008,1427786],[-1093558,1428376],[-1092388,1427196],[-1092888,1427176],[-1095418,1424506],[-1090698,1427286],[-1090348,1427086],[-1096338,1429246],[-1090268,1429066],[-1091108,1428916],[-1099660,1426912],[-1097705,1426023],[-1100599,1425397],[-1099574,1426209],[-1099075,1421049],[-1099969,1424051],[-1099048,1423419],[-1098044,1423376],[-1099441,1424084],[-1102052,1359866],[-1101190,1362231],[-1101596,1360346],[-1110482,1387051],[-1101347,1407593],[-1100817,1407703],[-1110707,1413400],[-1111004,1410801],[-1109379,1411708],[-1110678,1411660],[-1109886,1410778],[-1112117,1412217],[-1101192,1413892],[-1110201,1414073],[-1109540,1413348],[-1109187,1412207],[-1112044,1413529],[-1101718,1413569],[-1109739,1412747],[-1111404,1412302],[-1112115,1410112],[-1102332,1422515],[-1102720,1421506],[-1108492,1433812],[-1120415,1356325],[-1116340,1353321],[-1118028,1350731],[-1117995,1352591],[-1119222,1351921],[-1117776,1351931],[-1117476,1355733],[-1117982,1354057],[-1119089,1353593],[-1119220,1353993],[-1119827,1352980],[-1117066,1354445],[-1117223,1354845],[-1117563,1353715],[-1122373,1363416],[-1121926,1363876],[-1122690,1363846],[-1122604,1363236],[-1123058,1364840],[-1122039,1364786],[-1122651,1364776],[-1122744,1365466],[-1122113,1366508],[-1121374,1365737],[-1121742,1365377],[-1120247,1365008],[-1120365,1366489],[-1119775,1364855],[-1123689,1366847],[-1125832,1365447],[-1123775,1366407],[-1124172,1367047],[-1125298,1366497],[-1123036,1366215],[-1123291,1368591],[-1121784,1367686],[-1121924,1369154],[-1120599,1368984],[-1125162,1368155],[-1124466,1368645],[-1123969,1365493],[-1124069,1367483],[-1125726,1367224],[-1123814,1365178],[-1124084,1370430],[-1121936,1370251],[-1125927,1385697],[-1117204,1414866],[-1115750,1414888],[-1114297,1412046],[-1126399,1428429],[-1125116,1430254],[-1125955,1429711],[-1123501,1439768],[-1122867,1440516],[-1125316,1438793],[-1124855,1440148],[-1124535,1438300],[-1126317,1463344],[-1126360,1463724],[-1125290,1460984],[-1127262,1305444],[-1138792,1346657],[-1136986,1345457],[-1138537,1374911],[-1137087,1374339],[-1136328,1375343],[-1138901,1373020],[-1137240,1373115],[-1136703,1374834],[-1137539,1374688],[-1133290,1382346],[-1128662,1382280],[-1129162,1382267],[-1131692,1378626],[-1128704,1381434],[-1127586,1382029],[-1127930,1380654],[-1128591,1379708],[-1128439,1380596],[-1136922,1372931],[-1126652,1382901],[-1130872,1383671],[-1132317,1383693],[-1132962,1383519],[-1128434,1384823],[-1131992,1384758],[-1131376,1385124],[-1126952,1383806],[-1130282,1383103],[-1129832,1383529],[-1132612,1384082],[-1126542,1384189],[-1127382,1384040],[-1129582,1385011],[-1130542,1385779],[-1132014,1382622],[-1126828,1383027],[-1127734,1384096],[-1127183,1386200],[-1139172,1420076],[-1139072,1420786],[-1138437,1420760],[-1128034,1430665],[-1130839,1429682],[-1138801,1424986],[-1129207,1430766],[-1126452,1429232],[-1129679,1428400],[-1138218,1423317],[-1137652,1423355],[-1137841,1424709],[-1137436,1421559],[-1138574,1437471],[-1137266,1443596],[-1138455,1439474],[-1135896,1437268],[-1138653,1443550],[-1138558,1440281],[-1137121,1437390],[-1134698,1436471],[-1136138,1443413],[-1138802,1443315],[-1137810,1434836],[-1137661,1434316],[-1137403,1434841],[-1136123,1439127],[-1137238,1437831],[-1136628,1446146],[-1133155,1448961],[-1134223,1451711],[-1135497,1450981],[-1133851,1452077],[-1134518,1449695],[-1135622,1449681],[-1134746,1453181],[-1137952,1447801],[-1137082,1450211],[-1136992,1449131],[-1138682,1449481],[-1136952,1460706],[-1128622,1481109],[-1129708,1481761],[-1129342,1480431],[-91456,208160],[-98121,325818],[-97174,328761],[-97485,331337],[-94994,339813],[-94633,336745],[-95818,338201],[-99823,337197],[-99006,336621],[-100526,336037],[-93299,344550],[-92610,343914],[-94199,343558],[-97277,347781],[-94849,348662],[-100116,348037],[-101439,442732],[-101948,445781],[-100570,450640],[-100871,452335],[-98815,450044],[-97477,572969],[-96917,573742],[-97606,573445],[-96333,575483],[-99913,568704],[-101083,580813],[-101724,581533],[-101577,580793],[-94544,609738],[-90844,609779],[-96903,605027],[-97340,604929],[-97578,605440],[-97608,605578],[-97470,604979],[-97201,604944],[-97428,606755],[-97371,606917],[-97518,606932],[-96440,606968],[-96328,606967],[-96386,607054],[-93088,607791],[-93828,652591],[-90824,652562],[-92135,652995],[-93197,653308],[-94216,653859],[-92701,653908],[-91773,653506],[-1142815,1375091],[-1140897,1374012],[-1141990,1375190],[-1141462,1375619],[-1142211,1371482],[-1140366,1373531],[-1139969,1374153],[-1139392,1372999],[-1139689,1375710],[-1140730,1376865],[-1139595,1374678],[-1139505,1373941],[-1142452,1370666],[-1140492,1419446],[-1140693,1420220],[-1141312,1420186],[-1145231,1431510],[-1145033,1427358],[-1141624,1431417],[-1140950,1432313],[-1144916,1432110],[-1145882,1433713],[-1139625,1433506],[-1141462,1433717],[-1140232,1421276],[-1143916,1428145],[-1144219,1432185],[-1143232,1427538],[-1143620,1428192],[-1144376,1429827],[-1141408,1433306],[-1144426,1427165],[-1139479,1433716],[-1141094,1428550],[-1144819,1435430],[-1145452,1435320],[-1144649,1435190],[-1143937,1434566],[-1142924,1436910],[-1144401,1436480],[-1143894,1436910],[-1145345,1436250],[-1143044,1437010],[-1142219,1436950],[-1143330,1438040],[-1139576,1434156],[-1140570,1469131],[-1142150,1468735],[-1141217,1468470],[-1141972,1468081],[-1141840,1467879],[-1155186,1383011],[-1155648,1383618],[-1155577,1383289],[-1155520,1383244],[-1162342,1427443],[-1164568,1427283],[-1164654,1426843],[-1163059,1426565],[-1163322,1427795],[-1164216,1427455],[-1164612,1425941],[-1163532,1424945],[-1162241,1425585],[-1163441,1425655],[-1163368,1423225],[-1162481,1425451],[-1160530,1426285],[-1161583,1423943],[-1160951,1425165],[-1161595,1425037],[-1164358,1425928],[-1163516,1426037],[-1164521,1423001],[-1163697,1424827],[-1164541,1422666],[-1159455,1421684],[-1170480,1393327],[-1172324,1418629],[-1173359,1417860],[-1172506,1417669],[-1173083,1419105],[-1172845,1420658],[-1173084,1417846],[-1172590,1420670],[-1173134,1420311],[-1174432,1421729],[-1165085,1423813],[-1165444,1423783],[-1167091,1424797],[-1165051,1427483],[-1166177,1426933],[-1166510,1422660],[-1166749,1422380],[-1175486,1422610],[-1175013,1421598],[-1174752,1421293],[-1175975,1447518],[-1175858,1447538],[-1176927,1450278],[-1176884,1449898],[-1176317,1460857],[-1177554,1461358],[-1176898,1461345],[-1176678,1461185],[-1173801,1468177],[-1173102,1467188],[-1176688,1473285],[-1180163,1352980],[-1181459,1374746],[-1182071,1374736],[-1182163,1375426],[-1187424,1381390],[-1187114,1381490],[-1188084,1381370],[-1186589,1382274],[-1186864,1380620],[-1187344,1380420],[-1186056,1381784],[-1186266,1381384],[-1181244,1375862],[-1180934,1375962],[-1181904,1375842],[-1180414,1376752],[-1180684,1375092],[-1181164,1374892],[-1189274,1405939],[-1189401,1405503],[-1185496,1429348],[-1184970,1428391],[-1187624,1428999],[-1187607,1430959],[-1189550,1430029],[-1188680,1432439],[-1189115,1431019],[-1188590,1431359],[-1190280,1431709],[-1185755,1430689],[-1186594,1430519],[-1186488,1431719],[-1184868,1431319],[-1184753,1431189],[-1186936,1433279],[-1185781,1433559],[-1180196,1438480],[-1180670,1436491],[-1181762,1439317],[-1180207,1435388],[-1181872,1435708],[-1181189,1436969],[-1181761,1440322],[-1185821,1433939],[-1186798,1451564],[-1187036,1451911],[-1183820,1453397],[-1189242,1450185],[-1181044,1455091],[-1181159,1452587],[-1183172,1448254],[-1184021,1456652],[-1184512,1456158],[-1181349,1455686],[-1179236,1456382],[-1179591,1456087],[-1179865,1456801],[-1180313,1455925],[-1179593,1455465],[-1187916,1451390],[-1188840,1451275],[-1188872,1451899],[-1183252,1448606],[-1183123,1448453],[-1183096,1448485],[-1182500,1450950],[-1181801,1450068],[-1181376,1451259],[-1183923,1453949],[-1184357,1455148],[-1184231,1453821],[-1190143,1451776],[-1188219,1451470],[-1189841,1450233],[-1190165,1452172],[-1184150,1454635],[-1187407,1453257],[-1186729,1453384],[-1187515,1452142],[-1187208,1451383],[-1184615,1456384],[-1183915,1454694],[-1184059,1457844],[-1184293,1455072],[-1185390,1458991],[-1183001,1446837],[-1182883,1449333],[-1183639,1448392],[-1184475,1449628],[-1180746,1450331],[-1180560,1452326],[-1180924,1469645],[-1184297,1462201],[-1178308,1462168],[-1182313,1461767],[-1182440,1461807],[-1182194,1462333],[-1179286,1461215],[-1179913,1461669],[-1178920,1462447],[-1177832,1463224],[-1178093,1462608],[-1181217,1462237],[-1180032,1460854],[-1182041,1461907],[-1182170,1462092],[-1178701,1462104],[-1178691,1461338],[-1180652,1471039],[-1178303,1465059],[-1188679,1479302],[-1190956,1285148],[-1190567,1285444],[-1192037,1285400],[-1199627,1379147],[-1201907,1377080],[-1202242,1377262],[-1200732,1378021],[-1200504,1379163],[-1201705,1377361],[-1203136,1375744],[-1202307,1377456],[-1200481,1379499],[-1197610,1380524],[-1198290,1381142],[-1195101,1381150],[-1198064,1373944],[-1194142,1376335],[-1202391,1371899],[-1198301,1372729],[-1197601,1372749],[-1201054,1384522],[-1195881,1394169],[-1198360,1394757],[-1202150,1384253],[-1201943,1384749],[-1203116,1385043],[-1200509,1385170],[-1200468,1383686],[-1202603,1382734],[-1196918,1399239],[-1198667,1398984],[-1197724,1398053],[-1197446,1396269],[-1194759,1397725],[-1194608,1397662],[-1196202,1400594],[-1197919,1400140],[-1197072,1400442],[-1196338,1399244],[-1202472,1443254],[-1202512,1443634],[-1201444,1440884],[-1201559,1441014],[-1198842,1451863],[-1190706,1449236],[-1191326,1453112],[-1197664,1465877],[-1199774,1467140],[-1198279,1466724],[-1198526,1464824],[-1199214,1463809],[-1199972,1465064],[-1198728,1465283],[-1199750,1465708],[-1199705,1462550],[-1197704,1464514],[-1200598,1464545],[-1197892,1460979],[-1196824,1465640],[-1202697,1476190],[-1203155,1472720],[-1202712,1472870],[-1202808,1475750],[-1207411,1291783],[-1205060,1380128],[-1203253,1372690],[-1207774,1373914],[-1208397,1376290],[-1204754,1380094],[-1207247,1378174],[-1207802,1372576],[-1210320,1380779],[-1208644,1373620],[-1207523,1376718],[-1207179,1373980],[-1206874,1373216],[-1204554,1378214],[-1204410,1378408],[-1205080,1377919],[-1203700,1376196],[-1203507,1374693],[-1204424,1374216],[-1211006,1385604],[-1212336,1388896],[-1210347,1386947],[-1209592,1387989],[-1210156,1387204],[-1210207,1387225],[-1210160,1386965],[-1211403,1386443],[-1212044,1387163],[-1211886,1386411],[-1203728,1384472],[-1207074,1382659],[-1205449,1385592],[-1215273,1429730],[-1214442,1429910],[-1214914,1429760],[-1211156,1422921],[-1211737,1424763],[-1210250,1423854],[-1210644,1422191],[-1208595,1441222],[-1203627,1442974],[-1206904,1440819],[-1207421,1437349],[-1206949,1437499],[-1206990,1440379],[-1207387,1441019],[-1215426,1441652],[-1215565,1434645],[-1214003,1434448],[-1208572,1454244],[-1208681,1453371],[-1203541,1472690],[-1205251,1474865],[-1204573,1475840],[-1207349,1472781],[-1208244,1472441],[-1206054,1473686],[-1205646,1474107],[-1206442,1472983],[-1224480,1382330],[-1224564,1383426],[-1228146,1383831],[-1224941,1386848],[-1226502,1385533],[-1228183,1433462],[-1226286,1433126],[-1226803,1429656],[-1227162,1429626],[-1226331,1429806],[-1228304,1429068],[-1226372,1432686],[-1228597,1430183],[-1227895,1432776],[-1228703,1429396],[-1227080,1432763],[-1226554,1436607],[-1228285,1433974],[-1224950,1443563],[-1224737,1443860],[-1225486,1435746],[-1221548,1443761],[-1227086,1437028],[-1225059,1443419],[-1226321,1436137],[-1227466,1436118],[-1228071,1434529],[-1225077,1436039],[-1222770,1434298],[-1222284,1435380],[-1221332,1435438],[-1223834,1453457],[-1226871,1449830],[-1228772,1455031],[-1227952,1454051],[-1228622,1454161],[-1227826,1456169],[-1224902,1455957],[-1228735,1458549],[-1228778,1458929],[-1227710,1456189],[-1226017,1455043],[-1223949,1453523],[-1227671,1453070],[-1224836,1452553],[-1225675,1452218],[-1224862,1455461],[-1225569,1453379],[-1220679,1486933],[-1216305,1250955],[-1228957,1384316],[-1240322,1389635],[-1239045,1390650],[-1235879,1406385],[-1236739,1405820],[-1237328,1407968],[-1236772,1408705],[-1231314,1433705],[-1229452,1433338],[-1236676,1441882],[-1236524,1440582],[-1237136,1440572],[-1237267,1441131],[-1238380,1439249],[-1237970,1438999],[-1236854,1440414],[-1229149,1434155],[-1229089,1435561],[-1229760,1435608],[-1230433,1436377],[-1230489,1436857],[-1230006,1437456],[-1229000,1434568],[-1229999,1434147],[-1235421,1443605],[-1240397,1454033],[-1241187,1451598],[-1240517,1454114],[-1229042,1456261],[-1229152,1454121],[-1230793,1453332],[-1229782,1455031],[-1230394,1457179],[-1229306,1454729],[-1230580,1457449],[-1229926,1458450],[-1233043,1455552],[-1233933,1456008],[-1240337,1454633],[-1234075,1458401],[-1237045,1457580],[-1232748,1456850],[-1235099,1467530],[-1251064,1296280],[-1250973,1296132],[-1246674,1387792],[-1245391,1387679],[-1250310,1431897],[-1251194,1430707],[-1241745,1454093],[-1242228,1452602],[-1244203,1449842],[-1243555,1452671],[-1243035,1450655],[-1243108,1450135],[-1244588,1448695],[-1244832,1449485],[-1247788,1448995],[-1245983,1447795],[-1247387,1449885],[-1244060,1452895],[-1242991,1450155],[-1245781,1450669],[-1242974,1454989],[-1247999,1468820],[-1246531,1461018],[-1246638,1461293],[-1247389,1472328],[-1254301,1178143],[-1254096,1179699],[-1254305,1178445],[-1253402,1179004],[-1254035,1180151],[-1254294,1227716],[-1253431,1228103],[-1253040,1228008],[-1253513,1226902],[-1253652,1226517],[-1253560,1227164],[-1254268,1225855],[-1253760,1225899],[-1264397,1313683],[-1258398,1393112],[-1258607,1393184],[-1257854,1392887],[-1258142,1392526],[-1258812,1393669],[-1258988,1393476],[-1256572,1395661],[-1256455,1395450],[-1257309,1395548],[-1257803,1395825],[-1256960,1395922],[-1260602,1470036],[-1257200,1468232],[-1257137,1472622],[-1258292,1177993],[-1258972,1177996],[-1258548,1178700],[-1258982,1178325],[-1257472,1178111],[-1256482,1228330],[-1263782,1227303],[-1263409,1226169],[-1265326,1227460],[-1266070,1227812],[-1265069,1226216],[-1264378,1226276],[-1264573,1226834],[-1265809,1226851],[-1263463,1223954],[-1263908,1225366],[-1263539,1225875],[-1264258,1225728],[-1266295,1227246],[-1266041,1226579],[-1265853,1228359],[-1265927,1228229],[-1265658,1227901],[-1264799,1228085],[-1263202,1227866],[-1262640,1227512],[-1255247,1225835],[-1256500,1226672],[-1256210,1226797],[-1255034,1227802],[-1255285,1227620],[-1254837,1227958],[-1258324,1225805],[-1258351,1225999],[-1258579,1227396],[-1258802,1227361],[-1259124,1227348],[-1256205,1228723],[-1266406,1227089],[-1266250,1225255],[-1266321,1225245],[-1266315,1225167],[-1255284,1227151],[-113459,316261],[-109476,309092],[-108461,310176],[-108801,311530],[-111569,311651],[-110145,308910],[-111568,309936],[-111072,315952],[-110362,317106],[-107021,311849],[-106954,310873],[-108300,308799],[-107010,312149],[-104965,375589],[-113825,377531],[-113591,378542],[-112583,377154],[-111103,372791],[-113550,377056],[-111784,374528],[-109522,373213],[-104692,374586],[-103423,374841],[-110001,376360],[-107175,375112],[-109024,374831],[-103469,447954],[-110246,453586],[-107561,449239],[-109059,452397],[-108909,453497],[-106703,455191],[-114343,468685],[-113325,470366],[-113346,470691],[-114261,469036],[-104469,476352],[-103517,476487],[-104613,477397],[-111617,534674],[-110424,534183],[-110554,534426],[-111640,533759],[-110714,534978],[-106661,536556],[-107132,536248],[-105393,536865],[-105436,535787],[-104807,536064],[-104519,534567],[-107000,537541],[-113388,582639],[-112753,583228],[-110560,613561],[-106026,616685],[-110585,615703],[-111539,617663],[-110784,615398],[-111572,616003],[-107404,616672],[-107859,616540],[-107610,616480],[-108395,626847],[-110593,623521],[-110800,616015],[-107032,616674],[-111340,622912],[-110539,616275],[11547,160506],[8572,280285],[8226,279392],[8812,279853],[11484,356574],[11176,357506],[12362,354994],[12202,355054],[12250,354927],[12527,353881],[12417,354129],[12483,354030],[12354,354061],[12311,353922],[12494,354767],[12326,354773],[12429,354871],[12591,353623],[12657,353841],[12724,353688],[12636,353710],[12635,353593],[11989,353975],[12261,354573],[12153,354584],[12277,354436],[12048,354617],[12194,354765],[12367,354516],[12190,355079],[12159,354932],[12075,355006],[12067,355042],[12124,350689],[12093,350521],[12209,350591],[12325,350859],[12349,350692],[12234,350777],[12557,350663],[12564,350555],[12688,350703],[12550,350446],[12379,350564],[12595,350777],[12071,350505],[12220,350500],[12162,350405],[12128,350391],[11473,352164],[6512,349725],[6633,349979],[6923,349816],[6312,349713],[6560,350355],[6735,350134],[12054,352864],[11998,352923],[12049,352814],[12036,353088],[12050,353204],[12097,353111],[12388,353462],[12703,353495],[12555,353473],[12794,353379],[12663,353338],[12603,358984],[12432,359179],[12704,361365],[12729,361551],[12715,361274],[12617,597653],[11992,597432],[10092,597890],[12339,597849],[12264,599563],[128619,367708],[129350,371131],[129734,370483],[130036,371308],[129528,368052],[129691,367883],[128122,370230],[128070,370424],[132632,374375],[131755,373608],[132934,372810],[128557,383091],[129383,371497],[128999,371803],[129831,396664],[130498,396959],[128811,404759],[129017,400496],[128779,401961],[129460,401872],[128922,401538],[128832,400561],[130110,397199],[130219,397212],[130309,397619],[130012,397198],[129395,397131],[138710,398605],[137943,401712],[128901,402554],[129061,402069],[130039,406958],[134191,406614],[128041,399923],[130076,407670],[130054,402756],[137100,406221],[140223,409599],[140294,415410],[139761,411222],[128861,412534],[129946,411855],[134849,410689],[139857,415144],[140601,412063],[128851,412277],[138932,434527],[130302,501468],[137626,505217],[136874,505582],[136173,505277],[128876,511983],[128575,514032],[128771,513944],[135713,531280],[135507,530757],[131778,564863],[131216,565281],[130404,564953],[133837,588190],[130506,586338],[130977,587212],[130981,585042],[133280,581466],[131577,586522],[133021,587010],[131321,585386],[133022,581896],[130616,581001],[133338,586700],[133932,587108],[132820,587690],[133618,587387],[130775,583434],[131616,582001],[132873,582768],[130916,586056],[132641,584103],[133744,588499],[130343,586481],[133336,585044],[132057,590394],[131593,589819],[133921,591965],[132313,591718],[132267,592416],[133679,591357],[133523,710025],[130921,712646],[132911,719269],[142712,382387],[143180,382582],[145909,385158],[145089,384388],[144298,408804],[152463,417498],[152403,417540],[151225,410759],[151541,410980],[144265,416160],[145924,412696],[149090,419325],[153357,421293],[146246,435373],[143089,435562],[142237,532101],[141895,529557],[144313,528942],[145524,528715],[144318,532824],[144843,532702],[147984,531158],[149879,528246],[152428,543780],[152439,545247],[152978,546911],[163530,378053],[164437,379748],[164191,379666],[164358,377772],[163506,379336],[164594,378878],[162269,421986],[156251,420558],[164758,430192],[162818,427864],[166038,432812],[164636,431536],[163882,433556],[157022,435391],[155270,434459],[160639,437330],[161792,437854],[161791,435979],[160536,435676],[156540,526222],[155100,534627],[154701,529254],[154966,532492],[153783,530817],[153772,530673],[156344,535172],[156630,536271],[157448,533739],[156867,534651],[165183,537024],[165203,536502],[165488,537365],[163655,536097],[164033,533569],[164085,534764],[162936,533987],[161932,536955],[162585,535306],[162908,536008],[161645,537633],[160158,537609],[157519,534171],[155980,525218],[165966,537219],[155774,538991],[157821,538249],[159039,539068],[158583,539501],[158059,538819],[160663,539468],[160742,539859],[163083,537853],[159755,588526],[162465,588132],[163478,587692],[163584,588892],[165319,588362],[162448,586172],[160522,587202],[160957,588192],[161482,588532],[159792,588882],[164317,587862],[165204,588492],[162370,591155],[160723,590328],[159530,590645],[158600,592276],[161215,593427],[158272,590995],[159497,592139],[158140,590458],[161133,593800],[161049,589568],[157835,589531],[157586,593515],[156561,594778],[155208,594512],[163136,590452],[161392,589612],[164291,590732],[164251,591112],[156143,595820],[158014,595354],[158052,594505],[154871,595915],[155149,595933],[162484,591187],[160707,595190],[163623,594169],[161795,593742],[159076,737037],[176033,186253],[178088,185978],[174345,215501],[178362,220915],[177501,221172],[177417,220536],[178457,220741],[177805,220929],[176926,220222],[177359,219873],[172143,380130],[172314,379092],[178968,379193],[179101,379953],[178733,379593],[172969,379475],[167989,381839],[166816,381448],[172609,390188],[175065,389183],[174005,456199],[176849,455183],[178237,457250],[173076,455298],[174697,455064],[175242,453456],[178197,454874],[173735,454656],[175151,494122],[174907,494912],[176631,495562],[175679,498322],[176748,495582],[173756,493222],[175722,497942],[178406,582432],[178641,580683],[179139,580788],[178277,582118],[171910,598724],[191122,180522],[182102,201224],[184468,202193],[182420,203753],[183059,202764],[184032,200720],[185020,203305],[185094,199619],[186470,202434],[182803,210898],[185196,221461],[185692,221399],[185351,221564],[185498,221484],[191734,377060],[191165,377217],[190940,377671],[182099,378252],[179378,378943],[180733,378928],[180964,379115],[180435,379374],[180450,378704],[181052,378821],[183857,389735],[181556,582539],[184414,688797],[189539,692434],[193396,179788],[192489,375116],[201872,382514],[201224,382288],[200467,382606],[200584,382305],[202037,381787],[203031,381841],[201843,382242],[202225,379312],[195069,377276],[195028,376334],[195696,377970],[194125,377351],[196477,377367],[196680,377972],[198002,377260],[198188,380525],[199368,380763],[200179,414249],[200246,413273],[198900,411199],[200190,414549],[196838,419506],[197724,411492],[198739,412576],[198399,413930],[195631,414051],[197055,411310],[195632,412336],[193741,418661],[196128,418352],[199409,411216],[192190,690030],[215378,265828],[217236,370164],[216859,368854],[214773,376560],[215285,376170],[215608,377290],[214565,377040],[212578,376529],[211786,377376],[216402,380359],[215791,380423],[215581,380937],[211334,381596],[211413,377447],[211012,379543],[209299,378200],[209754,380533],[209559,379184],[210015,379601],[208323,379507],[212957,379365],[212109,379239],[212464,381914],[212000,380389],[213832,379717],[213988,379548],[212400,382117],[206515,377319],[205217,377986],[206080,376579],[209868,573429],[208255,575082],[208452,575566],[208892,575485],[208809,573942],[211926,575082],[211768,575543],[211959,574723],[215344,577761],[212871,576797],[208179,579060],[210931,580386],[209865,578848],[212768,579341],[212788,579915],[213230,579966],[213666,578291],[216220,580664],[215910,581026],[214837,578108],[216373,580315],[216426,581445],[216148,581200],[222320,266792],[221038,266090],[220828,265690],[222100,279819],[220673,280619],[218832,281485],[222237,269582],[223257,269162],[221292,276862],[217965,277974],[217997,278333],[218031,277477],[220286,279210],[220874,277023],[221573,277303],[221227,278494],[224327,270476],[227668,288805],[227151,285335],[226792,285305],[227623,285485],[225525,287405],[227582,288365],[227185,289005],[226059,288455],[225528,282220],[226421,286070],[220310,282736],[218393,369274],[218130,370504],[217920,367654],[219211,368294],[218011,368364],[221515,469744],[219980,469827],[220465,469987],[220046,470682],[217873,583566],[219901,583176],[219393,582524],[219688,581323],[218708,579720],[221430,582540],[219994,580055],[218399,580575],[220521,580195],[217790,583650],[221486,580380],[218413,577530],[226303,670738],[239525,267146],[239247,267376],[242421,268943],[239939,266873],[242022,268711],[235372,276245],[236024,276355],[235642,276940],[235282,276406],[234883,276168],[233638,274448],[234213,271664],[234645,270127],[237036,274175],[231845,277238],[231212,276882],[236784,277629],[239757,269442],[242210,269390],[240935,269750],[234541,281161],[242671,283218],[241836,281998],[239899,285405],[239737,306886],[238421,306437],[238453,306740],[239653,309903],[240430,309426],[231182,308368],[231015,309600],[232403,308911],[239912,318758],[238602,318568],[239422,318738],[238752,319938],[241203,308993],[239767,308238],[238787,307622],[239597,309535],[238182,321568],[238992,321508],[238182,321038],[235259,621451],[255861,259208],[249476,268050],[249889,268484],[249191,268494],[249513,267953],[250204,268343],[251632,268227],[244050,286436],[253893,319734],[255613,319812],[253357,323893],[252647,323751],[252178,325503],[255150,320665],[249736,323522],[250188,323290],[249716,324136],[249426,323769],[254622,320626],[253659,321072],[247917,614075],[249673,610454],[249936,621361],[249994,621861],[248302,616246],[249718,622375],[250773,620622],[250626,620982],[249506,618475],[249101,618594],[249210,618203],[19902,167405],[20515,196236],[15329,300475],[13121,301763],[13090,300820],[19991,296619],[19579,296336],[15801,350401],[15965,349402],[16713,349894],[14751,358071],[12942,358534],[12826,358464],[14420,353321],[14481,353197],[14545,353477],[14670,353448],[15416,354113],[15668,353010],[16075,353120],[14438,353399],[14459,352823],[14448,352956],[14598,352805],[14576,353025],[14380,352874],[13801,352839],[13824,352672],[13726,352757],[14250,353385],[14631,353879],[14533,353848],[15077,354238],[15409,353852],[15276,353874],[15294,353790],[15057,353757],[15675,352671],[15695,352736],[15772,352740],[15559,352673],[15663,352679],[15656,352735],[13791,352669],[13898,352571],[13760,352501],[13157,353049],[13249,353088],[13172,353322],[13199,352928],[13647,353248],[12881,353450],[13902,351810],[13847,351894],[14276,350756],[14227,350691],[13631,351777],[14325,350760],[14058,350699],[14014,351872],[13941,350693],[14025,350755],[13620,352258],[13629,350981],[13541,351286],[13588,351144],[13555,351469],[13639,351395],[13702,351273],[13155,353592],[15126,350577],[15330,351134],[12842,353966],[12942,354163],[13365,353895],[13379,353796],[12918,353945],[12849,353611],[13053,351341],[12842,351405],[13033,351868],[13128,351899],[13192,351045],[12966,350894],[13053,350976],[13044,350843],[13060,351419],[13189,350825],[13434,351152],[13209,351180],[13347,351273],[13339,351180],[13457,351201],[13402,351409],[13190,350496],[22236,371329],[21307,370677],[21276,370509],[21392,370579],[22025,371393],[22375,371033],[22149,370882],[22236,370964],[22228,370831],[23459,370744],[23410,370679],[22372,370813],[21508,370847],[21532,370680],[23508,370748],[23241,370687],[21417,370765],[23124,370681],[23208,370743],[22789,370872],[22617,371140],[22392,371168],[22530,371261],[22724,371274],[22522,371168],[22640,371189],[22771,371132],[22585,371397],[22822,371383],[22885,371261],[22582,370648],[21740,370651],[21747,370543],[21871,370691],[21733,370434],[21562,370552],[21778,370765],[21254,370493],[21403,370488],[21345,370393],[21311,370379],[20981,371350],[15037,359163],[15331,358654],[13654,360976],[13115,360528],[13500,360660],[13429,360220],[15724,367841],[13517,359761],[13568,359435],[14866,361051],[14462,360895],[15642,361049],[20993,370028],[21054,369904],[21246,370145],[21956,370756],[22242,369679],[22596,369748],[21008,370102],[20994,369518],[20996,369656],[21136,369497],[21132,369724],[20916,369572],[20304,369541],[20321,369374],[20218,369458],[20805,370088],[21159,370547],[21061,370520],[21641,370901],[21991,370520],[21842,370538],[21875,370462],[21620,370429],[22196,369321],[22232,369391],[22296,369387],[21999,369288],[22110,369293],[22093,369343],[20198,369329],[20292,369223],[20161,369162],[21307,367840],[21377,367716],[21429,367996],[21552,367967],[22168,368632],[22562,367529],[22845,367639],[21314,367918],[21298,367342],[21307,367475],[21443,367324],[21446,367544],[21220,367393],[20579,367358],[20603,367191],[20488,367276],[21096,367904],[21382,368398],[21287,368367],[21874,368757],[22268,368371],[22101,368393],[22156,368309],[21885,368276],[22481,367190],[22530,367255],[22579,367259],[22195,367192],[22312,367198],[22279,367254],[20378,367188],[20463,367090],[20347,367020],[19701,370145],[18772,369493],[18741,369325],[18857,369395],[19490,370209],[20550,370614],[19680,370672],[19775,370703],[19840,369849],[19614,369698],[19700,369780],[19692,369647],[20494,370698],[20923,369560],[19708,370223],[20875,369495],[20278,370581],[19837,369629],[18973,369663],[18996,369496],[20973,369564],[20705,369503],[18881,369581],[20662,370676],[20589,369497],[20672,369559],[20268,371062],[20277,369785],[20081,369956],[19856,369984],[19995,370077],[20189,370090],[19986,369984],[20104,370005],[20236,369948],[20050,370213],[20203,370273],[20287,370199],[20350,370077],[19838,369300],[19204,369467],[19212,369359],[19336,369507],[19198,369250],[19027,369368],[19242,369581],[18718,369309],[18868,369304],[18810,369209],[18776,369195],[19578,368323],[20996,368393],[21049,368250],[21127,368312],[19714,368492],[19585,368550],[19967,368986],[19977,368993],[19754,368041],[19915,368005],[19819,368032],[19941,367940],[19714,368693],[20078,367536],[19598,368406],[20215,367529],[19727,368642],[19935,367878],[20148,368233],[20201,368074],[20194,367563],[20864,367796],[20237,368205],[19587,368581],[20910,367839],[20957,367892],[19695,369121],[19738,367843],[19691,368057],[19645,368136],[19612,368179],[19712,368168],[19646,368099],[19682,368097],[19760,368026],[19619,368303],[19663,368333],[19740,368258],[19772,368127],[20119,367605],[20167,367973],[20205,367874],[20140,367967],[20321,367806],[20287,367964],[20093,368054],[20433,368042],[20435,367994],[20534,367946],[20541,367945],[21915,367853],[21989,367645],[22051,367999],[22974,368544],[23111,367450],[23551,367509],[21939,367928],[21915,367346],[21915,367482],[22053,367319],[22047,367544],[21840,367403],[21264,367400],[21273,367233],[21183,367322],[21752,367923],[22174,368370],[22074,368347],[22645,368702],[22943,368303],[22814,368329],[22988,367962],[22586,368229],[23122,367135],[23006,367080],[23110,367080],[23109,367132],[21247,367199],[21347,367090],[21203,367034],[21263,368364],[19662,368941],[19344,368710],[16508,366062],[16504,366199],[16340,365964],[16268,366032],[15666,365473],[15720,366761],[15647,366575],[16479,365980],[16844,366400],[16741,366321],[16738,366474],[16583,366332],[16875,366331],[17468,366032],[17535,366183],[17603,366043],[16695,365866],[16376,365391],[15752,365338],[15562,365904],[15728,365769],[15672,365923],[15946,365797],[16094,366886],[15981,366895],[15983,366864],[16568,366504],[16459,366560],[16496,366457],[18001,365789],[18022,365865],[18110,365920],[15936,367608],[16076,367592],[15863,367788],[15950,367882],[15674,368926],[16832,368512],[16873,369009],[15871,367667],[16356,367446],[16247,367484],[16445,367552],[16260,367614],[16272,367401],[15972,366945],[16465,367142],[15770,367525],[15478,368154],[15457,368054],[15423,368662],[15854,368640],[15958,368585],[15846,368398],[17080,368432],[17051,368458],[16733,368795],[16915,368468],[16970,368549],[16902,368591],[15996,367007],[16121,367070],[16125,366902],[16108,361617],[16178,361493],[16230,361773],[16353,361744],[16969,362409],[17363,361306],[17646,361416],[16115,361695],[16099,361119],[16107,361252],[16244,361101],[16247,361321],[16021,361170],[15380,361135],[15403,360968],[15289,361053],[15897,361681],[16182,362175],[16088,362144],[16675,362534],[17069,362148],[16902,362170],[16957,362086],[16685,362053],[17282,360967],[17330,361032],[17380,361036],[16996,360969],[17113,360975],[17079,361031],[15179,360965],[15264,360867],[15148,360797],[14150,367048],[13221,366396],[13190,366228],[13307,366298],[13940,367112],[14999,367517],[14130,367575],[14225,367606],[14289,366752],[14064,366601],[14150,366683],[14142,366550],[14944,367601],[15373,366463],[14158,367126],[15324,366398],[14286,366532],[13422,366566],[13446,366399],[15423,366467],[15155,366406],[13331,366484],[15111,367579],[15039,366400],[15122,366462],[14717,367965],[14726,366688],[14531,366859],[14306,366887],[14444,366980],[14639,366993],[14436,366887],[14554,366908],[14686,366851],[14499,367116],[14652,367176],[14737,367102],[14800,366980],[14227,365430],[13654,366370],[13661,366262],[13786,366410],[13647,366153],[13476,366271],[13692,366484],[13168,366212],[13317,366207],[13259,366112],[13225,366098],[13548,362115],[13337,362179],[14397,362584],[13528,362642],[13623,362673],[13687,361819],[13461,361668],[13548,361750],[13540,361617],[14342,362668],[14771,361530],[13555,362193],[14722,361465],[14126,362551],[13684,361599],[12820,361633],[12844,361466],[14820,361534],[14553,361473],[14509,362646],[14436,361467],[14520,361529],[14115,363032],[14124,361755],[13929,361926],[13704,361954],[13842,362047],[14036,362060],[13834,361954],[13952,361975],[14083,361918],[13897,362183],[14050,362243],[14134,362169],[14197,362047],[13685,361270],[13052,361437],[13059,361329],[13183,361477],[13045,361220],[12874,361338],[13090,361551],[16288,360338],[15359,359686],[15328,359518],[15444,359588],[16077,360402],[17137,360807],[16268,360865],[16362,360896],[16427,360042],[16201,359891],[16287,359973],[16279,359840],[17082,360891],[17510,359753],[16295,360416],[17462,359688],[16866,360774],[16424,359822],[15560,359856],[15583,359689],[17560,359757],[17293,359696],[15469,359774],[17249,360869],[17176,359690],[17260,359752],[16855,361255],[16864,359978],[16669,360149],[16444,360177],[16582,360270],[16776,360283],[16574,360177],[16692,360198],[16823,360141],[16637,360406],[16790,360466],[16874,360392],[16937,360270],[16425,359493],[15792,359660],[15799,359552],[15923,359700],[15785,359443],[15614,359561],[15829,359774],[15305,359502],[15455,359497],[15397,359402],[15363,359388],[13786,359284],[13856,359160],[13908,359440],[14031,359411],[14648,360076],[15041,358973],[15325,359083],[13793,359362],[13778,358786],[13786,358919],[13922,358768],[13925,358988],[13700,358837],[13058,358802],[13082,358635],[12967,358720],[13575,359348],[13861,359842],[13766,359811],[14353,360201],[14747,359815],[14580,359837],[14635,359753],[14364,359720],[14960,358634],[15009,358699],[15058,358703],[14675,358636],[14791,358642],[14758,358698],[12857,358632],[17038,362245],[16902,362865],[16746,362910],[16826,362763],[17175,362401],[17410,361338],[17706,362067],[17727,361967],[16760,362112],[16681,362312],[16727,362241],[16625,362238],[17544,361341],[16399,361017],[17125,362219],[16378,361038],[17456,361568],[16584,362101],[16804,362876],[16641,362868],[16430,360936],[16600,361020],[16757,362955],[17460,361218],[16623,361122],[16690,361017],[17951,361505],[16627,361702],[16820,361875],[16867,362103],[16935,361961],[16950,361743],[16851,361973],[16865,361848],[16809,361708],[17072,361883],[17126,361712],[17059,361621],[16932,361571],[16296,362102],[16571,362680],[16469,362680],[16587,362552],[16391,362680],[16528,362836],[16664,362644],[16553,363105],[16527,362960],[16465,363006],[16457,363039],[13506,363384],[20490,371127],[23421,378438],[22047,373253],[22099,373530],[22222,373501],[23233,373066],[21969,372879],[21977,373012],[22114,372861],[22117,373081],[21891,372930],[21250,372895],[21273,372728],[21158,372813],[21931,373454],[22545,374294],[22939,373908],[22771,373930],[22827,373846],[22555,373813],[23152,372727],[23200,372792],[23250,372796],[23085,371798],[22216,371856],[22311,371887],[23030,371882],[22243,371407],[22814,371765],[23197,371860],[22776,372341],[22738,371457],[20955,372609],[20825,372558],[21088,372462],[20489,371434],[21031,372589],[20596,372673],[20640,372524],[21055,372806],[22596,372712],[22839,374169],[23516,373176],[22982,372735],[20466,372704],[20424,372565],[20530,372772],[21311,371571],[21270,371692],[23919,379299],[23886,378806],[24926,383544],[21670,382677],[18632,374329],[17641,377372],[17100,377092],[17199,376989],[17513,377500],[17922,377953],[18024,377964],[17747,377064],[17550,376982],[17620,377034],[17618,376916],[18598,377768],[18793,376570],[17678,377452],[18779,376531],[18365,377700],[17746,376865],[17028,377115],[17018,376950],[18883,376576],[18862,376654],[16949,377066],[18700,377693],[18768,376679],[18882,376729],[18487,378182],[18130,376900],[17982,377110],[17814,377248],[17908,377242],[18130,377224],[18207,377124],[18014,377153],[18149,377076],[18002,377368],[18179,377399],[18264,377315],[18299,377182],[17717,376555],[17191,376870],[17180,376765],[17317,376877],[17177,376672],[17040,376825],[17235,376967],[16788,376851],[16927,376813],[16880,376742],[16848,376737],[19030,375065],[19108,374944],[19131,375233],[19259,375222],[19883,376081],[20314,374910],[20681,375186],[19035,375153],[19129,374634],[19104,374743],[19272,374629],[19223,374814],[19044,374673],[18462,374630],[18508,374470],[18396,374557],[18844,375145],[19136,375762],[19043,375717],[19537,376117],[19932,375725],[19791,375763],[19827,375648],[19591,375621],[20353,374669],[20370,374706],[20440,374746],[20206,374820],[20311,374827],[20292,374906],[18441,374649],[18557,374589],[18433,374483],[18114,375992],[16910,377951],[18783,376171],[19130,375675],[17878,376049],[17719,376022],[17796,375915],[19066,375857],[19817,375007],[19437,375742],[19494,375660],[18897,375431],[18649,375565],[18773,375528],[18630,375473],[19828,375051],[18979,374278],[19189,375684],[18872,374276],[19651,375218],[18671,375336],[18320,376098],[18181,376021],[18969,374207],[18639,374288],[18197,376141],[19907,374919],[18578,374384],[18646,374312],[20040,375359],[19012,375013],[19090,375247],[19041,375475],[19175,375378],[19230,375178],[19090,375352],[19139,375242],[19121,375087],[19302,375360],[19395,375224],[19346,375109],[19263,375012],[18718,375499],[18244,375828],[18150,375785],[18332,375722],[18026,375744],[18067,375941],[18369,375839],[17865,376178],[17917,376038],[17792,376045],[17766,376071],[18554,373964],[22866,372729],[22949,372791],[21049,372725],[21134,372627],[21018,372557],[21586,371624],[20607,373410],[20439,373416],[20542,373514],[21492,372439],[21478,372538],[21760,371892],[21362,371732],[21284,371965],[20111,371566],[20167,371507],[20162,371457],[20163,371847],[20149,371731],[20210,371754],[20475,373638],[20363,373571],[20314,373697],[20065,381606],[20596,381592],[19050,381295],[19058,381428],[19194,381277],[19327,381823],[18971,381346],[18330,381311],[18354,381144],[18239,381229],[19404,382093],[19160,382375],[20232,381143],[20281,381208],[20330,381212],[19946,381145],[20063,381151],[20030,381207],[18129,381141],[18214,381043],[18098,380973],[17441,380872],[17870,380504],[17480,381252],[17878,380762],[18730,381473],[18795,380237],[19324,380432],[17669,380741],[17733,380215],[17717,380272],[17856,380180],[17657,380271],[17129,380342],[17215,380185],[17144,380294],[17530,380774],[18002,381317],[17907,381292],[18304,381645],[18595,381113],[18513,381181],[18483,381060],[18306,381084],[18907,379994],[18892,380027],[18996,380051],[19004,380176],[19086,380160],[19112,380242],[17416,380377],[17543,380294],[17387,380216],[25271,384719],[25345,398794],[16023,597618],[16689,596044],[17595,596646],[15523,596619],[18414,596581],[18444,597166],[18579,597135],[17778,595430],[25453,591948],[25309,591846],[267562,238410],[267731,237428],[268137,237552],[267594,237642],[267957,239848],[268509,241007],[268098,240134],[268067,240147],[268137,239898],[267892,241744],[265555,239614],[256358,259938],[256201,260338],[256833,318903],[256026,320170],[263061,360697],[261663,361552],[258036,623894],[258157,623618],[257484,623090],[257435,623189],[257631,623294],[258262,624566],[258179,624750],[258310,624699],[258754,624473],[258707,624627],[258801,624572],[258678,624553],[276393,268834],[276013,268549],[281315,281226],[280825,280088],[276885,269847],[275553,269089],[274158,287429],[273733,288505],[274143,288255],[273866,289265],[273498,288905],[281589,283472],[281497,284162],[277057,307326],[270894,312169],[271143,312579],[270437,312569],[270488,312556],[270068,312738],[269346,312526],[271575,311460],[273509,312972],[273571,313613],[274016,313386],[274423,312529],[272636,309213],[272015,309387],[276629,307523],[276464,308152],[276249,307759],[280635,323721],[281147,323331],[281470,324451],[280427,324201],[280669,324887],[280780,426265],[281215,427255],[280050,427945],[284289,222280],[284057,222919],[283667,222471],[284271,222162],[284570,221788],[284432,227851],[284549,228095],[284515,228069],[284651,228021],[283742,224114],[283846,224018],[284120,223865],[283935,224310],[284314,225134],[285030,224209],[285266,224401],[283724,224190],[283888,223638],[283855,223767],[284032,223666],[283966,223876],[283798,223662],[283200,223429],[283274,223278],[283522,224109],[283639,224667],[283559,224608],[283996,225162],[284490,224917],[284324,224886],[284403,224823],[284155,224708],[285060,223861],[284983,223966],[285132,223957],[284787,223774],[284896,223816],[284847,223859],[283138,223323],[283061,223205],[283173,223139],[283084,223036],[282614,275517],[281889,275193],[282742,275048],[283047,275683],[283413,276006],[283691,279356],[283956,279858],[283506,279761],[283363,279209],[283971,279733],[282349,281054],[293509,274039],[282201,283482],[287952,282794],[287813,284189],[290497,294340],[290266,294160],[289084,293965],[292495,292245],[292285,291845],[292781,296074],[290944,294800],[290180,294770],[291144,294630],[289607,294637],[281745,321967],[282723,427195],[281740,427595],[283736,426755],[283842,427955],[293293,427633],[293019,426479],[284549,429795],[285462,427555],[285577,427425],[284509,430175],[292055,425695],[291538,425777],[291519,426225],[291228,429271],[290804,429008],[291570,429385],[289000,431275],[289477,429890],[290518,430797],[290274,432377],[288827,432527],[289812,431830],[289631,429580],[289513,426590],[290663,425157],[285361,428950],[283394,429515],[282706,425235],[281650,428675],[284575,426925],[288544,430092],[306141,255318],[306588,623379],[307023,624369],[305858,625059],[305341,637402],[306805,628691],[304982,633884],[304480,634225],[304721,634618],[306518,634035],[305751,637431],[306133,637354],[309077,253166],[308841,252467],[309918,252802],[307406,252634],[307375,251641],[307805,251689],[307282,251875],[308065,253977],[308820,255019],[308256,254234],[308205,254255],[308252,253995],[309130,254415],[311236,254213],[309089,255993],[311003,281259],[310915,280702],[310044,281667],[312394,281654],[313915,281518],[308706,284965],[308089,284843],[312453,284542],[313003,284981],[311099,285206],[311585,285366],[311623,282408],[312610,282307],[310507,282944],[312964,284422],[313106,285104],[313391,285501],[310337,390886],[311766,390452],[311691,389820],[311427,388686],[311413,388979],[311131,391212],[312247,390037],[311963,394203],[313228,394507],[311823,393926],[312334,394757],[311325,394255],[311295,395939],[311701,395809],[317517,408356],[317239,408894],[317395,405668],[317727,405540],[317438,405682],[317557,409064],[316821,408019],[311395,397488],[313271,398066],[313197,399288],[313319,398492],[314298,401561],[314189,401450],[314685,400638],[314092,400864],[313820,401034],[314337,399722],[314248,399202],[311258,401018],[311563,400690],[311929,400768],[315679,403356],[316540,403381],[317053,405037],[313153,402217],[313039,401939],[312894,402313],[315487,402173],[315522,402404],[317501,407435],[318003,408205],[316584,403463],[317756,405348],[318394,408594],[314271,398821],[317317,411218],[317797,410573],[318703,411585],[318725,411921],[318801,411799],[318515,411769],[308514,622349],[313657,625347],[308531,624309],[307458,625789],[307548,624709],[312805,626628],[311846,625633],[309202,626629],[310383,624039],[309544,623869],[310357,626909],[309650,625069],[311270,624669],[310317,627289],[307399,634891],[310797,632407],[313642,631240],[311801,631023],[332538,265646],[332186,264458],[332284,264743],[329251,268200],[328892,268170],[329723,268350],[322421,267133],[322391,267523],[322571,266706],[325451,266830],[325891,266710],[326091,267274],[325540,268649],[329768,271670],[327625,270270],[329682,271230],[328159,271320],[328451,281142],[328601,280422],[329626,280122],[330213,278977],[328431,277203],[330908,279737],[329800,278578],[331039,280269],[328681,276783],[331346,281200],[324491,269273],[327756,279388],[327769,279320],[323256,287524],[323888,287818],[324585,285857],[325032,286317],[324268,286287],[324354,285677],[325232,286147],[328422,285143],[328152,286373],[326882,284723],[327942,283523],[329242,284163],[328042,284233],[326622,282893],[327832,282763],[326673,283917],[327412,285143],[328295,284155],[325802,283633],[329830,282128],[331239,394471],[321040,407873],[320821,408047],[321442,407512],[321895,407707],[320342,407435],[324996,407891],[332058,401391],[326681,399064],[329521,400285],[331277,402273],[332789,401905],[329445,400332],[332101,397642],[332118,399508],[330175,398615],[331045,401048],[330610,399611],[331135,399950],[331847,401840],[331768,402191],[323269,408845],[325376,408851],[332675,409386],[321247,414722],[320486,415348],[332061,410389],[331949,410165],[329493,411176],[329048,411067],[328985,410008],[328617,410535],[330698,410616],[326777,410724],[328148,411006],[328818,411270],[332140,410007],[329432,410814],[327023,410581],[332626,410917],[332074,541642],[330856,540981],[331341,541141],[331351,539989],[330710,540709],[330858,539969],[330925,541682],[323436,650972],[321410,650985],[321854,650321],[320833,651108],[320996,651196],[322503,650724],[335488,266517],[334152,265896],[334053,264513],[333723,267379],[334497,267168],[338894,325714],[339304,325464],[339027,326474],[338659,326114],[333675,403731],[333896,408575],[335488,402306],[334786,403343],[333970,399335],[333944,402241],[334857,400102],[334972,399996],[333904,402669],[335355,401800],[334907,401825],[333131,399099],[333237,400293],[333161,409017],[344616,417602],[344060,419347],[345149,418543],[333108,410164],[345563,425737],[347545,420572],[346429,416383],[346644,418330],[345725,419912],[345705,418829],[348459,417876],[347607,417792],[347834,418975],[348723,420733],[349405,418413],[349506,418273],[348721,421116],[354964,419110],[354055,421490],[354012,421870],[355081,419130],[353484,417670],[353240,418460],[352087,418900],[351333,420620],[352089,416770],[350872,419380],[352210,420390],[350684,418858],[350284,417970],[347622,428222],[346468,428015],[350591,427780],[349602,426516],[350317,426554],[348749,427659],[348881,427153],[348477,426955],[345804,425469],[346204,425183],[352445,426816],[350467,425347],[351281,426344],[351950,427632],[357608,553947],[358362,554566],[357403,553744],[364163,550429],[367354,549325],[371013,558542],[370266,557516],[370637,555980],[371038,556586],[364795,551944],[364435,553200],[363873,553019],[363491,551795],[365645,553179],[365771,551997],[366283,551608],[366606,552722],[365563,552492],[367508,552549],[359627,554070],[360167,555513],[360793,554929],[358840,552936],[361223,553883],[365198,550836],[364407,551113],[364085,606470],[365441,604324],[365339,605925],[365376,607322],[366735,605735],[366279,605014],[364409,608097],[364663,607929],[363771,622370],[363527,623160],[362374,623600],[361620,625320],[362376,621470],[361159,624080],[362497,625090],[360972,623560],[360571,622670],[365251,623810],[364342,626190],[364299,626570],[365368,623830],[369161,617857],[369178,619817],[367235,618887],[368105,621297],[367670,619877],[368195,620217],[366505,620567],[365296,615252],[365056,616861],[364840,618116],[366374,616701],[365997,615942],[363835,618830],[363782,617311],[364107,618694],[370589,626422],[367983,625367],[367720,626597],[366826,626257],[366449,624947],[367510,623747],[368801,624387],[367601,624457],[369849,622137],[371030,619547],[370191,619377],[371004,622417],[370297,620577],[370964,622797],[366922,657429],[376502,554450],[375022,553266],[374778,554097],[373625,554562],[372871,556165],[373627,552322],[375593,556925],[372410,554991],[373748,555957],[372223,554480],[375550,557229],[376619,554421],[371822,553607],[371669,557252],[371861,556014],[371722,558476],[371917,620177],[372032,620047],[381810,664952],[382924,662543],[383602,666358],[383564,665860],[383706,666703],[381829,668018],[35449,199282],[31865,205746],[27597,217337],[28026,265759],[36193,268551],[26000,381697],[26357,381819],[27967,388653],[28035,393890],[28547,393500],[28870,394620],[27827,394370],[29425,394762],[28846,395283],[26387,400166],[25831,399792],[28221,400352],[27762,400568],[34205,404451],[33425,403649],[32764,587176],[33924,586458],[34018,586530],[29635,587350],[29715,587484],[29472,587071],[29633,587268],[29585,587548],[31168,588687],[31066,588706],[31370,588750],[31354,588708],[31288,588724],[32038,588601],[31871,588682],[33975,598501],[34342,597828],[34398,597799],[35339,598256],[35402,598136],[35170,598729],[34310,597914],[34188,597996],[34173,597794],[33917,598427],[33857,598243],[33900,598296],[33891,598223],[34029,597914],[33941,597922],[30716,590046],[36053,592373],[36238,592565],[36242,592646],[36188,592844],[36320,592781],[37588,591666],[37444,591564],[34646,590056],[34604,589995],[34941,590361],[34166,590297],[34074,590340],[34193,590365],[34016,590435],[34669,590252],[31430,593159],[31517,593288],[31245,592899],[31425,593078],[31380,593362],[31477,591669],[31633,591630],[31186,591735],[31397,591646],[31651,591786],[32035,593344],[32148,593452],[31806,593125],[32014,593265],[32028,593552],[32987,591072],[33070,591205],[32818,590794],[32985,590990],[32938,591270],[30855,589167],[30952,589186],[30419,589155],[30468,589061],[30397,589265],[30415,589213],[30761,589669],[30846,589600],[30648,589577],[30683,589576],[30659,590029],[30796,589814],[30583,590063],[30710,590116],[30506,589825],[30979,589640],[30987,589578],[30861,589724],[30509,589624],[30789,589084],[31086,589338],[34437,591504],[34260,591581],[28503,589439],[28501,589403],[28565,589768],[27972,589363],[27874,589336],[27960,589370],[27769,589394],[28416,589509],[35595,591192],[35729,591270],[35310,591053],[35553,591135],[35636,591356],[30684,597255],[30675,597198],[30800,597633],[30147,597250],[30046,597241],[30138,597293],[29950,597309],[30612,597394],[28700,597807],[28686,597736],[28779,598222],[28177,597731],[28083,597712],[28185,597795],[27974,597760],[28644,597972],[26552,593691],[26615,593833],[26425,593382],[26560,593616],[26483,593859],[27378,596141],[27468,596238],[27194,595962],[27370,596073],[27339,596328],[26858,594864],[26930,595002],[26745,594563],[26843,594787],[26872,595036],[388101,307305],[387027,306835],[386891,307199],[387479,307232],[388199,309713],[386432,487522],[387219,487668],[386157,488328],[385710,487790],[385321,487519],[386556,507883],[385958,507643],[386451,507123],[386673,507720],[387003,508043],[387001,664974],[386637,664599],[386260,664841],[391471,660511],[391227,661301],[390074,661741],[389320,663461],[390076,659611],[392042,664331],[388859,662221],[390197,663231],[388672,661701],[391999,664711],[388271,660811],[385572,662089],[392951,661951],[393068,661971],[386123,667103],[386898,666214],[416072,316157],[418988,315136],[417160,314709],[420404,312136],[421287,310732],[419962,311051],[411292,317820],[412432,314957],[414367,313142],[421245,485585],[417932,485113],[419808,484548],[419382,489803],[421232,487250],[418561,489678],[418496,488397],[419823,660739],[419282,660116],[419033,661736],[421218,663532],[413184,673690],[415625,671796],[413756,671972],[434419,317285],[433634,317542],[435028,318396],[433890,313844],[424242,662913],[422486,662269],[435833,316245],[435619,314380],[437134,322101],[441238,320316],[421151,341235],[421952,341022],[420584,340085],[439014,427063],[442461,425985],[440166,425606],[439459,425394],[443316,428060],[445845,434232],[446161,433648],[446346,434423],[445732,434483],[439451,431785],[445108,430310],[447298,430532],[440848,429578],[441265,432761],[446908,428867],[446916,428112],[441416,425952],[441671,425243],[437554,433813],[437157,433306],[438266,432976],[438051,434001],[438833,427918],[440542,428130],[438946,431869],[443018,432994],[442919,431368],[442156,425336],[438975,433974],[440050,426207],[442944,427750],[443981,427618],[443788,428093],[445941,433487],[441075,430623],[447812,427094],[445716,432077],[447401,428043],[442975,481997],[441038,486248],[443790,482126],[443827,483392],[440686,488976],[441738,487421],[448947,434273],[448336,429380],[449203,426670],[449779,426385],[448898,427107],[449199,434049],[449886,427544],[448548,431419],[460688,499114],[457546,497905],[459601,500562],[456205,503305],[456325,500254],[455972,514230],[455273,512715],[454958,514013],[462516,499541],[46530,263979],[39584,264527],[50054,258871],[39387,270374],[38710,271138],[38860,270530],[49135,317176],[49613,315966],[50837,311610],[50175,314704],[49352,310764],[48205,311121],[48531,311903],[48684,310299],[48941,311183],[50584,326547],[50380,322771],[50925,325725],[45192,344569],[46884,345191],[45356,345144],[44430,350250],[43736,349957],[40361,346683],[41452,347893],[40992,349173],[44734,350283],[45103,350610],[42290,348853],[42158,346773],[41327,346593],[42203,350093],[42271,349793],[44434,349652],[47991,436031],[47604,660914],[48181,660372],[47463,660048],[47964,660129],[43289,662495],[44211,663373],[43156,663568],[44436,663568],[42998,662128],[46843,661455],[59048,184349],[59466,184455],[54705,306877],[54384,307290],[54716,310158],[54109,307660],[54845,307600],[55158,309010],[51979,311030],[52589,311164],[52135,309810],[52347,310131],[51935,309382],[56323,324445],[56143,324682],[57799,329754],[51618,324302],[52502,323384],[51987,323044],[57553,329829],[51225,325910],[51587,325283],[58842,332094],[57722,330960],[57770,331920],[58437,332103],[57267,328976],[57308,328676],[63702,342855],[57161,359491],[56484,359156],[59518,362088],[59297,363054],[57396,361699],[57232,358870],[57486,359518],[57831,359870],[63159,377487],[63945,377526],[63802,379945],[55513,426756],[54858,426990],[54770,426543],[54449,426419],[54027,426168],[61465,431947],[60212,431386],[63510,431331],[62726,431422],[56721,431230],[57479,431137],[58977,429402],[58111,425549],[57785,427652],[56250,426285],[57325,428405],[56738,427189],[57211,427591],[55978,427382],[59863,427363],[58776,427350],[60288,429621],[58939,428416],[61418,427444],[61634,427247],[60547,429712],[63164,660173],[61934,654370],[62983,657020],[62522,655780],[62335,655260],[63739,653170],[63737,655300],[63860,656790],[76403,315597],[64633,324649],[72543,335999],[70833,335239],[67107,345426],[67600,344859],[67756,345729],[67082,345795],[64997,343156],[64176,343460],[69913,344378],[64218,378732],[64746,379857],[64729,377760],[64700,381047],[64782,380750],[67240,382500],[75418,383330],[64792,385245],[75649,385928],[75334,385684],[76268,385039],[75930,385805],[75955,385011],[64096,429061],[71176,652686],[70949,652216],[70514,652326],[75786,647596],[76730,646315],[76210,646813],[64092,652028],[66472,650072],[69047,649428],[67514,652927],[67635,652440],[76182,645599],[76186,644993],[76069,645115],[67503,660008],[70756,657140],[69097,658197],[68863,656066],[67288,658088],[68252,656960],[68252,657588],[67050,656346],[70331,659625],[70028,658826],[67878,661131],[69064,659554],[70270,660711],[70446,660740],[67544,661304],[69671,654427],[67504,653287],[64268,657295],[64594,659058],[70688,653825],[66614,655510],[65662,658270],[66731,655530],[65134,654070],[64890,654860],[65705,657890],[73822,692824],[65443,699452],[65716,699736],[64574,698704],[82723,351537],[83012,352198],[82279,352055],[82510,351421],[82478,350939],[86899,383901],[76966,385002],[81834,434751],[80524,435372],[80805,434447],[82019,433396],[82679,433747],[81909,434076],[84842,431515],[84540,432456],[80882,435342],[83784,434241],[84167,433559],[84465,434507],[83812,434724],[83430,435036],[84762,438321],[87012,435853],[86835,435529],[87205,436297],[84738,435513],[85058,437967],[84363,438008],[84224,436621],[91461,263536],[93010,263791],[92439,260714],[95623,260371],[95558,262600],[92100,261449],[93928,263713],[95231,260219],[96829,365023],[96997,383209],[96309,378929],[96326,380889],[94383,379959],[95253,382369],[94818,380949],[95343,381289],[93653,381639],[98178,380619],[97339,380449],[98152,383489],[97445,381649],[99065,381249],[99180,381119],[98112,383869],[91497,384095],[94497,385812],[95367,385392],[94967,386211],[95311,385922],[95460,386317],[94980,391038],[94594,390903],[94217,391495],[98348,390960],[94410,389391],[95863,390363],[94197,391578],[96731,392044],[95270,391700],[95813,391422],[95358,393055],[96770,388635],[96053,389275],[99291,390102],[97115,389787],[98074,388186],[99707,390332],[91958,384932],[98076,388023],[94358,407190],[94573,407632],[97289,405466],[96117,405615],[93104,413811],[93886,414461],[92491,413998],[92335,412647],[95756,411805],[95954,412508],[95958,412428],[94058,411832],[94974,657243],[95431,657514],[94183,657327],[103419,263231],[103569,341520],[104095,342079],[103668,342364],[103157,344923],[112892,361531],[113803,361681],[114239,369452],[114720,368254],[114107,374786],[112627,373346],[112383,374136],[111230,374576],[110476,376296],[111232,372446],[113198,377166],[110015,375056],[111353,376066],[109828,374536],[113155,377546],[114224,374806],[109427,373646],[1222429,558494],[1222618,559068],[1221499,559094],[1222008,558127],[1222876,560523],[1223444,560256],[1223501,561419],[1222617,560948],[1218420,559392],[1220554,560696],[1219284,558512],[1220789,560596],[1222377,556675],[1218440,559607],[1224891,563258],[1223485,565568],[1223005,566308],[1222999,565614],[1223362,564621],[1223708,563770],[1223837,564481],[1224564,565140],[1221876,564961],[1222993,564233],[1231347,562453],[1231098,562660],[1235260,568476],[1234877,568107],[1233886,569739],[1234847,569953],[1234130,570181],[1233965,567291],[1231997,565207],[1233292,569559],[1236928,570044],[1235824,572608],[1230311,567248],[1230862,564854],[1232916,568939],[1236220,573798],[1231858,569496],[1237036,575065],[1238331,573476],[1236205,570935],[1234002,570875],[1233134,571119],[1233482,567943],[1231745,567258],[1232138,564758],[1231509,565199],[1237578,576922],[1240695,576211],[1242203,571943],[120515,175933],[123768,172426],[123985,171506],[124286,172414],[116323,173358],[120312,215188],[121262,216608],[126981,369903],[127091,365774],[126650,367867],[124961,366496],[125408,368822],[125216,367479],[125668,367902],[123991,367775],[127756,367578],[127638,368722],[122493,369777],[120719,369798],[120612,370668],[119196,369037],[118179,371268],[122623,369580],[117619,370639],[119554,371293],[125118,371777],[119152,372365],[122010,372298],[119966,372148],[122054,372313],[127446,383860],[126002,383090],[127354,382189],[127245,382906],[123816,371431],[118459,371647],[127069,384913],[126136,384415],[125811,396165],[125967,401488],[122846,397996],[122553,398079],[126507,399315],[125907,403307],[127773,401748],[126561,404255],[125689,408074],[124020,408621],[121167,407310],[123040,404178],[123675,401389],[126574,401525],[127679,406257],[126302,406348],[123286,411445],[122652,422266],[121155,421863],[122564,421071],[119460,419370],[125395,417606],[124500,418616],[125400,417930],[126257,416824],[123683,414616],[127487,410950],[125745,420339],[121629,417953],[120518,410398],[124740,502348],[125244,503711],[122863,504146],[125651,503307],[125332,503444],[122504,503945],[124013,504689],[125230,504534],[124742,504918],[125207,505419],[126808,515834],[125469,516570],[124149,569201],[124913,568866],[125238,564151],[124960,565092],[125506,565225]] \ No newline at end of file diff --git a/src/gathering/a10925.json b/src/gathering/a10925.json new file mode 100644 index 0000000..af33cd3 --- /dev/null +++ b/src/gathering/a10925.json @@ -0,0 +1 @@ +[[-1273842,1207473],[-1274181,1207060],[-1274180,1206760],[-343305,193511],[-343522,193484],[-343933,193855],[-343646,193577],[-351171,209095],[-352617,210721],[-370204,558172],[-370074,557660],[-369831,557480],[-16111,255461],[-16632,254262],[-15019,253686],[-19912,259139],[-21315,259372],[-20003,257483],[-19490,259539],[-23846,275299],[-24896,276491],[-23737,272260],[-23169,272671],[-27205,275723],[-26631,274320],[-552569,575608],[-553036,575359],[-553153,575080],[-582023,359007],[-581539,358789],[-581246,358858],[-601721,182339],[-601948,181886],[-601887,181591],[-626996,-188798],[-626974,-188496],[-624421,-188831],[-624977,-187513],[-625541,-187362],[-625946,-188070],[-627144,-184241],[-625338,-202887],[-624242,-194187],[-624236,-194377],[-626024,-205326],[-626865,-206171],[-633141,-187160],[-633841,-189133],[-636673,-186226],[-639362,-185473],[-627410,-183744],[-636638,-203957],[-631944,-196701],[-631649,-195703],[-628441,-204451],[-637090,-201942],[-628333,-204521],[-639765,-214071],[-638217,-208187],[-638015,-208071],[-638658,-207522],[-639638,-208597],[-639977,-208624],[-638504,-205776],[-638941,-208611],[-649784,-217001],[-640320,-211359],[-640247,-212106],[-640323,-212187],[-640257,-213921],[-651105,-213131],[-651846,-212720],[-651767,-213155],[-651027,-212484],[-651043,-211243],[-642208,-212907],[-642818,-213313],[-640301,-212853],[-655695,-177234],[-665551,-190089],[-657796,-188630],[-657592,-215429],[-660026,-213986],[-659732,-213743],[-656523,-210803],[-661764,-215193],[-662384,-215327],[-662421,-215129],[-656421,-211704],[-661011,-211982],[-673168,-212526],[-674259,-211505],[-670703,-212725],[-675568,-213328],[-675978,-213242],[-670716,-212817],[-687708,-198765],[-687930,-198579],[-687708,-198536],[-688130,-197815],[-688002,-197508],[-690785,-200914],[-690992,-200537],[-691180,-201504],[-691218,-200318],[-691918,-200231],[-52761,375893],[-53430,373832],[-52524,374838],[-53668,631336],[-53857,632450],[-892805,1377961],[-892329,1377723],[-892034,1377783],[-914022,1471576],[-913496,1471587],[-913259,1471774],[-84534,593919],[-86217,594403],[-81999,597343],[-86474,594285],[-87218,593842],[-86814,601125],[-86638,601363],[-86917,601682],[-87707,601461],[-87670,601543],[-87744,601080],[-83742,613719],[-83553,613594],[-76969,610983],[-79902,609019],[-85410,606160],[-86394,603814],[-85001,605758],[-85043,605718],[-87279,601998],[-1058929,1320636],[-1058407,1320691],[-1058194,1320908],[-1115297,1404950],[-98967,596272],[-97297,594761],[-91217,593677],[-89617,593892],[-101374,602413],[-102164,626134],[-102164,626135],[-1154685,1379362],[-1154722,1379698],[-1154242,1379550],[-1157617,1383766],[-1176551,1379249],[-1175829,1380214],[-1174335,1380695],[-1186348,1482525],[-1211883,1461715],[-113804,470113],[-114023,469297],[-113210,470890],[-113176,470758],[-113066,470636],[-114141,469616],[-114291,468924],[-103227,610091],[-104629,626706],[-104830,626809],[-105099,626864],[-104964,627229],[-105007,626968],[-107236,623492],[-107442,623818],[-107516,622540],[-108290,631350],[-107676,631518],[-107479,630581],[2466,350282],[2534,350262],[2486,350342],[3331,347963],[2222,348106],[1883,348211],[3277,348273],[3787,348167],[4003,348309],[4660,348371],[4265,348631],[5261,348483],[5097,348414],[5567,348476],[3816,350169],[3779,350525],[4934,350185],[5152,350353],[5193,350243],[6035,348938],[5880,349094],[4823,350202],[4823,350190],[4561,350168],[2332,348096],[2238,348039],[1482,347957],[3679,348837],[1720,349438],[803,349876],[737,349939],[5613,349325],[4330,348838],[4094,350186],[142691,397814],[176738,186144],[177562,185887],[177380,186331],[176248,186867],[173919,214332],[174184,215310],[173824,215720],[173285,215741],[172784,215446],[172639,214799],[177857,220059],[178197,220015],[178400,220619],[177557,220303],[191595,179562],[191842,181017],[189098,181087],[185714,203395],[184009,203867],[185643,201244],[183780,201466],[183065,200882],[183435,201980],[182713,210157],[182320,226963],[181278,226146],[181240,227867],[227187,510584],[229116,511843],[228770,499446],[222616,509568],[224686,508495],[229274,507500],[220470,507746],[228715,510958],[226506,509701],[229991,509844],[222649,518560],[222608,517211],[221736,518239],[228705,512371],[226723,513992],[229207,512590],[218401,513407],[230238,517861],[222412,516746],[224309,515698],[223673,515806],[224996,514491],[225083,516718],[223964,514224],[225380,514297],[225515,516480],[223276,514401],[226245,518059],[227590,514831],[224097,514944],[224128,515078],[226779,516307],[226792,514605],[224627,513610],[222470,516765],[226119,516040],[227695,514460],[230400,512729],[224671,513186],[229850,513251],[222840,513636],[230240,513964],[221003,512546],[220605,513013],[222982,512921],[220328,512433],[227684,515932],[240550,512025],[235230,509297],[236106,507694],[236344,505912],[237720,508897],[241143,511354],[237305,510381],[236034,505056],[237738,507962],[240771,508741],[239996,512112],[238581,512200],[240694,510418],[237823,510586],[239203,511842],[234222,506127],[232966,505643],[232093,508009],[232967,506325],[233951,503776],[237955,508206],[234814,503766],[232833,501152],[235072,506545],[236767,505196],[231400,504921],[236801,507726],[234826,505177],[237129,506310],[237688,505825],[235467,504238],[237676,505263],[235057,506093],[235695,503803],[230637,511315],[231437,506768],[231628,508662],[231687,510490],[232306,510377],[230502,510578],[232485,517801],[243161,519153],[242105,520246],[232899,520653],[236159,521122],[238973,520024],[238842,522493],[236824,520116],[237409,520526],[241266,520961],[241768,522596],[241628,513857],[241557,521208],[240646,513222],[241236,520835],[239326,514105],[242982,516135],[240903,515426],[241300,518280],[241868,513385],[231944,513801],[234034,515446],[234552,515199],[236619,517526],[232900,514505],[235269,516941],[234064,517149],[232161,514484],[231124,513965],[233083,515476],[237444,517659],[233866,515280],[232496,513696],[231411,513496],[235132,513260],[235228,514345],[236569,514630],[232428,513337],[238829,518420],[235229,515091],[237884,518430],[238346,516714],[235889,518802],[236734,517227],[236669,516973],[238063,517842],[239375,519039],[239609,519660],[238931,517913],[238005,518925],[236125,516899],[237302,518188],[235362,517978],[235566,517480],[236644,518184],[238204,518595],[233020,518469],[238367,516878],[237192,515123],[238350,518444],[238365,513516],[242442,513482],[238244,516204],[237985,517694],[239257,514872],[241895,514892],[240371,518666],[241369,516145],[237168,517500],[241161,517349],[242385,519061],[240159,519355],[239259,513031],[241004,516413],[242397,514701],[239645,514502],[239480,513821],[240823,514490],[242867,517479],[242348,518916],[242393,523667],[243041,520581],[242727,518663],[241611,521623],[242968,521531],[238387,514044],[239478,515630],[239831,515375],[234610,531875],[238408,528179],[238552,530332],[241252,529662],[242315,533974],[240903,531474],[236929,536859],[240860,533391],[240727,529666],[237180,529727],[242596,531308],[242922,534110],[241965,532971],[240978,531850],[239851,537340],[242325,535390],[241320,534955],[241537,535662],[241038,537672],[240342,536619],[239396,537607],[239282,536450],[237076,535158],[238124,529438],[238624,532451],[240150,530491],[237983,533071],[239112,532832],[239077,535470],[236078,528523],[235270,528349],[235354,531928],[239886,532345],[238699,529834],[241692,530791],[239300,527156],[242687,530506],[241506,527816],[241873,530288],[241304,527742],[239745,528448],[242200,531759],[242352,530726],[242371,532447],[242896,537116],[239939,538468],[240245,539372],[242884,539875],[242213,542412],[241678,540192],[239337,539426],[238574,538913],[239473,538628],[242110,538135],[243375,503319],[249219,503696],[243731,511219],[244765,507758],[243790,511185],[245619,521101],[247615,523929],[243335,520165],[246246,522667],[246247,522671],[244637,521176],[244637,519239],[244195,519370],[243608,519989],[244095,518425],[252830,523731],[249721,521801],[249949,521181],[250392,519482],[249540,520715],[250807,521022],[251831,523310],[250815,521644],[249612,521190],[249681,520659],[248355,520974],[250225,520057],[248305,518705],[249250,518230],[249377,516268],[246964,517599],[246083,517947],[247101,517160],[248743,517451],[249187,514819],[250372,516061],[247051,518199],[246464,517849],[248079,515981],[246297,523602],[243604,523586],[245787,524925],[244717,524295],[244802,524746],[244451,523609],[245254,513405],[245605,514356],[243665,514578],[243243,516520],[243466,516349],[243326,515186],[243513,520543],[243662,515827],[243326,517783],[243818,519757],[243267,520829],[243379,520141],[243728,517938],[243488,520761],[248406,528223],[252827,527007],[247478,529458],[247122,527423],[247165,528242],[244351,530572],[247934,525129],[246226,526390],[246132,526754],[244187,531494],[244533,531686],[245336,531446],[246372,530437],[244898,530366],[244884,533068],[246420,531897],[247681,531945],[248473,529130],[248539,531133],[247615,531355],[249506,531035],[251648,529678],[251951,528540],[252078,537192],[248452,531515],[251892,531027],[252470,530507],[249249,531414],[250406,529791],[251808,534923],[251791,532699],[251200,530800],[254361,534125],[252328,534030],[251205,531935],[252392,533963],[252505,533807],[252531,536591],[253842,536214],[251723,535990],[252136,531579],[247896,533767],[252536,535618],[246815,530903],[249754,533118],[247816,532444],[250802,534083],[250772,532012],[246599,534026],[246037,534652],[246049,535893],[245655,536623],[246229,535740],[246470,537490],[246290,535087],[249644,532592],[252572,537591],[245497,525795],[245195,529175],[246201,529754],[247104,531297],[246924,527677],[246350,525710],[246717,526989],[245343,527804],[244526,527303],[245970,525616],[244056,527349],[244346,526247],[246550,526200],[246055,525879],[246620,528238],[246330,526009],[246046,526491],[243500,525259],[246076,525187],[251164,537249],[251314,535667],[249310,533584],[248041,532278],[245324,533694],[248136,533768],[247005,534223],[245669,534459],[246885,536014],[247435,534253],[246706,537122],[244522,533176],[247044,537692],[246734,534113],[249634,537361],[250317,537573],[248123,536117],[248539,534170],[249544,534835],[250151,536623],[250121,537695],[247592,533142],[250194,534194],[249272,535269],[248133,534258],[250277,535771],[245512,535118],[246699,537412],[245618,536070],[246081,534740],[243511,531554],[246445,536736],[245917,538475],[246636,538511],[248633,541426],[246244,540034],[245725,540716],[247905,541284],[253046,540604],[252907,539649],[253934,540236],[253265,539832],[249233,541500],[254230,539729],[255870,540221],[254971,540900],[247775,545622],[249191,545167],[249709,545355],[249648,543057],[249285,545161],[247523,545925],[249818,545336],[251240,544831],[250288,545342],[249480,543336],[248877,542416],[249049,543373],[249067,542282],[249435,542786],[243713,539595],[245924,543384],[245723,541782],[248243,542226],[249481,541277],[249736,543239],[251629,545340],[252069,547859],[249323,545952],[251791,545359],[251834,546088],[250677,547351],[252056,545376],[252552,547934],[250332,546659],[251904,549681],[250746,550310],[250865,550305],[251388,550428],[248019,549367],[251579,547826],[250626,549366],[249973,550363],[248849,549931],[244875,545798],[247970,549994],[251744,549840],[250450,547980],[250346,547807],[246216,541873],[244518,547214],[244120,542563],[245988,547184],[245786,544699],[245794,546618],[247173,542515],[245859,544721],[246657,547093],[245978,545080],[247483,546473],[246366,545003],[252036,541037],[251335,540650],[253198,539160],[252262,539875],[243517,538895],[246823,538284],[247498,541715],[244600,540841],[246546,538239],[248506,546121],[249659,544862],[251069,543948],[248183,545631],[247723,544707],[252941,548230],[252730,548834],[252927,549967],[253150,549695],[252699,549498],[254291,543297],[252353,542927],[251483,545006],[250989,544151],[254426,544000],[254153,543179],[254357,543771],[254387,543689],[253966,543468],[253489,543699],[252420,543143],[253834,543682],[254279,545265],[254444,543537],[253528,544793],[253647,549725],[255158,549421],[254355,545630],[253810,549872],[255802,549957],[253810,545018],[255535,549339],[253827,548178],[253929,549740],[253908,550086],[254623,549677],[254489,548331],[252075,538272],[251116,540524],[250850,541078],[250871,538322],[248929,539276],[250015,541401],[248939,540176],[248074,538212],[248749,539475],[249970,539546],[250860,537916],[249964,540253],[251294,540194],[251419,539451],[251575,540464],[251054,540150],[250372,539376],[251219,540770],[251280,543172],[249915,538654],[250583,540413],[251170,540039],[251463,539078],[250864,539468],[253117,545663],[250471,543304],[246623,539240],[244600,541282],[244600,540841],[245602,539118],[245152,541578],[243910,538899],[251997,538862],[250836,550709],[250514,553160],[252268,551414],[250314,552069],[249201,554704],[252555,554847],[249505,556914],[250534,555852],[252248,554537],[250959,554431],[250448,552989],[250223,554866],[251235,550814],[249875,551263],[253598,551104],[255987,555811],[253392,551525],[252874,555372],[254665,556245],[254511,556340],[253420,556762],[255055,556691],[253631,556085],[255695,557733],[253405,558840],[255609,558435],[253423,556052],[253676,559394],[254610,560640],[255406,558416],[252650,553165],[252481,554210],[252287,554055],[253314,553120],[255185,551497],[255259,554432],[255517,554086],[254221,553869],[255865,553620],[253964,554018],[253815,554419],[253076,552477],[254893,560212],[255879,557063],[255754,556694],[255918,563922],[255298,575089],[254575,573139],[250548,583684],[253417,582053],[255559,580461],[254797,578120],[255644,582154],[255301,579995],[252274,583156],[255927,577771],[255739,580188],[254544,579256],[252871,579921],[254214,579137],[255524,578050],[255976,578518],[255026,578846],[255658,576775],[246174,586256],[247221,585554],[255974,599184],[255081,598714],[254716,598993],[255423,599858],[255063,591722],[255109,590663],[255362,597627],[252323,593640],[251938,593531],[250112,595018],[249767,594666],[252042,596484],[252157,597109],[251115,591703],[253599,591210],[253221,590982],[253553,590550],[253243,590459],[253585,590067],[253623,589562],[254116,589357],[253872,589759],[254190,589667],[254488,589687],[251485,592535],[251340,592428],[250396,593723],[249887,593003],[249757,592628],[250267,593111],[251244,594943],[251284,594636],[249069,593687],[247603,593160],[258732,540032],[258775,540946],[257530,542370],[259196,542662],[258854,543174],[257973,543361],[259850,541434],[258013,546591],[261826,549694],[261837,550081],[259717,550470],[256303,546630],[257157,548655],[257655,548990],[256971,547346],[258105,549240],[258727,549796],[256311,550219],[257112,549833],[258446,550115],[259642,549783],[258155,549156],[260809,554478],[261445,554400],[260910,554802],[260883,553020],[259143,552431],[259229,551671],[259751,553266],[258891,551769],[264984,551179],[258765,553025],[258963,552742],[265018,556662],[264508,553702],[260496,556177],[263284,555570],[261844,554250],[263606,555478],[264908,554062],[264904,555258],[264436,555224],[257137,556447],[256946,555758],[259350,561729],[256211,557981],[256707,559975],[256924,559778],[257827,560365],[256857,559135],[258412,562478],[257338,560894],[258463,556708],[258974,555015],[257129,553076],[258669,554691],[256080,554090],[258320,555288],[256323,556778],[257822,552830],[257742,555999],[259100,556600],[256071,557359],[256550,557828],[258882,558363],[257927,560057],[256527,556908],[257434,558280],[260336,558115],[259022,559992],[260422,559034],[259115,559099],[258985,557451],[259606,558697],[260923,559304],[260660,559595],[262329,561886],[260793,559662],[260059,559324],[262333,562076],[262702,563111],[261599,561854],[260952,561176],[262198,560844],[260561,559554],[263043,560966],[261279,559965],[260259,560291],[261795,560102],[263793,561469],[263095,560710],[260945,559515],[265033,561799],[260553,558950],[263525,561203],[263518,560660],[262830,560876],[262984,560184],[263943,557457],[261918,559682],[260963,558865],[260775,557014],[263014,559361],[262947,559879],[262714,559798],[263275,558689],[262759,560353],[263165,559995],[261738,557346],[260544,556390],[259935,556489],[259523,554610],[258443,550874],[259529,556334],[258732,553282],[260389,554769],[257842,552372],[267364,560530],[260882,557361],[259642,558779],[265612,563180],[262671,562566],[260001,561552],[264157,562328],[256192,561350],[256479,563026],[256913,561974],[257122,561669],[256597,561826],[257226,560071],[257289,558651],[257949,561280],[256154,561473],[257359,561404],[258851,552905],[258309,551381],[258019,550638],[258626,568067],[259108,563936],[259181,564037],[259665,563904],[259503,564281],[258829,566720],[268671,565546],[264180,576094],[265337,573196],[265597,571424],[264220,569687],[263962,572668],[265698,572919],[264791,571797],[263868,573348],[265092,573052],[266342,572823],[264140,572562],[265758,572723],[266475,574216],[265080,571911],[263718,572262],[263562,572400],[261435,574155],[264068,573826],[262862,573619],[263198,574787],[259401,574849],[261392,574591],[262948,572069],[262490,573365],[263014,573152],[263471,575175],[260132,575084],[259243,575891],[259309,575702],[260992,575480],[261399,575624],[259313,575213],[259362,574951],[257232,567099],[260073,572206],[259086,570931],[257503,567586],[258088,572691],[256774,571517],[260338,572278],[257742,565471],[260553,572415],[258371,572897],[258294,572417],[258004,575937],[256922,572385],[260767,573037],[256253,571284],[258673,575428],[257922,571719],[257283,573745],[256783,572424],[258696,574709],[261802,570077],[261564,568396],[261049,569344],[258720,572328],[262419,568782],[261675,568528],[261846,569476],[260860,568064],[261913,570061],[261202,568140],[262767,571083],[262576,572073],[261490,566095],[261602,566162],[262663,569240],[260742,565439],[258175,564915],[262167,566293],[262349,568122],[262006,566920],[262889,567954],[261511,567168],[262483,568320],[257539,565450],[267617,564428],[266799,564082],[268578,564789],[268595,563645],[267547,564909],[266340,564499],[268645,568279],[267237,566547],[267457,565180],[267389,565205],[267635,564621],[268244,567842],[267508,566691],[266772,566826],[263904,563694],[268564,588180],[267889,585719],[267719,586740],[268356,586031],[266359,584745],[268382,588106],[267001,588732],[267949,588690],[265904,585582],[267861,587573],[267796,588496],[267748,586555],[268203,587667],[265007,580599],[266392,584114],[266206,583567],[266416,579054],[267026,584532],[265564,584937],[265528,582902],[266016,582578],[265802,582640],[265682,583444],[267062,584686],[267009,583268],[262408,580829],[261171,578984],[258785,576825],[259423,580991],[261645,576980],[260587,579191],[258223,578066],[261953,577957],[261659,579362],[260841,578766],[260669,579285],[260754,581109],[263723,576327],[263582,577537],[264927,578498],[263444,576456],[261979,576422],[263849,576461],[264184,576752],[265020,578922],[262408,578309],[265330,576912],[265411,581910],[263715,581902],[265257,582111],[263387,581859],[265325,583264],[261213,580844],[266576,581167],[266529,581940],[262935,583187],[261461,582836],[261660,582880],[264740,582637],[257020,576849],[257034,577252],[258739,576290],[257422,576309],[256037,580154],[257874,578153],[256742,578258],[256071,580382],[257128,578408],[256349,579406],[256711,578901],[256007,579669],[263227,587196],[262951,585902],[263038,585281],[264433,585400],[263869,586096],[262441,584644],[261563,584571],[260899,584203],[261391,584035],[261055,588983],[260882,588058],[258142,600525],[266052,601375],[266759,601436],[263073,601725],[263565,601688],[264312,601465],[268277,589024],[259411,596377],[258797,595650],[257777,595748],[260948,599882],[262426,598919],[262525,598547],[256386,599021],[257251,598717],[256735,598505],[259355,599818],[259417,600430],[259864,599269],[260282,598763],[259278,598911],[258060,599618],[267467,600755],[266560,599187],[265818,598446],[267660,599721],[266412,597893],[265978,597691],[265486,596902],[265308,598224],[263129,600064],[263381,599316],[263534,600044],[268604,597166],[266653,595067],[267169,596023],[266475,595512],[268097,601569],[267640,597596],[267518,597378],[267401,596934],[268092,601264],[256013,593397],[256517,593847],[257135,593523],[256215,593208],[256333,592886],[263397,594136],[263935,593366],[264171,595172],[263811,594022],[265845,592208],[266322,590994],[266759,591022],[268148,593923],[268576,594808],[267798,593592],[267353,594140],[267640,595600],[268026,593111],[268457,593229],[266839,602236],[266268,602235],[262587,602058],[267549,605984],[267758,606174],[267314,605734],[268068,602796],[268560,602550],[268598,615838],[270801,562871],[272102,563642],[269527,566209],[269307,567415],[269560,565378],[271777,566966],[270040,566056],[270824,563564],[268923,564620],[268905,563666],[269401,566474],[271574,564128],[271491,565578],[275136,565867],[275836,567569],[273337,566166],[274084,566255],[273852,564268],[271505,563679],[272077,566945],[273220,566102],[274715,564864],[273633,564366],[272444,569938],[271695,568434],[270972,569211],[271501,570869],[273762,567785],[273496,569048],[278241,574071],[271000,568405],[271207,569005],[273185,567925],[272321,569221],[281085,569060],[278450,567383],[281042,567707],[279623,568323],[280148,567998],[278471,566185],[280597,568396],[281035,569406],[280749,567832],[281118,567918],[281201,568838],[277419,576161],[280402,576157],[269600,568763],[269174,569705],[269652,570805],[269772,568777],[269157,570719],[269304,570136],[269278,570002],[270662,572442],[269862,570869],[269442,570539],[269495,570491],[271722,571475],[270120,572818],[270803,572655],[269335,569865],[270985,570778],[275142,571874],[277748,572873],[277426,572591],[275549,570398],[277642,573140],[273337,571226],[274332,569866],[276393,572643],[274533,572264],[273573,571014],[274897,571922],[279107,570804],[279245,572111],[279273,568907],[279939,571177],[280714,568858],[279592,569953],[279812,571414],[279097,571490],[275541,569020],[274802,569219],[274031,569962],[273788,570267],[274408,569014],[273441,571487],[276185,568033],[276204,568380],[272688,569330],[276597,567872],[274966,569398],[275158,568830],[275408,576609],[277770,578313],[278750,577947],[280949,577186],[278617,577149],[280136,577329],[277567,577928],[279054,577114],[277781,577166],[276833,576823],[281555,579919],[277903,580232],[279746,581677],[280249,580027],[278935,581039],[281291,580890],[276594,582379],[277565,582863],[280311,581586],[279507,578791],[280524,581506],[277765,582397],[278276,580366],[275557,577623],[275912,579709],[274578,579546],[272729,578557],[276302,580891],[277414,580944],[276269,577895],[275313,580620],[273591,580139],[273454,577932],[272102,581579],[273361,581773],[276819,584523],[278233,582733],[279553,583462],[279238,583218],[279898,582178],[279142,583401],[279270,582326],[278759,581233],[278250,581695],[275286,582987],[279823,581678],[279767,581809],[281586,583846],[280048,584917],[281130,584318],[281183,583053],[280784,583998],[281041,582438],[281475,585112],[281419,584651],[280423,588077],[280000,588263],[281358,586941],[278970,585985],[279674,586733],[275450,585052],[279687,586458],[274723,585939],[278472,585148],[276401,585791],[277585,585967],[278955,585054],[276911,584529],[275700,584024],[279389,585665],[275375,583899],[277263,585281],[270642,586893],[273299,587064],[272331,588146],[272169,585830],[271974,587914],[272387,588880],[269986,587731],[269901,587582],[269204,588858],[270420,587781],[270678,587480],[269631,587074],[272115,588809],[278904,589168],[281202,589329],[271952,590851],[272597,590806],[271163,590086],[272788,590068],[271280,589649],[270928,590008],[273019,593028],[270901,595494],[273241,592242],[273472,593935],[272224,593404],[274415,595699],[272571,594359],[271028,595571],[271331,594696],[272141,592862],[272384,594096],[273592,595517],[270228,589868],[270765,589259],[270330,589014],[269477,598302],[269225,597174],[268844,598119],[273576,601577],[274701,601596],[277431,597803],[277315,598439],[277685,598833],[269058,601321],[272274,600328],[272278,599363],[270807,600016],[270272,601653],[268844,601665],[270408,610598],[270868,610006],[270803,609196],[272386,614436],[273056,613677],[272675,613010],[269902,613638],[269923,612716],[269854,612177],[268905,611645],[268981,611239],[271012,602060],[271741,602148],[272290,602314],[273147,603292],[274597,605612],[275851,604093],[275562,603764],[274527,604140],[272594,610038],[273589,610000],[272460,609218],[273224,609403],[272138,608124],[273295,608052],[272941,607713],[275530,608565],[276367,608858],[276747,609277],[276389,608188],[274942,614418],[274793,613405],[276909,605866],[277495,604940],[277803,606188],[278461,605277],[274375,602567],[273875,602029],[270588,608234],[275073,603875],[275379,605730],[275822,606125],[275376,606542],[273343,606541],[273397,606125],[274011,606296],[274516,607399],[274299,608242],[278328,608314],[278582,607622],[278881,608104],[275393,616119],[276072,615481],[274933,615033],[271031,615173],[269826,616819],[269706,615372],[269068,615879],[276705,616060],[276604,615745],[276426,614939],[278887,615609],[279715,614918],[282339,568721],[281916,568848],[283844,567673],[284060,568392],[287579,569830],[284540,568324],[284307,569340],[285198,568704],[286294,568720],[285099,569614],[284431,568434],[284992,569127],[284733,567810],[284821,571063],[282596,568104],[284744,568846],[281805,568705],[282361,569930],[284854,569418],[282206,569950],[284602,571016],[283267,569111],[281865,567830],[282261,568484],[282172,570614],[281854,570569],[281769,570911],[281723,571893],[284063,580662],[282596,582895],[286335,581116],[282305,581411],[281905,582912],[285797,581103],[285012,581534],[283819,581009],[282202,580178],[282828,583394],[284999,581193],[284896,580492],[283260,583647],[282192,582508],[284307,585187],[283790,587129],[283393,584519],[281966,584407],[283019,585362],[283556,584873],[281869,584115],[283857,584418],[281616,585685],[283821,584147],[282636,585433],[282813,587171],[282748,585779],[282322,586658],[282979,587578],[284066,591772],[283185,591129],[322905,652478],[322398,652629],[322118,652512],[46713,263902],[58484,184184],[74431,646670],[74385,646154],[74557,645907],[82907,144908],[82324,144650],[81994,145010],[124294,169702],[125579,174499],[120599,216139],[121468,406923],[123384,408945],[123454,408616],[121707,409788],[121949,406160],[119286,415654]] \ No newline at end of file diff --git a/src/gathering/a10926.json b/src/gathering/a10926.json new file mode 100644 index 0000000..2db97b4 --- /dev/null +++ b/src/gathering/a10926.json @@ -0,0 +1 @@ +[[-624842,-190416],[-624482,-190178],[-624259,-187710],[-624590,-189573],[-625997,-197686],[-626344,-197653],[-626209,-200254],[-625403,-192394],[-624823,-192675],[-625512,-193025],[-625158,-193017],[-625063,-193302],[-624493,-192877],[-624751,-193355],[-624930,-194013],[-624531,-193709],[-624483,-193422],[-625241,-194415],[-624532,-194130],[-625375,-196834],[-625717,-196874],[-623983,-203145],[-623887,-202803],[-623967,-203483],[-623630,-202911],[-626337,-196498],[-626764,-196429],[-626640,-196795],[-636282,-158950],[-636298,-159204],[-637908,-160167],[-638074,-160277],[-636065,-159951],[-636126,-178555],[-637141,-175954],[-639866,-170723],[-637870,-189792],[-637678,-190739],[-639653,-181840],[-637674,-191468],[-637300,-181807],[-636941,-181752],[-629734,-190167],[-629533,-190415],[-629160,-190135],[-629407,-189779],[-629156,-189877],[-639876,-190551],[-638152,-192067],[-637958,-192449],[-638507,-199650],[-638356,-199703],[-637962,-199464],[-633981,-202387],[-634169,-202072],[-633829,-201984],[-633591,-202316],[-637138,-198030],[-637509,-198903],[-637235,-198502],[-634919,-201825],[-632032,-203663],[-632020,-204038],[-631686,-203764],[-638119,-199445],[-639689,-202191],[-639589,-202418],[-639871,-202071],[-639909,-201402],[-639669,-201614],[-639288,-202113],[-639488,-202806],[-639305,-202551],[-639963,-201884],[-631697,-191910],[-627632,-195553],[-633308,-211471],[-633878,-210841],[-637422,-206488],[-639765,-206724],[-638900,-207124],[-633056,-208060],[-635389,-214767],[-647505,-148762],[-647457,-148888],[-647667,-148891],[-640203,-181388],[-640831,-185662],[-642249,-185339],[-640302,-184612],[-643296,-184952],[-645005,-182208],[-645049,-181991],[-644835,-182438],[-644584,-182290],[-642229,-185064],[-641818,-190052],[-642336,-182050],[-642631,-182097],[-645121,-182538],[-640033,-201979],[-650608,-198465],[-650572,-199017],[-650430,-198604],[-651071,-195327],[-650990,-195057],[-651231,-195280],[-650902,-195263],[-650891,-195043],[-650939,-195222],[-651538,-202182],[-650100,-200202],[-650079,-202976],[-650008,-202646],[-650196,-202816],[-650152,-203391],[-641592,-211400],[-641611,-211704],[-641731,-211110],[-643240,-210163],[-643573,-210321],[-643630,-209920],[-642307,-214265],[-641731,-214733],[-652534,-212562],[-653720,-136553],[-653831,-136314],[-654357,-146387],[-654434,-146169],[-654219,-146335],[-653612,-146401],[-653499,-146338],[-655944,-145131],[-652927,-183301],[-657536,-187507],[-658397,-187616],[-658065,-186831],[-659678,-189010],[-659871,-188812],[-659385,-188176],[-659231,-188090],[-659526,-188090],[-659046,-188144],[-656513,-186244],[-660310,-190824],[-660512,-190613],[-660813,-191451],[-660971,-191531],[-661122,-191419],[-660672,-191492],[-653592,-180619],[-653038,-180062],[-653236,-179828],[-653744,-180386],[-656475,-188357],[-665573,-188488],[-663320,-187245],[-653880,-182525],[-664399,-195885],[-664777,-195780],[-664399,-195559],[-664656,-195581],[-664362,-196179],[-662250,-193619],[-662050,-211345],[-662033,-212503],[-661560,-217041],[-661882,-217120],[-662099,-216864],[-662211,-216963],[-662351,-216779],[-664996,-205375],[-664594,-205283],[-665023,-205199],[-663836,-205088],[-663688,-204960],[-656803,-218479],[-657156,-218737],[-657690,-218467],[-666126,-189317],[-666315,-189568],[-668370,-185132],[-668574,-185942],[-669028,-185316],[-665638,-188878],[-665867,-188658],[-667160,-189616],[-666941,-197654],[-666438,-194716],[-668726,-193795],[-669074,-194040],[-671013,-199854],[-671204,-200602],[-670874,-211690],[-673214,-211412],[-673678,-211368],[-673688,-211808],[-676224,-214317],[-676550,-213979],[-673809,-214211],[-674200,-214111],[-687032,-197882],[-687098,-197656],[-687318,-197745],[-686613,-199152],[-686512,-199737],[-686470,-199597],[-686584,-199509],[-686816,-199508],[-686761,-199399],[-687635,-199861],[-687538,-199734],[-687686,-197875],[-687615,-198047],[-687691,-197481],[-688908,-198126],[-688889,-198510],[-688723,-199593],[-687967,-201442],[-688127,-200484],[-688302,-200329],[-688679,-198875],[-688933,-197809],[-688703,-197943],[-688581,-197434],[-687979,-197041],[-687648,-199553],[-687728,-199491],[-687598,-199410],[-688811,-202484],[-690054,-202491],[-690329,-202551],[-689192,-202690],[-690913,-202006],[-691178,-201928],[-691105,-201847],[-679921,-211917],[-680314,-211389],[-681159,-211532],[-681452,-216523],[-681452,-216355],[-681162,-216761],[-680976,-216972],[-680859,-209624],[-681584,-220086],[-681917,-219128],[-682068,-219179],[-681555,-218167],[-681459,-218478],[-681664,-218263],[-692126,-201259],[-691416,-202053],[-691856,-201896],[-75359,604953],[-72851,602958],[-74768,632301],[-84931,595125],[-81951,597142],[-81462,597309],[-82184,596700],[-89215,593783],[-89593,593453],[-88247,601556],[-88656,601644],[-87318,601608],[-79303,609189],[-80641,611380],[-81199,611682],[-80463,611860],[-79893,609649],[-78596,607264],[-78697,607411],[-80639,611095],[-79266,606400],[-79376,605924],[-80533,609508],[-85715,605382],[-86245,603162],[-85940,604383],[-85111,604782],[-88126,602398],[-88068,602502],[-87608,603303],[-88176,602171],[-89407,602494],[-88272,601941],[-88086,601960],[-86500,603471],[-87334,601824],[-87745,602446],[-85776,603348],[-83129,614762],[-79356,621566],[-83103,614856],[-82616,621362],[-84336,614982],[-81458,629854],[-82900,635653],[-82246,635913],[-88036,639425],[-96592,594658],[-97771,593918],[-96178,594663],[-90415,601031],[-90505,601360],[-89853,600772],[-90067,600801],[-90042,601024],[-90503,614108],[-92194,613860],[-93758,639068],[-93302,639520],[-104261,587336],[-103716,588397],[-103756,588129],[-103986,594804],[-104206,594582],[-102862,611584]] \ No newline at end of file diff --git a/src/gathering/a10931.json b/src/gathering/a10931.json new file mode 100644 index 0000000..6cc47b9 --- /dev/null +++ b/src/gathering/a10931.json @@ -0,0 +1 @@ +[[-1278336,1351542],[-1279065,1351184],[-1276260,1350510],[-1279062,1348325],[-1279730,1350095],[-1276855,1361503],[-1275577,1450773],[-1278006,1455603],[-1276500,1466666],[-1276685,1466496],[-1275965,1466713],[-1276617,1480979],[-1274024,1481013],[-1273510,1481351],[-1273757,1481875],[-1273562,1480804],[-1274431,1481819],[-1274935,1481421],[-1269026,1478463],[-1273531,1205938],[-1273720,1206379],[-1286135,1287336],[-1286056,1287239],[-1282745,1330685],[-1284384,1331027],[-1282794,1330533],[-1282365,1330662],[-1284202,1332112],[-1283037,1332660],[-1280931,1332845],[-1281433,1335294],[-1281999,1335136],[-1282162,1336925],[-1281453,1337247],[-1281168,1336935],[-1282817,1335236],[-1287012,1334679],[-1286387,1336425],[-1285606,1337001],[-1286331,1336321],[-1285140,1340048],[-1281492,1340835],[-1282480,1335895],[-1282268,1333043],[-1284047,1331930],[-1280463,1332887],[-1280448,1333121],[-1283151,1332476],[-1281712,1344983],[-1280078,1353055],[-1280656,1348997],[-1282892,1344694],[-1285444,1345019],[-1287950,1348753],[-1288141,1347465],[-1287493,1346997],[-1283918,1349561],[-1284123,1348516],[-1283523,1349069],[-1280462,1350275],[-1281339,1352752],[-1282089,1351885],[-1283329,1359926],[-1282206,1362954],[-1282565,1364025],[-1286341,1371126],[-1283307,1371473],[-1282877,1373234],[-1285348,1375214],[-1289735,1382108],[-1282441,1374847],[-1285723,1407493],[-1288610,1406875],[-1287751,1419694],[-1284521,1414766],[-1285367,1417728],[-1287408,1414021],[-1289730,1409114],[-1288623,1410381],[-1289157,1433516],[-1289130,1432886],[-1292798,1431011],[-1291089,1430437],[-1290995,1429890],[-1289180,1430427],[-1289126,1430580],[-1289283,1430350],[-1291823,1430524],[-1291752,1430674],[-1291930,1430454],[-1292398,1432706],[-1292327,1432856],[-1292505,1432636],[-1289665,1425385],[-1288252,1424237],[-1286115,1442867],[-1286301,1443565],[-1286364,1442023],[-1287889,1442771],[-1285755,1442541],[-1292290,1434606],[-1292214,1433988],[-1291578,1436018],[-1291311,1435509],[-1291491,1448600],[-1285688,1471241],[-1287359,1471767],[-1284735,1468312],[-1284625,1468080],[-1284566,1468819],[-1283677,1469105],[-1283827,1468975],[-1289793,1466716],[-1289670,1466556],[-1289149,1466340],[-1289551,1466166],[-1289170,1465928],[-1288750,1466362],[-1281105,1466323],[-1280989,1466170],[-1280433,1466000],[-1280828,1465785],[-1280448,1465586],[-1280053,1466061],[-1285160,1474045],[-1285126,1472946],[-1286377,1474235],[-1286280,1474765],[-1286321,1475637],[-1287196,1474499],[-1286189,1472286],[-1287848,1472919],[-1286694,1474611],[-1285783,1476153],[-1286899,1474726],[-1287895,1472912],[-1292770,1162945],[-1292827,1162540],[-1284932,1197574],[-1305088,1401995],[-1305335,1403343],[-1304692,1403332],[-1298410,1401058],[-1296978,1399964],[-1299073,1400905],[-1297910,1415607],[-1300486,1416963],[-1300434,1417118],[-1300579,1416871],[-1301371,1414771],[-1300757,1414512],[-1300473,1414470],[-1293596,1418421],[-1293838,1417715],[-1293408,1415631],[-1294695,1425344],[-1294999,1425234],[-1295517,1425151],[-1295158,1426226],[-1295078,1426863],[-1296015,1430154],[-1295837,1430374],[-1295908,1430224],[-1294860,1429596],[-1296082,1426137],[-1295528,1427731],[-1295725,1428171],[-1296850,1428100],[-1296299,1430443],[-1296596,1430540],[-1296384,1430785],[-1296848,1430922],[-1296845,1430160],[-1297317,1430172],[-1297317,1426994],[-1296902,1426465],[-1296609,1426327],[-1295785,1431239],[-1295259,1430836],[-1294973,1430693],[-1298486,1430949],[-1298730,1430473],[-1298341,1427963],[-1297974,1427613],[-1297774,1427699],[-1297753,1428889],[-1297711,1429815],[-1297846,1429905],[-1297934,1429353],[-1297373,1429479],[-1297930,1431957],[-1297383,1431669],[-1297055,1431592],[-1295430,1428850],[-1294800,1428622],[-1294608,1429037],[-1303399,1427876],[-1302778,1427746],[-1302719,1427710],[-1302519,1428085],[-1303031,1427840],[-1303360,1428545],[-1303369,1430024],[-1302800,1430033],[-1302623,1430116],[-1303245,1432978],[-1303148,1432334],[-1296021,1422531],[-1296336,1423185],[-1296441,1423442],[-1303870,1427760],[-1305575,1436533],[-1305504,1436683],[-1296965,1441639],[-1296668,1441047],[-1296346,1440993],[-1297984,1440338],[-1297985,1439734],[-1299650,1438794],[-1299748,1438188],[-1304682,1437995],[-1304173,1437807],[-1304001,1437846],[-1299058,1439764],[-1293239,1449165],[-1301753,1448989],[-1302768,1450094],[-1305587,1450015],[-1298990,1450586],[-1297756,1451348],[-1298312,1452131],[-1304077,1453539],[-1293038,1449980],[-1294475,1162151],[-1302183,1174314],[-1302549,1174656],[-1301948,1174615],[-1302142,1174971],[-1302360,1174092],[-1302677,1174224],[-1302944,1174269],[-1302664,1173712],[-1301446,1174504],[-1301623,1174724],[-1301288,1174318],[-1302262,1174055],[-1302508,1174465],[-1302530,1173454],[-1301598,1173334],[-1301743,1172563],[-1302219,1173013],[-1301233,1173520],[-1301059,1173655],[-1304959,1173885],[-1305268,1175716],[-1304038,1174744],[-1303206,1174353],[-1302744,1175343],[-1303002,1175018],[-1304260,1173413],[-1304432,1174038],[-1304596,1174727],[-1304281,1174817],[-1300831,1173061],[-1299735,1173350],[-1300417,1174081],[-1299994,1174116],[-1304495,1170612],[-1303243,1172222],[-1303267,1171992],[-1305534,1175425],[-1296611,1165567],[-1300755,1174064],[-1302904,1173967],[-1301605,1173865],[-1301508,1173915],[-1303548,1219959],[-1299965,1227887],[-1309238,1317267],[-1312522,1373409],[-1312299,1373499],[-1312606,1374329],[-1313163,1373799],[-1310780,1395088],[-1306397,1401371],[-1306218,1401970],[-1307697,1402918],[-1307626,1403067],[-1307804,1402854],[-1307783,1401905],[-1307156,1402718],[-1306980,1403801],[-1306760,1406009],[-1311218,1404833],[-1310628,1405352],[-1310039,1404370],[-1308667,1405347],[-1308951,1405756],[-1305736,1402252],[-1311671,1396806],[-1312451,1395940],[-1315161,1420380],[-1315558,1419935],[-1315189,1419922],[-1315396,1420034],[-1315343,1419593],[-1315087,1419813],[-1314925,1418585],[-1315621,1419396],[-1314792,1419720],[-1310149,1419463],[-1310218,1408663],[-1311283,1408854],[-1311140,1410031],[-1316812,1413349],[-1314930,1411846],[-1314504,1413821],[-1314944,1420004],[-1314147,1418575],[-1318375,1428707],[-1312217,1426927],[-1311089,1426808],[-1308174,1423067],[-1311507,1427165],[-1308891,1423795],[-1309635,1424855],[-1309002,1422787],[-1311391,1425352],[-1312084,1425472],[-1310884,1424780],[-1315244,1428170],[-1315660,1427385],[-1314370,1429023],[-1305682,1436463],[-1306471,1441071],[-1306449,1440447],[-1309628,1436825],[-1310344,1435154],[-1310599,1433811],[-1311601,1439442],[-1310599,1444778],[-1316294,1441930],[-1312357,1439776],[-1312806,1442122],[-1315944,1440474],[-1316301,1438894],[-1310165,1440345],[-1310400,1441870],[-1310698,1440308],[-1312447,1435606],[-1313237,1436466],[-1314335,1436261],[-1316280,1438270],[-1315501,1438027],[-1315063,1435119],[-1314892,1435784],[-1315736,1435353],[-1317450,1438455],[-1314514,1453488],[-1316685,1451716],[-1308656,1449933],[-1310252,1448885],[-1312746,1447837],[-1312752,1457370],[-1310208,1452996],[-1311567,1456502],[-1309350,1467724],[-1318379,1203987],[-1318051,1204270],[-1318237,1203799],[-1317874,1204141],[-1317579,1204315],[-1317867,1204412],[-1317489,1206515],[-1317326,1206409],[-1317146,1206202],[-1317071,1206673],[-1317561,1206857],[-1316832,1206438],[-1316945,1205944],[-1316776,1206205],[-1316434,1206701],[-1316749,1206856],[-1316977,1207138],[-1317346,1207230],[-1317694,1207139],[-1317924,1205679],[-1316607,1265570],[-1315324,1273566],[-1315628,1273785],[-1324111,1292615],[-1327032,1286196],[-1321525,1281899],[-1327385,1296899],[-1327078,1296873],[-1327478,1296466],[-1327046,1296539],[-1326837,1296837],[-1327665,1296175],[-1327122,1296174],[-1325792,1294375],[-1325891,1295010],[-1325512,1294752],[-1325278,1294533],[-1326032,1294531],[-1325313,1294818],[-1326823,1296947],[-1325183,1294847],[-1325449,1295067],[-1325176,1295233],[-1329259,1305036],[-1328807,1305094],[-1329870,1305181],[-1324403,1296176],[-1328358,1305367],[-1328274,1305451],[-1331170,1303431],[-1329417,1373916],[-1328188,1390240],[-1326308,1388227],[-1327134,1387972],[-1327801,1389260],[-1325967,1386160],[-1329167,1388649],[-1326241,1388533],[-1327150,1387420],[-1330878,1387838],[-1326902,1389295],[-1330103,1388437],[-1330510,1389654],[-1329696,1388259],[-1320452,1389920],[-1320001,1389423],[-1319730,1389271],[-1323737,1400037],[-1323078,1400080],[-1323069,1399827],[-1322868,1400241],[-1323272,1400440],[-1323621,1401106],[-1320903,1122580],[-1320940,1122721],[-1319250,1172552],[-1322043,1171672],[-1322155,1171586],[-1330942,1167468],[-1329081,1181545],[-1321172,1202836],[-1319555,1202040],[-1319314,1201933],[-1319745,1201592],[-1319083,1201799],[-1319003,1202160],[-1319238,1202268],[-1321385,1200694],[-1321129,1200608],[-1321037,1201025],[-1320893,1200741],[-1320890,1200420],[-1321288,1201085],[-1323933,1202178],[-1319100,1202604],[-1321560,1203016],[-1318634,1205448],[-1321555,1208317],[-1322138,1207969],[-1322160,1207824],[-1322432,1207846],[-1318572,1206970],[-1321325,1207303],[-1323160,1204428],[-1322314,1205431],[-1319208,1266891],[-1323273,1275997],[-1337910,1291590],[-1338589,1291727],[-1337504,1292657],[-1339002,1295063],[-1331325,1303728],[-1331433,1303194],[-1333870,1327955],[-1334114,1327745],[-1334880,1356534],[-1337760,1356107],[-1337984,1356792],[-1343113,1363781],[-1343663,1363501],[-1340881,1364183],[-1342151,1364136],[-1343155,1357213],[-1337550,1363824],[-1338240,1360347],[-1336470,1362368],[-1341052,1359386],[-1331352,1364009],[-1332589,1361038],[-1331812,1361012],[-1342689,1368676],[-1341032,1369235],[-1337267,1368732],[-1338801,1366381],[-1342748,1370152],[-1333550,1373629],[-1332532,1370997],[-1341962,1381493],[-1339936,1376959],[-1339122,1374974],[-1334022,1387076],[-1334404,1387136],[-1334258,1386771],[-1334364,1387762],[-1334576,1386841],[-1333946,1386338],[-1332215,1386773],[-1331817,1386433],[-1331795,1386683],[-1334042,1385400],[-1331965,1388314],[-1335556,1386099],[-1334877,1389228],[-1335533,1388958],[-1334760,1388750],[-1340376,1403988],[-1342147,1403221],[-1341102,1400192],[-1340758,1403475],[-1342488,1410208],[-1342265,1410363],[-1334241,1164869],[-1346037,1333717],[-1354682,1338575],[-1356579,1335049],[-1352278,1335820],[-1351412,1355830],[-1351339,1356199],[-1351642,1356151],[-1350352,1355903],[-1349257,1356016],[-1348818,1354913],[-1345751,1355308],[-1347339,1356223],[-1345444,1356163],[-1354185,1350888],[-1356462,1350361],[-1356460,1354622],[-1347649,1347267],[-1351123,1345413],[-1349246,1357344],[-1348464,1358738],[-1348884,1359029],[-1349017,1360321],[-1351440,1357596],[-1351442,1357972],[-1348064,1362044],[-1348438,1362547],[-1348411,1362022],[-1344102,1363982],[-1353596,1368031],[-1344288,1358288],[-1344367,1357379],[-1344890,1357647],[-1345076,1358675],[-1355064,1363190],[-1356815,1364178],[-1348504,1357563],[-1347614,1376010],[-1346737,1374917],[-1344836,1373613],[-1347460,1383527],[-1347592,1386260],[-1346438,1382952],[-1346781,1388672],[-1348578,1392537],[-1347453,1392345],[-1349051,1395131],[-1348948,1401251],[-1349283,1400429],[-1346651,1402773],[-1346751,1403065],[-1347938,1402864],[-1348557,1403178],[-1348033,1403230],[-1348163,1403359],[-1348579,1403459],[-1348752,1403385],[-1349658,1401888],[-1349758,1401505],[-1349936,1401557],[-1348421,1401577],[-1348663,1401746],[-1347965,1396441],[-1352545,1397590],[-1351577,1396456],[-1351120,1396352],[-1344200,1403413],[-1346427,1401397],[-1349210,1106232],[-1348556,1103105],[-1348305,1103223],[-1348188,1102667],[-1348636,1102799],[-1350027,1105047],[-1350056,1104706],[-1349885,1104324],[-1348880,1108851],[-1348487,1108485],[-1348728,1109156],[-1347273,1111281],[-1351361,1104348],[-1347205,1146314],[-1350022,1157847],[-1346699,1167380],[-1353751,1173417],[-1353585,1200573],[-1352174,1200842],[-1348845,1193821],[-1349040,1193777],[-1346423,1191759],[-1356118,1201770],[-1353480,1196472],[-1353545,1196136],[-1356585,1203273],[-1356436,1202166],[-1351124,1208003],[-1351410,1207811],[-1355796,1259663],[-1353131,1260516],[-1354270,1262175],[-1366754,1340888],[-1358122,1336919],[-1357588,1337268],[-1366973,1343415],[-1368293,1353902],[-1368937,1353612],[-1368762,1354232],[-1369209,1350169],[-1365988,1348081],[-1358440,1359947],[-1366556,1026003],[-1367232,1025884],[-1365199,1026440],[-1366008,1032519],[-1363736,1031814],[-1364281,1031796],[-1367595,1029702],[-1366704,1027412],[-1358790,1074265],[-1359083,1074474],[-1359128,1073998],[-1358468,1074055],[-1361399,1077378],[-1361391,1077187],[-1361529,1076990],[-1367099,1170048],[-1359872,1188604],[-1360007,1188522],[-1362159,1195304],[-1362260,1195565],[-1363732,1193782],[-1363524,1193520],[-1363371,1193862],[-1358148,1200127],[-1358100,1199761],[-1358439,1199911],[-1357909,1200002],[-1361240,1196858],[-1356685,1202385],[-1364268,1208576],[-1368942,1214870],[-1363291,1252862],[-1363061,1253905],[-1360455,1262901],[-1364997,1255607],[-1363351,1261013],[-1357353,1260552],[-1360839,1265255],[-1363319,1259767],[-1363010,1260140],[-1364113,1255603],[-1364514,1256050],[-1363275,1256993],[-1364689,1255455],[-1362740,1265090],[-1361839,1261374],[-1362370,1261303],[-1363393,1264527],[-1365970,1266968],[-1363310,1255039],[-1358503,1256254],[-1362342,1256497],[-1365556,1267453],[-1367447,1270785],[-1373300,1341784],[-1373317,1341536],[-1376373,1342685],[-1378435,1341101],[-1374565,1346383],[-1380809,1038226],[-1380835,1037830],[-1371391,1152591],[-1389123,1325711],[-1388719,1326300],[-1389467,1326470],[-1388806,1324891],[-1384523,1321674],[-1385704,1328803],[-1386982,1333091],[-1384852,1040535],[-1382438,1037380],[-1393341,1074397],[-1394681,1074721],[-1394448,1074428],[-1394459,1074598],[-1393438,1074301],[-1392945,1071868],[-1393249,1072032],[-1393807,1076953],[-1393519,1075418],[-1393618,1075490],[-1388664,1105402],[-1393251,1182615],[-1393333,1182197],[-1393545,1182319],[-1393115,1183290],[-1392535,1182633],[-1393561,1183114],[-1393734,1182931],[-1393554,1182223],[-1391663,1184800],[-1391656,1184528],[-1389918,1181545],[-1389636,1181563],[-1389481,1181766],[-1391879,1181212],[-1392082,1181432],[-1392036,1180906],[-1392460,1181424],[-1392166,1181299],[-1391758,1181346],[-1392345,1179579],[-1392439,1178730],[-1392594,1179898],[-1392176,1178938],[-1390125,1182647],[-1390022,1182659],[-1392582,1179609],[-1389978,1197675],[-1389818,1197543],[-1384806,1221898],[-117390,540525],[-117807,541660],[-118427,540670],[-118238,540381],[-119671,540227],[-124243,565527],[-124099,565160],[-123258,564766],[-124101,565038],[-123981,564711],[-123183,565751],[-119845,586172],[-119656,586216],[-1400320,1311655],[-1407248,1333669],[-1406900,1334001],[-1406859,1333600],[-1405847,1338839],[-1405502,1339201],[-1406320,1338465],[-1406041,1337873],[-1405929,1338135],[-1404278,1341874],[-1398602,1337872],[-1398820,1337237],[-1398878,1336723],[-1398373,1338378],[-1398976,1337006],[-1399222,1337735],[-1403299,1340585],[-1402070,1333308],[-1401858,1334144],[-1401812,1334208],[-1401610,1333823],[-1401889,1334497],[-1401131,1075391],[-1401860,1074522],[-1401910,1074429],[-1398621,1076806],[-1398991,1076909],[-1400166,1077268],[-1400200,1077559],[-1400938,1075450],[-1396380,1105080],[-1399053,1159228],[-1398476,1159432],[-1399351,1159627],[-1399355,1159497],[-1399505,1158989],[-1401541,1156096],[-1401535,1155839],[-1401273,1155989],[-1401033,1156360],[-1400722,1156347],[-1401016,1156033],[-1400704,1155920],[-1400490,1156232],[-1400915,1156674],[-1398304,1157969],[-1397999,1158078],[-1398253,1157682],[-1397840,1157855],[-1398044,1158337],[-1402242,1155647],[-1402404,1156866],[-1402736,1156695],[-1402495,1155941],[-1402025,1155517],[-1398959,1159688],[-1402045,1200349],[-1401912,1200531],[-1401607,1200339],[-1401478,1200501],[-1402237,1200142],[-1402684,1200405],[-1402106,1201486],[-1419184,1301623],[-1420050,1299948],[-1420147,1301247],[-1419083,1301907],[-1419721,1301070],[-1419901,1300763],[-1418723,1299604],[-1415659,1297925],[-1416168,1297560],[-1416087,1296691],[-1415717,1298252],[-1416374,1296311],[-1417071,1296503],[-1416641,1299500],[-1417212,1299280],[-1417279,1300482],[-1418324,1300431],[-1417368,1300195],[-1418794,1299755],[-1417328,1299603],[-1418454,1300621],[-1417700,1300466],[-1418956,1300005],[-1415515,1299397],[-1415811,1299273],[-1408323,1332281],[-1418815,1374786],[-1418802,1375373],[-1418985,1374897],[-1418997,1375487],[-1419411,1373545],[-1419210,1373151],[-1419038,1373387],[-1420535,1374115],[-1420443,1373655],[-1420276,1374130],[-1417886,1371869],[-1418091,1371378],[-1419551,1375711],[-1418565,1084172],[-1413918,1108471],[-1409250,1111489],[-1410292,1122526],[-1410315,1122642],[-1410103,1126246],[-1410669,1124944],[-1409942,1121502],[-1409973,1121883],[-1410108,1118939],[-1410210,1125324],[-1411268,1123281],[-1409629,1132377],[-1408688,1133549],[-1408820,1132815],[-1411456,1133197],[-1411566,1132160],[-1412216,1132278],[-1411134,1131890],[-1409364,1131750],[-1409967,1132057],[-1409818,1131445],[-1409392,1131484],[-1410262,1131061],[-1409373,1131102],[-1411073,1131186],[-1409875,1134041],[-1408117,1135596],[-1410759,1128431],[-1409828,1126821],[-1410180,1127407],[-1410424,1130320],[-1409818,1130454],[-1411736,1133099],[-1410967,1134030],[-1409600,1134764],[-1411427,1133715],[-1410638,1132942],[-1411750,1250510],[-1424810,1300925],[-1430677,1331834],[-1421144,1375499],[-1425676,1048628],[-1425446,1048735],[-1430415,1039699],[-1430522,1040039],[-1430845,1039689],[-1430275,1039354],[-1430586,1043798],[-1430694,1043641],[-1430925,1043558],[-1430155,1069238],[-1431678,1068608],[-1430678,1067088],[-1431067,1067218],[-1430069,1068048],[-1431589,1065798],[-1422013,1072893],[-1422815,1070886],[-1421804,1069834],[-1431935,1068630],[-1424549,1072603],[-1421970,1077042],[-1421836,1077014],[-1426030,1092700],[-1426970,1130173],[-1426944,1130048],[-1429468,1135377],[-1429335,1135455],[-1429376,1135425],[-1429237,1135434],[-1429707,1135081],[-1422587,1133719],[-1421791,1138885],[-1421783,1138512],[-1428355,1129545],[-1428782,1129717],[-1423480,1136623],[-1432051,1259006],[-1431691,1259192],[-1432147,1259338],[-1444531,1342557],[-1445199,1343839],[-1445687,1342397],[-1446266,1340532],[-1445365,1342878],[-1445737,1341574],[-1445504,1341942],[-1444842,1343098],[-1445211,1342469],[-1445770,1342719],[-1445527,1343402],[-1445902,1345048],[-1445251,1344810],[-1445530,1345435],[-1445854,1345399],[-1443312,1049491],[-1443415,1048858],[-1443974,1049062],[-1445588,1040601],[-1443273,1049811],[-1438750,1084013],[-1438561,1084056],[-1439099,1082677],[-1438751,1082631],[-1438447,1083604],[-1438628,1082650],[-1438317,1082835],[-1439434,1083646],[-1440851,1083510],[-1440824,1082880],[-1440152,1082512],[-1439569,1082180],[-1439257,1082115],[-1445099,1080498],[-1443969,1080730],[-1443535,1080882],[-1444527,1080805],[-1444743,1081043],[-1444424,1080395],[-1443061,1081335],[-1443376,1080355],[-1445650,1078803],[-1445992,1078308],[-1445762,1077611],[-1445606,1077809],[-1439108,1082667],[-1442234,1084795],[-1443385,1085189],[-1441026,1086395],[-1438371,1085329],[-1437289,1085861],[-1439061,1080748],[-1444697,1084867],[-1445584,1086137],[-1440656,1077207],[-1441308,1077227],[-1441137,1077073],[-1443473,1077257],[-1443833,1084695],[-1445337,1087438],[-1445289,1084848],[-1440300,1100295],[-1440039,1100347],[-1440582,1100119],[-1440130,1100002],[-1440430,1099925],[-1444119,1100397],[-1446064,1088291],[-1439407,1101493],[-1439469,1101827],[-1439734,1101566],[-1439588,1102104],[-1442340,1101576],[-1442277,1101788],[-1441973,1101451],[-1438430,1101218],[-1438567,1101296],[-1438238,1101430],[-1438953,1101251],[-1434486,1126851],[-1437216,1162512],[-1437549,1177355],[-1437412,1232874],[-1435044,1253489],[-1442037,1278493],[-1441512,1278639],[-1442531,1278675],[-1441255,1278124],[-1442503,1278384],[-1445760,1277720],[-1445955,1277698],[-1442385,1276476],[-1442299,1279566],[-1442349,1279729],[-1449742,1304539],[-1456027,1302034],[-1446645,1303396],[-1446540,1303116],[-1446731,1303131],[-1455997,1300160],[-1455936,1299917],[-1455941,1300479],[-1448655,1305158],[-1450750,1300892],[-1450891,1300573],[-1447558,1342682],[-1447678,1343973],[-1448339,1341007],[-1449922,1341615],[-1447454,1340860],[-1446948,1341989],[-1447201,1341361],[-1446814,1343283],[-1446541,1343674],[-1446569,1342574],[-1446435,1343580],[-1448174,1342721],[-1448082,1343084],[-1450260,1341311],[-1449954,1341281],[-1450371,1341381],[-1449568,1340810],[-1449591,1341049],[-1448677,1342404],[-1449698,1341482],[-1447208,1340752],[-1447979,1341439],[-1446973,1342514],[-1453193,1342715],[-1450660,1340601],[-1453241,1347118],[-1453390,1347832],[-1452915,1348164],[-1453747,1347745],[-1454742,1354402],[-1455559,1351956],[-1454907,1354297],[-1447477,1344408],[-1446566,1344621],[-1448528,1346509],[-1448302,1345271],[-1452565,1354090],[-1453191,1354526],[-1453450,1355476],[-1453858,1353882],[-1447019,1048744],[-1447292,1048548],[-1450409,1040207],[-1450868,1039937],[-1450563,1039998],[-1451506,1040804],[-1451383,1040569],[-1451335,1040540],[-1451346,1040784],[-1451485,1040718],[-1451634,1040606],[-1451699,1040491],[-1451480,1040416],[-1451299,1040427],[-1451190,1040546],[-1451639,1040429],[-1447428,1044014],[-1447802,1044170],[-1447428,1044508],[-1447358,1044460],[-1447338,1044428],[-1447492,1044252],[-1447585,1044559],[-1447022,1044507],[-1447138,1044663],[-1447294,1044742],[-1447404,1044881],[-1447576,1044825],[-1447545,1043304],[-1448913,1042076],[-1450445,1041378],[-1450635,1041454],[-1450485,1041718],[-1449154,1043396],[-1449960,1040563],[-1449849,1041073],[-1448849,1038382],[-1449012,1038554],[-1448405,1040857],[-1450008,1040604],[-1447824,1050556],[-1447305,1050129],[-1446988,1050047],[-1446829,1049843],[-1449377,1069499],[-1450720,1072937],[-1450690,1072842],[-1451293,1072377],[-1451193,1072459],[-1451282,1072584],[-1450463,1074594],[-1448943,1072685],[-1448881,1072161],[-1447637,1072516],[-1448234,1071493],[-1448775,1074110],[-1447573,1072078],[-1448082,1074112],[-1450392,1076808],[-1450098,1077058],[-1449860,1076838],[-1449760,1077308],[-1450516,1077308],[-1450727,1077838],[-1448345,1077680],[-1448185,1077102],[-1447642,1079123],[-1448149,1078351],[-1447575,1078793],[-1448765,1079619],[-1447119,1078490],[-1447850,1078551],[-1448354,1078319],[-1449591,1077197],[-1446597,1088116],[-1446484,1087333],[-1449456,1088082],[-1447744,1081255],[-1448880,1079036],[-1446403,1088653],[-1450439,1089302],[-1470263,1344110],[-1469695,1010370],[-1471352,1009441],[-1469728,1009958],[-1462453,1032432],[-1464445,1030668],[-1464329,1030432],[-1464739,1030348],[-1464072,1030304],[-1464124,1034289],[-1464446,1034293],[-1464651,1034376],[-1464220,1034641],[-1464560,1034367],[-1465103,1030984],[-1465242,1030473],[-1465505,1031148],[-1465856,1030705],[-1461419,1026012],[-1461164,1025859],[-1461194,1032654],[-1462865,1032146],[-1471558,1049034],[-1471671,1048898],[-1471686,1049055],[-1466860,1078610],[-1463649,1079675],[-1463881,1079559],[-1465620,1076753],[-1464395,1076598],[-1463896,1076910],[-1464849,1076739],[-1463903,1076998],[-1465109,1078359],[-1465419,1078714],[-1465241,1078562],[-1467103,1078353],[-1466543,1078575],[-1467760,1078833],[-1463937,1077348],[-1467104,1079628],[-1464442,1076930],[-1464190,1077137],[-1467047,1075534],[-1463592,1080401],[-1463669,1079315],[-1477179,1318943],[-1477608,1319054],[-1474520,1340045],[-1474369,1339882],[-1473829,1339672],[-1474239,1339482],[-1473859,1339242],[-1473429,1339692],[-1482417,1351686],[-1482571,1351563],[-1473661,1012766],[-1481008,1061094],[-1475831,1070287],[-1483941,1072172],[-1476107,1070268],[-1476026,1069385],[-1486032,1348903],[-1485504,1348967],[-1486191,1348703],[-1488871,1353940],[-1488761,1353750],[-1488221,1353540],[-1488631,1353350],[-1488251,1353110],[-1487821,1353560],[-1488839,1075371],[-1486156,1070415],[-1485076,1071148],[-1495389,1080088],[-1498648,1344418],[-1498728,1344996],[-1499050,1344733],[-1499057,1345830],[-1508014,1346386],[-1508410,1346374],[-1508441,1345939],[-1498189,1345510],[-1510263,1347675],[-1510051,1347418],[-1510128,1346890],[-1508824,1346177],[-1509056,1346773],[-1509032,1352247],[-1509078,1351582],[-1509533,1351140],[-1509293,1352049],[-1508885,1352511],[-1499435,1345826],[-1498600,1345470],[-1498713,1345622],[-1498419,1345260],[-1509303,1351178],[-1509723,1351048],[-1508945,1346577],[-1503325,1062442],[-1503563,1062641],[-1499856,1082676],[-1523023,1343640],[-1522580,1344523],[-1523175,1346832],[-1522519,1345545],[-1522680,1345064],[-1522714,1346703],[-1521988,1345468],[-1510527,1346874],[-1522661,1344277],[-1513633,995847],[-1513723,995992],[-1520397,1008435],[-1516453,1005919],[-1518122,1005082],[-1516496,1005513],[-135224,230960],[-130754,563186],[-130727,562556],[-129374,564238],[-129551,564278],[-129477,563678],[-129020,563918],[-129326,570783],[-128977,570964],[-128674,571842],[-128855,570975],[-128543,571129],[-129661,571813],[-129140,608057],[-128837,608935],[-129018,608068],[-128706,608222],[-129489,607875],[-129824,608905],[-1526080,1342393],[-1529755,1337757],[-1529252,1341439],[-1527965,1343115],[-1528952,1337581],[-1525676,1342216],[-1528115,1343631],[-1526153,1343784],[-1532163,1340459],[-1529679,1341736],[-1532174,1339196],[-1523830,1343309],[-1527584,1343611],[-1528935,1343418],[-1530043,1341073],[-1529876,1343311],[-1523419,1343605],[-1529062,1342808],[-1528570,1342314],[-1525921,1341104],[-1528969,1343840],[-1530620,1342994],[-1525881,1341790],[-1524822,1342837],[-1528260,1337037],[-1524661,1343257],[-1529337,1340954],[-1530558,1341819],[-1531885,1342419],[-1531094,1342805],[-1525665,1343103],[-1529923,1337356],[-1525373,1341421],[-1527923,1337571],[-1530906,1341060],[-1531850,1341454],[-1525398,1340899],[-1530536,1341270],[-1523496,1342207],[-1525462,1339006],[-1525463,1341859],[-1529001,1338759],[-1527248,1338979],[-1528358,1338428],[-1527772,1337861],[-1526436,1339367],[-1525188,1341952],[-1527117,1339950],[-1525265,1339539],[-1526872,1338293],[-1526917,1338389],[-1529024,1338234],[-1529485,1337378],[-1530153,1339296],[-1530645,1340263],[-1528069,1342572],[-1531922,1338777],[-1531371,1338460],[-1527273,1337381],[-1525767,1339901],[-1528498,1339376],[-1530430,1343709],[-1526302,1342023],[-1528509,1341753],[-1531251,1341703],[-1530351,1342592],[-1524868,1339461],[-1526440,1341167],[-1528577,1342882],[-1527695,1339675],[-1530178,1340440],[-1529637,1341257],[-1529414,1337992],[-1527295,1339036],[-1523758,1341624],[-1531184,1340988],[-1531890,1340948],[-1527722,1338451],[-1526807,1338834],[-1526962,1339319],[-1527645,1339984],[-1526108,1338796],[-1525954,1339651],[-1531121,1340624],[-1530890,1340679],[-1527639,1342529],[-1531778,1340365],[-1532118,1339966],[-1527283,1337676],[-1527333,1342966],[-1529635,1337945],[-1527550,1339017],[-1530458,1339247],[-1525624,1340980],[-1534122,1342988],[-1528095,1336963],[-1529601,1338196],[-1527647,1339092],[-1523984,1341432],[-1523951,1343584],[-1533737,1343941],[-1530003,1338992],[-1523619,1342558],[-1525087,1342107],[-1531516,1341695],[-1526002,1338523],[-1527661,1340406],[-1525565,1338662],[-1528039,1340506],[-1527577,1347864],[-1527838,1347326],[-1533945,1346127],[-1531555,1346053],[-1532226,1346035],[-1532893,1345207],[-1532619,1346462],[-1526953,1348278],[-1526305,1345674],[-1525598,1345324],[-1526155,1344942],[-1530263,1346223],[-1525651,1344546],[-1526421,1347576],[-1527031,1347643],[-1527017,1347289],[-1524157,1346933],[-1523943,1346334],[-1531922,1346631],[-1525175,1346092],[-1529753,1346031],[-1525847,1347341],[-1530844,1347641],[-1530190,1345565],[-1523723,1344384],[-1528746,1347434],[-1528549,1347789],[-1531128,1347844],[-1523989,1344635],[-1523613,1347054],[-1531926,1345587],[-1533413,1346569],[-1526768,1345082],[-1529366,1345453],[-1531990,1347319],[-1527296,1346972],[-1527861,1345112],[-1532135,1347971],[-1524483,1344951],[-1524819,1345285],[-1523388,1344700],[-1524527,1346221],[-1524362,1345651],[-1526036,1344220],[-1526328,1344397],[-1525811,1346017],[-1523993,1345366],[-1532644,1345823],[-1531584,1345355],[-1531893,1345195],[-1527403,1348273],[-1532969,1344874],[-1523895,1347180],[-1526696,1348579],[-1526689,1347904],[-1527565,1347503],[-1532730,1345449],[-1535770,1016308],[-1532046,1016182],[-1532245,1017001],[-1533838,1023099],[-1533118,1018565],[-1530718,1021704],[-1533032,1017860],[-1533708,1022573],[-1532798,1024137],[-1531023,1020895],[-1535636,1021918],[-1533687,1021252],[-1531385,1021641],[-1534386,1020636],[-1534582,1021251],[-1533297,1020902],[-1532762,1021694],[-1532114,1022431],[-1533589,1020305],[-1533597,1021841],[-1532922,1022349],[-1532719,1020223],[-1532884,1022962],[-1534101,1021850],[-1531853,1021661],[-1533013,1023472],[-1534188,1023674],[-1532130,1021372],[-1530779,1021282],[-1533435,1023995],[-1533774,1018583],[-1534106,1018341],[-1534091,1018650],[-1534235,1018156],[-1532929,1025461],[-1534473,1026422],[-1534903,1026015],[-1534162,1024547],[-1531318,1024400],[-1535233,1025419],[-1535530,1025375],[-1535517,1025558],[-1535595,1025679],[-1535895,1025495],[-1534587,1027075],[-1529822,1025895],[-1529564,1025814],[-1540225,1016114],[-1538588,1016977],[-1537146,1015723],[-1538552,1014131],[-1536442,1016049],[-1538781,1015373],[-1537742,1016127],[-1539135,1015877],[-1539103,1017422],[-1538341,1016125],[-1537212,1016697],[-1538007,1016781],[-1537731,1017501],[-1536762,1015312],[-1536349,1016802],[-1539710,1016346],[-1539178,1016567],[-1538387,1016026],[-1536234,1021067],[-1536038,1020891],[-1536065,1021271],[-1539545,1023960],[-1540253,1022556],[-1542116,1029124],[-1542442,1028983],[-1542083,1028844],[-1536997,1027725],[-1539588,1024288],[-1539333,1024508],[-1542606,1027591],[-1542340,1027041],[-1542466,1028310],[-1543223,1027722],[-1542903,1027119],[-1543125,1028195],[-1542805,1027389],[-1542434,1027803],[-1542225,1028397],[-1537357,1024842],[-1542314,1026680],[-1541320,1067093],[-1541382,1067344],[-1574390,1026394],[-1574132,1025812],[-1574303,1031253],[-1573176,1030886],[-1573294,1030956],[-1573426,1030372],[-1572961,1030489],[-1575383,1023691],[-1575029,1024035],[-1575460,1024238],[-1575629,1024242],[-1575950,1028589],[-1576033,1028601],[-1576168,1028065],[-1577765,1027785],[-153034,282602],[-152658,282487],[-153590,281218],[-151744,283423],[-152174,284670],[-153624,283965],[-149517,291056],[-149168,291238],[-148865,292116],[-149046,291248],[-148734,291403],[-149852,292086],[-148911,286329],[-150603,284537],[-148169,284875],[-151350,535226],[-150767,534906],[-150455,534826],[-152437,536737],[-152410,536107],[-152613,540777],[-153031,541027],[-152907,540527],[-152375,540557],[-152275,541027],[-153242,541557],[-143758,560088],[-143935,560128],[-143861,559528],[-143404,559768],[-147677,566195],[-147854,566235],[-147780,565635],[-147323,565875],[-145709,588697],[-147605,588809],[-147782,588849],[-147708,588249],[-147251,588489],[-145736,589327],[-148962,592673],[-150454,593515],[-148313,593132],[-148642,593448],[-148798,594168],[-154538,286775],[-164913,550195],[-165184,549675],[-165194,549345],[-160889,548270],[-160306,547950],[-159994,547870],[-164319,547767],[-164025,548017],[-163787,547797],[-163687,548267],[-164443,548267],[-164654,548797],[-160374,549643],[-160136,549423],[-160036,549893],[-160792,549893],[-165430,547325],[-165403,546695],[-162868,549261],[-162645,549351],[-162952,550181],[-163509,549651],[-161275,544447],[-161052,544537],[-161359,545367],[-161916,544837],[-155650,545717],[-155427,545807],[-155786,546832],[-156291,546107],[-155279,542996],[-154613,543067],[-154612,542907],[-154462,543363],[-154801,543283],[-155240,543956],[-156529,546920],[-156997,546382],[-157106,546689],[-160668,549393],[-161003,550423],[-154181,539758],[-154004,539718],[-153650,539398],[-159513,561491],[-159125,560777],[-156744,557262],[-156522,556661],[-157056,557965],[-156659,558447],[-160392,553108],[-160169,553198],[-160476,554028],[-161033,553498],[-160749,562641],[-160740,562464],[-159861,562393],[-160155,562980],[-158953,560234],[-159006,560188],[-158491,559462],[-158416,559893],[-166023,562810],[-166214,562846],[-166109,562269],[-165670,562542],[-159923,555545],[-159843,554924],[-161533,562621],[-161463,562161],[-156353,561949],[-156294,561310],[-158149,562514],[-158049,562161],[-158283,561968],[-157121,553836],[-156898,553926],[-157205,554756],[-157762,554226],[-157845,561789],[-157729,562526],[-157084,562658],[-162182,552894],[-162155,552264],[-161571,554616],[-161748,554656],[-161674,554056],[-161217,554296],[-160349,560219],[-160322,559589],[-165923,558190],[-165756,558810],[-164358,556004],[-164286,556154],[-164465,555934],[-166126,555840],[-166099,555210],[-163554,558327],[-163344,558166],[-163097,558024],[-162986,558403],[-163749,558421],[-163861,559202],[-162803,561830],[-162476,561835],[-163469,563199],[-162755,563342],[-162172,563022],[-165289,561576],[-164706,561256],[-164394,561176],[-165297,562617],[-165045,562322],[-165262,562082],[-164797,561985],[-164793,562738],[-161942,558212],[-162119,558252],[-162045,557652],[-161588,557892],[-165177,558994],[-165180,558481],[-163419,562101],[-164263,562950],[-160666,565220],[-160639,564590],[-162239,570420],[-162168,570570],[-162346,570350],[-165181,564381],[-165610,563886],[-165757,563688],[-164186,565845],[-163623,565479],[-163308,565414],[-163345,564320],[-163336,564705],[-163015,564734],[-163296,565125],[-163802,564559],[-164338,564756],[-164604,563879],[-164192,563800],[-161808,563526],[-161764,563674],[-161891,563460],[-155202,566416],[-155580,566013],[-154317,564734],[-154505,564786],[-154451,564242],[-154021,564360],[-161547,569179],[-161393,568560],[-160197,570188],[-159559,570122],[-161478,569463],[-161286,569713],[-161033,569493],[-160931,569963],[-161694,569963],[-161802,570493],[-166372,566520],[-165839,565585],[-165955,566142],[-154776,569666],[-154953,569706],[-154879,569106],[-154422,569346],[-155915,571170],[-156092,571176],[-156018,570648],[-155561,570878],[-164067,563428],[-166155,576247],[-166243,576883],[-166143,577353],[-164144,578945],[-164219,578401],[-169965,303132],[-169622,303420],[-170829,303652],[-169276,303529],[-173132,308337],[-172505,307612],[-172336,308465],[-172616,308230],[-172540,470561],[-174446,470984],[-174216,471938],[-174241,472047],[-174396,471914],[-174162,471378],[-174269,471965],[-175437,472525],[-174484,471619],[-174040,471566],[-174345,472677],[-173751,472221],[-174873,471880],[-175292,472376],[-176732,467718],[-176433,468385],[-176441,468729],[-176520,468246],[-176195,468467],[-175978,468641],[-176966,467710],[-176769,467542],[-176421,468687],[-176210,468531],[-176397,468459],[-176215,468423],[-170006,470647],[-168739,473121],[-170260,470301],[-168499,471081],[-169464,470756],[-168584,469920],[-169951,471741],[-169310,470917],[-169558,468092],[-169280,469504],[-169818,470158],[-169280,468648],[-174210,475679],[-169994,479397],[-171901,480110],[-171917,479963],[-173450,475722],[-172117,475685],[-173457,475275],[-172192,474445],[-171671,475338],[-171685,474951],[-174604,475400],[-173032,474896],[-172499,474978],[-172387,476063],[-171825,475551],[-169887,513896],[-169593,514146],[-169355,513926],[-169255,514396],[-170011,514396],[-170222,514926],[-176020,531223],[-175385,531111],[-175127,531168],[-169923,530185],[-169700,530275],[-170007,531105],[-170564,530575],[-171502,529225],[-171279,529315],[-171586,530145],[-172143,529615],[-175707,525506],[-175484,525596],[-175791,526426],[-176348,525896],[-167103,548961],[-167032,549111],[-167210,548891],[-172273,550428],[-172979,546695],[-172952,546056],[-174515,544088],[-171767,543819],[-171544,543909],[-171851,544739],[-172408,544209],[-171701,549694],[-171674,549064],[-171500,547480],[-171204,547726],[-170968,547510],[-170868,547980],[-171624,547980],[-171835,548510],[-170368,547752],[-169785,547432],[-169473,547352],[-168330,549842],[-168107,549932],[-168971,550232],[-174542,544718],[-175731,543798],[-175148,543478],[-174836,543398],[-168838,558957],[-168880,559141],[-168911,559774],[-168917,559051],[-171035,554868],[-171175,554431],[-170704,555684],[-170599,555725],[-170118,555452],[-170381,555444],[-170020,555742],[-169872,555550],[-169721,556279],[-172472,550799],[-172639,550702],[-171506,551002],[-174231,561165],[-174204,560535],[-175488,561664],[-174905,561344],[-174593,561264],[-175541,556874],[-175246,557124],[-175008,556904],[-174908,557374],[-175665,557374],[-175875,557904],[-172865,561431],[-172571,561681],[-172333,561461],[-172233,561931],[-172989,561931],[-173200,562461],[-174549,562954],[-174675,562929],[-174584,562401],[-174212,562738],[-171606,556390],[-171393,556442],[-171464,557302],[-172091,556891],[-172566,553666],[-173152,553442],[-174724,553650],[-174901,553690],[-174827,553090],[-174370,553330],[-176274,561332],[-176451,561372],[-176377,560772],[-175920,561012],[-176895,562923],[-176479,562447],[-175446,552095],[-175406,552211],[-175502,552071],[-176264,552945],[-176152,552826],[-176319,553029],[-177616,556200],[-177512,555576],[-177230,554430],[-176636,554282],[-176339,554368],[-178303,560652],[-178227,560782],[-178357,560534],[-168597,563140],[-168140,563380],[-172005,550751],[-168414,550762],[-169832,554546],[-169734,554581],[-170247,555316],[-170434,554896],[-168993,558467],[-168410,558147],[-168098,558067],[-168692,557537],[-168582,557786],[-168136,557766],[-168674,557170],[-171952,555816],[-171305,555845],[-171274,555652],[-171084,556094],[-171531,556121],[-171898,556822],[-171744,551363],[-178165,559762],[-178094,559912],[-178272,559692],[-166912,559343],[-166848,559493],[-167017,559269],[-170816,556075],[-170861,556368],[-178418,559543],[-177928,559913],[-166433,566370],[-166536,566302],[-172690,566360],[-172384,566713],[-172316,566396],[-171952,566669],[-172555,567063],[-172319,567213],[-173890,564715],[-173549,565313],[-173350,565527],[-174020,568243],[-174167,567727],[-173710,566237],[-173639,566387],[-173817,566167],[-172134,567505],[-172063,567655],[-172241,567435],[-176772,565594],[-176465,566043],[-167973,565323],[-167806,565947],[-168494,563700],[-168671,563740],[-177445,565161],[-177346,565213],[-179160,564643],[-178848,564563],[-178313,564815],[-178019,565065],[-177781,564845],[-177681,565315],[-178437,565315],[-178648,565845],[-176870,566225],[-176805,566378],[-176929,566126],[-177481,565176],[-166612,576007],[-166509,576567],[-166481,577103],[-166899,577353],[-166686,576607],[-166775,576853],[-167110,577883],[-191520,249652],[-185984,459132],[-186162,457705],[-185252,459122],[-186047,457843],[-185379,457765],[-185021,458270],[-185480,458436],[-185723,458827],[-185254,457913],[-186133,458322],[-185613,458674],[-184957,457497],[-182225,460768],[-182173,460870],[-183074,459908],[-182778,460177],[-182561,460237],[-182799,460025],[-182382,460622],[-182331,460506],[-182814,460264],[-182431,460261],[-185547,465739],[-185855,465435],[-185907,464732],[-184771,465484],[-184724,466127],[-184408,464162],[-185740,464876],[-185231,465649],[-183111,465985],[-185683,465174],[-185144,464830],[-185469,463979],[-181556,470881],[-182344,470266],[-181362,470694],[-181168,471462],[-180622,470218],[-180837,471282],[-180802,470235],[-182026,470689],[-180105,471593],[-182503,469851],[-180493,471418],[-180303,466441],[-179630,465604],[-179704,465933],[-181790,467216],[-179707,465076],[-179929,465011],[-180171,464940],[-179930,467123],[-180543,464705],[-180330,466304],[-180423,465525],[-179773,465326],[-181979,461271],[-182395,461094],[-188484,463257],[-188283,463256],[-187980,463995],[-188700,462892],[-188015,463897],[-188884,462637],[-188140,462788],[-179625,465622],[-180351,463587],[-180598,464369],[-180469,464544],[-180334,463737],[-179925,464712],[-180172,464568],[-180489,464472],[-188140,463507],[-187989,463687],[-179890,464982],[-190200,470650],[-184040,473631],[-184503,472377],[-186108,470947],[-189139,473311],[-188261,471257],[-182441,468991],[-188625,467364],[-188810,468062],[-188874,466520],[-190399,467268],[-188264,467038],[-182451,470503],[-186067,462051],[-188888,461202],[-188408,462852],[-179952,465195],[-180358,464414],[-182625,470663],[-181447,470954],[-182213,470512],[-181598,472603],[-183265,472086],[-185572,474559],[-186266,475472],[-186437,474492],[-188926,474454],[-185836,476018],[-185253,493822],[-185145,493755],[-190628,493617],[-188168,492679],[-188475,493113],[-187850,493202],[-188014,493147],[-187534,493329],[-188525,493290],[-187379,494657],[-188773,492675],[-187997,493093],[-187843,492934],[-188501,493329],[-188661,493553],[-183747,495701],[-184451,497232],[-184377,497864],[-184514,497106],[-185150,496908],[-184679,494725],[-183866,495256],[-183947,494893],[-183638,495885],[-184804,496058],[-183920,495131],[-184094,494661],[-185268,494517],[-183915,494808],[-184329,495619],[-183996,494702],[-183831,495100],[-190017,494895],[-190156,495334],[-190491,495620],[-190420,495526],[-190070,495557],[-189918,495615],[-189832,495469],[-190767,495325],[-190635,524863],[-190662,525493],[-179743,564963],[-179420,568460],[-179393,567830],[-190476,565617],[-190449,564987],[-191514,564808],[-191443,564958],[-191621,564738],[-190495,563606],[-190328,564226],[-182939,585148],[-182418,585259],[-182260,585096],[-182158,585561],[-182789,585468],[-183203,586113],[-184401,635314],[-184347,635666],[-184793,635492],[-184450,634956],[-182823,639106],[-182990,639013],[-183212,639025],[-193273,246614],[-203349,417378],[-202604,417845],[-203672,418382],[-193343,465298],[-193230,465343],[-193708,466100],[-193946,465656],[-192127,462010],[-192100,461380],[-193162,483307],[-193865,484205],[-194397,483048],[-194127,482851],[-195732,482164],[-196247,483078],[-196024,483168],[-196331,483998],[-196888,483468],[-198837,474365],[-198614,474455],[-198921,475285],[-199478,474755],[-194883,481216],[-194712,481338],[-194895,482113],[-195388,481544],[-193509,491295],[-193059,490868],[-194449,492097],[-192673,491262],[-194284,491019],[-192821,492092],[-192881,492995],[-192750,489892],[-194532,491120],[-193905,490866],[-193829,492040],[-193084,489559],[-201913,516451],[-200927,517335],[-201572,517330],[-202284,516607],[-202177,517129],[-202236,516826],[-202218,517105],[-202115,517075],[-200436,513406],[-200299,513497],[-199620,513641],[-200938,513100],[-200417,513155],[-200141,512781],[-200015,513189],[-200989,512786],[-199890,513000],[-200424,512739],[-200147,512905],[-200000,512612],[-198527,517207],[-198353,517100],[-198097,516821],[-199324,516450],[-199282,516950],[-200206,516282],[-198788,516677],[-198670,516676],[-193841,512206],[-194758,513842],[-193534,513504],[-193970,512453],[-193951,513402],[-193252,512222],[-193748,512977],[-194701,512956],[-193252,512565],[-198417,514314],[-198482,514029],[-197623,514139],[-198351,514480],[-198148,514274],[-197881,514552],[-192585,540310],[-192295,540266],[-192412,540712],[-193068,540331],[-193574,540847],[-193715,539487],[-193688,539002],[-192824,540134],[-194650,563374],[-194338,563294],[-195233,563694],[-196177,564126],[-196003,564746],[-205051,414981],[-204980,415131],[-205158,414911],[-208906,423249],[-208556,423246],[-208210,424531],[-213959,614422],[-215626,613622],[-214001,614026],[-217071,624562],[-216964,624682],[-229860,451106],[-230326,450212],[-230022,450323],[-229981,450623],[-225787,558188],[-221641,556161],[-223216,555389],[-221648,555797],[-217905,616860],[-242178,447343],[-242277,447252],[-241625,447699],[-242445,447247],[-242413,447257],[-242609,448105],[-243507,447602],[-242712,446566],[-242706,447225],[-236086,447848],[-236497,447540],[-236368,447623],[-236159,447822],[-237224,447658],[-236404,447702],[-240424,460793],[-240035,460663],[-240946,459373],[-242760,449326],[-242531,448675],[-243010,449539],[-242825,451386],[-241456,451505],[-241957,451316],[-242025,451277],[-241593,452044],[-242334,450969],[-241419,451781],[-242547,451629],[-241943,450976],[-236584,448313],[-237375,448724],[-237004,448477],[-236156,450114],[-235011,449681],[-235695,450644],[-235997,449540],[-235417,449263],[-236828,449773],[-235852,449359],[-236328,449318],[-234551,450520],[-231074,450728],[-231004,450516],[-231142,450674],[-230658,450087],[-230498,450833],[-238806,449208],[-238649,449164],[-238926,449216],[-239426,461623],[-239512,462813],[-241035,462183],[-242555,477034],[-242636,476905],[-242870,476801],[-241058,619533],[-241306,619791],[-241437,619330],[-240771,619263],[-243035,623054],[-243062,622864],[-243237,622704],[-8189,648962],[-8188,649070],[-247627,458834],[-247812,459532],[-247876,457990],[-249401,458738],[-247266,458508],[-243536,449443],[-243361,449106],[-243402,449076],[-243280,448729],[-243504,449317],[-243594,448501],[-251298,467963],[-251371,470406],[-251178,469894],[-248146,467517],[-246416,469955],[-253130,464478],[-253366,464478],[-252432,464930],[-252035,466052],[-246222,476189],[-260266,464719],[-260600,464242],[-260052,466176],[-267754,620302],[-267823,619912],[-271506,623126],[-269439,619678],[-284168,563819],[-285560,562554],[-284104,563409],[-288634,565318],[-286154,601554],[-286347,601855],[-286565,601429],[-285921,601239],[-287398,605411],[-287460,605231],[-287665,605102],[-303737,170026],[-319731,197553],[-319542,197587],[-328062,192111],[-327898,191990],[-329924,192002],[-327925,198109],[-327722,198153],[-328787,193359],[-328286,193277],[-328871,192380],[-328034,192395],[-328348,192824],[-328305,192937],[-326504,203360],[-326315,203392],[-331660,196247],[-331464,196268],[-328982,192400],[-343238,170810],[-342520,169907],[-343079,191550],[-333242,195058],[-343749,192504],[-344029,193016],[-333912,196012],[-343225,479398],[-345097,476256],[-345426,476656],[-345236,474705],[-338133,475330],[-337914,475407],[-338162,476254],[-338736,475758],[-344204,477466],[-351055,208627],[-351452,209662],[-351066,210766],[-353660,209257],[-353311,209439],[-353008,210317],[-353189,209449],[-352877,209604],[-353995,210287],[-351330,209573],[-346772,476444],[-347235,475307],[-347667,558285],[-347518,558321],[-369131,173634],[-369434,174712],[-363949,174525],[-363689,174629],[-363345,175555],[-363565,174643],[-363243,174810],[-364295,175550],[-365174,176072],[-364985,176115],[-371060,177921],[-370842,178599],[-370942,177922],[-370648,178028],[-369001,183814],[-368715,183915],[-368383,184842],[-368591,183929],[-368272,184097],[-369345,184838],[-368629,207897],[-368280,208079],[-367977,208957],[-368158,208090],[-367846,208244],[-368537,209004],[-362357,216087],[-361687,215133],[-361979,216230],[-361630,216563],[-361327,217295],[-361508,216566],[-361196,216685],[-362314,217215],[-361334,208789],[-360985,208971],[-360682,209849],[-360863,208982],[-360551,209136],[-361669,209819],[-366839,217208],[-366814,217400],[-366694,220147],[-365797,218516],[-365957,218626],[-365610,218089],[-367149,222176],[-366960,222220],[-366396,219034],[-366047,219140],[-365744,220064],[-365925,219153],[-365613,219321],[-366731,220059],[-365721,217985],[-369253,256433],[-369136,257733],[-369584,256510],[-369531,256553],[-369514,256430],[-370016,256684],[-369044,257179],[-368937,257227],[-368910,257253],[-368902,257297],[-369133,256816],[-369007,257006],[-369097,257868],[-368999,257903],[-368977,257874],[-369099,257959],[-368897,257261],[-368901,257230],[-368775,257201],[-369938,257307],[-369821,258558],[-370269,257429],[-370216,257469],[-370199,257366],[-369729,258030],[-369622,258080],[-369595,258062],[-369587,258086],[-369818,257602],[-369692,257797],[-369782,258682],[-369684,258708],[-369662,258667],[-369784,258739],[-369582,258055],[-369586,258022],[-369460,258025],[-370701,257589],[-368764,557521],[-369230,557637],[-19911,258915],[-22449,261531],[-22137,262317],[-20310,259603],[-19843,260230],[-21032,260926],[-22455,115856],[-22790,116886],[-383647,172844],[-383453,172849],[-375025,169651],[-374754,170551],[-374905,169664],[-374602,169824],[-375753,170529],[-376502,172070],[-376659,172730],[-376283,172912],[-376000,173790],[-376162,172922],[-375856,173077],[-376995,173760],[-374244,174357],[-373568,173415],[-371464,177547],[-371842,178505],[-380348,185226],[-380159,185270],[-373232,195099],[-372856,194981],[-372021,195388],[-372760,194904],[-372433,194791],[-372739,196065],[-378284,201327],[-377935,201509],[-377632,202387],[-377813,201520],[-377501,201674],[-378619,202357],[-376850,203785],[-376661,203829],[-375081,242903],[-375531,242255],[-381520,241972],[-381171,242504],[-381049,242494],[-380737,242534],[-379803,242505],[-379484,242693],[-379858,241489],[-379838,241504],[-379738,241354],[-380868,242865],[-381855,242713],[-379922,242701],[-379745,242685],[-379946,242638],[-379792,242687],[-379926,242832],[-379794,242704],[-379593,242668],[-379735,242701],[-379513,242695],[-379639,242680],[-379659,242810],[-380154,241999],[-380359,241803],[-380170,241819],[-380331,241980],[-380352,241984],[-380402,241909],[-380387,241962],[-380291,241970],[-380388,241871],[-380849,241502],[-374273,243922],[-377598,244906],[-377241,246157],[-378037,245028],[-377982,245068],[-378060,244965],[-378292,245188],[-377305,245629],[-377233,245679],[-377026,245661],[-376933,245685],[-377117,245201],[-377034,245396],[-377157,246281],[-377041,246307],[-376977,246266],[-377012,246338],[-376950,245654],[-376950,245621],[-376988,245624],[-375160,246261],[-375280,246155],[-375471,246357],[-375299,246189],[-375688,246366],[-375323,246193],[-375070,246153],[-375314,246057],[-375102,246115],[-375266,245974],[-375552,245986],[-375269,246078],[-375105,245986],[-374746,247008],[-374755,247022],[-374814,247117],[-374797,247068],[-375876,247845],[-382685,247154],[-382602,246980],[-382907,246925],[-382656,246985],[-382922,246706],[-382786,247006],[-382511,247167],[-382486,246886],[-382478,247115],[-382382,246884],[-382537,246642],[-382499,246941],[-382407,247062],[-382654,247708],[-382926,247734],[-382688,247729],[-382828,247775],[-382853,247777],[-382939,247763],[-382912,247763],[-382790,247761],[-382925,247767],[-383545,246219],[-383515,246223],[-383474,246146],[-381033,250447],[-380864,250546],[-380928,250589],[-380893,250550],[-380691,250653],[-381064,250646],[-380968,250419],[-380737,250585],[-380915,250449],[-380708,250593],[-380606,250775],[-380788,250557],[-380922,250549],[-380920,249601],[-380922,249486],[-380825,249472],[-381030,249563],[-381045,249567],[-381021,249537],[-381046,249569],[-380996,249561],[-380991,249508],[-379927,250393],[-379926,250397],[-379752,250346],[-380816,249802],[-380677,246804],[-380560,248055],[-381008,246926],[-380955,246966],[-380938,246863],[-381440,247086],[-380468,247527],[-380361,247577],[-380334,247559],[-380326,247583],[-380557,247099],[-380431,247294],[-380521,248179],[-380423,248205],[-380401,248164],[-380523,248236],[-380321,247552],[-380325,247519],[-380199,247522],[-379074,246579],[-378957,247830],[-379405,246701],[-379352,246741],[-379335,246638],[-379837,246861],[-378865,247302],[-378758,247352],[-378731,247334],[-378723,247358],[-378954,246874],[-378828,247069],[-378918,247954],[-378820,247980],[-378798,247939],[-378920,248011],[-378718,247327],[-378722,247294],[-378596,247297],[-382312,247752],[-382195,249003],[-382643,247874],[-382590,247914],[-382573,247811],[-383075,248034],[-382103,248475],[-381996,248525],[-381969,248507],[-381961,248531],[-382192,248047],[-382066,248242],[-382156,249127],[-382058,249153],[-382036,249112],[-382158,249184],[-381956,248500],[-381960,248467],[-381834,248470],[-383644,246254],[-383527,247505],[-383975,246376],[-383922,246416],[-383905,246313],[-383435,246977],[-383328,247027],[-383301,247009],[-383293,247033],[-383524,246549],[-383398,246744],[-383488,247629],[-383390,247655],[-383368,247614],[-383490,247686],[-383288,247002],[-383292,246969],[-383166,246972],[-380282,245560],[-380588,245525],[-380336,245570],[-380610,245296],[-380172,245456],[-380150,245687],[-380069,245448],[-380241,245217],[-380181,245513],[-380240,246239],[-380498,246271],[-380261,246249],[-380408,246319],[-380433,246323],[-380516,246310],[-380492,246312],[-380371,246301],[-380499,246309],[-381203,244775],[-381174,244778],[-381129,244685],[-381631,245774],[-375643,248709],[-376531,248667],[-375927,248490],[-375945,248533],[-375918,248595],[-376070,248031],[-376153,248833],[-376189,248937],[-376036,248869],[-375994,248840],[-375607,248632],[-375770,248758],[-376595,248675],[-376575,248747],[-376503,248747],[-376540,248601],[-375982,248855],[-375951,248851],[-376033,249034],[-374726,246861],[-374846,247161],[-374742,246998],[-374743,246985],[-374809,247132],[-376512,247191],[-376493,247164],[-376559,247200],[-377162,247640],[-377715,248103],[-377897,247247],[-377408,248034],[-377380,248145],[-377225,248028],[-377176,247988],[-377013,247598],[-377069,247794],[-377734,248150],[-377662,248209],[-377590,248176],[-377672,248073],[-377167,247993],[-377146,247973],[-377160,248164],[-375062,253018],[-374216,253376],[-375301,253402],[-375233,253392],[-375293,253437],[-375547,253530],[-374463,253209],[-374349,253218],[-374302,252980],[-374268,252887],[-374729,252689],[-374520,252778],[-374104,253371],[-374294,253590],[-373999,253223],[-374146,253069],[-374285,252893],[-374306,252871],[-374226,252996],[-375706,252117],[-375914,253028],[-376052,252285],[-376011,252320],[-375967,252300],[-376513,252277],[-375689,252689],[-375597,252762],[-375572,252619],[-375572,252580],[-375674,252120],[-375600,252324],[-375909,253105],[-375822,253118],[-375791,253054],[-375929,253049],[-375559,252569],[-375555,252538],[-375430,252662],[-374495,251615],[-374518,251807],[-374219,251754],[-374469,251783],[-374149,251955],[-374335,251719],[-374663,251662],[-374599,251935],[-374677,251722],[-374693,251972],[-374468,252146],[-374603,251878],[-374714,251796],[-374792,251105],[-374568,250987],[-374788,251073],[-374652,250982],[-374628,250972],[-374552,250955],[-374571,250965],[-374684,251008],[-374571,250956],[-373528,252199],[-373555,252206],[-373587,252292],[-373373,251131],[-380354,245743],[-380474,245613],[-380179,245742],[-380089,245637],[-377573,247570],[-377556,247619],[-377541,247649],[-381441,532252],[-376997,534625],[-376569,534564],[-376107,535634],[-376377,535878],[-376628,536064],[-376766,536073],[-376143,534845],[-376953,534654],[-377093,534672],[-376797,534883],[-376808,534958],[-377097,534577],[-381279,532533],[-378001,529812],[-377664,529604],[-377164,530652],[-377109,530838],[-377453,531247],[-377460,531227],[-377364,529835],[-377908,529790],[-378155,529956],[-377648,529924],[-377613,529982],[-378200,529871],[-381349,532562],[-381452,532898],[-382307,532248],[-381967,531963],[-382282,531557],[-382068,531505],[-381906,532894],[-381292,532590],[-381487,532412],[-381317,532515],[-381302,532478],[-381473,532487],[-380002,537434],[-382019,537108],[-381972,536972],[-377571,535419],[-376522,534760],[-377330,535667],[-377319,535601],[-377418,535632],[-376975,535973],[-377035,534915],[-377037,534796],[-377058,534776],[-377049,534762],[-377367,535182],[-377260,534986],[-376429,534669],[-376449,534570],[-376496,534569],[-376377,534645],[-377079,534772],[-377107,534790],[-377160,534676],[-383366,532525],[-383404,532530],[-383055,533466],[-383075,533319],[-386071,172973],[-387109,173508],[-384901,184570],[-385237,183916],[-384322,185822],[-390413,183903],[-389734,182957],[-384739,199333],[-384550,199377],[-390101,195232],[-389423,194279],[-391056,246367],[-390973,246193],[-391278,246138],[-391027,246198],[-391293,245919],[-391157,246219],[-390882,246380],[-390857,246099],[-390849,246328],[-390753,246097],[-390908,245855],[-390870,246154],[-390778,246275],[-391025,246921],[-391199,246988],[-391224,246990],[-391310,246976],[-391283,246976],[-391161,246974],[-384039,247176],[-384407,246536],[-385638,245304],[-384700,244789],[-385345,245573],[-385333,245510],[-385386,245526],[-385088,245930],[-385135,244872],[-385119,244754],[-385229,244739],[-385260,244725],[-385607,245102],[-385475,244918],[-384628,244712],[-384656,244612],[-384723,244606],[-384649,244698],[-385279,244730],[-385309,244744],[-385280,244622],[-389007,245165],[-388890,246416],[-389338,245287],[-389285,245327],[-389268,245224],[-389770,245447],[-388798,245888],[-388691,245938],[-388664,245920],[-388656,245944],[-388887,245460],[-388761,245655],[-388851,246540],[-388753,246566],[-388731,246525],[-388853,246597],[-388651,245913],[-388655,245880],[-388529,245883],[-390543,246732],[-390426,247983],[-390874,246854],[-390821,246894],[-390804,246791],[-391306,247014],[-390334,247455],[-390227,247505],[-390200,247487],[-390192,247511],[-390423,247027],[-390297,247222],[-390387,248107],[-390289,248133],[-390267,248092],[-390389,248164],[-390187,247480],[-390191,247447],[-390065,247450],[-387314,244678],[-387197,245929],[-387645,244800],[-387592,244840],[-387575,244737],[-388077,244960],[-387105,245401],[-386998,245451],[-386971,245433],[-386963,245457],[-387194,244973],[-387068,245168],[-387158,246053],[-387060,246079],[-387038,246038],[-387160,246110],[-386958,245426],[-386962,245393],[-386836,245396],[-388783,248490],[-389962,247902],[-388584,248148],[-388650,248170],[-388517,248237],[-388536,247694],[-389522,248270],[-389604,248328],[-389734,248366],[-389823,248371],[-389342,248449],[-389543,248448],[-390111,247867],[-390209,247935],[-390223,247980],[-390258,247842],[-389787,248391],[-389763,248407],[-389731,248500],[-391297,246947],[-391059,246942],[-391296,246980],[-391916,245432],[-391886,245436],[-391845,245359],[-392410,246389],[-387420,247373],[-388256,247829],[-387765,247315],[-387762,247362],[-387698,247395],[-388121,246996],[-387828,247762],[-387808,247872],[-387721,247748],[-387708,247705],[-387463,247318],[-387547,247512],[-388315,247875],[-388265,247931],[-388206,247896],[-388316,247793],[-387687,247710],[-387662,247691],[-387632,247884],[-386717,249072],[-386600,250323],[-387048,249194],[-386995,249234],[-386978,249131],[-387480,249354],[-386508,249795],[-386401,249845],[-386374,249827],[-386366,249851],[-386597,249367],[-386471,249562],[-386561,250447],[-386463,250473],[-386441,250432],[-386563,250504],[-386361,249820],[-386365,249787],[-386239,249790],[-388627,249448],[-388544,249274],[-388849,249219],[-388598,249279],[-388864,249000],[-388728,249300],[-388453,249461],[-388428,249180],[-388420,249409],[-388324,249178],[-388479,248936],[-388441,249235],[-388349,249356],[-388596,250002],[-388868,250028],[-388630,250023],[-388770,250069],[-388795,250071],[-388881,250057],[-388854,250057],[-388732,250055],[-388867,250061],[-389487,248513],[-389457,248517],[-389416,248440],[-389981,249470],[-387548,247893],[-386425,248579],[-387766,248217],[-387711,248225],[-387874,248230],[-387682,248341],[-386890,248286],[-386841,248316],[-386635,248121],[-386523,248055],[-386896,247730],[-386758,247870],[-386275,248617],[-386188,248581],[-386157,248501],[-386075,248521],[-386565,248051],[-386583,248022],[-386700,248131],[-395005,247520],[-394888,248771],[-395336,247642],[-395283,247682],[-395266,247579],[-395768,247802],[-394796,248243],[-394689,248293],[-394662,248275],[-394654,248299],[-394885,247815],[-394759,248010],[-394849,248895],[-394751,248921],[-394729,248880],[-394851,248952],[-394649,248268],[-394653,248235],[-394527,248238],[-396649,249102],[-396768,249764],[-396699,249861],[-396629,249787],[-396615,249780],[-396599,249263],[-396579,249494],[-396600,249764],[-396588,249733],[-396506,249846],[-396425,247871],[-396244,247762],[-396381,247872],[-396342,247846],[-396249,247791],[-396382,247880],[-396240,247048],[-396280,246874],[-396556,246968],[-396317,246900],[-396735,246829],[-396350,246933],[-396101,246985],[-396250,246751],[-396106,246929],[-396163,246699],[-396414,246564],[-396226,246799],[-396043,246826],[-396165,247682],[-396266,247816],[-396282,247827],[-398403,185002],[-398099,183896],[-401519,183907],[-401170,184089],[-400867,184967],[-401048,184100],[-400736,184254],[-401854,184937],[-407126,230264],[-406891,230311],[-405860,229777],[-407416,231464],[-402834,245067],[-402682,246186],[-403239,245210],[-403184,245250],[-403201,245188],[-403632,245279],[-402619,245740],[-402524,245806],[-402416,245723],[-402372,245715],[-402568,245222],[-402464,245431],[-402375,245694],[-402375,245660],[-402313,245729],[-406281,245021],[-397838,246959],[-397807,246945],[-397873,246905],[-397677,247956],[-397033,249121],[-397473,249019],[-402570,246290],[-406373,244924],[-405172,244746],[-405708,244679],[-405677,244567],[-405694,244640],[-405678,244673],[-406107,244962],[-405944,244807],[-405057,244717],[-405048,244644],[-405093,244654],[-405001,244785],[-405709,244663],[-405741,244674],[-405760,244488],[-402629,246290],[-402518,246312],[-402474,246258],[-406206,245115],[-406176,245066],[-405961,245527],[-397063,250116],[-397002,249175],[-396958,249130],[-397074,250219],[-396992,250272],[-396944,250230],[-397072,250210],[-421072,186716],[-420723,186897],[-420420,187775],[-420601,186908],[-420289,187062],[-421407,187746],[-415589,204498],[-414919,203544],[-430205,188915],[-429588,187970],[-429117,188964],[-428447,188010],[-424047,202462],[-423377,201509],[-422154,526950],[-422467,527121],[-422456,526650],[-421790,526824],[-425052,529851],[-425021,529666],[-425150,529421],[-436543,436426],[-436249,436676],[-436011,436456],[-435911,436926],[-436667,436926],[-436878,437456],[-438754,438660],[-438542,438105],[-436236,439682],[-435595,439292],[-435372,439382],[-435679,440212],[-444893,441444],[-441170,545475],[-441117,545605],[-445509,562743],[-447200,561886],[-445562,562328],[-444090,100405],[-444256,100445],[-444187,99845],[-443738,100085],[-443020,101472],[-442815,101508],[-446924,108565],[-446575,108747],[-446272,109625],[-446453,108758],[-446141,108912],[-447259,109595],[-447323,107382],[-447849,107330],[-447948,107358],[-447347,106297],[-446536,107097],[-446233,107975],[-446414,107108],[-447220,107945],[-449382,565455],[-456076,82255],[-456254,82035],[-457701,81343],[-460296,82770],[-453064,79878],[-452611,89437],[-452715,89619],[-452602,89629],[-452292,89784],[-453050,93214],[-454465,93614],[-452209,90497],[-452851,90467],[-451893,95295],[-451747,95439],[-451978,94772],[-452133,94954],[-451619,95832],[-452025,94964],[-451724,95119],[-452323,95810],[-452045,94222],[-452639,94342],[-453185,93786],[-452713,94400],[-452984,94459],[-452390,93198],[-452035,97933],[-451859,98045],[-455659,99508],[-455506,99495],[-460539,107127],[-456894,109256],[-456705,109300],[-456424,108054],[-456464,106893],[-448308,106609],[-457405,118270],[-456978,118452],[-456736,119330],[-456861,118462],[-456567,118617],[-457740,119300],[-456418,118110],[-455748,117156],[-456132,122830],[-456365,123846],[-454333,120855],[-453356,122596],[-453122,120284],[-471436,88103],[-471606,88024],[-467684,91839],[-467014,90917],[-462503,111494],[-461849,108201],[-461367,107953],[-34253,128613],[-34302,128314],[-34027,128653],[-33501,128621],[-33676,128882],[-32992,128270],[-33421,128257],[-34649,128223],[-33097,390906],[-33282,391604],[-33346,390062],[-34871,390810],[-32736,390580],[-30194,123177],[-29734,122789],[-29784,121693],[-30017,121249],[-29313,120528],[-30096,120708],[-29036,121142],[-28540,121552],[-28521,122003],[-29279,122837],[-34091,127971],[-501562,138247],[-503812,575808],[-505512,575006],[-503868,575402],[-507666,578440],[-549253,-459467],[-549708,-459344],[-550196,-459188],[-545220,-467318],[-546908,-466546],[-547428,-465539],[-546357,-466784],[-545242,-471266],[-544387,-471740],[-545987,-467457],[-545698,-467860],[-549397,-484169],[-549546,-484571],[-548301,-484107],[-548387,-482270],[-549329,-486840],[-549753,-488037],[-549660,-487114],[-547496,220421],[-547183,221014],[-547527,221537],[-547098,221048],[-546960,221216],[-548343,221051],[-550095,223832],[-547578,223825],[-547107,222838],[-543530,534821],[-539510,532383],[-541121,531583],[-539538,531987],[-547981,63157],[-547792,63246],[-547275,65633],[-546605,64679],[-552113,-457810],[-552315,-457258],[-551538,-457904],[-555881,-462977],[-551873,-462907],[-551652,-464476],[-561910,-463103],[-561788,-462891],[-560667,-463032],[-559896,-463365],[-559488,-463617],[-552517,-462729],[-551813,-463532],[-556617,-463396],[-555816,-462476],[-550787,-482058],[-551482,-493774],[-550615,-493157],[-550887,-491208],[-552812,-490481],[-550926,-493008],[-553438,-490295],[-552450,-491149],[-552660,-497429],[-557596,-503653],[-557088,-503368],[-554757,-501572],[-554146,-501332],[-556227,-502792],[-553301,-500463],[-550765,224785],[-552860,574057],[-552860,574537],[-572706,-473143],[-573877,-466149],[-566522,-464353],[-566916,-463385],[-573465,-473589],[-571648,-486091],[-571603,-486413],[-571269,-486778],[-570823,-487911],[-569086,378733],[-565348,376009],[-567083,375263],[-565419,375606],[-574261,430561],[-569834,429015],[-571253,427920],[-569781,428627],[-571082,507054],[-566670,505375],[-568013,504229],[-566610,504970],[-579589,232111],[-584077,335711],[-584410,335828],[-584317,335358],[-583762,335591],[-580587,359708],[-580969,359435],[-581101,444597],[-581306,444888],[-581506,444454],[-580883,444317],[-582580,448444],[-582636,448263],[-582812,448104],[-581325,534687],[-580831,536008],[-579850,535662],[-601053,180916],[-601317,181317],[-587569,337923],[-587508,337743],[-587538,337524],[-597445,415572],[-597343,415701],[-609004,1777529],[-608779,1778674],[-609537,1777822],[-606053,1777570],[-614018,1793816],[-609445,1792406],[-610684,1793316],[-611554,1793416],[-626813,1739572],[-621213,1736796],[-621196,1736913],[-619981,1758277],[-618742,1759285],[-619548,1758181],[-620338,1757035],[-618896,1760398],[-620675,1759585],[-626035,268306],[-626000,267897],[-619541,34251],[-619894,34195],[-619596,33826],[-619191,34356],[-623639,34720],[-623501,34591],[-623438,34330],[-44657,363398],[-44841,362953],[-44203,362181],[-44443,362670],[-47325,378841],[-47876,378589],[-47200,378624],[-47416,378495],[-48073,378327],[-48390,378611],[-47550,379190],[-48195,379152],[-48639,379116],[-44381,423062],[-43838,423207],[-44557,429412],[-45481,428492],[-46286,430178],[-45871,428686],[-44455,430498],[-46519,427393],[-41991,433882],[-41694,434541],[-42714,433382],[-43431,434923],[-41921,433403],[-42025,422997],[-40844,425866],[-42060,427253],[-44031,631510],[-44448,632645],[-45068,631655],[-44879,631366],[-46312,631212],[-634201,-138814],[-634150,-138399],[-633646,-137941],[-633854,-137920],[-634292,-137561],[-634480,-137334],[-634813,-149219],[-635491,-148508],[-635563,-149156],[-635490,-148143],[-634041,-151209],[-633558,-150965],[-634278,-149430],[-634071,-149507],[-635552,-147158],[-634651,-147963],[-633733,-149878],[-634040,-144443],[-634025,-143237],[-634783,-148952],[-634879,-164778],[-634655,-164475],[-637877,-159317],[-637565,-159266],[-637499,-159436],[-637864,-158830],[-637727,-159368],[-637453,-159309],[-629966,-160833],[-638101,-171172],[-638966,-171106],[-638657,-170338],[-639554,-170814],[-639516,-170529],[-638704,-177867],[-637170,-167419],[-637268,-167285],[-638301,-177850],[-636059,-180006],[-635684,-179236],[-636423,-179413],[-636533,-179666],[-636485,-186466],[-638929,1708276],[-637455,1728046],[-638194,1726446],[-627393,1739662],[-638874,1728719],[-639383,1729824],[-639731,1728850],[-635576,1747345],[-636386,1748785],[-635227,1750273],[-635847,1750467],[-635805,1747619],[-635446,1748177],[-635359,1748487],[-636079,1749795],[-636700,1748654],[-633731,1746155],[-634626,1746598],[-635027,1751244],[-631956,1744285],[-632541,1743178],[-632414,1744308],[-632152,1745855],[-631942,1742146],[-630844,1743373],[-627516,267114],[-630288,269965],[-650605,-139448],[-647939,-139565],[-650072,-140135],[-647864,-139821],[-649970,-139749],[-649831,-138344],[-650618,-137689],[-647412,-140079],[-650995,-139098],[-650284,-137633],[-647223,-140088],[-648422,-139130],[-643460,-152788],[-643272,-152453],[-643170,-152751],[-645677,-149570],[-645363,-149601],[-643887,-150401],[-649061,-147479],[-648556,-147401],[-648870,-147622],[-648213,-148366],[-648790,-147418],[-641294,-145925],[-644319,-156943],[-642123,-174598],[-642889,-174788],[-642636,-174927],[-641939,-176067],[-642352,-176090],[-640838,-180749],[-640813,-180319],[-640666,-180400],[-643375,-179009],[-649421,-199183],[-651887,1693013],[-652098,1694529],[-648187,1696434],[-643819,1694841],[-645053,1693648],[-643743,1694435],[-641432,1705790],[-641617,1706488],[-641681,1704946],[-643206,1705694],[-641071,1705464],[-640504,1711207],[-641538,1711750],[-643884,1711512],[-642116,1725847],[-643726,1733237],[-642739,1734950],[-641115,1735186],[-642741,1736238],[-642629,1736013],[-642730,1736130],[-641284,1735261],[-640573,1734005],[-640635,1734520],[-640143,1734205],[-643962,1738220],[-644914,1738838],[-646884,1738191],[-647010,1729629],[-647326,1730255],[-646821,1730012],[-646981,1729823],[-650164,1752738],[-652197,1753328],[-649556,1751710],[-650208,1752026],[-649088,1750963],[-650649,1750313],[-649055,1751786],[-646075,1751712],[-646549,1753015],[-647346,1751225],[-647308,1752241],[-647723,1752656],[-647057,1753333],[-646582,1753483],[-647013,1751565],[-647891,1752920],[-647788,1755318],[-649027,1756228],[-648351,1753908],[-649574,1757298],[-649897,1756328],[-652361,1756728],[-652758,1755618],[-649767,1759127],[-649952,1759825],[-650016,1758283],[-651541,1759031],[-649406,1758801],[-648308,1757388],[-646832,1756235],[-647752,1757744],[-647608,1756721],[-648449,1758256],[-647973,1757351],[-647699,1756893],[-648336,1757338],[-648476,1758430],[-648303,1758295],[-648242,1756678],[-647149,195816],[-643479,192856],[-645232,192110],[-643559,192445],[-652704,122767],[-652647,122341],[-652355,122914],[-653986,-135934],[-653957,-136022],[-659066,-142584],[-658937,-142588],[-659009,-142497],[-656222,-144923],[-653353,-146519],[-658917,-144044],[-658633,-143964],[-658569,-143747],[-658356,-144040],[-658571,-143757],[-656528,-143750],[-656900,-142496],[-656505,-143430],[-656092,-143371],[-656167,-143423],[-655898,-143176],[-655706,-143211],[-655859,-143595],[-658933,-142631],[-659274,-142510],[-653828,-140730],[-655946,-177584],[-655357,-178685],[-655280,-178952],[-655137,-178644],[-655654,-178045],[-655976,-178250],[-656890,-177730],[-656338,-178452],[-656415,-178375],[-656226,-178270],[-655000,-178856],[-665217,-185725],[-665499,-194551],[-665597,-193858],[-664876,-205397],[-655035,1599811],[-656780,1599062],[-655113,1599401],[-658738,1602694],[-653627,1694684],[-652842,1691096],[-654651,1695321],[-654431,1694326],[-656754,1693424],[-656536,1692263],[-654891,1690575],[-662383,1700997],[-661912,1701029],[-662168,1699493],[-663525,1702074],[-662056,1703220],[-664027,1712148],[-664709,1712789],[-661391,1711753],[-661935,1712774],[-660097,201227],[-655950,198966],[-657513,198013],[-655956,198557],[-657202,37206],[-653503,34259],[-655249,33495],[-653581,33851],[-656708,122077],[-656541,121986],[-656442,121782],[-653032,122626],[-671973,-147167],[-671846,-147064],[-671947,-146950],[-669440,-176522],[-669056,-176508],[-670091,-177824],[-669906,-178086],[-670500,-177803],[-669524,-177869],[-667966,-181341],[-668424,-181287],[-669599,-185706],[-669511,-186164],[-669207,-185685],[-665893,-190854],[-666175,-190510],[-666563,-190947],[-668177,-191704],[-668694,-191433],[-668660,-184222],[-669071,-183860],[-665638,-185387],[-666131,-185499],[-665789,-184843],[-665972,-194355],[-667864,-192453],[-679721,-182393],[-686470,-193012],[-686543,-192842],[-684155,1638425],[-684170,1638567],[-685722,1663994],[-686159,1663497],[-686708,1663016],[-685066,1662880],[-685300,1661947],[-686015,1664016],[-689557,1666363],[-689249,1665875],[-689402,1672378],[-684518,1666346],[-688502,1667735],[-687836,1666687],[-688731,1667388],[-689945,1668385],[-686643,1666655],[-687114,1668230],[-688992,1670310],[-693060,1567310],[-693345,1567524],[-693402,1567048],[-692759,1567097],[-695636,1570493],[-695633,1570303],[-695764,1570105],[-691935,1668615],[-701397,1668706],[-701745,1667559],[-700653,1668006],[-700632,1668354],[-699394,1667693],[-700269,1686951],[-699459,1685511],[-714880,1584974],[-716618,1584280],[-714958,1584573],[-708744,1592940],[-708725,1593054],[-726148,1521210],[-727869,1520517],[-726227,1520806],[-718592,1587808],[-725036,1684336],[-725886,1685746],[-720326,1684916],[-726246,1683816],[-726076,1684036],[-726146,1683886],[-725946,1685546],[-725016,1686686],[-725466,1686446],[-725366,1687006],[-721256,1685556],[-722806,1682742],[-721666,1682731],[-732072,1455953],[-733850,1455733],[-731915,1456374],[-733368,1456336],[-735899,1454534],[-735833,1452382],[-735776,1455199],[-735490,1455453],[-735536,1455728],[-736481,1454402],[-736943,1454300],[-737422,1455063],[-736755,1454039],[-736899,1455116],[-729871,1524098],[-739574,1672550],[-738370,1674550],[-737627,1670726],[-736629,1671556],[-737238,1670596],[-738149,1669306],[-736715,1672746],[-738238,1672116],[-736137,1668654],[-739973,1669960],[-737806,1676706],[-738397,1676538],[-738523,1676229],[-737033,1675382],[-738309,1676494],[-739021,1675789],[-738800,1675960],[-738854,1676468],[-736507,1675324],[-738311,1675938],[-737571,1676922],[-738532,1675768],[-742324,1676994],[-739111,1677330],[-737717,1677044],[-738375,1677244],[-741934,1677197],[-747836,1462764],[-749414,1462359],[-749508,1462056],[-747673,1463588],[-747365,1469082],[-747878,1469050],[-747744,1468526],[-747083,1466181],[-747398,1465838],[-747545,1465493],[-746873,1465982],[-747445,1463714],[-747146,1462925],[-748368,1465268],[-748378,1468770],[-748893,1468724],[-744369,1638711],[-744434,1638853],[-742775,1672560],[-743409,1674930],[-743101,1674450],[-743123,1676765],[-743874,1675944],[-742804,1676406],[-744246,1674445],[-744211,1674502],[-744684,1676474],[-744717,1675731],[-745535,1675461],[-744897,1673758],[-744901,1676397],[-751865,1686466],[-750887,1687054],[-750202,1688537],[-53840,195099],[-55168,193376],[-61891,252396],[-53599,375919],[-52777,373799],[-63046,621952],[-63164,620911],[-62880,621108],[-59946,647612],[-60839,648428],[-60934,647263],[-60633,647094],[-61835,646298],[-763163,1629619],[-764646,1628463],[-763668,1629043],[-767420,1634535],[-766871,1627168],[-766675,1628812],[-767027,1638239],[-767825,1634524],[-765806,1631250],[-766221,1630816],[-767880,1635111],[-765637,1631369],[-766117,1631842],[-758088,1638352],[-767599,1640368],[-766854,1638884],[-760414,1638691],[-760009,1640297],[-758682,1648602],[-758867,1649300],[-758931,1647758],[-760456,1648506],[-758321,1648276],[-759002,1646428],[-757999,1645885],[-762564,1639670],[-767517,1642939],[-755899,1682003],[-757421,1685811],[-756611,1684371],[-775785,1626438],[-776303,1626730],[-771863,1637379],[-773853,1636594],[-773337,1637094],[-774796,1635562],[-780180,1636817],[-772533,1638333],[-776979,1636807],[-771437,1638012],[-778058,1634810],[-778233,1635498],[-778299,1633957],[-779808,1634689],[-777694,1634480],[-775493,1634603],[-776861,1633664],[-769790,1638466],[-775895,1636209],[-775546,1636391],[-775243,1637269],[-775424,1636402],[-775112,1636556],[-776230,1637239],[-772197,1636355],[-772564,1635464],[-773144,1634625],[-771152,1636402],[-772154,1635839],[-772596,1631101],[-770904,1634061],[-772254,1635242],[-768709,1635528],[-771193,1629144],[-771704,1632813],[-771122,1630153],[-780506,1638707],[-775775,1638807],[-769823,1639374],[-770649,1642791],[-772093,1642263],[-769812,1641504],[-773299,1642381],[-772662,1641587],[-774355,1639764],[-773654,1638813],[-770747,1641475],[-770996,1643856],[-770326,1642902],[-769061,1648105],[-768872,1648149],[-769441,1638648],[-769138,1639526],[-769319,1638659],[-769007,1638813],[-770125,1639496],[-771017,1640375],[-790738,1605646],[-788344,1605585],[-788288,1604852],[-787936,1606355],[-786585,1605352],[-788661,1606027],[-790281,1604288],[-791520,1605198],[-790844,1602878],[-792657,1601708],[-792067,1606268],[-792390,1605298],[-785786,1610130],[-799287,1577630],[-800526,1578540],[-799850,1576220],[-801663,1575050],[-801073,1579610],[-801396,1578640],[-803860,1579040],[-804257,1577930],[-803696,1575640],[-794248,1580927],[-793658,1585487],[-793981,1584517],[-796445,1584917],[-796842,1583807],[-796281,1581517],[-797999,1581491],[-797650,1581673],[-797347,1582551],[-797528,1581684],[-797216,1581838],[-798334,1582521],[-799017,1588685],[-805598,1590025],[-805783,1590723],[-805847,1589181],[-805237,1589699],[-803278,1589728],[-802354,1588888],[-803400,1589333],[-804812,1590021],[-801194,1589166],[-802057,1590566],[-797525,1588210],[-797699,1587831],[-796216,1588892],[-797809,1588816],[-797460,1588998],[-797157,1589876],[-797338,1589009],[-797026,1589163],[-798144,1589846],[-794854,1605698],[-795251,1604588],[-806244,1620237],[-806394,1620912],[-806074,1620455],[-806144,1620304],[-806054,1621242],[-801564,1624807],[-803377,1623637],[-805410,1624227],[-801944,1622648],[-801124,1624083],[-801797,1622473],[-801641,1622472],[-801584,1622564],[-804182,1619344],[-800602,1624496],[-801964,1623012],[-801847,1622915],[-805971,1626517],[-801001,1626217],[-802240,1627127],[-803110,1627227],[-799034,1628343],[-798454,1628253],[-805574,1627627],[-802787,1628197],[-810617,1585909],[-810394,1585999],[-810701,1586829],[-811258,1586299],[-811331,1583143],[-811516,1583841],[-811580,1582299],[-813105,1583047],[-810970,1582817],[-812110,1599674],[-811469,1599284],[-811246,1599374],[-807372,1589929],[-806954,1620119],[-808193,1621029],[-807517,1618709],[-809330,1617539],[-808740,1622099],[-809063,1621129],[-811527,1621529],[-807820,1617421],[-811924,1620419],[-811363,1618129],[-806591,1617837],[-806474,1618003],[-807231,1623812],[-807224,1624482],[-811464,1622082],[-810884,1621752],[-810574,1621692],[-807324,1624022],[-807984,1624472],[-807564,1624222],[-807864,1624072],[-806684,1621652],[-806864,1621262],[-806474,1621202],[-806564,1622292],[-809284,1619775],[-810094,1621172],[-808194,1625092],[-816651,1618545],[-815298,1620479],[-815470,1619945],[-814856,1615985],[-812968,1616230],[-813183,1617022],[-812620,1618550],[-814362,1617675],[-814107,1617671],[-814257,1617636],[-813036,1618477],[-811409,1618422],[-811877,1618637],[-811364,1618895],[-810604,1615825],[-809934,1614872],[-810295,1617492],[-810106,1617535],[-807485,1616391],[-807136,1616573],[-806833,1617451],[-807014,1616584],[-806702,1616738],[-806654,1617589],[-811385,1630654],[-812920,1631259],[-812564,1631883],[-813537,1630005],[-811225,1630974],[-811805,1631294],[-812735,1631934],[-831871,1585654],[-831561,1585594],[-827671,1585554],[-827231,1584139],[-827381,1584814],[-827061,1584357],[-827851,1585164],[-827131,1584206],[-827041,1585144],[-827461,1585104],[-827551,1586194],[-830271,1583677],[-831081,1585074],[-828211,1588384],[-828311,1587924],[-828971,1588374],[-828551,1588124],[-828851,1587974],[-829181,1588994],[-831536,1609152],[-831721,1609850],[-831785,1608308],[-831175,1608826],[-831989,1610853],[-831835,1610005],[-831662,1608579],[-829658,1606645],[-827601,1608645],[-825031,1611532],[-826270,1612442],[-825594,1610122],[-827407,1608952],[-827140,1612542],[-829604,1612942],[-830001,1611832],[-829440,1609542],[-831874,1611686],[-831571,1612564],[-831752,1611697],[-831440,1611851],[-824936,1615344],[-824713,1615434],[-825020,1616264],[-825577,1615734],[-826817,1613512],[-832451,1585984],[-840344,1587144],[-840174,1587362],[-840244,1587211],[-843344,1587083],[-835889,1587229],[-837702,1586059],[-839735,1586649],[-844729,1589155],[-844506,1589245],[-841324,1591389],[-844674,1588599],[-841424,1590929],[-842084,1591379],[-841664,1591129],[-841964,1590979],[-840784,1588559],[-840494,1587819],[-840964,1588169],[-840154,1588149],[-840574,1588109],[-840664,1589199],[-844194,1588117],[-842294,1591999],[-835326,1588639],[-836565,1589549],[-837112,1590619],[-837435,1589649],[-839899,1590049],[-840296,1588939],[-834562,1609578],[-834979,1610713],[-835599,1609723],[-835410,1609434],[-836843,1609280],[-833310,1609056],[-833117,1610424],[-832123,1609806],[-832876,1609025],[-832656,1608545],[-836317,1609101],[-832223,1611504],[-832558,1612534],[-856008,1419783],[-856534,1419799],[-856707,1419536],[-856335,1418670],[-856618,1418302],[-854616,1420850],[-856934,1420380],[-855445,1425605],[-854304,1423403],[-854884,1425598],[-854113,1421173],[-855659,1423988],[-855068,1422690],[-854918,1421769],[-855054,1426148],[-856240,1423254],[-855827,1422125],[-844813,1590075],[-845370,1589545],[-845564,1588989],[-844984,1588659],[-868162,1389606],[-869126,1388268],[-867998,1389239],[-857891,1420861],[-859251,1420838],[-858866,1420524],[-859841,1422959],[-860900,1424722],[-859336,1423564],[-859469,1424822],[-858897,1423734],[-860433,1423021],[-860635,1424354],[-867641,1567467],[-867165,1568578],[-868290,1568286],[-868355,1567946],[-869504,1568819],[-867173,1569383],[-867509,1568748],[-866594,1570655],[-864807,1566822],[-865906,1566592],[-865546,1567310],[-865981,1566883],[-865956,1566778],[-867056,1566407],[-865825,1567469],[-866849,1566366],[-865481,1567157],[-865035,1566759],[-866675,1565973],[-866004,1567283],[-865567,1566915],[-865054,1566589],[-864860,1567936],[-864072,1567084],[-864165,1567327],[-863505,1567376],[-863959,1567697],[-864538,1572819],[-863951,1567834],[-863697,1567960],[-864561,1568094],[-863635,1567379],[-863942,1567759],[-865813,1568281],[-865636,1568584],[-865739,1569084],[-865712,1568454],[-862254,1569520],[-863064,1570960],[-868880,1566685],[-864960,1585877],[-864737,1585967],[-865044,1586797],[-865601,1586267],[-869555,1615969],[-867725,1617907],[-869985,1613337],[-867520,1617050],[-867539,1616799],[-872796,1390271],[-879120,1452869],[-880636,1451823],[-879105,1452459],[-883088,1580574],[-881884,1582574],[-883016,1578369],[-882676,1578699],[-870498,1614167],[-68634,235256],[-68474,236974],[-69252,236271],[-73334,267457],[-64170,621505],[-68853,647041],[-68758,646707],[-69051,648454],[-891344,1378607],[-891736,1378348],[-883374,1454920],[-890222,1577354],[-888073,1576641],[-887850,1576731],[-888157,1577561],[-886289,1580584],[-886923,1582954],[-886615,1582474],[-883846,1581939],[-888086,1579539],[-887506,1579209],[-887196,1579149],[-883946,1581479],[-884606,1581929],[-884186,1581679],[-884486,1581529],[-883486,1578719],[-885906,1577232],[-884816,1582549],[-894882,1578027],[-894670,1578638],[-891896,1574710],[-890543,1575670],[-893914,1577823],[-896745,1395249],[-897926,1393887],[-896630,1394855],[-901342,1396302],[-902829,1450574],[-902185,1449964],[-902181,1447796],[-904478,1453468],[-904848,1453426],[-901710,1447365],[-905777,1572612],[-906753,1574560],[-906608,1574270],[-901048,1573440],[-900468,1573120],[-906968,1572340],[-906798,1572560],[-906868,1572410],[-900628,1572800],[-906668,1574070],[-901978,1574080],[-905569,1573305],[-904989,1572975],[-904679,1572915],[-900789,1572875],[-900349,1571460],[-900499,1572135],[-900179,1571678],[-900969,1572485],[-900249,1571527],[-900159,1572465],[-900579,1572425],[-900669,1573515],[-903389,1570998],[-904199,1572395],[-905569,1573305],[-904989,1572975],[-904679,1572915],[-900789,1572875],[-900349,1571460],[-900499,1572135],[-900179,1571678],[-900969,1572485],[-900249,1571527],[-900159,1572465],[-900579,1572425],[-900669,1573515],[-903389,1570998],[-904199,1572395],[-908066,1574591],[-906430,1574310],[-903682,1568034],[-903102,1567944],[-908101,1571230],[-905738,1575210],[-906188,1574970],[-906088,1575530],[-901329,1575705],[-901429,1575245],[-902089,1575695],[-901669,1575445],[-901969,1575295],[-902299,1576315],[-901329,1575705],[-901429,1575245],[-902089,1575695],[-901669,1575445],[-901969,1575295],[-902299,1576315],[-899119,1576522],[-906688,1574682],[-898652,1577400],[-905905,1577075],[-906177,1578937],[-908535,1578316],[-907993,1577592],[-906829,1589539],[-907249,1590680],[-907869,1589690],[-907680,1589401],[-906538,1591619],[-905535,1592439],[-906193,1591507],[-907228,1590215],[-905626,1593639],[-906990,1592829],[-904174,1591550],[-904867,1590386],[-920672,1425917],[-916278,1424182],[-917691,1422976],[-916230,1423769],[-913017,1472817],[-913255,1472416],[-915599,1504237],[-911894,1501308],[-913605,1500623],[-911972,1500903],[-920008,1535739],[-918742,1572564],[-918160,1568484],[-917950,1570823],[-918705,1570373],[-910395,1572954],[-917054,1571448],[-918258,1570300],[-910078,1572228],[-918251,1571829],[-910447,1568418],[-912893,1564528],[-917270,1569084],[-912545,1566191],[-918977,1568710],[-916387,1571355],[-911985,1568222],[-919053,1571185],[-917430,1570018],[-921343,1583116],[-920898,1582006],[-920943,1581608],[-920656,1587127],[-920982,1581678],[-920848,1582197],[-913959,1579005],[-913165,1579072],[-912441,1580132],[-916005,1582563],[-910345,1591402],[-909426,1590779],[-909293,1591040],[-909174,1589337],[-916820,1592108],[-916240,1591778],[-915930,1591718],[-913220,1594098],[-912040,1591678],[-911600,1590263],[-911750,1590938],[-911430,1590481],[-912220,1591288],[-911500,1590330],[-911410,1591268],[-911830,1591228],[-911920,1592318],[-914647,1589992],[-915450,1591198],[-913550,1595118],[-913630,1587418],[-916025,1588560],[-911836,1587462],[-914372,1588185],[-909611,1587606],[-924649,1573228],[-925046,1572118],[-923637,1581605],[-923414,1581695],[-923721,1582525],[-924278,1581995],[-921953,1582971],[-926583,1585340],[-930823,1582940],[-930244,1582610],[-929933,1582550],[-926683,1584880],[-927344,1585330],[-926755,1584994],[-927223,1584930],[-926044,1582510],[-925603,1581095],[-925753,1581770],[-925433,1581313],[-926223,1582120],[-925503,1581162],[-925413,1582100],[-925833,1582060],[-925880,1583084],[-928644,1580633],[-927553,1585950],[-924210,1581836],[-923826,1585845],[-924726,1585353],[-923633,1583282],[-923818,1583980],[-923882,1582438],[-925672,1583532],[-923272,1582956],[-922046,1587326],[-921921,1586613],[-944970,1380912],[-944609,1380460],[-940487,1379512],[-940825,1380000],[-943415,1386008],[-938843,1386214],[-939200,1385865],[-939213,1385133],[-954619,1499563],[-953501,1498880],[-953813,1498726],[-954284,1498533],[-953935,1498715],[-953632,1499593],[-950985,1505095],[-951174,1505025],[-947749,1516399],[-969687,1503656],[-969498,1503700],[-971534,1502439],[-972802,1518596],[-972821,1518342],[-972600,1518100],[-972449,1518338],[-972550,1518670],[-972353,1518432],[-972488,1518384],[-972399,1518747],[-961184,1514957],[-961351,1514337],[-967957,1546376],[-965660,1551896],[-967652,1585954],[-979265,1388407],[-978913,1388434],[-979181,1388829],[-979601,1388373],[-975184,1387718],[-975311,1387859],[-975342,1388074],[-978476,1494177],[-977832,1494036],[-977634,1494472],[-978413,1495198],[-977215,1500789],[-977026,1500833],[-984168,1501488],[-976680,1504998],[-976513,1505618],[-982653,1510233],[-982681,1510321],[-984519,1501602],[-973042,1516777],[-973051,1516942],[-973962,1517536],[-973471,1516359],[-972801,1515405],[-974294,1516178],[-974137,1516222],[-981903,1510990],[-981869,1510609],[-981800,1511062],[-981278,1511072],[-980321,1511661],[-981998,1510702],[-981709,1510665],[-981873,1510845],[-981197,1510900],[-982259,1510712],[-982614,1510630],[-980206,1511887],[-985128,1512502],[-978523,1512535],[-985521,1512585],[-977364,1512421],[-978522,1511619],[-978260,1512012],[-977793,1512027],[-985295,1512877],[-978343,1512072],[-978765,1511789],[-994913,1491586],[-993881,1491870],[-994211,1491122],[-994091,1492170],[-988206,1492890],[-988045,1493106],[-993952,1491804],[-988031,1492101],[-987914,1492557],[-988422,1491822],[-988032,1492167],[-988184,1493005],[-988688,1493122],[-988116,1493001],[-994618,1491255],[-987994,1492784],[-987747,1492281],[-987939,1492121],[-988158,1493007],[-990880,1497557],[-991412,1497839],[-990780,1497923],[-991536,1497852],[-991747,1498624],[-990033,1498511],[-989962,1498661],[-990140,1498441],[-990142,1499296],[-989848,1499546],[-989610,1499326],[-989510,1499796],[-990267,1499796],[-990477,1500326],[-996542,1512755],[-985677,1512019],[-985622,1511787],[-985617,1512130],[-992796,1527233],[-994914,1546563],[-994058,1565692],[-987774,1576065],[-1006605,1392403],[-1001291,1422228],[-1006304,1482424],[-1005837,1482656],[-1005652,1483484],[-1005461,1482825],[-998949,1491814],[-999138,1491846],[-1000129,1490686],[-999284,1495772],[-999298,1495862],[-999330,1496692],[-999403,1496153],[-1005269,1500332],[-1005186,1500158],[-1005491,1500103],[-1005240,1500163],[-1005506,1499884],[-1005370,1500184],[-1005095,1500345],[-1005070,1500064],[-1005062,1500293],[-1004966,1500062],[-1005121,1499820],[-1005083,1500119],[-1004991,1500240],[-1005238,1500886],[-1005510,1500912],[-1005272,1500907],[-1005412,1500953],[-1005437,1500955],[-1005523,1500941],[-1005496,1500941],[-1005374,1500939],[-1005509,1500945],[-1006623,1500354],[-1004904,1500841],[-1004637,1500633],[-1004323,1501681],[-1004156,1501867],[-1004535,1502276],[-1004480,1502256],[-1004466,1500864],[-1004802,1500819],[-1005077,1500985],[-1004554,1500953],[-1004512,1501011],[-1005122,1500900],[-1003240,1502228],[-1010641,1510676],[-1007162,1554620],[-1008502,1564236],[-84632,606796],[-87959,608020],[-88263,607768],[-88078,606343],[-84817,605660],[-87664,607127],[-85180,605856],[-88138,605744],[-87716,606051],[-86133,606503],[-88478,606079],[-87755,605708],[-85289,609047],[-87568,606648],[-88141,609374],[-86003,604306],[-85707,604184],[-85978,604113],[-85824,604397],[-85941,604603],[-85896,604646],[-85153,605271],[-84871,605319],[-84636,605416],[-84826,605734],[-87739,605787],[-87795,605847],[-87703,606006],[-88472,606147],[-81623,644932],[-82555,645867],[-82375,646161],[-82868,646867],[-83715,646004],[-1017743,1340477],[-1013932,1337734],[-1015642,1336964],[-1013997,1337326],[-1021804,1384717],[-1016652,1411820],[-1017393,1417239],[-1020166,1446010],[-1022605,1443382],[-1020580,1441072],[-1021073,1437759],[-1020403,1436805],[-1019182,1437492],[-1018833,1437673],[-1018530,1438551],[-1018711,1437684],[-1018399,1437838],[-1019517,1438522],[-1020330,1439252],[-1020163,1439872],[-1022302,1441491],[-1022275,1440861],[-1019959,1442308],[-1020521,1442017],[-1018701,1436103],[-1018478,1436193],[-1018785,1437023],[-1019342,1436493],[-1021309,1444205],[-1023474,1436543],[-1023420,1437620],[-1019727,1443999],[-1019610,1445250],[-1020058,1444121],[-1020005,1444161],[-1019988,1444058],[-1020490,1444281],[-1019518,1444722],[-1019411,1444772],[-1019384,1444754],[-1019376,1444778],[-1019607,1444294],[-1019481,1444489],[-1019571,1445374],[-1019473,1445400],[-1019451,1445359],[-1019573,1445431],[-1019371,1444747],[-1019375,1444714],[-1019249,1444717],[-1023232,1457623],[-1023332,1457556],[-1023772,1458971],[-1023482,1458231],[-1023162,1457774],[-1023952,1458581],[-1023142,1458561],[-1023562,1458521],[-1023179,1446723],[-1023880,1456665],[-1020558,1447882],[-1021957,1451123],[-1021571,1451205],[-1021935,1452308],[-1022025,1452480],[-1022556,1452537],[-1022547,1452518],[-1021514,1451580],[-1021875,1451171],[-1022171,1451114],[-1021788,1451433],[-1021796,1451513],[-1022142,1451027],[-1023403,1459678],[-1016483,1514510],[-1014792,1517251],[-1019363,1527874],[-1020873,1525754],[-1020493,1526654],[-1020709,1526994],[-1023520,1564798],[-1024796,1347252],[-1031392,1358731],[-1034376,1371567],[-1030194,1438679],[-1031907,1439706],[-1031908,1440740],[-1031213,1438415],[-1033045,1437250],[-1032455,1441810],[-1032778,1440840],[-1035242,1441240],[-1031385,1441126],[-1030996,1440996],[-1024465,1443685],[-1030021,1441028],[-1024179,1443232],[-1031088,1439711],[-1029632,1439307],[-1024120,1439709],[-1029730,1441080],[-1026265,1456136],[-1025371,1456044],[-1024856,1456511],[-1026230,1463298],[-1025552,1463503],[-1024312,1461801],[-1024412,1461341],[-1025047,1461918],[-1024380,1461958],[-1024952,1461391],[-1025700,1463228],[-1028564,1461649],[-1028591,1462279],[-1025282,1462411],[-1024171,1564436],[-1046277,1355466],[-1041745,1364418],[-1038255,1373917],[-1048506,1407596],[-1038279,1415432],[-1037699,1415342],[-1049224,1411727],[-1041156,1412811],[-1042395,1413721],[-1041719,1411401],[-1043532,1410231],[-1042942,1414791],[-1043265,1413821],[-1045729,1414221],[-1046126,1413111],[-1045612,1410835],[-1046701,1411059],[-1048423,1410891],[-1046340,1410733],[-1047879,1413596],[-1049459,1411785],[-1049372,1410806],[-1041050,1419049],[-1048341,1415220],[-1048087,1425194],[-1048926,1425774],[-1047564,1425887],[-1048777,1423770],[-1044098,1427156],[-1041626,1445329],[-1042537,1442277],[-1038823,1445572],[-1044290,1455774],[-1045134,1455261],[-1039866,1453337],[-1043164,1456644],[-1040065,1447699],[-1040821,1447951],[-1041712,1466695],[-1042678,1484291],[-1042031,1483385],[-1046543,1486949],[-1046240,1485823],[-1041451,1503154],[-1037432,1519725],[-1044485,1528029],[-1043715,1548156],[-1040233,1560154],[-1058077,1321975],[-1058265,1321536],[-1053831,1336698],[-1053383,1350828],[-1059818,1380118],[-1054679,1386393],[-1052148,1406782],[-1057014,1418576],[-1052529,1411628],[-1052298,1412476],[-1050387,1411770],[-1052269,1410427],[-1051888,1410740],[-1051749,1411510],[-1049622,1412863],[-1050081,1410357],[-1051768,1418570],[-1049444,1415167],[-1051480,1412481],[-1051183,1415019],[-1055213,1425752],[-1056082,1427162],[-1053556,1422330],[-1050349,1423185],[-1049849,1425162],[-1056312,1426962],[-1055256,1428102],[-1055706,1427862],[-1055601,1428422],[-1052090,1422010],[-1052892,1422506],[-1053366,1422622],[-1052158,1423175],[-1052836,1423078],[-1055844,1421053],[-1055008,1421584],[-1056487,1422536],[-1053322,1424426],[-1052288,1424562],[-1052351,1423139],[-1055608,1422473],[-1054667,1422082],[-1057121,1423681],[-1051066,1421790],[-1052405,1446313],[-1056261,1446596],[-1056205,1451887],[-1052317,1447848],[-1052698,1448634],[-1053712,1450916],[-1053092,1450444],[-1053455,1450237],[-1055744,1468702],[-1059013,1465692],[-1058310,1462797],[-1055533,1468082],[-1058433,1465362],[-1053589,1497620],[-1054046,1497380],[-1053943,1497940],[-1061620,1503145],[-1061323,1503765],[-1060974,1503947],[-1060671,1504825],[-1060852,1503958],[-1060540,1504112],[-1061658,1504795],[-1061722,1502582],[-1062249,1502530],[-1062348,1502558],[-1061747,1501497],[-1061285,1502115],[-1060936,1502297],[-1060633,1503175],[-1060814,1502308],[-1060502,1502462],[-1061474,1503547],[-1058248,1528473],[-1050445,1571068],[-1064755,1332562],[-1072040,1350487],[-1062413,1346810],[-1069050,1380071],[-1067077,1393189],[-1067423,1395939],[-1065411,1435016],[-1067788,1438765],[-1067971,1439311],[-1070067,1437871],[-1065401,1456724],[-1069977,1465815],[-1066692,1484984],[-1072101,1476543],[-1074679,1478045],[-1067652,1475023],[-1067114,1484819],[-1070654,1477235],[-1067002,1484829],[-1070476,1477455],[-1067011,1484637],[-1072271,1475900],[-1072670,1476091],[-1066019,1491032],[-1066599,1491002],[-1066425,1490165],[-1066124,1490319],[-1066610,1485697],[-1066378,1489972],[-1067251,1485667],[-1067793,1488222],[-1066790,1488398],[-1069906,1494695],[-1066293,1490495],[-1066533,1490154],[-1066147,1490639],[-1068865,1488814],[-1066435,1493133],[-1070059,1494708],[-1066259,1493245],[-1066445,1489422],[-1067038,1489542],[-1067585,1488986],[-1067113,1489600],[-1067383,1489659],[-1063444,1488287],[-1070824,1503254],[-1070750,1504546],[-1071294,1504456],[-1062707,1501809],[-1062886,1502380],[-1070271,1502854],[-1069502,1540421],[-1063294,1560996],[-1074916,1567245],[-1078876,1347569],[-1079743,1361344],[-1075917,1374655],[-1081640,1385111],[-1085721,1410185],[-1080977,1411798],[-1086316,1411412],[-1086414,1410998],[-1087864,1411606],[-1084215,1410899],[-1085145,1412308],[-1084631,1408656],[-1081181,1409982],[-1080222,1410646],[-1081461,1411556],[-1080785,1409236],[-1082008,1412626],[-1082331,1411656],[-1084795,1412056],[-1084158,1427513],[-1083793,1427678],[-1083558,1450103],[-1086361,1449404],[-1086482,1449476],[-1082484,1549727],[-1095056,1339940],[-1095196,1354003],[-1096997,1353396],[-1095306,1353604],[-1098654,1357051],[-1099289,1363372],[-1098730,1363525],[-1098608,1363940],[-1099624,1364402],[-1088968,1365331],[-1090661,1371642],[-1098283,1380526],[-1098475,1383122],[-1100625,1412629],[-1097851,1418727],[-1097642,1418891],[-1098292,1419923],[-1097739,1418767],[-1087971,1409421],[-1089295,1408614],[-1089515,1409538],[-1089956,1410736],[-1100077,1409323],[-1100527,1409083],[-1100427,1409643],[-1091606,1409946],[-1092807,1409665],[-1089576,1409896],[-1089406,1410516],[-1092487,1410239],[-1100151,1413955],[-1099481,1413001],[-1088922,1412463],[-1098693,1423078],[-1098355,1422730],[-1093470,1426648],[-1096288,1429106],[-1096648,1427176],[-1096548,1427246],[-1091658,1428916],[-1095418,1430046],[-1095768,1430366],[-1088745,1429136],[-1098002,1422992],[-1098886,1423650],[-1098916,1439624],[-1094486,1445627],[-1105119,1328776],[-1101118,1360286],[-1101928,1361726],[-1104166,1365223],[-1113017,1383550],[-1101137,1406673],[-1108995,1407193],[-1100947,1408383],[-1110335,1412080],[-1111024,1411090],[-1108872,1411320],[-1109748,1413488],[-1110460,1413387],[-1109463,1412851],[-1101759,1419463],[-1101012,1414647],[-1100823,1414690],[-1109052,1409825],[-1109110,1409535],[-1101545,1412859],[-1101876,1421042],[-1110362,1431822],[-1102151,1429946],[-1112604,1438264],[-1102274,1472007],[-1108224,1463664],[-1125905,1305218],[-1124275,1305609],[-1124229,1306004],[-1115502,1341108],[-1119381,1352743],[-1117223,1353595],[-1120029,1351334],[-1122170,1363236],[-1121947,1363326],[-1122254,1364156],[-1122811,1363626],[-1124562,1364717],[-1123564,1365547],[-1123650,1366737],[-1125173,1366107],[-1124971,1369326],[-1119794,1369752],[-1122025,1370571],[-1126385,1380966],[-1124020,1385447],[-1116696,1414860],[-1116347,1415042],[-1116225,1415052],[-1115913,1415207],[-1114505,1412186],[-1114211,1412436],[-1113973,1412216],[-1113873,1412686],[-1114629,1412686],[-1114840,1413216],[-1114776,1408958],[-1114844,1415774],[-1114443,1415743],[-1116835,1428793],[-1125701,1438650],[-1122724,1440819],[-1125430,1441567],[-1124185,1450480],[-1125713,1461474],[-1123343,1472806],[-1128151,1308471],[-1138826,1346317],[-1136794,1345727],[-1137199,1348740],[-1127644,1367213],[-1137123,1374019],[-1136539,1373690],[-1136860,1373470],[-1138067,1374678],[-1132922,1382507],[-1126726,1381418],[-1127377,1380516],[-1131358,1381505],[-1131712,1383115],[-1132562,1384362],[-1127002,1383556],[-1132752,1382711],[-1126582,1382650],[-1132622,1383768],[-1131548,1385275],[-1132289,1384780],[-1132042,1385459],[-1127932,1384073],[-1128190,1383472],[-1129210,1385413],[-1136635,1400806],[-1137226,1420127],[-1137501,1420628],[-1131908,1430973],[-1137204,1443864],[-1138535,1434096],[-1134104,1442013],[-1133582,1449451],[-1136141,1449631],[-1137987,1447461],[-1138621,1449831],[-1138313,1449351],[-1134786,1447451],[-1136497,1448340],[-1136692,1460914],[-1128853,1481248],[-1128656,1481421],[-1128064,1482494],[-97087,573218],[-96456,573180],[-96125,575392],[-95970,575449],[-96251,575416],[-101244,581243],[-101077,581863],[-90962,609632],[-91066,609681],[-90052,610978],[-90086,611050],[-90104,611278],[-93961,607186],[-95019,607895],[-94967,607744],[-94163,607399],[-94125,607314],[-93511,607632],[-95128,607817],[-94379,608474],[-94386,608448],[-95764,607133],[-95070,606237],[-93072,608433],[-94073,601972],[-98797,607536],[-98178,606387],[-97192,607825],[-99568,607316],[-98189,606236],[-98091,606852],[-92828,609762],[-98109,606503],[-99980,607604],[-98029,606643],[-90512,609792],[-91154,609946],[-89627,605121],[-91604,609640],[-91856,609569],[-90779,609981],[-91908,609648],[-91259,609590],[-91492,609389],[-106850,629646],[-101513,625375],[-101597,625543],[-101632,625733],[-101846,625830],[-101706,625936],[-101546,625238],[-101855,625796],[-101758,625629],[-101921,625612],[-94771,652990],[-94134,653547],[-93404,654417],[-1143149,1323677],[-1150971,1339874],[-1140531,1369298],[-1142829,1374752],[-1141712,1373410],[-1142306,1374836],[-1142992,1372931],[-1142822,1373150],[-1142890,1372999],[-1141744,1375795],[-1142198,1375559],[-1142014,1376077],[-1145773,1370387],[-1144364,1375975],[-1143110,1371793],[-1142654,1376152],[-1142631,1369814],[-1143225,1370972],[-1143380,1371170],[-1142980,1403001],[-1140022,1419496],[-1140874,1420753],[-1140544,1414580],[-1142564,1428572],[-1140362,1423386],[-1143826,1429701],[-1139888,1433136],[-1139880,1423496],[-1144898,1436155],[-1145373,1434180],[-1145274,1434250],[-1144211,1437050],[-1144084,1437378],[-1141665,1436619],[-1143464,1455894],[-1141660,1468040],[-1140850,1468598],[-1141832,1468681],[-1160896,1329236],[-1160657,1333442],[-1160608,1344426],[-1161021,1360405],[-1160814,1371342],[-1160862,1387206],[-1155051,1404395],[-1157673,1409661],[-1164443,1425983],[-1164529,1427173],[-1160457,1426610],[-1160021,1424198],[-1160282,1424696],[-1163643,1426877],[-1159998,1422598],[-1160252,1423409],[-1160316,1421867],[-1161870,1422737],[-1159700,1422379],[-1159977,1423739],[-1154526,1439216],[-1156224,1456602],[-1169417,1328405],[-1171353,1345912],[-1166689,1355537],[-1177294,1354036],[-1177254,1353635],[-1167116,1368208],[-1175572,1376509],[-1176238,1376788],[-1175064,1376840],[-1169529,1394194],[-1175016,1398764],[-1173309,1418398],[-1170881,1417518],[-1170662,1417755],[-1172464,1418227],[-1171075,1417866],[-1170553,1417788],[-1172196,1419985],[-1173315,1418828],[-1172134,1420684],[-1172385,1417883],[-1173328,1417194],[-1173723,1421172],[-1165319,1424800],[-1165052,1425023],[-1165957,1423726],[-1166052,1426543],[-1175913,1423276],[-1174575,1421433],[-1170068,1425176],[-1174945,1422972],[-1174850,1422842],[-1175151,1421582],[-1165711,1422623],[-1165706,1434592],[-1176281,1448028],[-1176844,1446618],[-1176342,1452490],[-1173545,1467752],[-1174436,1480461],[-1189270,1329460],[-1184574,1338273],[-1184759,1355301],[-1181654,1355855],[-1178728,1352965],[-1186856,1360133],[-1187124,1380830],[-1186544,1380740],[-1182142,1374345],[-1182115,1373715],[-1180944,1375302],[-1180364,1375212],[-1188209,1375616],[-1188314,1375258],[-1188278,1376051],[-1179101,1397632],[-1188731,1406313],[-1185235,1413019],[-1185710,1429601],[-1185244,1428638],[-1185083,1428583],[-1184996,1428478],[-1189585,1429689],[-1190156,1431976],[-1189911,1431579],[-1186384,1429679],[-1185180,1431679],[-1187961,1434316],[-1186859,1451426],[-1188686,1451822],[-1189318,1452467],[-1185993,1452927],[-1186977,1452184],[-1184781,1449166],[-1184426,1452591],[-1183725,1452999],[-1180738,1454282],[-1178974,1456520],[-1180043,1455868],[-1180773,1450175],[-1180352,1451783],[-1181392,1451588],[-1182145,1449305],[-1182461,1450095],[-1181362,1453011],[-1189136,1450002],[-1185973,1452532],[-1188744,1470700],[-1182243,1462647],[-1178074,1463961],[-1186785,1467424],[-1179757,1472975],[-1180148,1472909],[-1186714,1498376],[-1189979,1284562],[-1189945,1284711],[-1201439,1316135],[-1200119,1324917],[-1196424,1344105],[-1193260,1358951],[-1194797,1380900],[-1194448,1381082],[-1194145,1381960],[-1194326,1381092],[-1194014,1381247],[-1195132,1381930],[-1197760,1373694],[-1197411,1373876],[-1197149,1374820],[-1197289,1373887],[-1196977,1374041],[-1198095,1374724],[-1193962,1377090],[-1193773,1377133],[-1196068,1374167],[-1195402,1373218],[-1191550,1374261],[-1198871,1393289],[-1196991,1400659],[-1198033,1400342],[-1196730,1401739],[-1196228,1411850],[-1200142,1421302],[-1191255,1430617],[-1191499,1430341],[-1191578,1430967],[-1201871,1441374],[-1198603,1437124],[-1200430,1464251],[-1200489,1465552],[-1200078,1465704],[-1196357,1466697],[-1198538,1463667],[-1199996,1464613],[-1199624,1462609],[-1199590,1462896],[-1199571,1462727],[-1198692,1464131],[-1193862,1463789],[-1202491,1474890],[-1202660,1476080],[-1201500,1473736],[-1194577,1476625],[-1200020,1488123],[-1196118,1506365],[-1214738,1282286],[-1204883,1292749],[-1206005,1291690],[-1204832,1292340],[-1215093,1293085],[-1208811,1294751],[-1209608,1313264],[-1209842,1320162],[-1204262,1335014],[-1206053,1350671],[-1215452,1359422],[-1207073,1381459],[-1206403,1380505],[-1209681,1377838],[-1209011,1376884],[-1205950,1379939],[-1207035,1379514],[-1211335,1377102],[-1211564,1386873],[-1211397,1387493],[-1212166,1388998],[-1212053,1389126],[-1206887,1383405],[-1206705,1383457],[-1205145,1385342],[-1204796,1385524],[-1204493,1386402],[-1204674,1385534],[-1204362,1385689],[-1205480,1386372],[-1212188,1387669],[-1212713,1403833],[-1214272,1431930],[-1213234,1426957],[-1210448,1423412],[-1210998,1424389],[-1212804,1423846],[-1206779,1439519],[-1206865,1440709],[-1205872,1441111],[-1212935,1458440],[-1213183,1458505],[-1212905,1457898],[-1213212,1457915],[-1210446,1452249],[-1209892,1452637],[-1208830,1453812],[-1211833,1452747],[-1211534,1465584],[-1203782,1474060],[-1204094,1472640],[-1204492,1475450],[-1205909,1473918],[-1214548,1491241],[-1214482,1491031],[-1213242,1251056],[-1214952,1250490],[-1213336,1250661],[-1224560,1291798],[-1227732,1301911],[-1219298,1313357],[-1220132,1328928],[-1217316,1340123],[-1228004,1347758],[-1220756,1348449],[-1217919,1368471],[-1224959,1407907],[-1227159,1430996],[-1226770,1430866],[-1227681,1429576],[-1226844,1433142],[-1218823,1425202],[-1221732,1426215],[-1222864,1441570],[-1225096,1444220],[-1224552,1434767],[-1223118,1441587],[-1225984,1434333],[-1226134,1434824],[-1219795,1434182],[-1228666,1451374],[-1224261,1453918],[-1226840,1450512],[-1228132,1456679],[-1225465,1451484],[-1228452,1452534],[-1226424,1470654],[-1227537,1485372],[-1224442,1226526],[-1228108,1248169],[-1216816,1254148],[-1226165,1263897],[-1220559,1277168],[-1216433,1270309],[-1231486,1284384],[-1238070,1312325],[-1234178,1321681],[-1238660,1336355],[-1235770,1366265],[-1239366,1389382],[-1235462,1407173],[-1235111,1406676],[-1237004,1406685],[-1236208,1405367],[-1236809,1407462],[-1237006,1407315],[-1234507,1406803],[-1234667,1417853],[-1236351,1408431],[-1231776,1433779],[-1229226,1436268],[-1229915,1435212],[-1236878,1442730],[-1236493,1442449],[-1241383,1452698],[-1230912,1454271],[-1230242,1457689],[-1232542,1454689],[-1239973,1450074],[-1240087,1449507],[-1239828,1449926],[-1240187,1450951],[-1239866,1451980],[-1234385,1457343],[-1232366,1451258],[-1230819,1453488],[-1231633,1455526],[-1231389,1450909],[-1233515,1456484],[-1231167,1454877],[-1232223,1456071],[-1235086,1455772],[-1233437,1456146],[-1240514,1455374],[-1234416,1453967],[-1239685,1453156],[-1241428,1455587],[-1239055,1458107],[-1237714,1457006],[-1239869,1458791],[-1229006,1471181],[-1232465,1503746],[-1237351,1214232],[-1238146,1230450],[-1237543,1246456],[-1244950,1289414],[-1250820,1296406],[-1247941,1303968],[-1247912,1311945],[-1250088,1328072],[-1250042,1353106],[-1244667,1373774],[-1247735,1422645],[-1250636,1437282],[-1243414,1450645],[-1243977,1449235],[-1245790,1448065],[-1247823,1448655],[-1249545,1450494],[-1246175,1451103],[-1246102,1450408],[-1246388,1461163],[-1243709,1463498],[-1244296,1482856],[-1244095,1496851],[-1253955,1228300],[-1253954,1227451],[-1254223,1226113],[-1253272,1227815],[-1252844,1231141],[-1242313,1269071],[-1255376,1284378],[-1255869,1283292],[-1257613,1281525],[-1263929,1313812],[-1262581,1351543],[-1264403,1372645],[-1258498,1394177],[-1258702,1394338],[-1259126,1394081],[-1255179,1386997],[-1260002,1385945],[-1265299,1399529],[-1265869,1408795],[-1260643,1432821],[-1256280,1427217],[-1254684,1423332],[-1265371,1461003],[-1260271,1469460],[-1260019,1469535],[-1258566,1472712],[-1263608,1491956],[-1256288,1174975],[-1256209,1175146],[-1256068,1175294],[-1257378,1178973],[-1257228,1178671],[-1256975,1179080],[-1257461,1179227],[-1263900,1223869],[-1254498,1227259],[-1264228,1227353],[-1263354,1227270],[-1265229,1227868],[-1265549,1228346],[-1262805,1227375],[-1264010,1226027],[-1263891,1226944],[-1255879,1226431],[-1264529,1245910],[-1256932,1244639],[-1263197,1255114],[-1258090,1270561],[-108844,308835],[-110913,533944],[-109869,534552],[-110952,534990],[-111204,534753],[-111606,536137],[-107138,537226],[-107835,537050],[-105806,537648],[-103253,588130],[-103807,587548],[-103876,587236],[-104910,588219],[-105376,588002],[-107743,621452],[-107303,621759],[-106906,621923],[-106928,622023],[-106966,622039],[-107795,621137],[-106846,622459],[-106828,625183],[-106683,625161],[-106976,624962],[-109140,620868],[-109320,620971],[-105924,624700],[-105788,624861],[-106076,624851],[-111856,622882],[-104748,627333],[-104610,627171],[-104049,626410],[-105101,627095],[-105676,627390],[-105811,627350],[-105030,627307],[-105025,626983],[-105174,626881],[-104544,626708],[-106690,624845],[-106767,625085],[-106456,628795],[-106482,629396],[-108647,631672],[-108674,631849],[-105868,638979],[-106427,627630],[-106433,627499],[-107038,628716],[-106359,628275],[-106709,638659],[-107637,629319],[-110003,633851],[-106649,627612],[-112263,635743],[-112803,636630],[-107570,629113],[-106946,628212],[-107050,629808],[-112123,636317],[-112353,636635],[-112571,636257],[-111521,634513],[-108494,631231],[-108663,631368],[-107043,628428],[-107104,628502],[8251,279955],[7652,279815],[12260,351331],[12244,351184],[7466,351038],[12609,348416],[12002,349093],[11249,350109],[10137,349226],[11937,352995],[12755,362105],[12739,361958],[12517,598698],[11947,599357],[11764,598611],[9686,598217],[9474,597892],[12252,599058],[11524,599176],[9956,597434],[11622,599684],[128150,366742],[129178,368269],[128763,396231],[129155,400859],[130246,397706],[139471,399378],[134418,405862],[135733,406208],[134532,406144],[134694,406344],[132807,405102],[132691,407618],[132905,407567],[128473,405978],[129539,402875],[131346,402778],[134026,402041],[132188,401432],[137447,399197],[137114,397748],[139441,397418],[135851,404852],[128186,406211],[134165,403448],[139408,402570],[136664,400809],[135822,401422],[136888,402250],[136503,404344],[132832,400470],[138177,416678],[138500,416647],[138547,434751],[139037,433438],[138786,435104],[139192,434637],[139191,434721],[138652,435243],[138709,435325],[140734,435170],[140679,435395],[140393,435366],[129673,501888],[140641,530292],[140088,530202],[130748,564807],[130866,585610],[132593,578763],[133693,589659],[132122,613945],[129707,617308],[129668,615647],[129818,615409],[128738,654751],[132345,689507],[128215,686990],[134900,709724],[136505,709842],[132625,711829],[131536,712045],[132466,711649],[136574,710198],[133774,718194],[135546,717666],[135248,717401],[141999,396153],[142793,407856],[143093,407747],[142384,415214],[142698,415313],[142926,433815],[142548,430413],[142571,430579],[141042,430423],[141872,436225],[146316,435486],[145068,531132],[150409,767768],[150889,778822],[152461,775112],[151772,776548],[150820,768417],[152949,778803],[164640,379277],[164078,380230],[163446,379057],[163681,378838],[162072,378222],[160737,418895],[160630,419514],[160423,419974],[160863,419853],[159708,419215],[165052,434642],[164181,431135],[164222,434438],[162567,423300],[162533,422655],[157435,435502],[154828,529815],[162620,532961],[162277,536358],[160255,540068],[162655,537866],[159919,588815],[160487,586862],[164892,588852],[160161,588752],[163688,586852],[160684,592405],[161598,590169],[160027,593412],[159808,592414],[157316,592553],[157038,591408],[157835,589189],[157963,593973],[159853,589232],[162012,591630],[158129,737391],[156813,737060],[156901,737338],[157171,733923],[157157,732922],[156868,733045],[153873,768191],[154497,769310],[176039,186481],[177769,187485],[177325,188195],[177841,186649],[174453,214870],[174000,215853],[173703,215752],[173152,215556],[173010,215233],[177803,455657],[176311,455915],[176325,496072],[175086,496982],[175762,494662],[173949,493492],[174539,498052],[178110,582466],[177820,581873],[177728,581570],[174938,599308],[174896,598912],[168415,722143],[170034,720391],[184938,206774],[180780,378574],[180893,378532],[180596,379351],[180282,379129],[188665,584425],[189495,583791],[185255,585106],[185197,690008],[190484,691430],[185196,691704],[185535,691530],[194270,377103],[193961,376334],[194833,378161],[198356,411235],[192292,691044],[192017,690756],[192624,689141],[193886,688547],[193626,688390],[215077,376310],[215371,376560],[215609,376340],[215709,376810],[214953,376810],[214742,377340],[209309,377928],[208321,379848],[208700,379482],[212489,378398],[213477,379943],[209204,574087],[209640,575635],[208561,575607],[210716,575103],[210580,574689],[212012,574200],[213878,580443],[215069,580112],[213990,578526],[215075,579634],[212878,579989],[216599,579812],[217593,581486],[217015,580413],[222624,266542],[222973,266724],[223276,267602],[223095,266734],[223407,266889],[222289,267572],[219347,278074],[219990,276965],[219150,277731],[218038,278850],[221177,276843],[220821,278451],[226795,286675],[227793,287505],[227184,286545],[226273,285255],[227707,288695],[226184,288065],[225526,283700],[226309,283023],[221695,470499],[221884,470542],[220258,470762],[220329,470912],[220151,470692],[221119,471592],[221146,470962],[217630,583023],[219081,583343],[221098,582544],[218004,580711],[219091,578466],[221781,580542],[220224,578772],[218555,672247],[219048,670486],[225400,672147],[228060,685082],[225937,687450],[226298,686266],[229791,688938],[225664,685215],[224033,695434],[225712,693015],[225721,696110],[238843,267707],[240136,268100],[240326,267770],[241583,268067],[242364,268843],[237619,271633],[238289,270680],[232838,272992],[232865,272362],[240702,269390],[241940,284851],[242610,283897],[242974,288778],[239833,310658],[240908,309293],[240022,310702],[234341,624473],[236620,621235],[238287,622035],[238245,621639],[238814,677795],[234945,678722],[249867,267919],[250114,268008],[249738,268821],[249254,268331],[243819,287617],[243812,288254],[243365,287179],[243747,287140],[254513,321281],[253708,320818],[253009,320312],[249154,609489],[250730,618436],[250227,618832],[249750,619681],[249837,620396],[249239,620492],[248662,615469],[248482,616983],[247671,614634],[250239,622390],[248803,622247],[19003,196864],[20751,196399],[21818,196204],[13134,300443],[14262,358538],[14599,358330],[14899,358561],[14355,358516],[14063,358597],[14917,352575],[15290,352367],[15912,353415],[15874,353601],[15577,354010],[15522,353990],[15678,352598],[14998,352553],[14786,352719],[15252,352687],[15278,352745],[14744,352634],[14166,350618],[12970,354749],[12828,354790],[23349,370606],[21416,371556],[21606,371115],[13100,359069],[13036,359503],[14873,360498],[15946,360799],[16295,360981],[16598,361859],[16417,360992],[16729,361146],[15611,361829],[21459,369262],[21810,369035],[22412,370033],[22423,370241],[22116,370648],[22083,370641],[22167,369233],[21545,369241],[21321,369405],[21808,369368],[21840,369427],[21275,369321],[21783,367094],[22120,366886],[22620,367934],[22675,368120],[22331,368529],[22324,368509],[22420,367117],[21876,367072],[21629,367238],[22135,367206],[22170,367264],[21584,367153],[20814,369422],[18840,370303],[18891,369988],[20507,367568],[20177,368737],[20097,368568],[22351,367069],[22707,366828],[23415,367804],[23388,368008],[23127,368430],[23068,368422],[23116,367014],[22429,367043],[22233,367218],[22693,367159],[22723,367213],[22185,367136],[16572,366818],[16484,367054],[15760,366144],[15478,366161],[15597,365618],[15537,365713],[16277,366819],[16493,366894],[16220,366869],[16730,366659],[16928,367769],[17340,368145],[16612,369118],[16376,369038],[15845,369014],[15864,368919],[17105,368452],[16974,367452],[16610,367672],[16891,368015],[16950,368396],[16662,367600],[16584,360871],[16920,360663],[17420,361711],[17475,361897],[17131,362306],[17125,362286],[17221,360894],[16677,360849],[16430,361015],[16936,360983],[16971,361041],[16385,360930],[15263,366325],[13296,367180],[13586,366939],[14661,361392],[17401,359615],[15495,360328],[15479,360181],[15099,359378],[15154,359564],[14810,359973],[14803,359953],[14108,358682],[14615,358650],[14650,358708],[16396,361028],[17315,362852],[17140,362915],[20820,371301],[20994,371214],[22790,372423],[23345,373657],[22995,374046],[22547,372605],[22300,372773],[22806,372743],[22841,372801],[22286,372515],[20138,372270],[20100,372182],[20193,371896],[20238,371859],[23290,373471],[23001,374066],[23091,372654],[20309,372394],[20231,372456],[21974,382427],[22323,382609],[22626,383487],[22445,382620],[22757,382774],[21639,383457],[18936,374079],[19285,374261],[19588,375139],[19407,374271],[19719,374426],[18601,375109],[18808,376506],[17117,377610],[17028,377456],[19625,374426],[20018,374305],[20466,375512],[20419,375596],[20058,376000],[20015,375927],[20355,374661],[19710,374402],[19470,374571],[19944,374557],[19965,374608],[19440,374487],[18711,374247],[18665,376273],[18563,376268],[19875,371975],[21456,371482],[21438,371492],[20050,371639],[19534,381047],[19871,380839],[20371,381887],[20171,381070],[19627,381025],[19380,381191],[19335,381106],[17986,379938],[18520,379709],[19248,380796],[19099,380886],[18880,381358],[18768,381294],[18988,379987],[18189,379865],[18035,380083],[18418,379969],[18433,380015],[17999,380006],[15445,596461],[16064,594738],[15891,594879],[15954,595054],[17966,596468],[18789,597078],[268072,242499],[268261,242542],[265859,239364],[266208,239546],[266511,240424],[266330,239557],[266642,239711],[265524,240394],[256201,259088],[263241,361452],[263430,361496],[261875,361632],[261946,361782],[261768,361562],[258479,622612],[257926,622713],[259512,624386],[268002,665350],[267752,666616],[277449,270352],[277558,270426],[280939,323471],[281233,323721],[281471,323501],[281571,323971],[280815,323971],[280604,324501],[280410,322420],[280437,321790],[280745,425925],[280419,427815],[280111,428295],[279235,616262],[272016,664994],[275147,678145],[278120,678555],[274871,677959],[275196,678561],[270594,672616],[272373,675302],[274763,685752],[278677,679947],[278404,678995],[275535,682280],[279373,680773],[274583,680889],[277685,680207],[284906,227693],[284994,227517],[284695,227456],[284939,227522],[284700,227221],[284789,227559],[285080,227707],[285113,227421],[285114,227655],[285214,227422],[285062,227178],[285098,227478],[285171,227614],[285169,228195],[284778,228177],[285014,228174],[285138,228329],[284826,228240],[284751,228218],[284771,228224],[284847,228235],[284952,228326],[284426,223553],[284810,223459],[284960,224611],[284954,224805],[284500,225087],[284501,225066],[285024,223772],[284521,223561],[284234,223642],[284847,223652],[284672,223728],[284219,223547],[284217,226617],[284245,226623],[284307,226529],[283709,227579],[291596,272691],[283651,279237],[283751,279356],[283653,280143],[283299,279567],[294241,275650],[293689,274794],[293878,274838],[287165,283572],[290700,294160],[290923,294250],[290059,294550],[292729,295764],[293312,295444],[293624,295364],[290616,295080],[292807,426842],[291479,428087],[291887,428033],[285150,427915],[291179,426905],[291474,425875],[292063,429551],[283946,425915],[293033,617268],[292686,618871],[290337,617763],[284066,614934],[284178,616480],[290377,681291],[293435,683249],[289703,710640],[290525,709569],[294911,274696],[305553,626368],[306553,623039],[305919,625409],[306227,624929],[305704,628179],[304975,628068],[304567,635396],[306492,627798],[306086,628486],[305810,636226],[306592,634451],[306224,635957],[304478,634341],[306677,637246],[296523,689167],[296152,689609],[310185,281352],[309850,280718],[308533,286030],[308560,285400],[308654,284655],[309237,284335],[309549,284255],[310765,282625],[310811,282694],[311160,282876],[311463,283754],[311282,282887],[311594,283041],[310476,283724],[311366,390769],[311846,390233],[312279,395127],[311163,396545],[311182,396797],[311318,396369],[311164,392341],[312088,394808],[317726,409480],[313941,401518],[311672,401061],[317205,404258],[313253,399764],[314866,402417],[315951,403835],[316021,403287],[317674,407629],[318198,408048],[316745,403575],[317800,405051],[317920,411412],[318231,410982],[319947,415336],[309754,623029],[307781,699588],[328373,268120],[323759,267847],[324591,266473],[323631,267409],[322341,268078],[325151,268601],[325781,266675],[328895,269540],[329893,270370],[329284,269410],[329807,271560],[328284,270930],[328701,278312],[327823,280891],[328643,279071],[329540,278289],[331852,278150],[330196,280299],[331287,281558],[328140,278894],[325025,288496],[324814,289197],[324680,287667],[323312,288531],[325268,288136],[324535,288148],[324788,285677],[325011,285767],[324704,286597],[324147,286067],[327092,282943],[325907,284553],[329586,281865],[320601,408206],[321216,408282],[321605,408366],[320731,407843],[320589,407437],[325650,408332],[326432,408194],[329506,400680],[330140,398258],[329814,400194],[331648,402698],[320538,408741],[326344,409619],[325651,409143],[323153,408582],[322598,408720],[321951,409129],[320261,415460],[328892,411258],[329468,411389],[331008,410859],[331078,410987],[330626,411361],[326601,410612],[332254,542397],[332443,542441],[331190,540419],[331358,541039],[321608,651578],[321945,651920],[335003,266948],[339122,327354],[339149,326724],[334420,403169],[333050,401972],[333122,402371],[334545,400478],[334175,401555],[335247,401745],[333341,398294],[344547,417267],[344156,419689],[344414,419181],[345208,426120],[347731,416935],[349131,418803],[354658,419620],[353419,420530],[354095,418210],[352282,417040],[352872,421600],[352549,420630],[350085,421030],[349688,419920],[350249,417630],[347394,427889],[347965,426364],[346788,426174],[346645,426560],[348807,426911],[366582,550031],[367315,550184],[367296,550579],[367468,551295],[365843,551384],[365866,553167],[365991,553277],[365741,553148],[366075,551734],[366369,552031],[366607,551803],[366707,552269],[365949,552277],[365740,552758],[361120,554482],[365927,604594],[363706,625230],[364382,622910],[362569,621740],[363159,626300],[362836,625330],[360372,625730],[359975,624620],[360536,622330],[364945,624320],[367200,618547],[366566,620917],[366874,620437],[365706,615508],[369728,626605],[368203,627353],[370338,627123],[370401,618537],[369977,627449],[369792,628147],[365737,660334],[376196,554928],[374957,556087],[375633,553751],[373820,552621],[374410,557114],[374087,556176],[371787,553298],[371623,556578],[371226,555488],[371605,620537],[383926,661041],[369894,658236],[368317,657334],[369889,657843],[383850,667202],[31863,200255],[36010,198641],[34269,203668],[31253,197902],[31672,205498],[35094,240164],[32794,241031],[36231,240136],[32391,241071],[36865,235398],[37817,255025],[36760,255440],[38171,254441],[38314,254529],[37062,256012],[30679,259370],[36459,268245],[36284,268840],[34764,263463],[31766,261978],[32906,262339],[32117,261790],[32212,265156],[31970,265667],[36743,263265],[30636,263271],[35195,267469],[35186,263267],[38277,264603],[32679,261287],[35372,263068],[33571,261149],[34771,262874],[38170,264326],[28339,393640],[28633,393890],[28871,393670],[28971,394140],[28215,394140],[28004,394670],[29545,587065],[34443,597834],[35531,598452],[34348,598180],[34411,598159],[34336,598086],[34243,598621],[35149,598077],[35251,598017],[35256,597982],[35276,597991],[34751,597904],[34978,597913],[35656,598490],[35733,598424],[35711,598383],[35701,598524],[35253,597970],[35224,597954],[35297,597852],[36111,592370],[34453,590203],[31317,592891],[31188,591677],[31871,593104],[32891,590786],[28260,589447],[35355,591049],[30444,597298],[28459,597817],[26499,593388],[27265,595953],[26793,594565],[387273,306287],[387574,306410],[386856,309398],[386889,309258],[388062,307726],[386520,664603],[391406,663371],[392082,661051],[390269,659881],[390859,664441],[390536,663471],[388072,663871],[387675,662761],[388236,660471],[384610,661318],[385418,661081],[384880,659515],[384879,661663],[385486,664956],[392645,662461],[384715,665881],[384970,666184],[386496,666250],[441934,425737],[439226,427142],[446166,434586],[447912,426310],[441356,432444],[447340,428495],[437287,433525],[438316,433848],[440488,427807],[441386,427414],[445155,430557],[442031,432391],[442329,432496],[442006,426376],[439298,427292],[439119,427073],[437576,433184],[437345,432953],[437810,432857],[437829,433597],[445612,434058],[445635,433800],[446520,433885],[441287,430691],[441362,430838],[441175,430628],[440796,433290],[440958,433380],[440532,433801],[440321,433320],[441069,427479],[447772,426197],[447585,429075],[448648,429348],[448955,429950],[448989,430271],[449437,434211],[449768,426794],[450048,426621],[449312,426960],[450059,427100],[449557,426479],[449035,427426],[448288,425879],[448383,426386],[40700,235328],[44131,239014],[43364,237832],[39423,244428],[39420,244059],[49077,249879],[50846,251066],[50878,251470],[44015,256039],[43786,249024],[41221,247284],[42722,246790],[38446,264170],[42670,259666],[45701,256345],[39000,256403],[39006,270611],[43796,270015],[43928,269643],[41150,271066],[42531,271875],[50532,326237],[51115,325917],[40995,342857],[40805,342897],[40897,342318],[41342,342582],[40808,346543],[46086,661010],[46153,661359],[45707,661209],[46076,660649],[47952,664700],[47786,664616],[47521,664643],[63543,186693],[63721,186510],[63837,187098],[63931,186717],[63739,187353],[63539,186727],[62123,189432],[62215,189447],[62285,189583],[61873,189192],[61789,189367],[61651,189548],[61516,189567],[62327,189917],[62322,190124],[62098,190168],[62155,190279],[62470,189413],[62264,189844],[61888,189179],[61883,189284],[62282,188950],[57394,253002],[54275,307332],[53348,309512],[52966,307821],[52996,309258],[54776,309222],[52649,310592],[51427,325837],[58768,332172],[63484,377428],[61444,432578],[61635,432573],[56097,426069],[56049,427701],[56234,427389],[59073,426517],[61272,427609],[61899,654030],[61735,657430],[61338,656320],[63932,653440],[67492,189468],[67666,189477],[67630,189376],[65054,194472],[65081,194738],[64754,194264],[64917,194167],[64906,194634],[65007,194732],[65069,194264],[64786,194438],[64682,193843],[64707,193931],[65115,194320],[67259,195271],[67532,195118],[67462,195390],[67328,194951],[75882,315853],[72914,335954],[70488,335269],[70963,335591],[67258,382175],[67890,381950],[68182,381935],[74384,383161],[75538,385876],[76400,385762],[75426,385261],[75306,385214],[75702,384980],[75642,385496],[75102,385068],[64398,428763],[64630,429174],[65113,429787],[64755,429171],[65099,429261],[64193,429688],[70836,652183],[68720,652826],[69745,652185],[75572,645619],[75169,645879],[69128,655853],[66787,656584],[67356,656587],[70846,658553],[69802,660640],[68868,653186],[67483,653805],[70294,653737],[66308,656020],[65069,656930],[65745,654610],[64522,658000],[64199,657030],[72778,695637],[76752,693717],[75115,692795],[76728,693332],[66672,699197],[66663,699270],[85664,385438],[85487,385478],[85561,384878],[86018,385118],[86578,435058],[85970,436171],[85758,437695],[86279,436447],[84870,438284],[84632,436455],[97085,365788],[97278,365756],[94348,379619],[93714,381989],[94022,381509],[97549,379609],[98753,381609],[93851,391435],[95681,393180],[95410,392671],[95529,388667],[98265,388638],[96161,404822],[97482,406278],[97121,403472],[94493,411688],[95213,412228],[93635,412619],[94897,413780],[95109,412317],[96081,656628],[96148,656760],[113801,375296],[112562,376206],[113238,373886],[111425,372716],[112015,377276],[111692,376306],[109228,376706],[108831,375596],[109392,373306],[1222296,563098],[1222599,558884],[1222130,558940],[1222271,559245],[1221830,559224],[1222035,558497],[1221765,558326],[1223181,560344],[1223532,560661],[1223782,560498],[1223771,560977],[1223076,560813],[1222631,561276],[1223404,566002],[1223705,566503],[1223348,564206],[1222966,563664],[1224776,565220],[1224847,565370],[1224669,565150],[1222269,563728],[1228036,577954],[1231180,562179],[1231587,561665],[1231843,561465],[1234339,569681],[1234783,569206],[1233926,567076],[1234026,566949],[1233913,567188],[1232670,563864],[1233306,563803],[1232201,565184],[1232612,565722],[1232779,565974],[1233220,569237],[1233753,568899],[1234097,568833],[1229950,578041],[1230131,578657],[121464,174941],[121139,175678],[121242,175585],[121085,175998],[124968,366229],[123986,368116],[124365,367758],[125258,371398],[122293,370116],[121432,369948],[119428,369360],[117516,370482],[124296,372087],[124478,372000],[125625,371792],[126353,371964],[125738,371736],[126087,371653],[125501,372162],[121182,372069],[120849,372870],[120348,372221],[117999,372891],[117404,372082],[125556,395947],[124649,396736],[127637,399242],[126431,404833],[126083,405375],[126608,408612],[126799,408929],[126481,408793],[123527,406369],[127400,405655],[127258,405227],[126227,402108],[122031,406067],[122019,406154],[123195,407599],[122426,398473],[123739,400061],[124905,412442],[122424,421903],[120126,419351],[122411,421306],[121461,421074],[126040,416717],[125933,417128],[126406,417911],[121924,418744],[124419,413455],[122345,420607],[122834,411933],[123305,410287],[118016,416543],[118447,417267],[119570,418804],[118363,415969],[118637,417428],[119459,418461],[122751,504488],[122800,503335],[123181,502695],[123223,502876],[122620,502813],[122855,502347],[125473,516200],[126358,591209],[127961,608772],[124349,649107],[125725,647152],[127344,652132],[120677,689204],[122222,690406],[121380,691896]] \ No newline at end of file diff --git a/src/gathering/a10932.json b/src/gathering/a10932.json new file mode 100644 index 0000000..aea5dfa --- /dev/null +++ b/src/gathering/a10932.json @@ -0,0 +1 @@ +[[-636542,-157959],[-631525,-159546],[-630235,-161171],[-638925,-176666],[-638839,-176299],[-641315,-153286],[-641224,-145379],[-640646,-179719],[-655645,-135963],[-655380,-145826],[-665794,-187513],[-666407,-187639],[-678836,-168593],[-68440,605338],[-84188,583721],[-88879,610549],[-95347,587073],[-99192,589547],[-93019,601746],[-90168,600028],[-91788,608728],[-98085,605334],[-97296,605071],[-96680,605395],[-95635,606808],[-95777,604927],[-94359,607628],[-94750,608066],[-95291,607345],[-89939,608364],[-94212,601981],[-95619,601818],[-102941,625287],[-103322,626221],[-113998,628153]] \ No newline at end of file diff --git a/src/gathering/a10951.json b/src/gathering/a10951.json new file mode 100644 index 0000000..30ee86d --- /dev/null +++ b/src/gathering/a10951.json @@ -0,0 +1 @@ +[[-1278936,1352102],[-1276624,1351088],[-1267992,1481549],[-1268137,1481332],[-1275882,1481402],[-1275084,1481915],[-1274844,1482346],[-1274455,1482451],[-1273098,1204933],[-1273323,1204701],[-1273184,1204770],[-1272198,1206708],[-1272200,1206609],[-1283378,1333663],[-1283305,1334665],[-1283726,1334057],[-1282373,1334955],[-1286263,1333922],[-1284669,1334341],[-1286146,1334318],[-1284331,1332915],[-1286465,1337419],[-1285137,1338084],[-1284585,1339666],[-1283100,1340620],[-1284469,1342213],[-1282903,1343045],[-1282426,1342483],[-1285373,1343810],[-1283243,1342350],[-1280446,1349613],[-1282440,1345285],[-1285058,1352018],[-1285086,1352360],[-1286996,1350027],[-1284202,1349273],[-1282490,1348212],[-1284182,1347998],[-1285469,1352249],[-1282895,1350156],[-1282067,1352992],[-1281586,1354243],[-1281456,1363468],[-1282558,1366364],[-1284740,1367079],[-1284493,1364047],[-1289688,1363844],[-1289762,1361849],[-1287099,1364344],[-1282592,1358999],[-1284977,1357178],[-1287477,1371410],[-1291043,1373910],[-1285177,1371438],[-1282627,1372290],[-1286161,1373198],[-1291222,1386766],[-1287742,1406945],[-1289820,1411027],[-1290767,1417431],[-1287817,1415014],[-1287233,1420085],[-1287603,1418235],[-1286870,1418802],[-1286540,1410841],[-1287988,1414651],[-1289754,1412973],[-1287742,1408970],[-1288398,1409464],[-1288867,1424840],[-1290018,1423927],[-1290293,1424032],[-1292204,1444265],[-1287200,1459199],[-1288573,1459208],[-1286284,1471668],[-1286479,1471751],[-1286015,1471833],[-1286360,1475888],[-1288003,1473454],[-1287858,1472242],[-1282541,1475765],[-1282235,1475888],[-1282305,1475334],[-1298941,1400033],[-1297351,1401183],[-1298043,1402025],[-1301591,1431888],[-1300037,1434758],[-1300292,1435142],[-1301708,1438043],[-1294800,1446839],[-1294719,1448547],[-1301272,1452929],[-1304839,1449204],[-1300642,1447018],[-1297184,1450997],[-1297408,1449037],[-1297174,1452156],[-1304154,1449006],[-1299210,1452592],[-1300921,1453532],[-1299435,1450486],[-1295505,1161532],[-1295326,1161334],[-1295369,1161306],[-1294833,1162216],[-1293191,1163787],[-1303005,1202388],[-1302862,1201943],[-1302698,1202314],[-1302554,1202106],[-1304075,1205029],[-1303769,1204938],[-1297645,1204027],[-1297805,1203798],[-1293961,1206239],[-1293866,1206075],[-1299447,1206961],[-1299240,1207030],[-1298135,1206176],[-1303350,1214433],[-1304053,1214568],[-1303901,1214274],[-1303295,1226168],[-1303488,1227365],[-1303914,1225040],[-1305128,1225238],[-1302204,1228436],[-1303148,1229237],[-1303728,1243091],[-1303879,1243591],[-1305210,1263285],[-1305535,1263378],[-1297166,1257303],[-1296281,1257328],[-1296149,1257686],[-1295391,1258436],[-1312335,1392262],[-1310312,1402598],[-1308754,1401700],[-1308300,1402112],[-1309833,1401650],[-1310923,1404461],[-1308687,1403536],[-1309011,1396565],[-1311911,1396397],[-1314937,1418923],[-1314735,1419495],[-1314808,1420181],[-1314768,1420391],[-1315107,1420459],[-1314737,1420214],[-1315197,1420358],[-1314937,1420311],[-1310319,1418393],[-1312208,1410734],[-1311381,1411011],[-1311435,1409499],[-1315917,1417255],[-1315489,1416287],[-1317463,1413518],[-1314058,1430234],[-1310656,1429133],[-1309556,1427442],[-1310424,1422622],[-1312672,1429433],[-1313414,1429889],[-1309438,1423302],[-1310194,1422259],[-1311351,1423993],[-1310668,1425138],[-1313430,1427091],[-1313946,1429416],[-1313148,1426421],[-1312629,1432686],[-1310522,1436387],[-1311701,1436201],[-1309178,1441791],[-1309548,1443208],[-1316320,1439244],[-1313394,1441464],[-1311096,1443356],[-1310882,1440512],[-1310870,1441473],[-1310876,1440357],[-1312316,1435091],[-1314014,1438155],[-1313942,1437307],[-1314607,1436715],[-1315276,1436296],[-1316221,1436049],[-1316401,1436910],[-1316323,1437325],[-1309369,1450172],[-1311102,1448450],[-1312142,1449444],[-1313485,1457569],[-1309947,1453711],[-1311717,1455963],[-1316742,1167793],[-1310904,1173990],[-1310857,1167853],[-1317828,1189065],[-1318234,1189159],[-1315322,1178352],[-1315728,1178475],[-1311600,1180510],[-1311828,1180405],[-1311841,1180177],[-1311745,1202439],[-1310075,1198912],[-1310352,1198084],[-1310459,1198448],[-1309918,1199171],[-1313249,1195362],[-1313546,1195773],[-1315702,1192128],[-1316100,1191975],[-1317680,1191043],[-1318214,1205322],[-1318003,1205121],[-1310712,1214945],[-1311109,1215293],[-1312305,1211534],[-1312290,1211074],[-1313167,1209002],[-1309723,1204208],[-1310321,1204722],[-1308236,1217018],[-1308875,1217046],[-1324210,1297003],[-1324986,1296808],[-1324957,1296705],[-1324665,1296739],[-1330863,1306784],[-1328123,1366832],[-1328454,1392585],[-1328083,1392256],[-1320535,1122157],[-1320574,1122676],[-1320598,1122123],[-1320838,1122566],[-1320803,1122507],[-1327650,1177760],[-1319866,1177283],[-1320377,1171105],[-1319218,1170183],[-1319299,1169818],[-1322093,1185011],[-1327651,1178279],[-1327774,1189517],[-1327471,1188434],[-1326165,1188398],[-1326067,1189158],[-1320112,1202951],[-1320371,1202580],[-1319861,1202539],[-1322759,1192408],[-1321703,1195295],[-1323981,1191276],[-1323875,1190896],[-1323829,1191599],[-1323325,1200262],[-1326283,1198445],[-1326527,1198338],[-1327563,1192680],[-1322580,1208658],[-1322778,1208313],[-1337657,1292912],[-1338859,1292459],[-1331452,1306908],[-1341908,1355903],[-1336673,1356613],[-1334013,1356789],[-1342405,1363592],[-1341949,1363381],[-1342164,1363109],[-1342869,1365380],[-1343150,1365610],[-1341041,1357642],[-1334472,1358334],[-1339863,1359279],[-1339883,1358897],[-1337210,1359537],[-1334310,1357697],[-1332788,1362593],[-1337438,1367583],[-1340899,1371514],[-1338064,1370854],[-1336629,1372098],[-1334140,1370209],[-1332382,1373294],[-1332823,1372370],[-1339411,1381515],[-1342500,1377314],[-1340989,1377943],[-1332594,1389199],[-1332617,1389501],[-1332120,1390001],[-1333012,1389122],[-1333509,1389255],[-1335343,1388187],[-1334019,1388226],[-1333499,1390295],[-1335520,1393842],[-1335162,1394352],[-1336886,1392854],[-1340671,1404935],[-1340384,1405529],[-1342181,1400929],[-1356784,1337817],[-1349895,1356283],[-1349730,1356088],[-1351367,1356649],[-1348742,1353832],[-1348644,1352439],[-1347799,1354115],[-1345369,1354835],[-1346088,1354257],[-1346393,1356484],[-1353942,1350255],[-1355566,1351597],[-1354601,1351015],[-1355285,1344221],[-1351992,1345594],[-1348737,1357577],[-1349074,1360833],[-1344336,1358042],[-1345867,1357977],[-1345970,1359175],[-1353877,1362892],[-1349519,1373509],[-1347181,1376752],[-1350444,1373448],[-1348524,1383373],[-1346905,1382934],[-1348923,1384687],[-1349859,1390627],[-1349489,1392812],[-1345955,1399761],[-1346151,1400064],[-1347171,1401825],[-1347181,1396035],[-1348886,1395416],[-1348030,1395642],[-1348617,1399567],[-1353068,1399464],[-1347936,1402552],[-1349034,1399965],[-1351803,1396599],[-1344545,1402784],[-1344825,1401247],[-1348784,1106051],[-1351825,1200564],[-1351760,1200298],[-1352762,1199871],[-1353414,1199908],[-1353256,1199571],[-1355671,1200822],[-1355502,1200648],[-1354805,1197943],[-1354559,1198262],[-1349492,1193835],[-1354992,1260790],[-1354100,1262298],[-1353205,1261494],[-1354492,1263832],[-1366445,1342160],[-1366385,1342621],[-1366238,1342292],[-1358342,1335872],[-1359110,1337018],[-1367490,1354101],[-1367099,1354163],[-1366846,1354165],[-1363450,1355875],[-1365085,1349044],[-1363804,1349598],[-1358856,1359872],[-1362853,1026933],[-1362976,1026073],[-1362549,1026073],[-1361804,1025568],[-1361823,1075668],[-1361274,1075983],[-1361462,1075570],[-1361494,1075979],[-1358230,1203357],[-1358583,1203106],[-1358475,1256683],[-1360060,1260139],[-1368014,1258228],[-1363090,1263910],[-1364973,1264932],[-1364698,1264856],[-1358915,1258707],[-1365408,1255600],[-1366575,1268439],[-1376995,1338544],[-1376582,1347073],[-1376998,1345048],[-1381287,1039029],[-1386096,1331070],[-1385696,1331170],[-1382823,1331394],[-1388131,1325133],[-1387542,1333909],[-1386707,1332796],[-1386846,1332888],[-1387544,1333417],[-1382988,1331552],[-1383470,1036641],[-1383283,1036448],[-1383325,1036417],[-1382781,1037449],[-1393943,1073243],[-1394590,1077510],[-1394755,1076817],[-1395029,1076988],[-1393543,1076931],[-1393826,1077548],[-1393151,1077927],[-1392932,1077766],[-1393297,1084325],[-1393351,1084669],[-1392781,1184045],[-1393085,1184071],[-1391696,1185426],[-1389959,1182186],[-1389799,1182164],[-1389818,1182474],[-1390059,1182679],[-1389690,1182727],[-1390342,1182586],[-1393255,1181337],[-122261,289214],[-122540,396782],[-123460,396684],[-122995,395369],[-123693,395925],[-123838,396385],[-123610,395320],[-127472,396811],[-126790,395636],[-125876,395585],[-125195,394162],[-124393,394953],[-124190,393899],[-125605,396479],[-125276,395731],[-124904,394436],[-118864,391993],[-120368,391580],[-118512,390793],[-119678,392186],[-120453,389064],[-120830,388325],[-120835,386986],[-121549,388195],[-119497,389402],[-118561,388547],[-119784,388880],[-120375,386754],[-120997,389012],[-117787,387595],[-117680,388715],[-120814,388070],[-121941,388276],[-122619,388758],[-123927,388885],[-122626,389584],[-121738,387208],[-122624,386377],[-122214,387558],[-124224,388395],[-121901,388906],[-123541,385771],[-122488,385529],[-122870,388761],[-125429,390733],[-125845,389254],[-124214,390415],[-126622,389176],[-126002,390158],[-126461,390916],[-120852,392204],[-119274,392974],[-127403,392650],[-118347,394694],[-122516,399128],[-123484,398926],[-122776,397771],[-123687,398138],[-123851,398597],[-123477,397611],[-122942,399494],[-122953,397168],[-126199,397300],[-124499,565251],[-124165,564945],[-123659,565718],[-123286,564685],[-123397,566039],[-120403,586151],[-120642,585722],[-123812,653797],[-123618,653870],[-1407733,1332383],[-1402213,1333914],[-1402432,1334111],[-1396539,1072944],[-1396065,1072606],[-1395859,1073234],[-1396135,1072877],[-1401180,1074351],[-1396227,1065580],[-1395976,1065508],[-1398344,1075910],[-1397974,1076566],[-1400099,1075405],[-1399397,1159149],[-1403453,1202102],[-1402114,1201869],[-1401801,1201974],[-1416390,1299320],[-1418703,1297665],[-1419518,1299993],[-1419183,1297667],[-1416664,1299859],[-1416976,1296323],[-1417402,1299348],[-1418607,1301584],[-1418856,1298217],[-1418559,1299044],[-1420213,1300879],[-1420172,1301435],[-1417642,1295510],[-1416238,1301430],[-1416186,1301686],[-1416834,1300845],[-1417060,1300605],[-1418728,1301048],[-1420126,1301262],[-1418609,1298045],[-1415414,1297517],[-1415104,1298656],[-1416524,1297823],[-1416088,1297383],[-1416384,1297421],[-1414404,1299130],[-1417992,1298769],[-1415461,1299213],[-1415267,1296912],[-1416532,1298551],[-1414471,1299087],[-1415960,1297109],[-1417030,1298655],[-1416276,1298001],[-1416493,1298514],[-1415106,1297773],[-1415386,1297646],[-1416789,1295995],[-1416411,1295662],[-1416658,1295560],[-1416953,1294788],[-1416587,1296132],[-1417733,1295043],[-1414282,1296756],[-1414766,1295957],[-1413810,1297239],[-1413944,1296941],[-1414206,1297142],[-1413802,1297051],[-1414602,1295562],[-1414214,1295975],[-1414266,1295430],[-1413431,1296020],[-1413619,1295279],[-1413287,1296290],[-1412988,1295723],[-1414675,1295016],[-1413776,1295745],[-1413185,1295462],[-1414052,1296381],[-1414027,1294803],[-1413517,1296599],[-1413912,1297557],[-1414679,1296192],[-1413740,1297280],[-1414290,1297055],[-1414139,1297773],[-1413876,1296815],[-1413831,1296197],[-1413514,1296216],[-1414407,1296661],[-1413860,1297235],[-1414269,1297082],[-1415456,1297187],[-1415916,1298276],[-1415367,1297003],[-1415204,1295901],[-1415255,1296094],[-1415612,1295712],[-1414620,1297251],[-1414225,1297741],[-1414552,1297995],[-1414481,1298082],[-1414084,1296900],[-1414251,1296778],[-1413972,1296077],[-1418185,1301883],[-1418679,1301877],[-1418240,1301858],[-1418762,1302018],[-1418130,1302227],[-1417961,1302151],[-1417786,1302019],[-1418169,1301791],[-1416666,1302241],[-1417709,1302134],[-1417201,1302223],[-1417216,1302277],[-1417591,1301920],[-1417986,1302025],[-1417708,1301813],[-1418162,1302396],[-1418373,1302524],[-1418764,1302099],[-1418019,1302597],[-1418871,1302193],[-1419054,1301962],[-1417674,1302740],[-1417510,1302475],[-1416889,1302245],[-1417063,1302438],[-1416775,1302285],[-1417104,1302346],[-1419131,1301473],[-1419040,1301269],[-1418838,1301682],[-1419678,1302227],[-1419762,1301678],[-1419514,1301885],[-1419004,1301898],[-1419003,1301896],[-1419025,1301894],[-1418994,1301889],[-1419106,1301874],[-1419581,1302143],[-1416675,1301958],[-1417101,1301851],[-1417149,1301879],[-1417713,1301726],[-1416874,1301974],[-1417579,1302018],[-1415937,1300798],[-1415917,1299508],[-1415220,1300061],[-1415058,1299914],[-1415992,1301030],[-1415877,1300756],[-1415753,1299158],[-1415851,1299769],[-1415103,1299804],[-1416186,1300216],[-1416208,1299841],[-1415861,1299803],[-1415451,1299683],[-1416033,1300363],[-1415813,1300235],[-1415732,1300933],[-1415547,1300359],[-1415735,1300811],[-1415778,1300937],[-1415712,1300600],[-1415612,1300538],[-1414983,1299524],[-1415073,1299560],[-1415101,1299615],[-1415621,1300567],[-1415444,1299926],[-1415744,1300302],[-1417570,1294472],[-1417815,1294218],[-1408312,1332957],[-1420429,1375196],[-1420254,1375479],[-1418574,1372570],[-1418145,1372808],[-1410423,1132061],[-1410341,1132947],[-1409349,1133423],[-1410568,1132077],[-1432713,1281366],[-1430557,1288664],[-1426341,1291096],[-1422619,1291887],[-1432684,1286517],[-1430979,1289692],[-1432758,1282046],[-1433224,1281645],[-1432656,1286120],[-1432813,1286114],[-1431702,1317169],[-1432719,1318447],[-1433404,1322842],[-1433468,1319757],[-1431960,1042690],[-1431333,1042607],[-1431734,1042390],[-1431504,1042741],[-1426471,1070990],[-1426112,1071601],[-1422485,1073840],[-1423383,1072523],[-1423100,1075221],[-1423514,1074155],[-1421015,1073454],[-1422235,1070314],[-1424113,1067999],[-1423761,1068598],[-1423218,1068942],[-1423606,1069170],[-1423067,1075810],[-1423508,1075539],[-1428052,1135075],[-1430053,1135112],[-1431234,1130163],[-1432049,1129937],[-1432751,1252694],[-1432592,1249558],[-1432873,1258304],[-1433072,1257578],[-1433298,1257114],[-1430802,1254913],[-1421135,1274872],[-1446312,1286649],[-1439267,1280973],[-1441365,1287726],[-1444144,1287943],[-1441360,1287807],[-1442912,1287595],[-1443422,1287858],[-1445979,1287935],[-1445990,1287520],[-1441147,1285990],[-1439555,1287843],[-1439585,1288453],[-1439121,1287767],[-1441297,1286645],[-1441281,1286701],[-1443979,1284298],[-1444582,1284921],[-1443869,1284765],[-1443503,1285212],[-1445655,1284859],[-1443094,1303997],[-1443450,1302460],[-1444969,1303971],[-1445879,1304993],[-1446151,1304278],[-1442988,1302701],[-1442471,1302090],[-1444140,1304396],[-1445641,1304112],[-1445874,1304584],[-1445834,1301879],[-1445945,1301487],[-1446166,1302090],[-1441415,1302433],[-1442366,1302541],[-1436428,1331122],[-1434054,1330797],[-1435374,1326893],[-1434256,1324945],[-1435418,1326837],[-1438379,1324294],[-1437792,1323192],[-1437910,1324562],[-1438809,1324074],[-1438438,1325464],[-1437742,1325894],[-1439254,1326277],[-1439130,1328102],[-1446384,1338456],[-1445767,1339237],[-1437273,1337598],[-1437596,1338400],[-1437282,1338192],[-1437126,1341224],[-1444242,1343004],[-1444278,1344101],[-1435146,1332319],[-1435979,1332467],[-1444597,1344468],[-1443308,1345041],[-1443395,1345567],[-1445720,1347813],[-1446333,1347767],[-1444822,1030568],[-1444705,1034634],[-1444224,1026933],[-1446270,1036402],[-1445810,1035395],[-1444331,1033371],[-1444180,1035623],[-1445004,1035757],[-1445194,1035405],[-1443649,1034212],[-1444503,1033334],[-1445080,1035923],[-1445451,1034725],[-1445816,1036095],[-1443516,1034132],[-1446288,1028831],[-1445707,1032440],[-1445772,1025609],[-1446346,1033683],[-1445317,1035472],[-1444249,1034934],[-1443489,1033940],[-1445957,1035799],[-1446175,1034503],[-1439662,1036961],[-1446305,1026695],[-1443033,1034565],[-1444867,1033846],[-1444963,1033461],[-1445736,1034154],[-1446230,1034883],[-1446045,1038221],[-1445411,1040422],[-1442070,1039326],[-1442502,1048409],[-1445925,1047993],[-1443912,1045080],[-1445874,1037455],[-1445085,1047308],[-1443283,1042147],[-1442142,1039127],[-1444729,1038395],[-1445001,1037724],[-1443728,1040425],[-1442874,1041577],[-1444955,1048652],[-1444386,1040497],[-1444263,1039063],[-1444983,1037968],[-1444765,1037977],[-1444013,1038693],[-1444431,1041509],[-1443754,1046293],[-1444607,1040401],[-1444689,1038183],[-1445218,1038944],[-1445900,1047229],[-1444023,1038989],[-1444995,1039050],[-1444301,1039817],[-1444769,1039815],[-1445143,1040924],[-1445291,1041751],[-1444064,1045898],[-1444555,1042330],[-1444501,1046735],[-1444054,1037274],[-1439116,1038288],[-1443699,1041930],[-1438767,1037726],[-1443759,1040870],[-1444058,1048031],[-1444065,1039720],[-1440506,1038030],[-1444914,1048033],[-1443573,1046763],[-1444051,1047274],[-1445788,1038798],[-1445778,1040019],[-1446078,1048401],[-1445110,1048942],[-1444695,1045289],[-1442981,1046961],[-1443180,1048336],[-1443351,1045910],[-1443357,1047760],[-1445245,1043171],[-1445184,1042825],[-1445325,1043647],[-1444547,1043427],[-1446083,1050364],[-1445872,1049870],[-1439308,1083991],[-1439547,1083563],[-1438798,1082376],[-1438529,1082600],[-1439351,1082998],[-1438363,1083598],[-1439698,1083242],[-1444275,1079867],[-1442816,1080703],[-1442774,1080992],[-1442510,1080972],[-1444350,1081531],[-1444691,1081422],[-1445287,1080984],[-1446238,1080460],[-1437665,1100871],[-1441530,1098660],[-1441102,1098293],[-1441061,1098694],[-1443533,1100184],[-1443933,1099407],[-1443355,1099943],[-1443165,1099767],[-1443034,1099556],[-1442712,1099668],[-1441019,1101957],[-1440708,1101740],[-1435750,1248779],[-1435364,1249197],[-1433730,1258239],[-1433601,1254850],[-1434902,1255196],[-1442389,1276878],[-1443037,1277747],[-1434149,1278987],[-1440409,1278667],[-1434078,1279163],[-1433685,1278857],[-1454982,1291282],[-1454469,1290600],[-1455538,1292697],[-1450928,1288947],[-1453268,1290326],[-1450410,1289225],[-1448402,1291116],[-1450102,1292201],[-1450311,1289832],[-1450626,1289127],[-1456960,1292816],[-1453281,1288957],[-1455281,1290189],[-1454325,1290306],[-1449936,1288472],[-1453268,1289372],[-1453396,1288817],[-1454228,1290259],[-1454260,1288626],[-1454716,1288938],[-1451344,1288995],[-1454276,1290691],[-1446656,1286740],[-1450414,1302740],[-1447747,1305417],[-1448957,1304859],[-1454299,1299400],[-1449647,1302390],[-1450164,1302477],[-1455451,1302495],[-1449793,1299564],[-1455589,1299081],[-1448866,1305506],[-1456534,1301645],[-1453588,1299421],[-1448054,1305689],[-1451687,1304262],[-1451048,1303854],[-1451544,1304818],[-1452148,1303886],[-1454915,1299140],[-1450240,1304423],[-1449207,1305342],[-1454936,1299795],[-1450941,1304293],[-1450876,1302054],[-1449913,1302382],[-1451104,1301183],[-1451859,1300967],[-1453238,1300254],[-1447183,1302477],[-1447462,1302089],[-1446939,1302321],[-1446611,1302063],[-1447438,1302292],[-1452289,1299938],[-1452343,1300988],[-1455578,1301168],[-1452685,1300623],[-1452144,1300502],[-1452583,1300056],[-1452426,1304281],[-1453664,1303450],[-1453653,1303117],[-1454082,1302828],[-1452374,1303922],[-1453924,1303144],[-1458920,1302647],[-1453009,1303397],[-1453079,1303000],[-1453076,1299961],[-1452930,1301689],[-1455522,1302127],[-1448637,1300048],[-1449647,1299152],[-1457352,1301668],[-1455647,1301053],[-1451630,1300672],[-1448190,1305145],[-1454189,1294605],[-1450672,1294620],[-1448085,1306202],[-1448250,1305987],[-1454986,1317728],[-1455288,1317979],[-1452529,1317667],[-1458292,1310752],[-1458485,1312472],[-1458050,1312464],[-1458316,1311093],[-1447288,1315491],[-1448386,1316665],[-1448098,1317474],[-1447418,1316291],[-1455280,1323614],[-1452844,1323066],[-1454990,1323672],[-1456822,1320811],[-1458920,1341238],[-1457916,1343840],[-1458535,1343385],[-1452634,1341193],[-1452380,1341399],[-1451248,1344102],[-1454585,1342145],[-1455074,1341995],[-1455268,1342629],[-1455054,1341346],[-1455430,1341242],[-1455399,1341825],[-1454617,1341062],[-1454609,1341457],[-1455078,1340865],[-1454686,1341676],[-1452950,1343789],[-1447085,1339599],[-1446475,1338173],[-1457413,1344995],[-1456876,1345643],[-1457803,1345921],[-1451296,1345244],[-1452051,1345617],[-1452134,1345133],[-1451734,1345337],[-1452775,1344375],[-1448711,1347665],[-1447388,1349828],[-1452631,1352333],[-1450811,1351432],[-1451918,1351245],[-1454098,1350835],[-1459151,1354307],[-1450217,1036121],[-1449292,1032698],[-1451114,1034082],[-1450415,1032827],[-1447358,1032641],[-1447843,1033072],[-1449131,1027496],[-1447879,1032354],[-1448325,1025857],[-1447217,1033768],[-1447732,1035553],[-1447457,1035829],[-1446422,1027374],[-1446714,1032943],[-1448494,1035888],[-1449458,1036551],[-1447302,1035590],[-1450333,1034283],[-1450442,1032934],[-1448375,1036733],[-1449166,1032518],[-1446901,1036871],[-1447417,1036043],[-1449158,1036493],[-1447553,1026330],[-1449753,1035870],[-1446653,1034121],[-1449617,1036236],[-1447101,1034679],[-1447358,1035216],[-1447978,1032981],[-1448015,1034624],[-1448471,1033094],[-1449364,1035986],[-1446457,1034995],[-1447891,1033565],[-1448530,1036753],[-1449563,1035459],[-1446571,1037452],[-1448240,1049432],[-1447169,1049339],[-1447285,1037329],[-1448322,1048214],[-1446853,1037877],[-1450026,1049118],[-1449145,1049403],[-1450276,1047770],[-1449828,1049039],[-1446644,1047699],[-1449107,1048620],[-1448010,1048954],[-1449327,1047849],[-1448636,1049585],[-1450133,1048499],[-1446988,1047917],[-1449960,1047131],[-1448887,1047221],[-1450497,1040519],[-1450739,1040904],[-1450900,1040254],[-1450445,1040039],[-1448644,1050610],[-1448369,1050108],[-1446501,1049841],[-1447628,1049830],[-1449156,1069809],[-1449850,1070549],[-1449197,1068836],[-1449303,1068836],[-1449530,1068856],[-1450014,1068366],[-1450686,1068396],[-1450287,1069056],[-1451155,1072711],[-1451214,1073319],[-1451549,1073058],[-1467672,1288337],[-1460491,1289037],[-1460448,1288735],[-1463111,1288677],[-1467792,1294744],[-1470877,1296227],[-1470823,1304178],[-1462340,1298550],[-1465826,1298784],[-1464618,1301697],[-1466456,1296779],[-1465053,1299021],[-1465866,1298359],[-1468044,1303205],[-1464935,1296849],[-1465800,1297848],[-1464953,1301230],[-1465538,1298433],[-1468251,1300121],[-1466060,1300086],[-1466056,1298880],[-1466699,1302579],[-1467534,1300175],[-1465294,1298430],[-1469606,1305902],[-1461429,1326202],[-1461417,1326113],[-1461432,1324596],[-1460817,1324337],[-1467535,1325622],[-1467324,1320895],[-1465930,1324636],[-1468223,1323267],[-1462228,1341024],[-1461644,1340422],[-1459756,1341404],[-1460438,1341074],[-1460215,1341368],[-1463217,1342477],[-1460942,1340714],[-1463319,1341984],[-1464580,1341482],[-1460759,1344188],[-1462944,1343023],[-1459301,1343819],[-1465462,1343347],[-1465354,1342868],[-1464019,1343462],[-1464335,1341385],[-1464227,1335647],[-1462574,1334627],[-1462749,1333428],[-1464971,1335329],[-1465968,1333551],[-1468260,1333574],[-1467434,1335673],[-1467539,1336185],[-1463311,1333252],[-1463055,1333032],[-1465591,1334131],[-1465922,1335541],[-1462088,1344242],[-1461154,1344263],[-1461540,1344290],[-1459447,1344262],[-1470395,1344323],[-1461736,1346449],[-1460869,1345034],[-1462837,1345282],[-1461619,1346294],[-1461033,1346543],[-1462256,1345622],[-1464697,1345460],[-1464885,1345264],[-1464655,1345373],[-1463537,1345486],[-1463420,1347105],[-1464799,1349991],[-1466059,1346511],[-1465491,1347055],[-1465690,1346609],[-1462784,1349567],[-1463622,1348601],[-1464071,1349206],[-1464035,1347945],[-1462679,1345766],[-1461424,1346733],[-1465637,1345656],[-1461358,1345932],[-1471724,1349771],[-1470699,1347363],[-1471358,1347596],[-1463363,1346498],[-1471098,1347102],[-1465611,1349716],[-1465053,1349622],[-1461291,1351046],[-1463295,1349534],[-1466974,1349589],[-1469232,1349630],[-1468115,1350734],[-1468486,1349869],[-1460679,1355631],[-1460024,1354796],[-1462193,1356437],[-1464360,1352947],[-1461241,1356491],[-1465980,1353797],[-1463759,1355603],[-1463941,1356485],[-1461619,1356250],[-1470749,1358129],[-1460911,1357424],[-1471727,1009465],[-1470171,1011186],[-1459389,1022454],[-1470637,1047614],[-1470810,1047415],[-1468817,1043286],[-1468860,1043677],[-1467487,1074876],[-1467343,1074968],[-1467142,1074744],[-1466850,1075327],[-1471682,1064476],[-1471178,1076047],[-1471488,1075920],[-1466216,1079997],[-1465896,1080343],[-1478000,1314945],[-1478277,1315131],[-1477753,1315195],[-1482954,1323700],[-1479825,1343234],[-1478557,1343907],[-1484471,1343371],[-1484112,1342666],[-1484474,1331558],[-1484028,1331793],[-1482721,1333747],[-1482185,1332159],[-1479258,1355881],[-1481740,1356044],[-1481874,1355534],[-1479432,1349758],[-1478257,1349640],[-1479670,1350228],[-1478300,1348608],[-1478634,1350935],[-1477527,1349841],[-1476592,1351575],[-1479284,1350112],[-1482034,1352520],[-1483694,1351132],[-1483095,1352310],[-1478120,1345381],[-1479946,1345072],[-1475920,1347539],[-1477214,1345140],[-1476117,1345394],[-1475222,1346107],[-1484554,1355883],[-1472155,1357810],[-1472525,1360378],[-1474756,1361127],[-1480757,1357489],[-1472290,1008794],[-1472094,1008614],[-1472135,1008583],[-1479436,1023843],[-1479267,1024143],[-1477699,1021167],[-1478154,1023706],[-1478747,1023959],[-1473346,1047193],[-1474867,1057160],[-1476035,1057215],[-1472870,1050061],[-1473078,1061971],[-1473192,1062557],[-1473514,1056253],[-1474155,1054406],[-1477153,1054951],[-1492133,1314295],[-1486722,1331085],[-1484982,1343290],[-1491358,1343895],[-1487926,1337984],[-1492016,1336944],[-1489379,1350026],[-1484951,1344628],[-1487089,1345555],[-1486734,1345631],[-1489740,1344487],[-1491912,1346831],[-1489884,1345936],[-1487511,1346927],[-1488449,1347303],[-1491961,1355729],[-1492740,1356107],[-1491007,1355574],[-1489690,1356903],[-1488871,1355456],[-1492803,1351129],[-1491105,1351547],[-1494381,1351622],[-1492128,1351234],[-1486922,1352419],[-1489571,1350917],[-1487218,1352878],[-1488359,1350699],[-1489940,1358990],[-1487860,1357244],[-1486614,1057292],[-1491767,1059993],[-1491466,1060608],[-1490560,1060263],[-1490969,1060369],[-1513122,995676],[-1513370,996205],[-1513166,995601],[-1513568,995891],[-1513510,995851],[-1519162,1004432],[-1518980,1004239],[-1519022,1004210],[-1518472,1005138],[-1516902,1006749],[-137019,251399],[-139752,251520],[-136446,249959],[-135861,251860],[-137015,249400],[-137122,250565],[-137948,250869],[-133165,292436],[-129025,570557],[-128756,570921],[-129578,571343],[-128590,571823],[-129925,571570],[-129188,607650],[-128919,608014],[-129741,608435],[-128753,608916],[-130088,608662],[-1529526,1342054],[-1530504,1343264],[-1530657,1340717],[-1526460,1342355],[-1530273,1341329],[-1530712,1343111],[-1527765,1342282],[-1532408,1343210],[-1530445,1026192],[-1530895,1026078],[-1573840,1031868],[-1573975,1031517],[-1573677,1032749],[-1573826,1032650],[-1571466,1036004],[-1572380,1034946],[-1571167,1034195],[-1571287,1033893],[-1571510,1033786],[-1572914,1035123],[-1571106,1035968],[-1572127,1035051],[-1570788,1034475],[-1572161,1034977],[-1571453,1036067],[-1573641,1033455],[-1571396,1033979],[-1570858,1033909],[-1571681,1033266],[-1571856,1032403],[-1571544,1033495],[-1571778,1034882],[-1574086,1034123],[-1573967,1035807],[-1573544,1033276],[-1577987,1028021],[-1578061,1027969],[-1577622,1027817],[-1577632,1024990],[-1577982,1028813],[-1577887,1027567],[-1577736,1028471],[-1577307,1027325],[-1577655,1026601],[-1576697,1028270],[-1576918,1027566],[-1577423,1028102],[-1576544,1026605],[-1577301,1025230],[-1577600,1025482],[-1578270,1025724],[-1578482,1025697],[-1574603,1034301],[-1576072,1031420],[-1575178,1033435],[-1575663,1032144],[-1591621,958944],[-1592109,958759],[-1595264,959712],[-1592239,959805],[-1592373,957284],[-1593096,959180],[-1593241,957321],[-1591267,959464],[-1592944,955364],[-1595735,959932],[-1592677,959363],[-1596475,959634],[-1591738,957499],[-1592378,958742],[-1596345,960308],[-1593419,962484],[-1593731,961804],[-1592934,961518],[-1592799,961003],[-1590953,960660],[-1589996,960273],[-1594361,960564],[-1593552,960572],[-1593906,960240],[-1594331,961636],[-1591966,960741],[-1592112,962018],[-1593429,961151],[-1591791,963207],[-1592711,960244],[-143264,241121],[-142399,240256],[-141551,241358],[-141912,242200],[-142984,242088],[-142368,242692],[-140909,243429],[-142116,243847],[-141108,244432],[-141370,243603],[-149216,290830],[-148947,291195],[-149769,291616],[-148781,292097],[-150140,291881],[-150125,646067],[-150019,646246],[-158442,215903],[-154719,286387],[-174266,254285],[-171129,288312],[-172817,286189],[-169604,288035],[-170919,289553],[-169447,287265],[-170491,287798],[-171203,287273],[-170477,283924],[-170227,283193],[-169989,284902],[-168886,285179],[-169812,284367],[-168704,282665],[-170928,283450],[-167950,285267],[-168614,285998],[-170025,283060],[-169111,289441],[-168219,290953],[-167788,292469],[-168892,292400],[-168359,293322],[-169000,290443],[-168755,291236],[-168178,292456],[-169254,282421],[-170762,282530],[-167841,288968],[-167578,290310],[-171674,300456],[-171542,303128],[-173116,299933],[-171251,299279],[-173658,300515],[-172506,300581],[-172191,301390],[-169501,301457],[-168715,301543],[-167686,302306],[-170312,302139],[-170247,303337],[-169742,302184],[-167768,302878],[-169161,300950],[-170041,304363],[-170945,303870],[-168529,301705],[-168714,300444],[-169172,299609],[-167825,299257],[-168692,298960],[-169150,299116],[-168148,298695],[-169267,300334],[-168218,300911],[-176780,468320],[-176622,468245],[-174140,472143],[-173879,471862],[-177411,473675],[-175644,472465],[-177519,467624],[-177236,473544],[-172427,470392],[-175748,472439],[-174940,471354],[-174624,471767],[-175084,472846],[-174510,471529],[-174946,471545],[-175758,472691],[-174723,472276],[-174578,472362],[-175524,472206],[-175347,471699],[-175736,472466],[-176397,468038],[-176039,468778],[-176560,467941],[-176436,468301],[-176993,467497],[-176277,468558],[-176175,468521],[-176483,469137],[-176469,468604],[-176646,467773],[-169050,470405],[-170030,469875],[-169841,470962],[-168417,470634],[-169837,471428],[-168894,470203],[-169736,470868],[-169373,471375],[-168693,470004],[-169929,470068],[-170048,469066],[-179193,466322],[-179139,466416],[-169949,480217],[-170399,479552],[-171887,479993],[-168907,473884],[-172437,475563],[-173805,475458],[-171957,474181],[-173166,475294],[-174645,475318],[-173211,475396],[-172114,475355],[-173276,475391],[-171880,475944],[-172481,474389],[-172878,475374],[-172556,476006],[-191267,285658],[-191608,285074],[-191576,283863],[-190363,285751],[-190626,285325],[-191135,283524],[-191774,285801],[-191586,284836],[-185658,285772],[-184413,285213],[-184905,286884],[-183645,285676],[-182264,284909],[-182091,285972],[-181302,285254],[-183964,286530],[-183252,286117],[-182196,285280],[-184952,283557],[-184528,283924],[-184323,284965],[-183949,283504],[-185805,283840],[-186596,284704],[-185474,284106],[-184658,285448],[-184529,283191],[-187296,285383],[-187519,284676],[-184501,284136],[-189402,284999],[-188570,284304],[-188513,285227],[-185737,458258],[-184836,458475],[-185435,459585],[-186350,458084],[-185152,457925],[-184864,458279],[-185448,457335],[-186586,459184],[-186460,458333],[-185791,459313],[-186449,457824],[-186346,457816],[-182380,460557],[-182757,460005],[-182803,460114],[-182317,460476],[-182320,460654],[-182391,460539],[-182328,460496],[-182612,460251],[-182450,460475],[-182632,460254],[-182121,460778],[-182484,460074],[-184660,466591],[-179509,471360],[-181289,470394],[-183421,466117],[-185676,464286],[-184176,465879],[-185656,463200],[-183889,464645],[-185032,464039],[-184364,465358],[-184594,466038],[-186566,464316],[-185762,464506],[-184280,465985],[-185399,465716],[-181254,471234],[-180867,470405],[-181969,470674],[-180975,470715],[-180340,470796],[-181868,470810],[-180629,470076],[-181683,470396],[-180220,471535],[-181239,471602],[-181137,466359],[-181041,465348],[-180817,466775],[-180043,466001],[-180681,465213],[-179958,466280],[-180510,465185],[-181189,465604],[-179903,466468],[-179794,466216],[-180029,465439],[-181170,465154],[-188293,463512],[-188311,463357],[-188419,463230],[-188190,461995],[-187578,464142],[-187880,463201],[-188192,463688],[-180220,464666],[-179658,465622],[-180251,464567],[-179702,465232],[-185748,465538],[-181892,470872],[-181117,471684],[-188295,463211],[-188232,463887],[-188891,461486],[-188879,461268],[-186383,462183],[-179314,465999],[-179451,465829],[-180338,464523],[-179971,465088],[-180248,464870],[-179628,465659],[-182865,468944],[-189257,495010],[-186349,498131],[-185992,498089],[-185399,498681],[-185444,498056],[-184671,498723],[-185626,498249],[-190426,493159],[-187660,493139],[-188529,492466],[-187677,493430],[-188883,494258],[-188466,493163],[-188763,493848],[-188073,493680],[-187654,493384],[-187682,492860],[-188517,493059],[-187987,493126],[-188249,494151],[-181343,496211],[-184616,497895],[-185918,497054],[-184554,497169],[-186131,496848],[-184305,494542],[-184181,495140],[-184498,494528],[-183687,495255],[-184498,494888],[-183721,495595],[-184635,494588],[-184098,494799],[-184463,494625],[-184556,494349],[-184837,494534],[-184426,495023],[-189507,495520],[-190035,494934],[-190614,495262],[-189639,495469],[-189614,495108],[-190668,495027],[-189353,495548],[-188760,495660],[-189998,495137],[-190665,513728],[-184539,638702],[-184011,638356],[-184462,638332],[-184109,638552],[-199948,292932],[-200510,291688],[-198894,292173],[-200104,290927],[-199907,289396],[-199305,291257],[-199712,290543],[-198087,284756],[-198205,284114],[-197751,283021],[-198887,284015],[-197261,285136],[-196101,284797],[-197361,284659],[-197212,282852],[-198622,284732],[-195092,284483],[-195355,285334],[-198101,283904],[-200877,289553],[-200580,288596],[-200548,289494],[-192277,285192],[-197596,302292],[-198680,299825],[-196070,302267],[-197558,303542],[-195777,301522],[-196870,301878],[-197455,301234],[-198131,298819],[-198727,299202],[-199967,299265],[-198600,299847],[-198067,297922],[-198923,297025],[-198488,298215],[-200323,298859],[-197989,299304],[-199730,296242],[-198780,296118],[-198969,299199],[-194532,490606],[-193688,491529],[-192852,490201],[-193562,491278],[-192973,490244],[-193527,492510],[-194055,490355],[-193535,491659],[-193893,492089],[-192242,492030],[-194288,492321],[-194268,491577],[-193521,512022],[-201752,517078],[-202048,517077],[-201297,516883],[-201918,517328],[-201991,516796],[-201457,516206],[-201768,516982],[-201853,517259],[-202250,516153],[-201982,516563],[-201899,517305],[-200642,512961],[-199642,512823],[-200021,512619],[-200537,513027],[-201101,512504],[-200070,512768],[-200817,512727],[-200939,513354],[-200484,512430],[-200618,512604],[-199546,513340],[-200462,513097],[-198933,516883],[-198240,516735],[-198881,516921],[-198841,516703],[-199014,516757],[-197952,516413],[-198337,517458],[-197859,516460],[-197667,516500],[-193569,513744],[-193275,513466],[-194222,513219],[-194175,512938],[-193457,512589],[-193362,512243],[-193498,512655],[-194514,512966],[-197923,513826],[-197586,513924],[-198801,514680],[-198157,514173],[-198340,514944],[-216666,612919],[-216484,612721],[-216527,612692],[-215975,613700],[-214408,615240],[-217024,623989],[-216608,624377],[-217099,624009],[-216999,624501],[-217015,624434],[-228829,291288],[-228293,290536],[-227373,291458],[-227483,290652],[-227844,290330],[-227007,290962],[-228998,290761],[-229582,447702],[-230273,451096],[-230373,451011],[-229984,450325],[-230066,450050],[-224248,554547],[-224058,554353],[-224099,554322],[-223550,555497],[-222150,556910],[-234849,289088],[-235744,289502],[-235917,288082],[-236326,289017],[-236232,289452],[-236523,288417],[-235032,289593],[-233312,290209],[-232831,290703],[-232617,291861],[-232111,290439],[-234300,290304],[-235093,291162],[-233936,290657],[-233030,292279],[-232777,289961],[-235715,291904],[-235994,291062],[-232806,290934],[-233635,296787],[-236357,296437],[-232817,295467],[-232578,297444],[-233281,294816],[-233590,295947],[-234458,296104],[-242589,447079],[-243050,447823],[-242176,447633],[-241629,447999],[-241912,447192],[-242449,447427],[-241764,447544],[-242285,447354],[-242554,447173],[-236783,448171],[-237031,447855],[-236850,447744],[-236698,448138],[-242826,449433],[-242975,448760],[-241516,451576],[-241199,451761],[-241072,451322],[-242136,451956],[-241455,451809],[-241715,451632],[-243160,451622],[-242460,451882],[-241826,451620],[-236493,448514],[-237080,448652],[-235804,448340],[-236014,448593],[-236317,450404],[-234024,451296],[-236559,449617],[-236599,449669],[-234976,450299],[-236651,450122],[-235587,450247],[-236023,450390],[-235313,450523],[-230451,450308],[-230896,449319],[-230769,450357],[-230603,450435],[-230963,450480],[-238752,449264],[-238807,449208],[-239145,449155],[-242988,478650],[-242706,476550],[-243129,476811],[-242362,477235],[-242765,478987],[-243169,621659],[-243429,621288],[-243384,621698],[-7688,648599],[-7662,649040],[-7760,648560],[-8078,648946],[-8037,648896],[-243565,448968],[-243401,449118],[-243728,448633],[-243882,448428],[-243516,448575],[-243801,448494],[-243571,448515],[-252976,464935],[-252507,465347],[-252292,464878],[-252881,465123],[-243766,621450],[-268132,621160],[-270594,619083],[-270439,618867],[-270484,618842],[-269752,619792],[-286422,561729],[-286200,561595],[-286235,561557],[-285903,562494],[-284812,564514],[-288427,603978],[-287801,604067],[-288129,603753],[-288003,604148],[-305160,169325],[-304515,168693],[-303740,168913],[-304572,168159],[-329825,191866],[-324663,190208],[-323854,189655],[-324207,190468],[-329086,192109],[-328430,198088],[-328666,197659],[-328831,192373],[-328730,193429],[-328472,192433],[-328944,192306],[-329310,192522],[-329596,192205],[-327866,192624],[-328230,193015],[-320289,197512],[-320528,197087],[-327062,203315],[-327301,202892],[-332193,196129],[-332423,195719],[-343427,170313],[-342883,170150],[-342413,170015],[-343970,192025],[-343431,191821],[-342982,191645],[-333594,195329],[-334133,195533],[-333145,195153],[-347963,557781],[-347416,557857],[-348007,557843],[-353359,209031],[-353090,209395],[-353912,209817],[-352924,210297],[-354259,210044],[-351024,209245],[-351268,209486],[-352190,208993],[-351780,208779],[-347649,558192],[-347699,558145],[-368759,173984],[-369193,174349],[-369558,174680],[-363681,174269],[-363466,174589],[-364285,175009],[-363258,175540],[-364620,175246],[-365732,176050],[-365971,175621],[-370842,177872],[-370761,178570],[-368663,183419],[-368367,183595],[-369314,184295],[-368296,184827],[-369754,184142],[-368328,207672],[-368059,208036],[-368881,208457],[-367893,208938],[-369228,208684],[-368461,206987],[-369177,208037],[-362578,215609],[-362039,215404],[-361590,215228],[-361678,216078],[-361409,216514],[-362231,216916],[-361243,217268],[-362578,217110],[-361033,208564],[-360764,208928],[-361586,209349],[-360598,209830],[-361933,209576],[-366534,216219],[-366156,216234],[-367707,222155],[-367946,221726],[-366095,218778],[-365826,219100],[-366648,219520],[-365660,220049],[-366995,219757],[-369466,257325],[-369913,257404],[-369638,257964],[-369559,257997],[-369904,257825],[-369835,257791],[-369568,257069],[-369462,257233],[-369191,257424],[-369138,257921],[-370151,258263],[-370598,258335],[-370323,258776],[-370244,258818],[-370589,258652],[-370520,258644],[-370253,258010],[-370147,258177],[-369876,258287],[-369823,258733],[-367610,557348],[-367615,556975],[-367553,557161],[-368402,559215],[-368306,559170],[-22262,261238],[-23687,260300],[-23085,260744],[-20521,259125],[-20117,258352],[-22199,258085],[-20789,257740],[-375099,169262],[-374807,169610],[-375627,170029],[-374673,170534],[-375980,170260],[-377383,172545],[-376845,172341],[-376416,172178],[-376347,172504],[-376063,172869],[-376881,173289],[-375918,173771],[-374458,173870],[-373921,173678],[-373480,173533],[-371674,178262],[-372064,178578],[-380906,185205],[-381145,184776],[-373177,194728],[-372729,194795],[-373014,195673],[-371974,195315],[-373098,196080],[-377983,201102],[-377714,201466],[-378536,201887],[-377548,202368],[-378883,202114],[-377408,203764],[-377647,203335],[-381219,241971],[-380950,242454],[-381772,242757],[-379527,242594],[-379309,242490],[-380483,241201],[-380176,241308],[-379602,241161],[-379488,241263],[-378899,242130],[-378769,242142],[-380784,242830],[-382119,242862],[-379876,242591],[-380127,242545],[-380498,242269],[-380042,240801],[-380968,241435],[-380784,241436],[-377981,245862],[-378286,245933],[-377535,246725],[-377302,246864],[-377885,246243],[-378089,245609],[-378013,245776],[-377455,245886],[-377037,246555],[-375813,246115],[-374966,246280],[-375104,246513],[-375105,246976],[-375913,247983],[-375772,247830],[-382747,246468],[-382221,246802],[-382526,247304],[-382843,247314],[-383193,247522],[-382798,247597],[-383917,247239],[-383874,246350],[-383425,246030],[-383306,245977],[-382431,245960],[-382308,245905],[-380510,250855],[-380440,250493],[-380991,250252],[-381106,250253],[-381213,249970],[-380080,248905],[-380852,249751],[-380762,249702],[-380217,250028],[-380037,250223],[-379517,250293],[-379498,250382],[-379700,250861],[-379615,250892],[-380890,247760],[-381334,247831],[-381062,248273],[-380983,248315],[-381328,248149],[-381259,248141],[-380992,247507],[-380886,247674],[-380615,247784],[-380562,248230],[-379287,247535],[-379734,247607],[-379459,248048],[-379380,248090],[-379725,247924],[-379656,247916],[-379389,247282],[-379283,247449],[-379012,247559],[-378959,248005],[-382525,248708],[-382969,248778],[-382697,249221],[-382618,249263],[-382963,249097],[-382894,249089],[-382627,248455],[-382521,248622],[-382250,248732],[-382197,249178],[-383857,247210],[-383950,247765],[-383959,246957],[-383853,247124],[-383315,247663],[-383529,247680],[-380457,245051],[-379901,245337],[-380177,245872],[-380491,245903],[-380809,246116],[-380316,246043],[-381759,245813],[-381501,245822],[-381721,245147],[-381512,244917],[-381076,244550],[-380967,244496],[-380147,244480],[-380029,244416],[-378024,246147],[-376665,248581],[-376765,248155],[-376735,248143],[-376790,248238],[-376713,247936],[-376777,248055],[-376480,248521],[-376615,248619],[-376425,248705],[-376637,248629],[-375285,245964],[-375019,247628],[-376480,247847],[-376192,247784],[-376662,247242],[-376645,247086],[-376175,246006],[-376168,245901],[-378120,247754],[-378125,247863],[-378254,247547],[-378282,247674],[-377692,248059],[-377785,248133],[-374735,253885],[-375059,254013],[-374488,253558],[-374539,253717],[-375083,253921],[-374760,253745],[-374972,253804],[-374792,253873],[-374445,253442],[-374574,253401],[-376148,253050],[-376598,252996],[-376457,253056],[-376390,253137],[-376681,252945],[-376609,253032],[-376181,252834],[-376121,253003],[-375895,252906],[-375961,253131],[-374226,252238],[-374838,252099],[-374708,251528],[-374418,251410],[-374189,251095],[-374767,251160],[-373266,251053],[-373517,251113],[-373150,251678],[-373282,251963],[-373619,252418],[-373701,252508],[-374414,252823],[-374511,252917],[-378065,248042],[-378366,247715],[-377983,247883],[-378028,248041],[-381523,533182],[-381978,532807],[-376845,534614],[-376665,535662],[-376985,535286],[-377620,535283],[-377869,534663],[-377897,534792],[-377293,533908],[-376922,534151],[-377219,534186],[-377531,534254],[-377905,534347],[-377004,535987],[-376499,535972],[-377236,535746],[-377671,533863],[-376326,534385],[-376111,534543],[-375930,535159],[-376067,535374],[-376050,535548],[-376520,535791],[-377037,534543],[-377030,534762],[-376458,535939],[-376798,535598],[-381079,533330],[-381586,532720],[-377829,529713],[-377319,530655],[-377748,530429],[-378859,531066],[-379312,530582],[-379155,530617],[-378956,529560],[-378398,529545],[-378598,529656],[-378897,529874],[-379354,530222],[-377786,531298],[-377366,531106],[-378334,531343],[-379359,529700],[-377765,529523],[-377552,529614],[-377083,530066],[-376988,530222],[-377178,530573],[-377068,530666],[-378156,529814],[-377945,529928],[-377064,530862],[-377564,530720],[-381307,532694],[-381649,531987],[-381508,532054],[-382304,531368],[-382116,531674],[-381915,531614],[-381841,532720],[-381736,532853],[-381603,532642],[-381636,532350],[-381856,531943],[-382141,531369],[-382274,531722],[-382465,531281],[-381841,532468],[-381879,533093],[-382017,533104],[-382062,532786],[-381856,532586],[-382352,532340],[-381582,532022],[-381473,532557],[-381317,532448],[-381808,531886],[-381781,531899],[-380490,537367],[-381943,537013],[-376610,535175],[-376373,535554],[-376089,535105],[-376091,535017],[-376093,535404],[-376132,535346],[-376818,535392],[-376716,535222],[-376740,534931],[-376365,534683],[-383334,532391],[-383065,533350],[-380414,538169],[-386108,173463],[-386670,173420],[-387133,173413],[-384243,172945],[-384531,172628],[-385283,184887],[-390627,183430],[-390088,183226],[-389645,183045],[-385297,199312],[-385536,198883],[-385093,197819],[-385635,197718],[-390303,194754],[-389773,194549],[-389349,194374],[-391118,245681],[-390592,246015],[-390897,246517],[-391214,246527],[-391564,246735],[-391022,245249],[-390840,245281],[-384173,247210],[-384105,246570],[-384299,247279],[-384029,247723],[-384292,247598],[-384226,247591],[-384599,245188],[-384515,245657],[-384372,245193],[-384343,245104],[-384279,245873],[-384348,245419],[-384799,245366],[-384681,245211],[-384840,244926],[-384576,244735],[-389220,246121],[-389667,246193],[-389392,246634],[-389313,246676],[-389658,246510],[-389589,246502],[-389322,245868],[-389216,246035],[-388945,246145],[-388892,246591],[-390756,247688],[-391203,247760],[-390928,248201],[-390849,248243],[-391194,248077],[-391125,248069],[-390858,247435],[-390752,247602],[-390481,247712],[-390428,248158],[-387527,245634],[-387974,245706],[-387699,246147],[-387620,246189],[-387965,246023],[-387896,246015],[-387629,245381],[-387523,245548],[-387252,245658],[-387199,246104],[-389219,247749],[-389088,247362],[-389923,247361],[-389966,247402],[-389656,247218],[-389603,247272],[-388973,247827],[-389145,247818],[-389611,248000],[-390137,247805],[-391169,246810],[-392538,246420],[-392288,246452],[-392476,245783],[-392245,245563],[-391791,245240],[-391677,245190],[-388367,247788],[-388673,247467],[-388698,247486],[-388698,247595],[-388777,247285],[-388765,247414],[-388235,247630],[-388306,247788],[-388127,247791],[-388375,247858],[-386930,250028],[-387377,250100],[-387102,250541],[-387023,250583],[-387368,250417],[-387299,250409],[-387032,249775],[-386926,249942],[-386655,250052],[-386602,250498],[-388689,248762],[-388163,249096],[-388468,249598],[-388785,249608],[-389135,249816],[-388740,249891],[-390115,249504],[-389859,249533],[-390047,248864],[-389816,248644],[-389367,248324],[-389248,248271],[-388373,248254],[-388250,248199],[-387233,248873],[-387272,248969],[-386325,248761],[-386324,248817],[-386555,248777],[-386668,248865],[-387464,248722],[-387335,248837],[-386805,248544],[-386240,248651],[-395218,248476],[-395665,248548],[-395390,248989],[-395311,249031],[-395656,248865],[-395587,248857],[-395320,248223],[-395214,248390],[-394943,248500],[-394890,248946],[-396766,247972],[-396703,246534],[-396159,246619],[-396078,247135],[-396327,247289],[-396575,247682],[-398752,184606],[-398331,184257],[-398002,183980],[-401218,183681],[-400949,184046],[-401771,184467],[-400783,184948],[-402118,184694],[-399228,183764],[-399082,184211],[-406556,230248],[-406875,229191],[-406373,229435],[-406462,229669],[-403194,246039],[-403612,246038],[-403406,246217],[-403288,245795],[-403198,245971],[-402793,245982],[-405257,245270],[-397783,248059],[-397574,247975],[-398169,247562],[-398078,247254],[-397970,246840],[-397873,246718],[-396912,246105],[-396846,246004],[-397738,249730],[-397591,250031],[-397548,250120],[-397782,249830],[-397740,249898],[-397298,249643],[-404861,245214],[-404836,245113],[-404946,245443],[-404966,245323],[-405430,244754],[-405000,244753],[-403146,246301],[-403090,246367],[-403424,246174],[-402666,246329],[-405386,244852],[-405637,244972],[-405491,244844],[-397320,249889],[-397282,249836],[-397023,249926],[-397131,250238],[-420771,186490],[-420502,186854],[-421324,187276],[-420336,187756],[-421671,187503],[-415930,203728],[-416859,203699],[-415810,204019],[-415316,203872],[-414819,203637],[-429938,188240],[-429491,188065],[-429338,188485],[-428799,188281],[-428350,188105],[-423726,204322],[-424268,201984],[-423729,201779],[-423280,201604],[-427590,218682],[-425277,528109],[-424770,528477],[-424910,528043],[-424985,528456],[-441043,544910],[-440780,545353],[-441115,544917],[-441109,545422],[-441109,545354],[-447549,561893],[-445935,563583],[-447980,85682],[-447979,85198],[-447235,85005],[-443504,101372],[-443735,100941],[-446623,108339],[-446354,108704],[-447176,109125],[-446188,109606],[-447523,109352],[-447580,107695],[-447417,106769],[-446567,106465],[-446315,107054],[-447137,107475],[-446149,107956],[-447484,107702],[-447128,106379],[-456114,499005],[-456262,499549],[-457316,500016],[-457019,499776],[-456674,499889],[-455872,499677],[-456110,541608],[-454266,545454],[-457245,542170],[-456212,541721],[-457112,541527],[-457664,542495],[-448254,561416],[-448076,561237],[-448120,561211],[-451871,80116],[-451219,79890],[-450953,79384],[-451581,79131],[-451542,80922],[-450055,82539],[-450597,83056],[-452363,82538],[-451903,82157],[-451994,82900],[-451933,82878],[-451627,82519],[-452414,81723],[-457704,81993],[-458142,81686],[-457881,81475],[-456399,81939],[-456387,82383],[-460348,82339],[-459847,82575],[-456081,85328],[-455583,84558],[-455445,84420],[-455154,85188],[-455520,84274],[-455875,81686],[-455675,81628],[-455454,82037],[-457114,87544],[-456567,87913],[-456732,88032],[-457404,87197],[-453670,80376],[-453564,80765],[-453922,80802],[-452534,89211],[-452527,89575],[-455205,92703],[-454665,93110],[-454848,93301],[-453154,89997],[-452125,90477],[-453364,90224],[-453532,91553],[-452083,94780],[-452182,94229],[-451954,94911],[-452540,95332],[-451589,95932],[-452727,95559],[-452225,94604],[-452755,94505],[-452418,93678],[-453218,93847],[-452262,93280],[-452477,97703],[-452536,97214],[-456244,99490],[-456468,99125],[-454649,99586],[-460577,107456],[-452648,103332],[-457452,109235],[-457691,108806],[-456854,107778],[-456361,107701],[-456433,106961],[-456771,105579],[-448025,107445],[-457073,118044],[-456763,118409],[-457579,118830],[-456657,119311],[-457935,119057],[-456639,117631],[-456100,117427],[-455651,117251],[-456315,123095],[-455208,124354],[-455939,123890],[-456459,123466],[-455428,124923],[-454433,124350],[-456024,122505],[-456511,123614],[-454934,125144],[-455292,125368],[-454848,125255],[-453496,122166],[-454024,121248],[-452446,122490],[-452964,122625],[-453632,121521],[-453996,120127],[-454140,119356],[-451854,121191],[-451868,121399],[-451632,121400],[-471647,497511],[-471454,498188],[-471440,498240],[-471551,497162],[-470559,497709],[-470686,497196],[-467833,498601],[-468172,489292],[-467109,490316],[-468447,490038],[-467755,489527],[-468080,489498],[-468179,490502],[-468711,487384],[-468075,487539],[-468437,487754],[-467915,487351],[-468820,487554],[-468717,488127],[-469716,499847],[-469901,499923],[-469775,500541],[-468739,500154],[-469941,500338],[-470905,88302],[-470792,88772],[-466836,91654],[-467366,91176],[-466917,91046],[-461018,107692],[-461449,107829],[-486286,129226],[-478555,485968],[-478223,486461],[-478042,484617],[-478049,484982],[-476303,485654],[-476232,485802],[-477335,485698],[-477718,485287],[-480431,489638],[-479802,488529],[-480841,488409],[-481034,489438],[-480795,490120],[-480557,489669],[-479030,487504],[-477730,487318],[-478623,487341],[-478519,487044],[-479368,496946],[-479365,495904],[-479228,496615],[-479314,497286],[-479134,496515],[-479299,495969],[-484394,510188],[-485895,510598],[-484343,510112],[-485354,510263],[-485062,506231],[-486200,506410],[-486004,505547],[-485649,518597],[-486004,519823],[-485526,519414],[-486315,520026],[-476202,543862],[-477678,543562],[-476912,543712],[-477470,544111],[-476794,543229],[-476188,543902],[-487246,128997],[-490614,460859],[-489571,465643],[-489393,466000],[-490571,465558],[-490259,465604],[-490381,464383],[-490474,465654],[-491205,461633],[-491259,461964],[-491277,462033],[-490715,462006],[-491201,462007],[-493685,465342],[-493235,464816],[-493428,465114],[-492407,464579],[-494931,465795],[-494413,466837],[-494807,465153],[-494923,466955],[-494689,465898],[-494547,465901],[-497439,462682],[-496931,462212],[-497389,462877],[-495947,462526],[-496156,462775],[-497365,461763],[-496032,476148],[-497344,476029],[-496391,477044],[-496662,476381],[-496753,475966],[-496478,476773],[-490738,476578],[-490668,476745],[-490696,476737],[-490337,477771],[-489898,476781],[-488910,476689],[-496114,479073],[-497627,477301],[-496389,479089],[-496745,478689],[-496189,478861],[-490466,482139],[-490482,481990],[-489551,482690],[-490266,481724],[-490303,481790],[-490185,481828],[-488803,498777],[-489553,499201],[-489654,498774],[-486650,510250],[-486476,510657],[-486577,506107],[-497670,500641],[-497489,500937],[-496856,501160],[-497540,501060],[-496240,500851],[-496705,500906],[-488171,517396],[-488270,518320],[-487212,517965],[-488067,516978],[-487530,517124],[-488147,518388],[-486964,519569],[-486981,519582],[-491645,521440],[-491416,521691],[-491427,522018],[-491847,521770],[-491435,521586],[-498014,519615],[-498088,520113],[-498069,521009],[-497708,519782],[-498327,520888],[-498523,519658],[-490165,527407],[-490158,526757],[-490672,526220],[-490242,526141],[-491424,526583],[-491582,526855],[-496019,535010],[-495447,534751],[-495975,534673],[-496147,534530],[-496326,534972],[-495302,535097],[-492452,532159],[-493576,531007],[-493102,531560],[-492848,530674],[-492865,530962],[-493227,531595],[-486702,127337],[-33782,128642],[-34211,128256],[-33546,129247],[-32923,128781],[-33917,129009],[-32708,128347],[-34454,128630],[-36111,387592],[-37165,386443],[-35174,386759],[-37907,386708],[-36901,387318],[-36976,388196],[-36850,391075],[-36267,392334],[-38009,391808],[-36786,393091],[-36011,394480],[-37195,394628],[-36408,395428],[-37733,392742],[-37290,393472],[-36438,394540],[-37092,390114],[-32073,427692],[-30937,430221],[-33624,427625],[-31990,426446],[-33953,428341],[-32817,428063],[-32247,428742],[-34475,431536],[-33204,432052],[-34826,432864],[-33064,432977],[-31557,433464],[-32304,434422],[-31196,434441],[-33972,433398],[-33165,433619],[-31820,433821],[-37060,428392],[-36002,427604],[-35271,427241],[-37954,428438],[-37126,427872],[-33658,427655],[-34914,428183],[-34387,426747],[-35647,427889],[-37025,428633],[-29122,122638],[-28545,122645],[-28654,120899],[-29237,120205],[-29627,120498],[-30418,120704],[-30584,121723],[-30614,122377],[-30389,122999],[-30476,123257],[-30328,121880],[-33743,128005],[-33068,127791],[-502175,453094],[-501357,452619],[-501624,452677],[-502136,452036],[-502319,452769],[-501425,452717],[-506909,469422],[-508038,469385],[-506720,469221],[-507158,469481],[-506549,469498],[-506826,469101],[-505411,463783],[-504123,462066],[-504522,463270],[-504729,463717],[-504325,463908],[-503967,462133],[-503778,471026],[-504522,471334],[-504716,471512],[-504576,471526],[-503885,471001],[-504289,471351],[-508268,472773],[-507371,471894],[-507605,472575],[-507579,471750],[-507689,472646],[-507566,472421],[-501125,469635],[-502195,469259],[-501622,469939],[-502310,470094],[-501073,470182],[-501286,469831],[-503785,465477],[-504529,465659],[-503716,466744],[-503542,466268],[-504298,466441],[-503574,466614],[-511382,465586],[-504190,484089],[-504835,484349],[-504661,484441],[-503910,483151],[-504344,483332],[-504434,483037],[-509876,476276],[-510369,475890],[-509305,475281],[-510614,475330],[-509400,474832],[-509231,475952],[-509008,492641],[-508236,492402],[-509107,493953],[-508853,493659],[-507873,493812],[-508528,493436],[-501691,511373],[-501572,510981],[-502099,511730],[-502563,511174],[-502105,511355],[-503586,511064],[-511016,508545],[-511831,507914],[-510809,508372],[-511286,508945],[-510563,509410],[-509249,506418],[-508547,506506],[-508452,506986],[-508944,506817],[-508512,506380],[-499281,504239],[-499514,504701],[-499680,504903],[-499297,504583],[-499931,504634],[-509820,505097],[-509860,505141],[-509807,504157],[-509240,504403],[-509307,504713],[-509919,505238],[-504541,518789],[-503608,518391],[-503791,518460],[-504344,517881],[-503637,513544],[-503910,513526],[-503643,513296],[-504732,514070],[-503597,531968],[-504499,532021],[-504112,532481],[-504173,532811],[-508134,533960],[-508148,534050],[-507993,535142],[-508289,534137],[-508340,534238],[-500857,527548],[-501211,528009],[-500594,527532],[-501282,527490],[-500588,526930],[-501202,527750],[-505568,527226],[-504960,526213],[-504533,527676],[-504505,527959],[-504551,527868],[-504506,528029],[-502604,537092],[-502771,536975],[-502552,537078],[-502021,535765],[-502796,535839],[-502440,535958],[-504734,544211],[-504778,543163],[-504401,543342],[-503944,543927],[-503445,543017],[-503745,544037],[-506600,542898],[-506177,542362],[-506643,542366],[-506762,543454],[-506383,543285],[-506502,542649],[-506440,545565],[-506244,544575],[-506129,544863],[-506049,544139],[-506258,545332],[-505814,544348],[-505899,549625],[-507460,549213],[-506461,547810],[-506849,549496],[-506462,549349],[-506035,548949],[-504077,540202],[-503776,539871],[-503608,539844],[-503416,540454],[-503623,539718],[-503284,539827],[-506548,574397],[-506369,574201],[-506413,574174],[-505867,575065],[-504236,576652],[-523833,466759],[-522976,466229],[-523411,467255],[-523341,466419],[-522560,466374],[-523278,467337],[-524251,468355],[-524302,468427],[-523775,468193],[-523988,468070],[-523826,469033],[-524697,463860],[-524215,463745],[-524446,463121],[-523199,462513],[-512358,465994],[-512968,465066],[-512024,466614],[-512498,465024],[-512551,466246],[-519788,481128],[-520535,480198],[-519214,479970],[-519659,481400],[-519957,481040],[-520623,480786],[-520754,484259],[-521035,483583],[-521121,484772],[-521436,483796],[-522570,484687],[-521527,484424],[-516288,494195],[-516741,494473],[-517875,494386],[-516740,494922],[-516066,494822],[-516349,495353],[-521737,487716],[-521820,487620],[-521216,487348],[-521671,488215],[-521032,488559],[-521152,489738],[-512266,507660],[-519331,506063],[-519593,506068],[-519500,505864],[-519363,506781],[-519564,506408],[-519918,506699],[-530285,445766],[-530783,447958],[-530688,447463],[-529938,447593],[-530574,446166],[-529890,446892],[-530608,459303],[-531524,459659],[-531359,459598],[-531532,460275],[-530967,459820],[-531831,459837],[-526111,450353],[-527221,452067],[-526287,451950],[-526103,451017],[-526485,451515],[-527299,453117],[-527113,452805],[-528325,453603],[-526620,453331],[-527422,454099],[-534555,450519],[-534902,450297],[-534573,449928],[-535980,450865],[-534376,450310],[-535081,450167],[-529474,462350],[-532666,461923],[-532738,462463],[-532326,461711],[-532700,462492],[-533762,462334],[-533701,461889],[-524991,468105],[-528822,480459],[-529002,480482],[-528729,480743],[-528693,481692],[-528859,480875],[-528846,480835],[-531569,478321],[-531693,478192],[-531695,478478],[-532155,477796],[-531679,478163],[-531407,478538],[-536509,478835],[-536476,477919],[-535846,478370],[-535630,478081],[-535441,478027],[-536803,478529],[-536538,476490],[-536196,476395],[-537240,476469],[-536455,476535],[-537276,476797],[-536312,476336],[-532616,479265],[-532294,479591],[-532626,478999],[-532858,479154],[-532290,480508],[-532894,479388],[-537204,485401],[-537323,486438],[-526132,485210],[-525041,485658],[-525772,485121],[-525366,485371],[-525197,486001],[-526327,485715],[-536082,488608],[-536331,488193],[-536021,488621],[-535067,488082],[-535871,488611],[-536411,488356],[-528966,495599],[-529665,496489],[-529975,495375],[-530954,496265],[-530519,495509],[-529315,497582],[-532883,509492],[-532731,509823],[-531614,509221],[-532192,509892],[-531380,509701],[-532648,509372],[-547074,220499],[-546989,221045],[-547883,221058],[-547457,221534],[-548308,221050],[-547669,220167],[-546917,220012],[-549998,223927],[-547787,223585],[-547370,223193],[-547074,222820],[-541814,454706],[-541371,454802],[-542026,454352],[-541612,455036],[-541755,454044],[-541748,454889],[-549197,473586],[-547708,473660],[-543895,463747],[-544541,462919],[-543475,463273],[-543750,463669],[-544408,463191],[-545173,465180],[-545396,465255],[-544846,464899],[-544650,465242],[-545848,465541],[-544670,465552],[-550321,469206],[-542629,464882],[-542057,465387],[-542501,465586],[-541438,464879],[-542926,480688],[-542756,482042],[-542536,481787],[-543393,481974],[-541889,481791],[-541830,481871],[-546521,477651],[-544952,476823],[-544389,475810],[-545577,475679],[-545064,476533],[-545147,476471],[-547306,473909],[-548040,474362],[-548425,474249],[-548628,474070],[-540953,473857],[-541353,473864],[-541507,474915],[-540722,474196],[-541316,474874],[-541382,473804],[-542849,474541],[-541857,474565],[-542619,474450],[-541861,473936],[-541982,474307],[-538258,485406],[-537853,485410],[-537775,485304],[-538178,488224],[-542211,530880],[-542034,530682],[-542077,530653],[-541443,531661],[-539973,533201],[-548539,63258],[-548778,62928],[-547496,65155],[-546957,64950],[-546508,64775],[-548794,67896],[-547306,70152],[-546957,69871],[-550986,224307],[-550447,224102],[-554061,470589],[-553292,471812],[-553802,470070],[-554433,471495],[-555077,470248],[-554667,471467],[-551509,468859],[-550665,469614],[-551027,469005],[-550401,469125],[-551028,469252],[-555226,467122],[-555992,466947],[-556675,467121],[-555511,467480],[-556517,467984],[-556804,467609],[-556137,476380],[-556227,477052],[-555890,476878],[-556450,477632],[-556349,475701],[-555517,475048],[-551358,476481],[-552736,476265],[-552139,477049],[-552079,476116],[-552534,476479],[-551277,476236],[-552774,572906],[-553121,572814],[-552935,572803],[-551176,574136],[-551201,574035],[-568107,374670],[-567932,374467],[-567975,374441],[-567446,375337],[-565743,376862],[-572170,426997],[-571956,426838],[-571992,426799],[-571588,427939],[-570453,429718],[-568301,504217],[-569015,503380],[-568817,503226],[-568854,503189],[-567280,506099],[-583995,134682],[-583759,136030],[-585285,135112],[-584213,136524],[-584314,138288],[-585074,137877],[-584723,138838],[-585280,136148],[-584729,136870],[-584462,137964],[-579637,360586],[-579407,360271],[-579479,360482],[-581496,361289],[-581383,361357],[-583539,446962],[-582918,447080],[-583226,446748],[-583126,447153],[-577157,532629],[-597147,1778256],[-598273,1778514],[-598474,1777645],[-600367,1778349],[-601520,1778871],[-599703,1778792],[-599382,1777969],[-599381,1778185],[-601376,1781655],[-598354,1782404],[-596991,1784046],[-596597,1780471],[-590454,1795547],[-591438,1792784],[-590734,1794023],[-591157,1803218],[-599453,182068],[-599388,181989],[-587466,336165],[-587038,336623],[-587086,336176],[-587249,336558],[-597334,415004],[-596942,415430],[-597412,415020],[-597363,415518],[-597372,415449],[-600341,123567],[-600811,123959],[-600373,124950],[-600505,124512],[-596673,125594],[-597635,123323],[-597358,126484],[-596379,118196],[-597442,120706],[-597431,117159],[-595566,117274],[-598145,117485],[-597168,117991],[-597225,118857],[-599919,124936],[-594761,115834],[-611450,1753761],[-611017,1753690],[-613722,1753652],[-612670,1753363],[-612564,1753501],[-613511,1753299],[-613491,1753603],[-613028,1753221],[-612896,1753183],[-612565,1754760],[-612485,1754406],[-613086,1754312],[-612988,1755440],[-612718,1754028],[-613470,1756873],[-613865,1759766],[-613240,1756910],[-612640,1757971],[-612910,1758351],[-613218,1760514],[-613141,1759883],[-612610,1755444],[-612677,1758163],[-613121,1761476],[-612425,1754263],[-612269,1758970],[-612857,1757583],[-614213,1760291],[-609816,1773662],[-609250,1774293],[-607782,1773126],[-609050,1772244],[-607033,1772117],[-608595,1773041],[-608480,1773923],[-608740,1773274],[-610920,1775778],[-611274,1774243],[-612240,1773802],[-610675,1775250],[-611863,1774607],[-612171,1774812],[-609267,1777804],[-610125,1777266],[-609015,1777689],[-608990,1778273],[-609755,1777407],[-609441,1778060],[-603017,1781058],[-600198,180097],[-600518,179777],[-600306,179903],[-610681,97737],[-620779,1736359],[-620689,1736821],[-620856,1736330],[-621107,1736768],[-621075,1736711],[-617736,1745092],[-618393,1746426],[-617886,1747401],[-618248,1745301],[-617713,1746565],[-617339,1746629],[-618384,1748746],[-619034,1748437],[-616840,1747106],[-619269,1748173],[-618272,1749024],[-616471,1748095],[-617359,1749026],[-618518,1749057],[-618979,1748937],[-618394,1749129],[-618879,1748522],[-619447,1748206],[-616655,1747061],[-618729,1748725],[-617302,1749027],[-618987,1748276],[-617000,1749073],[-618734,1749224],[-617067,1753443],[-617263,1752813],[-617816,1752329],[-617606,1752342],[-617344,1753701],[-617493,1752398],[-617620,1753562],[-617821,1752508],[-617515,1752904],[-617629,1753318],[-618072,1752516],[-617627,1752920],[-619541,1754112],[-620616,1755455],[-619316,1756236],[-621279,1756547],[-619836,1755484],[-620034,1754616],[-619988,1755130],[-618863,1754673],[-617457,1754961],[-617537,1754360],[-617856,1754713],[-617486,1753880],[-617501,1754291],[-617754,1754906],[-618340,1758535],[-618704,1758394],[-616264,1757765],[-618340,1758116],[-616718,1759484],[-614798,1754486],[-616958,1757656],[-617787,1758438],[-618580,1758246],[-616658,1758065],[-617361,1757377],[-617383,1757276],[-615364,1760527],[-614767,1760351],[-617524,1757050],[-616818,1758024],[-614749,1761002],[-618694,1759051],[-616179,1757551],[-617279,1754679],[-616087,1753980],[-616998,1754820],[-615508,1755086],[-616897,1754452],[-617176,1755039],[-614507,1760403],[-615333,1753820],[-616242,1754106],[-616275,1756126],[-615147,1759963],[-615862,1759159],[-617142,1760538],[-617358,1754627],[-615569,1757592],[-616489,1757947],[-617149,1761107],[-616931,1760354],[-614689,1760598],[-626636,269026],[-622749,33200],[-622574,33806],[-622417,33377],[-622731,33654],[-619565,100436],[-44106,362455],[-43513,362997],[-46871,362866],[-47234,363430],[-47772,363891],[-46664,363544],[-47424,364342],[-43005,363585],[-44237,363284],[-43754,363479],[-43137,362849],[-44169,363133],[-46347,362933],[-46547,364211],[-48422,378380],[-47814,378893],[-47236,379069],[-48227,424161],[-49462,431775],[-48177,431593],[-49024,433065],[-47538,432268],[-46056,431923],[-46069,433017],[-45210,432536],[-47980,433008],[-47234,432815],[-46040,432312],[-49008,425124],[-47881,424531],[-49675,426011],[-49928,425103],[-47337,424088],[-46889,424616],[-46663,425825],[-46275,424388],[-47013,426239],[-46887,423870],[-46859,424854],[-43009,438375],[-45362,436826],[-41708,437595],[-42455,439467],[-41820,436803],[-42606,437659],[-43433,437392],[-635689,-137758],[-635956,-137920],[-636066,-148254],[-636259,-148500],[-639962,-144340],[-639693,-144104],[-639816,-171236],[-639362,-170861],[-639643,-171102],[-636210,-179425],[-636366,-179732],[-636109,-179031],[-636694,-179910],[-637211,-186318],[-630584,-179715],[-637257,-188466],[-631580,-191388],[-631349,-191700],[-631421,-191793],[-636644,-186481],[-631964,-191563],[-637609,-191105],[-630016,-179617],[-635294,-194049],[-638042,-203652],[-637825,-197336],[-637544,-197336],[-638175,-198144],[-638179,-198654],[-637770,-201847],[-632826,-203690],[-632667,-203557],[-632334,-203710],[-638941,-211271],[-638154,-210057],[-638240,-210379],[-635926,-210462],[-638949,-212907],[-639207,-206047],[-639055,-205737],[-637556,-208084],[-637670,-207200],[-637780,-208315],[-634012,-212946],[-639235,1708049],[-638809,1707131],[-628289,266295],[-628062,266149],[-628097,266111],[-627901,267080],[-648445,-138099],[-649894,-139687],[-650144,-139876],[-640041,-138094],[-640287,-138287],[-647736,-140616],[-648035,-140707],[-641014,-174266],[-642514,-174801],[-642400,-175112],[-640516,-182440],[-640222,-182605],[-640097,-181837],[-651360,-202440],[-641349,-213418],[-640895,-213185],[-650132,-211925],[-649832,-212151],[-649805,-211701],[-651881,-211337],[-652029,-211035],[-652097,-210693],[-651382,-210918],[-651655,-210796],[-651476,-210461],[-641279,1701719],[-642672,1702394],[-641819,1700582],[-641773,1702395],[-646081,1692797],[-645896,1692651],[-645933,1692611],[-645302,1693621],[-644427,1695553],[-642019,1703873],[-641289,1703733],[-640964,1702734],[-641971,1702818],[-642962,1731812],[-644195,1730738],[-645237,1731177],[-643099,1731162],[-644428,1731501],[-644546,1731948],[-647421,1736218],[-646581,1736158],[-647050,1735128],[-643506,1733547],[-644200,1734287],[-644971,1738304],[-644390,1738367],[-645362,1738993],[-644669,1738781],[-647260,1738247],[-647611,1737298],[-646508,1729376],[-646433,1729794],[-646447,1729137],[-647432,1752037],[-647488,1753067],[-647382,1751786],[-646897,1752598],[-646165,1752989],[-646596,1751779],[-646691,1752143],[-646536,1752845],[-646268,1752597],[-646099,1751583],[-646800,1753484],[-647047,1752975],[-647761,1752572],[-646398,1752175],[-647923,1742684],[-648705,1743440],[-649198,1744436],[-648905,1743596],[-649356,1742745],[-649564,1743820],[-647527,1745589],[-648762,1745565],[-648584,1744957],[-648336,1757526],[-648223,1758183],[-648073,1757446],[-648047,1757098],[-647574,1757752],[-647550,1758418],[-648245,1758849],[-648213,1758286],[-648155,1758150],[-647892,1758464],[-648321,1756998],[-647433,1757869],[-646257,191715],[-646084,191525],[-646129,191503],[-645597,192139],[-643856,193721],[-654138,-136066],[-654231,-135738],[-660654,-175970],[-664913,-190702],[-664907,-191187],[-665214,-191135],[-657828,-187777],[-657536,-188034],[-657247,-187761],[-659227,-189335],[-653535,-182778],[-654964,-180813],[-660589,-217342],[-655822,-211184],[-656043,-211346],[-655784,-210897],[-654205,-209964],[-660795,-217061],[-660494,-216989],[-661922,-216553],[-662231,-216523],[-662727,-214527],[-662938,-214610],[-664842,-205196],[-662341,-217345],[-657817,1598579],[-657644,1598383],[-657688,1598358],[-657142,1599111],[-655419,1600677],[-663063,1711520],[-662453,1710066],[-662984,1709137],[-662557,1711234],[-663141,1710018],[-663512,1710002],[-661840,1712680],[-662098,1713492],[-660328,1714207],[-660197,1712673],[-659073,1714355],[-660658,1713466],[-661362,1714009],[-660975,1713401],[-662240,1712283],[-661698,1712063],[-662259,1713118],[-661749,1712617],[-659757,1719402],[-658277,1719848],[-660150,1720617],[-658962,1719237],[-659353,1718438],[-656038,1717354],[-657553,1717748],[-657948,1718717],[-656566,1717122],[-657182,1718330],[-656964,1718630],[-658869,1718827],[-657981,1718154],[-658722,1717748],[-658565,197307],[-658378,197128],[-658420,197096],[-657837,198041],[-656457,199766],[-656280,33190],[-656108,33015],[-656152,32994],[-655612,33493],[-653886,35105],[-655462,120841],[-655447,121472],[-655191,121105],[-655559,121281],[-665985,-189654],[-667310,-189292],[-666820,-195871],[-666439,-195597],[-667389,-197306],[-672570,-214259],[-677545,-209582],[-678499,-212367],[-680084,-211065],[-683163,-216701],[-682736,-216288],[-681156,-219695],[-681209,-219603],[-682759,-217404],[-683791,1637981],[-683860,1637951],[-683766,1638498],[-684079,1638407],[-684048,1638345],[-686525,1685954],[-686509,1687085],[-684221,1687199],[-684857,1688260],[-686064,1687087],[-683381,1687141],[-685378,1688145],[-683439,1685266],[-681515,1687234],[-684921,1685726],[-683786,1684061],[-684990,1686512],[-684013,1685862],[-683245,1686306],[-685977,1688203],[-686100,1687395],[-686575,1691283],[-683902,1698129],[-684771,1697076],[-685644,1695091],[-696095,1568790],[-695540,1569092],[-695733,1568683],[-695761,1569096],[-716964,1584365],[-715257,1585839],[-708489,1592395],[-708342,1592823],[-708559,1592390],[-708674,1592885],[-708657,1592820],[-716617,1672880],[-716433,1671247],[-716161,1672378],[-715960,1684681],[-716540,1686621],[-728994,1519986],[-728834,1519781],[-728878,1519755],[-728201,1520598],[-726523,1522079],[-717701,1583717],[-717535,1583510],[-717579,1583486],[-729432,1649259],[-728575,1648746],[-729458,1648699],[-729485,1648413],[-728460,1642105],[-728210,1642103],[-729287,1650781],[-725726,1640688],[-726942,1641652],[-726489,1639684],[-726049,1641445],[-725170,1641587],[-727486,1641790],[-728181,1640206],[-727239,1641072],[-727718,1641324],[-729431,1639354],[-729528,1642170],[-728268,1642566],[-727506,1642130],[-725782,1641627],[-729362,1642636],[-728813,1643120],[-729249,1642488],[-728707,1643021],[-728612,1643117],[-729387,1642761],[-729299,1642656],[-728598,1642760],[-728648,1642637],[-728817,1643250],[-728356,1643073],[-729065,1643376],[-728872,1642915],[-729323,1642841],[-724638,1645186],[-727836,1645292],[-727437,1645428],[-725869,1645109],[-725740,1642775],[-724980,1642414],[-721918,1674108],[-717446,1670668],[-717188,1671523],[-717646,1671694],[-720657,1673987],[-720139,1673325],[-721595,1672107],[-722258,1673512],[-722731,1671549],[-721551,1672929],[-720701,1672664],[-721197,1672978],[-719938,1667970],[-721017,1667987],[-722017,1668273],[-721269,1667981],[-721147,1667402],[-721961,1667867],[-721480,1670048],[-722351,1669101],[-721837,1668829],[-721912,1683217],[-722366,1682850],[-721210,1682849],[-721907,1682653],[-717040,1683387],[-717827,1683708],[-717230,1685553],[-716865,1684831],[-717733,1684634],[-717054,1684500],[-729461,1682006],[-728791,1682762],[-729405,1682246],[-729412,1682995],[-727059,1681714],[-727684,1682679],[-728134,1682313],[-730942,1648969],[-730603,1649334],[-731497,1650998],[-732247,1650609],[-732867,1651308],[-732540,1649884],[-733176,1649994],[-730785,1648884],[-731420,1649944],[-731866,1649524],[-732023,1651023],[-732093,1651165],[-731594,1650560],[-731332,1651117],[-731738,1650828],[-731089,1650587],[-731297,1650513],[-730896,1650874],[-731071,1650636],[-730657,1650817],[-730841,1650673],[-732891,1651367],[-731639,1650855],[-731118,1651178],[-730690,1650719],[-731898,1651069],[-730070,1651066],[-730373,1640168],[-730776,1639710],[-731742,1645691],[-732368,1646171],[-733121,1645869],[-732478,1646002],[-731343,1645907],[-732917,1645479],[-733207,1646029],[-732071,1646813],[-731966,1646804],[-733224,1645814],[-732097,1645772],[-730700,1645702],[-731972,1646068],[-732471,1645501],[-729824,1642723],[-729711,1642665],[-729877,1643028],[-729807,1642515],[-732031,1641207],[-729962,1643486],[-734049,1640181],[-731418,1643292],[-732144,1640468],[-731201,1643364],[-730245,1642482],[-731251,1640327],[-730366,1642433],[-731543,1640155],[-731635,1641856],[-732092,1642096],[-729737,1643997],[-733403,1640498],[-732577,1640693],[-730724,1640533],[-730724,1640710],[-732121,1640494],[-731565,1642665],[-732926,1640874],[-733531,1647994],[-733202,1649024],[-733150,1649274],[-733999,1649364],[-733247,1652282],[-731757,1652691],[-733611,1653504],[-732457,1652098],[-732366,1651695],[-737189,1676373],[-738407,1676225],[-738716,1676157],[-737375,1676753],[-737019,1675153],[-738423,1676774],[-737278,1676008],[-737975,1676180],[-738851,1676087],[-738902,1676365],[-737567,1675843],[-738906,1677097],[-737926,1677034],[-737403,1677030],[-738849,1677072],[-741962,1677252],[-742213,1677859],[-729805,1681044],[-730236,1682490],[-730778,1681825],[-731427,1681985],[-730306,1682101],[-731558,1681819],[-731670,1682394],[-754990,1649428],[-753873,1648185],[-754412,1649317],[-744031,1638304],[-744145,1638828],[-744084,1638267],[-744325,1638701],[-744288,1638643],[-743398,1676700],[-742845,1676461],[-743618,1676504],[-742981,1676479],[-742822,1676885],[-742850,1676582],[-744662,1673852],[-745025,1676352],[-744538,1674430],[-745293,1676295],[-744935,1675522],[-744264,1673424],[-744813,1674958],[-744154,1676425],[-745129,1676329],[-751348,1687336],[-751545,1686794],[-750557,1687391],[-751051,1686857],[-749980,1688853],[-742502,1677436],[-53888,375679],[-53944,374631],[-54441,374173],[-53823,374036],[-52763,374051],[-766673,1625544],[-763406,1628731],[-763077,1629761],[-762415,1630621],[-763025,1630011],[-763874,1630101],[-763051,1630731],[-760660,1629621],[-761295,1630681],[-761741,1630261],[-758236,1633583],[-758297,1632744],[-760223,1632806],[-759784,1634293],[-761449,1633147],[-759647,1633386],[-759191,1632622],[-759297,1633195],[-758947,1628030],[-758433,1629509],[-757417,1629824],[-759133,1628571],[-757890,1629100],[-757600,1628858],[-764508,1632473],[-764648,1630903],[-765546,1630333],[-766772,1633601],[-765281,1631183],[-764562,1627494],[-765008,1627074],[-762942,1629929],[-763636,1630669],[-764129,1629333],[-764326,1628783],[-763338,1629383],[-763832,1628853],[-763927,1626434],[-764782,1633264],[-764196,1633594],[-764185,1632823],[-766281,1626358],[-766263,1628650],[-766888,1627672],[-766344,1626574],[-765682,1627434],[-766292,1626824],[-767141,1626914],[-766318,1627544],[-765923,1633055],[-766500,1632329],[-767536,1630202],[-767299,1630636],[-766832,1631848],[-761828,1635120],[-762076,1634555],[-762670,1634072],[-763379,1634116],[-762920,1634427],[-762481,1635279],[-762672,1634231],[-762057,1633650],[-762541,1633542],[-762871,1633325],[-762505,1632799],[-762731,1632887],[-762181,1632730],[-761752,1634637],[-767295,1632919],[-767223,1632883],[-766512,1632650],[-766020,1632600],[-765579,1632289],[-765139,1633050],[-765640,1632758],[-759932,1637812],[-766809,1647044],[-767966,1644057],[-767274,1638811],[-767333,1639938],[-759622,1640083],[-760366,1639193],[-757018,1650678],[-755369,1650541],[-756443,1651028],[-755770,1649854],[-756027,1649434],[-756444,1649126],[-755634,1649066],[-755554,1647196],[-757043,1647656],[-755905,1645986],[-756137,1647786],[-755373,1648236],[-756129,1648036],[-756291,1650359],[-757990,1646430],[-758563,1646317],[-757541,1645776],[-758250,1645929],[-767192,1648535],[-766451,1649139],[-767395,1647750],[-767697,1647629],[-762977,1638970],[-767136,1644195],[-766982,1643170],[-766446,1644740],[-766720,1644054],[-759904,1646273],[-759605,1645684],[-759581,1645405],[-759153,1644900],[-758157,1645360],[-758843,1644425],[-758338,1644856],[-758405,1644679],[-758857,1644225],[-759683,1643979],[-759882,1644713],[-760005,1645364],[-760313,1645879],[-760575,1645272],[-760267,1644689],[-759131,1644084],[-759113,1643977],[-758962,1643705],[-767740,1645393],[-757867,1638662],[-758561,1639402],[-767296,1643249],[-767990,1643989],[-778633,1625702],[-778773,1624132],[-779671,1623562],[-778318,1625212],[-779406,1624412],[-779740,1624572],[-779481,1624872],[-776735,1625762],[-772215,1637650],[-772754,1637855],[-771766,1637474],[-779152,1625902],[-778490,1626762],[-779100,1626152],[-779949,1626242],[-779126,1626872],[-777370,1626822],[-777816,1626402],[-775270,1635580],[-777009,1634088],[-775861,1634259],[-774116,1636141],[-769489,1638240],[-775594,1635984],[-775325,1636348],[-776147,1636769],[-775159,1637250],[-776494,1636996],[-770826,1636992],[-772421,1630202],[-772749,1629891],[-772112,1633153],[-771932,1632888],[-773342,1631423],[-772636,1631959],[-771583,1636013],[-771163,1635811],[-770510,1636473],[-769775,1637774],[-770789,1637793],[-770613,1637287],[-769301,1637780],[-769228,1637336],[-769627,1637379],[-770619,1645512],[-769118,1646097],[-768253,1645587],[-770299,1645993],[-769111,1645445],[-769131,1645087],[-771217,1643377],[-770678,1643173],[-770229,1642997],[-769619,1648084],[-769858,1647655],[-769220,1638605],[-770042,1639026],[-769054,1639507],[-770389,1639253],[-768715,1643234],[-768660,1643325],[-768526,1643510],[-768698,1644177],[-768328,1644738],[-768494,1640753],[-770796,1640685],[-771490,1641425],[-769249,1640639],[-768486,1638617],[-771178,1638632],[-770584,1640355],[-769378,1642141],[-769976,1641805],[-770991,1638702],[-771163,1639369],[-770792,1639930],[-793478,1599921],[-792765,1599729],[-793052,1600194],[-792378,1600024],[-793336,1599916],[-793056,1600159],[-792318,1599243],[-788963,1600122],[-790057,1600026],[-792286,1601084],[-792669,1600594],[-792801,1600740],[-792137,1600533],[-792189,1600210],[-789627,1601732],[-790382,1600812],[-790682,1601544],[-791179,1600224],[-789928,1602251],[-790126,1601499],[-788998,1602214],[-789077,1600789],[-789223,1601981],[-789566,1601607],[-791512,1600207],[-788814,1601463],[-790646,1600440],[-789171,1602335],[-791472,1600606],[-790662,1601832],[-788834,1602962],[-789966,1602963],[-789874,1602511],[-788352,1602105],[-788987,1603963],[-789023,1604058],[-788167,1602793],[-788303,1602831],[-788430,1603025],[-788600,1602342],[-788402,1603454],[-789388,1603146],[-790039,1602787],[-789151,1603313],[-788867,1603569],[-788641,1603593],[-787766,1603139],[-789748,1602711],[-784800,1604043],[-786266,1603294],[-784887,1605259],[-785442,1603524],[-785603,1605607],[-786733,1602758],[-786193,1602911],[-786454,1603451],[-786160,1603109],[-784859,1604479],[-785204,1603703],[-784681,1605433],[-785177,1603928],[-785220,1604405],[-785780,1603840],[-786031,1604207],[-785888,1603904],[-784880,1604972],[-792056,1608556],[-793372,1606723],[-793366,1607196],[-793059,1608410],[-792353,1608501],[-793361,1607043],[-791620,1607882],[-792879,1607100],[-792368,1608158],[-792893,1607157],[-793155,1608500],[-792723,1609350],[-793222,1608670],[-791892,1608213],[-793241,1606761],[-792949,1608426],[-789730,1609523],[-789090,1609643],[-789675,1609278],[-788477,1610591],[-790191,1608575],[-789720,1610395],[-789464,1608972],[-790365,1608957],[-789798,1609398],[-790396,1609356],[-791159,1608812],[-789807,1609961],[-790645,1608799],[-790052,1608470],[-790897,1609632],[-790592,1608704],[-789998,1608596],[-790201,1608983],[-797698,1581266],[-797429,1581630],[-798251,1582051],[-797263,1582532],[-798598,1582278],[-799959,1589149],[-800065,1589149],[-800292,1589169],[-800776,1588679],[-801448,1588709],[-801049,1589369],[-804117,1587966],[-804223,1587966],[-804450,1587986],[-804934,1587496],[-805606,1587526],[-805207,1588186],[-797508,1588591],[-797239,1588955],[-798061,1589376],[-797073,1589857],[-798408,1589603],[-793815,1599144],[-794507,1599411],[-794056,1599703],[-793708,1599330],[-793781,1600924],[-796497,1603984],[-795309,1603982],[-796236,1604690],[-796779,1604506],[-797852,1606788],[-796050,1604142],[-796579,1603778],[-796199,1603455],[-796257,1603005],[-794736,1605205],[-795909,1605834],[-795769,1604682],[-796816,1605072],[-795618,1604657],[-797656,1605885],[-796475,1603844],[-796683,1605006],[-795817,1603609],[-793619,1608927],[-793821,1607568],[-806054,1617751],[-806098,1617846],[-804111,1620186],[-801725,1622711],[-804744,1621347],[-805208,1621700],[-804422,1622569],[-805015,1620616],[-803092,1620098],[-802180,1622183],[-804356,1620186],[-802507,1622536],[-805082,1619996],[-812240,1587059],[-812949,1586507],[-813314,1587045],[-809263,1583376],[-809369,1583376],[-809596,1583396],[-810080,1582906],[-810752,1582936],[-810353,1583596],[-807677,1587935],[-813854,1587906],[-812565,1588647],[-814489,1589012],[-813096,1587908],[-813387,1587537],[-810030,1588151],[-808455,1588543],[-809641,1588586],[-808545,1587897],[-808620,1587549],[-810825,1615347],[-810286,1615142],[-809837,1614967],[-810853,1617470],[-811092,1617041],[-807184,1616166],[-806915,1616530],[-807737,1616951],[-806749,1617432],[-808084,1617178],[-806665,1617490],[-831922,1611278],[-831653,1611643],[-831487,1612545],[-832475,1612064],[-832822,1612291],[-868915,1390177],[-866740,1560135],[-867187,1560312],[-867511,1559705],[-867660,1560723],[-868998,1559687],[-869427,1559434],[-867706,1560261],[-865665,1566576],[-866233,1566269],[-865109,1567785],[-866169,1566618],[-866898,1566460],[-864834,1567545],[-864739,1566927],[-866702,1566104],[-865342,1567693],[-867157,1566872],[-865905,1567235],[-867071,1565884],[-866885,1566296],[-865431,1567050],[-866626,1566968],[-863938,1567999],[-864242,1567768],[-863760,1567703],[-865765,1568485],[-863830,1567589],[-864571,1567934],[-863643,1567698],[-863642,1567962],[-864392,1568049],[-863737,1572028],[-865670,1568570],[-864436,1567992],[-863696,1567844],[-865700,1568417],[-865746,1568237],[-868505,1573403],[-867643,1569435],[-870186,1567930],[-868247,1569627],[-868972,1568842],[-869668,1572522],[-870279,1571787],[-869861,1573176],[-870111,1570945],[-867481,1573614],[-869640,1569861],[-869254,1569726],[-869146,1569146],[-869094,1572084],[-869929,1570050],[-869047,1569915],[-869449,1569305],[-867978,1570653],[-868632,1572814],[-867798,1572794],[-867446,1572641],[-867709,1572062],[-868726,1573391],[-869050,1572537],[-870120,1572436],[-868437,1571109],[-868093,1571265],[-867179,1571035],[-867060,1572661],[-866702,1572536],[-866656,1571710],[-866510,1572176],[-865361,1571647],[-865514,1571309],[-866779,1571508],[-866488,1571651],[-865847,1573587],[-865596,1572356],[-868484,1572665],[-868316,1573043],[-869245,1571910],[-869696,1571129],[-868798,1571271],[-869901,1571907],[-862726,1575022],[-869219,1577262],[-863490,1574604],[-868312,1576902],[-869929,1387182],[-869711,1387067],[-869741,1387020],[-869372,1388225],[-881644,1451080],[-881448,1450913],[-881488,1450877],[-880964,1451827],[-879667,1453643],[-875199,1522934],[-874858,1521592],[-875631,1522341],[-874601,1522388],[-875322,1520557],[-874165,1522545],[-875730,1520865],[-874969,1520714],[-874825,1522149],[-875300,1523362],[-875293,1518427],[-873913,1518742],[-874876,1520244],[-874732,1520840],[-875091,1519111],[-875562,1521518],[-881867,1520033],[-877162,1521398],[-874521,1517836],[-876356,1520422],[-880438,1520803],[-882470,1519470],[-879901,1522029],[-875040,1520959],[-878247,1520040],[-881882,1522790],[-875899,1520548],[-880334,1522248],[-882253,1518744],[-878498,1517029],[-875049,1519538],[-877357,1517713],[-879993,1517686],[-874687,1521973],[-875721,1520098],[-876508,1520778],[-874966,1521178],[-881008,1523093],[-874744,1520655],[-880539,1521222],[-880059,1520122],[-876615,1520612],[-875378,1521915],[-880831,1519633],[-874047,1521808],[-878503,1517226],[-874874,1524886],[-882075,1532559],[-881956,1533899],[-882594,1533162],[-883029,1531960],[-882937,1532551],[-881811,1523604],[-882331,1532995],[-882844,1532891],[-874729,1525059],[-881317,1533272],[-881942,1533386],[-875305,1525315],[-874544,1523644],[-882999,1534143],[-881795,1523974],[-880813,1533629],[-873794,1526129],[-874447,1523955],[-874491,1526060],[-873759,1526609],[-874653,1526031],[-879218,1533543],[-883104,1533689],[-873850,1527562],[-880829,1533485],[-880377,1532411],[-882634,1525091],[-882454,1524795],[-873346,1527442],[-882019,1533373],[-874758,1524827],[-880228,1533087],[-882551,1531054],[-882407,1534681],[-874322,1525336],[-882885,1525020],[-882942,1533100],[-874634,1524159],[-874930,1524838],[-873216,1527554],[-873737,1526983],[-875231,1525092],[-875708,1526542],[-883092,1524864],[-880013,1533546],[-879469,1536459],[-871602,1564833],[-871402,1566624],[-871767,1567506],[-882193,1575703],[-879814,1577443],[-880898,1577795],[-879191,1577149],[-881392,1576499],[-879956,1577245],[-879265,1575817],[-69926,361483],[-72287,362962],[-70057,359949],[-68678,361415],[-70388,360803],[-70988,361454],[-74795,363852],[-75476,364547],[-75958,364676],[-74738,364414],[-74868,369547],[-73552,369220],[-74295,370717],[-72864,369757],[-71383,369237],[-71372,370223],[-70485,369692],[-73310,370475],[-72542,370210],[-71371,369575],[-68481,364418],[-68522,365282],[-69159,363587],[-70394,363874],[-69165,364195],[-68023,364796],[-71516,364356],[-71064,363312],[-68663,365492],[-73335,367447],[-74016,368151],[-74728,366947],[-74782,367894],[-74498,368282],[-75191,367444],[-73278,368008],[-76188,363358],[-76242,364285],[-76651,363843],[-69186,366449],[-67943,365821],[-69712,366384],[-68220,605214],[-890370,1379452],[-890145,1379128],[-890212,1379342],[-892211,1380227],[-892099,1380291],[-891430,1521708],[-890760,1520908],[-891468,1522459],[-883806,1522573],[-893850,1523371],[-890045,1520949],[-892003,1523061],[-893872,1521519],[-893984,1521920],[-890849,1522615],[-891827,1519180],[-893731,1522822],[-892247,1521027],[-893271,1521943],[-892177,1521046],[-891793,1520137],[-892507,1519989],[-892048,1522330],[-890459,1520582],[-892244,1522977],[-892819,1519795],[-894512,1523259],[-892394,1520437],[-892945,1522076],[-883766,1519082],[-887049,1517130],[-894684,1526614],[-894095,1530923],[-890422,1533760],[-895436,1526217],[-894516,1529791],[-883286,1525405],[-886684,1529123],[-890415,1528217],[-885158,1535215],[-885144,1532832],[-890407,1526900],[-888014,1531850],[-884277,1533165],[-885239,1532247],[-883987,1533328],[-887282,1533050],[-887261,1529405],[-887262,1532381],[-885275,1532350],[-887318,1532668],[-884060,1532590],[-886194,1531122],[-892520,1526055],[-886348,1533514],[-887813,1532465],[-885914,1533047],[-886836,1532754],[-884689,1533144],[-891114,1527952],[-883970,1533101],[-885003,1532959],[-884158,1532719],[-883955,1532787],[-884804,1532302],[-891426,1527853],[-884123,1532537],[-885990,1530592],[-888782,1531409],[-884601,1533143],[-883696,1532720],[-885198,1531277],[-885941,1533095],[-883399,1533483],[-884176,1532745],[-890660,1526521],[-886257,1530466],[-887169,1528161],[-884978,1531155],[-893376,1524431],[-884327,1532301],[-885488,1533285],[-885145,1531336],[-893286,1524106],[-890257,1527201],[-884711,1532516],[-888872,1531246],[-885862,1532621],[-885781,1532668],[-890158,1525617],[-889666,1528885],[-887635,1532940],[-888050,1530264],[-886641,1530454],[-886592,1532338],[-887746,1531126],[-889514,1530189],[-890251,1533041],[-886494,1531556],[-889102,1529399],[-884513,1532911],[-885156,1532145],[-890021,1530485],[-890471,1528491],[-885522,1533123],[-888885,1531610],[-888742,1528916],[-890067,1529134],[-888119,1528535],[-888063,1531856],[-887458,1531733],[-890297,1528117],[-890298,1526298],[-887336,1532820],[-888153,1529874],[-889856,1530967],[-890578,1527936],[-890802,1526847],[-890088,1529866],[-889088,1528471],[-891448,1528293],[-885233,1532977],[-892250,1527682],[-885618,1532182],[-887712,1532071],[-885196,1531387],[-887474,1532855],[-884622,1532734],[-887401,1531809],[-886813,1531939],[-891829,1524000],[-894467,1525146],[-887855,1532024],[-884951,1532433],[-889701,1527093],[-887751,1533063],[-889955,1533157],[-885313,1531965],[-884806,1533068],[-885005,1532624],[-883304,1532766],[-884974,1532643],[-883647,1533140],[-892954,1527595],[-884333,1532564],[-885880,1532327],[-884891,1533914],[-884838,1531947],[-885408,1531837],[-883275,1532527],[-883639,1533357],[-890034,1530029],[-892355,1523961],[-892770,1526331],[-888207,1532979],[-894502,1525030],[-891847,1527562],[-889840,1529106],[-891124,1523824],[-894671,1525660],[-893186,1524310],[-892084,1527938],[-892672,1527695],[-891817,1527722],[-894894,1523520],[-888856,1526555],[-890971,1528260],[-892131,1527893],[-891207,1524245],[-889946,1525933],[-886352,1531668],[-889762,1528954],[-888932,1530692],[-890747,1528593],[-884532,1523811],[-889427,1527393],[-887253,1532909],[-883314,1524909],[-885324,1523456],[-889715,1525929],[-890838,1528432],[-886740,1532976],[-885917,1532093],[-883299,1525051],[-883794,1523939],[-891918,1527843],[-888049,1533400],[-889921,1533314],[-890392,1530347],[-890967,1529570],[-893722,1529661],[-890297,1533419],[-894790,1526164],[-893258,1528907],[-890273,1530666],[-891523,1528665],[-892895,1528109],[-892506,1528366],[-890560,1530767],[-888913,1533599],[-884610,1535448],[-884657,1535140],[-890616,1528538],[-893305,1529523],[-895120,1525782],[-893430,1576871],[-893536,1576871],[-893763,1576891],[-894247,1576401],[-894919,1576431],[-894520,1577091],[-886022,1578925],[-886128,1578925],[-886355,1578945],[-886839,1578455],[-887511,1578485],[-887112,1579145],[-890336,1576650],[-892051,1575130],[-890906,1575320],[-889190,1577230],[-894866,1580758],[-883906,1575542],[-898798,1392943],[-898582,1392825],[-898615,1392782],[-898212,1393815],[-897444,1395883],[-902552,1449900],[-903414,1450604],[-903619,1452614],[-903733,1453199],[-903336,1453050],[-902574,1447629],[-906804,1451028],[-907647,1451216],[-906995,1451300],[-902149,1448195],[-907223,1574441],[-907151,1572673],[-906660,1577638],[-900271,1576099],[-906614,1577059],[-907433,1579081],[-908289,1576091],[-907099,1574702],[-897743,1576612],[-897420,1576306],[-897933,1577022],[-898390,1578131],[-897516,1577864],[-897773,1577959],[-898842,1577781],[-905557,1578390],[-905289,1576700],[-897076,1589461],[-906435,1588589],[-905258,1589326],[-918668,1422227],[-918465,1422087],[-918504,1422050],[-918004,1422921],[-916878,1424908],[-912568,1474055],[-912195,1473836],[-912368,1474014],[-914601,1473951],[-914538,1474070],[-914753,1500112],[-914598,1499905],[-914642,1499882],[-913926,1500701],[-912260,1502181],[-913197,1561327],[-917190,1568437],[-912561,1564771],[-910613,1566349],[-918292,1569392],[-918471,1570013],[-918543,1572518],[-912077,1563885],[-916511,1573183],[-919798,1568144],[-919024,1570872],[-910182,1566456],[-916788,1570589],[-909712,1566867],[-917260,1572403],[-921246,1581240],[-920035,1583700],[-921099,1583106],[-920771,1586181],[-920232,1585208],[-921289,1580686],[-921328,1581724],[-914965,1582001],[-913944,1579828],[-914270,1588118],[-922470,1586802],[-922028,1581697],[-921796,1580337],[-921937,1579350],[-943738,1383195],[-941240,1507522],[-942088,1507650],[-943295,1509511],[-942019,1507676],[-942415,1517929],[-942707,1517746],[-941853,1519004],[-942199,1519253],[-943304,1517964],[-943105,1517656],[-942280,1518432],[-941873,1518316],[-942660,1518154],[-938135,1583880],[-954883,1499320],[-953548,1499574],[-953714,1498672],[-953983,1498308],[-951732,1505066],[-954536,1499093],[-951971,1504660],[-970245,1503635],[-970484,1503206],[-972270,1517941],[-972772,1518652],[-975967,1389300],[-976182,1388707],[-976312,1389140],[-976005,1388845],[-977773,1500768],[-978012,1500339],[-983971,1500984],[-984011,1501231],[-982701,1510423],[-984753,1501672],[-972879,1516609],[-973966,1517543],[-973726,1516875],[-973411,1516834],[-973087,1516517],[-974113,1517429],[-973337,1518625],[-979073,1511524],[-973575,1515890],[-973153,1515676],[-974879,1516157],[-975106,1515728],[-982904,1510770],[-982827,1511272],[-983105,1511227],[-982509,1510613],[-982311,1510637],[-981752,1510717],[-980820,1511350],[-982576,1511497],[-983835,1511165],[-982889,1511148],[-983818,1511484],[-984638,1512098],[-982706,1511210],[-982595,1511231],[-985475,1512158],[-982625,1511286],[-984933,1511741],[-979036,1511537],[-979116,1512616],[-978579,1512043],[-979086,1512597],[-979564,1511763],[-988568,1492635],[-988959,1492361],[-988654,1492651],[-989164,1492826],[-989212,1492552],[-989165,1492603],[-988500,1492920],[-988494,1492452],[-989151,1492919],[-999112,1356043],[-1006943,1353339],[-1007073,1353719],[-1006990,1352426],[-1006797,1352922],[-1000932,1358055],[-1001108,1357827],[-1000922,1357775],[-1006556,1482984],[-1006910,1483288],[-1005734,1482562],[-1005568,1483464],[-1000024,1491081],[-999696,1491703],[-999935,1491416],[-1004805,1499980],[-1005110,1500482],[-1005427,1500492],[-1005777,1500700],[-1005382,1500775],[-1006757,1500388],[-1006501,1500417],[-1006689,1499748],[-1004740,1500742],[-1004276,1501684],[-1004659,1501458],[-1005878,1502095],[-1006291,1501611],[-1006082,1501646],[-1005967,1500589],[-1005414,1500574],[-1005553,1500685],[-1005824,1500903],[-1006287,1501251],[-1004802,1502327],[-1004463,1502135],[-1005407,1502372],[-1006333,1500729],[-1004863,1500552],[-1004695,1500643],[-1004228,1501095],[-1004064,1501251],[-1004356,1501602],[-1004020,1501695],[-1005086,1500843],[-1004833,1500957],[-1004066,1501891],[-1004539,1501749],[-1003302,1502387],[-1003996,1503127],[-1009192,1513505],[-80260,317558],[-79520,318592],[-79786,317361],[-79780,319479],[-85825,315757],[-85417,314661],[-86231,315630],[-84551,314343],[-80040,316778],[-78786,319548],[-79380,316551],[-78119,316704],[-79385,315992],[-77834,317110],[-80094,316362],[-79136,316591],[-87418,316772],[-86509,316338],[-87062,316376],[-87325,311841],[-87199,310965],[-88164,310311],[-85473,310481],[-87406,310076],[-87634,313766],[-86415,311271],[-86763,316843],[-85023,313760],[-87145,315977],[-84599,315077],[-87006,349056],[-87687,349643],[-88399,348639],[-88453,349359],[-88169,349744],[-88862,349006],[-86949,349595],[-80882,369346],[-81015,368749],[-80058,369637],[-78906,369264],[-80173,369187],[-81400,369386],[-77894,368944],[-78131,369766],[-80919,368539],[-80601,367671],[-80078,367458],[-81681,368728],[-87111,606240],[-87771,609108],[-88066,606235],[-87958,606190],[-87092,605516],[-86602,606864],[-86453,605906],[-88186,602056],[-85662,604190],[-85924,603695],[-86007,604345],[-86744,603193],[-85920,604522],[-86242,603910],[-1016712,1336399],[-1016541,1336199],[-1016585,1336174],[-1015989,1337025],[-1014338,1338589],[-1011789,1350654],[-1013378,1349730],[-1011397,1350657],[-1011785,1350116],[-1019369,1349377],[-1018952,1349365],[-1019614,1349502],[-1021536,1350090],[-1021322,1349609],[-1023063,1349374],[-1022958,1349681],[-1023567,1349462],[-1017266,1351901],[-1016897,1351903],[-1017014,1351613],[-1021119,1444062],[-1021294,1437280],[-1020755,1437075],[-1020306,1436900],[-1018881,1437266],[-1018612,1437630],[-1019434,1438051],[-1018446,1438532],[-1019781,1438279],[-1019940,1444955],[-1020387,1445027],[-1020112,1445468],[-1020033,1445510],[-1020378,1445344],[-1020309,1445336],[-1020042,1444702],[-1019936,1444869],[-1019665,1444979],[-1019612,1445425],[-1023677,1456808],[-1019069,1452523],[-1021521,1447783],[-1022583,1447585],[-1021765,1451170],[-1022049,1452203],[-1022203,1451742],[-1023445,1451432],[-1023436,1450770],[-1023348,1450903],[-1022472,1450279],[-1022059,1450655],[-1022280,1450596],[-1022646,1450547],[-1023218,1450481],[-1022831,1452343],[-1022395,1452496],[-1023258,1451996],[-1022859,1450101],[-1021587,1451077],[-1021496,1451291],[-1021471,1451941],[-1021511,1452120],[-1021891,1452241],[-1021876,1452384],[-1022071,1451016],[-1021997,1451244],[-1022015,1452517],[-1022271,1452080],[-1020319,1527116],[-1019640,1527554],[-1020424,1526174],[-1019524,1525162],[-1020810,1528325],[-1019324,1527046],[-1020199,1527063],[-1019255,1525526],[-1019081,1526416],[-1020998,1527656],[-1020077,1525947],[-1020767,1527436],[-1019114,1527888],[-1019419,1528390],[-1019736,1528400],[-1032590,1351070],[-1032031,1350510],[-1032456,1350648],[-1032300,1350592],[-1025084,1349872],[-1025441,1350080],[-1025006,1350371],[-1034461,1352555],[-1033908,1352300],[-1033992,1351231],[-1033621,1351050],[-1034317,1351057],[-1027455,1354224],[-1027736,1354202],[-1026737,1354136],[-1025406,1349691],[-1025913,1349611],[-1026144,1445635],[-1024723,1439696],[-1024353,1457715],[-1026421,1450859],[-1036084,1491085],[-1036754,1491548],[-1031963,1493011],[-1032852,1493389],[-1035778,1492277],[-1035920,1491199],[-1036307,1491627],[-1036611,1490004],[-1034752,1488690],[-1036523,1490022],[-1036619,1490872],[-1036294,1490441],[-1036013,1490957],[-1035508,1491964],[-1031189,1492820],[-1034859,1488252],[-1034891,1487774],[-1033605,1493158],[-1035452,1488834],[-1036475,1488929],[-1032513,1493018],[-1032253,1492548],[-1036248,1488056],[-1031628,1490526],[-1036320,1489675],[-1036159,1488506],[-1036755,1487949],[-1035943,1489557],[-1032076,1490912],[-1035923,1488636],[-1032576,1489787],[-1036704,1492427],[-1033703,1489132],[-1033136,1488048],[-1034545,1487682],[-1033649,1487519],[-1032406,1493499],[-1034972,1486915],[-1036745,1488278],[-1032107,1491746],[-1035125,1487782],[-1032092,1491580],[-1035739,1486616],[-1031529,1491381],[-1033392,1488421],[-1029709,1491826],[-1035406,1487775],[-1036467,1486286],[-1031713,1492217],[-1034601,1492353],[-1033816,1493412],[-1034288,1493424],[-1035130,1489600],[-1034904,1488600],[-1033064,1492368],[-1034132,1492070],[-1036205,1491772],[-1034405,1489268],[-1033173,1492024],[-1033514,1493066],[-1034989,1491735],[-1033234,1492496],[-1034025,1493369],[-1034394,1492652],[-1034300,1492554],[-1033425,1491860],[-1031181,1489978],[-1030503,1487979],[-1029751,1489133],[-1033152,1487928],[-1031784,1487695],[-1031384,1490818],[-1031743,1488069],[-1032436,1489062],[-1034712,1489082],[-1032729,1488730],[-1036152,1492456],[-1031465,1488311],[-1031937,1490628],[-1032224,1489624],[-1031934,1487955],[-1032571,1490357],[-1031104,1487755],[-1034477,1489161],[-1033934,1492892],[-1032986,1489793],[-1032998,1491388],[-1034251,1488555],[-1034518,1489055],[-1033060,1489367],[-1033343,1490449],[-1030983,1489483],[-1032913,1491646],[-1031720,1488458],[-1031737,1487350],[-1032791,1487194],[-1032082,1487341],[-1030775,1488519],[-1030245,1488212],[-1031254,1487712],[-1034610,1493149],[-1036428,1492452],[-1035683,1492976],[-1035047,1493479],[-1036552,1492995],[-1035888,1493222],[-1035895,1492936],[-1036264,1493192],[-1035365,1492857],[-1036078,1492905],[-1035157,1492894],[-1035210,1493036],[-1035152,1493195],[-1036303,1493503],[-1035223,1493363],[-1034702,1493375],[-1035503,1492720],[-1035415,1492564],[-1034781,1493667],[-1035314,1493317],[-1034144,1493893],[-1035323,1492661],[-1035173,1492869],[-1035470,1492582],[-1032473,1487061],[-1034607,1488165],[-1030029,1487663],[-1036633,1485174],[-1034111,1486463],[-1030959,1488734],[-1028987,1487244],[-1031385,1488736],[-1032783,1487950],[-1033719,1487073],[-1029613,1487378],[-1031856,1488797],[-1032417,1487098],[-1032556,1488510],[-1028798,1487242],[-1031617,1488500],[-1034840,1487196],[-1032427,1486893],[-1033684,1486938],[-1030155,1487804],[-1034137,1486143],[-1042653,1349617],[-1043048,1349734],[-1042644,1349780],[-1042940,1349857],[-1043252,1349889],[-1038173,1353133],[-1037635,1353162],[-1038201,1352781],[-1045524,1350476],[-1045959,1350538],[-1048816,1350505],[-1049126,1350430],[-1048906,1350623],[-1048813,1353852],[-1048660,1353745],[-1048397,1353702],[-1048247,1350332],[-1048608,1350440],[-1047974,1350520],[-1036877,1350766],[-1037134,1350436],[-1048638,1410928],[-1048967,1411348],[-1048746,1412189],[-1044384,1415415],[-1044305,1416962],[-1043958,1416113],[-1043282,1415558],[-1042505,1415814],[-1043588,1416023],[-1048725,1414285],[-1047917,1413517],[-1042644,1416646],[-1047805,1423568],[-1046475,1424532],[-1048561,1423271],[-1047390,1426154],[-1047793,1424518],[-1049010,1424389],[-1048485,1424744],[-1049091,1425106],[-1042973,1441698],[-1043665,1441700],[-1042522,1442787],[-1043610,1441987],[-1043942,1442143],[-1043861,1442948],[-1043743,1444424],[-1041472,1444825],[-1040931,1445021],[-1045505,1440995],[-1045421,1440156],[-1047406,1439977],[-1047238,1441447],[-1048586,1439998],[-1046855,1440548],[-1046275,1439872],[-1046486,1440436],[-1045904,1443030],[-1043094,1446007],[-1046146,1442703],[-1043585,1445503],[-1045390,1443348],[-1039789,1448230],[-1042291,1447017],[-1038898,1449263],[-1042940,1446996],[-1040410,1449033],[-1040221,1448714],[-1038852,1448779],[-1040624,1446846],[-1041934,1483480],[-1044164,1496610],[-1057773,1323150],[-1057380,1323053],[-1057570,1323164],[-1059772,1322702],[-1059722,1322803],[-1057075,1353049],[-1057320,1352808],[-1054923,1351833],[-1053117,1349796],[-1053113,1349812],[-1052831,1349964],[-1054005,1352558],[-1053156,1352656],[-1053481,1352595],[-1053753,1352498],[-1056000,1349276],[-1055587,1349491],[-1059587,1347733],[-1060101,1347408],[-1061239,1348169],[-1050504,1353152],[-1050442,1353423],[-1051802,1349944],[-1051702,1413044],[-1051386,1410400],[-1051459,1410233],[-1054495,1420566],[-1055403,1420693],[-1050585,1417842],[-1055445,1420375],[-1050881,1414503],[-1049867,1414537],[-1051767,1415284],[-1051843,1414689],[-1055962,1420929],[-1055129,1422491],[-1054967,1422611],[-1052098,1422996],[-1050032,1423405],[-1049931,1424951],[-1052130,1424417],[-1052829,1424158],[-1052282,1422672],[-1055007,1423046],[-1053519,1424172],[-1054631,1422501],[-1053316,1422583],[-1051860,1425083],[-1049802,1447810],[-1051363,1447368],[-1051895,1452445],[-1052681,1452641],[-1053423,1451440],[-1051420,1450033],[-1052030,1451127],[-1054146,1452548],[-1053231,1449888],[-1062379,1480398],[-1061635,1480205],[-1062381,1480882],[-1061884,1502902],[-1061022,1503539],[-1060753,1503904],[-1061576,1504325],[-1060587,1504806],[-1061922,1504552],[-1061980,1502895],[-1061817,1501969],[-1061075,1501853],[-1060715,1502254],[-1061537,1502675],[-1060549,1503156],[-1075086,1330785],[-1067963,1329702],[-1067558,1329941],[-1069210,1328141],[-1069072,1328476],[-1069404,1328108],[-1074994,1330928],[-1068474,1329160],[-1068513,1329111],[-1069733,1330153],[-1069752,1329692],[-1066426,1341355],[-1066771,1341215],[-1068746,1337232],[-1068722,1337784],[-1068454,1337323],[-1068564,1338085],[-1065867,1334858],[-1065830,1335342],[-1066060,1334979],[-1065959,1335132],[-1064545,1345095],[-1064474,1345829],[-1063552,1347085],[-1063357,1347296],[-1063428,1347707],[-1063599,1347291],[-1064124,1345596],[-1064268,1345167],[-1068173,1439456],[-1066863,1439032],[-1064377,1437848],[-1066026,1477719],[-1066333,1478078],[-1065980,1474331],[-1064992,1478248],[-1065353,1474584],[-1064455,1477739],[-1065619,1475091],[-1066304,1477357],[-1066388,1478087],[-1070787,1477583],[-1070825,1479747],[-1071804,1482398],[-1067964,1475965],[-1070799,1477139],[-1072525,1476865],[-1069915,1479467],[-1071132,1483232],[-1072095,1477121],[-1074738,1477526],[-1069710,1479825],[-1070967,1483113],[-1070272,1476865],[-1066934,1484411],[-1068065,1475465],[-1074247,1477775],[-1070058,1476814],[-1069544,1480374],[-1069747,1480294],[-1068322,1476002],[-1066921,1484771],[-1071508,1482733],[-1072284,1476676],[-1069854,1477237],[-1066810,1476914],[-1065946,1476122],[-1066271,1475316],[-1066763,1477738],[-1070644,1494690],[-1069049,1494786],[-1067127,1490759],[-1066483,1489980],[-1067764,1485424],[-1066525,1485677],[-1067554,1485197],[-1066330,1489746],[-1067932,1486753],[-1066665,1488479],[-1069248,1488501],[-1069605,1487903],[-1069064,1488310],[-1066879,1492903],[-1066940,1490532],[-1066354,1490111],[-1065936,1491013],[-1066432,1489577],[-1066938,1492416],[-1070868,1494325],[-1066625,1489804],[-1067155,1489705],[-1066818,1488878],[-1067618,1489047],[-1069795,1502763],[-1071254,1502978],[-1071171,1500779],[-1067041,1498523],[-1072091,1504006],[-1070542,1504059],[-1062425,1502645],[-1062609,1502102],[-1079019,1330140],[-1079416,1330145],[-1075215,1330782],[-1084269,1327268],[-1084164,1327253],[-1084922,1324524],[-1084693,1324868],[-1078044,1330484],[-1077660,1330445],[-1086648,1325032],[-1086197,1325059],[-1086379,1325059],[-1086547,1325014],[-1086758,1324997],[-1077581,1325390],[-1077199,1325495],[-1076603,1325300],[-1076271,1325082],[-1081168,1372362],[-1081661,1372242],[-1084010,1427815],[-1098039,1352908],[-1097878,1352693],[-1097922,1352672],[-1097364,1353495],[-1095516,1354887],[-1100372,1413476],[-1099833,1413272],[-1099384,1413096],[-1100798,1428850],[-1100233,1429710],[-1100747,1429096],[-1100717,1429820],[-1098586,1428710],[-1099288,1429770],[-1099680,1429350],[-1098728,1427154],[-1098111,1426581],[-1099349,1425144],[-1100224,1426425],[-1100379,1424411],[-1099433,1425961],[-1098625,1425818],[-1099106,1426076],[-1094798,1445427],[-1094845,1445240],[-1111685,1408315],[-1111439,1413165],[-1102470,1416353],[-1111234,1415382],[-1111881,1413206],[-1110438,1412770],[-1111594,1409114],[-1112293,1408966],[-1112290,1408461],[-1112622,1410937],[-1112670,1409732],[-1112252,1409690],[-1101809,1414196],[-1101570,1414625],[-1110922,1413504],[-1110214,1413350],[-1111169,1415289],[-1111087,1415172],[-1109683,1415303],[-1109901,1412962],[-1101409,1429190],[-1101079,1427820],[-1126255,1305300],[-1124671,1306826],[-1119740,1356155],[-1119880,1354585],[-1120778,1354015],[-1119301,1355454],[-1120513,1354865],[-1120847,1355025],[-1117697,1353211],[-1116856,1353151],[-1116915,1351281],[-1118396,1351741],[-1117261,1350071],[-1117488,1351871],[-1116720,1352321],[-1117326,1352121],[-1119098,1355027],[-1118874,1355558],[-1118212,1356457],[-1118822,1355801],[-1119671,1355733],[-1118848,1356438],[-1116457,1355534],[-1117092,1356645],[-1117538,1356204],[-1115325,1356333],[-1115326,1356227],[-1115348,1356000],[-1114861,1355513],[-1114897,1354841],[-1115554,1355245],[-1119196,1353053],[-1119854,1353793],[-1117002,1353905],[-1117696,1354645],[-1125610,1382167],[-1124679,1384469],[-1125492,1383333],[-1116395,1414634],[-1116126,1414998],[-1116948,1415420],[-1117302,1415733],[-1115115,1415394],[-1126159,1427985],[-1126273,1426976],[-1126252,1427687],[-1125260,1439404],[-1123097,1437518],[-1123610,1441096],[-1126130,1444618],[-1126263,1442834],[-1126017,1446487],[-1126303,1436897],[-1126301,1445184],[-1126024,1437196],[-1126187,1436678],[-1123076,1438393],[-1123621,1437175],[-1126010,1437102],[-1124309,1437615],[-1125312,1437528],[-1124848,1436530],[-1123506,1439214],[-1125573,1436595],[-1124776,1438196],[-1126042,1445528],[-1126079,1446563],[-1124737,1437041],[-1126222,1443701],[-1124242,1438636],[-1125067,1436097],[-1126263,1446802],[-1126222,1447067],[-1126358,1447235],[-1126947,1304522],[-1126766,1304323],[-1126810,1304294],[-1128419,1380836],[-1133147,1415744],[-1133817,1418081],[-1132727,1414706],[-1131404,1416096],[-1134423,1417466],[-1131771,1415204],[-1132370,1415492],[-1134553,1417320],[-1133360,1418138],[-1138622,1419408],[-1134767,1416680],[-1137761,1419175],[-1137951,1420062],[-1134188,1416446],[-1137653,1419650],[-1134766,1416545],[-1132136,1414774],[-1133921,1416343],[-1133340,1414088],[-1138475,1418322],[-1138029,1419571],[-1137406,1420153],[-1134445,1416676],[-1137154,1419501],[-1137007,1419183],[-1138503,1420395],[-1137611,1418928],[-1134665,1416416],[-1132546,1415055],[-1136975,1419121],[-1137200,1419438],[-1133722,1417304],[-1133796,1416782],[-1135506,1417487],[-1136857,1417953],[-1138599,1419201],[-1137393,1417955],[-1137557,1419865],[-1136851,1418390],[-1137680,1418481],[-1135336,1416673],[-1136092,1417970],[-1136192,1417226],[-1133170,1414551],[-1132939,1417407],[-1135766,1416833],[-1132869,1414454],[-1134344,1417330],[-1133937,1416032],[-1132192,1414433],[-1133126,1417235],[-1133193,1415318],[-1128009,1430116],[-1138898,1433746],[-1128564,1429697],[-1138347,1423985],[-1127034,1429742],[-1128512,1427588],[-1131044,1430122],[-1130948,1433559],[-1127951,1429077],[-1133692,1423558],[-1127278,1429008],[-1130069,1427078],[-1129128,1430236],[-1128990,1427350],[-1127615,1429795],[-1129721,1427558],[-1129333,1428863],[-1129048,1429184],[-1127535,1430411],[-1127166,1429210],[-1126868,1427906],[-1131216,1433152],[-1128477,1428985],[-1138279,1422213],[-1130315,1429085],[-1128589,1429047],[-1128451,1428724],[-1129962,1427881],[-1130801,1429835],[-1130093,1428607],[-1139035,1432474],[-1128631,1426017],[-1131129,1430090],[-1127194,1429285],[-1138470,1423333],[-1136603,1432448],[-1138891,1432124],[-1131410,1430560],[-1138174,1422833],[-1126696,1429060],[-1128349,1426160],[-1126412,1426949],[-1129148,1428051],[-1126928,1428882],[-1138398,1428352],[-1138546,1432428],[-1126450,1429191],[-1137055,1422875],[-1137366,1422089],[-1139031,1423374],[-1127224,1441954],[-1127154,1441969],[-1134107,1435178],[-1136648,1440736],[-1128000,1441595],[-1127326,1441353],[-1133360,1435308],[-1127157,1436691],[-1127490,1441872],[-1126530,1442846],[-1126659,1442900],[-1127279,1442031],[-1134575,1446141],[-1136322,1445509],[-1133497,1434857],[-1127299,1436829],[-1135031,1445746],[-1127812,1440271],[-1127414,1439514],[-1134221,1446552],[-1127255,1437392],[-1127197,1441825],[-1127529,1440269],[-1128038,1438475],[-1127567,1438923],[-1127636,1438476],[-1128035,1439561],[-1126549,1436689],[-1133990,1435945],[-1136452,1437380],[-1134174,1445949],[-1126485,1436521],[-1139183,1440027],[-1137336,1443567],[-1138448,1441182],[-1137945,1441057],[-1138014,1439438],[-1137514,1442120],[-1138190,1443785],[-1137653,1440872],[-1134067,1434895],[-1138245,1443638],[-1137340,1445391],[-1136982,1442991],[-1137452,1442196],[-1137997,1443399],[-1137398,1440823],[-1137670,1441482],[-1137050,1443436],[-1138202,1440586],[-1138073,1439158],[-1138488,1440942],[-1134983,1445985],[-1132503,1434870],[-1136179,1438621],[-1135405,1435884],[-1136523,1434489],[-1137822,1433990],[-1133670,1436003],[-1136607,1435016],[-1137094,1439613],[-1133524,1437991],[-1133910,1437703],[-1137780,1439884],[-1135430,1445228],[-1136778,1437820],[-1133927,1438674],[-1133364,1434599],[-1133547,1434222],[-1134741,1438209],[-1136894,1441751],[-1126934,1446600],[-1133147,1434425],[-1135151,1435467],[-1135142,1435529],[-1135419,1435487],[-1135483,1434828],[-1136620,1435027],[-1136087,1435687],[-1138358,1434875],[-1137182,1435656],[-1138459,1438231],[-1138130,1439261],[-1137468,1440121],[-1138078,1439511],[-1138927,1439601],[-1138104,1440231],[-1135191,1439563],[-1136348,1440181],[-1136794,1439761],[-1135344,1445197],[-1136336,1438022],[-1132937,1449892],[-1133840,1450326],[-1134151,1450695],[-1126762,1447231],[-1127033,1446832],[-1133272,1450267],[-1133482,1449871],[-1133702,1451438],[-1133839,1449214],[-1132471,1450237],[-1127544,1447813],[-1133946,1449625],[-1134095,1450006],[-1132708,1448142],[-1126614,1447600],[-1126673,1446964],[-1126881,1446747],[-1133207,1449621],[-1128317,1446911],[-1127406,1447278],[-1129648,1480736],[-1128546,1482626],[-97398,202637],[-101498,213935],[-101862,214426],[-101464,214787],[-101840,213274],[-102085,213651],[-101159,214179],[-102080,214518],[-97595,326682],[-97286,327990],[-98885,327112],[-97981,328624],[-97529,330121],[-98779,330081],[-98144,330960],[-98880,328148],[-98587,328915],[-97990,330127],[-94160,337882],[-93895,340622],[-95577,337284],[-93652,336735],[-96120,337843],[-94968,337971],[-94662,338803],[-97909,336862],[-98097,337504],[-98998,338227],[-97507,337979],[-98481,336073],[-99608,335778],[-98609,336546],[-99567,338077],[-97422,337193],[-100550,335555],[-99955,334937],[-98286,337632],[-91486,343955],[-91554,344590],[-92308,345426],[-90883,344921],[-92194,343313],[-93351,343194],[-92234,343783],[-92896,345388],[-90945,344169],[-94308,343094],[-93839,342420],[-91716,344744],[-99465,347725],[-98106,347719],[-99252,349077],[-97676,348539],[-96153,348434],[-96584,349644],[-95498,349220],[-98428,349306],[-97586,349194],[-96321,348886],[-101162,443765],[-101597,445055],[-99011,451322],[-99848,450027],[-97953,450650],[-99748,450915],[-100631,450156],[-100487,453528],[-99983,451749],[-98030,588975],[-94491,598267],[-94032,598313],[-91337,602718],[-90798,610598],[-90599,611389],[-93333,608346],[-90340,603245],[-96271,605537],[-95528,605571],[-97724,605818],[-97670,606146],[-94489,609115],[-93304,603512],[-1143559,1372000],[-1140603,1371873],[-1143386,1372098],[-1139519,1373982],[-1139708,1373427],[-1142366,1371098],[-1142994,1371266],[-1141659,1372199],[-1143469,1375471],[-1143578,1373262],[-1142151,1375125],[-1142915,1370747],[-1139437,1418827],[-1140302,1419582],[-1140152,1419584],[-1139555,1419349],[-1139862,1428059],[-1141920,1429460],[-1142139,1426558],[-1141395,1423464],[-1139505,1424181],[-1142782,1426737],[-1141696,1424555],[-1141640,1425096],[-1139449,1428268],[-1139564,1428379],[-1141651,1424056],[-1139952,1428267],[-1139444,1428168],[-1143341,1426802],[-1141710,1432686],[-1141208,1428785],[-1140644,1432026],[-1141288,1431820],[-1141378,1422749],[-1139907,1424182],[-1142687,1427982],[-1142226,1423825],[-1139704,1428318],[-1142762,1427835],[-1143860,1426762],[-1141373,1428046],[-1143265,1424787],[-1141979,1424373],[-1142578,1427362],[-1143897,1427109],[-1144164,1426202],[-1142852,1425861],[-1140043,1433556],[-1142717,1428457],[-1141889,1433366],[-1143363,1433536],[-1142501,1427520],[-1142765,1428134],[-1142954,1432166],[-1141675,1431594],[-1142198,1427478],[-1142556,1430690],[-1141183,1432148],[-1141801,1428836],[-1141756,1424404],[-1141826,1431319],[-1140247,1428662],[-1142510,1424922],[-1142523,1428068],[-1139379,1432163],[-1140127,1429875],[-1142255,1424524],[-1139707,1432639],[-1140683,1422843],[-1142911,1433495],[-1142774,1427308],[-1143622,1430751],[-1143681,1425911],[-1141066,1424710],[-1141575,1429177],[-1142423,1425313],[-1143442,1425659],[-1140692,1432768],[-1143552,1424641],[-1141759,1432347],[-1142547,1429452],[-1139597,1423046],[-1141807,1431540],[-1143101,1431461],[-1143354,1425618],[-1142535,1430904],[-1142715,1430256],[-1142223,1431155],[-1142927,1431060],[-1141343,1431934],[-1142170,1431353],[-1141687,1431692],[-1141573,1432192],[-1141905,1428056],[-1142982,1430651],[-1141836,1432003],[-1142975,1431036],[-1142368,1431653],[-1143163,1430803],[-1141760,1431688],[-1142739,1433181],[-1142746,1430340],[-1139498,1441355],[-1140575,1434362],[-1139873,1440765],[-1140285,1440422],[-1138912,1441444],[-1139865,1439909],[-1140379,1440806],[-1139645,1441808],[-1140145,1441112],[-1139943,1438877],[-1140909,1439400],[-1139342,1442318],[-1140805,1440861],[-1139506,1442119],[-1139172,1442177],[-1139901,1440808],[-1139306,1440088],[-1139725,1440317],[-1139094,1442814],[-1139775,1439156],[-1140295,1439555],[-1139564,1441138],[-1140003,1439629],[-1140511,1439890],[-1140528,1439801],[-1139786,1440804],[-1140749,1439241],[-1139347,1439688],[-1175694,1377108],[-1176625,1376851],[-1174111,1376848],[-1176137,1375948],[-1174548,1376000],[-1169372,1391774],[-1171374,1418087],[-1172374,1420309],[-1173018,1418199],[-1173411,1418785],[-1173647,1419664],[-1170596,1417841],[-1173476,1419652],[-1171641,1419167],[-1171596,1419071],[-1171517,1418857],[-1173224,1421099],[-1175297,1421576],[-1175644,1426240],[-1167209,1422536],[-1171194,1424952],[-1170778,1424735],[-1174511,1425573],[-1175637,1421880],[-1169537,1423763],[-1169060,1424409],[-1175784,1421285],[-1179721,1352129],[-1179520,1351964],[-1179560,1351927],[-1179042,1352976],[-1177880,1354780],[-1183002,1439249],[-1179574,1436450],[-1183062,1440229],[-1182521,1441176],[-1181065,1436036],[-1183865,1440492],[-1179204,1435251],[-1181292,1437621],[-1180394,1436897],[-1180373,1436638],[-1180551,1438031],[-1179973,1437433],[-1182965,1440508],[-1181740,1440948],[-1183208,1441219],[-1180554,1440726],[-1181411,1441433],[-1186991,1452035],[-1187536,1451659],[-1189359,1455103],[-1186591,1453087],[-1184404,1453080],[-1184169,1455104],[-1184811,1452639],[-1184386,1449462],[-1180503,1455672],[-1179533,1457141],[-1181242,1454315],[-1180021,1452830],[-1181489,1450477],[-1180405,1451162],[-1183945,1450582],[-1184237,1449181],[-1182120,1450057],[-1181211,1472141],[-1180786,1471609],[-1180394,1471905],[-1179966,1470889],[-1189906,1284025],[-1189686,1284510],[-1189965,1284030],[-1189939,1284525],[-1189940,1284456],[-1202925,1378807],[-1198548,1382089],[-1198767,1382565],[-1199359,1381087],[-1198362,1382195],[-1196907,1381115],[-1198346,1380871],[-1198826,1381321],[-1199118,1380922],[-1198055,1381166],[-1198758,1380402],[-1197102,1381207],[-1198137,1382453],[-1200909,1377693],[-1197354,1379751],[-1198200,1379944],[-1198980,1379902],[-1199242,1379483],[-1197963,1379694],[-1197360,1380848],[-1197664,1379588],[-1197660,1379840],[-1201251,1377463],[-1197805,1379858],[-1199537,1380112],[-1199104,1379969],[-1203071,1378534],[-1202918,1376256],[-1201846,1376219],[-1201460,1375652],[-1199516,1378142],[-1201556,1375758],[-1201894,1376309],[-1202904,1375012],[-1202885,1375552],[-1201573,1376194],[-1202435,1375797],[-1201489,1376107],[-1201507,1377598],[-1201346,1376713],[-1202142,1375068],[-1200736,1377127],[-1200161,1378126],[-1202126,1376305],[-1201283,1376771],[-1201501,1377119],[-1203123,1374686],[-1202980,1375054],[-1202913,1372264],[-1202578,1372169],[-1200313,1372311],[-1201313,1375113],[-1203066,1372449],[-1202448,1372659],[-1202251,1372493],[-1200967,1374491],[-1199812,1372802],[-1202351,1372681],[-1202513,1373021],[-1202110,1373379],[-1200651,1372749],[-1202769,1371794],[-1200802,1375134],[-1200322,1373593],[-1200211,1374367],[-1198279,1375869],[-1199879,1374348],[-1199848,1373883],[-1199863,1374843],[-1200724,1374507],[-1196182,1378532],[-1199214,1375887],[-1195838,1378818],[-1196299,1379969],[-1200860,1379951],[-1199614,1374340],[-1200678,1374049],[-1196320,1378358],[-1200014,1373943],[-1199581,1374865],[-1199799,1375354],[-1196543,1377683],[-1199556,1375988],[-1195091,1378217],[-1199854,1376289],[-1196211,1378060],[-1199089,1376173],[-1195369,1379501],[-1195195,1378227],[-1193872,1377787],[-1193633,1377705],[-1196811,1378565],[-1198977,1376276],[-1196649,1378141],[-1195752,1379504],[-1196255,1377672],[-1199109,1378848],[-1195148,1378590],[-1198726,1375850],[-1195547,1377898],[-1201626,1377908],[-1201631,1377796],[-1201513,1378396],[-1202835,1376763],[-1202360,1377464],[-1199478,1378641],[-1198971,1379526],[-1201679,1379408],[-1201978,1378262],[-1200244,1379288],[-1201159,1379168],[-1198739,1380419],[-1201626,1378053],[-1202533,1377496],[-1200703,1380344],[-1201646,1379882],[-1200544,1379691],[-1198877,1378402],[-1194496,1380674],[-1194227,1381038],[-1195049,1381460],[-1194061,1381940],[-1195396,1381687],[-1197459,1373469],[-1197190,1373833],[-1198012,1374254],[-1197024,1374735],[-1198359,1374481],[-1194520,1377068],[-1194759,1376639],[-1196283,1373680],[-1195754,1373488],[-1195305,1373313],[-1190878,1373598],[-1198654,1382978],[-1198737,1382880],[-1203071,1383596],[-1203018,1383981],[-1202988,1383158],[-1198463,1384004],[-1198921,1383565],[-1198366,1382817],[-1197154,1383080],[-1197127,1383022],[-1197091,1383152],[-1197349,1395649],[-1197823,1396866],[-1198170,1397010],[-1198797,1397772],[-1197641,1398697],[-1198082,1397895],[-1197843,1397580],[-1195849,1399281],[-1197332,1396606],[-1196779,1397248],[-1195188,1398538],[-1195377,1396974],[-1196216,1398279],[-1195918,1397159],[-1197232,1395429],[-1196532,1395916],[-1197597,1400006],[-1197340,1400468],[-1194851,1398550],[-1194570,1397920],[-1198431,1400084],[-1191673,1430744],[-1207141,1290930],[-1207002,1290765],[-1207038,1290729],[-1206172,1291693],[-1205386,1293517],[-1207045,1373242],[-1208542,1373147],[-1208700,1373208],[-1207904,1377706],[-1208502,1372755],[-1208387,1374668],[-1208570,1373109],[-1207242,1375959],[-1205876,1376170],[-1207282,1376422],[-1205369,1377163],[-1204937,1374581],[-1208766,1372600],[-1208373,1375098],[-1204677,1374219],[-1204600,1381739],[-1206921,1375217],[-1204617,1375409],[-1204698,1380901],[-1208270,1375887],[-1207348,1374633],[-1205447,1372869],[-1208320,1373031],[-1207315,1373386],[-1208497,1374324],[-1206650,1377285],[-1206060,1377152],[-1206867,1376135],[-1208239,1374104],[-1207566,1378341],[-1207280,1379012],[-1208357,1375283],[-1206141,1376454],[-1206000,1377483],[-1207018,1375543],[-1204870,1381022],[-1204221,1380650],[-1204184,1379303],[-1203777,1382031],[-1204679,1379553],[-1203605,1382591],[-1203476,1381512],[-1204179,1380252],[-1205128,1380517],[-1205641,1380827],[-1204811,1382259],[-1205709,1380848],[-1205509,1380680],[-1205418,1380686],[-1205167,1380585],[-1205189,1380157],[-1205387,1377399],[-1206685,1376428],[-1206843,1376370],[-1207565,1376265],[-1204866,1378991],[-1207438,1376215],[-1206539,1373844],[-1204892,1376577],[-1206818,1376360],[-1206278,1377033],[-1203223,1374808],[-1203413,1374649],[-1203223,1374744],[-1204166,1373966],[-1204876,1373303],[-1203988,1374526],[-1204008,1373664],[-1204605,1373628],[-1205606,1371692],[-1204724,1370790],[-1204857,1369763],[-1204657,1370697],[-1205137,1371566],[-1204902,1371952],[-1204714,1371815],[-1205322,1369988],[-1205323,1371145],[-1204639,1370480],[-1204584,1372207],[-1203831,1370865],[-1205407,1371801],[-1205719,1370456],[-1204643,1370350],[-1204339,1369929],[-1204532,1371130],[-1203456,1371564],[-1206664,1379237],[-1204953,1381862],[-1206069,1378595],[-1207869,1378647],[-1206727,1379706],[-1207039,1379657],[-1204770,1381919],[-1206968,1379015],[-1207105,1381628],[-1207308,1378267],[-1207499,1378863],[-1207330,1372635],[-1203994,1375011],[-1207820,1374445],[-1204610,1374674],[-1208242,1375954],[-1208046,1373723],[-1206858,1374180],[-1204520,1379343],[-1203523,1378628],[-1205454,1376909],[-1204633,1375339],[-1204499,1376810],[-1204071,1378989],[-1203828,1378692],[-1204964,1377424],[-1203845,1379638],[-1204783,1377247],[-1207549,1375733],[-1204456,1381191],[-1207290,1380976],[-1206751,1380771],[-1206306,1380601],[-1209902,1377359],[-1209363,1377154],[-1208914,1376979],[-1206362,1380267],[-1206677,1379791],[-1206965,1379397],[-1212330,1377628],[-1213755,1376168],[-1215317,1378646],[-1213199,1378329],[-1213317,1378566],[-1215782,1374900],[-1215886,1376763],[-1203539,1383647],[-1205246,1384039],[-1205685,1383790],[-1203751,1383293],[-1203920,1384095],[-1203558,1383239],[-1203653,1382945],[-1203960,1383896],[-1203717,1383840],[-1204248,1383503],[-1204170,1383393],[-1204254,1383514],[-1207452,1383392],[-1207692,1382964],[-1204685,1385092],[-1204575,1385481],[-1205388,1385892],[-1204409,1386383],[-1215266,1393585],[-1214154,1390427],[-1215084,1390959],[-1215208,1390312],[-1215272,1388366],[-1214782,1383697],[-1215685,1384202],[-1213203,1383579],[-1209382,1418387],[-1207913,1419746],[-1209025,1417695],[-1208399,1419120],[-1208930,1420863],[-1209798,1420185],[-1213204,1431436],[-1214248,1432408],[-1210441,1424654],[-1210296,1422352],[-1212231,1423038],[-1209543,1421403],[-1209131,1421228],[-1214561,1439426],[-1212753,1462074],[-1212524,1461803],[-1212519,1459860],[-1211796,1459843],[-1216154,1250006],[-1216014,1249786],[-1216059,1249765],[-1215252,1250601],[-1213568,1251943],[-1216347,1393948],[-1216133,1395318],[-1217395,1387358],[-1216433,1396231],[-1217365,1395908],[-1228723,1395604],[-1228534,1399677],[-1226763,1411749],[-1226961,1411247],[-1227389,1412589],[-1227390,1412712],[-1227316,1412404],[-1227942,1412044],[-1227577,1415601],[-1227795,1416257],[-1227930,1414997],[-1226944,1410425],[-1226878,1410473],[-1227383,1410220],[-1227938,1416895],[-1228131,1417700],[-1228291,1418811],[-1227916,1418277],[-1227508,1412847],[-1227487,1414468],[-1227484,1412980],[-1228633,1412140],[-1228473,1418348],[-1228444,1411533],[-1223167,1443097],[-1226948,1437791],[-1223019,1442441],[-1226936,1437620],[-1220878,1434600],[-1221114,1434945],[-1221247,1434212],[-1219410,1434676],[-1219584,1434871],[-1220117,1436656],[-1219726,1437826],[-1216989,1437972],[-1232361,1377368],[-1229470,1376265],[-1230045,1376966],[-1230288,1376057],[-1231530,1374754],[-1240211,1382579],[-1232395,1394528],[-1234419,1393442],[-1235272,1393294],[-1234879,1394474],[-1239492,1382973],[-1236072,1407000],[-1235748,1406013],[-1229169,1396246],[-1238002,1404800],[-1238059,1406034],[-1234229,1413323],[-1229248,1410586],[-1229659,1412102],[-1229966,1415299],[-1230905,1414954],[-1231290,1415484],[-1231912,1412290],[-1230061,1413720],[-1232856,1415157],[-1233943,1415194],[-1229637,1415700],[-1231700,1418794],[-1232577,1415574],[-1230541,1414888],[-1232764,1414283],[-1231068,1417782],[-1229970,1414681],[-1231490,1419246],[-1229144,1419749],[-1229870,1419742],[-1228984,1418138],[-1234833,1424567],[-1232909,1424461],[-1232803,1423578],[-1234295,1421708],[-1235067,1422331],[-1234553,1422456],[-1229644,1425599],[-1232392,1426461],[-1232023,1425401],[-1230387,1422626],[-1230091,1423210],[-1229287,1422174],[-1229877,1422466],[-1240118,1449128],[-1239874,1449088],[-1232993,1456511],[-1233065,1456888],[-1235890,1455893],[-1235217,1456881],[-1233188,1456030],[-1236531,1456542],[-1231637,1454147],[-1230523,1452500],[-1241167,1455760],[-1233333,1451738],[-1239885,1454799],[-1238168,1456685],[-1238426,1458027],[-1238351,1457205],[-1238110,1457381],[-1241605,1455924],[-1246458,1451832],[-1242023,1455926],[-1242687,1455869],[-1258152,1393936],[-1258451,1391814],[-1258798,1393301],[-1257878,1392692],[-1258432,1392532],[-1258262,1393038],[-1258580,1393569],[-1258605,1392717],[-1257912,1393059],[-1259147,1395291],[-1259456,1394731],[-1259679,1395202],[-1259404,1395010],[-1258921,1388446],[-1259898,1389737],[-1259388,1388593],[-1259713,1388462],[-1259212,1387853],[-1260750,1387665],[-1261227,1387585],[-1259012,1396067],[-1259235,1396380],[-1257327,1395831],[-1256757,1395478],[-1257645,1395816],[-1256904,1395630],[-1259522,1395731],[-1259205,1395587],[-1259671,1395723],[-1255202,1176356],[-1255803,1176292],[-1255483,1176601],[-1255604,1176192],[-104086,212333],[-103292,211930],[-103443,214799],[-103010,212805],[-102944,214936],[-113519,316936],[-111235,315323],[-109979,310196],[-111042,312706],[-111031,309159],[-109166,309274],[-111745,309485],[-110768,309991],[-110825,310857],[-112998,316100],[-112096,315110],[-113411,315544],[-111616,315235],[-113574,316504],[-110273,317594],[-110958,318484],[-112816,315922],[-113941,315567],[-114411,315959],[-113973,316950],[-114105,316512],[-104976,376344],[-105869,376228],[-103951,375710],[-105201,375923],[-103085,376023],[-110145,377717],[-114083,379533],[-114605,379170],[-115031,378084],[-115150,379591],[-113241,379211],[-112639,378169],[-113637,378947],[-114768,377580],[-114473,379903],[-112120,377256],[-111729,378035],[-114676,378949],[-111583,373471],[-111736,372517],[-110357,372647],[-111071,372049],[-111552,372053],[-110471,371992],[-112068,373189],[-113421,376017],[-112443,375038],[-112420,376712],[-111661,375136],[-110649,373907],[-110290,374751],[-109720,373822],[-111783,375990],[-111233,375356],[-110534,374193],[-106155,375662],[-106016,374503],[-106833,375774],[-105547,374183],[-106385,376370],[-103063,375150],[-106113,375433],[-107896,376096],[-108112,374573],[-106651,375952],[-108877,374386],[-108392,375446],[-108953,376133],[-103619,446344],[-103655,447371],[-102457,443611],[-102421,445344],[-102784,446869],[-102787,444568],[-102977,445367],[-103075,446698],[-110690,453392],[-106723,449146],[-107404,449873],[-108170,449652],[-107886,450015],[-108579,449173],[-106666,449680],[-108367,451520],[-109317,451639],[-110077,452568],[-108947,451987],[-110989,452531],[-108116,448630],[-107880,452013],[-107870,451268],[-107846,452246],[-107999,453617],[-105865,455167],[-107258,454673],[-107721,455158],[-105808,455729],[-106546,455862],[-107312,455600],[-107028,455991],[-107623,453187],[-107207,451740],[-106225,477832],[-105695,477915],[-105841,477131],[-105483,477200],[-105549,477586],[-110219,597993],[-108991,589594],[-110136,606380],[-108007,620437],[-108208,620981],[-106601,617019],[-105983,616969],[-110811,615720],[-110610,615806],[-109109,619589],[-112527,624763],[-112518,624748],[-110957,619293],[-110825,619224],[-106524,616991],[-107512,627870],[-109811,633512],[-110224,634065],[-109584,633488],[-111830,634994],[-113476,637465],[-113198,636988],[-112928,637182],[-106836,628556],[-106693,627928],[-107158,628893],[-105883,627863],[-108653,630398],[-108441,630625],[-108380,629671],[12273,351214],[10928,352829],[10597,353168],[11839,355113],[12216,354849],[11779,355600],[12567,355351],[10999,354854],[9668,353843],[8280,350511],[7352,351034],[7035,350647],[6585,350152],[8088,350083],[8359,349406],[6878,349110],[8599,349611],[8876,349887],[8545,350307],[6926,351148],[10631,349455],[10982,350020],[11522,349788],[9039,350797],[7338,350063],[9606,349903],[11269,349634],[5598,349088],[4931,349371],[4893,348885],[5363,349651],[5703,349209],[5198,348997],[5324,348897],[6027,348889],[5008,350730],[4328,349981],[3465,349827],[11242,349247],[5838,348577],[6271,348580],[12737,352809],[12162,353364],[12768,361988],[9773,597883],[11433,599449],[139010,396937],[129354,400714],[130179,397727],[130201,407283],[129059,404709],[135324,405767],[135521,405913],[135632,406315],[134677,406281],[134350,406682],[133142,404925],[133415,404913],[132678,405345],[132933,407494],[132100,407997],[129560,402079],[131079,404790],[131329,404311],[133450,406676],[131908,404534],[131734,404254],[133528,406293],[129111,406484],[128622,402794],[140069,403471],[140378,400547],[136714,397595],[137339,397710],[135622,399789],[132358,399897],[131692,403470],[133421,403721],[133405,404079],[134232,401956],[132732,403831],[128202,403312],[130243,402581],[129633,402542],[137310,404783],[137712,404476],[131407,406961],[129511,409048],[129983,409064],[131445,406988],[140181,404379],[132260,408147],[133158,408572],[128063,401854],[139393,406749],[131046,410552],[140297,415114],[135214,410983],[134731,414681],[129456,415322],[129668,415435],[134989,414729],[134801,413917],[135453,411940],[130356,415364],[129739,417131],[133599,412095],[135523,414642],[132027,411317],[134615,432726],[130373,501947],[129890,501074],[138077,504710],[137015,501582],[137080,501904],[129549,511469],[129204,511678],[128574,513766],[129918,513908],[131405,587710],[132807,581272],[131133,580412],[133491,586991],[133756,587589],[133083,587428],[132771,577788],[131706,589084],[131404,712212],[134594,709891],[133883,708849],[133730,709075],[133837,708826],[132693,712395],[130756,711910],[130741,712074],[130725,711911],[136199,711023],[133568,718487],[132533,718104],[135763,718574],[132531,718373],[132481,718111],[141817,396648],[149999,407899],[142767,405796],[141190,412181],[151729,418117],[146983,412914],[147277,412078],[147096,412151],[152352,416537],[152392,417204],[149527,420529],[147627,419298],[146879,425845],[152430,424686],[151876,426390],[147523,424226],[147083,423667],[145399,531443],[142037,529747],[152689,547029],[160989,419119],[159877,419396],[160501,420012],[159671,418821],[161621,422133],[157872,417543],[158201,417920],[164663,434374],[163641,430944],[165597,432812],[154821,431683],[154530,432246],[163373,435173],[157749,435231],[158235,435297],[163525,430033],[161958,422629],[156089,532130],[155455,529258],[154720,530986],[155079,531329],[153812,531286],[157537,534129],[163135,532986],[159327,537565],[156728,539866],[156117,539776],[156413,539319],[162808,595091],[160463,596532],[162725,593557],[164063,595046],[161982,593311],[162374,594405],[161761,595045],[158369,737284],[158877,737914],[157016,736406],[158979,737745],[158912,737929],[157488,733612],[156460,735211],[157875,733071],[156650,735303],[156448,735250],[178586,187345],[178705,186521],[178123,187098],[178161,186782],[177164,186100],[173214,214920],[172875,215084],[173457,214259],[174136,214576],[173493,215966],[173617,214703],[178283,220448],[178259,220346],[178483,220596],[177301,219948],[176760,220782],[176629,220811],[177056,220118],[176943,220551],[174035,394836],[173457,456752],[175705,454457],[168070,495351],[172413,597607],[172231,597805],[172370,597578],[185042,207257],[184634,206827],[184877,206524],[185574,206211],[185359,206185],[180687,227793],[180258,226260],[182164,226395],[181546,227134],[182919,392137],[188511,584016],[189084,583960],[189564,583908],[189008,585829],[184950,585371],[184517,585160],[189254,691242],[189203,691245],[191796,689230],[191822,689425],[191761,689242],[184976,689789],[185639,688742],[185382,688676],[185646,688692],[190256,691705],[189231,691510],[184264,691616],[193259,417967],[192789,418359],[193227,419350],[193095,418912],[195584,417635],[193626,418904],[196927,419994],[194384,418323],[195104,417510],[195965,417723],[196242,420884],[197221,412596],[196158,415106],[196169,411559],[198034,411674],[195455,411885],[196432,412391],[196375,413257],[193681,419336],[193789,417944],[194202,418500],[198838,410234],[192481,689377],[194169,689180],[192437,691966],[216136,577932],[215660,577200],[214089,577206],[214401,576270],[213387,576477],[215503,576664],[214189,576885],[209641,580542],[207161,579789],[210649,579370],[210583,581377],[210309,578653],[209833,579722],[208975,579738],[217484,578047],[217322,576750],[216312,576655],[222925,266316],[223194,266680],[222372,267102],[223360,267582],[222025,267329],[225521,283173],[225970,283161],[226290,283150],[221137,470477],[220898,470048],[237398,271155],[237937,270950],[238386,270775],[241719,284373],[242258,284168],[242707,283993],[239275,310637],[239036,310208],[234699,500824],[237628,511950],[236710,511233],[236622,511038],[235260,522983],[237406,523629],[237412,524040],[241948,516408],[241371,516417],[240487,517088],[239947,515975],[241271,519335],[240160,518950],[241014,519182],[242823,518729],[241109,524556],[241067,523688],[237414,512456],[238008,523809],[237967,536648],[236271,621313],[235762,620334],[237838,622853],[235580,620532],[235719,620305],[255728,260138],[255842,537472],[255950,537876],[255070,542328],[255393,548205],[254006,552472],[254715,552883],[255899,552823],[249000,610038],[249799,619119],[250731,619562],[249631,621932],[249429,616547],[247886,615654],[251416,622717],[251465,623319],[250455,623606],[251053,623728],[251679,622871],[14434,358439],[13307,358286],[13865,358271],[13665,358382],[13366,358600],[12904,358426],[14498,358249],[14711,358340],[14107,358540],[15084,352476],[15604,353418],[15162,353192],[14200,353829],[13741,353345],[13847,353380],[14103,352323],[14633,352308],[14395,352419],[14091,352637],[13664,352985],[15210,354061],[15672,353869],[14740,354106],[13693,352463],[15296,352286],[15534,352377],[15977,352829],[16012,352985],[15915,353336],[15837,353429],[14792,352577],[14956,352691],[15880,353625],[15388,353483],[14211,351438],[13762,350773],[13418,348648],[12997,348636],[12853,354756],[22899,370827],[21456,371202],[20817,371203],[16247,360574],[16516,360938],[15694,361359],[16682,361840],[15347,361586],[21626,369159],[22175,370081],[21729,369872],[20711,370505],[20237,370038],[20369,370081],[20565,369005],[21111,368979],[20894,369106],[20597,369335],[20162,369688],[21764,370718],[22203,370503],[21256,370761],[20161,369159],[21764,368929],[21994,369007],[22466,369450],[22535,369618],[22404,369951],[22418,370089],[21319,369262],[21510,369381],[22449,370274],[21946,370146],[21954,366995],[22465,367937],[22036,367711],[20924,368348],[20472,367864],[20629,367899],[20828,366842],[21386,366827],[21186,366938],[20887,367156],[20429,367499],[21998,368580],[22418,368388],[21450,368625],[20425,366979],[22019,366805],[22232,366896],[22701,367348],[22796,367504],[22606,367855],[22716,367948],[21628,367096],[21839,367210],[22719,368144],[22220,368002],[20859,370242],[20410,369577],[18921,370018],[19736,368133],[19809,367617],[20292,368653],[22510,366959],[23103,367857],[22643,367667],[21742,368348],[21246,367901],[21353,367937],[21525,366855],[22051,366805],[21822,366940],[21536,367181],[21139,367552],[22764,368514],[23210,368281],[22302,368581],[21128,367026],[22711,366728],[22956,366797],[23432,367218],[23477,367382],[23411,367723],[23307,367712],[22228,367075],[22399,367185],[23395,368039],[22893,367933],[16488,366972],[15636,366342],[16051,366404],[16783,365230],[17464,365199],[17146,365599],[17631,366466],[17180,366720],[17213,366619],[17314,366340],[17523,365837],[15766,365515],[15616,365754],[16270,365157],[17848,366219],[16766,366910],[16598,366868],[15977,366693],[15732,366695],[15836,366179],[15426,366287],[16732,366716],[16444,366770],[15297,366289],[15828,366154],[17162,367660],[16413,368186],[15120,367782],[15394,367125],[15531,367232],[16834,367422],[16881,367118],[16304,367082],[15768,366903],[15637,368700],[16010,369035],[15313,368382],[16213,366715],[17169,367998],[17196,368261],[17045,368827],[16966,368882],[16561,368911],[16733,367617],[16747,367773],[16465,368923],[16252,368546],[16755,360772],[17266,361714],[16837,361488],[15725,362125],[15273,361641],[15430,361676],[15628,360619],[16187,360604],[15987,360715],[15688,360933],[15230,361281],[16798,362357],[17219,362165],[16251,362402],[15226,360759],[16820,360582],[17033,360673],[17501,361125],[17597,361281],[17406,361632],[17517,361725],[16429,360873],[16639,360987],[17520,361921],[17021,361779],[15309,367145],[14859,366480],[13371,366921],[14706,362212],[14257,361547],[17446,360435],[16997,359770],[15508,360211],[14944,359381],[14515,359155],[13404,359792],[12951,359308],[13108,359343],[12909,358948],[14477,360024],[14897,359832],[13929,360069],[15180,358792],[15275,358948],[15085,359299],[15195,359392],[14318,358654],[15198,359588],[14699,359446],[17022,361059],[16413,361586],[17224,362826],[14754,361492],[20229,371323],[20290,371032],[20745,371328],[20736,370953],[22625,372532],[23136,373474],[22773,373819],[20995,373440],[21300,373436],[21297,372096],[22057,372364],[21857,372475],[21558,372693],[21100,373039],[22668,374117],[21096,372519],[23466,373041],[23387,373485],[22509,372747],[23390,373681],[22891,373539],[23394,371426],[20011,372119],[20702,371911],[20243,372195],[21595,373885],[23089,373925],[21812,374507],[22690,372342],[22903,372433],[23371,372885],[23276,373392],[20850,371452],[20167,372423],[22275,382202],[22544,382566],[21722,382987],[22710,383468],[21375,383214],[19237,373853],[19506,374217],[18684,374639],[19672,375120],[18337,374866],[18810,377230],[18219,376670],[19806,374346],[20188,375328],[19782,375043],[18709,375686],[18323,375156],[18432,375154],[18825,374219],[19359,374243],[19114,374284],[18782,374452],[18303,374765],[19692,375972],[20171,375883],[19204,376032],[18400,374298],[20016,374332],[20234,374472],[20616,374938],[20640,375034],[20477,375451],[20421,375349],[19494,374441],[19650,374526],[20428,375582],[19958,375392],[19593,374591],[18878,374818],[18545,376205],[21522,372898],[21124,373428],[21132,373267],[20056,373255],[19601,372688],[19885,372874],[20355,373142],[20777,373532],[21564,371801],[21302,371420],[21704,372332],[20263,373627],[19812,372088],[19865,371862],[20956,371682],[19705,380948],[18581,382542],[18223,381817],[18265,382156],[18579,380795],[19137,380780],[18937,380891],[18638,381109],[18180,381457],[19201,382578],[18176,380935],[19770,380758],[19983,380849],[20452,381301],[20547,381457],[20357,381808],[20464,381943],[19379,381049],[19590,381163],[18279,379792],[18775,380672],[18346,380478],[17632,381332],[17120,381111],[17540,379875],[18000,379786],[17592,379619],[17323,380103],[17081,380517],[18978,381220],[18151,381568],[17150,380040],[18655,379736],[18906,379828],[19289,380204],[19248,380292],[19270,380735],[18969,380644],[18048,379950],[18148,380043],[19281,380792],[18607,380783],[15739,595233],[14860,595204],[25413,591856],[25207,592737],[267514,242477],[267275,242049],[266160,239139],[266429,239503],[265607,239924],[266595,240405],[265260,240151],[262683,361431],[262444,361002],[256538,536385],[256128,536576],[256688,548869],[256659,549091],[259927,558394],[257951,561353],[257723,562620],[264143,562782],[258993,562188],[258803,563140],[265202,563754],[266910,565448],[265729,565389],[264102,571554],[263097,570288],[265068,565996],[265453,570089],[264452,569663],[265032,570608],[268134,569587],[268563,573667],[268621,583834],[267467,579122],[267297,579701],[260249,623586],[258772,623521],[259762,623970],[260169,625076],[259936,625277],[276924,270436],[276603,270064],[281302,324763],[276712,571297],[271639,575268],[271918,573756],[269543,585704],[269024,582907],[269848,583536],[269551,583904],[284866,226992],[285403,227318],[285079,227833],[284767,227837],[284451,228014],[285042,227929],[284710,226212],[285251,226431],[285373,226377],[284620,223512],[284812,224566],[284475,224218],[283220,224478],[283029,223932],[283596,223016],[284132,223175],[283907,223219],[283555,223333],[284168,225032],[284628,224980],[283634,224904],[284740,223351],[284914,223504],[285219,224079],[285261,224257],[284971,224531],[285047,224654],[284278,223506],[284443,223680],[285156,224960],[284559,224551],[283584,227606],[283840,227636],[283573,227096],[283910,226728],[284382,226389],[282941,223877],[282992,223417],[283170,223024],[294126,275217],[293131,274773],[292892,274344],[287206,284425],[289116,428759],[289304,427398],[290342,428825],[289994,427106],[290051,425536],[290864,426156],[290418,427967],[290475,427115],[290324,425766],[294559,274967],[295008,274791],[311112,282468],[311381,282833],[310559,283254],[311547,283735],[310212,283481],[312045,397059],[312195,397337],[312224,397580],[311631,400904],[314701,625252],[314651,626082],[313981,627239],[315201,626551],[314050,624486],[312809,624754],[314035,625076],[315139,625570],[312130,624165],[314509,626293],[313470,627210],[311658,625175],[312910,632308],[310629,633638],[312718,630784],[314157,632161],[311954,630558],[312423,631622],[311851,632269],[327295,400264],[329676,402041],[328149,400807],[329090,401002],[327739,399039],[328897,399776],[328665,401184],[330383,401354],[330669,402311],[330148,401598],[332287,409325],[332481,409221],[332250,410609],[331696,542376],[331457,541947],[320861,650699],[320549,650877],[320674,650739],[322862,650452],[322773,650398],[367309,656534],[367503,656349],[367462,656317],[367974,657397],[383356,664103],[369378,659010],[381595,665733],[382355,665304],[382443,663735],[383202,663072],[382895,665179],[382762,663856],[382836,665978],[381386,667067],[382683,666982],[36792,193981],[36013,194359],[37234,193224],[31331,257575],[32992,256600],[35018,257171],[34383,258046],[34105,258280],[35142,258180],[35354,257365],[34444,257022],[34908,258133],[34964,257336],[35105,257206],[34200,256370],[34323,256237],[37520,258066],[36300,262295],[29519,587267],[31943,588594],[35114,598548],[34907,598965],[35432,598985],[35510,598945],[35173,599138],[35205,599076],[34835,598496],[35033,598504],[35277,598343],[35674,598553],[30002,589900],[29978,589522],[36155,592557],[37548,591574],[37342,592455],[34317,590258],[31314,593078],[31362,591747],[31906,593288],[32871,590991],[32655,589154],[30486,589521],[30698,589101],[34349,591475],[35009,592098],[28116,589396],[35472,591131],[30296,597275],[28324,597782],[26446,593600],[27257,596075],[26754,594778],[387503,306284],[418173,316058],[415828,317499],[418090,314524],[419428,316013],[417347,314278],[417739,315372],[417126,316012],[419854,313110],[419261,312706],[420821,312842],[421379,311790],[420366,312554],[419072,311098],[419381,313443],[421767,310848],[422275,311667],[419178,312480],[411244,316762],[412475,317175],[412808,315484],[414183,314749],[414422,313743],[412992,316304],[413353,315573],[413727,314294],[418760,311583],[418597,313080],[411942,315597],[413476,314065],[420625,339626],[421261,339224],[421569,486453],[421711,485698],[420721,486167],[418606,484304],[420035,485611],[420087,486670],[420184,490582],[420034,489696],[419300,488787],[419715,489983],[419467,487878],[420366,487828],[418276,490593],[418718,487992],[419769,490948],[418705,490997],[420099,491583],[420495,491055],[419553,490943],[418717,659763],[419178,658990],[419735,658995],[420573,659646],[419898,658299],[418682,660936],[419143,659745],[420635,660231],[419254,658442],[418601,661902],[417964,661521],[419895,659136],[420800,664804],[422281,663555],[415145,672928],[413378,675040],[414579,671501],[416320,672489],[413798,671502],[414515,672416],[414137,673218],[432557,317195],[433089,317922],[434155,318413],[433239,317520],[434267,316339],[435013,318859],[434413,319304],[434687,315789],[432545,314066],[435157,316954],[435190,315149],[434380,314787],[432779,316688],[433705,316168],[432201,316266],[432082,316914],[432971,316594],[423002,341414],[423321,342367],[423472,341725],[422765,341917],[422509,340664],[422565,341999],[423311,663764],[423432,662211],[424562,663880],[422728,661854],[422973,663005],[436106,315193],[436082,314413],[441019,319590],[440376,319774],[437678,322707],[436747,322672],[437079,321351],[436432,321932],[436338,322404],[436455,321333],[437309,323128],[441971,320720],[441035,320975],[440504,320364],[440554,320843],[441739,321232],[421810,342387],[421472,340123],[422333,341053],[421255,342188],[442316,482088],[442632,481798],[442173,481198],[443043,483011],[442868,483921],[439610,485181],[442601,480848],[443662,480806],[442279,480209],[444086,481214],[441878,480733],[443603,483798],[442815,480852],[440111,487884],[439712,489074],[440533,486924],[441578,488355],[442064,487748],[440911,487725],[457018,499052],[457808,498413],[457337,499166],[459356,501904],[460654,500417],[457118,502268],[457927,499413],[457322,501258],[457415,500475],[455813,502316],[456079,501010],[456864,500596],[456563,515173],[455980,515474],[456731,514233],[456140,513211],[456292,514466],[456678,515733],[455602,512361],[456492,512366],[455751,515429],[454817,515329],[456051,516206],[454522,514828],[461618,498929],[460876,498683],[461701,500463],[462956,500418],[461268,499777],[39677,263988],[50146,258587],[49896,258722],[49925,258514],[49934,258311],[43673,271355],[43679,270271],[43726,269795],[44292,270239],[43624,271588],[42823,271658],[42509,271741],[42567,271924],[42558,271524],[42649,271349],[42672,271167],[46225,664390],[46732,664016],[46275,664016],[46648,664216],[63110,187040],[62613,190200],[62092,189496],[60356,187641],[60064,187968],[59790,187915],[60017,187409],[60722,187559],[60552,188045],[60163,187345],[58708,184435],[58738,184731],[59221,184646],[60945,432272],[60789,432034],[63480,656242],[63727,659066],[63647,658184],[62891,658942],[62143,659933],[68385,189909],[67766,189949],[67626,189990],[67783,189883],[68203,189897],[68523,189727],[68219,190124],[68048,189987],[68431,189562],[68619,189251],[67999,189198],[68073,189240],[68083,189186],[67721,189580],[67710,189551],[67793,189956],[64743,191930],[65158,191865],[67658,195499],[66778,195612],[67330,196394],[64709,193576],[65007,195205],[64521,194387],[65089,194883],[65263,194520],[64784,194913],[65533,194624],[65151,194062],[64298,193518],[64375,194041],[65284,192314],[64612,428659],[64845,429121],[64097,429505],[65199,429756],[76574,645165],[76575,644953],[76400,647243],[76469,647187],[64583,651175],[65741,650441],[65477,652208],[66569,650837],[67836,649878],[68164,650997],[68841,650118],[66376,651782],[67025,651264],[67961,650280],[76469,644769],[64137,659884],[64820,659472],[74232,691941],[74435,691760],[74395,691726],[74730,692858],[76260,694466],[67023,698687],[67069,699023],[66954,698679],[66748,699130],[66777,699074],[101508,261337],[101910,260889],[102138,261201],[96528,365709],[96247,365395],[96228,656065],[96525,656509],[96152,656069],[96154,656577],[96153,656508],[102528,260972],[104281,260131],[1227683,578974],[1226957,579366],[1227070,579129],[1227143,578754],[1227663,578250],[1228135,578621],[1228098,578058],[1227034,578403],[1227485,578638],[124504,169190],[123381,169229],[123860,169510],[123840,169838],[123309,169481],[123788,169714],[124309,169045],[123574,168987],[123947,168962],[124335,169408],[123636,169407],[120963,175188],[121112,175881],[120348,175391],[125390,371313],[123756,372166],[123376,371951],[125305,372222],[126418,371901],[125129,372428],[125794,371668],[125530,394959],[125124,395033],[123753,395255],[125589,395810],[121805,392554],[127855,402007],[125876,400782],[126227,401464],[125764,401761],[125316,401370],[126027,401836],[123130,397310],[122153,405797],[121743,406303],[122673,403104],[123991,405262],[125996,405524],[125810,401710],[125184,401797],[125468,401515],[123895,405710],[123171,407312],[124430,413123],[126348,413471],[127672,411555],[121191,420373],[120867,419640],[118756,417028],[122012,415749],[123280,410678],[122816,411225],[120840,410045],[121033,413053],[119746,415596],[125381,503791],[124640,569789],[124411,569518],[125367,564738],[125078,564668],[-117980,587163],[-118018,586416],[-118972,587329],[-118560,586903],[-598087,1783252],[-600628,1781341],[-590907,1793080],[-592178,1792634],[-591697,1803929],[-602123,1781694],[-637082,-137350],[-634786,-137021],[-634360,-136847],[-636657,-138756],[-631605,-140168],[-632189,-140507],[-633501,-149123],[-635407,-149437],[-635186,-149062],[-638140,-165753],[-632402,-161218],[-636862,-158836],[-635840,-165447],[-637351,-161099],[-639356,-159463],[-639174,-160333],[-635236,-157513],[-631693,-160467],[-637822,-168664],[-637700,-169404],[-636976,-166767],[-635813,-166374],[-635811,-169129],[-636182,-169722],[-635006,-166623],[-639767,-176405],[-648555,-139857],[-649511,-139647],[-651658,-139682],[-649784,-137869],[-642920,-140100],[-650639,-139174],[-649323,-139387],[-650728,-138397],[-648965,-139354],[-643617,-149484],[-644094,-151239],[-648716,-148098],[-647903,-148371],[-647361,-140712],[-645704,-140956],[-641476,-154525],[-641514,-154924],[-641235,-176619],[-641465,-174929],[-643948,-177451],[-640629,-183593],[-649655,-198964],[-661650,-145876],[-660543,-145014],[-658440,-145623],[-654899,-146068],[-655769,-178660],[-657712,-178183],[-658978,-176801],[-657319,-177333],[-669705,-146278],[-671356,-146722],[-667654,-151191],[-667481,-142752],[-671049,-145040],[-677352,-163906],[-676972,-163162],[-676438,-163434],[-677730,-164082],[-668773,-177289],[-668594,-176931],[-669740,-175083],[-671099,-175658],[-670387,-176701],[-679295,-169239],[-679275,-180523],[-680549,-182019],[-681680,-182081],[-686828,-192596],[-684233,-193488],[-683401,-193464],[-69355,603882],[-67982,606022],[-83006,583801],[-87106,583401],[-87701,606358],[-86347,606285],[-96513,588536],[-92920,587291],[-93192,601063],[-95349,601202],[-97023,604166],[-95410,608522],[-95362,609237],[-93641,608717],[-96437,605517],[-113926,584044],[-114126,584498],[-114874,583416],[-113933,583139],[-109653,589679],[-106742,605746],[-112820,624595],[-112890,625176],[-113512,621034],[-107552,624458]] \ No newline at end of file diff --git a/src/gathering/a10952.json b/src/gathering/a10952.json new file mode 100644 index 0000000..30ee86d --- /dev/null +++ b/src/gathering/a10952.json @@ -0,0 +1 @@ +[[-1278936,1352102],[-1276624,1351088],[-1267992,1481549],[-1268137,1481332],[-1275882,1481402],[-1275084,1481915],[-1274844,1482346],[-1274455,1482451],[-1273098,1204933],[-1273323,1204701],[-1273184,1204770],[-1272198,1206708],[-1272200,1206609],[-1283378,1333663],[-1283305,1334665],[-1283726,1334057],[-1282373,1334955],[-1286263,1333922],[-1284669,1334341],[-1286146,1334318],[-1284331,1332915],[-1286465,1337419],[-1285137,1338084],[-1284585,1339666],[-1283100,1340620],[-1284469,1342213],[-1282903,1343045],[-1282426,1342483],[-1285373,1343810],[-1283243,1342350],[-1280446,1349613],[-1282440,1345285],[-1285058,1352018],[-1285086,1352360],[-1286996,1350027],[-1284202,1349273],[-1282490,1348212],[-1284182,1347998],[-1285469,1352249],[-1282895,1350156],[-1282067,1352992],[-1281586,1354243],[-1281456,1363468],[-1282558,1366364],[-1284740,1367079],[-1284493,1364047],[-1289688,1363844],[-1289762,1361849],[-1287099,1364344],[-1282592,1358999],[-1284977,1357178],[-1287477,1371410],[-1291043,1373910],[-1285177,1371438],[-1282627,1372290],[-1286161,1373198],[-1291222,1386766],[-1287742,1406945],[-1289820,1411027],[-1290767,1417431],[-1287817,1415014],[-1287233,1420085],[-1287603,1418235],[-1286870,1418802],[-1286540,1410841],[-1287988,1414651],[-1289754,1412973],[-1287742,1408970],[-1288398,1409464],[-1288867,1424840],[-1290018,1423927],[-1290293,1424032],[-1292204,1444265],[-1287200,1459199],[-1288573,1459208],[-1286284,1471668],[-1286479,1471751],[-1286015,1471833],[-1286360,1475888],[-1288003,1473454],[-1287858,1472242],[-1282541,1475765],[-1282235,1475888],[-1282305,1475334],[-1298941,1400033],[-1297351,1401183],[-1298043,1402025],[-1301591,1431888],[-1300037,1434758],[-1300292,1435142],[-1301708,1438043],[-1294800,1446839],[-1294719,1448547],[-1301272,1452929],[-1304839,1449204],[-1300642,1447018],[-1297184,1450997],[-1297408,1449037],[-1297174,1452156],[-1304154,1449006],[-1299210,1452592],[-1300921,1453532],[-1299435,1450486],[-1295505,1161532],[-1295326,1161334],[-1295369,1161306],[-1294833,1162216],[-1293191,1163787],[-1303005,1202388],[-1302862,1201943],[-1302698,1202314],[-1302554,1202106],[-1304075,1205029],[-1303769,1204938],[-1297645,1204027],[-1297805,1203798],[-1293961,1206239],[-1293866,1206075],[-1299447,1206961],[-1299240,1207030],[-1298135,1206176],[-1303350,1214433],[-1304053,1214568],[-1303901,1214274],[-1303295,1226168],[-1303488,1227365],[-1303914,1225040],[-1305128,1225238],[-1302204,1228436],[-1303148,1229237],[-1303728,1243091],[-1303879,1243591],[-1305210,1263285],[-1305535,1263378],[-1297166,1257303],[-1296281,1257328],[-1296149,1257686],[-1295391,1258436],[-1312335,1392262],[-1310312,1402598],[-1308754,1401700],[-1308300,1402112],[-1309833,1401650],[-1310923,1404461],[-1308687,1403536],[-1309011,1396565],[-1311911,1396397],[-1314937,1418923],[-1314735,1419495],[-1314808,1420181],[-1314768,1420391],[-1315107,1420459],[-1314737,1420214],[-1315197,1420358],[-1314937,1420311],[-1310319,1418393],[-1312208,1410734],[-1311381,1411011],[-1311435,1409499],[-1315917,1417255],[-1315489,1416287],[-1317463,1413518],[-1314058,1430234],[-1310656,1429133],[-1309556,1427442],[-1310424,1422622],[-1312672,1429433],[-1313414,1429889],[-1309438,1423302],[-1310194,1422259],[-1311351,1423993],[-1310668,1425138],[-1313430,1427091],[-1313946,1429416],[-1313148,1426421],[-1312629,1432686],[-1310522,1436387],[-1311701,1436201],[-1309178,1441791],[-1309548,1443208],[-1316320,1439244],[-1313394,1441464],[-1311096,1443356],[-1310882,1440512],[-1310870,1441473],[-1310876,1440357],[-1312316,1435091],[-1314014,1438155],[-1313942,1437307],[-1314607,1436715],[-1315276,1436296],[-1316221,1436049],[-1316401,1436910],[-1316323,1437325],[-1309369,1450172],[-1311102,1448450],[-1312142,1449444],[-1313485,1457569],[-1309947,1453711],[-1311717,1455963],[-1316742,1167793],[-1310904,1173990],[-1310857,1167853],[-1317828,1189065],[-1318234,1189159],[-1315322,1178352],[-1315728,1178475],[-1311600,1180510],[-1311828,1180405],[-1311841,1180177],[-1311745,1202439],[-1310075,1198912],[-1310352,1198084],[-1310459,1198448],[-1309918,1199171],[-1313249,1195362],[-1313546,1195773],[-1315702,1192128],[-1316100,1191975],[-1317680,1191043],[-1318214,1205322],[-1318003,1205121],[-1310712,1214945],[-1311109,1215293],[-1312305,1211534],[-1312290,1211074],[-1313167,1209002],[-1309723,1204208],[-1310321,1204722],[-1308236,1217018],[-1308875,1217046],[-1324210,1297003],[-1324986,1296808],[-1324957,1296705],[-1324665,1296739],[-1330863,1306784],[-1328123,1366832],[-1328454,1392585],[-1328083,1392256],[-1320535,1122157],[-1320574,1122676],[-1320598,1122123],[-1320838,1122566],[-1320803,1122507],[-1327650,1177760],[-1319866,1177283],[-1320377,1171105],[-1319218,1170183],[-1319299,1169818],[-1322093,1185011],[-1327651,1178279],[-1327774,1189517],[-1327471,1188434],[-1326165,1188398],[-1326067,1189158],[-1320112,1202951],[-1320371,1202580],[-1319861,1202539],[-1322759,1192408],[-1321703,1195295],[-1323981,1191276],[-1323875,1190896],[-1323829,1191599],[-1323325,1200262],[-1326283,1198445],[-1326527,1198338],[-1327563,1192680],[-1322580,1208658],[-1322778,1208313],[-1337657,1292912],[-1338859,1292459],[-1331452,1306908],[-1341908,1355903],[-1336673,1356613],[-1334013,1356789],[-1342405,1363592],[-1341949,1363381],[-1342164,1363109],[-1342869,1365380],[-1343150,1365610],[-1341041,1357642],[-1334472,1358334],[-1339863,1359279],[-1339883,1358897],[-1337210,1359537],[-1334310,1357697],[-1332788,1362593],[-1337438,1367583],[-1340899,1371514],[-1338064,1370854],[-1336629,1372098],[-1334140,1370209],[-1332382,1373294],[-1332823,1372370],[-1339411,1381515],[-1342500,1377314],[-1340989,1377943],[-1332594,1389199],[-1332617,1389501],[-1332120,1390001],[-1333012,1389122],[-1333509,1389255],[-1335343,1388187],[-1334019,1388226],[-1333499,1390295],[-1335520,1393842],[-1335162,1394352],[-1336886,1392854],[-1340671,1404935],[-1340384,1405529],[-1342181,1400929],[-1356784,1337817],[-1349895,1356283],[-1349730,1356088],[-1351367,1356649],[-1348742,1353832],[-1348644,1352439],[-1347799,1354115],[-1345369,1354835],[-1346088,1354257],[-1346393,1356484],[-1353942,1350255],[-1355566,1351597],[-1354601,1351015],[-1355285,1344221],[-1351992,1345594],[-1348737,1357577],[-1349074,1360833],[-1344336,1358042],[-1345867,1357977],[-1345970,1359175],[-1353877,1362892],[-1349519,1373509],[-1347181,1376752],[-1350444,1373448],[-1348524,1383373],[-1346905,1382934],[-1348923,1384687],[-1349859,1390627],[-1349489,1392812],[-1345955,1399761],[-1346151,1400064],[-1347171,1401825],[-1347181,1396035],[-1348886,1395416],[-1348030,1395642],[-1348617,1399567],[-1353068,1399464],[-1347936,1402552],[-1349034,1399965],[-1351803,1396599],[-1344545,1402784],[-1344825,1401247],[-1348784,1106051],[-1351825,1200564],[-1351760,1200298],[-1352762,1199871],[-1353414,1199908],[-1353256,1199571],[-1355671,1200822],[-1355502,1200648],[-1354805,1197943],[-1354559,1198262],[-1349492,1193835],[-1354992,1260790],[-1354100,1262298],[-1353205,1261494],[-1354492,1263832],[-1366445,1342160],[-1366385,1342621],[-1366238,1342292],[-1358342,1335872],[-1359110,1337018],[-1367490,1354101],[-1367099,1354163],[-1366846,1354165],[-1363450,1355875],[-1365085,1349044],[-1363804,1349598],[-1358856,1359872],[-1362853,1026933],[-1362976,1026073],[-1362549,1026073],[-1361804,1025568],[-1361823,1075668],[-1361274,1075983],[-1361462,1075570],[-1361494,1075979],[-1358230,1203357],[-1358583,1203106],[-1358475,1256683],[-1360060,1260139],[-1368014,1258228],[-1363090,1263910],[-1364973,1264932],[-1364698,1264856],[-1358915,1258707],[-1365408,1255600],[-1366575,1268439],[-1376995,1338544],[-1376582,1347073],[-1376998,1345048],[-1381287,1039029],[-1386096,1331070],[-1385696,1331170],[-1382823,1331394],[-1388131,1325133],[-1387542,1333909],[-1386707,1332796],[-1386846,1332888],[-1387544,1333417],[-1382988,1331552],[-1383470,1036641],[-1383283,1036448],[-1383325,1036417],[-1382781,1037449],[-1393943,1073243],[-1394590,1077510],[-1394755,1076817],[-1395029,1076988],[-1393543,1076931],[-1393826,1077548],[-1393151,1077927],[-1392932,1077766],[-1393297,1084325],[-1393351,1084669],[-1392781,1184045],[-1393085,1184071],[-1391696,1185426],[-1389959,1182186],[-1389799,1182164],[-1389818,1182474],[-1390059,1182679],[-1389690,1182727],[-1390342,1182586],[-1393255,1181337],[-122261,289214],[-122540,396782],[-123460,396684],[-122995,395369],[-123693,395925],[-123838,396385],[-123610,395320],[-127472,396811],[-126790,395636],[-125876,395585],[-125195,394162],[-124393,394953],[-124190,393899],[-125605,396479],[-125276,395731],[-124904,394436],[-118864,391993],[-120368,391580],[-118512,390793],[-119678,392186],[-120453,389064],[-120830,388325],[-120835,386986],[-121549,388195],[-119497,389402],[-118561,388547],[-119784,388880],[-120375,386754],[-120997,389012],[-117787,387595],[-117680,388715],[-120814,388070],[-121941,388276],[-122619,388758],[-123927,388885],[-122626,389584],[-121738,387208],[-122624,386377],[-122214,387558],[-124224,388395],[-121901,388906],[-123541,385771],[-122488,385529],[-122870,388761],[-125429,390733],[-125845,389254],[-124214,390415],[-126622,389176],[-126002,390158],[-126461,390916],[-120852,392204],[-119274,392974],[-127403,392650],[-118347,394694],[-122516,399128],[-123484,398926],[-122776,397771],[-123687,398138],[-123851,398597],[-123477,397611],[-122942,399494],[-122953,397168],[-126199,397300],[-124499,565251],[-124165,564945],[-123659,565718],[-123286,564685],[-123397,566039],[-120403,586151],[-120642,585722],[-123812,653797],[-123618,653870],[-1407733,1332383],[-1402213,1333914],[-1402432,1334111],[-1396539,1072944],[-1396065,1072606],[-1395859,1073234],[-1396135,1072877],[-1401180,1074351],[-1396227,1065580],[-1395976,1065508],[-1398344,1075910],[-1397974,1076566],[-1400099,1075405],[-1399397,1159149],[-1403453,1202102],[-1402114,1201869],[-1401801,1201974],[-1416390,1299320],[-1418703,1297665],[-1419518,1299993],[-1419183,1297667],[-1416664,1299859],[-1416976,1296323],[-1417402,1299348],[-1418607,1301584],[-1418856,1298217],[-1418559,1299044],[-1420213,1300879],[-1420172,1301435],[-1417642,1295510],[-1416238,1301430],[-1416186,1301686],[-1416834,1300845],[-1417060,1300605],[-1418728,1301048],[-1420126,1301262],[-1418609,1298045],[-1415414,1297517],[-1415104,1298656],[-1416524,1297823],[-1416088,1297383],[-1416384,1297421],[-1414404,1299130],[-1417992,1298769],[-1415461,1299213],[-1415267,1296912],[-1416532,1298551],[-1414471,1299087],[-1415960,1297109],[-1417030,1298655],[-1416276,1298001],[-1416493,1298514],[-1415106,1297773],[-1415386,1297646],[-1416789,1295995],[-1416411,1295662],[-1416658,1295560],[-1416953,1294788],[-1416587,1296132],[-1417733,1295043],[-1414282,1296756],[-1414766,1295957],[-1413810,1297239],[-1413944,1296941],[-1414206,1297142],[-1413802,1297051],[-1414602,1295562],[-1414214,1295975],[-1414266,1295430],[-1413431,1296020],[-1413619,1295279],[-1413287,1296290],[-1412988,1295723],[-1414675,1295016],[-1413776,1295745],[-1413185,1295462],[-1414052,1296381],[-1414027,1294803],[-1413517,1296599],[-1413912,1297557],[-1414679,1296192],[-1413740,1297280],[-1414290,1297055],[-1414139,1297773],[-1413876,1296815],[-1413831,1296197],[-1413514,1296216],[-1414407,1296661],[-1413860,1297235],[-1414269,1297082],[-1415456,1297187],[-1415916,1298276],[-1415367,1297003],[-1415204,1295901],[-1415255,1296094],[-1415612,1295712],[-1414620,1297251],[-1414225,1297741],[-1414552,1297995],[-1414481,1298082],[-1414084,1296900],[-1414251,1296778],[-1413972,1296077],[-1418185,1301883],[-1418679,1301877],[-1418240,1301858],[-1418762,1302018],[-1418130,1302227],[-1417961,1302151],[-1417786,1302019],[-1418169,1301791],[-1416666,1302241],[-1417709,1302134],[-1417201,1302223],[-1417216,1302277],[-1417591,1301920],[-1417986,1302025],[-1417708,1301813],[-1418162,1302396],[-1418373,1302524],[-1418764,1302099],[-1418019,1302597],[-1418871,1302193],[-1419054,1301962],[-1417674,1302740],[-1417510,1302475],[-1416889,1302245],[-1417063,1302438],[-1416775,1302285],[-1417104,1302346],[-1419131,1301473],[-1419040,1301269],[-1418838,1301682],[-1419678,1302227],[-1419762,1301678],[-1419514,1301885],[-1419004,1301898],[-1419003,1301896],[-1419025,1301894],[-1418994,1301889],[-1419106,1301874],[-1419581,1302143],[-1416675,1301958],[-1417101,1301851],[-1417149,1301879],[-1417713,1301726],[-1416874,1301974],[-1417579,1302018],[-1415937,1300798],[-1415917,1299508],[-1415220,1300061],[-1415058,1299914],[-1415992,1301030],[-1415877,1300756],[-1415753,1299158],[-1415851,1299769],[-1415103,1299804],[-1416186,1300216],[-1416208,1299841],[-1415861,1299803],[-1415451,1299683],[-1416033,1300363],[-1415813,1300235],[-1415732,1300933],[-1415547,1300359],[-1415735,1300811],[-1415778,1300937],[-1415712,1300600],[-1415612,1300538],[-1414983,1299524],[-1415073,1299560],[-1415101,1299615],[-1415621,1300567],[-1415444,1299926],[-1415744,1300302],[-1417570,1294472],[-1417815,1294218],[-1408312,1332957],[-1420429,1375196],[-1420254,1375479],[-1418574,1372570],[-1418145,1372808],[-1410423,1132061],[-1410341,1132947],[-1409349,1133423],[-1410568,1132077],[-1432713,1281366],[-1430557,1288664],[-1426341,1291096],[-1422619,1291887],[-1432684,1286517],[-1430979,1289692],[-1432758,1282046],[-1433224,1281645],[-1432656,1286120],[-1432813,1286114],[-1431702,1317169],[-1432719,1318447],[-1433404,1322842],[-1433468,1319757],[-1431960,1042690],[-1431333,1042607],[-1431734,1042390],[-1431504,1042741],[-1426471,1070990],[-1426112,1071601],[-1422485,1073840],[-1423383,1072523],[-1423100,1075221],[-1423514,1074155],[-1421015,1073454],[-1422235,1070314],[-1424113,1067999],[-1423761,1068598],[-1423218,1068942],[-1423606,1069170],[-1423067,1075810],[-1423508,1075539],[-1428052,1135075],[-1430053,1135112],[-1431234,1130163],[-1432049,1129937],[-1432751,1252694],[-1432592,1249558],[-1432873,1258304],[-1433072,1257578],[-1433298,1257114],[-1430802,1254913],[-1421135,1274872],[-1446312,1286649],[-1439267,1280973],[-1441365,1287726],[-1444144,1287943],[-1441360,1287807],[-1442912,1287595],[-1443422,1287858],[-1445979,1287935],[-1445990,1287520],[-1441147,1285990],[-1439555,1287843],[-1439585,1288453],[-1439121,1287767],[-1441297,1286645],[-1441281,1286701],[-1443979,1284298],[-1444582,1284921],[-1443869,1284765],[-1443503,1285212],[-1445655,1284859],[-1443094,1303997],[-1443450,1302460],[-1444969,1303971],[-1445879,1304993],[-1446151,1304278],[-1442988,1302701],[-1442471,1302090],[-1444140,1304396],[-1445641,1304112],[-1445874,1304584],[-1445834,1301879],[-1445945,1301487],[-1446166,1302090],[-1441415,1302433],[-1442366,1302541],[-1436428,1331122],[-1434054,1330797],[-1435374,1326893],[-1434256,1324945],[-1435418,1326837],[-1438379,1324294],[-1437792,1323192],[-1437910,1324562],[-1438809,1324074],[-1438438,1325464],[-1437742,1325894],[-1439254,1326277],[-1439130,1328102],[-1446384,1338456],[-1445767,1339237],[-1437273,1337598],[-1437596,1338400],[-1437282,1338192],[-1437126,1341224],[-1444242,1343004],[-1444278,1344101],[-1435146,1332319],[-1435979,1332467],[-1444597,1344468],[-1443308,1345041],[-1443395,1345567],[-1445720,1347813],[-1446333,1347767],[-1444822,1030568],[-1444705,1034634],[-1444224,1026933],[-1446270,1036402],[-1445810,1035395],[-1444331,1033371],[-1444180,1035623],[-1445004,1035757],[-1445194,1035405],[-1443649,1034212],[-1444503,1033334],[-1445080,1035923],[-1445451,1034725],[-1445816,1036095],[-1443516,1034132],[-1446288,1028831],[-1445707,1032440],[-1445772,1025609],[-1446346,1033683],[-1445317,1035472],[-1444249,1034934],[-1443489,1033940],[-1445957,1035799],[-1446175,1034503],[-1439662,1036961],[-1446305,1026695],[-1443033,1034565],[-1444867,1033846],[-1444963,1033461],[-1445736,1034154],[-1446230,1034883],[-1446045,1038221],[-1445411,1040422],[-1442070,1039326],[-1442502,1048409],[-1445925,1047993],[-1443912,1045080],[-1445874,1037455],[-1445085,1047308],[-1443283,1042147],[-1442142,1039127],[-1444729,1038395],[-1445001,1037724],[-1443728,1040425],[-1442874,1041577],[-1444955,1048652],[-1444386,1040497],[-1444263,1039063],[-1444983,1037968],[-1444765,1037977],[-1444013,1038693],[-1444431,1041509],[-1443754,1046293],[-1444607,1040401],[-1444689,1038183],[-1445218,1038944],[-1445900,1047229],[-1444023,1038989],[-1444995,1039050],[-1444301,1039817],[-1444769,1039815],[-1445143,1040924],[-1445291,1041751],[-1444064,1045898],[-1444555,1042330],[-1444501,1046735],[-1444054,1037274],[-1439116,1038288],[-1443699,1041930],[-1438767,1037726],[-1443759,1040870],[-1444058,1048031],[-1444065,1039720],[-1440506,1038030],[-1444914,1048033],[-1443573,1046763],[-1444051,1047274],[-1445788,1038798],[-1445778,1040019],[-1446078,1048401],[-1445110,1048942],[-1444695,1045289],[-1442981,1046961],[-1443180,1048336],[-1443351,1045910],[-1443357,1047760],[-1445245,1043171],[-1445184,1042825],[-1445325,1043647],[-1444547,1043427],[-1446083,1050364],[-1445872,1049870],[-1439308,1083991],[-1439547,1083563],[-1438798,1082376],[-1438529,1082600],[-1439351,1082998],[-1438363,1083598],[-1439698,1083242],[-1444275,1079867],[-1442816,1080703],[-1442774,1080992],[-1442510,1080972],[-1444350,1081531],[-1444691,1081422],[-1445287,1080984],[-1446238,1080460],[-1437665,1100871],[-1441530,1098660],[-1441102,1098293],[-1441061,1098694],[-1443533,1100184],[-1443933,1099407],[-1443355,1099943],[-1443165,1099767],[-1443034,1099556],[-1442712,1099668],[-1441019,1101957],[-1440708,1101740],[-1435750,1248779],[-1435364,1249197],[-1433730,1258239],[-1433601,1254850],[-1434902,1255196],[-1442389,1276878],[-1443037,1277747],[-1434149,1278987],[-1440409,1278667],[-1434078,1279163],[-1433685,1278857],[-1454982,1291282],[-1454469,1290600],[-1455538,1292697],[-1450928,1288947],[-1453268,1290326],[-1450410,1289225],[-1448402,1291116],[-1450102,1292201],[-1450311,1289832],[-1450626,1289127],[-1456960,1292816],[-1453281,1288957],[-1455281,1290189],[-1454325,1290306],[-1449936,1288472],[-1453268,1289372],[-1453396,1288817],[-1454228,1290259],[-1454260,1288626],[-1454716,1288938],[-1451344,1288995],[-1454276,1290691],[-1446656,1286740],[-1450414,1302740],[-1447747,1305417],[-1448957,1304859],[-1454299,1299400],[-1449647,1302390],[-1450164,1302477],[-1455451,1302495],[-1449793,1299564],[-1455589,1299081],[-1448866,1305506],[-1456534,1301645],[-1453588,1299421],[-1448054,1305689],[-1451687,1304262],[-1451048,1303854],[-1451544,1304818],[-1452148,1303886],[-1454915,1299140],[-1450240,1304423],[-1449207,1305342],[-1454936,1299795],[-1450941,1304293],[-1450876,1302054],[-1449913,1302382],[-1451104,1301183],[-1451859,1300967],[-1453238,1300254],[-1447183,1302477],[-1447462,1302089],[-1446939,1302321],[-1446611,1302063],[-1447438,1302292],[-1452289,1299938],[-1452343,1300988],[-1455578,1301168],[-1452685,1300623],[-1452144,1300502],[-1452583,1300056],[-1452426,1304281],[-1453664,1303450],[-1453653,1303117],[-1454082,1302828],[-1452374,1303922],[-1453924,1303144],[-1458920,1302647],[-1453009,1303397],[-1453079,1303000],[-1453076,1299961],[-1452930,1301689],[-1455522,1302127],[-1448637,1300048],[-1449647,1299152],[-1457352,1301668],[-1455647,1301053],[-1451630,1300672],[-1448190,1305145],[-1454189,1294605],[-1450672,1294620],[-1448085,1306202],[-1448250,1305987],[-1454986,1317728],[-1455288,1317979],[-1452529,1317667],[-1458292,1310752],[-1458485,1312472],[-1458050,1312464],[-1458316,1311093],[-1447288,1315491],[-1448386,1316665],[-1448098,1317474],[-1447418,1316291],[-1455280,1323614],[-1452844,1323066],[-1454990,1323672],[-1456822,1320811],[-1458920,1341238],[-1457916,1343840],[-1458535,1343385],[-1452634,1341193],[-1452380,1341399],[-1451248,1344102],[-1454585,1342145],[-1455074,1341995],[-1455268,1342629],[-1455054,1341346],[-1455430,1341242],[-1455399,1341825],[-1454617,1341062],[-1454609,1341457],[-1455078,1340865],[-1454686,1341676],[-1452950,1343789],[-1447085,1339599],[-1446475,1338173],[-1457413,1344995],[-1456876,1345643],[-1457803,1345921],[-1451296,1345244],[-1452051,1345617],[-1452134,1345133],[-1451734,1345337],[-1452775,1344375],[-1448711,1347665],[-1447388,1349828],[-1452631,1352333],[-1450811,1351432],[-1451918,1351245],[-1454098,1350835],[-1459151,1354307],[-1450217,1036121],[-1449292,1032698],[-1451114,1034082],[-1450415,1032827],[-1447358,1032641],[-1447843,1033072],[-1449131,1027496],[-1447879,1032354],[-1448325,1025857],[-1447217,1033768],[-1447732,1035553],[-1447457,1035829],[-1446422,1027374],[-1446714,1032943],[-1448494,1035888],[-1449458,1036551],[-1447302,1035590],[-1450333,1034283],[-1450442,1032934],[-1448375,1036733],[-1449166,1032518],[-1446901,1036871],[-1447417,1036043],[-1449158,1036493],[-1447553,1026330],[-1449753,1035870],[-1446653,1034121],[-1449617,1036236],[-1447101,1034679],[-1447358,1035216],[-1447978,1032981],[-1448015,1034624],[-1448471,1033094],[-1449364,1035986],[-1446457,1034995],[-1447891,1033565],[-1448530,1036753],[-1449563,1035459],[-1446571,1037452],[-1448240,1049432],[-1447169,1049339],[-1447285,1037329],[-1448322,1048214],[-1446853,1037877],[-1450026,1049118],[-1449145,1049403],[-1450276,1047770],[-1449828,1049039],[-1446644,1047699],[-1449107,1048620],[-1448010,1048954],[-1449327,1047849],[-1448636,1049585],[-1450133,1048499],[-1446988,1047917],[-1449960,1047131],[-1448887,1047221],[-1450497,1040519],[-1450739,1040904],[-1450900,1040254],[-1450445,1040039],[-1448644,1050610],[-1448369,1050108],[-1446501,1049841],[-1447628,1049830],[-1449156,1069809],[-1449850,1070549],[-1449197,1068836],[-1449303,1068836],[-1449530,1068856],[-1450014,1068366],[-1450686,1068396],[-1450287,1069056],[-1451155,1072711],[-1451214,1073319],[-1451549,1073058],[-1467672,1288337],[-1460491,1289037],[-1460448,1288735],[-1463111,1288677],[-1467792,1294744],[-1470877,1296227],[-1470823,1304178],[-1462340,1298550],[-1465826,1298784],[-1464618,1301697],[-1466456,1296779],[-1465053,1299021],[-1465866,1298359],[-1468044,1303205],[-1464935,1296849],[-1465800,1297848],[-1464953,1301230],[-1465538,1298433],[-1468251,1300121],[-1466060,1300086],[-1466056,1298880],[-1466699,1302579],[-1467534,1300175],[-1465294,1298430],[-1469606,1305902],[-1461429,1326202],[-1461417,1326113],[-1461432,1324596],[-1460817,1324337],[-1467535,1325622],[-1467324,1320895],[-1465930,1324636],[-1468223,1323267],[-1462228,1341024],[-1461644,1340422],[-1459756,1341404],[-1460438,1341074],[-1460215,1341368],[-1463217,1342477],[-1460942,1340714],[-1463319,1341984],[-1464580,1341482],[-1460759,1344188],[-1462944,1343023],[-1459301,1343819],[-1465462,1343347],[-1465354,1342868],[-1464019,1343462],[-1464335,1341385],[-1464227,1335647],[-1462574,1334627],[-1462749,1333428],[-1464971,1335329],[-1465968,1333551],[-1468260,1333574],[-1467434,1335673],[-1467539,1336185],[-1463311,1333252],[-1463055,1333032],[-1465591,1334131],[-1465922,1335541],[-1462088,1344242],[-1461154,1344263],[-1461540,1344290],[-1459447,1344262],[-1470395,1344323],[-1461736,1346449],[-1460869,1345034],[-1462837,1345282],[-1461619,1346294],[-1461033,1346543],[-1462256,1345622],[-1464697,1345460],[-1464885,1345264],[-1464655,1345373],[-1463537,1345486],[-1463420,1347105],[-1464799,1349991],[-1466059,1346511],[-1465491,1347055],[-1465690,1346609],[-1462784,1349567],[-1463622,1348601],[-1464071,1349206],[-1464035,1347945],[-1462679,1345766],[-1461424,1346733],[-1465637,1345656],[-1461358,1345932],[-1471724,1349771],[-1470699,1347363],[-1471358,1347596],[-1463363,1346498],[-1471098,1347102],[-1465611,1349716],[-1465053,1349622],[-1461291,1351046],[-1463295,1349534],[-1466974,1349589],[-1469232,1349630],[-1468115,1350734],[-1468486,1349869],[-1460679,1355631],[-1460024,1354796],[-1462193,1356437],[-1464360,1352947],[-1461241,1356491],[-1465980,1353797],[-1463759,1355603],[-1463941,1356485],[-1461619,1356250],[-1470749,1358129],[-1460911,1357424],[-1471727,1009465],[-1470171,1011186],[-1459389,1022454],[-1470637,1047614],[-1470810,1047415],[-1468817,1043286],[-1468860,1043677],[-1467487,1074876],[-1467343,1074968],[-1467142,1074744],[-1466850,1075327],[-1471682,1064476],[-1471178,1076047],[-1471488,1075920],[-1466216,1079997],[-1465896,1080343],[-1478000,1314945],[-1478277,1315131],[-1477753,1315195],[-1482954,1323700],[-1479825,1343234],[-1478557,1343907],[-1484471,1343371],[-1484112,1342666],[-1484474,1331558],[-1484028,1331793],[-1482721,1333747],[-1482185,1332159],[-1479258,1355881],[-1481740,1356044],[-1481874,1355534],[-1479432,1349758],[-1478257,1349640],[-1479670,1350228],[-1478300,1348608],[-1478634,1350935],[-1477527,1349841],[-1476592,1351575],[-1479284,1350112],[-1482034,1352520],[-1483694,1351132],[-1483095,1352310],[-1478120,1345381],[-1479946,1345072],[-1475920,1347539],[-1477214,1345140],[-1476117,1345394],[-1475222,1346107],[-1484554,1355883],[-1472155,1357810],[-1472525,1360378],[-1474756,1361127],[-1480757,1357489],[-1472290,1008794],[-1472094,1008614],[-1472135,1008583],[-1479436,1023843],[-1479267,1024143],[-1477699,1021167],[-1478154,1023706],[-1478747,1023959],[-1473346,1047193],[-1474867,1057160],[-1476035,1057215],[-1472870,1050061],[-1473078,1061971],[-1473192,1062557],[-1473514,1056253],[-1474155,1054406],[-1477153,1054951],[-1492133,1314295],[-1486722,1331085],[-1484982,1343290],[-1491358,1343895],[-1487926,1337984],[-1492016,1336944],[-1489379,1350026],[-1484951,1344628],[-1487089,1345555],[-1486734,1345631],[-1489740,1344487],[-1491912,1346831],[-1489884,1345936],[-1487511,1346927],[-1488449,1347303],[-1491961,1355729],[-1492740,1356107],[-1491007,1355574],[-1489690,1356903],[-1488871,1355456],[-1492803,1351129],[-1491105,1351547],[-1494381,1351622],[-1492128,1351234],[-1486922,1352419],[-1489571,1350917],[-1487218,1352878],[-1488359,1350699],[-1489940,1358990],[-1487860,1357244],[-1486614,1057292],[-1491767,1059993],[-1491466,1060608],[-1490560,1060263],[-1490969,1060369],[-1513122,995676],[-1513370,996205],[-1513166,995601],[-1513568,995891],[-1513510,995851],[-1519162,1004432],[-1518980,1004239],[-1519022,1004210],[-1518472,1005138],[-1516902,1006749],[-137019,251399],[-139752,251520],[-136446,249959],[-135861,251860],[-137015,249400],[-137122,250565],[-137948,250869],[-133165,292436],[-129025,570557],[-128756,570921],[-129578,571343],[-128590,571823],[-129925,571570],[-129188,607650],[-128919,608014],[-129741,608435],[-128753,608916],[-130088,608662],[-1529526,1342054],[-1530504,1343264],[-1530657,1340717],[-1526460,1342355],[-1530273,1341329],[-1530712,1343111],[-1527765,1342282],[-1532408,1343210],[-1530445,1026192],[-1530895,1026078],[-1573840,1031868],[-1573975,1031517],[-1573677,1032749],[-1573826,1032650],[-1571466,1036004],[-1572380,1034946],[-1571167,1034195],[-1571287,1033893],[-1571510,1033786],[-1572914,1035123],[-1571106,1035968],[-1572127,1035051],[-1570788,1034475],[-1572161,1034977],[-1571453,1036067],[-1573641,1033455],[-1571396,1033979],[-1570858,1033909],[-1571681,1033266],[-1571856,1032403],[-1571544,1033495],[-1571778,1034882],[-1574086,1034123],[-1573967,1035807],[-1573544,1033276],[-1577987,1028021],[-1578061,1027969],[-1577622,1027817],[-1577632,1024990],[-1577982,1028813],[-1577887,1027567],[-1577736,1028471],[-1577307,1027325],[-1577655,1026601],[-1576697,1028270],[-1576918,1027566],[-1577423,1028102],[-1576544,1026605],[-1577301,1025230],[-1577600,1025482],[-1578270,1025724],[-1578482,1025697],[-1574603,1034301],[-1576072,1031420],[-1575178,1033435],[-1575663,1032144],[-1591621,958944],[-1592109,958759],[-1595264,959712],[-1592239,959805],[-1592373,957284],[-1593096,959180],[-1593241,957321],[-1591267,959464],[-1592944,955364],[-1595735,959932],[-1592677,959363],[-1596475,959634],[-1591738,957499],[-1592378,958742],[-1596345,960308],[-1593419,962484],[-1593731,961804],[-1592934,961518],[-1592799,961003],[-1590953,960660],[-1589996,960273],[-1594361,960564],[-1593552,960572],[-1593906,960240],[-1594331,961636],[-1591966,960741],[-1592112,962018],[-1593429,961151],[-1591791,963207],[-1592711,960244],[-143264,241121],[-142399,240256],[-141551,241358],[-141912,242200],[-142984,242088],[-142368,242692],[-140909,243429],[-142116,243847],[-141108,244432],[-141370,243603],[-149216,290830],[-148947,291195],[-149769,291616],[-148781,292097],[-150140,291881],[-150125,646067],[-150019,646246],[-158442,215903],[-154719,286387],[-174266,254285],[-171129,288312],[-172817,286189],[-169604,288035],[-170919,289553],[-169447,287265],[-170491,287798],[-171203,287273],[-170477,283924],[-170227,283193],[-169989,284902],[-168886,285179],[-169812,284367],[-168704,282665],[-170928,283450],[-167950,285267],[-168614,285998],[-170025,283060],[-169111,289441],[-168219,290953],[-167788,292469],[-168892,292400],[-168359,293322],[-169000,290443],[-168755,291236],[-168178,292456],[-169254,282421],[-170762,282530],[-167841,288968],[-167578,290310],[-171674,300456],[-171542,303128],[-173116,299933],[-171251,299279],[-173658,300515],[-172506,300581],[-172191,301390],[-169501,301457],[-168715,301543],[-167686,302306],[-170312,302139],[-170247,303337],[-169742,302184],[-167768,302878],[-169161,300950],[-170041,304363],[-170945,303870],[-168529,301705],[-168714,300444],[-169172,299609],[-167825,299257],[-168692,298960],[-169150,299116],[-168148,298695],[-169267,300334],[-168218,300911],[-176780,468320],[-176622,468245],[-174140,472143],[-173879,471862],[-177411,473675],[-175644,472465],[-177519,467624],[-177236,473544],[-172427,470392],[-175748,472439],[-174940,471354],[-174624,471767],[-175084,472846],[-174510,471529],[-174946,471545],[-175758,472691],[-174723,472276],[-174578,472362],[-175524,472206],[-175347,471699],[-175736,472466],[-176397,468038],[-176039,468778],[-176560,467941],[-176436,468301],[-176993,467497],[-176277,468558],[-176175,468521],[-176483,469137],[-176469,468604],[-176646,467773],[-169050,470405],[-170030,469875],[-169841,470962],[-168417,470634],[-169837,471428],[-168894,470203],[-169736,470868],[-169373,471375],[-168693,470004],[-169929,470068],[-170048,469066],[-179193,466322],[-179139,466416],[-169949,480217],[-170399,479552],[-171887,479993],[-168907,473884],[-172437,475563],[-173805,475458],[-171957,474181],[-173166,475294],[-174645,475318],[-173211,475396],[-172114,475355],[-173276,475391],[-171880,475944],[-172481,474389],[-172878,475374],[-172556,476006],[-191267,285658],[-191608,285074],[-191576,283863],[-190363,285751],[-190626,285325],[-191135,283524],[-191774,285801],[-191586,284836],[-185658,285772],[-184413,285213],[-184905,286884],[-183645,285676],[-182264,284909],[-182091,285972],[-181302,285254],[-183964,286530],[-183252,286117],[-182196,285280],[-184952,283557],[-184528,283924],[-184323,284965],[-183949,283504],[-185805,283840],[-186596,284704],[-185474,284106],[-184658,285448],[-184529,283191],[-187296,285383],[-187519,284676],[-184501,284136],[-189402,284999],[-188570,284304],[-188513,285227],[-185737,458258],[-184836,458475],[-185435,459585],[-186350,458084],[-185152,457925],[-184864,458279],[-185448,457335],[-186586,459184],[-186460,458333],[-185791,459313],[-186449,457824],[-186346,457816],[-182380,460557],[-182757,460005],[-182803,460114],[-182317,460476],[-182320,460654],[-182391,460539],[-182328,460496],[-182612,460251],[-182450,460475],[-182632,460254],[-182121,460778],[-182484,460074],[-184660,466591],[-179509,471360],[-181289,470394],[-183421,466117],[-185676,464286],[-184176,465879],[-185656,463200],[-183889,464645],[-185032,464039],[-184364,465358],[-184594,466038],[-186566,464316],[-185762,464506],[-184280,465985],[-185399,465716],[-181254,471234],[-180867,470405],[-181969,470674],[-180975,470715],[-180340,470796],[-181868,470810],[-180629,470076],[-181683,470396],[-180220,471535],[-181239,471602],[-181137,466359],[-181041,465348],[-180817,466775],[-180043,466001],[-180681,465213],[-179958,466280],[-180510,465185],[-181189,465604],[-179903,466468],[-179794,466216],[-180029,465439],[-181170,465154],[-188293,463512],[-188311,463357],[-188419,463230],[-188190,461995],[-187578,464142],[-187880,463201],[-188192,463688],[-180220,464666],[-179658,465622],[-180251,464567],[-179702,465232],[-185748,465538],[-181892,470872],[-181117,471684],[-188295,463211],[-188232,463887],[-188891,461486],[-188879,461268],[-186383,462183],[-179314,465999],[-179451,465829],[-180338,464523],[-179971,465088],[-180248,464870],[-179628,465659],[-182865,468944],[-189257,495010],[-186349,498131],[-185992,498089],[-185399,498681],[-185444,498056],[-184671,498723],[-185626,498249],[-190426,493159],[-187660,493139],[-188529,492466],[-187677,493430],[-188883,494258],[-188466,493163],[-188763,493848],[-188073,493680],[-187654,493384],[-187682,492860],[-188517,493059],[-187987,493126],[-188249,494151],[-181343,496211],[-184616,497895],[-185918,497054],[-184554,497169],[-186131,496848],[-184305,494542],[-184181,495140],[-184498,494528],[-183687,495255],[-184498,494888],[-183721,495595],[-184635,494588],[-184098,494799],[-184463,494625],[-184556,494349],[-184837,494534],[-184426,495023],[-189507,495520],[-190035,494934],[-190614,495262],[-189639,495469],[-189614,495108],[-190668,495027],[-189353,495548],[-188760,495660],[-189998,495137],[-190665,513728],[-184539,638702],[-184011,638356],[-184462,638332],[-184109,638552],[-199948,292932],[-200510,291688],[-198894,292173],[-200104,290927],[-199907,289396],[-199305,291257],[-199712,290543],[-198087,284756],[-198205,284114],[-197751,283021],[-198887,284015],[-197261,285136],[-196101,284797],[-197361,284659],[-197212,282852],[-198622,284732],[-195092,284483],[-195355,285334],[-198101,283904],[-200877,289553],[-200580,288596],[-200548,289494],[-192277,285192],[-197596,302292],[-198680,299825],[-196070,302267],[-197558,303542],[-195777,301522],[-196870,301878],[-197455,301234],[-198131,298819],[-198727,299202],[-199967,299265],[-198600,299847],[-198067,297922],[-198923,297025],[-198488,298215],[-200323,298859],[-197989,299304],[-199730,296242],[-198780,296118],[-198969,299199],[-194532,490606],[-193688,491529],[-192852,490201],[-193562,491278],[-192973,490244],[-193527,492510],[-194055,490355],[-193535,491659],[-193893,492089],[-192242,492030],[-194288,492321],[-194268,491577],[-193521,512022],[-201752,517078],[-202048,517077],[-201297,516883],[-201918,517328],[-201991,516796],[-201457,516206],[-201768,516982],[-201853,517259],[-202250,516153],[-201982,516563],[-201899,517305],[-200642,512961],[-199642,512823],[-200021,512619],[-200537,513027],[-201101,512504],[-200070,512768],[-200817,512727],[-200939,513354],[-200484,512430],[-200618,512604],[-199546,513340],[-200462,513097],[-198933,516883],[-198240,516735],[-198881,516921],[-198841,516703],[-199014,516757],[-197952,516413],[-198337,517458],[-197859,516460],[-197667,516500],[-193569,513744],[-193275,513466],[-194222,513219],[-194175,512938],[-193457,512589],[-193362,512243],[-193498,512655],[-194514,512966],[-197923,513826],[-197586,513924],[-198801,514680],[-198157,514173],[-198340,514944],[-216666,612919],[-216484,612721],[-216527,612692],[-215975,613700],[-214408,615240],[-217024,623989],[-216608,624377],[-217099,624009],[-216999,624501],[-217015,624434],[-228829,291288],[-228293,290536],[-227373,291458],[-227483,290652],[-227844,290330],[-227007,290962],[-228998,290761],[-229582,447702],[-230273,451096],[-230373,451011],[-229984,450325],[-230066,450050],[-224248,554547],[-224058,554353],[-224099,554322],[-223550,555497],[-222150,556910],[-234849,289088],[-235744,289502],[-235917,288082],[-236326,289017],[-236232,289452],[-236523,288417],[-235032,289593],[-233312,290209],[-232831,290703],[-232617,291861],[-232111,290439],[-234300,290304],[-235093,291162],[-233936,290657],[-233030,292279],[-232777,289961],[-235715,291904],[-235994,291062],[-232806,290934],[-233635,296787],[-236357,296437],[-232817,295467],[-232578,297444],[-233281,294816],[-233590,295947],[-234458,296104],[-242589,447079],[-243050,447823],[-242176,447633],[-241629,447999],[-241912,447192],[-242449,447427],[-241764,447544],[-242285,447354],[-242554,447173],[-236783,448171],[-237031,447855],[-236850,447744],[-236698,448138],[-242826,449433],[-242975,448760],[-241516,451576],[-241199,451761],[-241072,451322],[-242136,451956],[-241455,451809],[-241715,451632],[-243160,451622],[-242460,451882],[-241826,451620],[-236493,448514],[-237080,448652],[-235804,448340],[-236014,448593],[-236317,450404],[-234024,451296],[-236559,449617],[-236599,449669],[-234976,450299],[-236651,450122],[-235587,450247],[-236023,450390],[-235313,450523],[-230451,450308],[-230896,449319],[-230769,450357],[-230603,450435],[-230963,450480],[-238752,449264],[-238807,449208],[-239145,449155],[-242988,478650],[-242706,476550],[-243129,476811],[-242362,477235],[-242765,478987],[-243169,621659],[-243429,621288],[-243384,621698],[-7688,648599],[-7662,649040],[-7760,648560],[-8078,648946],[-8037,648896],[-243565,448968],[-243401,449118],[-243728,448633],[-243882,448428],[-243516,448575],[-243801,448494],[-243571,448515],[-252976,464935],[-252507,465347],[-252292,464878],[-252881,465123],[-243766,621450],[-268132,621160],[-270594,619083],[-270439,618867],[-270484,618842],[-269752,619792],[-286422,561729],[-286200,561595],[-286235,561557],[-285903,562494],[-284812,564514],[-288427,603978],[-287801,604067],[-288129,603753],[-288003,604148],[-305160,169325],[-304515,168693],[-303740,168913],[-304572,168159],[-329825,191866],[-324663,190208],[-323854,189655],[-324207,190468],[-329086,192109],[-328430,198088],[-328666,197659],[-328831,192373],[-328730,193429],[-328472,192433],[-328944,192306],[-329310,192522],[-329596,192205],[-327866,192624],[-328230,193015],[-320289,197512],[-320528,197087],[-327062,203315],[-327301,202892],[-332193,196129],[-332423,195719],[-343427,170313],[-342883,170150],[-342413,170015],[-343970,192025],[-343431,191821],[-342982,191645],[-333594,195329],[-334133,195533],[-333145,195153],[-347963,557781],[-347416,557857],[-348007,557843],[-353359,209031],[-353090,209395],[-353912,209817],[-352924,210297],[-354259,210044],[-351024,209245],[-351268,209486],[-352190,208993],[-351780,208779],[-347649,558192],[-347699,558145],[-368759,173984],[-369193,174349],[-369558,174680],[-363681,174269],[-363466,174589],[-364285,175009],[-363258,175540],[-364620,175246],[-365732,176050],[-365971,175621],[-370842,177872],[-370761,178570],[-368663,183419],[-368367,183595],[-369314,184295],[-368296,184827],[-369754,184142],[-368328,207672],[-368059,208036],[-368881,208457],[-367893,208938],[-369228,208684],[-368461,206987],[-369177,208037],[-362578,215609],[-362039,215404],[-361590,215228],[-361678,216078],[-361409,216514],[-362231,216916],[-361243,217268],[-362578,217110],[-361033,208564],[-360764,208928],[-361586,209349],[-360598,209830],[-361933,209576],[-366534,216219],[-366156,216234],[-367707,222155],[-367946,221726],[-366095,218778],[-365826,219100],[-366648,219520],[-365660,220049],[-366995,219757],[-369466,257325],[-369913,257404],[-369638,257964],[-369559,257997],[-369904,257825],[-369835,257791],[-369568,257069],[-369462,257233],[-369191,257424],[-369138,257921],[-370151,258263],[-370598,258335],[-370323,258776],[-370244,258818],[-370589,258652],[-370520,258644],[-370253,258010],[-370147,258177],[-369876,258287],[-369823,258733],[-367610,557348],[-367615,556975],[-367553,557161],[-368402,559215],[-368306,559170],[-22262,261238],[-23687,260300],[-23085,260744],[-20521,259125],[-20117,258352],[-22199,258085],[-20789,257740],[-375099,169262],[-374807,169610],[-375627,170029],[-374673,170534],[-375980,170260],[-377383,172545],[-376845,172341],[-376416,172178],[-376347,172504],[-376063,172869],[-376881,173289],[-375918,173771],[-374458,173870],[-373921,173678],[-373480,173533],[-371674,178262],[-372064,178578],[-380906,185205],[-381145,184776],[-373177,194728],[-372729,194795],[-373014,195673],[-371974,195315],[-373098,196080],[-377983,201102],[-377714,201466],[-378536,201887],[-377548,202368],[-378883,202114],[-377408,203764],[-377647,203335],[-381219,241971],[-380950,242454],[-381772,242757],[-379527,242594],[-379309,242490],[-380483,241201],[-380176,241308],[-379602,241161],[-379488,241263],[-378899,242130],[-378769,242142],[-380784,242830],[-382119,242862],[-379876,242591],[-380127,242545],[-380498,242269],[-380042,240801],[-380968,241435],[-380784,241436],[-377981,245862],[-378286,245933],[-377535,246725],[-377302,246864],[-377885,246243],[-378089,245609],[-378013,245776],[-377455,245886],[-377037,246555],[-375813,246115],[-374966,246280],[-375104,246513],[-375105,246976],[-375913,247983],[-375772,247830],[-382747,246468],[-382221,246802],[-382526,247304],[-382843,247314],[-383193,247522],[-382798,247597],[-383917,247239],[-383874,246350],[-383425,246030],[-383306,245977],[-382431,245960],[-382308,245905],[-380510,250855],[-380440,250493],[-380991,250252],[-381106,250253],[-381213,249970],[-380080,248905],[-380852,249751],[-380762,249702],[-380217,250028],[-380037,250223],[-379517,250293],[-379498,250382],[-379700,250861],[-379615,250892],[-380890,247760],[-381334,247831],[-381062,248273],[-380983,248315],[-381328,248149],[-381259,248141],[-380992,247507],[-380886,247674],[-380615,247784],[-380562,248230],[-379287,247535],[-379734,247607],[-379459,248048],[-379380,248090],[-379725,247924],[-379656,247916],[-379389,247282],[-379283,247449],[-379012,247559],[-378959,248005],[-382525,248708],[-382969,248778],[-382697,249221],[-382618,249263],[-382963,249097],[-382894,249089],[-382627,248455],[-382521,248622],[-382250,248732],[-382197,249178],[-383857,247210],[-383950,247765],[-383959,246957],[-383853,247124],[-383315,247663],[-383529,247680],[-380457,245051],[-379901,245337],[-380177,245872],[-380491,245903],[-380809,246116],[-380316,246043],[-381759,245813],[-381501,245822],[-381721,245147],[-381512,244917],[-381076,244550],[-380967,244496],[-380147,244480],[-380029,244416],[-378024,246147],[-376665,248581],[-376765,248155],[-376735,248143],[-376790,248238],[-376713,247936],[-376777,248055],[-376480,248521],[-376615,248619],[-376425,248705],[-376637,248629],[-375285,245964],[-375019,247628],[-376480,247847],[-376192,247784],[-376662,247242],[-376645,247086],[-376175,246006],[-376168,245901],[-378120,247754],[-378125,247863],[-378254,247547],[-378282,247674],[-377692,248059],[-377785,248133],[-374735,253885],[-375059,254013],[-374488,253558],[-374539,253717],[-375083,253921],[-374760,253745],[-374972,253804],[-374792,253873],[-374445,253442],[-374574,253401],[-376148,253050],[-376598,252996],[-376457,253056],[-376390,253137],[-376681,252945],[-376609,253032],[-376181,252834],[-376121,253003],[-375895,252906],[-375961,253131],[-374226,252238],[-374838,252099],[-374708,251528],[-374418,251410],[-374189,251095],[-374767,251160],[-373266,251053],[-373517,251113],[-373150,251678],[-373282,251963],[-373619,252418],[-373701,252508],[-374414,252823],[-374511,252917],[-378065,248042],[-378366,247715],[-377983,247883],[-378028,248041],[-381523,533182],[-381978,532807],[-376845,534614],[-376665,535662],[-376985,535286],[-377620,535283],[-377869,534663],[-377897,534792],[-377293,533908],[-376922,534151],[-377219,534186],[-377531,534254],[-377905,534347],[-377004,535987],[-376499,535972],[-377236,535746],[-377671,533863],[-376326,534385],[-376111,534543],[-375930,535159],[-376067,535374],[-376050,535548],[-376520,535791],[-377037,534543],[-377030,534762],[-376458,535939],[-376798,535598],[-381079,533330],[-381586,532720],[-377829,529713],[-377319,530655],[-377748,530429],[-378859,531066],[-379312,530582],[-379155,530617],[-378956,529560],[-378398,529545],[-378598,529656],[-378897,529874],[-379354,530222],[-377786,531298],[-377366,531106],[-378334,531343],[-379359,529700],[-377765,529523],[-377552,529614],[-377083,530066],[-376988,530222],[-377178,530573],[-377068,530666],[-378156,529814],[-377945,529928],[-377064,530862],[-377564,530720],[-381307,532694],[-381649,531987],[-381508,532054],[-382304,531368],[-382116,531674],[-381915,531614],[-381841,532720],[-381736,532853],[-381603,532642],[-381636,532350],[-381856,531943],[-382141,531369],[-382274,531722],[-382465,531281],[-381841,532468],[-381879,533093],[-382017,533104],[-382062,532786],[-381856,532586],[-382352,532340],[-381582,532022],[-381473,532557],[-381317,532448],[-381808,531886],[-381781,531899],[-380490,537367],[-381943,537013],[-376610,535175],[-376373,535554],[-376089,535105],[-376091,535017],[-376093,535404],[-376132,535346],[-376818,535392],[-376716,535222],[-376740,534931],[-376365,534683],[-383334,532391],[-383065,533350],[-380414,538169],[-386108,173463],[-386670,173420],[-387133,173413],[-384243,172945],[-384531,172628],[-385283,184887],[-390627,183430],[-390088,183226],[-389645,183045],[-385297,199312],[-385536,198883],[-385093,197819],[-385635,197718],[-390303,194754],[-389773,194549],[-389349,194374],[-391118,245681],[-390592,246015],[-390897,246517],[-391214,246527],[-391564,246735],[-391022,245249],[-390840,245281],[-384173,247210],[-384105,246570],[-384299,247279],[-384029,247723],[-384292,247598],[-384226,247591],[-384599,245188],[-384515,245657],[-384372,245193],[-384343,245104],[-384279,245873],[-384348,245419],[-384799,245366],[-384681,245211],[-384840,244926],[-384576,244735],[-389220,246121],[-389667,246193],[-389392,246634],[-389313,246676],[-389658,246510],[-389589,246502],[-389322,245868],[-389216,246035],[-388945,246145],[-388892,246591],[-390756,247688],[-391203,247760],[-390928,248201],[-390849,248243],[-391194,248077],[-391125,248069],[-390858,247435],[-390752,247602],[-390481,247712],[-390428,248158],[-387527,245634],[-387974,245706],[-387699,246147],[-387620,246189],[-387965,246023],[-387896,246015],[-387629,245381],[-387523,245548],[-387252,245658],[-387199,246104],[-389219,247749],[-389088,247362],[-389923,247361],[-389966,247402],[-389656,247218],[-389603,247272],[-388973,247827],[-389145,247818],[-389611,248000],[-390137,247805],[-391169,246810],[-392538,246420],[-392288,246452],[-392476,245783],[-392245,245563],[-391791,245240],[-391677,245190],[-388367,247788],[-388673,247467],[-388698,247486],[-388698,247595],[-388777,247285],[-388765,247414],[-388235,247630],[-388306,247788],[-388127,247791],[-388375,247858],[-386930,250028],[-387377,250100],[-387102,250541],[-387023,250583],[-387368,250417],[-387299,250409],[-387032,249775],[-386926,249942],[-386655,250052],[-386602,250498],[-388689,248762],[-388163,249096],[-388468,249598],[-388785,249608],[-389135,249816],[-388740,249891],[-390115,249504],[-389859,249533],[-390047,248864],[-389816,248644],[-389367,248324],[-389248,248271],[-388373,248254],[-388250,248199],[-387233,248873],[-387272,248969],[-386325,248761],[-386324,248817],[-386555,248777],[-386668,248865],[-387464,248722],[-387335,248837],[-386805,248544],[-386240,248651],[-395218,248476],[-395665,248548],[-395390,248989],[-395311,249031],[-395656,248865],[-395587,248857],[-395320,248223],[-395214,248390],[-394943,248500],[-394890,248946],[-396766,247972],[-396703,246534],[-396159,246619],[-396078,247135],[-396327,247289],[-396575,247682],[-398752,184606],[-398331,184257],[-398002,183980],[-401218,183681],[-400949,184046],[-401771,184467],[-400783,184948],[-402118,184694],[-399228,183764],[-399082,184211],[-406556,230248],[-406875,229191],[-406373,229435],[-406462,229669],[-403194,246039],[-403612,246038],[-403406,246217],[-403288,245795],[-403198,245971],[-402793,245982],[-405257,245270],[-397783,248059],[-397574,247975],[-398169,247562],[-398078,247254],[-397970,246840],[-397873,246718],[-396912,246105],[-396846,246004],[-397738,249730],[-397591,250031],[-397548,250120],[-397782,249830],[-397740,249898],[-397298,249643],[-404861,245214],[-404836,245113],[-404946,245443],[-404966,245323],[-405430,244754],[-405000,244753],[-403146,246301],[-403090,246367],[-403424,246174],[-402666,246329],[-405386,244852],[-405637,244972],[-405491,244844],[-397320,249889],[-397282,249836],[-397023,249926],[-397131,250238],[-420771,186490],[-420502,186854],[-421324,187276],[-420336,187756],[-421671,187503],[-415930,203728],[-416859,203699],[-415810,204019],[-415316,203872],[-414819,203637],[-429938,188240],[-429491,188065],[-429338,188485],[-428799,188281],[-428350,188105],[-423726,204322],[-424268,201984],[-423729,201779],[-423280,201604],[-427590,218682],[-425277,528109],[-424770,528477],[-424910,528043],[-424985,528456],[-441043,544910],[-440780,545353],[-441115,544917],[-441109,545422],[-441109,545354],[-447549,561893],[-445935,563583],[-447980,85682],[-447979,85198],[-447235,85005],[-443504,101372],[-443735,100941],[-446623,108339],[-446354,108704],[-447176,109125],[-446188,109606],[-447523,109352],[-447580,107695],[-447417,106769],[-446567,106465],[-446315,107054],[-447137,107475],[-446149,107956],[-447484,107702],[-447128,106379],[-456114,499005],[-456262,499549],[-457316,500016],[-457019,499776],[-456674,499889],[-455872,499677],[-456110,541608],[-454266,545454],[-457245,542170],[-456212,541721],[-457112,541527],[-457664,542495],[-448254,561416],[-448076,561237],[-448120,561211],[-451871,80116],[-451219,79890],[-450953,79384],[-451581,79131],[-451542,80922],[-450055,82539],[-450597,83056],[-452363,82538],[-451903,82157],[-451994,82900],[-451933,82878],[-451627,82519],[-452414,81723],[-457704,81993],[-458142,81686],[-457881,81475],[-456399,81939],[-456387,82383],[-460348,82339],[-459847,82575],[-456081,85328],[-455583,84558],[-455445,84420],[-455154,85188],[-455520,84274],[-455875,81686],[-455675,81628],[-455454,82037],[-457114,87544],[-456567,87913],[-456732,88032],[-457404,87197],[-453670,80376],[-453564,80765],[-453922,80802],[-452534,89211],[-452527,89575],[-455205,92703],[-454665,93110],[-454848,93301],[-453154,89997],[-452125,90477],[-453364,90224],[-453532,91553],[-452083,94780],[-452182,94229],[-451954,94911],[-452540,95332],[-451589,95932],[-452727,95559],[-452225,94604],[-452755,94505],[-452418,93678],[-453218,93847],[-452262,93280],[-452477,97703],[-452536,97214],[-456244,99490],[-456468,99125],[-454649,99586],[-460577,107456],[-452648,103332],[-457452,109235],[-457691,108806],[-456854,107778],[-456361,107701],[-456433,106961],[-456771,105579],[-448025,107445],[-457073,118044],[-456763,118409],[-457579,118830],[-456657,119311],[-457935,119057],[-456639,117631],[-456100,117427],[-455651,117251],[-456315,123095],[-455208,124354],[-455939,123890],[-456459,123466],[-455428,124923],[-454433,124350],[-456024,122505],[-456511,123614],[-454934,125144],[-455292,125368],[-454848,125255],[-453496,122166],[-454024,121248],[-452446,122490],[-452964,122625],[-453632,121521],[-453996,120127],[-454140,119356],[-451854,121191],[-451868,121399],[-451632,121400],[-471647,497511],[-471454,498188],[-471440,498240],[-471551,497162],[-470559,497709],[-470686,497196],[-467833,498601],[-468172,489292],[-467109,490316],[-468447,490038],[-467755,489527],[-468080,489498],[-468179,490502],[-468711,487384],[-468075,487539],[-468437,487754],[-467915,487351],[-468820,487554],[-468717,488127],[-469716,499847],[-469901,499923],[-469775,500541],[-468739,500154],[-469941,500338],[-470905,88302],[-470792,88772],[-466836,91654],[-467366,91176],[-466917,91046],[-461018,107692],[-461449,107829],[-486286,129226],[-478555,485968],[-478223,486461],[-478042,484617],[-478049,484982],[-476303,485654],[-476232,485802],[-477335,485698],[-477718,485287],[-480431,489638],[-479802,488529],[-480841,488409],[-481034,489438],[-480795,490120],[-480557,489669],[-479030,487504],[-477730,487318],[-478623,487341],[-478519,487044],[-479368,496946],[-479365,495904],[-479228,496615],[-479314,497286],[-479134,496515],[-479299,495969],[-484394,510188],[-485895,510598],[-484343,510112],[-485354,510263],[-485062,506231],[-486200,506410],[-486004,505547],[-485649,518597],[-486004,519823],[-485526,519414],[-486315,520026],[-476202,543862],[-477678,543562],[-476912,543712],[-477470,544111],[-476794,543229],[-476188,543902],[-487246,128997],[-490614,460859],[-489571,465643],[-489393,466000],[-490571,465558],[-490259,465604],[-490381,464383],[-490474,465654],[-491205,461633],[-491259,461964],[-491277,462033],[-490715,462006],[-491201,462007],[-493685,465342],[-493235,464816],[-493428,465114],[-492407,464579],[-494931,465795],[-494413,466837],[-494807,465153],[-494923,466955],[-494689,465898],[-494547,465901],[-497439,462682],[-496931,462212],[-497389,462877],[-495947,462526],[-496156,462775],[-497365,461763],[-496032,476148],[-497344,476029],[-496391,477044],[-496662,476381],[-496753,475966],[-496478,476773],[-490738,476578],[-490668,476745],[-490696,476737],[-490337,477771],[-489898,476781],[-488910,476689],[-496114,479073],[-497627,477301],[-496389,479089],[-496745,478689],[-496189,478861],[-490466,482139],[-490482,481990],[-489551,482690],[-490266,481724],[-490303,481790],[-490185,481828],[-488803,498777],[-489553,499201],[-489654,498774],[-486650,510250],[-486476,510657],[-486577,506107],[-497670,500641],[-497489,500937],[-496856,501160],[-497540,501060],[-496240,500851],[-496705,500906],[-488171,517396],[-488270,518320],[-487212,517965],[-488067,516978],[-487530,517124],[-488147,518388],[-486964,519569],[-486981,519582],[-491645,521440],[-491416,521691],[-491427,522018],[-491847,521770],[-491435,521586],[-498014,519615],[-498088,520113],[-498069,521009],[-497708,519782],[-498327,520888],[-498523,519658],[-490165,527407],[-490158,526757],[-490672,526220],[-490242,526141],[-491424,526583],[-491582,526855],[-496019,535010],[-495447,534751],[-495975,534673],[-496147,534530],[-496326,534972],[-495302,535097],[-492452,532159],[-493576,531007],[-493102,531560],[-492848,530674],[-492865,530962],[-493227,531595],[-486702,127337],[-33782,128642],[-34211,128256],[-33546,129247],[-32923,128781],[-33917,129009],[-32708,128347],[-34454,128630],[-36111,387592],[-37165,386443],[-35174,386759],[-37907,386708],[-36901,387318],[-36976,388196],[-36850,391075],[-36267,392334],[-38009,391808],[-36786,393091],[-36011,394480],[-37195,394628],[-36408,395428],[-37733,392742],[-37290,393472],[-36438,394540],[-37092,390114],[-32073,427692],[-30937,430221],[-33624,427625],[-31990,426446],[-33953,428341],[-32817,428063],[-32247,428742],[-34475,431536],[-33204,432052],[-34826,432864],[-33064,432977],[-31557,433464],[-32304,434422],[-31196,434441],[-33972,433398],[-33165,433619],[-31820,433821],[-37060,428392],[-36002,427604],[-35271,427241],[-37954,428438],[-37126,427872],[-33658,427655],[-34914,428183],[-34387,426747],[-35647,427889],[-37025,428633],[-29122,122638],[-28545,122645],[-28654,120899],[-29237,120205],[-29627,120498],[-30418,120704],[-30584,121723],[-30614,122377],[-30389,122999],[-30476,123257],[-30328,121880],[-33743,128005],[-33068,127791],[-502175,453094],[-501357,452619],[-501624,452677],[-502136,452036],[-502319,452769],[-501425,452717],[-506909,469422],[-508038,469385],[-506720,469221],[-507158,469481],[-506549,469498],[-506826,469101],[-505411,463783],[-504123,462066],[-504522,463270],[-504729,463717],[-504325,463908],[-503967,462133],[-503778,471026],[-504522,471334],[-504716,471512],[-504576,471526],[-503885,471001],[-504289,471351],[-508268,472773],[-507371,471894],[-507605,472575],[-507579,471750],[-507689,472646],[-507566,472421],[-501125,469635],[-502195,469259],[-501622,469939],[-502310,470094],[-501073,470182],[-501286,469831],[-503785,465477],[-504529,465659],[-503716,466744],[-503542,466268],[-504298,466441],[-503574,466614],[-511382,465586],[-504190,484089],[-504835,484349],[-504661,484441],[-503910,483151],[-504344,483332],[-504434,483037],[-509876,476276],[-510369,475890],[-509305,475281],[-510614,475330],[-509400,474832],[-509231,475952],[-509008,492641],[-508236,492402],[-509107,493953],[-508853,493659],[-507873,493812],[-508528,493436],[-501691,511373],[-501572,510981],[-502099,511730],[-502563,511174],[-502105,511355],[-503586,511064],[-511016,508545],[-511831,507914],[-510809,508372],[-511286,508945],[-510563,509410],[-509249,506418],[-508547,506506],[-508452,506986],[-508944,506817],[-508512,506380],[-499281,504239],[-499514,504701],[-499680,504903],[-499297,504583],[-499931,504634],[-509820,505097],[-509860,505141],[-509807,504157],[-509240,504403],[-509307,504713],[-509919,505238],[-504541,518789],[-503608,518391],[-503791,518460],[-504344,517881],[-503637,513544],[-503910,513526],[-503643,513296],[-504732,514070],[-503597,531968],[-504499,532021],[-504112,532481],[-504173,532811],[-508134,533960],[-508148,534050],[-507993,535142],[-508289,534137],[-508340,534238],[-500857,527548],[-501211,528009],[-500594,527532],[-501282,527490],[-500588,526930],[-501202,527750],[-505568,527226],[-504960,526213],[-504533,527676],[-504505,527959],[-504551,527868],[-504506,528029],[-502604,537092],[-502771,536975],[-502552,537078],[-502021,535765],[-502796,535839],[-502440,535958],[-504734,544211],[-504778,543163],[-504401,543342],[-503944,543927],[-503445,543017],[-503745,544037],[-506600,542898],[-506177,542362],[-506643,542366],[-506762,543454],[-506383,543285],[-506502,542649],[-506440,545565],[-506244,544575],[-506129,544863],[-506049,544139],[-506258,545332],[-505814,544348],[-505899,549625],[-507460,549213],[-506461,547810],[-506849,549496],[-506462,549349],[-506035,548949],[-504077,540202],[-503776,539871],[-503608,539844],[-503416,540454],[-503623,539718],[-503284,539827],[-506548,574397],[-506369,574201],[-506413,574174],[-505867,575065],[-504236,576652],[-523833,466759],[-522976,466229],[-523411,467255],[-523341,466419],[-522560,466374],[-523278,467337],[-524251,468355],[-524302,468427],[-523775,468193],[-523988,468070],[-523826,469033],[-524697,463860],[-524215,463745],[-524446,463121],[-523199,462513],[-512358,465994],[-512968,465066],[-512024,466614],[-512498,465024],[-512551,466246],[-519788,481128],[-520535,480198],[-519214,479970],[-519659,481400],[-519957,481040],[-520623,480786],[-520754,484259],[-521035,483583],[-521121,484772],[-521436,483796],[-522570,484687],[-521527,484424],[-516288,494195],[-516741,494473],[-517875,494386],[-516740,494922],[-516066,494822],[-516349,495353],[-521737,487716],[-521820,487620],[-521216,487348],[-521671,488215],[-521032,488559],[-521152,489738],[-512266,507660],[-519331,506063],[-519593,506068],[-519500,505864],[-519363,506781],[-519564,506408],[-519918,506699],[-530285,445766],[-530783,447958],[-530688,447463],[-529938,447593],[-530574,446166],[-529890,446892],[-530608,459303],[-531524,459659],[-531359,459598],[-531532,460275],[-530967,459820],[-531831,459837],[-526111,450353],[-527221,452067],[-526287,451950],[-526103,451017],[-526485,451515],[-527299,453117],[-527113,452805],[-528325,453603],[-526620,453331],[-527422,454099],[-534555,450519],[-534902,450297],[-534573,449928],[-535980,450865],[-534376,450310],[-535081,450167],[-529474,462350],[-532666,461923],[-532738,462463],[-532326,461711],[-532700,462492],[-533762,462334],[-533701,461889],[-524991,468105],[-528822,480459],[-529002,480482],[-528729,480743],[-528693,481692],[-528859,480875],[-528846,480835],[-531569,478321],[-531693,478192],[-531695,478478],[-532155,477796],[-531679,478163],[-531407,478538],[-536509,478835],[-536476,477919],[-535846,478370],[-535630,478081],[-535441,478027],[-536803,478529],[-536538,476490],[-536196,476395],[-537240,476469],[-536455,476535],[-537276,476797],[-536312,476336],[-532616,479265],[-532294,479591],[-532626,478999],[-532858,479154],[-532290,480508],[-532894,479388],[-537204,485401],[-537323,486438],[-526132,485210],[-525041,485658],[-525772,485121],[-525366,485371],[-525197,486001],[-526327,485715],[-536082,488608],[-536331,488193],[-536021,488621],[-535067,488082],[-535871,488611],[-536411,488356],[-528966,495599],[-529665,496489],[-529975,495375],[-530954,496265],[-530519,495509],[-529315,497582],[-532883,509492],[-532731,509823],[-531614,509221],[-532192,509892],[-531380,509701],[-532648,509372],[-547074,220499],[-546989,221045],[-547883,221058],[-547457,221534],[-548308,221050],[-547669,220167],[-546917,220012],[-549998,223927],[-547787,223585],[-547370,223193],[-547074,222820],[-541814,454706],[-541371,454802],[-542026,454352],[-541612,455036],[-541755,454044],[-541748,454889],[-549197,473586],[-547708,473660],[-543895,463747],[-544541,462919],[-543475,463273],[-543750,463669],[-544408,463191],[-545173,465180],[-545396,465255],[-544846,464899],[-544650,465242],[-545848,465541],[-544670,465552],[-550321,469206],[-542629,464882],[-542057,465387],[-542501,465586],[-541438,464879],[-542926,480688],[-542756,482042],[-542536,481787],[-543393,481974],[-541889,481791],[-541830,481871],[-546521,477651],[-544952,476823],[-544389,475810],[-545577,475679],[-545064,476533],[-545147,476471],[-547306,473909],[-548040,474362],[-548425,474249],[-548628,474070],[-540953,473857],[-541353,473864],[-541507,474915],[-540722,474196],[-541316,474874],[-541382,473804],[-542849,474541],[-541857,474565],[-542619,474450],[-541861,473936],[-541982,474307],[-538258,485406],[-537853,485410],[-537775,485304],[-538178,488224],[-542211,530880],[-542034,530682],[-542077,530653],[-541443,531661],[-539973,533201],[-548539,63258],[-548778,62928],[-547496,65155],[-546957,64950],[-546508,64775],[-548794,67896],[-547306,70152],[-546957,69871],[-550986,224307],[-550447,224102],[-554061,470589],[-553292,471812],[-553802,470070],[-554433,471495],[-555077,470248],[-554667,471467],[-551509,468859],[-550665,469614],[-551027,469005],[-550401,469125],[-551028,469252],[-555226,467122],[-555992,466947],[-556675,467121],[-555511,467480],[-556517,467984],[-556804,467609],[-556137,476380],[-556227,477052],[-555890,476878],[-556450,477632],[-556349,475701],[-555517,475048],[-551358,476481],[-552736,476265],[-552139,477049],[-552079,476116],[-552534,476479],[-551277,476236],[-552774,572906],[-553121,572814],[-552935,572803],[-551176,574136],[-551201,574035],[-568107,374670],[-567932,374467],[-567975,374441],[-567446,375337],[-565743,376862],[-572170,426997],[-571956,426838],[-571992,426799],[-571588,427939],[-570453,429718],[-568301,504217],[-569015,503380],[-568817,503226],[-568854,503189],[-567280,506099],[-583995,134682],[-583759,136030],[-585285,135112],[-584213,136524],[-584314,138288],[-585074,137877],[-584723,138838],[-585280,136148],[-584729,136870],[-584462,137964],[-579637,360586],[-579407,360271],[-579479,360482],[-581496,361289],[-581383,361357],[-583539,446962],[-582918,447080],[-583226,446748],[-583126,447153],[-577157,532629],[-597147,1778256],[-598273,1778514],[-598474,1777645],[-600367,1778349],[-601520,1778871],[-599703,1778792],[-599382,1777969],[-599381,1778185],[-601376,1781655],[-598354,1782404],[-596991,1784046],[-596597,1780471],[-590454,1795547],[-591438,1792784],[-590734,1794023],[-591157,1803218],[-599453,182068],[-599388,181989],[-587466,336165],[-587038,336623],[-587086,336176],[-587249,336558],[-597334,415004],[-596942,415430],[-597412,415020],[-597363,415518],[-597372,415449],[-600341,123567],[-600811,123959],[-600373,124950],[-600505,124512],[-596673,125594],[-597635,123323],[-597358,126484],[-596379,118196],[-597442,120706],[-597431,117159],[-595566,117274],[-598145,117485],[-597168,117991],[-597225,118857],[-599919,124936],[-594761,115834],[-611450,1753761],[-611017,1753690],[-613722,1753652],[-612670,1753363],[-612564,1753501],[-613511,1753299],[-613491,1753603],[-613028,1753221],[-612896,1753183],[-612565,1754760],[-612485,1754406],[-613086,1754312],[-612988,1755440],[-612718,1754028],[-613470,1756873],[-613865,1759766],[-613240,1756910],[-612640,1757971],[-612910,1758351],[-613218,1760514],[-613141,1759883],[-612610,1755444],[-612677,1758163],[-613121,1761476],[-612425,1754263],[-612269,1758970],[-612857,1757583],[-614213,1760291],[-609816,1773662],[-609250,1774293],[-607782,1773126],[-609050,1772244],[-607033,1772117],[-608595,1773041],[-608480,1773923],[-608740,1773274],[-610920,1775778],[-611274,1774243],[-612240,1773802],[-610675,1775250],[-611863,1774607],[-612171,1774812],[-609267,1777804],[-610125,1777266],[-609015,1777689],[-608990,1778273],[-609755,1777407],[-609441,1778060],[-603017,1781058],[-600198,180097],[-600518,179777],[-600306,179903],[-610681,97737],[-620779,1736359],[-620689,1736821],[-620856,1736330],[-621107,1736768],[-621075,1736711],[-617736,1745092],[-618393,1746426],[-617886,1747401],[-618248,1745301],[-617713,1746565],[-617339,1746629],[-618384,1748746],[-619034,1748437],[-616840,1747106],[-619269,1748173],[-618272,1749024],[-616471,1748095],[-617359,1749026],[-618518,1749057],[-618979,1748937],[-618394,1749129],[-618879,1748522],[-619447,1748206],[-616655,1747061],[-618729,1748725],[-617302,1749027],[-618987,1748276],[-617000,1749073],[-618734,1749224],[-617067,1753443],[-617263,1752813],[-617816,1752329],[-617606,1752342],[-617344,1753701],[-617493,1752398],[-617620,1753562],[-617821,1752508],[-617515,1752904],[-617629,1753318],[-618072,1752516],[-617627,1752920],[-619541,1754112],[-620616,1755455],[-619316,1756236],[-621279,1756547],[-619836,1755484],[-620034,1754616],[-619988,1755130],[-618863,1754673],[-617457,1754961],[-617537,1754360],[-617856,1754713],[-617486,1753880],[-617501,1754291],[-617754,1754906],[-618340,1758535],[-618704,1758394],[-616264,1757765],[-618340,1758116],[-616718,1759484],[-614798,1754486],[-616958,1757656],[-617787,1758438],[-618580,1758246],[-616658,1758065],[-617361,1757377],[-617383,1757276],[-615364,1760527],[-614767,1760351],[-617524,1757050],[-616818,1758024],[-614749,1761002],[-618694,1759051],[-616179,1757551],[-617279,1754679],[-616087,1753980],[-616998,1754820],[-615508,1755086],[-616897,1754452],[-617176,1755039],[-614507,1760403],[-615333,1753820],[-616242,1754106],[-616275,1756126],[-615147,1759963],[-615862,1759159],[-617142,1760538],[-617358,1754627],[-615569,1757592],[-616489,1757947],[-617149,1761107],[-616931,1760354],[-614689,1760598],[-626636,269026],[-622749,33200],[-622574,33806],[-622417,33377],[-622731,33654],[-619565,100436],[-44106,362455],[-43513,362997],[-46871,362866],[-47234,363430],[-47772,363891],[-46664,363544],[-47424,364342],[-43005,363585],[-44237,363284],[-43754,363479],[-43137,362849],[-44169,363133],[-46347,362933],[-46547,364211],[-48422,378380],[-47814,378893],[-47236,379069],[-48227,424161],[-49462,431775],[-48177,431593],[-49024,433065],[-47538,432268],[-46056,431923],[-46069,433017],[-45210,432536],[-47980,433008],[-47234,432815],[-46040,432312],[-49008,425124],[-47881,424531],[-49675,426011],[-49928,425103],[-47337,424088],[-46889,424616],[-46663,425825],[-46275,424388],[-47013,426239],[-46887,423870],[-46859,424854],[-43009,438375],[-45362,436826],[-41708,437595],[-42455,439467],[-41820,436803],[-42606,437659],[-43433,437392],[-635689,-137758],[-635956,-137920],[-636066,-148254],[-636259,-148500],[-639962,-144340],[-639693,-144104],[-639816,-171236],[-639362,-170861],[-639643,-171102],[-636210,-179425],[-636366,-179732],[-636109,-179031],[-636694,-179910],[-637211,-186318],[-630584,-179715],[-637257,-188466],[-631580,-191388],[-631349,-191700],[-631421,-191793],[-636644,-186481],[-631964,-191563],[-637609,-191105],[-630016,-179617],[-635294,-194049],[-638042,-203652],[-637825,-197336],[-637544,-197336],[-638175,-198144],[-638179,-198654],[-637770,-201847],[-632826,-203690],[-632667,-203557],[-632334,-203710],[-638941,-211271],[-638154,-210057],[-638240,-210379],[-635926,-210462],[-638949,-212907],[-639207,-206047],[-639055,-205737],[-637556,-208084],[-637670,-207200],[-637780,-208315],[-634012,-212946],[-639235,1708049],[-638809,1707131],[-628289,266295],[-628062,266149],[-628097,266111],[-627901,267080],[-648445,-138099],[-649894,-139687],[-650144,-139876],[-640041,-138094],[-640287,-138287],[-647736,-140616],[-648035,-140707],[-641014,-174266],[-642514,-174801],[-642400,-175112],[-640516,-182440],[-640222,-182605],[-640097,-181837],[-651360,-202440],[-641349,-213418],[-640895,-213185],[-650132,-211925],[-649832,-212151],[-649805,-211701],[-651881,-211337],[-652029,-211035],[-652097,-210693],[-651382,-210918],[-651655,-210796],[-651476,-210461],[-641279,1701719],[-642672,1702394],[-641819,1700582],[-641773,1702395],[-646081,1692797],[-645896,1692651],[-645933,1692611],[-645302,1693621],[-644427,1695553],[-642019,1703873],[-641289,1703733],[-640964,1702734],[-641971,1702818],[-642962,1731812],[-644195,1730738],[-645237,1731177],[-643099,1731162],[-644428,1731501],[-644546,1731948],[-647421,1736218],[-646581,1736158],[-647050,1735128],[-643506,1733547],[-644200,1734287],[-644971,1738304],[-644390,1738367],[-645362,1738993],[-644669,1738781],[-647260,1738247],[-647611,1737298],[-646508,1729376],[-646433,1729794],[-646447,1729137],[-647432,1752037],[-647488,1753067],[-647382,1751786],[-646897,1752598],[-646165,1752989],[-646596,1751779],[-646691,1752143],[-646536,1752845],[-646268,1752597],[-646099,1751583],[-646800,1753484],[-647047,1752975],[-647761,1752572],[-646398,1752175],[-647923,1742684],[-648705,1743440],[-649198,1744436],[-648905,1743596],[-649356,1742745],[-649564,1743820],[-647527,1745589],[-648762,1745565],[-648584,1744957],[-648336,1757526],[-648223,1758183],[-648073,1757446],[-648047,1757098],[-647574,1757752],[-647550,1758418],[-648245,1758849],[-648213,1758286],[-648155,1758150],[-647892,1758464],[-648321,1756998],[-647433,1757869],[-646257,191715],[-646084,191525],[-646129,191503],[-645597,192139],[-643856,193721],[-654138,-136066],[-654231,-135738],[-660654,-175970],[-664913,-190702],[-664907,-191187],[-665214,-191135],[-657828,-187777],[-657536,-188034],[-657247,-187761],[-659227,-189335],[-653535,-182778],[-654964,-180813],[-660589,-217342],[-655822,-211184],[-656043,-211346],[-655784,-210897],[-654205,-209964],[-660795,-217061],[-660494,-216989],[-661922,-216553],[-662231,-216523],[-662727,-214527],[-662938,-214610],[-664842,-205196],[-662341,-217345],[-657817,1598579],[-657644,1598383],[-657688,1598358],[-657142,1599111],[-655419,1600677],[-663063,1711520],[-662453,1710066],[-662984,1709137],[-662557,1711234],[-663141,1710018],[-663512,1710002],[-661840,1712680],[-662098,1713492],[-660328,1714207],[-660197,1712673],[-659073,1714355],[-660658,1713466],[-661362,1714009],[-660975,1713401],[-662240,1712283],[-661698,1712063],[-662259,1713118],[-661749,1712617],[-659757,1719402],[-658277,1719848],[-660150,1720617],[-658962,1719237],[-659353,1718438],[-656038,1717354],[-657553,1717748],[-657948,1718717],[-656566,1717122],[-657182,1718330],[-656964,1718630],[-658869,1718827],[-657981,1718154],[-658722,1717748],[-658565,197307],[-658378,197128],[-658420,197096],[-657837,198041],[-656457,199766],[-656280,33190],[-656108,33015],[-656152,32994],[-655612,33493],[-653886,35105],[-655462,120841],[-655447,121472],[-655191,121105],[-655559,121281],[-665985,-189654],[-667310,-189292],[-666820,-195871],[-666439,-195597],[-667389,-197306],[-672570,-214259],[-677545,-209582],[-678499,-212367],[-680084,-211065],[-683163,-216701],[-682736,-216288],[-681156,-219695],[-681209,-219603],[-682759,-217404],[-683791,1637981],[-683860,1637951],[-683766,1638498],[-684079,1638407],[-684048,1638345],[-686525,1685954],[-686509,1687085],[-684221,1687199],[-684857,1688260],[-686064,1687087],[-683381,1687141],[-685378,1688145],[-683439,1685266],[-681515,1687234],[-684921,1685726],[-683786,1684061],[-684990,1686512],[-684013,1685862],[-683245,1686306],[-685977,1688203],[-686100,1687395],[-686575,1691283],[-683902,1698129],[-684771,1697076],[-685644,1695091],[-696095,1568790],[-695540,1569092],[-695733,1568683],[-695761,1569096],[-716964,1584365],[-715257,1585839],[-708489,1592395],[-708342,1592823],[-708559,1592390],[-708674,1592885],[-708657,1592820],[-716617,1672880],[-716433,1671247],[-716161,1672378],[-715960,1684681],[-716540,1686621],[-728994,1519986],[-728834,1519781],[-728878,1519755],[-728201,1520598],[-726523,1522079],[-717701,1583717],[-717535,1583510],[-717579,1583486],[-729432,1649259],[-728575,1648746],[-729458,1648699],[-729485,1648413],[-728460,1642105],[-728210,1642103],[-729287,1650781],[-725726,1640688],[-726942,1641652],[-726489,1639684],[-726049,1641445],[-725170,1641587],[-727486,1641790],[-728181,1640206],[-727239,1641072],[-727718,1641324],[-729431,1639354],[-729528,1642170],[-728268,1642566],[-727506,1642130],[-725782,1641627],[-729362,1642636],[-728813,1643120],[-729249,1642488],[-728707,1643021],[-728612,1643117],[-729387,1642761],[-729299,1642656],[-728598,1642760],[-728648,1642637],[-728817,1643250],[-728356,1643073],[-729065,1643376],[-728872,1642915],[-729323,1642841],[-724638,1645186],[-727836,1645292],[-727437,1645428],[-725869,1645109],[-725740,1642775],[-724980,1642414],[-721918,1674108],[-717446,1670668],[-717188,1671523],[-717646,1671694],[-720657,1673987],[-720139,1673325],[-721595,1672107],[-722258,1673512],[-722731,1671549],[-721551,1672929],[-720701,1672664],[-721197,1672978],[-719938,1667970],[-721017,1667987],[-722017,1668273],[-721269,1667981],[-721147,1667402],[-721961,1667867],[-721480,1670048],[-722351,1669101],[-721837,1668829],[-721912,1683217],[-722366,1682850],[-721210,1682849],[-721907,1682653],[-717040,1683387],[-717827,1683708],[-717230,1685553],[-716865,1684831],[-717733,1684634],[-717054,1684500],[-729461,1682006],[-728791,1682762],[-729405,1682246],[-729412,1682995],[-727059,1681714],[-727684,1682679],[-728134,1682313],[-730942,1648969],[-730603,1649334],[-731497,1650998],[-732247,1650609],[-732867,1651308],[-732540,1649884],[-733176,1649994],[-730785,1648884],[-731420,1649944],[-731866,1649524],[-732023,1651023],[-732093,1651165],[-731594,1650560],[-731332,1651117],[-731738,1650828],[-731089,1650587],[-731297,1650513],[-730896,1650874],[-731071,1650636],[-730657,1650817],[-730841,1650673],[-732891,1651367],[-731639,1650855],[-731118,1651178],[-730690,1650719],[-731898,1651069],[-730070,1651066],[-730373,1640168],[-730776,1639710],[-731742,1645691],[-732368,1646171],[-733121,1645869],[-732478,1646002],[-731343,1645907],[-732917,1645479],[-733207,1646029],[-732071,1646813],[-731966,1646804],[-733224,1645814],[-732097,1645772],[-730700,1645702],[-731972,1646068],[-732471,1645501],[-729824,1642723],[-729711,1642665],[-729877,1643028],[-729807,1642515],[-732031,1641207],[-729962,1643486],[-734049,1640181],[-731418,1643292],[-732144,1640468],[-731201,1643364],[-730245,1642482],[-731251,1640327],[-730366,1642433],[-731543,1640155],[-731635,1641856],[-732092,1642096],[-729737,1643997],[-733403,1640498],[-732577,1640693],[-730724,1640533],[-730724,1640710],[-732121,1640494],[-731565,1642665],[-732926,1640874],[-733531,1647994],[-733202,1649024],[-733150,1649274],[-733999,1649364],[-733247,1652282],[-731757,1652691],[-733611,1653504],[-732457,1652098],[-732366,1651695],[-737189,1676373],[-738407,1676225],[-738716,1676157],[-737375,1676753],[-737019,1675153],[-738423,1676774],[-737278,1676008],[-737975,1676180],[-738851,1676087],[-738902,1676365],[-737567,1675843],[-738906,1677097],[-737926,1677034],[-737403,1677030],[-738849,1677072],[-741962,1677252],[-742213,1677859],[-729805,1681044],[-730236,1682490],[-730778,1681825],[-731427,1681985],[-730306,1682101],[-731558,1681819],[-731670,1682394],[-754990,1649428],[-753873,1648185],[-754412,1649317],[-744031,1638304],[-744145,1638828],[-744084,1638267],[-744325,1638701],[-744288,1638643],[-743398,1676700],[-742845,1676461],[-743618,1676504],[-742981,1676479],[-742822,1676885],[-742850,1676582],[-744662,1673852],[-745025,1676352],[-744538,1674430],[-745293,1676295],[-744935,1675522],[-744264,1673424],[-744813,1674958],[-744154,1676425],[-745129,1676329],[-751348,1687336],[-751545,1686794],[-750557,1687391],[-751051,1686857],[-749980,1688853],[-742502,1677436],[-53888,375679],[-53944,374631],[-54441,374173],[-53823,374036],[-52763,374051],[-766673,1625544],[-763406,1628731],[-763077,1629761],[-762415,1630621],[-763025,1630011],[-763874,1630101],[-763051,1630731],[-760660,1629621],[-761295,1630681],[-761741,1630261],[-758236,1633583],[-758297,1632744],[-760223,1632806],[-759784,1634293],[-761449,1633147],[-759647,1633386],[-759191,1632622],[-759297,1633195],[-758947,1628030],[-758433,1629509],[-757417,1629824],[-759133,1628571],[-757890,1629100],[-757600,1628858],[-764508,1632473],[-764648,1630903],[-765546,1630333],[-766772,1633601],[-765281,1631183],[-764562,1627494],[-765008,1627074],[-762942,1629929],[-763636,1630669],[-764129,1629333],[-764326,1628783],[-763338,1629383],[-763832,1628853],[-763927,1626434],[-764782,1633264],[-764196,1633594],[-764185,1632823],[-766281,1626358],[-766263,1628650],[-766888,1627672],[-766344,1626574],[-765682,1627434],[-766292,1626824],[-767141,1626914],[-766318,1627544],[-765923,1633055],[-766500,1632329],[-767536,1630202],[-767299,1630636],[-766832,1631848],[-761828,1635120],[-762076,1634555],[-762670,1634072],[-763379,1634116],[-762920,1634427],[-762481,1635279],[-762672,1634231],[-762057,1633650],[-762541,1633542],[-762871,1633325],[-762505,1632799],[-762731,1632887],[-762181,1632730],[-761752,1634637],[-767295,1632919],[-767223,1632883],[-766512,1632650],[-766020,1632600],[-765579,1632289],[-765139,1633050],[-765640,1632758],[-759932,1637812],[-766809,1647044],[-767966,1644057],[-767274,1638811],[-767333,1639938],[-759622,1640083],[-760366,1639193],[-757018,1650678],[-755369,1650541],[-756443,1651028],[-755770,1649854],[-756027,1649434],[-756444,1649126],[-755634,1649066],[-755554,1647196],[-757043,1647656],[-755905,1645986],[-756137,1647786],[-755373,1648236],[-756129,1648036],[-756291,1650359],[-757990,1646430],[-758563,1646317],[-757541,1645776],[-758250,1645929],[-767192,1648535],[-766451,1649139],[-767395,1647750],[-767697,1647629],[-762977,1638970],[-767136,1644195],[-766982,1643170],[-766446,1644740],[-766720,1644054],[-759904,1646273],[-759605,1645684],[-759581,1645405],[-759153,1644900],[-758157,1645360],[-758843,1644425],[-758338,1644856],[-758405,1644679],[-758857,1644225],[-759683,1643979],[-759882,1644713],[-760005,1645364],[-760313,1645879],[-760575,1645272],[-760267,1644689],[-759131,1644084],[-759113,1643977],[-758962,1643705],[-767740,1645393],[-757867,1638662],[-758561,1639402],[-767296,1643249],[-767990,1643989],[-778633,1625702],[-778773,1624132],[-779671,1623562],[-778318,1625212],[-779406,1624412],[-779740,1624572],[-779481,1624872],[-776735,1625762],[-772215,1637650],[-772754,1637855],[-771766,1637474],[-779152,1625902],[-778490,1626762],[-779100,1626152],[-779949,1626242],[-779126,1626872],[-777370,1626822],[-777816,1626402],[-775270,1635580],[-777009,1634088],[-775861,1634259],[-774116,1636141],[-769489,1638240],[-775594,1635984],[-775325,1636348],[-776147,1636769],[-775159,1637250],[-776494,1636996],[-770826,1636992],[-772421,1630202],[-772749,1629891],[-772112,1633153],[-771932,1632888],[-773342,1631423],[-772636,1631959],[-771583,1636013],[-771163,1635811],[-770510,1636473],[-769775,1637774],[-770789,1637793],[-770613,1637287],[-769301,1637780],[-769228,1637336],[-769627,1637379],[-770619,1645512],[-769118,1646097],[-768253,1645587],[-770299,1645993],[-769111,1645445],[-769131,1645087],[-771217,1643377],[-770678,1643173],[-770229,1642997],[-769619,1648084],[-769858,1647655],[-769220,1638605],[-770042,1639026],[-769054,1639507],[-770389,1639253],[-768715,1643234],[-768660,1643325],[-768526,1643510],[-768698,1644177],[-768328,1644738],[-768494,1640753],[-770796,1640685],[-771490,1641425],[-769249,1640639],[-768486,1638617],[-771178,1638632],[-770584,1640355],[-769378,1642141],[-769976,1641805],[-770991,1638702],[-771163,1639369],[-770792,1639930],[-793478,1599921],[-792765,1599729],[-793052,1600194],[-792378,1600024],[-793336,1599916],[-793056,1600159],[-792318,1599243],[-788963,1600122],[-790057,1600026],[-792286,1601084],[-792669,1600594],[-792801,1600740],[-792137,1600533],[-792189,1600210],[-789627,1601732],[-790382,1600812],[-790682,1601544],[-791179,1600224],[-789928,1602251],[-790126,1601499],[-788998,1602214],[-789077,1600789],[-789223,1601981],[-789566,1601607],[-791512,1600207],[-788814,1601463],[-790646,1600440],[-789171,1602335],[-791472,1600606],[-790662,1601832],[-788834,1602962],[-789966,1602963],[-789874,1602511],[-788352,1602105],[-788987,1603963],[-789023,1604058],[-788167,1602793],[-788303,1602831],[-788430,1603025],[-788600,1602342],[-788402,1603454],[-789388,1603146],[-790039,1602787],[-789151,1603313],[-788867,1603569],[-788641,1603593],[-787766,1603139],[-789748,1602711],[-784800,1604043],[-786266,1603294],[-784887,1605259],[-785442,1603524],[-785603,1605607],[-786733,1602758],[-786193,1602911],[-786454,1603451],[-786160,1603109],[-784859,1604479],[-785204,1603703],[-784681,1605433],[-785177,1603928],[-785220,1604405],[-785780,1603840],[-786031,1604207],[-785888,1603904],[-784880,1604972],[-792056,1608556],[-793372,1606723],[-793366,1607196],[-793059,1608410],[-792353,1608501],[-793361,1607043],[-791620,1607882],[-792879,1607100],[-792368,1608158],[-792893,1607157],[-793155,1608500],[-792723,1609350],[-793222,1608670],[-791892,1608213],[-793241,1606761],[-792949,1608426],[-789730,1609523],[-789090,1609643],[-789675,1609278],[-788477,1610591],[-790191,1608575],[-789720,1610395],[-789464,1608972],[-790365,1608957],[-789798,1609398],[-790396,1609356],[-791159,1608812],[-789807,1609961],[-790645,1608799],[-790052,1608470],[-790897,1609632],[-790592,1608704],[-789998,1608596],[-790201,1608983],[-797698,1581266],[-797429,1581630],[-798251,1582051],[-797263,1582532],[-798598,1582278],[-799959,1589149],[-800065,1589149],[-800292,1589169],[-800776,1588679],[-801448,1588709],[-801049,1589369],[-804117,1587966],[-804223,1587966],[-804450,1587986],[-804934,1587496],[-805606,1587526],[-805207,1588186],[-797508,1588591],[-797239,1588955],[-798061,1589376],[-797073,1589857],[-798408,1589603],[-793815,1599144],[-794507,1599411],[-794056,1599703],[-793708,1599330],[-793781,1600924],[-796497,1603984],[-795309,1603982],[-796236,1604690],[-796779,1604506],[-797852,1606788],[-796050,1604142],[-796579,1603778],[-796199,1603455],[-796257,1603005],[-794736,1605205],[-795909,1605834],[-795769,1604682],[-796816,1605072],[-795618,1604657],[-797656,1605885],[-796475,1603844],[-796683,1605006],[-795817,1603609],[-793619,1608927],[-793821,1607568],[-806054,1617751],[-806098,1617846],[-804111,1620186],[-801725,1622711],[-804744,1621347],[-805208,1621700],[-804422,1622569],[-805015,1620616],[-803092,1620098],[-802180,1622183],[-804356,1620186],[-802507,1622536],[-805082,1619996],[-812240,1587059],[-812949,1586507],[-813314,1587045],[-809263,1583376],[-809369,1583376],[-809596,1583396],[-810080,1582906],[-810752,1582936],[-810353,1583596],[-807677,1587935],[-813854,1587906],[-812565,1588647],[-814489,1589012],[-813096,1587908],[-813387,1587537],[-810030,1588151],[-808455,1588543],[-809641,1588586],[-808545,1587897],[-808620,1587549],[-810825,1615347],[-810286,1615142],[-809837,1614967],[-810853,1617470],[-811092,1617041],[-807184,1616166],[-806915,1616530],[-807737,1616951],[-806749,1617432],[-808084,1617178],[-806665,1617490],[-831922,1611278],[-831653,1611643],[-831487,1612545],[-832475,1612064],[-832822,1612291],[-868915,1390177],[-866740,1560135],[-867187,1560312],[-867511,1559705],[-867660,1560723],[-868998,1559687],[-869427,1559434],[-867706,1560261],[-865665,1566576],[-866233,1566269],[-865109,1567785],[-866169,1566618],[-866898,1566460],[-864834,1567545],[-864739,1566927],[-866702,1566104],[-865342,1567693],[-867157,1566872],[-865905,1567235],[-867071,1565884],[-866885,1566296],[-865431,1567050],[-866626,1566968],[-863938,1567999],[-864242,1567768],[-863760,1567703],[-865765,1568485],[-863830,1567589],[-864571,1567934],[-863643,1567698],[-863642,1567962],[-864392,1568049],[-863737,1572028],[-865670,1568570],[-864436,1567992],[-863696,1567844],[-865700,1568417],[-865746,1568237],[-868505,1573403],[-867643,1569435],[-870186,1567930],[-868247,1569627],[-868972,1568842],[-869668,1572522],[-870279,1571787],[-869861,1573176],[-870111,1570945],[-867481,1573614],[-869640,1569861],[-869254,1569726],[-869146,1569146],[-869094,1572084],[-869929,1570050],[-869047,1569915],[-869449,1569305],[-867978,1570653],[-868632,1572814],[-867798,1572794],[-867446,1572641],[-867709,1572062],[-868726,1573391],[-869050,1572537],[-870120,1572436],[-868437,1571109],[-868093,1571265],[-867179,1571035],[-867060,1572661],[-866702,1572536],[-866656,1571710],[-866510,1572176],[-865361,1571647],[-865514,1571309],[-866779,1571508],[-866488,1571651],[-865847,1573587],[-865596,1572356],[-868484,1572665],[-868316,1573043],[-869245,1571910],[-869696,1571129],[-868798,1571271],[-869901,1571907],[-862726,1575022],[-869219,1577262],[-863490,1574604],[-868312,1576902],[-869929,1387182],[-869711,1387067],[-869741,1387020],[-869372,1388225],[-881644,1451080],[-881448,1450913],[-881488,1450877],[-880964,1451827],[-879667,1453643],[-875199,1522934],[-874858,1521592],[-875631,1522341],[-874601,1522388],[-875322,1520557],[-874165,1522545],[-875730,1520865],[-874969,1520714],[-874825,1522149],[-875300,1523362],[-875293,1518427],[-873913,1518742],[-874876,1520244],[-874732,1520840],[-875091,1519111],[-875562,1521518],[-881867,1520033],[-877162,1521398],[-874521,1517836],[-876356,1520422],[-880438,1520803],[-882470,1519470],[-879901,1522029],[-875040,1520959],[-878247,1520040],[-881882,1522790],[-875899,1520548],[-880334,1522248],[-882253,1518744],[-878498,1517029],[-875049,1519538],[-877357,1517713],[-879993,1517686],[-874687,1521973],[-875721,1520098],[-876508,1520778],[-874966,1521178],[-881008,1523093],[-874744,1520655],[-880539,1521222],[-880059,1520122],[-876615,1520612],[-875378,1521915],[-880831,1519633],[-874047,1521808],[-878503,1517226],[-874874,1524886],[-882075,1532559],[-881956,1533899],[-882594,1533162],[-883029,1531960],[-882937,1532551],[-881811,1523604],[-882331,1532995],[-882844,1532891],[-874729,1525059],[-881317,1533272],[-881942,1533386],[-875305,1525315],[-874544,1523644],[-882999,1534143],[-881795,1523974],[-880813,1533629],[-873794,1526129],[-874447,1523955],[-874491,1526060],[-873759,1526609],[-874653,1526031],[-879218,1533543],[-883104,1533689],[-873850,1527562],[-880829,1533485],[-880377,1532411],[-882634,1525091],[-882454,1524795],[-873346,1527442],[-882019,1533373],[-874758,1524827],[-880228,1533087],[-882551,1531054],[-882407,1534681],[-874322,1525336],[-882885,1525020],[-882942,1533100],[-874634,1524159],[-874930,1524838],[-873216,1527554],[-873737,1526983],[-875231,1525092],[-875708,1526542],[-883092,1524864],[-880013,1533546],[-879469,1536459],[-871602,1564833],[-871402,1566624],[-871767,1567506],[-882193,1575703],[-879814,1577443],[-880898,1577795],[-879191,1577149],[-881392,1576499],[-879956,1577245],[-879265,1575817],[-69926,361483],[-72287,362962],[-70057,359949],[-68678,361415],[-70388,360803],[-70988,361454],[-74795,363852],[-75476,364547],[-75958,364676],[-74738,364414],[-74868,369547],[-73552,369220],[-74295,370717],[-72864,369757],[-71383,369237],[-71372,370223],[-70485,369692],[-73310,370475],[-72542,370210],[-71371,369575],[-68481,364418],[-68522,365282],[-69159,363587],[-70394,363874],[-69165,364195],[-68023,364796],[-71516,364356],[-71064,363312],[-68663,365492],[-73335,367447],[-74016,368151],[-74728,366947],[-74782,367894],[-74498,368282],[-75191,367444],[-73278,368008],[-76188,363358],[-76242,364285],[-76651,363843],[-69186,366449],[-67943,365821],[-69712,366384],[-68220,605214],[-890370,1379452],[-890145,1379128],[-890212,1379342],[-892211,1380227],[-892099,1380291],[-891430,1521708],[-890760,1520908],[-891468,1522459],[-883806,1522573],[-893850,1523371],[-890045,1520949],[-892003,1523061],[-893872,1521519],[-893984,1521920],[-890849,1522615],[-891827,1519180],[-893731,1522822],[-892247,1521027],[-893271,1521943],[-892177,1521046],[-891793,1520137],[-892507,1519989],[-892048,1522330],[-890459,1520582],[-892244,1522977],[-892819,1519795],[-894512,1523259],[-892394,1520437],[-892945,1522076],[-883766,1519082],[-887049,1517130],[-894684,1526614],[-894095,1530923],[-890422,1533760],[-895436,1526217],[-894516,1529791],[-883286,1525405],[-886684,1529123],[-890415,1528217],[-885158,1535215],[-885144,1532832],[-890407,1526900],[-888014,1531850],[-884277,1533165],[-885239,1532247],[-883987,1533328],[-887282,1533050],[-887261,1529405],[-887262,1532381],[-885275,1532350],[-887318,1532668],[-884060,1532590],[-886194,1531122],[-892520,1526055],[-886348,1533514],[-887813,1532465],[-885914,1533047],[-886836,1532754],[-884689,1533144],[-891114,1527952],[-883970,1533101],[-885003,1532959],[-884158,1532719],[-883955,1532787],[-884804,1532302],[-891426,1527853],[-884123,1532537],[-885990,1530592],[-888782,1531409],[-884601,1533143],[-883696,1532720],[-885198,1531277],[-885941,1533095],[-883399,1533483],[-884176,1532745],[-890660,1526521],[-886257,1530466],[-887169,1528161],[-884978,1531155],[-893376,1524431],[-884327,1532301],[-885488,1533285],[-885145,1531336],[-893286,1524106],[-890257,1527201],[-884711,1532516],[-888872,1531246],[-885862,1532621],[-885781,1532668],[-890158,1525617],[-889666,1528885],[-887635,1532940],[-888050,1530264],[-886641,1530454],[-886592,1532338],[-887746,1531126],[-889514,1530189],[-890251,1533041],[-886494,1531556],[-889102,1529399],[-884513,1532911],[-885156,1532145],[-890021,1530485],[-890471,1528491],[-885522,1533123],[-888885,1531610],[-888742,1528916],[-890067,1529134],[-888119,1528535],[-888063,1531856],[-887458,1531733],[-890297,1528117],[-890298,1526298],[-887336,1532820],[-888153,1529874],[-889856,1530967],[-890578,1527936],[-890802,1526847],[-890088,1529866],[-889088,1528471],[-891448,1528293],[-885233,1532977],[-892250,1527682],[-885618,1532182],[-887712,1532071],[-885196,1531387],[-887474,1532855],[-884622,1532734],[-887401,1531809],[-886813,1531939],[-891829,1524000],[-894467,1525146],[-887855,1532024],[-884951,1532433],[-889701,1527093],[-887751,1533063],[-889955,1533157],[-885313,1531965],[-884806,1533068],[-885005,1532624],[-883304,1532766],[-884974,1532643],[-883647,1533140],[-892954,1527595],[-884333,1532564],[-885880,1532327],[-884891,1533914],[-884838,1531947],[-885408,1531837],[-883275,1532527],[-883639,1533357],[-890034,1530029],[-892355,1523961],[-892770,1526331],[-888207,1532979],[-894502,1525030],[-891847,1527562],[-889840,1529106],[-891124,1523824],[-894671,1525660],[-893186,1524310],[-892084,1527938],[-892672,1527695],[-891817,1527722],[-894894,1523520],[-888856,1526555],[-890971,1528260],[-892131,1527893],[-891207,1524245],[-889946,1525933],[-886352,1531668],[-889762,1528954],[-888932,1530692],[-890747,1528593],[-884532,1523811],[-889427,1527393],[-887253,1532909],[-883314,1524909],[-885324,1523456],[-889715,1525929],[-890838,1528432],[-886740,1532976],[-885917,1532093],[-883299,1525051],[-883794,1523939],[-891918,1527843],[-888049,1533400],[-889921,1533314],[-890392,1530347],[-890967,1529570],[-893722,1529661],[-890297,1533419],[-894790,1526164],[-893258,1528907],[-890273,1530666],[-891523,1528665],[-892895,1528109],[-892506,1528366],[-890560,1530767],[-888913,1533599],[-884610,1535448],[-884657,1535140],[-890616,1528538],[-893305,1529523],[-895120,1525782],[-893430,1576871],[-893536,1576871],[-893763,1576891],[-894247,1576401],[-894919,1576431],[-894520,1577091],[-886022,1578925],[-886128,1578925],[-886355,1578945],[-886839,1578455],[-887511,1578485],[-887112,1579145],[-890336,1576650],[-892051,1575130],[-890906,1575320],[-889190,1577230],[-894866,1580758],[-883906,1575542],[-898798,1392943],[-898582,1392825],[-898615,1392782],[-898212,1393815],[-897444,1395883],[-902552,1449900],[-903414,1450604],[-903619,1452614],[-903733,1453199],[-903336,1453050],[-902574,1447629],[-906804,1451028],[-907647,1451216],[-906995,1451300],[-902149,1448195],[-907223,1574441],[-907151,1572673],[-906660,1577638],[-900271,1576099],[-906614,1577059],[-907433,1579081],[-908289,1576091],[-907099,1574702],[-897743,1576612],[-897420,1576306],[-897933,1577022],[-898390,1578131],[-897516,1577864],[-897773,1577959],[-898842,1577781],[-905557,1578390],[-905289,1576700],[-897076,1589461],[-906435,1588589],[-905258,1589326],[-918668,1422227],[-918465,1422087],[-918504,1422050],[-918004,1422921],[-916878,1424908],[-912568,1474055],[-912195,1473836],[-912368,1474014],[-914601,1473951],[-914538,1474070],[-914753,1500112],[-914598,1499905],[-914642,1499882],[-913926,1500701],[-912260,1502181],[-913197,1561327],[-917190,1568437],[-912561,1564771],[-910613,1566349],[-918292,1569392],[-918471,1570013],[-918543,1572518],[-912077,1563885],[-916511,1573183],[-919798,1568144],[-919024,1570872],[-910182,1566456],[-916788,1570589],[-909712,1566867],[-917260,1572403],[-921246,1581240],[-920035,1583700],[-921099,1583106],[-920771,1586181],[-920232,1585208],[-921289,1580686],[-921328,1581724],[-914965,1582001],[-913944,1579828],[-914270,1588118],[-922470,1586802],[-922028,1581697],[-921796,1580337],[-921937,1579350],[-943738,1383195],[-941240,1507522],[-942088,1507650],[-943295,1509511],[-942019,1507676],[-942415,1517929],[-942707,1517746],[-941853,1519004],[-942199,1519253],[-943304,1517964],[-943105,1517656],[-942280,1518432],[-941873,1518316],[-942660,1518154],[-938135,1583880],[-954883,1499320],[-953548,1499574],[-953714,1498672],[-953983,1498308],[-951732,1505066],[-954536,1499093],[-951971,1504660],[-970245,1503635],[-970484,1503206],[-972270,1517941],[-972772,1518652],[-975967,1389300],[-976182,1388707],[-976312,1389140],[-976005,1388845],[-977773,1500768],[-978012,1500339],[-983971,1500984],[-984011,1501231],[-982701,1510423],[-984753,1501672],[-972879,1516609],[-973966,1517543],[-973726,1516875],[-973411,1516834],[-973087,1516517],[-974113,1517429],[-973337,1518625],[-979073,1511524],[-973575,1515890],[-973153,1515676],[-974879,1516157],[-975106,1515728],[-982904,1510770],[-982827,1511272],[-983105,1511227],[-982509,1510613],[-982311,1510637],[-981752,1510717],[-980820,1511350],[-982576,1511497],[-983835,1511165],[-982889,1511148],[-983818,1511484],[-984638,1512098],[-982706,1511210],[-982595,1511231],[-985475,1512158],[-982625,1511286],[-984933,1511741],[-979036,1511537],[-979116,1512616],[-978579,1512043],[-979086,1512597],[-979564,1511763],[-988568,1492635],[-988959,1492361],[-988654,1492651],[-989164,1492826],[-989212,1492552],[-989165,1492603],[-988500,1492920],[-988494,1492452],[-989151,1492919],[-999112,1356043],[-1006943,1353339],[-1007073,1353719],[-1006990,1352426],[-1006797,1352922],[-1000932,1358055],[-1001108,1357827],[-1000922,1357775],[-1006556,1482984],[-1006910,1483288],[-1005734,1482562],[-1005568,1483464],[-1000024,1491081],[-999696,1491703],[-999935,1491416],[-1004805,1499980],[-1005110,1500482],[-1005427,1500492],[-1005777,1500700],[-1005382,1500775],[-1006757,1500388],[-1006501,1500417],[-1006689,1499748],[-1004740,1500742],[-1004276,1501684],[-1004659,1501458],[-1005878,1502095],[-1006291,1501611],[-1006082,1501646],[-1005967,1500589],[-1005414,1500574],[-1005553,1500685],[-1005824,1500903],[-1006287,1501251],[-1004802,1502327],[-1004463,1502135],[-1005407,1502372],[-1006333,1500729],[-1004863,1500552],[-1004695,1500643],[-1004228,1501095],[-1004064,1501251],[-1004356,1501602],[-1004020,1501695],[-1005086,1500843],[-1004833,1500957],[-1004066,1501891],[-1004539,1501749],[-1003302,1502387],[-1003996,1503127],[-1009192,1513505],[-80260,317558],[-79520,318592],[-79786,317361],[-79780,319479],[-85825,315757],[-85417,314661],[-86231,315630],[-84551,314343],[-80040,316778],[-78786,319548],[-79380,316551],[-78119,316704],[-79385,315992],[-77834,317110],[-80094,316362],[-79136,316591],[-87418,316772],[-86509,316338],[-87062,316376],[-87325,311841],[-87199,310965],[-88164,310311],[-85473,310481],[-87406,310076],[-87634,313766],[-86415,311271],[-86763,316843],[-85023,313760],[-87145,315977],[-84599,315077],[-87006,349056],[-87687,349643],[-88399,348639],[-88453,349359],[-88169,349744],[-88862,349006],[-86949,349595],[-80882,369346],[-81015,368749],[-80058,369637],[-78906,369264],[-80173,369187],[-81400,369386],[-77894,368944],[-78131,369766],[-80919,368539],[-80601,367671],[-80078,367458],[-81681,368728],[-87111,606240],[-87771,609108],[-88066,606235],[-87958,606190],[-87092,605516],[-86602,606864],[-86453,605906],[-88186,602056],[-85662,604190],[-85924,603695],[-86007,604345],[-86744,603193],[-85920,604522],[-86242,603910],[-1016712,1336399],[-1016541,1336199],[-1016585,1336174],[-1015989,1337025],[-1014338,1338589],[-1011789,1350654],[-1013378,1349730],[-1011397,1350657],[-1011785,1350116],[-1019369,1349377],[-1018952,1349365],[-1019614,1349502],[-1021536,1350090],[-1021322,1349609],[-1023063,1349374],[-1022958,1349681],[-1023567,1349462],[-1017266,1351901],[-1016897,1351903],[-1017014,1351613],[-1021119,1444062],[-1021294,1437280],[-1020755,1437075],[-1020306,1436900],[-1018881,1437266],[-1018612,1437630],[-1019434,1438051],[-1018446,1438532],[-1019781,1438279],[-1019940,1444955],[-1020387,1445027],[-1020112,1445468],[-1020033,1445510],[-1020378,1445344],[-1020309,1445336],[-1020042,1444702],[-1019936,1444869],[-1019665,1444979],[-1019612,1445425],[-1023677,1456808],[-1019069,1452523],[-1021521,1447783],[-1022583,1447585],[-1021765,1451170],[-1022049,1452203],[-1022203,1451742],[-1023445,1451432],[-1023436,1450770],[-1023348,1450903],[-1022472,1450279],[-1022059,1450655],[-1022280,1450596],[-1022646,1450547],[-1023218,1450481],[-1022831,1452343],[-1022395,1452496],[-1023258,1451996],[-1022859,1450101],[-1021587,1451077],[-1021496,1451291],[-1021471,1451941],[-1021511,1452120],[-1021891,1452241],[-1021876,1452384],[-1022071,1451016],[-1021997,1451244],[-1022015,1452517],[-1022271,1452080],[-1020319,1527116],[-1019640,1527554],[-1020424,1526174],[-1019524,1525162],[-1020810,1528325],[-1019324,1527046],[-1020199,1527063],[-1019255,1525526],[-1019081,1526416],[-1020998,1527656],[-1020077,1525947],[-1020767,1527436],[-1019114,1527888],[-1019419,1528390],[-1019736,1528400],[-1032590,1351070],[-1032031,1350510],[-1032456,1350648],[-1032300,1350592],[-1025084,1349872],[-1025441,1350080],[-1025006,1350371],[-1034461,1352555],[-1033908,1352300],[-1033992,1351231],[-1033621,1351050],[-1034317,1351057],[-1027455,1354224],[-1027736,1354202],[-1026737,1354136],[-1025406,1349691],[-1025913,1349611],[-1026144,1445635],[-1024723,1439696],[-1024353,1457715],[-1026421,1450859],[-1036084,1491085],[-1036754,1491548],[-1031963,1493011],[-1032852,1493389],[-1035778,1492277],[-1035920,1491199],[-1036307,1491627],[-1036611,1490004],[-1034752,1488690],[-1036523,1490022],[-1036619,1490872],[-1036294,1490441],[-1036013,1490957],[-1035508,1491964],[-1031189,1492820],[-1034859,1488252],[-1034891,1487774],[-1033605,1493158],[-1035452,1488834],[-1036475,1488929],[-1032513,1493018],[-1032253,1492548],[-1036248,1488056],[-1031628,1490526],[-1036320,1489675],[-1036159,1488506],[-1036755,1487949],[-1035943,1489557],[-1032076,1490912],[-1035923,1488636],[-1032576,1489787],[-1036704,1492427],[-1033703,1489132],[-1033136,1488048],[-1034545,1487682],[-1033649,1487519],[-1032406,1493499],[-1034972,1486915],[-1036745,1488278],[-1032107,1491746],[-1035125,1487782],[-1032092,1491580],[-1035739,1486616],[-1031529,1491381],[-1033392,1488421],[-1029709,1491826],[-1035406,1487775],[-1036467,1486286],[-1031713,1492217],[-1034601,1492353],[-1033816,1493412],[-1034288,1493424],[-1035130,1489600],[-1034904,1488600],[-1033064,1492368],[-1034132,1492070],[-1036205,1491772],[-1034405,1489268],[-1033173,1492024],[-1033514,1493066],[-1034989,1491735],[-1033234,1492496],[-1034025,1493369],[-1034394,1492652],[-1034300,1492554],[-1033425,1491860],[-1031181,1489978],[-1030503,1487979],[-1029751,1489133],[-1033152,1487928],[-1031784,1487695],[-1031384,1490818],[-1031743,1488069],[-1032436,1489062],[-1034712,1489082],[-1032729,1488730],[-1036152,1492456],[-1031465,1488311],[-1031937,1490628],[-1032224,1489624],[-1031934,1487955],[-1032571,1490357],[-1031104,1487755],[-1034477,1489161],[-1033934,1492892],[-1032986,1489793],[-1032998,1491388],[-1034251,1488555],[-1034518,1489055],[-1033060,1489367],[-1033343,1490449],[-1030983,1489483],[-1032913,1491646],[-1031720,1488458],[-1031737,1487350],[-1032791,1487194],[-1032082,1487341],[-1030775,1488519],[-1030245,1488212],[-1031254,1487712],[-1034610,1493149],[-1036428,1492452],[-1035683,1492976],[-1035047,1493479],[-1036552,1492995],[-1035888,1493222],[-1035895,1492936],[-1036264,1493192],[-1035365,1492857],[-1036078,1492905],[-1035157,1492894],[-1035210,1493036],[-1035152,1493195],[-1036303,1493503],[-1035223,1493363],[-1034702,1493375],[-1035503,1492720],[-1035415,1492564],[-1034781,1493667],[-1035314,1493317],[-1034144,1493893],[-1035323,1492661],[-1035173,1492869],[-1035470,1492582],[-1032473,1487061],[-1034607,1488165],[-1030029,1487663],[-1036633,1485174],[-1034111,1486463],[-1030959,1488734],[-1028987,1487244],[-1031385,1488736],[-1032783,1487950],[-1033719,1487073],[-1029613,1487378],[-1031856,1488797],[-1032417,1487098],[-1032556,1488510],[-1028798,1487242],[-1031617,1488500],[-1034840,1487196],[-1032427,1486893],[-1033684,1486938],[-1030155,1487804],[-1034137,1486143],[-1042653,1349617],[-1043048,1349734],[-1042644,1349780],[-1042940,1349857],[-1043252,1349889],[-1038173,1353133],[-1037635,1353162],[-1038201,1352781],[-1045524,1350476],[-1045959,1350538],[-1048816,1350505],[-1049126,1350430],[-1048906,1350623],[-1048813,1353852],[-1048660,1353745],[-1048397,1353702],[-1048247,1350332],[-1048608,1350440],[-1047974,1350520],[-1036877,1350766],[-1037134,1350436],[-1048638,1410928],[-1048967,1411348],[-1048746,1412189],[-1044384,1415415],[-1044305,1416962],[-1043958,1416113],[-1043282,1415558],[-1042505,1415814],[-1043588,1416023],[-1048725,1414285],[-1047917,1413517],[-1042644,1416646],[-1047805,1423568],[-1046475,1424532],[-1048561,1423271],[-1047390,1426154],[-1047793,1424518],[-1049010,1424389],[-1048485,1424744],[-1049091,1425106],[-1042973,1441698],[-1043665,1441700],[-1042522,1442787],[-1043610,1441987],[-1043942,1442143],[-1043861,1442948],[-1043743,1444424],[-1041472,1444825],[-1040931,1445021],[-1045505,1440995],[-1045421,1440156],[-1047406,1439977],[-1047238,1441447],[-1048586,1439998],[-1046855,1440548],[-1046275,1439872],[-1046486,1440436],[-1045904,1443030],[-1043094,1446007],[-1046146,1442703],[-1043585,1445503],[-1045390,1443348],[-1039789,1448230],[-1042291,1447017],[-1038898,1449263],[-1042940,1446996],[-1040410,1449033],[-1040221,1448714],[-1038852,1448779],[-1040624,1446846],[-1041934,1483480],[-1044164,1496610],[-1057773,1323150],[-1057380,1323053],[-1057570,1323164],[-1059772,1322702],[-1059722,1322803],[-1057075,1353049],[-1057320,1352808],[-1054923,1351833],[-1053117,1349796],[-1053113,1349812],[-1052831,1349964],[-1054005,1352558],[-1053156,1352656],[-1053481,1352595],[-1053753,1352498],[-1056000,1349276],[-1055587,1349491],[-1059587,1347733],[-1060101,1347408],[-1061239,1348169],[-1050504,1353152],[-1050442,1353423],[-1051802,1349944],[-1051702,1413044],[-1051386,1410400],[-1051459,1410233],[-1054495,1420566],[-1055403,1420693],[-1050585,1417842],[-1055445,1420375],[-1050881,1414503],[-1049867,1414537],[-1051767,1415284],[-1051843,1414689],[-1055962,1420929],[-1055129,1422491],[-1054967,1422611],[-1052098,1422996],[-1050032,1423405],[-1049931,1424951],[-1052130,1424417],[-1052829,1424158],[-1052282,1422672],[-1055007,1423046],[-1053519,1424172],[-1054631,1422501],[-1053316,1422583],[-1051860,1425083],[-1049802,1447810],[-1051363,1447368],[-1051895,1452445],[-1052681,1452641],[-1053423,1451440],[-1051420,1450033],[-1052030,1451127],[-1054146,1452548],[-1053231,1449888],[-1062379,1480398],[-1061635,1480205],[-1062381,1480882],[-1061884,1502902],[-1061022,1503539],[-1060753,1503904],[-1061576,1504325],[-1060587,1504806],[-1061922,1504552],[-1061980,1502895],[-1061817,1501969],[-1061075,1501853],[-1060715,1502254],[-1061537,1502675],[-1060549,1503156],[-1075086,1330785],[-1067963,1329702],[-1067558,1329941],[-1069210,1328141],[-1069072,1328476],[-1069404,1328108],[-1074994,1330928],[-1068474,1329160],[-1068513,1329111],[-1069733,1330153],[-1069752,1329692],[-1066426,1341355],[-1066771,1341215],[-1068746,1337232],[-1068722,1337784],[-1068454,1337323],[-1068564,1338085],[-1065867,1334858],[-1065830,1335342],[-1066060,1334979],[-1065959,1335132],[-1064545,1345095],[-1064474,1345829],[-1063552,1347085],[-1063357,1347296],[-1063428,1347707],[-1063599,1347291],[-1064124,1345596],[-1064268,1345167],[-1068173,1439456],[-1066863,1439032],[-1064377,1437848],[-1066026,1477719],[-1066333,1478078],[-1065980,1474331],[-1064992,1478248],[-1065353,1474584],[-1064455,1477739],[-1065619,1475091],[-1066304,1477357],[-1066388,1478087],[-1070787,1477583],[-1070825,1479747],[-1071804,1482398],[-1067964,1475965],[-1070799,1477139],[-1072525,1476865],[-1069915,1479467],[-1071132,1483232],[-1072095,1477121],[-1074738,1477526],[-1069710,1479825],[-1070967,1483113],[-1070272,1476865],[-1066934,1484411],[-1068065,1475465],[-1074247,1477775],[-1070058,1476814],[-1069544,1480374],[-1069747,1480294],[-1068322,1476002],[-1066921,1484771],[-1071508,1482733],[-1072284,1476676],[-1069854,1477237],[-1066810,1476914],[-1065946,1476122],[-1066271,1475316],[-1066763,1477738],[-1070644,1494690],[-1069049,1494786],[-1067127,1490759],[-1066483,1489980],[-1067764,1485424],[-1066525,1485677],[-1067554,1485197],[-1066330,1489746],[-1067932,1486753],[-1066665,1488479],[-1069248,1488501],[-1069605,1487903],[-1069064,1488310],[-1066879,1492903],[-1066940,1490532],[-1066354,1490111],[-1065936,1491013],[-1066432,1489577],[-1066938,1492416],[-1070868,1494325],[-1066625,1489804],[-1067155,1489705],[-1066818,1488878],[-1067618,1489047],[-1069795,1502763],[-1071254,1502978],[-1071171,1500779],[-1067041,1498523],[-1072091,1504006],[-1070542,1504059],[-1062425,1502645],[-1062609,1502102],[-1079019,1330140],[-1079416,1330145],[-1075215,1330782],[-1084269,1327268],[-1084164,1327253],[-1084922,1324524],[-1084693,1324868],[-1078044,1330484],[-1077660,1330445],[-1086648,1325032],[-1086197,1325059],[-1086379,1325059],[-1086547,1325014],[-1086758,1324997],[-1077581,1325390],[-1077199,1325495],[-1076603,1325300],[-1076271,1325082],[-1081168,1372362],[-1081661,1372242],[-1084010,1427815],[-1098039,1352908],[-1097878,1352693],[-1097922,1352672],[-1097364,1353495],[-1095516,1354887],[-1100372,1413476],[-1099833,1413272],[-1099384,1413096],[-1100798,1428850],[-1100233,1429710],[-1100747,1429096],[-1100717,1429820],[-1098586,1428710],[-1099288,1429770],[-1099680,1429350],[-1098728,1427154],[-1098111,1426581],[-1099349,1425144],[-1100224,1426425],[-1100379,1424411],[-1099433,1425961],[-1098625,1425818],[-1099106,1426076],[-1094798,1445427],[-1094845,1445240],[-1111685,1408315],[-1111439,1413165],[-1102470,1416353],[-1111234,1415382],[-1111881,1413206],[-1110438,1412770],[-1111594,1409114],[-1112293,1408966],[-1112290,1408461],[-1112622,1410937],[-1112670,1409732],[-1112252,1409690],[-1101809,1414196],[-1101570,1414625],[-1110922,1413504],[-1110214,1413350],[-1111169,1415289],[-1111087,1415172],[-1109683,1415303],[-1109901,1412962],[-1101409,1429190],[-1101079,1427820],[-1126255,1305300],[-1124671,1306826],[-1119740,1356155],[-1119880,1354585],[-1120778,1354015],[-1119301,1355454],[-1120513,1354865],[-1120847,1355025],[-1117697,1353211],[-1116856,1353151],[-1116915,1351281],[-1118396,1351741],[-1117261,1350071],[-1117488,1351871],[-1116720,1352321],[-1117326,1352121],[-1119098,1355027],[-1118874,1355558],[-1118212,1356457],[-1118822,1355801],[-1119671,1355733],[-1118848,1356438],[-1116457,1355534],[-1117092,1356645],[-1117538,1356204],[-1115325,1356333],[-1115326,1356227],[-1115348,1356000],[-1114861,1355513],[-1114897,1354841],[-1115554,1355245],[-1119196,1353053],[-1119854,1353793],[-1117002,1353905],[-1117696,1354645],[-1125610,1382167],[-1124679,1384469],[-1125492,1383333],[-1116395,1414634],[-1116126,1414998],[-1116948,1415420],[-1117302,1415733],[-1115115,1415394],[-1126159,1427985],[-1126273,1426976],[-1126252,1427687],[-1125260,1439404],[-1123097,1437518],[-1123610,1441096],[-1126130,1444618],[-1126263,1442834],[-1126017,1446487],[-1126303,1436897],[-1126301,1445184],[-1126024,1437196],[-1126187,1436678],[-1123076,1438393],[-1123621,1437175],[-1126010,1437102],[-1124309,1437615],[-1125312,1437528],[-1124848,1436530],[-1123506,1439214],[-1125573,1436595],[-1124776,1438196],[-1126042,1445528],[-1126079,1446563],[-1124737,1437041],[-1126222,1443701],[-1124242,1438636],[-1125067,1436097],[-1126263,1446802],[-1126222,1447067],[-1126358,1447235],[-1126947,1304522],[-1126766,1304323],[-1126810,1304294],[-1128419,1380836],[-1133147,1415744],[-1133817,1418081],[-1132727,1414706],[-1131404,1416096],[-1134423,1417466],[-1131771,1415204],[-1132370,1415492],[-1134553,1417320],[-1133360,1418138],[-1138622,1419408],[-1134767,1416680],[-1137761,1419175],[-1137951,1420062],[-1134188,1416446],[-1137653,1419650],[-1134766,1416545],[-1132136,1414774],[-1133921,1416343],[-1133340,1414088],[-1138475,1418322],[-1138029,1419571],[-1137406,1420153],[-1134445,1416676],[-1137154,1419501],[-1137007,1419183],[-1138503,1420395],[-1137611,1418928],[-1134665,1416416],[-1132546,1415055],[-1136975,1419121],[-1137200,1419438],[-1133722,1417304],[-1133796,1416782],[-1135506,1417487],[-1136857,1417953],[-1138599,1419201],[-1137393,1417955],[-1137557,1419865],[-1136851,1418390],[-1137680,1418481],[-1135336,1416673],[-1136092,1417970],[-1136192,1417226],[-1133170,1414551],[-1132939,1417407],[-1135766,1416833],[-1132869,1414454],[-1134344,1417330],[-1133937,1416032],[-1132192,1414433],[-1133126,1417235],[-1133193,1415318],[-1128009,1430116],[-1138898,1433746],[-1128564,1429697],[-1138347,1423985],[-1127034,1429742],[-1128512,1427588],[-1131044,1430122],[-1130948,1433559],[-1127951,1429077],[-1133692,1423558],[-1127278,1429008],[-1130069,1427078],[-1129128,1430236],[-1128990,1427350],[-1127615,1429795],[-1129721,1427558],[-1129333,1428863],[-1129048,1429184],[-1127535,1430411],[-1127166,1429210],[-1126868,1427906],[-1131216,1433152],[-1128477,1428985],[-1138279,1422213],[-1130315,1429085],[-1128589,1429047],[-1128451,1428724],[-1129962,1427881],[-1130801,1429835],[-1130093,1428607],[-1139035,1432474],[-1128631,1426017],[-1131129,1430090],[-1127194,1429285],[-1138470,1423333],[-1136603,1432448],[-1138891,1432124],[-1131410,1430560],[-1138174,1422833],[-1126696,1429060],[-1128349,1426160],[-1126412,1426949],[-1129148,1428051],[-1126928,1428882],[-1138398,1428352],[-1138546,1432428],[-1126450,1429191],[-1137055,1422875],[-1137366,1422089],[-1139031,1423374],[-1127224,1441954],[-1127154,1441969],[-1134107,1435178],[-1136648,1440736],[-1128000,1441595],[-1127326,1441353],[-1133360,1435308],[-1127157,1436691],[-1127490,1441872],[-1126530,1442846],[-1126659,1442900],[-1127279,1442031],[-1134575,1446141],[-1136322,1445509],[-1133497,1434857],[-1127299,1436829],[-1135031,1445746],[-1127812,1440271],[-1127414,1439514],[-1134221,1446552],[-1127255,1437392],[-1127197,1441825],[-1127529,1440269],[-1128038,1438475],[-1127567,1438923],[-1127636,1438476],[-1128035,1439561],[-1126549,1436689],[-1133990,1435945],[-1136452,1437380],[-1134174,1445949],[-1126485,1436521],[-1139183,1440027],[-1137336,1443567],[-1138448,1441182],[-1137945,1441057],[-1138014,1439438],[-1137514,1442120],[-1138190,1443785],[-1137653,1440872],[-1134067,1434895],[-1138245,1443638],[-1137340,1445391],[-1136982,1442991],[-1137452,1442196],[-1137997,1443399],[-1137398,1440823],[-1137670,1441482],[-1137050,1443436],[-1138202,1440586],[-1138073,1439158],[-1138488,1440942],[-1134983,1445985],[-1132503,1434870],[-1136179,1438621],[-1135405,1435884],[-1136523,1434489],[-1137822,1433990],[-1133670,1436003],[-1136607,1435016],[-1137094,1439613],[-1133524,1437991],[-1133910,1437703],[-1137780,1439884],[-1135430,1445228],[-1136778,1437820],[-1133927,1438674],[-1133364,1434599],[-1133547,1434222],[-1134741,1438209],[-1136894,1441751],[-1126934,1446600],[-1133147,1434425],[-1135151,1435467],[-1135142,1435529],[-1135419,1435487],[-1135483,1434828],[-1136620,1435027],[-1136087,1435687],[-1138358,1434875],[-1137182,1435656],[-1138459,1438231],[-1138130,1439261],[-1137468,1440121],[-1138078,1439511],[-1138927,1439601],[-1138104,1440231],[-1135191,1439563],[-1136348,1440181],[-1136794,1439761],[-1135344,1445197],[-1136336,1438022],[-1132937,1449892],[-1133840,1450326],[-1134151,1450695],[-1126762,1447231],[-1127033,1446832],[-1133272,1450267],[-1133482,1449871],[-1133702,1451438],[-1133839,1449214],[-1132471,1450237],[-1127544,1447813],[-1133946,1449625],[-1134095,1450006],[-1132708,1448142],[-1126614,1447600],[-1126673,1446964],[-1126881,1446747],[-1133207,1449621],[-1128317,1446911],[-1127406,1447278],[-1129648,1480736],[-1128546,1482626],[-97398,202637],[-101498,213935],[-101862,214426],[-101464,214787],[-101840,213274],[-102085,213651],[-101159,214179],[-102080,214518],[-97595,326682],[-97286,327990],[-98885,327112],[-97981,328624],[-97529,330121],[-98779,330081],[-98144,330960],[-98880,328148],[-98587,328915],[-97990,330127],[-94160,337882],[-93895,340622],[-95577,337284],[-93652,336735],[-96120,337843],[-94968,337971],[-94662,338803],[-97909,336862],[-98097,337504],[-98998,338227],[-97507,337979],[-98481,336073],[-99608,335778],[-98609,336546],[-99567,338077],[-97422,337193],[-100550,335555],[-99955,334937],[-98286,337632],[-91486,343955],[-91554,344590],[-92308,345426],[-90883,344921],[-92194,343313],[-93351,343194],[-92234,343783],[-92896,345388],[-90945,344169],[-94308,343094],[-93839,342420],[-91716,344744],[-99465,347725],[-98106,347719],[-99252,349077],[-97676,348539],[-96153,348434],[-96584,349644],[-95498,349220],[-98428,349306],[-97586,349194],[-96321,348886],[-101162,443765],[-101597,445055],[-99011,451322],[-99848,450027],[-97953,450650],[-99748,450915],[-100631,450156],[-100487,453528],[-99983,451749],[-98030,588975],[-94491,598267],[-94032,598313],[-91337,602718],[-90798,610598],[-90599,611389],[-93333,608346],[-90340,603245],[-96271,605537],[-95528,605571],[-97724,605818],[-97670,606146],[-94489,609115],[-93304,603512],[-1143559,1372000],[-1140603,1371873],[-1143386,1372098],[-1139519,1373982],[-1139708,1373427],[-1142366,1371098],[-1142994,1371266],[-1141659,1372199],[-1143469,1375471],[-1143578,1373262],[-1142151,1375125],[-1142915,1370747],[-1139437,1418827],[-1140302,1419582],[-1140152,1419584],[-1139555,1419349],[-1139862,1428059],[-1141920,1429460],[-1142139,1426558],[-1141395,1423464],[-1139505,1424181],[-1142782,1426737],[-1141696,1424555],[-1141640,1425096],[-1139449,1428268],[-1139564,1428379],[-1141651,1424056],[-1139952,1428267],[-1139444,1428168],[-1143341,1426802],[-1141710,1432686],[-1141208,1428785],[-1140644,1432026],[-1141288,1431820],[-1141378,1422749],[-1139907,1424182],[-1142687,1427982],[-1142226,1423825],[-1139704,1428318],[-1142762,1427835],[-1143860,1426762],[-1141373,1428046],[-1143265,1424787],[-1141979,1424373],[-1142578,1427362],[-1143897,1427109],[-1144164,1426202],[-1142852,1425861],[-1140043,1433556],[-1142717,1428457],[-1141889,1433366],[-1143363,1433536],[-1142501,1427520],[-1142765,1428134],[-1142954,1432166],[-1141675,1431594],[-1142198,1427478],[-1142556,1430690],[-1141183,1432148],[-1141801,1428836],[-1141756,1424404],[-1141826,1431319],[-1140247,1428662],[-1142510,1424922],[-1142523,1428068],[-1139379,1432163],[-1140127,1429875],[-1142255,1424524],[-1139707,1432639],[-1140683,1422843],[-1142911,1433495],[-1142774,1427308],[-1143622,1430751],[-1143681,1425911],[-1141066,1424710],[-1141575,1429177],[-1142423,1425313],[-1143442,1425659],[-1140692,1432768],[-1143552,1424641],[-1141759,1432347],[-1142547,1429452],[-1139597,1423046],[-1141807,1431540],[-1143101,1431461],[-1143354,1425618],[-1142535,1430904],[-1142715,1430256],[-1142223,1431155],[-1142927,1431060],[-1141343,1431934],[-1142170,1431353],[-1141687,1431692],[-1141573,1432192],[-1141905,1428056],[-1142982,1430651],[-1141836,1432003],[-1142975,1431036],[-1142368,1431653],[-1143163,1430803],[-1141760,1431688],[-1142739,1433181],[-1142746,1430340],[-1139498,1441355],[-1140575,1434362],[-1139873,1440765],[-1140285,1440422],[-1138912,1441444],[-1139865,1439909],[-1140379,1440806],[-1139645,1441808],[-1140145,1441112],[-1139943,1438877],[-1140909,1439400],[-1139342,1442318],[-1140805,1440861],[-1139506,1442119],[-1139172,1442177],[-1139901,1440808],[-1139306,1440088],[-1139725,1440317],[-1139094,1442814],[-1139775,1439156],[-1140295,1439555],[-1139564,1441138],[-1140003,1439629],[-1140511,1439890],[-1140528,1439801],[-1139786,1440804],[-1140749,1439241],[-1139347,1439688],[-1175694,1377108],[-1176625,1376851],[-1174111,1376848],[-1176137,1375948],[-1174548,1376000],[-1169372,1391774],[-1171374,1418087],[-1172374,1420309],[-1173018,1418199],[-1173411,1418785],[-1173647,1419664],[-1170596,1417841],[-1173476,1419652],[-1171641,1419167],[-1171596,1419071],[-1171517,1418857],[-1173224,1421099],[-1175297,1421576],[-1175644,1426240],[-1167209,1422536],[-1171194,1424952],[-1170778,1424735],[-1174511,1425573],[-1175637,1421880],[-1169537,1423763],[-1169060,1424409],[-1175784,1421285],[-1179721,1352129],[-1179520,1351964],[-1179560,1351927],[-1179042,1352976],[-1177880,1354780],[-1183002,1439249],[-1179574,1436450],[-1183062,1440229],[-1182521,1441176],[-1181065,1436036],[-1183865,1440492],[-1179204,1435251],[-1181292,1437621],[-1180394,1436897],[-1180373,1436638],[-1180551,1438031],[-1179973,1437433],[-1182965,1440508],[-1181740,1440948],[-1183208,1441219],[-1180554,1440726],[-1181411,1441433],[-1186991,1452035],[-1187536,1451659],[-1189359,1455103],[-1186591,1453087],[-1184404,1453080],[-1184169,1455104],[-1184811,1452639],[-1184386,1449462],[-1180503,1455672],[-1179533,1457141],[-1181242,1454315],[-1180021,1452830],[-1181489,1450477],[-1180405,1451162],[-1183945,1450582],[-1184237,1449181],[-1182120,1450057],[-1181211,1472141],[-1180786,1471609],[-1180394,1471905],[-1179966,1470889],[-1189906,1284025],[-1189686,1284510],[-1189965,1284030],[-1189939,1284525],[-1189940,1284456],[-1202925,1378807],[-1198548,1382089],[-1198767,1382565],[-1199359,1381087],[-1198362,1382195],[-1196907,1381115],[-1198346,1380871],[-1198826,1381321],[-1199118,1380922],[-1198055,1381166],[-1198758,1380402],[-1197102,1381207],[-1198137,1382453],[-1200909,1377693],[-1197354,1379751],[-1198200,1379944],[-1198980,1379902],[-1199242,1379483],[-1197963,1379694],[-1197360,1380848],[-1197664,1379588],[-1197660,1379840],[-1201251,1377463],[-1197805,1379858],[-1199537,1380112],[-1199104,1379969],[-1203071,1378534],[-1202918,1376256],[-1201846,1376219],[-1201460,1375652],[-1199516,1378142],[-1201556,1375758],[-1201894,1376309],[-1202904,1375012],[-1202885,1375552],[-1201573,1376194],[-1202435,1375797],[-1201489,1376107],[-1201507,1377598],[-1201346,1376713],[-1202142,1375068],[-1200736,1377127],[-1200161,1378126],[-1202126,1376305],[-1201283,1376771],[-1201501,1377119],[-1203123,1374686],[-1202980,1375054],[-1202913,1372264],[-1202578,1372169],[-1200313,1372311],[-1201313,1375113],[-1203066,1372449],[-1202448,1372659],[-1202251,1372493],[-1200967,1374491],[-1199812,1372802],[-1202351,1372681],[-1202513,1373021],[-1202110,1373379],[-1200651,1372749],[-1202769,1371794],[-1200802,1375134],[-1200322,1373593],[-1200211,1374367],[-1198279,1375869],[-1199879,1374348],[-1199848,1373883],[-1199863,1374843],[-1200724,1374507],[-1196182,1378532],[-1199214,1375887],[-1195838,1378818],[-1196299,1379969],[-1200860,1379951],[-1199614,1374340],[-1200678,1374049],[-1196320,1378358],[-1200014,1373943],[-1199581,1374865],[-1199799,1375354],[-1196543,1377683],[-1199556,1375988],[-1195091,1378217],[-1199854,1376289],[-1196211,1378060],[-1199089,1376173],[-1195369,1379501],[-1195195,1378227],[-1193872,1377787],[-1193633,1377705],[-1196811,1378565],[-1198977,1376276],[-1196649,1378141],[-1195752,1379504],[-1196255,1377672],[-1199109,1378848],[-1195148,1378590],[-1198726,1375850],[-1195547,1377898],[-1201626,1377908],[-1201631,1377796],[-1201513,1378396],[-1202835,1376763],[-1202360,1377464],[-1199478,1378641],[-1198971,1379526],[-1201679,1379408],[-1201978,1378262],[-1200244,1379288],[-1201159,1379168],[-1198739,1380419],[-1201626,1378053],[-1202533,1377496],[-1200703,1380344],[-1201646,1379882],[-1200544,1379691],[-1198877,1378402],[-1194496,1380674],[-1194227,1381038],[-1195049,1381460],[-1194061,1381940],[-1195396,1381687],[-1197459,1373469],[-1197190,1373833],[-1198012,1374254],[-1197024,1374735],[-1198359,1374481],[-1194520,1377068],[-1194759,1376639],[-1196283,1373680],[-1195754,1373488],[-1195305,1373313],[-1190878,1373598],[-1198654,1382978],[-1198737,1382880],[-1203071,1383596],[-1203018,1383981],[-1202988,1383158],[-1198463,1384004],[-1198921,1383565],[-1198366,1382817],[-1197154,1383080],[-1197127,1383022],[-1197091,1383152],[-1197349,1395649],[-1197823,1396866],[-1198170,1397010],[-1198797,1397772],[-1197641,1398697],[-1198082,1397895],[-1197843,1397580],[-1195849,1399281],[-1197332,1396606],[-1196779,1397248],[-1195188,1398538],[-1195377,1396974],[-1196216,1398279],[-1195918,1397159],[-1197232,1395429],[-1196532,1395916],[-1197597,1400006],[-1197340,1400468],[-1194851,1398550],[-1194570,1397920],[-1198431,1400084],[-1191673,1430744],[-1207141,1290930],[-1207002,1290765],[-1207038,1290729],[-1206172,1291693],[-1205386,1293517],[-1207045,1373242],[-1208542,1373147],[-1208700,1373208],[-1207904,1377706],[-1208502,1372755],[-1208387,1374668],[-1208570,1373109],[-1207242,1375959],[-1205876,1376170],[-1207282,1376422],[-1205369,1377163],[-1204937,1374581],[-1208766,1372600],[-1208373,1375098],[-1204677,1374219],[-1204600,1381739],[-1206921,1375217],[-1204617,1375409],[-1204698,1380901],[-1208270,1375887],[-1207348,1374633],[-1205447,1372869],[-1208320,1373031],[-1207315,1373386],[-1208497,1374324],[-1206650,1377285],[-1206060,1377152],[-1206867,1376135],[-1208239,1374104],[-1207566,1378341],[-1207280,1379012],[-1208357,1375283],[-1206141,1376454],[-1206000,1377483],[-1207018,1375543],[-1204870,1381022],[-1204221,1380650],[-1204184,1379303],[-1203777,1382031],[-1204679,1379553],[-1203605,1382591],[-1203476,1381512],[-1204179,1380252],[-1205128,1380517],[-1205641,1380827],[-1204811,1382259],[-1205709,1380848],[-1205509,1380680],[-1205418,1380686],[-1205167,1380585],[-1205189,1380157],[-1205387,1377399],[-1206685,1376428],[-1206843,1376370],[-1207565,1376265],[-1204866,1378991],[-1207438,1376215],[-1206539,1373844],[-1204892,1376577],[-1206818,1376360],[-1206278,1377033],[-1203223,1374808],[-1203413,1374649],[-1203223,1374744],[-1204166,1373966],[-1204876,1373303],[-1203988,1374526],[-1204008,1373664],[-1204605,1373628],[-1205606,1371692],[-1204724,1370790],[-1204857,1369763],[-1204657,1370697],[-1205137,1371566],[-1204902,1371952],[-1204714,1371815],[-1205322,1369988],[-1205323,1371145],[-1204639,1370480],[-1204584,1372207],[-1203831,1370865],[-1205407,1371801],[-1205719,1370456],[-1204643,1370350],[-1204339,1369929],[-1204532,1371130],[-1203456,1371564],[-1206664,1379237],[-1204953,1381862],[-1206069,1378595],[-1207869,1378647],[-1206727,1379706],[-1207039,1379657],[-1204770,1381919],[-1206968,1379015],[-1207105,1381628],[-1207308,1378267],[-1207499,1378863],[-1207330,1372635],[-1203994,1375011],[-1207820,1374445],[-1204610,1374674],[-1208242,1375954],[-1208046,1373723],[-1206858,1374180],[-1204520,1379343],[-1203523,1378628],[-1205454,1376909],[-1204633,1375339],[-1204499,1376810],[-1204071,1378989],[-1203828,1378692],[-1204964,1377424],[-1203845,1379638],[-1204783,1377247],[-1207549,1375733],[-1204456,1381191],[-1207290,1380976],[-1206751,1380771],[-1206306,1380601],[-1209902,1377359],[-1209363,1377154],[-1208914,1376979],[-1206362,1380267],[-1206677,1379791],[-1206965,1379397],[-1212330,1377628],[-1213755,1376168],[-1215317,1378646],[-1213199,1378329],[-1213317,1378566],[-1215782,1374900],[-1215886,1376763],[-1203539,1383647],[-1205246,1384039],[-1205685,1383790],[-1203751,1383293],[-1203920,1384095],[-1203558,1383239],[-1203653,1382945],[-1203960,1383896],[-1203717,1383840],[-1204248,1383503],[-1204170,1383393],[-1204254,1383514],[-1207452,1383392],[-1207692,1382964],[-1204685,1385092],[-1204575,1385481],[-1205388,1385892],[-1204409,1386383],[-1215266,1393585],[-1214154,1390427],[-1215084,1390959],[-1215208,1390312],[-1215272,1388366],[-1214782,1383697],[-1215685,1384202],[-1213203,1383579],[-1209382,1418387],[-1207913,1419746],[-1209025,1417695],[-1208399,1419120],[-1208930,1420863],[-1209798,1420185],[-1213204,1431436],[-1214248,1432408],[-1210441,1424654],[-1210296,1422352],[-1212231,1423038],[-1209543,1421403],[-1209131,1421228],[-1214561,1439426],[-1212753,1462074],[-1212524,1461803],[-1212519,1459860],[-1211796,1459843],[-1216154,1250006],[-1216014,1249786],[-1216059,1249765],[-1215252,1250601],[-1213568,1251943],[-1216347,1393948],[-1216133,1395318],[-1217395,1387358],[-1216433,1396231],[-1217365,1395908],[-1228723,1395604],[-1228534,1399677],[-1226763,1411749],[-1226961,1411247],[-1227389,1412589],[-1227390,1412712],[-1227316,1412404],[-1227942,1412044],[-1227577,1415601],[-1227795,1416257],[-1227930,1414997],[-1226944,1410425],[-1226878,1410473],[-1227383,1410220],[-1227938,1416895],[-1228131,1417700],[-1228291,1418811],[-1227916,1418277],[-1227508,1412847],[-1227487,1414468],[-1227484,1412980],[-1228633,1412140],[-1228473,1418348],[-1228444,1411533],[-1223167,1443097],[-1226948,1437791],[-1223019,1442441],[-1226936,1437620],[-1220878,1434600],[-1221114,1434945],[-1221247,1434212],[-1219410,1434676],[-1219584,1434871],[-1220117,1436656],[-1219726,1437826],[-1216989,1437972],[-1232361,1377368],[-1229470,1376265],[-1230045,1376966],[-1230288,1376057],[-1231530,1374754],[-1240211,1382579],[-1232395,1394528],[-1234419,1393442],[-1235272,1393294],[-1234879,1394474],[-1239492,1382973],[-1236072,1407000],[-1235748,1406013],[-1229169,1396246],[-1238002,1404800],[-1238059,1406034],[-1234229,1413323],[-1229248,1410586],[-1229659,1412102],[-1229966,1415299],[-1230905,1414954],[-1231290,1415484],[-1231912,1412290],[-1230061,1413720],[-1232856,1415157],[-1233943,1415194],[-1229637,1415700],[-1231700,1418794],[-1232577,1415574],[-1230541,1414888],[-1232764,1414283],[-1231068,1417782],[-1229970,1414681],[-1231490,1419246],[-1229144,1419749],[-1229870,1419742],[-1228984,1418138],[-1234833,1424567],[-1232909,1424461],[-1232803,1423578],[-1234295,1421708],[-1235067,1422331],[-1234553,1422456],[-1229644,1425599],[-1232392,1426461],[-1232023,1425401],[-1230387,1422626],[-1230091,1423210],[-1229287,1422174],[-1229877,1422466],[-1240118,1449128],[-1239874,1449088],[-1232993,1456511],[-1233065,1456888],[-1235890,1455893],[-1235217,1456881],[-1233188,1456030],[-1236531,1456542],[-1231637,1454147],[-1230523,1452500],[-1241167,1455760],[-1233333,1451738],[-1239885,1454799],[-1238168,1456685],[-1238426,1458027],[-1238351,1457205],[-1238110,1457381],[-1241605,1455924],[-1246458,1451832],[-1242023,1455926],[-1242687,1455869],[-1258152,1393936],[-1258451,1391814],[-1258798,1393301],[-1257878,1392692],[-1258432,1392532],[-1258262,1393038],[-1258580,1393569],[-1258605,1392717],[-1257912,1393059],[-1259147,1395291],[-1259456,1394731],[-1259679,1395202],[-1259404,1395010],[-1258921,1388446],[-1259898,1389737],[-1259388,1388593],[-1259713,1388462],[-1259212,1387853],[-1260750,1387665],[-1261227,1387585],[-1259012,1396067],[-1259235,1396380],[-1257327,1395831],[-1256757,1395478],[-1257645,1395816],[-1256904,1395630],[-1259522,1395731],[-1259205,1395587],[-1259671,1395723],[-1255202,1176356],[-1255803,1176292],[-1255483,1176601],[-1255604,1176192],[-104086,212333],[-103292,211930],[-103443,214799],[-103010,212805],[-102944,214936],[-113519,316936],[-111235,315323],[-109979,310196],[-111042,312706],[-111031,309159],[-109166,309274],[-111745,309485],[-110768,309991],[-110825,310857],[-112998,316100],[-112096,315110],[-113411,315544],[-111616,315235],[-113574,316504],[-110273,317594],[-110958,318484],[-112816,315922],[-113941,315567],[-114411,315959],[-113973,316950],[-114105,316512],[-104976,376344],[-105869,376228],[-103951,375710],[-105201,375923],[-103085,376023],[-110145,377717],[-114083,379533],[-114605,379170],[-115031,378084],[-115150,379591],[-113241,379211],[-112639,378169],[-113637,378947],[-114768,377580],[-114473,379903],[-112120,377256],[-111729,378035],[-114676,378949],[-111583,373471],[-111736,372517],[-110357,372647],[-111071,372049],[-111552,372053],[-110471,371992],[-112068,373189],[-113421,376017],[-112443,375038],[-112420,376712],[-111661,375136],[-110649,373907],[-110290,374751],[-109720,373822],[-111783,375990],[-111233,375356],[-110534,374193],[-106155,375662],[-106016,374503],[-106833,375774],[-105547,374183],[-106385,376370],[-103063,375150],[-106113,375433],[-107896,376096],[-108112,374573],[-106651,375952],[-108877,374386],[-108392,375446],[-108953,376133],[-103619,446344],[-103655,447371],[-102457,443611],[-102421,445344],[-102784,446869],[-102787,444568],[-102977,445367],[-103075,446698],[-110690,453392],[-106723,449146],[-107404,449873],[-108170,449652],[-107886,450015],[-108579,449173],[-106666,449680],[-108367,451520],[-109317,451639],[-110077,452568],[-108947,451987],[-110989,452531],[-108116,448630],[-107880,452013],[-107870,451268],[-107846,452246],[-107999,453617],[-105865,455167],[-107258,454673],[-107721,455158],[-105808,455729],[-106546,455862],[-107312,455600],[-107028,455991],[-107623,453187],[-107207,451740],[-106225,477832],[-105695,477915],[-105841,477131],[-105483,477200],[-105549,477586],[-110219,597993],[-108991,589594],[-110136,606380],[-108007,620437],[-108208,620981],[-106601,617019],[-105983,616969],[-110811,615720],[-110610,615806],[-109109,619589],[-112527,624763],[-112518,624748],[-110957,619293],[-110825,619224],[-106524,616991],[-107512,627870],[-109811,633512],[-110224,634065],[-109584,633488],[-111830,634994],[-113476,637465],[-113198,636988],[-112928,637182],[-106836,628556],[-106693,627928],[-107158,628893],[-105883,627863],[-108653,630398],[-108441,630625],[-108380,629671],[12273,351214],[10928,352829],[10597,353168],[11839,355113],[12216,354849],[11779,355600],[12567,355351],[10999,354854],[9668,353843],[8280,350511],[7352,351034],[7035,350647],[6585,350152],[8088,350083],[8359,349406],[6878,349110],[8599,349611],[8876,349887],[8545,350307],[6926,351148],[10631,349455],[10982,350020],[11522,349788],[9039,350797],[7338,350063],[9606,349903],[11269,349634],[5598,349088],[4931,349371],[4893,348885],[5363,349651],[5703,349209],[5198,348997],[5324,348897],[6027,348889],[5008,350730],[4328,349981],[3465,349827],[11242,349247],[5838,348577],[6271,348580],[12737,352809],[12162,353364],[12768,361988],[9773,597883],[11433,599449],[139010,396937],[129354,400714],[130179,397727],[130201,407283],[129059,404709],[135324,405767],[135521,405913],[135632,406315],[134677,406281],[134350,406682],[133142,404925],[133415,404913],[132678,405345],[132933,407494],[132100,407997],[129560,402079],[131079,404790],[131329,404311],[133450,406676],[131908,404534],[131734,404254],[133528,406293],[129111,406484],[128622,402794],[140069,403471],[140378,400547],[136714,397595],[137339,397710],[135622,399789],[132358,399897],[131692,403470],[133421,403721],[133405,404079],[134232,401956],[132732,403831],[128202,403312],[130243,402581],[129633,402542],[137310,404783],[137712,404476],[131407,406961],[129511,409048],[129983,409064],[131445,406988],[140181,404379],[132260,408147],[133158,408572],[128063,401854],[139393,406749],[131046,410552],[140297,415114],[135214,410983],[134731,414681],[129456,415322],[129668,415435],[134989,414729],[134801,413917],[135453,411940],[130356,415364],[129739,417131],[133599,412095],[135523,414642],[132027,411317],[134615,432726],[130373,501947],[129890,501074],[138077,504710],[137015,501582],[137080,501904],[129549,511469],[129204,511678],[128574,513766],[129918,513908],[131405,587710],[132807,581272],[131133,580412],[133491,586991],[133756,587589],[133083,587428],[132771,577788],[131706,589084],[131404,712212],[134594,709891],[133883,708849],[133730,709075],[133837,708826],[132693,712395],[130756,711910],[130741,712074],[130725,711911],[136199,711023],[133568,718487],[132533,718104],[135763,718574],[132531,718373],[132481,718111],[141817,396648],[149999,407899],[142767,405796],[141190,412181],[151729,418117],[146983,412914],[147277,412078],[147096,412151],[152352,416537],[152392,417204],[149527,420529],[147627,419298],[146879,425845],[152430,424686],[151876,426390],[147523,424226],[147083,423667],[145399,531443],[142037,529747],[152689,547029],[160989,419119],[159877,419396],[160501,420012],[159671,418821],[161621,422133],[157872,417543],[158201,417920],[164663,434374],[163641,430944],[165597,432812],[154821,431683],[154530,432246],[163373,435173],[157749,435231],[158235,435297],[163525,430033],[161958,422629],[156089,532130],[155455,529258],[154720,530986],[155079,531329],[153812,531286],[157537,534129],[163135,532986],[159327,537565],[156728,539866],[156117,539776],[156413,539319],[162808,595091],[160463,596532],[162725,593557],[164063,595046],[161982,593311],[162374,594405],[161761,595045],[158369,737284],[158877,737914],[157016,736406],[158979,737745],[158912,737929],[157488,733612],[156460,735211],[157875,733071],[156650,735303],[156448,735250],[178586,187345],[178705,186521],[178123,187098],[178161,186782],[177164,186100],[173214,214920],[172875,215084],[173457,214259],[174136,214576],[173493,215966],[173617,214703],[178283,220448],[178259,220346],[178483,220596],[177301,219948],[176760,220782],[176629,220811],[177056,220118],[176943,220551],[174035,394836],[173457,456752],[175705,454457],[168070,495351],[172413,597607],[172231,597805],[172370,597578],[185042,207257],[184634,206827],[184877,206524],[185574,206211],[185359,206185],[180687,227793],[180258,226260],[182164,226395],[181546,227134],[182919,392137],[188511,584016],[189084,583960],[189564,583908],[189008,585829],[184950,585371],[184517,585160],[189254,691242],[189203,691245],[191796,689230],[191822,689425],[191761,689242],[184976,689789],[185639,688742],[185382,688676],[185646,688692],[190256,691705],[189231,691510],[184264,691616],[193259,417967],[192789,418359],[193227,419350],[193095,418912],[195584,417635],[193626,418904],[196927,419994],[194384,418323],[195104,417510],[195965,417723],[196242,420884],[197221,412596],[196158,415106],[196169,411559],[198034,411674],[195455,411885],[196432,412391],[196375,413257],[193681,419336],[193789,417944],[194202,418500],[198838,410234],[192481,689377],[194169,689180],[192437,691966],[216136,577932],[215660,577200],[214089,577206],[214401,576270],[213387,576477],[215503,576664],[214189,576885],[209641,580542],[207161,579789],[210649,579370],[210583,581377],[210309,578653],[209833,579722],[208975,579738],[217484,578047],[217322,576750],[216312,576655],[222925,266316],[223194,266680],[222372,267102],[223360,267582],[222025,267329],[225521,283173],[225970,283161],[226290,283150],[221137,470477],[220898,470048],[237398,271155],[237937,270950],[238386,270775],[241719,284373],[242258,284168],[242707,283993],[239275,310637],[239036,310208],[234699,500824],[237628,511950],[236710,511233],[236622,511038],[235260,522983],[237406,523629],[237412,524040],[241948,516408],[241371,516417],[240487,517088],[239947,515975],[241271,519335],[240160,518950],[241014,519182],[242823,518729],[241109,524556],[241067,523688],[237414,512456],[238008,523809],[237967,536648],[236271,621313],[235762,620334],[237838,622853],[235580,620532],[235719,620305],[255728,260138],[255842,537472],[255950,537876],[255070,542328],[255393,548205],[254006,552472],[254715,552883],[255899,552823],[249000,610038],[249799,619119],[250731,619562],[249631,621932],[249429,616547],[247886,615654],[251416,622717],[251465,623319],[250455,623606],[251053,623728],[251679,622871],[14434,358439],[13307,358286],[13865,358271],[13665,358382],[13366,358600],[12904,358426],[14498,358249],[14711,358340],[14107,358540],[15084,352476],[15604,353418],[15162,353192],[14200,353829],[13741,353345],[13847,353380],[14103,352323],[14633,352308],[14395,352419],[14091,352637],[13664,352985],[15210,354061],[15672,353869],[14740,354106],[13693,352463],[15296,352286],[15534,352377],[15977,352829],[16012,352985],[15915,353336],[15837,353429],[14792,352577],[14956,352691],[15880,353625],[15388,353483],[14211,351438],[13762,350773],[13418,348648],[12997,348636],[12853,354756],[22899,370827],[21456,371202],[20817,371203],[16247,360574],[16516,360938],[15694,361359],[16682,361840],[15347,361586],[21626,369159],[22175,370081],[21729,369872],[20711,370505],[20237,370038],[20369,370081],[20565,369005],[21111,368979],[20894,369106],[20597,369335],[20162,369688],[21764,370718],[22203,370503],[21256,370761],[20161,369159],[21764,368929],[21994,369007],[22466,369450],[22535,369618],[22404,369951],[22418,370089],[21319,369262],[21510,369381],[22449,370274],[21946,370146],[21954,366995],[22465,367937],[22036,367711],[20924,368348],[20472,367864],[20629,367899],[20828,366842],[21386,366827],[21186,366938],[20887,367156],[20429,367499],[21998,368580],[22418,368388],[21450,368625],[20425,366979],[22019,366805],[22232,366896],[22701,367348],[22796,367504],[22606,367855],[22716,367948],[21628,367096],[21839,367210],[22719,368144],[22220,368002],[20859,370242],[20410,369577],[18921,370018],[19736,368133],[19809,367617],[20292,368653],[22510,366959],[23103,367857],[22643,367667],[21742,368348],[21246,367901],[21353,367937],[21525,366855],[22051,366805],[21822,366940],[21536,367181],[21139,367552],[22764,368514],[23210,368281],[22302,368581],[21128,367026],[22711,366728],[22956,366797],[23432,367218],[23477,367382],[23411,367723],[23307,367712],[22228,367075],[22399,367185],[23395,368039],[22893,367933],[16488,366972],[15636,366342],[16051,366404],[16783,365230],[17464,365199],[17146,365599],[17631,366466],[17180,366720],[17213,366619],[17314,366340],[17523,365837],[15766,365515],[15616,365754],[16270,365157],[17848,366219],[16766,366910],[16598,366868],[15977,366693],[15732,366695],[15836,366179],[15426,366287],[16732,366716],[16444,366770],[15297,366289],[15828,366154],[17162,367660],[16413,368186],[15120,367782],[15394,367125],[15531,367232],[16834,367422],[16881,367118],[16304,367082],[15768,366903],[15637,368700],[16010,369035],[15313,368382],[16213,366715],[17169,367998],[17196,368261],[17045,368827],[16966,368882],[16561,368911],[16733,367617],[16747,367773],[16465,368923],[16252,368546],[16755,360772],[17266,361714],[16837,361488],[15725,362125],[15273,361641],[15430,361676],[15628,360619],[16187,360604],[15987,360715],[15688,360933],[15230,361281],[16798,362357],[17219,362165],[16251,362402],[15226,360759],[16820,360582],[17033,360673],[17501,361125],[17597,361281],[17406,361632],[17517,361725],[16429,360873],[16639,360987],[17520,361921],[17021,361779],[15309,367145],[14859,366480],[13371,366921],[14706,362212],[14257,361547],[17446,360435],[16997,359770],[15508,360211],[14944,359381],[14515,359155],[13404,359792],[12951,359308],[13108,359343],[12909,358948],[14477,360024],[14897,359832],[13929,360069],[15180,358792],[15275,358948],[15085,359299],[15195,359392],[14318,358654],[15198,359588],[14699,359446],[17022,361059],[16413,361586],[17224,362826],[14754,361492],[20229,371323],[20290,371032],[20745,371328],[20736,370953],[22625,372532],[23136,373474],[22773,373819],[20995,373440],[21300,373436],[21297,372096],[22057,372364],[21857,372475],[21558,372693],[21100,373039],[22668,374117],[21096,372519],[23466,373041],[23387,373485],[22509,372747],[23390,373681],[22891,373539],[23394,371426],[20011,372119],[20702,371911],[20243,372195],[21595,373885],[23089,373925],[21812,374507],[22690,372342],[22903,372433],[23371,372885],[23276,373392],[20850,371452],[20167,372423],[22275,382202],[22544,382566],[21722,382987],[22710,383468],[21375,383214],[19237,373853],[19506,374217],[18684,374639],[19672,375120],[18337,374866],[18810,377230],[18219,376670],[19806,374346],[20188,375328],[19782,375043],[18709,375686],[18323,375156],[18432,375154],[18825,374219],[19359,374243],[19114,374284],[18782,374452],[18303,374765],[19692,375972],[20171,375883],[19204,376032],[18400,374298],[20016,374332],[20234,374472],[20616,374938],[20640,375034],[20477,375451],[20421,375349],[19494,374441],[19650,374526],[20428,375582],[19958,375392],[19593,374591],[18878,374818],[18545,376205],[21522,372898],[21124,373428],[21132,373267],[20056,373255],[19601,372688],[19885,372874],[20355,373142],[20777,373532],[21564,371801],[21302,371420],[21704,372332],[20263,373627],[19812,372088],[19865,371862],[20956,371682],[19705,380948],[18581,382542],[18223,381817],[18265,382156],[18579,380795],[19137,380780],[18937,380891],[18638,381109],[18180,381457],[19201,382578],[18176,380935],[19770,380758],[19983,380849],[20452,381301],[20547,381457],[20357,381808],[20464,381943],[19379,381049],[19590,381163],[18279,379792],[18775,380672],[18346,380478],[17632,381332],[17120,381111],[17540,379875],[18000,379786],[17592,379619],[17323,380103],[17081,380517],[18978,381220],[18151,381568],[17150,380040],[18655,379736],[18906,379828],[19289,380204],[19248,380292],[19270,380735],[18969,380644],[18048,379950],[18148,380043],[19281,380792],[18607,380783],[15739,595233],[14860,595204],[25413,591856],[25207,592737],[267514,242477],[267275,242049],[266160,239139],[266429,239503],[265607,239924],[266595,240405],[265260,240151],[262683,361431],[262444,361002],[256538,536385],[256128,536576],[256688,548869],[256659,549091],[259927,558394],[257951,561353],[257723,562620],[264143,562782],[258993,562188],[258803,563140],[265202,563754],[266910,565448],[265729,565389],[264102,571554],[263097,570288],[265068,565996],[265453,570089],[264452,569663],[265032,570608],[268134,569587],[268563,573667],[268621,583834],[267467,579122],[267297,579701],[260249,623586],[258772,623521],[259762,623970],[260169,625076],[259936,625277],[276924,270436],[276603,270064],[281302,324763],[276712,571297],[271639,575268],[271918,573756],[269543,585704],[269024,582907],[269848,583536],[269551,583904],[284866,226992],[285403,227318],[285079,227833],[284767,227837],[284451,228014],[285042,227929],[284710,226212],[285251,226431],[285373,226377],[284620,223512],[284812,224566],[284475,224218],[283220,224478],[283029,223932],[283596,223016],[284132,223175],[283907,223219],[283555,223333],[284168,225032],[284628,224980],[283634,224904],[284740,223351],[284914,223504],[285219,224079],[285261,224257],[284971,224531],[285047,224654],[284278,223506],[284443,223680],[285156,224960],[284559,224551],[283584,227606],[283840,227636],[283573,227096],[283910,226728],[284382,226389],[282941,223877],[282992,223417],[283170,223024],[294126,275217],[293131,274773],[292892,274344],[287206,284425],[289116,428759],[289304,427398],[290342,428825],[289994,427106],[290051,425536],[290864,426156],[290418,427967],[290475,427115],[290324,425766],[294559,274967],[295008,274791],[311112,282468],[311381,282833],[310559,283254],[311547,283735],[310212,283481],[312045,397059],[312195,397337],[312224,397580],[311631,400904],[314701,625252],[314651,626082],[313981,627239],[315201,626551],[314050,624486],[312809,624754],[314035,625076],[315139,625570],[312130,624165],[314509,626293],[313470,627210],[311658,625175],[312910,632308],[310629,633638],[312718,630784],[314157,632161],[311954,630558],[312423,631622],[311851,632269],[327295,400264],[329676,402041],[328149,400807],[329090,401002],[327739,399039],[328897,399776],[328665,401184],[330383,401354],[330669,402311],[330148,401598],[332287,409325],[332481,409221],[332250,410609],[331696,542376],[331457,541947],[320861,650699],[320549,650877],[320674,650739],[322862,650452],[322773,650398],[367309,656534],[367503,656349],[367462,656317],[367974,657397],[383356,664103],[369378,659010],[381595,665733],[382355,665304],[382443,663735],[383202,663072],[382895,665179],[382762,663856],[382836,665978],[381386,667067],[382683,666982],[36792,193981],[36013,194359],[37234,193224],[31331,257575],[32992,256600],[35018,257171],[34383,258046],[34105,258280],[35142,258180],[35354,257365],[34444,257022],[34908,258133],[34964,257336],[35105,257206],[34200,256370],[34323,256237],[37520,258066],[36300,262295],[29519,587267],[31943,588594],[35114,598548],[34907,598965],[35432,598985],[35510,598945],[35173,599138],[35205,599076],[34835,598496],[35033,598504],[35277,598343],[35674,598553],[30002,589900],[29978,589522],[36155,592557],[37548,591574],[37342,592455],[34317,590258],[31314,593078],[31362,591747],[31906,593288],[32871,590991],[32655,589154],[30486,589521],[30698,589101],[34349,591475],[35009,592098],[28116,589396],[35472,591131],[30296,597275],[28324,597782],[26446,593600],[27257,596075],[26754,594778],[387503,306284],[418173,316058],[415828,317499],[418090,314524],[419428,316013],[417347,314278],[417739,315372],[417126,316012],[419854,313110],[419261,312706],[420821,312842],[421379,311790],[420366,312554],[419072,311098],[419381,313443],[421767,310848],[422275,311667],[419178,312480],[411244,316762],[412475,317175],[412808,315484],[414183,314749],[414422,313743],[412992,316304],[413353,315573],[413727,314294],[418760,311583],[418597,313080],[411942,315597],[413476,314065],[420625,339626],[421261,339224],[421569,486453],[421711,485698],[420721,486167],[418606,484304],[420035,485611],[420087,486670],[420184,490582],[420034,489696],[419300,488787],[419715,489983],[419467,487878],[420366,487828],[418276,490593],[418718,487992],[419769,490948],[418705,490997],[420099,491583],[420495,491055],[419553,490943],[418717,659763],[419178,658990],[419735,658995],[420573,659646],[419898,658299],[418682,660936],[419143,659745],[420635,660231],[419254,658442],[418601,661902],[417964,661521],[419895,659136],[420800,664804],[422281,663555],[415145,672928],[413378,675040],[414579,671501],[416320,672489],[413798,671502],[414515,672416],[414137,673218],[432557,317195],[433089,317922],[434155,318413],[433239,317520],[434267,316339],[435013,318859],[434413,319304],[434687,315789],[432545,314066],[435157,316954],[435190,315149],[434380,314787],[432779,316688],[433705,316168],[432201,316266],[432082,316914],[432971,316594],[423002,341414],[423321,342367],[423472,341725],[422765,341917],[422509,340664],[422565,341999],[423311,663764],[423432,662211],[424562,663880],[422728,661854],[422973,663005],[436106,315193],[436082,314413],[441019,319590],[440376,319774],[437678,322707],[436747,322672],[437079,321351],[436432,321932],[436338,322404],[436455,321333],[437309,323128],[441971,320720],[441035,320975],[440504,320364],[440554,320843],[441739,321232],[421810,342387],[421472,340123],[422333,341053],[421255,342188],[442316,482088],[442632,481798],[442173,481198],[443043,483011],[442868,483921],[439610,485181],[442601,480848],[443662,480806],[442279,480209],[444086,481214],[441878,480733],[443603,483798],[442815,480852],[440111,487884],[439712,489074],[440533,486924],[441578,488355],[442064,487748],[440911,487725],[457018,499052],[457808,498413],[457337,499166],[459356,501904],[460654,500417],[457118,502268],[457927,499413],[457322,501258],[457415,500475],[455813,502316],[456079,501010],[456864,500596],[456563,515173],[455980,515474],[456731,514233],[456140,513211],[456292,514466],[456678,515733],[455602,512361],[456492,512366],[455751,515429],[454817,515329],[456051,516206],[454522,514828],[461618,498929],[460876,498683],[461701,500463],[462956,500418],[461268,499777],[39677,263988],[50146,258587],[49896,258722],[49925,258514],[49934,258311],[43673,271355],[43679,270271],[43726,269795],[44292,270239],[43624,271588],[42823,271658],[42509,271741],[42567,271924],[42558,271524],[42649,271349],[42672,271167],[46225,664390],[46732,664016],[46275,664016],[46648,664216],[63110,187040],[62613,190200],[62092,189496],[60356,187641],[60064,187968],[59790,187915],[60017,187409],[60722,187559],[60552,188045],[60163,187345],[58708,184435],[58738,184731],[59221,184646],[60945,432272],[60789,432034],[63480,656242],[63727,659066],[63647,658184],[62891,658942],[62143,659933],[68385,189909],[67766,189949],[67626,189990],[67783,189883],[68203,189897],[68523,189727],[68219,190124],[68048,189987],[68431,189562],[68619,189251],[67999,189198],[68073,189240],[68083,189186],[67721,189580],[67710,189551],[67793,189956],[64743,191930],[65158,191865],[67658,195499],[66778,195612],[67330,196394],[64709,193576],[65007,195205],[64521,194387],[65089,194883],[65263,194520],[64784,194913],[65533,194624],[65151,194062],[64298,193518],[64375,194041],[65284,192314],[64612,428659],[64845,429121],[64097,429505],[65199,429756],[76574,645165],[76575,644953],[76400,647243],[76469,647187],[64583,651175],[65741,650441],[65477,652208],[66569,650837],[67836,649878],[68164,650997],[68841,650118],[66376,651782],[67025,651264],[67961,650280],[76469,644769],[64137,659884],[64820,659472],[74232,691941],[74435,691760],[74395,691726],[74730,692858],[76260,694466],[67023,698687],[67069,699023],[66954,698679],[66748,699130],[66777,699074],[101508,261337],[101910,260889],[102138,261201],[96528,365709],[96247,365395],[96228,656065],[96525,656509],[96152,656069],[96154,656577],[96153,656508],[102528,260972],[104281,260131],[1227683,578974],[1226957,579366],[1227070,579129],[1227143,578754],[1227663,578250],[1228135,578621],[1228098,578058],[1227034,578403],[1227485,578638],[124504,169190],[123381,169229],[123860,169510],[123840,169838],[123309,169481],[123788,169714],[124309,169045],[123574,168987],[123947,168962],[124335,169408],[123636,169407],[120963,175188],[121112,175881],[120348,175391],[125390,371313],[123756,372166],[123376,371951],[125305,372222],[126418,371901],[125129,372428],[125794,371668],[125530,394959],[125124,395033],[123753,395255],[125589,395810],[121805,392554],[127855,402007],[125876,400782],[126227,401464],[125764,401761],[125316,401370],[126027,401836],[123130,397310],[122153,405797],[121743,406303],[122673,403104],[123991,405262],[125996,405524],[125810,401710],[125184,401797],[125468,401515],[123895,405710],[123171,407312],[124430,413123],[126348,413471],[127672,411555],[121191,420373],[120867,419640],[118756,417028],[122012,415749],[123280,410678],[122816,411225],[120840,410045],[121033,413053],[119746,415596],[125381,503791],[124640,569789],[124411,569518],[125367,564738],[125078,564668],[-117980,587163],[-118018,586416],[-118972,587329],[-118560,586903],[-598087,1783252],[-600628,1781341],[-590907,1793080],[-592178,1792634],[-591697,1803929],[-602123,1781694],[-637082,-137350],[-634786,-137021],[-634360,-136847],[-636657,-138756],[-631605,-140168],[-632189,-140507],[-633501,-149123],[-635407,-149437],[-635186,-149062],[-638140,-165753],[-632402,-161218],[-636862,-158836],[-635840,-165447],[-637351,-161099],[-639356,-159463],[-639174,-160333],[-635236,-157513],[-631693,-160467],[-637822,-168664],[-637700,-169404],[-636976,-166767],[-635813,-166374],[-635811,-169129],[-636182,-169722],[-635006,-166623],[-639767,-176405],[-648555,-139857],[-649511,-139647],[-651658,-139682],[-649784,-137869],[-642920,-140100],[-650639,-139174],[-649323,-139387],[-650728,-138397],[-648965,-139354],[-643617,-149484],[-644094,-151239],[-648716,-148098],[-647903,-148371],[-647361,-140712],[-645704,-140956],[-641476,-154525],[-641514,-154924],[-641235,-176619],[-641465,-174929],[-643948,-177451],[-640629,-183593],[-649655,-198964],[-661650,-145876],[-660543,-145014],[-658440,-145623],[-654899,-146068],[-655769,-178660],[-657712,-178183],[-658978,-176801],[-657319,-177333],[-669705,-146278],[-671356,-146722],[-667654,-151191],[-667481,-142752],[-671049,-145040],[-677352,-163906],[-676972,-163162],[-676438,-163434],[-677730,-164082],[-668773,-177289],[-668594,-176931],[-669740,-175083],[-671099,-175658],[-670387,-176701],[-679295,-169239],[-679275,-180523],[-680549,-182019],[-681680,-182081],[-686828,-192596],[-684233,-193488],[-683401,-193464],[-69355,603882],[-67982,606022],[-83006,583801],[-87106,583401],[-87701,606358],[-86347,606285],[-96513,588536],[-92920,587291],[-93192,601063],[-95349,601202],[-97023,604166],[-95410,608522],[-95362,609237],[-93641,608717],[-96437,605517],[-113926,584044],[-114126,584498],[-114874,583416],[-113933,583139],[-109653,589679],[-106742,605746],[-112820,624595],[-112890,625176],[-113512,621034],[-107552,624458]] \ No newline at end of file diff --git a/src/gathering/a10953.json b/src/gathering/a10953.json new file mode 100644 index 0000000..40b43be --- /dev/null +++ b/src/gathering/a10953.json @@ -0,0 +1 @@ +[[-596971,1779942],[-589960,1796077],[-591558,1793815],[-602086,1780808],[-635156,-150258],[-634151,-149397],[-631090,-143370],[-631482,-143285],[-635090,-165163],[-637122,-157920],[-630634,-155057],[-636890,-168508],[-636610,-168716],[-639540,-175594],[-639053,-172476],[-649655,-139588],[-649783,-139108],[-641515,-140112],[-650159,-136985],[-649686,-136710],[-640673,-140051],[-644997,-149588],[-644260,-149983],[-643079,-153032],[-647340,-147669],[-648169,-147543],[-650185,-145956],[-649760,-145995],[-640845,-146067],[-640814,-146400],[-642129,-175487],[-641623,-175880],[-641790,-177409],[-641584,-178225],[-640014,-174871],[-655193,-137368],[-654523,-137497],[-655012,-136579],[-652857,-139544],[-659771,-142992],[-656928,-142372],[-655791,-145783],[-655190,-146739],[-655411,-147336],[-655824,-146189],[-659910,-143690],[-660299,-143798],[-656553,-177550],[-656738,-177230],[-664648,-182095],[-664612,-182535],[-664925,-182374],[-669850,-176588],[-670188,-176234],[-670906,-176648],[-671035,-176387],[-669161,-186308],[-668437,-186503],[-668544,-186963],[-68323,605799],[-86997,605661],[-88087,605924],[-86139,605348],[-88826,607134],[-88567,606533],[-88252,606661],[-87967,606091],[-86053,605147],[-99380,588938],[-97222,589365],[-90044,601405],[-90564,601151],[-96381,605156],[-95628,605456],[-95995,605986],[-95089,605775],[-95433,605254],[-96496,606285],[-90041,601993],[-95707,608329],[-91289,608148],[-91020,608625],[-91281,608590],[-92240,606798],[-92461,606500],[-109794,598790],[-109340,598616],[-113034,625311],[-112670,625288]] \ No newline at end of file diff --git a/src/gathering/a10966.json b/src/gathering/a10966.json new file mode 100644 index 0000000..55456bf --- /dev/null +++ b/src/gathering/a10966.json @@ -0,0 +1 @@ +[[-1274851,1428913],[-1274814,1479662],[-1278073,1505495],[-1281630,1403842],[-1289233,1466526],[-1281682,1474078],[-1305556,1405942],[-1307251,1371103],[-1309140,1401366],[-1309733,1196868],[-1318190,1207935],[-1308207,1210565],[-1318441,1205419],[-1321568,1204662],[-1321203,1203597],[-1321237,1274360],[-1333837,1335534],[-1331879,1389617],[-1336620,1204810],[-1352216,1343786],[-1348794,1105539],[-1344151,1159935],[-1366997,1342823],[-1363721,1357896],[-1360512,1259213],[-1374434,1131118],[-1382453,1309451],[-1382467,1333697],[-1385539,1350104],[-1394360,1074781],[-1404708,1295786],[-1399733,1300496],[-1400547,1315452],[-1403726,1317662],[-1396426,1342827],[-1398173,1336482],[-1399267,1076202],[-1397365,1186911],[-1402277,1200673],[-1401080,1236095],[-1399373,1247735],[-1412453,1162423],[-1424711,1320936],[-1421388,1338421],[-1427488,1135949],[-1422091,1138719],[-1429517,1182016],[-1427614,1264591],[-1442185,1335717],[-1443367,1099834],[-1453457,1315784],[-1457336,1333596],[-1464025,1328147],[-1481613,1312422],[-1484278,1330968],[-1475897,1340466],[-1515935,1052645],[-1534303,1024228],[-305619,167726],[-14619,214226],[-600558,1783474],[-591731,1795277],[-608301,1778697],[-606793,1777660],[-635356,1747845],[-633863,1746951],[-642313,1734614],[-642797,1733620],[-643867,1737751],[-660427,-172517],[-664100,1712114],[-661529,1711263],[-699239,1686011],[-724876,1684866],[-723786,1684806],[-720646,1684356],[-723138,1683085],[-740713,1670050],[-752328,1686586],[-765109,1628583],[-759136,1646887],[-756391,1684871],[-791478,1605736],[-807971,1623902],[-809064,1620224],[-812631,1617214],[-812102,1616307],[-812125,1630734],[-830051,1584126],[-843164,1587131],[-862034,1570020],[-869620,1566775],[-892717,1579591],[-885686,1577681],[-905598,1573390],[-904508,1573330],[-901368,1572880],[-903169,1571447],[-903169,1571447],[-898330,1576643],[-920748,1535819],[-914420,1590250],[-928423,1581082],[-924950,1581926],[-923911,1586032],[-939094,1447543],[-939311,1552831],[-971356,1502572],[-990877,1421459],[-1006548,1511739],[-85407,607283],[-1021726,1441588],[-1022930,1440865],[-1020153,1525914],[-1018036,1528477],[-1026152,1457543],[-1032889,1520707],[-1033379,1545512],[-1045474,1413552],[-1044456,1454971],[-1042824,1455904],[-1055021,1426282],[-1053992,1426222],[-1054217,1451757],[-1051771,1556559],[-1071056,1328125],[-1069387,1404162],[-1072877,1456184],[-1062814,1540706],[-1089435,1409518],[-1095130,1427389],[-1094188,1428166],[-1091048,1427716],[-1102993,1395439],[-1109329,1412392],[-1121106,1366802],[-1124667,1365786],[-1137583,1373545],[-1130462,1383519],[-1127322,1382737],[-1126828,1384351],[-1130747,1460569],[-101634,598119],[-1143979,1351749],[-1140510,1373891],[-1139898,1420068],[-1143393,1435585],[-1156092,1413025],[-1176133,1350110],[-1166560,1425678],[-1180154,1496070],[-1197376,1464926],[-1191978,1508553],[-1208475,1368503],[-1212638,1459145],[-1222326,1331723],[-1227580,1450602],[-1232955,1455660],[-1250717,1334102],[-1251317,1488625],[-1246904,1253742],[-1258260,1393504],[-1257540,1395999],[-1259316,1503600],[-1258880,1503395],[129579,404837],[138410,686124],[136269,689091],[133796,687953],[134000,694815],[142417,729342],[144967,733342],[143629,738250],[144820,737046],[174887,601857],[179371,605961],[189481,686019],[191480,732242],[191842,738175],[188217,733946],[180847,734921],[180941,730533],[191346,738833],[191769,741303],[191796,742133],[204410,685180],[202316,695023],[203487,736447],[202491,741946],[201396,739769],[198202,736586],[197159,735979],[199285,739384],[192604,737454],[194077,735260],[192105,733053],[194837,734180],[197338,733863],[196847,733735],[199309,734730],[199773,735428],[201210,736613],[202112,736851],[203053,738139],[201909,740536],[197515,736653],[193634,737586],[194279,737135],[194842,738990],[194633,739439],[202641,742424],[204767,740256],[203327,740750],[203212,741428],[207152,724885],[206898,723551],[214993,727670],[217274,722851],[212396,725792],[215106,720142],[210404,723459],[213658,719148],[214803,717127],[216301,719230],[217491,717332],[206490,727770],[204822,738424],[215405,735853],[213698,735596],[214662,735727],[215006,737631],[215398,737279],[216246,739248],[215777,740181],[228536,625855],[229110,620903],[225128,664993],[220201,712074],[223246,712219],[225422,711304],[222956,704797],[221120,706974],[223057,704562],[220991,705985],[218029,720368],[219228,725117],[221299,722820],[218898,721565],[225001,722754],[228730,723869],[225416,725994],[228577,746831],[230078,747200],[229002,747819],[231061,621182],[242208,616634],[230956,740005],[234512,741320],[234280,742195],[231950,743183],[234294,743263],[230884,746693],[230504,748612],[244602,621913],[244237,734375],[246353,737044],[244795,734926],[245842,736056],[246037,733894],[286876,711380],[307189,699385],[304496,692495],[304036,692661],[303601,693320],[305748,696727],[304930,697283],[305557,695248],[306000,694270],[307913,699179],[126705,601862],[126043,623988],[127651,688213],[123715,692477],[115891,700324]] \ No newline at end of file diff --git a/src/gathering/a10967.json b/src/gathering/a10967.json new file mode 100644 index 0000000..d6f666b --- /dev/null +++ b/src/gathering/a10967.json @@ -0,0 +1 @@ +[[-1267812,1401777],[-1267492,1402596],[-1267657,1402472],[-1268441,1402402],[-1267661,1402540],[-1268295,1402821],[-1273096,1458279],[-1271700,1457763],[-1272057,1457797],[-1273082,1458737],[-1271510,1458526],[-1272529,1456872],[-1271832,1456078],[-1274418,1459383],[-1279112,1448103],[-1279225,1448309],[-1279759,1448272],[-1278912,1448179],[-1279790,1447621],[-1279964,1447526],[-1274743,1470562],[-1274033,1470667],[-1271920,1459662],[-1273723,1460015],[-1272242,1459993],[-1272320,1463410],[-1274565,1462818],[-1273702,1463136],[-1275427,1463716],[-1275015,1462605],[-1273655,1463957],[-1273262,1462443],[-1274052,1463121],[-1273924,1462361],[-1273403,1462628],[-1273001,1467253],[-1272992,1467137],[-1273546,1467030],[-1273326,1467200],[-1272855,1467222],[-1272814,1467125],[-1270846,1468522],[-1271054,1468919],[-1270820,1468821],[-1270738,1469112],[-1270588,1468888],[-1270908,1468779],[-1279610,1460918],[-1279546,1460907],[-1278912,1460716],[-1278930,1460611],[-1279172,1460685],[-1279491,1460814],[-1279705,1484898],[-1279912,1484594],[-1279825,1484985],[-1279986,1484430],[-1279728,1484895],[-1279620,1484711],[-1270635,1493604],[-1268851,1493762],[-1268936,1494463],[-1268469,1493680],[-1273865,1494225],[-1273759,1494377],[-1273695,1494407],[-1279535,1501368],[-1279707,1501001],[-1276464,1507838],[-1277328,1506136],[-1275434,1508229],[-1279727,1500014],[-1268526,1503812],[-1269767,1504373],[-1277858,1506511],[-1271058,1509883],[-1278275,1506635],[-1269688,1510124],[-1271414,1509382],[-1277176,1506904],[-1270639,1510718],[-1270892,1514817],[-1270963,1515035],[-1270489,1514689],[-1273533,1516068],[-1273851,1515620],[-1273882,1515850],[-1273789,1515733],[-1273977,1515964],[-1273556,1515836],[-1273713,1516070],[-1273960,1515910],[-1273588,1516134],[-1273636,1516185],[-1275235,1516236],[-1275356,1516151],[-1275360,1516256],[-1275256,1516203],[-1275194,1516484],[-1275344,1516116],[-1275295,1516156],[-1275270,1516177],[-1275348,1516263],[-1275176,1515957],[-1273755,1515847],[-1274035,1515865],[-1273531,1516049],[-1274109,1516106],[-1273541,1516119],[-1274063,1516121],[-1274036,1516253],[-1273850,1516014],[-1273605,1516062],[-1273511,1515926],[-1274235,1515660],[-1274539,1515522],[-1274639,1515560],[-1274394,1515810],[-1274513,1515620],[-1274624,1515503],[-1274502,1515681],[-1274581,1515844],[-1274273,1515630],[-1274296,1515677],[-1273977,1515887],[-1274286,1515828],[-1273986,1516015],[-1274142,1515811],[-1273930,1516051],[-1273843,1516134],[-1273895,1515833],[-1274034,1515671],[-1274022,1515850],[-1274078,1515760],[-1274524,1515352],[-1274488,1515208],[-1274832,1515276],[-1274406,1515181],[-1274315,1515179],[-1274721,1515280],[-1274417,1515454],[-1274361,1515263],[-1274299,1515454],[-1274770,1515482],[-1268261,1510815],[-1292642,1366711],[-1292612,1366833],[-1292685,1366284],[-1280539,1418612],[-1280101,1417933],[-1280129,1418700],[-1280531,1418465],[-1280324,1418872],[-1280399,1418144],[-1288415,1430246],[-1288729,1429976],[-1288783,1429956],[-1288763,1429926],[-1288721,1429946],[-1288738,1430016],[-1288582,1430066],[-1288679,1430026],[-1288775,1430006],[-1288844,1429986],[-1288688,1429786],[-1288678,1429696],[-1288732,1429736],[-1290039,1430325],[-1289185,1427762],[-1289130,1432886],[-1289157,1433516],[-1288221,1433046],[-1288817,1433216],[-1288587,1433066],[-1289199,1433526],[-1288896,1433166],[-1289305,1433076],[-1288118,1430006],[-1288208,1429966],[-1288217,1430136],[-1288314,1430146],[-1288399,1430136],[-1288401,1430156],[-1288411,1430196],[-1288373,1430206],[-1288334,1430206],[-1288399,1430236],[-1288479,1430226],[-1288505,1430136],[-1288337,1430146],[-1288307,1430126],[-1288319,1430186],[-1288335,1430216],[-1288378,1430196],[-1288394,1430176],[-1289891,1433668],[-1293108,1430111],[-1292398,1430090],[-1292478,1430084],[-1286271,1434530],[-1287519,1434493],[-1286677,1434517],[-1286290,1434407],[-1286446,1434208],[-1286556,1434094],[-1289294,1433801],[-1289278,1433981],[-1289437,1433867],[-1289384,1434103],[-1289694,1434192],[-1292537,1464085],[-1292618,1464165],[-1292643,1464125],[-1292582,1464045],[-1292581,1464025],[-1292601,1464145],[-1292542,1464125],[-1292527,1464125],[-1292461,1464035],[-1292479,1464005],[-1292336,1464195],[-1292362,1464135],[-1292269,1464235],[-1292269,1464265],[-1292266,1464355],[-1292418,1464335],[-1292462,1464235],[-1292674,1464715],[-1292726,1464775],[-1292579,1464735],[-1292508,1464645],[-1292467,1464635],[-1292474,1464675],[-1292530,1464725],[-1292335,1464555],[-1292258,1464525],[-1292727,1465045],[-1292732,1465075],[-1292798,1465045],[-1292786,1464875],[-1292758,1465015],[-1292692,1465005],[-1292657,1464995],[-1292767,1465075],[-1292780,1464965],[-1282371,1467257],[-1282824,1466644],[-1280919,1468098],[-1281031,1469045],[-1281412,1468981],[-1281214,1468297],[-1281238,1468591],[-1280559,1468571],[-1282167,1467825],[-1282083,1468104],[-1290519,1467702],[-1291345,1467908],[-1290503,1467738],[-1290523,1467832],[-1291168,1467828],[-1291036,1467898],[-1287309,1468257],[-1287689,1467952],[-1287045,1467573],[-1287811,1467885],[-1287618,1468065],[-1287517,1468251],[-1289973,1470200],[-1290433,1470658],[-1289836,1470331],[-1289644,1470513],[-1290110,1469923],[-1290206,1470350],[-1288896,1460809],[-1288505,1461235],[-1289042,1461792],[-1288841,1461347],[-1288256,1461159],[-1288282,1461326],[-1282546,1506505],[-1282770,1506914],[-1283336,1506817],[-1283129,1508974],[-1282789,1506885],[-1283800,1505900],[-1282908,1507185],[-1283505,1506069],[-1283480,1506611],[-1282738,1507916],[-1285713,1506624],[-1288287,1508468],[-1286720,1507048],[-1287073,1508230],[-1287609,1506554],[-1286830,1506748],[-1287159,1507569],[-1286328,1506507],[-1284582,1506837],[-1286386,1508020],[-1288912,1503685],[-1286872,1501470],[-1288215,1502882],[-1288328,1503417],[-1286280,1501730],[-1286237,1501829],[-1287034,1502154],[-1284639,1502339],[-1283468,1500947],[-1283609,1502781],[-1282487,1502754],[-1283482,1501127],[-1282388,1501243],[-1282303,1502036],[-1282720,1500969],[-1282055,1501094],[-1281997,1500937],[-1280767,1500470],[-1280637,1502115],[-1280137,1500233],[-1282536,1501408],[-1280259,1501017],[-1294284,1346098],[-1293746,1345990],[-1293763,1346414],[-1293634,1346212],[-1294837,1345519],[-1294628,1346598],[-1293684,1367070],[-1293520,1366985],[-1293112,1366852],[-1298513,1367628],[-1298445,1367533],[-1298158,1367870],[-1298668,1367500],[-1297716,1368124],[-1298883,1368227],[-1304512,1409230],[-1304080,1410863],[-1304813,1410324],[-1304332,1410197],[-1303500,1411126],[-1304546,1409692],[-1303596,1409854],[-1303416,1410617],[-1302416,1415802],[-1302481,1416100],[-1302377,1416129],[-1302026,1415900],[-1302723,1415915],[-1302298,1416021],[-1298642,1416296],[-1298729,1416137],[-1298574,1416210],[-1298613,1416084],[-1298642,1416279],[-1298420,1416186],[-1296236,1415753],[-1296345,1416011],[-1296175,1415601],[-1296284,1415643],[-1296174,1415589],[-1296092,1416035],[-1293972,1409192],[-1294119,1409363],[-1294173,1409575],[-1294118,1409566],[-1294043,1409658],[-1294637,1409860],[-1295199,1424731],[-1295527,1424372],[-1295234,1425594],[-1295363,1424564],[-1297745,1429437],[-1297823,1429398],[-1297797,1429425],[-1297793,1429387],[-1297807,1429382],[-1297904,1429368],[-1297790,1429359],[-1297777,1429383],[-1297424,1429086],[-1297501,1429168],[-1297506,1429153],[-1297443,1429077],[-1297449,1429051],[-1297478,1429155],[-1297453,1429099],[-1297447,1429088],[-1297360,1429022],[-1297367,1429006],[-1297264,1429135],[-1297284,1429087],[-1297176,1429190],[-1297164,1429229],[-1297144,1429331],[-1297320,1429297],[-1297381,1429189],[-1297573,1429671],[-1297609,1429746],[-1297467,1429695],[-1297432,1429570],[-1297365,1429585],[-1297362,1429633],[-1297389,1429712],[-1297177,1429559],[-1297083,1429544],[-1297771,1429899],[-1297695,1429997],[-1297579,1430031],[-1297568,1430075],[-1297704,1430085],[-1297692,1429950],[-1297740,1429930],[-1297748,1429974],[-1297711,1430008],[-1297636,1430050],[-1297668,1430056],[-1297728,1430003],[-1297618,1429896],[-1297704,1430002],[-1297769,1430051],[-1297739,1430006],[-1297776,1429951],[-1297789,1429923],[-1297830,1429867],[-1297837,1429886],[-1297832,1429999],[-1297762,1429997],[-1297727,1429978],[-1297691,1429931],[-1297626,1429989],[-1297564,1429971],[-1297537,1429951],[-1297608,1430072],[-1297646,1430097],[-1297729,1430033],[-1297669,1429922],[-1298046,1429648],[-1298106,1429626],[-1298061,1429743],[-1298004,1429714],[-1298121,1429703],[-1298129,1429695],[-1298066,1429476],[-1298124,1429488],[-1298227,1429378],[-1298188,1429312],[-1298185,1429287],[-1295248,1424845],[-1295446,1424792],[-1303092,1427367],[-1303530,1427389],[-1303600,1427302],[-1303460,1426940],[-1303248,1426935],[-1303538,1427215],[-1303925,1428778],[-1303833,1428873],[-1303832,1428900],[-1303970,1428811],[-1303624,1428987],[-1304138,1428579],[-1292990,1430378],[-1293141,1429901],[-1297235,1441367],[-1298493,1440689],[-1297407,1441524],[-1297357,1441774],[-1297799,1441276],[-1298223,1441291],[-1298778,1439489],[-1298974,1440596],[-1298853,1439754],[-1298951,1439614],[-1298691,1439753],[-1299311,1439380],[-1293623,1463688],[-1293383,1464185],[-1293383,1464155],[-1293384,1464295],[-1292897,1464395],[-1293013,1464305],[-1292970,1464355],[-1292982,1464295],[-1293001,1464285],[-1293105,1464255],[-1292989,1464255],[-1292956,1464305],[-1292891,1464925],[-1292848,1464995],[-1292896,1465045],[-1292828,1464965],[-1292873,1464945],[-1292904,1464965],[-1292874,1464995],[-1292844,1465035],[-1292894,1464985],[-1292854,1465005],[-1292952,1465015],[-1292890,1465005],[-1292926,1464945],[-1292929,1464925],[-1292969,1464865],[-1292984,1464875],[-1292997,1464975],[-1292922,1464985],[-1292862,1464995],[-1292810,1464965],[-1292835,1465065],[-1292871,1465045],[-1293213,1464585],[-1293283,1464545],[-1293271,1464635],[-1293173,1464655],[-1293317,1464605],[-1293352,1464565],[-1293185,1464455],[-1293268,1464435],[-1293858,1463876],[-1293853,1463653],[-1293462,1463307],[-1294038,1463477],[-1293395,1463262],[-1306837,1373535],[-1307905,1374941],[-1306855,1372975],[-1306865,1373903],[-1307965,1375087],[-1306677,1373444],[-1318005,1372782],[-1317967,1372573],[-1318163,1372457],[-1317931,1373773],[-1318123,1372818],[-1317371,1373380],[-1318244,1384063],[-1316885,1389098],[-1317395,1389252],[-1317454,1389114],[-1317544,1389584],[-1317358,1388771],[-1317367,1389172],[-1317926,1394058],[-1317911,1394009],[-1317997,1394368],[-1317343,1393946],[-1317417,1393796],[-1317397,1394256],[-1308713,1388270],[-1308564,1388310],[-1308655,1387958],[-1308583,1388416],[-1308747,1388484],[-1308995,1388731],[-1307186,1384300],[-1306861,1383593],[-1307463,1384072],[-1307091,1383953],[-1307194,1384222],[-1307373,1384111],[-1308612,1404689],[-1308695,1404861],[-1309788,1405159],[-1308557,1405600],[-1308835,1404610],[-1307861,1404279],[-1306363,1402616],[-1306519,1402311],[-1306606,1402832],[-1306462,1402358],[-1306634,1402431],[-1306885,1402559],[-1307522,1427380],[-1307628,1427878],[-1307311,1427150],[-1307243,1427098],[-1307402,1427879],[-1307330,1427278],[-1306985,1441270],[-1307046,1440599],[-1307117,1440448],[-1307141,1441156],[-1318335,1445849],[-1318292,1445588],[-1318119,1445621],[-1318042,1446143],[-1317532,1446392],[-1317491,1446485],[-1317611,1446208],[-1318335,1441941],[-1317874,1442315],[-1318127,1442427],[-1318348,1441951],[-1318283,1442584],[-1317463,1446951],[-1317472,1446943],[-1317453,1447046],[-1310016,1466971],[-1310571,1467016],[-1310283,1467381],[-1310031,1467377],[-1310094,1466830],[-1310293,1467093],[-1306812,1461415],[-1306866,1461455],[-1306822,1461505],[-1306978,1461705],[-1306252,1461725],[-1306342,1461685],[-1306351,1461855],[-1306448,1461865],[-1306533,1461855],[-1306535,1461875],[-1306545,1461915],[-1306507,1461925],[-1306468,1461925],[-1306533,1461955],[-1306613,1461945],[-1306639,1461855],[-1306471,1461865],[-1306441,1461845],[-1306453,1461905],[-1306469,1461935],[-1306512,1461915],[-1306528,1461895],[-1306549,1461965],[-1306863,1461695],[-1306917,1461675],[-1306897,1461645],[-1306855,1461665],[-1306872,1461735],[-1306716,1461785],[-1306813,1461745],[-1306909,1461725],[-1306213,1462498],[-1305786,1462072],[-1306157,1462161],[-1306438,1462073],[-1306039,1462174],[-1306035,1462130],[-1316488,1475573],[-1316137,1475388],[-1308644,1476399],[-1316153,1475487],[-1316304,1475423],[-1315608,1476030],[-1307961,1476401],[-1308758,1476487],[-1308533,1476440],[-1308461,1476710],[-1308123,1476880],[-1330786,1380401],[-1330682,1380428],[-1330865,1380651],[-1330620,1380381],[-1331004,1380858],[-1329821,1376599],[-1329897,1376909],[-1329464,1376401],[-1329651,1376223],[-1329960,1376547],[-1329591,1377393],[-1321697,1380255],[-1321543,1380116],[-1321557,1380831],[-1321677,1380784],[-1322123,1380825],[-1321953,1380182],[-1325990,1376480],[-1326059,1376625],[-1326021,1376288],[-1326019,1375823],[-1325796,1376052],[-1325986,1376138],[-1327778,1379468],[-1327139,1379788],[-1327502,1379443],[-1327689,1379460],[-1327062,1380045],[-1327637,1379580],[-1325395,1390502],[-1326459,1386719],[-1324527,1388670],[-1324492,1388019],[-1326697,1387808],[-1326189,1386807],[-1325830,1387699],[-1325220,1386277],[-1326915,1387244],[-1326774,1387433],[-1325808,1386780],[-1330742,1390801],[-1330318,1390536],[-1330971,1390667],[-1330115,1383169],[-1323869,1386015],[-1323285,1385803],[-1323690,1386025],[-1330706,1390662],[-1323313,1385894],[-1330539,1390407],[-1330305,1390251],[-1323889,1386091],[-1323621,1386169],[-1330280,1383299],[-1318876,1384447],[-1330388,1383455],[-1330199,1383204],[-1330190,1383429],[-1330171,1383245],[-1320714,1393486],[-1320541,1394984],[-1320400,1395231],[-1320323,1393580],[-1320176,1393304],[-1324487,1391538],[-1320357,1393571],[-1323956,1391599],[-1325115,1391348],[-1320408,1393458],[-1324162,1390673],[-1318590,1383859],[-1318580,1384024],[-1318810,1384223],[-1318739,1384432],[-1321624,1392073],[-1320923,1391150],[-1321447,1391146],[-1321724,1391486],[-1321143,1391378],[-1320071,1392065],[-1319869,1393829],[-1322521,1396078],[-1320801,1396771],[-1319758,1397343],[-1321110,1396541],[-1321989,1396424],[-1323954,1399900],[-1323965,1399691],[-1323970,1400128],[-1324287,1399590],[-1324475,1399655],[-1324027,1399908],[-1324573,1417659],[-1324725,1417041],[-1324967,1416906],[-1324336,1417194],[-1324555,1417468],[-1324772,1417208],[-1327536,1424914],[-1327483,1425021],[-1327466,1424746],[-1322024,1421254],[-1322537,1421187],[-1321679,1421534],[-1323386,1421479],[-1322942,1421040],[-1322266,1421033],[-1320092,1427821],[-1320091,1427287],[-1320616,1428060],[-1320640,1427883],[-1319773,1427284],[-1319985,1427706],[-1327316,1424831],[-1327570,1424760],[-1327442,1424749],[-1320265,1428986],[-1319873,1429490],[-1320268,1428983],[-1320299,1429167],[-1319912,1429519],[-1320159,1429118],[-1318887,1445633],[-1318522,1445250],[-1318411,1442487],[-1319876,1458502],[-1319934,1458124],[-1319964,1458452],[-1319363,1459072],[-1319836,1458233],[-1320016,1458421],[-1318953,1448837],[-1319099,1449511],[-1319238,1449421],[-1318410,1449167],[-1318998,1449321],[-1318896,1449579],[-1320617,1462971],[-1319476,1466397],[-1319227,1466568],[-1319107,1466428],[-1319015,1466757],[-1319124,1467350],[-1319499,1467039],[-1320092,1462538],[-1320047,1463088],[-1320263,1463025],[-1320546,1463158],[-1320095,1462655],[-1342040,1365328],[-1342041,1365298],[-1341955,1365914],[-1341954,1365173],[-1341924,1365244],[-1341876,1365783],[-1335692,1380955],[-1335773,1380884],[-1331410,1381123],[-1334496,1385641],[-1334852,1385565],[-1337270,1383634],[-1337346,1383676],[-1334573,1385377],[-1337563,1383959],[-1337172,1384214],[-1337463,1383880],[-1343512,1387093],[-1343505,1386634],[-1343933,1387432],[-1343464,1386692],[-1340205,1395219],[-1334293,1385431],[-1334274,1385352],[-1334367,1385412],[-1339999,1396581],[-1339964,1396380],[-1340049,1396240],[-1343391,1407065],[-1342765,1407315],[-1343706,1406773],[-1343571,1407102],[-1343451,1407093],[-1343668,1407402],[-1337745,1399615],[-1336566,1399570],[-1336283,1398964],[-1338786,1399672],[-1338372,1399000],[-1337589,1401053],[-1337655,1399330],[-1351738,1340568],[-1351463,1340090],[-1352038,1339787],[-1352016,1339957],[-1351887,1340320],[-1352541,1339793],[-1346188,1335606],[-1345775,1335582],[-1345205,1335599],[-1346050,1335125],[-1345093,1335580],[-1345325,1335816],[-1346616,1337907],[-1346415,1338069],[-1346632,1338438],[-1345957,1337812],[-1352690,1360561],[-1352780,1360521],[-1352789,1360691],[-1352886,1360701],[-1352971,1360691],[-1352973,1360711],[-1352983,1360751],[-1352945,1360761],[-1352906,1360761],[-1352971,1360791],[-1353051,1360781],[-1353077,1360691],[-1352909,1360701],[-1352879,1360681],[-1352891,1360741],[-1352907,1360771],[-1352950,1360751],[-1352966,1360731],[-1352987,1360801],[-1353301,1360531],[-1353355,1360511],[-1353335,1360481],[-1353293,1360501],[-1353310,1360571],[-1353154,1360621],[-1353251,1360581],[-1353347,1360561],[-1353416,1360541],[-1353260,1360341],[-1353304,1360291],[-1353250,1360251],[-1350251,1361613],[-1350358,1361618],[-1349854,1361197],[-1349900,1361153],[-1350254,1362095],[-1350005,1360895],[-1352555,1357534],[-1352299,1357777],[-1352581,1357615],[-1352339,1357798],[-1351850,1358422],[-1352521,1358420],[-1355664,1370827],[-1355875,1370300],[-1356254,1370366],[-1355064,1371240],[-1355898,1371072],[-1354998,1371255],[-1352247,1374435],[-1352295,1374490],[-1352473,1374210],[-1352251,1374794],[-1352432,1374516],[-1352696,1375072],[-1344113,1380347],[-1344575,1386427],[-1344793,1386457],[-1344456,1386508],[-1344803,1386608],[-1344688,1386503],[-1344999,1387048],[-1344315,1387381],[-1344172,1387309],[-1355586,1400278],[-1355708,1400352],[-1355871,1400266],[-1369526,1345831],[-1365460,1355830],[-1364828,1356032],[-1365128,1356610],[-1364975,1356231],[-1364828,1355000],[-1364988,1356492],[-1370839,1346272],[-1371045,1346230],[-1369719,1345855],[-1369988,1345994],[-1370017,1346026],[-1394559,1314062],[-1393953,1314127],[-121573,188434],[-121828,188505],[-121542,188436],[-121789,188362],[-121992,188495],[-121835,188399],[-121595,188463],[-122026,188412],[-121951,188478],[-121287,188348],[-121513,189695],[-121964,189476],[-121679,189699],[-122122,189091],[-122101,189239],[-121926,189454],[-122057,189567],[-121880,189252],[-122004,189603],[-121848,189457],[-125507,189696],[-125688,189737],[-125806,189300],[-126512,189504],[-125299,189361],[-125767,190408],[-125250,190387],[-126755,191391],[-126476,189683],[-127872,189894],[-117176,185360],[-117430,184908],[-116760,184840],[-117247,184822],[-117121,184539],[-117340,184780],[-126789,192318],[-121173,201356],[-120637,202206],[-120718,201984],[-120855,201591],[-120934,201700],[-121517,202096],[-116808,203261],[-117116,203220],[-116921,203234],[-117215,202838],[-116903,203173],[-116919,203235],[-127957,206181],[-127633,206999],[-127639,207053],[-127768,206765],[-127813,206993],[-120233,206528],[-119960,206392],[-120284,206416],[-120104,206343],[-120149,206530],[-120319,206585],[-117175,212719],[-117538,213172],[-117483,212901],[-117752,213137],[-117313,212744],[-117845,213133],[-119350,217334],[-119418,217402],[-119209,217422],[-119317,217196],[-119277,217430],[-119338,217379],[-119045,237154],[-119175,237152],[-119072,237053],[-123171,233727],[-123108,233626],[-123419,233655],[-123142,233572],[-123103,233786],[-122953,233457],[-121114,235337],[-121011,235609],[-120740,235501],[-120730,235582],[-121166,235395],[-121184,235845],[-119637,254757],[-119248,254504],[-119629,254779],[-119393,254796],[-119514,255126],[-119319,254652],[-123112,286899],[-123093,286803],[-123428,286923],[-122965,286677],[-123084,286770],[-123077,286915],[-122930,287131],[-123103,287075],[-123382,287081],[-122709,287063],[-123056,287184],[-122971,287030],[-123633,286797],[-123739,286931],[-123568,287010],[-123775,286869],[-123948,286452],[-123910,286568],[-125929,287872],[-126154,287275],[-126064,287491],[-126376,287445],[-126351,287481],[-126266,288006],[-125962,288602],[-125860,288340],[-125907,288346],[-125893,288197],[-126172,288504],[-125854,288541],[-126480,289824],[-126454,289492],[-126407,289761],[-126420,289648],[-126398,289480],[-126578,289457],[-125723,322054],[-125048,322183],[-125753,322272],[-125517,322109],[-125656,321912],[-125539,322501],[-124290,323580],[-124575,323021],[-124545,323112],[-124268,323216],[-124712,323071],[-124299,323072],[-124644,322858],[-124497,323398],[-124440,323407],[-124198,323604],[-124665,323692],[-124262,323647],[-121438,381742],[-120346,381916],[-120534,382040],[-120659,382089],[-120543,382071],[-121549,381972],[-121645,381507],[-121463,382485],[-121167,381814],[-121514,381538],[-120907,381844],[-120652,381725],[-121014,381512],[-121268,381146],[-121205,381630],[-121034,381324],[-121373,381431],[-120860,381455],[-123604,377276],[-123477,377606],[-123774,377743],[-123435,377403],[-123638,377285],[-123538,377609],[-125646,391881],[-125775,392107],[-125476,391988],[-125653,391894],[-125599,391756],[-125757,391919],[-126895,388420],[-126704,388348],[-126771,388481],[-126704,388003],[-126799,388184],[-126666,388051],[-126161,387672],[-126642,387930],[-126540,387954],[-126407,387961],[-126414,387745],[-126628,388081],[-127577,395399],[-127649,395311],[-127686,395574],[-127904,395358],[-127732,395362],[-127970,395273],[-127761,395268],[-127699,389538],[-127914,389645],[-127796,389843],[-1400578,1338912],[-1400267,1338310],[-1401074,1338767],[-1401205,1338810],[-1401204,1338855],[-1400262,1335425],[-1401378,1338690],[-1401117,1338860],[-1400594,1338572],[-1400785,1338171],[-1400898,1337258],[-1401286,1338456],[-1401204,1338349],[-1400757,1338235],[-1401104,1338601],[-1395846,1235379],[-1419563,1357969],[-1437366,1229709],[-1449426,1076582],[-1449516,1076542],[-1449525,1076712],[-1449622,1076722],[-1449707,1076712],[-1449709,1076732],[-1449719,1076772],[-1449681,1076782],[-1449642,1076782],[-1449707,1076812],[-1449787,1076802],[-1449813,1076712],[-1449645,1076722],[-1449615,1076702],[-1449627,1076762],[-1449643,1076792],[-1449686,1076772],[-1449702,1076752],[-1449723,1076822],[-1450037,1076552],[-1450091,1076532],[-1450071,1076502],[-1450029,1076522],[-1450046,1076592],[-1449890,1076642],[-1449987,1076602],[-1450083,1076582],[-1450152,1076562],[-1449996,1076362],[-1450040,1076312],[-1449986,1076272],[-1461876,1335132],[-1522863,1352391],[-129323,190901],[-128336,190561],[-128254,190035],[-128744,190549],[-128114,190977],[-128094,190921],[-129277,191198],[-129117,189714],[-128526,190855],[-134769,188707],[-135000,188566],[-135012,188426],[-134901,188849],[-135494,188932],[-135108,188406],[-130391,203780],[-130976,204489],[-130703,204617],[-131134,204339],[-130295,203772],[-131103,204199],[-128009,206711],[-129646,289650],[-129832,289155],[-129837,289418],[-129866,289232],[-129835,289435],[-129966,289452],[-138834,297473],[-138857,297659],[-138880,297727],[-138844,297546],[-138665,297176],[-138865,297791],[-138463,296828],[-138525,296919],[-138803,297195],[-138422,296674],[-138712,296678],[-138799,297081],[-138966,296476],[-138760,296424],[-138776,296619],[-138840,296753],[-138994,296330],[-138953,296810],[-139214,297298],[-139638,297281],[-139249,297349],[-139352,297367],[-139575,297131],[-139228,297042],[-132525,318072],[-132133,318260],[-132352,317689],[-131770,317864],[-131590,317437],[-132195,318338],[-134426,316329],[-134172,316397],[-135152,316772],[-135043,316546],[-134998,316208],[-134678,316827],[-135963,316897],[-135437,316697],[-135661,316492],[-135556,316790],[-135707,316931],[-135815,316472],[-133591,318177],[-134093,317815],[-133548,318172],[-134016,317875],[-134169,317831],[-133819,318060],[-134099,316671],[-134137,316655],[-134141,316651],[-134168,316783],[-134148,316365],[-134183,316678],[-136990,312048],[-137267,312010],[-137045,311997],[-137180,311895],[-136781,311442],[-137275,311524],[-138387,311600],[-138532,311538],[-138576,311556],[-138629,312029],[-138483,311704],[-138532,311449],[-138334,310431],[-138341,310539],[-138284,310480],[-138333,310525],[-138428,310654],[-138361,310580],[-129594,380101],[-129570,379831],[-129019,380271],[-129429,380422],[-129394,380404],[-128418,380540],[-128646,379931],[-129048,379829],[-128546,380210],[-128391,380336],[-128907,380362],[-128579,379701],[-128358,390065],[-128507,390308],[-128414,390278],[-128640,390429],[-128529,390297],[-128575,390300],[-128084,395752],[-128034,395492],[-128080,395667],[-128038,395389],[-128070,395468],[-128569,389926],[-128112,389629],[-128312,389953],[-129564,388765],[-129103,388859],[-129265,388504],[-129440,388805],[-129523,388717],[-129107,388689],[-135066,469057],[-134759,468460],[-134763,468249],[-134426,469015],[-134376,468961],[-134105,470071],[-136082,482709],[-135780,483211],[-136228,482674],[-135771,483247],[-135848,483257],[-135954,483560],[-129376,563868],[-129492,563778],[-129449,563828],[-129461,563768],[-129480,563758],[-129584,563728],[-129468,563728],[-129435,563778],[-129016,563558],[-129097,563638],[-129122,563598],[-129061,563518],[-129060,563498],[-129080,563618],[-129021,563598],[-129006,563598],[-128940,563508],[-128958,563478],[-128815,563668],[-128841,563608],[-128748,563708],[-128748,563738],[-128745,563828],[-128897,563808],[-128941,563708],[-129153,564188],[-129205,564248],[-129058,564208],[-128987,564118],[-128946,564108],[-128953,564148],[-129009,564198],[-128814,564028],[-128737,563998],[-129370,564398],[-129327,564468],[-129206,564518],[-129211,564548],[-129375,564518],[-129307,564438],[-129352,564418],[-129383,564438],[-129353,564468],[-129277,564518],[-129323,564508],[-129373,564458],[-129265,564348],[-129333,564478],[-129431,564488],[-129369,564478],[-129405,564418],[-129408,564398],[-129448,564338],[-129463,564348],[-129476,564448],[-129401,564458],[-129341,564468],[-129289,564438],[-129237,564488],[-129171,564478],[-129136,564468],[-129246,564548],[-129314,564538],[-129350,564518],[-129259,564438],[-129692,564058],[-129762,564018],[-129750,564108],[-129652,564128],[-129796,564078],[-129831,564038],[-129664,563928],[-129747,563908],[-129863,563768],[-129862,563658],[-129862,563628],[-1528503,1335178],[-1528958,1335644],[-1528520,1335157],[-1528758,1335711],[-1528215,1346084],[-1527809,1346332],[-1528260,1346766],[-1528514,1346215],[-1528966,1345722],[-1527181,1346407],[-1528997,1345549],[-1528701,1346281],[-1528647,1345682],[-1527487,1346775],[-1535676,1022739],[-1573329,1030558],[-1573442,1030486],[-1573400,1030526],[-1573416,1030466],[-1573433,1030461],[-1573535,1030461],[-1573426,1030427],[-1573397,1030473],[-1573134,1030172],[-1573181,1030270],[-1573200,1030230],[-1573165,1030136],[-1573177,1030121],[-1573166,1030243],[-1573148,1030221],[-1573144,1030221],[-1573090,1030108],[-1573108,1030081],[-1572945,1030233],[-1572984,1030182],[-1572847,1030242],[-1572827,1030265],[-1572777,1030341],[-1572950,1030376],[-1573044,1030304],[-1573061,1030806],[-1573081,1030872],[-1572955,1030793],[-1572952,1030704],[-1572894,1030671],[-1572876,1030705],[-1572883,1030757],[-1572740,1030532],[-1572663,1030474],[-1573181,1031059],[-1573083,1031097],[-1572958,1031112],[-1572937,1031134],[-1573079,1031143],[-1573093,1031071],[-1573143,1031068],[-1573146,1031087],[-1573101,1031101],[-1573012,1031126],[-1573047,1031124],[-1573120,1031097],[-1573051,1030961],[-1573091,1031110],[-1573150,1031135],[-1573126,1031120],[-1573180,1031075],[-1573197,1031063],[-1573259,1031018],[-1573262,1031028],[-1573222,1031118],[-1573154,1031108],[-1573115,1031110],[-1573092,1031074],[-1573013,1031099],[-1572958,1031072],[-1572935,1031056],[-1572976,1031146],[-1573017,1031144],[-1573101,1031157],[-1573070,1031067],[-1573558,1030816],[-1573628,1030795],[-1573556,1030861],[-1573494,1030870],[-1573623,1030853],[-1573644,1030814],[-1573620,1030707],[-1573683,1030702],[-1573830,1030599],[-1573832,1030480],[-1573838,1030450],[-1575367,1023863],[-1575439,1023766],[-1575417,1023820],[-1575406,1023766],[-1575420,1023753],[-1575510,1023695],[-1575398,1023730],[-1575387,1023779],[-1574938,1023670],[-1575039,1023722],[-1575045,1023685],[-1574961,1023629],[-1574956,1023607],[-1575014,1023711],[-1574962,1023695],[-1574951,1023695],[-1574854,1023640],[-1574859,1023611],[-1574787,1023820],[-1574794,1023756],[-1574728,1023888],[-1574732,1023922],[-1574750,1024018],[-1574900,1023939],[-1574919,1023822],[-1575085,1024199],[-1575723,1023961],[-1575775,1023906],[-1575778,1024011],[-1575703,1024042],[-1575819,1023961],[-1575833,1023924],[-1575673,1023823],[-1575739,1023790],[-1575808,1023625],[-1575762,1023537],[-1575752,1023510],[-1576105,1022865],[-1576195,1022825],[-1576204,1022995],[-1576301,1023005],[-1576386,1022995],[-1576388,1023015],[-1576398,1023055],[-1576360,1023065],[-1576321,1023065],[-1576386,1023095],[-1576466,1023085],[-1576492,1022995],[-1576324,1023005],[-1576294,1022985],[-1576306,1023045],[-1576322,1023075],[-1576365,1023055],[-1576381,1023035],[-1576402,1023105],[-1576716,1022835],[-1576770,1022815],[-1576750,1022785],[-1576708,1022805],[-1576725,1022875],[-1576569,1022925],[-1576666,1022885],[-1576762,1022865],[-1576831,1022845],[-1576675,1022645],[-1576719,1022595],[-1576665,1022555],[-1577379,1021870],[-1577474,1021850],[-1577461,1022005],[-1577557,1022032],[-1577642,1022029],[-1577642,1022050],[-1577645,1022084],[-1577606,1022087],[-1577567,1022083],[-1577628,1022117],[-1577708,1022116],[-1577745,1022033],[-1577579,1022035],[-1577553,1022017],[-1577557,1022072],[-1577569,1022096],[-1577613,1022080],[-1577633,1022064],[-1577643,1022127],[-1577989,1021909],[-1578045,1021896],[-1578029,1021869],[-1577985,1021884],[-1577994,1021950],[-1577831,1021972],[-1577930,1021939],[-1578029,1021934],[-1578099,1021925],[-1577971,1021719],[-1578020,1021674],[-1577972,1021625],[-1575258,1024225],[-1575321,1024273],[-1575167,1024279],[-1575034,1024214],[-1575048,1024255],[-1575108,1024298],[-1574863,1024204],[-1574774,1024207],[-1575524,1024367],[-1575491,1024463],[-1575390,1024546],[-1575539,1024513],[-1575468,1024432],[-1575508,1024397],[-1575536,1024417],[-1575514,1024459],[-1575454,1024531],[-1575491,1024512],[-1575529,1024444],[-1575391,1024374],[-1575501,1024469],[-1575588,1024463],[-1575537,1024458],[-1575554,1024389],[-1575553,1024365],[-1575575,1024293],[-1575591,1024302],[-1575626,1024402],[-1575558,1024433],[-1575511,1024450],[-1575456,1024430],[-1575416,1024501],[-1575350,1024510],[-1575317,1024507],[-1575487,1024550],[-1575531,1024498],[-1575430,1024436],[-1578742,1024438],[-1578698,1024390],[-1578651,1024423],[-1575398,1024581],[-1578960,1024293],[-1579005,1024532],[-1578976,1024417],[-1578923,1024371],[-1578936,1024420],[-1579161,1024691],[-1579089,1024730],[-1579107,1024741],[-1579121,1024785],[-1579089,1024825],[-1579028,1024846],[-1579051,1024805],[-1579065,1024613],[-1579150,1024634],[-1579149,1024707],[-1579112,1024774],[-1579117,1024739],[-1579111,1024710],[-1579070,1024740],[-1579050,1024734],[-1579049,1024824],[-1579026,1024888],[-1578960,1024293],[-1578972,1024347],[-1578979,1024420],[-1579005,1024532],[-1578976,1024417],[-1576117,1028297],[-1576203,1028192],[-1576173,1028248],[-1576179,1028179],[-1576193,1028169],[-1576283,1028147],[-1576185,1028135],[-1576169,1028197],[-1575970,1028025],[-1576010,1028101],[-1576016,1028048],[-1575983,1027968],[-1576000,1027958],[-1575992,1028075],[-1575996,1028085],[-1575998,1028093],[-1575937,1027984],[-1575948,1027950],[-1575816,1028140],[-1575851,1028085],[-1575714,1028148],[-1575688,1028162],[-1575629,1028223],[-1575803,1028246],[-1575902,1028181],[-1575897,1028604],[-1575903,1028648],[-1575791,1028601],[-1575812,1028551],[-1575742,1028512],[-1575719,1028537],[-1575708,1028557],[-1575569,1028369],[-1575487,1028316],[-1575992,1028795],[-1575879,1028816],[-1575766,1028853],[-1575736,1028863],[-1575851,1028827],[-1575899,1028807],[-1575949,1028797],[-1575937,1028795],[-1575889,1028810],[-1575808,1028846],[-1575832,1028828],[-1575906,1028800],[-1575844,1028688],[-1575888,1028830],[-1575923,1028816],[-1575919,1028833],[-1575971,1028785],[-1575995,1028777],[-1576053,1028732],[-1576050,1028733],[-1576001,1028804],[-1575941,1028810],[-1575921,1028838],[-1575909,1028822],[-1575827,1028846],[-1575777,1028834],[-1575762,1028831],[-1575774,1028872],[-1575794,1028841],[-1575901,1028875],[-1575893,1028826],[-1576319,1028483],[-1576378,1028445],[-1576288,1028489],[-1576256,1028538],[-1576361,1028483],[-1576365,1028424],[-1576407,1028416],[-1576451,1028382],[-1576580,1028257],[-1576561,1028122],[-1576566,1028093],[-1578884,1024980],[-1578856,1024922],[-1579026,1024888],[-1579049,1024824],[-1579050,1024734],[-1579070,1024740],[-1579111,1024710],[-1579117,1024739],[-1579112,1024774],[-1579149,1024707],[-1579150,1024634],[-1579065,1024613],[-1579051,1024805],[-1579028,1024846],[-1579089,1024825],[-1579121,1024785],[-1579107,1024741],[-1579089,1024730],[-1579161,1024691],[-1578936,1024420],[-1578884,1024980],[-1578887,1024771],[-1578960,1024628],[-149092,194961],[-149922,194825],[-149404,194916],[-149530,194852],[-149461,194829],[-150415,194899],[-149405,194738],[-150170,194921],[-150452,195019],[-149281,194815],[-142867,196017],[-144377,196366],[-142830,194578],[-144096,197071],[-143423,194974],[-143494,194860],[-143535,194885],[-143038,195057],[-142861,194805],[-144641,196354],[-144351,197198],[-144024,197623],[-144064,197407],[-143641,197449],[-144897,197802],[-145070,198944],[-144236,198547],[-144341,198458],[-143989,198790],[-144867,198134],[-149446,194319],[-149155,194179],[-149785,194326],[-149241,194449],[-149279,194198],[-149390,194041],[-151423,200362],[-151197,200276],[-151399,201112],[-151505,200281],[-151366,200305],[-151019,200245],[-144339,201095],[-144150,200937],[-144168,201045],[-144678,201298],[-144729,201634],[-144237,201229],[-150520,199652],[-150663,200046],[-150044,199749],[-150576,199858],[-150079,199567],[-150489,199692],[-148889,351627],[-148852,352204],[-148504,352167],[-148469,352551],[-147709,351923],[-148887,352320],[-152166,396153],[-152315,396068],[-152348,396036],[-152429,395554],[-152210,395630],[-152304,395673],[-146248,405351],[-146580,405288],[-145915,405094],[-146288,405290],[-146061,405485],[-145962,405222],[-148582,403668],[-148499,404158],[-148550,403990],[-148508,404064],[-148509,403630],[-148583,404103],[-148127,402659],[-148366,403612],[-147881,403743],[-147999,403433],[-147278,402920],[-147434,402598],[-148144,402157],[-147918,401894],[-148005,402113],[-148040,402164],[-147910,402510],[-148169,402535],[-152960,398403],[-152824,398152],[-153454,397856],[-152817,397763],[-153226,398396],[-153222,397733],[-153570,538988],[-153588,538958],[-153445,539148],[-153471,539088],[-153378,539188],[-153378,539218],[-153375,539308],[-153527,539288],[-153571,539188],[-153576,539588],[-153583,539628],[-153444,539508],[-153367,539478],[-143760,559718],[-143876,559628],[-143833,559678],[-143845,559618],[-143864,559608],[-143968,559578],[-143852,559578],[-143819,559628],[-143400,559408],[-143481,559488],[-143506,559448],[-143445,559368],[-143444,559348],[-143464,559468],[-143405,559448],[-143390,559448],[-143324,559358],[-143342,559328],[-143199,559518],[-143225,559458],[-143132,559558],[-143132,559588],[-143129,559678],[-143281,559658],[-143325,559558],[-143537,560038],[-143589,560098],[-143442,560058],[-143371,559968],[-143330,559958],[-143337,559998],[-143393,560048],[-143198,559878],[-143121,559848],[-143754,560248],[-143711,560318],[-143590,560368],[-143595,560398],[-143759,560368],[-143691,560288],[-143736,560268],[-143767,560288],[-143737,560318],[-143661,560368],[-143707,560358],[-143757,560308],[-143649,560198],[-143717,560328],[-143815,560338],[-143753,560328],[-143789,560268],[-143792,560248],[-143832,560188],[-143847,560198],[-143860,560298],[-143785,560308],[-143725,560318],[-143673,560288],[-143621,560338],[-143555,560328],[-143520,560318],[-143630,560398],[-143698,560388],[-143734,560368],[-143643,560288],[-144076,559908],[-144146,559868],[-144134,559958],[-144036,559978],[-144180,559928],[-144215,559888],[-144048,559778],[-144131,559758],[-144247,559618],[-144246,559508],[-144246,559478],[-147679,565825],[-147795,565735],[-147752,565785],[-147764,565725],[-147783,565715],[-147887,565685],[-147771,565685],[-147738,565735],[-147319,565515],[-147400,565595],[-147425,565555],[-147364,565475],[-147363,565455],[-147383,565575],[-147324,565555],[-147309,565555],[-147243,565465],[-147261,565435],[-147118,565625],[-147144,565565],[-147051,565665],[-147051,565695],[-147048,565785],[-147200,565765],[-147244,565665],[-147456,566145],[-147508,566205],[-147361,566165],[-147290,566075],[-147249,566065],[-147256,566105],[-147312,566155],[-147117,565985],[-147040,565955],[-147673,566355],[-147630,566425],[-147509,566475],[-147514,566505],[-147678,566475],[-147610,566395],[-147655,566375],[-147686,566395],[-147656,566425],[-147580,566475],[-147626,566465],[-147676,566415],[-147568,566305],[-147636,566435],[-147734,566445],[-147672,566435],[-147708,566375],[-147711,566355],[-147751,566295],[-147766,566305],[-147779,566405],[-147704,566415],[-147644,566425],[-147592,566395],[-147540,566445],[-147474,566435],[-147439,566425],[-147549,566505],[-147617,566495],[-147653,566475],[-147562,566395],[-147995,566015],[-148065,565975],[-148053,566065],[-147955,566085],[-148099,566035],[-148134,565995],[-147967,565885],[-148050,565865],[-148166,565725],[-148165,565615],[-148165,565585],[-147607,588439],[-147723,588349],[-147680,588399],[-147692,588339],[-147711,588329],[-147815,588299],[-147699,588299],[-147666,588349],[-147247,588129],[-147328,588209],[-147353,588169],[-147292,588089],[-147291,588069],[-147311,588189],[-147252,588169],[-147237,588169],[-147171,588079],[-147189,588049],[-147046,588239],[-147072,588179],[-146979,588279],[-146979,588309],[-146976,588399],[-147128,588379],[-147172,588279],[-147384,588759],[-147436,588819],[-147289,588779],[-147218,588689],[-147177,588679],[-147184,588719],[-147240,588769],[-147045,588599],[-146968,588569],[-147601,588969],[-147583,588989],[-147496,588919],[-147636,588989],[-147639,588969],[-147679,588909],[-147694,588919],[-147923,588629],[-147993,588589],[-147981,588679],[-147883,588699],[-148027,588649],[-148062,588609],[-147895,588499],[-147978,588479],[-148094,588339],[-148093,588229],[-148093,588199],[-145903,587687],[-146127,587787],[-145872,587927],[-146023,587987],[-146121,587897],[-146069,587897],[-146037,588037],[-146159,588027],[-146211,587827],[-145991,587707],[-145858,587587],[-145863,587557],[-146080,587627],[-146029,587527],[-145824,587417],[-145819,587457],[-145752,587467],[-145922,587477],[-145821,587497],[-145813,587547],[-145875,587437],[-148181,588184],[-148271,588144],[-148280,588314],[-148377,588324],[-148462,588314],[-148464,588334],[-148474,588374],[-148436,588384],[-148397,588384],[-148462,588414],[-148542,588404],[-148568,588314],[-148400,588324],[-148370,588304],[-148382,588364],[-148398,588394],[-148441,588374],[-148457,588354],[-148478,588424],[-148792,588154],[-148846,588134],[-148826,588104],[-148784,588124],[-148801,588194],[-148645,588244],[-148742,588204],[-148838,588184],[-148907,588164],[-148751,587964],[-148795,587914],[-148741,587874],[-147558,589039],[-147437,589089],[-147442,589119],[-147606,589089],[-147538,589009],[-147614,589009],[-147584,589039],[-147508,589089],[-147554,589079],[-147604,589029],[-147564,589049],[-147662,589059],[-147600,589049],[-147707,589019],[-147632,589029],[-147572,589039],[-147520,589009],[-147468,589059],[-147402,589049],[-147367,589039],[-147477,589119],[-147545,589109],[-147581,589089],[-147490,589009],[-155779,191797],[-155946,191702],[-155664,191745],[-155628,191903],[-156272,191898],[-156222,191359],[-161083,193560],[-160821,193532],[-160719,194154],[-160687,193603],[-160532,193399],[-160313,193592],[-155705,210667],[-155453,211146],[-155194,210638],[-155993,210862],[-155972,211084],[-155905,211107],[-155176,347388],[-155023,347570],[-154207,348585],[-154749,347666],[-154226,348774],[-154708,347609],[-156837,357925],[-155773,358073],[-155767,358080],[-156857,357886],[-155399,357888],[-155461,357848],[-165041,424014],[-165570,423852],[-165016,424005],[-165120,423514],[-165580,423920],[-165589,423246],[-158638,425560],[-158503,425541],[-158406,425530],[-157957,425472],[-158052,426294],[-157872,425482],[-154214,539208],[-154322,539538],[-154392,539498],[-154380,539588],[-154282,539608],[-154426,539558],[-154461,539518],[-154377,539388],[-154493,539248],[-154492,539138],[-154492,539108],[-154294,539408],[-154006,539348],[-154122,539258],[-154079,539308],[-154091,539248],[-154110,539238],[-154098,539208],[-154065,539258],[-153646,539038],[-153727,539118],[-153752,539078],[-153691,538998],[-153690,538978],[-153710,539098],[-153783,539668],[-153835,539728],[-153688,539688],[-153617,539598],[-153639,539678],[-154000,539878],[-153957,539948],[-153836,539998],[-153841,540028],[-154005,539998],[-153937,539918],[-153982,539898],[-154013,539918],[-153983,539948],[-153907,539998],[-153953,539988],[-154003,539938],[-153895,539828],[-153963,539958],[-154061,539968],[-153999,539958],[-154035,539898],[-154038,539878],[-154078,539818],[-154093,539828],[-154106,539928],[-154031,539938],[-153971,539948],[-153919,539918],[-153867,539968],[-153801,539958],[-153766,539948],[-153876,540028],[-153944,540018],[-153980,539998],[-153889,539918],[-153651,539078],[-153636,539078],[-165981,562425],[-166105,562343],[-166058,562388],[-166076,562338],[-166095,562327],[-166193,562286],[-166086,562303],[-166046,562345],[-165608,562155],[-165689,562223],[-165722,562192],[-165663,562125],[-165656,562101],[-165676,562210],[-165599,562179],[-165579,562176],[-165528,562111],[-165549,562085],[-165405,562271],[-165429,562211],[-165360,562333],[-165370,562370],[-165384,562470],[-165506,562411],[-165528,562295],[-165765,562746],[-165826,562806],[-165687,562787],[-165593,562688],[-165572,562700],[-165588,562745],[-165661,562803],[-165483,562677],[-165422,562671],[-165988,562928],[-165976,563025],[-165865,563091],[-165882,563129],[-166047,563090],[-165944,562988],[-165982,562959],[-166026,562988],[-166006,563027],[-165939,563088],[-165989,563079],[-166025,563016],[-165921,562927],[-165979,563032],[-166091,563047],[-166013,563026],[-166041,562961],[-166037,562935],[-166068,562868],[-166088,562881],[-166118,562989],[-166046,563007],[-165976,563011],[-165917,562981],[-165881,563046],[-165818,563045],[-165780,563035],[-165911,563121],[-165991,563118],[-165992,563064],[-165884,562981],[-166290,562572],[-166375,562639],[-166260,562649],[-166225,562419],[-166316,562401],[-166358,562527],[-161573,554246],[-161689,554156],[-161646,554206],[-161658,554146],[-161677,554136],[-161781,554106],[-161665,554106],[-161632,554156],[-161213,553936],[-161294,554016],[-161319,553976],[-161258,553896],[-161257,553876],[-161277,553996],[-161218,553976],[-161203,553976],[-161137,553886],[-161155,553856],[-161012,554046],[-161038,553986],[-160945,554086],[-160945,554116],[-160942,554206],[-161094,554186],[-161138,554086],[-161350,554566],[-161402,554626],[-161255,554586],[-161184,554496],[-161143,554486],[-161150,554526],[-161206,554576],[-161011,554406],[-160934,554376],[-161567,554776],[-161524,554846],[-161403,554896],[-161408,554926],[-161572,554896],[-161504,554816],[-161549,554796],[-161580,554816],[-161550,554846],[-161474,554896],[-161520,554886],[-161570,554836],[-161462,554726],[-161530,554856],[-161628,554866],[-161566,554856],[-161602,554796],[-161605,554776],[-161645,554716],[-161660,554726],[-161673,554826],[-161598,554836],[-161538,554846],[-161486,554816],[-161434,554866],[-161368,554856],[-161333,554846],[-161443,554926],[-161511,554916],[-161547,554896],[-161456,554816],[-161889,554436],[-161959,554396],[-161947,554486],[-161849,554506],[-161993,554456],[-162028,554416],[-161861,554306],[-161944,554286],[-162060,554146],[-162059,554036],[-162059,554006],[-163790,559324],[-164014,559424],[-163759,559564],[-163910,559624],[-164008,559534],[-163956,559534],[-163924,559674],[-164046,559664],[-164098,559464],[-163878,559344],[-163745,559224],[-163750,559194],[-163967,559264],[-163916,559164],[-163711,559054],[-163706,559094],[-163639,559104],[-163809,559114],[-163708,559134],[-163700,559184],[-163762,559074],[-161944,557842],[-162060,557752],[-162017,557802],[-162029,557742],[-162048,557732],[-162152,557702],[-162036,557702],[-162003,557752],[-161584,557532],[-161665,557612],[-161690,557572],[-161629,557492],[-161628,557472],[-161648,557592],[-161589,557572],[-161574,557572],[-161508,557482],[-161526,557452],[-161383,557642],[-161409,557582],[-161316,557682],[-161316,557712],[-161313,557802],[-161465,557782],[-161509,557682],[-161721,558162],[-161773,558222],[-161626,558182],[-161555,558092],[-161514,558082],[-161521,558122],[-161577,558172],[-161382,558002],[-161305,557972],[-161938,558372],[-161895,558442],[-161774,558492],[-161779,558522],[-161943,558492],[-161875,558412],[-161920,558392],[-161951,558412],[-161921,558442],[-161845,558492],[-161891,558482],[-161941,558432],[-161833,558322],[-161901,558452],[-161999,558462],[-161937,558452],[-161973,558392],[-161976,558372],[-162016,558312],[-162031,558322],[-162044,558422],[-161969,558432],[-161909,558442],[-161857,558412],[-161805,558462],[-161739,558452],[-161704,558442],[-161814,558522],[-161882,558512],[-161918,558492],[-161827,558412],[-162260,558032],[-162330,557992],[-162318,558082],[-162220,558102],[-162364,558052],[-162399,558012],[-162232,557902],[-162315,557882],[-162431,557742],[-162430,557632],[-162430,557602],[-154283,564445],[-154420,564367],[-154367,564413],[-154396,564348],[-154416,564343],[-154507,564343],[-154413,564308],[-154363,564360],[-153957,564098],[-154024,564190],[-154068,564144],[-154023,564053],[-154014,564043],[-154019,564161],[-153934,564157],[-153910,564161],[-153884,564042],[-153911,564011],[-153751,564168],[-153779,564118],[-153722,564162],[-153734,564178],[-153752,564238],[-153845,564291],[-153860,564234],[-154048,564698],[-154106,564752],[-153986,564675],[-153888,564608],[-153886,564563],[-153903,564590],[-153981,564624],[-153847,564399],[-153806,564333],[-154239,564931],[-154245,564946],[-154143,564957],[-154164,564970],[-154326,564969],[-154209,564931],[-154240,564931],[-154291,564937],[-154276,564945],[-154215,564966],[-154267,564959],[-154295,564941],[-154214,564809],[-154245,564961],[-154360,564970],[-154274,564971],[-154302,564932],[-154294,564924],[-154323,564887],[-154345,564892],[-154376,564966],[-154309,564956],[-154234,564969],[-154175,564941],[-154149,564955],[-154092,564929],[-154054,564919],[-154187,564985],[-154274,564971],[-154249,565008],[-154142,564939],[-154550,564694],[-154618,564673],[-154646,564715],[-154521,564740],[-154666,564718],[-154725,564669],[-154473,564618],[-154568,564603],[-154677,564506],[-154720,564375],[-154723,564347],[-166151,575887],[-166232,575967],[-166257,575927],[-166196,575847],[-166195,575827],[-166215,575947],[-166156,575927],[-166141,575927],[-166075,575837],[-166093,575807],[-165950,575997],[-165976,575937],[-165883,576037],[-165883,576067],[-165880,576157],[-166032,576137],[-166076,576037],[-154778,569296],[-154894,569206],[-154851,569256],[-154863,569196],[-154882,569186],[-154986,569156],[-154870,569156],[-154837,569206],[-154418,568986],[-154499,569066],[-154524,569026],[-154463,568946],[-154462,568926],[-154482,569046],[-154423,569026],[-154408,569026],[-154342,568936],[-154360,568906],[-154217,569096],[-154243,569036],[-154150,569136],[-154150,569166],[-154147,569256],[-154299,569236],[-154343,569136],[-154555,569616],[-154607,569676],[-154460,569636],[-154389,569546],[-154348,569536],[-154355,569576],[-154411,569626],[-154216,569456],[-154139,569426],[-154772,569826],[-154729,569896],[-154608,569946],[-154613,569976],[-154777,569946],[-154709,569866],[-154754,569846],[-154785,569866],[-154755,569896],[-154679,569946],[-154725,569936],[-154775,569886],[-154667,569776],[-154735,569906],[-154833,569916],[-154771,569906],[-154807,569846],[-154810,569826],[-154850,569766],[-154865,569776],[-154878,569876],[-154803,569886],[-154743,569896],[-154691,569866],[-154639,569916],[-154573,569906],[-154538,569896],[-154648,569976],[-154716,569966],[-154752,569946],[-154661,569866],[-155094,569486],[-155164,569446],[-155152,569536],[-155054,569556],[-155198,569506],[-155233,569466],[-155066,569356],[-155149,569336],[-155265,569196],[-155264,569086],[-155264,569056],[-155917,570884],[-156033,570775],[-155990,570833],[-156002,570764],[-156021,570752],[-156125,570728],[-156009,570720],[-155976,570782],[-155557,570624],[-155638,570698],[-155663,570643],[-155602,570566],[-155601,570556],[-155621,570672],[-155562,570685],[-155547,570694],[-155481,570587],[-155499,570551],[-155356,570746],[-155382,570689],[-155289,570752],[-155289,570766],[-155286,570824],[-155438,570846],[-155482,570782],[-155694,571196],[-155746,571236],[-155599,571193],[-155528,571147],[-155487,571107],[-155494,571131],[-155550,571148],[-155355,570965],[-155278,570914],[-155911,571378],[-155868,571397],[-155747,571436],[-155752,571446],[-155916,571405],[-155848,571389],[-155893,571379],[-155924,571375],[-155894,571390],[-155818,571427],[-155864,571408],[-155914,571380],[-155806,571272],[-155874,571411],[-155972,571393],[-155910,571414],[-155946,571365],[-155949,571359],[-155989,571313],[-156004,571313],[-156017,571382],[-155942,571390],[-155882,571420],[-155830,571406],[-155778,571430],[-155712,571420],[-155677,571417],[-155787,571454],[-155855,571420],[-155891,571455],[-155800,571411],[-156233,571061],[-156303,571021],[-156291,571062],[-156193,571115],[-156337,571056],[-156372,570996],[-156205,570998],[-156288,570961],[-156404,570835],[-156403,570699],[-156403,570670],[-166288,576517],[-166340,576577],[-166193,576537],[-166122,576447],[-166081,576437],[-166088,576477],[-166144,576527],[-166341,576847],[-166346,576877],[-166372,576817],[-166306,576807],[-166271,576797],[-166381,576877],[-166394,576767],[-165949,576357],[-165872,576327],[-177024,231968],[-176828,234309],[-177186,234761],[-176799,234750],[-176812,234935],[-177028,234448],[-177045,234960],[-176233,234671],[-176705,234376],[-176164,234762],[-176332,234397],[-176133,234784],[-175812,235040],[-172113,241765],[-171929,241572],[-171740,241721],[-171693,241664],[-171825,241607],[-171684,241727],[-171406,242184],[-171272,242546],[-171549,242180],[-171431,242267],[-171225,242325],[-171672,242235],[-177407,231553],[-176788,231930],[-177369,231865],[-177517,231810],[-176957,231768],[-168511,248025],[-169352,247401],[-168624,247647],[-168372,248255],[-168863,247418],[-168411,248083],[-169570,249406],[-169948,248798],[-169628,249789],[-169661,249108],[-168984,249494],[-169079,249259],[-172171,261905],[-172299,262079],[-172142,261817],[-172141,262018],[-172097,261741],[-172244,261958],[-173602,258467],[-173382,258436],[-172955,259381],[-173000,258727],[-173422,258962],[-173328,258467],[-176548,283719],[-176250,283611],[-176343,283848],[-176249,283796],[-176784,283897],[-176580,283819],[-178127,284054],[-177614,282615],[-177689,282372],[-177695,282547],[-177664,282625],[-177362,282761],[-177442,282829],[-177053,282598],[-177020,282605],[-177115,282583],[-177091,282636],[-177347,282627],[-177100,282661],[-169135,288946],[-169137,289168],[-169264,289109],[-169071,289253],[-169124,288977],[-169027,288899],[-169775,285472],[-169588,285039],[-169584,285500],[-169433,285037],[-169504,285175],[-169543,285091],[-168023,291503],[-168134,291258],[-168032,291481],[-167883,291117],[-167930,291473],[-168019,291055],[-171462,292857],[-170831,292615],[-170793,292638],[-170891,292706],[-171394,292558],[-170952,292292],[-169882,286680],[-170019,286236],[-169876,286660],[-169410,286157],[-170099,286314],[-169961,286677],[-168593,287006],[-168696,287141],[-168701,287168],[-168660,286751],[-168602,286996],[-168624,287173],[-168948,295894],[-168878,295848],[-168539,295981],[-168508,295742],[-168833,295920],[-168742,295741],[-170472,301158],[-170810,301530],[-170578,301243],[-170916,301526],[-170500,301548],[-170360,301491],[-170331,301358],[-170608,301470],[-170390,301524],[-170173,300894],[-170640,301067],[-170225,300621],[-170683,301095],[-170369,301076],[-170705,300609],[-175804,348427],[-175737,348595],[-175720,348213],[-175477,347945],[-175759,348150],[-175386,347816],[-169661,425542],[-170402,425666],[-170538,425621],[-169585,425574],[-170502,425564],[-170289,425788],[-172342,550541],[-172310,550543],[-172321,550527],[-172395,550476],[-172294,550505],[-172294,550574],[-172763,550531],[-172666,550516],[-172604,550392],[-172588,550373],[-171362,550582],[-171528,550516],[-171323,550475],[-171318,550506],[-171251,550527],[-171421,550534],[-171320,550542],[-171312,550583],[-171374,550495],[-170625,550100],[-170715,550060],[-170724,550230],[-170821,550240],[-170906,550230],[-170908,550250],[-170918,550290],[-170880,550300],[-170841,550300],[-170906,550330],[-170986,550320],[-171012,550230],[-170844,550240],[-170814,550220],[-170826,550280],[-170842,550310],[-170885,550290],[-170901,550270],[-170922,550340],[-171236,550070],[-171290,550050],[-171270,550020],[-171228,550040],[-171245,550110],[-171089,550160],[-171186,550120],[-171282,550100],[-171351,550080],[-171195,549880],[-171239,549830],[-171185,549790],[-175796,543283],[-175886,543243],[-175895,543413],[-175992,543423],[-176077,543413],[-176079,543433],[-176089,543473],[-176051,543483],[-176012,543483],[-176077,543513],[-176157,543503],[-176183,543413],[-176015,543423],[-175985,543403],[-175997,543463],[-176013,543493],[-176056,543473],[-176072,543453],[-176093,543523],[-176407,543253],[-176461,543233],[-176441,543203],[-176399,543223],[-176416,543293],[-176260,543343],[-176357,543303],[-176453,543283],[-176522,543263],[-176366,543063],[-176410,543013],[-176356,542973],[-175581,545835],[-175671,545795],[-175680,545965],[-175777,545975],[-175862,545965],[-175864,545985],[-175874,546025],[-175836,546035],[-175797,546035],[-175862,546065],[-175942,546055],[-175968,545965],[-175800,545975],[-175770,545955],[-175782,546015],[-175798,546045],[-175841,546025],[-175857,546005],[-175878,546075],[-176192,545805],[-176246,545785],[-176226,545755],[-176184,545775],[-176201,545845],[-176045,545895],[-176142,545855],[-176238,545835],[-176307,545815],[-176151,545615],[-176195,545565],[-176141,545525],[-166405,562592],[-166452,562564],[-166453,562468],[-166438,562169],[-166504,562369],[-172338,550969],[-172191,550990],[-172138,550941],[-172557,550999],[-172549,550978],[-172469,551039],[-172486,551023],[-172610,550921],[-172520,551002],[-172549,550988],[-172583,550949],[-172570,550955],[-172529,550997],[-172562,550958],[-172583,550940],[-172433,550907],[-172560,550989],[-172646,550911],[-172591,550980],[-172593,550944],[-172587,550952],[-172592,550918],[-172609,550904],[-172667,550915],[-172608,550947],[-172564,551011],[-172506,551037],[-172484,551047],[-172422,551064],[-172388,551084],[-172518,551024],[-172568,550950],[-172596,551019],[-172482,551058],[-171371,550815],[-171522,550892],[-171620,550868],[-171568,550877],[-171536,550898],[-171658,550909],[-172230,556758],[-172090,556608],[-173040,563183],[-173130,563143],[-173139,563313],[-173236,563323],[-173321,563313],[-173323,563333],[-173333,563373],[-173295,563383],[-173256,563383],[-173427,563313],[-173259,563323],[-173229,563303],[-173241,563363],[-173257,563393],[-173300,563373],[-173316,563353],[-173651,563153],[-173705,563133],[-173685,563103],[-173643,563123],[-173660,563193],[-173504,563243],[-173601,563203],[-173697,563183],[-173766,563163],[-173610,562963],[-173654,562913],[-173600,562873],[-174579,562645],[-174644,562516],[-174623,562581],[-174613,562513],[-174627,562498],[-174720,562448],[-174608,562468],[-174601,562534],[-174261,562456],[-174339,562513],[-174339,562457],[-174274,562393],[-174281,562381],[-174314,562492],[-174295,562509],[-174292,562519],[-174199,562433],[-174203,562395],[-174115,562620],[-174132,562557],[-174026,562651],[-174014,562670],[-173993,562738],[-174169,562712],[-174230,562628],[-174427,563009],[-174463,563043],[-174322,563035],[-174292,562993],[-174222,562971],[-174217,562998],[-174240,563012],[-174024,562879],[-173928,562852],[-174625,563148],[-174545,563192],[-174434,563261],[-174421,563276],[-174549,563201],[-174545,563182],[-174592,563159],[-174597,563155],[-174559,563181],[-174487,563239],[-174516,563212],[-174575,563166],[-174463,563083],[-174556,563203],[-174613,563171],[-174590,563197],[-174624,563137],[-174637,563126],[-174678,563067],[-174682,563067],[-174677,563141],[-174611,563167],[-174581,563205],[-174547,563198],[-174482,563241],[-174422,563247],[-174397,563250],[-174461,563274],[-174493,563231],[-174582,563242],[-174527,563209],[-174875,562752],[-174930,562697],[-174882,562755],[-174835,562820],[-174944,562731],[-174945,562669],[-174900,562677],[-174952,562626],[-175045,562470],[-174997,562342],[-174993,562314],[-174726,553280],[-174842,553190],[-174799,553240],[-174811,553180],[-174830,553170],[-174934,553140],[-174818,553140],[-174785,553190],[-174366,552970],[-174447,553050],[-174472,553010],[-174411,552930],[-174410,552910],[-174430,553030],[-174371,553010],[-174356,553010],[-174290,552920],[-174308,552890],[-174165,553080],[-174191,553020],[-174098,553120],[-174098,553150],[-174095,553240],[-174247,553220],[-174291,553120],[-174503,553600],[-174555,553660],[-174408,553620],[-174337,553530],[-174296,553520],[-174303,553560],[-174359,553610],[-174164,553440],[-174087,553410],[-174720,553810],[-174677,553880],[-174556,553930],[-174561,553960],[-174725,553930],[-174657,553850],[-174702,553830],[-174733,553850],[-174703,553880],[-174627,553930],[-174673,553920],[-174723,553870],[-174615,553760],[-174683,553890],[-174781,553900],[-174719,553890],[-174755,553830],[-174758,553810],[-174798,553750],[-174813,553760],[-174826,553860],[-174751,553870],[-174691,553880],[-174639,553850],[-174587,553900],[-174521,553890],[-174486,553880],[-174596,553960],[-174664,553950],[-174700,553930],[-174609,553850],[-175042,553470],[-175112,553430],[-175100,553520],[-175002,553540],[-175146,553490],[-175181,553450],[-175014,553340],[-175097,553320],[-175213,553180],[-175212,553070],[-175212,553040],[-176276,560962],[-176392,560872],[-176349,560922],[-176361,560862],[-176380,560852],[-176484,560822],[-176368,560822],[-176335,560872],[-175916,560652],[-175997,560732],[-176022,560692],[-175961,560612],[-175960,560592],[-175980,560712],[-175921,560692],[-175906,560692],[-175840,560602],[-175858,560572],[-175715,560762],[-175741,560702],[-175648,560802],[-175648,560832],[-175645,560922],[-175797,560902],[-175841,560802],[-176053,561282],[-176105,561342],[-175958,561302],[-175887,561212],[-175846,561202],[-175853,561242],[-175909,561292],[-175714,561122],[-175637,561092],[-176270,561492],[-176227,561562],[-176106,561612],[-176111,561642],[-176275,561612],[-176207,561532],[-176252,561512],[-176283,561532],[-176253,561562],[-176177,561612],[-176223,561602],[-176273,561552],[-176165,561442],[-176233,561572],[-176331,561582],[-176269,561572],[-176305,561512],[-176308,561492],[-176348,561432],[-176363,561442],[-176376,561542],[-176301,561552],[-176241,561562],[-176189,561532],[-176137,561582],[-176071,561572],[-176036,561562],[-176146,561642],[-176214,561632],[-176250,561612],[-176159,561532],[-176592,561152],[-176662,561112],[-176650,561202],[-176552,561222],[-176696,561172],[-176731,561132],[-176564,561022],[-176647,561002],[-176763,560862],[-176762,560752],[-176762,560722],[-168496,563330],[-168612,563240],[-168569,563290],[-168581,563230],[-168600,563220],[-168704,563190],[-168588,563190],[-168555,563240],[-168136,563020],[-168217,563100],[-168242,563060],[-168181,562980],[-168180,562960],[-168200,563080],[-168141,563060],[-168126,563060],[-168060,562970],[-168078,562940],[-167935,563130],[-167961,563070],[-167868,563170],[-167868,563200],[-167865,563290],[-168017,563270],[-168061,563170],[-168784,563390],[-168867,563370],[-168983,563230],[-168982,563120],[-168982,563090],[-172297,550678],[-172332,550607],[-171828,550684],[-171938,550698],[-171937,550635],[-171843,550605],[-171833,550610],[-171912,550680],[-171856,550746],[-171844,550768],[-171738,550697],[-171737,550659],[-171714,550857],[-171705,550810],[-171672,550852],[-171685,550845],[-171725,550856],[-171851,550857],[-171843,550832],[-172265,550979],[-172089,551029],[-172044,550985],[-172069,550983],[-171880,550870],[-171795,550841],[-172660,550676],[-172700,550622],[-172729,550606],[-172660,550714],[-172757,550609],[-172578,550710],[-172637,550635],[-171402,550662],[-171626,550817],[-171710,550815],[-171490,550717],[-171357,550601],[-171579,550635],[-173321,563413],[-173401,563403],[-173337,563423],[-166511,576197],[-166627,576107],[-166584,576157],[-166596,576097],[-166615,576087],[-166719,576057],[-166603,576057],[-166570,576107],[-166998,576097],[-166997,575987],[-166997,575957],[-168273,563650],[-168325,563710],[-168178,563670],[-168107,563580],[-168066,563570],[-168073,563610],[-168129,563660],[-167934,563490],[-167857,563460],[-168490,563860],[-168447,563930],[-168326,563980],[-168331,564010],[-168495,563980],[-168427,563900],[-168472,563880],[-168503,563900],[-168473,563930],[-168397,563980],[-168443,563970],[-168493,563920],[-168385,563810],[-168453,563940],[-168551,563950],[-168489,563940],[-168525,563880],[-168528,563860],[-168568,563800],[-168583,563810],[-168596,563910],[-168521,563920],[-168461,563930],[-168409,563900],[-168357,563950],[-168291,563940],[-168256,563930],[-168366,564010],[-168434,564000],[-168470,563980],[-168379,563900],[-168812,563520],[-168882,563480],[-168870,563570],[-168772,563590],[-168916,563540],[-168951,563500],[-179182,566237],[-166505,576727],[-166462,576797],[-166442,576767],[-166487,576747],[-166518,576767],[-166488,576797],[-166412,576847],[-166458,576837],[-166508,576787],[-166400,576677],[-166468,576807],[-166566,576817],[-166504,576807],[-166540,576747],[-166543,576727],[-166583,576667],[-166598,576677],[-166611,576777],[-166536,576787],[-166476,576797],[-166424,576767],[-166485,576847],[-166827,576387],[-166897,576347],[-166885,576437],[-166787,576457],[-166931,576407],[-166966,576367],[-166799,576257],[-166882,576237],[-166510,576847],[-166449,576867],[-181080,203684],[-181431,203944],[-181045,203875],[-180922,203770],[-181357,204388],[-181204,203563],[-183807,197545],[-183544,197683],[-183903,198223],[-183235,197534],[-183876,197774],[-183527,197520],[-184868,234241],[-184469,234058],[-184081,234125],[-184254,234139],[-184261,234306],[-183981,233988],[-188556,282681],[-188115,282379],[-188063,282382],[-188516,283002],[-187466,282256],[-186991,282339],[-187512,282232],[-187512,282265],[-185653,282029],[-185667,282004],[-185989,281970],[-185294,282036],[-185189,282263],[-185239,282048],[-186617,282273],[-186434,282258],[-186207,282297],[-186149,282302],[-186251,282292],[-186120,282308],[-187129,282351],[-186425,282258],[-186577,282262],[-187146,282296],[-187024,282276],[-187023,282295],[-185972,281949],[-185871,281939],[-185875,281940],[-185890,281942],[-185784,281901],[-185962,281948],[-188079,351944],[-188524,352704],[-188012,352510],[-188314,352185],[-187806,352321],[-187993,352291],[-186329,352068],[-186749,352170],[-187184,352302],[-186162,352120],[-187136,352392],[-186540,352242],[-179272,566197],[-179281,566367],[-179378,566377],[-179463,566367],[-179465,566387],[-179475,566427],[-179437,566437],[-179398,566437],[-179463,566467],[-179543,566457],[-179569,566367],[-179401,566377],[-179371,566357],[-179383,566417],[-179399,566447],[-179442,566427],[-179458,566407],[-179479,566477],[-179793,566207],[-179847,566187],[-179827,566157],[-179785,566177],[-179802,566247],[-179646,566297],[-179743,566257],[-179839,566237],[-179908,566217],[-179752,566017],[-179796,565967],[-179742,565927],[-183866,583929],[-183956,583889],[-183965,584059],[-184062,584069],[-184147,584059],[-184149,584079],[-184159,584119],[-184121,584129],[-184082,584129],[-184147,584159],[-184227,584149],[-184253,584059],[-184085,584069],[-184055,584049],[-184067,584109],[-184083,584139],[-184126,584119],[-184142,584099],[-184163,584169],[-184477,583899],[-184531,583879],[-184511,583849],[-184469,583869],[-184486,583939],[-184330,583989],[-184427,583949],[-184523,583929],[-184592,583909],[-184436,583709],[-184480,583659],[-184426,583619],[-198019,199189],[-198110,199226],[-198101,199199],[-198299,199128],[-198332,199177],[-197914,199109],[-202850,246657],[-202469,247126],[-202360,247162],[-202379,246621],[-202648,246735],[-202519,246923],[-193456,251938],[-193580,251778],[-192895,251430],[-193260,250886],[-192903,251315],[-193324,251611],[-202529,247769],[-202501,247853],[-202452,248188],[-202096,247592],[-202464,247956],[-202322,248104],[-194638,251047],[-194018,251267],[-193785,251777],[-193870,251093],[-193927,251307],[-194334,251252],[-194020,251891],[-194189,252002],[-193489,252016],[-194090,251907],[-194027,251925],[-194182,251818],[-198420,286763],[-198712,287161],[-198689,287328],[-198012,286863],[-197850,287266],[-198483,287522],[-196328,286394],[-196056,286207],[-196242,286262],[-196184,286090],[-196496,285953],[-196143,286391],[-198856,285925],[-198904,286186],[-198853,286240],[-198815,286117],[-198873,286195],[-198857,286073],[-194103,539986],[-194193,539946],[-194202,540116],[-194299,540126],[-194384,540116],[-194386,540136],[-194396,540176],[-194358,540186],[-194319,540186],[-194384,540216],[-194464,540206],[-194490,540116],[-194322,540126],[-194292,540106],[-194304,540166],[-194320,540196],[-194363,540176],[-194379,540156],[-194400,540226],[-194714,539956],[-194768,539936],[-194748,539906],[-194706,539926],[-194723,539996],[-194567,540046],[-194664,540006],[-194760,539986],[-194829,539966],[-194673,539766],[-194717,539716],[-194663,539676],[-211228,199734],[-210974,199688],[-210945,199553],[-211714,199717],[-211760,199351],[-211876,199384],[-208896,251109],[-209246,250974],[-208777,251337],[-209030,251247],[-209573,251525],[-209275,250794],[-212197,252317],[-211845,252564],[-212402,252750],[-212195,252873],[-212180,252302],[-212435,252810],[-216951,283817],[-216880,282912],[-217181,283560],[-216912,283497],[-217253,283246],[-216876,285056],[-217051,285090],[-216986,285199],[-217058,284960],[-217164,284914],[-217233,285258],[-207552,426555],[-207668,426465],[-207625,426515],[-207637,426455],[-207656,426445],[-207760,426415],[-207644,426415],[-207611,426465],[-207192,426245],[-207273,426325],[-207298,426285],[-207237,426205],[-207236,426185],[-207256,426305],[-207197,426285],[-207182,426285],[-207116,426195],[-207134,426165],[-206991,426355],[-207017,426295],[-206924,426395],[-206924,426425],[-206921,426515],[-207073,426495],[-207117,426395],[-207329,426875],[-207381,426935],[-207234,426895],[-207163,426805],[-207122,426795],[-207129,426835],[-207185,426885],[-206990,426715],[-206913,426685],[-207546,427085],[-207503,427155],[-207382,427205],[-207387,427235],[-207551,427205],[-207483,427125],[-207528,427105],[-207559,427125],[-207529,427155],[-207453,427205],[-207499,427195],[-207549,427145],[-207441,427035],[-207509,427165],[-207607,427175],[-207545,427165],[-207581,427105],[-207584,427085],[-207624,427025],[-207639,427035],[-207652,427135],[-207577,427145],[-207517,427155],[-207465,427125],[-207413,427175],[-207347,427165],[-207312,427155],[-207422,427235],[-207490,427225],[-207526,427205],[-207435,427125],[-207868,426745],[-207938,426705],[-207926,426795],[-207828,426815],[-207972,426765],[-208007,426725],[-207840,426615],[-207923,426595],[-208039,426455],[-208038,426345],[-208038,426315],[-205998,425605],[-206087,425520],[-206057,425567],[-206055,425515],[-206071,425504],[-206169,425463],[-206053,425479],[-206034,425523],[-205611,425331],[-205701,425401],[-205713,425368],[-205640,425299],[-205640,425275],[-205679,425387],[-205631,425358],[-205619,425355],[-205532,425287],[-205542,425260],[-205438,425448],[-205454,425388],[-205367,425508],[-205366,425544],[-205366,425643],[-205527,425589],[-205567,425474],[-205832,425929],[-205886,425989],[-205734,425968],[-205666,425871],[-205613,425880],[-205620,425924],[-205671,425981],[-205446,425850],[-205357,425840],[-206070,426115],[-206021,426208],[-205907,426273],[-205909,426310],[-206060,426271],[-206005,426172],[-206049,426144],[-206073,426171],[-206043,426210],[-205973,426270],[-206013,426260],[-206061,426198],[-205937,426106],[-206030,426215],[-206117,426228],[-206066,426210],[-206095,426146],[-206100,426120],[-206134,426054],[-206146,426066],[-206164,426173],[-206092,426190],[-206043,426196],[-205993,426166],[-205941,426230],[-205875,426228],[-205842,426218],[-205947,426302],[-206002,426298],[-206055,426248],[-205966,426166],[-206334,425756],[-206395,425712],[-206381,425820],[-206301,425833],[-206430,425776],[-206449,425746],[-206309,425606],[-206380,425588],[-206475,425440],[-206444,425351],[-206440,425322],[-221936,183700],[-222520,183659],[-222436,183653],[-222599,183985],[-222446,183540],[-222221,183619],[-229743,241943],[-219578,249287],[-220146,249578],[-219514,249311],[-219318,249302],[-219777,249302],[-219722,249265],[-218923,272562],[-219063,272102],[-219433,272192],[-219062,272732],[-218825,272801],[-219363,272860],[-225347,286554],[-224322,286840],[-224895,287277],[-225504,285211],[-224684,285173],[-226184,285907],[-225496,285597],[-225903,285660],[-225855,285629],[-225345,285702],[-225484,285850],[-225240,286027],[-217693,283196],[-217654,283512],[-217936,283844],[-217936,283728],[-217913,283510],[-217894,283456],[-217821,283934],[-228384,293089],[-228853,293288],[-228812,293211],[-229135,293409],[-228413,293496],[-228608,293977],[-230398,295233],[-230266,295600],[-229198,295818],[-229348,295961],[-229473,296099],[-228777,295392],[-228811,295305],[-229186,296000],[-229939,377737],[-230012,377537],[-230134,377792],[-230050,377639],[-230174,377429],[-229946,377467],[-229830,378305],[-229485,378405],[-229853,378673],[-229700,378483],[-229506,378658],[-229621,378716],[-229872,378636],[-228743,378729],[-229196,377268],[-229243,378317],[-228788,377742],[-229255,377747],[-229302,374685],[-229624,374447],[-229390,374615],[-229490,374445],[-229592,374692],[-228977,374489],[-234736,185829],[-234632,186194],[-234675,186165],[-234525,185922],[-234593,186294],[-234359,186353],[-240286,201515],[-240243,201529],[-240259,201239],[-240415,201161],[-240117,201334],[-240553,200825],[-231674,197155],[-231602,196590],[-231642,197202],[-231509,196717],[-231989,197328],[-231647,196657],[-236847,263369],[-236845,262959],[-236893,264248],[-236598,263735],[-237581,262511],[-237565,262569],[-237809,296057],[-237347,296197],[-237252,295850],[-238104,296119],[-237746,295130],[-237320,296214],[-237755,296441],[-238340,296471],[-237942,296464],[-238700,296559],[-238592,296617],[-237760,296625],[-230606,294978],[-230512,295468],[-230461,294989],[-230561,294833],[-232373,373152],[-232366,373283],[-232270,373272],[-232222,373399],[-232597,372856],[-232680,373363],[-239628,399535],[-239881,399754],[-239898,399750],[-241501,402816],[-241347,402548],[-241284,402456],[-241373,402586],[-241323,402359],[-241373,402421],[-237248,433608],[-236750,434024],[-237154,434467],[-236713,433575],[-236590,434196],[-236799,433619],[-236620,432275],[-236077,432060],[-236371,432518],[-237108,432679],[-236453,432495],[-236725,432746],[-236266,439821],[-236005,439375],[-236372,439810],[-235956,439468],[-236483,439680],[-236058,439570],[-241652,440473],[-241982,439396],[-242014,439840],[-241943,440040],[-242495,439508],[-242353,439686],[-7793,130783],[-7816,130579],[-7495,139473],[-7582,139278],[-7336,139494],[-7360,139456],[-7572,139245],[-7505,139496],[-7496,139378],[-7908,139447],[-7514,139407],[-7740,139153],[-4609,139899],[-4520,139877],[-4206,139813],[-4277,139782],[-4222,139770],[-4535,139818],[-4433,139896],[-4412,139934],[-4459,139660],[-4659,139679],[-12642,137599],[-2492,148680],[-2455,148478],[-9288,150958],[-9726,151629],[-10836,150343],[-10828,150697],[-9900,149862],[-9531,151694],[-11147,162581],[-11236,163230],[-10796,163182],[-11365,162451],[-7272,166241],[-7312,166138],[-7320,166026],[-11187,163356],[-11366,163188],[-7785,166090],[-7657,166438],[-7935,166018],[-3322,178050],[-2922,177562],[-3312,177804],[-2816,177798],[-3320,177977],[-2820,177696],[-5656,212293],[-5728,211957],[-5676,211781],[-5257,211344],[-5567,211486],[-5565,212345],[-9613,210677],[-10037,211127],[-9663,210701],[-10053,211350],[-9005,210759],[-9054,210699],[-6117,215373],[-6055,215119],[-7639,214114],[-5301,213724],[-6404,215981],[-7436,214071],[-12213,221518],[-12608,221492],[-12786,221239],[-12685,221263],[-12579,221363],[-12657,221261],[-11409,227703],[-11356,227176],[-10695,227107],[-11279,227601],[-12028,227700],[-10731,227713],[-10855,230274],[-10892,230177],[-10721,230310],[-10674,230408],[-11522,231028],[-11173,230997],[-58,234626],[-627,233297],[-617,233401],[-642,233127],[-117,234787],[-605,232934],[-3784,235524],[-3694,235274],[-4019,236046],[-3370,235715],[-4832,234886],[-4740,235096],[-888,234126],[-481,234927],[-389,234871],[-154,234200],[-246,233961],[-537,234998],[-472,235172],[-615,234780],[-877,235588],[-776,235559],[-1452,279503],[-11423,280659],[-10926,280598],[-10781,280546],[-10809,280550],[-10743,280720],[-10959,281011],[-12629,278959],[-12718,278950],[-12504,279148],[-12154,278574],[-11951,280830],[-11994,281164],[-11670,281285],[-12538,280940],[-11567,280945],[-12293,281065],[-11851,281191],[-11871,281135],[-11810,281340],[-11633,281124],[-11650,281166],[-11864,281223],[-12710,281448],[-1488,279240],[-1883,279504],[-1638,280887],[-982,280980],[-1553,280970],[-1952,279597],[-1904,279812],[-1825,280080],[-1997,279822],[-1420,280515],[-2043,279921],[-1831,278995],[-2231,278896],[-2122,278943],[-2275,278877],[-1780,278904],[-1782,278889],[-1730,278676],[-2313,278845],[-2050,278955],[-1663,278586],[-1675,278620],[-1657,278598],[-1416,280439],[-1659,280302],[-1519,280837],[-1528,280531],[-1357,280739],[-1512,280387],[-12675,282028],[-12542,281991],[-12332,281832],[-12370,281895],[-12449,281942],[-12702,406301],[-821,93348],[-674,93241],[-8279,96519],[-8369,96479],[-8378,96649],[-8475,96659],[-8560,96649],[-8562,96669],[-8572,96709],[-8534,96719],[-8495,96719],[-8560,96749],[-8640,96739],[-8666,96649],[-8498,96659],[-8468,96639],[-8480,96699],[-8496,96729],[-8539,96709],[-8555,96689],[-8576,96759],[-8890,96489],[-8944,96469],[-8924,96439],[-8882,96459],[-8899,96529],[-8743,96579],[-8840,96539],[-8936,96519],[-9005,96499],[-8849,96299],[-8893,96249],[-8839,96209],[-7364,98595],[-6546,98013],[-7266,98498],[-7181,98434],[-7286,98217],[-7273,98680],[-7192,94160],[-6953,93737],[-7335,93499],[-6707,93433],[-7438,93621],[-6752,93696],[-1889,105923],[-2785,106387],[-1939,105916],[-1867,105568],[-1895,105772],[-2492,106279],[-1891,105870],[-2922,106631],[-2482,106438],[-1925,106034],[-3729,107339],[-3949,106781],[-4027,107133],[-3500,107365],[-3622,107525],[-2830,106469],[-3028,107182],[-2857,106587],[-3677,106473],[-4290,107352],[-2062,105441],[-2168,105266],[-4122,115028],[-3422,114677],[-3782,114172],[-4130,114267],[-4106,114652],[-3972,114155],[-5068,125935],[-4926,126079],[-10399,119768],[-10270,119612],[-4416,122442],[-3767,121988],[-3127,122296],[-4325,122544],[-3637,122141],[-4593,121423],[-9488,124747],[-9780,124811],[-9601,125239],[-9195,124997],[-9460,124993],[-9485,124967],[-255447,178411],[-255339,178119],[-255369,178084],[-255650,178319],[-255427,178182],[-255332,178017],[-247614,195585],[-247885,196015],[-247888,196151],[-247259,196234],[-247147,195742],[-247004,196169],[-253185,195189],[-253119,195275],[-253406,195120],[-253317,195014],[-253206,195389],[-253352,195054],[-253475,221801],[-252987,221606],[-253303,221843],[-252598,221108],[-253033,222119],[-253473,221808],[-251306,222328],[-250467,222315],[-250938,222465],[-250955,222123],[-251023,222391],[-250655,223054],[-249521,373584],[-248913,373669],[-248763,374100],[-249268,373176],[-249110,373196],[-249767,373023],[-249109,373170],[-248814,373621],[-248395,373756],[-248723,373573],[-248956,372982],[-249193,372801],[-248021,372870],[-248122,372767],[-268310,190944],[-268489,190948],[-268171,190933],[-268194,191098],[-264137,182491],[-264236,182338],[-264731,182350],[-264747,182291],[-264375,182680],[-264374,182451],[-260825,215775],[-260718,216185],[-261152,215777],[-261003,216400],[-261052,215765],[-261176,216410],[-268019,498061],[-267638,498063],[-267615,497700],[-268123,498060],[-268262,498118],[-267990,498116],[-266048,493610],[-266085,493654],[-266048,493785],[-265825,493812],[-267752,492167],[-266867,492326],[-266967,491968],[-266897,492071],[-266696,492178],[-266781,492112],[-265330,493287],[-265510,493247],[-265503,493254],[-265485,492912],[-265310,493291],[-265600,493439],[-266730,501961],[-266417,501374],[-266256,501953],[-266705,501548],[-266436,501278],[-267161,501970],[-266710,502030],[-266288,502121],[-259647,549229],[-259118,549366],[-259596,549660],[-259383,549348],[-259448,549259],[-259219,549538],[-275536,162931],[-275245,162986],[-275264,162647],[-275143,162909],[-274948,162891],[-274972,162558],[-269106,164823],[-269156,164628],[-269283,164463],[-269433,164814],[-269068,164901],[-269457,164976],[-273564,171066],[-273780,172263],[-273066,171700],[-273612,171279],[-273381,171728],[-273051,171497],[-268993,190754],[-268995,190566],[-270723,434674],[-270841,434940],[-270661,434858],[-270493,434349],[-270572,434768],[-269174,435037],[-269641,433800],[-269732,435237],[-271454,434053],[-269811,435305],[-270510,434672],[-269681,434550],[-269731,434748],[-269992,434648],[-270592,434637],[-269829,434704],[-269843,434506],[-269297,433749],[-269330,433917],[-269551,433755],[-269821,433581],[-269357,433777],[-269233,433562],[-271559,434456],[-271632,434263],[-272030,434413],[-271640,434198],[-271824,434636],[-269711,435403],[-271410,435447],[-269903,435426],[-272839,510439],[-272846,510509],[-273098,510427],[-273100,510435],[-272862,510529],[-273102,510440],[-278508,527821],[-278275,527968],[-278328,528153],[-278179,528022],[-276147,529566],[-276089,529421],[-275919,529280],[-276117,529375],[-276054,529508],[-276108,529523],[-276903,534641],[-276776,534584],[-276755,534481],[-276529,534337],[-276576,534116],[-277029,534649],[-277681,532161],[-276755,531330],[-276714,531355],[-276990,530958],[-276749,531269],[-276960,530865],[-277031,530739],[-276364,531824],[-276341,532075],[-291844,184370],[-291849,184658],[-292220,184841],[-292178,184643],[-291702,184523],[-291810,184437],[-292770,555417],[-292757,555321],[-292841,555175],[-292567,555147],[-292782,555494],[-292719,555407],[-298026,131702],[-298564,131434],[-298119,131680],[-298226,131098],[-298161,131319],[-298176,131098],[-304542,166307],[-304850,166089],[-302704,160373],[-302878,160428],[-303933,167461],[-303640,167378],[-304087,166866],[-304154,167135],[-300640,183283],[-299954,183307],[-300073,183337],[-299731,183089],[-299972,182653],[-299886,182754],[-305887,207572],[-305862,207478],[-306055,206850],[-305379,207606],[-305337,208171],[-305554,207827],[-299661,207969],[-299277,207451],[-299349,207785],[-299599,207710],[-299353,207535],[-299567,207644],[-294885,371514],[-295572,371663],[-295478,372265],[-295413,371620],[-295254,371625],[-295005,372023],[-307052,491584],[-307030,491288],[-307052,491336],[-306979,491698],[-305895,491516],[-305752,491354],[-305608,491734],[-305700,491390],[-305481,491171],[-305527,491324],[-307200,493166],[-301351,490684],[-301234,490651],[-301066,491052],[-301271,490498],[-300794,491073],[-301133,490496],[-297055,492540],[-297595,492542],[-297365,492559],[-297511,492305],[-296889,492697],[-297612,492342],[-295061,490999],[-294897,491024],[-294939,491075],[-294733,490781],[-294849,490782],[-295235,490904],[-302555,487247],[-302121,487437],[-302112,487769],[-302035,487857],[-302332,487946],[-302495,487972],[-299859,487491],[-300115,487259],[-300128,487230],[-300167,487315],[-300025,487370],[-300199,487275],[-296289,554890],[-295865,554123],[-296249,553819],[-296366,554101],[-296460,554015],[-295829,554684],[-295752,555686],[-295511,555670],[-295822,555716],[-296003,555934],[-295913,555930],[-295635,555833],[-310982,134614],[-310592,134296],[-310780,133837],[-310570,134177],[-310679,133850],[-310777,134224],[-318516,165121],[-318207,165460],[-318065,164936],[-318105,165147],[-318056,165327],[-318551,165164],[-313685,194475],[-313639,193598],[-313082,193634],[-313613,194387],[-312843,194282],[-313514,194277],[-309039,216903],[-308941,216691],[-308954,216556],[-309114,216910],[-309180,217110],[-309139,216952],[-308914,216807],[-308457,216410],[-308739,216754],[-308968,216961],[-308985,216858],[-308520,216292],[-307431,491443],[-307549,491662],[-307241,492633],[-307295,492893],[-307388,493126],[-307573,492839],[-307548,492713],[-318641,122617],[-317831,122267],[-318356,122404],[-318234,122517],[-318108,122461],[-317912,121802],[-328414,133659],[-328660,133583],[-327927,133323],[-328378,133503],[-328283,133857],[-328337,133583],[-320228,135026],[-321097,134794],[-320394,134779],[-320813,134811],[-320551,134520],[-320306,135068],[-329553,153792],[-329949,153497],[-330253,153935],[-330115,154250],[-329131,154488],[-329459,154376],[-327162,347005],[-326952,346729],[-327102,346952],[-326883,347277],[-326959,346892],[-326700,347173],[-330846,348191],[-331037,347899],[-331521,347959],[-330988,347827],[-330985,347722],[-331691,347820],[-328401,348207],[-328791,348604],[-328178,348286],[-328213,348547],[-328512,348231],[-327760,348293],[-332284,440532],[-330752,441618],[-330774,440776],[-330374,441017],[-332024,440877],[-331626,439934],[-330813,440848],[-330851,440914],[-330739,440840],[-331018,440938],[-330936,440564],[-330728,440933],[-325780,507599],[-325944,507589],[-325759,507803],[-325889,507752],[-325610,507712],[-325713,507680],[-323608,522566],[-323522,522660],[-323365,522598],[-323417,522648],[-323512,522787],[-323435,522869],[-326192,521013],[-326153,521048],[-326250,521023],[-326289,521426],[-326193,521429],[-326081,521202],[-325003,524303],[-325011,523239],[-324502,524251],[-324884,523358],[-324893,524216],[-325526,522902],[-325598,523017],[-325607,522984],[-325535,523345],[-325591,523058],[-325532,523348],[-325254,523848],[-331439,513934],[-332247,514370],[-331321,514261],[-331439,514867],[-331939,514176],[-331376,514079],[-332569,515598],[-332530,515608],[-332482,515780],[-332629,515565],[-332525,515750],[-332526,515740],[-327890,554439],[-328252,554543],[-328487,554500],[-328810,554547],[-328433,554416],[-328675,554624],[-324445,120819],[-324484,120767],[-324187,120823],[-324622,120337],[-324845,121239],[-325021,120727],[-327649,127350],[-327433,126579],[-327498,127143],[-327713,126645],[-327596,127217],[-327171,127400],[-344307,172334],[-343858,172022],[-343867,172105],[-344045,172400],[-344177,171963],[-344354,171874],[-336047,214512],[-336306,214913],[-336417,214946],[-336378,215148],[-336170,214598],[-336188,214847],[-342095,354025],[-341745,353392],[-341754,353827],[-341465,353156],[-341503,353409],[-341727,353506],[-342175,354119],[-342450,354523],[-342162,353940],[-342256,354174],[-342615,354646],[-342587,354597],[-345263,352936],[-345546,352967],[-345434,352921],[-345437,352839],[-345405,353124],[-345240,353284],[-336642,358194],[-336937,357640],[-336448,358492],[-337108,359458],[-337399,359315],[-337292,359457],[-337602,359312],[-337325,359327],[-337052,359503],[-337000,359129],[-336837,358837],[-336468,358929],[-341907,439184],[-341994,439122],[-341798,439460],[-341963,439133],[-341913,438917],[-341657,439534],[-333437,443838],[-333787,443072],[-333630,443063],[-333512,443866],[-333229,443325],[-333281,443059],[-334358,443202],[-334482,443225],[-334335,443466],[-334480,443318],[-334415,443277],[-334773,443096],[-334672,442703],[-334972,442882],[-334745,442702],[-334809,442696],[-334662,442639],[-334710,442574],[-337032,446430],[-337233,446284],[-337228,446172],[-337307,446353],[-337420,446235],[-337252,446242],[-339389,439270],[-339816,438968],[-339752,439114],[-339919,439131],[-339895,438866],[-339668,438963],[-337204,107262],[-336481,108112],[-337385,107194],[-337154,107504],[-336626,107683],[-337487,107352],[-342011,123135],[-342296,123333],[-342510,123556],[-342190,122896],[-342034,122826],[-342138,122895],[-335924,123834],[-335732,124516],[-336263,123698],[-336898,123611],[-336243,124215],[-335765,124300],[-355232,132201],[-355426,132016],[-355514,132277],[-355339,132631],[-356161,131790],[-355490,132239],[-355507,132666],[-355447,131974],[-350080,208615],[-349873,208836],[-349939,209697],[-350450,208663],[-349675,209730],[-350278,208960],[-350007,207535],[-349946,207859],[-350197,207976],[-349389,207501],[-350035,208436],[-350160,208112],[-349014,208686],[-349038,208833],[-349075,208822],[-349680,208569],[-349738,208270],[-349543,209011],[-349630,209686],[-349847,208713],[-349580,209483],[-349378,209491],[-349350,209397],[-349626,209723],[-347444,217241],[-347540,217574],[-347326,217060],[-347984,217245],[-347508,217236],[-347520,217932],[-356603,263066],[-356658,263169],[-355848,263255],[-356450,263152],[-356365,262488],[-356320,262395],[-355792,262209],[-355590,262968],[-355018,262656],[-355089,262472],[-355092,262267],[-355993,262333],[-351263,274166],[-351630,274618],[-351203,274376],[-351071,275006],[-351102,274070],[-350846,274638],[-351486,270232],[-351983,270583],[-351851,270571],[-352243,270133],[-351917,269907],[-352199,270514],[-353719,271495],[-353128,271484],[-352893,271910],[-353022,271585],[-353172,271925],[-353678,272283],[-346211,352863],[-354203,357407],[-353672,357200],[-353780,357437],[-353804,357223],[-353643,357399],[-353768,357471],[-358039,354648],[-358084,353977],[-358221,353399],[-358228,353575],[-358088,354458],[-358143,354181],[-358304,355099],[-354518,359887],[-354582,360318],[-354629,359797],[-354777,359737],[-354530,359854],[-354450,359598],[-354234,359741],[-354184,359644],[-354183,359530],[-354159,359453],[-354008,359486],[-354257,359566],[-352292,364277],[-352465,364284],[-352462,364306],[-352401,364309],[-352296,364567],[-352343,364266],[-351605,363327],[-351468,363261],[-351475,363078],[-351705,363223],[-351799,363306],[-351797,363301],[-353051,368563],[-353136,368889],[-353020,368809],[-352973,368626],[-353026,368715],[-353200,368690],[-352152,367307],[-351980,367155],[-351848,367190],[-351842,367399],[-351522,367309],[-351833,367273],[-347390,361818],[-347429,361625],[-348027,361630],[-347659,361465],[-347698,361383],[-347937,361611],[-357481,75924],[-357041,75349],[-357275,75800],[-357552,75533],[-357519,75978],[-357043,75954],[-349170,96941],[-348680,96977],[-348406,96582],[-348961,96908],[-348237,96408],[-349180,97012],[-354841,113849],[-354774,114336],[-355067,114148],[-354788,114362],[-354684,114562],[-354798,113777],[-364688,128715],[-364425,129320],[-364260,129335],[-364777,129010],[-364466,129147],[-364263,128821],[-365705,217737],[-365774,217723],[-365775,217702],[-365679,217770],[-365660,217762],[-365653,217661],[-365686,217642],[-365471,217758],[-365519,217713],[-365414,217778],[-365580,218368],[-365611,218446],[-365500,218357],[-365452,218238],[-365437,218222],[-365435,218264],[-365482,218338],[-365393,218116],[-365350,218065],[-365695,218645],[-365655,218704],[-365533,218707],[-365536,218740],[-365701,218778],[-365638,218664],[-365681,218661],[-365714,218696],[-365683,218716],[-365601,218735],[-365651,218746],[-365705,218714],[-365657,218575],[-365654,218714],[-365753,218767],[-365685,218727],[-365736,218684],[-365740,218664],[-365794,218621],[-365808,218638],[-365794,218741],[-365724,218722],[-365655,218704],[-365613,218653],[-365560,218685],[-365506,218652],[-365474,218628],[-365562,218751],[-365641,218774],[-365649,218755],[-365583,218641],[-366118,218454],[-366198,218444],[-366176,218533],[-366061,218506],[-366216,218517],[-366277,218499],[-366112,218310],[-366204,218328],[-365912,218164],[-366069,218130],[-366004,218157],[-366047,218110],[-366069,218108],[-366171,218119],[-366074,218077],[-366015,218107],[-365745,217841],[-365794,217818],[-365742,217818],[-365410,217808],[-365386,217896],[-365505,217924],[-365567,217842],[-366361,218242],[-366425,218149],[-366437,218122],[-370374,249320],[-370169,249484],[-370576,249439],[-371103,249439],[-370175,249513],[-370614,249713],[-369115,246925],[-369288,246489],[-369257,247307],[-369660,246740],[-369017,247225],[-369073,247526],[-371069,256652],[-371011,256657],[-365833,274779],[-366275,274108],[-365870,274777],[-365774,274650],[-365711,274715],[-366373,274608],[-365194,274253],[-365958,274019],[-365883,274434],[-365957,273682],[-365133,274183],[-365340,274148],[-362282,341469],[-362445,341425],[-362724,341584],[-362226,341283],[-362815,341757],[-362569,341595],[-363015,341680],[-362789,341571],[-362524,341501],[-363008,341289],[-362607,341538],[-363112,341146],[-362985,341762],[-363086,341876],[-363282,341805],[-363268,341784],[-363252,341797],[-368602,345698],[-368693,345760],[-368691,345711],[-368460,345739],[-368664,345663],[-358641,354774],[-358749,354076],[-358439,354678],[-358888,354254],[-358534,354950],[-359327,354057],[-359660,355126],[-358979,354555],[-359434,354395],[-359234,354247],[-359434,354478],[-359956,354915],[-360128,355163],[-359481,355445],[-359915,354694],[-359498,355054],[-368726,345818],[-359468,67930],[-359943,67845],[-359928,67405],[-359582,67319],[-360059,67109],[-360001,67733],[-362350,84434],[-362282,84479],[-362032,84230],[-362553,84686],[-362121,84246],[-362589,84203],[-363263,106677],[-363619,106080],[-363616,106420],[-363504,106558],[-363327,106018],[-363425,105871],[-367798,106228],[-367599,106052],[-15707,128386],[-15772,128556],[-15789,128269],[-15632,128536],[-15478,128688],[-15805,128389],[-15719,128619],[-15688,128766],[-15845,128520],[-17479,129941],[-17245,130208],[-15675,129379],[-15680,129399],[-16865,130122],[-17391,130136],[-15633,129404],[-15749,129156],[-15687,129123],[-16940,129825],[-18164,129241],[-18036,128957],[-18786,129114],[-17966,128962],[-18415,129327],[-18155,128513],[-18857,128917],[-18626,129382],[-18315,128740],[-17782,129175],[-17574,129099],[-17188,129179],[-17275,129694],[-17139,129619],[-17458,128720],[-17562,128792],[-17056,129652],[-17472,129477],[-18340,129389],[-18924,128508],[-19284,128813],[-19435,128900],[-19040,128966],[-18998,128814],[-18576,129197],[-13320,137067],[-12835,137626],[-13040,137345],[-12968,137700],[-12844,137992],[-19357,153417],[-19287,152797],[-19247,152863],[-19495,152934],[-19464,152719],[-19049,152598],[-24282,145600],[-24269,145326],[-23737,145350],[-24414,144792],[-23819,145581],[-24388,145377],[-19680,161033],[-19355,160661],[-19495,160711],[-19239,161082],[-19580,160417],[-19326,160872],[-17859,164150],[-17453,164308],[-17902,164865],[-18112,164321],[-18103,163917],[-17751,164642],[-21225,173911],[-20983,174057],[-21080,174096],[-24894,174628],[-24065,174560],[-25012,174653],[-24572,174259],[-24928,174507],[-24562,174718],[-22595,177082],[-22239,177373],[-22157,175824],[-22371,177211],[-22190,175811],[-22338,177570],[-24692,186571],[-24859,186618],[-25204,186815],[-24876,186504],[-24440,186399],[-24490,186327],[-24372,186305],[-24813,186747],[-25176,186407],[-25022,186292],[-22545,180024],[-22669,180079],[-22791,179969],[-22720,179814],[-22626,179937],[-22849,180077],[-23308,187830],[-22840,187013],[-22950,186977],[-22908,187133],[-23051,187683],[-23059,187901],[-21832,187101],[-21894,186863],[-21775,186816],[-21832,186921],[-21750,186934],[-21849,187041],[-24411,195454],[-24451,196286],[-25416,195356],[-25331,195269],[-25501,195626],[-16512,212942],[-16785,212745],[-16872,212579],[-17024,213840],[-17010,212859],[-17059,212982],[-23886,215177],[-23246,214641],[-22255,216029],[-22008,215593],[-22599,215111],[-23932,214798],[-22269,215173],[-21730,215083],[-22560,214604],[-22024,214982],[-22752,215155],[-22230,215432],[-16412,217073],[-16566,217714],[-16996,217258],[-16986,217309],[-16572,217699],[-16989,217224],[-16984,217167],[-16875,217581],[-13256,226323],[-13458,226630],[-13332,226690],[-14796,227534],[-13821,226687],[-14884,227344],[-14537,227341],[-15340,226514],[-15169,226088],[-16473,217805],[-14212,225826],[-14276,225753],[-14114,226263],[-14132,225930],[-13773,226221],[-14280,225765],[-21059,232105],[-21441,232092],[-21634,232354],[-21280,232284],[-21332,232013],[-21338,232303],[-17731,237359],[-17322,237054],[-17591,237312],[-17505,237289],[-17866,237392],[-17840,237188],[-18995,242833],[-19227,242915],[-19776,242672],[-19220,242614],[-19482,242593],[-19085,241946],[-24872,244505],[-24419,244204],[-24522,244347],[-24813,244680],[-24845,244822],[-24402,244324],[-21720,244011],[-21897,243720],[-21608,244046],[-21016,243574],[-17515,280886],[-17921,280978],[-17316,280861],[-17931,280865],[-17364,280871],[-18062,280617],[-14647,281542],[-14719,281566],[-14590,281370],[-14693,281069],[-14724,281533],[-14988,281234],[-13259,278823],[-13009,279008],[-13763,278287],[-13717,278601],[-13606,278012],[-13354,278066],[-13690,278209],[-13689,277996],[-13883,279197],[-13098,279052],[-13132,279147],[-13224,279044],[-13292,279381],[-13588,279330],[-21405,314173],[-21201,314073],[-21409,314191],[-21484,314241],[-21729,314261],[-21501,314312],[-20879,313961],[-21200,314115],[-21292,314976],[-21236,314505],[-21127,314511],[-21459,314573],[-17120,311670],[-17055,311776],[-16886,312129],[-16923,312519],[-17576,311604],[-17396,312300],[-17881,311508],[-17285,312141],[-16622,312821],[-16962,311950],[-16995,312471],[-22364,339829],[-22222,339888],[-23161,341271],[-22425,339829],[-23396,341178],[-22217,340170],[-13758,406344],[-13966,406321],[-13906,406342],[-13630,406597],[-12960,406109],[-13796,399539],[-14532,398810],[-14017,399817],[-14662,398734],[-13733,399488],[-16543,110609],[-16403,110459],[-15071,128103],[-15509,126710],[-16866,125983],[-16326,126693],[-16837,126008],[-16829,125961],[-15515,126754],[-16301,126730],[-16310,126757],[-16863,126013],[-15567,126763],[-18377,127946],[-19416,127294],[-19538,127303],[-19402,127249],[-19491,127364],[-19528,127258],[-19480,127290],[-19437,127375],[-19438,127262],[-19464,127336],[-19471,127211],[-378459,203105],[-379122,202660],[-379094,202820],[-379315,202751],[-378842,203393],[-379261,202643],[-372177,195122],[-371630,195825],[-372040,195114],[-371832,195876],[-371342,196171],[-371414,195569],[-379479,243246],[-371549,241507],[-371996,242075],[-371967,242027],[-372551,241492],[-371827,241823],[-372111,242122],[-379493,243538],[-380141,243767],[-379746,243816],[-379346,245644],[-379851,245836],[-379657,245387],[-379184,245584],[-379123,245677],[-379385,246063],[-379896,243874],[-380115,243882],[-376663,248146],[-376456,248462],[-376960,248004],[-376513,248464],[-376682,248036],[-376931,248062],[-377466,251529],[-377490,252178],[-377720,252130],[-377366,251742],[-377285,251843],[-377573,251456],[-374054,247519],[-374112,247609],[-374342,247897],[-373907,247426],[-374388,247817],[-374440,247821],[-379099,252810],[-379424,251900],[-379621,251896],[-379901,252100],[-379120,251790],[-379118,251808],[-379940,251692],[-380141,251936],[-379719,251645],[-379598,251745],[-380017,251495],[-380170,251234],[-379601,251841],[-379516,252316],[-379188,252110],[-379737,251843],[-379849,252347],[-379321,252223],[-371405,255901],[-371680,256914],[-371753,256965],[-371411,257688],[-371766,257234],[-371693,257521],[-371508,257209],[-371237,256629],[-371319,256721],[-371387,256493],[-382727,281664],[-383310,281617],[-382174,282940],[-382396,283154],[-382255,282974],[-381909,283372],[-381821,283153],[-381939,283090],[-382171,282123],[-382283,282343],[-381911,282521],[-382065,281920],[-382137,282211],[-382204,282258],[-382205,282911],[-382390,282503],[-383003,282403],[-382656,282387],[-382424,282870],[-383119,282565],[-383237,281808],[-382843,282385],[-382385,281823],[-383325,282311],[-381931,283046],[-381734,283214],[-381832,283177],[-381830,285351],[-382172,284749],[-381940,283087],[-381509,284912],[-381262,284832],[-381436,284213],[-381802,284641],[-381615,284673],[-381499,285005],[-382286,285341],[-381658,286294],[-381962,285054],[-381640,283326],[-381439,284982],[-382111,285683],[-378897,342614],[-378729,342676],[-378916,342630],[-378681,342594],[-378826,342604],[-378775,342776],[-383981,334872],[-383982,334548],[-383863,334613],[-383751,342273],[-380949,456014],[-380892,455455],[-381402,455488],[-381035,455842],[-381300,455694],[-380854,456179],[-381040,455358],[-381078,455480],[-381045,455367],[-381035,455437],[-381293,455354],[-381037,455495],[-381934,454766],[-381359,455338],[-381821,455288],[-382112,456128],[-382332,455104],[-381841,455831],[-383937,455012],[-383734,454705],[-377105,72385],[-377033,72152],[-377134,72089],[-376566,72257],[-377927,72571],[-377206,72590],[-379678,81062],[-379398,80967],[-379213,81475],[-379457,80965],[-379187,81237],[-379882,81351],[-385953,186806],[-386456,187359],[-386330,187007],[-386326,186440],[-386539,186742],[-386544,187314],[-390045,184981],[-390227,185222],[-391021,184699],[-389642,185500],[-390046,185537],[-389980,185490],[-386159,198825],[-386871,199146],[-385907,198812],[-386191,198955],[-385777,198380],[-386311,198573],[-393954,247697],[-393914,247913],[-393957,248036],[-394486,247766],[-394115,248092],[-394495,248218],[-388708,251225],[-388345,251188],[-388278,251328],[-388841,251379],[-388586,251349],[-388545,251292],[-385804,246080],[-386137,246308],[-386170,246347],[-385887,246044],[-385776,246070],[-385780,246159],[-385104,248279],[-384555,248896],[-384868,248076],[-385104,248392],[-385128,248750],[-384542,247932],[-393977,24709],[-396188,25553],[-387655,284520],[-387857,283868],[-387882,284361],[-387826,284576],[-387872,284187],[-387888,283824],[-394288,287848],[-394117,287810],[-394802,288373],[-394686,288023],[-395046,288603],[-394810,288228],[-396414,319024],[-396558,319189],[-396138,315401],[-396047,315339],[-396198,314850],[-396059,315193],[-396200,314932],[-396230,314881],[-390721,320005],[-390925,320115],[-390734,320038],[-390437,319875],[-390600,320177],[-390587,320199],[-395952,321627],[-396194,321893],[-396181,322025],[-395776,322116],[-396092,322021],[-395907,321709],[-389683,320971],[-389661,320975],[-389579,320777],[-389510,320844],[-389569,320725],[-389778,320819],[-384027,334480],[-384027,334622],[-384055,334403],[-384772,334288],[-385178,334008],[-384828,333993],[-384994,334489],[-385046,334459],[-384860,333933],[-384650,341722],[-384136,341463],[-384754,341961],[-384628,341931],[-384709,341892],[-384220,341580],[-392902,29708],[-392507,26862],[-393085,28612],[-384633,454370],[-384865,454075],[-384735,454157],[-384676,454348],[-384608,454617],[-384645,454704],[-384702,454702],[-384492,454083],[-384568,453835],[-391519,458268],[-391840,458025],[-391482,458307],[-391659,458320],[-391579,458386],[-391720,458053],[-391741,457591],[-391971,457756],[-391971,457885],[-391538,457713],[-392006,457908],[-392181,457795],[-393832,497522],[-393818,497296],[-393848,497476],[-393546,497365],[-393981,497163],[-393704,497431],[-395110,511237],[-395504,511436],[-395419,511445],[-395058,511434],[-395352,511264],[-395449,511380],[-388503,506654],[-388652,506502],[-388300,506495],[-388580,506675],[-388252,506357],[-388665,506521],[-385464,505855],[-385446,505739],[-385829,505729],[-385278,506276],[-385434,506176],[-385020,505782],[-393210,509762],[-393580,510202],[-393359,509841],[-393487,510113],[-393488,510032],[-393524,510177],[-394389,512085],[-394448,511964],[-394422,512048],[-394351,512005],[-394577,512412],[-394523,512233],[-402568,184016],[-402857,183639],[-402850,183481],[-402951,184492],[-402428,184273],[-402487,183817],[-409575,235994],[-409266,235416],[-409515,235612],[-409299,235501],[-408994,235586],[-409145,235616],[-404983,244343],[-404733,244143],[-404993,244107],[-404921,244652],[-404504,244410],[-404880,244385],[-399667,247887],[-399488,247690],[-399729,248022],[-399566,248041],[-399474,247877],[-399678,247805],[-399878,289968],[-399533,289922],[-399745,289899],[-399680,289939],[-399468,289924],[-399464,289969],[-398802,286790],[-398429,287086],[-398514,287167],[-398435,286897],[-398650,287129],[-397908,286778],[-405414,286115],[-405305,286987],[-405184,286558],[-405309,284263],[-405297,286840],[-405534,287028],[-405596,286499],[-405942,286281],[-405707,286702],[-405850,286372],[-405907,286357],[-405743,286320],[-406248,287129],[-405808,286764],[-406039,286913],[-406269,286953],[-406123,286866],[-406249,286940],[-405843,287694],[-405577,287710],[-405809,287681],[-405997,287863],[-406010,287779],[-405725,287754],[-400204,291051],[-400405,290411],[-399837,291498],[-400450,291098],[-399936,291382],[-400521,290730],[-400938,290078],[-400945,290783],[-400928,290419],[-400712,290464],[-400906,290609],[-400861,290506],[-408112,295381],[-408136,295688],[-408031,295622],[-408450,295602],[-408184,296048],[-408075,295258],[-401342,298309],[-401548,298888],[-401562,298914],[-401510,298844],[-401305,298506],[-401776,298249],[-402377,299913],[-401671,299367],[-401985,299458],[-402244,299478],[-402088,299553],[-402392,299426],[-403574,300022],[-403082,300081],[-403269,299930],[-403079,300169],[-403259,300012],[-403654,299918],[-406055,319542],[-406434,319491],[-405987,319752],[-405669,319825],[-404502,318568],[-404498,318770],[-405071,318743],[-396969,319279],[-396810,319028],[-396930,319221],[-396853,319498],[-405059,318290],[-405140,318224],[-404030,318801],[-402684,33167],[-402446,33061],[-402157,36754],[-398112,456001],[-397652,456690],[-397992,456291],[-397841,456009],[-397724,455958],[-398054,455715],[-398549,455227],[-398486,455207],[-398417,455317],[-398545,455255],[-398614,455178],[-398617,455136],[-408966,466347],[-409465,466224],[-409595,466355],[-408380,465296],[-408239,465762],[-408941,466141],[-408566,465298],[-409126,466006],[-408002,466449],[-408115,467136],[-408248,467015],[-408241,466863],[-408102,467083],[-408240,466898],[-408248,466898],[-408106,466815],[-408014,466667],[-408188,466371],[-408050,466697],[-407683,467609],[-407923,466877],[-408553,465903],[-408856,465751],[-409387,466937],[-409521,466583],[-409338,467001],[-409570,466441],[-409159,466979],[-408385,472045],[-408481,472247],[-408392,471929],[-408403,471942],[-408305,472300],[-408379,472216],[-407247,40728],[-407536,40891],[-421912,202453],[-421984,202584],[-421679,202029],[-421832,202397],[-421623,202116],[-421604,202050],[-421958,202261],[-422010,202331],[-422188,202432],[-422101,202451],[-422207,202527],[-422218,202378],[-412860,193241],[-413239,192942],[-412900,193140],[-412895,192680],[-412584,192316],[-413202,192726],[-414272,225595],[-414187,226373],[-413954,225613],[-414204,225695],[-413863,225591],[-413747,225559],[-413604,280659],[-413554,281213],[-413866,280778],[-413859,280935],[-413660,281773],[-413761,281782],[-418187,280526],[-417642,280289],[-417740,280501],[-417327,280317],[-417554,280358],[-417687,280403],[-417874,278940],[-418113,278989],[-417682,279049],[-417619,279192],[-417822,278895],[-417630,278953],[-417668,278866],[-417752,278874],[-417550,278820],[-417507,278872],[-417521,278905],[-417693,278887],[-413149,283626],[-413676,283471],[-413667,283637],[-413751,283781],[-413588,283960],[-412970,284176],[-411926,289637],[-411934,289518],[-411632,288866],[-411969,289073],[-411689,288545],[-411520,288958],[-419922,323438],[-419317,323129],[-419987,322336],[-419866,323242],[-420204,323556],[-419690,323078],[-422350,352593],[-422319,352517],[-422337,352147],[-415141,405603],[-414973,405689],[-414888,405622],[-415118,405613],[-415768,405146],[-415507,405359],[-415212,405770],[-415047,404164],[-414818,404109],[-415224,403767],[-415438,404689],[-415510,405410],[-416526,408753],[-416926,408695],[-416768,409006],[-416931,408503],[-416932,408300],[-416089,408837],[-415839,408412],[-416769,408868],[-416884,408764],[-416602,408162],[-416658,408622],[-415498,409054],[-417022,407411],[-417135,407308],[-421437,446415],[-421945,447171],[-421541,446885],[-421902,446661],[-421718,446513],[-421865,446673],[-422053,446560],[-422050,446685],[-422100,446921],[-421733,446759],[-418319,442499],[-419529,442794],[-418297,442697],[-418617,443390],[-419080,443309],[-419453,443580],[-418412,442860],[-418746,442794],[-418602,443237],[-418609,443113],[-418714,442764],[-418546,442772],[-409755,465672],[-409646,466093],[-409653,466485],[-415741,467527],[-415854,467345],[-415979,467481],[-415731,467233],[-415557,467084],[-416110,468124],[-412610,473397],[-412917,473634],[-412938,473676],[-412953,474119],[-412291,474525],[-412978,474616],[-413715,42576],[-422000,42690],[-423702,201212],[-423413,201072],[-423363,201106],[-423677,201372],[-423187,201144],[-423481,201182],[-425689,208680],[-425765,208698],[-425563,208929],[-425933,208989],[-425191,208038],[-425398,208488],[-424521,207279],[-424473,207511],[-424546,207193],[-424594,207125],[-424768,207220],[-424307,207168],[-422890,352357],[-422603,352348],[-422639,352665],[-423293,352158],[-422748,352184],[-423106,351926],[-423034,351126],[-422680,352110],[-431475,437466],[-431634,437385],[-434641,437939],[-434865,437696],[-434706,437727],[-434739,437919],[-434736,437970],[-434615,437386],[-434318,439927],[-434213,439727],[-434144,440189],[-434073,440187],[-434101,440253],[-433789,440196],[-427919,440144],[-427964,439437],[-427919,439275],[-428669,439173],[-427509,440254],[-428370,439223],[-432212,436661],[-432384,436590],[-432579,436407],[-432509,436582],[-422570,447228],[-422610,446893],[-423286,442421],[-422943,442948],[-422872,443052],[-423088,442449],[-423244,442399],[-422990,442693],[-423880,456958],[-423837,457538],[-423563,457460],[-423839,456813],[-423178,457267],[-423431,457684],[-428056,455993],[-428786,456130],[-428824,456557],[-428883,456744],[-428839,456204],[-428129,456256],[-428948,463906],[-429025,464522],[-429122,464270],[-428924,464227],[-429209,464274],[-429333,463411],[-433307,482739],[-433255,482676],[-433446,482730],[-433001,482860],[-433395,482913],[-433477,482768],[-425712,508660],[-425290,508593],[-425636,508594],[-425406,508411],[-425420,508437],[-425382,508573],[-428968,506203],[-428894,506450],[-429015,505751],[-429319,505702],[-429514,505950],[-429487,505548],[-431384,506307],[-430507,507266],[-430873,506678],[-430312,507243],[-430606,507051],[-431122,506662],[-431146,506968],[-430878,506939],[-431172,507243],[-430816,507222],[-431198,506830],[-431149,507237],[-431409,505058],[-431461,504666],[-431468,505698],[-431242,505721],[-431447,504928],[-431517,505511],[-430786,514221],[-430907,514274],[-430679,514457],[-430735,514380],[-430679,514458],[-430842,514073],[-446357,152263],[-445585,152935],[-446616,153156],[-446374,152966],[-446201,152935],[-447351,151486],[-446707,152740],[-445335,152563],[-446895,152163],[-445714,152974],[-447698,153567],[-447846,153257],[-447501,152769],[-447737,153634],[-445377,161996],[-446191,162816],[-447243,162617],[-446081,163733],[-446656,163482],[-446300,163819],[-445724,163187],[-446653,161996],[-446793,162420],[-445533,162115],[-446158,162703],[-445618,163253],[-445691,161701],[-445588,162543],[-445925,162929],[-446048,162448],[-446083,163415],[-446219,162910],[-445894,164902],[-445526,164345],[-446372,164915],[-445681,163955],[-446017,164843],[-445625,164577],[-445331,164232],[-446658,164472],[-446671,164197],[-446370,163667],[-447176,163053],[-446098,162255],[-446640,163546],[-446168,163202],[-446127,163558],[-447360,163337],[-446526,163958],[-446746,163642],[-447556,163582],[-447242,162881],[-443111,159399],[-439412,158034],[-440559,156094],[-443303,159038],[-443400,160552],[-443146,159691],[-443177,158502],[-441024,158548],[-444061,158836],[-440998,158387],[-442988,158689],[-441966,159376],[-440948,157566],[-442556,158431],[-439962,154580],[-441291,159014],[-438543,157184],[-441109,157913],[-442235,159102],[-440944,159050],[-443979,272369],[-444198,272470],[-444266,272530],[-444097,272270],[-443930,272370],[-443920,272554],[-438162,274271],[-437710,274153],[-437496,274291],[-437870,273690],[-437595,274269],[-437806,274446],[-439412,35816],[-440328,37571],[-440150,37025],[-440340,36941],[-440115,36741],[-437395,435330],[-437327,435026],[-436920,435194],[-437478,435128],[-437380,435154],[-437275,435082],[-437680,432293],[-437013,431341],[-436787,432268],[-437651,431699],[-436747,431064],[-436825,431765],[-436571,431964],[-436499,432195],[-436558,432114],[-436457,431818],[-436904,432312],[-436900,432008],[-443685,424704],[-443477,424567],[-443914,424349],[-443920,424523],[-443944,424522],[-443635,424653],[-438958,437332],[-439830,436756],[-439252,436789],[-439120,436659],[-439226,437257],[-439823,436783],[-445917,481355],[-445860,481950],[-445526,481764],[-445604,481369],[-445926,481690],[-445466,482145],[-444907,480104],[-444842,480058],[-445190,479710],[-444776,480378],[-444870,479853],[-444750,479921],[-446170,478614],[-446927,478407],[-446235,478896],[-446854,479310],[-445763,478256],[-447064,479063],[-438396,39438],[-447354,79315],[-447667,79573],[-447663,79662],[-444107,100035],[-444213,99945],[-444175,99995],[-444182,99935],[-444200,99925],[-444304,99895],[-444186,99895],[-444159,99945],[-443757,99725],[-443838,99805],[-443857,99765],[-443794,99685],[-443796,99665],[-443818,99785],[-443770,99765],[-443758,99765],[-443684,99675],[-443699,99645],[-443565,99835],[-443590,99775],[-443489,99875],[-443485,99905],[-443475,99995],[-443638,99975],[-443690,99875],[-443894,100355],[-443941,100415],[-443793,100375],[-443734,100285],[-443683,100275],[-443686,100315],[-443733,100365],[-443530,100195],[-443447,100165],[-444106,100565],[-444050,100635],[-443928,100685],[-443927,100715],[-444085,100685],[-444036,100605],[-444083,100585],[-444107,100605],[-444073,100635],[-443995,100685],[-444038,100675],[-444093,100625],[-443983,100515],[-444057,100645],[-444146,100655],[-444094,100645],[-444131,100585],[-444138,100565],[-444180,100505],[-444192,100515],[-444198,100615],[-444124,100625],[-444071,100635],[-444023,100605],[-443965,100655],[-443899,100645],[-443867,100635],[-443964,100715],[-444024,100705],[-444077,100685],[-443995,100605],[-444422,100225],[-444490,100185],[-444466,100275],[-444380,100295],[-444518,100245],[-444545,100205],[-444411,100095],[-444488,100075],[-444603,99935],[-444590,99825],[-444590,99795],[-444917,99919],[-445765,111612],[-445832,111800],[-445631,111496],[-445478,111613],[-445296,111801],[-445652,111548],[-447823,103960],[-447642,103819],[-447794,123530],[-447616,123673],[-442522,123937],[-442673,123437],[-442146,123676],[-442689,123895],[-446702,125012],[-446531,125301],[-446623,124929],[-446766,125269],[-446687,124958],[-446657,125491],[-447444,123564],[-447068,123783],[-447645,123711],[-447625,123623],[-447136,123586],[-447621,123576],[-439364,125321],[-439317,124898],[-441682,124196],[-441535,124709],[-439521,125375],[-442191,124533],[-441572,124761],[-441786,124982],[-448210,153511],[-448148,152437],[-448745,152329],[-449382,152523],[-448429,152536],[-448235,152945],[-448808,179017],[-448538,179272],[-448510,179360],[-448280,179318],[-452906,177340],[-453224,177709],[-453516,177528],[-453336,177402],[-453393,177692],[-453142,177949],[-448388,179653],[-448314,179660],[-460705,226496],[-460670,313575],[-460734,313176],[-451987,342504],[-452264,342871],[-451183,340997],[-452828,342217],[-452500,342945],[-451613,342215],[-452937,343986],[-453588,343678],[-453285,343617],[-453817,343940],[-453392,343632],[-453122,343846],[-453936,343550],[-453860,343553],[-454162,343579],[-453890,343402],[-453995,343616],[-454345,343269],[-452222,342148],[-452410,342570],[-452365,342665],[-452265,342449],[-452116,342255],[-452338,342549],[-459227,333281],[-459145,333230],[-459097,333151],[-459373,333095],[-459159,333090],[-459016,340834],[-459213,341240],[-458783,341060],[-459030,340917],[-458797,341016],[-458896,341029],[-460135,338419],[-459973,338453],[-459709,338285],[-460005,338153],[-459731,338291],[-459399,338000],[-453417,366736],[-453859,365984],[-453131,366612],[-453275,366335],[-453347,366161],[-453817,366110],[-452859,366261],[-453278,366246],[-452904,366224],[-453157,366438],[-452972,366571],[-453019,366586],[-452265,368664],[-452596,368264],[-452312,368554],[-452070,368189],[-452557,368481],[-452259,368390],[-451448,367922],[-452833,367953],[-452103,368524],[-452481,368066],[-452120,367862],[-456282,406427],[-455834,406985],[-455453,406533],[-455740,407042],[-456152,406579],[-456175,406584],[-458087,408467],[-457842,408711],[-458315,408339],[-458503,408734],[-458524,408260],[-458218,408410],[-457569,432456],[-457225,432767],[-457021,432176],[-457206,432577],[-457383,432451],[-457668,432967],[-460342,440724],[-460150,440496],[-460263,440541],[-459967,440266],[-459828,440599],[-459823,440268],[-459725,437447],[-460175,437650],[-460219,437862],[-460041,437308],[-460122,437207],[-459863,437151],[-459647,438686],[-460538,438217],[-460767,438165],[-459457,437983],[-460602,437098],[-459269,437513],[-452686,503845],[-452716,503703],[-452583,503274],[-452660,503628],[-453076,503266],[-452542,503325],[-453756,503606],[-454142,504236],[-454088,503498],[-454406,503510],[-453519,503782],[-455713,504460],[-452230,67437],[-452605,67525],[-452623,67607],[-451927,67641],[-452385,67275],[-452336,67469],[-450850,68456],[-452423,67710],[-452061,68892],[-451963,68231],[-451619,68891],[-451118,68151],[-456195,72550],[-456462,72579],[-456290,72368],[-456295,72614],[-456196,72771],[-456536,72527],[-449985,82709],[-448633,89623],[-448591,89423],[-448161,89237],[-448362,89269],[-448293,89472],[-448487,89545],[-453460,78084],[-448130,79740],[-448101,79761],[-448200,79781],[-460112,87169],[-459926,88264],[-459880,88093],[-459683,87629],[-454987,84446],[-456134,87140],[-454301,83078],[-454379,83140],[-454756,83597],[-454373,83150],[-454777,83585],[-454331,83091],[-452966,78646],[-453476,77865],[-453663,77938],[-452846,78660],[-453690,77539],[-459589,87935],[-459576,87956],[-459509,88305],[-459557,87994],[-459618,88170],[-459685,88189],[-459434,87516],[-459493,87915],[-455345,91598],[-456989,96388],[-456888,96355],[-457106,96546],[-456583,96630],[-457101,96531],[-457013,96590],[-457809,94497],[-457698,94334],[-457422,94728],[-457772,94380],[-457067,107156],[-457569,107146],[-457121,107046],[-459924,108628],[-458841,108981],[-450116,108622],[-450058,108492],[-449851,109051],[-450261,108342],[-450616,108834],[-448684,111008],[-450998,107545],[-449724,107452],[-450593,106936],[-450798,107912],[-449869,107807],[-449972,107145],[-450696,107902],[-451105,107937],[-450332,108051],[-451459,107274],[-450009,108179],[-449994,109103],[-449858,107084],[-450419,107819],[-449987,108136],[-449915,108296],[-450153,107841],[-449869,108567],[-449911,109125],[-451030,107545],[-450590,108175],[-450555,108678],[-451095,108117],[-449802,109014],[-450825,108517],[-450197,108812],[-449965,108555],[-449963,108516],[-449837,109062],[-450320,108466],[-449837,109087],[-449996,108868],[-449784,109118],[-450010,108838],[-453776,104072],[-458183,108816],[-458809,107863],[-458406,108377],[-458127,110668],[-457828,110397],[-458097,109405],[-458093,109900],[-457169,110936],[-458047,111393],[-458294,110303],[-458648,111086],[-458489,109322],[-457045,110537],[-458019,105673],[-458161,105767],[-457924,107107],[-458083,105708],[-457823,106075],[-456783,106272],[-457844,106676],[-457954,105354],[-458049,105675],[-459217,107567],[-459663,109041],[-459278,107936],[-459373,108131],[-459308,108851],[-459136,107728],[-458898,109125],[-458753,107634],[-458848,107666],[-459013,107810],[-458856,108879],[-459298,107896],[-459392,108156],[-458956,108380],[-458148,106487],[-457685,106290],[-457299,105386],[-457840,106536],[-457515,105132],[-457931,106645],[-458156,106972],[-458568,107400],[-459027,107772],[-457915,106570],[-455255,105294],[-455263,105119],[-455025,105332],[-455215,105083],[-454796,105201],[-454937,105479],[-458548,109352],[-458387,109240],[-458401,109297],[-458680,109398],[-458557,109188],[-448527,104453],[-448192,104707],[-448353,104475],[-448357,104526],[-451013,126613],[-451546,127142],[-450956,127104],[-451049,126789],[-451021,126723],[-448847,124884],[-449795,125249],[-449886,125128],[-448980,124981],[-449444,125217],[-449787,125252],[-449646,124758],[-449851,125008],[-449853,125236],[-449648,125244],[-450698,125101],[-449905,125242],[-449831,125196],[-450117,125092],[-449228,124791],[-449821,125214],[-449633,124916],[-450208,125170],[-450062,125208],[-450532,124938],[-450608,124873],[-451547,124670],[-451591,124928],[-451565,124037],[-451099,124341],[-450321,124479],[-451336,125096],[-450303,125127],[-450584,125143],[-451450,124720],[-448657,124370],[-448178,123682],[-448928,123731],[-448100,123568],[-448614,124331],[-449078,124756],[-448751,124048],[-448269,124051],[-449444,125027],[-449770,125205],[-450033,125320],[-449553,125216],[-449943,125266],[-449441,125206],[-448892,124969],[-449666,125160],[-449733,125190],[-448865,124963],[-449908,125183],[-449269,124626],[-448999,124691],[-450168,125369],[-448974,125059],[-448223,125045],[-448498,124630],[-448740,124777],[-448668,124932],[-449942,125276],[-449866,125254],[-450766,125352],[-450147,125344],[-450186,125345],[-450470,125411],[-450465,125400],[-450141,125349],[-451162,125218],[-450967,125296],[-451085,125128],[-451932,125739],[-452068,125790],[-450659,125608],[-451773,125768],[-450714,125343],[-450625,125349],[-451842,125507],[-451558,125986],[-451423,125319],[-450962,125566],[-449739,125235],[-449413,124641],[-450023,125862],[-448800,124698],[-448577,124861],[-448893,124672],[-449027,125042],[-449886,124960],[-449768,125195],[-449619,125044],[-454171,115414],[-454184,115597],[-454137,115969],[-453958,115896],[-454114,115574],[-454206,115427],[-455701,118578],[-454915,118947],[-455559,118687],[-455803,118369],[-455166,118815],[-455649,118785],[-458281,118915],[-458233,119008],[-457986,118960],[-458050,119086],[-458097,119115],[-458000,118960],[-453907,127305],[-454012,127449],[-453439,127128],[-454237,127025],[-454041,126545],[-453810,126628],[-451017,126510],[-457978,123571],[-458039,123392],[-458232,123760],[-458444,123829],[-458239,123686],[-458058,123711],[-473426,133538],[-472527,132739],[-473223,133482],[-472577,133027],[-472492,132792],[-472434,132731],[-461402,226034],[-461649,225748],[-461516,226298],[-461789,226260],[-461321,226209],[-464043,232830],[-463949,232462],[-463808,232606],[-463563,232385],[-463772,232800],[-463783,232754],[-464787,235358],[-464697,236159],[-464733,235992],[-464696,235668],[-465464,236069],[-465375,235951],[-472097,290487],[-471555,290617],[-472269,290365],[-472034,290153],[-471511,290002],[-471860,290225],[-463119,298806],[-462923,299135],[-462929,299231],[-462967,299251],[-463034,299088],[-462768,299066],[-462201,310194],[-462010,310067],[-462175,309167],[-461969,309180],[-462304,310098],[-462138,309261],[-461123,313068],[-461299,313064],[-461107,313011],[-461509,313003],[-464611,337046],[-464540,336854],[-464540,336856],[-464799,336773],[-465156,337151],[-464629,336762],[-465254,336108],[-465372,336346],[-464798,336506],[-465384,335980],[-465502,336940],[-464767,336613],[-465665,336001],[-465642,335660],[-465830,335557],[-465788,335924],[-465943,335697],[-465697,335974],[-465231,335570],[-464722,335691],[-465065,335627],[-464935,335687],[-465282,335522],[-464710,335761],[-465211,383631],[-465097,383388],[-464855,384113],[-464520,383763],[-465128,383660],[-464971,383923],[-465314,379486],[-465573,379086],[-465559,379146],[-465422,379158],[-465250,379386],[-465269,379363],[-465912,387061],[-466180,387160],[-465840,387063],[-462811,386967],[-462817,386568],[-462840,387032],[-466639,388318],[-466307,388650],[-466413,388615],[-466827,387575],[-466946,387901],[-467054,388318],[-467244,388799],[-467051,388726],[-467001,388396],[-467168,389116],[-466645,389614],[-466813,388877],[-465457,386925],[-465722,386469],[-465438,386865],[-462609,386627],[-462709,387051],[-462636,386443],[-471286,417694],[-471707,417135],[-471376,417590],[-471336,418323],[-471926,417803],[-471330,417277],[-462485,457754],[-462379,457735],[-462007,457872],[-461836,457958],[-461764,458011],[-463729,453772],[-464376,454536],[-465132,454494],[-464207,454252],[-464846,454646],[-464633,454783],[-471347,451826],[-471611,451740],[-471338,451781],[-471446,451786],[-471226,451570],[-471445,451791],[-469209,481601],[-469768,481609],[-469779,481660],[-469653,481708],[-469737,481889],[-469577,481506],[-472989,482817],[-472295,482776],[-473226,482746],[-472832,481864],[-472470,481696],[-472592,482002],[-471917,482651],[-472212,482235],[-473294,481761],[-472618,482158],[-463174,478164],[-463094,478184],[-463764,479158],[-462884,477963],[-462968,477894],[-462963,477858],[-470056,488992],[-469869,488584],[-470827,488438],[-469020,488351],[-470130,487982],[-469932,490046],[-469564,497567],[-469211,497522],[-468656,498179],[-469875,497025],[-470029,497696],[-469185,497771],[-472881,503072],[-472912,502984],[-473354,503500],[-472816,502717],[-473510,504160],[-467135,533148],[-467762,534200],[-467468,533856],[-467746,533555],[-467558,534168],[-467140,533199],[-468390,534926],[-467869,534329],[-468105,534129],[-467797,534230],[-467758,534016],[-468457,534686],[-466942,82196],[-466892,82960],[-466503,82898],[-466235,83661],[-466971,83155],[-466838,83305],[-460873,108437],[-472362,105762],[-472892,123258],[-473348,123990],[-473005,124433],[-473314,124063],[-473336,123952],[-473314,123867],[-473020,123086],[-471324,127785],[-471595,127208],[-471433,127302],[-471597,127199],[-471273,127722],[-471653,127178],[-482161,-29058],[-481471,-29445],[-481731,-28952],[-481670,-29453],[-480934,-29615],[-480795,-29229],[-481799,-28901],[-481678,-28897],[-480865,-29428],[-481998,-28282],[-481587,-27639],[-481490,-27366],[-481401,-28110],[-481745,-27901],[-481455,-28227],[-482131,-28428],[-481802,-28504],[-481803,-28233],[-481643,-27832],[-480581,-29107],[-479550,-28002],[-480708,-29268],[-480866,-29664],[-479057,-28106],[-480229,-29280],[-479687,-28285],[-480546,-29433],[-480667,-31343],[-480591,-31494],[-481042,-31169],[-479918,-31873],[-480697,-31318],[-481169,-31082],[-481025,-31257],[-474874,133332],[-475179,133161],[-474933,133480],[-474971,133509],[-474783,133172],[-474940,133178],[-483321,356087],[-483854,355812],[-483047,356183],[-483304,356076],[-483898,356160],[-483700,356260],[-483960,356137],[-484019,356089],[-484007,356408],[-479992,356330],[-480126,356883],[-479907,356586],[-479600,356635],[-479429,356934],[-479349,356579],[-479564,356993],[-479390,356631],[-479598,357653],[-478988,357647],[-479934,356688],[-479555,356789],[-479924,356348],[-479625,356687],[-480005,356509],[-473735,353673],[-473939,353504],[-473658,353693],[-473857,353114],[-473753,353343],[-473920,353204],[-483539,355833],[-483427,355987],[-483777,355878],[-479370,356310],[-479883,356145],[-479744,356290],[-484712,354883],[-484684,354723],[-484448,354794],[-484472,354676],[-484163,354641],[-484716,354627],[-484879,354294],[-485289,354647],[-485312,354505],[-484968,354551],[-485036,354411],[-485390,354571],[-479598,393133],[-479537,394038],[-479635,393307],[-479540,394113],[-479669,393356],[-479664,393309],[-474864,396839],[-474651,396785],[-475450,396451],[-474778,396267],[-474974,396871],[-475123,396750],[-475840,412134],[-476679,412170],[-475978,412778],[-476161,412688],[-476485,412247],[-476633,412587],[-477004,458904],[-476800,458944],[-477842,458460],[-476979,459090],[-476076,457937],[-477897,459993],[-481546,459584],[-481507,459848],[-481508,459530],[-481374,459430],[-481368,459789],[-481219,459572],[-476059,458172],[-476202,458526],[-476161,458116],[-476286,457914],[-475683,457763],[-476048,458504],[-485972,463464],[-485847,463662],[-485579,463386],[-485814,463323],[-485686,463304],[-485650,463428],[-474051,471908],[-475049,471421],[-474630,472372],[-474606,472609],[-474726,472402],[-473954,472210],[-484220,486498],[-484405,486591],[-484479,486567],[-479748,482763],[-479799,482484],[-480135,482453],[-479779,482400],[-479601,482637],[-480174,482248],[-480477,481192],[-481001,480643],[-480708,479849],[-479770,481558],[-482209,480956],[-480914,480980],[-473656,481747],[-473885,481279],[-483067,485417],[-482847,484668],[-482521,484803],[-482994,484248],[-482417,484720],[-482826,485223],[-486335,477000],[-486219,476883],[-482821,483606],[-483131,483363],[-483343,483695],[-483056,482847],[-483240,483459],[-483238,483483],[-483290,487587],[-482531,487943],[-482860,487237],[-482446,487908],[-483380,487506],[-482920,486925],[-484211,486626],[-484155,486611],[-484457,486603],[-477416,492701],[-477554,492165],[-477364,492758],[-477349,492462],[-477544,492708],[-477448,492212],[-477162,493063],[-475485,493995],[-475677,493320],[-474648,494202],[-474669,493273],[-474423,493597],[-483803,495740],[-485265,498367],[-486144,497756],[-483795,495809],[-485383,495653],[-482266,487379],[-482264,487559],[-481848,487549],[-481940,487503],[-481900,487677],[-481697,487598],[-486085,494955],[-486088,495042],[-486249,494817],[-481077,493022],[-481363,493146],[-481159,493124],[-480550,493156],[-481150,493268],[-480542,493462],[-480697,493649],[-480850,493720],[-480472,493576],[-480739,493643],[-480751,493378],[-480389,493610],[-477128,494783],[-477271,494768],[-476964,494637],[-476820,494835],[-476429,494596],[-477725,494950],[-482234,494939],[-481343,498924],[-482891,497490],[-479662,495529],[-479656,495164],[-479887,495640],[-480141,495717],[-478702,495295],[-479824,495067],[-484116,498270],[-484085,498180],[-484061,498570],[-485119,498049],[-483786,498521],[-475342,492631],[-477793,494164],[-477986,494109],[-478026,494531],[-477968,493880],[-477863,494727],[-476989,496136],[-477146,495791],[-477122,495799],[-476267,496132],[-477335,494734],[-477216,496012],[-485040,497783],[-484900,497199],[-485218,497424],[-485958,496816],[-484709,501552],[-485470,500792],[-484189,500663],[-484147,500793],[-484457,500980],[-484489,501214],[-482822,504894],[-482120,505899],[-481803,505746],[-482909,504839],[-482167,505988],[-481996,506584],[-473813,503185],[-485167,506304],[-484885,506121],[-485128,506076],[-484774,504998],[-483957,502741],[-482187,499680],[-481411,499683],[-481850,499416],[-482164,499621],[-485252,500376],[-486003,500190],[-485880,500440],[-486120,500302],[-485780,500067],[-481999,506214],[-482204,506563],[-482362,506696],[-482124,506577],[-481454,505974],[-482237,506628],[-484941,505595],[-484888,505883],[-484793,505500],[-485086,505286],[-484893,505367],[-484900,505568],[-486246,511191],[-486198,511690],[-486278,511423],[-484712,503446],[-485398,503276],[-484750,503322],[-486123,503815],[-484441,503849],[-485491,503271],[-484309,505703],[-483988,506007],[-484289,505914],[-484052,506175],[-485485,507170],[-485681,507113],[-485286,499803],[-484717,500245],[-483864,509436],[-483885,509720],[-484010,509814],[-483764,509297],[-483882,509780],[-483248,508298],[-478537,523751],[-478250,524568],[-478954,524216],[-483937,517131],[-483358,517018],[-483782,517272],[-483494,517098],[-483387,517117],[-483955,517040],[-480536,518061],[-480779,518560],[-480703,517707],[-482399,520434],[-478044,525585],[-479089,525382],[-477884,525746],[-485181,532104],[-484805,532108],[-485567,532188],[-484604,532019],[-484788,531908],[-484640,531187],[-481827,552351],[-482276,553354],[-482475,552700],[-482752,553191],[-481652,552560],[-481699,552287],[-475917,89588],[-475582,89597],[-475631,89569],[-475530,89542],[-481193,101178],[-485233,98720],[-475510,90021],[-475295,89815],[-476429,100422],[-476465,99984],[-476354,100421],[-476154,100321],[-476563,99707],[-476398,100596],[-485558,99469],[-485186,99808],[-485016,100052],[-485178,99523],[-485549,99741],[-485312,100388],[-481093,106274],[-480122,106789],[-480559,106385],[-480571,106706],[-481060,106280],[-481205,106184],[-486972,136656],[-487099,136478],[-486938,136780],[-487016,136638],[-486906,136768],[-499034,325523],[-498824,325178],[-499154,325395],[-492132,434284],[-491757,434383],[-491594,433937],[-491952,434301],[-491936,434348],[-491658,433967],[-492766,447134],[-493218,447449],[-493091,447679],[-492595,447117],[-492286,448032],[-491863,448211],[-488770,462839],[-488580,463426],[-487829,463133],[-488108,463017],[-488630,463502],[-488563,463316],[-491302,468935],[-490646,469583],[-492069,469774],[-491950,469842],[-490574,469766],[-491133,469210],[-498531,473459],[-498539,473482],[-498626,472922],[-498401,473010],[-498505,472962],[-498522,473159],[-497038,472057],[-496688,471142],[-496448,471709],[-497081,472614],[-496612,472667],[-496661,471569],[-486679,477559],[-486600,477142],[-486657,477824],[-486426,476943],[-487099,484358],[-487335,484221],[-487476,484903],[-487451,484886],[-487539,484796],[-487737,484311],[-495656,480452],[-496325,480186],[-496327,480461],[-496201,480475],[-496196,480526],[-496411,480599],[-496748,486311],[-497836,485970],[-497081,485790],[-497556,486232],[-498048,485817],[-496505,484123],[-496434,483842],[-496824,483881],[-497030,484067],[-496916,483727],[-496660,483954],[-491366,498459],[-491547,498227],[-491429,498452],[-491218,498051],[-491482,498248],[-491437,498459],[-493108,499357],[-493074,499166],[-493199,499283],[-493560,499157],[-493082,499396],[-493675,498829],[-486791,496135],[-486956,495680],[-487421,496133],[-486798,495710],[-486817,496234],[-487521,497090],[-498356,487565],[-499135,487453],[-498911,487209],[-486797,495312],[-487915,495948],[-487432,495989],[-487008,495502],[-487395,496169],[-486886,495483],[-488559,498170],[-488478,495574],[-488214,495995],[-488558,495409],[-488567,495239],[-487862,495592],[-488959,495513],[-487291,491523],[-487564,491251],[-487009,491898],[-487516,491446],[-487449,491031],[-487617,491769],[-491808,491081],[-491408,490872],[-491880,491500],[-491726,491304],[-491938,491768],[-491561,489702],[-497888,486605],[-494462,487945],[-494916,488582],[-494451,487831],[-495174,488428],[-494540,488686],[-494561,488069],[-498192,499218],[-493427,505983],[-493670,503654],[-493514,505956],[-493444,504916],[-493754,504514],[-493395,505043],[-488401,502795],[-488333,502527],[-488674,502042],[-488235,502116],[-487982,502427],[-487734,503185],[-491131,508857],[-489783,509125],[-489754,509437],[-491259,508871],[-490231,509381],[-489663,509605],[-493822,506006],[-493777,506014],[-493092,506495],[-492620,506404],[-493525,506203],[-493227,506597],[-498496,502713],[-498403,502192],[-498523,502711],[-498997,503525],[-498527,502688],[-499017,503497],[-498212,506983],[-497722,506309],[-497848,506245],[-498007,506772],[-498151,506845],[-498279,507037],[-496310,507098],[-495929,506698],[-496393,507407],[-496401,507910],[-495501,508900],[-495955,507156],[-494607,511446],[-495037,512017],[-494820,511319],[-494478,511063],[-494607,511403],[-494817,511456],[-487266,511597],[-487737,511540],[-487150,511855],[-488325,512127],[-486631,501106],[-486981,511748],[-494582,511493],[-494901,511743],[-494815,511727],[-490791,510492],[-491399,510350],[-491165,510483],[-491708,510284],[-491816,510057],[-491633,510289],[-495572,505891],[-495531,504532],[-495535,505906],[-495435,504970],[-495433,504915],[-495600,506077],[-495518,504488],[-495029,504403],[-495243,504478],[-495409,504494],[-495193,504201],[-495263,504867],[-492644,504625],[-492881,504525],[-493009,504443],[-492951,503810],[-492970,503845],[-492863,504493],[-491770,501385],[-493167,503051],[-492839,503209],[-493032,502388],[-492712,503217],[-493233,502667],[-498089,499701],[-497933,500309],[-498213,499480],[-498290,499482],[-498020,499790],[-492220,501150],[-491422,500754],[-492728,501158],[-492521,500993],[-492105,500946],[-490918,500318],[-490816,499525],[-491036,500293],[-490671,499620],[-490526,500285],[-490237,500113],[-491192,500284],[-491632,500701],[-491572,500511],[-491127,499679],[-491921,500846],[-491803,499817],[-491346,500008],[-497954,524231],[-498163,524346],[-498282,524244],[-489178,524899],[-488585,524084],[-487863,523967],[-486921,524488],[-492480,522736],[-492681,522293],[-492535,522993],[-490008,519663],[-491432,519220],[-490318,519027],[-490611,519058],[-490352,518880],[-491533,518871],[-491432,517712],[-491427,517805],[-489580,519613],[-491223,517624],[-490255,518657],[-489823,515667],[-489413,513990],[-489297,514382],[-488931,514100],[-489123,516396],[-490225,515919],[-491781,521476],[-492619,522704],[-491865,521661],[-496870,519437],[-496369,517156],[-498484,517122],[-496301,517489],[-496404,516979],[-498468,517327],[-494987,512240],[-495594,512690],[-495509,512337],[-495192,512485],[-495044,512262],[-495932,512968],[-490092,517603],[-496211,517698],[-496712,518196],[-496048,516557],[-496038,517538],[-493864,516127],[-495172,517555],[-498432,523392],[-499028,524442],[-498978,524366],[-499108,524203],[-487736,512530],[-488349,512220],[-487415,512414],[-487135,512369],[-489530,513036],[-489828,513099],[-490532,512762],[-490223,512313],[-489900,512467],[-493487,514726],[-492763,514061],[-492238,514262],[-493137,513817],[-495909,514971],[-493209,513977],[-495895,515481],[-495043,512434],[-495930,513501],[-495366,512898],[-496610,516209],[-496387,516494],[-496791,516877],[-496596,515914],[-496727,516499],[-496446,516338],[-494952,521181],[-494510,520352],[-494365,520987],[-494901,520819],[-494442,520560],[-494797,520886],[-494359,519718],[-494361,519962],[-494684,520262],[-494206,519643],[-494018,519623],[-494157,519782],[-496506,524970],[-496118,524557],[-496210,524723],[-496369,524724],[-496445,524156],[-493825,522411],[-494143,522914],[-494356,522082],[-494349,522107],[-494346,522526],[-494460,522253],[-497031,520394],[-497019,519551],[-496809,519129],[-496930,520170],[-497011,520644],[-497092,520566],[-488474,513294],[-488185,513361],[-488044,513054],[-488784,513527],[-489064,513343],[-488660,513282],[-498333,524702],[-498397,524294],[-498049,523991],[-498342,524140],[-498408,524610],[-498386,524657],[-495286,522032],[-495072,522465],[-494846,522323],[-495015,522233],[-494800,521996],[-494752,521808],[-492812,527323],[-495315,528095],[-495197,528475],[-494811,527802],[-494173,526176],[-493684,526773],[-488155,525228],[-487692,525712],[-496150,534160],[-495657,533587],[-495698,534550],[-496092,534311],[-495937,534218],[-495663,534408],[-498760,528186],[-498868,527499],[-498399,527966],[-498904,528208],[-498848,528141],[-498996,526693],[-498597,527769],[-498758,526813],[-498299,526877],[-498216,528077],[-498960,526252],[-496267,533081],[-496408,530864],[-496206,531310],[-496338,531129],[-496305,530519],[-496183,531297],[-496477,525280],[-496075,529308],[-495863,528990],[-495998,529363],[-496332,528848],[-496033,529087],[-495867,528829],[-498683,527990],[-494384,527092],[-493955,527190],[-495366,527109],[-495197,527033],[-495323,527123],[-495106,527260],[-496393,526097],[-495824,526771],[-495733,526136],[-495934,525977],[-496214,526117],[-495826,526295],[-497211,539754],[-497166,539790],[-496939,538810],[-496507,541873],[-497038,540448],[-497401,540641],[-496120,128136],[-35895,161229],[-35754,161079],[-31981,161443],[-33322,161001],[-33289,161008],[-31880,161423],[-33402,160910],[-35629,177401],[-35627,178437],[-35868,177680],[-35932,178028],[-35829,177459],[-35521,178219],[-35765,177417],[-35703,177571],[-35733,177960],[-35473,178593],[-33453,178970],[-33049,178821],[-33074,178748],[-33070,178748],[-32871,178660],[-32718,178298],[-32803,179182],[-32934,178943],[-33269,178697],[-33018,178725],[-35249,177006],[-35226,177045],[-35172,177019],[-35158,177023],[-35115,177002],[-35229,177074],[-35136,177042],[-35194,177032],[-35275,177103],[-35315,177215],[-27159,187417],[-26389,187017],[-26101,187003],[-26590,187155],[-26700,186966],[-26478,187021],[-27115,187443],[-27221,187420],[-27146,187102],[-27114,187127],[-31343,185972],[-31710,185581],[-31577,185664],[-31672,185653],[-31863,185707],[-31632,185643],[-31735,185190],[-31331,185870],[-31584,185298],[-31500,185777],[-31640,186985],[-32200,186759],[-32209,186998],[-32229,186476],[-31587,186883],[-31545,186697],[-32061,186836],[-32372,186704],[-32206,186820],[-31915,186662],[-33126,187405],[-32693,187414],[-32666,187546],[-32796,187495],[-33347,187845],[-33379,187658],[-32921,187654],[-32433,187594],[-32607,187495],[-32919,187339],[-31490,188009],[-32113,188281],[-31657,187725],[-31633,187747],[-32257,187852],[-31580,187816],[-32205,187820],[-31616,187929],[-31588,188208],[-32297,187796],[-30738,183276],[-30684,183197],[-31178,183206],[-31024,183150],[-30877,183436],[-30637,183252],[-30767,183334],[-30722,183374],[-30614,183756],[-30711,183389],[-32197,182134],[-32233,182313],[-31984,182466],[-32122,182278],[-31765,182574],[-31675,182329],[-31728,182557],[-31903,182444],[-32191,182183],[-31440,182723],[-27393,196326],[-30734,202717],[-30728,202129],[-31465,202525],[-30536,202080],[-30035,201717],[-29525,202413],[-36080,207451],[-35570,207679],[-36045,207777],[-35714,207903],[-36160,207513],[-35474,207905],[-32668,207232],[-32693,207142],[-31798,206185],[-32930,206521],[-32181,205934],[-31807,222264],[-32001,222632],[-31996,222799],[-32060,222360],[-31926,222747],[-31876,222610],[-31885,237084],[-31840,236878],[-31701,237475],[-31717,236859],[-31911,236940],[-31642,237136],[-34637,243108],[-35257,242718],[-34666,243104],[-25926,239970],[-26384,240748],[-26275,240172],[-26300,240221],[-26549,240404],[-26427,240924],[-32190,243231],[-34835,243854],[-34981,243643],[-34538,243580],[-32711,243694],[-32160,243403],[-32915,243769],[-32043,243482],[-33011,243716],[-30364,280593],[-29868,280526],[-30608,280283],[-30166,280277],[-30044,280406],[-30503,280388],[-30161,278589],[-30598,278710],[-30495,279482],[-30705,278839],[-30670,279207],[-30289,279007],[-31790,281255],[-31735,280950],[-32402,281647],[-31662,281192],[-32418,281307],[-32245,281568],[-31097,301184],[-31124,301349],[-30736,301532],[-30702,301635],[-30899,301575],[-31179,301202],[-31290,304326],[-31017,304459],[-31240,304116],[-31672,304570],[-31362,304381],[-31079,304218],[-36849,323917],[-37296,323511],[-36500,323863],[-36656,323540],[-36834,323958],[-36947,323767],[-36480,324751],[-36158,324847],[-36387,324794],[-36111,324864],[-36536,324781],[-36549,324812],[-26032,355786],[-26409,355947],[-26050,355778],[-26585,355311],[-26025,355670],[-26622,355260],[-34707,387663],[-34653,387870],[-34457,387924],[-34762,388040],[-34700,387569],[-34902,387368],[-34098,391388],[-34090,391366],[-33786,391401],[-33874,391337],[-33690,391065],[-33771,391566],[-36886,392686],[-36791,392725],[-36534,392398],[-36793,392858],[-36664,392819],[-36916,392806],[-32352,393005],[-32567,392805],[-32439,393018],[-32367,392739],[-32662,392659],[-32275,392633],[-32940,433266],[-32893,432950],[-33005,433023],[-32908,433467],[-32814,433388],[-33134,433066],[-31435,430316],[-31515,430646],[-31491,430287],[-31596,430477],[-31917,430333],[-31437,430320],[-34479,432575],[-34053,432726],[-33705,432829],[-33763,432795],[-34314,432532],[-33857,432411],[-35597,106683],[-35628,106424],[-35592,106972],[-35063,106497],[-35017,106136],[-35549,106785],[-34656,110650],[-34678,110578],[-34632,110694],[-34801,110824],[-34386,110776],[-34443,110661],[-499537,326042],[-499549,325652],[-500028,325533],[-511724,330872],[-511999,331276],[-499884,473625],[-500100,473788],[-503856,465968],[-503965,465494],[-503844,465341],[-504231,464629],[-503981,465784],[-504309,464771],[-506182,472343],[-506118,472406],[-506821,472494],[-506752,472462],[-505873,472354],[-505987,472219],[-508297,472641],[-508723,471737],[-508395,472935],[-508707,472727],[-508453,472972],[-511326,470501],[-502134,472361],[-502612,472087],[-502819,472577],[-502899,472211],[-502460,472320],[-502614,472675],[-510868,481086],[-511064,481086],[-510991,480881],[-510392,480999],[-511802,480281],[-511955,481983],[-510747,483136],[-511166,484025],[-511982,476535],[-511716,476402],[-499306,475297],[-499294,475204],[-499506,474477],[-500518,475095],[-500741,476336],[-500770,475858],[-500501,476198],[-500184,475297],[-500578,476159],[-500772,476866],[-501152,476806],[-500949,477182],[-500300,477184],[-501166,477174],[-500615,476790],[-503900,486354],[-505516,486504],[-504872,485646],[-511823,480256],[-499514,475093],[-510752,476168],[-511260,476137],[-511152,476174],[-510959,476173],[-503861,478403],[-503634,477697],[-511286,479342],[-511488,478400],[-511437,478462],[-511602,477705],[-511302,478232],[-510725,479225],[-504002,478385],[-503272,479083],[-504152,478508],[-503836,479020],[-503732,479100],[-504123,478840],[-499529,479056],[-499499,479837],[-499818,479208],[-499787,478785],[-499502,479047],[-499224,479698],[-511234,476076],[-511337,476093],[-506150,490491],[-511054,497412],[-510361,497657],[-510749,497698],[-510294,497518],[-510399,496965],[-510690,497133],[-507254,497949],[-507342,496336],[-507169,496792],[-509175,497039],[-508294,496507],[-508133,496503],[-501176,495171],[-500891,495171],[-499916,497179],[-500877,495522],[-501423,495907],[-501182,494605],[-505094,486756],[-504879,487369],[-504297,487054],[-499914,491401],[-500431,491439],[-500390,491216],[-500535,491522],[-500405,490921],[-500263,491506],[-499475,487574],[-499365,487523],[-499653,487113],[-501093,510334],[-501112,511447],[-501108,511373],[-500955,510966],[-500487,511469],[-500716,510943],[-503243,506164],[-503171,505037],[-503651,505739],[-503768,505502],[-503400,505246],[-504353,505187],[-502410,519734],[-501614,519518],[-500892,517877],[-500759,520572],[-501398,518809],[-501927,517475],[-501103,517854],[-501047,518282],[-501554,518149],[-501169,517807],[-501303,517918],[-501169,518143],[-499223,522962],[-499388,524672],[-499245,524592],[-505973,517357],[-506177,516886],[-505942,517916],[-505750,517270],[-505829,517036],[-506173,517880],[-506132,514313],[-505155,515532],[-505166,514871],[-505277,515531],[-505132,515385],[-505161,515511],[-500186,516900],[-499901,516173],[-499569,514238],[-499617,515913],[-499901,516349],[-499924,516478],[-499251,522113],[-499567,522391],[-499467,522494],[-499631,522432],[-499629,522424],[-499261,522055],[-499520,523907],[-499647,523316],[-503016,529358],[-502686,528958],[-502928,528908],[-503219,529254],[-503192,528946],[-503202,528900],[-503716,529229],[-503197,530638],[-504279,530659],[-506258,530360],[-503180,529819],[-504495,529622],[-502274,537057],[-502726,537455],[-502311,537202],[-502636,537359],[-502321,537107],[-499832,530457],[-499732,530282],[-499699,530439],[-499692,530098],[-499615,529752],[-500102,530816],[-500288,531953],[-500800,533968],[-500886,533941],[-499829,533894],[-499502,533635],[-499828,533957],[-500681,534201],[-499572,533208],[-500265,533708],[-506746,538883],[-506232,539344],[-506560,539367],[-506423,539370],[-507210,538835],[-506901,538873],[-508087,539503],[-506756,540432],[-507871,540136],[-508077,539265],[-507933,540401],[-509529,539993],[-506784,545108],[-506412,545586],[-507007,545266],[-506492,545211],[-506918,545840],[-506328,545401],[-504567,549176],[-504616,549834],[-504948,549937],[-506939,550287],[-503751,549318],[-503509,550499],[-503627,549448],[-502887,538056],[-506997,552649],[-507677,551916],[-503181,550855],[-502833,550719],[-503165,551043],[-508600,556350],[-508599,556903],[-508824,556554],[-508662,556507],[-508832,556383],[-508787,556783],[-510324,559745],[-510356,559966],[-509493,559042],[-510365,559506],[-509478,557390],[-509032,558962],[-512225,331157],[-512114,331240],[-512053,331350],[-512012,331245],[-524148,343604],[-524043,342821],[-523937,343192],[-524448,343369],[-523661,342849],[-524007,343364],[-524777,343331],[-523934,342577],[-523891,342149],[-524562,347783],[-524704,395613],[-524651,394956],[-524347,395089],[-518056,408550],[-518327,408614],[-518342,408638],[-518522,408501],[-518453,408513],[-518102,408660],[-520527,408788],[-520469,408959],[-520061,408824],[-520372,408958],[-520560,408786],[-520014,408893],[-518072,411534],[-519262,412049],[-518179,411718],[-519146,410547],[-518453,411557],[-518942,411787],[-520822,411631],[-520794,412079],[-520879,411749],[-520708,412193],[-520787,412197],[-520612,411753],[-519857,436431],[-520258,436937],[-520107,436394],[-519822,436835],[-520465,437551],[-520240,437052],[-513525,472883],[-513621,472692],[-514091,472962],[-513945,472929],[-513877,473107],[-513661,472747],[-521937,470890],[-523831,472421],[-523658,472352],[-523793,472305],[-524078,472263],[-521004,471015],[-520939,470860],[-521178,470732],[-521911,471060],[-521372,470986],[-521511,470784],[-524792,480963],[-524733,480943],[-524598,481516],[-523777,480159],[-523102,480658],[-523253,480761],[-522025,479514],[-516429,480644],[-514777,480081],[-514554,480315],[-513238,480826],[-514517,480496],[-514076,480858],[-513966,480656],[-513977,480843],[-513846,480816],[-512966,479988],[-513323,479956],[-513213,479957],[-513653,480532],[-513314,479700],[-512407,483971],[-516137,482963],[-514658,481260],[-512232,476316],[-512607,476341],[-512147,475749],[-512606,476429],[-513910,475923],[-514087,475652],[-514225,475499],[-514198,475599],[-514217,475584],[-513985,476030],[-513378,476782],[-513028,477581],[-512891,477048],[-513175,477047],[-520494,479018],[-520815,479442],[-521177,479676],[-520107,480109],[-520895,478696],[-520695,479574],[-523572,480474],[-524750,479771],[-522048,479300],[-522229,479046],[-523417,476889],[-523602,476834],[-523307,476928],[-523307,477070],[-516027,473896],[-515312,473889],[-515528,473840],[-515512,473924],[-515228,473847],[-520481,475876],[-520741,475994],[-520738,475749],[-520558,475710],[-521154,475378],[-524058,474647],[-523896,474760],[-523756,475638],[-524341,475590],[-523586,475627],[-523411,475657],[-517939,491803],[-518216,491840],[-518078,491559],[-518381,491699],[-517967,491419],[-518157,491453],[-516715,492446],[-516584,493771],[-516678,491977],[-516860,492626],[-517485,493425],[-516973,494217],[-522806,509787],[-521850,509147],[-522926,510096],[-522108,509075],[-523994,509808],[-521910,510562],[-514915,527680],[-514294,527659],[-514782,527353],[-514736,527689],[-514437,528124],[-514503,527545],[-515979,531510],[-515842,531361],[-514778,529699],[-514666,528407],[-516103,530525],[-516383,530628],[-537327,338469],[-536783,338211],[-536949,338107],[-537296,338279],[-537390,338604],[-537042,338331],[-524928,342939],[-524905,342942],[-524873,342953],[-524909,342944],[-524935,343075],[-526815,345760],[-526855,345707],[-526590,345568],[-526816,345721],[-526794,345777],[-526650,345655],[-524941,342119],[-524887,342031],[-524978,342053],[-525178,341826],[-537561,335053],[-530783,350242],[-530710,350379],[-530852,350249],[-530968,350394],[-530747,350271],[-530945,350283],[-532240,350891],[-532268,351077],[-532004,350776],[-532421,350790],[-532445,350710],[-532122,350785],[-525320,347155],[-524868,347180],[-525279,347326],[-525028,347833],[-525547,346766],[-526975,346544],[-527093,346202],[-526990,346604],[-527353,346352],[-527337,346468],[-527236,346058],[-525434,395043],[-524818,394922],[-525000,394851],[-526606,394320],[-526943,394368],[-526634,394449],[-526839,394892],[-526471,394709],[-526728,394793],[-525756,396271],[-526434,396246],[-525837,396530],[-526204,396962],[-525974,396690],[-526356,397493],[-537540,460640],[-527838,460282],[-527201,459892],[-526619,460742],[-527928,460416],[-528114,460401],[-528735,459759],[-526904,460929],[-527161,460919],[-534546,464190],[-534336,463820],[-534818,464011],[-534348,463710],[-534349,464029],[-534615,463853],[-536226,462816],[-536665,462909],[-536911,462649],[-536391,463099],[-536778,462336],[-536580,462835],[-526815,461861],[-526897,461901],[-527000,461501],[-527488,461873],[-527387,461746],[-526966,461577],[-527716,467931],[-527763,467894],[-527887,467795],[-528885,466563],[-526974,467271],[-527852,467690],[-528154,465249],[-528567,466408],[-528229,467105],[-533277,466086],[-533663,466029],[-533964,464850],[-533517,465950],[-533488,466209],[-534764,464805],[-525685,468618],[-525907,468685],[-525913,468195],[-525668,468421],[-526000,468664],[-526104,468455],[-526547,461592],[-526242,461252],[-526581,461485],[-527369,461643],[-526514,468925],[-526485,468855],[-526395,469080],[-526225,469207],[-526798,469039],[-536910,461053],[-536747,461027],[-532340,470510],[-532245,469578],[-532824,469974],[-532328,470079],[-532166,470338],[-532846,469790],[-525950,471369],[-531718,467538],[-532164,467305],[-532022,467576],[-531684,467271],[-531343,467652],[-532328,467576],[-536444,470182],[-536506,470417],[-536569,470595],[-536002,470222],[-535727,470268],[-536916,470313],[-532063,466057],[-532101,465905],[-532611,466296],[-532531,466399],[-532103,465892],[-534630,466361],[-534153,466412],[-534659,466459],[-534941,466430],[-535023,466424],[-534584,466300],[-528602,470983],[-528307,471186],[-528276,471690],[-528261,471623],[-527724,471564],[-528392,471038],[-527700,471745],[-528053,471545],[-526335,471829],[-526715,471856],[-525835,471567],[-525655,471376],[-527376,469120],[-531843,467402],[-531273,467438],[-531383,467477],[-531585,467513],[-531752,467466],[-530695,467826],[-536158,466999],[-535318,466948],[-535477,467646],[-536544,467120],[-534449,466570],[-534539,466537],[-535018,466309],[-534980,466302],[-534453,466575],[-534882,466278],[-534360,466606],[-535548,467630],[-534641,466803],[-535585,467673],[-534542,466624],[-535844,467703],[-525964,471397],[-536115,476124],[-535897,475979],[-535843,475947],[-536155,476017],[-535803,476021],[-535873,475991],[-533651,476533],[-533599,476622],[-533362,475928],[-533732,476617],[-534495,476130],[-533911,476406],[-533697,476386],[-533762,476352],[-534160,476294],[-533515,476657],[-533720,476371],[-533498,481280],[-533796,481184],[-533772,481111],[-533903,481190],[-534227,481045],[-533917,481001],[-533384,482654],[-532213,483016],[-532544,484124],[-533896,484716],[-533813,482015],[-531682,483324],[-534466,476976],[-534156,477430],[-534534,477042],[-534603,476923],[-534470,477114],[-534411,477166],[-535051,478518],[-533821,478730],[-534755,478514],[-535205,478471],[-533821,478849],[-534948,477917],[-525002,481756],[-524857,481205],[-525575,481539],[-525951,477912],[-525787,478601],[-524999,478665],[-525949,478276],[-525642,478222],[-525449,478334],[-525050,475787],[-525174,475667],[-534413,474948],[-534992,474921],[-534789,475037],[-535066,474926],[-534620,475182],[-534203,475615],[-530293,477719],[-530743,477815],[-530310,477309],[-530714,476286],[-530435,477614],[-530709,477845],[-527079,475880],[-527368,475947],[-526596,475591],[-527286,475970],[-526075,475548],[-527375,475552],[-526984,497727],[-527271,497630],[-526805,497056],[-527423,496282],[-527378,496303],[-526816,497194],[-529653,497867],[-525401,489139],[-525628,488722],[-525298,489422],[-525055,489207],[-525050,488792],[-525361,489265],[-527241,498069],[-526887,497370],[-527186,497525],[-526932,498069],[-526987,498286],[-525318,509793],[-525275,509628],[-536656,508566],[-537414,508563],[-537587,508922],[-536747,508527],[-537575,509037],[-526042,509630],[-525612,510058],[-525630,510159],[-525735,510296],[-536653,514005],[-536614,513707],[-537484,513920],[-537383,514359],[-537500,514261],[-537484,513873],[-548923,219127],[-548938,218860],[-548873,218852],[-549063,219263],[-549099,219269],[-548588,219043],[-548208,224003],[-548513,223603],[-548641,223501],[-548564,223746],[-548296,223663],[-548302,223489],[-547083,223321],[-546868,223057],[-546916,223103],[-546993,223249],[-547006,223263],[-547042,223277],[-548923,345266],[-548970,344994],[-547888,344955],[-548945,344693],[-548852,345397],[-548102,345478],[-550171,345162],[-549980,344829],[-550125,345285],[-549582,345167],[-549726,344876],[-549498,344729],[-549077,344415],[-549238,344538],[-549174,344860],[-549458,344791],[-549242,344399],[-538032,334884],[-538124,334862],[-538177,334714],[-537863,334891],[-538040,334935],[-537639,460543],[-537623,460468],[-537797,460653],[-541742,473304],[-541653,473512],[-541695,473304],[-541584,473598],[-541651,473503],[-541731,473441],[-541686,473547],[-541474,473792],[-545529,466217],[-545458,466145],[-545486,466185],[-545391,466271],[-545131,466020],[-545217,465941],[-545872,466137],[-545656,466178],[-546765,466909],[-545099,465942],[-545990,466362],[-545818,466240],[-549206,467164],[-550158,467769],[-550012,467618],[-549133,467365],[-549454,467054],[-549073,467092],[-540106,462234],[-539758,462063],[-539823,461982],[-539798,462180],[-540139,461420],[-540054,461608],[-544720,470474],[-544688,470702],[-544033,470652],[-543779,471813],[-544239,470704],[-543764,471929],[-541886,472778],[-542035,472812],[-541919,472809],[-541907,472745],[-541927,473256],[-541784,473041],[-541594,473710],[-541685,473470],[-541599,473703],[-537962,465321],[-547984,473604],[-548995,473670],[-549843,473224],[-550332,472609],[-550084,472705],[-549991,472993],[-550186,472788],[-549806,473281],[-549563,466461],[-549271,466997],[-549346,466214],[-549313,466272],[-549400,466279],[-549444,466233],[-549457,468298],[-549722,468541],[-549571,468496],[-549544,468367],[-549344,468585],[-546228,466516],[-546349,466564],[-545976,466259],[-545976,466443],[-546083,466382],[-546106,466390],[-549153,473427],[-542097,469709],[-542054,469598],[-542037,469620],[-542020,469632],[-541915,469606],[-541851,469509],[-542985,470629],[-542310,470042],[-543333,469848],[-542553,469836],[-542853,469817],[-542793,470578],[-543015,470713],[-543166,472424],[-542651,472179],[-542603,472067],[-542798,472086],[-542775,472189],[-544345,471835],[-545841,471251],[-544219,471953],[-543692,471352],[-544236,472015],[-544205,471736],[-539905,468469],[-539729,468296],[-538928,468371],[-539961,468633],[-539319,468827],[-539605,468622],[-548301,473441],[-548672,473275],[-548686,473314],[-548810,473569],[-548100,473244],[-548767,473495],[-549231,473203],[-549100,473295],[-549689,472957],[-549152,473538],[-549279,473409],[-544459,468966],[-543962,469362],[-543740,469254],[-544382,469041],[-544090,469501],[-543951,469210],[-538663,472814],[-538744,472723],[-539100,472489],[-538490,472626],[-539669,472985],[-538996,472790],[-540707,471078],[-541001,471095],[-540686,470648],[-540675,470785],[-540962,470639],[-540476,471002],[-540560,473965],[-540879,474269],[-540671,474659],[-540828,474584],[-548234,476836],[-547990,476722],[-548310,476820],[-548238,476833],[-548314,476657],[-548324,476601],[-548495,478675],[-548563,478427],[-548102,478223],[-548843,478507],[-548209,477574],[-547797,477416],[-543448,476955],[-543047,476728],[-543400,476354],[-543303,477014],[-543435,477003],[-543340,477059],[-542311,477738],[-542413,478092],[-543990,478612],[-542932,478724],[-544005,479043],[-542846,476639],[-546589,474435],[-544934,475244],[-545262,475222],[-545807,474968],[-545283,474250],[-545058,474726],[-538753,482070],[-538666,481340],[-538531,481947],[-539239,481763],[-539027,482159],[-539294,481857],[-541105,473862],[-541329,473869],[-540730,474004],[-540293,489442],[-540325,489255],[-540292,489212],[-539990,489411],[-540010,489338],[-539995,489388],[-538601,490775],[-538594,489910],[-539667,490644],[-538425,491338],[-538546,490870],[-538509,490768],[-537721,508426],[-551286,223936],[-551272,224275],[-551502,224269],[-551655,224270],[-551317,224286],[-551215,224188],[-551215,340734],[-551017,339320],[-551824,339170],[-551081,340600],[-551351,339492],[-551557,339173],[-550720,344093],[-555019,344886],[-555108,344758],[-555200,344127],[-554950,344898],[-554827,344859],[-555062,344756],[-552876,468558],[-553248,468519],[-552928,468120],[-552816,468465],[-552923,468423],[-552657,468351],[-552012,468930],[-552026,469715],[-552280,469248],[-551140,470798],[-551378,470078],[-551212,470184],[-551174,470413],[-551596,469938],[-551642,469827],[-551714,470381],[-551686,470239],[-551855,470218],[-551784,470120],[-552286,469937],[-552526,472978],[-552530,472215],[-552598,472312],[-551627,472514],[-551665,472688],[-552643,472762],[-553402,470586],[-553440,470544],[-553487,470967],[-553275,471394],[-553287,470821],[-552856,471178],[-560007,471224],[-559943,471645],[-559645,471721],[-560027,471693],[-559695,472148],[-559801,472030],[-550781,468478],[-550517,468907],[-550509,468623],[-550460,468784],[-550483,468840],[-550434,468809],[-550494,468104],[-554441,467731],[-554274,467767],[-554323,467847],[-554397,467654],[-554135,468045],[-554675,467495],[-554150,467921],[-554302,467954],[-554248,467995],[-555075,467200],[-553974,468150],[-554505,467735],[-554677,476025],[-555084,475718],[-555616,475665],[-555048,475917],[-554969,476161],[-554928,475939],[-554835,474051],[-555553,474343],[-555675,474259],[-555306,474842],[-555555,474244],[-555285,474301],[-554721,482209],[-554606,482284],[-554762,482243],[-554930,482323],[-555050,482356],[-554720,482205],[-555944,483699],[-555880,483816],[-555712,484004],[-556198,483970],[-555881,483768],[-556531,484109],[-555091,474165],[-555219,474225],[-555324,474326],[-555109,474649],[-555141,474549],[-555051,474562],[-556981,59130],[-557048,59192],[-556505,58612],[-556430,58992],[-558086,59263],[-557488,59750],[-554187,76158],[-554069,76292],[-554305,76447],[-554431,76239],[-554405,76253],[-554570,76389],[-559976,69523],[-559895,69887],[-560076,69959],[-560051,69744],[-559874,69904],[-559829,69571],[-561379,67311],[-560141,67946],[-561452,67266],[-560587,67300],[-560446,67620],[-560978,67556],[-574963,222732],[-575142,222556],[-575382,222547],[-575357,222741],[-575175,222988],[-575508,222853],[-572838,342887],[-573061,342784],[-573485,343569],[-573348,343383],[-572999,342955],[-573370,343222],[-570945,472228],[-570911,472381],[-570903,472022],[-570888,471742],[-571066,471922],[-570868,471861],[-571747,473628],[-571588,473486],[-571770,474075],[-571851,473826],[-571884,473876],[-571692,474160],[-587975,-40013],[-587749,-39777],[-587885,-39992],[-587985,-40012],[-588295,-39824],[-585414,-49249],[-585382,-49275],[-585482,-49427],[-585400,-49224],[-585546,-49222],[-585438,-49402],[-584250,-49138],[-584615,-49295],[-584785,-46813],[-584572,-48128],[-583676,-48137],[-584998,-46008],[-584233,-41200],[-584323,-41271],[-584261,-41220],[-584182,-41173],[-584157,-41084],[-584241,-41163],[-577828,-40116],[-577717,-39949],[-577971,-40123],[-578049,-40160],[-577956,-39987],[-578041,-40115],[-576498,-42163],[-578080,-42066],[-577098,-41352],[-578080,-41701],[-577256,-41087],[-577815,-41341],[-583966,130808],[-584014,130610],[-584426,130722],[-583894,131083],[-584012,130674],[-584474,130933],[-584151,131279],[-584362,130879],[-584453,131216],[-584325,130776],[-583913,130904],[-584306,130825],[-584769,130675],[-584832,130811],[-584943,130830],[-584950,130771],[-585066,130580],[-585120,130473],[-587373,135056],[-587590,135255],[-587308,135620],[-587482,135043],[-587856,135281],[-587860,135397],[-587589,134932],[-587586,134860],[-587445,134962],[-587386,135035],[-587383,134733],[-587478,134837],[-586220,139045],[-585367,139290],[-585393,139343],[-586293,139252],[-586153,139093],[-586189,139169],[-584458,140327],[-584499,140343],[-584623,140404],[-585221,182400],[-584673,182797],[-585034,182609],[-584789,182861],[-584659,182488],[-584998,182407],[-582658,185946],[-582658,185754],[-582946,185436],[-582781,185655],[-583011,185424],[-582701,185695],[-585226,200513],[-585152,200440],[-585737,200850],[-585013,200464],[-585374,201270],[-585257,200719],[-577238,220307],[-576931,220292],[-576808,220414],[-577211,220440],[-577384,220796],[-577325,220748],[-577312,220509],[-577223,220545],[-577295,220577],[-576848,230519],[-576716,230360],[-577191,230333],[-577192,230258],[-586464,463287],[-586205,463507],[-586704,464251],[-586320,463936],[-586515,463565],[-586198,463554],[-585171,462439],[-586379,463497],[-585408,462603],[-585750,462889],[-585551,462560],[-585696,462802],[-585412,482319],[-585484,482352],[-585561,482900],[-585953,482221],[-585291,482943],[-581277,480498],[-580480,480629],[-580772,481200],[-581212,480583],[-580930,480681],[-580882,481034],[-585697,482792],[-590736,-45127],[-591205,-44697],[-590923,-42049],[-591918,-45708],[-592880,-43208],[-590461,-44598],[-589250,230015],[-589125,230157],[-589085,229623],[-589192,230395],[-589110,229742],[-601350,221219],[-600646,221236],[-600912,221038],[-601160,220674],[-597374,219814],[-597489,219638],[-597504,219549],[-598335,219663],[-597086,221461],[-596715,220817],[-596429,221168],[-596913,221713],[-594897,231061],[-594404,231213],[-594849,231096],[-594614,231421],[-594707,231365],[-594492,231363],[-589153,230642],[-589220,230736],[-589079,230660],[-600139,463894],[-600957,462845],[-600024,463575],[-600042,463387],[-600108,463513],[-600004,463407],[-595439,466617],[-595676,466021],[-595566,466293],[-595411,466292],[-595216,466119],[-595769,467464],[-597340,113323],[-597724,113884],[-598094,113797],[-598210,113895],[-597932,113762],[-597832,113548],[-597805,113901],[-597194,114318],[-597219,114320],[-597298,114344],[-597293,114518],[-597260,113924],[-597053,114266],[-597342,113416],[-597139,113606],[-596932,113486],[-612123,130054],[-611448,130183],[-612153,130272],[-611917,130109],[-612056,129912],[-611939,130501],[-610690,131580],[-610975,131022],[-610945,131112],[-610668,131216],[-611112,131071],[-610699,131072],[-611044,130858],[-610897,131398],[-610840,131407],[-610598,131604],[-611065,131693],[-610662,131647],[-603796,227790],[-608759,230304],[-609488,230394],[-609493,230346],[-609351,230482],[-609035,230353],[-604328,228463],[-604350,228513],[-603323,224160],[-603406,223797],[-603126,224218],[-603394,221935],[-603871,222106],[-603427,221698],[-603413,221922],[-605362,219063],[-605999,218608],[-605560,219016],[-605232,218681],[-602651,221329],[-602407,220875],[-602621,220917],[-602592,221041],[-607263,223720],[-607355,223626],[-607257,224015],[-607023,223817],[-604378,228799],[-609282,230764],[-606212,232868],[-605501,234028],[-606405,232662],[-605637,233588],[-605548,233987],[-605408,233388],[-603116,462612],[-602272,462404],[-602732,462636],[-602975,462636],[-602815,462791],[-602611,462587],[-602217,462786],[-602182,462795],[-601714,462813],[-602234,462819],[-601687,462814],[-602322,462764],[-603099,462825],[-603468,463119],[-602573,462406],[-603054,462561],[-603409,463175],[-603509,463087],[-615734,98239],[-615754,98011],[-615642,98275],[-615887,97836],[-609021,95231],[-609190,95124],[-609167,95038],[-609056,95645],[-608916,95476],[-609001,95285],[-609252,95588],[-608892,95138],[-609260,95262],[-610059,97320],[-610008,97280],[-609412,95338],[-609400,95441],[-609339,95459],[-612554,95275],[-612464,95491],[-612776,95445],[-612751,95481],[-612666,96006],[-612362,96602],[-612260,96340],[-612307,96346],[-612572,96504],[-612254,96541],[-615938,98068],[-615689,98005],[-621229,217380],[-621297,217465],[-621382,217290],[-621187,217759],[-621733,217566],[-621783,217430],[-616875,219023],[-617206,218830],[-616958,219101],[-615347,218418],[-625113,41343],[-625133,41672],[-626265,42675],[-625425,41597],[-625284,42442],[-625679,42185],[-623967,41819],[-624304,41959],[-624144,41986],[-623937,41854],[-623983,41765],[-624281,41949],[-615983,98200],[-616144,98520],[-616266,98704],[-616005,98568],[-615957,98467],[-616326,98456],[-625649,105349],[-625975,105131],[-625752,105367],[-625393,104329],[-625240,104753],[-626038,105281],[-625176,104619],[-625160,104424],[-625244,105546],[-625366,104476],[-624863,104828],[-624925,104919],[-625065,105176],[-625265,105791],[-625234,105473],[-625628,105042],[-625257,105659],[-625614,105298],[-625112,104678],[-625353,104810],[-625200,105081],[-625280,105727],[-624822,104674],[-625203,105195],[-618925,126072],[-618533,126261],[-618752,125689],[-618170,125864],[-617990,125437],[-618595,126338],[-620826,124329],[-621552,124772],[-621443,124546],[-621398,124209],[-621078,124827],[-622363,124897],[-621837,124697],[-622061,124492],[-621956,124790],[-622107,124931],[-622215,124472],[-619991,126177],[-620493,125815],[-619948,126172],[-620416,125875],[-620569,125831],[-620219,126060],[-620499,124671],[-620537,124655],[-620541,124651],[-620568,124783],[-620548,124365],[-620583,124678],[-623390,120048],[-623667,120010],[-623445,119997],[-623580,119895],[-623181,119442],[-623675,119524],[-624786,119600],[-624932,119538],[-624976,119556],[-625029,120029],[-624883,119704],[-624932,119449],[-624734,118431],[-624741,118539],[-624684,118480],[-624733,118525],[-624828,118654],[-624761,118579],[-40019,147530],[-39876,147509],[-39867,147575],[-39932,147538],[-39842,147556],[-39975,147598],[-39532,156114],[-39578,156261],[-39568,156176],[-39597,156107],[-39697,156058],[-39603,156177],[-47113,203028],[-47256,203564],[-46300,203484],[-47283,203274],[-46311,203300],[-47023,203281],[-38428,207087],[-38739,207191],[-38784,207657],[-38478,207157],[-38765,207715],[-43617,292677],[-43599,292685],[-43476,292493],[-43280,293021],[-43373,292932],[-43594,292898],[-40288,319295],[-42424,318251],[-39916,318021],[-41062,319083],[-42715,318496],[-40755,318349],[-40157,317830],[-40614,318474],[-41001,318547],[-40158,317856],[-40618,317818],[-41730,317770],[-41760,317724],[-41941,317980],[-41635,317398],[-41832,317819],[-41982,317658],[-41405,312793],[-40950,312651],[-41184,313050],[-41429,313035],[-41222,312772],[-41146,313003],[-42927,313131],[-42668,313131],[-42796,313462],[-42313,313287],[-42628,312996],[-42736,313048],[-39432,323267],[-39389,323511],[-39578,323096],[-39561,323328],[-39301,323216],[-39254,323433],[-48194,343541],[-48844,344324],[-47378,344412],[-47519,344385],[-48064,343614],[-42428,339994],[-42250,339635],[-42640,339588],[-42555,339758],[-42550,339870],[-42292,339716],[-42238,336502],[-42450,336663],[-42702,336310],[-42392,336671],[-42410,336886],[-42321,336646],[-39348,337380],[-39123,337149],[-39665,336895],[-39508,337344],[-39572,337678],[-39200,337242],[-42511,339286],[-42719,339317],[-43434,339715],[-42365,339514],[-42489,339284],[-41887,339601],[-42649,338832],[-42121,338995],[-41824,338748],[-42334,338894],[-42769,339292],[-42384,339016],[-41161,338810],[-41861,339655],[-41211,338813],[-41283,339172],[-43896,339081],[-43573,338952],[-43608,338878],[-42531,339000],[-42761,338920],[-44105,339213],[-48027,344525],[-48309,343954],[-47827,344273],[-47961,344341],[-48088,344073],[-48265,344077],[-48209,344414],[-47444,345426],[-47764,345598],[-47801,345650],[-47591,345507],[-47390,345385],[-47753,345423],[-48640,345502],[-48424,345447],[-48708,345509],[-41914,339698],[-41949,339935],[-51186,346345],[-51174,346712],[-48725,345816],[-39707,386659],[-39838,387251],[-40177,386664],[-39850,386646],[-40207,386528],[-40095,386791],[-39994,387423],[-40051,387354],[-39863,387254],[-40131,387117],[-40161,387104],[-40068,387340],[-39048,388263],[-38846,388417],[-39389,388211],[-38865,388469],[-39259,387541],[-38827,388293],[-48818,422468],[-47375,422109],[-47639,422264],[-47668,422286],[-47557,422297],[-47596,422181],[-47211,422597],[-48032,423251],[-47995,423253],[-47994,423672],[-48263,422933],[-47800,423222],[-47153,423111],[-46945,423108],[-47080,423035],[-46807,422989],[-47051,423095],[-47066,423152],[-46556,425062],[-46711,425099],[-46770,424985],[-46735,425166],[-46466,424908],[-46660,425196],[-42064,425536],[-41913,425614],[-41781,425122],[-41760,425009],[-41483,425236],[-41676,425136],[-43347,426983],[-43443,427569],[-43634,427307],[-43714,427054],[-43622,427013],[-43655,427247],[-43961,435369],[-43263,432301],[-42908,432189],[-43304,432096],[-42983,431834],[-43260,432234],[-43191,432374],[-43572,431941],[-43320,432133],[-43571,431744],[-43667,431646],[-43758,431781],[-43603,431900],[-42904,435326],[-46782,433490],[-46742,433794],[-46779,433989],[-47006,433942],[-46528,433980],[-46938,433911],[-40302,431924],[-39710,431886],[-39843,431734],[-39834,431645],[-40062,432016],[-39869,431682],[-43416,435942],[-43079,435610],[-43400,435683],[-43899,435476],[-43395,435407],[-45163,437459],[-44972,437982],[-45059,437904],[-44983,437911],[-44954,437920],[-44916,437923],[-42115,436031],[-41999,436191],[-42044,435991],[-42065,435957],[-42568,436178],[-42212,435841],[-43390,439523],[-43666,439836],[-42946,439538],[-43164,439604],[-43191,439685],[-43189,439694],[-41374,438278],[-41350,438103],[-41155,438512],[-41404,438557],[-42941,435552],[-42756,435539],[-42815,435727],[-42623,435478],[-42932,435611],[-41016,438295],[-41005,438514],[-43471,451554],[-43484,451258],[-43216,449959],[-42815,450192],[-42624,450351],[-42732,450217],[-48740,117991],[-48326,117800],[-48712,118076],[-48937,117956],[-49066,117866],[-49047,117808],[-632831,-282171],[-633044,-281877],[-632836,-282226],[-632693,-282043],[-633170,-282029],[-633084,-282214],[-636481,38076],[-636792,38303],[-636686,38351],[-636485,38115],[-636440,38012],[-636563,37947],[-636157,37357],[-636105,37349],[-636011,37321],[-636392,37410],[-636264,37094],[-636419,37339],[-635713,38642],[-636253,40044],[-635705,39811],[-635493,38745],[-635425,39183],[-636059,39848],[-637789,47259],[-638415,47269],[-637921,47423],[-638043,47112],[-638115,47331],[-637885,47399],[-633511,47428],[-634167,47276],[-634699,46959],[-634750,46666],[-634702,46639],[-634633,46830],[-637611,47993],[-637709,47942],[-637430,46998],[-636972,46442],[-637787,48120],[-637861,48053],[-642185,-185725],[-640773,-202710],[-652318,-251882],[-652110,-251924],[-652018,-252072],[-651965,-252125],[-652290,-251964],[-652133,-252217],[-652550,-251906],[-652505,-251830],[-652251,-251875],[-651602,-251234],[-650768,-251689],[-651556,-251279],[-651477,-251261],[-651513,-251245],[-650878,-251626],[-652688,-251219],[-640464,1734339],[-641493,1735224],[-655654,-254958],[-655488,-254927],[-655763,-255148],[-655842,-255588],[-655799,-255686],[-653184,-252221],[-653172,-251595],[-652830,-251584],[-655901,-250354],[-655739,-250388],[-655866,-250076],[-655730,-250248],[-655961,-250136],[-656098,-250019],[-653799,-252820],[-653786,-252815],[-654164,-253002],[-654005,-253029],[-654066,-252867],[-654046,-253002],[-654416,-251694],[-653558,-250882],[-654771,-251996],[-654593,-251257],[-654344,-251722],[-653000,-250782],[-653511,-250908],[-653535,-250936],[-653142,-250753],[-653351,-250826],[-653499,-251058],[-655790,-255872],[-672411,-279500],[-672324,-279686],[-672373,-279515],[-672397,-279629],[-672314,-279366],[-672309,-279461],[-670985,-281228],[-670673,-281396],[-674573,-273926],[-672734,-282460],[-673414,-281596],[-673517,-282204],[-673400,-281747],[-673861,-282246],[-673656,-282440],[-673170,-282525],[-672867,-282100],[-673102,-282413],[-672934,-282403],[-673045,-282324],[-673255,-282435],[-673246,-283645],[-672829,-284001],[-672833,-283882],[-672869,-284047],[-672643,-284107],[-672790,-284021],[-669680,-282255],[-670912,-281925],[-671058,-281708],[-671154,-282391],[-720426,1669620],[-720466,1684956],[-725366,1686636],[-725786,1685386],[-60029,138804],[-57554,137451],[-60151,138012],[-60261,138003],[-59953,138445],[-60228,137695],[-51836,136067],[-51999,135695],[-51877,136387],[-52324,136525],[-51797,135976],[-52256,136003],[-52007,128302],[-55810,143216],[-56336,143332],[-56720,143094],[-56530,143159],[-56537,143242],[-55966,142820],[-55877,159266],[-55961,159223],[-55931,159253],[-55930,159211],[-55945,159207],[-56044,159191],[-55929,159182],[-55913,159210],[-55560,158913],[-55636,158997],[-55643,158979],[-55582,158901],[-55588,158875],[-55613,158983],[-55585,158930],[-55579,158920],[-55495,158850],[-55504,158832],[-55392,158968],[-55414,158918],[-55304,159020],[-55292,159059],[-55270,159160],[-55446,159130],[-55509,159022],[-55689,159512],[-55726,159586],[-55583,159535],[-55548,159412],[-55483,159423],[-55479,159471],[-55507,159548],[-55300,159387],[-55208,159368],[-55884,159743],[-55807,159838],[-55689,159872],[-55678,159915],[-55819,159922],[-55804,159792],[-55853,159773],[-55863,159814],[-55824,159848],[-55747,159890],[-55781,159895],[-55842,159842],[-55734,159732],[-55816,159844],[-55884,159889],[-55852,159847],[-55890,159792],[-55903,159765],[-55947,159708],[-55954,159726],[-55947,159839],[-55877,159838],[-55839,159821],[-55802,159775],[-55735,159832],[-55673,159814],[-55647,159794],[-55718,159913],[-55759,159934],[-55839,159876],[-55779,159767],[-56175,159483],[-56237,159459],[-56191,159573],[-56130,159549],[-56252,159535],[-56263,159523],[-56195,159314],[-56256,159323],[-56364,159210],[-56331,159138],[-56330,159112],[-61242,182135],[-61641,182410],[-61467,182118],[-61486,181615],[-61262,181782],[-61590,182330],[-62499,186066],[-62528,186049],[-62587,186280],[-62427,186313],[-62561,186128],[-62549,185901],[-52073,201283],[-52063,201155],[-52460,200751],[-51969,201153],[-52144,201482],[-51711,201461],[-60032,196327],[-59428,196549],[-59305,196806],[-59382,196695],[-60164,196425],[-60116,196551],[-52350,203080],[-52283,203023],[-51996,202796],[-51887,203417],[-51951,203393],[-52176,203381],[-51323,203594],[-51694,203512],[-51502,203423],[-51873,203402],[-53880,201513],[-52143,203182],[-59536,254162],[-59823,253579],[-59632,253401],[-59698,253424],[-59908,253309],[-59686,253106],[-59413,253942],[-59319,253576],[-59020,254052],[-59362,253635],[-59633,253179],[-59562,253120],[-58242,252124],[-58468,252106],[-58224,252556],[-58272,252350],[-58341,252321],[-58691,252167],[-54333,252651],[-54212,252567],[-54226,252184],[-54601,252491],[-54284,252543],[-54420,252340],[-52590,257537],[-53427,258056],[-53082,258548],[-53051,257938],[-53476,257967],[-53321,258170],[-51853,259187],[-51785,259167],[-51477,259016],[-51697,258755],[-52132,258972],[-51494,259126],[-52831,256302],[-52053,258042],[-51289,257687],[-51503,257251],[-52040,258232],[-53485,257445],[-52784,257315],[-52336,256857],[-52288,257569],[-52328,256779],[-52454,257110],[-52346,256871],[-52882,258105],[-52557,257894],[-52530,257751],[-52572,257620],[-52637,257739],[-52949,257711],[-54374,276825],[-54034,276998],[-54242,276598],[-54159,276711],[-54018,276944],[-54480,277067],[-53600,276892],[-53578,276567],[-53631,276549],[-53582,276817],[-53657,276948],[-53577,276561],[-53249,276709],[-53534,277082],[-53314,276926],[-52872,276783],[-53134,276743],[-53294,276690],[-53956,277172],[-53563,276800],[-53626,277281],[-53467,276872],[-53589,276963],[-53728,276875],[-52728,272704],[-52532,271904],[-63826,283311],[-51701,345476],[-51260,346362],[-51263,347496],[-51714,347024],[-51628,347649],[-51333,347465],[-51303,346939],[-51713,347631],[-51657,347569],[-51624,347333],[-63688,435361],[-63668,435227],[-61235,437821],[-61377,437665],[-61754,437809],[-62013,438204],[-61543,437980],[-61264,438450],[-63452,435602],[-63538,435813],[-63446,435597],[-61579,436828],[-62008,436697],[-62032,436839],[-61592,436922],[-61762,437002],[-61675,437109],[-60724,437103],[-60086,437811],[-60381,437733],[-60359,437032],[-60556,437248],[-60527,437004],[-51761,455674],[-51703,456795],[-52352,455903],[-52357,455921],[-51863,455897],[-51631,456871],[-52298,128128],[-51740,128145],[-52070,127850],[-52110,128122],[-52134,127834],[-790908,1606549],[-790522,1605192],[-810784,1623412],[-810644,1623262],[-811619,1618673],[-812896,1618253],[-811945,1631334],[-831771,1587314],[-831631,1587164],[-844175,1589375],[-843625,1588075],[-844744,1590169],[-844884,1590319],[-70153,136503],[-70098,136210],[-69702,136227],[-70007,136500],[-69627,136454],[-69928,136501],[-65508,132796],[-66476,132765],[-65767,132528],[-65918,132599],[-65708,132648],[-65801,132648],[-75316,250945],[-74297,251005],[-74336,250949],[-73461,250232],[-74763,250728],[-73663,250012],[-74097,254798],[-72957,254718],[-74847,254088],[-73649,254141],[-74409,254867],[-73871,254312],[-74276,250868],[-73294,250283],[-74251,250859],[-73233,250963],[-73623,250424],[-72582,250888],[-72821,250649],[-73223,250544],[-73174,250687],[-72589,250810],[-73037,250731],[-73357,250674],[-73100,266603],[-73260,266671],[-73373,266476],[-72995,266568],[-73448,266502],[-73087,266774],[-76127,260319],[-75425,259752],[-75211,259604],[-75984,259923],[-75117,259854],[-75476,259943],[-76087,260140],[-74431,259587],[-74993,260677],[-75600,260141],[-75213,259970],[-75173,260531],[-74811,260206],[-74978,260182],[-74986,260312],[-74885,260309],[-75100,260043],[-70549,280062],[-70400,279900],[-69802,279313],[-70323,279819],[-70452,279836],[-70700,279877],[-65627,280083],[-72986,280061],[-73241,279716],[-65639,280525],[-65481,280245],[-65639,280488],[-65054,280435],[-65715,280269],[-72920,280458],[-73084,280165],[-72890,280356],[-73274,280458],[-64039,283391],[-64707,283446],[-64567,282657],[-64976,283229],[-64595,282928],[-64947,283260],[-64417,282995],[-71362,299118],[-71547,299314],[-71385,299307],[-71073,299535],[-71156,299250],[-71448,299457],[-72463,295396],[-71947,295209],[-72219,295422],[-71795,295126],[-71770,295465],[-71994,295383],[-74881,297994],[-74817,297775],[-74808,297526],[-74463,297485],[-74991,297416],[-74392,297933],[-69618,343298],[-69693,343265],[-69582,343303],[-69573,343625],[-69432,343337],[-69846,343150],[-66906,342917],[-67610,342931],[-67290,342999],[-67226,343100],[-66787,343145],[-66911,343425],[-67537,344558],[-68362,344223],[-67260,344481],[-67862,344454],[-67492,343991],[-67962,344506],[-67611,344612],[-67902,344471],[-67717,344471],[-67805,344553],[-67798,344480],[-67621,344378],[-69517,355192],[-69110,354620],[-69665,355179],[-69456,354957],[-69450,354558],[-69820,355339],[-69131,354882],[-69143,355314],[-69371,355281],[-69040,354788],[-68901,354800],[-69298,355155],[-69338,353993],[-69333,353805],[-69616,353968],[-69630,353945],[-69564,353885],[-69558,353866],[-69025,353972],[-68756,354113],[-69234,353900],[-69146,353997],[-68788,354147],[-69263,353925],[-69110,354847],[-68161,355038],[-68383,355104],[-68944,355290],[-68350,354802],[-68266,354842],[-68914,354162],[-69070,354096],[-68552,354468],[-68586,354286],[-68760,354599],[-69062,353900],[-68174,359456],[-66449,358783],[-67969,359535],[-68079,359432],[-67950,359059],[-67875,359736],[-67461,359898],[-67361,358985],[-67201,359037],[-67190,358904],[-66773,359547],[-67066,359082],[-64046,435668],[-66754,438359],[-66558,438411],[-65946,438173],[-65532,437493],[-65892,438203],[-66097,437925],[-65798,438440],[-66195,438512],[-66338,438481],[-65870,438465],[-65685,438113],[-66069,438522],[-887472,1579014],[-886922,1577714],[-887406,1580869],[-887266,1580719],[-901188,1573480],[-906508,1573910],[-904749,1574485],[-904749,1574485],[-906088,1575160],[-904889,1574635],[-904889,1574635],[-920568,1536419],[-916140,1593438],[-916000,1593288],[-925888,1536849],[-925468,1538099],[-930144,1584270],[-930003,1584120],[-938320,1533114],[-938379,1533034],[-938437,1533064],[-938064,1532784],[-937947,1532284],[-937754,1532314],[-938590,1532304],[-938027,1532174],[-938086,1532194],[-938868,1532204],[-938252,1533124],[-937964,1532054],[-938212,1533094],[-938454,1532914],[-938067,1532094],[-938753,1532484],[-938356,1533094],[-938211,1532824],[-937754,1532284],[-938022,1532134],[-938474,1532304],[-938177,1533054],[-937993,1532694],[-938441,1532354],[-938358,1532994],[-937821,1532244],[-937743,1532574],[-938498,1532354],[-938389,1533014],[-938837,1532614],[-938670,1532504],[-938376,1532974],[-938469,1532924],[-938869,1532344],[-938455,1532404],[-938142,1533044],[-938698,1532634],[-938382,1532444],[-938128,1532174],[-938012,1532174],[-938103,1532214],[-938467,1532344],[-937946,1532084],[-938159,1532764],[-938066,1532074],[-937952,1532684],[-937751,1532404],[-938658,1532704],[-937847,1532184],[-938265,1533014],[-938347,1533044],[-938756,1532684],[-938414,1532974],[-938339,1533054],[-938411,1532994],[-938482,1533024],[-938283,1533094],[-938313,1533014],[-938802,1532654],[-938295,1533014],[-938375,1533054],[-938243,1533064],[-938768,1532594],[-938015,1532774],[-938868,1532234],[-938271,1532924],[-938329,1533084],[-938381,1533094],[-938359,1533044],[-938333,1533044],[-937820,1532604],[-937959,1532724],[-938407,1533034],[-937903,1532384],[-994187,1428284],[-996797,1494793],[-996607,1494859],[-996448,1495047],[-996762,1494796],[-996804,1494734],[-996742,1494723],[-996866,1494769],[-996702,1494820],[-991458,1491655],[-996744,1494518],[-996688,1494484],[-991477,1491672],[-991406,1491689],[-996702,1494569],[-991510,1491616],[-996783,1494702],[-996751,1494757],[-991661,1491405],[-991448,1491649],[-991451,1491610],[-991517,1491679],[-996534,1494931],[-996511,1495024],[-996432,1495037],[-991511,1491594],[-991423,1491754],[-991456,1491688],[-991497,1491680],[-991471,1491597],[-991417,1491674],[-991532,1491588],[-991512,1491785],[-991440,1491611],[-991526,1491497],[-991696,1491496],[-991942,1491980],[-991899,1492033],[-991852,1491986],[-991644,1492131],[-991627,1492061],[-991613,1491964],[-991578,1491865],[-991619,1492024],[-991690,1492010],[-991708,1492053],[-991677,1492072],[-991660,1492017],[-989023,1499593],[-989247,1499693],[-988992,1499833],[-989143,1499893],[-989241,1499803],[-989189,1499803],[-989157,1499943],[-989279,1499933],[-989331,1499733],[-989111,1499613],[-988978,1499493],[-988983,1499463],[-989200,1499533],[-989149,1499433],[-988944,1499323],[-988939,1499363],[-988872,1499373],[-989042,1499383],[-988941,1499403],[-988933,1499453],[-988995,1499343],[-1003718,1498506],[-1003680,1498489],[-1003679,1498566],[-1003591,1498671],[-1003730,1498492],[-1003684,1498528],[-1003656,1498578],[-1003658,1498503],[-1003688,1498567],[-1003639,1498493],[-1003619,1498492],[-1003675,1498521],[-1000782,1509539],[-1000232,1508239],[-1002734,1499006],[-1002326,1498688],[-1003028,1498924],[-1002975,1498873],[-1002725,1498818],[-1002625,1498968],[-1002768,1498911],[-1002394,1498831],[-1002464,1498919],[-1003239,1498942],[-1002454,1498401],[-1002462,1498633],[-1003176,1498527],[-1002714,1498368],[-1002837,1498592],[-1002420,1498381],[-1003020,1498741],[-1003060,1498541],[-1003083,1498304],[-1002930,1498735],[-1002698,1498463],[-1002709,1498766],[-1002785,1498288],[-1002762,1498659],[-1002761,1498237],[-1003255,1498494],[-1003158,1498397],[-1002580,1498756],[-1002477,1498426],[-1002743,1498548],[-1003081,1498778],[-1002931,1498568],[-1002814,1498767],[-1002355,1498620],[-1002605,1498861],[-1002814,1498906],[-1002468,1498635],[-1003149,1498660],[-1002752,1498745],[-1003050,1499001],[-81633,147583],[-82061,147833],[-81646,147565],[-81551,147366],[-81949,147638],[-81372,147716],[-89084,158606],[-88883,158144],[-88983,158693],[-88885,158405],[-89306,158564],[-88891,158342],[-78445,154520],[-78285,154353],[-78466,154174],[-78261,154290],[-78283,154235],[-77982,154544],[-79808,207239],[-79804,207222],[-79716,207214],[-80192,207087],[-79692,207266],[-79869,207180],[-79842,209929],[-80022,209831],[-80265,209845],[-80288,209886],[-80010,210145],[-80133,210038],[-85738,297785],[-86082,298060],[-85930,298039],[-85429,298505],[-85566,297835],[-85972,298094],[-86670,301379],[-86660,301472],[-86569,301342],[-86839,301381],[-86614,301757],[-86598,301606],[-80426,315056],[-80343,315074],[-80334,315821],[-79758,315688],[-79806,315255],[-79789,315877],[-80299,315817],[-79888,315156],[-80257,315734],[-79654,316083],[-79843,315667],[-80225,315136],[-79353,314722],[-79484,314677],[-79785,315164],[-79646,314710],[-79663,315954],[-78439,318642],[-78480,318308],[-78612,318513],[-78411,318772],[-78501,318535],[-78047,318134],[-79554,314823],[-79493,315613],[-79421,315890],[-79422,315505],[-79165,315764],[-78754,315015],[-79233,314690],[-78825,314954],[-78974,315246],[-79405,315507],[-79429,315535],[-79451,316020],[-79432,315609],[-82754,312905],[-82638,312906],[-82760,312520],[-82341,312437],[-82704,312519],[-82482,312409],[-88883,311888],[-89315,312156],[-89150,311562],[-89025,311702],[-89078,311573],[-89319,311684],[-86741,309205],[-87028,309090],[-86545,308949],[-86570,309004],[-86953,309179],[-86983,309366],[-86948,332878],[-86947,332579],[-86449,332579],[-86800,332594],[-86674,332535],[-86723,332518],[-81751,332075],[-81870,331919],[-81499,331878],[-81833,331991],[-81449,331719],[-81766,332061],[-78276,332002],[-78303,331727],[-78608,331386],[-78887,331903],[-78698,331905],[-78615,331839],[-78522,329047],[-78185,329136],[-78509,329110],[-78230,328946],[-78541,329093],[-78474,329111],[-78190,327654],[-78239,328865],[-78434,328445],[-78521,328912],[-78474,328767],[-78196,328689],[-86363,333535],[-86322,333276],[-86322,333759],[-86235,333519],[-86562,333656],[-86514,333727],[-81705,339498],[-82101,339328],[-81453,338799],[-81829,339126],[-82538,339612],[-82464,339603],[-81368,339568],[-81329,339283],[-81386,339297],[-81065,339444],[-81345,339430],[-81147,339442],[-89502,344405],[-89544,344447],[-78210,342513],[-78137,342048],[-77921,342092],[-78087,342459],[-77885,341922],[-77940,342224],[-79905,344798],[-79802,344492],[-79999,344685],[-79783,344477],[-80160,344613],[-80110,344642],[-78694,343224],[-79882,343082],[-79592,344228],[-79224,343275],[-79359,344011],[-79153,343586],[-80497,362084],[-80569,362183],[-79935,362179],[-80352,362122],[-79938,362052],[-80335,361874],[-80040,361965],[-80066,361785],[-78286,361255],[-78364,361151],[-78621,361226],[-79171,361238],[-78367,361625],[-79090,361425],[-80513,361657],[-81064,361424],[-80208,361578],[-80848,361828],[-77851,359229],[-77831,359060],[-77932,359074],[-77693,359087],[-78147,359317],[-77840,359218],[-80445,359299],[-80236,359455],[-80368,359136],[-80314,359121],[-80650,359160],[-80341,358902],[-78953,360739],[-78425,360463],[-82093,439791],[-82330,439225],[-82425,439545],[-82275,439796],[-82311,439907],[-82286,439606],[-83681,439124],[-83006,439356],[-83012,439260],[-83195,438714],[-83424,439344],[-83144,439343],[-83328,441079],[-84098,440743],[-83516,440908],[-84156,440851],[-83741,441389],[-84065,441280],[-83405,440406],[-83980,440608],[-83672,440626],[-84089,440420],[-83532,440573],[-83489,440741],[-83917,440430],[-84035,440841],[-84215,440782],[-84392,440904],[-84238,440782],[-84105,440906],[-86635,441978],[-86237,441744],[-86279,441773],[-85973,441617],[-85970,441614],[-86202,441749],[-85986,441198],[-85574,441140],[-85857,441198],[-85767,441121],[-85996,441235],[-85786,441152],[-85412,441055],[-85226,441126],[-85240,441097],[-85930,441228],[-85503,441058],[-85820,441095],[-86258,441851],[-86344,441794],[-86091,441707],[-86763,441869],[-86871,441959],[-86661,441838],[-87541,441818],[-87516,441811],[-87468,442015],[-87445,441788],[-87522,442015],[-87496,442011],[-83444,487528],[-83342,487489],[-83074,487846],[-84004,488136],[-83559,487566],[-83710,488076],[-1020765,1436378],[-1020625,1436228],[-1020627,1440178],[-1020487,1440028],[-1023936,1449494],[-1019616,1531515],[-1019756,1531665],[-1027629,1461321],[-1027683,1461361],[-1027714,1461551],[-1027734,1461581],[-1027639,1461411],[-1027795,1461611],[-1027726,1461631],[-1027630,1461651],[-1027533,1461691],[-1027689,1461641],[-1027672,1461571],[-1027069,1461631],[-1027159,1461591],[-1027168,1461761],[-1027265,1461771],[-1027350,1461761],[-1027352,1461781],[-1027362,1461821],[-1027324,1461831],[-1027285,1461831],[-1027350,1461861],[-1027430,1461851],[-1027456,1461761],[-1027288,1461771],[-1027258,1461751],[-1027270,1461811],[-1027286,1461841],[-1027329,1461821],[-1027345,1461801],[-1027366,1461871],[-1027680,1461601],[-1055584,1428052],[-1056020,1426802],[-1051772,1456009],[-1058333,1467022],[-1061230,1462137],[-1058194,1466872],[-1053314,1497530],[-1054431,1497330],[-1054431,1497360],[-1054432,1497470],[-1054316,1497610],[-1054233,1497630],[-1054400,1497740],[-1054365,1497780],[-1054331,1497720],[-1054261,1497760],[-1053306,1497700],[-1053383,1497730],[-1053510,1497410],[-1053466,1497510],[-1053945,1497570],[-1054061,1497480],[-1054018,1497530],[-1054030,1497470],[-1054049,1497460],[-1054153,1497430],[-1054037,1497430],[-1054004,1497480],[-1053585,1497260],[-1053666,1497340],[-1053691,1497300],[-1053630,1497220],[-1053629,1497200],[-1053649,1497320],[-1053590,1497300],[-1053575,1497300],[-1053509,1497210],[-1053527,1497180],[-1053384,1497370],[-1053410,1497310],[-1053317,1497410],[-1053317,1497440],[-1053919,1498220],[-1053828,1498140],[-1053740,1498180],[-1053883,1498240],[-1054221,1497830],[-1053705,1498170],[-1054319,1497810],[-1053815,1498250],[-1053722,1497890],[-1053774,1497950],[-1053627,1497910],[-1053556,1497820],[-1053515,1497810],[-1053522,1497850],[-1053578,1497900],[-1053939,1498100],[-1053896,1498170],[-1053775,1498220],[-1053780,1498250],[-1053944,1498220],[-1053876,1498140],[-1053921,1498120],[-1053952,1498140],[-1053922,1498170],[-1053846,1498220],[-1053892,1498210],[-1053942,1498160],[-1053834,1498050],[-1053902,1498180],[-1054000,1498190],[-1053938,1498180],[-1053974,1498120],[-1053977,1498100],[-1054017,1498040],[-1054032,1498050],[-1054045,1498150],[-1053970,1498160],[-1053910,1498170],[-1053858,1498140],[-1053806,1498190],[-1064385,1477909],[-1069297,1479617],[-1070534,1482340],[-1069745,1486798],[-1072969,1502600],[-1072085,1501491],[-1073256,1504079],[-1071699,1500586],[-1074063,1504241],[-1063236,1507728],[-1063044,1507069],[-1063628,1506720],[-1064426,1506548],[-1063059,1508027],[-1064578,1506079],[-1064565,1506239],[-1062520,1507383],[-1063928,1506854],[-1064592,1506264],[-1063465,1506155],[-1063491,1506691],[-1062817,1506967],[-1064487,1505122],[-1063220,1506001],[-1063847,1505280],[-1064500,1506539],[-1063654,1506244],[-1063857,1505437],[-1063553,1505835],[-1064282,1505890],[-1063399,1505826],[-1064341,1505361],[-1064736,1505016],[-1064471,1506032],[-1065016,1504034],[-1073792,1503356],[-1064458,1506271],[-1064683,1506564],[-1063235,1507109],[-1063084,1506208],[-1064586,1504909],[-1064655,1505125],[-1063685,1505459],[-1064566,1504911],[-1064453,1506464],[-1065398,1502745],[-1064124,1502652],[-1064993,1502136],[-1064269,1503007],[-1064372,1502346],[-1065859,1502474],[-1064197,1504894],[-1064258,1502284],[-1064834,1504679],[-1064819,1503019],[-1064553,1503041],[-1064442,1504985],[-1064794,1504856],[-1065430,1502745],[-1064955,1503878],[-1065224,1503717],[-1064597,1504012],[-1063964,1504899],[-1072806,1503577],[-1073413,1503010],[-1073248,1502867],[-1071183,1501472],[-1072324,1502307],[-1072561,1500967],[-1072419,1500873],[-1073356,1503580],[-1073773,1503332],[-1072449,1500876],[-1072354,1500554],[-1073678,1503136],[-1072497,1504605],[-1073698,1503096],[-1068176,1499272],[-1072556,1502172],[-1072244,1501876],[-1073617,1502767],[-1072548,1501687],[-1072582,1504016],[-1072315,1501770],[-1072228,1505597],[-1071915,1500332],[-1072331,1501845],[-1073427,1502972],[-1072240,1501736],[-1073209,1503064],[-1072483,1500908],[-1072223,1501275],[-1072527,1505868],[-1073708,1504051],[-1073536,1502928],[-1073298,1504325],[-1073153,1502834],[-1071445,1505737],[-1072889,1504522],[-1073048,1506286],[-1072694,1505503],[-1072447,1506593],[-1071569,1506137],[-1072493,1505101],[-1071969,1502346],[-1074324,1503828],[-1071521,1502246],[-1071467,1502356],[-1100427,1409273],[-1096188,1428746],[-1090868,1428316],[-1095768,1429996],[-1100847,1408023],[-1110872,1415431],[-1110988,1415341],[-1110945,1415391],[-1110957,1415331],[-1110976,1415321],[-1111080,1415291],[-1110964,1415291],[-1110931,1415341],[-1110512,1415121],[-1110593,1415201],[-1110618,1415161],[-1110557,1415081],[-1110576,1415181],[-1110517,1415161],[-1110502,1415161],[-1110436,1415071],[-1110311,1415231],[-1110337,1415171],[-1110244,1415271],[-1110244,1415301],[-1110241,1415391],[-1110393,1415371],[-1110437,1415271],[-1110649,1415751],[-1110701,1415811],[-1110554,1415771],[-1110483,1415681],[-1110442,1415671],[-1110449,1415711],[-1110505,1415761],[-1110310,1415591],[-1110233,1415561],[-1110866,1415961],[-1110823,1416031],[-1110871,1416081],[-1110803,1416001],[-1110848,1415981],[-1110879,1416001],[-1110849,1416031],[-1110819,1416071],[-1110869,1416021],[-1110761,1415911],[-1110829,1416041],[-1110927,1416051],[-1110865,1416041],[-1110901,1415981],[-1110904,1415961],[-1110944,1415901],[-1110959,1415911],[-1110972,1416011],[-1110897,1416021],[-1110837,1416031],[-1110785,1416001],[-1110846,1416081],[-1110755,1416001],[-1111188,1415621],[-1111258,1415581],[-1111246,1415671],[-1111148,1415691],[-1111292,1415641],[-1111327,1415601],[-1111160,1415491],[-1111243,1415471],[-1111359,1415331],[-1111358,1415221],[-1111358,1415191],[-1101517,1422883],[-1101417,1422703],[-1137233,1374042],[-1127142,1383656],[-1132042,1385153],[-1132462,1383938],[-98383,167829],[-98569,168023],[-98616,168101],[-98615,168161],[-98546,168092],[-98931,167886],[-94970,179086],[-95170,179217],[-95620,179101],[-95187,179165],[-95530,179139],[-95206,179018],[-95842,173920],[-95833,173844],[-96295,173405],[-96094,173687],[-96066,173549],[-95998,173864],[-92760,171783],[-92338,171859],[-92405,172469],[-92702,172224],[-92785,171807],[-92616,171829],[-94997,175884],[-94324,175295],[-94651,175585],[-94582,175733],[-94803,175593],[-94330,175981],[-94129,175869],[-94316,176366],[-94507,175715],[-94759,175794],[-96872,175428],[-97154,175156],[-96552,175543],[-97260,175496],[-96752,175501],[-97031,175532],[-96460,175210],[-97280,175359],[-96967,175413],[-96920,175393],[-98508,174126],[-98697,174053],[-97938,173708],[-97943,173857],[-98201,173929],[-97882,174079],[-97896,173720],[-98259,173483],[-98221,174602],[-98301,173799],[-97669,174875],[-97143,174164],[-97267,174420],[-97054,174577],[-97854,174651],[-96856,174378],[-97845,175269],[-96929,175087],[-97627,174891],[-97793,174474],[-95231,169748],[-96104,170014],[-95118,169333],[-95128,168984],[-95225,168692],[-95046,168789],[-96954,169487],[-95209,168730],[-96059,169653],[-97553,171010],[-95154,169114],[-95763,169571],[-95858,168532],[-96275,169313],[-95582,168413],[-96696,168618],[-96353,168479],[-96395,168777],[-95452,168346],[-95623,168492],[-95536,168783],[-95740,168436],[-98066,167654],[-98692,189533],[-98995,189092],[-98660,189539],[-98936,189120],[-98645,189699],[-98381,188850],[-90805,191727],[-90589,191846],[-90754,191424],[-90299,191626],[-90735,191607],[-90432,191631],[-99911,182505],[-99438,182062],[-100061,182414],[-99499,182002],[-99546,182044],[-99548,182137],[-93004,183036],[-91211,182439],[-92530,182128],[-92889,182222],[-91948,182594],[-91381,182247],[-96316,186702],[-96833,187072],[-96167,186718],[-96592,186761],[-96882,186900],[-96336,186677],[-100478,201498],[-100142,201528],[-100510,201365],[-100536,201619],[-100430,201576],[-100093,201482],[-92932,216615],[-93026,216854],[-93030,216188],[-92820,216586],[-92839,216677],[-92963,216550],[-97566,322808],[-97614,322610],[-98026,322722],[-97494,323083],[-97612,322674],[-98074,322933],[-97751,323279],[-97962,322879],[-98053,323216],[-97925,322776],[-97513,322904],[-97906,322825],[-98369,322675],[-98432,322811],[-98543,322830],[-98549,322771],[-98666,322580],[-98720,322473],[-101434,327329],[-101103,327344],[-101158,327338],[-101249,327093],[-101434,327122],[-101321,327090],[-101353,326765],[-101268,326807],[-101120,326769],[-101001,326686],[-100909,326399],[-101153,326644],[-99820,331044],[-99179,331459],[-99421,331508],[-99893,331252],[-99753,331093],[-99789,331169],[-98153,332873],[-97959,332748],[-97999,332823],[-98144,332900],[-97750,333055],[-97874,333040],[-98760,333630],[-98949,333830],[-99004,333895],[-98529,333459],[-98464,334005],[-98425,333446],[-98211,333430],[-98175,333395],[-98078,333265],[-98213,333394],[-97915,333198],[-97739,333134],[-95525,342584],[-95509,342578],[-95697,342493],[-95714,342778],[-95720,342602],[-96003,342408],[-95532,342313],[-95329,342575],[-95364,342287],[-95612,342362],[-95786,342271],[-95751,342293],[-94605,342413],[-94509,342427],[-94893,342458],[-94522,342495],[-94622,342558],[-94781,342122],[-96166,342093],[-96177,341850],[-96216,341970],[-95882,341909],[-96098,342123],[-96226,341758],[-96044,342417],[-95665,342475],[-95598,342481],[-95626,342507],[-95500,342462],[-95564,342458],[-89868,344593],[-90038,344991],[-89809,344434],[-90101,344556],[-89948,344955],[-90189,344779],[-89602,344454],[-89789,344441],[-89767,344442],[-89674,344470],[-93960,367338],[-94447,367677],[-94103,367971],[-93678,367853],[-93993,367817],[-93747,367558],[-92796,367778],[-92783,367666],[-92999,368634],[-93108,368384],[-93051,368536],[-93006,367676],[-93101,366577],[-92960,366712],[-92970,367191],[-93169,366895],[-93097,367453],[-93095,366422],[-98200,365528],[-98815,364845],[-98663,365755],[-98880,365232],[-98487,365044],[-98454,365987],[-98340,364984],[-98270,364729],[-97599,365289],[-98392,365096],[-98288,365344],[-98492,364800],[-97053,368623],[-97569,368707],[-97032,368794],[-96797,369428],[-97303,369489],[-97051,369090],[-97090,368494],[-96963,368970],[-96853,368913],[-97588,369358],[-97002,368933],[-97066,369045],[-100992,463053],[-100443,463107],[-100352,463039],[-100429,463214],[-100794,463135],[-100332,462957],[-91465,477233],[-90845,475194],[-90985,475047],[-91935,477057],[-90882,474963],[-91614,477308],[-91282,609095],[-91186,609042],[-1142071,1375733],[-1142528,1374503],[-1144957,1435750],[-1144515,1437000],[-1151985,1486840],[-1151929,1486988],[-1163432,1421789],[-1162749,1421648],[-1163127,1421707],[-1162958,1421633],[-1163043,1421696],[-1163608,1421702],[-1159857,1422976],[-1160272,1422698],[-1160648,1422921],[-1160172,1422871],[-1160367,1422659],[-1160373,1422695],[-1152165,1487351],[-1173795,1425213],[-1173768,1425080],[-1173634,1425116],[-1173963,1425233],[-1173864,1425327],[-1173721,1425187],[-1165230,1423973],[-1165146,1424122],[-1165783,1423925],[-1164930,1424333],[-1165628,1423962],[-1165261,1423832],[-1173536,1470985],[-1173294,1471307],[-1173253,1471354],[-1173580,1470846],[-1175057,1461227],[-1175047,1461236],[-1175320,1461680],[-1174683,1461127],[-1174808,1461073],[-1175075,1461257],[-1172772,1481618],[-1172895,1481792],[-1172657,1481742],[-1172910,1482106],[-1172504,1482081],[-1174242,1483329],[-1174433,1482380],[-1173748,1482569],[-1173892,1482957],[-1174288,1482961],[-1174506,1482338],[-1164933,1473316],[-1165121,1474197],[-1165131,1473921],[-1165110,1473786],[-1165128,1473835],[-1172691,1481618],[-1177985,1399173],[-1178116,1399297],[-1178379,1398958],[-1177783,1398578],[-1178429,1399250],[-1178330,1398804],[-1179393,1427444],[-1179478,1427164],[-1179653,1427458],[-1179519,1427199],[-1179433,1427556],[-1179982,1427489],[-1185835,1433104],[-1186228,1432676],[-1186324,1432787],[-1185657,1432619],[-1185580,1433038],[-1185602,1433146],[-1190248,1431125],[-1180546,1433676],[-1180729,1433724],[-1180360,1433666],[-1177743,1427923],[-1177913,1427858],[-1187079,1434019],[-1182328,1443503],[-1182173,1443812],[-1182445,1443533],[-1182243,1443701],[-1182365,1442832],[-1182612,1442978],[-1182191,1439216],[-1182423,1439418],[-1182273,1438758],[-1181992,1438713],[-1182543,1439469],[-1181730,1438793],[-1182058,1437813],[-1182714,1437429],[-1182540,1437555],[-1182327,1437601],[-1182452,1437600],[-1182102,1437824],[-1181026,1434140],[-1180694,1433860],[-1180871,1433909],[-1179448,1454370],[-1179878,1454193],[-1179442,1454199],[-1179083,1454243],[-1179329,1454257],[-1179840,1454241],[-1178543,1450083],[-1178512,1450136],[-1178347,1450266],[-1178577,1450572],[-1178655,1450556],[-1178810,1450176],[-1178719,1471453],[-1178629,1470941],[-1179124,1471265],[-1178732,1471484],[-1179205,1471515],[-1178699,1470726],[-1183885,1463294],[-1183691,1463183],[-1184094,1464136],[-1183953,1463422],[-1184190,1463940],[-1184114,1463863],[-1177912,1463820],[-1177947,1464195],[-1177696,1463680],[-1196911,1393090],[-1197006,1393124],[-1196648,1393824],[-1196709,1394085],[-1196518,1393447],[-1196533,1393356],[-1196674,1399141],[-1196541,1399305],[-1196919,1399273],[-1196589,1398964],[-1195890,1398961],[-1196841,1399008],[-1195335,1402702],[-1196031,1402686],[-1195472,1402858],[-1195292,1402853],[-1195825,1402497],[-1195557,1402468],[-1200741,1418381],[-1200899,1418533],[-1200769,1418282],[-1200745,1418025],[-1200689,1418306],[-1200804,1417919],[-1191228,1411719],[-1191848,1411042],[-1191681,1411417],[-1191495,1411637],[-1191433,1411740],[-1192013,1411409],[-1199564,1413773],[-1200042,1413819],[-1190633,1431101],[-1190487,1430865],[-1190764,1430824],[-1190976,1430888],[-1200156,1435772],[-1200130,1435893],[-1200349,1435716],[-1200297,1436415],[-1200187,1435865],[-1199629,1436439],[-1200057,1464198],[-1200330,1465470],[-1195916,1460356],[-1196062,1460480],[-1196036,1460357],[-1203177,1467986],[-1195919,1460468],[-1195673,1460328],[-1195910,1460332],[-1203077,1475399],[-1202886,1475146],[-1202967,1474975],[-1203093,1475496],[-1203063,1475309],[-1203043,1475134],[-1213059,1427009],[-1213423,1427229],[-1212957,1426380],[-1213222,1426785],[-1212983,1426933],[-1213124,1426294],[-1215933,1432623],[-1215385,1432918],[-1215130,1432749],[-1214838,1432834],[-1214729,1432716],[-1214741,1432450],[-1214846,1431877],[-1214856,1432402],[-1212604,1429767],[-1212641,1429961],[-1206239,1443302],[-1205694,1441995],[-1210790,1443373],[-1210522,1443391],[-1211079,1443556],[-1211298,1443448],[-1210870,1443400],[-1209746,1443357],[-1207957,1438773],[-1207856,1438800],[-1207755,1439037],[-1207599,1438428],[-1207780,1438822],[-1207001,1438688],[-1210019,1441113],[-1209900,1441165],[-1210067,1441114],[-1210070,1441118],[-1210204,1441216],[-1210221,1441247],[-1206749,1440232],[-1206217,1440568],[-1206890,1440095],[-1206458,1440179],[-1206992,1439791],[-1206951,1440012],[-1209054,1441074],[-1209178,1441062],[-1209211,1441447],[-1209154,1441181],[-1209059,1440961],[-1209687,1441114],[-1209329,1451098],[-1213927,1479920],[-1212967,1479733],[-1214696,1483038],[-1213117,1480536],[-1213689,1480872],[-1213624,1480420],[-1215443,1482701],[-1204252,1473584],[-1204006,1473439],[-1204277,1473495],[-1204475,1472962],[-1205218,1472967],[-1204404,1473553],[-1216066,1432775],[-1216022,1432646],[-1223951,1432931],[-1224337,1432944],[-1223723,1433306],[-1223920,1432853],[-1224287,1432511],[-1223760,1433144],[-1223001,1443935],[-1222618,1444199],[-1222601,1444128],[-1223097,1443932],[-1222939,1444287],[-1222639,1443786],[-1217370,1442475],[-1216241,1442527],[-1216327,1442821],[-1216427,1442667],[-1216289,1442670],[-1216981,1439787],[-1217050,1439850],[-1217149,1440114],[-1217081,1440178],[-1217294,1439510],[-1217083,1439748],[-1221689,1450600],[-1221324,1450704],[-1221482,1450588],[-1221299,1450845],[-1221709,1450765],[-1221326,1450823],[-1221611,1450722],[-1221699,1450542],[-1228287,1452590],[-1228175,1452510],[-1228236,1452337],[-1228493,1452309],[-1228236,1451963],[-1228742,1452364],[-1224935,1471464],[-1225152,1469184],[-1228159,1472148],[-1227904,1472113],[-1227958,1472006],[-1228201,1472042],[-1225142,1469750],[-1225119,1469986],[-1225818,1469405],[-1225601,1469376],[-1225224,1469666],[-1225267,1469791],[-1216481,1479809],[-1227876,1472532],[-1228004,1472223],[-1233922,1436791],[-1233737,1436951],[-1235327,1440783],[-1235129,1440195],[-1235253,1441196],[-1235120,1440657],[-1234869,1440934],[-1235293,1440523],[-1239143,1434018],[-1239207,1433854],[-1239216,1434321],[-1239135,1433966],[-1239214,1434042],[-1234491,1455365],[-1234323,1454873],[-1234489,1455363],[-1234369,1454922],[-1234405,1455157],[-1234491,1455268],[-1232746,1458283],[-1232790,1457700],[-1232927,1457718],[-1232618,1458386],[-1232585,1458004],[-1232543,1457719],[-1237515,1459288],[-1237212,1459282],[-1237655,1458944],[-1237371,1459239],[-1231794,1458947],[-1231960,1458984],[-1231906,1458858],[-1232358,1458713],[-1231796,1458670],[-1237647,1459478],[-1237423,1459459],[-1240417,1460553],[-1240311,1460795],[-1240177,1460553],[-1240147,1460518],[-1240029,1460831],[-1240067,1460476],[-1244030,1452012],[-1243639,1450712],[-1243362,1461575],[-1243269,1461644],[-1243549,1461565],[-1243771,1461427],[-1243567,1461593],[-1243646,1461591],[-1246339,1461178],[-1246542,1461039],[-1246331,1461102],[-1246475,1461186],[-1252682,1479427],[-1251694,1476518],[-1254117,1482963],[-1248137,1479168],[-1251469,1476516],[-1247908,1513869],[-1248285,1513968],[-1263467,1376819],[-1263697,1376388],[-1263661,1376993],[-1263704,1376437],[-1263524,1376887],[-1263389,1375807],[-1264701,1397345],[-1264860,1396981],[-1265307,1396531],[-1264930,1397070],[-1264124,1397097],[-1264949,1397162],[-1259584,1497046],[-1260439,1497383],[-1261127,1497220],[-1264511,1491618],[-1265372,1492109],[-1266444,1491979],[-1265201,1491428],[-1265145,1491959],[-1266372,1488270],[-1266353,1488102],[-1266260,1487823],[-1266399,1488142],[-1266527,1487891],[-1266589,1488061],[-1266666,1487462],[-1266697,1487623],[-1266763,1487537],[-1266770,1487624],[-1266714,1487661],[-1266578,1487504],[-1259441,1495854],[-1259346,1495684],[-1259669,1495870],[-1259470,1495496],[-1259640,1495845],[-1259590,1495998],[-1259689,1493846],[-1259687,1494069],[-1259598,1494104],[-1259777,1494301],[-1259516,1494198],[-1259882,1493977],[-1260700,1500110],[-1260460,1498866],[-1259944,1498095],[-1261646,1500154],[-1262144,1501136],[-1263578,1498885],[-1263674,1499250],[-1264196,1498913],[-1263535,1499221],[-1263610,1498842],[-1263595,1498926],[-1262501,1503227],[-1262335,1503099],[-1262313,1503101],[-1262593,1503236],[-1262560,1503213],[-1262778,1503129],[-104680,175381],[-104608,175989],[-104207,175356],[-104875,175817],[-104981,175611],[-104669,175624],[-106143,191978],[-106132,191387],[-105762,191744],[-106273,191918],[-106140,191519],[-111308,196821],[-111352,196675],[-111390,196327],[-111431,196759],[-111306,196971],[-111167,196741],[-106261,192209],[-110084,193745],[-110197,193726],[-109554,193606],[-110187,193425],[-109669,193620],[-110144,193715],[-105639,209255],[-105655,209320],[-105589,209067],[-105592,208936],[-105847,209088],[-105779,209066],[-114165,250681],[-113882,250630],[-114207,250634],[-114026,250518],[-114350,250336],[-114016,250356],[-105763,294206],[-105359,294380],[-105145,293900],[-105416,294210],[-105440,294086],[-105422,294284],[-105366,294312],[-105215,294387],[-105313,294379],[-105019,294413],[-106126,294450],[-106152,294266],[-106187,294267],[-106049,294283],[-105816,299757],[-105849,299972],[-105738,299628],[-105840,300158],[-105662,299455],[-105919,300185],[-106129,294627],[-105622,294868],[-105015,294800],[-104967,294748],[-105153,295068],[-105043,294784],[-105139,294632],[-104932,294785],[-105208,294663],[-105219,294655],[-111324,305884],[-111694,305797],[-111810,305895],[-111532,305762],[-111432,305548],[-111405,305901],[-110794,306318],[-110819,306320],[-110898,306344],[-110893,306518],[-110860,305924],[-110653,306266],[-110942,305416],[-110739,305606],[-110532,305486],[-110940,305323],[-110483,305339],[-110361,305371],[-106414,374527],[-106289,374428],[-106314,374983],[-106493,375283],[-106330,374850],[-106221,375021],[-107047,374188],[-106886,373879],[-106802,374121],[-106953,374209],[-107056,374171],[-106799,374211],[-103778,447276],[-103670,446906],[-104224,447861],[-104078,447532],[-104156,447406],[-103693,447276],[-109061,440570],[-108872,440250],[-109364,439924],[-109743,439901],[-108827,440264],[-109664,439981],[-109982,441153],[-109619,441020],[-109541,440554],[-109921,439848],[-109355,440271],[-110093,439792],[-110360,440690],[-109966,440950],[-109966,441148],[-109862,440991],[-110220,440440],[-110040,441141],[-110155,443207],[-110191,442950],[-109748,443176],[-109838,443287],[-109794,442920],[-109713,443382],[-105848,449386],[-105661,448770],[-105887,449130],[-106541,448228],[-105913,449255],[-106014,449246],[-108770,453504],[-108785,453503],[-108124,453241],[-107999,453222],[-108510,453775],[-108570,453696],[-108564,453758],[-108564,453672],[-108464,453861],[-108340,453795],[-108458,453818],[-108259,453672],[-106209,456773],[-106183,456814],[-106084,456822],[-106076,457026],[-106300,456867],[-106155,456821],[-107129,457148],[-107085,457206],[-107034,457139],[-106983,457150],[-107177,457141],[-106982,456899],[-104346,463487],[-104439,464583],[-104173,463894],[-104262,463612],[-104392,463815],[-104306,464456],[-104335,463919],[-104331,464586],[-104236,464357],[-104334,464585],[-104290,464047],[-104386,463705],[-108407,466684],[-108065,466436],[-108657,466553],[-108292,466445],[-108582,466501],[-108197,466398],[-108710,466206],[-108719,466377],[-108938,466352],[-108425,466768],[-108705,466173],[-108582,466201],[-107086,466580],[-106991,466567],[-107194,466540],[-107789,466622],[-107126,466511],[-107311,466529],[-110834,613791],[-110795,613893],[-111949,617640],[-111947,617758],[4321,149352],[4518,148973],[4416,149188],[4258,149260],[4515,148983],[4582,148801],[4367,149719],[4546,149093],[4667,149563],[4612,149580],[3570,150401],[3370,150259],[3516,150349],[3354,150289],[2477,148989],[3596,150241],[3102,150551],[3535,150070],[3588,150257],[3260,150428],[2904,148518],[2825,148496],[2955,148361],[3288,148648],[2912,148451],[3105,148479],[3281,148551],[3426,148766],[2932,148417],[3108,148493],[4530,150624],[4565,150529],[4645,150804],[4549,150196],[4440,150554],[4605,150716],[4704,150710],[4460,149249],[4500,150583],[4739,150172],[7181,149240],[6959,149153],[7359,148929],[7139,149049],[7236,149202],[7142,149099],[7161,149262],[7314,149163],[6874,149043],[7215,149113],[6965,149574],[6975,149485],[6949,149265],[6888,149650],[7091,149711],[6652,149363],[7256,149563],[7119,149763],[6930,149408],[7116,149488],[12658,149736],[12571,149653],[12649,150288],[12399,149964],[12713,150442],[12664,149981],[12423,149812],[11621,163009],[11761,162859],[12793,203343],[9688,214661],[9536,214943],[9592,214573],[9588,214597],[9627,214628],[9514,214461],[2839,238374],[2886,238518],[1977,238329],[1570,237389],[3084,238189],[2166,238328],[4580,234358],[3767,234059],[4675,234379],[4168,234040],[4725,233919],[4560,234410],[87,235106],[9,234823],[361,279242],[377,279190],[284,279232],[609,279073],[594,279035],[718,279205],[8433,322992],[8483,321739],[9171,322766],[9558,323725],[8580,322705],[9680,323218],[8594,322169],[8748,322219],[8655,322602],[9147,322924],[8926,322471],[8513,322069],[12103,351606],[12176,351587],[12310,351890],[11850,351836],[12009,351607],[11945,351663],[12661,598520],[12248,598691],[9889,598410],[9988,598108],[5289,94015],[5262,93811],[5432,97417],[5609,97591],[5322,97701],[6095,99218],[6019,99199],[5291,97824],[5642,97616],[5451,97403],[9733,90855],[9462,91104],[10234,90886],[9849,91303],[9919,91051],[10101,91125],[5990,94912],[9751,91400],[10217,90960],[5728,94789],[3936,101984],[3558,102582],[3850,102267],[3825,102192],[3567,102508],[3750,102424],[3984,101907],[3695,102380],[3703,103304],[3839,103535],[3867,103487],[4287,103912],[4271,103991],[3649,103394],[3641,103331],[3635,103213],[3842,103648],[3865,102789],[3646,102886],[4133,105988],[4152,106050],[4445,106619],[4250,104694],[4081,104643],[4240,105347],[4096,105782],[4196,105417],[4046,104726],[4092,105704],[3857,102716],[129303,408924],[129366,408727],[136210,405126],[136794,406192],[177617,392600],[177456,392920],[177334,393104],[177595,392968],[177643,392867],[177274,392856],[167951,399749],[167625,399531],[167848,399767],[168206,398730],[168360,399153],[167562,399681],[168424,399019],[168440,398824],[168356,399946],[168234,398876],[168737,399228],[168675,399319],[168535,399576],[168335,400191],[168365,399873],[167972,399442],[168343,400059],[167986,399698],[168488,399078],[168246,399210],[168401,399481],[168320,400127],[168778,399074],[168397,399595],[174675,420472],[175067,420661],[174848,420089],[175430,420264],[175610,419837],[175005,420738],[172774,418729],[173028,418797],[172048,419172],[172157,418946],[172202,418609],[172522,419227],[171237,419297],[171763,419097],[171539,418892],[171644,419190],[171493,419331],[171385,418872],[173609,420577],[173107,420215],[173652,420572],[173184,420275],[173031,420231],[173381,420460],[173101,419071],[173063,419055],[173059,419051],[173031,419183],[173052,418765],[173017,419078],[170210,414448],[169933,414410],[170155,414397],[170020,414295],[170419,413842],[169925,413924],[168813,414000],[168668,413938],[168624,413956],[168571,414429],[168717,414104],[168668,413849],[168866,412831],[168859,412939],[168916,412880],[168867,412925],[168772,413054],[168838,412980],[179007,580659],[178921,580642],[178907,580774],[178814,580801],[178727,580785],[178726,580808],[178711,580829],[178748,580834],[178787,580833],[178721,580855],[178641,580849],[178616,580772],[178791,580802],[178824,580794],[178810,580839],[178789,580849],[178745,580829],[178729,580814],[178704,580863],[178394,580644],[178340,580628],[178363,580609],[178405,580628],[178386,580683],[178537,580705],[178435,580657],[178342,580652],[178275,580640],[178433,580464],[178387,580416],[178439,580369],[184579,389631],[184410,389524],[184433,389438],[184544,390045],[184684,389876],[184599,389685],[184348,389988],[184708,389538],[184340,389662],[183541,391720],[183592,391680],[184188,389738],[184200,389841],[184261,389859],[181046,389675],[181136,389891],[180824,389845],[180849,389881],[180934,390406],[181238,391002],[181340,390740],[181293,390746],[181028,390904],[181346,390941],[188882,584168],[188630,584215],[188876,584408],[188712,584437],[188623,584329],[188672,584333],[188696,584491],[188575,584461],[188548,584250],[188785,584166],[188941,584075],[188940,584044],[188716,584083],[188792,584005],[189003,583916],[189001,583955],[189062,583970],[188894,583958],[188991,583991],[188989,584039],[188949,583928],[196260,407723],[195506,408197],[195795,408301],[196668,407886],[196461,408006],[196258,407816],[196547,408666],[196340,408324],[195390,408295],[195668,408162],[196307,408918],[196381,408720],[195768,407948],[195876,408284],[196406,408718],[196302,408744],[233980,274528],[233889,274489],[233869,274609],[233766,274608],[233691,274569],[233683,274591],[233677,274606],[233714,274620],[233752,274630],[233689,274632],[233615,274603],[233600,274524],[233743,274604],[233768,274605],[233753,274644],[233745,274647],[233709,274615],[233694,274597],[233674,274635],[233404,274340],[233355,274311],[233373,274299],[233409,274330],[233388,274375],[233542,274438],[233465,274362],[233370,274331],[233303,274303],[233477,274180],[233445,274121],[233508,274091],[234903,281131],[234813,281091],[234804,281261],[234707,281271],[234622,281261],[234620,281281],[234610,281321],[234648,281331],[234687,281331],[234622,281361],[234542,281351],[234516,281261],[234684,281271],[234714,281251],[234702,281311],[234686,281341],[234643,281321],[234627,281301],[234606,281371],[234292,281101],[234238,281081],[234258,281051],[234300,281071],[234283,281141],[234439,281191],[234342,281151],[234246,281131],[234177,281111],[234333,280911],[234289,280861],[234343,280821],[238742,319438],[238192,320738],[248528,205711],[14829,152930],[14969,152780],[12995,150085],[12991,150326],[12810,150277],[14485,152257],[14279,152278],[13875,151639],[13954,151293],[14107,151615],[14128,152090],[14405,152113],[14232,152336],[14391,152413],[13940,151479],[16932,153526],[16334,152921],[16290,152829],[16924,153505],[16672,153040],[17242,154705],[17601,154540],[17287,154553],[17063,154701],[17252,154559],[17264,154668],[17223,154629],[17222,154589],[17011,154829],[17290,154579],[16875,154539],[17024,154400],[16716,154382],[17017,154067],[16587,153943],[13973,165746],[13670,164977],[13331,165758],[13564,165145],[13975,165354],[13952,165448],[24653,171306],[24979,171043],[24018,171217],[24462,171269],[25075,171188],[24637,171311],[19449,169475],[19413,169151],[19316,169564],[19258,169588],[19789,169192],[20024,169339],[17372,201495],[17528,201388],[16703,201277],[17197,200900],[17130,201115],[16729,201321],[18617,203193],[18225,203344],[18701,203379],[18733,203452],[18834,203254],[19041,203824],[13908,201853],[13324,203613],[13222,203431],[13516,202297],[13537,202197],[17189,194219],[16621,194136],[17523,193682],[17658,193647],[17322,194400],[17461,193966],[13132,214575],[13882,214579],[13166,214720],[13250,214579],[13267,214690],[13910,214603],[21673,219806],[20596,219979],[21706,219565],[21578,219978],[21385,219182],[21233,219206],[23777,249540],[25388,249150],[25344,249316],[25204,249433],[25583,250255],[25041,249728],[25285,249482],[25401,250191],[25492,249699],[25144,249586],[24935,250015],[22816,249388],[22465,250714],[22969,249895],[22838,249931],[23162,249577],[23080,249627],[23098,250221],[23144,249744],[23155,249532],[23348,249880],[23324,249707],[23123,249774],[23416,249710],[23285,249652],[23050,249953],[23367,249729],[23321,249821],[23268,249529],[22665,249513],[23556,249771],[22959,249815],[23584,249871],[23217,249742],[23506,249157],[23732,249958],[23425,249614],[23607,249353],[23620,249369],[23713,249221],[23858,249373],[23056,249591],[24017,249199],[23105,249161],[22996,248775],[23205,248893],[23211,248919],[23250,248617],[23127,249056],[23186,248860],[23035,248807],[22692,248851],[22983,249947],[22946,250072],[22854,249941],[22772,250643],[23003,249700],[22824,249371],[23563,249949],[22586,249600],[22630,249375],[23039,249762],[22555,249367],[23096,249818],[22024,250477],[22279,250557],[22198,250590],[22314,250915],[21894,250563],[22305,250677],[22078,250792],[21930,250712],[22278,250543],[23096,250638],[22857,250504],[22663,250428],[22913,250238],[22632,250477],[22567,250615],[23035,250247],[22686,250325],[20810,251274],[21657,250927],[21291,250989],[21154,250887],[20442,250257],[20436,250283],[20459,250599],[21093,251015],[20435,250803],[21158,250230],[20379,250911],[20881,251376],[21627,251631],[21330,251639],[21090,251292],[21055,251113],[22972,251519],[21762,251242],[22998,251524],[21214,251351],[20708,250860],[20853,251081],[21536,250565],[20905,250830],[20838,250696],[20965,250547],[20534,250660],[20872,250207],[20498,250548],[20864,250394],[20844,250340],[22808,250391],[22407,250039],[22349,250290],[22589,250360],[22537,250179],[21459,251447],[22020,251935],[21300,251315],[21744,251434],[21382,251770],[21517,251165],[22063,251590],[21874,251062],[22211,251493],[22179,251628],[22108,251890],[21244,250827],[20346,250565],[19548,258469],[19595,258273],[19849,258020],[20477,257540],[20450,257785],[20396,257786],[19601,257942],[20103,257271],[20151,257570],[20957,258139],[21138,257980],[21230,258417],[21017,257967],[20763,258742],[20358,257862],[19693,258923],[20170,259450],[19516,258917],[20269,259367],[19544,258723],[20228,258792],[20131,258285],[20271,258244],[20514,257954],[20736,258420],[20069,258784],[19761,258431],[19725,258597],[20109,258584],[19950,258442],[19754,258917],[19963,259187],[20239,259408],[19946,258988],[19870,259239],[19560,256739],[19579,256849],[19282,257154],[19417,256876],[19881,257045],[19563,258040],[19476,258041],[19308,257572],[19497,257718],[19394,257606],[19600,257267],[19584,257187],[19644,257002],[19520,257476],[19621,257127],[19934,258300],[20803,258089],[20359,258779],[19529,257513],[16313,277618],[16244,277399],[15653,277811],[15458,277908],[16461,278060],[16134,277719],[16693,278403],[16228,278466],[16478,278811],[16809,278339],[16607,278958],[16519,278644],[20495,279700],[20622,279529],[20694,279576],[20755,279647],[20369,279698],[20661,280025],[23908,288927],[23895,288747],[23623,289076],[23838,288997],[23756,288823],[23702,288766],[21065,296584],[21180,296293],[21026,296401],[21013,296370],[21187,296288],[21362,296245],[20824,296839],[21229,296997],[21323,297376],[21084,297076],[21569,296648],[21044,297045],[21417,296290],[21696,296195],[21623,296241],[21427,296256],[21639,295986],[22507,295022],[22592,295248],[22439,295009],[22349,295058],[22364,294669],[22425,294857],[21808,296081],[20583,298700],[20611,298616],[20589,299081],[20620,298877],[20578,298992],[20569,299058],[13447,325353],[14062,321704],[25143,322168],[15532,355518],[15571,355949],[15804,355775],[15594,355999],[15638,355830],[15233,355797],[13179,354971],[13346,354902],[12908,354913],[13101,354606],[13403,354670],[13295,354691],[16681,348314],[16918,348375],[16653,348569],[16582,348037],[16299,348269],[16702,348365],[20820,370536],[21100,370288],[21205,370253],[21098,370295],[21138,370284],[21275,370197],[23986,369400],[23804,369466],[23487,369163],[23650,369096],[23234,369369],[23315,369238],[23768,369324],[23103,369137],[23677,369290],[23087,369207],[23815,368585],[23449,369099],[23581,368987],[23140,368901],[23726,368855],[23568,368793],[15393,364072],[15062,363969],[14861,364026],[14892,364376],[15373,364164],[15068,363847],[17563,368141],[17537,368457],[17342,368135],[17264,368620],[17510,368184],[17446,368557],[21181,374867],[21767,374604],[21605,374546],[21583,374435],[21364,374377],[21944,374484],[17097,378839],[16751,378557],[17164,378955],[17054,378846],[17055,378472],[17110,378911],[19519,373785],[19435,373780],[19574,373524],[19172,373982],[19545,373362],[19285,373536],[21185,383392],[20985,383440],[21327,383316],[21257,383245],[20954,383310],[20996,383219],[20330,381289],[16898,379435],[16871,379453],[16862,379312],[16972,379233],[16989,379214],[17281,379494],[18883,373605],[18646,373670],[18769,373637],[18779,373544],[18746,373415],[18761,373436],[18900,373215],[25288,383985],[25367,384086],[25419,384015],[25337,384044],[22193,384547],[22192,384416],[22472,384608],[22398,384578],[22215,384745],[22267,384391],[24691,384300],[25587,384251],[25283,399400],[25303,399372],[24856,399468],[25316,399256],[24913,399470],[25321,399266],[15567,594815],[15200,597048],[15394,596776],[15767,598228],[16058,598364],[16249,92709],[15957,92601],[16071,92202],[15248,91563],[16167,92351],[15140,91822],[16157,92590],[15989,92150],[16035,91804],[16044,92412],[15417,93643],[15700,93294],[15702,93271],[15516,93584],[15370,93270],[15578,93405],[15556,93647],[16025,92973],[15657,93536],[15381,93042],[281031,324857],[280941,324817],[280932,324987],[280835,324997],[280750,324987],[280748,325007],[280738,325047],[280776,325057],[280815,325057],[280750,325087],[280670,325077],[280644,324987],[280812,324997],[280842,324977],[280830,325037],[280814,325067],[280771,325047],[280755,325027],[280734,325097],[280420,324827],[280366,324807],[280386,324777],[280428,324797],[280411,324867],[280567,324917],[280470,324877],[280374,324857],[280305,324837],[280461,324637],[280417,324587],[280471,324547],[285118,309895],[285121,309649],[284887,309822],[284896,309660],[285019,309608],[284997,309656],[284856,309626],[284916,309520],[285120,309556],[285137,309806],[285190,309977],[285219,309985],[285246,309759],[285316,309847],[285330,310079],[285292,310067],[285254,310124],[285316,309965],[285256,310049],[285207,310035],[285333,310025],[308449,284812],[308359,284772],[308352,284943],[308255,284953],[308187,284932],[308167,284963],[308158,285003],[308196,285013],[308235,285013],[308170,285043],[308090,285033],[308063,284942],[308232,284953],[308261,284933],[308231,284991],[308234,285023],[308191,285003],[308175,284983],[308154,285053],[307835,284837],[307784,284762],[307837,284715],[307833,284791],[307888,284807],[307983,284872],[307890,284833],[307794,284813],[307725,284793],[307881,284593],[307835,284542],[307888,284500],[311240,388999],[318136,409745],[318844,408791],[310858,397506],[317340,405075],[317112,407871],[316825,407337],[330991,542104],[331131,541954],[331287,541652],[331197,541612],[331188,541782],[331091,541792],[331006,541782],[331004,541802],[330994,541842],[331032,541852],[331071,541852],[331006,541882],[330926,541872],[330900,541782],[331068,541792],[331098,541772],[331086,541832],[331070,541862],[331027,541842],[331011,541822],[330990,541892],[330676,541622],[330622,541602],[330642,541572],[330684,541592],[330667,541662],[330823,541712],[330726,541672],[330630,541652],[330561,541632],[330717,541432],[330673,541382],[330727,541342],[32753,167293],[32928,167097],[32836,166803],[32853,167378],[32796,167245],[32676,167270],[35665,168228],[35447,168447],[35868,168204],[35950,168165],[35751,167927],[35960,168369],[29728,180650],[29592,180563],[29718,180437],[29334,180771],[29595,180805],[29822,180528],[26940,186301],[28034,186394],[27240,186536],[28008,186324],[27095,186392],[26912,186368],[30993,189188],[31070,189295],[31418,190179],[30957,189392],[31498,190180],[30962,189260],[32045,197198],[36682,202622],[36802,202510],[27352,200026],[27120,200129],[27159,199990],[27218,199948],[27070,200167],[26348,200007],[26198,204128],[26258,203915],[26365,204000],[26256,204284],[26347,204201],[26239,204089],[31816,196284],[32501,196327],[32043,196160],[32181,196905],[31919,196300],[32361,196409],[31963,226521],[31764,226512],[31989,226658],[32349,226767],[31933,226648],[31955,226791],[25806,249880],[25860,249859],[26124,248924],[26331,248729],[26209,249155],[26072,248948],[26189,248967],[26081,248751],[26406,248979],[26124,248916],[26144,248869],[26649,248052],[26641,247951],[26701,248046],[26479,248168],[26112,248054],[26350,248055],[26545,248122],[26390,248068],[26230,248340],[26181,248200],[27036,248403],[27271,248454],[27292,248697],[27278,248899],[27518,249004],[27067,248500],[27291,248751],[27186,248492],[27139,248572],[27437,248770],[26052,249319],[26234,248992],[26878,248910],[26622,248640],[26694,248542],[26922,249275],[26900,248752],[26622,248753],[26270,249248],[26141,249417],[25923,249416],[34219,250945],[35166,250814],[34069,250577],[34833,249676],[34950,249751],[34715,249729],[35104,250153],[34980,250026],[33412,249761],[33987,249750],[33102,250257],[33376,249547],[33485,249505],[28782,249919],[28445,249039],[29025,249182],[28684,249872],[28469,249959],[34225,250044],[34221,249838],[34185,249912],[34595,249703],[34359,249912],[34173,281601],[32953,280763],[32696,280567],[34039,281430],[34757,282432],[34194,281997],[31028,284458],[30465,284579],[31280,284105],[30586,284524],[30339,286072],[31543,284017],[31797,315121],[32760,316493],[32287,316156],[32452,316755],[31921,315959],[32851,316588],[31871,316618],[31808,316241],[31842,316667],[31411,316813],[31023,315974],[31259,315926],[31256,316155],[31633,316283],[31720,316279],[31279,316210],[33740,315392],[33697,315191],[33619,315341],[33630,315253],[33491,315524],[33695,315306],[26144,324191],[26202,398982],[26274,399228],[26002,398776],[26154,398972],[26193,399044],[26227,399373],[33909,404716],[33796,404952],[33981,404690],[33816,404936],[33813,404973],[34045,405016],[31814,403860],[32083,404145],[31775,403937],[32046,404193],[32004,404201],[31623,403883],[394736,-96770],[394704,-95580],[387693,307053],[387229,307290],[387172,307297],[387177,307262],[387224,307262],[387129,307349],[387182,307103],[387120,307077],[387150,307017],[387200,307335],[387790,307047],[387759,307206],[387677,307260],[387596,307288],[387603,307307],[387611,307345],[387649,307337],[387684,307320],[387639,307374],[387500,307333],[387656,307270],[387675,307240],[387690,307298],[387688,307330],[387641,307331],[387618,307320],[387629,307390],[387239,307330],[387400,307304],[387294,307310],[387563,307401],[442823,425955],[442733,425915],[442724,426085],[442627,426095],[442542,426085],[442540,426105],[442530,426145],[442568,426155],[442607,426155],[442436,426085],[442604,426095],[442634,426075],[442622,426135],[442606,426165],[442563,426145],[442547,426125],[442212,425925],[442158,425905],[442178,425875],[442220,425895],[442203,425965],[442359,426015],[442097,425935],[442253,425735],[442209,425685],[442263,425645],[440569,433557],[440611,433725],[440610,433656],[440580,433714],[440589,433734],[440652,433821],[440560,433751],[440567,433688],[440108,433590],[440221,433578],[440213,433628],[440115,433654],[440103,433667],[440194,433584],[440139,433556],[440129,433545],[440018,433579],[440013,433616],[440021,433374],[440004,433438],[439990,433308],[440007,433288],[440057,433221],[440169,433322],[440144,433421],[440605,433184],[440682,433173],[440541,433114],[440434,433132],[440392,433121],[440420,433098],[440904,433157],[440877,433093],[440901,433134],[440941,433170],[440932,433185],[440927,433255],[440944,433258],[440922,433090],[440865,433078],[440852,433012],[440761,432963],[440842,433058],[440945,433624],[440975,433699],[440956,433547],[441036,433678],[440849,433695],[440900,433767],[440904,433948],[440830,434041],[440812,434065],[440745,425808],[440728,425563],[440509,425755],[440505,425592],[440623,425531],[440605,425580],[440462,425562],[440514,425451],[440719,425471],[440757,425718],[440824,425885],[440854,425890],[440862,425662],[440972,425975],[440932,425966],[440900,426025],[440949,425862],[440896,425950],[440846,425941],[440971,425920],[447793,426412],[447766,426489],[447801,426486],[447789,426439],[447754,426427],[447749,426469],[447758,426560],[447745,426447],[447898,426463],[447754,426491],[447731,426463],[447756,426397],[447770,426383],[447791,426314],[447774,426308],[447688,426361],[447727,426425],[447757,426479],[447813,426501],[447806,426572],[447754,426603],[447712,426503],[447831,426524],[447857,425948],[447845,425869],[447782,425934],[447828,426023],[447776,425880],[447786,425827],[447976,425889],[447940,425811],[447977,425634],[447609,427292],[447581,427265],[447621,427240],[447500,427128],[447433,427137],[447519,430822],[447488,430736],[447366,430805],[447295,430738],[447260,430658],[447241,430669],[447214,430674],[447230,430708],[447252,430740],[447197,430698],[447159,430627],[447211,430561],[447281,430720],[447307,430740],[447260,430756],[447239,430749],[447232,430701],[447237,430679],[447181,430689],[447202,430298],[447186,430243],[447215,430249],[447222,430295],[447164,430313],[447225,430458],[447211,430348],[447166,430264],[447139,430199],[447375,430229],[447391,430165],[447458,430184],[447258,431195],[447213,430968],[447155,430904],[447126,430947],[447121,430791],[447245,430873],[447247,431118],[447300,431290],[447322,431305],[447362,431090],[447450,431184],[447410,431417],[447378,431398],[447332,431447],[447396,431305],[447344,431374],[447301,431351],[447413,431365],[447802,426615],[447855,426617],[447885,426639],[442542,426185],[442462,426175],[442526,426195],[442262,425975],[442166,425955],[447960,427205],[447683,427264],[447621,427330],[443140,431647],[443112,431550],[442985,431640],[442916,431566],[442881,431491],[442861,431501],[442832,431515],[442848,431552],[442870,431584],[442813,431548],[442777,431477],[442830,431404],[442902,431548],[442929,431561],[442880,431585],[442857,431589],[442851,431543],[442856,431518],[442797,431541],[442826,431129],[442810,431073],[442841,431072],[442847,431118],[442788,431144],[442845,431301],[442831,431198],[442788,431108],[442762,431040],[443001,431054],[443018,430989],[443084,431010],[440492,433100],[440230,433118],[440148,433099],[440909,433086],[440844,432974],[440864,432957],[440972,433085],[440935,433143],[440928,433104],[440898,433020],[440927,433058],[440937,433124],[440784,433145],[440920,433081],[441000,433140],[440949,433103],[441013,433194],[440961,433139],[440794,432978],[440893,432977],[440936,433033],[440959,433058],[441016,433631],[441036,433737],[440939,425745],[447078,430880],[447083,430924],[447090,431076],[447697,426483],[447737,426518],[447685,426421],[447719,426543],[447919,426821],[447944,427081],[447961,427093],[447979,427128],[447877,427175],[447991,427032],[447996,426993],[447997,427100],[447974,427102],[447634,427268],[447776,427201],[447571,427375],[447426,427074],[447776,426630],[447990,426774],[448670,426163],[448557,426150],[448573,426106],[448673,426103],[448689,426091],[448583,426150],[448636,426184],[448645,426196],[448757,426191],[448769,426158],[448710,426389],[448741,426331],[448721,426466],[448697,426485],[448629,426543],[448549,426412],[448600,426315],[448093,426450],[448013,426447],[448137,426537],[448251,426536],[448285,426562],[448249,426581],[448175,426569],[448194,426080],[448201,425929],[448189,425994],[448228,425947],[448224,425926],[448182,425826],[448255,425917],[448236,425974],[448063,425565],[448086,425547],[448012,427144],[448010,427163],[448038,426931],[448002,427013],[448005,427103],[448026,427071],[448033,427040],[448038,427075],[448430,426615],[448501,426656],[49133,159414],[48459,159512],[48841,160000],[48759,159963],[48426,159613],[48896,159889],[42617,186186],[43487,187293],[42966,186857],[43538,186532],[43363,186243],[43193,186124],[43826,240816],[43748,240747],[43804,240709],[44021,240742],[44262,241143],[44038,240676],[42184,241580],[42039,241699],[42256,241606],[41955,241825],[42117,241704],[41897,241929],[42925,251752],[47925,247525],[47239,246667],[47378,248312],[50340,245796],[49477,268856],[49251,268869],[47467,269743],[47693,270036],[47560,269980],[47495,269843],[47352,269861],[47842,270354],[49734,269077],[48247,269204],[49412,269150],[48797,269513],[41030,342471],[40903,342391],[40951,342436],[40932,342386],[40912,342376],[40814,342336],[40921,342351],[40962,342393],[41396,342194],[41317,342263],[41282,342233],[41340,342164],[41346,342140],[41329,342250],[41405,342217],[41425,342213],[41475,342148],[41453,342122],[41601,342304],[41576,342246],[41647,342366],[41638,342403],[41626,342503],[41503,342447],[41479,342332],[41252,342787],[41192,342848],[41331,342827],[41422,342725],[41444,342738],[41429,342783],[41357,342842],[41531,342713],[41592,342705],[41033,342974],[41047,343071],[41159,343134],[41143,343173],[40977,343137],[41078,343033],[41040,343005],[40997,343035],[41018,343073],[41085,343133],[41035,343125],[40998,343063],[41100,342971],[41044,343077],[40933,343094],[41011,343073],[40981,343008],[40985,342982],[40953,342916],[40933,342929],[40905,343037],[40977,343054],[41047,343057],[41106,343025],[41142,343090],[41206,343087],[41244,343077],[41114,343165],[41034,343164],[41032,343110],[41138,343024],[40723,342624],[40655,342581],[40640,342693],[40755,342700],[40609,342647],[40561,342620],[40785,342470],[40694,342454],[40585,342309],[40567,342224],[40567,342196],[40333,343786],[40568,344725],[40355,344148],[40494,344677],[40399,344210],[40446,344448],[40416,344332],[40531,344309],[40399,344381],[40477,344437],[40379,344227],[40465,344408],[47071,344195],[46995,343870],[47100,344122],[47076,344389],[46831,344289],[46981,344064],[41526,346312],[41623,345855],[41627,346411],[41525,345994],[41746,346101],[41824,345963],[53557,158196],[53260,158098],[53347,157712],[52697,158277],[53286,158009],[53365,157551],[63140,168775],[63788,167886],[63153,166996],[63833,167769],[63381,168970],[62973,166733],[63023,169146],[62869,169217],[62846,168721],[62864,168686],[57437,176526],[57495,177166],[57022,176987],[57923,177334],[57754,177423],[57749,177030],[58368,172981],[57898,172633],[57963,172648],[58603,172406],[58069,172509],[58080,172409],[62895,168959],[54459,304680],[54524,305051],[54345,305204],[54433,305197],[54652,305184],[54566,305155],[53830,309283],[53840,309759],[54209,309466],[54008,309643],[53929,309499],[53901,309483],[53416,308245],[53328,307893],[53285,308105],[53339,308406],[53399,308099],[53500,308329],[63747,343680],[63207,343480],[63653,343920],[63996,344081],[63649,343678],[54016,361383],[53961,361110],[54077,361265],[54093,361463],[53941,361338],[54176,361388],[57038,360071],[57482,360465],[57246,360273],[57260,360420],[57328,360189],[57328,360385],[57706,362643],[57768,362415],[57597,362374],[57721,362627],[57719,362677],[57751,362639],[63699,378173],[63562,378209],[63559,378092],[63523,378301],[63744,378319],[63658,378245],[63573,385374],[63497,385303],[63820,385247],[63863,385603],[63548,385166],[64330,168881],[73929,173685],[73915,173666],[74010,173626],[73968,173586],[73934,173579],[74078,173689],[74403,172738],[74085,171943],[74058,171971],[73884,171806],[76340,203022],[76245,202334],[75630,202458],[75731,203226],[75927,202478],[75896,203084],[75773,229966],[75913,231026],[75800,230832],[75605,230618],[76649,230789],[76028,231034],[73621,260530],[73778,260134],[73649,260247],[74476,260636],[74172,260542],[74784,260175],[71502,298515],[71159,298381],[71772,298206],[71313,298575],[71939,298454],[72111,298305],[71785,298340],[71486,298361],[71550,298300],[71688,298400],[71759,298466],[71736,298316],[73776,300806],[73519,300567],[73875,300623],[73552,300070],[74030,300603],[73957,300893],[69844,345413],[69814,344803],[69857,345305],[69226,344913],[69671,344863],[69791,345469],[64083,343539],[65878,383615],[65376,383250],[65379,383350],[65595,383483],[65535,383229],[65404,383317],[64640,380454],[64686,380368],[64612,380349],[64506,380348],[64648,380350],[64491,380101],[67746,382686],[67628,382685],[67858,382613],[67622,382913],[67685,382596],[67590,382424],[74310,383525],[74544,383776],[74185,383559],[74540,383891],[74669,383584],[74217,383578],[76796,385481],[65976,386009],[65698,385931],[65554,385723],[65778,385528],[65537,385716],[65955,385917],[64099,385329],[77317,282245],[78359,282474],[78099,282288],[77824,282644],[77516,282176],[77710,282844],[88506,306084],[77193,301667],[77544,301886],[77497,301676],[77484,301494],[77140,301581],[77597,301848],[84200,306958],[84095,307266],[86988,305329],[86986,305433],[87152,305235],[86997,305281],[87025,305342],[87029,305314],[88577,305602],[88706,306017],[88732,305805],[88656,305653],[88477,305608],[83745,308381],[83518,307955],[83607,308864],[83561,308835],[83991,308369],[84024,308403],[84378,307875],[84577,307791],[84597,307824],[84560,307882],[84606,308153],[85290,308482],[84647,308605],[84752,308538],[85101,308505],[84669,308539],[85653,308245],[85453,308307],[85608,308287],[85359,308303],[85602,308292],[85398,308316],[82405,351032],[81962,351006],[82365,350684],[82355,351017],[82457,350675],[81945,350524],[77018,385626],[76842,385883],[76913,385042],[76814,385261],[76840,385098],[85662,385068],[85546,384978],[85589,385028],[85577,384968],[85558,384958],[85454,384928],[85570,384928],[85603,384978],[86022,384758],[85941,384838],[85916,384798],[85977,384718],[85978,384698],[85958,384818],[86017,384798],[86032,384798],[86098,384708],[86080,384678],[86223,384868],[86197,384808],[86290,384908],[86290,384938],[86293,385028],[86141,385008],[86097,384908],[85885,385388],[85833,385448],[85980,385408],[86051,385318],[86092,385308],[86085,385348],[86029,385398],[86224,385228],[86301,385198],[85668,385598],[85711,385668],[85832,385718],[85827,385748],[85663,385718],[85731,385638],[85686,385618],[85655,385638],[85685,385668],[85761,385718],[85715,385708],[85665,385658],[85773,385548],[85705,385678],[85607,385688],[85669,385678],[85633,385618],[85630,385598],[85590,385538],[85575,385548],[85562,385648],[85637,385658],[85697,385668],[85749,385638],[85801,385688],[85867,385678],[85902,385668],[85792,385748],[85724,385738],[85688,385718],[85779,385638],[85346,385258],[85276,385218],[85288,385308],[85386,385328],[85242,385278],[85207,385238],[85374,385128],[85291,385108],[85175,384968],[85176,384858],[85176,384828],[94668,151681],[94824,151654],[94593,151540],[94608,151775],[94881,151660],[94624,151682],[96408,152255],[96893,153246],[97041,153457],[97596,153677],[96564,152096],[101513,161911],[101401,161677],[101481,161782],[101511,161795],[101500,161766],[101443,161757],[100724,162803],[100669,162636],[100812,162323],[100819,162822],[101383,162583],[100621,162877],[94617,174750],[94650,174881],[94574,174765],[94759,174838],[94855,174928],[94525,174863],[96201,174048],[96761,174315],[96188,174063],[96362,173913],[95375,171558],[95443,174451],[101801,240342],[101807,240284],[102361,239779],[102064,240179],[101722,240010],[102202,239828],[94426,255041],[94239,254982],[94690,254745],[94876,255111],[94813,255059],[94712,254752],[91292,276799],[91361,276736],[91230,276662],[91546,276825],[90998,276501],[91462,277409],[92353,311186],[92212,311134],[92674,311020],[92621,310908],[92336,310740],[92246,310976],[95357,330701],[95029,331238],[95327,330731],[94681,330587],[94069,331721],[93548,331440],[104369,254884],[104738,255215],[104721,255602],[104443,254762],[104207,255483],[104302,254666],[1228143,576172],[1227622,576182],[1227568,576162],[1227588,576132],[1227630,576152],[1227507,576192],[1227663,575992],[1227619,575942],[1227673,575902],[126613,408698],[126826,408816],[119726,415171],[119566,415151],[117758,416209],[117483,416422],[117692,416244],[117429,416068],[117494,416350],[117471,416525],[124752,501957],[124688,501964],[124700,502030],[124457,502121],[124503,502173],[124571,502240],[124639,502324],[125078,502511],[125030,502431],[124923,502571],[124840,502530],[124769,502478],[124759,502495],[124722,502523],[124749,502551],[124782,502571],[124707,502564],[124644,502514],[124671,502424],[124821,502519],[124862,502518],[124816,502562],[124779,502580],[124752,502540],[124749,502515],[124688,502564],[124568,502172],[124533,502128],[124569,502112],[124595,502151],[124541,502202],[124375,504659],[124285,504619],[124276,504789],[124179,504799],[124094,504789],[124092,504809],[124082,504849],[124120,504859],[124159,504859],[124094,504889],[124014,504879],[123988,504789],[124156,504799],[124186,504779],[124174,504839],[124158,504869],[124115,504849],[124099,504829],[124078,504899],[123764,504629],[123710,504609],[123730,504579],[123772,504599],[123755,504669],[123911,504719],[123814,504679],[123718,504659],[123649,504639],[123805,504439],[123761,504389],[123815,504349],[122814,502695],[122719,502825],[122768,502781],[122708,502795],[122699,502814],[122671,502918],[122669,502802],[122718,502768],[122490,502351],[122572,502431],[122532,502457],[122452,502398],[122431,502397],[122551,502415],[122530,502355],[122529,502339],[122439,502276],[122409,502295],[122596,502148],[122537,502175],[122636,502081],[122666,502081],[122757,502078],[122738,502228],[122638,502273],[123122,502478],[123183,502529],[123141,502383],[123049,502312],[123039,502273],[123080,502280],[123131,502336],[122959,502145],[122928,502069],[123336,502692],[123406,502649],[123455,502528],[123485,502533],[123458,502698],[123375,502629],[123356,502674],[123377,502705],[123407,502676],[123456,502599],[123447,502646],[123397,502695],[123286,502590],[123416,502655],[123428,502754],[123417,502691],[123357,502728],[123337,502730],[123277,502771],[123288,502786],[123389,502798],[123397,502723],[123406,502662],[123375,502610],[123424,502558],[123413,502492],[123403,502457],[123486,502567],[123477,502637],[123456,502671],[123374,502580],[123001,503019],[122963,503090],[123053,503078],[123071,502979],[123024,503124],[122985,503160],[122870,502991],[122851,503075],[122713,503194],[122604,503196],[122574,503196],[124581,504128],[124325,504044],[124473,504320],[124309,504275],[124273,504143],[124313,504157],[124275,504326],[124177,504256],[124240,504061],[124490,504075],[124673,504068],[124686,504044],[124468,504003],[124576,503989],[124799,503968],[124780,503996],[124826,504020],[124682,503958],[124754,504017],[124730,504051],[124745,503958],[126684,516182],[126759,516126],[126609,516033],[126641,515947],[126686,515871],[126669,515863],[126637,515829],[126612,515858],[126595,515893],[126595,515818],[126638,515750],[126731,515768],[126651,515927],[126656,515967],[126607,515926],[126586,515891],[126623,515860],[126648,515855],[126593,515799],[126971,515641],[127012,515602],[127031,515636],[126995,515666],[126939,515617],[126827,515727],[126904,515651],[126964,515577],[127011,515526],[127126,515759],[127190,515740],[127203,515803]] \ No newline at end of file diff --git a/src/gathering/a10970.json b/src/gathering/a10970.json new file mode 100644 index 0000000..b4f6ad7 --- /dev/null +++ b/src/gathering/a10970.json @@ -0,0 +1 @@ +[[-1276364,1454141],[-1275925,1463261],[-1271718,1469369],[-1273654,1467006],[-1273663,1468974],[-1274886,1468409],[-1275773,1468004],[-1270970,1469913],[-1268695,1469562],[-1269989,1469091],[-1269244,1470761],[-1269432,1469709],[-1269887,1468703],[-1273489,1482149],[-1276786,1481014],[-1273690,1480061],[-1276391,1479047],[-1277420,1480806],[-1267531,1493950],[-1268746,1493601],[-1269240,1491718],[-1270981,1493874],[-1268182,1494140],[-1268949,1491299],[-1274670,1506961],[-1273623,1506303],[-1269575,1499069],[-1274618,1506899],[-1270865,1498951],[-1273286,1506359],[-1273995,1505781],[-1279236,1502939],[-1269900,1502284],[-1272637,1500540],[-1270053,1500177],[-1272221,1502503],[-1268741,1507789],[-1269715,1510228],[-1269409,1508585],[-1270476,1514644],[-1269758,1515437],[-1269991,1515243],[-1270711,1516259],[-1271232,1517206],[-1270936,1514863],[-1270944,1514006],[-1271128,1514617],[-1271554,1514873],[-1271494,1514753],[-1272001,1514241],[-1277584,1515310],[-1279882,1513858],[-1275561,1510752],[-1277979,1511602],[-1269730,1514662],[-1272984,1205788],[-1272818,1205959],[-1272944,1206759],[-1292022,1436391],[-1288027,1463418],[-1288144,1463224],[-1288922,1462792],[-1288620,1461720],[-1287854,1461346],[-1289017,1462610],[-1281833,1474268],[-1281584,1474283],[-1285889,1493789],[-1286203,1493741],[-1285555,1495444],[-1285861,1494380],[-1283206,1493499],[-1284309,1494229],[-1285223,1498856],[-1280482,1499256],[-1281004,1500905],[-1280820,1500743],[-1281354,1499729],[-1282847,1502907],[-1286362,1503908],[-1286772,1504819],[-1284633,1503935],[-1280094,1510012],[-1280291,1512178],[-1299049,1418449],[-1299619,1416830],[-1299212,1417932],[-1297585,1417276],[-1305385,1460281],[-1312971,1363865],[-1306766,1359232],[-1309195,1363744],[-1310869,1365578],[-1314919,1368596],[-1306952,1401437],[-1306707,1401628],[-1306627,1401627],[-1306731,1401026],[-1306449,1400800],[-1308634,1406245],[-1308934,1406198],[-1308439,1406446],[-1309380,1401368],[-1309557,1401022],[-1309360,1401107],[-1309359,1400951],[-1309847,1401019],[-1307969,1431296],[-1308516,1430756],[-1307917,1431064],[-1308330,1430856],[-1308006,1431168],[-1309372,1460371],[-1314757,1223789],[-1315871,1221546],[-1315484,1223178],[-1311982,1228122],[-1313179,1228083],[-1314778,1224307],[-1313463,1224672],[-1314240,1225066],[-1314017,1222792],[-1313309,1224575],[-1314862,1225525],[-1315030,1225505],[-1315603,1222775],[-1313939,1225281],[-1315292,1224568],[-1315147,1222580],[-1316352,1221996],[-1316642,1223466],[-1315404,1224453],[-1316029,1223846],[-1312523,1229297],[-1316110,1248962],[-1317269,1247193],[-1318081,1249863],[-1317894,1246964],[-1316487,1252261],[-1317081,1251868],[-1316636,1248609],[-1317647,1247358],[-1316886,1250502],[-1317247,1247388],[-1317981,1250019],[-1318377,1250072],[-1316831,1252389],[-1317532,1246807],[-1317926,1247370],[-1318258,1249777],[-1317644,1246746],[-1316991,1252507],[-1317649,1246655],[-1316822,1252350],[-1317076,1249013],[-1317106,1250656],[-1317756,1250187],[-1317722,1250219],[-1317620,1247439],[-1314426,1245741],[-1315523,1247032],[-1315420,1244267],[-1313853,1245445],[-1315150,1248383],[-1315386,1246936],[-1315906,1248304],[-1315537,1247224],[-1315477,1247003],[-1314222,1246163],[-1315753,1244198],[-1316053,1248771],[-1314958,1244692],[-1313796,1244785],[-1313072,1244980],[-1312953,1244526],[-1316767,1246810],[-1315713,1244466],[-1314390,1246217],[-1314969,1247801],[-1316105,1244967],[-1314712,1246949],[-1313452,1245220],[-1312832,1245146],[-1315618,1245293],[-1313261,1245169],[-1315401,1245129],[-1315244,1248086],[-1314019,1246089],[-1314930,1275425],[-1313812,1275814],[-1315241,1275979],[-1315103,1276149],[-1316333,1275997],[-1325853,1381200],[-1326015,1380165],[-1326253,1373210],[-1323392,1381675],[-1326127,1380572],[-1325401,1380999],[-1325855,1381305],[-1326406,1372961],[-1325640,1375083],[-1327296,1374072],[-1326314,1373090],[-1329348,1384867],[-1330099,1384386],[-1329432,1386169],[-1330280,1384065],[-1329612,1384906],[-1329825,1384066],[-1328174,1384619],[-1326275,1383700],[-1327025,1385762],[-1327055,1384814],[-1328299,1385711],[-1322781,1388482],[-1322505,1389033],[-1323087,1389383],[-1328757,1404078],[-1329025,1404829],[-1329813,1404536],[-1329321,1404233],[-1329446,1404171],[-1328709,1404679],[-1322823,1123419],[-1322425,1122807],[-1322691,1122710],[-1323425,1122265],[-1322803,1121883],[-1321652,1204408],[-1319047,1247226],[-1319497,1247935],[-1319595,1247262],[-1319481,1247902],[-1319142,1247501],[-1319582,1247600],[-1319650,1247683],[-1319504,1247530],[-1319159,1247571],[-1318493,1250058],[-1319214,1246080],[-1319559,1245653],[-1319314,1246022],[-1319298,1250750],[-1318733,1250446],[-1318570,1250738],[-1318930,1251103],[-1319680,1245600],[-1319345,1246090],[-1319534,1245500],[-1319434,1245848],[-1319373,1245364],[-1319401,1245289],[-1318713,1250798],[-1319211,1245895],[-1319170,1245425],[-1319207,1245878],[-1319331,1245866],[-1326304,1272003],[-1326551,1272687],[-1327639,1272264],[-1326922,1272592],[-1326568,1271395],[-1326359,1271985],[-1340857,1363810],[-1340965,1362305],[-1335549,1375635],[-1335724,1376444],[-1334753,1375975],[-1336128,1374348],[-1335964,1375567],[-1335152,1375576],[-1334407,1375545],[-1335025,1376392],[-1366811,1342727],[-1360742,1016369],[-1360469,1017114],[-1360992,1018665],[-1363399,1022110],[-1367048,1025314],[-1365286,1025316],[-1365193,1026216],[-1365975,1024613],[-1366828,1025273],[-1366165,1024657],[-1363574,1025052],[-1365178,1028535],[-1361809,1071969],[-1360976,1072291],[-1359910,1072327],[-1363929,1262021],[-1363861,1262239],[-1359602,1257856],[-1368904,1270950],[-1368797,1272107],[-1368633,1271834],[-1380715,1141931],[-1380584,1141276],[-1380311,1140004],[-1387038,1334965],[-1394321,1072929],[-1394843,1075084],[-1394787,1074892],[-1394734,1074934],[-1393835,1076934],[-1393556,1077224],[-1393533,1077071],[-1393449,1077153],[-1391962,1156834],[-1391478,1157997],[-1392117,1158382],[-1391906,1157658],[-1391430,1158265],[-1391041,1157596],[-127711,181190],[-127780,180159],[-127724,180251],[-122163,184266],[-122448,184049],[-122228,185437],[-122225,185169],[-121268,183023],[-122601,184349],[-123440,250406],[-122263,247772],[-122029,246530],[-122408,248318],[-120476,248300],[-126754,471699],[-127359,471262],[-127629,471043],[-127605,468512],[-126122,469051],[-122567,631008],[-1400511,1315807],[-1407141,1331376],[-1402266,1335633],[-1404707,1335401],[-1400897,1335298],[-1402372,1334283],[-1401172,1336518],[-1407846,1337210],[-1407738,1337093],[-1397280,1083320],[-1403731,1163489],[-1404933,1163087],[-1405093,1163376],[-1404751,1162913],[-1404705,1161773],[-1401338,1159768],[-1403428,1156585],[-1403639,1156440],[-1406347,1175989],[-1406960,1176014],[-1407006,1174955],[-1407522,1175866],[-1407088,1174925],[-1401338,1235956],[-1420794,1327265],[-1408219,1333924],[-1408592,1331746],[-1410731,1338324],[-1410154,1338332],[-1410141,1338051],[-1411216,1338888],[-1408661,1337451],[-1409924,1337963],[-1408111,1337603],[-1408726,1336790],[-1410139,1338056],[-1408099,1336849],[-1410407,1338367],[-1409762,1337696],[-1409247,1338233],[-1408588,1333347],[-1420324,1074052],[-1420692,1074486],[-1408255,1175736],[-1428730,1360475],[-1428867,1360838],[-1429619,1360745],[-1429842,1362839],[-1428737,1358464],[-1432372,1359824],[-1430464,1358227],[-1433469,1372577],[-1433319,1039493],[-1432436,1038898],[-1431328,1068448],[-1430898,1068778],[-1432294,1067778],[-1430370,1066978],[-1423049,1072829],[-1423571,1073288],[-1422848,1072564],[-1423501,1071424],[-1421686,1073645],[-1431878,1068791],[-1430078,1135813],[-1429933,1135828],[-1429830,1135836],[-1427282,1129963],[-1427771,1176795],[-1429892,1177646],[-1427683,1177893],[-1429264,1181725],[-1429117,1182129],[-1429346,1181899],[-1429539,1181911],[-1442167,1335489],[-1434079,1372327],[-1445585,1046377],[-1434177,1039741],[-1443810,1100070],[-1443729,1100111],[-1444075,1099670],[-1442652,1278211],[-1448468,1299146],[-1453985,1302432],[-1453638,1302560],[-1454545,1301878],[-1454125,1302667],[-1447714,1299834],[-1453336,1302597],[-1448131,1300043],[-1448660,1299464],[-1453678,1315925],[-1456810,1343218],[-1455946,1343618],[-1456487,1343120],[-1456207,1343291],[-1456259,1344131],[-1455857,1344580],[-1454133,1344765],[-1453034,1345049],[-1453581,1347427],[-1446580,1046810],[-1469007,1338885],[-1468465,1338315],[-1469090,1337483],[-1468184,1337969],[-1468064,1338799],[-1468473,1338395],[-1467465,1337699],[-1468317,1337307],[-1467921,1337385],[-1468575,1337291],[-1468671,1337240],[-1467706,1337516],[-1468231,1340520],[-1468294,1340766],[-1468460,1339985],[-1468859,1340881],[-1467996,1340202],[-1468227,1341298],[-1469623,1334481],[-1469657,1334173],[-1469895,1334480],[-1470012,1334366],[-1469754,1334969],[-1469886,1334777],[-1465770,1348715],[-1466410,1350055],[-1466083,1349904],[-1467186,1349515],[-1467248,1349849],[-1466721,1349944],[-1466492,1349583],[-1467110,1350232],[-1466748,1350083],[-1463385,1367745],[-1462111,1032497],[-1462042,1033109],[-1484382,1351917],[-1484303,1352818],[-1484361,1352642],[-1484768,1352249],[-1484698,1351506],[-1482797,1354123],[-1484323,1352644],[-1484516,1353639],[-1485465,1352283],[-1485318,1351995],[-1485339,1352167],[-1485245,1351920],[-1485012,1352696],[-1484896,1353102],[-1485110,1352567],[-1486722,1350251],[-1487023,1349793],[-1486881,1350286],[-1487181,1350492],[-1486562,1349849],[-1486498,1349784],[-1486678,1350529],[-1486263,1349936],[-1507175,1360703],[-1507552,1360501],[-1521266,1345404],[-1515726,995918],[-1515115,995347],[-1515315,995195],[-1515789,994670],[-1515068,994604],[-1515157,1052967],[-1515569,1052983],[-1515356,1053230],[-1514989,1053341],[-136998,182894],[-135626,183083],[-137517,181440],[-136820,181009],[-136837,183852],[-137147,180037],[-129010,180564],[-129595,180512],[-128624,180114],[-132975,224779],[-133488,226014],[-132720,224266],[-134547,223761],[-137830,226526],[-138899,228055],[-138184,226972],[-139614,225675],[-137098,231462],[-129805,252134],[-139682,469850],[-139435,467136],[-139425,469165],[-138499,468778],[-138424,469094],[-139088,469761],[-128015,470157],[-132937,478477],[-132740,477601],[-132478,479877],[-134452,478666],[-132564,476568],[-132953,478609],[-140312,476038],[-139805,476217],[-140072,476958],[-133059,477921],[-134075,477739],[-133144,478586],[-134213,478746],[-132004,479101],[-132230,478602],[-133356,496112],[-133794,575491],[-129161,622294],[-1524674,1341033],[-1530818,1348897],[-1531059,1349058],[-1523696,1345946],[-1534092,978596],[-1535517,1023092],[-1534999,1027842],[-1535512,1027579],[-1538916,1023111],[-1538336,1023894],[-1537478,1023692],[-1538931,1024637],[-1536407,1030109],[-1537008,1029596],[-1536984,1029845],[-142280,236885],[-143103,237723],[-141881,236517],[-143566,235692],[-152372,282400],[-153286,283818],[-152867,284159],[-147380,343268],[-147501,342483],[-147011,342609],[-148025,342028],[-147304,342194],[-147197,341952],[-152518,344858],[-153515,345785],[-152236,345067],[-153154,345303],[-152962,344177],[-150253,338067],[-149822,335982],[-148848,336496],[-148475,337653],[-148429,335763],[-149791,335637],[-146566,349040],[-146922,348547],[-145021,348521],[-145233,349012],[-146641,349869],[-146118,350186],[-146786,349754],[-148685,350252],[-146741,349380],[-148452,350202],[-153151,351292],[-152091,350811],[-153308,351631],[-152825,353293],[-153336,353070],[-153121,363563],[-149906,463839],[-149247,463029],[-148870,463208],[-149204,462406],[-151197,462056],[-150590,463151],[-143485,474853],[-143606,475827],[-142998,475966],[-142813,475315],[-141792,476919],[-142337,474117],[-142840,475807],[-146610,473889],[-145300,474840],[-145409,490924],[-143622,491514],[-143733,492040],[-143358,490721],[-143557,491379],[-144827,490777],[-158103,179082],[-160757,179199],[-159887,179529],[-158522,181684],[-157702,180241],[-158023,181542],[-165385,186046],[-165887,184744],[-166051,184412],[-162209,184404],[-162072,184178],[-161918,183610],[-164129,183087],[-164460,183627],[-165146,184902],[-156526,185082],[-156976,185528],[-155696,186705],[-156596,184572],[-155713,185746],[-155842,184150],[-154216,283113],[-157912,344180],[-158472,343981],[-157479,344430],[-157508,343411],[-156448,341615],[-158997,342286],[-153823,344846],[-160149,356728],[-160293,356716],[-159896,357338],[-159604,358448],[-154798,363549],[-153791,363935],[-154139,364277],[-155329,363997],[-156006,363799],[-155803,363767],[-155698,364130],[-155327,363177],[-156102,363139],[-154235,365220],[-160920,358718],[-160472,358657],[-156831,365389],[-155199,366146],[-157408,365272],[-157342,365728],[-155127,365206],[-157056,364882],[-162134,420000],[-161702,420317],[-163375,419367],[-162163,421061],[-163274,420578],[-162768,420910],[-154269,428579],[-156509,427896],[-156356,427849],[-156712,429607],[-156422,427614],[-155343,428026],[-164034,425830],[-162887,424747],[-163904,425169],[-163975,425679],[-162633,426575],[-164213,425289],[-166230,558460],[-166148,558470],[-166261,557800],[-165977,557570],[-160315,570666],[-160023,570517],[-159989,570458],[-160668,570391],[-160811,570104],[-168718,186578],[-167461,185405],[-170178,185607],[-172203,187925],[-171979,190283],[-171015,190042],[-173018,188031],[-171693,190194],[-172584,187865],[-173622,425449],[-175104,425712],[-173818,428163],[-176427,428484],[-174747,427182],[-173504,426607],[-170985,480340],[-171118,480399],[-171781,556458],[-178820,559201],[-166483,558230],[-178452,559166],[-178299,559473],[-178296,559544],[-178704,559114],[-177051,565318],[-176893,565622],[-176861,565681],[-177033,565153],[-176936,565153],[-168533,565360],[-168280,565581],[-168198,565588],[-168311,564940],[-168027,564716],[-186391,176389],[-186934,176811],[-186931,176158],[-186721,176421],[-187076,177490],[-181339,177243],[-182477,176305],[-181003,177134],[-181709,177400],[-179722,178876],[-181755,176419],[-187882,179930],[-190948,181014],[-191333,182208],[-189541,180393],[-189538,182222],[-190668,180732],[-189878,182627],[-189876,251254],[-187999,258327],[-186899,258882],[-188480,258046],[-189033,259991],[-191919,473068],[-190140,472202],[-183928,471291],[-182893,471906],[-181861,470367],[-182443,472220],[-185677,474358],[-190833,563216],[-190549,562986],[-191055,563646],[-190802,563876],[-190720,563886],[-187831,637015],[-187167,636421],[-186658,635515],[-192998,250027],[-192567,471842],[-192076,472649],[-196576,564166],[-196422,564396],[-196375,564406],[-196408,563736],[-196197,563506],[-217766,626443],[-218104,625772],[-218307,625867],[-218931,625984],[-218715,625280],[-239727,460553],[-241650,461353],[-240685,462023],[-240255,462353],[-240890,468767],[-242481,617812],[-2616,129676],[-3176,131001],[-4461,131144],[-3456,130206],[-4481,130903],[-4041,129021],[-2247,132371],[-1902,133015],[-782,132060],[-1864,133927],[-134,134174],[-2174,134119],[-4863,131576],[-5358,130977],[-6117,131907],[-6855,131350],[-7242,131260],[-5472,130863],[-6383,139383],[-5575,138128],[-5601,138454],[-6055,138880],[-5386,138177],[-6934,139089],[-8445,138630],[-7173,138623],[-9370,140137],[-8118,139669],[-3096,139646],[-4888,140436],[-3813,139050],[-3263,138450],[-3405,137280],[-3468,139665],[-6032,128765],[-12245,129331],[-11222,130888],[-2277,148185],[-7275,154381],[-5882,158252],[-6556,154282],[-7038,154992],[-3597,154480],[-9353,215816],[-12233,212471],[-11924,213775],[-9556,215305],[-11213,213626],[-12508,215237],[-12614,220958],[-12392,218430],[-11704,220885],[-5875,224515],[-11187,226927],[-6220,226367],[-10338,226325],[-9433,221167],[-9066,231313],[-10222,401960],[-9065,401381],[-11646,401109],[-10052,400342],[-11443,401323],[-8830,401199],[-7986,406671],[-8613,404653],[-8078,406217],[-9664,406501],[-8602,405049],[-8286,406812],[-9926,649298],[-9778,648908],[-9936,648731],[-10256,648035],[-9583,647787],[-6909,93013],[-6963,92925],[-7055,93374],[-450,93129],[-353,108518],[-1628,108264],[-3397,112249],[-2228,104931],[-5513,115399],[-3683,113269],[-4347,122976],[-4628,122818],[-4703,122829],[-4794,126377],[-526,127478],[-98,127569],[-3457,123464],[-4343,124842],[-1804,125665],[-2013,125824],[-729,125042],[-9386,126581],[-9302,126647],[-9220,126384],[-9979,119451],[-4867,116695],[-3721,120746],[-2513,119822],[-2424,122223],[-3292,121072],[-4268,121324],[-4428,120375],[-5943,123399],[-5523,124226],[-247736,469701],[-244422,617810],[-243544,617974],[-258619,462290],[-259004,465434],[-259838,466056],[-258728,464530],[-260031,464169],[-259877,464325],[-258919,464471],[-258124,464961],[-257196,466073],[-258105,467018],[-258008,464950],[-289777,600535],[-288884,600526],[-287869,600167],[-306016,166829],[-306738,169558],[-306063,169093],[-305803,168486],[-305715,168307],[-305818,166806],[-304980,168806],[-302550,167176],[-315055,168023],[-317774,168716],[-314626,169344],[-316163,168776],[-315029,170291],[-317357,168011],[-316728,172255],[-317557,167726],[-315890,174372],[-314447,175219],[-316972,173331],[-317702,173573],[-315462,174683],[-316050,174285],[-317177,175422],[-317003,173384],[-314622,175380],[-330718,161231],[-332589,162288],[-329796,163321],[-332097,163735],[-330239,162900],[-330787,162549],[-330446,158953],[-330262,158878],[-329874,162315],[-330334,159465],[-328311,158923],[-328760,158440],[-328133,158689],[-330832,157435],[-329339,161049],[-321984,165190],[-321171,164591],[-323099,164779],[-320532,164273],[-321862,165223],[-323673,166099],[-320272,173452],[-320050,169972],[-322865,167431],[-321097,167591],[-325877,183832],[-323430,185770],[-325029,184343],[-323612,189234],[-326310,184680],[-326878,185959],[-323406,183195],[-324592,184400],[-326643,185151],[-333904,160530],[-333353,160021],[-333224,162607],[-338366,165592],[-335728,165446],[-337881,165143],[-334967,163902],[-336795,164169],[-336187,163100],[-336046,163982],[-338847,164770],[-340413,164591],[-338799,165777],[-341276,165491],[-339994,165248],[-334694,167270],[-334092,167084],[-339294,166653],[-341009,481648],[-342776,481943],[-341561,481691],[-341557,479706],[-344172,474996],[-345503,475077],[-346671,482630],[-345761,477028],[-346075,475054],[-347213,560209],[-347830,559870],[-347956,560057],[-348449,560481],[-348670,559778],[-366334,343217],[-368163,558014],[-368273,558176],[-368998,558548],[-18749,129798],[-16423,128858],[-19168,129404],[-18781,128939],[-13816,131795],[-13845,129874],[-13028,128641],[-15132,136969],[-23296,179423],[-23602,179578],[-23641,179651],[-22972,179784],[-22605,180138],[-14384,211059],[-17108,210145],[-16170,215160],[-13255,212121],[-14268,211283],[-15254,208674],[-14462,213641],[-13040,217453],[-13764,211473],[-14497,213995],[-13695,214329],[-13648,214076],[-13548,214144],[-13561,216690],[-14923,220246],[-14176,221025],[-22867,233624],[-22271,232014],[-22662,233122],[-20991,233657],[-17312,236284],[-23506,356915],[-23202,355439],[-22963,355491],[-22679,354714],[-21889,356691],[-21917,356374],[-25275,360324],[-25307,360421],[-25495,360888],[-16981,398973],[-17019,398998],[-17119,404107],[-18347,404345],[-18368,404857],[-17784,403858],[-17026,404085],[-18240,404664],[-14468,402978],[-13633,401659],[-14482,401054],[-13938,401575],[-13809,401605],[-14339,400809],[-15606,406819],[-18608,407785],[-16255,407818],[-16531,407717],[-17565,407103],[-17417,406717],[-15343,111410],[-16172,110354],[-17873,109731],[-16144,109856],[-24092,112912],[-22477,111480],[-22931,110315],[-23627,110198],[-23253,110178],[-17585,127611],[-18433,127893],[-16231,124404],[-14133,127418],[-16855,126779],[-12966,128163],[-383558,185114],[-383484,184150],[-383633,183997],[-382701,184164],[-381527,184985],[-382207,186126],[-382609,184180],[-373772,242313],[-375033,241931],[-374835,242046],[-373945,242146],[-372996,242095],[-371687,242638],[-372904,242113],[-373662,243228],[-374134,243791],[-372139,243817],[-383761,345535],[-383490,345488],[-383846,342471],[-383814,340347],[-383708,340746],[-380501,345190],[-380206,344940],[-380662,344441],[-380088,344690],[-383621,344861],[-383210,345905],[-382560,533154],[-382677,533111],[-382078,533574],[-382210,533650],[-381378,537762],[-381516,537747],[-390992,10412],[-384155,185695],[-384686,183682],[-384511,183827],[-394808,13917],[-394571,13662],[-384100,341888],[-384718,340037],[-384017,340250],[-384733,340299],[-384990,340290],[-387183,78635],[-387590,78933],[-386516,79419],[-387470,77640],[-387391,78364],[-386805,118357],[-407443,216661],[-406803,215545],[-407208,216794],[-408663,217635],[-406966,216532],[-405975,217111],[-403535,35202],[-403748,34701],[-402386,32505],[-402221,31809],[-400919,30986],[-409344,45933],[-408676,40394],[-421152,41109],[-418068,40772],[-416165,41034],[-412943,42177],[-412608,42361],[-434042,152821],[-433784,153215],[-434410,152816],[-432934,153224],[-433360,152908],[-434192,153263],[-434776,147470],[-434518,148626],[-434912,148821],[-434244,147808],[-434297,147997],[-433716,146488],[-432848,37565],[-429764,37978],[-427625,40865],[-428999,39568],[-425930,40068],[-427348,38980],[-424827,524482],[-424038,524887],[-422966,525086],[-438429,152011],[-438861,152541],[-437760,151627],[-436934,150606],[-436826,149442],[-447343,153584],[-446938,152861],[-444737,153488],[-443483,151872],[-443272,153006],[-445087,152321],[-443074,152842],[-440624,156797],[-447285,164650],[-447103,164038],[-444441,165563],[-445151,164633],[-444244,165465],[-445572,160056],[-447783,157813],[-446856,161637],[-440638,156669],[-443611,158674],[-442930,160423],[-443286,161444],[-441755,159874],[-443003,157563],[-441481,160064],[-440722,157337],[-440933,156768],[-440790,154033],[-440635,157264],[-439763,157286],[-441030,156000],[-439936,158786],[-442117,158604],[-442300,159019],[-441918,159926],[-442323,158443],[-442369,159370],[-437939,155326],[-447965,154861],[-447459,155086],[-446574,155097],[-441878,167095],[-444384,168270],[-444067,169252],[-441328,168892],[-441087,168696],[-445233,33686],[-445659,33507],[-442720,34581],[-443460,32672],[-444720,33118],[-439831,32821],[-440162,33049],[-440398,32779],[-436887,32907],[-437899,32647],[-439080,36354],[-439080,35050],[-447076,32952],[-446498,440894],[-446659,438920],[-444952,439278],[-446130,439060],[-437116,39199],[-442360,547128],[-442400,546455],[-442660,546492],[-443448,546423],[-443096,545777],[-438779,72897],[-436795,75607],[-439298,72703],[-441165,74735],[-447962,75378],[-445049,81258],[-443996,80149],[-446455,79065],[-445365,78829],[-441620,81629],[-446109,87174],[-446033,87289],[-445119,88724],[-444953,89600],[-445988,86216],[-440283,101720],[-438221,93899],[-436065,93369],[-437014,93431],[-436307,94891],[-444276,104343],[-440792,107854],[-441290,109101],[-441576,107497],[-441595,107590],[-444486,127822],[-448020,143643],[-448496,143255],[-448175,143412],[-448253,143621],[-448298,143516],[-448650,143446],[-448090,163358],[-448880,161651],[-449424,165339],[-451189,165240],[-450113,165934],[-448318,166491],[-453346,164908],[-448499,154379],[-449441,167411],[-450441,166797],[-455749,167883],[-455046,167849],[-454889,168124],[-453180,26842],[-452804,27314],[-448438,76471],[-450439,75570],[-449099,74956],[-452112,79301],[-451415,80634],[-452075,81680],[-451330,81798],[-448878,85523],[-454486,86048],[-454809,88638],[-457809,87799],[-457070,77613],[-456232,82360],[-458471,81453],[-457145,80251],[-460587,85929],[-460202,85126],[-460505,101720],[-460787,101539],[-460210,102092],[-460282,101688],[-459927,101947],[-459367,102049],[-458923,90163],[-460755,92684],[-459297,92093],[-459156,97904],[-460780,98607],[-455107,100622],[-452712,100811],[-455418,97567],[-456626,97926],[-454352,97274],[-452944,92375],[-452652,97862],[-452244,90590],[-455656,91140],[-458120,92083],[-457425,99690],[-455925,102319],[-455657,102412],[-450189,92301],[-453462,100934],[-454175,100167],[-454701,99202],[-452114,98838],[-459207,103329],[-459912,102653],[-460068,103118],[-460262,104191],[-454858,106566],[-456657,107737],[-456393,107186],[-456507,106867],[-454548,104586],[-455865,103702],[-453954,104814],[-454834,107317],[-453361,114658],[-448558,124173],[-450697,124951],[-448797,123391],[-452791,117753],[-461072,85773],[-464020,83432],[-461007,86333],[-462444,85410],[-462062,86105],[-470320,88350],[-472844,85049],[-470969,87048],[-472660,86729],[-473444,84431],[-473361,80915],[-461877,82683],[-460981,85309],[-472258,90740],[-472570,90165],[-472337,91437],[-467735,91943],[-468116,90090],[-462538,94077],[-463290,94564],[-461125,95499],[-461014,95780],[-461188,95419],[-461790,97303],[-461333,99097],[-461140,97127],[-462465,98738],[-462018,100006],[-461935,101747],[-461775,100901],[-462699,99571],[-461359,102167],[-472068,101808],[-472028,102059],[-471861,101073],[-472224,99931],[-472796,99980],[-471971,100314],[-472451,100942],[-461098,96071],[-460976,99916],[-462296,106065],[-463762,109392],[-463529,109831],[-460976,102974],[-463917,111370],[-467655,113232],[-466708,114120],[-467176,114021],[-466675,114289],[-466882,113824],[-468575,112127],[-468291,110716],[-468464,113143],[-467954,112780],[-469369,112399],[-467409,111263],[-469453,111197],[-470005,112353],[-470833,111787],[-471720,111425],[-471822,112483],[-470862,111839],[-472672,109266],[-471235,110100],[-472372,110186],[-472973,109646],[-472999,110054],[-471337,108065],[-471696,108993],[-469468,109854],[-471631,109069],[-471216,108922],[-470860,109898],[-470830,108982],[-471902,107577],[-471406,107700],[-471773,107876],[-470858,106664],[-471267,106500],[-471019,105789],[-472047,105451],[-472330,105442],[-472041,105166],[-473158,104343],[-473362,103685],[-473513,114401],[-485925,130873],[-483944,133920],[-483487,134243],[-484163,137297],[-483225,137117],[-482642,136939],[-475078,137204],[-478984,139250],[-484541,137493],[-475008,86982],[-475803,95501],[-476277,97819],[-475939,99214],[-477014,96900],[-474866,92732],[-474149,90492],[-474282,102536],[-476340,95589],[-476571,96169],[-474479,97645],[-477175,97618],[-481931,102245],[-482966,101105],[-475539,106768],[-475833,107653],[-475524,106097],[-474761,106929],[-474899,106654],[-479653,108511],[-480894,109366],[-478943,110206],[-481237,110146],[-480279,110181],[-480292,110047],[-478482,111928],[-476986,113754],[-475024,113811],[-478338,110558],[-477808,110832],[-480692,104210],[-475780,115710],[-475797,119081],[-475659,116478],[-485606,126288],[-485099,127257],[-486030,125701],[-485999,126775],[-485646,127261],[-484791,121749],[-485621,121397],[-485305,122034],[-485352,121558],[-486645,132380],[-487164,131981],[-486590,130157],[-486733,130588],[-486956,129637],[-486950,133243],[-491487,98532],[-490693,99497],[-490168,97709],[-497591,101114],[-490692,97808],[-491525,97894],[-491159,96789],[-489624,97211],[-490146,96833],[-494824,96023],[-493736,96102],[-493960,94794],[-495324,96332],[-495850,97894],[-496693,99874],[-496570,98788],[-496205,113997],[-498005,109921],[-494503,115431],[-490640,116363],[-490924,116692],[-491874,115559],[-490581,116424],[-493038,115838],[-487535,121629],[-487735,122847],[-486424,125079],[-486691,121559],[-487084,120999],[-487690,122766],[-487751,123834],[-35445,160929],[-32293,162698],[-32213,162711],[-28402,177233],[-28072,177140],[-28019,177075],[-28644,176835],[-28684,176489],[-32200,171101],[-29934,171350],[-30827,168985],[-29514,170217],[-29607,169361],[-30150,171133],[-27619,181643],[-27549,182687],[-26091,182528],[-31869,190966],[-32628,191092],[-32606,190235],[-31803,190631],[-32420,194974],[-29819,192998],[-32030,229392],[-31695,229257],[-32330,230030],[-32099,229973],[-31800,230168],[-31598,229726],[-33548,226947],[-32139,227926],[-33113,227270],[-34050,228754],[-26361,237409],[-27733,235819],[-30945,232657],[-30592,231212],[-30114,232011],[-29900,231389],[-29019,231958],[-32419,239594],[-30859,342627],[-31423,341579],[-30890,342972],[-30735,343083],[-30282,343005],[-29447,342515],[-29003,358092],[-29534,358215],[-27338,353753],[-26240,354047],[-27615,353991],[-26562,353691],[-25702,354124],[-27112,353967],[-26052,360598],[-26862,360173],[-29743,107841],[-27741,108211],[-28871,107389],[-28089,108260],[-27166,108283],[-32435,110615],[-30683,110264],[-27654,108796],[-30604,111030],[-31000,110029],[-30226,110349],[-27600,109479],[-30852,106227],[-31096,107214],[-30477,105594],[-29682,106026],[-30593,106349],[-30410,106005],[-32903,111017],[-32457,110652],[-32863,113120],[-32755,110604],[-34111,111583],[-32466,111766],[-503973,140733],[-504169,140140],[-502573,144227],[-504804,142118],[-505552,141827],[-502590,142118],[-505486,149589],[-503711,149504],[-505106,150864],[-504073,148417],[-505719,148230],[-502916,149043],[-503882,150679],[-505307,152164],[-507615,149762],[-506303,147739],[-507965,149184],[-505207,150851],[-504867,150917],[-504151,149409],[-505007,150347],[-504374,159277],[-500728,165412],[-502407,162420],[-500385,164092],[-501508,161658],[-504725,160770],[-501221,161788],[-503520,160233],[-502761,163899],[-502648,164316],[-500580,159794],[-503352,162925],[-499960,165021],[-502625,163959],[-505962,159900],[-509314,154095],[-504572,157718],[-503634,159287],[-508932,159566],[-507464,159241],[-503223,157573],[-507967,155167],[-504809,154588],[-503040,156221],[-501499,154691],[-508365,153904],[-504071,156942],[-502850,159564],[-500673,154162],[-505288,157701],[-505452,156581],[-506401,156038],[-508595,155952],[-507168,156531],[-504777,156743],[-516163,140246],[-512468,140734],[-515742,140883],[-512874,140194],[-513982,139406],[-513666,141637],[-517708,142695],[-512625,142131],[-512227,142087],[-522555,111567],[-520473,112350],[-521456,111671],[-523340,112034],[-522584,111656],[-520643,111189],[-523118,111656],[-522984,110820],[-520777,112004],[-519836,114616],[-520570,115191],[-519459,115046],[-519637,116320],[-519817,116109],[-518200,116957],[-519571,115985],[-520210,115643],[-518772,115489],[-522094,118319],[-522044,118973],[-524176,118538],[-523861,118593],[-536403,75912],[-535511,77604],[-537356,77265],[-535916,79531],[-536281,77632],[-535784,78876],[-526600,116253],[-526132,116919],[-527141,117805],[-525970,117092],[-527044,116752],[-527369,117052],[-527448,116326],[-525635,117493],[-526020,118032],[-540377,76156],[-537982,76785],[-540140,76969],[-539253,76394],[-538934,76366],[-553231,-485373],[-554281,-485079],[-554344,-485317],[-552193,-484527],[-552955,-484153],[-552345,-485615],[-563014,-495994],[-562730,-495489],[-562527,-494826],[-553599,-486621],[-562170,181674],[-552279,573612],[-552125,573749],[-551938,574541],[-566564,-489201],[-566424,-489131],[-565505,-492318],[-566089,-492942],[-566297,-492937],[-565728,-489452],[-566487,-492105],[-566371,-492083],[-564472,181720],[-588675,225041],[-588623,225564],[-588549,225277],[-588345,224999],[-587414,228476],[-587555,228448],[-587401,228407],[-587165,228517],[-587712,229425],[-587118,228924],[-588607,234426],[-587538,233625],[-587653,234706],[-580438,360680],[-580708,360597],[-581462,360275],[-584743,443472],[-583853,443505],[-582852,443217],[-589178,1793584],[-600087,181016],[-600162,181135],[-600467,181885],[-589011,225361],[-601466,219930],[-601234,221321],[-593229,221152],[-592742,220684],[-592976,220548],[-591526,221596],[-592342,220193],[-592865,221066],[-589182,225445],[-589257,224992],[-589126,233063],[-589701,233861],[-588918,232758],[-591402,233881],[-591336,234049],[-591299,233988],[-591584,234272],[-591699,234138],[-591617,233973],[-586395,332626],[-585702,333171],[-584756,333500],[-598283,417373],[-598594,416677],[-598793,416750],[-599381,416802],[-599098,416122],[-594077,117863],[-594622,119792],[-596393,119074],[-595131,119540],[-606333,1777690],[-613279,1788102],[-612741,1787057],[-614323,1786300],[-612470,1786588],[-610805,1793096],[-608984,229046],[-608607,229807],[-609035,230563],[-614223,229548],[-612878,229642],[-613646,229047],[-613603,229797],[-613335,228722],[-614387,230314],[-611339,220218],[-612149,219790],[-611350,219968],[-611357,220129],[-612163,220169],[-612605,220326],[-601986,220417],[-602849,220541],[-602206,220195],[-602196,220195],[-609621,230036],[-609528,230947],[-610000,230650],[-622890,1737487],[-622791,1737009],[-622981,1736877],[-623423,1736302],[-622798,1735937],[-620282,1759458],[-619153,1758143],[-619823,1759800],[-621361,1758718],[-623233,219131],[-622953,219497],[-623748,218788],[-622493,219227],[-622521,219032],[-623393,219529],[-624746,223221],[-624146,222295],[-623883,223035],[-624479,222136],[-623142,222106],[-624800,222589],[-616337,220051],[-616842,220210],[-617130,220575],[-615903,219471],[-615663,220654],[-616144,219450],[-620176,30586],[-619803,31397],[-619092,32198],[-50553,134148],[-47923,169046],[-46759,168893],[-48463,169087],[-47664,170802],[-50086,174063],[-50634,174063],[-50681,172224],[-38881,197848],[-39368,200084],[-40546,198694],[-40029,198452],[-43052,317974],[-48400,379699],[-38850,392285],[-39125,392116],[-39420,391223],[-39284,391160],[-43413,426637],[-45936,429953],[-47107,429483],[-45427,430195],[-45127,428322],[-49936,447206],[-50728,447526],[-51033,446120],[-50367,446851],[-51133,450398],[-50262,448589],[-51070,448545],[-47889,452360],[-47413,450795],[-47728,450665],[-46579,454740],[-47816,453894],[-46882,453945],[-48053,454470],[-48380,454528],[-41950,456222],[-41388,456924],[-42270,455672],[-41524,456872],[-42605,455400],[-41932,456594],[-46201,451487],[-47302,451633],[-47183,452380],[-46387,454492],[-47250,463490],[-47965,462300],[-48038,462873],[-47116,462570],[-47068,464185],[-47117,461931],[-639870,-150612],[-639177,-154072],[-639720,-153849],[-639415,-153964],[-639691,-154208],[-638188,-170838],[-635298,-179829],[-636657,-186216],[-628710,-180148],[-639549,1699529],[-639023,1728470],[-634646,1748295],[-635285,1749742],[-635505,1749982],[-635512,1750065],[-634847,1749942],[-634606,1750217],[-630660,1744395],[-631234,1743370],[-632739,1744271],[-631476,1742885],[-641068,-146874],[-640842,-149901],[-640827,-150067],[-640412,-149850],[-640487,-153818],[-640006,-153620],[-643603,-155496],[-644820,-155553],[-645375,-155470],[-643469,-154719],[-646818,-153558],[-646925,-153522],[-646548,-154306],[-646479,-153719],[-646263,-153846],[-644056,-166198],[-642037,-173996],[-646019,-178815],[-643675,-166485],[-644648,-168090],[-644616,-167965],[-643808,-166737],[-644364,-169966],[-645058,-169558],[-644485,-169407],[-643857,-169999],[-644849,-169494],[-644870,-169547],[-648523,-175191],[-647954,-175784],[-645377,-176400],[-646315,-175441],[-647117,-175396],[-647409,-175796],[-652062,-177415],[-651732,-176905],[-651869,-176665],[-643763,-168101],[-649460,-180229],[-650790,-179456],[-649406,-199571],[-649912,-199372],[-649567,-198727],[-646876,-226389],[-646813,-227179],[-646169,-225914],[-646091,-226807],[-645679,-227650],[-646983,-226942],[-649431,-225854],[-647796,-227951],[-648977,-226846],[-647957,-227860],[-648342,-226690],[-647767,-227806],[-642154,1733729],[-649148,1756008],[-652284,118953],[-652129,119831],[-651609,120740],[-659917,-172005],[-660507,-172377],[-657634,-191024],[-654625,-180005],[-654593,-180295],[-662596,-203805],[-664312,-203324],[-664839,-202699],[-661516,-205605],[-661715,-205280],[-661155,-205784],[-656961,-208092],[-658953,1680500],[-659141,1680070],[-659386,1681407],[-659969,1680436],[-659396,1678741],[-660876,1681561],[-653620,1694433],[-663876,1701077],[-663095,1702055],[-661493,1701039],[-662782,1702520],[-671484,-156699],[-672114,-157227],[-672127,-157325],[-674172,-159200],[-673604,-158722],[-674282,-158589],[-674545,-159677],[-674928,-160316],[-674858,-160467],[-674832,-159127],[-675124,-158680],[-674496,-159566],[-672385,-165420],[-672506,-165338],[-672581,-165231],[-674803,-159486],[-670933,-171787],[-672518,-170557],[-671111,-171791],[-672489,-170966],[-672134,-170720],[-671338,-172789],[-671495,-172695],[-671297,-172882],[-671834,-171494],[-671768,-171223],[-672019,-171373],[-669903,-175094],[-670225,-174335],[-669976,-174520],[-667025,-174605],[-667214,-174732],[-667847,-174523],[-671991,-167879],[-672192,-167716],[-678055,-197882],[-677916,-197614],[-677475,-195971],[-677626,-195750],[-677856,-196144],[-673390,-195314],[-673274,-194881],[-673115,-195160],[-674379,-194642],[-673387,-194738],[-674270,-194751],[-677670,-204202],[-680113,-188310],[-678608,-198010],[-678484,-197846],[-686632,1638250],[-686027,1637833],[-685977,1639369],[-685690,1638740],[-685943,1638658],[-687313,1667900],[-688871,1667092],[-687027,1667439],[-685874,1666603],[-687885,1668927],[-696165,1565092],[-695326,1565395],[-694277,1565415],[-699257,1665464],[-699006,1665445],[-699107,1665415],[-699106,1665755],[-691413,1668914],[-691514,1668884],[-691513,1669224],[-695183,1666181],[-694228,1666040],[-694375,1666631],[-694088,1665977],[-695234,1665697],[-695469,1667097],[-698529,1686461],[-710300,1594155],[-710170,1593631],[-710432,1593574],[-711190,1593198],[-710694,1592653],[-716317,1677491],[-716675,1677076],[-716714,1677414],[-723081,1674693],[-717101,1677369],[-717117,1677607],[-724136,1685316],[-726298,1680722],[-726393,1680683],[-726385,1681009],[-738625,1645233],[-740992,1643504],[-740517,1645147],[-741301,1645098],[-737234,1643602],[-740240,1644905],[-740194,1644806],[-740141,1643547],[-741409,1643904],[-740024,1642344],[-739671,1641723],[-737544,1641761],[-737807,1672998],[-739726,1675240],[-738853,1671286],[-737888,1671956],[-736930,1670486],[-737458,1672286],[-738014,1671071],[-738114,1669358],[-738028,1670529],[-736283,1670349],[-740253,1670080],[-746333,1637966],[-746367,1639497],[-745823,1638882],[-746112,1638781],[-746945,1638325],[-754765,1685177],[-754867,1685147],[-754865,1685487],[-51832,174145],[-59124,194179],[-60297,194101],[-60362,195855],[-60835,194040],[-56518,197220],[-60170,252499],[-54994,260859],[-56131,259573],[-55339,260441],[-54078,259222],[-53903,316999],[-54761,315824],[-51648,317105],[-53604,316961],[-54011,316045],[-51749,315876],[-51759,449983],[-51508,451220],[-51408,449595],[-51819,449829],[-51731,450292],[-63942,589364],[-60729,124861],[-61880,125691],[-60029,125159],[-60003,125000],[-59889,126200],[-54709,125118],[-54596,119220],[-55783,120298],[-56304,120391],[-53738,122879],[-51429,119821],[-62111,115695],[-61446,116578],[-61862,116978],[-758155,1663931],[-757444,1664171],[-761559,1664711],[-758701,1664607],[-758038,1664897],[-761049,1665434],[-755208,1684983],[-756603,1683983],[-755638,1684653],[-759081,1682332],[-755681,1685321],[-775294,1636502],[-774914,1635739],[-775065,1637448],[-773789,1637488],[-773999,1637406],[-774880,1637536],[-775820,1637653],[-777194,1637229],[-776902,1635923],[-775912,1637673],[-777131,1639497],[-774855,1639289],[-771977,1642040],[-770379,1644455],[-771982,1643455],[-770848,1644125],[-769622,1642655],[-791018,1605766],[-790272,1607378],[-791641,1604978],[-788365,1608796],[-786591,1608233],[-787816,1608642],[-787416,1610377],[-786822,1638080],[-788079,1637122],[-787412,1638052],[-785797,1640083],[-787252,1639369],[-787250,1640602],[-800647,1578320],[-802981,1591039],[-802164,1590195],[-803459,1589011],[-801769,1589824],[-797077,1589474],[-796367,1588537],[-797796,1587518],[-796020,1588121],[-802361,1626907],[-817692,1612044],[-816492,1611570],[-816192,1612087],[-815950,1610298],[-815598,1610030],[-814215,1611037],[-808314,1620809],[-807511,1623932],[-808354,1620713],[-811836,1615270],[-811071,1615891],[-810928,1615851],[-811644,1616507],[-813009,1616989],[-813595,1615768],[-811683,1616578],[-812818,1617727],[-811860,1616896],[-811665,1630774],[-813700,1630143],[-813108,1632136],[-813287,1631998],[-829341,1584615],[-829868,1609335],[-826391,1612222],[-833628,1586492],[-843645,1590275],[-842454,1587620],[-836686,1589329],[-835626,1612081],[-837021,1611081],[-836056,1611751],[-835098,1610281],[-865830,1569915],[-866427,1570523],[-865756,1568944],[-866958,1568513],[-866783,1568656],[-865905,1568803],[-864973,1568980],[-863799,1569809],[-864479,1570961],[-864881,1568991],[-861324,1570470],[-869160,1566805],[-74561,151577],[-76345,150732],[-76771,153139],[-76094,151964],[-72060,264716],[-71542,266399],[-71915,265248],[-67566,261062],[-66903,262787],[-67395,261603],[-69259,262082],[-73587,265786],[-65752,321575],[-66304,323200],[-65943,322082],[-67627,321592],[-70990,604129],[-68676,605630],[-72039,604869],[-75656,604209],[-68045,647845],[-68845,648364],[-67454,647103],[-68170,646772],[-68106,646925],[-67486,647095],[-66738,647870],[-66269,648966],[-67458,649626],[-66602,648265],[-891175,1379578],[-891439,1379502],[-892205,1379209],[-883240,1583264],[-886942,1579914],[-895428,1578090],[-895181,1578311],[-895096,1578317],[-895230,1577652],[-894954,1577409],[-904858,1573840],[-900908,1572920],[-902459,1571936],[-902459,1571936],[-898618,1584235],[-899358,1583358],[-902253,1575582],[-900148,1582917],[-900329,1582823],[-901024,1582592],[-900028,1583302],[-905891,1583278],[-905329,1585615],[-905387,1584175],[-905747,1584651],[-904082,1585501],[-907764,1592179],[-906799,1592849],[-905841,1591379],[-906369,1593179],[-913376,1473840],[-913540,1473606],[-914088,1472997],[-920288,1535859],[-913710,1590739],[-912314,1589321],[-930905,1503411],[-929417,1530955],[-926258,1532251],[-928886,1532965],[-927340,1531433],[-925557,1533461],[-926154,1534069],[-925483,1532490],[-926685,1532059],[-926510,1532202],[-925632,1532349],[-928364,1531245],[-927432,1531422],[-924700,1532526],[-929242,1531098],[-923526,1533355],[-924608,1532537],[-928289,1532357],[-928215,1531386],[-927713,1581571],[-924490,1581956],[-924217,1586793],[-944855,1507484],[-944350,1521605],[-947195,1511262],[-940483,1510749],[-939958,1510615],[-944139,1516789],[-940735,1534508],[-941245,1535168],[-940995,1535398],[-941025,1534738],[-940905,1535408],[-957569,1503438],[-956645,1504327],[-957224,1503682],[-957252,1504161],[-956439,1504451],[-961920,1504412],[-961757,1504674],[-961672,1504644],[-961405,1513717],[-961689,1513947],[-961576,1514617],[-961658,1514607],[-961911,1514377],[-968141,1540772],[-964028,1552029],[-978338,1392128],[-978762,1391347],[-979502,1390646],[-983950,1470799],[-985147,1471018],[-984765,1470056],[-982931,1495862],[-983206,1496170],[-983322,1496253],[-984220,1496987],[-983266,1496762],[-983145,1496534],[-977240,1505038],[-976987,1505268],[-976905,1505278],[-977018,1504608],[-976734,1504378],[-974920,1506977],[-974829,1507008],[-974896,1506675],[-976608,1526776],[-975755,1526732],[-977121,1527883],[-977501,1527121],[-974847,1526032],[-975398,1525263],[-976219,1525721],[-975520,1526921],[-975811,1526849],[-977160,1527219],[-976286,1526749],[-975787,1527542],[-977308,1526677],[-976931,1527377],[-990793,1422099],[-985717,1470128],[-985912,1470967],[-989177,1491417],[-989311,1491357],[-986001,1491270],[-988618,1490741],[-989512,1491336],[-989181,1491095],[-994717,1494457],[-994630,1494503],[-994642,1494163],[-993888,1510311],[-993247,1510090],[-992927,1509528],[-990607,1509241],[-990750,1509352],[-990727,1509403],[-989995,1509206],[-989590,1509399],[-989079,1508447],[-993386,1509160],[-998289,1510950],[-997949,1513505],[-987333,1515299],[-996568,1566277],[-997210,1566846],[-997121,1565646],[-994053,1568227],[-994754,1567021],[-994423,1567646],[-1003402,1445265],[-1002517,1445227],[-1004074,1444368],[-1002819,1444942],[-1004111,1444487],[-1002400,1445049],[-1005785,1458326],[-1006062,1458285],[-1005042,1459255],[-1009884,1466792],[-1005841,1459806],[-1007378,1459545],[-1005467,1460581],[-1005230,1460975],[-1006113,1460492],[-1007293,1460245],[-1006221,1459983],[-1007720,1460767],[-1007111,1460323],[-1007439,1483470],[-1001580,1491243],[-1002297,1491458],[-1002797,1490599],[-1003587,1490522],[-1004176,1492901],[-1003385,1493100],[-1000252,1510439],[-1006462,1508771],[-999434,1508727],[-1009422,1511856],[-1010775,1534169],[-78199,159517],[-79136,159301],[-78436,160180],[-77731,157686],[-79125,159224],[-79726,208173],[-80764,208781],[-83834,208157],[-89340,207425],[-79235,207926],[-80594,206579],[-89463,472728],[-88127,473210],[-88067,474756],[-87274,474153],[-88552,474235],[-88033,474688],[-86281,478163],[-86528,477435],[-86975,477057],[-85326,477586],[-84676,477294],[-86108,475985],[-80642,485972],[-81341,483864],[-81592,486499],[-79522,485990],[-81038,484564],[-81160,485925],[-81390,490108],[-82288,490363],[-80962,489613],[-81893,490741],[-82039,490965],[-82191,490598],[-86590,592551],[-80088,595401],[-83864,594989],[-83348,594834],[-78464,599838],[-77695,600562],[-84204,595677],[-83800,595688],[-83766,595289],[-78530,613599],[-78675,603582],[-78980,606302],[-78970,609087],[-79430,606640],[-86094,608419],[-84911,606985],[-84895,605947],[-87437,609870],[-81361,616473],[-83043,615073],[-83392,615216],[-84105,615075],[-84368,618444],[-86616,616709],[-80264,622758],[-81055,622836],[-82290,626190],[-80163,620675],[-82339,625504],[-80322,619608],[-81545,620307],[-79274,624420],[-78851,630890],[-78964,630974],[-79153,630385],[-77912,630007],[-77010,630003],[-76978,629491],[-80071,634309],[-79722,632545],[-82612,634999],[-88479,636855],[-1021814,1443195],[-1021790,1435630],[-1021891,1435600],[-1021890,1435940],[-1019246,1435764],[-1019347,1435734],[-1019346,1436074],[-1021671,1439248],[-1021772,1439218],[-1021771,1439558],[-1021279,1441692],[-1021380,1441662],[-1021379,1442002],[-1020316,1436078],[-1020178,1439878],[-1020890,1439292],[-1020637,1439522],[-1020555,1439532],[-1020668,1438862],[-1020384,1438632],[-1021701,1443865],[-1021530,1442965],[-1022025,1443607],[-1021783,1443855],[-1023627,1449344],[-1013205,1467534],[-1012983,1468398],[-1011778,1466594],[-1013256,1468741],[-1022852,1471408],[-1022425,1473225],[-1022354,1472698],[-1018889,1480111],[-1020372,1479537],[-1020534,1479336],[-1020699,1479056],[-1020738,1479907],[-1022636,1515172],[-1012576,1516351],[-1017326,1528966],[-1021944,1524559],[-1016993,1527464],[-1016743,1527694],[-1016653,1527704],[-1016773,1527034],[-1016483,1526804],[-1022114,1525459],[-1022234,1524789],[-1013233,1533877],[-1012906,1533705],[-1017058,1536149],[-1011875,1534582],[-1022204,1525449],[-1017243,1535963],[-1014073,1533684],[-1022454,1525219],[-1012591,1534069],[-1016943,1536313],[-1015956,1536363],[-1016696,1536956],[-1016690,1536478],[-1031216,1442686],[-1032029,1440520],[-1031646,1442356],[-1032611,1441686],[-1030688,1440886],[-1024174,1471504],[-1024691,1471014],[-1024912,1471700],[-1029430,1476159],[-1027996,1477604],[-1026361,1477489],[-1027567,1477434],[-1025824,1476601],[-1034917,1520320],[-1030700,1521439],[-1027400,1525291],[-1029717,1547483],[-1030041,1547155],[-1029875,1549615],[-1029485,1550795],[-1029553,1549746],[-1028326,1549201],[-1042516,1413501],[-1047023,1494733],[-1046748,1487562],[-1047348,1498488],[-1040983,1508223],[-1041549,1506781],[-1043654,1510182],[-1049239,1500426],[-1038403,1527991],[-1039774,1527814],[-1039064,1528408],[-1039508,1527731],[-1039835,1527697],[-1040343,1528517],[-1049407,1550381],[-1058545,1322748],[-1058686,1322610],[-1059158,1321942],[-1061964,1402180],[-1061740,1402560],[-1062364,1402261],[-1062257,1402028],[-1062203,1402082],[-1062071,1401853],[-1054317,1426732],[-1055390,1439434],[-1054675,1438485],[-1056000,1437823],[-1055499,1439109],[-1056610,1437971],[-1054614,1438079],[-1056043,1446337],[-1052567,1447829],[-1055763,1453936],[-1053179,1468097],[-1056569,1467182],[-1056668,1466646],[-1051195,1470807],[-1053698,1467903],[-1055565,1469935],[-1059449,1476458],[-1058396,1475349],[-1060854,1474265],[-1059765,1474029],[-1056020,1476829],[-1060509,1482374],[-1060433,1482489],[-1059519,1483924],[-1059353,1484800],[-1060388,1481416],[-1050707,1490091],[-1051414,1488631],[-1054683,1496921],[-1053896,1496763],[-1050870,1496566],[-1053947,1496465],[-1054222,1496233],[-1051116,1496901],[-1050961,1495232],[-1049716,1495947],[-1051166,1497041],[-1050339,1494657],[-1052621,1489099],[-1050464,1488569],[-1050408,1494296],[-1055690,1504301],[-1051437,1506361],[-1052013,1500436],[-1055192,1503054],[-1058676,1499543],[-1056140,1505331],[-1057040,1517713],[-1057106,1517570],[-1056822,1517856],[-1056493,1518006],[-1057432,1517428],[-1057376,1517435],[-1055710,1515004],[-1056743,1514932],[-1056812,1515017],[-1056071,1515694],[-1056322,1514346],[-1055990,1514438],[-1060051,1537271],[-1060458,1537811],[-1060219,1537846],[-1051741,1548861],[-1049888,1550550],[-1049630,1550267],[-1049766,1550579],[-1049756,1550232],[-1049681,1550332],[-1066128,1392276],[-1063507,1403149],[-1064696,1403163],[-1064618,1397873],[-1063957,1403203],[-1064631,1403546],[-1067780,1399169],[-1063728,1403441],[-1063721,1403326],[-1073270,1411565],[-1072768,1411103],[-1072631,1412601],[-1072439,1412604],[-1072253,1412300],[-1072072,1412760],[-1072376,1412140],[-1072138,1412762],[-1072431,1412586],[-1072686,1412144],[-1072517,1412843],[-1073077,1411497],[-1062838,1471671],[-1063499,1470156],[-1064839,1470770],[-1065714,1476962],[-1063278,1480723],[-1068886,1481248],[-1069221,1483834],[-1072209,1482999],[-1071470,1472813],[-1070632,1477560],[-1072930,1476640],[-1071545,1475451],[-1074987,1481129],[-1074602,1480326],[-1066473,1474311],[-1065815,1475834],[-1066475,1476880],[-1074905,1496920],[-1075187,1496739],[-1074610,1497292],[-1074682,1496888],[-1074327,1497147],[-1073767,1497249],[-1075180,1493807],[-1071636,1496603],[-1073697,1487293],[-1075155,1487884],[-1069506,1495822],[-1067111,1496011],[-1069818,1492767],[-1071026,1493126],[-1067344,1487575],[-1067052,1493062],[-1066644,1485790],[-1070056,1486340],[-1072746,1485514],[-1072520,1487283],[-1071825,1494890],[-1070325,1497519],[-1070056,1497612],[-1064589,1487501],[-1067862,1496134],[-1068576,1495367],[-1069101,1494402],[-1066514,1494038],[-1072260,1496085],[-1073323,1485363],[-1073607,1498529],[-1074312,1497853],[-1074468,1498318],[-1074662,1499391],[-1069258,1501767],[-1071057,1502938],[-1070794,1502386],[-1070907,1502067],[-1068947,1499786],[-1070265,1498902],[-1068354,1500015],[-1069234,1502517],[-1067761,1509859],[-1065057,1520491],[-1086095,1412725],[-1085230,1411930],[-1086440,1410656],[-1084814,1411583],[-1081582,1411336],[-1100188,1361236],[-1099634,1410752],[-1099711,1419758],[-1100544,1409976],[-1090136,1409936],[-1089886,1410166],[-1089796,1410176],[-1089916,1409506],[-1089626,1409276],[-1091730,1426158],[-1094538,1428676],[-1090588,1427756],[-1094625,1445184],[-1107092,1417812],[-1112197,1411967],[-1111944,1412197],[-1111862,1412207],[-1111975,1411537],[-1111691,1411307],[-1108595,1454000],[-1109979,1452843],[-1111026,1454168],[-1110456,1453059],[-1110222,1453217],[-1109953,1454829],[-1120646,1366832],[-1125788,1365277],[-1123865,1364477],[-1124393,1366277],[-1123796,1366920],[-1126331,1439191],[-1135777,1348997],[-1137134,1373589],[-1130930,1384012],[-1126862,1382762],[-1126607,1384450],[-1139092,1420446],[-1135450,1452611],[-1136845,1451611],[-1135880,1452281],[-1134797,1450615],[-1134938,1450141],[-92007,200902],[-99231,216693],[-99722,217769],[-98941,216243],[-94513,214015],[-93914,216549],[-100790,215462],[-95279,215111],[-95657,215541],[-90599,205141],[-91266,206930],[-91013,206416],[-93396,474856],[-94574,474504],[-92368,478027],[-93806,476126],[-93266,475339],[-93580,476961],[-92688,477879],[-95055,477247],[-94064,476441],[-93697,477960],[-94618,478126],[-94930,477368],[-97165,573774],[-96885,573576],[-96856,573499],[-97538,573468],[-97703,573142],[-101804,581283],[-101551,581513],[-101469,581523],[-101582,580853],[-101298,580623],[-101655,596590],[-97748,591525],[-97809,591331],[-97852,591422],[-101476,601378],[-101290,594569],[-99840,596298],[-100150,596661],[-95926,593388],[-96147,593156],[-94542,598979],[-102189,593881],[-94414,598006],[-97617,607819],[-99849,605893],[-96107,612905],[-94144,611109],[-101518,607329],[-96999,604003],[-96890,603798],[-96086,602388],[-95134,603614],[-94581,604247],[-100827,604011],[-91335,606521],[-91641,604871],[-92240,604965],[-89794,607263],[-94560,617419],[-102344,614629],[-95779,639849],[-95054,639097],[-95808,639970],[-95389,639100],[-95109,639069],[-95341,639255],[-91430,638392],[-94080,638398],[-93202,637893],[-102352,634827],[-101920,636175],[-95503,640851],[-96384,640767],[-95114,640206],[-95186,640543],[-94332,652585],[-94119,652663],[-93097,652600],[-92158,652388],[-92831,652732],[-92283,652387],[-91048,652696],[-92676,653617],[-93250,654261],[-91422,653941],[-1143565,1351251],[-1140823,1374385],[-1164744,1424913],[-1163457,1425315],[-1163724,1424198],[-1162884,1423716],[-1160031,1446113],[-1158635,1447600],[-1159166,1447596],[-1158950,1446766],[-1158821,1447147],[-1159962,1447685],[-1166701,1425459],[-1165702,1426383],[-1165272,1426713],[-1176179,1452738],[-1169236,1447799],[-1175470,1479969],[-1186774,1429701],[-1186982,1429432],[-1186536,1432369],[-1185982,1439168],[-1188930,1467839],[-1189505,1468843],[-1181242,1489107],[-1179579,1490386],[-1181741,1488975],[-1180663,1490349],[-1191194,1286311],[-1191124,1285532],[-1191411,1285601],[-1192320,1285652],[-1191999,1285008],[-1198559,1464987],[-1190502,1467924],[-1201148,1481678],[-1201312,1481783],[-1201168,1481889],[-1201112,1480652],[-1202927,1473820],[-1197067,1476459],[-1194857,1476745],[-1197712,1475168],[-1197933,1475055],[-1196669,1477719],[-1196757,1474806],[-1197562,1475087],[-1212124,1386913],[-1211871,1387143],[-1211789,1387153],[-1211902,1386483],[-1211618,1386253],[-1204092,1402562],[-1214573,1430860],[-1215531,1432330],[-1215101,1432660],[-1213313,1429458],[-1212260,1439810],[-1212484,1439838],[-1214054,1439666],[-1213195,1440375],[-1214086,1438814],[-1213399,1440386],[-1205710,1444199],[-1207012,1441966],[-1203227,1442064],[-1209003,1439249],[-1208038,1439919],[-1207080,1438449],[-1207608,1440249],[-1213962,1440928],[-1215372,1441215],[-1215743,1439930],[-1214035,1440991],[-1208725,1438742],[-1210428,1454367],[-1209463,1455037],[-1207641,1448386],[-1208581,1447634],[-1215095,1453618],[-1208772,1447470],[-1208288,1448195],[-1208720,1448509],[-1208920,1447625],[-1209033,1455367],[-1206201,1481383],[-1209159,1479503],[-1208328,1480381],[-1209046,1478797],[-1208844,1478922],[-1206454,1481790],[-1206313,1480673],[-1205361,1482352],[-1205710,1480834],[-1206788,1480515],[-1209119,1478896],[-1207741,1477617],[-1207817,1477445],[-1208820,1476407],[-1209757,1474934],[-1208666,1476644],[-1208872,1476929],[-1208590,1476781],[-1208798,1477125],[-1205192,1474620],[-1204091,1475290],[-1203628,1475620],[-1203386,1484622],[-1227420,1432226],[-1226462,1430756],[-1226990,1432556],[-1216496,1431660],[-1217924,1432419],[-1225814,1433097],[-1226907,1433529],[-1227420,1433704],[-1226213,1435141],[-1227486,1435778],[-1227120,1450632],[-1225617,1454053],[-1225256,1470964],[-1226607,1469918],[-1217623,1483490],[-1217192,1482294],[-1216363,1482524],[-1217465,1486748],[-1217495,1487947],[-1220030,1489923],[-1227149,1486423],[-1229172,1453781],[-1229492,1457369],[-1232339,1497276],[-1232833,1497836],[-1238900,1507264],[-1244774,1451335],[-1250108,1450738],[-1253648,1479533],[-1251681,1475337],[-1253727,1474243],[-1251327,1476981],[-1252309,1477652],[-1252190,1504473],[-1252025,1504169],[-1249543,1505195],[-1250289,1505296],[-1250841,1505425],[-1250683,1504717],[-1250030,1504733],[-1250416,1505239],[-1251445,1504892],[-1251345,1505855],[-1252440,1505514],[-1252438,1505001],[-1250317,1502231],[-1253575,1179672],[-1266271,1468857],[-1261670,1479991],[-1261623,1479233],[-1263402,1478542],[-1262519,1478983],[-1262507,1479549],[-1258998,1483235],[-1256605,1484090],[-1259272,1483925],[-1254421,1477828],[-1259233,1478771],[-1258942,1477009],[-1260283,1479063],[-1260758,1477406],[-1259965,1477264],[-1259403,1485075],[-1259251,1485605],[-1254743,1505775],[-1254697,1506115],[-1261939,1505391],[-1262517,1504952],[-1264880,1505890],[-1263166,1504881],[-1263199,1506721],[-1257941,1508002],[-1266898,1507730],[-1266877,1515081],[-1254418,1179713],[-1255238,1180042],[-1260739,1241353],[-1260794,1242277],[-108222,311792],[-109993,311074],[-108731,311540],[-107677,309863],[-105844,536585],[-106515,535880],[-107641,536483],[-107417,536449],[-106720,535896],[-105964,535322],[-104563,535005],[-105894,535261],[-104162,536282],[-105792,537435],[-105535,587270],[-103995,601295],[-103452,611531],[-112330,608640],[-112848,607238],[-112250,607033],[-113756,607395],[-103393,602331],[-103130,610322],[-102421,614565],[-102628,611438],[-103211,606378],[-105261,606999],[-106119,607827],[-111259,610077],[-109294,621117],[-109161,620954],[-109398,616066],[-108660,619224],[-105783,617757],[-110979,618230],[-102694,637577],[-103457,632972],[8095,152262],[11457,153428],[12070,162709],[9802,161833],[10050,162603],[11255,162659],[11601,162436],[9508,161699],[10684,162019],[12697,162615],[12364,161840],[12101,162055],[12539,163517],[7045,161550],[6390,160930],[7121,160105],[5686,160469],[11067,154351],[8439,155482],[4645,154559],[10489,156048],[4631,159056],[4737,158851],[8955,154723],[4175,156119],[9584,278945],[8921,279182],[8453,279442],[8137,279566],[8090,279635],[8740,279832],[8825,280187],[12102,286569],[10864,284654],[9496,282880],[8648,284045],[4260,87630],[5343,93478],[9272,93192],[5634,94522],[6927,93637],[7373,91625],[6639,92276],[6711,92922],[8862,91794],[8983,91657],[2178,109768],[3364,107016],[232,107154],[4367,109761],[462,109455],[317,113834],[2214,111103],[3094,113268],[1245,111574],[5182,108818],[4694,107995],[4838,110170],[4668,109033],[2050,127095],[3320,128063],[2009,126968],[3517,127568],[1298,126113],[1758,125406],[1305429,337790],[1303903,337127],[1303513,339560],[1298965,350372],[1300026,349091],[1300555,348756],[1304294,379639],[1303669,378046],[1303693,377942],[1306807,268091],[1307659,270113],[1306672,270362],[1310226,355786],[1307265,356815],[1307938,359868],[1318866,203901],[1320450,203424],[1320076,202282],[1327402,195537],[1328861,195391],[1323583,231902],[1323865,231193],[1324467,232866],[1323846,248232],[1322607,247365],[1323981,248094],[1327975,282462],[1326213,288296],[1328255,287423],[1324476,328581],[1324651,327246],[1333824,317517],[1355781,194890],[1356554,222707],[1368889,187355],[1357690,196764],[1357279,193946],[1357519,222200],[1358051,221307],[1369400,231726],[1362466,239060],[1363813,238553],[1365772,241676],[1363077,252853],[1365867,251574],[1365684,251463],[1369840,186825],[1369867,184278],[1371442,201482],[1371308,202415],[1371249,202364],[1370000,233401],[1371221,233995],[1379314,279304],[1376044,275023],[1378841,276007],[1379426,394100],[1381669,394631],[1393055,335799],[1392133,336656],[1394206,347018],[1387863,396023],[1383569,393465],[1385295,399752],[1389139,399617],[1407292,289215],[1395622,327504],[1395303,330119],[1396779,327475],[1401712,365592],[1399412,365517],[1401300,365605],[129910,355797],[129345,356016],[128811,402188],[128781,402289],[129121,402288],[129581,408461],[129710,404926],[128732,404272],[128627,404362],[129589,405302],[130537,403651],[132079,402201],[134140,402997],[137668,398876],[137743,399207],[137843,399189],[1411183,291616],[1408180,288048],[1408030,318311],[1410280,314579],[1408538,317831],[151284,370056],[150298,369013],[151479,369845],[151134,372789],[154280,366828],[154799,368798],[161941,427092],[157842,424847],[161578,427034],[163071,434481],[160587,592174],[155501,593501],[155203,594593],[163536,589542],[155008,595079],[157004,595359],[176069,187420],[176554,188566],[174965,496762],[189923,533070],[190449,539031],[190853,538669],[189178,537823],[189615,539859],[191679,736587],[191838,732374],[201959,382042],[195592,377744],[195000,378084],[195683,376884],[194516,376136],[194687,376291],[195545,376651],[196479,376764],[197639,377517],[196941,378495],[196568,376818],[199523,412263],[198978,414192],[197207,413474],[198469,413940],[192853,534161],[194485,533630],[193376,534037],[193741,535973],[203764,737798],[201521,740762],[198530,735505],[198566,736171],[199064,731954],[201472,736197],[201654,738989],[202292,739196],[196761,737542],[197249,737569],[193394,739238],[195144,739239],[211853,380941],[210041,573482],[209362,574441],[209028,574868],[210843,575405],[214021,578953],[214982,578168],[213495,579278],[215067,580521],[220110,279202],[220603,278135],[218989,277447],[220853,277655],[225569,287235],[226534,287905],[227492,286435],[226964,288235],[217995,368024],[220346,469737],[220245,469707],[220246,470047],[217843,581513],[241399,268971],[240510,267532],[239625,269269],[240846,269060],[239167,306732],[240719,307195],[239660,306895],[239366,308604],[238722,321638],[245034,206095],[254913,319956],[253397,319862],[253617,319899],[254630,319806],[255404,319361],[255530,319373],[255160,320657],[254651,321150],[247478,477553],[247316,477302],[247126,477243],[249733,479159],[249823,479516],[251504,737788],[250553,735609],[15278,152630],[16019,153537],[13274,161161],[13380,161987],[12932,161556],[13944,166305],[16386,157587],[16697,155605],[13012,155530],[13869,155672],[21229,199180],[17448,210998],[19045,211061],[18145,212639],[19313,211336],[18007,212321],[24514,218961],[19789,221569],[24527,219839],[24355,220009],[24434,219262],[25104,219508],[24772,219777],[23950,249859],[23024,250615],[23190,249053],[23706,249599],[24734,249697],[24848,249147],[25065,249545],[20157,252889],[19046,252764],[19613,252266],[19626,252793],[20304,253438],[19934,253866],[19413,251642],[19496,251720],[18847,252233],[18802,253532],[19947,252743],[18748,253487],[19628,252891],[19481,253075],[23032,249601],[23513,249677],[23073,249715],[22724,249741],[24188,249183],[22639,249515],[21588,257750],[22408,257447],[21642,257778],[20334,259103],[20581,258380],[21145,258713],[21469,260258],[22313,260291],[22224,260109],[21567,259679],[21243,259500],[19570,258609],[20030,258683],[19926,258110],[14568,285382],[13050,292716],[15026,293972],[15838,294228],[19615,296601],[19702,296665],[19806,296365],[16253,296509],[16753,296009],[17974,297284],[18865,297254],[19720,297943],[20467,296591],[20638,297001],[19030,297650],[13038,353807],[13119,353928],[13176,351561],[13042,351620],[19823,370365],[19690,370424],[19652,368533],[19712,368651],[14273,367268],[14140,367327],[13671,362335],[13537,362394],[16411,360558],[16277,360617],[17272,362068],[17371,362170],[22359,371549],[22225,371608],[17848,377575],[17763,377671],[19331,375602],[19312,375727],[257752,201425],[256652,319308],[256415,320411],[283833,428669],[293211,427795],[292429,426917],[292088,426494],[291154,428122],[290003,432101],[306225,634716],[305688,634525],[305365,636441],[303788,693180],[305960,694804],[305186,694741],[311603,280913],[310401,280483],[311454,280773],[312396,280932],[313560,281779],[312475,280958],[311465,285116],[311365,285086],[311365,285426],[311529,281885],[312880,282931],[309602,625719],[307524,635061],[307771,698813],[324991,268188],[323521,266958],[325321,267720],[327669,270100],[328634,270770],[329592,269300],[329063,271099],[328714,278568],[323808,287568],[324061,287798],[324143,287808],[324314,286908],[328022,283893],[331222,540891],[331121,540861],[331122,541201],[331440,541804],[330631,540459],[330883,540689],[330965,540699],[330853,540029],[331137,539799],[321709,650854],[321914,650843],[322604,651275],[333420,264464],[335326,264578],[333984,264530],[333534,266421],[333513,403666],[334308,402801],[334695,402420],[332983,401652],[333189,400957],[347851,419626],[353298,420310],[349981,426503],[347479,427513],[348002,427370],[346887,425862],[358269,553208],[370875,556282],[358784,552990],[359465,554807],[359879,552394],[364322,550780],[363856,605317],[364214,607093],[364127,606538],[365939,606275],[363585,625010],[363728,616211],[363833,617924],[363817,617383],[365562,617198],[367585,624117],[370249,621227],[374836,555904],[33427,204079],[33136,203695],[33051,203340],[37040,201906],[37488,202270],[38000,201515],[37166,204138],[38041,202067],[37070,202048],[32881,198731],[32429,199344],[32701,199354],[34348,200099],[33393,203316],[35608,205893],[26417,213461],[25969,212573],[25996,213116],[31136,214921],[30809,213230],[32018,214615],[31964,216290],[34074,215153],[34819,215348],[34522,215316],[34229,213780],[33795,215204],[35277,215917],[30553,215468],[30576,216497],[27575,217400],[27912,217259],[27102,250118],[27217,251560],[35680,256074],[35182,253793],[37307,254930],[36517,251990],[36312,252268],[35821,254804],[36220,253268],[34950,253278],[27883,252369],[27234,252415],[28586,252539],[28589,251649],[27696,250719],[28450,253001],[37486,249002],[37310,249719],[25999,250625],[29372,249426],[28905,249376],[30281,251616],[29520,248984],[30776,253544],[34088,252008],[34372,252725],[33472,250457],[33787,251202],[33180,251485],[38303,256420],[31148,263265],[32928,263540],[33074,263605],[29213,263740],[29584,263800],[29732,263598],[31084,262368],[30700,262975],[29906,262898],[30806,263800],[32047,263751],[31403,263856],[35643,268370],[35896,268600],[35978,268610],[35865,267940],[36149,267710],[27057,359699],[26487,360879],[27023,360322],[26949,361863],[27556,359737],[25850,360715],[32646,379135],[31724,376469],[31102,377603],[31224,376821],[30457,378518],[30999,377733],[31452,379568],[30580,380141],[31321,379841],[30569,380440],[31486,380904],[30203,381062],[35820,384384],[35957,386561],[35608,385362],[36774,386675],[36583,385918],[36541,385854],[32861,587310],[32718,587354],[386367,665463],[391285,663151],[384499,665636],[385951,667129],[386218,665985],[441374,425693],[441590,425958],[441670,425980],[441658,425301],[439230,431617],[439126,431640],[439283,431941],[447175,427895],[446822,428635],[447109,428816],[447192,428811],[446951,428172],[441973,425116],[39685,250001],[39232,249142],[41048,249428],[38662,249614],[38630,270888],[38883,271118],[38965,271128],[38852,270458],[39236,270427],[41499,349523],[40104,348523],[41069,349193],[42027,347723],[50116,374429],[51061,373586],[49035,372793],[49602,373814],[49730,374214],[49604,373682],[42904,662879],[43536,662249],[44054,661310],[63309,185846],[63639,187947],[54552,310307],[54431,309003],[52721,308979],[54398,308431],[58269,330486],[57736,329736],[57439,329389],[57594,331047],[63096,379184],[63875,379970],[59031,428892],[64079,186321],[67141,302249],[64244,380340],[64648,378660],[74949,383022],[75115,383166],[76061,384242],[75301,384928],[70420,652951],[68593,652525],[76243,646022],[76221,646145],[75659,646717],[68496,659864],[70114,653398],[69499,654400],[64948,656710],[64887,699899],[65145,699637],[64892,699487],[64198,698810],[64790,698385],[88758,219730],[81962,224979],[86953,229561],[81879,225173],[81860,224927],[85179,223496],[84954,228645],[85249,222004],[85930,221353],[84430,221930],[84582,221568],[85337,220754],[84200,220496],[80976,232169],[78205,232991],[79208,233755],[80924,234329],[80317,233811],[79863,231569],[84740,246010],[85835,246471],[85503,247700],[83097,247417],[82987,247388],[85461,247826],[78266,337445],[77132,385695],[81990,433761],[84942,435398],[84931,436676],[86474,436706],[84922,437244],[91282,221309],[90355,218683],[90232,221009],[91043,221471],[91237,220597],[97397,382299],[97675,390160],[94952,658283],[94832,657606],[94593,657643],[93883,657577],[94239,656932],[108162,204767],[109350,202378],[110776,203139],[110638,204424],[109424,206727],[112898,205846],[113718,351468],[112751,346302],[111416,347672],[113948,348853],[115046,349324],[108288,365164],[110639,362725],[109299,359979],[112331,361778],[108019,365760],[113746,366066],[112441,375986],[1222870,566145],[1223163,566321],[1223246,566322],[1223001,565713],[1223234,565452],[1223846,564008],[1223525,563885],[1223444,563904],[1223812,564460],[1223647,564749],[1234865,568370],[1234955,568461],[1235062,568183],[1234662,570155],[1234728,569824],[1234694,569749],[1234183,570177],[1233845,570045],[1279789,360166],[1279522,361904],[1277383,361771],[1272544,379080],[1272899,379047],[1273538,381465],[120022,352997],[124450,356109],[121414,352772],[122779,352634],[120495,351754],[122603,356479],[127231,358390],[127602,353010],[123705,355926],[124090,355208],[116494,352464],[124810,351242],[123751,352318],[125085,351930],[125056,353083],[125351,352040],[125580,351936],[127492,369266],[121014,372050],[127319,382571],[127051,409321],[118950,415330],[119188,415576],[118542,416918],[118896,417603],[119967,417582],[119528,416730],[119144,417595],[118364,416439],[-129097,646483],[-648060,-175068],[-649711,-199828],[-660239,-172151],[-677736,-204493],[-677776,-204197],[-680017,-188421],[-82019,591231],[-83636,595028],[-89256,601457],[-89305,599545],[-84935,601417],[-78537,607413],[-78809,609561],[-78711,607049],[-86503,603330],[-87698,604469],[-81551,622810],[-82192,621573],[-91098,593285],[-91869,601420],[-94926,600112],[-95241,599956],[-94712,600116],[-93604,599783],[-98818,609199],[-95743,611047],[-93535,603759],[-95157,638859],[-95740,645244],[-103050,610374],[-109272,620864],[132900,614419],[132739,611803],[129500,611714],[131069,617487],[132233,616760],[133038,616338],[133092,615543],[129100,654047],[129818,673942],[140385,682578],[139994,685939],[140136,686563],[132104,686612],[129828,688676],[129613,688419],[131079,688552],[134126,689858],[128071,694491],[133389,698149],[138015,710070],[128498,734311],[128732,732767],[130329,746605],[140249,759730],[128230,763408],[128985,762448],[149365,689941],[142383,682702],[151472,692547],[148579,699099],[141872,708780],[144284,712561],[145864,712736],[141728,716088],[147846,723302],[149135,726361],[151239,725782],[145266,728248],[142767,731808],[144605,733544],[144134,733512],[145608,738753],[145094,738285],[145326,738048],[143670,736736],[144613,737127],[144489,733900],[143844,735936],[144083,735834],[143951,758714],[150431,768102],[151231,777774],[151523,775503],[152115,775645],[149906,769277],[152704,769564],[162913,699260],[159273,691596],[161256,695317],[161964,695509],[161071,738902],[164474,731876],[158628,733034],[160523,745359],[160018,749728],[164249,748871],[153632,768817],[174899,600372],[177134,602856],[170360,607506],[172450,601919],[174154,667183],[177386,685550],[174427,691235],[177858,688056],[177476,687939],[177367,687625],[174853,690848],[175922,685108],[171690,685662],[171602,683721],[169433,679604],[170743,679538],[173881,692388],[178944,693120],[172905,698235],[172840,694829],[178618,702924],[169127,721256],[169849,724283],[175851,746229],[175622,746423],[174110,743297],[175605,776758],[176586,775435],[180882,660051],[183966,677555],[184307,673661],[184374,681628],[183867,683011],[189398,685881],[189862,686137],[179877,695012],[183351,694432],[183430,725665],[181706,725841],[182727,734962],[179539,732104],[186810,741644],[186389,741245],[190165,742667],[191007,751139],[190702,752667],[190152,747780],[190218,747776],[189378,751785],[189049,751018],[179273,774277],[182414,777625],[197599,638027],[196315,633396],[204049,650657],[204606,660475],[202707,665468],[193011,662974],[192211,663930],[201774,666146],[194752,670533],[193919,672417],[195935,677729],[199385,679239],[203749,684736],[202341,695354],[202289,694213],[204523,736547],[201463,742205],[200561,740023],[196935,741451],[194157,735465],[198419,734020],[200904,736209],[202035,738741],[201013,741037],[194160,738279],[194106,741827],[196960,752862],[197141,753893],[197614,751770],[194578,749560],[198106,748275],[199329,747998],[204028,749035],[201942,750150],[195629,752082],[194048,752998],[201807,757572],[201560,759734],[195585,775809],[193464,773194],[212952,613737],[211666,625911],[216781,624875],[209876,639776],[209777,639190],[208611,652028],[212390,649783],[207994,662090],[215239,661220],[211242,660559],[205130,653398],[205971,678311],[210038,690892],[210103,689674],[208014,722921],[212005,727432],[214559,721695],[216420,724931],[215148,719127],[215429,719252],[217591,738624],[205321,741069],[205083,741387],[213464,735334],[214866,739560],[205566,761878],[218772,613546],[225445,624625],[226710,624676],[227754,625309],[228552,616629],[229316,627465],[223825,661747],[225574,687567],[224782,688123],[227881,684571],[227436,685873],[230155,688549],[228082,690869],[228666,689704],[224471,696412],[226638,694329],[223874,692305],[223285,711735],[222969,706717],[223358,705594],[220491,724398],[224416,722590],[224082,725948],[228615,725536],[229676,749177],[228954,747467],[231031,624089],[240610,622078],[240018,617150],[238384,619491],[234624,691752],[234792,694157],[231178,723789],[233160,724788],[230440,725712],[236929,736900],[238073,737975],[240552,735628],[240794,734891],[231232,738168],[232411,738658],[234169,745579],[231428,743733],[231384,746722],[231118,746249],[255616,673800],[246141,737328],[243874,734363],[245807,735807],[251191,737578],[252165,736996],[268033,665137],[256896,673388],[258397,673784],[257173,675669],[258219,676523],[267355,666752],[265663,738946],[266156,740232],[265217,738884],[259259,736418],[258686,736720],[267121,735093],[256881,745803],[257161,744798],[278985,617713],[271535,675103],[273287,674368],[278856,681670],[278729,679953],[274181,681240],[275851,679776],[274997,679610],[291460,616073],[292635,617464],[284866,618226],[285552,617743],[282134,618588],[291322,682490],[293213,682692],[288096,711474],[289131,710985],[287442,710910],[286628,708846],[289251,708535],[288725,707257],[289539,706091],[290473,704823],[297769,688430],[296907,688542],[302709,695619],[304671,693098],[302867,693923],[302164,696468],[304718,695282],[307488,698834],[122153,594346],[126945,625845],[126749,626505],[122898,650162],[122365,648159],[126962,654643],[124428,684910],[125064,689922],[122455,689600],[123273,690456],[116766,702886],[117384,696625],[122406,695544],[122251,692313],[116932,704237],[127264,753301],[125738,751658],[127485,747791],[124887,758691],[125212,758261]] \ No newline at end of file diff --git a/src/gathering/a10971.json b/src/gathering/a10971.json new file mode 100644 index 0000000..b4f6ad7 --- /dev/null +++ b/src/gathering/a10971.json @@ -0,0 +1 @@ +[[-1276364,1454141],[-1275925,1463261],[-1271718,1469369],[-1273654,1467006],[-1273663,1468974],[-1274886,1468409],[-1275773,1468004],[-1270970,1469913],[-1268695,1469562],[-1269989,1469091],[-1269244,1470761],[-1269432,1469709],[-1269887,1468703],[-1273489,1482149],[-1276786,1481014],[-1273690,1480061],[-1276391,1479047],[-1277420,1480806],[-1267531,1493950],[-1268746,1493601],[-1269240,1491718],[-1270981,1493874],[-1268182,1494140],[-1268949,1491299],[-1274670,1506961],[-1273623,1506303],[-1269575,1499069],[-1274618,1506899],[-1270865,1498951],[-1273286,1506359],[-1273995,1505781],[-1279236,1502939],[-1269900,1502284],[-1272637,1500540],[-1270053,1500177],[-1272221,1502503],[-1268741,1507789],[-1269715,1510228],[-1269409,1508585],[-1270476,1514644],[-1269758,1515437],[-1269991,1515243],[-1270711,1516259],[-1271232,1517206],[-1270936,1514863],[-1270944,1514006],[-1271128,1514617],[-1271554,1514873],[-1271494,1514753],[-1272001,1514241],[-1277584,1515310],[-1279882,1513858],[-1275561,1510752],[-1277979,1511602],[-1269730,1514662],[-1272984,1205788],[-1272818,1205959],[-1272944,1206759],[-1292022,1436391],[-1288027,1463418],[-1288144,1463224],[-1288922,1462792],[-1288620,1461720],[-1287854,1461346],[-1289017,1462610],[-1281833,1474268],[-1281584,1474283],[-1285889,1493789],[-1286203,1493741],[-1285555,1495444],[-1285861,1494380],[-1283206,1493499],[-1284309,1494229],[-1285223,1498856],[-1280482,1499256],[-1281004,1500905],[-1280820,1500743],[-1281354,1499729],[-1282847,1502907],[-1286362,1503908],[-1286772,1504819],[-1284633,1503935],[-1280094,1510012],[-1280291,1512178],[-1299049,1418449],[-1299619,1416830],[-1299212,1417932],[-1297585,1417276],[-1305385,1460281],[-1312971,1363865],[-1306766,1359232],[-1309195,1363744],[-1310869,1365578],[-1314919,1368596],[-1306952,1401437],[-1306707,1401628],[-1306627,1401627],[-1306731,1401026],[-1306449,1400800],[-1308634,1406245],[-1308934,1406198],[-1308439,1406446],[-1309380,1401368],[-1309557,1401022],[-1309360,1401107],[-1309359,1400951],[-1309847,1401019],[-1307969,1431296],[-1308516,1430756],[-1307917,1431064],[-1308330,1430856],[-1308006,1431168],[-1309372,1460371],[-1314757,1223789],[-1315871,1221546],[-1315484,1223178],[-1311982,1228122],[-1313179,1228083],[-1314778,1224307],[-1313463,1224672],[-1314240,1225066],[-1314017,1222792],[-1313309,1224575],[-1314862,1225525],[-1315030,1225505],[-1315603,1222775],[-1313939,1225281],[-1315292,1224568],[-1315147,1222580],[-1316352,1221996],[-1316642,1223466],[-1315404,1224453],[-1316029,1223846],[-1312523,1229297],[-1316110,1248962],[-1317269,1247193],[-1318081,1249863],[-1317894,1246964],[-1316487,1252261],[-1317081,1251868],[-1316636,1248609],[-1317647,1247358],[-1316886,1250502],[-1317247,1247388],[-1317981,1250019],[-1318377,1250072],[-1316831,1252389],[-1317532,1246807],[-1317926,1247370],[-1318258,1249777],[-1317644,1246746],[-1316991,1252507],[-1317649,1246655],[-1316822,1252350],[-1317076,1249013],[-1317106,1250656],[-1317756,1250187],[-1317722,1250219],[-1317620,1247439],[-1314426,1245741],[-1315523,1247032],[-1315420,1244267],[-1313853,1245445],[-1315150,1248383],[-1315386,1246936],[-1315906,1248304],[-1315537,1247224],[-1315477,1247003],[-1314222,1246163],[-1315753,1244198],[-1316053,1248771],[-1314958,1244692],[-1313796,1244785],[-1313072,1244980],[-1312953,1244526],[-1316767,1246810],[-1315713,1244466],[-1314390,1246217],[-1314969,1247801],[-1316105,1244967],[-1314712,1246949],[-1313452,1245220],[-1312832,1245146],[-1315618,1245293],[-1313261,1245169],[-1315401,1245129],[-1315244,1248086],[-1314019,1246089],[-1314930,1275425],[-1313812,1275814],[-1315241,1275979],[-1315103,1276149],[-1316333,1275997],[-1325853,1381200],[-1326015,1380165],[-1326253,1373210],[-1323392,1381675],[-1326127,1380572],[-1325401,1380999],[-1325855,1381305],[-1326406,1372961],[-1325640,1375083],[-1327296,1374072],[-1326314,1373090],[-1329348,1384867],[-1330099,1384386],[-1329432,1386169],[-1330280,1384065],[-1329612,1384906],[-1329825,1384066],[-1328174,1384619],[-1326275,1383700],[-1327025,1385762],[-1327055,1384814],[-1328299,1385711],[-1322781,1388482],[-1322505,1389033],[-1323087,1389383],[-1328757,1404078],[-1329025,1404829],[-1329813,1404536],[-1329321,1404233],[-1329446,1404171],[-1328709,1404679],[-1322823,1123419],[-1322425,1122807],[-1322691,1122710],[-1323425,1122265],[-1322803,1121883],[-1321652,1204408],[-1319047,1247226],[-1319497,1247935],[-1319595,1247262],[-1319481,1247902],[-1319142,1247501],[-1319582,1247600],[-1319650,1247683],[-1319504,1247530],[-1319159,1247571],[-1318493,1250058],[-1319214,1246080],[-1319559,1245653],[-1319314,1246022],[-1319298,1250750],[-1318733,1250446],[-1318570,1250738],[-1318930,1251103],[-1319680,1245600],[-1319345,1246090],[-1319534,1245500],[-1319434,1245848],[-1319373,1245364],[-1319401,1245289],[-1318713,1250798],[-1319211,1245895],[-1319170,1245425],[-1319207,1245878],[-1319331,1245866],[-1326304,1272003],[-1326551,1272687],[-1327639,1272264],[-1326922,1272592],[-1326568,1271395],[-1326359,1271985],[-1340857,1363810],[-1340965,1362305],[-1335549,1375635],[-1335724,1376444],[-1334753,1375975],[-1336128,1374348],[-1335964,1375567],[-1335152,1375576],[-1334407,1375545],[-1335025,1376392],[-1366811,1342727],[-1360742,1016369],[-1360469,1017114],[-1360992,1018665],[-1363399,1022110],[-1367048,1025314],[-1365286,1025316],[-1365193,1026216],[-1365975,1024613],[-1366828,1025273],[-1366165,1024657],[-1363574,1025052],[-1365178,1028535],[-1361809,1071969],[-1360976,1072291],[-1359910,1072327],[-1363929,1262021],[-1363861,1262239],[-1359602,1257856],[-1368904,1270950],[-1368797,1272107],[-1368633,1271834],[-1380715,1141931],[-1380584,1141276],[-1380311,1140004],[-1387038,1334965],[-1394321,1072929],[-1394843,1075084],[-1394787,1074892],[-1394734,1074934],[-1393835,1076934],[-1393556,1077224],[-1393533,1077071],[-1393449,1077153],[-1391962,1156834],[-1391478,1157997],[-1392117,1158382],[-1391906,1157658],[-1391430,1158265],[-1391041,1157596],[-127711,181190],[-127780,180159],[-127724,180251],[-122163,184266],[-122448,184049],[-122228,185437],[-122225,185169],[-121268,183023],[-122601,184349],[-123440,250406],[-122263,247772],[-122029,246530],[-122408,248318],[-120476,248300],[-126754,471699],[-127359,471262],[-127629,471043],[-127605,468512],[-126122,469051],[-122567,631008],[-1400511,1315807],[-1407141,1331376],[-1402266,1335633],[-1404707,1335401],[-1400897,1335298],[-1402372,1334283],[-1401172,1336518],[-1407846,1337210],[-1407738,1337093],[-1397280,1083320],[-1403731,1163489],[-1404933,1163087],[-1405093,1163376],[-1404751,1162913],[-1404705,1161773],[-1401338,1159768],[-1403428,1156585],[-1403639,1156440],[-1406347,1175989],[-1406960,1176014],[-1407006,1174955],[-1407522,1175866],[-1407088,1174925],[-1401338,1235956],[-1420794,1327265],[-1408219,1333924],[-1408592,1331746],[-1410731,1338324],[-1410154,1338332],[-1410141,1338051],[-1411216,1338888],[-1408661,1337451],[-1409924,1337963],[-1408111,1337603],[-1408726,1336790],[-1410139,1338056],[-1408099,1336849],[-1410407,1338367],[-1409762,1337696],[-1409247,1338233],[-1408588,1333347],[-1420324,1074052],[-1420692,1074486],[-1408255,1175736],[-1428730,1360475],[-1428867,1360838],[-1429619,1360745],[-1429842,1362839],[-1428737,1358464],[-1432372,1359824],[-1430464,1358227],[-1433469,1372577],[-1433319,1039493],[-1432436,1038898],[-1431328,1068448],[-1430898,1068778],[-1432294,1067778],[-1430370,1066978],[-1423049,1072829],[-1423571,1073288],[-1422848,1072564],[-1423501,1071424],[-1421686,1073645],[-1431878,1068791],[-1430078,1135813],[-1429933,1135828],[-1429830,1135836],[-1427282,1129963],[-1427771,1176795],[-1429892,1177646],[-1427683,1177893],[-1429264,1181725],[-1429117,1182129],[-1429346,1181899],[-1429539,1181911],[-1442167,1335489],[-1434079,1372327],[-1445585,1046377],[-1434177,1039741],[-1443810,1100070],[-1443729,1100111],[-1444075,1099670],[-1442652,1278211],[-1448468,1299146],[-1453985,1302432],[-1453638,1302560],[-1454545,1301878],[-1454125,1302667],[-1447714,1299834],[-1453336,1302597],[-1448131,1300043],[-1448660,1299464],[-1453678,1315925],[-1456810,1343218],[-1455946,1343618],[-1456487,1343120],[-1456207,1343291],[-1456259,1344131],[-1455857,1344580],[-1454133,1344765],[-1453034,1345049],[-1453581,1347427],[-1446580,1046810],[-1469007,1338885],[-1468465,1338315],[-1469090,1337483],[-1468184,1337969],[-1468064,1338799],[-1468473,1338395],[-1467465,1337699],[-1468317,1337307],[-1467921,1337385],[-1468575,1337291],[-1468671,1337240],[-1467706,1337516],[-1468231,1340520],[-1468294,1340766],[-1468460,1339985],[-1468859,1340881],[-1467996,1340202],[-1468227,1341298],[-1469623,1334481],[-1469657,1334173],[-1469895,1334480],[-1470012,1334366],[-1469754,1334969],[-1469886,1334777],[-1465770,1348715],[-1466410,1350055],[-1466083,1349904],[-1467186,1349515],[-1467248,1349849],[-1466721,1349944],[-1466492,1349583],[-1467110,1350232],[-1466748,1350083],[-1463385,1367745],[-1462111,1032497],[-1462042,1033109],[-1484382,1351917],[-1484303,1352818],[-1484361,1352642],[-1484768,1352249],[-1484698,1351506],[-1482797,1354123],[-1484323,1352644],[-1484516,1353639],[-1485465,1352283],[-1485318,1351995],[-1485339,1352167],[-1485245,1351920],[-1485012,1352696],[-1484896,1353102],[-1485110,1352567],[-1486722,1350251],[-1487023,1349793],[-1486881,1350286],[-1487181,1350492],[-1486562,1349849],[-1486498,1349784],[-1486678,1350529],[-1486263,1349936],[-1507175,1360703],[-1507552,1360501],[-1521266,1345404],[-1515726,995918],[-1515115,995347],[-1515315,995195],[-1515789,994670],[-1515068,994604],[-1515157,1052967],[-1515569,1052983],[-1515356,1053230],[-1514989,1053341],[-136998,182894],[-135626,183083],[-137517,181440],[-136820,181009],[-136837,183852],[-137147,180037],[-129010,180564],[-129595,180512],[-128624,180114],[-132975,224779],[-133488,226014],[-132720,224266],[-134547,223761],[-137830,226526],[-138899,228055],[-138184,226972],[-139614,225675],[-137098,231462],[-129805,252134],[-139682,469850],[-139435,467136],[-139425,469165],[-138499,468778],[-138424,469094],[-139088,469761],[-128015,470157],[-132937,478477],[-132740,477601],[-132478,479877],[-134452,478666],[-132564,476568],[-132953,478609],[-140312,476038],[-139805,476217],[-140072,476958],[-133059,477921],[-134075,477739],[-133144,478586],[-134213,478746],[-132004,479101],[-132230,478602],[-133356,496112],[-133794,575491],[-129161,622294],[-1524674,1341033],[-1530818,1348897],[-1531059,1349058],[-1523696,1345946],[-1534092,978596],[-1535517,1023092],[-1534999,1027842],[-1535512,1027579],[-1538916,1023111],[-1538336,1023894],[-1537478,1023692],[-1538931,1024637],[-1536407,1030109],[-1537008,1029596],[-1536984,1029845],[-142280,236885],[-143103,237723],[-141881,236517],[-143566,235692],[-152372,282400],[-153286,283818],[-152867,284159],[-147380,343268],[-147501,342483],[-147011,342609],[-148025,342028],[-147304,342194],[-147197,341952],[-152518,344858],[-153515,345785],[-152236,345067],[-153154,345303],[-152962,344177],[-150253,338067],[-149822,335982],[-148848,336496],[-148475,337653],[-148429,335763],[-149791,335637],[-146566,349040],[-146922,348547],[-145021,348521],[-145233,349012],[-146641,349869],[-146118,350186],[-146786,349754],[-148685,350252],[-146741,349380],[-148452,350202],[-153151,351292],[-152091,350811],[-153308,351631],[-152825,353293],[-153336,353070],[-153121,363563],[-149906,463839],[-149247,463029],[-148870,463208],[-149204,462406],[-151197,462056],[-150590,463151],[-143485,474853],[-143606,475827],[-142998,475966],[-142813,475315],[-141792,476919],[-142337,474117],[-142840,475807],[-146610,473889],[-145300,474840],[-145409,490924],[-143622,491514],[-143733,492040],[-143358,490721],[-143557,491379],[-144827,490777],[-158103,179082],[-160757,179199],[-159887,179529],[-158522,181684],[-157702,180241],[-158023,181542],[-165385,186046],[-165887,184744],[-166051,184412],[-162209,184404],[-162072,184178],[-161918,183610],[-164129,183087],[-164460,183627],[-165146,184902],[-156526,185082],[-156976,185528],[-155696,186705],[-156596,184572],[-155713,185746],[-155842,184150],[-154216,283113],[-157912,344180],[-158472,343981],[-157479,344430],[-157508,343411],[-156448,341615],[-158997,342286],[-153823,344846],[-160149,356728],[-160293,356716],[-159896,357338],[-159604,358448],[-154798,363549],[-153791,363935],[-154139,364277],[-155329,363997],[-156006,363799],[-155803,363767],[-155698,364130],[-155327,363177],[-156102,363139],[-154235,365220],[-160920,358718],[-160472,358657],[-156831,365389],[-155199,366146],[-157408,365272],[-157342,365728],[-155127,365206],[-157056,364882],[-162134,420000],[-161702,420317],[-163375,419367],[-162163,421061],[-163274,420578],[-162768,420910],[-154269,428579],[-156509,427896],[-156356,427849],[-156712,429607],[-156422,427614],[-155343,428026],[-164034,425830],[-162887,424747],[-163904,425169],[-163975,425679],[-162633,426575],[-164213,425289],[-166230,558460],[-166148,558470],[-166261,557800],[-165977,557570],[-160315,570666],[-160023,570517],[-159989,570458],[-160668,570391],[-160811,570104],[-168718,186578],[-167461,185405],[-170178,185607],[-172203,187925],[-171979,190283],[-171015,190042],[-173018,188031],[-171693,190194],[-172584,187865],[-173622,425449],[-175104,425712],[-173818,428163],[-176427,428484],[-174747,427182],[-173504,426607],[-170985,480340],[-171118,480399],[-171781,556458],[-178820,559201],[-166483,558230],[-178452,559166],[-178299,559473],[-178296,559544],[-178704,559114],[-177051,565318],[-176893,565622],[-176861,565681],[-177033,565153],[-176936,565153],[-168533,565360],[-168280,565581],[-168198,565588],[-168311,564940],[-168027,564716],[-186391,176389],[-186934,176811],[-186931,176158],[-186721,176421],[-187076,177490],[-181339,177243],[-182477,176305],[-181003,177134],[-181709,177400],[-179722,178876],[-181755,176419],[-187882,179930],[-190948,181014],[-191333,182208],[-189541,180393],[-189538,182222],[-190668,180732],[-189878,182627],[-189876,251254],[-187999,258327],[-186899,258882],[-188480,258046],[-189033,259991],[-191919,473068],[-190140,472202],[-183928,471291],[-182893,471906],[-181861,470367],[-182443,472220],[-185677,474358],[-190833,563216],[-190549,562986],[-191055,563646],[-190802,563876],[-190720,563886],[-187831,637015],[-187167,636421],[-186658,635515],[-192998,250027],[-192567,471842],[-192076,472649],[-196576,564166],[-196422,564396],[-196375,564406],[-196408,563736],[-196197,563506],[-217766,626443],[-218104,625772],[-218307,625867],[-218931,625984],[-218715,625280],[-239727,460553],[-241650,461353],[-240685,462023],[-240255,462353],[-240890,468767],[-242481,617812],[-2616,129676],[-3176,131001],[-4461,131144],[-3456,130206],[-4481,130903],[-4041,129021],[-2247,132371],[-1902,133015],[-782,132060],[-1864,133927],[-134,134174],[-2174,134119],[-4863,131576],[-5358,130977],[-6117,131907],[-6855,131350],[-7242,131260],[-5472,130863],[-6383,139383],[-5575,138128],[-5601,138454],[-6055,138880],[-5386,138177],[-6934,139089],[-8445,138630],[-7173,138623],[-9370,140137],[-8118,139669],[-3096,139646],[-4888,140436],[-3813,139050],[-3263,138450],[-3405,137280],[-3468,139665],[-6032,128765],[-12245,129331],[-11222,130888],[-2277,148185],[-7275,154381],[-5882,158252],[-6556,154282],[-7038,154992],[-3597,154480],[-9353,215816],[-12233,212471],[-11924,213775],[-9556,215305],[-11213,213626],[-12508,215237],[-12614,220958],[-12392,218430],[-11704,220885],[-5875,224515],[-11187,226927],[-6220,226367],[-10338,226325],[-9433,221167],[-9066,231313],[-10222,401960],[-9065,401381],[-11646,401109],[-10052,400342],[-11443,401323],[-8830,401199],[-7986,406671],[-8613,404653],[-8078,406217],[-9664,406501],[-8602,405049],[-8286,406812],[-9926,649298],[-9778,648908],[-9936,648731],[-10256,648035],[-9583,647787],[-6909,93013],[-6963,92925],[-7055,93374],[-450,93129],[-353,108518],[-1628,108264],[-3397,112249],[-2228,104931],[-5513,115399],[-3683,113269],[-4347,122976],[-4628,122818],[-4703,122829],[-4794,126377],[-526,127478],[-98,127569],[-3457,123464],[-4343,124842],[-1804,125665],[-2013,125824],[-729,125042],[-9386,126581],[-9302,126647],[-9220,126384],[-9979,119451],[-4867,116695],[-3721,120746],[-2513,119822],[-2424,122223],[-3292,121072],[-4268,121324],[-4428,120375],[-5943,123399],[-5523,124226],[-247736,469701],[-244422,617810],[-243544,617974],[-258619,462290],[-259004,465434],[-259838,466056],[-258728,464530],[-260031,464169],[-259877,464325],[-258919,464471],[-258124,464961],[-257196,466073],[-258105,467018],[-258008,464950],[-289777,600535],[-288884,600526],[-287869,600167],[-306016,166829],[-306738,169558],[-306063,169093],[-305803,168486],[-305715,168307],[-305818,166806],[-304980,168806],[-302550,167176],[-315055,168023],[-317774,168716],[-314626,169344],[-316163,168776],[-315029,170291],[-317357,168011],[-316728,172255],[-317557,167726],[-315890,174372],[-314447,175219],[-316972,173331],[-317702,173573],[-315462,174683],[-316050,174285],[-317177,175422],[-317003,173384],[-314622,175380],[-330718,161231],[-332589,162288],[-329796,163321],[-332097,163735],[-330239,162900],[-330787,162549],[-330446,158953],[-330262,158878],[-329874,162315],[-330334,159465],[-328311,158923],[-328760,158440],[-328133,158689],[-330832,157435],[-329339,161049],[-321984,165190],[-321171,164591],[-323099,164779],[-320532,164273],[-321862,165223],[-323673,166099],[-320272,173452],[-320050,169972],[-322865,167431],[-321097,167591],[-325877,183832],[-323430,185770],[-325029,184343],[-323612,189234],[-326310,184680],[-326878,185959],[-323406,183195],[-324592,184400],[-326643,185151],[-333904,160530],[-333353,160021],[-333224,162607],[-338366,165592],[-335728,165446],[-337881,165143],[-334967,163902],[-336795,164169],[-336187,163100],[-336046,163982],[-338847,164770],[-340413,164591],[-338799,165777],[-341276,165491],[-339994,165248],[-334694,167270],[-334092,167084],[-339294,166653],[-341009,481648],[-342776,481943],[-341561,481691],[-341557,479706],[-344172,474996],[-345503,475077],[-346671,482630],[-345761,477028],[-346075,475054],[-347213,560209],[-347830,559870],[-347956,560057],[-348449,560481],[-348670,559778],[-366334,343217],[-368163,558014],[-368273,558176],[-368998,558548],[-18749,129798],[-16423,128858],[-19168,129404],[-18781,128939],[-13816,131795],[-13845,129874],[-13028,128641],[-15132,136969],[-23296,179423],[-23602,179578],[-23641,179651],[-22972,179784],[-22605,180138],[-14384,211059],[-17108,210145],[-16170,215160],[-13255,212121],[-14268,211283],[-15254,208674],[-14462,213641],[-13040,217453],[-13764,211473],[-14497,213995],[-13695,214329],[-13648,214076],[-13548,214144],[-13561,216690],[-14923,220246],[-14176,221025],[-22867,233624],[-22271,232014],[-22662,233122],[-20991,233657],[-17312,236284],[-23506,356915],[-23202,355439],[-22963,355491],[-22679,354714],[-21889,356691],[-21917,356374],[-25275,360324],[-25307,360421],[-25495,360888],[-16981,398973],[-17019,398998],[-17119,404107],[-18347,404345],[-18368,404857],[-17784,403858],[-17026,404085],[-18240,404664],[-14468,402978],[-13633,401659],[-14482,401054],[-13938,401575],[-13809,401605],[-14339,400809],[-15606,406819],[-18608,407785],[-16255,407818],[-16531,407717],[-17565,407103],[-17417,406717],[-15343,111410],[-16172,110354],[-17873,109731],[-16144,109856],[-24092,112912],[-22477,111480],[-22931,110315],[-23627,110198],[-23253,110178],[-17585,127611],[-18433,127893],[-16231,124404],[-14133,127418],[-16855,126779],[-12966,128163],[-383558,185114],[-383484,184150],[-383633,183997],[-382701,184164],[-381527,184985],[-382207,186126],[-382609,184180],[-373772,242313],[-375033,241931],[-374835,242046],[-373945,242146],[-372996,242095],[-371687,242638],[-372904,242113],[-373662,243228],[-374134,243791],[-372139,243817],[-383761,345535],[-383490,345488],[-383846,342471],[-383814,340347],[-383708,340746],[-380501,345190],[-380206,344940],[-380662,344441],[-380088,344690],[-383621,344861],[-383210,345905],[-382560,533154],[-382677,533111],[-382078,533574],[-382210,533650],[-381378,537762],[-381516,537747],[-390992,10412],[-384155,185695],[-384686,183682],[-384511,183827],[-394808,13917],[-394571,13662],[-384100,341888],[-384718,340037],[-384017,340250],[-384733,340299],[-384990,340290],[-387183,78635],[-387590,78933],[-386516,79419],[-387470,77640],[-387391,78364],[-386805,118357],[-407443,216661],[-406803,215545],[-407208,216794],[-408663,217635],[-406966,216532],[-405975,217111],[-403535,35202],[-403748,34701],[-402386,32505],[-402221,31809],[-400919,30986],[-409344,45933],[-408676,40394],[-421152,41109],[-418068,40772],[-416165,41034],[-412943,42177],[-412608,42361],[-434042,152821],[-433784,153215],[-434410,152816],[-432934,153224],[-433360,152908],[-434192,153263],[-434776,147470],[-434518,148626],[-434912,148821],[-434244,147808],[-434297,147997],[-433716,146488],[-432848,37565],[-429764,37978],[-427625,40865],[-428999,39568],[-425930,40068],[-427348,38980],[-424827,524482],[-424038,524887],[-422966,525086],[-438429,152011],[-438861,152541],[-437760,151627],[-436934,150606],[-436826,149442],[-447343,153584],[-446938,152861],[-444737,153488],[-443483,151872],[-443272,153006],[-445087,152321],[-443074,152842],[-440624,156797],[-447285,164650],[-447103,164038],[-444441,165563],[-445151,164633],[-444244,165465],[-445572,160056],[-447783,157813],[-446856,161637],[-440638,156669],[-443611,158674],[-442930,160423],[-443286,161444],[-441755,159874],[-443003,157563],[-441481,160064],[-440722,157337],[-440933,156768],[-440790,154033],[-440635,157264],[-439763,157286],[-441030,156000],[-439936,158786],[-442117,158604],[-442300,159019],[-441918,159926],[-442323,158443],[-442369,159370],[-437939,155326],[-447965,154861],[-447459,155086],[-446574,155097],[-441878,167095],[-444384,168270],[-444067,169252],[-441328,168892],[-441087,168696],[-445233,33686],[-445659,33507],[-442720,34581],[-443460,32672],[-444720,33118],[-439831,32821],[-440162,33049],[-440398,32779],[-436887,32907],[-437899,32647],[-439080,36354],[-439080,35050],[-447076,32952],[-446498,440894],[-446659,438920],[-444952,439278],[-446130,439060],[-437116,39199],[-442360,547128],[-442400,546455],[-442660,546492],[-443448,546423],[-443096,545777],[-438779,72897],[-436795,75607],[-439298,72703],[-441165,74735],[-447962,75378],[-445049,81258],[-443996,80149],[-446455,79065],[-445365,78829],[-441620,81629],[-446109,87174],[-446033,87289],[-445119,88724],[-444953,89600],[-445988,86216],[-440283,101720],[-438221,93899],[-436065,93369],[-437014,93431],[-436307,94891],[-444276,104343],[-440792,107854],[-441290,109101],[-441576,107497],[-441595,107590],[-444486,127822],[-448020,143643],[-448496,143255],[-448175,143412],[-448253,143621],[-448298,143516],[-448650,143446],[-448090,163358],[-448880,161651],[-449424,165339],[-451189,165240],[-450113,165934],[-448318,166491],[-453346,164908],[-448499,154379],[-449441,167411],[-450441,166797],[-455749,167883],[-455046,167849],[-454889,168124],[-453180,26842],[-452804,27314],[-448438,76471],[-450439,75570],[-449099,74956],[-452112,79301],[-451415,80634],[-452075,81680],[-451330,81798],[-448878,85523],[-454486,86048],[-454809,88638],[-457809,87799],[-457070,77613],[-456232,82360],[-458471,81453],[-457145,80251],[-460587,85929],[-460202,85126],[-460505,101720],[-460787,101539],[-460210,102092],[-460282,101688],[-459927,101947],[-459367,102049],[-458923,90163],[-460755,92684],[-459297,92093],[-459156,97904],[-460780,98607],[-455107,100622],[-452712,100811],[-455418,97567],[-456626,97926],[-454352,97274],[-452944,92375],[-452652,97862],[-452244,90590],[-455656,91140],[-458120,92083],[-457425,99690],[-455925,102319],[-455657,102412],[-450189,92301],[-453462,100934],[-454175,100167],[-454701,99202],[-452114,98838],[-459207,103329],[-459912,102653],[-460068,103118],[-460262,104191],[-454858,106566],[-456657,107737],[-456393,107186],[-456507,106867],[-454548,104586],[-455865,103702],[-453954,104814],[-454834,107317],[-453361,114658],[-448558,124173],[-450697,124951],[-448797,123391],[-452791,117753],[-461072,85773],[-464020,83432],[-461007,86333],[-462444,85410],[-462062,86105],[-470320,88350],[-472844,85049],[-470969,87048],[-472660,86729],[-473444,84431],[-473361,80915],[-461877,82683],[-460981,85309],[-472258,90740],[-472570,90165],[-472337,91437],[-467735,91943],[-468116,90090],[-462538,94077],[-463290,94564],[-461125,95499],[-461014,95780],[-461188,95419],[-461790,97303],[-461333,99097],[-461140,97127],[-462465,98738],[-462018,100006],[-461935,101747],[-461775,100901],[-462699,99571],[-461359,102167],[-472068,101808],[-472028,102059],[-471861,101073],[-472224,99931],[-472796,99980],[-471971,100314],[-472451,100942],[-461098,96071],[-460976,99916],[-462296,106065],[-463762,109392],[-463529,109831],[-460976,102974],[-463917,111370],[-467655,113232],[-466708,114120],[-467176,114021],[-466675,114289],[-466882,113824],[-468575,112127],[-468291,110716],[-468464,113143],[-467954,112780],[-469369,112399],[-467409,111263],[-469453,111197],[-470005,112353],[-470833,111787],[-471720,111425],[-471822,112483],[-470862,111839],[-472672,109266],[-471235,110100],[-472372,110186],[-472973,109646],[-472999,110054],[-471337,108065],[-471696,108993],[-469468,109854],[-471631,109069],[-471216,108922],[-470860,109898],[-470830,108982],[-471902,107577],[-471406,107700],[-471773,107876],[-470858,106664],[-471267,106500],[-471019,105789],[-472047,105451],[-472330,105442],[-472041,105166],[-473158,104343],[-473362,103685],[-473513,114401],[-485925,130873],[-483944,133920],[-483487,134243],[-484163,137297],[-483225,137117],[-482642,136939],[-475078,137204],[-478984,139250],[-484541,137493],[-475008,86982],[-475803,95501],[-476277,97819],[-475939,99214],[-477014,96900],[-474866,92732],[-474149,90492],[-474282,102536],[-476340,95589],[-476571,96169],[-474479,97645],[-477175,97618],[-481931,102245],[-482966,101105],[-475539,106768],[-475833,107653],[-475524,106097],[-474761,106929],[-474899,106654],[-479653,108511],[-480894,109366],[-478943,110206],[-481237,110146],[-480279,110181],[-480292,110047],[-478482,111928],[-476986,113754],[-475024,113811],[-478338,110558],[-477808,110832],[-480692,104210],[-475780,115710],[-475797,119081],[-475659,116478],[-485606,126288],[-485099,127257],[-486030,125701],[-485999,126775],[-485646,127261],[-484791,121749],[-485621,121397],[-485305,122034],[-485352,121558],[-486645,132380],[-487164,131981],[-486590,130157],[-486733,130588],[-486956,129637],[-486950,133243],[-491487,98532],[-490693,99497],[-490168,97709],[-497591,101114],[-490692,97808],[-491525,97894],[-491159,96789],[-489624,97211],[-490146,96833],[-494824,96023],[-493736,96102],[-493960,94794],[-495324,96332],[-495850,97894],[-496693,99874],[-496570,98788],[-496205,113997],[-498005,109921],[-494503,115431],[-490640,116363],[-490924,116692],[-491874,115559],[-490581,116424],[-493038,115838],[-487535,121629],[-487735,122847],[-486424,125079],[-486691,121559],[-487084,120999],[-487690,122766],[-487751,123834],[-35445,160929],[-32293,162698],[-32213,162711],[-28402,177233],[-28072,177140],[-28019,177075],[-28644,176835],[-28684,176489],[-32200,171101],[-29934,171350],[-30827,168985],[-29514,170217],[-29607,169361],[-30150,171133],[-27619,181643],[-27549,182687],[-26091,182528],[-31869,190966],[-32628,191092],[-32606,190235],[-31803,190631],[-32420,194974],[-29819,192998],[-32030,229392],[-31695,229257],[-32330,230030],[-32099,229973],[-31800,230168],[-31598,229726],[-33548,226947],[-32139,227926],[-33113,227270],[-34050,228754],[-26361,237409],[-27733,235819],[-30945,232657],[-30592,231212],[-30114,232011],[-29900,231389],[-29019,231958],[-32419,239594],[-30859,342627],[-31423,341579],[-30890,342972],[-30735,343083],[-30282,343005],[-29447,342515],[-29003,358092],[-29534,358215],[-27338,353753],[-26240,354047],[-27615,353991],[-26562,353691],[-25702,354124],[-27112,353967],[-26052,360598],[-26862,360173],[-29743,107841],[-27741,108211],[-28871,107389],[-28089,108260],[-27166,108283],[-32435,110615],[-30683,110264],[-27654,108796],[-30604,111030],[-31000,110029],[-30226,110349],[-27600,109479],[-30852,106227],[-31096,107214],[-30477,105594],[-29682,106026],[-30593,106349],[-30410,106005],[-32903,111017],[-32457,110652],[-32863,113120],[-32755,110604],[-34111,111583],[-32466,111766],[-503973,140733],[-504169,140140],[-502573,144227],[-504804,142118],[-505552,141827],[-502590,142118],[-505486,149589],[-503711,149504],[-505106,150864],[-504073,148417],[-505719,148230],[-502916,149043],[-503882,150679],[-505307,152164],[-507615,149762],[-506303,147739],[-507965,149184],[-505207,150851],[-504867,150917],[-504151,149409],[-505007,150347],[-504374,159277],[-500728,165412],[-502407,162420],[-500385,164092],[-501508,161658],[-504725,160770],[-501221,161788],[-503520,160233],[-502761,163899],[-502648,164316],[-500580,159794],[-503352,162925],[-499960,165021],[-502625,163959],[-505962,159900],[-509314,154095],[-504572,157718],[-503634,159287],[-508932,159566],[-507464,159241],[-503223,157573],[-507967,155167],[-504809,154588],[-503040,156221],[-501499,154691],[-508365,153904],[-504071,156942],[-502850,159564],[-500673,154162],[-505288,157701],[-505452,156581],[-506401,156038],[-508595,155952],[-507168,156531],[-504777,156743],[-516163,140246],[-512468,140734],[-515742,140883],[-512874,140194],[-513982,139406],[-513666,141637],[-517708,142695],[-512625,142131],[-512227,142087],[-522555,111567],[-520473,112350],[-521456,111671],[-523340,112034],[-522584,111656],[-520643,111189],[-523118,111656],[-522984,110820],[-520777,112004],[-519836,114616],[-520570,115191],[-519459,115046],[-519637,116320],[-519817,116109],[-518200,116957],[-519571,115985],[-520210,115643],[-518772,115489],[-522094,118319],[-522044,118973],[-524176,118538],[-523861,118593],[-536403,75912],[-535511,77604],[-537356,77265],[-535916,79531],[-536281,77632],[-535784,78876],[-526600,116253],[-526132,116919],[-527141,117805],[-525970,117092],[-527044,116752],[-527369,117052],[-527448,116326],[-525635,117493],[-526020,118032],[-540377,76156],[-537982,76785],[-540140,76969],[-539253,76394],[-538934,76366],[-553231,-485373],[-554281,-485079],[-554344,-485317],[-552193,-484527],[-552955,-484153],[-552345,-485615],[-563014,-495994],[-562730,-495489],[-562527,-494826],[-553599,-486621],[-562170,181674],[-552279,573612],[-552125,573749],[-551938,574541],[-566564,-489201],[-566424,-489131],[-565505,-492318],[-566089,-492942],[-566297,-492937],[-565728,-489452],[-566487,-492105],[-566371,-492083],[-564472,181720],[-588675,225041],[-588623,225564],[-588549,225277],[-588345,224999],[-587414,228476],[-587555,228448],[-587401,228407],[-587165,228517],[-587712,229425],[-587118,228924],[-588607,234426],[-587538,233625],[-587653,234706],[-580438,360680],[-580708,360597],[-581462,360275],[-584743,443472],[-583853,443505],[-582852,443217],[-589178,1793584],[-600087,181016],[-600162,181135],[-600467,181885],[-589011,225361],[-601466,219930],[-601234,221321],[-593229,221152],[-592742,220684],[-592976,220548],[-591526,221596],[-592342,220193],[-592865,221066],[-589182,225445],[-589257,224992],[-589126,233063],[-589701,233861],[-588918,232758],[-591402,233881],[-591336,234049],[-591299,233988],[-591584,234272],[-591699,234138],[-591617,233973],[-586395,332626],[-585702,333171],[-584756,333500],[-598283,417373],[-598594,416677],[-598793,416750],[-599381,416802],[-599098,416122],[-594077,117863],[-594622,119792],[-596393,119074],[-595131,119540],[-606333,1777690],[-613279,1788102],[-612741,1787057],[-614323,1786300],[-612470,1786588],[-610805,1793096],[-608984,229046],[-608607,229807],[-609035,230563],[-614223,229548],[-612878,229642],[-613646,229047],[-613603,229797],[-613335,228722],[-614387,230314],[-611339,220218],[-612149,219790],[-611350,219968],[-611357,220129],[-612163,220169],[-612605,220326],[-601986,220417],[-602849,220541],[-602206,220195],[-602196,220195],[-609621,230036],[-609528,230947],[-610000,230650],[-622890,1737487],[-622791,1737009],[-622981,1736877],[-623423,1736302],[-622798,1735937],[-620282,1759458],[-619153,1758143],[-619823,1759800],[-621361,1758718],[-623233,219131],[-622953,219497],[-623748,218788],[-622493,219227],[-622521,219032],[-623393,219529],[-624746,223221],[-624146,222295],[-623883,223035],[-624479,222136],[-623142,222106],[-624800,222589],[-616337,220051],[-616842,220210],[-617130,220575],[-615903,219471],[-615663,220654],[-616144,219450],[-620176,30586],[-619803,31397],[-619092,32198],[-50553,134148],[-47923,169046],[-46759,168893],[-48463,169087],[-47664,170802],[-50086,174063],[-50634,174063],[-50681,172224],[-38881,197848],[-39368,200084],[-40546,198694],[-40029,198452],[-43052,317974],[-48400,379699],[-38850,392285],[-39125,392116],[-39420,391223],[-39284,391160],[-43413,426637],[-45936,429953],[-47107,429483],[-45427,430195],[-45127,428322],[-49936,447206],[-50728,447526],[-51033,446120],[-50367,446851],[-51133,450398],[-50262,448589],[-51070,448545],[-47889,452360],[-47413,450795],[-47728,450665],[-46579,454740],[-47816,453894],[-46882,453945],[-48053,454470],[-48380,454528],[-41950,456222],[-41388,456924],[-42270,455672],[-41524,456872],[-42605,455400],[-41932,456594],[-46201,451487],[-47302,451633],[-47183,452380],[-46387,454492],[-47250,463490],[-47965,462300],[-48038,462873],[-47116,462570],[-47068,464185],[-47117,461931],[-639870,-150612],[-639177,-154072],[-639720,-153849],[-639415,-153964],[-639691,-154208],[-638188,-170838],[-635298,-179829],[-636657,-186216],[-628710,-180148],[-639549,1699529],[-639023,1728470],[-634646,1748295],[-635285,1749742],[-635505,1749982],[-635512,1750065],[-634847,1749942],[-634606,1750217],[-630660,1744395],[-631234,1743370],[-632739,1744271],[-631476,1742885],[-641068,-146874],[-640842,-149901],[-640827,-150067],[-640412,-149850],[-640487,-153818],[-640006,-153620],[-643603,-155496],[-644820,-155553],[-645375,-155470],[-643469,-154719],[-646818,-153558],[-646925,-153522],[-646548,-154306],[-646479,-153719],[-646263,-153846],[-644056,-166198],[-642037,-173996],[-646019,-178815],[-643675,-166485],[-644648,-168090],[-644616,-167965],[-643808,-166737],[-644364,-169966],[-645058,-169558],[-644485,-169407],[-643857,-169999],[-644849,-169494],[-644870,-169547],[-648523,-175191],[-647954,-175784],[-645377,-176400],[-646315,-175441],[-647117,-175396],[-647409,-175796],[-652062,-177415],[-651732,-176905],[-651869,-176665],[-643763,-168101],[-649460,-180229],[-650790,-179456],[-649406,-199571],[-649912,-199372],[-649567,-198727],[-646876,-226389],[-646813,-227179],[-646169,-225914],[-646091,-226807],[-645679,-227650],[-646983,-226942],[-649431,-225854],[-647796,-227951],[-648977,-226846],[-647957,-227860],[-648342,-226690],[-647767,-227806],[-642154,1733729],[-649148,1756008],[-652284,118953],[-652129,119831],[-651609,120740],[-659917,-172005],[-660507,-172377],[-657634,-191024],[-654625,-180005],[-654593,-180295],[-662596,-203805],[-664312,-203324],[-664839,-202699],[-661516,-205605],[-661715,-205280],[-661155,-205784],[-656961,-208092],[-658953,1680500],[-659141,1680070],[-659386,1681407],[-659969,1680436],[-659396,1678741],[-660876,1681561],[-653620,1694433],[-663876,1701077],[-663095,1702055],[-661493,1701039],[-662782,1702520],[-671484,-156699],[-672114,-157227],[-672127,-157325],[-674172,-159200],[-673604,-158722],[-674282,-158589],[-674545,-159677],[-674928,-160316],[-674858,-160467],[-674832,-159127],[-675124,-158680],[-674496,-159566],[-672385,-165420],[-672506,-165338],[-672581,-165231],[-674803,-159486],[-670933,-171787],[-672518,-170557],[-671111,-171791],[-672489,-170966],[-672134,-170720],[-671338,-172789],[-671495,-172695],[-671297,-172882],[-671834,-171494],[-671768,-171223],[-672019,-171373],[-669903,-175094],[-670225,-174335],[-669976,-174520],[-667025,-174605],[-667214,-174732],[-667847,-174523],[-671991,-167879],[-672192,-167716],[-678055,-197882],[-677916,-197614],[-677475,-195971],[-677626,-195750],[-677856,-196144],[-673390,-195314],[-673274,-194881],[-673115,-195160],[-674379,-194642],[-673387,-194738],[-674270,-194751],[-677670,-204202],[-680113,-188310],[-678608,-198010],[-678484,-197846],[-686632,1638250],[-686027,1637833],[-685977,1639369],[-685690,1638740],[-685943,1638658],[-687313,1667900],[-688871,1667092],[-687027,1667439],[-685874,1666603],[-687885,1668927],[-696165,1565092],[-695326,1565395],[-694277,1565415],[-699257,1665464],[-699006,1665445],[-699107,1665415],[-699106,1665755],[-691413,1668914],[-691514,1668884],[-691513,1669224],[-695183,1666181],[-694228,1666040],[-694375,1666631],[-694088,1665977],[-695234,1665697],[-695469,1667097],[-698529,1686461],[-710300,1594155],[-710170,1593631],[-710432,1593574],[-711190,1593198],[-710694,1592653],[-716317,1677491],[-716675,1677076],[-716714,1677414],[-723081,1674693],[-717101,1677369],[-717117,1677607],[-724136,1685316],[-726298,1680722],[-726393,1680683],[-726385,1681009],[-738625,1645233],[-740992,1643504],[-740517,1645147],[-741301,1645098],[-737234,1643602],[-740240,1644905],[-740194,1644806],[-740141,1643547],[-741409,1643904],[-740024,1642344],[-739671,1641723],[-737544,1641761],[-737807,1672998],[-739726,1675240],[-738853,1671286],[-737888,1671956],[-736930,1670486],[-737458,1672286],[-738014,1671071],[-738114,1669358],[-738028,1670529],[-736283,1670349],[-740253,1670080],[-746333,1637966],[-746367,1639497],[-745823,1638882],[-746112,1638781],[-746945,1638325],[-754765,1685177],[-754867,1685147],[-754865,1685487],[-51832,174145],[-59124,194179],[-60297,194101],[-60362,195855],[-60835,194040],[-56518,197220],[-60170,252499],[-54994,260859],[-56131,259573],[-55339,260441],[-54078,259222],[-53903,316999],[-54761,315824],[-51648,317105],[-53604,316961],[-54011,316045],[-51749,315876],[-51759,449983],[-51508,451220],[-51408,449595],[-51819,449829],[-51731,450292],[-63942,589364],[-60729,124861],[-61880,125691],[-60029,125159],[-60003,125000],[-59889,126200],[-54709,125118],[-54596,119220],[-55783,120298],[-56304,120391],[-53738,122879],[-51429,119821],[-62111,115695],[-61446,116578],[-61862,116978],[-758155,1663931],[-757444,1664171],[-761559,1664711],[-758701,1664607],[-758038,1664897],[-761049,1665434],[-755208,1684983],[-756603,1683983],[-755638,1684653],[-759081,1682332],[-755681,1685321],[-775294,1636502],[-774914,1635739],[-775065,1637448],[-773789,1637488],[-773999,1637406],[-774880,1637536],[-775820,1637653],[-777194,1637229],[-776902,1635923],[-775912,1637673],[-777131,1639497],[-774855,1639289],[-771977,1642040],[-770379,1644455],[-771982,1643455],[-770848,1644125],[-769622,1642655],[-791018,1605766],[-790272,1607378],[-791641,1604978],[-788365,1608796],[-786591,1608233],[-787816,1608642],[-787416,1610377],[-786822,1638080],[-788079,1637122],[-787412,1638052],[-785797,1640083],[-787252,1639369],[-787250,1640602],[-800647,1578320],[-802981,1591039],[-802164,1590195],[-803459,1589011],[-801769,1589824],[-797077,1589474],[-796367,1588537],[-797796,1587518],[-796020,1588121],[-802361,1626907],[-817692,1612044],[-816492,1611570],[-816192,1612087],[-815950,1610298],[-815598,1610030],[-814215,1611037],[-808314,1620809],[-807511,1623932],[-808354,1620713],[-811836,1615270],[-811071,1615891],[-810928,1615851],[-811644,1616507],[-813009,1616989],[-813595,1615768],[-811683,1616578],[-812818,1617727],[-811860,1616896],[-811665,1630774],[-813700,1630143],[-813108,1632136],[-813287,1631998],[-829341,1584615],[-829868,1609335],[-826391,1612222],[-833628,1586492],[-843645,1590275],[-842454,1587620],[-836686,1589329],[-835626,1612081],[-837021,1611081],[-836056,1611751],[-835098,1610281],[-865830,1569915],[-866427,1570523],[-865756,1568944],[-866958,1568513],[-866783,1568656],[-865905,1568803],[-864973,1568980],[-863799,1569809],[-864479,1570961],[-864881,1568991],[-861324,1570470],[-869160,1566805],[-74561,151577],[-76345,150732],[-76771,153139],[-76094,151964],[-72060,264716],[-71542,266399],[-71915,265248],[-67566,261062],[-66903,262787],[-67395,261603],[-69259,262082],[-73587,265786],[-65752,321575],[-66304,323200],[-65943,322082],[-67627,321592],[-70990,604129],[-68676,605630],[-72039,604869],[-75656,604209],[-68045,647845],[-68845,648364],[-67454,647103],[-68170,646772],[-68106,646925],[-67486,647095],[-66738,647870],[-66269,648966],[-67458,649626],[-66602,648265],[-891175,1379578],[-891439,1379502],[-892205,1379209],[-883240,1583264],[-886942,1579914],[-895428,1578090],[-895181,1578311],[-895096,1578317],[-895230,1577652],[-894954,1577409],[-904858,1573840],[-900908,1572920],[-902459,1571936],[-902459,1571936],[-898618,1584235],[-899358,1583358],[-902253,1575582],[-900148,1582917],[-900329,1582823],[-901024,1582592],[-900028,1583302],[-905891,1583278],[-905329,1585615],[-905387,1584175],[-905747,1584651],[-904082,1585501],[-907764,1592179],[-906799,1592849],[-905841,1591379],[-906369,1593179],[-913376,1473840],[-913540,1473606],[-914088,1472997],[-920288,1535859],[-913710,1590739],[-912314,1589321],[-930905,1503411],[-929417,1530955],[-926258,1532251],[-928886,1532965],[-927340,1531433],[-925557,1533461],[-926154,1534069],[-925483,1532490],[-926685,1532059],[-926510,1532202],[-925632,1532349],[-928364,1531245],[-927432,1531422],[-924700,1532526],[-929242,1531098],[-923526,1533355],[-924608,1532537],[-928289,1532357],[-928215,1531386],[-927713,1581571],[-924490,1581956],[-924217,1586793],[-944855,1507484],[-944350,1521605],[-947195,1511262],[-940483,1510749],[-939958,1510615],[-944139,1516789],[-940735,1534508],[-941245,1535168],[-940995,1535398],[-941025,1534738],[-940905,1535408],[-957569,1503438],[-956645,1504327],[-957224,1503682],[-957252,1504161],[-956439,1504451],[-961920,1504412],[-961757,1504674],[-961672,1504644],[-961405,1513717],[-961689,1513947],[-961576,1514617],[-961658,1514607],[-961911,1514377],[-968141,1540772],[-964028,1552029],[-978338,1392128],[-978762,1391347],[-979502,1390646],[-983950,1470799],[-985147,1471018],[-984765,1470056],[-982931,1495862],[-983206,1496170],[-983322,1496253],[-984220,1496987],[-983266,1496762],[-983145,1496534],[-977240,1505038],[-976987,1505268],[-976905,1505278],[-977018,1504608],[-976734,1504378],[-974920,1506977],[-974829,1507008],[-974896,1506675],[-976608,1526776],[-975755,1526732],[-977121,1527883],[-977501,1527121],[-974847,1526032],[-975398,1525263],[-976219,1525721],[-975520,1526921],[-975811,1526849],[-977160,1527219],[-976286,1526749],[-975787,1527542],[-977308,1526677],[-976931,1527377],[-990793,1422099],[-985717,1470128],[-985912,1470967],[-989177,1491417],[-989311,1491357],[-986001,1491270],[-988618,1490741],[-989512,1491336],[-989181,1491095],[-994717,1494457],[-994630,1494503],[-994642,1494163],[-993888,1510311],[-993247,1510090],[-992927,1509528],[-990607,1509241],[-990750,1509352],[-990727,1509403],[-989995,1509206],[-989590,1509399],[-989079,1508447],[-993386,1509160],[-998289,1510950],[-997949,1513505],[-987333,1515299],[-996568,1566277],[-997210,1566846],[-997121,1565646],[-994053,1568227],[-994754,1567021],[-994423,1567646],[-1003402,1445265],[-1002517,1445227],[-1004074,1444368],[-1002819,1444942],[-1004111,1444487],[-1002400,1445049],[-1005785,1458326],[-1006062,1458285],[-1005042,1459255],[-1009884,1466792],[-1005841,1459806],[-1007378,1459545],[-1005467,1460581],[-1005230,1460975],[-1006113,1460492],[-1007293,1460245],[-1006221,1459983],[-1007720,1460767],[-1007111,1460323],[-1007439,1483470],[-1001580,1491243],[-1002297,1491458],[-1002797,1490599],[-1003587,1490522],[-1004176,1492901],[-1003385,1493100],[-1000252,1510439],[-1006462,1508771],[-999434,1508727],[-1009422,1511856],[-1010775,1534169],[-78199,159517],[-79136,159301],[-78436,160180],[-77731,157686],[-79125,159224],[-79726,208173],[-80764,208781],[-83834,208157],[-89340,207425],[-79235,207926],[-80594,206579],[-89463,472728],[-88127,473210],[-88067,474756],[-87274,474153],[-88552,474235],[-88033,474688],[-86281,478163],[-86528,477435],[-86975,477057],[-85326,477586],[-84676,477294],[-86108,475985],[-80642,485972],[-81341,483864],[-81592,486499],[-79522,485990],[-81038,484564],[-81160,485925],[-81390,490108],[-82288,490363],[-80962,489613],[-81893,490741],[-82039,490965],[-82191,490598],[-86590,592551],[-80088,595401],[-83864,594989],[-83348,594834],[-78464,599838],[-77695,600562],[-84204,595677],[-83800,595688],[-83766,595289],[-78530,613599],[-78675,603582],[-78980,606302],[-78970,609087],[-79430,606640],[-86094,608419],[-84911,606985],[-84895,605947],[-87437,609870],[-81361,616473],[-83043,615073],[-83392,615216],[-84105,615075],[-84368,618444],[-86616,616709],[-80264,622758],[-81055,622836],[-82290,626190],[-80163,620675],[-82339,625504],[-80322,619608],[-81545,620307],[-79274,624420],[-78851,630890],[-78964,630974],[-79153,630385],[-77912,630007],[-77010,630003],[-76978,629491],[-80071,634309],[-79722,632545],[-82612,634999],[-88479,636855],[-1021814,1443195],[-1021790,1435630],[-1021891,1435600],[-1021890,1435940],[-1019246,1435764],[-1019347,1435734],[-1019346,1436074],[-1021671,1439248],[-1021772,1439218],[-1021771,1439558],[-1021279,1441692],[-1021380,1441662],[-1021379,1442002],[-1020316,1436078],[-1020178,1439878],[-1020890,1439292],[-1020637,1439522],[-1020555,1439532],[-1020668,1438862],[-1020384,1438632],[-1021701,1443865],[-1021530,1442965],[-1022025,1443607],[-1021783,1443855],[-1023627,1449344],[-1013205,1467534],[-1012983,1468398],[-1011778,1466594],[-1013256,1468741],[-1022852,1471408],[-1022425,1473225],[-1022354,1472698],[-1018889,1480111],[-1020372,1479537],[-1020534,1479336],[-1020699,1479056],[-1020738,1479907],[-1022636,1515172],[-1012576,1516351],[-1017326,1528966],[-1021944,1524559],[-1016993,1527464],[-1016743,1527694],[-1016653,1527704],[-1016773,1527034],[-1016483,1526804],[-1022114,1525459],[-1022234,1524789],[-1013233,1533877],[-1012906,1533705],[-1017058,1536149],[-1011875,1534582],[-1022204,1525449],[-1017243,1535963],[-1014073,1533684],[-1022454,1525219],[-1012591,1534069],[-1016943,1536313],[-1015956,1536363],[-1016696,1536956],[-1016690,1536478],[-1031216,1442686],[-1032029,1440520],[-1031646,1442356],[-1032611,1441686],[-1030688,1440886],[-1024174,1471504],[-1024691,1471014],[-1024912,1471700],[-1029430,1476159],[-1027996,1477604],[-1026361,1477489],[-1027567,1477434],[-1025824,1476601],[-1034917,1520320],[-1030700,1521439],[-1027400,1525291],[-1029717,1547483],[-1030041,1547155],[-1029875,1549615],[-1029485,1550795],[-1029553,1549746],[-1028326,1549201],[-1042516,1413501],[-1047023,1494733],[-1046748,1487562],[-1047348,1498488],[-1040983,1508223],[-1041549,1506781],[-1043654,1510182],[-1049239,1500426],[-1038403,1527991],[-1039774,1527814],[-1039064,1528408],[-1039508,1527731],[-1039835,1527697],[-1040343,1528517],[-1049407,1550381],[-1058545,1322748],[-1058686,1322610],[-1059158,1321942],[-1061964,1402180],[-1061740,1402560],[-1062364,1402261],[-1062257,1402028],[-1062203,1402082],[-1062071,1401853],[-1054317,1426732],[-1055390,1439434],[-1054675,1438485],[-1056000,1437823],[-1055499,1439109],[-1056610,1437971],[-1054614,1438079],[-1056043,1446337],[-1052567,1447829],[-1055763,1453936],[-1053179,1468097],[-1056569,1467182],[-1056668,1466646],[-1051195,1470807],[-1053698,1467903],[-1055565,1469935],[-1059449,1476458],[-1058396,1475349],[-1060854,1474265],[-1059765,1474029],[-1056020,1476829],[-1060509,1482374],[-1060433,1482489],[-1059519,1483924],[-1059353,1484800],[-1060388,1481416],[-1050707,1490091],[-1051414,1488631],[-1054683,1496921],[-1053896,1496763],[-1050870,1496566],[-1053947,1496465],[-1054222,1496233],[-1051116,1496901],[-1050961,1495232],[-1049716,1495947],[-1051166,1497041],[-1050339,1494657],[-1052621,1489099],[-1050464,1488569],[-1050408,1494296],[-1055690,1504301],[-1051437,1506361],[-1052013,1500436],[-1055192,1503054],[-1058676,1499543],[-1056140,1505331],[-1057040,1517713],[-1057106,1517570],[-1056822,1517856],[-1056493,1518006],[-1057432,1517428],[-1057376,1517435],[-1055710,1515004],[-1056743,1514932],[-1056812,1515017],[-1056071,1515694],[-1056322,1514346],[-1055990,1514438],[-1060051,1537271],[-1060458,1537811],[-1060219,1537846],[-1051741,1548861],[-1049888,1550550],[-1049630,1550267],[-1049766,1550579],[-1049756,1550232],[-1049681,1550332],[-1066128,1392276],[-1063507,1403149],[-1064696,1403163],[-1064618,1397873],[-1063957,1403203],[-1064631,1403546],[-1067780,1399169],[-1063728,1403441],[-1063721,1403326],[-1073270,1411565],[-1072768,1411103],[-1072631,1412601],[-1072439,1412604],[-1072253,1412300],[-1072072,1412760],[-1072376,1412140],[-1072138,1412762],[-1072431,1412586],[-1072686,1412144],[-1072517,1412843],[-1073077,1411497],[-1062838,1471671],[-1063499,1470156],[-1064839,1470770],[-1065714,1476962],[-1063278,1480723],[-1068886,1481248],[-1069221,1483834],[-1072209,1482999],[-1071470,1472813],[-1070632,1477560],[-1072930,1476640],[-1071545,1475451],[-1074987,1481129],[-1074602,1480326],[-1066473,1474311],[-1065815,1475834],[-1066475,1476880],[-1074905,1496920],[-1075187,1496739],[-1074610,1497292],[-1074682,1496888],[-1074327,1497147],[-1073767,1497249],[-1075180,1493807],[-1071636,1496603],[-1073697,1487293],[-1075155,1487884],[-1069506,1495822],[-1067111,1496011],[-1069818,1492767],[-1071026,1493126],[-1067344,1487575],[-1067052,1493062],[-1066644,1485790],[-1070056,1486340],[-1072746,1485514],[-1072520,1487283],[-1071825,1494890],[-1070325,1497519],[-1070056,1497612],[-1064589,1487501],[-1067862,1496134],[-1068576,1495367],[-1069101,1494402],[-1066514,1494038],[-1072260,1496085],[-1073323,1485363],[-1073607,1498529],[-1074312,1497853],[-1074468,1498318],[-1074662,1499391],[-1069258,1501767],[-1071057,1502938],[-1070794,1502386],[-1070907,1502067],[-1068947,1499786],[-1070265,1498902],[-1068354,1500015],[-1069234,1502517],[-1067761,1509859],[-1065057,1520491],[-1086095,1412725],[-1085230,1411930],[-1086440,1410656],[-1084814,1411583],[-1081582,1411336],[-1100188,1361236],[-1099634,1410752],[-1099711,1419758],[-1100544,1409976],[-1090136,1409936],[-1089886,1410166],[-1089796,1410176],[-1089916,1409506],[-1089626,1409276],[-1091730,1426158],[-1094538,1428676],[-1090588,1427756],[-1094625,1445184],[-1107092,1417812],[-1112197,1411967],[-1111944,1412197],[-1111862,1412207],[-1111975,1411537],[-1111691,1411307],[-1108595,1454000],[-1109979,1452843],[-1111026,1454168],[-1110456,1453059],[-1110222,1453217],[-1109953,1454829],[-1120646,1366832],[-1125788,1365277],[-1123865,1364477],[-1124393,1366277],[-1123796,1366920],[-1126331,1439191],[-1135777,1348997],[-1137134,1373589],[-1130930,1384012],[-1126862,1382762],[-1126607,1384450],[-1139092,1420446],[-1135450,1452611],[-1136845,1451611],[-1135880,1452281],[-1134797,1450615],[-1134938,1450141],[-92007,200902],[-99231,216693],[-99722,217769],[-98941,216243],[-94513,214015],[-93914,216549],[-100790,215462],[-95279,215111],[-95657,215541],[-90599,205141],[-91266,206930],[-91013,206416],[-93396,474856],[-94574,474504],[-92368,478027],[-93806,476126],[-93266,475339],[-93580,476961],[-92688,477879],[-95055,477247],[-94064,476441],[-93697,477960],[-94618,478126],[-94930,477368],[-97165,573774],[-96885,573576],[-96856,573499],[-97538,573468],[-97703,573142],[-101804,581283],[-101551,581513],[-101469,581523],[-101582,580853],[-101298,580623],[-101655,596590],[-97748,591525],[-97809,591331],[-97852,591422],[-101476,601378],[-101290,594569],[-99840,596298],[-100150,596661],[-95926,593388],[-96147,593156],[-94542,598979],[-102189,593881],[-94414,598006],[-97617,607819],[-99849,605893],[-96107,612905],[-94144,611109],[-101518,607329],[-96999,604003],[-96890,603798],[-96086,602388],[-95134,603614],[-94581,604247],[-100827,604011],[-91335,606521],[-91641,604871],[-92240,604965],[-89794,607263],[-94560,617419],[-102344,614629],[-95779,639849],[-95054,639097],[-95808,639970],[-95389,639100],[-95109,639069],[-95341,639255],[-91430,638392],[-94080,638398],[-93202,637893],[-102352,634827],[-101920,636175],[-95503,640851],[-96384,640767],[-95114,640206],[-95186,640543],[-94332,652585],[-94119,652663],[-93097,652600],[-92158,652388],[-92831,652732],[-92283,652387],[-91048,652696],[-92676,653617],[-93250,654261],[-91422,653941],[-1143565,1351251],[-1140823,1374385],[-1164744,1424913],[-1163457,1425315],[-1163724,1424198],[-1162884,1423716],[-1160031,1446113],[-1158635,1447600],[-1159166,1447596],[-1158950,1446766],[-1158821,1447147],[-1159962,1447685],[-1166701,1425459],[-1165702,1426383],[-1165272,1426713],[-1176179,1452738],[-1169236,1447799],[-1175470,1479969],[-1186774,1429701],[-1186982,1429432],[-1186536,1432369],[-1185982,1439168],[-1188930,1467839],[-1189505,1468843],[-1181242,1489107],[-1179579,1490386],[-1181741,1488975],[-1180663,1490349],[-1191194,1286311],[-1191124,1285532],[-1191411,1285601],[-1192320,1285652],[-1191999,1285008],[-1198559,1464987],[-1190502,1467924],[-1201148,1481678],[-1201312,1481783],[-1201168,1481889],[-1201112,1480652],[-1202927,1473820],[-1197067,1476459],[-1194857,1476745],[-1197712,1475168],[-1197933,1475055],[-1196669,1477719],[-1196757,1474806],[-1197562,1475087],[-1212124,1386913],[-1211871,1387143],[-1211789,1387153],[-1211902,1386483],[-1211618,1386253],[-1204092,1402562],[-1214573,1430860],[-1215531,1432330],[-1215101,1432660],[-1213313,1429458],[-1212260,1439810],[-1212484,1439838],[-1214054,1439666],[-1213195,1440375],[-1214086,1438814],[-1213399,1440386],[-1205710,1444199],[-1207012,1441966],[-1203227,1442064],[-1209003,1439249],[-1208038,1439919],[-1207080,1438449],[-1207608,1440249],[-1213962,1440928],[-1215372,1441215],[-1215743,1439930],[-1214035,1440991],[-1208725,1438742],[-1210428,1454367],[-1209463,1455037],[-1207641,1448386],[-1208581,1447634],[-1215095,1453618],[-1208772,1447470],[-1208288,1448195],[-1208720,1448509],[-1208920,1447625],[-1209033,1455367],[-1206201,1481383],[-1209159,1479503],[-1208328,1480381],[-1209046,1478797],[-1208844,1478922],[-1206454,1481790],[-1206313,1480673],[-1205361,1482352],[-1205710,1480834],[-1206788,1480515],[-1209119,1478896],[-1207741,1477617],[-1207817,1477445],[-1208820,1476407],[-1209757,1474934],[-1208666,1476644],[-1208872,1476929],[-1208590,1476781],[-1208798,1477125],[-1205192,1474620],[-1204091,1475290],[-1203628,1475620],[-1203386,1484622],[-1227420,1432226],[-1226462,1430756],[-1226990,1432556],[-1216496,1431660],[-1217924,1432419],[-1225814,1433097],[-1226907,1433529],[-1227420,1433704],[-1226213,1435141],[-1227486,1435778],[-1227120,1450632],[-1225617,1454053],[-1225256,1470964],[-1226607,1469918],[-1217623,1483490],[-1217192,1482294],[-1216363,1482524],[-1217465,1486748],[-1217495,1487947],[-1220030,1489923],[-1227149,1486423],[-1229172,1453781],[-1229492,1457369],[-1232339,1497276],[-1232833,1497836],[-1238900,1507264],[-1244774,1451335],[-1250108,1450738],[-1253648,1479533],[-1251681,1475337],[-1253727,1474243],[-1251327,1476981],[-1252309,1477652],[-1252190,1504473],[-1252025,1504169],[-1249543,1505195],[-1250289,1505296],[-1250841,1505425],[-1250683,1504717],[-1250030,1504733],[-1250416,1505239],[-1251445,1504892],[-1251345,1505855],[-1252440,1505514],[-1252438,1505001],[-1250317,1502231],[-1253575,1179672],[-1266271,1468857],[-1261670,1479991],[-1261623,1479233],[-1263402,1478542],[-1262519,1478983],[-1262507,1479549],[-1258998,1483235],[-1256605,1484090],[-1259272,1483925],[-1254421,1477828],[-1259233,1478771],[-1258942,1477009],[-1260283,1479063],[-1260758,1477406],[-1259965,1477264],[-1259403,1485075],[-1259251,1485605],[-1254743,1505775],[-1254697,1506115],[-1261939,1505391],[-1262517,1504952],[-1264880,1505890],[-1263166,1504881],[-1263199,1506721],[-1257941,1508002],[-1266898,1507730],[-1266877,1515081],[-1254418,1179713],[-1255238,1180042],[-1260739,1241353],[-1260794,1242277],[-108222,311792],[-109993,311074],[-108731,311540],[-107677,309863],[-105844,536585],[-106515,535880],[-107641,536483],[-107417,536449],[-106720,535896],[-105964,535322],[-104563,535005],[-105894,535261],[-104162,536282],[-105792,537435],[-105535,587270],[-103995,601295],[-103452,611531],[-112330,608640],[-112848,607238],[-112250,607033],[-113756,607395],[-103393,602331],[-103130,610322],[-102421,614565],[-102628,611438],[-103211,606378],[-105261,606999],[-106119,607827],[-111259,610077],[-109294,621117],[-109161,620954],[-109398,616066],[-108660,619224],[-105783,617757],[-110979,618230],[-102694,637577],[-103457,632972],[8095,152262],[11457,153428],[12070,162709],[9802,161833],[10050,162603],[11255,162659],[11601,162436],[9508,161699],[10684,162019],[12697,162615],[12364,161840],[12101,162055],[12539,163517],[7045,161550],[6390,160930],[7121,160105],[5686,160469],[11067,154351],[8439,155482],[4645,154559],[10489,156048],[4631,159056],[4737,158851],[8955,154723],[4175,156119],[9584,278945],[8921,279182],[8453,279442],[8137,279566],[8090,279635],[8740,279832],[8825,280187],[12102,286569],[10864,284654],[9496,282880],[8648,284045],[4260,87630],[5343,93478],[9272,93192],[5634,94522],[6927,93637],[7373,91625],[6639,92276],[6711,92922],[8862,91794],[8983,91657],[2178,109768],[3364,107016],[232,107154],[4367,109761],[462,109455],[317,113834],[2214,111103],[3094,113268],[1245,111574],[5182,108818],[4694,107995],[4838,110170],[4668,109033],[2050,127095],[3320,128063],[2009,126968],[3517,127568],[1298,126113],[1758,125406],[1305429,337790],[1303903,337127],[1303513,339560],[1298965,350372],[1300026,349091],[1300555,348756],[1304294,379639],[1303669,378046],[1303693,377942],[1306807,268091],[1307659,270113],[1306672,270362],[1310226,355786],[1307265,356815],[1307938,359868],[1318866,203901],[1320450,203424],[1320076,202282],[1327402,195537],[1328861,195391],[1323583,231902],[1323865,231193],[1324467,232866],[1323846,248232],[1322607,247365],[1323981,248094],[1327975,282462],[1326213,288296],[1328255,287423],[1324476,328581],[1324651,327246],[1333824,317517],[1355781,194890],[1356554,222707],[1368889,187355],[1357690,196764],[1357279,193946],[1357519,222200],[1358051,221307],[1369400,231726],[1362466,239060],[1363813,238553],[1365772,241676],[1363077,252853],[1365867,251574],[1365684,251463],[1369840,186825],[1369867,184278],[1371442,201482],[1371308,202415],[1371249,202364],[1370000,233401],[1371221,233995],[1379314,279304],[1376044,275023],[1378841,276007],[1379426,394100],[1381669,394631],[1393055,335799],[1392133,336656],[1394206,347018],[1387863,396023],[1383569,393465],[1385295,399752],[1389139,399617],[1407292,289215],[1395622,327504],[1395303,330119],[1396779,327475],[1401712,365592],[1399412,365517],[1401300,365605],[129910,355797],[129345,356016],[128811,402188],[128781,402289],[129121,402288],[129581,408461],[129710,404926],[128732,404272],[128627,404362],[129589,405302],[130537,403651],[132079,402201],[134140,402997],[137668,398876],[137743,399207],[137843,399189],[1411183,291616],[1408180,288048],[1408030,318311],[1410280,314579],[1408538,317831],[151284,370056],[150298,369013],[151479,369845],[151134,372789],[154280,366828],[154799,368798],[161941,427092],[157842,424847],[161578,427034],[163071,434481],[160587,592174],[155501,593501],[155203,594593],[163536,589542],[155008,595079],[157004,595359],[176069,187420],[176554,188566],[174965,496762],[189923,533070],[190449,539031],[190853,538669],[189178,537823],[189615,539859],[191679,736587],[191838,732374],[201959,382042],[195592,377744],[195000,378084],[195683,376884],[194516,376136],[194687,376291],[195545,376651],[196479,376764],[197639,377517],[196941,378495],[196568,376818],[199523,412263],[198978,414192],[197207,413474],[198469,413940],[192853,534161],[194485,533630],[193376,534037],[193741,535973],[203764,737798],[201521,740762],[198530,735505],[198566,736171],[199064,731954],[201472,736197],[201654,738989],[202292,739196],[196761,737542],[197249,737569],[193394,739238],[195144,739239],[211853,380941],[210041,573482],[209362,574441],[209028,574868],[210843,575405],[214021,578953],[214982,578168],[213495,579278],[215067,580521],[220110,279202],[220603,278135],[218989,277447],[220853,277655],[225569,287235],[226534,287905],[227492,286435],[226964,288235],[217995,368024],[220346,469737],[220245,469707],[220246,470047],[217843,581513],[241399,268971],[240510,267532],[239625,269269],[240846,269060],[239167,306732],[240719,307195],[239660,306895],[239366,308604],[238722,321638],[245034,206095],[254913,319956],[253397,319862],[253617,319899],[254630,319806],[255404,319361],[255530,319373],[255160,320657],[254651,321150],[247478,477553],[247316,477302],[247126,477243],[249733,479159],[249823,479516],[251504,737788],[250553,735609],[15278,152630],[16019,153537],[13274,161161],[13380,161987],[12932,161556],[13944,166305],[16386,157587],[16697,155605],[13012,155530],[13869,155672],[21229,199180],[17448,210998],[19045,211061],[18145,212639],[19313,211336],[18007,212321],[24514,218961],[19789,221569],[24527,219839],[24355,220009],[24434,219262],[25104,219508],[24772,219777],[23950,249859],[23024,250615],[23190,249053],[23706,249599],[24734,249697],[24848,249147],[25065,249545],[20157,252889],[19046,252764],[19613,252266],[19626,252793],[20304,253438],[19934,253866],[19413,251642],[19496,251720],[18847,252233],[18802,253532],[19947,252743],[18748,253487],[19628,252891],[19481,253075],[23032,249601],[23513,249677],[23073,249715],[22724,249741],[24188,249183],[22639,249515],[21588,257750],[22408,257447],[21642,257778],[20334,259103],[20581,258380],[21145,258713],[21469,260258],[22313,260291],[22224,260109],[21567,259679],[21243,259500],[19570,258609],[20030,258683],[19926,258110],[14568,285382],[13050,292716],[15026,293972],[15838,294228],[19615,296601],[19702,296665],[19806,296365],[16253,296509],[16753,296009],[17974,297284],[18865,297254],[19720,297943],[20467,296591],[20638,297001],[19030,297650],[13038,353807],[13119,353928],[13176,351561],[13042,351620],[19823,370365],[19690,370424],[19652,368533],[19712,368651],[14273,367268],[14140,367327],[13671,362335],[13537,362394],[16411,360558],[16277,360617],[17272,362068],[17371,362170],[22359,371549],[22225,371608],[17848,377575],[17763,377671],[19331,375602],[19312,375727],[257752,201425],[256652,319308],[256415,320411],[283833,428669],[293211,427795],[292429,426917],[292088,426494],[291154,428122],[290003,432101],[306225,634716],[305688,634525],[305365,636441],[303788,693180],[305960,694804],[305186,694741],[311603,280913],[310401,280483],[311454,280773],[312396,280932],[313560,281779],[312475,280958],[311465,285116],[311365,285086],[311365,285426],[311529,281885],[312880,282931],[309602,625719],[307524,635061],[307771,698813],[324991,268188],[323521,266958],[325321,267720],[327669,270100],[328634,270770],[329592,269300],[329063,271099],[328714,278568],[323808,287568],[324061,287798],[324143,287808],[324314,286908],[328022,283893],[331222,540891],[331121,540861],[331122,541201],[331440,541804],[330631,540459],[330883,540689],[330965,540699],[330853,540029],[331137,539799],[321709,650854],[321914,650843],[322604,651275],[333420,264464],[335326,264578],[333984,264530],[333534,266421],[333513,403666],[334308,402801],[334695,402420],[332983,401652],[333189,400957],[347851,419626],[353298,420310],[349981,426503],[347479,427513],[348002,427370],[346887,425862],[358269,553208],[370875,556282],[358784,552990],[359465,554807],[359879,552394],[364322,550780],[363856,605317],[364214,607093],[364127,606538],[365939,606275],[363585,625010],[363728,616211],[363833,617924],[363817,617383],[365562,617198],[367585,624117],[370249,621227],[374836,555904],[33427,204079],[33136,203695],[33051,203340],[37040,201906],[37488,202270],[38000,201515],[37166,204138],[38041,202067],[37070,202048],[32881,198731],[32429,199344],[32701,199354],[34348,200099],[33393,203316],[35608,205893],[26417,213461],[25969,212573],[25996,213116],[31136,214921],[30809,213230],[32018,214615],[31964,216290],[34074,215153],[34819,215348],[34522,215316],[34229,213780],[33795,215204],[35277,215917],[30553,215468],[30576,216497],[27575,217400],[27912,217259],[27102,250118],[27217,251560],[35680,256074],[35182,253793],[37307,254930],[36517,251990],[36312,252268],[35821,254804],[36220,253268],[34950,253278],[27883,252369],[27234,252415],[28586,252539],[28589,251649],[27696,250719],[28450,253001],[37486,249002],[37310,249719],[25999,250625],[29372,249426],[28905,249376],[30281,251616],[29520,248984],[30776,253544],[34088,252008],[34372,252725],[33472,250457],[33787,251202],[33180,251485],[38303,256420],[31148,263265],[32928,263540],[33074,263605],[29213,263740],[29584,263800],[29732,263598],[31084,262368],[30700,262975],[29906,262898],[30806,263800],[32047,263751],[31403,263856],[35643,268370],[35896,268600],[35978,268610],[35865,267940],[36149,267710],[27057,359699],[26487,360879],[27023,360322],[26949,361863],[27556,359737],[25850,360715],[32646,379135],[31724,376469],[31102,377603],[31224,376821],[30457,378518],[30999,377733],[31452,379568],[30580,380141],[31321,379841],[30569,380440],[31486,380904],[30203,381062],[35820,384384],[35957,386561],[35608,385362],[36774,386675],[36583,385918],[36541,385854],[32861,587310],[32718,587354],[386367,665463],[391285,663151],[384499,665636],[385951,667129],[386218,665985],[441374,425693],[441590,425958],[441670,425980],[441658,425301],[439230,431617],[439126,431640],[439283,431941],[447175,427895],[446822,428635],[447109,428816],[447192,428811],[446951,428172],[441973,425116],[39685,250001],[39232,249142],[41048,249428],[38662,249614],[38630,270888],[38883,271118],[38965,271128],[38852,270458],[39236,270427],[41499,349523],[40104,348523],[41069,349193],[42027,347723],[50116,374429],[51061,373586],[49035,372793],[49602,373814],[49730,374214],[49604,373682],[42904,662879],[43536,662249],[44054,661310],[63309,185846],[63639,187947],[54552,310307],[54431,309003],[52721,308979],[54398,308431],[58269,330486],[57736,329736],[57439,329389],[57594,331047],[63096,379184],[63875,379970],[59031,428892],[64079,186321],[67141,302249],[64244,380340],[64648,378660],[74949,383022],[75115,383166],[76061,384242],[75301,384928],[70420,652951],[68593,652525],[76243,646022],[76221,646145],[75659,646717],[68496,659864],[70114,653398],[69499,654400],[64948,656710],[64887,699899],[65145,699637],[64892,699487],[64198,698810],[64790,698385],[88758,219730],[81962,224979],[86953,229561],[81879,225173],[81860,224927],[85179,223496],[84954,228645],[85249,222004],[85930,221353],[84430,221930],[84582,221568],[85337,220754],[84200,220496],[80976,232169],[78205,232991],[79208,233755],[80924,234329],[80317,233811],[79863,231569],[84740,246010],[85835,246471],[85503,247700],[83097,247417],[82987,247388],[85461,247826],[78266,337445],[77132,385695],[81990,433761],[84942,435398],[84931,436676],[86474,436706],[84922,437244],[91282,221309],[90355,218683],[90232,221009],[91043,221471],[91237,220597],[97397,382299],[97675,390160],[94952,658283],[94832,657606],[94593,657643],[93883,657577],[94239,656932],[108162,204767],[109350,202378],[110776,203139],[110638,204424],[109424,206727],[112898,205846],[113718,351468],[112751,346302],[111416,347672],[113948,348853],[115046,349324],[108288,365164],[110639,362725],[109299,359979],[112331,361778],[108019,365760],[113746,366066],[112441,375986],[1222870,566145],[1223163,566321],[1223246,566322],[1223001,565713],[1223234,565452],[1223846,564008],[1223525,563885],[1223444,563904],[1223812,564460],[1223647,564749],[1234865,568370],[1234955,568461],[1235062,568183],[1234662,570155],[1234728,569824],[1234694,569749],[1234183,570177],[1233845,570045],[1279789,360166],[1279522,361904],[1277383,361771],[1272544,379080],[1272899,379047],[1273538,381465],[120022,352997],[124450,356109],[121414,352772],[122779,352634],[120495,351754],[122603,356479],[127231,358390],[127602,353010],[123705,355926],[124090,355208],[116494,352464],[124810,351242],[123751,352318],[125085,351930],[125056,353083],[125351,352040],[125580,351936],[127492,369266],[121014,372050],[127319,382571],[127051,409321],[118950,415330],[119188,415576],[118542,416918],[118896,417603],[119967,417582],[119528,416730],[119144,417595],[118364,416439],[-129097,646483],[-648060,-175068],[-649711,-199828],[-660239,-172151],[-677736,-204493],[-677776,-204197],[-680017,-188421],[-82019,591231],[-83636,595028],[-89256,601457],[-89305,599545],[-84935,601417],[-78537,607413],[-78809,609561],[-78711,607049],[-86503,603330],[-87698,604469],[-81551,622810],[-82192,621573],[-91098,593285],[-91869,601420],[-94926,600112],[-95241,599956],[-94712,600116],[-93604,599783],[-98818,609199],[-95743,611047],[-93535,603759],[-95157,638859],[-95740,645244],[-103050,610374],[-109272,620864],[132900,614419],[132739,611803],[129500,611714],[131069,617487],[132233,616760],[133038,616338],[133092,615543],[129100,654047],[129818,673942],[140385,682578],[139994,685939],[140136,686563],[132104,686612],[129828,688676],[129613,688419],[131079,688552],[134126,689858],[128071,694491],[133389,698149],[138015,710070],[128498,734311],[128732,732767],[130329,746605],[140249,759730],[128230,763408],[128985,762448],[149365,689941],[142383,682702],[151472,692547],[148579,699099],[141872,708780],[144284,712561],[145864,712736],[141728,716088],[147846,723302],[149135,726361],[151239,725782],[145266,728248],[142767,731808],[144605,733544],[144134,733512],[145608,738753],[145094,738285],[145326,738048],[143670,736736],[144613,737127],[144489,733900],[143844,735936],[144083,735834],[143951,758714],[150431,768102],[151231,777774],[151523,775503],[152115,775645],[149906,769277],[152704,769564],[162913,699260],[159273,691596],[161256,695317],[161964,695509],[161071,738902],[164474,731876],[158628,733034],[160523,745359],[160018,749728],[164249,748871],[153632,768817],[174899,600372],[177134,602856],[170360,607506],[172450,601919],[174154,667183],[177386,685550],[174427,691235],[177858,688056],[177476,687939],[177367,687625],[174853,690848],[175922,685108],[171690,685662],[171602,683721],[169433,679604],[170743,679538],[173881,692388],[178944,693120],[172905,698235],[172840,694829],[178618,702924],[169127,721256],[169849,724283],[175851,746229],[175622,746423],[174110,743297],[175605,776758],[176586,775435],[180882,660051],[183966,677555],[184307,673661],[184374,681628],[183867,683011],[189398,685881],[189862,686137],[179877,695012],[183351,694432],[183430,725665],[181706,725841],[182727,734962],[179539,732104],[186810,741644],[186389,741245],[190165,742667],[191007,751139],[190702,752667],[190152,747780],[190218,747776],[189378,751785],[189049,751018],[179273,774277],[182414,777625],[197599,638027],[196315,633396],[204049,650657],[204606,660475],[202707,665468],[193011,662974],[192211,663930],[201774,666146],[194752,670533],[193919,672417],[195935,677729],[199385,679239],[203749,684736],[202341,695354],[202289,694213],[204523,736547],[201463,742205],[200561,740023],[196935,741451],[194157,735465],[198419,734020],[200904,736209],[202035,738741],[201013,741037],[194160,738279],[194106,741827],[196960,752862],[197141,753893],[197614,751770],[194578,749560],[198106,748275],[199329,747998],[204028,749035],[201942,750150],[195629,752082],[194048,752998],[201807,757572],[201560,759734],[195585,775809],[193464,773194],[212952,613737],[211666,625911],[216781,624875],[209876,639776],[209777,639190],[208611,652028],[212390,649783],[207994,662090],[215239,661220],[211242,660559],[205130,653398],[205971,678311],[210038,690892],[210103,689674],[208014,722921],[212005,727432],[214559,721695],[216420,724931],[215148,719127],[215429,719252],[217591,738624],[205321,741069],[205083,741387],[213464,735334],[214866,739560],[205566,761878],[218772,613546],[225445,624625],[226710,624676],[227754,625309],[228552,616629],[229316,627465],[223825,661747],[225574,687567],[224782,688123],[227881,684571],[227436,685873],[230155,688549],[228082,690869],[228666,689704],[224471,696412],[226638,694329],[223874,692305],[223285,711735],[222969,706717],[223358,705594],[220491,724398],[224416,722590],[224082,725948],[228615,725536],[229676,749177],[228954,747467],[231031,624089],[240610,622078],[240018,617150],[238384,619491],[234624,691752],[234792,694157],[231178,723789],[233160,724788],[230440,725712],[236929,736900],[238073,737975],[240552,735628],[240794,734891],[231232,738168],[232411,738658],[234169,745579],[231428,743733],[231384,746722],[231118,746249],[255616,673800],[246141,737328],[243874,734363],[245807,735807],[251191,737578],[252165,736996],[268033,665137],[256896,673388],[258397,673784],[257173,675669],[258219,676523],[267355,666752],[265663,738946],[266156,740232],[265217,738884],[259259,736418],[258686,736720],[267121,735093],[256881,745803],[257161,744798],[278985,617713],[271535,675103],[273287,674368],[278856,681670],[278729,679953],[274181,681240],[275851,679776],[274997,679610],[291460,616073],[292635,617464],[284866,618226],[285552,617743],[282134,618588],[291322,682490],[293213,682692],[288096,711474],[289131,710985],[287442,710910],[286628,708846],[289251,708535],[288725,707257],[289539,706091],[290473,704823],[297769,688430],[296907,688542],[302709,695619],[304671,693098],[302867,693923],[302164,696468],[304718,695282],[307488,698834],[122153,594346],[126945,625845],[126749,626505],[122898,650162],[122365,648159],[126962,654643],[124428,684910],[125064,689922],[122455,689600],[123273,690456],[116766,702886],[117384,696625],[122406,695544],[122251,692313],[116932,704237],[127264,753301],[125738,751658],[127485,747791],[124887,758691],[125212,758261]] \ No newline at end of file diff --git a/src/gathering/a10975.json b/src/gathering/a10975.json new file mode 100644 index 0000000..f4945ff --- /dev/null +++ b/src/gathering/a10975.json @@ -0,0 +1 @@ +[[-1269228,1430535],[-1268393,1431390],[-1276771,1445451],[-1277364,1448730],[-1275571,1451660],[-1275257,1453185],[-1275248,1452004],[-1274657,1452728],[-1278822,1458678],[-1278763,1458704],[-1278123,1455400],[-1270407,1467011],[-1279919,1461543],[-1272656,1466679],[-1271553,1466384],[-1274027,1466209],[-1272392,1466208],[-1274880,1466506],[-1275519,1483658],[-1273982,1491770],[-1272310,1510176],[-1272199,1511440],[-1287028,1337677],[-1286301,1334615],[-1283488,1368808],[-1282288,1368468],[-1282052,1369416],[-1282250,1369349],[-1282948,1366189],[-1282611,1367188],[-1281902,1368041],[-1282430,1369795],[-1285351,1433064],[-1283940,1433269],[-1286254,1433372],[-1285248,1431473],[-1289807,1429285],[-1291410,1429022],[-1290274,1430568],[-1286133,1429363],[-1286220,1431577],[-1287803,1431013],[-1289688,1429105],[-1286136,1430022],[-1283307,1429984],[-1285679,1432835],[-1286241,1429262],[-1291621,1427817],[-1286304,1437208],[-1287790,1434707],[-1287089,1434999],[-1286787,1433878],[-1287717,1434200],[-1286492,1434123],[-1288349,1435990],[-1288331,1436447],[-1288112,1435990],[-1288092,1435955],[-1288364,1436036],[-1288058,1436049],[-1287902,1436054],[-1288223,1436415],[-1288285,1436311],[-1288280,1436233],[-1288348,1440629],[-1289233,1440957],[-1289028,1440595],[-1288531,1440823],[-1282777,1452487],[-1282450,1452689],[-1282614,1451355],[-1283259,1451060],[-1286938,1455185],[-1283657,1453850],[-1290279,1469170],[-1284841,1469226],[-1288406,1467575],[-1288444,1468796],[-1287462,1468670],[-1285606,1468915],[-1289376,1469278],[-1280346,1472099],[-1287856,1466955],[-1288273,1467003],[-1285764,1466951],[-1287152,1462150],[-1286819,1461923],[-1290645,1459955],[-1280183,1472401],[-1288384,1509659],[-1288629,1509957],[-1290493,1507521],[-1290058,1507883],[-1290350,1507805],[-1291206,1507964],[-1291192,1507974],[-1302303,1372863],[-1298689,1381428],[-1299322,1382172],[-1300694,1382314],[-1299744,1381440],[-1300578,1381798],[-1300387,1383584],[-1300502,1383823],[-1300671,1382647],[-1300357,1383077],[-1301383,1384099],[-1302723,1383744],[-1302642,1383191],[-1302224,1383774],[-1301915,1384961],[-1304139,1406144],[-1303340,1397895],[-1303420,1397528],[-1302911,1400046],[-1293633,1429469],[-1293821,1429558],[-1300112,1426507],[-1295754,1432726],[-1300289,1433542],[-1297169,1445453],[-1294285,1437968],[-1304745,1466660],[-1297786,1484013],[-1300850,1175402],[-1304645,1239247],[-1305108,1235501],[-1304033,1238714],[-1305491,1236338],[-1317938,1368687],[-1313649,1367539],[-1314218,1367549],[-1314189,1367477],[-1313481,1367663],[-1306766,1374381],[-1309264,1370702],[-1309364,1370886],[-1313016,1372304],[-1310864,1372040],[-1313458,1371805],[-1311825,1377505],[-1310154,1387112],[-1311321,1387232],[-1312701,1386994],[-1310407,1389095],[-1312671,1388687],[-1310151,1388840],[-1306550,1392982],[-1306465,1383549],[-1306861,1383750],[-1308842,1383562],[-1306678,1383976],[-1308860,1383522],[-1313225,1405713],[-1313066,1404570],[-1311722,1407458],[-1311360,1406587],[-1310146,1406973],[-1311163,1406975],[-1310211,1406603],[-1309958,1406511],[-1310362,1406635],[-1311281,1406956],[-1310288,1406797],[-1307006,1418709],[-1306274,1416705],[-1306918,1416977],[-1306601,1418795],[-1306852,1417388],[-1316572,1431788],[-1316636,1431054],[-1317299,1433325],[-1316552,1433511],[-1317861,1431093],[-1318371,1431664],[-1317292,1431429],[-1310961,1435391],[-1311451,1437715],[-1315073,1445229],[-1314551,1446419],[-1305994,1435077],[-1308133,1435680],[-1306293,1435072],[-1306978,1435121],[-1308662,1436381],[-1307872,1435589],[-1306176,1435154],[-1307177,1435940],[-1314799,1451951],[-1314681,1452176],[-1314235,1453107],[-1312710,1447764],[-1314684,1451987],[-1314205,1446730],[-1314902,1452930],[-1314961,1452363],[-1316661,1450896],[-1316968,1447831],[-1316214,1448652],[-1316646,1449012],[-1316658,1447652],[-1316835,1451017],[-1316811,1450963],[-1315974,1450039],[-1315995,1448748],[-1313912,1453556],[-1312920,1468450],[-1311491,1467242],[-1316880,1465061],[-1309349,1472912],[-1309951,1472714],[-1309794,1472706],[-1315916,1226986],[-1306787,1234462],[-1315362,1232256],[-1312929,1250463],[-1327037,1298202],[-1319861,1369428],[-1319895,1368755],[-1328986,1373083],[-1321876,1370905],[-1322596,1370679],[-1326307,1378165],[-1327528,1379916],[-1326110,1377878],[-1326754,1379045],[-1325755,1378381],[-1326028,1379793],[-1329066,1381579],[-1327667,1379720],[-1327639,1379901],[-1325909,1379415],[-1326538,1379514],[-1327948,1379394],[-1327928,1379622],[-1329620,1382939],[-1329690,1382619],[-1329012,1382618],[-1324811,1386562],[-1325272,1385911],[-1325159,1382669],[-1324959,1383339],[-1329260,1383508],[-1328972,1383588],[-1329371,1383660],[-1329043,1383682],[-1328636,1384002],[-1328611,1384361],[-1329171,1383567],[-1328608,1383635],[-1328888,1384163],[-1328889,1383924],[-1324737,1388114],[-1325862,1389283],[-1327387,1407782],[-1322018,1419434],[-1321685,1419199],[-1322202,1419003],[-1321678,1418183],[-1321144,1420457],[-1329696,1409924],[-1326711,1410861],[-1327039,1411508],[-1329480,1410129],[-1327732,1410573],[-1321359,1421334],[-1321551,1421348],[-1320897,1469516],[-1320903,1469165],[-1320748,1468884],[-1320297,1459548],[-1318927,1172222],[-1318534,1172113],[-1318458,1172652],[-1319226,1172348],[-1320703,1216208],[-1319344,1248684],[-1325117,1266142],[-1323536,1260675],[-1322921,1263334],[-1324115,1262403],[-1326021,1267951],[-1341248,1319054],[-1340191,1381674],[-1334661,1384015],[-1333999,1386547],[-1334162,1386267],[-1333380,1388688],[-1335861,1385790],[-1335640,1385620],[-1335957,1385071],[-1333726,1384558],[-1333423,1384299],[-1341668,1386976],[-1334856,1386245],[-1334894,1386043],[-1334976,1385718],[-1335654,1388421],[-1336835,1401369],[-1337126,1402800],[-1342727,1409882],[-1341892,1410070],[-1338419,1123013],[-1337460,1123147],[-1338382,1123598],[-1350717,1322979],[-1350610,1322579],[-1349015,1320527],[-1348742,1321320],[-1350802,1321598],[-1349891,1354652],[-1351240,1361750],[-1350809,1360240],[-1349115,1360645],[-1349757,1361563],[-1356521,1359145],[-1348839,1362305],[-1349518,1361860],[-1350938,1362310],[-1347932,1360363],[-1354863,1361497],[-1355005,1362291],[-1350149,1357423],[-1351370,1368816],[-1347380,1360968],[-1348853,1360320],[-1347499,1360806],[-1346203,1360919],[-1348326,1359456],[-1347198,1360621],[-1349869,1361411],[-1351023,1361162],[-1350598,1360361],[-1348996,1371406],[-1352352,1372310],[-1352352,1372576],[-1351784,1372873],[-1352282,1400422],[-1352568,1399183],[-1350971,1401611],[-1351031,1401612],[-1356532,1021085],[-1364556,1355357],[-1369583,1348057],[-1356941,1358501],[-1358807,1015704],[-1365063,1023508],[-1364856,1023308],[-1364862,1031028],[-1361612,1027035],[-1361285,1027887],[-1361888,1028396],[-1361249,1028780],[-1359983,1028753],[-1382044,1323994],[-1372487,1342955],[-1375020,1340909],[-1374199,1340464],[-1373553,1343229],[-1373051,1342453],[-1374752,1340061],[-1392099,1302075],[-1392157,1304510],[-1391348,1311228],[-1389106,1320320],[-1386005,1330751],[-1383816,1347222],[-1390469,1166207],[-1390575,1165746],[-1390616,1166079],[-1390737,1165618],[-1392811,1249731],[-1392246,1248979],[-1390458,1249912],[-1390745,1249948],[-1391735,1250115],[-1391594,1250507],[-124434,193144],[-123943,192784],[-125840,193821],[-124174,236299],[-124963,235802],[-124696,236205],[-125177,237229],[-124900,237315],[-124789,237104],[-125359,236763],[-123895,236206],[-124422,236689],[-124230,237184],[-124980,249212],[-124783,248710],[-124261,249091],[-122595,247503],[-123673,248211],[-123253,249536],[-124531,275888],[-123277,278319],[-118771,277250],[-115513,275009],[-119075,276881],[-125171,274213],[-124265,277553],[-115508,277136],[-116058,274837],[-117317,274128],[-118773,275658],[-124921,275324],[-124717,278030],[-117030,274500],[-119633,276864],[-117776,276901],[-125219,274421],[-123846,277110],[-120154,277444],[-115703,277763],[-116236,275236],[-118599,275362],[-115752,391678],[-115685,389876],[-115836,390099],[-115705,389116],[-115504,390021],[-116738,396526],[-115802,391804],[-119163,390957],[-116412,402985],[-118211,402129],[-115461,399170],[-115735,403853],[-117410,416749],[-115909,414552],[-115825,419970],[-115387,421217],[-115571,418898],[-116175,417312],[-115207,421276],[-115909,414388],[-117090,414315],[-115324,418762],[-115430,418585],[-119894,519439],[-118528,519496],[-118739,519131],[-118872,518765],[-119874,518703],[-119956,518643],[-118772,519039],[-116861,517318],[-116749,517489],[-117131,517112],[-116730,517625],[-117073,516902],[-117361,518132],[-116518,518099],[-120802,518057],[-120626,517592],[-120870,518023],[-121197,517597],[-120802,517107],[-120433,517407],[-120582,517689],[-1395932,1303622],[-1401007,1350644],[-1400247,1201875],[-1398725,1200678],[-1398817,1195892],[-1398937,1196453],[-1400698,1222769],[-1413787,1292736],[-1417791,1305508],[-1416028,1305674],[-1419121,1304232],[-1419644,1303568],[-1418515,1304834],[-1418770,1303655],[-1418283,1303905],[-1415198,1294963],[-1415195,1295524],[-1412957,1296627],[-1416802,1298255],[-1414384,1297561],[-1415800,1297539],[-1414728,1298392],[-1416078,1297434],[-1414382,1297482],[-1417693,1296374],[-1416052,1296157],[-1415717,1295417],[-1419769,1300281],[-1417631,1307494],[-1416249,1306295],[-1417921,1306256],[-1418872,1073533],[-1418764,1073028],[-1424240,1299491],[-1425471,1300785],[-1425801,1299980],[-1426123,1299673],[-1424361,1300102],[-1425003,1299704],[-1427317,1302169],[-1427613,1301283],[-1427867,1302709],[-1426346,1301524],[-1425587,1302896],[-1427031,1301989],[-1421682,1300885],[-1423630,1301171],[-1422954,1301008],[-1421994,1300585],[-1423529,1301079],[-1423589,1306201],[-1423432,1306809],[-1422378,1307337],[-1423874,1307075],[-1423075,1306285],[-1423176,1070805],[-1421091,1072238],[-1422181,1074929],[-1421478,1072472],[-1423682,1070139],[-1424083,1074699],[-1428256,1261451],[-1445160,1043268],[-1446001,1099972],[-1440210,1243204],[-1439227,1248473],[-1439005,1244770],[-1455559,1298654],[-1455980,1298419],[-1449423,1298166],[-1449238,1298176],[-1448805,1297690],[-1449711,1297996],[-1446642,1327296],[-1446865,1327956],[-1447052,1341547],[-1447649,1340153],[-1447140,1343755],[-1448096,1341686],[-1448090,1340436],[-1446513,1341150],[-1448198,1340143],[-1448727,1339965],[-1451245,1046974],[-1450678,1046425],[-1450061,1043532],[-1451892,1042186],[-1446949,1042537],[-1448222,1039499],[-1451965,1097490],[-1462710,1281634],[-1461317,1303185],[-1464703,1031136],[-1463125,1033948],[-1470453,1027523],[-1463060,1034226],[-1471180,1027202],[-1465358,1031606],[-1464771,1030806],[-1462996,1033856],[-1471083,1027578],[-1465033,1031393],[-1462865,1033915],[-1470442,1027075],[-1463324,1076949],[-1463493,1076925],[-1473981,1028396],[-1476684,1028635],[-1473960,1028246],[-1473537,1026951],[-1473347,1028253],[-1475729,1025926],[-1473403,1024991],[-1473216,1026602],[-1473309,1027763],[-1475913,1026318],[-1473646,1024542],[-1473214,1027079],[-1472502,1028513],[-1476302,1026769],[-1473372,1024733],[-1473878,1026855],[-1473121,1027957],[-1476215,1026369],[-1474010,1024921],[-1476752,1056778],[-1487555,1346290],[-1488380,1345183],[-1486897,1345255],[-1488151,1346867],[-1488202,1345023],[-1487904,1345639],[-1488120,1346475],[-1487777,1346237],[-1487522,1346200],[-1486621,1344979],[-1494362,1063324],[-1496176,1079384],[-1500763,1346008],[-1502681,1350760],[-1501404,1353978],[-1500319,1353275],[-1500704,1354023],[-1501531,1355134],[-1500876,1355979],[-1507892,1345521],[-1508790,1345536],[-1499289,1082984],[-1522935,1342630],[-1523128,1345326],[-139662,194813],[-139717,194723],[-139314,195304],[-138749,194735],[-139701,195341],[-134298,203572],[-135518,204711],[-132605,202133],[-135181,200037],[-136677,200310],[-132513,202906],[-129716,198424],[-130719,200362],[-130892,201321],[-139099,193539],[-139568,193945],[-140242,193439],[-139910,193590],[-140157,194364],[-139518,192986],[-140437,193732],[-140350,193340],[-139792,193688],[-139946,193670],[-137110,195072],[-138471,195312],[-137245,195208],[-136745,194076],[-137568,194193],[-136455,193511],[-138718,195541],[-138156,195548],[-137118,194222],[-137384,194824],[-140504,200326],[-140570,200757],[-140762,200339],[-140655,200541],[-140605,200421],[-140223,202421],[-139671,202305],[-139611,201440],[-139775,202681],[-139892,202061],[-139817,201656],[-139857,200958],[-137846,199225],[-138610,199510],[-139074,199270],[-138384,199822],[-137921,201030],[-137905,200737],[-138235,199630],[-139573,198687],[-138491,200761],[-132987,226371],[-134555,227478],[-134490,227152],[-134030,226753],[-134281,226542],[-133634,227346],[-133192,227747],[-134246,226262],[-133717,227045],[-133476,227600],[-135408,227950],[-134186,227960],[-134891,228125],[-134047,227928],[-134704,228194],[-134370,228314],[-135035,228189],[-139920,232482],[-139702,242431],[-139564,243162],[-139320,242534],[-139932,243324],[-138939,242412],[-138700,242335],[-138845,242683],[-139152,242183],[-139150,242192],[-137934,243279],[-137591,243319],[-133115,252743],[-133625,252091],[-133414,250585],[-132321,251977],[-132068,251650],[-133239,251658],[-133343,251422],[-132485,251218],[-133613,251647],[-133303,252099],[-129312,252084],[-129552,252401],[-131282,252301],[-130177,252375],[-131451,253053],[-131448,252294],[-130205,252899],[-133776,248979],[-134517,249314],[-135700,247899],[-133761,249865],[-135302,249456],[-133925,247608],[-135991,248695],[-135267,248230],[-135526,249841],[-133525,248749],[-138668,247847],[-138783,247166],[-138683,248250],[-138547,248265],[-137975,247305],[-137422,247133],[-138288,246785],[-137509,246810],[-138847,247250],[-138905,247330],[-138775,243531],[-137410,244457],[-137922,244330],[-136522,243864],[-137565,244298],[-136396,243658],[-137722,243848],[-136610,244509],[-136955,243984],[-128562,274544],[-128461,276256],[-128754,276188],[-128163,275992],[-1527996,1339493],[-1525463,1343975],[-1533296,1341829],[-1533743,1342404],[-1524295,1341140],[-1525623,1343907],[-1526880,1340613],[-1524182,1339382],[-1524243,1339028],[-1524937,1343959],[-1528874,1341670],[-1525285,1344059],[-1534858,1343685],[-1525142,1343659],[-1531545,1340579],[-1525331,1338318],[-1527201,1342318],[-1531328,1339151],[-1525148,1342539],[-1530545,1339602],[-1524177,1347635],[-1530984,1345719],[-1524767,1347498],[-1532338,1344768],[-1525246,1344348],[-1528240,1345273],[-1526420,1346654],[-1529626,1348455],[-1524850,1348216],[-1527878,1348382],[-1527563,1345630],[-1524851,1348282],[-1531222,1092805],[-1531576,1092674],[-1547678,976066],[-1548167,979052],[-1547955,977917],[-1546419,977178],[-1546773,978895],[-1546085,977958],[-1547794,977455],[-1548098,978260],[-1547806,975791],[-1541736,1074132],[-1542449,1067324],[-1542067,1067672],[-1541765,1074438],[-1542696,1067387],[-1542705,1067483],[-1542288,1079544],[-1542251,1080318],[-1549080,978227],[-1560176,1095762],[-1559910,1094708],[-1560589,1095894],[-1559674,1096176],[-1561271,1097360],[-1560141,1095621],[-1560185,1096140],[-1560062,1094033],[-1567561,1070277],[-1562028,1097119],[-1562541,1097895],[-1562394,1095942],[-1563073,1096497],[-1562417,1094061],[-1562039,1094866],[-1582840,972161],[-1582652,972041],[-1581664,974186],[-1583425,978585],[-1580956,973620],[-1583500,979046],[-1584425,997030],[-1581794,986986],[-1585075,996467],[-1581812,986881],[-1586653,1008314],[-1585775,1003038],[-1586382,1008334],[-1586551,1002483],[-1577909,1034410],[-1578148,1034689],[-1577743,1033788],[-1578137,1033728],[-1577415,1034566],[-1577307,1033850],[-1577456,1034489],[-1578033,1034470],[-1577737,1034110],[-1577217,1034122],[-1577419,1034493],[-1577947,1034231],[-1577495,1034209],[-1578066,1033906],[-1578005,1034690],[-1577504,1033821],[-1577924,1034113],[-1578185,1034284],[-1577958,1034328],[-1577933,1034312],[-1589504,956446],[-1589191,957845],[-1588018,959082],[-1601001,1023261],[-1609680,1017539],[-1621844,1027209],[-1614910,1064788],[-1614399,1065329],[-1620823,1089721],[-1612895,1093953],[-1614052,1094083],[-1614857,1094129],[-1612932,1093664],[-1613118,1093659],[-1613599,1093729],[-1613192,1094028],[-1614408,1093747],[-1637189,1035375],[-1638059,1035139],[-1638175,1035273],[-1632949,1044589],[-1632495,1045699],[-1634150,1045974],[-1633792,1044688],[-1633889,1045611],[-1630653,1044586],[-1630316,1048184],[-1630614,1047815],[-1630077,1048966],[-1629885,1049235],[-1630168,1049606],[-1631238,1048279],[-1632201,1048085],[-1631345,1049514],[-1631953,1048502],[-1636904,1042681],[-1637567,1043288],[-1630623,1049903],[-1627172,1059160],[-1628112,1066445],[-1634291,1102538],[-1634889,1102043],[-1634837,1103482],[-1636121,1103487],[-1636263,1101542],[-152271,184113],[-151389,184723],[-152898,185450],[-153516,185847],[-151418,183954],[-151298,183891],[-152186,184423],[-153233,184589],[-151483,185514],[-152295,183434],[-149421,183296],[-148551,182532],[-150432,184667],[-150261,183308],[-148988,184208],[-149297,183728],[-148453,183798],[-150058,183921],[-149359,184348],[-149412,184041],[-141252,185407],[-141389,188425],[-142597,188722],[-141078,187005],[-142773,187871],[-143652,188683],[-141203,187630],[-144930,187606],[-141183,186255],[-144976,187638],[-152505,185840],[-153198,185600],[-151908,184011],[-151902,185027],[-153338,185079],[-151585,185808],[-152049,183309],[-152156,185797],[-152711,183548],[-151811,184351],[-149246,183122],[-150471,182848],[-148957,182360],[-150112,183971],[-150024,183356],[-150213,184512],[-150173,183553],[-149035,182699],[-150172,183963],[-148890,184052],[-142592,188017],[-143618,188006],[-143512,187916],[-143145,187271],[-144909,186584],[-144032,186396],[-142400,187388],[-144518,188349],[-143743,187552],[-141536,187493],[-147474,191513],[-147864,190890],[-147845,191539],[-147314,190704],[-147079,190469],[-147868,192097],[-147406,191151],[-147909,191310],[-147327,191278],[-152336,191868],[-152282,191741],[-152397,191729],[-151518,191954],[-152088,191788],[-152204,191795],[-150331,190993],[-148951,190775],[-149236,190716],[-149879,192182],[-149124,191966],[-148942,190721],[-150368,191216],[-149329,191147],[-150730,190322],[-144317,191357],[-144259,191905],[-143502,191284],[-142325,188846],[-141115,188768],[-152565,192095],[-152570,190783],[-153403,191954],[-153447,190183],[-153102,192023],[-152913,190802],[-152788,182264],[-153379,182141],[-152565,182711],[-151731,181282],[-152230,182268],[-152403,179851],[-151620,181850],[-151089,180377],[-153333,181315],[-153146,180283],[-151564,180017],[-152254,182132],[-152623,180072],[-147780,192650],[-153093,192605],[-151704,193616],[-150576,192763],[-145673,193709],[-143545,192888],[-145425,193028],[-143897,192513],[-145505,192646],[-143134,192701],[-143244,192922],[-142283,199369],[-142646,199164],[-142060,201205],[-142340,198957],[-142215,199102],[-142034,201333],[-141283,202610],[-140840,202890],[-150628,193516],[-149548,192806],[-151638,192397],[-148973,192970],[-150123,192418],[-149712,192744],[-148848,192253],[-145759,216922],[-147384,215003],[-147856,215325],[-145530,215023],[-143244,220552],[-145778,220769],[-146301,221573],[-146459,223440],[-144368,226470],[-145408,221343],[-143320,222326],[-145541,222343],[-146364,225200],[-144512,226122],[-147359,220651],[-142169,220796],[-147136,222103],[-146185,224034],[-144521,224996],[-147438,221423],[-142661,221232],[-146106,224167],[-143632,226780],[-141598,235493],[-140855,232374],[-141930,236077],[-141326,235275],[-141435,234841],[-143109,235036],[-143690,234453],[-144115,235137],[-143285,235350],[-142800,234465],[-142662,234956],[-143729,235186],[-142861,234904],[-143445,234621],[-142694,232886],[-142061,231911],[-142820,232411],[-142120,232058],[-142100,233101],[-142829,233076],[-142486,232667],[-141016,234200],[-141470,232436],[-142260,232895],[-142146,234169],[-141531,233926],[-141047,233809],[-142698,234302],[-149088,290443],[-148411,288141],[-147711,286576],[-144432,287009],[-145768,282417],[-142843,283589],[-147874,282139],[-148882,289799],[-149105,288807],[-149141,286556],[-144807,285029],[-144602,282142],[-141638,284819],[-148318,291160],[-149284,289040],[-147614,285918],[-143517,286943],[-145596,283000],[-149884,289745],[-148425,288420],[-148437,286351],[-143099,283599],[-143780,286351],[-144476,283362],[-153555,307173],[-152146,304920],[-140819,395317],[-141357,390179],[-140816,395371],[-148985,520863],[-149007,520333],[-148270,521011],[-148769,521346],[-148834,521015],[-148725,520879],[-149189,521405],[-149799,520799],[-149637,519995],[-150216,519904],[-149390,520250],[-149714,520399],[-149006,521108],[-150030,519877],[-148200,519635],[-149288,519336],[-148804,519650],[-148412,518803],[-149258,518453],[-149037,518617],[-148663,519553],[-155924,183356],[-155943,183739],[-156879,183141],[-157493,182821],[-156037,182142],[-160452,185734],[-159659,184816],[-156999,183135],[-155836,182675],[-154762,183909],[-154979,184030],[-155057,182461],[-156247,182499],[-154871,183440],[-156066,183774],[-155370,182815],[-154056,191509],[-153754,190218],[-154991,190375],[-154039,191849],[-154595,182094],[-154213,183590],[-153670,182787],[-153950,183394],[-154090,182974],[-154511,182010],[-157164,183132],[-158738,185926],[-156086,183542],[-153937,192940],[-155012,194159],[-156358,195160],[-156153,193877],[-155667,195122],[-155176,195147],[-155104,194980],[-154309,193634],[-155526,195002],[-153939,193760],[-154223,192714],[-159449,216046],[-156597,216619],[-156518,217176],[-157613,217669],[-159823,216191],[-154742,216520],[-155398,217544],[-155307,216543],[-159633,216190],[-156641,217233],[-160101,216811],[-158062,218997],[-156687,218439],[-158160,217895],[-163653,241866],[-163045,242121],[-163754,240854],[-162749,242912],[-164166,241448],[-161781,243972],[-162106,246021],[-161574,245083],[-163732,243920],[-163833,243920],[-161699,273059],[-162125,271852],[-162605,274287],[-163179,271582],[-160688,274074],[-162652,272387],[-162216,274133],[-164852,288353],[-158184,293537],[-159006,305376],[-163226,296593],[-159542,307144],[-156213,302534],[-160540,304987],[-160568,302144],[-156838,298323],[-162389,319908],[-161098,313449],[-161826,328404],[-162288,327783],[-160183,327521],[-162377,320200],[-159992,435011],[-158545,434960],[-159662,434776],[-158672,435171],[-159737,435233],[-160090,436028],[-160061,436444],[-159159,436822],[-159658,436710],[-159081,435861],[-162288,437754],[-162151,437652],[-160672,438205],[-160816,437929],[-160873,438192],[-161149,437250],[-162295,439627],[-161908,441064],[-160804,442113],[-161758,441251],[-162221,440659],[-161978,439847],[-163218,440158],[-162411,441992],[-165425,451615],[-166290,449266],[-165797,453085],[-166003,452110],[-162355,459770],[-164753,455937],[-166224,452813],[-165622,455680],[-165476,455978],[-162235,459542],[-162810,459990],[-161743,459732],[-161815,460508],[-161374,458637],[-162031,458569],[-161225,457791],[-161251,458560],[-161223,456854],[-161698,458716],[-162236,458430],[-161262,457214],[-159073,456459],[-159361,456354],[-162643,460086],[-161674,460866],[-160022,456383],[-166347,453615],[-166398,454120],[-162109,458196],[-162065,458143],[-161503,458278],[-162199,457486],[-161350,458891],[-161116,457536],[-161854,458343],[-166248,469104],[-166339,467297],[-161914,463472],[-161074,463589],[-161157,464898],[-161505,463498],[-162043,463927],[-160917,463763],[-161876,464527],[-160875,463180],[-161217,465543],[-161459,462994],[-162504,472215],[-161505,473626],[-161454,471491],[-162471,471376],[-162043,471694],[-161568,472060],[-161362,472745],[-160998,473033],[-162825,472178],[-162363,473837],[-165234,484305],[-166175,478450],[-166245,484809],[-164883,482379],[-165963,482333],[-166167,481767],[-165014,482775],[-165310,482400],[-165369,483022],[-166141,482198],[-164847,481714],[-165622,482156],[-164702,481720],[-166090,480546],[-166216,480779],[-179030,200472],[-178295,201187],[-178353,200653],[-178446,199768],[-177838,199928],[-178704,200378],[-177770,199898],[-177486,201168],[-177934,200331],[-177897,201026],[-177655,201653],[-178593,198716],[-179055,220598],[-178542,236372],[-178224,236053],[-178164,235781],[-177951,236285],[-177570,236577],[-178023,234929],[-178804,236323],[-178056,235818],[-179106,279505],[-173947,285355],[-173014,284970],[-174610,284984],[-173714,284643],[-174861,285276],[-174251,285258],[-174771,284681],[-174761,284084],[-174903,284377],[-174999,284490],[-173482,286668],[-173573,285415],[-174464,285761],[-171951,284834],[-173422,287340],[-173326,286422],[-174385,285635],[-173094,283924],[-171808,284125],[-172676,284029],[-176617,286791],[-174924,285506],[-174940,286829],[-175365,286487],[-177080,286881],[-176485,286364],[-175118,319027],[-173052,321310],[-173505,321316],[-175340,338156],[-167319,340771],[-171054,340005],[-172985,343860],[-167939,340036],[-170326,340764],[-174494,342641],[-177468,345437],[-166485,340135],[-170484,340166],[-174552,343608],[-168397,341049],[-170990,339303],[-172391,344207],[-176964,346024],[-176194,347079],[-177415,346055],[-178303,347881],[-177115,345984],[-178546,348933],[-176516,346931],[-175232,447652],[-177352,447655],[-171086,441557],[-171281,439145],[-170932,437205],[-171765,440754],[-171383,441881],[-171158,440152],[-171056,438980],[-171473,439664],[-171909,440325],[-171555,438105],[-172658,436576],[-171380,436987],[-170535,437885],[-171286,436040],[-171710,436285],[-171453,436705],[-170281,448143],[-172064,436246],[-172051,436695],[-172897,437274],[-172933,436905],[-168509,447939],[-169281,447840],[-169180,447942],[-168723,447693],[-168984,447630],[-169215,448151],[-168742,447891],[-169220,448048],[-170028,447424],[-174919,439143],[-175530,438947],[-175560,438100],[-174228,438240],[-174831,438968],[-174962,438841],[-174460,438160],[-173324,439537],[-173949,439120],[-173883,440126],[-172669,438955],[-173540,439885],[-172475,439701],[-172594,439137],[-169010,436332],[-169696,436789],[-170254,436629],[-169630,437950],[-170063,436393],[-170228,436170],[-169930,437279],[-179130,446109],[-178695,447589],[-178771,447615],[-177195,440385],[-175928,439323],[-175526,440778],[-176268,440881],[-175408,440294],[-176808,440363],[-176286,439616],[-175850,447787],[-176955,447910],[-177221,447773],[-176637,447344],[-168702,455296],[-170305,455744],[-170559,456016],[-170357,456168],[-171154,455123],[-169620,455195],[-170316,455914],[-172478,457860],[-173137,457797],[-173564,458228],[-173975,457100],[-168866,455409],[-168727,454915],[-166743,455392],[-167684,455239],[-167152,455718],[-169071,455456],[-173239,458194],[-172797,457468],[-172899,457853],[-174405,458334],[-174881,457708],[-175227,458114],[-174077,457823],[-174351,458159],[-175253,458470],[-174158,458765],[-171856,453699],[-173464,451770],[-171315,453474],[-170418,452206],[-172253,453040],[-171114,454133],[-174549,451714],[-172579,453797],[-170886,453956],[-170300,453952],[-170600,457024],[-171163,458046],[-171327,458910],[-171718,458785],[-171527,458784],[-171602,458833],[-170782,457393],[-171632,459059],[-170562,457000],[-175020,460716],[-176749,459714],[-175446,458474],[-176608,459868],[-177333,459265],[-176595,458534],[-175863,458396],[-176709,459441],[-177332,459279],[-177247,458652],[-177506,448383],[-169574,448330],[-176998,448568],[-169570,448467],[-176641,448238],[-168362,449040],[-175323,448768],[-170802,448499],[-170319,449027],[-166819,451714],[-166424,451820],[-166752,452300],[-166540,450019],[-167102,450178],[-166804,449761],[-167214,449268],[-166751,449086],[-166628,450057],[-169673,453267],[-169899,453581],[-169400,453540],[-169616,453901],[-169893,453732],[-168847,453195],[-168881,454005],[-175290,453396],[-175331,452096],[-175021,452800],[-175166,452370],[-174315,452878],[-174219,452866],[-174908,451993],[-176177,456323],[-176143,456607],[-176188,456555],[-167296,453925],[-167275,454005],[-166836,453794],[-173530,455549],[-173764,455576],[-173085,456814],[-173446,456120],[-173348,455729],[-172649,456959],[-173024,456406],[-166818,455045],[-167211,453999],[-167536,449742],[-169130,448713],[-166975,469672],[-168316,469024],[-167698,469507],[-169203,467719],[-168449,467428],[-167378,468274],[-167082,467735],[-167535,467598],[-167696,467626],[-167797,467668],[-167722,467536],[-166705,465707],[-168910,467537],[-168251,466429],[-168474,465736],[-168053,466331],[-168042,467773],[-168617,467862],[-166942,465729],[-166604,466464],[-166809,468896],[-166932,467001],[-166554,466845],[-167140,468246],[-167420,468542],[-167396,467249],[-166627,468970],[-167240,467528],[-176257,462727],[-177050,462060],[-175760,462062],[-177290,461112],[-177951,461324],[-176689,461610],[-176974,462263],[-175674,462626],[-176556,461918],[-177193,462286],[-177843,466663],[-178500,467950],[-177804,464763],[-178726,467176],[-177854,466409],[-177905,466801],[-178762,464780],[-178406,467615],[-178814,464467],[-176625,465103],[-177264,465567],[-177150,465281],[-178200,466589],[-178258,464814],[-173320,480332],[-172438,479479],[-172830,479933],[-172427,479213],[-172796,480626],[-166545,485725],[-166637,485490],[-166487,485597],[-170455,478463],[-166763,485239],[-166937,485388],[-169557,478432],[-169617,475940],[-168404,475392],[-168676,475587],[-167337,481149],[-168860,475266],[-167893,474573],[-168788,474581],[-169212,475696],[-166862,481128],[-166929,480598],[-166995,480274],[-167463,477364],[-168509,477509],[-168053,477147],[-168076,477528],[-167315,480813],[-167769,477871],[-166438,479916],[-166464,480324],[-166405,480247],[-177063,478068],[-176316,477111],[-172911,480598],[-177096,478070],[-177020,478919],[-176146,477395],[-176736,477749],[-177419,477755],[-177497,477218],[-173470,478780],[-174782,478330],[-172847,477341],[-173511,480556],[-176400,485183],[-174178,479590],[-175654,485289],[-173506,480718],[-173494,480319],[-173695,476559],[-175171,486454],[-173435,480283],[-175968,485827],[-174147,483334],[-173509,483071],[-178318,478188],[-178085,479362],[-178474,478127],[-177932,478153],[-178099,478365],[-178609,479343],[-178091,478204],[-172848,480255],[-178510,479299],[-173542,476932],[-172949,477185],[-178064,475802],[-178540,476265],[-179055,476049],[-178119,476746],[-177998,475602],[-178767,476093],[-178327,475358],[-172692,483058],[-172424,482973],[-172617,483920],[-173463,483867],[-173463,482621],[-173600,483020],[-173576,483735],[-173549,482569],[-172738,483984],[-172512,483135],[-176348,485886],[-175638,486088],[-175816,485820],[-176037,486160],[-175652,485008],[-174636,484481],[-174760,483691],[-174948,484528],[-175145,483707],[-174414,484323],[-174037,483584],[-175112,483454],[-174866,483375],[-174112,484646],[-174581,483969],[-176569,484938],[-175275,484533],[-176048,484043],[-175393,483652],[-175358,483861],[-176559,485027],[-175862,485058],[-175409,484512],[-175913,484709],[-176541,485150],[-172737,477288],[-173857,480252],[-173823,480739],[-173710,481601],[-172909,476820],[-170530,478450],[-172958,477256],[-169604,477798],[-167910,481496],[-167657,480232],[-168529,480990],[-168024,481148],[-167641,481504],[-168634,481742],[-168602,480944],[-170779,478302],[-170990,478851],[-170655,478755],[-169726,478216],[-167061,487194],[-174196,487835],[-174532,488343],[-175444,489316],[-174966,489079],[-175086,487893],[-174364,488532],[-174273,488404],[-174694,489655],[-175609,490272],[-175145,491149],[-175221,490892],[-174536,489837],[-175508,490581],[-175724,490318],[-175266,490273],[-175462,489703],[-174426,491164],[-172162,493207],[-172794,492310],[-172954,493164],[-173022,492323],[-173068,492884],[-172470,491983],[-172946,492349],[-178430,493654],[-179000,493643],[-176601,494958],[-176761,496344],[-175905,495737],[-176949,495370],[-176838,496399],[-176496,495662],[-176120,495169],[-178700,494012],[-178811,493867],[-177716,494004],[-178120,493794],[-177052,502739],[-178204,503059],[-178004,502170],[-176692,502041],[-178828,502794],[-178879,503120],[-178638,502781],[-178986,502944],[-179084,503200],[-178876,502611],[-178507,502843],[-177275,501067],[-176923,500799],[-176926,501574],[-176141,501195],[-176325,501363],[-176547,500645],[-176622,501962],[-180480,198931],[-181339,198690],[-180774,199847],[-181497,198688],[-181203,199414],[-180734,199448],[-181648,199768],[-180823,198513],[-179209,198790],[-179779,200577],[-180980,198368],[-180823,199255],[-179261,200545],[-181268,198974],[-180602,198939],[-179487,198151],[-180676,197759],[-180933,196849],[-180886,198101],[-181679,196753],[-180264,197425],[-180090,196609],[-182284,197476],[-182605,196725],[-180997,197789],[-180066,197804],[-180868,198797],[-180716,198149],[-181721,198244],[-180069,197625],[-179382,200703],[-181451,196508],[-180723,197403],[-182132,196934],[-181285,195929],[-181406,196863],[-181008,197618],[-180639,197531],[-181794,197035],[-180052,220101],[-179769,236630],[-188518,251107],[-187777,252524],[-189303,251420],[-188162,251836],[-188152,251091],[-189639,251277],[-188887,251058],[-188447,250929],[-188864,251906],[-188550,250900],[-188255,250951],[-188893,251932],[-188203,251498],[-189457,251346],[-190710,248397],[-191034,249323],[-189868,249813],[-189452,249247],[-189600,249513],[-190893,249046],[-190456,248383],[-189820,248809],[-190570,248821],[-189922,249815],[-184303,261236],[-184173,261969],[-184552,260453],[-184890,261130],[-184289,260492],[-183840,261507],[-184087,261408],[-183395,261573],[-184564,261210],[-183472,260893],[-185332,259932],[-185953,260032],[-186262,258787],[-185438,258889],[-185330,260067],[-184239,279869],[-179464,279056],[-184347,279173],[-179682,279349],[-184142,279006],[-179268,279388],[-185844,279067],[-186706,319180],[-186895,318884],[-187333,319216],[-190474,332630],[-186941,320991],[-190310,330834],[-181416,330206],[-188996,320854],[-181299,329712],[-179452,332869],[-187308,320817],[-181600,330086],[-188566,322077],[-188087,336936],[-183164,334491],[-183876,339013],[-185741,342346],[-188908,336578],[-184681,334096],[-190994,333122],[-189493,338350],[-183237,333607],[-185273,339273],[-187690,341276],[-188378,337481],[-185473,335266],[-185693,339070],[-185079,342026],[-179612,447380],[-179890,446792],[-179698,447820],[-187825,454940],[-187841,454694],[-180003,453945],[-181175,452559],[-184677,454758],[-184183,454994],[-180817,449833],[-180517,452625],[-180753,450103],[-180250,450153],[-184644,454324],[-180033,448966],[-181211,449085],[-184759,454634],[-180051,452908],[-179709,448394],[-184306,454815],[-179950,453054],[-180492,449211],[-180886,449478],[-184183,453666],[-180954,453779],[-180224,452991],[-180303,465287],[-186154,464694],[-180334,464834],[-179972,465046],[-179781,464769],[-184446,466858],[-183835,466405],[-182924,468614],[-184286,469178],[-183673,468856],[-183392,469933],[-184285,466598],[-184443,468652],[-182729,469027],[-186213,464448],[-185014,468415],[-184721,469369],[-183802,468375],[-185157,468289],[-183978,467074],[-183174,468903],[-184111,468128],[-184701,467698],[-185009,467445],[-184553,468941],[-185443,464827],[-186842,463960],[-185624,464844],[-180013,464761],[-191976,480778],[-191050,478000],[-188380,476531],[-188522,477392],[-190256,476611],[-188711,477482],[-189598,476539],[-188448,476804],[-189232,476904],[-188228,476184],[-189992,477945],[-188827,476856],[-189508,482970],[-179364,476035],[-189595,482960],[-183047,475712],[-189082,482729],[-189241,483139],[-188488,483098],[-188826,482912],[-183121,474898],[-183536,475144],[-182584,474647],[-182548,474833],[-179294,475880],[-179319,476209],[-187491,482174],[-189212,482378],[-187762,479891],[-182578,474645],[-191732,481087],[-191511,481721],[-182405,474631],[-191590,482170],[-187779,482925],[-186929,483413],[-186932,482724],[-187906,482318],[-186695,482981],[-187277,483671],[-187882,483385],[-189093,485213],[-189142,485171],[-189482,485623],[-189117,485838],[-188383,484728],[-189522,484875],[-189573,485408],[-188527,477511],[-187280,477179],[-187435,477924],[-187301,477892],[-187954,477316],[-187322,477873],[-187981,477892],[-191829,476502],[-191204,476546],[-191959,476508],[-191367,476452],[-191958,476320],[-191069,475661],[-184946,484359],[-184844,483383],[-184984,483868],[-184419,483820],[-185610,483724],[-184915,483358],[-185547,483802],[-191939,484116],[-191812,484859],[-191582,484251],[-187779,498472],[-188671,497577],[-187990,499007],[-188160,499187],[-188270,497638],[-187522,497506],[-186696,494045],[-186436,494439],[-186676,494083],[-186799,493965],[-186532,493955],[-186750,494507],[-186014,493949],[-185383,493333],[-186319,494089],[-185948,492775],[-185383,493066],[-186079,493474],[-185091,492239],[-187825,495696],[-190353,488917],[-190871,488469],[-191062,488951],[-190655,489215],[-190979,489199],[-190212,489258],[-190641,488741],[-183171,493378],[-182443,493549],[-182702,492864],[-183181,492961],[-182840,492947],[-182932,492735],[-183185,492985],[-182081,491869],[-182048,492136],[-181492,493101],[-181959,492642],[-182475,492909],[-182346,492471],[-182233,493011],[-187882,496008],[-180222,493260],[-180988,499050],[-187332,499621],[-187253,499837],[-187156,499795],[-188863,507455],[-189237,506211],[-189896,502639],[-190513,507639],[-189594,504831],[-188763,506175],[-187307,500052],[-186745,499902],[-187003,499877],[-185738,500936],[-180986,499977],[-189718,507265],[-188578,504400],[-188322,505214],[-180492,500015],[-188483,506031],[-189001,507511],[-189040,505555],[-181109,500677],[-189259,507776],[-189142,508002],[-190573,506860],[-189982,502824],[-187955,505119],[-189245,508048],[-189629,507048],[-189550,507889],[-190008,507837],[-190636,507677],[-190102,506946],[-189337,508341],[-190805,503140],[-181283,499829],[-189547,507467],[-190176,507367],[-188442,505699],[-190489,507425],[-189402,506729],[-190475,507951],[-188028,505584],[-189087,504824],[-188174,504802],[-180973,500397],[-189767,506773],[-190535,507760],[-188738,507966],[-188641,506593],[-190503,511830],[-189576,511733],[-180670,499530],[-188605,504039],[-190867,502571],[-190357,503770],[-190613,502665],[-198719,196717],[-198873,196278],[-197849,196544],[-198493,196920],[-198703,197321],[-197643,196605],[-197940,197093],[-198134,197370],[-198969,197188],[-198538,196923],[-196862,197444],[-196502,197065],[-197724,196716],[-197112,196591],[-197289,196705],[-196627,196866],[-196303,197417],[-197425,196643],[-196504,198045],[-196728,198019],[-196435,199605],[-193821,197518],[-195040,196221],[-193287,196477],[-194916,198324],[-195852,197450],[-195651,196081],[-195583,198125],[-195013,197213],[-193711,197866],[-199343,194586],[-201406,193148],[-201259,195283],[-199821,194890],[-201072,193434],[-201184,194104],[-201207,194388],[-201240,194563],[-201137,195628],[-197615,196884],[-197048,198003],[-197677,198087],[-197191,198154],[-196383,197274],[-196863,197663],[-196966,197615],[-197661,197422],[-196350,196794],[-197758,196998],[-193355,198633],[-192800,198688],[-194870,197207],[-195057,196465],[-194403,196478],[-194915,199480],[-196123,197090],[-193188,196370],[-193059,196809],[-194368,198008],[-199686,194919],[-201415,193859],[-200542,193168],[-200532,193811],[-199486,194737],[-201431,194343],[-199900,195051],[-199827,194400],[-194555,220213],[-194936,247802],[-195278,247430],[-194469,248436],[-193773,249944],[-194725,248757],[-194667,248059],[-193967,249501],[-195259,249184],[-194827,249842],[-195805,247655],[-193828,248361],[-192977,247125],[-193406,247974],[-193226,247178],[-193529,247736],[-193867,248236],[-192580,265206],[-194399,267232],[-194268,267336],[-193267,265909],[-198255,266073],[-204503,259565],[-197419,272562],[-202307,272836],[-194110,270736],[-198305,271303],[-201750,271944],[-194996,271923],[-198445,270559],[-202379,272801],[-194581,271468],[-197454,270827],[-201092,272652],[-193280,271256],[-192201,332802],[-192667,335151],[-204220,341268],[-193170,334006],[-192330,334060],[-201298,342601],[-200408,342371],[-202547,339964],[-204424,343716],[-199596,340033],[-204265,340874],[-204645,350267],[-202291,422070],[-202870,421805],[-202401,422102],[-200687,411151],[-203572,421960],[-200467,411229],[-201706,420535],[-201261,420928],[-200424,420910],[-200880,420490],[-201096,420976],[-201424,421069],[-200814,420840],[-200737,410333],[-200636,410891],[-200862,419109],[-200264,420339],[-200974,419038],[-200455,420538],[-200597,419326],[-201170,420424],[-200891,419169],[-201425,411512],[-200474,411779],[-201524,422448],[-201209,421755],[-201750,422497],[-201781,422092],[-201481,421530],[-201052,422364],[-200342,421870],[-200051,421990],[-200516,421887],[-200953,421858],[-201317,413482],[-201373,414537],[-201748,413786],[-201532,413641],[-201012,413064],[-201163,412606],[-201179,412853],[-200843,411823],[-201362,412835],[-201715,411886],[-202237,412612],[-203442,413553],[-203583,412743],[-204700,427614],[-204308,428270],[-202472,422615],[-202245,424724],[-201573,425095],[-202133,424564],[-201291,424199],[-202406,423613],[-201604,424648],[-200515,424996],[-201151,424197],[-201336,425721],[-201870,425328],[-201790,424541],[-201368,424452],[-201346,426017],[-202144,425204],[-201794,425021],[-201267,427846],[-201639,426773],[-201365,426638],[-201232,427956],[-200771,424101],[-201525,422852],[-201464,425265],[-200375,425130],[-204138,458572],[-203535,458752],[-203024,458744],[-203927,460458],[-202196,460661],[-202932,458899],[-204103,459764],[-203738,459086],[-203483,460026],[-202229,459336],[-198301,470456],[-199419,473008],[-199929,473685],[-199266,473278],[-197656,469398],[-199226,473766],[-199519,473772],[-198223,470265],[-198378,470046],[-197624,469705],[-197734,469423],[-196963,470282],[-197042,470102],[-197513,469315],[-198129,470643],[-197562,471211],[-197285,470456],[-196917,471042],[-197080,470108],[-198197,471203],[-198032,469492],[-198254,469264],[-197436,471596],[-197049,472047],[-197937,468981],[-198349,470873],[-197817,469684],[-197375,471557],[-196287,472304],[-198160,471030],[-198069,472304],[-199101,471989],[-199202,472127],[-199441,471850],[-199098,471189],[-198236,472139],[-197947,473780],[-198743,473756],[-200476,474075],[-193591,480863],[-192885,479620],[-192880,480086],[-193184,479791],[-192433,481959],[-192355,485959],[-192006,481458],[-193318,485922],[-192917,485485],[-192323,484778],[-193081,485057],[-192378,481353],[-193117,485212],[-193373,484559],[-198507,475756],[-199299,475484],[-198491,474066],[-198674,474181],[-198634,475373],[-198504,474416],[-192752,480625],[-193021,480977],[-192873,480292],[-192537,480807],[-192738,480044],[-192215,485364],[-192178,480459],[-192003,483095],[-192030,484323],[-192165,475181],[-195539,484837],[-194600,485029],[-195261,485549],[-195308,484891],[-196124,485363],[-195945,484959],[-194647,485620],[-192649,484993],[-192309,484866],[-196888,480028],[-197038,480583],[-196652,480945],[-196578,481243],[-197068,480331],[-197374,480012],[-197263,480694],[-203109,493566],[-202560,496479],[-198053,494591],[-201072,493166],[-201897,492624],[-202356,493388],[-202626,493235],[-197815,494288],[-202544,496443],[-202962,496804],[-201817,496441],[-198025,494631],[-197573,494031],[-197505,494960],[-197653,494658],[-201756,492813],[-200898,492984],[-199848,495009],[-201349,494460],[-200368,494771],[-200557,494583],[-200780,494665],[-199361,495009],[-201353,494745],[-201024,494222],[-201620,494340],[-203054,496053],[-198086,494734],[-201677,495942],[-201593,496040],[-200155,496932],[-199988,497259],[-200380,497067],[-200765,496625],[-200694,497357],[-200079,497357],[-200476,496591],[-202355,495866],[-202605,495957],[-202404,496030],[-202283,495721],[-202146,495755],[-202719,495355],[-202630,495839],[-203763,495969],[-195305,497977],[-203827,496335],[-204155,496327],[-193961,497212],[-194309,497826],[-200507,494753],[-200949,495537],[-200710,494614],[-200719,495002],[-200855,495270],[-200530,495452],[-200972,495455],[-196153,498603],[-196707,498826],[-196584,498862],[-196246,498540],[-196829,498186],[-196706,498788],[-196936,498625],[-195320,497475],[-195111,497067],[-199373,498716],[-198251,499356],[-198675,498932],[-198541,498813],[-198147,498762],[-198306,499221],[-198498,499169],[-195906,493943],[-195100,494095],[-195789,494136],[-195387,493680],[-195275,494263],[-195126,493992],[-195991,493478],[-193748,489900],[-193406,490023],[-194380,489796],[-196239,497978],[-197768,499236],[-197091,498954],[-197584,498774],[-197575,499306],[-195216,498002],[-194990,497380],[-194648,509473],[-193018,507556],[-195073,509555],[-192864,507094],[-194270,506635],[-192902,507638],[-194318,507123],[-193402,506972],[-203421,501661],[-204482,501067],[-204595,501016],[-201102,500629],[-201595,501138],[-201452,500517],[-201136,500912],[-201778,500221],[-202793,502734],[-202909,503062],[-203721,502814],[-203496,503084],[-194305,510465],[-201964,506256],[-194587,511211],[-192358,510417],[-194310,510846],[-197576,506383],[-198229,505287],[-197424,506435],[-197169,505949],[-198376,506320],[-200894,504969],[-200729,504306],[-200301,502857],[-200890,503543],[-196400,503458],[-195640,502771],[-195558,503209],[-195711,502987],[-195223,503136],[-195763,502926],[-194842,502661],[-192920,502069],[-193662,502568],[-193184,502539],[-193006,501398],[-192347,501853],[-193238,502292],[-193452,501396],[-200879,501999],[-199940,502175],[-200292,501449],[-200955,501633],[-200462,501155],[-200269,501853],[-200435,501588],[-204792,502210],[-204404,501894],[-204566,501732],[-195556,504609],[-195911,505750],[-196179,504945],[-196516,505364],[-195593,504315],[-196336,504769],[-196116,504614],[-193256,506859],[-193122,506894],[-193996,507201],[-193285,506905],[-197494,510843],[-197336,506036],[-197296,505379],[-201680,505974],[-200924,505102],[-201321,505079],[-201861,505406],[-196346,511687],[-195614,512067],[-196291,511713],[-201403,505763],[-201084,505378],[-201488,505491],[-196487,511021],[-200709,505172],[-201602,505680],[-195777,511723],[-200066,502202],[-199973,502190],[-200349,502168],[-200328,503056],[-197354,510313],[-196769,510150],[-196326,510583],[-196918,511029],[-203838,501104],[-203834,501239],[-204189,501298],[-204067,501345],[-203709,501601],[-203736,500977],[-204126,501946],[-203683,502202],[-203385,502208],[-202941,502493],[-204135,505881],[-204695,505472],[-204051,505291],[-204622,505691],[-202583,506049],[-202134,506239],[-202434,505451],[-202765,506599],[-202179,505706],[-202826,505974],[-203485,505673],[-202525,511492],[-202159,511140],[-202811,510386],[-202214,511212],[-202418,510701],[-201740,510729],[-201560,511865],[-193898,510255],[-193877,510017],[-203569,511992],[-203648,510817],[-203650,511511],[-203303,511675],[-203687,511494],[-203506,510969],[-196990,510811],[-194990,521734],[-204138,521928],[-199326,521516],[-203402,517301],[-202490,521071],[-196305,515787],[-195521,515653],[-194982,515190],[-196142,515127],[-194978,515170],[-203072,512321],[-195612,512378],[-196187,512483],[-196072,512493],[-214780,187846],[-216337,186028],[-214979,187402],[-216098,185420],[-216073,186894],[-216886,187271],[-216590,186498],[-216130,182515],[-217143,181526],[-215385,182309],[-215032,181984],[-215072,183467],[-216762,187221],[-217166,182219],[-216264,186712],[-215200,186405],[-214894,183452],[-216437,185044],[-216087,184163],[-216080,184948],[-216155,184793],[-216373,185962],[-214564,187048],[-216998,181948],[-216308,182264],[-214998,182374],[-215846,181995],[-217191,181844],[-215079,183352],[-215478,181621],[-215361,182878],[-216544,182789],[-214486,187232],[-216869,186502],[-215814,186110],[-216025,185970],[-216125,187204],[-216856,187168],[-215524,186525],[-214573,186336],[-206041,247489],[-205098,247340],[-204971,249231],[-206430,248374],[-206865,248521],[-205786,249486],[-205077,248098],[-205489,248234],[-206438,248879],[-205287,247961],[-208748,250389],[-208848,248719],[-209872,249323],[-208405,249969],[-209494,248966],[-209903,248753],[-208630,249096],[-210842,249721],[-208797,250265],[-207355,248629],[-208063,250875],[-208014,249720],[-207672,251107],[-208662,250192],[-206558,248791],[-208302,250707],[-207641,250486],[-207004,249571],[-206894,250380],[-211004,252420],[-210655,251350],[-209782,250642],[-209781,250778],[-210718,251294],[-210563,251536],[-211243,250601],[-210852,250420],[-211572,251842],[-210128,251429],[-205974,265557],[-207192,265689],[-207271,266580],[-206696,265755],[-212969,272213],[-212891,272135],[-212374,271336],[-205924,270982],[-205233,273553],[-211303,270530],[-206336,272361],[-206809,270520],[-205899,273742],[-206351,269934],[-205294,273149],[-217588,300562],[-209029,311013],[-205199,314603],[-210057,310492],[-207496,321310],[-212014,326235],[-214851,322194],[-207970,322625],[-212458,325890],[-212993,321963],[-209136,321977],[-210630,325864],[-214432,322514],[-205270,332862],[-207156,322784],[-212103,326672],[-214746,323570],[-205328,343204],[-205717,335886],[-206132,334833],[-205572,343179],[-205215,336095],[-206509,333019],[-205120,335149],[-210053,420370],[-208108,421256],[-208387,421255],[-207606,420653],[-207384,421595],[-209606,419536],[-209519,419806],[-210138,419439],[-209678,419301],[-210411,419811],[-209410,420270],[-207840,421156],[-207616,421068],[-211386,420693],[-210675,420710],[-211894,420959],[-211761,421263],[-211185,421302],[-211879,420724],[-211360,419906],[-212847,421731],[-212269,422039],[-212382,421791],[-212372,421949],[-211140,418812],[-210709,419101],[-211913,419129],[-212059,419981],[-211614,419430],[-210827,419263],[-212109,419946],[-212363,424208],[-209647,429510],[-208605,429808],[-207837,430380],[-208896,430144],[-208855,429837],[-207937,430282],[-208203,429942],[-205239,429972],[-205209,430396],[-204944,430370],[-205738,430216],[-210954,425023],[-211224,425681],[-205683,427073],[-204068,428441],[-205193,426829],[-205407,426847],[-206940,424068],[-206680,423394],[-206662,423246],[-206570,423976],[-205855,423115],[-207224,423239],[-210048,424408],[-215501,430604],[-211082,431428],[-210626,423467],[-214790,430170],[-216224,430210],[-216158,430643],[-209615,424203],[-209535,424135],[-209665,424249],[-211720,431674],[-209751,424548],[-209042,424213],[-212186,423465],[-211520,422848],[-212826,422857],[-212366,424032],[-211433,422886],[-212646,423456],[-209228,423530],[-209357,423412],[-208548,424516],[-209264,424258],[-209593,423174],[-211189,431255],[-213639,422930],[-211341,431047],[-211567,431286],[-215964,426231],[-216747,426728],[-215421,425600],[-215835,426607],[-216358,426471],[-216352,425277],[-215674,425297],[-217179,426886],[-216952,426749],[-217214,426673],[-217506,429284],[-216710,430598],[-217345,430086],[-211871,429140],[-212869,429659],[-212081,429201],[-212104,428794],[-211782,429724],[-213067,429536],[-212001,428732],[-214131,428856],[-214888,429402],[-214869,428974],[-214476,428087],[-213721,428846],[-214067,429250],[-214241,428766],[-209496,429718],[-209627,429976],[-209100,430189],[-209004,430317],[-209627,429779],[-210386,425616],[-210913,424927],[-208618,423214],[-208373,423722],[-214921,468962],[-214190,469345],[-213981,469788],[-215909,468957],[-216642,470101],[-216762,469021],[-216284,468938],[-215285,468891],[-216070,470167],[-213615,466675],[-213171,466295],[-215507,465314],[-212450,470523],[-216989,469255],[-215394,469839],[-215044,465126],[-213366,467088],[-216667,468111],[-214013,465775],[-214019,465994],[-214447,466018],[-213568,465614],[-214059,466169],[-213874,466192],[-213928,466219],[-214882,467347],[-215673,467661],[-215037,467880],[-215326,467578],[-215244,467527],[-215269,467700],[-214895,467294],[-213762,469921],[-213507,470044],[-213403,469994],[-212953,470213],[-213705,469804],[-213091,469380],[-213613,469409],[-214976,466959],[-215022,466820],[-215341,466790],[-215834,466601],[-215070,466388],[-215598,467068],[-213705,467191],[-212937,472185],[-212536,472788],[-212755,472402],[-212717,472382],[-212474,471909],[-212907,471857],[-212346,472766],[-213980,473724],[-213297,473443],[-213401,473285],[-213537,473453],[-213250,473783],[-214146,473562],[-214116,474049],[-216363,474881],[-216316,475579],[-216659,474990],[-216743,475506],[-216258,474947],[-216891,475576],[-216995,475332],[-214619,476228],[-214883,476690],[-214195,476770],[-214999,476408],[-214548,477026],[-214165,476666],[-214343,476997],[-217594,475152],[-217597,475265],[-216449,477209],[-216781,477487],[-216477,477648],[-217198,477384],[-216054,477093],[-205225,501215],[-206590,506035],[-205454,505872],[-206698,505598],[-206764,506764],[-204932,502749],[-204932,506134],[-206595,505985],[-204851,501506],[-205374,501916],[-204998,502844],[-207684,507825],[-207031,507673],[-208435,507029],[-207761,507007],[-208425,508017],[-207104,506951],[-207666,506983],[-210120,502357],[-210887,502878],[-210555,502196],[-210454,503035],[-210871,503000],[-210116,503017],[-210547,502114],[-206556,506187],[-206353,506657],[-206742,506384],[-206532,505777],[-206300,506031],[-206300,505967],[-206420,505912],[-205224,505769],[-205291,506142],[-208687,501979],[-208276,502899],[-208022,502953],[-208661,502383],[-207453,501881],[-207570,501635],[-208284,502805],[-214567,509779],[-206201,510763],[-207500,510799],[-215685,509616],[-215891,509727],[-216636,510670],[-213157,510214],[-216927,509619],[-215675,509489],[-216718,509122],[-213959,510441],[-213804,508920],[-213464,508761],[-212195,508835],[-212791,509221],[-211850,508675],[-212191,508449],[-212560,508369],[-212186,509030],[-213537,509659],[-210591,509543],[-211080,508477],[-211200,508931],[-210541,508232],[-210199,508168],[-210196,508800],[-210519,508771],[-212121,525834],[-212123,525886],[-216617,530112],[-217173,530200],[-217217,531464],[-216504,529924],[-216589,530643],[-216520,531483],[-228342,183993],[-228433,193449],[-227915,193453],[-227982,193900],[-228525,193949],[-225635,204467],[-224552,205008],[-225952,206043],[-229385,234955],[-227555,234407],[-229474,235293],[-228163,255027],[-223841,302948],[-218716,302747],[-222396,302990],[-219246,301298],[-222990,302624],[-222686,304231],[-221929,310863],[-217732,428653],[-217801,428906],[-229965,445487],[-230088,445843],[-228805,446881],[-228475,446159],[-228529,446129],[-228602,446669],[-227945,446476],[-228573,446841],[-228859,446510],[-229832,445044],[-229901,445643],[-228112,445641],[-228664,445263],[-229063,445037],[-229888,444951],[-226639,448887],[-226391,457852],[-226105,458091],[-226580,449079],[-226784,449077],[-226186,448770],[-226452,449284],[-226983,448605],[-227027,450083],[-227339,458760],[-228049,459617],[-227515,459822],[-227714,460948],[-226998,458082],[-227159,458946],[-226946,459157],[-226408,448322],[-227726,460682],[-227655,460174],[-228096,459491],[-227054,458711],[-227024,449379],[-226731,450233],[-228163,459504],[-227252,460796],[-230373,452563],[-228432,451231],[-228803,450753],[-228924,451011],[-228080,451285],[-228984,451407],[-228971,450501],[-228217,450778],[-224700,457105],[-223601,456061],[-224878,456209],[-224340,456452],[-223712,456920],[-223538,455810],[-224287,455947],[-221682,460866],[-221662,460649],[-222497,460813],[-222598,460704],[-222216,460645],[-222336,460787],[-222668,460533],[-228466,466923],[-228006,468485],[-228018,468001],[-227638,468396],[-227406,466738],[-222737,466284],[-220507,464792],[-222704,466460],[-221502,465721],[-222896,465483],[-220471,464965],[-221576,465305],[-222097,465602],[-221766,464347],[-220699,465404],[-217886,473634],[-218954,473596],[-219065,472775],[-218712,473063],[-227427,466639],[-227748,466412],[-228315,467071],[-227573,466910],[-228967,463555],[-229901,462687],[-228043,463374],[-228605,463118],[-229161,462603],[-229441,462640],[-229154,463265],[-217949,462518],[-218179,462688],[-219237,461439],[-217924,462376],[-218368,461447],[-217825,462342],[-217829,462193],[-219732,461214],[-219569,462241],[-219294,461829],[-219357,461928],[-219516,462143],[-218956,461200],[-219041,461473],[-221968,470708],[-222913,469817],[-221737,470141],[-221338,469147],[-222499,470223],[-222042,470121],[-222007,469857],[-222921,469307],[-222192,468641],[-222197,468255],[-222966,469469],[-223302,469350],[-223309,468673],[-222420,469303],[-218984,471344],[-219019,471235],[-219261,471123],[-219158,471300],[-218675,471055],[-218598,471774],[-218749,471126],[-218473,473874],[-217642,474685],[-217980,474516],[-217811,479002],[-217749,476991],[-217854,478813],[-227036,504128],[-227218,504048],[-229750,502239],[-229321,502282],[-225821,504501],[-230392,502567],[-227262,503921],[-225666,507101],[-225838,505131],[-228258,504722],[-228448,504683],[-228024,503448],[-227814,504286],[-227374,503443],[-227920,504141],[-227212,503834],[-225909,506573],[-225728,507050],[-225855,506218],[-226276,506297],[-225473,507221],[-226283,507474],[-226477,506786],[-229895,503109],[-229189,502638],[-228587,502891],[-229703,502448],[-229179,503481],[-229233,503055],[-229823,503303],[-227601,522548],[-230113,519196],[-219564,519522],[-229907,519476],[-220286,519397],[-220007,520435],[-227555,522474],[-227589,522945],[-219011,519781],[-230147,518925],[-229609,518905],[-229926,518947],[-224360,521934],[-226425,522169],[-226204,521444],[-225575,521223],[-225705,521375],[-226095,521636],[-225678,521321],[-225989,524481],[-226003,523728],[-226144,523754],[-227170,524480],[-227074,523295],[-226232,523837],[-226023,523858],[-222615,531533],[-222171,532849],[-222517,531403],[-222634,531076],[-223155,532756],[-222596,525390],[-223424,532489],[-222045,525038],[-225141,526572],[-225011,526644],[-217742,530335],[-219041,530473],[-219636,530747],[-219825,530417],[-220434,530633],[-219215,529976],[-220183,530334],[-219919,530041],[-225278,526923],[-224407,526930],[-225350,526686],[-224549,526729],[-225817,526164],[-225700,526264],[-229093,531397],[-228629,530415],[-229998,530594],[-229121,530784],[-229250,531478],[-228453,531244],[-229942,531739],[-225529,531847],[-225934,532220],[-225830,532554],[-226440,532249],[-226423,532350],[-226810,531616],[-226665,532313],[-243120,-626918],[-235315,-622000],[-235978,-621552],[-236116,-636091],[-234288,-634021],[-236262,-634097],[-241238,-633243],[-242703,-627672],[-239694,199631],[-236554,198694],[-242919,238870],[-234118,230900],[-243104,374344],[-241432,374809],[-242824,372310],[-241175,373527],[-242879,372456],[-239621,374582],[-239823,374319],[-242326,396049],[-242237,396569],[-242814,391263],[-242774,397485],[-242201,397481],[-242464,398045],[-242774,398486],[-243139,398134],[-240952,433404],[-241224,434194],[-240626,434018],[-239576,433377],[-240707,433504],[-240171,433970],[-240177,433102],[-240166,433517],[-240311,433060],[-237578,431394],[-237642,431798],[-237627,431002],[-236857,431885],[-237049,447523],[-236864,447450],[-237898,447566],[-230595,445304],[-238787,447408],[-239218,447984],[-230432,445328],[-238720,446442],[-230462,445468],[-238702,446452],[-236182,446845],[-235252,445338],[-236093,446298],[-236168,446412],[-235747,445285],[-240590,435470],[-238577,447600],[-235831,443166],[-236708,442164],[-236618,442864],[-237000,443268],[-235523,444354],[-235659,443874],[-236532,443034],[-235598,442793],[-235990,442820],[-235381,444182],[-240025,436409],[-239866,436432],[-238589,440397],[-239767,436892],[-230853,445770],[-230478,446027],[-238977,440936],[-237819,440953],[-238813,447396],[-239007,442383],[-239006,443044],[-238274,441648],[-238463,442273],[-238197,442790],[-239389,441528],[-238770,442651],[-232652,446184],[-232662,446665],[-232742,446986],[-232743,447296],[-231760,446433],[-231662,446626],[-232431,446044],[-236397,445385],[-236125,444510],[-236237,444664],[-236330,444907],[-235539,444201],[-235546,444534],[-235261,444701],[-239813,440659],[-240268,439918],[-240347,440145],[-240509,439657],[-240134,439619],[-239601,440482],[-239421,440335],[-237133,444968],[-237689,445163],[-237814,444125],[-237655,444808],[-237109,445062],[-236758,444488],[-233135,436684],[-233256,437299],[-233568,437040],[-232565,436900],[-233185,437525],[-233151,437918],[-233663,436581],[-231390,445654],[-232757,456528],[-240296,458849],[-240856,457818],[-241686,458780],[-240982,458159],[-232763,456520],[-233722,456730],[-237092,450277],[-240948,456061],[-241257,456095],[-241820,455286],[-241791,456722],[-241619,456270],[-241756,456330],[-241257,455443],[-241079,456452],[-241578,457095],[-237111,450620],[-231377,459951],[-231719,460116],[-232289,460626],[-230893,460761],[-236987,449568],[-231223,460491],[-237096,449663],[-238420,452852],[-231119,459982],[-237691,451507],[-234293,451921],[-237983,452353],[-237639,452641],[-235035,451951],[-231794,460085],[-235188,452812],[-234696,451658],[-233599,457592],[-234372,452242],[-234707,452893],[-237414,449244],[-237463,448985],[-236656,449150],[-237998,449465],[-233672,456487],[-232906,448607],[-233424,448797],[-233230,456551],[-232879,448890],[-232688,448657],[-232969,448574],[-234187,457481],[-233512,452964],[-234073,452725],[-233420,453199],[-234356,454211],[-233784,453184],[-233017,453500],[-232159,454386],[-234573,453367],[-233061,452034],[-233310,453500],[-240384,452973],[-241216,453030],[-240168,452425],[-240639,452352],[-241257,452611],[-240795,451780],[-240413,451946],[-243038,450744],[-230850,451981],[-230430,453038],[-230631,451817],[-230833,452757],[-230839,451833],[-230408,452081],[-242956,454064],[-239034,460317],[-237970,459760],[-238461,460168],[-237935,460307],[-237953,460138],[-238537,460833],[-238073,459556],[-238734,449726],[-240371,466918],[-239862,467479],[-240194,467123],[-240109,467004],[-240130,466981],[-240062,467524],[-240684,467274],[-241705,464586],[-241689,464185],[-241564,464482],[-240962,464060],[-241808,464136],[-241405,464435],[-240974,464827],[-239352,461516],[-238593,462093],[-239374,462344],[-239040,461880],[-238651,462021],[-239394,461478],[-239246,461616],[-242167,466292],[-241941,466568],[-242143,466719],[-241659,466584],[-242292,465982],[-242321,466084],[-242375,466082],[-239826,469923],[-240117,470647],[-240306,471328],[-240733,470246],[-241051,471307],[-239844,469958],[-241020,470515],[-239106,477241],[-239740,477475],[-241508,481575],[-241592,481591],[-241436,481410],[-242539,480766],[-242598,486527],[-241712,481670],[-239055,477364],[-242212,486560],[-239802,477755],[-237748,479046],[-237758,479923],[-237589,479824],[-237024,478882],[-237841,479630],[-237777,479715],[-237552,479259],[-236061,482002],[-236342,481865],[-235551,481039],[-236568,482167],[-236140,482396],[-235520,482365],[-236849,482507],[-238991,481242],[-239582,481773],[-238011,481705],[-238317,481589],[-239570,481782],[-238201,481207],[-238939,481881],[-242516,480865],[-240292,482178],[-240866,481378],[-239273,477191],[-241419,482118],[-239701,477158],[-239701,477816],[-237480,477281],[-237305,476061],[-238072,476534],[-238611,476045],[-238126,477077],[-237334,476746],[-238402,477280],[-238299,476409],[-238197,476803],[-237724,476047],[-237946,476745],[-238220,476398],[-238517,476164],[-238079,476613],[-238713,473860],[-238840,474311],[-239386,473944],[-239124,474341],[-238853,473884],[-238728,473821],[-238840,473891],[-235687,480307],[-235912,480270],[-236410,480110],[-236163,479603],[-235921,479745],[-236189,479914],[-241931,481108],[-241508,480516],[-242079,481256],[-241712,481346],[-241941,480906],[-242208,480821],[-241674,481320],[-242756,480951],[-242973,480906],[-243104,481446],[-242523,481714],[-242356,481539],[-243184,481229],[-239700,479014],[-239135,479278],[-239307,479544],[-239696,478721],[-239919,478678],[-239671,479740],[-239130,478862],[-241842,487340],[-241851,487137],[-238156,498604],[-236740,498490],[-237090,499337],[-237188,498805],[-232860,488603],[-242065,489503],[-238489,497849],[-237926,498253],[-232915,487044],[-241493,488842],[-237589,498745],[-238682,497552],[-239255,498539],[-233542,487901],[-232956,487673],[-233167,488248],[-241564,488822],[-239015,498829],[-241239,489170],[-233164,488056],[-242710,487034],[-242547,487323],[-242411,487200],[-230777,501654],[-230737,501494],[-230739,502502],[-231099,501814],[-230669,501721],[-243113,510209],[-234558,499738],[-234113,500422],[-234621,500981],[-234713,499789],[-237620,504132],[-236811,503930],[-237847,501967],[-237478,502097],[-238332,501561],[-238057,502168],[-237108,503575],[-236126,504348],[-237269,500782],[-237272,500173],[-236966,499526],[-237192,499451],[-237089,504717],[-237270,503960],[-237606,504183],[-236075,499448],[-237069,504598],[-236681,500192],[-236369,499840],[-232320,501678],[-231429,502540],[-232321,501781],[-232021,502331],[-231655,501823],[-232476,501796],[-231193,501412],[-235925,514856],[-235791,515759],[-236145,515891],[-236794,515198],[-236109,515341],[-236526,515581],[-235326,515584],[-232496,513759],[-233420,514201],[-232681,514433],[-232322,514265],[-232811,514162],[-233202,513599],[-232309,513837],[-241698,517250],[-241031,517331],[-241619,518259],[-242203,517172],[-241939,517699],[-241132,517952],[-242219,517709],[-239697,519178],[-240205,518784],[-239449,518974],[-239920,518798],[-240625,518935],[-240355,518192],[-232862,522872],[-232479,522840],[-232305,522754],[-231401,523008],[-232570,523263],[-232693,523267],[-230418,519396],[-232815,522424],[-231951,522527],[-230410,518753],[-231597,522966],[-231850,523035],[-231539,523655],[-232759,522534],[-231997,522961],[-232625,515351],[-233971,516149],[-233757,515511],[-233665,515100],[-232433,514992],[-233585,515598],[-232865,514788],[-234371,518762],[-233762,518494],[-233433,517583],[-233130,519059],[-233198,518726],[-234133,518724],[-233756,518555],[-240460,528942],[-241064,528999],[-241323,528749],[-241212,528006],[-241418,527952],[-241784,528130],[-241224,529141],[-242258,527665],[-243095,527959],[-243092,527941],[-242816,527861],[-4638,137919],[-5164,138893],[-3788,137214],[-3929,137728],[-5421,138303],[-5620,137297],[-3691,135506],[-2756,135157],[-2492,136755],[-3314,136326],[-3490,136021],[-4100,136205],[-3366,135930],[-2784,135815],[-2443,135691],[-3161,134956],[-9052,138827],[-8580,138390],[-8593,138731],[-7037,136726],[-5785,136879],[-6344,137873],[-7515,137500],[-6196,138159],[-5998,137151],[-5287,138003],[-6335,137306],[-5275,136690],[-6393,137178],[-5234,138418],[-11142,139921],[-5974,135114],[-10041,139763],[-9341,140343],[-35,130095],[-9930,140220],[-6025,139105],[-6784,138098],[-9450,139730],[-11062,140636],[-7226,138050],[-5071,139748],[-2644,138669],[-3689,137616],[-4281,137879],[-2997,136744],[-2402,138393],[-4277,138625],[-3919,137632],[-3823,138153],[-2826,138439],[-3139,137535],[-3638,136300],[-3958,136055],[-4880,136321],[-5048,136541],[-4937,135525],[-5131,135984],[-5748,137211],[-4239,136982],[-5352,136160],[-3660,137478],[-5593,133967],[-5477,131753],[-5208,131855],[-5535,133845],[-5269,133725],[-5838,132277],[-6280,132050],[-6121,132899],[-6303,133071],[-5226,132953],[-5446,129167],[-6188,128917],[-4378,128664],[-4022,128757],[-5178,129219],[-5064,128834],[-6074,129457],[-10886,140960],[-11269,129945],[-10775,129057],[-12004,128799],[-11451,130416],[-11259,130335],[-11444,130575],[-9965,129927],[-10195,130887],[-10565,130170],[-11792,130141],[-11584,128985],[-12010,130300],[-12575,129749],[-12512,129081],[-12337,129213],[-12111,129969],[-11699,129995],[-11785,130146],[-12464,129245],[-11504,129962],[-1787,134840],[-3534,134873],[-2684,135817],[-3122,136639],[-3301,136136],[-3091,135874],[-2483,136548],[-3701,136626],[-3865,135672],[-2343,135053],[-5929,138657],[-6974,137623],[-6593,137597],[-7239,138641],[-7623,137934],[-5738,136756],[-6605,137180],[-7343,136646],[-5633,136222],[-5833,138036],[-7618,147606],[-6150,146532],[-6485,145645],[-7460,148078],[-6549,147375],[-7908,146755],[-6252,147242],[-7887,146478],[-8144,146706],[-8058,147146],[-7541,145750],[-7100,147929],[-7248,146994],[-6386,147088],[-5827,146067],[-5773,147713],[-5742,148046],[-6848,146544],[-7458,147818],[-7341,145798],[-7353,144827],[-6189,144974],[-7653,145539],[-7071,145228],[-6702,146143],[-7118,143790],[-1318,146480],[-1302,147958],[-3373,146257],[-1117,148057],[-3036,147927],[-10986,152749],[-8665,143388],[-8961,142362],[-7697,143622],[-9878,144158],[-7555,144216],[-9208,143931],[-6123,144357],[-5083,144137],[-6179,143533],[-5989,143527],[-5756,143061],[-5785,144499],[-4162,146770],[-3521,146820],[-3284,145642],[-5175,145640],[-4659,145988],[-4225,147366],[-732,148216],[-1941,148352],[-913,148403],[-1185,149339],[-421,149473],[-868,147198],[-40,148968],[-10552,153119],[-11140,153578],[-11209,152660],[-9787,153069],[-8074,147018],[-8375,147306],[-8702,146314],[-8394,146816],[-8105,145471],[-8827,147354],[-7839,146212],[-8869,145149],[-8179,145880],[-9345,146402],[-7057,147999],[-7111,148346],[-5807,147850],[-7725,146870],[-6689,148069],[-7072,146637],[-6440,148187],[-7502,147946],[-5296,147263],[-7226,147853],[-9756,142709],[-10040,142135],[-10157,141228],[-9687,141572],[-12575,151736],[-10071,156419],[-10104,163752],[-6390,166586],[-7150,165443],[-6042,165475],[-10724,153888],[-10257,154979],[-3834,165302],[-3728,164724],[-3987,165446],[-6677,159195],[-4924,158654],[-6523,158771],[-5741,157551],[-6577,159715],[-6177,160299],[-8311,159027],[-9247,156652],[-5914,165979],[-10012,166051],[-9740,165451],[-11649,166207],[-10467,166364],[-9418,164639],[-8209,166510],[-11066,158220],[-10953,158378],[-12743,157896],[-11190,159201],[-10325,158210],[-12613,163819],[-12226,162119],[-11799,162598],[-12416,162839],[-9924,165311],[-8723,165742],[-11684,165209],[-8946,166171],[-2116,166100],[-11888,156434],[-11934,155504],[-12335,155371],[-11984,154771],[-12271,157398],[-11879,154979],[-12165,155407],[-8837,165470],[-8610,164981],[-10342,165711],[-9977,165775],[-9108,165040],[-10095,163883],[-3819,166576],[-2137,165962],[-10257,157862],[-10260,159189],[-10985,157228],[-8461,159241],[-10863,156485],[-11761,154249],[-11560,153853],[-12251,156450],[-6166,167127],[-8479,166664],[-9716,168147],[-10418,168310],[-7904,167573],[-10314,167389],[-10406,166722],[-11492,166820],[-1761,168186],[-691,171500],[-8708,168526],[-625,171118],[-48,171131],[-601,174281],[-2416,175666],[-2242,174529],[-981,175977],[-769,172119],[-2570,171508],[-247,170062],[-5883,168614],[-6741,168811],[-5360,168933],[-7350,168684],[-4879,167660],[-1419,171475],[-90,172555],[-324,171643],[-2554,169962],[-2227,170095],[-7425,168195],[-8276,167170],[-8640,169574],[-8737,169381],[-7773,169410],[-7672,169083],[-4257,168009],[-4401,167917],[-2512,168225],[-3233,166863],[-12134,187529],[-11136,185824],[-11117,194381],[-12644,241443],[-12479,242681],[-10935,236231],[-11791,238653],[-8999,239486],[-9254,238124],[-8973,239663],[-7511,239541],[-8905,238765],[-8704,238362],[-7187,236510],[-5582,237327],[-7456,238384],[-12503,241322],[-2214,266855],[-518,268130],[-2992,266267],[-3400,265870],[-3254,266211],[-5401,268396],[-5795,266766],[-5186,266789],[-5137,265860],[-322,265879],[-4648,265591],[-4594,266200],[-3701,265009],[-3442,265811],[-2619,275665],[-2786,276632],[-3651,274965],[-3172,274575],[-2031,275068],[-1770,275727],[-2323,276312],[-3180,269140],[-4940,269673],[-3806,285274],[-11132,292115],[-11481,301306],[-10760,302100],[-9351,301277],[-8228,300663],[-8501,300210],[-9571,301379],[-11261,300967],[-10024,300830],[-9855,301147],[-9504,299281],[-8559,300111],[-8442,299542],[-9128,300251],[-618,515622],[-645,513873],[-1147,515335],[-1338,515348],[-789,513842],[-1963,515632],[-2846,515108],[-638,513860],[-1258,514760],[-990,514610],[-49,515547],[-1632,516110],[-1900,516128],[-2636,515845],[-1685,516632],[-8652,588081],[-11709,583011],[-11825,585696],[-11805,583786],[-11217,584776],[-11334,584616],[-10912,583219],[-12645,584652],[-10280,582711],[-11167,581649],[-10624,582896],[-3955,590364],[-3097,590478],[-3964,589959],[-3517,590463],[-5248,590400],[-3757,592122],[-3748,591283],[-4119,590382],[-4830,590935],[-3054,592106],[-8256,589612],[-8121,590186],[-6046,590996],[-8326,589628],[-8206,590364],[-6488,589822],[-6031,589739],[-7730,590027],[-7700,590618],[-7861,590089],[-6241,599299],[-6148,600260],[-7840,600408],[-6988,599297],[-6292,599636],[-7886,599687],[-7352,599590],[-7085,599065],[-7477,599973],[-5858,599775],[-4272,593620],[-4416,596131],[-4361,594909],[-3756,593871],[-6740,595573],[-7007,594422],[-4301,592842],[-4448,595718],[-4427,593879],[-5022,593314],[-6653,593436],[-4713,592290],[-5394,591927],[-5968,592925],[-6521,593257],[-5960,592862],[-4514,593649],[-6636,593887],[-6133,592488],[-4314,594480],[-6324,596051],[-4821,595586],[-6946,595333],[-5229,595765],[-5293,594208],[-5227,595388],[-5424,594363],[-6225,594016],[-6654,595386],[-6918,594214],[-7414,601350],[-7048,600134],[-7402,601558],[-7795,599838],[-7204,601458],[-6840,601261],[-6202,597349],[-7268,597548],[-7048,599045],[-7260,598856],[-7090,596176],[-6379,598770],[-5912,596690],[-8168,597806],[-7862,596593],[-7902,601728],[-7716,601428],[-7741,600932],[-9703,600544],[-9590,601347],[-10106,601041],[-8435,595699],[-7402,603347],[-7991,602891],[-7553,602663],[-7629,602939],[-9475,601907],[-7550,603330],[-9333,603524],[-8474,603871],[-8007,604063],[-7901,604809],[-9478,604240],[-9926,604447],[-7980,604294],[-10003,605219],[-10275,603555],[-10127,604964],[-12434,611479],[-12307,614094],[-10766,611861],[-12067,613035],[-12515,613441],[-11803,611958],[-12581,617963],[-4064,95817],[-1947,94247],[-910,95520],[-11346,100617],[-12687,99009],[-12188,98711],[-10116,97840],[-11654,99082],[-10064,98076],[-12783,98930],[-11056,99667],[-12099,100242],[-12219,99607],[-11635,99381],[-4524,95794],[-11894,99710],[-3578,97108],[-7858,97640],[-8980,96925],[-7490,98507],[-7839,98552],[-7404,97641],[-8323,97388],[-9238,97914],[-8740,97900],[-8507,98516],[-10497,97798],[-9585,98116],[-10376,98197],[-11199,98661],[-9306,99629],[-9764,98624],[-11587,97734],[-11054,97411],[-8571,99554],[-11158,99058],[-11312,99214],[-11656,98934],[-11924,97807],[-10911,98020],[-12444,98235],[-11170,96887],[-11022,97234],[-11378,97184],[-11856,97340],[-11652,96288],[-10831,97641],[-10540,98420],[-10897,99331],[-11237,98046],[-10586,99199],[-2405,102206],[-2384,101114],[-2418,100621],[-1815,100883],[-2712,100562],[-3636,102366],[-3083,100656],[-2562,101970],[-2451,101920],[-6092,91937],[-5839,92133],[-5707,91964],[-6365,92414],[-2246,100405],[-2482,94425],[-3896,96827],[-3392,96725],[-5707,92253],[-2514,100243],[-8332,100971],[-9679,99430],[-9636,98570],[-12393,99836],[-12776,99331],[-11412,96089],[-11371,95937],[-11238,97409],[-11459,96293],[-12729,96301],[-11606,95840],[-11646,96136],[-6633,92128],[-1734,100509],[-2580,100347],[-1062,100862],[-1761,100712],[-883,102015],[-577,101784],[-677,101599],[-584,102471],[-1874,100517],[-714,102444],[-1734,100786],[-661,101729],[-1685,100265],[-789,101811],[-496,102228],[-540,102345],[-3444,102578],[-9845,96721],[-10761,97222],[-9687,97304],[-10772,97738],[-10043,97498],[-11195,98266],[-10061,98626],[-9537,97206],[-11270,97553],[-10281,98368],[-854,101852],[-2946,95490],[-1456,95499],[-189,94288],[-1076,95660],[-1697,95237],[-9506,115169],[-6073,109926],[-10828,115107],[-6319,110845],[-6573,109180],[-5555,109433],[-5261,106316],[-5167,106674],[-5912,107463],[-3398,105060],[-2220,104314],[-3649,104918],[-2558,104514],[-3322,104799],[-4398,104785],[-1216,103341],[-753,104549],[-737,104256],[-1067,103149],[-10593,114867],[-3929,113297],[-4429,113211],[-3178,112241],[-4252,113175],[-5634,109006],[-5351,109575],[-6657,110197],[-6446,109401],[-5631,109119],[-2413,103079],[-3056,102903],[-1325,103763],[-390,107244],[-144,107397],[-26,106584],[-3657,113067],[-3378,112845],[-3795,113158],[-4795,114727],[-5929,113347],[-4845,114465],[-6126,114869],[-5763,115349],[-5731,114317],[-5865,114392],[-626,113847],[-367,113614],[-783,113488],[-9050,114845],[-8089,115274],[-7011,115162],[-6019,107026],[-5982,106346],[-5894,110110],[-4939,109367],[-5450,110076],[-6862,109532],[-3332,102665],[-659,103143],[-4038,114525],[-2417,108266],[-427,108323],[-92,108865],[-2124,113224],[-299,112542],[-225,108567],[-67,109175],[-1171,108268],[-4666,116319],[-4685,116464],[-5892,117176],[-5579,115746],[-5224,115637],[-8837,118184],[-9667,119316],[-10002,117789],[-7998,117176],[-11253,123888],[-12137,125163],[-10503,124038],[-11073,124513],[-10968,124117],[-10814,124846],[-11505,122664],[-12060,122897],[-12418,120021],[-12787,120329],[-12192,118744],[-11379,119908],[-12284,125773],[-8685,117238],[-9734,117725],[-8930,116238],[-9365,118009],[-8052,117296],[-7150,117002],[-7542,117510],[-7743,117001],[-6512,116998],[-6592,116153],[-8156,116147],[-12011,120675],[-12080,121529],[-12708,121732],[-12281,120237],[-12734,120748],[-11110,119794],[-11433,118914],[-11970,120930],[-11588,120663],[-11909,120271],[-10293,118752],[-9116,117631],[-8679,116900],[-10146,118390],[-9043,117493],[-7894,116512],[-11708,124668],[-11027,125387],[-11931,124709],[-12760,125932],[-10726,123876],[-11112,116430],[-10885,117229],[-3934,120696],[-11209,117133],[-2713,117949],[-4068,120780],[-4522,121165],[-11593,117153],[-7690,116033],[-7962,116177],[-4149,122079],[-3945,121300],[-4120,119457],[-3416,121541],[-4330,119918],[-4632,120590],[-4034,120890],[-3836,121615],[-5298,120264],[-4372,119984],[-3889,119224],[-3472,120122],[-3476,120145],[-3700,121256],[-3461,120624],[-4503,121335],[-3785,120139],[-2980,119696],[-4488,119718],[-2486,121714],[-2516,121168],[-1979,121091],[-1965,123191],[-2275,122335],[-3953,121546],[-1476,123269],[-2460,123257],[-2434,122310],[-2809,120808],[-206,122057],[-744,122869],[-1085,121692],[-533,122280],[-736,121718],[-475,123407],[-6251,127455],[-4117,127729],[-4929,127942],[-252860,298473],[-246682,300050],[-251061,300579],[-244410,299680],[-252191,300305],[-245601,301010],[-252825,299760],[-244932,300661],[-244683,313966],[-246824,366712],[-250270,368598],[-246130,361738],[-255659,366688],[-245262,366874],[-249712,368562],[-247378,362179],[-254500,367008],[-245832,366642],[-250096,369498],[-247317,361404],[-255951,368101],[-244892,367522],[-249619,367554],[-247980,361535],[-255452,367039],[-243237,373097],[-245306,396074],[-245488,396110],[-244943,396996],[-245110,395243],[-246588,393369],[-248084,396466],[-244967,395143],[-248030,394790],[-245845,392833],[-245961,396098],[-244545,394561],[-247269,393950],[-248275,393355],[-248258,394407],[-243232,391134],[-244076,389402],[-243397,389555],[-245026,395649],[-245547,395765],[-246859,394263],[-245034,395528],[-248517,395579],[-247614,394046],[-244567,393921],[-244730,393587],[-247840,395365],[-247661,394506],[-246831,396467],[-244521,390358],[-243429,391079],[-244243,388824],[-244055,395741],[-243541,396441],[-243330,395689],[-243919,396685],[-243951,396327],[-251887,407038],[-252410,406515],[-252183,405628],[-252005,407543],[-251277,405543],[-251996,405661],[-252977,406504],[-249467,406711],[-252627,406852],[-249987,404447],[-245789,398851],[-249961,401961],[-249284,404890],[-248669,402480],[-249304,402135],[-248262,403789],[-247840,405544],[-250532,405256],[-249367,403782],[-247844,405028],[-247144,402076],[-248091,406356],[-249434,404942],[-248679,407191],[-244752,398734],[-243920,399723],[-244783,397952],[-244468,400736],[-243350,399743],[-243497,399482],[-243777,397846],[-252278,408135],[-249371,405622],[-253271,405637],[-250931,404837],[-249374,407650],[-250210,405466],[-250502,404953],[-252456,408136],[-251784,406830],[-252178,405801],[-243785,399155],[-245172,398435],[-245653,397309],[-245859,398610],[-249681,402979],[-246503,402659],[-249521,403705],[-249386,404341],[-249604,403641],[-249638,401940],[-250080,404933],[-248628,405810],[-250532,403872],[-249492,402452],[-248984,406271],[-248045,406701],[-248573,405888],[-246789,405481],[-247903,405245],[-247377,406119],[-249107,407851],[-248746,407700],[-243525,400858],[-245561,398157],[-243365,398718],[-244195,400840],[-245137,399579],[-245152,398775],[-245282,397926],[-244151,399280],[-247977,407227],[-248100,408942],[-246663,408016],[-247103,408810],[-245906,406311],[-246183,406024],[-245882,405727],[-243412,398241],[-247742,407552],[-245877,406668],[-243372,397629],[-254876,414450],[-254437,412528],[-255070,415044],[-255283,412450],[-255133,414797],[-255872,417471],[-255299,417267],[-254945,418229],[-255720,418550],[-255626,419730],[-255904,416981],[-252972,415317],[-252487,414744],[-251064,414242],[-252751,413106],[-254609,416088],[-252538,414410],[-251598,414261],[-252033,414032],[-251778,413883],[-254431,415606],[-254603,417383],[-255547,418613],[-255242,417123],[-254879,415521],[-252550,413178],[-251188,412730],[-253608,416175],[-253359,416087],[-254624,412763],[-253794,414883],[-253072,413755],[-255130,420191],[-251530,415691],[-254507,418158],[-254954,419883],[-252221,419878],[-254022,420202],[-251082,415021],[-252590,416211],[-247830,444804],[-247405,446823],[-247899,446713],[-248173,444710],[-248758,445400],[-248596,444353],[-247965,444920],[-248223,448014],[-247339,447243],[-247883,447650],[-247665,444883],[-248584,444839],[-250493,454763],[-249909,455035],[-250358,455938],[-250304,454932],[-253295,458634],[-245372,454909],[-246059,456809],[-244416,456919],[-245331,456831],[-244987,456326],[-245426,456338],[-245648,455908],[-246139,455477],[-246141,456670],[-245612,455304],[-252451,460446],[-246301,458042],[-243846,454281],[-245942,458211],[-243437,453524],[-244929,458580],[-245606,457943],[-243249,453907],[-249639,454481],[-243316,453989],[-250329,455402],[-250355,454535],[-246011,458519],[-243257,453969],[-243619,454392],[-245838,458645],[-245492,458031],[-247774,454451],[-248269,454338],[-247798,453768],[-248714,453611],[-248183,454593],[-247506,453402],[-247940,454784],[-244224,450347],[-243469,450710],[-243973,450352],[-243243,450257],[-243374,450093],[-248181,449636],[-249140,450198],[-248476,449470],[-248205,449545],[-247950,449497],[-248107,450275],[-244779,470330],[-244737,470497],[-245415,470909],[-244938,470856],[-245645,470767],[-243944,471083],[-245673,470467],[-248023,466255],[-248224,465773],[-248219,466674],[-248925,466126],[-248568,465892],[-248156,466257],[-248847,466579],[-250443,465293],[-251144,465288],[-250903,464658],[-250710,465326],[-250640,464797],[-250400,465296],[-250869,465079],[-250411,461381],[-249849,461806],[-249663,461746],[-249743,461396],[-250220,461038],[-250771,462000],[-250498,461864],[-249081,465033],[-249276,464050],[-249147,463934],[-249845,464288],[-249731,464442],[-248949,465352],[-244081,481017],[-244016,480366],[-244399,480828],[-246894,480260],[-246776,480628],[-246843,479218],[-245807,480754],[-246304,480362],[-246395,479988],[-246942,479220],[-243205,481187],[-247901,477989],[-248085,477492],[-247490,477259],[-247546,477427],[-247487,477229],[-247660,478159],[-247950,477362],[-249098,476279],[-249129,476610],[-249475,476218],[-248906,475792],[-249321,475777],[-248957,476104],[-249078,476342],[-247795,475715],[-247761,475365],[-247620,475036],[-247407,475595],[-246990,475433],[-247637,475043],[-247736,474950],[-244575,492034],[-247953,497216],[-245434,491396],[-246776,491157],[-246743,497090],[-247033,496118],[-247428,496018],[-245633,495782],[-245793,495897],[-244875,495798],[-248001,496130],[-247115,491908],[-247969,496627],[-246539,491479],[-246005,491742],[-245109,492672],[-249500,495764],[-249067,495771],[-249254,495378],[-249587,495802],[-248770,495605],[-249769,495641],[-244916,492023],[-250219,493375],[-250337,493026],[-249630,493914],[-249805,492723],[-249742,492573],[-250259,492993],[-249790,493013],[-249113,496173],[-249372,491292],[-248198,496687],[-249105,491370],[-244563,492477],[-244539,492006],[-249309,491681],[-248848,495430],[-249144,496049],[-245000,495309],[-244742,491856],[-247480,495732],[-247068,495431],[-247209,495878],[-246180,496391],[-246294,496639],[-246197,495255],[-246326,495170],[-245191,500480],[-245209,500446],[-244031,499851],[-244126,500416],[-245246,500284],[-244226,499803],[-244258,500186],[-244889,505836],[-244157,505926],[-243382,506278],[-244515,505280],[-247341,511099],[-243865,506256],[-247230,501028],[-246522,501386],[-246850,501229],[-246369,502168],[-246361,501074],[-246660,501246],[-247204,501185],[-243699,499581],[-244435,518715],[-248712,523983],[-250787,521530],[-251719,521712],[-244954,518631],[-251252,521435],[-245402,524329],[-244405,523361],[-244524,523741],[-248590,521250],[-249236,521707],[-249445,520982],[-248264,520898],[-248643,521826],[-248662,521294],[-248028,521028],[-248012,520360],[-248048,515498],[-249096,523049],[-243510,517276],[-248877,524669],[-244647,523569],[-245577,524494],[-251768,521550],[-250905,520975],[-250483,520338],[-251936,521627],[-245362,524068],[-245172,524682],[-247784,523452],[-247972,524441],[-247493,523834],[-247827,523399],[-248583,522876],[-248008,523549],[-247781,523045],[-248834,523525],[-248805,524122],[-248899,523692],[-248570,523491],[-243206,528142],[-243638,527921],[-243297,527355],[-263519,296081],[-263591,294674],[-265326,296218],[-263298,295635],[-260886,356218],[-267755,358051],[-262482,355254],[-262052,358564],[-263593,354397],[-262065,356375],[-267758,358063],[-263116,355862],[-259844,356797],[-266081,358029],[-264509,354825],[-268307,358934],[-265527,361819],[-262069,366957],[-265963,363174],[-260494,358951],[-257243,362241],[-266008,360494],[-263991,366182],[-264326,364870],[-259941,358605],[-258555,360606],[-267316,361692],[-264732,364686],[-258953,358837],[-258304,361745],[-266905,361117],[-263690,365527],[-263522,364931],[-258944,360095],[-258004,361191],[-260489,409655],[-259325,409760],[-257497,409788],[-259804,412714],[-260013,411261],[-258134,412618],[-258391,412795],[-259890,412739],[-260485,411490],[-258595,413750],[-259908,411122],[-259896,417224],[-259935,418444],[-257638,415200],[-259701,418486],[-256951,418152],[-259088,417074],[-258625,414789],[-260353,415202],[-260762,414683],[-260740,417982],[-257386,415628],[-256745,413224],[-258231,411949],[-257737,413266],[-257687,414098],[-259576,411075],[-261277,412368],[-259698,413137],[-258573,413540],[-261351,411964],[-261084,413271],[-259330,410790],[-258783,410069],[-258421,413527],[-260102,415321],[-257863,416594],[-260067,418082],[-259104,416542],[-258170,416854],[-257570,417764],[-259831,416004],[-256891,415720],[-257237,415316],[-257841,417350],[-256360,412033],[-258399,415006],[-256408,413995],[-256838,414654],[-258267,414893],[-256494,413186],[-256434,415610],[-256078,411909],[-257721,413857],[-256220,419837],[-260678,463399],[-260424,463185],[-260712,463439],[-260549,462790],[-261204,463017],[-261088,463400],[-260740,463587],[-280519,314750],[-281015,315211],[-277822,314944],[-274140,313178],[-270862,312308],[-278680,312561],[-275217,313707],[-277912,315996],[-271181,313088],[-278789,312894],[-273170,312198],[-277665,317380],[-272699,311984],[-278045,313167],[-274601,312966],[-277096,316463],[-271841,313549],[-272991,320448],[-278905,353656],[-277119,354240],[-276501,352914],[-279920,354415],[-274917,355110],[-275852,352176],[-277202,358084],[-279405,354926],[-276325,355910],[-274710,352486],[-279656,352915],[-274901,354219],[-276298,352427],[-278635,368948],[-276419,365146],[-275295,358851],[-271096,365351],[-273832,369788],[-278236,369193],[-278417,363538],[-275373,358890],[-271717,363320],[-272144,370124],[-278229,369456],[-278342,365792],[-269988,363850],[-273734,369499],[-280600,370336],[-278767,363736],[-275397,359765],[-271264,363341],[-272910,369711],[-276030,422592],[-275925,426136],[-276009,423183],[-275944,424469],[-273163,425567],[-273812,424839],[-274102,424294],[-272889,424064],[-274880,425674],[-274080,424826],[-278138,426765],[-278060,424464],[-278575,424223],[-280130,424352],[-277708,425562],[-279784,423901],[-278477,427811],[-280982,425576],[-278535,427797],[-280147,425673],[-277528,428211],[-276421,427655],[-275388,428657],[-276976,429254],[-275248,426716],[-276200,430261],[-275301,430433],[-276111,428301],[-275464,428846],[-277275,427190],[-276510,423124],[-276921,423254],[-275385,423542],[-273464,423683],[-273911,423391],[-274948,425144],[-274325,426260],[-274166,426612],[-273492,423229],[-276749,423280],[-277835,425487],[-278733,426742],[-278235,426503],[-277478,427162],[-278700,426234],[-279472,425756],[-277138,427765],[-279730,424233],[-280046,426849],[-278064,424317],[-275960,427710],[-278163,427310],[-275746,427825],[-274813,427072],[-275433,430185],[-277381,427982],[-275210,427743],[-278384,429906],[-278765,429097],[-276691,430005],[-286959,339960],[-288859,341663],[-287631,343172],[-286952,338514],[-287254,342673],[-286771,338366],[-286378,338512],[-288323,342645],[-292602,356287],[-293067,356164],[-292520,358357],[-290911,357152],[-288533,362519],[-294035,358608],[-281938,371079],[-288547,360153],[-293634,360119],[-282009,370212],[-286787,361665],[-283280,370862],[-286435,361279],[-293300,359099],[-281808,370348],[-302201,-639318],[-300967,-639701],[-305092,291213],[-304963,288952],[-305201,289350],[-305595,289257],[-305160,288909],[-306726,290529],[-306805,285419],[-304999,287207],[-305298,285143],[-305286,286115],[-305096,285907],[-305339,288245],[-306929,287526],[-307042,285067],[-306255,287056],[-303221,287113],[-302932,286487],[-301896,287737],[-303460,288970],[-301289,289923],[-303755,288421],[-303043,287542],[-299922,289367],[-303102,288778],[-305141,289446],[-305227,287583],[-305519,289029],[-306061,290540],[-306080,287214],[-305465,287273],[-304523,286700],[-304394,288483],[-305157,287955],[-305376,286782],[-303224,289035],[-301979,287845],[-303156,288905],[-301261,286467],[-301590,287933],[-301846,287235],[-303773,288965],[-303497,289568],[-302908,289407],[-300088,288387],[-300269,286065],[-295080,359089],[-303682,488318],[-314809,-650586],[-316738,-646879],[-308972,145351],[-308744,285024],[-308980,287304],[-312473,285234],[-311497,286542],[-311465,287137],[-311544,286997],[-308577,286673],[-312526,285391],[-309514,286909],[-310571,287814],[-308510,291602],[-308497,289408],[-308583,290459],[-307359,291436],[-307614,287742],[-319968,291346],[-318707,290340],[-318588,288722],[-318278,290432],[-317906,290708],[-316140,291582],[-318059,288073],[-318021,289270],[-316046,291042],[-317054,291113],[-314732,291280],[-314959,288638],[-318508,288380],[-314687,291649],[-308508,287700],[-310095,287745],[-310888,286552],[-308934,287798],[-312392,284285],[-311419,285949],[-312134,285675],[-310147,287289],[-308989,284264],[-310344,284339],[-307230,289899],[-308328,287822],[-308384,291693],[-308413,288329],[-307529,290278],[-307450,287749],[-307279,287660],[-307542,285830],[-308016,288488],[-307273,287466],[-318509,290377],[-318439,290446],[-318604,289567],[-318106,291081],[-319314,289885],[-319437,290654],[-316295,290754],[-315383,290329],[-315440,289321],[-316018,288282],[-316330,291867],[-315965,292085],[-318650,288404],[-317731,292033],[-318162,289789],[-317150,290027],[-316842,444578],[-313167,445167],[-315979,444649],[-315976,443507],[-314539,444295],[-315408,444739],[-313153,446224],[-314426,445181],[-319571,447470],[-317974,446330],[-315337,446673],[-313810,447563],[-314375,446075],[-316121,447169],[-316309,446035],[-313532,447244],[-319370,447016],[-319436,448014],[-317432,447699],[-317949,446595],[-316820,446059],[-314601,446260],[-314190,446378],[-316256,445325],[-316502,446291],[-316406,446678],[-317399,449921],[-319609,448409],[-319788,448713],[-319951,448724],[-317429,449896],[-319701,448725],[-318513,448386],[-317658,449284],[-330927,-632546],[-330136,-632394],[-330863,-634018],[-329359,-635814],[-326202,-631966],[-325216,-634276],[-323760,-634336],[-328098,-633853],[-325144,-632517],[-324300,-632736],[-324905,-634968],[-331293,-638242],[-326596,136245],[-327680,135714],[-325446,154989],[-323331,182837],[-323175,182909],[-322043,184085],[-323256,182334],[-321334,183954],[-323310,184210],[-323418,281594],[-322797,281661],[-322100,281228],[-323435,285064],[-324916,281963],[-325048,283696],[-324045,283540],[-321970,284058],[-324750,283849],[-321852,284806],[-320018,289198],[-321550,290436],[-320801,290756],[-321388,289230],[-320868,290966],[-321927,289663],[-321729,283925],[-322812,283842],[-321656,284459],[-322764,284569],[-324051,282427],[-324913,281821],[-323929,282157],[-322191,284638],[-324367,282988],[-324986,282397],[-320800,290361],[-320500,289858],[-320945,290258],[-321518,291446],[-329508,434914],[-329350,434591],[-329053,435315],[-329314,434806],[-329022,434661],[-325105,440979],[-324661,444624],[-325791,442551],[-325175,444736],[-324961,443247],[-322451,444741],[-323721,441468],[-324057,443983],[-323969,443359],[-323740,440783],[-327269,442617],[-327959,439270],[-328026,439844],[-328605,439102],[-328526,439171],[-327541,440784],[-327938,442327],[-329189,441213],[-327981,439683],[-325531,439933],[-329495,438277],[-329856,436529],[-328077,436813],[-330508,436381],[-330242,438530],[-331099,436981],[-330994,436067],[-330999,437428],[-322476,444356],[-325365,444810],[-325894,441866],[-324935,443303],[-323323,443470],[-323025,442806],[-323457,441326],[-324306,441439],[-325338,443080],[-325835,441483],[-327010,442372],[-327281,439666],[-329580,439596],[-327780,442269],[-327830,440221],[-328919,441073],[-328734,442511],[-328469,442990],[-327981,442001],[-328335,439580],[-329837,437271],[-330982,436327],[-329386,436139],[-329212,435535],[-329996,438482],[-329653,437225],[-331196,437023],[-328383,446115],[-327529,447503],[-330127,448056],[-328534,447895],[-331538,446731],[-330497,447556],[-331085,446955],[-331292,446631],[-328921,447605],[-329246,446318],[-328197,447690],[-329849,446778],[-327371,447249],[-330853,446861],[-328296,446401],[-320840,446389],[-320322,446925],[-329939,449369],[-321173,448795],[-321057,449191],[-321209,448303],[-331478,449043],[-331457,448451],[-328289,449237],[-331170,448568],[-320297,448731],[-321193,523675],[-332709,115782],[-333531,129115],[-338446,128495],[-334148,135099],[-339359,129610],[-339728,129577],[-334673,130499],[-338608,128350],[-334474,134776],[-345266,428393],[-345359,428247],[-344121,428204],[-343952,428587],[-344821,428760],[-340867,434233],[-340064,433583],[-340182,434700],[-339111,433016],[-339866,433596],[-340174,434186],[-340253,433128],[-342917,433297],[-344245,433675],[-345233,433386],[-344206,429363],[-344015,431036],[-343452,431539],[-343728,430093],[-345028,430411],[-345579,432157],[-339834,434335],[-340766,433664],[-338912,432662],[-339914,433751],[-344398,432257],[-344643,431094],[-345515,430289],[-345324,429155],[-345042,429599],[-336154,437170],[-336397,437066],[-335514,438354],[-335999,436989],[-335987,436892],[-335296,437095],[-334357,437318],[-336283,436858],[-343335,442631],[-343515,441353],[-344750,440242],[-335817,440229],[-337667,438329],[-337457,436830],[-337063,439720],[-336040,439409],[-335941,439343],[-337256,438040],[-336698,436931],[-339234,435755],[-341778,436387],[-340959,436169],[-344684,440344],[-345043,440757],[-343645,442801],[-338050,440065],[-338106,439435],[-337485,437199],[-337419,439091],[-338696,436375],[-340181,436180],[-338708,436204],[-340686,435561],[-340669,436182],[-339266,436124],[-344357,442817],[-345074,443054],[-343707,439907],[-344280,440794],[-337833,115103],[-337931,114299],[-334529,113973],[-343630,114289],[-344898,115004],[-337812,110091],[-345210,114877],[-335679,114729],[-337344,122506],[-333228,127676],[-338783,128747],[-345114,123890],[-337966,127356],[-347329,427941],[-346876,428949],[-347124,428991],[-347561,430385],[-347615,428419],[-347172,429455],[-349182,428094],[-347601,428634],[-346546,428506],[-347280,429054],[-346940,428735],[-345887,432413],[-346051,432030],[-347449,432572],[-347559,431105],[-347021,431671],[-347612,433915],[-348358,433268],[-346611,431183],[-348391,433454],[-347003,431448],[-346490,441217],[-347016,440426],[-345952,439285],[-345625,441750],[-346431,442626],[-346446,443149],[-346881,442160],[-346556,442540],[-346409,441589],[-355933,80850],[-352022,81320],[-353582,85695],[-356176,83579],[-354879,85040],[-354808,85799],[-355986,86755],[-356080,86498],[-350798,100779],[-359415,100570],[-357781,91114],[-357699,90683],[-356450,91356],[-357401,92015],[-346298,114250],[-349359,110086],[-346003,112628],[-352810,127342],[-350601,126251],[-370557,-561888],[-370841,-562403],[-370652,-561320],[-370652,-562269],[-371018,-562476],[-370422,10301],[-370152,4055],[-370447,17669],[-367808,18902],[-367461,18423],[-363914,22055],[-367332,19052],[-367608,19309],[-365097,20731],[-365569,20761],[-366554,19680],[-366310,19372],[-369073,276486],[-368461,275311],[-365316,277646],[-368708,275636],[-369437,277556],[-369296,276766],[-368575,276257],[-369496,278137],[-365966,278540],[-366911,276402],[-366790,276535],[-369440,276428],[-368618,277760],[-367194,276851],[-367971,277829],[-368924,277680],[-369393,275769],[-366645,278018],[-368152,274616],[-368872,274483],[-363120,26943],[-368885,34981],[-370718,35115],[-370617,36080],[-370426,36084],[-367948,36459],[-366296,37669],[-364800,33019],[-364877,35088],[-358796,56825],[-358911,56076],[-358558,58305],[-358725,56972],[-359107,54914],[-359458,57043],[-358979,54717],[-359049,57457],[-358709,55895],[-358573,55256],[-366951,59302],[-370098,56649],[-368154,60204],[-366147,62334],[-358963,74633],[-359286,76022],[-364476,68549],[-361219,74351],[-362601,76147],[-361217,74827],[-360451,76613],[-367399,98531],[-363349,99326],[-367571,101102],[-360890,102014],[-369681,101311],[-360008,101222],[-367929,102478],[-368319,101052],[-360248,102420],[-364450,105023],[-360119,102837],[-14026,139662],[-13649,139768],[-14421,139899],[-13492,130025],[-14062,129140],[-14043,128860],[-13699,129463],[-13189,129894],[-14115,129172],[-16689,150573],[-13607,147250],[-15229,147251],[-13648,146446],[-15826,147077],[-16035,147378],[-14932,147869],[-13266,164639],[-14351,163304],[-12816,156554],[-13487,157351],[-13822,156112],[-24711,173908],[-25281,174065],[-25028,186241],[-24919,185550],[-25491,186272],[-25354,186269],[-18608,186157],[-19016,184773],[-20765,185026],[-18341,186913],[-20339,187123],[-20010,185728],[-19055,185897],[-19512,184874],[-20641,187127],[-18881,185766],[-19004,183430],[-19461,184605],[-19445,185449],[-19060,185548],[-18705,184805],[-18767,185328],[-20096,183073],[-18334,183499],[-20456,184452],[-20108,183235],[-20549,181897],[-19431,183052],[-18444,182843],[-18090,182250],[-19561,184424],[-19510,183935],[-19662,185046],[-19384,184742],[-19693,184267],[-20445,184209],[-19310,184767],[-20391,184267],[-18912,184609],[-20489,184866],[-19774,185708],[-20411,185605],[-16679,185989],[-18327,185284],[-16953,182504],[-17483,185558],[-15898,185305],[-17177,184184],[-18059,184661],[-19232,186146],[-16145,183472],[-15572,182848],[-20763,190236],[-22080,191293],[-21714,190312],[-20701,191442],[-18852,191945],[-12987,187087],[-21264,184195],[-15690,185547],[-13082,185872],[-16449,191212],[-18052,185137],[-16103,185470],[-18687,185413],[-16909,183897],[-18579,182871],[-18280,186497],[-18486,184347],[-17043,184319],[-17190,186251],[-18091,185464],[-17573,184092],[-16791,182411],[-21692,190984],[-19513,190629],[-18975,191017],[-18248,191814],[-20750,187582],[-20889,189989],[-20011,184723],[-21037,189432],[-16619,192004],[-15845,190253],[-20175,190809],[-14473,185788],[-19068,193729],[-20930,193537],[-19271,193107],[-19664,193089],[-19658,193258],[-21090,192628],[-14025,192943],[-18771,192405],[-19991,193839],[-18459,192246],[-19094,192661],[-19676,194057],[-20547,193609],[-23079,234369],[-23180,236829],[-21808,236469],[-20258,233658],[-20936,232673],[-21923,235118],[-20371,235601],[-24616,235607],[-23629,235425],[-23170,236695],[-25121,236205],[-23340,235902],[-24436,235659],[-17892,231027],[-18838,232383],[-20637,232693],[-21723,235685],[-21261,236441],[-20582,235133],[-19326,234975],[-21638,235149],[-18863,234303],[-19255,233974],[-13107,239607],[-14804,240324],[-13399,238647],[-12886,240405],[-14694,239963],[-17055,241347],[-13504,241386],[-13927,241727],[-21167,235219],[-21596,235730],[-20200,235506],[-21407,234708],[-18971,232685],[-17956,233258],[-18255,232926],[-15659,242695],[-12825,241240],[-13099,241754],[-14351,241919],[-13879,242644],[-13303,243392],[-13654,241515],[-14391,242313],[-17131,242240],[-14021,241910],[-12992,239285],[-13818,235936],[-13426,238228],[-13430,238992],[-17173,243523],[-14112,243632],[-17432,244261],[-16136,243867],[-14315,244472],[-13016,244199],[-13378,243909],[-18663,305818],[-15088,320100],[-15973,319628],[-15344,319759],[-15652,319120],[-13874,318997],[-14894,318817],[-15552,321280],[-13907,586323],[-15087,587734],[-14254,587149],[-14427,586004],[-12860,582897],[-13900,584602],[-13244,587326],[-13145,586739],[-15895,593391],[-14731,594616],[-21287,590393],[-20977,591216],[-20053,591121],[-14599,593506],[-16981,595426],[-19968,593677],[-16705,595004],[-18506,591000],[-14720,604275],[-14849,611670],[-15942,605712],[-15200,605365],[-14073,608681],[-14970,604088],[-16154,612591],[-14963,608195],[-14628,605030],[-16043,605699],[-16403,613348],[-13204,608156],[-13756,610550],[-15446,613395],[-14097,605209],[-13875,611190],[-14870,606243],[-16937,605422],[-13806,617574],[-13692,615711],[-13248,614836],[-15372,616725],[-15157,619981],[-14189,619336],[-13956,614653],[-14743,616976],[-15309,617799],[-13393,616770],[-14844,619141],[-24164,100459],[-22751,98478],[-13980,100838],[-14631,101106],[-14126,99374],[-14376,98899],[-14788,99701],[-14238,99885],[-13810,97999],[-14432,97876],[-13138,97881],[-13701,98727],[-13226,96784],[-13030,96413],[-13280,97137],[-13037,98732],[-13182,98160],[-24193,112226],[-24135,112832],[-24980,112831],[-25327,113355],[-24708,114215],[-19214,114554],[-18847,114860],[-19921,114826],[-23920,114449],[-24423,114630],[-21408,106592],[-19781,116621],[-16969,116850],[-18011,117393],[-13340,119729],[-13193,119729],[-15714,116457],[-15196,115406],[-16966,117179],[-22679,117527],[-13133,119427],[-20438,117021],[-20355,116665],[-21255,116718],[-21224,116162],[-21295,117784],[-21199,118107],[-18159,117124],[-19407,117468],[-18876,118188],[-21392,116810],[-21407,117500],[-21033,117636],[-21543,116732],[-20483,116219],[-374725,-559492],[-375008,-560008],[-375561,-559056],[-374820,-558924],[-375595,-560151],[-371428,-562546],[-371394,-561451],[-374820,-559873],[-376237,-558307],[-373234,-559691],[-375823,-559378],[-375186,-560080],[-375877,-559830],[-375838,-558807],[-371656,-561774],[-371671,-561203],[-371710,-562226],[-382807,-571506],[-381546,-570946],[-378963,-578242],[-381238,-576458],[-379271,-577021],[-378809,-578239],[-380406,-577113],[-380324,-576362],[-378466,-576513],[-379857,-576720],[-382387,-580788],[-379629,-583282],[-380519,-576354],[-378833,-577489],[-378990,-578196],[-378541,-577043],[-378798,-577321],[-380023,-575949],[-379402,-576183],[-382790,-580352],[-381679,-580880],[-379404,-577897],[-379979,-578163],[-381647,-580326],[-380326,-577487],[-382065,-579434],[-380912,-578769],[-381810,-581882],[-380809,-582520],[-381227,-582814],[-381554,-582897],[-381309,-583204],[-381037,-581794],[-379964,-581087],[-379733,-582913],[-381858,-581083],[-381743,-581043],[-380693,-579516],[-381013,-580915],[-379889,-581346],[-380264,-577131],[-379738,-580300],[-381298,-583479],[-382017,-583458],[-379698,-582516],[-380042,-581452],[-380469,-577713],[-371886,11799],[-373326,11271],[-372552,10085],[-372575,3940],[-374760,11073],[-375778,12672],[-372275,12458],[-373373,12964],[-371966,10432],[-383754,152236],[-383333,150743],[-383937,20019],[-381317,15400],[-381570,14631],[-376215,13919],[-375102,15788],[-376797,16662],[-376315,15565],[-379154,15792],[-380681,14292],[-378446,19222],[-376945,17249],[-375235,16965],[-372983,18715],[-372983,17891],[-381744,20539],[-381280,20378],[-379418,22216],[-380032,22471],[-378513,24231],[-379181,23887],[-374178,280986],[-371608,278537],[-375029,280945],[-373450,278604],[-371850,279652],[-371264,281461],[-371352,278797],[-373983,278542],[-371435,279561],[-373503,280202],[-372685,280684],[-372146,279207],[-372616,278814],[-374155,281337],[-375260,279122],[-376379,288029],[-379187,289297],[-378351,287068],[-375946,287924],[-379465,288155],[-378548,289931],[-377402,287429],[-376054,286859],[-378931,289117],[-376604,288724],[-376944,284315],[-375935,284137],[-376641,284670],[-376283,283994],[-373327,285356],[-375764,285499],[-375975,284148],[-375322,283892],[-376613,283607],[-377105,286811],[-373110,281991],[-373800,282607],[-372468,282270],[-374680,282479],[-377243,286593],[-377482,287933],[-377974,290111],[-378977,290256],[-379640,289906],[-378853,286810],[-378883,287883],[-378011,289442],[-378745,286564],[-377862,289659],[-374597,286759],[-374370,284569],[-374917,283388],[-373765,287291],[-374532,286018],[-374156,286438],[-375515,285087],[-377133,285887],[-375831,286767],[-374792,286225],[-373643,282061],[-381131,36056],[-381937,36717],[-382998,36797],[-381537,37777],[-381314,37894],[-381902,37654],[-383838,30927],[-382156,31284],[-383163,32291],[-381947,33102],[-382197,31396],[-381626,33117],[-382949,30745],[-383415,31879],[-383915,32699],[-372107,36081],[-378280,27585],[-379000,25986],[-378992,74661],[-371289,77708],[-381200,86229],[-379052,81990],[-380453,77393],[-378846,80399],[-379227,86537],[-380489,85036],[-372312,82639],[-371916,83997],[-372885,83206],[-371394,84043],[-378792,93556],[-378208,95349],[-375891,93080],[-378500,93356],[-378688,94792],[-377301,93641],[-377821,96566],[-376741,96248],[-377609,95114],[-378141,95907],[-387384,-561604],[-386966,-562030],[-391141,-561854],[-387976,-562429],[-386923,-562158],[-386309,-561909],[-388108,-562556],[-389142,-561222],[-389360,-562087],[-388801,-560039],[-389338,-562258],[-390847,-562330],[-390109,-560214],[-390520,-560194],[-390406,-561874],[-390702,-560550],[-389871,-561468],[-391217,-562058],[-391637,-560229],[-392447,-557628],[-394694,-557107],[-388138,-562588],[-388736,-562071],[-387825,-561953],[-388125,-560787],[-387572,-561739],[-386876,-562350],[-388159,-561882],[-386233,-559772],[-387289,-561224],[-386362,-561969],[-386430,-561925],[-386239,-561155],[-385399,-560852],[-387084,-559851],[-387384,-560656],[-387891,-562110],[-388082,-562080],[-387943,-561936],[-386201,-561671],[-387750,-561811],[-386593,-561481],[-388288,-562840],[-389664,-560041],[-388387,-561110],[-388402,-560539],[-389909,-561964],[-388345,-561775],[-388441,-561562],[-388977,-561428],[-390703,-561202],[-389321,-561399],[-390293,-560816],[-391957,-560698],[-392183,-561395],[-392913,-560626],[-392605,-562011],[-392362,-561348],[-392390,-561091],[-393300,-561991],[-393636,-561216],[-395849,-561060],[-394290,-561158],[-395186,-559421],[-393947,-560551],[-393976,-560991],[-395508,-561973],[-393444,-560240],[-394341,-561780],[-395680,-560436],[-396236,-562117],[-396663,-561683],[-395139,-561542],[-395792,-562293],[-396000,-561756],[-395259,-560934],[-395386,-561702],[-395606,-561108],[-393127,-560156],[-395026,-557956],[-395202,-558189],[-393035,-558920],[-393186,-560459],[-393215,-557484],[-393057,-557330],[-392978,-558732],[-393373,-558601],[-394397,-560671],[-395102,-560209],[-395207,-559265],[-393606,-560679],[-394026,-560034],[-393460,-558543],[-395572,-559390],[-395675,-559215],[-395116,-558576],[-392816,-562034],[-392272,-560989],[-392743,-560238],[-392460,-561741],[-393292,-560841],[-391727,-561245],[-391354,-561643],[-392057,-560090],[-393121,-561384],[-394414,-559940],[-394044,-560070],[-395520,-560418],[-394914,-560929],[-395378,-561846],[-395243,-559630],[-394575,-560902],[-394544,-559617],[-394844,-559936],[-393919,-561462],[-388379,-563756],[-386879,-563334],[-388038,-563642],[-386557,-563233],[-387568,-563641],[-386237,-563067],[-387021,-563501],[-387212,-563550],[-387488,-563310],[-386669,-563345],[-387857,-563650],[-396254,140801],[-384151,153676],[-386882,151312],[-390914,151005],[-385583,145839],[-385076,149502],[-386984,146379],[-386411,152180],[-389813,151280],[-385178,152287],[-387585,152228],[-388649,151631],[-385683,145884],[-384160,150662],[-387159,151654],[-389015,151127],[-387100,146173],[-384810,150271],[-385444,153932],[-396424,157551],[-395963,157084],[-385578,15774],[-386151,16766],[-384618,15416],[-385668,16699],[-387068,16878],[-385498,16518],[-385636,19489],[-386061,18537],[-384631,19500],[-384440,20877],[-384862,20789],[-384019,20157],[-385084,20303],[-384015,20782],[-385835,20937],[-388066,23865],[-390075,18867],[-389209,20746],[-387976,20395],[-388435,20719],[-389996,19890],[-389665,20623],[-389030,19397],[-389481,18974],[-386603,22176],[-390320,18611],[-393802,306332],[-393361,306912],[-395365,306182],[-394795,305984],[-393344,305898],[-392654,305430],[-393680,307360],[-393034,306876],[-393576,305240],[-396126,306186],[-395726,306283],[-394270,304969],[-394743,307698],[-395494,307750],[-394886,308047],[-394157,308220],[-393398,307882],[-395253,307799],[-395816,307801],[-384062,31514],[-396177,30437],[-393019,456207],[-392772,456326],[-394990,50589],[-394785,50785],[-396379,50757],[-394335,50432],[-398743,-561623],[-400288,-559674],[-398684,-560294],[-398164,-561159],[-400752,-560950],[-398780,-561478],[-399254,-560895],[-399095,-561201],[-401247,-561592],[-400759,-560384],[-398779,-561888],[-400438,-560040],[-398819,-560978],[-399081,-562630],[-400242,-562613],[-399323,-562209],[-396965,-560431],[-397174,-560378],[-404538,-564966],[-399164,-563222],[-398571,-564148],[-404501,-564678],[-405569,-566536],[-403365,-565040],[-398408,-563468],[-404176,-564184],[-398837,-563953],[-402756,-565853],[-399337,-563319],[-400033,-564059],[-399467,-563941],[-408741,-578037],[-408576,-576476],[-408543,-578141],[-409151,-578446],[-398794,137260],[-397286,139842],[-405460,131269],[-399001,136213],[-406181,131203],[-398716,136712],[-397532,140225],[-399909,140535],[-406203,131268],[-400013,136386],[-398300,139776],[-398994,142214],[-407202,152153],[-402010,146750],[-407666,141342],[-407194,144382],[-405850,152410],[-407100,152375],[-403957,147315],[-409013,141763],[-407193,145361],[-406995,142485],[-406286,153272],[-408217,150818],[-403115,145325],[-407819,143562],[-407804,152310],[-402691,147366],[-406324,146392],[-408656,146385],[-408981,141702],[-408820,143642],[-397610,141457],[-400041,142024],[-397412,157740],[-398592,157802],[-405196,154119],[-398632,156499],[-396803,158844],[-397529,156824],[-402884,251454],[-402601,294081],[-404061,292213],[-402866,294137],[-402752,292705],[-404823,292102],[-403283,293268],[-404741,291300],[-404656,291968],[-404574,291534],[-406164,290012],[-404997,290916],[-404806,289393],[-405644,290215],[-406111,289242],[-406390,290296],[-406785,289340],[-402683,294128],[-402498,292262],[-403071,292519],[-404559,292921],[-404810,291814],[-403193,292414],[-404303,290093],[-406041,290019],[-405768,291515],[-405194,291838],[-406120,290088],[-405165,289604],[-405929,288994],[-405724,290133],[-406478,290412],[-406949,288508],[-400483,307378],[-402412,307387],[-403161,304608],[-404781,304001],[-404712,305668],[-403328,303507],[-404026,303351],[-404087,307163],[-403611,306670],[-403506,307346],[-404103,301013],[-403839,302836],[-403644,302845],[-404681,301068],[-404126,301585],[-404913,297997],[-403396,297333],[-403813,297068],[-404889,297069],[-404780,298380],[-404697,299890],[-405221,300249],[-405989,300184],[-405931,300234],[-404425,299398],[-403657,296287],[-402696,294678],[-403414,295724],[-403406,295673],[-399719,307377],[-403337,305833],[-405063,304308],[-404781,304180],[-404565,304640],[-403681,303305],[-405196,306794],[-402802,302990],[-403651,302248],[-403851,301534],[-403881,301616],[-404592,301441],[-403777,297867],[-403986,297320],[-403671,296687],[-403639,298617],[-403300,297440],[-404136,300046],[-404409,300232],[-404094,299969],[-405825,301614],[-404176,299799],[-404145,294624],[-404698,295667],[-403693,295004],[-403970,295213],[-400221,319332],[-403705,319002],[-399371,319970],[-400536,319709],[-398491,318673],[-401660,320074],[-401737,319668],[-401674,319825],[-400307,317320],[-400425,316946],[-400022,317913],[-401090,316077],[-400275,317385],[-401681,312304],[-399073,312993],[-401875,312955],[-398820,313248],[-400420,312088],[-401784,315362],[-399492,314543],[-400391,314728],[-400132,314730],[-401596,314867],[-404206,314262],[-406646,314758],[-406134,314769],[-405789,316460],[-402387,314235],[-405492,315170],[-402673,308617],[-401442,308043],[-400219,310485],[-401699,310526],[-400899,310882],[-402576,307534],[-399353,311084],[-401489,311013],[-403622,308306],[-403709,308774],[-405904,311223],[-405545,310996],[-406252,309423],[-404394,309920],[-405683,310965],[-407233,318072],[-409564,316176],[-408029,314871],[-409150,317650],[-407620,313710],[-409202,312653],[-409516,312096],[-407916,312618],[-408773,312146],[-404345,317404],[-404401,318015],[-402524,317467],[-403827,318568],[-403190,317325],[-399880,316343],[-400059,318539],[-398351,315482],[-399813,312144],[-400875,315651],[-399396,315394],[-401532,314831],[-399264,311703],[-398877,315045],[-400461,314692],[-400818,312768],[-399276,313107],[-401740,311584],[-404131,313641],[-403949,314065],[-403868,313356],[-402757,312740],[-405305,313798],[-404451,314602],[-399915,311429],[-402446,309959],[-402589,309319],[-401475,311054],[-402231,308759],[-402746,310257],[-401808,307801],[-399551,311126],[-399541,310611],[-403917,308101],[-404039,307672],[-405561,308270],[-404325,307643],[-406825,309072],[-405950,309120],[-405271,308910],[-405283,310775],[-406144,308892],[-407105,316499],[-408602,316608],[-409141,317120],[-409194,315815],[-408277,317277],[-407955,314158],[-408098,313414],[-408801,312176],[-409251,311984],[-403373,318092],[-402487,318118],[-403673,317063],[-402665,317497],[-399523,321983],[-400354,320496],[-401314,321134],[-399458,320220],[-398927,322336],[-409190,350573],[-408614,353301],[-408902,351632],[-409119,352660],[-409000,351958],[-409296,350180],[-409324,351277],[-408545,351994],[-409186,350052],[-409192,350805],[-409324,352090],[-408315,393079],[-409244,392382],[-407803,392556],[-408144,393423],[-406522,393465],[-408067,390274],[-406693,391158],[-406409,390598],[-406400,393286],[-406231,390195],[-408932,389442],[-408024,388046],[-408384,389084],[-408730,388991],[-407202,387968],[-409434,388376],[-407488,390616],[-408021,388705],[-407294,390894],[-407836,393669],[-409306,393898],[-406143,392223],[-406651,392410],[-408622,391900],[-407868,391316],[-408528,393665],[-406483,393645],[-406961,393262],[-407356,389960],[-407284,390677],[-409323,389115],[-407895,390240],[-409574,388162],[-408173,388075],[-409502,401914],[-409016,402204],[-408917,402940],[-408931,402350],[-409444,402965],[-409217,400574],[-401690,483897],[-408114,44336],[-408520,43771],[-408425,44275],[-407965,43379],[-409237,44622],[-409414,44084],[-408752,43834],[-409103,44411],[-409205,43875],[-409486,45220],[-409558,44896],[-404036,55091],[-399656,55753],[-404466,55472],[-409193,59220],[-400245,54923],[-404333,54227],[-399670,55621],[-403893,56007],[-400787,54380],[-409145,64456],[-401600,117874],[-401823,116242],[-403419,117853],[-403317,115844],[-414101,-562721],[-412276,-562765],[-412844,-562334],[-412448,-562476],[-413439,-562990],[-412212,-561838],[-412336,-562665],[-412510,-562322],[-415795,-575028],[-413350,-574332],[-413875,-574834],[-415171,-573929],[-413990,-574307],[-415512,-575483],[-414008,-574924],[-415365,-574694],[-414699,-568405],[-413367,-569999],[-415254,-568379],[-413587,-567812],[-415559,-569125],[-413584,-563340],[-412902,-563168],[-414286,-563333],[-414117,-563844],[-413181,-564212],[-414454,-567788],[-413375,-563163],[-414570,-570173],[-413574,-569860],[-416631,-573045],[-417682,-574402],[-415617,-571864],[-415260,-571932],[-415560,-573006],[-416025,-572647],[-415978,-572025],[-415104,-573454],[-416972,-571023],[-417670,-571700],[-417714,-571764],[-417274,-570911],[-418003,-572310],[-419225,-571931],[-418291,-570861],[-417238,-572249],[-418860,-570624],[-418361,-572387],[-417801,-574511],[-416355,-575615],[-416316,-575255],[-415947,-574719],[-418022,-575644],[-417223,-574933],[-415632,-570918],[-413967,-571017],[-414818,-570766],[-415369,-570623],[-415372,-570667],[-414450,-570625],[-414497,-570204],[-413493,-569295],[-414400,-569923],[-414766,-569106],[-414956,-570232],[-415608,-569371],[-413481,-567764],[-413763,-569696],[-413348,-563077],[-413926,-563039],[-414634,-563932],[-412098,-566239],[-413430,-563914],[-414408,-569891],[-413402,-568905],[-415764,-568777],[-415491,-570214],[-413472,-563343],[-414862,-570831],[-417604,-572955],[-415712,-572496],[-415236,-573284],[-415961,-572757],[-415961,-571565],[-416900,-573291],[-417333,-572876],[-417985,-574454],[-415292,-572077],[-417090,-571319],[-417500,-570568],[-418093,-571208],[-419109,-572061],[-419052,-571748],[-418633,-571024],[-417926,-571961],[-419133,-570814],[-417705,-571664],[-419069,-572244],[-416084,-574853],[-417076,-574211],[-418213,-575297],[-416284,-574090],[-417417,-575019],[-415678,-569626],[-415264,-570756],[-415417,-570459],[-414946,-571295],[-413853,-571060],[-415380,-570183],[-418081,-575907],[-416287,-576484],[-411673,-576648],[-412556,-576490],[-412301,-576844],[-411950,-578856],[-412930,-578610],[-411771,-578285],[-411004,-578522],[-411644,-577679],[-411166,-578921],[-412521,-578930],[-417500,-576538],[-412861,-577600],[-414098,-577818],[-413250,-578131],[-415054,-578084],[-413602,-578266],[-414929,-578111],[-414010,-576537],[-413938,-576837],[-414793,-577277],[-414472,-576671],[-414505,-576010],[-415099,-576033],[-414623,-576166],[-417772,-576590],[-415996,-576065],[-416032,-576230],[-417454,-576157],[-410843,-577610],[-411757,-578902],[-412125,-577425],[-412582,-577989],[-413192,-576615],[-412023,-578311],[-411005,-577987],[-413119,-578343],[-412569,-578886],[-412986,-578557],[-417004,133596],[-412902,133905],[-418529,131963],[-418167,133306],[-411842,133740],[-419627,133745],[-417279,133226],[-411840,133013],[-417840,133564],[-411884,132021],[-409935,145134],[-410355,145742],[-409793,316966],[-409606,311859],[-410462,388350],[-410184,387007],[-410773,388835],[-411056,388318],[-414210,386480],[-412546,387071],[-413402,389488],[-414176,389620],[-412616,388191],[-413537,388414],[-415681,386827],[-412129,387298],[-414647,389621],[-414198,386589],[-414262,394279],[-411978,395229],[-411819,394782],[-412126,396460],[-412006,394588],[-414661,393951],[-412285,395854],[-413559,394385],[-410599,395517],[-411476,395010],[-410304,387688],[-410576,390655],[-415910,388554],[-414300,387863],[-415156,388260],[-414017,388486],[-415066,386707],[-412224,390286],[-414639,388856],[-412608,390038],[-413478,390058],[-414011,387113],[-413469,394214],[-411353,395351],[-413189,394679],[-413231,395551],[-412900,394760],[-413396,395038],[-410857,393985],[-414713,394530],[-412432,394761],[-410576,394619],[-411939,404483],[-411743,405423],[-411302,401875],[-410934,400718],[-411558,403465],[-410262,403687],[-410399,401472],[-412859,404792],[-412676,403944],[-412081,404593],[-410300,401781],[-412292,401979],[-410394,400833],[-410848,401122],[-411296,402948],[-409894,400653],[-412870,403971],[-411636,406840],[-411223,404965],[-410954,406962],[-412763,406460],[-410710,405998],[-412091,406983],[-411590,406681],[-412642,401041],[-414183,401328],[-415723,400739],[-414474,400139],[-414172,400158],[-412839,402019],[-415715,400465],[-415811,399096],[-415046,402025],[-413759,398561],[-412842,401386],[-410650,406751],[-410804,407191],[-412826,404120],[-411124,405410],[-410971,406732],[-410961,407872],[-410642,407999],[-415517,402034],[-414835,400092],[-413618,398427],[-414527,401734],[-414057,398933],[-415738,401045],[-414000,398644],[-414189,399101],[-414205,398629],[-415571,399064],[-413054,402148],[-412780,401004],[-414449,421511],[-410821,422209],[-413393,417849],[-415182,421188],[-415528,419503],[-413169,418360],[-414069,419302],[-412338,418091],[-412776,421161],[-413153,420677],[-412709,421207],[-414434,420388],[-413718,418590],[-416183,418932],[-414810,417480],[-417417,418675],[-416589,418345],[-417118,415679],[-414000,417397],[-417407,415329],[-414174,414982],[-416938,415639],[-412925,421503],[-412962,421969],[-414664,421652],[-412675,419544],[-415101,419550],[-415227,419728],[-413899,418263],[-413036,419746],[-415695,419501],[-414908,420218],[-413118,421871],[-414716,418327],[-414838,414944],[-415415,416347],[-417703,417568],[-414147,416738],[-416821,417988],[-415234,416239],[-414924,416983],[-416220,418450],[-414482,418645],[-414522,415191],[-410191,44631],[-409909,44673],[-409604,45165],[-411812,45000],[-411993,44926],[-411042,44330],[-411234,44291],[-411895,44566],[-412576,46545],[-412280,46408],[-412488,46593],[-412688,45944],[-412341,46202],[-417653,45263],[-417237,47363],[-418488,47073],[-418555,46991],[-417603,46451],[-419220,46716],[-417681,45463],[-419318,45830],[-418252,46457],[-421938,62483],[-409686,58337],[-421322,62744],[-422064,62078],[-409763,58224],[-414526,75790],[-414254,74656],[-411365,65794],[-413680,67848],[-416141,65920],[-416458,76788],[-414567,73961],[-410466,65302],[-414332,68060],[-416463,65773],[-416192,75917],[-414489,67848],[-416579,67080],[-414831,73456],[-411020,64858],[-412619,66429],[-416872,65426],[-417808,85674],[-418662,85159],[-416240,78707],[-416257,83977],[-416406,80277],[-414528,82927],[-415012,85107],[-417592,87661],[-415578,79475],[-417279,86269],[-416352,81217],[-415401,83326],[-415071,85183],[-415646,77638],[-417278,85455],[-414957,79309],[-417361,85672],[-415915,81717],[-415376,82816],[-415170,85005],[-416436,78544],[-416654,84652],[-415568,80941],[-414154,81865],[-414898,87413],[-415200,97466],[-417751,101088],[-415554,97750],[-417173,101551],[-413867,97298],[-414895,97746],[-417716,101800],[-417025,106568],[-420592,106627],[-419563,109391],[-418064,102766],[-418047,105214],[-420395,107694],[-419606,111560],[-417307,105074],[-419019,106996],[-420363,109785],[-417511,106159],[-419034,106962],[-420056,109342],[-425751,128962],[-425656,136280],[-425902,139620],[-425114,128495],[-426975,137062],[-424135,139163],[-427383,136192],[-423092,142265],[-422901,141552],[-423500,142780],[-427911,394441],[-426838,395701],[-427223,394446],[-426003,396110],[-427807,396542],[-426492,395557],[-426309,395392],[-428656,396687],[-425673,390335],[-425635,389379],[-426341,391102],[-424844,391252],[-426616,391587],[-427315,390039],[-426352,390121],[-428471,389291],[-429028,389423],[-429469,393370],[-430210,391844],[-430355,392046],[-427840,391292],[-427541,390621],[-429651,391165],[-430011,389609],[-430221,389394],[-426459,392883],[-425582,392529],[-426932,394836],[-428446,396956],[-427587,395297],[-428164,394848],[-434133,395559],[-434902,392791],[-429245,395719],[-427437,395965],[-425440,392104],[-424225,390535],[-424389,391093],[-425997,392699],[-426168,389258],[-425751,392358],[-424638,390663],[-425767,392547],[-426530,392275],[-430901,389376],[-428593,390636],[-429078,390074],[-427952,393045],[-429916,392887],[-428955,392730],[-429001,391266],[-427551,389809],[-427265,393045],[-430405,391750],[-429281,398008],[-426380,47837],[-427014,48157],[-426560,48403],[-426211,48178],[-426235,48408],[-427295,45347],[-427015,46101],[-427575,45263],[-427225,45683],[-427985,45358],[-429896,46364],[-428868,45981],[-430373,45701],[-429872,47150],[-430175,46043],[-432849,48111],[-432856,48765],[-432222,47789],[-432981,48681],[-432622,48652],[-432628,45819],[-431808,46162],[-431629,46980],[-432249,46392],[-432931,45787],[-433030,43433],[-432096,42361],[-432108,42483],[-433165,43471],[-433077,43512],[-428637,43319],[-428740,42744],[-429095,43312],[-428798,43230],[-429210,41853],[-425883,41545],[-426056,41271],[-425723,41900],[-426306,41825],[-425409,41750],[-430625,60106],[-432976,60107],[-434418,59755],[-422850,62682],[-429961,60209],[-431986,59767],[-430361,60217],[-432941,58589],[-435041,59930],[-432792,58851],[-435120,80095],[-428319,116449],[-426712,127839],[-425295,127940],[-427446,116491],[-434367,124385],[-427007,126847],[-428414,117585],[-427203,127646],[-429389,115764],[-425261,127041],[-426438,127306],[-437289,140714],[-438470,142910],[-438915,142986],[-444334,143397],[-444962,142868],[-440098,281700],[-440283,281382],[-438783,281738],[-437906,393967],[-437831,392330],[-437341,395675],[-437581,394864],[-437397,395162],[-438148,395179],[-436820,392572],[-436838,392620],[-436300,393426],[-435213,393606],[-437421,396020],[-436022,393137],[-436050,393599],[-435405,395556],[-437328,394450],[-436384,394538],[-437003,393759],[-435271,393852],[-440898,39506],[-440524,38833],[-440775,38950],[-440055,38928],[-439974,40284],[-439467,41359],[-439400,40930],[-439286,41882],[-438779,41216],[-439530,41015],[-447203,46395],[-446387,46399],[-446162,48508],[-445279,46236],[-445200,52877],[-435789,59666],[-447412,52104],[-435474,59205],[-446187,52126],[-446326,52394],[-447968,85020],[-447322,83722],[-446541,85044],[-435749,80807],[-435911,78916],[-435563,80520],[-435358,81210],[-441706,104267],[-443679,104532],[-443102,104322],[-442408,107194],[-440479,106491],[-442149,105386],[-442524,104945],[-441913,107115],[-442175,106718],[-442315,107121],[-441513,107406],[-440492,105177],[-442746,103674],[-442205,105817],[-441676,105663],[-443625,104413],[-442860,105538],[-443682,109781],[-446430,112168],[-446843,103079],[-445873,111942],[-445615,111566],[-445871,112255],[-444828,109457],[-444580,124131],[-440079,119298],[-437171,117417],[-447853,120800],[-440190,119265],[-438024,118910],[-447790,122197],[-438760,119380],[-437895,117142],[-440777,118497],[-436654,118849],[-435532,124448],[-454205,137951],[-449809,132892],[-453314,134320],[-449071,135539],[-449517,135443],[-455916,283535],[-455884,283458],[-452043,34442],[-453305,34704],[-452108,34703],[-456396,50072],[-456811,50894],[-457006,50148],[-460760,49527],[-458474,48109],[-458469,49151],[-459190,47329],[-459081,49836],[-460203,47625],[-459183,49653],[-459118,48750],[-460279,47685],[-459462,48020],[-455288,53122],[-454450,54083],[-457388,52468],[-454471,52657],[-455320,52925],[-460173,73346],[-458438,75833],[-458019,75672],[-458761,75621],[-451806,77901],[-448945,86973],[-450985,78832],[-449400,87976],[-451146,78123],[-450365,81115],[-449265,82450],[-449454,81115],[-448653,81407],[-459718,89707],[-451203,89724],[-459425,88063],[-460014,88754],[-460748,82125],[-460706,82576],[-460124,87912],[-457641,80346],[-457732,80304],[-458197,81758],[-455627,79197],[-457074,79805],[-459156,82020],[-458551,78505],[-459755,83194],[-459555,82088],[-459799,82282],[-460063,88029],[-457328,87285],[-455862,85685],[-458253,79094],[-456604,79018],[-460745,82895],[-458645,98663],[-458635,97288],[-459933,96841],[-460282,92455],[-449670,91858],[-450623,92211],[-451016,89829],[-449909,91876],[-459889,90165],[-460282,91604],[-460235,94645],[-460564,92262],[-459996,91386],[-460599,91046],[-457681,91976],[-448938,91888],[-450563,91851],[-455719,99279],[-457461,93099],[-457567,92083],[-452742,99375],[-452698,97604],[-452149,97281],[-454903,102339],[-452947,96838],[-454880,102299],[-460731,107345],[-460431,106087],[-460291,110692],[-460459,106495],[-458308,108051],[-459102,110347],[-448744,107803],[-449359,109389],[-449452,104666],[-455627,109785],[-454870,108564],[-450659,107257],[-451246,107233],[-452000,107456],[-452885,103194],[-460045,115535],[-458558,115857],[-451866,117504],[-451175,118170],[-448037,121350],[-449011,121246],[-472416,131726],[-468985,130770],[-472031,129990],[-469138,130680],[-471196,130508],[-471742,130950],[-471238,131104],[-469560,129135],[-468762,128495],[-467260,128582],[-473472,24270],[-470125,34166],[-471211,33955],[-470685,33873],[-470196,33882],[-471783,32487],[-471057,34181],[-472396,33681],[-471971,34104],[-470448,32564],[-472275,34051],[-469098,36508],[-469361,36179],[-467154,35467],[-467707,36612],[-469037,35336],[-468022,36962],[-468560,36049],[-467060,36253],[-468876,37178],[-467323,35291],[-466099,38528],[-466725,37611],[-467614,38405],[-467698,38472],[-467601,38506],[-466671,38404],[-470966,28388],[-471740,28492],[-471967,29200],[-472529,29571],[-471647,28851],[-471461,28910],[-472306,28453],[-472595,29347],[-472265,29279],[-471274,28551],[-470492,32082],[-471033,31341],[-470618,32114],[-469943,33630],[-470309,33113],[-469380,33406],[-468820,31506],[-468598,31427],[-469156,32083],[-471335,36404],[-472448,35947],[-471801,36350],[-472662,35538],[-472170,34386],[-471250,35664],[-473446,34554],[-472623,34295],[-472488,35324],[-466399,39111],[-466108,38664],[-467648,38727],[-466278,40936],[-466010,39847],[-465865,41188],[-465702,41734],[-465359,41626],[-465072,41797],[-466538,41429],[-465865,40149],[-466217,40040],[-466543,40309],[-464742,44120],[-463531,44975],[-464480,44339],[-464406,43617],[-465539,43175],[-463289,44542],[-463535,42928],[-463928,44907],[-465022,43487],[-464909,44181],[-461155,45559],[-461466,46010],[-462427,46691],[-461822,46187],[-462839,46209],[-461874,45576],[-462961,46619],[-462492,47100],[-461302,45912],[-460935,45167],[-469791,49671],[-468539,48360],[-469608,49569],[-469134,49158],[-470574,47980],[-468472,48727],[-469543,49552],[-471968,45639],[-470896,46916],[-469633,50146],[-472441,44647],[-471290,43832],[-472440,45442],[-472990,44058],[-472229,46237],[-473112,46102],[-472210,46139],[-473366,45463],[-471444,44097],[-471283,46876],[-471242,47305],[-471452,44894],[-471608,45444],[-471247,46941],[-471496,46248],[-470434,44756],[-470165,45635],[-469916,45550],[-468866,48843],[-470526,47708],[-470348,47209],[-470930,48693],[-470199,47397],[-468103,50529],[-467366,51169],[-467309,50532],[-468266,50445],[-468338,50341],[-467836,50862],[-469582,49543],[-468609,51341],[-468513,49210],[-466768,51172],[-468248,50744],[-467404,50345],[-467673,51205],[-468093,50707],[-466241,50184],[-465844,50816],[-468336,50593],[-466847,50999],[-460914,59651],[-463523,54914],[-462424,61719],[-461604,56863],[-467304,51447],[-464840,53800],[-467216,53263],[-465110,53807],[-464726,55366],[-465037,54375],[-464500,54541],[-465138,52916],[-465607,54214],[-465500,53830],[-465725,53776],[-465585,54637],[-467655,55484],[-467465,53610],[-467424,53078],[-467753,53420],[-467853,54842],[-466970,53446],[-467739,53292],[-466087,53848],[-467267,53665],[-464259,57180],[-465170,56729],[-466568,56838],[-465198,56595],[-464518,55625],[-466042,56130],[-466334,56957],[-466158,55530],[-465853,55684],[-466371,56669],[-461553,59513],[-461564,55867],[-466671,53241],[-468230,52194],[-468387,52040],[-465635,53111],[-468365,52661],[-462099,59278],[-461799,56744],[-467291,52047],[-466043,52666],[-467753,52197],[-467685,52161],[-466428,52830],[-468770,51960],[-465893,66967],[-468159,71732],[-466633,68954],[-467720,70854],[-464295,68188],[-463144,68370],[-462434,75337],[-462229,73129],[-468669,68537],[-468095,70946],[-466545,71064],[-464329,67205],[-463890,69448],[-462853,75399],[-462180,72989],[-468276,69760],[-467505,69319],[-468527,70623],[-466061,71592],[-465841,67053],[-463322,69559],[-461258,75107],[-468051,70068],[-467966,71722],[-466564,71140],[-465707,69828],[-466628,68409],[-464289,68951],[-461795,72473],[-471989,85228],[-473518,84777],[-473267,86642],[-471348,84787],[-471203,84555],[-471504,84651],[-471604,85231],[-473085,86238],[-472786,83250],[-472139,88311],[-461402,88501],[-462688,83561],[-464191,83649],[-466758,81333],[-469558,86895],[-468837,86400],[-467437,86746],[-464579,86426],[-467972,89359],[-472702,84520],[-465241,89615],[-463992,89245],[-463196,86994],[-463589,86776],[-464733,86301],[-463759,88019],[-465263,86008],[-461370,83279],[-461869,84766],[-462020,82649],[-461655,82629],[-461636,81612],[-461276,81425],[-464566,90467],[-465556,91370],[-464650,90383],[-463965,90843],[-465250,91814],[-464427,90366],[-463842,91476],[-461947,90509],[-472669,91374],[-471638,90754],[-472089,91123],[-472753,90781],[-462185,90593],[-462261,92060],[-462287,91734],[-472175,90575],[-468784,91117],[-465975,91037],[-467575,90657],[-467002,92357],[-468066,92233],[-468173,89911],[-466333,90639],[-467613,91787],[-468666,90315],[-465994,91802],[-468577,92091],[-468140,91487],[-468280,90264],[-471772,114086],[-464363,110859],[-470183,113077],[-470204,114457],[-472428,113283],[-471421,114660],[-460965,106649],[-468355,116816],[-467658,126298],[-486282,18192],[-486081,18052],[-485829,19876],[-486391,19802],[-485229,19494],[-485602,18843],[-483443,19548],[-483390,18813],[-482314,19540],[-482166,19682],[-483489,19251],[-482781,20378],[-483026,19186],[-483731,21051],[-484274,20570],[-483275,20244],[-479666,21672],[-479151,22607],[-478909,21148],[-478530,21938],[-479739,22889],[-479016,21985],[-480720,21255],[-480660,21078],[-479308,22976],[-479340,21918],[-478308,24150],[-479393,23673],[-479282,24091],[-478178,23746],[-478614,25210],[-478397,23046],[-478715,24805],[-478409,24016],[-478461,23371],[-478193,23777],[-475841,23104],[-476843,25209],[-477482,24322],[-476491,22777],[-477058,22785],[-476814,24681],[-476065,23227],[-476641,24421],[-476133,22764],[-474162,23888],[-475297,24136],[-473706,23686],[-474284,24005],[-475724,37727],[-474816,38219],[-475818,37877],[-476331,37787],[-474998,37230],[-474824,35068],[-473967,36068],[-473830,36452],[-474600,26152],[-475699,26058],[-473905,25929],[-474662,26079],[-474747,25906],[-475015,35852],[-475282,36209],[-474269,35868],[-474323,36100],[-473962,36353],[-474778,35153],[-475991,38295],[-476537,37646],[-476395,38339],[-474975,37051],[-476683,38308],[-476090,37586],[-475747,39385],[-476905,38707],[-475711,39384],[-476354,38678],[-475527,38869],[-478760,39395],[-480001,39791],[-479959,41127],[-478158,40524],[-479037,40507],[-478869,41068],[-478647,41446],[-480016,40375],[-477996,39381],[-477907,40053],[-479814,44030],[-477317,44078],[-479614,43185],[-485277,42625],[-478505,43801],[-477256,43456],[-478598,44183],[-485098,40474],[-478541,43226],[-478545,42467],[-483211,44466],[-485148,44725],[-482659,43360],[-480189,42796],[-484888,46355],[-482610,43777],[-484664,48260],[-480965,41082],[-482527,43196],[-482414,43028],[-479376,40941],[-486098,45864],[-477046,39729],[-484331,48365],[-475946,39519],[-477248,39583],[-476531,39926],[-484290,43895],[-483226,42875],[-482949,42090],[-485296,43553],[-483341,43352],[-484259,42275],[-483726,41851],[-484020,41898],[-485008,43862],[-485773,42587],[-484292,41263],[-486120,40274],[-485527,41079],[-485871,40794],[-486145,42591],[-484269,40292],[-478945,41372],[-477353,41345],[-482156,44366],[-478617,39943],[-479040,40337],[-477931,41577],[-477272,41229],[-481177,45141],[-478754,42014],[-478647,41849],[-485772,47896],[-484834,48080],[-484070,45685],[-484797,44097],[-485417,45533],[-483341,45742],[-484186,44283],[-485361,44206],[-484981,44861],[-484154,46060],[-481036,43685],[-480669,44136],[-480705,43745],[-481360,45224],[-481945,43009],[-480317,44985],[-480260,43504],[-481426,44064],[-480391,41315],[-481006,41844],[-481696,42380],[-479850,42716],[-479780,42389],[-479540,43182],[-480905,43148],[-475410,39027],[-475131,39120],[-475770,39462],[-476981,39244],[-473655,86044],[-475305,88878],[-474990,89249],[-478170,92834],[-479220,95226],[-478254,92665],[-477853,94356],[-477569,95555],[-477303,95764],[-475869,94537],[-475694,95247],[-475574,94317],[-476658,95404],[-475538,92700],[-476434,91909],[-475536,94461],[-477574,99407],[-484733,98646],[-475791,114750],[-476315,114861],[-476573,113542],[-498510,25061],[-499026,25257],[-497917,24402],[-498462,25588],[-498225,24657],[-497929,24701],[-497939,24311],[-499107,24180],[-497709,24140],[-497535,22450],[-497247,21650],[-498240,23137],[-497896,23911],[-498413,22609],[-497650,23886],[-497743,23107],[-493587,22007],[-494444,21036],[-494461,21291],[-495420,20760],[-494940,21752],[-494614,20435],[-494297,21289],[-494107,20271],[-493879,22180],[-495333,20792],[-487046,19763],[-490212,21501],[-487809,19262],[-492397,21042],[-487344,20055],[-491237,21582],[-492315,21432],[-490913,19549],[-491046,19005],[-489468,20233],[-490463,18297],[-490217,20258],[-489863,18241],[-491474,17921],[-489859,17899],[-490644,18341],[-490214,18694],[-486534,19869],[-492310,20686],[-491322,19418],[-491220,19030],[-491241,19320],[-491829,18664],[-491777,18648],[-492073,19170],[-492974,20265],[-492391,19497],[-491790,19568],[-489131,37465],[-490281,37845],[-488925,37312],[-488262,38071],[-490190,38137],[-489550,36896],[-489105,37341],[-488466,37665],[-487702,35985],[-488720,36241],[-492346,34102],[-493558,34346],[-492742,35869],[-493110,35400],[-492655,36269],[-492322,36368],[-491798,34784],[-493335,34248],[-493438,36545],[-493294,35123],[-496565,33697],[-495977,34492],[-494136,33550],[-495576,33133],[-496350,33428],[-494696,34374],[-496399,33892],[-496547,35108],[-496365,34763],[-495142,32875],[-499081,28359],[-498875,32457],[-498419,31984],[-497931,34243],[-499158,34228],[-497963,33980],[-498432,32760],[-486784,40999],[-488162,50188],[-486874,51097],[-487845,50209],[-488401,49649],[-487321,49985],[-487488,49539],[-487200,46513],[-486881,47468],[-486427,47730],[-487051,45933],[-486940,47523],[-490429,53648],[-489901,53942],[-490565,53138],[-488421,52983],[-488888,54102],[-488456,52934],[-488338,52475],[-488944,54482],[-489635,53963],[-490350,54352],[-493129,56226],[-492972,55267],[-493359,54586],[-492214,56049],[-492127,54420],[-491175,55299],[-492912,54301],[-491006,55088],[-490949,54742],[-491227,55913],[-499103,57869],[-498220,58802],[-498521,59701],[-497355,59478],[-498887,59356],[-498133,59682],[-498905,60099],[-498861,58678],[-497736,59635],[-497491,59462],[-497896,58691],[-494522,56551],[-495836,63122],[-495720,62309],[-496991,63987],[-496570,62662],[-494762,63142],[-496919,62072],[-495112,62735],[-494823,62653],[-496313,56495],[-497800,57421],[-498608,56416],[-497816,57239],[-497968,57093],[-498406,56735],[-497603,57140],[-498476,57077],[-498351,57878],[-498580,58580],[-497256,56162],[-497190,56713],[-497262,56528],[-495653,58120],[-497252,56106],[-497042,55662],[-495818,56804],[-495092,56371],[-496216,56816],[-496385,56064],[-495485,55385],[-495921,57675],[-494852,55129],[-494667,55831],[-497480,63889],[-495325,63939],[-494582,62071],[-495694,61478],[-494570,61764],[-495789,61436],[-495208,60405],[-494045,60630],[-495263,61564],[-494613,61061],[-496055,60062],[-495144,60232],[-494217,60919],[-495117,60318],[-495545,57313],[-495556,57841],[-495592,57387],[-493909,57241],[-495139,58874],[-494309,59567],[-494291,57862],[-494836,58648],[-495136,58793],[-493671,57657],[-494579,58430],[-487113,51849],[-487499,51995],[-488804,51672],[-487255,51927],[-496864,65274],[-497339,64965],[-496108,64271],[-497085,64632],[-495637,64473],[-493463,69707],[-494821,68701],[-491616,70808],[-494509,68731],[-495594,68439],[-493275,69381],[-493206,68615],[-493660,68624],[-493750,69591],[-493525,69212],[-494119,69381],[-493507,70599],[-494581,70599],[-494273,69378],[-495507,70283],[-494143,70131],[-494300,69424],[-495289,69457],[-493851,70577],[-494108,70299],[-496734,74596],[-494731,76264],[-496528,75359],[-496939,73541],[-495729,76431],[-496953,73641],[-495505,76605],[-495803,76636],[-495687,76985],[-496635,74392],[-495682,72042],[-496171,72774],[-495154,71937],[-496209,71321],[-496040,72310],[-495553,71849],[-495848,71431],[-496256,72885],[-494692,71966],[-494570,72875],[-494194,74573],[-494832,72746],[-494732,73544],[-494301,72734],[-493113,73039],[-493323,72818],[-493345,72989],[-491788,73795],[-492518,74564],[-492210,73179],[-491967,73842],[-491995,74099],[-492421,73156],[-491877,74201],[-492348,74952],[-492065,73449],[-492897,74349],[-497859,74504],[-497092,74267],[-497732,75110],[-497254,73868],[-498609,73859],[-496931,75179],[-497845,73887],[-498213,75364],[-498670,74800],[-492388,70566],[-492821,70981],[-490911,72476],[-490780,71780],[-493092,70902],[-490585,72095],[-491283,71418],[-491327,71354],[-490887,72207],[-494484,67804],[-494761,66199],[-495342,66830],[-493548,66253],[-494943,68335],[-493345,67884],[-494337,68526],[-493257,66672],[-495474,67440],[-493545,68647],[-492681,88062],[-492784,88152],[-496739,78484],[-497640,78922],[-497997,78256],[-496931,78237],[-497320,78065],[-495969,78684],[-495614,77328],[-496349,77148],[-494721,78264],[-495644,78307],[-495164,77683],[-492759,91652],[-492935,90648],[-486758,98657],[-38164,152298],[-38337,153167],[-36356,152919],[-38110,153509],[-38359,151417],[-36116,164303],[-37027,164357],[-37229,165458],[-38149,164184],[-36425,165497],[-34949,166016],[-36712,166586],[-33229,165760],[-34529,156007],[-34538,156844],[-33367,156494],[-34732,156165],[-34480,156214],[-33855,155112],[-32985,156596],[-32632,157384],[-33669,156261],[-33824,154936],[-32571,156891],[-31906,155201],[-33361,155272],[-32792,154793],[-33381,157105],[-32307,155643],[-32647,157019],[-33242,154766],[-33374,155297],[-33706,155111],[-27717,157026],[-27765,156874],[-27811,159211],[-29321,158791],[-29647,159314],[-29460,158205],[-28870,156790],[-28121,157511],[-27890,157573],[-29465,158820],[-35054,164978],[-35088,164385],[-30352,175905],[-29370,174226],[-29817,174113],[-31586,174148],[-30024,177611],[-33579,177539],[-33355,170973],[-34670,169111],[-34972,172902],[-35041,167503],[-26585,174625],[-27471,174487],[-26758,175517],[-27698,174068],[-33264,174440],[-29989,173612],[-28763,173696],[-25768,176031],[-33775,174784],[-38366,177918],[-38099,175323],[-26321,175413],[-28150,175846],[-28890,174261],[-32170,174211],[-35027,166994],[-34748,167128],[-34900,167440],[-33601,169523],[-33137,169699],[-33511,174633],[-27895,174586],[-34378,170041],[-34453,168903],[-33385,171640],[-32692,170289],[-37993,178709],[-28061,175788],[-32855,171897],[-31707,173111],[-29812,176062],[-29218,173313],[-34936,173586],[-32799,174409],[-31863,178927],[-32003,167854],[-33403,167225],[-31319,166743],[-30970,166655],[-30133,169491],[-31881,168455],[-30953,169296],[-32391,170514],[-29193,169323],[-29072,169653],[-32798,167910],[-31459,170301],[-27203,172683],[-31488,169601],[-32889,168733],[-33486,167321],[-32592,167482],[-33083,167615],[-28701,171318],[-31208,170189],[-30260,169348],[-29718,169695],[-29494,170925],[-31743,171391],[-30661,169504],[-30957,183689],[-30191,182266],[-29759,186662],[-36054,191852],[-30982,181784],[-33181,190035],[-35037,189174],[-30640,185419],[-32438,189398],[-30959,185825],[-29317,186578],[-30894,189521],[-29580,188368],[-30110,187225],[-29876,188740],[-31956,183665],[-32594,182291],[-30170,186025],[-28881,188041],[-29376,187650],[-29884,187312],[-29483,186718],[-30109,186762],[-30269,186639],[-30256,186566],[-33449,180555],[-34060,180761],[-33842,181391],[-34270,181207],[-34576,180556],[-33802,180361],[-32696,182924],[-25803,186060],[-25665,185769],[-26778,187861],[-26466,187662],[-26568,185663],[-26176,187140],[-35350,191953],[-35579,187263],[-37282,187341],[-35979,190112],[-38107,189392],[-38269,190318],[-34376,188413],[-32219,190852],[-30144,186879],[-28863,186787],[-29293,188083],[-28624,188156],[-32176,182701],[-32866,182959],[-33460,182463],[-31942,183451],[-32651,184219],[-26617,185908],[-37270,200337],[-37598,200458],[-35542,197661],[-37402,196751],[-33584,198913],[-33597,195700],[-35839,197163],[-37033,196340],[-35175,194626],[-33557,194477],[-35506,192856],[-36643,196061],[-35178,193129],[-33444,192840],[-37493,192308],[-36374,192383],[-34335,197418],[-34858,196546],[-33726,197098],[-34825,197470],[-35277,197183],[-34749,197603],[-35231,197712],[-34133,196167],[-35545,196318],[-35452,196318],[-34252,198054],[-34733,197561],[-35356,199734],[-33480,198001],[-33788,199611],[-33688,198440],[-34564,197288],[-34331,197360],[-35459,198978],[-34887,198658],[-33987,194354],[-34861,195190],[-34148,193196],[-34498,194338],[-34163,193152],[-33600,194386],[-34939,194327],[-32956,195617],[-34726,193462],[-34745,195558],[-31239,193306],[-31361,195282],[-32402,194386],[-32200,193070],[-31626,195029],[-30509,195042],[-32781,193692],[-31172,194200],[-31388,194093],[-32949,195480],[-35271,193037],[-34587,193259],[-35080,194052],[-35449,193400],[-34009,194223],[-35273,192403],[-34016,192830],[-33432,194564],[-33557,193148],[-33252,193531],[-34514,196127],[-35883,199304],[-35884,198347],[-34811,192632],[-35189,194081],[-34820,194776],[-34626,192782],[-33373,197288],[-32650,196667],[-33123,196831],[-32807,197004],[-33479,197478],[-33473,196573],[-34428,196131],[-33108,197009],[-36017,198063],[-34743,196278],[-34843,197513],[-34876,196866],[-36527,198058],[-35931,198038],[-35937,198101],[-34711,195179],[-32905,195477],[-34279,195513],[-32553,194424],[-34776,194996],[-33376,194308],[-32949,193512],[-33626,194366],[-32488,195562],[-33002,195445],[-31135,225197],[-31181,225763],[-30169,225660],[-31236,226301],[-31683,225184],[-31169,225623],[-28609,222191],[-28448,222523],[-29374,223649],[-30061,223881],[-28677,222533],[-29241,222427],[-28967,222528],[-29417,223880],[-28942,222228],[-29327,223202],[-29820,223121],[-29071,223656],[-27075,220498],[-32537,224849],[-32119,224324],[-32018,225597],[-31538,225856],[-31690,225979],[-32662,227073],[-30869,225747],[-32144,227231],[-32176,227535],[-33154,227668],[-32556,226202],[-33196,227213],[-31504,222920],[-29216,224395],[-31100,223917],[-31403,224048],[-31017,224057],[-31077,222750],[-30648,223975],[-30671,224080],[-27715,221751],[-27755,221099],[-30473,222062],[-28417,222911],[-29878,222525],[-28694,222206],[-29512,220742],[-28363,221577],[-30656,223835],[-27362,220053],[-28710,221910],[-28548,220874],[-31257,234203],[-31515,233195],[-31270,234455],[-32261,233570],[-33639,232135],[-32002,232467],[-32356,233375],[-32930,234039],[-32340,233204],[-33262,231598],[-33178,232789],[-32455,233532],[-32748,232595],[-32727,232838],[-33301,233391],[-32999,233340],[-33634,233693],[-34635,233249],[-32533,233225],[-32149,285490],[-32979,285975],[-33657,286893],[-30986,285996],[-33995,286742],[-37540,290910],[-37712,291470],[-37902,289673],[-31941,284962],[-26380,289252],[-32533,290863],[-35633,291539],[-33718,291135],[-32382,292064],[-34385,288432],[-35304,289999],[-33887,287090],[-31558,285341],[-33045,285631],[-31311,284892],[-31080,285501],[-37193,294188],[-35727,291696],[-32912,291739],[-38289,291126],[-37664,290241],[-35281,289922],[-32154,291884],[-33204,292040],[-33934,288603],[-34181,288855],[-38375,403515],[-37795,403338],[-38056,406527],[-38332,400048],[-38114,429668],[-37919,104271],[-32014,104736],[-38054,105944],[-35854,106699],[-35344,112428],[-34419,112846],[-31505,112714],[-30688,111835],[-31187,108513],[-30536,108894],[-26193,107253],[-32420,108222],[-32171,108835],[-31326,107335],[-36550,114944],[-36944,114269],[-35971,114352],[-36771,114918],[-27739,108389],[-26677,108359],[-26205,106537],[-34527,114258],[-35252,113283],[-33948,113574],[-27397,109786],[-32780,110417],[-33297,109893],[-34037,109441],[-32525,109719],[-35323,111896],[-35117,112164],[-34923,111217],[-34533,112665],[-35392,110679],[-28909,106060],[-36481,114089],[-36868,114504],[-35888,115024],[-35010,114632],[-28012,106190],[-29455,105880],[-30286,109513],[-32283,111313],[-31816,110677],[-29668,107335],[-31714,106198],[-34737,115278],[-31329,109023],[-29927,110698],[-33209,114953],[-32002,105235],[-31576,105498],[-31313,107850],[-30657,106963],[-34421,111958],[-31716,113234],[-32013,112046],[-33847,113421],[-29719,107939],[-28669,107356],[-26113,112133],[-37987,107145],[-35025,115957],[-34678,115487],[-36707,116049],[-36777,117817],[-511814,-17163],[-510902,-19673],[-504814,-17334],[-506067,-18388],[-505962,-12644],[-500496,152040],[-500983,153501],[-501905,152929],[-502215,152005],[-501692,157719],[-501390,155958],[-502898,157505],[-500505,154443],[-503097,155740],[-502401,158343],[-502320,154433],[-502357,156732],[-501322,154432],[-502819,156761],[-499333,22264],[-499578,23140],[-500950,25867],[-500584,27646],[-500340,26353],[-500681,26526],[-501576,27925],[-499691,26037],[-499427,27330],[-499468,28176],[-501274,26639],[-504520,31410],[-504923,29538],[-506432,30728],[-505149,29646],[-506275,30287],[-505879,29649],[-505232,29882],[-506410,30983],[-506572,30496],[-504431,31064],[-502669,29210],[-503597,29001],[-503140,29153],[-502081,29215],[-504212,30941],[-503213,31553],[-502649,29849],[-503106,29582],[-503114,29547],[-501400,30632],[-502799,31595],[-501519,30344],[-502941,30980],[-501244,30095],[-503544,30552],[-499989,34089],[-499972,32751],[-499203,32988],[-499457,33442],[-511196,49243],[-510971,48303],[-509951,50823],[-510143,50313],[-508698,50288],[-509148,51155],[-510275,50569],[-509813,50725],[-510249,50873],[-509413,50270],[-510266,51251],[-508850,50788],[-505462,55478],[-505301,56097],[-505194,54759],[-506051,54964],[-506507,55672],[-505325,55307],[-505135,56154],[-506392,55507],[-506110,54750],[-504712,54501],[-503608,55975],[-503488,56519],[-504003,57037],[-502813,55805],[-503065,55350],[-502459,56992],[-502841,56930],[-503329,56559],[-503296,57017],[-504321,56574],[-500024,57009],[-501527,57354],[-501289,58939],[-500927,58941],[-500120,57798],[-500151,57451],[-500931,57398],[-499457,57859],[-500130,58480],[-499280,76759],[-501157,76987],[-499280,76174],[-501117,78834],[-500449,77562],[-500418,78847],[-500718,78528],[-499793,77002],[-501089,77792],[-499617,78766],[-499543,77812],[-502867,81124],[-502393,82558],[-503274,80967],[-503489,81521],[-503155,81518],[-501761,83079],[-501882,81947],[-504041,82401],[-504049,83088],[-503749,83625],[-505127,82498],[-504688,82844],[-505164,84138],[-503148,82083],[-503510,82102],[-503845,81758],[-504936,82254],[-513197,-23880],[-512907,-22338],[-514418,-22974],[-520231,-23938],[-519376,-24343],[-520366,-19427],[-521241,-22420],[-523316,-23945],[-522130,-20216],[-521601,-18019],[-513195,-15324],[-514575,-16931],[-515235,-27091],[-521420,24991],[-520134,25496],[-521101,25671],[-521330,25361],[-524494,19636],[-524633,19614],[-524298,21136],[-522144,24388],[-523939,24094],[-522696,22496],[-523422,23359],[-521783,23471],[-524179,23924],[-524042,24161],[-522821,22489],[-523549,22027],[-523445,24322],[-523738,23903],[-524429,22448],[-514949,30741],[-514437,29747],[-514979,30047],[-515279,30798],[-513577,31109],[-514052,30268],[-512943,31311],[-514350,31308],[-513652,30164],[-512376,30794],[-512566,31690],[-513030,30493],[-514486,30644],[-513806,29787],[-516946,32859],[-517428,32509],[-516932,31663],[-516390,32603],[-517916,33781],[-516889,33115],[-517600,31559],[-516465,31691],[-516936,33445],[-516459,31843],[-520874,36757],[-520026,36350],[-521138,37421],[-521372,36999],[-519624,35859],[-520313,36203],[-519776,37253],[-519114,36215],[-519204,36221],[-519354,38427],[-519251,37839],[-519640,37859],[-520081,38498],[-524263,27094],[-517806,28626],[-517132,29006],[-518282,29134],[-516638,29287],[-517624,28935],[-516926,28669],[-518481,31121],[-517236,29412],[-516380,28918],[-516645,28868],[-521003,25831],[-520635,26647],[-521315,27214],[-521008,26602],[-520224,27106],[-519359,26988],[-520136,35002],[-520842,33929],[-520859,35911],[-519333,36433],[-520622,36409],[-520078,34694],[-518455,36097],[-520535,34120],[-520344,35287],[-519186,35538],[-520568,40232],[-520047,39283],[-519945,40140],[-518923,40097],[-519306,39375],[-521726,38923],[-523622,38657],[-522611,39907],[-521588,38676],[-522861,38900],[-521646,40074],[-522127,38643],[-522020,42073],[-520899,41878],[-521490,40037],[-515170,44166],[-515617,44518],[-515824,44666],[-516427,45922],[-515350,45551],[-516273,45397],[-515159,45861],[-516817,44366],[-515215,45644],[-516624,45564],[-519203,43515],[-518496,41674],[-518562,43271],[-519581,42947],[-518019,41821],[-517065,42525],[-518618,43669],[-518343,42713],[-519466,42433],[-518222,44132],[-521624,42221],[-521741,40956],[-522004,41110],[-521821,41060],[-522224,42793],[-523190,43305],[-523351,41070],[-522347,41409],[-522418,40895],[-524267,40265],[-522397,40293],[-523572,41682],[-523150,41888],[-523049,42539],[-523101,40042],[-523481,40195],[-513282,46895],[-512824,47582],[-513211,48198],[-512588,47347],[-512007,47847],[-512378,49146],[-512181,47585],[-512739,47040],[-520152,108568],[-533764,-12167],[-528158,-19875],[-526041,-15910],[-532898,-14783],[-535977,-16884],[-534530,-21442],[-530816,-21982],[-528187,22366],[-529011,22093],[-527432,21579],[-528034,22161],[-527112,22881],[-527234,22401],[-528874,22852],[-528599,23121],[-528860,22106],[-528307,21788],[-525694,19286],[-526108,21685],[-525749,21066],[-526280,19577],[-525934,19713],[-526292,21562],[-525536,20417],[-528605,20947],[-529228,20276],[-529328,21227],[-528733,21457],[-525327,23841],[-525929,20234],[-529423,24372],[-527050,19692],[-526548,18195],[-549964,-459097],[-545464,-457378],[-541952,-458576],[-540807,-460565],[-544812,-471446],[-547285,-465167],[-542390,-461596],[-549683,-484172],[-550176,-482810],[-548526,-482526],[-548891,-481645],[-549999,-484926],[-548940,-483286],[-545832,-473727],[-545529,-475839],[-549965,-487747],[-540993,-38041],[-542753,-558537],[-542125,-558295],[-549507,-564051],[-549966,-566653],[-546663,-563708],[-549686,-564931],[-548666,-563729],[-549789,-564192],[-545863,-565260],[-542767,-38361],[-542164,-38403],[-540583,-39185],[-541733,-39294],[-541570,-38408],[-542150,-38786],[-542113,-39161],[-542014,-40443],[-540440,-40044],[-541998,-39201],[-542817,-39666],[-541851,-38750],[-542831,-39297],[-561004,-121719],[-559118,-117219],[-562840,-123943],[-562474,-122353],[-551601,-457734],[-550654,-481848],[-550530,-482215],[-555655,-498616],[-553974,-497389],[-552574,-498547],[-550440,-488432],[-553804,-490203],[-552777,-494696],[-552717,-493603],[-551192,-493331],[-551149,-488962],[-552519,-495736],[-552503,-497025],[-553834,-500892],[-557915,-503444],[-551607,-562813],[-557890,-562928],[-551990,-562243],[-552568,-566178],[-555701,-568212],[-556956,-566346],[-556300,-565094],[-561786,-566275],[-550458,-565582],[-552023,-566360],[-555610,-567696],[-557081,-564740],[-559718,-565316],[-558284,-563200],[-561890,140520],[-553979,216827],[-555080,216737],[-555113,217226],[-555603,217323],[-557019,217732],[-566386,-124967],[-569836,-468183],[-569168,-468209],[-569519,-466976],[-573020,-472784],[-573063,-473233],[-568108,-467442],[-582601,-145731],[-578693,-150991],[-576311,-157229],[-577123,-155157],[-580799,-155066],[-581612,-169589],[-581405,143751],[-583801,142739],[-581140,143782],[-582944,143986],[-582687,143578],[-583264,141862],[-582299,142230],[-581739,143795],[-583121,143212],[-581989,143337],[-583594,143718],[-583513,142703],[-582606,143396],[-583617,142728],[-583505,142822],[-582839,142576],[-581770,143901],[-582257,143145],[-582800,142217],[-583412,143125],[-583985,142706],[-583032,144154],[-582032,142971],[-582429,143362],[-576431,357111],[-576431,357111],[-577181,125698],[-576745,125689],[-590722,107051],[-591996,114102],[-590405,107301],[-591381,107210],[-591471,115389],[-592221,114449],[-588947,115323],[-593584,115002],[-592419,109905],[-591261,110070],[-591394,114114],[-591235,107713],[-590335,113919],[-591576,110529],[-590635,107893],[-591851,111564],[-592178,109441],[-589941,114263],[-590244,107206],[-591178,106842],[-592049,110929],[-591831,111021],[-590724,113929],[-591758,113397],[-591576,114262],[-591800,107017],[-591392,110359],[-591040,107044],[-591542,114184],[-591552,107141],[-589291,114611],[-591298,114756],[-591616,112820],[-590849,114866],[-590843,112682],[-591610,108690],[-591486,108229],[-591858,114876],[-591550,108275],[-590918,109037],[-591843,108288],[-591946,108729],[-591689,108891],[-590453,108813],[-590429,108147],[-590134,115102],[-591446,109224],[-590531,110065],[-590515,110465],[-601307,120620],[-600597,119494],[-600823,119263],[-601114,119514],[-600163,120807],[-599183,118111],[-599222,118862],[-600017,118523],[-600314,117514],[-600544,117197],[-598630,119002],[-598100,117665],[-599197,118041],[-599767,118539],[-599392,118262],[-600083,121789],[-598981,121777],[-599258,122939],[-600153,121822],[-599686,121385],[-599113,121125],[-601010,120918],[-599513,122544],[-599256,120876],[-600384,122675],[-598537,123533],[-595604,122511],[-598991,122512],[-599271,122510],[-596353,123470],[-598743,123002],[-599212,123050],[-598525,123057],[-597647,123014],[-598054,123296],[-596363,120894],[-598247,123442],[-596409,122861],[-597477,122683],[-596805,122289],[-596540,121896],[-596076,121316],[-596702,122132],[-596475,121985],[-596327,121191],[-596058,121475],[-596868,122413],[-596319,122472],[-596049,122360],[-591056,118376],[-590569,117514],[-591399,117725],[-591157,118201],[-591784,117779],[-592257,118373],[-590700,118858],[-590576,117932],[-589567,115994],[-591137,115796],[-590806,115648],[-588831,115584],[-591964,120544],[-591973,121063],[-591611,120569],[-591420,119597],[-590544,119405],[-591760,119331],[-592603,116024],[-592115,116479],[-593180,115687],[-592118,116276],[-591662,115439],[-596761,122149],[-596792,123018],[-597211,121911],[-597176,122832],[-597799,121447],[-596619,121795],[-596758,121974],[-597616,121598],[-597636,122744],[-596756,121800],[-591116,115976],[-590606,115708],[-590965,115629],[-592233,115791],[-592088,115770],[-591942,115874],[-591419,116761],[-591569,115980],[-600623,118404],[-601361,118823],[-601597,120371],[-601323,119784],[-600210,119556],[-601462,120654],[-600931,120608],[-600960,120639],[-599869,116781],[-599074,116974],[-599393,118573],[-600188,117336],[-599721,118004],[-598800,117104],[-600359,118280],[-598880,117109],[-598016,118523],[-600351,118651],[-599412,120674],[-600665,123094],[-600809,121698],[-599226,120807],[-601049,121868],[-599006,122518],[-601263,122049],[-600948,122431],[-600239,122577],[-599368,123148],[-589895,118626],[-590241,120512],[-590480,119988],[-590198,119253],[-589849,121317],[-614276,-296249],[-613088,1740783],[-613020,1740700],[-608954,1740713],[-614391,1740427],[-608747,1736558],[-611759,1734152],[-611383,1739869],[-608860,1734523],[-613569,1738302],[-611415,1738338],[-610859,1738514],[-613136,1740454],[-614100,1735632],[-613358,1737936],[-612662,1747996],[-612758,1745827],[-613037,1748842],[-613730,1748153],[-610582,1743762],[-608509,1742096],[-611706,1742107],[-612347,1742073],[-611107,1741751],[-610605,1745380],[-611527,1756186],[-611770,1757185],[-613172,1756353],[-612754,1759100],[-614177,1755148],[-612193,1756771],[-614167,1794787],[-613469,1795603],[-612795,1796360],[-611953,1796180],[-611895,1796130],[-604880,1798932],[-604003,1800134],[-605815,1800170],[-605121,1799151],[-604427,1799455],[-604282,1800046],[-604695,1798117],[-604449,1798595],[-604468,1799134],[-606401,1799680],[-604035,1797863],[-603954,1797822],[-606245,1798277],[-604274,1799641],[-604406,1799655],[-605871,1799282],[-604440,1798542],[-603932,1799537],[-605509,1799681],[-603897,1798580],[-610420,47658],[-610058,46623],[-607566,49224],[-608839,50071],[-610390,46035],[-605420,50181],[-611926,45647],[-610644,45920],[-607622,48133],[-608598,48615],[-607174,49152],[-608602,48129],[-608460,49634],[-606411,50716],[-609448,46798],[-612207,45961],[-608392,49431],[-607867,46587],[-607239,46881],[-610357,45376],[-610931,83888],[-609677,86319],[-605171,85250],[-605475,84881],[-611321,83324],[-611117,86030],[-606033,84864],[-610665,85553],[-610246,85110],[-606554,85444],[-601948,120215],[-604118,123363],[-601695,120875],[-601845,119758],[-602011,123220],[-601855,120659],[-603881,123499],[-603252,123590],[-602291,123506],[-604438,125391],[-601997,119829],[-603491,123779],[-604434,124538],[-602050,123908],[-603750,125458],[-603605,122101],[-602038,125201],[-602926,124574],[-602449,124265],[-602034,123842],[-603292,124732],[-603816,125438],[-602700,123110],[-603764,120013],[-603781,123085],[-602102,118647],[-602330,119706],[-602496,123004],[-602575,123444],[-626815,-153588],[-625780,-155248],[-626656,-154434],[-626988,-154569],[-627091,-155420],[-620719,-293412],[-620507,-291644],[-618490,-293573],[-619097,-293672],[-620864,-292439],[-619205,-291944],[-618961,-293543],[-618843,-291589],[-618999,-291875],[-620005,-293422],[-626428,-294042],[-624168,-292078],[-618789,-305423],[-618920,-306529],[-619417,-305635],[-618890,-304543],[-620114,-305307],[-619745,-306554],[-618064,-304313],[-619341,-306765],[-619344,-306621],[-619775,-306073],[-616762,-299183],[-615381,-299608],[-615767,-298304],[-615589,-300240],[-619734,-294782],[-619475,-295265],[-615495,-298376],[-615719,-299369],[-614429,-295281],[-614775,-295397],[-616153,-295217],[-615807,-295735],[-627166,-299410],[-624852,-299388],[-626836,-295136],[-621700,-295652],[-621163,-295320],[-620470,-294267],[-620316,-294218],[-619693,-295194],[-620481,-295475],[-625704,-319003],[-624109,-319585],[-625336,-319140],[-625800,-319367],[-625770,-318390],[-625587,-318324],[-625063,-318544],[-624182,-319471],[-622435,-311935],[-625370,-314939],[-625703,-315027],[-624423,-314061],[-624675,-314582],[-625971,-313860],[-626355,-314110],[-625412,-313528],[-624835,-315069],[-624899,-314721],[-622277,-310081],[-622793,-311097],[-622778,-311988],[-622674,-311734],[-622208,-311482],[-622723,-309570],[-620670,-310883],[-621104,-310260],[-622536,-311995],[-622329,-320692],[-621337,-321306],[-620934,-322789],[-624604,-320463],[-625493,-320551],[-622580,-321927],[-619543,-332491],[-622991,-321225],[-621947,-322864],[-622694,-322494],[-621398,-321366],[-622140,-322968],[-622039,-321471],[-619282,-332661],[-616164,1734454],[-614561,1736046],[-614481,1739439],[-615018,1734340],[-616411,1737326],[-615264,1736055],[-618157,1734779],[-621293,1735468],[-621939,1733380],[-616338,1735521],[-620591,1737697],[-617546,1734629],[-617372,1736774],[-619792,1733046],[-621026,1736505],[-622776,1735363],[-625679,1753119],[-626748,1753696],[-627029,1752464],[-624651,1753780],[-626696,1753386],[-625851,1753393],[-624314,1744085],[-626195,1746205],[-626809,1749102],[-625754,1748357],[-624482,1744268],[-623963,1747360],[-622066,1751672],[-623401,1752044],[-623799,1749065],[-622233,1750927],[-626241,1752018],[-616763,1753648],[-615527,1744051],[-616043,1748254],[-614772,1747942],[-615218,1749354],[-614873,1746799],[-626980,1754443],[-626437,1757782],[-624649,1756701],[-625384,1756213],[-623950,1755596],[-624216,1755923],[-621958,1765364],[-623686,1763860],[-624280,1758645],[-625797,1760497],[-624047,1762290],[-626423,1760807],[-616661,1758988],[-615085,1759128],[-616178,1756704],[-615712,1765136],[-620540,1761464],[-619928,1762094],[-619969,1762590],[-616029,1760999],[-616273,1760523],[-619841,1765956],[-615052,1764141],[-617524,1764207],[-614495,1761723],[-620168,1779337],[-625383,1771142],[-625656,1769485],[-626530,1767225],[-620106,1771561],[-623641,1773100],[-619654,1771539],[-624278,1771689],[-623426,1772778],[-624291,1769472],[-620391,1771656],[-622220,1770320],[-621391,1769043],[-620855,1770167],[-621980,1767189],[-623866,1769407],[-625041,1767188],[-624900,1768934],[-618304,1777268],[-617544,1779256],[-618164,1777383],[-617784,1779012],[-616471,1778559],[-617789,1779214],[-617115,1778978],[-617245,1777444],[-616696,1777382],[-616188,1778865],[-616373,1777230],[-616616,1777677],[-616835,1778512],[-618061,1777964],[-617985,1778747],[-616834,1779357],[-617345,1777303],[-616150,1779119],[-616007,1779132],[-618276,1777952],[-626775,1773726],[-626248,1774016],[-625651,1772581],[-626963,1774037],[-626785,1773088],[-626715,1774516],[-626281,1772590],[-626348,1774615],[-627070,1773650],[-626055,1774128],[-625613,1774148],[-626028,1772788],[-625319,1772226],[-626186,1774039],[-614962,82544],[-614861,84256],[-615154,84188],[-614563,83992],[-627165,93510],[-626062,91611],[-626107,93173],[-626098,93833],[-627069,93281],[-626365,92714],[-626490,91618],[-624804,93605],[-626324,91744],[-51048,133247],[-50075,134194],[-49961,133005],[-50770,135008],[-50291,133404],[-49074,133854],[-39761,153674],[-39629,153994],[-38607,153549],[-40100,153631],[-39744,151833],[-40326,153008],[-38981,152484],[-39560,152679],[-40275,153380],[-40373,152440],[-40968,152132],[-38751,153675],[-38695,153371],[-38941,152438],[-38916,151372],[-40316,152153],[-38932,153107],[-41991,151978],[-41831,152572],[-40148,153137],[-41310,153378],[-40306,153504],[-41014,152987],[-40115,153163],[-40374,152595],[-41329,153077],[-45691,152540],[-46860,152913],[-46879,153329],[-46194,153232],[-47002,153183],[-49496,152890],[-48192,152620],[-48632,153711],[-47831,153365],[-47784,153059],[-47344,152787],[-48456,153576],[-49464,143262],[-49304,143594],[-49475,143119],[-51177,145206],[-50172,145739],[-48652,144843],[-50152,145412],[-49935,145044],[-49094,144804],[-50766,145295],[-50569,144371],[-49868,144528],[-50010,144623],[-49786,144627],[-49864,144065],[-38818,164598],[-48563,166065],[-39526,154324],[-40402,153996],[-38669,153931],[-40213,154218],[-39861,153851],[-46863,153847],[-50132,158755],[-51199,154325],[-50111,163205],[-48709,167983],[-38920,175704],[-48680,167772],[-48699,167444],[-39489,191859],[-39031,185828],[-39407,189347],[-39932,191145],[-39511,190331],[-39111,188701],[-40188,190926],[-38840,188720],[-39653,189924],[-39849,189358],[-44729,201998],[-44005,201094],[-43650,202563],[-45464,201967],[-44442,201628],[-43776,202738],[-46491,201406],[-46629,200689],[-45552,200656],[-46200,202864],[-50667,198816],[-50398,199059],[-46505,202288],[-43559,202204],[-42880,202422],[-46561,201391],[-43187,201183],[-43069,203026],[-46874,200525],[-44273,201904],[-43430,201697],[-43813,200581],[-50761,200030],[-50227,198266],[-50405,199630],[-41274,197577],[-39936,198171],[-40089,197284],[-40984,197493],[-42740,198115],[-38440,197477],[-46630,200835],[-47629,200483],[-48031,200875],[-46358,200409],[-46736,200416],[-46313,200293],[-47571,201099],[-46284,200874],[-48082,200961],[-46526,200537],[-38814,192607],[-38549,198669],[-39222,198285],[-40405,197042],[-38634,198661],[-42354,198386],[-42418,198146],[-44728,201056],[-42788,198239],[-41744,197902],[-42171,200219],[-48033,200004],[-48165,199882],[-49760,199480],[-50437,199729],[-48032,199400],[-49090,199934],[-50249,200787],[-49813,199992],[-49267,200484],[-48490,200045],[-42404,201267],[-42357,201343],[-44296,201958],[-43170,202760],[-42597,202262],[-43534,201112],[-44441,203633],[-44245,203318],[-42655,202287],[-42969,202533],[-39494,287713],[-39962,289640],[-39373,288175],[-38892,287792],[-38681,291409],[-39867,289770],[-40732,289105],[-38713,287856],[-40241,289287],[-40227,287743],[-50191,306795],[-50686,305917],[-50264,306909],[-51145,307836],[-42859,329692],[-41896,330026],[-42313,329841],[-43714,329944],[-42059,329082],[-42181,329678],[-42506,329004],[-43536,329233],[-43686,330992],[-42686,331047],[-42983,328823],[-42491,327669],[-42235,328448],[-43328,328629],[-42850,329206],[-41314,328025],[-41669,329094],[-42276,327597],[-42044,327692],[-41659,327056],[-43097,330985],[-43730,332237],[-41733,331759],[-41932,331835],[-43478,332081],[-42007,331835],[-41905,332539],[-43213,331603],[-43805,331004],[-42709,331106],[-42139,332927],[-40576,331507],[-41762,332346],[-39998,332973],[-41450,325370],[-42427,326900],[-42086,326384],[-41966,327148],[-42969,327442],[-41965,326186],[-40650,327239],[-41266,327262],[-42105,324940],[-43060,325184],[-41108,325109],[-42450,324777],[-42224,324802],[-41003,323934],[-40963,323255],[-40930,323747],[-43248,324991],[-42699,323104],[-42455,323106],[-41122,322925],[-42956,320659],[-43033,321010],[-42714,321097],[-41909,322117],[-41305,320844],[-41005,320822],[-41829,321868],[-40667,322456],[-41624,321197],[-42217,321240],[-40432,333694],[-40984,333145],[-41477,333487],[-40754,333219],[-41354,333190],[-39148,401621],[-39786,402560],[-40144,402587],[-39458,401982],[-40330,402936],[-39000,403081],[-40188,402514],[-40388,403017],[-39892,403121],[-39593,401802],[-40190,398752],[-40711,398653],[-40253,398153],[-39846,397990],[-39403,398178],[-39878,398522],[-40621,397852],[-39996,398385],[-40741,397915],[-39639,398139],[-40707,403928],[-41612,405402],[-39749,404630],[-41523,406352],[-39838,403520],[-38737,405681],[-40937,406393],[-40979,407435],[-40284,406516],[-40248,407241],[-40546,408301],[-40456,406610],[-42009,407437],[-39550,406914],[-41538,408057],[-40866,407991],[-40195,403684],[-42663,400016],[-40080,399754],[-40062,403854],[-42982,400856],[-43179,400195],[-41710,400152],[-40478,402653],[-43686,402604],[-42121,403381],[-38922,409698],[-41731,408451],[-42617,408097],[-41705,409674],[-40725,409360],[-42678,408565],[-40602,408212],[-40895,407866],[-42553,409712],[-41163,408344],[-41505,409102],[-39836,399510],[-40033,400179],[-40303,400768],[-38746,400845],[-39156,400321],[-40568,400009],[-40226,399949],[-39924,400803],[-38775,401275],[-41307,411024],[-41611,411282],[-42005,411492],[-42898,412233],[-42969,410234],[-40865,410426],[-42041,410753],[-42208,412014],[-41835,412139],[-41307,410068],[-42613,412541],[-43574,411341],[-40990,410833],[-40615,412546],[-40006,413053],[-40484,412278],[-40860,411033],[-43521,411906],[-42590,411843],[-42403,411567],[-39259,411549],[-39630,410676],[-39462,412579],[-39535,411877],[-42808,432529],[-39475,428727],[-40003,430367],[-41803,431054],[-40604,431397],[-40119,433208],[-41241,429461],[-40425,428951],[-41202,430384],[-41098,429659],[-40614,430160],[-41421,430469],[-49720,117827],[-48070,119146],[-49938,118284],[-50207,116599],[-44906,115619],[-45871,116238],[-43959,116501],[-45875,115561],[-46813,117829],[-48515,117972],[-45964,116997],[-45705,117113],[-46494,116870],[-47606,118794],[-46671,119901],[-46899,118397],[-48396,119636],[-48195,118877],[-46434,115692],[-45709,116177],[-46210,116098],[-627475,-152907],[-627266,-153043],[-635310,-140771],[-635575,-141651],[-635811,-142040],[-634921,-141874],[-634774,-165740],[-627500,-154183],[-633484,-176456],[-633380,-177335],[-634965,-176608],[-632890,-175396],[-634661,-177616],[-633423,-175725],[-632924,-175929],[-633259,-177537],[-633464,-175472],[-633109,-176751],[-634343,-168904],[-634021,-167563],[-634734,-172023],[-633714,-167248],[-634513,-171880],[-634826,-171938],[-633575,-169618],[-633600,-167643],[-635794,-168434],[-634384,-185307],[-632999,-185783],[-633238,-186502],[-633929,-184812],[-633039,-185524],[-635295,-184844],[-635123,-186934],[-634330,-186584],[-635312,-186377],[-633798,-200846],[-631136,-199460],[-632137,-200124],[-634057,-198486],[-630942,-200748],[-633274,-200227],[-631820,-200680],[-630515,-199043],[-630616,-199113],[-633359,-196903],[-631366,-200339],[-633940,-200267],[-630011,-196458],[-636257,-265443],[-638563,-265545],[-636416,-265645],[-639065,-267096],[-636037,-265624],[-636510,-268479],[-637418,-266412],[-636844,-265355],[-635718,-265757],[-636721,-266785],[-628098,-295726],[-629262,1732772],[-629433,1731865],[-629645,1730814],[-633216,1731011],[-631744,1733446],[-627969,1732785],[-632504,1730881],[-628422,1733482],[-628835,1732426],[-632288,1729740],[-639842,1738475],[-639341,1739359],[-639808,1738547],[-639845,1739597],[-639428,1738884],[-639873,1738782],[-639881,1739789],[-639946,1738937],[-639921,1739073],[-639963,1738570],[-639591,1738820],[-639654,1739820],[-639362,1739862],[-639918,1738345],[-638130,1743341],[-634669,1745761],[-634542,1744129],[-639331,1745108],[-639322,1746763],[-638754,1743367],[-637834,1744355],[-637686,1745886],[-636205,1743849],[-628241,1749216],[-639958,1744904],[-627507,1758842],[-628991,1758773],[-628602,1760030],[-628721,1761359],[-628902,1755666],[-635560,1763722],[-637997,1764452],[-639373,1764413],[-630665,1778178],[-630987,1777552],[-630408,1778540],[-635731,1769639],[-637391,1769345],[-632909,1773174],[-632734,1770929],[-633691,1772263],[-631801,1770746],[-628167,1773681],[-627709,1770363],[-627857,1771971],[-627273,1768422],[-628838,1772647],[-629480,1767541],[-630136,1766701],[-627848,1767441],[-627407,1774616],[-627578,1773494],[-627478,1774418],[-627765,1774208],[-627224,1772331],[-627463,1774565],[-629984,1771339],[-629742,1771855],[-629193,1771722],[-628989,1771699],[-629237,1771218],[-629688,1773229],[-629402,1771820],[-629720,1773557],[-629433,1772802],[-630308,1771226],[-629909,1771921],[-629717,1773391],[-631860,1773664],[-631617,1773035],[-629807,1773011],[-631977,1773443],[-631772,1772850],[-629903,1772336],[-630635,1773665],[-631512,1772839],[-630997,1772042],[-630908,1771363],[-632301,1773347],[-630592,1772219],[-631590,1773654],[-630000,1771323],[-630803,1773416],[-630570,1771825],[-630035,1771284],[-631322,1771872],[-631692,1773131],[-629964,1772520],[-632121,50131],[-629149,48594],[-631768,49630],[-632961,49776],[-631265,48696],[-631102,63512],[-632391,51524],[-631595,51740],[-632492,59608],[-633044,58335],[-631101,57532],[-631968,56729],[-632891,56123],[-629663,57978],[-628568,58278],[-629269,59511],[-629507,60862],[-632001,55000],[-631465,55532],[-631838,53831],[-631194,54677],[-632708,53845],[-632059,56222],[-632044,55848],[-631753,59121],[-631785,55994],[-632081,54457],[-631559,58701],[-633010,55587],[-630158,60653],[-631073,60169],[-632429,54194],[-631582,55680],[-632576,56086],[-636564,56373],[-636090,56263],[-633442,56474],[-635778,57317],[-634587,55639],[-633534,60033],[-633960,56795],[-636435,54978],[-636250,54169],[-634322,55640],[-629312,64957],[-630551,65555],[-628757,67255],[-629499,91600],[-630180,94351],[-630876,91362],[-630133,102278],[-630453,100643],[-632660,101775],[-632277,102360],[-630465,102309],[-632069,101953],[-629845,100343],[-630770,100513],[-631219,101013],[-629425,101080],[-632168,90417],[-629243,91590],[-630832,95009],[-632185,96766],[-631462,96793],[-631824,95390],[-632688,95065],[-632527,95232],[-629917,94943],[-631996,91000],[-630733,96789],[-630970,95227],[-630998,95314],[-631955,96810],[-631822,95167],[-632457,95452],[-630360,96408],[-630480,102208],[-629136,101966],[-630362,101670],[-630438,101699],[-629947,100061],[-628998,99035],[-628932,99740],[-628497,99612],[-628308,99429],[-630103,100768],[-628240,98901],[-629689,98757],[-629776,98446],[-628718,100175],[-630724,97227],[-632701,95990],[-630442,96511],[-632701,95228],[-630753,95276],[-631404,97407],[-631922,97391],[-632654,95464],[-630335,95068],[-627248,92885],[-631207,93029],[-628038,92820],[-631002,90142],[-631257,100864],[-630594,102373],[-631184,100357],[-631216,100149],[-631274,101039],[-631874,101075],[-631399,101628],[-632311,102230],[-629352,100709],[-630145,100278],[-630678,101884],[-631387,103766],[-632026,103805],[-632596,103589],[-632896,103715],[-631476,103200],[-631270,102802],[-629465,102817],[-629710,102758],[-631102,103117],[-632053,107528],[-631950,106465],[-631831,106139],[-630821,105924],[-632070,105347],[-631400,107320],[-631356,105786],[-632437,105967],[-630547,107369],[-630519,106919],[-631552,112880],[-630026,113452],[-630490,114183],[-630118,112156],[-631663,111862],[-630734,113909],[-630852,113447],[-630755,112768],[-631863,113749],[-631866,111878],[-633978,113334],[-632308,112834],[-632708,114292],[-633886,113913],[-633090,112495],[-631829,114330],[-631690,113453],[-632127,114151],[-633263,112622],[-634203,113232],[-639119,113349],[-638484,112946],[-638961,113436],[-637255,113383],[-638843,113755],[-637644,112844],[-638279,113422],[-638686,112927],[-637813,112071],[-637041,111655],[-639426,113818],[-639616,114271],[-638548,113579],[-639161,114919],[-629187,103414],[-633406,103738],[-639229,115417],[-638783,115661],[-638428,115744],[-650298,-142592],[-650887,-142668],[-651082,-142088],[-649658,-142691],[-648862,-144908],[-647690,-145977],[-647885,-145034],[-649028,-145570],[-646926,-225082],[-646781,-225151],[-647529,-223255],[-647298,-223933],[-647571,-223804],[-646865,-223431],[-647831,-225775],[-648086,-225263],[-646597,-224616],[-647885,-224379],[-650415,1580602],[-650381,1581360],[-650799,1580661],[-649954,1585995],[-651867,1582081],[-650895,1586110],[-650628,1586927],[-650930,1586397],[-650079,1586001],[-651186,1586078],[-649973,1586847],[-651506,1586181],[-651006,1587088],[-650925,1587040],[-650919,1584046],[-650786,1582852],[-648506,1587348],[-647960,1586937],[-648107,1586839],[-650150,1585577],[-649841,1586103],[-649264,1585204],[-649005,1586444],[-649933,1585595],[-649880,1585901],[-649289,1586084],[-649242,1586587],[-649101,1585897],[-650106,1585639],[-652670,1581792],[-652776,1582111],[-652613,1582461],[-652574,1582426],[-648979,1588277],[-648816,1588058],[-649446,1588118],[-649389,1587549],[-648840,1587654],[-649263,1587407],[-648705,1587938],[-650237,1587808],[-650244,1589231],[-650026,1589041],[-650024,1587814],[-650033,1588340],[-650330,1587755],[-650569,1588813],[-649183,1587982],[-650725,1588952],[-650232,1588626],[-651747,1663550],[-650219,1663723],[-650831,1666916],[-647284,1668583],[-651855,1668817],[-651912,1672295],[-649348,1668174],[-649446,1673850],[-651286,1672236],[-649097,1675270],[-648439,1675252],[-651751,1676620],[-648344,1681597],[-648461,1681489],[-649231,1685016],[-648081,1681975],[-643112,1686018],[-644171,1686150],[-645723,1686238],[-648139,1682424],[-644451,1681622],[-642168,1683781],[-642369,1681749],[-641579,1681244],[-641495,1684848],[-645257,1681752],[-643582,1680144],[-646831,1681393],[-640632,1680816],[-644711,1680773],[-645550,1687137],[-647551,1688086],[-646609,1689658],[-644611,1688221],[-651724,1697899],[-651356,1697487],[-652353,1697124],[-651526,1696185],[-652008,1697012],[-646445,1691311],[-648151,1692189],[-643673,1691521],[-648069,1692216],[-648717,1690593],[-645484,1690292],[-648501,1691497],[-646568,1692522],[-649924,1691973],[-649238,1693756],[-650375,1694443],[-650400,1694875],[-649833,1693633],[-650484,1693312],[-650162,1692341],[-650158,1696784],[-649395,1717388],[-650321,1717083],[-651773,1716485],[-649563,1716588],[-649860,1717905],[-652757,1715650],[-651430,1726706],[-647507,1726126],[-649689,1727238],[-649382,1724551],[-648887,1725914],[-646924,1724108],[-650961,1725341],[-648150,1722870],[-649666,1720367],[-647660,1723171],[-647643,1720201],[-648322,1720390],[-648521,1720133],[-651386,1719003],[-651505,1721761],[-651517,1728121],[-652120,1726425],[-652419,1724955],[-648420,1723046],[-650911,1724752],[-651001,1724740],[-651448,1724559],[-650353,1724930],[-650317,1725797],[-651252,1724931],[-651323,1724522],[-650637,1725100],[-650331,1725225],[-650947,1724305],[-649446,1727926],[-650160,1727822],[-650269,1727990],[-650804,1727639],[-649409,1727715],[-649664,1728093],[-649992,1727707],[-651458,1725156],[-651163,1725820],[-650947,1724494],[-650130,1725741],[-651562,1724623],[-650789,1724628],[-650241,1725700],[-650956,1725784],[-651534,1724285],[-650232,1724820],[-650751,1727733],[-650725,1728010],[-649374,1727956],[-650694,1728053],[-649697,1727869],[-650407,1727854],[-648942,1729633],[-648544,1728568],[-652120,1731539],[-650112,1729248],[-645407,1739606],[-645021,1740571],[-647165,1739701],[-646819,1740398],[-647313,1738805],[-643420,1739361],[-640626,1738879],[-640280,1739249],[-640238,1739283],[-640624,1739214],[-642277,1740907],[-641653,1740764],[-641724,1740693],[-650886,1728346],[-649613,1728371],[-649447,1728967],[-650815,1728779],[-651144,1729433],[-650618,1730727],[-651183,1730311],[-651492,1730366],[-651777,1730903],[-651398,1730463],[-650806,1729780],[-650758,1730880],[-650435,1730304],[-651718,1730890],[-640619,1739938],[-640593,1738539],[-641258,1740941],[-641006,1740632],[-641676,1740768],[-640921,1740757],[-650872,1729034],[-650723,1728500],[-650427,1728318],[-650890,1729633],[-650923,1729938],[-651911,1729759],[-650395,1729482],[-651157,1730351],[-650754,1730569],[-651902,1730423],[-650458,1730432],[-651469,1729365],[-651165,1729879],[-648538,1741200],[-644877,1743219],[-645472,1742519],[-649791,1742092],[-641093,1747873],[-652150,1741765],[-651786,1744148],[-651011,1743225],[-651363,1745204],[-642235,1741723],[-641375,1741614],[-641890,1741545],[-641877,1741644],[-641684,1741157],[-641611,1741312],[-641506,1741586],[-643125,1742788],[-642814,1743046],[-641931,1743600],[-641911,1743024],[-642934,1743153],[-641835,1743405],[-642390,1742707],[-641789,1742888],[-642892,1742719],[-642959,1743690],[-642582,1743799],[-644009,1743487],[-643742,1743095],[-643500,1743058],[-642645,1743974],[-642707,1743219],[-643331,1743905],[-644052,1743177],[-643183,1743607],[-641004,1744306],[-640801,1744635],[-640105,1745335],[-640959,1744550],[-641133,1745715],[-640694,1745342],[-641481,1745438],[-640294,1744615],[-641295,1744808],[-640750,1744440],[-641390,1741941],[-642371,1742205],[-642103,1742135],[-641766,1741040],[-642419,1742017],[-642401,1742041],[-642142,1743184],[-641715,1743364],[-642322,1743924],[-642695,1743052],[-642013,1743678],[-642137,1742920],[-641850,1742697],[-642840,1743097],[-643167,1742673],[-643632,1743117],[-643207,1743199],[-642824,1743431],[-643199,1743740],[-643491,1743214],[-642555,1744455],[-643473,1744049],[-643928,1744537],[-643549,1743283],[-643887,1743295],[-640267,1744583],[-640868,1745483],[-640241,1745557],[-641499,1745453],[-640525,1745575],[-640994,1744549],[-640339,1745565],[-640413,1745565],[-640309,1745292],[-648103,1764976],[-649031,1765689],[-650164,1762366],[-649720,1762577],[-650703,1762933],[-651006,1764432],[-649749,1760836],[-652794,1760818],[-650018,1763695],[-651459,1763698],[-651967,1763569],[-645893,1760472],[-646403,1759807],[-644508,1761898],[-645556,1762130],[-645092,1762798],[-645493,1761729],[-640218,1756993],[-645883,1760556],[-640970,1760477],[-642926,1758918],[-646373,1757439],[-643554,1756394],[-643087,1756302],[-641067,1757582],[-644042,1756936],[-645821,1756946],[-644849,1754014],[-645750,1757233],[-644769,1754771],[-640801,1755593],[-644500,1753858],[-643128,1776135],[-643544,1775034],[-643464,1772875],[-647585,1770846],[-648862,1770843],[-646366,1768116],[-645746,1767739],[-640919,1769976],[-649000,1766778],[-650600,1767692],[-652542,1776703],[-652353,1777794],[-652473,1777840],[-652717,1776766],[-652240,1776025],[-652513,1777761],[-652074,1777198],[-652316,1775910],[-652028,1777830],[-651893,1778754],[-652002,1777824],[-651465,1777005],[-652432,1776753],[-652326,1776904],[-652465,1777618],[-640460,113805],[-640424,114627],[-643658,113255],[-643374,112980],[-643822,114438],[-642149,113732],[-642346,114985],[-641923,113167],[-642305,112823],[-643578,114727],[-642425,113853],[-642734,115044],[-646190,114439],[-645294,114455],[-645863,114674],[-640606,115883],[-645583,116569],[-645951,115778],[-645928,115980],[-644800,116374],[-645770,116517],[-644882,115484],[-645557,115501],[-664420,-194115],[-663234,-193284],[-663243,-192073],[-662986,-193742],[-662660,-193718],[-663415,-195222],[-663575,-193853],[-663832,-193990],[-663100,-194834],[-665042,-193990],[-664320,-194188],[-664352,-194254],[-656646,-255490],[-665230,-285555],[-655130,1585444],[-655752,1583940],[-654833,1584082],[-654738,1585109],[-654926,1583941],[-654795,1585380],[-654797,1584594],[-654933,1584092],[-655679,1584425],[-655170,1583981],[-654431,1586441],[-654028,1586374],[-655191,1585051],[-653974,1585431],[-654147,1586363],[-654237,1585361],[-654208,1586112],[-654403,1585822],[-654229,1586117],[-654551,1585129],[-652937,1581892],[-653890,1583129],[-653641,1581738],[-653367,1581718],[-653185,1582000],[-653098,1581701],[-653165,1582664],[-662052,1676938],[-661047,1676533],[-662636,1673862],[-661535,1674764],[-660562,1675107],[-661252,1673917],[-662335,1676182],[-661761,1676251],[-661422,1676390],[-661993,1676028],[-662044,1676828],[-653389,1667792],[-654709,1667996],[-654191,1668719],[-653886,1668490],[-655917,1667066],[-654289,1668303],[-655229,1667887],[-657713,1677071],[-657797,1679186],[-656174,1678625],[-656037,1679684],[-657025,1677458],[-662178,1677005],[-660979,1677117],[-657018,1680269],[-656612,1679517],[-655533,1680618],[-655803,1681034],[-655077,1682737],[-654949,1681477],[-653496,1696630],[-653737,1697734],[-653588,1715118],[-665294,1709098],[-660832,1722749],[-663493,1725777],[-663485,1726300],[-664939,1727955],[-663113,1722508],[-662760,1725680],[-661561,1724655],[-653276,1724437],[-653063,1724118],[-652878,1725400],[-653387,1718431],[-659660,1727584],[-659526,1727693],[-659227,1728029],[-661406,1727944],[-660372,1728032],[-658813,1727659],[-659517,1727855],[-659593,1727786],[-659104,1728127],[-654974,1732400],[-654796,1733607],[-654914,1733865],[-653015,1728726],[-653837,1728516],[-654582,1734171],[-654234,1740718],[-654955,1739709],[-656371,1739928],[-662434,1728970],[-661733,1729487],[-662017,1729146],[-663156,1728406],[-662267,1729779],[-662991,1729102],[-660108,1728834],[-661005,1728772],[-661383,1728801],[-661208,1729380],[-660049,1728611],[-660543,1729342],[-660006,1728595],[-660610,1729260],[-663193,1728831],[-660484,1728446],[-660570,1728859],[-661945,1729222],[-659498,1728544],[-662611,1728720],[-659574,1728695],[-662002,1729025],[-662124,1728318],[-662006,1729837],[-661604,1729443],[-661951,1729757],[-661411,1729680],[-661305,1729752],[-661872,1729897],[-661545,1728864],[-659899,1728444],[-660852,1728894],[-660535,1728227],[-662954,1728804],[-661095,1728743],[-661216,1728598],[-660404,1728534],[-660908,1728572],[-660908,1728311],[-659604,1728838],[-659828,1728703],[-658869,1728325],[-659109,1728738],[-659839,1728875],[-659863,1728880],[-658994,1729153],[-661367,1729649],[-662008,1729793],[-661037,1729901],[-661712,1728436],[-661660,1728328],[-660910,1729458],[-661875,1729574],[-661840,1728531],[-662783,1729094],[-662696,1729769],[-661977,1728936],[-662139,1729235],[-662752,1729640],[-661751,1728969],[-662157,1728684],[-662985,1728981],[-662756,1729153],[-664863,1742922],[-661775,1741460],[-662256,1741582],[-655716,1753419],[-656356,1751060],[-655638,1750571],[-657140,1749098],[-657662,1749932],[-653324,1743048],[-654406,1745390],[-655542,1742258],[-657800,1744843],[-655639,1746193],[-659372,1762137],[-653858,1764932],[-658287,1763903],[-657608,1763401],[-658553,1761308],[-655106,1764370],[-655831,1761969],[-656515,1763046],[-654869,1763493],[-660442,1764919],[-657052,1764158],[-656482,1766265],[-659504,1756595],[-653031,1756818],[-654050,1755366],[-659498,1756828],[-655735,1766794],[-658307,1769098],[-658792,1766984],[-657763,1767067],[-662201,1766964],[-657994,1767753],[-665052,1770276],[-664903,1767155],[-662492,1771271],[-662929,1770647],[-664204,1771215],[-653590,1776891],[-653538,1776987],[-653228,1777771],[-654510,1778008],[-653047,1777622],[-654594,1776140],[-654039,1777917],[-653647,1776599],[-655026,1777222],[-655573,1778331],[-655335,1777909],[-654375,1776620],[-655508,1776787],[-653835,1776929],[-655788,1778603],[-654453,1778577],[-654465,1778753],[-653680,1775554],[-652902,1777249],[-654395,1777045],[-654426,1776735],[-654123,1776715],[-653427,1776210],[-654718,1777156],[-652948,1777622],[-654463,1776874],[-653762,1777225],[-653924,1776322],[-652997,1775724],[-653672,1775622],[-653208,1777632],[-652883,1775709],[-653350,1777322],[-653224,1778704],[-652993,1777012],[-662066,1776130],[-660858,1775986],[-661577,1774338],[-662310,1776190],[-662537,1774755],[-661059,1776281],[-661665,1775279],[-660601,1774985],[-660231,1774808],[-662020,1775150],[-668464,-196510],[-669020,-192975],[-667272,-193670],[-668313,-193320],[-669424,-192687],[-668352,-193614],[-667223,-196664],[-667685,-196125],[-668649,-194935],[-668190,-197298],[-666090,-194877],[-666269,-196101],[-666643,-196371],[-669134,-192992],[-669979,-223257],[-668886,-222733],[-669034,-223324],[-670255,-222423],[-668206,-223649],[-668567,-222210],[-669093,-223076],[-668567,-221967],[-670558,-222693],[-669485,-222421],[-667238,-279509],[-667047,-279139],[-668758,-274478],[-668098,-275494],[-667588,-272231],[-665978,1710920],[-665852,1710103],[-666481,1705696],[-667290,1709743],[-666867,1709930],[-667068,1709633],[-667252,1710040],[-666738,1708816],[-666231,1708657],[-666233,1708441],[-666242,1708425],[-666787,1709634],[-665956,1708979],[-666045,1709560],[-666234,1708647],[-665931,1709029],[-666367,1708974],[-666277,1707695],[-665880,1707641],[-667388,1704797],[-667414,1704931],[-667184,1704792],[-667192,1704838],[-673661,1711047],[-673183,1710842],[-675336,1712002],[-673598,1710567],[-667452,1710369],[-668427,1710395],[-670752,1712270],[-669923,1711397],[-668891,1705573],[-667344,1705057],[-669180,1704816],[-668704,1704477],[-667734,1704952],[-668740,1708422],[-676764,1707343],[-674960,1706625],[-676718,1703829],[-678084,1704967],[-675658,1707441],[-675120,1707575],[-676476,1708747],[-676223,1708337],[-676184,1708824],[-676370,1707311],[-676543,1708601],[-676498,1707876],[-675710,1708567],[-676305,1708234],[-668023,1709774],[-668277,1710209],[-667811,1710671],[-667442,1709665],[-667204,1708043],[-668268,1708536],[-667709,1708273],[-667678,1708604],[-667167,1708082],[-667039,1708126],[-667337,1708840],[-667294,1708643],[-667668,1708034],[-666464,1707145],[-667377,1706551],[-666672,1707020],[-667363,1707692],[-667393,1707336],[-666890,1707250],[-666876,1707406],[-667261,1707338],[-667579,1704862],[-667487,1705117],[-667011,1705687],[-668185,1705011],[-666855,1705742],[-667356,1705912],[-669088,1706774],[-667712,1707173],[-667601,1707218],[-667958,1706267],[-668391,1706420],[-668106,1706526],[-668622,1706107],[-668172,1705697],[-668253,1706541],[-668090,1705945],[-673327,1708849],[-673175,1710099],[-673172,1710312],[-672973,1709521],[-673070,1710275],[-673369,1708984],[-673601,1710018],[-667220,1710331],[-666953,1711834],[-667331,1709925],[-667388,1710690],[-671972,1726860],[-675122,1727049],[-675114,1726674],[-673751,1727328],[-677964,1726880],[-672610,1720040],[-675270,1716047],[-669851,1719601],[-665839,1720038],[-671057,1721205],[-670348,1718934],[-669320,1720399],[-669286,1719955],[-668796,1720244],[-670192,1717572],[-666455,1723391],[-665742,1727457],[-666507,1724895],[-666179,1723994],[-666040,1721456],[-676564,1717552],[-676192,1716920],[-676805,1716926],[-676981,1717603],[-676737,1716525],[-676329,1717678],[-675687,1717216],[-676730,1717652],[-675956,1716108],[-676291,1716837],[-675829,1718478],[-675881,1718198],[-674890,1718654],[-674340,1718737],[-675337,1719286],[-674594,1719094],[-675833,1719041],[-674885,1718798],[-675000,1718402],[-675724,1719571],[-676956,1716454],[-677127,1716199],[-676174,1717230],[-676931,1715904],[-676394,1716470],[-676226,1716835],[-675991,1715959],[-677322,1717092],[-677531,1715775],[-676347,1716200],[-675676,1717664],[-674847,1717997],[-675717,1717615],[-674166,1717421],[-675291,1717877],[-675644,1716656],[-675614,1716601],[-675099,1717167],[-675135,1717705],[-674214,1716842],[-671244,1720873],[-672074,1720968],[-671719,1720128],[-671736,1720985],[-671661,1719484],[-672135,1720692],[-671546,1720817],[-671777,1720722],[-672101,1719460],[-671404,1719845],[-670784,1719626],[-670326,1720034],[-670568,1719955],[-671265,1719630],[-671034,1720429],[-670354,1719840],[-670608,1720938],[-669787,1720461],[-670164,1719618],[-670873,1720558],[-676395,1728056],[-676528,1727449],[-675693,1727054],[-671275,1731204],[-671665,1730555],[-671822,1730260],[-676399,1735129],[-676680,1734869],[-678061,1729668],[-677173,1729432],[-668388,1747307],[-668200,1751916],[-666952,1751579],[-665932,1744976],[-665829,1745597],[-667691,1746547],[-677536,1749347],[-668368,1760948],[-672163,1763623],[-672355,1763509],[-671396,1763098],[-667103,1763405],[-667542,1763959],[-667849,1773747],[-690676,1612604],[-690285,1612970],[-690690,1619584],[-690789,1620199],[-690771,1620557],[-690777,1620451],[-690749,1619549],[-690884,1619296],[-691130,1619739],[-688170,1619406],[-687982,1618821],[-689172,1619546],[-688309,1620010],[-689340,1619011],[-688397,1619620],[-688309,1618757],[-689046,1619991],[-688208,1619661],[-688430,1618587],[-689608,1621377],[-689698,1620860],[-689432,1620430],[-690737,1621675],[-690477,1620925],[-690183,1620889],[-689862,1621252],[-689944,1620877],[-689945,1621029],[-689782,1621669],[-691180,1613246],[-690374,1613630],[-690950,1613255],[-690361,1614711],[-690826,1615015],[-690892,1614115],[-690328,1614592],[-690497,1613820],[-690968,1614951],[-690319,1614435],[-689742,1613128],[-690529,1614433],[-690078,1613434],[-690024,1613237],[-689607,1613377],[-689588,1614390],[-689183,1613960],[-689172,1614128],[-690000,1615348],[-690177,1616223],[-690204,1615224],[-689740,1614865],[-690254,1615026],[-690557,1615163],[-689950,1614859],[-690603,1616288],[-690272,1615231],[-690760,1615702],[-688425,1657190],[-689673,1657611],[-689873,1659786],[-685925,1657385],[-690167,1659109],[-687337,1660898],[-689685,1658018],[-689936,1656711],[-690808,1657765],[-691160,1676202],[-690801,1688411],[-688004,1687231],[-689648,1688229],[-690099,1701963],[-686968,1701845],[-684994,1702433],[-690758,1690758],[-689754,1703915],[-683895,1707233],[-684717,1704451],[-685332,1703740],[-689505,1703430],[-690182,1704697],[-680347,1704416],[-679926,1704187],[-678601,1702919],[-680995,1707320],[-680820,1704919],[-679029,1704669],[-684141,1727529],[-681233,1727548],[-682363,1728188],[-689937,1726199],[-690574,1727142],[-686274,1726359],[-688863,1725724],[-690956,1722622],[-690171,1720393],[-690177,1722264],[-691173,1723148],[-689215,1722066],[-689418,1720338],[-691195,1720187],[-690054,1721497],[-689864,1721401],[-685793,1717980],[-685882,1717739],[-685202,1718679],[-685964,1718964],[-686974,1718939],[-685172,1718493],[-678972,1726559],[-678887,1727590],[-678677,1726309],[-689853,1724431],[-691101,1724742],[-690318,1723396],[-689084,1723064],[-688687,1722853],[-690435,1724469],[-690602,1724761],[-690875,1722576],[-689697,1723839],[-690310,1724295],[-689435,1724242],[-690193,1724675],[-690097,1724553],[-689754,1724111],[-690043,1724723],[-690513,1724730],[-689312,1723970],[-690675,1724535],[-690396,1720988],[-689738,1720648],[-690566,1719640],[-690908,1720960],[-690569,1720322],[-690850,1719668],[-690951,1720771],[-690571,1719864],[-690081,1721082],[-690054,1719636],[-688597,1720890],[-688350,1721758],[-688210,1721896],[-688956,1721794],[-689066,1721753],[-687741,1721184],[-687864,1721555],[-687658,1720492],[-689042,1720439],[-689069,1721595],[-684187,1727892],[-683401,1726604],[-684025,1727194],[-683816,1726121],[-683220,1727363],[-683856,1727600],[-684350,1727018],[-684238,1726801],[-683323,1726432],[-683712,1726816],[-683741,1727195],[-688144,1727895],[-687945,1727882],[-688364,1727977],[-688339,1727951],[-688831,1725808],[-689867,1726437],[-689546,1726029],[-690258,1726900],[-688716,1726448],[-690090,1727199],[-689484,1726128],[-689643,1725989],[-689804,1726294],[-690213,1726586],[-688711,1727656],[-689194,1727011],[-688854,1726748],[-688515,1727623],[-688765,1727962],[-689074,1727919],[-688509,1727722],[-688630,1727899],[-689078,1726566],[-688491,1726689],[-686686,1726601],[-687402,1727544],[-686815,1726421],[-686647,1726629],[-687994,1727174],[-686639,1727397],[-687906,1727217],[-688089,1726863],[-687572,1727119],[-687880,1726430],[-690730,1725402],[-682667,1740158],[-682324,1739860],[-683629,1739860],[-682900,1739660],[-684973,1737889],[-680731,1728360],[-683426,1729694],[-682791,1732453],[-680265,1733087],[-680337,1733605],[-682674,1732595],[-682454,1732589],[-681402,1730700],[-688533,1730954],[-688721,1730499],[-687365,1738634],[-688275,1736067],[-686213,1735760],[-688789,1738048],[-686443,1736113],[-686959,1735112],[-688666,1733711],[-686837,1735076],[-685789,1736038],[-688496,1734564],[-688386,1734835],[-688230,1733752],[-688517,1733798],[-687128,1734060],[-687785,1731962],[-678422,1728673],[-679294,1728889],[-683270,1728433],[-683239,1728862],[-684323,1728662],[-684557,1728478],[-684548,1729258],[-683368,1728740],[-683453,1729193],[-683932,1728512],[-683395,1728712],[-688003,1728677],[-688406,1728957],[-687970,1729211],[-688740,1729311],[-688936,1728243],[-688538,1729103],[-687784,1735588],[-687715,1734614],[-687907,1734396],[-687349,1735045],[-687479,1734626],[-687981,1734122],[-688261,1734460],[-687083,1735206],[-688525,1735173],[-687468,1735214],[-684316,1731617],[-684865,1731779],[-684196,1731514],[-684761,1732175],[-684666,1731875],[-684887,1731379],[-685279,1730843],[-683203,1732880],[-685261,1732244],[-683900,1730845],[-684474,1730992],[-684448,1730578],[-684241,1730603],[-684883,1729757],[-683390,1730815],[-684535,1730125],[-684393,1729950],[-684487,1730582],[-683586,1730268],[-684874,1730766],[-682258,1740396],[-683342,1740682],[-682943,1740398],[-679638,1746911],[-679445,1743747],[-680302,1746572],[-678992,1743183],[-679124,1746020],[-679630,1743273],[-679745,1744082],[-682001,1741016],[-682542,1741096],[-689552,1741238],[-689097,1741490],[-690333,1742324],[-689488,1742042],[-689679,1741403],[-690055,1741882],[-690198,1742070],[-689715,1741222],[-689926,1742139],[-689380,1742836],[-689753,1742424],[-690109,1742488],[-689430,1743357],[-688926,1742801],[-688410,1742910],[-688224,1743119],[-688648,1742883],[-689304,1743053],[-688181,1743496],[-689583,1743129],[-688806,1743407],[-688727,1743857],[-687882,1744497],[-687821,1744872],[-688464,1744984],[-687365,1745629],[-687620,1745311],[-687589,1744422],[-687547,1745304],[-687832,1745137],[-688143,1744250],[-687471,1745397],[-697409,1612413],[-697435,1612219],[-697148,1611773],[-696725,1612771],[-697281,1612300],[-696799,1611821],[-698037,1612384],[-696767,1612737],[-695656,1612060],[-695665,1612284],[-695880,1612340],[-696353,1612525],[-696392,1612573],[-695170,1612387],[-695589,1612947],[-696248,1612687],[-696139,1611671],[-696149,1612129],[-697838,1610599],[-697856,1611385],[-698805,1610302],[-698493,1609982],[-697676,1610350],[-697730,1611512],[-697587,1611375],[-698137,1610127],[-697797,1611052],[-697746,1610245],[-693342,1609753],[-693045,1610086],[-693707,1609736],[-691584,1612203],[-691911,1612960],[-696517,1613310],[-697004,1613295],[-697506,1613521],[-696513,1613536],[-696378,1613404],[-696199,1613439],[-696046,1614512],[-697443,1614167],[-696927,1613807],[-697406,1614365],[-696346,1614720],[-697385,1613705],[-692461,1618120],[-693046,1618972],[-692844,1618970],[-691964,1618199],[-693257,1617612],[-693047,1618997],[-692343,1617846],[-693270,1618692],[-692869,1618755],[-692263,1618668],[-692685,1620662],[-692857,1620628],[-692657,1620277],[-691908,1619604],[-691696,1620667],[-692606,1619795],[-692252,1620475],[-692285,1619927],[-692657,1620907],[-692804,1620072],[-691680,1619194],[-691786,1620010],[-691657,1619369],[-695312,1618242],[-695658,1617494],[-694595,1617577],[-694758,1618735],[-694739,1618234],[-695804,1617903],[-695808,1617718],[-695525,1618870],[-695446,1618689],[-694496,1618443],[-693621,1618935],[-694561,1618374],[-693921,1618487],[-694948,1618724],[-694997,1617504],[-695064,1617445],[-694020,1617613],[-695012,1618501],[-694382,1618175],[-694976,1618536],[-694541,1616585],[-694605,1617009],[-693852,1616523],[-693861,1617449],[-694392,1616970],[-693638,1616142],[-694875,1616557],[-694300,1616233],[-694854,1617217],[-695203,1616424],[-691607,1613356],[-691416,1613305],[-691639,1613331],[-691563,1613485],[-691463,1613953],[-691585,1615348],[-691454,1615359],[-691300,1614328],[-694086,1662205],[-692345,1662109],[-692705,1662483],[-692202,1661737],[-693467,1662752],[-692283,1660770],[-701230,1675045],[-695732,1669265],[-695390,1671739],[-695207,1671213],[-696558,1670671],[-699958,1667648],[-696938,1670074],[-695964,1671104],[-695326,1670483],[-698816,1669140],[-694917,1667400],[-691870,1666379],[-691223,1666035],[-695990,1664932],[-697069,1664826],[-696291,1664574],[-696122,1665531],[-695731,1665494],[-702103,1687034],[-701718,1689489],[-703094,1689581],[-702840,1688343],[-703021,1688588],[-701970,1687405],[-702649,1688304],[-701107,1684104],[-703409,1688583],[-702918,1688602],[-702342,1687286],[-702531,1687418],[-703338,1688329],[-702655,1689794],[-702611,1689245],[-701977,1689487],[-700994,1684158],[-703121,1689631],[-702865,1688330],[-701647,1689526],[-702104,1687526],[-701992,1689784],[-702101,1687594],[-700869,1683398],[-703164,1687399],[-702365,1687490],[-701993,1689475],[-702395,1687068],[-702957,1687568],[-700763,1683936],[-703319,1687652],[-703369,1688066],[-703342,1687168],[-701210,1684065],[-701529,1688970],[-702591,1689354],[-701766,1689022],[-700509,1688756],[-701417,1689211],[-702824,1685814],[-697962,1683971],[-701543,1685693],[-702938,1685598],[-691468,1688852],[-691909,1687705],[-691570,1688596],[-695633,1684908],[-695440,1685173],[-692487,1684184],[-691458,1685118],[-700044,1692800],[-700183,1690062],[-702438,1692288],[-702604,1690522],[-703686,1699793],[-693253,1702173],[-695916,1701295],[-701109,1691644],[-701182,1690663],[-700948,1690724],[-701370,1690633],[-701525,1690647],[-701693,1690915],[-701909,1691104],[-701454,1690572],[-702230,1691134],[-702432,1689877],[-702720,1690715],[-701672,1690319],[-702086,1690357],[-702506,1690421],[-701043,1691633],[-701445,1690764],[-702474,1691288],[-702427,1691214],[-701465,1690407],[-701126,1690546],[-701211,1690916],[-700982,1691020],[-702812,1690510],[-703055,1690511],[-702086,1690726],[-702954,1690523],[-702852,1690656],[-702177,1690322],[-697413,1705180],[-697003,1702859],[-696781,1705465],[-694275,1705016],[-696603,1704887],[-697559,1704577],[-698738,1708353],[-696924,1706604],[-698154,1709720],[-696980,1707172],[-699074,1708683],[-698919,1707577],[-697491,1709619],[-701092,1705698],[-703213,1702977],[-696659,1706312],[-696975,1706345],[-702014,1712605],[-701459,1713049],[-701794,1713358],[-701687,1712635],[-702029,1713305],[-702801,1713539],[-702388,1713114],[-702195,1713192],[-702311,1713539],[-701452,1712821],[-702866,1713113],[-702566,1712648],[-702014,1713269],[-701607,1712790],[-701967,1713797],[-701585,1713445],[-701957,1712776],[-701892,1713744],[-702013,1712469],[-702970,1713671],[-694569,1722247],[-698186,1720694],[-698251,1720338],[-698136,1720749],[-697546,1720752],[-698262,1720129],[-694712,1722795],[-694359,1723854],[-691216,1722480],[-691231,1724878],[-698494,1718352],[-698381,1719599],[-700302,1719716],[-700202,1719931],[-700094,1720030],[-700629,1719414],[-700285,1718952],[-700272,1719241],[-699793,1718995],[-700430,1719459],[-699652,1718731],[-699617,1719777],[-698200,1719758],[-697999,1719355],[-698047,1719468],[-698576,1719931],[-695737,1725857],[-695839,1726087],[-696477,1725578],[-695487,1725447],[-695602,1726096],[-696812,1724921],[-695964,1725516],[-695602,1725462],[-696257,1725135],[-696383,1724765],[-696252,1724844],[-695611,1724694],[-695818,1724096],[-695774,1724608],[-696095,1723290],[-696287,1724051],[-694932,1724672],[-695772,1724131],[-695165,1723754],[-695564,1723840],[-694864,1723404],[-695827,1724332],[-695148,1723143],[-694467,1723575],[-695541,1723909],[-713641,1649953],[-713094,1650289],[-714050,1650437],[-712574,1650336],[-713701,1649811],[-712628,1650417],[-713636,1649796],[-711478,1649440],[-712855,1650544],[-714365,1645668],[-714746,1645784],[-714891,1645906],[-715335,1646113],[-714150,1644783],[-714067,1644861],[-715062,1645849],[-714072,1645544],[-714109,1645836],[-714529,1644913],[-715951,1647206],[-715309,1645912],[-714848,1645824],[-714412,1646110],[-713878,1645858],[-708578,1659205],[-707784,1660565],[-708297,1659887],[-708669,1659807],[-709108,1660444],[-708810,1659643],[-708993,1661080],[-709100,1660545],[-709164,1660904],[-708130,1661082],[-707509,1659156],[-707620,1659772],[-706787,1661097],[-707729,1660984],[-707890,1661133],[-707869,1661034],[-708662,1661672],[-713275,1651627],[-715265,1666043],[-716538,1666541],[-716679,1666217],[-716376,1665867],[-716236,1665862],[-716308,1666936],[-715466,1666562],[-716367,1667414],[-716200,1665938],[-715223,1666636],[-713321,1665054],[-712964,1665113],[-712376,1665340],[-709399,1677250],[-704777,1692065],[-704689,1699698],[-705311,1700351],[-705468,1700735],[-704883,1702840],[-705272,1702955],[-729373,1471590],[-728560,1471498],[-729347,1471838],[-729309,1471016],[-728355,1470951],[-728880,1470585],[-728857,1471636],[-728100,1471301],[-728744,1470564],[-727611,1689633],[-729485,1688517],[-727273,1685399],[-728363,1688858],[-728932,1688983],[-727752,1685164],[-729184,1693568],[-727012,1694716],[-729322,1694751],[-729241,1693233],[-726012,1690683],[-719389,1699304],[-718854,1699477],[-721066,1697155],[-721618,1697568],[-721708,1696879],[-721744,1697870],[-720529,1697737],[-720891,1697972],[-718691,1698560],[-718826,1698948],[-719787,1698601],[-719918,1699109],[-718767,1698087],[-718805,1698689],[-719672,1698908],[-719662,1698252],[-721246,1698733],[-721037,1699072],[-720815,1699421],[-720881,1698979],[-721114,1698017],[-721785,1698374],[-721056,1698689],[-721631,1698554],[-720846,1698302],[-721054,1698780],[-732184,1457601],[-732470,1458018],[-732054,1458323],[-731728,1457514],[-732201,1457351],[-732732,1458445],[-732842,1458731],[-732581,1457710],[-731972,1459124],[-733957,1457583],[-734932,1456958],[-735154,1457075],[-733883,1457779],[-734907,1456881],[-734041,1457009],[-734405,1456850],[-734304,1456267],[-733613,1457205],[-734395,1457546],[-734993,1459079],[-734141,1458978],[-735116,1459063],[-735771,1455871],[-735102,1455733],[-736500,1454864],[-735053,1456147],[-735253,1455919],[-736430,1455143],[-735543,1456078],[-735848,1456300],[-735453,1455083],[-736494,1455933],[-738231,1456226],[-737523,1455802],[-738036,1456700],[-737126,1457153],[-737541,1456266],[-738297,1456092],[-738157,1456462],[-737203,1456352],[-736792,1456270],[-737159,1457189],[-737342,1453773],[-736396,1453320],[-736615,1452976],[-736847,1453537],[-736419,1453380],[-737067,1452992],[-737255,1453072],[-737718,1452428],[-738024,1451637],[-738426,1452117],[-738497,1451844],[-738239,1451856],[-738579,1451998],[-738111,1451540],[-738181,1451716],[-738564,1451258],[-738049,1451761],[-738224,1451804],[-740035,1452868],[-740059,1452242],[-739285,1453313],[-739488,1452403],[-740245,1452414],[-739853,1453119],[-739520,1452081],[-740003,1452669],[-740608,1453268],[-739860,1453116],[-729630,1471236],[-729937,1470206],[-730220,1470114],[-730330,1470306],[-730162,1470342],[-730415,1470306],[-730262,1469910],[-730027,1470428],[-734707,1460335],[-734386,1459782],[-734033,1459748],[-733769,1460043],[-734905,1459514],[-734317,1459804],[-734192,1460331],[-733580,1461226],[-733064,1462225],[-733561,1462275],[-733811,1462034],[-732797,1462051],[-733532,1461845],[-732447,1461860],[-732459,1461388],[-732997,1461937],[-733601,1461822],[-742142,1668172],[-740607,1667593],[-741283,1667782],[-742292,1667695],[-742334,1667734],[-741212,1669190],[-742250,1668997],[-739990,1669425],[-741158,1669846],[-742160,1668647],[-738950,1670623],[-737299,1670873],[-739078,1670990],[-739764,1668801],[-738106,1670817],[-738005,1668651],[-739431,1669152],[-738315,1668861],[-736704,1670506],[-737630,1670239],[-736891,1670631],[-737200,1669533],[-736070,1668352],[-738342,1669008],[-736218,1669617],[-736646,1669077],[-738268,1669079],[-741973,1676918],[-742103,1676730],[-741315,1675525],[-742119,1675725],[-742143,1676816],[-742051,1674109],[-742084,1673274],[-741781,1672258],[-742320,1672574],[-741559,1673474],[-741439,1672351],[-742272,1673979],[-741922,1673365],[-734441,1675207],[-734720,1676182],[-733177,1675163],[-733460,1675478],[-733795,1675616],[-733460,1675242],[-732895,1674671],[-734446,1675446],[-733422,1675132],[-733711,1675299],[-732971,1676886],[-733420,1673790],[-732909,1672903],[-733655,1674545],[-732637,1672515],[-732504,1673824],[-731759,1674456],[-733945,1674342],[-733461,1673740],[-733884,1674572],[-733092,1672177],[-733243,1677479],[-739358,1686763],[-739791,1685381],[-738407,1685358],[-741895,1685397],[-740033,1686213],[-732161,1677478],[-741147,1677395],[-741091,1689412],[-742127,1677030],[-741289,1685298],[-729810,1694012],[-730060,1694872],[-730166,1697589],[-731089,1696525],[-730481,1695998],[-730398,1696655],[-735825,1700896],[-733551,1696097],[-736115,1701541],[-739792,1698011],[-733644,1700075],[-736838,1700137],[-736106,1700074],[-741589,1694908],[-738653,1692626],[-741622,1693107],[-739042,1691079],[-741621,1692427],[-741949,1692770],[-738411,1689843],[-733656,1698086],[-733712,1699075],[-734304,1699396],[-733634,1698690],[-734398,1699796],[-734145,1699388],[-733861,1698670],[-734805,1699689],[-735757,1698428],[-735238,1698419],[-735480,1698704],[-735566,1699155],[-735138,1699218],[-735287,1698487],[-734325,1699008],[-734751,1699476],[-735163,1699537],[-737340,1697987],[-736560,1698662],[-736311,1698009],[-737018,1699251],[-736264,1698728],[-736949,1698411],[-736487,1698577],[-736453,1698545],[-736962,1698030],[-735885,1698613],[-733550,1698318],[-734220,1696736],[-734244,1697661],[-734175,1697718],[-732530,1697359],[-733290,1697187],[-733391,1697424],[-733163,1697090],[-733672,1696830],[-733560,1697573],[-733882,1697975],[-733735,1696710],[-732697,1698028],[-733225,1697542],[-755193,1645935],[-755050,1647467],[-755061,1648687],[-747296,1663092],[-746727,1658566],[-745776,1663111],[-746693,1658488],[-746823,1659588],[-747202,1661784],[-749218,1660082],[-748905,1658025],[-748027,1657709],[-745088,1658945],[-753807,1655234],[-742749,1675866],[-742752,1675745],[-742740,1674262],[-743984,1675109],[-743688,1675133],[-742714,1674256],[-744301,1675244],[-743981,1674594],[-743688,1674881],[-743431,1675299],[-742764,1673985],[-742605,1673770],[-742756,1673857],[-752043,1671931],[-752829,1671958],[-743140,1685885],[-754497,1682415],[-752557,1682078],[-750221,1683111],[-749108,1684103],[-754517,1680861],[-754995,1702344],[-754318,1702018],[-753720,1701887],[-745627,1701113],[-745708,1693403],[-746748,1698905],[-742834,1700266],[-744333,1699996],[-746210,1699304],[-742569,1691152],[-743896,1689982],[-51548,137812],[-52081,138606],[-52943,138895],[-58595,139246],[-57781,138674],[-57327,138416],[-57572,138742],[-58385,151019],[-56820,150808],[-57058,150392],[-56325,150338],[-56130,151315],[-56448,147486],[-56625,150799],[-56865,149066],[-58767,147208],[-56314,151235],[-55305,149535],[-55536,149622],[-55934,149487],[-56062,149384],[-54182,148201],[-57276,148047],[-56677,149244],[-51258,147981],[-52485,148223],[-52531,148394],[-52933,149677],[-55262,148687],[-57041,149788],[-54855,149073],[-56739,147398],[-55512,148805],[-55603,148508],[-56000,148262],[-57461,147963],[-55355,148337],[-54355,150545],[-56900,148553],[-51953,143544],[-51434,144124],[-51665,145347],[-51803,144148],[-52249,145197],[-53883,144824],[-52735,145511],[-53370,144497],[-53475,144712],[-52889,144539],[-54762,147704],[-54929,148294],[-54316,148310],[-54228,148677],[-51565,153891],[-51465,154901],[-52278,173040],[-58278,171666],[-57137,170556],[-57863,167914],[-55785,189701],[-57548,189841],[-55069,188036],[-55649,188029],[-54364,188552],[-56567,190709],[-55316,188190],[-58730,190160],[-55740,190111],[-52336,190021],[-57234,187393],[-58716,192129],[-53727,189352],[-55074,187594],[-57415,186032],[-56614,190943],[-56701,188580],[-55916,189583],[-51710,199633],[-52273,198712],[-52891,197659],[-52545,200206],[-51859,199104],[-52232,197701],[-52223,198342],[-58722,192563],[-52819,198067],[-53016,200168],[-52473,199387],[-51548,199633],[-52691,200158],[-51914,200085],[-57596,192432],[-51574,196318],[-52321,197061],[-61854,252045],[-62341,250476],[-61743,251616],[-63612,250694],[-62612,250359],[-62857,252407],[-63703,250746],[-63335,253072],[-51786,307377],[-51418,307240],[-51882,307013],[-52132,306330],[-53925,306379],[-55885,305671],[-51852,307990],[-51669,308056],[-53874,307507],[-53227,308562],[-53793,309133],[-53770,308721],[-52087,308667],[-52834,307874],[-52716,309271],[-52380,308586],[-53711,307930],[-53911,308579],[-53859,310845],[-54576,431717],[-56453,432753],[-56305,432098],[-55304,429191],[-54709,431290],[-55786,429106],[-54453,429588],[-54559,430277],[-55987,431502],[-54642,431343],[-54883,429537],[-56122,431998],[-54300,431612],[-56250,431032],[-55466,430548],[-56017,431233],[-54267,429999],[-54616,430218],[-54151,431639],[-767190,1458316],[-767444,1458671],[-767633,1459429],[-767677,1459556],[-764647,1598791],[-767342,1595542],[-767856,1599635],[-766272,1596590],[-767862,1597051],[-766593,1598637],[-766597,1596089],[-766481,1596737],[-767182,1600122],[-767533,1598144],[-767283,1599632],[-765385,1599037],[-766630,1596958],[-767797,1596365],[-766894,1599377],[-767518,1603049],[-767386,1603427],[-767610,1602765],[-767756,1601133],[-767494,1600884],[-766829,1603441],[-765559,1601089],[-765836,1600580],[-767764,1601628],[-765773,1600749],[-759920,1634562],[-757553,1634653],[-759577,1634373],[-758715,1635911],[-759783,1635607],[-758949,1636109],[-759798,1634870],[-760374,1636157],[-759971,1635327],[-760157,1636142],[-759989,1636770],[-759167,1634860],[-757581,1635057],[-757403,1635741],[-758425,1635259],[-759873,1636091],[-758049,1637348],[-760571,1638044],[-767062,1631802],[-767440,1629591],[-760851,1637716],[-767290,1629789],[-764000,1637035],[-763045,1631100],[-761980,1630274],[-762101,1631820],[-763791,1631315],[-762372,1631644],[-762757,1632100],[-762334,1630715],[-761914,1630396],[-762917,1632084],[-761692,1631521],[-762736,1633859],[-762365,1632930],[-761689,1633235],[-763201,1634196],[-761614,1632915],[-762407,1633922],[-761656,1634869],[-761256,1633241],[-763524,1633376],[-762493,1633306],[-756468,1637108],[-757296,1636883],[-757502,1635939],[-757679,1635688],[-755785,1636078],[-757489,1635701],[-756381,1636605],[-756047,1635734],[-756378,1637164],[-756938,1637897],[-758433,1637540],[-758304,1637486],[-759049,1636468],[-758761,1637185],[-759577,1637119],[-759418,1636290],[-758379,1637246],[-758367,1637095],[-767159,1629052],[-764840,1635212],[-765048,1637263],[-765029,1636310],[-765367,1634599],[-767633,1635718],[-766595,1634040],[-764310,1637438],[-764853,1634850],[-763688,1637686],[-764008,1635360],[-756035,1645242],[-756793,1645693],[-756223,1646474],[-757011,1646319],[-756542,1646765],[-757390,1645731],[-755206,1646679],[-756097,1645894],[-756821,1649891],[-755306,1650346],[-755632,1649196],[-756860,1648584],[-755697,1648698],[-755243,1650103],[-755727,1649967],[-757994,1650448],[-757208,1651311],[-756589,1651359],[-762609,1650605],[-763549,1651328],[-763327,1650914],[-762549,1650338],[-763564,1650332],[-763623,1650193],[-762924,1650020],[-761268,1648347],[-762397,1649276],[-761693,1648132],[-762764,1647912],[-761863,1647993],[-763289,1648018],[-762904,1648514],[-763743,1649121],[-763557,1646180],[-763434,1647134],[-761970,1646833],[-761619,1645705],[-761818,1646412],[-763917,1646828],[-762329,1646119],[-763970,1646621],[-759454,1641621],[-758911,1641130],[-763073,1638632],[-767284,1643323],[-762059,1644086],[-763796,1645258],[-766139,1639085],[-766585,1640095],[-766975,1639462],[-766502,1640112],[-763245,1640084],[-765881,1639429],[-765509,1642432],[-764978,1641855],[-763721,1642358],[-763146,1640655],[-764008,1640928],[-762266,1641108],[-765395,1639618],[-763108,1640273],[-758726,1641913],[-759671,1643323],[-756238,1641153],[-755926,1643280],[-759666,1643264],[-757286,1643980],[-759795,1641310],[-758881,1644241],[-759159,1641846],[-757450,1643795],[-767197,1652990],[-756194,1657786],[-755664,1651788],[-763451,1652355],[-757694,1651529],[-756300,1651875],[-758512,1655095],[-755796,1652212],[-757065,1651684],[-760194,1658990],[-757857,1651616],[-757752,1654659],[-761584,1652036],[-760028,1659732],[-762626,1652250],[-758940,1655549],[-756673,1651960],[-758682,1655106],[-758873,1656125],[-758032,1654959],[-759739,1658981],[-759832,1655138],[-760265,1657716],[-757252,1655404],[-760830,1656330],[-759119,1654811],[-761039,1655431],[-760983,1654609],[-756836,1655184],[-758625,1655029],[-759733,1657277],[-757311,1657324],[-758597,1655622],[-759839,1655603],[-761282,1654472],[-760244,1654667],[-756825,1657186],[-761155,1655105],[-760813,1655313],[-757509,1658138],[-756906,1656033],[-759439,1654922],[-760343,1654149],[-758267,1658176],[-757304,1656081],[-759137,1656202],[-759717,1658054],[-759636,1657626],[-760309,1658308],[-758147,1655474],[-757116,1657475],[-759167,1671545],[-757185,1675368],[-762914,1668914],[-758086,1666132],[-761558,1666684],[-762683,1667653],[-757526,1665087],[-762939,1667562],[-762759,1669492],[-760351,1671254],[-761127,1666936],[-758422,1666052],[-757487,1666091],[-759388,1671229],[-755851,1685993],[-755575,1685252],[-755842,1686425],[-755839,1687124],[-759947,1682062],[-760030,1682252],[-759030,1681618],[-759375,1682143],[-758176,1684339],[-758123,1684138],[-758287,1684395],[-759696,1682889],[-760408,1682698],[-759876,1682927],[-759910,1683502],[-760416,1683782],[-760122,1683264],[-767863,1695042],[-763414,1698453],[-763172,1697524],[-767919,1702512],[-767126,1702430],[-765445,1702470],[-767069,1699127],[-764706,1698634],[-767514,1697522],[-766815,1698936],[-766322,1697974],[-766550,1700295],[-760704,1700741],[-760734,1700620],[-760727,1702059],[-762263,1698759],[-760263,1702225],[-760803,1700535],[-761103,1700253],[-762835,1698878],[-764418,1701650],[-763717,1701268],[-763059,1700908],[-763349,1701507],[-764360,1701724],[-761902,1701421],[-763427,1701885],[-764243,1702458],[-763022,1702226],[-761468,1702497],[-763004,1702416],[-762802,1702187],[-767911,1696220],[-767830,1694839],[-767880,1695796],[-761773,1698371],[-755692,1696731],[-756385,1698368],[-758687,1697614],[-757569,1701638],[-756676,1701693],[-755845,1701649],[-761439,1698904],[-762321,1697343],[-759451,1701319],[-758297,1700147],[-758369,1702136],[-759541,1698528],[-759343,1699649],[-761404,1699634],[-759565,1699078],[-760717,1700062],[-760731,1699175],[-759532,1698345],[-758902,1699706],[-761049,1698290],[-762266,1697298],[-761382,1698157],[-761632,1697109],[-762608,1697450],[-760780,1697982],[-762442,1697732],[-760963,1696951],[-761565,1697720],[-762501,1697164],[-761877,1697853],[-765504,1704974],[-764567,1705173],[-765896,1706914],[-764807,1703306],[-764682,1703116],[-764345,1703388],[-761024,1703608],[-761776,1703227],[-762429,1702638],[-762778,1702603],[-761006,1703358],[-761836,1703074],[-762888,1703580],[-757465,1702723],[-774484,1404192],[-774698,1404368],[-774820,1403495],[-774881,1403372],[-774883,1404338],[-774522,1403126],[-774384,1404260],[-774287,1403133],[-775022,1404187],[-774294,1403782],[-776292,1402891],[-775646,1402603],[-776801,1402319],[-776440,1402336],[-776595,1403061],[-775702,1402964],[-775362,1402567],[-775814,1403378],[-775907,1402915],[-775683,1402283],[-777721,1404857],[-777982,1403543],[-778564,1403375],[-779007,1404775],[-778713,1403605],[-778101,1404138],[-777954,1403626],[-778783,1404512],[-779092,1404111],[-777995,1403947],[-780137,1404979],[-779984,1405580],[-779348,1404607],[-779509,1405528],[-779741,1405737],[-780083,1404851],[-780264,1404725],[-779550,1404692],[-779786,1405637],[-780326,1404615],[-780035,1403438],[-779730,1397918],[-779909,1398273],[-780572,1397620],[-780698,1398285],[-780719,1397944],[-779985,1397852],[-780579,1398467],[-780166,1398769],[-780779,1398955],[-780323,1398948],[-780297,1399347],[-780597,1399071],[-780354,1398637],[-780272,1398699],[-768670,1458495],[-768022,1458879],[-768645,1459256],[-768069,1458110],[-768695,1458466],[-768134,1458273],[-768545,1458042],[-769060,1457400],[-770043,1458563],[-769981,1457969],[-768508,1458441],[-768657,1457120],[-769827,1458433],[-769850,1457938],[-769031,1458613],[-769391,1457965],[-769907,1459392],[-769243,1459222],[-769673,1459198],[-771342,1457382],[-770676,1457770],[-770920,1456912],[-771196,1457470],[-770260,1457819],[-771165,1457585],[-770714,1458138],[-770685,1458240],[-770584,1458177],[-770189,1457795],[-776771,1451154],[-776622,1451540],[-777125,1452470],[-776574,1451139],[-776698,1451926],[-776634,1451932],[-776805,1452251],[-775829,1452212],[-775685,1451493],[-776251,1452113],[-773417,1453342],[-773425,1453122],[-774048,1453300],[-774767,1452963],[-773888,1454445],[-773814,1453256],[-773955,1454047],[-774823,1453314],[-774253,1454492],[-774240,1453926],[-776093,1454154],[-776185,1453856],[-775099,1453517],[-776339,1453425],[-776335,1453573],[-776467,1453385],[-775132,1454141],[-775412,1453076],[-775218,1452838],[-776121,1453093],[-779270,1453551],[-778547,1453426],[-778659,1452835],[-778288,1453737],[-778575,1453243],[-778103,1453830],[-778991,1453434],[-779467,1453860],[-778176,1453731],[-778906,1452828],[-777038,1454182],[-776760,1453826],[-778052,1454022],[-777719,1454550],[-777004,1454159],[-778126,1453765],[-778005,1454064],[-777922,1453666],[-777052,1454140],[-777191,1454562],[-777762,1456457],[-778459,1455667],[-777568,1456472],[-778436,1454912],[-777771,1456037],[-777797,1455399],[-779018,1455489],[-778489,1455484],[-777871,1455074],[-778120,1456054],[-777696,1454878],[-777385,1454899],[-776664,1455552],[-776777,1456234],[-777091,1455323],[-777767,1455171],[-777049,1455516],[-776236,1456179],[-777359,1454884],[-777082,1455013],[-769090,1460224],[-769630,1459498],[-770479,1459652],[-769606,1459728],[-769963,1459768],[-770350,1460541],[-770545,1460496],[-775890,1463990],[-775801,1463765],[-776754,1463578],[-776217,1463776],[-776707,1463514],[-776358,1463104],[-775463,1463240],[-776965,1463512],[-775481,1463428],[-777028,1463481],[-777173,1461169],[-778075,1461695],[-776917,1461868],[-778167,1461767],[-776772,1461399],[-777768,1461375],[-776884,1462416],[-777053,1461702],[-777770,1462139],[-777452,1463098],[-777801,1462443],[-777132,1463407],[-777881,1462421],[-778209,1462621],[-777112,1462645],[-777445,1463264],[-777498,1463009],[-777656,1462503],[-777061,1462931],[-778167,1461528],[-774844,1464978],[-775704,1465165],[-775240,1464597],[-775052,1465536],[-774375,1464485],[-774935,1465232],[-775446,1464634],[-775514,1465679],[-774925,1464753],[-775206,1464759],[-777123,1564479],[-778585,1564876],[-778075,1565483],[-777950,1564419],[-778184,1564442],[-777248,1564371],[-778010,1564973],[-778419,1564374],[-777923,1564665],[-777664,1565328],[-776401,1565727],[-776821,1566003],[-776957,1565675],[-776078,1564868],[-775701,1565266],[-776323,1565565],[-776011,1566057],[-775644,1566326],[-776862,1565098],[-776494,1565611],[-778246,1567043],[-777458,1565826],[-777246,1566604],[-778146,1566014],[-777403,1565660],[-777380,1566885],[-777266,1566506],[-777009,1566687],[-778112,1567027],[-777838,1566749],[-774008,1567784],[-774496,1567171],[-774685,1567716],[-774996,1567110],[-773533,1567108],[-774273,1567114],[-774007,1566985],[-773726,1566704],[-774585,1566999],[-773740,1566973],[-775029,1568574],[-775329,1567749],[-775881,1567602],[-775881,1567712],[-775135,1567707],[-780496,1563121],[-774267,1599231],[-769732,1597882],[-773713,1599006],[-771398,1598841],[-774021,1598026],[-774498,1598010],[-769945,1595618],[-770935,1598993],[-774391,1598303],[-774352,1598295],[-768247,1599667],[-768250,1599769],[-768274,1597839],[-775597,1600177],[-768446,1596535],[-774229,1599516],[-769130,1599638],[-775516,1598617],[-773702,1599895],[-772026,1597339],[-771630,1596613],[-772377,1597253],[-772163,1595931],[-772696,1595222],[-770737,1595219],[-772491,1595035],[-772195,1595320],[-771862,1597176],[-771315,1595398],[-771615,1599150],[-768216,1598083],[-771815,1598629],[-770118,1599095],[-770443,1598713],[-768956,1597051],[-770103,1598871],[-770806,1598356],[-774906,1599457],[-772674,1599753],[-772233,1599120],[-775298,1599063],[-772677,1598978],[-772239,1596853],[-771854,1596140],[-773491,1597625],[-771424,1594696],[-771054,1596115],[-771183,1595022],[-772329,1598479],[-772367,1596106],[-773342,1598523],[-773280,1596357],[-768118,1600783],[-771583,1600761],[-768878,1601639],[-769205,1603644],[-768386,1601770],[-768212,1602438],[-768617,1604554],[-770244,1602591],[-772157,1600759],[-775082,1602363],[-775286,1600713],[-774571,1606315],[-770679,1604520],[-772444,1605250],[-772895,1605265],[-771896,1606754],[-772160,1606798],[-769928,1602553],[-769168,1602689],[-771110,1601317],[-768538,1602516],[-768590,1601138],[-768378,1603960],[-770135,1603425],[-770658,1603228],[-772598,1600229],[-773474,1607167],[-770778,1606140],[-773171,1606387],[-772813,1605006],[-774418,1606709],[-773203,1605877],[-773680,1605470],[-773993,1605588],[-774496,1605203],[-774019,1605497],[-777721,1625718],[-776736,1619555],[-776024,1619303],[-776516,1619458],[-778037,1621114],[-777671,1619622],[-776730,1619845],[-775986,1619793],[-775779,1621358],[-777285,1619842],[-777005,1620435],[-777151,1621970],[-776862,1621764],[-775797,1622171],[-776811,1620788],[-776025,1621818],[-778776,1624600],[-778402,1623449],[-778398,1623281],[-778340,1623055],[-779890,1623327],[-779522,1623291],[-780210,1624302],[-780398,1625058],[-779460,1624894],[-779886,1625611],[-780583,1625655],[-780612,1624929],[-780473,1625882],[-779734,1626699],[-771646,1628091],[-771954,1626871],[-770558,1627374],[-770842,1627561],[-771783,1627240],[-772276,1627025],[-770387,1627369],[-772828,1626852],[-773448,1629909],[-773704,1630273],[-769786,1633503],[-774595,1629438],[-775240,1628602],[-773644,1630673],[-775157,1628667],[-768742,1633623],[-773334,1629659],[-773951,1628125],[-772883,1627666],[-774663,1628071],[-773690,1628131],[-773730,1627391],[-772839,1627701],[-773819,1628627],[-773965,1627778],[-772785,1627330],[-778569,1629710],[-777775,1628816],[-777119,1629676],[-778312,1629194],[-779418,1628566],[-777133,1627635],[-777500,1627772],[-777773,1628473],[-777342,1627127],[-777722,1629515],[-768176,1633127],[-768236,1630938],[-769898,1632194],[-768502,1632711],[-769160,1632318],[-770238,1631102],[-768281,1632235],[-774240,1631590],[-775245,1633868],[-774464,1631979],[-775497,1632412],[-775288,1633262],[-774839,1629890],[-773607,1631835],[-777000,1631809],[-776561,1631770],[-773622,1632720],[-776572,1628513],[-776262,1627999],[-776074,1628456],[-776606,1627725],[-776119,1629246],[-776643,1628247],[-776395,1628605],[-777157,1629162],[-775930,1628613],[-776478,1628214],[-778914,1626302],[-778207,1625912],[-777615,1626923],[-777776,1626020],[-777970,1625858],[-778116,1626670],[-778128,1626353],[-778426,1626767],[-778181,1625948],[-775950,1628696],[-776853,1627867],[-775814,1628694],[-776710,1627982],[-776835,1628250],[-776717,1629179],[-776627,1628587],[-776031,1629112],[-775983,1627859],[-777305,1629092],[-778407,1626470],[-778996,1625822],[-778334,1625899],[-777627,1625982],[-778776,1627116],[-778771,1626561],[-778105,1625880],[-779012,1625896],[-778835,1625889],[-778695,1627128],[-777740,1662734],[-778085,1664097],[-778745,1665234],[-779816,1664740],[-772895,1673171],[-772868,1674500],[-772904,1673425],[-772702,1674601],[-773376,1674497],[-774165,1673859],[-773155,1673234],[-773201,1673694],[-774192,1673063],[-772271,1673800],[-772691,1674324],[-772756,1673713],[-772108,1674575],[-772135,1673717],[-772006,1674477],[-776866,1666235],[-777527,1665513],[-769306,1667555],[-770659,1673250],[-771353,1673513],[-771531,1674370],[-771047,1674247],[-771023,1673672],[-769533,1676160],[-769955,1676754],[-770614,1676300],[-769728,1676188],[-770049,1676679],[-770858,1676880],[-770217,1676926],[-771300,1675005],[-771026,1675091],[-771154,1675959],[-771651,1675153],[-770802,1674773],[-771531,1675104],[-770954,1675937],[-771405,1675186],[-771692,1675795],[-771027,1674694],[-769057,1676737],[-768758,1676974],[-774845,1677676],[-774861,1677665],[-774569,1678352],[-775263,1678825],[-774526,1678816],[-775479,1677352],[-774924,1677890],[-774947,1678559],[-775870,1678738],[-774718,1679918],[-774566,1679561],[-774927,1679541],[-774722,1679499],[-774388,1679042],[-774044,1678186],[-774546,1678796],[-774822,1678989],[-773883,1678361],[-775350,1678555],[-770983,1677334],[-768982,1677837],[-768413,1677418],[-770888,1677233],[-770764,1677208],[-770971,1677267],[-769684,1692212],[-769243,1692198],[-778783,1701174],[-778959,1701153],[-770063,1700293],[-771374,1702243],[-768249,1702338],[-770568,1702141],[-769878,1701162],[-773585,1695985],[-772353,1692538],[-769746,1693371],[-771696,1691594],[-775820,1692250],[-770076,1694851],[-774865,1696272],[-771997,1694076],[-773365,1697727],[-770714,1696924],[-773905,1696968],[-770583,1700218],[-775432,1696520],[-771917,1701178],[-773319,1696993],[-771736,1696584],[-774564,1696586],[-774922,1699188],[-769129,1702492],[-769128,1696843],[-775459,1693216],[-775633,1692963],[-775214,1693380],[-775439,1693748],[-775392,1693085],[-774388,1693790],[-774608,1694271],[-774913,1693266],[-774731,1694332],[-774693,1693470],[-768276,1695611],[-768133,1695363],[-768492,1695142],[-768315,1695425],[-768938,1696259],[-769375,1696068],[-768265,1695571],[-774606,1704985],[-775350,1704818],[-774646,1704160],[-780058,1706392],[-777353,1708115],[-779320,1706566],[-779330,1710149],[-778876,1709161],[-775281,1711541],[-778847,1708148],[-774067,1711662],[-770696,1704701],[-770527,1704219],[-769108,1704025],[-770151,1702807],[-780040,1713060],[-779517,1713339],[-780483,1713477],[-780112,1713100],[-776646,1711336],[-775578,1709873],[-776651,1709519],[-776521,1710504],[-776325,1709646],[-775578,1709329],[-775103,1710112],[-776657,1709969],[-775705,1708888],[-775281,1709216],[-775133,1711176],[-778102,1703866],[-777565,1704438],[-778111,1704371],[-776733,1703854],[-776652,1704242],[-777065,1703743],[-777766,1705117],[-778141,1703750],[-777445,1704925],[-777660,1705117],[-780931,1398434],[-781171,1398604],[-781069,1398144],[-780883,1398874],[-780831,1398597],[-781306,1400074],[-781962,1400029],[-782450,1400132],[-781256,1399768],[-781577,1399740],[-781293,1400557],[-781632,1400465],[-780993,1400476],[-782308,1400299],[-782152,1400178],[-781000,1399157],[-783714,1459140],[-784677,1458790],[-784516,1459333],[-784665,1459140],[-784070,1459114],[-783639,1458977],[-784403,1458783],[-783400,1458155],[-784644,1458959],[-783786,1458583],[-783404,1458629],[-784286,1459371],[-783767,1458139],[-783094,1458651],[-782339,1457328],[-782100,1457860],[-783228,1458517],[-783220,1458083],[-782909,1458626],[-782267,1457903],[-781969,1457632],[-782589,1458399],[-782258,1457559],[-784659,1458567],[-784166,1457233],[-783679,1458098],[-784259,1457840],[-784869,1457841],[-784400,1457603],[-784720,1458208],[-784963,1457903],[-784579,1457357],[-783889,1457998],[-787618,1456735],[-786554,1457596],[-786628,1457240],[-787641,1457455],[-787559,1457975],[-787736,1457254],[-786887,1457780],[-787167,1457403],[-786399,1457882],[-787043,1458284],[-784156,1460028],[-784058,1460117],[-784466,1459733],[-784766,1459824],[-782038,1461471],[-781903,1460655],[-782088,1460628],[-782401,1461106],[-781714,1461695],[-783297,1460259],[-781882,1461232],[-782876,1460702],[-781787,1461079],[-783091,1460704],[-784324,1459533],[-783803,1459603],[-783438,1459522],[-789927,1566489],[-789098,1567358],[-789755,1566861],[-790456,1566262],[-790051,1566607],[-790029,1566809],[-791093,1566381],[-791015,1566637],[-791467,1566082],[-791834,1565598],[-791804,1565677],[-791827,1565532],[-791569,1565484],[-791303,1565788],[-791146,1566800],[-789586,1566290],[-790108,1566003],[-790368,1565803],[-789257,1565953],[-791324,1565521],[-790350,1564432],[-789424,1564011],[-789629,1564295],[-790062,1563938],[-790700,1564164],[-790360,1564066],[-789804,1563488],[-789411,1564241],[-790720,1564006],[-790138,1563923],[-785323,1566233],[-785334,1566286],[-785613,1567162],[-785840,1566123],[-785945,1566687],[-786311,1566564],[-785750,1566534],[-785726,1567195],[-784914,1566839],[-785123,1567065],[-784808,1565228],[-784623,1564939],[-785501,1564973],[-785830,1565632],[-785764,1565939],[-785196,1564890],[-785000,1565949],[-786119,1565629],[-785632,1564649],[-786041,1565991],[-783180,1566667],[-783740,1566262],[-783659,1566881],[-783321,1567324],[-783765,1566560],[-784251,1566098],[-783408,1567367],[-783071,1565931],[-783163,1566372],[-783222,1566158],[-782770,1563753],[-783048,1562445],[-782661,1563067],[-782360,1562198],[-782601,1563205],[-781733,1563324],[-782246,1562557],[-781924,1563294],[-782014,1562444],[-782087,1562256],[-781740,1562965],[-781546,1562837],[-781756,1563431],[-781745,1563894],[-781649,1563491],[-791436,1596996],[-793101,1596879],[-791613,1598548],[-792933,1598597],[-793157,1598605],[-792738,1598432],[-793388,1596871],[-791965,1596831],[-793093,1597939],[-789182,1596604],[-789239,1594311],[-792060,1598006],[-789755,1596035],[-791295,1594808],[-792477,1595493],[-790256,1597778],[-792661,1594629],[-791774,1594958],[-788879,1595129],[-785069,1596899],[-788010,1596042],[-785204,1596595],[-785554,1596498],[-787071,1596411],[-788096,1596251],[-787459,1598552],[-787379,1597779],[-784055,1597446],[-785353,1597706],[-784936,1599014],[-785697,1598687],[-785373,1599115],[-784265,1599634],[-788769,1595783],[-791502,1595042],[-789266,1595598],[-792054,1594881],[-790104,1594517],[-790087,1595051],[-790216,1595513],[-790747,1597461],[-789837,1595407],[-789837,1596002],[-785153,1595656],[-789141,1596817],[-788985,1596862],[-788407,1597846],[-786750,1596205],[-787832,1598766],[-788017,1597149],[-786036,1597364],[-783204,1599723],[-787020,1600023],[-784329,1597968],[-786479,1598549],[-785507,1598331],[-793339,1604771],[-792758,1603973],[-792587,1601805],[-792239,1603677],[-792263,1602637],[-791012,1602700],[-791276,1601492],[-791578,1601099],[-791255,1600668],[-792006,1601396],[-791603,1602553],[-790792,1601319],[-791256,1601819],[-791383,1601643],[-791208,1600565],[-787583,1603101],[-785726,1604694],[-785698,1604341],[-785351,1603044],[-786498,1602985],[-787787,1604318],[-787765,1604833],[-786222,1605039],[-786829,1604565],[-787263,1603127],[-789520,1612314],[-785454,1600330],[-785206,1600280],[-783752,1603185],[-784472,1600850],[-784150,1600292],[-784503,1600989],[-783572,1602653],[-784116,1601114],[-784631,1601446],[-784582,1600788],[-785636,1602956],[-782890,1602050],[-787540,1612771],[-790556,1611913],[-792940,1611371],[-792501,1609565],[-791054,1612028],[-791843,1611868],[-791538,1611001],[-786382,1601861],[-786567,1600634],[-786981,1600302],[-785742,1602958],[-785115,1602687],[-783125,1603753],[-785115,1600217],[-784532,1602686],[-783189,1601715],[-783496,1602234],[-783405,1600723],[-782742,1601645],[-783972,1602004],[-788811,1611628],[-788963,1612632],[-790192,1611975],[-790212,1609615],[-792016,1611918],[-791077,1611410],[-789568,1611866],[-792335,1610837],[-790506,1611934],[-791425,1610927],[-792346,1611076],[-791072,1610209],[-780879,1622750],[-780906,1625217],[-780841,1625707],[-781407,1624611],[-788869,1621958],[-783728,1622901],[-783944,1624848],[-782320,1626143],[-783284,1658582],[-782995,1662156],[-785436,1660924],[-782423,1651486],[-785093,1655508],[-783822,1655490],[-783746,1655318],[-786068,1667024],[-781115,1713789],[-781785,1713630],[-781335,1713922],[-781589,1714842],[-780802,1715089],[-781050,1714800],[-781343,1714639],[-782787,1713208],[-782117,1713232],[-781682,1713608],[-781780,1712445],[-782650,1712185],[-782875,1710980],[-781891,1711858],[-782113,1710417],[-782926,1711397],[-782661,1710583],[-782568,1711774],[-782705,1711412],[-782637,1712049],[-781439,1715406],[-801274,1585830],[-803857,1583116],[-802040,1584887],[-802430,1586310],[-802640,1583461],[-804686,1585362],[-802183,1583628],[-802909,1582998],[-804194,1585075],[-803194,1586035],[-804300,1580901],[-805717,1581562],[-806248,1583153],[-805246,1582149],[-804803,1580087],[-804828,1581539],[-804565,1581083],[-804865,1582088],[-801595,1582682],[-803751,1581106],[-805058,1582859],[-801978,1583816],[-800235,1583446],[-799220,1584183],[-801568,1584235],[-804829,1582885],[-802923,1581995],[-799853,1581655],[-800391,1583428],[-804077,1585192],[-803476,1586404],[-801815,1587279],[-800375,1585496],[-801990,1584241],[-802429,1583478],[-804849,1585756],[-804067,1584941],[-803988,1585106],[-804888,1581987],[-805630,1581754],[-804692,1580058],[-805296,1583106],[-804059,1580321],[-802550,1581650],[-804835,1582734],[-801681,1582374],[-804481,1581995],[-801300,1582966],[-801125,1581163],[-803028,1586401],[-804511,1582872],[-802443,1583124],[-803612,1585181],[-801588,1586110],[-793668,1597217],[-800082,1605498],[-800999,1607209],[-803451,1601713],[-801622,1607998],[-803492,1602056],[-801541,1606396],[-801584,1605847],[-800651,1603192],[-803083,1601586],[-801041,1602086],[-796327,1610961],[-796648,1610728],[-798705,1609837],[-796651,1610843],[-795170,1610779],[-797131,1610228],[-795078,1608133],[-795660,1608743],[-797991,1609437],[-797301,1607923],[-796045,1606416],[-799210,1609366],[-796040,1606702],[-795852,1607628],[-795367,1607692],[-796657,1605917],[-799309,1609358],[-801679,1605899],[-802662,1607783],[-802100,1607374],[-802388,1604860],[-800987,1603490],[-800775,1606128],[-803258,1605002],[-803803,1604941],[-799589,1605085],[-801134,1604944],[-802464,1602005],[-802196,1602345],[-801332,1609171],[-802297,1603518],[-801327,1601537],[-793602,1604395],[-795657,1603442],[-795253,1603673],[-794937,1605584],[-794552,1604948],[-794156,1604155],[-795707,1603946],[-793935,1603176],[-794232,1604332],[-794019,1602418],[-794032,1601844],[-793742,1604241],[-794371,1603116],[-801933,1603318],[-803054,1605138],[-799873,1607272],[-800214,1604143],[-802559,1602009],[-800667,1605885],[-800701,1607506],[-801886,1603483],[-800552,1602620],[-798041,1610524],[-796074,1610169],[-795598,1611716],[-795392,1608550],[-795621,1610299],[-795269,1606503],[-796386,1605528],[-799364,1609257],[-798650,1606061],[-797532,1606482],[-798110,1605867],[-798243,1609193],[-797329,1606610],[-797913,1608115],[-798387,1605906],[-802989,1602312],[-800577,1606412],[-802346,1607404],[-800977,1606548],[-802629,1606579],[-803688,1605997],[-803280,1604343],[-800674,1603245],[-800275,1606822],[-802289,1608925],[-803221,1605475],[-799990,1625439],[-800020,1625476],[-800148,1625274],[-798834,1625568],[-799367,1624935],[-800093,1625146],[-798785,1618089],[-798740,1618276],[-797352,1615902],[-798164,1619111],[-798481,1617249],[-799198,1619164],[-799165,1625665],[-799808,1625194],[-799001,1625399],[-799372,1624947],[-800214,1624988],[-799924,1624977],[-798199,1617216],[-798478,1618250],[-798693,1616894],[-796977,1616031],[-799245,1618157],[-803619,1614201],[-806190,1614716],[-806310,1615889],[-802995,1614045],[-806067,1614721],[-800182,1624341],[-799403,1621394],[-800156,1623620],[-799227,1624943],[-799096,1621568],[-797545,1625036],[-803221,1633304],[-801550,1633403],[-802234,1633365],[-796856,1638463],[-803780,1634886],[-801603,1634049],[-804378,1634978],[-804657,1635655],[-802650,1636197],[-802649,1632552],[-804191,1635970],[-801901,1634411],[-802157,1632514],[-797303,1638112],[-803002,1632896],[-795888,1638433],[-803569,1634136],[-797350,1637524],[-803002,1636274],[-804908,1633852],[-797454,1629652],[-797889,1628982],[-796417,1630116],[-797179,1630065],[-797208,1629477],[-797474,1629575],[-796904,1628488],[-796538,1629368],[-796459,1628068],[-796771,1628114],[-797048,1628818],[-797001,1628822],[-796575,1629316],[-796803,1628872],[-796381,1628591],[-796410,1626973],[-795935,1626689],[-796336,1626624],[-796841,1627855],[-796571,1627293],[-795876,1627210],[-796430,1627587],[-796444,1626849],[-797043,1627555],[-800031,1626097],[-798940,1625838],[-799573,1625994],[-799994,1626181],[-804559,1628637],[-805796,1629163],[-797848,1630412],[-797642,1630095],[-797469,1630212],[-796769,1630014],[-797720,1629043],[-797791,1629919],[-797935,1629527],[-796653,1630050],[-796421,1629594],[-797394,1628914],[-796764,1628751],[-796583,1628639],[-797744,1629027],[-796892,1629280],[-797530,1629549],[-797688,1629130],[-797126,1628659],[-796718,1629173],[-797007,1628481],[-797002,1627579],[-796368,1626445],[-797344,1626803],[-797093,1627460],[-796685,1627734],[-795824,1626625],[-796779,1627056],[-797082,1627290],[-796682,1627890],[-799834,1625835],[-800384,1625919],[-800103,1626230],[-798942,1625988],[-802596,1628489],[-804333,1628970],[-804466,1628801],[-794173,1650290],[-794364,1648061],[-795493,1650505],[-803188,1640651],[-800124,1640881],[-802407,1640862],[-798444,1642149],[-804328,1662190],[-804802,1661709],[-803016,1659315],[-803336,1659286],[-805281,1659571],[-805057,1658965],[-803999,1662684],[-804469,1661797],[-799206,1657059],[-803777,1658049],[-803197,1659329],[-803427,1658567],[-805236,1662374],[-803580,1657998],[-804512,1658838],[-804516,1661817],[-805445,1657811],[-804959,1659129],[-798568,1656754],[-805603,1663557],[-804508,1658275],[-805482,1663543],[-805587,1661715],[-803450,1662735],[-802269,1659548],[-801524,1658760],[-806230,1664839],[-805800,1665145],[-805468,1665878],[-806009,1665123],[-806105,1665306],[-805328,1667689],[-805061,1668471],[-805781,1667179],[-804979,1667111],[-804696,1667819],[-805141,1668088],[-805596,1667061],[-805965,1667025],[-804547,1668010],[-805787,1667118],[-806400,1664759],[-806013,1664976],[-806179,1665456],[-805703,1664987],[-805256,1668479],[-805529,1668060],[-805765,1668415],[-805116,1666881],[-804910,1668036],[-804824,1667154],[-805522,1667970],[-804698,1667036],[-805279,1667837],[-804685,1667196],[-804477,1666373],[-806264,1668597],[-810327,1569972],[-808280,1570447],[-808500,1569574],[-810255,1570265],[-809766,1570080],[-810216,1570799],[-810793,1569425],[-808949,1569352],[-809735,1570157],[-810603,1569546],[-810638,1570435],[-810527,1570981],[-812161,1569546],[-812335,1569647],[-808183,1570567],[-806551,1580073],[-806695,1581337],[-806907,1583694],[-806650,1579660],[-806690,1583184],[-806420,1580815],[-809450,1579955],[-810796,1577486],[-809087,1578570],[-811269,1574745],[-810719,1576250],[-812487,1578375],[-807829,1579527],[-808201,1578516],[-819105,1596283],[-818464,1598071],[-818819,1598430],[-817327,1597615],[-818163,1598427],[-816752,1598360],[-817803,1599532],[-818640,1599211],[-816777,1598921],[-816809,1599076],[-817056,1599781],[-815004,1594481],[-816345,1595076],[-813925,1596869],[-813453,1597786],[-812998,1598259],[-816748,1598278],[-815222,1594636],[-813806,1595382],[-817017,1598235],[-814380,1594646],[-817165,1599053],[-816682,1596523],[-816408,1595200],[-815362,1594919],[-815917,1596388],[-814346,1597578],[-816729,1594644],[-814089,1597602],[-815480,1597951],[-815341,1596336],[-814047,1598023],[-817242,1600206],[-817702,1603702],[-817021,1601383],[-818216,1601942],[-818693,1601578],[-818783,1603766],[-818490,1601662],[-817017,1602864],[-818221,1604393],[-815999,1601139],[-817375,1602522],[-817794,1601490],[-816346,1600368],[-817577,1604174],[-816405,1600567],[-819134,1602590],[-815877,1601739],[-818347,1601969],[-818122,1602314],[-818290,1604482],[-818448,1612514],[-809575,1609782],[-806544,1611374],[-807817,1610812],[-807569,1612740],[-815274,1602614],[-816964,1605415],[-815635,1606017],[-816776,1605526],[-809172,1609845],[-808978,1609549],[-818949,1610759],[-818804,1610256],[-819053,1609839],[-818641,1610554],[-818514,1609748],[-818932,1610076],[-817881,1609793],[-818624,1610459],[-818269,1609885],[-818225,1610026],[-816420,1610495],[-816576,1610495],[-816797,1609196],[-816174,1609776],[-815898,1609613],[-815465,1610089],[-816811,1609417],[-816427,1609629],[-815980,1610098],[-816100,1609272],[-818658,1612254],[-818404,1619995],[-807464,1615386],[-818850,1618035],[-818285,1614881],[-814793,1614999],[-817242,1614267],[-813228,1613047],[-809672,1615685],[-809014,1615584],[-812472,1613699],[-812760,1613104],[-806733,1615965],[-819005,1617486],[-818715,1616229],[-818949,1615735],[-818691,1618165],[-818750,1617232],[-819047,1616351],[-817242,1650552],[-817077,1650129],[-817044,1649815],[-817283,1650506],[-817674,1650883],[-818456,1648439],[-818799,1648920],[-819107,1648634],[-818307,1648893],[-819045,1648973],[-817968,1649842],[-818511,1649642],[-817808,1649340],[-818910,1649700],[-817543,1650165],[-818987,1649380],[-817686,1644032],[-817679,1644563],[-818999,1645372],[-819039,1644542],[-818372,1644829],[-817784,1645414],[-818965,1645359],[-818464,1644192],[-818943,1644914],[-817756,1644535],[-817589,1646499],[-816571,1645263],[-816526,1645891],[-817503,1646363],[-817547,1645312],[-816826,1645758],[-817724,1646480],[-817374,1646248],[-817819,1645154],[-816539,1644994],[-807839,1657542],[-819139,1653076],[-807533,1660770],[-807132,1662608],[-809882,1657142],[-809566,1662721],[-809026,1657208],[-809291,1660093],[-807729,1660856],[-818765,1653655],[-818770,1654357],[-806795,1664969],[-813337,1668551],[-813342,1668052],[-812907,1667894],[-813763,1667396],[-813678,1668779],[-813913,1667838],[-814063,1668558],[-813301,1668603],[-813223,1668425],[-813076,1668406],[-814418,1669227],[-813324,1669241],[-814514,1669386],[-814037,1669088],[-814079,1670118],[-813258,1669307],[-813439,1669134],[-813235,1669995],[-814690,1670228],[-813834,1669588],[-811984,1670390],[-811700,1669927],[-811124,1670188],[-810674,1670195],[-811315,1670437],[-811587,1669806],[-811274,1669528],[-812267,1669599],[-811105,1669761],[-811992,1670228],[-809415,1668316],[-809916,1669154],[-808904,1668591],[-808989,1668449],[-809857,1669212],[-809067,1669465],[-808869,1668033],[-809441,1669435],[-809751,1669058],[-810020,1668282],[-807020,1666636],[-807916,1665997],[-807809,1666626],[-807045,1665731],[-807473,1666128],[-807023,1666096],[-807646,1666263],[-807336,1665869],[-807620,1666445],[-807626,1667180],[-806951,1665890],[-806441,1665374],[-806693,1665596],[-806895,1665854],[-806980,1664409],[-807677,1667033],[-807835,1668702],[-813219,1667289],[-812871,1668304],[-814077,1668828],[-813065,1667605],[-813148,1667680],[-813683,1667268],[-814064,1667705],[-812731,1667970],[-813783,1668413],[-813700,1668281],[-813888,1669440],[-814376,1670183],[-814080,1670076],[-813307,1669222],[-814697,1669032],[-813526,1669555],[-813157,1669503],[-814377,1669210],[-813511,1669887],[-814734,1669098],[-811804,1670078],[-811141,1669837],[-812169,1670410],[-811977,1670695],[-812149,1670339],[-811686,1669503],[-811839,1669838],[-810947,1670604],[-811381,1670609],[-811379,1670597],[-809996,1668710],[-810021,1668839],[-809614,1668088],[-809113,1668569],[-808531,1669318],[-809447,1669452],[-809396,1668380],[-808685,1669534],[-809845,1668167],[-809847,1668014],[-808294,1665818],[-807434,1666191],[-808384,1667084],[-807011,1666609],[-808248,1665692],[-808121,1666637],[-808290,1665864],[-806974,1666747],[-807984,1666209],[-807041,1666470],[-806674,1664905],[-806629,1665488],[-806769,1665624],[-806962,1664800],[-806467,1664607],[-831630,1573913],[-831932,1573561],[-831869,1573660],[-831537,1574172],[-821162,1574564],[-831796,1573535],[-831501,1574158],[-831784,1574730],[-831496,1574985],[-831963,1574777],[-831976,1574997],[-823782,1584005],[-823278,1584688],[-822972,1584091],[-823222,1583903],[-822837,1575239],[-821261,1575648],[-822400,1576681],[-823261,1577725],[-830219,1582603],[-822162,1578309],[-824130,1578356],[-822177,1575953],[-822643,1578570],[-821566,1576516],[-831746,1574841],[-831623,1574665],[-825093,1588051],[-825383,1588973],[-824966,1587671],[-824981,1587586],[-824848,1588627],[-826355,1588042],[-825511,1589090],[-825162,1587558],[-827514,1590938],[-828597,1591172],[-828831,1590925],[-828739,1591773],[-828702,1591291],[-827106,1589677],[-827180,1590753],[-827956,1591043],[-827392,1590495],[-827224,1591553],[-830409,1590224],[-829881,1589699],[-823086,1595692],[-820661,1597303],[-822969,1594724],[-824137,1593413],[-820046,1593871],[-820778,1594421],[-823047,1595503],[-827545,1590416],[-826219,1589950],[-827109,1590527],[-826357,1589425],[-826635,1589170],[-826225,1590510],[-826533,1590645],[-827133,1590097],[-827576,1589718],[-827493,1590586],[-820578,1599195],[-820619,1598852],[-820426,1599778],[-819751,1597939],[-820335,1601293],[-819881,1602332],[-820580,1601954],[-820593,1601348],[-819795,1602540],[-819384,1603339],[-820528,1600351],[-824915,1607022],[-825309,1608427],[-823901,1607948],[-820753,1610970],[-822792,1605616],[-823224,1609656],[-819287,1604839],[-823700,1618351],[-828373,1619952],[-828262,1618696],[-823820,1617903],[-829009,1620547],[-828962,1620183],[-827916,1619636],[-828405,1618426],[-827751,1618753],[-825138,1618861],[-819453,1615547],[-823229,1616459],[-821402,1615162],[-822625,1616777],[-822648,1616197],[-824181,1618302],[-827165,1630367],[-825219,1628670],[-825732,1629933],[-826775,1630415],[-819547,1648610],[-824333,1648383],[-826661,1646210],[-826754,1646038],[-826432,1645190],[-827461,1645171],[-827444,1644761],[-827258,1646046],[-827175,1645174],[-826402,1645898],[-826843,1645745],[-826491,1645542],[-830162,1645979],[-829549,1645800],[-829824,1646056],[-830121,1645690],[-830121,1645418],[-830190,1646360],[-830432,1645194],[-830147,1645757],[-830375,1645771],[-829501,1646307],[-823185,1647328],[-824327,1647514],[-824277,1647356],[-823689,1646714],[-823595,1646396],[-823239,1647477],[-823514,1646505],[-823300,1647215],[-823566,1646966],[-823178,1646314],[-823484,1648222],[-823137,1648490],[-823305,1648408],[-823246,1648134],[-823217,1647301],[-823430,1647397],[-823394,1647668],[-824454,1647617],[-823049,1647013],[-823047,1647237],[-823777,1648214],[-823046,1647985],[-823186,1646787],[-823473,1647455],[-823454,1647813],[-822764,1646847],[-823764,1648009],[-822977,1646772],[-823069,1647884],[-822811,1646777],[-820226,1653799],[-819805,1654192],[-819639,1653341],[-819887,1654260],[-819493,1654082],[-819776,1653798],[-819976,1653332],[-823127,1653156],[-823619,1653314],[-824138,1652018],[-823990,1652510],[-824108,1652556],[-823805,1651965],[-824648,1652020],[-823758,1652989],[-823532,1652550],[-823929,1653327],[-837665,1573417],[-836527,1572665],[-836735,1572334],[-837294,1573247],[-837662,1573212],[-837803,1573967],[-837350,1573076],[-837728,1573050],[-836764,1572395],[-836602,1572489],[-835874,1571968],[-835015,1572502],[-834903,1572171],[-835030,1572666],[-835656,1572285],[-835784,1571707],[-834925,1572289],[-835932,1572885],[-835884,1571782],[-836029,1573000],[-834132,1571669],[-833626,1574006],[-833876,1572483],[-834156,1571694],[-834500,1572373],[-833837,1570532],[-833910,1573767],[-834373,1571453],[-833619,1571760],[-833159,1574317],[-832254,1573846],[-832433,1574595],[-832301,1574124],[-837806,1573363],[-837142,1573688],[-837738,1573958],[-837107,1573436],[-837676,1573281],[-836971,1572640],[-837658,1573362],[-836950,1573074],[-837828,1572526],[-835294,1571875],[-834932,1571930],[-835136,1572210],[-835782,1571681],[-836005,1572300],[-835185,1572037],[-834077,1571284],[-833940,1570610],[-834659,1572418],[-833559,1570191],[-833314,1570973],[-833918,1571950],[-834029,1570505],[-833087,1574212],[-833145,1574348],[-832176,1573715],[-832739,1574545],[-833726,1574580],[-843000,1585023],[-842373,1585143],[-844246,1587008],[-843282,1586192],[-844442,1586741],[-843485,1585826],[-842909,1585827],[-842325,1586917],[-837996,1581050],[-839216,1582315],[-838095,1581107],[-838250,1582632],[-837515,1582894],[-837217,1584577],[-833453,1582827],[-836567,1585018],[-838281,1581817],[-838067,1583012],[-838868,1582268],[-838345,1582508],[-837820,1580575],[-837162,1581276],[-837176,1581474],[-838463,1582432],[-838344,1575684],[-838214,1575339],[-837917,1575110],[-833586,1574767],[-833551,1574733],[-834657,1576061],[-833378,1575375],[-832865,1575586],[-833845,1575445],[-836128,1575797],[-835977,1576260],[-835538,1576052],[-835621,1576048],[-833499,1575458],[-835735,1575973],[-838400,1574975],[-837869,1575588],[-837476,1574770],[-838192,1574768],[-837900,1574683],[-832824,1574855],[-834467,1575784],[-834160,1575455],[-834377,1575824],[-834528,1576059],[-834242,1575676],[-834480,1574608],[-835325,1574998],[-835926,1576449],[-836041,1575849],[-835499,1575189],[-835730,1574890],[-835809,1576477],[-835566,1575533],[-835391,1575699],[-835797,1575612],[-832378,1591492],[-832300,1589511],[-844624,1587525],[-841141,1588416],[-842395,1588944],[-842788,1589140],[-841472,1589824],[-842280,1589842],[-841030,1589249],[-840401,1589454],[-842710,1588905],[-841869,1588807],[-842810,1588042],[-844309,1593119],[-843908,1592578],[-844389,1593357],[-843543,1592652],[-844125,1591449],[-843295,1592502],[-842236,1594709],[-840399,1592111],[-841723,1592982],[-841558,1593824],[-842942,1592565],[-840842,1592271],[-842865,1592060],[-839494,1624454],[-841091,1629358],[-842952,1629618],[-834443,1643140],[-833978,1642785],[-839778,1639531],[-834977,1648175],[-834261,1647325],[-834348,1647512],[-835006,1647859],[-834615,1648195],[-835365,1647043],[-835075,1648183],[-834441,1648080],[-834480,1647888],[-835079,1647342],[-839421,1646101],[-839881,1646785],[-839835,1646386],[-838852,1647143],[-838501,1645907],[-839676,1645955],[-839282,1646594],[-839845,1647097],[-839798,1645979],[-839762,1646720],[-835949,1646997],[-837143,1646968],[-836484,1647349],[-836668,1647278],[-837368,1646941],[-837378,1646399],[-837245,1646997],[-836678,1647311],[-835981,1646303],[-836198,1646081],[-835937,1651232],[-836570,1651240],[-836378,1651663],[-836296,1651747],[-835285,1651453],[-835522,1652404],[-846932,1597025],[-845901,1597474],[-845413,1593020],[-845465,1592931],[-845061,1592268],[-844848,1592159],[-845932,1590931],[-852177,1592131],[-855482,1594718],[-855321,1594574],[-855835,1595585],[-853594,1594446],[-846264,1590775],[-854079,1594004],[-851615,1592910],[-846286,1594379],[-846275,1593857],[-851650,1592843],[-849042,1597480],[-847000,1592346],[-847169,1591929],[-851601,1590855],[-845821,1595368],[-845921,1592461],[-856346,1604284],[-856591,1604740],[-856354,1604707],[-856472,1603991],[-856728,1607339],[-856571,1608058],[-857482,1607037],[-856411,1608606],[-856574,1608160],[-856145,1607240],[-857299,1603905],[-857133,1604128],[-854168,1611054],[-853775,1611152],[-854059,1611077],[-855034,1611858],[-853209,1611851],[-854510,1611418],[-853900,1611776],[-853922,1611462],[-853225,1611591],[-855550,1610118],[-846178,1610250],[-850412,1612278],[-850986,1612508],[-851585,1611421],[-850276,1610988],[-850994,1611215],[-849779,1610484],[-846627,1610507],[-846869,1611846],[-846942,1610209],[-848647,1612677],[-849527,1611248],[-849562,1612153],[-846846,1612508],[-850542,1611905],[-850294,1612533],[-851851,1612378],[-851323,1612723],[-849240,1610330],[-848171,1611377],[-846908,1612510],[-848231,1610118],[-849007,1610268],[-848994,1610137],[-846292,1612710],[-847740,1613669],[-849716,1614798],[-849138,1614116],[-848245,1614275],[-851410,1613983],[-850686,1613554],[-846046,1623275],[-845007,1623570],[-848383,1613171],[-851612,1613335],[-848749,1613937],[-848265,1613100],[-846259,1613993],[-855300,1634210],[-855013,1633431],[-854659,1633419],[-855398,1634471],[-854653,1634444],[-855867,1634065],[-852188,1637088],[-851338,1636226],[-851868,1637155],[-853163,1636712],[-851437,1637084],[-850644,1636728],[-852808,1636360],[-849241,1634726],[-849196,1636078],[-849260,1635463],[-849905,1635679],[-850131,1635850],[-849291,1635493],[-850664,1633585],[-851073,1634931],[-850863,1633553],[-851350,1635895],[-863068,1426581],[-864129,1427333],[-863743,1427631],[-862996,1426773],[-863715,1426749],[-862620,1427452],[-863182,1426900],[-862792,1426432],[-863923,1426636],[-863472,1426986],[-864504,1425880],[-864142,1424997],[-864391,1425939],[-864358,1425150],[-864217,1425376],[-864974,1425712],[-864614,1425336],[-865187,1425727],[-865408,1425811],[-864511,1424910],[-866684,1483723],[-867030,1483182],[-867150,1483564],[-867446,1484235],[-867406,1482972],[-867153,1482843],[-866108,1483672],[-867170,1484244],[-866673,1483246],[-866883,1483135],[-862319,1475879],[-862275,1475515],[-862778,1475846],[-863155,1476345],[-862408,1475120],[-862936,1476250],[-863765,1476443],[-862604,1475502],[-862392,1475919],[-863175,1475672],[-865618,1475666],[-864959,1475482],[-865272,1475125],[-865213,1476343],[-864259,1475339],[-865593,1475666],[-865564,1475150],[-865402,1476159],[-864326,1476299],[-864865,1475171],[-864049,1474441],[-865238,1474690],[-864010,1474260],[-864687,1474259],[-864573,1474164],[-864672,1474341],[-864480,1475209],[-858722,1480408],[-858029,1479643],[-858938,1479934],[-859086,1480162],[-859341,1480071],[-859160,1479514],[-857955,1479309],[-858969,1480429],[-859378,1480241],[-859150,1479374],[-869472,1492110],[-869650,1493566],[-869005,1493347],[-869253,1493576],[-868660,1491959],[-868466,1491716],[-864790,1490993],[-864836,1491287],[-864292,1490909],[-864709,1491015],[-864477,1489856],[-864286,1491122],[-864982,1491220],[-865224,1490115],[-864396,1491029],[-865064,1489898],[-865417,1491838],[-864842,1491688],[-865278,1492628],[-864835,1493100],[-865159,1492673],[-864734,1492766],[-868808,1491490],[-865116,1488481],[-864381,1488517],[-864911,1489429],[-868788,1491245],[-868648,1492193],[-868883,1492523],[-868993,1492676],[-864072,1488132],[-865020,1489381],[-863863,1489333],[-864100,1488742],[-864023,1489258],[-864450,1488782],[-865135,1488360],[-869326,1491360],[-869887,1493259],[-867167,1485367],[-868066,1485174],[-867402,1485435],[-867850,1485744],[-867996,1485399],[-867632,1485900],[-867669,1485002],[-867428,1485553],[-867055,1485063],[-866605,1485436],[-868417,1490715],[-867829,1490701],[-867161,1490242],[-868338,1490725],[-868260,1490907],[-868062,1490673],[-867630,1491356],[-869713,1490903],[-869993,1490878],[-866261,1556155],[-867239,1574037],[-865952,1573887],[-867179,1573787],[-867626,1573258],[-864256,1573418],[-863108,1574324],[-864879,1573972],[-865609,1574029],[-867779,1573290],[-868530,1572620],[-867608,1571852],[-868058,1571546],[-868299,1572059],[-869723,1572775],[-867813,1572916],[-868942,1572099],[-867436,1572601],[-869716,1571601],[-860479,1573827],[-860737,1574000],[-859432,1574237],[-859319,1573827],[-861247,1572708],[-859760,1573995],[-859737,1573786],[-859872,1573180],[-859352,1572500],[-859999,1572630],[-863181,1574641],[-864387,1574767],[-863410,1575890],[-861703,1587075],[-861784,1587091],[-860454,1586623],[-860755,1585650],[-865100,1581520],[-865959,1580616],[-865802,1581863],[-865320,1582539],[-865399,1582009],[-865243,1581112],[-865119,1580120],[-866400,1581191],[-866264,1580861],[-865131,1580262],[-868761,1599504],[-862946,1599910],[-863833,1599194],[-863317,1598871],[-863017,1600041],[-864128,1599898],[-870328,1592595],[-859465,1587806],[-862011,1587984],[-861467,1587507],[-860940,1587716],[-860338,1587922],[-860411,1588105],[-861804,1588213],[-863225,1588171],[-862252,1589161],[-862030,1588939],[-863036,1588644],[-863986,1588998],[-864454,1588444],[-862780,1589504],[-863833,1589641],[-863895,1590031],[-862940,1590018],[-859819,1592364],[-858362,1608340],[-863820,1601108],[-858160,1608992],[-858041,1608210],[-862716,1600905],[-857661,1603497],[-862453,1602316],[-858313,1604476],[-861788,1601225],[-863056,1601070],[-862131,1600309],[-862958,1601970],[-863000,1602281],[-857642,1605061],[-863704,1600426],[-857605,1607058],[-861756,1632575],[-862388,1631860],[-869847,1661743],[-869500,1661980],[-869867,1661665],[-868977,1663407],[-868714,1664035],[-868983,1663869],[-869970,1663976],[-870032,1661871],[-870278,1661216],[-870151,1661820],[-870378,1661202],[-869670,1661812],[-870105,1661702],[-869048,1662742],[-868183,1663014],[-868893,1663501],[-867852,1662761],[-870218,1662512],[-867742,1662431],[-869894,1662175],[-867662,1662068],[-867978,1663107],[-868568,1664325],[-868642,1664363],[-868592,1664319],[-869827,1664479],[-870168,1664443],[-870321,1664431],[-867605,1664757],[-866643,1664460],[-867080,1664369],[-867650,1664522],[-867084,1664304],[-867293,1664552],[-867481,1664488],[-867281,1665090],[-864409,1667861],[-868389,1666833],[-867884,1666778],[-868048,1666794],[-867350,1666097],[-867253,1666903],[-867576,1666410],[-868364,1666369],[-868409,1666720],[-867805,1666378],[-868514,1666680],[-864566,1667517],[-864518,1668556],[-864107,1667512],[-864555,1667617],[-863787,1667654],[-863817,1667350],[-864957,1667586],[-864944,1667351],[-863960,1667531],[-877469,1490025],[-877896,1490819],[-876946,1491814],[-878581,1490588],[-876578,1491176],[-877196,1490625],[-877615,1489495],[-876490,1491577],[-880819,1491831],[-880761,1491739],[-881083,1493104],[-879898,1492773],[-878614,1491483],[-880908,1492182],[-879199,1491372],[-881024,1492523],[-881054,1493345],[-877993,1487309],[-879200,1487065],[-878748,1487907],[-877530,1487602],[-877532,1488235],[-877831,1487575],[-879144,1491031],[-878639,1489686],[-878295,1490434],[-877751,1490480],[-879107,1490058],[-878518,1490769],[-879038,1490339],[-879019,1489914],[-878486,1490486],[-878033,1490204],[-880790,1525125],[-881566,1525002],[-880125,1524017],[-880697,1525609],[-880554,1524908],[-882861,1527064],[-878564,1528840],[-878750,1529269],[-882062,1527637],[-879650,1528480],[-879120,1528999],[-881480,1527690],[-881323,1528288],[-881958,1527839],[-880535,1528048],[-880720,1527500],[-875687,1530669],[-879535,1524570],[-879844,1524613],[-878478,1541815],[-878311,1541379],[-878529,1541099],[-882886,1573634],[-882940,1573234],[-882717,1573193],[-882451,1573541],[-881808,1572543],[-882127,1573229],[-882371,1572833],[-882767,1573135],[-882225,1573579],[-882769,1573188],[-883080,1573709],[-882234,1572675],[-882863,1574002],[-883109,1573562],[-883111,1573583],[-882683,1572642],[-873715,1573939],[-881935,1572730],[-876523,1577317],[-875314,1575851],[-875603,1576515],[-877622,1577260],[-875101,1575811],[-875092,1576701],[-877641,1577796],[-878243,1576958],[-875880,1576776],[-877187,1577335],[-876943,1578095],[-877445,1576968],[-878388,1577633],[-875560,1576162],[-875149,1577248],[-875854,1576975],[-877707,1576814],[-877992,1578281],[-878363,1577183],[-875115,1575815],[-875129,1575540],[-876271,1575190],[-875953,1576232],[-877115,1578250],[-875271,1576656],[-877286,1576843],[-876897,1577474],[-876586,1576938],[-876499,1575888],[-878119,1577583],[-877111,1577823],[-876287,1576766],[-877766,1577911],[-878039,1577331],[-875586,1576131],[-876205,1576656],[-877946,1577665],[-876952,1577619],[-876309,1575942],[-876147,1575774],[-876422,1577301],[-877408,1577224],[-871397,1595808],[-870912,1595589],[-871061,1590919],[-872092,1590490],[-871138,1591303],[-870610,1592816],[-870964,1592811],[-872550,1592659],[-871058,1591641],[-871429,1591938],[-871033,1590523],[-875352,1592329],[-874338,1592444],[-874397,1590987],[-873718,1592876],[-874533,1591979],[-875436,1591481],[-875982,1593402],[-875488,1592107],[-874906,1593068],[-875650,1593507],[-877811,1593320],[-878270,1592753],[-878199,1591718],[-877159,1592978],[-877973,1592809],[-878497,1590874],[-878744,1591202],[-877043,1590567],[-878741,1593199],[-880287,1594809],[-881630,1591402],[-880837,1590598],[-882975,1591989],[-880884,1593124],[-880796,1592281],[-881244,1593554],[-881328,1591658],[-880534,1594729],[-882011,1593520],[-878483,1591622],[-878466,1590567],[-877196,1591360],[-877693,1590595],[-877610,1591397],[-878029,1594364],[-881094,1590580],[-878748,1594201],[-881452,1591362],[-881193,1591872],[-880855,1591559],[-881339,1591161],[-881404,1591230],[-882317,1591048],[-882208,1592437],[-881603,1593696],[-881852,1594737],[-881124,1591814],[-882363,1588834],[-883118,1591104],[-883176,1589304],[-875435,1623860],[-875555,1623947],[-875211,1623967],[-875949,1624862],[-874780,1624760],[-875453,1624906],[-875057,1622616],[-873615,1623312],[-874103,1622826],[-874163,1625565],[-875109,1624123],[-875440,1623687],[-873720,1625036],[-874139,1624699],[-874893,1625667],[-873947,1624004],[-872215,1625733],[-875641,1625781],[-873963,1625793],[-875182,1623677],[-873856,1622388],[-873628,1622134],[-871444,1625604],[-874334,1632634],[-875442,1631834],[-872053,1632842],[-875374,1633441],[-872361,1632656],[-874636,1631011],[-876119,1631834],[-875149,1632921],[-875413,1632858],[-875819,1631973],[-876136,1632541],[-874943,1631550],[-876040,1633861],[-875033,1633174],[-876548,1630729],[-872457,1632585],[-875373,1632005],[-882414,1633043],[-874332,1633065],[-874644,1631194],[-876490,1635119],[-872576,1631119],[-872002,1632369],[-876001,1633551],[-875772,1632838],[-875670,1634326],[-876434,1634258],[-876887,1634227],[-875672,1634261],[-876141,1634140],[-876419,1632904],[-876679,1633326],[-876834,1634232],[-876406,1634770],[-875446,1633348],[-876513,1635019],[-876276,1632589],[-876243,1632503],[-876443,1631770],[-875992,1635409],[-875970,1632581],[-876621,1632636],[-876324,1631235],[-874078,1631725],[-877176,1632709],[-875434,1632113],[-871949,1632562],[-876023,1631258],[-879973,1635536],[-877536,1634421],[-876015,1632162],[-875247,1632343],[-879271,1635131],[-876629,1635784],[-874093,1633056],[-875929,1631939],[-876053,1632460],[-876385,1635789],[-872154,1631307],[-874316,1631036],[-874473,1633742],[-879552,1635695],[-876333,1632340],[-874594,1632196],[-874345,1634452],[-877758,1633715],[-876308,1632784],[-874714,1634600],[-875826,1634225],[-876503,1634241],[-876156,1633201],[-878889,1634062],[-880784,1634362],[-880058,1633939],[-879936,1635162],[-875924,1635649],[-875327,1632639],[-870943,1626283],[-875767,1625920],[-876567,1626068],[-874900,1626005],[-872603,1626233],[-877123,1626054],[-877311,1626018],[-876849,1626120],[-877168,1626215],[-875687,1626371],[-874911,1625989],[-876510,1626338],[-876127,1626709],[-871987,1661350],[-871571,1661909],[-871406,1661656],[-872163,1661318],[-871622,1661168],[-870993,1661310],[-871214,1661588],[-873730,1662626],[-873372,1661469],[-873796,1661625],[-873156,1661382],[-872807,1661552],[-872936,1661418],[-873382,1662598],[-873746,1660969],[-872900,1662943],[-873804,1662811],[-870593,1663859],[-871002,1663542],[-870738,1663753],[-870873,1663586],[-870679,1661660],[-870578,1661600],[-871147,1661719],[-870497,1661502],[-870874,1661480],[-872976,1663500],[-871886,1663593],[-872253,1663395],[-873000,1664104],[-873042,1663895],[-873131,1663559],[-872177,1663499],[-871655,1663796],[-872439,1663192],[-878536,1662139],[-879441,1661748],[-879509,1660997],[-879466,1660740],[-878940,1661345],[-879573,1661869],[-879050,1662168],[-879147,1660607],[-879558,1661441],[-879295,1661050],[-879169,1661700],[-880180,1662221],[-879562,1661999],[-879752,1662155],[-879397,1662486],[-880534,1663230],[-880667,1662928],[-879879,1662297],[-880592,1662603],[-880346,1662179],[-881736,1661691],[-881541,1662466],[-881377,1661545],[-880723,1662236],[-881783,1662262],[-880787,1661794],[-871574,1661806],[-870668,1662208],[-870466,1663968],[-871440,1663424],[-870855,1664223],[-874649,1666570],[-874949,1667115],[-875282,1667722],[-875181,1666499],[-875241,1667618],[-875628,1667687],[-875513,1667881],[-875324,1667710],[-874904,1667807],[-874928,1666888],[-877087,1666413],[-877691,1666328],[-876422,1666604],[-876973,1665806],[-877632,1665252],[-877030,1666154],[-877331,1665736],[-876839,1666595],[-877493,1666504],[-876253,1666427],[-875766,1667944],[-876591,1667059],[-876981,1667229],[-876749,1666984],[-875623,1667728],[-876935,1668137],[-876299,1667714],[-875062,1667268],[-877330,1667021],[-876634,1667026],[-873876,1668565],[-874800,1668218],[-873281,1668469],[-872327,1667900],[-872717,1668491],[-872500,1668252],[-873600,1668578],[-872998,1668335],[-871509,1669868],[-871631,1670162],[-872823,1667927],[-872723,1671169],[-873129,1671123],[-870912,1670477],[-870780,1670391],[-870878,1670006],[-872142,1670812],[-871681,1670234],[-871511,1670693],[-870813,1670187],[-872421,1664714],[-873629,1664556],[-872292,1664828],[-872348,1665140],[-873090,1664913],[-872668,1664894],[-73170,173840],[-72090,171398],[-73182,173289],[-72428,172527],[-72402,171924],[-74211,173987],[-73517,172745],[-72460,173413],[-72436,173337],[-75699,200801],[-75566,199843],[-74567,199504],[-75745,198912],[-76049,197943],[-76624,201647],[-75708,201924],[-76259,204493],[-76778,203716],[-76575,203898],[-75800,204116],[-76595,203502],[-75679,204127],[-75608,203142],[-74865,204693],[-75352,203823],[-74224,203135],[-74407,204225],[-75563,204968],[-74745,203927],[-75524,204475],[-73799,205102],[-66838,252266],[-67288,252268],[-68137,252700],[-67630,252720],[-66376,252816],[-65674,252551],[-65203,251946],[-64523,251698],[-65709,252313],[-65422,252797],[-64684,252715],[-64453,252011],[-65760,251616],[-64793,251631],[-65645,252515],[-65800,253165],[-64150,252420],[-64272,252932],[-64096,252087],[-64017,252634],[-64553,252919],[-71736,319205],[-72199,319081],[-70646,319049],[-70329,322391],[-70342,321033],[-70529,330698],[-71160,329102],[-70495,327941],[-69467,330032],[-74518,320506],[-71807,321106],[-74258,321373],[-71655,320206],[-72425,329090],[-72290,329582],[-71538,328701],[-72489,328731],[-73845,327718],[-72229,327417],[-71977,328458],[-71378,327624],[-76716,334089],[-76642,333972],[-76414,336514],[-76389,336857],[-71278,333604],[-75320,333651],[-71777,366780],[-71470,367653],[-71940,366956],[-71272,367345],[-72482,368159],[-72254,368295],[-72515,368045],[-72303,368256],[-71609,367568],[-71364,366875],[-72012,368143],[-72079,367190],[-72095,366953],[-72245,368132],[-72376,368043],[-71991,367448],[-72548,367545],[-71510,368024],[-72123,366875],[-71264,367533],[-65778,125857],[-884022,1464016],[-895538,1466301],[-895799,1466354],[-895883,1466092],[-894608,1464949],[-895798,1465204],[-894697,1465486],[-895037,1466223],[-885430,1461971],[-885635,1461029],[-885396,1462078],[-885366,1461093],[-885527,1462283],[-885001,1461389],[-885070,1461563],[-885335,1461938],[-883576,1464092],[-884750,1463091],[-884012,1463013],[-884020,1463845],[-887925,1484409],[-886290,1482945],[-886392,1483530],[-886754,1483247],[-888126,1484190],[-887636,1482331],[-887247,1481817],[-887741,1481690],[-888283,1482786],[-888086,1482635],[-888573,1482833],[-887722,1481300],[-888496,1481690],[-887877,1482388],[-888365,1481698],[-887481,1484319],[-888727,1493943],[-888790,1493878],[-888163,1494665],[-888813,1493628],[-887632,1492839],[-888010,1493629],[-887654,1492794],[-887419,1494071],[-893735,1505278],[-893953,1506660],[-894505,1505931],[-893699,1507089],[-893923,1506580],[-894131,1506788],[-893969,1507274],[-893402,1507521],[-894809,1505571],[-893925,1506015],[-891233,1507007],[-892132,1509067],[-892807,1507521],[-891740,1506941],[-892491,1506994],[-890994,1507007],[-893485,1508593],[-891876,1506905],[-892335,1507463],[-891067,1508687],[-891469,1508519],[-892154,1507909],[-892205,1507432],[-891875,1507794],[-891751,1507514],[-891686,1508722],[-891635,1507719],[-892442,1507881],[-891942,1507276],[-891121,1507789],[-890889,1525169],[-891780,1525248],[-891267,1525796],[-891464,1526066],[-885194,1524316],[-885635,1524264],[-885230,1523861],[-883739,1525029],[-885775,1524427],[-883305,1574100],[-884011,1573580],[-886520,1574298],[-884408,1573554],[-886869,1571869],[-883708,1574128],[-885444,1574583],[-885194,1573397],[-883467,1574514],[-883778,1573580],[-884347,1573086],[-885531,1574446],[-884887,1573598],[-884985,1573332],[-886070,1574366],[-884482,1574578],[-883905,1573652],[-883606,1573478],[-886733,1574276],[-884684,1573920],[-886232,1574208],[-890116,1573566],[-890750,1572378],[-884500,1573379],[-884620,1573080],[-884095,1574505],[-884324,1572953],[-886767,1574476],[-883783,1574213],[-884053,1573516],[-886747,1574243],[-883450,1573954],[-887360,1570486],[-884902,1573247],[-883949,1574387],[-883633,1573119],[-884507,1574266],[-883570,1574254],[-884568,1574500],[-885192,1573850],[-883648,1573915],[-884653,1574305],[-884667,1572997],[-884838,1573433],[-887658,1570340],[-887044,1571367],[-887598,1570505],[-883933,1574452],[-884756,1574108],[-883992,1575084],[-884632,1575021],[-885589,1575165],[-884500,1574991],[-884174,1577207],[-884673,1577481],[-884513,1577850],[-886681,1579171],[-885716,1579675],[-885580,1579851],[-886472,1578936],[-885185,1578655],[-886703,1579716],[-884825,1579545],[-885992,1578386],[-884833,1577950],[-885437,1578352],[-886733,1575336],[-886765,1575741],[-885796,1575523],[-886257,1575778],[-886020,1574616],[-885390,1575546],[-885453,1575317],[-886321,1574919],[-885403,1574921],[-884964,1574855],[-884799,1574952],[-885342,1574950],[-885264,1574823],[-885073,1574827],[-885360,1574917],[-886795,1575688],[-885374,1575525],[-885040,1574896],[-885011,1574776],[-884720,1574818],[-885236,1574614],[-884311,1574812],[-887241,1599403],[-891889,1599376],[-891348,1596426],[-888368,1595715],[-892679,1595060],[-887309,1597413],[-892465,1597639],[-888077,1598437],[-888719,1593176],[-889379,1596427],[-895317,1597190],[-883433,1588715],[-884706,1589019],[-883283,1592266],[-883600,1588847],[-883853,1591576],[-884461,1591901],[-885981,1590985],[-885400,1591733],[-883236,1591421],[-886175,1592138],[-883988,1590049],[-883760,1590708],[-883500,1591103],[-883465,1590885],[-884388,1591044],[-884367,1589591],[-884132,1589651],[-889746,1612921],[-891179,1610404],[-888977,1612715],[-887293,1611632],[-890610,1612993],[-887543,1611905],[-888104,1612314],[-886284,1612292],[-895502,1612089],[-895346,1612390],[-895890,1612515],[-895682,1611085],[-895578,1612271],[-895972,1611589],[-887391,1612610],[-887574,1612686],[-887629,1611920],[-889018,1612788],[-889697,1610102],[-889023,1611992],[-887994,1612677],[-888157,1611854],[-889473,1612384],[-889567,1611690],[-889554,1612371],[-890957,1612989],[-887559,1611654],[-889356,1609709],[-891589,1612920],[-890307,1609948],[-890349,1610078],[-886943,1612349],[-885580,1612327],[-890563,1610605],[-889812,1612032],[-890187,1610030],[-890912,1610792],[-889575,1609837],[-888920,1612161],[-887796,1611995],[-890198,1612241],[-890485,1612396],[-889218,1612366],[-886179,1612319],[-895528,1611515],[-895929,1612573],[-886265,1612423],[-886128,1612435],[-895233,1611484],[-895899,1611768],[-895474,1612558],[-888364,1612582],[-888805,1612302],[-887303,1611861],[-888630,1611777],[-888335,1611816],[-888491,1611985],[-887595,1612850],[-887635,1611920],[-889562,1611584],[-889581,1610174],[-889802,1610043],[-890559,1612518],[-888948,1611376],[-890011,1610437],[-889677,1612377],[-890356,1612560],[-885912,1612464],[-893517,1612528],[-890536,1610216],[-891459,1612852],[-891564,1612771],[-892555,1612884],[-893197,1612924],[-889757,1610171],[-890576,1612998],[-892623,1613298],[-892611,1613181],[-895440,1613348],[-893743,1613467],[-893914,1614525],[-892196,1613671],[-893375,1613304],[-891875,1615259],[-893338,1613237],[-893537,1614179],[-886976,1613076],[-889298,1613193],[-895688,1613071],[-892254,1613719],[-892159,1613813],[-892640,1614198],[-891877,1614288],[-893219,1614789],[-892286,1613931],[-893069,1614761],[-891068,1614569],[-891447,1614565],[-893082,1614540],[-892201,1613938],[-892008,1613718],[-891207,1615200],[-884997,1627152],[-885271,1628315],[-883908,1628768],[-885097,1628566],[-885134,1627663],[-884136,1627851],[-885719,1628950],[-896131,1466340],[-896570,1465470],[-896416,1466467],[-905529,1497484],[-905204,1497395],[-905448,1497546],[-904522,1497118],[-905705,1497483],[-905709,1497433],[-904763,1496193],[-904024,1495530],[-904108,1495353],[-906477,1502636],[-906921,1501630],[-905969,1502007],[-907307,1502616],[-906576,1502946],[-907180,1502087],[-906455,1502366],[-906739,1502746],[-907044,1501821],[-907089,1502793],[-906584,1501333],[-906463,1500968],[-906641,1501218],[-906888,1500767],[-906506,1501696],[-907205,1500899],[-907213,1501139],[-906390,1501307],[-906098,1501793],[-907403,1501776],[-905170,1499923],[-905282,1500009],[-905930,1500742],[-905292,1501097],[-905824,1500254],[-905430,1500135],[-904880,1499614],[-905155,1499604],[-904963,1500400],[-905485,1500057],[-907155,1560905],[-907916,1561530],[-906854,1561422],[-905647,1562884],[-905934,1563906],[-906856,1563659],[-906635,1562862],[-905122,1563003],[-905584,1563756],[-906545,1563119],[-906711,1562406],[-906674,1563707],[-905729,1562163],[-908369,1563665],[-906828,1563076],[-906750,1563694],[-908514,1564424],[-907075,1564228],[-907559,1563168],[-907917,1564131],[-906948,1564282],[-906646,1562294],[-906399,1562141],[-908415,1563192],[-906594,1562691],[-905077,1564026],[-905251,1562623],[-904254,1563437],[-907722,1562587],[-907575,1562021],[-908220,1562686],[-908680,1564739],[-907053,1562693],[-907022,1563580],[-904941,1580527],[-904018,1582434],[-905462,1582511],[-902434,1581940],[-901271,1580696],[-901125,1581182],[-900766,1580396],[-900965,1580097],[-902857,1580148],[-900754,1579896],[-900697,1580543],[-900819,1581052],[-902378,1580158],[-900833,1585456],[-901526,1586279],[-901449,1586176],[-899438,1584783],[-899309,1584407],[-900695,1584415],[-900350,1584922],[-900648,1583884],[-900218,1585522],[-901229,1584481],[-902807,1583349],[-902523,1584761],[-903767,1585276],[-902649,1583408],[-902816,1583998],[-901457,1584996],[-902804,1584424],[-902254,1583314],[-902566,1583045],[-901583,1584599],[-903908,1580280],[-902784,1582527],[-902419,1581384],[-902896,1581022],[-902728,1580338],[-904661,1581048],[-903581,1580396],[-904798,1581689],[-904604,1580794],[-902371,1580909],[-903350,1579226],[-901667,1579863],[-903092,1580291],[-903499,1578800],[-903735,1579791],[-902534,1579285],[-902803,1580959],[-903294,1579203],[-903438,1580457],[-902471,1580571],[-906982,1580002],[-907877,1579904],[-905645,1582218],[-907941,1580180],[-908002,1580004],[-907391,1581962],[-907883,1580138],[-908011,1580803],[-907707,1580447],[-907472,1580570],[-907542,1581153],[-902455,1580980],[-899875,1582215],[-901171,1583099],[-901996,1580476],[-902117,1582205],[-903555,1581471],[-900731,1582972],[-902179,1582688],[-901649,1580884],[-900442,1580986],[-898716,1589515],[-904114,1590940],[-904156,1590773],[-905508,1591732],[-903059,1590642],[-903364,1590523],[-905118,1597534],[-905232,1596324],[-905121,1597661],[-896094,1612374],[-896753,1612497],[-896082,1612109],[-896127,1612296],[-896170,1612574],[-896519,1612736],[-896512,1612645],[-896034,1611705],[-896202,1612128],[-897444,1610172],[-897372,1611406],[-896707,1610683],[-906624,1602606],[-906622,1602575],[-898803,1610742],[-898654,1609599],[-898359,1610663],[-898082,1609564],[-898224,1611163],[-897965,1611135],[-898206,1612350],[-898773,1612301],[-897305,1612545],[-897045,1612320],[-898568,1612378],[-897500,1612979],[-898206,1612891],[-898584,1612151],[-898450,1611742],[-898166,1611480],[-898074,1611893],[-898241,1611283],[-897951,1611290],[-897166,1612329],[-897998,1611599],[-897087,1612351],[-898952,1612171],[-898977,1612458],[-898137,1612601],[-897692,1612691],[-898087,1611306],[-897622,1611407],[-898443,1611257],[-897366,1612013],[-898530,1612470],[-897773,1611682],[-897606,1612205],[-897674,1612222],[-897309,1612625],[-898601,1611637],[-898099,1613256],[-897443,1613005],[-898600,1613019],[-897996,1613389],[-896570,1613691],[-897265,1613378],[-896536,1613142],[-896387,1613751],[-896998,1613247],[-897582,1613369],[-897724,1613396],[-898634,1613128],[-897597,1613434],[-910337,1503065],[-911128,1502935],[-911069,1502821],[-910720,1502143],[-911155,1502154],[-909849,1503167],[-910283,1502864],[-910595,1503181],[-910236,1503423],[-910886,1503525],[-910658,1506400],[-911119,1506044],[-911168,1505607],[-911025,1506976],[-910888,1505645],[-910760,1505924],[-910767,1506527],[-910919,1505587],[-910351,1506566],[-910638,1505969],[-911850,1504950],[-911561,1505413],[-911306,1505608],[-911170,1503958],[-912535,1505425],[-911515,1506469],[-911785,1504627],[-914706,1508798],[-914116,1509000],[-914452,1508816],[-914117,1509544],[-914915,1509081],[-914225,1508069],[-914274,1508963],[-914203,1508552],[-914159,1508767],[-914714,1509164],[-918330,1506402],[-917830,1506329],[-918241,1506892],[-917778,1505958],[-918151,1506649],[-918005,1505490],[-911214,1510471],[-912271,1510310],[-912596,1510365],[-911527,1509916],[-912509,1510415],[-911189,1510209],[-912219,1510385],[-917337,1507710],[-917295,1507330],[-917838,1507174],[-917916,1507035],[-917084,1507434],[-917085,1506806],[-917228,1507629],[-916694,1507079],[-917447,1507412],[-917650,1507554],[-919222,1507914],[-919308,1507725],[-919854,1507983],[-918505,1507978],[-919019,1507860],[-919706,1507253],[-918772,1506934],[-919148,1506874],[-919168,1507794],[-918748,1507467],[-919605,1507035],[-920446,1505863],[-920194,1506291],[-919629,1507003],[-920319,1507062],[-920250,1506074],[-920340,1506233],[-920150,1507070],[-911495,1521448],[-911382,1521839],[-911496,1522285],[-911182,1521412],[-911741,1522178],[-911225,1520991],[-912407,1522196],[-911290,1521538],[-912198,1521321],[-914216,1522536],[-914023,1521722],[-913025,1522230],[-914117,1522598],[-913778,1522318],[-913100,1522232],[-914412,1522770],[-917362,1521627],[-917301,1520819],[-919134,1520626],[-917308,1522111],[-919124,1519874],[-917023,1519713],[-918150,1520665],[-917635,1521518],[-917812,1521158],[-917351,1521397],[-915089,1519523],[-917651,1522074],[-918495,1520766],[-918727,1521217],[-918545,1520318],[-918732,1520864],[-917803,1522049],[-912316,1522361],[-913235,1521804],[-912341,1521545],[-913581,1521216],[-912122,1521759],[-913530,1522415],[-912503,1522081],[-913524,1522187],[-912275,1521338],[-913564,1522452],[-916386,1519539],[-916745,1518926],[-916295,1519716],[-915449,1519964],[-915669,1519656],[-915879,1518775],[-916744,1518955],[-916002,1519501],[-916261,1518911],[-916230,1519987],[-911239,1511347],[-911473,1510805],[-911304,1511134],[-908920,1561083],[-920947,1560885],[-919002,1561006],[-919912,1561193],[-919106,1560199],[-921217,1560788],[-916702,1560829],[-918691,1560476],[-918067,1560587],[-916898,1561351],[-918631,1561092],[-917845,1561716],[-917372,1561262],[-918493,1561546],[-917697,1573553],[-914682,1574122],[-913919,1573835],[-913655,1563674],[-911013,1563353],[-911497,1562857],[-911276,1563637],[-911167,1562847],[-919226,1564844],[-919340,1562746],[-918728,1563941],[-917442,1564688],[-919192,1564587],[-918852,1562389],[-917269,1567065],[-916810,1567129],[-917560,1566515],[-916734,1565836],[-920313,1562423],[-919822,1562001],[-919908,1562194],[-919016,1562115],[-920810,1562560],[-918595,1564710],[-918157,1565448],[-920266,1563194],[-918693,1565471],[-919812,1564023],[-920187,1564674],[-918665,1563714],[-920172,1565052],[-919412,1564015],[-916207,1565929],[-918505,1567023],[-917763,1565544],[-916075,1566809],[-918444,1566006],[-916749,1574455],[-910358,1564702],[-910391,1563922],[-915684,1574367],[-916646,1574581],[-909719,1564172],[-910517,1562982],[-909067,1561955],[-920375,1572668],[-909138,1562631],[-910467,1561930],[-919515,1563937],[-919678,1563678],[-918638,1562918],[-918731,1563662],[-918587,1564966],[-919691,1564719],[-919449,1563726],[-920243,1563763],[-919234,1563441],[-918938,1564181],[-911016,1576013],[-916651,1574895],[-909981,1586363],[-910748,1587111],[-909887,1586360],[-909142,1587019],[-910007,1586878],[-910274,1586688],[-918067,1586880],[-917994,1586949],[-915833,1574790],[-916966,1575682],[-916079,1575895],[-916030,1575485],[-916376,1575985],[-917098,1576260],[-916663,1576040],[-914885,1575994],[-912099,1575634],[-913101,1575686],[-911417,1576163],[-911737,1577081],[-912874,1575961],[-912657,1576074],[-911654,1576120],[-912419,1576046],[-913396,1576274],[-911247,1576524],[-919586,1580245],[-919068,1580812],[-919611,1581186],[-919468,1581027],[-919214,1578253],[-919030,1577801],[-919319,1577425],[-918747,1578435],[-918530,1577507],[-933500,1446176],[-933727,1445657],[-933959,1445921],[-932860,1446395],[-934360,1446188],[-933604,1459028],[-933405,1458926],[-932426,1458876],[-933179,1458872],[-932630,1458864],[-932439,1458854],[-933295,1446831],[-933960,1446629],[-933576,1447156],[-933605,1447055],[-933055,1458197],[-933274,1457952],[-931879,1455088],[-930964,1454829],[-930926,1455754],[-932641,1458393],[-932473,1455619],[-932271,1455695],[-932215,1455871],[-931581,1456699],[-932115,1456575],[-931543,1455988],[-931678,1455790],[-931428,1455977],[-932208,1456403],[-932195,1454363],[-931907,1454825],[-931455,1455804],[-931428,1454822],[-931402,1455122],[-932376,1454813],[-930944,1458024],[-930009,1456973],[-929737,1457974],[-930457,1457169],[-930069,1458373],[-929694,1457640],[-930090,1458187],[-930973,1458545],[-930853,1457627],[-932556,1458744],[-932792,1458238],[-932305,1458012],[-932415,1457560],[-931765,1459045],[-932492,1458075],[-933128,1458592],[-932545,1464626],[-932233,1464105],[-932333,1464522],[-932407,1463403],[-932808,1464453],[-931780,1464619],[-933396,1463308],[-932838,1464447],[-932045,1463071],[-933048,1464087],[-933374,1466569],[-931947,1466543],[-932392,1467073],[-933478,1465274],[-933196,1466031],[-932179,1466806],[-932060,1465137],[-933268,1466523],[-932763,1467050],[-932304,1464805],[-932899,1468149],[-933023,1467831],[-933676,1466925],[-933806,1467282],[-933655,1466828],[-933876,1467215],[-932914,1467646],[-932664,1467092],[-933670,1468035],[-933735,1467291],[-931528,1510180],[-927756,1507218],[-927464,1507329],[-928281,1507867],[-928176,1507039],[-928415,1507599],[-927419,1508360],[-930069,1508919],[-929788,1507980],[-928207,1508347],[-930458,1510576],[-934353,1508211],[-933068,1509745],[-934381,1507534],[-932977,1507878],[-933788,1507519],[-933041,1508973],[-933973,1507695],[-933827,1508412],[-930339,1506882],[-930547,1508111],[-930660,1508104],[-930494,1506911],[-930526,1507968],[-930354,1507906],[-930735,1507601],[-930061,1507307],[-930632,1506960],[-929448,1508551],[-929192,1507932],[-930126,1508213],[-929466,1508097],[-928838,1508959],[-929809,1508282],[-928973,1508153],[-929224,1508694],[-933875,1519418],[-932012,1518667],[-932339,1519728],[-932552,1519668],[-932926,1519126],[-931646,1518973],[-932479,1518148],[-932379,1516937],[-931434,1518987],[-932766,1518239],[-931556,1517270],[-931961,1513451],[-931588,1513199],[-931293,1513803],[-931796,1513276],[-930322,1511820],[-931230,1513597],[-929806,1512485],[-930821,1512692],[-931289,1512509],[-929996,1512211],[-931092,1512232],[-931113,1513590],[-930577,1512286],[-930604,1512464],[-931199,1512682],[-930933,1511740],[-931413,1511427],[-930806,1511488],[-930819,1511306],[-931283,1511152],[-922274,1560881],[-923133,1559828],[-923016,1572762],[-923826,1572166],[-927653,1587024],[-928674,1586638],[-930724,1586283],[-928983,1587064],[-930285,1587215],[-931042,1587034],[-929494,1586700],[-926957,1587119],[-926435,1587313],[-926547,1586669],[-927281,1587333],[-932428,1585292],[-927088,1587762],[-925885,1588585],[-926547,1588773],[-926399,1588781],[-929665,1588967],[-928837,1588885],[-928962,1587552],[-930920,1587931],[-930003,1587556],[-931755,1588723],[-930671,1587979],[-929974,1587759],[-931564,1588918],[-929794,1588689],[-925167,1588669],[-925607,1588000],[-932257,1588457],[-933178,1589806],[-934254,1593686],[-933608,1596117],[-933815,1596447],[-930547,1599751],[-933188,1597102],[-930536,1597066],[-934181,1597574],[-933767,1599992],[-934090,1599882],[-934231,1599876],[-933551,1598903],[-933326,1599397],[-934244,1599090],[-933217,1598975],[-934373,1598905],[-934187,1598244],[-933367,1598360],[-934107,1599307],[-933226,1598612],[-934339,1599233],[-933775,1599659],[-933978,1600126],[-934310,1599396],[-934071,1598625],[-933972,1598875],[-933317,1598709],[-933894,1597881],[-933623,1597916],[-934094,1599171],[-933427,1599429],[-933696,1599283],[-933724,1598678],[-933745,1600711],[-934390,1601036],[-934126,1600744],[-934248,1600211],[-929887,1601636],[-932161,1600782],[-929433,1601420],[-933840,1600666],[-921986,1601675],[-922114,1601267],[-922008,1601267],[-934216,1601217],[-933783,1600404],[-933833,1601648],[-934106,1600381],[-938624,1443977],[-937190,1443214],[-936535,1442998],[-937478,1443110],[-938986,1443774],[-936117,1443043],[-936251,1442614],[-937188,1443128],[-938341,1443425],[-939565,1443176],[-938730,1443692],[-938495,1443205],[-934415,1446351],[-934954,1445872],[-934879,1445898],[-935033,1446358],[-947057,1458490],[-947165,1458505],[-946756,1458546],[-946386,1457874],[-947024,1458312],[-947173,1458185],[-946578,1458278],[-946419,1458155],[-946501,1457969],[-946594,1458342],[-938244,1456809],[-938532,1457304],[-938371,1457608],[-938589,1456887],[-937578,1456290],[-938989,1457505],[-938047,1456077],[-938458,1457251],[-938213,1456365],[-938435,1456927],[-935056,1446961],[-935085,1446603],[-935442,1446696],[-934402,1446768],[-945691,1491262],[-935728,1507809],[-936788,1506424],[-935018,1507278],[-936252,1507473],[-937236,1506046],[-934895,1507181],[-936362,1507261],[-938007,1502845],[-938036,1502796],[-936829,1506674],[-938409,1502114],[-937163,1502764],[-935446,1508219],[-934849,1507297],[-940948,1505458],[-939768,1506783],[-940348,1506503],[-940500,1505987],[-941218,1506588],[-939949,1505656],[-940766,1506389],[-939826,1505693],[-938310,1507287],[-938035,1507234],[-937941,1506301],[-937650,1507443],[-940362,1502342],[-940700,1503229],[-939931,1502646],[-941164,1502381],[-939939,1502317],[-940397,1502804],[-941124,1503063],[-940625,1502405],[-941278,1502352],[-940611,1502025],[-939845,1501930],[-939344,1502060],[-939055,1501823],[-938592,1502966],[-938941,1502439],[-939416,1502745],[-939336,1502930],[-939170,1502975],[-938952,1503065],[-939937,1503532],[-940174,1503409],[-939906,1503492],[-939658,1503325],[-939123,1503791],[-939700,1503030],[-940229,1503017],[-939827,1503191],[-937676,1503475],[-937657,1502105],[-938152,1503441],[-938145,1502213],[-938366,1503060],[-937893,1506413],[-938115,1506606],[-938009,1506619],[-938310,1507588],[-937464,1506524],[-937441,1506483],[-938244,1507151],[-937135,1507018],[-937838,1506516],[-938024,1507421],[-941296,1519058],[-937218,1517149],[-938200,1518704],[-940908,1517608],[-935824,1512520],[-940291,1519412],[-935712,1513948],[-934628,1513412],[-939573,1516391],[-934945,1512593],[-935373,1513606],[-939320,1518206],[-939494,1519218],[-939651,1518509],[-941264,1516868],[-938871,1515870],[-937588,1517354],[-936684,1517512],[-935831,1513182],[-936479,1515769],[-937284,1515396],[-938084,1515475],[-937880,1516598],[-938149,1518122],[-939100,1517759],[-935429,1516451],[-936621,1514638],[-939889,1518176],[-939321,1515920],[-937741,1518742],[-936106,1515981],[-938942,1515990],[-940917,1517978],[-935910,1513445],[-937491,1518024],[-939546,1515669],[-938107,1515443],[-938724,1515540],[-939182,1515898],[-940322,1515354],[-939764,1514860],[-938414,1516927],[-938783,1516737],[-939636,1515199],[-940152,1516154],[-939053,1514538],[-937505,1514871],[-938490,1515761],[-936871,1514344],[-937878,1515447],[-937657,1514491],[-936576,1515201],[-938236,1516565],[-938962,1515153],[-938610,1515491],[-935681,1586296],[-938104,1594380],[-942424,1598343],[-942437,1598083],[-942630,1597487],[-942455,1598109],[-943123,1598184],[-941842,1597557],[-940561,1599346],[-940104,1599855],[-940838,1600121],[-940281,1599863],[-941969,1598702],[-940830,1599284],[-940752,1598583],[-941068,1597890],[-940960,1598867],[-939882,1598889],[-940715,1598413],[-940168,1598515],[-940597,1597524],[-940723,1598161],[-938938,1597963],[-939520,1598373],[-940032,1597822],[-940358,1597378],[-938479,1597005],[-939210,1597265],[-938618,1597298],[-939688,1597946],[-939341,1596898],[-939530,1596577],[-939017,1597314],[-938901,1596793],[-939706,1596855],[-939165,1596732],[-940142,1596928],[-940666,1596860],[-940466,1596439],[-940845,1595817],[-940674,1596616],[-940067,1596759],[-940344,1596830],[-940476,1596448],[-940569,1596904],[-940803,1596070],[-941896,1598555],[-942730,1597250],[-943238,1597667],[-943247,1597274],[-941838,1598467],[-942164,1598346],[-941643,1598417],[-943167,1598376],[-941805,1599580],[-942207,1599638],[-940971,1600136],[-942173,1598761],[-942141,1598752],[-942319,1599915],[-941116,1599858],[-941994,1599899],[-942171,1600025],[-936596,1599302],[-936876,1599571],[-937743,1598278],[-936571,1599245],[-936402,1599439],[-936825,1599231],[-936406,1599212],[-936745,1598348],[-938206,1599310],[-938369,1599532],[-937670,1599508],[-937430,1599190],[-936937,1599210],[-937416,1600132],[-938472,1598865],[-938356,1599904],[-937430,1600007],[-935395,1598463],[-935695,1598187],[-935971,1598507],[-935402,1599138],[-935905,1598535],[-935443,1598359],[-934863,1598766],[-935271,1599257],[-934927,1598816],[-935389,1599545],[-935224,1599511],[-935371,1599459],[-934467,1600137],[-934401,1599113],[-936119,1596437],[-935495,1596970],[-935786,1596661],[-936565,1597309],[-935897,1597291],[-935957,1596041],[-936223,1596233],[-936400,1596937],[-937042,1596437],[-936011,1596526],[-937380,1595111],[-937305,1594759],[-937576,1595357],[-938511,1596238],[-937384,1595986],[-938088,1596111],[-938204,1594694],[-938125,1595044],[-938742,1595928],[-938826,1595887],[-938309,1595886],[-938412,1594751],[-939777,1595038],[-938470,1594666],[-939737,1595495],[-938629,1594727],[-938865,1594513],[-938603,1594848],[-939448,1595759],[-938333,1595017],[-938541,1593981],[-938718,1593861],[-937772,1593312],[-938743,1594553],[-937598,1593438],[-938569,1594427],[-938205,1594344],[-938717,1593959],[-938049,1593574],[-938213,1587486],[-935718,1590866],[-938376,1592491],[-937896,1592788],[-938978,1587949],[-938887,1590958],[-937123,1591783],[-939740,1590152],[-937681,1592386],[-939705,1594170],[-937931,1593663],[-940601,1597583],[-939611,1594225],[-937937,1595961],[-936568,1598097],[-936686,1595369],[-934925,1596673],[-942139,1599034],[-943477,1597998],[-946780,1595914],[-943415,1597145],[-946549,1599596],[-941829,1600001],[-945201,1599328],[-935630,1599722],[-936386,1597784],[-935418,1598318],[-934807,1598419],[-935195,1598696],[-936490,1599489],[-936280,1600067],[-934737,1598559],[-935909,1600188],[-941442,1595069],[-940935,1595633],[-938163,1595126],[-940614,1595455],[-938906,1593312],[-940147,1593664],[-938789,1592678],[-938074,1593535],[-940981,1596047],[-940300,1593293],[-943003,1595965],[-944377,1599062],[-943016,1595906],[-942197,1598157],[-944650,1595979],[-943028,1596398],[-943829,1597077],[-942877,1595359],[-943688,1597070],[-942289,1595354],[-941508,1599127],[-941636,1598909],[-943234,1600056],[-940554,1599363],[-940728,1598965],[-940136,1599425],[-940858,1599258],[-940816,1600064],[-940117,1599460],[-940225,1598865],[-940546,1598492],[-939871,1598752],[-940683,1598686],[-939767,1598802],[-940631,1599296],[-940849,1598098],[-940889,1598172],[-939521,1598581],[-940733,1598589],[-939976,1598524],[-939962,1598523],[-939701,1597883],[-938954,1598188],[-939196,1598037],[-939084,1598439],[-940315,1597708],[-939170,1598282],[-939477,1597963],[-940024,1598192],[-938813,1596463],[-938456,1597567],[-939976,1597136],[-939178,1597568],[-939019,1597133],[-938833,1597682],[-939083,1597492],[-938647,1597496],[-938744,1596503],[-939380,1596532],[-941120,1596037],[-940358,1595838],[-940468,1596905],[-941169,1596879],[-940877,1596143],[-940377,1595533],[-939911,1596557],[-941313,1596352],[-939979,1596094],[-940249,1595893],[-941727,1598606],[-942277,1597104],[-942284,1597746],[-941772,1597537],[-942648,1597392],[-941974,1598369],[-943027,1598540],[-942143,1597745],[-942888,1598380],[-941625,1597547],[-941810,1597948],[-942117,1598186],[-941768,1599493],[-942071,1599457],[-941252,1600025],[-942279,1599613],[-941771,1599874],[-941103,1599380],[-942402,1599853],[-941402,1600103],[-941689,1598990],[-942047,1598906],[-937680,1598722],[-936645,1599792],[-937410,1598531],[-937807,1598708],[-936925,1599212],[-937312,1598423],[-936924,1599178],[-937899,1598312],[-938334,1599552],[-937694,1599069],[-938453,1600159],[-937714,1600165],[-937588,1600059],[-937714,1599093],[-937641,1599134],[-937034,1599698],[-936896,1600105],[-937603,1599958],[-936305,1598840],[-935974,1599249],[-935109,1598464],[-936073,1599431],[-935659,1599194],[-935619,1598713],[-935823,1599259],[-936279,1598891],[-936376,1598734],[-934645,1599331],[-934484,1599321],[-935101,1599613],[-934620,1599475],[-935392,1599422],[-935079,1599479],[-934842,1599452],[-934854,1599881],[-934883,1599752],[-936344,1596984],[-936196,1596440],[-936650,1596703],[-936884,1596219],[-936242,1596622],[-937034,1596278],[-935872,1596689],[-935557,1596480],[-936927,1596076],[-936988,1596871],[-937998,1596167],[-937348,1595036],[-937656,1594968],[-937781,1594716],[-937914,1595503],[-937989,1596017],[-938187,1595977],[-938678,1596241],[-937803,1594881],[-938987,1595950],[-939840,1595554],[-939290,1594505],[-939106,1594642],[-939114,1595011],[-939772,1595084],[-939205,1595141],[-938821,1595320],[-938482,1595295],[-938992,1595503],[-938801,1595413],[-937549,1593662],[-937676,1593383],[-938744,1593774],[-938724,1593891],[-937360,1594315],[-938634,1593323],[-938660,1593923],[-938458,1593240],[-937217,1594166],[-937455,1594550],[-940375,1602180],[-939896,1600314],[-940489,1601907],[-939719,1600875],[-939903,1603782],[-939178,1600628],[-938043,1603593],[-941514,1601684],[-939462,1602609],[-938539,1603702],[-942419,1602256],[-939260,1602998],[-940825,1602142],[-941495,1602798],[-938620,1603502],[-937870,1604114],[-940500,1600312],[-940722,1602242],[-942159,1602184],[-939751,1601327],[-941180,1602466],[-940100,1601226],[-938412,1602930],[-940604,1600539],[-939058,1603335],[-939564,1602775],[-940306,1600291],[-938056,1603210],[-940258,1602087],[-939180,1603015],[-940507,1602476],[-939139,1600646],[-938223,1603148],[-940850,1602803],[-939809,1603341],[-940031,1600548],[-941126,1602603],[-940555,1603419],[-940409,1602416],[-941928,1601861],[-940260,1602524],[-940516,1603091],[-941153,1602590],[-941796,1602969],[-938052,1602897],[-941820,1601627],[-939160,1601190],[-938760,1603528],[-938297,1603330],[-939095,1603370],[-940605,1602541],[-940526,1602662],[-939011,1603378],[-940438,1600430],[-940106,1600903],[-939166,1600622],[-935417,1600792],[-934585,1601126],[-940549,1601291],[-937481,1603061],[-939116,1600987],[-942446,1602081],[-941935,1602228],[-938544,1602840],[-941445,1602828],[-937401,1603866],[-939095,1600834],[-941154,1603175],[-940058,1602201],[-939905,1602852],[-937612,1602851],[-941268,1600298],[-939323,1603412],[-939461,1601804],[-940682,1602126],[-939126,1600743],[-940672,1600533],[-939175,1601563],[-937324,1602752],[-942153,1602228],[-939703,1600686],[-937497,1603968],[-939731,1601200],[-938755,1604164],[-939182,1600686],[-934812,1600376],[-942358,1602206],[-934513,1600695],[-940100,1602624],[-939603,1603093],[-935067,1600531],[-941576,1600208],[-940461,1603128],[-938711,1603279],[-941779,1602651],[-941332,1603015],[-939856,1603771],[-939927,1603402],[-939828,1603661],[-935037,1601109],[-938436,1600214],[-938487,1602915],[-938217,1602933],[-940140,1601766],[-939230,1602196],[-938566,1601271],[-935128,1600205],[-946143,1600488],[-943432,1600851],[-945748,1603351],[-940868,1600407],[-943448,1600885],[-935680,1600358],[-934599,1601500],[-934580,1600852],[-936975,1600340],[-942301,1600890],[-942820,1600327],[-943438,1600417],[-940446,1600353],[-939606,1604159],[-938030,1603526],[-938844,1603182],[-940087,1602537],[-939426,1603765],[-939519,1602771],[-938831,1604259],[-953424,1441675],[-953546,1440717],[-953252,1440568],[-953884,1440916],[-953002,1440925],[-953328,1441286],[-953954,1440893],[-953782,1440433],[-953547,1441554],[-953305,1441047],[-955128,1441013],[-955181,1442079],[-955470,1442103],[-954395,1441050],[-955497,1441881],[-955764,1441393],[-955576,1441403],[-950859,1445811],[-951550,1445288],[-950745,1446400],[-951380,1446319],[-951257,1445446],[-952179,1445174],[-951672,1446095],[-951990,1446030],[-952224,1446295],[-952182,1445439],[-951139,1456313],[-950217,1456960],[-950842,1456262],[-951467,1457533],[-951464,1457116],[-950433,1456829],[-950961,1457411],[-951469,1457089],[-951217,1456791],[-950506,1457182],[-948248,1457120],[-948212,1457244],[-947675,1456730],[-947909,1456869],[-947422,1456535],[-947449,1456937],[-949842,1447510],[-950860,1447539],[-951057,1447465],[-950001,1447034],[-951293,1447335],[-950577,1446966],[-950049,1447857],[-949926,1446898],[-950789,1446750],[-949796,1447152],[-952034,1447669],[-951777,1446806],[-951487,1446942],[-952551,1447003],[-951421,1448076],[-952399,1447208],[-951869,1446882],[-952040,1447020],[-951260,1446714],[-949699,1461051],[-950220,1460786],[-949234,1460823],[-950244,1460398],[-949429,1460956],[-949697,1460500],[-956833,1497346],[-956531,1497619],[-956824,1497140],[-957165,1497174],[-951022,1492427],[-954694,1500972],[-959739,1500931],[-959828,1500882],[-954849,1501396],[-954821,1501448],[-954824,1501401],[-953168,1504304],[-953603,1504614],[-953907,1504567],[-953686,1504331],[-953964,1502965],[-951141,1502326],[-950817,1502443],[-951117,1502098],[-950716,1501089],[-950779,1501136],[-950744,1500830],[-950781,1501133],[-951180,1503616],[-951356,1503717],[-952491,1499531],[-952749,1499515],[-957413,1502249],[-956977,1502432],[-957317,1502564],[-957433,1502410],[-956988,1501930],[-955541,1506738],[-957030,1502312],[-957254,1502291],[-957097,1502512],[-954542,1506707],[-955381,1506704],[-951847,1499254],[-954933,1506724],[-954578,1507006],[-954892,1506371],[-954641,1506664],[-955551,1506591],[-959504,1510022],[-952555,1498726],[-952154,1498785],[-953942,1503320],[-952133,1498903],[-952321,1498996],[-958142,1504880],[-957940,1504994],[-957811,1504985],[-957828,1504514],[-957583,1504887],[-959346,1507359],[-958763,1507527],[-958986,1507104],[-958858,1508170],[-959101,1507893],[-958863,1508272],[-958887,1507222],[-958889,1507231],[-959481,1508984],[-959845,1508810],[-959374,1509151],[-959014,1509142],[-957522,1509067],[-957072,1509057],[-957243,1508474],[-957274,1509038],[-957374,1508366],[-957688,1508704],[-957827,1505613],[-957961,1505530],[-957695,1505713],[-956285,1504099],[-956306,1504208],[-956291,1504351],[-956259,1503873],[-956924,1504365],[-957027,1504525],[-956225,1504063],[-955654,1504156],[-956841,1504062],[-959023,1505989],[-958864,1506126],[-958798,1506134],[-958800,1505904],[-958821,1505788],[-957986,1503512],[-958129,1503467],[-958203,1503581],[-958192,1503545],[-958251,1503645],[-958154,1503627],[-957925,1503702],[-957892,1503632],[-955822,1502185],[-955960,1502120],[-955889,1502280],[-955940,1502109],[-955855,1502255],[-956036,1506743],[-955827,1506943],[-956027,1507079],[-957482,1502973],[-957500,1503202],[-957338,1502366],[-957688,1501325],[-958230,1505916],[-959305,1507178],[-956704,1503668],[-956892,1503757],[-956551,1503632],[-956690,1503753],[-956781,1503846],[-956554,1504070],[-956961,1503946],[-956966,1503580],[-956883,1503859],[-958117,1504894],[-958405,1504522],[-958162,1504804],[-958361,1504588],[-958365,1504524],[-957961,1504831],[-958283,1504622],[-958038,1504417],[-956645,1503823],[-956552,1504003],[-956986,1504033],[-956508,1504029],[-956955,1504024],[-956526,1503645],[-956894,1503647],[-956487,1503805],[-956985,1503990],[-956945,1504078],[-958337,1504690],[-958336,1504677],[-958431,1504321],[-958172,1504640],[-958072,1504372],[-958017,1504878],[-958290,1504779],[-958239,1504855],[-959024,1516074],[-951544,1515028],[-953827,1515788],[-952978,1515653],[-953306,1515194],[-954674,1515684],[-952900,1516971],[-959816,1510874],[-951599,1514654],[-959921,1514343],[-952873,1516854],[-950614,1515199],[-952518,1515774],[-953224,1515996],[-953362,1515794],[-959301,1514813],[-952118,1515408],[-958270,1511576],[-958548,1511352],[-957047,1547693],[-953617,1570423],[-955817,1572024],[-952848,1569710],[-951827,1573534],[-953967,1573613],[-953389,1569374],[-954500,1571850],[-950426,1593274],[-948855,1593679],[-948886,1603668],[-948939,1602023],[-948634,1601502],[-947316,1602020],[-969865,1454344],[-969433,1455543],[-970068,1455689],[-969811,1455753],[-970086,1455035],[-970239,1455298],[-970212,1454522],[-970238,1453532],[-971000,1453910],[-971304,1453046],[-969959,1453145],[-971236,1453339],[-970526,1453003],[-970786,1453468],[-970181,1453213],[-970207,1453035],[-971340,1453220],[-968832,1454439],[-969446,1454329],[-969826,1453318],[-969675,1454616],[-969898,1454187],[-969672,1453734],[-969781,1453624],[-969790,1453851],[-965410,1455990],[-966364,1455617],[-965800,1455577],[-965093,1456105],[-963948,1457866],[-964589,1457295],[-963812,1457308],[-964425,1459089],[-968796,1458783],[-968985,1457828],[-968673,1458507],[-969215,1458404],[-968258,1459340],[-965797,1457090],[-965140,1457298],[-964632,1457372],[-965145,1457897],[-965559,1456429],[-965670,1457294],[-965255,1457284],[-964870,1457890],[-964984,1456819],[-965745,1457737],[-968611,1459627],[-964641,1459797],[-965107,1459499],[-961361,1498981],[-961216,1498389],[-972325,1500363],[-969821,1500798],[-970338,1500766],[-969811,1500392],[-970124,1500342],[-969916,1500382],[-969495,1500164],[-969044,1499485],[-972652,1507836],[-972606,1507798],[-972637,1508035],[-972511,1507718],[-972376,1506198],[-972598,1506433],[-972425,1507023],[-972731,1509526],[-972269,1509786],[-972718,1509829],[-972604,1509672],[-972605,1509938],[-972745,1510120],[-970476,1510251],[-971010,1510310],[-969894,1509814],[-970424,1510072],[-970165,1509894],[-970507,1509945],[-970255,1509845],[-965492,1506059],[-965274,1506072],[-965183,1505505],[-964881,1505815],[-964244,1505683],[-964555,1505776],[-965003,1506122],[-964786,1506318],[-964990,1506118],[-966056,1505761],[-965537,1505748],[-965940,1505814],[-962022,1505545],[-962322,1505904],[-962306,1505918],[-971457,1508983],[-960639,1503524],[-960463,1503640],[-960933,1503440],[-960918,1503582],[-960689,1503441],[-961831,1504160],[-961797,1504171],[-961614,1504305],[-961371,1504052],[-961232,1503889],[-960228,1503052],[-960099,1503217],[-960215,1503587],[-960185,1503353],[-969147,1504095],[-971089,1503509],[-970374,1504173],[-969834,1502456],[-970046,1504174],[-970473,1504219],[-960757,1501507],[-960768,1502190],[-960240,1501559],[-960940,1500908],[-960352,1501157],[-960938,1501905],[-963940,1504223],[-964072,1504530],[-971959,1510245],[-972672,1507124],[-972520,1507243],[-972685,1507127],[-972466,1507353],[-972775,1507071],[-972604,1507163],[-972383,1507180],[-972788,1507075],[-972440,1507241],[-972701,1507271],[-972400,1506580],[-972326,1506769],[-972560,1506479],[-972604,1506362],[-972620,1506351],[-972365,1506582],[-972630,1506176],[-972413,1506232],[-972412,1506342],[-972545,1506190],[-961077,1503853],[-971340,1503153],[-971038,1503740],[-972564,1502130],[-972753,1502477],[-972632,1501816],[-971842,1502054],[-972047,1502308],[-971754,1501634],[-972531,1507289],[-972483,1507463],[-972529,1507101],[-972344,1506995],[-972652,1507182],[-972534,1507231],[-972709,1506984],[-972273,1506408],[-972439,1506568],[-972601,1506640],[-972532,1506494],[-972479,1506329],[-972577,1506494],[-972451,1506464],[-972409,1506557],[-972443,1506679],[-972612,1506485],[-972380,1506334],[-972635,1506290],[-972405,1506516],[-972353,1506359],[-972483,1506425],[-961315,1504360],[-971023,1503768],[-970755,1504039],[-971458,1503069],[-972795,1502249],[-972309,1501804],[-972403,1501402],[-972317,1501772],[-972389,1502504],[-969981,1508855],[-969473,1508723],[-969272,1508748],[-969371,1508827],[-968898,1508380],[-967679,1508930],[-967684,1508655],[-967879,1509232],[-967486,1509125],[-967513,1509372],[-967196,1509000],[-966717,1509831],[-966582,1509829],[-966333,1509506],[-966146,1509585],[-966345,1509555],[-966523,1509571],[-966766,1509502],[-963318,1508548],[-963423,1508760],[-963573,1508873],[-963250,1508427],[-963431,1508222],[-963462,1507697],[-962784,1508100],[-962227,1508448],[-962139,1508412],[-962052,1508213],[-962309,1508245],[-962264,1508165],[-962091,1508130],[-963003,1509359],[-962720,1509436],[-962494,1509596],[-962520,1509535],[-960708,1508945],[-960691,1509355],[-960892,1509368],[-960960,1509193],[-960742,1509251],[-960981,1509319],[-960654,1508960],[-960986,1509288],[-960729,1509359],[-961079,1508108],[-961118,1508488],[-961100,1507993],[-961107,1507699],[-961168,1507826],[-961047,1507317],[-961117,1507238],[-961014,1506965],[-960980,1506882],[-964445,1506766],[-965856,1506760],[-965840,1506676],[-966453,1506741],[-967414,1508170],[-967363,1508186],[-967957,1508228],[-967906,1508256],[-963527,1507113],[-963459,1506623],[-963440,1506632],[-961321,1505971],[-966351,1506514],[-966636,1506738],[-966739,1506687],[-966959,1506519],[-965994,1507871],[-965832,1508219],[-961110,1508186],[-965127,1506610],[-961530,1507999],[-961107,1508332],[-961154,1508151],[-961558,1508039],[-961477,1508382],[-961009,1508078],[-961281,1508256],[-961007,1508315],[-961565,1508162],[-961463,1508178],[-961240,1508210],[-961156,1508211],[-961417,1507906],[-961525,1508003],[-961502,1508352],[-961228,1507955],[-961239,1508209],[-961169,1508431],[-961442,1508081],[-961526,1507896],[-960003,1514436],[-960325,1514411],[-962301,1514395],[-962517,1514709],[-962943,1514759],[-971020,1510669],[-971098,1510766],[-970966,1510924],[-970570,1510805],[-968289,1511202],[-968044,1511221],[-968269,1511216],[-968458,1510910],[-968080,1511301],[-970307,1510901],[-962982,1510767],[-962780,1510697],[-968070,1541661],[-968643,1544838],[-965448,1544649],[-964256,1544443],[-965898,1544105],[-964845,1545264],[-968916,1544592],[-965227,1544840],[-965684,1545003],[-965104,1545287],[-969268,1576583],[-970085,1577276],[-968722,1576875],[-969851,1577707],[-969801,1576716],[-969897,1576618],[-970144,1577433],[-970123,1577095],[-969715,1576476],[-969560,1576485],[-969206,1576562],[-971447,1578663],[-971816,1578645],[-971915,1579192],[-970667,1578932],[-971488,1578833],[-971275,1578417],[-971960,1577884],[-971327,1578515],[-970514,1576191],[-970319,1576609],[-970685,1576680],[-969188,1576155],[-970687,1576342],[-969183,1577468],[-968633,1577163],[-969874,1577623],[-969449,1577070],[-969467,1577301],[-969677,1576306],[-969917,1577577],[-968906,1577094],[-968606,1576283],[-969760,1577514],[-970845,1577714],[-970838,1578385],[-970625,1577992],[-971481,1579222],[-971525,1578628],[-971048,1578885],[-971177,1578145],[-972032,1578066],[-970758,1578030],[-970746,1577735],[-970072,1575733],[-970266,1575900],[-969657,1575436],[-970056,1575529],[-970315,1575879],[-969325,1595872],[-968964,1595886],[-968751,1595674],[-968996,1595532],[-969602,1596474],[-969911,1595769],[-969622,1595859],[-969973,1595737],[-969865,1595834],[-968512,1596693],[-970048,1594275],[-970876,1594208],[-970306,1594343],[-970797,1593614],[-970453,1594016],[-968247,1593744],[-967437,1593227],[-967634,1593960],[-968299,1593511],[-968366,1593495],[-967964,1593869],[-967136,1593819],[-967050,1593856],[-967434,1593373],[-967341,1593128],[-972664,1598677],[-971798,1598411],[-972246,1597723],[-972618,1594934],[-972583,1593905],[-972576,1593731],[-971986,1593179],[-972476,1593283],[-972051,1593005],[-972658,1594295],[-972713,1593808],[-972404,1593366],[-966395,1592898],[-966798,1591749],[-966544,1592823],[-966586,1592978],[-966779,1592498],[-966850,1592631],[-966926,1592554],[-966200,1592810],[-966530,1593052],[-966594,1592656],[-968145,1591956],[-967816,1591852],[-967471,1592499],[-967578,1592511],[-968394,1591560],[-967741,1592139],[-968531,1591880],[-968655,1592214],[-968284,1592588],[-968351,1592097],[-966840,1590295],[-966028,1590008],[-967336,1590069],[-966287,1589545],[-967227,1589455],[-967508,1590579],[-966641,1590182],[-966288,1590454],[-967510,1590045],[-967365,1590329],[-968363,1590187],[-969618,1589935],[-968226,1591119],[-969114,1589913],[-969697,1589968],[-969229,1589767],[-969396,1590862],[-968627,1590544],[-968896,1591228],[-969008,1589795],[-967651,1612079],[-968395,1612641],[-968502,1612355],[-969067,1612606],[-968198,1612897],[-968072,1612178],[-968830,1612143],[-968852,1611433],[-969467,1611996],[-968426,1611644],[-968509,1611372],[-968240,1612080],[-968924,1611557],[-969779,1611952],[-968827,1612084],[-968396,1611848],[-967838,1608195],[-968835,1608109],[-967429,1608457],[-968839,1607628],[-968528,1607649],[-967807,1608302],[-967920,1608984],[-968234,1608073],[-968910,1607921],[-968192,1608266],[-968234,1606287],[-968264,1606147],[-968006,1607439],[-968040,1607240],[-967364,1607417],[-966849,1607016],[-967884,1606529],[-967718,1606898],[-968289,1604701],[-968438,1605589],[-968220,1604376],[-969085,1605304],[-968189,1604521],[-969119,1604492],[-968443,1605556],[-968736,1604259],[-969033,1604116],[-968257,1604543],[-968662,1607976],[-969203,1608532],[-968609,1608877],[-969111,1608039],[-969323,1608663],[-968705,1608050],[-968305,1608983],[-969403,1609360],[-968939,1608532],[-969034,1609105],[-969117,1607298],[-969797,1606403],[-969913,1607271],[-969729,1606354],[-968507,1606959],[-969335,1607170],[-968790,1607098],[-969187,1606150],[-968749,1606826],[-969386,1606610],[-969126,1604192],[-970460,1604017],[-970561,1605164],[-970086,1604309],[-970685,1604368],[-969392,1604526],[-969539,1603911],[-970218,1604489],[-969513,1605263],[-970541,1603958],[-971501,1603614],[-971355,1603563],[-971270,1603540],[-971813,1603631],[-968837,1614291],[-968768,1614584],[-968896,1614521],[-969454,1614509],[-969202,1613187],[-969465,1613388],[-968411,1614309],[-968427,1613553],[-968562,1613712],[-969023,1613183],[-970219,1613879],[-970075,1613160],[-968630,1613508],[-968615,1613402],[-968784,1613437],[-968851,1613528],[-971614,1614915],[-971529,1614886],[-970317,1614483],[-971529,1614764],[-971153,1614970],[-971479,1615042],[-971352,1615821],[-970804,1614824],[-971183,1615970],[-971278,1614653],[-967891,1623542],[-967267,1623662],[-967965,1624805],[-967630,1624403],[-967147,1624083],[-968246,1623458],[-968334,1624427],[-967054,1624778],[-967593,1623723],[-967687,1623929],[-966225,1625132],[-966957,1624908],[-966711,1625432],[-967153,1625100],[-966915,1624848],[-966684,1625422],[-968641,1625356],[-968323,1625721],[-968397,1625237],[-968378,1625063],[-968195,1625305],[-968531,1625750],[-968796,1624898],[-969388,1623496],[-969673,1623274],[-969987,1623639],[-968979,1622789],[-968880,1623531],[-969377,1622763],[-969283,1623220],[-968670,1623527],[-969385,1623032],[-968919,1624024],[-966098,1625902],[-966777,1625869],[-966833,1626042],[-966921,1626074],[-968040,1625866],[-967886,1626451],[-968676,1626099],[-981780,1459079],[-980311,1470629],[-979963,1484212],[-979306,1481894],[-978901,1483421],[-980142,1483411],[-984619,1473659],[-980149,1480410],[-980927,1482981],[-978562,1483335],[-980531,1482629],[-979994,1483674],[-978304,1480702],[-978239,1480600],[-977805,1481914],[-977444,1481555],[-979373,1481159],[-977245,1479502],[-978426,1480298],[-978662,1480016],[-980019,1487717],[-980500,1487887],[-981213,1487173],[-981179,1486420],[-978594,1485970],[-978784,1486625],[-980008,1487309],[-979919,1486623],[-980086,1486166],[-978433,1493518],[-978220,1493285],[-979917,1491740],[-979327,1491544],[-978874,1492592],[-978832,1492641],[-978630,1492135],[-978501,1490784],[-977524,1489992],[-977409,1490637],[-978373,1490956],[-978859,1491110],[-975818,1496176],[-976705,1495962],[-976149,1495826],[-975843,1494650],[-976212,1495324],[-976647,1496912],[-976169,1496896],[-975972,1497454],[-975388,1497406],[-977322,1494384],[-977996,1494321],[-977553,1493601],[-978170,1494030],[-977759,1493949],[-977686,1494613],[-978610,1494415],[-977742,1494423],[-977922,1493997],[-977532,1494616],[-977950,1494733],[-983398,1492001],[-983291,1492273],[-982503,1491548],[-982381,1491914],[-982368,1492188],[-982800,1492022],[-983204,1492264],[-984160,1492619],[-984448,1492051],[-983726,1492214],[-984086,1491605],[-981370,1492135],[-981433,1492364],[-980875,1492014],[-980885,1491633],[-981473,1492063],[-981892,1491612],[-981928,1491977],[-982186,1491113],[-981731,1491361],[-981411,1490888],[-985075,1491517],[-985434,1494509],[-985385,1494423],[-984739,1497726],[-985040,1497569],[-985475,1497474],[-984499,1496959],[-984966,1497342],[-984605,1497081],[-985121,1497350],[-984025,1494979],[-984048,1494796],[-984026,1494812],[-984137,1494801],[-984001,1494712],[-984281,1494448],[-984256,1494005],[-984527,1493956],[-984882,1493402],[-980259,1497377],[-979771,1497312],[-979612,1497379],[-975214,1495783],[-975617,1495929],[-975462,1496344],[-975632,1495941],[-974995,1496384],[-975315,1496001],[-975208,1495922],[-977618,1497083],[-977905,1496601],[-977977,1496141],[-978096,1496487],[-977828,1496642],[-976344,1495945],[-976257,1495950],[-976379,1496484],[-976177,1495946],[-975780,1495862],[-975348,1495980],[-975253,1495861],[-976000,1496223],[-976111,1495882],[-976566,1495954],[-976304,1495967],[-976601,1496374],[-976265,1496050],[-975861,1495713],[-975121,1496288],[-975301,1495753],[-976041,1496150],[-976017,1496203],[-975221,1496060],[-974712,1496298],[-975537,1495934],[-974985,1495995],[-975370,1496113],[-975439,1495864],[-975425,1495985],[-975531,1496095],[-975439,1495908],[-976361,1495951],[-976151,1496266],[-976397,1496489],[-976308,1496422],[-976440,1496317],[-976673,1496124],[-975228,1496011],[-975176,1495913],[-975428,1495591],[-975086,1496290],[-975154,1496308],[-975073,1495858],[-975454,1496145],[-975470,1495975],[-975261,1495798],[-975286,1495909],[-975075,1495924],[-974313,1496462],[-974933,1496351],[-977439,1494423],[-977089,1494568],[-978795,1496283],[-978474,1496090],[-978856,1495290],[-978544,1495360],[-978897,1494703],[-978994,1494575],[-979076,1494327],[-978809,1493749],[-978523,1493935],[-978766,1494361],[-979157,1494777],[-978663,1495316],[-978764,1495121],[-978765,1495024],[-978163,1493572],[-978728,1493153],[-978572,1493177],[-979347,1492733],[-978558,1492669],[-978403,1493049],[-978673,1492776],[-981010,1493636],[-981734,1493238],[-981089,1493489],[-981117,1493896],[-981368,1493570],[-980771,1493491],[-981303,1493242],[-981796,1493976],[-981522,1493751],[-982293,1493309],[-981491,1493350],[-982117,1493146],[-983131,1492524],[-984192,1492787],[-983041,1492681],[-983388,1492343],[-983048,1492785],[-982676,1493827],[-983328,1493380],[-982959,1493839],[-983320,1493669],[-982674,1493666],[-976762,1495578],[-976595,1495438],[-977004,1495604],[-977277,1495731],[-977698,1496755],[-976674,1497047],[-975989,1496979],[-978265,1497602],[-977864,1497412],[-977509,1496976],[-977026,1496497],[-977269,1496087],[-977611,1494592],[-979844,1493985],[-979626,1493201],[-980038,1493711],[-979995,1494050],[-979784,1494170],[-980446,1493764],[-980640,1493905],[-979958,1493822],[-980844,1490902],[-980839,1490764],[-980719,1491253],[-980852,1490599],[-980780,1490871],[-980864,1491143],[-985311,1497117],[-983221,1494433],[-985238,1492405],[-982452,1497753],[-983308,1497431],[-982908,1497409],[-984662,1494490],[-985201,1492508],[-974880,1494663],[-975310,1494874],[-985199,1492219],[-983132,1497313],[-984333,1495007],[-985142,1492187],[-985389,1498484],[-984969,1498789],[-985140,1498434],[-984846,1498523],[-985142,1498426],[-985150,1498517],[-984663,1497897],[-985319,1498135],[-985282,1498141],[-983800,1497926],[-983871,1498036],[-983598,1499308],[-983496,1499619],[-983614,1499281],[-983649,1498878],[-978617,1499800],[-978404,1500445],[-978799,1500475],[-977129,1499683],[-976980,1499276],[-977300,1499185],[-977248,1499284],[-977569,1498990],[-979174,1498925],[-979234,1499450],[-979106,1499308],[-978734,1498638],[-980828,1503762],[-980692,1504128],[-981224,1503753],[-981479,1502920],[-981035,1503089],[-981724,1503010],[-981074,1503414],[-982080,1503155],[-980429,1503169],[-980830,1502954],[-980278,1506636],[-980914,1506765],[-979990,1506075],[-980637,1505973],[-980318,1506589],[-980592,1506110],[-981531,1505751],[-981694,1505871],[-980533,1505506],[-980586,1506067],[-980825,1505165],[-979459,1504800],[-979858,1505486],[-979527,1505974],[-979101,1506172],[-979240,1505554],[-978622,1505590],[-978012,1497868],[-977516,1497877],[-977879,1497952],[-975938,1503620],[-976616,1503791],[-976548,1503578],[-975927,1504342],[-975744,1504749],[-975585,1503559],[-977397,1506287],[-977852,1505859],[-977756,1505581],[-977761,1505863],[-977640,1505537],[-977876,1506795],[-977816,1507033],[-977775,1507194],[-977593,1506280],[-977473,1506004],[-977222,1507211],[-977340,1506704],[-976837,1506343],[-977016,1506602],[-977219,1506576],[-977246,1506701],[-975385,1506680],[-975258,1506422],[-975547,1506599],[-975382,1506612],[-976754,1510435],[-976372,1510533],[-976543,1510505],[-976574,1510438],[-974863,1509814],[-975221,1509673],[-975226,1509221],[-975155,1509663],[-972837,1507658],[-972822,1508032],[-973681,1507208],[-973624,1507146],[-973380,1507130],[-973237,1507022],[-973030,1506782],[-973340,1506939],[-974240,1507261],[-973771,1507295],[-974245,1507257],[-973793,1506972],[-973210,1503727],[-973206,1504026],[-973512,1503318],[-973710,1503041],[-973544,1502967],[-978499,1503333],[-978756,1503131],[-978672,1503293],[-973559,1503634],[-973841,1503737],[-974085,1503991],[-974002,1503912],[-974539,1503237],[-977833,1501405],[-977920,1501846],[-977747,1501589],[-977668,1501308],[-977583,1501639],[-976846,1501600],[-976740,1501450],[-977148,1501438],[-976823,1501214],[-972819,1509283],[-973158,1509853],[-973261,1509824],[-973028,1509897],[-984394,1507643],[-981806,1498544],[-982059,1498284],[-982501,1498622],[-981858,1498898],[-982878,1500322],[-982388,1498583],[-984255,1508388],[-984515,1507717],[-984625,1508042],[-984468,1508117],[-984470,1508355],[-985266,1507253],[-985152,1507440],[-985218,1507472],[-985407,1507684],[-985536,1508452],[-985405,1508631],[-985117,1508416],[-985220,1508298],[-984996,1509745],[-984935,1510114],[-984388,1501578],[-984159,1501762],[-984667,1502030],[-976258,1498991],[-976174,1498932],[-975386,1501200],[-976085,1500910],[-975832,1500796],[-974958,1501090],[-975319,1501297],[-975683,1501053],[-975620,1501019],[-975577,1501015],[-975181,1501328],[-975505,1500803],[-975170,1500999],[-975357,1501121],[-975034,1501124],[-975661,1500973],[-975056,1501092],[-974948,1501020],[-973103,1501782],[-975593,1501129],[-976219,1500840],[-979881,1499608],[-975698,1501209],[-976102,1500879],[-979948,1504534],[-979991,1504710],[-979801,1504564],[-979997,1504721],[-980246,1504940],[-979933,1504509],[-980180,1504534],[-979710,1504993],[-980035,1504870],[-979902,1504675],[-982586,1498362],[-982128,1499079],[-985278,1501910],[-984872,1501919],[-984598,1502439],[-985395,1502270],[-985296,1501942],[-984710,1502504],[-984871,1501925],[-985452,1502259],[-984635,1502511],[-985555,1502437],[-976716,1498936],[-975366,1501044],[-974988,1501291],[-975864,1500891],[-975937,1501185],[-974944,1501034],[-975198,1501137],[-975165,1501296],[-975946,1501342],[-975719,1501489],[-975843,1500857],[-975058,1501216],[-975925,1501195],[-976027,1501147],[-975197,1501352],[-972929,1502445],[-975822,1501326],[-975691,1501291],[-975861,1501308],[-973267,1502023],[-976033,1501036],[-979893,1499611],[-979837,1504666],[-979971,1504437],[-979952,1504677],[-979692,1504795],[-980054,1504582],[-979807,1504631],[-980038,1505025],[-979827,1504798],[-979875,1504797],[-979766,1504744],[-972847,1507241],[-982172,1498405],[-982470,1498430],[-984840,1502396],[-984924,1502460],[-984677,1502119],[-984721,1502458],[-984743,1502063],[-984535,1502335],[-984560,1501975],[-985277,1502396],[-985247,1502202],[-984877,1502231],[-982510,1497903],[-983372,1497848],[-976922,1499143],[-976959,1499493],[-984349,1507760],[-976055,1499790],[-984261,1508310],[-978208,1500988],[-977764,1505636],[-976145,1499778],[-984590,1515038],[-982148,1514496],[-981562,1514744],[-981488,1514294],[-981721,1514484],[-974013,1514047],[-974120,1513822],[-975841,1516042],[-975595,1514234],[-984983,1512395],[-985284,1511499],[-985516,1513028],[-985167,1513481],[-984802,1513555],[-976360,1510854],[-976388,1510782],[-976629,1510804],[-974159,1510915],[-973992,1511126],[-973788,1511690],[-973301,1511597],[-973785,1510645],[-974860,1512288],[-974123,1512338],[-974191,1512818],[-985543,1553854],[-985533,1553743],[-973751,1600067],[-974358,1599924],[-973354,1599645],[-973006,1600031],[-973711,1600084],[-974530,1597933],[-974903,1597752],[-974407,1598079],[-975109,1597321],[-974521,1598588],[-974792,1597787],[-974309,1598413],[-974394,1598496],[-975253,1597517],[-974356,1598078],[-973879,1594417],[-974154,1594341],[-974053,1595289],[-972805,1595299],[-973583,1594686],[-973147,1595014],[-973939,1594532],[-973580,1594637],[-973766,1595116],[-972995,1592877],[-972930,1593905],[-974383,1593250],[-973764,1593089],[-973562,1592536],[-973752,1593253],[-973804,1592838],[-974106,1593238],[-974697,1593241],[-974636,1593370],[-974577,1593170],[-974988,1592652],[-973855,1597488],[-973543,1597580],[-973427,1597559],[-973258,1597074],[-973855,1597194],[-973537,1596790],[-973697,1596995],[-973959,1597518],[-973716,1597009],[-973429,1596674],[-973315,1598228],[-973520,1597884],[-973776,1597575],[-973714,1598092],[-972963,1598248],[-973294,1598143],[-973444,1598683],[-979049,1601887],[-977374,1602580],[-977669,1603587],[-974257,1606278],[-975133,1605751],[-975067,1606286],[-974522,1606856],[-974985,1606053],[-973991,1606287],[-974731,1605436],[-974099,1606229],[-973646,1605720],[-974408,1606011],[-973638,1601762],[-973440,1601966],[-973197,1602410],[-973501,1600916],[-973208,1601491],[-973659,1601902],[-974386,1601084],[-973560,1601883],[-974576,1601957],[-974082,1601952],[-973322,1600350],[-973646,1600635],[-973286,1600245],[-974087,1600434],[-973161,1600330],[-978040,1602657],[-980906,1619089],[-980175,1619464],[-981177,1619239],[-980080,1618373],[-981336,1618360],[-981142,1618181],[-980471,1618656],[-981671,1618396],[-980847,1619621],[-980529,1618289],[-982552,1617566],[-983381,1617680],[-983353,1618003],[-982535,1617851],[-983463,1617106],[-982742,1618143],[-983696,1617960],[-983743,1617717],[-982689,1617239],[-983483,1617577],[-982030,1619659],[-981820,1619329],[-983104,1619881],[-983321,1620009],[-982656,1619646],[-982164,1620016],[-982185,1618664],[-982519,1618805],[-982455,1619600],[-983267,1618875],[-977648,1619705],[-977311,1620585],[-973409,1615206],[-977350,1619413],[-977702,1619353],[-973904,1615068],[-977305,1620772],[-974487,1615305],[-973699,1614824],[-977933,1618513],[-978008,1618368],[-977551,1618201],[-977985,1618045],[-976847,1618027],[-977547,1618234],[-976682,1617864],[-977918,1617917],[-973530,1614998],[-974470,1615015],[-974695,1615172],[-974146,1615383],[-974291,1616074],[-973612,1615523],[-975669,1615308],[-975617,1615344],[-975703,1615199],[-975117,1615250],[-974795,1615283],[-975249,1614734],[-975355,1614993],[-975968,1615196],[-975303,1614543],[-975705,1615161],[-974886,1614122],[-974300,1614362],[-975379,1615138],[-975267,1614935],[-974723,1614516],[-975305,1614791],[-974370,1614058],[-975122,1614069],[-974636,1614770],[-974607,1613841],[-983942,1615116],[-984310,1615205],[-983888,1614829],[-983956,1615089],[-984274,1615990],[-984505,1615127],[-983970,1616112],[-984668,1615547],[-984758,1615545],[-983951,1616276],[-982804,1615480],[-982886,1615490],[-982723,1615172],[-982408,1615045],[-983040,1615880],[-982437,1616140],[-982805,1615160],[-982718,1616103],[-983301,1615601],[-983257,1615823],[-998278,1356485],[-996940,1356841],[-995291,1357478],[-996115,1358359],[-996781,1357180],[-996154,1358077],[-991736,1358105],[-991429,1358888],[-991790,1358758],[-991651,1357741],[-991496,1358080],[-990080,1359311],[-990016,1358743],[-989002,1359965],[-989426,1359447],[-989871,1358899],[-991634,1458120],[-991241,1456570],[-991423,1458064],[-991202,1456326],[-990499,1457252],[-991319,1457738],[-991387,1457074],[-995114,1456620],[-991249,1456313],[-991172,1456585],[-989580,1470554],[-987338,1468627],[-988463,1468950],[-987833,1489569],[-988222,1489069],[-987971,1488482],[-987652,1488642],[-987765,1489572],[-993796,1497419],[-986477,1491931],[-987194,1489569],[-995493,1497303],[-995677,1496083],[-995835,1496105],[-995662,1494469],[-995994,1495700],[-996087,1495754],[-996081,1495796],[-995931,1496304],[-996229,1495587],[-996203,1495399],[-995433,1494308],[-995820,1494434],[-993383,1495237],[-996496,1495326],[-995289,1494782],[-995687,1494540],[-995601,1494241],[-996467,1495557],[-996027,1494818],[-994365,1493821],[-995011,1494397],[-994011,1494294],[-993758,1494127],[-993746,1494328],[-995677,1496454],[-995559,1496393],[-995870,1496495],[-995824,1496493],[-991647,1495593],[-990765,1495739],[-989587,1495650],[-989893,1496305],[-987487,1496462],[-988882,1495874],[-989041,1496585],[-987867,1496633],[-988779,1495744],[-988267,1496140],[-988148,1496234],[-989015,1496118],[-989287,1496586],[-992116,1491016],[-992407,1491357],[-993098,1491745],[-993008,1491880],[-992512,1492163],[-991205,1492633],[-990637,1491930],[-991415,1492198],[-990388,1491568],[-989478,1491258],[-989530,1490776],[-990004,1491509],[-990430,1490774],[-991549,1489316],[-996231,1494432],[-989955,1492778],[-990314,1492392],[-990076,1491959],[-989970,1492596],[-990015,1492216],[-991460,1489268],[-991584,1489322],[-991823,1489363],[-991610,1489725],[-991307,1489662],[-988232,1491219],[-987958,1490962],[-986158,1493257],[-996403,1496892],[-991809,1497157],[-985674,1493744],[-997126,1495240],[-996627,1495310],[-996534,1495374],[-996560,1494928],[-996549,1495056],[-992700,1495459],[-993005,1495387],[-986841,1492811],[-986517,1491562],[-986967,1493095],[-989815,1491268],[-988585,1490831],[-985918,1493539],[-988233,1494626],[-996596,1495465],[-990377,1490533],[-992193,1497242],[-997209,1495283],[-986078,1493550],[-996449,1495151],[-992825,1495253],[-986890,1492574],[-986427,1492010],[-985901,1493354],[-989696,1491267],[-989826,1490924],[-986817,1492975],[-987928,1494602],[-996046,1495451],[-996423,1495963],[-990086,1491002],[-996978,1496857],[-996574,1496990],[-987824,1498065],[-997485,1497915],[-998398,1499959],[-993644,1509116],[-993409,1505712],[-992622,1505072],[-992157,1504825],[-992089,1504185],[-993243,1510086],[-993365,1510026],[-986095,1498794],[-988992,1498505],[-987898,1498724],[-986141,1504259],[-994561,1498420],[-993753,1498095],[-994267,1498172],[-994213,1497816],[-994190,1497889],[-993416,1510035],[-993513,1510234],[-986429,1500546],[-998291,1502962],[-987218,1498115],[-987808,1498241],[-986384,1498664],[-996255,1510836],[-991882,1515646],[-997134,1511069],[-986087,1511381],[-986494,1511100],[-985802,1511063],[-997706,1536146],[-996402,1594383],[-1011136,1352752],[-1007612,1353142],[-1005505,1355172],[-1008865,1351643],[-1009056,1354226],[-1009431,1352500],[-1007930,1352352],[-1008269,1353904],[-1005744,1355757],[-1006940,1353852],[-1003772,1355269],[-1001917,1356074],[-1009805,1352137],[-1007676,1354426],[-1008042,1352946],[-1005809,1355051],[-998939,1356519],[-1003853,1357436],[-1004015,1357839],[-999404,1357949],[-999219,1358406],[-998814,1358077],[-1000327,1357278],[-1002962,1357482],[-999416,1357260],[-998791,1357477],[-1000408,1358081],[-1003829,1357565],[-999104,1357305],[-1000943,1358031],[-999481,1444847],[-1000644,1444171],[-1000366,1445494],[-998812,1445452],[-1000328,1445783],[-998911,1444689],[-998729,1445562],[-1000580,1443539],[-999329,1443641],[-998777,1445095],[-1004318,1454403],[-1003861,1454951],[-1004171,1454759],[-1003490,1454975],[-1003749,1453913],[-1004430,1454200],[-1003415,1454422],[-1004034,1453836],[-1004264,1453811],[-1003714,1454409],[-1007521,1455719],[-1006483,1456024],[-1006410,1455132],[-1006924,1456114],[-1007623,1455322],[-1006447,1455689],[-1007495,1455862],[-1007535,1455493],[-1007459,1456105],[-1008496,1454313],[-1009802,1455317],[-1008972,1454565],[-1009398,1454872],[-1009293,1455249],[-1009396,1456331],[-1009781,1456655],[-1009892,1456154],[-1010313,1456087],[-1009411,1457235],[-1010255,1456153],[-1010371,1456857],[-1009183,1482866],[-1009362,1482717],[-1009037,1482730],[-1009033,1482697],[-1008579,1482159],[-1008596,1482572],[-1008427,1482623],[-1007106,1484366],[-1007237,1484111],[-1007067,1483899],[-1006920,1484006],[-1006366,1484574],[-1005530,1484398],[-1006225,1484486],[-1006339,1484131],[-1006060,1484496],[-1011142,1483238],[-1011077,1482782],[-1008125,1480207],[-1009248,1480541],[-1009247,1480285],[-1008408,1479897],[-1008022,1479928],[-1008325,1480150],[-1008263,1480157],[-1009042,1480362],[-1009034,1480354],[-1010872,1481051],[-1010464,1481375],[-1010669,1481349],[-1010494,1480910],[-1010502,1481381],[-1010505,1481448],[-1011130,1482580],[-1006422,1485039],[-1007637,1494701],[-1009483,1486805],[-1008100,1494834],[-1007706,1495590],[-1007818,1494993],[-1008561,1495229],[-1007474,1494761],[-1007968,1494212],[-1009032,1486321],[-1009241,1486497],[-1007567,1486993],[-1007264,1487191],[-1007470,1487104],[-1007583,1487368],[-1004513,1492497],[-1004517,1492680],[-1004181,1492538],[-1004214,1492317],[-1003875,1492164],[-1004428,1492199],[-1004314,1492684],[-1003945,1492253],[-1003696,1492024],[-1003341,1491796],[-1003150,1491691],[-1003117,1491814],[-1004188,1492375],[-1004114,1492025],[-1003987,1492274],[-1000849,1493445],[-1000823,1493425],[-1001197,1492962],[-1001165,1492811],[-1000303,1493255],[-1001453,1495907],[-1001985,1495427],[-1002005,1495859],[-1001846,1495862],[-1002816,1487933],[-999043,1494732],[-999693,1493907],[-1000576,1491804],[-1004783,1487613],[-1004522,1487733],[-1004941,1487118],[-1002702,1488442],[-1002961,1487205],[-1001935,1488738],[-1002548,1490660],[-1002599,1488983],[-1002606,1488783],[-1002833,1488697],[-1001519,1488778],[-1006849,1486721],[-1006225,1485442],[-1006897,1485820],[-1006938,1485827],[-1006560,1493307],[-1006782,1493306],[-1006522,1493638],[-1007124,1493568],[-1007119,1493383],[-1006963,1493007],[-1007123,1493031],[-1006827,1493490],[-1003197,1486876],[-1003087,1486634],[-1003376,1486174],[-1005119,1485955],[-1008721,1486707],[-1004726,1485426],[-1007518,1488804],[-1000557,1496378],[-1008420,1487320],[-1003618,1495559],[-1004292,1495666],[-1004204,1495682],[-1004302,1494999],[-1010089,1487051],[-1009911,1488014],[-1009361,1488702],[-1009376,1488639],[-1009429,1488625],[-1007938,1489968],[-1008448,1490112],[-1008863,1490514],[-1008532,1489746],[-1007619,1492354],[-1007176,1492262],[-1007028,1492307],[-1008525,1490773],[-1008709,1490981],[-1009279,1488795],[-1008962,1489303],[-1004389,1485284],[-1003611,1487329],[-1001032,1495720],[-1003345,1485396],[-1003333,1485540],[-1003589,1495078],[-1004251,1495397],[-1004491,1495335],[-1004008,1495409],[-1009949,1487402],[-1009629,1487643],[-1009715,1488890],[-1009795,1488822],[-1009277,1488568],[-1008290,1489410],[-1008709,1490076],[-1008749,1490522],[-1008173,1489630],[-1007873,1492101],[-1007454,1492436],[-1006529,1492479],[-1008838,1490965],[-1008483,1491050],[-1009390,1488637],[-1009359,1489382],[-1004757,1485268],[-1003613,1487286],[-1001860,1492015],[-1001872,1492331],[-1000973,1495601],[-1008258,1487544],[-1004476,1486006],[-1008587,1509130],[-1000529,1509563],[-1009358,1508725],[-1008832,1509648],[-1000019,1498752],[-1000076,1498579],[-1002302,1498890],[-1002235,1498753],[-1002350,1499025],[-1002644,1497857],[-1003444,1497829],[-1002986,1498328],[-1003151,1497958],[-1008893,1507642],[-1009329,1508101],[-1009564,1508394],[-1009101,1508514],[-1009175,1509038],[-1009022,1507269],[-1009811,1508435],[-1009324,1507999],[-1009456,1507224],[-1009971,1507755],[-1009759,1506952],[-1008843,1507184],[-1009416,1507217],[-1001404,1504571],[-1001991,1504491],[-1001461,1504839],[-999883,1502281],[-999216,1502530],[-998942,1502565],[-1009454,1509159],[-1010404,1507813],[-1009034,1509161],[-1009702,1508046],[-1009152,1508941],[-1009807,1508047],[-1010274,1507760],[-1009302,1508271],[-1008853,1508021],[-1009430,1508767],[-1009429,1509474],[-1009640,1508853],[-1009661,1508410],[-1004599,1499578],[-1004676,1499427],[-1004597,1499178],[-1005191,1499041],[-1000893,1498482],[-1000485,1498664],[-1004702,1499610],[-1004268,1499446],[-1004531,1499146],[-1005375,1499529],[-1000387,1498741],[-1000578,1498431],[-1007229,1517135],[-1007476,1517251],[-1008692,1570562],[-80896,204992],[-87000,202689],[-85302,200514],[-82411,202521],[-84609,200886],[-83624,202317],[-84379,200956],[-82304,200353],[-81746,197071],[-84666,200108],[-77470,204796],[-78042,197439],[-76981,201564],[-77403,202024],[-82921,201984],[-82376,200238],[-82397,202724],[-78951,202017],[-78353,202398],[-78640,197126],[-78098,201587],[-77561,199543],[-77866,198381],[-77208,197136],[-78529,198830],[-78042,200007],[-78577,200984],[-79949,200302],[-79527,200145],[-77115,201269],[-81298,199863],[-81358,197903],[-80828,198167],[-81484,197850],[-82186,198558],[-80930,200850],[-81126,200098],[-82447,202304],[-81977,201502],[-83395,203653],[-84861,202082],[-85262,202774],[-84760,202863],[-85281,202833],[-77036,203294],[-77743,202535],[-78007,204721],[-77226,202970],[-77112,204161],[-77558,204992],[-79221,204903],[-78925,204656],[-77980,203582],[-79009,204337],[-78168,204568],[-79913,204409],[-78309,203465],[-78013,203473],[-78836,201836],[-80610,201924],[-79135,203432],[-79447,203343],[-79230,204081],[-79783,203320],[-78874,204008],[-79619,203633],[-80411,203499],[-79233,202209],[-89437,212048],[-88486,211849],[-87606,210389],[-89200,209923],[-88462,209942],[-87448,210774],[-88179,210153],[-88267,211611],[-88415,210300],[-89151,210849],[-85613,208130],[-85859,208883],[-87227,208411],[-85552,207460],[-85688,207574],[-87629,208563],[-87109,208023],[-86945,208946],[-87943,209225],[-87735,208921],[-86262,205102],[-87073,206283],[-87045,205944],[-89504,210490],[-88131,210290],[-87157,211915],[-87426,211855],[-89484,211082],[-87806,212108],[-88824,210922],[-88700,211197],[-85710,209534],[-86956,208315],[-85550,207226],[-87955,208343],[-87079,207416],[-86099,207464],[-86463,207308],[-87661,207277],[-87309,208743],[-86272,207202],[-83479,205709],[-83662,206672],[-87241,210202],[-86383,211769],[-85958,211624],[-86998,211118],[-86791,210550],[-86630,209805],[-87962,209894],[-86196,211400],[-87353,209702],[-85864,210103],[-77413,205157],[-77365,205060],[-77314,205258],[-87621,312840],[-85446,314515],[-85889,312349],[-86076,312474],[-88251,312090],[-86239,312710],[-88680,312468],[-87906,315012],[-89166,313549],[-87891,314177],[-89278,314731],[-86838,315244],[-89404,313219],[-88465,313569],[-87289,313833],[-88235,314221],[-88653,315717],[-87952,316700],[-88092,314482],[-86842,314924],[-89019,315331],[-86735,315808],[-87317,317768],[-84258,312093],[-86860,313470],[-85928,312956],[-84826,312371],[-84274,312235],[-87698,318275],[-87491,318213],[-89360,316359],[-88391,315619],[-86720,314402],[-88902,314591],[-88861,317548],[-89255,315792],[-87141,315987],[-84435,310150],[-84513,312514],[-84476,312650],[-83126,338099],[-83392,338760],[-83077,336220],[-82808,336254],[-82369,338120],[-83412,337949],[-84308,337660],[-82460,338418],[-83185,338356],[-82394,336541],[-86482,335507],[-86850,334671],[-85868,336201],[-86582,335317],[-87058,333965],[-86414,334436],[-86648,334711],[-86230,335877],[-85903,335504],[-86092,335372],[-79377,336646],[-80866,338694],[-78827,337561],[-80344,337661],[-80572,337141],[-80407,338757],[-80766,338389],[-79784,338309],[-81148,337352],[-80676,337428],[-77549,334248],[-78291,335191],[-76828,334140],[-77082,333628],[-77533,335396],[-77091,335884],[-77258,335461],[-76881,336276],[-78399,337765],[-77397,337417],[-77925,336835],[-78044,337300],[-76971,336864],[-77489,337474],[-77929,337259],[-86131,338315],[-84487,338841],[-84685,336938],[-85247,337838],[-86099,336816],[-84592,338702],[-85673,336923],[-85495,337060],[-85552,338965],[-83757,338969],[-78662,336792],[-79884,336386],[-79101,335127],[-77922,336622],[-78713,335489],[-78519,335604],[-78401,336491],[-78916,336443],[-78998,337138],[-79563,336079],[-84924,335375],[-85313,336581],[-84704,336655],[-84852,336654],[-84285,336529],[-85468,336264],[-85388,335803],[-79353,335809],[-81105,335298],[-79115,334435],[-79311,334231],[-78910,333588],[-80433,334861],[-80501,335586],[-79815,334085],[-81052,333798],[-80381,335122],[-88705,336552],[-88565,334714],[-88733,336808],[-84890,336393],[-85217,335759],[-84395,335541],[-84249,336372],[-84498,336172],[-84633,336636],[-84877,335152],[-84218,336128],[-81222,334350],[-79340,334122],[-81104,334628],[-79638,334771],[-81237,333982],[-78877,334747],[-80178,333916],[-81403,336095],[-79825,335156],[-80064,335133],[-89597,335744],[-89127,334833],[-88466,336574],[-88577,336227],[-88573,335110],[-83964,362450],[-84401,361703],[-84522,361989],[-81744,365494],[-82269,364642],[-82056,364909],[-82749,364267],[-83167,365021],[-82094,364941],[-82856,364652],[-82417,365270],[-84544,361869],[-77689,367148],[-79987,366289],[-78543,366334],[-78218,367297],[-83807,361662],[-84148,361737],[-83416,361531],[-86676,366560],[-87054,364446],[-86994,366120],[-84092,367173],[-85201,364289],[-84739,359892],[-86677,362786],[-87584,359961],[-84888,360303],[-1021641,1350925],[-1021338,1350966],[-1022587,1351070],[-1023108,1351471],[-1018770,1350266],[-1018229,1350445],[-1017724,1351882],[-1018185,1350690],[-1019551,1352591],[-1013226,1350811],[-1012498,1350901],[-1012468,1353139],[-1021456,1352901],[-1023644,1352271],[-1017683,1350359],[-1020001,1350515],[-1019841,1350570],[-1018467,1351823],[-1012817,1352479],[-1012161,1352535],[-1022369,1352050],[-1021269,1351292],[-1017759,1350921],[-1019578,1350851],[-1014396,1351712],[-1014636,1351516],[-1014327,1350398],[-1015465,1350579],[-1015397,1350904],[-1016379,1461206],[-1014923,1463356],[-1013883,1468176],[-1013354,1468073],[-1011586,1468684],[-1011801,1483878],[-1011651,1483972],[-1011694,1483782],[-1011643,1483865],[-1011625,1482900],[-1011576,1482530],[-1011473,1483063],[-1016921,1481857],[-1016913,1482179],[-1013954,1478563],[-1013974,1478263],[-1014122,1478616],[-1013776,1479087],[-1011495,1483778],[-1011597,1482644],[-1011284,1482591],[-1011607,1482753],[-1011570,1483063],[-1016895,1481807],[-1016891,1482043],[-1013821,1478689],[-1014046,1478668],[-1014110,1478407],[-1013745,1479129],[-1018086,1480957],[-1017599,1481309],[-1018190,1482249],[-1017742,1481426],[-1017635,1482320],[-1017548,1480943],[-1017588,1480509],[-1012579,1479484],[-1012976,1480315],[-1012939,1480225],[-1012983,1479942],[-1013122,1482726],[-1013065,1482311],[-1013322,1482861],[-1013418,1482828],[-1013605,1482603],[-1013561,1482694],[-1013262,1483063],[-1013941,1482616],[-1012986,1482651],[-1013286,1482343],[-1012726,1482185],[-1012711,1480160],[-1012633,1480313],[-1012494,1480138],[-1012569,1479748],[-1011212,1482578],[-1011300,1482167],[-1012016,1482169],[-1011788,1483030],[-1011716,1483037],[-1014674,1480257],[-1014965,1480139],[-1015238,1480226],[-1015387,1479578],[-1015184,1479803],[-1014531,1480170],[-1015097,1479678],[-1015292,1479604],[-1014912,1479719],[-1015011,1479949],[-1016030,1479358],[-1016310,1479434],[-1015883,1479362],[-1014518,1483498],[-1014518,1483212],[-1014876,1483344],[-1014862,1483247],[-1014996,1483340],[-1014189,1483276],[-1014166,1483413],[-1015073,1501326],[-1023358,1509371],[-1023452,1509425],[-1023745,1510957],[-1023348,1511208],[-1014501,1513674],[-1013024,1513449],[-1012783,1513773],[-1012800,1513436],[-1011969,1514250],[-1012640,1514819],[-1012766,1514383],[-1012174,1514379],[-1014192,1513846],[-1012155,1515998],[-1011592,1517443],[-1023628,1515930],[-1014350,1529407],[-1019012,1568683],[-1019008,1568631],[-1011506,1571106],[-1026134,1352088],[-1033066,1353910],[-1030220,1352076],[-1031452,1352182],[-1029082,1350965],[-1035004,1355456],[-1033137,1354133],[-1033962,1356017],[-1032140,1352802],[-1031096,1350304],[-1030913,1351068],[-1032685,1350765],[-1029063,1351097],[-1028732,1350556],[-1027941,1351668],[-1026801,1351731],[-1034489,1356573],[-1033400,1354494],[-1031141,1352059],[-1029976,1351902],[-1028227,1353046],[-1034638,1358014],[-1034796,1357244],[-1036087,1357066],[-1035284,1359220],[-1036227,1360175],[-1035178,1359818],[-1034976,1358685],[-1036087,1358286],[-1036540,1359422],[-1036578,1360380],[-1036753,1360760],[-1036065,1358437],[-1035563,1358346],[-1035882,1359155],[-1035487,1358330],[-1036420,1358271],[-1030686,1453167],[-1025248,1509667],[-1024517,1510128],[-1024232,1510102],[-1024374,1510540],[-1024285,1509746],[-1028101,1509603],[-1027873,1510436],[-1029032,1508497],[-1027671,1510365],[-1028348,1509161],[-1029083,1508799],[-1028976,1509099],[-1028650,1508894],[-1029445,1510549],[-1028613,1508794],[-1032240,1506966],[-1034224,1505653],[-1033012,1507757],[-1034368,1506290],[-1032712,1505895],[-1032503,1507616],[-1033762,1507798],[-1033313,1506684],[-1034291,1506979],[-1032264,1505625],[-1033042,1522789],[-1032746,1522310],[-1032814,1522274],[-1030377,1521938],[-1030357,1522009],[-1029433,1514497],[-1024372,1511883],[-1049419,1351798],[-1046205,1352020],[-1047172,1352529],[-1040466,1352355],[-1039625,1351818],[-1049063,1352614],[-1046955,1352925],[-1039478,1351090],[-1046085,1350658],[-1040001,1350703],[-1038809,1362840],[-1038746,1363311],[-1036917,1362468],[-1038021,1362128],[-1038489,1360326],[-1037995,1359100],[-1036873,1359171],[-1037358,1359581],[-1037235,1359584],[-1039120,1362592],[-1036987,1362409],[-1037390,1361765],[-1038100,1361832],[-1037165,1358943],[-1037382,1360970],[-1046756,1369260],[-1040250,1363175],[-1039028,1362665],[-1037102,1362327],[-1038372,1361016],[-1037373,1360283],[-1044820,1369077],[-1037150,1359430],[-1037113,1359358],[-1037434,1360868],[-1041439,1368464],[-1041518,1368505],[-1041120,1368239],[-1041481,1368387],[-1041352,1368704],[-1041258,1367242],[-1041626,1366951],[-1041382,1366434],[-1041526,1366480],[-1041101,1367124],[-1048053,1373946],[-1047034,1372175],[-1045773,1372004],[-1045172,1369907],[-1047751,1371602],[-1048046,1374989],[-1048257,1424223],[-1049108,1441777],[-1048945,1441928],[-1045844,1472028],[-1046138,1495117],[-1047828,1497293],[-1044290,1492081],[-1044301,1492051],[-1047769,1496819],[-1041674,1504107],[-1048415,1498274],[-1041417,1519652],[-1041675,1518418],[-1040598,1519733],[-1041720,1518734],[-1041484,1519757],[-1040980,1519854],[-1041682,1518736],[-1040546,1519160],[-1047249,1563199],[-1048297,1564346],[-1047756,1564019],[-1047229,1563765],[-1048089,1564614],[-1047922,1563818],[-1047444,1563710],[-1047189,1564370],[-1050075,1350991],[-1050223,1353269],[-1060430,1346046],[-1061990,1347143],[-1060987,1345609],[-1061006,1348272],[-1061472,1347816],[-1061482,1346380],[-1061512,1346797],[-1061199,1346907],[-1058089,1348485],[-1056297,1349070],[-1049884,1350819],[-1061327,1347894],[-1060464,1346089],[-1061691,1347347],[-1061020,1347844],[-1060774,1347019],[-1058240,1349178],[-1061523,1347597],[-1061276,1347761],[-1060646,1347359],[-1057581,1349983],[-1056059,1367503],[-1055083,1367005],[-1054892,1368092],[-1054865,1368275],[-1056115,1367388],[-1054990,1366910],[-1055260,1367542],[-1056115,1366935],[-1055775,1368341],[-1055744,1367516],[-1056196,1368332],[-1057028,1368594],[-1057207,1369337],[-1056241,1368841],[-1056425,1368313],[-1056568,1368162],[-1056083,1368500],[-1057032,1368104],[-1056313,1368245],[-1056793,1369479],[-1057012,1366883],[-1057326,1366306],[-1057685,1367184],[-1057631,1366562],[-1057082,1366186],[-1057404,1367454],[-1052888,1369109],[-1053247,1369521],[-1053523,1369610],[-1052710,1369129],[-1052712,1369461],[-1053788,1368890],[-1053710,1369119],[-1056448,1366468],[-1056394,1366483],[-1055460,1366748],[-1056352,1365918],[-1056577,1366838],[-1056192,1366550],[-1055801,1366386],[-1056188,1366204],[-1056630,1365523],[-1055673,1365816],[-1057254,1367898],[-1057365,1367858],[-1057826,1368035],[-1058567,1368006],[-1058311,1367735],[-1057423,1366909],[-1051211,1373945],[-1050812,1376005],[-1053468,1378602],[-1054153,1378678],[-1061060,1380048],[-1061046,1380710],[-1052278,1376844],[-1055507,1380188],[-1059558,1379526],[-1052380,1377073],[-1062016,1380218],[-1056956,1380271],[-1056691,1380634],[-1057429,1381080],[-1056757,1380728],[-1056595,1380534],[-1061289,1374746],[-1061633,1374774],[-1061208,1374251],[-1061179,1374442],[-1061821,1374078],[-1060387,1374602],[-1061846,1373906],[-1060934,1374908],[-1061534,1373912],[-1061612,1374687],[-1060954,1373603],[-1061096,1372382],[-1060281,1372567],[-1061042,1373513],[-1061210,1373848],[-1060261,1373871],[-1061055,1372392],[-1061277,1372332],[-1059912,1372888],[-1060201,1373196],[-1059804,1372766],[-1060258,1372766],[-1053173,1369960],[-1052495,1370153],[-1053217,1369992],[-1054621,1371694],[-1053625,1371051],[-1054633,1370434],[-1054678,1371265],[-1053999,1370437],[-1054261,1370915],[-1053512,1371271],[-1053680,1370715],[-1054059,1371627],[-1054202,1370310],[-1053818,1446362],[-1053828,1445534],[-1049821,1440944],[-1051648,1448328],[-1053030,1448976],[-1053611,1448824],[-1053567,1447175],[-1052042,1447885],[-1052612,1498526],[-1060830,1507368],[-1060273,1507142],[-1060015,1506766],[-1060271,1507455],[-1059516,1506775],[-1053292,1564051],[-1073948,1327964],[-1071567,1328737],[-1072729,1327500],[-1074531,1327287],[-1073873,1328774],[-1073591,1326641],[-1074960,1327833],[-1064498,1341757],[-1063992,1341783],[-1065404,1339771],[-1065367,1339543],[-1070063,1332544],[-1068635,1333696],[-1065748,1334961],[-1066908,1335652],[-1063216,1341552],[-1065522,1339846],[-1068592,1333707],[-1067149,1337843],[-1064426,1342347],[-1068296,1332458],[-1065221,1337429],[-1068215,1333789],[-1065220,1338988],[-1066298,1336816],[-1070378,1379937],[-1071951,1380383],[-1074082,1376391],[-1066312,1380012],[-1064667,1379974],[-1074851,1376872],[-1074909,1377456],[-1068244,1378981],[-1065483,1380831],[-1071308,1378108],[-1075163,1378394],[-1065288,1379458],[-1074605,1377549],[-1070152,1468564],[-1073825,1483263],[-1074413,1483954],[-1074462,1483229],[-1072597,1476958],[-1071474,1475005],[-1074524,1483112],[-1074155,1478394],[-1074173,1477441],[-1074118,1484907],[-1071728,1482485],[-1070262,1480885],[-1063345,1482173],[-1073248,1491176],[-1074289,1485365],[-1067098,1492804],[-1066549,1492481],[-1072081,1487176],[-1063338,1487089],[-1071293,1493552],[-1070119,1494480],[-1071861,1488299],[-1071967,1487283],[-1073045,1493863],[-1073035,1492488],[-1074691,1505892],[-1074831,1501287],[-1074859,1501695],[-1075131,1502545],[-1073646,1509139],[-1073526,1509666],[-1073561,1508515],[-1072707,1503252],[-1073502,1505547],[-1065059,1502457],[-1065646,1502433],[-1065434,1507467],[-1066429,1527585],[-1083541,1324917],[-1083207,1325237],[-1075223,1326749],[-1083567,1325622],[-1082743,1325169],[-1086992,1325314],[-1075606,1328075],[-1078272,1376683],[-1083305,1373860],[-1076221,1376079],[-1077917,1378516],[-1075357,1378567],[-1083037,1372539],[-1084815,1372752],[-1075480,1376936],[-1076145,1376988],[-1085300,1372589],[-1075265,1376025],[-1075754,1376256],[-1087826,1436700],[-1076946,1439715],[-1077189,1439117],[-1087657,1466604],[-1086988,1466062],[-1086181,1466282],[-1086746,1463382],[-1088528,1324803],[-1095594,1329429],[-1095192,1328086],[-1093111,1326711],[-1092862,1327693],[-1090718,1326543],[-1088561,1325372],[-1093281,1327494],[-1095086,1329374],[-1090436,1325448],[-1095865,1328640],[-1092673,1327317],[-1089728,1325190],[-1090627,1373700],[-1091433,1372248],[-1096027,1374554],[-1095945,1373016],[-1096235,1377258],[-1091352,1373068],[-1093955,1374769],[-1090147,1372311],[-1094152,1375256],[-1097472,1377498],[-1096492,1413252],[-1097692,1414330],[-1096302,1413381],[-1100122,1427213],[-1100210,1427879],[-1100541,1426584],[-1100327,1425682],[-1094785,1442015],[-1088871,1436409],[-1088042,1436536],[-1088109,1466417],[-1088168,1466446],[-1108911,1368605],[-1101385,1425878],[-1101060,1427565],[-1101536,1426354],[-1121158,1444089],[-1124002,1441716],[-1120032,1465543],[-1120821,1465196],[-1120344,1464462],[-1135678,1348838],[-1131856,1431345],[-1129770,1433735],[-1137993,1427413],[-96511,169143],[-96522,170349],[-96516,171109],[-97371,168895],[-90460,176121],[-101938,193867],[-89646,210133],[-89649,211266],[-98766,215825],[-99163,215512],[-95969,221243],[-98146,220290],[-97111,221838],[-97256,219210],[-95349,220260],[-95993,219346],[-93359,219091],[-98980,220711],[-90904,314303],[-90781,317698],[-90345,317689],[-90736,332805],[-92013,332303],[-92364,332921],[-92713,332329],[-92320,332250],[-90695,334993],[-90572,335423],[-89998,336961],[-90692,336805],[-90407,336972],[-90475,336242],[-92864,334051],[-92286,333630],[-92676,334635],[-93055,334555],[-91831,333723],[-90732,333272],[-92517,334447],[-90623,336597],[-90621,334728],[-90289,336519],[-90829,335261],[-89797,334482],[-91871,333078],[-91741,334214],[-92808,334211],[-93011,334402],[-92885,333534],[-91333,334326],[-90708,333151],[-91084,334186],[-102192,434567],[-99532,441284],[-100166,441379],[-98584,441133],[-101994,435623],[-99467,442952],[-100331,442591],[-99787,442670],[-99685,442232],[-99702,441965],[-99039,443470],[-99706,442019],[-102083,447917],[-101590,448147],[-101133,448142],[-101964,447693],[-101127,447075],[-100294,446953],[-101044,447211],[-100995,447910],[-100728,448086],[-101684,448366],[-102255,448368],[-102112,452292],[-102145,452385],[-102089,453800],[-102364,453548],[-102291,452521],[-101816,456987],[-102017,456535],[-101891,456761],[-102355,455817],[-101322,455925],[-101563,456689],[-101385,455579],[-102177,456526],[-102092,455364],[-102350,454195],[-101498,455118],[-101032,454304],[-101997,455115],[-101761,454018],[-1144079,1350555],[-1146852,1472445],[-1151292,1487394],[-1155469,1380731],[-1154901,1381173],[-1155997,1381738],[-1155348,1380057],[-1156020,1380080],[-1156396,1379383],[-1156101,1380525],[-1155150,1380074],[-1156208,1380069],[-1164412,1370332],[-1162260,1373175],[-1162721,1372785],[-1162282,1371615],[-1162047,1371075],[-1162432,1372754],[-1163463,1372319],[-1162312,1370898],[-1161906,1371584],[-1162859,1372572],[-1162102,1371438],[-1163216,1374408],[-1176017,1406353],[-1175314,1458249],[-1176814,1456233],[-1177478,1456138],[-1168702,1465111],[-1170462,1459794],[-1177017,1473007],[-1176895,1473539],[-1184370,1374655],[-1183098,1374535],[-1188998,1416853],[-1188456,1417879],[-1188495,1417466],[-1188703,1417350],[-1188327,1417758],[-1188221,1416874],[-1188343,1416602],[-1189133,1416291],[-1190320,1415904],[-1190321,1415707],[-1189690,1416524],[-1190102,1415817],[-1188896,1416559],[-1189804,1416247],[-1189261,1417527],[-1190156,1417125],[-1190110,1415666],[-1179332,1426964],[-1188635,1445313],[-1182189,1434753],[-1183885,1458702],[-1184688,1459270],[-1186909,1451187],[-1187560,1451969],[-1183848,1449405],[-1183774,1449110],[-1185921,1454310],[-1184634,1453138],[-1186492,1454093],[-1185043,1453894],[-1186141,1454048],[-1187575,1466029],[-1188323,1465888],[-1188608,1465650],[-1187592,1465941],[-1187853,1465567],[-1186823,1465592],[-1187392,1462589],[-1179678,1470049],[-1185398,1461553],[-1179027,1473063],[-1179152,1473447],[-1178935,1473392],[-1178194,1473058],[-1178695,1472921],[-1196943,1394809],[-1197360,1385697],[-1194274,1401531],[-1197822,1397869],[-1192096,1416089],[-1192798,1416756],[-1193041,1416707],[-1191433,1417109],[-1192456,1416305],[-1191210,1416031],[-1191380,1417149],[-1190779,1416676],[-1191499,1417824],[-1192578,1416561],[-1192666,1416965],[-1191977,1416188],[-1191632,1418423],[-1192163,1416298],[-1191763,1417866],[-1192581,1417008],[-1202319,1439303],[-1198835,1450217],[-1197191,1449996],[-1194986,1455817],[-1195043,1455670],[-1194466,1456171],[-1194529,1454485],[-1196544,1450337],[-1198699,1448699],[-1200018,1463241],[-1198194,1462807],[-1202286,1474981],[-1192742,1491598],[-1193030,1491334],[-1193034,1491719],[-1193590,1490602],[-1212809,1425286],[-1206874,1440374],[-1203939,1444050],[-1215789,1449467],[-1211145,1452258],[-1209544,1471388],[-1208247,1469618],[-1211322,1466296],[-1210981,1465695],[-1214821,1463033],[-1213127,1461680],[-1211339,1466406],[-1211067,1467030],[-1203578,1475525],[-1208482,1473006],[-1220493,1451211],[-1218869,1452175],[-1218584,1452742],[-1218560,1451678],[-1220992,1451781],[-1219189,1451277],[-1219206,1451883],[-1220673,1451439],[-1218881,1450921],[-1220317,1451071],[-1220156,1452292],[-1220828,1452007],[-1220882,1452341],[-1219956,1452365],[-1219009,1452465],[-1218960,1452231],[-1218130,1450218],[-1218873,1452344],[-1218574,1451638],[-1219112,1452481],[-1218616,1451528],[-1218920,1450687],[-1219308,1452667],[-1219314,1466452],[-1217177,1477332],[-1224895,1497741],[-1238582,1452253],[-1238808,1452531],[-1240039,1502281],[-1240360,1501121],[-1238709,1502152],[-1249429,1518707],[-1253266,1239217],[-1253416,1239320],[-1253590,1241031],[-1253252,1240654],[-1253160,1240503],[-1253900,1232722],[-1253812,1232605],[-1264146,1313677],[-1266612,1502424],[-1260632,1225848],[-1262079,1222692],[-1261341,1222581],[-1260765,1225587],[-1258170,1221236],[-1258514,1222158],[-1258287,1221209],[-1263736,1235770],[-1264897,1239967],[-1265002,1240044],[-1264053,1239399],[-1264146,1235994],[-1262984,1238929],[-1263104,1237968],[-1260669,1240967],[-1260675,1241488],[-1261520,1241215],[-1262842,1240706],[-1262398,1240545],[-1262933,1240880],[-1254717,1239399],[-1255204,1234738],[-1254964,1235330],[-1258071,1234647],[-1261798,1235259],[-1261983,1234714],[-1254481,1232817],[-1254770,1232305],[-1262511,1234951],[-1254747,1234132],[-1255208,1233779],[-1254538,1234280],[-1255969,1235885],[-1257483,1235191],[-1262248,1233584],[-1262443,1233630],[-1263160,1234715],[-1263631,1234688],[-1260992,1237102],[-1261373,1237407],[-1261544,1237544],[-1264732,1229604],[-1265084,1230121],[-1263459,1229225],[-1263946,1229426],[-1264409,1229703],[-1263381,1229701],[-1263369,1230746],[-1264091,1230191],[-1258007,1252067],[-1258385,1252291],[-1258062,1252586],[-1258340,1250975],[-1258136,1251473],[-1258439,1251537],[-1256670,1248174],[-1256663,1248145],[-1256276,1247369],[-1255223,1248226],[-1254908,1247460],[-1262205,1251980],[-1261756,1252219],[-1262670,1251352],[-1263362,1250741],[-1266207,1248052],[-1260335,1251751],[-1257807,1250604],[-1258201,1250397],[-1259863,1250818],[-1258075,1250493],[-1259828,1250874],[-1265686,1248292],[-1257798,1248882],[-1263375,1250330],[-1257458,1247009],[-1265502,1248950],[-1256989,1247761],[-1257359,1249764],[-1257741,1249427],[-1257513,1248919],[-1261737,1250042],[-1263734,1249775],[-1261218,1243726],[-1261690,1243417],[-1261211,1242514],[-1262109,1242044],[-1261421,1242516],[-1262601,1242453],[-1262326,1241803],[-1262799,1242313],[-1259345,1249571],[-1258627,1250394],[-1259318,1249332],[-1258526,1249065],[-1260528,1248182],[-1261078,1248097],[-1260583,1248084],[-1260469,1248483],[-1256038,1242162],[-112976,191593],[-114335,180740],[-112899,182400],[-113960,204438],[-114331,193775],[-114154,192420],[-111928,202423],[-112298,202623],[-112126,202508],[-111431,202438],[-110734,200104],[-104549,194548],[-103246,195616],[-103358,193674],[-103513,194077],[-103899,194866],[-102776,196452],[-102809,196447],[-102938,195896],[-103540,195372],[-104374,197006],[-104250,197021],[-104335,197255],[-102905,193938],[-103126,195198],[-103144,194168],[-113601,199738],[-111246,198612],[-111466,198380],[-113470,200203],[-112950,201830],[-111546,204267],[-114003,203536],[-115088,203754],[-112673,203581],[-113918,202991],[-113044,201297],[-111721,202342],[-113193,202296],[-114279,203267],[-114353,203606],[-112257,204032],[-111826,202859],[-113211,205256],[-113513,205710],[-113546,205154],[-110523,212710],[-109150,211568],[-109167,212933],[-109931,213062],[-111293,212712],[-110742,213585],[-110956,213576],[-111355,211293],[-110716,212457],[-111120,212374],[-110621,210879],[-111496,210037],[-110716,209403],[-110062,209809],[-111754,208785],[-110775,211089],[-112393,207945],[-111852,208582],[-113252,208014],[-113290,208694],[-112168,208135],[-113631,207768],[-112800,208677],[-112336,207870],[-111384,208451],[-111666,207398],[-111776,276503],[-113346,276055],[-110299,278131],[-112523,276507],[-113563,276944],[-111884,276078],[-113909,277080],[-111276,277066],[-112802,276197],[-103734,307102],[-105458,306876],[-105443,300288],[-105210,300690],[-105288,300891],[-105546,300730],[-104053,300813],[-105046,301224],[-105150,300275],[-104518,301037],[-105086,300229],[-104029,300148],[-103541,306263],[-104898,306756],[-104449,306866],[-102891,306611],[-102547,307323],[-107184,307002],[-105071,307389],[-105596,306102],[-105821,306449],[-105142,306184],[-104443,304682],[-105176,306262],[-105216,304820],[-103935,305919],[-105358,305397],[-104994,306114],[-104324,305929],[-106019,301905],[-105431,303021],[-105778,301441],[-105649,302929],[-105451,303564],[-105176,302529],[-104992,302359],[-104861,302070],[-104235,299893],[-104640,299044],[-104981,299210],[-104778,298842],[-105152,299141],[-104835,299713],[-105400,299017],[-104005,299301],[-104322,299051],[-103844,299206],[-104131,302065],[-104115,302465],[-112137,315532],[-109204,314511],[-112591,314511],[-112871,314509],[-109953,315470],[-112343,315001],[-112812,315049],[-112125,315057],[-111247,315014],[-111654,315296],[-109963,312894],[-111847,315442],[-110009,314861],[-111077,314683],[-110405,314289],[-110140,313896],[-109676,313316],[-110302,314132],[-110075,313985],[-109927,313191],[-109658,313475],[-110468,314413],[-109919,314472],[-109649,314360],[-104656,310376],[-104169,309514],[-104999,309725],[-104757,310201],[-105384,309779],[-105857,310373],[-104300,310858],[-104176,309932],[-103167,307994],[-104737,307796],[-104406,307648],[-102431,307584],[-105564,312544],[-105573,313063],[-105211,312569],[-105020,311597],[-104144,311405],[-105360,311331],[-106203,308024],[-105715,308479],[-106780,307687],[-105718,308276],[-105262,307439],[-110362,314149],[-110392,315018],[-110812,313911],[-110777,314832],[-111399,313447],[-110220,313795],[-110358,313974],[-111216,313598],[-111237,314744],[-110356,313800],[-104716,307976],[-104206,307708],[-104565,307629],[-105833,307791],[-105688,307770],[-105542,307874],[-105019,308761],[-105169,307980],[-103495,310626],[-103841,312512],[-104080,311988],[-103798,311253],[-103449,313317],[-114892,389906],[-114977,389651],[-114487,391178],[-114947,389958],[-114028,391362],[-114645,390777],[-111814,384851],[-108460,387172],[-111284,384351],[-114011,390627],[-112746,393762],[-114723,394478],[-113342,393781],[-113408,403542],[-114786,415960],[-114413,416944],[-114702,417646],[-114999,418042],[-113581,417545],[-114725,417344],[-113647,418922],[-111751,421754],[-112995,421515],[-112936,418373],[-112990,421832],[-112685,421007],[-114829,418081],[-114041,421465],[-111940,419204],[-114899,416157],[-114514,416720],[-113930,418182],[-114940,416935],[-112387,419124],[-112767,421349],[-113931,421176],[-112462,421605],[-114730,417862],[-115034,418855],[-114272,417224],[-114366,418462],[-114824,418754],[-114784,417142],[-115161,417859],[-106086,434031],[-104260,433539],[-104293,434186],[-106240,432597],[-106363,432392],[-105978,433992],[-105564,433296],[-105186,433729],[-105891,433151],[-104714,433040],[-107655,433873],[-108073,434475],[-106487,435345],[-107617,435084],[-108646,434062],[-106545,433611],[-106964,433310],[-106966,434418],[-108073,434515],[-107574,433515],[-103418,434158],[-103802,435027],[-102761,434054],[-102575,434951],[-103667,434496],[-103707,435057],[-102765,435321],[-103720,434310],[-106728,434710],[-105952,434878],[-105896,434737],[-105044,435092],[-105090,434551],[-106586,434559],[-110643,433804],[-110480,433132],[-109517,434157],[-109043,433896],[-109110,432009],[-111160,432793],[-110857,432573],[-108976,432471],[-110484,433483],[-110903,432557],[-106409,435514],[-105220,436422],[-104900,435639],[-105713,436201],[-104884,440223],[-103919,440160],[-104823,439074],[-104029,440647],[-104687,439649],[-103740,439212],[-104510,441395],[-103244,440280],[-103731,439544],[-103808,441318],[-104615,443596],[-103480,443340],[-104078,442857],[-104094,444072],[-104016,442357],[-104492,443824],[-103641,441834],[-105853,444694],[-107582,443822],[-107429,445795],[-106474,444363],[-107714,445823],[-106382,444309],[-107505,444571],[-106459,444245],[-107528,445720],[-110620,447672],[-108563,448101],[-108387,447920],[-110590,447732],[-104908,442516],[-106747,442898],[-106501,443231],[-105648,442476],[-104262,443861],[-105063,443485],[-105158,442559],[-105169,443614],[-104432,442002],[-105576,443115],[-102557,448035],[-102694,448205],[-110643,448490],[-110391,449485],[-109755,448926],[-110573,448572],[-108773,448637],[-110615,448465],[-111977,450859],[-111342,449469],[-113050,449659],[-110949,449420],[-113169,449606],[-112887,449302],[-111123,450679],[-111235,449382],[-111865,450535],[-111178,449216],[-111236,449173],[-110803,449612],[-110656,448753],[-111073,449172],[-110955,449173],[-109878,449402],[-110065,449491],[-109834,448781],[-102467,450352],[-102821,451364],[-103530,451182],[-103478,450705],[-103475,450645],[-103445,450477],[-102957,450966],[-102641,451074],[-103687,450870],[-103955,450481],[-102560,450458],[-103544,451123],[-103426,451122],[-103141,450850],[-103638,450729],[-102877,450867],[-103459,451212],[-103489,451854],[-102600,451325],[-103505,450927],[-102463,452459],[-102967,453764],[-102876,452415],[-102611,453588],[-102924,453539],[-102650,456068],[-102675,455536],[-104488,457321],[-104178,458145],[-104705,457593],[-104140,457701],[-104883,457944],[-104718,457829],[-104115,458148],[-104842,458775],[-104977,458637],[-103982,457927],[-102508,454352],[-102476,455081],[-102477,454946],[-102484,454303],[1635,132406],[1316,133522],[1454,134244],[518,128842],[858,133176],[35,134307],[93,132362],[786,148670],[1121,148180],[925,149294],[1872,148025],[1088,149398],[5002,151786],[4627,152959],[4510,151043],[4430,152549],[3833,152786],[4750,150976],[5853,152861],[5046,153120],[5108,151551],[3875,152331],[4801,152623],[6358,153170],[5701,153204],[5640,153299],[5105,153287],[12347,152798],[11643,153523],[11375,151917],[11704,152501],[12283,152925],[11961,152904],[12011,152484],[11704,152826],[11695,152462],[12625,152713],[12474,152807],[9883,150994],[10552,150357],[10588,151295],[11574,152205],[10343,150864],[10051,152472],[9280,151074],[10418,150716],[10614,150460],[12751,153396],[12499,153486],[11646,152607],[11447,150701],[9478,149881],[10796,150628],[11578,152044],[9597,150698],[11240,150109],[10441,150395],[10366,150795],[11931,152178],[9444,150264],[6838,151831],[6229,151498],[6443,150995],[6571,152434],[5397,152238],[1191,131402],[10691,164749],[12128,165464],[10941,166434],[12472,165741],[12685,163736],[10763,165360],[12702,165410],[5363,161880],[5474,159919],[10796,160816],[9863,158733],[10982,162360],[11087,161895],[9979,160382],[12312,161853],[12192,163803],[12529,164232],[10014,161529],[8586,161011],[10339,158970],[11776,162258],[11174,163881],[11105,162143],[9114,161950],[11158,160943],[9616,161675],[10600,160745],[10464,162543],[2781,162660],[4149,162630],[4225,160565],[2234,164344],[5084,163016],[9177,157674],[7554,155714],[9901,157584],[5932,154909],[6488,153985],[6442,154571],[6345,154892],[6034,153885],[11088,154202],[10714,154072],[12324,153820],[12417,154595],[12152,154831],[11039,171695],[10808,171863],[9118,172859],[10148,172427],[9272,175156],[11240,172176],[11792,166895],[12579,170804],[12254,172001],[12079,171658],[11038,166770],[11274,166972],[10843,169126],[9995,173903],[9649,174853],[130,171387],[11796,177008],[8639,178139],[10533,177842],[1799,176588],[2643,175696],[3448,177746],[1623,176041],[2321,176988],[1401,177097],[1513,177065],[2477,176008],[2246,177020],[12070,172372],[12500,175842],[780,173373],[1169,172528],[12394,176043],[3833,176717],[4576,177652],[2454,177259],[4546,177980],[3191,176634],[4080,177717],[4544,176632],[1316,176698],[1309,177202],[1613,177777],[871,176264],[1731,176934],[922,177975],[2235,176343],[2341,176353],[206,176963],[1980,176269],[1315,174614],[403,176148],[1660,175781],[482,175723],[509,174663],[1333,176506],[556,176325],[1466,175189],[1295,174841],[620,176391],[9598,182774],[10082,182020],[9203,181492],[11183,182220],[9946,182025],[11112,182720],[10482,181394],[10355,182690],[11887,181533],[12042,182522],[12355,181978],[11829,181542],[11093,182804],[12546,181725],[10747,181448],[11027,181608],[12553,181783],[12751,182611],[8010,183406],[9048,184047],[6728,183056],[8645,182854],[7943,183297],[8968,183304],[7814,182594],[8345,182883],[7263,182534],[7894,182478],[10666,181185],[11476,182660],[9636,181768],[9118,182634],[10671,182448],[11646,183252],[10276,181735],[9271,182073],[10974,194892],[10605,192671],[11121,194472],[11727,193587],[11569,194725],[11360,193714],[10736,193155],[7092,206852],[8433,207519],[8105,207484],[7112,206130],[7743,205499],[8172,205933],[7589,205880],[7875,205481],[7180,205142],[7713,207471],[6137,215918],[5274,217487],[4318,217574],[4344,216664],[4788,215823],[4371,217318],[6042,215634],[6189,215599],[5382,215759],[5509,216479],[5904,214314],[7772,214852],[7029,215237],[6776,214178],[7383,214279],[7063,215528],[8062,215927],[7130,215310],[7576,216864],[7812,216312],[6482,217130],[6406,215979],[8181,217572],[6283,216872],[6278,216766],[6562,217600],[5241,219066],[10710,219817],[11208,219911],[10749,220309],[11877,221000],[11814,220547],[11677,220593],[12132,220492],[12721,221387],[8397,223928],[8162,224255],[8126,222027],[12706,222594],[8115,222512],[7575,221105],[3019,264545],[4075,264317],[3291,264114],[3720,264201],[2320,264339],[3418,263639],[2581,264831],[2446,264401],[6212,278897],[9152,276628],[9195,277390],[7920,276360],[10362,275977],[9241,276918],[10331,276924],[5537,277150],[7090,278922],[5556,277905],[7949,277492],[8741,276866],[6749,277528],[7249,276905],[7304,276468],[8931,276812],[8832,277319],[5569,277771],[7034,278350],[6152,278353],[5751,277727],[6175,277596],[6234,278166],[7381,277878],[7991,277885],[8287,276914],[8346,277894],[8962,277435],[8907,277127],[7633,278530],[7206,278625],[6458,277712],[8914,276828],[7409,276680],[7438,278286],[8451,276917],[8622,274866],[10337,275732],[9203,273867],[9652,275077],[12278,276204],[11180,276268],[11114,275299],[8064,280038],[8071,279717],[8111,278747],[8445,278792],[8301,279238],[2374,311704],[3410,311201],[2767,312512],[2274,311469],[3449,310857],[2599,310631],[2165,310808],[3850,318878],[3524,319043],[4361,319511],[4697,319211],[2700,319849],[2728,318783],[1369,325221],[2365,326020],[1640,326310],[441,324809],[1818,325636],[240,325627],[2259,324514],[12335,352099],[12392,355542],[11217,353429],[9956,352915],[9618,352276],[11396,350201],[11733,358113],[10594,359197],[10665,360070],[10430,359839],[8960,447752],[7863,447056],[7543,448035],[9249,447486],[9008,447917],[7192,446943],[8154,447891],[12570,443577],[12572,443954],[12514,443498],[9214,446166],[9089,446896],[8991,446791],[7854,446786],[8006,446515],[8505,445970],[8003,446307],[8750,445939],[8825,445745],[8482,448066],[9039,447511],[8690,447365],[8217,447829],[9135,447673],[8528,447083],[9125,447332],[8068,447715],[9283,447735],[7755,446952],[7626,446774],[9012,447858],[7283,445908],[8690,448510],[8710,449051],[9267,448753],[8492,448587],[8992,448225],[8511,448977],[9416,449226],[7702,449279],[7255,449290],[7875,448739],[7612,448417],[6340,507872],[5181,506512],[4064,507529],[6448,507367],[3521,507954],[4751,506481],[5458,506396],[4795,506875],[7214,505631],[6616,505492],[3956,507015],[1516,519302],[3213,519809],[1835,518955],[2696,518979],[3411,519325],[3605,520254],[3242,519205],[2286,519436],[1885,518288],[2237,518858],[4214,520381],[3732,520155],[4287,521140],[4268,520840],[4283,521073],[3310,520954],[3815,521644],[2412,520520],[2191,520726],[1594,517289],[1806,518994],[1752,517582],[2569,518939],[2304,517234],[1576,518155],[2140,517958],[2048,519237],[2321,519296],[1488,518169],[3505,519015],[4825,519440],[4056,518474],[4638,520155],[4325,518068],[4144,518064],[4578,518014],[4362,517813],[10681,526903],[11692,525787],[6030,526229],[5292,525290],[11327,527420],[11100,528101],[11586,525046],[10434,526354],[11004,527396],[10748,526903],[10865,526319],[3948,527176],[4295,526744],[6070,526986],[4768,527943],[3032,525170],[3125,525934],[4295,526073],[5141,527072],[4949,527932],[4259,525797],[5165,526420],[3772,525480],[4251,526368],[5591,586803],[12058,586795],[10930,586596],[5800,585053],[6239,585641],[7032,585406],[7029,585861],[7903,585317],[9524,584298],[9140,585174],[11934,587156],[328,596216],[2255,598270],[11974,597971],[11450,598526],[12494,598031],[9204,599739],[9288,598446],[6249,626304],[7331,626656],[8274,626859],[7563,627939],[6230,628232],[6548,628331],[8954,629882],[9643,630071],[8384,629258],[2378,98666],[7408,92597],[3249,95367],[4652,94833],[4219,94808],[4683,94130],[1937,98775],[2622,95076],[2698,94847],[3508,94653],[2012,98181],[2604,97593],[1746,99251],[2290,97662],[3137,94320],[3448,94152],[2346,96968],[1897,98085],[1892,98027],[2399,99332],[2543,98841],[2428,96911],[2651,109988],[1559,110260],[2791,114032],[63,110317],[2726,108671],[2375,108350],[1504,110899],[804,109114],[1078,112026],[2541,109812],[971,111329],[1170,107610],[565,107396],[1691,107599],[214,106114],[388,106548],[754,108266],[1525,107921],[1729,106525],[2070,106897],[759,106488],[785,108053],[139,107865],[266,106354],[221,107929],[291,108814],[1031,108128],[405,108804],[3516,108317],[3431,109038],[399,128120],[823,128187],[1417,124378],[2065,124653],[237,124508],[666,124552],[2199,124234],[2587,124165],[423,123765],[1292296,303663],[1280417,422309],[1280910,421184],[1281723,420996],[1281318,424679],[1280652,426461],[1283554,428216],[1282135,425037],[1282029,425866],[1284458,424792],[1283983,427177],[1284529,428236],[1283158,428030],[1283026,427787],[1286704,428980],[1287820,428754],[1286496,429100],[1285656,431789],[1285199,428992],[1288015,428782],[1286607,429709],[1285858,428763],[1285358,429852],[1284378,430368],[1291423,431947],[1292248,432955],[1290951,433553],[1290657,431237],[1289402,433423],[1290824,432173],[1288917,431979],[1292657,430616],[1281125,424325],[1280123,424313],[1285115,447342],[1283171,447463],[1284934,446851],[1282835,446662],[1280076,446381],[1280835,445768],[1282120,446605],[1281760,444794],[1286840,449044],[1286677,448705],[1288928,451168],[1285659,448808],[1285790,450000],[1285909,450576],[1287925,451682],[1286773,449760],[1289319,449583],[1288935,451982],[1284369,449078],[1283253,449366],[1285440,450072],[1284251,448462],[1284151,448457],[1283468,449630],[1292518,470389],[1291966,471844],[1292631,469339],[1285109,481028],[1286898,483181],[1283583,484029],[1286619,481116],[1287142,483493],[1285315,480945],[1283216,484335],[1287163,482682],[1285455,481691],[1287072,482146],[1282159,483929],[1282113,481952],[1281079,483992],[1281671,482444],[1282910,481422],[1282750,483245],[1280096,480561],[1282908,481555],[1282116,482939],[1281187,482165],[1280883,494697],[1281832,494260],[1282259,495180],[1282455,493783],[1280628,494190],[1281231,496464],[1281951,494084],[1281694,492813],[1288987,498923],[1290494,511988],[1291399,512033],[1291272,512006],[1281081,502301],[1280481,504556],[1281100,504816],[1281141,505202],[1282252,503333],[1282351,504426],[1289151,499787],[1290741,501786],[1288286,500689],[1290064,502356],[1290481,500349],[1291303,500654],[1287640,500184],[1291183,502591],[1288259,501939],[1292312,500537],[1284393,516259],[1284976,515763],[1284959,512798],[1285232,515041],[1283347,515529],[1284579,514369],[1282095,512982],[1282852,515801],[1285473,514461],[1285156,514714],[1292210,514110],[1288956,513899],[1291813,515684],[1291401,514169],[1289921,514317],[1290767,513228],[1290145,512732],[1301306,421816],[1300437,421740],[1299749,422075],[1298654,421009],[1298973,421227],[1298242,421520],[1304025,419616],[1300943,420108],[1304142,419108],[1302443,420290],[1304505,418621],[1302510,419593],[1301528,420530],[1303628,421265],[1302312,419773],[1301239,417982],[1304957,415151],[1305444,414169],[1304246,414639],[1292900,430596],[1292874,433169],[1295952,426344],[1296596,425775],[1295524,424402],[1294785,426368],[1296363,425223],[1295566,424115],[1296456,423372],[1296754,423302],[1294094,423302],[1296400,426489],[1300873,423110],[1300272,422800],[1299560,422796],[1299404,423795],[1297139,460038],[1298229,459395],[1297994,460287],[1297534,460335],[1296853,457506],[1297289,457918],[1296442,456544],[1294189,457971],[1296399,458491],[1295450,457078],[1296703,458152],[1293654,457300],[1293944,455990],[1295744,456218],[1292917,470956],[1293788,470514],[1293775,471586],[1294753,469724],[1294721,471495],[1294753,470477],[1295702,469228],[1301755,471280],[1300400,470177],[1300819,470494],[1302226,471760],[1301244,472924],[1301144,472204],[1302952,470896],[1301122,473255],[1299265,468994],[1297713,466343],[1299688,466743],[1299738,470041],[1299870,469516],[1299488,466462],[1299423,468898],[1299046,468311],[1299272,470444],[1297359,466927],[1298305,463253],[1295458,461280],[1299079,462014],[1299273,462432],[1298936,461625],[1295808,461870],[1301781,474073],[1294412,499217],[1294064,499080],[1293771,499277],[1299659,494730],[1295885,495887],[1299192,494555],[1297188,494840],[1299891,494637],[1296861,494498],[1298693,492992],[1296833,494032],[1296741,492211],[1299302,493246],[1293954,501039],[1295297,501581],[1294671,501984],[1294486,499947],[1295287,501517],[1293550,502872],[1297404,502648],[1299871,500999],[1298216,501220],[1297125,499864],[1298958,500390],[1297268,500371],[1297638,502102],[1299117,501903],[1299884,499642],[1298112,503037],[1299640,506936],[1301436,505482],[1302013,503658],[1299368,505495],[1300623,503834],[1298933,505383],[1300701,504784],[1299507,505238],[1300939,505673],[1298810,505906],[1308123,396886],[1306484,396945],[1306244,396551],[1309556,409749],[1306843,407253],[1309016,407289],[1308259,409652],[1307989,409569],[1308271,409211],[1307853,406656],[1309273,408543],[1307683,406508],[1307896,402701],[1308716,405182],[1307369,404677],[1307100,406388],[1307616,405555],[1308178,405124],[1307171,404999],[1307993,406176],[1305935,404717],[1306255,399721],[1307375,398067],[1310289,397997],[1308451,397853],[1307442,400369],[1307848,397455],[1306896,398702],[1306964,412440],[1306156,414486],[1306125,415285],[1307387,414860],[1305945,415867],[1306240,415442],[1305674,414663],[1308236,410571],[1308704,410319],[1311795,468132],[1309632,467964],[1310381,468647],[1310249,468443],[1312575,470505],[1312233,470422],[1313097,467962],[1309881,468936],[1311883,466957],[1313100,469242],[1311551,482036],[1311917,483575],[1310761,482202],[1310847,484211],[1313343,482035],[1311450,483435],[1313417,483980],[1310396,482962],[1309619,485404],[1312107,482152],[128719,152891],[129206,153634],[129185,153474],[133829,150324],[134078,150255],[133912,150896],[132875,151354],[134487,151766],[132847,150690],[135879,150179],[134629,150990],[137726,148426],[135235,150223],[137274,151618],[136589,150068],[133591,149341],[134496,150488],[134064,148017],[134375,148502],[135239,149646],[131703,148539],[136005,149451],[135506,150260],[134936,149392],[134951,149330],[135295,151057],[135528,148161],[128131,154950],[128479,154704],[128643,154148],[128617,154027],[136016,163270],[135964,164973],[136632,164137],[137845,163389],[136870,164943],[139415,163864],[140619,164882],[140343,164804],[128965,155227],[139789,182707],[139970,182246],[133435,181532],[133426,182224],[131856,182022],[132567,180659],[134342,182065],[134495,182787],[140477,261203],[140480,260557],[140691,259256],[138633,370961],[139786,371379],[139902,372869],[139663,376438],[138024,372774],[140351,373919],[136545,372552],[129008,407701],[130774,404644],[131051,403766],[131219,405403],[133005,407012],[128491,407073],[128415,400645],[138127,416052],[129215,413515],[133526,411866],[131331,434514],[140582,432357],[140433,431873],[140678,431944],[140725,431744],[134623,431702],[139250,431402],[138935,433932],[140685,431915],[138966,434584],[140643,432561],[135285,435952],[136620,436209],[128049,493780],[130408,509410],[130439,509194],[130387,509236],[129591,510006],[130263,510447],[130171,510425],[129968,510110],[129195,509421],[129904,510732],[129010,510192],[128027,504365],[128497,504339],[128767,504996],[128618,504798],[140050,507778],[140416,508251],[140537,508234],[139941,508129],[140477,507951],[139307,508086],[139788,508026],[132749,512504],[133516,512377],[133874,512755],[133542,512581],[132876,513491],[132345,513066],[132650,513191],[133366,513493],[133762,512789],[132916,512707],[130566,519227],[130691,519234],[131437,519072],[131913,518029],[131912,518218],[131543,518370],[131890,519408],[131193,518817],[130821,518971],[130940,519454],[137231,523668],[136186,523306],[136514,522772],[137404,522527],[136683,522828],[137438,523647],[138241,524244],[138651,522667],[137752,524032],[140273,524187],[138389,522684],[139769,523435],[138813,522550],[139953,524207],[138231,522445],[139386,523466],[130239,524895],[130735,512867],[130918,512567],[131024,512756],[129132,514342],[129271,514511],[137114,514865],[137792,514360],[137123,513391],[137680,513404],[137112,513661],[136916,514681],[138022,513558],[137921,514445],[136939,514972],[137217,514683],[136183,514241],[136218,514283],[139467,514339],[139173,515495],[138813,514961],[138032,515476],[139472,515470],[138050,514079],[138597,514748],[138548,514879],[138734,514177],[138676,514603],[135282,513338],[134687,514164],[134360,513202],[134120,514471],[135028,513199],[135059,514391],[133984,514336],[134797,513984],[134073,514346],[134405,514575],[129593,533373],[130869,532874],[130016,532328],[130060,533594],[130404,532921],[130265,531468],[129622,531541],[130283,532397],[131729,536258],[130931,536334],[132144,535973],[130613,536608],[130478,537421],[131015,537680],[131415,537105],[131333,537348],[130532,536699],[131595,537660],[131293,537504],[128213,535251],[128558,535270],[130708,536993],[130091,535328],[129665,535437],[129346,535506],[128263,535883],[130433,536185],[137843,532067],[136945,532563],[138168,531307],[137954,531577],[136662,531965],[138506,532560],[129953,525630],[130155,525811],[131275,525056],[130181,525802],[130242,525515],[130989,525101],[130653,525598],[129908,525191],[130887,525433],[136422,527060],[136346,528464],[136145,526789],[136980,526741],[136306,526471],[137361,527569],[135732,528667],[135694,527286],[138478,527038],[138299,526096],[137489,527171],[138377,526230],[137711,527546],[137488,526869],[138260,527296],[138766,526417],[137618,526112],[137543,526084],[133805,533672],[133424,533255],[134915,533365],[134063,533409],[133770,534768],[135358,535160],[133559,533505],[134799,534358],[131139,538217],[131544,538144],[131449,538044],[131427,538103],[140092,538726],[139583,538601],[138910,538470],[139455,537862],[139802,538524],[138246,539228],[137477,539136],[137884,539820],[137207,538371],[138275,539435],[139248,540169],[138502,539494],[138753,538691],[137479,539240],[137872,540339],[134292,567417],[134284,567625],[134207,567988],[133615,567537],[133523,567693],[134609,566710],[134608,566226],[134338,566383],[135093,567897],[134639,567317],[134780,567614],[134534,567517],[131113,601741],[135344,600885],[135659,601604],[134468,601209],[134870,600920],[133873,601645],[135130,601441],[133466,601444],[133201,601133],[133360,600903],[134628,598469],[135379,600409],[135137,599348],[134671,600721],[134879,600010],[135189,599413],[135441,600120],[135152,600214],[133617,600741],[133037,598850],[134661,598964],[134506,600478],[133006,599155],[134136,598301],[133444,599022],[133723,600910],[135150,600694],[130995,601990],[130990,602465],[131524,601844],[131475,602449],[131658,602581],[131723,603290],[133869,602434],[135245,601802],[133471,602501],[135741,601869],[134214,602583],[134040,602414],[135568,602039],[144882,179056],[144763,183908],[144721,180075],[144818,181287],[146104,181079],[146080,179987],[145652,179822],[150144,202927],[149801,203619],[148784,203483],[148583,203973],[152291,282558],[141298,372067],[148626,382328],[141986,374989],[144950,425619],[141533,425550],[141933,428011],[145080,429218],[144922,428330],[142061,429859],[151107,424672],[144555,427934],[147252,432805],[143016,427909],[149142,431200],[145337,427624],[148987,434978],[149489,426484],[141473,431565],[143218,427847],[143166,429058],[143434,428196],[143008,428122],[143221,436215],[141176,439111],[144003,495831],[145189,494627],[144207,495167],[147260,497415],[147392,497460],[147374,497547],[147206,497376],[149659,498329],[148773,498182],[149781,498890],[142310,524875],[142594,536271],[142554,536810],[142451,536610],[141742,536156],[143119,536496],[142862,536053],[142683,536024],[141554,532635],[142006,533363],[142031,532744],[141801,533283],[141265,532331],[141642,532587],[141616,532936],[141402,532047],[146880,536508],[143481,525865],[143412,525901],[146432,535096],[146462,536260],[146718,535281],[147704,535196],[147083,535743],[146954,535824],[147313,535078],[147071,535006],[147231,535741],[146791,535894],[143598,526541],[143372,525132],[143253,526129],[145948,534478],[146227,533506],[146914,534599],[147004,534465],[147297,534333],[146036,533183],[146073,533758],[145817,528524],[147182,529170],[145266,528867],[146809,529319],[146105,529154],[147087,529096],[146568,529307],[147028,528582],[145985,530133],[146037,531202],[147114,531072],[146128,529747],[146084,529997],[146361,529674],[147065,530590],[146982,530572],[145894,530105],[146495,530911],[142565,526484],[142595,525011],[144680,526272],[142790,525953],[141734,538709],[141599,538777],[141955,538705],[141896,538988],[142382,538523],[141521,539239],[141786,538302],[141605,539059],[140976,539935],[141280,539539],[141254,538021],[141274,539954],[140959,540096],[145266,585003],[144548,584341],[144369,584500],[144443,584678],[144720,587131],[144839,586161],[145087,586682],[144618,583989],[144963,587122],[145074,586937],[144560,584646],[145259,586338],[144651,586905],[143933,585422],[144067,584923],[147387,595587],[147967,590933],[147489,591014],[147988,589634],[147005,589785],[148497,590380],[147024,589325],[146899,589126],[147007,590626],[149731,592087],[148479,592447],[148116,592950],[148924,591860],[149164,591189],[148504,592060],[147760,591483],[148574,591617],[148685,591367],[148348,591087],[148559,591428],[148498,590947],[147897,591527],[148448,590916],[148308,591450],[148466,591563],[147099,596658],[147751,596841],[149433,596258],[148984,596866],[149209,595506],[149282,596535],[148504,596280],[146039,594558],[145012,594169],[145681,594900],[145221,595502],[144588,594685],[146471,593818],[146342,594386],[144990,594262],[144853,594966],[144603,591971],[144651,592679],[144399,591664],[144692,593400],[145467,593239],[145529,593694],[145539,591910],[143987,593561],[145657,593224],[145785,593627],[144936,593481],[145764,593076],[144990,593204],[145023,593840],[144979,593513],[145628,593113],[144955,593928],[145430,593127],[148156,596312],[148871,596297],[166093,374419],[166328,375898],[165448,476834],[165052,475805],[166063,476581],[166179,474083],[156483,507446],[157081,508818],[156976,508821],[158338,524327],[159294,522502],[159143,522993],[158632,522818],[158626,523585],[158049,523617],[158302,523327],[158903,523357],[157698,523586],[158198,524906],[158446,524533],[158435,524710],[158966,524795],[162161,524963],[160706,524809],[158357,525117],[161134,525077],[161188,525152],[161885,526147],[161673,525210],[158858,525846],[160970,526522],[161379,526334],[165293,527033],[165098,527028],[160765,525964],[161132,525809],[161562,525858],[161382,525847],[159664,539374],[159857,539439],[159829,539184],[159708,539804],[160129,539346],[159949,540003],[159868,540184],[162437,538342],[162516,538599],[162141,538347],[162480,538992],[155487,560366],[155605,560153],[156699,559377],[155813,560498],[156340,559464],[162655,559067],[174831,257702],[167106,263308],[177771,258418],[178228,258388],[178686,257469],[178704,257944],[168058,375648],[169777,374821],[168735,376157],[167968,377394],[167325,375352],[166435,387910],[167538,386011],[167493,387573],[167502,388233],[166531,387681],[167235,387114],[167110,386018],[168796,388005],[167276,386144],[167920,473711],[167995,473774],[170905,473487],[171175,473260],[171070,473746],[170369,473269],[170535,473744],[170063,473369],[171433,473518],[171577,473429],[171209,472167],[168229,473740],[169079,472291],[167907,472450],[167741,472226],[167369,472105],[168375,472722],[169883,473796],[168696,473160],[167998,472391],[168457,479385],[167790,478659],[172362,475746],[169672,476110],[170173,475548],[167632,476375],[170082,474563],[168529,475766],[169415,474689],[168809,475184],[169440,474621],[170062,476343],[168359,476362],[167593,475974],[167341,477492],[167752,476528],[168455,476840],[167363,477147],[167851,476816],[168516,477257],[167725,476723],[167272,477535],[167254,476277],[169226,475167],[169599,475745],[169659,475394],[169246,475761],[168978,475651],[168201,475056],[168519,475647],[169121,474943],[169732,475256],[168888,476001],[167758,474715],[167567,474289],[167574,474834],[167657,474832],[168134,474953],[167302,474427],[167381,474166],[168305,474512],[171028,474489],[169915,474179],[171252,473933],[170181,474721],[169929,474568],[169736,474466],[169974,474093],[170382,475332],[169649,474176],[169330,474422],[170400,475083],[169672,475047],[170043,475367],[169362,475474],[169646,474895],[170181,474773],[167669,476620],[168721,477031],[167393,477861],[166690,476751],[168234,475962],[167205,476790],[168696,474890],[167659,474444],[166790,475267],[166773,475123],[167135,475879],[167030,474086],[171230,475849],[171751,475039],[168956,474311],[167817,511652],[168218,511885],[167446,511358],[167026,507584],[168156,508040],[169636,503158],[169117,503555],[169343,502850],[168172,513525],[168866,513747],[167511,513786],[169063,514504],[175264,521456],[176108,522143],[172464,523670],[172142,523995],[171827,524033],[171191,522669],[171387,524080],[172042,523958],[171390,523520],[172423,522964],[172200,523890],[172354,523915],[169886,522322],[168772,520151],[168804,520881],[168245,521402],[170060,522249],[168790,521881],[169110,520435],[168811,519750],[168080,519870],[168118,518602],[168733,518494],[168810,518936],[168247,519420],[168308,519701],[168465,519396],[168687,518873],[168856,518690],[169455,531085],[168730,530742],[169004,530635],[169860,531045],[169041,531026],[170023,531987],[169594,531470],[170095,531704],[169860,531407],[171225,525854],[171504,525058],[170977,525584],[166793,526642],[166577,552273],[173833,588849],[173118,588978],[174270,588645],[175948,588683],[174895,588432],[176515,580643],[177822,579634],[178616,583796],[178227,583206],[178537,583458],[178287,582815],[178939,582872],[175657,589291],[175616,589901],[175093,589127],[175788,589951],[174965,590501],[173995,589855],[173973,590575],[173996,590976],[176533,591777],[173413,589933],[176057,591365],[176495,591568],[176302,591163],[176091,590112],[175146,591348],[174877,591199],[191745,415059],[191905,415275],[191603,414229],[191652,414615],[191755,414158],[191309,417906],[189719,417899],[190109,418179],[191550,418308],[189482,417763],[189850,419858],[191589,417620],[189166,418938],[190348,417990],[189162,419791],[189836,414413],[189995,416501],[191498,413047],[191270,414106],[191104,417404],[191025,417844],[189784,419838],[190308,419132],[189819,417485],[191566,418242],[191562,419601],[191151,418665],[190900,417510],[190674,418974],[180532,570953],[180203,571271],[180457,571810],[180976,571939],[179969,570997],[180260,572985],[179530,571191],[183080,571398],[181773,572067],[181642,572560],[181947,571756],[182137,572576],[181889,573305],[181972,572342],[182113,573395],[181872,571528],[182664,571156],[182691,569163],[182490,569961],[183212,569565],[185044,567650],[188813,572743],[183084,581345],[183591,584868],[182543,584922],[186080,581932],[185480,581740],[182629,582496],[180983,582112],[181624,581143],[182399,582459],[182065,581981],[181582,581648],[182647,581826],[181539,582299],[191216,582523],[191647,582838],[186938,585437],[187801,585217],[190453,586100],[181066,585209],[182932,586937],[182273,586774],[181512,586952],[180731,586030],[182527,585687],[191579,583805],[191504,583214],[189780,583237],[190714,583695],[189881,585468],[191866,585294],[190552,583155],[190043,583781],[190037,584318],[191102,583270],[189999,583294],[188122,586080],[187145,586257],[181720,586716],[182847,587432],[190874,579414],[182502,587098],[183025,584856],[182946,584562],[183722,583525],[183295,583625],[182918,583723],[179726,581837],[180093,581921],[184804,588929],[185572,588304],[185376,588304],[184713,588776],[185205,588749],[183656,588641],[183977,588789],[179326,582957],[183356,585267],[182534,582832],[183908,585269],[191857,595498],[190082,593467],[189955,595781],[191117,594148],[191631,594059],[190718,595646],[190435,595027],[188779,595119],[190416,594466],[190488,594335],[183941,591214],[184491,591342],[183824,591665],[184503,591494],[184157,591743],[184986,589243],[185644,589159],[183109,589844],[182713,589369],[184641,589684],[183998,590571],[184679,589558],[182401,590374],[184873,589372],[182921,589197],[202258,261663],[201898,261683],[201846,262439],[201798,263741],[202098,263578],[202490,263430],[202064,261539],[203131,260187],[203831,258402],[203280,258246],[202902,261582],[203567,258973],[202154,258609],[202727,259020],[201841,258331],[203755,262680],[202054,260715],[203454,262702],[204652,262620],[204441,260808],[204611,286320],[193388,379184],[192062,380629],[192469,380335],[194714,380575],[194450,379241],[194906,378752],[194913,380399],[194029,378594],[193500,378540],[193796,378442],[195580,379337],[194308,377146],[192929,377177],[192534,379062],[201742,409276],[201756,402688],[201990,403090],[201912,403291],[201653,403130],[203146,403213],[202153,403624],[202049,402675],[202681,403437],[202113,402629],[203171,402548],[202302,409156],[202751,409266],[200016,409402],[202129,409789],[201604,408502],[201379,408849],[202058,408584],[202757,407082],[202024,408662],[201984,407220],[201842,407797],[202206,408514],[202876,408329],[201181,404305],[201769,405421],[201422,403841],[201551,405329],[201749,405964],[202024,404929],[202208,404759],[202339,404470],[202965,402293],[202560,401444],[202219,401610],[202422,401242],[202048,401541],[202365,402113],[201800,401417],[203195,401701],[202878,401451],[203356,401606],[204161,408051],[203069,404465],[203085,404865],[203659,408663],[204309,409011],[204653,409723],[203265,408319],[196838,416549],[196808,417418],[196388,416311],[196424,417232],[195801,415847],[196981,416195],[196842,416374],[195985,415998],[195963,417144],[196844,416200],[202484,410376],[202994,410108],[202635,410029],[201367,410191],[201512,410170],[201658,410274],[202181,411161],[202031,410380],[195063,417933],[197996,416911],[194609,416912],[194329,416910],[197246,417870],[194857,417402],[194388,417450],[195075,417457],[195953,417414],[195546,417696],[197237,415294],[195353,417842],[197191,417261],[196123,417083],[196795,416689],[197060,416296],[197524,415716],[196898,416532],[197125,416385],[197273,415591],[197542,415875],[196732,416813],[197281,416872],[197551,416760],[202201,412125],[201816,412179],[201343,412773],[202463,410196],[202794,410048],[201636,414944],[201627,415463],[201840,413731],[200997,410424],[201485,410879],[200420,410087],[201482,410676],[201938,409839],[192293,415020],[193003,413894],[192777,413663],[192486,413914],[193437,415207],[194417,412511],[194378,413262],[193583,412923],[193286,411914],[193056,411597],[194970,413402],[195500,412065],[194403,412441],[193833,412939],[194208,412662],[193517,416189],[194619,416177],[194342,417339],[193447,416222],[193914,415785],[194487,415525],[192590,415318],[194087,416944],[194344,415276],[193216,417075],[192977,412804],[192239,413223],[192003,414771],[192277,414184],[193390,413956],[192138,415054],[192669,415008],[192640,415039],[193731,411181],[194526,411374],[194207,412973],[193412,411736],[193879,412404],[194800,411504],[193241,412680],[194720,411509],[195584,412923],[193249,413051],[194188,415074],[192935,417494],[192791,416098],[194374,415207],[192551,416268],[194594,416918],[192337,416449],[192652,416831],[193361,416977],[194232,417548],[203705,413026],[203359,414912],[203120,414388],[203402,413653],[203751,415717],[202544,412776],[203031,411914],[202443,412601],[202900,413258],[203024,412332],[204033,410394],[204769,409984],[201989,414969],[202180,413997],[203056,413805],[204680,545385],[204078,546765],[196841,587209],[195274,586561],[196594,587154],[195571,587571],[195317,586709],[195666,587084],[194633,586988],[194510,587506],[192745,588980],[194157,588547],[194669,588987],[194028,588165],[194664,588277],[195558,591013],[194349,590764],[194295,591386],[194007,589779],[194760,591218],[195573,590027],[194326,591003],[193943,590699],[195828,589910],[193725,590411],[192223,595054],[192051,593620],[192174,594848],[192399,593707],[193170,589491],[194005,590137],[193003,589857],[193664,589633],[194154,589367],[209147,271745],[209172,271406],[210857,272146],[210093,272095],[209161,273544],[208606,272058],[210314,271951],[207783,272484],[209108,272398],[210904,273480],[209352,353943],[209239,352388],[207558,352467],[207767,352984],[210695,352249],[212616,354046],[212598,353338],[211157,350828],[209260,350797],[209474,352835],[208674,546149],[208903,545072],[208728,545626],[208019,545008],[206790,547623],[207950,547396],[207454,547231],[204912,546158],[205296,547832],[205891,547460],[206404,544566],[207705,545947],[206918,547540],[207072,547319],[207394,547080],[206102,546079],[207354,545468],[206757,544730],[207406,546028],[206618,546965],[205110,546264],[206625,544825],[205247,545228],[205830,546086],[205498,545328],[226840,274457],[227369,272583],[226901,272935],[218628,282340],[218521,467894],[220626,466452],[222443,473121],[237476,-133424],[250518,-128482],[250033,-129372],[249071,268531],[247236,268662],[250358,267083],[249157,268140],[250811,268398],[249221,268441],[248212,268560],[247076,267892],[249699,267339],[248303,269251],[246903,270697],[249657,270595],[248824,269748],[250680,283721],[249366,285516],[251544,284242],[250942,283286],[251109,282512],[250806,281943],[251322,285212],[247311,288499],[248891,288360],[249165,290058],[247023,287170],[247665,287213],[247456,287607],[247559,289773],[247135,292330],[245747,291368],[246590,293936],[246746,293823],[245800,292792],[247845,291323],[248264,291859],[246354,293968],[244207,294148],[244472,297645],[246134,296405],[245984,296217],[246182,299414],[244740,296575],[244511,296605],[244945,298382],[245521,295966],[244287,295530],[247284,294885],[243647,297773],[243588,296186],[248344,401428],[248841,401303],[247614,400301],[248201,401274],[247601,400523],[247392,399607],[247172,399787],[246614,399669],[247003,399767],[13581,152173],[12817,152871],[14020,153007],[13310,152414],[13423,152232],[13930,151875],[13930,153358],[13072,153204],[12848,152753],[14220,164073],[13436,164095],[15056,166365],[18164,156593],[14852,160622],[12901,162620],[15026,162517],[12961,160291],[16625,156778],[19202,155548],[16178,156429],[16161,156105],[16590,155786],[17197,157045],[17046,155176],[17561,155761],[18276,156516],[18392,155480],[16184,155786],[15073,165468],[16292,165607],[14603,164640],[16031,161694],[15136,161716],[13012,160740],[14239,158866],[14916,160376],[13664,159229],[14450,160539],[17415,157946],[18010,157094],[18932,156908],[17446,157061],[16986,158228],[17822,156665],[18029,156786],[18919,157063],[18267,157076],[16850,156677],[16264,157196],[14677,156056],[15520,156488],[17240,157202],[15160,156384],[15089,155770],[15035,156476],[16107,156081],[16431,157215],[15928,155477],[19378,156440],[19505,157312],[19067,157770],[18977,157866],[19121,157790],[20264,156949],[20216,156319],[19093,156383],[20236,156710],[19238,156730],[13821,154005],[13269,154531],[14020,167020],[13025,167052],[12871,167189],[13919,171770],[14185,174601],[13077,176383],[22730,173659],[21318,172233],[21941,171983],[21182,173225],[20718,173181],[23193,173762],[21786,173159],[20783,171288],[22089,171516],[22386,173298],[18719,175414],[19169,174133],[19499,173973],[19621,173541],[21138,173461],[20301,175133],[19669,175204],[20499,174387],[20842,174275],[21287,174596],[17268,175751],[18326,176157],[17425,176579],[17971,177187],[18802,176177],[18473,177156],[18349,175084],[18016,176699],[18110,177473],[17718,176587],[24063,176435],[25368,174504],[24803,175464],[25446,176438],[24830,176154],[24082,176439],[23679,176396],[25458,176435],[23491,174555],[14634,170909],[14999,171238],[24293,173661],[25599,171908],[24964,173983],[25183,174236],[24972,171918],[25156,173064],[24351,172316],[24299,173750],[24961,172465],[23964,173775],[17814,173382],[17778,172352],[17372,174515],[17142,173291],[17624,174328],[16887,173882],[18400,174728],[18503,174631],[16801,172882],[21181,173692],[20172,173352],[19265,174129],[20670,172143],[19119,172802],[20768,172701],[21327,173891],[20544,172167],[20864,172695],[19171,172799],[20264,170099],[19707,172018],[19754,171770],[20393,171756],[21278,171885],[20606,170622],[20706,171243],[21259,171790],[21273,170636],[20122,170984],[19213,172327],[21148,172869],[21306,171905],[20350,170412],[20252,171084],[19908,170930],[19727,171030],[18783,172415],[19286,172536],[21002,170415],[25317,174428],[25262,172504],[25522,172698],[25395,173826],[20903,172314],[19569,169954],[20604,171978],[20714,170681],[20489,170367],[19869,170116],[18888,172441],[19311,170551],[19455,171535],[20856,172243],[19513,170789],[20181,170674],[19276,172651],[20416,172268],[20361,170642],[19546,172722],[18888,172571],[19672,171658],[19528,172789],[20346,171809],[25505,173839],[25398,174006],[25475,172473],[25355,172186],[13976,182256],[14910,183029],[13746,182014],[14756,181637],[13014,181540],[14657,183319],[14123,182373],[13500,182440],[21010,189028],[20713,189162],[14846,183081],[20019,204183],[21361,202838],[19367,204605],[19701,204829],[19954,203335],[21492,203676],[20225,203966],[18645,202848],[20160,203044],[23879,201717],[24014,201432],[23948,200552],[23050,200580],[23852,198952],[25086,199977],[23779,201153],[24218,202262],[22090,198714],[25193,199022],[24882,202015],[17629,199835],[20629,198013],[21066,199931],[20035,198239],[20812,199341],[19812,197935],[21967,199312],[20197,198459],[19979,199999],[19920,199390],[21386,199862],[16548,198297],[17414,198819],[17849,198852],[16560,199154],[18797,205326],[16736,212340],[18244,212700],[16920,211888],[17454,213557],[18343,213861],[18539,213224],[16379,213661],[16724,213954],[16631,211512],[18152,213906],[16309,215180],[16809,213840],[16540,215285],[15752,214517],[17513,214787],[15920,215020],[15942,213723],[17501,213392],[16915,213689],[17480,213828],[15732,211083],[15068,210257],[15130,211015],[15300,211514],[15483,210887],[16846,210498],[17125,211481],[16680,210292],[17256,211512],[14870,210325],[19439,228082],[14908,219256],[14988,218220],[13893,219101],[15911,220280],[12955,223218],[18798,250634],[18847,250620],[17305,253269],[19347,260751],[19361,259713],[20194,260308],[19433,258066],[18282,257118],[18498,258208],[18149,257068],[19870,258524],[19469,258665],[12807,276400],[12891,276414],[24648,284280],[23348,284929],[22931,285816],[22082,283528],[24690,284945],[22445,283840],[21951,284291],[22856,286283],[23954,284730],[23208,286273],[23169,286077],[23123,283603],[22364,285211],[23219,285853],[23120,283264],[22963,287681],[22421,286732],[22311,288868],[21984,286998],[21978,288015],[22001,288442],[21952,288854],[24357,285144],[23794,284879],[25345,283941],[23488,284442],[24060,284792],[25013,284649],[24208,286022],[21305,299251],[24071,299072],[22535,298388],[22443,296581],[23253,296333],[24159,298077],[23721,297098],[20927,298580],[23077,295951],[22903,296148],[22780,296205],[21032,297146],[21481,295668],[22451,296538],[21238,297409],[22697,296730],[22144,297342],[23013,297044],[22678,296695],[19477,298304],[18715,297962],[19563,298634],[19885,296766],[19968,296319],[18595,297273],[20670,297813],[19980,298283],[18237,297381],[18705,296372],[22173,295762],[22831,297073],[22190,297023],[23024,297941],[24404,296831],[20730,297279],[21919,298445],[22323,298494],[21809,297252],[21680,301150],[21414,297529],[22594,297692],[21073,298221],[23186,296498],[22750,295974],[22208,296412],[22106,297217],[22184,296367],[23802,296046],[24564,295948],[24409,296460],[24781,295277],[24902,295713],[20053,297334],[20357,297139],[19052,296867],[19213,296590],[20164,297266],[22827,297748],[23622,297057],[23485,299301],[23412,298686],[24018,299696],[24279,298987],[20674,296508],[20844,296625],[24035,296733],[21637,295962],[21494,296334],[23072,297169],[21747,296558],[21475,297579],[20766,297434],[23059,295802],[20659,296101],[21590,296139],[22907,297081],[19254,296846],[18142,297326],[18182,297275],[19208,298531],[19882,297584],[19655,297053],[19650,297808],[18713,297890],[20458,297715],[20166,297392],[18795,316449],[20301,316158],[19700,316591],[25556,355385],[25302,356135],[15949,358316],[16098,358266],[14017,357300],[13166,354382],[13776,354514],[13685,354120],[17786,347720],[15879,349956],[15750,350427],[16964,348987],[17372,349374],[17629,348887],[17910,349268],[15740,348733],[15897,348412],[15835,348501],[17090,348726],[24956,359278],[24928,360384],[22839,369028],[21143,369711],[20486,368461],[20719,366451],[21224,365909],[22912,366471],[23752,367638],[15440,365892],[14888,366014],[15935,363876],[15519,363882],[15332,363732],[13722,358799],[13100,364098],[16483,369560],[16920,369604],[14396,368505],[14870,368825],[15654,363143],[17034,361054],[17003,360865],[14883,360426],[13125,360716],[13469,358714],[20442,373313],[20174,373052],[20951,377321],[23345,372283],[23531,372024],[22246,378486],[22094,378029],[21471,375498],[20222,375874],[18028,379131],[18462,378717],[17689,381488],[21772,381922],[19904,377178],[20135,377356],[23851,381532],[21488,378239],[24128,381500],[20474,383025],[16200,380643],[16464,380307],[15967,380537],[17086,377636],[19830,377682],[18839,375479],[18762,375343],[18904,375079],[18778,373936],[18873,373674],[16895,378653],[22561,383797],[25168,385453],[25504,385689],[14630,443550],[13002,444673],[13580,443083],[14706,443443],[12977,444575],[13321,442986],[12837,444417],[14081,443874],[14055,443826],[14388,444946],[13263,445287],[13588,444699],[13451,443684],[14341,444746],[13100,443687],[13122,444722],[14685,445420],[14337,447814],[15695,448065],[13774,444286],[14906,442681],[14009,443078],[13642,444484],[13125,443407],[13354,444458],[14170,443593],[13757,443109],[13067,443113],[13655,444173],[15057,444439],[13687,445780],[13693,445364],[14806,443809],[14603,445862],[14097,443940],[12909,445166],[14510,445127],[14682,444715],[15179,443947],[16015,447674],[13652,447966],[14127,447899],[13668,448776],[16131,449059],[13537,450065],[14880,448278],[14558,449872],[14420,448986],[13768,450145],[13545,450042],[14624,449615],[14684,449390],[14245,449414],[14517,448892],[14639,449715],[14485,448696],[15163,449310],[15419,448997],[14187,449121],[15308,449367],[15386,449058],[16112,449431],[13775,449527],[15909,449011],[13867,448352],[13886,448767],[14045,448990],[14212,449067],[14159,448760],[14897,449792],[15279,449221],[14206,449718],[15228,448334],[15390,448442],[14826,449466],[13926,448969],[14096,448704],[20961,534290],[23399,533486],[23082,536048],[23795,536453],[21400,534924],[22805,533221],[23972,533859],[24975,530361],[20811,534631],[20767,534841],[20209,533995],[20698,535359],[20945,535675],[23877,534198],[15687,540639],[13911,540087],[14513,540046],[14403,539912],[13399,540091],[13636,539428],[14584,539710],[14467,540067],[15271,539241],[22795,579154],[24277,580441],[23180,579804],[23554,577969],[24155,579156],[25308,579318],[14994,582730],[15692,583669],[13979,582916],[16229,582137],[18408,582722],[24718,578125],[19600,582287],[15095,585219],[17168,583083],[19755,581915],[15022,585300],[24117,578601],[12816,582389],[13497,581342],[22313,580745],[14527,582453],[17397,582591],[17296,583250],[23323,578385],[17807,582385],[21616,578051],[14730,595733],[15831,597016],[14453,595826],[15949,595288],[16832,596248],[24463,622357],[23226,622263],[16503,626111],[23616,620868],[22329,621235],[15612,625227],[14432,626436],[19196,622903],[20490,622837],[17167,623174],[16136,625584],[18110,625551],[19126,622552],[19702,622947],[18514,624512],[17885,624121],[16935,624670],[19135,625113],[18736,624458],[19006,623455],[25040,622020],[25219,622552],[23869,621829],[22123,621197],[16465,622596],[18862,623514],[20571,623308],[16052,623400],[17716,625080],[18605,622397],[260813,-165613],[262562,147077],[261557,147048],[258743,143679],[258745,143550],[259208,143944],[258714,143303],[259351,143928],[258846,144229],[259789,143827],[260226,143276],[259239,143728],[259332,143433],[259079,143412],[259382,143524],[260081,144123],[259907,142764],[259926,143960],[260544,143114],[260240,143525],[259972,144045],[259251,143523],[261037,143534],[261163,144324],[261284,143716],[260717,143838],[260691,144115],[261057,142796],[262005,143639],[261301,142849],[261129,143326],[261733,143425],[262193,141751],[262783,142300],[261925,141091],[261773,141366],[262635,141182],[260552,144560],[260184,144691],[259893,144772],[260211,144628],[262024,146419],[265800,207047],[266087,207403],[264915,207585],[265337,205816],[265565,206944],[260382,328186],[263969,326069],[260460,328465],[263947,326368],[260775,328479],[263858,326031],[260802,328131],[263602,326083],[268020,464272],[268719,464181],[279940,146291],[281560,177421],[280426,177113],[274108,198635],[274445,198165],[274872,199765],[276859,269751],[272207,289487],[279482,326127],[269333,464191],[269241,464342],[269783,45486],[283083,177624],[281785,178615],[284166,178530],[282253,177568],[283624,182778],[284239,182713],[283821,182173],[284212,182108],[282740,183304],[282290,184206],[282789,184949],[282810,183911],[283269,184856],[283110,183498],[289165,189103],[288448,187984],[287915,190150],[287881,188059],[289453,189154],[289380,190322],[288629,189460],[288448,190331],[289423,191284],[289223,190292],[287115,189315],[288388,188823],[287350,188086],[287004,188258],[286659,189123],[284305,325238],[283737,324046],[283035,325798],[283609,324696],[283650,324002],[283868,324010],[282961,324565],[282616,325193],[284789,325869],[284347,325021],[285465,31803],[287547,28210],[285957,31699],[285867,31182],[286104,417745],[287979,95351],[291579,111603],[292389,111920],[287031,111957],[290141,112378],[293505,110661],[302738,21493],[303950,21814],[306786,285277],[299511,27127],[299077,28238],[298274,28154],[300173,28939],[300687,27990],[300743,26391],[301633,28094],[300980,27560],[302745,392451],[304079,393161],[302609,393014],[302274,393724],[304211,389582],[302792,389815],[303259,390304],[303610,390969],[304149,391365],[304351,389569],[303869,390068],[303251,389575],[304315,391455],[304207,389657],[300195,391404],[302433,391600],[300148,391675],[300912,391925],[300220,391689],[300387,390963],[301265,392327],[302085,391958],[301045,390914],[302075,391380],[301308,391464],[301043,391714],[301936,391581],[300832,390884],[301902,391717],[301290,391522],[296368,41197],[306070,39169],[306132,39306],[296812,39901],[296747,41285],[296983,39710],[298963,618829],[305940,616123],[304591,616293],[304555,617179],[302817,618996],[304099,617752],[303227,618202],[303168,618649],[302930,617252],[303004,614617],[305751,631984],[300322,628459],[299144,628286],[303913,83966],[319856,158228],[318005,157742],[308722,282969],[312924,326358],[312578,328832],[309629,379501],[312779,380066],[312581,379887],[313860,379138],[314355,379770],[314719,380716],[315854,381181],[316921,380445],[312179,380307],[312496,381615],[310459,380474],[310565,380125],[309085,378493],[310100,378385],[311113,378181],[311155,377763],[307558,378854],[308148,379063],[315945,379600],[316687,379410],[313640,379997],[313901,381622],[313401,381948],[312147,381193],[310725,381337],[309178,381150],[307787,380144],[309898,36265],[313974,393736],[314751,394120],[315498,394060],[314928,393576],[315035,391872],[314577,393996],[313573,392860],[313458,392878],[315993,393734],[314925,393701],[317921,389855],[316403,390398],[317203,391145],[316339,390784],[316114,391930],[316883,390863],[317097,391999],[316985,390425],[316968,390158],[317631,391663],[319705,394347],[318882,393390],[319346,394218],[319963,394542],[309278,393408],[309656,392457],[310321,392199],[308848,393330],[309255,392545],[308893,392550],[308609,393000],[308900,392506],[308415,391538],[309309,392381],[308228,389237],[309303,389079],[308160,389428],[309501,388626],[309024,388605],[308290,389330],[308301,389094],[308837,388635],[314818,391415],[314228,390331],[314693,389717],[314366,389876],[315040,389560],[313934,389433],[315692,390408],[313965,389765],[315715,390421],[314344,391697],[316786,393502],[317626,391960],[316410,393529],[317616,393104],[317100,393586],[316511,392735],[316519,393838],[317632,392275],[317593,393306],[318738,393282],[308463,482094],[307440,481588],[307430,482206],[309012,480793],[308793,482369],[307370,481933],[307641,482017],[307917,481979],[308236,481922],[308399,480716],[307612,614637],[309904,620694],[309767,620391],[310190,619526],[310184,619534],[309502,619205],[309266,619336],[310315,621529],[317613,627814],[318892,68963],[316456,78751],[319035,96390],[332483,6535],[323966,148945],[332238,150716],[330926,165234],[331584,165128],[330983,165234],[332618,165119],[320984,158755],[322676,167278],[328438,34878],[320975,393393],[320885,394404],[320197,394461],[320816,394794],[320695,393680],[320255,393710],[332332,408665],[320570,57403],[326422,55802],[323110,85571],[323289,84519],[324072,85058],[341451,137511],[341851,139853],[343845,134492],[335084,167958],[335642,167850],[335385,167869],[335636,167758],[333320,409067],[333574,404991],[335170,404802],[337040,408919],[336704,405642],[335543,406913],[335067,405315],[334360,405583],[334306,401102],[333631,401278],[333624,410155],[334294,411472],[335434,410725],[334970,415129],[334592,637789],[333914,636352],[353760,-89005],[351443,253664],[353997,254888],[352720,255113],[353760,343808],[353594,343991],[359140,540427],[370534,636822],[368913,637188],[381807,317705],[382838,311958],[383323,313097],[383411,312927],[383268,316555],[383110,317152],[382972,316446],[27075,173087],[25829,172292],[26688,174323],[26038,174366],[25879,174142],[25740,173133],[26658,172489],[27738,172193],[28100,173826],[27410,172825],[26643,172357],[28360,172951],[26343,174524],[27311,173496],[27356,172606],[26468,172645],[26361,173843],[26533,173715],[26652,172611],[26825,174256],[25631,173443],[26082,173859],[27096,173145],[27177,174554],[26841,173310],[26434,172594],[26217,172498],[26120,172207],[27754,174454],[26256,173855],[25956,173419],[25885,172783],[26000,174958],[28172,172988],[27677,173117],[29447,172462],[27957,171972],[28556,173324],[28523,172217],[29630,173128],[28300,172443],[27491,173347],[28279,172265],[30168,182545],[30231,182509],[30844,182424],[30447,181755],[29255,183946],[29752,181696],[28605,181914],[27652,182349],[27936,182919],[29029,182113],[27725,182442],[27118,181690],[27980,182137],[28473,182624],[28842,182408],[28380,182059],[33156,183678],[33931,181918],[31918,183646],[32933,182500],[32410,182781],[33504,183142],[32601,182806],[32575,182354],[32589,182870],[32181,182245],[31595,183643],[33601,183529],[37971,184168],[36938,184166],[32553,203436],[31314,202000],[32732,202458],[32484,201965],[31284,204599],[33078,203852],[32700,203408],[34355,203793],[33618,203827],[33192,203860],[31607,204530],[32765,203732],[33712,203956],[32699,204489],[32960,204991],[32218,203952],[31705,197318],[27749,197022],[26348,195940],[26724,197188],[26355,197502],[28280,196808],[32945,205063],[32827,207592],[33519,207542],[32706,208685],[34052,207850],[33365,207538],[32182,210876],[31903,215472],[31256,215704],[31172,214072],[31715,216539],[31580,214996],[33645,205678],[33738,205757],[31668,205570],[30681,215728],[30955,216473],[29968,216593],[30531,215242],[29856,215308],[33855,225679],[32880,226688],[32020,225744],[34246,226261],[33884,225885],[28408,229989],[29159,230922],[38031,250433],[28830,264110],[29610,264508],[29084,265149],[30516,265870],[31156,265484],[29782,264951],[29772,265084],[27846,276573],[26670,276053],[27567,276971],[28221,276867],[27363,277700],[27125,277289],[26085,284531],[25802,284221],[25914,284738],[27684,285989],[26539,286012],[28202,291505],[26933,290828],[27916,291130],[29036,290161],[26624,292032],[26712,290826],[27625,292348],[28431,293111],[28627,291905],[27610,293936],[29196,292660],[28895,291578],[28169,293617],[28354,293246],[27907,293266],[27153,293857],[31730,288457],[31699,288256],[32209,288503],[32716,289527],[31812,288009],[31949,289741],[27530,283301],[28706,294616],[28516,295479],[28381,294993],[30975,342881],[30363,343113],[30545,342075],[31262,342059],[31362,342923],[31553,342368],[30328,343762],[29539,343156],[29940,343255],[28363,343456],[28892,343081],[28253,343989],[29064,343151],[30483,342432],[33501,343865],[32787,342805],[33657,343334],[33341,344067],[33412,344250],[27105,358599],[26384,358544],[28018,357409],[26653,358200],[28260,358289],[26847,357042],[25811,358157],[26663,356338],[26159,358174],[25872,357960],[26209,357970],[26353,356266],[26493,355762],[25628,354707],[26488,355807],[27593,355179],[26781,355794],[26748,359007],[26958,359688],[26022,359944],[27179,359111],[26398,360179],[25947,360715],[27011,360947],[29367,379850],[28605,380634],[30179,379084],[29336,378863],[30268,379194],[29955,380800],[28490,379650],[30190,382624],[30988,382479],[30759,382136],[29350,382197],[30277,383594],[29493,382926],[29518,381705],[28713,377866],[27875,377302],[29131,376821],[28159,377202],[27730,378252],[27419,378042],[27827,376606],[29521,380378],[30231,380323],[30697,380667],[28740,379562],[29797,380584],[29401,380476],[28715,379553],[28551,379273],[29024,380562],[29378,378609],[28395,380564],[28101,379372],[27433,380107],[29252,379627],[25651,384854],[37414,522999],[36558,523604],[36536,524677],[36817,527016],[37592,525655],[26085,531891],[27146,532423],[27742,531846],[25615,532078],[26093,531987],[34979,534059],[35619,534558],[32684,536166],[32502,535941],[31332,578533],[26316,580076],[32835,580589],[34917,578884],[34851,577990],[33104,578798],[31994,580233],[32785,579765],[33918,577440],[34586,577521],[33983,580170],[32582,578472],[32326,579082],[33217,579590],[32351,578570],[31946,579348],[36899,596593],[35201,597750],[38131,599907],[37644,600968],[38127,599741],[35734,597705],[28223,612045],[27536,608667],[31362,614332],[31578,609902],[28155,609283],[37312,610703],[35629,612170],[33304,613403],[27545,608870],[31971,607664],[33047,612244],[26803,611445],[28830,610953],[28580,609846],[28149,609806],[37612,611969],[27261,609468],[28151,612825],[29851,613285],[31247,607063],[29574,614208],[34557,612324],[29470,610810],[30724,608086],[30672,611390],[27677,611634],[33090,612924],[29118,610506],[28584,609364],[33333,612620],[33033,607465],[31119,608392],[30514,612592],[29917,612074],[30577,611877],[27807,609989],[28168,612627],[29052,614252],[34101,613080],[37272,611051],[27477,611188],[29758,613192],[30914,607941],[34030,612044],[30159,613991],[29167,613489],[33922,613332],[36591,612228],[28361,610473],[37928,611026],[32367,612837],[38343,612435],[30758,618287],[28156,624372],[31557,618855],[36536,618259],[29386,620838],[28671,623710],[34073,617329],[30948,619396],[29936,620105],[29589,619377],[27030,622477],[30536,618646],[31524,617335],[34179,616304],[37628,621097],[32018,618069],[32751,615929],[32138,618628],[27639,622971],[32918,618822],[32788,618412],[26967,621784],[28710,619828],[29010,620355],[30790,618897],[33392,619393],[27609,622177],[37357,622044],[35299,616669],[35405,618086],[33735,618753],[36500,621179],[34668,618364],[37017,621204],[35060,618960],[35130,620046],[33912,619066],[33463,618826],[34676,619784],[33569,618923],[34100,616605],[35182,616419],[34505,617626],[28342,622724],[35537,615446],[38025,617526],[34594,617130],[38167,618064],[38280,617408],[33302,620060],[34245,620542],[32156,614605],[28542,616548],[27131,618664],[26990,617976],[26069,621573],[29536,618296],[32153,615474],[28804,615460],[28480,614802],[26317,621498],[25961,618440],[25762,619081],[29612,615174],[27719,618467],[29057,615990],[30290,615859],[27446,615452],[26032,623690],[38204,616830],[27626,618309],[27144,615963],[26720,619212],[32957,614933],[34671,615126],[34267,614998],[28621,617695],[29174,617671],[393821,-15210],[384076,-34395],[392605,-65813],[394931,-70733],[393778,-73741],[395159,-75682],[393714,-84274],[394781,-83962],[396520,-81620],[396162,-82986],[393397,-84458],[393437,-83913],[394279,-84614],[395844,-83481],[396135,-81457],[396238,-83567],[396795,-78378],[391634,-77700],[396413,-83093],[394239,-101236],[389606,-100909],[390571,-105489],[390576,-105252],[388432,-108383],[388935,-108369],[389012,-108807],[388863,-107935],[388283,-108362],[390760,-105612],[394524,-102545],[395931,-104278],[394930,-105347],[388637,-109143],[390982,-106258],[388998,-108689],[385035,318632],[385668,318277],[385846,318636],[386200,318678],[385593,317732],[385426,318105],[388707,311440],[386159,309647],[386339,309747],[384393,312497],[384844,311527],[385717,311782],[384643,312106],[384558,312151],[385755,311774],[384214,312061],[385265,312190],[385184,311452],[384641,311657],[385986,315389],[385929,315498],[384917,317568],[385349,317895],[385618,317098],[389260,317617],[389448,317993],[389193,317578],[389054,317875],[388765,317820],[388864,318784],[388846,317777],[385177,312539],[388681,318730],[388346,318995],[389289,318497],[389198,317661],[388780,317989],[388522,317603],[398351,-124836],[398203,-124061],[399976,-124328],[397980,-124425],[399192,-124451],[406294,-121549],[403673,-140204],[404259,-139656],[405023,-138522],[404751,-139712],[404032,-134543],[402068,-134573],[404090,-135004],[405690,-140057],[403808,-140171],[405289,-137534],[405440,-138748],[402525,-135206],[404160,-136021],[402985,-135495],[406065,-140466],[408663,-151703],[403914,-142328],[402677,-142307],[408736,-151756],[408590,-151931],[405110,-141674],[408494,-160549],[407706,-158099],[405926,-159092],[407382,-157783],[408785,-158946],[406909,-157154],[408648,-167228],[407920,-167144],[406458,-175485],[407066,-181321],[405617,-179916],[399454,-58941],[398604,-66078],[398276,-65726],[397750,-75314],[397696,-75087],[397713,-74996],[397613,-75283],[401227,-73973],[399041,-70837],[397882,-65690],[405151,-75845],[407293,-72455],[397865,-75077],[401656,-73907],[401471,-74118],[397399,-75275],[405249,-71636],[405300,-79411],[398695,-85366],[401335,-76821],[397417,-81704],[397064,-76623],[406779,189331],[406726,189789],[409521,190469],[405419,195395],[402580,204745],[402590,198590],[406440,198238],[405437,198800],[402669,198951],[402778,197841],[403470,193399],[405060,195510],[401810,207999],[399878,208497],[401377,207471],[401780,206816],[401382,207804],[403729,208693],[405702,301607],[411210,-139323],[410283,-138576],[411225,-149296],[412844,-177119],[413713,-171465],[412909,-177436],[414991,-184363],[410882,187803],[410652,191238],[416475,196159],[435185,-193551],[434750,-193407],[432677,-192616],[434656,-193234],[435175,-193708],[426942,186246],[422810,184159],[424887,187306],[423362,187879],[428919,187769],[424108,294715],[436792,-193470],[436568,-193053],[436510,-193487],[436941,-193174],[440501,422521],[441871,421538],[442333,421079],[441878,421679],[441980,421529],[441046,422550],[440080,421937],[439875,421973],[441510,422781],[440643,423060],[440570,422668],[438857,423323],[440582,423455],[439711,423305],[438491,423388],[439975,423182],[440549,423402],[439139,422984],[440609,423979],[444909,434564],[440977,422823],[448424,314171],[450485,430727],[459554,433087],[459978,433240],[459308,433287],[460643,432988],[459975,433334],[459299,434871],[458486,433905],[458812,434500],[459083,434383],[452838,438009],[468315,436954],[42852,158075],[43310,156767],[43097,157985],[44003,157582],[49180,160109],[48938,160443],[48076,160737],[44475,157422],[49492,161476],[43449,158246],[50015,161132],[51196,159891],[49167,161839],[50252,156814],[48044,161050],[46561,160610],[45002,157442],[45637,158198],[43983,157956],[44132,156711],[44364,157020],[43901,156175],[50353,160635],[50906,161928],[50590,168552],[50877,168590],[50194,168602],[49779,169827],[49046,169749],[49471,166970],[47978,190260],[49045,190012],[46758,189893],[48386,190390],[46926,190784],[49953,190048],[51165,188952],[48730,189769],[51121,189624],[50047,191010],[49596,190619],[49057,190230],[49993,190195],[41073,183772],[40710,181744],[39310,183059],[38683,182265],[42483,183083],[42608,183673],[41146,182420],[49502,182237],[50529,182588],[47440,181999],[47815,182434],[47311,182725],[44595,181287],[45213,181046],[46358,181970],[43666,182883],[42559,181448],[42837,183270],[45493,199650],[45355,199788],[48589,199215],[45329,199058],[45716,200686],[47375,199764],[46409,199942],[46670,199254],[48435,199394],[49996,193743],[50260,194450],[48955,193746],[46501,217671],[46466,217260],[46477,216727],[46235,217592],[45059,217401],[44415,216862],[44915,216559],[44828,217799],[50596,219960],[50591,219889],[51199,218879],[50031,221833],[49889,220584],[51136,221712],[51009,222256],[49236,221139],[48347,222409],[49944,221490],[50135,222024],[48188,219963],[49452,222913],[49148,223545],[49508,223343],[49509,223189],[49213,222835],[45333,218487],[44015,218506],[47357,218963],[48238,218233],[46349,218097],[46156,219244],[46879,219640],[43726,243235],[47621,260449],[41149,353168],[41113,351952],[42060,354393],[40577,352590],[42155,353035],[41273,352410],[40268,352357],[42770,358166],[42492,358300],[43223,358595],[42677,358175],[44911,358594],[44427,358265],[43004,357682],[48836,357867],[48837,358501],[47929,349690],[47256,348497],[48896,349834],[48027,349475],[47351,350905],[47822,349776],[47535,349874],[49514,351187],[49660,351644],[49620,351472],[50810,351963],[48754,350885],[49182,352071],[48715,351256],[43649,359445],[44134,359814],[43988,360805],[44995,359528],[45163,361596],[43349,359539],[43639,359696],[44686,360683],[43939,360011],[43339,359937],[43285,360519],[42131,359962],[44178,360192],[42378,360981],[44169,359080],[43039,360325],[43411,358853],[43414,358845],[42134,360122],[43411,360152],[44383,358850],[49079,358644],[50124,359875],[50339,359116],[50344,359221],[49324,359848],[49965,376455],[50677,377155],[50187,376116],[50830,375366],[51009,376521],[50807,376951],[49901,377638],[49827,378740],[49102,377993],[49631,377165],[49234,377334],[49887,378813],[50303,378858],[49531,376707],[50798,376138],[49015,377667],[50193,375748],[49167,377135],[49019,375554],[50727,377550],[50137,379075],[50649,378491],[50985,378257],[49751,379035],[51012,379355],[49188,380167],[49618,378407],[50396,381170],[49687,381065],[50160,380527],[50833,381108],[50543,395960],[50363,395081],[51037,394548],[51057,394699],[50846,395663],[50049,396219],[49236,395425],[49141,396129],[47659,395306],[48904,395885],[46930,394182],[46727,396161],[48891,395379],[48525,395681],[48942,396164],[49897,397060],[48639,397541],[50531,397685],[49260,397429],[50945,397433],[49945,397504],[43448,517793],[43034,519580],[44172,519857],[42952,518897],[45296,519811],[41713,524173],[42397,523427],[44337,523033],[45200,522946],[39364,524955],[44103,518921],[45212,518156],[42856,518582],[43137,520293],[43536,518323],[41288,522978],[41081,522909],[44146,524012],[44435,524320],[41452,524843],[38782,524789],[40063,523364],[39386,524651],[41153,525355],[39059,525742],[44068,582307],[42174,584068],[43421,584242],[42834,581953],[42782,585829],[43510,582496],[43610,584038],[42957,582951],[42290,581173],[44538,583514],[44458,584098],[42637,584163],[42295,584922],[43269,581790],[43444,580943],[44847,585265],[44965,586050],[44359,585786],[43923,588443],[43558,587314],[42912,587146],[44013,588947],[42838,588035],[43134,585951],[45164,585159],[44145,587726],[42433,582051],[46281,585642],[46013,584717],[46697,586732],[45485,584896],[46090,585652],[46178,583838],[42230,601021],[42892,597850],[44682,596867],[45384,596293],[41445,598463],[43953,599691],[45370,598580],[49089,595145],[45340,595471],[42911,600079],[45074,599560],[42498,599090],[41077,598838],[42585,600267],[42240,593558],[45507,600074],[42522,594267],[42611,593269],[44193,596241],[44724,595816],[46633,599079],[45763,599414],[41206,593889],[44864,601270],[44229,601001],[41212,599763],[47941,596558],[47853,595652],[41732,594165],[40153,600509],[41041,601631],[39232,599506],[41560,601677],[41568,600329],[44332,594412],[43161,594161],[46057,595771],[44406,598278],[47206,595955],[48864,596303],[45484,596848],[41698,599699],[40650,599488],[43202,599561],[39880,600141],[41199,601343],[44003,594240],[43502,597045],[43377,607792],[43676,608622],[38618,611373],[39711,611436],[44891,603523],[39132,611756],[39122,610378],[42142,613690],[44137,603254],[46812,603171],[44341,606865],[41349,607517],[45919,605544],[45897,607817],[43719,608848],[40410,605053],[42101,606856],[42084,606695],[46010,605000],[45500,604030],[43522,603283],[43735,606691],[46942,603983],[46896,605533],[44494,604265],[44072,608640],[46133,608494],[44964,608492],[40905,606876],[41490,606299],[42379,609486],[40609,605137],[41377,607687],[44719,603195],[44971,605591],[45620,603662],[46390,605118],[43046,603372],[46322,606938],[42547,604072],[45444,608841],[45294,607576],[45676,606379],[41961,605485],[41974,608291],[44051,609174],[47499,603613],[46724,603710],[41457,609718],[42352,610261],[39292,612521],[41864,610182],[39475,618572],[39226,619607],[38820,620303],[42100,615149],[41226,616576],[40726,616999],[40069,616673],[40080,617162],[41489,617182],[40437,617416],[39901,614863],[40508,615424],[41439,615048],[41582,616199],[40010,615693],[38900,616956],[39669,615986],[39188,617076],[58012,156651],[59752,156022],[52443,160549],[51937,159583],[52592,159511],[53257,160072],[54922,155445],[54390,154060],[54144,156515],[55968,154228],[54035,154589],[63953,159288],[51586,159932],[51248,159073],[59770,157208],[58693,156223],[57535,155057],[58770,155388],[53067,159125],[53949,158521],[53918,159303],[53844,157807],[52723,159557],[51766,160776],[56323,157154],[55598,156415],[55643,158658],[57839,156379],[56490,156503],[56880,157338],[62960,159630],[62954,159096],[62112,158194],[63092,158408],[55594,166459],[54703,166485],[57216,174467],[56251,174186],[56253,174218],[58462,174487],[56941,174323],[58063,175938],[61583,175254],[63111,176099],[60933,175303],[61468,176626],[61417,174241],[62888,176817],[55028,168875],[53851,169360],[55426,168853],[54122,168931],[54622,169571],[53968,166804],[56841,174981],[56381,175163],[55350,174756],[57897,173530],[56014,176016],[55961,173616],[59946,175396],[61288,176049],[59416,174505],[58545,173828],[59139,176678],[58647,174533],[61177,173178],[59640,174042],[60860,173045],[60106,173544],[62676,172201],[62133,172219],[57932,174892],[56660,175029],[58203,174388],[57915,175809],[58636,176157],[57449,175497],[62367,176894],[63204,177607],[63329,177736],[63083,176787],[61022,177378],[61766,175589],[62639,175757],[63117,175288],[54550,174164],[55133,175593],[55708,173377],[54676,173697],[54913,175114],[55580,172861],[56802,177363],[56674,177717],[57301,175967],[56805,178088],[55364,177673],[56699,177014],[56124,169567],[55599,170162],[56166,168044],[56962,170068],[56798,170604],[54963,170386],[54780,168028],[55074,166779],[54957,169248],[53865,166714],[51207,189098],[60131,204653],[59649,204162],[59787,205337],[58953,206413],[60991,206555],[59918,207271],[60041,207293],[60887,205982],[60095,207604],[60244,207906],[51739,219421],[51343,220919],[51326,221827],[55597,222125],[56789,221368],[55697,221737],[55123,222086],[55163,221018],[54437,319679],[58844,313404],[60714,314918],[60717,313612],[60007,315047],[55363,319893],[61953,314074],[62316,314722],[61078,312919],[62900,313621],[63201,314329],[61469,313399],[61901,315148],[61310,314976],[60321,314876],[61366,314691],[62523,329030],[62723,328279],[62993,326569],[62531,330455],[62813,329286],[61769,330474],[62962,328756],[61397,326438],[59987,325596],[61325,325308],[61574,325443],[61273,325810],[61748,327055],[60123,326939],[61595,322030],[63131,322568],[60095,322801],[62680,323573],[60239,322729],[61358,321983],[61361,320976],[62042,331727],[62121,330683],[62740,332406],[60905,330336],[61892,330154],[63124,330314],[61269,328252],[61959,328606],[59767,328428],[60075,327788],[61476,328561],[61587,329012],[62609,327867],[61359,324078],[62291,323093],[61675,323588],[60027,324382],[62661,323245],[60428,325500],[61909,322700],[55535,321074],[56172,321032],[55743,321464],[56806,320260],[54401,321215],[63059,333063],[59181,369345],[58345,369157],[58874,370541],[59215,368471],[59113,369607],[59546,369039],[60162,368384],[51235,376005],[51611,381265],[51247,380361],[51801,396309],[52905,396770],[52644,395038],[51571,395515],[52565,395372],[51658,396711],[51203,395660],[54275,409261],[54323,409059],[53011,408920],[53172,406419],[54189,406240],[54108,406330],[52476,406801],[52916,406851],[54181,406323],[54016,405277],[55519,411195],[54712,411874],[55862,411813],[56678,409919],[55493,412201],[55555,412436],[55599,412003],[54109,410040],[54366,410064],[54086,410503],[54002,410009],[62417,424749],[63699,424748],[62289,424455],[61236,424014],[61210,424242],[62767,425034],[63671,425227],[60558,423600],[61451,424321],[60805,424822],[61482,423236],[60131,422776],[59520,423976],[60551,424812],[61176,426260],[61757,425895],[60049,425969],[60774,425299],[61735,426735],[60257,425787],[60885,426552],[70001,166569],[69350,166187],[65340,158450],[65364,156871],[66137,156967],[66099,159120],[65761,157378],[64462,160412],[64394,158563],[73243,173331],[72679,173733],[72934,173892],[71819,174270],[72569,171931],[73182,168324],[72805,171692],[70426,168353],[70722,174509],[72493,173392],[75537,178355],[76103,178362],[73007,177784],[70799,172983],[69565,172960],[72093,173585],[72679,173073],[72495,174235],[72658,168795],[71168,168029],[71842,168667],[73506,170208],[70658,167798],[70711,168561],[73960,175066],[74305,174199],[73286,174119],[72494,174618],[72193,174473],[74356,176837],[68695,170151],[69461,171391],[68425,171076],[69810,169095],[67790,171176],[72284,168017],[72741,169283],[73997,169871],[70306,167099],[72894,166819],[72747,167392],[68678,167419],[70149,167662],[68180,168518],[71717,168068],[76268,178841],[74292,176972],[75962,178900],[74043,177319],[72295,176590],[72527,175749],[72829,177838],[73468,179258],[74217,177375],[74674,177968],[72973,176705],[72879,178291],[73606,178736],[72794,179121],[76449,171087],[76054,172203],[76473,171458],[76486,173552],[76597,171829],[75769,180392],[75126,180355],[75893,217606],[76160,217334],[76410,214627],[66934,224879],[74483,238304],[74207,239184],[73931,238664],[73155,238418],[74723,240318],[73494,236635],[73719,237231],[76502,254927],[76744,256157],[74875,254855],[75599,253310],[75185,254387],[75503,253786],[73947,254611],[70908,260012],[71882,260074],[72484,258729],[72362,259960],[71125,261373],[72189,258755],[71323,258921],[76509,271268],[76677,272145],[72104,315221],[71470,313902],[70026,315068],[70649,315155],[70532,313800],[71305,313358],[71431,313914],[71566,313837],[72585,314239],[72613,313661],[73705,314491],[73213,315819],[72024,315446],[72700,313450],[69423,338760],[69996,337590],[70061,339019],[69018,338381],[70760,338157],[67834,339282],[69077,337597],[69346,339507],[70863,341035],[69510,340999],[68928,338552],[68666,338842],[69195,338106],[68247,339000],[67484,338877],[67416,340283],[68525,340307],[66272,338567],[68047,338379],[67393,339548],[66598,339063],[72034,339371],[71945,338707],[71776,338538],[71728,337784],[71680,339644],[72792,338860],[73290,340006],[75935,389689],[76389,389672],[75798,388479],[76080,419525],[75579,419167],[76363,419162],[75601,420466],[74801,420558],[74826,418622],[75355,420289],[76592,419026],[76159,421048],[72174,584711],[73025,584957],[73609,584948],[72873,583955],[70860,582902],[70967,582240],[71036,582949],[71845,582470],[71895,583896],[73238,582762],[73065,582600],[71096,582358],[69938,586213],[70872,586641],[69791,586343],[73673,585933],[72427,585360],[72799,585660],[71958,586663],[71500,586129],[72054,585089],[71985,586447],[73037,586194],[71849,585623],[71007,583957],[70842,583444],[71328,585739],[70729,583409],[71587,584193],[71790,584322],[72019,584075],[71603,585166],[71190,584577],[71423,583978],[71684,585177],[71708,584310],[70778,584764],[74438,586290],[73035,588445],[74061,587520],[73887,587331],[72783,588215],[74392,588322],[72887,587947],[74112,587198],[73369,586778],[72399,586537],[75939,588366],[76390,588638],[76721,587670],[75725,587969],[75322,587310],[76071,588846],[72949,584318],[72589,584749],[73541,585508],[73686,585498],[72107,584283],[72975,584021],[72122,584086],[71590,584831],[72848,584330],[73028,584147],[71633,592505],[69907,593359],[71090,591804],[70660,592349],[70665,591541],[69630,593391],[70914,593157],[70109,591703],[72628,590428],[72762,591978],[71083,591096],[71984,590326],[71468,590311],[72115,589894],[72151,590328],[72833,590204],[71669,591232],[71657,590525],[75465,591778],[75724,591968],[75762,591958],[76382,591477],[74527,591579],[75582,592185],[75431,591059],[76398,591299],[76354,593269],[74946,593992],[75633,592752],[73811,594528],[75887,593332],[73360,592329],[74545,592463],[74522,594005],[74684,592612],[75674,592998],[73504,593080],[71589,591639],[71609,592394],[73682,592280],[72703,592608],[71477,592759],[71641,593164],[71719,591320],[73573,592398],[73194,592625],[72109,592301],[76775,656249],[76202,655731],[76237,655537],[75908,655239],[76466,655665],[76067,655676],[76579,655769],[76323,655625],[76736,654802],[76384,676250],[76629,676310],[76621,677684],[89346,137970],[88553,139443],[77211,178482],[77588,179033],[85208,178869],[84334,177328],[84316,176717],[85616,176550],[83316,177890],[79753,176406],[83995,178940],[79131,175224],[77996,172023],[78528,178124],[78449,175319],[78746,175547],[78035,176025],[77290,175431],[78699,174320],[79325,175436],[80106,176197],[77591,172657],[77316,173583],[78142,179482],[77018,180001],[78370,181818],[78483,182011],[80337,183023],[80185,180181],[77546,182372],[76934,179903],[79619,181834],[78386,183742],[78259,182304],[79018,179838],[78559,180560],[81249,180975],[89087,188999],[88934,182423],[89582,185011],[88442,183316],[88886,182954],[88644,185094],[89568,184030],[88350,185335],[81754,191810],[78072,179729],[76825,180227],[80321,180133],[77872,180496],[77650,180709],[77157,180073],[88386,187292],[88619,188426],[88082,188451],[87612,188521],[81829,186227],[86927,188036],[86675,187202],[85857,186685],[85496,189349],[88291,187815],[86102,187459],[81833,202671],[81017,203322],[81614,203563],[81333,202587],[77093,214548],[76981,215126],[77241,217314],[83111,214358],[81379,215011],[79350,215710],[80266,215661],[79669,214182],[79919,216234],[77763,215786],[78478,214357],[78399,214475],[78436,215636],[79029,212895],[78456,213681],[87765,217717],[85669,217734],[89140,217344],[83096,206557],[83671,205820],[83124,205076],[82110,206821],[83818,224416],[88113,219892],[86066,224786],[84839,223604],[85504,223402],[84016,223027],[84010,221453],[87917,219165],[89067,218338],[89111,220275],[89481,219838],[88646,219339],[86734,218941],[87409,218052],[86644,218761],[80828,229454],[81659,228775],[82392,230570],[81142,230071],[78382,229554],[85798,221494],[79496,228865],[78175,218894],[76960,218009],[77633,219453],[77222,217815],[77715,218064],[78338,217987],[80986,232194],[80435,230627],[81008,232985],[81174,232025],[81618,232616],[83199,233368],[81739,232975],[81638,234914],[81639,234347],[83076,232803],[83638,233317],[84933,233707],[83923,233113],[84075,234973],[80015,232247],[79149,231138],[79632,230684],[78557,231503],[80013,231488],[78430,254137],[77085,253371],[77709,253239],[77285,272381],[76912,272055],[78311,271357],[77022,273515],[76964,272994],[81823,287399],[80580,286795],[80546,286711],[82264,286131],[82504,286915],[82043,286965],[81906,286634],[79709,285700],[80108,286382],[79042,286454],[79298,286353],[80464,284675],[80386,284524],[80099,285577],[81502,316963],[81940,317100],[82885,315885],[81936,316253],[81308,316625],[81971,318524],[80852,315637],[83114,318719],[81540,317503],[84191,319453],[82779,319015],[83100,319576],[85288,319446],[84944,319536],[83162,319714],[85657,319120],[83314,317923],[83999,317035],[82555,318295],[84146,317535],[82781,318275],[82352,317043],[83752,317322],[80343,316571],[80370,317750],[80129,316116],[79924,316363],[81119,317903],[88817,317913],[88720,317836],[85145,325501],[86301,324215],[86110,326848],[85038,325397],[84927,327982],[84798,326808],[87417,326652],[85134,327696],[86864,327146],[85733,329011],[87124,330573],[86979,327653],[86867,329258],[85205,329338],[86534,328415],[86056,328049],[89576,331359],[87987,331838],[88429,331432],[88271,332501],[89161,334539],[88724,333988],[89147,335644],[89477,336817],[88775,336897],[88582,335527],[89227,336401],[89590,335536],[87697,335228],[88522,337945],[88425,337615],[88092,338366],[89117,338094],[89580,383080],[89070,382105],[88973,380931],[88662,382973],[88583,382674],[88588,380626],[76815,388901],[77881,388608],[77070,388967],[77545,387720],[80168,388302],[80131,389245],[80000,388046],[81172,387326],[80217,389226],[81352,388024],[80210,388872],[83041,388903],[83801,388493],[81795,389765],[81909,387651],[81947,388827],[82523,388782],[82184,388555],[89087,384594],[88029,384291],[88602,384798],[85114,414593],[84423,414241],[85764,413580],[84737,414648],[86192,414879],[85893,414921],[84335,415523],[86876,414395],[88076,413409],[85654,414792],[85903,413704],[87881,413538],[85699,413132],[88072,413645],[84139,416075],[84439,416239],[83133,415480],[83844,416889],[82857,416435],[84114,415705],[83950,414953],[77239,419768],[77481,418622],[77691,418557],[77484,420438],[77681,419821],[77425,435049],[88496,431395],[87393,432766],[82125,436535],[82814,435833],[81805,436232],[82927,437110],[81556,436552],[78970,436554],[78402,437695],[78214,436650],[78869,437015],[82635,583698],[83244,585429],[83547,585765],[81796,585346],[83246,585350],[84312,585841],[83517,584387],[83067,585461],[83249,583657],[84055,585115],[85170,583908],[85544,584045],[85606,583384],[85770,583328],[84976,583799],[85017,585058],[86422,583628],[85053,582695],[85067,583048],[85403,583171],[82676,582919],[83375,582263],[83313,581984],[83486,582110],[83558,582425],[82794,582245],[85040,584062],[85268,583861],[85909,583948],[86039,584044],[87058,584243],[86214,584284],[82375,587592],[82335,587817],[83227,587398],[83525,585628],[83660,587407],[82791,587052],[81335,586055],[83204,587751],[82115,586519],[81263,587062],[77338,588360],[83546,583503],[82541,582605],[84537,583584],[82598,582469],[84975,583881],[83305,582667],[84161,584020],[83668,584143],[83331,583631],[82849,582663],[76836,591607],[79240,654331],[77512,654818],[79033,655139],[77842,656730],[77509,655640],[77637,654238],[77869,654391],[78138,654134],[78579,654998],[89498,661210],[88131,658606],[85993,657612],[88603,658355],[87493,657186],[87410,657927],[88480,658675],[88068,657299],[88257,656759],[88874,657640],[86435,657526],[85376,657294],[88337,654530],[87726,657877],[88616,658042],[88457,660695],[88508,659396],[87792,661271],[86950,659907],[88201,660070],[87088,661672],[87639,660151],[88727,661113],[87739,659668],[87733,660707],[77124,655692],[77133,656503],[76960,656317],[78192,655251],[78839,656199],[78353,655850],[78208,655991],[79141,655595],[77748,656267],[77737,656358],[77356,656125],[77922,655269],[89107,655941],[85740,658945],[87873,658940],[85669,659459],[87433,656047],[86366,656104],[88158,658485],[86830,658526],[86719,657905],[86042,658880],[86933,658132],[86681,657443],[87574,658941],[85987,658220],[85974,657712],[86885,659080],[88365,670460],[89409,670632],[88044,671605],[89585,672127],[88060,670178],[88220,669875],[87910,667081],[87659,667980],[89093,668951],[89189,666993],[88183,667369],[87221,666545],[88615,667273],[89045,668765],[88762,668816],[85721,669641],[85874,670429],[86604,669416],[87383,670232],[85649,670438],[85417,669808],[86058,670763],[85417,670459],[80392,674788],[80440,674742],[81440,674991],[80495,675961],[80813,675177],[80740,675592],[80352,675715],[77782,677462],[78113,675835],[77909,675940],[77691,676405],[77776,676692],[77613,676433],[78653,675673],[89230,667755],[88237,668923],[97586,140173],[98740,138636],[97825,140951],[97067,140109],[96386,139058],[96080,138838],[94114,139469],[92908,140932],[94428,140591],[93677,138957],[93543,139853],[94844,139504],[91836,137592],[90262,136903],[95387,138296],[94000,138010],[96131,136876],[94323,137091],[95999,137143],[96755,139757],[96018,140168],[95159,140487],[95109,139836],[96412,139275],[97585,139220],[92891,140207],[92276,138663],[93843,140886],[92124,140260],[93238,139220],[91863,137421],[91818,138081],[90984,137619],[91962,137233],[90342,136088],[90110,140316],[97416,149092],[96579,149202],[97330,149418],[96719,149997],[97633,149522],[97311,147523],[99162,151019],[99947,150435],[98321,149936],[100444,149661],[98039,149691],[99827,151081],[98132,142334],[96702,142366],[96647,141783],[99520,142833],[98884,142889],[98639,143521],[100579,153113],[100857,152990],[99673,153258],[101357,152200],[100332,147038],[100337,146099],[101145,147191],[101275,146795],[92701,147586],[93002,146390],[92558,147596],[91997,147991],[94026,147279],[93500,147723],[95101,141504],[92670,141624],[97201,145866],[96166,146247],[96005,147315],[95819,145215],[97991,146765],[96473,144401],[97524,151461],[97692,152057],[97337,152154],[98958,150729],[96321,150623],[96994,150275],[96471,148574],[97890,147887],[94883,147148],[97647,147080],[95957,149546],[97574,147152],[101218,153650],[99780,153579],[101498,146739],[101466,146726],[100572,154562],[101911,154771],[100276,154606],[102006,154429],[100984,156525],[100975,156838],[102357,156881],[99482,156036],[95112,157259],[94613,157250],[96697,155820],[94507,157245],[95287,156073],[91557,155485],[93154,154313],[91624,156006],[90092,154297],[92429,155249],[91072,153917],[100151,154005],[101868,153890],[101616,158544],[91491,157700],[95260,158145],[96525,157059],[93916,159147],[91731,155193],[94094,159610],[93596,156521],[92985,156781],[93607,156654],[102157,166282],[100550,165747],[102239,165633],[101582,166562],[101947,166376],[99692,165420],[98832,163389],[96679,175060],[96168,179158],[92933,179304],[98672,176343],[96721,177127],[98398,177146],[98543,173970],[98847,173482],[97676,175191],[100468,171216],[100069,179331],[99087,174650],[98596,174916],[98091,176182],[97550,174752],[98479,175596],[97598,174750],[93531,177171],[95263,177269],[93112,175549],[93962,177350],[99379,170257],[98701,171059],[100376,169480],[99534,167950],[100045,167742],[99827,167831],[100054,166703],[100361,166618],[99930,166656],[90857,185078],[92892,187158],[94385,187863],[94370,187855],[101296,179915],[101647,181367],[98088,180881],[96932,180672],[98302,182677],[100521,180325],[89999,184013],[90692,184352],[94502,180555],[94225,182143],[94681,180655],[93712,179528],[97331,181299],[90223,184515],[90197,182967],[93694,181299],[92862,182483],[97442,181011],[91061,182307],[92038,183355],[90264,183535],[91140,183241],[100812,180293],[91189,190282],[93411,188319],[91540,186033],[91127,185734],[93372,182935],[94782,182858],[92149,184426],[91032,185763],[96066,185088],[96003,182922],[100731,182989],[99580,182913],[90751,190889],[100909,186068],[92143,189391],[92755,188342],[92603,187801],[91569,185748],[93961,187930],[95514,187601],[96741,182764],[99244,184040],[101953,184989],[90429,187601],[91774,185545],[92508,185841],[91924,186048],[91849,186703],[101688,204513],[102395,208412],[101688,208467],[102190,209374],[102192,208251],[102223,210305],[92181,214862],[91655,215427],[91280,214854],[90263,217715],[101406,206927],[101200,208869],[100847,209841],[100968,208439],[101180,208450],[101742,205849],[101438,206430],[101317,206269],[100673,205175],[100975,205312],[101431,205115],[99818,210087],[99158,209389],[99400,209853],[99736,209621],[99589,209563],[98999,208388],[100178,205149],[100231,205680],[90878,218267],[102191,222035],[101464,224869],[100666,223367],[101478,223821],[102029,224840],[102128,226371],[101270,227732],[100357,239867],[100317,238505],[101054,238149],[96862,243018],[99897,239288],[95898,242898],[101600,237566],[102010,236964],[100862,239518],[97728,249506],[100108,248044],[99565,247300],[99129,246625],[98568,247516],[99816,246743],[96169,243502],[100637,249386],[100283,250303],[101195,249476],[101105,249009],[100107,250619],[98967,249735],[100082,249393],[100079,249501],[100334,250829],[98690,252276],[92757,273850],[93155,277334],[93595,277210],[93940,278202],[94004,277290],[94995,277798],[94049,276976],[93117,276316],[94200,277215],[99419,279439],[98803,288120],[99737,287704],[99845,289477],[98787,288477],[99109,290297],[97736,290111],[97629,288821],[96692,289724],[98801,287729],[98120,289430],[96579,290043],[100805,287556],[98062,288565],[98336,289024],[100866,288210],[100863,288999],[98831,287596],[99255,288972],[100943,288790],[98421,287789],[93204,287084],[92628,286772],[94795,287142],[100370,283296],[100728,288050],[97335,290482],[97570,288245],[100276,289404],[102155,308625],[101409,309112],[101649,309489],[101628,308604],[101863,309221],[91920,316106],[91126,316426],[91220,316738],[91953,317285],[91932,316056],[91838,316845],[92339,315812],[89806,316316],[90026,315768],[90225,315080],[91287,317201],[89819,316797],[100232,325598],[90715,332546],[90326,330729],[90363,332481],[90466,331858],[101188,324726],[99992,325384],[100980,324973],[101600,325549],[102107,325253],[99881,324211],[99644,324024],[98673,322839],[100082,324997],[99629,323846],[98400,324658],[100949,341861],[101278,340917],[100662,341878],[100024,341552],[101009,341774],[101482,341599],[100696,340241],[99879,340885],[99849,341084],[100996,340393],[101351,339314],[99717,339528],[99821,340082],[99689,342070],[100547,342373],[99701,341351],[100512,341434],[99083,341863],[98710,342146],[99424,341948],[99049,340637],[100041,340290],[98441,341537],[98708,340157],[98612,340038],[98052,340059],[99574,341403],[99302,342665],[99098,343172],[99744,342850],[100590,338603],[101518,338866],[100729,337730],[100148,339133],[100004,337800],[100307,338660],[101074,338875],[101379,342518],[100000,343578],[100590,343101],[100157,343719],[99594,343352],[90184,333406],[89725,333830],[89946,334036],[91121,334141],[89610,337538],[90969,336276],[90286,336185],[90117,384338],[91386,405539],[91984,405440],[91370,406412],[92589,405249],[91744,404268],[90394,404510],[91617,405639],[96327,407684],[97317,408057],[96458,408549],[97322,406917],[95559,406314],[90453,432735],[93017,432271],[91265,432383],[92088,432232],[91020,432052],[91002,430371],[89646,433489],[90198,430262],[89791,659694],[89866,658636],[89849,659205],[89817,661195],[89986,657844],[90430,671791],[90440,670180],[90325,670546],[90372,669954],[90981,668774],[91365,668769],[92799,668687],[91445,669913],[91556,669260],[91182,671130],[92629,669024],[92869,669111],[91889,670774],[92905,670064],[90028,670096],[90499,670231],[91842,670955],[90814,671594],[90322,669872],[90652,671691],[89969,672206],[91604,669952],[91047,670797],[90652,672053],[89789,668815],[89897,669288],[90257,668922],[90653,669105],[112168,139729],[112957,140396],[113885,140160],[112404,138867],[111825,140511],[110974,139647],[111994,141665],[111622,143323],[111003,144347],[110626,143466],[112874,142610],[111024,142491],[103170,157112],[102880,156990],[102442,156027],[103505,158209],[102765,157191],[102464,158084],[102574,157916],[103542,178682],[102664,178512],[103991,168457],[105049,168888],[104499,168619],[102491,181230],[111231,188513],[111594,191272],[110396,187950],[109141,186981],[109095,187911],[110648,187571],[110997,188567],[109039,188804],[108765,188740],[108797,188665],[109731,189694],[108791,189326],[110353,189774],[110906,190277],[110109,191208],[111179,189427],[109444,189411],[109468,189285],[114204,194026],[114433,194279],[114435,195333],[105227,201588],[104614,201169],[104622,201271],[104236,201865],[105545,202236],[103273,202269],[104398,202531],[108478,204938],[103583,198354],[103605,196859],[105218,198632],[104575,199093],[105744,198297],[104150,198773],[104774,197382],[103865,197331],[105422,197768],[106013,198069],[105779,202355],[107222,202374],[106236,203573],[108154,204142],[107152,204584],[107063,203650],[107250,203453],[106441,204474],[107850,202310],[107736,202933],[104728,202922],[104206,202770],[106122,203966],[104920,203076],[105008,204616],[103390,204396],[102558,203232],[103841,203334],[104123,203920],[103472,203036],[102844,203735],[104881,204503],[104116,204999],[103096,204593],[105025,208158],[103946,207147],[102530,209237],[103742,209461],[104857,209849],[103627,208096],[104440,208552],[106565,217706],[102756,207293],[103323,205386],[105184,208861],[106197,205000],[107738,207306],[106181,206369],[108718,207038],[106864,207478],[107666,206910],[107635,205282],[108183,206751],[108481,206115],[104400,205311],[104119,223895],[104397,224407],[104823,225001],[104058,224295],[105070,223450],[104139,226471],[103515,225825],[105223,227427],[103455,227333],[103104,226938],[104808,225897],[105229,226418],[104587,225026],[102466,223541],[103404,224903],[103025,224506],[102798,222843],[107948,219075],[109146,218570],[109532,218623],[106373,220294],[105519,219186],[102847,229005],[107775,219429],[109450,220335],[108276,239611],[107065,239572],[106040,239853],[107891,238602],[106937,240165],[107116,237462],[106892,236126],[107102,238339],[107299,237960],[108605,238999],[107383,238826],[106441,237562],[107062,237962],[107244,239113],[105798,238518],[108309,237677],[108266,236196],[108546,237374],[107391,237573],[107049,236141],[110377,233819],[110217,235373],[103046,235318],[105494,237923],[103315,235329],[108986,230744],[104148,281916],[103314,309915],[102452,324255],[102746,323948],[107448,335723],[108515,334700],[107426,335999],[107332,336530],[106159,335469],[108016,335109],[107126,336880],[108393,335090],[108748,334093],[108233,335885],[108319,336365],[109365,333877],[108139,336215],[107441,335511],[107434,334168],[108428,333302],[106652,334965],[106165,333051],[106284,334992],[106197,334930],[108014,334681],[106731,343534],[106284,343547],[105974,343457],[107525,344084],[106581,342893],[106867,343235],[107122,344018],[114848,363147],[113018,512196],[114663,510475],[113755,510367],[113590,507500],[114761,508065],[114144,507531],[114966,507693],[114621,507685],[113911,508923],[113958,508866],[114943,508189],[114447,508022],[114559,510002],[113536,509819],[114663,509822],[113370,510656],[113773,510352],[114679,511443],[114068,509793],[111955,512079],[111251,512047],[110380,520984],[113285,523368],[110035,521611],[113634,523266],[113098,522509],[111961,523057],[112850,521006],[112417,521434],[113183,520001],[113103,521880],[111479,522349],[111974,520188],[113620,521039],[112079,520669],[111627,521394],[111337,521088],[112207,513470],[111970,512973],[111835,512668],[112995,513279],[114824,521449],[114079,521621],[115183,521415],[114677,520691],[114986,520254],[111857,518874],[112687,518778],[112770,520270],[112751,518985],[112532,520306],[110883,520379],[111971,519998],[110781,520381],[112071,518411],[111902,518367],[111331,514203],[110726,513449],[113069,563351],[113561,562540],[114007,562381],[114582,562781],[114592,562768],[111698,563808],[112397,564562],[112526,564109],[111738,564237],[112980,564584],[111671,564544],[112918,564622],[113002,564342],[111881,563717],[112241,565509],[113296,565413],[113527,566167],[112855,566295],[113773,566334],[112470,565635],[113189,565569],[113523,566011],[113654,565213],[113365,566404],[113029,567059],[113092,567070],[111264,566595],[111571,568396],[112567,566517],[111497,566649],[111697,567423],[112737,568141],[111484,566971],[111258,567907],[107741,588365],[107868,587752],[108167,588306],[104398,595658],[106919,592306],[105843,594138],[105973,594419],[107115,594709],[105748,592987],[105912,593355],[106148,593542],[105481,593542],[105101,594030],[105020,593000],[115145,601428],[114486,601047],[113860,600566],[113945,600331],[113631,600413],[114753,601064],[114449,601045],[114755,600615],[114563,598918],[104432,598488],[105254,598235],[107994,591731],[107606,591698],[107968,592067],[105389,598129],[105655,599015],[105157,597167],[105430,598268],[105296,597158],[104553,599501],[106420,599056],[105759,597863],[107830,590375],[104975,591899],[108428,591776],[105347,592046],[104622,595105],[105559,595815],[105097,594427],[104118,595864],[106961,595985],[103848,594922],[107572,595437],[105993,596368],[106344,594480],[107315,594896],[106553,594672],[106979,594682],[105339,594069],[105544,593076],[106861,593957],[106833,590357],[108169,591051],[108113,590985],[107475,591123],[106475,591771],[106802,590851],[105972,591425],[106715,591478],[107496,590391],[107855,591642],[108091,592141],[107474,591972],[106915,592408],[106957,592484],[106320,592994],[107508,592329],[107820,592531],[107381,593428],[106901,593527],[109665,593235],[108573,592855],[107828,594499],[108909,594895],[108358,595021],[108515,592726],[109468,592878],[108543,595221],[108521,594655],[108439,593647],[106409,590001],[107922,589761],[106832,589080],[107082,589795],[113270,602465],[114006,602159],[114572,602249],[1266691,447074],[1266652,439770],[1266497,440442],[1267182,439106],[1266835,448810],[1266968,448420],[1279935,421448],[1279083,421784],[1279488,423740],[1279815,423260],[1279997,424422],[1279998,445570],[1278260,446132],[1279208,445435],[1279861,446313],[1278891,444257],[1276533,444252],[1274220,443484],[1274660,446053],[1275256,445367],[1274074,443674],[1275203,445704],[1275340,443932],[1275798,444049],[1275555,445212],[1275280,443873],[1269994,441748],[1272335,440912],[1269317,440695],[1271040,440289],[1270461,441576],[1271814,442013],[1270054,440693],[1272056,440983],[1270053,442364],[1273308,442315],[1270561,444306],[1269512,445358],[1267789,445869],[1268002,445776],[1270514,445865],[1269870,445659],[1271530,444572],[1267937,446368],[1268722,446166],[1267947,447736],[1268428,447650],[1270201,447431],[1268316,447266],[1269622,447598],[1268274,439685],[1268067,438012],[1268294,439032],[1269431,438644],[1268888,437867],[1267700,439889],[1269847,437940],[1278893,448248],[1267287,449263],[1270091,448343],[1277812,486371],[1278843,486218],[1277178,485513],[1276454,484760],[1276454,484245],[1276922,484956],[1278350,485437],[1279481,495318],[1279043,493326],[1277603,486914],[1277997,487129],[1277802,488399],[1276226,490128],[1276195,489931],[1278052,492884],[1276071,489019],[1279034,490575],[1275866,490560],[1279064,488718],[1275739,490216],[1277127,492535],[1277676,490244],[1274963,494131],[1275700,494783],[1275640,494139],[1273967,493752],[1275300,495714],[1275924,495591],[1276238,494069],[1276483,494963],[1277072,495378],[1276554,493637],[1273566,498847],[1276629,498419],[1279726,505232],[1279062,503341],[1275931,501274],[1273429,500772],[1277074,500514],[1273754,500575],[1275954,499413],[1276613,499642],[1277185,501075],[1275792,499583],[1279096,502670],[1279112,503762],[1276118,509433],[1276131,509837],[1278539,507824],[1277961,507244],[1278043,507987],[1278457,506722],[1277285,507630],[1276995,508213],[1276579,507177],[1277476,506344],[1277094,510626],[1276933,510402],[1274892,511913],[1278197,511174],[1278135,510894],[1276800,513859],[1274886,513398],[1275154,512750],[1275411,512909],[1278458,512258],[125742,148569],[121151,144249],[122211,145352],[121802,143970],[122873,143430],[121837,144064],[122401,145633],[123320,146314],[124996,146776],[121997,147888],[122564,148122],[124437,147037],[124293,145756],[122434,146050],[120946,145622],[120859,144787],[122555,146088],[121498,145608],[123507,146418],[125673,147257],[127661,145860],[127394,147942],[124013,147262],[123719,147636],[126715,153248],[121273,152211],[120821,153077],[122256,153489],[122034,152683],[121377,153087],[122383,151253],[121416,152823],[119582,152864],[118906,152910],[118526,151318],[120253,150883],[119245,152033],[127725,154051],[125319,158458],[119501,153825],[125874,159818],[125156,157116],[127126,157485],[126528,158537],[123713,157952],[122691,156152],[125122,156197],[125121,158118],[123424,159143],[123391,158264],[119981,155135],[119883,155275],[120067,156826],[120855,154541],[120937,154025],[118957,154278],[123324,157148],[124262,155765],[121569,155562],[122305,155174],[124768,155562],[121857,156799],[120149,169547],[122140,171005],[122878,170193],[121368,169150],[121234,169180],[124365,178023],[120989,187310],[119537,186023],[119519,188117],[120924,187012],[122122,188124],[119424,187432],[122125,186228],[122435,186598],[121128,186651],[121510,185737],[121949,185881],[123202,186049],[120856,187896],[122374,188909],[120049,187976],[120800,188789],[121200,188147],[121350,188000],[118967,188560],[120499,188408],[118682,190018],[118384,189345],[119821,190114],[118811,187990],[115725,195163],[115964,195017],[116960,193716],[124870,207788],[124851,208249],[125129,208601],[124641,206169],[120000,231879],[119733,232977],[118601,230681],[121347,231258],[119638,232649],[120371,276206],[120503,275387],[123458,271542],[121317,274939],[121743,274773],[122407,274685],[120348,275221],[120185,274377],[124536,270464],[119707,317031],[119987,317197],[120275,318400],[120065,319149],[116956,354515],[117387,353167],[116363,353101],[115468,352567],[117262,353892],[117965,353479],[117799,364803],[116560,363681],[118012,364649],[116722,364882],[115253,365228],[117533,366364],[116952,366450],[115764,364844],[115570,364384],[116976,363420],[117096,364984],[116098,365955],[116582,364439],[116792,365169],[116295,365625],[116337,365208],[116880,398376],[118302,400333],[117506,401633],[118079,399369],[119785,399397],[118271,401044],[117647,398185],[118523,401340],[117193,398938],[117642,400867],[117712,398274],[118984,401854],[117883,400119],[119836,399779],[117579,398981],[117668,399323],[120677,398948],[116624,399936],[118118,400068],[118191,399734],[117417,401299],[117856,398924],[118758,401887],[117850,399134],[116852,398740],[118116,401352],[118679,401320],[118501,399078],[118393,399262],[119164,400755],[118605,400590],[118995,401838],[116676,398622],[117081,399755],[117782,400612],[117619,399823],[117106,400852],[117476,401167],[117725,400282],[118995,400870],[119265,399381],[119388,399842],[118379,399300],[119358,399081],[119537,398334],[119380,399410],[120457,399023],[119281,398821],[119454,398319],[119495,399284],[120064,398924],[119052,400188],[118740,399458],[117680,398788],[118040,399354],[119057,399135],[126911,407981],[126465,399780],[127646,400085],[126418,401070],[127377,402074],[119985,419866],[119558,417938],[121239,418255],[120303,420217],[119925,419018],[121218,419253],[125425,416423],[125272,414016],[125651,411924],[127648,410326],[125644,422346],[123355,421853],[123443,414680],[124204,414579],[123445,412073],[122898,414428],[122917,414192],[124059,413331],[123961,412997],[123420,414190],[123221,415032],[124355,422617],[124175,490742],[123104,492095],[124264,490671],[122723,491397],[124050,490328],[122679,491930],[123512,490635],[121930,490608],[123671,490836],[121963,491245],[124947,494300],[124193,494483],[124174,492270],[124569,493072],[125225,493633],[125521,493750],[123417,493785],[125360,492061],[124071,493078],[123543,493854],[124874,495328],[122470,496164],[123079,496294],[123388,496514],[124103,495728],[124498,496755],[123618,496573],[123290,496281],[123211,496705],[122523,496561],[125664,493838],[124657,494226],[127777,494381],[124579,493946],[126962,497473],[124567,493887],[126333,494681],[125823,493914],[126825,495796],[122439,490020],[122028,491380],[122229,492613],[121700,490570],[122489,490568],[121028,492236],[123607,492890],[122573,492538],[122355,494218],[122910,493253],[122286,493499],[122654,493113],[124847,492632],[123959,494672],[122859,494654],[123952,492458],[121904,507767],[122328,508000],[121072,508854],[121238,508382],[121449,510001],[121153,509364],[115293,510168],[115421,510469],[115546,510557],[124963,502794],[115231,506468],[116338,509603],[115876,506614],[116582,508461],[116462,507855],[115245,508431],[115455,508459],[121027,508716],[119192,507477],[119677,507393],[120249,507728],[120331,508723],[120001,507678],[119325,507725],[120469,508910],[119547,507915],[124683,512014],[124185,510137],[125751,511390],[125472,511206],[125680,511493],[125324,511510],[123822,510556],[124894,502369],[124782,502575],[125040,503084],[123247,502029],[123288,501871],[125767,504417],[126828,505150],[127859,505141],[126764,504606],[127044,505011],[127865,505667],[125747,504564],[123330,501640],[123577,501893],[116123,520975],[116019,522037],[115612,522702],[115459,521542],[115499,520622],[120008,519731],[123742,519889],[118777,514410],[120053,513629],[119053,518940],[119484,518592],[119985,518996],[119784,519601],[125512,519682],[124989,520908],[119624,518980],[124378,520860],[119461,518434],[119951,513191],[124597,521149],[119806,518497],[124360,521718],[125297,516260],[124305,521225],[124875,520869],[124375,520312],[124432,520609],[117794,514436],[119748,512514],[124450,521535],[124092,521607],[124488,519916],[124015,517910],[123720,519865],[125217,516022],[124817,516568],[124508,514282],[122467,518032],[125357,517797],[126016,513535],[126726,514807],[124756,514122],[125537,513432],[126027,513208],[127672,515163],[125813,514043],[127831,515313],[123819,518259],[126625,515989],[125187,518036],[126944,516005],[124005,517345],[124664,516395],[125000,516412],[122798,518075],[123666,517521],[123419,516973],[123641,518168],[125002,516688],[124371,518163],[122993,514384],[122795,514315],[122691,514671],[123352,514342],[123496,514781],[122915,514580],[122606,514261],[123138,515330],[122571,513551],[122903,514297],[123368,517442],[123112,517592],[125784,513553],[123684,517832],[124896,514498],[124986,514168],[124798,514480],[123028,529294],[126473,531656],[122966,530269],[123766,530116],[124213,531757],[123723,528916],[125703,530929],[123629,529825],[123233,529960],[124202,530051],[125541,530528],[124994,530311],[125910,529915],[125091,529038],[125109,529321],[125255,528420],[125623,529840],[126008,530235],[125071,530508],[127362,531247],[125450,530091],[126645,530274],[125852,530757],[127568,529619],[126330,528085],[126119,530276],[126365,529055],[127372,529734],[126625,530907],[126073,530607],[120011,547029],[120029,547346],[120594,546758],[121162,546760],[120165,548115],[120077,547326],[120918,546740],[122329,543729],[122921,544391],[123111,543815],[122571,544269],[122544,544376],[121983,544057],[122571,544039],[122949,549161],[122676,547634],[121046,547916],[122158,548193],[121966,548595],[121087,548150],[121080,548448],[121264,548415],[121053,547774],[123455,545748],[123240,544354],[123281,544528],[123822,545749],[122696,544494],[122850,545338],[123327,546043],[123526,545364],[123371,545189],[121298,544229],[121825,545626],[121006,544836],[122574,545938],[121288,546711],[122569,544929],[122379,545435],[122783,547470],[122040,547605],[121505,546600],[122246,546775],[122457,546327],[122171,547476],[122862,547213],[122952,546438],[121394,545269],[121697,545882],[121008,545012],[120757,545561],[121450,545508],[121097,546109],[121561,546330],[121223,545862],[121016,546210],[120670,545577],[123456,563125],[123438,563394],[123643,563122],[123976,562578],[123539,562713],[123134,563121],[123086,563098],[123465,570821],[123679,571155],[123827,563506],[124204,563440],[123973,563639],[123077,564073],[123766,570608],[124040,571000],[123444,571455],[123863,571538],[124000,570315],[124231,571389],[124529,571360],[124243,570945],[123392,570535],[123474,563622],[123545,564111],[123238,564569],[124136,563867],[124659,571599],[125021,571887],[125234,571694],[125229,572118],[124673,571004],[122335,583968],[123266,586598],[123303,586657],[115414,601708],[115482,601215],[116155,600930],[116019,601680],[117917,601668],[116837,601422],[116634,601752],[116794,601027],[116131,600380],[115956,600314],[115700,599069],[115775,599132],[115475,601290],[116533,599974],[115713,599506],[119535,600022],[118969,599683],[118198,600803],[119376,600870],[118006,601036],[118860,601213],[118698,600534],[120581,601639],[119379,601324],[120906,601633],[120080,601154],[119253,601783],[120478,601720],[115821,602227],[117766,601894],[120680,612487],[121209,613308],[120360,613200],[120203,612598],[121279,614019],[120552,612872],[120482,612460],[121869,612048],[119949,613128],[121250,614080],[115880,602003],[121482,602225],[120769,601937],[120348,603641],[118102,603087],[118925,604197],[117723,601890],[119418,603787],[119526,603811],[119242,602750],[118082,602942],[120843,602327],[117156,602429],[117727,603136],[116673,601831],[115497,603346],[116989,603262],[117623,603546],[115673,602920],[116241,603605],[117061,603574],[115680,603787],[115462,603970],[120866,612285],[121154,612285],[121126,611156],[120894,612150],[120762,611404],[121077,612205],[121253,613199],[121012,613292],[121355,613428],[119848,613486],[119688,613342],[119348,614402],[118922,613598],[120280,613641],[119971,613206],[119920,613830],[120142,613459],[121931,612866],[121712,612983],[121413,613387],[121114,613895],[122007,608653],[121889,609974],[122775,609437],[122404,610137],[121942,609917],[122751,608497],[121755,610716],[121967,612489],[122073,612714],[122201,610684],[121630,611367],[121440,611396],[121639,610578],[122195,611497],[122703,611217],[122644,611307],[123029,612754],[123253,613471],[123075,613872],[122360,613008],[121511,613304],[123540,613336],[122874,613146],[123649,613669],[122639,614208],[120819,614491],[121952,614561],[120896,614157],[120852,614171],[120644,614283],[121114,613556],[121993,615576],[120499,614844],[121498,615857],[121755,615215],[119886,616061],[121148,614660],[121135,614787],[123832,614958],[120923,615041],[118479,615800],[117541,615133],[117986,615073],[118003,615875],[120316,615321],[118424,615442]] \ No newline at end of file diff --git a/src/gathering/a10986.json b/src/gathering/a10986.json new file mode 100644 index 0000000..5df38a2 --- /dev/null +++ b/src/gathering/a10986.json @@ -0,0 +1 @@ +[[-1278067,1290216],[-1277542,1286471],[-1278511,1289919],[-1279814,1367322],[-1276065,1365304],[-1275765,1365389],[-1274493,1360616],[-1274918,1361002],[-1274617,1409983],[-1270214,1412623],[-1270438,1412905],[-1268306,1411675],[-1273402,1416513],[-1276640,1414261],[-1271714,1413283],[-1278924,1411246],[-1275481,1413033],[-1275095,1410986],[-1275866,1412824],[-1269805,1430035],[-1273248,1432069],[-1269969,1430085],[-1273202,1432166],[-1269650,1434867],[-1270086,1177209],[-1270795,1174875],[-1270794,1175606],[-1269686,1173690],[-1270590,1175709],[-1278681,1182686],[-1276018,1180839],[-1278727,1180284],[-1278022,1199794],[-1287668,1289853],[-1286371,1289304],[-1283817,1289266],[-1281802,1289779],[-1286365,1288328],[-1280294,1286818],[-1281464,1290248],[-1282738,1283759],[-1286248,1295365],[-1281877,1294219],[-1285244,1331952],[-1285390,1331914],[-1287882,1337585],[-1283421,1336299],[-1283057,1335361],[-1282569,1337587],[-1283754,1333223],[-1283524,1336653],[-1281877,1366531],[-1282818,1365506],[-1281993,1366933],[-1284033,1368817],[-1282630,1363002],[-1283187,1369199],[-1283381,1369305],[-1282775,1362788],[-1288844,1382431],[-1290432,1375955],[-1290513,1375761],[-1288955,1378706],[-1290246,1373079],[-1286807,1371442],[-1283484,1370674],[-1291850,1381657],[-1291700,1381472],[-1288441,1372994],[-1288610,1377468],[-1291157,1378365],[-1291324,1378953],[-1290721,1388254],[-1288014,1392288],[-1289507,1384363],[-1284706,1471157],[-1293126,1377732],[-1292912,1386630],[-1293156,1386412],[-1301292,1398774],[-1300309,1401604],[-1303430,1408058],[-1301657,1398405],[-1305509,1398500],[-1303041,1400193],[-1296059,1417771],[-1295897,1418251],[-1300614,1424937],[-1300635,1424597],[-1299526,1424331],[-1301601,1439029],[-1301148,1435636],[-1301450,1435524],[-1300962,1440184],[-1300757,1440175],[-1305229,1126532],[-1303132,1131980],[-1303731,1129732],[-1301489,1131748],[-1305287,1133737],[-1304909,1136993],[-1298141,1131901],[-1296412,1137264],[-1299540,1139265],[-1303034,1139626],[-1302390,1140832],[-1305062,1175182],[-1303204,1227978],[-1305470,1228941],[-1304631,1226771],[-1302889,1230202],[-1302872,1230724],[-1303273,1230509],[-1302683,1233448],[-1303095,1233648],[-1304862,1229099],[-1305257,1229245],[-1312489,1316570],[-1309369,1316687],[-1305656,1398823],[-1311408,1401334],[-1313678,1403400],[-1310360,1400951],[-1310042,1400951],[-1308805,1402775],[-1307524,1406748],[-1310272,1405525],[-1312260,1405647],[-1312275,1405048],[-1311294,1406551],[-1312055,1407675],[-1308847,1399408],[-1313631,1403416],[-1308186,1396825],[-1311566,1406572],[-1314881,1417899],[-1314586,1417527],[-1306305,1408270],[-1310672,1419424],[-1313952,1427870],[-1309216,1428952],[-1310066,1425683],[-1313427,1425972],[-1314757,1431719],[-1314118,1427698],[-1312247,1435680],[-1315656,1454699],[-1313683,1454523],[-1314701,1451490],[-1316328,1453509],[-1315739,1454468],[-1315390,1454734],[-1315470,1454021],[-1314949,1118270],[-1315616,1117454],[-1313530,1122465],[-1316023,1118352],[-1315326,1122194],[-1312750,1123992],[-1309588,1137236],[-1313340,1128464],[-1308731,1132658],[-1316503,1128853],[-1315490,1134018],[-1305843,1135158],[-1313264,1130022],[-1307123,1132913],[-1308678,1131785],[-1306495,1130415],[-1306128,1137702],[-1309483,1130620],[-1307723,1131609],[-1305600,1134422],[-1309597,1129700],[-1311752,1133237],[-1314604,1136233],[-1314679,1129587],[-1318183,1129578],[-1317632,1134880],[-1314892,1128093],[-1307824,1134748],[-1315676,1134612],[-1311239,1133640],[-1311908,1133573],[-1308430,1130973],[-1307051,1135823],[-1312372,1129978],[-1309932,1126716],[-1315009,1133243],[-1313495,1129850],[-1310210,1135147],[-1314148,1128351],[-1309251,1126911],[-1317759,1189593],[-1316765,1186478],[-1316479,1186037],[-1314852,1200463],[-1314055,1200151],[-1315273,1191128],[-1316091,1191262],[-1311808,1196828],[-1312233,1195873],[-1309410,1203002],[-1308901,1202340],[-1308904,1199837],[-1314090,1199859],[-1314395,1200742],[-1317745,1206205],[-1316087,1210370],[-1314954,1203640],[-1317752,1205925],[-1316812,1210716],[-1315308,1204354],[-1313508,1209267],[-1313220,1208679],[-1317956,1206570],[-1316414,1210749],[-1314981,1203847],[-1317817,1206169],[-1316783,1211235],[-1314948,1204023],[-1316841,1209606],[-1315548,1205304],[-1308104,1227702],[-1317997,1227711],[-1317740,1228174],[-1313655,1217120],[-1312410,1218268],[-1312781,1217614],[-1318018,1224371],[-1317948,1223671],[-1306303,1221617],[-1306850,1222113],[-1306635,1227398],[-1317667,1227627],[-1316709,1227112],[-1308767,1229169],[-1307169,1232385],[-1306515,1232442],[-1305662,1237794],[-1307617,1235251],[-1308503,1235308],[-1312539,1235163],[-1318362,1247911],[-1312275,1242164],[-1311728,1244337],[-1312588,1251847],[-1316661,1247647],[-1315229,1264116],[-1315550,1255331],[-1314319,1277440],[-1316183,1278210],[-1321097,1281209],[-1321714,1281110],[-1321527,1287137],[-1321082,1287114],[-1319318,1289518],[-1319639,1290931],[-1319127,1289407],[-1318681,1289000],[-1325169,1293703],[-1326256,1294372],[-1322752,1294109],[-1326355,1298385],[-1327338,1299344],[-1323075,1293817],[-1329189,1304572],[-1325124,1293138],[-1326692,1294172],[-1322261,1294117],[-1326390,1297651],[-1326704,1299123],[-1327944,1305353],[-1328075,1296772],[-1325176,1293674],[-1326684,1293858],[-1322239,1293848],[-1326088,1297846],[-1326570,1298622],[-1324461,1294065],[-1326498,1294374],[-1323041,1293810],[-1326117,1298230],[-1327120,1299376],[-1325203,1390253],[-1327445,1389515],[-1325072,1389164],[-1326451,1387003],[-1328721,1392031],[-1319137,1418844],[-1318630,1421866],[-1328198,1074764],[-1330219,1071586],[-1328241,1071798],[-1329555,1067731],[-1329541,1063235],[-1328411,1065572],[-1325764,1068311],[-1326488,1075103],[-1324615,1071651],[-1328122,1068313],[-1328208,1075107],[-1330894,1069977],[-1330362,1074466],[-1331066,1077086],[-1326730,1077636],[-1323768,1075770],[-1326838,1076018],[-1326580,1075579],[-1321012,1123672],[-1322769,1119515],[-1321186,1125641],[-1319324,1119213],[-1321644,1119906],[-1320986,1129092],[-1319072,1132058],[-1320144,1130045],[-1318975,1127207],[-1319168,1129793],[-1318646,1132525],[-1319320,1132740],[-1318672,1172775],[-1322446,1188020],[-1322551,1187616],[-1323007,1187097],[-1319680,1181974],[-1319112,1184333],[-1320494,1202497],[-1321246,1202128],[-1324056,1202124],[-1325944,1202815],[-1319436,1198154],[-1322240,1196300],[-1325951,1199877],[-1329478,1201721],[-1320804,1199777],[-1320687,1202326],[-1321553,1201943],[-1323542,1202570],[-1325151,1202482],[-1319276,1197983],[-1322023,1195706],[-1324292,1200380],[-1325604,1199821],[-1328816,1202202],[-1326249,1202972],[-1328104,1199760],[-1327445,1197160],[-1327430,1194353],[-1328554,1193749],[-1321844,1192099],[-1322995,1192865],[-1321101,1201949],[-1321015,1202026],[-1321451,1201681],[-1323379,1202878],[-1325748,1203377],[-1319828,1197794],[-1321785,1195975],[-1324330,1200280],[-1325959,1199985],[-1329334,1202534],[-1320921,1201974],[-1320666,1202182],[-1321418,1201706],[-1323462,1202556],[-1325656,1202464],[-1318949,1198279],[-1321750,1196532],[-1325859,1199911],[-1328728,1202039],[-1328043,1200683],[-1325478,1205569],[-1324060,1207232],[-1324548,1205926],[-1327886,1207634],[-1324406,1209305],[-1322389,1208588],[-1318977,1212402],[-1329278,1207649],[-1323722,1206939],[-1325011,1205331],[-1327858,1207762],[-1325087,1208891],[-1322297,1208634],[-1318901,1212943],[-1329144,1206807],[-1323141,1207348],[-1324687,1206741],[-1328654,1204518],[-1319873,1211761],[-1325108,1205599],[-1327026,1207347],[-1324983,1208504],[-1322642,1208100],[-1318950,1213180],[-1329581,1207442],[-1323508,1207162],[-1324245,1205519],[-1327615,1206967],[-1324948,1208783],[-1319599,1212283],[-1329947,1206836],[-1323643,1207598],[-1318650,1263842],[-1327028,1278979],[-1327306,1279506],[-1323891,1276179],[-1322593,1275472],[-1336974,1294538],[-1335967,1294877],[-1337274,1294311],[-1337233,1294601],[-1343905,1366013],[-1339996,1362372],[-1332951,1388349],[-1336385,1389573],[-1332201,1392177],[-1333438,1391237],[-1333357,1391299],[-1336300,1390435],[-1338168,1067275],[-1331766,1066934],[-1333813,1067147],[-1335368,1067717],[-1334445,1065427],[-1336083,1067121],[-1331235,1064960],[-1337890,1062711],[-1335209,1200887],[-1334250,1199877],[-1333589,1205158],[-1334002,1204023],[-1349514,1356270],[-1352774,1355360],[-1348146,1353966],[-1348691,1361978],[-1346379,1357562],[-1346000,1362664],[-1346362,1360192],[-1346263,1360186],[-1344243,1366178],[-1350432,1400127],[-1349551,1398540],[-1353393,1032147],[-1355564,1029601],[-1355344,1029730],[-1353488,1032665],[-1355324,1078892],[-1356742,1078943],[-1356295,1196720],[-1350912,1199418],[-1353476,1200087],[-1350937,1199261],[-1366574,1340729],[-1368211,1339034],[-1364125,1343356],[-1368801,1337023],[-1366856,1345410],[-1366705,1345444],[-1366542,1345503],[-1366371,1344269],[-1363081,1029554],[-1357220,1032993],[-1362617,1029376],[-1367607,1060051],[-1363650,1059469],[-1366261,1060550],[-1360395,1059705],[-1365376,1060472],[-1368325,1056078],[-1367256,1060790],[-1363220,1062059],[-1363005,1056138],[-1365541,1057396],[-1368768,1057382],[-1366805,1057398],[-1367429,1061101],[-1366445,1061739],[-1364883,1056386],[-1365403,1057561],[-1366707,1058953],[-1368120,1057551],[-1367015,1057556],[-1364307,1060478],[-1364687,1058958],[-1360734,1071186],[-1369520,1062868],[-1367545,1074228],[-1361049,1071129],[-1369237,1063539],[-1368307,1077546],[-1365467,1076074],[-1357113,1081765],[-1362883,1088084],[-1368870,1079306],[-1366093,1075723],[-1357424,1080665],[-1361961,1088169],[-1369002,1180544],[-1361029,1194538],[-1361878,1198373],[-1359169,1204764],[-1380034,1280488],[-1373907,1283538],[-1379705,1281961],[-1370272,1282596],[-1375217,1282725],[-1370210,1282528],[-1373964,1283566],[-1372193,1282250],[-1381788,1329649],[-1381799,1333791],[-1374085,1338467],[-1377470,1032307],[-1376729,1036622],[-1377119,1033304],[-1376221,1035708],[-1378989,1036859],[-1378058,1036194],[-1377424,1034895],[-1379204,1034040],[-1376917,1036457],[-1377328,1036333],[-1376536,1035648],[-1376805,1034953],[-1377518,1033557],[-1378234,1032566],[-1379802,1030467],[-1380431,1030034],[-1379052,1032692],[-1380264,1033258],[-1381630,1034029],[-1379981,1048838],[-1380425,1045227],[-1380861,1043698],[-1380271,1041835],[-1379179,1049187],[-1380493,1043996],[-1378878,1040037],[-1380692,1049264],[-1379194,1048642],[-1380445,1048581],[-1379838,1045598],[-1381538,1043488],[-1381571,1042920],[-1378899,1041229],[-1378660,1039739],[-1380128,1041563],[-1380327,1041326],[-1381451,1051618],[-1381749,1051651],[-1380645,1050232],[-1370404,1057453],[-1369646,1056817],[-1370010,1057129],[-1369604,1075812],[-1385525,1280558],[-1386472,1320148],[-1386446,1320021],[-1386314,1320096],[-1382708,1322212],[-1386254,1330219],[-1386492,1332153],[-1386963,1332323],[-1385761,1022525],[-1387340,1022882],[-1386796,1018359],[-1386068,1020806],[-1386340,1019742],[-1385037,1018417],[-1386508,1021051],[-1387170,1023540],[-1388166,1023346],[-1382714,1033072],[-1388295,1024820],[-1386898,1024221],[-1386310,1025642],[-1382617,1049721],[-1387969,1048740],[-1383442,1040662],[-1386164,1038232],[-1388445,1037050],[-1382423,1047471],[-1388901,1048159],[-1382881,1041563],[-1385796,1039196],[-1388114,1038393],[-1382857,1041295],[-1382557,1053000],[-1385157,1049900],[-1390878,1093971],[-1390806,1094114],[-1393389,1264667],[-1385350,1270620],[-1385178,1272775],[-1385074,1272768],[-1387098,1269403],[-1387519,1268386],[-1391803,1268968],[-1392043,1269466],[-1390268,1269687],[-1390378,1269799],[-125579,371359],[-125287,370694],[-126973,371624],[-123308,372893],[-124747,372275],[-124592,373266],[-126003,373424],[-124385,371899],[-115230,376119],[-117169,375897],[-118285,373731],[-116780,374543],[-123879,372982],[-125424,372098],[-125149,372999],[-125917,374373],[-123886,371686],[-115509,377202],[-115481,376636],[-118560,374605],[-116899,374564],[-115434,507132],[-115412,506042],[-116162,510669],[-116840,511213],[-121001,511012],[-121866,508821],[-120526,509497],[-121687,509915],[-116289,578503],[-123309,580923],[-124492,581066],[-125114,582960],[-125634,581096],[-1406699,1336637],[-1401585,1333261],[-1407407,1331731],[-1404856,1335936],[-1407092,1331605],[-1400724,1340867],[-1406793,1336673],[-1400665,1340769],[-1399429,1074681],[-1395774,1073962],[-1396249,1073559],[-1397817,1077554],[-1397782,1078097],[-1397895,1078572],[-1396640,1079367],[-1398402,1159702],[-1400200,1159715],[-1402677,1155502],[-1397912,1194289],[-1403544,1206089],[-1400122,1268690],[-1399915,1269451],[-1400991,1268538],[-1400049,1269564],[-1415466,1294857],[-1417448,1296145],[-1417735,1301245],[-1417269,1301351],[-1418903,1296572],[-1418088,1299839],[-1415675,1293161],[-1417602,1301108],[-1419143,1296948],[-1417862,1301703],[-1418930,1297411],[-1414954,1294345],[-1418250,1299170],[-1415439,1293655],[-1417809,1301766],[-1417161,1301782],[-1420629,1299594],[-1419042,1296496],[-1418530,1298516],[-1417583,1301532],[-1416642,1301232],[-1419231,1296583],[-1417853,1296367],[-1413761,1295203],[-1417935,1300467],[-1416839,1297642],[-1418993,1084346],[-1419232,1083763],[-1418696,1083671],[-1409400,1111987],[-1420604,1135477],[-1410512,1134286],[-1411850,1133636],[-1408514,1135463],[-1420413,1135411],[-1411728,1133840],[-1410014,1134553],[-1410235,1134611],[-1427147,1290575],[-1427040,1292008],[-1429618,1291208],[-1425358,1291500],[-1428292,1289575],[-1425505,1290731],[-1429611,1291029],[-1426106,1291932],[-1428706,1292321],[-1430350,1291538],[-1426932,1292114],[-1422435,1292281],[-1423229,1292692],[-1425938,1292970],[-1425587,1292092],[-1430542,1292481],[-1427562,1291748],[-1428243,1292626],[-1428101,1291390],[-1428025,1290941],[-1421921,1299067],[-1422067,1300556],[-1427140,1293154],[-1421783,1294724],[-1427269,1293602],[-1425305,1294777],[-1430275,1293645],[-1420997,1293937],[-1424786,1299592],[-1422221,1300997],[-1422165,1300028],[-1422484,1299717],[-1421237,1300759],[-1421830,1299945],[-1427980,1293979],[-1421080,1293384],[-1426391,1298710],[-1421150,1295642],[-1424137,1293075],[-1422350,1294393],[-1423626,1294860],[-1423886,1294128],[-1430641,1294263],[-1430055,1293436],[-1426165,1294024],[-1423148,1294748],[-1425438,1293261],[-1423057,1313960],[-1424078,1314040],[-1423501,1313552],[-1424659,1313956],[-1423760,1314458],[-1425887,1315110],[-1425380,1313753],[-1428965,1019315],[-1426312,1021088],[-1433413,1034802],[-1430775,1029160],[-1431804,1025151],[-1432941,1026837],[-1432068,1030131],[-1423933,1072445],[-1422489,1082594],[-1423973,1137133],[-1431068,1246081],[-1439023,1303853],[-1444777,1301370],[-1439230,1303471],[-1445046,1301586],[-1438952,1303167],[-1444994,1301415],[-1439254,1302972],[-1444733,1301896],[-1446206,1309696],[-1445622,1309921],[-1440549,1313877],[-1443973,1314116],[-1446099,1309642],[-1445748,1310055],[-1440449,1314094],[-1443280,1313673],[-1445679,1309835],[-1446128,1310005],[-1440150,1313787],[-1443940,1313935],[-1445847,1309388],[-1445979,1310176],[-1440963,1313727],[-1443470,1313765],[-1442733,1320052],[-1443070,1321082],[-1442082,1320999],[-1442781,1319991],[-1443204,1321024],[-1442294,1320621],[-1442951,1319964],[-1442114,1320634],[-1442605,1320300],[-1443243,1321164],[-1442488,1320809],[-1439114,1020314],[-1434885,1019832],[-1438185,1019052],[-1434524,1035540],[-1436227,1027211],[-1433938,1036621],[-1435605,1027312],[-1436152,1037160],[-1442630,1082556],[-1445974,1080924],[-1442830,1083039],[-1446168,1081104],[-1442721,1083121],[-1445897,1081602],[-1444131,1079090],[-1442794,1082625],[-1446080,1080958],[-1437192,1098369],[-1437724,1102006],[-1438902,1232211],[-1434955,1247178],[-1441519,1276630],[-1443112,1278085],[-1443688,1276541],[-1440609,1277116],[-1447293,1291411],[-1453501,1290947],[-1452085,1284416],[-1451502,1284934],[-1447540,1286477],[-1447393,1291842],[-1451690,1284284],[-1452247,1284715],[-1452003,1285729],[-1447635,1291182],[-1452000,1284641],[-1452073,1285129],[-1447797,1286445],[-1447456,1291180],[-1451336,1284559],[-1451921,1285196],[-1447663,1285946],[-1456756,1294912],[-1455700,1295428],[-1457987,1302119],[-1454347,1301078],[-1448456,1303183],[-1456798,1295318],[-1454812,1295312],[-1458049,1302077],[-1454337,1301458],[-1448342,1303007],[-1456701,1295229],[-1455180,1294696],[-1458584,1302302],[-1454293,1300915],[-1448849,1303328],[-1456757,1295284],[-1454903,1294724],[-1458246,1301684],[-1454396,1301147],[-1448784,1303311],[-1458835,1311307],[-1458637,1311033],[-1458969,1310790],[-1458415,1311602],[-1452755,1323273],[-1452474,1323278],[-1453310,1323707],[-1452262,1322881],[-1452168,1323009],[-1452278,1342530],[-1451448,1342212],[-1450465,1342659],[-1451902,1344252],[-1451262,1344269],[-1452041,1344215],[-1452337,1344400],[-1450385,1045315],[-1448958,1040257],[-1447393,1042000],[-1448093,1043890],[-1448244,1043612],[-1449131,1040285],[-1447365,1042011],[-1448684,1043147],[-1448413,1044584],[-1448639,1040103],[-1447356,1041941],[-1449210,1044300],[-1448357,1043667],[-1448244,1043822],[-1449018,1042529],[-1447522,1041505],[-1448885,1040287],[-1447566,1042534],[-1448348,1043520],[-1448283,1043704],[-1458387,1087097],[-1449455,1087409],[-1446780,1085693],[-1446755,1085639],[-1446410,1080780],[-1448592,1087954],[-1446823,1086152],[-1447052,1086387],[-1449511,1087356],[-1448225,1088514],[-1468523,1309928],[-1462179,1311494],[-1468496,1309961],[-1470392,1308843],[-1468972,1310490],[-1470475,1308389],[-1462219,1310964],[-1461226,1308982],[-1462429,1308087],[-1465071,1309177],[-1470421,1308132],[-1462339,1310953],[-1460336,1308577],[-1462438,1308860],[-1465149,1308890],[-1470193,1308025],[-1462235,1311139],[-1460654,1308933],[-1462531,1308799],[-1465134,1308678],[-1469414,1308116],[-1460395,1308657],[-1462281,1308555],[-1465071,1308973],[-1469346,1308325],[-1469687,1329240],[-1465851,1327234],[-1466058,1329258],[-1469911,1329091],[-1466090,1327350],[-1466532,1329253],[-1469657,1328625],[-1466308,1328055],[-1466074,1329284],[-1470365,1329056],[-1466358,1327723],[-1465857,1328521],[-1466045,1332845],[-1466228,1335745],[-1465214,1341764],[-1464740,1340936],[-1470781,1341405],[-1471626,1342768],[-1465802,1332765],[-1466210,1335926],[-1465796,1342172],[-1464481,1340622],[-1470882,1341350],[-1465599,1332991],[-1466946,1336069],[-1465138,1341676],[-1464796,1340919],[-1471001,1341036],[-1471569,1343040],[-1465372,1333546],[-1466994,1335569],[-1465418,1341524],[-1464159,1340487],[-1471477,1340714],[-1471792,1342961],[-1469286,1006238],[-1471149,1008246],[-1462431,1034508],[-1460921,1026879],[-1462949,1028233],[-1463577,1028663],[-1464343,1033154],[-1462068,1035078],[-1460923,1027635],[-1462915,1028445],[-1463778,1028144],[-1464556,1033432],[-1461337,1031986],[-1464792,1031745],[-1462438,1034632],[-1461193,1027034],[-1463488,1027779],[-1463853,1027750],[-1464568,1033589],[-1462389,1034784],[-1460800,1027330],[-1463275,1027996],[-1463696,1028251],[-1464311,1033838],[-1471634,1049546],[-1466056,1040800],[-1468170,1040862],[-1469463,1042330],[-1469953,1045969],[-1470381,1048160],[-1469512,1072791],[-1468932,1073044],[-1464214,1074068],[-1460773,1086456],[-1463168,1077996],[-1463607,1077524],[-1467703,1077374],[-1467663,1077838],[-1465469,1076625],[-1461391,1088445],[-1460965,1088920],[-1473049,1306208],[-1476347,1307402],[-1481055,1309234],[-1481595,1310048],[-1473036,1306477],[-1476366,1307055],[-1480759,1309017],[-1481770,1310243],[-1472760,1306426],[-1476581,1307085],[-1481093,1309124],[-1480922,1310192],[-1472931,1306412],[-1476984,1307263],[-1481320,1309233],[-1481462,1309979],[-1483558,1322203],[-1480218,1323050],[-1480362,1320614],[-1475100,1325037],[-1483388,1321753],[-1480323,1322997],[-1480374,1319763],[-1475397,1325125],[-1483099,1322298],[-1480442,1322949],[-1480544,1320295],[-1475062,1325470],[-1483514,1322235],[-1480468,1322832],[-1480483,1320661],[-1475341,1325994],[-1474307,1341668],[-1472131,1342698],[-1474365,1341274],[-1473994,1341974],[-1474082,1341541],[-1477204,1346383],[-1476949,1346183],[-1477223,1346413],[-1477174,1346566],[-1474753,1005131],[-1473768,1007811],[-1478451,1010878],[-1478151,1012024],[-1472222,1014116],[-1476070,1012154],[-1472187,1013583],[-1472805,1048662],[-1474511,1051141],[-1478614,1060753],[-1478894,1061654],[-1476896,1057001],[-1474761,1053870],[-1475333,1072404],[-1473532,1072399],[-1478963,1071657],[-1479445,1071159],[-1476702,1070751],[-1483616,1071168],[-1484375,1072526],[-1479107,1073543],[-1475861,1072142],[-1475730,1063081],[-1480212,1066002],[-1479348,1066448],[-1482912,1069431],[-1478631,1072030],[-1472726,1072143],[-1473445,1063820],[-1473731,1064433],[-1474245,1063309],[-1475908,1071619],[-1479617,1071601],[-1483525,1071705],[-1475974,1072327],[-1479688,1071833],[-1479353,1071118],[-1484432,1070692],[-1485030,1073499],[-1488835,1074604],[-1485342,1073344],[-1485150,1073692],[-1486589,1070377],[-1494119,1079739],[-1489864,1076044],[-1494526,1080169],[-1494808,1080552],[-1496737,1081675],[-1496482,1081202],[-1495017,1079928],[-1494730,1079694],[-1496508,1080932],[-1496612,1080738],[-1504840,1023809],[-1509075,1023722],[-1508936,1022667],[-1507691,1023956],[-1509651,1023934],[-1508390,1030799],[-1508760,1024551],[-1508716,1026113],[-1510211,1026799],[-1508538,1028044],[-1505925,1024366],[-1503173,1024535],[-1502013,1026236],[-1503500,1026957],[-1505511,1027047],[-1506537,1029528],[-1507718,1030353],[-1507134,1025198],[-1502478,1025423],[-1503207,1027745],[-1506222,1027389],[-1507587,1028934],[-1507563,1030149],[-1507868,1030636],[-1508578,1031787],[-1500053,1083307],[-1501012,1082500],[-1500785,1081544],[-1500774,1082789],[-1501291,1081968],[-1500333,1082551],[-1501043,1082074],[-1500769,1083482],[-1501278,1081698],[-1515675,998461],[-1511765,992767],[-1511313,993868],[-1516123,991774],[-1518051,994903],[-1512426,989876],[-1512657,991806],[-1511088,995422],[-1517019,990802],[-1517711,996852],[-1515550,998584],[-1511690,995737],[-1512996,992119],[-1513506,990891],[-1517351,997044],[-1511772,995028],[-1511859,992749],[-1512894,993608],[-1514105,991959],[-1510780,995888],[-1515020,991277],[-1514328,993274],[-1511157,993872],[-1517953,995528],[-1518216,996874],[-1521731,1001008],[-1517604,1000939],[-1513570,1007048],[-1515917,1008334],[-1522195,1001572],[-1516367,1001941],[-1512310,1008192],[-1518826,1003813],[-1519242,1001318],[-1512583,1008623],[-1513958,1005952],[-1512514,1009121],[-1513990,998789],[-1521013,1002625],[-1518825,1001368],[-1520257,1002859],[-1521706,999709],[-1519570,1000797],[-1510921,1022393],[-1514853,1022481],[-1513381,1021448],[-1510885,1024192],[-1512867,1023612],[-1516465,1022537],[-1514435,1020300],[-1514364,1022747],[-1512496,1021130],[-1514092,1012497],[-1514357,1012117],[-1510943,1025301],[-128654,276194],[-129204,275107],[-128364,276464],[-129308,277324],[-130285,275196],[-128655,277058],[-130155,277329],[-129174,277949],[-138874,507886],[-139654,511914],[-138674,507598],[-138204,509896],[-138802,510560],[-137992,510983],[-137997,512353],[-140039,513198],[-140146,537553],[-139341,536515],[-139920,535716],[-139007,536178],[-140626,535839],[-140139,538634],[-138909,540119],[-139284,539599],[-132044,588758],[-137659,588840],[-134485,586413],[-134886,585811],[-133896,588855],[-136345,588241],[-136618,586426],[-134621,588724],[-133332,588923],[-130630,591897],[-131816,591892],[-129373,592537],[-132734,591425],[-132768,591451],[-131963,596755],[-133053,597528],[-130150,593878],[-138839,590902],[-136063,591302],[-135273,592731],[-131076,593774],[-130192,597591],[-130118,595878],[-132111,597750],[-137238,592629],[-136754,590441],[-137493,589721],[-139454,605782],[-138256,607766],[-140014,607943],[-140716,608698],[-1535684,1021285],[-1533055,1028718],[-1534214,1027015],[-1533009,1028009],[-1532970,1028700],[-1533681,1028894],[-1526856,1047636],[-1530771,1047468],[-1529787,1047440],[-1530957,1047095],[-1530565,1047580],[-1531001,1047652],[-1530219,1047511],[-1533159,1058978],[-1535153,1050839],[-1532992,1058589],[-1532881,1059374],[-1530985,1050374],[-1534975,1051268],[-1533398,1058986],[-1532661,1058261],[-1548365,969045],[-1548031,969619],[-1546121,969685],[-1548676,969834],[-1548760,970113],[-1547890,972880],[-1545424,972892],[-1548781,971384],[-1547641,970837],[-1546765,972973],[-1545846,970024],[-1548660,970253],[-1548552,972283],[-1548058,971014],[-1548353,980732],[-1547924,978658],[-1547057,974253],[-1545643,977373],[-1542452,975877],[-1545983,973235],[-1548794,979725],[-1548311,976828],[-1547298,975524],[-1544869,976340],[-1547987,973390],[-1548752,979889],[-1547416,979094],[-1548188,977966],[-1547567,976243],[-1543262,973724],[-1543412,977957],[-1547280,979165],[-1547424,977122],[-1545238,977722],[-1542987,978128],[-1547389,973917],[-1548009,973573],[-1548410,978119],[-1545823,976434],[-1544842,976699],[-1540977,976744],[-1541538,975078],[-1538699,1021194],[-1537614,1021500],[-1537371,1021303],[-1539936,1019665],[-1540300,1023811],[-1540440,1025683],[-1537622,1027607],[-1537691,1024666],[-1537150,1026587],[-1540935,1030039],[-1539724,1025410],[-1537637,1026719],[-1540082,1025582],[-1537303,1026897],[-1541511,1032080],[-1540211,1025605],[-1537115,1027166],[-1536404,1024712],[-1538496,1029860],[-1544074,1029110],[-1543041,1029449],[-1544327,1026431],[-1538922,1032802],[-1544015,1026335],[-1541025,1032266],[-1540641,1028890],[-1539519,1032224],[-1539165,1032900],[-1536949,1028442],[-1540866,1028687],[-1541001,1031815],[-1536589,1052044],[-1539180,1053042],[-1543904,1057772],[-1540481,1057542],[-1537692,1056239],[-1536158,1050789],[-1537046,1051476],[-1542234,1075343],[-1543167,1066489],[-1542665,1065028],[-1543644,1074859],[-1546881,1062788],[-1546611,1065094],[-1545903,1063395],[-1543468,1066563],[-1543825,1065739],[-1545280,1075138],[-1542382,1074087],[-1546560,1085528],[-1545801,1076301],[-1546461,1075494],[-1544735,1078670],[-1543900,1075969],[-1541307,1077253],[-1541848,1076782],[-1543773,1075423],[-1552994,968991],[-1552926,971535],[-1554386,970656],[-1555761,969781],[-1556029,970102],[-1560937,971670],[-1556306,971073],[-1548966,968634],[-1548814,969922],[-1550271,971953],[-1553631,970142],[-1553934,970497],[-1556689,970142],[-1557155,972073],[-1548903,966661],[-1550297,967026],[-1554341,972005],[-1556390,972698],[-1551102,971273],[-1548916,967839],[-1548888,971765],[-1554258,971244],[-1554885,972727],[-1557235,972564],[-1552255,971826],[-1550329,969605],[-1550971,971964],[-1550087,968110],[-1553955,971025],[-1554363,971108],[-1553345,972400],[-1555084,972052],[-1557398,971316],[-1560382,971362],[-1551236,974931],[-1552829,973197],[-1558630,973214],[-1555376,978446],[-1557443,980653],[-1559961,982171],[-1556133,981143],[-1549217,976260],[-1549210,973819],[-1558433,974788],[-1555389,977836],[-1558470,983334],[-1555709,981670],[-1549963,974793],[-1549083,975390],[-1550962,973367],[-1551009,979391],[-1549011,974989],[-1550501,980066],[-1551192,973973],[-1551902,975544],[-1549847,973465],[-1549136,974916],[-1559763,976321],[-1561223,980659],[-1557252,981617],[-1555183,979684],[-1550730,978510],[-1549865,1056236],[-1551050,1060257],[-1549538,1072474],[-1568078,1072419],[-1565138,1069416],[-1565617,1072615],[-148470,277225],[-147287,277847],[-149913,278279],[-148591,277522],[-146814,278823],[-149239,277234],[-147672,278806],[-150790,279125],[-153556,326312],[-145298,340203],[-145844,340491],[-146254,339813],[-145136,339829],[-151358,342357],[-152210,342113],[-152008,341746],[-151406,342472],[-145554,339639],[-151758,342241],[-146016,339950],[-152314,342568],[-145029,339779],[-152305,341720],[-145101,340487],[-151654,342339],[-149373,339596],[-149880,340008],[-149864,339764],[-149128,337427],[-144152,339267],[-147041,336611],[-148463,336720],[-145169,339776],[-152298,342229],[-152417,342323],[-152376,341795],[-150340,339922],[-149825,339179],[-149327,339103],[-150069,337776],[-144986,338685],[-146431,337034],[-149314,336478],[-144102,416020],[-144905,415577],[-143015,416715],[-143960,415354],[-144599,415150],[-142287,416361],[-141559,512016],[-141269,513931],[-141571,536135],[-141417,533788],[-141813,535007],[-141927,537527],[-141719,534204],[-142431,535240],[-141313,538873],[-140900,540501],[-142311,537985],[-141211,537831],[-141523,538943],[-142011,540961],[-142046,572693],[-143414,574480],[-148480,575837],[-147879,575010],[-142898,580934],[-144576,577644],[-143725,583767],[-147380,576570],[-151607,595214],[-152113,594388],[-153324,594978],[-151969,595756],[-149658,596055],[-151865,600572],[-151715,594361],[-152958,597599],[-152220,597923],[-150664,599701],[-153219,594658],[-152813,594493],[-150735,595700],[-151584,601986],[-145615,608579],[-145677,610991],[-144703,610686],[-146173,611314],[-147067,612859],[-151271,602360],[-149534,649675],[-149893,648359],[-144616,652555],[-147388,651566],[-145070,651883],[-148078,650401],[-146748,653554],[-158555,239056],[-155763,242462],[-159740,238655],[-160835,238282],[-155264,242178],[-160828,238283],[-160654,239454],[-160125,238594],[-155751,241649],[-158307,238448],[-157739,238744],[-157088,242276],[-156703,244256],[-156387,244046],[-158535,245402],[-158842,244133],[-159973,273316],[-164744,270363],[-160036,272973],[-163106,272967],[-160135,273162],[-164271,271068],[-165381,269244],[-162295,274544],[-161369,274066],[-166184,272318],[-160030,274816],[-161866,273504],[-165172,269934],[-161264,319358],[-161612,316763],[-157476,319831],[-157320,318186],[-159502,319725],[-160036,319188],[-161352,316545],[-157582,319212],[-158280,318513],[-161023,319943],[-159686,320093],[-156270,325009],[-155573,324318],[-155041,325329],[-159279,329252],[-154359,325046],[-159073,328467],[-158990,330995],[-157721,328321],[-157065,328270],[-159524,330175],[-154786,324130],[-156002,325906],[-156771,323300],[-156753,321036],[-155935,323835],[-155430,325600],[-156422,322043],[-158188,329623],[-155049,324646],[-154470,325800],[-158535,328507],[-159019,331565],[-157165,328585],[-157156,327514],[-161170,329588],[-162516,327321],[-161550,327360],[-160604,330726],[-160216,331273],[-161704,329248],[-159517,326193],[-159811,324956],[-160949,322781],[-160727,321364],[-161934,320685],[-157934,320363],[-159037,320866],[-159841,329095],[-159354,327693],[-161525,329478],[-160022,326801],[-159769,324939],[-160350,322936],[-161166,322366],[-156931,322101],[-157418,321581],[-157957,320642],[-161171,320288],[-159681,329992],[-159349,327341],[-158454,352451],[-160025,353459],[-160382,353854],[-160386,353420],[-161257,353758],[-158597,357317],[-160907,358252],[-160565,358010],[-159931,352175],[-159378,354062],[-160332,357122],[-160775,352309],[-160044,358212],[-160559,352845],[-159389,354659],[-160272,358237],[-159036,352632],[-158514,358694],[-158970,359273],[-159057,360124],[-158035,360326],[-161499,361135],[-159505,359414],[-160115,359668],[-160122,359540],[-159357,510420],[-157632,511658],[-159524,510790],[-163411,509162],[-163287,507701],[-160500,511326],[-159243,510836],[-164386,508938],[-164435,509585],[-165351,506350],[-163198,508044],[-159353,512358],[-160035,512630],[-166166,598667],[-154808,600373],[-156746,600151],[-157785,600859],[-157421,591127],[-155977,599147],[-156780,592319],[-154042,593307],[-153893,598036],[-154662,601590],[-155626,600320],[-157170,600573],[-155451,592513],[-156449,593639],[-156996,596635],[-159828,592074],[-158336,593419],[-162562,599586],[-157758,601526],[-156681,600291],[-155736,596741],[-154238,593150],[-153901,595894],[-155115,592813],[-153723,593986],[-155605,595763],[-155601,592929],[-157568,596392],[-160976,601565],[-159533,601577],[-158096,599930],[-156835,600046],[-155264,600048],[-154568,600768],[-156097,600720],[-157180,601489],[-158384,601703],[-162468,605769],[-159211,604034],[-160185,604958],[-158762,602599],[-160087,603427],[-161375,605592],[-159379,603349],[-159431,604685],[-158688,602467],[-162619,603187],[-156404,602025],[-159158,603871],[-160383,605669],[-160104,602826],[-159362,602012],[-162398,650811],[-154224,646694],[-165008,650951],[-157992,651801],[-159208,646334],[-163600,645822],[-157401,652565],[-161223,647279],[-162687,647119],[-166861,272084],[-166653,270823],[-166461,269305],[-171901,319444],[-169961,316647],[-169818,316997],[-172360,319406],[-169721,318889],[-170252,317520],[-168878,316824],[-178506,332180],[-178494,328989],[-178931,329940],[-179074,329035],[-169645,320567],[-170001,341464],[-169433,338167],[-170202,339210],[-173045,338930],[-170106,338957],[-171818,339232],[-173046,342021],[-173321,341040],[-166966,506331],[-166417,506551],[-178484,555767],[-166999,597471],[-168488,604391],[-168534,605242],[-169879,650740],[-181221,221063],[-180971,222903],[-181876,221930],[-181254,224974],[-180083,222445],[-179831,223959],[-180636,220932],[-181166,224634],[-180756,220559],[-180950,220122],[-180070,226068],[-181184,224143],[-181531,222060],[-188465,320130],[-187309,319762],[-186853,318833],[-191308,330197],[-190437,332899],[-191951,331747],[-180989,331038],[-185444,321534],[-189005,331154],[-183086,331855],[-181206,330603],[-179268,332184],[-187178,320831],[-179878,330943],[-188489,338913],[-184818,333896],[-190006,337376],[-188879,334204],[-189738,337526],[-185138,333326],[-186836,343137],[-187550,345033],[-188912,345404],[-189483,339937],[-184932,335118],[-188963,337273],[-186296,344506],[-187317,344758],[-189091,344869],[-188851,345371],[-187159,340768],[-188481,337232],[-185299,333582],[-188950,333887],[-188615,338387],[-186458,344416],[-187600,345306],[-188925,345504],[-187911,345939],[-186500,346160],[-188354,346498],[-187721,346921],[-186252,345895],[-188381,346531],[-186662,346426],[-187579,559695],[-182654,553270],[-188549,554151],[-186606,553740],[-189984,556609],[-186303,555567],[-186873,561372],[-180080,554889],[-187488,553240],[-189441,555774],[-185173,561514],[-185236,553041],[-181859,553149],[-189779,553194],[-186659,556601],[-187694,558659],[-187470,559903],[-181642,553583],[-187479,554147],[-189631,637796],[-190273,637766],[-190414,646145],[-189931,650672],[-190662,648876],[-190223,647522],[-191110,648604],[-186824,640346],[-190841,649595],[-187863,650907],[-191670,647332],[-197154,217275],[-197955,216740],[-200119,217245],[-198262,218777],[-197648,218429],[-198950,219261],[-196910,218571],[-197629,218700],[-204558,266614],[-204012,263692],[-195348,319216],[-196314,319720],[-192710,332988],[-192718,333500],[-200434,343627],[-202221,345097],[-201132,341034],[-201314,345663],[-203160,347273],[-202587,349530],[-203226,347548],[-201668,348649],[-203818,350183],[-194377,356137],[-202419,346077],[-203452,348758],[-203161,348926],[-193767,353498],[-200303,352312],[-201625,347216],[-204321,347364],[-203626,348253],[-195032,355753],[-199897,362159],[-200549,362711],[-199488,363908],[-199704,362179],[-200825,363736],[-200347,364697],[-199477,362561],[-199341,363844],[-200170,364076],[-199289,361837],[-200287,362547],[-200134,363723],[-199616,362939],[-200353,363319],[-195001,557218],[-192619,553965],[-193149,553231],[-193908,553380],[-201516,586107],[-201533,587550],[-200750,592861],[-201849,593357],[-201867,591473],[-202985,590947],[-202444,607956],[-200606,609540],[-200985,608267],[-193173,637955],[-194486,638932],[-197603,646285],[-193931,644510],[-202535,646314],[-196953,645724],[-202845,646618],[-194099,646416],[-201943,649698],[-197127,643952],[-197831,647171],[-192042,645426],[-192847,646206],[-202922,645712],[-215967,-634180],[-216942,-655616],[-217029,-654409],[-216638,-654196],[-215906,-654454],[-205682,261962],[-205236,262655],[-207902,266114],[-206566,264192],[-205163,267638],[-206539,266661],[-206939,264168],[-207651,265347],[-206546,265267],[-205922,263728],[-208206,265840],[-205413,264149],[-207232,264349],[-206230,265575],[-206838,310698],[-208802,311549],[-209422,311796],[-209446,308792],[-207548,312848],[-208741,311339],[-207026,309593],[-206841,311461],[-206134,358336],[-206044,360257],[-206134,361859],[-207728,460417],[-209117,460583],[-209769,460716],[-208715,460015],[-209011,459947],[-208809,461200],[-206904,461625],[-210172,461461],[-206349,461115],[-208401,462067],[-208858,461811],[-211490,588599],[-208783,588525],[-208084,587121],[-210056,588331],[-214758,595393],[-210055,596578],[-206357,591395],[-208861,590928],[-210038,589748],[-210849,589186],[-212439,613611],[-208062,609072],[-208442,608802],[-206777,609963],[-212977,611082],[-213206,611498],[-215202,626966],[-215369,616186],[-208322,615454],[-213175,619575],[-217070,621941],[-214305,616035],[-208386,621050],[-210074,621198],[-212799,615173],[-210471,614762],[-212514,616207],[-209516,615965],[-216857,651402],[-215559,649861],[-217527,650123],[-213025,648495],[-225857,-620077],[-219284,-634264],[-218975,-634532],[-218977,-634152],[-227005,-650954],[-228182,-651999],[-227104,-650617],[-220733,-656410],[-219100,-657771],[-217662,-655047],[-222682,190034],[-223460,203865],[-223059,203680],[-223323,204082],[-223794,203954],[-222930,204477],[-224652,205833],[-228937,212440],[-222270,205172],[-226596,211078],[-226943,205428],[-228902,213006],[-227819,211808],[-225384,209877],[-229477,212651],[-229110,212297],[-230326,247917],[-229844,303316],[-230079,304076],[-227436,304210],[-225990,305389],[-230065,305616],[-229868,306198],[-226922,305571],[-229379,306342],[-218634,621615],[-219793,624449],[-217957,616209],[-218381,627198],[-220272,625054],[-221019,622978],[-227578,623848],[-221743,623057],[-225021,624887],[-220990,626993],[-226986,623029],[-220862,615140],[-222960,626573],[-220871,624436],[-219886,614726],[-223050,626072],[-220134,627587],[-220376,628513],[-237800,-610283],[-236594,-613354],[-234526,-625277],[-230527,-626133],[-235648,-626815],[-235434,-620876],[-235039,-633771],[-234646,-634265],[-232615,-631449],[-236831,-655408],[-235873,-655485],[-238836,-664973],[-238434,-664577],[-239087,-667637],[-239009,-667832],[-238462,-668422],[-238475,-667734],[-238907,-667618],[-237681,-667703],[-236545,-667035],[-237224,234085],[-238995,232037],[-235714,231876],[-236182,231922],[-237037,233560],[-239046,234392],[-236614,233716],[-238719,234210],[-231812,248016],[-232235,247604],[-233733,247764],[-235166,246765],[-230717,250962],[-234126,245702],[-232770,248189],[-233283,246201],[-235691,243622],[-230927,248157],[-232208,247189],[-233254,246586],[-241327,647857],[-242509,648870],[-12330,217347],[-9486,205916],[-8311,208609],[-9324,207649],[-12687,216596],[-12557,216837],[-8772,205921],[-9720,208031],[-12680,219131],[-12132,220090],[-11623,223341],[-12194,223686],[-11482,222307],[-11776,221051],[-12301,220031],[-12467,220488],[-11712,220078],[-12659,220284],[-12744,220145],[-11675,219667],[-12012,220869],[-12367,217921],[-11593,224918],[-11304,224340],[-11826,224259],[-11366,223927],[-12224,219826],[-12779,219247],[-12056,218580],[-12593,218452],[-12382,219365],[-12648,219760],[-8948,299514],[-8657,299477],[-9464,301222],[-8385,299419],[-8865,298486],[-9985,299989],[-10366,300420],[-10445,300772],[-8195,300558],[-8864,297879],[-8907,300314],[-12062,407052],[-7004,405920],[-6944,407500],[-9263,408571],[-9381,402598],[-11650,407574],[-6719,406459],[-6261,408314],[-9794,403357],[-12740,411045],[-9319,410189],[-12385,447942],[-11691,448139],[-12736,449838],[-11251,448511],[-12122,449743],[-5330,583824],[-3106,579069],[-9097,585022],[-7761,582441],[-8432,577893],[-3967,585970],[-9204,584483],[-12275,580164],[-4157,580988],[-10258,577031],[-9099,581535],[-7789,581740],[-6140,582818],[-11889,588541],[-11564,584260],[-3617,586004],[-9480,588203],[-5766,582485],[-5341,582006],[-9669,580513],[-7316,580365],[-7196,582389],[-11121,580451],[-12484,584711],[-11811,583453],[-342,584373],[-3824,582670],[-5573,583175],[-1030,581388],[-382,583301],[-2680,583060],[-7774,580929],[-7684,582776],[-10037,582895],[-11773,585554],[-8372,581776],[-11249,580944],[-12342,584489],[-9852,583915],[-1968,583497],[-751,583528],[-2652,582003],[-4576,582037],[-7174,582637],[-9345,582710],[-11015,584824],[-9653,581652],[-9360,581261],[-7475,590617],[-8851,599713],[-4097,595218],[-2154,595410],[-994,590909],[-10734,592347],[-10012,591477],[-11793,593601],[-10463,594265],[-12391,589111],[-10005,593768],[-10947,592163],[-10517,595977],[-8829,594124],[-10306,593693],[-10560,596027],[-12638,590112],[-10440,598690],[-10554,598972],[-7324,611468],[-8145,603833],[-8983,612424],[-9256,603398],[-9379,612084],[-7448,610773],[-9277,611111],[-8468,611917],[-10433,603241],[-11802,607463],[-10486,610679],[-10842,607124],[-12173,607882],[-11358,608358],[-11245,614235],[-11950,612017],[-12629,610607],[-12611,609291],[-12395,611579],[-11900,611689],[-11504,609592],[-12317,604842],[-8460,620759],[-1273,623058],[-7874,616647],[-9101,615126],[-8491,616275],[-7899,618796],[-7071,617234],[-11269,614747],[-11642,616904],[-6415,622646],[-9865,618534],[-12352,617238],[-11624,615446],[-11440,616894],[-9663,625365],[-10658,621038],[-7275,625726],[-1032,624893],[-11295,616806],[-10578,615578],[-9094,625383],[-253887,190191],[-250873,190970],[-254682,188120],[-244539,189687],[-248742,184847],[-253194,189994],[-253401,245343],[-254328,246430],[-252614,254600],[-254095,252799],[-255310,245098],[-254650,246083],[-253911,246466],[-253939,246484],[-252783,244557],[-251998,254163],[-252382,254897],[-254052,251795],[-254768,255587],[-251228,256075],[-249513,268719],[-251325,258943],[-251935,259219],[-252534,257334],[-252096,260915],[-253009,260396],[-252508,268183],[-250584,265073],[-252262,270466],[-251111,271060],[-251263,274542],[-251141,272057],[-251642,275648],[-252752,273392],[-251794,273101],[-252524,272505],[-253429,270949],[-250179,272356],[-251407,271908],[-250402,271623],[-253130,273390],[-251566,270768],[-254375,271965],[-250698,270638],[-252816,271927],[-251941,269465],[-251469,269344],[-250907,270188],[-254355,638737],[-249557,651744],[-254142,650447],[-254376,649882],[-250604,649925],[-253288,650941],[-254858,649556],[-253408,651358],[-254281,650125],[-251878,654269],[-260462,-626174],[-262234,-628458],[-264617,-636220],[-262904,-638457],[-257335,-640282],[-256832,-641260],[-256847,-641144],[-263569,254395],[-261435,251026],[-257788,268810],[-256675,268407],[-257688,268991],[-256524,268434],[-258367,268578],[-257576,268549],[-263888,257030],[-263366,257601],[-262951,256929],[-259248,269003],[-260191,269541],[-261529,274466],[-260604,275353],[-262353,275304],[-264196,273379],[-262828,272342],[-264852,274301],[-260043,269592],[-257076,269096],[-261036,276327],[-262264,275114],[-264535,274042],[-262730,272032],[-262048,273619],[-258729,270235],[-259532,269705],[-261648,273118],[-259892,275358],[-262250,272817],[-258361,269755],[-260485,270365],[-261625,273257],[-260901,276059],[-262820,275296],[-264941,274583],[-263288,272878],[-257344,409733],[-256626,409613],[-258758,411248],[-257729,411970],[-258440,412472],[-257173,411513],[-267763,572797],[-264661,567604],[-261750,567843],[-266896,586290],[-267050,586150],[-256974,639251],[-258785,647320],[-256763,640676],[-258818,648065],[-270802,-632037],[-278466,-632579],[-270764,-634478],[-274854,-680669],[-273415,-682826],[-275172,255572],[-270596,255470],[-278694,262291],[-276795,259172],[-276574,261111],[-272916,256973],[-278080,261668],[-274262,256885],[-275610,260111],[-269383,259966],[-273283,256937],[-277417,262295],[-269366,260040],[-271505,260628],[-275666,265234],[-269847,260342],[-274537,257549],[-278384,259377],[-279550,275715],[-278736,273921],[-277985,274185],[-279196,272587],[-280878,270716],[-279261,273591],[-277974,275130],[-278880,274524],[-278087,273104],[-277593,314239],[-275931,312709],[-274663,312636],[-275121,314805],[-275860,314979],[-276549,313405],[-276404,315850],[-276194,312506],[-276323,352848],[-277687,353461],[-279777,355137],[-276949,354883],[-277381,355155],[-277089,356440],[-276619,352596],[-278929,354218],[-279787,550285],[-279804,552435],[-281261,573625],[-278483,575404],[-272058,595018],[-273802,597754],[-278323,599378],[-272881,595961],[-279281,595289],[-281103,605186],[-277822,610258],[-277889,606830],[-277683,611918],[-280849,619063],[-289687,-626071],[-289922,-626371],[-289991,-625999],[-289923,-626150],[-290805,-627365],[-292504,-628837],[-292611,-629118],[-291702,-629495],[-292509,-677221],[-289984,-677834],[-292914,-675533],[-286216,-681281],[-287911,-679394],[-283218,-682076],[-288324,-679495],[-289835,262913],[-285968,262667],[-287916,263952],[-285712,265482],[-285252,265677],[-286729,274442],[-283069,274019],[-284135,272924],[-287306,339155],[-285984,340251],[-288442,341297],[-285240,340250],[-286348,339017],[-288128,340131],[-285315,338906],[-285282,340174],[-292139,357811],[-294352,356500],[-292406,357899],[-292700,357299],[-293106,355528],[-293439,357883],[-292071,355356],[-289654,362689],[-287868,361317],[-288330,362467],[-292206,358860],[-289867,362649],[-289754,360682],[-288431,360881],[-290515,362747],[-287586,362250],[-282519,556941],[-282708,560187],[-284399,552902],[-287472,550765],[-289416,551680],[-287834,570052],[-282219,573384],[-284497,567285],[-293537,606203],[-289610,608446],[-290246,605286],[-283457,617757],[-295372,-628280],[-295373,-628719],[-304293,-629548],[-302454,-630120],[-302611,-629709],[-295231,-628387],[-294437,-628911],[-297415,-676676],[-297812,-676903],[-297983,-677706],[-302886,-680729],[-301344,-680299],[-306111,163166],[-303633,158397],[-306236,158619],[-299123,161627],[-300163,162272],[-299235,165899],[-301946,165668],[-302388,166135],[-300191,547264],[-301978,546879],[-299578,548871],[-301476,552684],[-299659,560116],[-299324,557572],[-307678,162932],[-311254,157301],[-317152,160032],[-308319,163426],[-316157,155626],[-314474,157261],[-307834,162858],[-316595,158658],[-313182,159631],[-307559,161256],[-315049,157854],[-331005,-608128],[-339173,-598991],[-337008,-598751],[-338388,-594443],[-339651,-597853],[-334384,-602059],[-339189,-603723],[-339791,-602683],[-337188,-613123],[-339481,-610914],[-337567,-610551],[-341633,-616147],[-343490,-615902],[-343801,-614641],[-345500,179369],[-341975,242772],[-342039,241738],[-342389,247853],[-344406,243923],[-341167,245832],[-339152,247718],[-340439,250124],[-344429,247421],[-341085,248652],[-341039,246642],[-345097,247123],[-344334,246474],[-345290,264267],[-337553,261846],[-341457,257447],[-338654,259108],[-339953,259694],[-340316,259676],[-342704,529867],[-344877,529321],[-343084,553067],[-340441,562361],[-344207,553764],[-340092,559701],[-338692,562113],[-343145,555424],[-351361,-604332],[-348248,-605337],[-357251,-607239],[-354634,-607254],[-353786,-607292],[-357294,148735],[-357216,148885],[-357873,151713],[-356078,152272],[-356165,152490],[-352442,170710],[-349822,178440],[-354159,171956],[-345837,166716],[-348507,167187],[-348168,170698],[-354411,169802],[-345757,168376],[-347497,167796],[-350461,168073],[-351386,168225],[-349714,170337],[-349731,168602],[-348635,169093],[-347387,171156],[-346861,178204],[-347169,177636],[-348589,176228],[-350667,168547],[-352179,167630],[-349484,170417],[-350309,168582],[-349404,167737],[-347707,168330],[-348521,169877],[-347108,177510],[-348981,177145],[-347307,176951],[-348005,176407],[-352136,171613],[-349860,167276],[-351168,171301],[-350132,168090],[-354014,170022],[-349835,178931],[-350672,169873],[-348401,174314],[-348998,177026],[-350088,170352],[-349983,168555],[-352026,168763],[-349381,169428],[-350177,170746],[-350671,168471],[-348043,168820],[-347786,170872],[-347831,177557],[-348112,175336],[-347517,181172],[-347033,180997],[-347131,179893],[-348314,185590],[-350065,183828],[-346939,180094],[-348338,242758],[-348657,240046],[-350467,242405],[-349172,243027],[-348304,240244],[-349787,255107],[-351543,246048],[-350748,243714],[-347233,260049],[-350036,256661],[-350247,261421],[-350651,262105],[-347764,258223],[-349051,260656],[-350489,266118],[-347056,266861],[-346066,257985],[-349934,260709],[-348845,260402],[-358172,506080],[-357363,521708],[-357020,519333],[-353229,517416],[-355598,515953],[-353315,518659],[-349649,520676],[-347973,517849],[-352814,520982],[-355772,522684],[-358266,518696],[-354574,518341],[-349190,524391],[-356590,529162],[-349798,525513],[-351359,525201],[-349603,527284],[-356265,527405],[-346181,529145],[-353318,527719],[-346790,527644],[-356160,527016],[-354502,550314],[-352870,559523],[-353956,558418],[-352694,557031],[-348480,554816],[-350194,554205],[-352398,561282],[-351868,555635],[-354085,558035],[-353824,557941],[-356122,551125],[-350423,556304],[-351916,555502],[-356671,565388],[-363442,-600236],[-363805,-606991],[-361213,-602999],[-362147,-607931],[-363947,-609200],[-361686,148684],[-358766,149721],[-364737,151993],[-362363,151702],[-363310,147939],[-358965,149511],[-364578,151426],[-360043,148041],[-361485,150029],[-360117,152174],[-365232,160158],[-368262,161994],[-366074,161734],[-367884,163792],[-367477,162173],[-368037,163379],[-368169,162071],[-366573,161647],[-361896,169358],[-360201,169392],[-361157,170617],[-359304,169840],[-360897,169173],[-366993,240079],[-365740,240909],[-367869,235842],[-365919,240505],[-363115,238128],[-361812,235140],[-362043,236154],[-362741,236678],[-359112,238369],[-364538,240421],[-362614,235672],[-362853,234379],[-365508,512088],[-358443,512197],[-364364,512936],[-365694,512428],[-366379,522108],[-367216,517656],[-364631,516175],[-367103,523951],[-365810,515675],[-366955,513695],[-365779,516647],[-365759,523951],[-366815,523766],[-359609,514086],[-363020,514774],[-365415,525957],[-368248,529691],[-366652,529532],[-367772,527908],[-371023,529264],[-369905,530675],[-370855,528912],[-369472,530816],[-361736,529953],[-370191,527661],[-362610,531928],[-367556,526894],[-371184,528739],[-370672,529991],[-360529,563175],[-358509,566109],[-366976,75825],[-365778,76877],[-365883,75661],[-367107,75908],[-366736,76240],[-366187,78100],[-366400,77828],[-366933,78679],[-13284,215367],[-15542,212306],[-13196,215291],[-14904,215166],[-13003,215237],[-13044,215802],[-13813,216155],[-13101,216117],[-13749,215719],[-13731,216328],[-15273,215157],[-13884,215457],[-13232,215915],[-13575,216960],[-15423,211928],[-14561,211788],[-13514,214742],[-15196,211881],[-15348,211648],[-14658,213133],[-14680,212537],[-14710,212152],[-13935,211348],[-12986,217632],[-13326,217312],[-13911,216459],[-14147,215557],[-14187,214763],[-14037,214426],[-14389,215517],[-13595,217451],[-12822,217434],[-13512,217696],[-13921,217147],[-13307,216529],[-12920,216789],[-12921,216518],[-15581,213487],[-14980,213279],[-14733,212833],[-12918,219429],[-12927,218205],[-13650,217918],[-13300,218502],[-16809,262509],[-17668,260858],[-17633,262618],[-16985,261491],[-24769,264608],[-24015,264532],[-22933,264191],[-15997,262775],[-18762,262900],[-15270,262265],[-15529,260885],[-24893,263777],[-23385,264828],[-25569,307114],[-23832,307191],[-23262,307283],[-25249,311366],[-25045,311331],[-23478,310768],[-24903,308600],[-22670,310396],[-24860,310921],[-24427,309828],[-23185,310487],[-25228,309280],[-24044,309231],[-20583,365677],[-21665,368385],[-19854,366206],[-19661,369266],[-22473,368735],[-18479,366548],[-19237,369814],[-22469,404534],[-22069,407703],[-15748,406791],[-12912,409525],[-15189,403973],[-19414,403454],[-18415,406640],[-16868,406719],[-14975,402267],[-21912,405172],[-22035,405925],[-18784,403826],[-15995,406498],[-15901,404533],[-14910,403138],[-14514,408876],[-17952,405983],[-16322,406817],[-14802,400869],[-14700,410526],[-16348,447971],[-15343,444472],[-13963,447725],[-15270,446016],[-15569,444308],[-15397,447946],[-14332,447540],[-15164,445635],[-15827,446926],[-15007,451017],[-17230,449981],[-16145,452665],[-14257,452535],[-15418,450171],[-14679,449087],[-16404,449794],[-16465,451263],[-14021,451980],[-13090,448303],[-15049,448959],[-16305,585384],[-14718,587843],[-16743,585971],[-21191,584629],[-13527,579827],[-14420,587636],[-13690,579718],[-18977,587537],[-12942,580247],[-19298,584776],[-18399,586820],[-19580,588925],[-13511,579593],[-20793,587457],[-20100,587246],[-20163,585776],[-22077,584407],[-21975,587055],[-23400,586886],[-14786,582770],[-21938,588899],[-19373,587625],[-20579,584889],[-24154,587466],[-20878,587966],[-19334,596766],[-21400,593970],[-13125,592114],[-14739,596047],[-16849,596703],[-21675,590861],[-14326,593484],[-21330,589169],[-21571,590315],[-19632,596223],[-18852,589831],[-18933,590558],[-17273,595498],[-16805,596416],[-16746,591626],[-19253,590602],[-17788,592531],[-20677,593828],[-16429,593570],[-20846,589094],[-17094,594152],[-19254,594496],[-20733,590276],[-19049,589794],[-16251,595833],[-21834,591342],[-17424,592346],[-17316,595390],[-17588,593922],[-19963,590011],[-16187,594107],[-18403,596195],[-16531,595215],[-15407,589002],[-19127,589084],[-16571,604429],[-16026,608563],[-20302,610543],[-19255,612284],[-14882,612955],[-17076,611726],[-16462,609013],[-17464,604689],[-17974,608748],[-15945,613191],[-16671,614025],[-19263,613552],[-17922,613067],[-14176,608792],[-13049,611256],[-13842,611460],[-15692,608627],[-17162,609338],[-16442,611666],[-16474,614542],[-15260,612598],[-16147,610414],[-13552,605270],[-14292,606696],[-13416,603724],[-15848,605347],[-21074,605304],[-16425,613979],[-18067,614068],[-19132,613892],[-16983,608134],[-17466,613020],[-18935,613306],[-13401,607336],[-13963,608781],[-16750,611470],[-13328,609111],[-15821,613532],[-14782,612011],[-15801,608819],[-15975,609437],[-15392,607716],[-15995,622391],[-15601,620768],[-13296,620285],[-20604,616113],[-17259,614762],[-16924,616723],[-18924,616177],[-14579,619663],[-12902,615785],[-13076,617115],[-14717,620675],[-17064,618140],[-18051,617255],[-15833,617334],[-18050,616336],[-18922,615335],[-14830,615233],[-23007,623722],[-15307,619705],[-13516,617774],[-24404,617106],[-14757,622907],[-20257,623347],[-14561,621170],[-15279,617321],[-15723,619136],[-19615,614937],[-13850,616139],[-13639,617713],[-14123,619933],[-17131,618033],[-17456,616385],[-14690,615440],[-18147,620097],[-382950,129971],[-383189,128608],[-383942,131361],[-383000,129921],[-382114,132005],[-381838,187729],[-381919,189428],[-382752,189785],[-380852,188730],[-381744,188142],[-382744,191028],[-380217,188393],[-380624,187632],[-382833,194140],[-381391,193645],[-382544,195119],[-383624,193066],[-382859,193609],[-381076,195715],[-383195,195930],[-377910,350131],[-376391,349259],[-375315,349899],[-376681,349120],[-374265,352546],[-379988,47072],[-376303,46829],[-377895,48159],[-379537,45562],[-377054,45260],[-376772,47762],[-378058,46692],[-379673,45207],[-374585,522473],[-374703,523993],[-376033,522752],[-374533,515045],[-375640,516201],[-375216,523219],[-373321,517175],[-374099,524842],[-372770,524319],[-373826,522043],[-377117,522722],[-371742,524073],[-377062,522819],[-374808,524208],[-374737,522749],[-382131,524716],[-374295,523248],[-377633,516276],[-376181,522402],[-376242,524786],[-376954,519655],[-372603,525669],[-373500,526245],[-376451,526339],[-378287,526009],[-379647,525508],[-377928,528020],[-376756,529377],[-373383,525819],[-375321,531532],[-375534,529200],[-379688,526156],[-374631,532037],[-376218,529911],[-379277,528275],[-378093,531237],[-374014,525799],[-374440,525174],[-377359,528505],[-379971,534693],[-377590,526664],[-378744,534749],[-372521,525768],[-373881,525556],[-376120,527558],[-377213,527018],[-378037,526684],[-379135,526696],[-378649,528313],[-375918,527988],[-372736,525043],[-373304,525512],[-373816,526740],[-375590,526905],[-377203,526247],[-379857,525847],[-378502,528162],[-375883,528279],[-375974,539659],[-374145,538493],[-376176,538721],[-382774,70213],[-382429,72403],[-381286,71453],[-383264,69009],[-381549,71091],[-382662,72743],[-392195,-625925],[-390705,-626096],[-389479,-625493],[-396047,-620897],[-391198,-628776],[-392890,-628018],[-389856,-628086],[-388400,-628050],[-385274,129566],[-384850,130831],[-384190,129091],[-385429,150532],[-388335,146738],[-387236,148561],[-388728,148474],[-387243,147089],[-386303,149003],[-387529,150351],[-388470,148296],[-385198,150003],[-387607,144836],[-388812,149921],[-388216,145739],[-389073,151146],[-387303,147213],[-388379,147338],[-386662,149875],[-384683,194621],[-389442,548370],[-384622,61723],[-388852,62926],[-384058,60172],[-389196,63694],[-387463,65856],[-384256,70205],[-384556,69703],[-389115,66369],[-386519,65733],[-401314,-562138],[-408349,141639],[-405911,149711],[-409332,144285],[-406873,152699],[-403830,151305],[-408813,143905],[-405548,149486],[-409271,143617],[-405334,149495],[-403910,152611],[-404984,149269],[-406472,152585],[-405846,563247],[-402895,558258],[-407497,560976],[-408946,556385],[-409226,558991],[-401153,560840],[-405756,560165],[-407640,558222],[-399583,561884],[-400901,558365],[-404944,560308],[-409524,562662],[-401789,561043],[-406820,557018],[-401639,558469],[-406629,563194],[-403681,557486],[-408538,562535],[-409207,557593],[-401235,558971],[-400593,556298],[-402119,563362],[-405442,562707],[-405592,561865],[-406262,559503],[-406911,558926],[-403101,563290],[-406594,562778],[-401901,560356],[-408495,565507],[-408595,566349],[-407840,564887],[-409226,61426],[-404630,68620],[-401037,66825],[-400729,67381],[-400144,67045],[-399882,67995],[-401214,65826],[-402541,66841],[-402778,68819],[-401992,87981],[-404304,87110],[-402995,86095],[-401149,89766],[-403370,86026],[-401836,88438],[-402000,86043],[-401665,87097],[-402817,100442],[-401199,100785],[-402770,101417],[-401418,101213],[-401531,101765],[-400988,101378],[-413472,-582745],[-409955,143017],[-410830,143214],[-410793,143750],[-410202,142912],[-412455,164647],[-411925,164730],[-409807,165946],[-418957,173377],[-410300,168749],[-418739,176134],[-417535,174889],[-420499,173211],[-410341,167357],[-417816,175158],[-412445,166956],[-420616,172475],[-413479,166610],[-420478,176353],[-411178,166793],[-419489,174708],[-410175,556604],[-413097,561038],[-419012,556866],[-414251,559086],[-419060,562646],[-415217,560189],[-419112,555908],[-417034,558142],[-417845,562784],[-414106,556913],[-413145,558171],[-413156,562164],[-410889,558392],[-410566,562118],[-409690,563631],[-420340,563509],[-410018,61361],[-410034,62644],[-409782,63107],[-409951,63800],[-410207,61984],[-411196,64678],[-412923,65468],[-414483,66442],[-414861,65242],[-410343,65100],[-412506,67451],[-411623,65854],[-414307,67086],[-412472,67076],[-414688,66537],[-418372,86778],[-418079,85789],[-418613,86680],[-418546,84451],[-415421,85898],[-415025,79116],[-415955,84369],[-416377,79379],[-417099,86680],[-417040,84243],[-415928,77072],[-417328,85736],[-415542,84615],[-414844,79372],[-416945,86669],[-414899,83240],[-415506,79242],[-416963,85677],[-415915,84865],[-416925,80352],[-416079,85916],[-416415,80842],[-417035,85090],[-414275,77635],[-419959,107325],[-418694,104993],[-421165,106619],[-420764,107316],[-418367,104211],[-418820,105967],[-417867,107228],[-418984,109071],[-420293,108528],[-419858,104345],[-419761,107567],[-418896,106008],[-418612,105828],[-420250,121897],[-420654,123816],[-420836,122304],[-420051,123053],[-421110,123244],[-421079,122726],[-421359,122453],[-420877,123415],[-433497,-574761],[-431280,-569972],[-432381,-574209],[-433851,-569631],[-431845,-568331],[-432638,-568680],[-432231,-575985],[-427010,137043],[-424676,137808],[-424966,135886],[-425602,151483],[-423496,150303],[-424536,150873],[-423342,150298],[-424498,152537],[-424726,152439],[-422917,150070],[-423303,153856],[-424588,190950],[-427228,192175],[-426035,189728],[-426581,190984],[-426137,192053],[-424088,189860],[-426076,192936],[-425419,192590],[-433578,545195],[-430718,547846],[-434039,549183],[-435060,544201],[-433035,547025],[-424110,551653],[-432631,552446],[-423336,552799],[-425777,83632],[-424773,84836],[-425879,84391],[-426258,82494],[-427284,82331],[-424454,84404],[-426902,83414],[-425286,83963],[-427451,90943],[-425416,91208],[-424620,94446],[-425730,91538],[-426357,93272],[-424297,91838],[-425309,91965],[-426261,94156],[-439018,-575357],[-440801,-582646],[-437897,-576853],[-437178,-578409],[-447819,-577405],[-440152,-582169],[-437699,-576903],[-446808,-576757],[-440817,-584329],[-436175,-576919],[-447029,-577196],[-440772,549293],[-440580,549614],[-447650,540871],[-445038,553305],[-447040,554817],[-446839,554296],[-446771,66256],[-446008,67097],[-446043,65904],[-446131,65287],[-447085,67091],[-446200,66143],[-447830,118767],[-454867,-572985],[-458118,-567590],[-455089,-573412],[-458561,-567495],[-454722,-572817],[-458749,-568380],[-460634,268907],[-460461,268976],[-456403,271385],[-460339,271036],[-458494,272491],[-455726,270998],[-458702,272505],[-460277,271620],[-460650,269801],[-460737,270784],[-458219,271497],[-455984,270654],[-459411,51388],[-449427,546028],[-457544,549577],[-456111,539300],[-450581,540783],[-449612,542027],[-448143,548839],[-449493,544988],[-454046,547509],[-457516,539867],[-452181,540151],[-448445,551593],[-450101,554325],[-448357,560444],[-449537,556797],[-452267,553454],[-449959,563471],[-448923,63855],[-458217,51416],[-450711,59352],[-448406,58036],[-459272,53856],[-448620,59463],[-457198,52850],[-449369,59972],[-458571,54039],[-448752,59777],[-458275,54334],[-449999,59047],[-459741,53750],[-449008,61137],[-457862,53444],[-450133,58759],[-449559,65603],[-448851,117040],[-450622,116158],[-449514,118451],[-448978,115404],[-450417,117675],[-448295,116702],[-450679,116281],[-470044,-562814],[-468078,-575777],[-466523,-567603],[-467955,-569831],[-470503,-564075],[-467775,-574605],[-466293,-566057],[-469316,-570105],[-465296,-567051],[-467682,-569450],[-468880,-564932],[-466824,-575914],[-471173,178285],[-473197,177970],[-473592,177324],[-470408,177361],[-471112,178989],[-473065,176533],[-471327,182218],[-470482,183151],[-471166,183770],[-472809,181335],[-469968,266948],[-464189,268739],[-469626,267205],[-470617,266536],[-470966,266165],[-472528,266090],[-468313,267513],[-472205,265212],[-469756,268483],[-470845,265368],[-461704,268756],[-471123,267137],[-470585,266570],[-470564,265999],[-469290,265196],[-469954,268224],[-470869,265316],[-463196,273281],[-463589,272294],[-461654,270586],[-464599,274473],[-466979,274753],[-468665,275364],[-471229,274646],[-462834,273562],[-460871,269567],[-467751,274767],[-463736,272934],[-464690,271598],[-464878,269464],[-462051,270417],[-464729,274607],[-466224,274745],[-473238,275071],[-463057,277188],[-462409,273141],[-462970,273106],[-463917,271404],[-465103,269591],[-465113,275053],[-466297,275195],[-468257,275658],[-462510,544386],[-464536,542842],[-466429,69700],[-468543,69513],[-466474,69012],[-465924,68068],[-466222,71379],[-467875,68601],[-464859,70806],[-464786,67219],[-484631,-566775],[-479479,-565479],[-479977,-568830],[-479857,-572145],[-476646,-569726],[-485926,-565750],[-479906,-565451],[-481676,-567853],[-478990,-571750],[-484372,-565296],[-481381,-564004],[-481436,-567793],[-477761,-572521],[-479177,-569462],[-478938,-579871],[-481093,-580939],[-480741,-579605],[-475132,176430],[-473998,176204],[-486380,179121],[-484893,173058],[-476454,178058],[-474651,176292],[-474236,177484],[-476012,176596],[-476017,177564],[-474433,177237],[-478980,177060],[-475756,178135],[-476561,176629],[-476353,177732],[-473745,176694],[-486303,183167],[-485996,180804],[-486337,179657],[-486343,181533],[-486252,179794],[-485761,182258],[-485565,182597],[-473710,184439],[-485241,180689],[-486325,188298],[-473780,263776],[-475036,278798],[-473799,275482],[-477908,281574],[-474176,275715],[-481572,281194],[-476750,276923],[-476389,277380],[-475448,278963],[-474079,274561],[-478391,276823],[-474978,277841],[-474444,274961],[-484828,82493],[-485645,82133],[-484187,80680],[-484658,81585],[-484638,81069],[-484244,82428],[-483986,94473],[-485858,90612],[-484946,94332],[-484204,93036],[-483377,94206],[-482810,90584],[-483386,92639],[-493104,-571821],[-488581,-567976],[-487443,-571386],[-493580,-574440],[-494356,-572745],[-487714,-567924],[-486850,-570977],[-494763,-574575],[-494928,-573889],[-487924,-568168],[-487301,-570259],[-496001,-577237],[-496145,-578083],[-495722,-578674],[-488650,191409],[-487028,183050],[-486529,184023],[-488429,180219],[-486449,182464],[-488082,181192],[-486822,180950],[-487340,181949],[-487133,180154],[-495218,187614],[-498988,189075],[-487885,180494],[-488527,187464],[-490793,187521],[-498251,187845],[-493253,194034],[-488294,192463],[-489352,192448],[-491302,194257],[-489730,193916],[-490714,193037],[-491255,193369],[-498951,258712],[-498733,264466],[-498187,260894],[-496992,269678],[-496092,304323],[-497835,305495],[-494492,303382],[-488787,317102],[-488517,313966],[-495696,313960],[-493051,312129],[-492599,310383],[-493484,311549],[-492555,310575],[-493010,309082],[-489461,317416],[-488835,314447],[-495153,313345],[-492600,312803],[-493014,310742],[-495084,317038],[-495867,317446],[-492037,315409],[-492422,311329],[-489350,316549],[-489008,314278],[-495383,313134],[-493119,312382],[-493062,309691],[-497030,323425],[-487043,82859],[-486565,80303],[-30905,254414],[-31263,252476],[-29518,254472],[-32964,256147],[-32048,255609],[-30464,252591],[-31271,253249],[-30531,253808],[-29100,254374],[-32818,255739],[-31069,252707],[-30142,252240],[-30360,255427],[-36652,268802],[-35795,268248],[-36819,266720],[-31839,267362],[-33737,265944],[-32989,264445],[-32024,267887],[-34774,260347],[-32758,260512],[-32089,263873],[-32497,256303],[-33224,257398],[-32818,256430],[-33213,258208],[-33109,260872],[-30749,261253],[-34367,266910],[-32868,266424],[-30565,265706],[-35662,264515],[-34626,264142],[-34383,266927],[-37362,268649],[-35983,266463],[-32838,267357],[-33887,266138],[-35403,264002],[-32619,263893],[-31086,265572],[-32331,268088],[-35327,260932],[-30663,262995],[-29475,256299],[-32436,257553],[-34917,258872],[-33165,258766],[-33940,261271],[-31771,261957],[-33090,266557],[-34303,264609],[-33923,267758],[-35911,269968],[-36747,271549],[-27331,292030],[-27292,290790],[-27349,292072],[-26978,291891],[-27091,290945],[-28245,290710],[-28484,290789],[-26618,290882],[-26404,291459],[-28752,291641],[-27916,292259],[-26434,291757],[-25648,306812],[-25861,312130],[-26180,308132],[-26187,309677],[-27326,309451],[-26376,307889],[-25648,310657],[-26912,584212],[-38152,581497],[-36910,579210],[-26504,587457],[-36204,583592],[-37889,582723],[-34993,601109],[-36466,596999],[-35598,598894],[-32901,591982],[-27701,590297],[-36508,600664],[-33427,597873],[-28223,591607],[-30369,590575],[-32115,607616],[-34562,606821],[-34652,604835],[-34560,603986],[-33854,603800],[-36849,603747],[-33123,606252],[-509767,-559674],[-504081,188076],[-505646,187305],[-505948,181713],[-509775,181819],[-502706,187910],[-504785,186878],[-503603,187293],[-504417,184286],[-501236,188737],[-509270,190466],[-505595,197031],[-503927,199942],[-505738,197193],[-507513,196451],[-505897,196926],[-505663,195627],[-506101,195929],[-507935,195556],[-505418,194885],[-510179,239183],[-511793,238402],[-506799,244229],[-505177,268678],[-499517,262200],[-499389,261097],[-502698,264206],[-500441,262448],[-502996,260503],[-501430,261825],[-500638,261209],[-501707,259777],[-500251,262565],[-501798,263977],[-509423,265690],[-500245,262252],[-501286,262744],[-509556,269474],[-507515,269777],[-507238,270279],[-505569,271307],[-506043,272667],[-505587,270303],[-507146,269220],[-505750,270621],[-503078,272623],[-503493,273925],[-508349,277710],[-508450,276797],[-509717,277122],[-506793,273291],[-504333,270383],[-502495,275170],[-506135,269251],[-506901,270843],[-499776,279587],[-508643,278830],[-509754,277375],[-507993,278374],[-500072,284972],[-503277,286266],[-500356,284504],[-503700,282571],[-501363,283427],[-503529,284648],[-503569,282639],[-501800,283775],[-508082,306693],[-511923,305068],[-511374,306666],[-509323,306590],[-507439,306945],[-508788,303173],[-510487,303832],[-507201,307213],[-510295,304118],[-511936,305802],[-506811,320150],[-506930,318137],[-509697,307855],[-509530,308894],[-507653,311871],[-505179,318976],[-511213,309598],[-504979,316374],[-506710,309239],[-509012,312088],[-506224,319438],[-511461,308608],[-505538,318941],[-511952,404111],[-516493,-559681],[-516102,-553510],[-513071,-556906],[-513006,-558227],[-524522,-556975],[-516885,-561351],[-521265,-562191],[-521843,-561942],[-517193,-554205],[-513289,-558182],[-518637,-562050],[-522034,-561855],[-512495,-555791],[-513619,-556628],[-516082,-556757],[-517821,-564370],[-518830,-563179],[-521215,-564647],[-516865,-564738],[-519219,-564090],[-516722,-563741],[-512061,185294],[-519148,232094],[-519776,234475],[-517374,233004],[-524738,239070],[-519686,240878],[-518668,238329],[-520909,237492],[-522641,240374],[-520117,230951],[-518299,231477],[-517472,232416],[-519817,240915],[-518275,232021],[-521793,241042],[-512711,265797],[-516452,306699],[-513277,306456],[-512937,306895],[-513179,318934],[-513515,308088],[-517103,399665],[-515898,402859],[-518713,399943],[-517012,401565],[-514135,403653],[-518752,400040],[-513707,403720],[-517925,399568],[-523975,406183],[-524582,412584],[-514157,99084],[-519426,94802],[-515085,99577],[-518585,94160],[-522273,97282],[-515933,96998],[-521803,94973],[-516003,99249],[-522744,96079],[-516981,99449],[-535929,-470432],[-537228,-468285],[-536736,-468647],[-536301,-471775],[-531232,-553954],[-526188,-560759],[-531902,-552986],[-532473,-552053],[-527443,-557751],[-529898,-571290],[-527287,-570002],[-528333,-568008],[-528807,-570779],[-528692,-569240],[-526598,-569663],[-528665,-568780],[-536177,-44614],[-536439,-43215],[-535088,132010],[-535128,134797],[-534563,136254],[-529639,130465],[-535665,133355],[-529653,131566],[-537561,136976],[-536041,132359],[-534730,135394],[-537250,238178],[-529085,235409],[-527353,230715],[-530614,235959],[-529126,234366],[-530013,234314],[-527050,409383],[-525946,408587],[-526499,404018],[-527432,403501],[-525440,406213],[-532334,404774],[-530167,405693],[-529380,409140],[-530448,403671],[-529468,408092],[-529000,404615],[-530101,409737],[-529486,403268],[-526389,414974],[-529457,412824],[-529566,411369],[-525641,409824],[-526649,414159],[-529558,415298],[-530145,413870],[-534501,531523],[-531300,528084],[-536165,560058],[-532394,563062],[-532688,558297],[-529633,561537],[-537222,573571],[-530079,564897],[-536200,574796],[-528477,567299],[-536000,566565],[-537147,568368],[-536960,572081],[-530276,126747],[-547280,-456850],[-541470,-460388],[-550118,-453160],[-546206,-456022],[-548568,-450793],[-550235,-460308],[-547568,-455733],[-547749,-468681],[-539496,-470261],[-539008,-463712],[-545551,-461273],[-539985,-462963],[-548474,-468755],[-538682,-466748],[-548179,-465867],[-542436,-465272],[-547313,-470852],[-540331,-470124],[-538439,-467334],[-538309,-466994],[-538023,-466351],[-546548,-469553],[-540842,-462610],[-540378,-463269],[-549352,-460737],[-546327,-469239],[-541068,-464304],[-544626,-470076],[-544338,-470785],[-539925,-470183],[-549850,-484413],[-548305,-483528],[-546874,-476153],[-547125,-476444],[-549028,-478811],[-548977,-478443],[-540066,-560757],[-540713,-556065],[-539008,-553222],[-544466,-555437],[-540379,-559524],[-538231,-552719],[-539818,-554356],[-544479,-555580],[-540252,-561422],[-539374,-557243],[-539218,-552967],[-545073,-556681],[-542401,-46989],[-537667,-44765],[-542915,-46446],[-545275,-45985],[-546470,132338],[-538920,137439],[-538640,131239],[-544143,136970],[-541473,138465],[-539394,133530],[-546167,138028],[-547333,132615],[-545201,136780],[-538613,238301],[-542261,243307],[-546237,239721],[-544521,239385],[-545288,235065],[-539421,239663],[-544480,241804],[-546424,238935],[-545496,238883],[-545796,240169],[-540899,242848],[-543489,241937],[-538477,239677],[-545772,241824],[-543706,240072],[-543640,244313],[-549765,248408],[-547526,252717],[-546217,255941],[-549392,249201],[-548659,254362],[-542277,243713],[-544987,244040],[-548959,250199],[-547954,252859],[-548459,253935],[-548829,257631],[-549588,256968],[-549103,256785],[-544941,533938],[-539584,530462],[-546919,535231],[-544300,533278],[-539589,529364],[-547152,533029],[-542584,537948],[-541608,538615],[-538913,560017],[-537751,558530],[-543723,559246],[-543528,560047],[-538827,565778],[-539003,564286],[-539093,564597],[-553927,-451445],[-555124,-455446],[-557043,-458436],[-554782,-453655],[-551850,-450848],[-553409,-460428],[-556151,-456409],[-550691,-454174],[-550526,-453560],[-559378,-456343],[-556196,-457886],[-555387,-454461],[-550959,-451748],[-550643,-459296],[-556612,-455907],[-553476,-456906],[-552261,-451587],[-552112,-459058],[-555911,-460390],[-550663,-463786],[-561402,-464587],[-559988,-460919],[-552667,-462888],[-562793,-464596],[-557507,-461942],[-551142,-463520],[-557859,-463187],[-560306,-463270],[-562384,-463021],[-556802,-460634],[-555650,-460861],[-558320,-463725],[-561223,-461839],[-553101,-462373],[-551570,-463714],[-553039,-490050],[-555144,-501266],[-551773,-562559],[-559476,-564201],[-557561,-568419],[-557916,-567200],[-554925,-564675],[-561088,-563857],[-554706,-568046],[-557063,-566502],[-555975,-565833],[-552563,-563650],[-559699,-564441],[-558714,-568057],[-554928,-566636],[-553989,-563533],[-551175,-47576],[-550527,-49563],[-551499,-51008],[-552908,-77130],[-553579,-78754],[-553415,-77806],[-553140,-77276],[-555456,-77022],[-554763,-80006],[-561219,135178],[-561958,132817],[-562604,132956],[-562122,131742],[-562231,132527],[-562025,133697],[-561078,133166],[-560422,132372],[-562977,132449],[-559916,134625],[-562201,135989],[-551472,243235],[-562660,241209],[-552376,248199],[-551708,248469],[-550945,245027],[-552743,248783],[-552301,248916],[-553900,250793],[-553685,258317],[-554297,257212],[-562569,402789],[-560443,424198],[-560220,422892],[-561892,486550],[-559433,485962],[-560468,488287],[-560213,492141],[-563099,496671],[-562728,488559],[-561117,490144],[-561901,495771],[-559871,486714],[-560382,492148],[-560254,489020],[-562100,494555],[-561856,490224],[-562596,492473],[-558229,488611],[-558101,51090],[-562803,45217],[-556401,48282],[-555836,51359],[-558351,514290],[-557984,520365],[-558937,512760],[-557535,517540],[-556823,561649],[-562566,557038],[-559577,571666],[-559511,569016],[-558995,572693],[-558166,571303],[-559533,568915],[-558479,573231],[-559663,57791],[-555664,52926],[-560517,101197],[-559198,102321],[-556303,101296],[-557558,102540],[-553633,102109],[-556486,102131],[-554437,99989],[-554156,100906],[-559159,101147],[-560122,101000],[-562327,99312],[-562970,99602],[-561227,99738],[-561339,102222],[-560745,101642],[-556027,101949],[-554763,102221],[-556892,102368],[-554225,100648],[-554557,101445],[-558707,102247],[-559600,100349],[-557989,102363],[-560643,102544],[-562013,100373],[-557373,101998],[-554887,102009],[-554002,99884],[-555137,101675],[-558200,102138],[-560315,100791],[-562881,114446],[-563158,115289],[-555077,103183],[-554757,103383],[-559982,103616],[-560137,103149],[-558199,103537],[-562715,114028],[-563000,113509],[-562818,113803],[-562827,113787],[-560019,104181],[-555737,102632],[-554882,103082],[-557205,104049],[-554760,103515],[-558644,103022],[-559707,104139],[-557858,104166],[-571322,-128756],[-571711,-129173],[-571603,-128394],[-571589,-129375],[-571399,-128309],[-572009,-129526],[-572449,-171684],[-572231,-172238],[-575458,-174677],[-574458,-171131],[-573265,-173152],[-572497,-170684],[-574608,-174718],[-571254,-168367],[-571527,-175156],[-574235,-171669],[-571319,-168856],[-564481,-464238],[-567126,-464094],[-574393,-468951],[-571023,-462143],[-567451,-463553],[-573636,-466513],[-574377,-467852],[-570012,-462817],[-571572,-463073],[-575101,-465101],[-566233,-462490],[-567419,-464816],[-574563,-470553],[-570642,-463373],[-568329,-466816],[-564919,-462972],[-565773,-463081],[-570034,-468347],[-571510,-463853],[-573278,-483035],[-573338,-486031],[-573565,-485877],[-570118,-497701],[-570937,-496007],[-568989,-497935],[-575321,-486448],[-564388,-498958],[-564926,-495848],[-566908,-497810],[-572293,-491602],[-572113,-488445],[-569242,-508558],[-564098,-504881],[-565480,-508328],[-569444,-499469],[-567532,-509270],[-564640,-505132],[-563908,-508443],[-568685,-500578],[-572320,-505739],[-573423,-509155],[-572919,-510367],[-572175,-509177],[-571416,-510106],[-570896,-510202],[-575325,-507533],[-570176,-511283],[-575980,-508902],[-573439,-507725],[-573561,-504155],[-573064,-500441],[-568249,-507632],[-565604,-505225],[-565311,-506275],[-569843,-499657],[-570222,-512344],[-569036,-512871],[-571974,-62783],[-573146,-62857],[-570619,-64306],[-570820,136359],[-565218,131507],[-568387,138492],[-563502,135567],[-567802,138603],[-564903,245393],[-566065,251346],[-565572,245079],[-565488,251889],[-569995,247042],[-569083,251565],[-564094,247451],[-565335,251303],[-566256,244690],[-571806,368127],[-573677,369527],[-566340,371118],[-572325,368001],[-571499,366187],[-572559,371127],[-573362,370058],[-570415,371591],[-565326,373819],[-571060,382185],[-575115,383398],[-569636,371470],[-564577,379569],[-575382,379986],[-570375,372543],[-564809,379455],[-574828,379370],[-565450,372453],[-567066,379856],[-575068,376745],[-565121,381286],[-570286,374444],[-570277,381215],[-575164,37860],[-571733,32846],[-575556,32093],[-573944,33013],[-571879,29217],[-569899,28995],[-569721,33002],[-569438,33203],[-574714,36649],[-573041,31478],[-575468,33667],[-574002,31935],[-574109,37956],[-573672,32455],[-574746,34367],[-574246,33799],[-575816,36863],[-574837,30655],[-567536,30176],[-575308,35367],[-566480,401451],[-565245,408416],[-571913,398616],[-563846,404838],[-570730,402368],[-575048,413853],[-575170,420929],[-567793,419779],[-564237,422153],[-571899,422141],[-563843,422343],[-567728,420295],[-564601,425901],[-565343,425156],[-564575,427006],[-565777,424779],[-568163,426277],[-575468,425154],[-566772,425336],[-567510,426350],[-575614,436049],[-571520,457456],[-570213,456034],[-571228,453567],[-573858,457299],[-570233,454457],[-565997,486213],[-566984,484838],[-565166,485437],[-563440,486565],[-565528,485480],[-567634,485698],[-563611,495609],[-564562,486909],[-564823,488402],[-564076,486994],[-566234,44814],[-566071,44642],[-564276,50221],[-575802,41295],[-570766,51230],[-565268,44736],[-566416,516985],[-563326,517281],[-574706,532280],[-575863,535547],[-572295,533759],[-573028,532220],[-573380,534504],[-566499,557547],[-564310,562182],[-564773,561670],[-566439,559055],[-568534,561100],[-567312,558990],[-564340,562305],[-566935,558603],[-567856,570276],[-569286,572760],[-566677,568689],[-566122,571992],[-569038,568477],[-570026,569012],[-568383,569918],[-570250,569101],[-567385,53607],[-569458,54673],[-575768,61435],[-573038,63149],[-567224,63400],[-574294,63924],[-567096,52886],[-568809,52463],[-567425,67085],[-565339,98630],[-565598,97954],[-567494,115048],[-564178,112420],[-563371,112045],[-564021,113367],[-564678,113671],[-566454,112491],[-564024,121090],[-566664,115673],[-566454,118385],[-567267,116002],[-568635,115817],[-576334,-131361],[-577308,-131735],[-576618,-132211],[-576057,-131985],[-577361,-131300],[-578073,-151279],[-577550,-150642],[-582422,-152959],[-577369,-152151],[-576919,-152457],[-582987,-152571],[-583434,-152834],[-583249,-152118],[-582660,-151362],[-577355,-152449],[-577033,-151945],[-577107,-153015],[-580981,-161047],[-581227,-161120],[-578709,-178205],[-579510,-172308],[-582214,-176731],[-582910,-178929],[-576279,-175259],[-581088,-173038],[-583924,-175428],[-580711,-177137],[-578475,-173051],[-581557,-174744],[-580020,-173226],[-579252,-176652],[-585190,-176952],[-576757,-174718],[-580235,-173811],[-579244,-175949],[-585594,-178896],[-581915,-175451],[-578854,-176361],[-582093,-175615],[-578992,-173027],[-586751,-176250],[-581019,-172098],[-586168,-176639],[-582350,-173724],[-580976,-171457],[-587327,-176844],[-585010,-174486],[-581047,-169869],[-586728,-177116],[-580034,-171537],[-583104,-172749],[-588217,-183187],[-581913,-185322],[-586973,-185421],[-587834,-189144],[-580009,-179873],[-583121,-179630],[-586704,-191458],[-588323,-186075],[-583570,-185300],[-587719,-183613],[-586846,-186689],[-588319,-189420],[-588371,-185577],[-584128,-181580],[-585832,-179824],[-580246,-181804],[-586156,-190341],[-585099,-181663],[-586286,-185684],[-587267,-190761],[-588105,-184143],[-586850,-182112],[-585796,-180415],[-577859,-466174],[-577236,-463986],[-576115,-467237],[-583269,-483195],[-581881,-478455],[-583861,-477515],[-582616,-482125],[-582145,-482035],[-581825,-482167],[-581774,-482281],[-585190,-497337],[-586368,-497014],[-586328,-494092],[-584258,-497196],[-587279,-494864],[-586398,-494049],[-585693,-496485],[-587739,-496483],[-587848,-493767],[-576717,-504669],[-587172,-499601],[-587767,-499909],[-588023,-501373],[-581567,-520673],[-580935,-518209],[-583092,-521695],[-580241,-519015],[-581726,-518762],[-583242,-520864],[-581797,-520038],[-580577,-517966],[-582032,-521604],[-588274,-524149],[-580300,-531932],[-580580,-530070],[-584547,-532443],[-587353,-536349],[-588237,-525372],[-576182,-537267],[-580452,-532668],[-579117,-529201],[-582839,-530989],[-586143,-536616],[-577507,-534963],[-578867,-532999],[-579366,-530116],[-583302,-532680],[-587164,-537339],[-577684,-534855],[-578456,-540609],[-585520,-543798],[-577472,-541695],[-585065,-542753],[-577845,-540901],[-585662,-542197],[-580129,242737],[-582316,242739],[-578666,242717],[-582957,246063],[-582967,246086],[-583238,245385],[-583817,247653],[-577438,25623],[-585444,25351],[-580792,356173],[-583605,356987],[-579899,349037],[-580819,353967],[-578298,349050],[-577284,370278],[-582807,362994],[-578446,369258],[-588486,370599],[-587340,366319],[-579636,370562],[-577814,370662],[-585922,359374],[-584612,363069],[-580401,367656],[-576893,378041],[-580618,377548],[-577320,378320],[-587451,372370],[-577721,378173],[-581247,36070],[-585557,26185],[-587036,31316],[-577614,37953],[-585032,30348],[-585315,30513],[-587784,36353],[-576149,34545],[-583591,29916],[-585414,30908],[-587740,33873],[-581003,26627],[-580347,35519],[-577754,34205],[-588702,30023],[-585478,29974],[-584807,32331],[-587636,36217],[-581258,392592],[-581214,390106],[-582169,389790],[-583053,389964],[-580020,390609],[-580595,389251],[-583331,387545],[-585390,386452],[-585386,390432],[-583343,393243],[-582644,394327],[-580068,393948],[-579866,391336],[-584263,393491],[-582180,392333],[-579579,391320],[-582596,390466],[-583089,392364],[-580860,391358],[-584638,389427],[-582018,392995],[-585468,393767],[-582572,393703],[-582779,390223],[-583526,392008],[-579786,392051],[-583425,389794],[-584665,389248],[-579537,392427],[-579956,392092],[-580263,394392],[-584207,389257],[-583702,389782],[-583244,395264],[-581443,389457],[-582948,393238],[-582894,389141],[-578949,391290],[-581752,394219],[-580501,391042],[-583541,389525],[-581677,391965],[-584994,394532],[-582832,390017],[-580523,391964],[-583123,392349],[-583248,390316],[-585535,389094],[-581950,395579],[-582644,393511],[-583757,389490],[-579425,392690],[-582557,389490],[-580636,392656],[-580938,392144],[-583514,389137],[-584920,391707],[-582731,393247],[-581055,393405],[-580393,390698],[-581019,391799],[-582179,389654],[-583144,390605],[-581484,394774],[-580023,388384],[-583754,387394],[-585290,387522],[-584831,389339],[-583790,393531],[-582721,394948],[-579904,392571],[-580514,391198],[-576656,417428],[-577594,416529],[-577132,421878],[-577564,422736],[-576209,434505],[-576418,426578],[-585822,440992],[-586062,441787],[-582606,439973],[-587936,447770],[-586333,442497],[-578558,437990],[-585516,440049],[-587829,443607],[-586961,448367],[-580888,451177],[-576175,458715],[-582641,451459],[-579464,458699],[-583209,452071],[-576571,460114],[-581582,47788],[-578248,44900],[-578327,39523],[-578226,48980],[-576482,43682],[-576625,39287],[-576932,42183],[-577475,38954],[-578623,44434],[-577548,39993],[-577138,531062],[-576216,535315],[-579641,527202],[-581479,538152],[-582333,538394],[-581350,56994],[-578265,54874],[-580988,56669],[-578795,54575],[-583392,51832],[-576073,59055],[-584196,52125],[-581322,61940],[-582176,52097],[-578907,54790],[-580160,57882],[-581359,61411],[-580604,60426],[-583356,56117],[-584651,125425],[-582978,122134],[-584059,123473],[-584651,124618],[-583766,123667],[-584481,121293],[-582817,121200],[-598963,-152289],[-588846,-183835],[-589349,-185678],[-589600,-187782],[-593131,-183119],[-594140,-196971],[-593628,-198461],[-595874,-201743],[-594239,-197763],[-594341,-202599],[-597088,-199277],[-595716,-200046],[-594682,-198553],[-597071,-197635],[-600764,-224547],[-600679,-223553],[-600434,-221563],[-601367,-223191],[-600623,-240967],[-600240,-244476],[-598461,-247122],[-601478,-245663],[-601044,-245364],[-594721,-355776],[-600258,-350215],[-595948,-354773],[-598903,-352944],[-599099,-353581],[-594889,-354604],[-599582,-352093],[-601506,-352839],[-592731,-360069],[-593431,-359278],[-598618,-363905],[-593773,-359054],[-600650,-363135],[-598509,-488543],[-597298,-510625],[-590065,-503974],[-591106,-505533],[-595810,-505781],[-593125,-504397],[-594781,-503217],[-600090,-503959],[-594015,-510980],[-590023,-504991],[-589958,-524357],[-594542,-513980],[-594497,-512465],[-595651,-514460],[-597163,-512809],[-593565,-513004],[-596138,-514054],[-596399,-512092],[-600286,147356],[-599906,148987],[-600351,150518],[-600651,149797],[-600882,151987],[-590006,350447],[-590630,353196],[-595802,363391],[-596676,369695],[-598470,362195],[-595621,370142],[-600861,383755],[-598952,384176],[-597054,384021],[-595663,384132],[-589105,27223],[-595778,387205],[-600445,390910],[-597951,390800],[-598085,385744],[-598636,391912],[-596117,388817],[-595974,384394],[-598171,386049],[-599769,391016],[-600889,390970],[-593841,394932],[-599308,385051],[-599265,388496],[-596812,388741],[-596290,385838],[-599312,390485],[-596171,394351],[-596323,386287],[-594454,394073],[-589574,445135],[-589389,442553],[-590555,443592],[-590269,444921],[-589747,441083],[-589126,449996],[-613813,-127739],[-611309,-124662],[-609946,-121542],[-608743,-124697],[-612166,-130023],[-611785,-130586],[-606411,-141583],[-606362,-149537],[-602779,-151019],[-613699,-150124],[-611690,-151287],[-609481,-150038],[-609645,-151211],[-604807,-143201],[-608808,-148350],[-602998,-144127],[-606558,-147887],[-602120,-150064],[-612028,-162810],[-612483,-162989],[-613872,-162428],[-612929,-177125],[-610854,-169663],[-611901,-178158],[-613952,-166500],[-612225,-169529],[-602536,-188817],[-604294,-187839],[-612760,-179632],[-601866,-208735],[-602836,-214773],[-607342,-213808],[-613602,-216586],[-603185,-208312],[-603191,-213649],[-610100,-212757],[-601614,-211004],[-602374,-214688],[-609174,-211907],[-602273,-207518],[-610362,-216381],[-602727,-214423],[-608717,-210865],[-603341,-207574],[-611000,-216968],[-602713,-212835],[-611085,-214107],[-608461,-213502],[-603753,-204608],[-606915,-205369],[-607214,-205527],[-608165,-206754],[-607797,-218259],[-607643,-221359],[-608893,-226491],[-605407,-227483],[-610201,-220025],[-607145,-224393],[-612803,-219170],[-603038,-225186],[-603531,-224860],[-611884,-223963],[-602829,-223663],[-603154,-225672],[-602268,-223512],[-602304,-224525],[-602937,-227121],[-602064,-224863],[-601725,-224515],[-603112,-223279],[-602632,-224490],[-601855,-225669],[-606096,-226832],[-607815,-225810],[-606537,-224219],[-608088,-218326],[-607472,-221408],[-612045,-217469],[-603094,-222649],[-608477,-223843],[-609302,-219222],[-603380,-222748],[-604194,-225492],[-610562,-224581],[-609215,-220101],[-602368,-224931],[-605888,-227272],[-608587,-227758],[-614259,-227912],[-602573,-223839],[-612044,-217984],[-605208,-231981],[-612550,-236180],[-601700,-241501],[-606514,-230642],[-613745,-235796],[-603662,-238976],[-605890,-232039],[-603052,-236862],[-605913,-233805],[-613215,-235932],[-602509,-238313],[-605375,-235950],[-610758,-236479],[-604076,-246060],[-605936,-254188],[-603145,-255585],[-612742,-253960],[-605203,-247840],[-605507,-243829],[-602688,-253021],[-610759,-251910],[-605671,-250768],[-605099,-243084],[-604155,-252860],[-613093,-251675],[-608219,-250302],[-603507,-243299],[-604422,-245214],[-605100,-253776],[-610982,-254567],[-608016,-251031],[-603866,-243399],[-603585,-252776],[-611931,-254579],[-608840,-250865],[-614256,-258821],[-612240,-262736],[-603344,-258569],[-612933,-264545],[-612974,-259050],[-610690,-256002],[-611609,-264831],[-602373,-255853],[-612866,-265901],[-611099,-263341],[-613037,-261420],[-610768,-274849],[-612488,-271050],[-612523,-279576],[-613190,-275305],[-611986,-271060],[-612211,-280252],[-614102,-269015],[-611505,-275905],[-612262,-277620],[-613845,-273509],[-610952,-269836],[-611757,-279584],[-610303,-276834],[-614342,-337680],[-613525,-337954],[-604187,-352377],[-605963,-352542],[-606163,-355907],[-603524,-353022],[-605077,-352408],[-602367,-351279],[-606526,-353386],[-606953,-354254],[-616073,-369674],[-616175,-369601],[-609559,-371238],[-609485,-372233],[-609816,-375251],[-609559,-374571],[-604851,-466084],[-612036,-461352],[-603665,-472526],[-604186,-466295],[-604958,-465652],[-604370,-473300],[-603441,-466783],[-606318,-464374],[-602118,-473000],[-605481,-484017],[-609094,-480663],[-607474,-482956],[-603655,-482850],[-608877,-480894],[-608844,-483392],[-604777,-482416],[-607107,-482333],[-609681,-484245],[-605092,-498311],[-605059,-508260],[-603328,-508330],[-605791,-509680],[-605040,-501705],[-606103,-502688],[-610877,-503578],[-612642,-503819],[-612383,-505399],[-611451,-509540],[-609800,-505123],[-608625,-518280],[-609311,-519726],[-609385,-521687],[-609170,145067],[-606546,145908],[-607259,145391],[-610464,144287],[-608348,143662],[-610674,145568],[-608467,145006],[-607239,141312],[-601887,151614],[-602928,149507],[-603149,148850],[-603567,153046],[-602795,151485],[-601623,152884],[-602671,151575],[-606759,364880],[-606459,366545],[-604469,383588],[-602908,383102],[-607121,381246],[-602313,382513],[-608391,380722],[-603802,382798],[-608273,382902],[-604353,386065],[-604653,387329],[-605235,389948],[-603864,391995],[-602248,390210],[-604554,390684],[-601688,390588],[-602790,390767],[-624644,-126920],[-626416,-121628],[-626201,-123340],[-622682,-121660],[-621791,-120878],[-622108,-119646],[-623317,-115026],[-622306,-116501],[-623612,-117186],[-620925,-117226],[-620977,-127075],[-625501,-125706],[-626180,-124032],[-623819,-127639],[-626136,-135869],[-625489,-135115],[-625530,-137859],[-624687,-136406],[-622552,-139593],[-623074,-139649],[-622048,-138737],[-622811,-136373],[-621402,-137481],[-623571,-138297],[-619478,-140139],[-618242,-140072],[-618823,-137137],[-616788,-136775],[-619105,-138382],[-618509,-138670],[-615956,-139158],[-622164,-133116],[-622894,-133434],[-624857,-140201],[-621734,-133817],[-624391,-132675],[-616532,-131049],[-621498,-132545],[-622393,-131319],[-621461,-130729],[-621900,-132707],[-623848,-130744],[-625407,-129486],[-622137,-128356],[-626774,-128298],[-615833,-132588],[-616280,-148890],[-620839,-142136],[-620383,-141598],[-619793,-142717],[-619953,-144834],[-618550,-143587],[-619429,-142239],[-624616,-143648],[-624190,-145188],[-623657,-144362],[-624422,-148605],[-623298,-149147],[-623242,-147463],[-615459,-152799],[-625878,-144085],[-622581,-144176],[-617140,-146541],[-620051,-164374],[-619002,-163351],[-619538,-160872],[-619797,-155784],[-620524,-155985],[-623599,-159478],[-623093,-161339],[-618674,-161942],[-615766,-164667],[-620635,-158501],[-618750,-170926],[-618125,-174378],[-626593,-167083],[-623274,-168486],[-623960,-170626],[-623017,-170985],[-618805,-171552],[-617369,-175548],[-621616,-166660],[-617832,-183707],[-621079,-181212],[-622303,-186436],[-617604,-181806],[-621675,-181500],[-620894,-184722],[-622776,-204627],[-621554,-206376],[-616226,-228086],[-625767,-223190],[-618539,-220408],[-615926,-228402],[-614466,-226099],[-625941,-224327],[-614752,-219945],[-615403,-228357],[-615402,-220331],[-620014,-235230],[-624705,-235311],[-624549,-242054],[-619489,-242002],[-618495,-231998],[-623840,-235886],[-622901,-240631],[-619511,-241019],[-619435,-235163],[-623587,-233656],[-621792,-239277],[-617885,-235482],[-623604,-236392],[-620999,-239920],[-620000,-241753],[-619390,-234202],[-626954,-233363],[-622063,-240295],[-626833,-253846],[-621752,-244630],[-620813,-244029],[-616347,-246182],[-616976,-252749],[-615430,-258655],[-617115,-268572],[-626837,-266000],[-621582,-261529],[-621179,-264951],[-615837,-268362],[-619780,-263700],[-617347,-267844],[-622381,-264712],[-619105,-262531],[-626071,-268564],[-620094,-262390],[-620125,-262330],[-618815,-264587],[-625723,-264289],[-622332,-265164],[-624567,-266622],[-625177,-266492],[-623386,-265169],[-625135,-262093],[-625365,-263200],[-625549,-280111],[-614574,-270448],[-617126,-277867],[-623264,-279712],[-621589,-272313],[-626500,-268961],[-615358,-277381],[-619443,-272902],[-626166,-269273],[-619016,-279627],[-626641,-280274],[-626042,-281313],[-625118,-281018],[-619549,-280897],[-619814,-279862],[-620724,-277315],[-621554,-275479],[-624286,-277278],[-623070,-275702],[-625655,-271594],[-624534,-280872],[-619695,-272395],[-626893,-272620],[-615431,-276598],[-614478,-275073],[-622121,-272460],[-624680,-269537],[-617616,-278568],[-620992,-290765],[-620578,-288198],[-619691,-287151],[-622734,-293138],[-621266,-288338],[-621868,-282365],[-618779,-286255],[-618023,-281880],[-623374,-282575],[-625260,-286907],[-621319,-281662],[-618989,-286169],[-621020,-283819],[-623141,-288381],[-620567,-288387],[-623344,-288972],[-622997,-282268],[-624739,-288301],[-626257,-285173],[-624266,-282584],[-625922,-291239],[-624246,-291173],[-619345,-281934],[-620026,-293590],[-618576,-283589],[-618808,-285624],[-622502,-291600],[-620476,-288376],[-618874,-284030],[-619075,-284964],[-618080,-281957],[-622344,-284365],[-625330,-287776],[-619537,-293181],[-620755,-288712],[-621488,-295806],[-624582,-297511],[-618692,-305743],[-621371,-294810],[-626715,-299455],[-618043,-305018],[-625962,-299937],[-621238,-295878],[-626929,-300181],[-620049,-304133],[-624822,-298148],[-626628,-296756],[-626807,-296738],[-626195,-300539],[-622162,-296016],[-625296,-296686],[-617969,-305984],[-623958,-295330],[-624031,-297089],[-620226,-304489],[-625311,-318441],[-626531,-314863],[-620845,-312325],[-618490,-308165],[-626277,-313421],[-620530,-312711],[-618537,-308099],[-626192,-315397],[-622299,-310090],[-623507,-316186],[-620898,-312267],[-626708,-313758],[-621649,-320257],[-623849,-322213],[-624723,-321920],[-617353,-335920],[-617117,-335334],[-617896,-334271],[-619406,-335329],[-614483,-337921],[-619221,-335566],[-615703,-336378],[-619886,-369542],[-615358,-452133],[-614425,-453060],[-614406,-451594],[-621293,-463726],[-620936,-469824],[-622673,-470210],[-623507,-469128],[-621213,-467488],[-626308,-471280],[-626949,-471086],[-619751,-462434],[-621948,-463552],[-616468,-483001],[-620889,-476005],[-619151,-474199],[-619091,-480432],[-617861,-480703],[-617223,-485431],[-615376,-484827],[-622237,-498680],[-619062,-494107],[-623668,-494742],[-624985,-493743],[-622553,-494526],[-621854,-489288],[-620627,-510913],[-621287,-511042],[-625023,-506816],[-621266,-503164],[-620457,-523434],[-615671,-521725],[-615865,-523249],[-622436,-515388],[-623985,-516156],[-619999,-511896],[-618229,-524800],[-618899,-113350],[-622032,-114378],[-621947,-110959],[-619226,1569151],[-623205,1573018],[-623648,1570397],[-621449,1571404],[-619685,1569414],[-625081,1573668],[-623075,1571493],[-620499,1573258],[-619669,1576362],[-623426,1574734],[-622898,1575474],[-620644,1575041],[-620101,1575549],[-624269,1575712],[-621445,1575003],[-626569,1627659],[-624412,1628361],[-621177,1631087],[-620191,1633987],[-623325,1631080],[-620391,1630993],[-621155,1632047],[-621384,1638590],[-622978,1630646],[-620872,1628329],[-618873,1634637],[-622865,1638219],[-621664,1629068],[-625439,1628769],[-624467,1629691],[-624592,1629693],[-621426,1630960],[-621602,1637240],[-622249,1639373],[-623616,1641723],[-620606,1640533],[-624242,1641957],[-625967,1639387],[-619416,1639052],[-620857,1640075],[-623091,1639326],[-620428,1640229],[-625117,1638892],[-624244,1715070],[-624197,1714622],[-626493,1717429],[-626477,1716872],[-625427,1722391],[-626725,1719483],[-625863,1720685],[-624617,1717282],[-626509,1715964],[-624472,1718869],[-622415,1732451],[-620223,1735357],[-623885,1732704],[-623770,1737200],[-622818,1738667],[-621222,1739191],[-624525,1735118],[-618925,1736364],[-621089,1734791],[-626854,1733819],[-624491,1737647],[-618650,1732489],[-621272,1734384],[-620188,1735406],[-623424,1740152],[-619203,1740864],[-626399,1734619],[-620168,1731720],[-625524,1733627],[-619683,1735086],[-622471,1733683],[-625776,1734227],[-623338,1738330],[-620777,175997],[-621911,174704],[-618398,172502],[-619336,176004],[-617029,175696],[-615444,175365],[-618720,172662],[-621948,175792],[-621997,174216],[-618512,173021],[-614832,175215],[-616769,174210],[-619646,176011],[-620881,172315],[-614681,172966],[-625827,22107],[-626844,22309],[-619603,20419],[-626228,21426],[-623724,22760],[-621565,21518],[-621069,26836],[-626992,31105],[-626408,28621],[-627116,30248],[-621217,27377],[-615055,85058],[-614764,84464],[-615708,85324],[-615604,83107],[-615054,84194],[-616685,83196],[-616555,85329],[-615574,85949],[-44405,217295],[-48193,217756],[-44262,217269],[-41387,221911],[-46746,220836],[-48021,220305],[-45077,218783],[-46381,218779],[-43832,219996],[-45012,221211],[-43381,221745],[-41972,221568],[-46786,221703],[-46912,219902],[-44588,219393],[-45602,218395],[-43789,220662],[-45301,221020],[-44400,222091],[-48655,218232],[-45480,242936],[-46523,241812],[-46606,241941],[-47406,243017],[-49135,242793],[-49672,242579],[-47826,240667],[-45880,240453],[-48013,241306],[-46127,234400],[-47443,234188],[-45216,242323],[-47631,241705],[-46725,242680],[-48630,243098],[-46376,243364],[-48729,242574],[-47821,240645],[-44858,240510],[-48322,241448],[-45885,234813],[-47998,233130],[-45184,243863],[-47551,244257],[-45239,244456],[-46510,245678],[-47170,243945],[-48611,243505],[-48642,246582],[-46287,247471],[-47578,247886],[-48431,246635],[-50086,246026],[-47116,244860],[-46859,244113],[-46220,244161],[-46526,245834],[-47872,244388],[-47783,246798],[-46469,246670],[-46213,248286],[-49822,245852],[-50118,245707],[-50911,243569],[-50807,560170],[-48819,562154],[-47941,560540],[-47154,562840],[-44344,563397],[-45475,567463],[-48204,565546],[-49463,564657],[-46335,563566],[-44424,564340],[-42545,564502],[-45767,568327],[-46913,569098],[-47547,567426],[-43407,567856],[-44679,567228],[-39782,585953],[-40490,586255],[-41901,583685],[-39047,579988],[-39007,583130],[-49643,600209],[-48483,601640],[-46189,592922],[-42380,594498],[-48152,600530],[-47957,600706],[-49830,601363],[-41785,599861],[-41085,601628],[-44473,592076],[-49291,602887],[-41598,613236],[-39865,608057],[-45481,609077],[-43380,609782],[-45004,611445],[-50646,603747],[-45941,604669],[-39885,605690],[-42186,609859],[-47020,610204],[-44172,607175],[-46345,610980],[-46062,635297],[-50568,628653],[-46229,635935],[-51045,628898],[-47629,638051],[-47946,638137],[-46250,636375],[-47563,651055],[-47476,641990],[-49570,642774],[-49143,643917],[-49722,640436],[-628168,-121362],[-631991,-122888],[-636354,-122685],[-635703,-124406],[-637897,-124196],[-639408,-127120],[-632710,-127364],[-630870,-126714],[-627902,-123625],[-630753,-122744],[-632507,-124047],[-630732,-125717],[-629172,-125161],[-630734,-124374],[-638268,-125331],[-637092,-126090],[-636379,-126565],[-627854,-134086],[-628109,-133001],[-637814,-134612],[-639476,-132286],[-635615,-134963],[-638854,-129158],[-630668,-128033],[-634477,-150357],[-635790,-150266],[-635446,-150321],[-635530,-150063],[-635330,-149961],[-634721,-149888],[-634588,-149964],[-636490,-145595],[-637172,-144336],[-636886,-144550],[-636784,-145199],[-631045,-149470],[-630558,-149562],[-629992,-148482],[-629669,-149018],[-634277,-147263],[-633539,-147528],[-639435,-156390],[-635092,-163747],[-627846,-165156],[-627221,-162359],[-631389,-170284],[-628634,-177382],[-632977,-172198],[-630415,-177465],[-637194,-182192],[-637077,-185095],[-630660,-190864],[-635369,-182182],[-636159,-188581],[-627673,-191768],[-627989,-184036],[-627815,-184883],[-636627,-202443],[-634848,-203605],[-628892,-199630],[-628920,-198429],[-634894,-208215],[-636908,-208212],[-630182,-216958],[-631736,-210116],[-631006,-208459],[-631080,-208921],[-631663,-210616],[-630034,-221546],[-634358,-222844],[-630356,-221015],[-628064,-242762],[-630413,-240136],[-630440,-235219],[-634217,-236067],[-634608,-237940],[-633762,-240468],[-631339,-235210],[-633143,-241089],[-627897,-237898],[-630922,-236210],[-632302,-239292],[-627554,-236735],[-637985,-240582],[-627931,-253400],[-630336,-250586],[-630569,-248213],[-629430,-244963],[-627801,-253861],[-633189,-250604],[-630508,-243298],[-628301,-254647],[-633330,-250150],[-639509,-254211],[-633694,-245409],[-629664,-250927],[-630545,-249040],[-627259,-254811],[-632999,-249201],[-628577,-249116],[-630214,-245250],[-627741,-267075],[-632641,-266676],[-634555,-263990],[-637621,-261592],[-632305,-257963],[-630617,-267756],[-630054,-266801],[-634064,-263155],[-635457,-263311],[-636073,-257051],[-630178,-264613],[-636589,-266613],[-637019,-261317],[-633568,-257785],[-632105,-263832],[-634712,-265824],[-635126,-260746],[-634713,-256784],[-631131,-265748],[-634776,-266160],[-636469,-261965],[-635534,-257207],[-628323,-269604],[-633700,-269525],[-627616,-269282],[-631075,-270980],[-632280,-270119],[-628348,-280218],[-632770,-270488],[-627322,-285573],[-627250,-283660],[-638189,-299666],[-633848,-301177],[-633634,-305880],[-633500,-305984],[-636836,-301368],[-628859,-299031],[-628457,-297074],[-629463,-296991],[-628227,-300946],[-631681,-305772],[-629348,-304358],[-627248,-304785],[-628342,-305632],[-628575,-305330],[-629675,-305948],[-637290,-299761],[-633938,-300617],[-637097,-306120],[-635956,-303312],[-638281,-301160],[-638423,-305966],[-637292,-305660],[-639496,-302155],[-638187,-304099],[-639237,-302774],[-636141,-307423],[-633283,-342633],[-634811,-341615],[-635716,-340121],[-633029,-340457],[-636012,-338432],[-636631,-337099],[-635432,-336174],[-634799,-335411],[-635685,-333563],[-635281,-334497],[-639366,-415747],[-639765,-416920],[-639406,-436457],[-634971,-459704],[-628096,-471686],[-633097,-461336],[-634404,-460779],[-634285,-461914],[-635002,-460945],[-635158,-462823],[-638320,-464002],[-639433,-463376],[-639238,-463255],[-639258,-461886],[-638877,-473307],[-637951,-472717],[-639152,-471844],[-639690,-469868],[-637694,-473491],[-637932,-477781],[-639582,-476987],[-639486,-481700],[-629570,-503326],[-635595,-101026],[-635158,-99974],[-634485,-100822],[-629388,-101631],[-631297,-99005],[-631948,-100267],[-629378,-98080],[-639385,-96172],[-639103,-95119],[-639565,-114481],[-639405,-105169],[-639956,134312],[-632786,153448],[-627659,153747],[-633899,151736],[-632507,152715],[-628003,153028],[-627258,149995],[-634919,152779],[-629058,153042],[-637023,152695],[-628851,152726],[-632722,152804],[-627495,1574978],[-638876,1609698],[-638050,1624400],[-637561,1632614],[-639250,1626405],[-639552,1632903],[-637247,1626447],[-639814,1632052],[-639966,1626702],[-629175,1626017],[-631452,1630912],[-628748,1627149],[-631652,1632641],[-632249,1632501],[-635149,155688],[-633123,154645],[-632195,166176],[-632813,166101],[-635324,166128],[-633260,164945],[-635243,164297],[-635875,154182],[-633626,153812],[-638124,166425],[-635559,164480],[-637272,164906],[-636924,166249],[-629084,1727070],[-632139,1725904],[-627833,1722936],[-629178,1726057],[-632294,1725076],[-627760,1733365],[-631620,174841],[-637698,172639],[-630372,170378],[-632189,176069],[-638246,169306],[-637985,173478],[-632199,170213],[-631395,176206],[-633703,169068],[-634366,169604],[-639929,171231],[-632146,168629],[-635028,171718],[-638389,166876],[-635694,167237],[-632513,168738],[-636137,168263],[-638218,188200],[-635725,191911],[-636799,190686],[-633498,191578],[-632358,199590],[-636261,194998],[-637666,196228],[-630928,196411],[-629759,198088],[-635533,192901],[-638414,219560],[-639126,230357],[-639600,231813],[-637734,236458],[-632957,24966],[-630504,24798],[-638163,18672],[-632980,21739],[-638691,19503],[-632784,24780],[-633746,22327],[-637549,18336],[-633214,86823],[-640688,-121916],[-642013,-123340],[-643529,-123934],[-643591,-123655],[-644121,-124052],[-643921,-125405],[-646298,-126231],[-643948,-126932],[-640985,-117258],[-649491,-123864],[-648211,-124527],[-647592,-123537],[-650117,-123149],[-651750,-123176],[-651960,-124472],[-652582,-125438],[-645316,-125071],[-646065,-116667],[-652218,-116223],[-643194,-117219],[-646903,-117893],[-649328,-115149],[-649810,-116765],[-649139,-117858],[-651711,-115474],[-649415,-118965],[-649439,-116542],[-649079,-118649],[-643035,-123775],[-644649,-134884],[-643793,-134029],[-640084,-135313],[-640072,-132151],[-641059,-133770],[-644565,-136216],[-641405,-136003],[-642416,-137158],[-641345,-138135],[-647123,-137463],[-641650,-136686],[-643785,-137537],[-651434,-141976],[-651418,-141682],[-651053,-142669],[-640566,-151555],[-640416,-154599],[-641288,-177710],[-643515,-176521],[-642835,-198583],[-643321,-200021],[-640994,-200721],[-641334,-200734],[-642841,-200836],[-642651,-200923],[-642709,-210284],[-642235,-211198],[-646595,-215722],[-647949,-217898],[-649793,-224998],[-644514,-229678],[-640302,-224885],[-651498,-224455],[-650923,-229805],[-643981,-228391],[-652545,-230129],[-644334,-217563],[-651090,-219707],[-644361,-218033],[-643269,-234827],[-642906,-238746],[-649352,-238678],[-645896,-238709],[-647384,-238295],[-648094,-237052],[-642759,-237106],[-652254,-232337],[-640518,-236969],[-651250,-245242],[-652746,-243283],[-645693,-245355],[-644172,-243488],[-645888,-244347],[-648073,-243304],[-641718,-247316],[-641014,-248480],[-641510,-246413],[-650301,-250630],[-649075,-250148],[-646483,-249608],[-650019,-247941],[-648383,-246151],[-644518,-254434],[-641850,-257126],[-650836,-298012],[-641995,-302845],[-651558,-302930],[-648677,-302552],[-646743,-303044],[-640705,-304403],[-640392,-303745],[-642024,-301900],[-643477,-303050],[-649172,-302306],[-651745,-315190],[-651545,-314547],[-641387,-331593],[-642591,-331003],[-651277,-329135],[-652201,-326422],[-652684,-325292],[-652580,-325580],[-651792,-326220],[-651253,-326021],[-650367,-340479],[-650487,-341621],[-642809,-365007],[-646699,-365472],[-646006,-364444],[-644445,-364085],[-641040,-383325],[-642471,-383065],[-642775,-382346],[-642621,-381437],[-641133,-381132],[-641108,-383330],[-640657,-380705],[-641989,-381715],[-643065,-380629],[-643466,-378873],[-643296,-378350],[-646604,-379436],[-648598,-380836],[-647794,-378448],[-650980,-393460],[-651816,-392313],[-651994,-393357],[-645166,-384513],[-645444,-387563],[-647133,-385545],[-646062,-385927],[-644674,-402539],[-643765,-403407],[-642845,-406959],[-642499,-401953],[-643583,-404759],[-642848,-408186],[-640509,-408066],[-642099,-407713],[-642189,-407545],[-642073,-409895],[-641081,-409577],[-641784,-414155],[-642197,-413613],[-643254,-414254],[-641453,-415645],[-640750,-414410],[-640569,-415192],[-648805,-421329],[-642939,-429662],[-641522,-428246],[-642829,-429840],[-642759,-426439],[-642142,-428328],[-643849,-425962],[-646701,-422442],[-646092,-423016],[-645939,-424177],[-650872,-431463],[-651912,-431820],[-646231,-433971],[-645285,-433896],[-644762,-432759],[-640336,-433980],[-644379,-435197],[-643547,-435488],[-642994,-437418],[-642148,-436596],[-640624,-437940],[-643548,-439041],[-642886,-439164],[-644708,-453133],[-645164,-453884],[-646129,-454780],[-647915,-455876],[-646221,-456093],[-648023,-456568],[-647625,-456466],[-646017,-455949],[-646051,-456674],[-646498,-456719],[-645961,-458681],[-646133,-456301],[-644244,-454929],[-646972,-457429],[-647025,-458685],[-649186,-457400],[-647174,-459463],[-646380,-458470],[-640792,-469340],[-641590,-469176],[-644527,-474733],[-643716,-475514],[-641871,-476426],[-640409,-477466],[-651082,-101075],[-640952,-94068],[-645198,-100459],[-643531,-97657],[-644079,-98889],[-644505,-100712],[-642657,-99964],[-642457,-98710],[-641183,-100812],[-640857,-99708],[-643173,-96489],[-641054,-114201],[-642780,-114813],[-643408,-109819],[-642444,-109218],[-650179,-114334],[-645632,-113957],[-647368,-114299],[-651231,-113909],[-644341,-108293],[-645423,-109151],[-649865,-109617],[-652205,-108277],[-651595,-102640],[-652450,-105198],[-652766,-104466],[-652799,-103925],[-642020,-102216],[-651398,136411],[-650313,137552],[-648109,139021],[-649020,135906],[-644284,132887],[-644100,129274],[-651901,134729],[-648146,136441],[-646692,139490],[-648069,133986],[-644030,130656],[-642153,129072],[-651776,134718],[-648044,136872],[-648966,138991],[-647250,135767],[-644159,131468],[-645285,133589],[-646321,135566],[-649152,137806],[-648544,135704],[-649423,137316],[-647071,138573],[-646219,132543],[-651893,135086],[-651703,148217],[-640155,152515],[-652562,148568],[-640132,152265],[-651288,1598226],[-650065,1599084],[-650376,1606552],[-643526,1609090],[-640125,1609970],[-649844,1608487],[-645745,1610910],[-650444,1607278],[-646005,1608344],[-640198,1610528],[-643290,1626824],[-640260,1629992],[-641791,1627340],[-640187,1630037],[-642211,1627748],[-640714,1631212],[-652600,155374],[-651719,154073],[-650029,154036],[-650989,156081],[-646121,165374],[-647482,165754],[-642148,166285],[-640530,164113],[-641330,164896],[-645060,165344],[-648320,168766],[-647761,173219],[-643174,171512],[-641739,167841],[-647785,167089],[-646295,172313],[-643344,173654],[-644290,168181],[-644809,169685],[-643418,172408],[-647855,172075],[-643953,173354],[-646778,169020],[-643781,168564],[-643797,168868],[-645248,173907],[-646761,187987],[-640386,186892],[-643667,188289],[-651008,189267],[-648511,191426],[-642525,187701],[-649846,191137],[-641695,190827],[-640557,189049],[-643150,188671],[-647455,187520],[-649245,190478],[-647470,188166],[-640801,196814],[-649140,201260],[-642712,192792],[-642447,195591],[-640821,197319],[-649501,197995],[-643189,196375],[-646257,199515],[-650863,197354],[-651715,198863],[-642071,193681],[-642055,216222],[-649463,217738],[-642213,216312],[-652059,212223],[-647902,227880],[-643997,218117],[-649394,218539],[-650957,218586],[-648779,227820],[-642875,218962],[-650754,218427],[-648760,229772],[-646075,228225],[-647833,230415],[-646530,229320],[-641239,219317],[-641973,230278],[-646297,226158],[-641003,219834],[-648308,233776],[-647947,235579],[-649464,237312],[-652525,233817],[-640205,233390],[-646142,242487],[-649169,243364],[-647867,234855],[-648535,233889],[-650339,237029],[-651885,235580],[-647549,239206],[-648163,234850],[-647619,236829],[-640438,235313],[-649283,243231],[-651143,245997],[-649286,243933],[-650405,246162],[-642043,245424],[-644408,254008],[-644100,245099],[-643436,252679],[-641577,246175],[-641388,253636],[-650616,22611],[-650035,28958],[-650384,29852],[-650549,88390],[-650495,85975],[-649656,89761],[-649384,86421],[-650755,89836],[-651569,92402],[-643386,127503],[-642395,127869],[-641692,127474],[-642524,125883],[-649193,119347],[-648299,120773],[-650769,116877],[-651543,122711],[-649938,118292],[-665193,-125591],[-664951,-126164],[-663710,-121346],[-663129,-123105],[-663049,-125410],[-656800,-125555],[-654928,-124348],[-657115,-123962],[-655788,-122981],[-656154,-122667],[-659109,-121914],[-659155,-119114],[-659616,-118162],[-658711,-117627],[-658113,-119952],[-658028,-117793],[-655801,-119195],[-661883,-116831],[-653382,-139361],[-653050,-139338],[-653375,-140108],[-655816,-144762],[-655313,-144737],[-656531,-144179],[-656141,-144037],[-656770,-144272],[-656303,-145019],[-656883,-145388],[-657020,-145107],[-657062,-144988],[-657308,-145112],[-657399,-145411],[-657070,-145707],[-653609,-141623],[-653152,-141347],[-660290,-175717],[-660588,-175412],[-661019,-175311],[-658725,-172276],[-658475,-172478],[-658704,-172527],[-662168,-185408],[-664519,-184748],[-657022,-213228],[-657607,-214762],[-655018,-212748],[-655173,-213306],[-658021,-214314],[-658259,-217336],[-659058,-217153],[-658843,-217272],[-656905,-227070],[-661633,-217881],[-660157,-225428],[-664749,-225982],[-658965,-218270],[-660324,-218082],[-657260,-219171],[-658165,-219598],[-657592,-219920],[-658896,-220430],[-659143,-217821],[-656595,-222081],[-661070,-220984],[-662982,-219695],[-662323,-235421],[-659401,-237947],[-662702,-242152],[-652876,-239125],[-653084,-235557],[-654563,-235167],[-653514,-233099],[-661988,-238209],[-656716,-238912],[-665185,-243035],[-658870,-253823],[-654193,-246813],[-653543,-247189],[-663293,-252133],[-656344,-244409],[-662333,-255059],[-660176,-254373],[-662132,-289566],[-665002,-286645],[-663267,-287253],[-657943,-302392],[-659279,-306687],[-654981,-302791],[-657327,-303948],[-659351,-306999],[-653773,-302927],[-653569,-315231],[-660758,-326263],[-661252,-327123],[-662990,-326137],[-661185,-325754],[-661012,-324671],[-653563,-329423],[-654198,-328781],[-654137,-329979],[-654937,-329480],[-655226,-331277],[-656009,-329938],[-655769,-328739],[-655881,-327620],[-656193,-323190],[-656205,-320637],[-655907,-321474],[-654567,-330173],[-654390,-331065],[-653367,-330908],[-654425,-332077],[-655333,-332290],[-656364,-324383],[-656188,-323323],[-656291,-322190],[-654989,-344927],[-655247,-344323],[-656572,-344058],[-658042,-341509],[-658927,-340885],[-652928,-339196],[-653662,-340102],[-655898,-332692],[-655813,-334271],[-656268,-335071],[-654165,-333496],[-653725,-345544],[-661221,-351032],[-662355,-351573],[-658965,-351000],[-658599,-351159],[-659610,-352758],[-658668,-346697],[-658394,-345678],[-657818,-346321],[-655143,-345783],[-653447,-345432],[-654495,-346470],[-653617,-393422],[-653777,-393731],[-657997,-413177],[-657299,-414460],[-659218,-413697],[-660139,-413405],[-654730,-430494],[-655623,-430268],[-656786,-431108],[-657635,-431340],[-657162,-430492],[-658136,-432495],[-658322,-424877],[-659347,-425648],[-661173,-425691],[-660297,-424814],[-658489,-423735],[-660013,-424262],[-657763,-436223],[-658252,-435441],[-658984,-435364],[-655552,-441412],[-654404,-101972],[-653796,-99797],[-653074,-109947],[-653631,-106286],[-664908,131235],[-661418,132016],[-663165,130257],[-664721,135146],[-665590,136236],[-656571,132259],[-661487,133702],[-657202,131718],[-662258,136994],[-660795,130119],[-663602,130795],[-664097,133086],[-665418,133705],[-665022,137026],[-657709,132003],[-659315,129928],[-664079,132611],[-664602,134434],[-664579,138087],[-656177,132145],[-662007,136645],[-662749,132630],[-664563,130948],[-664045,136617],[-660645,132560],[-661433,129205],[-662823,137679],[-663498,138217],[-657902,134023],[-660065,132564],[-661045,152245],[-659600,151708],[-654482,151207],[-652859,150014],[-662031,147545],[-663144,148779],[-661928,150747],[-659712,151291],[-653631,151112],[-663617,148561],[-662492,151294],[-655432,148774],[-653073,147970],[-653752,152425],[-663217,149981],[-662938,151900],[-654704,1598765],[-654563,1595865],[-662662,1599794],[-665078,1595183],[-656299,1596030],[-661449,1599667],[-664507,1596914],[-665228,1596364],[-654482,1597060],[-661023,1603646],[-662282,1607565],[-662970,1608043],[-653437,1601677],[-663024,1600790],[-663308,1617471],[-663270,1618572],[-663255,1618774],[-661464,154465],[-655259,156703],[-660544,153876],[-659997,156598],[-654968,154493],[-661142,155485],[-660347,155586],[-653195,155194],[-653457,197609],[-657639,201900],[-663424,200388],[-658794,196931],[-655175,196849],[-659998,199920],[-661095,204332],[-660317,202572],[-656105,203234],[-660825,201081],[-660358,199258],[-654955,200280],[-657926,203924],[-658871,202596],[-656794,198102],[-655304,198720],[-660259,203060],[-655887,201988],[-660558,203866],[-661608,201865],[-659282,198556],[-658978,196283],[-660812,203334],[-661933,201016],[-659634,204183],[-656341,198068],[-659657,203112],[-661882,197533],[-661698,201859],[-660392,204657],[-656736,201839],[-659290,198820],[-653253,236865],[-656651,236530],[-652995,236723],[-656795,237160],[-652853,234947],[-659991,20462],[-659189,20889],[-654604,24017],[-664170,17255],[-660400,20277],[-662956,18923],[-658659,19242],[-656576,27416],[-654884,25999],[-657051,27729],[-664719,98008],[-662928,100746],[-654114,93556],[-653160,95107],[-654443,94175],[-657324,113794],[-664186,105217],[-664803,103919],[-655880,114751],[-664663,105227],[-657033,113222],[-664480,105906],[-659598,117684],[-660735,119495],[-658030,115520],[-657016,117466],[-659358,118643],[-659175,116644],[-659106,120551],[-658255,123836],[-653730,117074],[-656655,119427],[-658115,124916],[-669006,-116084],[-666088,-120702],[-666761,-117602],[-668102,-118752],[-667360,-119525],[-670063,-120397],[-669817,-119794],[-677844,-124099],[-669079,-129949],[-668381,-129307],[-670468,-135213],[-670869,-134484],[-670062,-133646],[-666940,-131309],[-674646,-130039],[-673748,-131272],[-674538,-129432],[-674163,-134375],[-676342,-133193],[-676662,-133041],[-666094,-144886],[-666015,-144270],[-665966,-144133],[-666132,-144180],[-669294,-147861],[-669651,-147553],[-670384,-147530],[-670400,-147124],[-669905,-147243],[-671453,-147670],[-671296,-147587],[-670336,-146443],[-670607,-146367],[-677997,-151751],[-678306,-150747],[-678154,-150094],[-677526,-148717],[-678303,-148059],[-670849,-144106],[-670572,-141257],[-670220,-140701],[-670860,-145419],[-670557,-145408],[-671487,-145925],[-667913,-143626],[-667917,-142706],[-667691,-142219],[-667655,-141933],[-667368,-141854],[-667860,-142013],[-667385,-142344],[-668367,-142064],[-668268,-142471],[-665984,-141632],[-671495,-143566],[-672027,-142972],[-672433,-177377],[-675118,-177529],[-670846,-183941],[-668363,-184523],[-676758,-179494],[-676439,-179417],[-675996,-179691],[-665987,-217399],[-665872,-223195],[-668128,-220297],[-673357,-227751],[-674012,-228080],[-670025,-226912],[-674154,-217932],[-667436,-238888],[-674566,-233466],[-672494,-238890],[-674036,-239450],[-676218,-240641],[-671283,-241248],[-671878,-241359],[-677308,-238145],[-678240,-237078],[-675374,-239422],[-672398,-242673],[-666589,-241927],[-668433,-237028],[-674048,-234961],[-673252,-244977],[-676073,-243229],[-673265,-243215],[-669653,-244245],[-667668,-246977],[-668442,-245990],[-667407,-246061],[-666097,-248267],[-671182,-246520],[-671642,-248276],[-672434,-252764],[-674142,-245133],[-677333,-253723],[-669320,-255190],[-674650,-251256],[-670990,-257512],[-671344,-265597],[-671559,-263576],[-666344,-286331],[-677328,-293008],[-677469,-294041],[-676890,-293373],[-674515,-298226],[-673042,-294476],[-667396,-306626],[-674085,-298952],[-673108,-295342],[-676708,-307544],[-677260,-307225],[-671821,-317063],[-672882,-316555],[-672989,-315673],[-669614,-307070],[-668320,-329318],[-667097,-331870],[-677613,-342634],[-678100,-341155],[-676054,-342024],[-674827,-344058],[-671753,-352454],[-671113,-351999],[-671374,-350250],[-671936,-350325],[-673163,-351348],[-677617,-352831],[-677112,-354827],[-665973,1597397],[-666503,1595777],[-669012,1594031],[-670274,1594988],[-672105,1599154],[-668862,1593940],[-668500,1596817],[-669075,1595345],[-671515,1598691],[-677341,1600156],[-666125,1604163],[-667061,1602312],[-665659,1608555],[-668494,1603039],[-665917,1610410],[-672468,1600924],[-677166,1601684],[-674589,1602092],[-677162,1601777],[-670056,1600586],[-672303,1601711],[-675112,1600597],[-675904,1602573],[-671976,1601724],[-676226,1600619],[-675904,1602360],[-669879,1615846],[-672184,1614107],[-667775,1616352],[-669698,1613260],[-666300,1613459],[-667743,1616915],[-667453,23355],[-669140,100867],[-666525,97608],[-670000,100144],[-667374,97245],[-667994,98467],[-670153,100384],[-668027,107912],[-665689,103809],[-667212,107710],[-670336,103659],[-665706,104020],[-668978,106919],[-682165,-126322],[-688485,-123347],[-680142,-121397],[-682471,-124149],[-685021,-121684],[-681487,-136794],[-678693,-134489],[-687436,-131387],[-685217,-128742],[-679847,-152604],[-689161,-153321],[-686505,-148918],[-686407,-151070],[-691007,-147592],[-688622,-148186],[-686588,-146236],[-688206,-144455],[-690139,-146162],[-681322,-152875],[-682089,-152720],[-678847,-152233],[-679083,-151055],[-679362,-150382],[-686459,-161845],[-679277,-153449],[-687783,-164785],[-690128,-161752],[-690302,-159455],[-688048,-159866],[-689588,-155413],[-683112,-155714],[-681385,-153903],[-679633,-155689],[-679704,-155451],[-678870,-155146],[-684158,-177986],[-686201,-176180],[-683985,-174758],[-687215,-172653],[-687843,-171656],[-687610,-169242],[-680288,-170017],[-680194,-169615],[-681295,-168991],[-680981,-167258],[-680120,-166513],[-685706,-191486],[-684780,-191436],[-685273,-191223],[-684728,-191062],[-690096,-189668],[-689667,-183263],[-688255,-182829],[-685265,-181818],[-683199,-180279],[-683169,-180331],[-688486,-179542],[-689023,-179838],[-685953,-190925],[-685309,-190623],[-688919,-186306],[-686641,-191434],[-687151,-189108],[-687702,-189142],[-687614,-188475],[-688618,-186708],[-688390,-186128],[-686228,-186244],[-684825,-185076],[-685220,-185239],[-684729,-184653],[-685630,-194240],[-685320,-194660],[-684933,-194774],[-684734,-195216],[-684394,-195426],[-683712,-195459],[-682963,-193101],[-684938,-194472],[-685258,-194047],[-685740,-192807],[-686117,-192620],[-685471,-195636],[-685635,-195322],[-686380,-192735],[-690453,-204529],[-688593,-216315],[-687800,-209243],[-689764,-210578],[-691077,-207340],[-687704,-205612],[-688902,-204803],[-690461,-205050],[-682877,-213557],[-685372,-214905],[-685792,-217315],[-679970,-221818],[-679924,-230064],[-688979,-228625],[-686321,-217921],[-686908,-222779],[-687596,-222066],[-685364,-223214],[-687377,-223647],[-687628,-226540],[-690311,-220600],[-690011,-222877],[-690201,-224166],[-689560,-225448],[-681150,-227189],[-681752,-225309],[-678797,-223468],[-681892,-221823],[-685392,-228701],[-690969,-217796],[-681793,-235625],[-682946,-230390],[-679513,-240519],[-678710,-240384],[-684370,-240221],[-686118,-241242],[-688789,-240006],[-685996,-240458],[-685477,-237429],[-681019,-232215],[-680451,-236956],[-682540,-243658],[-682644,-246096],[-681375,-247060],[-679968,-248518],[-680376,-246673],[-687015,-263690],[-687473,-264386],[-687824,-266491],[-689190,-268026],[-689826,-266898],[-689639,-264870],[-688933,-261515],[-690885,-263589],[-686248,-266526],[-684639,-267222],[-685733,-267880],[-686603,-269066],[-687370,-268832],[-687418,-268958],[-688608,-270346],[-686968,-269823],[-681684,-301333],[-681183,-302769],[-680473,-301443],[-683072,-305021],[-683009,-305090],[-678584,-294697],[-680074,-310118],[-679797,-308628],[-678940,-341365],[-684125,-339223],[-684969,-336715],[-685636,-341665],[-683472,-333467],[-684943,-341375],[-685080,-335921],[-679469,-355371],[-678568,-354713],[-678830,-354031],[-679030,1598622],[-680402,1602512],[-679032,1600387],[-678888,1602618],[-678869,1602968],[-688295,1637312],[-685444,1635933],[-687552,1637813],[-685591,1635941],[-682128,1639941],[-681095,1640482],[-692168,-129288],[-701129,-136986],[-692089,-128493],[-695359,-134211],[-700879,-135718],[-697264,-131781],[-692164,-152776],[-700904,-152820],[-697632,-152730],[-697162,-151040],[-698821,-150275],[-701056,-150791],[-702332,-153374],[-693304,-145403],[-693075,-146372],[-691687,-144999],[-693891,-150603],[-693874,-160782],[-691779,-159143],[-692044,-157962],[-695920,-159639],[-698131,-158644],[-695995,-157747],[-695279,-156813],[-702392,-154136],[-695237,-173553],[-697205,-173360],[-698912,-178094],[-699631,-176796],[-696416,-179915],[-703165,-182518],[-698684,-181689],[-693377,-201784],[-693787,-195567],[-695153,-201552],[-691788,-192124],[-694387,-195721],[-691774,-209233],[-694954,-215361],[-701086,-209956],[-701752,-209741],[-692875,-224655],[-691725,-224608],[-694439,-219816],[-691981,-219148],[-696901,-221616],[-695922,-223410],[-695302,-220947],[-695863,-220333],[-695375,-219093],[-694872,-220372],[-693842,-265217],[-692632,-266691],[-693261,-262205],[-692582,-269005],[-694324,-291370],[-692658,-290507],[-693407,-293955],[-694223,-292743],[-691304,-292897],[-694812,-335404],[-692229,-339678],[-694052,-339294],[-693011,-336075],[-692064,-337009],[-691390,-337202],[-692255,-336093],[-693471,1636906],[-696924,1637691],[-695371,1631635],[-695127,1633175],[-695982,1636167],[-696700,1634667],[-695385,1632440],[-694294,1636092],[-693216,1633633],[-696112,1634055],[-701620,1642101],[-701022,1641741],[-698791,1638700],[-705551,-179321],[-711460,-181199],[-711811,-191401],[-709839,-182415],[-714274,-190449],[-715652,1518326],[-713074,1523330],[-716325,1520041],[-716174,1526118],[-710912,1526537],[-710577,1532164],[-714572,1523945],[-710809,1526306],[-708885,1532585],[-713055,1533713],[-712419,1533005],[-713300,1535048],[-713305,1536205],[-716712,1577857],[-714157,1578790],[-710730,1586072],[-714140,1583836],[-713331,1580121],[-712148,1584699],[-713300,1581987],[-713541,1586295],[-712929,1588786],[-711956,1587557],[-716786,1589856],[-711330,1590230],[-727943,1502987],[-720187,1503641],[-721140,1505309],[-719287,1508229],[-725373,1503646],[-722476,1502965],[-720509,1506112],[-717562,1509449],[-728580,1502775],[-720946,1503678],[-719074,1506066],[-719288,1506224],[-723656,1522419],[-723179,1521373],[-729306,1515333],[-720212,1521113],[-723817,1521085],[-728431,1519408],[-720437,1521244],[-726126,1520081],[-729278,1518242],[-719135,1520698],[-717795,1521403],[-719301,1518674],[-723954,1521176],[-727422,1518937],[-722647,1520662],[-725148,1520047],[-723807,1522330],[-717703,1536041],[-729178,1523764],[-729201,1526194],[-717145,1536146],[-727475,1523787],[-727019,1525258],[-718776,1534534],[-727983,1524394],[-727553,1526814],[-718936,1582741],[-718438,1578663],[-720220,1583081],[-719273,1578756],[-719383,1591003],[-718113,1590379],[-720416,1589447],[-732223,1510195],[-733112,1506196],[-730101,1510518],[-730174,1509124],[-733209,1509975],[-731400,1507906],[-734384,1509425],[-731041,1507031],[-729689,1518128],[-732954,1521657],[-731649,1514093],[-731301,1513694],[-732260,1521147],[-729994,1519794],[-732689,1520770],[-730655,1522885],[-731972,1520795],[-731749,1520155],[-729782,1522879],[-729935,1523231],[-733580,1524412],[-734182,1523905],[-734539,1524190],[-730304,1526040],[-729797,1524467],[-729687,1525572],[-738211,1624417],[-738636,1623899],[-738971,1624475],[-740973,1628578],[-738004,1634286],[-737656,1631219],[-736873,1626027],[-740251,1627815],[-742066,1625949],[-739337,1634964],[-739372,1630958],[-738022,1628016],[-738452,1629806],[-741626,1626290],[-740220,1637292],[-740454,1636346],[-738914,1631377],[-739555,1625939],[-741566,1637195],[-737510,1633590],[-740548,1628622],[-739106,1635670],[-739880,1631274],[-736770,1627391],[-739489,1626357],[-743079,1625543],[-743569,1625609],[-742703,1635987],[-746243,1630745],[-744024,1631557],[-743218,1628817],[-744083,1633193],[-743363,1635254],[-744685,1629975],[-742970,1629601],[-743214,1637284],[-746404,1628601],[-743686,1629165],[-743137,1627231],[-742721,1632041],[-59875,228378],[-61746,225022],[-57671,229179],[-63061,226679],[-60368,230055],[-61051,230231],[-62959,226456],[-63574,230060],[-62902,227604],[-62287,229968],[-60415,228401],[-59045,230037],[-62997,224491],[-60437,230313],[-63028,226108],[-63390,230412],[-63543,226212],[-63862,230795],[-61513,231501],[-62876,230682],[-51268,243743],[-51252,561478],[-57879,570457],[-57001,569525],[-56609,569901],[-56221,569230],[-58418,569619],[-56904,569309],[-56862,571908],[-52194,585401],[-53578,584825],[-55078,583981],[-60838,587176],[-55295,584922],[-52724,584490],[-54906,583808],[-51417,583702],[-58050,590101],[-55811,599352],[-55759,599540],[-58220,601068],[-57236,599125],[-56926,597789],[-58398,601471],[-54125,635135],[-53753,634175],[-51214,633421],[-54405,642803],[-52194,647795],[-52207,643913],[-51248,643849],[-51566,642744],[-53595,642160],[-857355,1530522],[-857396,1534436],[-869161,1395224],[-869779,1392647],[-867302,1394219],[-866498,1392858],[-865294,1389905],[-866711,1392293],[-868907,1393786],[-866490,1393539],[-864371,1392334],[-865487,1390092],[-865567,1390839],[-865317,1394545],[-863831,1393559],[-869053,1393356],[-862629,1394685],[-865233,1395160],[-863014,1394366],[-869401,1401394],[-865681,1395802],[-866007,1398712],[-869443,1397737],[-869960,1405260],[-867055,1396310],[-869917,1399346],[-865791,1395455],[-866495,1399966],[-868451,1401716],[-868772,1400455],[-866708,1396807],[-867015,1400768],[-866868,1398552],[-869772,1413635],[-870330,1416018],[-869601,1415291],[-869442,1417134],[-870204,1414562],[-867934,1417663],[-869250,1419256],[-867553,1416800],[-869126,1412987],[-868051,1417643],[-867278,1415312],[-870123,1416396],[-868065,1413843],[-870218,1412450],[-869017,1417024],[-870342,1413788],[-869880,1412354],[-868570,1414381],[-869052,1416443],[-869500,1412020],[-867836,1453409],[-868774,1451286],[-868622,1451646],[-863706,1535586],[-859515,1535792],[-859262,1534664],[-864518,1537727],[-864208,1543124],[-861568,1540632],[-861072,1546563],[-863357,1538295],[-860649,1536969],[-865797,1537618],[-859484,1540940],[-857837,1545828],[-873966,1377074],[-874156,1377061],[-877862,1376897],[-871577,1399565],[-873444,1402191],[-870968,1399815],[-872013,1396158],[-874742,1400458],[-870551,1403914],[-872225,1395654],[-874503,1398585],[-870749,1413728],[-870584,1419802],[-873827,1417890],[-872898,1414828],[-872098,1417471],[-871818,1411822],[-871859,1416536],[-870890,1416580],[-873009,1417193],[-872512,1418443],[-871616,1416253],[-873692,1416911],[-871059,1415449],[-872853,1411838],[-873102,1415651],[-870530,1414241],[-871395,1410919],[-872413,1412928],[-872170,1414510],[-870445,1419067],[-873609,1417162],[-873117,1418737],[-882721,1441335],[-880030,1444377],[-879541,1445657],[-881476,1438970],[-882736,1439047],[-872167,1452422],[-874874,1452317],[-880920,1455280],[-876618,1447975],[-870592,1448773],[-873924,1448629],[-875382,1451511],[-878061,1451222],[-882226,1449481],[-873977,1448416],[-877376,1449696],[-875988,1447823],[-870954,1448511],[-874157,1455686],[-882203,1449690],[-876917,1449467],[-873952,1447506],[-871944,1447540],[-874698,1455425],[-65101,230160],[-64232,229835],[-65668,229703],[-64022,226676],[-64548,292215],[-66017,290696],[-65433,292744],[-65873,292065],[-68349,292724],[-65404,291669],[-65689,293747],[-67427,291385],[-65893,294034],[-67319,293177],[-65013,294660],[-65864,296302],[-67491,295438],[-64964,295931],[-65472,295001],[-66478,296597],[-64085,295637],[-70547,348530],[-70667,348640],[-71295,347345],[-71976,348355],[-70162,349116],[-68502,350376],[-70781,347957],[-71160,348830],[-71332,348118],[-71567,348370],[-69861,348615],[-68459,350702],[-68369,511468],[-70389,511228],[-71562,511367],[-70726,508344],[-71612,507561],[-68349,511547],[-71386,511374],[-70966,508556],[-71660,506918],[-64282,517190],[-68029,512771],[-69981,514313],[-69511,513867],[-74293,513344],[-71230,514953],[-70795,513341],[-68293,515071],[-66872,513191],[-69712,512686],[-68068,512278],[-71098,512580],[-70591,514466],[-73844,513699],[-71937,515365],[-69490,514097],[-68000,514750],[-66688,513434],[-64311,517648],[-888164,1373899],[-890684,1375132],[-884187,1377279],[-891709,1377354],[-893461,1373701],[-886689,1375173],[-894577,1391519],[-895894,1390248],[-895911,1389049],[-895937,1402106],[-886026,1451512],[-884097,1448398],[-883544,1451648],[-883576,1452075],[-900540,1380485],[-905791,1382577],[-899252,1378924],[-906013,1380254],[-900260,1393536],[-903712,1394251],[-897650,1387064],[-900672,1390986],[-903078,1391111],[-896577,1399540],[-896217,1400099],[-900564,1470712],[-897086,1470343],[-906186,1470353],[-902926,1469596],[-898919,1470950],[-908008,1470054],[-902088,1471030],[-896263,1469394],[-907550,1477838],[-907447,1478872],[-905943,1472301],[-900946,1478258],[-903395,1480917],[-907657,1473247],[-906924,1478338],[-907776,1479004],[-903333,1478123],[-902816,1481056],[-908487,1472598],[-908668,1476357],[-908118,1480624],[-902570,1479873],[-906315,1479872],[-902622,1485513],[-901706,1487178],[-903951,1486149],[-918360,1368466],[-915898,1367456],[-913706,1378267],[-915782,1373497],[-912752,1377101],[-917419,1372620],[-918810,1378511],[-912558,1420539],[-912393,1419128],[-917105,1419072],[-919676,1420095],[-914754,1417873],[-917678,1420640],[-910112,1418926],[-912409,1419158],[-921369,1430360],[-915494,1432051],[-916624,1433591],[-916215,1430108],[-910248,1421860],[-917433,1428775],[-917186,1427077],[-919996,1431357],[-921242,1431833],[-915424,1421823],[-916457,1422260],[-917853,1429069],[-915280,1426987],[-920437,1432339],[-915723,1430056],[-919473,1421226],[-920328,1428431],[-919180,1424897],[-916262,1437893],[-914194,1436167],[-917089,1444874],[-920541,1443319],[-909239,1436851],[-914816,1435206],[-920738,1441724],[-919344,1443174],[-915502,1438363],[-920975,1440678],[-920393,1440124],[-918124,1437823],[-914167,1436488],[-918536,1444570],[-908892,1439215],[-917758,1434737],[-913505,1437588],[-919064,1439260],[-918608,1443267],[-921430,1442960],[-908955,1435717],[-918987,1447870],[-909314,1471833],[-911006,1466528],[-913168,1468217],[-910621,1466827],[-911660,1472763],[-912837,1478613],[-912104,1478776],[-910563,1481946],[-926191,1366044],[-930645,1363145],[-921637,1366806],[-927027,1367287],[-928525,1363198],[-934160,1360397],[-921862,1377138],[-922394,1370358],[-930832,1419868],[-929592,1419385],[-928941,1416472],[-932766,1420580],[-929948,1419855],[-929337,1422371],[-933150,1421713],[-923535,1433593],[-933959,1426551],[-923482,1431928],[-933917,1428328],[-922376,1440001],[-922265,1440483],[-922979,1437079],[-924790,1436722],[-936059,1362865],[-937978,1367474],[-937187,1364907],[-938106,1419290],[-934939,1416022],[-935759,1416541],[-937723,1419139],[-937215,1419896],[-934423,1425662],[-935790,1425042],[-942227,1422258],[-935003,1425891],[-938235,1426425],[-937847,1425781],[-959596,1413374],[-971074,1367369],[-972432,1363574],[-971626,1368765],[-971684,1368173],[-966965,1368677],[-972699,1378611],[-968636,1372057],[-966091,1374841],[-972097,1378140],[-967111,1371790],[-968275,1374247],[-972426,1386159],[-971269,1387353],[-971456,1390611],[-972649,1404763],[-966276,1399974],[-965124,1402971],[-964543,1401827],[-971466,1405162],[-963588,1407230],[-967745,1400549],[-971050,1404377],[-971302,1403867],[-966453,1400542],[-965231,1403676],[-972091,1396471],[-967991,1398825],[-969628,1415431],[-972277,1412747],[-968136,1411433],[-970468,1410103],[-966864,1409566],[-964874,1408233],[-962459,1411997],[-962319,1413949],[-967967,1417410],[-970506,1418320],[-970135,1411520],[-972169,1412451],[-969842,1413370],[-968760,1414518],[-969385,1416377],[-971323,1418369],[-965635,1414997],[-964039,1413127],[-968185,1410874],[-966770,1409253],[-962681,1409972],[-969921,1408525],[-971960,1408940],[-962178,1412981],[-968583,1415081],[-969396,1410315],[-964580,1410533],[-967792,1419436],[-969126,1416710],[-970082,1415763],[-969740,1414988],[-971503,1411176],[-971870,1411810],[-971232,1412183],[-966965,1416233],[-965116,1415982],[-965260,1412063],[-965789,1413777],[-965929,1412017],[-968582,1410794],[-972081,1413688],[-970723,1418196],[-971589,1411341],[-971697,1413686],[-964969,1413623],[-971559,1411968],[-969957,1413462],[-968371,1414417],[-969017,1418438],[-967037,1414312],[-963011,1409383],[-969847,1410417],[-966331,1409190],[-961614,1411763],[-968671,1409807],[-969089,1417401],[-970300,1416063],[-969267,1416352],[-969680,1415920],[-969823,1414241],[-972207,1412967],[-969779,1412079],[-967669,1411600],[-967156,1416987],[-966323,1415553],[-966001,1414772],[-965032,1413386],[-965180,1413143],[-965535,1415880],[-964820,1415092],[-965287,1412021],[-968652,1411860],[-970448,1410863],[-971920,1414531],[-970866,1419258],[-965009,1412268],[-968353,1415045],[-969158,1413357],[-969085,1418709],[-968271,1416424],[-970649,1413944],[-970233,1412509],[-968877,1411727],[-965343,1410284],[-963896,1410189],[-963831,1410822],[-960501,1413224],[-968150,1416772],[-971175,1418738],[-972046,1419422],[-963692,1408316],[-964528,1413863],[-969269,1420392],[-961844,1413343],[-969885,1415148],[-971572,1412670],[-970297,1413669],[-970840,1409947],[-964911,1410263],[-964990,1408931],[-961851,1411587],[-967416,1417168],[-969575,1417747],[-969441,1411894],[-971883,1411918],[-970703,1412615],[-968269,1413857],[-969984,1415551],[-969820,1417394],[-966792,1413655],[-965257,1413589],[-966415,1409485],[-960704,1413597],[-964070,1409596],[-969727,1408632],[-971896,1409372],[-969934,1423698],[-969346,1424827],[-969680,1422131],[-969359,1423834],[-969671,1425627],[-970666,1422684],[-969000,1424019],[-979235,1364849],[-975197,1365375],[-984513,1369439],[-978280,1367406],[-975569,1364406],[-974025,1368443],[-982616,1368240],[-979809,1375874],[-981171,1373799],[-973345,1375936],[-979342,1372203],[-976022,1373025],[-976441,1375297],[-980830,1373066],[-973089,1382198],[-976592,1370582],[-977701,1372349],[-977217,1379237],[-973436,1382690],[-982297,1386012],[-982143,1389890],[-974013,1383300],[-973126,1388909],[-981912,1387739],[-983872,1388414],[-979026,1382721],[-984630,1391483],[-974460,1406290],[-979973,1395628],[-975809,1395773],[-974526,1406409],[-977723,1395442],[-974329,1398422],[-976514,1397424],[-974410,1403755],[-974590,1406573],[-974237,1404165],[-973589,1411425],[-974087,1414815],[-974263,1411087],[-973053,1414323],[-973107,1412389],[-974292,1409133],[-972909,1413516],[-973254,1410686],[-973075,1408816],[-973846,1413562],[-997672,1356581],[-995435,1357740],[-996554,1358834],[-995210,1357728],[-998005,1358616],[-997985,1358086],[-997530,1358246],[-997694,1357498],[-997642,1357499],[-986976,1381833],[-987885,1378486],[-1005522,1354865],[-1003413,1356191],[-1009535,1352242],[-1008510,1352653],[-1001617,1356768],[-1005258,1354261],[-1003779,1356074],[-1002131,1355773],[-1010025,1353689],[-1009474,1352322],[-1004990,1356265],[-1001515,1356473],[-1009965,1351847],[-1007958,1353376],[-1006779,1354362],[-1003242,1356244],[-1000107,1356294],[-1009176,1352199],[-1009871,1352443],[-1004882,1356392],[-1001723,1357000],[-1009770,1353308],[-1008284,1353411],[-1002551,1356538],[-1008270,1353179],[-1009189,1352947],[-1003474,1356615],[-998898,1356476],[-999545,1358312],[-999175,1358256],[-1003670,1357597],[-1002368,1357062],[-999522,1357841],[-999170,1357919],[-999169,1357869],[-1003375,1357015],[-1001467,1358268],[-999300,1357218],[-999418,1357933],[-1003573,1357200],[-1004453,1357282],[-1000669,1357822],[-998635,1358175],[-1004822,1357679],[-1001529,1357824],[-1002320,1357226],[-1004452,1357059],[-1004387,1357407],[-1002172,1358048],[-998592,1357449],[-1010010,1568085],[-1007797,1563601],[-1007539,1565301],[-1008995,1564716],[-1008667,1562500],[-88783,293949],[-89022,295449],[-84212,362524],[-84339,361759],[-84967,362021],[-83411,362546],[-84465,361009],[-85518,361630],[-84450,361115],[-85567,361839],[-85651,361356],[-89571,600551],[-87371,608555],[-87315,608203],[-86334,608433],[-87307,608365],[-87826,608280],[-1019380,1328415],[-1020460,1328177],[-1022726,1324904],[-1018260,1335754],[-1021531,1335665],[-1023732,1334844],[-1020617,1334424],[-1020168,1333698],[-1023379,1333790],[-1022931,1332757],[-1016653,1336419],[-1016948,1332529],[-1022411,1352044],[-1020988,1351983],[-1020703,1352638],[-1011898,1350760],[-1012446,1350911],[-1020420,1350656],[-1019139,1350217],[-1017998,1352601],[-1020475,1351057],[-1021494,1351649],[-1012148,1350517],[-1012597,1351900],[-1017584,1352343],[-1011310,1353185],[-1022452,1352775],[-1023060,1351097],[-1020344,1351164],[-1021300,1353064],[-1013639,1350717],[-1012942,1350860],[-1018138,1350343],[-1019664,1352820],[-1012665,1352958],[-1023130,1350729],[-1022492,1351910],[-1021754,1352879],[-1019625,1351486],[-1013642,1351230],[-1012060,1351771],[-1020204,1350736],[-1020367,1351082],[-1012595,1352150],[-1013656,1350773],[-1017650,1414345],[-1017177,1415602],[-1016095,1410652],[-1027731,1330071],[-1024107,1328222],[-1025612,1329090],[-1035618,1324810],[-1031727,1331282],[-1033999,1326774],[-1032070,1330140],[-1036529,1329683],[-1036165,1325533],[-1025826,1332393],[-1025162,1332332],[-1035115,1354881],[-1032651,1353490],[-1028413,1350786],[-1027289,1353235],[-1036072,1356331],[-1029552,1351540],[-1029368,1351303],[-1032054,1353160],[-1035951,1356125],[-1028949,1352272],[-1036261,1356784],[-1030693,1350662],[-1031899,1353314],[-1032329,1353298],[-1024553,1350918],[-1035053,1355926],[-1034325,1355474],[-1032256,1350814],[-1026870,1351401],[-1029987,1352046],[-1031933,1352355],[-1031959,1353099],[-1034504,1355995],[-1026443,1351003],[-1029586,1350930],[-1029714,1352173],[-1031730,1351229],[-1032017,1352724],[-1024296,1351168],[-1024949,1352342],[-1029127,1350523],[-1030129,1351154],[-1030437,1352850],[-1032301,1352214],[-1024112,1351309],[-1024069,1351604],[-1036660,1359168],[-1035648,1360527],[-1034192,1357288],[-1034047,1357137],[-1036216,1359801],[-1036327,1358095],[-1035601,1357211],[-1035390,1357388],[-1034799,1357813],[-1034985,1358083],[-1039003,1325063],[-1040682,1327066],[-1038813,1325892],[-1036904,1323412],[-1038276,1331936],[-1038644,1334097],[-1037072,1331711],[-1041134,1350786],[-1041808,1351425],[-1045808,1352032],[-1045499,1352697],[-1049131,1352825],[-1040189,1351484],[-1041220,1351861],[-1044046,1351537],[-1045276,1350368],[-1046964,1352423],[-1039352,1352023],[-1041470,1350594],[-1041841,1350549],[-1046151,1352100],[-1044853,1351276],[-1049522,1351569],[-1042214,1352400],[-1041864,1352431],[-1045747,1351111],[-1043965,1351002],[-1041549,1351966],[-1040893,1351365],[-1045179,1351418],[-1044808,1350866],[-1039255,1362771],[-1041188,1366278],[-1040880,1366200],[-1041521,1367774],[-1041648,1368921],[-1044245,1368552],[-1044101,1368512],[-1044112,1368523],[-1045004,1369636],[-1037329,1360657],[-1038104,1361482],[-1039222,1363418],[-1038880,1362269],[-1038989,1362478],[-1037287,1359600],[-1045349,1369107],[-1042124,1366554],[-1040257,1365765],[-1042988,1367367],[-1043106,1367487],[-1044590,1368320],[-1044516,1368414],[-1044312,1369031],[-1044073,1368494],[-1038749,1360776],[-1037495,1360179],[-1039904,1363929],[-1038347,1361919],[-1042427,1366833],[-1040578,1365752],[-1041755,1368051],[-1041740,1366839],[-1044309,1368648],[-1044212,1368906],[-1044415,1369233],[-1044288,1369224],[-1044695,1369263],[-1045180,1369688],[-1038576,1359621],[-1038986,1360445],[-1039993,1365902],[-1041579,1365700],[-1042708,1366961],[-1042815,1366819],[-1044382,1368914],[-1044132,1369216],[-1045164,1369612],[-1044294,1369102],[-1037764,1359870],[-1038841,1359514],[-1041409,1365409],[-1042669,1366904],[-1041332,1367965],[-1044547,1368900],[-1044562,1369105],[-1037640,1361317],[-1038385,1359451],[-1042133,1370561],[-1048432,1372875],[-1043013,1370556],[-1046909,1374088],[-1048285,1372226],[-1048376,1373492],[-1048553,1374646],[-1048826,1371953],[-1046523,1371660],[-1043017,1370674],[-1047595,1373922],[-1046586,1373875],[-1048896,1372349],[-1048789,1372864],[-1049557,1372994],[-1048227,1374694],[-1049477,1374514],[-1043410,1371030],[-1043214,1370801],[-1048530,1373774],[-1046739,1373359],[-1048887,1374815],[-1048700,1373736],[-1048621,1372434],[-1048665,1373561],[-1048041,1372990],[-1047681,1372944],[-1047420,1373047],[-1048227,1374482],[-1049341,1373020],[-1049261,1374451],[-1046715,1371527],[-1048064,1372422],[-1047067,1374051],[-1048389,1373278],[-1047681,1372708],[-1041846,1548520],[-1043134,1548504],[-1039250,1546658],[-1040059,1547259],[-1042806,1548812],[-1039580,1547024],[-1042293,1548571],[-1042570,1560710],[-1042542,1559780],[-1040213,1560501],[-1042458,1559977],[-1052088,1351628],[-1050363,1352905],[-1055345,1351085],[-1056026,1350807],[-1058276,1349040],[-1056664,1348570],[-1060480,1346166],[-1061453,1346611],[-1061278,1346426],[-1061172,1347200],[-1054599,1351434],[-1051333,1353228],[-1049852,1352789],[-1055953,1350525],[-1056902,1350567],[-1058239,1348808],[-1057035,1349650],[-1062293,1344535],[-1061413,1346651],[-1059931,1346773],[-1061036,1347172],[-1050281,1351861],[-1056501,1349291],[-1056927,1349722],[-1057197,1349261],[-1060745,1347709],[-1051367,1352944],[-1049728,1353458],[-1054997,1350455],[-1056265,1350412],[-1057810,1349775],[-1057294,1350250],[-1049718,1352674],[-1051892,1351395],[-1056208,1350188],[-1056595,1350183],[-1056907,1348659],[-1058320,1349129],[-1049624,1372940],[-1049946,1374288],[-1050431,1374930],[-1050693,1376119],[-1052361,1375405],[-1052726,1376265],[-1053767,1375988],[-1054830,1377975],[-1055347,1377353],[-1057521,1379392],[-1056572,1379715],[-1061288,1381541],[-1061076,1379961],[-1051730,1375844],[-1060000,1380867],[-1049616,1374840],[-1050571,1373191],[-1050532,1373589],[-1051184,1375166],[-1052302,1376469],[-1052069,1378066],[-1054131,1376906],[-1054145,1378377],[-1053194,1377971],[-1057587,1379648],[-1059628,1380786],[-1060997,1380914],[-1051344,1374802],[-1054050,1379388],[-1049875,1374270],[-1049821,1373255],[-1051640,1374600],[-1051667,1375522],[-1052294,1377533],[-1051864,1376702],[-1054395,1378525],[-1055138,1377892],[-1056882,1379925],[-1056128,1379024],[-1060305,1380835],[-1050687,1375269],[-1054555,1378998],[-1049772,1373706],[-1050235,1373439],[-1050958,1375415],[-1049994,1375322],[-1052326,1375780],[-1051919,1375738],[-1052117,1376004],[-1052387,1376359],[-1054658,1378735],[-1053756,1379222],[-1055846,1378513],[-1056416,1379775],[-1060320,1379795],[-1061147,1379832],[-1051385,1373934],[-1050960,1374312],[-1051789,1375443],[-1050733,1376163],[-1052004,1375887],[-1053610,1376103],[-1054106,1378851],[-1054812,1379098],[-1057664,1379484],[-1055822,1380153],[-1061403,1381599],[-1060298,1381143],[-1052354,1419308],[-1055535,1558474],[-1055535,1558474],[-1055766,1557921],[-1056292,1557904],[-1052623,1554294],[-1053894,1552569],[-1074047,1329284],[-1073396,1327253],[-1071843,1328780],[-1069321,1330955],[-1073731,1326902],[-1073415,1328844],[-1074553,1327205],[-1072614,1328604],[-1073251,1327615],[-1072108,1327875],[-1069997,1330980],[-1074887,1327266],[-1075047,1329690],[-1074064,1327760],[-1073117,1328120],[-1067970,1335705],[-1068992,1335553],[-1068128,1332586],[-1064956,1340176],[-1064707,1339343],[-1062430,1343423],[-1069554,1332259],[-1064864,1340199],[-1063819,1344084],[-1067214,1336357],[-1067702,1338466],[-1067021,1334675],[-1066810,1335781],[-1070232,1332682],[-1069939,1331436],[-1064610,1339597],[-1064505,1343225],[-1063217,1342966],[-1063734,1342448],[-1064877,1340879],[-1065518,1336390],[-1065796,1336202],[-1064942,1342897],[-1064878,1342014],[-1064770,1342733],[-1064995,1338069],[-1066397,1334332],[-1067570,1334284],[-1069523,1333151],[-1068787,1332762],[-1064080,1341920],[-1065654,1338104],[-1066149,1336716],[-1063111,1343625],[-1065776,1334647],[-1065447,1338911],[-1068644,1335123],[-1067647,1336097],[-1068206,1333359],[-1062762,1343046],[-1065261,1340114],[-1064572,1341694],[-1066618,1337558],[-1065827,1336199],[-1064492,1338136],[-1066798,1334580],[-1066565,1335008],[-1068700,1332878],[-1066821,1339124],[-1065589,1339042],[-1064753,1343289],[-1065599,1341889],[-1065001,1341584],[-1065610,1337202],[-1067127,1337399],[-1063706,1345127],[-1062783,1344267],[-1062797,1345454],[-1062516,1379938],[-1070145,1379515],[-1065294,1381268],[-1063259,1380850],[-1065606,1380303],[-1065700,1378822],[-1066301,1380082],[-1068997,1380049],[-1068762,1380250],[-1069091,1379635],[-1068064,1380808],[-1070281,1379781],[-1070108,1378691],[-1073917,1379547],[-1072810,1379791],[-1062531,1379656],[-1072176,1377693],[-1065190,1380020],[-1065306,1381872],[-1065267,1381432],[-1065174,1379769],[-1066626,1380560],[-1068976,1381670],[-1072876,1381055],[-1068335,1381569],[-1071838,1380161],[-1070048,1380170],[-1070366,1380137],[-1070977,1378750],[-1071069,1379079],[-1064657,1381288],[-1063470,1380995],[-1067479,1379683],[-1066686,1379152],[-1067304,1380818],[-1071789,1380907],[-1071792,1380626],[-1068511,1380300],[-1068601,1381261],[-1068789,1380355],[-1070464,1378806],[-1071070,1378931],[-1069872,1377754],[-1069006,1381578],[-1073986,1378016],[-1064035,1380477],[-1063235,1381185],[-1064599,1380926],[-1066927,1380296],[-1065724,1379926],[-1068688,1380675],[-1072788,1380603],[-1074055,1379438],[-1070232,1381515],[-1069317,1379007],[-1069239,1379304],[-1070754,1377969],[-1071141,1378357],[-1075029,1376989],[-1065170,1380932],[-1064760,1381377],[-1065171,1379074],[-1067261,1380637],[-1072422,1379702],[-1069584,1380714],[-1070101,1380227],[-1072482,1379516],[-1068614,1378781],[-1070578,1380890],[-1069613,1379273],[-1071348,1378723],[-1062998,1559077],[-1082358,1326172],[-1081809,1326806],[-1079814,1326001],[-1075982,1328507],[-1082078,1325365],[-1080991,1326111],[-1080226,1326664],[-1083160,1324838],[-1079703,1327099],[-1080922,1326148],[-1075433,1326708],[-1080417,1326646],[-1079860,1325247],[-1081396,1325434],[-1080285,1326152],[-1083766,1372686],[-1083789,1373542],[-1087092,1371786],[-1087494,1371700],[-1077328,1376316],[-1079482,1374671],[-1078650,1374693],[-1083945,1372209],[-1084747,1373952],[-1083646,1373077],[-1077467,1376648],[-1078988,1374482],[-1079603,1374672],[-1076267,1377338],[-1076336,1377205],[-1075785,1376448],[-1075244,1376203],[-1076784,1375404],[-1075568,1375525],[-1083391,1373646],[-1083515,1373688],[-1087106,1372307],[-1086679,1371909],[-1078466,1375168],[-1079774,1374429],[-1082458,1372151],[-1084568,1372081],[-1087878,1372066],[-1087012,1372707],[-1077141,1376100],[-1079784,1375007],[-1079715,1375143],[-1077031,1375449],[-1084534,1371714],[-1082597,1374044],[-1077181,1376987],[-1077503,1376340],[-1079233,1374727],[-1078354,1376568],[-1075823,1376760],[-1096817,1291327],[-1097024,1289349],[-1092547,1294250],[-1092433,1297972],[-1093913,1303830],[-1098470,1297433],[-1092775,1294269],[-1092860,1299115],[-1095475,1303510],[-1099892,1296064],[-1093032,1327014],[-1088199,1326315],[-1088157,1326351],[-1088471,1325061],[-1095693,1328227],[-1095913,1328224],[-1091958,1326108],[-1090303,1326911],[-1093049,1327410],[-1088042,1324788],[-1090229,1325456],[-1089587,1325996],[-1094806,1327412],[-1093787,1327336],[-1090044,1325639],[-1090704,1327306],[-1088335,1325880],[-1088728,1326224],[-1094986,1328326],[-1095564,1327537],[-1091303,1327098],[-1091015,1326804],[-1095779,1329412],[-1093632,1326765],[-1095451,1328156],[-1095497,1328799],[-1091922,1326265],[-1090253,1325541],[-1090028,1324902],[-1094471,1327821],[-1094381,1327347],[-1091275,1326502],[-1091125,1326138],[-1095149,1349493],[-1097631,1351113],[-1096306,1350513],[-1095075,1350082],[-1098766,1350834],[-1100563,1352922],[-1095716,1350219],[-1097503,1351080],[-1099141,1350010],[-1100001,1351556],[-1094933,1351816],[-1095158,1357197],[-1094581,1357454],[-1094339,1358411],[-1098998,1382455],[-1088819,1372148],[-1095573,1372935],[-1093986,1372570],[-1092373,1373444],[-1092025,1373084],[-1097806,1381807],[-1090208,1373341],[-1096589,1374230],[-1098719,1376024],[-1089229,1371863],[-1095482,1373095],[-1091463,1373217],[-1091346,1372340],[-1095030,1373265],[-1089694,1373213],[-1088857,1371761],[-1088432,1371993],[-1095545,1373162],[-1093365,1372971],[-1092110,1372326],[-1097923,1379923],[-1091185,1372631],[-1095587,1374084],[-1089346,1373002],[-1088372,1373514],[-1088507,1372862],[-1094268,1373146],[-1091306,1372154],[-1093053,1373106],[-1095357,1374224],[-1099615,1374677],[-1089552,1372591],[-1088635,1372115],[-1088245,1373582],[-1088296,1372573],[-1094366,1372491],[-1092097,1372681],[-1092095,1372078],[-1099787,1381932],[-1101150,1354070],[-1104495,1379514],[-1104821,1380479],[-1105159,1380284],[-1123844,1305021],[-1125221,1298555],[-1124298,1299953],[-1125725,1302387],[-1125325,1303011],[-1125766,1356509],[-1125834,1356935],[-1123544,1395450],[-1126381,1471562],[-1123289,1473467],[-1122546,1473922],[-1124636,1473426],[-1128420,1300492],[-1127455,1300363],[-1128974,1302989],[-1130323,1304029],[-1128739,1301863],[-1131747,1297835],[-1128308,1305718],[-1131718,1296730],[-1129071,1304317],[-1134240,1298015],[-1131265,1300789],[-1130973,1300087],[-1128154,1305976],[-1128237,1307202],[-1127921,1307390],[-1127183,1352793],[-1130676,1355023],[-1127117,1351134],[-1136675,1355452],[-1128549,1357478],[-1137410,1357543],[-1127972,1399088],[-1128088,1398685],[-1129303,1477486],[-1129064,1477015],[-1129004,1477812],[-1130059,1478018],[-1130518,1477986],[-1128262,1477911],[-1133385,1478384],[-1129377,1477957],[-91401,292234],[-91100,294359],[-90612,293105],[-89747,293737],[-93196,291037],[-91881,292628],[-90706,293654],[-90654,292898],[-92412,291015],[-90444,295244],[-97366,315667],[-98081,313293],[-96417,313200],[-98251,316618],[-97659,315473],[-96578,314134],[-98251,317425],[-91234,361953],[-92278,360240],[-92469,360636],[-91701,360719],[-101728,505514],[-93024,502308],[-94615,502301],[-95044,503480],[-94277,504932],[-94513,505736],[-96128,507080],[-93831,503338],[-94716,502506],[-93815,504722],[-93950,506568],[-94948,505795],[-100042,540532],[-94514,540292],[-102210,552223],[-92063,600359],[-91558,601302],[-91441,601163],[-90446,600721],[-94793,606505],[-95892,605452],[-96241,603261],[-95665,603225],[-95443,605489],[-94085,607542],[-96040,603069],[-95501,603520],[-92534,602660],[-95324,602988],[-91610,602175],[-91963,601879],[-91126,602617],[-90962,602754],[-91034,602881],[-93702,603404],[-96114,604197],[-95538,604716],[-91283,602933],[-91625,603436],[-100919,623690],[-100917,623934],[-1150510,1314065],[-1148265,1310099],[-1143880,1309251],[-1142636,1309762],[-1145821,1311038],[-1149351,1313084],[-1151849,1317741],[-1150171,1314042],[-1146353,1311462],[-1143594,1307950],[-1146207,1307954],[-1149996,1310897],[-1148145,1312718],[-1142397,1307467],[-1144611,1309865],[-1150082,1311697],[-1151494,1313777],[-1147501,1356767],[-1147014,1357731],[-1143963,1362612],[-1141660,1362673],[-1149011,1372373],[-1150670,1372972],[-1153933,1317742],[-1157142,1414949],[-1156453,1415840],[-1156027,1415079],[-1156742,1415612],[-1156679,1415095],[-1156376,1414242],[-1185129,1281044],[-1182787,1283084],[-1187931,1287411],[-1184351,1282851],[-1189258,1287791],[-1185351,1355485],[-1185585,1412326],[-1186442,1497730],[-1186460,1499164],[-1186444,1498348],[-1185939,1498218],[-1184941,1498926],[-1184374,1278256],[-1197880,1284335],[-1202870,1292341],[-1197730,1291927],[-1195526,1284625],[-1202657,1290551],[-1198181,1292105],[-1201714,1413339],[-1198795,1226267],[-1200691,1227939],[-1204036,1290041],[-1203361,1292781],[-1203918,1294297],[-1203720,1414973],[-1203646,1413092],[-1203664,1415599],[-1204982,1414287],[-1205127,1413804],[-1205892,1414943],[-1203425,1414746],[-1203937,1412626],[-1205327,1427304],[-1215424,1436971],[-1213602,1458181],[-1214082,1458089],[-1213206,1457777],[-1214257,1459152],[-1213053,1461539],[-1210548,1459631],[-1211702,1461122],[-1206597,1497449],[-1207979,1497637],[-1214837,1491361],[-1214641,1491173],[-1214250,1491321],[-1214758,1491067],[-1208411,1497979],[-1207200,1498486],[-1206949,1498652],[-1207248,1497806],[-1204904,1498878],[-1204869,1498080],[-1207801,1498524],[-1206405,1498726],[-1205438,1498315],[-1206958,1223508],[-1210609,1222845],[-1206535,1230251],[-1205718,1233679],[-1207630,1229057],[-1205396,1233385],[-1203375,1229394],[-1206743,1230025],[-1209820,1230845],[-1204227,1231195],[-1211096,1265453],[-1210803,1263058],[-1215116,1266176],[-1209205,1268055],[-1213925,1269400],[-1213613,1268175],[-1212539,1270612],[-1220153,1438093],[-1220987,1437458],[-1220595,1437689],[-1218244,1437792],[-1219456,1437794],[-1218985,1438129],[-1221448,1438441],[-1222515,1438753],[-1218123,1437401],[-1222649,1438030],[-1227025,1448149],[-1227498,1448562],[-1228192,1448888],[-1217326,1267219],[-1219868,1267015],[-1232221,1375232],[-1231566,1375964],[-1232744,1374876],[-1232512,1373755],[-1232948,1373103],[-1239822,1471483],[-1240722,1470635],[-1237035,1468765],[-1238810,1471080],[-1238001,1471379],[-1238002,1469655],[-1240130,1471366],[-1242651,1471924],[-1239726,1470477],[-1238188,1471349],[-1237879,1469884],[-1239684,1471033],[-1240955,1471593],[-1237131,1469834],[-1239409,1471658],[-1238892,1472061],[-1236784,1469688],[-1240172,1471017],[-1238035,1469803],[-1238673,1471378],[-1241305,1470519],[-1238401,1471363],[-1237703,1469880],[-1236866,1470178],[-1242371,1471312],[-1240845,1471719],[-1238065,1468997],[-1238547,1471915],[-1239990,1472070],[-1239153,1472791],[-1241396,1474012],[-1238188,1472538],[-1240860,1475725],[-1238591,1474198],[-1240278,1475745],[-1241103,1473818],[-1239230,1472201],[-1239394,1474854],[-1237961,1474509],[-1238556,1472589],[-1240842,1474426],[-1238277,1472426],[-1237177,1473142],[-1239390,1472657],[-1240904,1474756],[-1237529,1472920],[-1238894,1473209],[-1239461,1474374],[-1238104,1473207],[-1241262,1472468],[-1240220,1474438],[-1240148,1473264],[-1240957,1473641],[-1241522,1474854],[-1239892,1475235],[-1240581,1473565],[-1239586,1473106],[-1238107,1474858],[-1239070,1475051],[-1239868,1474245],[-1237663,1473655],[-1238476,1473450],[-1241128,1475885],[-1238702,1474099],[-1241539,1183492],[-1240775,1183508],[-1240702,1178096],[-1253944,1395362],[-1254153,1388763],[-1253870,1388500],[-1252576,1393114],[-1253003,1393454],[-1254279,1395765],[-1250109,1450336],[-1253841,1454594],[-1241769,1470260],[-1241612,1471647],[-1250040,1467851],[-1250912,1468947],[-1250727,1467532],[-1250185,1469182],[-1249418,1466604],[-1240446,1472229],[-1242108,1472004],[-1248973,1467944],[-1248851,1469459],[-1249369,1467332],[-1249873,1467000],[-1249215,1469460],[-1250717,1467300],[-1242315,1474064],[-1241657,1473135],[-1243033,1473494],[-1241797,1472738],[-1242530,1472884],[-1241699,1472732],[-1242511,1473688],[-1252918,1475198],[-1246396,1497057],[-1247698,1496702],[-1247752,1495931],[-1246989,1496533],[-1245605,1173787],[-1250813,1171836],[-1248087,1172882],[-1249854,1169267],[-1254256,1182997],[-1252744,1183733],[-1252967,1179191],[-1242122,1177911],[-1245500,1180105],[-1242665,1182289],[-1242826,1179650],[-1245990,1180921],[-1243630,1182002],[-1249780,1180915],[-1246185,1179565],[-1242087,1182768],[-1254155,1240580],[-1253821,1279939],[-1254823,1281129],[-1256206,1284856],[-1256560,1281882],[-1257806,1284073],[-1256240,1286845],[-1258077,1283952],[-1264089,1388385],[-1264266,1388122],[-1259693,1392992],[-1259081,1390585],[-1258542,1390127],[-1258751,1390407],[-1261191,1394662],[-1260784,1395054],[-1261794,1394769],[-1260649,1390419],[-1261115,1390347],[-1254611,1388722],[-1257509,1393052],[-1263717,1413045],[-1264036,1415609],[-1263598,1414643],[-1263614,1414063],[-1265598,1413868],[-1266437,1412418],[-1264229,1414160],[-1263439,1413494],[-1263792,1415041],[-1264872,1415440],[-1263991,1414605],[-1264652,1414518],[-1265299,1414675],[-1264083,1415283],[-1265748,1414933],[-1263232,1413846],[-1263012,1414223],[-1263612,1413824],[-1264581,1414241],[-1265609,1413964],[-1263135,1414981],[-1264366,1415401],[-1263184,1414603],[-1262992,1414003],[-1265604,1413955],[-1263174,1415712],[-1266642,1412654],[-1258965,1433439],[-1259891,1434974],[-1259925,1435210],[-1259022,1435579],[-1260007,1434645],[-1260588,1434247],[-1260307,1434943],[-1258693,1435866],[-1259890,1434137],[-1260448,1434217],[-1257660,1453031],[-1257202,1454388],[-1255148,1453822],[-1255372,1454684],[-1256583,1453403],[-1257397,1452648],[-1256086,1455585],[-1256783,1453409],[-1255133,1453150],[-1255426,1453438],[-1255503,1453966],[-1256408,1452473],[-1256188,1455188],[-1257624,1453334],[-1254677,1453477],[-1257380,1452900],[-1257261,1454169],[-1254585,1452788],[-1255704,1455150],[-1256830,1452669],[-1256448,1454594],[-1257344,1453793],[-1255205,1452801],[-1255950,1455359],[-1256647,1452951],[-1257055,1452883],[-1257038,1454450],[-1262137,1489508],[-1264766,1491034],[-1261552,1490170],[-1263633,1489754],[-1263651,1489746],[-1262268,1489886],[-1261183,1491210],[-1263241,1489217],[-1261598,1489981],[-1263799,1490156],[-1261605,1490035],[-1263924,1491506],[-1263445,1490428],[-1262357,1489290],[-1264391,1489802],[-1262699,1490764],[-1264320,1490768],[-1262433,1489881],[-1262763,1491835],[-1264265,1491227],[-1263885,1489564],[-1261060,1490691],[-1263945,1491358],[-1263222,1489715],[-1263460,1491314],[-1262691,1491613],[-1263841,1489485],[-1261366,1491365],[-1262335,1489854],[-1263762,1491847],[-1264022,1491144],[-1262911,1491603],[-1263027,1491265],[-1261485,1491149],[-1261971,1491460],[-1261979,1490585],[-1262657,1491191],[-1262749,1491225],[-1266492,1176896],[-1264849,1174433],[-1265097,1174608],[-1260295,1181857],[-1264586,1183831],[-1262275,1180332],[-1263847,1183789],[-1262363,1179936],[-1257198,1181380],[-1263526,1180537],[-1263508,1183901],[-1262908,1225618],[-1262074,1226156],[-1263820,1228253],[-1263455,1228007],[-1262898,1225794],[-1262282,1225975],[-1263147,1227980],[-1262972,1224448],[-1262918,1225412],[-1262380,1226805],[-1263856,1227919],[-1263085,1227998],[-1262983,1225566],[-1262289,1226125],[-1263826,1227941],[-1263744,1227899],[-1264807,1225231],[-1259633,1226511],[-1264676,1225179],[-1265247,1225002],[-1265184,1225316],[-1265679,1225908],[-1259036,1241339],[-1257399,1238121],[-1257783,1237949],[-1258769,1241003],[-1261890,1241285],[-1264025,1250282],[-1264311,1250283],[-1256677,1248521],[-1264145,1247627],[-1261563,1244277],[-1258868,1247738],[-1256827,1280144],[-114594,334780],[-113799,335242],[-109062,337570],[-107562,339032],[-105629,339283],[-109776,336126],[-105324,341697],[-103577,341182],[-107413,340245],[-113403,334501],[-108457,337584],[-107051,338337],[-106277,339295],[-110493,337023],[-105159,340748],[-105843,341987],[-104125,340809],[-107077,340143],[-114584,376901],[-114089,375100],[-106428,498915],[-102718,506654],[-113782,510579],[-110306,507647],[-111858,508015],[-114857,507795],[-114791,506499],[-103515,504265],[-114888,510770],[-104296,501712],[-111938,504575],[-104701,499550],[-109166,502569],[-110526,501917],[-110180,503409],[-106073,499420],[-107251,506542],[-104978,506054],[-104762,506552],[-104040,505814],[-106102,505226],[-105353,505136],[-106366,561320],[-106406,551596],[-108873,612270],[-108859,611830],[-109905,614888],[-104584,620765],[-108679,616652],[-109379,625310],[-109820,625087],[-109140,625599],[-112479,621039],[-108765,622231],[-109313,621591],[-109765,616584],[-107636,621223],[-105436,619006],[-106157,620229],[-109190,625302],[-107847,621451],[-109425,622371],[-109466,618412],[-112303,620778],[-112487,620835],[-104566,619693],[-114872,617900],[-113248,621642],[-113032,623206],[-112207,625772],[-112408,625821],[-112239,626008],[-113554,627207],[-112011,622774],[-112281,622745],[-112192,622577],[-112301,620704],[-110959,620570],[-111079,620520],[-113721,627401],[-113569,627447],[5468,315569],[2621,315993],[4846,314719],[6328,315436],[2106,316526],[6899,383585],[8962,383513],[8233,387150],[8910,385292],[7113,387635],[12406,386102],[7669,387946],[12522,385376],[7240,388601],[12291,384305],[7692,387443],[12437,445273],[11135,445061],[9401,446752],[8657,444857],[9771,444046],[12664,444403],[9636,446814],[7890,444541],[10757,442975],[948,496410],[1285,495454],[2238,494852],[3106,493907],[3004,491677],[3739,491178],[3933,492413],[4911,491509],[4214,492775],[852,496432],[1366,496066],[2581,494592],[2664,494528],[3482,493444],[3136,491179],[4582,490328],[5611,491876],[4176,492304],[9335,587390],[10038,587006],[11170,587835],[10825,588445],[7004,587890],[6960,588444],[9116,588817],[10494,585057],[10993,586104],[11067,587380],[1962,585183],[312,583144],[1016,583397],[9793,583667],[447,582134],[715,584452],[1991,584653],[11577,597603],[7621,620738],[6031,622502],[8813,623472],[6643,622743],[8989,623719],[8981,622050],[9952,621834],[9620,620804],[8473,621882],[9405,624470],[7921,627017],[5068,623934],[10714,622246],[6657,626794],[7219,627250],[4636,626478],[11651,629902],[3816,630408],[10113,628686],[2109,628148],[10091,629776],[6431,631029],[10396,634408],[953,631852],[7124,630918],[5895,629184],[171,627854],[12159,632800],[3055,632583],[11403,630578],[8864,628163],[7955,632087],[8332,635721],[8975,629847],[11379,631679],[6627,629576],[8864,630570],[6936,629161],[4636,631250],[8427,633892],[9089,634005],[11544,627552],[9887,632918],[1288100,485345],[1286372,480449],[1280404,481213],[1281533,482207],[1287645,486289],[1292100,481083],[1283666,485444],[1283514,482846],[1285075,486237],[1292363,482251],[1292241,485053],[1281646,483623],[1280946,486496],[1284987,484339],[1291776,483712],[1282850,483821],[1288869,485819],[1280747,481952],[1288649,484430],[1291063,480716],[1283656,483558],[1281420,484740],[1287528,480922],[1287570,481719],[1292569,484630],[1292203,486569],[1281092,489808],[1283160,491630],[1292589,493224],[1288242,490324],[1289333,492103],[1290631,492639],[1288650,496306],[1288645,490239],[1285857,495891],[1286951,494778],[1282506,493469],[1281204,499390],[1289136,489655],[1285987,491570],[1284756,489435],[1282308,492937],[1283477,495246],[1283604,492742],[1290233,491879],[1292121,495989],[1286607,498705],[1288283,488838],[1291096,493897],[1282194,488442],[1289536,489387],[1290434,494621],[1286505,493871],[1292140,494164],[1281426,491830],[1291049,493566],[1291282,494892],[1290815,491136],[1281258,488860],[1288351,491154],[1288381,493699],[1286485,497351],[1291104,488650],[1283776,492793],[1280538,493759],[1282528,487412],[1285145,487293],[1283399,492134],[1287445,496281],[1281121,492158],[1285127,497094],[1289170,494586],[1283341,487616],[1284645,494046],[1289167,487985],[1291975,496561],[1285925,489918],[1287402,491039],[1285704,494081],[1286963,498063],[1286277,488839],[1291590,495646],[1282490,495427],[1292238,488439],[1291986,488168],[1292288,490539],[1287310,512158],[1291943,509626],[1291546,503209],[1291341,507450],[1284387,502386],[1290600,509571],[1286567,507362],[1281534,503569],[1285435,504801],[1286151,501731],[1290168,505923],[1283016,506930],[1292241,506931],[1282968,501249],[1287704,506785],[1281939,512149],[1283083,506061],[1288521,507546],[1291927,506716],[1291249,511451],[1290566,509680],[1292047,506029],[1288866,510099],[1289193,504656],[1282182,502101],[1287225,503081],[1292332,503236],[1290774,501787],[1292355,507220],[1288299,503671],[1288597,502571],[1282289,507414],[1285589,502695],[1289696,510086],[1289490,509187],[1283876,502715],[1285407,508909],[1286575,507474],[1283616,502677],[1291901,509071],[1286671,507455],[1284668,508657],[1288735,508100],[1287158,504701],[1286011,510155],[1283431,504503],[1292075,513389],[1286761,512892],[1286312,513816],[1291722,513159],[1289816,513485],[1294574,479358],[1293830,480335],[1293996,477680],[1293647,481013],[1293034,482103],[1293182,479077],[1293496,476977],[1293253,482168],[1293734,481419],[1293000,482947],[1295456,479980],[1301790,485516],[1298471,480521],[1295881,481994],[1296990,479418],[1298949,481248],[1302376,483922],[1305463,486134],[1304695,483842],[1294934,479768],[1293772,485701],[1293669,484480],[1298469,480720],[1294227,485138],[1294460,484748],[1294452,482937],[1299833,482865],[1298877,486225],[1298942,482448],[1296476,481570],[1294267,486132],[1298653,479417],[1305521,484948],[1303552,486374],[1296872,483439],[1298970,483939],[1299572,478472],[1296462,486299],[1299662,481142],[1295298,486277],[1305312,485783],[1299651,484075],[1302533,483858],[1294787,484299],[1294162,481492],[1295351,478898],[1300514,484963],[1295262,485839],[1299375,483434],[1298674,477897],[1295013,486128],[1295426,483871],[1299116,480289],[1298022,481689],[1302214,480086],[1301543,479362],[1301001,480704],[1295198,484403],[1295423,480626],[1295618,480599],[1293901,484625],[1299010,480306],[1294801,484671],[1296310,485954],[1296081,483542],[1294313,481784],[1298220,481342],[1297795,480967],[1295834,481012],[1294225,484460],[1295656,482920],[1298364,482373],[1303771,498597],[1300300,494485],[1293307,494437],[1304778,496862],[1299474,495454],[1301379,495540],[1302921,496674],[1302214,497037],[1304749,496302],[1305400,496135],[1302134,497947],[1301855,495271],[1305241,495703],[1302449,496895],[1301834,496361],[1304242,496638],[1300442,495996],[1293019,497608],[1304027,498387],[1303621,493075],[1303792,491192],[1305529,494765],[1298538,488661],[1296355,488680],[1294991,488766],[1293719,489877],[1301891,493510],[1304856,486778],[1299979,491886],[1296936,490945],[1295081,492991],[1300234,490081],[1299225,488277],[1302097,488746],[1296846,493122],[1302567,494132],[1294573,489704],[1295938,490077],[1295984,491632],[1293019,491850],[1295190,487171],[1295217,491600],[1300992,491656],[1301568,492048],[1303841,493856],[1301581,488551],[1295879,490808],[1298264,489718],[1292964,489552],[1295627,491296],[1305409,490248],[1298725,493794],[1297457,487538],[1293991,492329],[1301912,495180],[1302369,491575],[1303002,487836],[1303931,495228],[1303337,495415],[1294051,486815],[1305330,488569],[1303593,495784],[1305379,495318],[1302901,495130],[1293517,489844],[1293610,489247],[1304056,495560],[1305335,489451],[1303546,495961],[1302236,493591],[1302546,495551],[1303457,490222],[1304919,494837],[1294373,491994],[1300225,486829],[1301014,488712],[1295307,487893],[1295346,488275],[1303622,490885],[1303095,492760],[1305024,494163],[1298522,487102],[1297683,491493],[1295420,489915],[1295652,489510],[1298716,488107],[1304750,495140],[1305028,491891],[1297888,490768],[1294225,490397],[1295670,487045],[1296196,487508],[1297334,507255],[1303596,501006],[1300827,500705],[1300680,501490],[1303624,499679],[1299984,509290],[1297110,504823],[1298038,508601],[1298051,503825],[1293487,501828],[1293504,503457],[1298586,503037],[1293247,503278],[1293002,511730],[1297198,501917],[1296692,502376],[1301935,502280],[1297926,502955],[1296686,505765],[1293292,502106],[1299505,509510],[1300337,509067],[1295893,501973],[1303132,499765],[1297939,502426],[1294523,508373],[1294808,508460],[1294011,508581],[1293227,507619],[1296604,511338],[1294384,507398],[1297873,512481],[1293273,512240],[1293594,513564],[1292951,514968],[1316386,220892],[1316360,217864],[1317151,218998],[1317797,224279],[1317388,225512],[1316708,225206],[1316941,223795],[1316061,222751],[1316361,223048],[1317641,219342],[1316330,220647],[1316851,222403],[1318251,224657],[1316359,484505],[1318274,478261],[1317516,479410],[1315963,475075],[1316438,479208],[1315353,479927],[1316138,476155],[1314183,481748],[1315036,480515],[1316694,482114],[1315119,474328],[1315447,478127],[1317428,475307],[1314611,484609],[1315827,486138],[1315601,483146],[1315159,485614],[1315111,483517],[1315563,481797],[1318346,478637],[1315033,476331],[1317075,483157],[1311319,484227],[1318324,486595],[1313956,480277],[1315643,486550],[1317392,483777],[1317168,476935],[1315865,475763],[1315326,476280],[1314153,486521],[1311672,485912],[1315814,484026],[1314130,482253],[1314742,483607],[1314162,481094],[1315338,486361],[1317901,474644],[1317483,476064],[1317716,482403],[1315118,478759],[1308902,482808],[1306930,483815],[1318064,486077],[1307903,486345],[1305802,482789],[1306243,479285],[1305795,482539],[1315522,487109],[1314266,487475],[1315490,487245],[1308729,492961],[1312479,490271],[1306441,494466],[1309681,489048],[1316288,499363],[1317676,486781],[1317787,495289],[1317765,493797],[1308935,487684],[1308868,491602],[1312247,494824],[1306928,496247],[1313502,488119],[1310800,491325],[1312537,492737],[1310886,494327],[1312724,492490],[1306222,499184],[1307508,499083],[1316991,495001],[1308258,492195],[1311192,487676],[1309299,488188],[1307260,495980],[1314322,494012],[1308930,489319],[1313429,489422],[1313466,493330],[1310417,490181],[1313826,489326],[1309999,491030],[1311055,492574],[1308591,496349],[1306638,496354],[1316556,486758],[1317536,495332],[1318027,495847],[1314929,492582],[1307820,491449],[1311261,491113],[1309503,490467],[1312210,495142],[1317222,493684],[1313302,494526],[1308111,490795],[1311312,491083],[1307297,491914],[1311698,494261],[1310840,493695],[1314024,494059],[1315802,492195],[1307310,497010],[1314494,490046],[1313930,488109],[1318337,491533],[1306645,491524],[1309471,488003],[1309972,490187],[1308201,497475],[1316404,486947],[1307112,491524],[1316582,496487],[1306287,494931],[1316722,491427],[1313750,493187],[1315908,486658],[1315520,487177],[1314538,487142],[1318050,493905],[1308484,491617],[1313133,489324],[1306631,492903],[1313135,495125],[1313089,491122],[1307067,494878],[1313559,492295],[1306645,494354],[1308858,495934],[1310989,493277],[1310313,496096],[1311915,490712],[1311144,490302],[1306082,497708],[1308836,490817],[1307728,490624],[1306362,492130],[1306041,494619],[1306236,494264],[1306440,492869],[1306399,490981],[1306479,492371],[1305950,493094],[1315990,503547],[1316954,504673],[1316051,506524],[1317748,508823],[1316025,502722],[1316799,505155],[1316692,505157],[1315618,500622],[1317592,502148],[1316404,508556],[1316254,505369],[1316939,508263],[1316044,506453],[1318005,502449],[1318189,511959],[1318054,506009],[1316261,506423],[1317973,509132],[1318141,499859],[1317416,515365],[1326367,216366],[1320227,216285],[1320472,215557],[1325612,216621],[1324597,215833],[1324686,216721],[1325527,216320],[1325531,216367],[1325484,216336],[1320446,217263],[1326735,215817],[1322481,216651],[1319347,218461],[1323870,219765],[1321515,219853],[1326267,222205],[1324152,222603],[1318658,218388],[1319679,220157],[1323594,221731],[1323133,218804],[1321655,219046],[1326371,226452],[1322836,220691],[1321992,220709],[1325826,221807],[1325187,225153],[1324713,220246],[1319069,218801],[1325296,219329],[1324590,219936],[1318688,220527],[1325816,218315],[1325406,223570],[1325201,218837],[1322934,218504],[1324177,219311],[1325604,220792],[1322511,219945],[1326207,220281],[1325302,223383],[1322507,219766],[1324756,219075],[1324236,221661],[1323955,220758],[1325085,242172],[1329114,242884],[1327345,242225],[1327517,240256],[1324071,238069],[1326304,238353],[1327404,236459],[1324820,242188],[1329001,243366],[1326770,242416],[1328079,242006],[1328055,240105],[1323153,243268],[1324021,237117],[1325867,238169],[1327078,235588],[1325249,242071],[1327555,242850],[1328153,239892],[1323931,237965],[1326206,237983],[1327871,235882],[1330016,242626],[1324946,242638],[1327362,242803],[1327846,240113],[1322945,243051],[1324089,238562],[1326115,238822],[1327087,237093],[1325026,245691],[1325174,245132],[1326626,243976],[1329154,245122],[1327690,243623],[1324616,247502],[1323305,243565],[1325593,243883],[1324577,245089],[1325807,245035],[1327098,243613],[1324344,248299],[1325481,243541],[1324778,245298],[1325448,244435],[1326788,244342],[1328544,244017],[1329293,244555],[1324956,247430],[1325227,243639],[1324453,245743],[1325530,244315],[1326415,243956],[1329406,244839],[1327756,243711],[1324282,247420],[1322552,243708],[1325451,243592],[1319479,484838],[1319264,485991],[1320137,480031],[1324890,481270],[1324326,483724],[1319895,477868],[1324716,486443],[1324798,485332],[1320230,485706],[1319001,480434],[1321499,483127],[1323251,481001],[1324554,477229],[1321455,480439],[1323917,482950],[1318926,476030],[1319355,484053],[1325252,480205],[1323716,474755],[1322362,477638],[1323918,484020],[1324758,475933],[1320801,481439],[1322390,477620],[1321570,476856],[1320001,477443],[1321287,481189],[1324511,486580],[1323373,479833],[1323115,477047],[1325507,483491],[1319337,482118],[1324467,481116],[1322012,477143],[1322364,486377],[1323677,493421],[1323843,492842],[1323102,492288],[1324165,487712],[1320456,490980],[1323509,489196],[1322875,488253],[1320550,486998],[1324421,487862],[1324504,492925],[1323803,492721],[1318751,490543],[1322431,487087],[1322907,486796],[1323970,493019],[1319864,487285],[1322283,488197],[1323282,487637],[1323067,492232],[1323923,493773],[1320155,487483],[1321249,488158],[1320835,489231],[1324071,493412],[1319246,490579],[1320255,488260],[1324873,489524],[1322225,487321],[1320177,491637],[1320181,489211],[1319595,492492],[1318639,492052],[1318556,491333],[1321056,498674],[1323911,499291],[1323746,511439],[1322968,510898],[1321907,512132],[1326641,506824],[1322266,509867],[1322194,505901],[1322108,508845],[1322198,505840],[1324398,508572],[1323078,508437],[1318890,509947],[1320522,505833],[1327079,503991],[1325462,505893],[1322167,505794],[1326600,511170],[1322571,508852],[1326908,507061],[1319447,510384],[1319703,508174],[1319588,507084],[1323320,506392],[1327173,507564],[1323501,507172],[1321927,508510],[1320061,510994],[1322775,511095],[1326887,511574],[1322946,509910],[1326893,508969],[1326559,510602],[1326645,507320],[1325762,509560],[1318644,510704],[1320174,506488],[1323954,510537],[1319526,507280],[1323642,503759],[1322473,505423],[1324884,508749],[1318942,508553],[1322977,502618],[1321821,504951],[1322909,502937],[1320355,500632],[1324301,501634],[1324761,501858],[1323657,503368],[1322114,501908],[1319604,501511],[1321574,502934],[1318459,500844],[1322779,502447],[1325667,504754],[1322206,499901],[1319365,503177],[1322268,503295],[1324907,501794],[1322537,501536],[1327678,501608],[1325514,502964],[1320077,503601],[1327581,515541],[1320344,512263],[1322506,513705],[1322359,512908],[1320578,517082],[1325601,514191],[1323925,516346],[1325691,514651],[1326345,514182],[1321986,513686],[1322360,515673],[1321382,513965],[1324502,514457],[1323498,514303],[1320718,513419],[1336209,352208],[1336215,352261],[1332456,352368],[1333433,350276],[1334560,350570],[1338073,354460],[1339440,353355],[1340196,353328],[1339712,354515],[1340146,353411],[1340118,354600],[1335636,354987],[1334225,354026],[1334744,355316],[1340322,356717],[1333541,356055],[1337242,351289],[1338067,351422],[1335952,354510],[1340454,355415],[1336004,355046],[1338170,366523],[1338981,364955],[1336814,363479],[1340375,364841],[1339114,364592],[1338550,362465],[1338304,364139],[1340408,365720],[1334641,361506],[1335914,363443],[1337257,359784],[1335686,367290],[1335757,361856],[1336789,364839],[1336031,360371],[1336863,361374],[1337451,362850],[1334325,359996],[1335841,365861],[1336740,365678],[1337883,363235],[1337305,364450],[1334712,360003],[1337127,362890],[1333182,366042],[1333563,365644],[1338898,360303],[1340915,365781],[1334482,364032],[1342634,366055],[1341598,362383],[1337058,366834],[1337165,359726],[1340131,364572],[1339351,365573],[1338371,364704],[1336750,362122],[1334748,364858],[1333490,366274],[1338177,361076],[1346622,366137],[1345690,360610],[1347440,362668],[1347546,363762],[1347981,363040],[1346560,363459],[1347559,364862],[1347391,365391],[1345376,366047],[1349542,361222],[1347841,364233],[1347437,366165],[1346483,363799],[1348375,364291],[1353188,408085],[1354796,407406],[1355451,407502],[1353257,408381],[1354989,419882],[1353311,418923],[1355903,418994],[1356375,419068],[1355638,418535],[1355065,423039],[1367152,407904],[1367254,407752],[1362402,407753],[1366924,407858],[1360446,409037],[1360344,407309],[1360312,408727],[1364622,409408],[1368789,409712],[1362369,416507],[1361986,415779],[1362671,412921],[1366148,418843],[1363008,414997],[1367560,417248],[1365938,417688],[1364988,419396],[1369372,416401],[1366006,412197],[1362471,413173],[1367233,411467],[1362464,414336],[1365815,421838],[1364975,411059],[1362912,415208],[1364369,413536],[1368343,412919],[1364393,413329],[1366858,410452],[1367121,409891],[1365434,420080],[1361456,416748],[1365594,415473],[1365402,415850],[1362995,413645],[1366885,416267],[1364857,412176],[1362090,410914],[1368444,420417],[1366049,416653],[1363021,412110],[1367184,411785],[1365362,417757],[1363387,415111],[1365705,416094],[1363411,411079],[1359320,416436],[1359851,412929],[1361321,417209],[1362147,417178],[1357818,413711],[1363395,419067],[1357735,412724],[1363686,418007],[1369033,412251],[1366851,414683],[1369592,415246],[1357050,414038],[1362815,419486],[1357011,416070],[1358757,415070],[1358034,416374],[1357860,415095],[1359435,416971],[1363505,412965],[1368708,412979],[1364900,415555],[1363985,415559],[1363437,412081],[1366276,413037],[1364645,415652],[1363389,413036],[1362999,415401],[1363725,412226],[1368758,416380],[1365718,412451],[1363653,412355],[1366518,416753],[1357266,414817],[1363637,421345],[1364819,412550],[1366915,418188],[1367963,418967],[1368042,410471],[1362626,418131],[1364329,422870],[1365775,422951],[1363448,423012],[1381961,213320],[1381621,220105],[1381670,223603],[1369645,409508],[1370723,418247],[1370729,421753],[1369804,415460],[1370389,410934],[1370161,414684],[1370884,416813],[1371243,419109],[1372877,412386],[1369908,411134],[1372269,413869],[1371412,413529],[1371032,419239],[1394789,212284],[1390183,212964],[1393812,214312],[1394066,215099],[1393649,216006],[1394598,213147],[1392695,210446],[1388722,213384],[1394798,216801],[1387293,213783],[1392269,215396],[1389002,215317],[1393407,210504],[1393630,214039],[1393375,213959],[1383066,214278],[1385888,213834],[1392233,207245],[1385478,216170],[1386434,215306],[1388506,212204],[1386449,213138],[1382575,217778],[1389875,216120],[1385481,215100],[1385686,217487],[1387254,215072],[1389091,216633],[1383918,213793],[1386863,216008],[1385117,214397],[1389989,216130],[1386955,216057],[1390012,215857],[1387994,205942],[1388068,213716],[1394484,223336],[1387428,226171],[1391734,219434],[1395191,228920],[1390237,221245],[1394640,224891],[1394849,228291],[1393247,221958],[1384730,230044],[1392150,229154],[1386444,230243],[1393981,226906],[1391112,224016],[1392720,219184],[1389764,223429],[1383152,221333],[1389162,219824],[1382687,218854],[1395134,222534],[1383129,226179],[1390503,227233],[1392731,228084],[1393693,226789],[1392457,225549],[1395146,220630],[1393157,224065],[1387481,222773],[1389443,219700],[1392195,224478],[1392634,217815],[1393343,219326],[1394443,218229],[1385427,224917],[1389073,219468],[1388871,218260],[1382968,222350],[1389041,224524],[1394055,227701],[1384106,223158],[1384570,225708],[1385016,222867],[1389590,223905],[1385730,219831],[1389677,229263],[1388153,217864],[1390194,222427],[1392516,223415],[1387056,220611],[1390548,225561],[1384263,221972],[1391258,221105],[1386003,220811],[1388980,221259],[1384975,221787],[1388175,225727],[1391548,219921],[1388355,225385],[1389531,217889],[1392448,223809],[1392737,222042],[1391641,221216],[1391864,221096],[1389586,222368],[1389424,220110],[1387194,221423],[1390895,219008],[1392601,223585],[1387320,221685],[1387998,220446],[1387531,219928],[1389893,221658],[1387842,220692],[1387965,219994],[1394531,227746],[1392621,241859],[1392728,235340],[1386651,234158],[1386586,231352],[1388666,231747],[1387820,231839],[1395000,232625],[1391071,231263],[1390591,234650],[1390327,231801],[1391726,232048],[1391493,231774],[1393317,234575],[1394779,233986],[1386232,232429],[1406508,214001],[1400842,206157],[1403287,207808],[1398285,214240],[1401066,206805],[1402604,215214],[1395578,216129],[1403928,213752],[1405019,215912],[1399920,207753],[1395219,210832],[1406538,207116],[1405240,215874],[1402254,217689],[1404234,217466],[1403292,216359],[1400923,205972],[1399310,206234],[1396675,210292],[1406418,207734],[1398974,211296],[1399084,211426],[1406427,217750],[1399068,205073],[1397745,212526],[1395897,212084],[1402365,213642],[1402145,208968],[1397744,214975],[1397090,212500],[1397846,216122],[1404535,206828],[1399077,217019],[1406028,213537],[1399151,215530],[1406194,217531],[1400099,216797],[1398739,215996],[1402495,205156],[1396756,210264],[1396735,208313],[1403891,215022],[1407221,216435],[1401248,215766],[1402792,209127],[1405051,207413],[1400549,206437],[1406491,215189],[1403351,207325],[1400949,206793],[1398330,226381],[1399295,221413],[1397451,225767],[1397914,225004],[1403624,226791],[1395579,224615],[1396770,220684],[1407538,230279],[1406225,225228],[1399761,227740],[1405705,228271],[1402988,224486],[1406253,227940],[1405166,218582],[1395666,218190],[1395690,225893],[1400577,228629],[1405264,224654],[1398348,227346],[1397864,223527],[1398254,220598],[1396266,230053],[1405890,229105],[1399108,217871],[1405421,221787],[1397032,223330],[1398884,228280],[1404851,229589],[1406154,229009],[1406473,229230],[1396473,226745],[1399327,225884],[1400249,221986],[1403748,217861],[1395463,224456],[1397881,225565],[1397315,228545],[1400655,220196],[1395201,229015],[1401263,223955],[1403785,222043],[1404905,218796],[1404179,222896],[1403526,219919],[1403795,220108],[1401053,224458],[1395884,227060],[1403062,228394],[1396113,226372],[1402241,222397],[1405959,218807],[1401005,226769],[1396894,230103],[1402002,224040],[1396721,229202],[1395771,222676],[1397028,228256],[1396511,220587],[1399109,222625],[1401740,221257],[1406869,220145],[1401011,221580],[1396370,224948],[1397331,229415],[1397768,230160],[1397627,223993],[1404797,218837],[1403335,221842],[1401051,222536],[1404906,222242],[1407144,219178],[1404178,220967],[1403992,228903],[1399675,227693],[1404194,223469],[1407620,219758],[1404258,217838],[1401077,222256],[1403126,222094],[1404089,229734],[1395590,226086],[1402730,227580],[1400437,226266],[1400061,220424],[1407713,220839],[1396518,229511],[1398092,227663],[1400610,220389],[1398439,231485],[1404774,238377],[1395221,238729],[1396111,230747],[1395539,239484],[1402341,234099],[1402216,232408],[1405364,230660],[1399855,235025],[1406436,238080],[1403884,240538],[1400317,231798],[1406877,234967],[1398144,237243],[1406076,232840],[1397438,241392],[1406882,236769],[1406872,240275],[1398619,241171],[1404112,240504],[1401605,235727],[1396287,231780],[1398279,234486],[1396980,232004],[1400147,232471],[1395512,233304],[1398999,235388],[1398555,230669],[1398782,230867],[1397592,232418],[1397085,236036],[1403709,237425],[1407451,233898],[1398039,237731],[1402566,235883],[1400118,235853],[1405258,235505],[1407773,238155],[1399705,231453],[1396850,230703],[1400809,235989],[135007,164463],[133557,166460],[135421,159329],[133723,158535],[132267,160399],[132862,161691],[133818,161408],[136814,161579],[136602,164517],[132372,166435],[136385,158251],[134106,158502],[136966,160561],[133102,160827],[132298,162584],[133966,161679],[138009,162570],[129818,239921],[136849,231600],[130780,239382],[136421,230676],[140670,238965],[136926,404621],[137797,398085],[136407,398128],[134505,399359],[139827,402484],[139595,401144],[138921,404225],[140089,402538],[138408,401458],[139243,404289],[139606,401053],[131812,403386],[129318,399189],[138601,397252],[139981,435081],[139673,431773],[139209,432920],[130442,564784],[130276,565602],[130493,564318],[130895,566084],[130329,612308],[129576,611588],[129641,612468],[129772,614191],[140456,625819],[132290,617843],[132497,616499],[128989,615784],[130638,618887],[132831,616906],[130985,615811],[137362,634646],[137188,634148],[140251,629625],[139917,634217],[140477,629215],[138825,635639],[130510,652714],[128956,651718],[128876,652508],[128203,645279],[128567,648288],[130151,652212],[129506,651822],[130616,650522],[129435,651927],[129279,648622],[128108,651904],[129052,648769],[128906,648096],[130285,650581],[129639,649222],[129241,649115],[128554,651569],[128887,651181],[129348,651022],[129402,652039],[128703,648919],[128347,654583],[128210,655066],[130653,653613],[128093,653775],[128873,654384],[128754,654579],[128311,654516],[128686,654194],[128743,654271],[133775,689289],[133996,687697],[133864,689575],[132469,690878],[139978,691581],[131966,695326],[140226,697405],[140631,695955],[137338,693746],[129319,695748],[140230,698023],[129988,695279],[128443,691669],[132002,697182],[136614,699229],[134924,696989],[135120,695127],[135952,697962],[137726,710838],[139964,709681],[138523,709057],[137719,715135],[139519,712642],[139360,713802],[138140,708433],[138047,710427],[137432,710775],[137560,708616],[136885,714637],[137912,713148],[139118,713173],[136910,714724],[130709,718543],[133136,726507],[130660,718412],[133251,722354],[132458,722242],[130110,723511],[129169,724267],[139798,729282],[130560,718834],[130411,718791],[133037,719175],[129829,718828],[131633,727406],[133369,724568],[128892,725825],[129268,723219],[130100,723814],[129036,721902],[135990,742237],[137694,736988],[138718,736798],[137972,737536],[138632,741153],[136472,738868],[136449,737829],[135894,742370],[135503,735480],[138316,743313],[138481,743603],[136065,742722],[140232,742962],[135109,744486],[136376,743727],[133369,744842],[136998,745607],[132884,755063],[132952,752799],[134305,752495],[131397,745153],[132704,744466],[130245,745247],[129418,745013],[137463,748883],[137876,747256],[137956,747099],[130987,743858],[132291,744011],[129954,743248],[135180,763136],[137534,759267],[133117,757695],[128727,763720],[132171,756201],[132125,759477],[136743,759904],[133176,758604],[134567,762786],[137011,762639],[128745,760002],[128786,759110],[1408588,217738],[1408753,212519],[1414328,216743],[1409194,217724],[1408674,206882],[1408662,214702],[1408975,209012],[1408919,214865],[1416560,230280],[1419394,223310],[1408914,219030],[1416098,225240],[1414833,225682],[1412970,229119],[1413727,229656],[1413820,225695],[1416493,222833],[1409244,229709],[1410495,229961],[1414483,230567],[1410061,223248],[1418192,228210],[1416193,228947],[1417852,226301],[1419744,223449],[1409758,230235],[1410577,225612],[1412365,226827],[1411052,225703],[1412227,223931],[1410364,225762],[1408024,218392],[1410770,228092],[1418654,235147],[1414563,234618],[1416506,234931],[1417699,237390],[1418019,232552],[1415721,234962],[1416324,240029],[1418761,233021],[1415025,236540],[1418167,237239],[1416205,239187],[1408802,233468],[1410493,234509],[1408902,236267],[1410638,238515],[1412508,231136],[1408119,235245],[1411132,232256],[1410615,236172],[1420414,230751],[1410593,236176],[1408810,232854],[1412502,234109],[149019,161477],[149992,160887],[149512,160146],[150955,161352],[149549,161386],[147740,169265],[152292,174228],[149268,170884],[147661,227516],[147559,226973],[151173,233281],[141216,238585],[150538,233187],[143750,244277],[152821,253013],[151999,252783],[153096,253047],[144096,244444],[151543,253117],[153010,253629],[144687,426654],[146604,425279],[142493,433488],[141261,430182],[141327,427967],[144774,436286],[147658,443215],[151949,442232],[152745,556070],[153344,559958],[151755,557367],[152131,555942],[153440,556582],[153284,556838],[153242,557725],[152650,557468],[152407,557818],[153479,555025],[153396,555347],[152887,553979],[153012,554731],[152253,557746],[152399,559448],[152318,559826],[152298,560082],[152126,558211],[151917,558499],[152519,560935],[152515,560298],[152831,560515],[153492,555000],[153075,554588],[152239,557034],[153574,558065],[151903,555697],[152274,555939],[152628,560213],[152021,553840],[152755,560217],[153389,553891],[151774,555207],[153585,557188],[153095,558757],[152204,557826],[152635,557794],[152439,558124],[153138,557036],[153513,558006],[152559,557953],[153050,554581],[153367,556546],[152586,558459],[152382,557413],[152922,558412],[153022,559014],[152573,554455],[153409,555459],[153290,558243],[152400,557209],[152799,559401],[152438,553969],[148692,618355],[147121,620502],[146956,618268],[144800,618648],[146323,620821],[142683,623501],[141710,623876],[142317,627133],[142792,626005],[148337,617122],[147070,617709],[146148,618831],[142924,619811],[145192,621778],[144008,622404],[142157,626196],[141200,627200],[152128,629485],[152697,631378],[152553,629748],[152207,631171],[141244,631848],[145101,630659],[141860,632845],[150657,637510],[148524,638817],[150070,630910],[146013,635559],[148098,634531],[145175,635838],[141193,630271],[142665,630516],[141650,634227],[152013,640097],[153037,634483],[147260,638931],[150438,638691],[151002,639417],[151378,631518],[150589,631840],[151249,631665],[148399,634403],[148632,633569],[146165,632562],[147169,633334],[152722,640432],[151834,641302],[152678,641595],[147943,640208],[151920,641915],[151900,640825],[151816,640634],[146911,688455],[145801,686427],[148709,688990],[144862,687319],[146003,684243],[147126,688362],[146192,685699],[153255,701403],[152946,697854],[142902,705885],[143195,707803],[144191,707720],[142513,712453],[145073,712716],[144573,713844],[145137,707170],[143956,705907],[143799,708526],[142908,707746],[143742,713314],[141188,714637],[144659,713228],[143127,714308],[153579,716015],[141592,727142],[143903,728846],[143436,726073],[151450,728198],[152051,728410],[149213,728962],[151213,723515],[152843,722093],[152472,722061],[143819,725035],[145988,723026],[144207,721712],[147178,723223],[146486,728083],[142253,725111],[141005,728483],[145790,727686],[142873,728686],[150174,729420],[152844,724488],[152743,721785],[148394,722153],[148096,722860],[147971,722977],[145745,723452],[146106,722021],[143980,723784],[144402,722311],[144686,740872],[144418,730848],[152072,730927],[149938,729822],[149327,730217],[142686,744886],[143272,743006],[151837,767004],[151413,767605],[153128,778012],[152090,776289],[153539,775252],[150865,768286],[153034,769868],[151464,777435],[153206,776631],[151670,775443],[149892,768517],[156877,178983],[158686,170817],[162638,178551],[166171,177879],[166075,177954],[165724,178193],[163420,179095],[165845,178412],[164629,177961],[163203,177263],[157441,179011],[153790,173348],[160161,172288],[164748,177962],[161868,177758],[161344,177523],[159999,179002],[165396,178177],[159541,179896],[164872,177942],[166254,177912],[160159,177953],[163776,180802],[155128,179541],[156821,182019],[164861,179901],[165845,179536],[156783,181028],[154541,180138],[157144,181535],[164681,180069],[154800,252678],[155689,252787],[157987,252633],[160313,252618],[158962,252524],[161493,253142],[162457,252595],[162998,250924],[164711,250967],[165004,250130],[165250,249727],[163595,251228],[154157,252990],[156176,252554],[157700,252907],[160644,251951],[159329,252413],[161400,252617],[163040,252142],[163591,251759],[165395,250014],[164704,251028],[165062,250495],[162925,251342],[156285,433982],[155823,432442],[155799,432290],[159978,482055],[158224,482206],[158092,484164],[156546,485018],[156821,486508],[157030,483807],[156086,482824],[159864,480278],[158448,478087],[157547,479201],[157458,480992],[156799,480443],[160815,480163],[158550,479780],[159135,482291],[156098,484451],[156729,486544],[157231,485101],[157262,486239],[156973,482859],[156725,482103],[158668,477583],[156714,478443],[156894,480367],[156528,486659],[156267,490565],[157425,488611],[156436,492102],[156438,492994],[157448,490501],[156929,494917],[157013,492878],[157262,498416],[157944,496770],[157360,496203],[156897,494818],[157849,498038],[156020,489902],[156533,489853],[157497,488242],[156689,492574],[156408,493860],[156997,491951],[157314,493706],[158063,499209],[156884,495490],[157657,499306],[156903,498649],[157229,497720],[157298,497233],[157245,496095],[157880,497889],[158323,501128],[157326,500851],[157701,500460],[157748,502844],[158128,503642],[157486,505478],[157935,501623],[156989,501281],[158065,500466],[158003,500393],[157082,500896],[156969,500084],[157288,503500],[157589,503947],[157392,505568],[155752,555733],[153740,555519],[154842,553024],[154748,553213],[153786,552824],[155069,553692],[157465,556021],[156925,555987],[154852,554356],[155020,552867],[154228,551758],[153621,555929],[157507,554116],[156055,557138],[155908,558798],[155346,551897],[154888,560326],[156885,553036],[153854,554499],[153853,555491],[154972,551003],[157412,557057],[155487,559355],[155934,558033],[154910,560817],[156843,558560],[157730,555602],[157024,558139],[156738,555033],[155498,556555],[155215,557261],[156962,554078],[154919,551242],[156900,555711],[154409,553044],[155947,553063],[154814,558547],[155007,553970],[155774,553633],[156294,555864],[154446,553609],[157078,554783],[154364,551670],[157803,557410],[154635,558567],[154108,551520],[157007,557850],[154128,551302],[155335,555868],[155955,555309],[154699,553373],[155221,552749],[153895,555783],[155200,552094],[157829,553299],[154096,551592],[156969,554742],[154081,551971],[156034,553719],[154715,556431],[155149,557654],[155375,556278],[155193,551354],[156908,554249],[155081,559326],[154717,558268],[154593,558253],[156131,553568],[154516,551165],[155564,553525],[153936,551657],[157425,557891],[155340,558014],[155986,556525],[156764,556750],[153961,556410],[154791,560733],[156534,558083],[155608,559148],[153695,553210],[154527,559206],[153801,551108],[158732,555261],[155250,555540],[156138,555038],[156582,555251],[154476,553062],[154107,552614],[155395,552913],[153724,554237],[154872,557476],[157191,555779],[155690,554842],[156325,555639],[153627,555367],[154626,552366],[153857,554000],[154968,557684],[157435,555541],[153855,553115],[154462,634535],[155991,633026],[153617,631602],[154264,632079],[165615,661766],[164398,665120],[163862,660552],[163671,661815],[166143,664588],[164928,661193],[165150,664656],[166309,662709],[166345,662820],[165606,663248],[165068,664900],[165176,663040],[162470,667014],[163319,667778],[163834,669225],[164577,669801],[164016,666580],[163520,667791],[164689,670155],[162438,668102],[165078,668831],[162331,669185],[162691,667850],[161932,665827],[163409,697688],[165403,703568],[159574,694594],[160495,701796],[161601,695800],[162606,694719],[165005,699301],[163644,695896],[163204,698665],[162837,701334],[155215,700436],[158430,701271],[154542,700977],[161206,696237],[163133,703067],[162608,702232],[166321,702952],[160864,696853],[159607,694888],[159921,695685],[161107,696392],[164169,698514],[163415,695371],[160751,695198],[161341,696970],[165168,697301],[164865,698935],[160876,698955],[161465,699577],[163002,701757],[156073,698693],[158257,702298],[165758,709348],[155625,716298],[156724,711258],[158360,716809],[154505,724643],[154141,723998],[159356,718209],[155351,720123],[156306,720371],[158890,717738],[155840,718406],[155874,717451],[160811,751456],[157901,753825],[161366,754578],[161976,744071],[165297,744199],[160789,753170],[160996,754249],[161614,752918],[165104,748999],[158578,752082],[159383,753967],[159276,750626],[165376,745519],[161427,747291],[162242,746907],[162326,743804],[161097,750772],[165181,749656],[163068,755210],[163486,752160],[164047,749639],[158787,764432],[156976,763824],[165846,761637],[165004,761614],[160281,760325],[158188,763712],[158380,766097],[161524,765311],[160035,761519],[161513,763977],[157312,760157],[155622,756925],[156063,758714],[165104,762713],[163630,755631],[164332,766967],[156312,760846],[160464,760320],[162829,768179],[163306,767979],[160817,765313],[161314,766365],[160819,767618],[158866,763323],[158588,763273],[157829,762155],[158817,762973],[159259,759585],[156445,758428],[158582,757795],[159097,757610],[164640,757281],[165516,756096],[158544,765287],[164602,766111],[161159,764266],[157083,762000],[157522,764875],[159902,760183],[161561,764334],[163674,763600],[161396,759506],[161334,758845],[161988,763460],[161903,762610],[160600,764916],[159794,759009],[157077,763423],[164943,767843],[159075,764962],[157540,769452],[162902,769417],[161688,768848],[154233,768680],[157371,769966],[160250,768506],[154936,769738],[154221,769026],[160867,769179],[161335,770021],[157907,769366],[158945,770490],[162928,769917],[157686,769484],[157882,768768],[163689,177875],[166118,178970],[176548,193951],[176890,193900],[176344,194215],[176999,193825],[176346,194021],[176290,193849],[171468,216386],[174346,208931],[176548,207616],[171951,215927],[175145,208149],[175450,207163],[178031,223856],[178171,223135],[176675,223889],[177904,223617],[177138,223154],[177386,224065],[177910,223120],[178787,234985],[177539,234692],[167630,249503],[167703,248859],[179163,249339],[173395,633686],[172023,636684],[175016,635842],[174319,634619],[173332,632926],[172817,635739],[173374,633504],[172721,645638],[172921,643554],[176682,644344],[173422,642157],[175849,643357],[176003,643098],[175332,644190],[169916,661254],[167697,661537],[167108,663384],[174191,665586],[174331,665566],[166794,660712],[168711,660742],[168162,660475],[167495,662547],[173939,665186],[170607,661116],[169577,661239],[166521,660524],[167943,664577],[168367,663912],[168037,664265],[168551,660595],[170570,661731],[167097,664707],[167261,661375],[167982,662840],[168694,666599],[168828,665815],[173813,669213],[167961,667121],[167116,665814],[171933,690429],[172885,688919],[172558,688416],[178794,688441],[172152,688618],[172629,688472],[172969,688897],[173128,688729],[172076,689695],[177183,687449],[177436,688447],[172699,693914],[172651,694831],[175043,694325],[171947,694483],[173158,691837],[173479,692505],[168069,702897],[168101,703803],[167607,703776],[177629,704151],[175459,693416],[172972,693608],[172427,694318],[172798,692197],[174975,692815],[167656,702085],[167698,699755],[168286,700093],[172884,700960],[173413,716336],[175500,715422],[175729,711646],[176962,711465],[171013,708369],[177301,708726],[178189,709892],[166750,706278],[175323,708504],[173158,707438],[172099,707812],[173894,716491],[173335,715849],[178173,711730],[177914,713345],[176914,711116],[177273,710698],[168272,710574],[178083,708758],[177967,708473],[176247,709786],[170139,712077],[166953,708471],[171047,711281],[174530,708448],[171422,708200],[174490,707927],[175865,705027],[177639,717044],[177993,717352],[178169,719132],[175956,717277],[177302,717403],[178975,717859],[178674,717654],[171229,723506],[170864,721866],[168842,723964],[169832,722023],[175449,742411],[174777,740552],[174506,741447],[176086,740894],[175078,745308],[177609,744485],[175427,745228],[167022,743493],[169697,752893],[166465,752969],[177387,746598],[177216,745110],[175440,744097],[175263,744548],[175623,743051],[170758,753112],[171071,753851],[167901,754664],[167605,761055],[174779,765571],[166782,759502],[170518,757880],[171082,759265],[172853,757712],[168547,764047],[168045,762414],[166488,764457],[168087,760140],[174294,766804],[167230,760464],[173570,767204],[174400,764970],[176516,766753],[169909,756889],[171875,758541],[173297,758536],[179139,759154],[179076,760392],[174159,768580],[180459,204576],[181090,201123],[180742,200418],[180796,200871],[180566,200790],[179931,204224],[186882,227746],[186186,228333],[185465,219626],[185824,222568],[185960,221919],[188782,243306],[181417,233797],[181438,235263],[188894,242799],[179955,248940],[191876,432127],[189966,434354],[189585,424909],[187869,426570],[191954,425570],[188411,432131],[186355,434660],[190897,435126],[189003,424517],[189078,426323],[190427,424389],[190728,424661],[191441,427502],[190939,433705],[189491,434942],[191530,434275],[188021,434863],[191804,432780],[190308,434522],[188417,425519],[190830,423510],[190890,452262],[191747,450917],[191026,452033],[191813,451061],[190961,451568],[191823,451607],[191279,451545],[180652,639949],[190142,650422],[188307,652075],[190405,649318],[189193,652228],[183265,648873],[183124,649176],[183855,648908],[183984,650909],[183463,644841],[179908,647035],[179928,644093],[180448,644034],[191765,647813],[191498,648982],[187597,651562],[190563,648050],[182705,650444],[182997,650750],[183848,650186],[182025,644926],[182884,644819],[182637,646800],[191882,653207],[184225,663219],[187325,662597],[181451,663995],[187234,662202],[189662,673161],[188371,673283],[184071,682014],[180394,681814],[184728,687151],[179365,684792],[184273,682615],[181222,688404],[181392,686972],[181608,687084],[183265,683923],[184686,683139],[179514,711936],[190844,718407],[191706,719189],[191995,720854],[181602,726601],[182048,726272],[191101,720224],[189875,720637],[190880,721147],[180397,725548],[182745,724700],[182794,726502],[181955,725029],[179698,718799],[189726,730670],[188701,729970],[187853,735007],[188534,734897],[188433,734824],[189289,732635],[189830,730611],[189285,731793],[191505,738027],[191491,738631],[191620,740608],[191781,742426],[182926,735603],[183297,738155],[188226,735200],[190344,742752],[191539,742843],[191967,749044],[189670,748467],[189946,747453],[190207,749516],[191533,743586],[190342,743566],[191983,747807],[189101,749436],[190705,747738],[189225,748369],[189560,749330],[188669,755040],[188009,755059],[183512,767868],[182373,764867],[183183,765105],[181338,764585],[184474,766424],[183023,765245],[183898,765265],[180973,766320],[182328,766522],[181734,767684],[180316,760033],[180088,758984],[183336,767829],[181537,763320],[182441,764298],[181395,765390],[184158,766324],[182194,765016],[183292,765287],[183993,767715],[183885,765949],[182268,767197],[181611,767915],[182637,766376],[181188,766980],[180363,758458],[180089,759716],[180003,771529],[179512,770759],[180256,769827],[187346,771822],[188222,772501],[182881,771130],[187494,774338],[182888,773731],[187258,773246],[190105,777834],[191003,775355],[179852,769329],[179890,768319],[182957,769240],[185293,769410],[189073,774623],[186165,775927],[189137,776238],[184123,777984],[186689,776150],[190845,775822],[200540,237920],[199902,237766],[199344,382953],[204129,383938],[200548,383563],[204794,384110],[200735,383970],[199242,383953],[203668,382438],[203089,383381],[193125,428554],[196190,429862],[204123,431628],[200008,423283],[201126,424416],[201108,423322],[197139,423715],[199928,422657],[200577,424525],[200919,423876],[201753,423309],[199310,423905],[199652,423445],[201991,432623],[200297,429286],[202108,430318],[201032,427733],[196993,428975],[194334,427712],[194609,431127],[193273,428221],[195022,433365],[196205,428922],[192037,424340],[201569,423355],[199759,423930],[200044,423278],[201476,431953],[201005,428707],[202778,431286],[200044,429055],[196774,428149],[194902,426723],[195275,431946],[193948,428749],[194510,433272],[194785,427638],[202450,434661],[192619,423990],[192313,425330],[199412,422824],[200573,424167],[200819,423572],[199708,422758],[200618,424471],[200378,423273],[194498,431749],[200705,431634],[202639,431805],[201301,423588],[201452,423399],[199209,424016],[199755,423606],[202057,432670],[201236,429115],[202743,430308],[199978,427982],[197729,429184],[195191,426612],[195768,430847],[194032,428135],[192965,432797],[195695,433137],[195365,427745],[201994,435182],[192668,423778],[194014,427262],[196182,431580],[201628,428800],[194187,424589],[198455,431218],[201251,429240],[200094,423425],[194321,428214],[193516,429602],[199400,432492],[201946,431561],[192591,435790],[203937,438528],[204172,441019],[202280,436407],[202426,435489],[202968,439112],[203940,439469],[203747,442365],[202146,437422],[203630,441003],[202658,437034],[202060,438841],[203894,439507],[203514,441739],[201677,437334],[202515,440026],[204318,439035],[204230,442168],[203517,439964],[204170,437202],[192155,451404],[194655,449201],[194783,448754],[194936,453872],[193322,453727],[195213,448901],[194255,453789],[193475,453749],[195200,449697],[195175,454196],[193530,453581],[194994,449148],[194782,449579],[194905,454273],[193950,454497],[203450,586985],[201655,588902],[203308,585819],[203528,587480],[203251,585104],[200747,587650],[202715,587198],[201667,587437],[204167,586588],[204178,587430],[203085,586574],[203245,587777],[200846,593604],[204751,596758],[204267,595224],[203198,595757],[202650,593860],[199665,594595],[198173,595950],[203685,593728],[203859,591308],[201966,589140],[202815,590558],[203338,592623],[201703,594616],[203522,594718],[202155,596192],[204428,595350],[201873,594567],[199251,595294],[203592,593415],[199392,590811],[203260,591611],[203675,589864],[204231,590417],[204610,593992],[204333,596831],[200583,593674],[204353,596074],[202131,594600],[199844,594553],[199253,594671],[203950,593827],[201188,617287],[203840,617467],[200420,617376],[202273,619487],[203235,618681],[200298,638636],[200222,639248],[204494,635754],[202306,629485],[204339,631805],[203698,629112],[202545,638384],[203717,637647],[204586,634173],[200697,628927],[201551,629184],[202452,631529],[204380,627701],[198801,648979],[197003,649270],[196915,648536],[193404,645446],[192762,645174],[200984,640982],[195722,649888],[196590,646681],[194817,648489],[194776,646903],[194045,644747],[193050,645568],[193686,646838],[194243,646659],[203850,640762],[203279,640288],[192178,653066],[195581,654587],[196718,653890],[192050,653826],[195713,653702],[196985,653259],[195884,670338],[195288,669553],[195305,673892],[197752,672463],[198970,667313],[198899,668833],[201908,670126],[195285,673924],[195024,672123],[194495,672057],[200525,667902],[197938,667782],[200211,669190],[204218,690967],[203726,688559],[201480,681638],[196640,683839],[199077,687308],[198989,683703],[199256,685472],[198407,684775],[198097,684568],[204205,680893],[196525,685157],[199013,684578],[199878,685358],[198933,683751],[196627,686909],[199790,684846],[197236,685835],[196300,687420],[197901,685575],[196378,685407],[196596,685046],[196732,685389],[200128,683756],[198114,686687],[197662,683532],[198385,683604],[199304,685019],[195994,685140],[197739,687447],[199257,686236],[198453,686505],[199828,686017],[196943,686966],[203378,681386],[197385,696695],[198696,696579],[197641,692929],[203502,695712],[201972,694782],[202383,693773],[203584,696707],[199449,695466],[201362,696544],[197346,693976],[197401,694043],[199754,694701],[200826,694083],[203082,693265],[202811,694922],[201618,693238],[199797,709550],[200168,706956],[204657,716442],[204458,716195],[204408,716011],[204765,716681],[200351,716148],[199705,708264],[200958,706360],[200442,706530],[203081,716336],[200127,715744],[199085,716465],[198740,716463],[197566,716555],[204340,725370],[201436,721033],[204799,720182],[204316,718981],[201836,718834],[203178,717601],[202248,718481],[203305,718271],[198752,726735],[194808,722882],[198135,725545],[196240,724873],[196042,722850],[196854,722510],[192473,721310],[198669,717417],[199338,720653],[198920,717247],[199529,718167],[198502,718840],[199917,718775],[198673,726788],[195833,722622],[194704,723925],[195656,722881],[195516,722410],[192257,719689],[197943,718485],[197918,719149],[199209,719654],[199660,718883],[200054,717792],[200209,717514],[195922,741672],[197475,742475],[195789,741520],[196206,741512],[199683,735081],[199388,735790],[200349,736175],[200455,734512],[192527,735776],[192177,736054],[196040,733132],[192449,736059],[202551,736919],[202910,739014],[203639,736316],[202705,734031],[198106,739034],[198361,739255],[193291,737858],[193954,740534],[194794,741138],[193082,742378],[193195,741610],[192985,740886],[196775,741528],[204073,735881],[197473,741364],[199994,734703],[198878,734254],[200850,736064],[199397,734110],[192144,736176],[195963,732749],[195480,734004],[195991,735635],[202673,739958],[203752,740203],[203031,739129],[204767,733704],[204104,736573],[202501,736824],[199054,739424],[200973,739632],[197710,740850],[199674,739517],[198993,741169],[198088,741341],[198154,740826],[194914,740100],[193638,737669],[193692,741659],[196655,742900],[202030,743369],[193023,742643],[193189,743333],[197082,750636],[199619,749065],[195611,753429],[195910,753317],[193972,748823],[194734,752914],[194073,747030],[199903,748960],[197672,749219],[195155,754166],[192653,749909],[194995,748046],[192160,746089],[204731,743270],[203906,742605],[202363,743810],[199113,743257],[198820,744238],[201372,743221],[198757,743392],[194079,750632],[200069,748995],[195984,753410],[195896,752975],[198250,748595],[195109,752484],[198651,748691],[192546,747855],[194998,747284],[192884,746632],[204488,758466],[198837,758604],[197594,757723],[197763,758336],[197247,758195],[201577,757699],[204054,758569],[201833,757444],[204070,759365],[198602,760027],[204202,758198],[202363,760738],[197654,758901],[196936,757607],[201303,758245],[194514,775236],[192170,776008],[192817,777271],[192793,775261],[215928,383297],[216440,382231],[208074,383074],[209177,383844],[207938,383547],[205575,382518],[216479,381575],[210660,382979],[209658,383015],[216083,382310],[215044,382504],[216340,384006],[215780,381565],[216424,382882],[206105,383137],[204910,384097],[209350,382244],[210696,381957],[209112,383410],[209429,381708],[210235,381761],[208955,383355],[210275,382274],[205302,384569],[209290,385006],[204894,435898],[205979,586337],[205129,588467],[205207,586894],[206293,586582],[216796,588419],[205268,588129],[205509,587166],[206040,586732],[214454,596075],[212681,591049],[216253,591079],[205033,592410],[205264,597205],[205850,591186],[213902,591053],[208466,592379],[209772,597802],[205882,591458],[216742,590257],[207543,593902],[209603,594045],[216515,595663],[210383,591265],[210010,596523],[205248,590384],[214691,597067],[212464,591671],[217195,590754],[215769,591869],[213613,593594],[211700,593957],[209429,594941],[212390,593857],[210239,596516],[211397,598252],[209608,597936],[212913,597589],[216805,596096],[216283,596796],[215573,597277],[214584,597202],[214707,597878],[205832,590464],[213632,614518],[211961,613646],[210066,615876],[211649,615900],[214603,618491],[215286,615935],[215199,618644],[216555,617571],[215435,616417],[214001,616588],[211586,616654],[210077,617260],[209104,617977],[208586,619844],[206219,620354],[211112,619558],[214265,620780],[215183,620746],[215454,623789],[216508,622594],[208548,617688],[214707,618602],[207911,616452],[212023,618656],[214170,617039],[215165,616585],[214209,619476],[216010,618312],[215285,619586],[215916,616910],[214158,618068],[211670,616066],[207030,619402],[211362,617566],[209520,618691],[210478,619339],[213927,620329],[215887,621090],[216039,622556],[217097,620971],[213055,614673],[216362,618753],[214128,618728],[215089,616631],[215946,617697],[215540,616696],[213342,617548],[212016,616004],[209296,618130],[208743,620443],[207814,620377],[211969,619323],[213848,620903],[216184,622178],[216210,623705],[217197,623710],[216094,635260],[217118,635584],[217371,635900],[216617,635409],[205464,634673],[207457,635990],[208039,632996],[208431,632620],[207170,631863],[207402,627910],[207618,629537],[207400,628838],[214274,637031],[217313,637605],[214000,635108],[208542,635534],[205282,633957],[206248,633524],[210951,633405],[207171,633288],[209922,634693],[209358,632964],[210088,629853],[207652,629124],[209448,629275],[208721,629999],[217142,636171],[213722,637507],[214220,638027],[215660,636278],[216575,634312],[211739,646340],[213081,645044],[211727,642778],[210682,644255],[212423,644622],[210557,646534],[216041,647167],[213235,645135],[211000,641997],[211355,645103],[210954,642895],[213535,644709],[217518,664273],[213461,690754],[212058,691384],[213156,690695],[213269,686302],[212686,686631],[212437,684815],[213420,686437],[212599,691068],[211801,691376],[213987,690285],[213211,690459],[213262,690849],[207197,689821],[207999,689202],[206700,690142],[210638,688598],[211587,686168],[206140,690126],[211708,685028],[211320,686550],[210741,691149],[211812,692270],[211786,702838],[209076,693685],[210939,703073],[207962,692500],[208599,694610],[207500,694350],[214467,693726],[214723,693901],[212560,692596],[208949,701043],[208283,701270],[213611,691492],[213589,693833],[214701,691757],[214025,693586],[211851,694342],[213157,692473],[214274,693314],[213325,693405],[212046,693451],[213981,693541],[213122,694152],[213711,692746],[210853,692821],[210792,692914],[211844,692092],[211542,694118],[209272,707793],[206525,708285],[211299,710195],[214872,716090],[206093,705238],[208464,710737],[205561,706760],[209538,707678],[209535,716912],[210859,704632],[207590,723353],[215779,726509],[216928,717156],[214932,724339],[209838,728771],[204866,725259],[207784,728807],[206916,728568],[215305,726779],[215741,727593],[217151,729309],[215645,726601],[215730,722972],[205511,719732],[205241,717743],[205117,719421],[211748,730038],[216248,736435],[209700,730044],[216553,737658],[204863,740919],[205921,737052],[213361,734942],[213825,735383],[213416,734590],[217059,738204],[204994,741425],[214383,737290],[213193,737313],[214400,734603],[217061,738698],[205608,756996],[212641,758658],[213588,758019],[213792,758173],[214351,758318],[216086,760652],[214456,760006],[211611,759156],[210340,757089],[212239,757827],[212012,757723],[205609,757005],[211058,757155],[205514,758646],[212406,759602],[213136,758475],[212044,758687],[212750,758909],[214195,759947],[213691,758414],[214300,758324],[215911,760260],[211890,758916],[210668,757450],[204919,759071],[228729,245808],[224158,249225],[228435,245676],[224300,249418],[224144,266521],[228225,263012],[225204,266590],[228896,263675],[226625,273340],[225594,276540],[225404,271146],[225842,276306],[227275,274390],[225738,271631],[225700,271668],[225666,271148],[223138,465978],[222994,466178],[223300,465899],[218059,593934],[217654,596635],[219798,596005],[222770,591898],[221848,593712],[222947,595975],[222230,593253],[221345,593670],[224531,594246],[221060,595755],[222292,596927],[223258,594341],[222129,595467],[230246,620752],[218301,621028],[218110,620199],[217695,621313],[217690,635875],[222008,637290],[218432,633908],[217947,634830],[217891,635755],[227077,632153],[224617,634300],[225076,630967],[217936,633501],[218957,635175],[218020,633889],[224535,631411],[224802,630527],[224632,630789],[224788,633695],[222926,644107],[220289,645511],[223113,644103],[227811,645019],[222917,641578],[224571,640270],[226283,643596],[227627,643040],[228889,641950],[226278,642378],[219848,647125],[221431,647448],[222194,646919],[224784,640501],[224432,643847],[227180,644979],[226074,647584],[226796,647128],[224873,642483],[227687,641413],[227785,641744],[228215,642461],[227257,640206],[228919,665310],[218163,663071],[226809,667421],[227354,672030],[226068,667379],[226488,667114],[229625,668949],[226083,667490],[227501,672056],[227281,667642],[227390,672868],[227526,667229],[229430,667665],[229227,668190],[228249,672310],[229193,667260],[226453,683550],[227599,684457],[224172,684556],[226630,683001],[226596,689444],[225994,686466],[226373,686460],[226961,684724],[225042,683660],[227305,683187],[223563,688784],[223184,688790],[229468,691309],[229023,691637],[227144,694621],[225083,695309],[223685,695020],[226272,694966],[227113,694741],[226987,729674],[227489,728316],[228020,727138],[226655,727345],[220007,741940],[219472,740242],[221964,739684],[228226,730092],[225312,730717],[222758,738203],[217788,738922],[223012,737859],[226007,730914],[227593,730035],[230252,749367],[229375,748317],[226750,750512],[226061,747518],[227340,747387],[222944,748023],[222118,751002],[222141,748626],[229349,747738],[229393,749572],[229215,748237],[225035,749476],[227700,748416],[224672,749312],[225030,746757],[220968,750392],[222615,750000],[223552,749178],[224362,750175],[241806,161598],[239088,160422],[240918,160404],[238442,161934],[242304,163158],[238732,164091],[239851,165474],[240054,165458],[241685,164568],[242491,165261],[243062,159462],[242536,160574],[242638,164969],[241057,166279],[237411,165478],[241960,161758],[238499,160672],[238904,160624],[240438,160688],[238721,161443],[239567,164071],[239299,165310],[242405,160388],[241613,165585],[236154,166723],[237573,166723],[236167,166907],[239269,217504],[239526,217550],[235839,226615],[237349,226260],[238067,227175],[237825,226298],[239206,225784],[238016,221745],[238232,219832],[239588,221620],[237583,227632],[238573,226989],[239696,221143],[237565,220494],[238746,224073],[238028,224892],[239361,219760],[238585,219415],[238704,218936],[238471,221545],[237931,220221],[239472,218546],[234637,226611],[237323,226178],[238185,227095],[237762,225521],[238737,226028],[238147,221707],[239386,220582],[235732,227949],[239893,222126],[239768,219257],[238704,218993],[238683,218953],[238464,221707],[238468,220123],[240294,218489],[235349,226478],[237597,226182],[237864,226959],[238477,225786],[239044,225892],[238310,222000],[238923,220121],[236713,227764],[239834,222183],[239257,219395],[238771,219048],[238503,221983],[238490,220611],[239284,217830],[239904,218870],[240013,219297],[238851,219047],[238915,221848],[238274,220748],[240095,217821],[239530,218368],[230406,245956],[231069,254820],[232435,252827],[233250,253265],[236526,255527],[233467,254776],[230534,246801],[231290,253055],[230689,254786],[232374,252617],[240107,256657],[235937,258400],[241507,264870],[242376,264462],[232251,279776],[232312,274447],[231778,274493],[232935,274661],[231095,281792],[231534,279425],[232329,274187],[231773,274459],[232117,279387],[232322,279498],[231960,274453],[231860,274204],[232054,274067],[231779,274112],[232340,282170],[235325,283376],[234085,288301],[232287,293806],[232038,281945],[235133,283050],[232097,282169],[235517,283138],[232115,294285],[233974,287226],[231779,282068],[232291,301828],[232264,306057],[231719,301383],[232702,306318],[234441,309151],[234092,310088],[233777,332563],[233292,332471],[235566,337471],[233711,333396],[234113,333964],[234752,333998],[234015,333281],[236412,333175],[236729,334636],[236062,334752],[235367,335227],[235725,335621],[236369,336351],[233801,334412],[234596,335203],[234804,333789],[236288,335079],[235033,335595],[236896,404701],[235185,407467],[237697,407827],[235621,405484],[236504,403571],[238047,406396],[235844,407205],[235937,405416],[236430,404103],[238350,406111],[235771,407926],[235529,405761],[236533,403675],[237850,406008],[235827,407125],[235400,405450],[237121,404060],[238739,406079],[236010,407997],[236053,411658],[240663,410346],[235816,414633],[233176,415706],[233721,413895],[236052,415987],[234756,414834],[235027,411678],[236320,411309],[235551,416014],[235294,415127],[235525,415192],[234978,415901],[235117,415460],[234885,411475],[235839,412223],[235820,415558],[234783,414989],[235001,411269],[236074,412236],[235207,416376],[234968,415469],[235975,411712],[235403,415297],[235675,416016],[234862,411549],[236193,411902],[239022,411205],[235588,415626],[234985,414900],[233277,415217],[234054,413897],[236831,412604],[238669,412024],[235870,415324],[234907,415384],[234474,413942],[238501,621297],[232696,623115],[234988,618584],[231949,624181],[242195,637009],[240373,635352],[242215,634761],[238076,649928],[236031,652422],[230864,648106],[231594,648749],[230718,642573],[231092,643360],[232438,652854],[231272,665113],[239053,664321],[240090,664984],[232427,654749],[231931,654006],[237050,653757],[231213,668263],[231103,666783],[231255,667811],[233420,738951],[233766,740444],[233234,740465],[233864,742530],[232014,741589],[231793,742552],[234083,742087],[230805,740382],[234589,740773],[230628,739911],[232948,739235],[233912,742087],[231307,741366],[230878,742612],[231401,742692],[230843,749296],[230606,749684],[243751,163781],[243741,166311],[243403,159640],[244018,163060],[243554,165515],[249407,223270],[248342,223301],[247728,224217],[247001,223353],[250500,225126],[246814,225992],[247965,227392],[246464,228799],[248960,223409],[248024,224022],[247899,225049],[247201,222989],[250182,224995],[246534,225696],[247852,228064],[246934,228514],[245938,228979],[246969,230940],[248554,231702],[245790,231448],[247839,231011],[243339,231237],[249627,230653],[245701,230628],[247752,231240],[244543,230864],[250605,339655],[247392,337229],[248828,337438],[249496,337659],[250319,338485],[247452,337040],[248589,337848],[249254,337828],[249868,338788],[250399,339509],[246700,339978],[247076,341439],[247901,337957],[247805,338219],[247154,336671],[247259,338369],[245815,338156],[246934,340663],[249460,339953],[247564,337927],[249363,337043],[249298,337533],[250296,338296],[250153,339495],[247468,338698],[245727,337988],[246887,340730],[249276,339877],[247199,338469],[245763,338002],[246952,340756],[249439,340191],[247281,338288],[245807,337976],[247044,340981],[249397,339970],[255934,407268],[255838,406928],[255229,407982],[255801,408220],[254947,407683],[254585,409012],[254439,408821],[254402,408871],[253835,407858],[253846,407872],[253845,408128],[253407,406919],[254219,406661],[253783,407093],[253996,407287],[254098,406725],[254531,406923],[254528,406531],[254999,406352],[254688,406784],[253507,406199],[253494,406160],[253471,405980],[252738,406787],[253371,406787],[253434,405946],[254465,409776],[254610,409587],[252617,408892],[253276,409296],[253265,409431],[250284,405076],[250663,404782],[251620,404875],[255975,408104],[255995,407015],[255528,407032],[255581,408251],[255754,408531],[254914,408617],[254548,408454],[254291,407978],[254413,408086],[254146,407160],[253369,406943],[254379,407347],[254174,407414],[254890,406405],[254211,406057],[253138,405972],[253614,405914],[253374,406049],[253063,406853],[254684,409297],[253057,408791],[252255,408743],[250899,404652],[250633,405794],[255766,409385],[255411,409120],[255785,409564],[255875,408527],[255799,407079],[255648,407712],[255717,407724],[255053,409210],[254940,409338],[254239,407582],[253916,408371],[254124,406827],[254265,407195],[253856,407340],[254277,406946],[254193,405972],[254619,406125],[253345,406861],[253436,406880],[253304,406503],[252785,406182],[254365,409692],[254393,409382],[253277,409681],[252997,408922],[250642,406101],[251336,404939],[255868,408480],[255671,409132],[255864,408660],[252726,406832],[252885,407470],[253067,406996],[250062,412209],[250180,411848],[254652,410319],[254674,409920],[254306,410629],[254232,410224],[254893,409893],[252939,411838],[253280,411878],[253462,412168],[251259,412173],[250593,412522],[251089,411952],[251610,411748],[251574,411320],[250734,411842],[249726,412972],[249956,412334],[251631,413613],[250495,413305],[250551,412821],[249078,413290],[250182,414112],[249353,413481],[251492,412835],[252273,413335],[252033,412440],[254364,411934],[254330,411990],[254567,410826],[255128,412136],[254729,410966],[254812,412319],[255043,410186],[252859,412056],[252996,411772],[251301,412498],[250890,412187],[250721,411955],[251842,410880],[250361,412198],[249487,412515],[251108,413804],[250486,412411],[250225,414472],[248650,414371],[251155,412592],[251410,413429],[253472,411283],[254847,410800],[255522,412127],[254631,411853],[253166,411501],[252960,411951],[250782,412608],[251026,412518],[251631,410662],[250686,412075],[250268,413008],[249185,412225],[250775,413209],[251643,413748],[249654,414697],[249625,414071],[251455,412849],[251115,413183],[254032,411411],[254881,411232],[254860,411055],[255389,410949],[254479,410319],[251465,457043],[243815,453832],[251544,456967],[255541,474014],[254169,475724],[254336,478406],[253890,631566],[244166,636265],[244176,637574],[249712,633121],[251328,633202],[252512,632909],[243418,636916],[243701,634061],[251268,631117],[252070,633666],[250936,634297],[250573,633436],[244943,651295],[244655,652962],[246513,648363],[248710,647912],[248547,647420],[249031,648929],[247526,648492],[246875,649915],[244488,649022],[246698,647622],[246583,646934],[246412,645869],[245986,646870],[247909,652269],[247365,648480],[245694,649154],[248722,650891],[251408,654397],[252652,654134],[246979,653960],[251979,653630],[251829,743750],[253051,743720],[251117,744638],[255969,744120],[252964,744950],[253079,744021],[253402,745315],[252677,745146],[24846,258962],[24974,259213],[23865,257084],[14816,389695],[16228,390001],[13267,384814],[16849,388070],[12950,389814],[14326,387600],[14120,389584],[13852,389752],[13110,390972],[15388,387374],[15834,389401],[13783,386611],[14804,391230],[16609,387714],[18244,387666],[19208,385748],[16930,389867],[16980,388845],[20179,387516],[20821,387627],[16930,389655],[17706,390391],[18793,387692],[14655,446620],[17998,447972],[24683,442253],[24822,442209],[24932,442471],[22556,436703],[23056,437292],[23388,438152],[24325,439326],[14903,446991],[15809,446374],[24661,442050],[25059,442379],[24962,442553],[22748,436736],[23129,437295],[23549,438128],[24471,440894],[23801,440293],[24489,571968],[25456,571140],[19940,588821],[17630,582884],[16544,588888],[20399,581711],[14707,585878],[14975,583307],[25368,580363],[14093,581900],[25398,588182],[20365,587693],[17423,581718],[14516,584567],[16799,585502],[19041,585449],[20877,586226],[24719,579928],[24155,577176],[15573,586597],[13628,587118],[19342,579712],[23273,588195],[23893,577219],[20959,587088],[24128,576694],[24758,584243],[20013,585849],[21266,582501],[19496,581726],[17955,587141],[18300,580044],[16390,584210],[20558,585342],[17615,581391],[13944,585596],[14786,586408],[13828,586961],[21374,593815],[22839,590150],[18777,593879],[14582,590925],[21618,590655],[16794,592076],[12999,590996],[21418,593486],[23945,591617],[24042,593979],[20542,590160],[24820,595279],[17618,591117],[24331,598485],[21044,595925],[19683,594443],[25524,590891],[22458,596508],[23007,595566],[20160,594359],[18850,589106],[25419,589733],[18685,591819],[25566,593905],[25373,601210],[21665,597110],[23441,596702],[22577,596149],[20188,592634],[15078,589859],[20950,596482],[17766,589887],[24368,591542],[24960,607676],[24828,606434],[25304,605107],[25538,607799],[23148,623869],[20861,618368],[21240,618367],[22863,616228],[20777,619145],[22550,617755],[21181,616920],[23264,618312],[21968,618767],[20725,618390],[21011,619133],[22635,618437],[21473,618637],[18754,624801],[18117,622676],[14529,626569],[13648,623509],[16900,626430],[14974,625470],[16535,625361],[14777,623576],[18330,626077],[17865,626609],[13665,623928],[14245,625796],[18784,620366],[24050,625912],[16046,627280],[25230,622740],[20642,626298],[13262,623978],[12949,623720],[24533,618241],[25168,616954],[22576,624193],[24673,619155],[24208,619572],[13669,624240],[24454,629855],[24828,635104],[20266,633466],[17821,639975],[16842,630760],[17276,631071],[19028,632972],[22368,634463],[13107,630793],[22917,631297],[22369,637052],[17037,634234],[14421,628053],[20213,630186],[13782,629298],[14918,628735],[22556,628616],[23015,630724],[18670,638943],[14900,627457],[16021,631340],[18905,628294],[18850,629306],[24469,628315],[17562,633917],[19167,631560],[19672,629575],[17821,639158],[19042,631063],[16785,631901],[21248,632838],[261989,327842],[262064,327923],[263069,327420],[262723,327781],[262089,327591],[261723,330300],[261705,330270],[265120,325469],[266113,327300],[263424,327787],[263036,327311],[261499,329546],[260921,330319],[260539,329722],[266251,326656],[265433,326529],[268382,326620],[268126,327542],[261671,327422],[262970,327557],[261787,327764],[260392,327714],[265745,327581],[263750,327753],[263220,327526],[260793,330368],[261665,330045],[260529,330026],[266233,326440],[265972,326624],[268393,327032],[268400,327489],[265966,327717],[263541,327666],[263010,327280],[260417,330275],[261444,329991],[260270,329809],[266421,326542],[265880,326654],[268322,326562],[268042,327720],[265681,327419],[263721,327979],[263367,327538],[260551,330181],[261540,329999],[260342,329569],[266154,326509],[265641,326654],[268108,326866],[268418,327717],[266302,395323],[267304,394905],[267582,394913],[266731,395532],[266874,395917],[267746,395666],[267382,392784],[267312,392598],[267138,393345],[266424,392531],[266572,391902],[266144,392692],[266764,391186],[267282,391707],[266717,391678],[268509,393764],[264307,392000],[265468,391646],[264474,392492],[262637,392443],[262589,392510],[263521,392020],[262577,389677],[263262,390544],[263552,389638],[266023,395036],[266475,394910],[266203,395196],[265645,396467],[266527,395959],[267420,394294],[268075,395302],[268505,394893],[267630,394760],[268533,393842],[267610,394156],[268078,393552],[268626,394331],[267986,394361],[268143,394592],[268022,395719],[267235,395449],[266623,394040],[267432,395553],[267552,395273],[266885,393816],[267895,393518],[266711,391745],[266078,392135],[266473,391964],[266277,392503],[268759,393197],[268685,392884],[264059,392691],[265273,391796],[262586,392302],[262300,392606],[262969,390457],[262441,390298],[265755,394964],[266164,395489],[266701,396202],[265457,396652],[267555,394566],[268261,395340],[267347,394475],[268101,394233],[268170,393425],[268616,394711],[268787,393604],[268536,393606],[268189,394079],[267797,394669],[267620,394169],[266354,394927],[266679,395759],[267045,394560],[267295,392828],[266740,392754],[266071,392694],[266744,391934],[266586,391365],[266254,391747],[268454,393802],[267885,392539],[264274,391238],[265048,391680],[262918,392819],[262296,391846],[263136,389442],[262873,390297],[266289,394317],[265609,395591],[265680,396476],[268701,395573],[267762,394333],[267599,394618],[267878,394289],[268529,394379],[267848,394070],[268467,393717],[267736,394429],[267710,394510],[261355,408431],[262346,409793],[260773,408208],[261221,408551],[261155,408513],[262102,408081],[261744,408269],[261753,407521],[261999,407109],[261908,406879],[262042,407123],[260644,407224],[260831,406890],[261870,409523],[261509,409555],[259644,407155],[259349,406951],[259401,407249],[257771,407594],[257676,407514],[258522,407277],[256311,406708],[256482,407098],[257271,407077],[256801,406716],[257581,408897],[257225,408436],[257100,408014],[256126,408508],[256482,408789],[255880,409646],[256530,409522],[256182,409629],[262450,409567],[263937,407026],[262544,406738],[263633,406448],[263237,406531],[264134,406041],[264006,407235],[265483,404849],[264990,404294],[265443,405245],[266344,403866],[266192,403853],[266450,404070],[265869,402713],[265980,403303],[265550,402956],[266223,400999],[265516,401906],[265607,402336],[265275,399510],[264666,399495],[264938,400579],[266700,399385],[266290,399394],[266784,399795],[266519,399492],[265603,400619],[265538,400164],[264890,397459],[266272,397532],[265337,398266],[265158,398783],[266017,398401],[265965,398055],[266975,397646],[267013,398032],[266273,398748],[266256,397312],[264912,409416],[264829,409516],[260661,408477],[260730,408645],[261920,408281],[261633,407553],[261983,407074],[262065,406644],[260693,407326],[260095,407215],[260260,407840],[259516,406830],[260157,407157],[257796,407207],[258047,407515],[257119,406740],[256292,407332],[256891,407507],[256666,408900],[262697,409565],[262747,409726],[263517,406419],[263147,407268],[263311,406262],[262847,406371],[265529,404322],[266046,404693],[265594,404243],[265612,403289],[265769,402793],[265420,403120],[265463,402395],[265211,401911],[264615,399849],[264632,400441],[265693,399296],[266758,400010],[265752,399545],[265571,400217],[266241,397001],[265912,398232],[265579,398256],[265058,398434],[265872,397987],[266912,397846],[264994,409674],[265542,409778],[261073,408703],[261287,408427],[260873,408486],[261856,408218],[261697,407826],[262626,407076],[262658,406351],[260376,407569],[260081,407182],[259470,407663],[260190,407007],[261674,409726],[259814,407101],[260156,407214],[258305,406864],[257763,407523],[256235,406690],[257598,406869],[257078,406652],[258068,408113],[257181,407887],[256071,408384],[263703,406051],[262753,406361],[263808,407070],[263866,406719],[264995,405661],[265773,405201],[265732,403406],[266722,403464],[265295,402837],[265033,402812],[265025,401467],[266055,401212],[264640,400461],[265255,400740],[265837,399312],[266427,399104],[266629,400241],[266585,400200],[266119,397498],[266022,397339],[266364,398947],[266451,397942],[266074,397984],[266655,397620],[266415,397021],[264727,409750],[261134,409026],[260507,406731],[262442,409892],[262349,410162],[262625,414977],[265510,417409],[266045,416863],[268439,410988],[267816,417567],[266501,417522],[266226,417413],[266181,415233],[266527,415384],[264692,417066],[264542,417067],[265210,418226],[265036,418039],[267642,419409],[266981,419762],[266440,417758],[267113,417794],[263410,417760],[263867,417603],[263584,414288],[263253,414441],[263105,414611],[262655,414670],[262557,414638],[262733,414977],[262322,410207],[261886,410748],[262572,409959],[261621,410205],[261640,410105],[268233,410993],[267846,411576],[267413,411731],[266911,411278],[267271,411181],[267510,410679],[266984,410297],[268311,415953],[268527,416151],[261619,410238],[262806,414764],[267873,417809],[268629,418773],[268589,416406],[266339,416957],[266609,416483],[266516,417043],[265623,416549],[266841,415238],[266842,416615],[265357,415687],[263904,416650],[265137,415685],[264781,417333],[265759,417858],[265673,418159],[265103,417445],[267753,419827],[267779,419881],[267044,419775],[267283,417512],[266654,417449],[266980,417354],[263132,417011],[263199,417420],[263333,417626],[263267,414650],[263729,414268],[263738,414588],[262575,414568],[262852,414406],[262981,414442],[262475,414866],[261864,414413],[262141,414744],[262293,410428],[262320,410500],[262336,410507],[261679,409981],[261994,410024],[261299,410400],[262669,410056],[262276,410202],[268560,410955],[268055,411307],[267330,412483],[267339,411413],[266848,411240],[266259,411048],[267655,410459],[267122,410118],[264773,410173],[268420,416175],[268191,416427],[268391,416843],[261709,410127],[268338,411106],[262057,410288],[261644,410068],[262743,414750],[265669,417295],[267992,418583],[268508,416232],[267217,416764],[266484,416815],[265340,416702],[266197,416409],[264100,416650],[265402,416941],[265088,416921],[265500,418342],[265564,417651],[267006,419826],[267110,419411],[266900,417665],[266615,418121],[263829,417549],[263850,417070],[263239,414570],[263595,414241],[262943,414522],[262492,414653],[262730,414721],[262637,414498],[262690,410260],[262733,410546],[261925,410069],[262184,410743],[261425,409866],[262235,410029],[262333,411012],[268195,410553],[268078,412245],[268383,411430],[267086,410206],[267740,410738],[265216,410107],[268674,415678],[268492,416607],[257125,632776],[256404,632614],[261815,630990],[262990,631751],[262970,635306],[262451,635686],[266642,635137],[266562,636747],[265108,634023],[258573,630959],[258191,632630],[257527,630589],[258199,633738],[262597,635879],[264394,637038],[261364,637949],[261844,635846],[265127,634625],[258774,630832],[258359,634042],[259554,632841],[265072,634759],[261459,637477],[263619,635713],[263128,652150],[267822,651492],[266739,652273],[267960,650001],[267806,652032],[266711,650316],[266746,649529],[264733,653916],[265313,655300],[262775,653117],[265809,655960],[263951,655650],[264076,653203],[268029,666111],[266016,666952],[266693,666259],[267969,667329],[257668,744958],[257760,745836],[257720,745143],[256714,746054],[256506,745045],[256174,744204],[281122,191909],[278562,187684],[279960,186599],[280799,186943],[281462,188315],[280463,188017],[280390,191761],[278986,187245],[280932,188974],[279110,187374],[280951,185150],[280197,195363],[280834,198615],[280474,198657],[279738,199812],[280784,202708],[279927,200989],[278079,204445],[277666,204407],[277949,198369],[281392,204582],[280284,195089],[278625,196451],[278981,198584],[278845,198509],[281260,197762],[278756,199222],[279961,198794],[280127,202637],[277131,202138],[277540,198136],[277280,204193],[277603,200345],[277122,199782],[281404,204955],[276816,199222],[281240,200618],[279569,199476],[279136,198205],[278800,201160],[279314,199513],[280037,196542],[278461,197567],[281544,202223],[280532,203465],[277731,201981],[279180,198446],[279398,195407],[279795,204978],[280742,198170],[278447,195198],[279810,196074],[278610,198866],[276546,197948],[280131,201539],[281591,200705],[280211,204170],[279843,201993],[279620,202618],[280993,203407],[280080,194623],[278855,197809],[281542,199432],[279918,203197],[278008,198099],[279096,198065],[277366,203706],[280156,202588],[280480,205336],[278948,211239],[275545,217242],[274000,216300],[273301,214770],[277004,211644],[280961,211789],[279010,210490],[271870,215063],[271064,214107],[277859,207174],[278543,216589],[275404,216676],[273402,215843],[275783,216824],[282277,208237],[279815,210968],[279588,216955],[279558,212670],[281339,214434],[273761,216641],[279607,215694],[277842,215541],[278923,216235],[275830,216452],[275468,217338],[276394,216997],[281002,211288],[282753,208117],[280512,205352],[279680,210193],[280756,209437],[280173,210527],[280383,217768],[279391,216584],[277141,216981],[273852,214656],[274392,214048],[275306,215711],[277997,216335],[280401,209561],[279153,210939],[270995,216272],[277402,211802],[279872,213348],[278906,217665],[277207,216790],[275430,220852],[274894,215738],[275831,214412],[274418,217102],[275734,220094],[280433,219531],[277982,223075],[279872,221045],[279413,227584],[281571,228155],[279486,226412],[277156,218284],[275985,218963],[279231,225205],[273404,218002],[280710,220161],[281020,225476],[278465,222565],[280206,225634],[278555,219352],[278208,217862],[276700,218393],[281465,227074],[277449,222537],[281008,226151],[280315,228180],[279594,218038],[277578,218657],[277736,218453],[280727,220313],[281427,228433],[279142,226685],[279052,226174],[277632,219589],[276361,218147],[277986,220744],[279274,219992],[278534,226587],[279625,226382],[277920,224418],[278984,223640],[280009,234314],[277713,240697],[281003,235229],[280657,239296],[280742,238514],[280957,236932],[277758,239867],[281206,238061],[281454,235710],[278338,238606],[280136,238613],[277938,234776],[281306,235730],[279506,241286],[279199,240973],[281373,237916],[281088,238083],[277950,240446],[277714,235036],[276170,242005],[281492,235780],[277234,241239],[277401,241942],[281407,233774],[278966,240426],[278951,244760],[281559,243912],[270333,393193],[270494,393423],[270425,393612],[269384,394416],[269351,394747],[270000,393379],[269286,394078],[270262,394046],[270413,393143],[270383,393110],[270641,393486],[270658,393321],[268873,393298],[269060,394440],[269119,394452],[270146,393815],[269263,393275],[269519,392550],[269785,393794],[269073,393698],[268849,393913],[270280,392513],[270211,392593],[269326,394442],[269347,394145],[269156,394697],[269020,394031],[269519,393766],[270286,393983],[269365,394058],[269140,394102],[270912,392517],[268928,394677],[268986,395001],[271490,393099],[271514,421975],[272352,422210],[270246,420200],[270230,419043],[270823,420639],[270611,419570],[271604,420279],[272110,418947],[269303,417896],[269439,416164],[270443,415852],[270439,415727],[271233,417924],[271769,417444],[270790,413997],[272421,417547],[271012,413334],[269421,410344],[271033,410993],[270463,411386],[272251,411285],[271322,412344],[271533,412799],[272054,413232],[272110,413687],[273407,416989],[273105,416492],[272398,416775],[272707,416330],[272312,416177],[271991,416545],[269988,415335],[270011,415367],[268981,416397],[268867,416606],[270264,419415],[270312,420004],[269393,418992],[271340,420041],[270564,419659],[271960,420609],[272003,420131],[271361,419292],[271199,418900],[268909,418012],[270017,416983],[269340,415945],[271036,415226],[271495,415295],[271267,415117],[271365,418135],[271238,414425],[270904,413500],[270874,414084],[271296,415651],[271175,415356],[271099,413768],[269030,410965],[269058,410232],[270671,410927],[271356,411307],[270738,410614],[272000,410535],[272072,410729],[271808,412096],[271286,412326],[271900,412094],[272495,412957],[272370,413844],[272058,413268],[273359,416301],[273148,416789],[272909,417028],[272881,416689],[272477,416975],[272606,416660],[272625,416209],[272551,416766],[271979,416212],[272159,417575],[272298,417719],[272487,416866],[269591,414970],[269934,415106],[269389,415070],[269156,416068],[268921,415709],[269180,418998],[270283,420084],[270812,419583],[271873,419684],[270768,418855],[270638,418930],[269347,418801],[269110,415901],[269440,416081],[270312,416367],[270662,416482],[270064,413855],[270790,418001],[271727,414286],[270571,413791],[271401,416231],[269058,410943],[271396,410596],[270424,411063],[271940,410925],[272291,411049],[271478,412113],[271798,412007],[272001,413138],[272796,412962],[272883,417034],[272792,416390],[272660,416727],[272510,416571],[272092,416785],[272285,415935],[272394,417491],[271926,417744],[270063,415501],[269761,415545],[268886,416438],[268884,416449],[270394,419368],[270936,418178],[270308,417016],[271136,414443],[270360,419363],[271117,418117],[270147,417043],[271193,414479],[269109,410838],[270558,417963],[269124,410779],[272152,410460],[272268,410463],[272938,424251],[272884,424299],[273673,425612],[272968,425883],[272472,425339],[272903,423354],[272767,423265],[272921,424203],[273943,424566],[272603,424227],[272057,425141],[272616,424525],[271291,422398],[272901,423057],[272840,423051],[272634,422929],[271912,423115],[272517,423037],[273548,425085],[273198,425903],[274222,425071],[272834,425179],[273067,424634],[272365,423757],[272404,424462],[271692,423417],[272405,423020],[271527,422712],[273153,425771],[273247,425674],[273822,422847],[273788,422867],[271985,649736],[271957,648003],[273037,646836],[268927,650108],[269908,647420],[270487,649849],[269719,649833],[269459,649625],[269637,664229],[269912,664600],[272210,665231],[271035,675192],[272035,673485],[278530,678216],[270357,667179],[271827,674962],[278674,679981],[287197,178548],[291079,178988],[288794,178957],[288033,178613],[282885,192009],[286368,190215],[283483,180845],[288713,182165],[291110,190303],[290203,182311],[282867,182401],[286424,191544],[284428,181943],[283556,185111],[288701,181845],[285507,188383],[286835,181034],[287546,191578],[284745,190056],[284021,187601],[289493,180370],[287939,186416],[283497,191440],[282137,184136],[287953,182499],[283548,187729],[290943,186773],[282528,181700],[289754,183628],[285006,187803],[282987,189227],[289420,190591],[291199,181509],[288597,179562],[290484,189501],[289360,183145],[284233,188924],[284504,189265],[289095,189512],[287197,189696],[285542,188188],[288722,183222],[289126,188577],[282754,191209],[289111,183252],[283763,188001],[286163,187527],[287540,187821],[283963,180940],[283024,182429],[286866,180159],[283789,181186],[290535,181862],[290490,187286],[282564,184084],[285838,190613],[283959,189418],[289901,186553],[289457,183875],[285485,187755],[288276,191499],[282434,184249],[283085,184438],[289683,192141],[286889,190395],[287753,181443],[286856,191076],[287606,180019],[285411,198238],[290598,195682],[289658,201838],[287490,198045],[281632,201159],[283270,195356],[292292,194930],[284062,196094],[285863,201946],[281942,196510],[291006,203038],[290820,202546],[283353,203264],[286639,198516],[284125,198459],[290964,201866],[291472,198128],[292249,193817],[283694,197204],[290649,196265],[286990,196348],[284692,196098],[289649,196836],[284976,194372],[288328,195617],[288872,194902],[281750,193836],[283303,203938],[286941,192600],[290548,200493],[290799,202030],[292170,194968],[285093,199538],[282027,198777],[290696,193470],[290020,202916],[292605,196703],[288422,203532],[286450,203714],[284599,193700],[285929,192553],[280596,201590],[284569,197954],[287840,201011],[289173,195788],[290917,193375],[282098,204595],[289420,204928],[285133,200378],[281621,195262],[293005,201005],[292847,195588],[290415,197642],[282063,200486],[282677,201384],[286713,202904],[294035,194023],[286981,197123],[282857,194350],[293818,197766],[287392,199801],[283629,195732],[290521,195437],[284180,196309],[282224,203246],[290185,200193],[288995,204732],[293443,198014],[289520,203430],[286754,203117],[288396,203241],[288549,204054],[291125,198346],[282647,203901],[283362,203048],[285214,205064],[286050,196867],[293300,204153],[281269,198627],[288660,203731],[279604,196131],[286391,197404],[293828,199952],[290829,196190],[288372,195302],[287681,192359],[280827,200690],[292523,196223],[285334,196570],[283036,196089],[282082,199418],[289283,199866],[282191,200577],[294207,198224],[290700,195123],[284604,197097],[284097,195656],[289072,195384],[290014,196570],[282361,195661],[290778,196603],[288422,196351],[282820,194848],[282717,204807],[290616,198432],[289629,192267],[287249,203145],[291450,199613],[287037,200437],[285754,204216],[291362,200233],[286851,203974],[284260,195963],[284824,204275],[282468,197166],[286187,196115],[290171,194353],[284576,203727],[288993,195414],[287876,200364],[286208,199409],[290286,194429],[283372,202014],[289706,200637],[283235,193859],[288121,198790],[288535,195878],[284366,197283],[286495,199559],[289450,196485],[286086,199029],[284932,197319],[289446,199445],[283739,202395],[281762,204777],[287887,200870],[291452,194432],[284555,203871],[287122,204680],[283670,196465],[282938,197646],[287078,198823],[289727,201053],[282283,201326],[282459,203556],[291098,197156],[289006,204151],[284276,204684],[282143,203031],[283464,200851],[286209,202210],[289891,202365],[283274,202324],[293206,197331],[291187,199572],[287722,197803],[290490,201464],[290819,204646],[289915,194758],[291372,193954],[294028,201560],[288412,197196],[283150,195988],[292296,195699],[291809,193537],[286468,196192],[283380,201505],[283266,201351],[290822,194141],[282849,194210],[285601,197134],[281222,201958],[287411,197040],[290225,198603],[292242,198265],[291678,196208],[289987,195789],[289833,200635],[293385,195252],[284124,197773],[290154,194981],[290687,197065],[288765,203727],[290250,201441],[290806,197207],[284772,197457],[288934,195137],[281848,194369],[284776,199323],[280938,205660],[283596,200277],[282943,201156],[287264,200066],[289827,201632],[288409,203601],[288688,203290],[289136,203929],[280676,197105],[285308,199800],[285516,205382],[287684,205673],[288009,212977],[283033,212936],[280405,220328],[281477,213022],[290981,214589],[288929,209924],[286167,212337],[286567,212858],[282509,213301],[290455,208136],[291864,216072],[283699,212052],[292336,217582],[288903,211776],[291536,205414],[289101,215023],[286376,212159],[290067,207831],[287490,207537],[288795,207845],[287440,208826],[287380,205180],[289134,207163],[290213,205935],[286410,211340],[280168,205051],[275942,212400],[290515,215341],[286456,210249],[287672,207060],[287212,209549],[281784,206115],[289561,205530],[286861,206401],[292976,210292],[287064,208893],[289015,208490],[293373,209986],[290222,210846],[289304,207705],[282900,213223],[290334,208447],[292930,209982],[289465,206924],[290291,207432],[287108,206457],[288399,214023],[286186,207420],[292970,210538],[285848,208294],[286973,209327],[283733,209371],[293292,217309],[276806,212541],[281680,208491],[281962,208002],[287829,210726],[290894,214738],[287906,214445],[288573,208797],[286192,209447],[282676,205631],[289849,214039],[288417,207190],[287200,210186],[288038,211624],[290452,214618],[290161,212678],[289431,208594],[284412,210444],[285277,207077],[288816,212426],[292612,210077],[287278,211315],[283305,220578],[287266,229311],[284382,218576],[287299,229877],[282475,225424],[289062,221475],[287792,229109],[288320,224668],[286929,230444],[282571,224212],[282322,228012],[281853,226963],[282235,230294],[291447,230148],[290494,229413],[290797,228836],[292650,219184],[293051,220534],[288134,228018],[287500,228793],[282005,229054],[287213,220005],[288201,219310],[282599,223381],[282640,222475],[287994,227407],[291429,228763],[289553,229501],[291957,226723],[290091,220254],[290565,218953],[286145,219501],[287825,229400],[286170,221537],[286038,220583],[287337,230183],[289228,229773],[283342,226203],[283282,222595],[281563,225545],[283570,225494],[283573,227875],[283065,229120],[290457,226906],[291243,229057],[293298,228158],[290402,219808],[291685,218828],[285118,218361],[284232,220344],[289182,220843],[287538,229892],[282787,226198],[282149,229345],[281965,229437],[287698,219502],[285274,220936],[288776,220996],[290596,220141],[282080,229118],[282388,228609],[290949,229209],[290329,227821],[289407,230287],[290074,221047],[290456,219247],[285969,219126],[288264,228226],[285639,219648],[285396,223532],[280752,227743],[284284,228973],[290260,227580],[290024,228306],[290177,226338],[290384,219676],[293659,219505],[291167,218341],[289542,230944],[291308,241683],[291654,236387],[287751,231903],[290444,234779],[289076,234883],[287517,234582],[283438,238593],[287614,239781],[284870,238963],[288241,231995],[287420,233211],[294008,243013],[290113,240408],[288818,240761],[289444,232758],[289038,236107],[291718,241732],[285056,242854],[286546,239866],[284665,231210],[287608,233883],[288991,231535],[287383,237071],[287469,230889],[282217,233085],[287165,242085],[293892,239984],[284210,239722],[289744,232002],[287154,242501],[283549,231464],[289336,234295],[288433,237001],[280510,228837],[293393,238129],[288936,231413],[280392,233916],[290436,232183],[281699,235451],[281425,229495],[282951,235475],[284103,234173],[286187,236684],[285116,238678],[286507,234572],[290173,234412],[285820,242400],[287664,233550],[281962,239241],[284234,235311],[288670,240228],[282453,237454],[284875,242226],[290418,233648],[288666,230720],[289602,232897],[289200,232158],[284802,240563],[289940,233593],[281661,235397],[282114,238822],[283091,238952],[284936,240884],[284194,231448],[280301,234504],[291426,240094],[289158,238269],[285331,239879],[282586,228379],[282154,230670],[283534,237902],[288948,231910],[286913,240540],[284722,231252],[288849,232510],[284707,232246],[281767,234599],[282212,234707],[284917,234528],[286456,236729],[288556,235086],[282004,233050],[290899,242548],[281910,235218],[288046,235556],[282863,230854],[292591,243625],[289063,246657],[286049,245525],[284855,244841],[291792,243846],[284166,246493],[294385,246872],[290173,252807],[284413,244671],[286810,247114],[283327,243569],[287377,244138],[288938,247843],[287364,243903],[289473,252467],[288872,244374],[293279,250692],[289747,247344],[288059,246554],[284931,243870],[290223,249482],[290162,252952],[289819,618623],[291376,619436],[284402,618303],[283312,616364],[292361,618672],[291764,619266],[284510,617329],[283634,616988],[283243,616087],[288943,658686],[289475,660391],[291129,657627],[294205,662349],[291359,661826],[292204,663439],[289995,659506],[294398,659197],[288188,659800],[290835,659203],[293434,663720],[292140,662844],[293202,660408],[291619,660339],[291931,681395],[291418,682192],[291577,683274],[291184,682854],[290072,695674],[289177,695009],[290330,694076],[290710,696756],[290214,696582],[290341,694490],[287134,696864],[287093,697711],[288498,693953],[288425,695174],[290618,695829],[289898,696383],[289553,695816],[289128,695510],[287154,696608],[290627,696330],[290909,696772],[287521,696180],[288782,693872],[290996,696300],[287327,695421],[290737,696227],[291166,693774],[288602,695396],[288790,694595],[288806,695547],[291151,694736],[287682,696135],[287127,696690],[289743,710798],[288587,710662],[289017,710501],[288643,709819],[301729,132029],[304757,132703],[294512,189345],[294780,202879],[294827,196780],[294732,201989],[295091,196419],[295033,192303],[294657,193742],[294930,195756],[294704,249881],[299582,535030],[305668,553854],[306675,552836],[306778,552535],[306721,555625],[307125,555725],[306921,555667],[297195,656459],[296121,656368],[298183,659305],[296964,656849],[298425,659809],[297580,659018],[295522,688061],[296050,689502],[296104,688520],[297022,688159],[317806,205612],[319250,205109],[308484,280769],[308893,280046],[315065,280218],[308367,280716],[308536,280283],[308380,280877],[309297,279567],[308787,279954],[311704,279308],[312186,278957],[317120,281562],[308713,286990],[308862,282462],[313811,283415],[307886,285245],[308638,286532],[307623,284482],[308586,282528],[308505,287015],[308650,282416],[310750,325456],[315611,325602],[309418,554136],[310127,556754],[310273,556487],[310706,557035],[308561,555970],[308165,555842],[310650,557152],[308308,555351],[308015,556262],[310738,556709],[307874,556093],[310602,557158],[307705,555317],[310738,556773],[318476,665586],[317400,664879],[319950,664675],[317974,667777],[317098,666976],[318059,666487],[314024,678100],[319710,666310],[318238,666625],[314651,677145],[313754,677680],[312317,678221],[312548,678421],[309227,677611],[314473,679648],[312080,680100],[312114,678777],[311996,680970],[317897,679706],[317724,681593],[308873,679743],[308661,680676],[310210,679489],[319822,679770],[318849,681177],[319547,682489],[330224,190238],[329093,193162],[327328,196756],[330264,197703],[320066,228121],[321407,229120],[329182,329447],[331176,328238],[332459,328560],[329500,329392],[330935,327354],[329154,330024],[330888,328123],[330124,325930],[329662,326840],[332764,330889],[332052,330773],[329872,325956],[329853,327200],[332754,330839],[331916,331235],[330281,326281],[329730,327061],[332088,331007],[330969,330355],[330324,330518],[330581,327476],[329976,325965],[329763,327288],[332541,330953],[332310,331230],[322983,29655],[324095,29289],[325084,483442],[323191,477934],[327700,475994],[325160,478006],[325632,480140],[326307,480623],[325349,474341],[324603,483337],[323050,478052],[322718,477965],[324746,483226],[322448,478068],[324533,483223],[330093,542109],[332402,543219],[330013,541805],[330852,542970],[323024,651727],[322410,650624],[324371,651429],[320350,650508],[321996,665357],[320373,664069],[321517,662837],[320170,664856],[320437,664494],[321836,665197],[320237,682588],[320308,682430],[342709,140489],[342374,140467],[342406,140736],[341873,137602],[341433,136486],[341665,139243],[345053,145013],[343996,149711],[344905,144871],[345483,200652],[344808,199366],[343127,220990],[343139,220986],[344861,221832],[343684,225961],[341884,224333],[342192,222160],[345027,222740],[345579,222500],[345057,218157],[343908,225812],[342187,222619],[344412,222421],[343968,219993],[340783,280045],[342557,279630],[342508,283199],[343119,283140],[343467,282800],[342942,287138],[333031,328680],[335616,331190],[335127,331177],[333152,329141],[334907,330932],[333194,331738],[332894,330293],[344627,372564],[341935,464386],[341714,468142],[342023,463725],[339325,465184],[341583,468122],[341813,464025],[341642,468152],[339407,466891],[342194,463575],[341666,468057],[341523,541699],[341752,541309],[342861,663788],[340313,661969],[335925,664917],[338827,663352],[342701,663071],[339346,662958],[340079,664082],[343390,664356],[340240,662666],[340159,664976],[338312,663576],[342904,664840],[341320,663654],[338828,659038],[338150,662405],[341911,664308],[339541,660887],[340075,664402],[342115,662787],[338727,658600],[340204,663022],[340047,664677],[340077,661042],[342146,663368],[340195,662250],[338118,664057],[335446,670536],[339482,668102],[342174,668320],[336283,666186],[344021,665836],[335972,668253],[338119,668165],[342164,667640],[340863,666631],[340141,669390],[335783,668703],[340174,667090],[345371,667080],[339210,667500],[341094,667766],[340725,667651],[338698,667154],[350006,201003],[351114,198609],[346342,199000],[349556,200523],[350277,199507],[349827,203448],[349426,202903],[349777,197727],[347755,281524],[349066,287953],[349284,287619],[349189,287087],[358081,342734],[357516,346104],[357437,345880],[356113,345999],[353853,348321],[351308,368756],[353372,369409],[352171,368262],[352855,369343],[351166,369058],[352608,369435],[352428,368898],[351831,368831],[350908,371666],[351089,372087],[351040,379186],[354535,373774],[358054,372258],[346878,374709],[347327,373940],[354275,376312],[357121,378324],[352868,379483],[357975,378981],[355986,373513],[354817,372583],[347307,374119],[350898,372015],[351299,371992],[350942,379287],[354944,373468],[357994,372451],[358088,372546],[354675,379397],[350635,371978],[351351,372005],[351016,379209],[355780,374085],[357965,372813],[354880,478830],[356840,477842],[358383,481496],[356796,480804],[354896,478317],[356797,478119],[358212,480782],[356317,481342],[358377,477673],[356145,477239],[355560,478574],[356816,477943],[357955,481557],[356346,480710],[354844,478373],[357419,478253],[357691,481308],[356355,480947],[355611,478416],[357050,481025],[357746,478588],[355754,476965],[357294,477075],[356780,478886],[357476,479064],[345705,668542],[346556,666783],[346708,666867],[345799,667083],[346421,666235],[368285,228453],[367173,229779],[365915,227279],[367932,228429],[366295,228958],[364960,229121],[368369,227858],[366615,226639],[370574,225387],[371177,227459],[368412,230560],[365857,228948],[362581,233141],[368393,230944],[360536,233580],[364400,234330],[364838,233509],[363494,233111],[363954,233184],[365381,233832],[368873,230718],[365380,232592],[368646,230840],[365453,233367],[361065,231635],[358423,379323],[359044,378955],[358436,371799],[358504,372222],[358909,379370],[358681,379424],[359573,445567],[359848,445762],[359967,445601],[359662,445736],[368301,547219],[359488,540599],[364258,547601],[361716,548512],[358588,540626],[358927,550979],[359146,551024],[367633,657917],[369078,657619],[369373,657276],[367908,656158],[369600,660486],[368818,655733],[367815,661187],[383272,491057],[383020,491028],[383447,491012],[382819,491782],[29116,255576],[29823,255849],[30443,255420],[30904,255435],[31247,255118],[30544,254886],[30870,255117],[31139,255405],[28902,252892],[38327,251122],[35601,251625],[36750,249147],[36920,249614],[35931,250364],[35840,251220],[34771,253409],[35654,254845],[35743,255260],[35170,252794],[32197,254787],[31973,254938],[32400,251560],[33286,255951],[31918,252104],[30973,251331],[30550,250649],[29018,250996],[28459,251701],[28689,251514],[28155,252564],[30008,253284],[30305,253665],[31397,250281],[31009,249808],[30741,249828],[30413,249608],[37111,251987],[37181,251595],[36813,256081],[36800,255270],[25884,261518],[34133,256704],[31788,257287],[26287,259807],[25968,259817],[26248,259759],[31241,257208],[32920,257556],[32537,258152],[32661,258297],[33359,258340],[34047,257964],[34487,257108],[34254,256974],[34130,257814],[37700,256208],[35676,260182],[35969,260388],[35956,258805],[37736,260531],[36660,262611],[37772,264938],[37668,264844],[32759,256223],[28389,586995],[32663,585343],[36841,586609],[27138,585469],[30073,584816],[26941,586122],[28251,588726],[26814,585218],[33719,584863],[31274,585004],[32523,586192],[31044,585693],[30763,585726],[33925,585172],[33490,585052],[27953,586540],[28499,588468],[29309,587514],[29844,587102],[28291,587323],[29486,587273],[30818,576821],[29425,587130],[29410,588199],[29178,586978],[28648,588758],[28499,587600],[28843,587101],[28221,587572],[33501,588390],[27657,580120],[27510,583764],[32020,582981],[34377,584504],[27510,576579],[28171,587776],[28485,584316],[36359,579669],[34515,578423],[33064,578861],[29527,588657],[31264,588169],[25818,584667],[31587,587784],[29518,588242],[31055,588995],[31947,588955],[31009,588895],[30951,583570],[30811,588927],[32560,588910],[30127,588632],[32139,588950],[29611,588493],[29850,588705],[34536,588988],[32591,577773],[32844,581861],[30706,581084],[34906,579406],[28271,582749],[37002,583367],[30865,577957],[29157,579467],[37698,581435],[27468,583583],[26102,577286],[37817,594000],[35864,597230],[26915,591303],[27082,589817],[26600,589653],[37170,596614],[27130,589466],[27486,590159],[37882,600891],[30551,592774],[31631,592729],[34301,597251],[36495,589635],[32223,592831],[30953,592093],[26209,593606],[26843,600471],[26212,600490],[31287,593223],[25890,601727],[32356,590775],[32548,592497],[35355,589264],[37853,589981],[26977,593278],[36910,591029],[35533,598895],[35015,599898],[29183,592709],[29603,593836],[29481,593218],[35992,590961],[36336,591165],[29004,592454],[35804,590384],[30006,601390],[31668,590131],[34952,589738],[35320,589793],[36396,590038],[35128,590011],[36221,591568],[35398,591123],[32461,589618],[36788,591304],[26879,595120],[32029,589048],[32700,589743],[31788,590881],[33849,591497],[35287,589995],[33016,592548],[35785,591156],[37129,590257],[35633,591280],[36107,591422],[36546,591489],[32570,589152],[32358,589824],[31794,590355],[31787,591383],[34039,591368],[33643,591692],[33426,592317],[34655,589707],[34795,590071],[34719,589401],[27008,600574],[25884,600504],[36741,590262],[33451,591937],[31502,590478],[33273,590471],[32812,590184],[31543,589812],[32634,590087],[33376,596873],[35642,591259],[31111,591964],[30701,593198],[33596,598314],[34290,591434],[33008,596751],[28419,593058],[34158,597574],[27564,596810],[28566,597100],[26900,600583],[25759,600803],[33002,592196],[33497,589186],[33753,589100],[29082,597251],[27285,594115],[26689,592867],[25764,600611],[26346,600983],[26540,601758],[26675,601286],[34974,591414],[33980,589492],[31376,591691],[32811,591002],[35014,590985],[31863,591064],[34042,590153],[26471,596005],[35957,600950],[34453,600336],[27726,596383],[26568,601209],[27132,601190],[26545,601300],[25969,601436],[33088,589204],[33943,589175],[30724,589576],[33576,590297],[33788,589883],[34245,590390],[31235,589714],[36069,603806],[26370,607279],[32375,610666],[25655,609268],[33109,605037],[37063,606341],[30272,610008],[26984,608587],[27016,613447],[32360,614390],[34177,614362],[36004,606230],[31764,609474],[32628,604567],[36332,605966],[36639,605894],[32957,605144],[25843,602473],[37163,612534],[26734,612552],[28830,605491],[29650,602197],[27691,602673],[27472,605561],[35434,606442],[36950,606152],[36322,605474],[25790,610347],[35414,602570],[32205,606376],[33744,608923],[31432,612670],[30017,611327],[33286,612397],[34311,607053],[32496,609174],[36839,603193],[29916,611357],[35608,602200],[31411,612686],[35081,609607],[27932,602332],[26085,604882],[29633,607587],[38300,605823],[36016,603436],[26244,613511],[31893,608772],[31163,604342],[27121,614309],[33034,613433],[35342,620340],[28540,619828],[27053,625555],[28035,625620],[26964,625745],[34022,627350],[32099,625377],[34744,626152],[38200,619424],[37736,619994],[31693,617997],[35496,618757],[28550,623502],[32284,626366],[36201,623364],[36439,615370],[38023,620866],[30953,619950],[37478,622155],[27934,622490],[30389,620313],[34402,615685],[30451,621021],[29012,620030],[34932,621950],[36758,618615],[28223,625127],[33068,627060],[32065,626149],[34231,624664],[30360,618958],[27603,624605],[37702,617809],[38280,626859],[36314,627023],[36161,623356],[25831,614798],[38110,616716],[26846,618290],[27450,616299],[34674,615194],[27576,618779],[36153,614663],[26455,616079],[26335,616360],[27027,618059],[35198,615017],[30899,617718],[31556,616674],[25662,622559],[34951,615130],[34464,615293],[31424,616997],[29817,616819],[27766,619346],[28661,617002],[31339,616208],[33015,615592],[33212,629573],[36751,630084],[31019,629242],[34451,628945],[33394,630647],[33392,629113],[31131,627902],[31931,628881],[36453,629033],[31683,629481],[36210,631421],[38356,627583],[33182,627602],[37707,631781],[38129,645866],[34735,642995],[37757,642005],[37134,642176],[38001,642147],[35527,663220],[36131,657993],[36042,664320],[394677,199776],[394848,199842],[394958,206187],[395442,205930],[385945,316267],[385439,311818],[384515,312547],[389195,317259],[388802,316718],[389468,316177],[387919,310650],[384773,312518],[389314,317510],[387550,310755],[386191,316126],[385768,311355],[389566,316056],[387827,310620],[389456,316829],[387197,310591],[386771,310706],[388794,316513],[389172,318045],[387319,353210],[391637,354476],[385285,358157],[387298,355944],[386788,353161],[391596,354386],[391664,358522],[387390,353096],[386600,357293],[387540,355726],[386425,355771],[389829,357410],[388444,358845],[387818,361685],[390982,358689],[391295,359220],[388341,358723],[387970,361660],[385733,361216],[395770,395290],[395347,396123],[396182,396380],[396261,394706],[395958,397760],[395054,447897],[396340,446887],[396138,448880],[394955,449423],[392415,449167],[394706,452859],[394317,453237],[394515,452414],[394252,449166],[396616,450489],[395104,451016],[392408,449311],[393943,448589],[395317,453054],[393094,451639],[393366,450153],[396042,450158],[394864,448786],[394833,450869],[391856,449706],[395721,452319],[396708,450874],[393671,452797],[393596,449711],[395403,448927],[395100,448599],[396386,450922],[394315,451471],[392539,451142],[395571,449553],[395735,450040],[396177,448291],[396619,472628],[388811,483820],[390025,485493],[386508,481674],[388546,482595],[389444,484392],[385694,481825],[386280,481537],[388738,483245],[389605,483584],[396611,474055],[388338,483214],[389518,485295],[385327,481594],[385905,481709],[386935,492219],[384278,492190],[387707,488269],[388854,490871],[384104,491002],[386783,489148],[389109,489772],[388893,488397],[387413,489255],[388798,490731],[386009,492130],[386397,492078],[388559,490971],[402930,-76565],[403861,-79748],[401276,-77410],[401276,-77410],[402839,-80734],[402855,-81236],[400242,-80841],[397389,201938],[397692,202487],[401102,199247],[402486,198383],[402671,201815],[399669,202607],[402023,203255],[402243,203644],[397048,202588],[402619,201292],[405947,301648],[404635,300970],[405675,299756],[400718,302234],[398840,303832],[406983,303465],[402163,301650],[404489,302734],[404609,300984],[405767,300374],[401122,302315],[401113,303685],[407272,302946],[402301,301578],[403753,301487],[405342,301227],[405905,301032],[398053,305268],[402315,303684],[398913,303393],[399610,305808],[400162,303132],[402330,305011],[405063,303178],[402663,302932],[400066,302391],[401451,301794],[397553,395191],[397073,395365],[396885,446562],[398013,447950],[396997,447108],[397755,447939],[397283,448151],[397220,447542],[397175,448810],[399027,449017],[396824,449306],[396848,450074],[397149,451507],[396960,448449],[398312,448767],[399202,449111],[398258,449769],[397612,450011],[397496,448629],[396829,450059],[397448,449527],[397053,448496],[397935,448939],[398504,449242],[397060,452236],[398032,450240],[397711,451915],[396869,473690],[396990,472505],[396904,471927],[397841,475931],[397832,475867],[397257,477628],[398151,476251],[397771,481496],[397371,480964],[397383,476380],[420499,227647],[421791,292017],[419945,294559],[420363,294493],[422346,292155],[420597,291033],[421514,294763],[422031,295173],[418342,537240],[416077,544117],[418564,540472],[419886,542096],[417250,542899],[418502,544072],[420121,537849],[418557,540001],[418341,539705],[418027,537954],[416256,544418],[418348,540339],[418318,540089],[418370,539640],[417839,538260],[420512,542551],[415931,544207],[418572,540026],[416296,544414],[418245,540766],[418540,540121],[418567,539787],[418024,537969],[431503,222410],[431402,222192],[424156,229402],[428586,223943],[423457,294194],[437948,249525],[441516,317162],[442429,322828],[442803,322629],[442372,322885],[443491,321251],[442542,327770],[438794,337505],[437667,337855],[438342,335414],[437554,336573],[437443,336770],[439107,339384],[440067,335491],[439779,339185],[448745,314667],[453909,433134],[459626,429811],[454049,433344],[460323,428452],[454377,433728],[460726,429297],[458263,429949],[459212,429205],[456906,427122],[458346,427428],[454298,433309],[460708,435369],[459980,435688],[459730,435838],[460509,435481],[460524,435451],[472984,279274],[472107,281194],[471981,278790],[471574,280816],[471766,281331],[472393,279736],[473511,279232],[470834,281178],[471661,282129],[472872,279027],[473462,280354],[471825,280895],[470863,281916],[472032,281599],[470849,284285],[471518,284556],[471945,284372],[472205,281954],[470834,284378],[472812,296877],[462817,430864],[464491,433405],[463916,433970],[461370,435059],[462125,434749],[463654,431056],[464374,433483],[463271,434125],[461172,435327],[461849,435014],[462844,430095],[463269,435303],[463078,430048],[463434,435115],[463842,433756],[462455,434611],[464116,430796],[463449,430945],[463443,434223],[461428,435206],[462733,435287],[463039,430027],[463170,430987],[463956,433758],[461475,435078],[461907,435286],[461638,436609],[463007,435661],[473777,279171],[473502,278939],[474041,278923],[474047,279323],[474083,279688],[473988,280180],[474303,278398],[474643,280198],[483920,294032],[484242,293700],[486060,293885],[485553,292512],[483632,292637],[483415,294281],[484533,294597],[483847,291610],[485036,293922],[485566,292900],[484134,291555],[484725,294589],[484975,294093],[484904,292472],[484783,294507],[484430,293354],[483473,294252],[484146,294138],[485849,294003],[484523,292007],[484257,292708],[484216,294722],[480546,306353],[478833,305609],[480160,305704],[478859,304488],[480997,303727],[481622,305096],[483363,295076],[485466,295422],[481873,295371],[482330,295135],[480565,305277],[481735,304612],[480103,305940],[478857,303976],[480858,304769],[481822,305705],[484573,295596],[485902,295833],[482428,295172],[483174,296447],[473544,296060],[478989,305832],[480177,305728],[481769,304325],[481094,304006],[480910,305378],[483281,294864],[484102,295220],[485717,295131],[481809,295757],[483537,295219],[473704,296719],[480967,306733],[479059,303569],[481585,303889],[481680,306116],[482740,294890],[484421,295650],[485972,295264],[482132,295446],[483800,296066],[473630,296450],[478376,467602],[46495,160759],[45342,159866],[47747,164330],[47946,164420],[42117,247110],[40491,247356],[47350,253343],[48276,246088],[48101,246550],[42991,248221],[45634,246933],[44549,247321],[44334,247445],[47779,247342],[49549,248426],[45004,250445],[40807,252999],[42774,255593],[39511,260980],[46145,257133],[43828,256203],[38698,260700],[45638,258741],[46435,257835],[48666,259951],[45874,261017],[39224,262841],[39253,262709],[46016,256555],[45388,257746],[43600,257828],[44908,258519],[44849,588780],[40663,577297],[43345,585060],[39358,581868],[43902,576537],[44789,586744],[42064,587542],[42904,578198],[39983,582990],[42830,584188],[45409,578757],[41900,585902],[42289,582599],[44457,583620],[41327,588991],[39396,577061],[42814,585652],[46591,586184],[39451,594364],[39776,591368],[40662,594356],[48447,601318],[43540,593029],[47792,595982],[43495,589401],[41533,590029],[38870,596757],[42670,597055],[43725,597513],[48362,598093],[50193,600981],[49606,601564],[40119,589406],[38588,600630],[42117,593955],[42744,599892],[44085,592037],[45376,589529],[41261,594773],[39841,595428],[44863,589791],[43783,597020],[42152,592519],[40309,589063],[43734,599284],[40813,601682],[41465,593074],[41876,590120],[39677,601073],[44443,589073],[48972,597157],[49811,595400],[40245,595838],[46760,594537],[50481,600203],[42216,604699],[43860,608291],[39650,612430],[40412,604678],[41145,606933],[47894,613845],[48856,607613],[45791,604805],[42460,613004],[41743,607892],[45271,603583],[39222,605952],[45903,602972],[46569,601874],[48787,602294],[48324,613243],[50446,613511],[44225,604145],[42139,603993],[38466,609624],[44679,603419],[44732,606027],[42407,613157],[40658,603704],[41704,602263],[49067,602300],[48032,601989],[46991,614274],[48849,608699],[42827,602539],[44445,606932],[40363,606226],[42269,604591],[39799,613668],[44152,602451],[48229,613938],[48085,614367],[41372,608149],[41370,610260],[44948,610446],[48118,608197],[46398,602423],[40475,622281],[38842,618949],[39576,621376],[41869,619705],[39517,619745],[38894,619040],[40438,621530],[41927,622229],[38788,622034],[45444,625961],[44783,627172],[43700,616190],[41554,616796],[50193,619312],[41661,617500],[50536,621059],[38436,616708],[51182,620946],[48020,614939],[39623,614985],[38508,627668],[39422,630688],[41656,629397],[44334,629071],[44318,632323],[42505,630730],[40497,630113],[39044,627969],[44553,628511],[45491,632441],[42902,631477],[39823,628751],[38848,630372],[39608,644231],[38454,646952],[39025,646622],[46490,644146],[40059,642273],[39531,646638],[45809,643857],[40895,643395],[44974,645208],[39695,641387],[38670,646127],[39476,647149],[39582,644679],[39520,646463],[40874,645424],[45331,643604],[39420,646333],[41209,646392],[46387,644504],[39703,645067],[38836,645986],[40754,645228],[40319,643627],[40045,641678],[40464,642360],[41112,646746],[42855,647525],[45287,660008],[38959,662206],[47063,662704],[38507,662574],[46161,662337],[39906,670256],[39622,671451],[48068,669451],[42078,667770],[555821,361247],[556500,361053],[556319,362200],[555555,362527],[555111,360928],[559252,359997],[562325,361961],[561405,362798],[561639,363352],[562335,362857],[563031,362772],[558807,359432],[556237,361745],[556644,359776],[562224,362503],[562804,361491],[559551,361934],[560216,361734],[561281,361684],[562258,360735],[561623,361982],[563721,362353],[564309,362891],[564167,364909],[564342,364402],[563307,364442],[565148,363811],[588226,382589],[587933,382960],[583797,381575],[583043,381541],[582696,380595],[582491,381537],[580822,381235],[580294,379337],[578483,378847],[578549,379624],[587856,382224],[586556,382985],[586148,382735],[588245,382717],[579517,380017],[579554,380461],[580614,380037],[599193,362389],[599085,361809],[599324,362201],[598185,362338],[598775,362847],[599422,362247],[598724,361990],[598686,360933],[598276,360921],[598873,361573],[598365,361428],[589592,382793],[590055,383550],[588998,383153],[591745,383737],[600376,385722],[590905,384365],[599920,385588],[598724,385072],[598037,384781],[597679,385488],[598394,384506],[597842,385798],[597887,384351],[612585,377762],[612605,378300],[52291,251700],[56584,428250],[54983,429773],[54737,430747],[56072,429671],[56129,431631],[56408,433716],[59164,431768],[58973,433047],[55316,430097],[55057,428224],[55437,432197],[55347,429306],[54926,431665],[56174,433709],[58649,434208],[59702,432253],[58192,433635],[62542,591872],[60695,597752],[60020,595315],[53125,608784],[57647,606785],[60207,606280],[58772,607258],[61878,606007],[62446,604065],[59829,605258],[58066,606133],[56578,606037],[60572,604836],[52525,609719],[57795,607458],[58766,606875],[59729,606856],[63785,605356],[60717,604283],[57986,606716],[60325,606333],[56671,605120],[59794,605546],[62925,605867],[52522,609485],[52489,613723],[52606,609092],[52639,609254],[54689,618120],[53989,615973],[54034,616037],[53481,619770],[63128,694309],[645813,404804],[645792,404280],[645719,405230],[646656,404936],[644863,404388],[645053,403381],[665213,415800],[663464,417428],[654792,410547],[664529,415797],[664652,416361],[662936,416795],[665221,416881],[662591,418327],[663712,417193],[662900,417480],[664290,418430],[665402,417848],[664230,419058],[662889,418872],[654254,409421],[664028,416590],[663989,415637],[664238,417866],[664817,417408],[665342,415714],[662678,417251],[653956,409748],[664239,415930],[663122,415716],[664275,417968],[665006,415911],[664914,417199],[662926,418430],[665391,417497],[664964,418610],[653826,410158],[654358,411319],[663800,415658],[664955,418026],[665454,414817],[664082,417529],[666051,415241],[665648,414939],[665648,415736],[665655,418086],[664654,415166],[666110,416685],[665961,417090],[682815,420621],[681994,420341],[682125,419863],[682241,420491],[683059,420021],[683007,420882],[682299,420226],[699478,434286],[698690,434085],[701123,435191],[700396,434952],[699576,433356],[699138,433461],[699081,434710],[699934,434043],[700545,436063],[700028,436802],[699649,435808],[73853,469709],[70903,471629],[72809,473472],[76373,472365],[74334,468343],[74395,466223],[75352,469997],[76286,471778],[72104,469911],[73570,468848],[71299,471557],[74953,467737],[76026,468929],[76325,469555],[72199,471857],[72786,468199],[75074,474554],[74947,474233],[74792,474472],[64892,591202],[65616,606751],[65797,605127],[66012,606388],[64898,605203],[76257,689855],[62728,691690],[69576,694968],[69646,701621],[71660,698867],[70718,702698],[76137,698941],[69824,702834],[66581,694091],[68333,696940],[72199,695842],[68016,701433],[73377,697400],[68461,701353],[869301,428847],[866224,427022],[865084,428867],[869191,426984],[868127,428000],[867117,427314],[865663,427891],[867542,428382],[869039,426457],[870349,428167],[873155,426459],[874113,426915],[877668,427410],[876660,424917],[877848,425210],[879496,425561],[881980,423865],[875317,427461],[875848,426104],[876793,426657],[880838,425235],[882932,423838],[882337,425445],[871381,428325],[871455,426280],[870780,428979],[872407,430361],[880136,425877],[875998,428032],[871037,427541],[878152,426818],[881487,424144],[880583,424192],[881030,424695],[894865,396300],[892218,396535],[895554,396495],[894499,396359],[895690,397024],[894588,396927],[894755,396173],[892686,396718],[895351,395845],[895361,395414],[893083,403507],[891776,403366],[891728,401346],[894678,397355],[892457,405405],[894075,402403],[892088,402489],[891322,405086],[892166,403226],[893864,404802],[892329,404688],[892561,403876],[893518,401822],[893375,401192],[894374,399029],[892821,400181],[893726,401043],[893474,400778],[893702,400216],[893346,399396],[895360,398397],[893835,400648],[895389,403585],[891867,401888],[893031,397347],[891086,398242],[891658,398961],[894099,400217],[894038,398896],[893495,398536],[894163,401315],[892747,400330],[895266,398813],[891855,401093],[893073,400899],[893350,397792],[892336,397938],[895880,398870],[895922,398415],[893599,403853],[891710,404748],[892776,404791],[893192,403831],[893611,401445],[892751,401029],[893828,401052],[893863,400963],[892360,400567],[893749,400668],[894179,399898],[893767,397446],[895077,399535],[895966,397907],[895299,403561],[891366,401610],[893070,397722],[890943,398407],[890763,399821],[893589,397945],[893439,397262],[892021,400953],[890803,404283],[890662,400690],[892888,401456],[892188,400991],[893557,401747],[893593,402896],[891107,403892],[893612,405109],[890777,403017],[892961,401659],[893223,400139],[894366,400011],[893670,399179],[892624,398419],[895366,397193],[895144,402522],[892076,401320],[891689,397782],[890865,399703],[895163,399221],[893245,401659],[891733,400977],[892547,399708],[891261,405423],[892047,404821],[891644,404597],[893363,404503],[893899,403774],[894546,402419],[892083,400721],[892413,401333],[891546,405000],[892677,404868],[892443,404338],[893651,401277],[893935,401695],[894265,401509],[894622,400806],[892776,400024],[893654,401304],[894302,400048],[895517,398336],[895590,398713],[892679,397825],[895922,397826],[895243,402520],[891073,401361],[891221,397945],[891156,399609],[884852,421090],[885724,421523],[885916,419865],[884774,420252],[884184,424101],[884597,422606],[84659,140487],[77143,146564],[78691,144883],[85012,142294],[82172,141421],[84455,141869],[83637,141101],[84621,142916],[77358,472012],[82828,479579],[81506,479282],[79942,476320],[79464,477754],[83369,478742],[83809,476748],[82276,478609],[80297,476782],[78093,693281],[78554,693722],[76816,696953],[77345,695502],[896950,396408],[899137,396796],[901521,390349],[901508,389580],[897157,395641],[901158,390682],[897218,395469],[897197,395241],[901181,389397],[902057,390529],[897185,395522],[899071,396615],[901660,389766],[899473,397910],[898753,397306],[898794,397685],[896400,399549],[896289,398075],[896360,399171],[898600,396916],[896483,398290],[899629,397620],[929473,366731],[930129,364737],[930500,366874],[930973,364049],[930531,365131],[928319,366431],[929950,364445],[929144,365395],[929481,368097],[928769,364996],[930327,366324],[928917,366411],[928357,366467],[929459,365800],[929384,363613],[930524,365507],[930767,366281],[929129,367848],[929815,363782],[930584,367799],[928069,367763],[929972,363484],[928467,365756],[930645,365077],[931014,365139],[927344,365650],[929859,365917],[929526,364590],[928574,367452],[930962,366390],[930540,364749],[931740,366684],[928954,366133],[928393,366614],[929159,367077],[930560,364254],[929322,364352],[930223,366863],[927419,367417],[937050,402209],[937228,401120],[937188,401802],[936233,401450],[939917,419658],[939215,420039],[940401,420841],[938897,419031],[938996,419153],[939106,420277],[938266,420275],[939212,420331],[936166,413223],[939953,419915],[938818,421013],[938245,418922],[938663,421679],[939505,420834],[940344,421216],[941054,419936],[937838,420047],[938917,420756],[935335,413151],[939034,418911],[939427,419044],[940589,419316],[939450,420626],[939038,420661],[935745,412526],[935778,414163],[938097,419921],[940257,419028],[940334,420314],[939432,419265],[938852,419960],[937980,420524],[935291,412902],[938215,555828],[940180,563025],[939381,563329],[938061,555531],[937501,556594],[937531,556536],[937776,556318],[937579,556257],[938840,562643],[940676,562480],[943421,563237],[941690,565493],[941285,565047],[941302,565913],[942728,565590],[942858,564436],[943118,565019],[940960,565365],[943474,565393],[941895,566227],[943057,565868],[944351,565405],[943097,566266],[942111,564224],[941200,563805],[939863,565364],[940783,564831],[942401,564504],[942136,563617],[939607,564767],[944755,564742],[944717,566029],[940607,563900],[940708,563423],[940095,563687],[939226,563740],[945691,565398],[938209,563662],[942319,564032],[937573,564041],[944714,564025],[946124,565780],[944051,566507],[941209,565987],[972132,359773],[971576,359556],[971731,359771],[971669,360153],[971976,358814],[971170,359650],[970246,362244],[970630,362652],[969559,364127],[969202,364027],[970488,362605],[969988,362215],[970878,363197],[968713,363776],[970570,362706],[969119,362944],[969615,363914],[969328,362217],[970094,363734],[971741,570332],[971017,569313],[965819,571300],[966706,571257],[971294,568671],[967067,572697],[965932,570954],[966599,571557],[966433,572234],[966905,572728],[965915,571274],[965888,572655],[966668,570888],[966694,571872],[972544,568680],[982667,358147],[982534,354352],[983010,356094],[983904,352503],[982412,357778],[984373,354134],[982189,355251],[983138,354942],[985361,351177],[984435,352906],[982697,358300],[984951,352969],[983011,354229],[985336,352511],[983718,353462],[982904,355443],[982061,354961],[985313,352523],[985233,351517],[981677,359894],[980597,360831],[981538,360791],[982934,359360],[980583,359503],[980062,361663],[981184,358814],[979617,359721],[980923,360652],[980415,360676],[981615,361624],[980744,361727],[980465,362094],[982056,359861],[979730,360597],[979996,358693],[981935,359282],[981366,360501],[980660,360134],[981280,360304],[979958,359706],[979549,360669],[981679,359054],[982644,361011],[981415,359002],[980869,359837],[979839,360046],[979808,361919],[980357,361324],[982592,360421],[979902,569877],[980832,571650],[980894,570081],[980638,571600],[984983,573793],[984801,574301],[984983,575058],[985301,574262],[980165,572501],[978651,570949],[978933,572397],[983502,572392],[979540,569751],[976330,570483],[984998,571858],[983614,571535],[980738,569898],[981497,570196],[976194,570730],[980252,571469],[979513,571421],[979078,572525],[976796,569205],[977303,569968],[979337,569531],[982445,576107],[982508,572508],[985118,572300],[983420,575955],[981905,570061],[981471,570676],[984921,574154],[985050,575006],[976293,570135],[978059,569081],[983181,571623],[976442,568864],[977521,570448],[978898,571496],[982262,572447],[984524,572371],[985584,574363],[983534,572583],[982164,572246],[983118,571641],[984200,572461],[978276,569852],[979799,570068],[981199,570598],[980983,571094],[985379,574222],[980386,572479],[976711,569841],[977359,569249],[978172,570475],[977004,570494],[978856,570583],[979551,571976],[982305,572980],[984928,571698],[982988,572296],[983594,577072],[982595,576463],[984688,577254],[982337,576496],[983718,576594],[982669,576524],[984705,576979],[985865,351641],[985965,352428],[986150,352667],[986405,353378],[985933,353122],[985662,352917],[985925,573675],[989931,573314],[986548,575037],[989326,572951],[986289,575097],[986335,574221],[985690,575237],[989868,573062],[990080,573250],[987901,578779],[987749,578685],[988136,579107],[90334,147613],[99070,150085],[90065,147634],[99198,148845],[101633,156070],[101691,494465],[101733,494101],[1029647,570800],[1030390,571428],[1029819,570609],[1028309,570571],[1029251,570877],[1029868,571092],[1029099,572208],[1030039,570865],[1029207,570881],[1029948,571949],[1028813,570889],[1073270,611358],[1074833,612655],[1072746,611438],[1073886,612143],[1074264,611573],[1072742,612207],[1073322,611682],[1074833,611760],[1075969,613108],[1075293,612108],[1075882,613169],[110753,142679],[115148,146914],[114696,147340],[110108,144085],[102740,155226],[113797,178184],[111687,175291],[110695,171948],[112347,168481],[113725,178396],[111330,175529],[111623,172267],[111741,168197],[110537,182930],[110670,182394],[107636,486507],[108116,489048],[107605,490029],[105789,491123],[103944,490567],[104855,493640],[104879,494363],[107759,486915],[107061,488062],[106965,490348],[104022,491352],[104916,492446],[104970,493833],[103972,494522],[113277,491731],[110101,492140],[111657,492812],[113820,491983],[113040,490605],[110789,490702],[110068,489960],[108704,489797],[107475,490703],[106022,494225],[105310,496200],[107261,497536],[107013,497891],[105146,498627],[109589,498303],[113569,491752],[110085,493005],[112138,492884],[113276,492312],[112715,489828],[110474,491089],[110039,489611],[109030,490400],[107355,491857],[105021,495009],[107369,496607],[105854,497476],[105754,497927],[104436,498764],[108512,498238],[104595,500008],[108901,532039],[107957,531462],[102918,535585],[102604,535070],[104233,534693],[107483,533556],[105840,532013],[102535,534697],[102593,534578],[104196,534293],[106686,532602],[106355,532064],[111837,674480],[109865,671810],[111882,673818],[110264,672138],[107318,674005],[111334,668665],[108404,671878],[108976,672759],[1278650,484583],[1277369,485058],[1278138,482574],[1276935,496590],[1278333,495976],[1274508,498327],[1277341,497873],[1275477,493979],[1276631,495099],[1278475,490454],[1279622,492646],[1278627,495138],[1279272,497090],[1279311,487998],[1277797,490756],[1276859,487237],[1278657,505919],[1275355,506054],[1275064,511112],[1274519,508358],[1276731,504579],[1279185,506399],[1277380,505432],[1278555,502346],[1274490,501712],[1275438,504822],[1275755,505763],[125860,152962],[126412,152692],[120903,144541],[124769,153079],[122058,145717],[124380,152852],[122046,151907],[119170,153729],[115758,148808],[119484,153489],[122016,151838],[115810,146841],[118568,153065],[115762,148024],[125513,154536],[125204,154065],[125586,154301],[125447,154364],[124845,154220],[125765,154655],[126091,154581],[126009,155043],[121459,158412],[122008,158059],[123159,156704],[123663,156920],[118939,156437],[124684,154399],[120594,156735],[125243,154627],[119292,154097],[125123,154704],[125192,154063],[125087,154788],[125336,154076],[125150,154708],[125360,154714],[125173,154879],[125830,154567],[125825,154639],[125133,154795],[126347,155023],[125343,154470],[122082,157140],[122817,158261],[118875,155661],[125208,155110],[116516,169046],[123365,174956],[116341,169902],[123526,174084],[119199,230773],[121652,235140],[119493,230892],[121900,235240],[126579,395966],[118838,394503],[119627,389108],[126284,397943],[126220,399368],[121595,398797],[121300,398437],[126530,404221],[124214,414326],[127141,418029],[127921,413592],[120423,415748],[126468,420072],[118388,415782],[126182,410228],[121782,411498],[116035,414822],[120091,426174],[119415,425348],[124226,501770],[123724,501385],[124023,501552],[124972,501799],[125042,516221],[126865,513917],[127129,514997],[124817,516246],[126919,514286],[126942,513877],[124890,516705],[127173,514246],[126786,513894],[127158,515213],[125927,554790],[125988,555954],[124844,555772],[126711,555691],[122995,562825],[124350,563711],[123657,565455],[123941,564466],[126449,652944],[125327,650940],[126889,652533],[127868,650103],[124854,650492],[124883,649049],[125493,645051],[123788,649990],[125604,647949],[127027,651725],[125387,650954],[127121,652267],[126998,650035],[123907,650495],[126514,652302],[124903,650339],[127233,650314],[124926,650043],[123890,649575],[124117,651646],[126618,650857],[127311,652660],[125044,649813],[127541,650831],[124976,649713],[125659,647039],[122864,646630],[125948,652132],[127267,655339],[126401,653629],[125185,654893],[125335,656171],[126995,653331],[127365,653105],[126103,654876],[127466,655333],[125213,654961],[127214,655226],[127736,653281],[127940,654374],[120471,676486],[121417,668940],[116252,673946],[124563,667904],[115581,669957],[126461,671605],[127343,667725],[120959,670514],[120028,676757],[121213,691167],[120788,691172],[122434,689110],[120445,689316],[121603,691031],[126672,691785],[125817,694596],[124922,693137],[126882,696184],[120676,693651],[125056,736555],[124130,739753],[119550,735132],[122046,736160],[118696,735950],[122722,738928],[122042,738702],[123799,741587],[123238,740102],[124671,741143],[123763,736549],[122436,735792],[123390,739904],[121037,735772],[118244,736434],[120478,737420],[120827,739930],[118830,736661],[120189,736443],[121111,740251],[121156,740223],[121709,744819],[123010,744938],[123955,753973],[121762,754274],[125499,750952],[123438,749812],[125050,749265],[126401,746214],[124676,747974],[120933,745381],[123324,744067],[120757,742984],[124236,743515],[124003,742703],[122686,754321],[122285,754812],[121394,754137],[123020,748162],[126980,749964],[123477,745791],[124056,747701],[126705,749386],[126474,745680],[121996,756544],[125058,761477],[125571,761741],[125789,760280],[127973,758723],[125347,760072],[124762,757045],[125049,763123],[127119,762271],[126014,763255],[126547,763461],[124741,757183],[127699,759686],[-1275438,1287193],[-1276613,1285847],[-1275326,1287328],[-1276891,1285969],[-1269594,1289212],[-1279817,1367943],[-1274056,1368626],[-1272039,1364397],[-1271572,1359925],[-1278886,1358931],[-1277392,1367875],[-1273635,1368171],[-1271792,1363717],[-1272125,1360662],[-1279140,1358630],[-1277185,1368037],[-1278888,1370316],[-1274415,1371427],[-1271988,1373397],[-1278413,1370193],[-1274029,1371456],[-1271661,1373480],[-1274741,1410759],[-1274944,1409968],[-1269155,1431876],[-1273620,1432061],[-1275283,1453401],[-1273934,1450420],[-1275183,1452657],[-1273650,1449946],[-1276416,1448158],[-1275225,1448797],[-1275588,1453320],[-1275696,1450049],[-1275213,1451776],[-1273614,1449857],[-1275094,1450477],[-1274921,1452675],[-1273340,1450050],[-1274726,1451606],[-1276658,1448584],[-1279588,1455527],[-1279651,1455187],[-1276602,1448129],[-1274021,1481343],[-1274180,1483755],[-1268354,1479159],[-1267661,1478232],[-1276362,1481812],[-1274241,1483591],[-1274050,1481393],[-1269669,1496584],[-1270103,1496265],[-1270012,1496434],[-1269425,1495365],[-1271066,1495299],[-1268851,1495424],[-1270374,1494947],[-1269192,1494912],[-1269443,1495934],[-1271859,1510024],[-1272530,1510364],[-1272133,1510134],[-1271847,1510359],[-1272356,1510013],[-1272422,1510389],[-1272925,1510210],[-1271539,1510413],[-1271039,1509942],[-1272886,1510386],[-1272915,1512385],[-1270689,1510614],[-1272237,1510701],[-1272207,1512153],[-1272658,1512368],[-1272707,1511284],[-1271127,1511207],[-1272948,1510927],[-1272605,1511000],[-1272982,1510647],[-1271799,1512165],[-1272813,1511510],[-1272421,1511888],[-1268487,1177427],[-1271732,1175266],[-1267332,1172024],[-1268098,1177453],[-1269202,1177367],[-1268279,1166642],[-1278949,1200983],[-1278244,1196907],[-1278870,1200796],[-1278006,1197190],[-1274705,1208940],[-1274828,1209127],[-1281382,1290309],[-1283326,1285755],[-1280876,1283931],[-1281498,1290453],[-1282726,1285505],[-1280745,1284136],[-1286082,1368736],[-1286304,1369726],[-1280394,1367183],[-1285809,1368851],[-1286095,1369476],[-1286585,1369738],[-1280489,1367201],[-1280123,1367743],[-1290094,1382137],[-1281381,1370580],[-1283520,1370149],[-1285832,1371429],[-1283972,1370019],[-1286294,1371372],[-1280892,1370341],[-1292245,1381712],[-1290631,1379676],[-1288207,1375097],[-1285946,1370498],[-1287356,1375574],[-1288596,1379385],[-1288619,1382108],[-1282549,1371026],[-1284015,1370513],[-1286815,1369843],[-1286736,1371614],[-1281277,1370113],[-1280917,1370160],[-1282137,1370521],[-1290364,1379710],[-1289045,1375249],[-1286053,1371190],[-1286083,1370140],[-1287635,1375739],[-1288143,1380249],[-1287753,1382449],[-1290122,1382613],[-1286555,1393911],[-1286785,1394517],[-1280023,1395354],[-1283415,1396719],[-1280344,1395837],[-1282898,1402541],[-1280892,1405653],[-1283836,1396561],[-1282899,1402565],[-1280682,1405541],[-1280318,1443611],[-1280021,1454139],[-1286938,1449510],[-1286976,1449491],[-1289660,1455667],[-1292499,1448106],[-1291686,1464392],[-1284842,1472090],[-1280608,1468601],[-1280707,1467534],[-1291725,1465559],[-1291303,1464515],[-1285313,1470443],[-1280273,1466779],[-1285147,1471074],[-1285455,1472160],[-1283742,1464077],[-1291299,1466122],[-1284127,1461814],[-1285404,1462959],[-1286398,1463238],[-1286306,1463482],[-1286248,1462753],[-1285980,1463295],[-1283789,1461650],[-1287281,1181096],[-1283467,1180081],[-1286874,1181926],[-1283549,1179912],[-1280833,1198745],[-1286252,1198550],[-1285519,1199574],[-1281580,1201921],[-1286081,1198135],[-1281052,1197847],[-1282329,1201970],[-1285830,1200109],[-1286308,1198133],[-1297366,1305468],[-1297563,1305466],[-1298920,1306745],[-1296051,1306291],[-1298212,1306230],[-1298805,1306359],[-1295881,1305947],[-1305588,1380130],[-1305475,1380057],[-1303882,1377495],[-1303303,1378186],[-1303045,1378890],[-1303983,1377366],[-1302747,1378491],[-1294582,1390291],[-1295344,1390184],[-1295968,1393419],[-1294108,1383663],[-1294097,1384474],[-1295262,1388722],[-1293754,1394274],[-1294671,1390627],[-1294767,1389954],[-1296296,1393405],[-1294296,1383666],[-1294240,1384070],[-1294624,1388227],[-1294562,1394146],[-1297056,1403049],[-1297431,1403398],[-1300228,1401170],[-1297360,1403449],[-1296568,1402617],[-1301155,1401201],[-1301157,1432607],[-1301285,1431698],[-1300830,1433368],[-1300087,1425368],[-1300600,1422806],[-1300027,1426041],[-1300596,1432012],[-1300517,1433585],[-1300213,1425682],[-1300402,1423447],[-1300680,1436400],[-1301113,1441310],[-1301258,1437466],[-1300762,1435761],[-1301208,1441040],[-1301498,1437907],[-1299940,1451068],[-1293045,1448714],[-1294894,1456487],[-1303651,1454599],[-1300225,1451366],[-1295093,1456545],[-1303894,1453735],[-1293917,1466892],[-1294289,1467520],[-1293443,1466850],[-1294677,1467117],[-1294628,1466485],[-1292851,1470206],[-1292934,1465722],[-1294079,1465795],[-1294903,1467137],[-1294348,1469014],[-1298062,1471883],[-1293198,1466601],[-1295162,1465798],[-1294669,1468957],[-1303269,1475802],[-1302030,1472683],[-1303644,1476958],[-1303969,1472530],[-1303857,1475466],[-1303945,1475177],[-1304363,1475294],[-1297048,1472664],[-1295226,1473965],[-1296608,1473662],[-1305369,1171712],[-1305438,1172793],[-1298790,1171968],[-1299424,1172423],[-1298310,1172229],[-1305543,1175159],[-1299098,1171906],[-1298894,1173055],[-1298271,1172692],[-1301339,1175471],[-1300369,1173539],[-1303320,1174706],[-1293717,1178322],[-1293716,1178063],[-1305208,1231495],[-1300238,1253244],[-1300046,1253341],[-1297293,1266458],[-1297833,1266657],[-1297206,1265219],[-1297897,1267412],[-1306119,1380026],[-1307704,1378815],[-1307387,1379544],[-1316414,1416121],[-1309200,1416230],[-1318342,1420872],[-1307229,1410427],[-1316691,1415135],[-1317431,1417465],[-1317753,1419190],[-1317389,1416737],[-1315945,1413024],[-1317082,1415813],[-1309672,1415977],[-1307635,1410351],[-1316687,1415024],[-1317031,1417375],[-1317597,1419120],[-1316846,1416345],[-1315795,1412622],[-1312903,1429257],[-1317673,1422387],[-1318019,1422476],[-1314982,1423224],[-1311378,1427293],[-1311163,1428083],[-1317146,1424437],[-1313002,1428909],[-1318266,1421589],[-1314880,1422648],[-1311084,1427019],[-1310807,1427633],[-1316688,1424833],[-1313073,1435104],[-1313656,1439195],[-1312418,1439713],[-1314541,1438850],[-1313161,1435126],[-1313707,1439048],[-1311900,1440212],[-1314933,1439665],[-1315754,1450391],[-1315349,1449497],[-1314422,1447673],[-1313497,1447139],[-1313484,1447144],[-1316002,1450776],[-1314565,1448880],[-1315206,1447586],[-1315933,1447805],[-1315533,1447230],[-1316489,1447973],[-1316307,1448146],[-1315649,1449265],[-1315014,1447559],[-1317009,1448727],[-1315423,1447914],[-1315098,1449279],[-1316416,1449452],[-1317084,1447640],[-1313665,1450178],[-1314706,1458495],[-1312640,1471219],[-1313553,1471432],[-1313508,1470264],[-1312598,1469905],[-1313137,1470830],[-1313394,1472041],[-1316097,1469842],[-1314771,1472286],[-1313138,1472623],[-1314386,1472472],[-1306740,1474151],[-1306982,1473918],[-1307062,1473898],[-1306822,1481888],[-1307997,1478394],[-1308376,1482263],[-1308844,1477270],[-1307776,1482910],[-1307215,1481458],[-1306440,1473433],[-1305805,1474357],[-1305663,1473505],[-1311666,1479389],[-1311762,1479473],[-1306971,1473956],[-1307273,1481137],[-1307980,1479524],[-1307078,1473389],[-1314197,1472324],[-1308480,1173515],[-1308006,1173197],[-1307659,1170141],[-1317858,1170794],[-1314890,1169370],[-1318189,1173983],[-1308896,1172811],[-1308250,1172298],[-1305897,1171819],[-1305659,1173096],[-1315336,1168994],[-1308098,1170739],[-1318366,1170877],[-1318222,1173974],[-1305780,1175568],[-1315414,1200087],[-1316767,1202751],[-1317103,1198544],[-1315767,1199850],[-1316190,1202013],[-1317062,1198395],[-1317537,1207596],[-1317513,1206782],[-1307378,1228801],[-1307969,1228540],[-1305984,1226326],[-1310058,1231237],[-1311985,1232057],[-1314510,1229380],[-1305918,1231757],[-1309603,1236473],[-1310159,1239284],[-1307118,1238366],[-1309099,1231306],[-1312366,1232646],[-1314438,1229401],[-1309032,1236368],[-1309538,1238694],[-1308000,1238548],[-1329166,1303622],[-1328946,1302863],[-1321888,1309995],[-1324723,1310178],[-1328986,1314671],[-1324796,1309208],[-1324509,1311045],[-1328670,1313739],[-1321015,1309860],[-1325719,1391196],[-1324618,1388570],[-1330496,1392929],[-1326547,1390371],[-1329033,1392727],[-1325309,1390714],[-1324460,1388876],[-1330069,1392914],[-1331017,1391543],[-1328603,1392598],[-1324879,1392157],[-1329834,1403928],[-1329961,1403917],[-1318400,1420571],[-1319917,1418710],[-1320249,1418656],[-1318425,1423456],[-1318514,1468998],[-1319020,1468567],[-1330049,1169295],[-1323342,1175234],[-1319052,1174140],[-1320170,1177199],[-1325174,1173879],[-1323926,1176433],[-1326076,1174888],[-1328134,1170525],[-1330592,1168474],[-1330988,1168247],[-1323252,1175164],[-1318941,1174706],[-1319860,1177151],[-1324553,1174283],[-1323585,1176818],[-1325713,1174369],[-1328374,1170679],[-1322721,1178913],[-1324003,1178782],[-1322316,1178087],[-1323971,1178299],[-1322008,1178449],[-1322076,1200658],[-1321673,1196003],[-1321774,1199387],[-1327219,1199856],[-1318996,1195267],[-1322006,1192357],[-1322518,1201007],[-1322194,1195955],[-1321107,1203048],[-1321915,1199416],[-1326782,1200109],[-1318634,1195611],[-1322250,1193122],[-1320091,1203884],[-1324392,1205424],[-1329343,1203776],[-1320783,1203413],[-1320635,1209559],[-1329206,1205273],[-1319757,1203717],[-1323914,1205566],[-1329498,1204273],[-1320381,1209739],[-1329768,1205259],[-1323836,1240641],[-1324269,1240222],[-1326378,1237725],[-1326223,1237317],[-1323366,1248402],[-1322876,1248956],[-1321935,1248801],[-1322646,1248761],[-1322776,1246196],[-1323273,1246293],[-1338827,1293814],[-1337070,1297753],[-1334949,1293926],[-1339269,1293712],[-1337887,1297014],[-1342496,1382560],[-1343040,1383333],[-1337953,1410242],[-1342406,1409893],[-1342023,1410055],[-1341144,1408869],[-1338230,1409812],[-1336614,1122471],[-1335922,1125760],[-1340107,1122011],[-1339557,1121773],[-1336916,1122690],[-1336123,1125756],[-1343517,1160234],[-1335624,1162454],[-1343788,1159789],[-1335823,1161780],[-1336144,1162094],[-1331469,1168054],[-1347278,1332967],[-1346172,1332552],[-1355664,1367034],[-1355358,1366707],[-1355050,1366486],[-1346909,1364898],[-1354604,1362195],[-1354997,1362146],[-1353364,1368014],[-1355110,1365297],[-1351149,1367295],[-1346911,1357892],[-1353526,1367557],[-1355220,1367156],[-1347368,1365102],[-1350077,1364473],[-1355006,1364742],[-1350940,1367695],[-1346994,1359949],[-1351063,1371984],[-1351109,1372643],[-1347548,1372212],[-1348096,1371984],[-1347871,1372267],[-1349409,1384738],[-1348525,1383695],[-1349260,1384685],[-1348346,1383927],[-1348396,1394179],[-1348004,1393179],[-1348279,1393412],[-1348788,1394221],[-1351506,1399882],[-1351618,1401138],[-1352204,1399382],[-1351664,1398740],[-1352126,1398642],[-1351575,1401027],[-1352083,1400116],[-1348182,1399629],[-1348137,1395864],[-1349559,1398041],[-1348700,1396471],[-1345614,1400428],[-1348155,1403711],[-1351110,1398080],[-1351425,1399978],[-1352443,1399034],[-1352304,1400551],[-1352086,1399368],[-1351666,1399324],[-1348249,1400001],[-1348891,1396018],[-1350529,1398178],[-1348326,1396999],[-1344896,1399988],[-1350358,1401920],[-1349954,1157980],[-1346396,1192068],[-1351523,1207965],[-1364938,1342413],[-1366179,1353086],[-1366975,1353076],[-1358543,1364089],[-1358426,1362569],[-1357067,1360374],[-1357743,1361377],[-1356893,1360855],[-1358042,1360886],[-1367894,1169906],[-1367416,1170294],[-1357432,1200545],[-1357228,1199911],[-1358623,1198640],[-1358653,1196473],[-1360916,1196125],[-1363052,1195193],[-1363582,1197373],[-1362683,1260114],[-1375485,1282398],[-1375813,1281320],[-1381048,1328612],[-1372545,1341899],[-1374720,1342101],[-1375237,1343317],[-1372467,1342069],[-1372508,1343588],[-1372578,1344021],[-1373349,1343662],[-1372625,1341503],[-1374819,1341863],[-1376472,1342440],[-1373652,1341375],[-1375244,1342335],[-1377032,1342536],[-1376077,1343404],[-1372833,1345146],[-1376527,1345224],[-1377737,1348749],[-1377824,1349879],[-1374805,1350985],[-1376911,1345169],[-1377489,1349219],[-1377310,1349261],[-1375407,1350409],[-1376260,1344671],[-1386462,1317825],[-1386977,1318603],[-1382657,1328148],[-1384925,1324705],[-1387770,1320598],[-1388639,1319999],[-1386577,1318708],[-1382497,1328372],[-1385691,1323657],[-1386378,1325849],[-1385960,1323725],[-1386310,1325381],[-1385301,1339589],[-1394776,1341454],[-1385112,1339500],[-1394660,1341292],[-1384976,1332867],[-1382481,1332708],[-1383494,1333570],[-1390099,1356521],[-1389613,1346728],[-1392380,1349539],[-1389705,1354890],[-1389811,1355737],[-1390083,1355780],[-1394878,1353609],[-1389270,1346459],[-1391922,1349709],[-1395195,1082662],[-1390844,1096056],[-1393118,1093182],[-1392579,1210448],[-1393067,1211048],[-1392965,1210823],[-1392840,1210846],[-1385089,1221811],[-1389120,1251505],[-1393254,1249467],[-1389190,1251866],[-1393894,1249269],[-1393238,1248375],[-124603,200265],[-124505,200556],[-125636,199403],[-124664,199016],[-123758,199831],[-123927,200341],[-124918,199856],[-124354,199689],[-125451,200114],[-125171,201292],[-124717,199948],[-123469,199489],[-123135,200771],[-124186,199143],[-125228,201039],[-122688,199299],[-120616,198716],[-121336,199410],[-122052,198528],[-120517,198361],[-120922,198583],[-122790,198251],[-122669,199345],[-122738,197321],[-121852,198674],[-122122,197912],[-120751,198581],[-121020,198318],[-121800,198331],[-122275,198698],[-124696,203279],[-123195,202860],[-123633,201570],[-123470,203456],[-123680,202423],[-123982,202880],[-123636,202087],[-122582,203453],[-122706,201238],[-124177,202737],[-125077,202237],[-123213,202663],[-125143,201664],[-124328,201760],[-123569,202269],[-116700,201803],[-115882,201852],[-115390,201634],[-116426,199642],[-115936,201838],[-115965,201817],[-124259,199232],[-125196,200248],[-123721,199450],[-124515,199550],[-123757,201326],[-125330,200548],[-124160,199807],[-125421,200984],[-121176,199114],[-122235,198583],[-122746,197473],[-122764,198163],[-120519,198512],[-121027,198736],[-122833,198941],[-122863,198591],[-123575,202548],[-122612,202057],[-124456,201520],[-122860,202074],[-123610,201962],[-122581,201599],[-122862,202936],[-125147,202295],[-116596,199533],[-116481,199609],[-124741,236351],[-125388,236324],[-124782,236235],[-125103,236488],[-124266,237415],[-123971,236272],[-124356,236970],[-125172,237296],[-125324,236363],[-125047,235832],[-125327,236668],[-124157,236439],[-124250,236359],[-124995,235987],[-123844,236349],[-124719,236265],[-124858,236294],[-123909,236215],[-124897,237375],[-124864,236113],[-124627,236782],[-125268,237390],[-124149,237016],[-122762,247799],[-123443,248943],[-125025,249316],[-125111,248869],[-123651,247908],[-122810,247278],[-122557,248108],[-122566,247816],[-123054,248045],[-122627,249691],[-123249,247538],[-123407,247435],[-124813,249528],[-124683,249816],[-124212,247745],[-123341,249228],[-123916,248993],[-124906,248363],[-123132,248638],[-124607,249075],[-117367,276350],[-120636,278370],[-120405,276517],[-118426,276578],[-124712,275798],[-117329,276441],[-120525,279025],[-120646,276981],[-119018,277121],[-124940,276833],[-124475,276364],[-127449,274931],[-115715,391254],[-115841,391313],[-115536,391137],[-115996,390663],[-115364,391682],[-115686,389639],[-115471,391258],[-115827,390271],[-116426,402794],[-116332,400775],[-116263,403114],[-116442,401075],[-1400051,1312464],[-1400654,1310221],[-1400143,1314449],[-1395888,1315833],[-1399712,1311998],[-1401218,1310188],[-1399369,1315020],[-1395617,1315870],[-1400134,1311281],[-1398326,1339297],[-1399347,1333823],[-1403210,1331522],[-1404016,1334522],[-1399710,1343676],[-1397510,1339459],[-1400266,1334083],[-1402642,1331471],[-1404344,1334125],[-1399659,1343121],[-1402445,1333125],[-1404644,1334921],[-1401235,1333439],[-1395574,1350278],[-1403179,1348766],[-1403664,1347472],[-1407009,1345797],[-1407065,1344898],[-1404317,1347559],[-1399564,1351474],[-1404010,1349380],[-1395203,1353888],[-1398522,1355944],[-1397968,1356118],[-1397934,1356688],[-1398310,1356741],[-1398438,1356711],[-1395799,1350770],[-1400150,1351645],[-1402801,1347863],[-1407055,1345641],[-1406684,1344476],[-1404426,1347624],[-1403976,1349352],[-1405658,1369747],[-1399993,1367464],[-1405874,1360618],[-1405423,1360884],[-1399059,1357030],[-1398485,1357325],[-1399666,1366845],[-1405857,1360707],[-1404775,1361394],[-1405361,1369915],[-1407676,1373963],[-1407426,1374214],[-1404139,1071252],[-1403529,1071403],[-1396841,1079275],[-1396923,1080093],[-1396462,1079611],[-1397613,1079765],[-1397865,1079858],[-1397401,1079871],[-1397128,1080483],[-1396752,1079488],[-1395517,1083054],[-1395423,1082802],[-1396434,1077319],[-1396356,1077101],[-1405639,1141315],[-1403544,1143022],[-1404988,1140776],[-1403691,1142538],[-1401313,1199488],[-1404742,1203290],[-1405342,1212000],[-1406999,1205935],[-1404830,1206528],[-1401823,1203743],[-1402589,1222644],[-1403101,1219622],[-1406606,1217449],[-1415660,1331218],[-1415712,1329665],[-1412628,1327055],[-1416944,1328173],[-1418537,1328373],[-1420576,1328988],[-1415173,1330439],[-1416125,1329625],[-1412530,1326506],[-1416355,1327936],[-1418817,1328397],[-1420580,1331733],[-1418947,1332504],[-1416183,1332666],[-1410797,1336383],[-1416937,1341789],[-1417053,1341969],[-1413895,1342608],[-1413675,1342362],[-1420620,1331925],[-1418685,1331697],[-1418508,1332757],[-1416574,1332865],[-1411088,1336822],[-1409368,1345047],[-1414196,1347647],[-1412432,1352104],[-1410329,1345471],[-1410001,1344307],[-1414419,1348092],[-1412417,1351590],[-1410279,1344637],[-1409759,1360817],[-1410949,1362604],[-1412263,1367528],[-1409971,1360732],[-1411040,1362395],[-1412939,1368285],[-1419242,1374261],[-1419952,1373724],[-1416735,1373501],[-1416367,1373560],[-1415305,1375671],[-1415610,1376063],[-1415487,1374517],[-1417176,1371784],[-1418773,1374088],[-1416857,1373917],[-1409358,1374619],[-1416040,1374695],[-1417189,1371730],[-1418266,1374142],[-1417760,1373730],[-1409517,1374373],[-1420463,1080879],[-1418137,1077627],[-1419231,1079235],[-1419625,1081058],[-1419358,1096701],[-1419297,1096767],[-1419837,1096970],[-1420012,1097249],[-1423080,1330445],[-1424379,1326886],[-1421016,1329726],[-1422440,1330634],[-1423924,1327070],[-1428430,1327766],[-1428192,1328727],[-1421262,1335070],[-1421247,1332249],[-1431976,1338217],[-1423544,1343868],[-1428311,1335352],[-1422126,1335779],[-1421171,1332100],[-1432096,1338170],[-1423655,1343832],[-1428135,1335401],[-1430107,1347495],[-1429981,1347146],[-1427538,1347347],[-1427820,1346999],[-1424301,1346182],[-1424064,1346177],[-1422594,1344447],[-1421671,1344254],[-1423264,1376079],[-1423458,1375718],[-1429491,1021204],[-1431760,1018786],[-1429993,1019507],[-1433235,1017090],[-1433190,1034633],[-1430236,1033722],[-1432717,1035299],[-1430633,1033532],[-1431108,1127531],[-1430915,1127526],[-1430960,1128060],[-1431498,1127162],[-1430519,1129099],[-1431363,1131241],[-1427723,1133197],[-1430696,1128946],[-1431597,1131711],[-1427018,1132734],[-1422545,1137022],[-1424928,1133336],[-1422954,1135626],[-1424303,1137932],[-1422514,1136855],[-1425118,1133556],[-1422767,1135854],[-1424060,1137982],[-1430422,1179648],[-1430832,1179290],[-1428269,1179524],[-1428078,1179529],[-1430249,1204264],[-1430403,1204498],[-1429882,1204589],[-1429905,1260066],[-1432503,1259896],[-1432441,1261341],[-1435041,1329547],[-1434942,1330313],[-1445587,1344423],[-1444133,1344645],[-1446130,1344110],[-1443920,1343501],[-1445851,1343517],[-1444092,1344171],[-1444764,1339744],[-1445616,1338831],[-1441064,1336725],[-1444359,1336895],[-1445940,1336568],[-1438489,1342275],[-1445892,1343977],[-1446224,1343351],[-1444075,1342848],[-1444425,1339630],[-1445147,1338781],[-1440246,1336791],[-1444421,1336725],[-1445994,1337237],[-1438669,1342054],[-1442701,1332226],[-1442471,1332330],[-1444417,1344220],[-1444793,1345414],[-1443807,1344428],[-1444629,1345021],[-1445424,1346271],[-1445020,1345131],[-1445888,1346283],[-1444132,1344613],[-1444731,1346127],[-1445338,1346197],[-1445081,1345482],[-1445477,1346581],[-1446392,1345639],[-1446206,1344191],[-1437766,1346907],[-1437245,1347012],[-1435121,1347959],[-1434836,1348821],[-1437262,1021214],[-1436097,1022407],[-1434026,1027246],[-1436835,1028396],[-1433823,1026675],[-1437928,1026291],[-1436697,1035607],[-1434986,1037640],[-1436893,1097917],[-1437162,1097732],[-1442639,1100712],[-1441948,1102927],[-1440356,1103754],[-1440665,1103708],[-1442644,1101118],[-1442501,1102009],[-1439259,1105152],[-1439332,1105208],[-1438671,1103529],[-1439075,1103616],[-1438485,1118203],[-1435102,1124509],[-1435216,1124627],[-1436157,1119839],[-1434338,1125676],[-1436019,1119252],[-1434731,1125204],[-1434982,1128043],[-1435406,1127915],[-1434524,1127254],[-1435273,1129042],[-1434293,1127047],[-1435942,1128664],[-1439960,1213178],[-1441415,1212401],[-1440897,1212152],[-1440220,1213008],[-1440610,1212757],[-1437604,1211283],[-1435127,1214222],[-1437087,1213442],[-1436258,1215523],[-1434376,1215992],[-1435220,1216716],[-1434598,1219384],[-1437285,1221223],[-1437222,1221214],[-1436410,1227182],[-1446307,1252790],[-1446388,1252722],[-1442580,1262103],[-1442559,1261913],[-1438756,1257340],[-1441987,1264038],[-1438809,1257553],[-1444293,1273909],[-1440839,1272514],[-1442002,1276883],[-1458342,1325902],[-1458643,1325823],[-1446788,1326919],[-1451982,1342970],[-1450853,1342978],[-1451375,1343859],[-1452111,1343883],[-1451606,1343391],[-1452318,1343774],[-1449179,1344051],[-1448587,1343280],[-1449146,1343445],[-1447631,1343094],[-1446647,1343447],[-1448232,1343541],[-1448335,1343956],[-1447008,1343848],[-1454165,1332691],[-1457088,1341499],[-1449810,1343821],[-1448852,1344102],[-1449098,1343152],[-1448424,1343522],[-1454510,1332933],[-1456523,1341399],[-1447601,1347130],[-1447246,1346975],[-1447267,1344407],[-1450673,1346518],[-1447777,1344451],[-1450434,1344370],[-1450572,1345195],[-1449058,1347788],[-1447751,1347327],[-1448035,1347398],[-1448501,1348050],[-1448695,1347751],[-1447739,1348472],[-1449952,1348404],[-1450320,1348290],[-1449497,1348973],[-1450734,1346767],[-1449913,1346446],[-1447662,1347190],[-1447272,1347406],[-1447142,1347419],[-1447693,1346194],[-1449646,1344688],[-1446486,1344242],[-1448048,1347396],[-1448131,1348590],[-1448606,1347599],[-1448366,1348949],[-1449674,1348250],[-1449109,1349208],[-1449041,1348495],[-1450284,1346491],[-1450584,1346922],[-1450813,1346384],[-1450388,1345484],[-1457257,1350962],[-1456977,1350500],[-1453112,1042611],[-1452773,1043517],[-1452450,1042949],[-1446873,1040600],[-1446533,1042426],[-1447896,1046368],[-1450892,1043265],[-1457530,1089407],[-1457556,1089526],[-1451759,1259700],[-1451844,1259805],[-1451557,1260431],[-1451952,1260251],[-1452965,1262919],[-1453277,1262697],[-1452955,1266117],[-1452998,1266498],[-1455387,1265713],[-1455146,1265523],[-1447812,1258607],[-1466254,1283161],[-1467625,1318226],[-1467012,1318304],[-1467103,1328284],[-1467081,1327518],[-1468995,1335627],[-1464119,1332484],[-1460928,1333191],[-1462383,1339178],[-1461623,1338560],[-1468255,1335368],[-1463666,1332939],[-1460862,1333498],[-1462124,1339354],[-1461146,1338373],[-1468436,1356670],[-1468763,1356962],[-1467028,1351065],[-1466453,1351205],[-1471087,1360247],[-1470854,1360495],[-1471718,1049320],[-1463356,1087546],[-1463371,1086838],[-1461748,1076784],[-1465321,1075552],[-1461242,1089793],[-1460335,1090266],[-1461095,1089668],[-1460522,1090282],[-1464405,1277931],[-1483486,1342595],[-1479469,1341739],[-1472841,1339135],[-1483825,1342162],[-1479301,1341671],[-1472551,1339675],[-1482446,1351257],[-1482576,1350524],[-1475628,1357666],[-1475322,1357405],[-1472850,1360212],[-1473678,1360512],[-1473942,1360069],[-1472315,1361687],[-1472254,1361267],[-1474109,1052425],[-1488550,1349217],[-1486758,1356441],[-1485857,1352458],[-1485632,1352464],[-1488144,1348639],[-1486513,1360682],[-1486184,1360941],[-1492232,1362369],[-1492265,1362399],[-1492480,1363014],[-1492113,1363886],[-1485637,1357397],[-1485877,1357390],[-1487190,1357158],[-1506664,1026393],[-1502942,1025340],[-1506213,1032104],[-1509288,1025503],[-1508823,1027907],[-1504048,1025298],[-1506190,1031596],[-1512440,1021799],[-1512519,1024130],[-1514012,1022497],[-1510639,1025210],[-139395,195504],[-139057,194762],[-138953,195040],[-139369,195589],[-139291,195485],[-139343,195605],[-139797,195510],[-138871,195061],[-139660,195046],[-139737,195422],[-139492,194783],[-133669,214041],[-131825,211516],[-137177,215558],[-138783,211364],[-135014,217419],[-133702,214985],[-131560,210721],[-137204,215831],[-139288,212448],[-140139,210078],[-134225,218207],[-140170,220129],[-140730,234302],[-140723,234604],[-140708,234320],[-131811,252015],[-132237,252511],[-131919,251400],[-132051,250793],[-132596,252574],[-132731,252064],[-133098,250466],[-133041,250740],[-130780,253347],[-130612,251692],[-130632,252468],[-131012,252752],[-130167,252484],[-133096,251463],[-133076,251630],[-131853,252480],[-133338,252219],[-133719,250690],[-133437,251566],[-132200,251268],[-133723,252673],[-132609,252321],[-133395,252617],[-132951,252491],[-133602,251505],[-132371,250636],[-133249,252484],[-133191,250601],[-130338,252950],[-131347,251747],[-130196,251458],[-129385,251629],[-130682,253521],[-130783,252061],[-130913,253555],[-131141,252970],[-131147,251744],[-130117,252144],[-130058,251813],[-128224,274598],[-130180,275595],[-129041,273972],[-129915,274949],[-140419,392326],[-140219,394024],[-140493,394399],[-140510,393285],[-140581,393511],[-140628,392934],[-140165,392120],[-140709,392780],[-140446,392463],[-1539855,972927],[-1547713,970843],[-1540450,974909],[-1545920,974179],[-1545884,976598],[-1536618,1021551],[-1537390,1022186],[-1539756,1021099],[-1537477,1022194],[-1539784,1021376],[-1542583,1029034],[-1545994,1029934],[-1546218,1033698],[-1544101,1035666],[-1542511,1028969],[-1545759,1029911],[-1546869,1033429],[-1543957,1035972],[-1545970,1038989],[-1546581,1038806],[-1540972,1073425],[-1540320,1066750],[-1540769,1073302],[-1544270,1076772],[-1543678,1077217],[-1542078,1079968],[-1542313,1080185],[-1543733,1077353],[-1544200,1077401],[-1556724,970998],[-1549248,969295],[-1558872,969187],[-1550777,973276],[-1558430,975273],[-1551801,980604],[-1552337,973329],[-1557903,974495],[-1552529,979487],[-1550432,1049387],[-1549332,1056490],[-1552962,1058164],[-1549439,1056639],[-1553166,1058102],[-1550031,1050143],[-1551023,1050331],[-1552421,1050873],[-1551487,1050385],[-1552397,1051138],[-1554409,1079283],[-1553839,1079599],[-1581685,969981],[-1575837,967987],[-1577527,966435],[-1578755,966465],[-1576543,972984],[-1578283,972738],[-1581866,970172],[-1575793,968811],[-1577594,966526],[-1579307,966660],[-1576426,973270],[-1577885,973115],[-1581846,987033],[-1581988,989345],[-1581879,986658],[-1582776,990207],[-1611219,968591],[-1610242,967484],[-1605772,968427],[-1611312,968408],[-1610476,967957],[-1606412,969068],[-1614843,965689],[-1612825,968018],[-1621463,967767],[-1614451,965887],[-1612995,968861],[-1621901,968550],[-149062,192067],[-148848,192153],[-149965,193107],[-149978,193007],[-151634,193333],[-149113,192811],[-150827,193237],[-151482,192439],[-150592,192868],[-149528,192337],[-150554,193143],[-148917,192260],[-151629,193486],[-149066,192843],[-148949,193001],[-149627,192659],[-149846,192829],[-150973,192869],[-150991,192647],[-149913,214447],[-145311,215025],[-143105,214650],[-148359,212505],[-140992,209642],[-152503,216826],[-149864,215603],[-145362,215191],[-142781,215551],[-148532,211781],[-141215,221195],[-144563,220679],[-143305,221504],[-144572,220739],[-141424,233567],[-141413,233036],[-141244,234342],[-142115,233716],[-141226,234008],[-141942,233521],[-142094,233648],[-141325,233251],[-142320,232750],[-142317,233077],[-142063,233588],[-142978,234631],[-141771,232674],[-141163,234394],[-141022,233924],[-141895,233004],[-143051,232359],[-142461,234230],[-142151,232410],[-142843,233670],[-141065,234024],[-141626,234494],[-141055,234688],[-141608,234099],[-142125,233738],[-141838,234002],[-142165,234744],[-142647,232764],[-142886,234831],[-142091,233306],[-142486,234694],[-141982,232555],[-152313,255931],[-151998,263470],[-150051,265793],[-145621,267791],[-151604,256841],[-152740,264281],[-152136,266764],[-146582,265868],[-142505,390230],[-141738,393585],[-141140,393595],[-142716,390860],[-141661,391676],[-140866,392493],[-141183,390515],[-142768,390895],[-142152,390411],[-141822,390276],[-141048,393563],[-141472,391606],[-142065,390549],[-156877,217329],[-153667,216762],[-156179,217298],[-155073,217324],[-155723,218672],[-164667,229651],[-155684,229821],[-159040,229686],[-165943,227238],[-156741,219964],[-164430,227531],[-164124,229897],[-156907,228291],[-158610,229082],[-157833,219963],[-164847,226167],[-164922,227142],[-162700,241074],[-157278,242501],[-160607,239501],[-156674,233563],[-157504,231181],[-155892,238816],[-157696,239662],[-163144,242596],[-156141,241687],[-157333,233748],[-156578,238562],[-160096,246797],[-158837,246248],[-157303,252647],[-157631,249567],[-160054,244392],[-156347,244735],[-157549,247027],[-159140,244011],[-156399,251817],[-157891,251263],[-161403,245847],[-155845,244291],[-155423,246752],[-156988,246685],[-157712,244392],[-165831,299543],[-163991,297081],[-163361,298352],[-163349,302612],[-163991,299233],[-165112,300320],[-164574,601208],[-164661,600568],[-159231,595228],[-157984,596575],[-154548,595361],[-158879,594329],[-158570,598331],[-154847,594847],[-166310,607028],[-168954,228857],[-168259,226664],[-178028,224742],[-168833,229425],[-177310,223363],[-178685,235903],[-178619,236294],[-178274,236388],[-178597,236528],[-178859,235897],[-178845,236675],[-178846,236010],[-178658,236684],[-178738,236768],[-178305,236306],[-178435,236028],[-178990,236307],[-178776,236830],[-170906,234782],[-172962,231187],[-172337,231361],[-170060,234193],[-171734,233136],[-172116,232028],[-175070,284877],[-174050,285493],[-173047,285743],[-173774,286030],[-175093,285044],[-174327,284876],[-175279,285083],[-173657,285987],[-175440,284897],[-173297,285760],[-173593,284600],[-174952,285356],[-175301,284800],[-173252,284097],[-175276,284858],[-173595,284742],[-173966,285221],[-175175,284923],[-174998,285101],[-175360,284880],[-169702,305853],[-170258,307301],[-169732,306079],[-169874,306623],[-169559,306288],[-169149,306017],[-168749,306140],[-168342,305948],[-168695,306085],[-168100,306875],[-169575,307321],[-167962,306582],[-169400,306806],[-169481,306185],[-168026,306730],[-169115,307205],[-168931,306934],[-169192,305881],[-169006,305762],[-168633,305880],[-168656,306699],[-168567,306259],[-169780,306901],[-169025,306601],[-169104,306925],[-179029,308321],[-178427,308926],[-178615,309048],[-178119,309018],[-178141,309811],[-177578,309050],[-176894,308974],[-177010,309378],[-177620,310660],[-176949,309866],[-176935,309960],[-177325,309627],[-177292,309868],[-171549,308423],[-171773,308755],[-173633,308823],[-173962,309182],[-178397,309109],[-178635,308949],[-178934,308818],[-178796,309860],[-178013,309740],[-178002,309732],[-178445,310088],[-178291,309084],[-177795,308600],[-177527,308201],[-177148,309330],[-177164,308712],[-176609,309566],[-176495,309943],[-176407,309654],[-176588,308899],[-177056,310351],[-177521,309939],[-177745,310212],[-172560,307831],[-173382,307573],[-172651,308312],[-173406,308214],[-172460,308292],[-169220,604217],[-167513,607995],[-169365,605153],[-171743,611597],[-174706,611238],[-177319,610416],[-171418,609319],[-173275,611555],[-174151,610257],[-176182,609363],[-173731,607999],[-191076,228639],[-180535,224382],[-186062,220032],[-188509,219586],[-179261,224169],[-183606,219708],[-184648,222058],[-188861,220912],[-181484,233206],[-182482,232835],[-181699,233911],[-181958,233555],[-181770,232604],[-182719,232730],[-179410,235760],[-179628,235339],[-182047,233945],[-182282,233775],[-182185,233498],[-181364,233443],[-182308,233706],[-181606,232943],[-182007,233530],[-182229,233706],[-182498,233338],[-181766,232904],[-182451,232872],[-182892,232903],[-182331,233318],[-179282,235324],[-179468,309834],[-191490,610595],[-191543,638824],[-191287,638594],[-189511,650348],[-188876,641226],[-189110,650553],[-188154,642043],[-200687,-570048],[-200563,-572442],[-200765,-574082],[-199329,-570288],[-202421,-576619],[-195130,217066],[-199882,223792],[-202435,225194],[-200057,226132],[-196117,225051],[-195842,225834],[-194608,227611],[-200505,223508],[-196666,223130],[-202213,225179],[-198893,225833],[-197871,223904],[-193547,226291],[-194463,227566],[-194861,219102],[-194979,219327],[-198228,239001],[-197872,238064],[-198337,239482],[-199400,237975],[-198190,239001],[-197806,238202],[-199436,238294],[-197283,239661],[-199398,238269],[-198887,238475],[-197912,239912],[-198839,237665],[-199025,238299],[-198208,238600],[-198260,239997],[-196431,234830],[-195508,235125],[-195631,235530],[-195629,235184],[-195612,234358],[-196382,233642],[-197343,234474],[-196788,234972],[-196945,234678],[-196494,235636],[-196839,234476],[-197538,234149],[-200599,234009],[-200769,231594],[-200458,234337],[-199782,233294],[-200226,234389],[-199750,233107],[-199855,233872],[-200019,235257],[-200705,234041],[-200550,233804],[-193254,231556],[-193827,232464],[-198425,233541],[-198875,240069],[-197914,237748],[-199202,239151],[-199059,239209],[-197817,237885],[-198969,239112],[-197260,238295],[-197722,239760],[-200862,231011],[-196675,233565],[-196330,234377],[-196726,235863],[-195708,235502],[-195705,235354],[-196553,234949],[-196617,235430],[-200747,233321],[-198884,233108],[-200287,235103],[-200281,234191],[-193499,230774],[-195582,230838],[-199182,234201],[-195445,247749],[-200705,249895],[-194698,254424],[-200420,252685],[-198490,254261],[-196921,255357],[-200378,248226],[-199411,249428],[-195330,253230],[-199984,252712],[-197234,253457],[-196067,254864],[-196226,257111],[-195285,259748],[-195592,260046],[-195891,261642],[-196130,263550],[-196567,258050],[-195259,260584],[-197542,260895],[-195915,263119],[-200499,286318],[-200244,285708],[-200328,286789],[-200358,286080],[-200846,285326],[-200426,285871],[-200543,285444],[-201218,286801],[-200391,286250],[-200612,286339],[-200645,286311],[-200437,285678],[-200321,286020],[-200198,286329],[-200553,285558],[-199707,358222],[-203725,361646],[-198975,359585],[-204332,363499],[-203588,445334],[-203712,445253],[-204036,444419],[-204124,445813],[-204129,444399],[-203802,444575],[-203792,446454],[-203744,446444],[-203999,446523],[-204169,446042],[-197453,448081],[-195723,448487],[-195099,448225],[-195212,448772],[-197506,448577],[-197311,448536],[-197094,448626],[-195336,448798],[-195731,448992],[-197316,448518],[-194635,604636],[-195620,607470],[-194681,605926],[-193974,610767],[-195441,607064],[-194132,640179],[-194525,641658],[-192878,650291],[-192059,651518],[-206638,-563507],[-205978,-563631],[-208642,215262],[-211290,213077],[-209449,213369],[-212469,211893],[-217555,250722],[-215680,251705],[-217494,249074],[-216214,251656],[-216381,250092],[-213115,276599],[-213947,278830],[-213921,277781],[-214134,280581],[-205799,443753],[-205527,443702],[-205942,444351],[-205853,444345],[-205842,444597],[-215409,494020],[-217498,492854],[-228731,182085],[-228526,183677],[-218875,216484],[-219052,216416],[-221385,215765],[-222961,216326],[-220163,216084],[-222628,217191],[-224149,216698],[-223940,207597],[-226198,209759],[-223510,208414],[-224890,207065],[-223524,206808],[-225496,209340],[-227447,209382],[-224406,208429],[-225708,205912],[-227109,229161],[-227112,227421],[-228298,228721],[-227994,227088],[-225939,240508],[-225951,241143],[-227256,240447],[-226064,241357],[-226940,241580],[-227519,241504],[-227135,240838],[-226652,241530],[-221046,240075],[-221485,241506],[-221256,240516],[-221821,241086],[-220976,241088],[-221249,240462],[-220434,240711],[-221021,240142],[-226501,241703],[-227030,241648],[-226798,241157],[-226488,240522],[-226764,241660],[-226128,240650],[-226252,240339],[-226813,240702],[-226547,241639],[-226438,240708],[-226421,241714],[-227259,241501],[-226564,241525],[-227430,241171],[-226258,240455],[-221506,240279],[-221425,240914],[-221001,241361],[-221632,240528],[-221634,240197],[-220475,240959],[-221588,241597],[-221293,241008],[-221226,240418],[-220945,241423],[-220630,240030],[-221390,240864],[-221059,241340],[-221280,240758],[-221346,240800],[-224395,244067],[-223768,244484],[-224102,243833],[-224436,244354],[-223637,244328],[-224330,245135],[-223618,244331],[-223721,244750],[-224343,243918],[-224351,244845],[-223690,243596],[-225025,243906],[-224851,244995],[-224916,244674],[-224746,244884],[-224380,244112],[-224637,244441],[-225052,244892],[-224439,243569],[-224268,244993],[-224600,245061],[-225036,245028],[-224676,244201],[-223917,253658],[-227786,252919],[-227677,251623],[-223742,254280],[-226436,251452],[-223977,282329],[-223051,282117],[-222958,281995],[-222785,282147],[-222458,475729],[-228554,480017],[-221806,476466],[-228267,480099],[-226640,496828],[-225190,494862],[-225226,498245],[-227263,494127],[-226724,500402],[-228200,501453],[-239271,178751],[-238504,178615],[-240114,179365],[-235110,178317],[-235956,177144],[-234396,178115],[-235648,177508],[-235476,178967],[-235128,177479],[-235147,177293],[-241337,177275],[-238486,178544],[-240163,178587],[-239739,178528],[-237683,178859],[-237938,179274],[-238697,178747],[-238308,178997],[-235443,178010],[-234845,178405],[-235724,179318],[-234673,178473],[-234789,178079],[-234968,178616],[-234400,177854],[-235426,177224],[-234252,178891],[-235433,178059],[-236028,178168],[-234513,178764],[-234205,178623],[-242351,177722],[-233790,183084],[-232383,183409],[-235278,182561],[-235626,180677],[-231611,184333],[-231972,184425],[-236063,182147],[-232968,181164],[-236172,181394],[-235798,180809],[-233104,183024],[-232219,184342],[-232117,182702],[-233783,183762],[-232526,183915],[-233108,183004],[-232747,183517],[-233447,184135],[-233958,181833],[-232556,182403],[-233802,182802],[-233827,182258],[-233922,182224],[-232377,181468],[-233132,182734],[-233164,182858],[-236675,182151],[-234523,182836],[-235644,182334],[-236541,183192],[-235700,182340],[-235270,183488],[-235860,183324],[-235115,181251],[-234970,182937],[-234839,182014],[-235571,182798],[-236070,181262],[-234366,181501],[-240173,180423],[-239183,179517],[-239601,180507],[-238727,180299],[-238301,179864],[-239318,179839],[-238399,179568],[-235601,179498],[-237985,181079],[-232005,182374],[-231869,184171],[-232965,183889],[-235024,181159],[-231094,182658],[-233869,183051],[-235204,180889],[-235589,182363],[-236554,181933],[-235121,181314],[-235912,181835],[-233893,183814],[-233986,184160],[-234127,181927],[-234080,181822],[-233262,182387],[-232715,181874],[-233711,182617],[-234624,182273],[-235887,181154],[-236512,183230],[-234696,183550],[-235563,183545],[-236251,182561],[-235312,182934],[-236270,181652],[-235520,182340],[-239619,179701],[-238393,179758],[-239796,179925],[-239811,180290],[-235733,181438],[-242901,195756],[-243031,194509],[-242704,194133],[-242677,194119],[-242669,194194],[-243163,194794],[-242773,193810],[-243049,195787],[-242943,193914],[-243041,220419],[-242609,218122],[-243119,219436],[-237030,412061],[-237494,410843],[-237378,410605],[-237666,410568],[-236989,411246],[-237314,411836],[-237952,411558],[-237181,411651],[-238454,410856],[-238150,411342],[-237149,411129],[-238291,411500],[-237802,410773],[-237750,410572],[-237093,410981],[-238060,410731],[-237465,410683],[-238409,411146],[-237171,411754],[-11381,239889],[-12050,239918],[-11805,240389],[-11230,238208],[-12328,239663],[-12597,238690],[-11835,241193],[-10208,238028],[-8313,240108],[-7667,239365],[-10989,238301],[-10746,238485],[-8109,239817],[-9719,238617],[-8007,238298],[-12080,240004],[-10563,241989],[-12005,241132],[-12360,240069],[-11765,239948],[-11423,240354],[-10390,240653],[-10993,240928],[-11921,242316],[-11443,242280],[-10794,241201],[-10094,240912],[-12220,241367],[-10583,240029],[-11271,240680],[-11694,238128],[-9579,240297],[-8547,238775],[-7430,239205],[-9578,239312],[-8833,240021],[-10308,237807],[-11540,239959],[-11600,241215],[-10123,241316],[-12454,241509],[-11624,241659],[-10160,240336],[-5072,590455],[-4572,590777],[-3102,592409],[-4600,590984],[-4596,591176],[-3312,591359],[-3654,591089],[-4731,590709],[-5794,590456],[-7508,590802],[-8157,590837],[-6345,589401],[-7676,589387],[-7362,590436],[-7037,590198],[-6439,589066],[-7553,600192],[-6191,599073],[-7767,599018],[-6931,600173],[-8062,599691],[-5550,598962],[-5715,599967],[-7471,600164],[-3001,591157],[-5303,592123],[-3504,590084],[-4946,591521],[-4472,592223],[-5049,590965],[-5279,591146],[-3147,590452],[-3247,592019],[-4314,592137],[-3424,591659],[-4653,590622],[-5272,591325],[-3106,590652],[-3154,591507],[-6221,591136],[-6962,590610],[-7014,589171],[-5796,591118],[-7448,590695],[-6018,590897],[-8238,589319],[-7488,589191],[-6221,589885],[-7001,590759],[-7850,590136],[-8365,590235],[-7702,590982],[-6977,591078],[-7552,589880],[-7628,600516],[-6422,599544],[-5986,600822],[-7831,599256],[-6438,599058],[-5916,598808],[-7735,599756],[-5939,600267],[-7466,601322],[-7761,599093],[-7427,599981],[-7405,599675],[-6151,601308],[-6998,601276],[-5732,601026],[-7783,604781],[-9519,602876],[-7735,603239],[-7617,603509],[-8349,603810],[-9649,604235],[-9209,603461],[-8634,603512],[-8340,603400],[-9717,604761],[-9394,603093],[-8601,602797],[-8939,604939],[-9701,605040],[-8908,603976],[-8336,604684],[-9070,603863],[-7884,604253],[-9143,602968],[-7676,603864],[-9870,604906],[-9973,605120],[-10061,602789],[-1099,94910],[-1875,94996],[-408,94008],[-293,94922],[-271,93962],[-1234,93906],[-325,93783],[-184,95143],[-1678,93518],[-1835,93689],[-1696,93744],[-1404,94610],[-1872,95116],[-1134,94766],[-247875,176958],[-247388,177769],[-245935,192140],[-244459,191756],[-250881,191636],[-250467,189722],[-251824,191519],[-251511,191323],[-250623,191186],[-251681,190078],[-251194,190944],[-252343,191509],[-250793,191068],[-250522,190175],[-251922,189887],[-251241,190615],[-252394,190089],[-250543,191700],[-252251,190886],[-253356,189595],[-253323,191092],[-253968,191299],[-254693,189890],[-253019,189791],[-254189,190147],[-253739,189145],[-253021,189711],[-253932,189158],[-254737,189535],[-254111,189239],[-254584,191024],[-254558,190200],[-252882,190869],[-254984,190622],[-245870,191753],[-245170,192189],[-244793,192018],[-245572,192102],[-251390,191922],[-250523,192089],[-250802,190402],[-251664,190607],[-250546,191905],[-250479,191777],[-251049,190040],[-252210,191861],[-254413,189993],[-254662,189988],[-253315,191100],[-254780,191309],[-254244,189294],[-253459,190967],[-253616,190336],[-253395,191181],[-245097,194250],[-245343,192819],[-246657,193018],[-246565,193072],[-244379,194640],[-245049,193763],[-244260,193931],[-243607,195147],[-245881,193372],[-245979,194251],[-246327,193028],[-244671,193471],[-245940,192383],[-245830,194179],[-246212,193781],[-245718,192381],[-245189,193500],[-246489,193247],[-246104,194175],[-245415,192286],[-244435,193582],[-244956,195596],[-244094,194737],[-243949,194332],[-243305,195031],[-244695,193285],[-243382,193764],[-244555,195639],[-243343,195353],[-243469,193382],[-243307,195590],[-244323,218482],[-244182,220032],[-244396,218889],[-244881,218083],[-245072,220255],[-244564,218834],[-243676,218408],[-244928,219086],[-243986,218466],[-244156,218688],[-243325,219252],[-243415,217872],[-244291,219497],[-243492,219008],[-244256,219255],[-244465,219062],[-243780,219824],[-245055,217956],[-244971,219162],[-243821,220070],[-250236,264268],[-250720,266002],[-252628,265110],[-249419,263983],[-250823,265303],[-245369,287791],[-249525,286638],[-248491,283932],[-246652,286668],[-248853,286698],[-249755,285832],[-257767,193494],[-259526,194429],[-259586,194279],[-258654,193567],[-257569,194673],[-257853,192372],[-259135,194570],[-257298,194080],[-268474,201762],[-266387,200391],[-265403,203765],[-267801,202026],[-264891,202543],[-258469,194124],[-258508,193372],[-257665,192945],[-259257,192335],[-257152,192427],[-258711,194109],[-258822,193157],[-259592,193095],[-257855,194755],[-259152,194131],[-258585,193412],[-259182,192518],[-259548,192922],[-258301,192613],[-257515,192640],[-266292,203471],[-263787,200677],[-266528,200691],[-265413,202288],[-266180,204533],[-265063,202442],[-267766,199300],[-268137,203290],[-268520,202995],[-266097,203297],[-268018,204246],[-259822,231515],[-264754,234474],[-266957,235328],[-266595,236882],[-268080,238980],[-259352,233185],[-263881,233219],[-268409,235367],[-267628,236130],[-275906,-626340],[-275022,-626276],[-276841,-623030],[-277257,-622537],[-272936,-629215],[-280781,190285],[-278415,191793],[-280792,190861],[-278930,192173],[-269712,200044],[-269884,200629],[-269313,202882],[-268856,198434],[-269441,202100],[-280666,192456],[-269551,204448],[-272259,239816],[-273843,241248],[-273735,237879],[-275654,238009],[-270310,238050],[-272259,240977],[-268865,236231],[-270068,236566],[-270740,238152],[-286496,197586],[-283826,200719],[-287519,201084],[-289342,198559],[-286982,198452],[-284168,199802],[-284849,200046],[-286958,199121],[-288294,198253],[-298345,138960],[-299094,139690],[-301724,137979],[-298686,137586],[-297684,137686],[-297482,140067],[-301414,138658],[-300545,140792],[-301600,138747],[-303175,140918],[-302284,139784],[-298182,139537],[-297219,138350],[-302789,138452],[-301233,141984],[-297871,143325],[-296590,142243],[-299293,142697],[-303097,141087],[-300591,141389],[-300551,143643],[-301229,143045],[-299619,143538],[-298306,160816],[-300808,157555],[-297712,158350],[-298344,162740],[-299813,157563],[-299130,158463],[-299396,159250],[-299263,165851],[-302480,162147],[-299304,160815],[-298484,164272],[-301837,162875],[-298772,161594],[-304598,341863],[-305342,342510],[-300873,336425],[-301804,337461],[-301161,337057],[-306311,342592],[-301671,337851],[-302318,336353],[-300595,336842],[-306788,341694],[-304699,341252],[-303699,343223],[-305519,343461],[-306134,341874],[-304837,342200],[-305219,342040],[-305662,343322],[-303983,343630],[-301522,336278],[-301063,337763],[-300436,335542],[-300947,337766],[-300968,336991],[-300891,336557],[-301788,337243],[-302476,337823],[-301788,336822],[-300873,336485],[-301658,336237],[-303934,341597],[-301605,336500],[-301431,337507],[-301521,336656],[-306366,341513],[-306144,342640],[-305598,341228],[-300955,337043],[-306631,341920],[-301543,336296],[-303627,342779],[-301623,336292],[-301720,335929],[-301563,336316],[-301274,336408],[-301655,336701],[-300746,336038],[-301629,336817],[-303235,341224],[-305049,342042],[-301804,336882],[-304660,340993],[-305459,342466],[-306915,341490],[-305404,341553],[-300909,336889],[-300607,337281],[-301344,337482],[-301518,336134],[-300390,335928],[-301335,337085],[-301534,336468],[-304661,341444],[-300936,336504],[-306583,341874],[-301251,337215],[-305115,341147],[-305797,341102],[-301546,336995],[-306321,342327],[-305114,341820],[-300452,376998],[-300666,377394],[-300552,377003],[-302267,377923],[-302577,377202],[-302295,378055],[-302580,377996],[-302737,378187],[-302878,377733],[-304167,378050],[-304111,377074],[-304242,377423],[-307145,377732],[-306345,377989],[-306534,377830],[-306021,378072],[-305878,378105],[-306103,377678],[-306216,377381],[-305818,377218],[-305851,376651],[-306278,376629],[-306572,376839],[-306442,376871],[-305051,376815],[-304955,377152],[-305082,377081],[-301026,377129],[-300959,377051],[-302447,377386],[-301743,377736],[-303025,377736],[-303210,377554],[-304752,377565],[-304615,377842],[-307176,377513],[-306232,378160],[-306239,378365],[-306107,377769],[-305870,377695],[-306074,377282],[-306588,376350],[-306089,377043],[-305747,377338],[-305321,377225],[-305660,376835],[-319575,237568],[-308959,341595],[-315990,343084],[-308517,340852],[-315079,343344],[-307641,341561],[-314969,343007],[-314773,342948],[-315923,344020],[-314091,341837],[-310125,340242],[-314166,340911],[-308595,341128],[-308204,340842],[-315281,343830],[-316046,344901],[-316928,345400],[-316897,345471],[-316954,344526],[-315371,343800],[-318624,343548],[-319560,343038],[-315974,345166],[-319061,344016],[-316844,343659],[-318756,341245],[-316080,343447],[-315790,343704],[-308963,341864],[-308533,339574],[-309113,339893],[-308042,339951],[-309045,341362],[-315791,343764],[-309167,341391],[-315720,344188],[-315934,344787],[-315302,342975],[-315867,343242],[-315665,343762],[-308515,340764],[-309458,341803],[-316098,343070],[-308610,339690],[-309766,341676],[-308746,340209],[-308083,339984],[-309246,340405],[-314442,341584],[-313328,341522],[-315688,344261],[-316660,344498],[-316969,345326],[-317434,345521],[-316848,345361],[-317219,344604],[-315588,343959],[-314831,343066],[-316069,343229],[-319531,343320],[-318981,343723],[-315846,344662],[-318154,344356],[-318941,343660],[-315947,344854],[-317247,344616],[-317898,346116],[-310223,370599],[-308468,371213],[-310665,370335],[-310659,371075],[-309550,371099],[-310203,370372],[-309769,370849],[-309925,370437],[-310190,370823],[-309002,371254],[-313560,370537],[-312178,369842],[-312943,370246],[-313232,370501],[-314372,370599],[-314661,370708],[-319306,366350],[-319308,369364],[-318570,367950],[-319375,368758],[-319805,363773],[-318581,365666],[-319123,365713],[-318849,364485],[-318863,366083],[-318069,369234],[-317367,369323],[-318036,368633],[-318212,368869],[-310726,369755],[-307287,371285],[-310192,370842],[-308618,371315],[-308299,370816],[-310408,370827],[-310443,370696],[-310974,369273],[-314020,369656],[-312603,370701],[-312997,370026],[-319574,368637],[-319591,368530],[-319696,369759],[-319565,369435],[-319004,368428],[-318454,363365],[-318940,365784],[-316399,364899],[-316980,361407],[-316722,361726],[-317826,361576],[-316625,363992],[-317584,364734],[-316402,362122],[-315989,361352],[-317179,362239],[-313990,364480],[-313886,365444],[-314038,365249],[-313790,364143],[-314924,363182],[-314792,363493],[-314330,364313],[-316372,365280],[-314229,366136],[-315355,366230],[-316508,364769],[-307255,369528],[-316723,366645],[-315596,369481],[-316235,368767],[-315598,367836],[-317143,369052],[-315869,369221],[-318109,367099],[-316948,365011],[-316208,364793],[-317921,366129],[-318126,363587],[-318082,367371],[-317302,366876],[-317762,367321],[-317846,367316],[-317013,366826],[-316315,367222],[-315763,366068],[-314460,366710],[-315694,367352],[-314452,366204],[-315054,366430],[-315651,366338],[-316347,365090],[-316920,365596],[-316350,366874],[-315509,366396],[-317861,364195],[-316088,361422],[-316799,361800],[-317677,361470],[-314755,364902],[-317228,362714],[-316711,364371],[-316094,361212],[-313802,363591],[-316776,362478],[-315625,364340],[-313853,365039],[-314358,365629],[-316664,362723],[-314624,364406],[-316318,365343],[-316095,362526],[-316805,362850],[-314804,363311],[-315708,362813],[-307275,369569],[-315718,368502],[-317253,368197],[-315893,367528],[-318025,367739],[-315541,368551],[-316715,363312],[-316694,364816],[-317042,363877],[-316728,364423],[-317234,364800],[-317637,364011],[-316501,366143],[-315935,367861],[-318177,367415],[-315915,369268],[-316031,368654],[-317599,368444],[-317831,368541],[-317513,367418],[-316842,367583],[-316466,366878],[-316461,367668],[-315062,367134],[-314994,365008],[-314999,366333],[-315621,366555],[-314891,366241],[-316051,365629],[-316722,367134],[-316667,365022],[-314818,366077],[-314493,365007],[-307465,377521],[-307278,378193],[-308974,371606],[-310079,373411],[-309327,372173],[-309801,372861],[-308008,372131],[-308662,371439],[-307450,371451],[-308426,372058],[-308992,372204],[-309876,371437],[-308502,371810],[-309989,372039],[-311264,374152],[-310830,373217],[-313116,374521],[-312802,374497],[-311668,372071],[-313142,372992],[-312728,373030],[-312029,372527],[-310551,372938],[-312901,373298],[-311082,373087],[-313591,373157],[-310915,372626],[-313103,371474],[-312028,372535],[-310775,373020],[-307521,378861],[-308545,378753],[-307852,377823],[-308123,377972],[-307644,378085],[-307420,378007],[-309397,373381],[-307676,373234],[-311343,371751],[-309027,372872],[-307904,372177],[-308911,372304],[-308066,372638],[-310412,371589],[-312188,372706],[-311667,374438],[-311847,374482],[-312552,373454],[-312193,372541],[-310945,372576],[-311218,373937],[-311301,372509],[-310568,372764],[-312686,374506],[-313105,371641],[-312902,372699],[-312230,371843],[-312968,371476],[-307770,378637],[-307697,378813],[-307411,378432],[-308090,378837],[-307805,377661],[-307761,377477],[-330745,152399],[-331371,155482],[-330636,155319],[-330609,157404],[-331291,155643],[-330933,154248],[-331342,158063],[-331792,230593],[-329865,228988],[-330276,227752],[-325439,242546],[-321688,238370],[-320619,235687],[-332347,231737],[-324555,240963],[-324532,350745],[-324144,350224],[-322195,349643],[-323231,349345],[-323115,349892],[-323595,350591],[-322988,350877],[-324471,349377],[-324150,351717],[-323852,349527],[-322280,352290],[-322159,352158],[-323763,350700],[-321422,352143],[-322215,350453],[-322391,351513],[-323399,350496],[-322326,350712],[-322145,350312],[-322942,351023],[-332088,349017],[-331789,348364],[-332730,350193],[-332604,350582],[-331829,350391],[-331349,348984],[-331568,349547],[-331600,348834],[-332414,349207],[-331821,349452],[-332427,348823],[-331593,349146],[-332369,349151],[-331366,348914],[-331038,349740],[-332477,347512],[-332379,346884],[-332607,347112],[-332744,347849],[-332429,348083],[-327876,349095],[-327322,349199],[-328071,350056],[-327266,349300],[-327794,349292],[-328444,350128],[-327025,349803],[-327594,348825],[-326991,349896],[-327920,349591],[-322445,351126],[-323723,349754],[-323554,350398],[-323971,350706],[-323891,351068],[-322196,349383],[-322521,351122],[-323931,351031],[-323774,350649],[-323218,349350],[-321374,352453],[-323799,351747],[-323311,352098],[-321796,351928],[-321741,351598],[-323834,351460],[-322681,352832],[-322631,350856],[-322100,351976],[-322569,351902],[-332489,349230],[-330959,348722],[-330998,348683],[-332380,350138],[-331709,348700],[-332236,349547],[-331602,350208],[-331587,349554],[-332105,350250],[-331164,349678],[-331026,349420],[-332622,348385],[-332711,347597],[-332428,347635],[-332449,347385],[-327604,349328],[-327350,349900],[-327279,348876],[-327302,349124],[-327423,349616],[-328366,349775],[-327953,349292],[-327194,349810],[-328232,349948],[-328166,350410],[-332524,360467],[-332494,362145],[-332597,360869],[-331272,361017],[-332271,360850],[-332533,363091],[-331870,360836],[-331308,362001],[-332089,361089],[-332591,361990],[-332686,362062],[-320118,364143],[-337125,152439],[-339183,152868],[-334002,153409],[-336635,152083],[-338716,153223],[-333934,157345],[-333859,154206],[-338702,154328],[-339885,156678],[-337814,156061],[-334208,157720],[-339815,157349],[-336136,156831],[-334326,229105],[-341217,226985],[-344299,227268],[-341824,226470],[-342937,226074],[-338929,232474],[-336492,234609],[-338017,233087],[-334976,230650],[-337329,233844],[-341514,358079],[-338469,358317],[-340198,358307],[-340533,358055],[-343589,357526],[-341426,355628],[-343442,357420],[-342571,355568],[-344018,356456],[-340829,357533],[-340644,357019],[-339672,356194],[-339062,357562],[-341264,358353],[-341781,356368],[-344043,356788],[-341043,356592],[-339414,355754],[-341236,356073],[-340480,356739],[-342548,357165],[-339707,357373],[-340096,355349],[-340250,357706],[-332945,349497],[-333806,348934],[-334024,348420],[-333641,349446],[-332811,348603],[-334090,348348],[-332892,350563],[-333496,348642],[-333852,348434],[-334522,350589],[-334990,350286],[-335039,349634],[-335204,350186],[-333952,349492],[-334173,349554],[-333875,350837],[-334920,350197],[-335217,350763],[-334481,350311],[-333448,348333],[-333586,348030],[-333583,347155],[-333192,348118],[-332834,347634],[-333507,346832],[-340923,357421],[-339350,355350],[-338559,356487],[-343346,355966],[-340981,358348],[-343800,356331],[-341497,357752],[-341151,357336],[-337762,357539],[-342234,354689],[-339241,357628],[-340525,358155],[-341861,357340],[-339831,357746],[-340214,357476],[-341512,357092],[-338006,357934],[-337931,358289],[-341176,356387],[-342664,357758],[-340992,356136],[-339104,357100],[-339293,356343],[-340825,357106],[-340518,356227],[-340577,355702],[-344491,355888],[-340201,355070],[-333998,350913],[-334134,349270],[-333626,349860],[-333884,350923],[-333513,349239],[-334707,350436],[-334023,350900],[-334478,350361],[-334504,350751],[-334694,350134],[-334579,349635],[-335214,349422],[-334672,350345],[-334705,350408],[-334422,349622],[-333028,347994],[-333847,347425],[-333415,347891],[-333392,348024],[-332839,347866],[-340892,361801],[-342032,361763],[-345260,359321],[-344876,362027],[-345431,361223],[-344677,360832],[-344968,361011],[-340287,358666],[-339067,361676],[-340156,361179],[-345223,369681],[-345217,369462],[-339945,360763],[-340562,361086],[-345451,361624],[-339257,365195],[-340164,366179],[-341589,365079],[-344393,363378],[-345397,364501],[-345577,363222],[-345153,362961],[-344621,364616],[-339713,359683],[-337114,360972],[-337647,358973],[-338430,359856],[-338940,358664],[-338003,360244],[-338560,358890],[-337100,360526],[-335535,365532],[-336067,364801],[-335312,363823],[-335174,364352],[-335909,364166],[-336417,364350],[-334999,364019],[-336287,365654],[-336432,364221],[-335964,365546],[-340207,361724],[-335491,363694],[-336612,362517],[-340466,361063],[-336914,363876],[-335499,362258],[-335648,363241],[-336643,364047],[-336382,364011],[-333433,361848],[-334959,362252],[-333050,361721],[-333724,361788],[-333503,362634],[-332920,362347],[-333580,361814],[-333275,362132],[-333335,362441],[-333251,362793],[-333188,360688],[-333585,361613],[-333504,362332],[-332802,361717],[-333241,362047],[-335887,362170],[-335391,360360],[-336542,362113],[-336064,361022],[-335449,361136],[-336304,361922],[-334726,360887],[-336183,362068],[-334608,360568],[-335502,362264],[-336973,362047],[-336385,362785],[-336734,363262],[-335696,362080],[-336077,362072],[-335816,362046],[-336606,364179],[-341123,361986],[-339259,364806],[-339710,362057],[-339825,365335],[-340819,362050],[-340154,360702],[-339189,360176],[-338904,359080],[-342958,365313],[-340452,365814],[-341977,364862],[-339579,365977],[-342135,365284],[-341497,366297],[-340442,366040],[-340469,364342],[-340194,365051],[-344644,359827],[-339573,359673],[-345216,360922],[-344639,361267],[-340278,365521],[-342063,364952],[-339526,358679],[-340746,366052],[-341569,363478],[-345461,369493],[-340360,366199],[-340494,361422],[-341130,362595],[-340767,362467],[-340619,362734],[-340756,361558],[-345535,361539],[-340745,365690],[-345935,360904],[-341282,365388],[-341601,364843],[-340191,363106],[-341789,365725],[-341247,365929],[-341643,365120],[-345284,363662],[-344966,363713],[-345393,364162],[-340902,358814],[-344966,364081],[-345264,363306],[-345094,363891],[-341560,364581],[-344155,364610],[-345521,364631],[-345120,364307],[-341299,358710],[-338226,358841],[-338871,359833],[-339140,358867],[-337717,359409],[-338954,359249],[-338315,358828],[-341082,362397],[-336268,364337],[-336810,365957],[-336814,365405],[-335068,364598],[-337140,365308],[-335608,364680],[-334834,364911],[-334856,363955],[-336728,363679],[-335845,364697],[-335077,362920],[-336631,363442],[-335857,363408],[-336272,361865],[-337334,362153],[-335682,363668],[-335671,362099],[-336623,364053],[-335401,363630],[-341199,360770],[-333505,363329],[-334400,363239],[-333189,363246],[-333263,362631],[-334768,362732],[-334042,363342],[-334873,361817],[-333676,362169],[-334162,362450],[-332970,361867],[-333632,362457],[-333687,361165],[-333644,360678],[-332835,361960],[-335974,362437],[-335362,360668],[-336056,362350],[-336667,362085],[-335877,361500],[-335161,360482],[-335821,361840],[-335388,362000],[-335405,360753],[-335302,362105],[-336220,361978],[-340289,362470],[-341043,361128],[-336871,361803],[-336821,363866],[-336397,364110],[-338102,362831],[-337653,362577],[-337095,362517],[-339170,366311],[-340132,360832],[-339284,359488],[-340092,359809],[-339934,365797],[-340513,360798],[-339985,361472],[-340626,362428],[-341845,365918],[-340725,364816],[-342891,365644],[-341334,364308],[-342050,365077],[-341875,364665],[-341747,366072],[-340410,364474],[-340480,365865],[-347770,165615],[-346464,166200],[-348693,165563],[-346593,166763],[-349453,171871],[-357587,169327],[-355307,169006],[-353475,175846],[-352337,178684],[-348934,171762],[-355486,169240],[-351794,177618],[-351440,179519],[-351386,180163],[-348698,213960],[-346708,213563],[-349041,214682],[-346662,213728],[-353656,221692],[-353529,218453],[-354171,222059],[-354991,218082],[-358093,343463],[-358088,343806],[-356475,344245],[-358009,343501],[-357323,344069],[-357261,342842],[-358146,343577],[-358320,342814],[-356739,343970],[-356820,344289],[-357121,344880],[-357739,343671],[-357892,342507],[-356800,344436],[-357343,344428],[-358180,343393],[-356951,351872],[-357347,351782],[-358185,351455],[-358153,351606],[-358110,350806],[-356758,352943],[-357465,350722],[-350308,354872],[-351743,356332],[-351799,355038],[-350273,354612],[-351013,355192],[-350286,355337],[-352332,355172],[-351346,356013],[-351889,355532],[-349970,356699],[-349818,358054],[-349992,358129],[-349714,357242],[-349180,357718],[-349031,357611],[-349213,358053],[-350322,358011],[-349506,357455],[-346181,357025],[-346621,356877],[-346692,357081],[-358201,358279],[-346539,356762],[-348660,357153],[-346407,357138],[-346599,356931],[-357110,358340],[-351532,356604],[-351023,356787],[-353258,357077],[-352223,356560],[-351017,356529],[-353010,356746],[-353424,356952],[-351333,356704],[-351522,356755],[-352331,356548],[-354911,358197],[-355309,357671],[-355236,357922],[-355981,358069],[-354815,357524],[-354910,357568],[-355353,356154],[-355308,357404],[-353604,356059],[-353440,356231],[-354581,357022],[-355519,357084],[-354895,356636],[-355458,355972],[-355285,355961],[-354399,355782],[-354948,358132],[-356420,357782],[-356046,357671],[-356216,357969],[-355140,358066],[-355986,357547],[-356481,357254],[-355445,357864],[-356888,358548],[-356888,351194],[-357977,351325],[-358339,352176],[-358173,350930],[-357228,351277],[-358378,350926],[-358023,351069],[-358215,351104],[-351239,355500],[-349881,356411],[-350166,355079],[-350602,356572],[-350416,354179],[-350508,356260],[-351652,354723],[-351214,355655],[-349847,355655],[-352274,356117],[-349590,357327],[-349895,357796],[-348778,357195],[-350037,358072],[-349370,357710],[-348794,357244],[-349411,357669],[-350289,358163],[-346423,356849],[-348540,356882],[-346665,357035],[-348595,356990],[-346800,356704],[-348375,357343],[-346655,356943],[-348739,356776],[-350942,356595],[-351728,356575],[-351780,356539],[-353353,356695],[-352601,356607],[-352632,356543],[-351979,356645],[-350972,357008],[-353188,356957],[-353308,356715],[-357424,356999],[-355240,358403],[-354976,357786],[-355103,357946],[-355368,357155],[-353044,356835],[-355050,356472],[-353642,355958],[-355271,356982],[-353677,356601],[-353165,356222],[-355535,356026],[-354579,355913],[-353179,356905],[-356479,358520],[-355290,357202],[-355882,356834],[-356509,358394],[-354915,357236],[-355990,356892],[-355323,358183],[-355851,357560],[-355559,358177],[-354896,358407],[-356876,358078],[-350272,359543],[-350220,359694],[-354969,358766],[-355033,358779],[-355325,359229],[-355213,358677],[-355147,359056],[-355274,358971],[-356203,358850],[-355887,359061],[-355901,359547],[-355851,359877],[-356492,358959],[-356675,360040],[-355460,360281],[-355276,359364],[-355902,358778],[-356047,360235],[-356645,359403],[-357045,359788],[-356548,358698],[-356408,358602],[-355936,360092],[-356840,358685],[-356263,359673],[-357103,358817],[-357065,360047],[-355698,360801],[-356551,360763],[-356059,362093],[-356556,360835],[-356095,360405],[-356447,361705],[-356702,361072],[-355688,361963],[-354826,362376],[-355189,361593],[-350942,364679],[-349951,363650],[-349518,363739],[-349755,363369],[-349459,363599],[-349131,364973],[-349419,362899],[-351022,365166],[-350726,364641],[-350280,363403],[-350685,365098],[-351414,365643],[-351496,365289],[-350946,365205],[-350979,364877],[-351104,365603],[-352960,365668],[-352074,365239],[-351552,365190],[-352370,365568],[-350746,366575],[-352133,365210],[-350126,364906],[-350250,365414],[-351924,366372],[-351780,366132],[-350682,366052],[-350797,366216],[-351849,366827],[-350820,361004],[-349124,362219],[-350304,362063],[-349934,361571],[-350106,360093],[-351182,360844],[-350915,361315],[-350879,361112],[-349287,362147],[-351359,360799],[-357401,366881],[-357405,367647],[-357818,367500],[-358333,365982],[-357749,368947],[-356951,369020],[-357064,367373],[-356992,366880],[-357823,369181],[-357651,367133],[-357263,367161],[-356743,368454],[-357480,366668],[-357344,367389],[-357874,367569],[-357608,367670],[-357817,367513],[-357379,367054],[-354230,368805],[-353695,366723],[-358292,369429],[-358392,367520],[-357203,363938],[-357238,365474],[-357805,364500],[-357664,364684],[-358113,364165],[-356563,364788],[-357729,363943],[-356778,364985],[-353750,368277],[-353692,367132],[-354538,367817],[-354621,368434],[-350199,368586],[-350577,367485],[-349932,368258],[-350055,367972],[-349359,368181],[-349735,367876],[-349611,368020],[-349647,368498],[-349414,367590],[-349150,368392],[-346253,363897],[-345800,369646],[-345685,369548],[-345672,366522],[-347109,365946],[-346085,365702],[-346002,366257],[-347433,370858],[-345776,363931],[-347005,370908],[-345785,365535],[-347292,365807],[-346381,364307],[-347478,364505],[-345917,364764],[-346445,365814],[-347482,365372],[-347373,365989],[-346357,364139],[-347024,364733],[-346366,365279],[-347694,364630],[-347701,364979],[-347069,365379],[-346613,365157],[-347423,365357],[-347673,365127],[-347500,364829],[-346902,364666],[-346456,364207],[-346501,361686],[-346810,362369],[-346263,361989],[-346726,361869],[-346724,362213],[-347281,361948],[-347021,362143],[-346960,362026],[-346948,361627],[-346216,361210],[-346807,371303],[-345809,361591],[-345840,361649],[-345566,359663],[-345618,361708],[-346622,370829],[-346232,362417],[-346911,362409],[-346434,362496],[-350208,359749],[-350318,359150],[-355107,358967],[-355430,359543],[-354922,358734],[-354928,358651],[-355050,358786],[-356276,359160],[-356157,360489],[-355093,359971],[-355702,358381],[-356098,360298],[-356871,360532],[-356891,359085],[-355682,359253],[-355543,361108],[-355653,359630],[-357053,359205],[-356480,359200],[-356837,358879],[-358079,359258],[-357465,360378],[-356613,358600],[-355885,359414],[-356013,360773],[-356086,361397],[-354880,360476],[-356225,361661],[-354958,362322],[-356548,360717],[-355801,360397],[-356490,360628],[-356070,361345],[-356496,362263],[-350009,364223],[-349427,364954],[-349548,363661],[-349783,364496],[-349849,362734],[-349645,363338],[-350188,363212],[-350177,364932],[-351207,365221],[-349756,364969],[-352087,365167],[-352240,365759],[-351993,364971],[-351216,365871],[-352739,366177],[-352300,365359],[-352767,365075],[-352132,366661],[-351632,366329],[-352109,366086],[-347827,370812],[-351290,365754],[-351201,366000],[-350399,365948],[-350838,366486],[-351937,366088],[-351438,366165],[-350724,365581],[-351151,364825],[-350479,366444],[-352024,365833],[-350335,360228],[-350135,361953],[-350756,362479],[-349572,360168],[-350058,360197],[-351284,361615],[-350925,361685],[-350697,360110],[-351291,361505],[-350598,362225],[-357408,366811],[-357981,366778],[-354381,367129],[-358284,365408],[-358380,368758],[-358178,368716],[-357561,367419],[-358254,369418],[-357243,368135],[-357509,368188],[-357523,368361],[-357021,367717],[-354098,368930],[-354533,367742],[-353526,367083],[-355009,367739],[-355249,367781],[-356650,367121],[-354129,368944],[-354692,368536],[-354704,367614],[-358200,367629],[-358033,368005],[-357340,363545],[-356731,364157],[-358200,365267],[-357849,363567],[-358259,365211],[-357905,365402],[-357419,364786],[-357669,364539],[-356962,365206],[-350362,367638],[-350188,368147],[-350103,368741],[-350148,368497],[-349399,368579],[-349530,368943],[-349655,367398],[-349771,368110],[-349248,368377],[-349615,368828],[-347461,370875],[-347100,371265],[-346423,364082],[-346943,371000],[-346251,369172],[-346697,367204],[-346470,366757],[-347714,370120],[-345726,369609],[-345900,363848],[-346402,363210],[-345854,364942],[-347820,365508],[-347984,365708],[-346930,365557],[-347672,364747],[-345854,363995],[-346555,363712],[-346338,365924],[-348193,363762],[-347371,365548],[-346310,366112],[-347584,364277],[-347189,365141],[-346820,365509],[-346350,364116],[-347054,364999],[-346379,364037],[-347298,364528],[-346930,364117],[-347173,364614],[-346274,365253],[-346689,362089],[-347116,361359],[-347046,361398],[-346845,361202],[-346677,362436],[-346331,361341],[-345994,361319],[-346015,361696],[-346845,362056],[-347508,370976],[-346252,363551],[-347494,371144],[-346412,361567],[-345874,361784],[-346285,363758],[-347629,371867],[-346275,371180],[-347234,371626],[-346962,371765],[-346600,371921],[-347384,371899],[-347728,371460],[-346653,371418],[-347406,371620],[-347230,370318],[-358299,79721],[-356017,84463],[-358354,80067],[-355869,84473],[-357512,86835],[-358010,95208],[-357376,94019],[-361862,150032],[-364476,149421],[-360592,151211],[-363633,149284],[-365306,154721],[-363664,156494],[-366578,161028],[-360540,165815],[-367679,164034],[-362685,165966],[-363728,154055],[-363180,158972],[-365762,160577],[-361392,164653],[-368932,163313],[-359224,172638],[-363406,171723],[-362343,174446],[-362312,174099],[-363854,169005],[-366616,167824],[-361399,172203],[-365233,171408],[-362659,169237],[-363932,169147],[-366227,167978],[-361692,166614],[-361162,170956],[-365017,229281],[-365213,225921],[-364876,230212],[-364565,228904],[-364456,224330],[-366027,233168],[-366363,235458],[-367035,234136],[-360626,233872],[-362440,236376],[-364396,234870],[-364267,235220],[-361306,234021],[-362809,234452],[-364541,236553],[-370068,345607],[-371029,343939],[-370970,345511],[-370387,344893],[-370687,344372],[-371009,343499],[-370768,343651],[-370668,344154],[-371166,344221],[-367979,345293],[-366999,344947],[-365650,344474],[-368010,343574],[-365672,343429],[-366588,345711],[-366854,345132],[-366932,343871],[-367916,344395],[-366961,345457],[-368177,341267],[-366401,341686],[-366977,340674],[-367559,341364],[-367997,341355],[-365985,340936],[-366853,341663],[-368000,341447],[-366996,341349],[-367422,341913],[-361305,345316],[-360512,345251],[-359701,345677],[-360974,345229],[-360838,345701],[-358681,345137],[-358550,344909],[-363960,342676],[-360545,344775],[-361552,343908],[-360930,343362],[-364084,342605],[-361170,344533],[-364215,344171],[-362983,342817],[-361255,343191],[-362542,343222],[-368145,343505],[-368303,342812],[-369003,343271],[-368928,343489],[-369385,343050],[-368654,343932],[-369365,343645],[-368653,343917],[-369852,344828],[-369674,344815],[-370507,343886],[-370885,344456],[-370413,345242],[-369936,344445],[-371153,344255],[-370923,344746],[-366082,343630],[-368043,345642],[-367751,343551],[-367342,344347],[-367810,345608],[-366564,345055],[-366061,344554],[-366689,344082],[-366161,345505],[-366810,344230],[-367685,340466],[-367359,342255],[-365698,340666],[-366600,341574],[-367806,342901],[-367634,342500],[-366423,342263],[-366796,342081],[-367264,341573],[-367520,341644],[-364492,345794],[-361802,345124],[-359938,345682],[-361595,345020],[-358551,343021],[-361644,341532],[-361355,343787],[-363851,344703],[-361791,343511],[-361298,343862],[-362074,344419],[-361965,341953],[-363991,342803],[-362893,343930],[-361997,343857],[-368383,342844],[-369868,342727],[-370511,344672],[-368353,343951],[-368131,343547],[-370327,344557],[-368843,344491],[-370272,344550],[-369369,343427],[-368482,343862],[-370354,342452],[-370272,345988],[-369287,347376],[-369550,347716],[-370162,347136],[-369805,347657],[-369180,346722],[-369336,347495],[-369299,346687],[-370484,347148],[-370162,347684],[-370480,347205],[-363899,346241],[-364608,346322],[-364711,347488],[-364403,346215],[-364875,347720],[-364020,347728],[-365143,347041],[-364508,347283],[-364560,347239],[-365500,347204],[-359806,346821],[-361028,345884],[-361316,347308],[-361982,346133],[-360634,345959],[-358900,350274],[-359320,350546],[-360499,352418],[-360499,354497],[-361569,352794],[-361143,352975],[-360622,353364],[-361460,353843],[-361376,354402],[-360870,352658],[-362042,353409],[-360604,352730],[-369793,346650],[-367916,349485],[-369139,349141],[-369868,349148],[-367794,349624],[-369784,349097],[-369798,349864],[-368124,348280],[-368495,348561],[-369312,348911],[-363809,357622],[-362782,357647],[-363443,357681],[-361876,357399],[-363115,357858],[-361812,358372],[-369629,346308],[-370024,346247],[-370310,347508],[-370021,346345],[-370169,347368],[-369689,346383],[-369669,346274],[-369397,346779],[-369641,347121],[-369281,346746],[-364370,346593],[-364001,347043],[-364341,346931],[-363427,346561],[-365406,347568],[-365558,346735],[-365018,347280],[-364180,347216],[-363200,346186],[-360494,346800],[-359763,345832],[-361286,347350],[-361531,346221],[-361957,347078],[-360414,346068],[-361811,346729],[-358595,351807],[-358935,351656],[-358866,351538],[-361456,352548],[-359851,353936],[-359765,352383],[-359939,353004],[-360496,354469],[-361694,353055],[-361513,353418],[-360406,353315],[-360830,354410],[-360413,352811],[-358405,358035],[-370011,346685],[-369815,348463],[-369576,349064],[-367995,350061],[-369966,348539],[-370177,348426],[-370200,348823],[-369229,350329],[-368861,348754],[-369209,348292],[-363585,357809],[-361853,358528],[-360908,358366],[-361377,358527],[-363038,359347],[-362593,359813],[-363558,358967],[-363167,359575],[-361544,359392],[-362100,359627],[-360569,359145],[-362058,360000],[-360716,360662],[-361349,358821],[-362182,358617],[-361769,359417],[-362664,360657],[-361166,359431],[-359193,367679],[-359890,365923],[-358937,365580],[-359579,366878],[-359106,366918],[-358680,366774],[-358585,367315],[-358419,366880],[-358586,365249],[-358604,369067],[-360336,367632],[-360003,369530],[-359218,369330],[-359101,369276],[-359873,367713],[-359314,368161],[-359075,368640],[-358922,364034],[-357638,364220],[-361894,359203],[-363071,358634],[-362273,359385],[-361933,359090],[-363048,359128],[-363583,359779],[-361437,359309],[-363559,358982],[-361759,358645],[-361467,358782],[-361420,359396],[-361689,360082],[-363008,359817],[-362092,360337],[-362373,358741],[-361533,360714],[-358848,365561],[-358597,365378],[-358866,365989],[-358618,367440],[-359271,365817],[-358885,367235],[-358490,369432],[-358848,366941],[-358549,366577],[-358501,368660],[-359924,369682],[-359226,367438],[-359264,369121],[-358603,369701],[-358767,369613],[-359926,368294],[-360142,367279],[-358097,364551],[-365580,62662],[-358739,61722],[-368708,54455],[-364090,64145],[-370383,52497],[-359901,62039],[-364716,63821],[-369116,62057],[-360661,75765],[-365705,67133],[-370748,72256],[-367346,66622],[-362416,76622],[-366231,67409],[-367734,65715],[-358840,86685],[-360398,100488],[-360890,99060],[-370126,104340],[-370478,104320],[-25597,187065],[-25455,186578],[-25492,186077],[-19249,184639],[-20229,184994],[-19093,184852],[-19047,185567],[-19557,184674],[-19848,185384],[-19777,185553],[-20439,185551],[-20457,184386],[-20285,184295],[-18908,185247],[-19222,184359],[-19527,184301],[-19017,185593],[-19230,184469],[-18930,185533],[-19353,184610],[-19465,184299],[-20336,185379],[-20124,184599],[-19584,184497],[-19357,185032],[-20229,184333],[-14547,239019],[-14572,240231],[-12872,240750],[-13025,241673],[-13114,241194],[-13545,241327],[-16412,241087],[-16684,241845],[-16528,242807],[-13365,243114],[-12925,239126],[-13707,238632],[-13824,240322],[-13915,241684],[-12951,239301],[-13644,239668],[-14848,241036],[-14969,241561],[-14529,242653],[-16302,243109],[-16681,242757],[-17197,242543],[-15215,242555],[-14490,242033],[-14397,242707],[-16437,244043],[-16235,243671],[-13428,243913],[-383061,128859],[-381357,133320],[-381881,132127],[-381548,190451],[-381604,190587],[-374919,261712],[-374438,260646],[-372581,263404],[-372996,259505],[-373851,262090],[-380764,331426],[-380746,332662],[-382000,332471],[-382088,332458],[-382451,331257],[-380676,332030],[-381140,332060],[-381663,332312],[-382028,332636],[-381695,331962],[-378950,332360],[-380824,332390],[-380544,332653],[-379421,332033],[-379656,332860],[-379481,332168],[-380916,331706],[-381157,332480],[-382245,332011],[-382882,332071],[-382876,331427],[-382007,331357],[-381346,332494],[-380797,331458],[-380099,331721],[-381807,332682],[-381551,332485],[-381291,332627],[-380940,332484],[-380547,331635],[-381299,331297],[-381100,331225],[-380266,342589],[-379895,342392],[-380672,342102],[-380300,342051],[-380588,342358],[-380710,342590],[-381170,341608],[-380738,342016],[-380219,341700],[-380771,342463],[-377984,344999],[-378494,344910],[-378630,345551],[-379671,346912],[-378971,344126],[-379078,344739],[-379059,345134],[-378557,345063],[-379698,341293],[-380263,340543],[-380206,341187],[-378853,340003],[-379872,340460],[-379755,341269],[-379442,340985],[-382321,339020],[-380897,340116],[-381976,339400],[-381774,339431],[-381752,340054],[-381033,339558],[-382281,339994],[-382830,344236],[-382640,344137],[-381847,344928],[-381735,343377],[-382242,343218],[-381886,343856],[-382609,344224],[-383595,337050],[-383609,336602],[-383818,337767],[-383935,337574],[-380543,336527],[-379401,335242],[-381005,335094],[-379844,335611],[-380749,335209],[-378828,335982],[-380111,335278],[-378517,335634],[-380054,337252],[-380593,337233],[-381402,333729],[-379122,333286],[-381446,334119],[-379559,334249],[-379307,335450],[-380172,335103],[-381332,335818],[-379814,333294],[-383960,333429],[-383599,336216],[-383414,335637],[-383577,336281],[-377096,344008],[-375699,344848],[-377002,345508],[-374942,344185],[-374558,345414],[-375005,343037],[-375497,345075],[-374802,344692],[-375343,343761],[-376048,344027],[-371340,344759],[-372058,344745],[-371536,345600],[-371415,343861],[-371435,344633],[-371210,343738],[-371973,343851],[-371848,343601],[-371737,343889],[-373620,344702],[-372230,342949],[-373711,344530],[-372407,344370],[-372252,345538],[-371904,344539],[-371445,344401],[-372595,344649],[-373359,343047],[-371978,343807],[-380500,345440],[-381110,345674],[-378960,344734],[-381684,345597],[-381821,345352],[-380208,333593],[-379612,333278],[-381216,333569],[-381499,333203],[-381267,341648],[-380747,341731],[-380337,342279],[-380624,342040],[-380741,342116],[-380612,342098],[-380527,342198],[-379906,341873],[-380604,341935],[-381290,342646],[-378104,342220],[-378986,344271],[-378023,344688],[-378000,345244],[-378404,346040],[-377536,345643],[-378144,344957],[-378052,345125],[-377636,345692],[-378383,344832],[-378290,345461],[-379169,339890],[-380226,340719],[-380349,339833],[-379512,340427],[-379371,340837],[-378813,340340],[-380351,340208],[-381495,338852],[-381950,339120],[-381690,339363],[-381895,338981],[-381998,339741],[-381583,339003],[-382350,339708],[-382264,344554],[-382899,344732],[-382721,344324],[-381819,343933],[-382065,343561],[-381767,343520],[-382350,343304],[-383687,337379],[-379632,337080],[-380244,335659],[-380049,336340],[-379792,335890],[-380238,335675],[-380224,337019],[-378964,335926],[-379823,335971],[-379337,336091],[-379376,335800],[-381956,333627],[-382980,333600],[-382783,333099],[-381411,333031],[-380286,334593],[-381330,335172],[-382894,334961],[-379625,334976],[-382649,334998],[-383074,335815],[-383586,336447],[-376036,345333],[-375177,344469],[-375623,343925],[-375365,344634],[-375260,343229],[-376306,342989],[-376189,344971],[-375336,343107],[-376440,343631],[-376635,344408],[-371500,344650],[-372371,345996],[-371867,343793],[-372043,344537],[-372086,345778],[-372242,344872],[-371767,344931],[-371753,344304],[-371923,343574],[-371570,344109],[-371828,343524],[-379736,343433],[-371776,343606],[-371340,343184],[-370761,345072],[-373936,344353],[-373541,344929],[-371542,343147],[-371398,344266],[-371854,344073],[-371208,343544],[-372384,344208],[-372535,343911],[-373575,343043],[-379110,344478],[-379860,344829],[-381349,345003],[-379800,345321],[-381386,345199],[-380117,333798],[-380608,333276],[-379545,333581],[-381596,333628],[-380964,333259],[-380472,333792],[-379992,347211],[-380715,346116],[-380132,347207],[-379576,346739],[-380818,347408],[-379783,347283],[-379084,346192],[-380450,346227],[-380509,347276],[-380207,347434],[-378702,346421],[-379422,346686],[-378708,345653],[-379411,346427],[-378021,345998],[-384021,348451],[-372225,345877],[-379027,346136],[-380084,346355],[-380466,346026],[-380418,346354],[-381031,346860],[-379072,347009],[-379832,347004],[-381739,347266],[-382620,347587],[-381010,346840],[-380919,346739],[-382628,347747],[-382138,347243],[-382909,346704],[-382185,346997],[-380246,347083],[-379959,347543],[-379279,347115],[-379875,346553],[-380509,346422],[-380320,347592],[-379548,347614],[-380135,346769],[-380378,346138],[-378725,345969],[-378894,345958],[-379327,346933],[-380852,347130],[-378621,346152],[-383658,349069],[-383469,348809],[-381484,346884],[-381204,346859],[-379244,346784],[-379565,345592],[-380319,346690],[-380046,346102],[-381662,347589],[-380739,347727],[-381421,347244],[-382220,346586],[-382513,347147],[-381513,346740],[-382607,346430],[-382278,346261],[-382501,346630],[-371648,69676],[-371794,71163],[-377500,66869],[-371275,69978],[-377336,68171],[-376054,87656],[-376107,82076],[-376134,86676],[-376437,86035],[-376424,83979],[-378708,86713],[-375710,99806],[-380171,99335],[-376042,93110],[-378449,98599],[-375965,100538],[-379579,98738],[-377816,92656],[-378917,97952],[-385174,129725],[-387048,190611],[-393347,181769],[-395499,182296],[-386092,190245],[-394397,181570],[-395841,183028],[-388539,194273],[-384146,197143],[-387590,193050],[-384729,195442],[-386933,265788],[-384782,266094],[-384607,268762],[-384298,266391],[-386478,268130],[-388683,270511],[-387449,270484],[-393082,274149],[-389616,274001],[-388145,273787],[-389069,271348],[-385706,269958],[-392626,272407],[-388478,274452],[-385487,328816],[-384510,328904],[-386417,330745],[-385838,329317],[-388100,330305],[-386811,330572],[-386107,330281],[-385966,332344],[-387845,331556],[-385291,329089],[-391093,325401],[-390598,326617],[-388975,327505],[-389927,326118],[-389242,326234],[-390256,325378],[-389302,325353],[-389820,326717],[-391206,326354],[-389146,327180],[-396333,326320],[-396111,326732],[-396203,325846],[-385844,328460],[-387708,329224],[-385296,330078],[-385798,329796],[-387571,331889],[-388016,330464],[-385237,330139],[-388337,328914],[-387823,330197],[-387681,329646],[-389954,326120],[-391177,326696],[-390686,326382],[-390029,325078],[-389058,326865],[-389289,326377],[-390707,325412],[-389039,326912],[-389259,327351],[-389112,326859],[-395690,324642],[-396062,325797],[-396499,324806],[-396291,324124],[-395812,326300],[-395728,325607],[-395353,325173],[-384459,345333],[-385010,345321],[-385640,344779],[-384984,345438],[-384968,345087],[-385415,345329],[-385627,342747],[-385498,342986],[-384203,343628],[-384560,342234],[-386227,343788],[-385628,343278],[-384787,342826],[-385469,343474],[-386142,345758],[-385700,343783],[-385036,344238],[-386266,345133],[-386567,339965],[-385214,340336],[-385689,340689],[-385553,339681],[-385782,340825],[-385702,339368],[-385741,339363],[-384003,336696],[-384758,337207],[-384750,337544],[-384418,336690],[-385087,335930],[-384945,336884],[-385539,338036],[-385736,335618],[-386614,337342],[-384224,336414],[-384286,337334],[-386278,336703],[-385591,336387],[-385899,337891],[-385825,336834],[-387794,335752],[-385601,339307],[-388094,336504],[-384358,339042],[-386644,339313],[-388069,336463],[-388037,337655],[-387971,337679],[-385893,335184],[-384079,335551],[-385078,335651],[-385711,336379],[-384326,336483],[-386213,337251],[-388156,343920],[-388502,342775],[-388602,344062],[-388506,343985],[-388546,342279],[-388327,342385],[-388205,343756],[-389211,344236],[-389487,342795],[-388346,343835],[-385824,345310],[-386885,345681],[-386007,345225],[-393210,343965],[-393858,344158],[-393968,344152],[-384767,345242],[-385144,345547],[-385784,344004],[-386073,342237],[-385409,342152],[-385497,342647],[-384960,342505],[-384314,343614],[-384406,342580],[-386386,345685],[-385770,343514],[-385780,345386],[-385453,343969],[-385185,340281],[-386138,340005],[-386612,340135],[-385126,340788],[-386526,339693],[-386051,339406],[-385705,339624],[-384400,337368],[-384792,336802],[-384025,336792],[-384081,337638],[-384691,336545],[-384829,336469],[-385922,336448],[-384296,337451],[-384794,336871],[-384187,337886],[-386534,337006],[-385287,336896],[-385683,336413],[-384383,336698],[-385618,335830],[-386314,337842],[-385893,338640],[-387587,338059],[-384710,338654],[-384894,338552],[-387756,337409],[-384444,337413],[-385488,335994],[-388150,336216],[-387360,335665],[-384909,338145],[-387384,335059],[-385477,334788],[-385524,335312],[-384438,335937],[-384298,333234],[-386498,336617],[-384990,335434],[-384105,336522],[-386798,337135],[-389666,342912],[-389362,342562],[-389979,344089],[-389263,344418],[-389441,344034],[-389031,343728],[-390459,344519],[-390029,342899],[-389649,343709],[-388120,343658],[-393998,343533],[-392475,343937],[-391654,343602],[-391641,342781],[-392875,343933],[-393827,343217],[-391633,343821],[-391762,344113],[-384139,346119],[-385271,346004],[-384604,349014],[-385594,349169],[-385429,348593],[-385542,348657],[-384791,349178],[-384722,348631],[-385854,348048],[-386048,347980],[-386107,346877],[-384943,347340],[-385524,347310],[-386223,349062],[-385761,346962],[-384998,352095],[-384898,352428],[-386505,349785],[-386456,352043],[-384706,350464],[-384631,350999],[-386529,345831],[-384334,345471],[-384684,344991],[-384822,346133],[-384760,345808],[-384358,345085],[-385904,345907],[-383171,348380],[-386051,347404],[-384413,348666],[-385191,347857],[-383802,347888],[-385243,348191],[-386277,348376],[-385953,349045],[-384653,349369],[-383231,347830],[-384097,349343],[-384648,347127],[-384388,352846],[-384370,352957],[-384592,352194],[-384897,352680],[-384615,352677],[-384414,352182],[-384829,351929],[-385394,350696],[-384645,351158],[-386003,350029],[-386561,350032],[-386680,345898],[-384141,62990],[-387932,65134],[-387543,67891],[-385550,71681],[-388123,65706],[-385132,72256],[-395982,84019],[-392093,81967],[-394913,83141],[-392746,80529],[-393334,82883],[-392957,82050],[-393741,83412],[-393880,81256],[-394636,99406],[-394079,97505],[-393762,100010],[-395202,97540],[-392747,122632],[-390630,123090],[-393568,122995],[-389803,123890],[-405026,171451],[-403577,169498],[-405185,170590],[-403628,172687],[-404163,171409],[-398261,181234],[-408108,186922],[-398707,183419],[-400208,276504],[-406139,275604],[-397992,278803],[-405960,276540],[-408901,274459],[-397806,326662],[-396769,324546],[-397001,325123],[-397477,326543],[-397750,326054],[-397182,324320],[-397879,326297],[-396832,325965],[-398051,326132],[-397418,326333],[-403480,560924],[-409497,556834],[-406200,560230],[-409108,561644],[-401914,559118],[-405860,559055],[-408792,562231],[-403902,566481],[-405909,566729],[-401513,84968],[-401902,86154],[-404378,84771],[-398891,80969],[-401330,85120],[-401092,88475],[-402840,84376],[-399512,82837],[-402292,92094],[-399931,99541],[-403281,100615],[-400984,89971],[-400099,99540],[-400284,101678],[-402622,100557],[-409618,188012],[-411306,199044],[-411913,195197],[-410909,198768],[-411472,194630],[-415219,267475],[-421386,265853],[-421209,267456],[-414987,265535],[-420997,265146],[-420266,268486],[-411600,274044],[-412367,271589],[-420818,272822],[-411447,273467],[-412799,270639],[-420660,271888],[-411856,46739],[-411582,46848],[-419102,46628],[-417934,46186],[-417186,45264],[-419165,46452],[-418010,45964],[-418438,46342],[-418346,44852],[-418165,45948],[-411593,46856],[-412256,47104],[-418671,46106],[-419101,47224],[-417893,46862],[-418945,45166],[-416780,47266],[-417734,46474],[-418790,46112],[-417069,45726],[-417233,46831],[-418506,46636],[-419364,47032],[-418757,46603],[-417013,46665],[-419367,46879],[-419088,45980],[-419315,75485],[-419859,84231],[-418594,84283],[-418717,89643],[-418773,89594],[-418722,77549],[-433091,268144],[-431527,268395],[-426815,269824],[-426184,269766],[-425523,87598],[-425749,82459],[-425461,87544],[-426026,84313],[-424935,91657],[-424411,93360],[-444106,268794],[-446297,268037],[-443991,268837],[-447313,268787],[-447918,269122],[-445871,38030],[-446504,38228],[-442583,41319],[-438711,45125],[-442912,40386],[-440963,44100],[-447833,124771],[-447428,124345],[-447397,124032],[-457848,215281],[-458430,215301],[-456250,271115],[-450843,271335],[-449724,270707],[-455966,269328],[-456037,271638],[-449651,270752],[-455167,98888],[-456593,99163],[-454276,98101],[-454617,98561],[-449947,121743],[-449780,121664],[-451990,119762],[-450420,123353],[-448131,121770],[-450272,122132],[-451202,120606],[-449298,124079],[-448874,121602],[-449860,122008],[-451710,119709],[-450449,122557],[-450815,122332],[-452710,119972],[-461839,211060],[-462158,208601],[-464242,209179],[-461661,207785],[-474391,137600],[-475652,138213],[-479820,138668],[-478231,137270],[-480284,139563],[-474638,138602],[-481734,139012],[-480563,139064],[-477351,137491],[-480042,140236],[-485294,170542],[-484418,170727],[-476460,38475],[-476145,37373],[-475115,38592],[-474875,38083],[-475816,38533],[-476328,37729],[-476357,37748],[-475469,37256],[-476823,37626],[-475438,37559],[-475237,37933],[-475960,37860],[-476943,38285],[-475774,37558],[-475566,38106],[-474972,37955],[-476154,39354],[-474545,39160],[-476328,38927],[-477014,38625],[-479858,40403],[-478940,39487],[-479571,41013],[-479360,40340],[-478957,39893],[-478444,40790],[-478268,41047],[-478444,40121],[-478483,39887],[-480073,41073],[-479199,39129],[-477518,40084],[-478962,41390],[-478529,41185],[-479717,41049],[-475723,38874],[-475503,39106],[-475311,39616],[-477731,41564],[-479255,41048],[-479212,39453],[-479765,39707],[-479911,39278],[-479160,41061],[-478956,40504],[-478063,39901],[-475410,109867],[-474454,108708],[-474333,109674],[-473719,110255],[-475717,110226],[-473973,108983],[-473921,111192],[-475039,109195],[-489681,169185],[-487526,168230],[-495692,177250],[-488075,170234],[-487546,167824],[-496470,177198],[-497052,180461],[-496047,180712],[-498623,260556],[-497877,273396],[-498692,274674],[-499104,272422],[-32116,183086],[-32631,183492],[-32739,183827],[-31621,184037],[-26975,186239],[-32595,182513],[-31312,184187],[-32967,183147],[-31126,184210],[-32606,183482],[-33280,182081],[-32590,184157],[-33750,182430],[-32089,183957],[-33441,182069],[-27023,187355],[-35687,196947],[-35727,196261],[-35690,196998],[-35838,197547],[-36363,198462],[-32073,196302],[-34395,197223],[-32392,197496],[-34150,197396],[-34280,194949],[-32719,195355],[-32780,194065],[-34014,195752],[-33491,195782],[-33096,194582],[-32684,194771],[-34115,193949],[-35204,196594],[-34664,197089],[-35330,196766],[-35284,196504],[-34859,197833],[-33439,196454],[-34558,196135],[-32537,196347],[-33410,197653],[-34500,196001],[-33349,197181],[-33573,197078],[-34575,197534],[-35693,196912],[-35652,196610],[-36092,197655],[-32532,195956],[-32776,197398],[-32404,197164],[-35042,196826],[-34973,197435],[-35234,196361],[-33419,194451],[-34572,194762],[-34345,195867],[-32346,195600],[-33060,193842],[-34316,195103],[-32994,195585],[-34437,193382],[-34484,193804],[-33122,193977],[-34470,195035],[-33761,195673],[-34120,193577],[-32257,194433],[-33095,195187],[-31415,225957],[-30906,226259],[-31295,224799],[-31021,225442],[-29381,222565],[-29689,223285],[-29454,223110],[-29309,223062],[-28532,223269],[-28645,223738],[-30107,224129],[-29795,224949],[-30310,224615],[-31503,226243],[-29428,224675],[-31473,224604],[-31268,225061],[-29660,224678],[-30605,225831],[-30286,224412],[-30285,225759],[-30141,225493],[-29744,224343],[-30444,225005],[-28688,222273],[-28854,223105],[-30046,223997],[-30466,223562],[-31294,222312],[-29097,222728],[-33081,234700],[-33448,233572],[-32100,234052],[-32991,233997],[-31444,232807],[-31411,234476],[-32778,234429],[-32361,232449],[-32058,233545],[-31511,233422],[-28723,293987],[-28756,293453],[-37607,290304],[-37482,289495],[-37899,290187],[-37997,289518],[-32768,293460],[-33354,292854],[-33168,294353],[-33970,294085],[-33355,293523],[-29018,289627],[-28615,289347],[-29853,289968],[-29638,290300],[-29371,291742],[-29266,291496],[-37612,292465],[-36561,291271],[-37575,289933],[-37507,290361],[-37923,289583],[-37881,290305],[-38151,289951],[-33332,293366],[-32723,293795],[-32942,293462],[-33508,294314],[-32997,293930],[-32691,294410],[-34198,293736],[-33748,294019],[-34139,293571],[-29283,289518],[-28634,289471],[-29683,289777],[-29850,290038],[-29747,289840],[-30074,291630],[-29298,291447],[-29336,292133],[-28894,293840],[-29376,293472],[-29448,293253],[-35343,295922],[-35209,295961],[-35834,295977],[-33129,295821],[-32844,295502],[-33285,295956],[-30187,296388],[-29987,296599],[-31043,296811],[-30695,297058],[-30784,295339],[-30119,296224],[-30756,295914],[-30794,295897],[-31354,296193],[-31120,296177],[-31987,295240],[-31659,295661],[-31602,295320],[-34982,295785],[-35731,295389],[-33024,295760],[-33324,295683],[-30060,296245],[-30673,295499],[-31108,297015],[-30212,296854],[-30393,295582],[-31236,296503],[-31415,296272],[-31831,295716],[-32130,295722],[-38373,401298],[-38393,399193],[-38332,400739],[-509536,-20334],[-509458,-19235],[-507837,182859],[-511234,186239],[-506352,183568],[-511897,181424],[-503488,265986],[-509882,268981],[-501146,260431],[-503453,268759],[-500770,263156],[-502723,265295],[-507106,268002],[-507548,268187],[-499761,262807],[-501275,260682],[-505550,268708],[-504425,266742],[-502705,262733],[-499633,258540],[-506343,270132],[-506168,272880],[-509519,272097],[-505261,275245],[-500158,271027],[-507071,269960],[-505018,273584],[-508138,273189],[-504772,275756],[-503073,281250],[-504527,280246],[-502885,283459],[-502052,283418],[-506156,124253],[-506887,123782],[-506920,124682],[-510188,120979],[-510580,126087],[-511708,124994],[-511538,123453],[-509460,122560],[-509371,126272],[-515699,-20917],[-515700,-21054],[-515406,-21779],[-515931,-21841],[-515590,-21766],[-512936,186479],[-517182,185374],[-519431,187668],[-522586,189684],[-517126,185804],[-518847,187195],[-523163,191229],[-512888,181825],[-520972,25248],[-519549,25455],[-521461,25236],[-520088,25338],[-519298,25458],[-524694,20234],[-524330,20508],[-523943,21482],[-524483,20825],[-524448,19425],[-521758,22556],[-523342,23098],[-521759,23768],[-523071,23312],[-523673,22353],[-523829,23909],[-523238,24060],[-523852,22422],[-522933,23870],[-522316,22540],[-523651,23837],[-521887,23123],[-524156,23242],[-523708,24115],[-524040,24194],[-520271,25211],[-519311,25430],[-519335,25401],[-521393,25156],[-524396,21552],[-524736,20348],[-524512,21560],[-522876,23926],[-523447,22565],[-523690,22679],[-521990,22785],[-523079,22770],[-522757,23943],[-521833,22328],[-522250,23868],[-522306,328866],[-519346,328033],[-521950,325780],[-521156,324086],[-522572,329659],[-519974,327300],[-522174,325922],[-522048,324607],[-518325,30473],[-516254,29168],[-515972,29174],[-517334,30769],[-517116,29159],[-517890,29752],[-516039,29173],[-517164,29561],[-516275,29698],[-516252,28878],[-516733,30609],[-516737,28898],[-516762,28770],[-516728,29762],[-517266,30311],[-521467,25989],[-521455,27358],[-521716,26855],[-520303,25908],[-519661,27414],[-521024,27482],[-519635,26264],[-521674,27507],[-521172,26612],[-520708,26076],[-520891,36313],[-520826,36404],[-520394,34653],[-519626,35438],[-520343,36276],[-519807,34223],[-520996,35342],[-519829,34729],[-519213,36039],[-519747,35005],[-519586,35466],[-520373,34470],[-519986,35231],[-519703,36454],[-519844,34810],[-518314,30886],[-518311,29848],[-516412,28748],[-516940,30873],[-516885,30582],[-516275,28777],[-516945,29558],[-518020,29946],[-520328,27129],[-521631,26255],[-521780,26520],[-521306,27171],[-519958,33989],[-520243,35380],[-518746,35650],[-518891,34797],[-520055,34776],[-518552,34174],[-520541,35757],[-518848,34426],[-521416,100709],[-521074,102091],[-512212,107256],[-515688,106763],[-518091,105473],[-520635,103868],[-513715,107721],[-515556,105511],[-518163,106930],[-537522,-469756],[-530683,188794],[-527111,188612],[-529396,189987],[-526202,190718],[-533243,197378],[-533514,197458],[-533146,196347],[-533847,198658],[-536530,239354],[-527505,22909],[-528039,22353],[-528192,21297],[-527349,21319],[-527511,22198],[-527168,23621],[-528404,21500],[-527650,22669],[-528511,22513],[-528511,23583],[-529007,22294],[-527060,22745],[-527817,22910],[-527820,23155],[-526171,21442],[-525743,21462],[-525800,19228],[-525279,21623],[-525163,20649],[-525805,19697],[-526365,19935],[-526186,20068],[-526151,20850],[-525472,19372],[-527947,21327],[-527531,21518],[-528792,21415],[-527520,22370],[-526975,22548],[-527120,22560],[-528868,22473],[-528518,21773],[-526317,21469],[-525953,20930],[-525304,21522],[-525948,21374],[-525006,20098],[-527673,319889],[-526206,318824],[-527059,318172],[-524973,324225],[-528323,325368],[-528040,326652],[-525323,324582],[-526297,320706],[-528642,325665],[-528062,326422],[-536291,561416],[-529683,562453],[-535077,561595],[-528241,563702],[-535118,573844],[-537153,574588],[-535552,587132],[-536304,587183],[-537292,127455],[-536691,125208],[-536166,127884],[-535499,124979],[-548248,-453182],[-546719,-453952],[-545865,-455274],[-542802,-459719],[-549485,-460369],[-549742,-452075],[-545043,-461177],[-548035,-460612],[-540958,-460976],[-539667,-463805],[-547896,-469252],[-548278,-470756],[-545790,-467978],[-538195,-470261],[-538826,-467762],[-540169,-465809],[-548394,-484531],[-550277,-488509],[-549796,-487255],[-549632,-30570],[-549666,-31324],[-549168,-31510],[-549678,-32148],[-550187,-32537],[-550036,-31531],[-549042,-32442],[-549060,-30615],[-548875,-30921],[-548773,-31520],[-550259,-31029],[-549339,-31920],[-548384,-31631],[-548929,-30828],[-548571,-32346],[-549654,-36550],[-549632,-36245],[-548706,-37009],[-549761,-36014],[-548941,-36526],[-547853,-35935],[-548915,-37888],[-548911,-37185],[-549089,-37689],[-548700,-37738],[-548023,-37705],[-547817,-36685],[-549560,-37141],[-549276,-37120],[-549570,-36219],[-548340,-37974],[-540355,-38112],[-541635,-38725],[-540678,-39638],[-540630,-40045],[-541934,-40466],[-541918,-38480],[-540611,-39815],[-542026,-39337],[-540716,-38715],[-540263,-39998],[-540564,-38466],[-540419,-40139],[-541538,-38362],[-542786,-38723],[-541831,-40069],[-542362,-40515],[-540497,-40582],[-542467,-38845],[-540468,-39857],[-540998,-39962],[-541883,-39976],[-540383,-40170],[-541406,-38552],[-550353,-58208],[-549497,-54599],[-549036,-54975],[-548986,-56603],[-549234,-57024],[-549984,-57202],[-549903,-56088],[-549129,-55171],[-549445,-55289],[-549562,-56441],[-550255,-56752],[-549904,-55752],[-538567,129794],[-539377,129424],[-547690,178635],[-547611,178660],[-541933,181573],[-540645,183193],[-539992,180796],[-540079,184288],[-542189,182343],[-540600,179618],[-539536,185735],[-544389,241702],[-538452,239304],[-545354,240661],[-548633,245831],[-543056,249014],[-547939,253184],[-548604,244443],[-543720,248515],[-546302,255110],[-539210,560159],[-540823,559960],[-540238,562423],[-542175,563727],[-540833,565931],[-539455,566530],[-560632,-116952],[-558978,-455872],[-552479,-453440],[-553787,-460479],[-552251,-450691],[-560332,-464636],[-557989,-462385],[-551069,-462045],[-561056,-461940],[-558426,-461208],[-551873,-482768],[-553836,-490233],[-553355,-37499],[-553230,-37682],[-552704,-37482],[-554393,-37362],[-554169,-37825],[-552456,-37850],[-551294,-38199],[-550476,-31253],[-556749,-49745],[-556982,-49044],[-553104,-38389],[-550954,-40022],[-555878,-49743],[-555931,-50352],[-555878,-49461],[-552597,-38720],[-550583,-38364],[-557588,-50724],[-556402,-50947],[-556896,-49357],[-557063,-48865],[-556970,-50265],[-551937,-38703],[-560705,-49717],[-551869,-40012],[-552435,-40024],[-550843,-40177],[-560447,-49390],[-560532,-49856],[-550968,-39209],[-551203,-39107],[-561092,-49404],[-559946,-49688],[-561110,-49492],[-552032,-39494],[-560342,-49745],[-561088,-49979],[-560016,-49811],[-552513,-44723],[-552328,-46482],[-551778,-46752],[-550676,-46428],[-553011,-46229],[-552153,-46533],[-552405,-46526],[-552327,-44927],[-552519,-45804],[-551437,-46855],[-553220,-46309],[-552990,-44364],[-550709,-46357],[-552640,-45021],[-551029,-44550],[-550780,-45684],[-554565,-48737],[-553264,-49005],[-554867,-49788],[-554715,-48383],[-553391,-48285],[-554114,-48680],[-553577,-48826],[-553632,-49316],[-555226,-49601],[-553767,-50492],[-554420,-49368],[-555425,-49872],[-553600,-49434],[-554628,-49726],[-554860,-48814],[-555704,-50094],[-553289,-38225],[-553568,-38495],[-553372,-38980],[-554036,-38861],[-554053,-38974],[-550942,-38660],[-552852,-38282],[-550752,-39106],[-551322,-40403],[-551457,-53989],[-552672,-55389],[-550582,-56749],[-551107,-57722],[-551955,-55694],[-552121,-55699],[-551441,-56717],[-551115,-55797],[-550922,-55035],[-551112,-55625],[-553294,-54048],[-552917,-54271],[-552975,-54145],[-553651,-53809],[-552790,-53222],[-553400,-54206],[-554315,-53587],[-552526,-54072],[-554419,-52802],[-553213,-53583],[-552575,-53320],[-554526,-53278],[-553373,-53047],[-554499,-54462],[-552141,-54587],[-553131,-52944],[-556857,-60232],[-557245,-60045],[-556463,-60352],[-558416,-60304],[-558370,-59623],[-556474,-60160],[-556874,-60321],[-556810,-60297],[-558493,-59664],[-558316,-60338],[-557540,-59986],[-556806,-61774],[-556338,-61855],[-556939,-60565],[-557041,-61933],[-558082,-61186],[-557572,-59306],[-557099,-59538],[-557400,-58746],[-555859,-57237],[-556496,-58995],[-556753,-58713],[-556588,-58810],[-558340,-58569],[-557850,-59338],[-557432,-59115],[-556345,-57198],[-558131,-59268],[-557936,-57337],[-556264,-57091],[-557711,-59449],[-557974,-58523],[-554355,-58747],[-554176,-58561],[-553789,-58386],[-554604,-59269],[-554697,-58885],[-553118,-57813],[-554912,-59218],[-554629,-58955],[-554641,-58906],[-554467,-58967],[-553866,-58330],[-554767,-57469],[-553337,-57587],[-553068,-57827],[-553152,-57939],[-553561,-57766],[-556518,-54823],[-556981,-54815],[-557206,-53493],[-556551,-53756],[-557514,-54805],[-558124,-54237],[-557023,-55415],[-557470,-54441],[-556103,-55046],[-558275,-54148],[-557754,-55930],[-557065,-55219],[-556348,-55897],[-557953,-53484],[-556877,-54578],[-556425,-54240],[-558092,-51138],[-557896,-51054],[-562798,-108768],[-562585,130283],[-559650,132804],[-560636,133835],[-561408,132017],[-554985,151125],[-556420,150618],[-554027,150937],[-551512,154734],[-557981,158604],[-556226,160543],[-552570,154171],[-558752,158373],[-555165,160219],[-554483,178520],[-554694,178811],[-559030,172307],[-556383,173876],[-557102,173259],[-557963,169544],[-561015,167728],[-558069,172826],[-557120,174066],[-557785,172303],[-559018,168874],[-558931,227138],[-560323,226239],[-560754,225504],[-562763,226574],[-559369,225696],[-559481,227083],[-560679,225654],[-562230,236623],[-551254,247658],[-551478,247737],[-552148,259315],[-551794,259854],[-551777,370381],[-553077,370202],[-552078,376524],[-553697,383812],[-551413,373114],[-551715,375628],[-554487,383358],[-552618,388015],[-551384,387026],[-557275,48173],[-554365,49697],[-555071,46542],[-556709,47775],[-559709,46547],[-558244,50031],[-553076,49567],[-552895,46354],[-554428,48314],[-557283,47956],[-559869,45868],[-558305,560709],[-559019,560353],[-558783,573214],[-562990,575981],[-563141,564880],[-558274,571238],[-558835,573496],[-562460,563655],[-560755,577707],[-560222,578488],[-554398,53702],[-556707,51551],[-562101,113105],[-575268,-156061],[-575632,-159459],[-575786,-160313],[-572647,-174109],[-575542,-172654],[-574811,-167671],[-572049,-174966],[-571348,-172546],[-574695,-173680],[-574314,-170635],[-570358,-462478],[-567887,-463637],[-574750,-469755],[-574723,-466266],[-563516,-463642],[-574769,-465556],[-572161,-462310],[-575085,-472226],[-574713,-471042],[-572998,-471365],[-570814,-472034],[-569897,-467409],[-569987,-467583],[-569886,-469037],[-571924,-477867],[-571475,-484878],[-572095,-488504],[-564231,-108395],[-563647,-108511],[-564658,-108483],[-567472,153129],[-568808,153477],[-568128,165853],[-566205,155239],[-573707,159030],[-571884,166530],[-566560,156884],[-575206,160835],[-573032,167183],[-568295,167349],[-564635,225556],[-565104,227408],[-564073,228640],[-565956,229204],[-568256,228924],[-571964,229271],[-573480,227804],[-564097,224594],[-565432,227930],[-566046,229405],[-567929,228468],[-570638,228744],[-575052,240842],[-565916,241692],[-566052,238181],[-566893,238275],[-574900,241174],[-566239,243312],[-563494,234507],[-566970,237635],[-566836,240389],[-575897,245131],[-572130,248370],[-569879,247634],[-564021,244597],[-564198,245721],[-565500,249553],[-567250,252553],[-566905,252296],[-565190,253411],[-564993,248852],[-574448,245462],[-572025,247129],[-568584,248756],[-564557,244664],[-564375,247366],[-565593,249716],[-565835,250713],[-564804,253388],[-564029,248725],[-571618,363548],[-574494,369193],[-572206,365332],[-573059,368349],[-568164,371874],[-564417,381493],[-571100,381569],[-568469,372265],[-565808,381672],[-569358,383421],[-568627,383965],[-569607,386414],[-567431,396037],[-567104,396076],[-575167,398845],[-574005,399747],[-566663,45210],[-571889,50730],[-563476,44235],[-573090,49917],[-566131,43433],[-564058,45723],[-563610,560023],[-564847,558490],[-570461,568623],[-570298,564708],[-571682,569875],[-570944,566055],[-564421,576532],[-569220,53090],[-572409,53592],[-565586,55277],[-573052,52742],[-567164,54404],[-570827,53462],[-564781,56084],[-568432,51531],[-572640,52336],[-565130,111519],[-566544,112534],[-563531,112251],[-565737,111689],[-565522,111999],[-564103,116438],[-563229,115858],[-582050,-152865],[-577466,-150028],[-577632,-149844],[-582487,-153559],[-576049,-155766],[-581230,-161490],[-582037,-173938],[-579234,-174451],[-577352,-171365],[-579329,-178216],[-579210,-171948],[-579787,-177961],[-584800,-177372],[-576729,-172258],[-586737,-174356],[-580462,-171103],[-582998,-173119],[-578574,-179325],[-585972,-179474],[-585426,-188974],[-583767,-182243],[-586450,-188823],[-583808,-182596],[-584215,-180056],[-587183,-185770],[-588281,-180954],[-576949,-467178],[-577082,166140],[-579628,166524],[-577821,165960],[-577645,167251],[-583879,200577],[-586764,196580],[-585444,200490],[-586484,196141],[-588112,196549],[-579515,216734],[-579567,213696],[-579332,211315],[-580810,209630],[-584550,205713],[-580571,216157],[-578661,214863],[-579810,210113],[-583549,205260],[-577355,226611],[-579754,224452],[-580601,220330],[-578251,223640],[-579658,220838],[-576116,227598],[-578661,245334],[-576635,243401],[-577031,245575],[-586176,245162],[-579775,252223],[-579414,244217],[-576475,244223],[-578060,246542],[-584419,246767],[-584674,245368],[-580081,252986],[-580006,354310],[-576819,350148],[-576575,352135],[-581917,353561],[-576400,350996],[-580668,367324],[-580405,365889],[-579289,368736],[-578822,366360],[-578757,377494],[-578842,379089],[-579117,46740],[-585628,47532],[-585137,48428],[-581534,50664],[-578162,48413],[-578462,45829],[-576738,45690],[-579442,46705],[-581923,46769],[-585495,46216],[-582732,51046],[-580308,51335],[-577004,48503],[-577218,45192],[-581653,55097],[-580175,54274],[-589133,-186064],[-589128,-186227],[-594692,-199410],[-595417,-201200],[-595305,-197783],[-600398,-221739],[-599521,-244782],[-599627,-352307],[-593193,-361523],[-600387,-364012],[-593990,-363066],[-591551,194836],[-595917,195813],[-598703,197307],[-600515,198263],[-598461,199136],[-597757,198409],[-592250,194052],[-596202,196809],[-598194,197900],[-600819,197378],[-597497,198930],[-589950,357914],[-589219,356143],[-591942,364972],[-594482,367333],[-592657,366183],[-591150,364408],[-598674,407439],[-596304,409675],[-596629,416242],[-597248,413128],[-595618,416239],[-597181,414318],[-596893,425331],[-591687,424533],[-596174,424410],[-593018,424547],[-591964,108784],[-591734,108116],[-590503,108681],[-590829,108903],[-591803,108274],[-591707,108810],[-591584,108572],[-589856,115159],[-591503,109013],[-591216,109402],[-591466,108100],[-591043,109491],[-591124,108506],[-591712,108059],[-591283,109142],[-591811,108113],[-591517,108646],[-590931,108828],[-591875,109376],[-590853,108942],[-591533,108682],[-590604,108665],[-590895,108463],[-590122,114896],[-591171,114773],[-597835,122898],[-597302,121842],[-597987,121734],[-597150,122842],[-597062,121909],[-596391,122723],[-597790,122050],[-597650,123020],[-590314,116739],[-590233,115660],[-590816,116842],[-591004,117131],[-590949,116813],[-591281,115596],[-596587,122530],[-597723,121615],[-596804,121531],[-596718,121512],[-597437,121538],[-597848,122512],[-597587,122730],[-597812,122265],[-596420,122361],[-597575,122578],[-596465,122353],[-597240,122052],[-596592,121604],[-597552,122714],[-596833,122954],[-591386,116808],[-591419,116676],[-590828,115874],[-590174,116416],[-590768,115429],[-591591,115806],[-590745,115528],[-590126,116711],[-590882,116888],[-591947,115821],[-591075,115707],[-589857,116557],[-591577,115653],[-592044,116894],[-602840,-208419],[-604060,-215417],[-607875,-211311],[-609978,-216697],[-604457,-209079],[-601929,-215111],[-609994,-212992],[-602164,-207439],[-606939,-217201],[-608178,-206454],[-606993,-217854],[-607082,-223100],[-603345,-224318],[-604186,-225459],[-608246,-227767],[-612913,-227191],[-603747,-221560],[-613304,-218000],[-604605,-226516],[-610125,-225736],[-605375,-231869],[-613717,-235404],[-602322,-235783],[-604906,-233664],[-612060,-236079],[-603618,-242090],[-605651,-238880],[-612292,-254744],[-603548,-243878],[-605254,-250616],[-607092,-247864],[-602179,-245594],[-601848,-253967],[-611026,-254735],[-602800,-256851],[-613396,-260450],[-604654,-258479],[-612905,-264480],[-614054,-259107],[-613916,-273369],[-610900,-269518],[-614074,-279248],[-612979,-276238],[-613496,-270848],[-610411,-277474],[-603361,-351329],[-604220,-352476],[-613375,1739923],[-613145,1740070],[-612830,1740625],[-612964,1740724],[-614194,1739011],[-614381,1739699],[-614307,1739475],[-613767,1739881],[-613891,1740199],[-609072,1740247],[-609099,1740416],[-612302,1745636],[-612580,1745872],[-612260,1741807],[-611769,1741750],[-611765,1741857],[-611753,1742126],[-611462,1741483],[-611493,1741296],[-611255,1741166],[-611361,1741227],[-611263,1741210],[-609308,1741678],[-609336,1741289],[-608687,1741530],[-608653,1741771],[-608613,1741022],[-608732,1741136],[-613821,1747674],[-613962,1747605],[-613248,1747764],[-613060,1747426],[-612526,1747564],[-612902,1747585],[-612712,1747764],[-612643,1747918],[-614369,1747049],[-614309,1746635],[-614211,1747837],[-614343,1747659],[-612740,1745799],[-612921,1745883],[-612837,1745719],[-612605,1745278],[-612741,1745618],[-612909,1745317],[-613926,1755358],[-614160,1755497],[-613675,1755276],[-613600,1754814],[-613408,1754847],[-613744,1755296],[-613956,1755482],[-613775,1755654],[-613616,1755775],[-614013,1755976],[-601887,201449],[-602308,201127],[-604990,415836],[-605666,418618],[-606433,414109],[-605730,419036],[-602389,426230],[-606839,427990],[-601717,426320],[-605362,426793],[-605418,85121],[-611340,84833],[-610875,84364],[-607046,84981],[-613849,82931],[-606925,87025],[-606805,84517],[-611112,83798],[-607036,86370],[-627163,-153005],[-626337,-153311],[-626432,-154223],[-626134,-154475],[-625666,-154729],[-626686,-154143],[-627001,-153632],[-627009,-154566],[-625729,-155838],[-626674,-155163],[-625629,-154864],[-616238,-227978],[-618182,-232064],[-626577,-235581],[-623607,-240455],[-621797,-242382],[-619073,-233625],[-624762,-233962],[-624401,-241888],[-618134,-241421],[-626782,-266024],[-620912,-260359],[-620059,-263656],[-621870,-264361],[-621471,-261993],[-620637,-263850],[-622441,-266023],[-616060,-277470],[-617346,-269062],[-620277,-272594],[-624895,-280806],[-617537,-271232],[-619769,-271126],[-616172,-278560],[-618365,-282820],[-621500,-290206],[-623430,-289656],[-617572,-283026],[-620090,-287225],[-622145,-283112],[-621428,-286186],[-623611,-288870],[-623971,-298569],[-617891,-304756],[-620552,-294324],[-622339,-295583],[-623046,-296637],[-620410,-305315],[-624276,-318779],[-623321,-314716],[-618326,-308147],[-624004,-310795],[-625069,-321513],[-619335,-335485],[-614979,-338557],[-618704,-369923],[-614618,1739027],[-614801,1738817],[-614436,1739116],[-625600,1753561],[-625616,1753763],[-626696,1752728],[-626420,1753138],[-626371,1753324],[-626614,1753644],[-626869,1753447],[-626574,1751992],[-626217,1752248],[-627162,1749310],[-626568,1749477],[-626892,1749618],[-626826,1749651],[-626242,1749811],[-626019,1749496],[-625627,1749272],[-625958,1748870],[-626120,1748509],[-626111,1748269],[-626218,1745880],[-626416,1745834],[-626688,1746007],[-625802,1745632],[-625846,1745960],[-614599,1746779],[-614512,1746445],[-615032,1746311],[-615039,1746124],[-614791,1747771],[-614716,1747600],[-625522,1756170],[-625311,1756167],[-625464,1756622],[-625244,1756833],[-624867,1756803],[-624589,1757149],[-624678,1756882],[-625853,1753862],[-627024,1753923],[-626813,1753818],[-623904,1756885],[-623685,1756906],[-614979,1759027],[-614947,1758749],[-615074,1758801],[-614942,1758623],[-615217,1758869],[-614998,1758868],[-616118,1758792],[-615952,1758796],[-616396,1758822],[-616136,1758984],[-616446,1760899],[-616370,1760658],[-616448,1761007],[-616555,1761116],[-616028,1761349],[-616322,1761288],[-616168,1762396],[-616284,1762123],[-617327,1763789],[-617219,1763321],[-616782,1763737],[-617110,1763657],[-615745,1763625],[-615466,1764128],[-614950,1763622],[-615087,1763546],[-614922,1763854],[-615183,1763931],[-615703,1764786],[-615415,1765051],[-615181,1764681],[-615247,1764794],[-619850,1766207],[-619781,1766120],[-620054,1765526],[-619778,1765950],[-621778,1769361],[-621767,1769821],[-621804,1769464],[-621293,1769259],[-621021,1768163],[-620960,1768006],[-624959,1771834],[-625227,1771482],[-625742,1773104],[-625935,1773229],[-626194,1773920],[-626255,1774123],[-626288,1774047],[-625814,1773901],[-626062,1773698],[-626161,1773518],[-625750,1773092],[-625950,1773571],[-614624,82598],[-616580,83595],[-616315,82949],[-45690,150326],[-43912,150779],[-50656,150695],[-50243,150857],[-50849,152922],[-51011,152684],[-49627,151858],[-50816,151208],[-50999,152275],[-49602,152631],[-49651,151864],[-49749,150781],[-49366,152215],[-50094,150576],[-51085,151552],[-50167,150863],[-45087,150222],[-45261,150194],[-46219,150282],[-44500,150694],[-45476,150623],[-44371,150889],[-44348,149132],[-44545,151472],[-46111,151125],[-46107,150629],[-44012,150512],[-45908,150258],[-45048,149138],[-45372,150966],[-44899,151322],[-45357,150450],[-44219,149840],[-43900,151498],[-44889,151664],[-50465,151307],[-49807,151053],[-50743,151036],[-49376,152576],[-51055,152069],[-51128,150533],[-51098,151261],[-43984,151624],[-44608,150352],[-47908,156219],[-48645,155757],[-48935,155518],[-48642,155019],[-48082,155393],[-48330,154365],[-49542,156263],[-48445,155724],[-48779,156506],[-47217,154383],[-48769,155969],[-48885,154275],[-47291,154216],[-48463,155388],[-47164,154208],[-47897,155529],[-47490,155023],[-49463,156435],[-47702,156436],[-47173,154355],[-48766,154338],[-49044,154407],[-48712,156041],[-50794,171660],[-50994,170795],[-50875,170028],[-50714,170297],[-46646,201598],[-46864,201835],[-46522,199979],[-46093,201590],[-46563,200398],[-46515,201792],[-46374,202235],[-47311,201006],[-47865,200761],[-46117,201987],[-45613,201777],[-46591,201785],[-47477,200452],[-45608,201311],[-46410,200371],[-45875,201804],[-46667,202163],[-47422,201843],[-46358,201968],[-46306,202160],[-47975,200825],[-47728,200088],[-46360,200790],[-49090,211223],[-49479,211113],[-49248,211289],[-49108,211631],[-49622,211412],[-38653,289907],[-42635,329319],[-41704,331135],[-42362,328834],[-43340,330979],[-42633,329707],[-43478,331246],[-43563,330626],[-42988,330818],[-43099,327854],[-43112,329081],[-43270,327107],[-42303,328647],[-43463,327406],[-42276,329169],[-43104,329026],[-42639,327499],[-41738,331030],[-43138,329866],[-43023,330075],[-42854,330672],[-41806,330767],[-41823,329314],[-43168,329731],[-42756,330468],[-42332,328982],[-42255,330343],[-42616,329759],[-42480,330234],[-43283,330951],[-42488,330429],[-42128,330071],[-42530,327102],[-42321,329019],[-41983,328996],[-43483,327745],[-43165,327385],[-42509,328687],[-43335,327734],[-42411,327800],[-41686,328399],[-43144,326955],[-40986,328095],[-42386,328370],[-43015,329439],[-42392,328297],[-42263,329514],[-46035,371344],[-46233,370616],[-47159,370528],[-47270,369549],[-44766,369153],[-45028,369689],[-45785,370653],[-46499,371118],[-46526,371073],[-47684,370358],[-46588,369610],[-47005,370368],[-44777,369440],[-44290,370488],[-44964,370245],[-50854,375516],[-49909,375801],[-50103,376780],[-50239,376561],[-49264,378628],[-50375,377654],[-48521,377029],[-49580,377634],[-44260,378468],[-45364,378565],[-47802,378683],[-47726,379537],[-49209,380594],[-48344,379395],[-51176,376475],[-50941,376477],[-49885,375499],[-49923,376100],[-49401,376086],[-50158,376351],[-48122,377153],[-50044,378850],[-49942,378547],[-49750,377744],[-49372,377136],[-44149,379384],[-47472,377798],[-47651,378336],[-44878,378849],[-47699,379974],[-47767,380514],[-47505,380821],[-48771,380039],[-47896,380543],[-47875,379708],[-44216,379059],[-49184,377612],[-49350,378941],[-49288,378196],[-50577,377347],[-46482,371952],[-42799,409357],[-40887,408056],[-41876,409647],[-42700,409646],[-40682,408452],[-41243,407882],[-42445,408232],[-41580,409119],[-40704,408772],[-41349,408726],[-41250,408748],[-41576,408158],[-41377,408805],[-42587,409528],[-41207,408780],[-40690,401212],[-39709,401616],[-39184,399331],[-39935,399587],[-38760,399811],[-39129,399986],[-39395,400133],[-40434,400072],[-38545,399235],[-38523,399884],[-40429,400038],[-38439,399879],[-38903,401430],[-41330,408124],[-42033,409501],[-41857,408066],[-41051,407983],[-42063,409278],[-41397,408669],[-40409,408380],[-41978,408970],[-39139,400591],[-40332,400324],[-38729,400618],[-39650,399105],[-38993,401103],[-39142,401541],[-39289,399167],[-41089,428611],[-39609,430024],[-40364,429577],[-40705,430857],[-40510,429205],[-41469,431116],[-41054,428947],[-40879,431021],[-41211,429779],[-40126,430392],[-41539,428957],[-39704,429565],[-41117,430341],[-41338,431070],[-40109,429322],[-40180,428778],[-635449,-140912],[-635769,-141534],[-635267,-140774],[-634855,-141636],[-635943,-141711],[-635448,-141304],[-627498,-153486],[-635270,-176839],[-634279,-175461],[-635020,-176591],[-633765,-176613],[-634731,-176786],[-634671,-176011],[-634051,-177370],[-633659,-175513],[-634180,-177474],[-633320,-175512],[-633859,-177226],[-635166,-175453],[-633323,-176806],[-634692,-175568],[-634366,-177535],[-633994,-169316],[-633385,-168424],[-634239,-168597],[-633627,-169313],[-635709,-168062],[-634120,-169435],[-633304,-167943],[-633887,-166947],[-633866,-167245],[-633671,-176490],[-634076,-177203],[-634810,-176972],[-634762,-177714],[-634600,-177137],[-633246,-177852],[-634029,-175820],[-634824,-177453],[-634488,-168631],[-635607,-168148],[-633712,-168569],[-633257,-168136],[-633651,-169322],[-634341,-184796],[-633015,-184397],[-633095,-185821],[-632990,-186422],[-634320,-185271],[-635024,-186932],[-633264,-186857],[-634751,-184702],[-634067,-186190],[-632976,-186857],[-633124,-186164],[-634703,-186852],[-633774,-186073],[-634410,-186906],[-635088,-186437],[-633845,-186304],[-635116,-185182],[-635438,-184743],[-634140,-186431],[-634279,-186720],[-633418,-184605],[-635523,-186383],[-634957,-186076],[-631882,-240528],[-631076,-234557],[-632832,-239819],[-628311,-235618],[-634719,-255571],[-630198,-254457],[-633433,-251146],[-630253,-243339],[-630394,-254247],[-632144,-250756],[-628209,-247713],[-631568,-243281],[-633261,-268089],[-631057,-264279],[-637873,-263083],[-633052,-263714],[-636449,-265248],[-638138,-260213],[-634633,-259114],[-627360,-272377],[-632594,-269177],[-628007,-270429],[-627405,-285329],[-632627,1745324],[-639456,1746754],[-628059,1749073],[-627860,1749263],[-627876,1749387],[-627216,1749430],[-628006,1749583],[-628133,1749572],[-628573,1749825],[-628282,1749894],[-628812,1747014],[-628982,1746977],[-628905,1746126],[-629722,1746361],[-629516,1746599],[-629491,1746244],[-628509,1745930],[-628941,1745874],[-629429,1746687],[-628989,1746373],[-628852,1746329],[-629123,1746258],[-628393,1746508],[-628708,1746537],[-631065,1746270],[-630560,1746578],[-630790,1746372],[-631703,1746245],[-631735,1746696],[-633031,1745284],[-632691,1745452],[-639374,1746442],[-639492,1745522],[-639157,1745764],[-639288,1745637],[-639744,1749325],[-639485,1749685],[-639985,1749744],[-628994,1761535],[-628823,1761588],[-628235,1761440],[-628227,1761610],[-628204,1760919],[-628189,1760881],[-628308,1760328],[-628716,1760082],[-628791,1760808],[-628957,1760747],[-629176,1759038],[-629121,1758726],[-629040,1759089],[-628741,1758907],[-627295,1758514],[-627439,1758667],[-627704,1758549],[-627676,1759009],[-627645,1758620],[-627981,1758688],[-628458,1758958],[-639646,1763637],[-639613,1763650],[-639557,1763878],[-639304,1764140],[-638982,1764136],[-639060,1763900],[-638322,1764005],[-638104,1764537],[-638368,1764651],[-638049,1769234],[-637824,1769504],[-637523,1769144],[-637701,1769224],[-637210,1768855],[-637425,1768599],[-632644,1772708],[-632434,1772842],[-632810,1772814],[-633276,1772665],[-629498,1775540],[-629391,1775432],[-629729,1775462],[-629629,1775199],[-630805,1775327],[-630403,1775314],[-630759,1775253],[-630757,1775377],[-629601,1774771],[-629630,1774867],[-629294,1774948],[-629280,1774788],[-630488,1777812],[-630331,1777961],[-630099,1777602],[-629928,1777496],[-629841,1777247],[-629996,1776857],[-629146,1776864],[-629312,1777492],[-629503,1777189],[-630456,1778555],[-630763,1778468],[-630051,1778351],[-630347,1778191],[-630041,1775946],[-629801,1776140],[-629634,1776329],[-629613,1776172],[-630109,1776087],[-629626,1776029],[-630155,1775770],[-630275,1775496],[-630500,1776182],[-630481,1775836],[-629780,1776623],[-629849,1776495],[-638402,214556],[-639780,212965],[-632630,96528],[-632784,96867],[-632689,95388],[-630477,95909],[-632101,97287],[-631257,96345],[-632044,97233],[-632507,96109],[-630458,97154],[-630463,96334],[-632725,95386],[-631244,97286],[-630827,96054],[-649542,-142341],[-650625,-142828],[-648233,-146009],[-647475,-145277],[-650878,-142829],[-651116,-142255],[-650408,-141578],[-650596,-141802],[-648036,-145437],[-647487,-145589],[-648874,-144600],[-648351,-145416],[-651841,1672209],[-651749,1671966],[-651641,1671676],[-651592,1671821],[-648688,1674644],[-649038,1675253],[-649061,1675175],[-647966,1675920],[-647961,1676199],[-648513,1675534],[-648743,1675999],[-648655,1676054],[-648781,1675992],[-647274,1675938],[-645659,1685918],[-646053,1685851],[-646167,1686466],[-645855,1686081],[-645017,1686207],[-644781,1685927],[-646548,1689320],[-644639,1686021],[-644132,1686105],[-643942,1685569],[-644019,1685957],[-643485,1685749],[-643330,1686110],[-646449,1689662],[-646754,1689639],[-646063,1689637],[-650785,1697332],[-650877,1697572],[-651104,1697070],[-651166,1697390],[-651719,1696568],[-651514,1696839],[-651478,1696790],[-651323,1696338],[-651487,1696700],[-651430,1696857],[-646193,1690149],[-646513,1690459],[-646137,1689994],[-646542,1690186],[-650106,1696646],[-646838,1689873],[-645642,1690103],[-645503,1689813],[-650181,1696447],[-645496,1690014],[-645567,1690007],[-648770,1690867],[-648817,1690689],[-648771,1690271],[-648279,1690679],[-648438,1690987],[-649193,1690458],[-648731,1690669],[-649005,1690737],[-648226,1691474],[-648400,1691475],[-648173,1691979],[-647925,1691778],[-650065,1692263],[-650123,1691890],[-649837,1692019],[-649469,1692837],[-650015,1692868],[-650137,1692994],[-649934,1693224],[-649607,1693123],[-649652,1693159],[-650305,1693821],[-650303,1694167],[-650497,1693597],[-650215,1693696],[-650268,1693552],[-650243,1693801],[-650311,1693839],[-650456,1693520],[-650267,1695002],[-650203,1694934],[-650506,1695055],[-650585,1695478],[-650474,1696270],[-650472,1696244],[-651821,1718799],[-650612,1724869],[-652418,1724328],[-650752,1722957],[-652290,1728023],[-650617,1725667],[-650670,1724757],[-647508,1725808],[-647682,1726454],[-647834,1726494],[-652689,1728681],[-647346,1740718],[-646802,1740462],[-647285,1740152],[-647330,1740157],[-647371,1739894],[-647435,1739899],[-647827,1739977],[-647967,1739702],[-648887,1740790],[-648833,1740460],[-648943,1740693],[-648921,1740948],[-648517,1740938],[-649557,1729558],[-649332,1729687],[-648766,1729416],[-649155,1729787],[-644814,1750197],[-644299,1752128],[-650607,1744111],[-648997,1741044],[-648520,1741021],[-648725,1741095],[-649504,1741889],[-649971,1741704],[-650085,1741797],[-650039,1742003],[-650637,1742957],[-651147,1742922],[-651146,1742832],[-651090,1743166],[-651162,1743431],[-650518,1744087],[-644767,1750062],[-644537,1749383],[-645086,1749308],[-644839,1749353],[-644070,1752273],[-644289,1751369],[-644212,1751390],[-652474,1765227],[-652711,1765747],[-652708,1765457],[-649149,1766034],[-649172,1766238],[-649239,1766129],[-649452,1765668],[-649281,1765964],[-649131,1765820],[-649090,1765653],[-648613,1765123],[-648408,1765004],[-648393,1764466],[-648338,1764691],[-650430,1762429],[-650509,1762781],[-649648,1762792],[-649831,1762838],[-650684,1763020],[-650425,1763484],[-643707,1755265],[-644098,1755363],[-643933,1755645],[-644020,1755966],[-642891,1755744],[-642945,1755877],[-641145,1759883],[-641375,1760242],[-641185,1760328],[-640942,1759818],[-650419,1768719],[-650614,1768729],[-650105,1768297],[-649898,1768348],[-649749,1767821],[-649712,1768133],[-650359,1767454],[-650268,1767533],[-643780,1773207],[-643773,1772915],[-643628,1773607],[-642751,1773626],[-642908,1773304],[-642414,1772732],[-642628,1772850],[-644246,1774620],[-644128,1774383],[-643864,1775636],[-644062,1775941],[-643536,1776192],[-643667,1775702],[-643144,1775945],[-642886,1775555],[-643430,1775125],[-643295,1775184],[-643489,1774743],[-643347,1774808],[-648140,1770591],[-647863,1770545],[-647759,1770410],[-647593,1770466],[-647721,1770505],[-647729,1770881],[-647675,1771025],[-648183,1770957],[-647948,1771386],[-643778,212392],[-644423,211890],[-647963,219254],[-648698,225445],[-645787,219804],[-641859,221919],[-647433,230449],[-652403,219501],[-648324,220308],[-649044,224071],[-645744,219155],[-641898,222601],[-649068,231327],[-646095,234977],[-645140,236019],[-648822,231020],[-642314,247470],[-641855,252522],[-642151,246465],[-641304,250943],[-651365,244533],[-648363,86473],[-640377,87952],[-641395,88785],[-648919,87039],[-641332,87758],[-642217,92688],[-648498,90057],[-648727,89870],[-640719,92065],[-657751,1676703],[-657940,1676587],[-661854,1676086],[-661600,1675956],[-661473,1676048],[-662020,1676097],[-662139,1675730],[-662279,1676056],[-662405,1676153],[-661975,1676696],[-661890,1676795],[-657134,1678233],[-656845,1678085],[-657490,1677165],[-657357,1677216],[-657206,1677174],[-657220,1677232],[-657998,1677057],[-657929,1677003],[-657529,1679304],[-657973,1679307],[-657286,1679315],[-657336,1679201],[-656316,1679489],[-656722,1679106],[-662548,1704043],[-662390,1703954],[-662728,1704199],[-662645,1704255],[-663230,1703861],[-662971,1704032],[-653206,1720923],[-654975,1720001],[-653976,1724708],[-660211,1727933],[-660458,1727941],[-660921,1727585],[-660779,1728014],[-661125,1727851],[-660943,1727478],[-660797,1726870],[-660753,1726862],[-660515,1726746],[-662918,1727982],[-663458,1728149],[-663069,1727745],[-662365,1726680],[-662557,1726317],[-662425,1726226],[-662565,1726420],[-662471,1725983],[-661973,1726170],[-661806,1725487],[-662034,1725662],[-661957,1725462],[-661715,1724997],[-661381,1724693],[-661813,1724997],[-659649,1726111],[-659351,1726339],[-658901,1726770],[-658376,1726729],[-653035,1725752],[-653286,1725728],[-653512,1725577],[-653485,1725774],[-653953,1718678],[-663363,1728316],[-663350,1728631],[-663072,1728297],[-656916,1748814],[-656453,1749299],[-656964,1748907],[-656770,1749590],[-656474,1749921],[-656547,1750375],[-656475,1750293],[-656653,1750648],[-656733,1751325],[-656639,1751023],[-656068,1750554],[-655760,1750820],[-656069,1750201],[-655421,1750379],[-655680,1750047],[-656513,1762685],[-656140,1762781],[-656478,1762319],[-656721,1762372],[-656122,1761757],[-656585,1762111],[-655389,1761931],[-655711,1761993],[-655442,1762325],[-655355,1762618],[-655338,1763197],[-655181,1763619],[-655407,1763302],[-654687,1763430],[-654813,1763088],[-655736,1764056],[-655486,1763610],[-655160,1765485],[-655200,1765011],[-655048,1764077],[-655881,1763397],[-655877,1763220],[-655882,1762929],[-655837,1762522],[-657141,1764101],[-657434,1763693],[-657155,1763834],[-657128,1763933],[-656376,1764107],[-656565,1764443],[-656528,1765267],[-656234,1765084],[-656411,1766235],[-656377,1766126],[-654913,1764335],[-655132,1764714],[-654475,1764904],[-654349,1764747],[-654245,1764339],[-653507,1765351],[-653687,1764835],[-656160,1766795],[-656249,1766687],[-655804,1766963],[-655968,1767117],[-652830,1775673],[-653056,1775698],[-652978,1775300],[-653165,1775455],[-653490,1775022],[-653520,1775489],[-653559,1775439],[-664342,219029],[-654086,219861],[-663259,218904],[-656117,220619],[-657309,221257],[-660793,229007],[-659652,228873],[-657157,236557],[-661134,238007],[-657805,234465],[-663241,238315],[-653818,245068],[-653461,95857],[-653892,94151],[-653185,96482],[-653100,93517],[-666077,1703889],[-666305,1704175],[-666171,1703893],[-666374,1704198],[-666219,1703465],[-666211,1703357],[-667115,1704509],[-667248,1705102],[-666975,1704817],[-667121,1705151],[-666970,1705191],[-666775,1705408],[-666837,1710558],[-666364,1710185],[-666675,1710491],[-666745,1710168],[-666948,1710189],[-666793,1709879],[-667779,1714349],[-667368,1714610],[-667548,1714404],[-677222,1707332],[-677347,1707685],[-678041,1708127],[-677626,1707959],[-676587,1707307],[-676456,1707756],[-675948,1707141],[-675899,1707123],[-675888,1706878],[-675580,1706627],[-675190,1707030],[-673851,1710755],[-673495,1710701],[-673704,1711030],[-673692,1710819],[-674969,1711741],[-674781,1711253],[-675576,1712048],[-675668,1712051],[-675762,1712084],[-675092,1715129],[-675223,1715102],[-670239,1711626],[-670686,1711751],[-670749,1711594],[-670565,1711639],[-670691,1712164],[-670805,1712061],[-670159,1711430],[-670141,1711387],[-670291,1710891],[-670306,1711295],[-667316,1705060],[-666866,1705562],[-670540,1712204],[-670540,1712270],[-670555,1712163],[-670648,1712198],[-669870,1711525],[-669641,1712051],[-669894,1711958],[-669479,1711702],[-667929,1714652],[-675747,1715958],[-675622,1715626],[-675576,1715413],[-670276,1718956],[-670322,1718610],[-670137,1718502],[-670229,1718833],[-669671,1719136],[-669898,1719472],[-668759,1719903],[-669094,1719843],[-668586,1719917],[-668824,1719785],[-669838,217431],[-668884,217958],[-669639,238981],[-669121,237753],[-676209,251963],[-677664,249788],[-677538,248087],[-675067,248120],[-675942,250444],[-674440,252106],[-671336,101814],[-665611,98278],[-670983,101787],[-665966,99088],[-667228,105970],[-668002,106240],[-689907,1619535],[-689815,1618393],[-689782,1618290],[-689437,1618178],[-690535,1618660],[-688549,1618449],[-688710,1618503],[-688211,1618391],[-688650,1617592],[-687723,1618661],[-689343,1618868],[-689610,1619206],[-690835,1619313],[-690837,1619138],[-690176,1618078],[-687914,1618153],[-688373,1618536],[-688130,1617387],[-687559,1617793],[-688366,1618225],[-681684,1650215],[-686281,1650036],[-681791,1651113],[-685250,1650183],[-689970,1659014],[-690240,1659039],[-689963,1659060],[-689774,1658886],[-690641,1657984],[-690623,1658068],[-690191,1657820],[-690753,1657941],[-690359,1657857],[-690390,1657856],[-690911,1657231],[-691017,1657366],[-690838,1656945],[-690438,1656828],[-690270,1656395],[-690225,1656532],[-689806,1656407],[-689791,1656562],[-688959,1651785],[-688895,1652311],[-689728,1702584],[-689532,1702287],[-685439,1706193],[-685371,1705791],[-685652,1706062],[-686099,1705941],[-686491,1705995],[-686893,1706107],[-686976,1705931],[-687658,1706245],[-687828,1706195],[-685732,1704761],[-685221,1705104],[-685435,1704757],[-685351,1705038],[-685178,1704363],[-684908,1704226],[-685406,1704084],[-685166,1704463],[-685343,1703989],[-685248,1703785],[-685075,1704360],[-684800,1704070],[-680777,1704190],[-680980,1704661],[-680835,1704559],[-680867,1704525],[-681479,1705081],[-681407,1704938],[-684024,1707133],[-683735,1707254],[-680812,1707207],[-680794,1707157],[-680459,1706866],[-680747,1707270],[-680440,1707108],[-680683,1706968],[-689309,1702633],[-689318,1702625],[-689638,1703813],[-689539,1703946],[-689291,1704116],[-689272,1703564],[-678453,249706],[-679563,249795],[-678584,246885],[-680579,248910],[-680310,247196],[-699530,1549342],[-697335,1550920],[-697375,1559011],[-700125,1549445],[-697586,1551880],[-702163,1561423],[-696146,1558896],[-699952,1562977],[-695553,1561922],[-702592,1574445],[-700340,1571278],[-701657,1563529],[-697846,1562381],[-700303,1574015],[-699337,1572055],[-693342,1578854],[-696566,1577671],[-694227,1579306],[-696900,1577954],[-695895,1612827],[-695412,1612891],[-695564,1612773],[-692362,1611046],[-693457,1610926],[-692284,1610299],[-692232,1610584],[-692537,1613028],[-694268,1610749],[-693841,1610896],[-694496,1610753],[-693932,1610218],[-697687,1609742],[-697232,1609754],[-696516,1610692],[-696945,1610302],[-696383,1609773],[-695846,1612748],[-695613,1612937],[-692927,1610892],[-692708,1610257],[-692040,1610707],[-693103,1610668],[-692204,1610767],[-694578,1610610],[-694283,1610327],[-694395,1611392],[-697309,1610444],[-696989,1610626],[-696983,1609983],[-696893,1610157],[-697125,1609757],[-692815,1614651],[-692016,1613689],[-692113,1614626],[-692588,1614105],[-692464,1613994],[-695573,1613493],[-695463,1613819],[-692657,1613995],[-692885,1613702],[-691868,1613581],[-691975,1613215],[-691788,1614281],[-695899,1613595],[-695563,1613092],[-695091,1614189],[-692873,1662408],[-693086,1661982],[-693094,1662756],[-693345,1662624],[-692890,1663031],[-693246,1662992],[-692547,1660495],[-692782,1660369],[-692478,1661793],[-692448,1661830],[-692658,1661614],[-692374,1661906],[-692757,1661842],[-692497,1661468],[-693315,1661959],[-693047,1662059],[-693810,1662253],[-693959,1662346],[-693579,1662367],[-693879,1662421],[-691355,1657957],[-691376,1657944],[-691589,1657733],[-691731,1657882],[-697096,1665095],[-696919,1665000],[-696704,1664709],[-696701,1664942],[-701589,1675057],[-701406,1675109],[-701037,1675255],[-701318,1675131],[-700754,1675272],[-700987,1675481],[-696964,1670877],[-697119,1670871],[-696435,1670519],[-696536,1670118],[-695936,1670144],[-695890,1670047],[-695396,1671012],[-695296,1670798],[-696072,1665553],[-695894,1665171],[-696055,1665446],[-696223,1665251],[-696600,1664596],[-696273,1665018],[-696319,1664673],[-696635,1664653],[-699124,1679451],[-700915,1683850],[-700964,1684328],[-698882,1679050],[-700908,1683738],[-698887,1678931],[-699143,1679391],[-701090,1683407],[-698772,1679167],[-699027,1678962],[-699080,1679008],[-701488,1684579],[-701594,1684673],[-700931,1684305],[-701035,1684168],[-702009,1691983],[-702008,1692152],[-702583,1692139],[-702450,1691673],[-702664,1691538],[-702800,1691900],[-702595,1691367],[-702542,1691332],[-702875,1691222],[-702922,1690934],[-702652,1690961],[-702151,1691494],[-703215,1690648],[-702897,1690713],[-698242,1702403],[-698231,1702023],[-698305,1702120],[-698566,1702209],[-697079,1702337],[-696250,1701600],[-696279,1701586],[-696225,1701512],[-701511,1691635],[-701376,1691300],[-701820,1691695],[-701468,1691438],[-701674,1691304],[-702244,1690850],[-702469,1690937],[-702878,1689921],[-702889,1689967],[-703571,1690076],[-703464,1690006],[-702683,1690411],[-701869,1690325],[-701792,1690513],[-701923,1690379],[-701392,1690486],[-701351,1690267],[-701109,1689982],[-701431,1690767],[-697505,1702911],[-697293,1702795],[-697172,1702804],[-697651,1703947],[-697838,1704008],[-698097,1704278],[-697699,1704557],[-698551,1704430],[-698530,1704168],[-697032,1705020],[-696984,1704915],[-696502,1704475],[-696790,1704970],[-696416,1704897],[-696325,1704734],[-697265,1706645],[-697566,1706704],[-697827,1707646],[-697808,1707614],[-699282,1708183],[-699299,1708263],[-699581,1708020],[-699400,1708023],[-698482,1707623],[-698408,1707784],[-698096,1707934],[-698443,1708151],[-698867,1709280],[-698839,1709367],[-698175,1709463],[-698256,1709501],[-697746,1709464],[-697673,1709416],[-697799,1709481],[-697461,1709341],[-697352,1709056],[-697646,1709069],[-698289,1713420],[-698496,1713625],[-698068,1713252],[-698055,1713220],[-698149,1712940],[-697873,1712775],[-697450,1712748],[-697268,1712531],[-697096,1712894],[-696768,1712772],[-703764,1709290],[-704042,1709736],[-703451,1712269],[-703173,1712287],[-703680,1709740],[-703032,1709146],[-703142,1709367],[-703461,1709983],[-702857,1709708],[-702991,1709924],[-699607,1718590],[-699318,1718573],[-699765,1719014],[-700334,1718848],[-700168,1718500],[-699667,1718481],[-700302,1718890],[-700109,1718843],[-704753,1557916],[-705408,1556488],[-706546,1576609],[-708286,1583060],[-707794,1575822],[-708714,1583406],[-708041,1590137],[-706680,1589681],[-709059,1659067],[-707932,1659856],[-708017,1658979],[-709290,1658967],[-707508,1659058],[-708055,1660068],[-708533,1660757],[-707377,1660361],[-708130,1659360],[-708934,1659250],[-708039,1659128],[-708480,1660764],[-708301,1659457],[-708372,1658961],[-708668,1660371],[-704215,1699604],[-704020,1699802],[-704415,1699703],[-704101,1700021],[-704791,1700108],[-704805,1700073],[-704683,1700124],[-704795,1700397],[-705374,1700237],[-705117,1700696],[-705215,1700378],[-705404,1700620],[-705153,1701046],[-705134,1700676],[-728012,1685225],[-728035,1684788],[-728306,1685367],[-728386,1685442],[-728504,1685541],[-728498,1685451],[-738850,1689600],[-738571,1689481],[-738607,1689637],[-739651,1686593],[-739819,1686185],[-739836,1686703],[-739842,1686830],[-739405,1686902],[-739088,1686880],[-738879,1687053],[-738658,1687075],[-742221,1692941],[-742201,1692790],[-742045,1692551],[-741827,1692784],[-741435,1692360],[-741444,1692078],[-740150,1691955],[-740232,1692127],[-740073,1692301],[-739969,1692581],[-739601,1692296],[-739574,1691861],[-739391,1690782],[-739331,1690275],[-738797,1690463],[-738700,1690385],[-738655,1689943],[-739207,1690045],[-738651,1689803],[-753901,1655463],[-751100,1658130],[-755098,1656997],[-751153,1658511],[-754506,1655495],[-743941,1689289],[-744038,1689344],[-744276,1689503],[-746000,1693422],[-746435,1693586],[-746072,1693573],[-746116,1693531],[-745633,1692884],[-745960,1693275],[-745639,1693255],[-746894,1693786],[-746961,1693582],[-746699,1693465],[-746864,1693911],[-744553,1690341],[-744458,1690879],[-744524,1690631],[-744620,1690210],[-744251,1689941],[-51266,150877],[-53540,149620],[-52366,149667],[-54729,148594],[-52691,148825],[-55672,147601],[-55498,148211],[-55625,148678],[-55543,147983],[-56015,148383],[-52736,149116],[-51260,150827],[-52200,149977],[-53156,149265],[-52855,149210],[-53629,148752],[-53147,149485],[-52320,149834],[-52229,149054],[-52438,149789],[-52422,149419],[-54409,148821],[-54518,147527],[-54102,148411],[-52713,149008],[-54346,147696],[-54996,147683],[-55946,147467],[-56117,147329],[-56409,148537],[-55520,147463],[-54744,147757],[-55611,147679],[-54420,147565],[-56373,147841],[-55302,147667],[-60202,159755],[-59325,160108],[-59329,160524],[-60126,161310],[-60532,162018],[-59947,160536],[-58458,161708],[-58878,162137],[-59389,162199],[-59324,161277],[-60487,162243],[-59841,161261],[-59760,160434],[-59498,160333],[-59490,160795],[-58803,157609],[-57152,158543],[-57730,157151],[-59487,158650],[-58830,157412],[-57711,158805],[-58304,158551],[-58510,157387],[-59041,158211],[-59448,157004],[-57975,158163],[-58101,157307],[-57190,156831],[-58570,159108],[-58610,158859],[-60512,161546],[-59205,161901],[-60706,161001],[-60698,161072],[-58883,161846],[-59664,161056],[-58819,159795],[-60509,160205],[-59289,158806],[-59325,158991],[-57603,157800],[-57111,156880],[-58511,157019],[-58039,157959],[-57621,159003],[-57389,158556],[-51677,169425],[-52761,170468],[-52568,171093],[-52211,170883],[-51548,169560],[-52468,170090],[-51442,169784],[-52904,170205],[-52152,170358],[-52715,169849],[-52146,169888],[-52749,169679],[-52596,170999],[-52292,170734],[-52055,171032],[-51782,170961],[-58490,186351],[-53603,211059],[-53331,210264],[-53738,210489],[-53135,210696],[-53163,210753],[-56975,221911],[-55345,222460],[-57013,221289],[-58339,222633],[-54680,222977],[-62108,224624],[-54987,222544],[-62204,224570],[-56672,221856],[-62627,224610],[-59397,223768],[-59030,223309],[-59853,223633],[-61037,224465],[-61842,224832],[-61645,224976],[-54163,223354],[-54654,223038],[-54640,223284],[-56246,227337],[-56618,227027],[-56822,227238],[-56688,227183],[-56615,227543],[-57368,226281],[-57235,226167],[-57739,226721],[-55668,227205],[-55641,227023],[-55363,226659],[-54376,226095],[-54466,225381],[-54726,226116],[-56255,222117],[-58198,221934],[-58533,222649],[-56595,220755],[-56693,220405],[-56527,220837],[-60095,223100],[-60025,221793],[-60665,221724],[-59817,221795],[-60471,223341],[-60392,223984],[-60761,223314],[-61572,223696],[-60674,223421],[-61092,224517],[-56071,221971],[-56300,221398],[-59289,223423],[-59939,224138],[-55464,223228],[-55530,223005],[-61173,223833],[-62649,224404],[-60964,224333],[-61639,224696],[-62014,224123],[-54407,222931],[-54298,223727],[-57809,226331],[-56317,227201],[-55973,227871],[-57235,227994],[-56642,227048],[-57109,226909],[-56891,226695],[-57751,226124],[-55541,227198],[-55723,226550],[-54969,226034],[-54835,226019],[-58351,222677],[-57709,221900],[-56651,221070],[-56624,220439],[-60486,222471],[-59744,221551],[-60027,223021],[-60832,223306],[-60314,223551],[-63373,252567],[-63797,252124],[-53658,307391],[-53289,308219],[-53789,308434],[-52438,309238],[-52696,309010],[-52766,309175],[-54031,309379],[-53834,310463],[-54198,309445],[-52214,308137],[-53830,307512],[-53361,307428],[-52207,309191],[-53880,307617],[-53160,307933],[-54212,309781],[-53908,309528],[-54039,309236],[-53063,307880],[-52769,308417],[-54237,309861],[-53872,309673],[-53793,309310],[-54168,309750],[-54090,310730],[-54591,310427],[-53514,377343],[-52239,379278],[-52260,376934],[-52483,376883],[-51205,379028],[-52744,375227],[-52837,375253],[-55086,377432],[-53054,376960],[-53807,376543],[-54098,376415],[-52834,378847],[-52993,379035],[-52495,379712],[-54105,378944],[-52629,378671],[-53111,377469],[-51756,377574],[-51464,377952],[-51632,378687],[-54594,376808],[-52762,375465],[-52753,375633],[-52181,378288],[-54850,377417],[-54113,378306],[-53323,376768],[-53923,376874],[-52894,379152],[-53695,377717],[-51811,377310],[-51348,376872],[-51618,377956],[-51266,378066],[-63122,117192],[-63216,115627],[-60488,124616],[-58561,126305],[-60362,125419],[-59495,125812],[-59845,125474],[-58031,125869],[-59870,125816],[-58644,125042],[-60956,117008],[-60863,117017],[-60417,125021],[-58731,125580],[-60325,124273],[-59784,125254],[-58668,125412],[-59195,124352],[-59372,124944],[-58976,125307],[-58605,125278],[-60078,125772],[-60000,125691],[-59613,126798],[-58098,125707],[-59916,126427],[-60469,124270],[-61201,116783],[-62978,116823],[-62353,116959],[-62952,116118],[-60929,116867],[-61338,117060],[-63126,116551],[-60839,117177],[-767598,1652589],[-755727,1657967],[-767906,1652993],[-756782,1657019],[-755770,1659763],[-767293,1694338],[-767538,1694500],[-767525,1694690],[-767976,1695930],[-767978,1696146],[-767579,1702447],[-767458,1702493],[-767126,1702415],[-767664,1702399],[-767736,1702150],[-767649,1702000],[-761720,1699672],[-761769,1699287],[-761403,1699805],[-761379,1699805],[-759511,1699905],[-759711,1699747],[-759759,1699390],[-759779,1698000],[-759782,1697439],[-759098,1697358],[-759543,1697484],[-760389,1698054],[-760296,1698517],[-760147,1697888],[-760093,1697452],[-760170,1697444],[-765243,1702982],[-764539,1703705],[-764724,1703745],[-764622,1703554],[-765622,1703288],[-764018,1703542],[-763684,1703910],[-764378,1703614],[-780752,1623763],[-780386,1624312],[-780714,1624371],[-780763,1624696],[-780676,1624708],[-780132,1625003],[-780342,1624948],[-773750,1626441],[-779640,1627618],[-779540,1627736],[-780081,1626994],[-780255,1626409],[-779907,1626973],[-779755,1626329],[-779908,1626197],[-779421,1627466],[-779214,1627671],[-778890,1627656],[-778973,1629144],[-778991,1629480],[-778077,1629101],[-778380,1628598],[-778320,1628824],[-776515,1628491],[-776574,1628727],[-774137,1626689],[-773807,1626986],[-773858,1627197],[-774172,1627057],[-773976,1627050],[-772652,1627240],[-772646,1627332],[-772979,1626925],[-773426,1626878],[-773324,1627117],[-778693,1664124],[-778252,1664037],[-779457,1664641],[-779744,1664350],[-779290,1664857],[-779724,1664924],[-779161,1665105],[-779126,1664914],[-778315,1665078],[-778684,1665060],[-778856,1664686],[-778776,1664455],[-773915,1672750],[-773910,1672735],[-771448,1676459],[-771155,1676979],[-777823,1664750],[-777873,1665111],[-778285,1664523],[-771547,1673639],[-771969,1673516],[-771870,1673292],[-770515,1674737],[-770538,1674778],[-770552,1673959],[-770624,1674274],[-771872,1675440],[-771802,1675222],[-772173,1675326],[-769439,1677528],[-769297,1678095],[-771002,1677002],[-770790,1677215],[-769182,1682075],[-768741,1682192],[-770239,1677775],[-770185,1677971],[-769927,1678059],[-769794,1678161],[-768987,1693310],[-769311,1693269],[-769657,1693301],[-769991,1693095],[-770136,1693218],[-768634,1694977],[-768607,1694869],[-768106,1695020],[-768407,1695490],[-768551,1695805],[-769106,1695920],[-768955,1695643],[-769146,1695320],[-770626,1696969],[-770573,1696340],[-770654,1696361],[-770968,1700003],[-770461,1700348],[-770068,1699559],[-769980,1699719],[-769987,1700404],[-769970,1700344],[-769692,1700412],[-769941,1700835],[-769859,1700870],[-770519,1704553],[-770783,1704458],[-770594,1704019],[-770822,1704024],[-770947,1704299],[-776817,1703398],[-776452,1703409],[-776622,1703381],[-775902,1704142],[-776021,1703990],[-776178,1704818],[-776286,1704912],[-777036,1704717],[-776938,1704660],[-777576,1704085],[-777611,1704585],[-775426,1704738],[-775333,1704664],[-775257,1704539],[-774670,1704891],[-774852,1704478],[-775930,1708082],[-776110,1708420],[-776116,1708862],[-776038,1708569],[-774865,1709090],[-775122,1709219],[-775186,1708194],[-775255,1708307],[-775192,1708672],[-775282,1708559],[-775396,1708703],[-777125,1707738],[-777017,1707930],[-778892,1708987],[-779064,1708513],[-779047,1709758],[-779520,1709540],[-783266,1623601],[-783594,1623084],[-783344,1623022],[-783386,1622252],[-783245,1622136],[-780873,1623946],[-781435,1624326],[-783647,1625221],[-783732,1624609],[-783905,1624361],[-782584,1625433],[-781870,1625565],[-782095,1625078],[-781696,1625192],[-781609,1624320],[-780926,1623916],[-781273,1624203],[-782301,1651339],[-783131,1658258],[-783445,1662078],[-782761,1658712],[-785838,1657362],[-783188,1658607],[-782368,1662752],[-782638,1662399],[-785292,1655470],[-785434,1655303],[-783318,1657920],[-785055,1655841],[-783292,1657996],[-785506,1656086],[-782871,1662411],[-785650,1655451],[-781258,1653251],[-784994,1657664],[-785546,1657352],[-785313,1657316],[-784584,1661090],[-785350,1657520],[-784789,1661316],[-785235,1660507],[-785348,1659855],[-785443,1660068],[-783478,1657749],[-783614,1657699],[-785598,1656836],[-784630,1657882],[-783295,1658575],[-784088,1658469],[-784861,1658009],[-785642,1660121],[-784659,1657665],[-781269,1653737],[-784375,1658485],[-785402,1661066],[-785442,1660794],[-783189,1662748],[-782877,1662032],[-784918,1660802],[-782045,1651897],[-781989,1651962],[-782260,1651669],[-782808,1651533],[-782810,1651827],[-783090,1652141],[-783385,1652291],[-782996,1652770],[-782937,1652830],[-783119,1652878],[-782232,1653767],[-782493,1653439],[-781730,1653461],[-782195,1711015],[-782309,1710965],[-782448,1711131],[-782263,1711377],[-781737,1711298],[-801497,1584905],[-801674,1582722],[-800095,1582744],[-800154,1583661],[-804772,1582477],[-805261,1580074],[-802545,1582508],[-799524,1583750],[-800495,1582541],[-803740,1584802],[-803838,1585568],[-800405,1587113],[-800634,1585892],[-802160,1583589],[-801875,1582880],[-798694,1582987],[-800988,1585168],[-804064,1583203],[-806394,1580526],[-802206,1582756],[-800533,1583489],[-800480,1582234],[-803847,1584443],[-802445,1584373],[-801870,1586822],[-799945,1586862],[-809528,1580845],[-811229,1578008],[-808342,1576548],[-810909,1575564],[-811404,1576332],[-810933,1577830],[-808991,1579192],[-808267,1579420],[-808752,1578488],[-809411,1577977],[-809109,1578656],[-810533,1576102],[-811500,1576926],[-811886,1576529],[-814075,1576086],[-809874,1578318],[-808696,1579187],[-818527,1613597],[-818146,1613408],[-818755,1613661],[-823225,1574470],[-823669,1574422],[-824202,1574542],[-824938,1574553],[-824100,1585640],[-823329,1584092],[-823655,1584698],[-822510,1583639],[-823569,1584047],[-822272,1583650],[-822521,1583801],[-823612,1584951],[-824882,1575028],[-822376,1577658],[-822481,1579590],[-822745,1575349],[-822554,1583581],[-822605,1584348],[-823498,1584223],[-824488,1574921],[-824932,1575023],[-824701,1574684],[-824414,1574759],[-823393,1577017],[-823128,1576836],[-822252,1578492],[-823329,1574751],[-822262,1580494],[-823039,1576480],[-823863,1577379],[-823821,1577152],[-823423,1584737],[-823588,1585057],[-824357,1583701],[-824390,1583762],[-824535,1584703],[-824434,1584542],[-824438,1583937],[-823868,1584718],[-824100,1584715],[-823005,1580357],[-822891,1580720],[-823029,1581279],[-823165,1581384],[-823693,1581427],[-823342,1581413],[-823925,1580789],[-823811,1580622],[-823712,1579656],[-823654,1579820],[-823935,1576939],[-824292,1577086],[-823026,1576098],[-823811,1575275],[-829175,1591095],[-831872,1591474],[-831815,1591420],[-828887,1591013],[-829064,1590909],[-829121,1590774],[-829136,1590430],[-829629,1590308],[-829852,1590113],[-830091,1590490],[-830080,1590213],[-830613,1590239],[-830676,1590467],[-825241,1588682],[-825305,1588642],[-825015,1588027],[-825248,1588034],[-825375,1587630],[-825845,1588086],[-825873,1588595],[-825854,1588583],[-825885,1588014],[-826374,1588419],[-822380,1617034],[-823821,1618527],[-820450,1617167],[-819232,1614065],[-820387,1615831],[-819218,1616195],[-819388,1616904],[-822979,1617629],[-842049,1594266],[-841607,1593615],[-843199,1594584],[-832307,1590958],[-843885,1592549],[-844035,1592433],[-844239,1592490],[-844502,1592478],[-842978,1594298],[-842848,1594619],[-842877,1594590],[-842587,1594807],[-842494,1594439],[-841938,1594613],[-843097,1595102],[-855818,1546225],[-855763,1546415],[-854327,1593533],[-854464,1593935],[-853997,1593842],[-855981,1595403],[-855766,1595163],[-856289,1595196],[-855831,1593815],[-855709,1594203],[-855374,1594354],[-856202,1593900],[-856057,1594324],[-856801,1595120],[-857154,1594860],[-856603,1594526],[-856658,1594942],[-855607,1592999],[-855647,1592918],[-855176,1592129],[-855199,1591875],[-853825,1593627],[-853923,1593875],[-853981,1593756],[-854368,1593380],[-853937,1593001],[-853737,1593360],[-853270,1592965],[-852821,1593342],[-851967,1592938],[-852159,1593039],[-852042,1592494],[-852061,1592535],[-852444,1592852],[-852598,1592559],[-852281,1592472],[-852197,1591901],[-852425,1592197],[-852592,1591608],[-852491,1591802],[-852016,1591420],[-852451,1591389],[-845737,1592648],[-854257,1612043],[-855142,1611191],[-854679,1609963],[-855083,1611324],[-853904,1611963],[-853230,1611671],[-853517,1612099],[-855610,1612120],[-854885,1611574],[-855253,1611068],[-855034,1611752],[-853645,1612154],[-854816,1610283],[-854341,1610629],[-854624,1611835],[-854431,1611782],[-853921,1609770],[-854378,1612253],[-855150,1611965],[-855269,1610197],[-853890,1612206],[-853359,1611903],[-854318,1610286],[-863447,1535569],[-861633,1537260],[-864569,1538612],[-860114,1546094],[-864773,1539168],[-860825,1546009],[-867560,1574140],[-865508,1573306],[-865449,1573865],[-866721,1573197],[-867776,1573268],[-867216,1574039],[-866508,1573297],[-866734,1573503],[-866317,1573468],[-866554,1573528],[-866574,1581211],[-866833,1580931],[-866168,1580853],[-866260,1580701],[-865823,1580149],[-865919,1580187],[-865414,1580831],[-865249,1580574],[-860696,1587311],[-861313,1586821],[-861363,1587085],[-862326,1587316],[-862411,1587088],[-859983,1591815],[-860055,1592367],[-859886,1592050],[-862127,1588710],[-862640,1588456],[-862538,1588550],[-862301,1588611],[-862631,1587929],[-862553,1587714],[-862198,1587648],[-861027,1587638],[-860660,1587498],[-862859,1606421],[-862930,1606881],[-862835,1606196],[-870166,1612515],[-870385,1612623],[-863453,1605103],[-862857,1604697],[-862663,1605523],[-863498,1605129],[-863066,1605501],[-862944,1602901],[-863875,1602902],[-862965,1602996],[-863953,1602238],[-863578,1602312],[-861803,1601153],[-862363,1602019],[-861569,1601390],[-863047,1600833],[-862433,1601766],[-863974,1605345],[-863332,1605705],[-863248,1605802],[-862996,1605712],[-863128,1606264],[-864052,1606958],[-862705,1611869],[-863114,1611580],[-863870,1610758],[-863476,1611762],[-863554,1611076],[-863220,1610125],[-863086,1610440],[-863061,1609805],[-863666,1609734],[-864105,1609173],[-870095,1612643],[-863651,1604915],[-862813,1605987],[-863172,1604662],[-863549,1605721],[-863751,1604842],[-863430,1602072],[-863510,1601852],[-862932,1602699],[-863356,1602118],[-862735,1601962],[-862713,1601426],[-862167,1602111],[-862023,1600844],[-861578,1601024],[-862755,1601808],[-863778,1605833],[-863493,1606286],[-862762,1606868],[-863540,1606701],[-863799,1606567],[-863907,1607310],[-863874,1607229],[-863782,1611431],[-862467,1611913],[-863572,1611999],[-863525,1611752],[-863569,1611435],[-863720,1610198],[-863149,1609887],[-863973,1609361],[-863792,1610243],[-869308,1618680],[-868286,1617926],[-868265,1617745],[-868672,1619143],[-867929,1618317],[-870127,1615221],[-870257,1615080],[-869699,1614316],[-866579,1620563],[-866467,1620481],[-867002,1619312],[-867166,1619853],[-865793,1619521],[-868027,1618952],[-868864,1619028],[-868744,1617885],[-868019,1617798],[-868546,1618090],[-870035,1614945],[-869763,1615214],[-866386,1619717],[-866906,1619983],[-865904,1620517],[-866494,1619580],[-867005,1619657],[-859040,1664068],[-859944,1665097],[-859101,1663849],[-859184,1663816],[-861656,1665335],[-862372,1665052],[-862316,1665380],[-861716,1665822],[-862229,1665774],[-863688,1665627],[-862873,1665982],[-863229,1667274],[-862796,1667024],[-862963,1667436],[-859464,1664259],[-858079,1664068],[-859418,1664933],[-861928,1665489],[-862094,1665378],[-862776,1665712],[-863248,1665762],[-863042,1665989],[-863330,1667768],[-863542,1665838],[-859387,1664886],[-857509,1663946],[-858210,1664491],[-857836,1664172],[-878375,1464277],[-877971,1464546],[-878886,1464461],[-878008,1464398],[-877938,1464339],[-878676,1463400],[-878370,1463300],[-878932,1462583],[-879424,1463303],[-878178,1463569],[-878490,1464481],[-878175,1464371],[-878168,1464775],[-878588,1464806],[-877983,1464906],[-879240,1463886],[-879203,1463523],[-878987,1463181],[-879568,1463535],[-879500,1463427],[-882887,1475536],[-881945,1476519],[-879651,1475984],[-880795,1476701],[-879377,1475808],[-877416,1474519],[-878048,1475340],[-877877,1474505],[-877505,1474511],[-877419,1474572],[-882379,1476499],[-882407,1476328],[-883149,1475893],[-882668,1476178],[-880361,1475996],[-880246,1476297],[-879230,1476204],[-880653,1476962],[-879637,1476176],[-877274,1474492],[-878190,1474471],[-877220,1474614],[-876994,1473857],[-878310,1475114],[-878708,1489646],[-878722,1490427],[-878577,1489911],[-880599,1487264],[-880878,1486464],[-880734,1486744],[-881063,1487375],[-880838,1487271],[-878585,1489757],[-880506,1487044],[-880642,1486550],[-880622,1487258],[-880388,1487376],[-880907,1486936],[-882259,1485914],[-883039,1485270],[-882916,1485972],[-882346,1485679],[-882868,1486153],[-882107,1485791],[-882571,1485654],[-882861,1486076],[-882518,1485268],[-882728,1485823],[-871547,1612759],[-870466,1612686],[-871115,1611863],[-871297,1612115],[-870414,1612387],[-870715,1612913],[-871018,1615340],[-870704,1615260],[-871187,1613291],[-871531,1624204],[-871629,1623193],[-871746,1623085],[-872334,1623309],[-871659,1624088],[-873045,1622078],[-872624,1621333],[-873108,1621346],[-873292,1622338],[-872553,1621746],[-870731,1613797],[-870110,1614374],[-871491,1613320],[-872933,1623550],[-871740,1624074],[-871417,1622870],[-871668,1624081],[-872682,1624118],[-872975,1621992],[-872662,1622669],[-872938,1621642],[-872606,1622021],[-873422,1621816],[-874585,1633184],[-874711,1633175],[-875693,1633552],[-874326,1632680],[-874343,1632271],[-874426,1632566],[-72820,140164],[-74155,140817],[-72593,139240],[-71855,139387],[-74834,140942],[-73419,138938],[-71144,138934],[-71385,138630],[-72678,140363],[-70294,138252],[-70243,138158],[-70738,139223],[-71005,138791],[-72542,140037],[-72879,140985],[-75068,139776],[-72484,139307],[-71847,138393],[-74431,138616],[-74694,140389],[-71533,139228],[-75324,139756],[-74576,138267],[-71635,139989],[-74255,140759],[-71578,139901],[-70725,139856],[-71647,139775],[-71772,138337],[-72390,138288],[-72258,140595],[-71623,138153],[-70789,139048],[-70668,139166],[-70145,139088],[-71448,140210],[-71854,138228],[-72046,139570],[-72095,138302],[-71438,139783],[-71482,139117],[-72100,141961],[-75050,141268],[-72572,141706],[-73046,141858],[-74970,141108],[-72715,170310],[-72452,171224],[-72226,174794],[-74073,173829],[-71473,174246],[-72497,172152],[-72039,173073],[-72245,174823],[-74128,173694],[-73283,174617],[-73979,173740],[-72205,173611],[-73259,173510],[-73300,171954],[-72418,172072],[-64636,252332],[-64014,252785],[-65385,252324],[-65660,251762],[-65580,251684],[-64217,252512],[-64415,252092],[-65006,252382],[-65352,253247],[-65695,252340],[-64621,252178],[-72391,328472],[-71455,327336],[-72161,329631],[-71644,329659],[-72425,329685],[-72901,327445],[-72345,327190],[-72050,327676],[-72094,327255],[-71506,328568],[-72139,328201],[-72564,328223],[-71869,328097],[-891585,1440292],[-891716,1440273],[-891129,1440910],[-891048,1440924],[-891512,1441398],[-893046,1442390],[-892529,1442955],[-892101,1442471],[-893079,1441834],[-893238,1442092],[-895179,1443766],[-895538,1442750],[-893263,1440593],[-893370,1439743],[-894670,1439735],[-893379,1440340],[-893667,1440187],[-891366,1440466],[-891250,1440890],[-890666,1440201],[-890992,1441326],[-890725,1440646],[-892241,1442937],[-893289,1441636],[-892800,1442088],[-893191,1442642],[-893253,1441569],[-895659,1444270],[-895682,1443564],[-895343,1443035],[-895572,1442708],[-894431,1439503],[-893668,1440361],[-893364,1440720],[-893347,1440778],[-893622,1440175],[-886115,1480409],[-885399,1479627],[-885152,1477726],[-884821,1478041],[-885024,1477561],[-885665,1477576],[-886281,1478181],[-883334,1476318],[-883388,1475409],[-883383,1475782],[-886649,1481788],[-886398,1481689],[-886627,1482464],[-886101,1481631],[-886630,1482092],[-885422,1480175],[-885795,1480577],[-885438,1479638],[-885031,1477534],[-885524,1477760],[-886023,1478248],[-885362,1478107],[-885422,1476978],[-883282,1476401],[-886367,1482009],[-886779,1481762],[-886807,1482311],[-886323,1481961],[-887014,1482260],[-883677,1486972],[-883687,1486614],[-883933,1486869],[-883340,1486419],[-883596,1487071],[-888263,1491654],[-888432,1492095],[-883337,1486678],[-884142,1486287],[-883350,1486263],[-883603,1486684],[-883286,1486665],[-887578,1491831],[-887878,1492070],[-888077,1491909],[-891209,1518241],[-890635,1518208],[-892088,1525753],[-891984,1525960],[-893264,1523436],[-891620,1526832],[-890192,1524700],[-891046,1524624],[-891567,1524243],[-892074,1526793],[-894207,1525669],[-891661,1526469],[-892018,1526736],[-887950,1571877],[-887832,1571591],[-887745,1571330],[-887838,1571111],[-887637,1571147],[-883961,1590930],[-883730,1590870],[-883729,1591082],[-892118,1599302],[-892405,1599158],[-883687,1590751],[-884304,1590972],[-884236,1591091],[-896791,1440728],[-896612,1440444],[-897590,1440070],[-896178,1440631],[-896264,1440208],[-896091,1443208],[-896552,1443168],[-896142,1444176],[-905643,1444881],[-905782,1445764],[-905727,1445877],[-906032,1445259],[-905646,1445021],[-905377,1443253],[-905470,1444165],[-897509,1439500],[-896504,1439810],[-897282,1440514],[-896558,1440157],[-896618,1440224],[-896011,1443717],[-905774,1444866],[-906326,1444790],[-906422,1445995],[-906340,1445170],[-905496,1445369],[-905763,1444635],[-904351,1443756],[-905312,1443120],[-905642,1443841],[-906573,1561493],[-906851,1561507],[-906237,1561684],[-906884,1561946],[-904988,1563480],[-905128,1561846],[-906651,1563005],[-904876,1562336],[-906609,1563603],[-905402,1562009],[-906418,1563158],[-904986,1563004],[-905367,1562048],[-906512,1562039],[-905648,1563888],[-904785,1561936],[-904672,1562508],[-905949,1562797],[-904679,1562600],[-906621,1563248],[-906354,1562270],[-905189,1563600],[-906304,1561910],[-904182,1582418],[-904446,1582482],[-901995,1580316],[-902092,1581415],[-901696,1581112],[-903535,1582334],[-900377,1580415],[-901917,1580881],[-901869,1582775],[-902770,1581723],[-901332,1581602],[-903537,1580234],[-901348,1583854],[-899978,1581730],[-900852,1581717],[-903002,1582768],[-902153,1581668],[-903259,1582796],[-901151,1580340],[-900481,1581457],[-900295,1583667],[-899802,1581845],[-902878,1581443],[-902499,1581850],[-901248,1583796],[-905548,1596633],[-905405,1597016],[-905670,1597193],[-903327,1591328],[-905461,1597317],[-905021,1598115],[-905024,1597916],[-905119,1597788],[-905203,1597631],[-906651,1603157],[-906748,1603324],[-907527,1602605],[-906533,1602368],[-906506,1601900],[-906926,1602482],[-906467,1602012],[-907832,1602329],[-906926,1603015],[-906976,1602927],[-906681,1601834],[-906715,1601874],[-919720,1407413],[-920413,1407436],[-919530,1407256],[-920327,1407617],[-920192,1407248],[-920216,1407265],[-919681,1407075],[-920271,1407948],[-919889,1407482],[-920018,1407616],[-920634,1409367],[-921098,1409614],[-921400,1408838],[-920991,1409182],[-921243,1409534],[-919915,1417709],[-920934,1408816],[-921244,1408760],[-920523,1408793],[-920871,1409309],[-920777,1408825],[-921403,1417721],[-918364,1426653],[-916894,1426204],[-921264,1430956],[-915475,1433502],[-918652,1425663],[-916808,1426322],[-913636,1435890],[-918055,1440997],[-919640,1444108],[-915887,1434430],[-913143,1435597],[-916646,1442181],[-921449,1444261],[-921189,1561071],[-914089,1574047],[-913781,1573977],[-914201,1574166],[-914422,1574478],[-915081,1574381],[-915025,1574438],[-915333,1574320],[-916028,1574530],[-916692,1574577],[-919785,1564740],[-919364,1564884],[-919807,1564841],[-919310,1563599],[-918795,1563826],[-919170,1564995],[-919248,1564679],[-920561,1563741],[-918435,1563326],[-920772,1563050],[-919267,1562642],[-918326,1563917],[-919993,1564617],[-920832,1565024],[-918602,1564197],[-920245,1563685],[-918951,1562964],[-919314,1562605],[-918980,1564062],[-919603,1564686],[-920534,1562662],[-920770,1563896],[-919010,1563410],[-910729,1576276],[-915427,1574643],[-916826,1574939],[-910812,1576656],[-915742,1574903],[-915735,1574810],[-910997,1576413],[-910847,1576388],[-916639,1575033],[-916968,1574707],[-916360,1574805],[-914088,1601601],[-914017,1602010],[-914318,1602311],[-914332,1602454],[-922351,1404887],[-922592,1405229],[-923024,1404862],[-922907,1405978],[-921831,1405529],[-926101,1406811],[-925119,1405991],[-926256,1407247],[-926187,1406383],[-926517,1406211],[-925052,1405559],[-924466,1406599],[-925413,1405588],[-924423,1405353],[-922976,1405160],[-922578,1406005],[-923019,1405590],[-922735,1405048],[-923131,1404885],[-926174,1406955],[-925272,1407384],[-925455,1405936],[-925076,1407166],[-926286,1406740],[-925030,1406403],[-925313,1406584],[-924877,1406125],[-924939,1405769],[-925386,1405684],[-923084,1408472],[-923958,1409621],[-922991,1408834],[-923709,1408228],[-922962,1408473],[-931608,1416654],[-930394,1416024],[-930556,1420827],[-923758,1408793],[-923129,1409164],[-922925,1408930],[-924196,1409068],[-923303,1409042],[-930701,1416816],[-931338,1416403],[-934378,1430222],[-930902,1421298],[-921753,1429109],[-923941,1433392],[-932209,1443702],[-933189,1444448],[-933142,1445161],[-933650,1445128],[-933018,1445400],[-932670,1444667],[-932191,1444574],[-933359,1445094],[-932387,1444327],[-922893,1434804],[-933593,1541770],[-930434,1545832],[-922638,1560075],[-922895,1560326],[-923492,1560278],[-923108,1559833],[-921845,1560237],[-922495,1560168],[-922675,1560533],[-921835,1561289],[-921733,1561044],[-922531,1560725],[-922565,1561368],[-923564,1559952],[-927837,1587053],[-929245,1586988],[-929178,1586979],[-927286,1587363],[-932872,1589513],[-932761,1589367],[-932891,1588948],[-932517,1588381],[-932686,1588677],[-927477,1587862],[-927259,1587933],[-927410,1588523],[-926590,1588767],[-926678,1588529],[-930216,1601841],[-930322,1601597],[-929815,1601476],[-930113,1601620],[-930084,1601009],[-929721,1601569],[-922302,1601293],[-922128,1601840],[-922514,1601443],[-922525,1601016],[-922208,1600573],[-921953,1601227],[-922001,1601127],[-945387,1382436],[-945674,1381731],[-945592,1381649],[-945458,1382340],[-945625,1381932],[-945493,1382383],[-945280,1382018],[-945290,1381745],[-942705,1380144],[-942726,1380153],[-942394,1380430],[-942423,1379820],[-942536,1380288],[-939794,1378959],[-939221,1378374],[-939592,1378872],[-939539,1378869],[-939446,1378492],[-940512,1380856],[-940127,1380615],[-940186,1380072],[-940298,1380116],[-939953,1380835],[-941727,1379917],[-943878,1380858],[-945066,1382073],[-945127,1382037],[-942707,1380156],[-942508,1379766],[-942731,1379879],[-942529,1380136],[-942744,1380544],[-939384,1378803],[-939244,1378342],[-939880,1378709],[-940072,1379151],[-939134,1378448],[-940584,1380745],[-939932,1380074],[-940347,1380505],[-940038,1380700],[-940150,1379982],[-943620,1380954],[-943674,1381343],[-943470,1380515],[-939288,1379489],[-944688,1383158],[-945192,1383541],[-946005,1382318],[-945244,1382721],[-945863,1382052],[-945321,1385665],[-942530,1388532],[-940175,1386205],[-941533,1387858],[-943192,1388276],[-943083,1387673],[-943393,1387907],[-943447,1387372],[-943775,1387931],[-939922,1385394],[-942748,1386110],[-941511,1386427],[-938586,1385669],[-942924,1385526],[-942721,1388618],[-942268,1388329],[-943485,1387875],[-942956,1388333],[-943311,1387995],[-943394,1387365],[-943089,1388231],[-939967,1385918],[-942429,1386066],[-941432,1386969],[-942648,1385582],[-941968,1386807],[-938779,1385494],[-944566,1404486],[-943710,1406218],[-937682,1417496],[-940075,1409202],[-936723,1417237],[-938901,1409125],[-939300,1425257],[-935018,1429429],[-939361,1424731],[-945119,1494778],[-946147,1494917],[-944570,1493454],[-946053,1492411],[-945940,1492735],[-946430,1492554],[-946197,1492452],[-943782,1492944],[-946248,1494930],[-946180,1494412],[-945364,1495019],[-943806,1493604],[-945972,1490994],[-945566,1491435],[-945209,1494216],[-946366,1492615],[-946129,1492967],[-946995,1493237],[-943981,1492816],[-944069,1492323],[-943656,1493212],[-944125,1492793],[-944421,1492642],[-943988,1493038],[-943606,1492147],[-944246,1492359],[-944103,1491694],[-943826,1492134],[-943177,1491357],[-943086,1491955],[-943384,1491606],[-942992,1491762],[-944104,1493543],[-945620,1499642],[-945246,1499726],[-944960,1500204],[-945547,1500257],[-944569,1500093],[-944646,1499781],[-944371,1500461],[-944732,1499799],[-944700,1500121],[-944639,1500254],[-944936,1499596],[-945309,1498907],[-945213,1499941],[-945156,1499647],[-945622,1500010],[-945068,1499769],[-945867,1499068],[-946042,1499371],[-946904,1501247],[-946593,1501403],[-946854,1500771],[-946422,1500743],[-946880,1500721],[-947025,1500886],[-947085,1500955],[-944337,1502680],[-946161,1502539],[-945909,1503558],[-946045,1503361],[-945200,1503440],[-945344,1502730],[-945340,1502441],[-937965,1516388],[-938262,1514901],[-940095,1515037],[-938259,1516091],[-939797,1515476],[-940286,1517368],[-938764,1516042],[-939516,1516051],[-940022,1516930],[-938078,1516441],[-940251,1515728],[-940217,1515645],[-938484,1514981],[-938119,1515003],[-938803,1516328],[-939579,1515489],[-940143,1514992],[-938743,1515734],[-937815,1517335],[-938209,1517438],[-938592,1517001],[-938772,1517092],[-938673,1515231],[-937619,1587188],[-937781,1587044],[-935864,1586299],[-937656,1585846],[-935773,1585908],[-935954,1586243],[-937596,1586962],[-936687,1585188],[-937318,1584900],[-938127,1587668],[-938269,1587736],[-937312,1587499],[-936045,1600922],[-936086,1600880],[-935498,1600937],[-935559,1601076],[-949017,1406873],[-949745,1404493],[-957270,1415448],[-951972,1409140],[-956153,1409326],[-958004,1412380],[-957237,1413422],[-951676,1408927],[-957374,1408828],[-956575,1411421],[-953373,1446436],[-954046,1445712],[-954547,1446186],[-954185,1445688],[-956808,1443046],[-955847,1442341],[-957010,1443153],[-956298,1443589],[-953029,1442578],[-953488,1442306],[-953104,1441937],[-953019,1442552],[-953441,1442651],[-949062,1445306],[-948682,1445084],[-949314,1445400],[-949916,1446088],[-951027,1445223],[-950829,1446121],[-950289,1445883],[-951471,1445267],[-951468,1445333],[-954304,1445892],[-953460,1446175],[-954646,1446595],[-953499,1446134],[-955712,1442941],[-956617,1442570],[-955851,1442884],[-953763,1442451],[-952976,1442657],[-952898,1442502],[-953714,1442250],[-953696,1442852],[-950169,1446384],[-948628,1445832],[-951014,1445907],[-950007,1446176],[-950133,1445116],[-950494,1445125],[-950278,1445324],[-954187,1446703],[-953964,1446952],[-952140,1483547],[-953164,1484268],[-952453,1484002],[-952558,1484572],[-952547,1483905],[-952904,1484501],[-952523,1484012],[-952326,1484264],[-952406,1483648],[-951782,1483675],[-952176,1484271],[-952012,1484589],[-952041,1484903],[-953110,1484088],[-953477,1484306],[-952603,1484169],[-952027,1484266],[-951282,1484484],[-954753,1478167],[-953859,1483870],[-954467,1478341],[-953030,1484239],[-951532,1484574],[-951154,1484593],[-952772,1484231],[-951889,1484516],[-951421,1484451],[-952883,1484262],[-951916,1484376],[-951450,1484995],[-953950,1482858],[-953447,1483279],[-953929,1482775],[-953825,1483084],[-954321,1482904],[-953958,1482466],[-953827,1482682],[-953823,1481975],[-955183,1481632],[-955366,1481739],[-955078,1481802],[-955151,1481759],[-955670,1481958],[-955569,1481382],[-955617,1481597],[-954936,1481489],[-955480,1481242],[-955152,1481357],[-955656,1481138],[-955839,1481870],[-955277,1482117],[-955949,1481964],[-956219,1481591],[-956174,1481418],[-952470,1482572],[-952203,1482427],[-952751,1482946],[-952096,1482702],[-948951,1491133],[-949280,1491364],[-954846,1489581],[-954475,1489606],[-954624,1489886],[-955447,1488982],[-953441,1489033],[-953495,1489249],[-953464,1489681],[-953321,1489247],[-952963,1488910],[-947693,1491915],[-947806,1491723],[-952896,1489092],[-947894,1492759],[-947565,1491969],[-947231,1493143],[-951079,1492993],[-947286,1492657],[-952380,1492289],[-951438,1492686],[-947458,1493233],[-952108,1492928],[-947359,1492997],[-947334,1492714],[-951997,1492578],[-951560,1493182],[-951726,1493034],[-951386,1492746],[-951589,1492343],[-949698,1489867],[-949158,1489742],[-952282,1492916],[-949134,1489553],[-951290,1492190],[-952047,1493134],[-950043,1489701],[-956629,1497791],[-956825,1496905],[-957345,1496421],[-957458,1496591],[-957392,1496427],[-956624,1496147],[-956674,1496206],[-959022,1497021],[-959230,1496425],[-959266,1496935],[-958472,1496669],[-952846,1485301],[-952587,1485095],[-952834,1485261],[-952657,1485133],[-951735,1485232],[-951273,1485004],[-949831,1488867],[-949569,1488971],[-950127,1489072],[-949743,1488496],[-949400,1488228],[-949338,1488242],[-949788,1489980],[-949870,1489785],[-953873,1503269],[-947715,1499995],[-947353,1500352],[-953518,1503966],[-953630,1504071],[-947974,1500138],[-958458,1509877],[-947268,1500694],[-950989,1502878],[-950921,1502994],[-952394,1500175],[-957651,1501065],[-959196,1498087],[-947438,1499899],[-957355,1502649],[-959170,1502161],[-959326,1510197],[-958641,1509846],[-958882,1510323],[-959119,1509915],[-958671,1510062],[-959305,1509853],[-959112,1509939],[-959058,1510281],[-959281,1510193],[-958848,1510425],[-959219,1509715],[-959246,1510042],[-955195,1506574],[-954247,1505377],[-954531,1505296],[-954577,1510134],[-954675,1510302],[-955119,1510240],[-954878,1509940],[-955417,1510340],[-955274,1510467],[-954225,1508820],[-953855,1508593],[-953651,1508728],[-953339,1508435],[-953543,1508390],[-953446,1508449],[-953192,1508470],[-953725,1509288],[-953775,1508579],[-953101,1508589],[-953532,1508699],[-953721,1509227],[-953193,1508858],[-952895,1508717],[-953141,1508628],[-952882,1508943],[-952830,1508961],[-953374,1507178],[-953512,1507247],[-953610,1507364],[-953677,1506914],[-954541,1507212],[-953754,1506772],[-953564,1506760],[-954501,1506907],[-954014,1506445],[-953751,1506923],[-953884,1506528],[-953633,1506597],[-953750,1506139],[-953816,1506144],[-953280,1506838],[-953565,1506909],[-953136,1507294],[-953673,1506968],[-953597,1506895],[-953841,1506893],[-953370,1506462],[-953683,1506431],[-953297,1506354],[-953469,1506241],[-954267,1506869],[-959158,1510488],[-959409,1510298],[-959064,1510500],[-959027,1510503],[-959242,1510243],[-959268,1509983],[-959112,1510271],[-958990,1510338],[-958818,1510360],[-957257,1507290],[-956990,1509959],[-956603,1510260],[-957036,1510262],[-956551,1509898],[-956692,1509876],[-956663,1509751],[-956301,1509723],[-956347,1509683],[-956154,1509943],[-956644,1509939],[-956406,1509532],[-956491,1509554],[-956999,1509911],[-956369,1509229],[-956575,1509047],[-956345,1508753],[-956831,1508888],[-956904,1509953],[-956501,1509192],[-956454,1509144],[-956340,1508627],[-956449,1508577],[-956800,1508502],[-956841,1508448],[-956456,1508766],[-956521,1508456],[-956401,1508528],[-956754,1508542],[-956477,1508426],[-956710,1507723],[-956884,1508084],[-957793,1509801],[-957390,1510086],[-957791,1509453],[-957751,1509895],[-957352,1509963],[-957326,1509696],[-956973,1510300],[-957246,1510264],[-959453,1501343],[-959668,1501378],[-959353,1501183],[-959331,1501370],[-959071,1501293],[-959226,1501269],[-958443,1501568],[-958847,1501682],[-959183,1501378],[-959281,1501177],[-953329,1500309],[-953469,1500347],[-953331,1499929],[-953111,1499808],[-953537,1500325],[-953587,1500478],[-952924,1500266],[-953554,1500607],[-947357,1500153],[-953802,1501871],[-954400,1502050],[-954178,1501819],[-954387,1501675],[-947436,1500884],[-953942,1500928],[-953886,1500736],[-947304,1501182],[-955198,1501965],[-955146,1501988],[-947507,1500947],[-955278,1501657],[-953278,1503909],[-951290,1503045],[-951773,1503663],[-950867,1501859],[-956300,1498577],[-957023,1498253],[-956320,1498647],[-956262,1498662],[-956038,1498941],[-956067,1498476],[-955933,1498770],[-956900,1497969],[-956582,1497920],[-956970,1497849],[-956519,1498316],[-958601,1499694],[-958104,1500219],[-958217,1499267],[-958184,1499703],[-958538,1498790],[-957707,1498842],[-957960,1499135],[-958485,1499369],[-958473,1500350],[-958872,1500266],[-958515,1500761],[-958880,1500794],[-958851,1500784],[-958364,1500922],[-958697,1501223],[-958334,1501193],[-958745,1501078],[-959018,1501354],[-958976,1500331],[-959110,1499998],[-959016,1499991],[-959524,1500229],[-959715,1500398],[-959413,1499833],[-959570,1500307],[-959728,1500078],[-959027,1498738],[-958371,1498724],[-958848,1498636],[-958862,1498698],[-958565,1498256],[-957550,1501496],[-956996,1502706],[-958688,1502199],[-959074,1502100],[-957675,1501731],[-957186,1501945],[-955066,1501455],[-955139,1501314],[-958796,1509792],[-950627,1502382],[-952831,1503838],[-956365,1502507],[-959681,1506500],[-959662,1506528],[-958612,1507106],[-958626,1506857],[-956209,1502422],[-959804,1504149],[-958897,1504150],[-957260,1503188],[-958826,1504161],[-952072,1503476],[-952326,1503735],[-959217,1504324],[-956100,1502169],[-956094,1502256],[-952248,1503409],[-952046,1503687],[-958408,1505897],[-959040,1507537],[-952757,1503664],[-957862,1507130],[-957737,1507251],[-957997,1506603],[-957748,1506589],[-958164,1506893],[-957945,1506801],[-958096,1506464],[-958047,1506415],[-957759,1506360],[-957563,1506305],[-957464,1506532],[-957782,1506457],[-957846,1506819],[-957875,1506613],[-957793,1506620],[-957331,1506611],[-957651,1506165],[-957544,1506491],[-957579,1506213],[-957596,1506294],[-957146,1506837],[-957383,1507138],[-957736,1507143],[-957712,1507491],[-957407,1507033],[-957741,1507302],[-957442,1507130],[-957855,1507305],[-957475,1507186],[-957697,1507593],[-957497,1507098],[-957885,1503827],[-957925,1504124],[-959896,1504452],[-959672,1504460],[-952638,1503845],[-952428,1503984],[-953424,1500609],[-952821,1500543],[-952717,1500332],[-952662,1500458],[-952894,1500945],[-953442,1501134],[-953107,1500827],[-953806,1501177],[-953653,1501088],[-952842,1500701],[-952729,1500623],[-953822,1501032],[-953773,1500936],[-955481,1502180],[-958514,1504525],[-958609,1504415],[-955656,1505061],[-955737,1504954],[-955911,1505027],[-955911,1504977],[-955930,1505029],[-955820,1504973],[-956085,1504948],[-956146,1504930],[-956425,1505437],[-956432,1505468],[-956371,1505387],[-956231,1505516],[-955827,1504591],[-955819,1504567],[-959819,1505748],[-958180,1505848],[-959103,1507205],[-959785,1512343],[-959576,1510689],[-958882,1510749],[-959096,1510689],[-959492,1510699],[-959217,1510660],[-959440,1510701],[-959999,1511835],[-959760,1512120],[-959956,1512476],[-959822,1511640],[-959614,1511487],[-959760,1510896],[-959937,1511221],[-959756,1511315],[-959942,1511563],[-959957,1511799],[-959395,1510766],[-959179,1510707],[-950278,1600392],[-948844,1601231],[-949277,1600707],[-948949,1601326],[-948753,1601639],[-950270,1600760],[-949715,1602148],[-949127,1601274],[-949472,1602201],[-949663,1602341],[-949230,1602121],[-949218,1600525],[-949826,1600429],[-949528,1600505],[-970390,1407715],[-967460,1404693],[-964670,1405218],[-963284,1407108],[-969197,1406487],[-966617,1404627],[-966417,1405316],[-962370,1406321],[-968615,1418844],[-970317,1410736],[-967577,1412517],[-970921,1418175],[-970216,1411182],[-967115,1413136],[-968963,1457119],[-969031,1457084],[-968653,1457151],[-968230,1457206],[-966690,1456914],[-966099,1456601],[-965885,1456525],[-966492,1456909],[-966603,1457054],[-971382,1450288],[-972046,1450451],[-970962,1450705],[-971356,1450296],[-971131,1451505],[-970191,1451402],[-969792,1451802],[-969806,1451116],[-969617,1451585],[-969972,1451717],[-970664,1452376],[-970806,1452798],[-970872,1452029],[-970984,1452748],[-970699,1452259],[-967594,1457802],[-968304,1457903],[-968490,1458355],[-967836,1458301],[-966743,1456668],[-966442,1457140],[-966347,1456357],[-965969,1456367],[-966296,1456392],[-972043,1451149],[-972060,1450924],[-970818,1450202],[-971097,1451041],[-971199,1450564],[-969916,1451920],[-970322,1451310],[-969818,1451858],[-969814,1451103],[-969768,1451113],[-970633,1451950],[-970386,1452590],[-970349,1452755],[-970827,1452855],[-970263,1452579],[-967330,1471251],[-967354,1471510],[-967521,1471518],[-967584,1471380],[-967443,1471876],[-967615,1471514],[-967615,1459883],[-967711,1459707],[-967612,1459504],[-963215,1483710],[-963867,1483599],[-963088,1483212],[-963592,1482910],[-963672,1483064],[-963829,1483691],[-963134,1483516],[-963257,1483481],[-963536,1484013],[-962599,1483587],[-962616,1484726],[-963152,1484994],[-963560,1484994],[-963523,1484605],[-963394,1484559],[-963363,1484492],[-963849,1484577],[-963122,1484486],[-963681,1483976],[-963549,1483163],[-963761,1483408],[-964291,1485174],[-963962,1485954],[-963985,1485534],[-967546,1493687],[-967308,1493304],[-963031,1485037],[-964329,1494176],[-964379,1493787],[-964796,1494240],[-965835,1493162],[-963822,1493937],[-965556,1493019],[-965500,1493187],[-965443,1493149],[-965523,1492508],[-964732,1494657],[-965381,1492839],[-967074,1493569],[-966943,1493786],[-966804,1493935],[-966680,1493681],[-965471,1492991],[-965676,1493485],[-963582,1493763],[-972529,1491679],[-972658,1491003],[-972158,1491375],[-972570,1490135],[-963346,1485095],[-964684,1485081],[-963772,1485379],[-966162,1506296],[-963466,1504810],[-971492,1510060],[-963450,1504918],[-971613,1510507],[-971364,1509466],[-971519,1509532],[-971510,1510526],[-965142,1506054],[-965421,1506191],[-971559,1509868],[-971250,1510237],[-971250,1509876],[-971393,1509663],[-971315,1510268],[-966369,1506239],[-969086,1510462],[-971752,1499486],[-962227,1505304],[-963908,1505280],[-963984,1505410],[-961871,1505636],[-961880,1505654],[-964261,1506057],[-964172,1506218],[-963989,1505492],[-964063,1505463],[-971714,1506395],[-972332,1507557],[-971171,1507372],[-971247,1507598],[-971030,1507109],[-971825,1507237],[-971599,1506781],[-971477,1506501],[-972051,1507052],[-972134,1506990],[-971925,1508247],[-971726,1507702],[-960684,1503320],[-960736,1503346],[-960212,1503706],[-960512,1503446],[-961016,1504016],[-961331,1504378],[-961152,1504333],[-960675,1504022],[-962382,1510250],[-962601,1510266],[-962384,1510357],[-962561,1510590],[-963190,1510255],[-965736,1506181],[-965785,1506499],[-966356,1505985],[-966191,1506187],[-964685,1505939],[-964644,1505930],[-965166,1506006],[-964764,1506031],[-972697,1502309],[-972640,1502629],[-960067,1501255],[-960156,1501492],[-961169,1502178],[-960925,1501997],[-960985,1501727],[-960739,1501750],[-960801,1502311],[-961238,1502249],[-962080,1502685],[-961908,1503059],[-961953,1503084],[-961604,1503474],[-961745,1503204],[-961860,1503084],[-966275,1506402],[-961018,1502632],[-961193,1502570],[-962565,1503428],[-962484,1503188],[-966639,1506331],[-962176,1502796],[-962123,1503233],[-962094,1503288],[-962406,1502782],[-962819,1503619],[-963045,1503818],[-963210,1503903],[-963137,1503799],[-963887,1504395],[-963820,1504238],[-963666,1503634],[-963371,1503629],[-966048,1506656],[-963461,1504019],[-963848,1504036],[-965563,1506213],[-963332,1504276],[-962917,1503882],[-970450,1500817],[-971212,1499563],[-969979,1500079],[-968834,1510428],[-971337,1499723],[-972484,1499953],[-971192,1499784],[-972772,1499116],[-970483,1500614],[-972103,1499234],[-970561,1500166],[-967835,1505044],[-970493,1500006],[-968324,1504908],[-972087,1499876],[-972215,1499452],[-970228,1500064],[-967653,1505297],[-968025,1505141],[-967798,1505512],[-967857,1505191],[-967284,1505112],[-967666,1505436],[-967536,1505257],[-967859,1505265],[-970676,1505011],[-970291,1505033],[-970228,1504908],[-970117,1504670],[-970349,1504652],[-970462,1505084],[-970216,1504975],[-970117,1505070],[-970407,1504505],[-970185,1504995],[-970683,1505295],[-970920,1505553],[-970777,1505639],[-970993,1505904],[-971264,1506080],[-971314,1506073],[-970961,1505874],[-970966,1506197],[-970336,1505107],[-970302,1504664],[-970359,1504653],[-969623,1505047],[-969734,1505058],[-970199,1505037],[-969368,1504702],[-970222,1504991],[-960550,1509900],[-960235,1510393],[-960504,1510098],[-960384,1510026],[-960247,1510538],[-960052,1510230],[-960362,1510249],[-960706,1510022],[-960321,1510111],[-960542,1510162],[-960344,1509965],[-960621,1509896],[-960298,1509811],[-964170,1510463],[-964353,1510450],[-970297,1509016],[-966673,1505721],[-966525,1506554],[-971754,1510000],[-961611,1504727],[-962972,1509946],[-963701,1507965],[-960945,1504482],[-960550,1504178],[-960454,1504197],[-960948,1508077],[-968732,1509827],[-965017,1506758],[-961265,1505724],[-961259,1506244],[-961092,1506088],[-960924,1506666],[-960687,1506547],[-960715,1507106],[-960540,1507292],[-963537,1509592],[-963489,1509766],[-966220,1507434],[-966229,1507630],[-967792,1508490],[-967786,1508188],[-967927,1508369],[-968073,1508355],[-966719,1506397],[-966959,1506430],[-966288,1507058],[-966518,1506798],[-966908,1507087],[-966914,1507007],[-960421,1504015],[-961188,1503880],[-963862,1507854],[-963694,1507630],[-964081,1507801],[-963705,1507508],[-964018,1508506],[-963499,1508066],[-962231,1507521],[-962289,1507636],[-962653,1507753],[-966351,1506788],[-960323,1503982],[-960093,1504021],[-960482,1504110],[-968075,1509735],[-967555,1510367],[-967806,1509875],[-968692,1510163],[-960628,1506285],[-966360,1507959],[-965987,1507683],[-960161,1505616],[-960638,1505789],[-969117,1508865],[-968781,1508745],[-968653,1508522],[-968898,1508087],[-968546,1508312],[-969409,1508371],[-969401,1508284],[-968840,1508353],[-968440,1508132],[-969069,1508580],[-969168,1508736],[-969149,1508819],[-968969,1508875],[-969175,1508292],[-969186,1508524],[-969103,1508403],[-969024,1508207],[-969016,1508799],[-970219,1508944],[-970304,1508353],[-969893,1508448],[-966151,1507040],[-962356,1507100],[-962397,1507137],[-962384,1506948],[-962545,1507729],[-962445,1507593],[-962073,1508843],[-962108,1508644],[-962162,1508461],[-962174,1508962],[-963956,1507526],[-963854,1507681],[-963996,1508464],[-963824,1508389],[-960887,1508021],[-960720,1508485],[-961444,1507946],[-962164,1508577],[-965395,1506572],[-962715,1510692],[-962922,1510777],[-965998,1512659],[-965653,1513924],[-965823,1512618],[-966740,1513044],[-965577,1512511],[-965778,1513836],[-965448,1514020],[-966858,1513123],[-966726,1512860],[-966764,1512885],[-965653,1512587],[-966002,1512736],[-966232,1512703],[-966118,1512824],[-966385,1512883],[-965665,1514085],[-966898,1513207],[-966787,1513035],[-966978,1512881],[-967117,1512855],[-970356,1522790],[-970106,1523077],[-971776,1512193],[-971592,1512324],[-972752,1511004],[-972531,1511190],[-972431,1511745],[-972317,1511755],[-972688,1512019],[-972719,1511969],[-972565,1511939],[-972329,1511983],[-972345,1511918],[-972191,1512015],[-972121,1512217],[-972311,1512125],[-971556,1510639],[-968470,1512337],[-968361,1512203],[-970412,1513234],[-970485,1513076],[-970498,1514015],[-970534,1514315],[-971438,1511060],[-971493,1510830],[-971171,1510978],[-971146,1511089],[-969568,1512943],[-969392,1512994],[-970500,1511029],[-969432,1512621],[-969347,1512894],[-970530,1511364],[-960172,1511462],[-960451,1511396],[-960258,1511886],[-960457,1511652],[-960503,1511502],[-960345,1511432],[-960275,1511614],[-960421,1511798],[-960459,1511485],[-972050,1514553],[-971718,1514955],[-960153,1510891],[-960096,1510912],[-960008,1511344],[-961251,1511091],[-961251,1510913],[-961731,1510720],[-961767,1510909],[-961855,1511114],[-961408,1511183],[-961918,1510746],[-961886,1510830],[-962441,1511142],[-962110,1510791],[-960526,1510729],[-960572,1511041],[-962810,1511053],[-962585,1510838],[-972756,1513886],[-972429,1513358],[-972383,1514447],[-972374,1514142],[-972126,1513774],[-972132,1513162],[-971980,1513043],[-971502,1513230],[-971432,1512666],[-971603,1513171],[-971180,1513299],[-971363,1514413],[-970981,1514211],[-970690,1513816],[-970936,1514446],[-971090,1514177],[-971296,1514007],[-971393,1513367],[-972280,1513989],[-972074,1513444],[-971572,1514210],[-972194,1513287],[-972285,1514068],[-971570,1513104],[-971810,1512360],[-972263,1513074],[-971351,1512898],[-971883,1513555],[-971793,1513578],[-970596,1514577],[-970952,1514901],[-970726,1514760],[-970451,1514836],[-970832,1514360],[-970872,1514615],[-970668,1514668],[-970387,1514382],[-970765,1514679],[-970102,1515112],[-971996,1515123],[-971296,1514968],[-971937,1514496],[-971250,1514466],[-971456,1514672],[-972060,1514553],[-963757,1511043],[-964227,1510792],[-964224,1511192],[-964484,1510916],[-964216,1511000],[-964373,1511174],[-964307,1511510],[-964280,1511601],[-963477,1511228],[-964033,1510820],[-963764,1510950],[-963797,1512913],[-963582,1512830],[-963397,1513119],[-963603,1512979],[-960054,1512316],[-963196,1513155],[-960098,1512412],[-962828,1512885],[-962987,1513087],[-964442,1512440],[-964496,1512577],[-964185,1512519],[-964275,1512598],[-964309,1512527],[-964279,1512193],[-964385,1512141],[-964352,1512177],[-964506,1511993],[-964177,1512302],[-964270,1511951],[-964436,1511992],[-964355,1511979],[-964361,1512015],[-964132,1511954],[-964169,1511856],[-963353,1512381],[-963249,1512415],[-963232,1512615],[-963218,1512578],[-963079,1512380],[-963155,1512286],[-963115,1512702],[-962902,1512440],[-964817,1512831],[-964856,1512853],[-964756,1513116],[-964873,1512950],[-964869,1513236],[-964858,1513463],[-964665,1513780],[-964767,1513647],[-964568,1513718],[-964733,1513600],[-961723,1513416],[-961678,1513273],[-961541,1513204],[-961635,1513241],[-961101,1513214],[-961198,1513040],[-960998,1513129],[-961151,1513013],[-961326,1511264],[-961147,1511558],[-960050,1512312],[-960050,1512306],[-960792,1511295],[-960873,1511544],[-960047,1512355],[-966223,1513789],[-965966,1513637],[-966174,1513659],[-966051,1513899],[-965974,1514140],[-965592,1514132],[-969673,1522739],[-968621,1525514],[-968757,1524153],[-970744,1560352],[-970604,1560399],[-970533,1554455],[-970399,1554622],[-970421,1554440],[-970290,1554657],[-970283,1554738],[-970499,1554637],[-970454,1555193],[-970323,1555848],[-970359,1554990],[-969987,1555076],[-969575,1554635],[-970083,1554833],[-970081,1552889],[-969511,1553514],[-970147,1553297],[-970287,1553003],[-970292,1553896],[-969718,1554639],[-969795,1554835],[-969891,1555011],[-970383,1558399],[-969881,1558244],[-970118,1558310],[-969865,1557787],[-970221,1557439],[-970370,1557534],[-970479,1557555],[-970230,1556880],[-970553,1557229],[-970063,1557464],[-970387,1556989],[-970774,1557667],[-971085,1557766],[-970472,1557628],[-970697,1556749],[-970800,1557071],[-970807,1557062],[-969577,1557707],[-970053,1557345],[-969864,1557467],[-969596,1557375],[-970718,1559799],[-971372,1560063],[-971239,1559898],[-971067,1559892],[-971150,1559423],[-971560,1559297],[-971158,1559332],[-970518,1560053],[-970689,1560189],[-970689,1559596],[-967848,1612457],[-967797,1614202],[-968237,1614257],[-968920,1614802],[-967837,1614308],[-967794,1614482],[-968464,1614778],[-974705,1403135],[-972801,1402355],[-972891,1409708],[-974081,1409031],[-985055,1494986],[-985070,1494748],[-982764,1494565],[-982683,1494966],[-979828,1488089],[-975498,1497143],[-975567,1496497],[-976006,1496996],[-975492,1497401],[-973266,1489503],[-975657,1496768],[-975327,1497771],[-979824,1494710],[-984815,1496774],[-985024,1494701],[-975295,1497673],[-977949,1497263],[-978282,1497211],[-978983,1493826],[-979160,1494301],[-983103,1495022],[-977008,1497588],[-979714,1494951],[-976565,1497144],[-985306,1497743],[-979669,1488003],[-979907,1487901],[-979752,1488098],[-979852,1488004],[-972890,1489998],[-977265,1497194],[-976209,1497603],[-982328,1496769],[-976434,1496768],[-981714,1496661],[-981624,1496723],[-982256,1495831],[-981989,1495641],[-981754,1495577],[-982025,1495455],[-983434,1497180],[-979342,1495040],[-979299,1495295],[-980193,1488824],[-980315,1488880],[-979521,1488938],[-980186,1488763],[-980238,1488886],[-976311,1496690],[-976254,1496833],[-976361,1496819],[-976417,1496369],[-976225,1496996],[-976338,1497117],[-976270,1497193],[-976081,1497119],[-976546,1497341],[-976145,1497488],[-977040,1495949],[-976982,1496272],[-977066,1495807],[-976800,1495926],[-978651,1494769],[-978328,1494616],[-978826,1494272],[-979053,1494337],[-978775,1493987],[-978895,1494097],[-984853,1488872],[-985134,1488904],[-985407,1489126],[-984558,1489218],[-984747,1488643],[-984701,1489084],[-985131,1488614],[-985569,1489299],[-985232,1489038],[-980632,1490106],[-980857,1489847],[-980212,1489981],[-980693,1490182],[-980048,1490492],[-980276,1489950],[-979763,1489754],[-979794,1489753],[-979629,1489754],[-979607,1490625],[-980283,1491060],[-980098,1491531],[-980649,1491619],[-979743,1490786],[-980024,1491218],[-979418,1491089],[-975637,1490884],[-975880,1490963],[-975376,1491231],[-975507,1490680],[-975216,1490502],[-975469,1490780],[-975111,1490240],[-975399,1490054],[-975794,1490281],[-975570,1489806],[-976010,1489156],[-975498,1489319],[-975309,1488709],[-975804,1488526],[-975881,1489530],[-976276,1489857],[-976487,1489804],[-976454,1490071],[-975227,1487671],[-975335,1487353],[-975735,1487521],[-975637,1486874],[-975794,1487150],[-975396,1486934],[-975531,1487528],[-975283,1487275],[-975584,1487234],[-974872,1487365],[-974562,1487599],[-974667,1486629],[-974602,1487272],[-974697,1487020],[-974635,1486861],[-974621,1487669],[-975176,1488837],[-974864,1489154],[-974667,1488630],[-975147,1489148],[-974622,1489135],[-974569,1488891],[-975256,1489088],[-974320,1489189],[-974986,1490949],[-974900,1490612],[-974949,1491269],[-975008,1491128],[-974103,1490680],[-974608,1490082],[-973965,1490079],[-973948,1490006],[-973688,1490260],[-974224,1490217],[-974083,1490629],[-973746,1491252],[-973930,1490815],[-973453,1490675],[-973491,1491057],[-973096,1491050],[-973512,1490240],[-973549,1489883],[-973420,1489660],[-973922,1490212],[-972946,1490690],[-973371,1490601],[-973125,1490775],[-973010,1490895],[-973249,1491574],[-973233,1491470],[-973195,1492009],[-973196,1491635],[-972837,1492429],[-972946,1490671],[-976511,1499764],[-978607,1500486],[-978175,1505467],[-984497,1507963],[-984247,1508294],[-981331,1498981],[-981215,1498875],[-984777,1498160],[-974503,1502042],[-982530,1498628],[-982892,1499078],[-981017,1500374],[-980640,1499854],[-981659,1500089],[-980782,1499959],[-975860,1503476],[-978314,1500898],[-983304,1498030],[-982761,1498366],[-983419,1497838],[-977743,1500604],[-980077,1504063],[-980156,1504011],[-980376,1506720],[-981210,1507775],[-981313,1507774],[-979500,1506150],[-979929,1506345],[-980524,1506886],[-977628,1507087],[-980236,1506760],[-980002,1506594],[-976091,1503362],[-978808,1502468],[-978797,1502581],[-980520,1506686],[-979694,1506050],[-979231,1501043],[-979390,1501700],[-979076,1502820],[-979044,1501361],[-977956,1502865],[-985405,1502494],[-979472,1502232],[-979960,1505936],[-984747,1502709],[-979956,1506142],[-978665,1503118],[-985217,1502436],[-980268,1506048],[-978071,1503191],[-978593,1502693],[-984453,1502130],[-979375,1502735],[-983512,1498004],[-977635,1500867],[-978296,1501148],[-977998,1500686],[-983558,1498376],[-983118,1499309],[-975879,1503627],[-975556,1502915],[-975957,1503342],[-983353,1500116],[-979389,1502236],[-974956,1506488],[-982996,1500433],[-983006,1500154],[-974989,1506140],[-976080,1503092],[-976629,1502712],[-976204,1502744],[-979871,1507471],[-975846,1502686],[-974857,1503219],[-975101,1503183],[-974903,1503231],[-974867,1503029],[-975944,1500605],[-975953,1500513],[-980644,1507124],[-978248,1505597],[-976332,1499407],[-984137,1508205],[-984090,1507809],[-975417,1502977],[-976499,1499617],[-981557,1500410],[-982872,1499459],[-982866,1499403],[-983156,1498252],[-977080,1497834],[-976452,1497907],[-977101,1498069],[-974748,1499204],[-974515,1499244],[-985009,1510096],[-985094,1510086],[-984589,1502812],[-976451,1502746],[-976167,1503539],[-976044,1503761],[-979896,1505694],[-976010,1503928],[-980587,1506335],[-980429,1507129],[-980708,1502026],[-980552,1502134],[-978852,1503176],[-976270,1503383],[-978668,1501060],[-978755,1501149],[-978912,1500501],[-978892,1500853],[-979159,1500303],[-979082,1500350],[-978058,1502713],[-977629,1503183],[-977463,1503391],[-977898,1503326],[-977911,1503071],[-978238,1502691],[-978055,1503434],[-978100,1503321],[-977820,1502961],[-977420,1503136],[-977379,1503232],[-978240,1502753],[-978266,1502720],[-977591,1503273],[-977622,1503087],[-977652,1503274],[-977677,1503026],[-977812,1502548],[-977940,1502760],[-978756,1502815],[-980179,1501500],[-976669,1502640],[-982268,1502020],[-982615,1501915],[-981963,1502280],[-981707,1502168],[-980497,1503247],[-980400,1503197],[-980210,1503049],[-980235,1503197],[-980333,1504004],[-980348,1504148],[-979912,1503183],[-979692,1503327],[-980196,1503378],[-980442,1503457],[-979506,1503064],[-979584,1502778],[-979223,1502860],[-979470,1502610],[-979209,1502736],[-979038,1502580],[-980245,1503738],[-979908,1503504],[-980809,1504689],[-980820,1504712],[-983171,1504280],[-985093,1506922],[-985332,1506680],[-983341,1504546],[-983616,1504607],[-984263,1509373],[-985503,1508801],[-985480,1508802],[-984180,1505241],[-984327,1505239],[-983748,1504620],[-984031,1509278],[-984252,1505192],[-984393,1505313],[-983546,1505106],[-984149,1505349],[-984185,1505652],[-984027,1505800],[-985067,1506078],[-984994,1505751],[-983618,1505646],[-983657,1505583],[-985033,1505399],[-985087,1505277],[-982782,1504493],[-983998,1503981],[-984215,1503826],[-982535,1504484],[-982366,1504415],[-983160,1502082],[-982782,1502316],[-980905,1503432],[-982090,1502419],[-981957,1502558],[-981010,1503961],[-981225,1504223],[-985262,1501841],[-985217,1501827],[-985183,1502138],[-985242,1502298],[-984431,1501623],[-984183,1501979],[-984314,1501980],[-979051,1502825],[-979133,1502773],[-978828,1502422],[-978742,1503349],[-978732,1503358],[-979048,1501493],[-979034,1501307],[-979137,1501200],[-979067,1500914],[-978681,1500903],[-979074,1501247],[-978964,1500949],[-980506,1502706],[-980606,1502440],[-980441,1501884],[-980219,1502572],[-980519,1502423],[-980224,1501796],[-979904,1506128],[-980201,1502540],[-980423,1502701],[-982107,1501079],[-982253,1501307],[-982827,1501584],[-982681,1501413],[-982623,1501398],[-982920,1501959],[-982649,1501791],[-982590,1501843],[-982644,1502134],[-982178,1501597],[-982395,1501762],[-983390,1500326],[-983270,1500086],[-975112,1506234],[-975296,1506442],[-974807,1506355],[-974759,1506338],[-976773,1510179],[-976182,1510180],[-976361,1510354],[-976134,1509911],[-976281,1509818],[-973838,1509147],[-973681,1509057],[-973341,1509136],[-973358,1508907],[-973843,1508765],[-973534,1508654],[-973378,1508154],[-973295,1508234],[-978094,1505346],[-978079,1505020],[-977144,1503602],[-976939,1503572],[-977059,1503471],[-974948,1503031],[-978785,1498324],[-978603,1497922],[-978594,1498291],[-978415,1498406],[-979079,1502976],[-977992,1502508],[-978347,1502381],[-976035,1503715],[-980775,1507143],[-980723,1506167],[-981591,1498498],[-985532,1498046],[-980925,1507009],[-985293,1498957],[-985340,1499030],[-985273,1499030],[-985590,1499349],[-984451,1498590],[-975832,1501027],[-975506,1501228],[-975933,1501285],[-975609,1501014],[-975976,1501080],[-975965,1501302],[-975957,1501222],[-975621,1501382],[-975893,1501041],[-975650,1500945],[-975884,1501430],[-976189,1501099],[-975784,1501481],[-975685,1501526],[-975486,1501194],[-975399,1501107],[-975525,1501644],[-974992,1501412],[-975342,1501271],[-975398,1501361],[-975066,1501498],[-974970,1501206],[-975459,1501319],[-976044,1501361],[-975846,1500855],[-975529,1501214],[-975787,1500882],[-976022,1501200],[-976027,1500880],[-976033,1501140],[-974027,1501520],[-974394,1501220],[-974036,1501288],[-974174,1501196],[-973888,1501058],[-973827,1500897],[-973829,1501588],[-973840,1501762],[-974180,1501764],[-973678,1501897],[-973687,1501777],[-973468,1501819],[-973526,1501695],[-973543,1501888],[-972901,1502323],[-972933,1502112],[-973294,1502431],[-972913,1502396],[-974201,1500727],[-974406,1500696],[-974276,1500494],[-974698,1500957],[-974912,1500799],[-974759,1500772],[-974969,1500909],[-974726,1501287],[-975280,1500125],[-974856,1500338],[-975370,1500374],[-975469,1500541],[-975198,1500608],[-975360,1500438],[-975217,1500191],[-975173,1500397],[-975339,1500376],[-975338,1500481],[-975627,1500340],[-975226,1500505],[-975581,1500139],[-975354,1499947],[-976001,1500224],[-975597,1500073],[-974694,1501836],[-981053,1507537],[-974331,1502284],[-974350,1502391],[-981149,1507426],[-982286,1508334],[-982562,1508857],[-982317,1508352],[-982181,1508409],[-981805,1508321],[-981643,1508653],[-981441,1508464],[-981422,1508211],[-981082,1508461],[-981221,1508027],[-981110,1508223],[-981093,1508458],[-980014,1506858],[-980381,1507597],[-980104,1507484],[-980513,1507566],[-981539,1507487],[-980296,1507446],[-981483,1507573],[-980314,1506872],[-980094,1506523],[-983195,1510196],[-983494,1510251],[-983260,1510291],[-983195,1510028],[-983341,1509969],[-983104,1510052],[-982971,1509904],[-982958,1510358],[-982584,1510429],[-982783,1510294],[-984924,1509524],[-984927,1509798],[-985305,1509337],[-985221,1509294],[-985338,1509311],[-985156,1509436],[-985101,1509031],[-985161,1509072],[-985182,1509293],[-985496,1502774],[-985304,1502246],[-985443,1500743],[-985278,1500887],[-985592,1501585],[-976605,1503176],[-976567,1502864],[-979910,1507173],[-976119,1503013],[-972825,1500049],[-972935,1500124],[-972961,1499400],[-975610,1500460],[-974705,1499709],[-975320,1499621],[-975445,1500049],[-975473,1499385],[-975038,1499220],[-974728,1499020],[-974713,1499150],[-974954,1499221],[-974748,1498568],[-974595,1498069],[-975148,1498309],[-974906,1498242],[-973376,1508027],[-974087,1508271],[-974273,1508245],[-975585,1506469],[-975924,1506642],[-974985,1506202],[-975081,1505883],[-977513,1506666],[-977383,1506360],[-977771,1506871],[-980346,1506381],[-980229,1506539],[-979737,1505967],[-980249,1505401],[-979730,1505468],[-980619,1507423],[-982995,1514667],[-983860,1514342],[-983265,1514427],[-982999,1514269],[-982761,1514479],[-984829,1513907],[-984732,1513708],[-984737,1514068],[-983277,1514148],[-984673,1513795],[-984798,1513865],[-983101,1514258],[-983830,1514067],[-983809,1513965],[-980021,1520994],[-984063,1514150],[-972960,1511569],[-973061,1511330],[-977408,1511096],[-977907,1511718],[-977111,1511955],[-977146,1511968],[-977504,1511247],[-977080,1511464],[-977199,1511109],[-977601,1511733],[-977321,1511509],[-977583,1511579],[-977617,1511512],[-977005,1511783],[-977041,1512410],[-976653,1512431],[-976665,1512918],[-976675,1512472],[-977107,1513024],[-976512,1512713],[-976669,1512579],[-977043,1512208],[-976685,1512116],[-976563,1512331],[-977201,1512363],[-976969,1512027],[-977275,1513053],[-977202,1513006],[-976763,1512866],[-977238,1512461],[-976645,1512715],[-976657,1512865],[-977185,1512529],[-976421,1512250],[-976743,1512592],[-976819,1512515],[-976342,1513015],[-976728,1513120],[-975983,1512224],[-976906,1512997],[-976727,1512455],[-976409,1512469],[-976375,1512364],[-976473,1512173],[-973043,1512726],[-973019,1513048],[-973055,1513806],[-972947,1513481],[-972804,1513897],[-973878,1512450],[-974187,1512109],[-981861,1511076],[-981654,1511613],[-982058,1511571],[-982214,1511248],[-978299,1513256],[-978666,1513120],[-978507,1512924],[-978830,1512953],[-980202,1512163],[-980512,1512397],[-980030,1512256],[-980197,1512062],[-982451,1514349],[-979601,1512283],[-979742,1512312],[-980633,1512821],[-980467,1512391],[-980207,1512562],[-980415,1512648],[-983094,1514578],[-980066,1512507],[-980068,1512531],[-979895,1512557],[-979868,1512322],[-980631,1512906],[-980987,1513184],[-981603,1514218],[-981032,1514553],[-980849,1513264],[-984679,1514119],[-981462,1511930],[-981686,1511936],[-981982,1514078],[-981580,1511911],[-980990,1514628],[-982601,1514119],[-981534,1514246],[-982633,1514109],[-981906,1514140],[-981810,1514292],[-981561,1514053],[-981182,1514378],[-983420,1513598],[-983469,1513783],[-984001,1513587],[-983859,1513830],[-983648,1513938],[-981615,1511897],[-979864,1520995],[-980146,1520388],[-976620,1530578],[-973519,1526812],[-973526,1526959],[-984717,1554178],[-984247,1553266],[-985194,1554078],[-984663,1553101],[-984997,1554956],[-984432,1554692],[-985464,1553381],[-984416,1553346],[-985168,1554592],[-984649,1555256],[-985500,1553494],[-974404,1595885],[-973648,1596323],[-974442,1595465],[-974376,1595445],[-974360,1595602],[-974103,1596055],[-979039,1591936],[-978872,1592421],[-973902,1595434],[-973467,1596425],[-973447,1596139],[-992733,1338893],[-997062,1335867],[-987444,1342406],[-988652,1341781],[-997734,1337394],[-992052,1337778],[-990076,1426312],[-990876,1426723],[-990542,1426741],[-990382,1426800],[-990623,1426838],[-995562,1427374],[-996089,1427853],[-996393,1427163],[-996436,1426942],[-996051,1427148],[-996239,1427021],[-996435,1425852],[-996066,1426710],[-990670,1423715],[-991576,1423016],[-990439,1423645],[-991516,1422745],[-990310,1426813],[-990569,1427108],[-990233,1426634],[-990035,1426705],[-990235,1427094],[-995327,1427413],[-995221,1427807],[-995200,1427076],[-995021,1428465],[-995502,1425664],[-995767,1425574],[-995659,1426728],[-996449,1425859],[-995903,1426195],[-991328,1423648],[-990773,1423322],[-991087,1422952],[-991588,1423611],[-995278,1480112],[-992869,1475725],[-995181,1479590],[-994390,1480133],[-995013,1479280],[-995181,1479688],[-987966,1479376],[-995663,1476235],[-988141,1479668],[-993209,1483393],[-993379,1483092],[-993133,1477237],[-994690,1479586],[-994553,1483564],[-991317,1497392],[-987606,1488342],[-991507,1496979],[-987691,1488229],[-987685,1488962],[-987655,1488130],[-987575,1488523],[-987694,1488793],[-987130,1488850],[-991389,1496946],[-988009,1487847],[-996754,1496503],[-997536,1495122],[-997705,1494969],[-994503,1495828],[-996433,1497148],[-993116,1493333],[-993238,1493258],[-997147,1496665],[-996650,1496274],[-998186,1490774],[-998123,1491361],[-995089,1494213],[-995165,1494405],[-987572,1496055],[-987256,1495621],[-990894,1491689],[-991151,1491821],[-993315,1490941],[-993844,1496619],[-990556,1494437],[-991158,1494828],[-991679,1494423],[-991872,1494479],[-993270,1497454],[-993701,1496586],[-993472,1486782],[-993526,1496646],[-993314,1497069],[-993605,1496806],[-993372,1496746],[-991859,1493933],[-992238,1493942],[-993451,1496845],[-993121,1496864],[-992992,1497243],[-997392,1491110],[-992779,1497026],[-993429,1496908],[-997219,1490811],[-997394,1490744],[-993020,1496874],[-993392,1497010],[-990640,1492413],[-997466,1490918],[-993432,1497413],[-994275,1495852],[-997395,1490722],[-993473,1486333],[-995532,1496393],[-997721,1491187],[-992900,1497054],[-997121,1491185],[-997662,1491059],[-997341,1490863],[-997130,1491203],[-992712,1496864],[-991061,1497220],[-996995,1491164],[-993013,1497036],[-997737,1491092],[-993443,1497615],[-996376,1495189],[-992771,1497143],[-993045,1497181],[-993412,1486952],[-994962,1496963],[-985786,1488401],[-993836,1495780],[-992367,1497480],[-992358,1497628],[-992221,1497443],[-992688,1497287],[-993132,1497272],[-992800,1497310],[-993300,1497573],[-997141,1494620],[-985796,1489160],[-992574,1497624],[-997562,1494588],[-993517,1486589],[-992633,1497590],[-993703,1495859],[-993406,1495686],[-993722,1496390],[-992646,1495003],[-992612,1494383],[-991712,1494225],[-990153,1494129],[-990065,1494987],[-990699,1493966],[-990110,1495185],[-990443,1494605],[-991098,1493618],[-991511,1493586],[-990665,1493867],[-990520,1494509],[-990318,1494890],[-988032,1494629],[-989052,1494963],[-988059,1495575],[-989253,1496821],[-987271,1494579],[-987055,1494331],[-986943,1494111],[-987010,1494339],[-986955,1494659],[-986917,1494611],[-997645,1495568],[-987142,1494736],[-987086,1494746],[-997583,1495496],[-987253,1494978],[-986402,1494941],[-986872,1494553],[-985802,1488581],[-993132,1496009],[-993678,1496169],[-996390,1495336],[-994188,1496301],[-993947,1496415],[-992637,1495434],[-992765,1495428],[-992938,1494078],[-992985,1494391],[-992821,1493689],[-993084,1493971],[-994713,1495762],[-996544,1497032],[-996799,1496846],[-996823,1496970],[-995762,1497104],[-995789,1497052],[-996239,1496810],[-996110,1497175],[-996112,1496718],[-994864,1493239],[-990662,1495363],[-990956,1495622],[-990824,1495326],[-990516,1495283],[-991473,1494977],[-991369,1495296],[-990816,1495661],[-990955,1495798],[-991495,1495224],[-991685,1495407],[-990379,1494906],[-990450,1495228],[-990982,1494904],[-990537,1495237],[-990409,1495213],[-987874,1495982],[-987746,1495930],[-988271,1494086],[-988549,1494142],[-988902,1495399],[-988942,1495288],[-991483,1492615],[-991783,1492620],[-991650,1490129],[-991549,1490304],[-992659,1497206],[-997618,1491040],[-996903,1495691],[-992678,1497318],[-990773,1491238],[-990640,1490893],[-990266,1492315],[-987591,1494572],[-993376,1491332],[-986834,1495213],[-993401,1491336],[-993423,1490946],[-993396,1491657],[-993458,1491546],[-993385,1491383],[-986540,1495265],[-993049,1497272],[-993202,1496735],[-993274,1497131],[-993568,1496721],[-987473,1494811],[-992079,1492904],[-985922,1488889],[-985629,1489151],[-990402,1497360],[-988281,1497712],[-990485,1497157],[-989999,1497230],[-988305,1497542],[-990339,1497214],[-990448,1497298],[-988416,1497340],[-989138,1497508],[-990392,1497370],[-989436,1497473],[-989852,1497592],[-989332,1497316],[-989026,1497271],[-989339,1497343],[-989222,1497660],[-991297,1497056],[-997034,1496762],[-996901,1496624],[-996381,1497293],[-996972,1496495],[-996655,1496481],[-996819,1496225],[-993293,1490793],[-994714,1493227],[-994653,1492353],[-995756,1496935],[-996724,1496778],[-996507,1496269],[-989440,1496704],[-990352,1492347],[-986670,1501920],[-994017,1499717],[-994292,1500080],[-994416,1499861],[-992413,1497919],[-993656,1499708],[-992576,1497818],[-985821,1502413],[-994675,1500158],[-985820,1502777],[-994180,1499714],[-996011,1498489],[-993503,1499794],[-985713,1501924],[-998258,1504448],[-985708,1502055],[-986142,1500946],[-985638,1500504],[-985951,1501026],[-985995,1501118],[-995858,1505035],[-992188,1497936],[-986262,1501699],[-996353,1504827],[-986011,1501331],[-996530,1505186],[-995971,1504914],[-996014,1503986],[-996141,1504222],[-992258,1497903],[-996183,1504639],[-996355,1504664],[-995278,1503988],[-995313,1503876],[-985724,1499070],[-985866,1498718],[-986025,1498812],[-985791,1498664],[-985979,1499208],[-985803,1499206],[-985777,1499178],[-986182,1498918],[-986537,1498961],[-986388,1498775],[-985719,1499364],[-986252,1498684],[-987392,1498000],[-987520,1498405],[-987037,1498014],[-987377,1498189],[-986591,1498888],[-987075,1498829],[-986465,1498665],[-986574,1498948],[-986784,1498935],[-988156,1498130],[-987842,1498270],[-987244,1497977],[-987111,1497921],[-986868,1498354],[-987368,1498508],[-987312,1498261],[-988289,1497828],[-988307,1498765],[-988976,1498698],[-988959,1498614],[-988372,1498766],[-988809,1498731],[-988649,1498534],[-987589,1499062],[-987795,1499066],[-988148,1498689],[-987566,1498266],[-987329,1498423],[-987708,1499184],[-985868,1501086],[-991058,1499210],[-990689,1499457],[-991479,1499521],[-992092,1499572],[-991270,1500075],[-991360,1499599],[-991204,1500310],[-991189,1500485],[-990811,1500483],[-991595,1500060],[-990848,1500153],[-990796,1500928],[-990308,1500373],[-990252,1500596],[-991225,1501179],[-991355,1500747],[-990611,1500504],[-990749,1500725],[-991230,1500924],[-991417,1501358],[-993240,1499640],[-993425,1499732],[-997760,1514215],[-997675,1513720],[-997594,1559954],[-996158,1564931],[-1009661,1333035],[-1007859,1335443],[-1003297,1331569],[-1008780,1334592],[-1007643,1337476],[-1000893,1331510],[-1008312,1458119],[-1008111,1459354],[-1008738,1459354],[-1008960,1458836],[-1009449,1458225],[-1008816,1458829],[-1009089,1459117],[-1008858,1458414],[-1008159,1458570],[-1009218,1459170],[-1001590,1483191],[-1010396,1483579],[-1002146,1482986],[-1002734,1483155],[-1010444,1483327],[-1002205,1483249],[-1008763,1482463],[-1002439,1482583],[-1000174,1476918],[-999427,1478479],[-1002254,1478687],[-1001515,1476804],[-1003680,1479218],[-1003334,1478396],[-1001247,1479021],[-1001669,1477268],[-1005667,1477033],[-1003902,1477445],[-1002927,1477629],[-1005993,1477234],[-999836,1478287],[-1001151,1478644],[-1001884,1478362],[-1001322,1477105],[-1000449,1476995],[-1000871,1477527],[-1000692,1477489],[-1002262,1477695],[-1002323,1477611],[-1001716,1478366],[-1001529,1478412],[-1000797,1478316],[-1001156,1478127],[-1001223,1478039],[-1001655,1478004],[-1004085,1477835],[-1004840,1477966],[-1004404,1478130],[-1004121,1478187],[-1003956,1478591],[-1010922,1483809],[-1010942,1483247],[-1010997,1483605],[-1011175,1483486],[-1011115,1483737],[-1006532,1484555],[-1006636,1484566],[-1007173,1484240],[-1002342,1483113],[-1007088,1484255],[-1007534,1483864],[-1007494,1484781],[-1007658,1484780],[-1006243,1482672],[-1006305,1482709],[-1010992,1482169],[-1010853,1482260],[-1002614,1484965],[-1002077,1484443],[-1002418,1484560],[-1002543,1484622],[-1002013,1484441],[-1002662,1484978],[-1002715,1484727],[-1003025,1484892],[-1003757,1484761],[-1003630,1484545],[-1003692,1484826],[-1003170,1484925],[-1001951,1483053],[-1005897,1484611],[-1005646,1484997],[-1001912,1483410],[-1006537,1484872],[-1006867,1484875],[-1007882,1484313],[-1002384,1483389],[-1002509,1482595],[-1007868,1484586],[-1001777,1482944],[-1007563,1484248],[-1007918,1484203],[-1002615,1483306],[-1007704,1484859],[-1007366,1484726],[-1007367,1484636],[-1007356,1484944],[-1006840,1484769],[-1007164,1484828],[-1007604,1484496],[-1007331,1484523],[-1007552,1484285],[-1007606,1484305],[-1009373,1482461],[-1009597,1482489],[-1009381,1482963],[-1009278,1482852],[-1009621,1481937],[-1009923,1481914],[-1009360,1482164],[-1009421,1482238],[-1009414,1482119],[-1009550,1482543],[-1009341,1482578],[-1009418,1482553],[-1009256,1482421],[-1011160,1478248],[-1008679,1480069],[-1008360,1479958],[-1008616,1480272],[-1008390,1480457],[-1008667,1480416],[-1008401,1480115],[-1008915,1480002],[-1008947,1479926],[-1009655,1480117],[-1009201,1480571],[-1009314,1480023],[-1009289,1480321],[-1007859,1480305],[-1007801,1480283],[-1007686,1480278],[-1007961,1480330],[-1008019,1480989],[-1007757,1480983],[-1008210,1480578],[-1007730,1480600],[-1007821,1480781],[-1007698,1480682],[-1007944,1481070],[-1007928,1481074],[-1008057,1481159],[-1007880,1481332],[-1008028,1481570],[-1008023,1481386],[-1007978,1481672],[-1008223,1481694],[-1007803,1482246],[-1008005,1482158],[-1009508,1481762],[-1009619,1482184],[-1009273,1481957],[-1009218,1481547],[-1009026,1481758],[-1009185,1481652],[-1008826,1481829],[-1009249,1481337],[-1008675,1481471],[-1008940,1481627],[-1008719,1481621],[-1008719,1481580],[-1008452,1482075],[-1008350,1481753],[-1008543,1481791],[-1008871,1481714],[-1008157,1482118],[-1008403,1482150],[-1008717,1482260],[-1008556,1482199],[-1008079,1482039],[-1008119,1481802],[-1008181,1482128],[-1008144,1482176],[-1008261,1481964],[-1007709,1482479],[-1008412,1481900],[-1008190,1482258],[-1008340,1481808],[-1008320,1482292],[-1008087,1482300],[-1008060,1482339],[-1008609,1482201],[-1008682,1482009],[-1002281,1483137],[-1001956,1483440],[-1001737,1483512],[-1002351,1483480],[-1007794,1494098],[-1007703,1494047],[-1003567,1491310],[-1003321,1491373],[-1010543,1495824],[-1010028,1495509],[-1001291,1493188],[-1001578,1493154],[-1001656,1493254],[-1001439,1492697],[-1000970,1492965],[-1001409,1493332],[-1001389,1493338],[-999374,1493573],[-1009292,1491194],[-1010612,1497415],[-1010767,1497503],[-1010566,1497296],[-1000126,1494798],[-1000046,1494937],[-1010765,1496665],[-1009400,1491713],[-1000056,1495133],[-1000435,1496936],[-1000362,1495234],[-1000689,1496601],[-1000485,1496417],[-1009729,1496580],[-1010665,1497518],[-1009098,1491684],[-1009196,1491925],[-1008054,1491147],[-1008146,1491252],[-1008074,1492770],[-1007988,1492564],[-1007526,1493747],[-1007109,1493448],[-1007545,1493844],[-1007321,1493580],[-1009681,1492003],[-1009351,1492443],[-1003959,1496039],[-1003471,1496035],[-1003717,1495215],[-1003324,1495200],[-1004559,1496177],[-1004579,1495869],[-1004867,1495394],[-1004743,1495326],[-1003426,1494461],[-1003673,1494886],[-1006288,1496442],[-1006420,1496424],[-1007132,1492202],[-1007437,1491829],[-1006795,1495885],[-1006815,1495994],[-1006633,1496579],[-1006719,1496455],[-1007358,1496795],[-1007676,1496416],[-1007596,1496466],[-1007622,1495816],[-1007644,1495648],[-1007996,1496661],[-1007776,1496480],[-1005051,1496550],[-1004916,1496541],[-1005186,1496526],[-1005731,1496347],[-1005058,1495984],[-1004945,1495638],[-1005457,1495346],[-1005707,1495572],[-1005568,1495699],[-1005681,1495792],[-1001878,1488286],[-1001685,1488372],[-1001332,1488276],[-1001383,1489023],[-1001110,1488321],[-1001674,1489058],[-1001445,1489216],[-1002350,1488644],[-1002332,1488349],[-1009707,1487799],[-1009803,1489316],[-1010186,1489149],[-1009631,1487588],[-1010208,1486053],[-1010338,1486478],[-1010071,1488021],[-1009449,1489924],[-1009270,1490223],[-1009603,1489994],[-1010669,1488233],[-1010574,1486852],[-1010749,1488026],[-1010488,1486569],[-1010717,1486133],[-1010263,1486841],[-1010314,1487175],[-1010834,1486803],[-1010362,1487161],[-1010394,1487545],[-1010518,1487084],[-1010538,1487744],[-1010723,1487706],[-1010269,1487288],[-1010099,1487448],[-1010555,1487827],[-1010389,1488098],[-1009795,1487831],[-1002110,1492061],[-1002250,1492086],[-1001867,1492715],[-1001712,1492162],[-1001699,1492020],[-1001913,1492233],[-1000977,1493058],[-1001319,1492863],[-1003614,1491949],[-1003838,1491713],[-1003626,1492073],[-1003740,1491522],[-1005014,1491002],[-1005032,1490739],[-1005218,1490381],[-1004314,1490827],[-1004673,1490279],[-1004697,1490426],[-1004722,1490140],[-1004628,1490419],[-1004811,1490774],[-1004843,1490470],[-1005875,1492363],[-1005684,1492463],[-1005620,1492703],[-1005833,1492312],[-1001574,1494004],[-1003410,1495567],[-1003981,1494652],[-1004071,1494816],[-1008751,1486236],[-1008885,1486262],[-1006115,1492056],[-1006657,1492288],[-1009135,1486537],[-1003502,1486558],[-1003229,1486509],[-1003294,1486263],[-1003244,1486478],[-1003581,1486399],[-1003707,1485957],[-1002465,1486553],[-1002585,1486218],[-1003371,1485316],[-1008516,1489447],[-1008353,1489624],[-1008306,1491279],[-1008512,1491474],[-1008219,1491561],[-1008230,1491589],[-1007531,1491737],[-1008006,1492763],[-1008225,1492588],[-1008501,1492035],[-1008353,1491969],[-1008073,1491945],[-1008483,1492400],[-1007965,1491945],[-1007684,1491753],[-1006931,1494211],[-1006538,1494173],[-1007014,1494201],[-1007089,1494301],[-1006644,1494257],[-1006671,1494075],[-1006717,1495947],[-1006515,1496068],[-1007408,1496838],[-1007479,1496963],[-1007120,1496545],[-1007120,1496148],[-1008344,1495606],[-1008295,1495758],[-1008050,1494418],[-1008042,1494703],[-1008333,1494721],[-1008743,1494824],[-1008350,1494764],[-1007585,1494833],[-1007608,1494817],[-1000146,1490745],[-1009639,1492548],[-999880,1490788],[-999463,1491655],[-999431,1491543],[-999490,1491637],[-999555,1491278],[-999623,1491247],[-999637,1491582],[-999758,1491353],[-1009596,1492175],[-1000085,1492092],[-999734,1491656],[-999507,1491623],[-1009731,1496612],[-999764,1492210],[-1000045,1492364],[-1000393,1491435],[-1000371,1491499],[-1000395,1491393],[-1002088,1488994],[-1001967,1489122],[-1001877,1489231],[-1002694,1487681],[-1010685,1495122],[-1002549,1491821],[-1002376,1491914],[-1002114,1491602],[-1001824,1491661],[-1001878,1491236],[-1001464,1491850],[-1010562,1495515],[-999977,1494468],[-1010735,1496515],[-1000774,1494273],[-1000709,1494284],[-1000588,1494213],[-1000514,1493773],[-1001828,1495416],[-1009464,1491927],[-1009375,1491890],[-1009279,1491150],[-1009053,1491080],[-1009247,1491396],[-1009529,1491554],[-1010710,1496338],[-1010376,1496111],[-1010170,1495899],[-1010400,1495893],[-1010271,1495266],[-1010554,1495367],[-1010255,1495432],[-1010581,1495091],[-1009568,1496216],[-1010060,1496666],[-1010286,1496631],[-1010349,1496725],[-1010885,1496733],[-1010654,1496400],[-1011161,1496350],[-1011112,1496672],[-1010990,1496563],[-1010979,1495655],[-1010595,1495350],[-1010754,1495715],[-1010625,1495478],[-1010615,1496540],[-1010635,1496732],[-1010964,1496912],[-1011037,1496929],[-1010990,1497058],[-1008118,1497278],[-1008300,1497264],[-1008129,1497303],[-1008318,1497127],[-1008319,1497651],[-999850,1490615],[-999335,1490304],[-1007525,1488432],[-1000042,1490358],[-1007682,1488748],[-1007482,1488549],[-1000069,1490240],[-1007674,1488787],[-1007295,1489076],[-1007758,1488473],[-1007214,1488769],[-1007850,1488520],[-1007676,1489015],[-1007670,1489017],[-1007206,1488936],[-1007285,1489463],[-1007140,1489348],[-1007167,1488865],[-1007374,1489332],[-1007137,1489179],[-1007293,1489103],[-1007173,1488992],[-999535,1490376],[-999526,1490696],[-1002789,1488103],[-1003958,1486760],[-1003822,1487030],[-1003765,1487009],[-1002949,1488144],[-1003153,1487779],[-1003387,1487513],[-1003351,1487527],[-1003431,1487155],[-1002974,1488279],[-1002776,1488128],[-1003289,1487807],[-1003032,1488263],[-1003307,1487782],[-1003309,1487990],[-1003022,1487784],[-1003371,1487880],[-1002882,1487930],[-1003228,1488203],[-1002601,1487267],[-1001880,1486927],[-1001926,1487190],[-1001978,1486888],[-1001830,1487795],[-1002228,1487364],[-1002549,1487234],[-1002093,1487694],[-1001947,1487532],[-1002266,1486863],[-1001896,1486386],[-1001934,1486570],[-1002425,1487119],[-1002159,1486827],[-1002307,1486032],[-1002392,1485898],[-1002591,1485852],[-1002108,1486462],[-1003008,1486355],[-1002537,1486434],[-1003027,1486105],[-1002972,1486468],[-1002887,1486207],[-1002121,1487099],[-1002081,1487369],[-1002376,1487108],[-1002435,1486975],[-1002726,1487285],[-1002071,1486802],[-1002637,1486951],[-1002695,1487164],[-1002219,1486663],[-1002142,1486666],[-1002176,1486921],[-1002308,1486759],[-1002320,1486885],[-1002443,1485403],[-1001589,1485937],[-1002243,1485539],[-1002284,1486088],[-1001820,1485081],[-1002713,1485239],[-1001987,1485326],[-1002950,1485511],[-1003128,1485113],[-1002912,1485163],[-1003596,1485498],[-1003990,1485548],[-1004003,1485601],[-1003619,1485436],[-1003051,1485432],[-1003460,1485655],[-1002951,1485479],[-1003638,1485125],[-1005484,1486144],[-1005632,1486926],[-1005580,1486970],[-1006108,1486130],[-1006395,1487069],[-1005864,1486949],[-1005886,1487016],[-1005940,1486617],[-1006106,1486989],[-1006475,1486656],[-1005726,1486729],[-1006535,1486818],[-1006528,1487309],[-1006052,1487666],[-1006568,1487354],[-1005970,1487966],[-1005158,1485279],[-1005315,1485202],[-1005267,1486110],[-1005047,1486061],[-1005219,1486206],[-1005750,1486107],[-1006051,1485695],[-1007994,1484689],[-1005660,1485512],[-1005136,1485771],[-1005644,1485696],[-1005562,1485404],[-1005752,1485589],[-1005237,1485625],[-1004909,1486221],[-1004739,1487830],[-1004676,1487583],[-998495,1490796],[-1004463,1487334],[-1004558,1487511],[-1005186,1487888],[-1004657,1487787],[-1002930,1493535],[-1002661,1493770],[-1002885,1493354],[-1002488,1493542],[-1002905,1493814],[-1002847,1493677],[-1001554,1494172],[-1002401,1493641],[-1002477,1493675],[-1002483,1493718],[-1002155,1493933],[-1002097,1493784],[-1002092,1493641],[-1001912,1494540],[-1001699,1494462],[-1010839,1496777],[-1010893,1496588],[-1001643,1494651],[-1002066,1494644],[-1010509,1496572],[-1002021,1494492],[-1002044,1494551],[-1002027,1494038],[-1002131,1494482],[-1010752,1496279],[-1001622,1493976],[-1001633,1494159],[-1001626,1496130],[-1001466,1495933],[-1001600,1496371],[-1001469,1496432],[-1001921,1496613],[-1001803,1496567],[-1010162,1497073],[-1001747,1496299],[-1001785,1496152],[-1002579,1496089],[-1002139,1495750],[-1002428,1496565],[-1002461,1496667],[-1004488,1490817],[-1004653,1490539],[-1003342,1491349],[-1003957,1491159],[-1004153,1491260],[-1003696,1490859],[-1003634,1491102],[-1003677,1491389],[-1003800,1491172],[-1003737,1491387],[-1003833,1490857],[-1003783,1491191],[-1003880,1491397],[-1003044,1491565],[-1003047,1491491],[-1004024,1490976],[-1003612,1490907],[-1003528,1491334],[-1004241,1491230],[-1003273,1491500],[-1003964,1491147],[-1004190,1491285],[-1003006,1491137],[-1003736,1491405],[-1003311,1491613],[-1003526,1490981],[-1003641,1491425],[-1003556,1490956],[-1004018,1491332],[-1003472,1491186],[-1003460,1491591],[-1003460,1491496],[-1003712,1491280],[-1004006,1491107],[-1006427,1486108],[-1006690,1485799],[-1006271,1485684],[-1006499,1486014],[-1006564,1485668],[-1006418,1486100],[-1006450,1485731],[-1006428,1485507],[-1006837,1485884],[-1006822,1485912],[-1009353,1491050],[-1009705,1490976],[-1003543,1488254],[-1003690,1488047],[-1000648,1497086],[-1000340,1497033],[-1000826,1496701],[-1000503,1494698],[-1002437,1487549],[-1003447,1485298],[-1003637,1485498],[-1002700,1487622],[-1002497,1488456],[-1002594,1487938],[-1001452,1495493],[-1008255,1487356],[-1004293,1486117],[-1004594,1485956],[-999186,1501545],[-998548,1504633],[-998685,1504827],[-1001042,1506054],[-998681,1504974],[-1008207,1498064],[-1008506,1497813],[-999936,1504620],[-999874,1504405],[-1000093,1505372],[-1004681,1502530],[-1004595,1502376],[-1004382,1502301],[-1004352,1502265],[-1006989,1501592],[-1007418,1501950],[-1007437,1502189],[-1006468,1500663],[-1006385,1501068],[-1007424,1501687],[-1007457,1501282],[-1007285,1501107],[-1007354,1500640],[-1007812,1502798],[-1007660,1502318],[-1009009,1501950],[-1009092,1501833],[-1008049,1501186],[-1007688,1500830],[-998553,1504384],[-999293,1504105],[-1006385,1498630],[-1005879,1499430],[-1006644,1499455],[-1006328,1499569],[-1006275,1499479],[-1006531,1498907],[-1006246,1498842],[-1007997,1498105],[-1008079,1497930],[-1008343,1498184],[-999790,1504825],[-1003236,1499534],[-1003236,1506856],[-1000699,1505315],[-1000458,1505185],[-1003422,1499954],[-1000744,1505728],[-1002936,1499426],[-1002784,1506763],[-998588,1505050],[-1002270,1499623],[-1002365,1499750],[-1002439,1499774],[-1002220,1499918],[-1000039,1504796],[-999812,1504645],[-1000388,1505370],[-999062,1504029],[-1000355,1504658],[-1010328,1497854],[-1010955,1498097],[-1010787,1498146],[-1008451,1500096],[-1008908,1500066],[-1008783,1499860],[-1008758,1500175],[-1009047,1499683],[-1008764,1499708],[-1008906,1500060],[-1008815,1499490],[-1008771,1499809],[-1009012,1499754],[-1008069,1500242],[-1008338,1500219],[-1008080,1499991],[-1008153,1500428],[-1007757,1498670],[-1007904,1498636],[-1007983,1498578],[-1007825,1498924],[-1007504,1498154],[-1007859,1498395],[-1001902,1507125],[-1001921,1507571],[-1001630,1507267],[-1001570,1507235],[-1001896,1507299],[-1001702,1507494],[-1001269,1507311],[-1001319,1507061],[-1001345,1507094],[-1001662,1506688],[-1001237,1506496],[-1001523,1506381],[-1001401,1506279],[-1001036,1506293],[-1000987,1508537],[-1001289,1508251],[-1000887,1508217],[-1001299,1507904],[-1001559,1508191],[-1001371,1507984],[-1001676,1507294],[-1001651,1507384],[-1002351,1507300],[-1002319,1507400],[-1002900,1506445],[-1002702,1506851],[-1003015,1506807],[-1003294,1506298],[-1009775,1530975],[-1010155,1530674],[-1002414,1556742],[-1002162,1556936],[-1002583,1556552],[-1002228,1556802],[-1002578,1556754],[-998559,1565961],[-1008504,1573478],[-1008087,1572737],[-1008384,1572730],[-1008367,1573729],[-998421,1566177],[-1007437,1575676],[-1007058,1575457],[-1006585,1575168],[-1006413,1575249],[-1006907,1575295],[-1007702,1575403],[-79047,145591],[-79968,144108],[-80942,144179],[-78865,145939],[-78003,145618],[-79626,146442],[-78539,144238],[-79201,144296],[-79137,147117],[-77371,145733],[-78856,144737],[-78685,144375],[-80798,147158],[-80621,147974],[-78457,145569],[-76979,147257],[-80383,147944],[-80630,147213],[-80908,145822],[-79412,147913],[-77999,145982],[-78029,144679],[-77478,147179],[-80016,161513],[-81175,161720],[-82034,161831],[-80297,163681],[-82381,162274],[-82575,161890],[-80357,161832],[-81323,162467],[-81192,161866],[-81981,163335],[-81725,162552],[-81020,162494],[-81953,161408],[-80147,161750],[-80318,163740],[-80635,162514],[-81695,162423],[-82491,162340],[-80934,162292],[-80182,162100],[-80871,162397],[-81314,161385],[-88312,313537],[-88557,313531],[-87814,314217],[-88803,315574],[-87141,315148],[-88985,314546],[-88068,314166],[-86958,314282],[-86913,314539],[-89489,313797],[-89476,314323],[-88815,314004],[-87737,313954],[-88023,313237],[-87091,314743],[-89275,313518],[-88632,314060],[-87232,314959],[-88893,313906],[-87587,315249],[-88507,315701],[-87778,315645],[-87161,313258],[-85869,338044],[-85661,337907],[-85474,337157],[-85661,339129],[-85609,338447],[-83993,337749],[-85053,338182],[-85837,337043],[-79154,336921],[-78194,335892],[-78942,336627],[-79581,335675],[-80124,334880],[-79128,336109],[-79091,335039],[-79325,337185],[-85818,338392],[-85898,337589],[-84149,337572],[-86093,337545],[-84445,337486],[-83722,339155],[-84465,337651],[-84234,337359],[-84014,339316],[-83934,337819],[-85180,337125],[-84518,339143],[-84928,337151],[-84560,339071],[-83759,339122],[-79599,336715],[-79222,335530],[-78315,336082],[-78735,334840],[-78891,337219],[-80020,336143],[-79088,337059],[-80190,336622],[-79180,335251],[-79315,337225],[-79148,335732],[-79224,335650],[-80220,336554],[-79238,337221],[-79253,337187],[-83535,364041],[-84381,362985],[-84041,362886],[-84400,362911],[-83728,364055],[-84259,363465],[-83372,364484],[-83589,364030],[-84245,362697],[-84011,364489],[-84536,362128],[-84835,362750],[-84944,363785],[-83544,364322],[-82939,363691],[-85064,363179],[-84143,363858],[-84932,360546],[-86689,360812],[-85575,360550],[-86332,360609],[-85145,361666],[-86004,360299],[-83568,362449],[-83671,362116],[-83072,362613],[-87213,361967],[-84834,361189],[-86544,361588],[-85211,360211],[-86312,359946],[-85925,360029],[-85103,360256],[-85136,361304],[-86842,359785],[-85940,360040],[-85915,359809],[-85141,360950],[-87254,360777],[-86778,609394],[-1013812,1335356],[-1015771,1338888],[-1019863,1336239],[-1021221,1334044],[-1015338,1335584],[-1015336,1338170],[-1020123,1336538],[-1021499,1335259],[-1022939,1471925],[-1022139,1471092],[-1022107,1471533],[-1021989,1471338],[-1023056,1472026],[-1023174,1472150],[-1022967,1471820],[-1022030,1470811],[-1021671,1480264],[-1023509,1472831],[-1019393,1476026],[-1019321,1476135],[-1019907,1475763],[-1022560,1476291],[-1019466,1476230],[-1011472,1483778],[-1021931,1480197],[-1022649,1476228],[-1022580,1476422],[-1022028,1480439],[-1011553,1481502],[-1011670,1481781],[-1011830,1481140],[-1011358,1481727],[-1017386,1481452],[-1011602,1481556],[-1011376,1481714],[-1011371,1481722],[-1017254,1481711],[-1011776,1482475],[-1011441,1482532],[-1014046,1479451],[-1014046,1479051],[-1011230,1482186],[-1012392,1480412],[-1012017,1480157],[-1012623,1480893],[-1012468,1480514],[-1013352,1480225],[-1013452,1480178],[-1013059,1480120],[-1013467,1479895],[-1013717,1480434],[-1013297,1480411],[-1013918,1480492],[-1013718,1480021],[-1013717,1480349],[-1013506,1480220],[-1019035,1475663],[-1013718,1480607],[-1013697,1480461],[-1013861,1481121],[-1013633,1480888],[-1019140,1475690],[-1013481,1480716],[-1013515,1480720],[-1014838,1480591],[-1014992,1480384],[-1017421,1480553],[-1017369,1480530],[-1017365,1480250],[-1016931,1479515],[-1021425,1475347],[-1017073,1479673],[-1017065,1479782],[-1019226,1475868],[-1022997,1476067],[-1016995,1479303],[-1019356,1475688],[-1017139,1479655],[-1022132,1480360],[-1021169,1475311],[-1017212,1479867],[-1017292,1479510],[-1017415,1479472],[-1017687,1479784],[-1023342,1480164],[-1017766,1479473],[-1017794,1478956],[-1023629,1480162],[-1017751,1479317],[-1017981,1479136],[-1018350,1480576],[-1018319,1480527],[-1018483,1481426],[-1018158,1480985],[-1018416,1481130],[-1018467,1481080],[-1018818,1481532],[-1018918,1481715],[-1018824,1481727],[-1018718,1481451],[-1019116,1481350],[-1018663,1481410],[-1018706,1481068],[-1018805,1480875],[-1016800,1477505],[-1016341,1477781],[-1017080,1477944],[-1017035,1477943],[-1017256,1477937],[-1017314,1477843],[-1016909,1477506],[-1016835,1478058],[-1023347,1479941],[-1023624,1479863],[-1017306,1477766],[-1017120,1478091],[-1017487,1477898],[-1017410,1478271],[-1017290,1478336],[-1017379,1478161],[-1017321,1477211],[-1017210,1477474],[-1016841,1477419],[-1017103,1476981],[-1016814,1476543],[-1017063,1476677],[-1017143,1476701],[-1016768,1476474],[-1016705,1477085],[-1016452,1477272],[-1016415,1477333],[-1016420,1477289],[-1016422,1476899],[-1016661,1477191],[-1016445,1476677],[-1016356,1476570],[-1016463,1476562],[-1016085,1476759],[-1016197,1476648],[-1016467,1476603],[-1015854,1476479],[-1016304,1476530],[-1015942,1476664],[-1015764,1476745],[-1015736,1476820],[-1015549,1476931],[-1014723,1477393],[-1014681,1477125],[-1015317,1477071],[-1015217,1477387],[-1015387,1477004],[-1015327,1477304],[-1015652,1477124],[-1015454,1477252],[-1015349,1476415],[-1015400,1476650],[-1015399,1476705],[-1015566,1476202],[-1015469,1476425],[-1015579,1476484],[-1011314,1478147],[-1011459,1478394],[-1011257,1478257],[-1011657,1477776],[-1012164,1477903],[-1012289,1478092],[-1012200,1478030],[-1012336,1477672],[-1012214,1477908],[-1012940,1478150],[-1012758,1477886],[-1012790,1478012],[-1012902,1477870],[-1012767,1478188],[-1012540,1477801],[-1012607,1478335],[-1012685,1478522],[-1013258,1478243],[-1013429,1478233],[-1013317,1478680],[-1013462,1478129],[-1013227,1478606],[-1013401,1478530],[-1013741,1477996],[-1013307,1478244],[-1013522,1478210],[-1013695,1478266],[-1013466,1477756],[-1013514,1477990],[-1023481,1476289],[-1021704,1480149],[-1023417,1472850],[-1023338,1472429],[-1019402,1476170],[-1023034,1472332],[-1022786,1472546],[-1022527,1472377],[-1019820,1475811],[-1022053,1480344],[-1023912,1476727],[-1023906,1476683],[-1023818,1476817],[-1023528,1475981],[-1023963,1476420],[-1023317,1476134],[-1023197,1476036],[-1023967,1476228],[-1023109,1475365],[-1023260,1475398],[-1023566,1475953],[-1019938,1477576],[-1020041,1477495],[-1019796,1477557],[-1019832,1477453],[-1019901,1477024],[-1019622,1477018],[-1020464,1476642],[-1020291,1476942],[-1020441,1476265],[-1021071,1475486],[-1019677,1475676],[-1021018,1475312],[-1020975,1475298],[-1020596,1475686],[-1020448,1475813],[-1021019,1475754],[-1020855,1475726],[-1014125,1479255],[-1011263,1482742],[-1011233,1496575],[-1011206,1496645],[-1019082,1521622],[-1019084,1521701],[-1019142,1521827],[-1021529,1534833],[-1020392,1534906],[-1020335,1535386],[-1020477,1535306],[-1020264,1535160],[-1020925,1535835],[-1020314,1535088],[-1020711,1534905],[-1020671,1535066],[-1020791,1534646],[-1020846,1535220],[-1021003,1535167],[-1020751,1535575],[-1021389,1534743],[-1014211,1536379],[-1014498,1536268],[-1013972,1536382],[-1013808,1536627],[-1012442,1569471],[-1025083,1328973],[-1029435,1324770],[-1030902,1328235],[-1036062,1324456],[-1024118,1327729],[-1027573,1324813],[-1030883,1326045],[-1034722,1322904],[-1034920,1350484],[-1034732,1350380],[-1030775,1446411],[-1030642,1446589],[-1030428,1446806],[-1030678,1446761],[-1034488,1465805],[-1034271,1465758],[-1034786,1465584],[-1034894,1465416],[-1031674,1481682],[-1031713,1481297],[-1025939,1474750],[-1026119,1474936],[-1028540,1476078],[-1027190,1474946],[-1026292,1474175],[-1027551,1475227],[-1031039,1481767],[-1025670,1475200],[-1025825,1474900],[-1027807,1475566],[-1028104,1475264],[-1027720,1474606],[-1027748,1474674],[-1027286,1474691],[-1026869,1474434],[-1027144,1474546],[-1027942,1474323],[-1027778,1474054],[-1027938,1474113],[-1028413,1475475],[-1028368,1475376],[-1028685,1474851],[-1028500,1474900],[-1027607,1473834],[-1027727,1473815],[-1027568,1473738],[-1027531,1473358],[-1027546,1473539],[-1026843,1473378],[-1026951,1473217],[-1026362,1473550],[-1026393,1473471],[-1026631,1472865],[-1026887,1472755],[-1024222,1476357],[-1024217,1476687],[-1031128,1481758],[-1030961,1481625],[-1030762,1481800],[-1031646,1481352],[-1031661,1481355],[-1031462,1479878],[-1031344,1479769],[-1031392,1479488],[-1031338,1479592],[-1031753,1481447],[-1032025,1481642],[-1031894,1481718],[-1031227,1481687],[-1031753,1481279],[-1030506,1481246],[-1030471,1481391],[-1030403,1481705],[-1030750,1481846],[-1030485,1481867],[-1031847,1481248],[-1031492,1481203],[-1031054,1481536],[-1031077,1481354],[-1030897,1481653],[-1031027,1481392],[-1026114,1531765],[-1025302,1531890],[-1026424,1533162],[-1025568,1533663],[-1027884,1533273],[-1028230,1532706],[-1024500,1532712],[-1024339,1532694],[-1030262,1531017],[-1027244,1533767],[-1026793,1533478],[-1025858,1533056],[-1025844,1533414],[-1027404,1533339],[-1026452,1533704],[-1026148,1532731],[-1025393,1532516],[-1025603,1531875],[-1025048,1533096],[-1025909,1532376],[-1027874,1534147],[-1028337,1532721],[-1027661,1532624],[-1035228,1546251],[-1033663,1560059],[-1032986,1559540],[-1032786,1559808],[-1033463,1559805],[-1033797,1559886],[-1032776,1560524],[-1033563,1559852],[-1032571,1560471],[-1041394,1352362],[-1040999,1352344],[-1040920,1350810],[-1039807,1352865],[-1039706,1352628],[-1039504,1352634],[-1038765,1351164],[-1038695,1351558],[-1038412,1351391],[-1039408,1353159],[-1041413,1352648],[-1041154,1352315],[-1041387,1350783],[-1040672,1350734],[-1039569,1352705],[-1039405,1353314],[-1039452,1353168],[-1043470,1447988],[-1042528,1506643],[-1049330,1503919],[-1040930,1505596],[-1042716,1509047],[-1040741,1507203],[-1040939,1506122],[-1041375,1507565],[-1041509,1505511],[-1044594,1508787],[-1044167,1508416],[-1044595,1507539],[-1042266,1507506],[-1042122,1506803],[-1043795,1508500],[-1043794,1506755],[-1040891,1505320],[-1043072,1507772],[-1042135,1508230],[-1043036,1508685],[-1041904,1507998],[-1042646,1508380],[-1044803,1507266],[-1044363,1508046],[-1042497,1508010],[-1041619,1506275],[-1043135,1506016],[-1041229,1506741],[-1042279,1506169],[-1041384,1506034],[-1041516,1506549],[-1042315,1507285],[-1043094,1506507],[-1042618,1506281],[-1042617,1507265],[-1043222,1507858],[-1042997,1506701],[-1041718,1506780],[-1044012,1509092],[-1043960,1507442],[-1043198,1507443],[-1043491,1508815],[-1041612,1507906],[-1040782,1506663],[-1041530,1506492],[-1041299,1506973],[-1041522,1506397],[-1053970,1374999],[-1053817,1374392],[-1061361,1378118],[-1061526,1378679],[-1052788,1373853],[-1052587,1373393],[-1052066,1372684],[-1052532,1372934],[-1054886,1376296],[-1054918,1376966],[-1054856,1376411],[-1057070,1378001],[-1057221,1378290],[-1057961,1378282],[-1058764,1378321],[-1053475,1374060],[-1061516,1378298],[-1052738,1373444],[-1052242,1372616],[-1055061,1376688],[-1057339,1377954],[-1058362,1378196],[-1049729,1504164],[-1060229,1516427],[-1060584,1516538],[-1059896,1516812],[-1059908,1516855],[-1059072,1517094],[-1062321,1515953],[-1062268,1516116],[-1061411,1518982],[-1061783,1518996],[-1061447,1518851],[-1061594,1518771],[-1061431,1519557],[-1061594,1519128],[-1061342,1519808],[-1061315,1519818],[-1054868,1523317],[-1069567,1494089],[-1070993,1494364],[-1068676,1493302],[-1069017,1493762],[-1063992,1488032],[-1064171,1488173],[-1064248,1488788],[-1064216,1488579],[-1063887,1488867],[-1064330,1489028],[-1064172,1489333],[-1064427,1489494],[-1064702,1507848],[-1066151,1507355],[-1065210,1507053],[-1065436,1506872],[-1065723,1508376],[-1068908,1505148],[-1064403,1507893],[-1068779,1505622],[-1065518,1507203],[-1064893,1507011],[-1063601,1516105],[-1063926,1516369],[-1063682,1516367],[-1064021,1516527],[-1063788,1516432],[-1063676,1516194],[-1064827,1533790],[-1066329,1535385],[-1066510,1535042],[-1066888,1534748],[-1065227,1533652],[-1066644,1534842],[-1065384,1534158],[-1066242,1535564],[-1066988,1534772],[-1064748,1534008],[-1065451,1533870],[-1064562,1533357],[-1071630,1544147],[-1072117,1544710],[-1070721,1542164],[-1070719,1542757],[-1071086,1542667],[-1070310,1541291],[-1072377,1544794],[-1071163,1542490],[-1070198,1541242],[-1069921,1541131],[-1072038,1543742],[-1070403,1541082],[-1069704,1540875],[-1069669,1541055],[-1073340,1564658],[-1072605,1563912],[-1073085,1563531],[-1073580,1565213],[-1074067,1565806],[-1073018,1566044],[-1072845,1564592],[-1074709,1563355],[-1086918,1371609],[-1087480,1371115],[-1087391,1371799],[-1087095,1370976],[-1086874,1371284],[-1087104,1371627],[-1081646,1420009],[-1084176,1420819],[-1081189,1421807],[-1081517,1425058],[-1082302,1423416],[-1077554,1440044],[-1077489,1439576],[-1077550,1439405],[-1077410,1439334],[-1077503,1439263],[-1077370,1439048],[-1077313,1439091],[-1076929,1439461],[-1076935,1439988],[-1076813,1439822],[-1076485,1440205],[-1076343,1440450],[-1076341,1440357],[-1094517,1334420],[-1092335,1352675],[-1097557,1349823],[-1094781,1348893],[-1096674,1350693],[-1099811,1352393],[-1093214,1352275],[-1097134,1350187],[-1095167,1350880],[-1096699,1351650],[-1100091,1351150],[-1093058,1358003],[-1094323,1358344],[-1088655,1371504],[-1090428,1371398],[-1088442,1371141],[-1090505,1371501],[-1092140,1401303],[-1092144,1401283],[-1092774,1402079],[-1092597,1401759],[-1092154,1401968],[-1092040,1401293],[-1092206,1428076],[-1092595,1427961],[-1088364,1428218],[-1097553,1430488],[-1097327,1430443],[-1097339,1429949],[-1097036,1430340],[-1097440,1430558],[-1097561,1430573],[-1097622,1430666],[-1097504,1430978],[-1088146,1428152],[-1097621,1430203],[-1097819,1430346],[-1098044,1430319],[-1097547,1429769],[-1096809,1430128],[-1097044,1429937],[-1096540,1429802],[-1096534,1429860],[-1096571,1429708],[-1096728,1429880],[-1097147,1430656],[-1097212,1430870],[-1091477,1428399],[-1091878,1427898],[-1092105,1428207],[-1091969,1428480],[-1093014,1446148],[-1093506,1446231],[-1093015,1446354],[-1094147,1444461],[-1093040,1444540],[-1092835,1444650],[-1092245,1445842],[-1092640,1445820],[-1088917,1436355],[-1088921,1436284],[-1088573,1436487],[-1088897,1436543],[-1088417,1436254],[-1088719,1436466],[-1088179,1436036],[-1088547,1435845],[-1088557,1435991],[-1088463,1435707],[-1089519,1436413],[-1089648,1436425],[-1089031,1435853],[-1089314,1435939],[-1088931,1434940],[-1089074,1434718],[-1088623,1435143],[-1088577,1434707],[-1094268,1444261],[-1093775,1453183],[-1093874,1453237],[-1092517,1453580],[-1095200,1453585],[-1092222,1454771],[-1093571,1453870],[-1093517,1455596],[-1091593,1455288],[-1095180,1453622],[-1094460,1453461],[-1096504,1455171],[-1095848,1452767],[-1096652,1455364],[-1095139,1452400],[-1095776,1454825],[-1096291,1454884],[-1095183,1454376],[-1092973,1454052],[-1094964,1453045],[-1096271,1453549],[-1096699,1453187],[-1092883,1453979],[-1093562,1452190],[-1094142,1452823],[-1093002,1453182],[-1093063,1446616],[-1093226,1446696],[-1095086,1452973],[-1091189,1453836],[-1095947,1453389],[-1092314,1454778],[-1092323,1455040],[-1092848,1453555],[-1093078,1455020],[-1091603,1455519],[-1093061,1453728],[-1094310,1454327],[-1094073,1454763],[-1093224,1453596],[-1091665,1454213],[-1092243,1454631],[-1091873,1455105],[-1094808,1454237],[-1094718,1454143],[-1094849,1454597],[-1094948,1454915],[-1095134,1455388],[-1095368,1455103],[-1096671,1455226],[-1096512,1455400],[-1096766,1455285],[-1095573,1452601],[-1096671,1454662],[-1095294,1454954],[-1096758,1454354],[-1095777,1452476],[-1094502,1453641],[-1096851,1454768],[-1096360,1452855],[-1095850,1452852],[-1096645,1454062],[-1095099,1454418],[-1095630,1454208],[-1095193,1453980],[-1096102,1454104],[-1096488,1453552],[-1095990,1453717],[-1096770,1453348],[-1096492,1452998],[-1096421,1453090],[-1092492,1454237],[-1092936,1454452],[-1092582,1454438],[-1093185,1454701],[-1092275,1453972],[-1094982,1453511],[-1095092,1452941],[-1095372,1453052],[-1095253,1453465],[-1095641,1453347],[-1093445,1452583],[-1103653,1424148],[-1102542,1425638],[-1103541,1424384],[-1102323,1426689],[-1102671,1426132],[-1102866,1426591],[-1103024,1425910],[-1102775,1425976],[-1102473,1426212],[-1103372,1424232],[-1103124,1424552],[-1103271,1424578],[-1102838,1426380],[-1103643,1424386],[-1103261,1424082],[-1103026,1424317],[-1111306,1424305],[-1102354,1426402],[-1111808,1425011],[-1111669,1424974],[-1112010,1425035],[-1112360,1425099],[-1111819,1424925],[-1111617,1425159],[-1111145,1425324],[-1110918,1425481],[-1102052,1426525],[-1111351,1424287],[-1102463,1427387],[-1101310,1439043],[-1101859,1439273],[-1102306,1439845],[-1101803,1439075],[-1102467,1438790],[-1103838,1442154],[-1112925,1469123],[-1113440,1469120],[-1113219,1468730],[-1113001,1469013],[-1112909,1468883],[-1126346,1398934],[-1126368,1399644],[-1118890,1421597],[-1119654,1421328],[-1116768,1421440],[-1116812,1421472],[-1118965,1421309],[-1118759,1421434],[-1119550,1421315],[-1116131,1421462],[-1116298,1421091],[-1115514,1468475],[-1113871,1469166],[-1113874,1468691],[-1113708,1468895],[-1115705,1468211],[-1117286,1469991],[-1117899,1469488],[-1117238,1469059],[-1117819,1469256],[-1117427,1469102],[-1116412,1468926],[-1116735,1469103],[-1116095,1469058],[-1116146,1469222],[-1116055,1468576],[-1115877,1468147],[-1137074,1391816],[-1136839,1391643],[-1137417,1390381],[-1137853,1390054],[-1137997,1390574],[-1137979,1390088],[-1137275,1390490],[-1132379,1391701],[-1136966,1389576],[-1137276,1388532],[-1138860,1386873],[-1138607,1386317],[-1138865,1385358],[-1139054,1385610],[-1132753,1391735],[-1137282,1389780],[-1136470,1390200],[-1138740,1386742],[-1136882,1388536],[-1137033,1390217],[-1136716,1390030],[-1136926,1390613],[-1137019,1389287],[-1127243,1399861],[-1126631,1398804],[-1129075,1401846],[-1129468,1401869],[-1126547,1399173],[-1127449,1399369],[-1131219,1410321],[-1138705,1416321],[-1138650,1416417],[-1138674,1417268],[-1138070,1416849],[-1134827,1415490],[-1131240,1410617],[-1134461,1414496],[-1131181,1410142],[-1134415,1414923],[-1134923,1414971],[-1132001,1410738],[-1130371,1415453],[-1131883,1410743],[-1134465,1415211],[-1138638,1416339],[-1134621,1414530],[-1138090,1416623],[-1130340,1415805],[-1131208,1409927],[-1134447,1414422],[-1134921,1415867],[-1138757,1417314],[-1130296,1415893],[-1134578,1414461],[-1138936,1416942],[-1129720,1416634],[-1134807,1418861],[-1135133,1419255],[-1134056,1419769],[-1134037,1419758],[-1133935,1419629],[-1133757,1419905],[-1133239,1420063],[-1138247,1417216],[-1137810,1416867],[-1137800,1417113],[-1137314,1417368],[-1137196,1417349],[-1136992,1417109],[-1138316,1428623],[-1134719,1424480],[-1131597,1424197],[-1134124,1424390],[-1138257,1428668],[-1132250,1423215],[-1137868,1429155],[-1132378,1423348],[-1138115,1428837],[-1134569,1423174],[-1134240,1423752],[-1132541,1423665],[-1131641,1423843],[-1137924,1429228],[-1131503,1423711],[-1134527,1423500],[-1135467,1429224],[-1135442,1429313],[-1134019,1423901],[-1135839,1427870],[-1136128,1427861],[-1136185,1427604],[-1136776,1427575],[-1136752,1427676],[-1137337,1427842],[-1137121,1428283],[-1132078,1423759],[-1137784,1427670],[-1138010,1428117],[-1134764,1443422],[-1134545,1439723],[-1134264,1440450],[-1133968,1440179],[-1134555,1439472],[-1134180,1440782],[-1134102,1440980],[-1135249,1443991],[-1134227,1441330],[-1134447,1441098],[-1135220,1443561],[-1134572,1440020],[-1135485,1443905],[-1135006,1443509],[-1135126,1444148],[-1134742,1442724],[-1135094,1442635],[-1134901,1442927],[-1133625,1447037],[-1133718,1446710],[-1133699,1446952],[-1133189,1446843],[-1132964,1447031],[-98655,440144],[-100250,441134],[-98757,441695],[-98739,440032],[-100130,441396],[-99552,441478],[-99438,442257],[-99382,441083],[-99465,441983],[-99330,442454],[-99856,441738],[-100413,440827],[-101781,454974],[-102063,455142],[-101187,454166],[-101577,454641],[-101851,454209],[-101350,455101],[-102028,454506],[-101418,455429],[-101205,455397],[-101178,455191],[-102003,454412],[-101189,454571],[-101608,454279],[-101495,454927],[-102338,454316],[-100989,455217],[-102309,455457],[-101612,455042],[-102355,453956],[-101950,453944],[-101680,454805],[-93416,603037],[-94504,603849],[-94512,604386],[-89757,605623],[-1151831,1320383],[-1144997,1368346],[-1144808,1368216],[-1144690,1368333],[-1144127,1368559],[-1144269,1368157],[-1143842,1368352],[-1143697,1368575],[-1139325,1382397],[-1140319,1385578],[-1140159,1385479],[-1139272,1382884],[-1139667,1382963],[-1139576,1382814],[-1139621,1383029],[-1139604,1383503],[-1139512,1385627],[-1139576,1385802],[-1139882,1385943],[-1139386,1417061],[-1141956,1431928],[-1141698,1431544],[-1141932,1432830],[-1150232,1468894],[-1149462,1469474],[-1149852,1468948],[-1148738,1468644],[-1148550,1468884],[-1149971,1468535],[-1149926,1466073],[-1148601,1466722],[-1149556,1466393],[-1148430,1467256],[-1148673,1466426],[-1146535,1468551],[-1147484,1468387],[-1147837,1468390],[-1147534,1468137],[-1147896,1467514],[-1149027,1471912],[-1148442,1468533],[-1149497,1469722],[-1148820,1466513],[-1149036,1466454],[-1147637,1467665],[-1146561,1467293],[-1148424,1472884],[-1148912,1472892],[-1148735,1472574],[-1149076,1473345],[-1151721,1472306],[-1153809,1318689],[-1153299,1321913],[-1154816,1323284],[-1158615,1372465],[-1157698,1373425],[-1157565,1373776],[-1158163,1373163],[-1158295,1377214],[-1158413,1377733],[-1157879,1373617],[-1155642,1376328],[-1158509,1372811],[-1155289,1376544],[-1157059,1373039],[-1157285,1372694],[-1158042,1372656],[-1157833,1373338],[-1157860,1372581],[-1159952,1371734],[-1156360,1377646],[-1156372,1377958],[-1156618,1378205],[-1157688,1372458],[-1157629,1378441],[-1157155,1372805],[-1157204,1377645],[-1157610,1377594],[-1157420,1377164],[-1157128,1377362],[-1157235,1376998],[-1156881,1376984],[-1157602,1377098],[-1157594,1376593],[-1157987,1376694],[-1158046,1376702],[-1157694,1373258],[-1158757,1376762],[-1158593,1376794],[-1158882,1377669],[-1158961,1377528],[-1158630,1377680],[-1158016,1377730],[-1158105,1377329],[-1157982,1377677],[-1157917,1373992],[-1156355,1373764],[-1157961,1374355],[-1158410,1373218],[-1156962,1374247],[-1157135,1373765],[-1156840,1374941],[-1156377,1375025],[-1162562,1469346],[-1161872,1468892],[-1162019,1469663],[-1162210,1469133],[-1161607,1469498],[-1163606,1467365],[-1163423,1467702],[-1163042,1467535],[-1162902,1469756],[-1163073,1467718],[-1162555,1469061],[-1162518,1469714],[-1162878,1468002],[-1162817,1468217],[-1162896,1468853],[-1162844,1468511],[-1164057,1469946],[-1164434,1470091],[-1163905,1470084],[-1163938,1470188],[-1163913,1470596],[-1161588,1468835],[-1162090,1469036],[-1157168,1468686],[-1157080,1468612],[-1162267,1470121],[-1157281,1468527],[-1162708,1469629],[-1162136,1470701],[-1161763,1470400],[-1162590,1469796],[-1161890,1468429],[-1162286,1467694],[-1162143,1468066],[-1162193,1469046],[-1153121,1471239],[-1164208,1472335],[-1164554,1472399],[-1159949,1484638],[-1155752,1473293],[-1159823,1484573],[-1160265,1484665],[-1160184,1484077],[-1154418,1488102],[-1154425,1487957],[-1153542,1488355],[-1154107,1487993],[-1153592,1487902],[-1158217,1485497],[-1158724,1485931],[-1158624,1485685],[-1154264,1487514],[-1154071,1487536],[-1158800,1485814],[-1159175,1486157],[-1175325,1405938],[-1175181,1405756],[-1175778,1406409],[-1175969,1406102],[-1175289,1405828],[-1176040,1406480],[-1177106,1404670],[-1177047,1404548],[-1177519,1404101],[-1177511,1404363],[-1176883,1403702],[-1176870,1403842],[-1167238,1414163],[-1166719,1419525],[-1167382,1413186],[-1166467,1419907],[-1167250,1414048],[-1167113,1419597],[-1166061,1420164],[-1167139,1413532],[-1165133,1417995],[-1165448,1417899],[-1166569,1418826],[-1166632,1419228],[-1165180,1418782],[-1165326,1418912],[-1167301,1419036],[-1167225,1419201],[-1167577,1419774],[-1167510,1419912],[-1170065,1409256],[-1170281,1409948],[-1169832,1410018],[-1170308,1409713],[-1170118,1409502],[-1169823,1409670],[-1170081,1409215],[-1168960,1409646],[-1168749,1409262],[-1168140,1409128],[-1168119,1409339],[-1169075,1413568],[-1169216,1413834],[-1169406,1413667],[-1169279,1413754],[-1170027,1413501],[-1170022,1413178],[-1169597,1413069],[-1169784,1413287],[-1168828,1412610],[-1168344,1412762],[-1168349,1412919],[-1167778,1412823],[-1166445,1488123],[-1166373,1488519],[-1166382,1488708],[-1165808,1488674],[-1165976,1488574],[-1180869,1284870],[-1184855,1281362],[-1180832,1287027],[-1184729,1283022],[-1186381,1393799],[-1186225,1393127],[-1186665,1392727],[-1186163,1392924],[-1186466,1393608],[-1186644,1393649],[-1186416,1393910],[-1182335,1407116],[-1182662,1407310],[-1183012,1406910],[-1182791,1407180],[-1183377,1407791],[-1182422,1405888],[-1182468,1405968],[-1183691,1407307],[-1183463,1407163],[-1184224,1407662],[-1182654,1405734],[-1183005,1405600],[-1183497,1406944],[-1182234,1410178],[-1182670,1408692],[-1188819,1417484],[-1190041,1416314],[-1190199,1418086],[-1188334,1417694],[-1182964,1408867],[-1188703,1417381],[-1188113,1417533],[-1189199,1416102],[-1189489,1417542],[-1189226,1416814],[-1187505,1417376],[-1187269,1416806],[-1187033,1417009],[-1189405,1417256],[-1189822,1417900],[-1187873,1416904],[-1189731,1416201],[-1182429,1409750],[-1182665,1410001],[-1183091,1409631],[-1190348,1417217],[-1187487,1417215],[-1189027,1416330],[-1188523,1417819],[-1189120,1417313],[-1180035,1427118],[-1187084,1482360],[-1189634,1487667],[-1187408,1493230],[-1189044,1487423],[-1184820,1490065],[-1184622,1491099],[-1189309,1485417],[-1190293,1513757],[-1198077,1286402],[-1196703,1292581],[-1191458,1287624],[-1202473,1289631],[-1197808,1285233],[-1197486,1290795],[-1191237,1288232],[-1190506,1417606],[-1190791,1417040],[-1192725,1416630],[-1192016,1417886],[-1192533,1416444],[-1191869,1417620],[-1191200,1417152],[-1191744,1415741],[-1192018,1416907],[-1190919,1417970],[-1191103,1416892],[-1191432,1418131],[-1191301,1417831],[-1191672,1416040],[-1192738,1416957],[-1192553,1417884],[-1201242,1447120],[-1200817,1448531],[-1201027,1450394],[-1201743,1450396],[-1202162,1449093],[-1202641,1449964],[-1197780,1480212],[-1198076,1480996],[-1198757,1480186],[-1193705,1490840],[-1191359,1486879],[-1192192,1485720],[-1191538,1510862],[-1193660,1510845],[-1191601,1517371],[-1190583,1516432],[-1191252,1511736],[-1194005,1511456],[-1191262,1513680],[-1203512,1291223],[-1208136,1295818],[-1209306,1297405],[-1207341,1445442],[-1208710,1452461],[-1203913,1450701],[-1208298,1455661],[-1208549,1455561],[-1203375,1476722],[-1203837,1476839],[-1203852,1477665],[-1203636,1476706],[-1211029,1494569],[-1204665,1494274],[-1212516,1485295],[-1205428,1488299],[-1218639,1450981],[-1218959,1452112],[-1218937,1450976],[-1218913,1452250],[-1218889,1450876],[-1218861,1451920],[-1220145,1451868],[-1219999,1451615],[-1219459,1452136],[-1219269,1451119],[-1219373,1451419],[-1219082,1451302],[-1220688,1451268],[-1220728,1451701],[-1218801,1451505],[-1219819,1451813],[-1220738,1451601],[-1220276,1452791],[-1219196,1452295],[-1220068,1452901],[-1218434,1451009],[-1218958,1451794],[-1219246,1452726],[-1219298,1452001],[-1219393,1452072],[-1218405,1451170],[-1218731,1451136],[-1219192,1451424],[-1218464,1452477],[-1218671,1452257],[-1220152,1452098],[-1218875,1452491],[-1219353,1451483],[-1219194,1451348],[-1219193,1451892],[-1220010,1452268],[-1220451,1451957],[-1220669,1452478],[-1218806,1450945],[-1218896,1450772],[-1219338,1451392],[-1220862,1451583],[-1218778,1451293],[-1218196,1450521],[-1219436,1451681],[-1220325,1452662],[-1219155,1452071],[-1218408,1450858],[-1219128,1451100],[-1219613,1450988],[-1219564,1451875],[-1219410,1451323],[-1220187,1452288],[-1220081,1452470],[-1218339,1452666],[-1220107,1452628],[-1218945,1450884],[-1220901,1452914],[-1218733,1452361],[-1220835,1452581],[-1218694,1451778],[-1218338,1451546],[-1220279,1451816],[-1218942,1452632],[-1225011,1469985],[-1225214,1463862],[-1224715,1461954],[-1224233,1463396],[-1224894,1463839],[-1224728,1463169],[-1224293,1463400],[-1224799,1463504],[-1223988,1463660],[-1238533,1504175],[-1238490,1504725],[-1238679,1505743],[-1238866,1505317],[-1238791,1504610],[-1238609,1505086],[-1238138,1503729],[-1252424,1389845],[-1249677,1390024],[-1247880,1390597],[-1252442,1391761],[-1250225,1387892],[-1248029,1390631],[-1252236,1391900],[-1250276,1388083],[-1248694,1390855],[-1247226,1459023],[-1245778,1459171],[-1247386,1458271],[-1247848,1458168],[-1244467,1456627],[-1244710,1458704],[-1249227,1456744],[-1248665,1457336],[-1243588,1458086],[-1245006,1456955],[-1247542,1458683],[-1248452,1457678],[-1248910,1456656],[-1246897,1458919],[-1246805,1459292],[-1247575,1457396],[-1248863,1458206],[-1248694,1457849],[-1246437,1458707],[-1244112,1471617],[-1244345,1471762],[-1244445,1471609],[-1248801,1464735],[-1248658,1497740],[-1249134,1497348],[-1248444,1496275],[-1249815,1496097],[-1249343,1496575],[-1248680,1494905],[-1248303,1493852],[-1247546,1494879],[-1248631,1496357],[-1247205,1494733],[-1248231,1495074],[-1247797,1493931],[-1245285,1500479],[-1247780,1507135],[-1244406,1499428],[-1244766,1499910],[-1243783,1500632],[-1243946,1500282],[-1248949,1498388],[-1248289,1497937],[-1249833,1498002],[-1248769,1498500],[-1250293,1173085],[-1247977,1168988],[-1251012,1172289],[-1247411,1171062],[-1248980,1178233],[-1242971,1183498],[-1248783,1180931],[-1243237,1183322],[-1253440,1280111],[-1255590,1285270],[-1258436,1285290],[-1258299,1287889],[-1256719,1287513],[-1258416,1280785],[-1264623,1313896],[-1264006,1314073],[-1264551,1313473],[-1255480,1393825],[-1260347,1394889],[-1260680,1391307],[-1261164,1394122],[-1257625,1395242],[-1254818,1395178],[-1264443,1390503],[-1260365,1391403],[-1261131,1393507],[-1257327,1395248],[-1255050,1394847],[-1255711,1395474],[-1254410,1456426],[-1254899,1456406],[-1261907,1464063],[-1261588,1464067],[-1259798,1463885],[-1260613,1461804],[-1261982,1463091],[-1260936,1464277],[-1262095,1462626],[-1259894,1462704],[-1259800,1463570],[-1260184,1462687],[-1261037,1462494],[-1260862,1463079],[-1260612,1463408],[-1261360,1462932],[-1262226,1463668],[-1262370,1464096],[-1262880,1463640],[-1262440,1461559],[-1259853,1463839],[-1260137,1463057],[-1260900,1462196],[-1261817,1461351],[-1261020,1463233],[-1262912,1462588],[-1262817,1463531],[-1259847,1492819],[-1259954,1493118],[-1260401,1492220],[-1259404,1493571],[-1260819,1494048],[-1257348,1493610],[-1263348,1501039],[-1256930,1500857],[-1256864,1499461],[-1257525,1500196],[-1266442,1164684],[-1266453,1174999],[-1266141,1185079],[-1265606,1184768],[-1264012,1227889],[-1262153,1225157],[-1263517,1225367],[-1263097,1224385],[-1260733,1227465],[-1261063,1227225],[-1259476,1227272],[-1265413,1223198],[-1264833,1225325],[-1258671,1222023],[-1260866,1225451],[-1266581,1223495],[-1264407,1227233],[-1265623,1223145],[-1261399,1225626],[-1263009,1223117],[-1258547,1221010],[-1261228,1224810],[-1266823,1223424],[-1264421,1239098],[-1263905,1239694],[-1262940,1240114],[-1263007,1240381],[-1262384,1240229],[-1261978,1229913],[-1258696,1233408],[-1261646,1235645],[-1259976,1232951],[-1258200,1234537],[-1265065,1231403],[-1265276,1230433],[-1265896,1230003],[-1261957,1238120],[-1261641,1238269],[-1261466,1239038],[-1260445,1237460],[-1260576,1236848],[-1261294,1236762],[-1261901,1230252],[-1264537,1242404],[-1265427,1243505],[-1265119,1242920],[-1264388,1248906],[-1262824,1248090],[-1264025,1242924],[-1263792,1248594],[-112759,194911],[-113680,194560],[-112949,195162],[-112486,194422],[-112937,195209],[-112369,194416],[-114063,194178],[-112704,193991],[-113870,194346],[-114152,193588],[-112692,193683],[-114550,201876],[-114326,201087],[-114160,194079],[-112978,195148],[-113894,194138],[-112523,194028],[-113509,194828],[-114550,193504],[-114405,201545],[-114314,201502],[-115118,201478],[-112884,276273],[-113687,276005],[-103722,306896],[-104771,306773],[-104453,300942],[-105117,300646],[-104204,300665],[-105475,301376],[-104530,300828],[-105133,300682],[-105411,300113],[-104495,300463],[-103456,307159],[-104643,301491],[-105103,301014],[-104429,300903],[-104882,301142],[-105065,300100],[-105306,300810],[-104103,300681],[-105312,300059],[-104520,300699],[-105184,300573],[-104723,300506],[-105403,300274],[-104815,301402],[-105563,300784],[-105334,300116],[-111436,314898],[-110903,313842],[-111588,313734],[-110750,314842],[-110663,313909],[-109991,314723],[-111390,314050],[-111250,315020],[-103914,308739],[-103833,307660],[-104416,308842],[-104604,309131],[-104549,308813],[-104881,307596],[-110188,314530],[-111323,313615],[-110405,313531],[-110319,313512],[-111038,313538],[-111448,314512],[-111188,314730],[-111413,314265],[-110021,314361],[-111176,314578],[-110065,314353],[-110840,314052],[-110193,313604],[-111153,314714],[-110433,314954],[-104986,308808],[-105019,308676],[-104428,307874],[-103774,308416],[-104368,307429],[-105191,307806],[-104345,307528],[-103726,308711],[-104482,308888],[-105547,307821],[-104675,307707],[-103457,308557],[-105177,307653],[-105644,308894],[-110177,390918],[-111515,391445],[-110067,390894],[-110640,391083],[-112062,390087],[-111677,387298],[-112418,388585],[-113709,391762],[-115087,391476],[-114514,390680],[-114404,390707],[-112578,391030],[-110611,391582],[-110646,391717],[-111129,389881],[-111113,391532],[-110672,391400],[-110389,390516],[-112027,389567],[-111175,391264],[-110223,387220],[-111386,387695],[-110215,388997],[-111386,387093],[-114364,389832],[-113906,391646],[-113940,391379],[-113799,391704],[-114439,391004],[-114647,390485],[-114549,390645],[-105867,431895],[-104450,432918],[-104890,432148],[-105880,432146],[-105548,433739],[-105419,434321],[-105832,432170],[-105792,433241],[-109048,435224],[-107483,433898],[-108374,434322],[-107975,433951],[-108501,435134],[-107442,435233],[-108324,434682],[-108454,434865],[-106006,433433],[-104193,433937],[-106275,434081],[-104494,432630],[-105271,433803],[-104237,433429],[-106110,434285],[-105713,433296],[-105667,433978],[-106459,432702],[-104646,433347],[-104030,433214],[-103931,432633],[-105729,433435],[-105243,433420],[-108150,433417],[-107165,435226],[-107555,433779],[-108925,434015],[-106687,433925],[-108512,433956],[-106616,434723],[-107739,435200],[-107790,434238],[-108673,434654],[-106298,441546],[-106414,443656],[-106298,443601],[-104428,442244],[-106233,442587],[-106281,443230],[-105304,442749],[-105906,441875],[-106007,442783],[-105973,443019],[-104582,441748],[-104683,443130],[-105120,443031],[-104784,441412],[-105813,442178],[-105164,443601],[-104484,443266],[-105556,441702],[-106529,443981],[-106245,441895],[-106702,442448],[-105818,442384],[-104597,441571],[-106988,435469],[-107062,435754],[-108548,435708],[-107160,435503],[-108751,435730],[-111137,449756],[-110519,449034],[-109847,448703],[-111204,448888],[-110307,449658],[-110253,448931],[-109711,448928],[-110542,449395],[-110330,449134],[-110422,449385],[-111215,448994],[-109724,448854],[-110928,450024],[-111083,449893],[-111052,449774],[-109908,448742],[-110602,448706],[-110575,448987],[-102545,454991],[-102490,454021],[12253,151826],[11973,151618],[11653,152873],[9445,151167],[11208,151625],[11400,151191],[9792,150911],[10732,150787],[10066,151192],[9863,149993],[11731,151865],[5952,151579],[5839,150639],[5786,152106],[6279,152199],[7343,151707],[5112,152213],[5078,151413],[6712,150882],[12751,153067],[12173,151815],[12097,153124],[11551,153444],[12744,151401],[9924,152157],[11466,152276],[10146,152183],[9786,150436],[9658,152390],[11308,152364],[9540,151550],[9885,150654],[10166,150173],[11016,150302],[11891,150482],[10560,151337],[10253,150541],[10405,152134],[11414,152082],[5549,150034],[6469,150746],[5289,152299],[5583,150683],[6835,151003],[6288,151619],[5956,151515],[7314,150812],[6756,151201],[5580,150828],[7486,150449],[5050,150665],[5164,150341],[5669,150256],[5499,150221],[3285,176399],[1949,175394],[2751,177155],[2929,175498],[2234,176987],[1754,176039],[2866,175370],[2684,176005],[3360,177343],[2906,177430],[1393,176233],[2303,176365],[3192,175403],[3598,177224],[1685,177323],[1395,176768],[2323,177344],[3427,177348],[2803,177733],[1350,176017],[2644,175397],[1738,177444],[2178,176477],[9373,182724],[10598,181617],[10009,181807],[11021,183221],[9138,182781],[11335,182918],[9477,183174],[11248,181475],[11422,182505],[11293,180976],[10547,181922],[11633,181317],[10611,182175],[10108,182932],[11397,182480],[10501,183104],[9923,182195],[2320,520537],[3139,519816],[3057,520072],[2651,519436],[2765,518973],[1906,519193],[3256,518646],[2452,519807],[2895,518779],[3242,519956],[3634,520535],[3525,520289],[2168,518479],[2870,518710],[2708,518547],[2391,520446],[1589,518232],[3302,520204],[2426,519041],[3031,518463],[3263,518151],[106,95254],[626,93684],[497,93280],[16,95267],[570,93225],[542,93533],[1286932,329440],[1290040,329728],[1285504,328715],[1291454,329673],[1282601,345633],[1286468,341665],[1288094,345233],[1288836,340026],[1288880,339407],[1288163,340288],[1288299,339648],[1288837,340459],[1287406,342143],[1287765,342351],[1286434,341575],[1287419,340337],[1282063,339918],[1283122,343866],[1285305,339719],[1285271,336701],[1285760,333370],[1287342,333976],[1289426,336520],[1288236,345094],[1289404,340035],[1289062,340869],[1288280,339573],[1288195,339746],[1289591,339843],[1287170,342059],[1286954,341423],[1286986,341389],[1287478,342232],[1286526,341111],[1291066,357614],[1281704,347667],[1291873,349042],[1292138,349696],[1291386,349807],[1291568,349809],[1291892,349521],[1289423,348903],[1289219,348538],[1292277,349894],[1288959,348324],[1289335,349235],[1288413,348623],[1287909,346563],[1288259,346313],[1287578,346542],[1287354,346271],[1291611,348989],[1291383,348993],[1292423,348588],[1292429,348682],[1292198,348321],[1292603,350886],[1289551,348876],[1288690,348787],[1289756,349439],[1289924,348380],[1289579,348125],[1288098,345858],[1287616,346321],[1287096,346049],[1288023,346470],[1280032,383407],[1280123,382437],[1280212,385110],[1280090,384947],[1280373,385412],[1281531,481158],[1280241,482520],[1280006,478446],[1280145,479045],[1289494,489674],[1280066,493231],[1289753,496346],[1289729,492422],[1287279,490672],[1282213,492311],[1287595,491684],[1280281,495532],[1287128,499267],[1288852,493492],[1289418,491134],[1287078,497233],[1286819,499042],[1286971,495859],[1284208,493422],[1289337,489792],[1289453,497601],[1291258,491144],[1285499,492625],[1286589,497320],[1290393,496731],[1286506,491694],[1287114,495714],[1290311,493401],[1288876,495465],[1289373,493519],[1289506,495766],[1288472,496136],[1287636,493843],[1291354,492416],[1290525,495120],[1290104,491336],[1288300,492191],[1287915,490806],[1289476,496135],[1280548,498420],[1281363,503264],[1283476,499769],[1284511,501077],[1280156,501819],[1280880,500205],[1286532,503032],[1280771,503569],[1285142,499610],[1280206,501171],[1284610,499443],[1282585,501159],[1281450,500459],[1282930,501671],[1283622,503435],[1284969,502590],[1281585,502355],[1289916,508316],[1284666,504401],[1289637,509723],[1286930,505513],[1285458,509055],[1287095,506991],[1285309,506361],[1285052,508757],[1290317,510150],[1288763,506127],[1287845,507617],[1287556,509250],[1285181,505151],[1288313,510274],[1286163,507159],[1286498,509772],[1290376,509303],[1286042,505213],[1302327,229433],[1301918,229217],[1302846,229406],[1303113,228387],[1302944,228653],[1304944,227835],[1304473,229034],[1303617,227290],[1304319,227261],[1303207,227952],[1301417,226350],[1300677,227821],[1300144,227292],[1300781,228091],[1299735,227132],[1302410,228538],[1301784,228488],[1302792,228512],[1302719,228549],[1303211,229143],[1305135,228923],[1303866,228759],[1303980,228401],[1305157,228964],[1304973,228802],[1301818,228223],[1300797,227771],[1301263,228433],[1300397,227493],[1299745,228178],[1303522,233013],[1303082,232485],[1301350,232399],[1302334,233923],[1302659,232569],[1304196,239294],[1303484,239111],[1303765,240987],[1305434,239370],[1303233,239635],[1303193,234062],[1303450,234336],[1303857,234013],[1302904,233514],[1303841,234655],[1303527,232064],[1302261,233666],[1301775,232703],[1303334,233311],[1303443,232237],[1304259,239236],[1304835,240517],[1305119,240976],[1303662,239402],[1304082,241673],[1302758,233708],[1302949,233910],[1302680,234231],[1304024,233657],[1303753,233618],[1305333,260780],[1304470,260661],[1304671,260577],[1304698,260596],[1304974,260996],[1304821,261219],[1305251,261358],[1305381,263334],[1305365,262875],[1305381,263178],[1303937,280891],[1304581,280647],[1304954,280910],[1304538,281718],[1305421,280420],[1304375,280462],[1304858,271909],[1304784,271656],[1304689,272215],[1304540,272270],[1303891,272268],[1303199,272434],[1303387,271774],[1302361,272177],[1302966,272084],[1302365,271947],[1303335,270475],[1303883,270227],[1304202,270794],[1303914,280970],[1305406,280418],[1304179,281004],[1305200,280415],[1305472,280505],[1305142,280877],[1305122,271592],[1304203,271302],[1304106,272478],[1304524,272802],[1304457,271361],[1305359,272214],[1304831,272159],[1305526,272556],[1302145,271856],[1303621,273284],[1302244,272382],[1302383,273048],[1302171,272357],[1303317,270359],[1304498,270613],[1303448,270093],[1303526,270707],[1304593,289537],[1304967,289826],[1304696,289424],[1305514,288615],[1305402,288778],[1305380,290013],[1298320,313769],[1300402,316651],[1299388,313882],[1300488,314040],[1300957,315425],[1299209,314481],[1299449,315090],[1299616,313943],[1299513,313490],[1299846,312797],[1298650,313792],[1301389,315219],[1299415,315106],[1299314,314968],[1300780,315890],[1300889,314575],[1301604,316027],[1301587,315605],[1293907,322040],[1301799,330205],[1302600,326587],[1301571,326823],[1301419,328414],[1301874,328875],[1301855,329521],[1303588,320713],[1302544,324281],[1302630,321625],[1303252,322939],[1303429,323996],[1303007,323251],[1303221,320530],[1301886,323420],[1299660,331084],[1301398,331362],[1301326,331681],[1298085,331341],[1299455,330683],[1300229,330426],[1298225,332871],[1301027,328928],[1302181,327247],[1300793,328760],[1301834,328887],[1304429,323973],[1304301,323406],[1303986,320723],[1305211,323844],[1301942,321529],[1304313,323262],[1302076,323942],[1302794,323911],[1302617,323794],[1303393,322386],[1301386,331494],[1301124,331783],[1301748,331813],[1300381,331192],[1299158,330345],[1301668,331283],[1300959,331942],[1298534,330723],[1303165,330270],[1302450,330564],[1303580,329629],[1301999,329985],[1303363,328760],[1303020,329290],[1302050,330654],[1302699,329432],[1302179,329071],[1303497,329546],[1304075,329428],[1302879,328813],[1303940,329738],[1302661,329129],[1304017,329152],[1303466,329663],[1302227,332458],[1304341,329887],[1303216,330510],[1304401,328081],[1304674,330145],[1302193,329632],[1302720,329311],[1303587,329524],[1303769,328640],[1303253,329379],[1303475,328636],[1298299,333279],[1299197,333418],[1293506,351005],[1292901,350807],[1293665,350750],[1293694,350073],[1292977,350575],[1293652,350545],[1305335,380186],[1305201,380829],[1305180,383239],[1313420,159053],[1314029,159117],[1313688,159137],[1313466,159288],[1313506,159268],[1313926,156588],[1313367,156675],[1314036,156262],[1314022,156974],[1314129,156113],[1317724,161209],[1317144,161295],[1316805,160225],[1316890,161003],[1316431,161474],[1317221,157343],[1317847,157840],[1317521,157755],[1317841,157274],[1318121,157257],[1313673,159936],[1313592,159199],[1313330,159118],[1313418,159456],[1313889,159410],[1313675,156448],[1313569,156238],[1314054,156607],[1313574,156135],[1313326,156415],[1317107,161134],[1316906,160640],[1316822,160225],[1316830,160439],[1317735,161360],[1317076,157887],[1317502,157674],[1317692,157041],[1317518,156923],[1316990,157415],[1313992,173176],[1315235,167339],[1314823,167482],[1315298,168148],[1314600,167649],[1314637,167270],[1316775,168576],[1316678,168490],[1316361,168326],[1316724,168265],[1316744,168011],[1314084,171171],[1313511,171471],[1313429,170857],[1313250,171566],[1314191,171958],[1314999,167810],[1315506,167264],[1315540,167937],[1314763,168022],[1315340,168062],[1316659,167795],[1316400,168720],[1316603,168629],[1316699,167862],[1316216,168718],[1314201,170933],[1313849,170953],[1314131,171352],[1314277,170994],[1314200,170850],[1316127,213220],[1316063,215466],[1315915,212309],[1317733,210681],[1318377,213686],[1316114,211581],[1316769,214527],[1318145,229946],[1314926,228296],[1317775,227607],[1315315,226249],[1315479,223549],[1317461,226541],[1318335,222281],[1316995,223401],[1317092,223925],[1317582,225235],[1315332,224160],[1316610,225144],[1314335,224548],[1307290,267908],[1306946,268204],[1307012,266748],[1306231,267882],[1307120,267785],[1307552,268712],[1307677,265707],[1307490,266227],[1306545,266006],[1306786,266350],[1307318,265613],[1306450,264411],[1306106,264813],[1306145,264716],[1306351,263645],[1306165,263716],[1305645,260647],[1305876,263186],[1305691,262689],[1305674,263691],[1305758,262940],[1305612,263980],[1306735,263748],[1307377,265033],[1306709,265060],[1307340,264235],[1306710,265049],[1308842,268062],[1309871,267462],[1309196,266415],[1309817,266610],[1308767,266983],[1306997,267931],[1307117,268165],[1306377,268155],[1306954,268074],[1307659,267571],[1306734,265677],[1307697,266146],[1307032,265809],[1306801,265519],[1307661,267010],[1305840,263283],[1306088,264112],[1305957,263688],[1306693,264439],[1306468,263931],[1305762,263840],[1307766,264387],[1307518,263693],[1307493,264888],[1307934,264210],[1306616,264820],[1308580,267254],[1309012,268254],[1308932,267937],[1309802,267200],[1309345,268435],[1307586,266930],[1307968,268397],[1308038,268103],[1307296,268339],[1317277,259234],[1317827,259349],[1317579,259453],[1317793,258487],[1317661,258344],[1305749,276200],[1307242,277146],[1305849,276618],[1306837,276306],[1305719,276152],[1306096,272303],[1305925,273243],[1306060,273709],[1305879,272170],[1305802,272395],[1306409,269100],[1307083,269837],[1307059,269624],[1306625,269040],[1307471,270109],[1307700,269358],[1306206,276516],[1306000,276388],[1305940,276013],[1306007,276314],[1306778,276067],[1305745,272418],[1306181,273180],[1307207,270045],[1307603,269287],[1307139,269231],[1306202,269928],[1312386,285596],[1306286,286591],[1306038,287840],[1307544,286812],[1307192,287543],[1307075,286851],[1305922,289233],[1305611,289645],[1310690,285788],[1310403,286375],[1310190,286548],[1309984,287085],[1310967,286376],[1306356,286387],[1306850,287803],[1306890,287110],[1306739,286784],[1306358,286453],[1307582,286330],[1306090,289398],[1306043,289502],[1310933,286708],[1310004,287266],[1310236,287324],[1310204,286537],[1311436,286204],[1307749,328078],[1308128,329279],[1309201,330055],[1307994,329912],[1310120,329492],[1308022,329305],[1308718,330632],[1308771,330580],[1307997,323245],[1306470,325408],[1308995,324952],[1306838,325003],[1308321,323517],[1306986,323832],[1308928,323583],[1306806,322983],[1306427,325902],[1308197,324024],[1309554,329893],[1307911,328041],[1308529,328329],[1309753,329035],[1309060,331046],[1308329,330088],[1307638,322888],[1308303,324896],[1307866,325114],[1307125,325125],[1308343,325526],[1307454,324592],[1306920,324224],[1306373,329504],[1307356,331166],[1309127,322961],[1307303,329903],[1306708,328888],[1317422,366405],[1317889,367022],[1317866,366943],[1317672,366577],[1318094,365701],[1317568,366432],[1317758,365770],[1318048,365858],[1318252,366312],[1308346,383943],[1306069,383299],[1308400,381051],[1305896,381597],[1307078,380751],[1305857,383259],[1309033,383664],[1308533,383514],[1305823,381428],[1308483,381842],[1306446,383635],[1306463,383460],[1308271,383711],[1305834,383260],[1308069,381152],[1316869,113575],[1314340,108223],[1316880,114554],[1316358,111373],[1314792,112944],[1314528,109762],[1314482,117621],[1317508,122059],[1317415,127724],[1318068,122688],[1320691,129589],[1323596,129704],[1320705,131353],[1324888,131661],[1325554,129657],[1321036,163924],[1320769,164088],[1321231,164519],[1321223,164219],[1320595,164059],[1320525,164605],[1320536,163813],[1320498,164414],[1321241,163987],[1320774,164765],[1318437,168018],[1318863,167397],[1319040,167830],[1318581,167420],[1318613,167595],[1319162,167549],[1318472,167656],[1319213,167225],[1318561,167913],[1318404,168063],[1322218,214606],[1320635,210458],[1320402,214659],[1321141,211800],[1321107,215730],[1318873,213776],[1319129,214567],[1320227,211568],[1320681,212032],[1321309,211824],[1318529,215291],[1319337,230387],[1318648,230399],[1319624,229904],[1329877,218098],[1329969,218650],[1329241,218365],[1329465,218384],[1329283,218128],[1328745,221005],[1328037,220579],[1328139,221193],[1328710,220894],[1328882,220755],[1327351,218941],[1326595,218433],[1327270,218728],[1327129,218990],[1326939,218116],[1319203,230001],[1319011,229833],[1329764,218743],[1329345,218342],[1329588,218409],[1329526,218311],[1329693,218323],[1320635,221802],[1319215,224687],[1318939,226277],[1318695,224507],[1320541,223334],[1324098,219465],[1327597,218465],[1324035,221401],[1323543,220348],[1325758,218883],[1323940,223337],[1325046,223681],[1322181,222598],[1326737,220886],[1324235,219533],[1326950,222299],[1326667,221842],[1324660,221899],[1324439,219252],[1325925,221256],[1326970,218828],[1324602,222664],[1320832,224576],[1321386,228988],[1322116,227997],[1323825,227319],[1320949,227637],[1322117,223810],[1320270,228809],[1321032,229744],[1320220,226721],[1322484,226729],[1323459,227684],[1326517,224281],[1325031,224417],[1326218,228174],[1323412,226042],[1320600,224622],[1321671,224868],[1321399,226638],[1326052,242925],[1327595,242922],[1322124,241449],[1321720,242205],[1322049,242348],[1321343,241910],[1322151,242022],[1327649,240405],[1327769,239980],[1326762,240173],[1327259,240409],[1328313,238717],[1328171,238253],[1327791,238042],[1328288,237650],[1327821,237907],[1319440,231193],[1319017,231198],[1319024,230714],[1322046,233129],[1322852,232184],[1322229,233424],[1322423,232352],[1322499,232224],[1321789,235574],[1321512,234433],[1321919,234690],[1321772,235129],[1321203,235328],[1320693,236995],[1321235,237224],[1321010,236836],[1321427,236475],[1321347,236904],[1323618,235703],[1323072,235707],[1323639,235731],[1322791,235411],[1323252,234936],[1319749,236676],[1319392,236586],[1319838,236958],[1319195,236864],[1327580,242916],[1326123,243338],[1321729,242158],[1322115,241862],[1321155,242537],[1321200,242442],[1321889,241438],[1327579,240559],[1328963,240857],[1328479,237550],[1328043,237554],[1327221,238351],[1328540,237921],[1327985,238100],[1318943,230882],[1321542,233666],[1321759,232187],[1321936,232081],[1322098,232442],[1322401,232964],[1320913,235121],[1320502,234509],[1321236,235262],[1321485,235556],[1321796,234446],[1321659,236934],[1321537,237476],[1320940,237445],[1321600,236101],[1320756,236525],[1323807,236128],[1322437,236212],[1322748,235374],[1323486,236418],[1319208,237134],[1319917,237354],[1319807,237140],[1327250,243803],[1326188,243680],[1324499,249367],[1323319,250577],[1323313,249723],[1323301,250084],[1323531,249906],[1328338,245817],[1327056,245751],[1327670,245554],[1327617,246733],[1328492,245845],[1326449,243988],[1323234,249770],[1323539,250138],[1324197,249802],[1324234,250350],[1324550,249845],[1328172,247012],[1327439,246216],[1327610,245892],[1327976,246840],[1327928,245670],[1326103,243614],[1327219,243822],[1326989,243798],[1331179,261429],[1329412,263298],[1330542,260614],[1329877,261079],[1329952,262847],[1329537,268693],[1330626,260425],[1330409,265331],[1330357,264845],[1330674,263861],[1330857,260361],[1330759,260681],[1329905,260752],[1330284,260400],[1331164,261597],[1330238,260703],[1331067,260027],[1330788,261187],[1328301,267295],[1331197,263759],[1323047,260941],[1327141,261681],[1323001,261329],[1329561,268097],[1327584,261764],[1322934,262933],[1331059,263359],[1321553,260376],[1321672,261615],[1321346,260132],[1321311,261170],[1321786,261384],[1322466,263716],[1321681,265329],[1319458,260084],[1319382,259493],[1319837,259385],[1318723,258154],[1322924,263487],[1322957,262752],[1321967,260460],[1320950,260293],[1321919,261257],[1320981,259898],[1321586,261411],[1321975,265206],[1321124,265055],[1321445,264168],[1322247,265314],[1321353,265260],[1318680,258094],[1329276,272202],[1330277,269658],[1330007,281427],[1328409,273089],[1327793,273827],[1328645,273961],[1328270,273299],[1328985,273674],[1326443,272516],[1329297,280437],[1327500,273092],[1326876,273487],[1328541,279411],[1329326,269924],[1329090,269196],[1329783,268092],[1330784,269804],[1330059,269836],[1329767,267926],[1328023,273449],[1328465,273754],[1328299,274354],[1329146,274132],[1328654,274203],[1327240,273668],[1326894,274070],[1326005,272369],[1326987,271713],[1326355,271864],[1328213,270468],[1328912,271106],[1329293,271481],[1322813,279314],[1322673,280008],[1322658,279483],[1322834,279661],[1323235,279264],[1320178,276094],[1320513,276293],[1320567,276086],[1319933,276063],[1319709,277270],[1323119,277381],[1324063,280395],[1325477,281483],[1325208,280350],[1323627,281385],[1322293,269681],[1322108,280219],[1323323,279277],[1322429,279180],[1322426,280021],[1322271,279138],[1320660,276225],[1319398,276745],[1319285,276995],[1320339,276040],[1320336,276624],[1318586,286020],[1319672,285568],[1319713,285820],[1319526,285838],[1318762,285767],[1329727,284469],[1328237,286038],[1322691,286738],[1329982,285593],[1319326,285012],[1318944,285755],[1319938,286307],[1318884,285889],[1318644,285667],[1322187,284577],[1321167,284425],[1322050,284480],[1321506,284490],[1321295,284765],[1325100,284456],[1324623,284076],[1322171,283699],[1322441,284509],[1321544,283881],[1321216,283590],[1322234,283306],[1324230,330335],[1327239,327673],[1328027,327264],[1325262,331823],[1325645,321738],[1330736,323371],[1325849,321379],[1324311,322052],[1325215,323272],[1324949,327384],[1329111,322615],[1323920,323479],[1329836,344691],[1326445,344730],[1330729,345386],[1330046,344672],[1328317,345179],[1328795,344844],[1329908,350634],[1327778,349867],[1325266,348389],[1325803,349893],[1325511,349061],[1324710,348835],[1327945,349500],[1327842,349751],[1324328,348071],[1329369,346451],[1325720,346089],[1321539,365696],[1320266,364925],[1321004,364693],[1321704,365600],[1320741,365498],[1320229,361620],[1321237,361562],[1320273,361063],[1321551,364100],[1321353,364769],[1321656,363757],[1321884,363659],[1321722,363749],[1321591,365536],[1320444,365449],[1320848,364432],[1320491,365612],[1320883,365469],[1318670,367093],[1320533,361979],[1321313,361841],[1321216,361363],[1320178,360945],[1321027,361138],[1321922,363811],[1321886,363527],[1322344,364814],[1321733,364583],[1322538,364078],[1331118,371038],[1330829,370879],[1330706,371004],[1330960,372295],[1330817,372827],[1328037,400412],[1328250,400472],[1327946,400285],[1328801,399858],[1329091,399658],[1328551,399721],[1326715,399435],[1326372,399782],[1326859,399045],[1326513,398578],[1326958,399003],[1326473,398566],[1327179,400736],[1327275,401061],[1327397,401156],[1327039,399719],[1326519,399713],[1326757,399777],[1327852,403133],[1327633,402738],[1328013,403491],[1326252,403284],[1325847,403154],[1326304,403336],[1326427,403856],[1326041,404067],[1326535,403776],[1326311,404482],[1326387,404857],[1325886,404540],[1326717,406027],[1326778,405790],[1326688,406326],[1327794,404395],[1327685,404221],[1328026,404584],[1328356,403541],[1328068,403809],[1328335,403750],[1328002,401469],[1328067,401517],[1328104,401219],[1326845,400388],[1327168,400268],[1327031,400657],[1328781,398443],[1328449,398604],[1328634,398265],[1329003,398996],[1328760,398746],[1329016,398829],[1326266,398053],[1326242,397982],[1326712,397816],[1322930,411048],[1330723,446304],[1329938,447703],[1324365,458200],[1328397,455768],[1324162,457826],[1323415,456996],[1325089,452098],[1327935,452924],[1328450,451999],[1324415,456575],[1325139,456243],[1326855,457169],[1327284,457099],[1324263,456266],[1326088,454971],[1327080,458263],[1329210,455703],[1324996,456631],[1326789,451915],[1326137,452368],[1329269,451465],[1330357,448592],[1330620,450706],[1329767,450940],[1319906,98283],[1324517,96208],[1321913,94161],[1319737,93998],[1324450,94458],[1321023,97895],[1319894,97476],[1321364,96151],[1328012,94004],[1323687,99937],[1323059,98392],[1328045,94239],[1326656,96611],[1328925,99471],[1327192,99055],[1322449,111752],[1318433,113382],[1324118,111218],[1321948,114015],[1322497,115150],[1324617,108478],[1329586,103713],[1320188,102714],[1321941,104056],[1324657,114098],[1324585,115617],[1320632,116313],[1321777,115632],[1321887,115423],[1324783,121736],[1326568,121050],[1322242,125720],[1322883,127803],[1323723,120910],[1322860,127311],[1321779,128169],[1319662,123492],[1327653,127915],[1326070,123019],[1343987,137485],[1340208,136320],[1343958,138354],[1338083,137208],[1339637,136268],[1337288,141027],[1340301,143455],[1342130,144939],[1341201,142321],[1341438,141856],[1337797,142286],[1340158,142190],[1338219,141536],[1339517,142419],[1343456,142297],[1340447,213550],[1341371,213746],[1340401,213709],[1340128,213557],[1341013,213919],[1341659,215283],[1341935,215229],[1341843,215137],[1339983,214378],[1340947,214222],[1340241,213771],[1340126,213296],[1341220,214282],[1340713,213121],[1341515,215752],[1341278,215684],[1342053,215320],[1341191,215349],[1339594,213898],[1339947,214938],[1340194,213804],[1340278,213866],[1343657,208543],[1343379,208329],[1343576,211066],[1343743,210156],[1343978,210069],[1338194,255471],[1336950,255250],[1337695,256068],[1337118,256134],[1336943,254652],[1337286,254575],[1337258,254416],[1336904,254692],[1337627,255321],[1337389,253233],[1337350,254003],[1338414,254347],[1339669,247585],[1339370,247728],[1339456,248187],[1338425,248158],[1338996,247310],[1336941,255204],[1338006,254677],[1338228,255361],[1337469,255956],[1337187,255096],[1337393,255773],[1336968,255138],[1337781,254259],[1337061,255254],[1337238,254315],[1337769,253090],[1339262,248507],[1338438,248573],[1339012,247198],[1338892,247559],[1339164,248457],[1332489,264031],[1331960,263777],[1332454,263461],[1332519,263595],[1331547,263369],[1331448,265181],[1331543,264606],[1331637,260216],[1331301,261705],[1331721,264618],[1332194,263384],[1332887,264395],[1331699,263837],[1332820,263250],[1331255,264431],[1331383,261037],[1331451,261050],[1337369,256273],[1337112,256212],[1332435,279920],[1332133,281048],[1331258,269179],[1331398,269025],[1331800,282254],[1333171,285047],[1333688,318377],[1333340,318303],[1333774,318180],[1333202,318678],[1333507,318551],[1334426,319353],[1335246,319270],[1335000,318466],[1334765,319136],[1334629,318818],[1338053,319515],[1338473,319842],[1338144,320017],[1337836,320069],[1338303,319949],[1337484,316320],[1337015,316385],[1337540,316168],[1337644,315915],[1337855,316151],[1339641,316916],[1339256,317426],[1339467,316970],[1339496,316982],[1338885,317663],[1333504,318228],[1333114,318862],[1333308,317974],[1333262,318681],[1333444,318028],[1335161,318390],[1335098,318703],[1334818,318443],[1334751,318460],[1334928,318884],[1338390,319368],[1337761,319634],[1338198,319597],[1338093,319193],[1338548,320008],[1337664,315584],[1337128,315499],[1337868,316318],[1337860,315893],[1337853,315807],[1339085,317638],[1339035,317233],[1339328,317015],[1339606,317540],[1339554,316847],[1332472,327508],[1334238,321879],[1333629,327623],[1332551,322382],[1332778,322780],[1334194,322259],[1343226,320799],[1338078,326634],[1342561,323993],[1338992,326308],[1336140,321473],[1343909,325285],[1342243,321220],[1341040,322007],[1336367,344058],[1336156,341740],[1336895,344964],[1337000,343540],[1336795,342259],[1337189,344730],[1336158,345335],[1337288,344525],[1333316,345439],[1334446,344347],[1332537,345178],[1336584,341591],[1337255,341340],[1334206,344404],[1334205,344353],[1333734,343908],[1333778,343192],[1337158,343590],[1334352,342290],[1336955,356532],[1338763,357034],[1339677,353837],[1341273,356642],[1336469,354557],[1338150,353051],[1340681,353982],[1340708,352217],[1341309,357915],[1340139,349621],[1341442,355880],[1340961,357925],[1338775,350345],[1336551,347677],[1331955,350590],[1337285,346607],[1332006,350435],[1331277,349976],[1333986,348209],[1332609,350008],[1333009,349860],[1333310,349731],[1331920,349828],[1332865,347757],[1334322,370424],[1333085,367413],[1331754,369355],[1334146,367484],[1333849,368640],[1332842,367016],[1334413,367204],[1333035,370669],[1333502,370912],[1333696,367958],[1332646,367228],[1332534,369513],[1332163,368718],[1331944,367404],[1334178,368992],[1334377,370363],[1332719,370749],[1334189,370514],[1337305,359180],[1337188,363211],[1331831,363645],[1338537,368127],[1337563,368178],[1333856,366547],[1337958,368221],[1338649,364989],[1337879,367393],[1336806,365536],[1336238,369459],[1332097,370781],[1338406,363048],[1332504,369289],[1338456,368077],[1337275,369309],[1334234,362955],[1339152,364492],[1340400,365427],[1337539,379450],[1336987,377710],[1338037,377574],[1337226,376320],[1336960,376886],[1336841,378017],[1338249,379560],[1341238,380308],[1341608,380143],[1339196,379030],[1339133,378202],[1340109,380123],[1339344,380233],[1339483,379782],[1337474,383089],[1340306,383378],[1337525,384144],[1333572,378255],[1334891,379536],[1333938,378564],[1332981,377442],[1332663,378073],[1332478,380192],[1335152,377859],[1335182,379276],[1336981,372423],[1336064,374821],[1338746,372475],[1336757,375736],[1334880,374700],[1336912,372567],[1334773,375503],[1336872,372482],[1334017,373426],[1334613,373726],[1332844,371428],[1334627,372005],[1333426,372733],[1343870,380581],[1342516,380630],[1337029,378632],[1336834,375773],[1336950,376519],[1336458,378603],[1336530,377141],[1336230,376208],[1341619,378736],[1340442,381708],[1341330,380603],[1340724,381500],[1338556,380443],[1338572,381692],[1340310,380520],[1338849,380615],[1339720,378743],[1340336,379155],[1338004,382936],[1336824,383241],[1337758,383333],[1337427,383421],[1336978,383483],[1340675,383199],[1334245,377245],[1332786,381387],[1331669,378138],[1333396,378160],[1334942,377886],[1331809,377386],[1333959,378654],[1331409,379529],[1331682,379693],[1333007,377865],[1338239,374920],[1337653,374354],[1337731,375571],[1336462,372520],[1335144,373245],[1335713,371688],[1335102,372006],[1335482,374612],[1337611,371625],[1335278,371787],[1333484,372382],[1334127,373890],[1333954,372935],[1334201,374040],[1334651,371531],[1332411,373636],[1331623,374400],[1342866,379999],[1343083,381161],[1343391,380887],[1343397,379777],[1343249,381754],[1339574,385653],[1339096,387121],[1340938,384641],[1340054,385840],[1339561,389932],[1338557,388674],[1338529,388310],[1337302,390651],[1339250,388657],[1339583,388222],[1339834,388566],[1336990,387939],[1338800,388651],[1338750,390424],[1333343,391684],[1334369,389065],[1334870,388457],[1333186,390445],[1335771,388300],[1333404,391797],[1332657,390228],[1336215,391130],[1333189,388414],[1332675,390414],[1338688,395274],[1337931,396193],[1337635,396770],[1339955,394055],[1341553,396448],[1339489,394390],[1340248,396479],[1340052,395819],[1339186,385261],[1339558,384634],[1339908,385495],[1338527,384707],[1337709,385097],[1340344,390258],[1339345,390901],[1340224,390141],[1337614,389430],[1340090,390183],[1340296,388368],[1337291,389647],[1338912,390380],[1332312,389712],[1335324,390519],[1336200,390560],[1335618,391254],[1332961,390271],[1334078,388317],[1333055,388964],[1335177,389362],[1340395,394673],[1341366,395910],[1339728,396000],[1340327,397440],[1339363,399625],[1338183,398509],[1341882,399446],[1338827,400399],[1339042,398229],[1338463,398978],[1340508,401130],[1337904,399444],[1338086,399579],[1340997,400318],[1338593,403829],[1340384,402106],[1340666,405100],[1339134,402825],[1341357,405652],[1341531,402793],[1341675,404462],[1340662,404218],[1341671,405007],[1341007,404444],[1338033,397371],[1338052,397866],[1337768,397379],[1340969,399109],[1338570,398781],[1338611,398829],[1340133,398818],[1341669,401376],[1339156,400378],[1338766,398916],[1341190,399782],[1339873,403841],[1340388,404951],[1340193,405766],[1339877,401897],[1339609,405549],[1340984,403954],[1342289,402737],[1342084,402976],[1334153,446713],[1332991,445280],[1331806,446720],[1333436,445288],[1331993,447640],[1333542,445474],[1334212,458084],[1338648,454932],[1336718,458750],[1335642,454999],[1335417,460792],[1332919,460092],[1338114,458986],[1338911,460180],[1338748,455423],[1335398,458820],[1336108,456614],[1333780,456405],[1334332,457714],[1335907,458820],[1337641,457722],[1333060,458386],[1333108,457418],[1332426,458741],[1331406,449886],[1331986,448531],[1331531,450988],[1334454,449952],[1331407,449476],[1331750,449693],[1335745,469037],[1335894,470675],[1340629,469300],[1335992,470262],[1338081,466870],[1341313,468756],[1341387,466474],[1338101,467022],[1341572,471341],[1339633,470188],[1338116,467321],[1336577,469738],[1340670,468216],[1340916,468207],[1340987,468181],[1337551,468759],[1341188,469013],[1341471,467587],[1337393,486011],[1338906,486207],[1339746,485383],[1338093,485708],[1340247,484668],[1342544,477489],[1341956,479086],[1342170,480696],[1341206,480967],[1342954,479363],[1342077,482393],[1338138,480050],[1341276,478677],[1338728,476907],[1337738,478884],[1342934,482153],[1341063,479346],[1343386,480329],[1342911,478974],[1338126,476875],[1339856,477879],[1339211,478866],[1343187,481942],[1343953,482468],[1343591,482499],[1343579,484468],[1343441,483244],[1338320,488729],[1340418,489055],[1339222,488956],[1336836,487840],[1341884,487650],[1338863,490109],[1341031,490373],[1338454,487323],[1342406,486878],[1338349,489908],[1341710,487862],[1343187,490189],[1341347,488996],[1339511,495637],[1340006,494852],[1337033,496130],[1341616,497615],[1339318,497133],[1339330,496790],[1336700,491780],[1338641,498187],[1340345,496714],[1341270,497970],[1338639,496229],[1338399,498084],[1339592,497442],[1337931,497932],[1340972,497453],[1339953,496364],[1335772,493545],[1340058,494649],[1334688,499149],[1340173,498145],[1335057,498882],[1343767,496143],[1342613,494673],[1343056,498142],[1342010,495903],[1342061,498649],[1342311,495010],[1341588,496158],[1341597,492074],[1341513,494562],[1342493,492868],[1343022,492487],[1342868,492547],[1340503,502590],[1339041,502181],[1336869,500392],[1336016,500502],[1337916,500114],[1336955,500091],[1335365,500221],[1336264,503856],[1338017,499869],[1340501,499878],[1335771,501400],[1339256,504438],[1334982,502274],[1337812,499900],[1334771,503281],[1340292,510502],[1339825,505620],[1340565,510942],[1342044,506498],[1341255,504937],[1342692,511003],[1336046,509434],[1336592,506334],[1342064,509196],[1339210,508381],[1338761,511500],[1340269,510480],[1339498,507003],[1338142,507634],[1337381,507902],[1336880,510322],[1340547,508317],[1338094,508322],[1342297,503622],[1343207,502481],[1342336,505177],[1342883,504439],[1342437,501443],[1343592,503563],[1343492,502062],[1343245,500608],[1344787,136871],[1345314,144760],[1344000,145814],[1354187,211052],[1353059,212910],[1353076,210708],[1356432,211001],[1354727,208942],[1354554,213905],[1354985,213151],[1356226,209220],[1354655,212067],[1352998,210995],[1354895,208478],[1355566,213155],[1354059,212072],[1348593,207093],[1347086,206641],[1352396,208659],[1353117,209735],[1350958,213391],[1350939,211040],[1351876,209424],[1349394,210442],[1347952,210538],[1349726,209876],[1345684,206698],[1345224,210172],[1345349,211297],[1344062,210851],[1346321,206802],[1344436,211501],[1347643,210881],[1347559,209201],[1356504,227033],[1346333,263997],[1346446,261524],[1346592,264114],[1346347,263323],[1346962,264076],[1346275,261946],[1346141,262962],[1346123,261847],[1346913,261885],[1347033,261817],[1347203,262143],[1346829,264124],[1346338,263441],[1346384,263420],[1346138,261640],[1346821,262365],[1347010,261656],[1347253,261505],[1346065,262672],[1347238,261484],[1354050,326484],[1353570,327209],[1353342,326369],[1353417,326409],[1353972,326339],[1344504,325470],[1345612,322327],[1344088,321150],[1345965,320674],[1344556,322302],[1344464,324966],[1344662,328019],[1344322,325340],[1345013,322346],[1346372,322854],[1354036,327022],[1353905,326382],[1353344,326839],[1353269,326927],[1353425,326595],[1350702,345602],[1345211,358498],[1345466,354637],[1345965,357471],[1354464,351681],[1350829,346119],[1351594,348505],[1352994,346247],[1353015,348222],[1351197,352509],[1354173,348835],[1351191,349078],[1351664,348991],[1351286,350069],[1352239,348820],[1349697,347217],[1355204,348395],[1353080,347859],[1353600,350260],[1354680,352757],[1349601,346553],[1345174,359233],[1351107,383891],[1350892,383830],[1349917,383691],[1350639,384198],[1344831,380639],[1344887,380127],[1344538,380889],[1344588,381320],[1344500,379662],[1349779,379041],[1348867,379506],[1349462,380380],[1350504,381709],[1351854,380872],[1351086,379992],[1351536,378039],[1349781,379399],[1350871,381161],[1348269,379425],[1353995,376660],[1352480,379171],[1352915,379655],[1352873,379156],[1355568,378295],[1354299,377221],[1353195,378241],[1355586,379236],[1356434,376346],[1355038,379186],[1355917,372962],[1355999,382885],[1356216,382832],[1355609,382800],[1355767,383122],[1352479,384122],[1356091,383746],[1356081,383161],[1355732,380569],[1356385,383374],[1356107,383121],[1345311,381497],[1345102,377969],[1344559,381360],[1344429,378457],[1344122,380757],[1344004,381209],[1348956,378453],[1352225,378617],[1350226,379627],[1349952,379431],[1350306,380694],[1348172,378494],[1349604,380782],[1350251,381717],[1353095,378255],[1355129,377693],[1354823,377629],[1352876,378221],[1352963,379361],[1355298,376863],[1354955,376930],[1352699,377636],[1355571,383224],[1355603,383685],[1356028,383836],[1355553,383172],[1356038,383587],[1355551,382020],[1355650,382761],[1356072,380061],[1351594,386269],[1352629,384989],[1349597,385671],[1351453,385958],[1349507,384257],[1351731,384453],[1356587,384202],[1351249,386802],[1352272,385264],[1353353,386418],[1351380,384977],[1353808,384291],[1351096,385156],[1354777,384860],[1351809,387535],[1351386,384256],[1352926,384276],[1351693,385668],[1353035,384625],[1352343,386650],[1350472,384798],[1352100,385897],[1351032,385606],[1353073,386291],[1352607,384727],[1351806,386448],[1352423,385678],[1353332,385055],[1353361,385474],[1351997,385815],[1351361,385030],[1352881,387354],[1345468,406348],[1347853,408388],[1344558,408677],[1348215,407194],[1346615,408938],[1347262,407536],[1344969,408946],[1346119,408334],[1345261,408777],[1345831,408255],[1346461,407749],[1345537,408844],[1347846,408170],[1345780,408187],[1348032,406550],[1345094,406338],[1347088,408934],[1344999,407940],[1355993,441105],[1356741,441328],[1356634,442835],[1356222,440408],[1356276,440155],[1355837,442412],[1355679,458261],[1352867,456361],[1353779,457445],[1353128,455750],[1355049,453918],[1355438,454161],[1351170,454373],[1355338,460712],[1345345,459507],[1345799,458935],[1351685,460644],[1348322,470421],[1349686,472132],[1347448,472998],[1350228,473714],[1348236,471242],[1349424,472113],[1348436,472831],[1347762,472303],[1349813,472727],[1350495,468262],[1351299,465335],[1347421,462637],[1348876,463407],[1351726,468268],[1352148,464466],[1348684,463560],[1352164,467867],[1354366,466082],[1355457,461693],[1354864,468318],[1350154,467066],[1347520,461108],[1347750,463119],[1354705,486532],[1347030,482600],[1348194,485058],[1345890,484616],[1345069,484294],[1348873,484010],[1348500,483974],[1346538,483696],[1347690,483467],[1347568,484138],[1344307,482622],[1344981,483420],[1344159,485463],[1349052,481363],[1345962,481194],[1346385,478485],[1350203,478531],[1347819,482314],[1345123,479319],[1346293,480355],[1347033,478871],[1346111,479217],[1349948,480619],[1349766,479744],[1346530,481196],[1346427,477919],[1348811,480804],[1346749,481265],[1350813,479603],[1350515,479966],[1347391,481591],[1351371,475329],[1350008,474809],[1350037,474909],[1348123,475700],[1348514,476631],[1348643,474800],[1348858,474550],[1352064,475812],[1350452,476257],[1348068,497251],[1344147,493119],[1345719,496108],[1345097,494773],[1344321,496753],[1345843,495279],[1350986,494122],[1348008,496430],[1349978,495112],[1352999,496209],[1350883,496287],[1352798,495153],[1353419,496397],[1353524,493383],[1347932,494277],[1350949,497776],[1350291,493550],[1347953,493006],[1354354,495635],[1350155,493621],[1348495,494708],[1350170,493614],[1350419,491267],[1351196,495800],[1353478,498822],[1356284,499175],[1356743,498776],[1354702,487160],[1356350,491767],[1353715,487347],[1355110,488733],[1355454,491554],[1353936,491600],[1352504,491366],[1353729,491731],[1356641,489630],[1355851,492385],[1356332,488889],[1353725,487932],[1354069,491858],[1351381,492206],[1344153,487595],[1346456,486934],[1344973,500703],[1348050,500240],[1348265,503522],[1345406,501512],[1345345,502236],[1345922,500272],[1345226,501391],[1348326,501933],[1345659,499920],[1344606,504731],[1349142,503785],[1353212,504450],[1353982,503529],[1349662,506232],[1350923,504048],[1351847,505066],[1351195,504846],[1350298,504004],[1353684,505130],[1350684,506853],[1348667,501883],[1351446,503585],[1350990,505328],[1348439,504109],[1351387,502569],[1349183,504086],[1351687,502236],[1351701,505210],[1353583,500070],[1356794,504303],[1355296,502012],[1355889,502935],[1354990,500207],[1353824,503790],[1356669,502250],[1355344,499717],[1363166,200712],[1367481,200559],[1367542,202008],[1365639,200176],[1368946,200391],[1364369,202946],[1369053,204445],[1369370,204065],[1365340,205983],[1366982,207934],[1363456,207535],[1364347,217597],[1366280,217522],[1368679,214430],[1365328,214166],[1368242,213983],[1363008,221363],[1356857,225686],[1360602,229822],[1365237,227415],[1360120,221586],[1357375,224240],[1364519,221845],[1364096,227331],[1365319,225179],[1360720,226853],[1359085,220309],[1363134,226082],[1363795,227331],[1365442,224196],[1360507,221709],[1363708,228586],[1363088,229308],[1359944,229362],[1360386,227995],[1360848,230078],[1365231,228557],[1360178,226648],[1364695,230446],[1365744,228050],[1364740,228510],[1365021,228882],[1366332,229156],[1357759,226534],[1359124,230120],[1364512,220471],[1369143,222614],[1367827,221570],[1366366,222162],[1367056,230591],[1364757,230527],[1368238,225793],[1366579,227791],[1367784,229449],[1365198,228952],[1366596,227185],[1367586,228315],[1368165,227871],[1365827,226649],[1367305,228878],[1368467,226926],[1368788,226493],[1368995,227690],[1367775,226848],[1366904,225543],[1365718,226176],[1365886,228270],[1366522,224892],[1365959,227784],[1367610,228454],[1366529,226047],[1367712,221837],[1367863,225338],[1368007,222237],[1368565,225509],[1369289,224105],[1369403,219344],[1367176,220283],[1368404,221747],[1367626,221569],[1367627,220705],[1369040,219552],[1368933,221171],[1368841,219087],[1365913,230428],[1367085,228332],[1365511,227588],[1367534,227957],[1365137,228303],[1365528,227446],[1366052,228055],[1365123,227138],[1367139,228161],[1366235,225987],[1366763,224742],[1366796,228110],[1368738,226561],[1369466,225252],[1367606,225995],[1369022,221971],[1369234,222597],[1369252,222462],[1368929,223073],[1368690,221621],[1369165,219528],[1369236,220569],[1368280,221156],[1368679,221400],[1365010,234959],[1361714,233959],[1362623,236699],[1356851,234936],[1361774,233665],[1360627,231371],[1365371,240040],[1365325,237944],[1363172,241354],[1364615,238166],[1362514,238550],[1362956,238161],[1364127,241552],[1363622,241432],[1365250,239631],[1362821,238146],[1363406,234935],[1363542,236662],[1364512,234508],[1364679,237166],[1362318,234888],[1363842,236065],[1361710,235851],[1365252,236166],[1365491,236956],[1364084,238224],[1366527,232600],[1363641,232359],[1364581,231402],[1366848,233752],[1364708,232925],[1363948,232164],[1364051,230717],[1365936,233018],[1362691,239918],[1363621,241414],[1363440,240813],[1364694,239708],[1363196,240054],[1365595,240498],[1362586,240608],[1363700,238432],[1361858,234899],[1361432,234848],[1362557,235841],[1361854,236272],[1364083,236578],[1362893,234617],[1365453,235842],[1363345,237023],[1364105,231151],[1365381,233088],[1366859,232818],[1364061,232195],[1366488,233056],[1365374,231044],[1364156,230646],[1366902,248663],[1363069,251190],[1366840,249396],[1363916,245481],[1363077,247776],[1363593,249509],[1362939,246775],[1363457,247956],[1363327,247305],[1362442,245874],[1366245,245585],[1364271,248531],[1365078,249584],[1364205,246791],[1364070,250220],[1364388,249143],[1365761,251181],[1361231,248003],[1358958,256000],[1360606,254610],[1357576,255394],[1358341,258030],[1362039,260874],[1360950,258947],[1358722,257607],[1362140,256927],[1359811,261017],[1362922,260515],[1361753,260987],[1358035,259812],[1362141,257830],[1362542,259402],[1358362,258587],[1356942,257717],[1360466,261018],[1361181,260229],[1367200,273924],[1367872,277848],[1365502,272947],[1367690,275755],[1369421,272557],[1368698,271400],[1368875,275317],[1367492,276581],[1366642,274446],[1366160,273648],[1369192,272749],[1360862,330956],[1361177,331514],[1361423,331127],[1360816,331110],[1361552,331132],[1358594,329812],[1358080,329422],[1358477,329321],[1358249,329700],[1358030,329538],[1365888,332353],[1367048,332201],[1365826,332361],[1365219,332885],[1367575,332378],[1367073,328993],[1366944,329540],[1366553,329438],[1364095,331581],[1366377,330410],[1366324,330840],[1366017,331713],[1367826,328490],[1365115,330238],[1366923,329099],[1361308,331404],[1360840,331163],[1361253,331054],[1361181,330943],[1360945,331727],[1358762,329687],[1358705,329312],[1358076,329539],[1358394,329441],[1358695,329299],[1367555,331970],[1367924,332198],[1365565,332982],[1365154,332497],[1366806,329989],[1366272,329463],[1366824,331523],[1367590,327896],[1364114,327985],[1364446,330535],[1368046,329903],[1367383,327979],[1362642,344392],[1359747,343371],[1362492,344414],[1361207,345682],[1360040,345479],[1365133,344678],[1362942,344953],[1363419,339201],[1365997,339606],[1366659,339988],[1367260,337318],[1365452,339654],[1366115,340658],[1367119,337902],[1365542,338083],[1366475,338147],[1367202,340603],[1368600,340083],[1366669,338915],[1368009,336987],[1366254,339419],[1369272,339373],[1368098,336520],[1364976,335408],[1367053,334889],[1368125,333790],[1367504,333440],[1361431,345530],[1362068,345407],[1361787,345506],[1360832,344798],[1362839,344588],[1364288,344841],[1363275,344651],[1364945,340337],[1366133,337376],[1366599,338354],[1366899,338096],[1363674,340075],[1365302,340723],[1365928,340356],[1363486,340758],[1363233,339270],[1366862,339278],[1368967,339514],[1368392,338916],[1369058,340065],[1367846,338638],[1365937,339980],[1369050,340208],[1366943,340131],[1369434,338147],[1367155,338687],[1366861,336924],[1366813,334251],[1366241,334048],[1366105,335459],[1368427,335209],[1365646,335352],[1366335,357348],[1364483,356799],[1362256,356954],[1363793,357298],[1364518,356732],[1368652,356876],[1368690,357490],[1368845,357113],[1360628,346529],[1360692,346454],[1361752,346976],[1361212,347284],[1361357,346395],[1359457,347236],[1361086,348036],[1362185,348500],[1361168,347088],[1363622,347870],[1361606,347668],[1360241,349406],[1360759,348114],[1363962,347714],[1360842,349553],[1361730,349299],[1364708,346781],[1365622,346236],[1362975,346661],[1362697,347576],[1364234,347802],[1363179,346830],[1364760,346670],[1363803,357887],[1362363,357980],[1365579,356131],[1363190,357618],[1363604,357467],[1364449,357459],[1369052,357795],[1362569,346260],[1361928,346378],[1361471,345906],[1362650,347012],[1360396,349661],[1361003,347681],[1361701,349336],[1362777,348053],[1361516,349264],[1360568,347555],[1360891,348319],[1366828,346968],[1364591,346986],[1363549,346932],[1366571,347542],[1364432,347369],[1365681,347119],[1360681,371059],[1361309,369924],[1360166,366597],[1358682,367689],[1358858,366683],[1360495,366917],[1359534,367448],[1360708,368495],[1358141,367547],[1358607,368354],[1368879,359382],[1360933,362923],[1358474,363684],[1359652,366689],[1357298,362695],[1359611,364217],[1359240,365325],[1359954,365776],[1359124,362999],[1364471,359296],[1364041,359350],[1364679,359128],[1363829,358767],[1368003,361415],[1368360,362478],[1368214,363854],[1367217,361860],[1367531,362857],[1366402,360339],[1368517,362168],[1368191,360730],[1358453,370848],[1359626,370642],[1360729,371282],[1358983,371130],[1360507,369962],[1358757,370238],[1360836,368874],[1358575,369173],[1369229,359028],[1360257,369060],[1364438,359308],[1367748,361650],[1369411,359959],[1367293,363353],[1367809,363483],[1369445,363095],[1369107,362327],[1367339,361429],[1368203,363688],[1368188,360802],[1361619,362437],[1365066,359753],[1359233,362615],[1364372,366623],[1361821,363276],[1358292,362234],[1363622,365799],[1363136,362460],[1365362,359841],[1362577,367317],[1361464,363067],[1360190,360166],[1364561,368526],[1362256,367678],[1361967,362746],[1361165,366957],[1358747,375139],[1357167,374881],[1357382,376959],[1359600,373518],[1358974,374274],[1356888,375427],[1359743,373836],[1359357,375619],[1359907,372114],[1358624,372565],[1359688,373194],[1360600,371610],[1360510,372428],[1360495,371403],[1364299,383239],[1361713,381014],[1364539,381482],[1361092,383851],[1362325,381933],[1364226,382452],[1364956,380764],[1362552,380705],[1368716,381694],[1365618,378357],[1366046,379065],[1366663,379385],[1367712,381958],[1367112,381252],[1365962,380626],[1365336,378435],[1369503,378261],[1369010,377088],[1358822,380344],[1357641,381554],[1357691,381948],[1358158,380265],[1357068,381074],[1357234,375497],[1358782,375035],[1357473,372893],[1359254,375033],[1357980,376706],[1358817,375839],[1357845,373488],[1358601,374963],[1359440,374183],[1359998,372726],[1358584,372743],[1360512,372059],[1359805,371849],[1356943,382639],[1357959,383947],[1358416,381414],[1356850,383297],[1357622,380494],[1359059,380529],[1357003,380047],[1365425,380821],[1368169,376983],[1366742,377671],[1367363,376772],[1368387,374886],[1363847,379740],[1365593,379687],[1365736,378721],[1368322,377194],[1368811,378088],[1364952,379172],[1358361,384724],[1357704,386592],[1357611,385027],[1357027,385235],[1358868,385843],[1358238,385171],[1359243,445469],[1359421,442859],[1359321,443114],[1357655,442852],[1359140,444754],[1359096,439807],[1356945,439864],[1359991,441796],[1357539,440633],[1359292,445021],[1357831,444382],[1360067,442430],[1365172,446158],[1366520,444765],[1365371,447493],[1367940,448129],[1367861,443698],[1367923,443473],[1367375,444549],[1367195,446129],[1368564,443786],[1369286,453650],[1365726,452377],[1368098,453147],[1367709,449158],[1368003,453743],[1361193,459765],[1360308,453161],[1359455,453929],[1360484,450737],[1359385,449461],[1358238,456334],[1360975,453402],[1359646,453725],[1358957,449714],[1359787,449228],[1358358,499365],[1357689,492092],[1357158,490628],[1357105,486813],[1357679,502722],[1358157,503392],[1359255,502851],[1359779,504312],[1359146,504653],[1358297,504023],[1373100,201699],[1371807,202973],[1372107,204306],[1380728,194595],[1379564,193877],[1380590,194798],[1378669,193354],[1378810,193678],[1380437,196397],[1381005,193533],[1382082,196266],[1381660,194193],[1381873,194168],[1378656,197523],[1380272,199403],[1379331,199962],[1378765,197239],[1379899,197499],[1379903,198980],[1381655,200225],[1381031,200918],[1381422,198826],[1380367,198343],[1377119,203057],[1377849,202180],[1378081,201105],[1378975,201019],[1376288,199903],[1376604,200360],[1376545,203570],[1377928,200046],[1377430,201166],[1376830,201066],[1380699,193004],[1380377,193266],[1380984,193066],[1380168,195121],[1380267,196278],[1380084,193527],[1379469,194565],[1379012,195910],[1379018,197522],[1381898,200980],[1382207,200200],[1380095,199966],[1378664,197735],[1380618,199050],[1379347,197622],[1379706,198953],[1377492,201937],[1378477,201556],[1379566,200431],[1375906,201473],[1378296,199767],[1377772,202588],[1378509,202571],[1377991,202880],[1371336,205053],[1370321,209347],[1371364,206484],[1370343,210111],[1370136,215916],[1371456,213430],[1373350,214307],[1370716,212890],[1370716,216584],[1374393,212255],[1371615,215057],[1371367,215469],[1374716,214381],[1374908,212235],[1373454,212364],[1373805,215029],[1371878,214268],[1372247,212618],[1371929,213864],[1371133,217460],[1375000,214712],[1373272,212597],[1373202,212878],[1372903,213830],[1371340,212384],[1374839,214105],[1372872,212206],[1374419,212312],[1370233,217302],[1370258,217459],[1369728,228557],[1369828,224655],[1370216,224658],[1369772,222195],[1370761,223214],[1370055,225524],[1370845,223063],[1370556,221347],[1370285,220062],[1370245,219650],[1370707,218585],[1371564,221271],[1371526,221062],[1370340,218624],[1370722,219266],[1379260,221100],[1381953,220797],[1378919,220283],[1380915,220879],[1380002,220270],[1378504,219641],[1380796,225809],[1381256,226374],[1379285,224913],[1379323,225904],[1381119,224450],[1381696,222626],[1379051,224463],[1380306,222802],[1377354,221410],[1375106,222032],[1378775,221440],[1378387,221799],[1378168,224583],[1376594,221296],[1375815,222299],[1375088,224194],[1373344,219215],[1374038,222894],[1373248,221687],[1369921,221793],[1370206,223750],[1371655,223053],[1370807,222254],[1370877,225731],[1370714,222088],[1369782,219551],[1370123,222125],[1370483,222430],[1370954,221365],[1370753,220277],[1371616,219462],[1370646,218720],[1370765,220875],[1372015,220848],[1371764,220730],[1370659,220114],[1379429,220384],[1379656,222172],[1381485,220111],[1379593,220603],[1381497,222306],[1378991,222122],[1379490,221835],[1379942,229850],[1380955,227418],[1381942,226795],[1378988,221238],[1381694,222842],[1382188,223087],[1380006,226296],[1380611,222506],[1378403,225956],[1382021,226520],[1379683,224979],[1380834,223521],[1379182,225307],[1379902,223562],[1375676,221795],[1377646,222362],[1378602,222057],[1377051,221502],[1378043,221893],[1375267,222296],[1376122,222431],[1375092,222737],[1378363,224195],[1375906,222200],[1379774,235408],[1382160,230736],[1371099,274114],[1369676,271219],[1369638,271419],[1370116,274204],[1371749,273465],[1371003,274725],[1370266,272094],[1379309,319182],[1378743,319770],[1381241,319023],[1379686,317605],[1381355,319275],[1381362,319854],[1376420,320190],[1377438,319557],[1377744,319086],[1380336,319839],[1381091,317718],[1378697,317470],[1380584,317527],[1379359,317115],[1379609,317219],[1378811,319554],[1374931,319315],[1378266,319577],[1377014,319334],[1379215,330259],[1378894,331306],[1380072,330448],[1379556,331185],[1381492,331279],[1379681,330345],[1381136,331654],[1379557,331954],[1382363,329075],[1381575,329628],[1382260,328877],[1380822,328044],[1379656,331451],[1382272,330599],[1381679,327550],[1379721,324421],[1380601,322406],[1381734,322752],[1380301,325698],[1379124,324852],[1380080,324452],[1379784,322315],[1380860,325583],[1381424,320247],[1380129,320383],[1378771,323221],[1376747,321724],[1378293,321640],[1378863,320836],[1376980,321434],[1379639,330401],[1378781,331735],[1380133,331604],[1380061,331288],[1381077,330303],[1379395,329405],[1379744,332210],[1380438,331620],[1378754,331168],[1381541,331230],[1380190,329566],[1379899,329434],[1381113,328346],[1381288,328564],[1381286,329894],[1379903,327772],[1380272,327976],[1381692,330874],[1381500,327555],[1379853,325752],[1382113,322412],[1381085,323880],[1381171,322892],[1379482,325043],[1379533,322612],[1380201,324376],[1378912,322729],[1380734,320852],[1379115,320666],[1380664,321191],[1380316,320228],[1377537,322236],[1377545,320954],[1377258,322539],[1377554,320419],[1376921,321670],[1378128,321110],[1379657,345484],[1381968,345208],[1382121,336792],[1379599,338515],[1380153,339673],[1381437,338804],[1379654,337310],[1381236,339183],[1382236,339462],[1382166,336598],[1381920,335027],[1381813,333957],[1379012,333386],[1381120,336276],[1379850,336266],[1378634,335186],[1378553,336404],[1381596,338380],[1380347,337189],[1382274,338527],[1380100,339306],[1380084,336822],[1379779,339133],[1381934,338111],[1378932,336385],[1381486,334616],[1378556,335366],[1380500,334167],[1380452,334553],[1380941,336636],[1381750,333322],[1381866,335188],[1379525,335307],[1378347,335783],[1380300,345036],[1380548,344337],[1379811,344381],[1379347,343851],[1381361,342723],[1370519,356806],[1370019,356939],[1372470,357941],[1373341,357172],[1375542,357609],[1374412,358385],[1372925,358302],[1372467,357703],[1377382,355206],[1378379,352649],[1376406,354728],[1375840,352831],[1377392,354156],[1376779,352273],[1377790,355076],[1377588,353725],[1377663,348658],[1377681,347400],[1377486,350694],[1378563,348982],[1378076,349888],[1376612,350163],[1377938,350128],[1376062,349255],[1378479,348663],[1380717,347964],[1377607,347323],[1378459,348370],[1378712,348170],[1377846,348467],[1377874,348591],[1381894,347476],[1381960,346955],[1378901,347505],[1380875,350739],[1378071,347413],[1381401,351042],[1377965,351296],[1377368,349558],[1379388,349316],[1377263,347631],[1381035,354637],[1382028,354225],[1380756,354688],[1380923,355047],[1380777,356990],[1377904,356411],[1377459,354695],[1378673,355152],[1377310,356187],[1377603,355084],[1377527,354888],[1378390,353878],[1378998,357839],[1379941,357818],[1381272,358347],[1376816,353577],[1374095,355564],[1376808,350913],[1378416,356685],[1376465,349975],[1375643,356168],[1379318,352099],[1374799,358078],[1376087,356804],[1374166,358059],[1382167,353589],[1381562,356921],[1380982,354332],[1381109,355353],[1381118,355891],[1381681,357220],[1382305,356816],[1382384,355666],[1379643,347247],[1381652,349667],[1377709,348606],[1378163,349152],[1378797,350544],[1379534,346831],[1378783,348300],[1376850,349649],[1378389,349711],[1379886,347554],[1377761,347079],[1376086,350400],[1381257,370492],[1378780,371016],[1377976,369971],[1371540,360418],[1371634,358602],[1370087,359175],[1372054,359267],[1374839,358739],[1371851,358643],[1381877,359400],[1381719,359504],[1375646,370332],[1370300,362520],[1380539,363237],[1380912,361052],[1378245,364974],[1380494,370404],[1379803,369456],[1378472,369473],[1377968,371076],[1374697,371206],[1372836,370639],[1380879,369626],[1381236,370742],[1380437,367781],[1380617,364173],[1378772,361084],[1380696,359991],[1380445,365032],[1379195,359393],[1372938,361689],[1378384,361218],[1373976,359794],[1374444,359613],[1376303,359891],[1373086,360668],[1378030,359109],[1378085,360194],[1373272,361055],[1371738,376853],[1370194,377061],[1370583,375389],[1371082,377091],[1372257,377470],[1371368,377600],[1372054,374252],[1372908,376440],[1372093,375188],[1371913,375157],[1373799,375492],[1373436,375504],[1372960,375365],[1373927,373947],[1380525,374619],[1379970,375074],[1381606,376711],[1382267,376935],[1382188,377019],[1379207,372426],[1377540,371608],[1378946,373237],[1378130,371443],[1377558,373115],[1378051,381769],[1377247,380417],[1379622,383694],[1377966,381847],[1377867,382432],[1378354,381554],[1378516,382886],[1377298,380743],[1382391,383039],[1372082,377502],[1371427,375004],[1372180,375448],[1372255,375944],[1369677,377872],[1372157,376135],[1372364,376289],[1371921,376962],[1372059,376314],[1370037,375790],[1370392,378239],[1369668,374521],[1369747,374874],[1370402,374993],[1379742,382268],[1379483,381280],[1370414,378207],[1373157,372052],[1376249,375401],[1373021,373345],[1373525,372224],[1378446,373270],[1379267,376544],[1378883,373322],[1374833,376949],[1376739,373435],[1372549,375900],[1379272,382583],[1378122,373030],[1376311,379091],[1378727,383865],[1377033,383826],[1379337,380147],[1381026,382686],[1381474,383417],[1378973,382946],[1379684,380150],[1376946,380765],[1381381,373945],[1380820,387134],[1379884,387081],[1379589,387428],[1381760,385120],[1380620,385202],[1381079,385840],[1379337,387259],[1381008,385423],[1376866,384798],[1382319,384996],[1381515,384631],[1380717,385628],[1374676,390852],[1376372,388515],[1376767,394591],[1376827,392972],[1376848,390025],[1373763,393460],[1379581,391089],[1377387,389792],[1380102,396867],[1380753,395973],[1379319,395245],[1380154,396323],[1373238,391426],[1378414,395229],[1376696,394112],[1373979,392207],[1381818,391403],[1369605,447423],[1372090,445459],[1378568,447580],[1379327,447242],[1380956,443170],[1381576,445814],[1380645,447747],[1381233,445338],[1370219,449814],[1371644,449012],[1381957,455445],[1380652,452999],[1378384,449325],[1374390,454036],[1373958,453933],[1373015,454954],[1372574,453830],[1378635,453631],[1381688,452320],[1381576,455572],[1378356,448355],[1376911,454504],[1373875,454338],[1375786,451314],[1393414,203438],[1390752,197693],[1387583,199242],[1391129,197871],[1394885,202920],[1392491,198317],[1387656,198099],[1393947,194541],[1394416,196243],[1393413,197037],[1394595,200727],[1393415,200691],[1392921,198832],[1395124,201030],[1395194,197220],[1392990,199840],[1390480,201616],[1389498,199191],[1390861,199462],[1392521,201388],[1391410,200814],[1389621,203153],[1390325,201742],[1387139,202086],[1388713,200897],[1389185,199886],[1389698,202881],[1387235,200975],[1388079,201236],[1389593,202007],[1388465,199464],[1388472,201648],[1383983,197330],[1382741,194298],[1383532,197225],[1382779,197267],[1395079,200332],[1392749,201127],[1394317,195687],[1394819,195766],[1393156,199564],[1393140,200708],[1395130,199924],[1390902,202953],[1392598,200394],[1390891,199182],[1388720,199378],[1388312,200409],[1389327,201523],[1386966,199916],[1386723,200837],[1387051,201783],[1390032,201179],[1388651,199899],[1383288,194005],[1384401,194287],[1383531,193790],[1393873,217597],[1391991,216913],[1394079,216581],[1391448,215344],[1391544,215886],[1394097,215590],[1391593,217748],[1385867,205947],[1392264,207548],[1392028,205953],[1392367,206762],[1386078,207113],[1393016,214863],[1392739,214533],[1391672,214578],[1394412,215822],[1393841,214667],[1394661,217332],[1392982,215090],[1394135,216574],[1383558,223824],[1384621,226718],[1384476,224338],[1382671,225629],[1386070,225758],[1383042,224704],[1385378,225062],[1394199,218840],[1393829,220203],[1394449,223271],[1392730,223009],[1392136,221593],[1393628,220920],[1393464,220333],[1393555,223346],[1393350,222812],[1388733,220432],[1391745,222623],[1388127,218717],[1388363,220891],[1390020,220586],[1390780,219815],[1389071,219159],[1387952,220188],[1389096,223105],[1388459,221819],[1387750,224580],[1389665,223502],[1388684,224114],[1388266,223000],[1389467,225066],[1389159,225353],[1385167,227249],[1386785,227191],[1388858,225888],[1389246,225953],[1382857,223151],[1384021,225836],[1386702,226722],[1383333,223384],[1382914,223421],[1385539,224836],[1383858,224368],[1383840,226298],[1395017,219078],[1393104,220227],[1393817,218252],[1393847,218464],[1392929,218288],[1393235,221932],[1392639,221878],[1392693,223591],[1394400,222215],[1392968,221407],[1393837,222799],[1393139,222639],[1394162,222332],[1393174,221806],[1392487,220832],[1394556,217813],[1389522,221805],[1391738,221741],[1391116,222717],[1388403,219617],[1390453,220417],[1391741,222645],[1388166,219611],[1391977,219478],[1391585,222018],[1389685,219270],[1389045,224258],[1386256,222133],[1388855,224607],[1390000,223232],[1385812,223229],[1389539,224389],[1389217,222031],[1389488,223282],[1389814,224260],[1389225,225087],[1383383,234745],[1386680,235318],[1388102,231698],[1389423,233801],[1382908,231164],[1387780,233549],[1387480,230887],[1394951,282136],[1393614,330227],[1392365,331571],[1392291,331255],[1393495,331474],[1392553,330924],[1389613,332319],[1390204,332488],[1389862,331828],[1390853,332072],[1389532,332769],[1389118,332970],[1389921,332690],[1382676,330786],[1393029,326712],[1393113,326993],[1391995,327290],[1393245,328303],[1392998,325950],[1392333,326981],[1392806,331666],[1392262,330862],[1392624,330175],[1393140,330534],[1392551,331141],[1390175,332213],[1390753,332880],[1390770,332400],[1389655,331701],[1390742,332855],[1388781,332980],[1382876,329769],[1382542,323470],[1382611,323284],[1395021,328189],[1391721,326188],[1393209,328704],[1394545,328486],[1392491,328416],[1392066,327307],[1393673,328607],[1392396,325975],[1394639,326745],[1392926,328776],[1394941,335299],[1393831,337428],[1393436,335333],[1393754,338047],[1394258,338210],[1393601,335290],[1394634,340332],[1393587,339141],[1394908,340055],[1394066,340368],[1393734,339263],[1395140,334767],[1389026,334152],[1389823,333137],[1388598,333043],[1389005,334197],[1382853,345341],[1394872,342616],[1394582,345753],[1393827,344768],[1390692,345168],[1390336,345581],[1394091,335377],[1394992,335764],[1394349,335606],[1393796,337784],[1394161,335331],[1393330,335557],[1394750,339379],[1393984,339745],[1394506,340156],[1393642,340174],[1394456,339145],[1388967,333618],[1388971,334104],[1389754,333533],[1384807,345793],[1383624,345703],[1383185,337160],[1383214,347895],[1384731,347837],[1384179,346093],[1383707,357080],[1382511,354603],[1382787,357355],[1382466,355143],[1383418,355956],[1383259,358552],[1383060,356134],[1383809,358470],[1385577,346629],[1387078,357992],[1382767,353824],[1383810,355447],[1391038,348455],[1391477,346727],[1391545,348491],[1389546,349501],[1393472,346105],[1394725,350656],[1389420,347632],[1389571,348391],[1388240,348061],[1387106,370687],[1382913,370619],[1384991,370925],[1386329,368761],[1385877,370454],[1384452,368891],[1384938,368398],[1386148,361522],[1383601,365140],[1385905,362806],[1382934,367245],[1383816,366342],[1386443,360467],[1384196,362151],[1392967,370897],[1390337,370765],[1382581,359714],[1384545,358801],[1382756,373968],[1382652,376788],[1382874,374762],[1385440,382162],[1385158,382635],[1384171,384067],[1383115,384135],[1384209,381920],[1382768,381880],[1384809,377807],[1386084,377928],[1388011,379159],[1385522,376455],[1385630,376485],[1385842,377453],[1387504,378792],[1385552,377893],[1386734,378326],[1382561,381139],[1386828,379467],[1385476,378640],[1385803,378072],[1387054,377776],[1387048,378720],[1384066,374441],[1385990,377141],[1385428,376032],[1384667,376620],[1386697,376192],[1386920,372041],[1388484,372770],[1388290,376234],[1391637,374756],[1390575,374994],[1390776,373027],[1389375,379348],[1388406,380794],[1394508,371754],[1390491,376618],[1387122,371410],[1390546,373519],[1387129,374048],[1391847,378801],[1386291,378069],[1391188,374682],[1384332,385122],[1383876,384994],[1382694,394383],[1394925,413423],[1394004,415158],[1392182,412777],[1393229,414926],[1394094,411017],[1394919,421031],[1394407,422157],[1394559,423264],[1394716,423507],[1386952,444108],[1389403,441729],[1385355,438948],[1389590,441087],[1384744,439689],[1382424,443375],[1389600,441115],[1384686,444431],[1383083,440014],[1388715,441339],[1386948,446213],[1390548,445870],[1390318,445048],[1390099,447277],[1393655,444697],[1393501,446255],[1392383,442258],[1389154,446818],[1389177,446280],[1392809,444437],[1394189,444518],[1390299,445002],[1389894,445670],[1390053,443241],[1389716,442076],[1393178,444477],[1391259,442940],[1391135,443204],[1382866,451387],[1382841,455334],[1390038,448342],[1391367,112350],[1393172,112999],[1393450,114494],[1394444,113925],[1389879,114654],[1390141,112475],[1392104,117076],[1396512,198881],[1396543,200156],[1405388,204043],[1406083,203135],[1407032,204847],[1404297,202059],[1407333,201736],[1404935,202074],[1405256,201497],[1406642,199963],[1406374,200435],[1405343,201371],[1403812,198750],[1402121,199936],[1404725,200185],[1402719,199148],[1402686,197430],[1403479,198815],[1405199,201023],[1402169,198101],[1403794,200076],[1399394,196340],[1401588,194362],[1401095,196447],[1399278,196498],[1402340,196155],[1402820,198335],[1401931,196095],[1399074,195922],[1400481,194685],[1400253,194840],[1397229,194838],[1397529,193699],[1395573,195588],[1395312,194979],[1397194,193973],[1397592,195933],[1396894,203432],[1398597,203519],[1396211,204319],[1395983,202436],[1398717,200756],[1395985,201619],[1397195,201561],[1397484,201493],[1397127,200720],[1396837,199844],[1395296,200200],[1396576,197771],[1395517,197547],[1405632,204030],[1407791,203147],[1405680,203216],[1407569,204665],[1407368,203234],[1406729,198987],[1406509,201830],[1406267,201556],[1407299,199721],[1403324,198896],[1404664,201288],[1403719,198099],[1403419,201447],[1403369,197520],[1402954,200175],[1403394,198451],[1403056,199988],[1399997,197859],[1401856,195280],[1399124,194595],[1401788,197647],[1401751,198410],[1400945,196620],[1399443,197484],[1402838,196612],[1395646,193616],[1397218,195779],[1397255,197372],[1396701,195026],[1397370,194792],[1395251,203692],[1397431,200788],[1396824,204261],[1398001,201422],[1395279,202361],[1395267,202926],[1397128,202606],[1407372,205850],[1398115,217178],[1395411,214854],[1395462,205869],[1395232,205567],[1407211,205433],[1405474,205120],[1407262,205690],[1397004,217367],[1399149,217468],[1395463,215150],[1395494,223134],[1395842,219762],[1396006,219724],[1395712,220357],[1395381,219212],[1395341,220448],[1397640,220129],[1400019,219197],[1400113,220682],[1399084,219458],[1398621,218933],[1397851,220850],[1397883,218523],[1395661,219012],[1400217,218138],[1397638,218251],[1397487,218896],[1396642,218347],[1396315,219768],[1399938,219372],[1396683,219282],[1399306,219585],[1400832,240598],[1405188,242613],[1398931,243020],[1406158,238660],[1401763,242279],[1405515,242379],[1400872,241758],[1403259,238497],[1403362,239195],[1403252,240852],[1406473,243264],[1407460,244001],[1400112,247386],[1400134,245135],[1401363,245572],[1403793,247191],[1403922,251618],[1406637,252527],[1407071,252687],[1404807,249293],[1405059,247499],[1406471,247329],[1406302,252008],[1406323,246897],[1405106,248491],[1403835,248853],[1405502,247241],[1406424,252070],[1406786,251407],[1405204,250639],[1406256,253370],[1405710,251713],[1400040,278991],[1398505,281286],[1398379,279870],[1396960,279684],[1399400,279614],[1398034,278623],[1400045,278732],[1395622,281144],[1395741,279153],[1398705,277774],[1399957,277362],[1400053,272251],[1403369,273086],[1401274,273306],[1401819,272340],[1401453,273170],[1401985,277223],[1404013,275049],[1401437,273370],[1403541,274932],[1400288,277540],[1402699,276025],[1402147,278552],[1404731,273978],[1401527,272232],[1404071,272308],[1402023,275542],[1401998,276245],[1406945,281188],[1406051,279909],[1405701,279472],[1406766,281281],[1406688,278053],[1405970,280677],[1404513,281613],[1406306,277770],[1407144,281247],[1407260,277933],[1404954,276869],[1407004,279352],[1397497,283048],[1397198,283024],[1399133,283003],[1395870,283042],[1401441,282669],[1407279,283396],[1407322,287183],[1405887,286537],[1405624,288784],[1407573,288164],[1406424,288253],[1407239,284573],[1407369,287951],[1401995,331438],[1403793,332787],[1403995,331915],[1396711,331606],[1395738,332540],[1395904,332575],[1396932,331942],[1395531,332789],[1396606,332501],[1397688,332685],[1396636,332425],[1398862,332803],[1399062,332609],[1399094,332482],[1399427,332752],[1399661,332316],[1400210,331682],[1400547,332310],[1400402,332991],[1403298,332245],[1403373,332751],[1395703,332660],[1395841,332726],[1396743,332082],[1396713,332147],[1397078,331659],[1396852,332518],[1399466,332986],[1399444,332608],[1400505,332488],[1400589,332605],[1400857,331795],[1400037,332853],[1400053,331609],[1395630,329248],[1395691,328539],[1401890,333522],[1403124,333052],[1403871,333140],[1396794,333089],[1398056,334508],[1397632,333078],[1397899,333451],[1399998,333142],[1399552,333112],[1399000,333357],[1396293,335678],[1395908,335893],[1395520,336759],[1396661,337471],[1395595,334349],[1395709,335395],[1396736,337294],[1402271,334069],[1401306,333240],[1402505,333154],[1402794,333304],[1402167,334394],[1401465,335337],[1400277,334477],[1400597,335530],[1400732,334126],[1401283,334345],[1403659,333373],[1402890,333091],[1398003,334929],[1396817,333270],[1398881,333251],[1400507,333035],[1395673,334404],[1396302,336975],[1395428,336893],[1395789,336936],[1396462,336617],[1396548,337453],[1395397,339005],[1395925,339188],[1402531,334416],[1402334,334485],[1401956,334104],[1402665,333250],[1401710,334170],[1401665,334456],[1401774,335273],[1401255,334771],[1400533,334738],[1401182,335223],[1395696,344029],[1395883,341372],[1395989,350299],[1397713,348370],[1398767,407903],[1399352,412237],[1399911,412126],[1402535,412306],[1399967,411975],[1399066,415885],[1402872,413585],[1398705,417482],[1396413,417572],[1399613,410225],[1400054,411166],[1397628,414859],[1401758,411979],[1400885,419995],[1398706,420298],[1401676,422490],[1395965,420178],[1398384,420555],[1399510,423499],[1401270,427773],[1405034,424584],[1395754,426378],[1400801,428550],[1402429,428334],[1400990,428393],[1395982,426999],[1400155,428948],[1395492,443231],[1403299,445323],[1402132,443807],[1404034,443032],[1397139,443719],[1400780,444199],[1401462,447334],[1399928,446542],[1399892,445317],[1400147,446524],[1395207,442302],[1396377,442340],[1402263,447238],[1400818,443353],[1401501,448736],[1398839,449200],[1401987,449953],[1395429,450387],[1401359,449851],[1396838,110219],[1395430,108424],[1399135,114465],[1396544,112035],[1398448,108320],[1399087,109459],[1397795,110719],[1398140,113095],[1399206,108494],[1402947,104268],[1407569,105344],[1407642,108533],[1402138,110931],[1404672,111783],[1399267,104444],[1402669,104108],[1402418,110148],[1407503,111294],[1403429,106575],[1400285,115431],[1398294,116305],[1399318,116717],[128902,182530],[130196,182711],[130132,182652],[128881,182955],[128725,182777],[128121,182090],[128568,182085],[128787,181418],[128609,182062],[129331,182008],[131559,181675],[133839,181365],[133707,180833],[134084,180858],[133304,180923],[132858,180532],[132573,181943],[132770,180777],[132574,180968],[132807,180796],[133749,180146],[133352,180511],[133183,179994],[132063,181927],[132255,181086],[132134,181280],[130011,182033],[129830,182347],[128702,183249],[128066,183286],[128189,182167],[128523,181627],[129048,182250],[129202,181277],[128679,181319],[133217,179890],[133587,180039],[132163,182094],[131824,181894],[133707,181007],[133856,181109],[132463,181844],[132436,180513],[133090,182100],[133008,181247],[132327,181630],[132569,181807],[138477,230552],[139391,230337],[140073,230436],[139910,230422],[139913,230379],[138570,231035],[140302,230665],[140664,230683],[139231,230735],[138280,230629],[140603,231437],[140184,231315],[130753,239424],[130400,239337],[131929,238642],[132001,238887],[131109,239469],[131105,240022],[131200,240236],[131950,240318],[128207,237519],[128366,237460],[140775,230632],[140049,230689],[139202,230662],[138788,230885],[138331,230830],[140707,231801],[140674,231814],[130877,239050],[130910,238823],[130487,240017],[131706,239482],[132035,239232],[131736,239111],[131796,239292],[131153,240807],[131573,239987],[131443,240684],[128617,421302],[138775,486547],[138177,485693],[137455,488046],[137675,488259],[137288,486995],[136392,487297],[138573,487746],[138099,488010],[138118,488425],[137447,487675],[136896,487162],[136991,486775],[137012,486982],[139466,488974],[140653,487353],[139636,488086],[138449,486659],[137451,487803],[128702,500893],[136236,503496],[137443,501620],[129538,512132],[138253,505400],[128602,500835],[128819,500847],[136051,503629],[136246,503387],[137461,501502],[129011,500485],[129248,511940],[138157,505651],[138566,505470],[128745,514472],[129405,512229],[128651,514632],[129552,514399],[134994,531938],[134962,531900],[136881,534232],[136293,534101],[140685,530164],[136768,534123],[134075,568592],[135994,570263],[131332,565897],[134163,571652],[134156,568747],[133767,568547],[135874,570461],[136115,569741],[135697,570330],[131408,566028],[131219,565987],[134146,571409],[134048,571745],[133957,573599],[133488,573626],[133231,573583],[133530,573401],[133671,573699],[129232,588374],[131085,587702],[133107,583294],[133293,582807],[130974,582073],[132286,577660],[128044,582637],[128004,582070],[130460,588292],[130225,588431],[140336,577383],[133102,582612],[133122,582951],[129373,588434],[130768,587843],[129977,588534],[129060,588599],[131023,582045],[132247,577696],[128272,582041],[128224,582858],[130256,588375],[130478,588025],[130551,588225],[133867,591423],[131918,591324],[131718,591423],[131821,592244],[131584,592346],[131696,592580],[132364,591852],[131626,592611],[129967,589115],[131078,601319],[133805,591546],[131741,591237],[132241,591678],[131405,601463],[129830,589255],[133234,604787],[132950,603964],[132031,602800],[133342,604614],[133197,604952],[132288,603014],[131659,602098],[130359,652920],[129248,651263],[128906,648940],[128537,653934],[128720,654613],[1419121,201299],[1418933,197969],[1419096,200530],[1418975,199430],[1417759,198925],[1417631,200329],[1419552,201532],[1417360,199026],[1417419,199890],[1416436,197905],[1417600,203601],[1417665,204928],[1414043,200071],[1410576,200907],[1410167,201095],[1413012,201060],[1411851,202364],[1411517,202035],[1412105,199894],[1412997,202080],[1411542,200055],[1411954,203877],[1413947,204446],[1414849,203961],[1414500,202728],[1414903,204566],[1415169,204908],[1415010,203874],[1415897,203137],[1408923,202906],[1408273,204040],[1408153,204552],[1415850,200400],[1418110,200312],[1419356,201731],[1416064,199532],[1419171,201105],[1418462,200768],[1419318,201776],[1418097,201425],[1417918,203193],[1417246,204545],[1419250,204925],[1419080,203170],[1418185,204866],[1413710,199560],[1414045,201045],[1413883,200158],[1413237,199686],[1413270,199111],[1413696,201072],[1412499,199030],[1414149,201681],[1412703,202346],[1415775,203929],[1411916,202322],[1413900,204588],[1415804,202535],[1413366,203665],[1412521,204939],[1410140,204986],[1408373,203963],[1413403,205198],[1413719,205528],[1419522,208083],[1417487,208609],[1417717,207808],[1419246,208769],[1420635,209410],[1419470,206077],[1419567,208202],[1417060,206025],[1415259,206244],[1418726,206776],[1409541,208381],[1409739,206319],[1411986,206461],[1412385,205998],[1411931,205204],[1411798,206228],[1408779,206752],[1414057,205391],[1413100,205879],[1420318,211467],[1418889,215303],[1419268,215868],[1420376,217529],[1417020,210032],[1412954,208229],[1420610,211064],[1420533,211533],[1414334,207242],[1410997,211441],[1415593,207726],[1416368,210139],[1413606,208362],[1417727,210012],[1417612,207238],[1418007,206702],[1419558,210166],[1417777,208445],[1417217,207765],[1419325,206708],[1416777,206723],[1417644,205863],[1418533,205066],[1418310,205338],[1418287,206458],[1417499,205769],[1416872,205728],[1420779,205425],[1410604,207327],[1410494,205515],[1409932,205747],[1410616,207315],[1411479,207089],[1411126,207219],[1412211,206071],[1411832,206771],[1409945,205471],[1408748,205970],[1414882,229398],[1413547,228967],[1412053,230538],[1415766,229185],[1416900,230244],[1415382,230235],[1415121,230285],[1416271,230198],[1418253,225715],[1418209,224993],[1419668,228993],[1420272,226282],[1413761,230001],[1418592,219358],[1414626,229063],[1411995,228727],[1411956,228750],[1415010,229626],[1416896,229139],[1416714,229412],[1416300,229193],[1415986,230413],[1414956,230582],[1419768,237899],[1420471,239594],[1419855,237848],[1418729,235949],[1417394,236788],[1418567,235576],[1419644,235495],[1418877,237025],[1420384,234409],[1420267,236895],[1418615,239891],[1420308,240831],[1418627,242819],[1418052,240891],[1418943,239900],[1418349,243345],[1417101,241758],[1414673,241746],[1416669,241097],[1415924,241723],[1416856,241524],[1413446,237939],[1415315,239514],[1414951,239047],[1414159,238035],[1414206,234968],[1415734,233906],[1414881,232971],[1415248,232284],[1417829,232594],[1420494,234329],[1419092,236142],[1417565,236776],[1417652,234129],[1418357,233728],[1418350,233595],[1419633,236315],[1419992,234038],[1418616,241693],[1419146,241193],[1417744,243228],[1419639,242652],[1419875,240226],[1420077,240403],[1416810,241733],[1417085,242957],[1417047,241834],[1417796,241298],[1416132,240088],[1413654,238791],[1414322,239280],[1413621,238636],[1413843,239924],[1414689,236271],[1415678,235892],[1414825,235981],[1414735,234739],[1416167,235512],[1414690,234514],[1413662,236723],[1415210,233044],[1418885,232439],[1417946,232094],[1408533,239176],[1413966,243291],[1411629,238802],[1413503,239854],[1413019,238866],[1412919,238155],[1412165,238604],[1412243,239473],[1408191,240368],[1409961,241840],[1408953,240368],[1409985,242105],[1411527,241234],[1410307,242405],[1409664,239688],[1412011,242712],[1409820,239923],[1410217,243349],[1412184,243213],[1410733,243326],[1411372,243367],[1411063,236227],[1412997,236630],[1412521,233466],[1413801,234016],[1410196,232806],[1409881,235917],[1413896,235514],[1411016,234802],[1413088,233122],[1410236,233734],[1413626,234142],[1413164,234435],[1412414,231533],[1412366,232137],[1413720,231116],[1412391,231769],[1415366,231812],[1418859,231913],[1418480,230836],[1414711,243204],[1412767,241668],[1411821,238797],[1412828,240085],[1410494,242060],[1410780,241519],[1409680,241206],[1411309,242379],[1408420,243074],[1408971,240613],[1411156,242592],[1411846,242849],[1409936,233624],[1410918,235771],[1412670,235120],[1412531,233681],[1411213,235045],[1410622,234475],[1409888,234586],[1412620,234608],[1412645,235195],[1412571,235512],[1413213,235304],[1413497,233480],[1413656,235886],[1412302,231257],[1412038,230861],[1413579,231036],[1413238,232633],[1415425,231716],[1417984,230630],[1418659,243743],[1417490,243977],[1416747,244133],[1417708,243412],[1416505,243564],[1414385,243500],[1411422,245904],[1411332,245549],[1411725,246713],[1412057,245407],[1408714,245626],[1410089,243664],[1409203,246470],[1412113,243868],[1412329,246503],[1409953,244956],[1412133,243424],[1411476,246862],[1410828,244737],[1409559,249072],[1411433,250821],[1411597,253884],[1415802,248505],[1415958,250052],[1410147,253163],[1410733,248004],[1410038,250049],[1410049,247252],[1414475,247654],[1410592,249043],[1412813,253176],[1413714,253680],[1414635,247210],[1414239,251455],[1410472,253347],[1414692,247338],[1411739,248717],[1409938,249597],[1408792,279813],[1408341,278022],[1409248,281399],[1410239,282467],[1408980,283513],[1411105,284713],[1408483,286847],[1411341,286190],[1409173,289740],[1409123,289169],[1409101,286172],[1408829,284438],[1409824,290242],[1410637,284982],[1408724,286519],[1410609,286903],[1409563,101603],[1420568,114319],[1419629,110099],[1418370,110622],[1417952,111237],[1418749,109708],[1418819,109423],[1420605,113423],[1408219,107604],[1409478,108315],[1409027,111830],[1409352,109295],[1418269,110229],[1417532,106619],[1417276,112234],[1420517,105106],[141345,231504],[140972,230966],[141530,231838],[149230,485654],[151416,486370],[152018,486229],[150159,486106],[151725,485511],[149572,485928],[150997,485029],[151313,484791],[150512,485688],[152463,486171],[151493,485728],[150959,486150],[153460,485690],[150582,485069],[150728,485453],[149127,484994],[149118,485213],[148776,486202],[152639,485684],[152344,484934],[152806,485996],[150364,486333],[152769,486386],[153184,485773],[152147,486075],[151163,485001],[149707,486105],[151123,486121],[149589,486057],[150218,485873],[149335,486514],[149416,485808],[150799,486351],[151474,485224],[151699,484693],[151610,485125],[151174,485971],[151285,486092],[153585,485369],[149961,485669],[150545,484707],[150129,485053],[149495,485530],[148507,484769],[148552,484913],[148477,485143],[149194,485627],[148760,485440],[148737,486187],[152499,485808],[152719,485169],[152259,485770],[141249,486329],[145732,496505],[147091,495411],[146077,495183],[146310,494559],[147555,496178],[145877,496519],[145834,494632],[147530,495388],[146848,496632],[146382,495446],[146574,494470],[146444,495275],[146419,496134],[148093,496458],[147073,495535],[149866,486689],[142320,487876],[141191,486973],[146019,495906],[146299,494357],[148051,495724],[146872,495094],[146046,495624],[147251,496382],[146164,496440],[146714,494493],[149612,486695],[142477,488241],[141840,487467],[145863,531613],[147604,529060],[149063,528591],[151378,528448],[140814,531231],[140866,530696],[144083,530340],[145022,530593],[142579,529375],[149579,530789],[149065,530408],[142262,529390],[142193,529444],[142113,528898],[144498,530662],[143245,532539],[143405,531626],[153508,530818],[145740,531461],[145997,531557],[146050,531928],[147769,529123],[147660,529318],[149049,528707],[148914,528828],[151439,528707],[140908,530074],[140932,531167],[145095,530507],[145298,530717],[144354,529857],[142705,529318],[142284,529790],[149704,530427],[142917,532311],[143318,532350],[150092,557755],[149987,558381],[150810,558211],[150087,557787],[151044,558161],[150900,558148],[149959,556921],[151179,558030],[150193,557491],[150491,556831],[150497,558287],[149755,557461],[150288,557022],[150557,557140],[149721,557726],[151211,556966],[150579,557577],[150994,557270],[150807,558049],[150607,557395],[150480,557508],[151252,556863],[150626,556977],[142475,576051],[142368,576063],[145407,585815],[144544,586078],[145464,585122],[145259,584889],[145287,584699],[144469,584984],[144788,586073],[144979,585608],[145327,585862],[144120,585156],[145005,585685],[145341,585154],[144054,577864],[141233,577267],[148286,590860],[148277,591639],[148288,591478],[148688,591130],[148192,591372],[148586,591040],[148449,591538],[147776,591692],[148448,590931],[148145,591693],[148210,591810],[148230,591299],[148414,591200],[148296,591076],[148120,591225],[148051,591276],[148664,591661],[147855,591822],[148110,590938],[147971,590911],[147890,590864],[148344,590941],[148628,591278],[145121,593293],[145769,593563],[145168,592995],[145120,593479],[144937,593273],[145381,593926],[145605,593128],[145255,593123],[148147,596821],[148091,596296],[148862,596084],[144912,593980],[145275,593321],[145769,593736],[145836,593894],[145698,593432],[144897,593224],[145014,593815],[145673,593866],[145262,593065],[145538,593162],[145380,593093],[145135,593499],[145771,593112],[145318,593368],[145326,593701],[148156,596292],[148771,596314],[148210,596505],[148315,595996],[148314,596021],[149013,596070],[160544,166471],[161069,166329],[160361,167402],[163544,168210],[164178,168507],[160348,166909],[160981,167340],[160514,167324],[160651,167298],[163614,168561],[164195,168439],[161717,178673],[161862,178680],[160492,177807],[159917,177601],[161185,179276],[161230,179174],[161204,167685],[163440,169657],[163864,170218],[166119,172918],[166322,174488],[165877,174362],[166089,174044],[161405,177750],[160881,178164],[161703,178554],[161741,178296],[161444,178020],[160022,177881],[160537,177861],[160654,177194],[160666,179129],[161254,179161],[161304,178762],[163577,168936],[163877,169527],[163446,169750],[163919,169960],[165721,173526],[165695,173452],[165414,174034],[166048,173860],[166182,174047],[163869,195930],[162633,196025],[161992,196330],[163734,196103],[161671,201769],[160109,201873],[160390,202077],[160814,201886],[160508,201084],[161115,203189],[161286,202547],[158000,202117],[157809,201773],[160058,200416],[160320,200927],[157015,202951],[159935,201178],[159305,201455],[162296,196252],[162044,195589],[162812,196182],[164532,195894],[164397,196366],[164314,196277],[160338,202489],[160355,202021],[160269,201645],[160462,201477],[160749,201414],[161153,202127],[160848,202391],[160673,202548],[160583,202325],[158689,201066],[159069,201158],[157120,202051],[159587,200791],[160213,200868],[160502,200544],[157652,204071],[156920,202268],[157159,202253],[157818,202553],[157336,202230],[157823,201739],[159247,201131],[159910,201440],[159081,201936],[163883,208028],[163732,208439],[164419,207680],[164291,207935],[164079,206999],[163800,205860],[163959,205677],[163377,206003],[162999,206402],[162370,207301],[162583,207494],[163804,207601],[164055,206079],[164194,206350],[163577,205839],[163173,205854],[162917,206987],[162146,206837],[163193,207032],[162986,207165],[163717,207866],[163570,208375],[163327,207857],[163760,207858],[163850,207841],[164213,207251],[164025,205905],[164236,206022],[163115,205854],[163000,206263],[163211,206597],[162461,207146],[162472,206922],[162284,206570],[164169,207380],[163658,206987],[163697,207171],[163337,206398],[163654,205813],[163571,206340],[163681,205618],[163313,205679],[163254,205561],[162468,206542],[162589,206727],[162917,206033],[163639,207270],[163538,206794],[163295,207600],[158353,259985],[158879,258573],[159404,259497],[159736,259598],[159512,260049],[158667,258840],[158314,259503],[158527,259544],[158096,259854],[158537,258606],[158307,260003],[158602,258861],[159304,259308],[158816,259465],[158281,259518],[156603,427969],[156585,427620],[153951,485820],[153871,486296],[153606,485882],[153996,486468],[153697,485213],[165848,499346],[165990,500946],[166164,501256],[156805,507113],[154765,506841],[155244,507626],[156290,507686],[155548,507986],[156190,508189],[156815,507029],[156018,507245],[166292,501179],[166346,499516],[165861,500409],[166353,500939],[165566,501170],[165770,499418],[166253,500149],[165958,499876],[155596,508349],[155314,508234],[154820,508952],[155841,507641],[156692,509055],[156810,506977],[156469,509054],[155224,508492],[155385,508219],[155024,509040],[155408,508799],[155153,508372],[154827,506672],[156266,508765],[155382,506678],[158334,523873],[157752,523840],[158205,524175],[159519,524042],[158826,523816],[159521,523703],[158411,524196],[159186,523662],[159001,523977],[157777,524050],[161762,525953],[161344,525603],[154734,532546],[154823,533220],[154737,534641],[153723,530813],[154927,534184],[157633,535391],[157799,533563],[160328,526538],[160263,527543],[160058,535708],[160950,535320],[159486,533168],[159189,533463],[165952,527160],[166222,526958],[160663,525664],[160565,525768],[161056,525772],[154633,532536],[153833,529692],[153667,530554],[154791,534283],[154669,534561],[157512,535208],[157486,535429],[157780,533364],[159590,526746],[160259,526653],[160300,527669],[159997,535872],[159952,536644],[159912,536397],[161289,535309],[159342,533141],[160639,532969],[165987,526961],[161005,536024],[161392,535846],[157321,534829],[155244,543508],[155196,543842],[156043,543576],[157456,544314],[157743,544181],[157814,544385],[157294,540562],[157592,540849],[157164,539430],[157088,539739],[165423,539680],[162447,542132],[162653,542491],[162334,542583],[163035,542779],[163276,542864],[162769,542809],[163245,542991],[163889,540601],[164218,540730],[164118,540931],[164895,541009],[162744,539397],[162922,539549],[163151,539243],[160735,542110],[161040,542351],[161190,542343],[161639,542219],[161928,542155],[164396,539294],[164535,539571],[164548,538927],[165823,549157],[154995,543707],[155966,543674],[157563,544375],[157246,540693],[156996,539538],[156130,540182],[165538,539564],[162367,542369],[164050,540667],[164773,540940],[162879,539349],[161926,542209],[161673,542643],[161052,542447],[160669,542188],[164281,539133],[164595,539734],[165103,550529],[166269,550272],[166394,549663],[165254,549588],[165984,549528],[165958,550005],[165474,550459],[156321,562202],[155125,562527],[154921,562618],[155295,562778],[156297,562014],[156159,562129],[155610,562230],[161821,557311],[162173,557518],[160372,558147],[161235,557503],[161004,557563],[161055,558343],[161155,557229],[161314,556976],[162058,558780],[161179,557070],[162479,557055],[161977,558921],[161439,557680],[160228,558880],[162424,557328],[165198,551474],[156134,562882],[155013,562303],[156601,561812],[156029,561782],[156467,561653],[156843,562738],[161847,559035],[162338,558748],[161460,558384],[160267,557514],[161682,558397],[161343,557269],[161959,558215],[160983,559305],[165992,550766],[154913,564026],[155776,563519],[162646,567787],[161040,568066],[161904,568338],[161100,566718],[162044,567446],[162095,566072],[162559,567485],[161417,567954],[156075,563723],[156506,563444],[156196,563913],[155878,563696],[161063,567824],[161081,567538],[163392,568167],[162852,566101],[161361,565892],[162948,567142],[162897,566444],[163564,567059],[163085,568133],[162274,568168],[161889,567712],[162290,566091],[161841,566851],[163278,566019],[161880,566262],[165990,664916],[164006,661642],[162160,666171],[163085,667849],[161754,760824],[157563,765526],[161694,763100],[157548,761465],[157640,761333],[159180,770586],[159885,770188],[168167,153589],[168210,153684],[168367,153562],[167874,153925],[167846,154054],[168512,154780],[168585,154464],[168119,154522],[171481,156876],[171775,156991],[171816,156890],[170556,155726],[170997,156227],[170983,155872],[171103,155680],[171046,156088],[171706,156339],[168111,154788],[168221,154625],[171620,157084],[171548,156753],[171177,155544],[171506,155810],[171607,156015],[176004,179364],[175938,178906],[174980,179018],[173300,178863],[174089,179204],[166915,173931],[174099,179378],[175146,179251],[175563,179105],[175365,179175],[173275,178750],[173333,178715],[166544,172944],[167006,172971],[166601,172987],[166582,173926],[176411,182536],[175958,182322],[171457,186360],[172032,186235],[171477,186351],[171410,186192],[170238,187120],[170734,187341],[171630,185637],[171911,185362],[171287,185209],[170768,185465],[170329,185339],[170531,185910],[173772,179701],[176972,179588],[177344,180178],[177263,181540],[177624,181499],[178305,181722],[178345,181665],[177508,182950],[176956,182939],[176408,182431],[176655,182535],[175964,182659],[172129,186442],[171527,186496],[171678,186946],[171154,186518],[171096,186359],[171536,185937],[170519,187026],[170603,187296],[170894,187398],[172328,185509],[171996,185408],[172372,185196],[170713,185408],[171173,185648],[170752,185821],[170891,185300],[170694,185698],[173579,179837],[175337,179532],[175572,179427],[173745,179441],[177583,179518],[177137,179441],[177749,179821],[177442,181406],[176987,181326],[177496,180993],[177960,181017],[178087,181357],[177876,181525],[176954,183121],[177183,182902],[174852,194277],[174806,193324],[174591,193535],[174332,193182],[173442,192956],[173815,192491],[174369,192264],[174479,192453],[175615,193738],[175139,194237],[174962,194251],[174602,193279],[174420,193544],[174253,193938],[174035,193048],[173770,192514],[173543,193032],[174839,192690],[174780,192381],[174460,192260],[175451,460575],[175634,460942],[175396,461064],[176406,483332],[176431,483635],[176262,483014],[172627,483825],[173636,484407],[173959,482120],[173678,484195],[175596,481988],[175703,482088],[175902,483738],[175440,483875],[175239,483906],[173688,485442],[173853,485456],[173884,485342],[174143,484603],[174566,484734],[172762,483311],[175664,481992],[175580,485024],[175983,485013],[174976,481484],[174682,483042],[172647,483228],[174349,483698],[174179,483987],[174511,483848],[175952,484823],[173189,482789],[173732,482084],[173366,482089],[174969,482894],[175320,482249],[174684,482927],[173719,482751],[174137,483486],[173725,482536],[176966,482944],[177215,483359],[173639,483930],[172935,483955],[174543,481741],[173293,481942],[174049,483958],[175076,481950],[174164,484751],[176018,483717],[175769,484037],[173723,485634],[173359,485600],[175803,484679],[174772,482703],[174609,482755],[174718,482981],[173030,483156],[173683,482197],[174676,484067],[174700,484199],[175443,485093],[173901,482686],[173461,482974],[167924,476155],[168844,474717],[168282,475155],[169159,475736],[169925,475142],[169854,476016],[168783,476135],[168475,475867],[167751,474607],[169862,474082],[169696,475983],[168770,475991],[169589,475211],[168500,474004],[168399,475620],[167950,475678],[168267,473860],[169465,476109],[169967,475564],[168382,474726],[168643,476347],[168639,476061],[168026,475190],[167221,499397],[171425,498932],[170066,499222],[166401,499355],[167836,499154],[171651,498894],[171117,499079],[171494,499091],[170522,499127],[170189,508807],[169338,509784],[170739,508720],[171397,510111],[169844,509538],[170524,510638],[169290,510644],[170106,508854],[170359,508359],[169387,506367],[169312,506999],[170739,507391],[169757,507098],[169401,508226],[168510,508009],[170031,506036],[167811,500641],[166679,501188],[166458,499971],[166407,500900],[170927,500996],[169348,501331],[169468,501187],[170189,509807],[171704,508918],[170427,511000],[169343,510503],[170245,508708],[171004,509712],[170937,508929],[170629,508527],[169448,509698],[169687,509336],[169419,509452],[169928,509978],[171729,510434],[170889,508433],[170707,508753],[170442,501112],[169231,501147],[169456,506619],[170144,507351],[169177,508171],[169695,506716],[169340,506276],[169529,507688],[170932,507431],[170004,506297],[169431,505927],[169332,508341],[168382,507058],[169323,505950],[170263,507803],[168616,506897],[167557,501349],[167060,500910],[167798,500696],[166798,501479],[167847,500750],[170502,500143],[170657,500974],[170314,500325],[170345,501153],[171016,515155],[171690,515121],[171662,514664],[172941,514138],[172343,513592],[172993,513968],[171640,513583],[170711,515032],[167485,524897],[167327,524815],[171759,514007],[171127,513692],[171760,514802],[172032,513383],[171762,515479],[171038,514334],[173095,514646],[171112,513625],[172769,514420],[171057,513949],[172665,513554],[172633,515556],[172328,513585],[173084,514358],[172924,515434],[167176,524945],[179176,525568],[179172,525208],[179170,525365],[177421,532057],[167801,530928],[177050,531766],[176735,532084],[176454,531426],[168003,530934],[169021,532740],[168699,532262],[178580,525373],[178820,525502],[179186,525861],[177771,525977],[179032,526333],[177096,531584],[176639,531961],[176536,531481],[176744,530781],[168001,531758],[168168,531691],[168018,531600],[167334,525098],[169133,531472],[169525,531928],[169465,531714],[169213,531713],[167821,531069],[168700,532540],[178766,526615],[177775,526295],[178530,525867],[178427,526626],[178341,526525],[178305,525187],[178331,526266],[177697,526104],[177685,526269],[178661,526747],[179070,525408],[177794,525856],[179073,525442],[178432,525773],[176604,531256],[177420,530945],[177786,531690],[176629,532221],[176611,531052],[176482,531451],[176667,531133],[176528,531724],[177524,531020],[176685,531192],[176689,531065],[177130,530838],[177494,531189],[177882,531683],[176659,531715],[166948,549889],[166492,549499],[167232,549800],[167009,549647],[166483,551405],[167436,550861],[168978,559760],[170279,560154],[169840,561123],[168578,561626],[168225,559372],[170042,560627],[169932,560496],[168467,561626],[166413,550702],[166685,551512],[167372,551273],[167202,551606],[169361,560148],[168036,560673],[169674,560798],[167914,561691],[169985,559687],[169829,559255],[168796,560440],[167816,560352],[169180,560110],[168110,560995],[169215,561426],[169805,560406],[168171,560535],[169832,561007],[169508,559820],[178542,573967],[178485,575091],[178751,575694],[178823,575038],[178215,575219],[179039,575037],[178257,576136],[178501,574473],[179191,574892],[178734,573898],[178271,575153],[177994,577653],[178401,577372],[178210,578535],[179172,577770],[178174,577909],[179014,577923],[177608,577711],[178602,578890],[176970,577150],[177394,577033],[177304,576967],[178991,576807],[177168,577665],[178433,576373],[175056,582128],[173676,583312],[174993,582781],[175883,584628],[175279,583032],[174650,584415],[175352,583407],[175334,583269],[175259,584530],[174075,584566],[173468,583326],[173768,582650],[174746,584060],[173998,583256],[173778,583907],[173210,588995],[178126,576289],[177468,577983],[178253,577617],[178433,578815],[178067,578483],[177417,577823],[177941,578344],[177481,578818],[177655,577882],[175515,583203],[174387,582888],[174342,582905],[175298,582528],[175854,583849],[174721,582551],[174371,583162],[174753,583940],[175524,591681],[175156,591421],[176688,591525],[175930,591682],[173374,590960],[173369,590144],[176614,590476],[176756,590693],[173378,591167],[173076,589150],[173111,591299],[176768,590378],[176043,590893],[176331,591347],[174337,591447],[173265,591047],[176530,590462],[173585,591144],[167279,664168],[168822,662619],[167220,664732],[168256,665574],[166519,664359],[174840,666267],[166432,667173],[182094,179322],[182638,179187],[182347,179551],[182104,179425],[182269,179700],[183724,237713],[182894,236401],[181653,237587],[185284,235669],[180871,237101],[182902,236668],[184364,237696],[184302,237698],[182561,236970],[182892,237033],[182996,237606],[185350,235886],[182851,236823],[184798,235136],[185057,236358],[181598,237247],[184109,234519],[184490,235264],[184302,234314],[185682,233913],[185187,235838],[184565,234467],[184783,235141],[185049,236469],[184965,237844],[182598,237046],[183503,237675],[185874,235924],[185589,236368],[184438,237266],[183342,236539],[184329,243349],[184015,236985],[183410,237839],[183134,236340],[184329,233830],[185255,236511],[184104,237445],[182297,236489],[185075,234015],[184423,235167],[185493,235668],[182918,237834],[181285,237382],[184821,237450],[184566,235269],[185585,236107],[183342,236914],[186217,235800],[184467,237222],[184742,236401],[181012,237223],[185010,235643],[184103,244291],[184011,244196],[184005,244063],[184139,243992],[184532,255990],[185018,257498],[184647,256911],[185148,256439],[185114,256874],[184972,256545],[183636,256554],[183450,256653],[184077,256407],[184200,256521],[184149,256439],[188646,259070],[187876,259327],[188968,259032],[189723,257617],[189276,258835],[188735,257813],[189273,257595],[190037,258655],[189732,258455],[189743,258326],[189710,257797],[188593,258586],[188020,258136],[188372,258164],[184780,257312],[184981,256262],[183681,256905],[183889,257027],[184150,256735],[189363,258306],[187968,259210],[188269,259043],[188983,258646],[189381,258712],[189687,258066],[190070,258892],[190488,258393],[188675,258399],[188584,258045],[191980,274751],[191814,274537],[189983,445815],[190970,447382],[190588,446387],[190334,446922],[190410,445818],[191165,447509],[189904,446126],[191518,445882],[190627,446273],[189773,448451],[189575,448252],[191601,454105],[183067,481056],[182797,480965],[183279,481378],[182560,482533],[182435,481706],[183863,481934],[180974,481919],[181811,482265],[182953,481824],[180172,480603],[180102,481133],[181373,481197],[181807,481057],[180312,480166],[180938,479813],[181018,480073],[180378,479148],[180750,479229],[181406,482588],[181144,482851],[183233,482909],[182898,483248],[183229,480612],[181230,480772],[184906,480523],[184092,480400],[184803,480568],[186371,480558],[185679,481212],[187895,482814],[187417,481546],[186885,482218],[186284,480477],[186161,482212],[186126,481366],[185506,481933],[186806,481004],[185177,482290],[184363,482421],[182205,482382],[183587,481607],[180956,481801],[183659,481564],[183180,481528],[181933,481892],[182115,482402],[181753,482087],[180719,480771],[180774,481014],[180831,481377],[180506,480579],[181263,480704],[181638,480418],[181841,481078],[181041,480213],[181246,480588],[181399,479761],[180548,479976],[180413,479658],[180506,479565],[182794,480588],[182913,481326],[182325,482435],[182919,481652],[182277,482246],[181446,482094],[180868,481934],[181418,482541],[179223,526028],[191758,548746],[191523,550022],[191707,550096],[191989,549399],[191885,549777],[191302,550463],[179390,547932],[180128,547688],[179773,548395],[180069,547842],[180498,549206],[180095,548849],[180496,547708],[179713,548713],[180751,547382],[180400,549428],[180573,549157],[180386,547321],[180701,549639],[183999,548643],[186779,547167],[187925,545785],[186447,547157],[186570,545900],[187809,546604],[186362,547370],[187475,545456],[186063,547453],[185429,548039],[186846,547991],[181930,548724],[181150,547915],[184611,547513],[184319,547788],[184084,547740],[182880,548750],[183466,548919],[183278,549947],[182850,549630],[181348,549480],[181768,549237],[186572,545180],[186459,544920],[186439,545940],[186510,545312],[179685,549052],[179446,548826],[179214,548239],[180010,548265],[179957,548146],[186327,546835],[187293,546936],[187140,547381],[186612,546253],[187889,546513],[186916,545714],[187629,545983],[186575,547854],[186078,548017],[185313,547184],[187523,546021],[186494,548186],[186006,545299],[185776,545285],[185853,547101],[185437,547616],[182928,547737],[181805,548969],[183137,547592],[184350,547244],[184199,546805],[183925,547722],[183674,547499],[183750,548012],[183484,548368],[183168,548669],[182685,548579],[182868,550022],[183210,549813],[183123,549728],[181999,549736],[181439,549979],[181303,549779],[187033,545012],[186470,544975],[186445,545131],[186247,545380],[189998,551533],[189937,551535],[189820,551972],[190466,552451],[190984,551834],[189377,551360],[190269,551599],[190036,551422],[190290,551252],[190215,551825],[189814,551292],[190550,552323],[190620,552385],[190962,551710],[190574,551464],[190634,551779],[189882,552200],[180258,575071],[179526,574446],[179444,575553],[179501,574278],[179786,575761],[179711,575915],[179340,575705],[180277,573962],[179411,574374],[180106,576114],[179945,574377],[179304,577229],[190804,594220],[191493,594270],[189860,594403],[190195,593773],[191856,594739],[191144,593578],[191732,594361],[190971,595836],[191147,594788],[190402,594791],[190285,593799],[191025,594725],[189845,595052],[190164,594596],[190581,594336],[190073,594164],[190330,595105],[191340,595540],[191678,593964],[190820,595201],[191911,594208],[191827,623060],[189803,623889],[185546,625337],[188312,621587],[190111,623809],[188031,626158],[188364,621072],[201329,226934],[201285,226966],[201170,227568],[200892,228898],[201231,228804],[200999,228709],[203186,228631],[202031,229049],[204656,229963],[201815,229096],[201796,229935],[197196,226971],[197475,226222],[196606,226550],[197154,228949],[197761,228953],[198468,230330],[198452,230431],[196344,228918],[195716,230560],[197436,230537],[201395,226956],[201932,227436],[201006,229064],[201174,228238],[197272,227595],[197655,226125],[196353,229540],[197237,228627],[198242,229647],[196926,232269],[196922,230621],[196764,230657],[203104,231662],[203506,231230],[197500,230750],[196040,231088],[196391,231748],[197388,232044],[202450,231601],[196602,232172],[196640,231520],[196468,230929],[203678,231275],[204151,231305],[196492,230653],[197098,231247],[197294,231042],[194663,266394],[194212,265791],[194714,265464],[197241,267090],[196415,267756],[197148,267953],[197047,266982],[196880,266283],[197306,266774],[195567,266002],[195666,266016],[196017,266135],[194628,266137],[194752,265443],[196527,267994],[196878,266555],[196588,266597],[196219,266331],[195605,266496],[202719,281461],[202523,280969],[202475,280754],[196560,281585],[196730,281564],[197278,281688],[197304,281717],[197309,281287],[197986,280365],[197389,280906],[197574,280792],[198237,281744],[200769,281775],[192186,274745],[192576,273519],[193298,273502],[192953,273340],[194324,273339],[193782,273299],[194131,273271],[200057,281117],[200247,281420],[200645,281296],[198971,280557],[199309,280840],[199274,281209],[199407,281597],[202677,279854],[202718,281197],[202992,280938],[196927,281089],[196862,281052],[197816,281059],[197429,281111],[198229,280367],[197303,280117],[200633,281440],[200911,281070],[198679,280243],[199414,280111],[192596,274054],[192434,274670],[193088,273744],[192876,273119],[193734,272984],[193913,272806],[199392,280828],[199149,280640],[198708,281555],[199031,281685],[199485,281134],[199717,281757],[202233,278779],[202527,279896],[202500,279394],[204315,280452],[204757,280271],[204112,280405],[204464,278925],[204719,279012],[202230,277565],[202471,278150],[202715,277633],[202337,277540],[202928,277520],[202367,276897],[202926,276570],[202654,276610],[203146,278681],[202703,278366],[202650,278883],[203081,279042],[203168,279228],[203114,279390],[203107,279309],[203770,278858],[203624,278630],[203518,278812],[203506,278510],[204544,280376],[204773,279796],[204321,279307],[201821,276987],[203185,277367],[203031,276886],[202186,277410],[202030,276870],[202876,277307],[203240,278925],[202999,278247],[202940,277887],[202962,278946],[203706,279940],[203130,279164],[203386,278891],[203814,278203],[203991,278647],[196383,281804],[197765,282406],[204404,285786],[204435,285891],[204617,287905],[198247,282568],[198410,282079],[199734,282729],[200463,282720],[200037,282316],[199981,282332],[198773,282267],[198880,281808],[199570,281824],[201425,285163],[201399,287600],[202272,287930],[201259,285873],[202003,286345],[200319,287211],[201170,287545],[200641,287284],[201028,286671],[200564,287832],[200544,286361],[200462,285807],[200941,285835],[202978,286771],[201055,287753],[201030,287669],[201874,285734],[202867,285943],[202690,286038],[202331,286212],[202117,285400],[202489,285250],[202263,286934],[202864,287835],[202787,287338],[201105,288312],[202210,286908],[201761,287622],[202046,287273],[204451,285979],[198002,282647],[200740,282017],[198281,281951],[200106,282770],[199863,282014],[201528,286392],[201340,287607],[201373,286304],[201013,286153],[201274,286449],[201237,286973],[201179,286424],[202444,286992],[201208,285609],[202226,285943],[201040,288596],[202017,286628],[201285,287277],[200926,287603],[201185,287169],[200651,286209],[201083,286566],[200418,285838],[201275,285819],[201109,288450],[202208,287829],[201701,286074],[202075,285414],[203430,287354],[203035,287475],[202197,287102],[201534,287039],[202429,409173],[202746,403342],[202083,403046],[202996,403065],[201724,403776],[202669,403228],[202067,403082],[201788,402513],[202704,402863],[202556,403891],[202096,403414],[202771,403303],[202317,403542],[202135,402500],[201894,403210],[203096,403081],[201887,402459],[202015,402973],[202476,402906],[201796,402674],[202385,403802],[201637,403184],[201865,402516],[203744,409559],[203478,409296],[195765,417298],[196297,416242],[195612,416134],[196451,417242],[196537,416309],[197210,417123],[195810,416450],[195951,417420],[202319,409996],[197012,416930],[195878,416015],[196796,415931],[196881,415912],[196162,415938],[195753,416912],[196012,417130],[195787,416665],[197179,416761],[196024,416978],[197135,416753],[196360,416452],[197008,416004],[196047,417114],[196767,417354],[202214,411208],[202181,411076],[202772,410274],[202832,409829],[202009,410206],[202855,409928],[201653,410221],[202525,410107],[202023,410053],[201556,411294],[203426,410816],[203474,411111],[202718,411288],[203743,410957],[203286,411139],[203367,410060],[202784,411242],[202596,411531],[202651,411213],[194216,447586],[194362,447273],[194447,446694],[193467,446301],[195106,446745],[192842,446324],[193610,446845],[194118,446453],[193778,446610],[193643,446348],[194620,445421],[194725,445212],[196906,451018],[193899,456198],[197128,453686],[196791,454813],[193827,456179],[195913,454749],[196118,454848],[196756,450221],[192296,453907],[196379,451173],[192344,453762],[196417,450119],[196458,450037],[195884,448877],[196643,449546],[196328,448491],[196866,449275],[196940,450112],[197713,449715],[196241,451943],[194713,455458],[197065,453400],[195175,455955],[194909,456021],[194743,454811],[196064,453620],[194567,454692],[194732,455631],[195854,454369],[195204,454535],[192139,455294],[192288,454762],[196624,450641],[197159,451649],[196713,452002],[196678,452595],[197044,452683],[196700,454634],[196253,453759],[195566,453886],[193277,454807],[193689,455480],[193850,454854],[192697,549579],[192410,550017],[192054,550222],[192569,549886],[192983,549004],[193136,549373],[192998,549231],[192202,548715],[192248,549322],[192005,549306],[194581,590103],[194127,589510],[195182,590051],[195351,589357],[193909,589037],[193546,590731],[194671,591122],[193323,590352],[192386,594411],[195539,589386],[193486,591100],[194796,589505],[193510,589730],[193438,589767],[195030,589781],[194302,589383],[195246,589043],[193715,589664],[194763,590439],[195201,590666],[194625,591391],[193525,589670],[195490,590394],[193674,590596],[192031,595204],[196532,622630],[195412,620423],[195799,622050],[198109,623438],[193931,620337],[195106,623808],[193762,627970],[195724,628357],[198551,683839],[195979,686799],[197899,685364],[199492,685120],[197806,686727],[198907,683866],[198830,685896],[197006,685951],[217178,175754],[217348,176564],[217310,175730],[216983,175805],[216791,175866],[216883,175735],[217592,176598],[217385,176177],[217479,176306],[206973,229209],[207784,230343],[207919,229904],[212986,225326],[212387,226204],[212872,225947],[209959,227408],[211012,226861],[209563,226081],[209237,225966],[212926,227846],[212708,227490],[211317,227765],[211123,227166],[204974,229591],[209790,230230],[208052,229491],[209089,229520],[208830,230254],[212503,225424],[212597,225286],[211983,225347],[213119,225558],[211603,226117],[210287,226847],[210757,226896],[210785,226756],[208564,226014],[208822,227270],[208755,226953],[212944,226650],[211730,226749],[211404,226921],[210965,227776],[211008,227338],[211228,228428],[207794,232355],[209279,231575],[209959,231249],[209933,231149],[209119,231278],[207227,231250],[206837,231912],[210926,233082],[210413,232882],[208468,233576],[209206,233750],[206973,230882],[206608,231162],[209031,231435],[209470,231285],[207281,232487],[207066,230949],[206971,231032],[207760,230906],[210858,232748],[210480,232869],[210537,231950],[209158,232521],[208381,232378],[208312,233197],[208215,234204],[208005,233573],[207686,230904],[205069,280261],[205471,280261],[205256,280526],[204805,280627],[205032,280653],[205023,279143],[205856,279737],[205754,279295],[205245,279898],[205361,278599],[204985,280167],[205218,280418],[205344,278958],[205245,279395],[205497,279179],[205039,287912],[205538,287440],[206526,286841],[207223,286594],[207139,287044],[205184,285712],[204852,285922],[204868,287444],[205274,287380],[206580,286997],[206446,286870],[207897,382174],[210939,383867],[215489,383045],[214708,617526],[215531,621614],[211908,619537],[209889,615809],[212092,615075],[214893,615825],[213669,619362],[216153,621818],[211471,618269],[213848,615100],[216062,616299],[211938,690422],[211934,690347],[211231,691151],[210817,691805],[211372,691714],[212062,692760],[212695,693398],[211113,693146],[217845,174157],[217909,174381],[222335,172652],[222315,172750],[221612,172900],[222509,173597],[222401,174172],[223187,174203],[222636,174222],[221337,173339],[221814,173786],[221791,173750],[219983,172474],[219760,172640],[220193,173015],[219251,173826],[219314,174028],[219864,173947],[219672,174300],[220321,173865],[218304,173613],[218838,172967],[219164,173262],[217717,174211],[218365,173453],[221620,172608],[221578,172945],[222738,174118],[223504,174033],[221751,173239],[222280,173539],[222283,173995],[222163,173721],[221654,173989],[219679,172929],[219745,172974],[219278,173923],[219415,174058],[219746,173659],[219939,174347],[218743,172957],[221237,174394],[217705,175007],[217873,174729],[217987,176474],[217910,176597],[222200,174600],[222374,174473],[222784,174533],[221313,174459],[217615,175411],[217972,175141],[217840,175073],[217824,176341],[217958,176447],[217790,176301],[219313,179409],[219164,180182],[219350,179778],[218867,179985],[219384,179600],[226551,244722],[225818,244708],[226108,244939],[226845,245349],[225920,244564],[226147,245063],[230357,347209],[229312,346678],[229412,346666],[223324,380337],[226675,380879],[223008,380776],[223265,380609],[226562,380835],[222882,401662],[222776,401742],[222396,397755],[218065,468039],[218068,467803],[221204,468510],[223231,466273],[223371,466439],[221115,613170],[220359,613654],[240711,171302],[239887,170761],[240148,171158],[240006,170567],[240412,171140],[241149,170645],[240766,171011],[240304,170596],[239492,171336],[239183,171186],[238963,170509],[240200,171317],[239761,171474],[240847,171468],[240606,171037],[240502,170142],[239159,171166],[239416,171293],[231603,287948],[231831,287336],[230498,344904],[231080,345475],[231431,344832],[230888,348204],[230676,347222],[230832,346725],[230635,347984],[237735,370870],[238430,371117],[236644,370049],[237211,370903],[237255,370770],[239207,371210],[239215,377190],[236792,375907],[239803,372689],[238469,371502],[239850,372522],[235871,375173],[235984,374995],[238354,372960],[237563,372748],[237406,372543],[239726,374884],[238356,374133],[240000,373081],[240750,373531],[237857,372189],[238307,372164],[238935,377043],[237092,376641],[236167,373425],[238687,372729],[238076,374151],[238342,374532],[239864,375125],[240253,373762],[239653,373410],[239135,372131],[239545,372903],[239384,373328],[238902,371476],[236820,373981],[236084,374634],[238446,375917],[239122,376098],[238792,376153],[236946,376674],[236541,376875],[235444,373167],[235873,403360],[235789,403104],[241314,397844],[241412,397782],[253621,358596],[253975,357236],[254255,357800],[255875,357736],[250609,369748],[250535,369784],[252969,359490],[252941,359707],[246613,370328],[246557,370387],[248231,370670],[248207,370807],[246991,369744],[248730,369033],[249447,370321],[248445,370035],[248896,370298],[249221,369741],[248118,369820],[247705,370500],[247683,369879],[247687,370305],[248204,368797],[247966,368604],[248750,368781],[248731,368127],[249131,368720],[249356,369068],[249884,369693],[250631,369195],[249878,367798],[250125,368629],[252854,359096],[251763,456918],[13823,152309],[13544,151924],[12996,152545],[13529,152753],[13553,153586],[13216,152531],[13042,153585],[13275,152003],[13201,152056],[13044,153311],[12978,151637],[13246,152759],[13641,153143],[13200,152804],[12906,153903],[17734,156162],[19085,156867],[16890,155076],[18259,155783],[16749,155073],[18442,154757],[16146,155621],[17286,155971],[16288,155793],[18669,155260],[18275,156134],[17607,156283],[18289,156126],[16963,156576],[18478,155948],[16678,156476],[16843,155781],[18092,154956],[16647,155261],[17111,156851],[17387,155724],[18692,156865],[16396,155406],[16829,156530],[16709,155678],[18036,156121],[17183,156512],[17951,155745],[18094,156604],[18190,154786],[18409,157109],[24259,173545],[24753,173344],[24671,173589],[24687,174296],[24168,172658],[17935,172444],[18355,174594],[18262,173347],[17343,173504],[17431,174708],[17470,174795],[18995,173669],[17960,174700],[21114,171589],[21397,172999],[20117,174190],[20359,173934],[19362,172101],[19415,171866],[19696,173728],[21425,173419],[19777,172933],[25576,172092],[24474,171983],[24035,172107],[24510,173988],[23987,172968],[25048,173432],[25569,171910],[24785,172412],[25004,173925],[24577,173787],[24683,172463],[25141,172362],[24557,173680],[17345,173061],[18819,174855],[17340,173788],[17041,173579],[18963,174459],[20899,171212],[21151,171991],[19179,174194],[17824,173628],[18655,173591],[17808,174688],[17559,173516],[21080,173486],[18370,172731],[17882,174533],[17817,173479],[20157,171111],[20579,173071],[19622,173488],[21445,173557],[19709,172342],[20244,173537],[19601,173480],[21091,173166],[21513,173263],[19095,173668],[19599,172307],[19064,172173],[20323,172213],[18985,172414],[19009,173302],[21485,171836],[15097,191950],[16509,191752],[16003,190809],[14963,190843],[15023,192130],[14507,191885],[13164,191757],[18343,190860],[19430,191626],[19232,191640],[18181,191042],[18735,191689],[17186,190054],[15325,190641],[15850,191384],[15813,192082],[15462,191974],[15781,191314],[16872,190475],[16015,190985],[16514,190544],[16811,191371],[15961,191093],[16549,191003],[15320,192130],[14195,192033],[17892,190202],[19164,191436],[18073,191081],[18615,191997],[17089,191659],[17074,191687],[18248,190132],[18635,191929],[17613,190029],[19036,190471],[17113,190658],[18637,191179],[15450,192802],[15657,192334],[17011,192284],[16395,192794],[13067,194321],[15440,194277],[15081,192465],[15407,193087],[13503,193038],[14819,194169],[13963,193456],[14833,193879],[15225,193219],[14246,193184],[15381,193980],[14077,193789],[12918,192464],[17899,192255],[18199,192336],[17097,192280],[15174,192900],[16015,192341],[14233,192561],[15348,194200],[14338,192691],[13054,193780],[15470,194272],[14689,192236],[14040,193235],[17035,192319],[17367,192221],[25061,219079],[24791,230416],[22599,227880],[24307,230163],[24615,230301],[23376,228019],[24495,229783],[23971,229678],[22597,227158],[22329,228175],[18323,224723],[18771,224626],[19388,224119],[18522,227002],[19310,226673],[16545,226126],[17228,224468],[18367,226086],[24770,230055],[24502,230082],[25091,230556],[22034,228712],[21932,230006],[23511,227725],[22318,226882],[23885,226947],[23371,229778],[21693,229494],[23143,227119],[21948,227947],[23585,226357],[21441,227223],[21289,227672],[24902,230308],[23122,227307],[23094,226301],[17861,224500],[18879,227352],[16996,224771],[19292,226550],[16153,225499],[17359,226575],[19058,227144],[16239,227044],[18252,226148],[18601,225493],[16235,225064],[18765,225325],[17203,226388],[16604,225331],[20035,223673],[24351,237672],[24849,233847],[24635,234899],[24595,234522],[24404,235762],[25063,230817],[23542,237784],[25440,233618],[25248,233509],[24828,234656],[24648,234500],[24837,235380],[24756,236105],[25240,237435],[23399,238582],[24844,236352],[23697,234983],[23817,234611],[24883,236051],[25294,236221],[24228,235830],[25099,233061],[25390,231313],[24740,258466],[19343,301108],[19507,301013],[18418,302444],[19633,302135],[18757,301549],[18676,301448],[18479,300668],[18582,301698],[19025,302090],[19031,302199],[19299,301595],[19237,301422],[19298,301432],[18245,300685],[18151,300636],[19123,300595],[18974,300544],[19501,300356],[18897,301134],[18928,301258],[19032,301435],[19309,300759],[18827,300646],[18977,300972],[19347,300225],[19669,301370],[19658,300803],[18987,301293],[19437,300996],[18823,302298],[18282,301122],[19008,302117],[19126,301875],[19251,301907],[19273,301975],[19253,300254],[18545,301262],[18075,300755],[19230,301672],[19450,301420],[18792,301117],[19269,301052],[18980,300810],[256400,354463],[256184,354112],[257463,354299],[257513,354795],[256169,357242],[256844,355698],[256323,355931],[256809,353099],[256439,353691],[266347,360638],[267225,362087],[267352,361335],[266007,361489],[266251,361609],[266642,360994],[266952,360634],[266616,361401],[266449,361253],[267609,465268],[268056,465958],[267809,468941],[267805,465839],[268032,468451],[267938,467853],[267868,468283],[267853,466342],[267577,466256],[268203,467768],[256597,473600],[267194,465861],[267172,465807],[268214,467892],[267752,468349],[256615,476011],[279353,326374],[279342,324125],[270656,466317],[270216,467987],[270325,468210],[270362,469037],[269145,468745],[269266,466737],[269275,467348],[269909,466810],[269610,467673],[268851,466626],[269808,466191],[268836,467749],[270094,466705],[268849,466453],[268931,467906],[269763,467613],[274589,486052],[273617,488136],[273167,488376],[272564,487423],[273713,488242],[271568,488216],[271938,488374],[272016,488303],[271735,488714],[270939,489530],[271418,488623],[274101,489384],[274121,489159],[276629,490133],[277133,490202],[276253,488803],[276069,488792],[274762,487440],[275081,486624],[275577,486669],[274472,486905],[276962,487358],[276709,487339],[276481,488174],[276763,487705],[285838,153615],[291799,148669],[291034,147219],[292893,145934],[294385,146983],[284697,155165],[286504,154049],[283703,322663],[282906,412853],[282950,412849],[285664,411275],[285709,411632],[283520,413857],[283144,414100],[283881,414618],[286435,412605],[284182,414428],[284659,412316],[286873,411048],[284697,414305],[282765,414147],[283154,414528],[285182,412172],[288450,418007],[289350,417236],[290997,418113],[291287,417136],[288350,419282],[289004,418023],[289842,420586],[291686,417844],[288115,420169],[288986,418164],[291821,419471],[289196,418475],[289166,419729],[291372,419373],[288909,417654],[286805,415930],[285540,416327],[287095,414935],[286817,415217],[286791,416689],[285733,415238],[285503,414896],[285973,416590],[287278,415412],[285628,416485],[286800,415053],[286923,415909],[286027,414443],[287479,415788],[287900,415132],[284966,422078],[287027,420587],[286611,420589],[286911,422091],[284982,422210],[285313,422188],[286182,422136],[287068,421603],[286956,421060],[287122,421766],[286279,422420],[286757,422403],[285532,420781],[282892,413088],[283184,414841],[286856,411640],[285798,411683],[285120,411605],[285810,413688],[286755,411158],[289156,420996],[290357,417618],[291180,420557],[290114,418992],[291061,420038],[289664,418682],[289572,417186],[288688,417256],[288006,414726],[286406,414726],[287879,415028],[285741,415377],[287717,415082],[286902,414249],[286985,414370],[287632,416604],[284962,421491],[285355,421895],[285036,422531],[286863,421880],[286602,422371],[287054,421961],[286325,420747],[286805,422130],[286461,422723],[285967,422794],[289853,694755],[290800,696134],[290607,693914],[290524,695803],[287613,696649],[289701,694217],[289168,697151],[290253,697635],[294497,147150],[296494,144958],[299369,150014],[298458,157394],[299752,155105],[298236,157805],[304833,482045],[304028,482577],[304383,482898],[303824,482604],[303994,482980],[303879,482008],[304577,482947],[304044,482183],[305065,482881],[304856,482228],[304676,483232],[303742,481695],[303758,482108],[304849,482449],[304856,482115],[303823,481674],[304528,482521],[304882,482403],[304385,482617],[305006,482961],[305055,482483],[303699,483019],[304825,483034],[306951,619647],[305972,620789],[306016,620381],[306065,621024],[307036,620402],[302650,620536],[301094,622227],[301130,622870],[301658,620539],[302343,621635],[302871,621034],[303195,621421],[302151,621905],[306185,621128],[306096,620814],[306847,618626],[306348,620012],[306692,621082],[305879,619425],[306844,620762],[306988,618618],[302265,622887],[301046,621538],[303211,622901],[302654,622740],[302346,620531],[302278,623024],[303149,622705],[301478,622588],[301143,620798],[302805,622331],[302346,621292],[303182,622450],[300987,622200],[301446,621712],[303132,620770],[300755,101185],[300859,102501],[300704,100914],[305155,105385],[301654,102724],[318924,227372],[318287,226296],[310672,325766],[310826,325632],[312053,324540],[315024,326338],[315045,326092],[310089,327043],[310101,326942],[314477,391502],[315307,390020],[314988,390683],[316007,389652],[316177,389548],[314584,389349],[314170,391269],[314790,390834],[317047,393694],[317629,393486],[317715,392305],[318176,393812],[317421,392904],[317167,392427],[316559,393900],[318084,394267],[313747,391807],[316045,389717],[316005,390108],[315101,390089],[315005,390461],[314794,390572],[313946,390836],[315227,391663],[314234,390139],[313852,390024],[315893,390057],[315360,391888],[315427,390559],[315965,390628],[315027,391712],[316774,391825],[318755,392683],[317607,391861],[317044,394051],[317666,393535],[316242,391842],[316299,392943],[316349,393062],[317455,391897],[316516,392356],[317491,392232],[317716,392850],[317608,392543],[317567,391945],[318607,392533],[307895,619323],[307354,620860],[307619,619894],[307916,619337],[307698,619449],[307871,620723],[307371,619704],[308285,619271],[308299,618639],[307234,620092],[318322,628886],[319194,628243],[318626,630217],[317193,629015],[318999,628740],[318930,628865],[317837,630740],[318921,629559],[317793,628381],[319641,630647],[317330,630195],[319390,628714],[319125,629561],[318057,629981],[317201,628661],[308168,630047],[307476,629796],[309483,631504],[308116,629402],[309351,630359],[309708,629125],[309355,629073],[308641,629675],[309083,630222],[309968,630675],[308480,629905],[309575,631322],[308469,629519],[307474,631034],[309142,630066],[318763,629091],[318333,629354],[318047,629711],[317374,630084],[318646,629319],[317662,630071],[317920,630822],[318862,628748],[308836,629693],[310031,631386],[309202,631216],[308161,630177],[309697,631074],[309803,631544],[309832,629177],[308992,629482],[329926,-9354],[332202,-8745],[330274,-9359],[332045,-8925],[330816,187487],[329878,186033],[328884,196788],[332473,210894],[321383,226175],[322069,228147],[321666,226220],[320980,228048],[321922,228346],[322070,228538],[322311,30970],[322378,29083],[332567,36866],[332440,37047],[324710,30538],[322277,31094],[324561,29659],[323640,482828],[323603,482372],[324687,481797],[324649,482041],[324009,480752],[324627,481443],[323675,632540],[323389,632291],[322665,632775],[322493,630650],[321709,631823],[323095,631302],[322701,630697],[322764,632567],[323161,632654],[323643,632486],[321628,631965],[322103,632817],[323325,630517],[322996,631872],[321780,631894],[321693,632357],[321913,631495],[321604,631259],[321523,630783],[321852,631383],[321972,631056],[322565,631285],[323415,631692],[323238,631518],[322648,633076],[325842,54564],[325626,54465],[326037,57858],[324498,61819],[341670,-79815],[344659,-84258],[341557,-80037],[344800,-84567],[339380,217669],[343720,223135],[341285,24963],[339309,25249],[341282,25154],[340088,26157],[333313,36596],[340889,26323],[334508,37005],[337395,635396],[340018,636334],[339217,636035],[338937,636574],[338394,634924],[339979,636844],[340463,635760],[342128,634562],[340090,635559],[340314,634523],[342191,635882],[341359,636215],[341214,634570],[338378,633755],[339324,633763],[338042,635008],[338584,636743],[337676,635861],[338826,636463],[337959,637748],[339676,637566],[339457,634448],[337467,635200],[342210,634906],[341728,637006],[341403,635909],[340405,635039],[342165,636391],[342435,636898],[342270,635769],[341783,634743],[342432,634508],[341689,636428],[340745,635799],[341681,635364],[340334,636435],[340114,634744],[341921,635707],[352114,-89517],[354294,253164],[353390,255973],[354929,253331],[356845,256262],[356399,256524],[354252,257730],[353865,256635],[353798,256584],[349136,277908],[349058,280702],[347745,281451],[347282,281264],[349323,278085],[348849,280706],[356405,342096],[355244,345455],[355360,345007],[356228,345104],[356054,344821],[356180,344868],[356511,349522],[354853,349837],[353572,348687],[353327,348167],[353606,348438],[368730,-101723],[371109,-100867],[370551,-101356],[370186,-100217],[358734,198997],[358511,199548],[363351,215873],[363401,216139],[361288,217766],[358830,211275],[358646,211104],[364929,217330],[364472,216814],[364735,217122],[363478,218192],[361919,218556],[361939,218701],[361266,218012],[363303,217830],[363476,218011],[359116,343300],[360656,344583],[361544,341708],[364656,339725],[364445,339658],[358476,342495],[359404,343426],[360952,344614],[360758,344410],[361852,341589],[361296,341543],[359683,540050],[361065,595245],[363079,596269],[362089,598070],[363213,598925],[361405,595729],[360360,595956],[360159,595020],[361088,597692],[362806,597264],[361031,596617],[360903,596235],[360747,597407],[361399,597864],[360832,600572],[360284,600780],[360312,600539],[359855,600282],[364148,598920],[365628,597370],[364728,598692],[363912,595894],[363653,598953],[365751,597805],[364987,597592],[363628,597187],[365559,596009],[366279,598777],[367228,597342],[366850,595888],[364755,596121],[364863,597754],[365791,598797],[360633,600206],[363409,599942],[361242,597293],[363437,596463],[362232,598943],[363149,595412],[363200,599113],[360567,597658],[362867,595795],[361932,598567],[364031,599254],[364009,597839],[366767,595974],[364363,598354],[366890,596046],[364103,599366],[365658,597917],[365014,595779],[362994,602308],[362860,603423],[362928,603494],[362345,602129],[362927,603565],[363056,602166],[362572,602558],[375689,-23903],[381240,-33070],[382231,-35289],[383906,-37867],[380133,-33894],[383018,-34865],[382852,-35143],[383621,565170],[383166,565394],[26022,171899],[26016,172560],[25928,172728],[26057,174105],[25628,172199],[35354,220489],[27792,230223],[27707,229628],[27304,230369],[26848,230142],[26108,229870],[26506,230284],[28595,229685],[28677,239601],[31143,240316],[30902,239942],[28882,239813],[27178,236881],[29166,238198],[25660,233465],[31021,233386],[26887,235062],[26221,236801],[30166,237369],[26581,235710],[29214,239723],[27607,236030],[25978,232204],[29649,238267],[27430,238787],[29107,233268],[31007,235776],[26865,231065],[27820,237323],[26947,235180],[30330,232406],[31066,233050],[27465,232482],[29273,235167],[30211,232629],[28145,238676],[25865,237250],[30312,233989],[27867,234658],[27920,233381],[30541,232581],[28908,239994],[28849,240134],[29265,240144],[28521,239574],[30573,240169],[28851,239811],[29051,239961],[31180,239974],[28332,238861],[29026,236684],[29208,235825],[30935,239919],[29536,237933],[25819,238272],[27543,233601],[27706,238983],[26681,234929],[28080,232743],[26736,231515],[27437,236716],[30323,232303],[26156,236418],[27586,237617],[28177,231031],[28179,232492],[30074,238927],[29734,232396],[29607,232457],[26072,238185],[27885,236956],[29381,238383],[27641,238277],[26429,234462],[29887,239699],[26073,234378],[27037,232212],[28435,239621],[27915,238383],[28027,238604],[31095,233468],[27366,237262],[27611,238416],[27786,233033],[27544,236880],[28865,239525],[30795,233456],[29001,235069],[29345,234810],[30163,232511],[28340,235262],[30535,235579],[26209,231508],[27506,235669],[29798,234951],[27439,234593],[29411,233324],[384877,-37925],[385255,-38235],[385679,-39988],[386693,-41996],[387010,-43523],[386722,-44478],[396783,-73160],[392587,-70968],[394912,-75255],[393814,-72934],[394285,-71105],[392524,-70745],[394252,-75337],[396652,-75290],[396613,-73915],[394209,-77144],[396603,-80461],[396418,-80399],[396189,-82017],[396617,-83419],[396412,-77077],[394418,-96728],[396090,210138],[396221,210306],[395039,210173],[396550,210410],[395203,209990],[394727,210228],[384857,318289],[385801,318184],[384715,317816],[387942,315496],[387993,315646],[385638,318225],[385155,317216],[385613,318100],[385244,318191],[384932,317433],[385480,318265],[388217,315528],[387475,357286],[385392,358228],[384932,357552],[387399,357189],[390733,355433],[390671,355247],[384980,358662],[384513,359365],[385933,362321],[385801,362809],[407461,-123900],[407783,-122807],[404878,-123559],[403431,-118230],[405219,-120330],[402774,-121373],[408180,-124276],[404242,-118132],[402893,-117745],[405261,-119712],[405416,-120622],[400174,-24887],[400467,-24785],[404150,-31291],[403972,-31363],[403267,-54126],[401870,-55413],[403217,-54014],[401376,-73715],[401994,-73933],[401714,-73536],[402431,-74732],[396932,-72476],[403456,-74420],[404949,-75489],[403662,-69296],[401570,-73510],[402326,-74984],[400415,-73336],[399770,-73056],[399995,-69734],[403224,-73946],[399829,-72619],[396982,-72176],[396982,-74540],[403335,-69529],[403587,-71008],[404855,-71443],[403108,-72684],[400820,-80510],[396883,-78632],[397696,-83874],[400576,-80137],[396899,-77268],[397532,-91884],[402719,-104562],[402424,-104633],[401982,211301],[401908,211548],[399933,213012],[400043,212904],[401702,240722],[402148,239816],[401904,239779],[400823,240009],[402809,239424],[402740,239178],[401817,242453],[401620,242218],[401307,241912],[409295,349666],[409138,349249],[409092,348597],[421992,-185862],[420975,-186944],[421604,-186270],[418162,-184006],[421725,-185676],[422313,-185230],[421335,-187466],[420861,-187757],[419239,294363],[419355,295063],[419550,295466],[419342,295982],[419205,296418],[409816,349308],[419058,348599],[419241,349148],[431822,-191787],[430565,-190015],[429989,-189225],[429920,-189170],[430781,-190108],[431698,-191907],[432344,-192586],[432849,-194322],[422894,297174],[437064,310365],[437288,310572],[437967,311839],[440254,315118],[440395,314205],[440401,313983],[443550,315388],[444224,315242],[447339,317337],[447240,314847],[446558,314869],[447147,314992],[438161,311970],[447072,314692],[442060,324592],[442025,324916],[440768,422517],[440687,421699],[441080,421711],[441098,421799],[440880,422592],[440721,422584],[440857,421633],[441151,421767],[440891,422674],[448040,313132],[448017,313297],[469264,435347],[469449,435486],[469497,436039],[60705,637082],[61255,639840],[63302,635627],[57859,632834],[57448,629057],[57170,636193],[58801,637670],[59696,635963],[63580,634586],[58509,631534],[57223,629467],[58485,634039],[58840,638436],[63916,639622],[63585,640809],[63611,643030],[75606,198054],[73808,197654],[74541,197275],[75079,198442],[74808,197149],[75778,197263],[75280,197519],[75054,198004],[76661,197943],[76550,197991],[75041,198463],[74954,199001],[75900,198031],[74806,197180],[75528,197156],[75471,197812],[75644,197650],[75408,197353],[76296,198759],[76672,198680],[76624,198202],[74130,197428],[73915,197417],[74070,196772],[72041,583762],[71824,584802],[73529,585057],[73538,584868],[71643,583101],[71879,583857],[73395,584747],[71508,583709],[72133,584500],[72027,584873],[71366,584132],[73799,585344],[72463,585313],[72585,583409],[71389,582937],[73308,584480],[72150,583936],[73601,583957],[72757,583462],[72287,583516],[73445,584794],[72021,584996],[72461,584619],[73091,591962],[73831,592425],[71519,591956],[72933,593468],[72840,592204],[73804,591567],[72866,592202],[73615,590953],[72629,593057],[73039,591755],[73858,591156],[72849,592339],[73678,591094],[73763,592225],[71500,592374],[71647,592775],[71799,591255],[71570,593048],[72255,592089],[71901,593132],[71525,593015],[71983,592582],[73216,591041],[65928,636806],[65127,637375],[64653,638634],[64201,639297],[64840,642317],[76757,675417],[76521,676651],[76519,675805],[76459,677779],[83504,140049],[83110,140809],[83658,140420],[83431,139959],[84953,140957],[83999,140415],[83493,140125],[82979,140513],[83140,140646],[84730,141620],[84783,142139],[85604,143101],[85194,143127],[82838,143245],[84997,141223],[84037,141089],[84392,143034],[84001,141666],[81708,141536],[82570,141479],[82566,143174],[81696,143674],[82396,143220],[84418,141298],[84556,141480],[84597,141823],[82920,142753],[83380,142790],[82788,142033],[85220,142734],[83411,142243],[84062,141273],[84884,142461],[84087,141194],[84511,142257],[84504,141062],[83017,141072],[82520,141525],[82502,141430],[82040,142031],[81873,143580],[81982,143406],[82490,143367],[82411,143334],[83020,143864],[85147,141777],[80653,198572],[81413,197843],[81762,197707],[82364,197790],[81399,197248],[81281,198443],[81227,198430],[81729,196497],[82116,196546],[83153,197592],[82782,196997],[81650,197451],[82701,196989],[81757,197070],[81945,197363],[88215,196482],[88439,196908],[88008,196523],[87316,197145],[88249,197305],[88269,196759],[83475,197515],[81796,198527],[81202,198363],[82895,197481],[80506,198631],[81158,198183],[81646,196979],[81926,196506],[81446,197839],[82162,198282],[82677,196976],[82604,197029],[88319,196835],[87799,196192],[87759,196872],[87917,196747],[82914,582337],[82702,583423],[84081,584265],[83816,583476],[84692,583491],[82984,583139],[84428,582607],[82820,582796],[82833,582683],[84745,584435],[83121,583990],[83690,582675],[84244,583832],[84857,582519],[84324,584515],[83972,584089],[83521,583308],[84548,583075],[84300,583085],[84822,584412],[82995,584492],[83538,582957],[85067,582295],[81095,590827],[80362,590594],[81298,591143],[80912,591467],[80355,591793],[81168,590734],[82079,590983],[81293,590792],[80491,591419],[81338,591145],[81030,590983],[81087,590933],[81441,591023],[85430,658459],[88039,658419],[87725,656101],[88966,658316],[87648,656945],[87820,658663],[85519,659062],[85720,656976],[85456,657926],[86789,659133],[85833,657780],[86247,657879],[85733,656582],[89232,659052],[87009,656101],[88468,656570],[85365,658948],[86941,659317],[88986,656343],[85756,656158],[88043,657876],[87877,656559],[85846,657974],[85570,656563],[86874,657842],[87604,657656],[86278,657243],[87775,657141],[87074,656828],[87578,658516],[86806,658402],[86011,657427],[87903,656774],[86895,657838],[87718,657066],[86307,657684],[78340,675719],[77977,675360],[78311,676817],[77688,677441],[78281,676165],[77506,677495],[89265,668906],[89554,667177],[78560,676417],[78704,677721],[77600,677474],[77842,676481],[77048,676518],[78057,676196],[78353,676936],[78856,676081],[78024,675397],[78965,676672],[77298,677372],[78689,676952],[77046,676440],[89591,668627],[88897,668950],[88893,667683],[88401,668511],[939801,375596],[939860,375366],[99361,289539],[98830,289103],[98799,289513],[98757,288211],[99222,288140],[99440,288642],[99567,289479],[100493,289227],[100123,289372],[99718,289321],[99647,288980],[99539,288339],[99586,289206],[98893,290426],[98775,289760],[97568,289883],[98284,289082],[98160,289339],[95499,286264],[94369,286483],[94619,286402],[94135,286241],[95397,285184],[96483,285171],[95798,285600],[96263,285111],[96083,283711],[95222,284074],[95226,284156],[95122,284301],[94994,284166],[94789,285047],[94942,285418],[94966,284832],[99120,288327],[99728,288891],[98504,290189],[98728,289232],[98978,289683],[98621,288074],[99581,289339],[99913,289284],[99688,288832],[98757,289926],[98215,289300],[97636,289343],[95561,286875],[95095,286893],[94064,285966],[94740,285832],[95064,284118],[94522,284692],[95495,284321],[95891,285234],[95819,284859],[95842,284437],[94660,285611],[95116,284908],[91085,671162],[91766,671826],[91295,672075],[91010,669821],[91388,672024],[91132,671152],[91987,671922],[90700,670768],[90195,668797],[90750,671921],[90055,670011],[91463,669746],[91564,670174],[91750,672074],[90370,672144],[92359,671678],[92125,671222],[92112,671978],[91221,671919],[90405,670218],[90292,670485],[90580,670217],[90024,672001],[92127,670221],[90324,668282],[89661,669027],[90718,669361],[90540,668535],[90660,668453],[90051,668332],[1034434,573813],[1034770,573785],[1035806,574032],[1036429,573820],[1036317,573600],[1036928,574467],[1090346,574701],[1091520,574131],[1090759,574185],[1090075,575218],[1089622,574861],[1091198,574746],[1091167,574918],[1089474,574863],[1090579,574393],[1091684,573984],[1090269,574677],[1090766,574276],[1091178,573829],[1089697,575128],[1092422,567800],[1091267,568281],[1090267,567201],[1090651,566849],[1093765,598316],[1096873,595267],[1097190,594626],[104021,152524],[104236,153140],[103685,152947],[103061,153757],[103104,153770],[104088,153000],[104200,152938],[103085,155669],[103049,155955],[102661,155940],[104016,154314],[104007,154060],[102886,154606],[106001,160904],[107646,160506],[106998,160972],[106917,160932],[104551,155593],[104206,154893],[103631,155862],[104160,154211],[103559,154180],[102770,154566],[103001,154161],[106014,160377],[106262,160135],[107646,160571],[107945,159914],[110757,512174],[110949,511988],[111229,512162],[112240,512036],[111817,511810],[113108,511690],[114395,510413],[114345,509180],[113782,510137],[114211,510785],[114745,509754],[115028,509658],[114981,509965],[114472,510353],[113751,509333],[113719,511256],[113301,509133],[114058,510608],[114338,511276],[113897,509748],[115059,510768],[114932,509062],[113547,509719],[111482,514047],[110735,512672],[111671,512209],[111787,512502],[111050,513214],[112535,513295],[114249,521910],[113968,522184],[115023,521022],[114161,521475],[112324,519188],[113196,518606],[112054,519668],[112503,519387],[111257,518332],[112885,519876],[113110,518349],[111180,519774],[112438,513118],[113117,512594],[111007,514161],[111708,512823],[111130,513153],[112281,514030],[111555,512963],[110973,513834],[112474,513222],[110935,512704],[110724,512498],[115070,522542],[114619,520937],[113998,520685],[114641,521699],[114824,520401],[114512,520910],[114348,520307],[110763,519507],[112460,518376],[112643,518867],[112854,519007],[112428,518767],[111900,519196],[111393,518643],[111350,518126],[113189,517906],[110932,519680],[111529,518969],[111410,518562],[112226,519850],[111028,519854],[111831,519468],[107632,572857],[106950,573129],[113304,581405],[107834,577985],[108313,576501],[103523,580294],[114763,580111],[109778,577369],[103816,580311],[108128,594585],[108158,595227],[108261,593476],[106405,593473],[105871,592562],[105319,593555],[106956,594106],[105259,593668],[105907,592634],[106030,592488],[106585,594772],[105101,592991],[104840,593463],[106760,594447],[106014,594362],[105213,594822],[106279,593929],[105459,592989],[105562,592447],[106678,592405],[106962,594023],[106064,592575],[105115,594607],[105799,592785],[106462,594176],[105176,593168],[1240870,416842],[1240049,417675],[1240113,417298],[1240314,417412],[1240195,417436],[1241073,422374],[1241466,422221],[1240475,417420],[1240884,416402],[1240572,417349],[1239999,417486],[1240829,417830],[1241415,422695],[1240482,424456],[1241558,423471],[1241076,424349],[1240907,423958],[1241321,424162],[1254120,395359],[1254314,394280],[1254000,394501],[1253822,395909],[1253874,395347],[1254052,394716],[1245712,397363],[1244649,398158],[1245291,398028],[1247452,405142],[1254070,403313],[1245267,397920],[1245915,403177],[1245648,403575],[1248717,402625],[1249191,402011],[1248914,402886],[1249338,401652],[1247901,402457],[1252085,405861],[1251592,406709],[1249977,398749],[1249844,398355],[1250370,397575],[1250505,399029],[1249522,397479],[1252567,397622],[1252311,398598],[1251753,397922],[1252538,397512],[1252024,398053],[1251685,404938],[1251451,404815],[1251962,404456],[1251031,404714],[1251759,404343],[1250847,398372],[1251487,399610],[1251038,398301],[1251586,398421],[1251695,399607],[1254003,402194],[1253619,402118],[1254006,402252],[1253917,401693],[1246539,403442],[1246725,403057],[1245688,403125],[1246885,403313],[1248049,401957],[1248558,402501],[1248331,401745],[1248270,402128],[1249299,402439],[1251278,405995],[1251646,405731],[1251310,406443],[1251858,406106],[1254303,405835],[1254286,405173],[1254354,404909],[1250574,398550],[1249979,398980],[1249989,398646],[1250451,398393],[1249655,398426],[1252200,398248],[1251338,397991],[1252527,398946],[1252436,398829],[1251350,398642],[1251601,404373],[1251729,405088],[1251993,404972],[1251020,404703],[1250754,404051],[1252020,398542],[1251106,398860],[1251813,399227],[1251840,398678],[1250795,398427],[1246943,408498],[1247224,407586],[1248142,408010],[1246811,403523],[1251353,406821],[1251484,409685],[1251350,409399],[1251859,408907],[1251685,409084],[1251333,409695],[1247200,408722],[1247421,408107],[1247808,408539],[1246984,408980],[1248311,408749],[1248020,407613],[1247081,409105],[1246679,403723],[1246321,404146],[1246139,404083],[1250875,406778],[1251231,406507],[1251414,406810],[1251145,408410],[1250859,408914],[1251451,409114],[1251460,408600],[1251731,409481],[1247492,414342],[1248724,414446],[1247452,415539],[1247849,415241],[1247381,414779],[1244811,417602],[1244707,417524],[1245468,417377],[1244283,417334],[1244964,417459],[1244080,420500],[1244982,421075],[1242002,422086],[1242250,422446],[1251618,420320],[1251703,420505],[1251862,420166],[1251681,419690],[1252329,419815],[1253091,414985],[1252767,413728],[1252372,414146],[1252395,414324],[1253263,415119],[1250899,413619],[1251189,413644],[1250578,413162],[1251018,412256],[1251472,413424],[1249266,414125],[1248366,413475],[1249299,413457],[1248262,414037],[1248228,414162],[1247244,414712],[1248547,414707],[1248283,414350],[1247846,415393],[1248774,414445],[1248839,414565],[1248875,413519],[1248082,415318],[1243895,417414],[1244054,417748],[1243962,417391],[1244787,416595],[1244402,417837],[1244028,420855],[1244496,420566],[1244268,420880],[1241829,422201],[1241874,422411],[1251634,420276],[1252356,420619],[1251736,419714],[1251166,421029],[1251043,420500],[1252672,413794],[1252504,413836],[1253170,414888],[1252139,414266],[1252440,414352],[1250492,412995],[1250917,412447],[1250382,413056],[1251581,412644],[1251784,413221],[1248169,413865],[1247861,414113],[1241705,423640],[1241804,422698],[1241843,423139],[1242053,423175],[1241847,424400],[1241931,424148],[1265496,374749],[1256727,383961],[1257091,383551],[1257061,384008],[1258395,383755],[1258124,382905],[1258500,383692],[1258251,382632],[1259090,383801],[1265660,374650],[1264713,377996],[1264655,374915],[1263174,378212],[1263245,378581],[1263460,377115],[1262831,379201],[1266399,378155],[1263570,377610],[1256077,383789],[1257151,383468],[1258990,383472],[1258889,383781],[1259380,383560],[1259075,383841],[1258443,382359],[1266452,374905],[1265141,374636],[1265397,375185],[1263002,377919],[1264982,377417],[1263510,376296],[1264642,378124],[1263537,376702],[1265879,374632],[1264885,376130],[1265631,377398],[1265356,376287],[1257107,386408],[1257223,385136],[1258200,385362],[1258242,385284],[1257574,385730],[1256828,384320],[1257197,384249],[1265202,393728],[1254566,394444],[1254527,395669],[1254900,395896],[1254591,395529],[1254557,395321],[1255516,394981],[1254630,394490],[1264946,395481],[1264459,395871],[1264335,396491],[1264907,395658],[1264366,396308],[1266169,393086],[1265159,393577],[1266162,392745],[1265712,392834],[1257395,385346],[1258314,386198],[1256839,385910],[1257825,385667],[1257376,386278],[1256704,384630],[1255998,384506],[1256819,384317],[1255166,395354],[1254577,395526],[1255069,394781],[1254453,394591],[1254910,395373],[1255087,394389],[1255418,395093],[1265321,395399],[1264294,395512],[1264507,396002],[1264449,396025],[1264370,396261],[1265155,394105],[1264882,393545],[1265978,392726],[1265317,392761],[1264887,392774],[1255579,405612],[1255332,405028],[1256779,402346],[1256601,402470],[1257309,402615],[1256933,403334],[1256963,402121],[1256611,402462],[1256240,402550],[1255901,403006],[1256629,403072],[1256346,403462],[1255661,404661],[1254994,404456],[1255839,405486],[1255432,404769],[1255156,405475],[1255095,402997],[1254611,406133],[1255382,405867],[1255337,406439],[1255334,405139],[1254938,405886],[1257035,402335],[1257253,403091],[1256255,402446],[1257440,401836],[1256904,403172],[1255656,402641],[1256813,403145],[1256301,403763],[1256438,402056],[1256831,402308],[1255668,404851],[1256603,404197],[1256267,404904],[1255910,405201],[1255458,404197],[1255039,404101],[1255653,402928],[1254435,402546],[1255488,403571],[1256895,415319],[1256853,415356],[1256123,415481],[1256479,414721],[1255804,415523],[1256264,415263],[1256541,414966],[1256720,415241],[1257267,414213],[1257078,415770],[1276678,364828],[1276243,365052],[1277104,363784],[1276981,364659],[1275742,364689],[1276204,370306],[1275138,370493],[1276229,371016],[1275754,370283],[1275127,370756],[1274682,367608],[1275552,366766],[1275289,366979],[1275098,367374],[1274792,367840],[1275925,364652],[1276524,364459],[1275859,364711],[1276330,363684],[1276753,364306],[1274850,369900],[1276022,370381],[1275251,370469],[1276241,369940],[1275163,371103],[1275160,366927],[1275135,367159],[1274911,368249],[1275627,368020],[1275736,367028],[1267768,374944],[1268014,375600],[1267810,375177],[1268375,374477],[1267318,375719],[1269236,374434],[1270612,373716],[1270604,373366],[1270631,374616],[1271726,372913],[1271806,373003],[1271900,372926],[1271561,373120],[1271967,372691],[1272801,372531],[1272391,372844],[1272660,372364],[1272027,372343],[1272212,372922],[1277406,380984],[1278283,380953],[1278429,380480],[1277004,380298],[1277867,381308],[1278021,381312],[1279142,382773],[1279142,381653],[1279078,381474],[1278882,381465],[1279529,384090],[1278842,382620],[1279999,383009],[1278725,382526],[1268101,375618],[1267854,374687],[1267593,374574],[1268404,374934],[1268650,374874],[1270326,374024],[1270641,374467],[1272039,372298],[1272647,373456],[1271938,372118],[1272051,372485],[1271348,372719],[1272722,373017],[1272220,373449],[1273597,372245],[1272296,373202],[1273528,373086],[1278115,380093],[1277738,380033],[1277470,381253],[1277890,381298],[1276925,380323],[1278388,382568],[1277766,381339],[1278513,382034],[1277784,381632],[1279725,382321],[1279960,382395],[1270759,388355],[1271415,388049],[1271440,388565],[1270819,388756],[1271208,389152],[1269234,388384],[1268239,388496],[1268276,388104],[1269593,388532],[1268765,387436],[1278420,385015],[1278196,384770],[1278732,385111],[1278426,385071],[1279345,384454],[1279285,384426],[1273493,387783],[1273379,387206],[1273330,387823],[1273217,387602],[1274060,387690],[1271868,388774],[1271915,389430],[1270679,389349],[1272064,389048],[1270948,389299],[1269003,387363],[1268785,388635],[1268245,388769],[1268579,387819],[1269681,387951],[1277725,385021],[1278921,384278],[1279757,384520],[1278895,384667],[1279957,384637],[1279832,385017],[1273840,386756],[1272983,387345],[1274077,386492],[1274197,387158],[1273816,386751],[1277883,482244],[1278817,483500],[1275919,481709],[1278686,478467],[1276346,484067],[1277358,482163],[1277170,479319],[1275826,484044],[1276126,480417],[1278234,480011],[1278402,480225],[1277515,479536],[1278629,483663],[1276700,478843],[1273876,482439],[1278073,483172],[1278426,485698],[1275110,483013],[1275282,482321],[1279405,483812],[1278558,482919],[1277979,484317],[1279585,495355],[1278202,486929],[1276579,487702],[1276913,488520],[1278655,486644],[1278373,487197],[1276684,486912],[1279887,499822],[119489,169347],[119753,169509],[118884,169357],[119323,168790],[119503,169157],[118568,169136],[119772,169328],[119130,168972],[119881,168375],[127982,183276],[127734,181718],[121392,187236],[121776,187110],[121632,187058],[121980,185714],[122279,185341],[122737,185349],[121862,185629],[121331,184720],[121346,185031],[121984,186540],[121770,186661],[122479,185563],[122018,185755],[121901,185250],[121942,185186],[116260,217286],[117403,215710],[121770,217707],[116925,214859],[115906,215145],[116337,215404],[117978,214412],[116784,216636],[123563,208059],[124373,208890],[124465,209083],[124727,206997],[125138,206505],[124051,205853],[123971,205530],[124042,212235],[124065,212620],[123348,212199],[123682,211616],[122803,212579],[123185,212890],[123205,213646],[122965,214058],[121729,213504],[121679,214047],[122393,214248],[122407,214581],[120503,213598],[120873,213059],[119014,212828],[119302,213663],[117243,214096],[123399,217020],[123277,217410],[122824,217092],[117283,215236],[116407,215546],[116113,216870],[117728,215268],[117051,215330],[118544,217635],[115858,216844],[121932,217332],[116079,216940],[116640,215371],[115927,214971],[124204,208050],[123578,207861],[123933,208431],[124881,208601],[124001,208836],[124914,206709],[125183,206915],[124728,206316],[123937,206280],[123602,205395],[124333,205774],[124446,212629],[123422,212000],[123868,211646],[123066,212371],[123657,213153],[123175,212836],[123190,213660],[123541,213711],[123481,213983],[121492,214281],[121800,213835],[121518,213742],[121801,214326],[121937,214111],[122162,213841],[120671,213758],[120636,213021],[120651,213794],[119188,213384],[119824,212976],[119796,213255],[117905,214014],[117460,214086],[117694,213413],[117988,214822],[117790,214174],[117705,214400],[123175,217514],[122682,216989],[122365,217465],[121945,217372],[123630,217935],[123926,220473],[117771,220879],[118159,219341],[116622,219098],[118527,218279],[122248,218174],[118048,220058],[118936,217989],[122967,218337],[124566,220324],[125485,219374],[117399,220437],[125187,219119],[123487,220244],[123689,220504],[121665,217916],[116609,219636],[122736,218087],[122863,218222],[122634,218795],[122274,218454],[118961,218263],[122948,217856],[118146,220042],[123815,220548],[118224,219821],[116885,219434],[116997,220244],[122453,218572],[117311,220275],[122502,217929],[116469,219415],[118745,217822],[123160,219059],[121984,217882],[124463,219959],[122806,220443],[123634,219847],[123042,218666],[123665,218307],[122621,220572],[116175,219799],[125047,219397],[124966,219792],[125154,219198],[117589,220596],[118186,219551],[122353,218442],[124246,220372],[122131,218497],[126557,238119],[126943,237727],[126121,238752],[125875,239611],[125711,239510],[126387,239636],[127448,239581],[127336,239313],[126712,238369],[127036,237966],[127197,237815],[127597,238064],[127844,237629],[127786,237922],[125871,237214],[126107,237215],[125900,237282],[125403,238738],[126031,238585],[125129,239084],[126931,239367],[126330,239407],[126748,239466],[127371,239219],[127063,237676],[126326,238267],[125567,237776],[125595,238106],[125853,239454],[125722,239081],[125909,239102],[127573,238724],[126872,238297],[126911,238445],[126366,238708],[126418,239603],[118368,398621],[118998,398948],[118723,398745],[118666,399166],[118986,399329],[118763,399735],[118031,398872],[118678,399547],[119022,399932],[117820,399210],[118715,399505],[118843,399134],[125997,420600],[124250,419237],[125301,419637],[126509,419349],[124840,419807],[125244,421418],[127566,419554],[127193,420995],[127149,420600],[124774,493524],[123806,493333],[123089,492481],[123699,494633],[124766,494795],[122922,493770],[124472,494618],[122465,493998],[124415,493869],[122958,492774],[122414,492591],[123601,493993],[123717,494612],[123282,494688],[122933,494797],[122831,494121],[124482,492989],[123144,493277],[123421,492839],[124653,494261],[124752,494737],[124800,494422],[123649,494840],[121565,508040],[122090,508070],[122037,508005],[121730,508092],[122120,507749],[121657,507790],[122053,507667],[122635,507675],[121666,507780],[121124,508392],[122211,507591],[122097,507784],[121643,508809],[124028,508325],[123931,508169],[123824,508403],[124181,508085],[115705,510543],[115546,511239],[115653,511073],[115748,511367],[123770,502191],[123342,504259],[123262,501244],[122929,501861],[127900,501090],[121679,507576],[122149,508139],[121763,507811],[121289,508822],[121747,508395],[121454,507819],[121777,508528],[122525,507631],[121933,508488],[122237,508636],[115509,510778],[115472,509592],[123736,502340],[123457,504655],[123344,501152],[127825,501086],[115773,520678],[115724,522329],[116204,521356],[115405,522021],[115633,521793],[116146,522624],[115300,522443],[115202,521032],[115466,522503],[115515,521836],[115727,521723],[115571,521411],[127090,515452],[125207,514745],[126768,515300],[125857,514681],[125949,514628],[125953,516503],[125274,514885],[125422,515342],[125953,515165],[126143,515402],[123046,515900],[122870,515688],[121926,514998],[122232,515132],[121625,515395],[125111,514945],[125406,514847],[125479,515049],[125763,515294],[127360,528805],[126927,528446],[127183,528268],[126972,530334],[126312,529606],[127588,529007],[125775,530737],[125427,528617],[127118,528501],[127220,528582],[126297,529612],[127238,528381],[125701,529350],[127826,529935],[125725,530122],[126969,529712],[126924,528577],[126795,528697],[125976,529105],[126240,530031],[126150,529406],[127812,528642],[125991,530538],[126833,562499],[127113,562365],[126643,562980],[126983,562373],[126441,562978],[123233,568388],[124497,572924],[123965,572781],[123160,567863],[123277,568838],[124329,572852],[127392,582102],[127074,582322],[127537,583332],[127855,582911],[127732,581835],[127787,582607],[116178,579813],[119597,582927],[127967,582798],[127379,582628],[127729,582796],[127710,582074],[127246,583045],[127422,582435],[127482,583039],[127308,582397],[126962,583281],[127939,583217],[127550,582657],[127311,583017],[127861,582897],[116483,580559],[120863,584546],[116558,601636],[115281,600386],[115970,600870],[116196,601669],[116794,600811],[117490,600553],[117923,601209],[117761,601315],[116120,601227],[117284,600738],[117718,601025],[116457,600984],[115793,600984],[115737,601745],[126706,591579],[126562,592162],[125782,592374],[125757,589519],[126390,590451],[125242,590921],[124590,590835],[124523,591333],[124761,591041],[125155,591246],[115538,601136],[115919,601500],[117962,600813],[116835,600718],[115714,601525],[115983,598739],[126613,592086],[125826,589464],[124746,591337],[124949,591727],[125164,591954],[124775,591949],[116065,601963],[120389,613479],[121105,612558],[121094,612934],[120532,612374],[120101,613297],[120777,612598],[121039,613366],[120840,612371],[120013,613537],[119899,612431],[120480,613601],[121342,612544],[120336,612388],[121465,612205],[121476,612370],[117116,602944],[115737,602912],[120130,613029],[120370,613736],[120229,612673],[120727,613029],[120811,612147],[121207,612425],[120885,612470],[120451,612753],[124037,651191],[124434,650438],[127912,649930],[126645,650306],[124290,650413],[125199,654703],[127180,653759],[125230,654271]] \ No newline at end of file diff --git a/src/gathering/a11905.json b/src/gathering/a11905.json new file mode 100644 index 0000000..73bfe93 --- /dev/null +++ b/src/gathering/a11905.json @@ -0,0 +1 @@ +[[-121084,-158076],[-125044,-156861],[-119744,-208290],[-123092,-215352],[-116642,-216649],[-120548,-215922],[-121611,-212509],[-119262,-206935],[-124914,-216764],[-117390,-215829],[-115354,-217345],[-127807,-217015],[-125205,-214337],[-126110,-222827],[-122330,-225393],[-118830,-222831],[-127089,-224417],[-122347,-227500],[-117109,-222069],[-118551,-226530],[-119621,-224597],[-122210,-225151],[-117249,-217605],[-116321,-218252],[-126343,-220017],[-118763,-221981],[-124711,-218308],[-118333,-226976],[-119550,-224800],[-119615,-227911],[-123588,-232359],[-124220,-231782],[-120449,-231349],[-118196,-254337],[-115448,-247052],[-122985,-254653],[-120126,-248314],[-124575,-256528],[-139278,-165236],[-135514,-165561],[-131870,-173421],[-135870,-170283],[-140093,-225258],[-130525,-222602],[-132957,-240013],[-135907,-248510],[-128327,-252255],[-128871,-262238],[-133438,-258396],[-130422,-256801],[-139128,-276749],[-135500,-279035],[-141356,-170638],[-147456,-171294],[-148580,-174580],[-149949,-196920],[-145315,-223319],[-144626,-229965],[-148736,-234061],[-149071,-235990],[-146065,-233021],[-140955,-246787],[-147821,-243246],[-152158,-249140],[-150801,-254726],[-146558,-270744],[-150363,-274545],[-150716,-274983],[-143785,-280740],[-148940,-278436],[-153270,-283068],[-142746,-282407],[-150965,-288274],[-149369,-291755],[-164959,-138689],[-163265,-184518],[-164597,-183653],[-158976,-202473],[-157149,-194978],[-156246,-196215],[-159705,-201917],[-163776,-202448],[-162719,-202611],[-164235,-203261],[-161005,-195279],[-163204,-209313],[-162079,-236445],[-165034,-232262],[-159873,-245386],[-157214,-251779],[-156825,-251575],[-156103,-243429],[-157550,-246508],[-161964,-248902],[-165662,-244215],[-165839,-246618],[-163051,-252981],[-161470,-259838],[-164953,-258348],[-164157,-262116],[-158905,-267417],[-157678,-265167],[-156922,-267690],[-163097,-271809],[-164472,-270462],[-156136,-271635],[-153982,-271719],[-155313,-269957],[-164463,-269100],[-157225,-274770],[-160436,-277891],[-159726,-272646],[-155101,-287341],[-157155,-283793],[-156833,-297444],[-160849,-294887],[-162603,-83451],[-172440,-125854],[-170101,-186648],[-172911,-186403],[-173686,-189102],[-177820,-187304],[-178200,-185061],[-176889,-184322],[-177226,-185996],[-173449,-183741],[-178004,-185448],[-167818,-199066],[-166557,-196850],[-167451,-199196],[-169502,-195697],[-175601,-194087],[-169863,-195287],[-178583,-195073],[-175777,-192233],[-168893,-191820],[-178237,-191805],[-169973,-228929],[-169136,-232920],[-168830,-241078],[-167961,-241320],[-176119,-254086],[-167834,-243079],[-172502,-260332],[-173918,-256792],[-170177,-266685],[-172934,-268473],[-169454,-268231],[-177410,-262534],[-173889,-273513],[-175741,-277083],[-172968,-283663],[-177823,-284280],[-175879,-80842],[-177516,-82338],[-168453,-95954],[-173191,-106383],[-180129,-125175],[-184676,-189837],[-182348,-189759],[-180266,-191662],[-180906,-184190],[-179824,-185995],[-184767,-181593],[-182620,-184424],[-189466,-184800],[-182578,-187218],[-185115,-189550],[-184224,-191128],[-185246,-192563],[-179672,-195090],[-182257,-192073],[-188814,-192150],[-189134,-195379],[-190441,-234013],[-186280,-235721],[-181486,-243701],[-179298,-255769],[-188132,-253706],[-186472,-247375],[-187060,-244861],[-190521,-254336],[-189011,-267273],[-188088,-262528],[-185500,-263087],[-179688,-259836],[-185053,-261692],[-186478,-269491],[-184354,-271932],[-183227,-278473],[-182906,-280350],[-191270,-291321],[-189026,-284160],[-189834,-286693],[-183826,-285284],[-181308,-74213],[-192121,-184121],[-193738,-186332],[-195950,-186664],[-201776,-182382],[-196710,-186181],[-194024,-184391],[-203776,-188471],[-201829,-185779],[-203689,-181743],[-199074,-184925],[-195377,-190965],[-201410,-228021],[-192240,-235231],[-195858,-236508],[-194470,-241282],[-203909,-244828],[-196339,-253644],[-202366,-248912],[-201269,-253565],[-204352,-252823],[-193994,-263621],[-202167,-262213],[-193511,-291330],[-192741,-296779],[-197434,-295101],[-197725,-304665],[-204119,-297855],[-198894,-297777],[-200253,-295351],[-197369,-311199],[-205978,-178799],[-211028,-187754],[-209264,-189622],[-214813,-215834],[-209763,-229316],[-211760,-241950],[-209931,-236709],[-207308,-235456],[-209538,-234713],[-206986,-255392],[-212489,-254759],[-212345,-251268],[-212050,-255005],[-217081,-266499],[-207210,-261646],[-207674,-258053],[-215560,-272583],[-209720,-278613],[-214807,-276767],[-209554,-284777],[-209259,-286250],[-217382,-292530],[-215596,-284219],[-205132,-289608],[-207135,-290069],[-208476,-289344],[-212254,-284577],[-209266,-288935],[-216968,-294148],[-215563,-300139],[-206285,-298975],[-206259,-298545],[-207405,-305010],[-209642,-301551],[-217223,-308065],[-216019,-310964],[-214842,-312741],[-208484,-310165],[-228423,-226339],[-228043,-227912],[-223737,-229815],[-224440,-227009],[-219966,-228979],[-219213,-229949],[-224151,-242978],[-224408,-233452],[-224189,-236215],[-218613,-242723],[-221853,-240025],[-221988,-247084],[-218727,-248633],[-227725,-268691],[-219767,-275615],[-217813,-279954],[-230094,-289276],[-219187,-293918],[-224507,-291996],[-223583,-286342],[-226946,-284933],[-230141,-288818],[-224148,-283425],[-220494,-282307],[-222232,-294615],[-230359,-300771],[-224892,-304158],[-228982,-298584],[-224926,-294250],[-224686,-316109],[-228854,-313995],[-225490,-309344],[-217869,-309732],[-226502,-313073],[-225015,-319724],[-225791,-325232],[-220814,-323573],[-218220,-320213],[-241592,-212985],[-233094,-217258],[-242118,-228738],[-237406,-225590],[-241690,-220227],[-234726,-219205],[-231857,-242410],[-232304,-239264],[-233338,-240492],[-240833,-237619],[-234960,-239342],[-239691,-243203],[-241051,-247477],[-237545,-244504],[-232947,-273792],[-239406,-270886],[-242904,-274514],[-239724,-274476],[-242433,-278941],[-230910,-281212],[-236231,-276612],[-235629,-279249],[-232281,-285406],[-231254,-283106],[-233515,-290367],[-236030,-285423],[-237738,-283106],[-236576,-287668],[-230956,-292054],[-239296,-283484],[-241597,-284918],[-240986,-281633],[-236733,-293529],[-235199,-291602],[-235571,-298667],[-234500,-303896],[-237716,-301652],[-231318,-305839],[-241020,-297054],[-234155,-300475],[-231032,-300715],[-236991,-296640],[-237060,-311041],[-237587,-317159],[-235488,-313777],[-237484,-314575],[-232814,-315302],[-233518,-318584],[-241068,-314446],[-240806,-314173],[-241955,-317955],[-239523,-323574],[-4509,-152633],[-466,-149855],[-3628,-148935],[-9882,-154930],[-4428,-158959],[-253056,-192177],[-243617,-215131],[-251151,-227302],[-243911,-219007],[-252917,-222274],[-243491,-219391],[-251820,-220288],[-246486,-220497],[-252429,-232267],[-251491,-235659],[-253747,-232581],[-248344,-231746],[-255989,-236875],[-247118,-244022],[-254198,-254852],[-249449,-257323],[-247930,-261169],[-247625,-263682],[-253042,-259653],[-251052,-268194],[-251432,-264546],[-244067,-278087],[-249544,-269089],[-250542,-276976],[-247005,-273609],[-255299,-279522],[-252497,-275423],[-255451,-281209],[-253941,-274557],[-249394,-275372],[-247322,-277280],[-253470,-284257],[-245855,-288419],[-244413,-289837],[-250856,-293943],[-250034,-292372],[-248368,-294003],[-247216,-288650],[-251233,-282144],[-245584,-281719],[-246535,-282725],[-255069,-306074],[-245001,-296722],[-248236,-305652],[-254236,-315805],[-244130,-310234],[-245326,-307854],[-245480,-326312],[-254422,-321291],[-254068,-96855],[-254549,-101098],[-255805,-94187],[-259439,-124484],[-262021,-137418],[-265612,-133145],[-256961,-193519],[-265278,-206418],[-262481,-208479],[-268763,-215119],[-260639,-214929],[-264620,-213864],[-259516,-209085],[-257792,-209531],[-261932,-218506],[-263675,-219143],[-256396,-229666],[-261772,-228368],[-261148,-223576],[-261201,-221592],[-266100,-224012],[-266358,-225304],[-266625,-228845],[-261991,-233284],[-260475,-232786],[-266390,-237761],[-268679,-235669],[-264751,-243314],[-261709,-248263],[-259440,-254649],[-260602,-251764],[-267582,-259968],[-265999,-262221],[-264896,-258055],[-261548,-255832],[-256347,-260297],[-262171,-263451],[-267046,-266272],[-262841,-272476],[-258494,-270472],[-267125,-274379],[-261939,-286804],[-262015,-291203],[-257114,-288238],[-260049,-287558],[-260430,-290809],[-261304,-281407],[-261542,-295081],[-266095,-297320],[-262422,-297704],[-263253,-298382],[-257190,-305831],[-260905,-303570],[-265484,-295223],[-263714,-297146],[-262816,-300216],[-256644,-295245],[-265616,-304468],[-262030,-307654],[-258802,-315180],[-256596,-311945],[-258275,-312428],[-263585,-310202],[-266559,-317678],[-262975,-317613],[-263032,-320458],[-258294,-327349],[-256370,-325318],[-259623,-322301],[-259473,-321550],[-263816,-87389],[-265954,-100071],[-267301,-93874],[-268414,-101936],[-257651,-112590],[-276211,-117538],[-275461,-127203],[-268873,-116344],[-278379,-128504],[-279373,-133858],[-269534,-139790],[-277227,-133844],[-279987,-143571],[-277963,-164803],[-279154,-160087],[-280573,-161908],[-277468,-157194],[-280321,-178992],[-276953,-167652],[-280971,-175219],[-279163,-186385],[-273997,-200453],[-278459,-207628],[-271061,-209797],[-273949,-213976],[-270142,-214448],[-276390,-211252],[-271923,-226086],[-280536,-231034],[-276192,-239289],[-269459,-239113],[-270575,-233828],[-274580,-231487],[-271391,-231071],[-270278,-230886],[-274351,-243130],[-272303,-244031],[-273031,-246100],[-269450,-248557],[-281108,-249718],[-277506,-247195],[-276470,-252084],[-271893,-255507],[-272064,-250939],[-274814,-256403],[-269696,-260484],[-269207,-257048],[-276649,-275297],[-281588,-277512],[-272744,-280624],[-280254,-269598],[-276315,-269096],[-273742,-279797],[-271971,-268839],[-270256,-269071],[-271091,-278423],[-271169,-270839],[-274831,-276448],[-270921,-285418],[-269466,-288964],[-272903,-294071],[-277671,-291675],[-274621,-287082],[-276519,-286330],[-279143,-282845],[-269202,-300498],[-270974,-300773],[-268877,-298611],[-272119,-296678],[-269513,-340083],[-270900,-339360],[-279386,-346891],[-280289,-347371],[-275513,-355154],[-279198,-86626],[-276927,-82260],[-272511,-90596],[-275838,-99551],[-275328,-111058],[-277348,-103077],[-289386,-121802],[-285432,-132535],[-289707,-129506],[-292925,-133803],[-292895,-151758],[-285723,-145328],[-290474,-151396],[-284306,-164306],[-287669,-154421],[-285470,-175435],[-285019,-176298],[-284985,-189920],[-282930,-190190],[-291387,-187695],[-286491,-181462],[-287211,-198387],[-293670,-193645],[-292907,-192313],[-284074,-200211],[-287679,-191836],[-287871,-197462],[-290191,-205275],[-292971,-204663],[-288369,-216906],[-282523,-212920],[-283770,-206360],[-284599,-206089],[-291552,-217407],[-293642,-227302],[-286308,-225051],[-281825,-284058],[-282009,-346454],[-288104,-348920],[-289545,-83090],[-283290,-85079],[-291511,-81785],[-283823,-80363],[-289393,-92393],[-286704,-98821],[-287910,-103190],[-291957,-114798],[-293320,-106514],[-282569,-111509],[-283281,-113958],[-300605,-119585],[-303314,-126463],[-298725,-127809],[-304657,-134587],[-298552,-135497],[-300001,-139622],[-295416,-143808],[-305004,-170725],[-298189,-177640],[-304922,-176462],[-300093,-187764],[-296210,-183647],[-299637,-182441],[-306372,-190382],[-302305,-194747],[-300127,-192377],[-296541,-195087],[-299301,-197379],[-304879,-195392],[-296245,-217240],[-306353,-211267],[-302357,-207504],[-300263,-211126],[-298511,-222599],[-301572,-219369],[-305518,-218257],[-300552,-219032],[-302872,-227102],[-297672,-229312],[-294778,-222362],[-297593,-221920],[-301599,-223670],[-305529,-220468],[-304252,-225885],[-306193,-229090],[-301460,-229025],[-297444,-238468],[-302323,-233938],[-298222,-240056],[-295401,-230538],[-295745,-235040],[-303569,-238901],[-307091,-242277],[-305746,-232651],[-304808,-243334],[-299201,-357221],[-295695,-354676],[-304043,-355297],[-298147,-353076],[-307017,-354617],[-305600,-359954],[-301635,-362307],[-305051,-361433],[-300852,-72643],[-294703,-87220],[-300716,-82865],[-304448,-99591],[-294932,-99062],[-301813,-92133],[-305883,-106610],[-300108,-108699],[-308650,-116134],[-313749,-122633],[-312019,-138400],[-310447,-141167],[-310791,-169327],[-309050,-169557],[-311576,-189345],[-318225,-191045],[-317865,-181474],[-315632,-185889],[-315086,-188709],[-314929,-187499],[-311813,-186324],[-310765,-193941],[-307933,-219910],[-311753,-239928],[-313543,-241092],[-307585,-232598],[-319973,-233013],[-313410,-233999],[-309686,-236392],[-311868,-233480],[-307543,-236553],[-314636,-253134],[-312687,-253534],[-313017,-355784],[-316455,-358898],[-313619,-85297],[-318142,-106176],[-316325,-112905],[-324606,-126465],[-320244,-133888],[-322876,-132499],[-324300,-142272],[-322301,-151086],[-326333,-146791],[-320431,-143481],[-320663,-177027],[-327049,-181097],[-324094,-189331],[-328934,-189693],[-330035,-184884],[-323222,-190477],[-322359,-182468],[-321983,-192663],[-324383,-235732],[-325766,-233522],[-321558,-232955],[-327562,-351251],[-329072,-352777],[-330514,-351818],[-331782,-357889],[-332233,-362592],[-331248,-361250],[-334451,-147314],[-336231,-237089],[-339955,-238117],[-341235,-238175],[-344454,-237258],[-340143,-236412],[-342483,-238139],[-335137,-352057],[-333616,-361108],[-336539,-387565],[-341596,-398113],[-351516,-184909],[-349670,-188183],[-348624,-187283],[-353956,-200738],[-353168,-196232],[-351026,-194476],[-353366,-205537],[-353665,-209483],[-356239,-227699],[-357559,-230679],[-353003,-231387],[-347079,-240281],[-349249,-248575],[-351874,-259186],[-354234,-352067],[-350682,-358166],[-346751,-372691],[-351549,-374313],[-350630,-389767],[-349436,-393001],[-345925,-392740],[-347935,-386110],[-357437,-402695],[-368942,-213916],[-361874,-208977],[-359212,-209590],[-361808,-214942],[-365115,-215967],[-359034,-215729],[-364836,-215613],[-370327,-222219],[-360934,-227043],[-366252,-223133],[-359269,-224916],[-358645,-354057],[-359249,-363389],[-360029,-375744],[-362242,-407689],[-364588,-415066],[-359893,-410116],[-366084,-410031],[-22244,-144988],[-22043,-172531],[-22775,-221353],[-21750,-221604],[-21479,-219668],[-382923,-118033],[-371943,-218758],[-379991,-235355],[-381223,-236139],[-378896,-238816],[-374999,-357498],[-382404,-352316],[-372523,-402061],[-379084,-397481],[-379556,-93970],[-382194,-97354],[-395447,-124664],[-386984,-117449],[-387977,-115851],[-384153,-163049],[-384446,-166342],[-386006,-231284],[-387824,-230497],[-390735,-234031],[-394635,-368967],[-394767,-361361],[-395696,-372341],[-387431,-394839],[-387675,-395228],[-394069,-394362],[-388773,-399296],[-390696,-403527],[-394973,-68727],[-386301,-93741],[-391817,-96903],[-387471,-97362],[-391880,-90581],[-384073,-90655],[-391713,-110440],[-392048,-111005],[-394238,-113875],[-387801,-113350],[-388326,-108798],[-394867,-106408],[-403448,-252766],[-405142,-255131],[-399261,-366019],[-400940,-370492],[-397079,-371983],[-397809,-373644],[-402455,-373644],[-402549,-372756],[-398036,-394184],[-399889,-385995],[-399188,-391137],[-403348,-386503],[-403017,-384280],[-401152,-397741],[-399794,-74130],[-396826,-75649],[-400280,-79115],[-406804,-83836],[-400641,-94618],[-398335,-95114],[-400014,-96737],[-402562,-95852],[-407460,-93330],[-398084,-108519],[-411183,-124487],[-412332,-232907],[-413292,-241360],[-418388,-233098],[-422138,-238081],[-410436,-250363],[-411706,-249742],[-411158,-103338],[-415879,-111652],[-410556,-111007],[-446840,-183676],[-441078,-183780],[-444165,-204682],[-442788,-236620],[-445322,-323691],[-458094,-136988],[-457562,-142523],[-460531,-158826],[-456203,-163154],[-456846,-160695],[-450758,-176701],[-453708,-176966],[-455025,-180017],[-458963,-179406],[-454691,-189014],[-452306,-181256],[-455891,-188373],[-448505,-183474],[-451068,-198382],[-453232,-198833],[-449752,-197627],[-457644,-192040],[-458735,-214961],[-460064,-215746],[-451942,-11346],[-460799,-358194],[-451151,-352194],[-449263,-356500],[-450279,-19502],[-448313,-14783],[-453046,-385928],[-458263,-65113],[-458395,-64903],[-457689,-89005],[-473059,-146528],[-467598,-143305],[-471497,-147113],[-462884,-144564],[-463011,-167497],[-468305,-169696],[-473119,-166588],[-461264,-174260],[-463294,-173221],[-462399,-176112],[-461984,-181973],[-472131,-192393],[-469323,-202797],[-462224,-200415],[-469246,-195262],[-466790,-200853],[-462687,-211136],[-464822,-209273],[-464357,-208181],[-465238,-8326],[-465107,-2924],[-463377,-272],[-465333,-352616],[-470246,-361574],[-461618,-60916],[-460933,-61406],[-466456,-85859],[-462396,6039],[-465142,4062],[-463711,3216],[-485819,-148568],[-477764,-152533],[-474626,-160177],[-479451,-155021],[-482144,-163379],[-480299,-162656],[-479495,-155460],[-486234,-170678],[-478896,-174481],[-479588,-175887],[-474167,-167427],[-475619,-170493],[-475822,-177590],[-476318,-167547],[-480365,-182271],[-478503,-181908],[-479032,-188051],[-485061,-213884],[-480457,-215123],[-481384,-207555],[-483006,-212484],[-479494,-217529],[-473875,-222656],[-474955,-1987],[-490417,-137448],[-497456,-148858],[-495146,-173413],[-488394,-170706],[-496506,-178936],[-489005,-181811],[-486716,-188449],[-497598,-189201],[-495644,-188369],[-492837,-182479],[-488885,-194844],[-489593,-197047],[-499059,-200674],[-491755,-201807],[-494922,-202893],[-497641,-200193],[-488948,-217774],[-494928,-440370],[-491025,-456001],[-493688,-448219],[-37387,-133718],[-37484,-140880],[-28301,-149623],[-36512,-165013],[-34832,-164839],[-35269,-168518],[-35520,-166896],[-36494,-168461],[-26017,-167951],[-25793,-168252],[-26680,-173997],[-31934,-172875],[-36585,-171998],[-35019,-178312],[-34467,-180842],[-30970,-211537],[-25663,-218915],[-504478,-150403],[-500669,-152332],[-505507,-149964],[-509888,-144526],[-507377,-144354],[-509838,-142752],[-504785,-143517],[-502314,-153920],[-508336,-159210],[-510117,-159139],[-511155,-157598],[-499510,-174133],[-511759,-175919],[-500487,-187597],[-508152,-185517],[-501954,-182593],[-500659,-194204],[-508525,-192207],[-503334,-194735],[-504350,-199392],[-509688,-202484],[-511434,-201635],[-504600,-192969],[-508459,-210293],[-507415,-207242],[-505104,-206162],[-510827,-209189],[-511957,-217989],[-509370,-223899],[-502697,-469594],[-518951,-125336],[-519193,-125621],[-518909,-129428],[-522195,-136255],[-512234,-139482],[-522294,-135335],[-515893,-145600],[-521780,-143300],[-523232,-142050],[-518229,-162334],[-518369,-165758],[-523981,-174029],[-517180,-168032],[-523715,-175440],[-515148,-173385],[-522621,-187296],[-522181,-179464],[-520746,-186383],[-518474,-199161],[-520738,-196702],[-522755,-216619],[-515679,-213220],[-516462,-207749],[-518299,-209433],[-514360,-204900],[-519526,-209905],[-523975,-219781],[-522139,-217533],[-521415,-232324],[-523784,-474512],[-515843,-103031],[-514056,-111125],[-517121,-110824],[-535081,-125550],[-529798,-115592],[-532623,-138482],[-532929,-140288],[-526153,-132227],[-529593,-148053],[-526940,-147141],[-527394,-162690],[-532366,-155327],[-527986,-154141],[-535451,-161484],[-532041,-163940],[-537216,-161968],[-525015,-178144],[-526273,-176186],[-532069,-178088],[-531379,-174974],[-531522,-178563],[-530478,-179292],[-531995,-185956],[-527607,-181040],[-529862,-189759],[-529586,-203808],[-526538,-206264],[-529907,-210576],[-527681,-206903],[-527787,-468394],[-547319,-138818],[-550248,-137580],[-542237,-157145],[-540118,-165508],[-548671,-168885],[-540128,-172978],[-542551,-178365],[-539199,-179882],[-539148,-187813],[-558073,-151659],[-558507,-144838],[-554879,-163809],[-557647,-168000],[-559341,-166419],[-564660,-160091],[-564666,-157251],[-40237,-137409],[-39913,-175428],[-42810,-172728],[-44689,-168500],[-39794,-179802],[-39333,-179363],[-50100,-211841],[-48334,-236329],[-52774,-162292],[-53290,-160377],[-62476,-161398],[-57623,-168431],[-61149,-216404],[-61279,-208181],[-54756,-223026],[-62219,-239324],[-67901,-137136],[-74677,-148919],[-66546,-163383],[-75428,-164581],[-71559,-164384],[-68547,-190188],[-74615,-219015],[-69890,-232162],[-77303,-135933],[-79873,-145334],[-83299,-145200],[-85076,-149615],[-76987,-147259],[-77532,-150038],[-89203,-153035],[-81190,-156099],[-80592,-164485],[-87984,-165934],[-84013,-161481],[-82837,-167561],[-80363,-170397],[-88573,-182987],[-80392,-182702],[-81395,-184493],[-88430,-189149],[-79193,-186975],[-79277,-191051],[-81813,-205251],[-86930,-208283],[-82302,-210645],[-87250,-207613],[-86273,-220094],[-81645,-225332],[-85451,-239630],[-81153,-231805],[-80208,-235925],[-84801,-235847],[-98677,-126245],[-91542,-138263],[-98337,-129961],[-89788,-152464],[-92859,-144423],[-101065,-152395],[-89930,-157782],[-99414,-169196],[-100654,-175918],[-89953,-176349],[-91274,-178938],[-94166,-188755],[-92945,-182971],[-93398,-187339],[-90175,-186337],[-102175,-196750],[-99743,-203414],[-100695,-195868],[-99942,-195744],[-101501,-210209],[-101095,-208796],[-92093,-206945],[-92949,-218211],[-99346,-225454],[-91896,-233953],[-94803,-234180],[-97049,-241441],[-101260,-107467],[-105391,-156146],[-103943,-157648],[-103018,-158612],[-103450,-168595],[-107659,-197690],[-107015,-201345],[-106573,-204376],[-110032,-201064],[-108029,-200519],[-107462,-202480],[-106190,-201640],[-108780,-204213],[-103497,-206508],[-110547,-211727],[-111794,-216492],[-110244,-214416],[-110521,-213180],[-104621,-207826],[-113094,-209298],[-112793,-207813],[-104959,-210793],[-106176,-205583],[-112773,-217336],[-106448,-212621],[-102867,-207278],[-104867,-211126],[-105810,-206146],[-109879,-217357],[-111967,-218164],[-111244,-223939],[-111916,-240169],[-109844,-236436],[-104669,-233389],[-102602,-234466],[9280,-151911],[7793,-153315],[6043,-153185],[1863,-148992],[2163,-150237],[7670,-145762],[10653,-154985],[3409,-153876],[137545,-220551],[138020,-235696],[129147,-62241],[139708,-60499],[139982,-68432],[130019,-65084],[128737,-66885],[136199,-71392],[139538,-65527],[140391,-87907],[139648,-88711],[136279,-87990],[133971,-83292],[136579,-81967],[137939,-90421],[128726,-89525],[140876,-228688],[146497,-225265],[150039,-233469],[149122,-254378],[149464,-252796],[148118,-248578],[148660,-267355],[148050,-280927],[144684,-283514],[142994,-52868],[148366,-61927],[140975,-74790],[149073,-69621],[146459,-65077],[140877,-67632],[151391,-75252],[151410,-69045],[142550,-85469],[148440,-87450],[165906,-142203],[162667,-159846],[156827,-165320],[154098,-158638],[165533,-171223],[164572,-168411],[160650,-171397],[157422,-262179],[154207,-261577],[164119,-262845],[159596,-272829],[159856,-274227],[161307,-271600],[163268,-269269],[162949,-276767],[159205,-77953],[157858,-82459],[166547,-160704],[168716,-265892],[168856,-268312],[171908,-267869],[166437,-278252],[166734,-271661],[169809,-275603],[172982,-269145],[175877,-281162],[168260,-269058],[171908,-274598],[176081,-281531],[177186,-298246],[168979,-63733],[166428,-75057],[175843,-71381],[176792,-84476],[168274,-86351],[189299,-117089],[175644,-143936],[180845,-164424],[179455,-170167],[180563,-289304],[184832,-299509],[187028,-294273],[186737,-294728],[187600,-299486],[191724,-301150],[181286,-79779],[194812,-302876],[193972,-295166],[200402,-299475],[201038,-297930],[24875,-142085],[23168,-141602],[327043,606131],[351910,621437],[351545,620811],[350771,618821],[350722,617982],[352475,614753],[28755,-139167],[30108,-136831],[33375,-138708],[32660,-140055],[26927,-138329],[29450,-142966],[26855,-143104],[31141,-153212],[33467,-153306],[32558,-151457],[31139,-151456],[36905,-146364],[29788,-153635],[28745,-154108],[28173,-156724],[28912,-158726],[27696,-158878],[31885,-155989],[35399,-154290],[34033,-154340],[28942,-157173],[29191,-155266],[50299,-133711],[51706,-133652],[51849,-126530],[52777,-123972],[52828,-124764],[56279,-119017],[55477,-118787],[54677,-117623],[63029,-116855],[62927,-115661],[52434,-131386],[51804,-128744],[55199,-130223],[54112,-129881],[55941,-129673],[54550,-128208],[728722,398800],[726799,399348],[722671,401347],[720233,400338],[737804,385231],[741955,387164],[741663,391177],[742092,395678],[741157,396199],[737152,395866],[742056,407850],[742148,401173],[741939,423474],[741699,425969],[747343,384166],[753117,391669],[751790,406576],[745528,398698],[749454,402605],[745682,398897],[743076,408287],[751484,427741],[746702,427261],[746937,425962],[753343,423937],[766544,383595],[759967,400499],[756724,399745],[767041,413434],[69235,-115392],[67410,-115684],[70045,-172777],[73834,-101607],[71427,-108758],[70361,-108621],[73308,-105664],[72210,-104948],[72544,-103283],[779065,395194],[769596,398334],[78619,-169276],[85338,-183267],[77441,-102182],[78604,-100655],[79134,-100186],[83346,-98610],[84673,-96780],[83260,-96676],[85463,-95477],[83149,-100040],[83876,-101622],[80873,-103655],[81345,-102315],[96417,-164880],[92488,-155047],[97333,-158799],[93883,-257301],[110347,-105380],[118546,-236118],[121445,-93550],[121510,-95363],[121145,-95989],[120371,-97979],[120321,-98818],[125922,-94912],[119611,-91649],[119621,-89766],[122075,-102047],[-126500,-149359],[-124009,-194735],[-117819,-206612],[-126325,-215146],[-125899,-213796],[-116473,-214166],[-116125,-206217],[-119685,-211925],[-117294,-216669],[-118590,-210361],[-125518,-224483],[-124018,-219583],[-118729,-229555],[-118266,-225300],[-115280,-221106],[-127823,-222846],[-121747,-224338],[-121860,-228875],[-119658,-229383],[-118602,-225422],[-122215,-224568],[-116686,-222218],[-120561,-222341],[-117621,-218283],[-117445,-221735],[-123361,-217752],[-127151,-224028],[-125978,-224391],[-127000,-217751],[-125067,-224713],[-119193,-224546],[-120093,-219143],[-115824,-222849],[-118317,-220771],[-123599,-218092],[-127615,-227949],[-120123,-231423],[-119602,-233159],[-118301,-238547],[-120213,-237101],[-125745,-240362],[-124533,-241076],[-120008,-241648],[-123269,-238803],[-118123,-241374],[-118404,-231512],[-127328,-241524],[-122366,-251596],[-120548,-249458],[-116636,-243344],[-127267,-261682],[-127880,-260623],[-122502,-94006],[-121198,-100766],[-119557,-90384],[-115411,-99673],[-125890,-89456],[-121732,-90181],[-124732,-102818],[-117664,-107898],[-121027,-106966],[-135823,-178696],[-135571,-174435],[-139446,-185736],[-132978,-193057],[-129612,-193576],[-137458,-195135],[-134844,-224378],[-131152,-242160],[-132402,-240649],[-138098,-246930],[-135389,-243869],[-140024,-245578],[-131733,-244808],[-134628,-248647],[-137099,-243374],[-136908,-253148],[-137159,-259361],[-136455,-261454],[-137786,-266690],[-136710,-261365],[-134142,-257032],[-137221,-255856],[-131347,-261680],[-131617,-262091],[-133057,-255937],[-138842,-278203],[-135679,-278007],[-140325,-31563],[-129309,-104563],[-142500,-162916],[-144078,-163441],[-144362,-171347],[-147443,-166282],[-152232,-173599],[-151300,-174185],[-142501,-184663],[-146053,-182678],[-151591,-203724],[-149479,-196809],[-152817,-195620],[-150653,-198590],[-144814,-225308],[-143666,-229094],[-147610,-227836],[-141447,-242219],[-150855,-233149],[-150582,-233631],[-153089,-239263],[-147601,-240016],[-153194,-240143],[-145387,-230249],[-146833,-241517],[-150204,-238314],[-143902,-238263],[-147169,-237823],[-145499,-243960],[-148977,-252812],[-150456,-265860],[-144358,-257184],[-143494,-259454],[-148798,-256804],[-147465,-275249],[-151876,-275702],[-144342,-280672],[-145932,-276430],[-150864,-282561],[-150760,-286920],[-149289,-288020],[-151474,-60698],[-149347,-65947],[-153094,-66439],[-144861,-72604],[-141886,-99009],[-141324,-93977],[-160706,-118606],[-159322,-127973],[-164552,-142874],[-159938,-141219],[-165353,-182616],[-157020,-202807],[-154372,-195695],[-160264,-197727],[-158272,-203884],[-155896,-202561],[-165510,-195391],[-165704,-228229],[-166137,-236190],[-160516,-234994],[-156636,-252774],[-160569,-254100],[-155176,-249699],[-158195,-250448],[-163957,-244056],[-163378,-249207],[-160995,-250478],[-159164,-266935],[-164809,-267030],[-165417,-261628],[-156301,-267933],[-153907,-267407],[-153740,-266965],[-160122,-263483],[-162048,-264843],[-164986,-260440],[-156291,-269158],[-156983,-269995],[-155821,-275924],[-159524,-277438],[-166142,-281060],[-162335,-271657],[-156345,-279898],[-155955,-285772],[-157522,-285428],[-156827,-292222],[-157522,-297173],[-160032,-295387],[-159121,-33484],[-157670,-73238],[-155264,-83133],[-173717,-122425],[-177143,-119836],[-170999,-127085],[-178519,-127131],[-174770,-166167],[-173543,-178188],[-177618,-178607],[-171534,-180655],[-178822,-191415],[-171322,-187928],[-173613,-190138],[-177791,-186979],[-175715,-186235],[-178870,-182715],[-177907,-186745],[-177122,-186740],[-174373,-187881],[-166654,-201069],[-169841,-197276],[-168013,-198146],[-171651,-197652],[-175138,-202349],[-177425,-198230],[-177574,-196659],[-176982,-193417],[-172251,-193509],[-169161,-194344],[-168201,-199658],[-171989,-192542],[-168368,-194889],[-168831,-197218],[-172218,-197403],[-173021,-197964],[-175036,-197841],[-172178,-199264],[-174352,-196851],[-175208,-197224],[-171769,-199707],[-174702,-202974],[-169730,-207975],[-167233,-205542],[-167578,-234496],[-168141,-242688],[-166690,-248590],[-166473,-249998],[-170954,-250710],[-171601,-251708],[-176939,-252091],[-177982,-252606],[-178773,-253646],[-168501,-247388],[-170988,-265607],[-173053,-257013],[-174955,-256386],[-171853,-259285],[-171601,-267497],[-179006,-259351],[-167287,-269889],[-166409,-268957],[-166514,-275011],[-171579,-279654],[-171413,-269340],[-172850,-268886],[-175011,-275173],[-175532,-278139],[-168198,-35119],[-176485,-68996],[-178892,-100228],[-170042,-93569],[-177734,-104793],[-175735,-102804],[-171096,-107806],[-181703,-182451],[-184263,-182882],[-181628,-182306],[-181889,-185662],[-183546,-187361],[-186143,-181642],[-187871,-182528],[-190992,-187880],[-186197,-189622],[-189003,-191186],[-180540,-194783],[-183202,-194133],[-179230,-192967],[-183796,-192655],[-191324,-193370],[-191091,-214160],[-189112,-212642],[-185628,-212634],[-186545,-213309],[-187868,-237175],[-191899,-237922],[-185424,-253438],[-184599,-247994],[-188778,-245291],[-189306,-268110],[-185373,-262705],[-184794,-267610],[-183253,-259854],[-179393,-261201],[-183538,-270536],[-184966,-274726],[-186179,-281044],[-181662,-276074],[-189610,-290894],[-186741,-289582],[-185108,-282576],[-190402,-294827],[-183947,-108420],[-197080,-186571],[-196402,-184780],[-194745,-184779],[-196509,-181764],[-202665,-179998],[-203365,-185445],[-194203,-189232],[-193762,-179349],[-198053,-192197],[-192657,-195411],[-200076,-204162],[-200193,-214047],[-198887,-210653],[-195965,-210567],[-197147,-211574],[-196913,-205040],[-202272,-207694],[-201184,-205017],[-201329,-212663],[-202737,-208440],[-196427,-212790],[-198980,-215171],[-196794,-212049],[-194162,-215965],[-193609,-210227],[-195900,-208863],[-201532,-229481],[-195619,-236612],[-201957,-234143],[-204215,-246256],[-195895,-253286],[-204089,-247570],[-192521,-263303],[-204590,-263177],[-202363,-262659],[-192416,-260564],[-201338,-271640],[-197681,-291066],[-201652,-291579],[-204679,-293591],[-198297,-299304],[-201983,-301954],[-199481,-309920],[-203340,-314753],[-207646,-183779],[-208218,-183399],[-208399,-183521],[-211308,-185095],[-216893,-211777],[-212859,-229497],[-210911,-235827],[-205336,-234273],[-212566,-242837],[-213525,-231197],[-208139,-254784],[-214141,-247886],[-216928,-246294],[-204953,-252654],[-209677,-259768],[-206273,-259231],[-207892,-262519],[-209503,-263088],[-209370,-264324],[-207624,-264527],[-208232,-265201],[-210616,-261276],[-213741,-278262],[-217221,-277217],[-216842,-280369],[-209152,-284488],[-208670,-282540],[-216836,-285678],[-216224,-286496],[-206130,-289681],[-211409,-290203],[-211536,-285042],[-214834,-289915],[-210081,-288717],[-207620,-285134],[-217097,-285238],[-208569,-283981],[-212331,-302868],[-205286,-305281],[-214271,-307117],[-217188,-319495],[-212859,-319749],[-207369,-316677],[-211267,-310216],[-208104,-311991],[-220555,-201551],[-223728,-200685],[-219695,-216032],[-222867,-226909],[-228496,-230241],[-227470,-235521],[-221935,-231388],[-220800,-243256],[-219288,-267365],[-225647,-269833],[-229286,-271351],[-228167,-275933],[-225957,-275197],[-224040,-275042],[-219890,-273481],[-227520,-290899],[-221157,-288581],[-225337,-289547],[-223201,-283456],[-217616,-284350],[-220236,-291468],[-221634,-297161],[-221218,-305699],[-229154,-303571],[-221154,-302789],[-224987,-307075],[-226953,-313625],[-226181,-319257],[-220483,-315794],[-227123,-320176],[-219259,-320429],[-218160,-323529],[-231323,-186310],[-232787,-192165],[-233459,-195375],[-236352,-215407],[-235232,-228363],[-233356,-227122],[-231099,-229040],[-237426,-223336],[-242638,-218284],[-241447,-218647],[-233310,-220486],[-239671,-239342],[-234489,-234452],[-237043,-231380],[-235951,-241501],[-240736,-236582],[-236591,-240330],[-237808,-230757],[-231222,-244412],[-231376,-243998],[-242082,-248220],[-238190,-248041],[-230749,-274967],[-235469,-269934],[-242133,-274105],[-242992,-279459],[-232201,-281347],[-231176,-279343],[-239800,-278278],[-235029,-280460],[-234842,-288002],[-232153,-287283],[-234246,-285759],[-237531,-282448],[-238444,-284496],[-236120,-287050],[-232872,-290917],[-242368,-283258],[-241328,-301396],[-237050,-295258],[-234231,-294552],[-233000,-313193],[-236378,-307345],[-240428,-309182],[-233267,-310760],[-236608,-308865],[-239729,-313101],[-237494,-319003],[-232383,-315779],[-232010,-318414],[-242417,-326603],[-234602,-326827],[-234414,-321752],[-241749,-337195],[-237363,-338943],[-6606,-178883],[-4717,-179877],[-2611,-181139],[-8813,-180316],[-28,-185302],[-3978,-204050],[-9498,-199197],[-11739,-203201],[-3565,-196852],[-10902,-199810],[-4391,-199474],[-4401,-200807],[-6412,-203338],[-8393,-202679],[-10477,-194902],[-11324,-196671],[-9077,-198152],[-7341,-195352],[-2443,-195541],[-3593,-194657],[-4987,-195482],[-5636,-197797],[-1189,-199656],[-1746,-198794],[-377,-203157],[-8370,-204542],[-153,-214486],[-4361,-211448],[-766,-206578],[-5788,-213570],[-5815,-215656],[-8677,-214608],[-9130,-214380],[-9410,-216295],[-10718,-210656],[-11092,-208492],[-10297,-216596],[-2815,-211638],[-4501,-216434],[-1208,-213050],[-1473,-212681],[-9879,-212511],[-9933,-214819],[-1080,-205592],[-6044,-206278],[-3993,-214450],[-1925,-210478],[-7275,-212744],[-9380,-230015],[-1128,-222502],[-5263,-219297],[-4257,-222975],[-4408,-228865],[-4597,-219554],[-2663,-220949],[-1146,-218032],[-5392,-229031],[-3306,-226460],[-4441,-222266],[-10130,-226585],[-9929,-226581],[-1686,-221252],[-2739,-224505],[-720,-225346],[-5197,-228724],[-286,-232053],[-8994,-237650],[-7588,-236420],[-5964,-238862],[-4290,-237389],[-9647,-231975],[-7991,-234303],[-2729,-239539],[-4945,-239922],[-10206,-238325],[-2529,-266646],[-9193,-266654],[-6698,-267575],[-9038,-274166],[-8043,-276382],[-7738,-278001],[-6643,-270183],[-7277,-271598],[-5809,-275117],[-4566,-275218],[-2714,-274337],[-8607,-283299],[-12278,-286577],[-12146,-285082],[-11353,-285802],[-3920,-286413],[-5558,-288214],[-8419,-282187],[-4218,-287740],[-10638,-384890],[-11532,-386241],[-255747,-200500],[-250626,-212361],[-247794,-227513],[-244285,-227175],[-254902,-220709],[-249621,-233070],[-251906,-234492],[-246209,-232141],[-250955,-253807],[-248321,-257667],[-252938,-259197],[-250852,-264927],[-247824,-263524],[-244110,-278108],[-247482,-268634],[-245686,-274283],[-246915,-275982],[-249164,-272688],[-251226,-274623],[-249461,-278842],[-253656,-279717],[-252620,-283476],[-254187,-285420],[-244951,-288386],[-251408,-293719],[-253696,-284473],[-244033,-293556],[-248889,-282872],[-244216,-281859],[-247571,-284171],[-247132,-301920],[-251970,-303097],[-252586,-308452],[-251388,-316287],[-243763,-326094],[-247494,-321016],[-255064,-327765],[-254846,-329863],[-245739,-323224],[-250188,-338615],[-259802,-115320],[-260804,-119211],[-259316,-129450],[-267021,-132988],[-265825,-135776],[-266448,-144636],[-267416,-144749],[-263517,-164123],[-264921,-207720],[-264833,-208259],[-263388,-211570],[-264779,-211097],[-267616,-210099],[-268053,-216978],[-257728,-207816],[-266257,-219078],[-265307,-220991],[-266298,-219691],[-258302,-224055],[-256548,-224471],[-264597,-231110],[-259976,-231416],[-261520,-234345],[-266605,-239625],[-266198,-233769],[-267918,-232916],[-259223,-233329],[-257319,-235644],[-268538,-230297],[-264088,-241325],[-266114,-230695],[-266857,-244779],[-262422,-247557],[-264895,-245359],[-256912,-255319],[-260737,-252949],[-263084,-253180],[-261492,-256387],[-267067,-257701],[-258088,-263879],[-262403,-260824],[-265927,-267025],[-258723,-280556],[-264778,-278062],[-268055,-279107],[-260205,-277425],[-268127,-270027],[-258921,-272449],[-257063,-272536],[-263701,-277617],[-262852,-283935],[-258125,-284868],[-258623,-287955],[-266479,-285291],[-260610,-282913],[-262781,-286900],[-264293,-286791],[-259080,-293269],[-266789,-289317],[-266624,-298599],[-265725,-302780],[-257432,-303424],[-267146,-294916],[-258081,-296317],[-262973,-294780],[-258432,-301506],[-264529,-309198],[-262057,-318433],[-262495,-311162],[-261491,-318068],[-259075,-329966],[-256646,-338264],[-259280,-86416],[-268260,-88511],[-258860,-98534],[-263509,-101329],[-256760,-91803],[-258026,-102678],[-275941,-116845],[-280778,-126199],[-281323,-124809],[-273363,-127890],[-280364,-138320],[-276004,-138422],[-269641,-146690],[-271780,-151042],[-271740,-147026],[-273358,-148562],[-279762,-149863],[-271108,-141118],[-273942,-156840],[-271456,-160251],[-276963,-164466],[-275775,-154193],[-277981,-153735],[-281198,-164082],[-278720,-155455],[-275693,-172552],[-278573,-169746],[-279191,-167345],[-278953,-189485],[-281053,-182484],[-277505,-203898],[-281173,-200364],[-276318,-206087],[-270772,-215212],[-272104,-213110],[-277332,-213606],[-276913,-225902],[-280722,-225020],[-272585,-218709],[-270854,-225932],[-269983,-227328],[-275082,-239134],[-274788,-242592],[-270680,-240947],[-269632,-233135],[-269460,-247585],[-269525,-248999],[-279545,-249897],[-276409,-248004],[-275903,-251392],[-272472,-252233],[-274695,-257174],[-272528,-261219],[-269130,-262476],[-271677,-266725],[-270484,-259077],[-269131,-265189],[-280209,-270972],[-271960,-273678],[-270894,-279186],[-269923,-278783],[-270795,-273552],[-275065,-274943],[-273157,-284563],[-273031,-281815],[-275675,-292153],[-278205,-292398],[-273844,-287636],[-278341,-287420],[-279447,-284700],[-270297,-301516],[-271544,-301077],[-269036,-297061],[-271659,-296237],[-271668,-297721],[-269031,-336531],[-279132,-353330],[-274984,-352474],[-276301,-350431],[-277704,-352419],[-278092,-356182],[-274479,-88873],[-276754,-87121],[-278657,-82704],[-275158,-95452],[-270023,-99175],[-275453,-111704],[-288430,-119999],[-289949,-125685],[-285712,-118391],[-287715,-131829],[-292554,-135578],[-285594,-150472],[-283806,-152460],[-285648,-151833],[-294283,-150152],[-284986,-140789],[-285935,-143051],[-287566,-148258],[-285802,-164223],[-285577,-154021],[-284842,-177291],[-282773,-173528],[-288725,-184674],[-288106,-188057],[-284409,-186783],[-289777,-184638],[-287900,-181807],[-284421,-189526],[-282784,-196858],[-288326,-198573],[-293326,-195044],[-290576,-202206],[-283662,-195544],[-283856,-192049],[-292516,-200952],[-288360,-195261],[-285663,-196673],[-283771,-194771],[-282964,-204331],[-285570,-209918],[-286865,-208485],[-293885,-205361],[-289326,-217261],[-284890,-227999],[-291795,-226898],[-293155,-221167],[-293232,-225243],[-289189,-225048],[-287404,-232141],[-289447,-234566],[-284703,-237017],[-291026,-230523],[-293539,-232563],[-281629,-255450],[-283978,-255403],[-290811,-260987],[-283658,-265508],[-293487,-258693],[-284346,-278484],[-289194,-275968],[-283721,-346733],[-284405,-87000],[-283961,-78507],[-292954,-93275],[-292359,-100269],[-282351,-100151],[-290235,-105273],[-288895,-111437],[-286761,-110256],[-298822,-123999],[-305048,-121140],[-305394,-134289],[-298948,-130732],[-295149,-139823],[-302960,-139264],[-295339,-145839],[-304455,-161363],[-303862,-174325],[-300224,-173549],[-297659,-175418],[-305202,-176085],[-295841,-188417],[-298125,-185689],[-297286,-182330],[-306682,-191410],[-296226,-179150],[-297086,-197343],[-295860,-200541],[-298358,-192750],[-298988,-194782],[-305276,-193956],[-302691,-217132],[-302356,-216194],[-303549,-211187],[-304130,-212733],[-302766,-208069],[-303123,-210807],[-294641,-219009],[-299218,-219591],[-303297,-224892],[-301557,-225716],[-298984,-229412],[-296794,-224932],[-295835,-220260],[-299799,-223817],[-306366,-225496],[-304959,-228134],[-297133,-217515],[-306664,-221020],[-305243,-237430],[-302516,-234028],[-300575,-237107],[-305225,-240175],[-303154,-231668],[-304013,-254408],[-301308,-243286],[-296344,-269438],[-306178,-354168],[-304986,-359618],[-304128,-359982],[-305502,-68917],[-300426,-76012],[-298481,-75536],[-306169,-86017],[-299504,-80667],[-301530,-101039],[-296722,-100724],[-299623,-107561],[-299117,-110562],[-316764,-120757],[-307843,-125057],[-318309,-137759],[-311536,-137061],[-311222,-140222],[-311203,-171705],[-307716,-169869],[-308665,-190820],[-313954,-190348],[-317998,-182851],[-315850,-187430],[-312820,-193299],[-312718,-230145],[-308553,-234226],[-316304,-234322],[-308876,-238621],[-312007,-235101],[-319782,-248698],[-314297,-250830],[-314674,-243505],[-308387,-353142],[-311101,-356322],[-316848,-362660],[-314886,-73038],[-318848,-74284],[-310055,-73782],[-310274,-86550],[-308436,-94545],[-318855,-103418],[-307240,-110779],[-313827,-113913],[-320606,-124665],[-327744,-122818],[-327580,-127670],[-332255,-138245],[-322291,-139087],[-326520,-133912],[-321088,-131030],[-323844,-142702],[-324079,-150032],[-325400,-154778],[-327963,-153727],[-332062,-158887],[-324979,-177489],[-323591,-175570],[-327849,-185715],[-326346,-183912],[-323272,-186788],[-321086,-183311],[-320116,-186501],[-331395,-190074],[-331968,-187010],[-320676,-192590],[-329023,-191885],[-326388,-233719],[-324662,-234678],[-321950,-232413],[-326299,-245476],[-329297,-251187],[-328381,-254246],[-321083,-249762],[-331460,-256500],[-329591,-270288],[-324406,-350023],[-332016,-363667],[-331783,-359385],[-329317,-451302],[-320547,-47229],[-320702,-72165],[-344603,-117729],[-342257,-123533],[-334578,-123879],[-345192,-127413],[-338551,-133564],[-343060,-131723],[-338416,-128457],[-343193,-131461],[-338824,-135859],[-339087,-133802],[-341965,-132444],[-334315,-130286],[-343515,-134309],[-337220,-138342],[-333559,-135096],[-334729,-135815],[-333598,-137495],[-342977,-128932],[-335920,-131633],[-336052,-134978],[-344586,-133707],[-335484,-240615],[-344338,-240498],[-342426,-233560],[-343004,-234974],[-342222,-237520],[-337771,-250675],[-338105,-260944],[-339546,-263958],[-342104,-256732],[-341577,-272306],[-336743,-269137],[-334945,-269400],[-343373,-351818],[-333084,-358557],[-345125,-380705],[-337362,-383977],[-343832,-440938],[-338826,-440304],[-344435,-443758],[-334083,-446604],[-341046,-437931],[-343994,-444854],[-340713,-449280],[-342132,-449292],[-341139,-449346],[-333906,-448223],[-333204,-448013],[-340210,-88528],[-340819,-87215],[-339817,-88019],[-340322,-85862],[-343704,-84720],[-341537,-84390],[-343226,-88782],[-337414,-98213],[-334622,-98504],[-337581,-96419],[-339115,-95602],[-337864,-97217],[-339837,-96454],[-339086,-93514],[-341670,-95513],[-342274,-95299],[-343551,-94498],[-340318,-92144],[-340987,-93569],[-341064,-90061],[-342491,-92296],[-345175,-90672],[-343342,-90998],[-345323,-89562],[-343874,-90915],[-352144,-122291],[-350660,-119627],[-351285,-122864],[-348297,-120068],[-350410,-121476],[-353546,-124489],[-357280,-125559],[-346001,-127727],[-345929,-122572],[-352713,-125059],[-352125,-124571],[-347262,-132659],[-348712,-130449],[-346759,-130707],[-346213,-129274],[-350810,-131779],[-347472,-134940],[-348883,-131384],[-347300,-131487],[-349704,-136524],[-350076,-136266],[-349121,-130043],[-354453,-129782],[-353477,-143809],[-354465,-143788],[-351217,-187733],[-349204,-187036],[-357749,-203946],[-353891,-201658],[-350370,-199096],[-352100,-192067],[-350812,-207306],[-352751,-207456],[-358244,-230068],[-355871,-225848],[-357303,-233038],[-355878,-231036],[-355602,-252913],[-348507,-248199],[-350580,-250643],[-353017,-247633],[-355933,-255437],[-346932,-263577],[-355995,-265609],[-350352,-257459],[-349399,-270463],[-349441,-356979],[-354744,-373080],[-352237,-393496],[-347708,-386361],[-353075,-401175],[-356523,-403215],[-351742,-442707],[-346411,-443810],[-351117,-446067],[-346474,-440477],[-351927,-443814],[-357703,-446467],[-357543,-444692],[-355290,-445049],[-357173,-452971],[-353317,-449793],[-357312,-88247],[-355527,-87565],[-357107,-86719],[-357144,-86693],[-354918,-86976],[-354129,-87777],[-354983,-88789],[-346693,-89112],[-353029,-88068],[-348173,-87007],[-353905,-87421],[-356144,-84304],[-353871,-85633],[-353599,-84543],[-345864,-87620],[-356809,-90760],[-356521,-91293],[-355497,-91840],[-355183,-92314],[-356866,-91663],[-357437,-101487],[-357629,-101660],[-351651,-94075],[-347083,-90553],[-346754,-92411],[-346657,-90454],[-349695,-89840],[-351317,-89777],[-347096,-92964],[-353781,-109731],[-355875,-103461],[-355886,-103980],[-354808,-105303],[-354164,-106066],[-354646,-112562],[-359459,-117129],[-363677,-140213],[-360413,-145230],[-370177,-162754],[-359844,-157534],[-361243,-156966],[-359546,-161360],[-363059,-178397],[-359950,-178223],[-361629,-181832],[-362083,-181275],[-365052,-179909],[-363249,-192629],[-360589,-197246],[-367910,-209643],[-371026,-215384],[-359097,-208923],[-368043,-216693],[-360228,-217082],[-358951,-213489],[-361064,-229632],[-360406,-227074],[-370610,-225044],[-360776,-217587],[-364318,-220266],[-361856,-223982],[-359867,-241022],[-362692,-240346],[-370666,-245080],[-369174,-255393],[-360506,-262597],[-364494,-265833],[-366061,-262452],[-358824,-272036],[-367583,-408069],[-368588,-402093],[-363179,-412744],[-364279,-416880],[-365357,-434281],[-361462,-431392],[-362440,-433803],[-370462,-445788],[-368603,-435045],[-367269,-435316],[-369553,-437027],[-369928,-436073],[-359356,-447250],[-370024,-451990],[-366466,-460525],[-368539,-450425],[-364318,-458961],[-369112,-450506],[-369545,-451931],[-367057,-452651],[-364772,-453439],[-369674,-457860],[-363954,-454642],[-370560,-463633],[-370392,-467758],[-362290,-523381],[-358796,-88185],[-359137,-87954],[-360333,-85392],[-358655,-82067],[-358863,-80927],[-361872,-96258],[-360065,-111389],[-24073,-152835],[-17270,-185247],[-20429,-184756],[-15686,-191547],[-23959,-190078],[-24155,-191097],[-24716,-191509],[-18135,-200717],[-16763,-192201],[-22816,-204534],[-21936,-197780],[-21467,-200307],[-22923,-201365],[-15354,-201002],[-15155,-198431],[-18760,-202009],[-12914,-195007],[-24541,-194808],[-19518,-193579],[-14104,-198410],[-15699,-196671],[-21055,-214949],[-23781,-215481],[-22790,-206111],[-24755,-205714],[-25116,-210042],[-25024,-208193],[-14783,-207150],[-15005,-213840],[-13883,-206372],[-17349,-207031],[-16500,-210524],[-17084,-210115],[-17253,-213998],[-24246,-205325],[-13090,-216230],[-15630,-215301],[-17435,-228660],[-24265,-226352],[-22310,-227907],[-17544,-225261],[-20410,-222847],[-18317,-226562],[-19576,-228019],[-21929,-228522],[-21280,-224838],[-17958,-219261],[-17230,-220438],[-16052,-221134],[-14846,-217426],[-20677,-220040],[-25451,-240605],[-24762,-235497],[-13206,-239641],[-12915,-238672],[-14247,-241151],[-19358,-245511],[-22963,-251851],[-21057,-252949],[-20983,-255393],[-22819,-255514],[-15287,-259081],[-24855,-268295],[-17669,-263189],[-16921,-275896],[-18031,-275991],[-17252,-274668],[-13627,-271839],[-15675,-272176],[-13841,-270509],[-24204,-275527],[-22657,-275742],[-20422,-273140],[-24398,-368964],[-18809,-373673],[-21708,-383262],[-15163,-374682],[-20341,-371372],[-17549,-372647],[-20150,-379600],[-15347,-383026],[-14018,-384519],[-13575,-387508],[-379233,-124115],[-382290,-127462],[-381086,-116178],[-371231,-185812],[-380994,-197664],[-371645,-202126],[-377325,-199779],[-378038,-200310],[-383735,-204614],[-379950,-207820],[-375490,-237818],[-382268,-239246],[-372994,-267402],[-372574,-265950],[-381453,-272711],[-372971,-274640],[-375628,-273837],[-373313,-354312],[-382211,-377798],[-372827,-402540],[-377733,-397185],[-373420,-438320],[-373733,-437052],[-374249,-442957],[-378360,-462571],[-379576,-469538],[-373121,-466581],[-383961,-472153],[-376272,-461685],[-376148,-469207],[-374620,-462234],[-381941,-470921],[-379503,-84247],[-383416,-92987],[-378209,-93634],[-381954,-96610],[-389385,-121812],[-393080,-122825],[-394151,-115090],[-387047,-116780],[-389028,-115457],[-394807,-119202],[-395170,-118720],[-385318,-133064],[-388707,-130955],[-388460,-136177],[-387440,-137112],[-394796,-129002],[-390928,-144700],[-394871,-151403],[-388034,-154094],[-385758,-157279],[-391767,-178598],[-385877,-208160],[-395199,-225036],[-392189,-217973],[-391228,-237131],[-390704,-271242],[-394176,-366725],[-393958,-365260],[-395155,-371700],[-395445,-371185],[-393784,-394578],[-392116,-394566],[-392404,-394977],[-389298,-387961],[-390480,-397831],[-386846,-403458],[-392236,-475822],[-394350,-473533],[-392525,-480102],[-388830,-474621],[-384722,-89293],[-386559,-91848],[-387618,-95446],[-390453,-94922],[-385142,-95231],[-392399,-90843],[-392271,-110569],[-385477,-113501],[-389337,-111352],[-408559,-130957],[-402634,-158264],[-399967,-157096],[-399835,-160513],[-403342,-165942],[-406735,-170619],[-399768,-169407],[-407221,-184984],[-408697,-189733],[-402966,-200364],[-402276,-219538],[-406225,-254900],[-403952,-255181],[-399217,-388199],[-397057,-394464],[-403422,-386054],[-400170,-394817],[-400677,-398057],[-399096,-74520],[-397559,-68713],[-406803,-81359],[-397129,-92480],[-399555,-97779],[-402303,-95843],[-398582,-109448],[-401031,-110998],[-400908,-112056],[-406437,-112548],[-414571,-117700],[-417294,-175465],[-409629,-179908],[-416180,-180742],[-414814,-237600],[-417971,-231515],[-417191,-240706],[-419371,-237267],[-418416,-236832],[-419001,-240220],[-418645,-242356],[-440058,-179114],[-444385,-188414],[-446972,-180394],[-447874,-198752],[-442939,-206778],[-437026,-241630],[-447632,-359660],[-460544,-136605],[-457227,-146710],[-457815,-151304],[-457920,-144908],[-460674,-143304],[-460797,-146525],[-456577,-140669],[-455568,-165679],[-451950,-155886],[-454769,-157201],[-459055,-166335],[-460015,-174303],[-459641,-178383],[-460388,-187640],[-460255,-187040],[-460061,-213397],[-459982,-215020],[-458373,-213348],[-450432,-218908],[-449563,-11382],[-448321,-11666],[-453007,-336842],[-459440,-336505],[-450263,-358307],[-456387,-369537],[-459761,-360172],[-448654,-18270],[-449204,-12745],[-455447,-103128],[-466800,-140109],[-470557,-139108],[-470681,-138655],[-468709,-137003],[-466973,-137986],[-467324,-137121],[-462465,-137262],[-461536,-138326],[-469694,-145725],[-462466,-141601],[-462625,-140673],[-465873,-143388],[-464920,-163954],[-462314,-154444],[-472565,-159017],[-472700,-164303],[-471561,-161382],[-466037,-172885],[-460952,-168685],[-468917,-177461],[-470716,-178436],[-465830,-174772],[-467303,-167472],[-468481,-170363],[-469408,-167130],[-464617,-173584],[-469339,-180593],[-461195,-180416],[-470935,-191622],[-465305,-196958],[-468051,-192110],[-461151,-197254],[-466691,-198888],[-466229,-205944],[-462158,-205808],[-465781,-8448],[-465705,-7366],[-465322,-2280],[-464014,-341325],[-464908,-12899],[-465323,-13442],[-466583,-105230],[-463507,1637],[-462908,613],[-466695,5245],[-465492,4335],[-464295,5283],[-477181,-136373],[-481365,-150645],[-484770,-147886],[-476094,-150315],[-479971,-151248],[-477543,-149907],[-481541,-159545],[-477321,-164489],[-480526,-163340],[-482374,-155651],[-482839,-156095],[-474496,-165050],[-473696,-160586],[-481210,-154008],[-485465,-168271],[-484139,-176780],[-483084,-176569],[-473753,-177130],[-479074,-171737],[-481235,-166810],[-479250,-176729],[-477584,-177173],[-474629,-172389],[-479840,-167373],[-474840,-169864],[-480989,-166982],[-475915,-167040],[-480473,-178400],[-483306,-171785],[-482561,-168284],[-480420,-167660],[-482322,-170324],[-483603,-183814],[-483104,-179676],[-477383,-184663],[-477204,-186426],[-482188,-197049],[-474217,-204008],[-474331,-203004],[-475910,-203288],[-476894,-200562],[-483175,-214987],[-484179,-218585],[-480969,-217819],[-474643,-2689],[-474878,-336982],[-476193,-369074],[-480015,-88638],[-480035,-89192],[-488712,-138162],[-487293,-153238],[-497583,-160079],[-490370,-168129],[-494786,-176892],[-491483,-170091],[-489234,-166989],[-492165,-168347],[-496446,-177455],[-487833,-183837],[-489591,-188725],[-490816,-188945],[-488571,-185745],[-495641,-182136],[-489980,-193451],[-496191,-199029],[-493915,-202416],[-496425,-212126],[-491245,-206959],[-490652,-207653],[-494251,-205505],[-488054,-217420],[-486881,-235077],[-494470,-335992],[-497543,-429791],[-26230,-153073],[-29092,-152528],[-32869,-152607],[-32321,-151983],[-36817,-150400],[-31987,-151864],[-30167,-152082],[-35666,-147828],[-37503,-150421],[-25766,-154953],[-38186,-158034],[-27378,-173823],[-32486,-172599],[-33248,-175127],[-27058,-175781],[-35870,-173325],[-26300,-182678],[-34491,-181764],[-29044,-188218],[-36566,-200687],[-27181,-201011],[-36966,-201557],[-37355,-199380],[-34589,-195391],[-31853,-201208],[-31570,-199928],[-32126,-199629],[-26122,-197418],[-30832,-191870],[-31082,-196807],[-31493,-196557],[-31935,-210546],[-27921,-209592],[-27091,-211142],[-37771,-209781],[-27054,-222289],[-26006,-227287],[-28860,-223128],[-28902,-221511],[-27217,-229129],[-33535,-237797],[-28312,-233124],[-32361,-230287],[-26204,-235279],[-26502,-230247],[-27577,-277346],[-27875,-279897],[-29068,-278859],[-30504,-277487],[-33601,-281656],[-31151,-370529],[-34662,-374578],[-30951,-371257],[-508920,-148066],[-510563,-147437],[-501512,-151345],[-508952,-147244],[-510527,-152678],[-502325,-153138],[-502339,-162124],[-510700,-154485],[-508210,-163065],[-507152,-163306],[-509864,-158561],[-504604,-165074],[-504293,-160747],[-502177,-161228],[-504722,-170540],[-502753,-171066],[-508435,-172325],[-502630,-177558],[-503618,-170671],[-508240,-173731],[-510900,-166687],[-510079,-181703],[-503119,-181464],[-508992,-186245],[-503352,-189467],[-501651,-190107],[-499857,-190105],[-506770,-188617],[-499357,-194649],[-504367,-194135],[-507277,-192406],[-502296,-199975],[-503511,-203806],[-504880,-204659],[-507908,-214242],[-508369,-205458],[-511042,-207173],[-510846,-468197],[-510311,-465116],[-500318,-471881],[-519447,-140549],[-520798,-139903],[-516033,-142950],[-519774,-150576],[-517065,-143735],[-522308,-145499],[-519642,-141261],[-516662,-148802],[-517770,-150135],[-514573,-145539],[-516076,-155076],[-518938,-163975],[-524276,-162366],[-520446,-164415],[-521985,-155629],[-519960,-164988],[-524003,-165681],[-518592,-161897],[-519134,-159970],[-519016,-175326],[-514490,-166806],[-518268,-174523],[-514595,-174807],[-519849,-168959],[-522332,-176489],[-518493,-176672],[-523032,-178900],[-523266,-177699],[-522935,-176047],[-522641,-180608],[-521059,-179312],[-522474,-186358],[-519554,-187596],[-512364,-195937],[-514529,-195412],[-513000,-201332],[-517345,-197246],[-512198,-203756],[-522062,-198397],[-515468,-210047],[-518687,-213796],[-513748,-212443],[-513620,-214048],[-513306,-211068],[-512568,-207360],[-520168,-230576],[-535252,-123189],[-530101,-115131],[-527253,-126097],[-527116,-126310],[-529634,-115462],[-524852,-125142],[-530954,-121314],[-530167,-119566],[-529834,-119751],[-527455,-124294],[-532451,-132333],[-527267,-128238],[-536314,-141144],[-528883,-145645],[-527633,-150927],[-532254,-146964],[-534983,-143710],[-529465,-146512],[-534857,-142089],[-530856,-143582],[-536019,-145218],[-535101,-145811],[-534084,-148313],[-536506,-153361],[-529947,-157610],[-532938,-159321],[-531574,-164413],[-527382,-165313],[-536125,-154943],[-535949,-165314],[-528440,-175634],[-531490,-173156],[-535696,-173606],[-537000,-166430],[-527874,-173184],[-534114,-172042],[-535096,-170673],[-530228,-173636],[-534333,-185359],[-527821,-183401],[-527123,-184625],[-534077,-182841],[-534380,-188594],[-535819,-197115],[-531444,-467535],[-526763,-466960],[-526320,-103459],[-532811,-107225],[-525248,-103190],[-539370,-139417],[-550398,-142380],[-539551,-160795],[-541724,-162908],[-538269,-159861],[-537935,-163526],[-547134,-172307],[-544877,-170342],[-540724,-169557],[-540964,-168372],[-538729,-168243],[-537847,-174884],[-545889,-179064],[-545400,-181414],[-550517,-136014],[-559184,-149188],[-560376,-148015],[-561858,-163272],[-560525,-161006],[-562207,-173578],[-556184,-167407],[-555159,-167459],[-550694,-169064],[-566490,-165771],[-565976,-158966],[-564876,-161578],[-566220,-167618],[-49687,-133952],[-46693,-138910],[-47664,-130432],[-51028,-132253],[-49435,-140045],[-49036,-131064],[-50425,-141529],[-48859,-146480],[-50122,-146614],[-48197,-144938],[-39162,-142424],[-47098,-151099],[-50699,-150591],[-48901,-149355],[-46177,-148831],[-46132,-147922],[-45121,-146877],[-39176,-145858],[-42742,-146166],[-42001,-151910],[-43226,-148036],[-38483,-154973],[-42168,-155105],[-43930,-154620],[-40527,-154600],[-41500,-158113],[-48245,-154038],[-50220,-158401],[-44833,-165059],[-46393,-165098],[-45442,-177036],[-48231,-174483],[-47194,-176758],[-49239,-172391],[-50811,-174817],[-46954,-171472],[-40453,-179317],[-43660,-183498],[-42990,-186543],[-41305,-196475],[-38775,-195260],[-49697,-197125],[-49710,-197021],[-45913,-199071],[-41693,-199014],[-39819,-199492],[-39891,-200234],[-48958,-212232],[-50198,-214854],[-49653,-214508],[-49826,-206569],[-51022,-207945],[-49845,-212301],[-45689,-219977],[-47666,-227500],[-46771,-223543],[-47303,-222741],[-45135,-230596],[-40926,-232735],[-40089,-368279],[-57219,-134078],[-57360,-130501],[-54188,-132353],[-53013,-128856],[-54340,-152412],[-53540,-151289],[-53334,-150587],[-53751,-148758],[-52114,-147837],[-56690,-148483],[-51360,-147042],[-53134,-155320],[-54677,-153402],[-63950,-159782],[-60326,-158462],[-58453,-159801],[-57396,-158658],[-53195,-173847],[-51651,-176606],[-62075,-181757],[-62570,-192809],[-54342,-201621],[-61085,-201071],[-63112,-197544],[-61959,-198855],[-57588,-201704],[-53010,-198274],[-54734,-197485],[-57628,-197710],[-51697,-209601],[-60537,-225411],[-53451,-226717],[-63817,-229244],[-52553,-224708],[-55766,-226838],[-60529,-220212],[-58848,-220262],[-51257,-227858],[-53170,-231434],[-60914,-237869],[-63914,-234402],[-62478,-255320],[-62422,-256706],[-62552,-272312],[-56201,-276493],[-55334,-276123],[-71790,-138718],[-76126,-154099],[-65252,-155468],[-69342,-177325],[-68088,-186482],[-72818,-189967],[-65232,-182383],[-64107,-189298],[-69617,-196287],[-76662,-196018],[-76719,-196985],[-76287,-200327],[-64446,-192115],[-68077,-194462],[-67303,-195793],[-68875,-199506],[-69449,-201397],[-69915,-202511],[-76548,-216178],[-64414,-210652],[-71942,-209328],[-69814,-228219],[-64490,-225616],[-73768,-240234],[-74697,-240205],[-70178,-235980],[-65728,-253222],[-64697,-254708],[-64558,-252562],[-67445,-268504],[-67295,-267248],[-64532,-264391],[-64097,-262897],[-89112,-135096],[-88701,-128706],[-79184,-133833],[-77064,-151797],[-86570,-160929],[-82723,-154521],[-80606,-153937],[-79210,-154834],[-87570,-163295],[-84049,-161975],[-82652,-165482],[-86857,-170692],[-86705,-168480],[-88830,-174639],[-86094,-169462],[-80687,-182998],[-79682,-180481],[-83354,-188416],[-86063,-180759],[-82817,-180754],[-81881,-193051],[-77525,-200612],[-87279,-193412],[-84132,-193150],[-86606,-196150],[-86472,-197884],[-77903,-195968],[-79486,-204475],[-79823,-203766],[-87047,-197707],[-88310,-193216],[-83097,-194228],[-83375,-194003],[-79703,-208521],[-79620,-205514],[-86361,-211245],[-82723,-215017],[-79098,-206629],[-79038,-207639],[-83368,-205188],[-87304,-208816],[-82951,-213272],[-87864,-205059],[-86034,-218404],[-80721,-218488],[-80777,-218831],[-82286,-219024],[-78483,-224170],[-77851,-223616],[-81043,-230074],[-88363,-226169],[-84108,-225874],[-85929,-236664],[-82838,-233578],[-78592,-230915],[-81503,-235344],[-79956,-245769],[-78894,-246125],[-80927,-248512],[-94896,-125725],[-101594,-131908],[-97737,-129660],[-92864,-152598],[-93504,-146569],[-100117,-151814],[-99316,-155154],[-90034,-153990],[-92990,-156718],[-100352,-165721],[-98071,-171826],[-90026,-171363],[-90875,-177810],[-100069,-174395],[-94693,-179367],[-94103,-180712],[-91968,-188207],[-89916,-196506],[-100600,-204461],[-97179,-201432],[-97246,-204536],[-96608,-204259],[-99232,-193622],[-101409,-210105],[-100360,-206484],[-96632,-206353],[-102271,-210783],[-99908,-210864],[-95046,-215315],[-94240,-212644],[-95691,-210497],[-97817,-207311],[-99416,-205047],[-100573,-211231],[-91439,-207190],[-96692,-217653],[-101307,-218277],[-101849,-221873],[-102091,-226803],[-95004,-218308],[-95872,-228030],[-98914,-241210],[-94884,-240183],[-93486,-238956],[-93035,-236972],[-96532,-231161],[-97063,-232089],[-100738,-358270],[-100218,-109127],[-100896,-107480],[-102719,-155929],[-112607,-155178],[-107836,-163005],[-107382,-155052],[-106277,-158874],[-108504,-166818],[-113972,-169821],[-107255,-176847],[-111970,-183745],[-107623,-183441],[-111472,-195827],[-107806,-201266],[-108942,-202046],[-104697,-195062],[-108779,-202554],[-107186,-202404],[-106117,-194692],[-110532,-203702],[-102465,-208313],[-104413,-205607],[-109121,-212591],[-114723,-206181],[-110593,-215323],[-111272,-212050],[-108695,-215410],[-113884,-213998],[-109049,-205673],[-108785,-209420],[-111837,-215040],[-102537,-206480],[-105144,-215690],[-110403,-211968],[-111593,-215990],[-111913,-215784],[-112345,-214631],[-106410,-211351],[-109375,-208552],[-102412,-208435],[-108738,-212176],[-104806,-208590],[-112892,-225438],[-107777,-223420],[-103883,-219922],[-103450,-225986],[-108702,-229803],[-111430,-228573],[-115022,-217972],[-106507,-219547],[-114665,-222180],[-103941,-219715],[-110071,-223711],[-115068,-224952],[-114389,-231546],[-112007,-233425],[-114406,-237017],[-113984,-237657],[-109233,-236693],[-106513,-240252],[-109910,-234388],[-102690,-236989],[-114150,-248549],[-109951,-100555],[-110675,-104261],[9951,-158669],[6877,-160843],[6331,-164264],[13931,-158243],[11231,-167361],[4769,-171142],[3353,-178341],[10492,-191541],[9860,-189985],[7991,-185143],[494,-185809],[4650,-197830],[8095,-196271],[3246,-193945],[12739,-195494],[11585,-196906],[12447,-193647],[46,-203423],[5136,-195534],[7899,-197260],[10066,-194011],[6777,-204075],[3032,-195951],[10745,-197137],[10205,-204334],[12624,-201946],[10565,-200570],[9107,-199009],[5391,-200356],[5337,-199635],[10948,-197786],[2257,-201627],[6352,-214913],[9297,-209163],[11836,-209043],[2203,-209798],[8224,-207013],[4606,-216799],[4214,-204965],[6650,-205386],[8300,-211180],[1169,-209665],[167,-206789],[286,-212971],[2336,-216196],[11560,-214060],[9079,-208268],[11244,-208424],[12483,-205014],[11060,-215649],[9465,-212443],[8509,-205827],[420,-210959],[10361,-211152],[938,-205958],[2063,-209251],[2916,-207113],[4955,-207052],[6056,-208245],[8397,-209868],[12445,-211201],[627,-228522],[7786,-220807],[12372,-221375],[7060,-217716],[12219,-219004],[6862,-228898],[11466,-219324],[11913,-229309],[8108,-218174],[9857,-227889],[1223,-219984],[1623,-224500],[78,-222835],[12231,-242688],[4439,-230774],[5402,-238784],[4525,-240748],[1170,-240931],[11856,-248043],[2128,-243200],[11546,-243464],[12697,-259450],[3642,-271526],[131865,-116730],[132641,-116034],[135142,-121030],[131298,-178298],[130615,-177219],[140411,-169378],[129984,-177815],[131987,-187345],[134743,-186297],[136242,-186326],[129266,-184085],[128600,-185721],[135291,-183077],[135360,-181597],[138393,-201067],[138456,-192416],[130549,-191836],[131106,-201940],[130474,-203222],[129157,-202003],[129258,-201779],[133345,-200955],[133954,-200579],[132880,-201207],[129930,-200662],[133977,-197542],[133006,-201475],[131101,-192259],[131509,-192025],[134153,-199536],[131013,-196844],[128992,-199325],[128940,-211175],[129050,-211106],[129948,-211655],[128378,-221074],[129803,-224458],[133507,-224321],[135308,-228595],[133964,-226735],[138081,-225480],[130611,-229118],[135332,-230379],[132236,-236538],[138682,-238555],[135773,-233661],[139524,-239140],[134725,-230888],[137549,-238708],[133859,-231218],[139766,-239092],[133897,-241319],[134228,-238571],[132573,-241509],[129311,-238327],[133772,-239231],[131526,-239625],[135161,-256313],[135346,-60408],[132077,-61896],[136439,-60391],[140543,-58268],[135099,-71085],[130150,-67835],[136429,-73108],[137455,-65063],[133842,-63959],[131830,-89143],[136279,-84559],[133873,-78531],[138698,-81125],[138292,-83550],[139053,-90292],[133994,-94968],[130543,-90158],[134252,-100422],[130590,-101714],[140686,-107116],[140147,-108686],[132147,-111125],[148374,-133665],[148130,-138662],[152676,-164019],[144382,-175986],[146225,-178246],[147703,-173454],[145626,-175942],[144662,-175630],[152294,-168814],[150349,-167035],[141025,-167974],[145323,-185437],[144858,-187197],[149867,-185223],[145346,-186943],[143771,-187741],[146606,-187354],[141722,-191910],[141705,-199932],[142733,-198066],[140894,-214152],[145990,-225529],[150259,-233457],[147581,-241783],[143030,-237239],[145384,-238197],[141712,-234407],[145129,-239958],[141103,-253663],[142472,-253303],[145313,-250903],[144805,-254873],[145279,-250701],[148487,-251703],[145195,-249651],[148459,-247760],[148396,-244035],[147471,-243878],[145937,-244510],[150088,-260602],[142610,-255903],[144681,-256413],[143184,-256509],[144965,-256859],[153559,-257969],[152704,-255898],[146793,-272265],[144098,-283786],[143236,-53133],[143864,-57068],[150228,-65031],[146296,-65248],[144045,-72443],[146013,-70547],[147179,-64443],[142953,-69922],[144685,-67697],[141771,-84819],[144123,-85895],[147073,-87369],[148056,-86608],[150113,-84070],[148095,-81891],[149706,-79821],[152162,-76894],[142660,-90226],[142060,-93546],[148131,-90970],[145125,-101948],[142495,-107953],[145118,-102941],[148937,-108515],[148730,-110016],[168216,-139724],[161937,-158729],[157972,-161999],[157086,-161640],[154513,-160230],[153646,-169492],[154123,-254264],[156081,-256396],[154440,-260624],[166002,-262369],[160800,-273156],[157904,-275463],[159221,-75300],[155830,-75930],[164786,-80604],[159898,-83505],[163245,-88076],[161533,-93621],[173401,-147281],[166224,-158194],[174037,-167166],[169913,-268586],[168630,-279376],[169368,-273556],[171548,-280890],[166489,-269695],[171075,-270726],[173938,-277785],[175299,-282981],[169049,-76599],[168292,-64776],[177490,-78353],[178472,-81635],[174497,-87031],[170424,-82317],[185391,-293912],[179819,-297799],[187136,-299717],[190034,-297810],[196173,-298844],[21241,-139058],[23216,-148863],[23599,-145871],[12923,-145733],[20730,-140712],[18894,-148582],[16896,-148838],[19724,-144322],[24118,-152511],[22789,-152735],[22962,-149501],[23949,-154935],[25477,-156851],[25154,-159214],[15275,-164469],[21314,-164497],[17395,-158151],[18488,-163815],[22007,-162688],[14313,-168277],[16727,-171650],[20804,-182624],[16453,-184729],[17208,-184908],[18224,-184997],[18333,-185801],[15191,-190150],[22486,-191273],[20764,-189661],[24141,-180789],[24318,-191454],[19188,-191281],[15906,-203382],[15451,-198079],[20843,-199313],[22946,-198183],[13717,-202227],[23029,-200120],[24686,-196000],[20035,-202119],[20615,-204052],[20919,-203754],[14366,-192539],[15083,-193318],[20156,-192246],[14278,-200134],[15416,-195588],[20016,-195243],[17855,-195626],[17473,-199563],[25450,-213581],[15722,-213158],[18763,-212670],[17489,-212132],[18305,-211526],[13343,-213260],[13374,-216975],[21534,-214575],[19788,-210205],[15497,-204896],[19253,-209607],[14316,-209758],[18028,-205706],[16209,-207972],[22802,-211248],[14552,-230027],[21705,-227575],[14633,-217873],[23521,-227289],[21392,-239105],[22292,-234372],[22799,-236244],[18134,-233037],[16941,-238373],[19108,-231918],[18434,-231621],[25179,-231980],[25419,-233451],[19282,-238326],[16136,-238344],[19200,-244044],[20263,-246005],[14709,-254965],[14839,-244250],[15702,-249034],[25492,-243750],[23449,-262056],[14707,-282502],[317395,609641],[317834,609617],[319861,614098],[319674,602365],[329473,590011],[323632,592501],[321440,598972],[321333,611551],[320720,605422],[325247,618053],[323098,618037],[324669,621883],[323332,619754],[329084,625334],[331029,621740],[344775,597506],[333082,591822],[343731,591123],[341657,592455],[338455,591778],[342667,619021],[344337,617622],[341724,620976],[338502,622797],[339722,623317],[341120,625336],[335477,625577],[334854,625820],[337861,627046],[340460,627441],[346924,595816],[351796,608035],[345359,606358],[346119,615480],[347501,619315],[351354,622684],[348950,621372],[345709,622503],[347526,621613],[28036,-137709],[31230,-136898],[32918,-144953],[34416,-142903],[33813,-143273],[27843,-147580],[26679,-149951],[37480,-153153],[37345,-151440],[37424,-148955],[26570,-158617],[32009,-171104],[37711,-172632],[34851,-178145],[29813,-180926],[30836,-185416],[31940,-183146],[25647,-191353],[34316,-183433],[33717,-191683],[36425,-190220],[28079,-187766],[27355,-187972],[29339,-187116],[33473,-184406],[33725,-183481],[37183,-188914],[27941,-181025],[28561,-188335],[34372,-189716],[31484,-188055],[31273,-190523],[32383,-190236],[31667,-184970],[31157,-185046],[29953,-186273],[29623,-186238],[29305,-183667],[31033,-184128],[31307,-186100],[33671,-188453],[26497,-181909],[26390,-182815],[30757,-195839],[26564,-192189],[33782,-197223],[30292,-193277],[30822,-192013],[37258,-198934],[27871,-197939],[26018,-198391],[25744,-216136],[30461,-211440],[27512,-209753],[26183,-207795],[28526,-208185],[25911,-207839],[34754,-228821],[35354,-224417],[37041,-228145],[36370,-229689],[33803,-219149],[30703,-217873],[31901,-229652],[33154,-229912],[33486,-233021],[35348,-237497],[33995,-233841],[28826,-235461],[34039,-232476],[36766,-235777],[35659,-235228],[28610,-238306],[30116,-237072],[33081,-236796],[33994,-237745],[25813,-231408],[26519,-242841],[37085,-244897],[35741,-248274],[30591,-249426],[29999,-249683],[35852,-251575],[37249,-251592],[32237,-251053],[38247,-249052],[32892,-263960],[34808,-267178],[37636,-261896],[37640,-268573],[31224,-269077],[30069,-268852],[29909,-271931],[27625,-274396],[27214,-274230],[27358,-273247],[43768,-137396],[45672,-134780],[39711,-140025],[40695,-139299],[50739,-129694],[50145,-127896],[50522,-132524],[49584,-131946],[50164,-134655],[49100,-135148],[48887,-133325],[47510,-133784],[47093,-131660],[44499,-136393],[48341,-132367],[49054,-132403],[48555,-130514],[44688,-139884],[47327,-139917],[48623,-140605],[42479,-142408],[43336,-142200],[47925,-147761],[44511,-146428],[50737,-144975],[42589,-150133],[51016,-165557],[42998,-170080],[45916,-169360],[40265,-168387],[43303,-170648],[47185,-178460],[49260,-176947],[46445,-187969],[39811,-181809],[39934,-181215],[47473,-180598],[43038,-189103],[46704,-182541],[50923,-182606],[39257,-184961],[43160,-183879],[42079,-185855],[44861,-185021],[44755,-185620],[40470,-189068],[41076,-188608],[44308,-190694],[43580,-191586],[38868,-182443],[41664,-197675],[44664,-201836],[44834,-197329],[44600,-199868],[42329,-198593],[45231,-197837],[42392,-196710],[41577,-194854],[50951,-192660],[43873,-191705],[41175,-215650],[43859,-216481],[51088,-215299],[47193,-216587],[46484,-211307],[44293,-206989],[43395,-208720],[42605,-223332],[46982,-220392],[40092,-227174],[41828,-229018],[43294,-227912],[46850,-227895],[44555,-230049],[42056,-225723],[40467,-227351],[42940,-227744],[38524,-226613],[40771,-226247],[48005,-231998],[41446,-230887],[46753,-231850],[42805,-235331],[42549,-234156],[43102,-230475],[39160,-233324],[38416,-235514],[42046,-246439],[40279,-250868],[45207,-243845],[45439,-247368],[52877,-126384],[52759,-125749],[53976,-117093],[53765,-117854],[56349,-115780],[58723,-116629],[62382,-115696],[51801,-125329],[57545,-121992],[56785,-119461],[54592,-120692],[55094,-122073],[54195,-121541],[53974,-120959],[53864,-120307],[54760,-127397],[55636,-126928],[53678,-126437],[61897,-120447],[60911,-120809],[57355,-120631],[57259,-120104],[56942,-120868],[54378,-126068],[51223,-126394],[62194,-125326],[54273,-130671],[54002,-129040],[51707,-129425],[52565,-128419],[55291,-132042],[54312,-131590],[54961,-131011],[54006,-131839],[51681,-131193],[58623,-135716],[57813,-135045],[56086,-134684],[56678,-134624],[56508,-132939],[59523,-129874],[60595,-130020],[57578,-132411],[59476,-135218],[54230,-138761],[60944,-132766],[61405,-133445],[63599,-133467],[59935,-130623],[59790,-134896],[58927,-135268],[58572,-129799],[54731,-143965],[58130,-145928],[53358,-143841],[54329,-143860],[60396,-147332],[59589,-149975],[51292,-168635],[60812,-178898],[54562,-171645],[57329,-170483],[58838,-172793],[60151,-175133],[63947,-176919],[63553,-176584],[52424,-187099],[56260,-184332],[56010,-184929],[60741,-180570],[58284,-186706],[60239,-183195],[61904,-181546],[61419,-184959],[61810,-184347],[51329,-194127],[53012,-198810],[60833,-216644],[62958,-229815],[59467,-223489],[59273,-220237],[59748,-228363],[58588,-224442],[60637,-227632],[57751,-223143],[56743,-229126],[61853,-229973],[62609,-224558],[52949,-241853],[53345,-233594],[52052,-232067],[56902,-242725],[60143,-240472],[55317,-243553],[60607,-249201],[55496,-246287],[58885,-243812],[52885,-247954],[62714,-114873],[728248,400224],[725029,401737],[722574,399274],[738829,387256],[741722,396147],[740344,395801],[737983,397409],[741151,400273],[729947,403340],[737217,426690],[741558,428259],[746819,383749],[743700,383173],[755036,384538],[754587,400482],[756287,397538],[742484,400173],[746254,407960],[744994,413766],[749062,410371],[746597,425718],[747439,429646],[755429,386933],[765631,391130],[762012,406887],[756489,399902],[763554,410505],[759785,413425],[756680,423392],[70054,-116188],[74887,-115495],[73390,-125369],[73397,-122258],[75159,-127280],[71710,-137307],[66666,-137305],[76142,-140087],[66837,-144882],[68203,-151312],[67722,-149584],[71286,-143677],[70318,-145119],[70354,-141139],[75965,-141472],[67572,-150877],[70353,-148753],[67896,-154125],[74817,-160901],[75100,-160751],[76207,-166057],[65808,-172562],[69302,-169335],[65890,-167473],[66731,-168520],[64020,-168649],[64175,-169584],[75377,-166211],[75931,-166803],[70498,-170066],[74900,-176188],[67588,-173806],[69313,-170888],[75155,-177398],[72821,-186927],[75467,-186810],[76197,-182501],[73012,-188635],[74397,-182871],[70196,-188335],[71008,-189920],[74571,-185184],[67779,-191614],[73838,-186569],[71722,-189648],[73078,-187974],[75094,-184458],[75992,-183242],[69909,-181555],[71060,-194071],[73582,-201292],[67539,-195967],[71460,-197849],[68725,-192853],[75545,-199701],[76260,-201241],[74257,-201027],[75747,-200788],[73186,-195866],[74497,-194603],[74010,-202272],[68792,-201126],[65719,-204251],[65777,-202818],[68789,-202621],[66391,-197812],[69877,-201070],[73477,-202042],[66166,-202266],[66412,-202865],[73512,-217177],[71063,-217205],[65780,-207455],[64135,-208249],[71439,-226665],[65821,-225095],[69910,-223219],[70672,-217757],[69905,-220906],[68613,-221977],[69378,-224533],[66343,-228118],[67459,-226908],[71192,-220088],[65283,-226051],[76051,-218703],[75474,-242593],[75569,-239480],[72282,-239390],[69862,-242809],[71258,-245029],[73372,-247690],[70823,-248192],[75627,-100826],[76597,-101564],[74930,-101098],[74710,-104262],[73018,-110179],[76575,-106443],[70537,-109970],[70534,-110532],[70155,-111060],[70189,-109493],[69584,-111202],[68535,-113182],[67695,-112816],[66869,-113095],[66651,-114049],[67671,-112115],[75753,-106624],[74834,-106154],[75454,-108223],[74703,-103128],[69341,-113234],[75615,-109943],[74640,-109468],[66965,-109339],[73445,-113244],[769055,395227],[775441,395038],[775143,394838],[775301,395006],[770158,399268],[778262,405746],[79125,-116640],[84100,-123177],[77300,-121070],[82964,-123024],[83627,-140070],[79165,-145509],[88303,-143105],[88659,-141389],[85834,-147604],[88128,-158864],[85129,-160999],[82235,-156446],[81535,-163766],[89173,-158914],[83144,-165400],[83574,-163346],[83918,-162582],[85474,-157538],[85997,-158564],[81051,-155078],[82422,-168651],[82323,-171231],[81497,-167090],[78211,-183993],[79469,-183142],[80690,-180464],[79524,-181892],[80308,-182709],[85525,-183557],[87633,-184960],[89489,-183243],[81840,-196002],[87844,-197283],[88208,-198727],[88537,-198461],[88211,-197507],[88402,-196915],[79788,-209470],[83426,-210465],[77380,-205135],[79427,-207113],[83501,-205463],[81129,-209293],[81519,-209261],[83509,-216996],[77727,-213315],[79486,-205230],[80000,-208230],[88412,-228796],[88839,-218566],[87320,-222055],[88731,-218110],[83646,-219353],[82605,-223015],[87435,-222508],[89496,-225041],[89194,-222466],[88406,-221106],[87796,-222188],[88216,-223976],[86924,-224265],[89171,-219093],[85229,-222752],[88465,-219058],[86106,-235198],[81794,-236996],[89090,-236459],[89568,-230226],[88657,-238555],[80133,-239708],[86411,-236988],[78104,-238664],[89426,-237835],[84358,-236462],[88416,-235051],[87889,-234366],[88830,-249367],[89331,-248521],[81344,-98818],[82559,-97845],[88407,-98421],[89374,-101229],[89258,-100942],[88116,-99761],[87284,-99949],[86643,-100509],[89572,-98463],[88705,-98072],[87782,-98082],[86042,-101728],[77841,-100017],[77154,-99575],[79097,-102073],[76982,-102795],[78869,-103311],[80267,-104231],[85798,-102583],[89489,-105010],[76861,-108743],[76829,-107784],[79834,-104737],[79118,-110889],[82143,-114792],[86335,-111037],[84687,-108680],[81874,-109467],[77859,-108323],[80843,-113650],[99073,-126790],[91752,-127610],[93232,-124299],[91040,-117828],[96707,-140327],[98126,-140496],[101938,-139371],[92143,-140216],[97661,-145221],[97436,-147933],[90984,-162512],[95387,-160795],[90785,-159469],[89717,-159915],[92828,-158598],[94135,-160577],[96184,-157836],[96311,-175490],[95157,-180046],[92162,-188061],[93519,-186081],[95637,-191658],[97257,-191119],[93901,-187770],[91890,-204222],[90477,-198725],[94425,-200920],[91003,-204104],[94136,-198949],[94957,-200536],[91908,-204571],[91433,-212987],[98615,-211084],[98951,-210599],[94330,-215132],[99415,-212604],[91035,-213645],[94329,-213612],[98274,-213888],[100010,-210643],[100333,-211111],[101616,-208005],[100626,-216260],[101934,-212373],[95478,-216509],[99708,-211318],[102254,-215469],[100690,-214625],[90813,-213914],[97164,-213959],[101648,-208780],[89772,-212532],[97423,-211082],[96728,-211815],[96780,-211348],[96126,-211719],[97588,-205968],[97401,-206660],[99129,-206572],[95530,-217818],[94105,-219045],[91248,-228841],[91770,-230089],[95069,-220012],[98661,-228909],[97017,-223098],[99711,-218117],[89862,-226316],[94653,-219288],[98772,-221998],[95650,-227286],[93208,-225305],[98147,-219432],[101538,-229753],[90822,-223131],[100254,-227681],[94361,-229802],[92818,-226866],[96280,-217531],[96328,-224999],[92930,-225185],[97959,-229190],[101279,-223646],[101532,-223784],[97949,-224527],[99028,-225955],[96635,-227295],[100483,-218336],[95498,-218379],[95356,-225976],[101202,-224680],[98001,-220615],[95894,-220289],[92400,-226679],[94242,-222393],[95813,-222908],[89840,-226491],[100179,-220144],[99836,-220990],[97805,-226046],[98050,-226748],[95570,-224570],[94387,-224997],[93882,-220969],[89756,-225690],[93476,-223263],[100032,-235967],[91569,-241603],[93547,-236275],[92678,-234336],[102011,-235756],[99939,-232189],[96094,-233195],[94019,-242071],[99673,-234594],[100988,-234669],[100403,-234139],[96449,-234620],[98037,-232938],[101127,-231573],[91148,-231126],[90224,-237510],[92047,-239560],[90470,-239130],[98571,-235674],[97737,-234757],[97786,-235875],[101329,-233610],[93110,-247731],[96217,-247565],[97101,-250253],[98726,-246320],[101902,-248264],[101758,-75584],[95696,-87260],[93970,-88673],[97449,-84202],[97138,-84975],[96560,-83361],[101446,-85899],[101341,-88057],[101214,-88582],[101636,-86583],[100590,-88873],[97329,-88398],[98656,-87623],[97511,-85862],[96406,-87195],[93999,-91798],[95902,-92216],[93491,-95802],[93087,-96329],[94291,-98082],[90990,-98733],[89681,-102190],[100150,-93939],[89717,-101770],[90005,-98705],[92265,-99719],[102682,-124978],[108600,-129209],[102579,-138106],[110862,-132272],[104604,-144325],[109961,-162282],[105312,-165152],[106711,-163146],[111837,-172962],[111272,-172333],[111562,-178304],[108470,-174275],[108819,-174382],[112201,-179900],[110408,-199832],[106057,-194957],[105817,-194436],[103866,-202469],[113626,-199404],[112668,-199553],[113637,-200786],[112842,-199187],[115022,-198023],[105376,-203714],[114507,-196787],[111239,-204776],[102718,-215086],[107141,-217226],[105357,-213748],[104868,-215600],[103449,-206176],[106499,-214316],[108128,-204703],[107111,-214856],[104388,-213360],[107810,-213555],[104546,-210204],[104294,-214178],[103492,-214228],[102908,-213508],[107153,-217333],[111544,-216655],[102660,-210546],[104981,-210565],[110975,-217199],[105656,-209170],[107922,-217366],[104137,-210367],[102435,-204966],[110063,-217374],[107722,-213805],[111956,-224159],[115169,-228801],[108089,-227211],[108040,-227817],[108976,-229647],[112677,-219708],[113636,-222441],[108222,-229720],[107261,-219067],[109301,-224441],[109251,-218551],[104041,-229122],[104725,-228556],[109845,-224937],[112339,-222167],[104021,-220911],[103879,-217421],[114690,-221296],[106186,-221067],[111806,-222056],[103318,-221652],[104274,-223944],[103756,-223567],[102446,-218904],[102908,-217796],[107121,-224437],[108608,-223686],[108686,-221976],[108071,-224522],[107316,-224618],[104379,-225370],[103285,-228155],[102720,-228214],[102835,-226404],[109376,-222083],[111121,-221644],[115138,-228318],[102692,-226994],[113847,-218332],[114386,-228915],[102612,-228540],[111081,-217989],[112566,-218776],[109904,-221222],[109909,-221508],[109655,-221526],[111956,-220109],[109434,-218102],[110422,-218747],[109510,-218750],[108784,-231728],[105886,-232725],[106010,-235457],[107270,-234466],[107306,-233531],[104417,-233002],[102720,-232871],[103476,-232770],[113613,-233455],[111546,-230249],[109539,-231081],[110788,-236253],[113541,-246169],[102858,-252241],[114437,-60412],[106606,-61489],[107652,-58999],[111223,-63358],[103949,-73091],[103618,-73533],[102850,-75745],[111310,-73972],[110455,-75204],[110920,-75885],[110606,-76166],[106694,-74366],[106216,-74769],[105959,-75709],[113221,-76399],[107381,-71584],[110054,-71602],[112103,-65027],[114117,-64526],[110097,-82867],[103505,-89295],[103403,-77305],[111324,-88016],[110319,-86966],[105860,-86895],[112032,-82741],[112248,-82117],[114810,-86063],[113951,-82703],[113910,-76695],[112970,-78597],[112561,-79542],[108920,-90521],[108322,-90406],[108227,-90955],[106002,-91327],[104474,-90641],[103165,-90268],[112267,-97779],[113937,-99178],[111324,-95824],[108102,-94003],[109322,-93483],[107519,-90861],[108646,-90023],[113962,-89404],[111356,-92367],[111590,-89690],[109810,-106558],[119181,-124065],[121689,-115389],[122962,-133903],[121854,-133980],[118282,-178781],[127678,-182599],[126413,-179981],[126001,-179173],[117170,-179995],[121250,-181023],[125349,-204460],[123904,-204589],[116209,-201584],[116959,-201369],[126348,-194328],[115902,-196510],[116560,-196002],[117115,-199042],[117021,-198206],[117375,-199708],[125672,-193172],[126327,-193491],[116927,-200516],[117378,-200385],[124381,-197975],[116366,-200607],[122940,-205006],[123456,-213934],[120338,-215814],[121672,-216566],[125200,-206074],[125147,-204728],[122254,-206689],[123944,-206819],[122339,-207608],[120908,-216415],[124415,-215896],[125060,-210405],[125127,-209713],[127880,-210965],[123922,-217219],[121095,-222696],[122223,-217981],[121661,-228613],[126880,-221830],[125385,-221913],[124462,-227208],[123932,-223823],[123091,-227896],[122390,-220673],[121473,-223819],[116248,-233162],[124344,-238745],[116044,-231917],[116865,-231768],[121879,-237715],[121364,-230261],[125876,-238912],[124642,-238529],[125351,-61099],[115406,-73855],[117467,-85887],[118876,-84792],[115322,-82572],[118131,-81290],[118003,-79393],[117959,-80786],[116960,-82881],[115221,-76875],[119968,-78506],[121504,-81794],[118137,-88877],[115719,-101320],[119858,-95602],[118473,-91339],[118788,-90132],[124107,-92696],[122360,-92742],[121685,-92591],[121345,-92612],[121421,-92931],[119614,-92377],[117912,-89916],[115534,-90216],[120954,-94116],[121131,-92333],[119706,-98077],[-126625,-143650],[-116101,-158439],[-124483,-159951],[-122193,-160810],[-119747,-165709],[-118341,-162790],[-115978,-160061],[-121847,-166478],[-116492,-88707],[-119635,-88760],[-120578,-84916],[-126528,-92945],[-121915,-90069],[-129576,-148982],[-130168,-153360],[-133167,-155012],[-130741,-161718],[-137961,-159841],[-139326,-153735],[-139053,-34703],[-141188,-149818],[-144442,-167316],[-143645,-170067],[-143855,-176411],[-152918,-268168],[-151461,-58758],[-152924,-75681],[-161640,-122100],[-158293,-139928],[-154376,-174832],[-166141,-181376],[-165810,-261937],[-165001,-262709],[-154101,-269706],[-156106,-39945],[-163764,-74373],[-161408,-91715],[-171962,-163476],[-177059,-241589],[-175162,-262108],[-174336,-105777],[-179268,-46373],[-203726,-265062],[-200785,-300865],[-192577,-62121],[-200015,-82125],[-209689,-258891],[-209317,-271343],[-210383,-284572],[-209045,-281734],[-215008,-293127],[-208622,-298075],[-217095,-305913],[-217470,-300727],[-210051,-305118],[-209807,-302633],[-210885,-314737],[-211090,-312736],[-213544,-311367],[-226671,-228473],[-225776,-231001],[-225382,-235574],[-224423,-237662],[-227293,-246692],[-224935,-276995],[-228388,-293213],[-229348,-297163],[-219010,-297992],[-225972,-296432],[-222095,-305359],[-220305,-323813],[-224757,-90120],[-221385,-102206],[-242891,-213508],[-242928,-213443],[-238037,-229070],[-234545,-225751],[-235717,-223892],[-239731,-218786],[-237757,-221978],[-241050,-238900],[-242421,-237595],[-230549,-242422],[-233778,-239429],[-236343,-235848],[-234283,-271580],[-231952,-275265],[-238739,-281450],[-235764,-286478],[-3372,-152929],[-6170,-146565],[-11261,-145910],[-1545,-149783],[-11020,-153174],[-9051,-151859],[-5078,-149520],[-7773,-153501],[-2204,-157522],[-8949,-155950],[-5585,-163720],[-5875,-177326],[-130,-175901],[-5316,-180738],[-12024,-184490],[-749,-184378],[-630,-209574],[-8009,-214641],[-1670,-220403],[-2092,-226654],[-6354,-228933],[-4024,-221063],[-10283,-227170],[-10912,-226630],[-4084,-255049],[-511,-253995],[-249819,-228697],[-249750,-221102],[-253557,-223190],[-248188,-218403],[-252465,-230883],[-250200,-237304],[-248930,-293991],[-244705,-290560],[-252867,-293542],[-253226,-300443],[-244358,-296832],[-252863,-91593],[-253478,-93599],[-254382,-93034],[-255469,-92056],[-255217,-104793],[-255416,-103826],[-257521,-124856],[-261933,-116622],[-263153,-118796],[-262614,-119594],[-258240,-124017],[-261095,-135913],[-267485,-138814],[-264098,-133840],[-263756,-207691],[-264057,-209163],[-261117,-212745],[-261876,-212263],[-268230,-211614],[-264531,-216980],[-260111,-205577],[-267935,-219831],[-257844,-228419],[-257620,-229150],[-260856,-225393],[-258168,-221826],[-266986,-221797],[-256738,-221374],[-265638,-218842],[-268112,-238845],[-267179,-237505],[-262134,-233600],[-256927,-234148],[-265700,-242239],[-265905,-235695],[-256725,-232533],[-256504,-235980],[-266957,-244242],[-264238,-291847],[-262183,-288838],[-256718,-293635],[-258288,-294263],[-266833,-294457],[-256035,-298218],[-259031,-302675],[-261311,-345130],[-266950,-345441],[-265953,-348370],[-263420,-347003],[-263946,-86475],[-263472,-88746],[-267431,-95511],[-265877,-101562],[-266153,-97710],[-259814,-91445],[-266840,-89537],[-262888,-113701],[-274337,-116380],[-278246,-115102],[-273821,-122376],[-278509,-126087],[-278548,-122803],[-280177,-124692],[-272434,-128191],[-280743,-129089],[-278980,-136161],[-270450,-139440],[-275747,-134423],[-278630,-133707],[-273130,-141777],[-281387,-145603],[-275831,-175690],[-279903,-197221],[-281258,-214662],[-272682,-212255],[-271440,-209413],[-271786,-210503],[-272732,-220931],[-270321,-218373],[-271578,-225751],[-272353,-228747],[-269922,-236969],[-269487,-236628],[-273353,-236109],[-274092,-238859],[-270134,-242823],[-278829,-251562],[-276551,-244593],[-277282,-244818],[-279824,-244534],[-272058,-243179],[-276494,-246286],[-274559,-252802],[-269628,-244366],[-270151,-251091],[-280919,-265499],[-274778,-264625],[-280299,-260534],[-275572,-262501],[-277654,-264695],[-277346,-263877],[-277883,-267702],[-279583,-264480],[-273165,-262353],[-279322,-270825],[-268820,-287872],[-269996,-345349],[-269441,-336735],[-272341,-351243],[-272477,-350849],[-271210,-351843],[-280138,-346880],[-278814,-347438],[-276169,-353966],[-279881,-67467],[-277080,-74242],[-276951,-74613],[-277534,-72947],[-281128,-69836],[-279329,-68242],[-276142,-74441],[-275725,-79104],[-272776,-87099],[-281572,-84502],[-275425,-85287],[-280099,-81555],[-276127,-93949],[-276821,-94676],[-269893,-101996],[-271727,-100137],[-278181,-97740],[-270674,-91689],[-274639,-113418],[-276487,-109393],[-292444,-116836],[-290930,-119433],[-286075,-126257],[-287947,-117823],[-287385,-116870],[-285039,-128364],[-292219,-140419],[-289575,-131935],[-291427,-135905],[-282509,-142239],[-284051,-141109],[-283041,-147968],[-286092,-146250],[-287420,-151293],[-288944,-145966],[-293287,-159298],[-292982,-157374],[-294043,-162063],[-293951,-162667],[-282969,-172692],[-292200,-181460],[-293290,-179770],[-285698,-191275],[-293923,-183272],[-294375,-184492],[-282221,-195325],[-282509,-199451],[-286598,-197665],[-286978,-199642],[-291362,-202324],[-290750,-199470],[-285847,-212370],[-284309,-209840],[-283822,-208701],[-282527,-206608],[-292459,-205230],[-287215,-205564],[-288624,-228424],[-289955,-224983],[-290850,-221747],[-284643,-220864],[-287087,-223115],[-291053,-237347],[-293429,-238934],[-282592,-231312],[-292017,-254196],[-288124,-251490],[-292544,-253825],[-291686,-259072],[-283423,-268557],[-286555,-260475],[-282579,-257220],[-282767,-258942],[-285934,-262598],[-285026,-261924],[-290640,-256378],[-289806,-259378],[-291737,-274932],[-290636,-274578],[-292099,-277500],[-282859,-272638],[-290723,-280451],[-289269,-278095],[-287444,-279787],[-286531,-280098],[-282747,-276029],[-289927,-281685],[-284730,-342122],[-283167,-346645],[-294233,-62489],[-289503,-63177],[-293872,-62412],[-287399,-76202],[-287301,-76784],[-285642,-85932],[-292033,-78801],[-293560,-85123],[-292395,-88879],[-281712,-78123],[-281619,-77479],[-288499,-90270],[-294318,-92420],[-293729,-100877],[-283822,-99837],[-284097,-102002],[-282257,-98742],[-288306,-106578],[-288830,-102647],[-293158,-112607],[-293186,-111200],[-290335,-102637],[-289870,-105945],[-285500,-113046],[-285813,-110867],[-299075,-115822],[-301706,-124967],[-298580,-126039],[-303688,-118227],[-306856,-118441],[-303950,-115024],[-307191,-124674],[-303461,-129606],[-300068,-134581],[-297993,-133544],[-300299,-140466],[-299547,-150055],[-299208,-150649],[-302868,-149982],[-304199,-149979],[-304207,-148041],[-306028,-144147],[-307119,-150406],[-306200,-152335],[-299471,-143614],[-306585,-155152],[-298784,-158893],[-301051,-156579],[-301265,-159986],[-300545,-159648],[-294935,-158073],[-295945,-163221],[-303993,-163875],[-303411,-161084],[-294629,-158608],[-295359,-159255],[-300868,-176872],[-303692,-170815],[-306135,-173614],[-304045,-170760],[-303569,-173125],[-303296,-173652],[-306235,-170654],[-302804,-172196],[-303859,-181795],[-306582,-179343],[-294915,-187454],[-301486,-181784],[-299785,-191327],[-295050,-190103],[-297636,-186730],[-302617,-193530],[-306802,-194769],[-294535,-192120],[-297376,-195549],[-298915,-215800],[-299606,-213563],[-299919,-219592],[-297938,-217666],[-302168,-222275],[-303267,-223116],[-303259,-228091],[-295736,-236374],[-296977,-249358],[-300098,-253726],[-297124,-255201],[-296751,-264243],[-298774,-267835],[-298174,-272704],[-296516,-278048],[-300030,-273916],[-305436,-271855],[-303628,-268722],[-296923,-279621],[-295060,-275980],[-298162,-278663],[-297004,-278224],[-306453,-270167],[-306446,-270644],[-303452,-270855],[-295222,-281762],[-300380,-352964],[-298905,-356589],[-300514,-357341],[-305022,-360782],[-302802,-362827],[-303073,-63789],[-296284,-62271],[-295827,-62504],[-304589,-68511],[-295692,-67028],[-298356,-71416],[-301727,-68197],[-300726,-66487],[-306404,-73376],[-303118,-74439],[-299953,-76077],[-305474,-83608],[-306553,-85970],[-305021,-84835],[-305444,-82840],[-301650,-78070],[-299674,-88875],[-299502,-76658],[-296614,-78649],[-295698,-82511],[-302275,-99264],[-305484,-102155],[-299135,-100253],[-297708,-99085],[-298210,-99441],[-302390,-96385],[-306878,-92593],[-302544,-104618],[-304591,-107887],[-299597,-112709],[-295308,-112458],[-312763,-121031],[-315074,-117318],[-316831,-121688],[-316657,-122696],[-312622,-139054],[-311919,-139183],[-310356,-137406],[-312080,-135720],[-313256,-129467],[-313273,-131232],[-313225,-133047],[-313974,-135422],[-312566,-133859],[-313247,-137787],[-311576,-137795],[-310775,-132963],[-307936,-148935],[-309783,-152538],[-315972,-145547],[-315396,-146119],[-315252,-143659],[-310869,-147104],[-311273,-146617],[-309116,-144946],[-309165,-143613],[-311290,-141584],[-310164,-142112],[-313901,-142182],[-312183,-142681],[-314101,-146630],[-314444,-141857],[-315256,-141483],[-311629,-155309],[-309675,-156203],[-309105,-154333],[-309235,-158457],[-310273,-159919],[-313337,-189930],[-308852,-184041],[-307965,-185747],[-311685,-192667],[-312677,-240999],[-319456,-245029],[-310373,-253246],[-309767,-254177],[-307908,-267462],[-317375,-264740],[-315147,-266091],[-319226,-267704],[-318323,-268359],[-310983,-257376],[-312994,-269663],[-314320,-269782],[-316410,-273321],[-317565,-270108],[-316864,-270074],[-318803,-272493],[-319301,-269360],[-308570,-269478],[-311116,-271135],[-307825,-272285],[-313342,-274315],[-314068,-274516],[-312236,-275754],[-313201,-275940],[-317080,-276513],[-318093,-277525],[-319437,-275079],[-317886,-275601],[-319660,-279136],[-318352,-278714],[-310414,-353814],[-314754,-356208],[-312147,-358917],[-319326,-55112],[-319993,-61763],[-318004,-62302],[-317694,-62671],[-317423,-62683],[-319092,-63309],[-317503,-59319],[-317586,-58088],[-315454,-59228],[-314441,-60169],[-318168,-56035],[-317631,-54827],[-317149,-56745],[-317234,-57698],[-317805,-61351],[-310408,-65079],[-315273,-65689],[-317841,-67201],[-318522,-65319],[-312061,-69899],[-313477,-70773],[-315233,-71731],[-316812,-63937],[-319798,-63912],[-318002,-65517],[-316523,-65709],[-318994,-75092],[-315413,-74251],[-319215,-74689],[-308688,-72880],[-310999,-73572],[-312962,-65063],[-308229,-68932],[-316673,-78515],[-318963,-78558],[-307303,-85924],[-317720,-81878],[-316896,-81835],[-313808,-83734],[-318069,-82507],[-317753,-83143],[-315992,-88491],[-316287,-88445],[-316244,-79940],[-315599,-80086],[-310473,-79915],[-312620,-86237],[-314240,-100975],[-316629,-96239],[-317099,-95930],[-318303,-95923],[-315974,-96920],[-312419,-100843],[-312819,-100741],[-318473,-98100],[-317127,-98326],[-313517,-98384],[-312552,-96673],[-316699,-99496],[-318365,-89851],[-314409,-100657],[-319742,-100014],[-317750,-109881],[-318715,-111869],[-310904,-108185],[-311292,-107800],[-309538,-113395],[-318025,-114739],[-324394,-119504],[-325053,-117909],[-330929,-124691],[-328053,-120615],[-327516,-123161],[-331779,-122210],[-321994,-123203],[-322551,-126742],[-325645,-117444],[-330927,-124329],[-330555,-124015],[-332395,-133884],[-323440,-138661],[-323968,-139768],[-325844,-134568],[-324100,-137641],[-323274,-137675],[-325327,-136981],[-324460,-136623],[-332140,-135123],[-330926,-135654],[-331539,-137586],[-332604,-137419],[-322307,-129713],[-330687,-139561],[-330890,-143747],[-330798,-142436],[-325955,-142441],[-324785,-142742],[-323999,-152468],[-323253,-152485],[-323398,-150326],[-322961,-149080],[-327056,-145065],[-329520,-151111],[-324618,-155673],[-323543,-156116],[-330175,-158469],[-324467,-176567],[-325424,-176776],[-326820,-178752],[-328437,-176341],[-325286,-184620],[-328208,-182746],[-325448,-182525],[-327529,-179438],[-324668,-182731],[-325449,-186276],[-326598,-186415],[-327335,-186163],[-329741,-189775],[-330057,-190531],[-330620,-187332],[-330608,-189271],[-323115,-192427],[-323489,-194888],[-323013,-241318],[-323861,-240741],[-323430,-241735],[-323958,-237412],[-331172,-242615],[-331028,-249719],[-323984,-243047],[-322160,-245179],[-328609,-253616],[-331022,-251349],[-321041,-252615],[-332614,-266691],[-322599,-267671],[-322816,-267843],[-329729,-256768],[-323134,-264640],[-324432,-270074],[-328911,-271214],[-322563,-273605],[-325764,-277601],[-324447,-275124],[-324709,-277365],[-323704,-278921],[-323655,-280464],[-324096,-351492],[-331664,-354549],[-329368,-351046],[-331423,-365208],[-328376,-24842],[-329383,-22275],[-327659,-20947],[-329719,-18378],[-330158,-17739],[-332533,-19580],[-325636,-35795],[-326087,-35716],[-323461,-35615],[-324537,-34844],[-328982,-35800],[-328848,-34144],[-326733,-33233],[-326485,-34204],[-324571,-31603],[-325193,-31102],[-324375,-34833],[-323901,-33964],[-326322,-27270],[-324439,-25936],[-331564,-29703],[-321827,-50966],[-320441,-50630],[-323781,-41275],[-322930,-42131],[-322243,-45054],[-323675,-50978],[-323231,-50967],[-331737,-41474],[-331552,-40926],[-330476,-46880],[-329805,-47567],[-329630,-45790],[-331186,-48245],[-331472,-48473],[-332348,-48652],[-329063,-44676],[-328879,-44283],[-328610,-38357],[-328687,-38328],[-326437,-47008],[-326808,-46151],[-326359,-48338],[-327632,-48292],[-327053,-45669],[-328347,-50452],[-329306,-50715],[-331856,-46849],[-332072,-48322],[-329401,-44667],[-332162,-42828],[-321369,-53350],[-322195,-57021],[-322817,-59245],[-322340,-58413],[-322908,-60703],[-320463,-54120],[-322884,-52564],[-325577,-60531],[-324515,-62604],[-322484,-61535],[-322257,-61181],[-326524,-59379],[-327539,-59477],[-325468,-57115],[-325003,-57931],[-324924,-58971],[-324856,-59269],[-325746,-56155],[-325183,-55091],[-326373,-54133],[-325651,-54292],[-331169,-63290],[-331557,-63231],[-329827,-56394],[-332398,-60756],[-332532,-60514],[-332016,-62337],[-331939,-61535],[-330358,-55593],[-330027,-51645],[-330657,-57382],[-332339,-56404],[-331719,-54539],[-320612,-64342],[-323937,-65043],[-324053,-65775],[-320925,-68031],[-323985,-68820],[-324247,-67186],[-323849,-64171],[-321898,-64895],[-321692,-72372],[-323716,-72114],[-328950,-73404],[-330228,-73759],[-330025,-73854],[-332193,-75127],[-327052,-72737],[-326930,-70932],[-320435,-68961],[-321186,-71715],[-321680,-72187],[-323537,-72216],[-324709,-66352],[-326018,-66705],[-325982,-64699],[-325984,-63883],[-331587,-74037],[-332719,-67198],[-323262,-112887],[-325998,-112530],[-325834,-111505],[-321119,-109425],[-323007,-106965],[-326150,-111053],[-326078,-109569],[-325024,-109216],[-320044,-104000],[-321114,-106362],[-322316,-109249],[-344431,-117278],[-342086,-119799],[-344796,-119589],[-344228,-119466],[-344345,-117507],[-344862,-122013],[-344911,-121561],[-334667,-121086],[-339703,-132187],[-333815,-139016],[-336370,-139258],[-345555,-139548],[-344534,-139225],[-335672,-139047],[-336371,-129297],[-342798,-133450],[-336457,-137248],[-334856,-138186],[-335662,-135988],[-344376,-135156],[-336411,-133118],[-337883,-132255],[-339915,-144357],[-333078,-142038],[-335386,-142589],[-339375,-144510],[-345454,-150214],[-335178,-144131],[-338992,-141676],[-334153,-153204],[-333773,-153012],[-335695,-146981],[-339346,-164383],[-339489,-163312],[-337318,-240024],[-340570,-242828],[-344762,-239963],[-343274,-239131],[-343688,-236873],[-341121,-243474],[-343005,-244747],[-342786,-252743],[-341783,-268013],[-338217,-256083],[-345482,-262900],[-338622,-264850],[-342400,-258232],[-335007,-260765],[-334575,-271473],[-340839,-268825],[-342160,-273381],[-342354,-269504],[-343235,-273497],[-345108,-273164],[-341656,-349224],[-334676,-18343],[-334800,-15986],[-335100,-15717],[-339221,-17308],[-344818,-16854],[-339055,-397275],[-340937,-399777],[-338790,-34223],[-337775,-34184],[-336566,-36662],[-336585,-35509],[-338111,-37490],[-337530,-37514],[-341221,-32324],[-338683,-33559],[-337836,-35872],[-340228,-33193],[-340659,-31250],[-334466,-32872],[-332947,-35677],[-336587,-40024],[-338022,-40034],[-335941,-39136],[-335106,-38452],[-334932,-41075],[-336315,-41400],[-335357,-43189],[-336710,-42313],[-333876,-41653],[-334428,-43001],[-333550,-48785],[-333207,-49160],[-343098,-41882],[-344363,-39216],[-344798,-39059],[-333496,-44409],[-337071,-45162],[-337172,-44989],[-334874,-45054],[-337294,-47020],[-334595,-47787],[-335212,-47815],[-338754,-44862],[-338489,-45106],[-339134,-47166],[-338579,-45778],[-338563,-41704],[-337949,-41971],[-338253,-47059],[-334802,-52469],[-333291,-57962],[-334258,-51860],[-332874,-52261],[-333666,-75746],[-334257,-76231],[-334860,-74013],[-337549,-75609],[-337105,-75922],[-340599,-72654],[-340348,-68688],[-341288,-69335],[-339476,-67447],[-339661,-68128],[-338783,-67469],[-338523,-67681],[-336308,-70477],[-336951,-71208],[-333257,-70060],[-333425,-69178],[-332991,-66899],[-336974,-64234],[-335411,-64364],[-335687,-64507],[-344907,-72791],[-345514,-71480],[-341869,-72054],[-338969,-85856],[-339835,-85483],[-342036,-80959],[-340580,-80809],[-340355,-81658],[-341256,-81601],[-338394,-78544],[-338033,-79245],[-339179,-78885],[-337978,-77165],[-345192,-85236],[-338139,-78011],[-342528,-87164],[-342945,-89010],[-341519,-87230],[-345230,-85667],[-344349,-86695],[-345366,-87667],[-334451,-98297],[-336721,-97240],[-338317,-97706],[-337798,-97352],[-338927,-95671],[-333693,-97522],[-334907,-97280],[-340226,-96259],[-339033,-93060],[-338758,-96698],[-341289,-93814],[-339644,-89833],[-339612,-89669],[-342090,-94275],[-343090,-91051],[-344287,-92535],[-339081,-107084],[-342035,-106891],[-341364,-106504],[-355347,-121453],[-356851,-118810],[-346466,-118906],[-345925,-121212],[-348096,-123255],[-358262,-128850],[-357908,-129062],[-357346,-135754],[-351791,-138902],[-356914,-133067],[-358215,-140365],[-356638,-136638],[-346402,-135084],[-350637,-129136],[-347522,-128555],[-352468,-147123],[-351468,-153548],[-356061,-157951],[-355758,-161273],[-354433,-159500],[-356488,-162378],[-354562,-159036],[-352895,-177154],[-353352,-172528],[-355011,-172992],[-354623,-170727],[-356822,-174087],[-351780,-173736],[-353879,-175101],[-357356,-185169],[-358105,-185606],[-355506,-191463],[-355881,-182120],[-356868,-183671],[-354055,-190385],[-356479,-184662],[-353143,-185737],[-358160,-192207],[-351732,-192953],[-353712,-199182],[-355446,-203427],[-352780,-202249],[-352286,-195122],[-352465,-191825],[-356151,-205725],[-357140,-205457],[-358177,-227462],[-356692,-226856],[-356785,-231133],[-358379,-231891],[-356639,-242685],[-355740,-241515],[-357810,-241129],[-353729,-241355],[-352703,-234541],[-350644,-235505],[-345777,-246619],[-352578,-246834],[-352252,-243715],[-349316,-244681],[-353933,-245583],[-353348,-254805],[-348899,-263002],[-347092,-262384],[-351714,-267241],[-351141,-274058],[-354985,-274311],[-354475,-271287],[-358020,-270077],[-354286,-278163],[-349646,-274851],[-346964,-277276],[-351852,-272117],[-346906,-273747],[-345625,-275361],[-350495,-275676],[-348933,-357322],[-350594,-365661],[-354732,-362430],[-346283,-392555],[-355776,-391460],[-348556,-385555],[-347634,-37936],[-346731,-41362],[-346406,-42074],[-354019,-75295],[-353335,-74964],[-346081,-76137],[-346223,-75392],[-346144,-72087],[-350193,-88610],[-350062,-88799],[-351911,-87755],[-352011,-87495],[-354701,-86177],[-358054,-83250],[-356577,-84733],[-357002,-83500],[-354982,-85889],[-354169,-86633],[-357687,-83065],[-354805,-78758],[-354529,-78925],[-351806,-78718],[-351948,-77996],[-350020,-77927],[-350927,-76929],[-351035,-81540],[-351044,-82142],[-353422,-81338],[-353450,-82411],[-346287,-78277],[-347662,-79020],[-346287,-86767],[-347691,-87214],[-353370,-81006],[-354902,-80434],[-357624,-94533],[-357891,-97917],[-351410,-91955],[-358252,-93380],[-348919,-91848],[-348979,-91508],[-348337,-89879],[-349870,-89422],[-347785,-109654],[-368658,-126634],[-362924,-123484],[-362466,-119192],[-361916,-127201],[-365592,-126440],[-364665,-124242],[-360494,-120936],[-361682,-118593],[-359193,-120127],[-360179,-120354],[-360645,-125242],[-359397,-116612],[-360128,-127790],[-368567,-117445],[-370229,-120686],[-371128,-116927],[-370324,-121612],[-368859,-121428],[-367481,-129264],[-358741,-128489],[-365581,-132376],[-365562,-131438],[-363316,-129952],[-367142,-134127],[-366085,-132933],[-360691,-128548],[-362970,-132715],[-359626,-135666],[-360544,-132835],[-359615,-131599],[-361635,-136248],[-360740,-130518],[-363660,-136902],[-362588,-136545],[-361306,-137643],[-363671,-139192],[-363793,-138274],[-364703,-139896],[-361842,-135775],[-362458,-135179],[-363313,-132452],[-362564,-131561],[-370629,-153097],[-368123,-147377],[-361334,-152812],[-362483,-144987],[-361619,-141384],[-362929,-144199],[-365118,-141448],[-364985,-142065],[-365645,-141961],[-367219,-142948],[-367682,-143804],[-369651,-154206],[-364664,-158424],[-360160,-158504],[-365801,-160743],[-362438,-162062],[-363820,-160531],[-366446,-163323],[-366595,-163796],[-364979,-164377],[-364850,-163390],[-369619,-165132],[-358678,-175616],[-367159,-189556],[-369146,-184285],[-370580,-189414],[-362621,-182447],[-367541,-189760],[-363288,-191451],[-360937,-183235],[-359730,-184537],[-358419,-183914],[-368060,-192015],[-365278,-200650],[-366889,-196342],[-364029,-195077],[-362217,-196903],[-364207,-202725],[-363765,-195941],[-369710,-195049],[-361062,-196765],[-365784,-202592],[-365298,-204071],[-369165,-205287],[-367353,-212337],[-367681,-210984],[-365210,-210087],[-366431,-211755],[-366249,-208178],[-366270,-206899],[-364643,-206148],[-370264,-208070],[-368418,-212787],[-364385,-214256],[-360556,-214473],[-363203,-214315],[-368497,-224702],[-365958,-225817],[-362255,-227476],[-363211,-229553],[-365156,-240028],[-367456,-238319],[-363914,-235660],[-358561,-230503],[-366210,-248699],[-368853,-253452],[-368962,-250471],[-368982,-250746],[-367747,-246190],[-368194,-247149],[-370781,-243010],[-370958,-255338],[-366489,-258880],[-367086,-262196],[-367992,-262249],[-370679,-258949],[-369872,-262162],[-370716,-262139],[-363281,-271778],[-358949,-272883],[-358650,-275681],[-363913,-272884],[-363067,-275191],[-358868,-273998],[-359084,-372816],[-361363,-413369],[-370260,-46014],[-366351,-49598],[-369983,-49830],[-369242,-53386],[-370623,-51061],[-370923,-76215],[-370873,-73962],[-369197,-75570],[-368393,-75890],[-369372,-73083],[-367969,-72643],[-368839,-72616],[-361676,-73949],[-361763,-74677],[-361147,-73629],[-360738,-74020],[-364067,-75134],[-363770,-74500],[-363526,-69083],[-362450,-72681],[-365563,-71184],[-365566,-88435],[-368032,-89158],[-365510,-86522],[-364446,-84018],[-370445,-85240],[-361259,-82625],[-362577,-81497],[-366948,-82222],[-367753,-81555],[-366490,-79748],[-360279,-83840],[-360630,-84467],[-362209,-81670],[-364102,-81343],[-360829,-79358],[-361793,-78931],[-365926,-81491],[-368646,-82148],[-369204,-80914],[-366680,-80784],[-369719,-81604],[-368783,-87452],[-370538,-86289],[-371186,-86357],[-360138,-81895],[-358657,-79619],[-358652,-82797],[-360543,-79958],[-360294,-80364],[-361788,-98998],[-363282,-101424],[-361411,-101554],[-362016,-93579],[-363190,-94287],[-364117,-93731],[-364477,-92209],[-363875,-90900],[-364200,-90879],[-366536,-90521],[-366159,-90639],[-367050,-89632],[-363988,-91268],[-363295,-90186],[-366166,-97438],[-366791,-95596],[-366971,-93238],[-367215,-93100],[-368813,-98313],[-370513,-95046],[-370849,-94835],[-367678,-95311],[-366824,-94421],[-368137,-90862],[-361809,-95004],[-371004,-98972],[-371118,-92622],[-370172,-91432],[-369804,-99466],[-365700,-101656],[-370412,-101192],[-366064,-101432],[-366037,-99940],[-364067,-98811],[-364038,-99599],[-364903,-100558],[-369862,-102093],[-370632,-101048],[-371190,-101664],[-362431,-99726],[-363984,-100298],[-364500,-100109],[-370319,-90640],[-370572,-100743],[-361613,-102613],[-362122,-102927],[-363586,-105147],[-362122,-105572],[-361349,-110825],[-360413,-111730],[-361025,-109449],[-363984,-103093],[-364066,-104485],[-364715,-109635],[-362236,-106311],[-362067,-108322],[-360971,-102804],[-368522,-109490],[-369111,-113694],[-370868,-106790],[-363942,-108478],[-365869,-103355],[-367109,-105418],[-365233,-104280],[-367510,-105273],[-369128,-106501],[-370401,-113981],[-367883,-113012],[-365650,-108873],[-364810,-108603],[-365550,-112024],[-361225,-107773],[-362856,-107423],[-363532,-106454],[-18717,-146628],[-17553,-153399],[-13652,-148424],[-22005,-157315],[-19425,-155280],[-22428,-160646],[-23315,-168326],[-22367,-171723],[-14152,-168056],[-19435,-167120],[-20392,-182775],[-22056,-183737],[-20094,-181534],[-20869,-191776],[-16520,-190329],[-24107,-189076],[-22475,-196494],[-14591,-197468],[-19040,-208614],[-17330,-214121],[-18412,-210851],[-20806,-228503],[-15999,-221755],[-17838,-220730],[-15925,-222524],[-15053,-217490],[-16742,-247667],[-16641,-243124],[-379925,-117197],[-376275,-119016],[-375447,-118230],[-373414,-116903],[-373953,-118042],[-378165,-117652],[-372506,-122436],[-377517,-122823],[-377423,-122088],[-376136,-125567],[-373525,-121463],[-372231,-119569],[-371928,-119256],[-380295,-116587],[-371887,-136189],[-375507,-136514],[-376208,-132838],[-383106,-128750],[-381713,-132102],[-380193,-129486],[-381013,-131228],[-382060,-130766],[-383683,-130455],[-373629,-138803],[-383013,-143698],[-376766,-142094],[-383930,-140926],[-379943,-143803],[-379680,-144202],[-379176,-141745],[-378852,-141588],[-383648,-144747],[-383851,-147018],[-381694,-143781],[-383031,-146405],[-377111,-151134],[-376686,-147857],[-378347,-151007],[-371888,-163254],[-376085,-160848],[-373458,-162738],[-380922,-166185],[-380493,-169676],[-382421,-168024],[-381820,-166309],[-383030,-171138],[-383419,-175714],[-375486,-184419],[-374732,-189210],[-383324,-183915],[-380392,-182019],[-380402,-180320],[-381243,-182472],[-383438,-183212],[-382388,-197672],[-372479,-199992],[-372924,-194708],[-378012,-197577],[-381783,-195517],[-383381,-197417],[-383695,-195391],[-378517,-210411],[-374726,-215672],[-378585,-209006],[-376367,-213722],[-373221,-221195],[-373430,-238688],[-381382,-234556],[-382980,-237035],[-380512,-240344],[-382305,-240933],[-383107,-240281],[-374951,-242358],[-371713,-247174],[-372545,-248063],[-375108,-245882],[-376169,-250729],[-375104,-253536],[-374450,-250487],[-375265,-255622],[-372418,-257004],[-374848,-267660],[-377912,-260479],[-375633,-255934],[-381988,-274459],[-383815,-384476],[-371629,-401622],[-382046,-42685],[-380021,-42931],[-379632,-75014],[-376837,-76462],[-379039,-73905],[-374160,-73362],[-372321,-75579],[-373054,-72436],[-373523,-71787],[-375409,-72294],[-377955,-73286],[-375862,-75817],[-374651,-74867],[-372978,-75938],[-373063,-76503],[-372529,-88310],[-372414,-87999],[-376543,-82659],[-376497,-81339],[-378465,-81807],[-374676,-77465],[-377984,-83403],[-377831,-88016],[-379823,-85062],[-376256,-85187],[-374696,-88801],[-376935,-86743],[-377754,-79187],[-378336,-79070],[-379285,-81120],[-374473,-77177],[-374014,-77732],[-373250,-78265],[-372116,-84910],[-375783,-84964],[-375945,-86863],[-372281,-85497],[-377333,-87536],[-372783,-93241],[-377638,-95169],[-375209,-99870],[-373273,-96212],[-375500,-99000],[-372746,-96251],[-377787,-101770],[-375631,-93030],[-376027,-95510],[-376131,-91048],[-372789,-92030],[-383453,-99056],[-380983,-96462],[-380994,-100702],[-381588,-99980],[-382364,-101753],[-380127,-98882],[-377151,-99965],[-381897,-100435],[-379218,-102093],[-377566,-101556],[-376924,-96464],[-379115,-96945],[-373984,-99948],[-378441,-94983],[-377525,-98674],[-375159,-101056],[-381237,-94117],[-378038,-89829],[-376801,-90309],[-373277,-110922],[-371702,-109594],[-379059,-106356],[-378542,-105811],[-381136,-106607],[-380759,-107471],[-371800,-112587],[-374532,-111261],[-373723,-111453],[-374624,-110292],[-374675,-109886],[-371513,-111989],[-377909,-105651],[-374248,-103896],[-381962,-106212],[-383521,-105270],[-382603,-104771],[-382583,-103454],[-379082,-107283],[-381274,-106474],[-376069,-102421],[-383977,-106552],[-391021,-127727],[-393465,-122324],[-391312,-123629],[-388309,-119650],[-386229,-124917],[-395547,-115971],[-386015,-120398],[-389940,-123618],[-387749,-128073],[-393534,-134331],[-386582,-128298],[-384521,-131640],[-387041,-139661],[-386582,-139548],[-386589,-139107],[-390445,-132093],[-392819,-135679],[-391084,-132156],[-392655,-134258],[-389061,-128826],[-388458,-127862],[-391670,-128708],[-391061,-129932],[-390890,-134803],[-391776,-135845],[-393543,-135326],[-394628,-136624],[-388071,-136173],[-394104,-149589],[-389718,-153311],[-388835,-148398],[-389072,-150454],[-388961,-151203],[-392773,-144395],[-393810,-143656],[-389361,-152116],[-385816,-146170],[-388126,-144162],[-385023,-142741],[-388160,-144167],[-389921,-143057],[-385228,-152181],[-385301,-150139],[-384740,-149356],[-384545,-151477],[-385038,-146662],[-394255,-155135],[-392560,-153642],[-384756,-153777],[-391530,-154537],[-394705,-157243],[-394810,-162254],[-392521,-162263],[-394374,-161083],[-385004,-164134],[-395571,-175769],[-394432,-172933],[-391582,-175135],[-396097,-168262],[-392631,-175992],[-391298,-177910],[-393461,-174334],[-391838,-174054],[-384172,-174605],[-396043,-183955],[-384373,-193199],[-388615,-202728],[-389013,-198911],[-389201,-192304],[-389898,-200869],[-389029,-197837],[-385052,-199219],[-387944,-201765],[-384918,-193689],[-386116,-197214],[-388066,-196993],[-387234,-193430],[-385087,-215187],[-387501,-207813],[-392129,-216475],[-392933,-212197],[-390104,-214744],[-387014,-213959],[-393448,-224054],[-394200,-218262],[-396468,-221900],[-394598,-227164],[-394763,-225461],[-394171,-229296],[-392313,-220742],[-391889,-220832],[-393701,-223555],[-393687,-225572],[-392069,-229886],[-389162,-230414],[-387128,-232380],[-385334,-235487],[-391162,-233080],[-393226,-232329],[-388807,-233104],[-389350,-233485],[-384088,-239458],[-396203,-230497],[-396019,-234012],[-384171,-267497],[-395807,-361912],[-393664,-370127],[-395593,-369427],[-395242,-394802],[-395434,-396971],[-388220,-401745],[-387942,-398978],[-394499,-398031],[-392750,-397093],[-387479,-89066],[-388265,-88298],[-388314,-88963],[-390114,-82946],[-391168,-82528],[-391246,-83416],[-391553,-78619],[-391601,-77953],[-387522,-93538],[-386408,-90517],[-390080,-93369],[-386372,-91986],[-388149,-94977],[-391029,-98316],[-391055,-100560],[-390241,-96210],[-390808,-101095],[-391414,-100537],[-386928,-101741],[-391378,-98816],[-390789,-98611],[-389840,-101042],[-390074,-98958],[-388454,-100196],[-387024,-98850],[-386569,-99410],[-392129,-100123],[-385580,-96226],[-384975,-99170],[-385968,-101117],[-396434,-92881],[-396477,-96500],[-393355,-95059],[-395299,-97768],[-391508,-96302],[-396784,-93422],[-384879,-91489],[-385718,-90385],[-390673,-112237],[-389953,-114893],[-387867,-112923],[-396535,-114238],[-396385,-112505],[-395467,-110186],[-384728,-104512],[-384755,-104720],[-388154,-112379],[-395741,-112628],[-386432,-111326],[-388711,-110217],[-393618,-106874],[-398555,-115791],[-399786,-120841],[-397190,-120831],[-408634,-115122],[-405319,-124259],[-399402,-150697],[-402933,-152453],[-399236,-159385],[-399567,-160289],[-406727,-165956],[-400014,-163280],[-402951,-165898],[-408419,-163649],[-402457,-163272],[-403009,-165274],[-398654,-163903],[-397016,-163455],[-402827,-174575],[-399286,-171515],[-404547,-166913],[-406150,-168584],[-407798,-187982],[-407391,-183395],[-400811,-183585],[-402008,-181937],[-404870,-183137],[-403886,-180998],[-404275,-188424],[-402633,-191561],[-404007,-180285],[-398497,-189089],[-397399,-187012],[-399623,-189605],[-398124,-190956],[-397081,-191153],[-402275,-195735],[-406559,-196473],[-405114,-193239],[-406250,-196280],[-409232,-197354],[-396812,-204877],[-404356,-214416],[-400322,-215905],[-400340,-217201],[-400770,-213836],[-401952,-216193],[-402320,-219240],[-398074,-223826],[-399253,-223164],[-403192,-220859],[-402254,-220019],[-400746,-217752],[-400993,-220473],[-399184,-220584],[-397618,-220206],[-399489,-217668],[-399159,-219840],[-399530,-223546],[-400398,-225159],[-396814,-224144],[-398514,-230197],[-407414,-220445],[-406476,-217444],[-406231,-217949],[-403116,-233106],[-404844,-243455],[-398637,-247541],[-403977,-247711],[-409028,-249489],[-407072,-254889],[-408507,-265898],[-402690,-269324],[-397386,-374462],[-398736,-373910],[-402238,-371503],[-405075,-383807],[-400062,-394392],[-398996,-399322],[-403071,-49429],[-408048,-42678],[-405595,-48469],[-405586,-41103],[-406468,-43268],[-404104,-50839],[-408620,-56962],[-402562,-74577],[-397424,-64737],[-404823,-71862],[-405610,-75498],[-404148,-87771],[-397979,-78023],[-401603,-83484],[-397822,-92859],[-398712,-94950],[-397962,-94328],[-397547,-96691],[-403209,-92197],[-401858,-97856],[-401050,-110719],[-399053,-110924],[-399372,-109779],[-404646,-110152],[-398792,-111880],[-406628,-107995],[-399167,-113195],[-404401,-109924],[-409293,-107416],[-418427,-122435],[-416121,-117502],[-418963,-115717],[-414162,-169554],[-412142,-187720],[-412025,-181897],[-410604,-190889],[-410857,-180790],[-409742,-194787],[-413443,-197437],[-414549,-195284],[-410036,-193600],[-411621,-194990],[-411149,-196492],[-416580,-235974],[-418204,-237527],[-411125,-248704],[-411383,-245187],[-416370,-243797],[-413115,-250034],[-414526,-26435],[-418427,-87616],[-420875,-87764],[-412599,-95078],[-412643,-98060],[-412397,-95110],[-418640,-101727],[-421422,-95931],[-419626,-91685],[-413417,-107202],[-412856,-110717],[-420217,-113239],[-422505,-120184],[-425885,-116389],[-426181,-204723],[-425476,-225724],[-430434,-50166],[-432919,-53536],[-431613,-67978],[-423415,-80631],[-427217,-78467],[-423450,-88762],[-443730,-169491],[-443917,-184359],[-442446,-180035],[-439369,-183931],[-436457,-197773],[-444273,-233395],[-445946,-231460],[-447370,-241674],[-442207,150],[-442483,21],[-440189,-1924],[-440633,-1558],[-443882,-338432],[-443360,-20719],[-441960,-21248],[-443613,-15591],[-443158,-58146],[-442327,-58895],[-445152,-57446],[-439201,-59687],[-439724,-65955],[-445774,-91937],[-447189,-92687],[-442219,329],[-458575,-125015],[-458492,-126990],[-459818,-126206],[-456826,-161418],[-460313,-162006],[-453395,-155250],[-457827,-168105],[-454400,-169415],[-452671,-182314],[-456748,-183673],[-450245,-187695],[-449856,-196241],[-448206,-198171],[-454305,-12411],[-454530,-12407],[-451652,-10524],[-450880,-355489],[-457929,-22364],[-459102,-22001],[-459211,-21857],[-449268,-17762],[-453265,-381432],[-451231,-62919],[-454535,-93215],[-454988,-93032],[-453066,-102589],[-458147,6452],[-453414,9953],[-453363,9618],[-465441,-124831],[-464255,-139991],[-461608,-129585],[-468595,-141028],[-470211,-143031],[-473290,-146872],[-465055,-141813],[-465597,-157045],[-462319,-154047],[-468348,-162571],[-473344,-165010],[-467316,-176428],[-463202,-170342],[-464239,-167470],[-462223,-176662],[-470507,-180671],[-473165,-180554],[-472383,-179777],[-472956,-183688],[-467899,-183055],[-462641,-187825],[-471718,-192060],[-465407,-194901],[-461143,-200179],[-467018,-208118],[-468298,-218061],[-465486,-2902],[-464896,-342331],[-471573,-360142],[-462423,-37212],[-462778,-44033],[-463133,-44556],[-467827,-45377],[-467410,-47056],[-461629,-46677],[-462813,-55750],[-465466,-92354],[-462978,-101725],[-463825,-101541],[-466193,-99157],[-462652,-101116],[-467480,597],[-476557,-150188],[-481626,-147671],[-484937,-149981],[-480099,-152594],[-477933,-150120],[-475971,-149611],[-477239,-148894],[-484745,-163535],[-485343,-164289],[-479088,-172413],[-477526,-176836],[-477441,-171349],[-474853,-168578],[-486183,-174354],[-477317,-170742],[-478834,-178685],[-479008,-178816],[-478921,-179536],[-476837,-179961],[-477460,-179006],[-483574,-179632],[-480725,-188318],[-476851,-196004],[-475823,-207384],[-475071,-205624],[-480644,-216336],[-480218,-223145],[-477765,-337555],[-475101,-361296],[-483632,-100081],[-484104,-99471],[-479697,-103944],[-496825,-137785],[-491915,-136684],[-487035,-142963],[-486419,-150842],[-498074,-152708],[-492190,-144297],[-497275,-162964],[-495116,-161005],[-496726,-162523],[-489840,-155288],[-499063,-156046],[-498872,-160402],[-496914,-160585],[-490982,-158913],[-492372,-155416],[-498986,-156356],[-493616,-154881],[-486465,-153786],[-499021,-156763],[-495376,-174048],[-487231,-174509],[-495567,-171313],[-492546,-168155],[-490028,-171422],[-490667,-171031],[-496919,-176520],[-496736,-177260],[-498281,-166737],[-498368,-177256],[-498767,-177039],[-488582,-166619],[-487992,-183188],[-491209,-184849],[-497817,-181790],[-493357,-195184],[-497320,-199766],[-492034,-206662],[-33369,-137986],[-36402,-135655],[-35508,-143896],[-32900,-143467],[-29786,-141653],[-30191,-140651],[-28242,-141488],[-35577,-149296],[-36142,-149840],[-26486,-157227],[-32633,-157147],[-29888,-173927],[-28803,-176228],[-32829,-175446],[-26564,-198974],[-32905,-201681],[-37128,-197850],[-28161,-219688],[-32703,-221215],[-30636,-228738],[-31210,-230739],[-502331,-139455],[-507365,-149792],[-507313,-148636],[-510033,-146054],[-501242,-151394],[-507524,-151965],[-499877,-148151],[-502571,-149180],[-502395,-147643],[-510054,-149516],[-509833,-149648],[-501021,-152462],[-504339,-151972],[-499460,-152154],[-509095,-144850],[-507790,-145090],[-511017,-143564],[-509891,-144167],[-507249,-142854],[-507800,-164963],[-506020,-165356],[-507396,-164670],[-503266,-154273],[-510768,-158999],[-505175,-163710],[-504394,-164634],[-502612,-160582],[-502063,-159452],[-501518,-159417],[-504007,-163717],[-503896,-164127],[-507284,-161643],[-511118,-165792],[-511126,-166155],[-510409,-164483],[-510475,-164181],[-506917,-161986],[-507497,-155762],[-509855,-154421],[-499789,-153801],[-507879,-155333],[-508855,-158083],[-510879,-156560],[-509729,-161439],[-510360,-172308],[-502461,-174074],[-511087,-170048],[-505893,-170764],[-506507,-170831],[-505092,-181547],[-511287,-181802],[-511462,-188697],[-510307,-185573],[-502530,-185859],[-508741,-187648],[-503547,-185575],[-500187,-182516],[-499821,-181052],[-500620,-182565],[-501668,-193418],[-501214,-203646],[-504226,-204027],[-502988,-199817],[-510385,-193290],[-508504,-212443],[-508382,-211936],[-501080,-428186],[-519235,-124858],[-524583,-118993],[-518822,-132081],[-518951,-128548],[-519267,-128759],[-518827,-128853],[-523516,-134982],[-513859,-139690],[-520440,-136135],[-516015,-139993],[-519107,-132475],[-516337,-149032],[-518045,-151319],[-515289,-145051],[-515915,-147787],[-516468,-148523],[-517766,-151825],[-523056,-154924],[-513144,-155984],[-516917,-161046],[-517552,-161179],[-520207,-161402],[-522591,-159923],[-522338,-159108],[-513305,-165114],[-514335,-162314],[-518804,-160926],[-517191,-164119],[-519787,-161326],[-514767,-159631],[-521825,-158556],[-521388,-155256],[-516310,-155142],[-521071,-157684],[-513212,-157424],[-513957,-157268],[-524683,-165629],[-524415,-164110],[-516422,-157060],[-522011,-176267],[-515222,-178017],[-515893,-171310],[-512947,-166427],[-517855,-167642],[-523312,-173355],[-521920,-172615],[-520240,-169709],[-514910,-173125],[-512332,-172717],[-516899,-171488],[-518795,-172460],[-519617,-174292],[-513825,-176488],[-514424,-170437],[-513292,-170735],[-512705,-169689],[-512165,-169908],[-514484,-171435],[-517000,-204085],[-513459,-203304],[-520084,-214793],[-512329,-212304],[-513776,-217942],[-518698,-476854],[-522166,-101663],[-522232,-101812],[-520380,-102519],[-523286,-105430],[-512139,-105388],[-519919,-106075],[-517629,-113328],[-520054,-110907],[-512631,-108657],[-515706,-111643],[-516877,-110812],[-515861,-110867],[-520822,-107168],[-516592,-108105],[-524075,-102581],[-520257,-102417],[-537137,-125489],[-535960,-121861],[-536249,-121536],[-527438,-126485],[-527492,-117655],[-527453,-124566],[-536987,-138756],[-534660,-128677],[-536856,-130185],[-537395,-128397],[-533246,-128284],[-534299,-132384],[-534189,-133678],[-533099,-135122],[-529780,-137677],[-530390,-139947],[-529335,-140490],[-526494,-132444],[-528837,-132610],[-525936,-132896],[-527333,-136647],[-530952,-148022],[-531526,-153185],[-528372,-150653],[-536279,-147335],[-532662,-146764],[-529788,-148594],[-529588,-145426],[-534666,-158800],[-529633,-154343],[-534889,-160435],[-527602,-164603],[-526661,-166142],[-537467,-162420],[-532568,-164435],[-526814,-161762],[-525079,-163189],[-537592,-164522],[-537581,-165040],[-529289,-160745],[-528342,-160248],[-528046,-160331],[-533551,-156390],[-534453,-165479],[-524971,-156280],[-525933,-156055],[-532857,-158778],[-536270,-158519],[-537502,-156266],[-533571,-175365],[-531676,-177082],[-535600,-173316],[-528964,-182253],[-531925,-189994],[-534053,-189203],[-530291,-189064],[-526708,-186478],[-531685,-185888],[-534450,-179120],[-535611,-190886],[-536981,-189388],[-535994,-189525],[-532516,-193896],[-529200,-192663],[-526689,-468354],[-529540,-87353],[-531111,-81601],[-534111,-84405],[-534098,-84292],[-536644,-89943],[-535985,-91853],[-535647,-92085],[-536553,-106738],[-530644,-107795],[-528449,-109243],[-528203,-109958],[-527801,-109776],[-530947,-111823],[-527897,-108564],[-530095,-109047],[-530068,-111502],[-530407,-107193],[-538766,-127580],[-538579,-124888],[-538897,-124846],[-542641,-129199],[-539988,-131283],[-539027,-130452],[-541155,-129615],[-549677,-131326],[-548762,-129869],[-547757,-137330],[-550187,-135255],[-548992,-139267],[-548730,-137755],[-547669,-134113],[-548986,-134121],[-547925,-131086],[-548188,-141085],[-541517,-160817],[-538614,-157982],[-541270,-157397],[-541458,-161222],[-540321,-160969],[-543893,-161081],[-541065,-162978],[-544820,-163107],[-540111,-166038],[-540422,-156800],[-538808,-170707],[-547014,-171184],[-540325,-175517],[-542031,-173635],[-540770,-169239],[-544215,-173732],[-545131,-175863],[-537809,-166540],[-543487,-168359],[-538213,-174521],[-538541,-169519],[-540986,-186363],[-538820,-188094],[-543442,-182743],[-541541,-182398],[-542142,-180364],[-538571,-95881],[-538385,-91873],[-550527,-132916],[-555044,-148110],[-556758,-150702],[-553190,-141748],[-550836,-140672],[-553470,-161018],[-550860,-163437],[-556835,-168951],[-559883,-169662],[-557878,-172234],[-557084,-173494],[-556657,-167290],[-560528,-167353],[-563349,-164532],[-43502,-136951],[-45764,-128036],[-39935,-140280],[-48108,-140568],[-50707,-142931],[-40725,-140941],[-41359,-162134],[-57715,-136897],[-57757,-128680],[-53768,-127913],[-58833,-148747],[-55627,-150762],[-54497,-147946],[-52781,-146642],[-53180,-141629],[-56791,-142364],[-54117,-144840],[-61745,-150685],[-63146,-157120],[-60391,-156793],[-59872,-154119],[-53890,-200662],[-73593,-121142],[-72108,-121079],[-69255,-117231],[-73367,-119264],[-69022,-126742],[-68901,-127202],[-75394,-119525],[-67523,-128586],[-75988,-135801],[-71290,-131384],[-68404,-140793],[-67433,-145626],[-64977,-147075],[-69097,-150749],[-74357,-150659],[-70440,-144113],[-75181,-154250],[-76333,-168999],[-68453,-171755],[-71647,-173297],[-66157,-179697],[-66442,-191379],[-65825,-180858],[-65391,-188618],[-79060,-132240],[-83751,-145268],[-81652,-147235],[-87057,-144965],[-77287,-145842],[-79515,-152505],[-80210,-166059],[-84355,-153722],[-89253,-157986],[-78303,-168388],[-84830,-169106],[-87017,-166311],[-87512,-173373],[-85536,-179223],[-86257,-185163],[-99563,-137419],[-97028,-139807],[-92703,-133431],[-97344,-137850],[-100104,-133812],[-96890,-127848],[-97597,-146080],[-99946,-147200],[-96528,-143223],[-94551,-141445],[-101674,-140883],[-90552,-176482],[-98756,-187312],[-98004,-189947],[-105565,-149901],[-108308,-155842],[-106894,-186423],[-107651,-183877],[-105335,-100748],[-108707,-102093],[7287,-151856],[11159,-152052],[11328,-147754],[1868,-154045],[9242,-156433],[8358,-160373],[11193,-159629],[9146,-162764],[9823,-168004],[3582,-178672],[8577,-184630],[3259,-199569],[5226,-203787],[10334,-205208],[9751,-215118],[6411,-208141],[228,-208389],[3013,-206995],[1737,-225773],[7453,-222924],[8133,-224899],[11931,-220774],[11295,-247399],[5945,-252226],[131779,-124654],[130028,-126332],[134800,-124740],[131266,-190234],[135236,-190638],[136492,-188904],[137424,-189616],[139656,-191146],[139226,-199521],[129993,-202287],[129862,-202201],[138646,-201261],[139381,-215324],[133110,-226207],[135270,-219643],[134519,-253818],[138876,-244709],[130644,-256247],[129565,-264466],[130905,-263812],[136567,-265931],[137310,-262546],[136759,-271714],[129372,-272483],[139781,-274245],[132819,-273451],[132601,-273321],[138320,-302833],[139540,-303127],[140794,-58277],[134349,-65888],[140117,-75579],[138430,-73377],[133826,-82215],[135477,-77292],[138412,-79548],[137221,-83364],[134822,-76815],[138157,-78750],[129100,-92672],[136668,-94794],[131311,-90784],[138482,-102532],[134249,-111389],[144233,-125236],[143835,-123200],[142349,-125899],[141093,-124597],[146091,-131144],[145687,-139009],[146722,-140012],[152928,-144243],[150532,-143825],[150807,-141320],[150991,-144273],[151105,-164357],[147511,-162136],[151653,-167266],[147805,-183169],[148198,-189178],[144387,-188843],[146453,-224889],[149304,-239021],[142723,-240258],[146694,-230340],[142592,-230322],[149968,-233117],[146859,-278139],[146621,-280728],[146658,-279571],[149507,-271812],[152500,-278488],[150790,-281196],[142151,-276482],[143300,-277310],[145950,-276530],[145845,-280194],[152359,-275825],[147375,-285447],[151956,-284570],[146638,-283726],[153540,-306445],[148939,-294541],[147830,-300533],[147343,-301304],[146998,-295033],[145409,-295934],[152339,-308312],[145150,-326896],[146760,-325867],[146740,-53884],[144146,-52602],[151101,-70275],[142976,-72280],[140991,-67073],[148312,-73596],[142242,-84512],[141812,-88513],[143451,-86608],[147294,-88059],[145443,-81741],[150241,-83545],[145984,-83143],[146911,-84718],[145430,-84710],[149883,-82255],[142643,-92553],[143469,-90487],[142712,-94417],[144123,-102966],[144707,-105728],[144948,-110746],[144418,-111669],[146170,-111100],[147140,-112176],[166169,-144198],[153670,-162564],[161437,-159966],[158940,-163166],[158698,-166385],[154499,-166374],[161278,-171316],[159054,-237894],[164203,-239813],[154752,-261046],[162740,-267563],[162107,-264870],[162778,-265654],[165035,-265303],[165394,-266022],[165067,-263784],[157812,-274401],[155675,-276509],[154208,-275899],[160318,-274615],[164719,-273678],[166290,-268613],[165499,-279586],[163493,-268998],[161740,-272332],[160866,-269749],[157788,-271110],[160353,-274519],[160390,-274192],[162811,-294012],[160509,-293902],[157436,-306893],[156620,-305866],[155223,-296522],[155253,-296192],[158591,-294606],[160654,-306247],[165723,-296365],[161049,-305359],[154456,-335371],[156831,-333555],[155808,-344757],[163495,-343087],[161226,-340188],[154461,-345772],[157637,-348532],[153853,-72486],[156501,-82750],[159741,-83140],[160809,-78713],[172534,-154014],[175392,-166846],[175564,-160041],[175819,-169344],[167382,-172110],[167891,-265790],[167686,-262010],[169628,-265277],[169940,-265123],[169577,-265020],[168128,-269372],[169924,-277386],[168459,-269360],[169910,-270271],[177883,-281157],[167945,-278692],[167540,-277327],[168628,-275400],[167310,-273022],[169886,-271377],[170782,-273584],[173707,-277698],[171457,-275822],[174849,-277045],[170897,-283910],[171690,-283212],[174583,-289573],[177533,-287669],[178784,-282263],[178981,-283510],[176173,-281518],[168909,-294044],[176214,-294292],[174648,-295959],[178798,-299366],[166950,-307234],[168786,-307599],[171991,-308050],[171352,-307429],[178297,-332283],[172888,-339000],[173799,-341735],[174464,-336788],[178681,-333722],[176138,-334248],[173399,-335004],[171365,-335264],[167076,-334667],[169902,-335582],[168527,-64497],[169905,-74424],[177241,-71426],[166554,-87875],[178221,-77076],[177342,-83726],[171866,-83855],[181202,-295339],[184391,-295823],[179262,-295196],[187671,-295457],[190644,-295849],[191661,-299524],[186800,-296043],[188954,-296390],[191643,-303598],[183057,-344649],[179207,-335364],[181192,-347577],[181006,-354792],[181121,-352456],[180217,-84075],[193284,-305730],[195625,-295774],[193919,-294842],[194669,-302125],[201174,-299460],[197328,-295303],[196203,-294930],[197001,-300652],[25407,-145239],[23928,-148940],[23644,-141738],[22392,-159662],[20763,-159330],[16375,-167986],[21952,-183342],[21291,-186178],[20249,-204972],[17449,-213856],[23907,-242896],[19900,-243956],[25085,-249947],[24861,-250597],[22273,-252788],[14796,-249342],[316773,601302],[316996,600446],[315960,610147],[318690,606736],[325939,592319],[330512,590301],[323502,592923],[321167,595797],[325973,591425],[321848,592540],[326289,590585],[322522,613270],[320469,610861],[321106,601949],[325143,620859],[323992,619713],[332418,619884],[331730,623400],[331485,625096],[326742,620823],[325820,619063],[322437,617339],[336864,587760],[344729,601699],[337010,590798],[340956,591691],[336037,624362],[339418,627098],[345716,598991],[349117,600019],[349258,605616],[346226,623810],[353286,616500],[348563,622456],[35420,-138442],[33386,-137363],[38015,-140130],[29458,-143807],[29409,-147419],[32349,-144605],[34788,-141913],[36450,-141905],[37523,-142355],[37226,-146772],[36572,-152985],[36692,-151553],[35525,-151234],[33116,-154831],[34981,-157309],[37778,-157659],[30242,-168779],[30029,-167656],[29116,-174317],[27946,-169749],[36593,-173531],[29610,-175077],[33713,-181549],[27824,-184196],[31818,-229252],[38173,-226929],[38114,-245553],[29707,-249237],[47268,-135882],[47950,-138443],[39246,-139824],[38482,-140489],[48452,-139377],[39284,-141176],[40740,-142213],[39353,-142272],[39677,-141690],[48269,-141972],[49425,-142401],[48196,-143612],[38915,-143578],[40527,-144256],[41753,-143543],[42746,-143476],[41449,-144055],[39434,-143134],[43502,-146243],[44348,-143695],[49623,-143844],[45605,-146402],[47075,-152488],[43180,-147642],[39513,-158324],[40135,-155939],[44225,-158547],[43537,-158031],[38637,-157973],[47921,-157955],[47884,-160318],[47407,-158896],[43908,-165912],[43989,-166370],[40054,-172088],[48496,-167596],[39287,-174042],[48124,-171169],[43669,-168723],[42339,-169761],[48360,-173400],[50715,-184012],[46711,-183893],[46042,-185279],[43958,-190158],[42962,-190774],[43187,-189367],[47478,-201719],[44210,-197596],[42752,-199058],[41372,-195349],[43387,-197341],[38761,-237804],[47070,-251063],[46161,-243272],[54589,-121416],[58602,-121415],[58627,-121868],[57344,-121182],[59446,-118947],[60760,-119265],[60074,-120953],[60383,-116841],[59131,-116041],[57783,-116145],[55721,-116497],[56740,-118070],[59311,-117121],[63487,-117803],[62443,-117320],[60320,-116228],[63366,-120419],[62886,-120249],[63773,-133260],[54900,-146705],[52870,-145979],[52127,-142935],[58162,-151008],[63359,-145455],[61383,-143018],[61331,-148088],[59498,-165693],[59417,-170878],[58119,-175066],[62110,-177630],[56008,-184426],[59213,-211375],[63473,-211139],[62237,-225920],[62824,-227010],[63752,-114836],[723688,399413],[738562,387974],[740623,386695],[742384,394295],[740317,400507],[731950,403198],[737505,419439],[739056,429331],[751903,383069],[742531,394459],[754234,395069],[750318,407223],[745565,407079],[743045,408604],[748783,425732],[748613,428891],[747770,429074],[764776,392151],[767563,387984],[759471,400380],[757907,407203],[756782,407261],[768171,409460],[64631,-115335],[64157,-117311],[68171,-116419],[69203,-116401],[68339,-115757],[70278,-115173],[64986,-122321],[66511,-122107],[64551,-119265],[64192,-120434],[75042,-125167],[71991,-117859],[65241,-132342],[75095,-135785],[73308,-135222],[71554,-138369],[69946,-144188],[72084,-145222],[75855,-146582],[68917,-150947],[76156,-144387],[64434,-144043],[70882,-141543],[70814,-150907],[73912,-161566],[72318,-162526],[65143,-155257],[67716,-156902],[67990,-168646],[68234,-169406],[73080,-189970],[70897,-180910],[70212,-194910],[73225,-217065],[73441,-217448],[76102,-238338],[66921,-230910],[71667,-101320],[65602,-113776],[64924,-114264],[71239,-102666],[68048,-104983],[67855,-107388],[75748,-108915],[75355,-107574],[70144,-107681],[69720,-108239],[71407,-104787],[73694,-106424],[70685,-107130],[73062,-106728],[72882,-107522],[72351,-106335],[73828,-102905],[75459,-104670],[73476,-111690],[73323,-112423],[770893,387748],[773770,391790],[772747,398137],[778728,399012],[773475,411100],[80304,-119963],[85575,-125156],[86373,-115499],[86596,-116355],[89600,-127442],[84802,-127342],[87738,-125497],[85456,-126736],[86696,-127526],[85550,-122473],[81377,-124787],[82405,-122201],[78317,-122440],[88135,-121011],[88797,-122037],[88205,-122950],[88145,-126411],[88265,-125067],[87035,-125400],[81153,-138502],[85842,-128058],[88445,-128170],[87049,-143491],[81055,-145338],[87476,-142223],[80282,-149086],[82214,-156787],[87681,-161153],[81467,-172296],[80692,-181423],[88254,-212284],[77889,-206289],[85210,-206267],[79781,-223298],[82412,-217479],[87062,-251151],[84890,-252698],[85538,-104338],[87148,-112382],[81963,-107735],[84719,-111086],[84609,-106879],[86944,-106590],[83626,-110633],[93237,-126893],[95539,-124481],[100112,-126499],[89817,-124311],[89992,-126397],[91448,-124260],[93102,-123877],[90767,-121003],[90737,-127096],[92643,-127707],[94632,-127430],[95889,-126215],[95573,-125375],[94956,-126894],[89808,-128167],[93078,-128836],[93717,-129203],[95794,-128162],[94040,-129789],[98382,-128373],[98312,-130335],[99645,-130248],[99242,-131451],[89796,-142097],[96039,-143022],[100600,-143428],[95715,-148463],[95211,-145115],[101898,-158824],[96562,-160325],[91169,-245296],[93400,-245843],[99475,-252606],[100648,-254065],[102291,-253338],[102286,-251843],[97968,-247696],[96038,-248872],[97087,-254671],[102018,-96916],[106610,-126002],[114747,-117065],[109152,-126852],[112733,-120020],[102852,-139564],[102779,-136867],[111220,-132020],[112687,-146123],[105252,-164801],[111755,-172555],[113075,-169166],[109947,-167928],[111469,-167078],[114290,-200039],[111967,-227835],[111027,-229162],[111535,-220298],[107799,-219383],[110773,-231314],[114760,-247050],[113785,-63700],[106760,-56376],[105576,-53565],[110348,-52416],[114473,-63443],[104532,-61715],[105060,-58623],[110313,-53720],[111279,-70990],[108595,-70391],[113106,-68612],[120472,-116439],[126858,-126069],[124680,-130043],[125108,-128988],[123303,-133834],[122759,-133557],[117498,-173137],[122871,-171823],[122231,-171244],[116827,-168989],[123212,-173620],[127675,-203902],[125829,-195352],[122651,-213633],[120373,-212525],[122917,-214757],[122737,-262062],[116458,-258872],[125448,-258777],[124792,-262570],[119489,-257534],[115372,-60656],[125561,-63772],[125102,-69446],[126688,-98912],[122886,-100300],[121596,-111841],[-120255,301234],[-126705,309853],[-127351,29208],[-134854,-8587],[-138105,15901],[-134878,14982],[-135894,21108],[-139342,18638],[-130384,307826],[-153231,-24267],[-142686,15896],[-148351,13678],[-144137,22316],[-165539,-9652],[-165299,-23557],[-155550,-20699],[-158091,-19707],[-163225,-25819],[-158859,-28845],[-158938,-27693],[-155982,-30937],[-155847,-28168],[-164071,-33044],[-165627,-32852],[-166092,-35121],[-162429,7468],[-164888,1392],[-156539,7361],[-162459,1508],[-160285,3747],[-153665,17466],[-153731,20040],[-164692,15562],[-175602,-7109],[-178791,-7114],[-174907,-8277],[-175814,-5824],[-176718,-918],[-176531,-3500],[-173670,-2072],[-172051,-1655],[-172137,-6160],[-170874,-9358],[-174436,-25211],[-178560,-22950],[-171082,-21600],[-169974,-18133],[-176118,-17292],[-176759,-23434],[-168462,-32866],[-172809,-32886],[-172721,-29668],[-175040,-32871],[-169126,-27483],[-167176,-26811],[-170055,-25407],[-170874,-25906],[-176006,-26966],[-172573,-35452],[-177287,6558],[-166871,9953],[-174013,4118],[-168720,12646],[-173438,36426],[-177776,33371],[-178113,31493],[-173415,50503],[-170941,42668],[-170551,45614],[-172429,45909],[-178369,61259],[-177988,63939],[-177321,74673],[-173585,74740],[-172290,71361],[-177027,70348],[-179106,72188],[-179024,69619],[-176907,69909],[-176836,73072],[-175499,72369],[-174840,74415],[-175061,77147],[-173822,78340],[-173657,80024],[-176062,80958],[-174888,85025],[-174976,85949],[-174037,88205],[-179109,84064],[-179131,83567],[-174554,91948],[-176652,93498],[-179971,-9390],[-182230,-8786],[-183511,-2870],[-182493,-259],[-187529,-239],[-189101,-3590],[-191394,-2453],[-179467,-1268],[-181006,-24132],[-181832,-21524],[-179668,-17463],[-185343,-17002],[-184354,-15177],[-188048,-15279],[-188973,-14061],[-186231,-21583],[-179357,-16067],[-188032,-24262],[-180978,-32306],[-182452,-32029],[-183122,-26999],[-185830,-26881],[-179414,-28003],[-191037,-31574],[-189668,-30116],[-184452,-34566],[-182825,-36951],[-188855,-44136],[-185416,-42325],[-182012,-38899],[-189291,-48154],[-191545,-51742],[-182644,3815],[-184668,11357],[-187906,4715],[-180306,11320],[-180177,6927],[-179256,5933],[-184315,22592],[-188765,17860],[-181701,24172],[-179655,300190],[-180389,27520],[-182167,34277],[-182772,30929],[-187150,26148],[-183529,46426],[-182944,41317],[-180856,63253],[-180371,59886],[-181238,66734],[-181563,68244],[-183202,66632],[-185673,71884],[-179334,69546],[-187268,73949],[-186821,73135],[-184642,71396],[-183142,72995],[-191426,86565],[-181188,89346],[-182698,87531],[-186208,89180],[-180023,84092],[-183078,79800],[-182551,80628],[-186858,78369],[-181382,92347],[-184931,92094],[-196028,-22442],[-202200,-36373],[-203534,-36750],[-194488,-41930],[-194380,-39179],[-199039,-44701],[-203328,-43254],[-197862,-50891],[-198426,-49051],[-202114,-62425],[-196088,-63358],[-197529,-60443],[-193859,-58461],[-199306,12033],[-198863,14219],[-203101,21358],[-204127,23096],[-198448,20656],[-196555,19630],[-195454,15477],[-196712,97015],[-200351,100464],[-193360,91898],[-211504,-9755],[-210566,-9057],[-213994,-11787],[-215165,-11309],[-210224,-1133],[-212322,-1337],[-215583,-1501],[-214462,-46405],[-206889,-62836],[-207824,10522],[-217529,942],[-208427,11450],[-216748,18115],[-211182,20501],[-205518,22208],[-215653,23543],[-215524,99381],[-219813,-2025],[-220279,-2759],[-220750,-5619],[-223358,-50842],[-220452,-51636],[-218697,5043],[-220142,8027],[-218065,24672],[-219416,23911],[-227020,587618],[-232803,-16726],[-236446,-14360],[-235316,130600],[-230717,587501],[-236275,593851],[-250953,-7659],[-246261,-27537],[-247952,-26094],[-249652,-25524],[-243260,36718],[-245678,32351],[-262898,-120135],[-261328,-121063],[-263715,-138432],[-262731,-136132],[-258773,-4120],[-261890,-38178],[-266137,-26052],[-263422,-59215],[-264499,-88797],[-259083,-96080],[-267704,-99701],[-256872,-90074],[-267796,-91255],[-258052,-105752],[-263926,-113659],[-278445,-118254],[-279405,-122195],[-279969,-134310],[-276530,-136154],[-272959,-136713],[-271708,-143809],[-280507,-144248],[-268998,-35293],[-269950,-86401],[-278502,-85499],[-274711,-85261],[-274005,-92041],[-271672,-101653],[-276304,-112525],[-276642,-109733],[-272326,96460],[-283257,-125373],[-288988,-115621],[-287179,-118243],[-290397,-130632],[-291250,-133789],[-289020,-130888],[-283599,-141059],[-285313,-149225],[-291224,-146133],[-288450,-149456],[-288223,-75763],[-287179,-86842],[-285839,-81878],[-283403,-82964],[-288564,-93765],[-293375,-95059],[-285881,-106996],[-294288,-110476],[-290160,-107208],[-281795,-104463],[-285384,-108682],[-299647,-121922],[-302966,-121021],[-295651,-117891],[-302300,-127434],[-298073,-132746],[-296692,-141098],[-295033,-141608],[-305796,-75833],[-303157,-72556],[-302287,-72230],[-306432,-80820],[-299724,-78258],[-296574,-86329],[-297224,-83080],[-299905,-79037],[-300383,-100025],[-303086,-97215],[-301346,-106308],[-298262,-113203],[-304643,22195],[-304345,22003],[-305865,26829],[-305589,26278],[-305912,26453],[-305147,26009],[-317628,-123270],[-312156,-126258],[-309943,-131738],[-308193,-72756],[-313027,-88022],[-309113,-85541],[-315726,-106667],[-318805,-107058],[-309030,-111806],[-316893,-114330],[-317062,-113091],[-309959,23544],[-315377,85418],[-308991,89718],[-314151,101810],[-320880,92083],[-321464,-130248],[-324134,-129319],[-331990,-145490],[-326658,-145142],[-332583,-152863],[-328390,-152300],[-331661,-157824],[-332418,-161735],[-320872,62650],[-321472,75300],[-332937,-146782],[-340316,-169397],[-334332,-168909],[-378314,220703],[-372220,218005],[-373438,220027],[-382897,110572],[-387466,216226],[-392059,205814],[-393586,205123],[-385872,225331],[-385910,230307],[-407774,489437],[-412955,488303],[-415983,493163],[-434805,201786],[-433498,221482],[-431252,233937],[-443815,-5586],[-446193,12902],[-439164,1113],[-443913,188374],[-436145,191664],[-447050,188954],[-447752,196112],[-436840,216207],[-446962,228450],[-446995,237745],[-443717,237870],[-437365,241896],[-450485,204241],[-450809,210912],[-451595,217542],[-450209,214619],[-451151,221547],[-448746,226749],[-448117,235301],[-489840,383498],[-502894,368331],[-505656,371171],[-500987,375918],[-508065,383876],[-500820,371571],[-500709,391285],[-519620,373246],[-547463,205645],[-561984,190834],[-554804,200227],[-556794,193310],[-555977,202540],[-571422,175264],[-574673,186171],[-567690,181913],[-568932,190425],[-600107,216576],[-596749,211317],[-592321,222309],[-593400,218988],[-613827,59547],[-610608,52651],[-603473,58920],[-618354,56041],[-621814,55296],[-623180,60945],[-618158,58491],[-614976,66518],[-663147,1688505],[-665174,1692184],[-671766,1682055],[-60960,414143],[-70940,379652],[-67951,382572],[-83869,409325],[-84195,405221],[-88183,405635],[-89422,421048],[-80242,420737],[-80330,412530],[-77588,416006],[-78175,427746],[-1013584,1485427],[-95189,392790],[-100521,391716],[-89898,386862],[-101578,408935],[-98288,419260],[-94940,411192],[-103523,420668],[132056,-17084],[129729,-27843],[134137,4038],[130830,38768],[151336,-7055],[176816,410227],[196609,312181],[30186,137583],[44315,135718],[39076,133444],[56946,141108],[59848,124620],[65305,129584],[75544,129513],[71794,43990],[69692,114664],[71992,120255],[83359,9550],[86528,23802],[79122,41476],[84084,42699],[88631,59996],[88294,76916],[84710,74030],[78148,70671],[78202,74534],[77618,79731],[84693,90987],[89445,93336],[77759,102216],[82972,99926],[79915,111572],[99997,10346],[97526,32950],[93570,43863],[92891,42607],[91221,64060],[97407,71112],[96975,89181],[94015,88222],[99041,96643],[99648,90010],[114335,-4728],[106643,-6179],[109889,-24016],[103395,-23180],[114682,-20131],[106703,9467],[109851,18508],[114648,37233],[111248,26872],[108392,43354],[111506,53093],[111331,70708],[124280,-25453],[123686,6131],[126551,21660],[119749,25016],[116405,41408],[-163731,-143232],[-178621,62182],[-179189,74994],[-178191,76103],[-178706,75370],[-175706,71961],[-172880,71455],[-175144,75431],[-175122,69173],[-174148,69176],[-171355,73111],[-176020,69721],[-175677,69970],[-178972,69121],[-178050,74130],[-178481,71867],[-178618,64557],[-177028,86327],[-175975,83050],[-178108,84364],[-174333,83530],[-177003,88249],[-177062,79108],[-177084,79920],[-178583,79027],[-178444,77916],[-178963,78506],[-176513,89857],[-175831,90869],[-177664,90273],[-178542,91237],[-180735,62506],[-179503,60535],[-182245,60442],[-182617,75486],[-182884,76249],[-186267,75123],[-180386,71422],[-183749,76948],[-183324,76577],[-185605,76095],[-185570,75431],[-183520,75406],[-184880,73566],[-186190,73864],[-181875,73329],[-182753,71733],[-182410,71533],[-180410,67701],[-184877,68484],[-185346,69475],[-184129,69389],[-183556,68093],[-184792,65339],[-183795,64670],[-183331,65520],[-180816,66191],[-180299,80682],[-180301,77263],[-181871,77485],[-181163,77156],[-179630,81070],[-180494,80764],[-184351,80174],[-182478,79947],[-181226,82074],[-181678,88734],[-182880,87144],[-181497,87085],[-179362,82462],[-181516,89409],[-180575,89140],[-188117,86547],[-187049,88258],[-187350,87265],[-187023,87555],[-186892,86394],[-184829,86475],[-183653,84909],[-182371,83540],[-185260,84983],[-184999,82243],[-183993,84730],[-182618,89698],[-183183,87811],[-185550,87681],[-191149,80639],[-191158,80043],[-189494,81095],[-187545,77021],[-189828,79364],[-191546,89407],[-185374,82448],[-188337,85402],[-187699,84910],[-185279,86366],[-190594,88524],[-190401,85729],[-191357,85598],[-191658,84835],[-189581,87152],[-189601,87860],[-188744,87655],[-186622,82977],[-187212,83533],[-188067,82062],[-188353,79949],[-187107,79244],[-185872,81185],[-184296,78511],[-187489,80735],[-188977,83415],[-185107,94460],[-183402,94850],[-187002,97531],[-187413,97448],[-191707,96083],[-191168,99310],[-185113,101889],[-185540,102467],[-190163,92601],[-188782,90472],[-190479,91837],[-186474,92476],[-188743,91838],[-186907,91176],[-185993,92845],[-186078,92045],[-183406,92519],[-186558,89933],[-185347,91154],[-184064,90178],[-191803,93666],[-190591,94334],[-184683,96589],[-183940,96649],[-183839,95254],[-188668,101475],[-187045,100687],[-191922,90401],[-180702,92457],[-180191,94441],[-182285,92486],[-191588,106649],[-190831,102665],[-191895,105061],[-186915,107128],[-184280,105316],[-187493,108083],[-188643,102885],[-191334,103924],[-191901,103817],[-202040,87299],[-202895,89689],[-199828,87717],[-203897,86692],[-201062,85316],[-202606,87843],[-202076,88810],[-200655,87565],[-192610,79663],[-193944,80154],[-196180,81047],[-194304,81144],[-196568,82085],[-193374,82348],[-195804,86217],[-193022,84562],[-196864,85574],[-194249,86440],[-196562,85015],[-195770,88450],[-197086,86871],[-195923,86782],[-200701,83336],[-204370,83750],[-203119,81828],[-201339,83362],[-203259,82765],[-199106,81348],[-197789,82438],[-198498,82812],[-200558,79995],[-200607,81421],[-204775,84494],[-193580,88657],[-193293,86495],[-196050,84993],[-195168,89511],[-193834,87959],[-192492,87396],[-193654,89443],[-193301,96403],[-195885,99697],[-193559,98936],[-197518,97942],[-196875,101619],[-201207,102169],[-199177,102179],[-198034,98646],[-204341,97203],[-203252,96872],[-203491,95709],[-198731,95249],[-198880,94485],[-197678,93316],[-195882,97476],[-195715,96633],[-194745,97460],[-195264,95796],[-194277,94276],[-195995,95970],[-198163,95869],[-198012,95313],[-195881,93221],[-199369,96921],[-199074,99160],[-200134,94272],[-201229,90299],[-192103,97030],[-192155,101125],[-195013,90085],[-197170,90071],[-199038,90111],[-197392,90939],[-197229,92284],[-202798,93688],[-200579,91349],[-201816,92306],[-201094,91046],[-200242,91625],[-200459,92191],[-199003,92825],[-192334,92041],[-195504,102532],[-195760,92387],[-193898,93413],[-194253,90377],[-192701,91460],[-196739,104795],[-195269,106644],[-196267,113447],[-195653,113090],[-195083,108188],[-195557,107614],[-200914,110035],[-203002,104306],[-200373,108118],[-200602,107845],[-200996,106141],[-198607,112003],[-196767,110885],[-198040,110799],[-195228,114563],[-198759,113291],[-193736,110803],[-193628,105619],[-193703,104411],[-192936,104450],[-195056,102679],[-206756,85717],[-205628,84337],[-205114,85040],[-206005,85757],[-206869,96012],[-208645,92298],[-205614,93472],[-207420,90959],[-205449,91394],[-206594,91467],[-207543,95057],[-206956,93742],[-209280,92895],[-208891,95561],[-214176,96742],[-212186,96732],[-212670,98768],[-212196,99877],[-210575,100384],[-214678,98245],[-214848,100063],[-214095,99404],[-212881,101234],[-214070,103922],[-215056,103901],[-228122,585359],[-239998,134332],[-239888,137802],[-243052,587935],[-263684,-117423],[-265829,-132223],[-260854,-85647],[-258716,-102107],[-262916,-98027],[-261390,-94284],[-264609,-90590],[-263370,-95343],[-261737,-110963],[-277733,-118505],[-275682,-133968],[-279956,-145933],[-273995,-82874],[-269935,-88174],[-268988,-95901],[-273909,-91434],[-274193,-99339],[-272873,-98695],[-273370,98384],[-282169,-127362],[-282205,-121480],[-288267,-130204],[-290656,-135339],[-287751,-146754],[-289452,-145380],[-284514,-77045],[-287589,-86046],[-286323,-83293],[-290189,-92715],[-289950,-97572],[-291112,-101767],[-283158,-100349],[-284628,-112984],[-287350,-113991],[-294963,-120761],[-304898,-117417],[-304890,-115576],[-302912,-124867],[-300717,-129326],[-306726,-134217],[-299642,-132505],[-297237,-144915],[-301840,-141370],[-304931,-71906],[-299011,-73122],[-297104,-75990],[-294853,-80415],[-299031,-88671],[-297406,-82165],[-302299,-98043],[-296275,-96420],[-304454,-95588],[-298194,-105923],[-301909,-106857],[-297699,-107522],[-318962,-115188],[-312629,-126556],[-309784,-70576],[-308319,-78307],[-314481,-89781],[-315542,-104939],[-316863,86629],[-307208,88517],[-325238,-127150],[-325711,-143858],[-328516,-155098],[-320589,80267],[-320046,82285],[-328572,98047],[-320096,93408],[-407672,485421],[-415017,488540],[-417387,495099],[-491905,383632],[-496940,391027],[-500362,377697],[-502077,373375],[-508335,384670],[-506446,392955],[-515758,371846],[-520084,373957],[-548330,204015],[-544214,197135],[-546017,202763],[-558130,188690],[-557989,193497],[-559858,202069],[-573158,176958],[-570601,187621],[-572410,195189],[-595305,209712],[-596075,217438],[-599629,210544],[-610660,60248],[-606299,56656],[-606158,59865],[-625309,55970],[-619065,63777],[-621294,60344],[-617208,60959],[-74674,377643],[-80402,377457],[134086,-6830],[128319,-30059],[139422,-39247],[139312,12733],[142395,-19946],[62914,130134],[61428,126797],[74603,42807],[73960,50520],[71055,113633],[84103,2270],[84295,25350],[88585,45991],[80927,59084],[77210,86938],[88854,85192],[77926,93119],[80924,101968],[83220,102550],[82315,120291],[99804,36198],[100299,31295],[96228,42130],[90605,38931],[89763,52323],[99583,65859],[89736,66509],[98538,76820],[99305,93046],[112731,-542],[109900,-25285],[110126,22269],[114081,35372],[108105,30615],[106147,56759],[102851,65693],[105275,96859],[103035,96208],[123489,-4387],[121592,-15668],[123906,12874],[120115,15806],[127186,33497],[120178,27990],[121687,43485],[119581,43060],[116171,53215],[-143712,-428491],[-191778,-550147],[-183868,-548646],[-204577,-319288],[-216137,-303537],[-208916,-297088],[-206018,-303675],[-207899,-314433],[-204904,-316314],[-216823,-312122],[-213617,-559964],[-223617,-306391],[-226895,-314642],[-217849,-325426],[-239691,-298877],[-253352,-293692],[-243884,-296620],[-246581,-296694],[-249133,-306925],[-247055,-301501],[-243258,-294599],[-244375,-298145],[-254003,-93885],[-254431,-95881],[-255836,-99418],[-253705,-101802],[-257897,-116471],[-264506,-116628],[-263592,-119092],[-268400,-119354],[-259058,-120838],[-257874,-118555],[-259543,-122745],[-262596,-138149],[-262472,-139774],[-261719,-132752],[-260167,-136454],[-264398,-134798],[-267977,-282267],[-268347,-294100],[-262001,-298027],[-262200,-88204],[-262709,-81640],[-267602,-85383],[-261261,-88567],[-267579,-89254],[-256391,-95764],[-257552,-99534],[-266892,-100432],[-266636,-98994],[-265325,-101063],[-259559,-92700],[-257393,-91798],[-266057,-92945],[-264355,-93575],[-260133,-113468],[-263888,-112652],[-262471,-112399],[-273154,-117402],[-279152,-118927],[-274425,-115822],[-274866,-125981],[-275083,-122723],[-277631,-126181],[-278770,-127293],[-278930,-123710],[-279039,-129902],[-276617,-139133],[-274835,-137719],[-270029,-143911],[-273782,-146645],[-272471,-145692],[-281170,-263469],[-279957,-272122],[-280786,-275038],[-269702,-283051],[-276857,-356503],[-275130,-359817],[-275287,-82326],[-274407,-84205],[-271150,-87280],[-271167,-89284],[-278833,-87224],[-278824,-82082],[-279732,-85342],[-277126,-84248],[-281164,-89018],[-273987,-90123],[-273139,-91078],[-273528,-95386],[-273979,-100631],[-277206,-91635],[-273993,-108452],[-275167,-113653],[-270080,-103911],[-274336,-103773],[-269307,-104537],[-279060,-102922],[-289217,-121226],[-289752,-115531],[-283272,-115889],[-285403,-116325],[-282237,-118758],[-283553,-120701],[-282325,-124632],[-283930,-140366],[-283090,-131837],[-287223,-131001],[-285673,-129372],[-293551,-133054],[-291796,-131318],[-293126,-135343],[-284419,-143325],[-283203,-148707],[-290604,-144998],[-288359,-152368],[-290954,-147994],[-291429,-142775],[-293092,-141199],[-291680,-145019],[-286666,-247099],[-289114,-259925],[-292301,-262447],[-288671,-267358],[-284455,-258982],[-282951,-257646],[-291244,-264397],[-286181,-257147],[-290254,-267127],[-293079,-271311],[-292505,-268763],[-286344,-271224],[-289710,-277246],[-289838,-271273],[-293960,-280290],[-291894,-280712],[-286925,-281218],[-290074,-279845],[-286214,-279270],[-290978,-282034],[-289622,-283740],[-292617,-283478],[-285954,-282558],[-283179,-287254],[-285640,-77155],[-283639,-83067],[-289157,-82154],[-286455,-85590],[-293389,-89256],[-286365,-77400],[-284971,-78046],[-286353,-81931],[-294247,-86561],[-284629,-90714],[-294033,-93468],[-288950,-91348],[-285658,-98819],[-287901,-98690],[-284312,-98066],[-288814,-101958],[-283199,-98916],[-284225,-99319],[-293127,-113664],[-291009,-113397],[-281902,-114798],[-291016,-103966],[-292407,-106779],[-282285,-112275],[-281844,-111244],[-285100,-112148],[-295290,-121682],[-301842,-122462],[-296295,-126925],[-297441,-124373],[-307015,-121322],[-300344,-121549],[-297396,-116050],[-297831,-117424],[-306338,-115250],[-305745,-124992],[-304666,-124711],[-303403,-130330],[-304741,-132906],[-294642,-132990],[-297769,-134712],[-299539,-135659],[-297051,-139758],[-301382,-142853],[-299802,-141834],[-299023,-143373],[-297888,-258884],[-304772,-256631],[-297055,-265370],[-300065,-256209],[-295277,-269408],[-295264,-273139],[-294508,-276810],[-299285,-275026],[-302653,-269619],[-300004,-275878],[-297276,-276329],[-295471,-279587],[-301628,-274541],[-303014,-275907],[-304097,-272819],[-294479,-271853],[-303960,-274847],[-303975,-71577],[-306431,-71501],[-302364,-72744],[-298042,-74318],[-301704,-75827],[-303563,-76418],[-296415,-76184],[-302622,-75281],[-296485,-75311],[-306995,-80141],[-296269,-78849],[-296112,-80100],[-295240,-84596],[-296169,-85612],[-299708,-81341],[-299890,-84446],[-296279,-82744],[-304117,-98769],[-303604,-99866],[-294953,-101226],[-298772,-94355],[-297199,-100398],[-298115,-97568],[-301614,-95267],[-303526,-96676],[-304851,-102983],[-299006,-104065],[-296393,-104502],[-301808,-104606],[-301984,-103661],[-303838,-104256],[-305773,-111499],[-294524,-108857],[-296619,-108273],[-296824,-110012],[-314088,-115062],[-317943,-116306],[-318500,-124536],[-312626,-125280],[-312319,-121906],[-318466,-126819],[-307208,-133049],[-307597,-131854],[-312837,-268194],[-317275,-265587],[-315331,-266409],[-319333,-267577],[-319700,-258429],[-315451,-269656],[-313528,-270847],[-314910,-269056],[-318049,-269295],[-313339,-271684],[-312135,-269896],[-307692,-273388],[-319630,-274165],[-316558,-274773],[-313452,-275386],[-311953,-275684],[-317000,-277001],[-310161,-71221],[-309009,-75178],[-310943,-70301],[-315811,-71411],[-317864,-74334],[-319843,-66041],[-317018,-68208],[-312131,-78488],[-311293,-87096],[-309434,-84854],[-310813,-89504],[-307996,-92573],[-314515,-106372],[-316369,-107015],[-317137,-104801],[-308511,-112441],[-319868,-111947],[-319314,-113800],[-321411,-122224],[-322963,-127198],[-321155,-131775],[-325139,-134614],[-323531,-132006],[-320248,-128666],[-329724,-146455],[-331297,-146735],[-330319,-144410],[-331090,-148721],[-329825,-160773],[-329726,-158737],[-329783,-157577],[-321278,-266921],[-320707,-265972],[-322602,-266570],[-331844,-258818],[-331489,-272254],[-328499,-269388],[-330452,-272803],[-321565,-272926],[-324965,-268955],[-329759,-278632],[-324964,-274211],[-321337,-275716],[-323314,-280016],[-320246,-278970],[-326503,-279514],[-321175,-71239],[-320296,-68476],[-320775,-108974],[-334923,-151194],[-332862,-148785],[-336617,-164923],[-340912,-165516],[-338055,-168165],[-340230,-167191],[-342567,-166441],[-341223,-267080],[-344220,-258040],[-344795,-257046],[-342337,-259692],[-341490,-263743],[-343178,-264657],[-345051,-266292],[-341186,-265573],[-338694,-266801],[-344435,-264240],[-333598,-259017],[-332821,-260178],[-339048,-259066],[-340593,-264209],[-335343,-259849],[-336875,-269563],[-341988,-273132],[-342487,-270670],[-333216,-269329],[-342714,-273977],[-343431,-277783],[-344310,-277216],[-355571,-121976],[-353166,-125183],[-356827,-137545],[-356606,-139282],[-352557,-129459],[-353292,-129675],[-352042,-129773],[-350152,-130002],[-350143,-128927],[-350488,-131766],[-352694,-131576],[-351126,-134495],[-348846,-135002],[-348021,-137398],[-356540,-195829],[-357955,-229414],[-354624,-236397],[-352459,-236186],[-355004,-235534],[-357406,-231878],[-352579,-240576],[-354120,-237564],[-358083,-230937],[-354573,-232871],[-352865,-233261],[-353811,-232822],[-349351,-235113],[-350173,-232753],[-351585,-231696],[-350674,-233455],[-349333,-237303],[-355835,-249536],[-356656,-251212],[-353031,-251171],[-348953,-255478],[-357836,-266598],[-351287,-265352],[-352584,-264634],[-348170,-262168],[-351148,-263542],[-353893,-267096],[-348558,-267082],[-347250,-264264],[-352136,-268777],[-347992,-269374],[-354594,-273688],[-354014,-274426],[-356992,-272491],[-358325,-275174],[-346118,-277615],[-353086,-271444],[-348239,-277825],[-368109,-123203],[-363632,-122259],[-365116,-125609],[-365499,-127393],[-359427,-120820],[-364257,-118707],[-365615,-121944],[-367086,-120970],[-367054,-123140],[-367582,-119975],[-370837,-121056],[-367146,-115040],[-369447,-117846],[-370205,-122054],[-366748,-115221],[-367034,-119192],[-367428,-118113],[-367125,-128535],[-369034,-129502],[-367925,-129934],[-366046,-134289],[-366835,-131453],[-365703,-131817],[-363293,-130847],[-367974,-133922],[-368964,-129782],[-368972,-131546],[-369505,-132174],[-365851,-129125],[-365639,-129464],[-365590,-129289],[-366704,-127923],[-362985,-132177],[-361877,-133618],[-360914,-138495],[-360690,-130594],[-360434,-135717],[-360050,-131565],[-362192,-137214],[-368879,-140207],[-367564,-140224],[-364233,-138636],[-361549,-134733],[-358813,-128945],[-367537,-137412],[-366292,-144229],[-369947,-149970],[-365363,-146090],[-363093,-145466],[-364549,-140752],[-364611,-141811],[-368168,-143253],[-370379,-144129],[-368817,-158367],[-366347,-164875],[-367451,-155164],[-363902,-161492],[-368525,-162836],[-364213,-164928],[-363940,-162488],[-359096,-161982],[-369631,-189051],[-366479,-192914],[-363211,-204197],[-370774,-195240],[-371085,-200134],[-367493,-201659],[-371011,-192753],[-362615,-201369],[-361500,-200336],[-370596,-194631],[-369275,-196793],[-364250,-202448],[-368281,-202423],[-361017,-191824],[-364972,-199584],[-360945,-204047],[-360626,-192024],[-359482,-200050],[-359127,-194592],[-358709,-195537],[-361795,-204449],[-365800,-203579],[-371150,-193219],[-369419,-209484],[-370308,-205522],[-367115,-204610],[-365165,-213942],[-370060,-210543],[-364326,-208800],[-360375,-205540],[-364344,-207032],[-368876,-210165],[-368804,-213392],[-369617,-208011],[-368710,-211415],[-369238,-212115],[-366952,-213300],[-367576,-214737],[-363289,-204622],[-364368,-213251],[-364468,-215627],[-365066,-216681],[-358478,-209814],[-361858,-213854],[-363163,-213140],[-361532,-215340],[-360276,-215990],[-362832,-211419],[-364650,-228536],[-365915,-223960],[-369550,-227293],[-359663,-226144],[-363997,-227069],[-371150,-221642],[-371038,-220434],[-366393,-230068],[-368543,-223658],[-369479,-223775],[-364338,-226273],[-361083,-225299],[-369573,-220358],[-364662,-218153],[-366634,-218140],[-361754,-231022],[-362812,-236192],[-358681,-240157],[-361771,-242768],[-366149,-230290],[-359470,-230536],[-360808,-230878],[-365854,-242960],[-367809,-242685],[-367845,-241992],[-367098,-230265],[-361157,-235567],[-361555,-235390],[-361241,-237535],[-361410,-242714],[-360073,-233126],[-368017,-244849],[-369965,-247986],[-369619,-246602],[-370080,-252634],[-363033,-247519],[-366680,-243401],[-365313,-243343],[-365847,-243199],[-361637,-243086],[-367417,-255517],[-371090,-254802],[-364804,-264665],[-363074,-258668],[-362660,-265980],[-360598,-264519],[-365599,-261501],[-361764,-265686],[-360766,-260503],[-365489,-262552],[-363877,-266284],[-366949,-264167],[-366126,-266802],[-367524,-256642],[-369808,-262936],[-363053,-271255],[-361839,-272595],[-364820,-270512],[-365416,-272236],[-368271,-273060],[-363521,-275691],[-367272,-277331],[-368268,-276935],[-369764,-277775],[-361596,-101198],[-363407,-93493],[-364620,-92531],[-366507,-91679],[-362712,-91188],[-366601,-96842],[-366002,-92307],[-368845,-98756],[-370740,-94642],[-368225,-94468],[-361202,-96341],[-365623,-101191],[-369025,-99209],[-368810,-100593],[-366260,-100709],[-366099,-99978],[-369810,-91954],[-368119,-100393],[-370844,-90674],[-363806,-98321],[-364309,-100113],[-370004,-90237],[-363053,-102946],[-361120,-104410],[-362762,-104338],[-360806,-111174],[-361355,-109100],[-363501,-111445],[-361798,-113020],[-364844,-108929],[-365101,-109134],[-362009,-106526],[-368624,-110584],[-366090,-108310],[-367206,-105737],[-365256,-106273],[-365954,-106375],[-366828,-104661],[-365871,-104254],[-365955,-106181],[-364782,-102421],[-370137,-104076],[-369566,-105106],[-363753,-107087],[-364580,-107556],[-364577,-107134],[-379901,-125188],[-379038,-118494],[-379990,-120516],[-375437,-116709],[-380654,-117476],[-378754,-116883],[-371684,-115004],[-371954,-125816],[-372938,-122915],[-377279,-126320],[-371878,-123724],[-373416,-118154],[-371976,-118073],[-381106,-117587],[-381159,-118223],[-372537,-128241],[-372448,-133118],[-372472,-130647],[-371238,-134979],[-371278,-135314],[-376623,-139141],[-377397,-140010],[-372235,-135114],[-383239,-138607],[-383567,-133474],[-381924,-136419],[-380822,-136444],[-379442,-135510],[-380619,-132068],[-380926,-128191],[-383478,-128258],[-382429,-131448],[-372662,-134133],[-376533,-151637],[-374276,-148030],[-373749,-143542],[-375182,-145513],[-373789,-146634],[-371866,-141997],[-374113,-141609],[-380536,-152579],[-382387,-152303],[-379995,-142781],[-382408,-151369],[-383039,-146536],[-383325,-151058],[-371259,-150562],[-372333,-141133],[-372488,-140741],[-376565,-149920],[-380536,-152579],[-371984,-142360],[-373325,-156773],[-376412,-159179],[-375002,-162769],[-381789,-165711],[-383267,-160263],[-383834,-174413],[-383778,-175141],[-380221,-176122],[-379608,-169521],[-379961,-170192],[-380605,-172415],[-379799,-177391],[-381988,-173215],[-382345,-172513],[-381240,-178383],[-381822,-178953],[-379283,-190836],[-380802,-191300],[-371486,-188021],[-372050,-188896],[-374234,-187676],[-376073,-185567],[-382958,-180478],[-378777,-179827],[-383948,-183331],[-379042,-183377],[-378146,-186858],[-377867,-187965],[-382277,-181804],[-382875,-181175],[-382105,-181498],[-383190,-200088],[-376744,-200639],[-372965,-202990],[-373688,-196020],[-374030,-194440],[-374642,-195462],[-377256,-195956],[-383147,-203522],[-380748,-199384],[-381049,-201271],[-372943,-195520],[-380583,-201786],[-380443,-202351],[-383498,-212191],[-383651,-213776],[-381797,-215305],[-381138,-213735],[-375425,-215460],[-374403,-211903],[-374205,-211596],[-373999,-209681],[-379620,-208462],[-382054,-211801],[-377492,-215787],[-376585,-213760],[-376830,-216421],[-378668,-216826],[-379076,-214703],[-376842,-211941],[-376217,-213522],[-376218,-210108],[-376168,-208707],[-375423,-216618],[-372119,-209572],[-371562,-208892],[-372742,-211150],[-380343,-208069],[-372005,-212449],[-372786,-217006],[-383265,-207003],[-377275,-214501],[-378720,-215414],[-371387,-224505],[-377286,-217898],[-379070,-218006],[-373288,-220208],[-372305,-219365],[-373658,-238827],[-380687,-238855],[-381789,-239838],[-383529,-232930],[-378943,-235937],[-371598,-241692],[-375519,-241813],[-377567,-241871],[-378770,-241569],[-372718,-242286],[-374257,-251136],[-374865,-251609],[-375792,-245769],[-373206,-248034],[-373194,-249583],[-374756,-251273],[-373379,-250953],[-380115,-267010],[-371953,-264755],[-373753,-260624],[-375436,-261563],[-380295,-265687],[-377065,-263333],[-377966,-263568],[-375624,-267542],[-373942,-83503],[-372980,-77641],[-372259,-82350],[-376067,-78213],[-374992,-80823],[-372543,-77242],[-378006,-83797],[-374067,-87834],[-379543,-77395],[-378190,-79671],[-380009,-79241],[-374555,-79030],[-372542,-79552],[-374452,-76624],[-373500,-86199],[-374465,-87209],[-372438,-86580],[-376631,-84872],[-371216,-85177],[-376917,-85286],[-377319,-88647],[-375688,-87241],[-374084,-92313],[-375602,-100052],[-376144,-99859],[-378407,-99075],[-373787,-99543],[-371202,-93686],[-372439,-92201],[-371245,-93211],[-383442,-101645],[-380393,-102177],[-375023,-96205],[-374885,-91374],[-372148,-95862],[-373576,-96758],[-379688,-100030],[-382754,-100611],[-377331,-101948],[-381684,-100172],[-380370,-102187],[-379436,-101716],[-380337,-100462],[-379407,-99221],[-374998,-93933],[-381937,-93488],[-378393,-97989],[-381076,-95575],[-383787,-90986],[-380035,-92678],[-374060,-110784],[-371485,-105432],[-375579,-105082],[-380119,-107694],[-377973,-105620],[-375143,-110294],[-373676,-114449],[-374651,-110959],[-375385,-112180],[-372639,-110216],[-375155,-111259],[-375156,-104279],[-373415,-104040],[-373084,-110462],[-381632,-103346],[-379464,-104161],[-381762,-102866],[-381732,-106568],[-380176,-114770],[-383099,-106413],[-383766,-110336],[-389947,-125166],[-388690,-124381],[-392135,-124014],[-388697,-120803],[-384595,-119798],[-389385,-117548],[-387137,-125959],[-390458,-126018],[-391589,-116060],[-391909,-125896],[-395190,-126941],[-388045,-115296],[-395065,-118323],[-393843,-121741],[-396129,-118213],[-385367,-130895],[-386549,-130227],[-390530,-134485],[-390156,-130645],[-392116,-131281],[-390250,-129669],[-391945,-132227],[-387844,-129935],[-390303,-130639],[-391293,-136275],[-393600,-135198],[-393696,-128155],[-391825,-137649],[-392389,-148585],[-387922,-152680],[-384392,-152534],[-391795,-147351],[-387431,-151037],[-394897,-153293],[-388310,-145698],[-384726,-143523],[-387868,-143914],[-384377,-141659],[-388092,-142115],[-388042,-144852],[-385120,-141962],[-384639,-145339],[-385129,-148866],[-384672,-145377],[-393785,-156785],[-393763,-155288],[-384678,-155309],[-386602,-153468],[-388014,-157059],[-395475,-160516],[-394930,-161816],[-395477,-165786],[-391367,-162541],[-392081,-174039],[-391009,-176523],[-393180,-178450],[-386222,-178009],[-386992,-168752],[-395379,-172290],[-386053,-177668],[-394327,-189011],[-387442,-191652],[-384138,-181232],[-384749,-180120],[-395487,-187974],[-386922,-179810],[-385289,-183867],[-385493,-181339],[-395597,-188863],[-396316,-181229],[-385683,-181577],[-385691,-181063],[-385772,-183989],[-387428,-180717],[-387538,-180976],[-384611,-204369],[-395912,-196966],[-388753,-203904],[-385587,-198643],[-394423,-199265],[-388701,-192036],[-385533,-200281],[-387134,-199601],[-384834,-197939],[-384618,-199721],[-385632,-196207],[-386570,-195717],[-387407,-194050],[-395150,-199092],[-394750,-199640],[-395605,-198169],[-396430,-195313],[-390169,-217296],[-385340,-207215],[-384876,-205844],[-390421,-210818],[-391133,-214626],[-394981,-213424],[-396168,-212256],[-396717,-209500],[-395936,-211742],[-394736,-212594],[-395334,-211525],[-392757,-213061],[-396656,-206960],[-390132,-210996],[-395241,-222741],[-389812,-224316],[-394349,-225097],[-390132,-226884],[-394315,-217470],[-395308,-218517],[-394351,-219112],[-396421,-219381],[-395781,-228709],[-395790,-220358],[-395496,-220500],[-395282,-224691],[-390728,-223717],[-388977,-222755],[-395773,-229686],[-389246,-235433],[-393135,-233301],[-387353,-235406],[-388514,-231394],[-387518,-233975],[-393844,-230772],[-392502,-233100],[-393155,-234221],[-393231,-231646],[-384558,-237202],[-389880,-240143],[-384275,-241985],[-392542,-241131],[-393670,-236088],[-394730,-236762],[-390434,-236022],[-390626,-74172],[-393187,-75193],[-393855,-71236],[-390854,-88140],[-388433,-87981],[-388363,-88564],[-385312,-87823],[-384906,-88224],[-391869,-82949],[-391647,-82561],[-390504,-85928],[-390782,-81726],[-387437,-79419],[-387395,-79775],[-391800,-78398],[-394677,-85921],[-394124,-85878],[-394145,-87640],[-393156,-85793],[-391646,-85077],[-388016,-79833],[-387061,-87364],[-389432,-99904],[-392749,-99855],[-390411,-101508],[-387547,-101343],[-384846,-101281],[-393876,-92948],[-393203,-96997],[-391563,-92333],[-395978,-94219],[-395472,-94854],[-395040,-96748],[-396503,-97437],[-391952,-94186],[-390254,-91354],[-390842,-90092],[-390020,-90606],[-390565,-101111],[-387704,-90050],[-385782,-93322],[-390343,-97553],[-389754,-93046],[-385641,-96787],[-384619,-96729],[-391907,-89665],[-392515,-92802],[-384342,-97648],[-396275,-94723],[-387886,-102761],[-387357,-103927],[-385359,-103446],[-396128,-109901],[-394550,-109542],[-393953,-110871],[-393976,-112887],[-392419,-110960],[-393783,-113284],[-393502,-111353],[-388014,-112345],[-387621,-107705],[-394149,-102492],[-406852,-127776],[-406880,-122002],[-407733,-124281],[-407890,-120085],[-399996,-129645],[-402293,-130790],[-405532,-128009],[-404919,-129855],[-406811,-130269],[-397366,-153827],[-403648,-155610],[-403593,-154817],[-398947,-158478],[-398001,-158838],[-397125,-161874],[-408262,-161848],[-403916,-174158],[-398575,-178943],[-405099,-175046],[-403970,-169901],[-401270,-172141],[-402063,-172777],[-400953,-175142],[-404879,-178074],[-402319,-178760],[-400095,-172662],[-409071,-171573],[-407424,-186188],[-404978,-184081],[-401045,-191570],[-407462,-180813],[-405567,-186276],[-402002,-185747],[-400939,-188248],[-399640,-186674],[-408712,-190363],[-400773,-186833],[-399940,-185357],[-399496,-188839],[-398003,-185174],[-397209,-181214],[-399308,-179446],[-399862,-179846],[-398781,-194752],[-401856,-196473],[-403441,-194130],[-407351,-199546],[-405393,-199913],[-397303,-199221],[-397935,-203260],[-397435,-198344],[-398250,-203098],[-409014,-193933],[-400373,-200324],[-399117,-202891],[-397908,-215906],[-401285,-211995],[-404772,-216510],[-405664,-215963],[-399483,-216497],[-398406,-217164],[-397148,-212625],[-397262,-214478],[-398488,-209900],[-397344,-210352],[-399498,-211519],[-398614,-213204],[-398490,-210954],[-398743,-207959],[-397761,-208758],[-397996,-206630],[-399612,-208747],[-397230,-208135],[-402035,-209493],[-401033,-211118],[-406948,-216811],[-398265,-222275],[-401245,-217915],[-401808,-218271],[-396941,-222472],[-398274,-224222],[-402975,-225178],[-405575,-217412],[-404812,-218410],[-400139,-217713],[-397915,-217940],[-397851,-220813],[-399866,-227781],[-398891,-226300],[-400832,-224772],[-400352,-229581],[-405933,-224132],[-406370,-219107],[-403277,-231352],[-397992,-230771],[-396984,-235741],[-403482,-249320],[-402374,-245886],[-403160,-254390],[-404443,-49472],[-400785,-42747],[-401898,-38439],[-403659,-45110],[-399285,-63210],[-399517,-75221],[-399840,-82373],[-403659,-85893],[-396972,-92721],[-406231,-101132],[-398584,-93092],[-397752,-92642],[-403824,-97909],[-400469,-97799],[-401354,-90477],[-405911,-98178],[-406667,-109194],[-400272,-111626],[-397348,-107720],[-398061,-110563],[-401382,-112439],[-405139,-104681],[-410746,-116588],[-419848,-115994],[-419069,-116103],[-410088,-171184],[-413395,-187785],[-418818,-184063],[-422185,-184363],[-420650,-182130],[-420179,-185018],[-409855,-197918],[-411843,-194251],[-410778,-192873],[-413969,-195490],[-410092,-192233],[-410890,-195046],[-416791,-195557],[-417967,-192821],[-417763,-230022],[-417622,-233589],[-418803,-230666],[-417420,-235274],[-418475,-237365],[-420263,-239729],[-419090,-238315],[-414517,-245495],[-410041,-246069],[-415109,-249101],[-414636,-244621],[-412651,-249275],[-420244,-246623],[-410274,-32026],[-410260,-30781],[-420050,-88566],[-418449,-87925],[-420730,-86026],[-420619,-84676],[-412645,-98413],[-415588,-98497],[-418479,-92032],[-418781,-92463],[-411303,-110744],[-412628,-104581],[-414189,-111691],[-416411,-103262],[-424813,-116460],[-433074,-200450],[-428333,-202814],[-429654,-202929],[-434894,-197507],[-425426,-213486],[-424752,-216630],[-428263,-213211],[-435065,-219376],[-425439,-219411],[-427024,-229376],[-430159,-218433],[-429040,-219261],[-424444,-235190],[-426177,-231056],[-429479,-49703],[-428540,-50045],[-432335,-52038],[-434369,-56004],[-434071,-69274],[-424024,-78838],[-423270,-94187],[-426114,-113822],[-423600,-109376],[-424209,-113277],[-422991,-113027],[-436540,-141417],[-436185,-144101],[-441031,-159734],[-446756,-164154],[-437299,-186700],[-445416,-188378],[-445309,-198379],[-446171,-299],[-439963,-1612],[-446197,-1920],[-435213,-244296],[-442843,-17518],[-443795,-17912],[-443265,-57416],[-440762,-58937],[-442195,-61046],[-438817,-59225],[-439428,-58186],[-439121,-60708],[-439310,-62996],[-439287,-66274],[-447153,-89190],[-444924,-91181],[-447101,-94894],[-437643,6416],[-437495,6985],[-447291,2831],[-445620,4833],[-446235,8627],[-445610,5132],[-441692,7365],[-439199,1386],[-460622,-139276],[-454247,-139427],[-459785,-151847],[-457077,-150174],[-458824,-144378],[-456451,-149553],[-459302,-163033],[-457258,-164310],[-459320,-165927],[-459582,-161052],[-450985,-160117],[-450782,-155509],[-448918,-158630],[-449826,-164112],[-455421,-155970],[-452385,-157627],[-451946,-176340],[-451951,-177074],[-457759,-191150],[-452961,-186199],[-454879,-181430],[-457641,-180417],[-458607,-183007],[-455001,-201142],[-460023,-192034],[-455081,-194632],[-455413,-198990],[-460592,-208715],[-448570,-205809],[-448253,-230196],[-451144,-7499],[-450725,-6452],[-451846,95],[-455725,-6093],[-449435,-7473],[-448739,-60805],[-449654,-60595],[-453401,-62765],[-448183,-58896],[-448282,-58452],[-450470,-91738],[-451573,-105275],[-454281,-105587],[-456847,-103939],[-451394,4539],[-450956,1947],[-451380,8607],[-451023,1644],[-451652,8768],[-461603,-124587],[-469906,-137601],[-463109,-140570],[-472324,-132944],[-461901,-135358],[-471819,-145804],[-465548,-141062],[-468046,-143716],[-467939,-160708],[-464084,-164436],[-461865,-170290],[-470505,-177949],[-473160,-178321],[-460900,-167382],[-472210,-171283],[-462471,-173337],[-466518,-175111],[-465156,-173772],[-468584,-166775],[-473096,-179568],[-468345,-179765],[-468098,-180586],[-467142,-190893],[-461418,-189641],[-462609,-185985],[-464340,-200755],[-470226,-198485],[-466151,-193606],[-471109,-199167],[-471233,-202366],[-462452,-207618],[-466154,-206826],[-463505,-210714],[-464990,-208500],[-463824,-215049],[-470070,-217348],[-472365,-219794],[-473441,-5026],[-465246,-35947],[-462350,-44701],[-464117,-38712],[-468546,-43305],[-462292,-49157],[-461283,-47669],[-462537,-56159],[-478183,-138286],[-474063,-128118],[-478407,-136839],[-479754,-150204],[-482028,-150209],[-483607,-146814],[-480301,-148468],[-485530,-149395],[-485348,-152534],[-486196,-166137],[-483280,-163225],[-481468,-164607],[-481372,-162926],[-476205,-167915],[-481982,-178169],[-483694,-178161],[-475910,-174954],[-475706,-173570],[-484122,-168479],[-484705,-169558],[-477535,-166282],[-482393,-180651],[-480950,-182519],[-480032,-180469],[-473914,-183799],[-476156,-196434],[-482194,-193307],[-485749,-210128],[-482920,-214755],[-476715,-205160],[-483544,-221156],[-476674,-367492],[-485429,-100248],[-483670,-102272],[-480479,-102628],[-479222,-103825],[-490346,-139093],[-492629,-139362],[-490524,-149104],[-497715,-148409],[-496059,-153166],[-494505,-145879],[-486962,-150863],[-495762,-149894],[-491677,-144150],[-497807,-166148],[-488731,-174379],[-491650,-174598],[-489875,-176982],[-494357,-173015],[-492883,-175410],[-492022,-172141],[-487860,-182238],[-491887,-180881],[-492065,-185117],[-497542,-187049],[-490235,-190249],[-495200,-184903],[-495984,-189626],[-494657,-188809],[-497341,-183497],[-497699,-183025],[-492558,-185264],[-489369,-188187],[-487472,-188003],[-486725,-184745],[-498300,-183100],[-492042,-195569],[-493695,-193831],[-496263,-194930],[-494900,-194907],[-495607,-200160],[-499075,-198401],[-496999,-201220],[-496897,-202081],[-498336,-204698],[-487779,-222680],[-494129,-221481],[-498671,-437088],[-489987,-454586],[-488794,-463716],[-496757,-477978],[-504380,-123728],[-509929,-152236],[-505766,-149522],[-511559,-145318],[-500093,-148151],[-504264,-140695],[-503037,-153323],[-508718,-141435],[-505218,-161403],[-499457,-154059],[-501484,-170125],[-508930,-175104],[-502724,-173822],[-510572,-176385],[-504184,-174441],[-510972,-172147],[-499934,-174456],[-507102,-181172],[-510522,-185750],[-507773,-186761],[-502199,-189934],[-503947,-189977],[-511388,-185173],[-506185,-190752],[-501812,-192377],[-501067,-199737],[-502917,-198727],[-504749,-209523],[-503811,-205777],[-510903,-208895],[-507382,-223982],[-511923,-226213],[-509159,-225464],[-500209,-226191],[-502346,-225835],[-501205,-229006],[-523307,-141563],[-519615,-147649],[-518188,-141192],[-520286,-154619],[-522197,-154630],[-512409,-155395],[-522915,-154489],[-516056,-156844],[-515557,-176874],[-514664,-172026],[-521722,-178387],[-512420,-181552],[-520230,-188093],[-521897,-206834],[-514348,-207180],[-518209,-232699],[-522896,-239415],[-518076,-436389],[-520422,-436657],[-517827,-476898],[-533574,-126335],[-534528,-125651],[-527559,-119046],[-527523,-121776],[-526683,-126793],[-534322,-140543],[-537246,-131720],[-534505,-128442],[-532896,-137493],[-525307,-140053],[-533459,-146753],[-535146,-141588],[-534710,-143292],[-527658,-165354],[-526126,-162444],[-533512,-154028],[-537414,-159507],[-535664,-165679],[-532867,-158052],[-528597,-155879],[-530488,-156044],[-535419,-162579],[-527302,-155827],[-527540,-178445],[-536270,-166366],[-533407,-175027],[-533704,-171418],[-535763,-170673],[-535782,-177586],[-526862,-166664],[-527655,-184805],[-533152,-182863],[-534216,-190110],[-533077,-184725],[-527179,-188802],[-531493,-192743],[-536339,-197280],[-535464,-192324],[-531745,-444275],[-528632,-459455],[-529466,-466157],[-539852,-124460],[-540017,-124983],[-538980,-123365],[-538724,-128299],[-537649,-128054],[-547460,-135842],[-538145,-158377],[-539251,-163397],[-544448,-163551],[-543913,-161596],[-541974,-163153],[-543213,-158830],[-540480,-156287],[-540799,-165789],[-541111,-159201],[-540839,-159635],[-546082,-170207],[-541495,-178277],[-537751,-177351],[-539010,-168750],[-548411,-172303],[-540563,-183126],[-540194,-188564],[-541304,-185147],[-537629,-192029],[-561603,-137117],[-557987,-135471],[-558551,-148498],[-560779,-164015],[-559842,-162713],[-561360,-158597],[-555696,-171191],[-562335,-167562],[-564258,-139435],[-1019064,1395509],[-1029844,1493511],[-1031567,1492480],[-1051704,1477718],[71496,-245886],[-190221,-545138],[-190380,-546522],[-194778,-549225],[-206720,-297586],[-204882,-299537],[-211135,-311264],[-214703,-314931],[-216317,-448166],[-207946,-460838],[-224575,-299648],[-223795,-303718],[-223282,-313755],[-219139,-315438],[-219687,-325465],[-217617,-445291],[-242529,-293227],[-239386,-291016],[-239386,-298021],[-249356,-286215],[-248501,-284400],[-252408,-429525],[-253122,-449673],[-255763,-96402],[-260492,-115633],[-264626,-117107],[-262995,-116361],[-259624,-121371],[-257229,-121454],[-262875,-118097],[-268148,-138143],[-266102,-138122],[-267616,-137817],[-264567,-136479],[-261203,-130335],[-266665,-132102],[-259890,-299803],[-261992,-80933],[-266251,-86507],[-257779,-98051],[-258409,-100370],[-261676,-101005],[-261383,-94855],[-261698,-92001],[-260669,-93189],[-267178,-91082],[-267738,-94485],[-267400,-92864],[-262759,-94670],[-259915,-104256],[-257441,-104782],[-268134,-104288],[-262491,-102216],[-260425,-114707],[-259202,-110344],[-267797,-102747],[-280881,-117213],[-277925,-118959],[-275980,-126632],[-273886,-126635],[-279242,-126968],[-270041,-120183],[-281590,-125512],[-276832,-123462],[-281329,-124059],[-275069,-128305],[-278804,-139031],[-271608,-139006],[-277239,-135082],[-276080,-136411],[-280476,-143002],[-270733,-142758],[-276681,-454748],[-270835,-84589],[-269568,-81133],[-273657,-86527],[-272477,-86706],[-279137,-88305],[-277602,-83101],[-278907,-85533],[-279441,-81338],[-278432,-84315],[-280211,-77413],[-276807,-79406],[-281448,-86411],[-270053,-93952],[-274311,-92806],[-272980,-97349],[-269347,-99891],[-280380,-101794],[-274906,-109806],[-276496,-112078],[-279335,-113006],[-275001,-114837],[-270192,-102468],[-277899,-103733],[-272956,-110597],[-282647,-126069],[-293108,-117663],[-291005,-116925],[-286926,-126925],[-284289,-116461],[-283884,-117194],[-281951,-117526],[-282298,-129722],[-293106,-138633],[-282699,-138825],[-282456,-138768],[-289840,-128215],[-283681,-130834],[-290119,-134195],[-290423,-133179],[-289189,-132571],[-285215,-146055],[-282511,-150080],[-282915,-145036],[-287724,-147312],[-285834,-149648],[-290382,-148168],[-289732,-146155],[-292544,-143740],[-292940,-142106],[-286947,-245722],[-290645,-245940],[-287121,-250341],[-293187,-247472],[-291248,-267539],[-294389,-261374],[-292934,-279385],[-290359,-270185],[-284276,-280835],[-282690,-284916],[-289301,-75891],[-286006,-82828],[-287949,-79938],[-288520,-87536],[-285543,-89041],[-288091,-88720],[-291638,-79369],[-281902,-79064],[-294295,-92376],[-292549,-92090],[-290842,-90772],[-285152,-101650],[-294348,-97884],[-293626,-96696],[-284744,-105164],[-288504,-106019],[-291615,-112132],[-292031,-110380],[-284961,-109290],[-283856,-108515],[-283622,-113354],[-294000,-105204],[-301207,-124127],[-295682,-125111],[-304238,-118872],[-302349,-119464],[-302249,-123447],[-304193,-123653],[-301333,-128485],[-302954,-129692],[-303777,-129512],[-303085,-136314],[-299800,-133466],[-300339,-133717],[-296206,-135729],[-296657,-140345],[-303102,-140660],[-296867,-142879],[-298003,-264628],[-296277,-260298],[-295867,-262515],[-295164,-263756],[-301223,-257760],[-304329,-460167],[-306413,-69464],[-298169,-73344],[-297216,-73365],[-300946,-74949],[-301295,-77120],[-295880,-77123],[-296392,-87886],[-298034,-88738],[-299013,-77822],[-298201,-85051],[-301146,-80628],[-294869,-79340],[-304112,-101795],[-305658,-99743],[-299040,-99818],[-295919,-94271],[-306373,-93713],[-302157,-95708],[-303318,-102494],[-301158,-113926],[-295648,-104700],[-295796,-106851],[-305353,-105871],[-303053,-109806],[-305173,-114933],[-304678,-114318],[-303355,-112659],[-299992,-109933],[-298110,-109252],[-297603,-108758],[-316167,-118667],[-314386,-118374],[-315963,-117484],[-312396,-124088],[-314225,-122118],[-308922,-136630],[-311984,-455846],[-310933,-458408],[-311988,-458994],[-317088,-469319],[-318504,-464232],[-311522,-71379],[-309396,-72525],[-316079,-73355],[-309341,-78235],[-309207,-79362],[-307769,-81725],[-312626,-87739],[-311146,-86262],[-307697,-93346],[-314404,-104263],[-312711,-105152],[-317562,-106333],[-317053,-109585],[-315586,-109264],[-321373,-125314],[-320222,-131636],[-325007,-129006],[-326087,-143332],[-331073,-150492],[-326752,-152282],[-329120,-154587],[-330201,-156547],[-332008,-155471],[-330927,-161199],[-320473,-461308],[-320569,-103440],[-334923,-149146],[-333515,-156838],[-334662,-160903],[-334327,-163159],[-341982,-164141],[-339063,-167062],[-338966,-166417],[-341966,-168851],[-353625,-230759],[-369063,-214085],[-370047,-214249],[-362130,-214296],[-360766,-211893],[-359013,-228810],[-369594,-224512],[-364608,-223771],[-361874,-222816],[-358987,-217852],[-368557,-274751],[-365740,-276685],[-383265,-116612],[-371519,-219476],[-372761,-273531],[-376928,-87851],[-378764,-87141],[-376962,-79663],[-376667,-81843],[-382481,-97076],[-394216,-126291],[-393105,-126364],[-385544,-117862],[-386138,-115538],[-393207,-120397],[-389106,-138290],[-396734,-169785],[-394644,-171177],[-394398,-173487],[-393341,-180410],[-395631,-236161],[-384946,-271981],[-393063,-66481],[-391859,-79706],[-394471,-82577],[-393253,-82624],[-393294,-82163],[-394005,-79913],[-392684,-79535],[-387514,-91230],[-391496,-95326],[-388607,-96569],[-392588,-90602],[-386147,-90997],[-388312,-90310],[-391402,-101653],[-395378,-111673],[-392077,-114635],[-389050,-114779],[-385813,-111833],[-390127,-106014],[-406774,-115913],[-405945,-175245],[-406971,-171303],[-404468,-170452],[-406250,-177250],[-401778,-180923],[-400946,-183167],[-398250,-183790],[-406268,-190547],[-408198,-197785],[-406361,-197998],[-405903,-202383],[-406992,-198837],[-406087,-195669],[-403822,-196261],[-406104,-193554],[-404498,-192786],[-405645,-194843],[-408192,-191825],[-407597,-203802],[-408367,-200754],[-406303,-203526],[-403563,-201144],[-405032,-202124],[-399994,-201656],[-399966,-200644],[-397973,-234944],[-399205,-247981],[-405916,-248597],[-405870,-251607],[-406006,-256563],[-406933,-39464],[-407959,-42608],[-405314,-49590],[-402613,-74703],[-405760,-75659],[-400081,-87224],[-401882,-78173],[-406628,-78864],[-399942,-95540],[-398262,-92546],[-398018,-96610],[-396817,-95387],[-404552,-101954],[-400640,-89455],[-397292,-110339],[-400329,-110471],[-396803,-107590],[-414038,-118519],[-412206,-130691],[-410755,-175314],[-410250,-195825],[-409832,-198951],[-412316,-240801],[-416490,-236384],[-420797,-241197],[-418538,-237700],[-413231,-247403],[-415445,-243233],[-410782,-253291],[-418439,-245641],[-419428,-245224],[-411882,-32044],[-420832,-87108],[-416521,-100503],[-412145,-96703],[-418207,-94455],[-416902,-101732],[-410835,-112188],[-419656,-113141],[-419457,-114451],[-424031,-116890],[-429983,-198755],[-431795,-201241],[-427375,-207902],[-432924,-212645],[-425306,-217818],[-424336,-223220],[-428303,-50351],[-433500,-56106],[-422531,-79343],[-425082,-96437],[-431285,12981],[-437567,-144545],[-437916,-143437],[-447590,-161906],[-441810,-161686],[-447948,-164236],[-441669,-168911],[-445154,-169790],[-443632,-169665],[-440531,-184975],[-442143,-190533],[-446955,-231577],[-442862,-21285],[-447250,-12624],[-442941,-15684],[-444365,-57862],[-442960,-62502],[-447715,-61575],[-444816,-58133],[-439964,-57912],[-440066,-64524],[-446337,-92879],[-444467,8722],[-436310,12900],[-445547,3594],[-445962,228],[-446206,14007],[-447806,17080],[-457308,-125969],[-457169,-127013],[-454387,-123881],[-457422,-134045],[-455844,-138864],[-456926,-135402],[-457105,-143951],[-457393,-149945],[-459187,-149550],[-457228,-153344],[-458655,-164982],[-453783,-161177],[-452815,-164606],[-452523,-165911],[-450880,-156142],[-459848,-169016],[-452866,-177591],[-452548,-185223],[-457301,-182652],[-458068,-213991],[-455302,-2572],[-453193,-10269],[-458985,-375],[-450278,-6082],[-450285,-1363],[-449616,-8038],[-452275,-14453],[-449155,-16878],[-457751,-22882],[-450945,-20652],[-449756,-19658],[-450036,-14418],[-453989,-22498],[-448819,-13058],[-449644,-15167],[-460165,-22439],[-459107,-21186],[-459849,-20982],[-459866,-47000],[-452483,-60003],[-450728,-92994],[-451901,-102030],[-453248,-102612],[-458657,6598],[-456816,608],[-454410,4932],[-457319,7317],[-456655,225],[-448461,650],[-448976,14992],[-449623,13458],[-465784,-123277],[-461815,-123665],[-467494,-135542],[-461059,-129341],[-464472,-139800],[-466812,-142634],[-470576,-146245],[-468479,-143924],[-466043,-141809],[-461086,-148385],[-462673,-142614],[-461639,-146104],[-473342,-158383],[-465803,-156363],[-466735,-157699],[-471740,-165636],[-467225,-161359],[-473093,-165592],[-470757,-163015],[-471815,-175819],[-463423,-170802],[-468470,-170790],[-466061,-168075],[-473304,-172673],[-472189,-180706],[-470111,-184458],[-471095,-183772],[-467396,-194530],[-467497,-206965],[-472145,-204994],[-468598,-220310],[-468742,-218734],[-470914,-218896],[-464378,-36805],[-467155,1520],[-473879,-125483],[-475987,-137874],[-475487,-140139],[-478819,-130726],[-480978,-129921],[-486020,-149052],[-482163,-147939],[-476586,-151741],[-476942,-147717],[-473648,-146399],[-482175,-147066],[-480524,-152135],[-484533,-151205],[-477712,-153437],[-483558,-159467],[-474019,-158969],[-480932,-154232],[-473703,-173094],[-475508,-178961],[-477743,-178738],[-486171,-177847],[-484971,-173607],[-475888,-171633],[-480473,-171954],[-483425,-168469],[-483298,-180681],[-481785,-184303],[-484370,-183066],[-475289,-180183],[-478241,-186770],[-479905,-189046],[-483156,-189401],[-477559,-185996],[-481017,-196271],[-481609,-221779],[-475942,-11326],[-486519,-460519],[-483891,-461200],[-483928,-101399],[-480483,-104766],[-491575,-137003],[-490381,-149589],[-495689,-150485],[-496944,-148742],[-488458,-144052],[-490904,-145250],[-493319,-146114],[-498081,-162828],[-487228,-158310],[-487598,-153641],[-498366,-159987],[-494398,-155070],[-495876,-153944],[-491836,-162710],[-495334,-163026],[-489430,-176723],[-493495,-170451],[-496166,-166999],[-498863,-173057],[-492760,-171005],[-486693,-174629],[-496460,-169533],[-494839,-173843],[-486431,-179960],[-491647,-185986],[-496635,-187791],[-491778,-187110],[-489965,-187896],[-486824,-187613],[-490913,-193578],[-496304,-191994],[-494153,-204223],[-495966,-202238],[-492897,-202658],[-487847,-213465],[-496039,-224838],[-487790,-453876],[-487607,-455018],[-489192,-459661],[-493022,-451154],[-489781,-470984],[-487448,-466120],[-489388,-462549],[-489115,-476624],[-493931,-477946],[-489520,-477373],[-505367,-140532],[-510661,-138008],[-509102,-139294],[-507305,-138772],[-508018,-139004],[-503964,-138474],[-502050,-139747],[-511479,-147146],[-508599,-148547],[-501478,-148099],[-510295,-145861],[-510959,-146830],[-503599,-145006],[-501784,-141757],[-502471,-151988],[-506608,-142654],[-510981,-143600],[-509751,-142742],[-500070,-140875],[-510791,-166000],[-507927,-158955],[-506969,-154989],[-507036,-161305],[-502931,-162366],[-509996,-160831],[-499800,-158687],[-499482,-167024],[-504687,-174052],[-500344,-167594],[-503065,-173088],[-506555,-175832],[-506919,-175762],[-503918,-179412],[-508671,-181506],[-511915,-190683],[-501275,-191501],[-503818,-186464],[-506784,-184791],[-502244,-191945],[-502441,-201349],[-505325,-192776],[-501840,-195023],[-504764,-205191],[-507824,-213063],[-521619,-138113],[-523194,-135280],[-515591,-139221],[-516898,-139558],[-520509,-136066],[-513334,-138899],[-514440,-138980],[-512686,-149736],[-520579,-151580],[-516306,-149847],[-519446,-147021],[-515764,-144996],[-522464,-149580],[-513978,-163956],[-521240,-158514],[-521928,-160048],[-518273,-160704],[-514532,-161618],[-517860,-162106],[-519396,-163934],[-524263,-161864],[-522144,-166078],[-524106,-163969],[-524664,-162746],[-523689,-156904],[-521686,-157745],[-513233,-177934],[-517343,-170580],[-515745,-166214],[-518197,-170284],[-512344,-169386],[-521811,-176816],[-523510,-180965],[-520430,-179975],[-524312,-179993],[-522747,-179100],[-512114,-208277],[-513060,-218768],[-514800,-224797],[-520213,-222089],[-523657,-238845],[-520094,-240489],[-517109,-473984],[-516084,-111516],[-513218,-109494],[-515560,-103379],[-512770,-108970],[-517650,-114842],[-534708,-122506],[-535074,-123930],[-532257,-134190],[-536504,-137135],[-527158,-137302],[-537322,-140718],[-530858,-148663],[-536753,-147779],[-526886,-140923],[-536653,-145354],[-528108,-144418],[-528249,-150175],[-529256,-145241],[-529948,-152778],[-535921,-149288],[-534861,-161871],[-524963,-155807],[-528900,-163920],[-536385,-154906],[-534596,-154745],[-530374,-159038],[-529433,-159946],[-537013,-160590],[-535759,-160885],[-526195,-154757],[-529462,-167472],[-537163,-177942],[-524884,-166356],[-527847,-179479],[-535270,-191452],[-531943,-186986],[-534249,-186487],[-536304,-189192],[-533714,-183258],[-535485,-185397],[-527993,-188199],[-534991,-196226],[-530036,-199916],[-528069,-208770],[-527204,-233973],[-525114,-434189],[-534472,-444660],[-526610,-469139],[-539643,-122588],[-539257,-133834],[-542114,-128964],[-539074,-129340],[-539917,-139904],[-550382,-131278],[-547860,-139396],[-547327,-137586],[-548686,-137129],[-547613,-133561],[-539467,-157882],[-543876,-162873],[-541622,-163989],[-540606,-163642],[-543609,-159520],[-548816,-160533],[-549403,-159712],[-549197,-162760],[-540825,-175109],[-541272,-176063],[-538340,-169329],[-547337,-170686],[-548395,-170811],[-537608,-173063],[-538606,-183537],[-539164,-185177],[-543583,-180185],[-538701,-180639],[-538242,-338601],[-561440,-137441],[-556585,-133889],[-557978,-136223],[-558995,-137459],[-557671,-152170],[-559897,-150436],[-557223,-146627],[-550562,-141661],[-552612,-141585],[-550769,-143041],[-552748,-143122],[-554438,-149609],[-556337,-146406],[-559854,-157923],[-559330,-153515],[-551745,-160292],[-558885,-158493],[-560570,-159987],[-560081,-161252],[-560475,-163174],[-560119,-166008],[-562983,-164392],[-554348,-161828],[-553622,-162892],[-562243,-166784],[-557777,-171288],[-559338,-169013],[-557261,-169401],[-560503,-167770],[-563689,-138526],[-566305,-144245],[-565885,-144627],[-566395,-145931],[-563662,-151456],[-564186,-149965],[-564276,-161127],[-565072,-160778],[-565372,-157822],[-565998,-166990],[-1018574,1397158],[-1030815,1495520],[-1053083,1474640],[-1053558,1477773],[-188707,-546467],[-192203,-543625],[-216802,-300434],[-214021,-296094],[-215028,-305627],[-206143,-309120],[-229117,-310104],[-224279,-310585],[-220898,-316012],[-221121,-325922],[-222161,-427437],[-241019,-302168],[-234681,-427458],[-250567,-283989],[-248551,-298161],[-251156,-432625],[-257610,-293814],[-264848,-281752],[-265288,-294566],[-280869,-270718],[-269430,-288934],[-285986,-253563],[-288766,-258452],[-291634,-260355],[-286296,-266485],[-287460,-267905],[-283977,-264284],[-287328,-260606],[-281762,-267175],[-289944,-257876],[-288709,-268237],[-292071,-271668],[-290997,-270900],[-282548,-280782],[-287723,-268995],[-289791,-275370],[-289536,-273572],[-287098,-279187],[-288759,-279785],[-285245,-279489],[-292825,-281794],[-288685,-282720],[-283129,-285956],[-296314,-266387],[-294653,-258566],[-302604,-257467],[-296320,-264628],[-298415,-268649],[-301128,-275624],[-297060,-274628],[-299295,-275782],[-300704,-269435],[-296278,-279989],[-295355,-280536],[-296557,-281040],[-303268,-274591],[-295739,-275524],[-308941,-266568],[-313625,-265011],[-316290,-266093],[-317650,-257917],[-307755,-256406],[-313044,-259728],[-319435,-270886],[-317977,-270661],[-313147,-273608],[-308313,-272532],[-310934,-274262],[-312093,-274281],[-312662,-277200],[-315298,-276309],[-316589,-278019],[-319091,-276047],[-319185,-279010],[-325201,-239688],[-326599,-239749],[-320189,-236523],[-323525,-235613],[-323596,-231456],[-322587,-233214],[-328470,-250093],[-328549,-249136],[-321971,-251401],[-326247,-250609],[-326033,-250219],[-324219,-265411],[-321096,-264878],[-321925,-265478],[-322571,-257729],[-331654,-270894],[-328417,-272395],[-320004,-269370],[-324725,-271985],[-323595,-271573],[-322981,-270732],[-320787,-273442],[-331397,-273601],[-321376,-271696],[-320904,-272262],[-332143,-274126],[-322947,-277195],[-329080,-279285],[-326070,-278356],[-330516,-276580],[-329894,-274036],[-323866,-273913],[-324619,-278616],[-344884,-135041],[-341354,-242022],[-337572,-242640],[-336553,-242732],[-340095,-241062],[-334157,-238246],[-341164,-236447],[-337742,-233103],[-342172,-237133],[-342292,-236118],[-344772,-238704],[-333689,-245033],[-344891,-253779],[-344331,-266657],[-345587,-268048],[-338584,-260083],[-337581,-265895],[-335698,-270299],[-337620,-273369],[-334622,-274535],[-334581,-273615],[-342702,-275119],[-339074,-275311],[-339854,-275917],[-337910,-276202],[-336477,-276025],[-342405,-276221],[-344499,-273363],[-343274,-276457],[-357901,-122582],[-354672,-135998],[-355554,-135713],[-346152,-139070],[-349936,-140540],[-349741,-129699],[-346089,-134349],[-353626,-146771],[-346664,-152584],[-356005,-160636],[-357204,-161735],[-356103,-159805],[-355983,-203128],[-358226,-228579],[-357514,-234487],[-353890,-240248],[-358024,-239067],[-351854,-233441],[-348587,-243378],[-358149,-243266],[-353688,-244620],[-357390,-246725],[-357361,-246066],[-350587,-251153],[-354855,-251279],[-353460,-262208],[-351309,-262387],[-358339,-268565],[-351248,-271216],[-351454,-277571],[-350598,-275328],[-354246,-275100],[-354928,-273449],[-358377,-270578],[-356105,-277263],[-354497,-279041],[-345613,-276774],[-354447,-273948],[-348648,-279084],[-357636,-78466],[-358080,-98134],[-356080,-103739],[-370754,-123820],[-366016,-117343],[-361367,-125623],[-359557,-127038],[-359890,-124362],[-359456,-123255],[-359897,-123328],[-362693,-127256],[-362940,-127369],[-362681,-126629],[-369922,-121954],[-369587,-120553],[-371054,-119672],[-365917,-131165],[-362459,-129981],[-366044,-134121],[-362720,-132193],[-359792,-137729],[-360817,-133839],[-361792,-138197],[-363305,-139572],[-361849,-134699],[-366832,-142721],[-369751,-144215],[-360754,-147391],[-365123,-148163],[-360386,-151887],[-369732,-142366],[-369142,-142044],[-365410,-141038],[-364183,-142096],[-367723,-142186],[-371073,-145327],[-369763,-157399],[-367011,-158167],[-358642,-157277],[-361726,-162793],[-364377,-162817],[-364458,-163867],[-370880,-164763],[-365694,-192200],[-367833,-198819],[-366220,-201573],[-367982,-200251],[-359846,-196908],[-358968,-198378],[-370249,-204496],[-359349,-202148],[-360234,-192117],[-362341,-196712],[-364377,-193905],[-364853,-193859],[-367338,-206757],[-367296,-211962],[-365131,-212331],[-364381,-206255],[-365400,-208030],[-364465,-206639],[-361382,-209380],[-368948,-215167],[-365696,-215628],[-365614,-226842],[-362634,-228924],[-362980,-230191],[-368465,-222575],[-361542,-224697],[-367530,-222576],[-362124,-225333],[-367564,-219834],[-368604,-219548],[-364732,-217478],[-359526,-217811],[-359493,-239391],[-369592,-254452],[-370806,-246542],[-368382,-252943],[-368136,-250761],[-364919,-246589],[-364879,-244800],[-360325,-243059],[-359490,-252843],[-359715,-251407],[-366185,-243867],[-367009,-244250],[-359464,-267584],[-365830,-258499],[-361836,-259148],[-359980,-261499],[-365707,-264466],[-370967,-256472],[-370426,-256451],[-371027,-257132],[-361296,-271353],[-364716,-270591],[-360716,-268614],[-363986,-276661],[-361003,-277463],[-367357,-275812],[-358919,-277621],[-362162,-275295],[-364996,-88003],[-368635,-89327],[-365576,-86971],[-363671,-84778],[-370858,-89117],[-369309,-84913],[-368342,-78964],[-367703,-79820],[-360084,-81160],[-363809,-82404],[-365969,-82144],[-367771,-84816],[-368998,-84423],[-358946,-80798],[-359379,-82024],[-361489,-81008],[-361001,-80802],[-360100,-80289],[-361437,-80928],[-360471,-78645],[-360944,-81712],[-359921,-82657],[-370784,-77310],[-363112,-77276],[-359166,-77098],[-360380,-76894],[-361936,-100479],[-361882,-93220],[-363004,-93605],[-364247,-90407],[-367464,-90745],[-363594,-91051],[-364585,-95032],[-366811,-93387],[-370970,-98082],[-369834,-95487],[-366949,-96033],[-368696,-91020],[-361873,-93991],[-362526,-101318],[-367811,-101944],[-365229,-99324],[-369211,-101561],[-366449,-101316],[-370111,-90955],[-365897,-100809],[-364433,-99504],[-363875,-99251],[-364470,-101674],[-361915,-103461],[-363952,-105130],[-360105,-111884],[-360985,-108866],[-364131,-108656],[-364294,-111378],[-368675,-112681],[-370580,-110835],[-367997,-113863],[-361595,-107263],[-364924,-104900],[-366013,-105054],[-370334,-114204],[-368029,-109911],[-368023,-108737],[-362506,-107253],[-371030,-108663],[-383178,-124069],[-380791,-124539],[-372244,-125360],[-383996,-116124],[-383737,-116835],[-378104,-118837],[-376825,-120773],[-371929,-115355],[-375002,-118646],[-373950,-119274],[-377266,-117055],[-375909,-115924],[-377334,-125437],[-374134,-125583],[-372815,-122032],[-379775,-117925],[-379619,-117876],[-371202,-128397],[-372361,-137639],[-379527,-137857],[-376279,-137332],[-374364,-133161],[-373189,-137873],[-381173,-137644],[-376652,-128792],[-380458,-127920],[-380447,-141162],[-378947,-141395],[-376788,-141032],[-377970,-153250],[-375427,-152544],[-376273,-150580],[-373951,-150183],[-374638,-146919],[-375069,-144809],[-371727,-145721],[-380471,-151342],[-377731,-146095],[-377027,-144621],[-379233,-141704],[-383618,-144579],[-383687,-146609],[-382457,-145565],[-376500,-147988],[-371458,-153111],[-379396,-150133],[-376791,-149236],[-372259,-145056],[-372038,-144762],[-380233,-155565],[-383968,-154350],[-377229,-160902],[-373789,-163004],[-372637,-163442],[-374971,-162334],[-377150,-162689],[-377487,-162691],[-380415,-165367],[-381026,-165611],[-380932,-163100],[-380608,-162761],[-383682,-160539],[-383818,-159466],[-382572,-158620],[-382700,-158100],[-383350,-157857],[-383168,-159484],[-382278,-166854],[-382228,-175562],[-383463,-176257],[-380556,-171755],[-380720,-167949],[-381663,-168373],[-382544,-177160],[-380394,-174003],[-379599,-171283],[-382799,-178269],[-380562,-173678],[-380594,-174429],[-380200,-168405],[-380869,-172582],[-380142,-171814],[-378950,-188706],[-372721,-187145],[-377549,-185449],[-379375,-180406],[-379096,-182251],[-381885,-179567],[-378959,-181691],[-380238,-182680],[-380030,-191443],[-379022,-184890],[-378922,-185804],[-381584,-179959],[-379852,-191281],[-382811,-203751],[-382248,-194630],[-382938,-197161],[-374162,-192686],[-376620,-198242],[-378692,-196081],[-378276,-192147],[-383359,-198593],[-377995,-193938],[-376840,-195188],[-375539,-193512],[-382865,-214782],[-378983,-213001],[-381207,-208428],[-381371,-216708],[-372750,-215603],[-373246,-212075],[-371445,-212372],[-372727,-215184],[-373924,-213822],[-374067,-213113],[-371756,-210390],[-373578,-215880],[-371869,-205149],[-371290,-215051],[-371745,-213837],[-371947,-223399],[-374949,-222205],[-383038,-225008],[-378429,-218985],[-377010,-220649],[-378308,-220647],[-380395,-224586],[-380383,-224195],[-380612,-224309],[-379608,-220216],[-379390,-220321],[-379017,-223013],[-378957,-222757],[-371331,-227616],[-372091,-227865],[-372837,-229441],[-377432,-237933],[-376607,-240754],[-380696,-234544],[-382245,-237151],[-380311,-235883],[-378048,-234348],[-372580,-232961],[-374548,-240222],[-372212,-233226],[-372491,-231432],[-383039,-242499],[-381048,-242036],[-373005,-242061],[-371266,-252988],[-375424,-250480],[-374417,-253017],[-372988,-252831],[-376431,-262549],[-373019,-266212],[-372380,-255902],[-372116,-257958],[-375849,-257956],[-382693,-266746],[-375111,-272397],[-374261,-88623],[-377891,-78033],[-372562,-80473],[-373177,-76990],[-371933,-78341],[-377718,-82502],[-377341,-79223],[-372244,-79243],[-373249,-88500],[-373545,-88826],[-377279,-87107],[-381428,-83506],[-380735,-84430],[-374307,-93536],[-376610,-93436],[-373118,-92172],[-372361,-102007],[-377740,-101129],[-377139,-99623],[-372058,-91887],[-372535,-92707],[-373689,-92794],[-382366,-102154],[-381492,-101571],[-378755,-100656],[-380245,-100018],[-374549,-100512],[-375200,-97389],[-373978,-98275],[-379014,-102065],[-383582,-92942],[-381836,-95345],[-380422,-93731],[-381299,-96083],[-378327,-89932],[-371515,-112262],[-372516,-105430],[-372281,-108728],[-378892,-106913],[-372112,-113384],[-376036,-111009],[-373795,-108309],[-377318,-105304],[-373826,-103867],[-375360,-103991],[-379630,-103590],[-387192,-124895],[-385651,-127507],[-384282,-125052],[-389746,-119958],[-386441,-119978],[-386170,-127050],[-396546,-125354],[-386259,-116197],[-387291,-133606],[-386080,-137747],[-384182,-132944],[-385631,-132157],[-387498,-139334],[-388130,-133878],[-390013,-131673],[-391235,-131983],[-389149,-128522],[-390786,-131196],[-391814,-135390],[-394122,-135700],[-391755,-128456],[-395739,-147848],[-385961,-152914],[-388698,-150000],[-386014,-149372],[-391114,-151842],[-395959,-151188],[-385190,-146126],[-385482,-144168],[-390751,-142356],[-385331,-144642],[-385327,-149005],[-384542,-149809],[-393667,-157931],[-393114,-153709],[-391797,-157234],[-395129,-161396],[-393517,-160034],[-384940,-162929],[-392788,-163681],[-387430,-163136],[-387499,-162594],[-388224,-165058],[-387915,-164511],[-389574,-163764],[-389345,-163289],[-390636,-162063],[-386581,-160883],[-385290,-157339],[-386017,-159024],[-384122,-175985],[-388369,-177295],[-394393,-177531],[-392442,-178998],[-386726,-167797],[-386523,-170273],[-396125,-177464],[-395445,-191747],[-393990,-191725],[-396795,-189019],[-391195,-181109],[-395635,-180162],[-394122,-185029],[-393518,-180704],[-393211,-183548],[-394401,-183289],[-393212,-184263],[-392733,-180550],[-392877,-179621],[-391002,-180783],[-391766,-180963],[-384220,-203537],[-395882,-201821],[-384513,-201517],[-385497,-194561],[-389585,-202961],[-389666,-198569],[-388165,-195302],[-385233,-195715],[-384825,-194123],[-390992,-200723],[-391130,-197906],[-394017,-200782],[-393877,-200380],[-384292,-214205],[-396520,-215251],[-395813,-214478],[-384605,-205300],[-388707,-208623],[-386134,-209635],[-386434,-208501],[-387651,-210208],[-388462,-211210],[-393232,-227177],[-395590,-222636],[-392296,-227702],[-392687,-218680],[-396292,-221077],[-396325,-218354],[-396424,-227542],[-394638,-230086],[-395067,-228946],[-387079,-226706],[-392652,-221722],[-391317,-219718],[-394071,-224545],[-388946,-220227],[-386582,-222424],[-387625,-222441],[-386963,-222079],[-389071,-234293],[-393542,-232152],[-386542,-234005],[-384594,-234906],[-387791,-234896],[-392085,-231659],[-393168,-232256],[-391736,-233803],[-391450,-235460],[-396361,-231130],[-388498,-237205],[-392194,-238911],[-393647,-239843],[-393995,-96022],[-390573,-98620],[-393696,-97221],[-391835,-99849],[-389601,-100771],[-392563,-95565],[-395840,-96272],[-390145,-92417],[-391291,-94707],[-386124,-96158],[-392821,-91822],[-390704,-89623],[-384139,-92344],[-394413,-100822],[-388951,-102718],[-388174,-103246],[-384179,-105296],[-384128,-105533],[-390178,-112485],[-385204,-105388],[-393522,-108431],[-391331,-113315],[-388913,-114915],[-388951,-102718],[-390552,-109261],[-395425,-105778],[-398507,-123637],[-406660,-116262],[-399287,-126933],[-397586,-128695],[-397166,-128370],[-399807,-151285],[-398448,-146115],[-396845,-146245],[-399188,-155940],[-404091,-156474],[-400204,-159191],[-401786,-160438],[-401130,-161942],[-405936,-163097],[-404502,-153423],[-398891,-175308],[-400334,-176171],[-402537,-175638],[-404628,-176313],[-399187,-168853],[-401433,-170367],[-405813,-178135],[-396899,-177551],[-404086,-184354],[-407981,-187165],[-406517,-182454],[-401142,-181865],[-400918,-180356],[-409173,-180438],[-407449,-181600],[-407398,-179441],[-403381,-187094],[-400854,-184299],[-402673,-186658],[-400057,-198951],[-397835,-193830],[-401470,-194418],[-404956,-196031],[-407977,-202437],[-404988,-201376],[-406982,-203768],[-397758,-205277],[-399311,-207004],[-400883,-214398],[-400500,-214880],[-400428,-215996],[-397566,-216043],[-401251,-216861],[-403213,-213701],[-401277,-218298],[-403714,-219617],[-404701,-220995],[-401020,-220912],[-399734,-224617],[-400501,-223955],[-397878,-226657],[-398337,-228930],[-399998,-228760],[-405331,-221439],[-405784,-225857],[-407134,-223285],[-407818,-220156],[-400910,-230648],[-402553,-233600],[-400143,-231876],[-404743,-245784],[-397863,-248002],[-408343,-251955],[-407061,-252624],[-409057,-40163],[-401948,-39564],[-404867,-40013],[-405710,-41065],[-405229,-45216],[-401089,-70492],[-398972,-63992],[-402425,-74873],[-404690,-84574],[-409287,-82629],[-402764,-90304],[-402980,-99835],[-397976,-111548],[-398060,-112082],[-408674,-104912],[-408439,-106055],[-402558,-110750],[-399589,-114351],[-415069,-119478],[-409676,-132061],[-411835,-171078],[-411439,-191242],[-417189,-188183],[-416666,-188718],[-417216,-191695],[-414312,-191628],[-414370,-189741],[-411354,-197143],[-410900,-198595],[-415205,-196112],[-411303,-197053],[-410540,-197425],[-416004,-195976],[-415361,-194609],[-414784,-193725],[-418538,-195414],[-420701,-235096],[-419101,-235664],[-415543,-241767],[-417422,-242172],[-414222,-250014],[-413171,-248456],[-410482,-251525],[-411065,-33427],[-412182,-36527],[-410262,-28647],[-413966,-31750],[-414241,-95978],[-411736,-112474],[-433201,-199665],[-430805,-203533],[-426201,-226509],[-429752,-220134],[-447263,-162736],[-443593,-162461],[-443101,-169210],[-441845,-180710],[-445712,-184889],[-442813,-186427],[-440738,-192863],[-446197,-205563],[-445614,-205445],[-445680,-230646],[-436329,-242671],[-443838,-5841],[-446445,-11741],[-436241,-247088],[-436215,-383154],[-447925,-82698],[-436334,13942],[-459429,-124408],[-456759,-122828],[-456235,-123951],[-456553,-134567],[-459953,-137020],[-460270,-138670],[-460711,-152952],[-455223,-147538],[-456547,-152030],[-456410,-156341],[-455340,-159294],[-452145,-158925],[-450241,-157862],[-460549,-167306],[-457079,-178917],[-449540,-191169],[-458781,-185731],[-455867,-193899],[-453692,-193698],[-448852,-223950],[-449949,-224346],[-449091,-228724],[-455844,-2900],[-454030,-11989],[-459366,-418],[-455948,-5910],[-460576,-511],[-458223,-469],[-458956,-771],[-459964,-147],[-451417,-7459],[-450031,-8831],[-448282,-14328],[-452978,-14948],[-448902,-18028],[-449234,-13851],[-449695,-16357],[-455530,-72189],[-456695,-70986],[-455525,-79077],[-451247,-84612],[-453347,-97276],[-460119,278],[-459731,561],[-461023,-125156],[-463258,-123783],[-468760,-138750],[-464795,-135597],[-461691,-134748],[-472470,-148166],[-470010,-144014],[-461002,-152293],[-467297,-143370],[-470177,-143393],[-469709,-145485],[-468988,-144069],[-470530,-145308],[-461101,-141079],[-462706,-158779],[-472028,-160702],[-469045,-159576],[-464067,-160058],[-461420,-164629],[-462992,-160690],[-470612,-161180],[-462971,-154508],[-462216,-163894],[-469128,-176169],[-471245,-172082],[-470132,-168612],[-464298,-167964],[-471280,-171399],[-467140,-171325],[-470399,-174110],[-470446,-171223],[-465525,-183041],[-462899,-181920],[-462981,-183105],[-466545,-189957],[-463133,-187487],[-461597,-191619],[-461340,-194245],[-468955,-198997],[-463907,-196212],[-463354,-194542],[-465644,-204549],[-472852,-207467],[-473279,-214085],[-468780,-216506],[-464490,-216479],[-465242,-216118],[-467177,-218142],[-464833,-219633],[-467361,-220788],[-472665,-5499],[-470589,-366952],[-471446,-24919],[-470004,-35005],[-469318,-34038],[-463083,-43871],[-468350,-50587],[-467525,-45835],[-464350,-71320],[-465829,-87988],[-466061,-92353],[-472221,-99848],[-466719,-99014],[-464063,-101517],[-463771,966],[-465647,3767],[-464214,4923],[-466616,4877],[-460970,1161],[-473863,-126351],[-474641,-136293],[-477301,-128476],[-479483,-130286],[-475479,-147456],[-478637,-148785],[-480923,-152575],[-484524,-147984],[-485502,-151796],[-479118,-153156],[-478515,-150737],[-477465,-151381],[-474822,-148500],[-481192,-148676],[-482926,-149251],[-484362,-149618],[-486199,-151116],[-480963,-149517],[-480206,-165391],[-486284,-155620],[-481335,-156053],[-479650,-154750],[-481874,-155918],[-480060,-159510],[-480735,-155043],[-481763,-156900],[-483109,-156174],[-484079,-156810],[-481742,-158348],[-483311,-157429],[-482241,-159387],[-481878,-176037],[-481435,-171918],[-482097,-172661],[-479536,-172886],[-475149,-173925],[-475169,-175992],[-473614,-172713],[-474421,-171418],[-475705,-171311],[-476212,-174517],[-478296,-176271],[-475322,-177547],[-474257,-177432],[-478772,-173055],[-481947,-170605],[-481640,-167809],[-483560,-169618],[-485058,-168566],[-483621,-168950],[-482149,-167834],[-481581,-183607],[-480406,-179562],[-473688,-190856],[-481633,-190296],[-475127,-196613],[-477322,-195065],[-474929,-198522],[-486182,-213254],[-473743,-212076],[-485719,-210327],[-484004,-210967],[-480025,-215594],[-477158,-224023],[-474891,-221899],[-484341,-224970],[-477603,-220914],[-485167,-226159],[-474149,-219699],[-480730,-221353],[-483075,-226916],[-479798,-224501],[-474587,-219225],[-481982,-365454],[-487911,-149547],[-487652,-143175],[-498767,-152825],[-488812,-149231],[-488119,-150222],[-490033,-151413],[-491626,-149410],[-493243,-150941],[-493642,-149618],[-488731,-144861],[-493841,-144222],[-492943,-158885],[-488864,-162439],[-493796,-163559],[-494367,-160254],[-497160,-158186],[-490824,-155315],[-488537,-157572],[-498215,-156280],[-495251,-163957],[-495410,-158246],[-493799,-156775],[-498073,-155221],[-497851,-160601],[-488167,-162529],[-488382,-154147],[-492893,-156029],[-494082,-159367],[-498585,-160773],[-494639,-163015],[-488431,-155178],[-488749,-159302],[-492059,-155354],[-497084,-162195],[-487177,-154453],[-492721,-158449],[-492100,-158156],[-491928,-156291],[-489217,-157371],[-489885,-155934],[-490312,-158199],[-488932,-157022],[-488260,-156802],[-489281,-162999],[-497427,-157631],[-486620,-158702],[-488309,-177727],[-496425,-172643],[-487046,-167637],[-487185,-172115],[-498374,-171135],[-498807,-172564],[-497601,-174211],[-497139,-170967],[-490918,-176269],[-490033,-172497],[-496722,-171285],[-492298,-166421],[-492710,-167066],[-491634,-170645],[-495482,-176987],[-498611,-177905],[-497756,-168228],[-493572,-179428],[-498665,-179068],[-496550,-179397],[-495973,-181576],[-495519,-181246],[-492935,-179033],[-493373,-190135],[-494586,-184652],[-497723,-190375],[-491795,-181966],[-495380,-184547],[-491663,-199872],[-497078,-206968],[-496251,-206046],[-488638,-225729],[-493337,-223390],[-496106,-217421],[-489625,-454968],[-490492,-454084],[-491160,-472981],[-507908,-139634],[-501447,-152005],[-503931,-144269],[-511409,-149420],[-510603,-149218],[-510072,-150243],[-506466,-152043],[-499731,-149069],[-501110,-147887],[-500478,-147556],[-509056,-150145],[-509127,-153048],[-508193,-149623],[-509043,-148595],[-509716,-148022],[-506970,-151165],[-499831,-153165],[-506298,-154985],[-506693,-161733],[-511129,-156828],[-502956,-161227],[-500942,-153789],[-503840,-160909],[-500882,-160707],[-500247,-160958],[-507774,-163403],[-503963,-164328],[-503998,-161545],[-503201,-160300],[-499534,-156014],[-504810,-161656],[-508589,-162558],[-506862,-164798],[-510485,-165654],[-509624,-163806],[-501880,-159149],[-510537,-162246],[-499374,-153555],[-505767,-154081],[-508883,-159870],[-507898,-161088],[-510084,-162702],[-510371,-170016],[-501289,-172845],[-507492,-172865],[-501000,-170944],[-501758,-174167],[-511184,-167380],[-510277,-169316],[-503088,-177989],[-503997,-170250],[-506572,-170516],[-511244,-181211],[-500694,-179723],[-500270,-179412],[-510417,-188826],[-511985,-185735],[-511901,-187319],[-499622,-187580],[-505420,-187927],[-509081,-184476],[-511779,-184107],[-504720,-186068],[-500136,-187052],[-504127,-191853],[-504696,-202217],[-506972,-201336],[-506049,-201977],[-511939,-201151],[-500774,-206127],[-507451,-210767],[-499587,-427992],[-504735,-457754],[-524154,-138905],[-516136,-138834],[-521578,-139881],[-521620,-147499],[-516604,-144154],[-522508,-141370],[-522454,-142191],[-521112,-148242],[-517998,-149092],[-517675,-149425],[-515081,-151402],[-516949,-165359],[-523176,-162838],[-514871,-155742],[-517588,-159296],[-518179,-158603],[-520907,-154098],[-512058,-162676],[-514464,-164439],[-516042,-156100],[-513273,-164582],[-512507,-163604],[-513956,-164742],[-522765,-163499],[-520954,-164605],[-521751,-158308],[-523506,-161890],[-515123,-158989],[-523756,-159720],[-522489,-161094],[-512893,-157430],[-522031,-165085],[-516177,-157473],[-517272,-159529],[-517107,-160237],[-515600,-159039],[-515278,-161200],[-515685,-161900],[-522458,-158653],[-513772,-168219],[-513345,-166584],[-521358,-169719],[-519458,-174682],[-523990,-172402],[-520853,-177785],[-514205,-167345],[-514280,-168715],[-513237,-171135],[-513276,-168599],[-520874,-178941],[-516520,-177562],[-517254,-177131],[-517349,-178990],[-519956,-174822],[-523014,-170932],[-513957,-177852],[-515783,-172606],[-517608,-168238],[-516127,-166244],[-519349,-166482],[-523476,-172881],[-521595,-172472],[-519752,-172610],[-519744,-172011],[-521100,-166361],[-512482,-172393],[-512120,-168737],[-514381,-170099],[-515942,-171015],[-515427,-172420],[-523724,-178425],[-522295,-178328],[-522339,-176164],[-524227,-176713],[-523541,-177076],[-521395,-177560],[-524126,-168688],[-517704,-179029],[-517704,-179981],[-519397,-179377],[-521914,-180269],[-513167,-184928],[-512043,-189306],[-518998,-204108],[-523869,-214204],[-517059,-205003],[-513426,-207855],[-521459,-236977],[-519071,-476514],[-523813,-101582],[-518295,-108690],[-521995,-106243],[-535522,-127236],[-527456,-117019],[-533630,-139037],[-532415,-129746],[-533542,-138139],[-536659,-138666],[-534767,-136910],[-533913,-130925],[-529633,-138438],[-528829,-139969],[-530234,-139574],[-535719,-141258],[-528577,-144529],[-531085,-152936],[-530508,-148130],[-529601,-141849],[-526075,-141126],[-531811,-148046],[-530111,-141932],[-531412,-140970],[-532670,-143272],[-533174,-143128],[-537459,-148122],[-533078,-147604],[-532113,-141883],[-536190,-144917],[-524990,-145466],[-527321,-142292],[-535502,-146425],[-533645,-142481],[-534937,-144475],[-530940,-143977],[-525768,-155618],[-531945,-161322],[-533165,-162685],[-529442,-163111],[-531094,-162310],[-536756,-154215],[-537037,-155325],[-528847,-154274],[-534947,-159057],[-527813,-162916],[-532767,-155626],[-533869,-156746],[-532093,-157977],[-527458,-159835],[-531127,-155360],[-532144,-156317],[-535570,-163075],[-537422,-163151],[-536048,-157829],[-527442,-156476],[-528702,-157026],[-529665,-158391],[-534154,-153573],[-534571,-166061],[-537340,-175141],[-525008,-176956],[-526904,-169984],[-526385,-170744],[-530064,-172146],[-533380,-171893],[-533345,-176435],[-527501,-174453],[-527685,-169774],[-532815,-178583],[-528878,-170359],[-534321,-172775],[-528343,-178890],[-524832,-176542],[-537173,-170216],[-537093,-173411],[-527929,-177281],[-529767,-176376],[-528384,-174936],[-529705,-172873],[-533427,-174716],[-528747,-189542],[-529261,-180157],[-530045,-185418],[-533611,-182244],[-526149,-181053],[-530729,-189380],[-535008,-180436],[-535568,-186479],[-537492,-187275],[-531263,-189210],[-526749,-186339],[-527194,-185274],[-531729,-179065],[-532255,-186578],[-527300,-183166],[-526559,-181402],[-529251,-179689],[-536651,-189736],[-535794,-183472],[-535933,-184331],[-534729,-185050],[-532623,-184441],[-534451,-183047],[-533562,-183815],[-527156,-186757],[-533958,-196729],[-533875,-195694],[-532749,-192340],[-533833,-194728],[-526935,-215046],[-529141,-206902],[-527347,-457243],[-532805,-453413],[-529686,-464599],[-536999,-100407],[-529469,-96101],[-534934,-106163],[-535500,-106895],[-527150,-103258],[-525553,-102680],[-530928,-112354],[-550071,-130411],[-537826,-137847],[-538548,-138196],[-539833,-127985],[-539597,-131307],[-541214,-130331],[-541562,-129899],[-540046,-135640],[-548769,-129175],[-548498,-132755],[-549647,-137068],[-537901,-149531],[-542590,-148557],[-537644,-158755],[-540012,-156464],[-538361,-158143],[-541002,-157565],[-544450,-161456],[-548792,-169348],[-544393,-169027],[-546147,-167364],[-538746,-167088],[-541771,-174859],[-542450,-177669],[-544752,-173900],[-544797,-175558],[-540788,-178989],[-538371,-180063],[-539794,-187057],[-537989,-182763],[-541444,-182717],[-543337,-182027],[-542067,-179252],[-561327,-151954],[-554308,-150230],[-558124,-145683],[-556455,-163389],[-553129,-163785],[-553059,-161113],[-555136,-161945],[-551648,-161559],[-554325,-160338],[-556128,-160663],[-552839,-163227],[-561310,-164566],[-562415,-165324],[-562531,-163939],[-561817,-162140],[-561296,-159679],[-560524,-161637],[-562776,-171215],[-553837,-169577],[-555536,-168654],[-559439,-167217],[-560039,-168839],[-556357,-167784],[-557300,-172021],[-551485,-169813],[-553187,-169642],[-555203,-171459],[-558962,-170285],[-551711,-171307],[-552572,-172211],[-565243,-155642],[-580209,-303116],[-595943,-301964],[130549,-305808],[61986,-226341],[719909,392374],[724450,398359],[722592,398424],[721163,401277],[741781,383932],[736950,393361],[740512,392352],[739421,393884],[731715,403131],[734114,405148],[730060,400565],[752738,393001],[751338,388618],[747615,392444],[754050,394989],[745071,387482],[748532,398803],[743124,409277],[754843,419275],[746236,423843],[751955,427189],[765653,393181],[760759,390595],[762784,393544],[765207,396619],[758829,398771],[757630,398467],[756794,421152],[766623,413880],[766939,410772],[779177,394991],[773396,398134],[-197146,-470045],[-213977,-300729],[-207989,-318161],[-206720,-310876],[-227256,-305865],[-217747,-298686],[-223067,-308144],[-224925,-311099],[-218863,-311955],[-242796,-292853],[-239039,-294744],[-254867,-300078],[-258286,-290918],[-261139,-283072],[-265398,-287599],[-258096,-298457],[-256523,-299061],[-281525,-269728],[-269501,-286510],[-294303,-248842],[-291055,-266752],[-291565,-257602],[-293766,-266956],[-288461,-264421],[-286003,-267520],[-285171,-265490],[-286814,-263382],[-284571,-262539],[-282902,-260580],[-282329,-259729],[-283108,-261681],[-292370,-257149],[-290800,-257557],[-292761,-257890],[-285630,-257091],[-291710,-256111],[-292002,-266094],[-292679,-270299],[-283233,-279448],[-284572,-268664],[-284036,-270264],[-284947,-272299],[-292446,-273038],[-294312,-277840],[-288429,-276997],[-294390,-274137],[-288332,-274075],[-291380,-278191],[-291928,-279337],[-290113,-280398],[-282578,-270445],[-282071,-271375],[-282079,-273311],[-289777,-278574],[-291774,-282616],[-295142,-264846],[-295169,-266002],[-305142,-268495],[-299499,-257927],[-297862,-255817],[-296919,-256495],[-303601,-257757],[-301909,-259390],[-295022,-260047],[-307173,-257820],[-294849,-267993],[-297967,-269887],[-296952,-271083],[-296408,-273986],[-294659,-275332],[-298754,-273387],[-299973,-273094],[-300936,-273996],[-302524,-271931],[-299185,-270425],[-295662,-277544],[-298949,-279365],[-297835,-275382],[-304403,-271180],[-303294,-269942],[-300419,-270365],[-302005,-276195],[-318965,-240941],[-310966,-266114],[-313899,-267939],[-319618,-264090],[-313182,-267306],[-317105,-266388],[-319981,-256167],[-309914,-259609],[-309340,-257051],[-318617,-269853],[-314263,-268930],[-316539,-269926],[-317064,-272562],[-315076,-273044],[-318259,-270141],[-318727,-269315],[-307330,-270992],[-309002,-270161],[-309981,-273403],[-319889,-273493],[-310344,-272430],[-318992,-277230],[-310981,-275094],[-314960,-274678],[-317148,-277592],[-317872,-275338],[-324472,-241521],[-324630,-239285],[-323392,-240045],[-324046,-238259],[-332223,-242212],[-322836,-238905],[-325190,-240845],[-323059,-237149],[-328009,-241134],[-330531,-241340],[-331946,-240544],[-323468,-242698],[-330031,-242611],[-325917,-236125],[-321315,-231954],[-327719,-239601],[-331775,-246405],[-332728,-245328],[-330402,-246373],[-325194,-244661],[-331068,-250887],[-328704,-245617],[-321431,-245258],[-330326,-249109],[-323840,-243843],[-325259,-246798],[-331221,-244429],[-324686,-245028],[-331420,-249004],[-323047,-247828],[-329863,-243929],[-329516,-247040],[-328023,-245892],[-331715,-251977],[-329223,-265618],[-322429,-264657],[-324050,-267108],[-322930,-266415],[-330380,-257322],[-324144,-263306],[-322649,-259318],[-322592,-261149],[-321792,-261820],[-320123,-260790],[-324651,-264565],[-332258,-267065],[-330036,-265139],[-327919,-263776],[-329516,-272938],[-332144,-270065],[-332726,-270993],[-322693,-272786],[-326218,-272026],[-321987,-271546],[-324170,-269669],[-325804,-273283],[-324807,-273290],[-326738,-274541],[-325816,-275189],[-320757,-274736],[-323920,-275678],[-325006,-278725],[-328651,-273274],[-344701,-137270],[-338181,-241877],[-334131,-241091],[-343290,-241364],[-335057,-240336],[-335035,-242945],[-335339,-238499],[-342224,-240938],[-341139,-241334],[-334243,-239027],[-336086,-238840],[-334073,-242247],[-340067,-242668],[-337365,-242708],[-339266,-237733],[-344150,-241034],[-340056,-240197],[-335912,-236461],[-337473,-232308],[-339184,-235931],[-343559,-238059],[-333751,-244131],[-339320,-243929],[-342882,-244054],[-342320,-248050],[-336738,-247144],[-333198,-243455],[-337480,-246807],[-339416,-244788],[-336887,-249346],[-337579,-244536],[-338498,-243580],[-337247,-247559],[-335926,-252188],[-337723,-249941],[-342740,-250318],[-339729,-252543],[-335668,-254253],[-334892,-254657],[-334636,-253332],[-334397,-251523],[-334275,-247248],[-343882,-252161],[-343858,-252117],[-343988,-250728],[-344782,-252315],[-344891,-251104],[-333488,-253782],[-339150,-261666],[-345289,-264636],[-343772,-264101],[-340467,-263940],[-337187,-264365],[-333272,-260735],[-336024,-259573],[-335282,-261243],[-334386,-265983],[-338863,-269012],[-339317,-272532],[-333955,-269239],[-340804,-269511],[-341796,-269994],[-332874,-269419],[-344060,-275606],[-358087,-127933],[-350539,-139320],[-351181,-139721],[-356624,-134643],[-347340,-138682],[-347964,-140506],[-354144,-137065],[-346891,-128083],[-348381,-128529],[-347048,-130821],[-346528,-130012],[-346244,-138214],[-347524,-133057],[-349478,-134947],[-358382,-129924],[-348390,-141564],[-345978,-140829],[-356384,-151638],[-357061,-150002],[-355436,-143911],[-352583,-147490],[-350623,-150653],[-354329,-157255],[-356711,-155956],[-354748,-160643],[-352457,-157181],[-351088,-156149],[-355342,-164792],[-354989,-164181],[-354957,-163824],[-355723,-168209],[-355723,-168209],[-356395,-233150],[-356219,-237168],[-355431,-234255],[-356249,-236204],[-345633,-242865],[-356519,-241791],[-355038,-241146],[-355881,-242801],[-356315,-239402],[-352260,-242211],[-351238,-240317],[-351814,-235550],[-349016,-238408],[-350659,-237050],[-351145,-245266],[-354822,-244878],[-352886,-245602],[-355623,-243295],[-351981,-246207],[-346872,-246513],[-351661,-251820],[-351162,-250647],[-355607,-254584],[-350577,-254907],[-346279,-262610],[-348230,-263291],[-347161,-268278],[-355063,-267313],[-349892,-271185],[-355284,-268680],[-352321,-276819],[-352569,-274791],[-349519,-272142],[-354502,-273076],[-355580,-271988],[-356321,-278441],[-357923,-276989],[-352085,-275646],[-348134,-273998],[-356682,-270563],[-357028,-99652],[-357212,-91680],[-368495,-125030],[-368595,-124287],[-364604,-116930],[-365393,-116141],[-363675,-123824],[-360793,-121650],[-362925,-117423],[-360571,-115070],[-361075,-126755],[-359612,-121384],[-359887,-117518],[-359279,-125243],[-369570,-122722],[-371063,-116863],[-369778,-115805],[-367959,-115736],[-371152,-115473],[-370840,-140262],[-370086,-138368],[-366870,-135335],[-368289,-134923],[-364124,-130008],[-363161,-129438],[-366671,-133115],[-370189,-137949],[-371132,-139070],[-364266,-131262],[-363677,-129879],[-368855,-139135],[-359734,-128027],[-359433,-133297],[-362356,-140360],[-359852,-137551],[-363442,-134849],[-359558,-134429],[-363482,-138646],[-362647,-136050],[-359512,-136816],[-359021,-129906],[-366882,-136983],[-365144,-140299],[-368757,-148999],[-368907,-145383],[-364164,-144197],[-360842,-143518],[-364206,-143250],[-370892,-158676],[-369021,-159752],[-367932,-165109],[-368385,-163093],[-363800,-158750],[-363109,-158443],[-368047,-155655],[-362457,-157877],[-359926,-154150],[-366408,-160304],[-366391,-165818],[-365821,-163785],[-359377,-162367],[-361713,-165885],[-368152,-165197],[-361742,-166463],[-371072,-169652],[-360174,-191217],[-370392,-184580],[-368214,-195366],[-368181,-192608],[-367342,-202617],[-367203,-196656],[-369248,-199605],[-368700,-196458],[-370953,-197037],[-361792,-194935],[-363075,-196230],[-364320,-196872],[-358960,-195558],[-361583,-203203],[-359084,-203232],[-360267,-200630],[-363584,-200314],[-367618,-203433],[-364371,-197796],[-369797,-197974],[-366633,-196830],[-368662,-205287],[-365317,-208743],[-363826,-212330],[-364984,-207592],[-364881,-204944],[-360513,-204861],[-368576,-208030],[-370997,-212651],[-369847,-211927],[-368611,-208464],[-365693,-210398],[-367410,-209614],[-367523,-207494],[-371092,-209373],[-362457,-207720],[-362914,-208834],[-362051,-210547],[-369677,-211113],[-370029,-209219],[-362513,-212765],[-365354,-215684],[-363983,-217390],[-358445,-217204],[-366719,-227035],[-367401,-226026],[-369966,-226282],[-364700,-227784],[-359192,-227444],[-361788,-229340],[-370882,-225662],[-358862,-229897],[-370242,-223415],[-363536,-225474],[-364748,-224530],[-363909,-223743],[-370856,-219486],[-364145,-240322],[-366545,-241365],[-366942,-237738],[-359536,-242485],[-358504,-240452],[-359023,-240013],[-359472,-241584],[-366769,-241205],[-366279,-235436],[-365837,-235137],[-368509,-254486],[-368421,-247327],[-366936,-252451],[-367623,-243980],[-365263,-246009],[-369768,-247219],[-358988,-251821],[-367234,-243151],[-365747,-243846],[-371045,-243797],[-365378,-261975],[-362906,-259579],[-360202,-268592],[-358996,-265180],[-362518,-258951],[-366821,-260145],[-366357,-265398],[-366505,-263590],[-367189,-260638],[-368915,-264635],[-362564,-268133],[-364226,-267308],[-368644,-256290],[-365764,-267803],[-367079,-272928],[-359995,-269430],[-364362,-273304],[-360031,-271187],[-361608,-270430],[-358499,-274295],[-364833,-274422],[-365740,-273812],[-359492,-89372],[-360489,-89077],[-358814,-85888],[-365768,-88714],[-368141,-89005],[-364779,-83487],[-360145,-87420],[-370153,-84319],[-363261,-83591],[-361327,-84667],[-359173,-82651],[-369170,-79574],[-371115,-77930],[-359738,-86499],[-361478,-80377],[-365676,-80388],[-365692,-80937],[-369084,-86301],[-368832,-84779],[-367885,-85601],[-370233,-86822],[-366962,-85616],[-359739,-78841],[-358674,-79583],[-361206,-81336],[-359265,-79821],[-361463,-81420],[-359178,-80812],[-358545,-82524],[-359540,-79310],[-360668,-81668],[-362662,-77085],[-363188,-77518],[-360481,-89749],[-362458,-99141],[-363490,-94880],[-363978,-93410],[-362839,-90583],[-367181,-91277],[-363407,-92329],[-366064,-95980],[-365510,-93783],[-369191,-97259],[-368986,-96532],[-362373,-95741],[-366570,-99193],[-368055,-102080],[-368192,-100940],[-366327,-99071],[-365472,-100706],[-370569,-101490],[-363670,-99134],[-364732,-100765],[-370285,-91373],[-358782,-113344],[-361141,-105096],[-361294,-107331],[-361893,-110097],[-360980,-102542],[-362944,-114495],[-361601,-113968],[-367115,-111880],[-370374,-106268],[-365862,-106578],[-366688,-107601],[-365709,-104778],[-367872,-105073],[-364999,-103716],[-370001,-103474],[-366984,-114162],[-364105,-106579],[-381415,-125528],[-382508,-123199],[-379484,-124368],[-371912,-122114],[-383804,-120485],[-383241,-121188],[-378276,-122934],[-380711,-118178],[-381220,-118999],[-374346,-118190],[-372460,-121485],[-372758,-118770],[-374119,-115951],[-371458,-117536],[-380285,-117489],[-383692,-125290],[-379053,-136226],[-380402,-135317],[-375154,-140067],[-378340,-135574],[-377166,-136295],[-374503,-135597],[-373550,-135549],[-377339,-135091],[-382441,-135203],[-378133,-130014],[-377626,-134286],[-374823,-128371],[-382553,-132474],[-383343,-131937],[-378195,-146446],[-372909,-148519],[-373561,-151362],[-371457,-148411],[-383427,-142811],[-374018,-144635],[-372389,-141991],[-383462,-152626],[-374064,-142739],[-380079,-143731],[-378988,-143023],[-383116,-144601],[-383702,-144837],[-381387,-149599],[-383001,-148264],[-382582,-150075],[-380644,-145676],[-383473,-147559],[-382440,-143939],[-378697,-150938],[-378747,-148437],[-378152,-151042],[-378474,-148086],[-377983,-149900],[-378212,-149518],[-377708,-149711],[-378939,-147279],[-377614,-154876],[-377650,-154621],[-376322,-154125],[-383517,-165061],[-372154,-153594],[-373944,-157254],[-371657,-164014],[-371743,-161588],[-383682,-162928],[-378911,-156046],[-383269,-164601],[-383712,-165374],[-378090,-156213],[-377762,-156283],[-377825,-156470],[-371238,-156576],[-379188,-154214],[-380793,-166911],[-381838,-177562],[-382837,-170814],[-382973,-169034],[-382476,-169506],[-380291,-176835],[-382276,-177941],[-379751,-178120],[-383936,-177899],[-374100,-169399],[-377193,-171104],[-376958,-170808],[-377570,-170030],[-379076,-173270],[-378798,-172873],[-377884,-175157],[-378105,-174578],[-383145,-168764],[-382986,-168244],[-383113,-171316],[-373100,-171044],[-375851,-172637],[-376689,-173580],[-376410,-173364],[-375102,-178729],[-380414,-190457],[-375096,-185499],[-374723,-184327],[-371254,-188602],[-372068,-188321],[-375528,-188143],[-376582,-187400],[-382001,-184167],[-382168,-182209],[-379459,-179028],[-380345,-180593],[-375125,-179196],[-382592,-187782],[-371888,-185645],[-376950,-185526],[-375806,-189841],[-374211,-187157],[-376817,-186621],[-376820,-187424],[-373804,-188530],[-373846,-185255],[-374237,-185290],[-372534,-185031],[-382059,-185956],[-382598,-185429],[-382873,-187678],[-383253,-183369],[-380173,-185539],[-375398,-182642],[-377100,-182592],[-382113,-202984],[-381104,-196627],[-383874,-200562],[-372709,-203541],[-372013,-199069],[-373385,-197787],[-374637,-195904],[-376928,-197340],[-372821,-193301],[-383068,-193853],[-375541,-203530],[-382632,-214029],[-382396,-213190],[-381054,-212474],[-376717,-213297],[-379852,-214672],[-378461,-212082],[-379634,-216326],[-381173,-215554],[-379405,-206730],[-374663,-209811],[-372628,-211593],[-383041,-205312],[-371547,-209932],[-375086,-205929],[-373538,-221493],[-373978,-222666],[-377336,-222696],[-372743,-224004],[-377743,-223018],[-377939,-225051],[-373790,-223923],[-376252,-222510],[-372494,-236499],[-375440,-237234],[-375917,-238499],[-383303,-233854],[-381391,-233967],[-379397,-239128],[-380006,-236618],[-381526,-241356],[-377760,-240817],[-374620,-238607],[-383710,-239761],[-383308,-241397],[-376483,-242024],[-372131,-247375],[-372006,-249937],[-371707,-251961],[-372320,-250177],[-373125,-245079],[-372343,-252837],[-372931,-246840],[-375338,-252215],[-372283,-266482],[-373532,-260436],[-376920,-259265],[-371561,-256975],[-373720,-268397],[-372822,-265172],[-374870,-259878],[-377939,-261718],[-373996,-260379],[-373104,-263654],[-374251,-259717],[-376596,-268491],[-374167,-258011],[-374681,-258440],[-382663,-269497],[-374830,-84771],[-373609,-85101],[-371728,-85155],[-375093,-79749],[-375210,-77451],[-377794,-81745],[-374457,-86057],[-378126,-82784],[-379928,-82298],[-380432,-78090],[-379523,-80129],[-379830,-78370],[-374229,-80277],[-374303,-77713],[-374176,-83960],[-372578,-83878],[-380150,-84952],[-371365,-94884],[-375349,-91766],[-377127,-90588],[-374083,-91361],[-374564,-89837],[-377055,-99544],[-377903,-100000],[-371658,-93671],[-381393,-101578],[-375046,-90839],[-374032,-95035],[-381485,-99824],[-382070,-100652],[-379079,-100141],[-376052,-95808],[-374511,-94865],[-376494,-96545],[-373593,-100204],[-377843,-101947],[-379203,-97287],[-372470,-114439],[-371485,-110114],[-374345,-110626],[-371750,-106972],[-373104,-107411],[-372480,-104574],[-380546,-107954],[-381786,-107103],[-372645,-113516],[-374293,-109922],[-372308,-113609],[-374957,-111406],[-371932,-110439],[-376977,-105757],[-381360,-105004],[-380648,-106124],[-379080,-113284],[-379896,-113082],[-383092,-106069],[-383290,-106941],[-390116,-123976],[-385595,-123843],[-387832,-123117],[-394544,-123152],[-390922,-117438],[-385617,-127177],[-395878,-124246],[-384092,-119145],[-386408,-121817],[-384661,-115902],[-386601,-115051],[-396022,-116580],[-384328,-138842],[-386204,-139040],[-388134,-138056],[-386939,-134607],[-384503,-130400],[-386285,-128662],[-393958,-133536],[-389452,-135909],[-392861,-134863],[-390022,-136100],[-385935,-140191],[-388311,-134632],[-390327,-134894],[-388619,-127822],[-391318,-129080],[-390988,-135857],[-394713,-134717],[-391586,-138065],[-391280,-137400],[-396483,-146584],[-388425,-148837],[-387694,-148603],[-391330,-150548],[-384827,-143673],[-394711,-150072],[-392250,-144388],[-395943,-145411],[-395306,-150103],[-389537,-147141],[-394094,-153398],[-389802,-146144],[-388701,-145573],[-388983,-142813],[-389516,-142911],[-384903,-150440],[-384617,-152137],[-387203,-157905],[-396430,-157871],[-392157,-158008],[-396243,-161375],[-396414,-160246],[-388515,-157953],[-387107,-157198],[-387178,-154601],[-388632,-154459],[-395211,-157392],[-386047,-165414],[-385433,-164398],[-392310,-164608],[-394408,-153693],[-392167,-173543],[-394443,-174841],[-390737,-174258],[-388920,-174525],[-390343,-175499],[-394615,-176903],[-390097,-177867],[-387708,-175389],[-385511,-176261],[-384821,-168591],[-386097,-172268],[-384834,-171041],[-395012,-170217],[-384109,-166210],[-384663,-166607],[-389494,-178447],[-384834,-171041],[-395532,-190523],[-391022,-179400],[-393979,-189381],[-386333,-179193],[-390080,-183475],[-394241,-190080],[-393653,-190330],[-395215,-185817],[-395356,-184216],[-389316,-185619],[-389578,-186188],[-389158,-183383],[-384823,-189784],[-385797,-188798],[-386399,-187023],[-389599,-181007],[-389504,-181304],[-384147,-186801],[-396624,-188147],[-395984,-200832],[-394625,-201008],[-396379,-203155],[-395509,-201372],[-387140,-203558],[-389417,-199537],[-386485,-204276],[-386908,-197252],[-389448,-201702],[-387737,-195999],[-387484,-201504],[-387818,-197642],[-388593,-196938],[-385444,-194486],[-384636,-194699],[-391072,-196753],[-390695,-195543],[-393741,-203362],[-394321,-203065],[-393546,-201893],[-391421,-203976],[-391162,-203273],[-384867,-215663],[-390148,-204763],[-390610,-214435],[-395108,-215090],[-394194,-215114],[-390637,-216196],[-388805,-205266],[-389476,-207740],[-389434,-209932],[-385740,-209016],[-392935,-215750],[-395091,-215821],[-391047,-204817],[-395754,-210462],[-395906,-207853],[-396037,-208315],[-391007,-213079],[-390514,-213259],[-392860,-223849],[-390868,-222344],[-394211,-222555],[-394903,-226667],[-392544,-226469],[-391400,-225141],[-392465,-217625],[-395404,-218749],[-387018,-217839],[-395436,-219338],[-395424,-223301],[-396453,-226059],[-392219,-221042],[-394865,-224922],[-392105,-225386],[-389057,-230187],[-390201,-233834],[-389328,-230901],[-392426,-233941],[-389897,-234717],[-391990,-232966],[-387213,-231090],[-392311,-231915],[-386592,-236349],[-389308,-235761],[-384187,-232489],[-390649,-235101],[-389115,-232268],[-384163,-237928],[-384207,-241032],[-391046,-240152],[-389695,-238075],[-395400,-231571],[-387323,-238853],[-394060,-238938],[-394535,-232612],[-390832,-46587],[-393419,-47682],[-394178,-51050],[-394577,-64505],[-388183,-92622],[-392045,-98206],[-391073,-101010],[-387579,-100071],[-384284,-94999],[-392180,-93167],[-394092,-98457],[-394851,-92896],[-385585,-92464],[-389631,-97142],[-385763,-98346],[-385647,-89807],[-388733,-101976],[-395027,-101620],[-390640,-102505],[-387840,-102841],[-385005,-102481],[-384410,-103235],[-393699,-109962],[-391807,-108639],[-394853,-114025],[-386838,-114221],[-386058,-110773],[-391828,-106286],[-392571,-103833],[-396636,-106639],[-401055,-121564],[-408753,-133821],[-406776,-132179],[-403697,-153386],[-401409,-151550],[-398101,-151341],[-397429,-148121],[-398078,-151660],[-400777,-148676],[-401499,-149872],[-398108,-146875],[-396802,-146631],[-405292,-152835],[-403694,-152200],[-403061,-157171],[-398371,-154585],[-397681,-156643],[-403817,-153991],[-400387,-160677],[-400853,-164684],[-405479,-165786],[-401143,-160027],[-406696,-162597],[-400310,-162636],[-404531,-166192],[-407466,-166168],[-408407,-165056],[-406845,-164703],[-405525,-164741],[-409265,-164456],[-400550,-166059],[-405736,-154911],[-409346,-165995],[-408053,-159873],[-406819,-161132],[-405821,-160863],[-404571,-163511],[-404837,-161373],[-397117,-158590],[-400309,-171831],[-401636,-171771],[-398278,-170475],[-398151,-175823],[-399815,-178124],[-408643,-177166],[-405853,-171051],[-401637,-168843],[-406847,-168975],[-401184,-169946],[-407797,-169366],[-409237,-168618],[-408652,-167886],[-408228,-166928],[-406515,-167661],[-408969,-178289],[-404163,-175013],[-403725,-176267],[-404283,-177660],[-402854,-177235],[-403902,-178903],[-401950,-176372],[-402636,-171336],[-400535,-171074],[-400843,-168626],[-402403,-167556],[-402828,-168491],[-402216,-166817],[-400610,-167765],[-399011,-170298],[-404286,-174692],[-401397,-176621],[-409277,-166805],[-404336,-174690],[-403944,-171574],[-404914,-172555],[-408497,-170369],[-408162,-171783],[-407472,-176257],[-406349,-187194],[-408433,-183087],[-408166,-184128],[-401667,-180549],[-402634,-181538],[-407266,-183679],[-398928,-190362],[-401963,-190027],[-409254,-188324],[-407673,-189145],[-402109,-180461],[-405337,-179216],[-403471,-179643],[-409162,-182449],[-399455,-199437],[-403803,-195360],[-404032,-201583],[-404215,-199934],[-402109,-200173],[-404050,-198323],[-409196,-199174],[-408878,-198499],[-397088,-199965],[-407262,-193321],[-400670,-214479],[-397645,-216511],[-399504,-213316],[-399289,-215521],[-398607,-216260],[-398689,-220416],[-401734,-220597],[-399749,-219186],[-398793,-223136],[-398035,-219986],[-399437,-224194],[-399887,-223059],[-400094,-225623],[-401460,-224815],[-405406,-219377],[-405098,-220795],[-405714,-218114],[-402629,-217581],[-399788,-221542],[-398521,-226911],[-402588,-223085],[-402836,-222161],[-402196,-225178],[-405272,-225943],[-407144,-219579],[-406270,-220354],[-404582,-222931],[-404748,-224450],[-407002,-221788],[-407747,-224907],[-408551,-222093],[-407939,-220956],[-402746,-227747],[-402691,-227759],[-403814,-227826],[-401306,-227572],[-403424,-226885],[-400281,-233396],[-399727,-231440],[-401133,-234134],[-401602,-231702],[-397164,-230305],[-403018,-230514],[-398294,-232610],[-406020,-250929],[-405988,-247414],[-404000,-246350],[-403336,-251424],[-401973,-252903],[-404247,-253968],[-406708,-253358],[-409557,-254016],[-409213,-36734],[-404506,-39110],[-401583,-44381],[-399920,-38530],[-408718,-40445],[-407728,-48531],[-404312,-51642],[-407092,-52214],[-406561,-53409],[-401748,-74147],[-406501,-84399],[-400692,-94935],[-397338,-98083],[-401222,-91364],[-402099,-98223],[-401682,-110717],[-407197,-107467],[-409978,-127664],[-421873,-118869],[-410232,-164410],[-410525,-165550],[-410306,-164837],[-413092,-178232],[-411568,-178689],[-411825,-176676],[-410674,-176862],[-412146,-174241],[-413075,-175786],[-412605,-173208],[-413687,-173396],[-413828,-171740],[-411992,-172327],[-412179,-171303],[-411280,-171117],[-410658,-169903],[-410005,-168054],[-411122,-166954],[-411627,-168882],[-412819,-169585],[-412046,-167493],[-410936,-168827],[-412791,-168930],[-413457,-169570],[-413185,-170362],[-414542,-170402],[-414474,-171058],[-414780,-172520],[-414729,-173780],[-415532,-175466],[-413303,-176748],[-412044,-178200],[-410642,-178711],[-409771,-177686],[-411990,-173925],[-413961,-175525],[-410518,-167383],[-410618,-176170],[-410977,-172460],[-417734,-173875],[-418799,-173673],[-416840,-171965],[-416441,-170482],[-416466,-174659],[-416109,-173523],[-418427,-170933],[-417077,-169369],[-412926,-167482],[-414993,-167482],[-413883,-168721],[-412530,-167029],[-419169,-176089],[-417825,-174359],[-419256,-174853],[-419935,-178333],[-419646,-178185],[-418570,-174933],[-417774,-170744],[-415231,-177680],[-414302,-177247],[-416175,-176042],[-422205,-178487],[-420593,-176957],[-411059,-186643],[-412085,-180329],[-413507,-182789],[-413717,-179318],[-414581,-181447],[-411581,-182188],[-410078,-191295],[-417807,-189568],[-415241,-190409],[-418266,-183217],[-420138,-181867],[-422228,-183522],[-417970,-181166],[-422043,-180367],[-420357,-180141],[-420400,-191497],[-412676,-193947],[-413796,-196441],[-412404,-195520],[-411423,-195519],[-416849,-194117],[-415810,-191871],[-419437,-193077],[-412200,-204563],[-411156,-203270],[-414208,-206418],[-413110,-206834],[-412623,-206033],[-411281,-205306],[-411560,-207304],[-411913,-208920],[-411097,-207985],[-415008,-207181],[-414090,-205482],[-412737,-207543],[-416222,-231319],[-419580,-239417],[-419680,-242309],[-414037,-242841],[-410143,-248783],[-412534,-243652],[-412019,-246964],[-412397,-250639],[-413591,-29787],[-419372,-86162],[-422310,-95959],[-421894,-92326],[-420169,-92035],[-417974,-103540],[-420016,-114675],[-419377,-111989],[-429384,-123101],[-423669,-121344],[-424102,-177878],[-423464,-177018],[-425553,-178729],[-422867,-180336],[-423454,-179608],[-425425,-182029],[-424128,-182753],[-423791,-183558],[-425208,-181040],[-423760,-179936],[-435031,-198877],[-425948,-203108],[-433428,-211567],[-425579,-226797],[-426300,-47718],[-434101,-52257],[-423604,-87630],[-424134,-81189],[-425136,-114591],[-431240,15665],[-434221,13415],[-433690,18157],[-431786,28502],[-439933,-193953],[-437628,-197688],[-445900,-204853],[-444001,-21100],[-447308,-14442],[-444748,-62574],[-445322,-59987],[-436689,-58027],[-440351,-64649],[-444941,-91802],[-443106,14418],[-458945,-125163],[-454673,-123237],[-455999,-134513],[-459847,-163256],[-452058,-160583],[-454191,-163989],[-456391,-154284],[-449704,-158270],[-454058,-185500],[-450840,-187491],[-453233,-184401],[-451906,-187688],[-459678,-185991],[-460150,-209694],[-460369,-10536],[-455537,-3168],[-449250,-18160],[-454417,-22347],[-451229,-60893],[-465129,-135655],[-470175,-142762],[-473429,-147840],[-462493,-163676],[-467520,-157387],[-469220,-158362],[-469474,-158628],[-461099,-154243],[-466446,-167693],[-468871,-180631],[-467554,-183655],[-471992,-189908],[-473228,-190119],[-465275,-200550],[-465444,-198696],[-467261,-216765],[-464444,-213744],[-465627,-214871],[-465862,-218301],[-468091,-3877],[-472141,-351780],[-460957,-369315],[-463890,-38060],[-462658,-46782],[-465932,-50815],[-469409,-38296],[-464577,2574],[-462169,5748],[-479385,-152254],[-483151,-148039],[-486037,-154962],[-480810,-157814],[-475278,-172055],[-476407,-171746],[-482618,-182636],[-481686,-179981],[-481296,-187561],[-480852,-211601],[-480051,-227870],[-481921,-222915],[-481627,-443087],[-484168,-100086],[-482837,-101498],[-498383,-152633],[-491291,-149956],[-489236,-144084],[-490433,-144188],[-491390,-157187],[-490114,-155008],[-488810,-153790],[-489096,-159616],[-492496,-157886],[-490307,-157002],[-490008,-173446],[-494928,-178361],[-494042,-174902],[-492458,-174674],[-488541,-176373],[-499014,-178698],[-498990,-177510],[-490608,-181775],[-496697,-193347],[-486669,-216603],[-486523,-222419],[-489453,-472339],[-508652,-153065],[-509487,-151898],[-507325,-152315],[-501310,-153254],[-508441,-150394],[-507952,-164704],[-511759,-163771],[-509964,-164196],[-508609,-159521],[-502802,-153480],[-510508,-168397],[-508776,-176606],[-507626,-176619],[-510962,-177805],[-503215,-179393],[-506713,-179521],[-508255,-181055],[-510550,-181344],[-506579,-180917],[-508354,-188170],[-509783,-191036],[-506006,-203839],[-505850,-205494],[-508701,-220429],[-517837,-163726],[-518372,-159718],[-523705,-166132],[-523208,-156209],[-522545,-165365],[-516537,-160603],[-517914,-170816],[-513831,-169259],[-522093,-169651],[-521199,-166727],[-514114,-176151],[-512904,-178378],[-512457,-176107],[-523501,-177842],[-517529,-183034],[-512788,-181216],[-517358,-179916],[-512054,-188553],[-520581,-192836],[-515159,-220203],[-520449,-226584],[-518955,-230016],[-512622,-478125],[-519546,-106654],[-533149,-129973],[-533161,-131686],[-524895,-139470],[-533307,-141549],[-532115,-147427],[-535203,-143065],[-536072,-145969],[-534371,-141533],[-532462,-162759],[-531810,-162021],[-533880,-160397],[-537591,-158152],[-537013,-155770],[-528536,-153537],[-525403,-155241],[-532707,-155151],[-530779,-159494],[-533530,-153424],[-527863,-177664],[-533189,-176810],[-531568,-190633],[-535777,-181084],[-532871,-181521],[-530870,-184621],[-534395,-189176],[-530126,-186789],[-528120,-189763],[-536561,-185058],[-532659,-192906],[-532235,-192591],[-527284,-314375],[-537446,-439388],[-529144,-465324],[-539978,-126833],[-537721,-155689],[-546433,-177623],[-540337,-171737],[-540123,-167765],[-543467,-173459],[-546129,-169796],[-541127,-174556],[-541742,-173309],[-538636,-169190],[-555527,-148896],[718528,395611],[728831,402120],[727710,402225],[723894,399826],[726927,400451],[738482,393815],[741996,393674],[733000,405043],[740175,432440],[742125,429846],[736805,423539],[753072,382700],[743490,388893],[745574,396100],[747220,394629],[743295,394619],[751864,407612],[750100,406836],[748423,409654],[743556,406249],[746640,421905],[748761,410914],[754792,421917],[744922,423945],[759916,405556],[759771,405892],[756123,397488],[761606,406271],[767868,408894],[756547,423595],[773966,401247],[778540,399681],[778294,398940],[128625,67181],[173774,131492],[173360,136422],[192526,-182427],[191717,138671],[187412,140242],[184665,144195],[204314,-126109],[203799,-120316],[202466,-197289],[201686,-209200],[204543,-217614],[204354,136472],[204489,147893],[203247,125371],[216123,-119099],[214374,-126828],[216798,-118770],[217250,-115084],[216602,-116690],[217379,-122775],[216463,-122201],[214192,-127139],[215865,-128086],[216756,-130068],[212949,-132234],[211811,-130029],[206082,-139448],[205847,-139630],[209728,-146216],[205903,-141042],[206464,-144812],[205675,-146544],[207692,-146498],[217418,-151116],[211524,-159874],[216808,-93853],[217363,-103393],[212492,-110782],[217404,-111888],[212000,-112942],[208528,128470],[205631,139399],[207531,127305],[213871,119130],[228084,-119623],[227586,-139948],[224984,-139733],[229867,-150194],[226491,-141129],[219996,-149884],[224864,-149821],[228789,-153014],[226687,-88392],[217460,-96762],[230164,-91160],[229596,-94927],[230120,-101346],[226073,-91306],[228858,-106315],[218264,-105992],[229142,-102697],[226799,-104504],[229022,-106779],[220491,131469],[228013,74266],[217972,115026],[227640,103634],[223654,123959],[230885,-116120],[231127,-118992],[234517,-117814],[233123,-126910],[240831,-124422],[242431,-117674],[237371,-121735],[234860,-128838],[241322,-152807],[237072,-179387],[237493,-202868],[233641,-201469],[233164,-234805],[234914,-89088],[242594,-93744],[234613,-94733],[234932,-101051],[238268,-90725],[233764,-92013],[237021,-101962],[231902,-113163],[242598,-114705],[234441,-105935],[238501,62396],[251026,-125055],[253951,-139204],[247566,-135726],[248487,-164699],[250853,-179743],[247832,-184279],[255046,-95465],[251265,-96327],[254444,-102230],[254981,-114033],[250964,-107500],[246325,-114637],[252490,-113762],[251990,-102922],[254273,69893],[264506,-125652],[257807,-115023],[257136,-118692],[267240,-130097],[261760,-148180],[259052,-86917],[258674,-99976],[262240,-111044],[268100,-112757],[257196,-108192],[262460,-105035],[271679,-120033],[281300,-117633],[279345,-127103],[278723,-126051],[280181,-130174],[271863,-131225],[280568,-130094],[271287,-143128],[270301,-151907],[279911,-142042],[269718,-88953],[278162,-100181],[270000,-98499],[277119,-103027],[274544,-106238],[290033,-117706],[287282,-129397],[286867,-139043],[289146,-132461],[289012,-146525],[286024,-92527],[282162,-108471],[297257,-123028],[295846,-118721],[302562,-138110],[296353,-151881],[299597,-153113],[301975,-162930],[300606,-160522],[307023,-156961],[307023,-156961],[319689,-161689],[313023,-68731],[316519,-83672],[307891,-85648],[321086,-159500],[332285,-171520],[345424,-148045],[342268,-168601],[344570,-171568],[345099,-98610],[336593,-96150],[347416,-124494],[346932,-146549],[349525,-152430],[355495,-167966],[346613,-189909],[357318,-106255],[370620,-138010],[369845,-135657],[366370,-151212],[369757,-157254],[367988,-168472],[358445,-186261],[359142,-185484],[364150,-111648],[378812,-116970],[371939,-121187],[383989,-132609],[378835,-134674],[377004,-138870],[375383,-148250],[378701,-147960],[380923,-174508],[376111,-174223],[380726,-8033],[379965,-39],[390283,-133207],[390258,-147414],[391081,7543],[395801,5291],[395031,16827],[394315,20956],[396525,82841],[398048,5899],[409329,43093],[397435,92917],[402795,95650],[416410,-61952],[415504,147330],[412337,144136],[419142,26259],[411381,40581],[429023,-74203],[429253,22740],[424677,26819],[443196,-42817],[447583,46261],[444069,126430],[457882,-138361],[454623,-163803],[448746,-173974],[460127,149788],[453186,152441],[468796,-132417],[463114,-164786],[470149,-166527],[483026,-174400],[481657,89039],[498483,-170919],[488721,85486],[588107,37992],[586645,40480],[586637,40512],[599964,318812],[596188,28846],[591657,31544],[597990,31991],[589022,35229],[600438,37998],[598036,41279],[598140,41231],[598113,46211],[724468,-187763],[724096,-202233],[741637,-172484],[742001,-172247],[733991,-197761],[937932,-132447],[943002,291839],[950473,-131751],[1076614,303993],[1078619,297261],[126150,49750],[120571,61530],[124445,65684],[-5681,-245649],[-3555,-245637],[137843,132313],[131227,138399],[135389,137558],[138337,48917],[128084,45242],[129700,49487],[135981,50682],[134695,39065],[130726,57714],[130656,64242],[138775,79459],[137586,85350],[139301,99650],[138660,116124],[140953,132374],[152398,139742],[143909,41633],[145655,62895],[147100,70015],[153371,74829],[151133,114410],[162940,19763],[159463,31686],[160912,34722],[162456,37850],[157771,48183],[154397,46024],[158205,40712],[158812,47967],[155277,57628],[163072,59419],[154812,59278],[154602,55598],[159925,65484],[157009,68562],[161514,74540],[165136,72900],[153936,81080],[159669,83222],[165411,91875],[173144,-33228],[168589,10766],[174419,136022],[172019,140220],[175364,141898],[169594,20288],[167879,14165],[178801,36193],[175479,36089],[176377,72539],[174558,69149],[173353,77767],[174128,79098],[176469,88294],[175998,85904],[178403,95749],[167894,125099],[187054,-157952],[186280,-180865],[188400,138488],[186095,131429],[184542,142375],[180186,35104],[182047,33868],[180387,31787],[189209,43483],[187195,47770],[182800,52059],[188602,73434],[180758,72036],[185623,97876],[186445,109465],[181118,113053],[181300,110420],[179866,102689],[181067,126583],[195626,-135681],[195161,-141408],[201420,-198999],[199013,-199142],[199131,-220041],[199401,-218753],[199440,-18344],[193992,140462],[195092,134443],[198714,143246],[200465,144733],[203342,48305],[197430,50460],[198424,44011],[196874,41358],[194642,39946],[198412,40186],[202290,54855],[197465,95706],[203711,97378],[204787,90656],[199431,127048],[195116,121995],[204726,124447],[205947,-160342],[212925,-169500],[209060,-168615],[212427,-195194],[205270,-207802],[205423,-211621],[205141,136831],[206692,136939],[212311,86879],[214857,83611],[213354,115372],[208203,126585],[213507,122569],[229456,-236396],[228897,-110973],[218131,130054],[220233,140106],[226955,36573],[221924,34515],[222356,64130],[223577,79588],[227679,84908],[230348,86819],[219659,83372],[228049,105149],[227174,115400],[225460,125014],[233417,-123252],[232381,-127459],[235976,-125850],[237531,-119108],[241108,-124060],[237057,-128697],[240635,-164187],[238711,-176887],[241259,-224496],[233684,-236821],[234261,-88934],[241336,-94030],[237224,-99120],[237941,-90633],[234925,-91434],[233878,-97835],[236782,-104324],[234146,-103602],[239793,-111650],[239348,-114786],[234845,-114380],[236929,63757],[239820,57625],[236022,55590],[241734,70181],[236918,88037],[240990,91658],[238637,93976],[232696,110868],[232634,116708],[232308,124847],[244003,-123480],[255452,-139206],[253242,-141547],[243747,-217368],[251373,-217396],[252591,-208794],[255156,-205783],[254875,-216638],[248530,-213164],[245771,-214859],[249166,-219318],[253976,-96496],[255103,-101754],[254635,-90092],[253423,-97742],[251323,-90572],[244167,-109550],[255171,-112547],[249375,-104848],[251549,-105334],[251274,35256],[251953,37794],[245019,46354],[245548,61099],[248529,60171],[250100,63440],[255016,64020],[248048,65821],[248185,75461],[255178,65766],[251205,88189],[247895,98501],[247347,91568],[249287,113584],[267531,-124191],[262980,-119727],[268726,-120287],[257602,-118578],[258980,-125248],[258633,-144034],[263312,-185503],[258899,-190338],[259666,-185423],[262146,-207756],[265259,-206230],[259177,-212940],[258660,-84870],[259229,-97526],[264109,-107480],[262917,-114669],[256331,-109126],[262566,-105780],[262810,-102931],[259727,34695],[256036,95743],[256153,93747],[258075,109682],[274317,-126778],[270961,-121143],[279065,-117781],[279523,-128053],[274018,-138696],[276864,-139356],[280529,-149266],[275873,-150106],[277460,-145104],[274728,-186290],[280549,-79096],[273589,-87731],[281461,-93492],[275329,-92786],[270257,-93598],[275321,-95207],[272720,-111428],[274693,-107479],[271416,-113619],[270508,-110562],[271440,72750],[277669,80483],[274705,84496],[278266,105118],[289050,-115150],[291382,-139882],[293336,-129238],[283727,-135229],[286307,-138122],[291727,-132528],[290727,-148840],[292622,-144289],[292669,-147512],[287865,-156925],[294364,-185205],[289378,-81413],[283762,-91410],[291342,-90835],[291576,-99742],[283583,-108778],[282710,99829],[297139,-125984],[302671,-139379],[301260,-151913],[301109,-151838],[306718,-142870],[299357,-157861],[306516,-156361],[295826,-166574],[306794,-190526],[303265,-190023],[303891,-84611],[296639,-89210],[305233,17468],[312261,-169521],[319142,-217369],[318743,-86180],[311560,-94609],[314107,-102492],[331725,-141626],[320225,-159473],[324731,-169421],[331336,-169639],[332790,-173396],[331688,-186756],[331359,-202554],[329786,-204067],[325941,-217124],[324368,-221146],[322832,-230120],[323187,-228523],[321705,-225581],[329311,-228116],[331898,-220721],[325124,-234905],[328731,-236062],[330086,-94352],[324479,-94941],[321962,-92174],[341308,-175166],[342886,-173804],[333332,-172010],[338001,-182939],[340896,-184968],[341879,-179946],[345049,-189779],[337794,-192195],[341325,-203295],[344076,-200927],[336065,-217060],[339030,-210928],[341091,-208833],[333185,-217942],[332982,-223522],[334127,-228235],[333553,-231590],[333323,-99546],[343991,-98444],[336930,-97564],[347313,-122085],[356956,-151579],[347178,-146360],[347912,-152426],[349979,-155292],[353383,-169387],[349947,-174530],[350753,-191462],[353353,-188968],[345904,-192823],[356396,-198726],[356971,-199136],[346364,-203449],[349002,-202681],[355126,-105428],[353922,-111519],[351953,120805],[364132,-119824],[363523,-150231],[365498,-151641],[364273,-156812],[367447,-155048],[358717,-166737],[367085,-190429],[364888,-183082],[360869,-183985],[360912,-187990],[362978,-197246],[360532,-201381],[366043,-200081],[368505,-201313],[358425,-112161],[381186,-121284],[372535,-118082],[371771,-134183],[372087,-139679],[376624,-136332],[383938,-128921],[376671,-153317],[376671,-153317],[372504,-143033],[381325,-168167],[372294,-172265],[379595,-176192],[382379,-170705],[374958,-187652],[379180,-187454],[375537,-190741],[376245,-198032],[382905,-198319],[375135,-198655],[379079,-8495],[387862,-122675],[385531,-136100],[388965,-129728],[390399,-142947],[389982,-141858],[395327,-151045],[395251,-157489],[384254,-158480],[385572,-157245],[391710,-154429],[384626,-173064],[386108,-168151],[390418,-188129],[395700,-184567],[384262,-186894],[389273,-183837],[395949,-185938],[390303,-194438],[390413,-196518],[394299,-197186],[395874,-196968],[388783,-194850],[386018,-200173],[386046,-198194],[391041,4338],[391236,17218],[397167,-145712],[399135,-152355],[398762,-163671],[400866,-158580],[400819,-157075],[405101,-171960],[400885,-167230],[402094,-172154],[399582,-170378],[398253,-182223],[399348,-192661],[401189,-192244],[401536,-194251],[402978,-194900],[407757,-194003],[397851,16334],[399310,27646],[409525,39827],[402794,81334],[398371,98890],[400349,96365],[414980,-119144],[416186,-125169],[416072,-123674],[420760,-125759],[419440,-139706],[417500,-128490],[421878,-131434],[419530,-149231],[419164,-152050],[420873,-146116],[419219,-142276],[420418,-163991],[419762,-162801],[415117,-154515],[416208,-157475],[421431,-159333],[420450,-155629],[420501,-153809],[420320,-166306],[422120,-172886],[409615,-197541],[421622,-202250],[418561,-194759],[414332,-18371],[420348,-42617],[419893,-92736],[411171,150090],[413149,147565],[422176,22995],[416834,326851],[417595,323711],[419531,327292],[417062,329963],[417051,330609],[416545,330996],[415786,325285],[411209,26100],[413902,31319],[421399,26811],[414944,30754],[419937,27602],[417874,41384],[412707,84992],[423994,-177366],[428236,-175017],[426423,-171830],[427765,-172301],[425243,-180312],[428650,-180318],[428838,-179989],[423686,-195341],[426582,-203722],[434744,-200239],[424714,-84455],[430206,-95416],[433993,24935],[431546,23210],[425915,322578],[426753,325914],[429486,330731],[424283,331412],[423027,333347],[424979,27333],[426271,482675],[426947,484190],[427872,483556],[430896,482742],[433536,484683],[430767,489417],[429817,122204],[435344,-180629],[444502,-188194],[445582,-187150],[447926,-188392],[439891,-180057],[445589,-182713],[439104,-204558],[442092,-204383],[435923,-207128],[447065,-206601],[445562,-207469],[441557,-39047],[441893,-77135],[437838,12397],[459436,-135574],[450499,-174224],[449795,-184336],[454561,-186795],[457293,-188083],[458555,-193702],[450992,-211385],[453446,-208619],[458657,145976],[451270,154947],[454341,46777],[467157,-128647],[466661,-167847],[471498,-169413],[462145,-210261],[464504,155427],[471206,511349],[472500,513699],[473303,528389],[472153,528392],[471790,527877],[465049,535787],[468877,537256],[470537,532195],[465470,533969],[467267,539605],[471056,543152],[473302,540499],[472694,543241],[471508,566709],[471717,570158],[471947,579857],[472708,702829],[480804,-173473],[481474,509240],[485794,507673],[483815,500049],[478721,510450],[482562,502266],[478297,512032],[479047,508465],[486031,512112],[481232,594580],[481079,589534],[475631,590883],[485260,708001],[483131,708824],[478830,710600],[485747,713166],[481226,709649],[481008,88042],[487047,356433],[491838,356273],[487113,357034],[498545,353675],[492558,370289],[498305,367666],[488136,366778],[487182,363704],[486681,364499],[491852,366280],[494648,459723],[493517,460308],[499145,460526],[494452,460189],[499065,473558],[498547,472449],[498153,474201],[496052,474938],[495765,496275],[495164,496979],[495005,494440],[495101,496589],[497723,491714],[498263,492474],[492405,500765],[488850,507018],[494116,501937],[494883,506337],[498171,506286],[494570,504361],[498029,592078],[498750,602167],[498781,683347],[495582,686613],[491526,684618],[498083,695632],[490969,696560],[492063,699373],[493187,699815],[491725,701769],[487739,702978],[494990,695812],[496346,697999],[488670,82406],[500993,-171730],[500171,353690],[511901,357024],[501998,359602],[502417,361565],[500854,365901],[504583,362444],[508683,404756],[507492,404632],[511142,399500],[510697,402655],[502750,400598],[503271,403014],[500956,458906],[502530,455425],[500063,459345],[511342,457598],[510061,458373],[503991,456905],[511473,456387],[508598,457010],[501093,461441],[502845,462936],[511757,463551],[511913,464388],[500777,471796],[500614,473277],[499691,473501],[500045,472768],[511386,469087],[508428,471846],[511707,471790],[508038,471306],[502753,476816],[500367,479837],[506657,477484],[508812,479064],[500312,484933],[511637,494971],[501449,497575],[505439,495795],[501649,499862],[506152,501597],[502854,507869],[506416,503873],[503026,504290],[506653,505148],[502284,503649],[499243,506771],[499222,503708],[506457,509858],[510155,510365],[506616,510793],[506885,511974],[507364,590844],[508278,595644],[505907,599708],[505147,597213],[510858,601285],[500413,598944],[511771,594804],[511613,592309],[508844,591790],[508870,613822],[505986,621468],[510565,617192],[511901,615649],[508365,639600],[506857,630302],[509214,636632],[507800,631944],[507113,627873],[506442,644958],[507063,650219],[503383,652979],[510013,645640],[511205,644495],[505121,644772],[500870,654528],[503821,654401],[511864,658580],[506926,663743],[504385,655761],[506725,653019],[508169,654737],[511710,672621],[506221,669392],[503093,688961],[503717,681984],[504422,681835],[500801,693588],[500662,695063],[509931,714063],[515304,357786],[516084,357592],[521559,359087],[525950,446958],[527987,444483],[528084,444970],[530921,435904],[532941,442084],[531961,442778],[538230,349821],[538424,355619],[540763,352058],[538380,443673],[540149,441895],[538563,444374],[540390,446092],[549173,446899],[541949,447194],[544675,447018],[561577,399285],[556768,398547],[559973,399538],[556374,397188],[556823,407496],[554528,407281],[556478,404010],[554031,407809],[555932,398606],[558036,408003],[588105,38014],[585808,34831],[586553,40512],[596537,28190],[597999,29199],[598225,29868],[591912,31220],[590744,31062],[598081,31430],[600435,37998],[598101,41280],[598066,46201],[634601,364935],[716789,393563],[724769,-206102],[736821,-198839],[738760,-196864],[733353,-197455],[737687,516791],[742662,-174297],[747592,515404],[746365,514305],[747856,517869],[745870,519852],[783096,495368],[807399,511147],[808870,510915],[846282,517438],[940042,308135],[947894,295907],[947724,314626],[996534,356801],[999246,299251],[1001158,306266],[1000203,368016],[1005174,367020],[1010322,370817],[1010969,370492],[1000288,373052],[1021689,328571],[1021090,326749],[1017266,332112],[1012108,346834],[1021446,347890],[1013079,370933],[1016787,370065],[1023285,364927],[1021528,361763],[1022194,366277],[1027303,304188],[1027172,307886],[1026115,353713],[1024940,352163],[1025924,347472],[1026740,371039],[1025492,364871],[1025134,371582],[1072113,306498],[1084482,293967],[126705,49729],[125988,61894],[127537,75399],[121110,65992],[120661,87511],[125912,102883],[122710,107693],[123030,106471],[163519,39395],[172869,132317],[178445,135862],[177186,34413],[186751,-147989],[185588,-156258],[187339,-184291],[185490,137960],[197204,-136049],[200229,-202431],[199428,-221412],[202504,135183],[194907,135263],[199770,142278],[200083,146992],[201353,127618],[214552,-120976],[215029,-124879],[215274,-122526],[211338,-116178],[209984,-118544],[208989,-162065],[214892,-167624],[216443,-190420],[205040,-213288],[215965,-99965],[213964,-98731],[210895,-111742],[209586,137547],[206135,22595],[207345,124831],[213241,120582],[227417,-145261],[225508,-176775],[224343,-177701],[227386,-166642],[223814,-174680],[220246,-186049],[221761,-183661],[220052,-190337],[225447,-191668],[227708,-202458],[223618,-194374],[228645,-113400],[229317,97526],[243008,-120126],[231374,-121774],[233495,-127713],[235205,-126459],[237171,-127054],[242107,-115200],[241727,-122583],[236083,-116901],[238927,-148340],[241006,-151513],[234805,-155018],[236275,-158192],[238570,-159835],[243163,-157468],[235746,-163011],[238770,-175722],[234847,-189648],[241259,-196116],[234939,-205656],[231467,-235937],[233876,-89099],[238986,-94800],[238822,-98694],[234889,-100181],[233131,-94509],[242417,-90394],[235152,-97300],[233537,-103765],[236407,-110329],[236988,76180],[239699,64778],[250991,-127740],[248583,-122146],[255371,-134192],[249920,-132779],[253779,-142005],[247291,-176398],[244117,-181790],[251728,-67051],[253970,-68066],[249479,-75812],[251181,-82017],[255306,-98628],[251254,-96827],[251765,-91118],[248653,-108897],[244001,-104392],[244299,-103242],[244061,-109302],[252167,-113898],[252390,-103588],[253311,69585],[267370,-119206],[259427,-122169],[259188,-125538],[265755,-132331],[257030,-138304],[267098,-136697],[262057,-127955],[258192,-140966],[257953,-142976],[264279,-2568],[267690,-2186],[263997,-52793],[257006,-83861],[257136,-95538],[265088,-112719],[261366,-113997],[266499,-108274],[257138,-114981],[259626,-112569],[256967,-105705],[260211,-104599],[260481,-104173],[265826,5071],[265197,6086],[259639,72744],[258034,79249],[260922,81168],[266380,95495],[257004,101935],[277919,-126034],[278288,-127661],[278282,-122616],[281272,-129260],[278950,-136394],[271633,-131192],[278395,-148663],[274179,-141536],[272613,-151328],[275446,-9585],[273731,-6438],[269077,-12619],[272883,-49137],[276135,-49756],[279962,-39963],[275214,-61584],[270450,-54808],[271337,-53642],[277472,-60492],[280127,-51609],[272044,-76238],[274771,-72324],[276639,-77116],[278937,-76829],[280331,-83823],[270707,-85017],[275749,-102020],[276040,-101057],[272150,-97371],[269539,-96480],[269468,-112807],[274723,-106445],[272788,-109770],[270938,-104112],[273336,-102616],[272363,-106351],[271541,5468],[277458,8083],[280662,12701],[273581,22308],[276129,27635],[279880,100313],[274009,97028],[287841,-115276],[293270,-123126],[293797,-127534],[285441,-6314],[293548,-466],[292083,-6663],[291888,-5631],[285374,-13109],[286608,-26349],[281895,-27718],[291085,-31672],[285706,-40279],[283903,-47555],[288836,-48520],[283903,-47555],[286221,-60394],[282358,-54922],[291678,-73203],[291036,-67908],[284747,-80251],[284454,-92079],[291961,-91382],[291844,10467],[287887,12421],[283368,8003],[292350,8837],[285826,14920],[300536,-124301],[303069,-141445],[297166,-187561],[300461,-188298],[300593,-195698],[302322,-193570],[307177,-199819],[304653,-204403],[304876,-210391],[299158,-6380],[301680,-8110],[306355,-6016],[303520,-7177],[305059,-24282],[302609,-32416],[306035,-32917],[306166,-26684],[296026,-36033],[302909,-50438],[306462,-42820],[306659,-57950],[294725,-61157],[295768,-53784],[302556,-52325],[298942,-68558],[296351,-72356],[295787,-69167],[301720,-112135],[300313,3212],[302292,3235],[305074,7274],[295064,19128],[297757,18466],[312048,-164292],[308423,-201224],[318808,-202975],[315589,-213580],[313783,-213334],[309741,-214008],[309036,-219741],[310966,-266],[313423,-6471],[314205,-7626],[314842,-20043],[310272,-40547],[309922,-54526],[309902,-62542],[309187,-55677],[310973,-69613],[316816,-81764],[308223,-86981],[315398,1925],[307312,13370],[320366,-202397],[323825,-204532],[322761,-207230],[323208,-107123],[331490,-108224],[320592,-112265],[333087,-168321],[337056,-182178],[344526,-214453],[344442,-216036],[338378,-220255],[337538,-220601],[342405,-232597],[337932,-231866],[348049,-129390],[355286,-148843],[357784,-151464],[355420,-141619],[346483,-153954],[354207,-174002],[346942,-169099],[357521,-170408],[346942,-169099],[357521,-170408],[347278,-202080],[347448,-203294],[356335,-210505],[356413,-210184],[348100,-219940],[351715,-220862],[357319,-224901],[354694,-223515],[348775,-232031],[348750,-233619],[348926,-253307],[354387,-252739],[352688,-100627],[351714,-114882],[361618,-115336],[367268,-151465],[362840,-148418],[362705,-185032],[363527,-203572],[360931,-205694],[369795,-218298],[368998,-228515],[368583,-231772],[360099,-237238],[363352,-240469],[366499,-251481],[369803,-250985],[359590,-110347],[370035,-111929],[369074,-110288],[377962,-134286],[374659,-145698],[373980,-156145],[376174,-164373],[371692,-156329],[383988,-158470],[379674,-172388],[377117,-167004],[374292,-172302],[375125,-179855],[373710,-211147],[381809,-225459],[375566,-220410],[382781,-241381],[377288,-234520],[381026,-237845],[382028,-8085],[382316,-841],[380045,-2105],[380503,12072],[382047,112513],[389108,-133218],[391181,-154241],[387058,-168393],[394819,-199674],[395046,7930],[395769,3637],[385941,12411],[396511,18598],[393317,36209],[395228,49598],[390204,71084],[386769,75916],[387977,85124],[406345,-199030],[403749,-211572],[403187,-210464],[398161,-226280],[398561,-226689],[408267,-244357],[408633,-24550],[397734,9202],[397464,30235],[399350,38620],[406896,45979],[408736,39259],[402624,60157],[398461,53786],[404239,51483],[409192,71145],[398917,71715],[403285,98268],[402205,107326],[419865,-202901],[421933,-204045],[410204,-197313],[416624,-206011],[412675,-214123],[417628,-217328],[416413,-225411],[410114,-217433],[413865,-230827],[413702,-241503],[418885,-258550],[419025,-255992],[419807,-27357],[412570,147921],[414865,150375],[414453,22185],[415965,16373],[410206,28060],[411571,27312],[420294,26643],[431397,-223740],[423339,-228114],[423151,-227428],[431208,-238605],[434351,-242656],[431469,-230836],[434928,-234875],[427345,-248891],[425728,-246160],[433716,-258608],[422499,-80663],[429581,-96176],[434250,12541],[434433,23510],[424944,24122],[424231,22504],[432548,19444],[423486,28353],[425157,37962],[435503,-209514],[443667,-211832],[435525,-223092],[438099,-227390],[447661,-224234],[441645,-232402],[445277,-240004],[438600,-248652],[436125,-79628],[446644,152101],[444033,172262],[438261,36105],[436056,44027],[440948,128106],[441612,126707],[448613,-171022],[454247,-214265],[459974,-217402],[452565,-230017],[449605,-230424],[452802,-239451],[455925,-41338],[448729,-42205],[459572,10958],[460568,706],[450674,10527],[451770,135851],[456996,146582],[457448,145536],[449364,149616],[448900,152932],[453341,155008],[456111,199424],[452263,22495],[450822,49403],[460009,40482],[458736,68166],[462055,-168434],[471917,-167884],[471703,-220435],[463549,-232884],[467247,-232825],[471215,-8545],[465439,-248204],[465240,-253618],[462731,155313],[482704,-128433],[473906,-131846],[479650,-170464],[477150,-222212],[476846,-241477],[478565,-241581],[475265,-241926],[486554,246785],[500487,-169136],[530845,273538],[593969,292557],[608004,257014],[605186,315863],[614644,293925],[623499,297844],[633039,320577],[644858,277307],[653128,280232],[673115,304140],[673167,396750],[690337,387008],[821500,366931],[930460,-129471],[933457,-132960],[931693,472039],[945794,-134128],[940179,286049],[946125,296710],[944278,308432],[943030,462697],[944574,498693],[949681,408997],[956178,398520],[963401,391044],[962662,408744],[963437,428456],[965088,447285],[962604,479518],[960072,504950],[981100,386730],[978042,400513],[974231,417853],[983458,467497],[983314,520702],[997900,385652],[990822,392211],[986780,491049],[1007139,-110039],[1010316,391351],[1001929,410963],[1005015,467605],[1006679,510380],[1014480,-110917],[1033071,-105938],[1045072,-105814],[1045696,396123],[1043776,386592],[1041551,400619],[1062042,399003],[1057640,403458],[1096210,372090],[1140948,537733],[1169912,515401],[1169076,531340],[1190179,473852],[-116221,-381226],[-116272,-401176],[-116805,-402333],[-116478,-402601],[-116425,-401780],[-117207,-403230],[-124431,-420920],[-125225,-422131],[-126572,-419300],[-126024,-420249],[-124902,-420779],[-121823,-421920],[-121630,-421501],[-115887,-417268],[-120047,-417523],[-119002,-416197],[-116653,-421998],[-116139,-421190],[-124957,-415902],[-118712,-427875],[-120383,-434649],[-117380,-430715],[-124458,-426187],[-121738,-430982],[-127452,-432098],[-127293,-428711],[-127047,-424383],[-126900,-423741],[-125416,-423490],[-126029,-422950],[-126961,-424701],[-117745,-423994],[-119213,-427836],[-117767,-427709],[-117598,-428198],[-116057,-437798],[-126546,-438969],[-122004,-436367],[-119455,-430747],[-120148,-437044],[-123261,-438154],[-115329,-437523],[-122312,-435187],[-123288,-436967],[-121833,-435466],[-115821,-435504],[-126584,-457984],[-119030,-458915],[-126081,-457876],[-126656,-455485],[-125508,-454149],[-124860,-459233],[-125831,-453275],[-123440,-453821],[-124694,-451963],[-117251,-453012],[-119068,-452476],[-121568,-454509],[-120790,-454514],[-123686,-456805],[-121713,-453291],[-118372,-453665],[-115948,-448236],[-117992,-448257],[-127775,-461349],[-122375,-467075],[-123413,-463671],[-126841,-463292],[-120274,-461513],[-118159,-478902],[-122376,-479393],[-121424,-483679],[-121402,-483350],[-116736,-480622],[-118588,-479895],[-117735,-479947],[-116595,-487526],[-125549,-492557],[-127532,-493623],[-117279,-487101],[-125629,-493504],[-126626,-497931],[-122010,-507511],[-120409,-507373],[-121058,-507878],[-119856,-501342],[-123227,-520385],[-122045,-519757],[-121780,-545640],[-119080,-550123],[-127066,-559669],[-125353,-553098],[-123550,-569647],[-120353,-575565],[-121567,-564381],[-121079,-565296],[-120124,-584993],[-119572,-585993],[-123692,-587049],[-116712,-583049],[-122293,-576458],[-116086,-576189],[-119883,-588623],[-126702,-596388],[-127662,-593957],[-126719,-591879],[-125988,-598645],[-127506,-598378],[-126592,-598873],[-125325,-597546],[-125996,-600152],[-122591,-596498],[-122474,-595109],[-125023,-596966],[-116852,-591139],[-118648,-590216],[-120463,-595713],[-121133,-593327],[-115993,-592870],[-119777,-612843],[-121174,-610660],[-124635,-621405],[-126630,-616865],[-121185,-628514],[-123123,-629813],[-122058,-630321],[-122755,-650752],[-121586,-649572],[-122505,-649645],[-124217,-653219],[-121073,-688849],[-126975,-698427],[-115844,-713420],[-117711,-711467],[-116076,-711088],[-131985,-420881],[-128744,-420443],[-133008,-416197],[-133707,-415259],[-133260,-414985],[-134206,-423589],[-129938,-424438],[-138158,-424181],[-133584,-422665],[-130958,-425640],[-129895,-432477],[-128951,-426292],[-129786,-426762],[-129058,-427018],[-137883,-434940],[-139302,-435975],[-137588,-441073],[-128798,-439674],[-138056,-439628],[-140457,-438363],[-135776,-452703],[-140073,-459180],[-128634,-451241],[-130441,-453934],[-128660,-452163],[-132319,-460129],[-137460,-459295],[-140792,-459418],[-140413,-455387],[-133053,-472451],[-134074,-465405],[-132299,-464994],[-134617,-462989],[-135562,-462157],[-133308,-460650],[-130638,-464569],[-140681,-462125],[-140494,-476446],[-128664,-477698],[-128984,-481866],[-140065,-529863],[-137208,-544418],[-135384,-540202],[-133927,-544152],[-136119,-540423],[-136513,-540078],[-136608,-541293],[-136849,-539211],[-139171,-539399],[-138884,-539237],[-130989,-546652],[-130375,-547677],[-133616,-548204],[-134909,-560959],[-136797,-560511],[-138418,-560823],[-140268,-562300],[-138461,-562301],[-139658,-562227],[-139374,-559822],[-135683,-561831],[-136592,-559809],[-135667,-560192],[-132907,-555493],[-130426,-558615],[-132641,-561972],[-130886,-572106],[-132567,-563749],[-140117,-579605],[-137503,-581256],[-133073,-580341],[-135145,-581315],[-134165,-580635],[-131938,-583216],[-134762,-581438],[-138280,-581924],[-132191,-579511],[-135539,-607691],[-129203,-602196],[-131947,-638720],[-139826,-635751],[-128415,-638496],[-139132,-636660],[-132682,-640679],[-133980,-643972],[-129283,-647271],[-135281,-645168],[-128200,-646496],[-132008,-647375],[-136018,-646532],[-135792,-670812],[-138052,-673828],[-136232,-674958],[-138564,-689928],[-138614,-688737],[-138483,-687561],[-133690,-685602],[-132942,-684998],[-129537,-686017],[-137521,-688109],[-134283,-692756],[-134077,-693425],[-136135,-694177],[-150060,-434809],[-144685,-431789],[-145181,-433413],[-147835,-428035],[-144425,-428187],[-141489,-430455],[-147166,-427233],[-148606,-428072],[-152004,-429297],[-148827,-442455],[-146586,-446633],[-152015,-443002],[-152315,-442670],[-142776,-437449],[-140909,-440417],[-149812,-456646],[-148367,-455230],[-146001,-450622],[-146477,-449765],[-148044,-454112],[-147521,-456668],[-146418,-456265],[-146199,-449436],[-147839,-459915],[-151247,-462843],[-152403,-463673],[-143279,-463058],[-143134,-461769],[-142255,-461266],[-142512,-465951],[-144777,-461534],[-143926,-462481],[-141036,-476355],[-148706,-531531],[-149161,-532592],[-150043,-529890],[-149837,-528336],[-143496,-534934],[-146455,-545411],[-143729,-542095],[-151663,-543287],[-141870,-539021],[-150743,-544005],[-141883,-541768],[-147372,-549227],[-146085,-550188],[-153391,-560234],[-152581,-560859],[-146169,-550735],[-143953,-561908],[-153222,-553126],[-145533,-552762],[-146411,-569148],[-144073,-567928],[-149410,-567044],[-148916,-567338],[-152372,-571498],[-151751,-570065],[-147198,-567082],[-145934,-566780],[-143588,-564097],[-151759,-572407],[-148385,-566249],[-145787,-615887],[-142079,-638404],[-141544,-633933],[-147277,-638536],[-147111,-650038],[-141987,-650561],[-143362,-651332],[-147261,-651560],[-144860,-662206],[-146060,-660877],[-147960,-664041],[-145066,-652814],[-148795,-663997],[-152956,-670758],[-163684,-431578],[-158545,-432252],[-158271,-432720],[-161521,-426181],[-155860,-427962],[-156403,-431883],[-157380,-427594],[-154509,-429849],[-164807,-433606],[-154666,-436399],[-155640,-439089],[-165927,-438102],[-165005,-443778],[-165296,-443023],[-153919,-442855],[-165666,-451025],[-159376,-449512],[-154672,-455614],[-163596,-451138],[-166354,-451281],[-158946,-456751],[-161161,-461000],[-163852,-465160],[-165908,-466023],[-160380,-465482],[-156644,-484069],[-158358,-533684],[-156694,-544141],[-162602,-541393],[-155010,-547243],[-157067,-549875],[-158003,-550133],[-153637,-543740],[-155647,-551478],[-158225,-551108],[-161842,-554705],[-156904,-560248],[-156698,-559472],[-154041,-558471],[-154596,-551009],[-155102,-571245],[-156987,-563830],[-157264,-563369],[-161170,-565282],[-161196,-563799],[-164053,-563357],[-159593,-571367],[-164765,-583634],[-160286,-581386],[-165761,-631861],[-163711,-636361],[-154459,-650181],[-165216,-654045],[-153931,-670288],[-165730,-669722],[-156381,-669268],[-161315,-669393],[-164010,-669113],[-166869,-434201],[-167035,-436387],[-168898,-438824],[-171962,-436911],[-171685,-437233],[-171984,-438087],[-172719,-437590],[-172507,-436782],[-179066,-450658],[-169181,-457760],[-175120,-471225],[-178091,-471500],[-171179,-547065],[-172183,-547804],[-168515,-541984],[-170262,-540548],[-169167,-542884],[-166996,-557794],[-178754,-554054],[-173106,-551968],[-173022,-552910],[-173532,-574250],[-173394,-575546],[-173751,-575364],[-178950,-569573],[-167318,-566479],[-169541,-564631],[-168519,-564096],[-178384,-573778],[-175852,-575832],[-176176,-581128],[-168214,-576546],[-169723,-578924],[-170852,-576295],[-168068,-582226],[-173346,-582353],[-170228,-582583],[-178276,-590857],[-176018,-637247],[-167908,-628922],[-166861,-632268],[-169550,-654471],[-166969,-655408],[-168036,-668006],[-168643,-667902],[-175645,-666592],[-188692,-420458],[-185823,-450692],[-187586,-448103],[-187520,-471589],[-187658,-531202],[-189416,-531801],[-182497,-560934],[-191017,-574761],[-188613,-567787],[-189372,-570634],[-189915,-582820],[-179674,-584731],[-185643,-596373],[-191591,-594271],[-189249,-600245],[-185619,-598760],[-180726,-588857],[-183054,-590669],[-188094,-590612],[-179337,-594024],[-191055,-603745],[-184710,-605216],[-181497,-612537],[-180433,-624755],[-184664,-615995],[-186547,-617588],[-179586,-620404],[-182402,-633695],[-183659,-634406],[-191048,-636137],[-191131,-630913],[-190824,-631225],[-189261,-640697],[-184088,-645277],[-187564,-646690],[-193436,-421986],[-193334,-421308],[-196688,-419043],[-201390,-420083],[-199762,-420849],[-200508,-421138],[-197566,-420268],[-198194,-421174],[-203652,-420078],[-193986,-421199],[-201428,-424895],[-200048,-423714],[-194473,-423439],[-203574,-426527],[-203309,-423844],[-203299,-422928],[-201244,-423103],[-197993,-430729],[-198298,-427276],[-199149,-433263],[-199156,-434557],[-194683,-435260],[-204129,-440048],[-195883,-438236],[-195622,-437323],[-193501,-437092],[-195406,-437715],[-196322,-454206],[-199437,-451564],[-192166,-453269],[-198629,-478134],[-197372,-485458],[-197356,-484839],[-203696,-511659],[-193201,-504490],[-200557,-505209],[-203893,-503887],[-203694,-503720],[-204241,-503997],[-200848,-515671],[-197543,-506821],[-196861,-507152],[-199854,-505899],[-200190,-514331],[-196196,-536154],[-193806,-528798],[-188466,-534027],[-189610,-531501],[-203250,-530029],[-201702,-549425],[-202237,-561430],[-200770,-558983],[-196309,-560458],[-193427,-561571],[-193671,-575609],[-193272,-570880],[-195345,-571194],[-192896,-567349],[-198782,-585518],[-192799,-583244],[-199284,-584189],[-196076,-587409],[-195647,-586757],[-193354,-595408],[-196802,-601383],[-199354,-597013],[-202413,-598197],[-195017,-595924],[-196492,-607196],[-197603,-612394],[-193160,-623724],[-202702,-633471],[-203071,-633520],[-195240,-627170],[-199932,-654206],[-196388,-655756],[-205045,-420716],[-206048,-420286],[-206666,-421164],[-205623,-419962],[-207836,-418738],[-210306,-422629],[-207076,-433620],[-208481,-437097],[-208288,-438082],[-205165,-440482],[-207655,-437625],[-208572,-491708],[-215380,-494428],[-209702,-509323],[-206178,-510402],[-213239,-523566],[-214681,-518616],[-207916,-512656],[-206842,-512513],[-214873,-527572],[-204854,-528230],[-212593,-531003],[-211637,-529785],[-212094,-530900],[-216394,-525774],[-214529,-528321],[-212918,-526473],[-211446,-553563],[-210488,-550541],[-214423,-563551],[-206314,-568525],[-216172,-572874],[-211456,-567351],[-217503,-567128],[-208817,-576041],[-205915,-585202],[-205612,-585763],[-209372,-587846],[-209269,-578307],[-212990,-585239],[-208934,-587272],[-206346,-582132],[-207392,-578293],[-206903,-580538],[-206613,-601588],[-229279,-430994],[-228352,-434861],[-227452,-434212],[-228952,-430417],[-221246,-431561],[-222490,-431745],[-225862,-437306],[-230202,-435654],[-222625,-471630],[-225239,-469892],[-224410,-470444],[-224893,-463981],[-223293,-474154],[-219540,-494975],[-224693,-551209],[-217896,-568114],[-221314,-569635],[-223631,-567199],[-225455,-573305],[-227366,-578073],[-228409,-587046],[-220964,-600123],[-226600,-602872],[-225401,-604368],[-233177,-431273],[-237108,-427306],[-240641,-427168],[-242950,-427842],[-230873,-432388],[-232980,-434986],[-234700,-434424],[-231879,-433876],[-232937,-432494],[-230479,-436086],[-231726,-436026],[-230973,-435319],[-238060,-487620],[-239653,-488047],[-231865,-549608],[-236153,-555406],[-237770,-555057],[-238249,-554071],[-236353,-554920],[-232490,-554095],[-238738,-566893],[-231136,-567597],[-231088,-571218],[-239365,-582937],[-235086,-577694],[-232302,-595906],[-232696,-599531],[-11232,-361831],[-3526,-374913],[-1751,-415171],[-2988,-415387],[-3613,-417000],[-5523,-415608],[-6058,-416544],[-8309,-416649],[-10285,-416015],[-11498,-415825],[-11517,-419037],[-11917,-462112],[-12358,-462530],[-296,-479572],[-2581,-482410],[-113,-483136],[-686,-482636],[-4507,-485323],[-12521,-486839],[-7531,-498335],[-6489,-502188],[-6448,-502074],[-6477,-500055],[-6947,-500492],[-7238,-499553],[-6514,-499348],[-2519,-510747],[-9779,-511320],[-7169,-510408],[-7782,-509751],[-7730,-509763],[-11735,-519817],[-12293,-519728],[-11140,-519475],[-7900,-512033],[-8367,-514650],[-7870,-513081],[-6375,-512197],[-3063,-517093],[-2994,-516859],[-4056,-517010],[-1813,-517840],[-710,-516430],[-1879,-516555],[-3312,-515109],[-2553,-514854],[-2421,-514507],[-248496,-432197],[-250282,-432234],[-243924,-428670],[-245061,-436801],[-255169,-446738],[-253829,-446982],[-244128,-443929],[-243944,-444320],[-246101,-444876],[-245318,-444407],[-246264,-444122],[-251926,-470430],[-252513,-470217],[-253054,-465889],[-253538,-465606],[-253452,-466568],[-249278,-467430],[-249480,-467032],[-252223,-467953],[-252741,-467615],[-252083,-467483],[-252580,-566190],[-248876,-565554],[-244320,-570756],[-261080,-433955],[-256675,-459745],[-257274,-464944],[-257149,-465428],[-259186,-464501],[-256212,-464734],[-256196,-465576],[-267289,-570265],[-263691,-599693],[-268819,-575273],[-288717,-447195],[-289559,-448346],[-288402,-448587],[-296339,-451170],[-297102,-449048],[-298113,-448841],[-298593,-449751],[-306832,-480464],[-306213,-479662],[-306348,-479017],[-308903,-484368],[-308324,-483438],[-310099,-477556],[-309375,-478271],[-308062,-479687],[-310699,-479690],[-310961,-478608],[-324910,-456547],[-324069,-456891],[-322080,-456904],[-321574,-453823],[-14768,-362554],[-14322,-363012],[-18622,-369389],[-15935,-363903],[-24578,-389408],[-24721,-391161],[-17231,-416073],[-14860,-413803],[-20217,-416107],[-19358,-417894],[-21315,-416419],[-18535,-416437],[-13117,-415857],[-13191,-419256],[-24378,-423966],[-23867,-447706],[-19276,-446085],[-20706,-447731],[-22128,-451262],[-23801,-452266],[-24206,-452478],[-23928,-451558],[-24649,-464154],[-23835,-466811],[-23918,-464807],[-15280,-465941],[-12874,-461659],[-21466,-478063],[-22159,-479133],[-22533,-478546],[-25103,-476791],[-24209,-475039],[-24725,-478683],[-24503,-476878],[-23604,-478057],[-22288,-481402],[-22549,-480578],[-22653,-480715],[-23260,-479974],[-25517,-484255],[-23767,-484133],[-24249,-482644],[-24263,-484291],[-24396,-482519],[-14111,-495037],[-12842,-502011],[-14506,-502490],[-13709,-502078],[-12998,-503966],[-13733,-502711],[-13594,-503098],[-21556,-504008],[-18511,-505411],[-17990,-503046],[-18363,-506124],[-19361,-506827],[-18283,-506361],[-18172,-509220],[-18606,-509714],[-19175,-509214],[-18846,-503230],[-19283,-504468],[-19557,-504882],[-20447,-505389],[-20866,-504780],[-25373,-503660],[-28083,-505238],[-24539,-503550],[-22023,-503876],[-23358,-505314],[-22787,-505909],[-17700,-502772],[-17751,-501615],[-17544,-502467],[-15146,-502517],[-20262,-502642],[-21004,-502244],[-21524,-503046],[-24468,-509027],[-25342,-509502],[-23314,-509941],[-23327,-510440],[-24974,-510145],[-17609,-511705],[-16967,-511726],[-18559,-522998],[-12978,-513981],[-18284,-512889],[-21176,-519689],[-17538,-517625],[-17272,-517753],[-18154,-514178],[-14385,-519250],[-13311,-517950],[-15412,-518285],[-17320,-517693],[-19419,-513950],[-19385,-512988],[-21680,-517432],[-12920,-517713],[-15203,-517023],[-18284,-518637],[-22917,-515976],[-21595,-522470],[-23580,-517070],[-22977,-515100],[-21979,-522623],[-22643,-516202],[-22085,-517900],[-23275,-516544],[-25271,-515506],[-24715,-514897],[-23620,-517058],[-23571,-515459],[-23523,-523852],[-24662,-523318],[-22568,-523502],[-35454,-370716],[-34073,-375738],[-26665,-372320],[-33048,-389882],[-31425,-409300],[-36597,-406225],[-33922,-420059],[-32332,-419071],[-28329,-415862],[-28162,-418384],[-30361,-420542],[-28306,-419710],[-26913,-418264],[-34926,-420905],[-33014,-411417],[-29547,-409917],[-33453,-414157],[-30911,-414676],[-34419,-415403],[-37582,-414309],[-31376,-434243],[-26106,-424003],[-25881,-425328],[-36698,-440861],[-34999,-435435],[-30205,-438619],[-36123,-458805],[-31843,-458503],[-33276,-448874],[-36503,-463557],[-35749,-462990],[-31850,-460871],[-25820,-469708],[-32395,-469697],[-32886,-468755],[-31821,-468400],[-30593,-461886],[-32703,-460968],[-27861,-464952],[-28945,-471730],[-29924,-470900],[-29586,-470882],[-34522,-472826],[-25708,-480496],[-25827,-477324],[-27069,-476198],[-25809,-474932],[-28064,-478900],[-33331,-474612],[-36776,-483249],[-36787,-482670],[-35434,-473996],[-37393,-485401],[-37362,-478180],[-27442,-479827],[-36338,-478405],[-34119,-479692],[-26611,-483518],[-28595,-479714],[-32620,-477983],[-31876,-480101],[-32124,-478710],[-36044,-474172],[-36157,-473700],[-35787,-485623],[-34495,-480259],[-36825,-480503],[-36355,-479294],[-33907,-479774],[-35214,-477623],[-35919,-477161],[-34363,-480588],[-34466,-480413],[-32996,-475832],[-35131,-476368],[-34053,-475736],[-33981,-475719],[-34725,-476784],[-28492,-479589],[-28885,-486016],[-30115,-478386],[-27072,-481825],[-26848,-481385],[-27605,-480834],[-28121,-484098],[-29026,-483614],[-27659,-485045],[-37182,-489945],[-33926,-488922],[-32444,-491256],[-28246,-487048],[-32632,-491697],[-34310,-486865],[-36510,-492073],[-36126,-492739],[-37057,-492408],[-36747,-495669],[-37053,-497058],[-36174,-497358],[-38008,-498517],[-37701,-495940],[-37948,-494523],[-35439,-494497],[-34457,-493311],[-34265,-493641],[-35328,-490039],[-35873,-487408],[-37963,-487022],[-34551,-488205],[-37729,-506662],[-37784,-504267],[-36290,-505080],[-38157,-511610],[-36992,-509399],[-36477,-507748],[-36610,-500815],[-37174,-503861],[-36102,-503229],[-38135,-499285],[-37745,-510137],[-37135,-507905],[-36953,-508342],[-26216,-505012],[-37221,-500469],[-38355,-501045],[-37986,-500767],[-26552,-504260],[-35039,-506684],[-33380,-506932],[-33795,-507091],[-32576,-506364],[-30873,-506543],[-30142,-507015],[-26445,-502450],[-28162,-501396],[-27909,-503450],[-29067,-505942],[-29270,-507141],[-36164,-512282],[-27870,-513329],[-27859,-513297],[-29324,-513203],[-28720,-513239],[-37581,-521876],[-38040,-523631],[-37684,-522630],[-37576,-523883],[-36345,-521293],[-35752,-521344],[-35495,-519352],[-37099,-512274],[-36170,-520003],[-36067,-517184],[-34644,-515803],[-36895,-517417],[-35205,-515024],[-26495,-528554],[-37959,-525069],[-49694,-358047],[-43720,-362090],[-47835,-368376],[-49751,-367143],[-48662,-358319],[-49398,-359404],[-49367,-379001],[-50312,-381775],[-50353,-373966],[-49939,-375906],[-49959,-381448],[-38776,-379128],[-39733,-377593],[-40180,-376974],[-40559,-377436],[-41129,-379669],[-44223,-380321],[-38431,-382921],[-38524,-382393],[-39634,-382877],[-39033,-383736],[-40950,-383100],[-43056,-380880],[-38725,-373714],[-49357,-399751],[-50288,-417687],[-41784,-412888],[-41450,-422756],[-48230,-428792],[-42166,-432257],[-41912,-429764],[-41916,-433129],[-43289,-426108],[-42323,-426839],[-42766,-429289],[-46826,-446518],[-38641,-447016],[-43543,-452228],[-45450,-466956],[-43058,-470657],[-44997,-472852],[-46300,-469434],[-44043,-472696],[-45257,-472177],[-46202,-471518],[-48922,-470495],[-47107,-470133],[-45928,-469946],[-45580,-469877],[-46404,-472506],[-46405,-473307],[-43815,-482111],[-42910,-482771],[-43790,-481685],[-41467,-484984],[-39175,-484352],[-41327,-484743],[-40839,-483535],[-38632,-481612],[-39257,-482272],[-39685,-481783],[-38540,-482580],[-44863,-475825],[-44849,-480169],[-41676,-483530],[-48620,-479003],[-47080,-479589],[-45938,-476071],[-43640,-484558],[-45346,-476169],[-41874,-483191],[-43200,-473938],[-43830,-476423],[-48830,-478948],[-43676,-476144],[-45025,-479665],[-46194,-479930],[-49215,-478984],[-44016,-481783],[-44151,-476236],[-51116,-478574],[-50775,-478124],[-42036,-480413],[-51089,-483221],[-43486,-480585],[-43087,-480948],[-42654,-480335],[-43976,-478432],[-43804,-478811],[-43673,-478623],[-43628,-479447],[-43202,-479343],[-42111,-475822],[-41909,-475947],[-43490,-474404],[-44570,-478899],[-46195,-478720],[-46693,-477393],[-46173,-477169],[-48330,-476663],[-39923,-497961],[-39895,-494660],[-49593,-489065],[-49122,-488947],[-47928,-489559],[-49863,-498316],[-46043,-488155],[-45868,-488549],[-46740,-493002],[-47038,-495634],[-49369,-495387],[-48911,-497245],[-47552,-497638],[-46641,-498430],[-47684,-498635],[-47227,-492838],[-40282,-498878],[-38933,-507354],[-38818,-506271],[-38959,-511418],[-39448,-499371],[-38756,-500724],[-40524,-499321],[-44471,-524443],[-38754,-521865],[-38877,-522960],[-38864,-522962],[-38828,-516004],[-40606,-520741],[-40000,-519139],[-39182,-519363],[-38793,-520253],[-38721,-515995],[-39298,-518507],[-39212,-518712],[-40866,-530757],[-39524,-530600],[-39734,-530381],[-44443,-525022],[-40689,-525505],[-41200,-525565],[-39129,-524602],[-63140,-346766],[-51830,-368882],[-52846,-365893],[-55195,-369167],[-56335,-370235],[-54290,-364506],[-53698,-370859],[-53013,-370572],[-60171,-373822],[-56719,-373263],[-58725,-372806],[-58214,-372271],[-59735,-379997],[-57578,-378709],[-56099,-372185],[-61647,-375970],[-61940,-375493],[-61027,-375736],[-63816,-375974],[-61562,-372427],[-58597,-375850],[-58348,-381085],[-63464,-379663],[-57339,-393667],[-53802,-391934],[-59770,-394170],[-56983,-391650],[-52851,-387851],[-61218,-393052],[-62721,-392954],[-59133,-401517],[-57662,-399375],[-56554,-401227],[-56441,-399283],[-58672,-401945],[-62941,-399347],[-58105,-397053],[-54599,-419814],[-54471,-420748],[-53524,-420506],[-58206,-429694],[-58922,-428536],[-56193,-422633],[-57214,-429963],[-53552,-433151],[-51656,-433204],[-54912,-433680],[-55054,-430210],[-55852,-434696],[-54719,-434876],[-53855,-422512],[-53503,-435613],[-53224,-437198],[-60303,-439856],[-63849,-457603],[-61228,-459504],[-58790,-447904],[-55487,-454929],[-57631,-454345],[-56835,-470665],[-52145,-464073],[-54390,-484491],[-54476,-484074],[-62287,-479374],[-62500,-479482],[-61438,-479706],[-58481,-480246],[-60107,-478781],[-58167,-479820],[-58878,-478180],[-58227,-478989],[-61811,-476395],[-54830,-475961],[-59438,-477165],[-60526,-476709],[-56761,-477673],[-56673,-476281],[-61001,-474786],[-60561,-475907],[-57860,-475327],[-57493,-474549],[-57813,-475751],[-51578,-476485],[-52562,-478179],[-53150,-477722],[-55428,-475906],[-55460,-476393],[-60419,-475773],[-61876,-474008],[-61215,-474280],[-52973,-481216],[-53982,-482263],[-55236,-482353],[-51570,-482791],[-53064,-489945],[-54089,-490145],[-59699,-497746],[-58691,-497343],[-58892,-496438],[-59616,-498315],[-55933,-496558],[-58322,-496516],[-55975,-495596],[-53609,-500277],[-52770,-500452],[-51433,-500008],[-52397,-499985],[-51280,-499761],[-51308,-499614],[-59916,-499242],[-59450,-499215],[-53959,-501898],[-54530,-502089],[-62042,-511042],[-62580,-511519],[-60986,-510062],[-61018,-508737],[-59190,-508045],[-59712,-507532],[-59924,-507586],[-58164,-520515],[-59088,-520232],[-62897,-514233],[-61055,-515728],[-60044,-515552],[-61459,-515247],[-57756,-519238],[-58738,-519053],[-59613,-519131],[-57773,-521342],[-62886,-512018],[-60407,-523944],[-62173,-523628],[-61299,-526096],[-59335,-527589],[-59815,-528017],[-59971,-526816],[-57292,-525419],[-58090,-527183],[-57049,-525430],[-57906,-526501],[-58697,-526806],[-59227,-524856],[-68427,-379255],[-65682,-380664],[-64429,-376469],[-69377,-383619],[-68985,-381236],[-75828,-383758],[-64467,-374357],[-66833,-374874],[-64257,-373509],[-71023,-400245],[-72396,-409157],[-69870,-400616],[-73572,-416527],[-71244,-412348],[-72328,-412283],[-75449,-419062],[-68412,-429253],[-69427,-426188],[-65687,-428675],[-65854,-429297],[-71129,-429670],[-68702,-429636],[-67761,-428707],[-64367,-430444],[-69739,-425598],[-68067,-432560],[-67173,-432329],[-67181,-433396],[-71870,-426938],[-72192,-425790],[-64195,-427932],[-72305,-444811],[-72476,-447563],[-72460,-445746],[-74810,-447298],[-66504,-435165],[-66716,-453246],[-71576,-456102],[-66057,-454349],[-72171,-454548],[-67613,-453672],[-65816,-453366],[-66239,-454600],[-65223,-456453],[-68663,-455146],[-66412,-473304],[-66603,-472267],[-67559,-472637],[-74755,-477245],[-64746,-485792],[-65870,-485801],[-75323,-482103],[-74156,-481656],[-72061,-479137],[-74503,-477964],[-74602,-479321],[-73636,-478384],[-67969,-485523],[-66791,-485759],[-66931,-485923],[-74340,-496393],[-76688,-492989],[-76239,-491801],[-67823,-486824],[-65719,-487443],[-75779,-509464],[-76242,-505179],[-65319,-515277],[-65788,-513564],[-65176,-514403],[-68095,-521310],[-68734,-520679],[-68597,-521032],[-67572,-524235],[-67246,-522820],[-67980,-523210],[-67268,-521538],[-67776,-521151],[-67102,-520221],[-74816,-517322],[-75295,-516855],[-74793,-516528],[-74202,-517586],[-75202,-517423],[-75525,-519048],[-72434,-693550],[-87641,-356193],[-89160,-355477],[-89416,-362229],[-79167,-386099],[-82719,-394260],[-80470,-388095],[-82445,-394762],[-77831,-385240],[-83757,-389690],[-78156,-384836],[-83390,-396457],[-83639,-394469],[-89358,-385572],[-89549,-395803],[-85263,-401254],[-84236,-398815],[-83956,-396907],[-88409,-408507],[-87809,-408338],[-79858,-408449],[-86220,-416264],[-89302,-418204],[-87981,-410752],[-85921,-412742],[-87325,-427851],[-87317,-429064],[-86034,-423411],[-88177,-426668],[-88399,-427238],[-86926,-427898],[-85504,-425898],[-86351,-423596],[-87841,-425552],[-85548,-433121],[-81289,-445918],[-88422,-442297],[-88095,-446696],[-85935,-442737],[-88867,-439134],[-80252,-448461],[-84583,-448035],[-89123,-449005],[-84421,-457136],[-78719,-451867],[-79671,-450358],[-79821,-449512],[-81581,-457245],[-82856,-457501],[-86520,-460661],[-82307,-462253],[-81351,-464493],[-87736,-478343],[-84866,-480548],[-88726,-476118],[-83988,-476922],[-84886,-475550],[-80935,-485699],[-80304,-485506],[-88275,-492640],[-86945,-494579],[-87211,-491961],[-80200,-487133],[-79988,-486512],[-82583,-495515],[-82820,-496550],[-84632,-497818],[-83746,-498062],[-81185,-498574],[-78181,-498359],[-80594,-498861],[-77135,-493723],[-78905,-511174],[-84929,-506863],[-88951,-506242],[-83171,-507719],[-82638,-505720],[-83037,-504500],[-86942,-503278],[-84777,-503234],[-87335,-504213],[-87481,-504959],[-88651,-503872],[-85476,-505907],[-85773,-503936],[-86016,-500765],[-79274,-499159],[-77203,-515960],[-84276,-687707],[-85461,-689226],[-80234,-683194],[-82155,-684894],[-88189,-691155],[-83732,-692026],[-83437,-696750],[-79526,-693777],[-83237,-696880],[-84155,-692309],[-87493,-694342],[-85926,-702701],[-81881,-702086],[-89147,-711958],[-87220,-713346],[-85051,-714713],[-94514,-357229],[-96219,-358182],[-91297,-355029],[-100872,-367145],[-100728,-366724],[-98492,-367348],[-94410,-358405],[-96011,-358695],[-95699,-359975],[-94281,-360499],[-95993,-360816],[-91919,-359691],[-90174,-360194],[-101354,-358513],[-94675,-393113],[-92321,-390110],[-93390,-389287],[-92541,-388545],[-91342,-388329],[-90292,-389077],[-90560,-387290],[-90890,-386698],[-89987,-389437],[-90393,-390899],[-92114,-391662],[-93391,-394866],[-93585,-395464],[-90121,-395148],[-90335,-394764],[-91178,-391772],[-91679,-391622],[-90372,-407849],[-97858,-402339],[-97409,-401537],[-97068,-399478],[-96057,-398180],[-94465,-399742],[-94116,-398579],[-99475,-403746],[-97952,-402817],[-91688,-418526],[-93223,-413384],[-92014,-410496],[-92113,-413968],[-90252,-413927],[-90118,-411921],[-93548,-421005],[-94465,-418750],[-94851,-417975],[-96443,-417223],[-96124,-415086],[-93320,-417790],[-91282,-421353],[-99159,-430759],[-91807,-428475],[-93272,-434126],[-102376,-434882],[-101875,-434362],[-98456,-433686],[-95453,-428666],[-95283,-425666],[-93548,-424874],[-91365,-430967],[-96021,-426265],[-98526,-434903],[-90433,-433245],[-90276,-428598],[-93114,-422329],[-97104,-444741],[-98027,-445405],[-93834,-442676],[-92035,-446132],[-90879,-441748],[-94187,-439228],[-96899,-447385],[-96303,-436037],[-100584,-436043],[-90754,-436851],[-96654,-440051],[-98119,-450625],[-97310,-457338],[-99477,-453269],[-97243,-454855],[-100143,-453250],[-98216,-451570],[-98860,-454114],[-100627,-453926],[-99791,-451971],[-95478,-448268],[-97115,-454452],[-90361,-448423],[-93120,-450630],[-93292,-448341],[-91629,-449308],[-98453,-458252],[-90950,-448367],[-90829,-450738],[-91745,-449011],[-91593,-448161],[-90154,-449537],[-102160,-456348],[-92299,-455724],[-89939,-450341],[-102133,-465472],[-91563,-464191],[-92022,-462279],[-101496,-463154],[-89956,-472313],[-90338,-472926],[-90173,-485356],[-92532,-483771],[-94358,-485706],[-90968,-473976],[-91184,-474218],[-91117,-476056],[-90030,-476591],[-89704,-476159],[-102017,-479734],[-102380,-477602],[-101747,-478441],[-95270,-486842],[-93984,-490171],[-99725,-497292],[-99017,-497075],[-98052,-497299],[-92464,-491111],[-99676,-499269],[-96688,-507272],[-102225,-506599],[-100792,-505742],[-99689,-505725],[-90263,-505570],[-90936,-504704],[-90888,-513792],[-94062,-512651],[-91749,-520019],[-100518,-533064],[-101278,-533410],[-98940,-534165],[-101710,-532876],[-99183,-531395],[-99768,-525597],[-99141,-525682],[-95138,-527632],[-95212,-527965],[-100655,-541968],[-99343,-586113],[-99723,-588944],[-96538,-663755],[-89793,-660581],[-93665,-659839],[-96312,-661132],[-97551,-662226],[-93222,-657250],[-96239,-686797],[-91943,-695467],[-96673,-697890],[-93324,-699251],[-95681,-693085],[-101612,-691046],[-106882,-368404],[-107986,-369930],[-106210,-367649],[-105366,-366961],[-107013,-370461],[-106578,-369328],[-111575,-370075],[-112889,-373883],[-114806,-372375],[-104201,-372489],[-103196,-373286],[-104844,-375494],[-107266,-376847],[-105523,-378204],[-107779,-377749],[-106270,-377563],[-107346,-377483],[-106834,-382782],[-105342,-383011],[-104551,-382432],[-105983,-381921],[-107469,-381093],[-113983,-371666],[-112344,-371842],[-107430,-385002],[-106568,-385919],[-105643,-385792],[-105041,-386055],[-105262,-389339],[-105395,-391093],[-105723,-390012],[-104923,-390150],[-107269,-385852],[-105276,-383887],[-114355,-397793],[-114818,-398478],[-113967,-408685],[-112183,-400745],[-112451,-401393],[-113760,-403372],[-113158,-402879],[-113641,-402899],[-114747,-405181],[-114839,-405764],[-114283,-406276],[-105304,-430106],[-105910,-430240],[-112119,-433354],[-107802,-428719],[-108161,-428527],[-108834,-439096],[-105929,-435883],[-104700,-442441],[-102570,-447396],[-103113,-447535],[-105043,-444673],[-104380,-444537],[-102782,-443806],[-103746,-444694],[-113250,-438733],[-109693,-444914],[-109129,-445334],[-110081,-448979],[-110453,-448843],[-112777,-454646],[-114042,-453414],[-112621,-453281],[-111215,-457940],[-106835,-454853],[-106989,-459113],[-105675,-449132],[-105728,-451045],[-102518,-452161],[-105549,-450489],[-105943,-450581],[-103821,-450768],[-102989,-449651],[-113669,-449644],[-102946,-456903],[-102793,-459743],[-103230,-459968],[-104386,-457040],[-106428,-459272],[-113886,-449998],[-113551,-448346],[-102483,-464367],[-114483,-471187],[-109526,-475274],[-108980,-475108],[-104764,-477176],[-106476,-485633],[-108454,-485731],[-108834,-483521],[-107324,-482288],[-105209,-480658],[-105659,-480031],[-104603,-480167],[-103965,-490480],[-113018,-496335],[-104609,-496182],[-112493,-497505],[-103329,-496395],[-102680,-491928],[-111365,-498351],[-111052,-496877],[-104380,-507504],[-105681,-505279],[-105457,-510777],[-105884,-508675],[-112571,-503670],[-111329,-504282],[-106572,-501596],[-106233,-503001],[-107578,-503015],[-104061,-513587],[-106968,-513507],[-106469,-521558],[-107507,-513878],[-107119,-521811],[-106839,-522004],[-104496,-514079],[-107718,-519449],[-109682,-523340],[-111420,-526700],[-102783,-533580],[-108262,-531773],[-107211,-532633],[-109113,-531719],[-113687,-526102],[-115014,-551018],[-112919,-552124],[-113268,-586132],[-109031,-586624],[-109272,-583064],[-108433,-584719],[-104748,-577040],[-107510,-579822],[-106898,-580090],[-108924,-581497],[-104241,-593485],[-114422,-590891],[-114316,-593240],[-114412,-592043],[-104796,-618957],[-108165,-617968],[-106719,-615458],[-103255,-639619],[-114660,-660918],[-113809,-660375],[-105572,-660605],[-111899,-672855],[-106626,-683594],[-109413,-685453],[-108533,-696946],[-110213,-704785],[-112348,-707902],[-109567,-711176],[-114702,-706715],[-112606,-704129],[-112502,-712203],[11033,-444092],[10996,-442943],[6223,-436568],[10982,-461731],[4434,-487126],[12650,-490991],[12603,-488813],[4948,-508431],[5585,-509046],[5844,-508336],[6310,-510163],[6572,-510047],[5128,-509834],[8365,-521383],[9083,-520062],[6611,-518487],[6473,-518385],[7876,-517770],[6907,-516411],[7001,-514198],[4354,-511954],[4663,-512278],[4901,-511971],[139770,-304509],[131185,-302313],[139289,-308302],[132295,-309494],[130240,-312192],[132924,-312853],[132073,-311803],[137517,-359235],[140123,-375517],[128665,-382175],[128994,-393583],[137364,-387707],[129125,-398108],[130639,-398661],[129849,-397684],[128559,-396656],[130950,-399647],[137984,-402725],[139610,-401725],[132781,-398665],[129766,-405542],[132504,-404846],[133831,-403538],[133217,-403435],[132763,-404258],[132932,-400448],[131416,-401241],[134908,-417925],[136384,-416366],[136938,-414867],[137804,-413685],[129415,-428536],[131562,-423176],[130761,-459231],[129617,-459606],[130771,-457838],[129215,-459041],[129927,-456599],[128224,-451892],[129015,-462625],[148198,-239072],[141386,-366833],[145998,-381350],[148827,-376470],[149386,-386142],[147858,-384715],[146537,-386994],[147072,-387720],[145859,-388167],[144220,-389203],[141408,-390502],[142845,-388568],[141490,-392060],[142905,-395774],[156544,-242397],[154607,-370299],[169589,-213124],[178555,-226186],[186354,-244727],[182582,-294671],[16988,-467964],[21922,-471967],[22829,-468518],[20251,-468125],[25096,-461106],[19458,-478040],[17269,-473707],[23052,-475809],[25138,-474047],[22921,-476901],[19948,-475076],[30993,-457248],[31173,-459550],[30192,-459962],[25639,-459816],[37884,-466674],[35982,-470076],[33318,-468431],[37597,-473180],[29636,-470229],[31406,-470104],[32963,-469388],[33619,-467586],[36748,-469338],[33535,-466590],[30411,-465653],[30671,-468299],[29514,-468143],[31760,-468697],[34298,-465272],[29017,-472973],[28256,-483392],[28127,-481771],[28773,-478876],[29691,-478979],[29518,-476675],[28793,-476344],[26724,-475196],[34911,-477822],[33723,-479031],[32861,-477449],[31601,-480180],[29498,-479792],[28452,-479486],[49566,-392359],[51183,-431588],[49559,-436926],[50474,-436217],[42343,-450111],[44761,-448327],[46734,-450893],[46933,-447912],[48964,-454445],[46948,-448983],[45538,-456462],[47118,-457743],[46735,-457031],[42748,-467518],[50015,-465718],[49078,-468381],[48370,-471102],[46303,-471493],[46067,-469501],[41776,-469735],[39976,-468523],[47752,-465977],[50435,-461744],[50904,-478265],[49739,-480247],[41856,-475631],[38505,-475030],[39596,-476669],[40930,-482908],[39805,-474944],[46206,-479092],[47278,-475778],[49079,-478827],[48307,-477393],[44961,-480757],[41783,-479855],[39924,-476781],[39480,-481527],[44764,-502680],[57959,-395855],[54477,-393342],[59319,-397441],[57248,-401895],[59815,-396925],[56213,-397416],[57748,-399676],[60807,-412968],[61185,-414819],[51635,-421506],[51904,-421309],[55801,-432347],[56784,-432629],[55124,-428186],[57985,-430453],[57313,-434737],[56611,-429898],[59253,-423788],[57877,-424459],[58895,-432419],[58879,-425519],[62324,-425606],[63179,-426460],[62994,-423007],[62580,-428297],[57020,-422899],[53927,-422693],[54885,-422537],[53935,-427643],[57576,-428980],[60186,-429887],[59920,-431889],[61504,-429217],[57671,-447098],[51444,-437858],[54020,-439496],[56527,-437386],[54281,-437555],[61876,-444183],[60387,-437890],[60763,-439698],[58782,-440245],[55086,-440356],[56102,-436096],[61129,-436417],[63904,-435579],[55084,-457609],[59243,-459752],[57745,-457533],[53032,-455921],[60879,-452624],[62548,-453425],[63970,-459069],[56832,-459339],[51868,-456687],[53523,-454965],[51443,-457366],[51549,-453897],[59518,-449200],[60303,-450909],[60180,-452487],[51819,-452297],[52834,-454396],[55022,-452940],[58192,-461868],[56769,-465771],[52693,-464179],[53389,-465505],[55626,-466842],[59101,-467990],[56979,-468760],[51571,-463862],[60955,-463885],[60027,-462783],[52333,-467416],[55039,-462189],[52820,-462083],[52565,-463124],[54377,-464298],[54209,-466225],[56947,-463161],[58689,-463152],[58224,-464142],[62236,-481271],[62661,-479702],[63262,-477713],[61717,-482787],[60271,-482392],[52501,-477277],[53914,-479826],[62410,-484454],[59319,-483998],[54100,-483859],[53233,-481830],[53662,-476228],[52332,-477520],[74662,-383581],[65045,-394687],[64026,-391973],[71885,-386897],[68657,-387319],[69000,-385075],[76573,-390718],[68290,-390669],[70928,-390056],[69304,-395937],[71841,-394612],[71136,-393865],[72679,-393528],[67883,-407820],[68733,-408656],[70815,-407436],[70434,-422034],[70232,-421998],[65277,-409540],[75561,-421495],[72287,-411380],[70533,-420248],[69559,-420693],[72147,-428685],[64537,-428403],[75026,-428941],[64628,-433861],[66781,-433284],[65178,-434837],[75203,-430736],[66359,-423742],[64552,-423094],[70357,-426187],[69809,-424676],[71549,-423879],[66810,-424180],[73766,-429813],[69648,-432074],[70490,-434502],[70398,-429360],[71565,-430195],[71738,-432531],[64678,-425046],[65787,-426504],[65647,-424699],[69645,-423470],[72456,-423761],[69110,-427449],[68120,-430473],[68705,-430267],[72400,-429933],[72143,-428982],[73430,-428069],[74565,-426767],[75746,-426954],[69689,-434064],[68471,-432780],[69940,-431500],[69111,-434544],[68258,-431350],[69523,-430050],[69915,-428488],[68265,-427817],[72389,-426469],[72102,-424518],[76732,-437131],[75490,-435343],[75140,-436550],[71230,-443312],[74844,-441035],[71544,-436424],[76080,-441630],[70882,-437110],[73429,-439388],[73284,-443178],[75346,-444095],[73508,-436585],[74191,-438679],[64595,-437827],[69106,-435773],[64208,-443237],[67136,-444755],[65054,-445244],[70711,-444561],[70535,-446796],[68269,-446384],[68789,-444244],[73975,-444833],[68580,-438012],[70110,-438817],[67901,-437970],[67075,-435022],[67602,-436149],[69630,-436368],[64739,-445571],[67270,-447766],[68785,-445499],[70596,-440407],[69794,-439558],[66937,-437349],[66122,-436621],[72984,-448362],[75612,-448431],[73956,-449339],[64465,-455602],[65970,-456485],[64492,-458265],[64767,-459651],[71963,-447931],[69833,-448210],[71241,-461929],[64099,-460833],[67858,-464331],[65098,-463150],[71897,-465315],[70350,-464979],[68592,-466600],[75935,-466799],[65127,-461884],[67594,-475007],[73417,-473563],[75104,-475835],[88453,-161883],[82280,-383348],[84490,-382468],[88128,-383548],[83819,-382190],[81145,-378330],[79924,-381328],[79105,-378845],[82457,-379197],[82886,-380584],[84968,-382201],[77634,-388567],[78080,-384572],[87740,-392663],[88186,-392230],[86241,-392124],[84290,-394979],[84962,-393904],[85519,-393641],[87940,-389945],[80164,-402337],[84920,-403010],[82984,-401441],[82234,-402740],[86131,-400753],[88585,-403888],[84619,-403621],[85633,-404263],[86660,-404523],[86569,-411705],[85532,-412014],[84535,-414247],[88300,-422182],[88163,-417888],[86054,-418339],[84822,-412063],[89170,-419646],[89177,-417524],[87145,-414412],[89330,-414377],[77060,-421462],[78820,-410547],[81376,-414062],[82086,-411645],[79014,-421457],[79022,-433810],[78994,-433234],[83694,-431854],[88838,-428041],[81271,-433702],[83605,-423177],[88178,-424085],[84938,-431817],[77829,-432179],[79390,-431312],[87405,-430766],[82931,-425275],[88750,-426965],[88743,-425261],[85919,-424144],[78220,-430215],[81561,-423248],[77762,-430983],[77573,-422564],[79212,-422793],[89369,-437710],[84852,-435682],[87023,-438228],[84840,-442085],[81010,-443705],[77083,-446381],[81537,-435766],[78644,-435299],[87015,-447317],[85345,-447009],[83110,-447390],[86005,-444573],[89138,-442542],[82564,-435392],[88396,-437065],[85851,-435093],[83414,-435519],[76824,-447732],[78461,-447746],[79247,-447220],[79939,-447549],[82300,-447017],[79269,-446520],[77803,-438304],[78356,-436976],[85164,-435624],[82556,-437553],[81336,-442131],[82251,-443012],[77233,-444740],[76835,-442093],[77938,-449354],[87150,-456954],[89129,-458915],[79440,-452109],[79105,-450331],[81757,-451233],[84233,-452677],[87107,-450909],[89136,-452398],[81869,-450041],[78204,-451531],[78980,-449426],[79677,-448172],[80478,-465832],[79309,-464291],[82831,-464987],[89458,-471998],[85881,-472423],[85582,-471274],[83594,-471766],[78857,-474774],[79171,-481145],[78235,-479731],[80591,-481105],[80679,-480446],[85299,-480258],[86033,-478931],[80126,-483897],[78435,-478089],[84185,-474438],[83273,-474095],[80179,-474283],[78359,-474518],[99019,-378547],[102031,-379688],[94813,-375699],[97349,-376670],[98072,-375137],[99365,-374407],[100824,-375334],[101130,-372238],[100999,-387552],[91601,-390064],[90896,-391143],[90887,-389066],[100514,-385300],[89728,-392352],[90446,-385060],[90649,-384099],[102333,-405789],[100739,-403652],[97250,-403878],[96448,-403262],[90171,-401316],[91492,-402046],[98995,-403722],[100656,-406131],[102211,-408881],[89727,-401637],[91780,-419809],[91346,-412004],[94729,-417604],[96449,-419825],[91131,-417629],[95088,-412938],[97124,-412425],[95171,-420525],[101517,-413770],[101715,-414670],[101899,-416735],[90682,-416692],[91124,-420650],[90141,-415967],[91955,-418500],[93076,-414822],[101018,-412682],[98963,-411475],[102165,-415068],[95544,-417506],[94763,-415344],[92807,-434630],[91021,-425389],[90594,-427735],[91949,-429804],[96006,-430604],[90092,-431713],[96093,-424135],[94485,-422382],[93718,-424581],[89832,-424963],[90381,-422784],[91973,-423330],[95889,-444465],[96604,-440623],[99026,-439699],[90165,-444447],[100514,-447151],[98427,-445861],[96120,-444979],[96909,-445085],[98587,-444648],[102203,-446338],[101356,-438313],[99455,-438093],[97484,-439989],[97234,-444024],[95469,-443528],[90340,-443331],[90999,-444341],[91225,-439829],[91656,-437389],[92120,-435006],[101744,-457901],[97481,-455929],[98272,-458901],[99180,-455957],[101123,-459463],[98040,-459625],[89633,-449007],[98597,-451912],[98905,-453060],[97087,-455824],[99388,-449066],[101383,-449289],[94099,-452191],[94998,-448633],[100654,-448738],[94139,-471851],[97537,-472199],[89815,-465509],[95798,-464449],[92772,-465133],[94831,-465067],[99240,-462350],[98536,-466062],[97869,-461829],[95583,-462824],[91186,-463281],[89954,-469938],[96195,-469067],[94825,-466615],[91059,-470557],[94950,-473236],[101169,-470556],[98930,-474713],[93086,-478590],[90050,-474321],[91904,-473481],[102111,-477834],[102190,-475888],[101448,-473993],[106744,-370974],[112669,-369390],[113347,-370175],[103696,-379202],[105280,-380650],[109641,-380270],[110864,-377664],[110250,-376611],[111616,-373889],[111027,-374657],[103006,-373131],[105180,-371381],[115086,-380523],[115002,-377413],[112913,-377196],[110681,-371477],[108539,-396531],[108131,-394683],[102404,-388489],[103891,-389083],[105486,-389836],[108470,-391457],[104483,-390346],[104686,-388110],[108259,-387909],[109590,-390657],[108929,-392089],[108782,-393537],[104807,-403190],[109330,-400264],[103410,-406654],[105065,-402305],[103965,-405529],[105976,-402549],[114250,-397924],[102848,-410357],[104005,-412873],[103503,-414842],[103910,-413610],[103054,-410921],[102538,-410097],[108691,-420039],[108660,-422753],[107340,-423935],[110160,-426063],[110228,-428256],[109888,-429558],[110273,-432775],[109765,-433957],[109779,-432113],[108345,-431482],[115156,-432365],[110505,-435064],[110340,-440075],[110195,-440514],[111307,-443459],[112677,-446548],[103189,-447411],[103800,-444166],[103212,-441903],[103515,-438407],[105439,-439685],[105114,-442374],[110511,-435526],[109682,-435972],[107456,-436429],[104587,-442442],[102797,-435883],[105755,-451241],[105125,-452665],[104948,-455293],[104508,-457710],[103058,-456594],[102663,-459118],[104615,-459021],[107625,-458343],[108498,-459443],[114081,-459814],[109005,-458130],[112407,-455873],[104777,-449546],[113243,-449474],[113246,-453646],[104820,-447905],[103973,-451532],[104678,-452611],[106489,-456039],[107127,-454418],[108042,-452243],[110025,-454503],[109033,-455822],[111751,-459714],[112257,-456826],[111956,-454909],[111355,-453458],[112176,-450527],[112751,-452089],[115157,-456135],[112358,-460144],[110759,-463314],[106774,-461916],[106916,-466070],[103408,-470990],[104764,-470658],[111685,-469515],[108122,-472161],[103346,-472507],[109764,-462162],[106445,-460878],[104044,-462689],[106442,-462590],[105403,-464478],[107923,-473410],[103305,-478197],[124949,-179514],[117747,-309386],[124901,-377100],[117747,-384316],[116616,-395491],[116715,-392190],[118215,-391682],[119114,-387912],[118524,-386748],[127193,-385561],[127690,-387257],[125608,-385952],[126939,-395451],[126947,-393645],[126938,-400740],[125893,-402894],[124059,-404872],[124258,-404076],[122663,-403170],[121783,-404827],[120018,-404229],[125742,-423318],[124055,-425773],[122981,-428455],[121744,-430516],[117409,-434420],[115791,-434565],[118105,-428820],[116721,-427352],[121132,-458666],[115554,-458539],[125876,-454474],[124929,-454182],[123003,-452657],[120760,-450120],[117980,-450404],[126627,-471766],[121611,-467534],[116051,-466586],[117763,-460900],[125970,-464910],[123556,-464070],[121702,-464922],[122196,-466228],[124297,-469051],[126123,-469828],[126005,-468672],[125759,-467648],[127476,-462653],[122462,-460840],[121942,-461536],[124250,-465768],[122278,-463882],[-127250,-424837],[-124892,-430142],[-121000,-443822],[-118629,-441120],[-119345,-442159],[-119162,-440678],[-119676,-437968],[-121708,-440115],[-118731,-459234],[-119522,-459167],[-126572,-458810],[-115657,-449030],[-124847,-459959],[-125832,-459110],[-127229,-451434],[-117495,-451977],[-120880,-452032],[-121182,-466518],[-125284,-463932],[-126578,-461123],[-119874,-466551],[-127715,-460705],[-127082,-482699],[-122258,-478618],[-120506,-481321],[-116957,-486139],[-124702,-498070],[-124981,-492718],[-122456,-507684],[-122999,-508799],[-122552,-509746],[-122521,-511370],[-120906,-524706],[-116028,-544702],[-115323,-545233],[-119369,-590832],[-116040,-592632],[-116945,-594800],[-116602,-681706],[-117670,-681742],[-119239,-683531],[-121077,-681845],[-121418,-680775],[-120736,-680338],[-125398,-687615],[-125672,-688766],[-127792,-698930],[-125969,-699037],[-123249,-700462],[-121953,-700833],[-120991,-699934],[-119557,-701507],[-117776,-702271],[-116185,-702822],[-115257,-703052],[-126900,-699329],[-140495,-428693],[-130909,-424944],[-133114,-426975],[-129194,-422401],[-128754,-428228],[-138092,-435770],[-139091,-435690],[-134827,-453481],[-140207,-454290],[-134728,-452174],[-133076,-456398],[-132457,-454841],[-132101,-454556],[-140205,-459256],[-140513,-458642],[-138923,-460598],[-134032,-463489],[-135639,-462590],[-131127,-465043],[-128711,-460937],[-134981,-468161],[-134221,-468126],[-134104,-467748],[-128190,-496790],[-132322,-562369],[-130925,-571591],[-131027,-588168],[-135592,-608055],[-131604,-625106],[-132366,-624751],[-133059,-624270],[-131259,-625550],[-129693,-625580],[-129747,-626114],[-130714,-626354],[-129859,-687135],[-131600,-685319],[-129556,-683475],[-131421,-701241],[-131822,-697795],[-132028,-695147],[-131124,-694239],[-151376,-434710],[-141237,-429740],[-145173,-429829],[-153038,-427508],[-145819,-443602],[-145565,-446757],[-151246,-443340],[-142770,-438773],[-143730,-459181],[-149596,-450628],[-146745,-454769],[-145776,-453070],[-148023,-452673],[-149227,-451611],[-145249,-451907],[-141805,-471761],[-143145,-466129],[-146232,-465663],[-144312,-461173],[-141838,-471060],[-148802,-474350],[-147526,-478126],[-149184,-533101],[-149490,-528019],[-150758,-553682],[-141767,-570128],[-151774,-571862],[-141813,-571125],[-148413,-637250],[-148655,-636514],[-145601,-690040],[-146646,-688106],[-146683,-685493],[-143853,-687976],[-143762,-687997],[-150012,-693147],[-148347,-698698],[-147327,-699557],[-153534,-703012],[-149847,-709578],[-147260,-704603],[-158684,-431269],[-158648,-432583],[-159504,-422887],[-161693,-425277],[-158847,-436207],[-154154,-436788],[-160014,-438244],[-159888,-450211],[-155505,-447876],[-157119,-460553],[-155053,-569644],[-154555,-570043],[-158989,-638594],[-159883,-639586],[-159236,-638975],[-158670,-637583],[-158104,-635808],[-157260,-635242],[-157116,-635599],[-157459,-636310],[-165609,-645570],[-157427,-650875],[-164692,-648991],[-157345,-649613],[-158264,-650296],[-158815,-650187],[-156358,-674736],[-156608,-676267],[-156342,-677347],[-161792,-673668],[-162778,-674985],[-163605,-675877],[-163832,-676227],[-164519,-675086],[-164514,-674291],[-164222,-676788],[-162156,-675650],[-160046,-673250],[-158553,-671339],[-165880,-687197],[-163984,-686963],[-169507,-458085],[-172553,-547219],[-166688,-648216],[-173024,-674806],[-171595,-675848],[-170360,-675833],[-169761,-675327],[-166738,-683479],[-186690,-421415],[-188176,-419771],[-187045,-425192],[-189571,-422572],[-182923,-449975],[-183809,-449429],[-179878,-450012],[-182158,-467932],[-191475,-544115],[-187229,-554437],[-186003,-597765],[-203310,-421215],[-204608,-417267],[-192062,-420850],[-194175,-421730],[-202167,-417825],[-198429,-420443],[-202572,-423705],[-203927,-422900],[-203449,-427258],[-204185,-424348],[-196115,-428141],[-204798,-439585],[-196207,-437465],[-203984,-459511],[-198809,-464812],[-193452,-530207],[-203139,-531333],[-203460,-549448],[-202922,-549931],[-202478,-549674],[-192389,-539941],[-204268,-550359],[-200829,-559188],[-208663,-421513],[-204902,-419944],[-207016,-420160],[-206428,-419177],[-214358,-432655],[-211201,-424739],[-210420,-433457],[-212914,-548355],[-213978,-545019],[-213390,-546095],[-213465,-545572],[-210793,-550057],[-206936,-555377],[-204876,-553995],[-215315,-572467],[-211213,-565861],[-217453,-568385],[-207125,-574658],[-220501,-429724],[-228783,-443106],[-229649,-443359],[-221957,-475207],[-221485,-475313],[-222158,-478382],[-227972,-540352],[-225187,-555739],[-219883,-564923],[-2862,-374421],[-2406,-521098],[-1243,-522022],[-1367,-523625],[-2027,-522733],[-2741,-521282],[-2384,-519401],[-1729,-519101],[-771,-520126],[-245604,-562892],[-245181,-565461],[-252838,-563677],[-245700,-565516],[-246905,-567753],[-253907,-566910],[-292676,-453081],[-293200,-452186],[-284824,-447818],[-292780,-456595],[-317888,-461624],[-318511,-467904],[-318552,-466505],[-317798,-466403],[-320939,-462438],[-17553,-370018],[-14317,-362350],[-25201,-390297],[-24777,-392004],[-23411,-391120],[-23314,-447953],[-23217,-455614],[-20633,-455726],[-24365,-452907],[-25105,-453104],[-22236,-455966],[-18691,-460873],[-16254,-482891],[-17420,-524484],[-37096,-370796],[-35430,-371524],[-35860,-371178],[-34343,-376036],[-27700,-373163],[-25988,-373060],[-37926,-375433],[-37496,-375779],[-33772,-391596],[-32541,-387043],[-27753,-388667],[-27938,-387133],[-36552,-407862],[-37574,-408860],[-34976,-421407],[-26584,-419704],[-26200,-420130],[-32044,-419690],[-27703,-416531],[-28646,-416664],[-33335,-421067],[-32768,-421581],[-29460,-419010],[-28621,-420332],[-26512,-417474],[-26883,-416311],[-28872,-417517],[-30725,-410032],[-30091,-411289],[-29793,-412724],[-30377,-413637],[-30886,-415770],[-34407,-417158],[-35543,-416569],[-32919,-416337],[-31900,-415260],[-37424,-414019],[-37431,-412952],[-34079,-422319],[-35387,-440592],[-36702,-440570],[-38223,-447167],[-33866,-457816],[-33306,-458674],[-34797,-458749],[-26890,-449222],[-26008,-449903],[-33867,-453107],[-25905,-452164],[-26419,-453033],[-32070,-449943],[-33833,-453869],[-36776,-462809],[-33434,-467984],[-27522,-461922],[-35218,-468830],[-35884,-468124],[-34809,-467002],[-25726,-464619],[-35486,-472982],[-34300,-473914],[-46659,-367716],[-43275,-362247],[-44941,-366356],[-47511,-368575],[-48727,-366897],[-48094,-358528],[-43117,-368601],[-43914,-370682],[-40602,-367623],[-49131,-378444],[-45982,-372183],[-41448,-378343],[-38732,-371925],[-40596,-383591],[-41941,-383114],[-39348,-375773],[-42123,-382675],[-43462,-381342],[-43032,-381688],[-46529,-387049],[-47334,-391718],[-48546,-391153],[-48128,-391215],[-42933,-397538],[-42337,-396616],[-42235,-418566],[-49676,-417431],[-41636,-414222],[-49954,-417350],[-48116,-419419],[-47884,-419527],[-47556,-419954],[-50908,-415863],[-51147,-416059],[-41030,-414997],[-41308,-413698],[-39866,-428785],[-40350,-429332],[-42031,-427572],[-40236,-431018],[-42517,-429967],[-40242,-431437],[-38845,-446552],[-43091,-465577],[-46440,-465212],[-45561,-466182],[-43174,-468748],[-46337,-471757],[-49924,-465816],[-50933,-467838],[-48674,-470313],[-49110,-470429],[-48963,-467876],[-39734,-468310],[-47809,-469853],[-44657,-470397],[-45156,-468142],[-51113,-466341],[-50338,-474184],[-49490,-476149],[-46067,-474809],[-49023,-475830],[-48555,-477989],[-43052,-527329],[-51819,-357244],[-53020,-368748],[-52685,-366053],[-56032,-369100],[-51307,-359476],[-58514,-373260],[-57153,-372153],[-59908,-380195],[-53397,-373228],[-61769,-379378],[-58200,-381547],[-51584,-383662],[-51394,-383722],[-61601,-383118],[-62957,-383615],[-53935,-384614],[-54605,-394831],[-56682,-393713],[-60419,-394261],[-60463,-392955],[-51911,-387664],[-53754,-388313],[-52804,-387469],[-62465,-394118],[-56517,-402007],[-56586,-399470],[-54397,-405591],[-55075,-420529],[-55036,-422044],[-54531,-422134],[-51600,-419952],[-51239,-419974],[-58265,-429926],[-58315,-428198],[-53996,-433075],[-51599,-432053],[-53108,-433103],[-52752,-433410],[-58061,-433368],[-58629,-427735],[-58973,-427914],[-59708,-432702],[-53087,-435331],[-51287,-443734],[-54804,-436508],[-55497,-437330],[-55761,-437117],[-57552,-436538],[-59147,-435648],[-54403,-443613],[-60074,-441840],[-57774,-471003],[-55444,-471261],[-59138,-466098],[-52757,-471889],[-52802,-470083],[-52584,-465116],[-55261,-466440],[-56122,-468799],[-54013,-464881],[-57001,-466337],[-57467,-468628],[-58685,-465257],[-52199,-469610],[-51321,-468775],[-56552,-472115],[-53176,-472816],[-54955,-472710],[-62998,-469560],[-56101,-472469],[-57400,-472830],[-55142,-478516],[-56346,-478158],[-58370,-474510],[-51322,-475074],[-54084,-476804],[-62328,-474454],[-53851,-483873],[-56620,-479595],[-56631,-474677],[-58193,-473409],[-55297,-477229],[-54829,-477039],[-76597,-383198],[-68696,-379664],[-69856,-379460],[-76134,-388628],[-70794,-395645],[-76505,-396323],[-72166,-397977],[-74128,-404597],[-73880,-399315],[-69437,-407133],[-65615,-407339],[-65088,-404794],[-68062,-408731],[-64394,-412772],[-72530,-417162],[-70465,-415333],[-76179,-416680],[-67223,-411678],[-66268,-415592],[-72482,-429118],[-67125,-429728],[-64477,-432185],[-68501,-430355],[-66425,-428766],[-67785,-429281],[-67405,-428895],[-71323,-423922],[-69140,-425710],[-73754,-443147],[-74823,-441909],[-67695,-442668],[-68154,-441298],[-73265,-439517],[-68428,-444458],[-66934,-442102],[-64631,-458201],[-74632,-456717],[-73697,-452602],[-75383,-455978],[-75662,-454808],[-73212,-453409],[-74254,-452045],[-72919,-454138],[-73346,-459884],[-74361,-459335],[-73572,-458760],[-73709,-457998],[-74766,-457610],[-65381,-448612],[-67086,-470824],[-67110,-468579],[-71635,-466974],[-73103,-468767],[-68792,-471215],[-66354,-470613],[-69655,-468855],[-67462,-467388],[-71779,-469631],[-72848,-467425],[-75468,-465990],[-67692,-471106],[-76151,-465026],[-64385,-470766],[-64730,-469209],[-73469,-468662],[-71623,-468787],[-72995,-470289],[-73301,-469404],[-66532,-471597],[-71916,-465958],[-67326,-469543],[-75754,-464342],[-70078,-471055],[-71491,-465620],[-72609,-467653],[-73550,-465565],[-74614,-465110],[-75351,-471105],[-75069,-473064],[-75877,-472011],[-74637,-466273],[-64225,-468606],[-68427,-467252],[-74081,-483648],[-71694,-475947],[-72854,-478526],[-76347,-478277],[-70537,-476762],[-75997,-478642],[-69321,-476188],[-74596,-483029],[-75887,-477050],[-76639,-473605],[-76324,-505677],[-78649,-387287],[-84416,-389574],[-80803,-407687],[-80546,-408253],[-86615,-413755],[-86219,-431241],[-87861,-434341],[-85198,-445223],[-83929,-444265],[-86723,-439187],[-79178,-443794],[-83827,-441816],[-78953,-444677],[-78808,-444221],[-80122,-444532],[-81451,-449173],[-88086,-452672],[-87768,-452288],[-80854,-457847],[-79741,-459834],[-85891,-459645],[-79008,-451301],[-81010,-451164],[-81469,-457840],[-83800,-458261],[-84836,-458426],[-86055,-458703],[-83730,-459384],[-78310,-452097],[-79350,-453683],[-85456,-459323],[-80964,-463835],[-84448,-465603],[-88576,-468806],[-86661,-470611],[-87810,-468445],[-83977,-467911],[-78617,-464831],[-78760,-462298],[-80106,-461634],[-81489,-462520],[-82683,-468123],[-85031,-471593],[-84284,-469218],[-81036,-467196],[-81852,-467090],[-82636,-461959],[-84194,-468278],[-84696,-468953],[-87125,-465479],[-79016,-465243],[-77325,-463005],[-78254,-465397],[-76811,-462545],[-81146,-472619],[-81592,-472243],[-78027,-461233],[-88070,-465948],[-88452,-466388],[-80523,-465731],[-78731,-460968],[-76905,-469560],[-83425,-469489],[-82874,-469357],[-78640,-470176],[-82970,-468653],[-81952,-466395],[-76945,-463664],[-87227,-468952],[-89068,-464740],[-89261,-465277],[-81152,-471927],[-79175,-473298],[-78921,-470879],[-78822,-476280],[-87047,-477663],[-87101,-475844],[-77965,-476775],[-81030,-475611],[-86824,-474292],[-89542,-475672],[-79974,-483233],[-79721,-482340],[-87130,-476461],[-85756,-479073],[-82338,-479005],[-78537,-473478],[-77018,-473401],[-83870,-478175],[-85482,-475943],[-80478,-476373],[-82214,-474553],[-77694,-474610],[-80299,-475426],[-79384,-474109],[-80449,-473561],[-83049,-479264],[-83261,-477999],[-78437,-483004],[-78778,-482699],[-79133,-482507],[-89316,-478338],[-89057,-476801],[-81692,-478544],[-82336,-478534],[-79973,-477129],[-80183,-476456],[-85715,-493449],[-86131,-493143],[-79928,-486470],[-87879,-486813],[-88651,-486894],[-89480,-486789],[-85514,-490517],[-84278,-489208],[-82828,-489384],[-82891,-489257],[-83443,-488325],[-81992,-496152],[-89104,-506420],[-88261,-506070],[-78302,-506123],[-78487,-511424],[-79405,-511515],[-78686,-515940],[-77460,-515650],[-102178,-376960],[-91589,-408207],[-92334,-407474],[-94115,-410906],[-91188,-419277],[-92101,-418923],[-95838,-418969],[-100140,-429912],[-99114,-434215],[-94922,-424945],[-89922,-427213],[-94455,-425947],[-89837,-441587],[-90561,-441890],[-102088,-444845],[-101887,-435272],[-97682,-442763],[-91553,-445626],[-90162,-442389],[-95674,-446412],[-94653,-444324],[-92370,-444502],[-96324,-440494],[-96461,-451114],[-97579,-450995],[-100101,-453358],[-101629,-452507],[-92396,-448208],[-93924,-450265],[-94357,-449734],[-93308,-467651],[-99943,-465464],[-98995,-465150],[-90530,-468012],[-92369,-468257],[-91416,-468158],[-97806,-462229],[-99778,-462464],[-91362,-467472],[-89853,-465022],[-99844,-463794],[-91982,-465130],[-92825,-464726],[-92820,-464331],[-96155,-463674],[-96519,-464030],[-99421,-461907],[-94251,-484094],[-92569,-482923],[-101216,-479998],[-95843,-482356],[-90228,-484159],[-91154,-483712],[-91328,-483974],[-92288,-479019],[-99284,-485789],[-98715,-484791],[-98834,-485581],[-99124,-484599],[-98819,-482853],[-98479,-482522],[-99917,-481701],[-100275,-481317],[-99558,-480670],[-92741,-476802],[-93265,-477479],[-91899,-480465],[-92159,-486345],[-97540,-486257],[-100695,-497504],[-95815,-486653],[-90504,-494625],[-91335,-494571],[-91898,-494556],[-91820,-493847],[-95172,-491703],[-94792,-491019],[-94765,-490319],[-92536,-494271],[-100969,-495743],[-94834,-499067],[-95772,-507253],[-93681,-511633],[-100103,-531676],[-103090,-377276],[-103124,-377643],[-103873,-377438],[-103048,-376616],[-102487,-374798],[-106092,-376195],[-102538,-380256],[-103016,-381271],[-103899,-381632],[-103558,-382030],[-103292,-384085],[-105436,-387651],[-105255,-388780],[-110901,-430973],[-112474,-432114],[-109912,-428684],[-113562,-433998],[-108014,-432911],[-103175,-425676],[-110342,-429080],[-108547,-447711],[-108372,-440709],[-107410,-436060],[-107016,-444175],[-102779,-447518],[-104029,-445329],[-105159,-446987],[-108639,-460312],[-103247,-459355],[-113341,-454889],[-112893,-453660],[-106561,-452188],[-104073,-449387],[-105079,-451598],[-104804,-456761],[-113828,-466679],[-114548,-464136],[-114831,-463049],[-109378,-468397],[-108554,-468818],[-109926,-467426],[-109889,-469836],[-113370,-467374],[-114375,-468163],[-111251,-463872],[-110515,-468830],[-105761,-472446],[-107065,-472564],[-110976,-470797],[-106331,-471521],[-102956,-477701],[-108486,-478665],[-107628,-473555],[-108459,-473586],[-107636,-475125],[-106773,-475269],[-103517,-476836],[-108816,-475565],[-105582,-496041],[-102867,-493928],[-102759,-491897],[-114649,-492311],[-103052,-488657],[-104667,-488583],[-109091,-506252],[-106269,-504739],[-106850,-511769],[-112027,-503857],[-108902,-507775],[-107469,-516326],[-105229,-518793],[-106127,-522495],[-105651,-518667],[-109602,-523529],[-105793,-520454],[-106236,-515576],[-107335,-518104],[-104368,-512858],[-111460,-527682],[-102472,-532723],[-106654,-531738],[-107935,-530767],[-109135,-532137],[-102622,-538793],[-106519,-541130],[-103989,-540952],[-109469,-583742],[-108403,-581480],[-108008,-598580],[-108668,-598164],[-105931,-600821],[-114589,-593730],[-113789,-590780],[-108544,-601781],[-109001,-601696],[-106271,-615517],[-105371,-614216],[-107154,-614435],[10337,-439167],[7364,-438453],[448,-509524],[1440,-510211],[1950,-510165],[132172,-312916],[136884,-358135],[132833,-363867],[140472,-370936],[132071,-389762],[129742,-387115],[128547,-398885],[129690,-399420],[131709,-399200],[128739,-396869],[136630,-399168],[129293,-405469],[133289,-403109],[134139,-403648],[131665,-403146],[134159,-400921],[130938,-401650],[134258,-417500],[136085,-415946],[136809,-415366],[138033,-413893],[130975,-428267],[131480,-423483],[130723,-459228],[129321,-460130],[130766,-458251],[129008,-459027],[129570,-457064],[128308,-451745],[129059,-462188],[128409,-462823],[149256,-221811],[149438,-374839],[146572,-385724],[147794,-388101],[146917,-383960],[147599,-385275],[145863,-387879],[144636,-388291],[143400,-389547],[142244,-390138],[142742,-388956],[141952,-392028],[144086,-396875],[164716,-214666],[163932,-373949],[176042,-214758],[176723,-227489],[178340,-219066],[174005,-312600],[179583,-243438],[183678,-325834],[25452,-459749],[25417,-460583],[22618,-452475],[23351,-450160],[21888,-472075],[22334,-468220],[19696,-466690],[25178,-474853],[23080,-476220],[24202,-473957],[21405,-477537],[19226,-476115],[31132,-394745],[30086,-394480],[30961,-457245],[30766,-459914],[29302,-460580],[38155,-467298],[33220,-470359],[28928,-469278],[31237,-469654],[33511,-467524],[37953,-470167],[32820,-464320],[31238,-464306],[31603,-467180],[30007,-467870],[32649,-468683],[33692,-466958],[34225,-465590],[28191,-472087],[37079,-475978],[27815,-483793],[28247,-482346],[29275,-478269],[29380,-477736],[28888,-476015],[27335,-475659],[34681,-477106],[34703,-478697],[32967,-477826],[31152,-479833],[29540,-480356],[27871,-479076],[50252,-434565],[50619,-436583],[48207,-446735],[41803,-448338],[44969,-448317],[47231,-451583],[47752,-452347],[47388,-448041],[50894,-456656],[50050,-453599],[46321,-456194],[46768,-457692],[47589,-457217],[51122,-453207],[50473,-464013],[44851,-464708],[50127,-464312],[49764,-469119],[47479,-471558],[46404,-470869],[41469,-468850],[39469,-469570],[41192,-466457],[47028,-467159],[48626,-466140],[38746,-472787],[50521,-461813],[50250,-478206],[47143,-477062],[40371,-475880],[39469,-476750],[41669,-483277],[40601,-474459],[46222,-478608],[47908,-479523],[51114,-478067],[48572,-477234],[45466,-481377],[40013,-476676],[40601,-479238],[39825,-482977],[40798,-480084],[44920,-503044],[53367,-392535],[57832,-400317],[53200,-422095],[52070,-421777],[52644,-420482],[54002,-421670],[61947,-422195],[60200,-422099],[51673,-431529],[56641,-432388],[57021,-431510],[54671,-428798],[58896,-429584],[63338,-427162],[62695,-424442],[60093,-424683],[57274,-424451],[58282,-432244],[62398,-429665],[62895,-425677],[63345,-424785],[63750,-427267],[57169,-434801],[53236,-427747],[56782,-428993],[58544,-428758],[60750,-428767],[60534,-429978],[59542,-431244],[61832,-430781],[61898,-437869],[57788,-437450],[57603,-438338],[56101,-437709],[60899,-437910],[59934,-438839],[59792,-439966],[55154,-439793],[55382,-436066],[61235,-436640],[63635,-436363],[55486,-455645],[56212,-458756],[56143,-456926],[57970,-458644],[53179,-456097],[61458,-453552],[63029,-453002],[56838,-460210],[52020,-454958],[57371,-447815],[58340,-449631],[60054,-450060],[59972,-451967],[53503,-453550],[54332,-453554],[60119,-460814],[60382,-463549],[55435,-463321],[53777,-465183],[55934,-467017],[58694,-467220],[56406,-468407],[52699,-464384],[61112,-465124],[59689,-460639],[55867,-465838],[52957,-467016],[59717,-461939],[55844,-462886],[55395,-462623],[52965,-462226],[52786,-462274],[54598,-465879],[57885,-463775],[57596,-464024],[60713,-480994],[60990,-479405],[63097,-477267],[59489,-482962],[51681,-476968],[60965,-482776],[51455,-475891],[54713,-477336],[52828,-476531],[62996,-484214],[55108,-483318],[53579,-481685],[54182,-476470],[72852,-387923],[69604,-396142],[72499,-393541],[72635,-393366],[75403,-384135],[64988,-398844],[65388,-408941],[68390,-406793],[70197,-408912],[69612,-397083],[72237,-420073],[71606,-413732],[75444,-421207],[76464,-421985],[70913,-420885],[69706,-421709],[72165,-430441],[65115,-428251],[74448,-432884],[72480,-434803],[66847,-434035],[70839,-432500],[69581,-424297],[69579,-427038],[70467,-426319],[67176,-422311],[76520,-431646],[67790,-434954],[70465,-433190],[70009,-433869],[70907,-429410],[71812,-430228],[71738,-431782],[74571,-431746],[64375,-425147],[65197,-423300],[64131,-426348],[65672,-426262],[66125,-424797],[71660,-426329],[71721,-423759],[67111,-432615],[72204,-428960],[74049,-428599],[73527,-426879],[74415,-426480],[76475,-426243],[69558,-433819],[68165,-433782],[69879,-429769],[70489,-422898],[70982,-424305],[74754,-435948],[74555,-435858],[76410,-447431],[75319,-436654],[72240,-443408],[73608,-446616],[73732,-439535],[75496,-442070],[68924,-439581],[71433,-437683],[73775,-440350],[64890,-437638],[74241,-439901],[76065,-438808],[65726,-446200],[70880,-446289],[64092,-445002],[71783,-446170],[69366,-447141],[68548,-445052],[73982,-444007],[69793,-438951],[70487,-440051],[68364,-439239],[66418,-437082],[68318,-437154],[66281,-437913],[64746,-446646],[67314,-446943],[69129,-446955],[68937,-435745],[64826,-435062],[65306,-435831],[74137,-447862],[64335,-457884],[73197,-451190],[72159,-448707],[64076,-455723],[65612,-456622],[64652,-458975],[71935,-451184],[69190,-450199],[70599,-447904],[66147,-448245],[69607,-462461],[73298,-464504],[68081,-466642],[67842,-473311],[68848,-464409],[65041,-463551],[72400,-465625],[74372,-465754],[75247,-466567],[64260,-461644],[65620,-476052],[73924,-473618],[74874,-475146],[87155,-163970],[81207,-383347],[83659,-383289],[87969,-382499],[84290,-381405],[81588,-380441],[79116,-380786],[80729,-378373],[81473,-378357],[83331,-381247],[85502,-382312],[89399,-391736],[87683,-393856],[87961,-391979],[89104,-390273],[83835,-395461],[84984,-394165],[85860,-392824],[86268,-392813],[88648,-390565],[80534,-400809],[86592,-403681],[83394,-402283],[80750,-401275],[87310,-401068],[84596,-404407],[85948,-404349],[87031,-404710],[86352,-418552],[83668,-414294],[86877,-411772],[83682,-412539],[89496,-417948],[89160,-416616],[87915,-413819],[89363,-413930],[79046,-412161],[80953,-412325],[79622,-421973],[78408,-421024],[86674,-425062],[77668,-432609],[85193,-430549],[84449,-432075],[79045,-434620],[80370,-431121],[85466,-434342],[83957,-424079],[82241,-423803],[87653,-422624],[87124,-432229],[83441,-434611],[82207,-433954],[81520,-433177],[83817,-422727],[85226,-424613],[87442,-424149],[89302,-424741],[89269,-424058],[81550,-424404],[77182,-430393],[79327,-423648],[80800,-424005],[80132,-422649],[84314,-437020],[78251,-438035],[85025,-437891],[86420,-442312],[84751,-441439],[80711,-445164],[77813,-438720],[77827,-435434],[76839,-436123],[83392,-446845],[85993,-444131],[87512,-443301],[87908,-436298],[79774,-447200],[79817,-447501],[79641,-447473],[80360,-446304],[82307,-446568],[79419,-445832],[77141,-446346],[85799,-436176],[82265,-436635],[81137,-442142],[81938,-443499],[76803,-445592],[77245,-442126],[78517,-449541],[87527,-457445],[80680,-453025],[81975,-450079],[86596,-448193],[84886,-451823],[87404,-453150],[88797,-451370],[87089,-449152],[77797,-452538],[78365,-448090],[79987,-448890],[78697,-463976],[83267,-466224],[82265,-473360],[83861,-473035],[89457,-470970],[86806,-471400],[84795,-472748],[82405,-485569],[86801,-479135],[77363,-482214],[78892,-474476],[77581,-476306],[80511,-481472],[80746,-479051],[84446,-481554],[80146,-481904],[79910,-479622],[78693,-478086],[81150,-474097],[84541,-487513],[97876,-380388],[94431,-376762],[96735,-376686],[97876,-376105],[98586,-373754],[100139,-374309],[102264,-372348],[89745,-383069],[100760,-386185],[102300,-387616],[90856,-391158],[90463,-389298],[100861,-384919],[90214,-393325],[90765,-392241],[89710,-383864],[90490,-384477],[91636,-400317],[97608,-404415],[96344,-401748],[99613,-403040],[101863,-406633],[89790,-401298],[90302,-403948],[90858,-403400],[95673,-421104],[94113,-421106],[91410,-412196],[97727,-411630],[96738,-419854],[94730,-417586],[94209,-412604],[101324,-412349],[101162,-416201],[90071,-418954],[90712,-418314],[91670,-420964],[91214,-415022],[91326,-418717],[92904,-418312],[92929,-414894],[95493,-420804],[101923,-410611],[95442,-415776],[92304,-425198],[92607,-434403],[90704,-422317],[92719,-430268],[90266,-428969],[91655,-427760],[93525,-423873],[96413,-430093],[95716,-423947],[90638,-425903],[89772,-428300],[89639,-430953],[92331,-423554],[91859,-434743],[96513,-443224],[94893,-441699],[100249,-441227],[90318,-437717],[90637,-443693],[99949,-446958],[96821,-446125],[97961,-445224],[99524,-444583],[100703,-443025],[101475,-445962],[101615,-437919],[102104,-435812],[99205,-438065],[96924,-439008],[95160,-442886],[90088,-442631],[91115,-445062],[91120,-439034],[92615,-437961],[92125,-436006],[101834,-457711],[98590,-453770],[101659,-448033],[101226,-451571],[89684,-458907],[97856,-452327],[97767,-455678],[99778,-449897],[102012,-448243],[95197,-450379],[94387,-450956],[95029,-449459],[100148,-448376],[94129,-472121],[96871,-473025],[91851,-469889],[92027,-466043],[93882,-463482],[99816,-460864],[99848,-464765],[91647,-472797],[97755,-462225],[98029,-460676],[94158,-462519],[91244,-463672],[90299,-465681],[89976,-468929],[96844,-468361],[95451,-466291],[90818,-470671],[94963,-472912],[101450,-471444],[93992,-477758],[99371,-474918],[90834,-475482],[92970,-474050],[101886,-477574],[98327,-478424],[106789,-370564],[111885,-370375],[113262,-370676],[102763,-379623],[104356,-379074],[105762,-380340],[109717,-381488],[108647,-379885],[109211,-377132],[108296,-374631],[109995,-373139],[111356,-374295],[102517,-373109],[104649,-371493],[114471,-375672],[111886,-377652],[112895,-374107],[111366,-372473],[115103,-373634],[108632,-396329],[108014,-394101],[103582,-389346],[103916,-390490],[106514,-391893],[105475,-388078],[107740,-389226],[108630,-390344],[109852,-392550],[109255,-394417],[103460,-402713],[105164,-402720],[103698,-405937],[107339,-401714],[108669,-400736],[102646,-408709],[103724,-404295],[107171,-402956],[102625,-408856],[113914,-397874],[102450,-411083],[104068,-411409],[104207,-412438],[103327,-413772],[102742,-415440],[104831,-414784],[103846,-411473],[108235,-421616],[108925,-420765],[109944,-422902],[108050,-423408],[110220,-426653],[110179,-429008],[109668,-429183],[110983,-432255],[110375,-433384],[109148,-432660],[109547,-430192],[111975,-437149],[111424,-440687],[111102,-442721],[110854,-443809],[103732,-444451],[108073,-435412],[102752,-439089],[104890,-439643],[105815,-438676],[104714,-442479],[105073,-447123],[109732,-435472],[108420,-436636],[103436,-441201],[103380,-454031],[104203,-459873],[103081,-457785],[103092,-456253],[113018,-460151],[108261,-459563],[111729,-456172],[104808,-451047],[114457,-448386],[114036,-448801],[111780,-455025],[102841,-450931],[103249,-448223],[105103,-449449],[103645,-451200],[104487,-451139],[106043,-452504],[106854,-456735],[107387,-454351],[107260,-452716],[109661,-454328],[110262,-455754],[109816,-457817],[111439,-460139],[112686,-456563],[112248,-453391],[111250,-451998],[112610,-452690],[114858,-459354],[107753,-460011],[113689,-461067],[113081,-461721],[108347,-462037],[106970,-462939],[106105,-461836],[105742,-466799],[103658,-471235],[105070,-469025],[109163,-472941],[113625,-468339],[108811,-471041],[108919,-461725],[104938,-462733],[105423,-462915],[105078,-464053],[103848,-477606],[102422,-475124],[102637,-474375],[126476,-309303],[119946,-309349],[123862,-382114],[127855,-379418],[125900,-395032],[116473,-395553],[117835,-392694],[118480,-390416],[118733,-388243],[119257,-386449],[117648,-385092],[117238,-384587],[126243,-384026],[126645,-385452],[126155,-387149],[127766,-395031],[126639,-401156],[126316,-401904],[123837,-404755],[124137,-403387],[122717,-403249],[122439,-404188],[119902,-404880],[124842,-423181],[123477,-425624],[123449,-427849],[121840,-430842],[117584,-434808],[115328,-433921],[118666,-427736],[117852,-427222],[116517,-460492],[121703,-460001],[115393,-455840],[125955,-454308],[124269,-453650],[123191,-452413],[118715,-450814],[123480,-465949],[120080,-465856],[117158,-464891],[126285,-465019],[125733,-466389],[122387,-465413],[122701,-467396],[124824,-469223],[127202,-471328],[126399,-468083],[126519,-467377],[121257,-460632],[122229,-464237],[-121955,-542872],[-122712,-543020],[-118201,-547296],[-125742,-553343],[-120617,-557134],[-122215,-577428],[-121506,-596518],[-137661,-561185],[-135728,-561402],[-140762,-568427],[-129519,-571757],[-132927,-563228],[-137259,-581705],[-136614,-582464],[-132560,-586724],[-132487,-587042],[-131411,-583834],[-132799,-579007],[-129885,-587994],[-135878,-607824],[-153532,-529255],[-148785,-543330],[-151342,-543120],[-147170,-550360],[-143326,-562457],[-149266,-566622],[-146226,-567897],[-141996,-563804],[-142604,-563172],[-141265,-572294],[-152895,-571666],[-149490,-565597],[-143165,-567553],[-141272,-567547],[-159262,-533905],[-158301,-531165],[-157889,-531107],[-175445,-571650],[-166867,-572939],[-166499,-576064],[-186896,-554098],[-193905,-575123],[-193259,-592501],[-200958,-601717],[-209673,-565467],[-215387,-571433],[-208676,-572807],[-216970,-585246],[-206998,-590062],[-210877,-604848],[-218270,-587233],[-218761,-587312],[-231901,-587088],[-91415,-521035],[-92160,-519595],[-101014,-542310],[-109073,-531019],[-107292,-579525],[-113475,-587011],[-115164,-592562],[-108724,-602652],[132183,-389790],[130164,-397108],[132947,-406726],[130898,-407678],[129909,-406334],[138374,-398283],[135761,-399448],[134278,-398115],[133690,-398780],[140052,-397223],[129281,-406670],[130620,-405500],[130927,-404905],[132804,-404422],[131711,-409518],[132562,-412164],[131365,-410974],[131026,-414141],[132680,-420681],[129683,-411477],[130368,-424078],[130503,-427349],[129199,-427416],[130161,-422765],[128610,-432343],[128392,-429831],[129102,-436395],[128013,-473042],[131521,-466583],[132099,-467313],[132582,-468787],[131259,-467901],[141356,-390183],[142865,-390228],[141167,-391301],[145004,-387306],[151567,-391183],[143465,-396488],[143024,-392354],[141334,-396953],[146809,-399011],[170402,-212728],[170345,-220128],[172164,-224027],[174092,-377356],[184101,-232577],[188615,-247885],[183950,-249990],[189552,-291463],[76102,-433399],[76203,-430955],[74134,-436326],[75678,-460901],[77971,-378340],[89421,-402218],[88215,-412846],[83835,-412205],[81640,-410893],[82796,-411200],[76852,-410323],[87519,-430248],[89262,-425120],[85686,-426152],[84534,-425814],[86164,-427884],[88823,-429610],[87904,-433101],[81312,-431642],[80243,-434751],[79058,-430904],[82924,-434141],[89268,-446493],[88632,-443493],[86463,-439584],[84467,-437001],[88004,-435573],[82433,-435041],[77274,-437078],[83798,-439805],[88254,-436792],[79173,-445132],[82857,-445237],[85827,-443845],[88566,-444995],[79171,-442958],[78193,-439557],[79296,-439594],[78067,-439360],[79979,-438515],[79604,-440973],[83126,-444198],[84902,-441457],[89461,-451095],[86169,-450001],[83598,-448871],[82134,-449636],[79120,-449579],[84825,-448728],[81925,-454385],[88048,-465685],[78752,-462127],[78035,-464736],[79946,-464431],[90451,-382097],[100525,-405172],[99185,-403681],[91552,-401607],[93824,-401252],[96584,-402360],[97206,-402033],[96691,-419286],[92817,-419047],[90645,-419288],[91640,-422118],[90416,-414273],[96673,-416535],[95184,-415180],[93715,-412696],[91840,-412474],[98857,-411430],[100997,-411865],[102230,-419110],[93828,-417805],[98037,-417851],[90661,-434542],[92659,-432898],[94808,-431010],[95418,-429516],[94990,-431047],[91275,-428775],[94905,-425650],[96988,-422302],[92787,-424378],[98416,-429323],[96177,-432114],[101870,-426936],[100429,-429517],[98907,-432519],[98117,-434967],[91016,-436096],[89964,-440031],[89760,-441619],[90396,-443879],[90301,-437517],[90989,-446369],[95717,-445293],[99750,-443004],[102108,-445620],[99673,-442393],[98141,-440265],[96573,-438939],[96617,-436968],[97233,-436058],[102263,-439177],[102291,-440905],[97288,-444423],[101542,-458499],[101381,-459045],[90912,-448477],[93847,-452779],[100335,-461920],[100113,-462709],[96605,-465952],[96609,-462935],[92139,-464509],[109986,-394771],[104001,-405216],[108809,-399991],[109626,-398305],[110655,-399728],[108090,-401652],[106195,-402644],[115114,-418933],[113072,-419279],[113200,-420109],[111304,-421386],[109302,-420532],[109614,-416460],[109611,-415081],[113786,-420997],[103958,-413738],[102793,-415578],[102660,-420623],[103225,-421152],[110059,-429317],[110904,-427208],[109354,-425638],[108231,-425304],[107184,-424672],[106839,-426544],[105772,-427680],[106284,-430931],[104855,-432801],[104345,-433260],[109569,-431650],[102972,-424100],[102865,-424288],[113397,-434308],[114435,-434759],[111191,-435694],[110827,-435390],[109890,-437974],[113000,-447648],[105171,-447361],[108034,-437818],[110186,-439585],[110813,-441005],[110510,-442008],[110178,-444047],[111339,-444751],[102586,-442191],[105650,-446416],[109821,-441430],[108359,-460428],[112721,-450856],[111512,-450290],[113650,-454212],[114177,-455954],[103100,-453120],[104232,-451086],[104591,-453990],[108203,-454741],[108793,-456670],[107656,-458398],[110779,-452621],[103944,-459151],[102564,-454134],[105345,-448619],[114825,-461157],[114552,-467995],[111572,-469654],[110559,-471158],[102417,-471206],[108570,-465360],[105660,-462869],[106054,-461302],[105813,-467163],[104627,-468796],[103905,-470496],[127498,-392712],[126981,-387598],[124948,-384143],[124220,-386110],[124276,-390592],[122207,-404185],[123367,-403478],[123883,-401679],[125427,-402536],[126745,-402150],[126071,-403502],[120635,-405480],[121841,-406973],[121238,-408907],[119517,-408737],[118467,-407659],[117788,-408856],[116770,-408841],[127966,-408353],[116788,-409602],[119268,-410429],[117990,-416540],[119456,-419274],[119651,-419857],[118896,-421260],[119025,-415088],[121818,-416059],[127690,-428598],[118183,-425028],[121879,-428653],[126563,-422908],[124327,-423218],[123616,-424211],[123443,-425283],[122409,-427405],[120784,-428595],[121049,-431555],[125218,-434525],[121131,-433643],[121507,-434462],[118964,-427748],[119392,-432207],[121147,-430573],[118423,-429437],[118387,-427356],[126804,-434920],[117707,-440699],[120217,-437779],[121878,-436261],[120034,-437297],[118064,-435083],[116912,-435290],[117760,-447721],[120660,-443946],[121007,-445780],[121402,-442837],[122214,-445063],[123819,-444352],[125699,-435069],[116764,-441914],[121328,-460234],[119988,-458494],[125191,-452291],[122250,-451889],[118656,-449513],[118746,-450000],[124222,-448315],[122525,-447955],[120928,-448136],[120402,-450530],[124352,-453328],[116561,-462567],[117492,-464397],[120707,-460667],[125784,-465983],[123728,-466676],[126167,-470181],[125515,-468511],[-121824,-564078],[-116507,-579653],[-123798,-576589],[-120203,-593023],[-115216,-592288],[-116418,-593436],[-119428,-607493],[-118849,-607404],[-118340,-606643],[-131436,-548166],[-140124,-540188],[-139897,-573239],[-131213,-587008],[-140355,-576150],[-146334,-564344],[-163040,-635291],[-167105,-631593],[-191442,-574744],[-197662,-591024],[-208100,-573150],[-206144,-573684],[-209332,-576132],[-108793,-586964],[-109871,-583651],[-108713,-583841],[-105340,-596834],[-105234,-596181],[-102592,-589961],[136757,-370888],[130937,-400605],[129653,-400997],[128130,-401812],[140141,-402094],[137984,-402443],[129055,-408807],[139633,-399040],[137649,-400110],[134632,-400688],[133356,-399959],[133249,-404354],[132096,-405680],[133585,-408183],[130134,-406578],[128610,-406898],[139007,-398132],[131905,-406829],[130723,-407865],[137774,-399735],[135503,-398856],[134802,-399201],[133990,-398744],[139570,-397569],[130598,-405197],[130861,-404500],[131551,-404000],[135350,-416657],[133924,-418481],[132312,-418623],[131964,-416299],[131488,-409475],[131452,-413094],[131440,-415351],[130786,-412545],[130166,-414026],[132384,-412592],[131680,-410974],[129944,-410641],[131165,-428068],[129279,-427530],[129942,-427196],[129745,-426106],[129013,-425935],[130973,-429687],[129961,-425014],[130527,-423676],[128624,-432202],[132581,-444316],[132669,-445506],[133522,-446836],[134477,-446911],[130461,-435350],[132341,-438389],[137667,-459009],[139315,-458487],[140229,-460394],[138695,-459963],[133816,-459317],[132051,-459319],[131384,-459356],[129058,-459924],[128383,-456150],[128478,-455575],[139910,-454140],[135140,-450500],[138325,-453604],[138577,-451135],[137926,-452921],[136260,-453617],[138186,-454161],[130537,-472937],[131006,-463256],[131141,-466984],[133404,-468736],[131950,-467639],[152875,-381257],[141105,-390361],[142256,-389013],[142679,-389760],[144035,-385959],[143321,-396582],[143546,-392545],[150588,-399462],[141809,-398393],[152199,-401042],[146873,-399915],[145033,-399202],[143099,-398997],[153219,-402038],[152578,-400073],[150623,-399797],[149639,-397135],[149220,-398636],[148899,-399518],[141329,-398043],[145907,-398859],[153479,-408178],[152904,-408841],[152426,-408962],[153007,-408151],[143628,-451628],[141385,-453150],[154509,-402087],[159792,-406520],[158468,-406708],[155209,-406578],[153836,-407308],[156770,-408265],[154797,-408433],[163072,-404883],[161472,-403440],[159954,-403457],[160021,-404919],[161846,-405867],[159025,-410802],[175332,-230073],[171178,-219116],[176001,-239493],[174136,-281002],[169142,-405803],[166878,-407153],[183283,-250445],[182348,-288895],[189041,-333952],[76499,-430242],[74873,-435468],[75607,-439095],[74174,-437675],[85912,-400997],[89338,-401140],[84291,-413197],[88655,-413223],[84710,-411726],[80641,-411967],[80326,-411270],[81639,-412215],[77118,-410149],[83083,-434578],[88214,-430448],[88059,-425433],[85111,-425526],[84900,-425886],[86932,-427061],[88407,-430692],[88144,-434343],[83092,-434934],[80147,-431750],[76916,-433536],[80584,-434830],[79812,-431590],[82874,-433589],[86616,-445722],[88901,-446735],[88680,-443290],[87066,-439490],[84196,-437110],[87036,-435629],[89348,-439191],[78734,-437058],[84319,-439980],[87866,-436497],[80113,-444097],[79530,-441310],[85432,-443225],[88671,-444645],[78622,-441613],[80503,-437950],[78544,-438352],[79326,-439430],[82390,-444190],[85624,-440328],[88552,-450308],[85764,-450813],[84754,-447920],[82408,-449223],[78360,-449698],[84359,-449297],[81758,-455274],[89004,-465708],[76834,-462025],[77002,-460932],[78711,-462493],[78324,-464618],[80327,-463618],[99599,-404310],[98681,-403906],[91112,-400613],[94291,-400250],[96046,-402392],[97173,-402924],[92874,-417738],[92689,-419887],[91232,-418995],[91127,-421407],[94741,-413647],[94716,-415032],[97147,-415955],[94815,-414744],[91502,-413034],[98275,-412559],[102319,-412643],[96596,-418766],[91203,-433791],[92230,-433085],[94351,-431152],[96263,-430566],[95355,-431066],[91000,-428722],[95080,-425458],[97030,-422815],[92409,-424770],[101576,-423634],[98454,-429049],[96506,-431954],[101686,-426367],[100614,-428849],[99179,-431648],[98074,-434148],[90382,-436733],[89783,-442662],[90578,-443866],[90537,-437159],[90198,-446485],[95491,-445872],[98876,-443758],[98147,-444551],[101122,-446217],[98894,-439405],[96835,-439017],[97426,-436717],[97156,-435077],[101545,-438933],[102100,-443159],[96970,-443313],[101600,-458654],[90334,-451588],[90353,-448635],[93908,-453476],[101427,-464931],[100746,-461238],[100231,-463110],[96662,-466330],[96618,-462746],[92055,-464741],[109313,-394662],[103361,-408073],[103754,-405085],[110444,-398430],[109239,-400201],[106860,-401815],[105771,-403233],[113377,-417845],[114664,-418644],[113354,-418682],[112596,-421021],[108390,-420126],[108169,-416785],[108711,-414544],[113867,-421588],[103394,-413004],[102686,-415528],[102740,-418724],[103186,-419406],[102856,-421522],[110020,-430281],[109979,-427583],[107607,-425168],[107501,-423545],[107560,-426383],[106996,-429056],[106503,-431079],[105027,-432705],[104285,-434380],[109268,-431181],[102927,-424439],[114829,-434527],[113390,-434358],[113613,-434980],[111045,-435281],[110468,-435395],[109239,-436436],[113274,-447199],[105434,-447580],[109584,-439328],[110494,-441327],[111129,-442785],[111410,-443625],[111515,-445239],[102500,-440668],[104990,-445857],[109004,-440562],[105214,-452450],[104884,-455053],[105808,-453541],[113397,-457571],[109068,-459972],[108094,-460248],[112590,-458863],[112077,-456398],[112450,-448601],[107503,-457953],[110407,-452026],[112960,-454878],[114636,-456095],[114842,-459207],[102745,-458717],[103232,-454073],[104422,-450697],[108567,-454561],[108271,-455227],[112089,-450390],[112014,-451351],[103838,-457807],[102467,-453900],[105931,-449176],[107553,-462047],[110817,-463253],[112607,-463591],[113677,-463286],[114884,-460809],[114778,-468631],[111207,-469895],[110347,-471221],[102556,-471584],[109178,-466284],[106328,-463976],[108402,-461902],[104780,-461011],[105555,-466538],[104625,-467765],[104253,-470014],[127701,-386733],[124904,-385178],[125181,-387137],[124766,-390857],[121467,-404107],[124332,-400896],[126557,-401639],[125817,-404599],[122918,-403656],[121902,-404813],[121774,-406703],[122195,-408592],[119464,-408257],[117422,-407084],[117347,-408373],[116529,-409299],[115876,-408731],[127671,-407890],[115495,-420149],[118753,-410152],[120931,-416994],[118888,-417979],[118910,-418895],[118151,-420828],[118905,-421528],[125332,-421913],[118931,-416338],[122365,-416153],[127551,-428334],[127869,-429434],[117532,-427624],[127392,-430062],[124371,-423479],[123603,-425034],[122921,-425404],[122979,-427909],[121311,-429384],[121403,-430851],[125244,-434160],[122064,-433396],[118614,-427870],[118675,-426205],[118952,-424905],[117069,-434568],[120384,-432873],[120900,-429289],[122223,-427562],[118450,-429774],[125946,-434464],[122512,-444983],[118278,-441538],[120947,-437401],[121303,-436899],[120641,-437136],[118273,-447454],[119815,-444535],[120161,-445786],[121654,-442817],[117671,-441126],[124906,-444210],[120656,-460030],[120221,-459036],[120713,-447824],[120588,-451219],[121586,-450849],[124573,-454080],[126168,-454537],[122404,-448350],[125202,-451603],[127700,-460160],[118097,-448606],[119525,-450605],[124392,-448425],[123909,-453136],[120125,-467200],[115287,-464498],[122700,-461629],[122924,-465176],[124011,-467309],[127561,-471320],[125137,-470695],[124582,-468219],[121109,-467856],[116850,-463294],[117430,-465381],[125859,-465568],[123999,-466211],[127917,-473244],[125526,-470554],[125633,-469335],[127953,-461044],[-125441,-497001],[-126981,-497632],[-126547,-497452],[-124089,-540799],[-124372,-542513],[-126240,-541600],[-116889,-549238],[-121119,-556572],[-124410,-586945],[-115560,-582909],[-123477,-594357],[-126475,-600565],[-126084,-597739],[-124122,-598442],[-119390,-612478],[-119324,-608032],[-118973,-607093],[-118845,-607859],[-117593,-603617],[-117165,-602850],[-117200,-603939],[-122428,-652008],[-122506,-651267],[-118201,-658440],[-121190,-657731],[-118845,-690207],[-117845,-710755],[-140439,-528573],[-138473,-529632],[-138731,-539703],[-131942,-547788],[-136219,-539736],[-140097,-543540],[-140480,-540022],[-137160,-568914],[-136702,-569026],[-137922,-568839],[-137864,-569330],[-135449,-569341],[-131027,-586301],[-128305,-597522],[-128077,-597019],[-131959,-636610],[-129526,-638048],[-137543,-632132],[-134511,-646034],[-130590,-641557],[-134642,-642048],[-138417,-644199],[-133086,-642985],[-136755,-645795],[-133105,-642969],[-138612,-670342],[-135601,-674482],[-138409,-671040],[-135597,-689650],[-137808,-688210],[-136165,-689363],[-136527,-687877],[-133190,-694035],[-134950,-691905],[-135111,-693723],[-149990,-528091],[-149233,-543454],[-143984,-539193],[-152487,-544763],[-151012,-545381],[-140940,-541368],[-141208,-571701],[-147048,-563474],[-146025,-565083],[-151169,-572543],[-144042,-618161],[-145335,-614619],[-141990,-633595],[-146841,-650820],[-143290,-652344],[-142655,-650468],[-142787,-650497],[-148355,-660053],[-153760,-546980],[-154138,-551490],[-162890,-554987],[-160758,-562262],[-157161,-553304],[-157593,-570227],[-160198,-578054],[-166394,-585813],[-163802,-635744],[-161535,-633127],[-171721,-544089],[-168440,-562568],[-169326,-584905],[-174710,-583766],[-169221,-576482],[-173027,-581541],[-177553,-637380],[-171284,-636547],[-166685,-629758],[-168160,-631338],[-169650,-628916],[-173232,-655415],[-177195,-666860],[-179964,-483105],[-191207,-573836],[-190772,-583078],[-183826,-583369],[-185763,-597451],[-187929,-599358],[-190248,-599356],[-190988,-599713],[-189980,-603297],[-185185,-602311],[-189480,-608710],[-184033,-634842],[-180497,-633474],[-183713,-631345],[-201114,-559101],[-193034,-555022],[-193240,-553419],[-198856,-582814],[-198014,-585103],[-196840,-587811],[-196837,-601092],[-192644,-594507],[-197694,-594894],[-193406,-592192],[-204156,-605544],[-198874,-604044],[-202227,-601655],[-193314,-622936],[-211076,-460580],[-208807,-565117],[-207067,-567790],[-215964,-572981],[-210329,-572779],[-210916,-580106],[-216647,-581579],[-207638,-580122],[-209735,-590031],[-210786,-605087],[-228506,-430367],[-228933,-434385],[-228873,-429799],[-221645,-432262],[-222292,-431466],[-229872,-435077],[-226020,-437022],[-226853,-435211],[-226768,-435587],[-228132,-435682],[-227231,-436920],[-221424,-478907],[-221749,-478525],[-229147,-484345],[-228664,-484069],[-228349,-484588],[-230313,-483768],[-230261,-483288],[-227761,-481789],[-227669,-481286],[-227847,-481463],[-228108,-481363],[-227728,-482082],[-219542,-488735],[-220592,-492383],[-225832,-487289],[-227917,-577661],[-225620,-575896],[-236476,-427223],[-240916,-427848],[-242357,-427890],[-235819,-426593],[-235074,-434441],[-233385,-434586],[-232133,-431831],[-232872,-431699],[-232890,-431943],[-231001,-434660],[-241514,-447692],[-233268,-435561],[-232054,-436397],[-230780,-436318],[-231758,-436394],[-242414,-447645],[-242453,-447962],[-239323,-448873],[-236946,-485574],[-230689,-483343],[-238751,-487563],[-239929,-488658],[-239255,-548923],[-239032,-549082],[-237217,-567395],[-237827,-571803],[-230416,-569292],[-6961,-497416],[-8622,-497590],[-8407,-502146],[-8888,-502230],[-9037,-502159],[-6246,-501800],[-7924,-501759],[-7373,-502088],[-8335,-500654],[-6010,-500705],[-7288,-499076],[-10060,-511024],[-7779,-511660],[-7262,-509633],[-11565,-513200],[-10193,-520810],[-11446,-514436],[-10349,-521743],[-10757,-520612],[-11043,-514723],[-11498,-522142],[-11187,-519562],[-8427,-511986],[-7924,-512000],[-6379,-513859],[-8174,-512856],[-7816,-513710],[-4154,-516193],[-3208,-516578],[-3287,-516750],[-2028,-517425],[-1447,-516372],[-2070,-517292],[-2258,-514312],[-2207,-514656],[-2527,-515596],[-248346,-431702],[-249695,-432021],[-245282,-437449],[-253580,-446979],[-255204,-446661],[-245869,-444469],[-244251,-445004],[-243400,-444027],[-246190,-445249],[-245100,-448229],[-249321,-569065],[-293412,-451502],[-292824,-451060],[-288278,-448160],[-288889,-448124],[-294897,-452020],[-295454,-452271],[-295330,-451827],[-297286,-450669],[-298111,-449476],[-298535,-451149],[-297829,-449492],[-298198,-450385],[-294981,-451011],[-306070,-479759],[-305865,-478496],[-309735,-483882],[-308889,-484143],[-307439,-480333],[-310127,-478100],[-309386,-478726],[-307936,-479365],[-310968,-478787],[-323759,-457608],[-321083,-456967],[-321264,-455939],[-321667,-454594],[-24347,-482231],[-23877,-478629],[-25437,-477581],[-24658,-476061],[-25046,-475795],[-22338,-477685],[-22714,-476705],[-22018,-478861],[-23560,-478673],[-22215,-480419],[-24397,-481348],[-23334,-480315],[-22711,-479747],[-25265,-483991],[-23925,-483896],[-24719,-483073],[-24043,-482881],[-13663,-501671],[-12929,-503446],[-12884,-503160],[-14274,-503332],[-20980,-503891],[-18403,-503969],[-19200,-506358],[-18365,-506289],[-18556,-506292],[-20039,-507803],[-18665,-509658],[-17779,-508330],[-19189,-504713],[-21811,-505087],[-20620,-506337],[-19843,-504805],[-23974,-503525],[-25226,-505126],[-22254,-505038],[-23666,-505005],[-24450,-504051],[-15823,-501385],[-16820,-500992],[-16796,-501011],[-15247,-501420],[-14843,-503171],[-21362,-502040],[-20283,-503423],[-20391,-501860],[-24329,-510524],[-24209,-508429],[-22991,-509789],[-23545,-509445],[-24579,-509571],[-18579,-511386],[-17615,-509892],[-18755,-510916],[-21345,-520480],[-18240,-515088],[-18116,-522224],[-13850,-519218],[-14213,-516654],[-13899,-518557],[-13771,-519077],[-19111,-520458],[-19635,-513756],[-18675,-521333],[-19747,-522007],[-18930,-521082],[-19433,-522357],[-18160,-520483],[-17073,-520045],[-18135,-520965],[-20034,-521505],[-17504,-513815],[-21820,-518483],[-21191,-523639],[-22512,-515827],[-23708,-516109],[-22308,-522306],[-22797,-522251],[-24735,-515802],[-23422,-515108],[-23286,-515515],[-23308,-516915],[-23241,-516944],[-22327,-516792],[-23086,-516039],[-28778,-472147],[-30320,-472183],[-29378,-470500],[-25986,-479573],[-26966,-477881],[-26071,-475974],[-28238,-478294],[-36751,-484123],[-37087,-478106],[-26439,-481559],[-29074,-480765],[-26539,-483950],[-32251,-479741],[-32220,-478427],[-33058,-475456],[-28829,-479378],[-30547,-480730],[-25924,-481489],[-26633,-481499],[-30134,-480441],[-35322,-479855],[-35263,-479106],[-36595,-480696],[-32817,-481232],[-33998,-480463],[-31790,-477411],[-33342,-477719],[-36031,-474720],[-35745,-475471],[-34603,-475527],[-35912,-473794],[-35413,-474591],[-35657,-474356],[-27563,-486196],[-27440,-482778],[-28199,-481113],[-27556,-482667],[-27492,-483860],[-29027,-482596],[-28375,-483922],[-34216,-492724],[-34212,-494085],[-34458,-493575],[-31994,-489254],[-36527,-496081],[-37429,-492477],[-37022,-496249],[-36524,-493183],[-35877,-495802],[-36840,-486743],[-37373,-486806],[-34903,-489608],[-28696,-486882],[-28247,-487023],[-28457,-487350],[-27098,-487156],[-35689,-505326],[-38381,-504725],[-37440,-508923],[-38054,-508454],[-38349,-507885],[-37202,-507912],[-36966,-504826],[-36700,-501868],[-36658,-504641],[-37888,-499125],[-37380,-511165],[-34965,-509039],[-36167,-508551],[-37184,-505556],[-37846,-506082],[-36810,-505897],[-38382,-501642],[-37206,-500996],[-37857,-500131],[-25613,-504515],[-27063,-504663],[-33477,-507028],[-35200,-508635],[-35507,-507428],[-31692,-508219],[-31660,-508013],[-30682,-505716],[-26444,-501674],[-27427,-502321],[-27398,-501612],[-28920,-514651],[-27334,-512567],[-28051,-512844],[-26683,-512684],[-27379,-513341],[-27430,-513151],[-36868,-522929],[-37548,-524485],[-38253,-522719],[-36122,-521278],[-33760,-521050],[-35995,-521190],[-33982,-520688],[-37399,-511846],[-35026,-515696],[-37798,-515622],[-36421,-516291],[-37985,-518501],[-35629,-515277],[-34917,-516430],[-35836,-516296],[-26561,-528998],[-26422,-528688],[-37746,-525521],[-43623,-472242],[-44598,-472340],[-43124,-471152],[-45197,-469543],[-43028,-471897],[-48793,-470216],[-46231,-471377],[-47152,-471409],[-48687,-470176],[-46758,-470590],[-45309,-469132],[-45010,-470903],[-44958,-470847],[-46165,-473255],[-43895,-482862],[-41936,-485695],[-41188,-485958],[-40832,-484101],[-38860,-484629],[-39334,-484046],[-38782,-481978],[-38420,-483151],[-38821,-482425],[-43381,-483221],[-42169,-481303],[-41506,-483139],[-41062,-476220],[-42631,-478633],[-43382,-476391],[-45180,-475640],[-41911,-474368],[-46096,-481816],[-44763,-477091],[-45527,-478015],[-44861,-478157],[-44622,-478965],[-46430,-476448],[-45528,-475138],[-42398,-483848],[-44085,-474110],[-42857,-474127],[-45435,-481999],[-44143,-481034],[-42184,-479405],[-43653,-474362],[-41614,-474452],[-44212,-480591],[-43192,-479705],[-43078,-479658],[-43572,-479351],[-44317,-475612],[-42044,-475879],[-41454,-474862],[-45461,-478912],[-47212,-478379],[-47164,-476861],[-48206,-476633],[-47891,-479617],[-48697,-478176],[-50373,-479270],[-50805,-478467],[-51135,-478174],[-50704,-483165],[-38422,-495072],[-38581,-494235],[-39278,-494976],[-49753,-489623],[-47948,-493612],[-45914,-488091],[-46553,-493047],[-46431,-488414],[-48899,-497490],[-48113,-495345],[-49360,-495695],[-48357,-497287],[-48384,-498553],[-47125,-497293],[-46077,-492826],[-39170,-501585],[-38585,-506320],[-38541,-499876],[-38749,-499339],[-39093,-510079],[-39787,-499983],[-39443,-510231],[-40220,-499445],[-39604,-500427],[-48752,-499491],[-51088,-499839],[-51025,-499966],[-39993,-523802],[-39229,-516391],[-39874,-514517],[-40989,-514473],[-38524,-514346],[-38439,-513268],[-38970,-512653],[-40169,-519267],[-40103,-520835],[-41213,-520063],[-38759,-520741],[-39261,-519029],[-38696,-519323],[-39061,-516439],[-38812,-515760],[-39166,-515170],[-45151,-526242],[-39636,-529273],[-40046,-530400],[-44671,-525537],[-41524,-525824],[-41194,-524672],[-39921,-525771],[-61333,-479263],[-62206,-479303],[-62398,-479738],[-59417,-479910],[-59958,-478366],[-57920,-478407],[-59204,-478978],[-59059,-478018],[-56370,-476806],[-59937,-476112],[-59541,-477961],[-58076,-477914],[-60814,-475838],[-57576,-477092],[-59573,-477271],[-57161,-475120],[-58196,-476401],[-58774,-474524],[-52099,-477259],[-53911,-477969],[-52473,-478968],[-52234,-477413],[-54427,-476493],[-53826,-477827],[-55568,-476670],[-62241,-474991],[-61364,-475023],[-60246,-473730],[-51243,-482403],[-51580,-482440],[-51518,-481839],[-53750,-483308],[-54073,-484665],[-53715,-484769],[-52683,-483353],[-53345,-490252],[-56195,-495298],[-59415,-497431],[-59774,-496786],[-60200,-497064],[-59695,-498711],[-56108,-496525],[-57438,-495422],[-53262,-500618],[-51737,-500005],[-51257,-499185],[-52181,-499762],[-59049,-499361],[-58928,-500153],[-53424,-501298],[-53406,-501615],[-60770,-511065],[-59920,-510375],[-61664,-510114],[-58638,-508018],[-58721,-507968],[-59972,-508893],[-63016,-514365],[-63741,-511948],[-60600,-514592],[-61556,-513912],[-60050,-515436],[-57775,-518703],[-57590,-521745],[-58817,-520149],[-59325,-521310],[-61545,-512521],[-63006,-512031],[-60618,-523629],[-60451,-524103],[-60834,-525601],[-60858,-527114],[-57047,-525394],[-59720,-526964],[-58189,-527464],[-60155,-525810],[-59499,-524951],[-58649,-525477],[-58568,-671574],[-66600,-473114],[-65919,-472648],[-66496,-473772],[-75431,-481320],[-73936,-478496],[-73905,-478077],[-72802,-478583],[-68259,-486046],[-65110,-486326],[-76148,-491766],[-66687,-487460],[-67840,-486998],[-64845,-486692],[-66202,-486462],[-65351,-486703],[-64872,-513639],[-64754,-514015],[-66530,-514062],[-64144,-513917],[-68128,-520796],[-68077,-520854],[-69382,-520425],[-69240,-523569],[-67859,-523385],[-69061,-522527],[-66996,-522007],[-66575,-520402],[-65886,-521259],[-75506,-517076],[-73539,-516365],[-75531,-518482],[-74058,-518096],[-73660,-519257],[-71299,-657925],[-64853,-667987],[-83472,-476572],[-84268,-475497],[-89547,-475955],[-89195,-476181],[-80025,-485392],[-79780,-485305],[-78746,-486803],[-80391,-487253],[-80290,-486265],[-85614,-497866],[-83614,-498729],[-78520,-498075],[-78358,-498632],[-76812,-493979],[-77610,-493688],[-86991,-502403],[-87555,-505205],[-88557,-504806],[-89172,-504146],[-85400,-505989],[-83582,-504832],[-84682,-504076],[-85548,-504891],[-85838,-501186],[-81957,-499049],[-80235,-500065],[-77479,-662768],[-87751,-690707],[-89322,-709293],[-85877,-716231],[-91888,-475005],[-91300,-475429],[-90625,-474293],[-90919,-473786],[-91086,-474008],[-90627,-473502],[-91022,-476681],[-90456,-476351],[-90054,-476561],[-101889,-479719],[-100863,-506613],[-100756,-505329],[-91454,-506095],[-90773,-504158],[-94906,-527551],[-99752,-589446],[-91294,-662152],[-93238,-664717],[-89942,-659574],[-92782,-660553],[-96672,-663747],[-93764,-658468],[-96855,-661196],[-90127,-655131],[-94852,-689505],[-93915,-690461],[-91908,-688733],[-90385,-684032],[-97721,-685159],[-90017,-700903],[-97452,-693914],[-93510,-695021],[-97578,-692779],[-90032,-712451],[-103154,-476633],[-104835,-476833],[-103055,-477803],[-102704,-477823],[-107330,-485350],[-107832,-483936],[-108436,-485426],[-109028,-482095],[-108589,-483183],[-106726,-483098],[-105228,-480541],[-105723,-480314],[-104601,-479012],[-109852,-497129],[-106335,-502072],[-107336,-503237],[-102429,-507336],[-103886,-525014],[-112455,-553112],[-106712,-583781],[-109435,-586693],[-109747,-584585],[-108336,-584054],[-113691,-587456],[-115138,-589948],[-102700,-590407],[-103108,-636635],[-103678,-662806],[-103041,-664921],[-112842,-659477],[-106843,-664152],[-108236,-662378],[-110016,-683929],[-105664,-686714],[-108510,-687761],[-107493,-699758],[-108662,-697251],[-103935,-691562],[-110369,-708179],[-110070,-705426],[-112425,-706187],[-108879,-708999],[-113645,-712751],[-114684,-708588],[-111713,-711868],[-111825,-712907],[12423,-488662],[5249,-511576],[5937,-508789],[5677,-508154],[6086,-508360],[5130,-510508],[5515,-510638],[5885,-509198],[4221,-512110],[4817,-512401]] \ No newline at end of file diff --git a/src/gathering/a11909.json b/src/gathering/a11909.json new file mode 100644 index 0000000..70832cc --- /dev/null +++ b/src/gathering/a11909.json @@ -0,0 +1 @@ +[[-118773,-36748],[-119082,137843],[-123595,134415],[-122464,141080],[-123492,301804],[-127231,306819],[-120414,77120],[-120423,89274],[-121635,80749],[-115882,96594],[-115364,98830],[-124556,113408],[-127197,118784],[-138090,-2182],[-138876,-39269],[-138105,7420],[-137092,9029],[-138809,556],[-129695,10955],[-136890,3723],[-129131,129567],[-133732,133178],[-140136,132031],[-133121,150556],[-137893,13113],[-133663,14608],[-134868,23948],[-137176,22885],[-138777,23396],[-137263,17608],[-133563,20236],[-138099,28936],[-130739,61724],[-132703,90152],[-132397,97509],[-132138,93619],[-131212,110858],[-136084,106503],[-131511,117661],[-140615,124814],[-134829,119861],[-146792,-7846],[-144538,-1976],[-146775,-2164],[-144482,-4331],[-145258,-20607],[-141227,-16879],[-142798,-19268],[-150732,-24118],[-145618,-33533],[-149317,-49768],[-152275,-49012],[-152841,-55099],[-152350,-51360],[-150283,-57055],[-145482,6237],[-147272,4595],[-147241,2878],[-145667,11979],[-142584,2773],[-148359,12208],[-144859,10585],[-144254,150771],[-143421,141257],[-150968,141243],[-151465,16565],[-149824,15486],[-143572,14293],[-144275,17338],[-148417,17614],[-141843,21743],[-143003,20000],[-147717,22543],[-145714,24147],[-151691,21130],[-143230,27442],[-142251,29020],[-146935,31079],[-153094,32035],[-152386,39402],[-146259,66409],[-145414,77913],[-143745,89778],[-144594,100473],[-148947,110234],[-142035,112240],[-148019,114149],[-139979,127635],[-152314,127339],[-166064,-85],[-162151,-10756],[-163531,-7144],[-160840,-4519],[-156254,-8308],[-154538,-1738],[-161918,-16514],[-163422,-22092],[-166382,-14381],[-154293,-23021],[-157139,-13135],[-156438,-38045],[-158398,-35090],[-160808,-34042],[-163790,-34390],[-159404,-49297],[-156760,-41265],[-159619,-54414],[-158925,-51273],[-162886,-53582],[-166013,-60150],[-165967,-53257],[-163880,-60760],[-159503,-71072],[-165189,4766],[-162033,1396],[-162644,11227],[-165174,135046],[-166090,140782],[-154715,138776],[-161289,129257],[-160068,143100],[-153990,142312],[-154890,21232],[-159721,22415],[-161064,34715],[-159668,32606],[-156579,37864],[-157878,36233],[-154442,35747],[-153745,38309],[-163296,47500],[-163101,51008],[-154830,39854],[-166073,45099],[-164331,52250],[-161891,56687],[-165222,101698],[-158741,94277],[-160614,120936],[-161650,122017],[-162650,118829],[-174917,-546],[-167984,-5888],[-169447,-20776],[-171099,-23315],[-167675,-13937],[-178663,-18527],[-170443,-32752],[-166405,-31281],[-175930,-62820],[-173724,-53735],[-173884,-56946],[-174772,-60554],[-179085,-55036],[-170023,-58377],[-169647,-63333],[-172097,-60693],[-167765,-57025],[-171669,-57253],[-170613,-61046],[-170536,-57573],[-168628,-60608],[-172127,-68174],[-168223,6705],[-174099,711],[-176200,139880],[-171509,141584],[-166818,16246],[-174849,25512],[-168202,24031],[-168853,20263],[-178825,23796],[-169792,14127],[-174254,34596],[-172117,38103],[-173675,26565],[-169038,47542],[-169089,40731],[-174452,47202],[-166828,39722],[-166957,51042],[-175193,56416],[-168773,60913],[-166857,62011],[-176280,53987],[-177128,122817],[-179649,-23361],[-185285,-14402],[-184314,-12732],[-184307,-27017],[-182014,-28011],[-191870,-33474],[-187505,-49724],[-186129,-48384],[-190821,-49115],[-191234,-45830],[-189460,-42768],[-186210,-40859],[-188036,-38918],[-190016,-59822],[-185902,-59317],[-185548,-61498],[-188688,-52967],[-190238,-51581],[-183801,-58524],[-188474,10070],[-179932,129750],[-185471,17989],[-182938,18532],[-179676,38011],[-180372,29690],[-180140,48506],[-179848,76023],[-198644,-229545],[-195311,-11058],[-195555,-24245],[-199616,-13314],[-201520,-443822],[-193142,-37972],[-200710,-37531],[-198727,-34393],[-194791,-33136],[-198947,-32342],[-201372,-34825],[-197717,-49714],[-194231,-46782],[-195626,-43774],[-203505,-44890],[-198289,-41040],[-200565,-43158],[-203570,-38875],[-193285,-50295],[-201590,-49552],[-194262,-54227],[-202772,-51179],[-196496,10974],[-202137,24578],[-202379,16163],[-201765,17654],[-192515,27090],[-203511,29580],[-196685,29404],[-195005,26602],[-196623,25967],[-202285,47945],[-200244,48169],[-199636,46591],[-192761,43101],[-203172,53984],[-201955,52114],[-194307,110002],[-192767,106136],[-196264,116592],[-213455,-235119],[-206342,-230319],[-206764,-237781],[-205611,-241221],[-216485,-250235],[-209578,-38110],[-207093,-58674],[-216826,7198],[-208926,18708],[-212970,19919],[-215173,19646],[-208528,25424],[-215272,30767],[-216362,32389],[-216448,30495],[-217342,32934],[-217198,30854],[-206182,27653],[-209190,42765],[-215133,45277],[-212291,47682],[-213453,63525],[-209689,63332],[-214993,64751],[-207602,87338],[-210403,125462],[-229336,-232447],[-218591,-237167],[-223473,-25181],[-226113,-23349],[-222654,-44896],[-218486,-51316],[-228536,9660],[-217630,8861],[-225618,22054],[-220117,31511],[-218182,27960],[-219617,28139],[-229179,29024],[-224507,32297],[-228349,34610],[-219119,34234],[-222280,35104],[-218922,33666],[-218163,29215],[-219152,29097],[-220974,28156],[-220991,32385],[-218300,33420],[-226680,34577],[-227882,44274],[-229190,46105],[-227826,50797],[-225713,64753],[-223853,70041],[-235558,-233506],[-232758,-979],[-235673,-31773],[-242254,-34088],[-232254,-39647],[-234791,-60278],[-237320,-58924],[-231982,881],[-240088,131326],[-236470,136435],[-239643,134410],[-239237,19635],[-233706,17179],[-232186,22482],[-233294,23849],[-236950,21149],[-233388,28034],[-239469,36243],[-241921,30429],[-232966,29964],[-241381,38087],[-233343,38045],[-240310,30493],[-233470,36447],[-237719,37716],[-231248,27772],[-236176,46417],[-231800,42416],[-234635,48828],[-242483,60659],[-242151,57008],[-241786,54240],[-241502,52326],[-233527,66762],[-4089,-23370],[-6618,-17602],[-6955,-25163],[-2851,-29751],[-3085,-38607],[-8743,-38437],[-6635,2791],[-10306,24217],[-990,33052],[-3369,31206],[-2300,28321],[-246924,-219708],[-244854,-223984],[-254292,-229306],[-255078,-231523],[-247190,-238732],[-251935,-24572],[-251992,-34043],[-246949,-30428],[-244288,-34469],[-246152,-33938],[-246015,10419],[-244505,132172],[-247894,129693],[-255622,20179],[-253271,14765],[-249099,35920],[-244993,30480],[-255013,31820],[-253831,39215],[-248497,47135],[-251227,49941],[-247798,49338],[-251623,45929],[-255670,43970],[-246901,47844],[-247269,50906],[-249746,55330],[-252620,58892],[-251896,62459],[-250692,53391],[-249346,66156],[-248760,76749],[-256145,-215215],[-259414,-218240],[-265492,-221548],[-267206,-6309],[-265362,-3580],[-264775,-5561],[-263625,-11309],[-261179,-11255],[-258081,-24099],[-257537,-398155],[-256835,-31224],[-266556,-39092],[-259108,17430],[-264153,18169],[-258316,32667],[-264734,28684],[-257218,33519],[-264732,43957],[-263758,49767],[-262048,41894],[-266292,39938],[-257489,44664],[-260695,48168],[-276508,-4582],[-269436,-43926],[-272102,-43572],[-274127,-39088],[-280905,-51406],[-270634,25354],[-270350,23230],[-271894,19255],[-269665,25139],[-271169,18132],[-271287,20344],[-274699,28901],[-279250,26492],[-269497,27193],[-271469,38133],[-272246,28027],[-270316,28144],[-280631,29310],[-272847,42961],[-275707,39837],[-274268,40031],[-269596,50753],[-278807,46008],[-275062,42160],[-274781,93882],[-275525,94527],[-272075,95594],[-280813,112640],[-293450,-7832],[-291640,-8716],[-282078,-3905],[-289345,-6385],[-287624,-6980],[-290242,-10516],[-291901,-47125],[-292380,-49808],[-284173,-48482],[-287118,-50254],[-293005,-54941],[-288802,-54330],[-282959,-52901],[-284595,19133],[-283199,16854],[-291806,21067],[-288993,25035],[-291068,26714],[-287754,29252],[-282042,30055],[-285947,35670],[-288172,33922],[-283452,28094],[-282978,29549],[-286232,50877],[-284315,39956],[-282905,68809],[-305927,-4098],[-298339,-3064],[-296120,-14983],[-300052,-15878],[-297912,-16172],[-298499,-13695],[-306939,-13126],[-302944,-31048],[-302237,-34855],[-306320,-37966],[-301852,-37799],[-305883,-35587],[-304426,-27829],[-295650,-42130],[-299450,-46880],[-299971,-49157],[-301048,-47296],[-303650,-46630],[-302996,-40918],[-295308,10930],[-298718,8077],[-298922,10837],[-297107,14736],[-295178,18738],[-296339,17861],[-295817,16102],[-299702,16058],[-300117,14352],[-301586,15780],[-294632,28986],[-306770,79769],[-305622,94961],[-309206,-11928],[-318603,-3392],[-315168,-23689],[-315585,-18920],[-311068,-22016],[-313731,-37735],[-307279,-45727],[-307503,-41044],[-312415,-43764],[-312018,-48897],[-310637,-52098],[-309550,-53180],[-317468,21614],[-311469,20012],[-312656,20262],[-311430,18988],[-309947,25415],[-312843,17813],[-308154,16746],[-319955,24158],[-307472,26707],[-315092,30576],[-318510,30068],[-309049,33183],[-319657,39068],[-312631,63182],[-318868,54790],[-318395,76599],[-314830,79841],[-316132,78224],[-308560,80438],[-312964,81551],[-314698,87418],[-314291,100248],[-313574,98079],[-316866,93054],[-308164,96118],[-331918,-2186],[-327007,-5051],[-329462,-20462],[-325273,-20686],[-328070,-24595],[-324723,-27713],[-324491,-26567],[-330853,-28651],[-332729,5608],[-328394,2876],[-320723,23064],[-325140,24023],[-322524,24201],[-328014,24748],[-331450,29107],[-331304,32463],[-324478,73048],[-321995,70300],[-321589,65223],[-320972,79201],[-320510,87182],[-327202,87914],[-340601,-5703],[-340580,-20381],[-337727,-15198],[-332945,-21729],[-334545,-17987],[-333408,-16274],[-335525,-25861],[-333182,-28014],[-333515,-28739],[-335511,-29660],[-345116,-28631],[-343899,-32488],[-337823,7030],[-338652,9688],[-341147,14671],[-342994,16847],[-338605,22126],[-334643,20153],[-336271,29556],[-334041,96299],[-345609,-8013],[-354210,-25259],[-350377,-18670],[-348376,-16704],[-350191,-14593],[-346065,-16352],[-346947,-13642],[-354794,-13815],[-356976,-15118],[-356389,-26379],[-351469,-33190],[-347033,-30897],[-358358,-27080],[-362387,-4254],[-363450,-15887],[-365625,-12972],[-358406,-24579],[-360066,-17683],[-362133,-14298],[-370852,-28947],[-361656,-33238],[-362515,-32888],[-360478,-25691],[-360478,-25691],[-370034,-37862],[-368187,-35137],[-21973,-3945],[-19961,-365],[-17874,-5680],[-21686,-19539],[-13388,-14774],[-19810,-19420],[-24385,-19029],[-18565,-29958],[-16857,-27258],[-22568,-25638],[-24433,-49079],[-20844,20323],[-25150,18401],[-23427,24412],[-16566,24528],[-383955,-7951],[-381669,-6907],[-380881,-8750],[-383138,-4044],[-378327,-15937],[-372085,-26851],[-372030,-25694],[-374365,-31869],[-380627,-31482],[-383780,-35374],[-383018,1320],[-382855,220309],[-384715,-12215],[-388479,-10859],[-393476,-4227],[-389025,-13359],[-385826,-21124],[-386619,-27593],[-390267,-26585],[-395330,-33936],[-396144,-28221],[-395412,-41181],[-388177,-48648],[-384731,-44665],[-391647,792],[-384933,215680],[-387358,219438],[-389953,218978],[-389672,227593],[-401875,-4008],[-399671,-6872],[-404644,-6364],[-406442,-7275],[-408139,-6737],[-402650,-11365],[-398000,-10001],[-408675,-8338],[-408502,-1003],[-407728,-10220],[-399357,-15956],[-398035,-24350],[-408772,-23498],[-405507,-24302],[-402012,-22032],[-405733,-17154],[-405727,-19173],[-408971,-20454],[-403527,-30315],[-401610,-26436],[-407328,-33506],[-409075,-29774],[-404405,-27894],[-405924,-31703],[-401244,-32080],[-397897,-33899],[-399278,-31018],[-396970,-37572],[-397042,-26518],[-406248,12259],[-397859,7603],[-399911,8146],[-405754,4698],[-397099,202954],[-399245,208006],[-402245,209814],[-400727,217453],[-397723,219592],[-398400,222524],[-411596,-9080],[-412046,-3180],[-413275,-282],[-414739,-2575],[-415782,-5094],[-414357,-1864],[-416042,-11843],[-418218,-580],[-412498,-12761],[-411004,-19769],[-415399,-17881],[-419365,-16759],[-409778,-35723],[-409863,-32102],[-411736,-34613],[-411857,4168],[-415483,5918],[-412574,12971],[-410605,1946],[-415926,1978],[-412605,1860],[-414610,14918],[-421547,23781],[-419978,21743],[-417476,25172],[-413459,23067],[-415968,24952],[-421882,21957],[-410229,27101],[-417268,26168],[-431718,12227],[-424299,12288],[-422460,19627],[-429151,20082],[-423631,22937],[-431645,16143],[-426008,15207],[-424537,17090],[-426655,29128],[-432457,25934],[-441121,12620],[-437680,155768],[-442797,18966],[-439519,13664],[-440687,24069],[-446648,14683],[-436992,20810],[-439988,21099],[-437944,16162],[-27021,-16821],[-25882,-18812],[-27313,-20002],[-33433,-32012],[-29697,-33218],[-36894,-42870],[-31421,9829],[-28125,15960],[-28498,21862],[-32055,15452],[-32174,19340],[-36268,19892],[-34402,13769],[-45518,-2134],[-45047,-4182],[-43322,-45213],[-41662,12333],[-40286,6004],[-41611,1439],[-43121,3485],[-41677,13588],[-46921,14515],[-48828,18480],[-46771,37604],[-48089,36694],[-50797,31842],[-49064,37871],[-50118,385012],[-45242,387453],[-42197,48044],[-43957,48420],[-45040,60668],[-671196,1685292],[-666181,1689031],[-60074,-563],[-62388,-8092],[-53669,-4731],[-51285,-3571],[-62912,-76985],[-63956,4707],[-59520,5643],[-62758,882],[-54166,1627],[-63640,10684],[-54213,13351],[-60107,19360],[-61905,14146],[-58293,25746],[-63193,61841],[-61534,63269],[-58879,56952],[-65036,-8372],[-72216,-1491],[-69856,-11107],[-67008,-20023],[-64897,-14359],[-70349,-33374],[-72482,-49489],[-70067,-55605],[-64267,-78580],[-69703,-78963],[-66557,-81472],[-66303,7307],[-71956,2118],[-68209,8360],[-64011,24863],[-66201,21591],[-68064,19259],[-65424,383280],[-68167,35724],[-67171,33258],[-73306,30317],[-72509,403449],[-67140,425712],[-75054,49071],[-73056,43289],[-66124,38682],[-68018,57510],[-69567,55370],[-64239,59912],[-74434,53277],[-71716,62170],[-75627,56224],[-66358,68234],[-75499,68297],[-76416,68119],[-66271,95238],[-87597,396419],[-81225,399134],[-85614,408522],[-84586,403724],[-76914,402538],[-86165,410902],[-77370,416608],[-83154,412604],[-76967,428935],[-80021,422740],[-78340,46161],[-80264,47868],[-81667,50314],[-80991,49075],[-89220,44476],[-88755,49973],[-80386,53233],[-84496,58123],[-89293,57894],[-86126,54949],[-83195,58049],[-81689,62648],[-87409,63935],[-80504,70171],[-87960,68639],[-85894,81057],[-82833,97591],[-97063,-37460],[-101183,-38410],[-93520,394608],[-98488,413605],[-98796,411311],[-90023,416874],[-98237,45699],[-90709,44940],[-95329,74168],[-100301,67460],[-99712,71767],[-97184,102275],[-93473,99359],[-107669,-47954],[-112060,-48779],[-106128,128932],[-104347,53701],[-103761,62863],[-104624,74590],[-106193,66580],[-114237,89566],[-102660,78664],[-110761,96683],[-110773,100203],[-109222,113264],[-106302,114921],[-111500,105801],[-113480,118505],[-111785,122219],[1264,-24100],[3666,6442],[6969,38380],[7830,36044],[4935,36455],[2666,34101],[7599,40092],[7641,42791],[10259,40444],[8888,46126],[11382,47520],[9210,50709],[7571,52349],[133217,-535],[139731,-2375],[130538,-10393],[135800,-21504],[137306,-19014],[128906,-14008],[136268,-33312],[130318,-28693],[132104,11234],[130444,11183],[134339,1833],[135817,11715],[139596,9795],[135341,3633],[128777,18663],[139271,21581],[135115,310288],[135637,29632],[135167,54793],[133619,86475],[136000,93559],[137897,98672],[134384,107391],[130745,120797],[141118,-12250],[152931,-10200],[149955,-12076],[145119,-4800],[141270,-21091],[142518,-27791],[151194,299340],[148432,295949],[144662,358391],[143333,52405],[149920,59705],[145113,66834],[149843,75966],[147824,88053],[146856,96593],[147945,110728],[147103,126766],[147790,121856],[160303,299976],[162646,298732],[201776,306256],[192421,309622],[25104,-16832],[24228,-31788],[24587,-27768],[25500,-30194],[20497,-41291],[24970,7229],[16212,141623],[13683,18135],[15957,36127],[13892,37504],[21241,34813],[17806,39253],[21522,39059],[24002,41636],[24395,44734],[22355,46791],[17190,45015],[14273,48142],[16658,48252],[18687,50300],[19079,95017],[18315,121824],[283170,22047],[27286,-24647],[27290,-22717],[27133,-18874],[32114,-19231],[32701,-22759],[26646,-17250],[29556,-21703],[37104,-22206],[35464,-26817],[34438,-30894],[29569,-30900],[32402,-31514],[37047,-26119],[30507,-29002],[27968,-33597],[26520,-35369],[28235,-35559],[31146,-32576],[33654,-32541],[33314,-25577],[28134,-30979],[26405,-26480],[29422,-25405],[33418,-49182],[37264,151750],[29581,41558],[33230,43377],[36082,42290],[32998,41309],[29267,86886],[40267,-25521],[47216,-51975],[46424,8574],[45823,136001],[47051,132438],[43247,130813],[49165,147271],[44568,146105],[40747,19407],[38760,44689],[40949,44349],[42280,42056],[43589,39795],[45744,38827],[45062,42247],[49322,46151],[50931,43455],[44661,48928],[46954,51574],[43704,60390],[41116,61448],[48341,55544],[43206,62227],[45625,64911],[40944,64731],[49552,79345],[59620,-40673],[56873,9982],[51541,4467],[54511,131918],[60973,129556],[59773,135571],[54642,145340],[55472,20554],[57971,13363],[61401,12909],[52940,23552],[54025,45921],[57614,47594],[59552,48909],[52536,51494],[58134,53219],[51454,56474],[53807,68462],[55535,85758],[63571,93979],[63279,90753],[57169,113426],[61050,119141],[58062,121578],[58600,117811],[62793,116815],[59111,117390],[56287,124525],[55946,127113],[53646,125242],[51607,126052],[61706,122483],[56561,126158],[58873,120007],[65729,-22699],[69885,-29918],[70140,-31620],[66501,-47737],[66182,131339],[66696,138485],[71383,136072],[72107,129823],[69112,133435],[70290,51324],[73492,49621],[76541,59078],[64522,65652],[72476,64474],[76079,74867],[74557,70044],[71600,73005],[71309,95793],[76120,97987],[71044,102697],[68692,113404],[76560,103670],[68496,116837],[72461,115832],[84159,-6215],[81410,-7862],[77376,-24364],[82526,-22391],[79770,-23852],[86328,-19909],[86324,-13173],[80905,-25526],[83708,-26616],[82020,-26572],[83934,11268],[88743,10762],[82474,22637],[87217,25315],[88788,29097],[85510,48258],[79284,40038],[89032,47428],[77425,61717],[84657,62398],[79863,56678],[82069,55340],[80034,59939],[85068,59352],[78961,67643],[77279,66777],[81512,76662],[81486,71072],[88361,80022],[79513,77497],[77032,88825],[80437,79835],[86027,77287],[85302,86255],[81451,95467],[80265,101088],[83132,95705],[86999,90405],[84487,100557],[79818,102393],[82219,113467],[80629,109751],[84077,109203],[84477,105886],[80909,105439],[78455,124442],[87966,116307],[92009,-10927],[100753,-23997],[98397,-22502],[98777,-19185],[101451,-15157],[93273,-17439],[98460,-28532],[96121,-29414],[96051,-26333],[90857,-40928],[100835,12520],[98980,4730],[91117,12890],[96529,14174],[99375,17827],[93849,26544],[94802,31262],[94752,36014],[99782,42761],[93451,50686],[94221,49172],[98924,50313],[95105,63529],[101508,60970],[93244,64821],[96608,68649],[100583,72482],[96625,71921],[96765,67188],[97879,73416],[94979,77907],[96677,78304],[101217,78814],[92115,77568],[93417,90462],[91327,90209],[98239,100672],[100286,93641],[95802,90802],[93001,92707],[102303,101481],[97003,113642],[95225,103929],[98801,103490],[98697,104203],[107469,-8029],[105266,-5028],[108585,-24382],[110629,-23566],[103490,-21919],[106249,-13752],[108668,-17843],[106053,-16706],[108592,-30108],[104468,-25762],[114411,-25937],[114400,-28989],[104253,9679],[105552,7475],[111934,2280],[110086,3423],[106793,15669],[109295,14854],[111727,16601],[113218,20322],[113516,25783],[102450,38036],[113787,36367],[111471,36478],[112236,37707],[108007,28288],[111116,46341],[108069,39096],[106405,49776],[109652,54947],[110116,52973],[104922,61726],[113248,53775],[107212,59267],[104843,65931],[107779,77922],[110905,98858],[114788,90777],[105223,92675],[106898,90193],[105964,93121],[109788,103645],[103191,111538],[108267,113946],[102779,104850],[105641,123060],[116167,-11112],[116595,-13676],[127091,-22642],[123700,-26128],[127248,-30521],[117059,6887],[123142,4175],[125079,5534],[117861,495],[118607,17441],[121661,16937],[122338,35422],[127724,37856],[123260,26418],[121136,29283],[121513,27525],[122422,31570],[118603,37603],[115681,48299],[119727,45686],[126040,43572],[123383,39262],[118629,46844],[115861,42743],[127403,97798],[118464,110460],[123060,120931],[-117434,-36206],[-125247,138267],[-120402,128861],[-121672,130970],[-124676,134446],[-126987,136259],[-116963,137449],[-122561,138626],[-122033,307357],[-124063,299843],[-121353,84876],[-125881,108599],[-122428,106234],[-119288,115060],[-120895,126312],[-122358,118934],[-126245,124392],[-126129,120321],[-133080,-5649],[-135162,-1221],[-137450,-40240],[-136751,12500],[-128873,128496],[-137191,131247],[-132195,134496],[-130924,132509],[-132181,137882],[-131927,143068],[-138503,147925],[-133256,141595],[-139282,143567],[-134894,145000],[-136381,19700],[-129265,15735],[-130275,13692],[-129494,17177],[-130702,21613],[-128191,19071],[-137279,30385],[-137103,28107],[-132655,27456],[-130288,29439],[-133522,30738],[-140138,108321],[-140703,110699],[-136353,113463],[-128070,122439],[-137485,118037],[-149825,-8694],[-144720,-9989],[-151061,-2858],[-149185,-5169],[-152702,-949],[-151007,-1211],[-142356,-1250],[-141617,-6488],[-151447,-14003],[-149139,-15551],[-149546,-24235],[-146723,-50542],[-149223,-61056],[-152918,4930],[-150698,11243],[-152362,12219],[-152307,132663],[-147975,136209],[-148504,133544],[-141161,136515],[-142882,135188],[-142843,131799],[-143768,128283],[-147337,132246],[-143029,152961],[-148217,150717],[-152837,22717],[-150436,73727],[-147171,80412],[-141237,93986],[-142105,97631],[-147113,104155],[-142588,114772],[-150463,115239],[-140937,121020],[-148866,125494],[-151996,119297],[-142712,118736],[-141795,125952],[-159583,-8797],[-160881,-1839],[-155096,-3966],[-160055,-11825],[-155920,-20188],[-154717,-13772],[-160284,-23767],[-156658,-49269],[-160262,-49009],[-155931,-57538],[-162378,-56776],[-161597,-72238],[-156067,4890],[-156819,9517],[-164645,10892],[-154429,136047],[-161223,133423],[-155831,131653],[-154774,146148],[-157338,147042],[-160895,148103],[-158049,141227],[-156138,15328],[-155581,17695],[-156146,20107],[-164522,18317],[-162413,15801],[-165662,13377],[-158979,25130],[-157090,23329],[-160906,29852],[-161745,28156],[-164638,27992],[-155816,27263],[-164351,45979],[-164774,49351],[-165807,59784],[-151844,78004],[-159291,89962],[-164197,98910],[-157009,120989],[-154768,116747],[-155350,119738],[-158063,122182],[-157314,123548],[-162526,125258],[-169188,-7789],[-177104,-15357],[-178974,-12842],[-171769,-53665],[-167743,-62523],[-173690,-61751],[-166488,-69882],[-176702,1754],[-171854,135242],[-166490,138174],[-168521,130034],[-166758,145812],[-168160,18657],[-170717,18051],[-172604,14049],[-171259,37498],[-166588,49479],[-173462,51017],[-173507,56125],[-171197,64180],[-171810,60089],[-191057,26062],[-181846,50910],[-184004,43194],[-191496,108183],[-196098,-229821],[-202761,-243650],[-199982,-53564],[-198107,-58131],[-201912,130842],[-196438,135432],[-204055,26009],[-204189,32530],[-195156,30276],[-200934,48591],[-204589,63917],[-203914,56970],[-203981,54712],[-202838,65062],[-208826,-228920],[-208079,-236225],[-210475,-240388],[-211957,-250325],[-216748,-33876],[-207529,-56729],[-213353,-58742],[-209454,19770],[-216288,22033],[-214293,32178],[-214311,37410],[-210479,31804],[-209756,28163],[-211282,37747],[-215200,27696],[-215299,40753],[-209503,50112],[-216472,49085],[-209781,39925],[-211662,42553],[-215183,43988],[-204926,48979],[-212126,62035],[-212626,58135],[-208208,56936],[-209790,56058],[-205399,59264],[-207357,59678],[-217103,64843],[-207264,97097],[-211788,101868],[-212291,116262],[-226022,-240027],[-226279,-22910],[-227109,24741],[-228117,23543],[-223100,37881],[-223490,33754],[-227927,32228],[-229216,41896],[-225294,39062],[-220513,43463],[-225194,43464],[-224586,49988],[-228613,47997],[-220796,50046],[-218410,45460],[-228595,58024],[-221517,57628],[-218637,60155],[-219726,63788],[-224660,65340],[-223525,69259],[-232705,-228927],[-240415,-224180],[-231786,-235792],[-240883,-18502],[-242096,-35193],[-231885,20192],[-239515,22602],[-240717,32742],[-231095,29857],[-239424,44789],[-237078,40897],[-242045,42426],[-239232,41667],[-230593,45726],[-240419,53560],[-239484,59151],[-232198,56257],[-236222,65133],[-241880,70645],[-235158,128193],[-7533,-20855],[-11995,-23645],[-4326,-19803],[-833,-37607],[-3825,-80423],[-3760,4865],[-2804,34121],[-250423,-232341],[-251140,-23770],[-250717,-29153],[-248990,-72756],[-246938,11732],[-241978,139037],[-244497,130076],[-248388,20074],[-245639,18647],[-244949,21587],[-250643,22303],[-250299,28919],[-255347,33149],[-247973,45442],[-253317,47557],[-251437,48647],[-246015,60101],[-248099,56919],[-243874,51645],[-251939,68852],[-246643,127078],[-256537,-214496],[-265948,-224686],[-268434,-4540],[-263241,-9960],[-259332,-16749],[-263625,-35616],[-259182,-34748],[-265522,-504057],[-267946,3157],[-257950,26391],[-259842,34160],[-268045,26770],[-263362,36303],[-260172,43459],[-267477,44897],[-260315,44231],[-272673,-5057],[-273544,-3186],[-275271,11244],[-275670,15096],[-275840,16173],[-276869,16662],[-275983,30094],[-274121,30048],[-271970,36600],[-276386,33685],[-275197,36436],[-272093,40705],[-272141,44092],[-274898,46818],[-278343,42257],[-278299,40706],[-280596,55083],[-271661,53688],[-274482,92546],[-273404,99981],[-278224,95143],[-286031,-2720],[-287614,-3245],[-287086,-5494],[-292031,-10486],[-292916,-44137],[-283568,-46866],[-292241,22882],[-288810,26763],[-285436,33153],[-286487,39687],[-286504,68607],[-296634,-12574],[-302968,-10914],[-305025,-534],[-303809,-14216],[-306762,-34314],[-303195,-32124],[-302429,-42834],[-301117,-50429],[-302003,-52715],[-295280,-51111],[-301040,8827],[-305674,5207],[-299155,4808],[-305388,88599],[-311114,-14420],[-314660,-16755],[-314512,-20107],[-317497,-19715],[-318215,-16265],[-310692,-28822],[-311141,-47900],[-315554,-46465],[-308733,-54494],[-319088,27175],[-313088,40581],[-310644,39618],[-314557,75520],[-319309,69046],[-307887,85797],[-317668,82402],[-318829,99795],[-315079,96810],[-308008,100521],[-311827,91190],[-314149,103402],[-322647,-5411],[-321567,-7320],[-328387,-8082],[-326533,-11195],[-324385,-9359],[-328155,31125],[-325194,61582],[-320081,77627],[-322834,93869],[-325931,94085],[-344223,-5678],[-337709,-22262],[-342674,-17274],[-338172,-18903],[-339703,-16500],[-345107,-15184],[-344070,-20060],[-332832,27933],[-333205,38546],[-342178,26169],[-335527,95009],[-353649,-8777],[-351744,-6286],[-353261,-20020],[-356020,-24273],[-351992,-16706],[-350484,-22968],[-354103,-17057],[-348347,-19568],[-357804,-17401],[-358203,-21929],[-356420,-20775],[-351524,-37144],[-345643,-30613],[-350045,-32078],[-348030,-32602],[-353664,-28461],[-352437,-25954],[-357314,-32277],[-352041,-35359],[-349886,-26124],[-358316,-36324],[-356453,-28927],[-355720,-34763],[-355862,-31597],[-367617,-12396],[-361538,-20764],[-362875,-25121],[-365267,-17102],[-362053,-16468],[-364917,-14044],[-364030,-19087],[-370764,-20750],[-369785,-20678],[-367641,-23602],[-371091,-22993],[-366291,-29665],[-364715,-34918],[-360271,-34966],[-367528,-28546],[-359490,-32613],[-369403,-27181],[-367022,-26973],[-362592,-27816],[-359988,-30100],[-370278,-32041],[-366942,-33752],[-368254,-34688],[-367590,-40931],[-369595,-38422],[-370372,-39657],[-363558,-40249],[-366060,-38484],[-370544,-44895],[-14937,-2691],[-13511,-13172],[-25329,-20226],[-25514,-31548],[-382656,-10536],[-379634,-4618],[-379906,-2630],[-382696,-1443],[-378382,-16346],[-377311,-12851],[-372916,-15832],[-374712,-14488],[-376607,-17762],[-380496,-25345],[-378122,-21524],[-378739,-18885],[-381534,-30011],[-379502,-26420],[-373822,-27370],[-381469,-29253],[-373363,-31178],[-378181,-34909],[-377354,-37885],[-377256,-31794],[-377354,-46930],[-382933,-40586],[-379424,-42113],[-381856,-46076],[-372737,-39260],[-373702,-52128],[-380608,216200],[-383259,217187],[-387893,-5710],[-386251,-4978],[-386648,-9367],[-384852,-10456],[-385426,-14896],[-386837,-24917],[-389218,-24767],[-390725,-14691],[-389150,-23274],[-392584,-20473],[-385937,-16763],[-386029,-18339],[-390602,-21071],[-389329,-20158],[-388032,-35021],[-390302,-34154],[-391792,-37370],[-394820,-30974],[-388852,-28546],[-387662,-40340],[-384475,-48005],[-386886,-43287],[-388170,-46508],[-384621,-45579],[-389310,-38733],[-392129,-41711],[-386330,-52464],[-395554,2406],[-389812,216172],[-388610,224234],[-400487,-39608],[-400661,-41450],[-398583,-44508],[-400680,-46931],[-405592,-47286],[-400582,7157],[-407339,7723],[-407885,12760],[-398549,199664],[-398540,212291],[-400600,208471],[-400027,214585],[-404427,20402],[-409185,27798],[-416342,12791],[-413419,7301],[-413783,3641],[-409778,9457],[-422122,12602],[-413647,17132],[-415540,18758],[-416179,23660],[-422134,15612],[-411783,20379],[-419772,17792],[-421178,30077],[-409817,27120],[-415655,29385],[-433296,159459],[-432222,22706],[-425725,20408],[-428518,16046],[-424515,15679],[-446910,14433],[-437904,13889],[-444646,20271],[-452985,-11332],[-449409,-9100],[-448612,-14120],[-448095,-16149],[-452050,16409],[-26201,-23374],[-27051,-22033],[-27727,-29934],[-32590,-35216],[-28289,-32888],[-35724,-42798],[-31397,-38827],[-29581,-57827],[-43250,-1555],[-41606,-38090],[-39436,-41748],[-39789,-40953],[-41115,5894],[-40151,3174],[-42010,3485],[-49046,13647],[-47203,41601],[-49536,43672],[-665643,1683833],[-673157,1685863],[-61097,-12534],[-60358,-9886],[-52261,9910],[-51410,3280],[-52281,5234],[-62913,19952],[-52342,31664],[-56873,25822],[-51782,30055],[-61728,384902],[-54478,399857],[-54593,402824],[-63522,405623],[-61757,412721],[-63505,409979],[-58500,417161],[-61804,61176],[-55701,56493],[-53321,54319],[-57228,54584],[-64620,-3629],[-64134,-11222],[-76233,405083],[-69360,407046],[-76523,403259],[-71690,419344],[-64161,417615],[-67752,421218],[-72755,415963],[-69747,416153],[-74035,411611],[-75384,410332],[-74823,414233],[-75418,44850],[-70077,56759],[-65494,62110],[-68013,54939],[-64633,68009],[-67350,93206],[-84750,402541],[-83037,403848],[-80571,404598],[-77830,427340],[-78885,423390],[-85518,422990],[-100502,-40406],[-92113,394115],[-94599,387962],[-98397,408317],[-91507,415119],[-93736,422703],[-93330,425671],[-98368,48665],[-101922,57193],[-93755,52932],[-96559,73062],[-91513,68138],[-90715,88778],[-98126,97515],[-98103,103948],[-96532,116126],[-102737,-41129],[-111737,131530],[-109682,129777],[-113279,134667],[-104605,66270],[-110404,71646],[-104164,70546],[-110202,79904],[-108303,104575],[-107153,109793],[-115018,117387],[-108307,125249],[-104721,117055],[6707,-44967],[932,4107],[3126,36311],[417,35158],[4583,34169],[6782,34329],[9409,44635],[8805,49032],[11158,39058],[11620,51370],[131900,-5993],[129620,-8443],[134518,-19481],[136053,-31527],[128349,16881],[131994,14315],[128319,20451],[139219,314566],[136095,352364],[129547,28572],[132672,54008],[131628,75466],[138060,70296],[132522,84073],[137859,81279],[134553,112607],[143405,-14770],[149188,-14534],[142681,-35955],[140972,1137],[141717,3421],[143481,8336],[152070,355427],[142891,81775],[142747,96035],[145774,117208],[154073,302259],[155563,298921],[163934,294656],[154612,351160],[204257,308683],[25155,-51068],[22238,142348],[19170,33443],[17100,33475],[21890,33450],[23136,34726],[23411,36669],[14115,34925],[24360,39546],[22155,44163],[20436,43492],[19131,46490],[23310,49170],[13298,44582],[16446,50609],[21417,51474],[25493,80794],[23945,82738],[283488,26887],[34465,-23304],[30796,-26002],[28268,-28497],[27438,-46889],[34350,-46574],[35585,140591],[28151,140051],[30122,147481],[32578,154039],[38179,39732],[37948,42100],[34747,40413],[27510,43397],[32289,72772],[25823,78774],[44471,-23790],[48315,1761],[50493,128904],[44028,137499],[47373,134860],[38846,137083],[40014,129696],[42990,37863],[44711,36952],[48663,37358],[47532,39571],[46987,41733],[44102,43755],[40093,39576],[47838,48244],[44814,51149],[47996,53818],[44906,52999],[45955,54549],[39565,62558],[42896,78682],[46923,86338],[52087,-1993],[62712,-38964],[56567,-54476],[52731,130929],[62453,138006],[56429,136831],[55582,128685],[62276,140867],[51696,137233],[53206,142329],[55903,13686],[53842,38339],[51341,27944],[52847,42775],[55857,41847],[53517,41091],[52270,53406],[53119,55674],[61156,62577],[63465,101779],[62729,112726],[61641,103689],[58129,112356],[62489,106542],[61003,114224],[57900,124434],[62827,118745],[66497,-21519],[76608,-32137],[67716,-38192],[68156,142754],[76625,40910],[67179,46359],[72930,46661],[73599,45377],[74190,61074],[68739,59379],[74100,58156],[68376,66721],[75023,76953],[72085,69201],[76170,100443],[75313,93870],[64415,111025],[65106,113193],[66671,110219],[67582,108930],[70415,111809],[66961,107650],[64794,104306],[71140,104442],[71020,108836],[72282,125712],[69702,120580],[73144,115727],[70029,118892],[66388,122938],[64592,124238],[66963,127985],[76710,120021],[81084,-11435],[77267,-6678],[87509,-11323],[77538,-22410],[77014,-30658],[88011,-31759],[88555,-29757],[87859,12880],[87615,4389],[86385,1545],[87341,23527],[81573,26198],[84291,30614],[82101,35038],[81544,41874],[80224,43916],[86590,50988],[88591,40384],[78558,62491],[87933,57502],[83163,51825],[83165,65307],[83094,73215],[86138,64711],[87691,84498],[83202,81814],[85050,80050],[77738,77044],[82134,90120],[78537,99821],[82151,97983],[88691,90751],[87049,101074],[77280,114362],[80069,108537],[81393,112688],[77096,110727],[79379,106900],[77025,127030],[81986,121521],[93533,-10438],[96377,-23091],[99106,-14512],[97448,-16326],[89943,-17920],[89961,-34390],[102189,-28639],[97978,-26267],[89810,-40199],[99670,1092],[94310,11257],[96688,3359],[93917,14707],[92841,18840],[101708,20900],[101162,36964],[96917,37744],[94154,47172],[90469,46397],[97462,44640],[94035,39355],[101707,41113],[101949,47918],[94197,42305],[101599,44155],[90224,59511],[94236,59277],[101234,55986],[99845,59434],[98928,64094],[96514,65141],[101956,64537],[97206,75667],[97352,81717],[90495,80780],[90833,88422],[100932,90547],[91263,94833],[90142,114404],[99725,107266],[101965,120576],[112284,-8235],[114085,-7360],[113202,-5645],[103964,-14800],[107824,-15311],[106806,-18718],[109690,-14462],[108497,-20489],[112204,-22104],[105603,-15341],[102416,-19709],[104112,-30223],[107143,-26812],[107800,3961],[109806,12459],[102812,16095],[106407,13415],[110107,16107],[113785,22513],[103552,36348],[105524,26945],[108233,33337],[114266,33517],[106791,42382],[107795,44666],[112741,44437],[114071,44890],[111515,50947],[110521,48976],[105788,60132],[104806,74414],[104974,76949],[103027,69836],[105929,67412],[105567,84117],[106400,80413],[105565,88954],[103620,98170],[104983,100141],[114548,93236],[113040,96811],[109197,92385],[102454,90202],[105180,108063],[112370,108254],[112820,112267],[109036,119181],[118162,-3141],[116721,-101],[123689,-17403],[121189,-14234],[127362,-24928],[122002,-16066],[123611,-37274],[118807,-34579],[116745,11045],[122170,12828],[125869,2766],[119526,7082],[115733,14128],[115270,22700],[123056,15208],[126021,23816],[118208,25117],[125221,37884],[118310,26930],[120847,37998],[119980,32776],[117682,42226],[116564,38704],[115967,55350],[125181,52618],[122030,82946],[118683,101463],[126013,112598],[127287,122158],[-1270662,1534323],[-1269141,1535440],[-1279253,1535865],[-1273449,1538297],[-1269113,1540528],[-1277312,1536872],[-1276336,1540970],[-1277234,1700983],[-1271358,1714549],[-1273733,1710719],[-1274195,1714138],[-1271419,1713627],[-1270229,1713704],[-1277798,1709883],[-1278278,1706821],[-1278279,1702628],[-1274928,1725666],[-1273306,1726713],[-1274548,1726820],[-1269376,1723575],[-1267637,1723747],[-1278539,1724657],[-1275442,1725864],[-1272390,1717215],[-1272172,1728867],[-1270382,1728252],[-1275583,1740625],[-1274671,1729422],[-1274741,1733400],[-1270224,1734540],[-1271149,1737158],[-1272666,1739036],[-1273008,1738832],[-1277908,1740960],[-1278335,1731950],[-1277653,1733950],[-1277267,1734852],[-1277519,1734750],[-1276844,1733034],[-1292437,1481355],[-1292205,1487243],[-1285762,1525775],[-1286957,1534820],[-1280694,1537359],[-1290536,1700419],[-1283338,1696049],[-1284290,1699556],[-1292034,1714013],[-1284367,1709646],[-1288713,1713495],[-1292563,1713995],[-1284626,1725152],[-1285570,1723576],[-1289470,1724366],[-1281570,1720515],[-1280611,1719515],[-1285164,1716499],[-1291829,1717465],[-1303695,1341830],[-1298760,1331405],[-1295941,1492425],[-1295704,1495178],[-1301337,1507163],[-1295130,1695010],[-1296917,1695405],[-1302583,1699427],[-1299573,1701907],[-1296667,1707903],[-1295409,1707872],[-1304060,1704736],[-1302590,1718670],[-1300292,1717894],[-1298166,1722174],[-1296706,1722940],[-1318176,1342463],[-1317950,1339757],[-1311135,1342847],[-1309893,1339173],[-1309296,1332147],[-1311304,1334030],[-1306291,1334305],[-1316821,1350545],[-1306461,1344433],[-1318250,1354766],[-1313417,1354837],[-1314595,1351212],[-1307109,1700410],[-1327295,1342813],[-1325465,1340735],[-1329838,1343703],[-1328554,1340298],[-1325726,1337502],[-1322281,1333435],[-1319418,1338008],[-1325390,1339153],[-1321719,1336852],[-1323276,1342053],[-1325617,1348908],[-1327601,1345471],[-1327450,1350719],[-1326246,1353872],[-1330226,1345868],[-1328558,1349383],[-1329025,1352800],[-1322775,1350814],[-1321356,1347331],[-1321074,1352938],[-1321955,1354952],[-1319067,1344963],[-1322376,1355628],[-1326748,1352065],[-1320194,1351614],[-1343144,1432600],[-1341372,1446868],[-1342681,1452651],[-1339402,1450553],[-1340541,1466582],[-1339401,1468644],[-1341975,1246510],[-1336546,1270991],[-1339603,1273143],[-1356426,1295609],[-1348437,1418052],[-1352935,1418003],[-1352439,1419281],[-1344592,1435421],[-1348711,1469655],[-1343448,1242782],[-1351576,1248290],[-1354034,1243913],[-1355801,1245638],[-1344102,1255240],[-1353962,1274989],[-1361063,1286917],[-1359109,1297068],[-1367583,1379505],[-1365940,1376276],[-1366594,1370892],[-1366913,1371028],[-1359879,1386869],[-1364838,1384537],[-1362564,1385209],[-1367791,1393439],[-1367902,1398050],[-1359504,1416310],[-1368904,1241551],[-1369200,1247097],[-1380456,1293695],[-1374828,1369701],[-1376994,1373796],[-1375099,1382416],[-1377653,1381501],[-1374829,1375881],[-1371990,1378014],[-1372301,1378498],[-1381561,1392340],[-1374044,1397617],[-1379872,1244964],[-1383303,1283007],[-1389531,1286045],[-1384613,1373831],[-1390534,1382955],[-1383523,1390614],[-1382933,1388822],[-1384367,1247726],[-1389459,1254591],[-1392257,1265091],[-1394370,1266912],[-1387085,1276420],[-1385338,1279983],[-121348,-209040],[-117208,295616],[-118979,295670],[-122911,316616],[-122055,315576],[-1405029,1019811],[-1398040,1275955],[-1396190,1276385],[-1417996,1406608],[-1414937,1411417],[-1418500,1410258],[-1415300,1408447],[-1428252,1393533],[-1427906,1399702],[-1429142,1401737],[-1433305,1400725],[-1431403,1398282],[-1425713,1397723],[-1435255,1399004],[-1453217,1402221],[-1457075,1400029],[-1454936,1397577],[-1446449,1407717],[-1454001,1403770],[-1451211,1404208],[-1449413,1411680],[-1448380,1410031],[-1449313,1176559],[-1449563,1177142],[-1457256,1175677],[-1458895,1188828],[-1455532,1189361],[-1451926,1186401],[-1456164,1189176],[-1450612,1190016],[-1450189,1189215],[-1450826,1182634],[-1454268,1183767],[-1451296,1190476],[-1453164,1195803],[-1456155,1206146],[-1459194,1205070],[-1455102,1207697],[-1459094,1238365],[-1463978,1399448],[-1461156,1397593],[-1471933,1403349],[-1467099,1101385],[-1470511,1106994],[-1461616,1174354],[-1459451,1171775],[-1460414,1193255],[-1460262,1241670],[-1461080,1238010],[-1466409,1229231],[-1476086,1396500],[-1480179,1404707],[-1475862,1406022],[-1472860,1095967],[-1476991,1099427],[-1476908,1105980],[-1482756,1113750],[-1480005,1107809],[-1480358,1264982],[-1477553,1269283],[-1483588,1273812],[-1480708,1274789],[-1479393,1271014],[-1491446,1281950],[-1492044,1281630],[-1497072,1283192],[-1495607,1281493],[-1496294,1282029],[-1496240,1288632],[-1495827,1289602],[-1496589,1289770],[-1490624,1301939],[-1492873,1303217],[-1493638,1393906],[-1488159,1389928],[-1490947,1391440],[-1493063,1388414],[-1493169,1393785],[-1490800,1405166],[-1489425,1417436],[-1487122,1412204],[-1494866,1410125],[-1487192,1111284],[-1487926,1112268],[-1486176,1106809],[-1488926,1116694],[-1491052,1278091],[-1484987,1276930],[-1508807,1289760],[-1506039,1299115],[-1502142,1299867],[-1499142,1303329],[-1508032,1379534],[-1507957,1390119],[-1504482,1391853],[-1505106,1388271],[-1508031,1387735],[-1506664,1384871],[-1506168,1392617],[-1506815,1394876],[-1503754,1395065],[-1501557,1267222],[-1500318,1272443],[-1503388,1272936],[-1508188,1277780],[-1509045,1278748],[-1508264,1279244],[-1502065,1277026],[-1516169,1377119],[-1514914,1388188],[-1514708,1386431],[-1514332,1386369],[-1520501,1388884],[-1522146,1382753],[-1520491,1388494],[-1521631,1388625],[-1516469,1386992],[-1522581,1387187],[-1514678,1391376],[-1521589,1389262],[-1518101,1392578],[-1517676,1389858],[-1521719,1392249],[-1510449,1397858],[-1517092,1395729],[-1522173,1399002],[-133312,-7089],[-136071,-36754],[-134790,10198],[-134405,16860],[-139186,17976],[-128737,31263],[-133292,34619],[-1534798,1381250],[-1524417,1389053],[-1528587,1382939],[-1528390,1385699],[-1527451,1393268],[-1526516,1385172],[-1524666,1385217],[-1525494,1385793],[-1524421,1392164],[-1523513,1399665],[-1523717,1395715],[-1526068,1398368],[-1524808,1396582],[-1527291,1395818],[-1530370,1112310],[-1529044,1108096],[-1532395,1111371],[-1532357,1110967],[-1548290,1373636],[-1548372,1108194],[-1545576,1108399],[-1546174,1113315],[-1553142,1373997],[-1553666,1375414],[-1554618,1374618],[-1551115,1378923],[-1552006,1377921],[-1550063,1108062],[-1550853,1109087],[-1553732,1112630],[-1565251,1323761],[-1570466,1324851],[-1572234,1327988],[-1570534,1325289],[-1574371,1342399],[-1571825,1333377],[-1573100,1348911],[-1573762,1105847],[-1574413,1327564],[-1578760,1330729],[-1575469,1328139],[-1579283,1338492],[-1580122,1338344],[-1580968,1337402],[-1578225,1343541],[-1582575,1340694],[-1580124,1345356],[-1576890,1348219],[-1574878,1103073],[-1578124,1105034],[-1577047,1104743],[-1590092,1109072],[-1595197,1111332],[-1593937,1111186],[-1598409,1109844],[-1599397,1112417],[-1596151,1106881],[-1595436,1108913],[-1598260,1116296],[-1599075,1116487],[-1591526,1117311],[-1589482,1119484],[-1610856,1111561],[-1612737,1112700],[-1607590,1108634],[-1604292,1111131],[-1608284,1121118],[-1612214,1124659],[-1604663,1120715],[-1608313,1125419],[-1621675,1130714],[-1621465,1139500],[-1626010,1146399],[-1627925,1143126],[-1636404,1161632],[-1630555,1161017],[-1640205,1145115],[-1648720,1144357],[-1648255,1150275],[-1642122,1150894],[-1647875,1158479],[-1644055,1154676],[-146730,-167215],[-147196,-10836],[-150726,-19204],[-147748,-20152],[-146157,-37105],[-147314,-35604],[-145682,22063],[-145152,14997],[-144266,20739],[-149159,20226],[-142166,32520],[-149394,32884],[-150999,31723],[-145432,42066],[-148925,90846],[-1657139,1137881],[-1654919,1141596],[-1660610,1145595],[-1656020,1144979],[-1653243,1144913],[-1658135,1155917],[-1660777,1153937],[-1675182,1143061],[-1674818,1147048],[-1669629,1143813],[-1667890,1146405],[-1689495,1143673],[-1689589,1140447],[-1684675,1140559],[-1682956,1139807],[-1682148,1144148],[-1677956,1147404],[-1697048,1115351],[-1692896,1117543],[-1692175,1121047],[-1693779,1126486],[-1695104,1118380],[-1695863,1122899],[-1691115,1125315],[-1696557,1137219],[-1691455,1135712],[-1699781,1136822],[-1699401,1140502],[-1696588,1140121],[-1701845,1142191],[-1699735,1145579],[-1691320,1146914],[-1707985,1100741],[-1714581,1092895],[-1714421,1095509],[-1710869,1103492],[-1709515,1103335],[-1705890,1107378],[-1712974,1108142],[-1706863,1110695],[-1706217,1119917],[-1706164,1122171],[-1711438,1125349],[-1712451,1119670],[-1711769,1121315],[-1712970,1121604],[-1711974,1117644],[-1707241,1117735],[-1704661,1127214],[-1703485,1126953],[-1707733,1130141],[-1704480,1138788],[-1704980,1143908],[-1708745,1141331],[-160116,-115181],[-157000,-171184],[-161223,-204330],[-159911,-254685],[-166375,-24610],[-164596,-24342],[-153836,-24476],[-156316,-21826],[-158646,-19743],[-165967,-36993],[-157006,-28467],[-157344,-29210],[-155962,-32178],[-157484,-27226],[-164846,-35061],[-163530,-43046],[-165558,-43462],[-166289,-49538],[-165400,-49985],[-163367,-49980],[-165246,-44250],[-165962,-44100],[-165040,-89840],[-160608,6162],[-165302,1315],[-159426,3888],[-157875,5387],[-157985,17713],[-159477,40147],[-162859,39547],[-159312,56897],[-157467,57177],[-157710,53855],[-175254,-237053],[-179067,-238552],[-178374,-230949],[-171091,-3740],[-172316,-2680],[-175952,-7366],[-177339,-7182],[-178431,-8805],[-175400,-9892],[-177113,-4427],[-176562,-1807],[-174462,-3717],[-171250,-943],[-171181,-8698],[-173157,-246426],[-175279,-23851],[-169663,-19072],[-170610,-17806],[-177332,-18458],[-177964,-16079],[-177167,-21987],[-173111,-30943],[-171550,-29701],[-175455,-31403],[-168511,-26898],[-172057,-26182],[-176800,-25709],[-171386,-35558],[-176299,-37756],[-171753,-37855],[-177551,-47143],[-166658,-41879],[-167879,-41480],[-170174,-40163],[-172490,-39170],[-173314,-38692],[-171824,-39761],[-175416,-38839],[-169565,-46696],[-168029,-47372],[-166960,-47688],[-176532,-43622],[-175607,-43999],[-173220,-43622],[-168886,-41907],[-171063,-48557],[-175050,-46475],[-173864,-48244],[-167816,-38478],[-168643,9477],[-175610,3972],[-167872,12720],[-175483,19506],[-169908,74904],[-173067,82537],[-181720,-213948],[-191188,-216829],[-185503,-233856],[-183872,-238351],[-184624,-10084],[-182686,-3127],[-189160,-3782],[-190516,-2117],[-180681,-4071],[-190886,-249661],[-180971,-22437],[-183476,-20602],[-183500,-16054],[-183873,-14224],[-185972,-24956],[-179699,-33420],[-187588,-35295],[-183532,-32140],[-181454,-27152],[-183821,-28262],[-180178,-31623],[-190192,-34500],[-188233,-30475],[-185180,-33982],[-182068,-37733],[-188468,-26535],[-188561,-40602],[-187292,-45206],[-184559,-42575],[-183933,-40432],[-182439,-39604],[-190128,-46964],[-189166,-50916],[-179664,-39347],[-182998,-44337],[-183726,-44843],[-180575,-46674],[-182503,-50139],[-191509,-58347],[-183791,7799],[-181661,1889],[-182484,5330],[-185097,9959],[-183290,9582],[-182310,6593],[-186622,4580],[-186248,2918],[-183694,2059],[-180858,7165],[-181291,11319],[-187688,22546],[-189111,18702],[-180802,258908],[-182632,293629],[-187526,292168],[-190951,295637],[-188315,303523],[-182364,299542],[-185567,37181],[-190773,44308],[-183009,114970],[-184448,114919],[-183701,113067],[-188948,114466],[-188008,117180],[-186138,115047],[-187498,117446],[-184618,115926],[-190475,115351],[-200117,-232112],[-202951,-240874],[-194960,-247518],[-203230,-251797],[-202353,-257754],[-195614,-19776],[-200260,-15238],[-198508,-12968],[-192154,-34966],[-196722,-42014],[-194100,-41486],[-196302,-40080],[-198520,-45340],[-202502,-39113],[-203452,-61431],[-199025,-52197],[-204089,-52732],[-199785,-57240],[-192973,-54685],[-202478,-56461],[-197894,-83698],[-198524,10307],[-202270,12856],[-202147,11796],[-197719,19786],[-198218,18416],[-195268,16539],[-200226,25244],[-197313,23336],[-195414,34487],[-193003,36262],[-194315,40331],[-196014,45178],[-199420,63584],[-198766,52361],[-192043,117098],[-192097,118974],[-215497,-150448],[-213900,-236400],[-211006,-10111],[-213552,-10865],[-214892,-11541],[-210003,-1880],[-211823,-1108],[-216457,-1163],[-216353,90],[-212572,-249193],[-214593,-252285],[-207537,-244716],[-210744,-244698],[-213591,-21385],[-214974,-44680],[-213625,-47708],[-208822,-46667],[-215596,-51478],[-207024,-60457],[-214057,-54707],[-209018,-56227],[-212387,-57885],[-215977,-59585],[-215200,-76727],[-214686,-79210],[-212909,-91358],[-207952,4932],[-207324,11742],[-211669,12775],[-215783,11587],[-217009,25756],[-213301,22971],[-209839,30358],[-209157,30620],[-210844,27774],[-208212,48617],[-214785,73671],[-205966,70559],[-209749,86880],[-211034,88527],[-221119,-190927],[-227686,-196274],[-227355,-224366],[-226441,-230365],[-226691,-234528],[-221440,-3184],[-220974,-4670],[-226445,-244627],[-230254,-12936],[-227100,-16738],[-225658,-18144],[-220140,-50828],[-222605,-51408],[-229551,-58008],[-217882,-61502],[-226176,-57579],[-222338,-63999],[-218505,-69547],[-227876,-71017],[-223671,-75357],[-222215,-72782],[-220458,-74027],[-228657,-66123],[-219162,-82587],[-221442,-76883],[-220902,8553],[-226415,7346],[-224458,8749],[-229538,3811],[-222176,12456],[-226306,11224],[-230277,340054],[-227980,358597],[-228927,39074],[-227481,588738],[-225635,60635],[-225484,55275],[-227007,76190],[-223348,78495],[-229946,98810],[-226327,99607],[-223767,103893],[-234574,-118759],[-241698,-175160],[-237699,-188472],[-236031,-228874],[-240948,-220932],[-232904,-11846],[-239365,-8554],[-235986,-1644],[-234042,-1094],[-236259,-3699],[-237235,-3503],[-232338,-17632],[-236678,-13679],[-233369,-32661],[-234370,-43898],[-234526,-45013],[-239277,-87323],[-238985,-90686],[-240578,-109677],[-231137,3237],[-236815,133647],[-242850,24100],[-239736,325030],[-232325,325242],[-232861,326373],[-235238,331925],[-240259,332072],[-238417,344790],[-231296,335947],[-232954,334536],[-240531,338666],[-235739,357722],[-237630,351619],[-240719,349338],[-233773,361641],[-243066,28484],[-240773,26301],[-239593,29326],[-242630,39666],[-240234,40123],[-239291,43063],[-239308,592313],[-242825,593922],[-235757,596519],[-232146,54049],[-231171,66254],[-235172,72741],[-240512,71463],[-236527,89420],[-232017,88129],[-236350,79983],[-233463,97567],[-241190,94241],[-238084,121542],[-779,605576],[-2197,614101],[-243750,-119711],[-246896,-171772],[-247475,-178860],[-247357,-203898],[-249484,-227378],[-245218,-239994],[-251507,-8802],[-245368,-244332],[-246130,-26972],[-247988,-25535],[-250066,-25537],[-249798,-86757],[-246209,-84052],[-245765,-89075],[-245367,25324],[-245967,329855],[-254205,336775],[-246959,337473],[-243344,338845],[-244114,340131],[-243346,37155],[-244829,29543],[-254523,394952],[-254668,390289],[-251008,58831],[-251616,64576],[-244248,66383],[-249952,69988],[-250163,85500],[-250057,80851],[-247126,80612],[-253067,100466],[-253251,112883],[-254165,102695],[-253782,112806],[-265766,-178066],[-265485,-189219],[-267224,-185824],[-263210,-198479],[-257447,-222037],[-259127,-3863],[-262871,-37742],[-263806,-44401],[-262262,-39362],[-262503,-59432],[-261643,-77181],[-267058,-84167],[-261919,326920],[-257900,337286],[-259613,333730],[-261239,388671],[-266884,388664],[-260928,386094],[-259512,399440],[-261464,72018],[-259160,79967],[-259850,81121],[-262197,81165],[-265020,113652],[-264878,114501],[-263194,106381],[-264344,113307],[-263428,114091],[-258376,114997],[-266650,115642],[-266029,119181],[-265099,118829],[-257643,119536],[-260039,117898],[-271411,-156537],[-274980,-191322],[-279159,-209034],[-272800,-78745],[-274910,381864],[-273778,390489],[-279321,394517],[-275191,404212],[-275345,399813],[-273058,409987],[-277830,48171],[-281383,53136],[-279762,54405],[-280289,57673],[-278670,61062],[-273780,52410],[-273637,54739],[-275541,72932],[-268444,93290],[-274915,90784],[-277102,91738],[-271760,105308],[-271791,105070],[-273419,107529],[-276700,118291],[-290588,304096],[-292602,305414],[-288915,314169],[-292855,313621],[-290953,38241],[-294377,393331],[-282467,404036],[-284289,398420],[-283356,418223],[-287569,417536],[-284946,47787],[-286957,46986],[-292876,49724],[-289549,48141],[-283754,55647],[-286185,70242],[-291294,101707],[-283498,100075],[-289445,103664],[-288434,104093],[-305761,-57412],[-305997,300641],[-298263,304827],[-295695,305914],[-295043,312267],[-296350,316650],[-295441,318800],[-302709,318792],[-301309,309220],[-298401,312523],[-300618,320749],[-306757,323177],[-299595,32424],[-297290,36138],[-300916,396644],[-300972,387726],[-302409,403232],[-299410,404324],[-305373,409000],[-301192,421079],[-294422,511983],[-305198,507069],[-306456,502860],[-302861,47194],[-300722,66548],[-304269,108870],[-303120,117982],[-317970,-798],[-313212,299218],[-311201,301814],[-309683,303438],[-316094,318471],[-307726,317714],[-312321,307633],[-316918,322979],[-314904,37080],[-307941,35187],[-308347,511303],[-316777,41229],[-310297,45378],[-313115,518762],[-310047,523254],[-310879,520830],[-309240,515867],[-307502,525440],[-314396,56723],[-317152,70958],[-307808,77998],[-309932,104534],[-316636,94493],[-309001,92277],[-313541,95506],[-329747,-5284],[-326413,-19402],[-326009,2876],[-331506,11318],[-327212,298453],[-328501,322170],[-324846,325515],[-325230,335894],[-324325,30686],[-331939,31885],[-325728,31703],[-320172,34316],[-322202,64200],[-320696,84446],[-325058,79623],[-330957,95303],[-324651,91609],[-324157,96028],[-335432,-16846],[-340074,5458],[-335959,13023],[-343936,15949],[-341667,23755],[-336383,20751],[-340726,20144],[-343076,290925],[-341639,299837],[-340006,304767],[-333865,319692],[-344883,319875],[-340264,307614],[-345088,315649],[-344564,324445],[-335638,322913],[-335621,326626],[-333727,337868],[-343412,26291],[-334919,31347],[-340266,43252],[-354779,-9147],[-356789,279405],[-350208,289078],[-348401,283087],[-355342,285847],[-351047,291775],[-346903,306671],[-346650,308976],[-351183,312165],[-353767,332651],[-357428,329017],[-355270,335829],[-353977,339081],[-349173,37435],[-359885,-8304],[-366358,280314],[-360782,280872],[-362762,294690],[-370625,295736],[-367939,316157],[-369050,319920],[-366616,328161],[-361162,329105],[-368397,337703],[-359956,336066],[-364530,335696],[-377576,219526],[-376296,222975],[-373076,289446],[-383501,306019],[-379428,310160],[-372005,314057],[-372362,331695],[-372181,332604],[-391026,227571],[-387001,226134],[-384899,312447],[-394887,356998],[-391908,357009],[-389514,368341],[-395437,397872],[-386487,399756],[-403183,10562],[-404399,202276],[-401062,210810],[-397712,221400],[-409399,22785],[-399296,334674],[-397603,338352],[-407381,333702],[-401831,357393],[-399326,346224],[-405903,365531],[-409403,485305],[-407247,491909],[-407963,502701],[-412861,485222],[-412630,483400],[-417370,491991],[-419140,497871],[-414437,493713],[-410888,497584],[-414140,488006],[-411758,493718],[-433483,204462],[-432072,226042],[-429949,230837],[-431559,232126],[-425264,298500],[-422881,495078],[-447084,191065],[-443200,189960],[-442224,193606],[-436604,195061],[-438413,206135],[-444394,207747],[-437445,219663],[-447342,225603],[-446009,228037],[-445975,234770],[-435516,237093],[-435421,241109],[-442211,237424],[-442718,233283],[-446103,236542],[-435847,22622],[-448842,210190],[-450417,213446],[-450618,223838],[-449111,219371],[-452160,218356],[-498543,369493],[-493585,370238],[-487776,377412],[-491845,373120],[-493572,377183],[-492871,381781],[-490188,377592],[-489732,372486],[-495899,394074],[-496153,384715],[-501460,368124],[-509337,374050],[-504186,380508],[-511946,371636],[-507336,375241],[-507695,388952],[-501002,390687],[-509895,399077],[-520119,369860],[-513132,375719],[-514499,373661],[-518917,375307],[-512436,384929],[-523010,546354],[-540351,-385279],[-547687,192142],[-549179,199884],[-544823,198981],[-543150,204258],[-549342,208314],[-548630,205167],[-546813,212437],[-562538,187513],[-561038,184782],[-553370,199231],[-557263,197813],[-559969,195019],[-554046,204281],[-552581,193577],[-562067,208096],[-554559,210258],[-574876,1766526],[-575736,1769612],[-575063,176892],[-572343,182847],[-564426,190279],[-563918,195754],[-563235,201276],[-565851,192402],[-578948,1764431],[-587912,1757228],[-581005,1763301],[-578863,1760858],[-586798,1766406],[-584738,1762052],[-584659,1760409],[-584307,1757488],[-583054,1760707],[-581888,1761115],[-588378,1765990],[-583381,1771908],[-583664,1770716],[-582522,1768067],[-580481,1767025],[-588103,1770385],[-583377,1766693],[-583061,1773919],[-579217,1767978],[-588727,1777448],[-586156,1778161],[-585882,1774193],[-583645,1776993],[-580091,1775677],[-581672,1774692],[-587347,1775253],[-585423,1784850],[-583935,1780886],[-587707,1783789],[-578070,185906],[-579091,192090],[-579011,188665],[-576962,188978],[-578296,196882],[-601032,1764793],[-589863,1765427],[-590808,1766866],[-591072,1769995],[-589917,1772648],[-589317,1774275],[-590501,1771314],[-589153,1775351],[-591936,1775341],[-591890,1777521],[-589940,1768358],[-600100,1768640],[-597310,1767282],[-596907,1768619],[-597686,1770955],[-589060,1780759],[-592719,1783872],[-600916,211915],[-592668,209475],[-593750,213767],[-590636,208735],[-604017,1767109],[-602177,1768020],[-604713,1775319],[-606480,1768614],[-602943,1768448],[-603073,1773161],[-602778,1774467],[-606284,1772962],[-607215,1772513],[-607122,1770082],[-602012,1771354],[-603570,212738],[-609125,55482],[-602863,53417],[-613448,62675],[-612292,53049],[-614043,65034],[-610018,65291],[-620321,58759],[-637537,-290509],[-643688,-268325],[-652208,-267443],[-652743,-276867],[-649984,-284744],[-642351,-287092],[-646137,-290743],[-646067,-287541],[-643412,-291038],[-653734,-266355],[-656498,-265466],[-656308,-269744],[-660487,-276813],[-653081,-280760],[-656384,1684711],[-657424,1683855],[-677384,1679008],[-677330,1680779],[-60040,328692],[-53741,325054],[-61213,329729],[-55919,325193],[-55280,329615],[-53203,331357],[-56582,333626],[-59355,335257],[-55735,333047],[-67313,-73403],[-67186,-71045],[-67414,394270],[-74022,400932],[-69080,403047],[-67640,400623],[-67144,402883],[-65638,410069],[-88699,270646],[-88073,390686],[-85103,392281],[-1092522,1536186],[-1088740,1549069],[-1091301,1552106],[-1088156,1583072],[-1109618,1523147],[-1110397,1522116],[-1110987,1518782],[-1105946,1524837],[-1109255,1524848],[-1108585,1523861],[-1111969,1535191],[-1102252,1534267],[-1109338,1544026],[-1108699,1544041],[-1107664,1539632],[-1107503,1537297],[-1107724,1545649],[-1126059,1498119],[-1118055,1510019],[-1122523,1509417],[-1121099,1511726],[-1118937,1512662],[-1115533,1526942],[-1132857,1497312],[-1131661,1497858],[-1135121,1509978],[-1126496,1502358],[-1131512,1500262],[-1132542,1510665],[-1133196,1528026],[-1136896,1524841],[-1129532,1524690],[-1127096,1528120],[-1127764,1529762],[-1132316,1638729],[-1132247,1643311],[-1134930,1642740],[-1136587,1643910],[-99375,210818],[-91491,266176],[-96761,267848],[-96794,272511],[-97004,398121],[-97166,414115],[-91623,423619],[-91207,627781],[-1141835,1509695],[-1148195,1512904],[-1149264,1517226],[-1148580,1516897],[-1146048,1511573],[-1141654,1653242],[-1139931,1655908],[-1164418,1507357],[-1163689,1510768],[-1153323,1511640],[-1163189,1525733],[-1160766,1647838],[-1161222,1649597],[-1163548,1663765],[-1159783,1665096],[-1164522,1735783],[-1163184,1750655],[-1160108,1753069],[-1171880,1504703],[-1167143,1513656],[-1176412,1530324],[-1172589,1523997],[-1168768,1524965],[-1168648,1648386],[-1168074,1652574],[-1168970,1661749],[-1167377,1665288],[-1168408,1665101],[-1176493,1676213],[-1177192,1738632],[-1167331,1737912],[-1166306,1739045],[-1171154,1746602],[-1188787,1532973],[-1178567,1532999],[-1180112,1532680],[-1184156,1542976],[-1185286,1546821],[-1186204,1547832],[-1178905,1538093],[-1180257,1547527],[-1177699,1541326],[-1189304,1669224],[-1189789,1671797],[-1185546,1667873],[-1187247,1668249],[-1179660,1668370],[-1180086,1668179],[-1183282,1738232],[-1178259,1739761],[-1187853,1742824],[-1182703,1742135],[-1201094,1529832],[-1196269,1535864],[-1202725,1538634],[-1201128,1540769],[-1191694,1547831],[-1201128,1543342],[-1194697,1542982],[-1200238,1541543],[-1198657,1551570],[-1197552,1551291],[-1202117,1550051],[-1202067,1673955],[-1190558,1671292],[-1190516,1673027],[-1195175,1672843],[-1195838,1673267],[-1197520,1671037],[-1196672,1670922],[-1201156,1746324],[-1195157,1749246],[-1215673,1508074],[-1210735,1510781],[-1211767,1512801],[-1207941,1518550],[-1204938,1527410],[-1206944,1524621],[-1207441,1530654],[-1204608,1675071],[-1207599,1679323],[-1208246,1681258],[-1209034,1684891],[-1211380,1679480],[-1209990,1678947],[-1212193,1682785],[-1211482,1681556],[-1215654,1695302],[-1214987,1690848],[-1214832,1693001],[-1219895,1509532],[-1219828,1505954],[-1226201,1511478],[-1228547,1519708],[-1224526,1523013],[-1225604,1519192],[-1221859,1688179],[-1222458,1687761],[-1218282,1683133],[-1217702,1681476],[-1226135,1678580],[-1226669,1682389],[-1227377,1685124],[-1227788,1679595],[-1224124,1702052],[-1219887,1696041],[-1225031,1694151],[-1228780,1691304],[-1221367,1695569],[-1220639,1693172],[-1226893,1709737],[-1233539,1488229],[-1236112,1489751],[-1238851,1521990],[-1239498,1520865],[-1239566,1518173],[-1238407,1521626],[-1230620,1517644],[-1229539,1514171],[-1236783,1688995],[-1233248,1685328],[-1241507,1688078],[-1235933,1699308],[-1235600,1700625],[-1231131,1695569],[-1233097,1698720],[-1235134,1709118],[-1232014,1711105],[-1230649,1709216],[-1229284,1710853],[-1236385,1706615],[-1238350,1705512],[-1240120,1705226],[-1243360,1518340],[-1243461,1520998],[-1247917,1523028],[-1246874,1521821],[-1252401,1526140],[-1253097,1533267],[-1245457,1525262],[-1242207,1526984],[-1242028,1525892],[-1250996,1526044],[-1249655,1529367],[-1248431,1526383],[-1243388,1528986],[-1250296,1681046],[-1244970,1685251],[-1244112,1685732],[-1253227,1689619],[-1253975,1685163],[-1253990,1685274],[-1253804,1679480],[-1248404,1698848],[-1248496,1698968],[-1248285,1691307],[-1253464,1691845],[-1252935,1709990],[-1245100,1706549],[-1245092,1704033],[-1244657,1704023],[-1254330,1709965],[-1251181,1707997],[-1250283,1708916],[-1250156,1709489],[-1250850,1712453],[-1248557,1709357],[-1248890,1708814],[-1252068,1722755],[-1254116,1720267],[-1251986,1726187],[-1253143,1266066],[-1261420,1529450],[-1264060,1533151],[-1265560,1534618],[-1255629,1528815],[-1261368,1534137],[-1258214,1529194],[-1256728,1530259],[-1265504,1530839],[-1264248,1536255],[-1264192,1538860],[-1261537,1537442],[-1254948,1686327],[-1256352,1686715],[-1254921,1679837],[-1257574,1699256],[-1255370,1699583],[-1259351,1695689],[-1259558,1696850],[-1258847,1712073],[-1258704,1706977],[-1261598,1705177],[-1260113,1709360],[-1261587,1705378],[-1264629,1708875],[-1265537,1705990],[-1264580,1704320],[-1254991,1720979],[-1256365,1724611],[-1255464,1725725],[-1257897,1722081],[-1257024,1722530],[-1261435,1717619],[-1262521,1715800],[-1267065,1724629],[-1265451,1722694],[-1265862,1724297],[-1267013,1726953],[-1261682,1737818],[-1259135,1732458],[-1254924,1739213],[-1257704,1739507],[-1265569,1729001],[-1258996,1737105],[-1258690,1738779],[-1261967,1730037],[-1260738,1263364],[-113252,6914],[7711,592585],[10545,597525],[12732,596878],[3872,598024],[7671,600211],[6270,596964],[8893,598646],[11874,593722],[8796,593625],[6855,593624],[468,600842],[11610,612585],[4616,605902],[3690,611131],[1849,605142],[847,604221],[6531,603311],[3779,613530],[9310,606516],[8835,609305],[9228,604872],[11722,602917],[1823,610057],[2433,613617],[306,602092],[5919,66912],[138900,-3768],[140047,-3620],[133360,-24922],[136620,-32323],[128497,10204],[128817,12849],[133687,4965],[137016,212956],[140729,213533],[140069,212780],[140627,210618],[140287,208109],[139363,208572],[135248,210222],[135198,212887],[137647,311131],[130114,336132],[130100,32921],[141473,-10752],[143400,-2549],[141986,-13361],[146720,-18309],[142190,-25454],[144503,208625],[144608,211153],[147267,214308],[149799,210839],[145592,208620],[149817,208065],[147422,208707],[145999,205208],[142388,206802],[142982,209149],[147517,207698],[148532,294815],[142963,319251],[144620,317802],[143831,326997],[152528,343372],[163259,291482],[161725,282404],[162685,287785],[160942,283702],[161133,288370],[155546,296932],[166211,298617],[163683,304205],[156266,307505],[156452,310289],[161700,319908],[161555,316350],[161704,318514],[164379,318206],[161308,313607],[154657,323325],[160239,320422],[162789,326571],[156208,349960],[155798,354195],[175222,284629],[174603,287710],[173752,290402],[176172,305981],[178296,309971],[175584,317825],[173271,321661],[169117,326347],[170918,331282],[169091,322698],[174819,321558],[177025,338530],[170133,357424],[168868,359627],[167543,359083],[185416,293692],[180569,307795],[190919,316800],[180300,331683],[185982,320619],[183072,323548],[180263,325642],[179266,335220],[179630,339570],[184532,352021],[188802,349347],[182356,352675],[184031,357896],[189167,355006],[190803,354625],[190157,347839],[186362,348088],[180872,412097],[185961,416005],[188068,413692],[185976,495100],[189523,494839],[190817,510952],[186006,511988],[191958,508507],[188902,507587],[186606,509451],[185735,501451],[188208,520185],[187770,518772],[198917,320986],[200919,336746],[200108,338207],[203446,337805],[199502,343704],[194304,339306],[198430,346473],[200482,347358],[194789,351565],[198377,350592],[193788,497292],[197328,495605],[192146,494509],[192290,493518],[199400,509242],[197262,508754],[195341,509006],[203784,523279],[193520,524876],[201489,513535],[197787,516052],[203581,525103],[196922,529085],[204114,526971],[206484,335583],[209349,364902],[213769,361143],[211224,532146],[211616,535403],[211222,528330],[207896,532604],[214975,532487],[214059,529656],[215042,535931],[213839,539402],[216855,543602],[216535,549962],[214446,555913],[214541,551114],[216158,558033],[219441,536865],[218854,530961],[221430,543764],[220299,539573],[220410,545644],[224117,548850],[224993,549719],[224659,560714],[227962,561655],[230087,561573],[217733,555377],[218938,555656],[219183,563205],[220967,558479],[219347,552737],[227101,555875],[223895,552052],[222214,554675],[236338,548669],[235250,545489],[235002,560537],[236934,560901],[242452,558816],[235130,553182],[233781,555191],[231718,555797],[233065,550896],[254935,393108],[25587,3845],[21544,510239],[20654,518584],[20117,515387],[23864,526670],[15074,595883],[14030,601742],[14736,598397],[13002,609467],[16824,604939],[12994,608450],[14411,609553],[16959,608502],[15258,604451],[15326,612305],[256599,396181],[258241,394310],[260881,396598],[260554,399319],[257394,402138],[260139,403748],[261359,402478],[268562,400319],[267908,406977],[266957,520613],[266065,519455],[261435,516555],[266598,526654],[267281,527127],[266146,527798],[258104,528175],[265075,537315],[268299,526405],[262544,539795],[274386,400390],[274787,402227],[275269,404561],[277247,405949],[276886,408463],[271490,408038],[277613,421686],[273980,410120],[272482,417829],[276859,417199],[275298,423733],[277491,424895],[274719,422629],[271780,517920],[275189,534918],[277640,531319],[277349,529011],[269144,547092],[280403,540874],[275658,539680],[304121,-172386],[305597,404130],[304375,405522],[304447,412333],[303525,415836],[304006,418435],[305918,421726],[306589,420470],[303502,426420],[305257,426865],[307025,434096],[316814,-176917],[315248,406816],[317488,403655],[314429,402108],[307991,402058],[308404,403389],[308320,409048],[312376,407157],[309291,418112],[317740,417315],[311432,420433],[313262,412278],[311991,416422],[315466,411120],[318811,422201],[317212,432744],[309462,434532],[315683,435330],[313791,434055],[318513,432301],[314359,423564],[316853,428013],[311032,429182],[309237,426133],[317081,425216],[307220,431139],[319926,425438],[312367,436602],[318764,437023],[322239,407466],[320435,409701],[320821,409359],[326045,417909],[327579,410669],[326071,409806],[320191,414340],[325745,420706],[322267,419612],[327414,416952],[330090,418282],[332035,420808],[330755,429827],[328786,433748],[326217,424758],[322879,428399],[328260,424761],[332204,434188],[322499,437030],[326676,437967],[336611,428491],[37637,11138],[33794,14667],[37869,19725],[34201,20097],[28514,521767],[27620,524643],[26929,521662],[26942,518444],[26247,519836],[394163,670069],[389149,674512],[392608,677996],[394419,672362],[393092,674927],[389798,673350],[392754,667092],[394777,679615],[392266,679797],[406265,655735],[404465,658380],[407367,658945],[404893,656391],[397830,664451],[400192,658394],[408104,658358],[409356,660651],[409297,661356],[403887,662183],[397098,665172],[399688,660737],[400749,658985],[407225,678439],[407895,666185],[405273,671540],[407078,669831],[408215,672081],[402801,677931],[402152,674728],[401037,666768],[407087,666933],[397317,680309],[400224,679902],[405292,678734],[410428,657423],[454035,-69555],[49627,3098],[50286,25120],[39778,21774],[42022,25025],[58892,132053],[55812,30043],[61583,615109],[63423,616020],[60887,623319],[59120,616614],[62657,616448],[62527,621161],[62822,622467],[59316,620962],[58385,620513],[58478,618082],[63588,619354],[61781,67288],[60549,123508],[61646,124896],[74596,46379],[64569,612793],[75737,613427],[74792,614866],[74528,617995],[75683,620648],[76283,622274],[75098,619314],[76447,623351],[73664,623341],[73710,625521],[75660,616358],[65500,616640],[68290,615282],[68694,616619],[67914,618955],[76540,628759],[72880,631872],[66311,53639],[66138,59808],[64740,63191],[71516,665420],[70350,663738],[71764,663180],[69753,666389],[75005,668443],[71983,671401],[68905,667927],[70038,669624],[76279,670116],[71652,76405],[74200,85652],[72634,82894],[73518,81390],[71184,78931],[71303,80321],[68327,79173],[69393,77298],[73169,78039],[73365,100502],[76666,91243],[72128,111978],[66078,117427],[71502,117576],[66070,121785],[64942,126065],[85910,11086],[81810,7283],[78194,222938],[80959,18227],[87370,27754],[84092,29313],[86868,44832],[86652,612430],[77688,605228],[84595,611301],[86737,608858],[78802,614406],[80862,610052],[80941,608409],[81293,605488],[82546,608707],[83712,609115],[77221,613990],[82219,619908],[81936,618716],[83078,616067],[85119,615025],[77497,618385],[82223,614693],[82539,621919],[86383,615978],[76873,625448],[79444,626161],[79718,622193],[81955,624993],[85509,623677],[83928,622692],[78253,623253],[80177,632850],[81665,628886],[77893,631789],[77285,51443],[86469,54607],[83359,62243],[79691,663695],[77626,660341],[79057,661178],[78842,667193],[77226,72755],[81712,64777],[79189,69986],[87563,86961],[79493,85246],[86289,79528],[78120,90240],[84235,94880],[88026,113938],[83224,113784],[82852,110887],[87729,118153],[78427,123274],[99307,11516],[101002,6659],[91414,20407],[99937,13279],[96015,25071],[93634,33015],[93177,38707],[100777,48153],[91758,49661],[90724,614526],[89864,617612],[101303,62146],[90569,53598],[96626,57380],[98898,75341],[96073,89126],[92029,87082],[92492,83981],[94125,81283],[91325,89199],[92404,99956],[101648,98543],[90196,109393],[95032,109609],[92122,118943],[91856,117230],[111108,-3510],[109033,-650],[114338,-16224],[105367,-31694],[102455,-60618],[114617,3609],[112137,10378],[114026,24697],[112555,30273],[114467,31150],[106331,41252],[107808,51148],[106282,54193],[114513,53568],[103153,60306],[108243,64738],[103204,84725],[107706,86318],[108148,78585],[107337,88700],[110076,88242],[102404,82307],[109238,95663],[112472,101629],[102590,102952],[117054,-16768],[127533,-19257],[121714,-24747],[123556,-22257],[127899,-21610],[122285,-16649],[125403,-28015],[121527,-32981],[117897,-26254],[117214,4689],[117664,9415],[127388,6107],[120131,12494],[123884,1256],[118112,14098],[118900,24416],[119854,16623],[123197,18887],[121646,24987],[127375,293547],[124292,293568],[120815,296108],[118425,298248],[122897,304066],[121265,307180],[124213,314824],[122787,339071],[124709,341370],[124946,333612],[124657,338197],[120174,26586],[125797,33351],[122884,45461],[116808,48522],[124100,82082],[-1274199,1540205],[-1274103,1536517],[-1267564,1543610],[-1273515,1709900],[-1273236,1709734],[-1276188,1712622],[-1269730,1713547],[-1269357,1712303],[-1277564,1710165],[-1277024,1710229],[-1267382,1724472],[-1278716,1726195],[-1276856,1725611],[-1279408,1721807],[-1272774,1716839],[-1270810,1716983],[-1274772,1733971],[-1279526,1264548],[-1291432,1482865],[-1288478,1487338],[-1290664,1537040],[-1285410,1696414],[-1283758,1699762],[-1291007,1708420],[-1290905,1712749],[-1290579,1710062],[-1280132,1717153],[-1281178,1716739],[-1284519,1715857],[-1304495,1338382],[-1303705,1336299],[-1301633,1339527],[-1299395,1331617],[-1293912,1492236],[-1301055,1498908],[-1298829,1500357],[-1301259,1497831],[-1294637,1699173],[-1293417,1699481],[-1296326,1701121],[-1296645,1701564],[-1301541,1700895],[-1300847,1708608],[-1303897,1703950],[-1302085,1715106],[-1300423,1713228],[-1296214,1715622],[-1296527,1716362],[-1295836,1722137],[-1295549,1726923],[-1293838,1726115],[-1311715,1327476],[-1308281,1328341],[-1311517,1339802],[-1313445,1342063],[-1317482,1337479],[-1316958,1344014],[-1309011,1342417],[-1307945,1336467],[-1307331,1340909],[-1312305,1337177],[-1315432,1340796],[-1318281,1346937],[-1315269,1349055],[-1316545,1353179],[-1316137,1355545],[-1312781,1350696],[-1309317,1344323],[-1306385,1347414],[-1308688,1350770],[-1310368,1350026],[-1311292,1354016],[-1314744,1353182],[-1309462,1349743],[-1319721,1343109],[-1319793,1340132],[-1323109,1340405],[-1324048,1335413],[-1319307,1331456],[-1319135,1352795],[-1318697,1348860],[-1323160,1356882],[-1323566,1352654],[-1326724,1355006],[-1327093,1353285],[-1319877,1350324],[-1325262,1350845],[-1343481,1437357],[-1340635,1454680],[-1340334,1449372],[-1340553,1465609],[-1331606,1479453],[-1342721,1247850],[-1338888,1271842],[-1338333,1274566],[-1352176,1295782],[-1353724,1418778],[-1350379,1416813],[-1344710,1432350],[-1345310,1438733],[-1348587,1468659],[-1344951,1470930],[-1355974,1240924],[-1343523,1240318],[-1355742,1250063],[-1348264,1259033],[-1357942,1286168],[-1359759,1294009],[-1367294,1367961],[-1368275,1378964],[-1362868,1382469],[-1363828,1375016],[-1361795,1391673],[-1366177,1384591],[-1368113,1395345],[-1360006,1415611],[-1358362,1245045],[-1366081,1246414],[-1357973,1276284],[-1363905,1278736],[-1377349,1291907],[-1373129,1367287],[-1378978,1372082],[-1382304,1375752],[-1370592,1372076],[-1370374,1381084],[-1376020,1381490],[-1372110,1378155],[-1376093,1395338],[-1381534,1384511],[-1382148,1390447],[-1371332,1396082],[-1382017,1409942],[-1380181,1408407],[-1377648,1149959],[-1375521,1149778],[-1377363,1150895],[-1369719,1235786],[-1376594,1245763],[-1383499,1285519],[-1394062,1281070],[-1390203,1380424],[-1382605,1391904],[-1383636,1392570],[-1383373,1396069],[-1382564,1395713],[-1386277,1247427],[-1386047,1257093],[-1391026,1263850],[-1394582,1266936],[-1389467,1276349],[-1389018,1280163],[-1394891,1275650],[-127570,-136369],[-125262,150324],[-119718,150301],[-119224,163623],[-120632,302449],[-117331,296504],[-123757,296327],[-120764,294951],[-124331,306685],[-121943,298417],[-122263,295644],[-122021,299813],[-115554,299006],[-116818,303458],[-118217,305017],[-123967,304312],[-124590,314899],[-124839,431953],[-125636,65078],[-1404613,1021199],[-1397825,1276282],[-1411607,1405276],[-1413934,1411873],[-1417888,1410849],[-1418376,1408589],[-1426994,1392550],[-1426542,1402955],[-1432701,1402241],[-1433403,1403743],[-1430901,1398469],[-1427783,1400646],[-1431372,1149759],[-1435778,1398970],[-1441857,1411330],[-1456179,1398383],[-1451758,1397579],[-1451297,1408234],[-1449428,1413134],[-1452709,1177210],[-1452564,1189714],[-1452060,1188598],[-1451740,1188788],[-1454268,1184024],[-1448763,1179806],[-1455961,1181424],[-1457519,1196335],[-1456243,1196770],[-1456656,1193097],[-1458413,1194298],[-1451364,1196683],[-1455283,1201263],[-1454123,1209811],[-1459233,1394372],[-1464470,1400517],[-1465650,1103602],[-1459619,1174667],[-1459916,1185207],[-1464209,1178295],[-1461257,1194502],[-1462584,1235483],[-1461542,1237867],[-1461159,1232051],[-1461557,1243419],[-1479153,1393661],[-1478002,1401265],[-1478005,1407736],[-1473801,1411329],[-1474509,1094990],[-1477321,1101491],[-1480605,1108723],[-1473943,1102217],[-1473231,1104462],[-1475639,1270889],[-1479662,1274383],[-1484055,1272803],[-1480537,1278695],[-1478759,1269867],[-1489294,1282858],[-1491558,1281995],[-1495687,1286149],[-1490263,1290215],[-1493608,1285243],[-1494836,1300870],[-1493093,1303346],[-1496819,1301836],[-1491657,1390354],[-1490845,1387971],[-1489117,1391014],[-1490150,1388872],[-1492414,1403926],[-1495585,1410662],[-1485748,1413411],[-1492043,1412248],[-1490225,1108513],[-1489884,1113403],[-1484983,1105935],[-1493094,1280016],[-1496674,1267670],[-1494447,1269027],[-1501154,1280359],[-1502073,1378091],[-1507804,1386549],[-1506551,1384756],[-1502676,1386667],[-1503809,1386324],[-1504715,1393814],[-1507806,1398894],[-1503709,1397660],[-1503068,1395539],[-1507784,1395891],[-1498964,1263160],[-1509526,1280124],[-1503925,1270895],[-1505079,1275919],[-1511161,1286701],[-1521945,1382268],[-1514921,1375807],[-1519931,1385965],[-1514878,1386901],[-1512937,1389991],[-1518624,1387829],[-1515852,1385466],[-1522878,1384111],[-1521049,1388629],[-1518957,1386805],[-1520320,1387114],[-1519532,1393140],[-1518906,1395733],[-1519666,1397505],[-1520812,1396892],[-137705,-154287],[-139479,-162873],[-139451,-272516],[-140678,-39698],[-129561,303340],[-130439,311647],[-129021,312768],[-134126,35420],[-1529365,1382530],[-1534415,1381615],[-1525312,1383850],[-1525391,1390397],[-1530125,1385575],[-1526147,1393041],[-1528404,1385038],[-1523547,1387737],[-1528819,1392854],[-1527931,1391297],[-1525664,1388728],[-1526470,1389758],[-1525219,1389747],[-1525725,1389486],[-1523706,1384100],[-1523243,1392534],[-1526508,1396640],[-1525036,1400685],[-1526470,1399416],[-1525036,1395837],[-1525127,1399369],[-1527617,1395925],[-1527966,1399494],[-1535022,1112580],[-1530437,1110574],[-1547351,1374338],[-1546467,1377517],[-1538987,1110153],[-1545642,1111399],[-1537719,1107849],[-1546214,1113270],[-1538789,1115731],[-1548297,1114851],[-1555775,1373886],[-1555582,1374340],[-1554312,1373125],[-1549167,1377546],[-1555339,1106648],[-1553832,1108746],[-1567296,1323262],[-1568492,1335032],[-1574091,1344954],[-1572351,1102997],[-1573756,1103830],[-1573321,1107757],[-1579242,1329837],[-1577184,1328366],[-1575484,1323550],[-1575045,1327717],[-1580856,1336236],[-1583033,1336568],[-1583531,1341155],[-1582718,1339447],[-1576927,1346611],[-1574967,1104901],[-1582579,1109743],[-1592219,1106192],[-1588249,1108908],[-1597473,1107161],[-1596153,1110133],[-1593834,1108509],[-1595608,1104513],[-1595461,1119085],[-1598624,1118605],[-1589821,1120611],[-1592534,1116711],[-1602408,1113338],[-1604671,1113327],[-1612408,1113707],[-1601759,1111447],[-1607087,1112765],[-1612535,1114163],[-1605206,1125352],[-1611608,1127253],[-1602794,1127111],[-1613317,1122772],[-1621734,1136596],[-1625000,1144015],[-1626088,1132980],[-1630530,1141528],[-1630586,1153771],[-1631727,1158348],[-1644209,1137247],[-1644807,1147920],[-1649669,1154250],[-1646016,1156452],[-1651119,1160367],[-1642692,1155420],[-1638569,1158457],[-146585,-176071],[-148599,-35716],[-148137,-36827],[-152053,-69713],[-148392,318589],[-145405,33728],[-149312,31961],[-153051,98872],[-147143,96231],[-1658627,1134426],[-1655007,1144164],[-1663221,1146661],[-1658319,1148198],[-1652172,1148403],[-1658689,1161045],[-1657950,1153182],[-1674909,1143466],[-1674726,1147433],[-1670316,1147869],[-1686663,1139230],[-1684106,1137787],[-1685885,1145644],[-1681794,1143288],[-1679699,1145424],[-1699759,1115953],[-1696054,1118381],[-1693727,1119378],[-1696717,1119706],[-1691921,1126019],[-1691555,1125556],[-1702068,1128219],[-1693897,1136333],[-1701116,1136785],[-1694576,1140553],[-1699796,1145330],[-1697767,1147912],[-1691133,1142681],[-1712716,1101770],[-1708432,1101652],[-1709165,1103575],[-1708190,1105634],[-1708977,1108046],[-1711323,1106271],[-1714556,1106753],[-1706294,1120021],[-1704256,1122476],[-1708355,1126380],[-1711197,1125477],[-1709876,1121635],[-1713147,1116299],[-1715028,1120970],[-1704658,1127592],[-1704709,1130341],[-1705325,1138020],[-1705576,1143043],[-1705918,1139813],[-158000,-117701],[-154790,-173435],[-159300,-189361],[-162294,-204005],[-165822,-223790],[-156945,-254575],[-154619,-256369],[-156832,-256366],[-155720,-48783],[-166235,-42738],[-156251,-51799],[-159608,38791],[-156173,48392],[-158415,57712],[-156328,55014],[-160959,88991],[-159161,107848],[-172304,-228209],[-171757,-233011],[-175214,-232361],[-176750,-234759],[-178087,-230272],[-172059,-246062],[-173347,-26853],[-172220,-49099],[-175545,-49429],[-169437,-52851],[-178935,-51429],[-179098,253892],[-177224,255643],[-175877,251790],[-178290,245405],[-178766,258021],[-177403,259865],[-170653,74252],[-173730,81781],[-175087,98835],[-174250,99510],[-191549,-215048],[-186113,-207730],[-181453,-226760],[-188267,-226261],[-186835,-224768],[-191915,-231106],[-179710,-238662],[-185736,-20689],[-186597,-26442],[-179269,-30313],[-184071,-46538],[-185773,-49322],[-188113,2215],[-189251,158349],[-189275,237735],[-184740,253046],[-187429,246776],[-183536,251611],[-183491,253817],[-188264,14882],[-190419,15690],[-182951,256284],[-181307,291816],[-187589,290478],[-190482,299701],[-185581,303917],[-181214,299571],[-189855,43140],[-191932,62033],[-203099,-202967],[-200140,-204997],[-200391,-210026],[-202817,-221267],[-201494,-234588],[-199934,-239877],[-194373,-248517],[-199323,-259931],[-198377,-15279],[-200800,-64844],[-200290,-87322],[-203354,23146],[-199451,28585],[-194837,37319],[-197582,34269],[-199089,34513],[-198059,32026],[-198356,63163],[-197794,57328],[-196226,53756],[-214654,-233186],[-207260,-233632],[-213001,-239369],[-211850,-237069],[-209716,-8884],[-212226,-248181],[-211731,-246254],[-213598,-22823],[-207325,-50713],[-216854,-55875],[-213328,-57693],[-213969,-65946],[-213067,-87535],[-216246,-93779],[-215171,235552],[-205875,14095],[-208686,13706],[-215809,13997],[-215187,24707],[-206110,33584],[-212805,28664],[-207223,29302],[-210779,74976],[-212517,89438],[-211046,89780],[-214940,95794],[-216892,95529],[-223633,-191651],[-229941,-196949],[-228836,-198465],[-227513,-197596],[-220306,-221148],[-220214,-234387],[-219670,-7697],[-223186,-269694],[-219675,-60769],[-222623,-60197],[-227346,-70668],[-221995,-70156],[-222913,-84908],[-230092,4404],[-223139,13346],[-219259,23240],[-226426,332709],[-229702,330919],[-226796,334592],[-230088,337096],[-226580,354184],[-230170,591940],[-225612,58803],[-222210,79580],[-225112,96678],[-226364,100138],[-226355,101741],[-219205,91243],[-221845,91169],[-239255,-196328],[-232955,-197334],[-242405,-229936],[-233755,-230350],[-231232,-232532],[-243046,-244983],[-234919,-43264],[-232173,321230],[-239058,331546],[-236282,337477],[-237123,333151],[-236812,353579],[-233794,356291],[-239998,358462],[-234340,347289],[-236239,348106],[-234063,363187],[-240593,41012],[-235899,587122],[-232743,584521],[-232297,55019],[-232523,65608],[-240030,65857],[-236805,87228],[-232829,97881],[-238222,91574],[-230984,91210],[-237921,120476],[-479,601795],[-11,611909],[-3404,610581],[-1474,612692],[-243955,-118507],[-254773,-121740],[-243557,-132878],[-251334,-173995],[-251705,-182507],[-248480,-180261],[-253256,-219278],[-243700,-221995],[-251513,-230293],[-245500,-238091],[-252795,-62665],[-253945,-58445],[-251935,-74797],[-245673,-85148],[-252032,-83772],[-249997,-92276],[-250346,-95738],[-251927,-89432],[-246010,-110881],[-249699,-106762],[-242316,129646],[-249499,331216],[-244173,329837],[-243208,345963],[-255434,387279],[-244801,589313],[-254250,71554],[-247944,79510],[-251923,81147],[-254320,112534],[-259428,-134660],[-257561,-136358],[-264934,-164269],[-263568,-162291],[-261414,-215821],[-268068,-227512],[-261501,-37092],[-262870,-38517],[-260259,-75948],[-258442,-80826],[-264458,-80868],[-257134,327751],[-265148,333147],[-259198,334919],[-262513,336572],[-260483,383286],[-261960,392101],[-261952,394514],[-264373,389513],[-263540,385288],[-268632,101790],[-265900,103313],[-266002,112957],[-267481,113223],[-258934,113613],[-265595,111696],[-280362,-176920],[-280584,-205238],[-275727,-50517],[-270655,-46433],[-275363,-61081],[-280750,-61767],[-276447,385165],[-278465,387154],[-281341,388322],[-279537,389959],[-270784,392156],[-271732,407577],[-277604,409001],[-281136,400042],[-278339,401991],[-275971,414444],[-280895,40737],[-278855,55819],[-276047,59735],[-275869,66509],[-273839,66269],[-275895,71248],[-274864,95558],[-274787,108528],[-292318,-234456],[-287496,-52759],[-283806,-52249],[-293846,-61711],[-294048,305638],[-288534,312352],[-293609,307568],[-291110,395248],[-293464,389670],[-288654,396008],[-294130,403126],[-287198,418925],[-282527,421910],[-289990,412879],[-291956,424403],[-287177,505646],[-286816,508544],[-285999,45196],[-290943,49366],[-291239,514390],[-283100,61379],[-284407,53039],[-282404,63208],[-284149,53714],[-286000,54460],[-290738,54435],[-284120,66873],[-284101,96083],[-283330,94220],[-297450,-6878],[-299280,-244902],[-296782,-61452],[-299605,303242],[-306481,302776],[-295963,313153],[-302335,313449],[-299858,310227],[-303892,312187],[-297674,308042],[-296977,309264],[-303243,321615],[-300634,324095],[-304932,320242],[-300073,34136],[-302480,31051],[-299523,392494],[-305854,394264],[-302939,408253],[-300512,409735],[-300522,400921],[-295399,398213],[-296325,428989],[-299013,502992],[-294976,509059],[-301864,506624],[-306901,504112],[-303355,41302],[-300161,42199],[-303818,515605],[-301286,522363],[-302895,526498],[-303965,60342],[-303822,84901],[-305986,100324],[-300222,110549],[-302415,117901],[-319675,-938],[-318580,-52084],[-312342,2457],[-317047,301337],[-310706,300363],[-308213,304792],[-314159,317912],[-308475,316429],[-308315,308254],[-307650,327864],[-312864,320317],[-309311,37633],[-318564,37057],[-314005,401717],[-312758,509001],[-314687,48180],[-311956,517053],[-311970,523824],[-314219,521270],[-313467,512567],[-315877,75257],[-319000,66975],[-315809,82651],[-317317,99597],[-310423,97222],[-312998,92896],[-314182,94774],[-329104,-2853],[-324046,-22317],[-332480,-14884],[-330366,-17660],[-324690,-24937],[-321417,-46595],[-325010,2914],[-331675,11451],[-323135,149068],[-329981,142128],[-323918,145371],[-321870,174380],[-328007,291742],[-324677,295547],[-332151,319299],[-328705,328936],[-330897,321691],[-329693,323053],[-329261,340830],[-324707,28923],[-330845,30063],[-327431,35538],[-321775,36631],[-330319,38604],[-321394,85820],[-324351,81144],[-322035,101590],[-343219,-8502],[-338123,-7604],[-336166,-8323],[-339287,-9113],[-344531,20211],[-342764,18190],[-334421,19965],[-335484,19105],[-342309,17054],[-344806,297542],[-344157,299919],[-343813,305114],[-343228,302686],[-342386,314396],[-337790,308100],[-337940,324634],[-336776,325706],[-342646,329750],[-343637,326295],[-343246,28274],[-341184,30651],[-337521,46328],[-350614,-8747],[-352896,-35651],[-346807,6481],[-346874,284275],[-353539,288648],[-347142,305055],[-355443,311919],[-348418,308175],[-347763,326861],[-346905,339759],[-353992,337538],[-348567,339840],[-353878,337892],[-350592,341000],[-366070,9531],[-366279,273],[-366125,281103],[-360483,281441],[-361154,285421],[-364974,293756],[-369627,296675],[-370627,312930],[-367316,325326],[-369759,334259],[-360301,335035],[-364781,336824],[-382173,181946],[-383653,210585],[-377606,210594],[-378785,221935],[-375051,222396],[-383963,225173],[-379655,225568],[-383379,229013],[-373142,222617],[-380879,221103],[-379613,304609],[-383028,313582],[-371287,319576],[-376901,324327],[-372375,330777],[-371658,336582],[-381128,399417],[-390836,-957],[-396211,-2635],[-389481,208092],[-385879,228926],[-390811,229947],[-391638,224827],[-388619,218629],[-388842,221133],[-386016,232319],[-384377,318242],[-391552,340599],[-392534,336755],[-393057,353640],[-394718,351880],[-386992,358177],[-394535,359035],[-390512,361199],[-384681,366078],[-389990,370315],[-396361,366305],[-392891,376457],[-385955,402095],[-390070,398845],[-393716,404428],[-386523,411913],[-406567,-229080],[-400015,-43],[-399979,-24580],[-398398,-36154],[-406728,-30202],[-396822,4721],[-402609,1136],[-405241,200445],[-398449,204120],[-401954,202053],[-405916,210063],[-400953,215924],[-399461,212257],[-401883,214444],[-401856,215682],[-399523,219862],[-407105,18133],[-405024,18322],[-403818,336968],[-408924,334447],[-406804,336512],[-398217,355973],[-402493,350449],[-400407,355180],[-401978,365541],[-406261,368511],[-407707,367246],[-403109,375952],[-406383,375119],[-407386,375302],[-397092,396266],[-399600,386237],[-405837,485787],[-408583,487018],[-406263,488993],[-409434,492725],[-401715,498270],[-409142,504720],[-411829,-32884],[-412613,17090],[-420352,292446],[-416615,490252],[-421837,494172],[-419685,494508],[-417094,498947],[-413949,495962],[-411681,487093],[-412133,499046],[-411007,491622],[-431048,203376],[-429786,204966],[-434306,196765],[-434902,208187],[-429521,209510],[-434429,212009],[-431688,216806],[-430553,207778],[-433967,209371],[-430200,229304],[-430697,224984],[-434128,221157],[-430136,233524],[-422430,14429],[-425574,299267],[-431631,296979],[-430545,302224],[-433503,311567],[-427236,308915],[-432988,318533],[-431448,312908],[-438616,189082],[-443462,186819],[-445062,191114],[-435440,201813],[-441379,192623],[-447187,197288],[-441464,196361],[-447183,205546],[-439763,208799],[-440829,205810],[-436172,205963],[-437526,212626],[-443737,212228],[-447733,208173],[-437584,236455],[-437559,240951],[-441694,230883],[-447866,238676],[-446785,233782],[-437918,234063],[-440146,237069],[-442338,17380],[-443784,286825],[-439415,293939],[-439241,284837],[-437667,290477],[-444005,301546],[-439212,310123],[-438041,315016],[-436535,328461],[-441807,321080],[-439189,326797],[-449784,188431],[-449413,198957],[-453432,195704],[-449584,206444],[-450267,206727],[-452661,215934],[-450532,209861],[-452002,213692],[-452149,229106],[-449687,222493],[-454410,218694],[-450023,233883],[-470066,103708],[-493321,368468],[-492763,379265],[-497038,380781],[-488159,371428],[-492420,392674],[-492568,386639],[-489828,391435],[-505359,367805],[-509655,378227],[-509883,383972],[-503513,378501],[-501539,375022],[-501123,389337],[-506308,386216],[-508291,393917],[-520264,357047],[-513917,364412],[-515721,367601],[-515506,365678],[-522874,368722],[-520175,364749],[-513637,374391],[-522391,372024],[-519222,379258],[-516535,380890],[-519181,547603],[-547815,201974],[-544670,203869],[-542992,199063],[-543682,209692],[-559449,-353711],[-552381,-363552],[-560541,-364501],[-562618,-371132],[-557617,185458],[-559742,190596],[-554220,194240],[-561482,200830],[-562286,192686],[-561269,197466],[-551405,204815],[-561635,212123],[-551573,212298],[-575527,-357678],[-565697,-371284],[-575109,181036],[-565071,207894],[-575909,205747],[-573199,216358],[-578424,-351550],[-578172,1764752],[-583302,1762561],[-587416,1759284],[-584177,1759161],[-581997,1760117],[-583221,1765430],[-576079,1766281],[-580582,1764591],[-586797,1760621],[-581606,1761659],[-587777,1765294],[-581770,1766852],[-585549,1778397],[-581309,1771105],[-576475,1768277],[-587159,1768796],[-583679,1773571],[-587766,1773807],[-588264,1778828],[-585726,1772397],[-585788,1777139],[-579198,1775606],[-582045,1774801],[-584424,1769987],[-587138,1767888],[-580183,1771830],[-587739,1774454],[-586069,1783166],[-582289,1780322],[-577967,194799],[-590665,1765466],[-600620,1764095],[-589633,1766416],[-589443,1765395],[-601483,1766487],[-591831,1778630],[-589198,1776694],[-591208,1771731],[-590058,1773671],[-600720,1771678],[-589702,1770427],[-590492,1775663],[-598965,1767893],[-591019,1768573],[-596483,1767782],[-598026,1769157],[-598420,1771815],[-591832,1784295],[-589358,1783860],[-590195,1785141],[-599191,212720],[-594743,211449],[-594362,223616],[-605635,1767645],[-606892,1770872],[-606169,1773642],[-605564,1774458],[-607817,1770493],[-602352,1775578],[-601829,1774861],[-603863,1769402],[-602894,208900],[-612244,58763],[-611928,60954],[-610612,57433],[-605929,60754],[-604971,56717],[-612462,66171],[-607939,67004],[-619995,55407],[-616127,52836],[-620612,62289],[-615611,68920],[-50907,322905],[-50620,328532],[-50148,329810],[-51012,333210],[-635936,-289388],[-634792,126589],[-647017,-275542],[-648694,-280920],[-649772,-273392],[-648446,-278401],[-641424,-288023],[-646441,-289060],[-652379,-284683],[-656276,-267482],[-655177,-278264],[-658101,1686390],[-661353,1692239],[-660232,1690822],[-654411,1710192],[-675262,1676888],[-675136,1674444],[-678000,1674625],[-671745,1676695],[-670551,1682432],[-676496,1679131],[-676673,1685557],[-678049,1682564],[-666315,1686132],[-674583,1683743],[-677355,1684063],[-673187,1683821],[-673994,1677354],[-669542,1678618],[-667983,1680017],[-668688,1685767],[-669660,1691361],[-680229,1675335],[-51877,323779],[-52886,321868],[-54824,326129],[-58339,331507],[-62251,329513],[-58930,328049],[-56346,327147],[-53438,330155],[-52053,330986],[-51417,329853],[-57332,335032],[-60608,333800],[-56798,335645],[-54515,333261],[-51493,334259],[-60716,380641],[-63703,384378],[-58680,405349],[-57289,408837],[-63293,399577],[-62325,417654],[-62395,412032],[-60085,411662],[-68917,-76338],[-66390,394242],[-69147,396825],[-64370,395837],[-65777,394510],[-66972,409669],[-66620,409614],[-74790,401398],[-69214,407869],[-73522,404905],[-64658,398318],[-64940,415218],[-68911,422070],[-71670,413331],[-69301,419057],[-66577,422711],[-65690,423747],[-75528,427399],[-84699,218961],[-80197,379112],[-77525,376808],[-85464,381183],[-87898,385792],[-88973,390146],[-85814,393420],[-83584,388913],[-84978,389729],[-77447,404091],[-79055,408436],[-86668,401825],[-86800,397521],[-89288,398993],[-77766,399134],[-81947,422513],[-86559,421121],[-89011,412034],[-79864,411419],[-84768,410509],[-80528,415914],[-84985,415366],[-84952,424082],[-82858,423022],[-88718,427030],[-79990,425189],[-82130,428869],[-87802,426261],[-85195,425691],[-1013639,1489247],[-1087697,1584538],[-1092304,1535717],[-1093994,1534402],[-1089375,1547259],[-1088488,1551369],[-1090109,1551313],[-1088345,1586482],[-1108952,1521483],[-1109816,1520472],[-1104393,1524452],[-1108901,1529538],[-1108348,1529996],[-1105610,1527067],[-1111852,1523694],[-1106351,1544353],[-1108310,1539431],[-1102068,1536895],[-1110624,1545659],[-1125863,1501752],[-1122905,1506373],[-1122373,1514554],[-1116222,1512012],[-1122531,1532773],[-1116153,1535256],[-1124889,1532303],[-1129086,1497439],[-1134954,1494739],[-1127403,1500041],[-1137326,1508649],[-1129776,1501598],[-1134472,1499777],[-1131334,1513598],[-1132880,1529065],[-1135194,1525909],[-1129602,1524697],[-1131417,1641975],[-1132584,1639512],[-1136431,1644406],[-1135140,1641353],[-1138754,1653146],[-1138047,1652863],[-96797,-162533],[-96190,211711],[-97854,208879],[-96953,205603],[-91667,264247],[-95638,268427],[-89936,263143],[-90420,266955],[-95861,264794],[-94528,263584],[-94794,272610],[-100086,385951],[-91783,391103],[-91604,393111],[-97810,387070],[-101997,396509],[-101823,399820],[-102142,402152],[-90685,406681],[-95750,398091],[-95021,407870],[-92637,399819],[-92106,421175],[-98855,415256],[-89911,415122],[-96277,411044],[-90459,426633],[-91954,422711],[-96644,424317],[-101974,619386],[-95402,635423],[-1146606,1505129],[-1147175,1514390],[-1147972,1518548],[-1149943,1515193],[-1150381,1510640],[-1146475,1513114],[-1140446,1511841],[-1161438,1508832],[-1161987,1509137],[-1152380,1509970],[-1162822,1513174],[-1162233,1522895],[-1153405,1512042],[-1164461,1650027],[-1162812,1648103],[-1159122,1663201],[-1163399,1662286],[-1155278,1670270],[-1164229,1665231],[-1162035,1749225],[-1160223,1752401],[-1172644,1506042],[-1167622,1523777],[-1167803,1647419],[-1173203,1661177],[-1176712,1739487],[-1171839,1736576],[-1168588,1736416],[-1165273,1737523],[-1169898,1740950],[-1171126,1745208],[-1178019,1512807],[-1189204,1535832],[-1189386,1534220],[-1177785,1533435],[-1178263,1528148],[-1185032,1544990],[-1181919,1545966],[-1180063,1536667],[-1180870,1545207],[-1178169,1672022],[-1187669,1671716],[-1186436,1669851],[-1186398,1668573],[-1184153,1666329],[-1187578,1672250],[-1189370,1738553],[-1182617,1740365],[-1186633,1743919],[-1183922,1741667],[-1201391,1522359],[-1194823,1535811],[-1201288,1535794],[-1192524,1531203],[-1196775,1538291],[-1197001,1537387],[-1201247,1541487],[-1191403,1544481],[-1193087,1548173],[-1198688,1545503],[-1198947,1542408],[-1197000,1550311],[-1201506,1550399],[-1192678,1672958],[-1192926,1672377],[-1195007,1670639],[-1195467,1671070],[-1196886,1753212],[-1196337,1745006],[-1196388,1746589],[-1197059,1747770],[-1208795,1507579],[-1212243,1505956],[-1213175,1507451],[-1211944,1506801],[-1205517,1520767],[-1208110,1515696],[-1209965,1514693],[-1211245,1523312],[-1214013,1522902],[-1207510,1520384],[-1203540,1532259],[-1203770,1529402],[-1205772,1527025],[-1205782,1542089],[-1203502,1674601],[-1203327,1677034],[-1206394,1680007],[-1211084,1682518],[-1207896,1679583],[-1209200,1679804],[-1213125,1685067],[-1213028,1679965],[-1209533,1687908],[-1208778,1685069],[-1209697,1687544],[-1215477,1695189],[-1220460,1506600],[-1219117,1503712],[-1220892,1510786],[-1223551,1676532],[-1225158,1686773],[-1227402,1679104],[-1220341,1685865],[-1222480,1681022],[-1222225,1683216],[-1227096,1679971],[-1223995,1679813],[-1223196,1697105],[-1217943,1691297],[-1218323,1692266],[-1218933,1695848],[-1219535,1693782],[-1219518,1694947],[-1224135,1704323],[-1228753,1705800],[-1226660,1709673],[-1234686,1487225],[-1233858,1492509],[-1239891,1516710],[-1240395,1519028],[-1230576,1517775],[-1229073,1520942],[-1230065,1515405],[-1231285,1514952],[-1233179,1527596],[-1229943,1626218],[-1238992,1637806],[-1234792,1699228],[-1234162,1710195],[-1236083,1706450],[-1228858,1709234],[-1240923,1707869],[-1240732,1707911],[-1232985,1706223],[-1239938,1707173],[-1238625,1706138],[-1249213,1523218],[-1247378,1522425],[-1251035,1525315],[-1251093,1525227],[-1253318,1527484],[-1244571,1530231],[-1251083,1532641],[-1249627,1525847],[-1242936,1631921],[-1245592,1636642],[-1251349,1635613],[-1251369,1678542],[-1253777,1679067],[-1253612,1679857],[-1250405,1701845],[-1249375,1701931],[-1249673,1703508],[-1247541,1705460],[-1247150,1706182],[-1247891,1704240],[-1246218,1708663],[-1247412,1706881],[-1253938,1264062],[-1261816,1531763],[-1262983,1531394],[-1265412,1533586],[-1264424,1533701],[-1256963,1527687],[-1258180,1530618],[-1260063,1527027],[-1264130,1540643],[-1264999,1536423],[-1257611,1687536],[-1255146,1694923],[-1255970,1695278],[-1256573,1695927],[-1255189,1699214],[-1262189,1696304],[-1260030,1693858],[-1261409,1702983],[-1265777,1707164],[-1265891,1721440],[-1256780,1739456],[-1263089,1734992],[-115104,4010],[-113535,292771],[-115088,297738],[-112644,297864],[-112825,295000],[-114895,301255],[-104937,408948],[-103894,399605],[-104295,402484],[-104212,408212],[-113112,613188],[-109032,614139],[-105100,618578],[-110680,617332],[-110834,114762],[10868,516598],[10422,513511],[9390,594301],[10953,599067],[11610,596487],[9040,592801],[7022,601209],[12527,594593],[5237,600158],[12065,599478],[11836,600490],[9131,602515],[12538,604596],[5057,602300],[5839,603691],[11230,612721],[7063,613556],[12763,608918],[252,610277],[8163,604042],[6821,609387],[2131,612697],[10828,607395],[8557,612874],[5564,614249],[6901,610923],[1186,602881],[2111,603479],[3484,607339],[7072,66637],[135802,-9530],[135811,-1609],[132133,-11969],[132128,-18883],[132066,-27389],[128027,6852],[130934,12610],[134083,6570],[128906,189328],[137392,211989],[139971,214289],[140601,212644],[139489,207785],[136885,209577],[138116,209080],[134541,210601],[128170,290261],[138289,313723],[129127,332912],[132297,37597],[134732,33275],[131830,40165],[130364,42273],[129540,56729],[131979,85933],[144973,94],[144114,-10711],[143883,-7887],[146072,-12698],[142228,-37717],[142671,211402],[144631,208373],[144252,211124],[148104,214539],[149143,209880],[146255,207516],[148362,208184],[147038,206444],[146482,205856],[141877,208038],[141009,210585],[148362,208184],[151402,295430],[153520,312039],[153302,327474],[147519,338671],[152042,584180],[165664,265340],[163284,290995],[162066,283746],[163337,287584],[163705,285662],[156237,307078],[164770,302561],[158073,316999],[156417,323392],[158580,320454],[161737,323490],[163502,330986],[159252,322989],[163474,357488],[159257,354553],[165670,347337],[156269,349812],[164499,361382],[156011,585123],[155102,587963],[157317,583027],[154880,589154],[177199,293613],[174311,306161],[176800,305226],[176516,309728],[175745,314958],[178113,329391],[174925,322284],[176842,320957],[178257,333908],[175049,340817],[171688,355704],[169389,358970],[166836,362930],[176761,414047],[178178,415168],[191048,320698],[185686,323910],[180246,341110],[183297,351461],[188502,351657],[180589,350999],[182330,358340],[180832,355565],[188404,355193],[185404,357425],[183486,349530],[186436,397351],[191426,401597],[182610,417299],[183891,494694],[190467,495797],[188399,501536],[188055,509584],[189196,508883],[186448,521083],[186421,519387],[187699,512411],[202799,309363],[196425,313275],[194187,343079],[199459,338598],[201695,346449],[193665,395171],[194556,400264],[194375,397400],[192999,492292],[195993,497481],[193573,493132],[200554,510669],[197848,510616],[193730,508721],[193357,507806],[203769,522918],[202216,524947],[200897,512591],[197065,515263],[192801,512355],[195280,525079],[196130,529089],[211682,362426],[213503,359436],[217482,530543],[212306,533401],[210938,533823],[211022,528152],[216337,536689],[206801,526602],[206003,532558],[215628,530552],[215816,531716],[215835,546625],[215190,540100],[216020,548924],[216431,559061],[218790,538293],[222587,542911],[222788,544293],[221595,539932],[217767,545207],[226359,546690],[226040,561395],[227657,556805],[218747,556017],[220518,562373],[221111,558901],[227852,551403],[219742,551734],[226299,551456],[224568,555087],[223094,554128],[235987,545027],[230705,563359],[232319,559694],[233792,561263],[236706,559426],[241317,560531],[239833,556282],[230793,554654],[235512,551261],[255585,396830],[18183,497325],[21616,494453],[18041,509943],[21572,511452],[24218,501902],[19650,500720],[16426,510559],[19998,516618],[16176,520156],[14985,514429],[17534,514539],[21133,522390],[22147,520064],[22884,523598],[25418,527570],[25387,525498],[23246,525086],[21409,525993],[22037,527659],[14652,600803],[13288,600153],[13802,597493],[15116,597045],[15433,602114],[17128,603389],[15335,606353],[18631,607212],[17560,607653],[17265,605662],[18815,608869],[15101,610115],[15830,609321],[256988,391851],[256419,392525],[259479,394055],[261679,398403],[257662,398451],[259073,403267],[267785,401496],[267444,521215],[260704,524814],[263105,518997],[258866,517295],[261056,530570],[264926,529293],[265738,528745],[257609,527225],[264937,538412],[262625,537999],[272034,402283],[276270,402479],[275692,405720],[278207,406193],[277643,407881],[272169,406123],[270884,404950],[273795,420647],[271449,411625],[273394,414295],[275726,415295],[276440,413898],[272286,517868],[273254,520600],[270041,524870],[272825,524650],[278419,532366],[269841,549229],[277691,541508],[269597,543620],[282641,537545],[304755,-173868],[305012,409042],[305127,402801],[303845,406494],[305782,412079],[304412,413029],[303587,416958],[306179,419651],[306766,420819],[304981,423163],[304250,431727],[307044,430339],[307007,424547],[306567,423504],[315617,403346],[316916,404236],[313522,400139],[309682,400991],[308211,407608],[312114,407103],[314852,409544],[319456,410384],[319128,413941],[307414,418343],[314987,417903],[312361,421402],[311339,412620],[310398,415045],[311586,432313],[314171,426323],[317020,422784],[312847,423624],[313488,436032],[313384,436883],[316893,435845],[319505,437787],[325349,409182],[330474,414876],[324455,412072],[321012,416656],[320148,420826],[329545,414813],[330503,417158],[332107,421783],[331130,430986],[322628,431842],[324685,426629],[321501,431047],[321758,425577],[328985,436370],[324772,437632],[335308,430779],[335005,435367],[26199,2566],[29142,10080],[35948,14802],[26969,519711],[27314,517275],[28726,518376],[28084,520682],[25721,512803],[29132,524832],[33405,515378],[27809,526301],[29186,526803],[396082,664311],[392893,674907],[393282,676557],[391460,673772],[392911,667751],[390062,676041],[395014,670244],[392975,668891],[389425,676624],[393656,680091],[393751,679378],[407444,665496],[399318,658451],[406189,659919],[407040,661072],[408230,658083],[405359,661277],[406884,662692],[405359,656044],[408797,665558],[407144,656328],[401541,665818],[405897,671019],[408163,671082],[406587,676847],[407889,667849],[401489,675473],[397046,678577],[409034,666113],[399963,679493],[402519,679199],[405434,679207],[409641,656830],[478305,-77791],[41884,-388887],[48632,9534],[40887,201392],[45340,209144],[40292,209135],[42817,19572],[43081,23811],[45289,127067],[58648,128585],[57714,32058],[59965,615645],[58708,618872],[59431,621642],[60036,622458],[57783,618493],[63248,623578],[63771,622861],[61737,617402],[62062,66699],[55625,126571],[68123,417853],[69273,49734],[74935,613465],[64980,612095],[75967,614416],[76157,613395],[64117,614487],[73769,626630],[76402,624694],[74392,619731],[75542,621670],[64880,619678],[75898,618427],[75108,623663],[66635,615893],[74581,616573],[69117,615782],[67574,617157],[67180,619815],[73768,632295],[76242,631860],[75405,633141],[68128,58751],[72018,664561],[70901,664514],[75318,661614],[73744,663188],[69263,666607],[74918,669497],[72690,671023],[69675,668452],[69209,670782],[66129,67752],[75957,67421],[70557,101262],[71832,93018],[71988,98695],[68523,110406],[72411,107938],[71526,105798],[70713,127678],[68237,117977],[64683,116305],[88547,8793],[88284,2193],[80098,157323],[86186,163211],[85365,159131],[78618,162738],[81113,159777],[86925,166692],[78786,222336],[82084,16632],[88557,21382],[82816,31377],[82485,409039],[77726,43598],[82313,45012],[82118,46494],[87428,612751],[82298,610561],[78185,607284],[81423,607161],[83603,608117],[82379,613430],[89521,614281],[85018,612591],[78803,608621],[83994,609659],[77823,613294],[83830,614852],[80051,626397],[84291,619105],[89125,616277],[78441,616796],[81921,621571],[77834,621807],[77336,626828],[79874,620397],[79812,625139],[86402,623606],[83555,622801],[81176,617987],[78462,615888],[85417,619830],[77861,622454],[79531,631166],[83311,628322],[89169,59787],[86752,60620],[86217,55755],[79811,63033],[80732,662749],[78326,661128],[80344,666984],[77978,668256],[85667,68339],[82351,69147],[78432,76038],[85723,67143],[89451,83976],[83340,79205],[78760,95863],[81427,91629],[82580,93938],[84453,89883],[86910,113228],[88792,111634],[78370,103321],[79736,120162],[80387,122291],[86937,119401],[99492,-22203],[101469,-18529],[101922,-55041],[95110,12844],[93784,2358],[98349,10571],[94217,167695],[93573,15847],[95994,38120],[96076,61847],[100221,58135],[99316,76844],[92276,88429],[91741,100289],[101026,96003],[90825,109144],[95452,108744],[90339,118406],[92624,116940],[114362,-15143],[108019,-31022],[102877,10829],[104750,12091],[110142,5407],[113866,19811],[111564,22559],[104727,37450],[109771,36817],[104734,28901],[115119,33858],[110531,47317],[111544,47716],[113446,62989],[102872,62005],[104411,53351],[103381,55575],[103988,61448],[109217,58470],[104502,68182],[114329,70960],[102800,88144],[107812,80293],[104364,104395],[119946,-3674],[117461,-1640],[116015,-5845],[115831,-3554],[118145,-17735],[120145,-22261],[119016,-31863],[121931,-26586],[127229,4959],[115750,20493],[123947,22011],[124850,292887],[122427,291204],[123276,311640],[121803,308382],[122283,334473],[125425,333770],[127322,341387],[120268,36167],[118404,35153],[116885,43165],[120141,39518],[116527,50043],[120334,47788],[116100,98455],[119151,92106],[117052,95887],[-127689,-117999],[-121838,-126199],[-126248,-135955],[-117013,-131647],[-118891,-128147],[-125372,-175153],[-125208,-173612],[-127105,-179965],[-122970,-187261],[-120600,-187720],[-118303,-189278],[-115298,-193824],[-116707,-231706],[-117626,-230717],[-119782,-234740],[-122661,-235990],[-117781,-237271],[-121992,-238250],[-121886,-240116],[-121884,-240035],[-116451,-240941],[-125166,-250041],[-124303,-75798],[-127382,-86219],[-127806,-106572],[-127714,-110946],[-130348,-123725],[-129287,-118148],[-129343,-115839],[-131893,-115221],[-133080,-116950],[-137550,-125423],[-140756,-127730],[-135459,-126296],[-128540,-127107],[-131681,-123187],[-137755,-139735],[-131032,-139874],[-132521,-138234],[-128113,-132712],[-128180,-133130],[-132911,-127924],[-135695,-128730],[-131819,-128775],[-131500,-131782],[-139476,-129610],[-140145,-135845],[-138017,-133761],[-133015,-135029],[-130454,-136050],[-132319,-141559],[-129494,-181696],[-139086,-182663],[-133115,-241927],[-132471,-239889],[-134260,-243730],[-134611,-244283],[-136858,-262333],[-136224,-261431],[-137524,-262950],[-137616,-264085],[-140629,-262076],[-129578,-75685],[-128979,-83554],[-139238,-99158],[-136158,-99792],[-128824,-102722],[-140133,-105365],[-138041,-111187],[-134783,-113473],[-132747,-109640],[-133193,-112738],[-129239,-114017],[-132484,-112005],[-132467,-113504],[-143955,-124790],[-142225,-125734],[-141187,-140906],[-148370,-145733],[-149963,-176109],[-150519,-178702],[-150880,-180063],[-152678,-183201],[-151077,-185971],[-141866,-183518],[-145213,-182067],[-151569,-201472],[-143268,-256446],[-141067,-263541],[-152703,-71915],[-148684,-70061],[-145039,-73532],[-142977,-73666],[-141779,-75529],[-152258,-78854],[-151039,-81896],[-145665,-94852],[-147683,-94770],[-151232,-100961],[-147008,-97161],[-144291,-107096],[-164850,-118434],[-164996,-121578],[-164369,-146873],[-165845,-147073],[-162644,-156029],[-166334,-159419],[-165944,-154996],[-164742,-177360],[-165843,-184680],[-164798,-191514],[-157597,-203110],[-165486,-202674],[-156546,-193094],[-155619,-199407],[-154415,-200258],[-154436,-196100],[-162635,-193024],[-162468,-205328],[-163932,-214505],[-156878,-208366],[-165232,-223045],[-166319,-263199],[-165665,-265688],[-158849,-48515],[-161132,-66747],[-162092,-75961],[-163523,-70944],[-166400,-89180],[-155168,-83870],[-163042,-97408],[-162616,-98801],[-163839,-100827],[-164674,-109433],[-174026,-115167],[-167527,-122527],[-172339,-119141],[-177594,-125692],[-175462,-126859],[-170579,-135884],[-171643,-137325],[-177234,-135346],[-171570,-134573],[-173553,-133700],[-174683,-131030],[-173335,-129436],[-166855,-152463],[-168430,-152181],[-172916,-148652],[-169367,-149768],[-173675,-148076],[-175657,-152804],[-178925,-152670],[-176253,-150874],[-176830,-152228],[-174073,-150914],[-174715,-152331],[-171207,-150735],[-169388,-146752],[-171770,-149479],[-171119,-148118],[-166835,-148361],[-167163,-150444],[-170884,-151141],[-177448,-151712],[-168784,-164337],[-171471,-161399],[-170741,-153563],[-174499,-158954],[-178314,-164004],[-174847,-154156],[-176315,-154426],[-177997,-156653],[-176947,-155902],[-174275,-156246],[-177744,-160500],[-178738,-162119],[-172681,-155676],[-173537,-153576],[-175467,-158822],[-175073,-162257],[-178688,-154925],[-178649,-177280],[-170037,-175973],[-175506,-181186],[-174107,-199154],[-168863,-198603],[-167408,-206497],[-173345,-212388],[-177763,-207194],[-178956,-216056],[-178700,-222600],[-167282,-223542],[-170310,-229480],[-169519,-219639],[-172570,-223498],[-170362,-224708],[-175516,-235485],[-177853,-44792],[-172639,-66381],[-167334,-96609],[-167889,-98721],[-167093,-92723],[-177185,-113925],[-169304,-105873],[-166629,-106921],[-183346,-116003],[-188497,-121596],[-191225,-118599],[-189719,-120475],[-191883,-125456],[-187105,-123435],[-188493,-122976],[-187700,-118150],[-186482,-120999],[-183891,-120399],[-181204,-122179],[-182814,-123374],[-179475,-122769],[-189371,-122798],[-190439,-123275],[-190993,-121188],[-180809,-132613],[-183976,-139030],[-190659,-134438],[-190740,-136755],[-189842,-135700],[-181150,-140359],[-182808,-137788],[-181847,-139015],[-181133,-137509],[-182682,-136162],[-186838,-140179],[-186434,-138571],[-190643,-138669],[-181080,-134460],[-190085,-139873],[-187273,-144018],[-191917,-145732],[-181983,-142931],[-182196,-144762],[-180332,-150149],[-180702,-147650],[-182218,-150642],[-181374,-151664],[-184535,-150612],[-189269,-145718],[-188782,-142461],[-191199,-140924],[-183491,-142456],[-180686,-152279],[-186352,-146477],[-191640,-148884],[-190188,-149552],[-186121,-148192],[-187441,-147682],[-189775,-148288],[-188096,-148578],[-186637,-149547],[-187483,-164231],[-183337,-164722],[-184526,-163489],[-190367,-155932],[-186498,-160180],[-186663,-161430],[-188327,-155775],[-188688,-157527],[-187868,-156479],[-181419,-155682],[-181451,-157370],[-185493,-153911],[-180188,-157048],[-183327,-160937],[-179632,-164182],[-182421,-155700],[-184822,-154649],[-179501,-160042],[-179722,-153462],[-191565,-168653],[-185958,-169763],[-180040,-175663],[-186754,-177836],[-191924,-173319],[-190667,-174741],[-189284,-176623],[-189626,-177121],[-188078,-174794],[-188648,-178451],[-188086,-176922],[-189049,-176285],[-189402,-172744],[-190566,-174223],[-179335,-167022],[-191545,-183984],[-190420,-179917],[-189783,-179489],[-187573,-179445],[-187939,-190808],[-189233,-187103],[-188315,-188471],[-188555,-191162],[-189189,-179945],[-190834,-179789],[-184612,-191988],[-184632,-192826],[-184094,-194155],[-184005,-194017],[-181288,-202458],[-182756,-201039],[-185895,-215737],[-191145,-213093],[-185497,-214167],[-182230,-211305],[-180936,-216476],[-180936,-216476],[-181945,-224453],[-188669,-223835],[-186437,-218071],[-188720,-220300],[-187030,-51840],[-183273,-64291],[-191820,-89166],[-189564,-95001],[-189833,-91555],[-191777,-91018],[-189980,-99964],[-191431,-93401],[-191872,-99748],[-188086,-112934],[-186617,-112315],[-183744,-114779],[-182557,-108302],[-202986,-127529],[-195003,-119617],[-197358,-121345],[-200727,-117888],[-199108,-117861],[-202464,-115322],[-202364,-119367],[-192241,-122111],[-192929,-125803],[-194051,-126226],[-196615,-123419],[-194911,-122582],[-203080,-116874],[-204524,-115490],[-195954,-115192],[-195798,-117179],[-193231,-125070],[-195111,-135619],[-199226,-132846],[-200508,-128687],[-196057,-131058],[-194566,-130816],[-199688,-130229],[-192751,-140536],[-192112,-137629],[-193825,-137625],[-193772,-133979],[-203453,-132453],[-192516,-135822],[-195912,-140179],[-193444,-131402],[-193161,-128194],[-204603,-138788],[-202845,-135798],[-192791,-139377],[-200299,-146599],[-203764,-143730],[-204739,-144890],[-200230,-153283],[-204642,-152133],[-196661,-152086],[-193243,-145116],[-192807,-147687],[-193607,-146285],[-194368,-141518],[-195787,-145724],[-194709,-148435],[-197112,-146579],[-195690,-144687],[-197237,-144062],[-194120,-150875],[-195895,-149548],[-195727,-150584],[-196306,-148855],[-202478,-156606],[-201100,-164561],[-199279,-163775],[-196743,-164537],[-195281,-158929],[-199899,-156235],[-201168,-156600],[-192002,-154847],[-196168,-153636],[-199291,-167469],[-198880,-166897],[-200232,-169282],[-202744,-170023],[-204689,-172975],[-204277,-170249],[-194605,-173469],[-194287,-176500],[-194003,-170251],[-193398,-169622],[-199740,-172899],[-204699,-182833],[-194881,-182436],[-193627,-180837],[-194250,-182253],[-193735,-183131],[-194233,-185304],[-196087,-185937],[-197197,-189760],[-202061,-189681],[-201781,-189239],[-204469,-187884],[-203774,-189872],[-201136,-188561],[-198091,-190312],[-194176,-201648],[-197386,-204140],[-202104,-203469],[-194723,-197027],[-192139,-197087],[-199211,-193283],[-198394,-193783],[-201385,-205170],[-197210,-208200],[-198152,-211033],[-203293,-211369],[-199043,-208367],[-198911,-208506],[-199768,-207526],[-201677,-209400],[-197075,-215371],[-197411,-210712],[-194383,-212968],[-194412,-211163],[-192021,-210452],[-202809,-216971],[-202808,-216856],[-194344,-223447],[-194843,-228761],[-196486,-217446],[-200482,-219653],[-195400,-220201],[-194452,-220441],[-202446,-218175],[-197370,-234451],[-202153,-238292],[-195372,-84780],[-196563,-86779],[-194099,-88105],[-197434,-85163],[-198406,-87859],[-204042,-85134],[-198144,-87095],[-195068,-88003],[-197403,-88767],[-192658,-96714],[-192058,-97981],[-200413,-93966],[-203677,-97824],[-196353,-99493],[-196713,-95542],[-194352,-91533],[-196054,-97192],[-197554,-93357],[-202246,-89811],[-203927,-99956],[-200745,-101192],[-202432,-98778],[-200959,-91830],[-198623,-92217],[-201360,-96081],[-202536,-92745],[-194035,-93949],[-201157,-90559],[-200159,-89641],[-196630,-93450],[-194910,-89906],[-198249,-94497],[-203178,-93573],[-192776,-111864],[-202351,-113160],[-202717,-103898],[-203861,-106942],[-199389,-102687],[-202677,-105115],[-199671,-105282],[-199455,-111615],[-201702,-112236],[-197710,-104319],[-197011,-111962],[-200841,-102621],[-196138,-111003],[-212373,-119192],[-211200,-119473],[-210036,-122175],[-207542,-123353],[-205638,-122992],[-206291,-120683],[-208761,-121223],[-209889,-120113],[-207889,-126827],[-211205,-125312],[-209162,-124038],[-208421,-115152],[-212238,-116099],[-209988,-116990],[-210347,-130273],[-209526,-136243],[-207118,-129564],[-209826,-132205],[-206079,-134201],[-207146,-132116],[-215626,-138317],[-216810,-139165],[-205471,-136972],[-206385,-149365],[-205182,-152721],[-216190,-150783],[-211562,-152669],[-210328,-146937],[-208937,-147716],[-209772,-146873],[-212475,-147766],[-211816,-146086],[-213658,-146602],[-215151,-140895],[-215803,-140744],[-212991,-141662],[-213781,-142184],[-214125,-143369],[-215022,-146555],[-214579,-149626],[-211463,-151902],[-207753,-152187],[-209071,-150132],[-207201,-152505],[-205533,-174194],[-205590,-172247],[-213095,-178862],[-209918,-178704],[-206808,-170506],[-205085,-167660],[-209401,-171542],[-213018,-179782],[-211597,-180377],[-207002,-179761],[-215095,-180962],[-209898,-182133],[-210187,-183062],[-212192,-181593],[-206027,-181664],[-208487,-189161],[-209292,-188827],[-210395,-187930],[-209595,-186316],[-206703,-184056],[-205667,-187156],[-212367,-185739],[-212439,-186086],[-209922,-190794],[-215971,-197384],[-209822,-192461],[-217131,-195593],[-216155,-195890],[-205183,-204372],[-216847,-211145],[-216597,-212561],[-206802,-208327],[-207165,-228802],[-213872,-229604],[-205704,-239038],[-213214,-230495],[-209522,-253603],[-208723,-246824],[-206387,-248963],[-216514,-65343],[-206989,-84956],[-206451,-86503],[-217188,-92552],[-205017,-95387],[-206319,-94071],[-205394,-92823],[-211059,-111551],[-212991,-113636],[-211417,-110152],[-209670,-108446],[-206634,-108513],[-207157,-104179],[-207928,-112713],[-210371,-113600],[-221552,-118372],[-226635,-119728],[-224594,-118330],[-221093,-127427],[-219712,-125622],[-228165,-119535],[-222799,-121042],[-228603,-117239],[-223768,-125212],[-229048,-121726],[-221105,-136250],[-222657,-138418],[-221994,-134325],[-220314,-131077],[-219222,-133574],[-219511,-132591],[-221950,-128729],[-223123,-132453],[-221846,-130054],[-221194,-130181],[-226872,-131347],[-227676,-132349],[-220007,-138767],[-219892,-136165],[-227353,-129466],[-223333,-143399],[-224354,-143834],[-226543,-144708],[-227027,-144330],[-226721,-145592],[-228639,-145075],[-228852,-150685],[-230043,-148304],[-217638,-161378],[-219810,-162010],[-228692,-188026],[-225209,-188598],[-224776,-188915],[-227495,-188270],[-222208,-200271],[-223745,-201433],[-219344,-201139],[-217800,-200321],[-219200,-193793],[-218715,-212680],[-221104,-215126],[-219827,-205570],[-221715,-206157],[-224963,-229980],[-220007,-239989],[-219844,-256163],[-227369,-266969],[-225424,-73745],[-219988,-71681],[-221614,-71027],[-230074,-70429],[-220088,-82979],[-221459,-85443],[-229211,-110327],[-226068,-111207],[-236773,-118701],[-235045,-116034],[-232134,-127249],[-231815,-118328],[-230758,-126490],[-239272,-127297],[-239914,-138225],[-234537,-130122],[-233629,-134047],[-232933,-130875],[-233367,-128131],[-237716,-131731],[-235983,-133007],[-234533,-139497],[-237171,-135339],[-242536,-138756],[-241500,-137611],[-238450,-138514],[-241057,-144322],[-232275,-141031],[-239092,-144265],[-237379,-141222],[-236237,-144378],[-236324,-144259],[-232108,-143512],[-232232,-144705],[-231375,-146785],[-235285,-150217],[-234584,-143084],[-234619,-144956],[-239648,-153024],[-238210,-152365],[-234924,-152570],[-232841,-151055],[-240427,-153357],[-243002,-144266],[-241630,-145865],[-242902,-151668],[-242544,-163923],[-242415,-161656],[-241343,-166114],[-232556,-153671],[-232698,-155689],[-232971,-157356],[-234922,-156713],[-237101,-155795],[-238204,-157168],[-239033,-162167],[-238396,-164531],[-239912,-162626],[-239548,-162614],[-241932,-159401],[-239775,-166411],[-234898,-190268],[-240267,-186005],[-236715,-183880],[-233565,-185706],[-235993,-187201],[-236954,-185754],[-241579,-179082],[-239866,-180801],[-231640,-193235],[-233990,-194553],[-234949,-208045],[-231608,-214664],[-237947,-208759],[-242213,-207530],[-241302,-206559],[-231092,-211723],[-235713,-222666],[-233809,-223542],[-242385,-227993],[-236289,-241510],[-238387,-236546],[-238776,-88574],[-235781,-93788],[-236265,-98702],[-230720,-106648],[-241644,-106082],[-241038,-108162],[-242001,-110509],[-242303,-112878],[-233907,-109795],[-231042,-109593],[-236145,-112860],[-238153,-107974],[-241640,135409],[-243214,-124176],[-246899,-116557],[-247268,-119604],[-246978,-121551],[-243954,-127036],[-247028,-130987],[-254624,-138661],[-244353,-138768],[-255948,-145596],[-247450,-152193],[-245326,-150549],[-249616,-152791],[-248188,-151692],[-250833,-155449],[-248951,-157786],[-245229,-160917],[-252947,-153856],[-251138,-153912],[-246408,-158563],[-248101,-160102],[-253068,-160676],[-255637,-157743],[-252295,-157308],[-254374,-160912],[-254647,-159075],[-246750,-160301],[-243680,-161028],[-247141,-157520],[-245640,-154634],[-245270,-155237],[-243641,-154130],[-253236,-171323],[-252382,-173162],[-253987,-171579],[-255677,-171488],[-255716,-175186],[-255126,-178781],[-244417,-177780],[-252598,-188715],[-251586,-186328],[-255307,-180513],[-253767,-180357],[-244872,-179145],[-251183,-193326],[-250155,-202072],[-254139,-194200],[-248201,-219755],[-255872,-228850],[-248749,-239019],[-252169,-59799],[-251954,-64161],[-250376,-65913],[-245808,-65507],[-249075,-86669],[-255238,-76994],[-244273,128242],[-256460,-121753],[-258451,-122588],[-265303,-139544],[-259360,-130043],[-263605,-135040],[-263671,-135136],[-266332,-147367],[-267994,-146576],[-258146,-153179],[-257067,-152459],[-258347,-151196],[-257414,-149597],[-258735,-148190],[-256596,-142394],[-263644,-163687],[-257266,-163257],[-268101,-158101],[-268204,-164550],[-262116,-158807],[-261393,-158066],[-257142,-158287],[-266081,-175212],[-258022,-174582],[-257601,-167025],[-259792,-167934],[-265880,-166351],[-266891,-171000],[-267418,-175369],[-260624,-176614],[-261902,-170716],[-260431,-169854],[-256892,-174650],[-258019,-177662],[-259610,-177271],[-256115,-177838],[-266684,-179942],[-265775,-179669],[-263711,-182060],[-263378,-183271],[-262857,-191182],[-263292,-189725],[-258673,-179909],[-257034,-181518],[-256397,-183469],[-258143,-183859],[-258930,-191580],[-258769,-191983],[-261196,-201081],[-262406,-199914],[-256980,-222935],[-259804,-223664],[-258454,-40143],[-262419,-38214],[-256705,-58947],[-263786,-58168],[-264200,-79443],[-272721,-124821],[-273149,-127397],[-271179,-148337],[-276488,-151416],[-273108,-145624],[-273569,-151398],[-272554,-148092],[-277467,-147360],[-269782,-142865],[-279345,-140928],[-272254,-154001],[-274214,-157206],[-273134,-164491],[-272857,-163183],[-279780,-154898],[-269238,-171857],[-269797,-174686],[-277812,-175770],[-275616,-171697],[-269444,-179884],[-274147,-179457],[-268834,-198027],[-273081,96260],[-286120,-148419],[-288990,-150893],[-286677,-151522],[-287379,-145469],[-283047,-154815],[-282903,-163949],[-283893,-155263],[-285351,-169089],[-281921,-176765],[-289874,-184111],[-293367,-191528],[-286645,-195552],[-282656,-200278],[-302487,-190784],[-314924,73802],[-309493,99622],[-307100,94190],[-325812,70262],[-322532,84312],[-39543,-194286],[-67939,-197616],[-69674,-197350],[-76336,-201598],[-75322,-203551],[-76720,-213356],[-73388,-209683],[-73706,-211376],[-70452,-208961],[-69987,-220702],[-86311,-180177],[-86819,-182928],[-82989,-191460],[-83237,-193801],[-81674,-193457],[-79906,-194303],[-77896,-203486],[-80406,-203541],[-88603,-196520],[-87568,-197521],[-81902,-202053],[-81606,-193569],[-83382,-194033],[-83627,-194138],[-77102,-207525],[-80647,-207394],[-81132,-208357],[-81199,-213887],[-81703,-215315],[-86165,-216316],[-79078,-212783],[-84321,-218753],[-77928,-218880],[-79471,-218687],[-78163,-226303],[-78039,-222316],[-90403,-178403],[-91765,-180091],[-95473,-200401],[-96770,-204538],[-100818,-211292],[-101320,-210964],[-96185,-217100],[-96557,-215052],[-99154,-213244],[-99077,-215780],[-101825,-218418],[-97081,-218345],[-96984,-224492],[-105368,-126265],[-114848,-119170],[-111593,-127639],[-108190,-140212],[-111938,-138488],[-110559,-195212],[-114800,-197191],[-102555,-216957],[-111438,-214832],[-106101,-229232],[-104007,-226831],[-111365,-228311],[-114783,-231018],[-113966,-234881],[-115065,-239580],[-114947,-241004],[-104504,-111968],[-113284,-111292],[-109899,-108612],[134873,-13820],[139722,-36372],[134430,-25795],[131509,23044],[132257,30274],[135463,89970],[131858,105087],[142890,-3704],[141695,-17504],[145723,4722],[62330,123416],[56102,127144],[75655,45173],[74069,63651],[70564,51716],[70839,67682],[73323,77596],[70931,97662],[69813,106932],[76760,125763],[70235,122111],[82553,3902],[85869,18134],[83214,23446],[86850,63834],[80227,64638],[83121,67340],[83314,76043],[85879,82859],[83526,77474],[88113,98277],[80685,121138],[95510,2739],[94036,13358],[95212,37855],[91455,37269],[92862,48081],[93143,60845],[97678,60248],[92254,62963],[96460,53291],[92763,56588],[99169,75915],[97874,85296],[93665,92447],[97736,89956],[106300,-18277],[107209,-17650],[108631,6976],[104297,13887],[111377,15160],[107930,38063],[111090,29051],[112206,48506],[108181,63632],[108367,66812],[108223,87592],[110500,91249],[116435,-8293],[124139,-20150],[125031,-13512],[127268,-25906],[126722,5619],[120120,4330],[116846,13981],[119857,23915],[122704,30295],[121164,36876],[117907,40257],[117012,81127],[119879,102758],[-122024,-133394],[-127304,-141148],[-125839,-192155],[-128874,-174002],[-135433,-177010],[-138815,-172915],[-135701,-173888],[-139344,-174868],[-130484,-179853],[-140660,-183634],[-136899,-182457],[-133902,-182621],[-137557,-179424],[-135188,-190994],[-135098,-180042],[-139090,-179471],[-140091,-196895],[-134364,-199176],[-131677,-191809],[-131340,-196032],[-138154,-255127],[-130057,-248191],[-134352,-105755],[-143765,-164997],[-147146,-179835],[-143527,-182803],[-161412,-115966],[-156226,-189785],[-164317,-182215],[-153622,-190463],[-157470,-193735],[-154599,-193260],[-161159,-205409],[-161796,-207146],[-155199,-205254],[-158672,-253562],[-155375,-252530],[-157696,-251754],[-159992,-81390],[-170125,-202201],[-176904,-196604],[-175743,-209963],[-177291,-211150],[-175726,-215950],[-169228,-221360],[-173794,-227431],[-171060,-227584],[-167834,-217763],[-170481,-233177],[-172970,-234063],[-172540,-236476],[-168964,-231431],[-172640,-248711],[-176282,-250329],[-176252,-244894],[-176087,-247671],[-167616,-54916],[-174627,-75983],[-168769,-67506],[-172222,-73456],[-174761,-81539],[-173499,-81087],[-180792,-198002],[-181251,-198568],[-190037,-193431],[-185691,-196181],[-181099,-211865],[-183354,-208444],[-185778,-206038],[-184602,-209783],[-187216,-208811],[-179219,-211984],[-180345,-213303],[-190625,-213067],[-189454,-217274],[-189863,-209203],[-191897,-218968],[-191949,-63355],[-185044,-69313],[-200587,-201022],[-192357,-194061],[-204124,-204875],[-192476,-205845],[-202567,-212915],[-204069,-229777],[-200561,-217892],[-199812,-233156],[-204672,-254950],[-204800,-250932],[-203236,-56988],[-202201,-68581],[-198688,-99191],[-198116,-97190],[-203379,-101424],[-199426,-98090],[-204403,-104801],[-205556,-209247],[-204993,-217135],[-205233,-226780],[-211228,-229761],[-209077,-233456],[-208407,-242820],[-208900,-248337],[-205522,-247109],[-214125,-68183],[-215822,-75441],[-212777,-93057],[-222635,-191203],[-221618,-235241],[-219840,-247117],[-218775,-256071],[-221745,-267876],[-220170,-67077],[-226320,-71874],[-220658,-75268],[-218496,-72619],[-222229,-71519],[-228093,-69054],[-219353,-77310],[-223699,-98141],[-241427,-123986],[-235514,-123780],[-232127,-120392],[-235940,-142056],[-237737,-149415],[-239476,-175872],[-242857,-176550],[-238506,-190333],[-239543,-186361],[-242259,-200654],[-241390,-220061],[-237538,-228603],[-242229,-239980],[-237525,-235845],[-233534,-233515],[-240939,-85893],[-236439,-93698],[-233836,-97152],[-237131,-97970],[-242891,-89686],[-240293,-111882],[-231511,-104988],[-246520,-127786],[-248798,-123613],[-245129,-132836],[-249244,-146724],[-247489,-143058],[-251935,-150358],[-250230,-143654],[-249527,-141394],[-247858,-148008],[-246591,-146196],[-246150,-170804],[-245221,-196890],[-249575,-201187],[-249235,-202561],[-246327,-200484],[-244202,-200381],[-251439,-210449],[-254543,-204771],[-247497,-219629],[-251129,-219476],[-248803,-223482],[-251663,-222922],[-254512,-227883],[-246010,-239023],[-249366,-37950],[-246753,-41740],[-252830,-61413],[-252026,-60780],[-246051,-88390],[-246910,131997],[-245716,133848],[-266870,-151234],[-263809,-140807],[-266680,-145633],[-262018,-161811],[-260472,-164092],[-267053,-154461],[-265352,-153709],[-264402,-174831],[-266207,-169620],[-260100,-166596],[-261530,-188011],[-263180,-185422],[-265195,-186844],[-266248,-202229],[-258180,-199089],[-260505,-194881],[-261976,-213874],[-257542,-206363],[-257817,-226720],[-262461,-221902],[-260796,-37821],[-261035,-38551],[-265382,-57199],[-265575,-75317],[-259468,-84963],[-271766,-154985],[-276632,-172484],[-271760,-179942],[-274355,-189680],[-273995,-79862],[-304224,102777],[-314418,72380],[-317737,68555],[-318394,91442],[-307616,91178],[-325000,90146],[-105848,-121896],[-114681,-124107],[-114118,-143208],[-107184,-143431],[-107383,-189773],[-106886,-187247],[-108438,-184472],[-104682,-185926],[-109056,-194734],[-108332,-111381],[-111541,-114923],[137955,-31705],[131074,37607],[134527,100606],[148783,-9780],[149166,-5013],[143154,2393],[140865,5465],[53197,-763],[57776,128167],[76402,63680],[75578,52006],[69944,59022],[69822,74838],[75633,81487],[72810,97531],[73595,95457],[68564,116043],[67010,123341],[87189,14157],[86985,22104],[82566,45906],[77932,59358],[80505,55940],[87389,52454],[84400,63399],[83002,69849],[81947,108591],[83130,104681],[83771,117546],[98862,-24597],[96706,5776],[90493,5034],[91624,33192],[96683,33186],[96934,48415],[89800,41761],[99189,48875],[93414,55764],[98134,67924],[92160,83289],[97406,92212],[110324,-327],[107575,-16119],[109858,-27015],[110579,10315],[104041,14367],[106579,37065],[109359,31573],[109846,44726],[103713,47254],[113748,42211],[112863,52828],[111266,75551],[104393,65354],[103396,83127],[106004,78262],[113651,100598],[102578,93635],[124330,-4636],[121966,-17684],[120385,-17643],[126522,-27755],[118403,3717],[125357,10463],[115952,15607],[125781,17201],[116945,25219],[115972,30143],[124293,43603],[127998,83510],[116414,108277],[125584,106820],[-197820,-266182],[-199590,-265416],[-199570,-267821],[-194378,-278730],[-202594,-269788],[-195863,-274896],[-196764,-273033],[-197337,-283191],[-199774,-283338],[-199298,-285305],[-213777,-260416],[-214089,-266245],[-216572,-264166],[-213642,-267847],[-210795,-258886],[-208885,-274626],[-206520,-275324],[-208248,-276296],[-206488,-278231],[-209697,-272470],[-226281,-252815],[-229047,-248201],[-219262,-245540],[-225833,-249907],[-230131,-245351],[-222351,-251811],[-225835,-255574],[-230147,-262498],[-217800,-258482],[-225662,-267357],[-220812,-258749],[-238318,-253653],[-234315,-255212],[-235136,-246573],[-233000,-247459],[-236472,-261655],[-231803,-257336],[-234648,-258348],[-242456,-258710],[-235964,-266351],[-237427,-264460],[-237998,-268720],[-238853,137078],[-245314,-239146],[-251521,-236213],[-250387,-251424],[-249582,-250168],[-252936,-244693],[-255014,-249254],[-254038,-249375],[-243270,-247375],[-256818,-245803],[-259947,-245441],[-287788,23987],[-284763,26815],[-306565,19826],[-306947,26585],[-310457,9565],[-319161,6545],[-307600,8604],[-317031,18418],[-309129,22221],[-314853,77759],[-319725,82254],[-309915,95787],[-327527,14424],[-330017,21490],[-323893,70597],[-333397,99522],[-398374,-5777],[-507467,-56105],[-523777,-76040],[-533401,-152934],[134057,-39663],[130496,10108],[130321,20510],[128498,35294],[128942,40339],[152812,-11775],[143852,11127],[162972,34753],[169781,24406],[176607,33649],[175370,50032],[179456,57654],[169317,62410],[167689,88694],[184732,23616],[183874,36324],[191800,53110],[189847,72173],[190953,64750],[181013,111376],[394202,-147856],[50749,-2734],[56012,-492154],[57028,131784],[63352,116059],[702902,333335],[744853,318841],[756956,310088],[75694,44126],[69145,63987],[71971,109419],[65474,124144],[87280,22571],[77180,60471],[79413,92861],[83639,101241],[87352,98756],[78629,108902],[78917,106164],[82856,118217],[91657,3630],[101737,18605],[101923,43172],[90719,84604],[104896,-17412],[104171,34494],[111200,40708],[114874,46321],[103378,58159],[103215,102792],[118871,-4838],[124646,-12424],[117348,-15276],[121757,-30486],[121972,23242],[117327,37799],[-189869,-277692],[-203596,-266912],[-201759,-268255],[-198593,-280151],[-198141,-273216],[-192970,-277787],[-198202,-271791],[-204093,-274099],[-200001,-274206],[-197902,-273936],[-192430,-280701],[-196900,-282621],[-214148,-255466],[-215025,-262185],[-217342,-263505],[-207078,-270048],[-227287,-250238],[-228469,-255367],[-220465,-254481],[-226614,-265842],[-221315,-260641],[-226119,-261369],[-228139,-263226],[-226787,-257670],[-217987,-260474],[-220548,-263524],[-237133,-252600],[-230997,-248559],[-232344,-251288],[-241916,-255062],[-232791,-244292],[-241533,-252932],[-232316,-248416],[-235336,-263408],[-237950,-261813],[-231827,-262358],[-234337,-262457],[-230931,-256666],[-235420,-256236],[-236175,-258580],[-237944,-257027],[-238660,-266536],[-241540,-262187],[-240684,-259089],[-239465,-256714],[-245172,-241735],[-248509,-238340],[-251799,-241243],[-247816,-250629],[-250919,-249544],[-252254,-248141],[-252336,-245775],[-244165,-254014],[-245622,-252991],[-244498,-251203],[-243865,-257121],[-249731,128398],[-257093,-238909],[-256084,-247543],[-260688,-244238],[-257011,-250429],[-281324,16785],[-291214,15374],[-292465,19812],[-283828,23648],[-303760,-3002],[-299935,-2377],[-298042,31917],[-304419,31163],[-311531,4997],[-314049,23515],[-314475,26907],[-316878,73056],[-319185,71473],[-307394,95329],[-314060,103333],[-324996,5039],[-327283,781],[-320918,5123],[-331870,20580],[-323187,20961],[-330147,100244],[-399634,-3171],[-401012,-20221],[-403652,-18252],[-501549,-56251],[-503032,-51182],[-503151,-51858],[-504499,-87102],[-515590,-66649],[-513462,-77710],[-520697,-93245],[132392,27862],[161538,30693],[162387,38864],[158189,50706],[164751,42271],[163316,54812],[157764,71548],[154351,66655],[162417,82920],[159313,81563],[175975,20411],[173905,47429],[175500,63294],[172649,56727],[185234,31728],[191603,35768],[183824,58204],[182921,67331],[186799,76327],[185212,95072],[193509,82103],[59179,130197],[706663,330430],[711031,343947],[724901,329619],[735751,339245],[71515,47752],[70347,60602],[76604,76223],[76756,73462],[75192,96031],[69715,105169],[82842,1779],[89299,13729],[81612,44006],[82613,53364],[80875,65890],[79300,70976],[78571,94990],[79458,110641],[96926,11540],[95257,29313],[98794,39078],[100332,63511],[91049,62868],[100964,82454],[101755,97629],[110212,-29241],[114449,50038],[113497,92118],[118999,-33169],[116102,5291],[124393,28439],[-1274335,1522600],[-1272535,1526152],[-1275664,1528707],[-1275331,1527570],[-1272665,1523845],[-1277804,1526162],[-1273644,1528948],[-1271186,1529173],[-1271920,1528957],[-1270819,1530923],[-1270053,1531576],[-1270389,1529765],[-1276643,1525840],[-1278236,1528177],[-1274293,1527878],[-1276905,1532137],[-1276324,1536458],[-1268725,1542362],[-1273604,1714802],[-1271725,1713041],[-1274925,1711777],[-1269125,1712255],[-1273316,1714802],[-1275127,1709437],[-1269517,1723372],[-1278603,1723837],[-1276557,1725618],[-1270993,1732809],[-1277110,1732534],[-1278618,1249056],[-1274515,1251388],[-1276796,1250901],[-1291727,1482531],[-1291116,1485156],[-1291134,1488814],[-1281719,1536636],[-1285598,1702099],[-1282128,1699440],[-1290723,1710087],[-1286835,1708431],[-1286330,1715131],[-1287013,1711490],[-1280429,1717771],[-1281673,1718895],[-1285367,1716702],[-1291375,1716304],[-1292437,1726361],[-1284593,1221847],[-1286865,1220687],[-1282662,1221699],[-1282486,1226648],[-1286770,1237046],[-1289203,1236832],[-1288122,1232692],[-1282714,1249514],[-1280030,1249825],[-1303951,1339504],[-1302726,1336725],[-1303329,1332579],[-1299678,1335822],[-1296027,1493067],[-1300699,1500142],[-1297456,1698644],[-1295169,1699467],[-1297888,1701107],[-1300498,1705485],[-1302838,1714388],[-1300606,1712605],[-1305292,1715933],[-1293909,1722227],[-1295559,1716992],[-1294531,1726652],[-1309051,1335728],[-1316349,1356770],[-1312721,1352260],[-1308415,1346064],[-1309992,1487301],[-1306830,1701331],[-1321166,1342482],[-1327658,1339484],[-1326402,1347692],[-1326442,1346214],[-1321881,1348659],[-1329299,1353786],[-1327627,1355093],[-1319240,1353844],[-1324560,1358144],[-1327940,1479799],[-1324963,1493252],[-1343499,1434850],[-1342555,1446908],[-1341651,1453944],[-1338854,1450464],[-1341999,1469871],[-1343323,1226023],[-1336174,1250583],[-1336346,1249579],[-1334974,1250711],[-1336812,1251773],[-1342226,1250390],[-1337297,1259670],[-1334962,1255357],[-1333649,1255679],[-1334150,1255039],[-1334110,1270348],[-1340506,1275402],[-1335992,1274312],[-1336616,1268151],[-1347219,1292849],[-1351728,1291146],[-1352063,1288068],[-1349110,1303406],[-1347262,1303468],[-1344242,1302399],[-1344948,1303095],[-1352108,1303335],[-1353973,1304353],[-1346705,1301115],[-1355494,1297680],[-1353936,1307204],[-1356055,1417438],[-1354730,1418769],[-1344731,1435462],[-1348345,1465242],[-1344418,1466010],[-1356754,1222656],[-1355127,1220531],[-1352847,1224552],[-1350146,1225502],[-1344797,1225164],[-1348037,1227285],[-1348654,1237260],[-1352271,1233883],[-1355282,1230940],[-1343738,1238929],[-1345542,1242882],[-1354202,1244104],[-1348368,1256692],[-1344670,1263924],[-1347260,1263763],[-1353204,1267084],[-1353613,1276264],[-1346164,1268156],[-1359571,1292815],[-1358055,1288764],[-1361899,1301707],[-1366615,1302688],[-1365949,1302538],[-1360747,1306496],[-1360699,1306031],[-1369526,1369713],[-1367632,1380521],[-1365308,1381975],[-1366173,1373551],[-1363175,1388856],[-1366319,1383866],[-1368677,1392798],[-1362173,1224658],[-1361891,1226888],[-1361703,1220376],[-1366724,1222740],[-1366608,1223356],[-1367378,1225226],[-1367108,1241729],[-1356931,1251938],[-1357749,1247568],[-1368294,1247315],[-1366782,1279052],[-1373703,1300102],[-1370539,1303007],[-1369655,1367820],[-1374614,1369793],[-1371946,1369981],[-1377070,1372989],[-1370300,1375500],[-1370955,1381466],[-1374992,1376054],[-1376411,1380555],[-1382216,1383127],[-1382055,1388591],[-1380861,1392495],[-1370216,1382755],[-1369847,1396953],[-1378708,1407805],[-1378348,1409391],[-1370962,1228488],[-1376426,1222143],[-1374963,1223698],[-1377015,1225543],[-1380014,1233450],[-1381354,1235685],[-1372301,1229008],[-1378121,1242301],[-1381864,1263712],[-1379796,1265798],[-1380540,1264695],[-1376209,1268235],[-1385635,1285787],[-1394950,1280621],[-1382414,1293898],[-1384592,1372989],[-1390562,1381728],[-1383669,1390924],[-1384279,1394863],[-1384015,1395536],[-1382605,1395650],[-1393520,1131925],[-1394289,1133185],[-1382661,1235580],[-1384547,1233880],[-1385449,1235351],[-1382611,1250335],[-1388858,1258863],[-1392955,1260750],[-1388001,1276123],[-1384795,1278589],[-1392815,1274584],[-1393772,1275737],[-115363,2665],[-122452,161408],[-116446,167704],[-117901,167804],[-126077,238934],[-127499,241727],[-127220,241020],[-127492,233724],[-127936,233667],[-126928,231724],[-125982,240180],[-127603,232463],[-126863,234701],[-126495,236627],[-126966,235999],[-127659,235082],[-127223,234764],[-126043,242937],[-126348,235306],[-126791,238810],[-121792,294031],[-119080,293204],[-115460,292853],[-120742,292921],[-119381,291257],[-119038,292401],[-123956,293035],[-124008,294126],[-125430,294547],[-123045,306658],[-125109,307058],[-116716,302549],[-122263,300275],[-118979,306425],[-121722,304698],[-126880,300523],[-121093,299489],[-119115,299880],[-119458,295733],[-125218,295421],[-115292,306825],[-122848,302571],[-127441,303520],[-117673,307310],[-119542,303682],[-120144,295527],[-116471,304580],[-115991,298147],[-118280,298240],[-126699,295244],[-123930,316742],[-125115,315603],[-123544,311842],[-127720,308125],[-118523,309393],[-115905,308115],[-121235,312001],[-120815,316257],[-117390,308889],[-122065,311272],[-126514,313712],[-119686,311144],[-117553,310563],[-122025,308593],[-127893,310978],[-126000,430357],[-118414,429920],[-127407,433955],[-123545,433289],[-122454,434148],[-117744,439012],[-1402163,1282901],[-1401820,1280588],[-1397825,1288377],[-1399063,1284514],[-1396518,1287471],[-1403945,1023039],[-1396382,1251482],[-1396837,1253831],[-1396792,1253692],[-1400190,1259017],[-1399056,1257091],[-1401430,1259942],[-1400549,1260462],[-1403964,1265222],[-1403160,1264365],[-1405903,1277754],[-1403162,1279934],[-1405086,1271415],[-1406446,1274359],[-1403614,1275550],[-1404847,1274295],[-1403621,1268945],[-1396735,1271995],[-1417571,1407850],[-1417320,1405348],[-1414763,1405693],[-1412661,1412407],[-1429019,1394473],[-1426022,1401064],[-1431211,1400541],[-1431695,1399109],[-1428410,1399579],[-1431224,1150841],[-1429391,1151164],[-1437516,1396349],[-1435649,1400777],[-1443323,1414567],[-1434033,1148461],[-1434453,1152607],[-1450630,1401068],[-1458429,1403369],[-1452134,1400208],[-1458186,1398462],[-1453455,1405419],[-1451984,1404482],[-1450855,1177518],[-1457084,1172351],[-1452999,1183820],[-1449743,1181341],[-1450571,1184122],[-1450084,1183037],[-1452646,1190505],[-1448781,1179626],[-1453642,1194524],[-1453835,1199734],[-1452403,1205789],[-1455047,1212058],[-1461394,1402398],[-1464038,1098891],[-1468412,1104072],[-1460418,1186940],[-1463332,1178532],[-1459331,1191994],[-1460892,1202670],[-1461396,1202416],[-1461176,1191870],[-1459684,1236477],[-1466840,1238093],[-1462079,1242167],[-1459259,1243844],[-1479403,1406597],[-1477174,1397416],[-1477643,1400188],[-1472337,1409709],[-1480138,1099702],[-1472982,1105259],[-1484085,1106421],[-1483592,1110515],[-1475451,1104403],[-1484248,1116195],[-1480647,1266073],[-1476509,1268736],[-1481632,1277918],[-1481903,1272740],[-1479926,1272852],[-1481034,1278805],[-1481075,1269585],[-1488341,1283161],[-1495753,1285932],[-1496294,1285449],[-1494910,1283132],[-1491582,1286593],[-1493936,1287742],[-1494205,1285426],[-1494553,1299997],[-1493769,1300921],[-1490582,1389104],[-1490228,1389584],[-1493692,1392620],[-1494717,1392729],[-1490929,1404257],[-1486968,1418859],[-1490875,1412595],[-1485486,1111072],[-1490348,1111477],[-1491052,1277981],[-1491134,1278758],[-1495456,1267897],[-1508376,1280486],[-1503331,1281630],[-1504269,1283764],[-1504129,1283867],[-1507957,1290652],[-1501693,1294586],[-1504747,1383610],[-1507851,1388717],[-1506048,1388409],[-1506415,1385859],[-1506856,1391618],[-1503782,1391319],[-1502769,1394465],[-1506428,1394026],[-1503063,1382797],[-1505865,1397748],[-1501278,1399222],[-1500910,1263664],[-1497844,1271813],[-1507231,1278091],[-1498690,1274048],[-1498869,1268528],[-1508142,1277044],[-1503866,1273870],[-1514790,1377344],[-1514697,1389463],[-1520146,1382796],[-1514346,1386000],[-1513808,1386400],[-1520527,1387905],[-1522747,1385966],[-1515962,1385931],[-1521470,1384682],[-1521957,1387268],[-1520888,1385780],[-1515786,1390716],[-1517130,1387445],[-1518782,1394440],[-1520686,1392000],[-1520612,1393990],[-1518105,1396738],[-1517105,1397956],[-1517976,1397552],[-1520788,1398603],[-1521259,1395740],[-139269,-549930],[-137545,-550472],[-132431,-50850],[-130544,-46815],[-128862,239571],[-131344,241480],[-137113,234348],[-134451,238936],[-137976,236034],[-134291,234812],[-132216,240860],[-134246,239448],[-135902,238880],[-128223,238692],[-135692,239403],[-129102,234755],[-138385,238238],[-133404,233795],[-131880,240088],[-133066,232808],[-134332,237880],[-128404,243827],[-130175,243414],[-132092,245246],[-132988,298093],[-129401,302170],[-130855,301989],[-133574,306729],[-132579,299572],[-132103,301054],[-131619,294610],[-130580,295286],[-132761,295061],[-132604,303581],[-130021,300275],[-129677,296826],[-129108,313508],[-132091,309771],[-132979,311498],[-130535,310819],[-128648,311782],[-133086,308632],[-130847,308413],[-130451,308365],[-139131,31976],[-1523652,1390400],[-1528352,1386857],[-1524203,1383218],[-1530194,1386336],[-1523695,1392220],[-1527010,1393268],[-1525347,1391058],[-1523453,1383998],[-1525941,1390075],[-1527530,1397436],[-1526523,1398457],[-1528222,1395855],[-1524332,1398205],[-1535010,1112465],[-1531097,1109901],[-1530346,1113872],[-1547087,1376744],[-1547074,1377645],[-1536365,1105903],[-1539226,1104639],[-1537501,1107447],[-1552522,1376060],[-1553331,1373520],[-1553349,1379083],[-1550335,1375618],[-1551405,1110837],[-1550011,1111202],[-1554135,1109877],[-1555281,1110229],[-1564434,1328807],[-1569440,1324451],[-1572723,1325458],[-1568950,1338409],[-1572496,1344991],[-1571351,1108156],[-1573815,1103670],[-1574241,1106384],[-1575287,1324523],[-1579942,1330776],[-1575019,1329768],[-1574732,1322885],[-1583007,1334349],[-1579194,1335960],[-1577502,1339134],[-1583016,1341769],[-1583018,1340705],[-1577821,1341610],[-1574621,1344681],[-1576023,1346669],[-1574989,1108559],[-1579623,1106246],[-1595869,1102659],[-1593513,1104988],[-1596473,1112175],[-1594102,1108879],[-1598892,1111701],[-1594724,1117132],[-1599349,1116473],[-1588592,1116535],[-1593007,1118768],[-1603212,1109247],[-1603182,1107447],[-1604307,1112418],[-1608206,1113914],[-1609414,1113960],[-1611835,1122288],[-1610097,1126206],[-1602169,1125982],[-1600935,1123745],[-1604489,1123124],[-1604740,1121486],[-1621987,1138958],[-1622076,1128352],[-1623084,1131808],[-1624827,1148928],[-1623214,1145889],[-1619785,1142242],[-1638398,1140346],[-1628022,1143277],[-1627558,1145654],[-1637019,1160329],[-1631636,1152819],[-1629606,1157605],[-1633638,1159294],[-1644530,1138566],[-1648730,1143507],[-1642473,1146621],[-1645160,1150576],[-1648006,1146374],[-1648265,1151326],[-1650549,1157902],[-1645843,1159395],[-1649511,1156970],[-1643087,1152634],[-1643942,1157969],[-1641229,1160791],[-145632,314500],[-149256,313412],[-151014,313346],[-152873,314438],[-150549,313582],[-151295,314404],[-150322,318509],[-149444,319561],[-149307,315531],[-145678,318428],[-144740,317701],[-145109,315556],[-144939,30353],[-142008,30137],[-145704,40256],[-153380,76988],[-151328,106265],[-1659022,1134932],[-1656449,1144271],[-1653357,1141973],[-1660605,1139476],[-1657982,1150308],[-1655606,1145426],[-1651678,1150666],[-1653121,1144983],[-1660492,1151774],[-1657879,1157534],[-1659018,1160109],[-1676571,1142951],[-1676650,1144949],[-1674684,1147800],[-1672538,1150580],[-1665080,1149254],[-1665346,1142486],[-1664194,1146572],[-1683065,1137712],[-1687903,1138196],[-1689237,1149407],[-1689579,1143932],[-1686331,1147109],[-1685949,1146016],[-1687015,1139495],[-1685508,1139740],[-1677011,1145405],[-1678270,1147801],[-1681426,1143175],[-1680779,1142993],[-1696375,1114881],[-1698766,1116392],[-1694838,1115407],[-1695316,1115262],[-1693089,1119420],[-1695425,1118531],[-1696738,1118752],[-1692043,1122348],[-1695498,1123302],[-1691979,1123491],[-1695014,1123312],[-1700290,1125757],[-1693191,1127915],[-1692939,1127506],[-1693317,1136793],[-1693316,1133687],[-1693917,1133706],[-1702028,1136976],[-1700390,1136194],[-1694340,1134920],[-1698034,1138284],[-1698546,1141670],[-1701156,1139873],[-1701086,1143340],[-1701216,1145347],[-1698951,1145881],[-1697675,1145130],[-1690510,1146135],[-1690833,1145528],[-1692363,1142615],[-1691712,1142249],[-1711534,1100501],[-1708765,1100321],[-1708473,1100918],[-1714047,1095248],[-1713179,1098089],[-1710290,1107109],[-1710490,1109050],[-1707340,1102920],[-1708479,1106218],[-1708930,1106890],[-1712264,1107698],[-1713388,1104938],[-1714767,1104439],[-1706672,1108254],[-1709127,1110218],[-1703644,1119240],[-1714512,1118848],[-1713021,1118438],[-1705350,1122199],[-1703256,1121618],[-1705302,1126067],[-1702685,1126179],[-1707643,1125542],[-1709352,1125545],[-1710113,1125033],[-1712250,1115734],[-1709590,1119285],[-1710634,1117695],[-1713313,1116046],[-1706469,1129422],[-1706916,1129603],[-1707617,1127404],[-1704082,1138200],[-1703847,1137663],[-1707586,1139378],[-1706793,1145606],[-1706597,1144879],[-1708980,1140588],[-158628,206801],[-159091,208403],[-159841,45112],[-157128,50254],[-155219,47927],[-159249,53188],[-161244,55825],[-158912,56194],[-156342,55424],[-166236,76554],[-165016,76356],[-165881,76076],[-166138,71943],[-164249,73381],[-154459,80620],[-165776,88109],[-163557,85932],[-160488,83093],[-160241,81917],[-156001,80595],[-155685,81532],[-155235,77586],[-178929,-230161],[-178925,-233019],[-178888,-231644],[-178913,-39902],[-171151,-44697],[-166535,-112901],[-178821,243754],[-178097,247792],[-177629,253458],[-176073,252964],[-176684,254892],[-175834,248486],[-176370,245339],[-179121,258503],[-177759,258074],[-176829,257037],[-178801,291020],[-174783,292302],[-176751,300571],[-177963,298692],[-170220,74224],[-167539,73111],[-167821,73113],[-166959,76633],[-168156,70634],[-167611,70809],[-171365,87645],[-171206,86774],[-169997,84068],[-170686,83102],[-170803,81525],[-170418,79678],[-171232,79884],[-170646,80312],[-173681,83522],[-168941,77496],[-169209,77915],[-170919,78712],[-169403,86342],[-178300,101930],[-177038,102336],[-175616,102552],[-175511,95935],[-175693,94785],[-175644,98072],[-176186,96857],[-176532,96413],[-170962,103066],[-168871,103192],[-176107,110299],[-175651,111429],[-177953,112092],[-175432,108773],[-176184,108404],[-176567,108532],[-178255,104432],[-175486,103291],[-168770,121373],[-169515,122435],[-171924,117815],[-171507,118789],[-172431,119457],[-175363,117130],[-175859,118400],[-174974,119422],[-174852,120282],[-175052,121134],[-185800,-158128],[-191673,-229496],[-183315,-232778],[-182130,-235477],[-183301,-236455],[-182721,-235340],[-189533,-248454],[-190520,-249662],[-191455,-259738],[-186966,-56083],[-184137,-52618],[-186937,-52149],[-180041,4816],[-179213,7359],[-190344,133287],[-190978,132587],[-188219,131460],[-190689,151549],[-189298,151971],[-185814,151525],[-190584,141769],[-190446,166320],[-190183,164628],[-191028,167382],[-189583,240578],[-191081,241422],[-186172,242471],[-186800,238483],[-182618,255596],[-179483,248543],[-179665,250770],[-185729,244927],[-180744,247203],[-184068,246119],[-186831,248432],[-187851,246454],[-183196,254233],[-190705,245254],[-189833,243988],[-180375,255165],[-181014,251380],[-184687,252262],[-184651,255097],[-182333,252517],[-186106,247849],[-184059,254177],[-180700,243512],[-183807,244890],[-180497,257282],[-183977,256253],[-180502,293334],[-189225,292428],[-185420,291371],[-188152,299455],[-189166,296811],[-186354,304029],[-187534,303191],[-184341,300232],[-182596,301493],[-183148,305262],[-179975,297230],[-183944,294763],[-183727,297927],[-182381,295714],[-189058,303495],[-183652,296437],[-186911,30955],[-190371,35760],[-185989,30867],[-187535,32225],[-188933,28930],[-191722,47041],[-187191,42324],[-182712,50216],[-186394,50324],[-186294,45897],[-185283,44526],[-185908,47077],[-185413,39930],[-184663,41252],[-185888,55670],[-184685,52104],[-185272,55559],[-189903,56633],[-187267,56867],[-191486,59717],[-190271,74382],[-188348,73742],[-189510,73850],[-189375,74631],[-179549,101936],[-181272,114150],[-180096,114128],[-180691,107964],[-181030,108954],[-181291,108302],[-179315,103372],[-179631,104565],[-184016,118383],[-184737,117787],[-187444,119101],[-180807,120836],[-180405,121206],[-181972,126428],[-184179,122444],[-184072,123555],[-186174,118633],[-193438,-227913],[-195132,-250694],[-196892,131597],[-197564,128795],[-196401,129645],[-196428,130203],[-195445,131852],[-192127,132070],[-199074,129452],[-203907,149825],[-203918,149064],[-200496,150961],[-199728,152883],[-198412,152634],[-197370,152403],[-198686,150863],[-192156,150716],[-200320,154611],[-201205,154824],[-203040,154442],[-201747,158251],[-197016,160152],[-192143,243653],[-193153,295765],[-193765,295848],[-195020,39316],[-198208,45408],[-197004,46779],[-193401,40864],[-198642,50571],[-196540,50125],[-197225,50761],[-197859,50792],[-195743,48712],[-195400,49388],[-195606,47410],[-198543,47324],[-193024,50112],[-197353,48337],[-200033,50896],[-204248,46222],[-199393,41316],[-199793,56396],[-199655,60041],[-196123,52869],[-200224,52588],[-202790,63408],[-203185,63236],[-202649,61740],[-203551,61121],[-203034,61013],[-195973,51950],[-192707,61459],[-200443,69378],[-201551,67635],[-195516,73086],[-194545,73199],[-194114,73792],[-193588,73789],[-193547,72901],[-195716,71153],[-197245,69354],[-200105,70940],[-204711,73426],[-200189,72998],[-197680,72834],[-196611,72710],[-202853,76069],[-202558,76437],[-197262,75291],[-197553,75549],[-193179,74895],[-204753,76765],[-194219,126836],[-193490,125131],[-192202,118750],[-216514,-156238],[-215766,-156501],[-215998,-155281],[-210035,-222933],[-207051,-248904],[-205869,-253496],[-206507,-254669],[-217019,151197],[-209054,144182],[-209324,143042],[-207919,146225],[-206953,150981],[-209634,152702],[-206207,148109],[-208791,141832],[-205260,153917],[-204919,154442],[-216786,227948],[-217403,227151],[-214996,228904],[-214207,230008],[-212978,227786],[-211262,227367],[-212068,228454],[-210930,237005],[-212025,241211],[-211712,237958],[-207432,239816],[-211090,241928],[-210893,243203],[-206718,242478],[-213265,237967],[-209780,238395],[-215704,243309],[-209252,235258],[-205811,242338],[-207666,242995],[-209093,230811],[-216454,236192],[-216992,239212],[-214799,237260],[-214280,238169],[-215083,237110],[-216889,236998],[-214008,241247],[-214071,239847],[-206272,237452],[-206658,236944],[-205866,239062],[-206019,238718],[-206011,241684],[-216574,242737],[-207814,243790],[-211380,244905],[-210232,243442],[-213940,244765],[-212786,244057],[-205807,243844],[-209879,245678],[-209098,246012],[-207112,243493],[-207879,245452],[-215817,245446],[-212560,245744],[-214207,243693],[-209444,16273],[-205397,35303],[-205990,50160],[-207858,40434],[-206698,40294],[-205200,45770],[-205862,49093],[-208035,48236],[-207913,45997],[-207373,45176],[-210356,42559],[-210925,41279],[-216626,61230],[-217355,59671],[-217124,56479],[-208808,65497],[-208462,64774],[-210967,66080],[-212345,65175],[-208196,67416],[-208085,76854],[-211121,86781],[-209512,88067],[-214911,81562],[-214946,82339],[-214544,83074],[-214005,83238],[-211568,85559],[-211006,86191],[-208258,84320],[-207515,83165],[-206917,83288],[-217596,89188],[-217389,89596],[-208650,78927],[-208365,79664],[-216444,80972],[-216030,81031],[-215439,96270],[-216688,96395],[-217324,90368],[-216518,90015],[-218147,-153346],[-218735,-156430],[-227990,-203845],[-227709,-194751],[-229151,-212313],[-228758,-210629],[-229318,-209887],[-229961,-208652],[-220111,-226190],[-224170,-223474],[-224874,-222692],[-222307,-224620],[-218337,-226694],[-227213,-220518],[-218983,-227540],[-227802,-62568],[-220762,-65552],[-219692,-70813],[-225955,-80058],[-223269,140812],[-230077,146691],[-228181,144657],[-228602,143573],[-226516,144907],[-225277,145256],[-224103,145402],[-223606,143319],[-223801,141621],[-220029,147235],[-217745,147787],[-219499,150813],[-219992,150267],[-220528,149180],[-221917,150239],[-223143,149370],[-229511,142291],[-222103,229539],[-219831,229301],[-218288,229014],[-218709,230234],[-218023,238620],[-222229,230780],[-218999,232108],[-219529,233340],[-223420,232786],[-218480,237580],[-225260,266266],[-226469,263819],[-227947,262775],[-227667,265411],[-226721,265836],[-224508,266363],[-223379,266568],[-226785,268555],[-222807,267821],[-229679,263296],[-229194,264489],[-229278,266335],[-230330,271620],[-226588,269280],[-224456,271277],[-226008,273448],[-227715,274387],[-225530,269829],[-224445,269148],[-230287,276787],[-223706,269350],[-224545,338244],[-230309,351371],[-226236,359006],[-228523,362351],[-230121,364513],[-224956,45733],[-230236,49967],[-229681,47526],[-230377,47583],[-226815,586111],[-227259,583348],[-224689,588162],[-229454,594617],[-227482,595273],[-217814,62683],[-218814,59846],[-218310,57711],[-226736,58547],[-228448,59488],[-217913,60463],[-227376,71746],[-227080,73201],[-226247,72143],[-224533,73348],[-224844,72709],[-224520,71889],[-229871,70922],[-228892,66381],[-228504,66914],[-227872,66639],[-219295,65483],[-218990,65004],[-221246,65999],[-221911,66126],[-221006,64923],[-222886,65809],[-219474,66037],[-220188,66010],[-227441,72475],[-226679,75067],[-221990,79225],[-222869,77368],[-220825,84994],[-218951,82987],[-224938,96554],[-224284,99289],[-219654,91386],[-219495,92013],[-218685,92016],[-218548,93161],[-223985,103769],[-234884,-203066],[-239404,-197664],[-230621,-199032],[-242095,-193818],[-230576,-209588],[-231748,-213060],[-232048,-217049],[-237076,-114430],[-236792,151705],[-230421,146063],[-230649,144452],[-242075,163468],[-241296,159782],[-238345,154168],[-240230,156295],[-238036,163608],[-241044,162338],[-239629,161876],[-239864,157975],[-239358,155993],[-240601,156474],[-242553,204864],[-241189,206206],[-240791,208324],[-243040,209881],[-241882,209686],[-241037,208713],[-234475,264004],[-234000,264536],[-237970,265321],[-237787,264295],[-237496,267511],[-236603,266798],[-243058,266467],[-242547,267399],[-236307,260489],[-237514,259863],[-236180,257669],[-238524,256650],[-240513,259939],[-241516,259999],[-241270,262594],[-241531,262011],[-240215,261751],[-240889,261715],[-238885,264145],[-240093,264813],[-241525,263661],[-241842,264731],[-232604,261108],[-233193,259598],[-230476,263216],[-235195,279337],[-231818,278762],[-236855,269685],[-237063,270360],[-241717,270834],[-240559,271189],[-242255,274419],[-242158,275480],[-242291,274960],[-241413,278117],[-241225,278850],[-242841,280873],[-234990,277355],[-237653,278159],[-238789,280450],[-237127,277372],[-239789,275463],[-238699,276729],[-235716,275075],[-237192,275112],[-234007,275998],[-233150,276869],[-231046,272899],[-242869,270644],[-242788,269234],[-243119,273688],[-231745,331863],[-232848,327593],[-234357,331609],[-233378,338102],[-230580,333534],[-238143,337512],[-234916,336378],[-238477,340864],[-240142,353028],[-238042,352990],[-234341,358419],[-237195,357275],[-231261,348218],[-238454,348948],[-234793,365771],[-232429,50816],[-233407,50790],[-234845,50360],[-235496,49773],[-237178,50005],[-242818,585302],[-235518,588929],[-239008,587475],[-240106,583078],[-233226,597108],[-230792,590650],[-242123,589627],[-233411,63336],[-233439,63378],[-233711,62955],[-233417,62438],[-232988,61013],[-233770,61469],[-231068,54615],[-230991,52603],[-232781,51717],[-232364,53356],[-230656,71854],[-236250,70276],[-236242,69168],[-235634,69525],[-233200,67418],[-231237,67953],[-232355,65221],[-232339,66368],[-232207,73483],[-232350,74631],[-236288,74968],[-236694,72952],[-236193,72841],[-232004,75372],[-233249,74288],[-235268,74139],[-236762,73963],[-238164,83145],[-234204,89728],[-231854,86103],[-236899,79326],[-235373,79103],[-236215,78469],[-237218,83827],[-235490,83130],[-231145,97409],[-239542,92283],[-238272,101865],[-237575,101646],[-237052,102046],[-236707,102054],[-240844,114608],[-237611,114746],[-234902,104390],[-235564,103532],[-235240,103236],[-234586,106947],[-234001,106503],[-231179,108562],[-231071,107100],[-232060,108411],[-231622,108109],[-231240,111022],[-239162,110326],[-236612,105339],[-235902,105124],[-242530,119974],[-241431,115823],[-240822,116894],[-11361,133131],[-312,288999],[-565,297735],[-389,297809],[-804,299812],[-548,302125],[-4475,610129],[-1323,605385],[-4082,607546],[-3682,608486],[-2810,608998],[-2402,612965],[-159,613362],[-4462,608690],[-2367,611357],[-9208,122251],[-7089,120363],[-249208,-115772],[-250175,-173654],[-251294,-174732],[-252113,-176957],[-246642,-187261],[-251155,-180018],[-251428,-180256],[-250731,-181794],[-250654,-184598],[-250166,-183983],[-255376,-76571],[-252792,-73443],[-255791,-69951],[-255951,-85905],[-250297,-93859],[-251053,-92319],[-248591,-104994],[-249186,-109511],[-251401,-109989],[-248845,202354],[-251831,203343],[-247540,201715],[-255995,202859],[-255251,201662],[-255426,209206],[-254007,208742],[-254607,205405],[-254701,209070],[-255224,213017],[-249690,213043],[-243364,211438],[-243447,211339],[-244067,208525],[-245435,209531],[-248955,213201],[-250309,214830],[-244322,275001],[-243974,277078],[-245673,276693],[-243586,280692],[-244800,270999],[-243941,270676],[-243266,274292],[-255367,278771],[-252880,328889],[-243493,328556],[-251078,338833],[-245391,343809],[-245118,343285],[-243780,343374],[-255754,391133],[-248451,70000],[-249848,75162],[-250594,76367],[-253850,77837],[-246287,80552],[-244184,79334],[-254241,101911],[-251697,95845],[-254831,93333],[-254212,93198],[-253900,93160],[-252306,99230],[-251686,98562],[-251957,98797],[-245064,92404],[-245535,93187],[-250689,95929],[-250360,96494],[-251028,95998],[-249627,96196],[-254296,111836],[-254498,103714],[-254059,114444],[-246409,104136],[-247415,105406],[-251256,108716],[-249761,107366],[-250258,112328],[-255236,116056],[-254602,118267],[-251651,122361],[-247565,121357],[-248609,121379],[-243287,120523],[-248913,117749],[-256043,-124271],[-256438,-125646],[-262989,-127443],[-267047,-125907],[-264985,-123459],[-258243,-138127],[-258039,-130067],[-266567,-128233],[-258827,-75996],[-257204,-72022],[-259805,-78530],[-260755,-79640],[-261883,-98218],[-261015,-105181],[-266998,-109515],[-268718,-113169],[-261036,-102427],[-265542,140849],[-256273,204993],[-256345,205401],[-256271,282014],[-256905,282562],[-266155,331473],[-257269,334865],[-260907,334553],[-265375,335497],[-267901,333898],[-257396,334385],[-260601,381317],[-262417,390528],[-260253,388100],[-258391,385396],[-262114,396642],[-262860,385662],[-263152,391016],[-265191,393441],[-262019,398522],[-267711,404483],[-260356,69228],[-260879,68309],[-262866,71504],[-263874,73396],[-264308,72613],[-260002,67467],[-258312,66064],[-259108,69943],[-259668,69562],[-262353,68196],[-258542,70828],[-259886,70959],[-260598,81968],[-258628,82288],[-258764,79466],[-265561,105507],[-266123,106345],[-266499,106284],[-267018,108168],[-265970,112100],[-265591,114594],[-264569,113188],[-265816,112262],[-259149,112106],[-259617,104387],[-261711,104375],[-264154,108574],[-264394,107825],[-265009,108489],[-265089,108295],[-265349,108535],[-264520,105975],[-265700,110812],[-266776,116535],[-263381,120733],[-264543,120546],[-261279,125753],[-261973,123919],[-262039,124729],[-262444,123356],[-264671,118664],[-259965,118744],[-260416,127643],[-271487,-117558],[-269461,-130547],[-274034,-130176],[-279661,-201563],[-281111,-218091],[-279996,-222389],[-281546,-223112],[-275930,-344723],[-276208,-343038],[-274786,-342076],[-271949,-50919],[-270753,-50395],[-273622,-51520],[-275768,-60823],[-278622,-59846],[-281042,-59917],[-280550,-61500],[-269564,-97994],[-272566,-96405],[-271166,-93512],[-269141,-111449],[-272480,-111458],[-279544,-111372],[-276631,-105798],[-269400,137210],[-275484,381479],[-277288,381902],[-281263,383983],[-275446,388535],[-279759,388725],[-276537,393951],[-277441,395038],[-269046,384973],[-270346,388251],[-270656,394403],[-274407,405558],[-280356,409749],[-278295,400118],[-278460,403584],[-281321,403441],[-280073,405421],[-273183,404205],[-273761,412998],[-277172,411992],[-281366,415250],[-280766,47009],[-279651,48288],[-279872,39251],[-276399,61864],[-277878,66315],[-280455,67480],[-279724,67318],[-275419,67068],[-274280,71333],[-275001,68816],[-275585,75088],[-275457,76324],[-276064,76265],[-276201,76839],[-275367,77966],[-275824,79172],[-275488,87709],[-275632,86510],[-274823,85694],[-275144,84442],[-274599,84945],[-268977,96994],[-269460,97305],[-269428,96621],[-271575,98841],[-275114,91858],[-271035,109551],[-272356,110701],[-273328,108917],[-271977,107209],[-273586,108454],[-273881,113090],[-273489,111916],[-273794,109235],[-272845,109314],[-272251,109525],[-272582,107406],[-273150,107827],[-274254,108117],[-278806,112243],[-273790,107337],[-274102,107550],[-275017,107591],[-276015,107784],[-276243,108555],[-277082,122504],[-290420,-166008],[-289994,-168085],[-288069,-166641],[-286857,-172211],[-282343,-217082],[-282187,-224013],[-293130,-476224],[-282919,-53776],[-291588,-55918],[-294098,-60853],[-293326,304124],[-287819,315841],[-285920,312669],[-290556,35868],[-281618,36916],[-282967,38121],[-292099,37304],[-292784,36169],[-293795,30631],[-291236,390534],[-286843,388420],[-285652,384225],[-288771,386183],[-292033,385478],[-293514,399376],[-289115,403938],[-291272,405204],[-292548,406053],[-289311,397517],[-286624,397557],[-284521,419168],[-283217,420919],[-286340,420684],[-281636,416422],[-285392,418708],[-282675,414208],[-290226,426473],[-286808,425019],[-282952,422678],[-294079,510402],[-293585,511615],[-292081,507408],[-286300,503740],[-285362,509751],[-287392,44224],[-283607,49029],[-283207,39860],[-282689,42593],[-285538,43533],[-284648,42009],[-284389,44727],[-287313,42274],[-288390,42299],[-288091,50675],[-284569,47162],[-289939,39612],[-292466,40307],[-292739,41667],[-292960,45764],[-294162,43929],[-286600,52604],[-285396,56572],[-283225,59026],[-282546,61130],[-283874,54278],[-290433,63130],[-291730,62820],[-287610,57269],[-287155,60514],[-286942,59114],[-283005,71085],[-284409,66373],[-288103,73127],[-288479,74444],[-292181,70262],[-289577,69195],[-284362,74885],[-286089,71559],[-290498,71659],[-287954,66405],[-285853,77139],[-283146,77580],[-285812,87278],[-283057,84873],[-288451,80277],[-288354,83046],[-294173,83323],[-289675,84509],[-283568,96981],[-288417,101699],[-286884,101985],[-286604,100243],[-283332,100674],[-289223,98730],[-286252,95948],[-286605,96767],[-288041,97848],[-282657,114687],[-285440,115368],[-287633,104280],[-291305,102871],[-291108,124304],[-288772,124056],[-282417,115616],[-296333,-238755],[-302025,-248705],[-297686,-244316],[-306663,-58098],[-303588,-58071],[-304923,-58584],[-298451,-61773],[-303266,-63569],[-306398,-62470],[-305852,-64026],[-302500,-85030],[-307137,-90485],[-298767,303818],[-296828,304657],[-304082,302029],[-300901,307061],[-297564,315987],[-297008,313777],[-299163,316965],[-300291,312973],[-305069,311716],[-295032,307612],[-303279,319953],[-305644,309370],[-301627,321893],[-296640,323958],[-306041,320704],[-301501,31236],[-298334,30267],[-300386,395893],[-297259,396473],[-302663,387597],[-305917,393410],[-296970,408220],[-304680,404883],[-295427,409061],[-296678,403975],[-296202,406025],[-295955,411708],[-301496,410407],[-300260,428563],[-301421,424286],[-296488,422800],[-295975,503780],[-300854,508791],[-305160,509065],[-298014,509067],[-305904,503085],[-302295,40461],[-302112,41689],[-299432,42582],[-301439,44475],[-304760,47650],[-301876,516404],[-305895,519622],[-302865,521743],[-303792,53960],[-301528,73400],[-301828,79135],[-299735,81775],[-306798,86236],[-306000,87446],[-296037,82440],[-305457,92060],[-305710,90370],[-303653,109172],[-303624,109548],[-303665,109701],[-295480,112000],[-295727,112017],[-295962,112021],[-296504,113853],[-296356,113129],[-298010,113033],[-295477,115306],[-295533,114754],[-295582,111644],[-304510,109384],[-305073,109312],[-305999,109945],[-306206,110835],[-297080,108579],[-297573,108444],[-298211,108799],[-295666,111879],[-295608,111400],[-296504,110508],[-296026,111082],[-295560,115635],[-303050,121813],[-305517,121942],[-318143,-214234],[-318245,-213783],[-316639,-215890],[-315543,-216382],[-316260,-229893],[-316947,-229583],[-317154,-224995],[-315137,-6456],[-312766,-3883],[-313208,-9496],[-311865,-8608],[-312547,-9381],[-309617,-7343],[-309979,-4507],[-319150,-11926],[-319363,-40407],[-309885,-61465],[-312647,-61960],[-314000,-59293],[-315123,-51477],[-311150,4165],[-315660,301429],[-315660,299011],[-309438,300057],[-308755,298865],[-307616,304227],[-315895,318469],[-314854,317156],[-307958,319483],[-307771,323657],[-309474,326029],[-307246,327996],[-319673,31992],[-315926,36670],[-310537,504844],[-308154,502234],[-313457,40158],[-309894,44004],[-312894,521714],[-317470,517329],[-309815,525045],[-315646,57847],[-316543,54761],[-314491,93663],[-308601,111912],[-308546,112296],[-308763,112425],[-324950,-216314],[-325170,-217308],[-331664,-227763],[-330900,-226601],[-324487,-225104],[-324579,-227769],[-330051,-224879],[-325361,-223137],[-321281,-220703],[-329555,-221346],[-325448,-220686],[-326791,-221625],[-323222,-11917],[-331918,-11542],[-328633,-12316],[-321873,-14592],[-324128,-20254],[-322198,-23634],[-324472,-20320],[-326957,-17206],[-326258,-16739],[-329168,-15321],[-320287,-12792],[-325543,-17619],[-320873,-17408],[-327931,-13126],[-323276,-32882],[-322672,-36987],[-322830,-31955],[-320644,-45207],[-322284,-39227],[-321786,-41551],[-327234,-44711],[-328274,-45075],[-330053,-40887],[-328701,-48792],[-328643,-46438],[-330153,-50207],[-330970,-49395],[-326719,-98803],[-322845,-98550],[-327685,2130],[-331785,10563],[-328585,854],[-330521,941],[-323409,143939],[-320846,147555],[-325943,144409],[-332314,145403],[-329941,144196],[-325114,164338],[-324204,165466],[-328993,166563],[-323626,166112],[-324140,179333],[-331467,178731],[-328481,178745],[-322370,170214],[-330895,173238],[-327685,166794],[-326298,167060],[-331832,169450],[-329532,172934],[-328531,174606],[-331553,176118],[-327700,171148],[-327403,171103],[-330702,172174],[-324987,168436],[-322445,172167],[-328938,173987],[-330272,174964],[-327512,176793],[-325179,170858],[-328517,168009],[-325462,170192],[-328982,169767],[-322883,178338],[-325020,178869],[-321604,172153],[-331934,172724],[-324400,177279],[-329461,180480],[-327443,180039],[-332199,289329],[-327135,292675],[-330060,290506],[-323214,295693],[-323672,296671],[-331371,300339],[-328994,298211],[-332787,296586],[-329909,325594],[-323475,324580],[-327045,324978],[-329700,336013],[-321573,334506],[-328742,338092],[-331397,31655],[-325633,30961],[-323874,36801],[-325497,37981],[-321181,38318],[-324759,37323],[-327742,36668],[-329116,36764],[-331072,55170],[-332297,56107],[-329932,59288],[-330620,59654],[-329446,62250],[-330548,63085],[-331387,67799],[-321906,81599],[-324054,93312],[-336486,-176861],[-336769,-177797],[-343845,-180127],[-341989,-188539],[-343057,-189343],[-337962,-181908],[-339996,-199335],[-345088,-203193],[-341657,-194412],[-337118,-211756],[-343811,-211197],[-341378,-210212],[-342341,-214872],[-338735,-206606],[-335797,-213359],[-344783,-229371],[-337521,-228331],[-335252,-228966],[-342204,-218993],[-336757,-222185],[-334075,-233941],[-334645,-232586],[-345362,-230696],[-337765,-9948],[-339884,-9710],[-333170,-9740],[-340040,-3049],[-339176,-4909],[-341397,-3843],[-342006,-4705],[-334019,-13498],[-344453,-13089],[-340548,-13781],[-336651,-13284],[-333670,-14207],[-334762,-494680],[-340885,-30519],[-344757,-28858],[-336605,-500454],[-343903,-516270],[-344530,-519649],[-333106,-514102],[-337126,-94665],[-334257,-95610],[-336379,-94115],[-338263,12846],[-341159,11416],[-342679,9756],[-344405,6152],[-342500,4202],[-333478,143414],[-334036,176798],[-334548,178038],[-333774,168127],[-336193,176351],[-336330,177078],[-338318,172397],[-333377,178735],[-342897,14792],[-345536,23680],[-332971,15773],[-339344,17161],[-343544,24706],[-333577,289873],[-340272,288857],[-335277,283881],[-336473,286576],[-335557,295289],[-342444,298629],[-337091,305965],[-341063,318563],[-342183,315793],[-337562,318022],[-343485,307860],[-344002,309117],[-344974,314479],[-338877,325063],[-336670,329383],[-340189,326515],[-338067,327550],[-334529,339562],[-340249,339267],[-333467,335369],[-336373,341426],[-342855,336571],[-343914,338005],[-336723,37498],[-337200,34672],[-337707,46269],[-341530,45114],[-341238,43087],[-335933,52214],[-333157,56582],[-332916,70959],[-337720,75025],[-339102,77723],[-346704,-169501],[-355063,-168322],[-353495,-166310],[-353495,-166310],[-345961,-219684],[-349397,-224880],[-346973,-229990],[-346871,-228991],[-348686,-230812],[-352326,-9973],[-349130,-9789],[-356882,-2906],[-354347,-12523],[-352001,-4803],[-351339,-5248],[-350744,-12661],[-351382,-13302],[-357541,-12659],[-353071,-496353],[-354059,-31965],[-353015,-35351],[-356931,-75060],[-348124,6845],[-351333,6444],[-351004,9774],[-355095,10830],[-356371,179187],[-355602,180090],[-358193,182678],[-358243,188512],[-355295,184617],[-352942,184617],[-353819,186748],[-353808,190117],[-353615,187880],[-357322,180493],[-353908,183781],[-354272,181409],[-355388,180754],[-355777,197017],[-355711,196207],[-357746,198069],[-356657,196555],[-355961,201125],[-355552,202735],[-345622,14119],[-349830,25065],[-353124,15136],[-347434,21648],[-347283,16202],[-347887,23616],[-347146,13504],[-357753,279998],[-355857,279781],[-354054,282255],[-352421,283702],[-348652,283572],[-352991,290006],[-350917,290560],[-346927,302779],[-355890,313066],[-347116,324286],[-346812,327620],[-346142,329708],[-352745,336301],[-350236,338747],[-354451,337530],[-351593,338939],[-353143,47805],[-369458,-229045],[-369640,-228347],[-368863,-229033],[-367521,-233955],[-363711,-231934],[-362420,-234381],[-362962,-234499],[-369998,-232754],[-365721,-231608],[-366577,-231107],[-363483,-1892],[-362570,-250762],[-364618,-252050],[-360787,-254497],[-362604,-255571],[-361211,-496114],[-358621,-498877],[-369437,-510059],[-369323,-500523],[-358436,-38991],[-364181,8094],[-358722,7540],[-363909,7048],[-365067,8853],[-365644,8526],[-362087,5784],[-363303,9291],[-364159,11273],[-358770,192098],[-359024,191954],[-360540,182816],[-362995,183176],[-362125,182281],[-361737,187998],[-364967,186614],[-366753,189083],[-363392,192084],[-361705,191467],[-361757,189106],[-360226,190161],[-359656,184384],[-363174,187237],[-362585,186794],[-362837,186663],[-364176,184543],[-359558,180899],[-366178,184596],[-362183,195556],[-360026,195056],[-359061,195640],[-358834,198504],[-360502,193490],[-358979,193796],[-358841,195592],[-370252,217087],[-368871,218004],[-368051,219171],[-369505,222184],[-370067,218963],[-368493,218971],[-366306,14333],[-359672,25267],[-366396,281551],[-359659,279730],[-366099,282062],[-358850,283288],[-363493,294060],[-359530,294406],[-371146,297225],[-371049,296414],[-360016,325928],[-361540,326237],[-363407,324522],[-366901,333973],[-370455,334992],[-368728,338835],[-370861,333331],[-367488,336834],[-358952,337089],[-13894,133956],[-25117,228440],[-22697,225802],[-24336,224694],[-24360,222703],[-21712,57782],[-23478,53522],[-25031,56559],[-23399,58000],[-371925,-232485],[-375038,-266665],[-377666,-266252],[-376370,178892],[-376898,182692],[-376529,180767],[-378927,183439],[-379747,181269],[-377227,179477],[-383708,181443],[-380354,182423],[-380385,180028],[-382710,209163],[-380504,212709],[-373505,216314],[-375408,214646],[-373522,215559],[-372171,215020],[-383350,209635],[-377102,213058],[-377178,209943],[-378274,210335],[-383845,207719],[-374561,213466],[-377646,217638],[-372504,223762],[-371963,222993],[-372337,219124],[-375837,220926],[-377776,222688],[-374902,225076],[-376513,223709],[-381655,228598],[-383351,230406],[-379076,225522],[-373176,226120],[-372564,224719],[-383889,231712],[-383149,231157],[-371236,292956],[-372133,290817],[-378395,294903],[-376033,297737],[-382976,311026],[-380308,308566],[-378473,314465],[-383952,314181],[-378625,307546],[-372179,323027],[-372306,325553],[-375715,326418],[-378105,324529],[-371793,329993],[-391777,-164502],[-389754,-165935],[-384765,-161275],[-384908,-157698],[-385598,-158494],[-393340,-167403],[-392636,-169325],[-391209,-170701],[-390398,-171238],[-390935,-191674],[-391819,-199455],[-392621,-204142],[-390074,-268363],[-386752,-269478],[-387840,-269371],[-387204,-542517],[-384824,-541998],[-394985,-50127],[-393581,-53103],[-387238,-54307],[-390053,-59741],[-392398,200101],[-393396,199601],[-394766,199048],[-396656,196904],[-393283,201787],[-394347,199130],[-395138,202183],[-393880,202410],[-387985,204377],[-392450,197383],[-385962,217110],[-386896,213030],[-385831,214192],[-391375,214113],[-391212,213594],[-394553,208911],[-394996,208372],[-395559,211458],[-394372,213147],[-391898,212193],[-385166,205890],[-392280,209186],[-387675,208337],[-389964,209418],[-387497,210812],[-387786,211322],[-390663,207646],[-390839,207591],[-390292,209362],[-384198,230537],[-394962,227248],[-393598,226649],[-393334,223795],[-395532,222338],[-387317,229919],[-386868,225258],[-392508,230035],[-384907,220218],[-387737,222877],[-385524,232658],[-386318,231361],[-388413,317001],[-385031,318900],[-394627,332625],[-395231,339749],[-391143,334873],[-393267,352554],[-393115,349447],[-395890,351943],[-389835,359189],[-395723,363139],[-394494,363451],[-385186,361716],[-395871,364991],[-388147,381015],[-389848,383205],[-393248,398391],[-385220,397780],[-388550,400325],[-391438,399846],[-396714,402426],[-395324,406015],[-388834,403777],[-386741,412929],[-389961,87968],[-408232,-230017],[-403339,-2121],[-404928,194571],[-406619,201610],[-406792,202683],[-401437,195058],[-401760,196951],[-397012,200054],[-397337,197158],[-400556,199617],[-398550,200400],[-401174,201204],[-403855,199926],[-396857,204431],[-399532,204962],[-402954,204506],[-401211,203176],[-396805,196311],[-398532,205307],[-401563,212799],[-402199,212688],[-403334,211109],[-403696,211418],[-402858,215416],[-396931,224662],[-399154,225909],[-398865,332956],[-398530,333708],[-405542,336501],[-406180,357889],[-397154,355229],[-403926,357776],[-404132,351399],[-402963,348576],[-401509,345973],[-397459,353805],[-409093,363750],[-405445,366626],[-400743,359786],[-405023,376132],[-405576,373742],[-400629,387508],[-409363,484376],[-405905,491720],[-408541,489330],[-405682,490486],[-406224,490333],[-408119,487620],[-404024,500547],[-403352,499503],[-415977,-1239],[-415276,-24976],[-413895,-30304],[-414602,9533],[-414904,7025],[-416117,191190],[-420343,190727],[-419871,190526],[-419617,194073],[-416951,196304],[-419047,197057],[-420440,292017],[-416855,301366],[-419289,296017],[-421000,302484],[-413540,484415],[-416824,489784],[-416181,493605],[-417111,491490],[-418769,493245],[-412898,487303],[-410981,489641],[-412518,496605],[-411338,494682],[-414201,499598],[-410836,499973],[-434825,152446],[-432716,164027],[-431668,159873],[-432617,156833],[-431933,160986],[-431702,162719],[-432709,163592],[-433165,189232],[-432001,191017],[-431868,189824],[-434850,187975],[-432202,191567],[-435059,194445],[-434790,192989],[-431768,194938],[-431637,192505],[-434234,193238],[-433929,193691],[-432186,192566],[-430009,202508],[-434933,202100],[-432883,202226],[-433349,195687],[-433830,198085],[-435140,208789],[-430609,209541],[-432174,209938],[-431148,209267],[-428922,209439],[-432472,214082],[-433438,215480],[-431340,205350],[-429047,208320],[-429586,227869],[-431100,224549],[-434467,228921],[-427594,228480],[-429725,221229],[-429819,219226],[-432327,219369],[-426653,239928],[-427722,239428],[-426553,236885],[-427314,235873],[-428919,233624],[-430113,238523],[-431809,240714],[-432643,234840],[-434708,239273],[-434453,230601],[-434996,286225],[-425305,293209],[-425640,305000],[-426304,299541],[-423391,297732],[-431478,313647],[-430422,310598],[-432380,325687],[-431783,332136],[-435187,330994],[-431446,327573],[-432316,326787],[-431013,332376],[-434058,336059],[-434860,81562],[-434730,82779],[-447612,146669],[-440970,145529],[-436552,152896],[-440059,147790],[-442899,144930],[-440458,144352],[-438501,142940],[-436745,144827],[-436219,148290],[-439272,149973],[-441822,148188],[-443965,146472],[-443415,146013],[-442649,149678],[-435691,154490],[-438130,156234],[-435221,166381],[-441227,164509],[-437925,164997],[-442472,164260],[-437178,163682],[-436638,163015],[-435824,162497],[-441468,162300],[-435879,162049],[-436431,161197],[-435929,160953],[-436697,159519],[-446926,157634],[-444971,158942],[-444958,155735],[-444205,157161],[-443245,161987],[-446828,158867],[-443853,162392],[-436107,158866],[-435483,166738],[-436237,192007],[-436544,190580],[-443511,184345],[-444714,184579],[-447579,185092],[-440457,187219],[-446089,184840],[-443760,186088],[-446251,190030],[-436643,186810],[-439673,191875],[-445564,197840],[-445854,193610],[-443867,201067],[-437930,202049],[-441702,203909],[-441502,204910],[-436569,197816],[-437375,198084],[-445124,195411],[-440235,196481],[-444951,194346],[-443777,194597],[-441237,202158],[-445515,202161],[-447315,201332],[-440230,193429],[-438381,199772],[-440191,200607],[-446760,203068],[-446305,204301],[-440033,197825],[-442865,217046],[-441117,215490],[-443954,213593],[-443321,213092],[-441209,213662],[-439468,211270],[-445511,212316],[-445377,213885],[-445914,214297],[-446211,214316],[-447552,216053],[-442494,205238],[-441399,205271],[-437859,206562],[-437449,209208],[-435787,212441],[-443122,210043],[-442920,214498],[-442742,208363],[-446400,206561],[-438095,229000],[-444229,223071],[-440763,221551],[-435828,221088],[-436948,221827],[-444151,218969],[-444931,220005],[-446392,218926],[-444366,223974],[-446184,223838],[-444862,227716],[-444679,229503],[-436415,226299],[-435792,228313],[-441962,218339],[-442541,220187],[-438072,228095],[-438093,226719],[-441144,242526],[-439885,241959],[-442296,231130],[-443289,231084],[-447191,232268],[-435234,234315],[-441414,238684],[-442595,233994],[-447616,236277],[-437730,231695],[-439339,237923],[-442996,243599],[-444022,243902],[-435822,244474],[-440579,245594],[-441818,293688],[-445645,289611],[-440373,285959],[-441763,300808],[-444240,301957],[-442330,304595],[-440670,295137],[-438301,300068],[-436024,297762],[-443538,315127],[-437732,311294],[-446921,321152],[-443647,323797],[-438906,329967],[-435987,334135],[-439259,76996],[-436326,81713],[-438382,87755],[-439088,88129],[-436167,79779],[-437295,78663],[-441896,87242],[-437692,79830],[-439056,78997],[-440854,78972],[-440042,79927],[-440180,82006],[-440986,82666],[-442887,86999],[-441745,86526],[-441421,87461],[-437711,90791],[-435485,91617],[-437774,92465],[-437542,92318],[-444040,90988],[-443785,90302],[-441917,94599],[-442170,92779],[-453646,137716],[-450302,138117],[-451480,139506],[-448700,152766],[-452735,153605],[-455286,151346],[-454139,150618],[-452798,147825],[-451842,149019],[-457134,151450],[-458881,148940],[-453527,146873],[-450200,143250],[-451226,144244],[-449542,144729],[-453311,156133],[-458221,155231],[-455679,162922],[-454754,159988],[-457356,158467],[-458687,158641],[-459756,158600],[-458492,161684],[-458308,163460],[-455607,155356],[-450183,187373],[-451653,185228],[-450746,190743],[-448816,185936],[-452879,191134],[-448332,199822],[-448990,204208],[-448237,197390],[-449810,195369],[-451091,194481],[-452785,200100],[-451527,202546],[-451021,204078],[-450141,198592],[-454977,194709],[-449450,217124],[-450528,206274],[-453104,217611],[-450810,209162],[-453431,214004],[-452548,212493],[-452323,206973],[-452175,211638],[-449504,221015],[-449915,227850],[-451365,224383],[-449222,230095],[-450951,229417],[-453789,219307],[-452622,228113],[-452702,220322],[-450575,238965],[-450202,235554],[-451097,234092],[-448304,321274],[-463089,162082],[-462422,159032],[-461649,158793],[-465745,93559],[-473130,97458],[-470263,96395],[-471153,94325],[-470874,95339],[-472228,96905],[-463255,96166],[-467850,106447],[-464183,104468],[-463927,106789],[-465878,109734],[-469576,107153],[-484770,114352],[-485603,111545],[-481629,114287],[-483885,109370],[-484842,110804],[-483251,112586],[-482318,113951],[-482979,111500],[-483360,120663],[-483609,127221],[-481971,116136],[-493478,367458],[-490760,368454],[-498298,368416],[-489870,379804],[-487407,378549],[-496102,374723],[-496003,392021],[-493903,390472],[-491966,385375],[-488678,113656],[-490326,112223],[-490422,114987],[-488930,116531],[-488249,116288],[-34687,185409],[-34660,186015],[-30456,181468],[-32368,179898],[-27900,227108],[-26115,229851],[-27404,223870],[-25928,230437],[-30312,43901],[-26979,51687],[-26887,52091],[-503280,137992],[-509255,148558],[-510864,144384],[-509490,155548],[-510394,162125],[-509082,156131],[-511008,164744],[-504719,369320],[-501449,369948],[-501477,373426],[-511880,379129],[-509927,389977],[-502879,388454],[-510692,398058],[-517856,151871],[-512627,147491],[-512627,151821],[-516608,152408],[-514476,152070],[-513416,160480],[-520805,157102],[-518162,157122],[-518309,159006],[-516527,161776],[-517629,163417],[-519500,163857],[-521565,161686],[-512744,165654],[-518148,366634],[-513500,367451],[-520623,368339],[-523171,369128],[-518238,364977],[-513014,381129],[-512944,371938],[-517586,381764],[-519270,548812],[-524156,62204],[-521913,66419],[-521130,67233],[-520963,64375],[-537399,-214970],[-535175,-386595],[-531832,63922],[-531511,61629],[-532725,63476],[-533476,64916],[-533050,65486],[-533694,66202],[-536197,68707],[-536936,71956],[-530544,69159],[-529494,71168],[-530076,70246],[-531257,71026],[-527560,69374],[-526493,70075],[-525670,71176],[-526961,73776],[-532691,75160],[-532244,64336],[-525745,74940],[-528628,75605],[-528916,86351],[-525394,84397],[-527946,87137],[-528047,86403],[-524970,114726],[-541517,-215953],[-548269,-215836],[-541359,-219003],[-547645,-220001],[-546362,-223126],[-540592,-390947],[-538095,-389945],[-542174,201117],[-545759,193713],[-546187,199347],[-547057,197022],[-549061,193682],[-546237,209027],[-545315,212472],[-552835,-202213],[-555495,-210129],[-554442,-211978],[-553408,-209073],[-551312,-213082],[-552560,-215359],[-552874,190861],[-554561,191205],[-556287,186772],[-559915,188339],[-562604,184929],[-553869,201697],[-554850,199635],[-556741,206141],[-557951,210610],[-556453,210460],[-553433,210714],[-555692,213321],[-560630,213147],[-572421,-197891],[-566881,-204622],[-563966,-207990],[-567172,-216729],[-572218,-218042],[-568157,-350195],[-574759,1765299],[-575415,1768595],[-572695,175397],[-569321,177931],[-570385,175205],[-572646,179511],[-566341,184057],[-566207,188832],[-575850,184551],[-567907,184457],[-565357,183328],[-570125,189563],[-568551,187944],[-572440,184956],[-566151,190166],[-565657,191591],[-574185,193616],[-566682,201523],[-566337,204462],[-568506,204494],[-566291,195671],[-571430,198595],[-573114,206343],[-571646,207636],[-573920,208506],[-572363,209233],[-573743,209495],[-574373,215027],[-569850,215401],[-571325,214122],[-581165,-199291],[-582464,-357257],[-586121,1758775],[-583034,1764684],[-585131,1765529],[-583934,1758826],[-578541,1763005],[-582486,1760361],[-586495,1760283],[-583886,1763265],[-579869,1764595],[-582886,1763027],[-587555,1763430],[-587017,1765112],[-585633,1777122],[-578574,1770112],[-582785,1771403],[-583912,1774902],[-588416,1779006],[-587395,1769570],[-586868,1776681],[-588428,1775881],[-583619,1770229],[-586662,1771729],[-585518,1767587],[-588371,1776436],[-588385,1771638],[-578854,1776646],[-580930,1774977],[-581408,1769293],[-584655,1766719],[-588310,1766803],[-588766,1772524],[-588347,1775390],[-584936,1783938],[-583212,1780250],[-587750,1785557],[-576264,176164],[-579119,186220],[-579188,189749],[-577515,183782],[-577391,187737],[-578178,191814],[-576546,180102],[-579233,197961],[-579212,195100],[-577275,203756],[-576387,197430],[-587540,213425],[-599850,1765522],[-590335,1767695],[-591542,1776421],[-589884,1767292],[-589667,1769891],[-588957,1775469],[-589687,1770120],[-598773,1769708],[-591772,1772155],[-589248,1773697],[-597197,1767033],[-597157,1769977],[-599261,1772604],[-592982,1781781],[-589121,1782092],[-590914,1784820],[-592206,207393],[-599955,215414],[-601491,209596],[-597906,217046],[-598071,208099],[-589637,215764],[-594372,214430],[-588919,211150],[-604001,1768553],[-605815,1774750],[-601706,1771736],[-601902,1773221],[-607073,1768404],[-606276,1772433],[-607312,1769592],[-602466,1773696],[-602702,1770461],[-607811,1773201],[-602689,1767357],[-603983,210469],[-610750,51718],[-610036,61516],[-613909,52990],[-601729,56054],[-612225,67252],[-625883,53157],[-615745,52827],[-614626,61525],[-615404,57908],[-617913,64192],[-615861,66664],[-619799,66068],[-615710,69327],[-622137,65017],[-44339,162452],[-43591,168663],[-43409,170067],[-40882,169848],[-41564,168668],[-39654,168288],[-45014,167001],[-39379,169674],[-50567,177991],[-47393,177811],[-45902,179016],[-50817,180881],[-51059,183424],[-49037,188758],[-44182,179918],[-45659,186127],[-41607,181386],[-48016,190955],[-44614,189698],[-46179,184906],[-41985,184285],[-44308,191489],[-48163,193975],[-49616,328889],[-49627,333754],[-50461,334142],[-48178,384917],[-50494,387642],[-51112,387963],[-51140,400702],[-637312,-288830],[-632032,122500],[-635656,121412],[-637414,121346],[-639273,122438],[-636949,121582],[-637695,122404],[-636722,126509],[-635844,127561],[-635707,123531],[-632078,126428],[-631140,125701],[-631509,123556],[-649480,-153054],[-652240,-155076],[-650753,-163428],[-652626,-164050],[-652046,-163861],[-651875,-162901],[-650670,-158214],[-650703,-162872],[-649062,-155135],[-652426,-164856],[-651970,-164324],[-651178,-166039],[-651507,-163561],[-652024,-154815],[-651281,-167413],[-650488,-170253],[-649655,-168899],[-651990,-167249],[-652782,-167257],[-652277,-170747],[-652571,-169214],[-652612,-167776],[-647062,-171960],[-646020,-171187],[-652458,-170268],[-644335,-196170],[-644122,-198959],[-644860,-201675],[-643383,-198950],[-642700,-196833],[-648016,-202615],[-646885,-203001],[-651987,-203472],[-648302,-201560],[-647338,-202966],[-646103,-203458],[-644601,-202353],[-652564,-193658],[-650097,-197275],[-652399,-196233],[-646118,-196660],[-650665,-204122],[-648374,-198500],[-647485,-198107],[-646434,-202546],[-648067,-199189],[-646157,-200862],[-651465,-197131],[-650167,-197793],[-651124,-195581],[-647553,-196435],[-646806,-196123],[-645678,-194738],[-646923,-201809],[-647694,-204823],[-644010,-267262],[-644938,-265647],[-650474,-265351],[-644612,-279339],[-640759,-276170],[-645063,-284821],[-665241,-151280],[-662088,-153120],[-663001,-150030],[-661694,-152856],[-665233,-153123],[-664964,-152952],[-659344,-156517],[-659077,-157352],[-658877,-156956],[-655248,-162479],[-656405,-157594],[-656885,-159455],[-665274,-153515],[-653543,-155863],[-653122,-160270],[-653345,-155645],[-654115,-157028],[-665381,-163521],[-665206,-158667],[-655778,-158072],[-665474,-160239],[-662861,-162074],[-664183,-158986],[-660055,-165441],[-661690,-156192],[-657081,-161359],[-653788,-161654],[-665234,-154695],[-656968,-156799],[-658534,-157300],[-659543,-163175],[-661525,-165762],[-664872,-165691],[-656994,-159995],[-663475,-155249],[-655440,-157773],[-664469,-161999],[-665395,-157651],[-663558,-161216],[-664304,-160259],[-656910,-158893],[-660316,-159887],[-664926,-162600],[-659248,-165871],[-657867,-164685],[-657310,-165094],[-654164,-166143],[-665499,-155164],[-653865,-167132],[-654794,-168621],[-655059,-174767],[-659300,-170074],[-652896,-167075],[-656272,-175323],[-656814,-175903],[-658210,-174227],[-657924,-175110],[-659452,-167235],[-659211,-167367],[-658296,-168168],[-653711,-166581],[-661805,-170352],[-653508,-174854],[-655019,-170781],[-657286,-171049],[-662669,-170711],[-658802,-175669],[-659073,-175273],[-654161,-174910],[-653813,-170500],[-653262,-170161],[-655383,-202919],[-654886,-205492],[-656039,-204767],[-653385,-206936],[-653011,-265339],[-655456,-278799],[-656814,-280441],[-656258,1685730],[-657397,1686915],[-661158,1685345],[-664875,1689520],[-663607,1680323],[-664885,1677705],[-660999,1683035],[-656743,1682615],[-664111,1679191],[-661728,1683866],[-659288,1688314],[-661856,1681486],[-662437,1679353],[-664407,1683825],[-662022,1689693],[-659492,1690908],[-663229,1693891],[-661502,1694779],[-662181,1692335],[-661218,1690448],[-664368,1694886],[-664587,1692647],[-664635,1692251],[-658500,1707433],[-659588,1711056],[-659654,1712814],[-658562,1714673],[-659418,1712349],[-658596,1713095],[-654491,1712122],[-653439,1711244],[-657469,1711107],[-654572,1707478],[-655299,1706540],[-657444,1706909],[-665871,-151707],[-666726,-165475],[-668462,-159834],[-669016,-158354],[-667400,-165953],[-665650,-161847],[-668484,-170778],[-667903,-172012],[-668747,-173850],[-667630,-171652],[-666828,-173274],[-668053,-171751],[-669015,-171697],[-676232,-189639],[-675310,-198575],[-674386,-201373],[-675498,-203475],[-676277,-202094],[-675719,-200435],[-673147,1674331],[-673893,1672412],[-671485,1673170],[-676765,1674598],[-674574,1673916],[-672392,1676461],[-672368,1673385],[-677162,1676841],[-667951,1676431],[-671235,1676786],[-670701,1674825],[-666342,1684845],[-665942,1686910],[-670451,1678516],[-672725,1684063],[-666575,1680779],[-668302,1683522],[-672477,1688680],[-673511,1682893],[-673120,1680915],[-677267,1681258],[-677579,1687018],[-666175,1677092],[-670428,1684648],[-669480,1689242],[-665690,1679473],[-669318,1681342],[-677472,1681944],[-668420,1678271],[-674853,1677791],[-674760,1680080],[-677756,1688499],[-674907,1694788],[-670830,1691201],[-671011,1692655],[-666271,1695374],[-673428,1694379],[-671946,1693904],[-678390,1693419],[-677714,1692380],[-677938,1694561],[-669418,1694404],[-672725,1691821],[-676174,1691477],[-678969,1683592],[-679796,1680880],[-680147,1677260],[-680079,1682542],[-681743,1681181],[-680599,1680838],[-679964,1685756],[-678873,1685808],[-678453,1687230],[-742104,1727118],[-55060,175804],[-51320,179510],[-53353,180479],[-62020,261238],[-61290,259693],[-59845,261052],[-60835,264451],[-60224,264532],[-62052,267772],[-61633,267041],[-63108,264483],[-63369,272744],[-63291,269372],[-59153,323535],[-63113,328825],[-56831,323314],[-60206,327242],[-60122,331784],[-52456,327738],[-52328,321696],[-56657,324412],[-52595,325776],[-57336,322362],[-53610,321805],[-61699,330378],[-57623,328574],[-56959,329618],[-57211,332940],[-52731,330834],[-51909,329629],[-63527,330968],[-59610,332813],[-51208,326196],[-55246,333948],[-61649,334428],[-51709,334410],[-57800,336391],[-58298,333869],[-57209,336920],[-59113,382101],[-54460,394901],[-59895,391722],[-59207,392005],[-60765,385190],[-60475,388184],[-63169,394416],[-52189,408887],[-61451,397709],[-52600,398687],[-63465,402077],[-60192,407874],[-52826,407484],[-58119,399445],[-51718,404075],[-62034,419799],[-56514,414117],[-62131,418079],[-56129,414508],[-63106,414167],[-59447,410068],[-823255,1725496],[-824081,1730349],[-823677,1728669],[-829593,1734911],[-843528,1727303],[-842542,1730557],[-844507,1728571],[-843968,1732557],[-65691,-64172],[-76388,-92392],[-66570,264613],[-66872,266919],[-65841,264081],[-65407,262041],[-65020,262001],[-64236,263229],[-64149,267366],[-64632,265767],[-67104,271763],[-67865,270782],[-67310,380209],[-66069,408644],[-67302,406752],[-67472,407812],[-70012,408152],[-66397,404642],[-69737,398044],[-66830,399865],[-75463,402426],[-73091,408478],[-73797,406811],[-76885,402197],[-69362,409942],[-65593,422067],[-67045,416150],[-69380,420035],[-68804,411229],[-70260,410638],[-73681,417829],[-69870,415775],[-74734,422435],[-67132,410531],[-73137,410988],[-74905,412353],[-64902,424188],[-74923,425718],[-65605,423860],[-73250,606962],[-72165,606470],[-74502,118520],[-77483,-89588],[-83183,214717],[-79523,217774],[-84280,216666],[-85623,217582],[-84819,215247],[-86427,214366],[-81791,216586],[-80320,216603],[-84112,215522],[-81550,216301],[-82576,217533],[-83764,213195],[-82237,214383],[-82793,212551],[-87250,217958],[-87724,221873],[-87575,218684],[-84990,219974],[-84479,224908],[-80337,222759],[-83186,223690],[-88617,219603],[-82854,222620],[-85857,222352],[-80001,218655],[-81479,218833],[-88983,219925],[-81703,226412],[-80989,220813],[-82862,225866],[-80680,219797],[-87516,219257],[-81482,223239],[-86802,221704],[-84417,224021],[-80811,227567],[-80558,225420],[-80268,223768],[-86625,218252],[-88909,241244],[-89368,241926],[-88927,239084],[-88919,265986],[-89161,267058],[-89580,264943],[-88407,262301],[-87044,272650],[-88633,269453],[-87012,270978],[-88036,270426],[-86040,328339],[-87227,323620],[-84918,326368],[-87850,327312],[-81837,379377],[-77008,376488],[-86738,382309],[-78512,379299],[-79571,379607],[-84238,382392],[-89087,385336],[-88888,391145],[-84020,392683],[-84949,384392],[-83152,386008],[-86683,395822],[-87763,395483],[-79971,396970],[-84521,397570],[-77184,408672],[-78981,409407],[-88200,399253],[-86737,408289],[-85943,406940],[-88984,398038],[-85828,397077],[-83190,422077],[-82276,420671],[-84205,419693],[-85505,420429],[-88780,415773],[-88508,414116],[-76976,417435],[-88822,425494],[-78477,431561],[-89385,429783],[-86424,423481],[-86334,425353],[-83582,426579],[-86693,425862],[-84293,423486],[-89496,626816],[-89315,625860],[-89269,626209],[-81766,125784],[-79441,120816],[-80597,123717],[-82057,125840],[-88825,128094],[-1015291,1487371],[-1016179,1489098],[-1013735,1488419],[-1016286,1486232],[-1014047,1486013],[-1013651,1485965],[-1087955,1586063],[-1091613,1535655],[-1089438,1552048],[-1091557,1549085],[-1088811,1584407],[-1108239,1520681],[-1106677,1521070],[-1108441,1521245],[-1112638,1521860],[-1111670,1521761],[-1107855,1524895],[-1110474,1524246],[-1110376,1535865],[-1107949,1534839],[-1103858,1533969],[-1111933,1542986],[-1108172,1541309],[-1108277,1547205],[-1126093,1496428],[-1119851,1510151],[-1124303,1507597],[-1120942,1514701],[-1118039,1511556],[-1122044,1532586],[-1120939,1526545],[-1134449,1495072],[-1128019,1500773],[-1137525,1509341],[-1131501,1500106],[-1134400,1499271],[-1129652,1510883],[-1130985,1529351],[-1135111,1526635],[-1129687,1527749],[-1131419,1641680],[-1137523,1645852],[-1135976,1642285],[-1136047,1655449],[-96112,-163050],[-92528,-538039],[-99021,-580343],[-94726,204126],[-95900,203397],[-96389,203494],[-97507,204372],[-101557,208332],[-93063,211127],[-94945,211411],[-91207,206328],[-93510,208079],[-101478,211870],[-100614,212255],[-91564,206815],[-92891,206205],[-100232,205712],[-97101,207361],[-97320,213492],[-92987,209469],[-93109,205359],[-96046,210055],[-100660,206357],[-92564,209689],[-91515,232385],[-95620,232661],[-92236,237735],[-91831,238786],[-94446,233519],[-90091,238309],[-90874,236762],[-91277,235229],[-91027,234415],[-93076,234330],[-90412,238765],[-90753,234913],[-92435,237088],[-89766,238952],[-92686,261430],[-90279,264562],[-90437,267530],[-90688,263487],[-93789,268300],[-95909,265859],[-95101,266776],[-92850,263172],[-91629,261000],[-96974,266984],[-92361,267101],[-96750,263379],[-94419,264305],[-93285,264315],[-96952,268511],[-90867,265633],[-92919,269198],[-95119,269869],[-95999,273347],[-98643,272192],[-90745,270387],[-91789,269529],[-93102,271320],[-93863,271379],[-95757,389967],[-97423,394332],[-100630,385520],[-96371,388027],[-93044,390647],[-92217,388494],[-102320,392475],[-98528,387063],[-95347,392223],[-93836,391287],[-91721,392594],[-99610,401662],[-102294,406963],[-99432,399876],[-92282,397477],[-96184,406671],[-97326,408779],[-89808,407352],[-96019,397156],[-90309,401705],[-92490,399258],[-93272,417449],[-96223,416528],[-90717,421924],[-91808,417573],[-99702,416094],[-93021,420821],[-98599,414092],[-101614,415131],[-97536,422535],[-93938,412150],[-92845,424449],[-94570,426886],[-98305,425966],[-96958,426396],[-92428,623692],[-99762,621898],[-99380,626453],[-99294,626062],[-100849,616411],[-92835,630104],[-97035,629522],[-95501,629609],[-97935,631385],[-96395,632380],[-97900,628470],[-97817,630363],[-1149501,1505223],[-1147160,1510157],[-1151254,1513135],[-1141753,1513275],[-1139758,1525687],[-1141478,1653984],[-1164127,1507030],[-1162815,1508363],[-1164473,1521153],[-1153024,1512440],[-1160256,1649526],[-1162456,1648079],[-1164753,1663691],[-1155304,1671882],[-1157743,1666456],[-1161165,1668551],[-1160260,1666563],[-1159049,1668749],[-1164050,1738495],[-1164225,1736700],[-1164218,1753700],[-1162788,1751955],[-1157604,1752299],[-1157708,1753609],[-1168864,1504116],[-1176623,1511074],[-1169009,1514127],[-1168935,1524590],[-1167672,1651056],[-1166626,1648148],[-1164869,1662794],[-1170209,1663240],[-1168160,1660680],[-1176179,1676243],[-1177336,1670138],[-1177321,1670968],[-1168671,1738570],[-1170137,1738548],[-1176492,1735083],[-1176849,1738445],[-1172736,1738181],[-1174300,1736952],[-1169434,1734415],[-1167695,1735520],[-1167453,1744952],[-1169541,1746056],[-1181683,1489685],[-1189874,1534717],[-1189969,1532231],[-1179954,1528256],[-1177987,1529184],[-1186957,1542430],[-1187979,1545199],[-1182162,1543657],[-1184634,1542945],[-1179935,1537754],[-1180735,1539373],[-1187645,1670522],[-1185930,1667284],[-1188921,1670771],[-1188539,1671599],[-1183750,1666542],[-1184351,1666816],[-1181783,1740467],[-1189031,1735704],[-1189471,1738952],[-1180029,1739040],[-1186217,1737792],[-1179818,1738307],[-1186807,1744586],[-1179395,1741210],[-1202027,1525387],[-1193220,1534969],[-1202466,1532307],[-1198847,1533298],[-1201049,1529415],[-1195958,1534199],[-1192433,1533969],[-1198191,1536744],[-1192478,1544804],[-1200796,1542441],[-1197762,1546449],[-1195795,1548709],[-1191742,1546937],[-1196525,1546215],[-1200097,1542654],[-1200265,1550902],[-1198971,1552004],[-1198001,1550116],[-1201567,1674772],[-1191066,1670184],[-1192002,1671998],[-1194663,1669644],[-1193488,1672219],[-1197661,1669365],[-1198026,1745233],[-1202535,1749769],[-1196040,1744703],[-1200563,1751215],[-1201011,1751423],[-1209182,1475396],[-1209769,1474195],[-1213974,1505284],[-1213723,1509724],[-1210267,1508380],[-1211146,1512114],[-1207822,1516631],[-1211151,1517760],[-1206371,1522939],[-1211328,1515396],[-1214224,1520316],[-1209489,1531110],[-1205625,1527741],[-1206349,1530115],[-1203334,1540719],[-1205066,1543417],[-1204084,1676539],[-1206569,1679297],[-1212055,1682858],[-1210005,1681147],[-1211413,1680288],[-1211108,1680175],[-1209087,1681234],[-1214402,1690023],[-1219879,1509753],[-1218177,1505962],[-1228552,1516779],[-1223940,1513216],[-1222041,1510693],[-1226546,1514165],[-1224502,1523929],[-1225912,1688834],[-1220106,1686607],[-1218856,1686850],[-1219087,1683002],[-1220373,1683808],[-1228110,1682846],[-1227994,1681752],[-1222599,1677758],[-1225040,1681606],[-1218256,1696111],[-1223950,1697715],[-1216804,1690153],[-1218722,1695673],[-1221469,1694661],[-1219185,1694497],[-1223293,1704240],[-1228480,1708006],[-1221843,1704057],[-1234339,1487401],[-1235379,1486926],[-1232879,1491623],[-1234698,1490809],[-1240553,1521557],[-1240685,1519634],[-1236450,1527362],[-1240192,1633832],[-1229172,1707617],[-1234558,1706518],[-1235602,1708223],[-1230629,1708139],[-1235060,1707201],[-1238228,1706230],[-1238502,1707289],[-1236342,1234498],[-1234947,1240020],[-1242922,1520547],[-1245638,1521938],[-1249767,1523550],[-1251798,1529106],[-1251628,1529464],[-1247830,1525509],[-1245699,1637990],[-1247822,1687816],[-1242501,1687179],[-1250571,1679712],[-1251626,1679353],[-1254355,1678374],[-1248835,1701477],[-1245536,1703930],[-1243484,1706018],[-1249259,1703468],[-1247697,1702659],[-1245811,1703419],[-1249951,1707051],[-1250272,1706218],[-1250141,1709104],[-1246292,1709869],[-1246371,1707904],[-1254382,1739311],[-1253405,1264788],[-1261545,1526249],[-1264181,1529159],[-1265307,1528836],[-1262801,1529541],[-1265251,1532256],[-1259409,1529223],[-1258267,1529125],[-1256053,1531309],[-1264342,1541465],[-1263620,1537548],[-1256318,1688035],[-1254539,1677820],[-1254509,1690892],[-1254409,1694617],[-1255989,1697668],[-1255498,1696746],[-1258730,1696420],[-1262487,1694892],[-1265837,1703540],[-1262512,1705030],[-1266529,1724242],[-1256544,1739877],[-1263275,1734209],[-1265211,1734783],[-105693,-29365],[-107710,-556584],[-114259,10551],[-112416,8866],[-103830,136175],[-111824,158100],[-109237,161931],[-109030,160845],[-112145,162885],[-106374,216247],[-107593,216795],[-108551,233162],[-112531,299853],[-110612,299107],[-111370,301515],[-112798,296235],[-112116,298426],[-114661,300608],[-111585,300632],[-115041,295838],[-114631,305049],[-114986,301765],[-113025,302299],[-104560,392422],[-107044,394557],[-103181,394857],[-103676,403493],[-102449,405426],[-104433,409764],[-105135,408973],[-106151,400011],[-103789,401549],[-102790,401335],[-104687,409597],[-104270,417578],[-104833,421758],[-104256,415238],[-114617,433069],[-104725,422915],[-103201,422884],[-110588,612233],[-110119,613994],[-112842,612248],[-112594,615577],[-110335,616818],[6319,163496],[8071,165423],[8878,168687],[7883,170554],[6647,172540],[6216,166932],[11377,280923],[8801,279725],[8126,281310],[9469,281312],[1923,292865],[10719,282122],[7657,282778],[8036,282359],[9804,282469],[11926,283738],[5637,285988],[7581,286198],[9451,284104],[11437,286064],[10777,291316],[11501,289152],[5769,290954],[10041,289376],[6512,288804],[5320,288276],[3027,287606],[5788,284241],[5547,282695],[8267,285257],[1733,290686],[29,291143],[1190,286625],[1852,286836],[6125,292027],[5322,293625],[1794,287614],[1047,294354],[12169,292288],[11294,294337],[11573,293503],[7630,291626],[8191,293592],[2381,291351],[2452,287296],[1210,294821],[1700,297887],[967,296855],[998,300118],[1143,301516],[4080,300922],[2570,301767],[3447,301926],[6607,301516],[4153,303101],[6207,302198],[5849,299653],[5688,298337],[3221,298527],[2434,300417],[8776,299462],[9603,301457],[10031,297246],[7405,297272],[8117,298692],[6384,296425],[3260,296252],[4433,294737],[10313,295327],[12483,296726],[11690,298204],[12229,299625],[11813,300206],[12494,301244],[10310,299434],[8996,303506],[5990,303430],[11988,294841],[9115,509849],[11352,509996],[10657,511155],[12190,517113],[10014,514764],[7825,512949],[9422,513027],[8401,513789],[10889,512670],[12637,514579],[10118,593597],[8344,597358],[5834,593390],[6589,592579],[4122,600809],[9033,598020],[2289,601472],[5763,593294],[6185,598840],[1084,600532],[6747,596956],[8798,592264],[11413,596557],[7239,609218],[6522,604502],[11024,603503],[5893,609711],[10018,613779],[12241,605680],[4944,613673],[11604,608834],[9909,602142],[4258,613468],[7648,606629],[11394,610977],[6420,614992],[3880,615996],[260,616347],[5601,616199],[3838,616799],[134916,-7145],[132821,191841],[129091,189025],[129010,187400],[139089,184564],[136682,190997],[138493,187949],[133852,186243],[137621,189204],[135518,186689],[129111,193921],[133532,193324],[128567,199249],[128578,197413],[131228,197426],[132809,195608],[136369,212222],[138881,214079],[138337,212437],[138810,211406],[138505,208480],[138194,207744],[134163,212180],[134706,22214],[135315,21885],[135380,22227],[128471,291356],[129608,292569],[131430,336076],[129884,340204],[130534,334775],[135313,27026],[134913,27731],[133857,27233],[138449,27487],[130541,42608],[131952,40827],[139575,46382],[139004,64494],[152450,-22417],[141035,189027],[142264,211132],[143129,210245],[145732,210112],[147538,212826],[148516,211802],[146193,209269],[149336,207927],[147004,205941],[147582,206211],[141959,207486],[141736,209176],[147353,207422],[148985,214327],[144723,293650],[146301,293734],[147819,304619],[149055,295351],[150799,295758],[153056,295833],[143325,316111],[152925,330913],[152205,328963],[145701,336067],[146371,334643],[146119,335171],[152517,343659],[141661,29513],[149593,587072],[151614,582787],[150425,587598],[153107,580812],[150900,588951],[153262,589790],[152157,59939],[149807,70970],[147748,85971],[146504,99152],[148637,93862],[166190,264267],[162737,293764],[162809,290752],[162288,282788],[162045,290320],[156664,296807],[161508,297258],[157918,296805],[161588,304949],[156256,298220],[154365,306166],[165116,302063],[160381,306227],[159548,302009],[158283,308694],[153728,311634],[155351,309714],[159054,318335],[160345,317897],[164947,319398],[161531,313081],[158779,309652],[161183,312092],[156260,322814],[162130,324015],[163841,328045],[157742,324806],[159386,337090],[163495,343993],[159692,355732],[154913,355525],[156696,351978],[155556,349033],[163731,361199],[154152,581692],[155605,580810],[155519,586934],[173434,283618],[173073,287856],[177861,290131],[168725,290122],[175650,305049],[172645,306900],[174041,312365],[174377,317558],[176311,314925],[169221,322692],[168850,326778],[169536,329955],[171501,331142],[168247,327979],[170495,327302],[172618,325130],[178810,328650],[178385,325134],[174197,324360],[175086,321785],[175795,322723],[170868,337429],[178448,341413],[178276,339264],[170575,357107],[168702,356355],[172445,355892],[175192,354593],[175176,354693],[166778,358224],[168971,360209],[166663,362233],[174212,400493],[173626,409129],[174621,401972],[175096,403454],[175581,397010],[176620,397686],[174439,397462],[174596,405982],[177523,399226],[178759,398288],[177913,398478],[175956,407291],[175836,405249],[177802,415953],[175109,412171],[174221,413898],[176665,413219],[178552,414182],[174133,411619],[176353,410813],[176749,410765],[183111,292426],[184956,292864],[189939,284227],[180480,306342],[180549,315934],[179699,329650],[182865,330213],[191681,321505],[179569,325150],[183353,327498],[184276,327145],[179749,322445],[183978,351326],[189454,349084],[179774,351313],[183356,357911],[189439,355378],[185698,356852],[182174,358474],[184253,348898],[185289,346894],[187649,347907],[185408,396431],[188120,395604],[191740,395253],[186458,395321],[187819,393657],[188162,394801],[186157,396201],[183506,395762],[181421,394959],[187180,397673],[191908,409225],[190729,406980],[189527,409710],[191191,400604],[180025,411535],[180541,417794],[182085,418003],[188677,411793],[189647,412963],[179307,413378],[191295,410515],[185965,414401],[185759,412340],[189810,411289],[185135,413672],[180686,416112],[183721,413436],[181354,497568],[185755,496085],[187463,496871],[188393,498896],[191151,496615],[189030,493794],[186925,494950],[185262,493577],[183040,495150],[180622,495510],[184395,498996],[189873,510754],[188838,510897],[185543,510903],[188697,502901],[187344,503968],[184587,504330],[184095,507598],[185015,506047],[183462,509249],[191132,500629],[187201,516136],[190180,518051],[187400,519857],[187505,517388],[189235,522176],[189457,523461],[191202,518365],[191305,515870],[189080,514241],[186784,514146],[185731,514698],[186037,515393],[183577,512422],[189175,526635],[191771,527644],[191022,525274],[192866,134635],[200407,200698],[201032,204681],[199064,202242],[201323,198511],[202088,195265],[197779,198187],[199754,197832],[201696,196541],[200917,197492],[202710,196296],[203533,195354],[202420,200284],[202881,200479],[204309,198680],[202924,201730],[199895,203528],[202616,203508],[198213,200176],[203614,206841],[203698,205648],[202390,210096],[204259,211666],[202801,212006],[203514,212882],[200140,212335],[199865,209290],[200713,206735],[204697,209700],[202891,210097],[202271,208661],[201782,212841],[203906,215263],[199951,205849],[192241,317538],[198932,345553],[192436,344804],[193720,343293],[199815,340875],[200151,343935],[192277,344170],[200924,347253],[198938,350453],[194669,402253],[195394,401393],[195830,403915],[194402,398635],[195084,400826],[195615,403032],[192159,398238],[192569,407449],[194175,404699],[192693,496613],[192754,510433],[196046,508142],[199778,507797],[198601,509142],[200888,511932],[202855,507892],[203070,506262],[201304,503948],[197316,504691],[194904,505364],[193170,505862],[192587,503827],[193730,501183],[195473,499989],[196144,502134],[194331,522005],[192412,519959],[193549,521152],[194945,519594],[194970,513317],[199633,521592],[198694,523713],[199939,523623],[200349,520941],[203464,519259],[196304,517203],[194699,514862],[199731,519307],[200505,518964],[200158,515737],[198355,517848],[202414,512959],[203632,513172],[201559,514828],[192090,513687],[192015,526924],[196958,527339],[195673,529628],[198438,529139],[200320,528365],[195745,526047],[201092,530586],[204490,530683],[204782,533235],[204085,532345],[202126,532785],[202356,528811],[201489,532164],[204979,197203],[205095,198672],[215855,196058],[205766,199114],[206352,197876],[215546,203655],[215896,203609],[214038,203856],[216973,196805],[206570,198722],[205704,207341],[205810,207810],[206173,209625],[204947,211750],[204851,205834],[207198,206871],[216861,205469],[215155,206439],[213669,206283],[212140,363305],[213072,358759],[205512,509680],[205053,520978],[206718,520863],[208281,522058],[209110,522307],[210417,524702],[213493,523447],[216229,523006],[207721,524749],[207145,528984],[204923,529696],[207096,530509],[208492,531524],[206695,533296],[208335,533210],[208850,535552],[205778,531100],[206907,535554],[207657,535880],[209987,530057],[208502,528897],[216957,525828],[214987,526298],[208199,540340],[208160,539244],[210187,538822],[212076,539913],[212826,539362],[215672,544942],[216827,546339],[215472,540876],[216664,542869],[216988,553059],[215394,552960],[216102,551548],[215802,556054],[215574,557363],[212628,556360],[218297,198081],[219448,199071],[218556,195534],[219112,196103],[220004,197651],[220413,198032],[218660,527112],[220049,530415],[219909,533299],[223066,536007],[224447,528235],[222873,525101],[222219,527273],[222925,529919],[223712,533089],[224853,533047],[225862,534251],[225561,529037],[225709,527682],[227456,529170],[219534,529502],[218815,528823],[222277,541191],[222108,546131],[223238,537973],[218571,546718],[217999,549653],[226533,549392],[223598,547716],[222479,549391],[220853,549099],[225813,548535],[220142,555735],[218202,554136],[219444,557440],[225608,557645],[228062,558447],[224901,558087],[226045,562065],[223888,562701],[229902,554770],[219386,562946],[218763,551081],[218601,552751],[219062,553130],[219697,554540],[222710,556660],[229270,552181],[225957,553242],[229804,553879],[226134,556058],[224636,556042],[222332,556560],[225539,565021],[223783,566181],[220437,565217],[228059,565294],[242917,176138],[242074,175626],[243173,178027],[242400,185401],[242587,188164],[241697,186947],[240959,188598],[236322,550040],[236779,549607],[232914,548631],[230881,548400],[234735,547056],[231730,561134],[230538,562405],[237031,562963],[242150,560254],[241523,558066],[237875,554204],[236491,553885],[235612,558959],[231772,555221],[232022,556965],[236802,552215],[231134,564962],[239632,563629],[240107,565519],[250373,177774],[247354,179261],[247898,176991],[249869,176480],[253211,177159],[252201,177160],[255970,178532],[243218,178871],[243350,183465],[245294,184511],[244455,187203],[246237,188630],[244649,191525],[249740,184169],[249693,181107],[252820,181574],[252638,183420],[246572,181348],[249664,181842],[251573,180507],[251388,180207],[254146,187159],[253606,184628],[246529,185378],[246390,185680],[246498,186444],[248096,183005],[246860,183522],[250900,182711],[253192,188450],[248284,192550],[249589,195497],[247765,194604],[252308,197546],[255152,196084],[252308,194427],[253058,277251],[254272,281412],[252096,279502],[253644,278534],[252796,281199],[253306,280393],[255731,279444],[255474,276462],[255725,277202],[255626,294095],[255020,291481],[252188,299863],[253216,307122],[252034,302257],[250074,303637],[251030,301770],[252495,302637],[251905,305585],[251006,305842],[250014,306044],[250942,304811],[255181,296615],[254072,303766],[255558,296137],[255136,305663],[254497,307080],[255239,303338],[254996,299337],[253611,296413],[253851,309336],[255462,308412],[254890,421492],[255954,419889],[255469,413926],[255936,415935],[255211,414830],[253966,417059],[254344,418540],[253424,418603],[253761,420072],[244928,565451],[24147,-35905],[25376,-37858],[24008,208164],[21560,211464],[21318,208411],[23457,210424],[16074,280067],[12889,279789],[14164,279663],[13749,281602],[13797,289664],[15338,291500],[14964,289507],[14816,287840],[18272,286761],[17956,288422],[16919,288178],[16869,286795],[15237,284524],[15825,284986],[16877,283369],[18210,285157],[18193,283466],[13369,293803],[14700,292576],[13365,284855],[23100,496886],[24002,498290],[25575,498551],[19021,494077],[20380,491946],[17348,496670],[18472,494208],[18031,494801],[17670,495494],[21029,493351],[21965,492078],[15700,496726],[18600,496742],[18141,495038],[20644,491670],[21060,494636],[22664,493411],[18900,498974],[19730,498413],[18506,510959],[24461,499856],[25144,499608],[24437,500652],[20579,500414],[24436,511568],[21546,501187],[20811,499552],[17563,508834],[22379,502443],[23091,503151],[23274,501206],[21955,503639],[21186,502901],[19675,500378],[18276,499445],[16667,509495],[18315,512196],[18385,522187],[19532,518114],[23743,514101],[14387,518793],[15681,512417],[17096,517395],[24775,512224],[17241,514186],[20428,520007],[23882,517587],[16020,515306],[13523,513218],[14421,513053],[13119,513930],[15348,521237],[14636,523741],[22218,523214],[16421,524547],[25477,527941],[19852,526490],[14587,525034],[15200,527298],[14304,526854],[16842,525952],[19008,527752],[16276,527454],[21731,529137],[22750,528409],[14197,601180],[14130,595420],[17276,606553],[17029,610234],[14403,607070],[16482,603696],[13100,609136],[16065,606952],[19826,607472],[257052,175734],[258295,175453],[259375,174047],[261350,175917],[259151,175570],[260189,178987],[258135,177715],[257486,179193],[261826,178658],[262294,178154],[261915,177022],[265136,179348],[256236,188776],[256964,189208],[259375,185417],[260454,186320],[258073,189446],[260785,180519],[257411,180180],[257742,182403],[258010,186547],[256573,187076],[257308,187626],[264293,191010],[262618,190991],[260768,188603],[263085,188280],[264154,188204],[261733,186230],[265343,185380],[263210,179771],[263545,184524],[264282,179503],[257538,191894],[261669,191931],[260785,189576],[261629,182834],[267634,199662],[259700,194477],[259874,195170],[256080,195632],[261708,194492],[261493,195246],[256514,192640],[258930,193893],[262791,192597],[266538,202388],[257311,277007],[257785,278591],[259341,277101],[259445,277662],[256941,275768],[260492,279447],[261641,281608],[260413,281508],[256784,281660],[259750,281154],[256391,293709],[265795,293119],[265901,289782],[258875,291713],[261875,292052],[262972,291895],[263279,289189],[261991,287124],[262968,286814],[263005,288189],[264552,288302],[264044,289188],[259409,286020],[259775,288478],[260951,288500],[259486,289908],[259789,293124],[258959,292394],[262545,294567],[262725,289851],[256169,291123],[258155,288564],[264359,293733],[259416,282866],[258261,282503],[256916,303709],[256031,303307],[257035,300318],[258071,307092],[260207,307112],[259657,304437],[260034,305234],[261496,305541],[256537,294831],[260479,300632],[260854,303464],[265595,295649],[263327,306528],[262562,305173],[264049,304997],[264691,304964],[264605,300931],[265127,302508],[261351,297407],[262531,296108],[263804,295413],[265668,298930],[258293,298910],[257644,299508],[261757,298723],[259623,298942],[261268,296100],[259261,294776],[258720,299939],[261176,304234],[263079,303025],[258077,308595],[257405,307749],[259941,309481],[262030,308237],[265973,307580],[257821,392478],[257309,395817],[256346,393173],[257545,397621],[260971,400974],[257063,399982],[261182,404494],[268138,402758],[267133,412897],[261869,417924],[256029,421615],[265727,421429],[268518,421114],[265499,419666],[263685,420746],[260337,421361],[256482,416406],[256712,414567],[256273,412949],[257724,412481],[260100,413633],[257059,418344],[257348,422134],[259986,413208],[261077,415538],[262947,422281],[266731,425138],[266184,424255],[265121,425069],[266243,425742],[265642,425532],[259209,423754],[268234,424686],[263292,423499],[261930,424828],[260892,425261],[259994,423924],[261171,422686],[258220,423762],[265365,422621],[268561,524052],[258524,524340],[260814,523880],[262491,522360],[262378,520556],[259929,520769],[262441,518673],[262005,517619],[259526,518118],[258737,522483],[264549,520405],[265698,520107],[268171,518729],[267795,519944],[267441,516259],[267449,514595],[263514,527052],[260746,529966],[259379,528937],[259214,530028],[258418,531878],[258974,526939],[266209,536816],[266049,535009],[266413,534228],[267154,525048],[267315,548371],[263450,541916],[265505,540969],[267844,538491],[268029,540229],[272477,402477],[275425,403321],[276182,404557],[276416,405315],[275640,407004],[269439,407349],[271220,409475],[274323,420623],[275524,422507],[277817,420276],[275071,411889],[277063,416689],[277129,415022],[277470,418180],[270147,421770],[269701,423571],[280365,461668],[280577,463020],[281249,463238],[281043,465590],[281416,466226],[281331,461279],[269049,512089],[275753,518250],[276407,523165],[269419,523395],[272188,513891],[272106,516398],[273448,516933],[274016,515924],[277190,522084],[279988,521728],[280328,523917],[278630,524143],[269619,520023],[272028,526088],[278730,525704],[281435,525447],[280175,529229],[279383,530207],[280053,532200],[273840,527916],[275105,529964],[274170,531754],[275301,532300],[279157,533625],[280546,533536],[278503,538796],[279255,540712],[280957,547918],[280998,548400],[278239,547201],[274872,548972],[272190,547625],[272386,549624],[269378,541985],[269870,543100],[270570,545474],[278878,551128],[284449,459463],[284248,460922],[285932,459914],[283031,459099],[283150,459685],[292039,464485],[290673,464195],[293569,464233],[290301,465428],[289269,462193],[288528,461929],[281949,465129],[282916,466188],[282304,469186],[281997,470535],[283715,469011],[284179,471510],[284823,471266],[286982,473561],[290539,473461],[294354,472367],[293009,471846],[293107,470850],[294175,465043],[290840,463204],[287101,464326],[287876,465782],[284802,462796],[290871,469783],[287132,470111],[282970,470786],[285442,465360],[285241,468924],[287250,474647],[289814,474984],[290777,474659],[293226,473828],[282412,524509],[281900,527748],[282164,535493],[282526,540808],[282653,538789],[306306,408006],[306983,403745],[304311,403943],[303950,402834],[304606,406623],[304903,410204],[303621,410915],[305744,413787],[302570,412302],[303467,413749],[301162,414325],[301902,413749],[305378,419355],[306000,415268],[306356,417022],[303798,420295],[304321,422295],[305800,420250],[303894,424024],[303235,425485],[305220,428798],[302937,426218],[304713,432208],[303905,427501],[307099,433230],[294563,462975],[297163,465558],[300188,461832],[295220,463876],[296480,464844],[295465,466385],[295064,473766],[295286,471505],[296442,472542],[297531,472568],[298651,472666],[297516,473779],[302001,470219],[301121,469289],[302030,468916],[303254,469393],[303302,469604],[303948,468604],[301043,468096],[300443,465084],[301709,465702],[297669,463070],[297937,463739],[299427,465213],[296583,466330],[300670,471049],[300068,471738],[299799,472320],[297582,472032],[296100,471221],[298064,470819],[316345,-174362],[315211,408579],[314937,406006],[318681,409091],[318655,404272],[317407,405464],[315697,402747],[313368,402152],[311629,403537],[307616,401976],[309139,402203],[308796,404869],[308674,407956],[312534,406976],[311082,406638],[319451,406724],[318643,422064],[318572,411270],[319441,412294],[317951,414721],[315948,414567],[314831,416928],[315811,416066],[312826,420587],[310774,420525],[308272,420937],[311364,411866],[310575,412234],[310260,415687],[312565,414748],[317107,410346],[318600,426476],[310960,432863],[312728,434221],[318867,434488],[312796,423122],[313241,424901],[314918,427130],[309479,430064],[311051,428202],[307475,427622],[308364,424703],[309268,423017],[317151,422616],[318119,423740],[315905,430703],[316121,432431],[318168,432529],[318005,433712],[319484,433754],[309547,433070],[309107,432113],[312610,432617],[314193,437242],[310447,435653],[316601,436754],[312120,437481],[311910,436185],[326388,407547],[328058,409085],[320141,407479],[321351,408055],[324791,408064],[324110,407787],[326660,420764],[328431,422518],[327160,420386],[324848,416077],[330112,413751],[322105,411658],[324500,409946],[321957,413871],[324280,417047],[320935,419705],[323731,418965],[328683,413971],[325574,415801],[330643,418181],[331143,419574],[329373,421728],[328362,422415],[329161,428916],[331253,429231],[324224,433055],[324773,428235],[326204,425590],[323675,424423],[322129,434981],[324050,428255],[323970,429221],[321649,424093],[322041,426618],[329338,436993],[330916,436543],[321274,437644],[320784,438097],[323782,437858],[326000,436282],[320123,437615],[325632,438770],[322829,437801],[331199,436779],[334842,428208],[335625,431291],[336899,432983],[333486,434220],[334703,433186],[333157,427537],[335230,433771],[341838,433371],[340311,430315],[338726,435872],[336373,437106],[333921,437443],[26366,1515],[28192,5567],[28142,10338],[35703,150151],[34507,148895],[33228,147306],[34065,149869],[37392,149850],[32102,147881],[26693,143872],[30746,145525],[28033,145090],[32466,145644],[32961,144907],[38388,200540],[27089,206618],[28546,207624],[27344,209390],[25730,208983],[38182,216860],[37055,221592],[36294,217817],[34415,253813],[37853,253645],[35943,14304],[34506,15848],[34866,19853],[30313,258271],[30789,261057],[37270,259796],[35943,355667],[37066,358235],[35834,353583],[35255,352163],[36431,352972],[36788,354314],[31699,349367],[32523,349166],[31051,348236],[30097,350036],[31055,350972],[32364,351136],[31283,354727],[31826,356257],[29684,356892],[30067,358381],[34829,356934],[33832,349347],[32674,357909],[38320,362651],[38393,366749],[36973,366467],[37246,364840],[37998,369496],[38114,371192],[37385,358801],[37576,359950],[30621,363481],[30640,360113],[31224,364421],[29537,363773],[30169,365762],[29606,367821],[29594,367253],[31942,369380],[33363,370533],[31513,369832],[32761,370951],[30837,370015],[35317,369038],[35065,368193],[31343,362661],[34402,361598],[33927,358637],[33447,362910],[32885,361125],[31957,365090],[33881,366446],[33707,366723],[36787,361021],[31964,374513],[31884,373770],[32476,372144],[34154,378121],[34708,377967],[35458,378445],[36189,381075],[36327,379379],[36076,382784],[34105,379701],[37663,379980],[35394,371714],[36868,373429],[34608,376866],[32464,372866],[33143,373213],[36901,378267],[37623,371718],[31321,511895],[28500,519099],[28525,514551],[27625,515024],[25827,514668],[30683,517220],[29741,519089],[26035,523217],[26355,522676],[27425,520178],[29824,521529],[31538,516396],[30452,514929],[32203,514972],[32757,517884],[31579,517691],[34517,515363],[29353,523021],[29376,524105],[29438,518532],[31077,512801],[29683,512541],[26717,524739],[28609,525965],[27760,527140],[26032,526937],[27448,527642],[29656,526507],[28725,527530],[395806,663541],[394114,671046],[394452,669030],[392056,678498],[394144,668401],[391547,675161],[389305,673256],[393244,673452],[388801,673471],[394538,679046],[393301,679997],[395959,679663],[403441,660883],[403688,659707],[398435,665214],[398885,661268],[399201,662206],[408326,661476],[403172,663513],[400467,660153],[400641,659538],[409401,665508],[406088,659573],[408127,655742],[405336,656342],[399411,659987],[408788,655510],[397659,662180],[401728,665230],[408286,673339],[404251,677444],[409436,666246],[409338,670857],[409081,666724],[406844,666702],[406492,667231],[400641,675231],[405992,671815],[407360,667714],[400111,679893],[400808,679585],[407545,679141],[409830,657682],[409712,661726],[410297,661566],[410159,666167],[411021,669687],[411356,672166],[410811,671991],[410738,669689],[454401,-70205],[457417,-68692],[49188,140641],[47961,130974],[39478,147755],[41107,145023],[39347,148769],[46204,203417],[42455,203740],[45839,204252],[48469,207718],[43520,213466],[42645,210893],[48440,212148],[46494,212780],[46263,211986],[43953,212783],[40778,209313],[39619,207301],[41659,214132],[48955,205101],[38421,209819],[41542,218048],[39458,220521],[49596,24445],[41737,18640],[41425,22137],[40844,257463],[38840,356469],[38499,357559],[39342,364393],[46825,370452],[47052,369994],[49073,368442],[49523,367333],[48949,365249],[46566,364505],[45278,365195],[46953,364757],[46357,366087],[47036,368170],[42380,370214],[45484,367161],[44714,367012],[44038,371286],[40439,370682],[40676,366406],[39396,367035],[40353,368925],[38755,382900],[41616,383163],[42146,382704],[41018,380719],[39187,381343],[44823,382162],[38861,373428],[43245,382450],[46096,377057],[46596,376642],[41066,376881],[41879,378210],[42770,378423],[38808,375036],[40218,379134],[45764,379130],[46357,371827],[46779,372878],[47541,371667],[43016,372894],[44304,374932],[43617,374091],[43267,375830],[42884,380390],[526921,-121941],[60706,133714],[59903,132892],[55257,31452],[59618,409710],[61726,404593],[60960,404957],[62209,409683],[62435,402705],[60873,402468],[60081,402935],[62619,401555],[59723,405175],[59466,407572],[61000,406038],[56443,404914],[57859,405275],[61789,408709],[63656,401683],[60072,410344],[58161,413382],[58813,412762],[59748,413230],[59804,411343],[60067,416927],[60454,414875],[62858,411675],[61599,616553],[59785,622749],[63894,619736],[63698,621221],[58527,616404],[59324,620433],[58288,617592],[63134,621696],[62898,618461],[57789,621201],[62911,615357],[74051,163123],[74111,159015],[73400,159598],[73246,163150],[74009,165105],[76311,162207],[74401,164156],[75040,163291],[73715,162158],[74990,159485],[76083,156664],[75958,166793],[76138,319845],[75425,318203],[71457,319972],[74721,318400],[74797,319772],[73325,319315],[72837,322143],[72948,320845],[71660,320698],[69196,321618],[69896,321603],[67670,321053],[65879,322468],[66802,322833],[71564,323676],[68514,324504],[65611,324946],[65963,324454],[67348,326986],[68442,328401],[67269,329918],[67735,331317],[65522,330822],[68479,331916],[71623,332127],[69774,332216],[70905,332370],[71257,329675],[70398,328137],[70599,326425],[74427,327150],[75129,329217],[75048,329554],[73924,330329],[76788,323565],[74667,325237],[72228,335727],[73657,334666],[74481,333193],[66545,333492],[67286,333608],[69169,333742],[72917,334039],[75362,333994],[76113,333310],[75401,335116],[65181,407144],[67384,402020],[65116,400760],[65217,401362],[69927,409710],[72113,399321],[73209,400472],[73314,398344],[68732,401148],[69575,403127],[72222,402930],[72676,403079],[72555,401979],[71004,401869],[69909,401903],[67906,400475],[69939,399103],[71478,398687],[70440,399480],[69503,401720],[65561,402822],[66674,402611],[65040,405322],[64881,403696],[65919,403987],[64034,406256],[64132,408573],[73363,409466],[73822,409681],[74046,401228],[76217,400116],[68151,404730],[69770,405064],[73254,406062],[73225,407657],[68198,406596],[67234,415613],[71719,412898],[66529,416415],[74656,413475],[65618,416344],[64584,413680],[64691,416694],[65162,411656],[64678,410721],[68708,411752],[72120,413391],[68870,414320],[69944,418998],[69543,417770],[76138,413944],[74111,411892],[72456,412363],[74233,410626],[65893,412697],[66314,413785],[74300,415351],[67210,418933],[65750,613522],[75265,615695],[74058,624421],[75716,615292],[75933,617891],[76643,623469],[75913,618120],[66827,617708],[73828,620155],[76352,621696],[68403,615033],[68443,617977],[66339,620604],[72618,629781],[76479,630092],[74686,632820],[69556,665390],[70196,665574],[76342,662758],[72637,662556],[73717,668063],[72495,669351],[76091,669207],[68510,668439],[69280,666041],[69422,668841],[67431,65984],[76967,166125],[83632,164958],[83939,162889],[78033,158136],[79354,160848],[81076,155622],[79228,154846],[84934,156193],[83474,157373],[88939,162156],[86816,158968],[84020,158971],[88052,161225],[88197,160869],[83227,158517],[81645,157023],[81226,159921],[82435,159069],[83405,163719],[85235,161631],[81929,167752],[78374,170236],[80814,169324],[77566,167443],[83929,167713],[87270,168905],[86853,169524],[78788,168878],[77646,241169],[81387,238692],[83060,240029],[81180,242948],[83399,243340],[78187,236050],[78190,239059],[77594,234915],[81449,241237],[85021,241885],[79698,239049],[81057,240815],[76842,238329],[84775,244027],[81311,244981],[87540,244980],[84848,276936],[81186,276135],[83081,277873],[79194,319859],[76853,319754],[80024,332754],[79557,332899],[79325,331459],[79471,330927],[79183,327898],[80304,327218],[80648,327804],[80642,323696],[81582,324201],[77021,326324],[80167,320773],[78502,322516],[77046,320796],[79013,320364],[78254,330439],[77229,328885],[77769,325070],[79576,325319],[79210,324085],[80670,328358],[81137,329677],[76928,332855],[77350,335962],[79210,335178],[77912,333819],[77179,336563],[78564,402582],[81188,401091],[78263,403821],[82327,398737],[79925,408893],[80814,400188],[77003,398020],[78548,398690],[80256,398514],[79672,398256],[77382,408122],[80343,408884],[82533,408264],[81897,406108],[82591,406231],[83054,405871],[83462,404538],[83094,405212],[81093,404737],[79532,406205],[82361,401063],[81770,401155],[77335,400882],[81939,403738],[78628,412805],[78120,413060],[77105,413583],[79526,414244],[81796,411876],[78977,411473],[80190,410253],[79479,606775],[82566,612684],[80469,613529],[81666,606826],[87059,611005],[83114,608361],[79105,608283],[81714,611265],[85731,612594],[82714,611027],[78045,611430],[78583,613112],[79967,625122],[87026,618112],[82815,619403],[81688,622902],[77184,627006],[78205,617570],[78732,624681],[77172,623880],[81981,618229],[78938,619729],[80082,615587],[77229,624436],[77215,619637],[86746,624646],[84670,622977],[84192,617293],[80945,614719],[77290,614803],[76834,620524],[77253,623390],[80664,631938],[82388,628250],[77850,633557],[80316,665333],[76978,661855],[79023,668033],[85365,67593],[88300,74707],[86480,113802],[88109,112305],[85848,120128],[100280,-43036],[101570,-54445],[101620,-57344],[93537,164834],[94324,169603],[94087,166696],[96455,170519],[90128,171470],[95754,168894],[94811,167478],[89981,225890],[95133,220994],[91434,224578],[94042,218355],[98158,221346],[97625,228579],[94888,227976],[96445,229065],[96985,217895],[90841,613299],[90185,616595],[90815,69374],[93953,95479],[91519,100938],[97084,101178],[100283,95625],[91928,106778],[96408,109064],[93039,113814],[89715,117027],[95286,118011],[1055165,157462],[1058043,158097],[1063542,162727],[1063002,209268],[107802,-42257],[102522,-43128],[105630,-42819],[104623,-42196],[104115,-52809],[102720,-51785],[102741,-59795],[108764,287339],[104007,62503],[104788,60379],[110132,58306],[108853,62000],[110084,58519],[103934,61161],[102680,58791],[125849,191332],[123232,193648],[122800,195807],[127475,200683],[120674,196557],[124285,198916],[126644,194740],[124675,199321],[121266,292629],[122484,290577],[117122,293604],[120187,295409],[123703,303507],[123047,297732],[122827,330159],[121768,333242],[124001,341677],[123474,340437],[125478,45872],[123700,50236],[120647,51479],[119186,60052],[125795,56080],[117402,62592],[116925,73581],[123308,75441],[119200,72433],[125776,79139],[118408,98706],[122002,93702],[119558,96668],[123882,96679],[124357,98057],[121461,97466],[117555,103672],[125994,116818],[126854,116269],[125293,119332],[125933,120629],[-1275304,1528025],[-1271501,1527334],[-1269227,1531842],[-1277206,1530545],[-1277613,1531239],[-1278025,1532721],[-1276733,1530445],[-1278283,1530920],[-1269651,1534396],[-1277871,1533458],[-1268097,1541131],[-1274276,1537169],[-1275808,1712742],[-1276537,1712492],[-1276738,1713404],[-1273353,1714079],[-1272423,1714995],[-1278152,1714915],[-1274716,1714901],[-1274341,1710601],[-1268487,1715108],[-1270436,1713581],[-1269417,1711597],[-1267504,1721656],[-1268191,1723599],[-1277583,1723135],[-1275527,1723402],[-1274923,1724150],[-1274795,1715515],[-1270005,1716657],[-1272837,1734520],[-1277302,1733027],[-1271020,1732599],[-1279814,1256887],[-1277893,1262041],[-1288139,1484714],[-1289953,1485668],[-1284351,1523334],[-1283327,1523354],[-1281197,1526032],[-1282942,1525266],[-1281761,1526401],[-1289156,1539406],[-1286532,1699472],[-1280861,1700523],[-1283647,1700986],[-1291160,1699742],[-1290945,1700339],[-1292442,1713528],[-1283990,1713819],[-1290634,1709711],[-1286346,1714908],[-1288537,1710911],[-1290522,1710346],[-1291034,1715137],[-1286447,1727108],[-1282069,1717328],[-1281564,1720252],[-1281124,1720389],[-1283559,1227933],[-1287152,1231380],[-1285042,1253000],[-1286853,1253402],[-1285180,1243459],[-1283160,1258531],[-1282820,1261161],[-1286683,1255688],[-1281246,1254707],[-1298638,1492379],[-1299721,1496230],[-1294262,1491975],[-1302276,1500607],[-1302776,1499985],[-1295328,1700700],[-1301153,1700959],[-1304635,1702233],[-1302829,1705975],[-1294133,1714407],[-1300821,1713503],[-1297864,1712236],[-1302483,1716474],[-1298349,1716343],[-1292831,1717179],[-1297422,1721504],[-1296863,1718203],[-1296777,1718833],[-1293587,1722118],[-1294269,1725625],[-1293069,1725248],[-1310118,1330889],[-1318140,1336660],[-1312083,1333692],[-1310836,1336708],[-1314464,1338827],[-1315363,1507923],[-1315524,1506715],[-1307348,1702178],[-1328827,1340986],[-1322757,1335638],[-1324070,1354659],[-1329438,1349829],[-1330124,1478935],[-1329560,1493239],[-1319520,1504869],[-1343769,1433738],[-1341655,1436578],[-1341764,1436492],[-1342433,1447405],[-1342166,1447913],[-1339317,1452681],[-1342034,1452543],[-1342425,1448626],[-1340577,1448144],[-1341626,1462144],[-1341533,1469831],[-1340251,1472368],[-1340972,1236313],[-1331998,1251168],[-1334332,1249787],[-1334462,1251570],[-1337100,1248401],[-1335912,1258060],[-1334039,1272664],[-1337497,1275157],[-1336788,1268586],[-1351048,1285489],[-1344634,1300958],[-1350253,1304813],[-1350067,1292850],[-1355188,1293915],[-1352853,1306761],[-1352039,1306654],[-1350077,1414960],[-1351503,1414476],[-1354889,1419326],[-1345879,1432043],[-1344956,1469632],[-1345531,1466884],[-1344674,1468491],[-1355808,1228941],[-1346543,1228175],[-1349112,1225583],[-1344569,1235479],[-1351842,1232307],[-1344713,1248928],[-1352362,1247094],[-1356113,1243921],[-1346016,1254961],[-1355644,1276728],[-1353271,1267717],[-1357063,1285866],[-1366582,1290221],[-1366506,1304014],[-1363430,1301863],[-1358692,1305062],[-1363188,1381843],[-1365320,1378868],[-1369489,1376335],[-1359303,1390592],[-1363890,1392085],[-1364821,1385302],[-1364875,1382770],[-1359092,1417574],[-1368110,1131251],[-1363315,1224917],[-1359905,1222248],[-1366539,1222192],[-1358462,1227327],[-1366767,1225046],[-1369098,1238515],[-1359219,1247288],[-1366453,1247322],[-1365067,1278563],[-1366780,1278562],[-1357855,1279182],[-1371814,1285517],[-1370085,1285468],[-1378240,1292554],[-1370825,1301101],[-1374432,1365916],[-1372029,1368275],[-1369656,1367141],[-1373729,1368801],[-1377136,1373276],[-1377366,1371754],[-1370189,1374240],[-1369797,1370593],[-1371267,1377051],[-1371838,1375285],[-1373600,1375900],[-1375497,1382413],[-1378893,1380688],[-1377969,1381970],[-1370126,1376582],[-1380374,1383296],[-1381773,1392180],[-1381215,1389906],[-1370438,1399002],[-1375662,1399812],[-1381810,1410246],[-1373522,1129265],[-1371463,1128087],[-1373494,1131989],[-1371119,1133742],[-1376416,1150195],[-1370029,1226691],[-1373514,1223231],[-1376071,1243595],[-1379981,1247378],[-1379272,1264386],[-1374194,1268428],[-1375495,1268876],[-1370844,1279141],[-1388025,1283287],[-1386501,1282976],[-1390622,1285443],[-1384645,1375583],[-1383726,1373327],[-1392829,1382158],[-1389580,1379049],[-1385294,1392225],[-1382939,1393934],[-1382862,1396088],[-1394934,1132117],[-1392766,1132878],[-1383713,1235934],[-1383836,1256890],[-1391187,1262831],[-1395061,1266271],[-1387292,1273262],[-1393646,1274978],[-1394027,1275113],[-122182,-538999],[-121308,-539979],[-123766,-543558],[-122373,-543532],[-120477,-539646],[-123519,-541290],[-116347,-543967],[-116545,-546598],[-118154,-549690],[-116609,-548634],[-118590,-547414],[-121114,-547876],[-115492,-561849],[-118498,-569591],[-120781,-575697],[-126169,-566985],[-120195,-586529],[-124261,-585300],[-116523,-577136],[-121785,-576808],[-116426,-582504],[-121566,-591620],[-121437,-590741],[-126912,-594216],[-119788,-590094],[-127183,-593333],[-115360,-590773],[-115917,-600109],[-119650,-604266],[-116696,-605370],[-116713,-606013],[-119402,-611335],[-116299,-608436],[-117028,-610314],[-117655,-608249],[-120479,-607669],[-122962,-611265],[-120842,-606830],[-120626,-610064],[-119456,-611059],[-116158,-603046],[-125039,-616973],[-125693,-616495],[-123876,-614902],[-122121,162058],[-121900,160573],[-117009,167874],[-127826,235063],[-123307,241706],[-126790,236308],[-126141,238274],[-126813,232670],[-126775,239803],[-125867,243219],[-126643,237079],[-127719,235897],[-124636,241003],[-126546,234859],[-124660,242620],[-127076,243952],[-127547,243590],[-116588,291499],[-117882,291771],[-122988,293411],[-116339,291962],[-121297,292361],[-125907,293939],[-121094,303223],[-115823,300362],[-116200,296782],[-124352,296446],[-118063,294964],[-121057,298027],[-122918,301107],[-127674,301007],[-121526,301828],[-120799,306874],[-117326,305283],[-115679,305911],[-116840,304653],[-117989,297912],[-118824,299088],[-127108,295770],[-127446,297281],[-127952,299021],[-121708,314120],[-120241,309827],[-125017,313851],[-121566,310492],[-120676,315193],[-125889,312357],[-125908,316232],[-126273,309311],[-123043,315047],[-122306,317096],[-125166,317544],[-126755,314450],[-127336,311750],[-127902,308615],[-120261,310993],[-119537,310604],[-118624,428132],[-115899,432862],[-126937,435237],[-118039,439063],[-1405308,1280778],[-1403274,1282492],[-1400061,1284443],[-1398864,1286200],[-1395675,1287835],[-1396932,1251238],[-1403715,1260790],[-1398848,1255341],[-1399213,1258968],[-1404234,1265936],[-1404408,1273757],[-1405121,1275899],[-1402831,1268897],[-1403160,1271846],[-1417640,1407977],[-1420141,1407658],[-1416593,1407448],[-1413253,1407403],[-1413332,1409696],[-1415395,1412315],[-1417832,1409684],[-1415433,1408940],[-1410763,1015395],[-1428189,1390714],[-1428056,1399628],[-1426049,1402180],[-1432602,1400573],[-1431884,1401450],[-1431688,1397973],[-1430564,1400615],[-1427791,1399801],[-1424679,1399801],[-1436938,1399067],[-1436439,1399465],[-1435599,1400495],[-1435637,1402815],[-1443290,1415006],[-1435326,1142715],[-1435061,1145577],[-1458443,1395012],[-1454424,1399465],[-1451635,1395966],[-1454224,1396670],[-1452078,1401005],[-1455200,1403285],[-1448754,1402806],[-1448457,1405293],[-1449508,1407261],[-1452303,1414244],[-1446869,1414391],[-1451928,1176800],[-1455242,1174416],[-1457457,1169286],[-1457828,1187879],[-1452669,1189850],[-1457774,1188154],[-1451306,1178939],[-1453328,1201027],[-1454635,1192405],[-1456064,1194293],[-1456703,1202949],[-1462644,1400194],[-1461668,1399817],[-1470836,1404509],[-1469938,1098368],[-1467240,1097690],[-1469348,1099373],[-1471677,1103547],[-1461547,1188136],[-1460826,1194092],[-1461462,1195224],[-1461485,1201041],[-1461356,1206096],[-1461791,1237168],[-1459817,1240135],[-1460578,1240127],[-1466783,1236606],[-1480634,1394318],[-1480001,1398756],[-1473705,1405834],[-1476313,1405308],[-1478241,1408364],[-1484258,1415237],[-1474851,1098324],[-1479250,1097564],[-1475873,1097825],[-1481798,1108846],[-1478654,1116343],[-1478139,1268308],[-1480917,1272793],[-1481265,1275857],[-1481869,1267430],[-1486208,1281869],[-1490828,1285371],[-1495794,1281690],[-1493749,1286088],[-1493436,1289521],[-1491163,1302260],[-1492744,1394270],[-1487609,1393672],[-1495389,1392803],[-1495006,1390747],[-1494835,1387315],[-1492717,1393507],[-1489366,1389035],[-1489781,1397241],[-1490708,1405181],[-1490679,1412204],[-1489810,1409356],[-1487684,1113596],[-1485305,1106435],[-1488098,1276837],[-1496810,1267822],[-1507062,1283191],[-1508593,1281846],[-1502758,1280439],[-1505713,1286905],[-1506437,1287974],[-1505489,1297229],[-1500991,1295074],[-1508530,1386426],[-1504541,1384715],[-1504337,1387165],[-1507552,1387128],[-1508280,1387594],[-1504075,1392636],[-1504457,1392652],[-1506892,1396251],[-1499501,1265037],[-1498307,1275517],[-1503165,1269484],[-1502059,1275045],[-1511490,1290235],[-1514587,1378858],[-1513074,1386525],[-1514062,1390422],[-1518772,1390520],[-1519568,1385478],[-1519436,1388418],[-1515092,1389086],[-1515608,1390099],[-1515429,1392367],[-1516550,1387213],[-1521001,1387238],[-1516665,1393657],[-1514745,1389702],[-1518724,1390909],[-1520831,1393127],[-1522396,1393100],[-1521119,1397590],[-138234,-274749],[-136525,-273193],[-136774,-35799],[-135714,-36715],[-137816,-536443],[-136071,-543480],[-138100,-544204],[-129232,-547416],[-138137,-552081],[-133362,-582052],[-128726,-588210],[-139633,-580812],[-128008,-592773],[-136066,-49279],[-133609,-50069],[-134763,-49509],[-133982,-50014],[-132280,-46087],[-139318,-696217],[-135850,-691936],[-136316,-692533],[-137502,155890],[-129927,227677],[-128788,227496],[-128986,226006],[-129778,226421],[-130561,231362],[-131041,232210],[-135943,234330],[-132998,242979],[-128866,238194],[-135357,236293],[-134652,233805],[-133202,231669],[-137252,239758],[-136149,235166],[-137174,236594],[-129859,231250],[-133087,234433],[-129346,239506],[-130218,241660],[-132142,233393],[-128572,237048],[-134097,233027],[-132976,238476],[-132790,239870],[-133316,231237],[-128613,245007],[-130484,245703],[-129061,245928],[-134339,295342],[-133052,295707],[-133871,296942],[-133685,297267],[-134724,301067],[-133835,301881],[-134664,296794],[-131174,307142],[-131126,301096],[-134373,297676],[-134372,299344],[-133687,294890],[-132455,302265],[-132575,303348],[-131088,295389],[-129649,297063],[-131325,297548],[-128809,297295],[-132128,306994],[-128141,297866],[-131804,312499],[-133534,311143],[-132670,308659],[-129659,310559],[-130215,310358],[-128967,309110],[-128143,434402],[-1534612,1380776],[-1527002,1384151],[-1527575,1393427],[-1524035,1389889],[-1527647,1394587],[-1525109,1383807],[-1524518,1391281],[-1526372,1387714],[-1524830,1384573],[-1525320,1388758],[-1524054,1387295],[-1524901,1389811],[-1524384,1399054],[-1525474,1398998],[-1526029,1397502],[-1524801,1396899],[-1528789,1396198],[-1528211,1396342],[-1523513,1396170],[-1531902,1106478],[-1533770,1113350],[-1533738,1108086],[-1547496,1373808],[-1538506,1106006],[-1548208,1111986],[-1543522,1108831],[-1542942,1105183],[-1556223,1374803],[-1552260,1374306],[-1551492,1373351],[-1550678,1378822],[-1550113,1107636],[-1553898,1106169],[-1549690,1113996],[-1565903,1323305],[-1570843,1324316],[-1571215,1338568],[-1569229,1106634],[-1569946,1106448],[-1573000,1107679],[-1580354,1328051],[-1577083,1324260],[-1576064,1327338],[-1582600,1337922],[-1580110,1333988],[-1581839,1339045],[-1574651,1343145],[-1579591,1345536],[-1576906,1345593],[-1575174,1106087],[-1581642,1109596],[-1586858,1121307],[-1590314,1101528],[-1592364,1105028],[-1596864,1106730],[-1598337,1107050],[-1599673,1109477],[-1592367,1107914],[-1592312,1107373],[-1598351,1114493],[-1593853,1117837],[-1597792,1116456],[-1590145,1119686],[-1607062,1113689],[-1610912,1111474],[-1607074,1110352],[-1604585,1110379],[-1611656,1121715],[-1609554,1121008],[-1600584,1125098],[-1606986,1122981],[-1604699,1125499],[-1614062,1111734],[-1623497,1133139],[-1624260,1143881],[-1621983,1148663],[-1622109,1141077],[-1619713,1140688],[-1626694,1129370],[-1631207,1143146],[-1630112,1141310],[-1632535,1154642],[-1633016,1159306],[-1631695,1157615],[-1650158,1138685],[-1643655,1136530],[-1638929,1139258],[-1643337,1149834],[-1649810,1144711],[-1650723,1144468],[-1642151,1144752],[-1647608,1148818],[-1643810,1147246],[-1649660,1152218],[-1650145,1159746],[-1648423,1157011],[-1648509,1155154],[-1642077,1156776],[-1638881,1153499],[-1644635,1154355],[-1641237,1161083],[-1639161,1157631],[-151668,-259603],[-151156,-259538],[-147954,-260916],[-146160,-261681],[-145969,-262246],[-145601,-265868],[-142262,-266677],[-141716,-267889],[-144812,-267155],[-143579,-273426],[-152049,-549079],[-150265,-550172],[-151037,-544322],[-142652,-549195],[-148471,-548403],[-146414,-548487],[-148546,-550352],[-151291,-558448],[-152415,-553459],[-141384,-563286],[-144352,-566687],[-147597,-567196],[-142365,-576085],[-141758,-578024],[-149564,-578811],[-147591,-581862],[-146277,-579035],[-141709,-38782],[-146260,-639256],[-146204,-641347],[-141556,-645407],[-141495,-687630],[-140891,-693695],[-141803,-691523],[-146447,314146],[-146040,313907],[-147091,315105],[-147753,313348],[-150087,312923],[-152450,313772],[-151761,315962],[-153007,315863],[-149755,313950],[-147830,319966],[-150705,317550],[-150169,317430],[-148870,316444],[-147763,316593],[-146967,318860],[-147484,314606],[-145394,318237],[-153619,117189],[-1659611,1137715],[-1658721,1136231],[-1659612,1141647],[-1660501,1142357],[-1657389,1143998],[-1654687,1144949],[-1658564,1151074],[-1661910,1150083],[-1657329,1158069],[-1659160,1158600],[-1651254,1161519],[-1674328,1144101],[-1672462,1148395],[-1671649,1149575],[-1670172,1144633],[-1666833,1147152],[-1682676,1138202],[-1688669,1137620],[-1685280,1136504],[-1688530,1142386],[-1689101,1143496],[-1686823,1144928],[-1688234,1145792],[-1689286,1143306],[-1677139,1144219],[-1677809,1146076],[-1676998,1145851],[-1679773,1143625],[-1678996,1143931],[-1699608,1114208],[-1697355,1117000],[-1693591,1116776],[-1691658,1121696],[-1690676,1121287],[-1695676,1118392],[-1695146,1125424],[-1694293,1125193],[-1690324,1123539],[-1690736,1124838],[-1694129,1125028],[-1692719,1126215],[-1702120,1127919],[-1700926,1128038],[-1696290,1136309],[-1697258,1136819],[-1701770,1136657],[-1692652,1133449],[-1692565,1136002],[-1694897,1136346],[-1698939,1138521],[-1698395,1139254],[-1696721,1140582],[-1702113,1141369],[-1700575,1143852],[-1698495,1146335],[-1698925,1148941],[-1690287,1142320],[-1712542,1103291],[-1712978,1103288],[-1710773,1101894],[-1708792,1101843],[-1706851,1104337],[-1708707,1105076],[-1709223,1107850],[-1707360,1107444],[-1711348,1107353],[-1712563,1104644],[-1714394,1107279],[-1709691,1109900],[-1707992,1108625],[-1711779,1118153],[-1704729,1119113],[-1705086,1117849],[-1704314,1121914],[-1703989,1122464],[-1713050,1121448],[-1703842,1125675],[-1707553,1126546],[-1707661,1121850],[-1711876,1124321],[-1711063,1124295],[-1714861,1115205],[-1709201,1120467],[-1710347,1119960],[-1714488,1117133],[-1711997,1115509],[-1705550,1128601],[-1706041,1127994],[-1706051,1138126],[-1703519,1137582],[-1705393,1143740],[-1704231,1144325],[-1707885,1139639],[-1703879,1144256],[-1708708,1139465],[-163661,-254472],[-162486,-255009],[-161526,-258120],[-160100,-257119],[-163726,-256958],[-153943,-260350],[-165535,-571842],[-161399,-572224],[-159188,-565230],[-162803,-567742],[-153043,-560634],[-164796,-575919],[-156428,-582993],[-160287,205281],[-159563,208710],[-160955,208712],[-163418,51090],[-164228,50011],[-155138,46086],[-163615,54895],[-162865,54617],[-161807,52278],[-163014,51795],[-157945,57100],[-155976,119019],[-155129,118650],[-155340,119007],[-154623,117679],[-178413,-230077],[-178702,-233134],[-179162,-231652],[-174738,-239499],[-176357,-239199],[-174734,-238546],[-177441,-238055],[-172940,-239706],[-176374,-240896],[-174621,-241718],[-170790,-241542],[-167981,-254045],[-168571,-254429],[-166603,-255716],[-169944,-251418],[-168978,-251393],[-166489,-251255],[-169132,-248257],[-171811,-248047],[-172234,-245057],[-170365,-243421],[-174080,-243141],[-171981,-248990],[-173869,-266763],[-166890,-256766],[-169657,-258233],[-168416,-261367],[-170865,-566697],[-177971,-578916],[-166728,-43659],[-172661,-39409],[-172509,-43951],[-171230,-112636],[-176054,246283],[-175993,250012],[-177701,254726],[-175561,246474],[-177984,245475],[-174498,290674],[-173855,291904],[-176651,301410],[-177832,297302],[-170120,75911],[-171290,81717],[-171419,88605],[-169874,85081],[-171309,85807],[-172157,86125],[-177399,107919],[-176771,108428],[-177911,107636],[-186524,-156247],[-185326,-228240],[-190933,-229441],[-184357,-233570],[-186864,-232382],[-186894,-232609],[-182890,-234589],[-182420,-238025],[-189241,-230329],[-183700,-234111],[-189855,-251411],[-180987,-460093],[-180172,-456646],[-181268,-455276],[-179549,-39910],[-183728,-52040],[-188616,-57981],[-186686,-56469],[-180805,-54143],[-190511,243251],[-191268,237813],[-190806,239773],[-185673,241102],[-188286,238438],[-179295,243165],[-186443,238888],[-186429,240358],[-183948,247851],[-186513,249416],[-188927,244778],[-185777,245547],[-185018,250964],[-180785,248049],[-180081,245108],[-183217,246686],[-185191,251876],[-179496,252429],[-181008,254488],[-181255,252500],[-179263,255729],[-181210,253994],[-191280,244653],[-183020,249782],[-185832,249550],[-184292,244954],[-181492,243616],[-180699,246098],[-181935,257449],[-180142,294400],[-182008,292920],[-188569,291012],[-186678,291994],[-182963,289142],[-182090,288905],[-179574,288149],[-179213,289623],[-189161,298702],[-189959,297832],[-185124,301267],[-185130,303030],[-180632,299035],[-184442,299149],[-181631,304970],[-182831,303182],[-190220,300488],[-186655,301073],[-183873,302760],[-182275,297592],[-180093,297814],[-181244,295321],[-184718,297596],[-189748,301804],[-184285,296294],[-181639,302692],[-190548,28514],[-187190,36362],[-186475,37007],[-186713,31602],[-187667,30736],[-188884,28413],[-187735,29186],[-190280,32904],[-184699,38586],[-189712,39084],[-184234,48941],[-184084,47760],[-183817,50398],[-185406,49406],[-185678,51124],[-185939,44783],[-185851,47801],[-187291,49017],[-187907,45844],[-187244,45614],[-188757,42158],[-186143,48754],[-186234,38879],[-186912,40951],[-187265,39421],[-186110,53921],[-185043,52365],[-184294,53049],[-187223,55292],[-189411,57745],[-188660,57237],[-188369,56500],[-188192,57198],[-188269,58502],[-183421,54888],[-191140,62317],[-190303,73646],[-187909,68124],[-191181,64846],[-181295,105655],[-185719,123560],[-191370,125332],[-195601,-226706],[-200920,-225260],[-201385,-224778],[-199278,-225510],[-204359,-221843],[-203824,-225348],[-196107,-224044],[-200463,-222301],[-198167,-223134],[-200234,-238893],[-197750,-251688],[-196545,-249004],[-195604,-251555],[-195475,-257316],[-192872,-258195],[-195014,-654402],[-197288,-57991],[-196338,-58819],[-201299,-53521],[-203581,-53133],[-204211,-56151],[-203592,16899],[-203414,58896],[-202784,57689],[-203928,74337],[-199069,80041],[-201239,80157],[-200348,80644],[-197865,80095],[-204074,83136],[-198833,120235],[-199995,117634],[-202767,124360],[-204719,122277],[-199109,118707],[-199235,121843],[-204318,125225],[-204963,127196],[-203727,124329],[-204447,123843],[-199429,123199],[-199122,126329],[-192418,121398],[-194354,120468],[-195513,121387],[-195023,120759],[-197221,119383],[-198689,122375],[-199590,123880],[-198358,125429],[-197287,124860],[-197886,123877],[-198050,124695],[-196758,120771],[-199431,128006],[-198959,127058],[-214558,-156490],[-217139,-154586],[-214477,-226260],[-216355,-226523],[-204886,-224717],[-205706,-225375],[-210178,-226348],[-215746,-225922],[-210548,-227515],[-205900,-251293],[-208204,-248097],[-206215,-55817],[-212942,-54813],[-216892,-73736],[-210166,140533],[-209557,141802],[-216582,227997],[-215572,229394],[-214353,228639],[-212644,227189],[-215030,227508],[-212906,242901],[-208119,242824],[-211715,238670],[-209071,241645],[-213136,236725],[-210289,235008],[-210210,239247],[-207563,241954],[-208285,239379],[-209696,235679],[-208549,230742],[-215343,235841],[-216441,236417],[-214900,238858],[-216364,238542],[-214383,240026],[-213454,240123],[-206325,239783],[-216930,243399],[-209449,244410],[-211265,245746],[-211619,244389],[-211517,244007],[-206508,244625],[-206776,245848],[-207751,246298],[-216389,244825],[-215269,245310],[-206765,46182],[-214354,74793],[-207895,64905],[-211077,75757],[-215511,74671],[-212662,88561],[-209948,86978],[-212005,85020],[-207348,82491],[-210196,78455],[-207566,78211],[-206774,77159],[-216956,79157],[-216542,77903],[-211798,91028],[-216328,98156],[-216406,96800],[-216561,94643],[-216113,90427],[-215868,90462],[-211591,112930],[-214416,114500],[-217089,103469],[-216661,115458],[-230061,-203224],[-229370,-209444],[-229232,-212866],[-226635,-212796],[-221048,-225771],[-223196,-223873],[-220809,-225433],[-221915,-225113],[-222009,-224364],[-223155,-224797],[-218793,-227194],[-228450,-220121],[-226521,-221299],[-221968,-221315],[-227187,-222253],[-219354,-227353],[-224347,-57941],[-218973,-64931],[-227970,-68176],[-224589,-87613],[-225305,-88260],[-222751,-80728],[-227536,-86067],[-225739,-86515],[-222807,-88534],[-229593,-90371],[-217648,229612],[-223299,228484],[-220470,228253],[-219451,228673],[-217681,227919],[-224296,230379],[-218570,233859],[-221816,230831],[-218567,234047],[-219021,236068],[-222349,233386],[-217612,235982],[-228202,266689],[-225186,267320],[-226427,267211],[-227278,263767],[-222598,266132],[-224069,265781],[-227723,268498],[-225045,268230],[-222600,268517],[-228909,273148],[-227849,269418],[-225884,272279],[-227324,271795],[-226766,273193],[-224408,270034],[-224472,269611],[-223604,335805],[-228123,334715],[-227766,352618],[-228803,367178],[-230333,587062],[-225647,590260],[-228812,592258],[-219702,60595],[-224416,74850],[-223628,75251],[-225236,73526],[-217935,76615],[-221007,87314],[-221734,86892],[-221097,86362],[-224462,79681],[-224206,77429],[-225365,77482],[-226464,88435],[-225663,88276],[-226662,87574],[-225851,87732],[-228095,97415],[-224756,98732],[-223504,101435],[-221874,91736],[-221169,92138],[-222128,96408],[-223290,96660],[-223039,97029],[-220334,96074],[-219878,96294],[-220179,101726],[-222309,101276],[-222349,100211],[-222081,98675],[-228146,95850],[-224449,97510],[-217753,94296],[-230342,91209],[-227763,95043],[-224812,91964],[-224192,92274],[-222298,104784],[-221297,104490],[-217745,103493],[-217873,104429],[-223936,105976],[-223791,106835],[-223314,107035],[-219644,104442],[-218958,103820],[-218588,104305],[-220441,104513],[-219425,101810],[-235245,-202181],[-242510,-199400],[-230538,-208354],[-230912,-93674],[-234236,-91709],[-231201,-89554],[-241808,205330],[-242396,210291],[-242108,208042],[-242925,211660],[-242407,210236],[-241968,207957],[-242021,205066],[-236009,257100],[-233678,266463],[-231541,265621],[-238509,265470],[-236694,263641],[-236098,267783],[-239537,267324],[-242589,267397],[-242329,267257],[-236254,259651],[-237593,258801],[-237335,256462],[-241276,257975],[-241461,258953],[-242264,261830],[-242892,262180],[-239423,260947],[-239783,262499],[-240287,263490],[-239012,264147],[-243049,264370],[-232924,259545],[-233912,260570],[-230723,264669],[-230895,265288],[-233314,262775],[-234129,278688],[-232320,278380],[-236174,269919],[-236137,269777],[-241704,271184],[-242001,269876],[-241380,275065],[-242469,274994],[-242577,272488],[-241176,279370],[-242577,280977],[-238438,279910],[-236375,278629],[-240405,276671],[-239096,276173],[-237475,274194],[-236499,273525],[-232003,272154],[-233030,273498],[-231283,270532],[-232075,280289],[-237000,322957],[-230734,327013],[-231003,328745],[-238385,325294],[-241634,326830],[-240482,328846],[-234911,345300],[-236726,341072],[-241619,342072],[-237233,345618],[-242749,335003],[-234973,333205],[-237160,354089],[-239730,356970],[-231792,349282],[-237239,350876],[-233229,364969],[-234152,580429],[-240069,588658],[-236368,584731],[-235657,595088],[-235684,596822],[-235519,590216],[-238919,595214],[-237611,590883],[-239311,593809],[-232391,86347],[-242435,88691],[-232508,96421],[-240954,95016],[-237256,89927],[-234135,104585],[-233596,106970],[-232434,114865],[-234837,119962],[-232362,115539],[-241326,122668],[-12595,133832],[-9447,133038],[-764,297586],[-346,300244],[-703,301814],[-2800,607289],[-3735,612757],[-1929,606149],[-2316,608178],[-5226,609287],[-1729,606461],[-1531,608495],[-1039,603347],[-1733,617412],[-7286,122325],[-7897,123033],[-9207,123290],[-249196,-115224],[-247356,-175310],[-248139,-176165],[-249915,-166718],[-248021,-173306],[-251648,-177550],[-249139,-186466],[-246180,-192361],[-243354,-198415],[-250317,-203544],[-251088,-202476],[-252898,-203346],[-248698,-208498],[-253797,-206481],[-247936,-207447],[-254785,-206550],[-255270,-75636],[-253593,-74467],[-252604,-73848],[-252719,-69592],[-255816,-85160],[-253748,-86681],[-254801,-86459],[-249264,-99421],[-249367,-101659],[-246706,-102917],[-247042,-111390],[-250176,-104581],[-250681,-109272],[-247865,203568],[-247285,202678],[-253402,202542],[-251440,202933],[-254678,207478],[-254170,206882],[-255626,209155],[-254220,207192],[-252478,207785],[-254624,210435],[-252326,213005],[-252074,211509],[-246635,209385],[-249608,214046],[-244614,210488],[-248716,213728],[-243376,212142],[-246055,215046],[-243418,263798],[-243462,272861],[-245272,277669],[-245164,277511],[-243421,277978],[-245028,279739],[-244408,269218],[-244192,269908],[-245057,271203],[-244422,272392],[-243650,274670],[-255878,280641],[-254622,279767],[-254704,281197],[-255464,282192],[-248540,335754],[-245427,344475],[-244546,333012],[-251991,393699],[-255906,389107],[-243896,589724],[-253219,76974],[-251489,76880],[-247149,83591],[-248802,83903],[-245460,85114],[-244308,83073],[-247253,86950],[-246609,85919],[-246174,88367],[-253743,99685],[-255526,96454],[-255850,96120],[-251278,96690],[-251695,95135],[-255129,93460],[-255295,94281],[-255605,94815],[-255628,93537],[-246472,94271],[-246930,95292],[-246056,96084],[-246533,94561],[-247494,95437],[-247028,111793],[-246253,113803],[-243460,102843],[-244162,104407],[-251097,108460],[-249224,106453],[-250035,112658],[-254824,120010],[-252689,123481],[-250826,120445],[-249869,115517],[-250712,116305],[-244800,116149],[-246898,119342],[-243690,116553],[-244728,118780],[-248537,116293],[-256133,-123761],[-257279,-125887],[-262911,-126960],[-266303,-125264],[-264607,-122662],[-258156,-131475],[-267018,-128800],[-261510,-217305],[-262895,-216202],[-267769,-51234],[-257920,-75601],[-256416,-76578],[-258817,-81866],[-260235,-77764],[-260788,-97961],[-261830,-101075],[-262070,-107383],[-263906,-107835],[-267282,-108714],[-266909,-113181],[-268665,-110618],[-265160,140441],[-267166,134343],[-260057,128415],[-256478,206415],[-256021,211861],[-263684,332192],[-268322,328671],[-268583,325039],[-257188,335039],[-260063,338870],[-259146,381309],[-262291,383568],[-267592,382651],[-263440,383961],[-258785,387745],[-261269,391496],[-257814,393738],[-256375,395948],[-268426,396287],[-268469,390062],[-265196,384424],[-267960,404657],[-256645,75654],[-256161,73818],[-258657,69397],[-268716,100694],[-268446,101430],[-265852,102049],[-265710,101334],[-265232,100017],[-266127,100464],[-266106,102451],[-256596,99407],[-256082,98633],[-256480,98208],[-256374,97264],[-256565,95573],[-256210,93475],[-257895,96743],[-257940,95558],[-258590,98705],[-259158,101632],[-264555,92097],[-264427,91234],[-264390,91576],[-265941,92934],[-267055,92759],[-265363,92955],[-263397,92997],[-267760,95456],[-263148,96811],[-262653,99726],[-266712,97473],[-265497,98624],[-263806,99678],[-264387,99706],[-263317,99863],[-263252,99680],[-263301,99781],[-257369,99846],[-268777,102656],[-268430,102936],[-264806,105203],[-264657,103917],[-265269,103506],[-256748,111187],[-265383,107765],[-257175,111598],[-257101,113146],[-264304,103949],[-263746,106249],[-265282,112761],[-265226,117137],[-262830,122855],[-260468,126117],[-260747,127113],[-263659,122182],[-260122,127852],[-271424,-116765],[-269389,-130328],[-274673,-131075],[-280370,-209950],[-270549,-50694],[-275739,-52198],[-274283,-51463],[-274934,-51528],[-276482,-52704],[-273503,-58250],[-276649,-59921],[-275527,-59419],[-278005,-88705],[-280130,-87700],[-270218,-97731],[-271027,-97125],[-271205,-94212],[-269765,-112368],[-272568,-111585],[-277656,-109088],[-273921,-105321],[-275805,133626],[-275383,132270],[-276543,131151],[-276050,130584],[-277856,134139],[-279795,137775],[-279417,139021],[-276501,137524],[-269223,135695],[-271152,328752],[-269904,332631],[-277575,384403],[-273660,385685],[-278918,385945],[-277307,388155],[-278999,396416],[-279620,394015],[-278134,390899],[-281013,393042],[-269231,388276],[-270983,385672],[-276230,405724],[-276331,406124],[-269550,407043],[-280478,403536],[-274900,403144],[-275393,401495],[-281312,408428],[-269693,401203],[-271361,399685],[-271043,403948],[-280615,416511],[-275346,411330],[-277855,50734],[-276168,60924],[-279055,63933],[-275904,65383],[-276818,80215],[-277940,78696],[-277544,79255],[-276600,79164],[-269544,97967],[-270633,97411],[-269838,98307],[-268901,95801],[-271458,100757],[-271105,99835],[-269246,102877],[-274795,108938],[-273339,111337],[-273030,111558],[-279719,115137],[-279694,115185],[-280046,115122],[-275866,108635],[-275616,108995],[-278829,112866],[-281217,115273],[-278976,113277],[-278422,123298],[-278169,123508],[-277297,122517],[-277302,119879],[-277564,119583],[-276473,119935],[-280715,115598],[-289358,-166725],[-289353,-168387],[-290030,-167335],[-289759,-167060],[-289369,-213332],[-285885,-227130],[-286600,-54486],[-286655,-59527],[-284301,-60049],[-289432,-59342],[-293097,-59541],[-292973,310120],[-290384,312463],[-286462,309856],[-293388,382728],[-293563,32120],[-290885,34673],[-292409,395477],[-290977,394021],[-291768,392623],[-293530,392581],[-289605,394877],[-288461,387774],[-283035,387214],[-292865,385576],[-284659,384543],[-289504,385426],[-291072,386631],[-284283,404617],[-289068,407936],[-290252,406005],[-287122,400827],[-281731,412157],[-286255,420699],[-282261,417752],[-290062,417208],[-290964,424125],[-282203,424591],[-285582,423200],[-284200,425230],[-287856,511273],[-292395,511157],[-287864,45208],[-286481,47632],[-291572,50384],[-289518,513842],[-284870,61757],[-291222,52590],[-289899,52524],[-286685,56498],[-287294,54117],[-282865,53664],[-281990,61881],[-285991,62487],[-287518,72825],[-292788,71280],[-288788,71099],[-288630,76164],[-284796,86490],[-284989,84201],[-289406,81024],[-286116,80595],[-292035,78671],[-283894,94918],[-293536,101296],[-292224,99463],[-291897,100208],[-294330,93037],[-293959,91441],[-284188,90805],[-286809,115263],[-284205,107069],[-287411,115602],[-287752,115935],[-289654,125694],[-291535,124869],[-291321,123931],[-304344,-249544],[-300172,-58030],[-305212,-58567],[-304860,-89261],[-303475,-83353],[-296784,304236],[-304687,302801],[-299621,320036],[-300445,315293],[-298605,317856],[-295819,309911],[-305924,318932],[-300773,310553],[-303823,310318],[-296519,308513],[-304312,318191],[-302220,324356],[-302112,322220],[-305418,322286],[-303451,31585],[-296868,30891],[-299780,31795],[-296721,33585],[-299959,37428],[-299584,394290],[-302147,391004],[-301121,390471],[-295274,403782],[-302521,403842],[-296890,403570],[-298681,409408],[-306877,402153],[-303963,411206],[-300847,414802],[-299015,414062],[-299807,425282],[-301371,427680],[-294624,423861],[-295578,424820],[-296896,505519],[-298398,511464],[-304816,504380],[-297918,39874],[-297336,41124],[-298671,39271],[-305893,40006],[-306809,41228],[-306585,47166],[-303894,45785],[-303384,40688],[-302901,45516],[-306754,513298],[-298527,515897],[-305593,525526],[-304588,526318],[-304755,54862],[-305257,56651],[-302473,55810],[-301389,56694],[-302780,56946],[-304896,58787],[-304753,59850],[-306003,60342],[-304865,61288],[-304796,61816],[-303916,63153],[-304099,64176],[-305309,64119],[-301907,62963],[-301673,62092],[-302583,62586],[-302259,63610],[-305528,53514],[-306232,54137],[-300081,59898],[-300801,59678],[-299246,54157],[-299217,53406],[-300981,73316],[-303877,73233],[-305077,74058],[-304362,70772],[-304716,69505],[-306835,73732],[-296248,68107],[-302110,65440],[-302316,64503],[-302268,67891],[-302658,68108],[-303332,67550],[-302945,70550],[-301524,69630],[-301911,69823],[-299234,69998],[-300948,76102],[-300134,78863],[-302904,80833],[-305550,84187],[-303623,77365],[-305832,80394],[-296563,80108],[-297889,83358],[-296144,84260],[-306383,91311],[-303849,96554],[-302377,96156],[-302897,96523],[-300528,95882],[-296317,97696],[-299593,95527],[-300200,90949],[-295470,90368],[-296386,90560],[-303762,111975],[-303698,111203],[-302570,111632],[-300918,110203],[-301160,110750],[-299999,110576],[-298579,108917],[-298683,108761],[-303474,117578],[-302670,116443],[-295244,122659],[-305095,121580],[-305871,119039],[-302230,119735],[-304331,123017],[-319665,-215063],[-316562,-217263],[-316641,-215579],[-315091,-228625],[-317038,-229510],[-319248,-223254],[-316246,-10581],[-317460,-10999],[-317363,-5085],[-318573,-36322],[-317742,-28182],[-312590,-26126],[-317853,-45210],[-316140,-48421],[-319408,-38370],[-319369,-48397],[-311861,-54556],[-313813,-52480],[-309469,-62812],[-315929,-56547],[-316493,-54808],[-317990,-52841],[-308963,-64408],[-312673,3194],[-314385,301165],[-313995,299132],[-307586,299842],[-308907,301249],[-309865,306254],[-309135,303953],[-308232,317725],[-315883,318772],[-315251,320333],[-313591,36325],[-316992,37494],[-317578,36253],[-317589,34753],[-309071,33927],[-307232,38514],[-312570,403105],[-311842,407069],[-310482,401924],[-315300,435685],[-308897,507994],[-308344,504727],[-315381,47284],[-315295,49185],[-316573,49969],[-315678,51268],[-319472,50765],[-313801,42760],[-316784,42056],[-308990,40237],[-309342,41856],[-313238,45417],[-315014,44719],[-308821,44527],[-311955,519423],[-311972,521467],[-315421,519513],[-316081,514732],[-315001,512786],[-309223,517284],[-312091,525124],[-307426,526900],[-307615,56489],[-307826,57277],[-313272,53966],[-310739,55208],[-311427,54575],[-311573,54880],[-311749,55284],[-315948,51969],[-319928,69158],[-306963,84775],[-308009,87216],[-312310,88181],[-312802,82413],[-313827,89481],[-308786,90966],[-312997,89983],[-313083,90524],[-308740,112505],[-312725,112861],[-313412,112258],[-314948,110197],[-314502,109203],[-314847,108478],[-313214,110813],[-308610,111186],[-308942,110213],[-313348,110640],[-320247,-213391],[-332521,-226092],[-331976,-227418],[-326600,-226576],[-326262,-225708],[-327607,-224628],[-328899,-224284],[-326384,-223863],[-322257,-220163],[-327161,-220337],[-324839,-221598],[-326500,-223466],[-325250,-217685],[-325361,-217877],[-331990,-232674],[-320319,-1372],[-324745,-18759],[-323399,-20929],[-322556,-22452],[-323325,-22409],[0,200],[-327960,-16525],[-326196,-24979],[-321905,-26135],[-321804,-28739],[-322307,-29923],[-328906,-36478],[-328864,-37827],[-327566,-29215],[-325662,-29146],[-329710,-26936],[-329385,-31753],[-330682,-35767],[-325446,-48699],[-326520,-42644],[-325355,-45236],[-327025,-39512],[-327724,-39583],[-326742,-40872],[-329660,-63722],[-330228,-61581],[-331298,-58494],[-329768,-59868],[-329516,-57450],[-328262,-55328],[-330281,-66161],[-329118,-75749],[-321777,-75549],[-331655,-70317],[-331385,-68634],[-332209,-67684],[-325781,-98933],[-327214,-98736],[-323917,-97182],[-328292,-97898],[-324687,-98457],[-324168,-98630],[-330890,-95061],[-325272,6112],[-320773,146322],[-321816,145525],[-332212,145962],[-332238,142927],[-328511,164554],[-328028,164189],[-330769,165458],[-330965,178688],[-329342,173587],[-327579,175254],[-324192,173015],[-329402,175153],[-331392,167930],[-326906,175335],[-332459,169914],[-329411,171459],[-324921,169848],[-331918,177064],[-329509,167822],[-325941,174489],[-329339,170464],[-325604,173095],[-327006,168771],[-324465,170492],[-328232,170594],[-323241,178252],[-325355,177760],[-326944,179215],[-328044,180328],[-329435,181541],[-330587,181014],[-330417,298454],[-323920,295320],[-331477,294920],[-328084,299261],[-330564,320064],[-329903,322750],[-328561,327535],[-332032,336642],[-325571,337920],[-325288,31299],[-322304,32575],[-328634,48033],[-330249,46569],[-328810,46276],[-328466,46252],[-329427,46399],[-320758,42986],[-322143,43957],[-327175,40245],[-321974,39941],[-327477,47970],[-325556,50719],[-324190,46203],[-324360,44867],[-328183,42908],[-331945,61873],[-332433,61911],[-323819,61405],[-322725,59477],[-321160,57027],[-323723,54375],[-325024,53667],[-323988,64494],[-329542,72125],[-326021,69318],[-328859,66233],[-328425,70859],[-323316,65309],[-326984,73534],[-329572,89554],[-327702,89748],[-326246,82219],[-327734,86830],[-323861,84572],[-328474,91572],[-327437,91390],[-327702,90110],[-328279,90150],[-332677,93562],[-332552,94092],[-328974,90970],[-329621,91980],[-330140,92681],[-336908,-177093],[-337197,-178299],[-343452,-187906],[-344143,-188900],[-343900,-182439],[-339187,-182610],[-340490,-200832],[-344886,-201717],[-343446,-195723],[-343345,-210614],[-340086,-211319],[-340489,-214708],[-340659,-206606],[-336577,-212910],[-333877,-213180],[-336658,-227773],[-336421,-227678],[-340292,-218226],[-333659,-225027],[-345082,-231089],[-334686,-231507],[-341579,-9626],[-335858,-5309],[-337844,-3072],[-342258,-5286],[-344755,-12021],[-345371,-12468],[-334955,-13598],[-340324,-13316],[-343040,-14001],[-337269,-13796],[-337292,-24266],[-339537,-22639],[-336144,-25371],[-340752,-37259],[-339593,-29153],[-336913,-27430],[-338382,-27223],[-343619,-28434],[-341520,-39524],[-339688,-40810],[-341205,-41441],[-342503,-42704],[-335264,-62107],[-338508,-63038],[-342606,-75830],[-335442,-70199],[-334159,-70022],[-336970,-71387],[-338680,-71249],[-336644,-68385],[-340688,-73675],[-344878,-69602],[-344555,-69907],[-337629,-82118],[-343475,-78098],[-338557,-88123],[-337832,-90551],[-336716,-91837],[-336134,-92582],[-334824,-95578],[-336495,-95701],[-338421,-90378],[-341006,6617],[-339153,6544],[-334176,9479],[-344408,4985],[-340579,7834],[-337391,5117],[-333099,170626],[-338516,174786],[-336327,176449],[-334415,175695],[-337770,172274],[-336064,20139],[-336958,17716],[-340335,19031],[-343911,22748],[-342008,23652],[-338856,24733],[-335273,23921],[-334473,294475],[-342020,289549],[-343001,284262],[-337103,288256],[-336774,293910],[-333956,298131],[-333898,295462],[-342932,299558],[-335997,304562],[-344407,306877],[-339150,306835],[-341368,317562],[-334985,319732],[-337340,321445],[-334337,326951],[-340267,327377],[-340937,327599],[-342776,331663],[-341237,330781],[-336858,343147],[-336625,340984],[-343023,340406],[-336554,336417],[-343786,337605],[-334750,334332],[-333683,31959],[-342921,38344],[-343575,38574],[-344979,33263],[-338435,27819],[-338634,30382],[-342229,30425],[-342341,31735],[-341272,33640],[-342623,33777],[-339825,30882],[-345237,29472],[-334629,37587],[-339311,38595],[-342057,38222],[-344300,27062],[-344134,46620],[-345593,50014],[-344961,47049],[-343152,49626],[-335537,44140],[-342732,41334],[-339131,39987],[-333869,45291],[-336921,43248],[-338855,42875],[-344112,39955],[-344377,42701],[-339877,43938],[-341348,40510],[-343985,41030],[-335537,42614],[-340983,62852],[-336899,60914],[-333728,60186],[-333234,61375],[-335406,60605],[-336936,59790],[-339770,53505],[-339984,52366],[-339907,51702],[-336666,54223],[-340542,54479],[-338985,54613],[-333884,60990],[-337829,62324],[-337951,61607],[-340028,52611],[-344818,54332],[-342683,66043],[-342653,67024],[-341283,64283],[-343039,68766],[-343366,68874],[-343419,68560],[-344400,69845],[-344201,70091],[-341237,75413],[-339991,72135],[-340869,69286],[-340602,67733],[-336939,68246],[-337570,66170],[-337658,70009],[-334744,75252],[-334521,81160],[-334949,81092],[-336012,80074],[-336146,79368],[-335570,80908],[-338044,78168],[-333852,94608],[-336821,97277],[-346382,-170786],[-353497,-167244],[-354194,-168527],[-346624,-222927],[-348752,-224722],[-346051,-227666],[-349203,-226353],[-348040,-230114],[-357499,-10070],[-352764,-5188],[-346793,-13343],[-346330,-12848],[-352967,-13316],[-348659,-22348],[-347601,-23123],[-346752,-22162],[-356320,-27810],[-355450,-28462],[-351750,-33223],[-345705,-27822],[-345649,-26843],[-350528,-30030],[-349104,-26187],[-357589,-36777],[-346229,-46541],[-348459,-47000],[-349429,-45466],[-347854,-44627],[-351637,-46115],[-353338,-45925],[-354620,-47997],[-357829,-48725],[-356447,-39216],[-346409,-69349],[-350485,-74714],[-348776,-72139],[-349867,-72807],[-348726,-76144],[-352756,-69574],[-355476,-68700],[-347336,-74599],[-347709,-72801],[-347455,-80393],[-345851,-78962],[-349528,-81424],[-350551,-79737],[-357688,-76836],[-353830,-77095],[-348328,-83172],[-347625,-81631],[-350206,6052],[-356713,12065],[-352332,715],[-346297,5442],[-347800,8814],[-357605,7019],[-346032,9442],[-352037,11898],[-355537,179343],[-356579,178819],[-357927,179833],[-356458,180542],[-356884,183558],[-354329,185102],[-356688,188283],[-355385,187045],[-353595,186938],[-355336,187447],[-355105,188890],[-354644,182135],[-355013,181310],[-354425,180289],[-358355,191818],[-358099,194856],[-357683,195004],[-358395,198386],[-356748,195237],[-356197,197770],[-357266,197459],[-353940,201587],[-355862,201194],[-354263,201794],[-351380,24250],[-355967,23656],[-348381,21126],[-356219,279704],[-356357,280919],[-355546,284586],[-348525,285281],[-353092,285593],[-352780,290915],[-348431,305591],[-345709,302454],[-346002,308405],[-353626,315060],[-348070,318385],[-358038,328588],[-355162,331308],[-348558,326809],[-345820,339555],[-356384,337050],[-347183,339527],[-354311,340404],[-354392,338079],[-345606,337821],[-356684,333277],[-349712,30977],[-348466,28366],[-346701,26642],[-347832,36403],[-347084,36808],[-346780,34565],[-346863,37373],[-346899,38578],[-349263,32116],[-348188,33491],[-349130,36232],[-349038,34596],[-349140,35626],[-346358,32192],[-346801,32995],[-347507,32844],[-348279,32262],[-346649,27477],[-346122,38221],[-348732,29553],[-348801,30239],[-346691,41874],[-347099,42653],[-346277,45088],[-347421,43946],[-346438,46195],[-346683,38630],[-350512,48037],[-346127,51024],[-348531,49679],[-347774,50360],[-347570,50956],[-348621,50407],[-356724,39335],[-356010,41145],[-355715,40898],[-354078,46557],[-346537,40051],[-346387,51801],[-361142,-12528],[-365565,-2971],[-364390,-21008],[-367766,-22133],[-366685,-21208],[-359038,-12873],[-366025,-27576],[-360591,-39236],[-364467,-40233],[-361136,-49013],[-362234,-46602],[-363027,-49484],[-368340,-44129],[-365834,-50377],[-358915,-47195],[-365850,-42743],[-368586,-42053],[-371043,-50402],[-364335,-51666],[-367765,-51517],[-368917,-55560],[-367194,-57818],[-359535,-53872],[-364026,-55955],[-364543,-61298],[-367671,-60670],[-362553,-53443],[-369653,-56412],[-361638,-59520],[-362782,-57952],[-370737,-61459],[-369911,-57692],[-359397,-62458],[-370499,-63581],[-366999,-62009],[-360055,-75438],[-360998,-75831],[-366219,-76475],[-366842,-75402],[-365463,-74707],[-365240,-65502],[-363650,-63967],[-367472,-65028],[-369032,-66910],[-365906,-68012],[-371109,-71090],[-367846,-76690],[-364445,3138],[-361121,703],[-362078,5318],[-360746,7328],[-367927,191289],[-360309,181297],[-362145,185329],[-359364,185792],[-364190,187729],[-365198,191913],[-358481,188830],[-359685,189816],[-359212,183859],[-359900,183493],[-362667,188204],[-365366,183832],[-364879,185798],[-364236,183787],[-365914,187458],[-364524,189882],[-366249,189302],[-358841,191206],[-365065,193387],[-362667,194537],[-361913,195223],[-358786,197733],[-362569,197097],[-359998,194083],[-358614,194041],[-360238,192907],[-359233,195864],[-361211,197016],[-361497,197200],[-358585,193538],[-368231,216779],[-370990,214652],[-368676,221846],[-370314,220487],[-368453,219684],[-369168,220126],[-369413,219501],[-364029,13564],[-365176,15040],[-364953,16649],[-358630,23267],[-370637,25313],[-366856,23214],[-365014,18585],[-363841,21242],[-364925,280362],[-360818,280166],[-361024,279956],[-369045,283320],[-366261,292362],[-360779,293159],[-360018,286196],[-369045,295488],[-370493,313775],[-368374,313261],[-369390,322758],[-365247,324362],[-364790,324208],[-368752,333976],[-367403,337574],[-369185,337177],[-370293,333292],[-361130,336562],[-365793,337181],[-13402,132707],[-23593,229765],[-23709,227254],[-21994,226117],[-24972,226234],[-23223,222612],[-24470,230773],[-20681,58504],[-24766,52348],[-21719,55183],[-22658,55106],[-19970,54673],[-23020,57654],[-378325,-115821],[-375604,-37982],[-374113,-38074],[-378547,-34410],[-372866,-37491],[-371340,-46615],[-374937,-40992],[-376914,-39424],[-373096,-40139],[-375193,-39889],[-371841,-42398],[-372230,-42773],[-373651,-41779],[-381127,-46799],[-380226,-48923],[-383799,-49597],[-379864,-43898],[-378314,-46262],[-374045,-47482],[-382810,-52405],[-382459,-56062],[-377169,-51438],[-375933,-55907],[-379263,-57381],[-377280,-52822],[-373546,-56185],[-378563,-54670],[-381573,-58207],[-371366,-51850],[-371766,-54239],[-377831,-59846],[-374503,-58525],[-380846,-61862],[-383952,-59531],[-372027,-61512],[-373995,-68711],[-377485,-70387],[-377957,-68811],[-379564,-71715],[-378622,-66945],[-380909,-68094],[-378304,-64179],[-382792,-75472],[-383150,-73606],[-381926,-76834],[-380684,-80653],[-381469,-86739],[-381067,-82307],[-382949,-91258],[-383193,-113802],[-380165,-110103],[-377681,-112230],[-375720,-108873],[-376351,-107043],[-378086,-110093],[-376169,-114623],[-378836,179371],[-379081,178411],[-376928,182352],[-375872,181431],[-376677,180413],[-377551,179545],[-379705,180998],[-378659,182106],[-381796,182252],[-383367,179937],[-381228,180948],[-379614,179496],[-383868,211839],[-380097,212897],[-376422,213630],[-376036,217469],[-372092,214180],[-376746,210170],[-378729,209287],[-374400,212943],[-374915,218557],[-376509,221104],[-375196,221410],[-383119,226694],[-373783,222035],[-377619,224233],[-380505,228295],[-381041,229166],[-378712,225370],[-383924,228293],[-381583,220087],[-371687,292784],[-376644,294004],[-375402,296212],[-381021,306617],[-372923,296594],[-375392,311072],[-373336,314478],[-382242,313907],[-377112,310756],[-382556,316066],[-377380,325645],[-373304,331787],[-375555,339229],[-371584,26227],[-372267,27239],[-383391,400722],[-395519,-129538],[-390190,-139069],[-392118,-142465],[-396331,-142757],[-395903,-21697],[-393623,-21745],[-387988,-34474],[-395803,-41174],[-391390,-41522],[-390522,-42681],[-389075,-41630],[-395843,-45145],[-394543,-42951],[-390892,-50358],[-392413,-44392],[-393267,-49764],[-391474,-45773],[-391917,-49560],[-390819,-47620],[-389255,-43805],[-390983,-51895],[-391665,-55556],[-384456,-55261],[-386779,-59443],[-388681,-56551],[-396268,-51001],[-396647,-53813],[-395969,-58295],[-394422,-62919],[-395474,-61627],[-391468,-63734],[-384021,-63916],[-384140,-70366],[-392473,-76421],[-387588,-64814],[-388969,-73295],[-392627,-74682],[-392302,-69577],[-394820,-71217],[-384191,-79920],[-387860,-78254],[-387056,-79258],[-387137,-77639],[-388117,-81387],[-396563,-87673],[-396045,-85376],[-395319,-77726],[-391693,-103296],[-386254,-108565],[-384173,179386],[-385212,180611],[-390911,200895],[-391741,199018],[-394627,200980],[-393704,200572],[-395085,201009],[-394727,203666],[-387492,204506],[-386166,203093],[-393265,197388],[-392370,204965],[-386717,210094],[-389107,214045],[-385849,214132],[-391785,213210],[-393988,212085],[-396419,208250],[-392331,212984],[-384751,211798],[-384539,206258],[-395875,205716],[-393685,208016],[-389917,206363],[-390441,209633],[-389107,206615],[-389475,209652],[-387667,210063],[-392310,209935],[-396644,227842],[-395676,229028],[-390848,223072],[-394302,220340],[-388220,232855],[-388408,233167],[-384161,232327],[-385369,319772],[-390723,338051],[-391912,341273],[-396614,334602],[-394847,347798],[-396454,357202],[-389233,351400],[-388880,352196],[-387598,353572],[-386776,357205],[-390113,358612],[-390454,363211],[-392351,361540],[-385946,360086],[-389132,368309],[-385598,365479],[-384749,359487],[-392623,375520],[-390826,381433],[-390390,402394],[-388794,400071],[-390670,399638],[-391763,402260],[-395456,400245],[-384867,402216],[-384851,410957],[-387123,415522],[-388201,86809],[-386812,88512],[-405466,-119159],[-403752,-123106],[-402791,-125174],[-401874,-124984],[-404054,-127093],[-400963,-127193],[-397371,-126400],[-399948,-125062],[-409224,-120309],[-409003,-126755],[-407578,-117095],[-403300,-130596],[-400360,-132208],[-409146,-128699],[-406743,-128989],[-403789,-131400],[-399944,-152810],[-402369,-153211],[-397817,-152325],[-402892,-156132],[-401038,-154837],[-407425,-233686],[-403186,-837],[-402255,-249],[-400935,-270],[-396857,-18511],[-409375,-18648],[-402611,-16059],[-407435,-24566],[-407774,-14856],[-407412,-35038],[-402428,-34231],[-401249,-31664],[-403888,-32099],[-404573,-32242],[-404309,-37490],[-407727,-37628],[-403541,-33641],[-405531,-34524],[-405085,-25652],[-404008,-26179],[-406559,-25842],[-407748,-40395],[-398508,-41222],[-397025,-42819],[-401417,-41052],[-398037,-46188],[-397886,-49738],[-403979,-47581],[-406967,-45736],[-403216,-43086],[-402300,-49581],[-402359,-44977],[-404906,-42166],[-404966,-44904],[-402241,-39341],[-405843,-38286],[-406668,-48370],[-407720,-53716],[-407688,-55371],[-408156,-58160],[-401304,-52353],[-404231,-53491],[-402422,-54620],[-406434,-56855],[-405588,-58638],[-398804,-54719],[-400164,-73486],[-404309,-75915],[-399770,-69495],[-403066,-69664],[-401933,-70286],[-397613,-78867],[-404721,-82744],[-399359,-90673],[-398511,-91269],[-402491,-93073],[-406080,-93037],[-404025,-94380],[-403565,-93003],[-408887,-89841],[-407277,-108328],[-407013,-110369],[-409029,-114474],[-408714,-109331],[-407214,6099],[-403670,5555],[-400849,195617],[-406360,197688],[-400105,198716],[-405340,198629],[-399405,197770],[-396850,197613],[-397386,197203],[-398162,200296],[-397483,196809],[-402581,199844],[-403010,201780],[-399214,202889],[-402682,203496],[-397194,206668],[-397770,208487],[-397714,210170],[-397046,208944],[-402260,213491],[-405859,210595],[-405065,210599],[-396860,226189],[-399125,223233],[-400137,220196],[-402577,331024],[-409423,332822],[-399283,345619],[-408087,336083],[-405889,339475],[-407757,336490],[-399631,341685],[-400495,353097],[-397668,350017],[-400426,349674],[-398505,356193],[-406866,370388],[-405804,365988],[-397415,363446],[-399244,364185],[-400924,375676],[-404861,381149],[-406227,376600],[-407765,484664],[-408637,490885],[-404731,489358],[-406114,487967],[-404893,488113],[-405535,497921],[-412576,-24535],[-409796,-27093],[-411005,-27918],[-411527,-30296],[-411106,-37653],[-416710,-32253],[-411500,-35495],[-410053,-25676],[-416156,-38330],[-409698,-53585],[-410055,-104114],[-417162,11398],[-414786,11602],[-415914,4026],[-415999,189104],[-420266,193282],[-419731,196189],[-418920,196014],[-418268,199342],[-420194,192874],[-418893,14514],[-417223,13579],[-416919,15908],[-418558,294792],[-416769,299068],[-418318,298152],[-422141,303291],[-421804,303318],[-415305,306946],[-420878,307835],[-410106,366580],[-415571,490752],[-421890,495328],[-421547,496790],[-418844,497206],[-415835,498127],[-415650,489288],[-413527,490606],[-415014,492208],[-419963,492150],[-415175,500549],[-427245,-145840],[-432272,11497],[-429598,11900],[-427655,11777],[-432735,9347],[-434544,152974],[-432661,159991],[-432225,162544],[-433065,157842],[-434187,159421],[-433461,154641],[-431485,160680],[-433542,162455],[-434039,163197],[-434502,166081],[-432530,188429],[-432505,189370],[-431855,190690],[-433219,189734],[-431567,194918],[-431741,192908],[-431579,193981],[-432014,194242],[-433892,195780],[-432098,193760],[-431861,192656],[-433675,203758],[-432519,200606],[-429197,203140],[-432825,198844],[-430922,209991],[-431324,209011],[-434332,213054],[-434439,211533],[-432426,213483],[-431973,214775],[-430691,214989],[-430227,214996],[-430144,216400],[-428703,205500],[-429827,218006],[-433369,218227],[-434332,226154],[-429427,229700],[-426624,223711],[-426024,224466],[-425414,227265],[-429719,239800],[-424427,235858],[-427539,236234],[-430620,235786],[-430254,239585],[-430643,237297],[-432074,235583],[-434044,236452],[-434742,244092],[-425346,13962],[-430539,291178],[-423034,292047],[-429709,294541],[-429978,292068],[-426815,307364],[-424475,304542],[-433380,307118],[-431656,296607],[-426109,302017],[-429109,300308],[-430615,305221],[-434988,318167],[-431031,312670],[-433624,314645],[-427131,309523],[-433802,319870],[-430111,314683],[-425805,311290],[-424440,308746],[-434444,321103],[-430945,328055],[-433530,326906],[-431101,326092],[-431510,331676],[-431851,334285],[-433233,335272],[-434166,83539],[-437745,-314325],[-445315,145524],[-445484,149877],[-447918,152117],[-440414,145804],[-435313,146098],[-437523,149912],[-437006,153214],[-437981,142508],[-435913,143089],[-441090,148893],[-445156,145509],[-444236,148528],[-447411,144338],[-447409,145238],[-443502,163541],[-436234,164631],[-439852,159445],[-439290,164192],[-440921,160432],[-443179,164334],[-435283,162152],[-437004,165106],[-439067,162445],[-437768,162232],[-442777,164264],[-438268,157768],[-436982,159100],[-446573,157011],[-445444,158968],[-442833,156863],[-442949,162659],[-443384,154432],[-442465,156075],[-447247,158365],[-447052,158493],[-443485,153989],[-444740,155025],[-435323,157743],[-447465,187869],[-447578,183663],[-447143,184108],[-447267,183526],[-441464,189696],[-442218,187723],[-446425,184406],[-445299,190173],[-435856,186781],[-446488,199879],[-439193,194639],[-444870,198583],[-442819,197422],[-445501,195383],[-443383,203517],[-438332,202929],[-438172,201539],[-439240,203120],[-436724,196187],[-445287,202962],[-445184,197003],[-444051,195417],[-444274,193180],[-436777,192294],[-441118,200704],[-442539,194578],[-439390,199957],[-440260,198616],[-435264,200271],[-435726,209728],[-436189,216979],[-441875,217789],[-441074,217263],[-439660,217120],[-444262,216097],[-445058,215440],[-443000,215254],[-441876,214291],[-440723,212295],[-445850,212041],[-446716,212090],[-441610,206610],[-438214,210305],[-438372,211571],[-439645,213625],[-443639,210707],[-446809,217427],[-445763,226381],[-438053,230297],[-440731,230355],[-443664,224634],[-442420,225215],[-443516,221574],[-440686,222469],[-438026,224764],[-439103,222760],[-441089,220215],[-446436,219396],[-446552,218413],[-442768,228608],[-435971,226730],[-443311,243020],[-444117,232308],[-445652,231516],[-446339,231665],[-437289,240530],[-442400,238960],[-439496,233040],[-446840,234076],[-442293,244341],[-440398,244951],[-436588,245858],[-437330,290274],[-438785,305765],[-437941,302697],[-441051,304977],[-437430,297396],[-442473,296216],[-438487,296708],[-439970,299203],[-437977,308202],[-442194,310482],[-441056,316893],[-442355,315323],[-443444,318653],[-439749,319904],[-444562,327578],[-438626,327167],[-442294,323292],[-440733,326486],[-442513,88333],[-440534,87207],[-436184,89679],[-436101,82790],[-438507,87089],[-439324,87420],[-437804,82633],[-438233,82158],[-438635,77422],[-439791,77593],[-438273,78020],[-439331,80553],[-437930,77813],[-442091,79524],[-440301,79982],[-441644,81916],[-442513,82792],[-442292,85162],[-443505,85795],[-441576,94978],[-439873,94717],[-437167,90174],[-438902,91663],[-439571,92853],[-441705,91430],[-442597,91035],[-449979,138988],[-453668,139175],[-451773,139231],[-452258,137912],[-449684,137219],[-449044,152779],[-454124,153171],[-454699,153429],[-453775,148968],[-451885,150169],[-458454,153672],[-456008,148624],[-457198,147608],[-454566,144838],[-450556,143935],[-449773,146801],[-453956,154155],[-452797,161206],[-453077,159621],[-456879,158739],[-459001,158699],[-455696,159884],[-460279,160363],[-458991,163343],[-450098,155606],[-458565,154912],[-452562,186527],[-449670,187357],[-449655,184146],[-450620,184473],[-448281,189692],[-452699,187203],[-448309,184239],[-448024,199480],[-453171,196393],[-451315,201541],[-453917,193093],[-453753,193695],[-448718,213006],[-449120,216683],[-451539,215156],[-451617,208136],[-452199,216061],[-453439,221754],[-450663,220501],[-449407,219649],[-450458,221034],[-453162,225401],[-448911,228811],[-453551,226232],[-452506,218221],[-454139,226051],[-449956,236824],[-451452,236279],[-450812,236942],[-461505,163593],[-461359,164642],[-460881,159799],[-462879,162775],[-473193,98393],[-473145,96798],[-469941,101257],[-466304,95395],[-469614,96965],[-470415,93513],[-471621,95921],[-471434,98810],[-462479,97060],[-465349,105801],[-463487,105566],[-468314,109739],[-466871,111157],[-470356,104932],[-483945,114341],[-485550,112003],[-483703,111838],[-480730,112776],[-481798,112872],[-482331,120539],[-483925,121285],[-481643,120543],[-494073,371293],[-491636,369882],[-492272,383353],[-498876,375997],[-488603,372775],[-498351,391113],[-495408,389928],[-492322,388812],[-490044,392878],[-497184,396126],[-488960,102563],[-488758,113029],[-489923,112587],[-490175,115741],[-488377,117312],[-488354,115568],[-31579,178933],[-32550,179211],[-33759,186387],[-35770,183779],[-29838,181848],[-30077,182823],[-31753,181424],[-25843,227526],[-27210,227810],[-28236,224441],[-27550,225855],[-25639,231717],[-26997,231709],[-26495,49417],[-31857,44156],[-28363,54066],[-505043,137092],[-509809,148273],[-511793,144416],[-509839,152174],[-511446,154529],[-510108,161012],[-511222,155535],[-510451,165766],[-511329,370943],[-505607,371371],[-501467,382018],[-504297,373865],[-511098,383197],[-500027,372257],[-511229,375820],[-506944,372619],[-499213,389023],[-508945,387070],[-508042,395479],[-512784,152874],[-512072,148132],[-517405,152170],[-513597,161692],[-513646,158378],[-519217,156255],[-520704,157048],[-516528,160929],[-515339,162397],[-519784,165660],[-520684,162004],[-512625,163526],[-516876,357777],[-516806,362613],[-517773,369646],[-520853,365823],[-513863,378835],[-512832,383015],[-520290,547951],[-521883,548607],[-524565,62146],[-521277,64074],[-520963,65915],[-520935,66699],[-523327,114660],[-524678,115017],[-523517,113374],[-536872,-209394],[-530389,64133],[-530774,61872],[-531810,62000],[-531499,65531],[-533266,65507],[-532035,64733],[-533401,66352],[-537122,69447],[-536355,72634],[-530724,69506],[-528493,70705],[-529816,70181],[-529970,70273],[-527892,69643],[-526003,70022],[-525443,70402],[-528162,72673],[-532787,73975],[-526020,74821],[-529948,85664],[-525951,85246],[-526741,86362],[-528880,79642],[-526216,82930],[-544025,-202088],[-538580,-213330],[-540207,-209685],[-541916,-220740],[-549633,202361],[-546167,195254],[-543986,199800],[-542339,203126],[-545305,205267],[-544250,207000],[-557492,-205819],[-562410,-211489],[-557491,-207025],[-563089,-237311],[-560524,-353997],[-558208,-370699],[-556359,188982],[-556749,189557],[-556229,190798],[-554831,188199],[-559755,184953],[-558386,201337],[-557736,194025],[-560124,192333],[-554082,192590],[-550429,197030],[-555216,203411],[-554688,202621],[-556653,195788],[-560125,211226],[-556377,212860],[-551740,209143],[-554450,208387],[-550809,211084],[-567689,-204708],[-566288,-227374],[-566277,-350059],[-566951,-354143],[-567660,-358659],[-563509,-359866],[-569601,-361087],[-572044,178322],[-575827,174472],[-571289,179115],[-565867,184458],[-564241,185386],[-567431,187256],[-567159,182477],[-566518,182959],[-563330,185270],[-565092,183016],[-575253,190114],[-575559,200148],[-574015,197583],[-568107,201186],[-563318,203356],[-567854,193882],[-575522,207874],[-570134,210006],[-565990,211935],[-574748,208707],[-571616,214956],[-570893,216298],[-574541,213899],[-581312,-197335],[-576237,-356928],[-587218,-356169],[-584142,1765217],[-583511,1763021],[-587015,1758121],[-583653,1758063],[-586818,1762118],[-582149,1763343],[-576039,1765530],[-578370,1761073],[-582032,1761027],[-586186,1763905],[-586584,1765600],[-579907,1768417],[-582056,1778784],[-576139,1770241],[-578784,1766737],[-586682,1769111],[-584758,1771116],[-583504,1771335],[-585483,1773183],[-587112,1776015],[-583121,1774025],[-584687,1767926],[-578193,1775845],[-584725,1777933],[-581497,1773875],[-585311,1766622],[-580561,1770247],[-582630,1767279],[-588081,1772657],[-587595,1777214],[-586329,1782321],[-588013,1779986],[-576593,189916],[-579837,192058],[-576251,201936],[-578002,206542],[-587413,214563],[-600367,1764771],[-590363,1764793],[-589340,1765496],[-590034,1766303],[-591018,1778407],[-590289,1772288],[-589434,1769474],[-600512,1772741],[-591997,1774178],[-589815,1777722],[-600911,1772394],[-601103,1767731],[-591920,1772120],[-598572,1768430],[-591282,1770937],[-589839,1770910],[-598338,1767553],[-597369,1770795],[-599566,1771303],[-592850,1785021],[-591114,1782724],[-589621,1785994],[-595858,215321],[-598169,215812],[-597708,209465],[-595227,208514],[-593464,223986],[-605356,1768722],[-603173,1775379],[-607689,1772017],[-608377,1772328],[-604943,1774066],[-604430,1769093],[-602629,214481],[-606467,53738],[-606118,62289],[-604156,60429],[-607229,56456],[-609090,66035],[-608118,66032],[-610861,66429],[-612202,68076],[-614640,59994],[-615426,55946],[-620262,60864],[-626545,57086],[-622697,53126],[-622755,63394],[-617879,53442],[-616662,67612],[-41188,165847],[-42593,164193],[-44389,165873],[-45875,162888],[-42081,159696],[-41648,161427],[-42110,166585],[-43127,168293],[-39013,168413],[-42711,178219],[-42552,177969],[-45010,177835],[-47298,176255],[-50405,183694],[-49654,182758],[-47597,190433],[-48396,188722],[-47826,187399],[-45497,184115],[-43374,180870],[-46073,181382],[-46010,183191],[-44390,182282],[-41151,181218],[-43281,185091],[-44215,186541],[-46139,191630],[-44560,179664],[-41575,180759],[-46229,180930],[-44149,190129],[-48676,194555],[-45328,193907],[-50531,323158],[-49681,329719],[-50015,332504],[-51065,402607],[-47310,109805],[-639839,-292391],[-635628,-287439],[-632846,122146],[-632440,121907],[-633491,123105],[-634153,121348],[-636487,120923],[-638850,121772],[-638161,123962],[-639407,123863],[-636155,121950],[-634230,127966],[-637105,125551],[-636569,125430],[-635270,124444],[-634163,124593],[-633367,126860],[-633884,122606],[-631794,126237],[-649854,-153185],[-650902,-152201],[-650592,-151848],[-652583,-163987],[-649921,-153442],[-648234,-164691],[-651995,-164803],[-650853,-158851],[-652788,-160066],[-647701,-164148],[-652091,-163933],[-651177,-163786],[-652261,-162836],[-649471,-155760],[-651883,-169055],[-650809,-168838],[-647802,-166543],[-649768,-168396],[-651519,-168063],[-641469,-196644],[-643590,-198013],[-642359,-198283],[-641211,-201999],[-641661,-204128],[-651605,-268975],[-648133,-270183],[-642853,-282841],[-640689,-286376],[-646025,-292275],[-665300,-151147],[-661362,-153251],[-659473,-150261],[-661787,-152560],[-659630,-151868],[-662095,-152083],[-654435,-156854],[-657289,-156860],[-661460,-155255],[-663994,-156365],[-663946,-163167],[-662797,-164835],[-665124,-164989],[-661061,-154833],[-655868,-161652],[-654293,-165221],[-664723,-163872],[-655338,-161777],[-664776,-158489],[-655158,-157052],[-661284,-156777],[-655108,-157959],[-662008,-165135],[-664512,-165019],[-664083,-158834],[-665600,-154492],[-656244,-159938],[-652989,-164612],[-653369,-157745],[-654251,-162074],[-659123,-160354],[-659184,-157072],[-659429,-163217],[-656491,-165136],[-663255,-163911],[-660245,-162858],[-660623,-162134],[-659612,-157899],[-656030,-160898],[-657869,-164540],[-663068,-155312],[-656441,-159309],[-662334,-171409],[-660139,-171610],[-659041,-166979],[-656975,-179020],[-655124,-168740],[-655046,-169925],[-658655,-170323],[-654243,-167312],[-657395,-168365],[-658180,-180235],[-657115,-179908],[-657108,-180208],[-657533,-182079],[-658671,-181063],[-658992,-179308],[-660876,-274254],[-655267,-287826],[-653625,-289485],[-658880,1683508],[-663173,1682042],[-659149,1686817],[-662508,1683367],[-657807,1682476],[-660643,1687690],[-656768,1687708],[-663689,1688073],[-657953,1684843],[-655904,1684106],[-655457,1686966],[-658550,1688555],[-661250,1689136],[-664385,1689702],[-662007,1682062],[-662396,1681337],[-660501,1693604],[-661857,1695334],[-664341,1694470],[-662442,1691459],[-662642,1692015],[-663890,1690767],[-658854,1708247],[-659093,1707840],[-657895,1708891],[-659652,1709553],[-660077,1711887],[-659228,1714250],[-657038,1713562],[-657137,1714807],[-659050,1711555],[-653034,1709630],[-655450,1712505],[-655570,1711969],[-656556,1710670],[-656407,1709563],[-654141,1708767],[-658394,1709284],[-654763,1707195],[-667393,-165446],[-669005,-157605],[-665961,-157820],[-666214,-156371],[-667889,-167383],[-668561,-170244],[-666998,-166573],[-666986,-168196],[-667929,-171618],[-667549,-170021],[-671331,1674319],[-671087,1675603],[-673799,1675524],[-672798,1675628],[-676557,1673265],[-670008,1676752],[-674311,1676469],[-673087,1671774],[-669068,1675385],[-669777,1682894],[-672638,1677623],[-676218,1678000],[-676554,1686152],[-678036,1679863],[-674973,1682857],[-671893,1684719],[-671993,1689474],[-671172,1683326],[-666126,1682600],[-667717,1679126],[-667089,1677479],[-668346,1678641],[-675088,1679789],[-673912,1680624],[-677230,1688909],[-675719,1689246],[-673979,1689753],[-677658,1696139],[-677292,1694852],[-676058,1695671],[-675733,1695485],[-671933,1696524],[-671119,1695635],[-676206,1696464],[-665858,1692974],[-671904,1692926],[-675324,1696173],[-673656,1696172],[-678110,1695487],[-670735,1694255],[-669652,1694375],[-677610,1692888],[-675937,1691449],[-675452,1693125],[-675705,1690609],[-666006,1693928],[-675134,1689941],[-681164,1675180],[-681501,1678388],[-681229,1679682],[-679589,1684788],[-681038,1678139],[-680639,1683097],[-679061,1687707],[-732016,1714610],[-736598,1720425],[-737724,1724030],[-742133,1720232],[-733339,1715523],[-744688,1723988],[-62559,-130919],[-63078,-132328],[-59924,-143537],[-60713,-145043],[-62859,-480766],[-53103,176835],[-56314,177248],[-55637,176181],[-53791,178361],[-55722,178770],[-52836,181490],[-51962,184703],[-53419,183420],[-53431,181233],[-52313,179485],[-51234,181300],[-62514,260312],[-60787,259472],[-59267,261689],[-59718,262898],[-61245,264810],[-60975,265559],[-61148,268200],[-60747,266405],[-62189,265048],[-63145,271952],[-63509,270296],[-54375,324752],[-55216,321748],[-61111,328267],[-59965,326557],[-54250,326646],[-52291,323713],[-57534,323531],[-61209,332964],[-59657,324513],[-60664,328783],[-51229,331681],[-59585,330439],[-57210,331747],[-51424,328599],[-58176,332974],[-51332,322496],[-56497,333976],[-53750,333883],[-58083,335100],[-55693,337227],[-61874,381978],[-55004,394335],[-57181,394883],[-56397,394068],[-60025,390437],[-59442,390899],[-60807,392812],[-52958,395763],[-59895,388375],[-59555,398315],[-61164,398138],[-54387,397596],[-55177,408168],[-59437,406799],[-60119,402372],[-63966,399845],[-55279,410504],[-54901,415477],[-861842,1647636],[-862453,1649456],[-65426,-126062],[-64313,-129585],[-65883,-131677],[-73811,-488895],[-72542,-488447],[-75960,-88715],[-65793,262214],[-65767,264609],[-65449,265865],[-65956,266830],[-65672,263828],[-64825,261113],[-64284,262894],[-65533,267696],[-65349,265727],[-65935,271135],[-67750,269694],[-67904,395027],[-66627,408484],[-65945,407326],[-67851,407945],[-76071,408485],[-72969,409707],[-67937,410312],[-66380,420761],[-66216,421935],[-73775,416355],[-72127,416629],[-69356,417223],[-68357,411393],[-73479,429871],[-88297,-549571],[-79066,-91207],[-80428,-92927],[-77997,-89963],[-78484,-94290],[-88088,128481],[-87811,217410],[-83008,216876],[-84587,217053],[-85804,216829],[-84600,214885],[-86402,215987],[-81427,214801],[-84014,215504],[-82773,215773],[-86944,215398],[-83440,222636],[-81770,218000],[-87269,220044],[-84411,220954],[-84973,219174],[-80772,218530],[-84079,222447],[-85237,221370],[-87319,221174],[-83224,223950],[-81974,219838],[-81816,222742],[-80899,217886],[-81898,222155],[-83628,226183],[-81721,226952],[-84150,225151],[-89319,239518],[-88451,261547],[-89322,260602],[-88735,272085],[-89230,271367],[-87374,271992],[-88865,272343],[-85428,328391],[-84225,327442],[-85723,324472],[-87776,324478],[-84455,325857],[-86024,323910],[-86239,323319],[-77664,380048],[-80428,376625],[-83626,382876],[-77850,376457],[-87333,389108],[-86773,393002],[-84452,393452],[-88811,393327],[-83749,397561],[-78454,399856],[-80840,398935],[-88601,400269],[-78885,404655],[-87290,401522],[-78010,420269],[-88835,417362],[-85746,419280],[-86454,420054],[-89469,415681],[-82205,409902],[-87727,416400],[-80323,417387],[-78886,429301],[-85421,424473],[-82201,424926],[-82520,423438],[-88078,426771],[-83573,424332],[-85662,423327],[-88930,625343],[-89374,623865],[-79217,121131],[-80186,124140],[-81196,125570],[-81466,126059],[-1015004,1490099],[-1016734,1488743],[-1015870,1486259],[-1012859,1488159],[-1013415,1487958],[-1012167,1486710],[-1087226,1531212],[-1093511,1535631],[-1090156,1536153],[-1093042,1535794],[-1088505,1548551],[-1089771,1585575],[-1113275,1521396],[-1106026,1519725],[-1109676,1519216],[-1110269,1521517],[-1111327,1529369],[-1108786,1524226],[-1104914,1525274],[-1111007,1528360],[-1110349,1525036],[-1107532,1529554],[-1109521,1525085],[-1109385,1526420],[-1108796,1534967],[-1105692,1534977],[-1102501,1534344],[-1111789,1541394],[-1107532,1547355],[-1108573,1545368],[-1108379,1545122],[-1113351,1539475],[-1109473,1542164],[-1108561,1546490],[-1119721,1507660],[-1123363,1508099],[-1120264,1513790],[-1117296,1512669],[-1125852,1529109],[-1114926,1538531],[-1128823,1496717],[-1130940,1497012],[-1131419,1496632],[-1137187,1509538],[-1132919,1499800],[-1128786,1511480],[-1137896,1526888],[-1128264,1529228],[-1126618,1528955],[-1126940,1530546],[-1127964,1530938],[-1132951,1639097],[-1137517,1643230],[-1135759,1641116],[-1135726,1639815],[-1136106,1653384],[-1137382,1654404],[-1138637,1654325],[-100046,-533652],[-97991,-541684],[-91864,-539152],[-91000,-580812],[-90670,-582699],[-99496,-585917],[-98033,-589216],[-99598,-588739],[-90456,-694468],[-89921,-694524],[-93337,-693873],[-93135,-694952],[-95027,-692981],[-92276,-692357],[-92568,130237],[-98563,204525],[-98510,213803],[-99287,209616],[-95094,209404],[-95964,208206],[-97261,206651],[-95666,206928],[-94836,212212],[-96690,208213],[-102389,210460],[-94372,232353],[-90775,232756],[-92009,239583],[-94096,233547],[-92066,235472],[-92998,235173],[-91143,236690],[-90848,240024],[-93624,232051],[-89978,266955],[-97118,262460],[-90952,260226],[-92736,267546],[-96984,264677],[-95577,266882],[-98086,267243],[-92705,264979],[-97156,266621],[-96358,262671],[-97461,265727],[-91874,268183],[-94080,263728],[-92096,262594],[-93049,262182],[-93554,261589],[-92692,260207],[-90716,261707],[-97896,264270],[-96327,268924],[-89697,268891],[-96350,272070],[-90599,269833],[-94877,271761],[-93277,270280],[-91741,270674],[-96463,269953],[-94243,273980],[-93960,272375],[-90337,271476],[-89947,324711],[-98682,389780],[-100460,385056],[-96787,395040],[-98070,385763],[-94340,392677],[-91090,395727],[-100594,400680],[-102042,409364],[-96420,400214],[-96604,403128],[-93404,402516],[-90681,397611],[-102059,416942],[-100702,410760],[-96053,420036],[-90699,420298],[-101847,422347],[-100181,418966],[-95177,410401],[-92799,410725],[-91528,426781],[-94538,427428],[-98028,424045],[-99349,617735],[-89855,624677],[-1144820,1508437],[-1140686,1509588],[-1149392,1518066],[-1149079,1516981],[-1160908,1449591],[-1160757,1447224],[-1164707,1506043],[-1163632,1508109],[-1154873,1511766],[-1161519,1650109],[-1160535,1649067],[-1162593,1662940],[-1161949,1660070],[-1159584,1651643],[-1156888,1670883],[-1159096,1669990],[-1163121,1667408],[-1163891,1664682],[-1161279,1665927],[-1160137,1753792],[-1175853,1508572],[-1169467,1505412],[-1166274,1517467],[-1173527,1519772],[-1166134,1522607],[-1165761,1522027],[-1175704,1527002],[-1177208,1537836],[-1166652,1649933],[-1168104,1649018],[-1171038,1661481],[-1169547,1662097],[-1168948,1652911],[-1176264,1669641],[-1176421,1674599],[-1177483,1670931],[-1173801,1738502],[-1176532,1738396],[-1173163,1736993],[-1172326,1735694],[-1170888,1735828],[-1168549,1734822],[-1166292,1735096],[-1165634,1738989],[-1169249,1742019],[-1166405,1741071],[-1169983,1746713],[-1170578,1745157],[-1175195,1743317],[-1180380,1490975],[-1190230,1531676],[-1189820,1533637],[-1189347,1532443],[-1178523,1530709],[-1182069,1544445],[-1188895,1544341],[-1179582,1539124],[-1180053,1671921],[-1186011,1667617],[-1187339,1667620],[-1188109,1670053],[-1190365,1671253],[-1188413,1670254],[-1178428,1668800],[-1180250,1670613],[-1181673,1738484],[-1188528,1736194],[-1189216,1735815],[-1183165,1738341],[-1183297,1740239],[-1180495,1741196],[-1194859,1501525],[-1193694,1498729],[-1195766,1500491],[-1202161,1524357],[-1194513,1534733],[-1198496,1532030],[-1202700,1531920],[-1196407,1534027],[-1196456,1535789],[-1194755,1536919],[-1201501,1541589],[-1203143,1544045],[-1193135,1545873],[-1198420,1544035],[-1197799,1548983],[-1192753,1549343],[-1201967,1550019],[-1202464,1675131],[-1193235,1674198],[-1192818,1672549],[-1192347,1673779],[-1192721,1673341],[-1195827,1672491],[-1193595,1672441],[-1194361,1671463],[-1194679,1671765],[-1196041,1744694],[-1198836,1745924],[-1200985,1747382],[-1199246,1745990],[-1195113,1747128],[-1196984,1748073],[-1199948,1750143],[-1210728,1474948],[-1215004,1505780],[-1212742,1508793],[-1204772,1519379],[-1208069,1515125],[-1210093,1512421],[-1206322,1518150],[-1208394,1521930],[-1208623,1518700],[-1210091,1522697],[-1206964,1522601],[-1203617,1532622],[-1204910,1527937],[-1203732,1533432],[-1204285,1533637],[-1205429,1525422],[-1203821,1675948],[-1205529,1680459],[-1205573,1680225],[-1211136,1681862],[-1209117,1681225],[-1209767,1683229],[-1212346,1682279],[-1212431,1679220],[-1208594,1686680],[-1209244,1683634],[-1212243,1686840],[-1221767,1509554],[-1220914,1508353],[-1219866,1506576],[-1227324,1512515],[-1225722,1522286],[-1226225,1516118],[-1223417,1682810],[-1225830,1687076],[-1222506,1688609],[-1222492,1689095],[-1219079,1684918],[-1223403,1678018],[-1224868,1683211],[-1227942,1682172],[-1223735,1677438],[-1227061,1679415],[-1226061,1680942],[-1222549,1697259],[-1223394,1700229],[-1217264,1693146],[-1217042,1694222],[-1218457,1695593],[-1216150,1690518],[-1216640,1690872],[-1221061,1693553],[-1218210,1693402],[-1221198,1694086],[-1222664,1705423],[-1227011,1703300],[-1222942,1703074],[-1225887,1710476],[-1227649,1702920],[-1222552,1706028],[-1228766,1708210],[-1233494,1487183],[-1234133,1486476],[-1234748,1491474],[-1232795,1489174],[-1240691,1522426],[-1241137,1519390],[-1238182,1516751],[-1238649,1521274],[-1239680,1520476],[-1229471,1517356],[-1231741,1519163],[-1232644,1520837],[-1235298,1638227],[-1228864,1710727],[-1230155,1705554],[-1236628,1705268],[-1240351,1703562],[-1239108,1704001],[-1237384,1707143],[-1238823,1704667],[-1237227,1225306],[-1240357,1222722],[-1237764,1222046],[-1237568,1240177],[-1234830,1235613],[-1235022,1240962],[-1231782,1233029],[-1231880,1234603],[-1234014,1252219],[-1235372,1254411],[-1234981,1253937],[-1244389,1522255],[-1249630,1528220],[-1250889,1530166],[-1246932,1527415],[-1254177,1641195],[-1253437,1681350],[-1251995,1678192],[-1252963,1678503],[-1252070,1677894],[-1254131,1681098],[-1249829,1699524],[-1248322,1700289],[-1248392,1699585],[-1245418,1706793],[-1245094,1703571],[-1250144,1703864],[-1247869,1704901],[-1250503,1703106],[-1247042,1705874],[-1248043,1705240],[-1251112,1707370],[-1250160,1707007],[-1250608,1708260],[-1247536,1707020],[-1247301,1706658],[-1247762,1707336],[-1245487,1706998],[-1265417,1522148],[-1262098,1523410],[-1263842,1524579],[-1262248,1526610],[-1259725,1525471],[-1264742,1529600],[-1264003,1530341],[-1264667,1528112],[-1263922,1531275],[-1265254,1535146],[-1260110,1529285],[-1257979,1530893],[-1265558,1542312],[-1262424,1701701],[-1258338,1694409],[-1260289,1694173],[-1257630,1696062],[-1257956,1696980],[-1254663,1698181],[-1265885,1721209],[-1255535,1737693],[-1255851,1737077],[-1264087,1733706],[-1263879,1733416],[-1265094,1206438],[-1265957,1208962],[-1254520,1266039],[-104505,-33425],[-105227,-31660],[-104953,-539778],[-111909,-546299],[-108315,-538282],[-106828,-541017],[-104096,-540376],[-107905,-549686],[-106029,-546481],[-115135,-556807],[-113728,-551566],[-113712,-550720],[-109112,-554497],[-112439,-553528],[-111042,-555113],[-106939,-556438],[-107844,-555742],[-111169,-560853],[-107054,-559792],[-103277,-558743],[-103480,-559852],[-110023,-563491],[-106601,-584238],[-109419,-584075],[-104911,-579506],[-113407,-585954],[-110827,-583269],[-105388,-580422],[-105267,-577266],[-104859,-577928],[-105592,-600024],[-106646,-596786],[-114776,-590503],[-104865,-596704],[-103683,-594667],[-108604,-600835],[-114659,-589646],[-111161,-607551],[-111005,-607348],[-110832,-604980],[-105490,-602309],[-103976,-605790],[-107452,-601942],[-109070,-712242],[-103442,136148],[-112169,158564],[-108626,161635],[-113619,217080],[-112110,217701],[-114567,217142],[-114774,217783],[-107754,216432],[-110861,216708],[-109398,216565],[-104605,216601],[-104773,218441],[-111941,218935],[-109849,219413],[-113344,219119],[-107558,231310],[-107858,233349],[-107983,233009],[-113380,291836],[-112519,301669],[-113803,301913],[-113724,299201],[-113828,300202],[-111465,296443],[-114951,302991],[-114669,298689],[-109974,299913],[-113585,303932],[-105578,393396],[-106463,393457],[-104613,408500],[-104232,405620],[-102566,403721],[-103591,397664],[-105184,402594],[-104832,404376],[-103379,406212],[-103059,421074],[-105733,417507],[-104703,418040],[-105176,410384],[-115117,432535],[-113199,614348],[3589,-425909],[7480,-432707],[6301,-428972],[11667,-436492],[6239,-439636],[6974,163669],[8429,163113],[8545,168956],[6024,173188],[5107,171198],[6193,167308],[8739,166987],[7942,167183],[11576,281712],[9734,280572],[8122,281574],[8464,281523],[8600,282013],[7899,287121],[8928,285500],[5059,286437],[10758,283421],[10305,285149],[11464,287015],[10999,290564],[7761,291584],[7316,291885],[7276,292242],[8797,287239],[12063,288741],[11726,294191],[6589,288378],[5056,287570],[3906,288182],[5880,284654],[6019,283552],[3707,291140],[6042,282440],[7441,284343],[445,288729],[441,290227],[9334,292754],[4061,289097],[3712,289785],[2402,287382],[4745,292458],[6488,294089],[196,293547],[800,293141],[3455,294314],[12727,292604],[11151,294027],[7731,292376],[780,287497],[866,291093],[761,294842],[494,298008],[964,298517],[315,296254],[813,299420],[48,300176],[1560,303339],[4059,300972],[3432,303175],[7536,301008],[7096,302575],[4697,301557],[5184,300287],[4723,298393],[2899,297242],[3566,299305],[8759,300524],[9532,301533],[9241,298372],[6862,299524],[4955,296784],[5591,296372],[3509,295856],[9409,295315],[12241,296173],[10931,298431],[11052,300655],[10085,299683],[5861,303243],[9343,303798],[8073,302557],[664,303204],[7787,509704],[10618,509838],[7360,510570],[9835,509643],[9174,511087],[9269,511837],[10485,516208],[3793,596625],[5531,594090],[4952,596776],[7843,594153],[5068,599365],[7186,591979],[9966,591657],[6159,598873],[6470,595014],[5152,598916],[4784,599449],[10689,596843],[7801,599065],[637,600402],[10708,592968],[11089,600154],[9817,595349],[10154,609904],[2863,614236],[5625,611382],[7718,608093],[11641,609234],[1000,612418],[611,607041],[6353,602927],[9152,612755],[2126,603917],[6163,605956],[241,603820],[623,608838],[1388,617701],[2682,617429],[7162,616772],[1139,617239],[6432,616784],[134589,-6841],[129937,187274],[136345,184669],[139451,184966],[137631,184792],[140732,186477],[136146,191192],[135225,189605],[139291,189854],[133578,190630],[132914,186760],[133957,187472],[136583,189064],[137408,189809],[135486,186036],[132114,191811],[129869,196112],[128402,194525],[135651,192537],[128450,199673],[129044,198162],[130722,197868],[133267,195101],[133407,195944],[134833,213623],[139354,215822],[137254,214816],[138550,215057],[134317,210339],[136931,211658],[138986,214027],[139591,212526],[140507,211478],[140495,207577],[136246,210528],[136337,209169],[133660,210506],[140373,208861],[135112,23224],[134380,23593],[128155,291202],[129489,332489],[137914,35276],[133072,37407],[133608,36787],[134514,36277],[137334,26601],[133369,27315],[137005,26005],[128575,44088],[132216,41519],[132344,40641],[132481,39774],[132646,39506],[132546,40527],[135090,48264],[138721,44526],[133098,47949],[131490,49380],[129809,44499],[129902,43633],[129462,43799],[131367,43195],[136847,41741],[129265,46219],[129307,60473],[130892,59220],[136055,52360],[133740,54478],[140639,63509],[138839,67177],[132043,80595],[133089,77841],[132694,79706],[134713,79676],[137563,84392],[134222,80425],[137261,101732],[135335,98736],[128178,116647],[151844,-22447],[146885,-17582],[141195,185311],[141179,188028],[141796,187741],[144017,209485],[146538,212149],[149146,213607],[149531,209795],[145958,206841],[150284,208972],[148998,207966],[146536,205674],[142875,206752],[143282,213255],[142443,213219],[142819,214019],[145609,214926],[146711,216021],[144504,213143],[144199,214137],[143671,211963],[140976,214982],[144118,206803],[143522,206518],[144370,205609],[144710,206595],[147976,207355],[150325,211571],[148215,215075],[149924,303739],[149557,303185],[145072,299580],[148889,295039],[144634,310014],[143365,313708],[142953,318438],[151611,329745],[143802,328279],[145905,336493],[146513,333235],[146291,333216],[147071,338380],[146898,358033],[145577,358974],[141302,30140],[151913,581499],[150887,55950],[151458,53965],[151991,61270],[151725,62071],[151767,56736],[150820,72344],[148815,70039],[141299,65661],[148898,69608],[152923,74776],[149428,88354],[143977,84054],[150925,83851],[150970,82385],[150438,82657],[149106,83891],[148665,85533],[148750,86684],[149448,82734],[149229,90578],[148524,96166],[147951,97546],[147654,98283],[141896,100513],[149137,93003],[165082,264824],[166276,264860],[163271,290438],[162935,291276],[163027,287041],[161018,286746],[162090,295746],[156261,296518],[158451,295320],[159887,306305],[163622,303808],[162112,304922],[162821,305019],[157852,316853],[160479,318044],[160886,311472],[159094,310413],[161797,322735],[163262,328318],[164469,330305],[158276,322734],[154462,326173],[164366,332383],[154174,344191],[162805,335907],[160706,335444],[164238,345594],[159142,354843],[165362,346422],[162504,355354],[165478,362541],[174863,286848],[174406,287004],[166514,294505],[173359,307096],[176326,314350],[169422,322393],[168725,329422],[168223,329065],[168787,326010],[179084,328704],[178832,326183],[178317,324498],[174311,324859],[175187,321847],[176752,321892],[172136,339812],[175573,354098],[169420,356123],[176560,353349],[173151,397529],[179059,400266],[174148,398108],[173329,399342],[173515,399667],[172476,403467],[173365,404281],[172453,399056],[176026,409542],[172827,400076],[172828,401744],[173513,397290],[174745,404665],[174625,405748],[176112,397790],[177551,399463],[175875,399948],[175072,409394],[175396,414899],[173666,413543],[174530,411059],[177541,412959],[176985,412758],[178233,411510],[186127,293537],[187153,287760],[179379,330512],[181866,329570],[179407,332220],[183349,327676],[180246,326580],[181120,322892],[181270,341956],[185616,352410],[189272,351546],[179961,351422],[181812,352907],[184146,358046],[186351,356504],[184493,349400],[187455,347427],[180170,395626],[181413,395030],[189446,393171],[189318,394171],[184309,395226],[190861,394362],[185939,394744],[182989,397075],[180541,397582],[184501,397271],[180952,397222],[191521,408311],[189415,398344],[191132,398798],[179754,399681],[179252,411029],[185492,416520],[186958,412227],[182183,416251],[185634,412892],[186524,417593],[181311,414757],[180958,418077],[185908,411800],[184157,417447],[184340,413552],[183073,417773],[189126,413725],[180445,416850],[179864,414150],[186691,418163],[180825,496358],[184733,495575],[187628,498100],[190184,494497],[188943,494813],[187721,494137],[183795,493383],[183254,494470],[182121,496018],[190997,509255],[187180,511311],[187549,510507],[191816,504335],[189752,504067],[186136,502422],[185691,500412],[184076,500043],[186654,507288],[185312,506785],[183335,507889],[190654,505248],[187435,499911],[189309,500563],[189242,515707],[187464,521124],[186684,518402],[187503,521372],[188104,522855],[189674,515191],[191142,512431],[190622,513609],[187495,514416],[185214,514329],[184820,515240],[184413,514062],[190382,525981],[190755,526365],[189718,525022],[193238,134287],[201441,202544],[198634,203050],[201721,195572],[201749,196995],[201737,204362],[199577,198622],[199964,197429],[198758,199478],[204082,195020],[204694,196687],[203049,199407],[203812,200144],[203133,198335],[202765,201370],[204052,204546],[199672,202897],[202584,205642],[202789,210208],[201855,211303],[202069,208956],[203825,211895],[200997,210140],[199525,212440],[200014,210809],[198776,209267],[198523,206844],[201623,207145],[202537,213161],[203473,215235],[199110,205478],[195589,343792],[203472,345357],[202345,336956],[200564,338548],[193284,338867],[198875,346727],[195560,346834],[200256,348013],[193971,394471],[194719,404112],[193640,404394],[193476,401601],[195735,398843],[192354,405373],[192531,401089],[194926,399479],[192794,498936],[193333,499112],[193690,511073],[195158,508265],[199919,510129],[200469,511393],[203965,511043],[204024,507868],[199197,506965],[199979,503798],[198068,504212],[195718,504457],[196614,499837],[197315,500760],[195912,523567],[193833,522494],[192036,519852],[194680,518924],[195328,521116],[192231,518600],[192895,515049],[199927,522512],[198138,523650],[201757,521153],[200674,522092],[203002,521658],[203141,520114],[196911,518220],[196368,515812],[198972,519153],[199962,518731],[200004,516614],[199140,517752],[202511,514940],[201473,512627],[193654,528514],[192897,527202],[194683,529577],[198161,530099],[199914,528742],[200935,531271],[203709,529584],[204402,534211],[203465,532827],[201847,530273],[201973,528112],[205879,196936],[215093,196487],[214159,202315],[206867,196394],[205218,195607],[217286,195235],[216942,196039],[214816,202799],[214706,201793],[215592,204055],[205090,199193],[216552,198325],[212960,204548],[206459,208474],[205479,213447],[205154,205653],[206950,208070],[216350,205176],[215201,205886],[213479,205443],[212357,364589],[207420,523139],[207798,523779],[210324,522387],[211465,522819],[214808,523354],[216235,524849],[206558,522892],[205755,512448],[205715,528469],[206197,529511],[207901,530866],[210721,531432],[207189,533322],[209580,533737],[209319,536095],[205228,531410],[205212,535461],[206279,537029],[210808,537218],[210442,530999],[209247,526899],[212475,525149],[214378,525732],[216499,528840],[206302,538619],[208661,540190],[211447,540982],[212813,538365],[215887,547410],[216722,545070],[214240,538863],[216596,541730],[217288,546512],[216076,549886],[216228,550798],[216898,556116],[215034,557918],[212950,555291],[220364,199684],[221223,197680],[218035,198966],[218131,196855],[217742,195649],[219767,196812],[220212,531449],[221478,535008],[221523,537708],[223431,527902],[223555,525563],[221977,525902],[223432,530753],[223245,531770],[226131,532339],[227619,534468],[226601,530770],[224733,525637],[226490,530491],[220265,527765],[219446,528021],[220257,540444],[219861,545593],[223268,546538],[222033,548509],[221659,546231],[222745,550066],[217612,552845],[218776,557156],[228135,558474],[230089,551956],[224566,557609],[218244,556098],[218243,562856],[222562,559225],[220132,552035],[220031,553179],[219277,551495],[219238,554031],[221015,556062],[224482,556682],[226228,552321],[229388,553910],[226759,554530],[223605,554593],[222860,552588],[229166,555327],[217951,551785],[228990,565908],[225821,565578],[220888,564054],[223803,563430],[242930,176566],[241807,176748],[241253,179030],[241917,184519],[242737,183094],[242408,186856],[240411,187027],[242565,181468],[241755,180140],[243191,179802],[232586,549420],[230660,548812],[236392,547367],[233858,562758],[231401,561520],[237229,561881],[238097,561837],[241670,555666],[236603,554981],[235233,554332],[233712,557108],[232765,557633],[238492,553804],[230577,556966],[240618,565675],[231680,564148],[253724,177851],[252464,178154],[250539,178080],[247601,177903],[249196,177423],[248722,176170],[250106,176474],[244083,178799],[252400,176515],[251750,177706],[252025,179313],[245220,183386],[244042,186449],[246516,188001],[243277,188316],[246079,191481],[250626,184223],[249422,182535],[252594,181300],[253379,182539],[246750,180804],[247853,180011],[251077,180944],[252735,179687],[254630,188079],[252773,184835],[245187,185701],[246480,183240],[248578,180632],[243426,185213],[245650,191003],[248236,190618],[249949,189946],[247457,193108],[248163,195986],[247813,195449],[253713,197157],[252136,196843],[255097,195089],[255530,196823],[253334,195099],[247137,194490],[249002,193698],[252962,277814],[252674,279954],[251742,278987],[253869,280591],[255105,278049],[255079,279619],[254370,276392],[255675,281569],[255464,281398],[255930,281710],[254147,294126],[254528,293349],[255425,292225],[251748,306632],[251331,306385],[252634,301269],[250858,301769],[255340,303441],[255402,307372],[252648,304845],[249939,306626],[250884,306854],[251526,303695],[254262,304708],[254284,298356],[254897,305273],[254509,301535],[255581,298245],[253266,299483],[254744,297488],[254822,296192],[255008,295781],[251662,308006],[253170,308878],[255325,308800],[255081,392551],[255144,420757],[254907,419885],[255312,416259],[254616,414748],[254458,417207],[243999,563615],[20899,210221],[22948,208543],[22994,208020],[25435,206874],[23919,211727],[21734,211172],[22117,212063],[21780,208457],[20164,208878],[22821,211152],[23693,251911],[20751,253144],[15374,281069],[16032,281446],[12949,280899],[15237,280295],[13075,281302],[13869,289383],[14231,291633],[14469,289291],[15031,286827],[16862,288587],[17677,286520],[15768,284492],[14675,285813],[17562,282326],[17845,284929],[18710,283568],[13828,292400],[13995,282307],[13897,282759],[13161,295016],[12945,300828],[22573,497776],[23997,496211],[19527,493738],[21862,493000],[16001,495369],[19201,495250],[22030,497503],[17685,498327],[21565,495233],[22423,496165],[23153,495547],[24822,497632],[19076,511223],[24217,499604],[24401,501299],[23774,511629],[25174,500892],[20953,501477],[24699,511445],[21784,503257],[24336,502545],[23819,503791],[16251,511739],[23724,510544],[14778,521220],[18095,521169],[16936,522046],[18834,519382],[19792,522085],[13627,515832],[24388,519481],[22348,517463],[16458,513968],[15719,513928],[21237,514951],[17865,518204],[15448,516960],[21750,519809],[17193,516093],[15778,518174],[18891,520959],[21831,513667],[22301,513002],[24310,528011],[24090,525566],[24713,525988],[17419,527448],[19635,528639],[16383,600460],[15788,595476],[19849,611171],[18088,608919],[15038,606942],[19847,610411],[17442,612904],[19206,610028],[18415,611514],[19846,609160],[19161,611081],[16410,612856],[17650,606883],[19148,608960],[18068,605650],[13573,602359],[17952,603156],[256515,175308],[257958,176481],[260765,174400],[261845,177353],[260922,175171],[261011,176697],[259831,176254],[259493,177705],[257529,178762],[256330,177649],[262199,178180],[262938,175942],[258954,175019],[264626,178650],[256000,189989],[257321,187110],[258819,184418],[260351,186963],[257323,188914],[260307,180663],[260142,179486],[257266,180505],[258156,182777],[257485,186650],[258385,187618],[264104,190339],[259891,191104],[259602,189584],[262487,188626],[264598,188041],[262923,180542],[264425,183003],[264113,186800],[264970,184441],[264458,179970],[257074,191451],[258292,191709],[261907,190902],[262336,192139],[262018,185132],[259518,195760],[259235,194721],[260330,195278],[256690,194558],[263152,194045],[261245,196451],[259793,193704],[259986,193237],[262586,194643],[257932,195872],[257615,196240],[266496,202132],[266671,199928],[265626,203470],[267097,201559],[266838,201568],[265973,200834],[256696,277454],[257184,278707],[259647,277406],[258762,277315],[257824,275602],[260784,278662],[258993,279774],[257222,293061],[258764,290172],[258374,290545],[267314,292756],[265473,292822],[265785,292668],[261052,292464],[262588,292827],[264140,291294],[263241,288613],[262642,286765],[263152,287442],[261973,288181],[265704,294522],[263727,289780],[260913,286217],[259816,288402],[259603,289784],[267362,291666],[259169,288988],[258340,291866],[258257,293696],[257909,294284],[263002,290304],[263838,293215],[257805,287844],[265722,290653],[257205,291367],[261073,290892],[258479,283484],[261331,282172],[260603,282256],[259389,287344],[256859,302705],[256201,302026],[256295,300189],[258309,307055],[258615,306683],[256066,298070],[259913,306814],[258576,304511],[261355,305594],[258229,300664],[261710,300869],[260055,301717],[260644,302756],[262213,295182],[262560,306255],[265361,305598],[262814,302120],[265846,305301],[265241,299837],[265463,302681],[261896,303694],[264557,303055],[260490,297838],[266611,296806],[264784,298251],[256979,296877],[264333,296218],[262661,298539],[259842,298450],[262110,296241],[259828,295820],[257560,308285],[256332,308494],[258794,308420],[260832,308280],[262251,307631],[265105,307792],[260180,309656],[256912,396082],[257740,392435],[260876,397140],[259050,400314],[256458,399064],[257166,402856],[259335,403754],[262582,403584],[266943,415107],[268626,414875],[268269,414162],[265368,414112],[264882,413861],[263783,412451],[266347,415384],[265920,412695],[265299,411387],[267263,412407],[262023,416229],[261466,415979],[262956,418915],[265864,421972],[266176,421997],[267580,420481],[265018,419239],[260658,421324],[259367,422443],[256112,414487],[256239,414027],[258320,412195],[260881,414499],[259742,415711],[261534,418271],[257074,417792],[258828,419993],[256814,420603],[256919,422034],[259388,412999],[262744,421954],[264488,421324],[264458,421332],[267818,423840],[267160,423778],[263421,424413],[265191,424799],[266585,426112],[267677,425432],[263359,423811],[263281,424664],[262130,425913],[259574,424575],[260434,422853],[257735,422909],[266747,511946],[268285,524781],[265160,524694],[259697,524392],[261714,523683],[261054,520958],[261902,519316],[263093,517259],[260784,517839],[257122,522974],[264037,519817],[265138,519106],[266190,519816],[267815,517526],[268680,514080],[267502,516529],[265652,527159],[262637,527442],[263678,526981],[263413,528169],[263288,531030],[260560,530785],[258415,530623],[264749,537229],[267921,535935],[267505,534770],[266591,546456],[266612,544356],[264644,544931],[264704,539414],[267116,538113],[267393,539185],[268313,540885],[268388,541623],[256750,702550],[269719,402831],[273513,401464],[276399,403627],[275350,403250],[277827,405518],[277961,408089],[268842,404942],[272332,407565],[273357,421456],[279783,419118],[278114,419878],[274795,413766],[275846,416971],[277912,416697],[270127,422306],[279576,424778],[276137,424766],[269290,423189],[280446,460572],[280734,462454],[280544,463964],[281377,464493],[270878,516833],[273607,517658],[275050,519375],[276648,521935],[269148,524068],[268913,519175],[270458,513175],[271189,514690],[272460,515201],[281360,521628],[279714,524334],[277495,524553],[269808,521234],[272732,526470],[279533,526586],[280435,525379],[279750,528487],[281371,527491],[274204,527344],[273854,529925],[273843,531084],[275126,533900],[280192,530601],[280787,531154],[278882,538475],[281367,539910],[279157,542124],[280179,546362],[276306,550042],[274089,547140],[270370,547542],[271188,548726],[269282,544644],[271044,543609],[271240,544977],[285307,459025],[282762,460609],[286758,459491],[283884,459421],[282705,459562],[289668,464072],[294159,463240],[292697,464381],[293402,472424],[289878,461508],[282706,465060],[282053,466881],[282612,469444],[285076,469618],[283984,472073],[284569,470399],[285900,471964],[286889,471802],[289703,473351],[285942,472925],[291970,472683],[291230,472612],[293276,465880],[289803,462966],[287136,465057],[287933,464643],[283735,463091],[283128,462160],[291342,468729],[291812,472327],[288999,470725],[286939,469720],[288657,469405],[288512,468443],[283855,470467],[286387,466709],[287360,469303],[292135,474305],[291516,475352],[282668,523655],[281832,534581],[282029,537398],[283775,537707],[306937,404853],[306078,402768],[303295,403551],[305208,407446],[303842,405423],[306798,410565],[303971,411597],[302991,412538],[301188,416549],[304368,418083],[306376,418004],[305545,419962],[303239,422938],[302337,426386],[301615,426231],[304753,428977],[304622,426688],[303459,430053],[306325,429141],[296607,465511],[300097,463433],[295312,464784],[294527,473433],[295577,473697],[295870,471857],[294816,471627],[295969,472933],[298929,472069],[297337,473705],[301352,470094],[301148,470100],[303437,469019],[302914,469646],[304052,469341],[304153,468021],[302015,466585],[300542,465970],[300757,464133],[298980,462711],[296064,463297],[298913,464053],[299028,464815],[298131,465585],[300033,471201],[300925,471425],[300305,472625],[297267,471620],[296978,470925],[295761,469381],[294772,465830],[294557,470802],[316702,-177340],[316691,406556],[317713,407800],[315920,405004],[318410,405111],[313407,404093],[315457,402737],[311055,403134],[313767,401686],[310037,401757],[310730,402259],[307518,402371],[308627,407124],[309929,406877],[312001,406854],[319835,405577],[313779,421682],[308361,412110],[311880,422225],[307789,415123],[315023,413754],[316719,415693],[318063,416855],[314779,415996],[312663,417815],[315685,420250],[311436,418931],[311774,419621],[312635,422474],[308765,420622],[310771,411385],[309723,411327],[310461,414602],[311894,414274],[317411,411005],[319842,431739],[319366,430311],[308186,431497],[315907,434064],[314642,434510],[313046,427639],[315078,428967],[310369,429670],[308764,429509],[309726,425259],[310323,427280],[308138,423863],[315324,425922],[312764,430856],[313724,426309],[317044,433545],[308306,432738],[313522,432441],[307488,433054],[319945,432825],[319974,434844],[314387,436309],[310342,435613],[315192,436033],[311660,435729],[319463,438373],[321301,408344],[321230,406960],[325961,407283],[325865,407392],[323303,422591],[326574,421807],[329579,421531],[331840,419025],[324608,413584],[325605,414906],[326610,418575],[330227,413321],[325528,413864],[321454,411181],[322361,412125],[322370,413090],[320422,411448],[324475,419384],[322393,419951],[322299,420867],[328071,416324],[326656,415098],[327528,419385],[330384,417890],[329437,422414],[327962,429809],[332206,430748],[329914,433422],[328091,432652],[324434,434979],[327676,422862],[321482,428565],[320894,433938],[323598,430742],[324468,424462],[323412,430845],[322899,423817],[322260,424778],[330242,423497],[332077,431229],[323282,435660],[326429,439149],[325243,436324],[321252,436750],[325247,439580],[323731,437041],[332126,437528],[331862,438159],[332752,437068],[337889,430727],[336877,431857],[339579,430711],[335324,435322],[339169,435376],[339786,435217],[340604,433581],[334615,433913],[35530,150136],[33720,149572],[32973,149176],[33444,147960],[35988,150237],[37345,149952],[37360,149686],[27706,144594],[26277,144560],[27536,144355],[29514,144934],[31078,145225],[30037,143284],[34701,149415],[26827,142747],[33927,146149],[26629,207179],[28496,209565],[26896,209753],[35567,217477],[37754,208594],[38185,211223],[37458,222114],[35938,221122],[35497,218957],[36437,220139],[35431,254455],[33029,253403],[35524,255253],[31988,255629],[32923,254590],[32923,254590],[33588,255998],[32798,254572],[30105,255675],[34966,253479],[34575,22288],[36855,13237],[33428,257107],[31894,261257],[33391,257372],[28584,257294],[33043,256271],[38175,356973],[36387,356190],[37294,356379],[36290,353914],[34948,352878],[37688,355201],[31643,349622],[32144,348965],[30203,349210],[29864,351301],[30989,351595],[32511,351654],[32046,354144],[32420,355332],[30384,356727],[34284,357226],[33251,350222],[38273,364129],[36904,365568],[37435,360983],[36700,363637],[35978,358653],[35720,361580],[31579,359011],[29893,358997],[30319,362101],[30088,360516],[29869,362480],[28702,363616],[29022,364011],[29472,364833],[29129,366841],[30842,367435],[29900,366490],[30906,368665],[32376,370103],[30937,370699],[35764,369131],[36170,368248],[33906,362538],[35277,361975],[32865,358946],[34062,361155],[32772,360484],[31327,365285],[35050,365386],[32419,367913],[33632,367562],[35062,371196],[31615,372969],[32378,373766],[32252,373391],[35068,378242],[36015,378513],[38380,372811],[37034,381891],[33494,381270],[37654,376241],[35790,379057],[35968,374308],[34392,375871],[32370,372425],[37606,378588],[25682,502319],[25602,511343],[26288,512126],[26680,501004],[29417,516532],[27936,513934],[29987,520219],[28525,515548],[26010,516032],[29116,519964],[30533,518420],[26252,522903],[27884,521711],[28744,523061],[28685,520660],[27924,516959],[29558,516156],[30032,513545],[33108,513811],[30844,515466],[32281,513420],[34159,516916],[31770,518776],[27049,512953],[29419,518105],[34637,516742],[26484,526265],[396426,665149],[394914,671247],[392028,673405],[393879,668957],[393904,668647],[389462,675861],[391900,677029],[393212,677801],[388684,674309],[393472,679149],[405770,661652],[408726,660517],[407185,656322],[397972,659777],[406958,661692],[404592,657013],[405754,658191],[401045,665362],[406697,665939],[408414,672999],[402654,677788],[408582,668864],[406179,672960],[400302,677859],[401292,674444],[397722,678955],[403302,678819],[406415,678831],[410051,659296],[410379,660450],[49483,8984],[50801,7728],[49964,131362],[49319,140552],[48737,131171],[47821,141327],[40034,147749],[40837,144568],[39747,149195],[46389,141179],[48260,202754],[45937,202585],[47783,204046],[40353,202391],[39071,201006],[47573,201561],[47757,202295],[49920,204271],[47303,203734],[44677,202163],[44750,201607],[43120,202428],[42887,200967],[39657,204886],[39162,204539],[46171,201819],[42048,199546],[40570,198773],[40489,217077],[38722,217477],[49488,206604],[48687,207194],[50752,206067],[46991,205813],[42790,205981],[39688,211795],[39771,212376],[41546,213713],[43159,212671],[44502,211267],[47128,210564],[47658,209119],[48064,212339],[43579,207090],[44719,212924],[47793,213297],[38404,206163],[38766,218934],[42859,255709],[40088,251918],[42656,252917],[41587,253580],[41718,254978],[38455,365077],[38731,358915],[47415,369718],[49678,368166],[45253,364157],[46269,365365],[47322,368423],[42945,368992],[45403,368161],[45233,367723],[44611,370479],[40609,366784],[40558,367158],[40318,369541],[41607,369374],[39562,369683],[41129,371135],[40196,383470],[41398,381757],[40190,381395],[39166,379700],[43527,375411],[46247,377993],[45465,375682],[41269,377997],[41883,379289],[43463,377638],[39202,375697],[41870,373415],[45573,380419],[47070,379852],[45290,372244],[46539,373404],[46778,372798],[44748,372700],[44006,373027],[43463,373865],[43327,380383],[540351,-111276],[62598,133486],[60124,133278],[51245,366832],[61018,409414],[60390,408730],[61809,404134],[63864,404394],[60603,402798],[61770,400895],[63081,402626],[59732,406122],[59537,407078],[61645,406328],[62856,408433],[55992,405308],[58120,405841],[61504,417743],[59626,413207],[59018,411409],[61822,415344],[63405,413623],[61888,412216],[60244,616722],[62427,623379],[57911,620017],[57223,620327],[60657,622066],[61170,617093],[74115,163351],[74277,160483],[74935,160830],[75618,159234],[74233,157876],[74648,166220],[73960,165477],[73307,164739],[75728,163930],[76272,161476],[75587,164814],[73569,161271],[74177,159256],[76010,158736],[75503,167001],[76107,168322],[76145,319759],[72810,320189],[75516,319091],[74585,321293],[73957,322526],[73481,321215],[72193,320583],[71784,321178],[69437,322772],[68372,321151],[67602,322052],[65756,322722],[67316,322017],[70472,323801],[66972,324693],[66659,325656],[67585,327337],[68728,328606],[68062,330013],[67309,330850],[65970,331638],[66052,332337],[67955,331876],[67531,332144],[69970,332977],[71936,330601],[70047,328085],[70278,326071],[73418,327838],[75831,329136],[75740,330403],[75079,330644],[76525,325627],[76744,322987],[74559,325831],[74110,324666],[74017,320210],[72825,335816],[73756,336157],[73767,333845],[76708,336479],[66137,333235],[67469,334216],[68486,333342],[72061,333076],[75934,333575],[75166,335875],[71768,334591],[72245,406191],[75672,404648],[70353,405374],[70688,407607],[66065,405254],[74631,406812],[68610,404300],[69678,408286],[66107,400241],[65240,405944],[64146,400694],[65367,399764],[75336,402814],[72911,398059],[68909,400542],[70106,402447],[71068,403714],[73732,403190],[72934,402626],[68860,399704],[71445,400548],[67430,400527],[70405,401313],[66561,402759],[65819,403605],[64079,406161],[72996,409261],[73495,409468],[74100,409558],[75927,408332],[74933,401151],[74957,398706],[74341,406391],[64587,401219],[67704,408195],[68946,406661],[70762,418891],[68908,414991],[69900,417251],[65451,414228],[64335,412287],[64421,410589],[68947,410723],[74564,412931],[70886,411466],[71369,413483],[69583,418310],[71112,415293],[71180,417144],[71638,411685],[74272,412960],[75688,412689],[72064,412108],[67744,414535],[74685,414110],[67231,418700],[65233,612771],[75237,612793],[76260,613496],[75566,614303],[74582,626407],[75311,620288],[76166,617474],[65088,620741],[73603,622177],[75785,625722],[64689,620394],[64497,615731],[73680,620120],[67028,616430],[74318,618936],[75761,618910],[67262,615553],[68231,618795],[66034,619303],[72750,633021],[74486,630724],[75979,633994],[70475,664642],[75540,662747],[71753,662224],[75007,670174],[71403,671270],[75798,668574],[71205,666372],[70440,669293],[70184,667452],[69870,670141],[86351,159856],[78038,164266],[77245,163427],[81972,163620],[80087,164032],[81882,163867],[81178,165042],[83070,161983],[83573,162850],[78389,157968],[77419,156824],[79427,155889],[78337,156992],[78024,161267],[78045,160021],[81165,154928],[80054,153986],[86395,156663],[83035,156805],[76861,157023],[89334,161144],[88082,159710],[88844,165868],[87287,158864],[82781,157948],[84127,159828],[81410,161838],[81306,158358],[81339,158618],[82090,159206],[84711,162372],[83529,160936],[83027,160916],[77111,169682],[80095,167297],[79800,167629],[78994,170722],[84269,168097],[88386,169914],[85653,168935],[88891,167624],[82367,168258],[77966,223656],[81137,237965],[81103,237310],[81463,237888],[82413,239019],[84124,240457],[84162,239694],[86030,240132],[86630,240598],[87460,240373],[87711,241474],[86471,242926],[86620,242853],[79593,243348],[83832,242714],[77171,238042],[77019,234788],[79806,236547],[79450,236422],[80464,240174],[78230,242641],[77665,242116],[77437,236668],[79729,241212],[86027,245265],[83407,245246],[84073,245230],[88528,245709],[81448,276802],[83190,278770],[79657,319908],[77985,319741],[80662,331439],[78059,332153],[78470,332880],[78550,324212],[82107,327090],[81798,327179],[79925,323318],[81145,324660],[79398,326028],[78793,320884],[77776,321866],[78162,320453],[78261,320686],[77284,330101],[77732,326315],[80890,328606],[81732,328772],[77664,331914],[77935,336314],[79517,334440],[77689,334591],[79243,333551],[80427,409550],[79860,407801],[76914,405226],[77114,403175],[80454,399606],[79238,400655],[80178,407724],[83739,404961],[80283,401076],[77126,397246],[78981,399506],[79899,397396],[82861,409223],[81659,406164],[83299,406095],[83694,405373],[83238,405758],[76969,400283],[81712,406036],[79843,405269],[82299,400016],[81298,403793],[77835,412994],[77027,414247],[78963,414254],[79885,414731],[81888,411103],[78230,410250],[81458,613217],[82089,611021],[78586,606121],[81947,606063],[78782,610118],[83451,611343],[89561,613530],[87230,609073],[83568,609027],[79414,611905],[79016,613600],[85693,616417],[83544,626784],[89461,618241],[86816,614736],[78918,617111],[80842,619116],[82096,619335],[80117,621183],[78488,624015],[82479,622025],[80913,615926],[87407,623845],[80875,625933],[84103,621875],[80289,614622],[85039,618247],[82970,615279],[77519,620657],[78005,625214],[79271,630321],[77587,627986],[81525,663950],[77877,661340],[79824,667884],[85876,66227],[89113,74671],[86527,87481],[86584,113061],[89271,112713],[84341,119226],[102385,-42964],[101971,-57797],[93644,165197],[95829,165924],[91804,164719],[90196,163620],[92060,162251],[91879,164113],[90394,162955],[93849,170179],[97340,170431],[91583,168998],[89942,168692],[96668,167202],[97247,168553],[96412,167931],[89747,226794],[91241,224055],[95097,224243],[94784,219344],[94032,219530],[96821,227770],[94563,229149],[97362,218519],[95667,25436],[100992,61015],[101717,62082],[94899,81695],[91729,100597],[92360,101212],[96636,93007],[94610,108211],[90109,108339],[93171,114175],[95620,117323],[92871,118048],[92985,115962],[1037807,156254],[1046538,158130],[1051145,160752],[1057145,158168],[1060831,159947],[1056373,157722],[1051067,156903],[1063106,163295],[1063362,208511],[1065707,210265],[104350,-42914],[109311,286853],[109570,288191],[103384,61564],[103544,61538],[104427,57228],[114347,63700],[112609,55539],[112079,55861],[114351,54129],[109619,59324],[110408,57706],[109076,61313],[108953,60629],[113754,55426],[104821,60261],[112437,69731],[112373,66762],[113341,68781],[113538,64388],[106195,66073],[111807,81990],[107140,82644],[113924,78021],[125855,189474],[125339,191280],[125075,190523],[127679,191059],[122712,196498],[121173,194995],[126307,201357],[122301,199926],[122020,200570],[120230,198152],[119889,199589],[120377,199571],[121351,196886],[124331,200158],[125783,199958],[125720,195795],[119904,198853],[126501,195297],[123683,197998],[126806,290982],[123284,298648],[121150,297874],[122991,308608],[124227,329521],[122628,339478],[127896,44636],[127412,48056],[125451,49069],[122584,51385],[122244,51389],[126250,44842],[116087,62666],[125482,56951],[121104,53082],[118722,61877],[122968,64032],[119056,58543],[121625,52086],[127020,53250],[120508,57086],[120578,56277],[124131,60318],[117157,62651],[120153,53516],[120872,54973],[120571,74954],[124190,75445],[117408,72010],[126984,76796],[127868,64981],[126505,72738],[126357,74354],[125938,67392],[117222,89262],[119913,82513],[115678,101645],[116488,102103],[118677,98400],[119221,96211],[124974,99220],[124043,98244],[122027,97763],[122079,96277],[117206,104239],[126945,116895],[126006,118053],[124419,120265],[125586,119151],[-1271165,1548117],[-1267320,1548787],[-1278879,1538608],[-1274666,1541386],[-1271578,1551490],[-1267764,1550809],[-1271130,1558727],[-1278097,1558137],[-1275545,1550339],[-1275153,1557606],[-1279967,1558149],[-1270625,1556561],[-1268523,1560296],[-1267940,1550123],[-1279717,1560494],[-1273471,1557117],[-1270864,1559435],[-1273459,1553978],[-1273380,1550827],[-1268270,1549700],[-1269157,1554248],[-1268683,1557592],[-1277150,1562039],[-1276412,1250888],[-1278628,1262811],[-1291710,1480235],[-1288139,1483486],[-1289947,1521397],[-1282796,1532043],[-1280398,1534257],[-1285221,1535399],[-1289131,1535506],[-1286692,1533418],[-1283503,1544952],[-1286171,1542340],[-1281116,1544146],[-1280995,1540458],[-1281116,1544146],[-1281295,1538851],[-1282242,1541538],[-1290254,1538704],[-1285123,1553386],[-1285445,1550087],[-1289093,1551651],[-1285250,1559808],[-1292645,1553645],[-1291165,1555661],[-1288684,1558750],[-1283050,1556378],[-1283281,1557743],[-1286176,1559911],[-1292245,1558647],[-1290174,1560646],[-1286151,1560819],[-1292265,1562330],[-1288518,1562255],[-1281913,1227209],[-1283012,1261997],[-1299877,1337018],[-1293259,1492385],[-1296920,1493065],[-1296451,1498717],[-1301085,1543125],[-1294892,1543491],[-1303032,1542057],[-1297832,1543378],[-1299173,1544062],[-1302338,1540387],[-1299051,1540518],[-1300782,1545614],[-1298793,1545019],[-1295519,1545603],[-1304833,1557447],[-1297334,1553215],[-1304085,1551699],[-1294640,1554534],[-1294619,1553467],[-1299316,1558464],[-1297291,1558338],[-1303983,1560756],[-1303675,1559302],[-1294961,1559672],[-1299082,1563227],[-1294306,1562812],[-1309910,1547222],[-1307534,1545930],[-1308748,1546645],[-1316854,1544366],[-1308384,1548141],[-1310137,1545014],[-1313731,1545533],[-1313414,1545825],[-1311637,1548044],[-1314781,1543921],[-1307432,1551433],[-1309366,1557593],[-1309542,1554344],[-1309093,1549201],[-1314181,1549362],[-1310780,1551572],[-1307120,1552873],[-1340504,1445430],[-1342793,1435385],[-1341930,1435361],[-1340403,1453989],[-1340911,1453108],[-1342518,1452196],[-1339454,1451263],[-1339357,1462992],[-1340879,1462663],[-1340514,1469437],[-1342680,1472505],[-1343828,1224540],[-1343598,1235327],[-1333062,1249672],[-1336559,1248036],[-1334578,1250830],[-1335407,1257327],[-1342419,1264847],[-1334436,1270420],[-1341994,1273732],[-1344130,1276065],[-1340667,1268903],[-1350965,1289717],[-1346554,1298429],[-1352431,1302219],[-1349237,1305616],[-1349094,1293287],[-1358286,1298603],[-1350371,1306872],[-1347855,1415535],[-1354730,1415185],[-1355059,1416814],[-1345354,1431785],[-1345635,1435681],[-1347983,1467930],[-1346040,1471697],[-1350489,1222040],[-1347528,1227534],[-1344009,1234186],[-1353797,1229187],[-1347445,1237595],[-1345051,1244905],[-1351646,1251866],[-1356227,1247501],[-1346123,1256027],[-1347828,1263524],[-1351361,1266915],[-1355425,1275172],[-1363266,1288433],[-1360565,1282001],[-1365704,1289781],[-1366216,1302442],[-1359722,1305557],[-1362559,1303252],[-1356444,1293242],[-1367080,1368642],[-1366091,1379666],[-1367436,1375249],[-1367648,1370164],[-1361637,1387728],[-1364780,1389782],[-1365628,1385936],[-1363377,1383395],[-1361789,1415066],[-1365232,1223406],[-1356880,1228384],[-1358658,1238269],[-1365315,1247215],[-1381723,1282911],[-1380348,1291445],[-1370138,1302345],[-1371743,1371186],[-1379940,1371685],[-1376853,1374749],[-1374411,1371643],[-1373889,1370222],[-1370870,1378148],[-1373774,1375734],[-1377618,1379621],[-1376461,1381118],[-1374798,1376697],[-1376365,1378591],[-1374094,1378626],[-1373940,1395374],[-1382157,1392600],[-1372896,1399879],[-1371178,1395645],[-1370985,1397766],[-1371924,1129935],[-1376725,1148897],[-1373646,1225203],[-1380596,1232581],[-1380171,1234089],[-1372424,1240053],[-1376293,1253232],[-1379005,1243086],[-1377840,1268400],[-1371233,1279596],[-1385458,1280400],[-1392617,1283806],[-1384914,1372821],[-1383969,1374168],[-1393198,1380333],[-1391275,1381824],[-1384825,1392215],[-1384172,1392360],[-1383000,1247993],[-1385916,1253170],[-1391528,1263896],[-1394512,1268240],[-1387873,1275720],[-1394694,1273173],[-1402832,1282544],[-1396920,1288536],[-1399031,1282784],[-1405714,1013610],[-1402295,1018432],[-1396185,1248922],[-1396991,1253203],[-1398736,1257150],[-1405648,1263942],[-1401700,1266838],[-1405519,1270755],[-1405946,1277424],[-1405547,1278565],[-1395176,1279395],[-1418054,1405050],[-1418936,1405584],[-1413029,1405137],[-1415128,1411172],[-1415438,1410862],[-1416553,1409177],[-1415498,1408708],[-1414953,1408310],[-1409880,1014512],[-1411403,1025581],[-1428022,1399268],[-1424894,1402899],[-1431023,1402613],[-1432447,1401397],[-1433485,1402756],[-1430968,1398366],[-1431520,1396958],[-1428198,1397518],[-1426850,1397447],[-1429902,1151724],[-1435831,1399536],[-1434781,1397716],[-1434694,1400694],[-1441850,1410882],[-1444729,1408330],[-1442590,1415480],[-1444014,1409668],[-1434250,1147676],[-1435387,1152332],[-1458220,1402966],[-1455560,1401243],[-1451205,1397738],[-1449779,1397783],[-1455646,1402209],[-1459065,1399268],[-1458377,1397068],[-1453101,1401266],[-1453538,1402501],[-1457106,1405618],[-1453864,1405829],[-1452643,1405585],[-1448798,1403940],[-1451906,1411102],[-1450139,1408319],[-1448976,1411007],[-1451765,1176676],[-1455441,1168575],[-1456444,1187763],[-1450317,1187136],[-1453909,1178713],[-1458047,1186583],[-1450074,1178483],[-1458317,1194682],[-1455742,1201471],[-1455596,1191869],[-1458098,1191586],[-1453874,1212891],[-1456577,1234800],[-1464914,1403742],[-1461597,1403987],[-1471623,1403282],[-1469931,1408089],[-1465632,1100604],[-1468652,1104451],[-1462773,1176986],[-1459855,1184845],[-1459917,1189730],[-1460830,1188963],[-1461145,1197248],[-1459455,1198473],[-1463604,1243967],[-1460541,1242706],[-1483873,1284280],[-1478912,1397413],[-1479648,1396463],[-1474285,1399793],[-1479539,1399682],[-1475981,1406370],[-1479209,1102469],[-1480599,1112122],[-1481188,1266200],[-1481990,1264864],[-1482881,1276681],[-1481183,1272841],[-1479820,1271332],[-1491849,1280365],[-1495526,1283390],[-1495273,1285471],[-1495280,1282920],[-1493023,1287421],[-1496043,1290297],[-1493202,1288955],[-1491255,1298468],[-1493007,1302239],[-1487916,1391289],[-1495809,1390935],[-1489648,1389679],[-1490950,1391204],[-1491739,1391742],[-1491473,1387911],[-1490698,1387450],[-1489784,1395982],[-1486944,1396020],[-1486350,1404743],[-1494898,1404479],[-1485056,1418869],[-1486022,1413245],[-1488190,1412528],[-1492840,1410737],[-1490727,1408688],[-1487532,1112571],[-1486560,1107863],[-1489168,1114880],[-1484828,1117235],[-1488325,1277091],[-1495097,1268237],[-1504268,1283935],[-1505588,1283251],[-1502103,1282867],[-1509109,1287230],[-1502636,1299855],[-1509947,1377529],[-1508110,1377009],[-1507783,1394775],[-1508674,1392893],[-1507453,1391090],[-1507041,1387036],[-1505188,1384356],[-1508199,1385650],[-1505713,1389493],[-1503134,1383614],[-1503820,1395261],[-1507285,1393027],[-1504898,1393993],[-1507894,1396474],[-1503816,1397881],[-1505836,1396120],[-1500612,1264119],[-1509031,1274259],[-1498331,1272538],[-1507734,1279966],[-1505245,1273380],[-1521400,1386186],[-1513488,1391926],[-1514886,1386680],[-1519394,1385310],[-1522114,1386292],[-1519008,1386515],[-1515237,1386870],[-1520231,1385364],[-1521627,1385644],[-1516296,1388854],[-1514606,1392108],[-1517024,1395338],[-1516851,1387128],[-1517978,1386812],[-1515888,1389719],[-1515732,1387218],[-1516562,1388677],[-1515765,1389351],[-1520604,1392178],[-1517690,1395254],[-1518747,1395159],[-1518280,1394885],[-1520892,1393673],[-1521691,1392373],[-1522112,1394511],[-1518347,1396444],[-1517880,1396317],[-1521685,1398793],[-1521472,1397377],[-132263,297668],[-1528022,1382483],[-1527804,1393645],[-1528557,1382703],[-1528654,1386596],[-1526442,1392016],[-1524560,1391870],[-1525842,1389614],[-1525929,1390102],[-1526241,1385020],[-1523294,1389426],[-1525322,1393619],[-1524926,1399121],[-1528973,1396127],[-1525699,1398180],[-1524685,1395927],[-1533437,1108794],[-1535658,1112159],[-1533148,1112401],[-1547448,1377719],[-1548287,1376503],[-1548226,1373479],[-1540025,1378781],[-1548140,1107111],[-1538162,1109244],[-1539808,1113180],[-1544429,1115616],[-1551611,1373166],[-1552736,1377797],[-1550071,1374517],[-1551210,1377660],[-1553547,1110792],[-1551241,1110990],[-1574196,1326397],[-1572037,1322649],[-1570780,1327528],[-1565222,1322951],[-1571669,1342906],[-1569012,1334084],[-1571922,1347819],[-1571001,1105191],[-1572151,1102804],[-1578436,1326039],[-1575863,1326126],[-1574747,1325766],[-1578780,1335182],[-1580451,1333459],[-1581733,1332789],[-1580595,1339749],[-1581816,1343863],[-1577028,1340762],[-1575540,1344263],[-1575269,1104351],[-1579816,1108475],[-1577525,1108527],[-1588754,1107150],[-1593303,1106073],[-1597157,1105898],[-1594390,1106498],[-1596035,1102631],[-1595604,1122003],[-1599535,1120824],[-1593073,1116345],[-1593351,1120125],[-1600297,1112163],[-1600672,1108653],[-1611212,1112562],[-1605752,1112397],[-1602890,1112126],[-1606921,1115279],[-1606684,1126285],[-1608377,1124981],[-1605173,1122090],[-1604224,1125405],[-1615040,1113361],[-143386,31999],[-162103,39525],[-168948,-461082],[-168409,-462186],[-189133,47247],[-200990,58183],[-213452,74161],[-205988,69769],[-208254,68900],[-221869,70145],[-238837,131490],[-238135,584319],[-241818,586061],[-241858,593443],[-240394,67149],[-235650,64395],[-255609,-491972],[-247750,136415],[-247186,71452],[-251085,81698],[-274178,413342],[-281003,65079],[-276398,90714],[-290760,49902],[-288073,59180],[-302376,328465],[-297396,35422],[-300669,515321],[-301004,519600],[-304010,514246],[-302234,523796],[-301256,55894],[-305154,73232],[-306161,100364],[-313020,311088],[-312877,318948],[-316899,310343],[-309190,325076],[-316877,324193],[-316584,326333],[-319887,32218],[-308332,39262],[-316861,53091],[-328350,293945],[-322088,303320],[-332572,328773],[-332203,330325],[-323630,335438],[-319521,61825],[-322690,75209],[-332545,92391],[-341385,305431],[-344005,322367],[-338372,323769],[-342534,328136],[-334437,329094],[-339950,324272],[-342015,332898],[-336259,339460],[-338654,338825],[-352955,305510],[-352443,330542],[-348400,332666],[-352059,339030],[-369899,328843],[-366759,330510],[-369595,332238],[-362989,331693],[-359246,326444],[-361321,332268],[-374343,315167],[-382934,317492],[-382045,314523],[-377845,312060],[-372057,311830],[-374296,311027],[-417834,305922],[-420426,496092],[-429950,302600],[-424092,307116],[-432853,309160],[-432608,325383],[-444304,-403613],[-441934,294135],[-440890,286508],[-437026,302797],[-440211,311977],[-456998,-403341],[-453884,-408632],[-450793,-406589],[-459036,-411062],[-469997,-393070],[-464331,-392855],[-468276,-405376],[-467021,-400879],[-471799,-403419],[-466308,-400090],[-460989,-398161],[-463760,-406236],[-472785,-418110],[-468169,-419458],[-464407,-417800],[-470934,-430735],[-463742,-429276],[-470941,-422601],[-468792,-424588],[-479276,-386603],[-475511,-388355],[-483407,-392849],[-482695,-392085],[-483603,-400433],[-478380,-418055],[-484111,-416270],[-476053,-417171],[-475868,-411753],[-478254,-411137],[-484880,-419238],[-480721,-430276],[-473671,-424307],[-482377,-427509],[-481838,-424377],[-489956,-386785],[-491870,-386670],[-491054,-392353],[-486743,-405924],[-486872,-396978],[-488675,-413622],[-491426,-417377],[-496968,368793],[-498532,381325],[-492231,375275],[-495698,382043],[-493362,384127],[-490148,385986],[-502912,-392255],[-503992,-399655],[-505387,-410290],[-508410,-417258],[-508070,371690],[-501051,393804],[-509832,385172],[-512874,-417969],[-521294,357333],[-515605,370264],[-515980,377495],[-550276,194905],[-560092,186107],[-559888,205827],[-571916,190127],[-572572,180368],[-566208,196736],[-573713,205189],[-569252,209251],[-566182,208768],[-589927,1783747],[-591049,216455],[-610576,68840],[-616724,64085],[-652416,-164208],[-652348,-168182],[-651771,-169139],[-645550,-170300],[-647710,-277593],[-665514,-157338],[-657304,-165330],[-663007,-161751],[-663719,-161952],[-665595,-162094],[-664632,-162868],[-659837,-159777],[-664789,-162440],[-656493,-162279],[-659103,-165305],[-653729,-165199],[-653997,-170725],[-657806,-174870],[-659253,-166644],[-675332,1694063],[-738292,1724091],[-744928,1723212],[-862711,1648867],[-1087883,1532397],[-1091386,1535103],[-1105231,1521644],[-1105767,1520640],[-1109164,1521707],[-1111803,1521332],[-1111004,1525926],[-1108447,1531225],[-1111826,1529799],[-1111342,1528802],[-1110488,1524903],[-1109249,1524332],[-1109991,1529258],[-1112346,1536031],[-1109401,1536865],[-1106811,1543431],[-1111786,1543514],[-1106081,1542429],[-1110797,1538548],[-1124605,1527430],[-1121525,1532182],[-1122349,1527988],[-1124920,1533055],[-1133278,1526361],[-1138269,1525851],[-1136447,1526231],[-1135313,1525590],[-1126907,1526943],[-1163345,1446424],[-1176166,1507822],[-1175286,1529951],[-1176974,1533482],[-1190087,1536841],[-1183609,1545340],[-1182566,1547762],[-1182233,1543859],[-1180627,1537696],[-1183316,1543631],[-1196167,1497330],[-1201219,1526212],[-1198043,1535646],[-1194277,1533561],[-1199226,1532440],[-1192075,1533715],[-1202467,1533161],[-1197330,1533797],[-1195970,1535001],[-1191184,1531471],[-1192246,1532993],[-1199584,1539799],[-1201826,1540190],[-1193301,1548079],[-1191894,1545697],[-1197231,1541812],[-1197714,1543585],[-1200052,1544044],[-1198286,1547973],[-1198938,1549894],[-1200162,1553276],[-1210561,1509912],[-1214518,1504659],[-1207795,1518200],[-1207615,1513114],[-1211174,1512377],[-1207878,1521611],[-1211821,1518658],[-1204363,1523460],[-1204350,1531059],[-1210560,1524418],[-1204926,1535421],[-1206076,1529800],[-1205263,1523536],[-1204680,1538395],[-1216979,1511571],[-1237669,1222068],[-1234045,1230741],[-1234839,1234678],[-1233799,1251862],[-1235793,1255910],[-1262302,1548231],[-1261857,1551850],[-1266289,1553812],[-1260835,1555660],[-1263811,1553761],[-1266990,1555281],[-1260245,1551468],[-1259274,1555197],[-1265091,1550735],[-1260664,1550456],[-1265125,1558387],[-1260448,1561855],[-1260167,1205085],[-1265816,1206651],[-1259789,1262450],[139470,-11914],[129750,-22683],[140089,-37519],[131534,-35454],[133987,-27761],[139807,7881],[131944,20989],[129063,24277],[128324,37979],[129028,41490],[143157,-13331],[141050,-15601],[147845,-28084],[143767,-28932],[174937,400068],[292252,2255],[288892,68879],[333505,-38845],[457032,-68836],[48498,-916],[46435,4010],[49703,7659],[48542,11092],[44438,1056],[523078,-119004],[51859,-574],[75843,51357],[75673,631747],[73068,59418],[66773,67881],[69693,73622],[80753,7984],[83682,6551],[87604,16539],[82735,14250],[86223,14956],[88514,30566],[87383,37584],[84752,32518],[88386,50985],[88771,38765],[80781,49608],[85452,55731],[88137,52291],[80531,51751],[89530,52983],[84055,51498],[89438,55039],[87273,76235],[80882,73690],[84139,72741],[83798,70530],[83715,68155],[79609,76848],[80108,71141],[88429,66353],[79166,79184],[85660,87279],[100524,-1994],[101701,-4318],[100971,-19614],[99889,7219],[94386,9711],[96407,17611],[93680,29991],[89950,27187],[99646,31955],[99744,29571],[95832,26673],[90638,49771],[96040,50130],[94213,40428],[99453,41744],[100756,46077],[91615,39385],[96462,40272],[95662,45508],[94107,51598],[92465,55793],[95747,53866],[94554,62107],[94993,55184],[94797,57906],[96836,60633],[92800,67979],[99743,74365],[101515,68221],[93373,78528],[93766,85126],[96905,80065],[94672,79896],[102015,79683],[99245,82932],[100852,89046],[99502,85859],[94478,90478],[93570,94951],[96852,100264],[106299,-9],[106739,-3726],[108094,-23824],[104680,-16306],[103888,254],[111265,6964],[108613,9342],[112318,1011],[113836,10013],[104263,4711],[112211,18340],[104207,18477],[111020,18869],[106833,21809],[107328,24336],[112382,25845],[105881,30221],[104661,30469],[108029,29545],[112365,36382],[110246,26868],[114221,32558],[103343,26010],[105194,50091],[102801,43640],[104224,40778],[110105,46520],[114175,43440],[109350,47718],[106654,48279],[111938,39623],[113583,39335],[110128,51865],[105061,57824],[104131,94201],[121036,-628],[127425,-7957],[126152,-25985],[124948,-32275],[127851,-29011],[119294,3292],[125217,1422],[119217,10815],[116205,7159],[116372,1414],[125062,22248],[119536,18776],[124118,33474],[116083,36820],[116738,27480],[117567,34163],[117255,30592],[121644,40952],[123382,40714],[118452,38911],[-1270735,1548095],[-1270682,1546800],[-1278655,1542072],[-1272747,1541596],[-1279790,1537764],[-1272556,1550379],[-1279890,1556627],[-1276844,1557116],[-1274618,1559187],[-1269453,1549405],[-1277650,1558696],[-1271483,1554917],[-1270148,1550297],[-1272678,1558699],[-1273948,1553592],[-1268320,1559604],[-1279633,1561788],[-1273915,1556523],[-1268794,1553514],[-1267426,1553665],[-1268870,1557754],[-1279697,1563775],[-1278075,1562773],[-1279380,1249195],[-1275650,1257712],[-1276063,1254791],[-1288521,1484528],[-1289392,1485535],[-1286262,1520933],[-1283130,1522608],[-1280817,1533154],[-1281461,1531302],[-1288132,1524836],[-1283316,1525124],[-1285655,1523651],[-1287715,1530313],[-1288787,1528042],[-1284661,1527214],[-1283162,1530020],[-1287852,1533292],[-1284621,1533472],[-1283541,1532901],[-1282010,1533340],[-1285455,1541794],[-1281378,1544625],[-1284350,1541362],[-1283036,1539653],[-1280573,1541771],[-1291191,1538703],[-1282209,1537801],[-1289942,1555687],[-1287632,1554965],[-1290278,1551812],[-1291639,1554588],[-1291761,1553603],[-1287128,1553571],[-1284023,1553032],[-1283383,1556941],[-1288511,1558950],[-1288660,1557069],[-1284640,1559923],[-1289783,1558414],[-1292580,1560364],[-1291759,1559470],[-1285954,1561547],[-1292018,1562861],[-1286898,1562481],[-1285395,1225284],[-1285605,1221061],[-1286137,1237077],[-1287001,1238553],[-1280665,1241937],[-1283427,1261110],[-1284808,1255922],[-1300326,1337326],[-1296809,1494734],[-1296453,1491780],[-1298827,1502136],[-1298700,1500207],[-1300453,1544077],[-1297678,1541728],[-1298056,1544675],[-1299253,1540368],[-1295068,1544964],[-1298402,1546700],[-1301175,1545396],[-1305318,1546763],[-1304401,1547564],[-1303967,1541519],[-1294592,1554903],[-1296460,1553129],[-1292802,1552221],[-1300544,1558362],[-1295142,1557439],[-1294205,1556686],[-1297464,1558136],[-1296833,1558309],[-1295413,1558969],[-1304276,1559813],[-1304063,1557967],[-1298855,1561875],[-1294371,1563108],[-1303679,1726482],[-1306625,1342343],[-1311355,1351735],[-1309665,1543566],[-1309849,1545395],[-1314362,1545262],[-1311097,1546546],[-1315182,1542205],[-1311596,1548527],[-1313587,1547268],[-1315329,1545037],[-1315925,1545388],[-1309231,1548291],[-1306576,1556561],[-1309316,1554387],[-1313038,1550666],[-1312156,1551530],[-1305770,1552597],[-1310094,1553103],[-1310250,1557212],[-1306252,1552180],[-1307599,1549709],[-1319964,1335869],[-1320194,1354788],[-1343492,1432460],[-1340650,1446171],[-1341125,1448112],[-1339768,1455675],[-1338852,1454234],[-1342142,1450874],[-1341963,1450505],[-1341524,1462190],[-1341935,1472032],[-1343939,1229113],[-1342085,1235882],[-1333334,1253866],[-1333479,1249671],[-1336537,1249338],[-1335084,1255866],[-1342531,1276157],[-1340425,1274232],[-1338643,1268969],[-1349130,1299390],[-1347028,1302675],[-1346644,1300131],[-1355539,1304546],[-1352943,1293951],[-1348671,1417870],[-1349562,1413542],[-1352268,1415068],[-1352315,1416368],[-1344267,1432281],[-1344437,1436883],[-1344995,1435861],[-1347748,1471590],[-1349564,1466336],[-1344976,1468362],[-1355338,1228115],[-1344237,1243979],[-1345765,1247381],[-1349656,1252325],[-1344709,1258798],[-1344594,1264539],[-1350153,1266296],[-1352082,1274589],[-1358227,1284356],[-1363856,1302522],[-1366331,1302532],[-1359063,1303045],[-1362290,1296650],[-1365454,1380177],[-1368659,1373660],[-1365111,1371793],[-1361454,1387399],[-1365567,1390038],[-1363857,1384124],[-1362510,1386081],[-1368503,1398083],[-1368203,1395721],[-1358162,1415806],[-1357703,1417150],[-1359209,1222282],[-1369195,1226164],[-1357179,1239214],[-1359179,1244119],[-1368306,1245529],[-1368360,1279141],[-1363149,1277028],[-1372606,1284843],[-1381483,1291282],[-1371641,1303194],[-1374717,1300551],[-1372798,1365714],[-1371943,1365750],[-1371525,1373135],[-1380304,1373966],[-1379952,1371477],[-1370744,1369933],[-1371587,1371144],[-1370587,1379642],[-1373321,1371590],[-1380252,1380009],[-1381453,1379163],[-1376458,1377012],[-1372827,1382350],[-1380949,1389201],[-1370801,1400249],[-1370578,1132973],[-1375555,1220499],[-1376280,1226760],[-1379192,1232611],[-1369658,1239707],[-1378560,1241252],[-1381936,1261319],[-1387091,1282082],[-1391174,1281138],[-1383591,1373898],[-1384972,1372547],[-1392181,1380016],[-1391627,1380985],[-1383559,1394321],[-1382853,1393905],[-1382926,1395327],[-1383303,1390802],[-1383734,1389784],[-1392837,1133994],[-1382984,1233424],[-1385619,1252248],[-1388058,1256700],[-1392987,1266437],[-1391455,1276308],[-1384373,1279902],[-1392190,1277210],[-1404320,1280636],[-1400399,1282109],[-1398525,1285939],[-1397992,1285682],[-1398956,1254405],[-1395644,1250884],[-1401894,1261744],[-1398797,1258134],[-1400577,1261350],[-1396042,1260454],[-1405878,1277699],[-1402868,1268392],[-1404043,1270699],[-1396929,1278694],[-1418242,1406439],[-1417353,1405949],[-1414600,1406603],[-1412852,1407391],[-1416543,1410779],[-1416131,1410160],[-1418631,1408985],[-1415669,1410236],[-1408416,1013439],[-1410457,1027286],[-1425719,1399931],[-1425182,1400644],[-1431500,1400680],[-1430305,1402524],[-1433326,1401599],[-1429986,1400404],[-1431433,1397628],[-1426508,1398476],[-1427988,1397241],[-1433277,1149370],[-1432632,1152179],[-1436531,1396799],[-1438452,1398492],[-1435053,1400908],[-1443807,1410328],[-1443087,1411842],[-1434950,1144681],[-1457682,1405712],[-1456091,1399709],[-1458006,1402830],[-1449719,1396662],[-1450061,1396847],[-1455127,1401456],[-1454792,1406888],[-1453794,1407297],[-1447997,1407710],[-1448283,1407230],[-1451512,1411828],[-1447332,1409246],[-1449722,1410082],[-1447078,1177528],[-1450295,1177219],[-1449157,1173303],[-1457447,1177035],[-1457530,1171490],[-1451780,1188052],[-1453697,1189525],[-1455390,1180029],[-1458563,1178375],[-1454308,1199822],[-1456263,1190908],[-1454682,1196095],[-1455990,1209453],[-1458427,1235130],[-1459895,1394771],[-1460197,1401333],[-1464140,1399436],[-1460856,1396812],[-1464585,1099451],[-1467966,1104844],[-1459330,1180700],[-1460636,1189330],[-1461285,1195240],[-1461574,1200082],[-1461757,1193892],[-1461512,1206081],[-1462404,1238467],[-1464869,1243993],[-1464569,1244201],[-1476046,1394474],[-1475571,1401613],[-1478825,1400586],[-1475718,1405804],[-1474634,1410464],[-1472475,1408783],[-1478412,1097236],[-1474990,1098068],[-1483994,1107042],[-1475906,1104219],[-1476894,1101164],[-1481958,1109687],[-1484460,1114627],[-1475993,1265982],[-1475942,1266047],[-1482544,1276958],[-1482321,1273072],[-1478505,1276054],[-1482342,1279189],[-1480339,1268821],[-1492291,1280270],[-1486171,1280898],[-1489084,1283233],[-1494894,1281380],[-1495813,1282702],[-1495835,1281422],[-1493576,1286912],[-1490040,1288620],[-1494195,1289491],[-1493625,1301798],[-1486290,1392727],[-1488595,1390211],[-1496924,1391540],[-1496435,1392159],[-1492536,1387787],[-1495331,1390290],[-1489848,1390977],[-1490702,1388316],[-1491678,1390418],[-1494963,1406160],[-1491759,1407621],[-1490090,1404075],[-1489020,1416228],[-1492590,1413972],[-1488636,1409856],[-1495141,1409823],[-1494787,1409336],[-1487675,1105441],[-1490490,1112725],[-1493989,1271775],[-1495575,1270376],[-1505373,1285089],[-1507721,1287482],[-1505162,1299633],[-1503293,1297002],[-1507215,1378210],[-1508772,1389624],[-1505332,1391042],[-1506197,1386247],[-1504661,1389655],[-1504451,1388878],[-1503470,1389332],[-1505424,1385357],[-1510144,1396704],[-1506573,1396534],[-1501900,1395488],[-1507666,1395988],[-1503946,1399123],[-1507204,1395815],[-1501266,1261888],[-1508751,1278838],[-1507078,1273864],[-1501185,1273238],[-1507928,1278637],[-1504977,1279489],[-1500108,1274354],[-1510515,1283799],[-1513051,1378644],[-1517719,1391508],[-1512839,1389317],[-1514399,1386990],[-1520493,1382741],[-1523182,1387981],[-1522502,1384349],[-1515279,1386858],[-1518760,1390657],[-1517691,1386068],[-1521301,1388645],[-1521448,1388119],[-1516542,1386572],[-1522555,1386679],[-1515911,1393374],[-1518901,1393224],[-1518568,1393027],[-1520698,1389881],[-1519526,1390719],[-1519237,1395379],[-1521118,1398851],[-1520647,1395709],[-1520945,1398178],[-1523135,1400554],[-1530010,1382338],[-1530640,1385608],[-1527383,1392351],[-1528758,1392285],[-1526383,1383325],[-1528484,1392487],[-1528543,1390684],[-1527977,1389885],[-1527320,1386445],[-1527665,1388388],[-1525800,1387986],[-1525526,1389612],[-1525323,1392331],[-1526184,1394114],[-1524634,1395517],[-1526229,1399046],[-1535139,1113745],[-1533127,1112226],[-1535759,1112288],[-1545819,1374532],[-1536945,1113064],[-1541958,1108544],[-1536063,1105917],[-1538087,1112061],[-1555296,1373183],[-1552119,1377171],[-1553833,1377489],[-1554341,1377515],[-1549548,1374686],[-1551103,1378130],[-1550292,1377960],[-1551024,1109415],[-1549447,1108418],[-1569410,1326564],[-1573803,1325034],[-1569974,1322543],[-1570995,1335203],[-1570494,1344410],[-1570529,1346107],[-1572684,1104142],[-1571337,1104702],[-1573909,1105423],[-1578147,1327232],[-1579551,1327662],[-1576896,1329019],[-1574446,1324214],[-1583509,1335930],[-1583710,1338544],[-1579042,1334094],[-1583170,1340344],[-1579312,1342295],[-1579031,1340550],[-1575008,1346258],[-1574648,1109059],[-1588399,1109166],[-1595070,1110984],[-1597506,1106505],[-1597099,1108102],[-1592045,1106527],[-1598577,1123414],[-1592809,1118049],[-1598586,1121352],[-1587749,1118130],[-1591009,1118601],[-1601287,1111582],[-1603551,1112368],[-1601723,1113851],[-1603510,1114048],[-1610781,1122170],[-1606849,1126100],[-1601958,1126921],[-1612833,1113188],[-1613171,1114164],[-145667,-273329],[-151576,42178],[-192540,45169],[-210965,-411201],[-214880,69641],[-228999,68843],[-242117,132371],[-231519,595383],[-239963,595109],[-233111,72041],[-244270,135495],[-243754,70091],[-245989,68506],[-280044,50857],[-276546,96980],[-293543,506919],[-283984,73712],[-305117,333294],[-298184,36503],[-305473,40352],[-295679,513918],[-304512,518800],[-304392,522813],[-305526,64648],[-301792,77014],[-299763,76952],[-316598,319620],[-307244,326394],[-314922,324802],[-314147,322364],[-307340,506219],[-313069,514288],[-317725,75383],[-313428,101176],[-326184,300725],[-324892,300049],[-324967,294714],[-320627,310875],[-323192,311261],[-328130,332184],[-331222,327628],[-321714,334210],[-323841,338588],[-325609,340092],[-328979,34801],[-322965,38763],[-321764,55376],[-320614,67310],[-330834,99462],[-338194,306458],[-341336,324107],[-344402,329680],[-339653,330113],[-337579,324919],[-342735,337353],[-335216,337594],[-340769,338018],[-339784,25964],[-353838,303007],[-357523,330433],[-354698,329138],[-347535,330979],[-352762,340631],[-370072,311966],[-376035,306952],[-373326,304607],[-372680,307120],[-373636,316343],[-373426,318368],[-381336,315349],[-379776,318579],[-371888,313577],[-374206,321485],[-378061,320499],[-418328,294366],[-420008,490508],[-413380,499159],[-422972,292464],[-430363,298281],[-443040,-405098],[-438373,305618],[-435782,318603],[-441599,314505],[-455997,-388630],[-458450,-390481],[-450799,-393196],[-456852,-393447],[-453615,-394643],[-458205,-408669],[-454696,-407336],[-459239,-400579],[-449463,-404606],[-459587,-416103],[-460296,-424136],[-471620,-389558],[-468883,-392578],[-463820,-394502],[-461377,-392908],[-470443,-409292],[-461988,-421555],[-460987,-409788],[-466737,-419904],[-467713,-434462],[-464376,-424731],[-467764,-433025],[-464675,-427663],[-462124,-432454],[-470194,-432226],[-475747,-396576],[-476083,-393446],[-474477,-394350],[-480391,-385713],[-473963,-413163],[-480563,-424376],[-479504,-430703],[-494230,-383240],[-489354,-395234],[-495071,-390739],[-498252,-393831],[-492557,-400668],[-492380,-407584],[-495566,-403009],[-488400,-399300],[-494578,-397564],[-495200,-401561],[-491546,-402118],[-488918,-421234],[-490615,-421730],[-490998,-412386],[-492121,-413560],[-488547,-417686],[-491068,-423814],[-489105,-424582],[-495208,378315],[-495477,386387],[-489331,384548],[-499808,-392045],[-509472,-392424],[-504008,-387243],[-501629,-406749],[-499878,-402318],[-503790,-400094],[-509821,-421577],[-507150,-416842],[-499508,382927],[-503404,371529],[-504810,392358],[-514149,-412407],[-514113,367532],[-517052,379362],[-514939,388087],[-554225,212459],[-555238,208102],[-571494,178258],[-569298,186601],[-569141,181870],[-573862,195846],[-570242,194173],[-564858,212121],[-572755,214614],[-577609,199672],[-592042,213061],[-589364,212529],[-590385,219036],[-609304,57772],[-607266,53972],[-623695,56222],[-614637,56795],[-642632,-274292],[-643946,-281218],[-647649,-287022],[-649782,-287529],[-649443,-281643],[-665592,-156805],[-664745,-155554],[-657381,-272206],[-741689,1722297],[-734884,1716575],[-742511,1726669],[-824424,1729252],[-842858,1726935],[-843840,1732143],[-841711,1730550],[-845171,1733135],[-844939,1729493],[-860187,1646235],[-1088965,1535231],[-1092196,1533375],[-1091487,1536570],[-1093122,1537979],[-1113427,1521343],[-1109904,1519956],[-1109394,1520281],[-1105255,1521295],[-1109879,1523055],[-1109261,1519015],[-1112141,1523426],[-1111731,1524897],[-1111188,1525272],[-1107673,1524844],[-1107425,1534570],[-1107799,1528066],[-1108015,1532700],[-1103728,1535346],[-1105723,1539208],[-1109238,1542357],[-1111941,1546137],[-1107086,1545345],[-1107338,1542605],[-1113110,1536728],[-1119458,1524088],[-1118626,1532815],[-1113940,1531989],[-1115217,1539837],[-1131009,1528796],[-1137802,1524117],[-1138415,1528438],[-1128216,1526238],[-1128542,1526608],[-1126563,1530253],[-1127537,1531305],[-1139351,1524893],[-1162600,1446735],[-1162539,1449755],[-1175937,1508719],[-1176732,1528864],[-1176459,1530974],[-1177511,1540355],[-1180412,1489710],[-1187844,1533347],[-1189274,1530094],[-1188929,1530358],[-1179426,1532525],[-1186932,1545863],[-1185829,1544499],[-1179010,1541308],[-1180839,1538014],[-1195186,1497472],[-1200413,1527491],[-1193629,1533369],[-1199978,1534045],[-1201659,1532776],[-1202677,1531206],[-1197048,1533951],[-1198798,1533466],[-1191003,1530192],[-1194961,1536369],[-1202186,1540420],[-1200813,1540108],[-1195119,1547328],[-1190551,1548913],[-1193518,1545274],[-1194990,1546798],[-1196243,1542390],[-1194666,1543955],[-1198878,1551348],[-1196638,1549905],[-1198305,1553018],[-1211377,1507669],[-1206536,1517302],[-1207937,1515182],[-1214238,1511351],[-1213907,1512119],[-1210809,1511743],[-1206682,1521913],[-1209397,1523149],[-1207813,1523441],[-1206227,1535389],[-1206828,1527292],[-1206017,1524665],[-1206642,1526078],[-1203629,1537631],[-1233649,1625134],[-1232920,1639691],[-1234403,1226025],[-1240205,1223737],[-1230678,1234100],[-1234904,1251158],[-1238746,1257509],[-1236737,1255740],[-1245853,1644730],[-1248775,1709752],[-1265231,1548158],[-1265254,1556869],[-1266988,1549352],[-1266762,1549615],[-1264743,1550970],[-1264182,1555234],[-1261960,1551086],[-1259837,1554447],[-1262170,1552537],[-1261917,1553256],[-1266336,1556823],[-1263867,1558429],[-1261443,1560832],[-1266761,1560880],[-1264808,1558826],[-1261620,1556582],[-1266223,1209822],[128383,-24386],[135611,-37313],[135472,-34277],[130598,-32065],[139642,11171],[130222,17577],[144254,-9659],[144388,-24465],[141011,-19571],[150976,-27430],[144221,-27962],[158134,-14874],[160836,146206],[38799,15974],[457223,-66297],[486686,-92504],[482778,-96855],[39418,20233],[71851,61267],[71797,63000],[68529,68129],[70779,73241],[86368,10033],[87771,7250],[82069,8896],[87780,10998],[81578,5520],[88371,22833],[89156,23423],[84355,18272],[88327,14254],[85533,35570],[86856,36240],[85009,50021],[82250,47408],[87389,45612],[81792,52066],[85739,52995],[88611,55140],[86041,62772],[88417,59519],[87797,64081],[80016,68340],[81698,72540],[84262,66688],[86340,71776],[84739,75933],[86688,67045],[87179,73941],[78699,78610],[84341,77936],[81224,81485],[85345,88798],[100461,-17688],[100874,-29382],[95740,6728],[98215,6654],[91914,8652],[96038,19923],[91801,31953],[92790,31096],[89938,30610],[93023,28693],[95822,28419],[102021,28877],[97313,50827],[92592,46712],[99789,44075],[100606,47259],[102385,40599],[92176,44292],[97809,44099],[90562,58498],[96058,52074],[96698,55506],[96620,63385],[97903,51574],[98462,61507],[90069,68819],[96446,74626],[99037,72685],[92210,78996],[95548,82102],[95811,84014],[93899,86986],[101087,80923],[102091,80737],[93750,93167],[97447,96719],[94204,99016],[103324,-3754],[108804,-1699],[112721,-3020],[108282,-2426],[103121,-6334],[106073,4863],[113324,11672],[113368,6284],[103133,6257],[103318,8036],[112396,13868],[112747,16452],[108252,18970],[108939,16816],[109753,24567],[114866,25264],[107476,35963],[106951,28638],[106445,32427],[105086,34534],[110360,33091],[108750,26173],[111849,30941],[113523,31232],[102462,49927],[106578,44439],[104328,38768],[108901,38831],[109291,40818],[112851,41123],[108658,47215],[105954,46165],[103611,52172],[104220,55670],[105624,90980],[105592,94260],[104083,96797],[104598,90213],[119139,-1246],[123828,-10509],[125710,-22035],[124411,-30696],[126270,-29342],[124739,4036],[122478,3802],[121389,9079],[116968,3121],[125094,21158],[126475,13441],[117616,22586],[126529,35661],[124432,36374],[115498,32676],[115826,35556],[117809,36038],[116875,28742],[120920,34139],[117420,45343],[121109,43097],[121478,39765],[-1269749,1548232],[-1270230,1548636],[-1279356,1540542],[-1277114,1539434],[-1276469,1557702],[-1269956,1555221],[-1267399,1549087],[-1272789,1560734],[-1276124,1551020],[-1268709,1559789],[-1276178,1561399],[-1273392,1556019],[-1267553,1556624],[-1271795,1557210],[-1267387,1553397],[-1279131,1563410],[-1279529,1240219],[-1279294,1248010],[-1279678,1242297],[-1290277,1481655],[-1290285,1481068],[-1289359,1484635],[-1284795,1530471],[-1287407,1527164],[-1282757,1526359],[-1286747,1530228],[-1288942,1530810],[-1285887,1532534],[-1282718,1543850],[-1281271,1544876],[-1284674,1542260],[-1283893,1540305],[-1285609,1543511],[-1289251,1557427],[-1280734,1550569],[-1281631,1556775],[-1292350,1557287],[-1290787,1552334],[-1287159,1555106],[-1283126,1552187],[-1291367,1555931],[-1288098,1550051],[-1281105,1559416],[-1285842,1550657],[-1281643,1551514],[-1284576,1552993],[-1281241,1554036],[-1287699,1558645],[-1284413,1559904],[-1281620,1561692],[-1290001,1559308],[-1286541,1561722],[-1281305,1561868],[-1292015,1563169],[-1288495,1699275],[-1287000,1701145],[-1281715,1720955],[-1283030,1222999],[-1281155,1239309],[-1283642,1247664],[-1284412,1244652],[-1285404,1242573],[-1286356,1261095],[-1283452,1259089],[-1280222,1257526],[-1280016,1255214],[-1281471,1255316],[-1301387,1329461],[-1299482,1334201],[-1297788,1492328],[-1292919,1494945],[-1296311,1494380],[-1299773,1496699],[-1298174,1498142],[-1301497,1512830],[-1293811,1535034],[-1298051,1543583],[-1296265,1543013],[-1296640,1542295],[-1303991,1542298],[-1304921,1547635],[-1300482,1544991],[-1301057,1546777],[-1301722,1542954],[-1300207,1540149],[-1302481,1544987],[-1300114,1549636],[-1294885,1553189],[-1304887,1556834],[-1297435,1559135],[-1297266,1558005],[-1296350,1559676],[-1302626,1560463],[-1302916,1557494],[-1298254,1562317],[-1293769,1562852],[-1297297,1725522],[-1300219,1725778],[-1308976,1327552],[-1305740,1339090],[-1317999,1341132],[-1311958,1341586],[-1308834,1347709],[-1317634,1352006],[-1312817,1541508],[-1311353,1544724],[-1313750,1542035],[-1313510,1544035],[-1313201,1547777],[-1311731,1539300],[-1315579,1545012],[-1317821,1545150],[-1308983,1546036],[-1308187,1549999],[-1308833,1555373],[-1309535,1550017],[-1314123,1551284],[-1310878,1552310],[-1308449,1551014],[-1310270,1557245],[-1307672,1550074],[-1323494,1338033],[-1320858,1340444],[-1341980,1432859],[-1343016,1445619],[-1342289,1445170],[-1343699,1437211],[-1343946,1438026],[-1341956,1451952],[-1340754,1452473],[-1341502,1448199],[-1341295,1448155],[-1340172,1468483],[-1341462,1470053],[-1343805,1471505],[-1343867,1225193],[-1342460,1234467],[-1336206,1254203],[-1333683,1251615],[-1334983,1249297],[-1333520,1252968],[-1341815,1242879],[-1341689,1245544],[-1334387,1258383],[-1339400,1270986],[-1336160,1273993],[-1344134,1273915],[-1350210,1288610],[-1346857,1300054],[-1355919,1304960],[-1346953,1303608],[-1354837,1297317],[-1352228,1306692],[-1348254,1416346],[-1351234,1414804],[-1352689,1417350],[-1344825,1434150],[-1346455,1468782],[-1346212,1470978],[-1349541,1223409],[-1344513,1229530],[-1353530,1232726],[-1354744,1239037],[-1354487,1251763],[-1356327,1246540],[-1345099,1257323],[-1346861,1264270],[-1346675,1266945],[-1354341,1271562],[-1345953,1268451],[-1353249,1268545],[-1362033,1290283],[-1366929,1303568],[-1363569,1293270],[-1360562,1306158],[-1369346,1369704],[-1363179,1380814],[-1365083,1382048],[-1364224,1373931],[-1368619,1373917],[-1366913,1372838],[-1363607,1387204],[-1365624,1391597],[-1365234,1384181],[-1368983,1393065],[-1359152,1416011],[-1357268,1418462],[-1369174,1130458],[-1361150,1222002],[-1369338,1225043],[-1364919,1225221],[-1367928,1236282],[-1364252,1246750],[-1359552,1276776],[-1375280,1284987],[-1370480,1289375],[-1378671,1281876],[-1379944,1289525],[-1371053,1301349],[-1372352,1368057],[-1369628,1380639],[-1380072,1371139],[-1379114,1371221],[-1371294,1371876],[-1370611,1376796],[-1372970,1371652],[-1372882,1373622],[-1371232,1376412],[-1381898,1380828],[-1377392,1378024],[-1377036,1376035],[-1381661,1376440],[-1374074,1377814],[-1381653,1387770],[-1380817,1389713],[-1370169,1396688],[-1379626,1408244],[-1374770,1131935],[-1372598,1131410],[-1374209,1221464],[-1372618,1223419],[-1379670,1233462],[-1381807,1234472],[-1374914,1245409],[-1381469,1264206],[-1376845,1268873],[-1391097,1283973],[-1382704,1374424],[-1393180,1381486],[-1391370,1382806],[-1383033,1394833],[-1382543,1391791],[-1394437,1132850],[-1393837,1131583],[-1385731,1237810],[-1383530,1235865],[-1385477,1247330],[-1385840,1254364],[-1389460,1263005],[-1392872,1268675],[-1386794,1273159],[-1383175,1277953],[-1394534,1273719],[-1393658,1277569],[-1402567,1280989],[-1400782,1281906],[-1400961,1284733],[-1399071,1284040],[-1397562,1286909],[-1407008,1018567],[-1404810,1012599],[-1397637,1255504],[-1398838,1257826],[-1406469,1274146],[-1404721,1277254],[-1416502,1408060],[-1418918,1407441],[-1412180,1407437],[-1412773,1408178],[-1414817,1411062],[-1415720,1412919],[-1418128,1409845],[-1416915,1408309],[-1409009,1027906],[-1414152,1030232],[-1425679,1392788],[-1426049,1402154],[-1425326,1401869],[-1431568,1401132],[-1431660,1402735],[-1431828,1397544],[-1428320,1397445],[-1425625,1397230],[-1427165,1398972],[-1434851,1399408],[-1437393,1399338],[-1435703,1400707],[-1435669,1403471],[-1435338,1143785],[-1456036,1397588],[-1456040,1397973],[-1450506,1397075],[-1448610,1400450],[-1457023,1395427],[-1449757,1401126],[-1454197,1403646],[-1452324,1407062],[-1449491,1405452],[-1452604,1409092],[-1452316,1409089],[-1452512,1411482],[-1452101,1410130],[-1447940,1414804],[-1447641,1410643],[-1448661,1176330],[-1459179,1173060],[-1454110,1183000],[-1455490,1187273],[-1450612,1181684],[-1454950,1189082],[-1449316,1178882],[-1456716,1194029],[-1457663,1194066],[-1452246,1192022],[-1459194,1192003],[-1454371,1213303],[-1465810,1404175],[-1460395,1399805],[-1469864,1405117],[-1468233,1100087],[-1470661,1104362],[-1461375,1176107],[-1461514,1190418],[-1459722,1192422],[-1461047,1196729],[-1465227,1238151],[-1463575,1238932],[-1459668,1231021],[-1464900,1242597],[-1482916,1282491],[-1478679,1393744],[-1480630,1396284],[-1480942,1401363],[-1476149,1398880],[-1474251,1399787],[-1476855,1405425],[-1472294,1407900],[-1472679,1094699],[-1479333,1100674],[-1475087,1099999],[-1482557,1110396],[-1483402,1109484],[-1481210,1107971],[-1476332,1117544],[-1480764,1265892],[-1482855,1276848],[-1481062,1275467],[-1484285,1276022],[-1479595,1269991],[-1482011,1268357],[-1489211,1280907],[-1489111,1283458],[-1495348,1282766],[-1493635,1281704],[-1493267,1286352],[-1496069,1287582],[-1494692,1291742],[-1493449,1286831],[-1492038,1300266],[-1492469,1394697],[-1487194,1392324],[-1488795,1392224],[-1492152,1390884],[-1493395,1391653],[-1492799,1407966],[-1490762,1403206],[-1485058,1416267],[-1485643,1417205],[-1487053,1412308],[-1494285,1408440],[-1490739,1410602],[-1489373,1107977],[-1489998,1112483],[-1487111,1110680],[-1486385,1105562],[-1485672,1115273],[-1488875,1278556],[-1496484,1270599],[-1500235,1280552],[-1508236,1281000],[-1507656,1285794],[-1500059,1293856],[-1501345,1295321],[-1501567,1300229],[-1501738,1381510],[-1503446,1391744],[-1507785,1392028],[-1504438,1390288],[-1505914,1384380],[-1507352,1386880],[-1502358,1383766],[-1503604,1395359],[-1507872,1395547],[-1501574,1397045],[-1507156,1395814],[-1503675,1265678],[-1498581,1273550],[-1508132,1275452],[-1506628,1278113],[-1506171,1273884],[-1512763,1376732],[-1520727,1383938],[-1517250,1392768],[-1519732,1389150],[-1516243,1390009],[-1523082,1391359],[-1520617,1395157],[-1516769,1396462],[-1519221,1398511],[-1522946,1396361],[-138770,-273255],[-1530660,1382567],[-1530082,1385909],[-1528268,1391908],[-1528225,1386736],[-1525867,1383247],[-1527625,1385407],[-1526264,1389167],[-1523869,1389858],[-1525587,1389113],[-1523690,1390686],[-1525679,1399853],[-1529017,1396046],[-1526163,1397834],[-1535740,1111367],[-1535612,1110726],[-1530557,1109354],[-1547432,1374506],[-1541505,1377008],[-1545599,1377239],[-1537260,1112955],[-1548322,1105732],[-1546349,1110573],[-1540492,1112330],[-1554251,1376182],[-1551563,1378591],[-1550473,1379180],[-1549941,1113023],[-1551819,1106377],[-1555894,1109967],[-1568253,1323609],[-1573742,1330653],[-1572276,1328186],[-1573928,1322450],[-1572253,1336348],[-1570578,1346508],[-1571544,1348098],[-1573084,1104380],[-1578960,1329375],[-1577208,1330841],[-1575760,1322614],[-1580791,1337771],[-1581031,1337302],[-1579545,1335710],[-1578577,1342590],[-1577248,1343350],[-1577090,1344500],[-1575597,1347947],[-1574464,1104430],[-1578403,1104560],[-1578484,1109152],[-1575671,1105399],[-1574883,1106488],[-1592224,1103719],[-1595055,1111306],[-1596957,1109190],[-1599699,1112309],[-1591450,1107811],[-1597003,1105896],[-1598985,1113868],[-1597141,1118744],[-1592779,1116189],[-1588267,1122349],[-1588886,1119557],[-1608692,1111141],[-1609242,1110650],[-1606145,1109096],[-1606227,1107283],[-1609311,1124154],[-1604685,1122779],[-1610436,1126905],[-1601647,1126717],[-144544,33389],[-152552,42159],[-196310,40941],[-197788,56655],[-210492,-410229],[-208471,74249],[-223616,67777],[-242217,136335],[-242339,135145],[-237727,65871],[-248017,69398],[-248461,65097],[-249442,80378],[-271656,89743],[-278687,108536],[-287998,509456],[-292653,515529],[-291598,512702],[-282794,56380],[-291434,54133],[-305690,324137],[-306752,331870],[-306637,329722],[-303616,34865],[-300371,502534],[-296693,515883],[-301513,518260],[-305166,516191],[-304865,527547],[-302452,62153],[-319406,306804],[-316948,307506],[-310315,319178],[-318597,311158],[-314673,309324],[-310442,311666],[-312713,322539],[-315440,330636],[-314902,327899],[-315900,329884],[-311957,510932],[-314440,41633],[-316186,50591],[-310493,519591],[-309186,103805],[-330029,293536],[-329064,295958],[-322796,296898],[-326838,300779],[-329740,330632],[-328767,330945],[-326519,340133],[-329785,34512],[-326440,68374],[-323009,77907],[-325153,83103],[-329169,91424],[-337395,324225],[-337000,327088],[-343141,334730],[-337549,30796],[-355908,302038],[-353434,329348],[-346842,330705],[-351490,340235],[-355580,340354],[-369621,315444],[-365869,326083],[-368152,332512],[-365359,329595],[-360599,325168],[-363892,326073],[-359225,328420],[-376922,303217],[-376977,314895],[-372097,316401],[-382220,311685],[-379470,316859],[-377650,308279],[-374574,308478],[-378170,322661],[-409581,494671],[-401466,500396],[-421928,298078],[-429455,289528],[-431479,295670],[-425160,304645],[-430801,308124],[-433220,320322],[-445297,289862],[-443951,320515],[-459204,-392641],[-448052,-390812],[-456269,-400388],[-469542,-391442],[-461710,-397731],[-473354,-420605],[-464450,-420254],[-478928,-385746],[-475423,-411650],[-496104,-395152],[-487823,-386540],[-498975,-389554],[-495603,-402083],[-492134,-404035],[-489258,373686],[-492425,385043],[-495220,389089],[-495485,391684],[-500288,-371291],[-502867,-373875],[-500182,-390841],[-508418,-390339],[-504859,-391286],[-504063,-402360],[-500689,-410713],[-501944,371126],[-499908,380896],[-510752,383075],[-503349,374984],[-505024,395339],[-513241,-419622],[-512020,376477],[-544760,202255],[-542396,201619],[-542228,205020],[-556222,191123],[-558370,196238],[-561059,209236],[-557796,209963],[-572687,191633],[-576934,208697],[-593031,1782514],[-591915,211047],[-598831,214823],[-594803,219847],[-611423,62306],[-649807,-152863],[-649806,-162430],[-649453,-155188],[-651159,-158437],[-647056,-163379],[-644124,-163370],[-645570,-160899],[-652652,-154827],[-651336,-168819],[-645764,-171405],[-647843,-172365],[-643143,-280102],[-645989,-280233],[-651343,-275260],[-649244,-269489],[-644421,-292083],[-651086,-285750],[-664990,-151158],[-658870,-152452],[-662863,-149862],[-661314,-153129],[-662768,-152049],[-663190,-152366],[-661431,-152622],[-659584,-156728],[-664527,-154083],[-664063,-158260],[-660213,-157334],[-653419,-157636],[-656922,-164040],[-657943,-164087],[-657320,-161755],[-654484,-160069],[-665177,-158696],[-657741,-163511],[-665399,-154293],[-662521,-160806],[-653435,-159198],[-664513,-159197],[-663148,-154405],[-665399,-166172],[-654083,-161707],[-655942,-163461],[-656389,-156404],[-660015,-162517],[-661185,-160490],[-658078,-155000],[-659975,-153868],[-655543,-162190],[-654296,-156908],[-655934,-161714],[-655475,-161618],[-660195,-156750],[-660275,-154969],[-656889,-167596],[-663961,-169098],[-655285,-168439],[-654769,-170495],[-659297,-170169],[-653099,-167977],[-654514,-170007],[-653160,-169456],[-663566,-171579],[-658084,-274380],[-653409,-272046],[-655254,-274002],[-659014,-277492],[-653984,-280461],[-665730,-151665],[-671210,-150561],[-671032,-150870],[-668061,-154860],[-667622,-165567],[-667021,-164806],[-665837,-156085],[-669796,-158476],[-667525,-166995],[-668192,-170054],[-733465,1714598],[-741051,1720843],[-738028,1720959],[-734563,1717419],[-826900,1734074],[-860652,1645392],[-1087151,1532922],[-1094165,1534731],[-1092881,1537293],[-1112932,1520946],[-1112157,1522187],[-1110558,1522964],[-1109521,1527541],[-1108702,1525600],[-1110132,1524421],[-1113322,1530200],[-1108333,1526890],[-1110335,1523909],[-1112012,1524287],[-1108101,1534650],[-1105355,1538333],[-1109203,1541271],[-1109757,1544010],[-1109583,1545198],[-1108266,1546169],[-1119121,1529498],[-1125772,1523797],[-1113994,1528181],[-1116426,1534550],[-1114608,1524259],[-1126005,1529942],[-1115221,1538566],[-1116415,1538122],[-1132328,1529986],[-1137805,1526573],[-1136084,1524368],[-1136657,1524912],[-1126459,1529339],[-1127592,1527808],[-1126506,1528043],[-1162100,1445323],[-1176763,1531832],[-1176169,1527904],[-1170516,1737791],[-1180997,1489151],[-1188885,1530802],[-1189343,1533846],[-1177650,1530881],[-1189856,1547524],[-1186638,1543355],[-1187679,1545492],[-1187692,1544722],[-1181006,1539852],[-1178607,1541362],[-1178457,1539360],[-1180353,1736762],[-1194269,1498973],[-1195312,1501704],[-1201122,1525128],[-1197890,1534738],[-1191208,1535061],[-1192888,1535015],[-1198175,1532719],[-1201563,1532826],[-1202245,1530118],[-1191194,1532368],[-1195862,1536653],[-1199301,1541804],[-1201132,1539102],[-1190592,1544031],[-1191105,1548774],[-1196084,1543862],[-1199766,1543803],[-1194792,1547678],[-1197895,1547455],[-1197171,1547536],[-1199946,1552332],[-1213863,1508360],[-1204373,1523316],[-1211348,1513846],[-1207967,1510932],[-1208909,1511027],[-1208765,1522796],[-1208654,1519279],[-1207717,1518860],[-1209848,1519090],[-1203602,1524201],[-1204709,1534514],[-1206755,1530793],[-1205043,1542806],[-1216514,1507667],[-1226722,1626821],[-1224317,1688711],[-1230006,1627124],[-1235589,1628160],[-1232936,1633290],[-1240425,1637096],[-1228866,1638772],[-1239351,1224108],[-1234719,1231024],[-1236598,1240632],[-1238211,1257853],[-1253635,1642560],[-1242104,1643326],[-1249089,1643869],[-1246863,1702889],[-1248038,1703174],[-1265884,1548757],[-1264653,1549380],[-1264389,1553841],[-1260787,1558771],[-1262245,1551462],[-1265188,1552930],[-1263527,1551958],[-1260834,1555838],[-1260580,1560516],[-1264061,1557869],[-1262144,1557771],[-1265889,1561503],[-1265854,1560575],[-1267034,1734193],[-1264861,1730442],[-1266982,1208519],[-104353,395911],[128882,-16194],[138158,-34815],[134761,-36281],[130238,-26395],[129584,22661],[136959,13746],[128737,33008],[141155,-3907],[141724,-22073],[143954,-17062],[142232,-29066],[148980,-28821],[236649,552490],[281018,65372],[453850,-66744],[477400,-93980],[481777,-91840],[43410,-368786],[46240,-364406],[44551,6109],[51075,1123],[526444,-117721],[541635,-92651],[54602,7771],[72569,630514],[76358,54922],[73251,53411],[70874,59450],[70785,63725],[78784,-370231],[79158,5634],[86789,8463],[82951,12281],[83577,15269],[83144,24889],[82658,18185],[88555,36345],[84911,26137],[80743,32324],[82937,33398],[88658,49449],[83980,49435],[81217,48072],[85863,59734],[85289,57174],[84222,53777],[88351,53300],[78471,53401],[87632,61921],[89244,62834],[89286,56617],[83337,72039],[85466,65117],[78935,72140],[85918,73262],[86158,75684],[81603,78409],[83172,84953],[98651,-2622],[99496,-7572],[100736,-22323],[92840,10622],[100801,11009],[99684,9121],[91735,5723],[100269,16086],[96763,15834],[96431,34827],[90241,37717],[90799,28958],[101205,30897],[100619,49974],[98299,48363],[97840,42048],[99822,51007],[89692,40626],[91121,44687],[96704,47253],[94563,44470],[89682,51589],[95417,60746],[91065,57512],[91293,54307],[99920,54080],[99834,56125],[98659,58274],[91512,65150],[95375,66479],[98271,65815],[96758,74244],[100588,73372],[95837,85546],[99096,79474],[101683,84257],[93268,101286],[95513,92294],[91909,91914],[94467,92387],[95447,102766],[105248,-3106],[103261,-1604],[105673,-21375],[109003,-28332],[106945,5569],[113209,8419],[113039,3215],[108761,21320],[114511,16795],[103645,20527],[106277,27997],[109107,26343],[108221,29733],[107261,32071],[110692,34203],[109247,35536],[112345,28691],[114015,27633],[102868,45119],[105190,39610],[106402,39282],[108173,46324],[109480,39422],[108873,50198],[108106,52805],[104731,82308],[103357,86773],[104091,87344],[106520,98673],[118985,144],[127499,-27865],[123759,-28845],[123030,-31926],[122499,2121],[124101,2791],[123472,9233],[122657,11758],[117832,2334],[115242,18031],[116924,19549],[115865,21606],[123752,16670],[121389,30873],[126674,37025],[118259,33110],[118483,43979],[116746,45656],[125715,42569],[124627,39663],[115302,39070],[-1277730,1529567],[-1270172,1548970],[-1274006,1547986],[-1269736,1548664],[-1268869,1548406],[-1278227,1537276],[-1279169,1555338],[-1276059,1554241],[-1268863,1554552],[-1277528,1553080],[-1275085,1557516],[-1278488,1556620],[-1272461,1556389],[-1267381,1550720],[-1270899,1556932],[-1275311,1551426],[-1274077,1552429],[-1269395,1551739],[-1271083,1553128],[-1268206,1559053],[-1278389,1551459],[-1278675,1559640],[-1279497,1561125],[-1276842,1560465],[-1273590,1558724],[-1274720,1556186],[-1272685,1554300],[-1268375,1553458],[-1276331,1253599],[-1277659,1257922],[-1276257,1258824],[-1290088,1480994],[-1286771,1486499],[-1292794,1486030],[-1289252,1485252],[-1285712,1529093],[-1289097,1530414],[-1284111,1544024],[-1281943,1544618],[-1282699,1540381],[-1283881,1541798],[-1285764,1543115],[-1282038,1560105],[-1288102,1554443],[-1282163,1549949],[-1290303,1553174],[-1291813,1556114],[-1290422,1554121],[-1289366,1550859],[-1287075,1558807],[-1282661,1557764],[-1292025,1554640],[-1280448,1557162],[-1287135,1549929],[-1285632,1552461],[-1281727,1552789],[-1280683,1553902],[-1283173,1556538],[-1280535,1551343],[-1291129,1559435],[-1286027,1561536],[-1290413,1562903],[-1292435,1562805],[-1283071,1225512],[-1285592,1221831],[-1282787,1227242],[-1286607,1239240],[-1282207,1239172],[-1283846,1254531],[-1283053,1247574],[-1284841,1244247],[-1286453,1255890],[-1283715,1256773],[-1285997,1261776],[-1281881,1260402],[-1301944,1329769],[-1298160,1492884],[-1293396,1491709],[-1297432,1498853],[-1299805,1501207],[-1298197,1540920],[-1297526,1544471],[-1303553,1539879],[-1303417,1546326],[-1299055,1541307],[-1300826,1544610],[-1300118,1539623],[-1301744,1541499],[-1303000,1545209],[-1296743,1553699],[-1304211,1550272],[-1304285,1549302],[-1294438,1554831],[-1294101,1552226],[-1304813,1556693],[-1294078,1557046],[-1301329,1558042],[-1297975,1559019],[-1296458,1559390],[-1295623,1558792],[-1303555,1559554],[-1304417,1558623],[-1294171,1558635],[-1292914,1561430],[-1297449,1563067],[-1312118,1543582],[-1316183,1545980],[-1309124,1545490],[-1307607,1547702],[-1311299,1544886],[-1312540,1547941],[-1314883,1543400],[-1306582,1550553],[-1308143,1554112],[-1309886,1549183],[-1314045,1550133],[-1310172,1550655],[-1310237,1552405],[-1306119,1553042],[-1310143,1555948],[-1309835,1551334],[-1307101,1552352],[-1325226,1351650],[-1326691,1483965],[-1343349,1433339],[-1341604,1445731],[-1342689,1435004],[-1340290,1455508],[-1340530,1451452],[-1341578,1463496],[-1341835,1469355],[-1338343,1238375],[-1342833,1236023],[-1332191,1251934],[-1333761,1250302],[-1334076,1250199],[-1342496,1244893],[-1334248,1255530],[-1334663,1272848],[-1337576,1275551],[-1342347,1274020],[-1340166,1269992],[-1343536,1267994],[-1351635,1290046],[-1344606,1301109],[-1344252,1304925],[-1354417,1304131],[-1355987,1294418],[-1350462,1306160],[-1351308,1414182],[-1353755,1414340],[-1356351,1416179],[-1345545,1469487],[-1356156,1221841],[-1351359,1222758],[-1348940,1227605],[-1355647,1229682],[-1355288,1238115],[-1346870,1245412],[-1353607,1253071],[-1348996,1254314],[-1345570,1263717],[-1355703,1272805],[-1360682,1292149],[-1359963,1286341],[-1367368,1289893],[-1364518,1303167],[-1368708,1302533],[-1358826,1306355],[-1369569,1369002],[-1368503,1367182],[-1364623,1380655],[-1365955,1374544],[-1359653,1386600],[-1362717,1383775],[-1362498,1384912],[-1356884,1417034],[-1369569,1130848],[-1362301,1224106],[-1361075,1220863],[-1366633,1223060],[-1366176,1224681],[-1365660,1241943],[-1358057,1243969],[-1367091,1245847],[-1359703,1278124],[-1371287,1284829],[-1376159,1284989],[-1370090,1287549],[-1373940,1300222],[-1381844,1294036],[-1374489,1369739],[-1372369,1369793],[-1379111,1372446],[-1381443,1374266],[-1370777,1378914],[-1374248,1374278],[-1382074,1378401],[-1377255,1378825],[-1373751,1380561],[-1380398,1387880],[-1380903,1393956],[-1371422,1395971],[-1369860,1397959],[-1378558,1410900],[-1374036,1131841],[-1377018,1148988],[-1379248,1231720],[-1376578,1244265],[-1380404,1246145],[-1380905,1262924],[-1376508,1269538],[-1369705,1279040],[-1386195,1282620],[-1384793,1283773],[-1390178,1282948],[-1391982,1380185],[-1383072,1391615],[-1382503,1390579],[-1393714,1133680],[-1383537,1234602],[-1385952,1237675],[-1394848,1250852],[-1387119,1256231],[-1393875,1268243],[-1388790,1274314],[-1403226,1281037],[-1400112,1284288],[-1397197,1285015],[-1397153,1287445],[-1407626,1019294],[-1402197,1017297],[-1396204,1252316],[-1402431,1261944],[-1398952,1257950],[-1398571,1259122],[-1405193,1265145],[-1401989,1265711],[-1395531,1266734],[-1405145,1273937],[-1396111,1274353],[-1395609,1277822],[-1418930,1406656],[-1414769,1410046],[-1416189,1411167],[-1412131,1408330],[-1409285,1015704],[-1408169,1015531],[-1411536,1014688],[-1409946,1028290],[-1413168,1032684],[-1424990,1399771],[-1429132,1403725],[-1430586,1399273],[-1427969,1398694],[-1429523,1152195],[-1434957,1398059],[-1434744,1403175],[-1443135,1409312],[-1435728,1144540],[-1434802,1141946],[-1458886,1404730],[-1454977,1400134],[-1452988,1398622],[-1449800,1401569],[-1454727,1403877],[-1452789,1408651],[-1449215,1411428],[-1448258,1411745],[-1452257,1177526],[-1451041,1176606],[-1458190,1170855],[-1455239,1190394],[-1453045,1186733],[-1452667,1185458],[-1450961,1184165],[-1459153,1190215],[-1453341,1183799],[-1458146,1180093],[-1455580,1195335],[-1452600,1194161],[-1453487,1192095],[-1453344,1198466],[-1458504,1240053],[-1465826,1399269],[-1460220,1399096],[-1471112,1409366],[-1470097,1096108],[-1466011,1097767],[-1465765,1101851],[-1465307,1104964],[-1469719,1103248],[-1459264,1187590],[-1459264,1178552],[-1460555,1203371],[-1459744,1237658],[-1462448,1235269],[-1459857,1238458],[-1482204,1398630],[-1475950,1401406],[-1477331,1110410],[-1475169,1101455],[-1475870,1102903],[-1478827,1101817],[-1481233,1110889],[-1477001,1269443],[-1482748,1272876],[-1483238,1274303],[-1480382,1269642],[-1489753,1281184],[-1488503,1280322],[-1494437,1281483],[-1492567,1285943],[-1494251,1286448],[-1494292,1290075],[-1485648,1281586],[-1494388,1301534],[-1488194,1389884],[-1491410,1391616],[-1495231,1388002],[-1494839,1389117],[-1493948,1389678],[-1491378,1407573],[-1492226,1413181],[-1487788,1112010],[-1487292,1110302],[-1487114,1108821],[-1494173,1268401],[-1496856,1273900],[-1507094,1283594],[-1504273,1284549],[-1505159,1295782],[-1501071,1296636],[-1499163,1300815],[-1501426,1302749],[-1505931,1378673],[-1498362,1392282],[-1503192,1391783],[-1507677,1392570],[-1506065,1385500],[-1503200,1387586],[-1504472,1387751],[-1505365,1389406],[-1501536,1392962],[-1507918,1395264],[-1504766,1396478],[-1505415,1399002],[-1503013,1262093],[-1500688,1271172],[-1505488,1279656],[-1502894,1277937],[-1513413,1286199],[-1512276,1378682],[-1514460,1388445],[-1512874,1390747],[-1519984,1385815],[-1515302,1388349],[-1522379,1387456],[-1518231,1385716],[-1517446,1387103],[-1515992,1393815],[-1515881,1394192],[-1518356,1386501],[-1518569,1395389],[-1522199,1391996],[-1519935,1389882],[-1522279,1394641],[-1521567,1394839],[-1510902,1398159],[-1517865,1397996],[-1519569,1396843],[-1522531,1398869],[-1527280,1382385],[-1529771,1393386],[-1528833,1395327],[-1531377,1382961],[-1528358,1393795],[-1526670,1383040],[-1526447,1383173],[-1527921,1389876],[-1525143,1391347],[-1527321,1386029],[-1525783,1383765],[-1525243,1384661],[-1529444,1395404],[-1523366,1395888],[-1535174,1106177],[-1534066,1108583],[-1532094,1111685],[-1547581,1376945],[-1547787,1376158],[-1546147,1376546],[-1546146,1377813],[-1538692,1379094],[-1537224,1110091],[-1544099,1105746],[-1537476,1107745],[-1545423,1109584],[-1556309,1377810],[-1553143,1373089],[-1554439,1376101],[-1550751,1378397],[-1549351,1108349],[-1553919,1111016],[-1549599,1106729],[-1568783,1324796],[-1572062,1326313],[-1569750,1338312],[-1573677,1347544],[-1570680,1106275],[-1574223,1107567],[-1576248,1326511],[-1577614,1325925],[-1575942,1328177],[-1579589,1337525],[-1579461,1337665],[-1580490,1340294],[-1574944,1343244],[-1579674,1345081],[-1579412,1106733],[-1577647,1107821],[-1575694,1107656],[-1589890,1106672],[-1590156,1102066],[-1598686,1106994],[-1594956,1107998],[-1598136,1111535],[-1593038,1104979],[-1595399,1105430],[-1593539,1121491],[-1594894,1115855],[-1590434,1119363],[-1591306,1115862],[-1603380,1109482],[-1607073,1109837],[-1609028,1112561],[-1603068,1109022],[-1606961,1110640],[-1611659,1125061],[-1603972,1125642],[-1604383,1125869],[-1613000,1124872],[-147067,-272514],[-210241,65173],[-239943,134326],[-232698,262142],[-238316,64758],[-231069,70901],[-241855,71331],[-243142,130168],[-250663,74349],[-276005,415451],[-276749,93511],[-279801,108272],[-286556,57082],[-282882,73505],[-301572,37690],[-303868,508236],[-296749,516421],[-303279,519287],[-299129,78378],[-315371,310205],[-315203,327513],[-308287,322745],[-315686,51239],[-307349,516720],[-313505,80908],[-314805,95268],[-321097,300856],[-321683,309177],[-327651,326554],[-323122,338033],[-323832,36310],[-332735,36520],[-325415,61990],[-340498,24939],[-340523,331274],[-338264,324926],[-337233,340756],[-341239,342949],[-342060,335459],[-351898,306872],[-355619,332171],[-355531,339335],[-359144,329238],[-363702,326805],[-377978,306069],[-379728,320682],[-384650,316185],[-401447,500999],[-415996,299605],[-413413,500648],[-428646,304680],[-434720,331945],[-438690,289366],[-439701,303646],[-440654,317204],[-437732,329249],[-459914,-401219],[-461966,-430025],[-464174,-428338],[-469160,-428312],[-483256,-389167],[-485156,-423949],[-489237,-392252],[-496025,-402455],[-496662,-409141],[-487871,-414592],[-495332,379019],[-490170,374560],[-492435,391245],[-502909,369393],[-508899,364999],[-502565,382134],[-501632,380095],[-502711,374973],[-503507,390887],[-507715,386031],[-513881,-413473],[-521124,357039],[-519622,366605],[-516620,358758],[-519868,379119],[-516917,379666],[-543296,206621],[-558096,209275],[-562433,206714],[-570707,175798],[-572388,192253],[-575259,195630],[-574876,203017],[-572119,216211],[-565749,210689],[-592336,215098],[-604525,55442],[-608816,62922],[-613979,67110],[-648472,-272181],[-650686,-280095],[-652777,-280135],[-647247,-274271],[-643542,-279627],[-641888,-274427],[-648384,-286622],[-646606,-281499],[-661862,-155991],[-661947,-155275],[-662737,-155356],[-664987,-156474],[-664602,-157524],[-663001,-157377],[-661931,-161296],[-655941,-266916],[-656071,-274428],[-658097,-278295],[-659375,-275915],[-734089,1714958],[-738164,1721662],[-824163,1727873],[-823683,1725211],[-829266,1734477],[-826756,1733639],[-844085,1727956],[-843416,1730478],[-840598,1729694],[-843052,1729898],[-860215,1646626],[-1087858,1532157],[-1091726,1537330],[-1108444,1520062],[-1111122,1522702],[-1110218,1521723],[-1109870,1522608],[-1110754,1527499],[-1113281,1527122],[-1105281,1524425],[-1112437,1534098],[-1103885,1538308],[-1110377,1543804],[-1109562,1547632],[-1118612,1528979],[-1131600,1527759],[-1136853,1524288],[-1136487,1525587],[-1127326,1528628],[-1127015,1530872],[-1162162,1450265],[-1172569,1505738],[-1175208,1533546],[-1181257,1490203],[-1182445,1491281],[-1187810,1535027],[-1189925,1533194],[-1178415,1529928],[-1181460,1546567],[-1188094,1543008],[-1182326,1538004],[-1177815,1540642],[-1194155,1501985],[-1194010,1501511],[-1200458,1526325],[-1195028,1535054],[-1193896,1534699],[-1198528,1533280],[-1201996,1531841],[-1197494,1535196],[-1191946,1531238],[-1193174,1547658],[-1192919,1547639],[-1196080,1545341],[-1199023,1546722],[-1198648,1550153],[-1201142,1550137],[-1215166,1505742],[-1211316,1510239],[-1210322,1508027],[-1212937,1506242],[-1205201,1521138],[-1205956,1516310],[-1210410,1515368],[-1212992,1523029],[-1204389,1525975],[-1204237,1535253],[-1209488,1530344],[-1205263,1544056],[-1204029,1537854],[-1236597,1221731],[-1235165,1225781],[-1234578,1231758],[-1235266,1237795],[-1231280,1233959],[-1237002,1256914],[-1263588,1548288],[-1267010,1549094],[-1263227,1552399],[-1265270,1552234],[-1260278,1550393],[-1264541,1551348],[-1262561,1558752],[-1262356,1552256],[-1263597,1554749],[-1264123,1559858],[-1266869,1555963],[-1262407,1551149],[-1261486,1556506],[-1263915,1557918],[-1261689,1557565],[-1261540,1560711],[-1264460,1561162],[-1266265,1558427],[-1259226,1205507],[-1265344,1207108],[-1259623,1262928],[128564,-16438],[136659,-31631],[134278,-37250],[133488,-25953],[148864,-10928],[144576,-19037],[143924,10185],[36542,-384933],[37215,25114],[458939,-66305],[481769,-98746],[478631,-102138],[504705,-97608],[51147,-365422],[53265,-377647],[51863,5646],[80098,8983],[82799,19934],[86414,15972],[87933,26461],[89548,37168],[89462,33934],[85709,27638],[83911,50040],[87580,49754],[79803,50982],[88718,43263],[87241,58933],[89190,53719],[78619,53998],[79771,76281],[98658,-6293],[99246,6098],[99527,14930],[90556,15185],[95667,22174],[90257,31684],[93935,29361],[91493,26915],[95017,27615],[99727,30487],[90813,47406],[91919,48973],[95509,51096],[98279,43231],[97788,40268],[93215,41958],[95507,41727],[96401,41311],[90498,55941],[102031,56652],[99671,76138],[98536,78162],[101285,83630],[96009,92519],[107818,-3624],[105929,79],[106149,-19476],[107492,-25730],[106636,-32112],[109595,1155],[103376,3850],[112773,5782],[112298,17656],[111600,24852],[102637,21018],[103363,38327],[104958,27916],[108485,31248],[106181,30035],[112310,34659],[113536,37718],[112865,28708],[108503,27108],[110235,35358],[110927,30632],[102861,28281],[102962,50019],[104712,44696],[103290,40028],[108193,41709],[110885,39453],[113254,40428],[112221,38743],[108693,55885],[105371,87050],[125704,-27675],[124371,6703],[119698,872],[124600,17142],[116519,22346],[123475,38204],[118108,31995],[126485,39474],[115695,44919],[116872,39984],[137916,-278798],[136655,-275183],[139605,-278422],[129486,-276580],[136060,-275908],[135173,-280797],[139220,-281090],[132404,-277759],[135053,-275679],[136378,-278603],[138253,-278620],[133875,-293442],[129006,-285987],[128225,-285401],[132617,-284080],[133521,-284552],[138350,-286050],[136935,-293977],[132300,-291859],[138487,-285959],[132391,-281517],[128471,-284090],[132908,-286018],[140119,-282084],[137827,-290294],[139319,-283522],[137819,-288619],[139909,-285050],[134252,-285070],[140368,-285778],[138578,-287775],[135814,-281616],[130295,-289337],[130045,-290200],[131745,-292163],[132195,-293338],[130209,-294187],[132051,-294047],[131336,-281498],[130538,-294581],[129027,-296620],[128310,-301982],[130227,-295562],[132489,-295258],[136401,-296522],[133436,-295261],[130004,-300251],[131418,-298783],[140475,-298403],[139106,-297523],[139511,-296698],[141082,-281202],[140923,-280467],[141302,-281532],[142050,-287450],[144500,-288800],[144350,-288411],[141950,-287250],[141750,-287100],[142654,-292350],[144130,-291613],[146181,-290471],[145805,-289762],[143905,-290974],[140850,-293321],[144283,-298016],[141605,-298152],[141182,-295093],[35624,-507520],[38358,-508453],[39310,-502331],[42360,-507419],[41157,-507370],[43559,-508892],[48714,-501554],[52694,-482607],[53865,-482410],[53371,-483407],[54119,-484194],[53444,-481395],[56892,-491945],[56612,-498074],[56928,-497767],[53845,-500952],[71965,-273174],[76449,-274819],[71552,-280253],[75420,-279278],[72988,-272773],[71345,-280185],[73643,-273159],[73530,-285507],[74209,-282374],[74896,-285742],[72615,-281954],[70969,-284204],[74898,-282498],[76677,-295832],[88086,-258167],[88755,-258534],[84537,-261364],[84660,-258222],[80270,-261461],[80553,-261524],[82296,-265683],[81561,-266781],[78731,-266447],[79193,-265278],[88094,-265148],[85747,-266728],[85368,-266522],[80270,-261461],[82351,-262575],[77684,-279964],[78167,-276660],[79092,-291671],[85931,-289884],[85608,-287868],[82928,-288170],[80029,-288470],[80519,-288561],[89005,-290116],[82141,-290502],[84639,-294051],[82632,-288005],[85933,-292442],[87846,-293148],[88254,-294040],[79304,-294536],[77378,-295510],[87777,-294274],[94896,-265926],[96424,-265929],[95526,-265529],[100156,-264478],[98138,-266089],[101532,-265605],[90677,-262068],[91395,-260274],[91628,-260731],[100321,-266882],[101224,-275858],[102074,-271838],[101511,-274288],[99692,-290647],[95645,-288001],[96932,-291909],[95663,-294194],[92791,-293759],[97772,-292664],[98227,-293083],[91065,-292903],[93282,-293908],[91823,-293751],[93509,-290835],[92644,-291289],[91877,-290856],[92154,-284813],[90007,-292272],[93828,-298004],[91728,-295061],[94091,-297098],[104273,-267214],[102819,-275237],[105885,-270778],[108352,-274371],[106803,-272781],[106451,-271498],[106330,-274587],[110966,-290985],[109836,-283107],[111659,-291063],[107487,-287957],[107915,-287866],[112639,-293279],[112946,-294230],[115092,-295445],[114115,-297604],[115143,-295146],[120893,-173646],[120698,-280540],[122117,-280330],[127808,-276270],[125528,-280808],[125901,-280828],[121337,-283949],[121235,-286421],[120833,-284718],[125072,-283273],[119658,-289187],[121284,-290256],[123509,-288206],[123390,-288843],[125629,-289180],[127358,-290028],[127491,-286759],[124707,-283947],[127247,-290376],[119654,-293299],[119263,-293489],[118024,-293369],[118578,-292448],[124059,-283274],[116547,-297063],[125355,-300016],[121444,-294382],[126184,-298842],[121070,-296774],[125785,-297863],[121927,-298501],[127260,-302382],[127600,-302780],[126391,-301863],[125863,-299882],[121791,-298253],[132118,-277383],[135759,-275542],[135821,-274009],[140463,-280936],[135140,-281063],[137350,-278526],[135709,-280859],[128044,-286610],[128765,-286606],[130043,-284504],[129456,-286652],[139236,-285363],[133466,-284972],[132108,-282033],[129709,-293981],[138578,-286156],[132526,-281876],[132010,-281565],[138411,-287551],[128637,-283189],[135984,-293316],[136006,-293116],[137775,-290465],[140696,-282307],[139501,-283260],[138346,-287839],[135903,-284033],[136318,-283716],[129107,-290178],[129728,-290349],[132122,-285920],[131513,-292796],[140644,-294105],[130425,-295633],[134220,-294973],[129073,-296800],[134040,-295045],[128310,-302511],[129322,-300890],[131017,-299335],[140167,-297742],[138822,-298017],[136307,-296218],[128702,-301647],[145009,-292138],[143191,-291549],[142254,-292384],[145534,-289184],[145254,-289416],[144969,-291124],[141347,-294773],[141642,-298342],[141711,-296309],[74251,-271440],[72012,-278299],[76356,-276667],[73925,-280860],[73240,-280623],[72381,-278383],[72003,-279775],[71350,-280418],[74081,-271293],[71407,-270752],[72715,-286108],[71177,-281802],[74773,-285932],[74250,-285178],[71550,-282344],[70619,-284818],[88982,-258389],[89579,-258484],[81299,-260016],[83518,-259554],[87672,-263700],[87802,-264103],[82813,-265732],[80575,-264887],[78129,-265048],[79341,-265946],[78693,-266178],[77463,-263062],[78358,-277010],[78378,-277465],[76817,-273513],[78424,-293107],[84682,-287893],[86687,-290387],[81561,-288574],[78174,-283541],[80261,-289465],[81366,-288771],[81241,-291383],[86032,-292565],[88619,-294081],[84096,-287132],[89127,-293986],[79542,-294500],[78786,-294358],[77686,-295528],[83490,-294228],[94631,-267362],[95092,-265847],[97167,-265038],[96781,-265686],[101261,-264204],[100925,-264830],[101084,-267731],[90701,-261923],[92239,-265045],[101559,-264546],[102082,-265260],[98481,-274100],[101564,-272702],[96574,-293890],[95663,-293237],[90447,-292548],[97311,-289517],[90784,-293997],[98629,-292978],[95832,-288210],[96843,-293111],[95276,-293368],[89745,-294036],[91538,-292460],[93366,-290213],[98803,-290511],[97802,-290628],[92604,-284371],[92675,-285434],[93650,-296614],[98521,-295694],[91313,-294439],[93458,-297441],[94170,-297810],[97500,-297380],[92512,-295022],[92525,-294249],[98741,-295472],[108331,-267390],[105271,-275032],[103069,-273065],[107749,-274823],[106592,-269461],[107420,-271633],[106495,-274093],[107291,-284641],[109705,-283336],[114071,-289015],[108367,-288469],[109389,-286967],[109028,-288016],[106653,-285194],[111126,-290522],[111466,-288623],[112082,-293180],[111650,-292661],[112030,-293539],[112766,-294267],[113654,-297492],[120706,-278854],[127416,-276716],[124533,-280295],[126983,-276788],[125361,-280197],[118918,-292449],[121318,-283674],[124127,-283626],[120581,-285405],[118244,-287492],[119958,-289248],[123193,-288188],[125194,-289670],[125886,-283569],[125369,-289227],[127554,-285907],[125730,-283248],[127258,-288527],[121160,-286666],[119169,-293347],[116270,-295395],[115224,-295630],[123685,-298851],[117276,-296852],[120503,-295338],[123280,-296602],[117127,-300071],[116612,-300489],[118295,-298466],[126361,-302269],[125851,-301977],[126818,-299979],[126728,-300087],[125270,-299397],[124512,-298843],[124928,-299577],[122750,-297866],[-127785,-397306],[-124123,-419518],[-120510,-414473],[-120363,-421233],[-126909,-340283],[-123089,-341823],[-120725,-344662],[-118613,-344506],[-118730,-342015],[-117250,-342259],[-126494,-353567],[-124833,-356137],[-118855,-357401],[-117885,-346560],[-124809,-352736],[-116384,-354330],[-115627,-353264],[-117004,-347509],[-118404,-366537],[-117617,-360356],[-124436,-382310],[-123249,-382329],[-122453,-382809],[-121768,-378291],[-120237,-375209],[-121936,-375741],[-123962,-376498],[-124910,-376603],[-120312,-379291],[-122417,-383467],[-124492,-375213],[-123426,-375995],[-124184,-375536],[-122763,-373982],[-122881,-379463],[-127791,-391271],[-126062,-387737],[-126471,-384267],[-121949,-390498],[-122028,-388186],[-123848,-395074],[-126383,-395540],[-127800,-387084],[-127961,-391823],[-127237,-391520],[-123435,-384348],[-119678,-406488],[-127705,-399077],[-127947,-400043],[-118902,-413525],[-127759,-410701],[-136637,-332548],[-133507,-327138],[-133298,-327284],[-132631,-330728],[-138651,-338352],[-139649,-334095],[-137668,-335788],[-130570,-337822],[-135476,-335038],[-138872,-344331],[-134553,-350171],[-138438,-353559],[-128486,-357801],[-133836,-348009],[-134536,-351019],[-130777,-348061],[-129253,-357957],[-129124,-346383],[-128651,-349689],[-128179,-350008],[-136855,-350752],[-135065,-346721],[-133908,-349333],[-129736,-349981],[-138412,-359912],[-138032,-368842],[-134766,-370369],[-135721,-366745],[-136575,-368093],[-134246,-381934],[-137865,-375679],[-137851,-383086],[-136381,-372758],[-138589,-377584],[-134981,-381218],[-136375,-374157],[-134277,-377263],[-140660,-377871],[-133652,-379205],[-128517,-374722],[-139636,-371728],[-135773,-395252],[-139679,-391862],[-135934,-396262],[-136151,-389974],[-136358,-386358],[-139535,-388784],[-137033,-383928],[-138636,-384951],[-134572,-396429],[-130098,-384393],[-131831,-392691],[-132260,-393838],[-131623,-394188],[-128551,-391343],[-129444,-389350],[-129890,-407285],[-128605,-405871],[-132841,-409042],[-140667,-409368],[-140534,-407525],[-134621,-399171],[-135537,-408650],[-134238,-409068],[-135283,-407755],[-132206,-402745],[-135601,-402627],[-136152,-402393],[-128751,-398617],[-132047,-410646],[-141731,-332003],[-142514,-332021],[-147545,-343369],[-149771,-340606],[-152083,-344427],[-144374,-336303],[-146388,-344056],[-142904,-340652],[-142803,-343381],[-143741,-353576],[-146615,-351991],[-146586,-354575],[-148561,-352322],[-148877,-351228],[-153117,-350827],[-151231,-347606],[-149008,-363116],[-150188,-364063],[-143394,-368268],[-148988,-367406],[-145668,-368171],[-149720,-368653],[-141358,-367431],[-146700,-370944],[-151663,-365750],[-147051,-358269],[-150569,-365383],[-146373,-359830],[-144549,-382119],[-143311,-381025],[-148655,-377774],[-143927,-379105],[-143104,-378259],[-148196,-377175],[-146378,-374010],[-144835,-371583],[-146460,-373104],[-147084,-371522],[-146495,-383627],[-149078,-386135],[-142395,-384338],[-144243,-385646],[-142213,-386777],[-150191,-386612],[-147839,-387349],[-147455,-395783],[-146259,-386783],[-141004,-388431],[-150691,-387814],[-151815,-389263],[-146094,-393459],[-142341,-388952],[-153414,-396579],[-145880,-405021],[-146522,-399048],[-145183,-406218],[-142208,-407139],[-145939,-399310],[-147275,-397032],[-149468,-397203],[-149596,-396704],[-147869,-401867],[-147392,-401927],[-152494,-397953],[-142428,-413422],[-142233,-412762],[-141608,-411285],[-157890,-348997],[-154056,-350755],[-153743,-349279],[-163114,-383047],[-155184,-383649],[-161865,-373402],[-157252,-386178],[-155762,-394425],[-156110,-394671],[-154434,-384480],[-157849,-387583],[-153703,-396759],[-155819,-397351],[-88978,-348094],[-83687,-346110],[-82893,-347989],[-83507,-346231],[-101844,-344390],[-100706,-344905],[-90827,-343539],[-94869,-345063],[-99848,-349013],[-89930,-345843],[-91490,-345838],[-101875,-349926],[-92534,-346751],[-107150,-342965],[-107664,-342004],[-109363,-341727],[-108784,-342509],[-108211,-343455],[-107226,-340024],[-105111,-341568],[-111551,-341156],[-110977,-339630],[-112788,-339730],[-109479,-355897],[-114733,-351643],[-109393,-362348],[-114964,-362986],[-114467,-420347]] \ No newline at end of file diff --git a/src/gathering/a11913.json b/src/gathering/a11913.json new file mode 100644 index 0000000..dc207c4 --- /dev/null +++ b/src/gathering/a11913.json @@ -0,0 +1 @@ +[[-124173,-286051],[-124042,-284111],[-127346,-287443],[-136479,-290581],[-139728,-291555],[-150443,-292652],[-142390,-289659],[-148883,-295440],[-153385,-295828],[-152207,-341801],[-149304,-360074],[-150818,-361323],[-153186,-369993],[-148569,-358614],[-150956,-372021],[-155187,-344556],[-155834,-351890],[-154532,-350674],[-164143,-369306],[-160101,-359483],[-157013,-368897],[-165275,-362661],[-163474,-367098],[-160191,-359069],[-164460,-382692],[-154420,-379220],[-165291,-387717],[-157554,-403394],[-163200,-403450],[-178811,-361481],[-167445,-380758],[-171611,-385331],[-168849,-392338],[-191989,-354098],[-200324,-352578],[-203396,-352266],[-204467,-353613],[-202881,-353242],[-203340,-351646],[-204680,-361473],[-195694,-364487],[-198726,-365282],[-204323,-361896],[-205070,-357427],[-4183,-238408],[-3880,-331641],[-524,-342196],[-7015,-351500],[-10681,-364437],[-11635,-363682],[-11663,-371428],[-12794,-372048],[-11180,-371864],[-23553,-224763],[-20465,-241187],[-16505,-248705],[-19889,-254767],[-19484,-254321],[-19414,-254841],[-23994,-254393],[-23551,-382488],[-24661,-379071],[-20650,-386548],[-14124,-390651],[-33114,-240343],[-33233,-285003],[-37672,-371522],[-36754,-372381],[-40226,-232374],[-43392,-231345],[-44393,-238045],[-43257,-370364],[-51899,-224964],[765,-328963],[2588,-341601],[3046,-340909],[465,-353514],[8191,-357047],[1064,-358668],[14264,-256877],[48625,-242915],[50846,-241295],[48666,-252858],[48679,-253649],[46390,-254054],[45775,-253513],[44164,-247243],[41208,-251425],[41026,-248036],[51049,-243706],[50484,-256859],[54532,-244149],[61690,-251349],[58410,-254920],[56549,-255401],[63452,-258622],[55383,-258356],[56064,-258587],[53957,-257107],[57580,-257055],[62751,-337017],[57711,-490446],[75524,-212941],[69844,-255595],[73427,-254227],[64101,-249582],[68830,-250646],[65241,-250093],[65554,-255752],[68771,-265696],[74859,-257397],[66541,-256832],[68569,-259031],[76213,-337483],[75094,-335143],[70801,-333282],[83369,-255203],[88648,-255769],[77337,-257357],[88374,-338293],[90370,-199159],[92457,-344883],[92954,-342515],[90884,-351337],[101354,-355255],[110573,-337294],[104978,-337602],[103264,-337158],[111083,-337370],[115969,-341025],[116533,-342378],[-505742,-44129],[-510953,-89548],[-515854,-81662],[-533115,-77287],[-529031,-96181],[56760,-490892],[-124839,-285874],[-123525,-284365],[-124839,-284478],[-135167,-291186],[-131426,-289326],[-140584,-289973],[-140209,-307300],[-129021,-359051],[-140441,-570754],[-142925,-287776],[-152048,-300808],[-149330,-297509],[-150845,-298402],[-148528,-308575],[-151722,-341632],[-153418,-351509],[-147787,-370595],[-148680,-359977],[-148868,-358236],[-151887,-372002],[-151845,-389810],[-156756,-295987],[-154943,-341937],[-155175,-343828],[-159310,-352859],[-159237,-352393],[-156917,-356376],[-159987,-351236],[-155960,-351437],[-164068,-369922],[-157163,-368249],[-156731,-368052],[-162622,-368348],[-161237,-368769],[-162070,-380548],[-165132,-376708],[-163206,-372844],[-164990,-387193],[-177137,-356690],[-177678,-356872],[-170437,-360278],[-169760,-390398],[-170454,-392168],[-201923,-354037],[-4665,-212055],[-3130,-213257],[-113,-218545],[-3066,-240615],[-9281,-252056],[-4615,-254555],[-4939,-250764],[-3657,-251664],[-2894,-266864],[-10862,-363521],[-9643,-369119],[-333,-360638],[-10082,-375270],[-15646,-196083],[-20232,-215293],[-17778,-212049],[-14684,-220655],[-15687,-249781],[-12954,-245272],[-20450,-282650],[-17991,-285047],[-22402,-282990],[-19689,-282255],[-22649,-286313],[-23647,-379624],[-22482,-382438],[-17995,-386505],[-19211,-391911],[-16668,-389191],[-30359,-215479],[-31199,-212139],[-26816,-239021],[-34466,-237412],[-35723,-237489],[-36926,-240554],[-27682,-238001],[-46951,-225191],[-39201,-222689],[-45044,-220236],[-43630,-218844],[-43707,-219324],[-43673,-230595],[-49894,-233232],[-42899,-236748],[-48342,-235042],[-40998,-233709],[11797,-201411],[7902,-207811],[9487,-207150],[464,-218769],[986,-232301],[5205,-240347],[6080,-239435],[7041,-252889],[1533,-245328],[2592,-252218],[2300,-253161],[5142,-252165],[5828,-251179],[5721,-345198],[4615,-349756],[7361,-364252],[6601,-365076],[977,-359253],[3095,-367080],[8111,-358364],[130987,-179242],[139431,-368747],[152197,-370028],[145215,-401295],[143023,-399440],[174669,-226113],[185197,-241554],[180965,-315239],[16285,-253634],[19273,-255250],[33147,-234849],[37100,-232558],[29138,-242521],[28545,-234909],[32511,-248562],[29797,-243365],[50598,-190661],[41697,-186928],[50293,-203389],[38914,-202176],[43522,-211977],[43466,-218634],[42309,-218486],[46747,-242193],[38813,-234003],[43568,-247536],[38673,-244736],[38579,-247774],[49832,-365911],[52007,-190649],[56580,-223736],[58299,-223142],[58950,-227998],[55927,-238816],[54033,-233425],[55998,-247692],[60812,-245831],[60340,-245325],[53479,-380192],[53390,-379276],[53481,-390859],[70956,-195231],[69517,-193830],[66544,-203556],[73076,-239371],[71594,-240363],[73871,-253835],[70909,-355874],[87561,-198914],[96477,-166143],[96064,-173471],[97326,-344883],[96859,-341372],[101440,-340613],[102134,-344293],[102267,-346224],[110215,-161696],[113566,-177880],[102660,-343324],[127187,-178895],[122862,-179598],[122972,-394965],[-126994,-432067],[-121299,-440420],[-122326,-451058],[-130546,-288895],[-140637,-307601],[-133444,-420701],[-129189,-427762],[-138026,-438949],[-140239,-435349],[-129662,-466273],[-135110,-464745],[-140988,-291192],[-142206,-289013],[-148875,-293980],[-150657,-296812],[-149142,-296725],[-149102,-308177],[-151884,-341023],[-152184,-339366],[-153300,-352204],[-148505,-356148],[-148248,-370984],[-150385,-360881],[-149059,-359857],[-151856,-372695],[-153550,-377446],[-143298,-430408],[-146357,-425650],[-148292,-459752],[-146031,-465979],[-141271,-570458],[-156169,-295077],[-154044,-341431],[-154201,-343041],[-158019,-345241],[-156555,-356617],[-156942,-351444],[-158430,-356545],[-163192,-352893],[-160105,-351927],[-163927,-370671],[-165729,-362753],[-163381,-366792],[-165320,-359308],[-153603,-377885],[-161342,-372454],[-165527,-387257],[-157691,-404088],[-158390,-429521],[-165318,-439141],[-178895,-356834],[-172505,-359517],[-172057,-359549],[-179059,-361121],[-167246,-381267],[-172674,-436359],[-182033,-354845],[-181654,-355431],[-182418,-354839],[-187709,-359346],[-242904,-605429],[-8513,-198593],[-1035,-227232],[-9151,-235213],[-298,-232108],[-6873,-237144],[-4155,-239244],[-8569,-238387],[-8342,-236451],[-10882,-239202],[-942,-233931],[-11170,-361169],[-11750,-364364],[-10489,-369370],[-12384,-358991],[-8787,-370183],[-9214,-370326],[-9508,-368118],[-2195,-363595],[-347,-358961],[-1948,-359723],[-1502,-363689],[-10897,-371600],[-12158,-479784],[-3657,-476610],[-511,-475407],[-17306,-207870],[-15602,-205345],[-14268,-216037],[-14486,-213916],[-22016,-205324],[-22489,-205228],[-25025,-219590],[-18783,-226729],[-24903,-233638],[-24130,-381644],[-25068,-379975],[-19171,-387397],[-18364,-385771],[-20313,-384243],[-21200,-383874],[-17361,-386285],[-20261,-390656],[-16387,-387212],[-15161,-390496],[-16914,-464467],[-35404,-211460],[-30882,-210376],[-38060,-372048],[-37691,-388582],[-36621,-453508],[-40870,-378233],[-40017,-383480],[-41704,-383985],[-49108,-445827],[-47848,-457350],[-41025,-465822],[-44150,-464498],[-56745,-382124],[-55345,-377963],[-55447,-377620],[-51391,-374065],[-57806,-397312],[-59251,-439200],[-58282,-453226],[-55449,-465492],[-69371,-380639],[-80768,-392206],[-80019,-388172],[-84545,-400266],[-86859,-441446],[-84328,-441337],[-85524,-453808],[-78294,-448694],[-82687,-449196],[-85202,-450507],[-91294,-420914],[-91669,-414257],[-90571,-411561],[-94464,-420058],[-92357,-421393],[-93803,-409749],[-95168,-426677],[-93946,-423722],[-91192,-431579],[-97814,-447031],[-100484,-444904],[-90943,-443625],[-99284,-453615],[-101129,-452285],[-95248,-450910],[-101726,-456930],[-95129,-448781],[-94652,-453817],[-90901,-450207],[-105540,-452423],[-103255,-456549],[8985,-207455],[6863,-211859],[1356,-216557],[6144,-213513],[4098,-230195],[7954,-223473],[1121,-222954],[6029,-228173],[8588,-228937],[1579,-230769],[133,-234337],[2732,-245453],[1730,-243598],[11107,-260259],[10201,-260364],[2649,-358085],[7234,-354926],[796,-358164],[6640,-359012],[3017,-358249],[9128,-481406],[4070,-485807],[11394,-482400],[131961,-177854],[130467,-354161],[139066,-377331],[137464,-383564],[138868,-393507],[134308,-386236],[136733,-394852],[135247,-402689],[146639,-223477],[150837,-233291],[147473,-244445],[144192,-280267],[158012,-259348],[164540,-264420],[165727,-262409],[161417,-270378],[162331,-272402],[163697,-270835],[162922,-275734],[174206,-214612],[178097,-238962],[170493,-267483],[169895,-269902],[176076,-278674],[175561,-283453],[181081,-231583],[183703,-293471],[182648,-299550],[184825,-298254],[182726,-321652],[192278,-298978],[192356,-298176],[195324,-295659],[201067,-299756],[16703,-184765],[16008,-204269],[13688,-227621],[22181,-242718],[23291,-236506],[24527,-243233],[18160,-243386],[17729,-247396],[21609,-254348],[23864,-255850],[20002,-257543],[15822,-466963],[28190,-194486],[34519,-198262],[34080,-212348],[34853,-211228],[28587,-206925],[32692,-224415],[31723,-220565],[29947,-219274],[31239,-226464],[34107,-218704],[32045,-218403],[35867,-233993],[36012,-248341],[37249,-243908],[26763,-475022],[50005,-215482],[44293,-208035],[46545,-207997],[49775,-233656],[38813,-236187],[48547,-250923],[45072,-350254],[49694,-365457],[53724,-186841],[63990,-210226],[56256,-228580],[59503,-222669],[62675,-225632],[55283,-241903],[56877,-238504],[53152,-247865],[53976,-252202],[53299,-381359],[53319,-379429],[56182,-493304],[75506,-218897],[69541,-223812],[73309,-240844],[72623,-249884],[73356,-246173],[73576,-360256],[70591,-359247],[88220,-198931],[80728,-206928],[95924,-163865],[95888,-175336],[97100,-180089],[97655,-180612],[94289,-342499],[111263,-159748],[111960,-154276],[111763,-153856],[111765,-158944],[117665,-186808],[125727,-183665],[123524,-388058]] \ No newline at end of file diff --git a/src/gathering/a11917.json b/src/gathering/a11917.json new file mode 100644 index 0000000..8511185 --- /dev/null +++ b/src/gathering/a11917.json @@ -0,0 +1 @@ +[[-120132,-146184],[-132987,-145924],[-139129,-243653],[-136422,-246042],[-140861,-123141],[-143291,-139051],[-148896,-180723],[-141180,-185805],[-148213,-235912],[-150483,-242639],[-162155,-177363],[-160669,-249167],[-173230,-210154],[-177141,-214768],[-172009,-214317],[-174005,-213928],[-171922,-217052],[-173999,-223587],[-182976,-114857],[-189114,-166141],[-185597,-170494],[-186011,-202807],[-179909,-203664],[-179326,-209413],[-184140,-220671],[-191123,-100620],[-199768,-136487],[-198256,-139990],[-199644,-144504],[-199389,-153184],[-196283,-141689],[-198105,-162326],[-195370,-200803],[-204747,-109838],[-214917,-120569],[-213180,-116098],[-208768,-129752],[-215114,-132507],[-214549,-153054],[-213573,-143706],[-211711,-155397],[-210272,-177321],[-219896,-121756],[-224255,-131933],[-222523,-153443],[-227293,-188751],[-219482,-113135],[-220222,-110435],[-234960,-156764],[-235497,-160282],[-231307,-169793],[-234735,-174069],[-238477,-35680],[-239112,-35021],[-239923,-34581],[-240566,-34380],[-241051,-34228],[-231966,-43704],[-234676,-40721],[-234380,-39496],[-252606,-146075],[-246126,-169913],[-245133,-175365],[-245090,-37120],[-246837,-40169],[-246591,-40230],[-115023,-152544],[-114186,-213847],[-112561,-206688],[-126949,-120259],[-122153,-153048],[-119437,-149458],[-122247,-171350],[-118968,-215326],[-123022,-97764],[-138624,-188735],[-139917,-184159],[-128654,-217433],[-142913,-123839],[-144341,-170193],[-152816,-187450],[-142305,-184087],[-151865,-205275],[-142792,-222136],[-144710,-251004],[-163299,-163422],[-161281,-173614],[-157331,-178000],[-165384,-207047],[-161433,-209066],[-165866,-216082],[-165618,-222260],[-155048,-241093],[-155846,-247490],[-160666,-89101],[-171261,-164423],[-177475,-203881],[-167059,-205654],[-176980,-227950],[-174285,-217583],[-168125,-220871],[-173800,-88009],[-177923,-92596],[-190574,-164575],[-191855,-202017],[-190604,-198805],[-181058,-208935],[-186954,-219571],[-185432,-99176],[-183458,-100694],[-203874,-144559],[-200052,-148006],[-199431,-150107],[-204395,-153540],[-195362,-170734],[-198978,-195931],[-192674,-104937],[-216538,-119431],[-211575,-136919],[-213353,-129639],[-215210,-151018],[-211819,-153321],[-217061,-78568],[-214801,-89684],[-215938,-108364],[-218690,-122209],[-222045,-153080],[-230289,-189915],[-221097,-110586],[-218592,-110539],[-231209,-156863],[-236888,-190438],[-239181,-191398],[-231430,-196373],[-238375,-47116],[-240622,-40448],[-253298,-137707],[-250756,-149085],[-249204,-145024],[-255321,-165085],[-243526,-183114],[-262545,-141097],[-265923,-148267],[-260516,-159526],[-256590,-168651],[-270495,-191773],[-100749,-143483],[-100956,-161954],[-107876,-149494],[-110042,-150991],[-107002,-156183],[-108479,-161477],[-113772,-163019],[-127079,11842],[-120354,134842],[-116080,25005],[-122116,21140],[-116708,23641],[-125201,297774],[-127982,309945],[-116525,32978],[-121065,428558],[-118020,45214],[-122390,110801],[-131745,-137916],[-134410,-148489],[-137190,-65229],[-134392,132056],[-139087,128816],[-134079,150098],[-130261,232939],[-129688,307601],[-130758,58665],[-131236,54509],[-132208,92985],[-137509,112513],[-138947,111427],[-138028,112973],[-139034,114169],[-136295,108852],[-140414,117755],[-143468,139668],[-153283,132501],[-146496,135300],[-149091,138844],[-145614,137410],[-140885,130576],[-153381,129271],[-153450,131350],[-147605,145909],[-143206,150199],[-142414,112937],[-147237,114192],[-145095,113548],[-143511,121725],[-141867,124395],[-143050,122384],[-144818,123834],[-151338,124860],[-150412,127599],[-146947,127827],[-146045,120237],[-146895,121755],[-144494,119676],[-153139,123250],[-152770,123943],[-164162,-146276],[-157895,133171],[-154814,133293],[-157798,128267],[-157157,146863],[-157602,147234],[-165081,143429],[-153683,118901],[-153959,122743],[-157888,125681],[-159249,126804],[-157143,125970],[-175241,-115870],[-172042,140838],[-174000,143289],[-176700,153188],[-174719,145929],[-167399,150951],[-171871,160651],[-178916,301701],[-189585,140341],[-190687,152296],[-185039,154883],[-190935,169926],[-188651,296298],[-203684,-73122],[-197492,-70538],[-194922,138025],[-195207,150955],[-195370,157178],[-193313,167073],[-200360,128150],[-205464,-70376],[-210364,-64065],[-208276,119755],[-240875,-598252],[-241569,-605377],[-3505,-127544],[-1970,-149462],[-4053,-149932],[-9131,-152298],[-10296,-147906],[-11887,-145860],[-5000,-145815],[-10677,-145463],[-3091,-154638],[-7478,-158720],[-7968,-156143],[-10248,-6140],[-7487,-16921],[-8369,-20462],[-3733,-24452],[-1392,-21994],[-4800,-29910],[-8622,-28738],[-10769,-32003],[-252932,133241],[-250294,134032],[-245670,132266],[-250950,128443],[-249311,124626],[-244520,127518],[-267532,-338342],[-263180,137095],[-262058,139245],[-266717,98559],[-266274,99256],[-268793,99481],[-265029,91490],[-264984,93670],[-266305,104801],[-265539,113810],[-266371,111139],[-267727,112363],[-262977,108762],[-261611,114185],[-264383,106971],[-264798,116897],[-264382,120869],[-261370,118879],[-256624,121128],[-257766,125455],[-277746,-191026],[-273266,-188309],[-277869,-193849],[-275066,-354912],[-280017,-346794],[-280560,-346958],[-278901,-354757],[-275185,-360436],[-273484,-360879],[-277835,134796],[-280525,136703],[-277973,137385],[-281293,138929],[-281514,136025],[-280613,132841],[-276908,129778],[-270466,95151],[-270960,98217],[-275357,114273],[-269475,109705],[-272574,113323],[-272376,108963],[-271206,105311],[-271943,108122],[-279187,111154],[-279844,120915],[-283160,139937],[-288432,112983],[-285209,112869],[-297047,-352316],[-305331,-362136],[-295855,110636],[-299737,104951],[-316376,109369],[-311001,108411],[-324101,-350399],[-330839,-364655],[-332132,-363342],[-331655,96323],[-330083,97657],[-323040,96515],[-335841,-376629],[-341767,-404465],[-339950,-438538],[-344794,-450884],[-334197,-451550],[-337173,-449212],[-352643,-409364],[-354178,-398969],[-350920,-410068],[-357108,-415809],[-353549,-446672],[-346943,-441945],[-355780,-441847],[-353343,-436238],[-353077,-449440],[-364283,-394377],[-368127,-391380],[-367237,-417593],[-369385,-416457],[-359535,-418234],[-369720,-411285],[-360825,-436886],[-368408,-461247],[-371155,220272],[-23075,-126964],[-24151,-123994],[-13659,-147193],[-16388,-146987],[-15898,-148535],[-13516,-148978],[-13978,-151829],[-14234,-151075],[-18295,-150115],[-19754,-151062],[-19645,-148205],[-19165,-149748],[-24410,-150981],[-25253,-143106],[-25390,-141039],[-17833,-10722],[-22315,-19514],[-13734,-23363],[-18793,-18694],[-22797,-24597],[-24676,-17976],[-24559,-17164],[-19730,-28858],[-19572,-52668],[-379134,-398904],[-381121,-409026],[-382798,-409687],[-378055,-411648],[-379724,-410055],[-373796,-461503],[-378278,221717],[-372751,218319],[-384093,-217410],[-391282,-402689],[-391707,-477850],[-388081,-474099],[-395113,204932],[-386244,216564],[-392586,206996],[-385459,223123],[-385455,230765],[-384096,108927],[-410393,484059],[-433722,203188],[-429843,207485],[-433179,220312],[-430989,221334],[-427538,222922],[-431153,237379],[-436014,-344894],[-444072,187792],[-437336,190975],[-446794,192592],[-437055,218425],[-446835,239122],[-443241,237348],[-436762,241608],[-452515,197002],[-450612,202236],[-450087,209036],[-450980,213755],[-452698,219148],[-450111,223601],[-450634,227110],[-448841,228697],[-493260,387853],[-496638,386981],[-37916,-127316],[-34194,-116772],[-30428,-137646],[-36456,-136669],[-38216,-136543],[-36742,-140160],[-37403,-134240],[-34039,-134868],[-27289,-150174],[-26697,-148347],[-29244,-147205],[-31036,-146590],[-28021,-147724],[-26710,-142987],[-27228,-144097],[-26303,-144125],[-30465,-142239],[-31043,-144622],[-32790,-142127],[-33426,-142998],[-37965,-141372],[-35207,-140858],[-25821,-150029],[-25749,-21935],[-30372,-31909],[-35951,-36512],[-35533,-35383],[-35260,-34806],[-35059,-33171],[-32486,-39180],[-37973,-47501],[-34235,-48555],[-34105,-40065],[-34805,-43400],[-36367,-41853],[-34470,-67378],[-37980,-68397],[-37263,-68573],[-35907,-69622],[-36043,-71996],[-30423,-69430],[-30094,-69690],[-34274,-66597],[-36691,-74417],[-32614,-77130],[-37714,-87429],[-32870,-76868],[-38025,-93381],[-505936,377837],[-521090,372226],[-544387,195504],[-559974,203580],[-561462,196007],[-555156,192288],[-551315,197909],[-556695,203126],[-558096,206135],[-554212,206861],[-566983,192487],[-579753,1777262],[-576853,173918],[-576748,194885],[-596739,213494],[-595803,218764],[-593153,220176],[-611172,53179],[-605337,59234],[-621180,58824],[-615710,58948],[-618456,66398],[-39569,-125610],[-42201,-121913],[-43018,-124569],[-47109,-123747],[-46852,-124441],[-46273,-123671],[-47486,-116400],[-48693,-117297],[-42964,-115475],[-44115,-115820],[-42319,-120726],[-48089,-127352],[-44694,-127641],[-39381,-137435],[-41546,-137624],[-41131,-136543],[-43140,-137872],[-40845,-133913],[-38946,-133968],[-39633,-135328],[-43630,-135808],[-44840,-137728],[-40522,-130960],[-40750,-130286],[-46024,-129172],[-45363,-128355],[-38509,-128928],[-40252,-128957],[-49471,-134747],[-48906,-132637],[-50296,-133905],[-46734,-138144],[-46793,-140246],[-47986,-138278],[-48945,-136687],[-50929,-137082],[-50484,-135034],[-50870,-132834],[-48430,-133809],[-48819,-137566],[-44726,-136423],[-45945,-135489],[-49322,-139566],[-43122,-127919],[-48399,-141489],[-50596,-142158],[-40452,-42315],[-41384,-75055],[-44659,-75031],[-42339,-76110],[-42730,-75443],[-48863,-82434],[-47667,-77267],[-48569,-79448],[-47660,-86101],[-46449,-86103],[-41153,-86448],[-40683,-82858],[-39442,-88469],[-50534,-88729],[-48052,-76638],[-38422,-85849],[-42040,-82890],[-49626,-97704],[-48674,-98232],[-49325,-98139],[-48247,-94763],[-49836,-93990],[-46777,-91426],[-45862,-113649],[-47956,-113375],[-43608,-105378],[-44125,-103994],[-42445,-105408],[-42454,-106308],[-43782,-112453],[-44807,-103441],[-48482,-105143],[-50294,-111778],[-50697,-112213],[-50646,-111131],[-49184,-103763],[-663055,1689782],[-665399,1691488],[-675226,1687001],[-59730,-125087],[-53031,-115435],[-59590,-123240],[-51459,-136740],[-52519,-137163],[-51717,-134650],[-56650,-135525],[-56761,-134651],[-53352,-133817],[-56339,-137011],[-56667,-140532],[-53620,-140359],[-59980,-130073],[-58315,-143734],[-56153,-147486],[-54487,-147373],[-54237,-145759],[-51460,-145671],[-53548,-144764],[-53104,-143523],[-53888,-143147],[-53526,-141874],[-63682,-146079],[-51980,-146981],[-61271,-150873],[-61502,-152680],[-60118,-154629],[-58171,-154818],[-63737,-156852],[-62331,-17517],[-62774,-16249],[-59488,-419484],[-57870,-73970],[-56776,-72276],[-58355,-67495],[-51242,-80119],[-53331,-81697],[-53382,-84623],[-52616,-85450],[-57821,-81925],[-55561,-77229],[-54770,-93709],[-57013,-92322],[-56585,-92105],[-54015,-94169],[-52887,-97159],[-55881,-101757],[-57532,-99608],[-62018,-90563],[-52098,-103230],[-54293,-114527],[-55162,395881],[-60293,413269],[-68705,-131020],[-68268,-132271],[-70522,-129990],[-71739,-130117],[-72649,-138423],[-75357,-131560],[-64167,-147606],[-64149,-153127],[-67515,-146255],[-68500,-141873],[-68065,-143145],[-67933,-20021],[-64199,-423590],[-74440,-33155],[-69467,-29997],[-69148,-47342],[-67399,-50141],[-66886,-50173],[-69753,-42406],[-67953,-71152],[-68026,-76560],[-72656,-73998],[-64165,-75233],[-66082,-75349],[-68621,-89378],[-65456,-77546],[-68160,1631],[-67369,3200],[-68282,5841],[-71893,19350],[-67786,380817],[-74498,405811],[-75487,420890],[-67763,419131],[-71577,422859],[-75447,41556],[-71849,39573],[-66667,41037],[-75195,58105],[-72289,61409],[-72742,66350],[-78463,-134859],[-82378,-136356],[-81388,-96154],[-78651,-95587],[-80236,-106933],[-83379,379732],[-87443,387775],[-82705,406488],[-82332,408133],[-88706,422119],[-84073,416519],[-77226,412020],[-77236,424843],[-87396,424962],[-86478,49610],[-82628,51123],[-87187,49129],[-82802,64017],[-78413,55158],[-78067,56361],[-79215,68221],[-84311,74610],[-78646,69021],[-85325,89538],[-79761,88840],[-78719,85356],[-78484,93917],[-78007,93755],[-1012888,1485201],[-91040,-125864],[-93972,-116271],[-93166,-120527],[-95192,-122368],[-94726,-120166],[-95092,-124281],[-92405,-123025],[-92628,-126318],[-92139,-124886],[-92575,-125227],[-92393,-129280],[-94760,-131796],[-96537,-135445],[-94703,-139164],[-97197,-58907],[-97294,-101848],[-97171,-99511],[-100653,-101902],[-98503,-98153],[-99319,-99227],[-102118,-94888],[-101892,-92990],[-100569,-92684],[-100150,-93575],[-98149,-104714],[-97298,-107001],[-95594,-109088],[-97279,-112070],[-90990,-113613],[-99384,-110631],[-98973,-107151],[-94208,-110747],[-94051,-109916],[-96501,-107465],[-97754,-109983],[-101557,-105366],[-97992,-105241],[-96714,-102315],[-96223,12358],[-96482,5589],[-97226,11258],[-101027,4157],[-101840,9660],[-91810,18871],[-96760,384086],[-90835,384699],[-102029,401024],[-101305,405392],[-89978,402917],[-93890,417199],[-95863,417820],[-98321,46878],[-110583,-123247],[-105598,-121247],[-102687,-124710],[-106648,-128253],[-106540,-131717],[-106194,-2942],[-106153,-21],[-111902,-11356],[-108181,-43522],[-107075,-88971],[-103876,-94152],[-105360,-93236],[-104858,-93685],[-105389,-89786],[-102499,-98861],[-107554,-98832],[-105678,-94704],[-105431,-97627],[-104994,-96110],[-103368,-98009],[-107582,-90685],[-103507,-107408],[-111216,20492],[-108850,24498],[-105832,22849],[-104066,16679],[-105018,14910],[-110795,31837],[-103104,391743],[-113617,41466],[9048,-151370],[6913,-152208],[4988,-152998],[1373,-150292],[3003,-148295],[1053,-149244],[8141,-153483],[3700,-153874],[3763,-18302],[1626,-19728],[166,-16534],[7114,-35794],[8528,-49235],[135753,297370],[131341,301369],[140243,315243],[134100,320114],[138917,329155],[133987,324166],[134612,329389],[132809,324921],[132454,342954],[137028,76760],[142412,320550],[150406,320410],[140934,337530],[136316,352654],[143637,64819],[163510,306666],[161947,308872],[163506,310541],[166007,316815],[165173,316902],[160052,331595],[166395,346915],[163183,362927],[176387,276356],[168974,284408],[173873,286653],[178601,285777],[171682,297510],[178842,296865],[174088,296481],[174362,299089],[167198,304929],[169224,302552],[167251,312744],[170609,339741],[167763,367995],[177512,410001],[185660,295950],[180736,297261],[191181,306984],[181227,330644],[181126,340601],[200753,301174],[202722,316615],[203109,316704],[194101,312981],[193308,323895],[194399,324312],[196075,325928],[209956,308488],[209076,329409],[207095,327149],[24843,-139655],[25055,-142502],[23783,-144999],[13139,-154673],[19353,-10988],[21049,-13647],[14134,-49394],[15186,80216],[13890,79127],[23239,89150],[18471,99743],[327436,609243],[330769,606857],[332097,622904],[327891,619753],[331713,619082],[328210,615903],[330033,615608],[334340,613674],[335378,605488],[337008,621420],[336883,620950],[335478,621679],[334421,621909],[337140,616530],[333194,619937],[340275,619041],[27531,-139914],[26881,-141772],[30672,-141566],[37667,-21221],[33101,-17802],[30206,-22529],[26766,-20428],[30125,-18845],[36912,-28681],[34049,-30276],[33631,-49723],[35204,-49767],[31298,-48878],[35248,-82750],[36458,139076],[35433,142629],[28844,142595],[49337,-124606],[50562,-126821],[50920,-127812],[49689,-129443],[49177,-130705],[47675,-128060],[43145,-20446],[39863,-28516],[39263,-55007],[38707,-92280],[47238,-93077],[53617,-122313],[52546,-123678],[54713,-121791],[56278,-119458],[57719,-121425],[54206,-119536],[53656,-118699],[54091,-118013],[53352,-116557],[56699,-118347],[54332,-116820],[57130,-115520],[60923,-115781],[58522,-32705],[57860,-48260],[59381,-113890],[70213,-12402],[65471,-41583],[66088,-40768],[69186,-51855],[68077,-54601],[74809,-68354],[74067,-74046],[71690,3088],[73047,23662],[76306,37362],[86039,-32720],[79783,-39683],[81419,-44163],[85533,-49660],[78373,-38610],[86084,-48915],[88211,-49500],[86731,-63290],[85778,-60367],[84964,-56449],[79486,-54947],[77758,-58882],[86874,-54307],[86810,-52244],[77309,-73340],[88960,-66386],[88679,-84394],[88657,-98325],[88878,-98103],[89239,-97654],[87792,-93237],[88514,-93085],[87101,-93989],[86910,-93199],[86073,-95401],[84513,-97627],[86309,-101213],[86065,-102730],[84281,22569],[79653,30676],[79415,44426],[88714,48763],[81557,49281],[85847,625262],[82386,63109],[82029,54360],[78283,57335],[83150,83800],[86904,114297],[98118,-7952],[99104,-18092],[94104,-17737],[96113,-36420],[93578,-25504],[94786,-86724],[94418,-83930],[96614,-82737],[93963,-82547],[95446,-80862],[94284,-78912],[96117,-78340],[91810,-96687],[91460,-97121],[91297,-98342],[101697,-93896],[97491,-97047],[92884,-100102],[92540,-99148],[95557,-96255],[94973,-94981],[101313,-97718],[97810,-100897],[99633,-101192],[97915,-107573],[100369,-109943],[94805,2348],[92757,41200],[95481,42812],[109706,-7172],[103392,-32738],[103879,-36980],[108232,-40807],[102752,-86566],[104934,-84155],[107370,-85869],[106596,-85772],[111874,-88448],[110762,-87571],[106608,-95380],[106483,-95850],[105078,-95121],[104021,-94891],[107616,-92312],[108844,-90818],[106454,-100340],[102794,-96863],[109875,-97759],[102476,-92247],[108067,-107614],[105118,-111482],[103397,-103681],[107521,-110907],[116955,-17098],[125851,-23857],[116786,-36684],[120415,328889],[123205,343703],[-126772,-144271],[-125035,12525],[-121314,138019],[-122789,21002],[-116162,24707],[-125945,25235],[-125738,298268],[-127299,309493],[-126391,310217],[-118686,46698],[-124829,42107],[-131978,-144862],[-136287,-148271],[-135288,-148765],[-134872,-65675],[-140135,131822],[-133699,128503],[-138333,130743],[-139222,135361],[-138724,128369],[-135499,150986],[-139903,142637],[-140620,142391],[-131555,242202],[-131388,237562],[-131569,300021],[-130215,306525],[-134515,27759],[-132401,60831],[-132304,54620],[-128129,72080],[-132241,89018],[-135267,127432],[-132662,122481],[-140593,124197],[-139136,119699],[-142269,-146008],[-150456,-141071],[-144539,-143699],[-151778,134403],[-143382,136887],[-151749,139284],[-150572,140750],[-142416,129302],[-151984,129700],[-153452,129072],[-153357,131293],[-149029,141742],[-149171,142053],[-147870,143132],[-145924,142056],[-143735,141574],[-142966,142530],[-141425,143334],[-141123,111660],[-143795,121764],[-144955,118996],[-140993,125795],[-143965,124705],[-142635,125174],[-145849,123633],[-147216,124876],[-150967,127453],[-148719,128508],[-147225,127212],[-143570,128005],[-144038,117721],[-153169,123091],[-163582,-138902],[-155309,134452],[-154473,129087],[-153776,148618],[-156462,146733],[-156300,143285],[-160198,145751],[-164034,143245],[-154243,127055],[-158024,123812],[-153863,125939],[-156906,127581],[-156269,125808],[-155325,127820],[-172053,-122576],[-171223,-125803],[-173004,-117599],[-176740,138351],[-177015,139433],[-173639,145989],[-166455,149878],[-169739,51665],[-182719,-106217],[-191473,137584],[-186729,142641],[-188715,160526],[-190759,168070],[-180074,299991],[-197703,-71413],[-200445,-68940],[-192792,148889],[-196248,153327],[-195010,151924],[-203494,159830],[-193783,166950],[-208039,-69134],[-211140,-64378],[-208412,-70965],[-210444,-73020],[-211111,-71644],[-214349,-78533],[-216562,129574],[-211161,157281],[-240068,-77653],[-242844,127873],[-1067,-126690],[-332,-131044],[-10184,-144324],[-11010,-158026],[-9292,-159340],[-11301,-7530],[-4592,-24096],[-832,-22256],[-9891,-18637],[-4205,-30308],[-8503,-26792],[-10756,-31374],[-247316,133904],[-246402,136340],[-254410,125622],[-249296,127833],[-265869,-507222],[-261624,135033],[-262668,138187],[-264956,100451],[-265129,100872],[-263037,91688],[-264553,91337],[-262703,100417],[-268321,104478],[-265149,115135],[-265483,107140],[-267538,108800],[-267402,119815],[-263622,121785],[-265425,121861],[-259597,120140],[-256272,122422],[-258035,127672],[-272979,-185541],[-275264,-185287],[-268997,-73045],[-278195,135297],[-280314,138019],[-275858,135492],[-281349,138365],[-279339,133921],[-278683,130266],[-268922,100481],[-270648,96902],[-270151,97824],[-274830,114853],[-269162,108003],[-272454,113890],[-277219,114896],[-271497,108036],[-270147,105610],[-271785,107648],[-279451,109276],[-279991,120663],[-281841,-345177],[-284000,-356181],[-294345,-353968],[-282668,140767],[-283388,136395],[-287572,109278],[-284984,113037],[-303367,-358934],[-294653,107933],[-301435,104974],[-315102,110095],[-311474,108405],[-331833,95452],[-328542,95446],[-323510,98171],[-335359,-356633],[-336692,-353073],[-338711,-353904],[-335370,-354399],[-353321,-436714],[-369999,218768],[-18989,-129469],[-17058,-10392],[-22984,-20846],[-18782,-17937],[-21255,-19311],[-17352,-15937],[-25484,-15325],[-20007,-29907],[-19388,-29944],[-16291,-49700],[-22541,-53590],[-377027,-390450],[-376341,-388286],[-372000,-398865],[-374754,-399351],[-383462,224044],[-379874,221547],[-372375,220894],[-395208,-379439],[-396097,204753],[-394401,206157],[-386314,218575],[-385706,228233],[-384084,110799],[-411871,-383265],[-413945,-387059],[-412786,-389922],[-409653,-390985],[-432427,203372],[-432639,206558],[-434183,219233],[-428703,221459],[-429914,237417],[-441880,-338629],[-443013,187744],[-435452,190969],[-443307,189406],[-435636,215605],[-436925,218448],[-447374,230059],[-447509,235499],[-445699,238547],[-440953,238983],[-437541,242665],[-454856,-338946],[-450216,194733],[-452345,202028],[-450275,208087],[-453568,217362],[-451358,212990],[-452720,220839],[-449316,227918],[-472398,-355696],[-498135,380152],[-493862,379644],[-496521,389560],[-32310,-132939],[-35241,-132105],[-32356,-216687],[-30942,-213266],[-35664,-219511],[-34788,-220382],[-34869,-221630],[-32985,-221797],[-26353,-21113],[-26213,-20213],[-27921,-31373],[-28314,-28817],[-31948,-39553],[-35016,-48764],[-33103,-48485],[-36749,-44539],[-35290,-44116],[-36925,-51278],[-500532,376706],[-502180,380357],[-505471,394933],[-506851,396271],[-513348,-418898],[-517361,358051],[-512759,364128],[-517169,368714],[-520931,373683],[-545367,196734],[-557831,200119],[-555849,195455],[-552094,201465],[-561717,202559],[-555454,205534],[-561663,205321],[-574393,191718],[-565579,194672],[-581399,1756036],[-581256,1778450],[-577391,175131],[-588495,213939],[-593188,215943],[-597329,215125],[-598909,209284],[-590924,220784],[-611359,56322],[-603288,54740],[-615735,63123],[-622806,58774],[-616219,67316],[-39540,-43437],[-45514,-82493],[-48727,-106286],[-50794,-106681],[-49153,-104238],[-47008,-104232],[-45790,-105720],[-46089,-107325],[-45704,-111797],[-47558,-113788],[-47450,-113354],[-663507,1689099],[-662783,1688191],[-674732,1687539],[-672979,1693369],[-666475,1692015],[-57396,-117293],[-56836,-116127],[-53249,-119470],[-52518,-120372],[-59583,-126208],[-56028,-116697],[-59601,-119130],[-53287,-131507],[-57742,-136028],[-59565,-129656],[-54958,-150975],[-54733,-149579],[-59506,-152541],[-60789,-150637],[-63296,-151345],[-63293,-17423],[-56459,-73497],[-56955,-74343],[-52188,-73226],[-53470,-79788],[-58475,-81575],[-55557,-76777],[-55811,-82993],[-56328,-83461],[-51347,-101454],[-55306,-100655],[-56804,-99701],[-55581,-95179],[-52190,-106840],[-54121,-106115],[-53865,-105300],[-52515,-102545],[-52227,-107459],[-57102,-104002],[-62844,386764],[-62844,414572],[-72806,-129232],[-69445,-131135],[-73452,-138339],[-69439,-146720],[-66522,-5364],[-66796,-3517],[-67244,-18303],[-66463,-15861],[-66558,-13086],[-70600,-32386],[-73561,-45150],[-67924,-47599],[-69285,-42520],[-72945,-69728],[-66316,-88739],[-68429,-77196],[-70630,-79359],[-68573,378301],[-72550,418972],[-74363,414128],[-71788,40929],[-87950,-122849],[-89235,-133340],[-76920,-129481],[-77247,-136186],[-79109,-134478],[-82122,-136870],[-82152,-135507],[-81849,-135680],[-81911,-146793],[-88292,-144831],[-79656,-38517],[-86038,-92905],[-85655,-92446],[-83728,-97672],[-78768,-109085],[-78753,377636],[-82281,376842],[-87364,383650],[-89444,384986],[-84812,403013],[-86359,403681],[-77212,422436],[-83070,414699],[-78895,427317],[-88736,88330],[-80021,89416],[-80541,88667],[-82935,86440],[-85410,77925],[-85477,91216],[-83300,95426],[-93107,-121357],[-94695,-121932],[-94939,-120447],[-94598,-124323],[-92303,-122521],[-92045,-126700],[-92781,-125368],[-92726,-125410],[-92097,-139400],[-92410,-129814],[-94573,-131716],[-96574,-135967],[-94377,-138873],[-90125,-28566],[-92465,-99110],[-97584,-101651],[-100606,-97577],[-97497,-100768],[-99084,-98574],[-101875,-92514],[-100281,-93134],[-100396,-94108],[-97361,-98567],[-97138,-97332],[-97404,-96752],[-99949,-109561],[-97907,-103157],[-101351,-104786],[-96525,-104319],[-97316,-107864],[-94718,-111523],[-96297,-112584],[-93044,-114877],[-101235,-106462],[-93168,-110775],[-96771,-107350],[-96953,-110935],[-100285,-105971],[-100447,-103849],[-97637,-105382],[-96029,12418],[-97575,6239],[-95827,11233],[-92216,17881],[-90369,388841],[-96875,386080],[-101633,408332],[-91238,417514],[-97533,420893],[-89912,423242],[-97504,46445],[-92298,88907],[-108017,-125636],[-107089,-125974],[-105172,-122564],[-109383,-121825],[-105632,-6586],[-107948,-481],[-112737,-12446],[-107650,-79014],[-106916,-89076],[-104976,-92193],[-103421,-93886],[-102721,-95512],[-104751,-92663],[-104777,-93166],[-105863,-89827],[-102945,-100228],[-108002,-98598],[-104190,-100409],[-105175,-96328],[-106166,-98244],[-107392,-90355],[-102571,1080],[-106098,131607],[-103347,15589],[-106795,18907],[-111446,20794],[-113498,24527],[-106519,22651],[-108047,30700],[-109150,35441],[-112802,40922],[-114774,86335],[1364,-126529],[548,-125850],[1023,-131015],[561,-4311],[5580,-1531],[12577,-12369],[5886,-9139],[936,-25325],[2166,-19342],[4392,-29783],[7463,-37584],[7969,-49406],[3249,-48605],[5002,-45075],[137883,-217137],[140132,-206538],[139646,-212165],[138342,-216657],[137329,-206176],[136978,-219394],[134211,-223278],[137997,-229019],[131436,-228055],[134181,-228186],[134180,-220096],[132102,-219499],[138166,-218301],[140271,-47044],[138129,-48490],[133897,-48403],[136922,-48514],[137805,-49998],[137052,294857],[128437,313739],[136219,317381],[135492,325229],[137707,328098],[137083,321198],[132627,324603],[138743,329272],[133826,331644],[131968,345233],[148791,-199291],[144815,-226487],[146205,-223431],[149286,321378],[152351,328282],[161483,-199032],[161558,314427],[156522,329953],[165530,342543],[164786,368167],[170362,293629],[175550,290890],[173331,291354],[175447,284071],[177084,298318],[169328,296909],[168039,305827],[168495,307457],[167813,321668],[178794,331387],[167530,345390],[174529,358961],[166782,367099],[175631,402421],[176985,408925],[180796,279210],[183006,296186],[181621,297044],[189633,298367],[179423,300569],[190081,328117],[186150,341906],[179981,334296],[185574,333411],[201292,302772],[196348,302216],[201321,315177],[198580,311708],[199421,325295],[195878,336850],[208935,306955],[205664,314995],[205270,323749],[24720,-149865],[24518,-151914],[23298,-149254],[22328,-148660],[22136,-147960],[20612,-147639],[18243,-147746],[20960,-142937],[24668,-153208],[23956,-152891],[20550,-148490],[20685,-13339],[23631,-12905],[19352,-16137],[19069,-16703],[25371,-19948],[14338,-48965],[16808,-49203],[339587,615073],[29034,-139936],[32274,-139432],[28310,-143153],[26570,-150439],[26255,-149362],[27544,-154439],[26962,-153611],[25642,-155082],[26504,-156204],[26294,-157206],[36852,-21958],[34750,-21002],[28651,-19665],[29831,-14940],[35655,-27517],[25617,-44964],[36629,-54543],[37255,-82737],[35750,138977],[29559,142285],[37335,154371],[41096,148773],[56208,-42144],[57035,-41433],[59012,-41455],[62453,-42153],[63430,-39848],[55856,-49641],[74889,-1675],[70110,-7924],[73980,-20876],[68438,-37891],[69583,-39458],[65310,-41198],[66096,-39631],[64427,-40621],[65843,-43569],[75669,-58586],[64035,-54045],[72669,-69782],[72269,-71627],[72417,-101846],[66085,-113065],[64435,-114174],[68045,-111345],[69484,-108941],[70528,-105437],[70665,-106554],[70872,-103387],[70479,-102606],[71401,2436],[71544,24850],[76135,35958],[76399,32011],[76257,57528],[73746,67775],[76144,121167],[77424,-29315],[80065,-33654],[86876,-32341],[87997,-38448],[80126,-55175],[83449,-74244],[88828,-66684],[83990,23515],[86309,32877],[79115,44653],[88221,47467],[81819,45423],[84201,604036],[84344,626450],[81201,63471],[78916,66815],[80763,70237],[78390,79911],[80925,83136],[88023,108918],[83406,115559],[79192,116832],[90858,-25332],[92340,-25189],[99188,-17373],[94661,-15028],[91829,-16308],[98856,-35480],[94156,-32505],[91584,-38156],[91761,-40513],[98192,-41839],[98241,-83968],[94329,3998],[101497,111603],[97521,112082],[110601,-8718],[113962,-355336],[103335,-361826],[110845,-40442],[112691,-48545],[110030,-49840],[112300,-47326],[114788,-86671],[114511,-82399],[110119,-81827],[105622,-86967],[106259,-85492],[108162,-102127],[109772,-100636],[110694,101176],[110529,114867],[113135,108132],[109622,104640],[109942,118287],[107773,122254],[110197,123897],[111077,126410],[125647,-214268],[117927,-16340],[117176,-36268],[124522,-51567],[127374,-51078],[124186,-51073],[115276,-85574],[125852,303996],[124729,328644],[123219,345008],[122581,114839],[117239,108664],[118356,105697],[-116947,-208170],[-120511,-209423],[-122792,-210329],[-122681,-212399],[-115992,-213592],[-115987,-216935],[-125246,-215301],[-122136,-213758],[-123104,-221756],[-119493,-229685],[-117677,-224441],[-122695,-226157],[-117110,-226944],[-118849,-225095],[-119009,-219887],[-124833,-217416],[-116357,-223745],[-123704,-228649],[-119369,-226177],[-125208,-227851],[-123991,-222234],[-118661,-230621],[-117392,-232318],[-118666,-232588],[-121071,-239058],[-125102,-243649],[-123078,-243739],[-124673,-260725],[-119559,-91230],[-127606,141177],[-124912,13750],[-115404,25291],[-124670,22676],[-119050,25544],[-124637,25104],[-127608,23211],[-125177,298782],[-120487,48220],[-125227,41495],[-119622,76254],[-117903,77010],[-121045,108023],[-130337,-121796],[-134475,-139346],[-131249,-137842],[-130880,-134023],[-132042,-144226],[-130734,-175460],[-140164,-182190],[-130097,-217924],[-132607,-224258],[-132252,-219237],[-134075,-242324],[-130452,-242061],[-132512,-237613],[-133482,-243889],[-138122,-245584],[-136869,-247322],[-132595,-255564],[-128002,-253492],[-134361,-254981],[-132243,-261225],[-137484,-266447],[-131305,-261289],[-133431,-257031],[-137662,-98193],[-130081,-109492],[-140690,-110270],[-139410,131770],[-138526,134320],[-140237,142805],[-132327,237450],[-130631,307541],[-128461,307527],[-131355,64093],[-133140,52634],[-128581,90587],[-140521,111460],[-137029,108632],[-129196,120203],[-136752,127448],[-133138,123358],[-140155,123462],[-139408,120929],[-140752,118128],[-139181,116768],[-137870,119721],[-142420,-145406],[-148505,-141357],[-150627,-178710],[-152612,-168309],[-144016,-168083],[-146251,-224231],[-148450,-225617],[-147264,-232516],[-148679,-239303],[-146079,-236081],[-145260,-232726],[-148353,-243768],[-150872,-250168],[-148493,-253551],[-143994,-259360],[-152492,-272649],[-147083,-73370],[-145153,-72598],[-141405,-98766],[-142116,136693],[-151594,134362],[-150454,133300],[-146514,134550],[-149530,136618],[-151896,139430],[-145583,128945],[-142134,146653],[-145980,141496],[-151416,144607],[-144387,101245],[-148101,115350],[-143225,112682],[-149898,124582],[-144360,115401],[-150428,126019],[-152207,124700],[-144759,125938],[-143651,126241],[-142345,125238],[-150209,125388],[-151272,124994],[-153223,126894],[-165215,-120560],[-159921,-136567],[-165482,-191288],[-153781,-200327],[-155811,-200598],[-155471,-202404],[-165778,-202025],[-165311,-195778],[-153993,-199004],[-155722,-199337],[-163574,-194874],[-162109,-235810],[-164539,-246791],[-161875,-245988],[-165645,-258032],[-163301,-262851],[-158302,-269401],[-157288,-270642],[-161076,-88483],[-154794,-82200],[-154664,130179],[-154617,149474],[-157869,148686],[-157069,127607],[-174694,-115954],[-175285,-176477],[-174767,-180030],[-168480,-187866],[-176733,-186930],[-177261,-181138],[-170724,-203888],[-167406,-197990],[-168360,-196659],[-172211,-196418],[-178096,-197396],[-172646,-236748],[-167879,-247323],[-173218,-254557],[-171317,-252574],[-175802,-251839],[-166558,-267683],[-168686,-262688],[-171990,-257987],[-167200,-269470],[-171181,-269150],[-166599,-94769],[-174673,-104522],[-169331,135610],[-176387,153373],[-174187,146244],[-171220,171592],[-178624,299183],[-181409,-189624],[-181507,-191277],[-180653,-183801],[-182415,-189356],[-188195,-184638],[-191849,-187543],[-183081,-192483],[-189509,-213555],[-181758,-214152],[-187795,142634],[-182970,153350],[-190067,163252],[-191080,164822],[-188086,294326],[-202401,-178076],[-197659,-182006],[-203443,-184617],[-204024,-184894],[-192222,-191490],[-193729,-189585],[-194684,-192678],[-199516,-213339],[-198413,-211791],[-203198,-205463],[-202296,-207650],[-202076,-211517],[-199078,-217137],[-193202,-216752],[-196389,-207343],[-204631,-68422],[-195252,-64056],[-194214,138669],[-193713,154502],[-194145,164222],[-195064,163169],[-197851,162495],[-212793,-185237],[-212454,-185481],[-216467,-212753],[-205318,-71709],[-209166,-64516],[-215182,-79181],[-229741,-193457],[-224224,-202440],[-243122,128646],[-9830,-121165],[-9693,-151728],[-9743,-144453],[-4858,-144628],[-3778,-147141],[-896,-150456],[-9111,-158491],[-6245,-158080],[-1018,-157168],[-5513,-155566],[-10926,196],[-10973,-7650],[-794,-12437],[-7577,-18283],[-11774,-22699],[-9569,-21406],[-12572,-20644],[-3989,-20585],[-8325,-23374],[-11298,-24546],[-5012,-20130],[-10236,-18556],[-5293,-26249],[-5016,-30440],[-8500,-27355],[-10115,-28764],[-246418,-213283],[-246101,-210005],[-253208,-600718],[-252148,-63816],[-250826,132624],[-249888,136972],[-248625,133900],[-252145,126906],[-260721,-124946],[-263365,-139210],[-260362,-135157],[-266428,-153568],[-264295,-204240],[-256537,-200930],[-257428,-63877],[-264506,136229],[-261659,139552],[-266770,188155],[-266177,99710],[-267222,97898],[-262785,94788],[-265127,93526],[-265005,91974],[-262264,102302],[-265521,104435],[-267265,110931],[-266582,111284],[-262755,115207],[-264141,107798],[-266443,120864],[-264374,120279],[-260901,120502],[-256278,122909],[-257608,126124],[-277624,-138548],[-278420,-153310],[-280775,-148912],[-273607,-155223],[-275100,-156209],[-269816,-162749],[-275306,-241965],[-270546,-241008],[-274839,-355288],[-274859,-360942],[-273431,-361938],[-277507,133470],[-278418,137218],[-278345,136471],[-278923,131989],[-278123,130409],[-269960,97018],[-269628,98891],[-269238,98467],[-276104,113966],[-269598,115297],[-270338,108443],[-272555,111559],[-271461,109731],[-271908,107934],[-271554,105284],[-281548,111131],[-278332,116493],[-277827,120794],[-282369,-144892],[-285214,-147464],[-294250,-145012],[-281683,-205341],[-293893,-354928],[-282330,139761],[-281932,134838],[-282104,140525],[-287805,112708],[-285538,108529],[-296376,-160893],[-302225,-176838],[-297785,-189476],[-305854,-361368],[-294964,109672],[-301158,104464],[-316474,518760],[-319638,102191],[-317578,109259],[-311557,105666],[-331534,-446830],[-326681,-447620],[-328340,96791],[-326378,97656],[-335989,-355846],[-335199,-353305],[-338132,-354443],[-336341,-354476],[-337281,-375772],[-342394,-403675],[-343525,-405772],[-341266,-444003],[-337720,-443932],[-344180,-442562],[-333660,-447441],[-343584,-449280],[-343873,-450618],[-343754,-451492],[-349953,-396529],[-346274,-410700],[-355183,-417455],[-347507,-440817],[-351971,-446218],[-355194,-441695],[-355141,-437672],[-356321,-445844],[-347252,-448843],[-351095,-448160],[-353288,-449729],[-362946,-394138],[-369994,-389989],[-358741,-399703],[-367951,-413722],[-363515,-417673],[-370759,-412710],[-367675,-434424],[-370862,-433874],[-361600,-430940],[-359111,-445944],[-371078,-446939],[-364583,-454719],[-368935,-449771],[-370371,-458580],[-364766,-448193],[-368160,-464395],[-367044,-462287],[-13779,-125431],[-19081,-126369],[-24050,-119884],[-19051,-192768],[-16796,-9651],[-22579,-12500],[-25568,-20935],[-24971,-20764],[-13164,-24081],[-25491,-14744],[-23707,-17266],[-20103,-30656],[-17402,-29553],[-25465,-48101],[-25100,13274],[-382204,-403891],[-380114,-412392],[-373248,-445350],[-372621,-453965],[-372957,-451617],[-377890,-461287],[-371579,-465232],[-381068,-472156],[-378236,-466821],[-371604,216827],[-379815,222413],[-373753,223547],[-382611,109966],[-389763,-399285],[-384479,-401955],[-390231,-479479],[-390949,-475664],[-386753,-474315],[-395218,206565],[-392193,206464],[-386274,226337],[-389772,217864],[-387631,227965],[-396886,-382414],[-404266,-391381],[-415594,-393029],[-416949,-390408],[-411191,484827],[-432821,201790],[-434904,216080],[-432936,206991],[-430620,220330],[-433966,218108],[-429518,224507],[-432956,237051],[-440842,-323015],[-439429,-331782],[-445901,-336849],[-441134,188775],[-435683,189583],[-444426,190671],[-437102,217159],[-447686,227935],[-447790,235270],[-441188,236164],[-436466,241993],[-457329,-350648],[-449728,195986],[-451665,204878],[-449856,211419],[-451752,217558],[-451531,215830],[-452491,223197],[-450021,226038],[-448351,237476],[-495956,379819],[-498592,374212],[-491706,376467],[-491217,384264],[-35739,-127444],[-36037,-133910],[-33827,-129633],[-35992,-197341],[-36054,-199006],[-37303,-198648],[-31082,-39487],[-34876,-47748],[-37115,-46161],[-36057,-40131],[-29552,-47358],[-33048,-47881],[-36568,-51447],[-31793,10643],[-36526,6780],[-29724,8916],[-28381,13169],[-500231,370670],[-500956,379959],[-501562,392202],[-508335,390111],[-502698,390176],[-509242,392748],[-508101,397843],[-520086,365871],[-517842,358940],[-519063,374646],[-550155,199458],[-543816,198004],[-555183,201370],[-555357,197033],[-562212,200710],[-556259,204758],[-552642,205653],[-563617,197605],[-570243,194213],[-577298,1771159],[-577544,193172],[-595622,213369],[-592482,217235],[-588984,212559],[-600469,210629],[-610341,56047],[-616753,59308],[-618184,62609],[-616145,53540],[-49594,-68443],[-45444,-101696],[-665459,1692431],[-665473,1690261],[-674218,1686977],[-59601,-122338],[-59754,-118820],[-54086,-119306],[-56521,-116367],[-57963,-134235],[-58937,-130362],[-55051,-146712],[-52666,-147974],[-53368,-148190],[-57926,-149160],[-58065,-148073],[-54627,-144702],[-58855,-191756],[-62370,-191071],[-59686,-200829],[-62915,-17839],[-63457,-17942],[-56320,-73861],[-53050,-74224],[-54986,-77063],[-59429,-81799],[-57349,-80942],[-58319,-80932],[-55873,-84235],[-62889,-86244],[-51626,-100580],[-52682,-101474],[-55108,-99243],[-55341,-101289],[-57210,-100131],[-53118,-97970],[-55319,-95071],[-53238,-95404],[-54182,-104793],[-52497,-114885],[-57051,-104464],[-62954,385464],[-58534,413652],[-71725,-124641],[-71187,-130447],[-69392,-133732],[-75882,-131246],[-70349,-145996],[-74793,-146781],[-73328,-146337],[-70510,-188143],[-66965,-187908],[-70909,-195623],[-72521,-202469],[-75469,-211573],[-74494,-210215],[-64155,-213345],[-72995,-221494],[-69753,-223225],[-70305,-2934],[-74777,-34640],[-74594,-32901],[-70202,-29813],[-74299,-48743],[-75821,-50827],[-73083,-46736],[-74535,-39257],[-74863,-70961],[-68431,-89819],[-72811,-113679],[-71642,17828],[-71519,23999],[-76045,377271],[-68754,31990],[-74961,35716],[-75091,406739],[-71964,421185],[-75868,57379],[-73313,59418],[-71974,64205],[-71809,65059],[-77904,-137293],[-78700,-137527],[-78787,-136980],[-82622,-136757],[-78653,-144034],[-79320,-145101],[-86413,-144747],[-86463,-146568],[-81956,-143781],[-80787,-144763],[-81187,-148542],[-84707,-148454],[-89366,-178243],[-86553,-182758],[-87796,-188348],[-87884,-196834],[-79289,-204398],[-79594,-203393],[-82566,-194266],[-77260,-206957],[-81684,-214565],[-81554,-217826],[-79844,-219101],[-80557,-220958],[-79794,-26850],[-79560,-30932],[-86896,-33842],[-88616,-32398],[-86268,-29475],[-86627,-29401],[-83428,-38897],[-80352,-40738],[-82750,-59123],[-88959,-58194],[-84808,-92319],[-77924,-91726],[-83989,-97303],[-85589,-113769],[-80663,-103737],[-84581,378877],[-78746,421091],[-79966,410870],[-84320,414551],[-80507,424624],[-82577,42682],[-79535,39660],[-84517,44983],[-81400,52508],[-87491,53060],[-86541,58857],[-86059,67058],[-84139,66213],[-81838,65259],[-85127,75987],[-88963,72451],[-83563,73679],[-1013831,1485141],[-1011661,1485127],[-94571,-115404],[-92217,-120809],[-95297,-122495],[-94380,-120579],[-94720,-123504],[-92568,-123066],[-92051,-125826],[-92418,-125373],[-91920,-125400],[-94161,-139730],[-94160,-139731],[-93640,-129964],[-94726,-132248],[-96521,-135338],[-94205,-139238],[-92853,-140669],[-101746,-164951],[-91367,-175068],[-90749,-172031],[-90205,-170623],[-100129,-167233],[-99018,-188913],[-97443,-182676],[-92663,-181620],[-95840,-201841],[-102291,-204441],[-96905,-204855],[-102339,-209931],[-94866,-215531],[-94448,-213834],[-102288,-216298],[-102332,-209065],[-101618,-208400],[-99373,-218502],[-89613,-28012],[-89802,-28141],[-102044,-47130],[-101161,-41032],[-89768,-39100],[-95486,-58641],[-98884,-58458],[-96499,-102001],[-98046,-100561],[-100625,-98372],[-97701,-99917],[-100209,-100854],[-98829,-99096],[-102038,-95623],[-101390,-92933],[-100878,-92697],[-100317,-94561],[-99647,-96279],[-99205,-95073],[-98368,-94824],[-98239,-94599],[-98763,-92985],[-98712,-96270],[-99267,-96551],[-98748,-97324],[-100296,-94519],[-100834,-95979],[-101801,-95678],[-101732,-91531],[-100335,-90524],[-101419,-106789],[-97293,-103326],[-96173,-106630],[-96919,-113217],[-91013,-113058],[-93064,-111734],[-99627,-110466],[-98801,-107660],[-95282,-109831],[-96756,-110471],[-99757,-105168],[-97588,-104692],[-101864,12273],[-95123,11736],[-97203,7215],[-101332,5831],[-92825,18382],[-93756,384625],[-90093,385833],[-89921,402282],[-98913,405734],[-90217,418733],[-95430,414799],[-95776,420515],[-108976,-127638],[-108028,-187939],[-109142,-185705],[-106099,-194238],[-107670,-202544],[-106906,-202008],[-108093,-202836],[-108612,-202818],[-105999,-199216],[-103292,-194280],[-111651,-208132],[-114158,-215788],[-111632,-211445],[-107722,-206330],[-111228,-214827],[-108701,-212919],[-103859,-212982],[-110555,-216409],[-108725,-205666],[-109778,-216817],[-110979,-223542],[-104056,-229842],[-107863,-220623],[-114504,-221520],[-113104,-232633],[-113987,-239434],[-112421,-239813],[-110085,-239859],[-104995,-233751],[-108053,-5069],[-108727,-774],[-107240,-357000],[-107274,-355971],[-107315,-78394],[-106555,-89100],[-105424,-89283],[-103807,-94549],[-105238,-92858],[-104753,-93852],[-103489,-91285],[-103044,-100510],[-102428,-92494],[-106313,-98608],[-103971,-97813],[-104004,-98994],[-105257,-98542],[-107727,-90853],[-102692,-105344],[-103866,-110045],[-104958,-102859],[-109957,132789],[-105985,133714],[-112300,20462],[-109888,22364],[-103843,22829],[-103042,13166],[-105852,14544],[-108427,31917],[-103042,389710],[-113511,41855],[-105682,116001],[-106375,119605],[12474,-147898],[8375,-148605],[3100,-150020],[2817,-152892],[528,-3685],[5192,-1496],[3883,-18704],[1552,-19130],[2517,-26367],[47,-26338],[4129,-28360],[7388,-37391],[8336,-49676],[2799,-48202],[8620,-49811],[4355,2176],[140760,-120632],[132538,-123904],[131929,-116563],[131249,-116202],[140141,-120802],[137611,-119604],[139300,-119769],[139819,-125515],[138960,-125862],[138875,-125635],[132964,-116225],[139778,-123501],[128452,-125514],[139231,-121251],[140701,-122494],[131481,-125249],[135153,-124791],[129634,-125009],[130948,-127327],[132059,-126809],[129460,-115120],[139492,-124709],[139760,-121552],[135152,-125102],[134736,-124068],[134198,-126174],[130993,-122178],[130173,-122954],[129176,-124032],[129221,-124157],[129329,-122661],[130265,-124329],[131079,-124531],[131873,-123362],[132506,-122907],[134264,-120662],[134972,-122344],[134966,-121717],[135254,-121712],[136875,-122052],[137563,-121499],[138409,-121521],[138800,-124103],[138796,-122762],[137671,-122881],[138254,-123865],[137893,-124578],[137679,-124223],[136555,-123455],[135741,-122844],[136038,-125483],[135667,-120269],[129614,-128572],[128364,-63276],[130110,-63488],[128873,-56212],[128579,-58421],[129088,-58271],[130735,-57948],[128843,-59505],[129572,-60355],[131639,-56470],[130175,-57197],[130828,-56751],[131982,-55582],[130459,-53544],[133024,-54339],[133688,-54404],[134728,-54202],[131918,-63610],[132532,-61934],[132346,-61533],[133462,-63756],[132651,-60924],[131096,-59840],[131209,-58485],[129946,-60482],[130345,-58949],[132596,-58073],[133276,-57584],[133832,-57105],[134734,-55996],[134822,-55216],[135881,-54621],[136608,-56715],[135144,-57709],[136870,-56209],[137153,-58716],[135934,-59504],[139706,-58642],[134716,-58215],[133744,-58893],[138985,-53666],[132467,-75989],[132870,-74574],[132481,-74369],[132378,-72950],[131326,-75263],[131532,-74117],[131444,-73353],[130373,-72758],[129658,-73724],[129600,-74515],[130838,-75990],[130464,-75132],[130222,-76038],[129264,-74816],[133880,-76575],[134119,-75390],[132597,-72876],[132745,-73596],[131791,-71034],[130581,-70492],[129911,-71017],[128538,-69911],[128242,-70884],[128424,-67568],[129597,-67009],[129127,-74171],[128745,-72934],[128312,-65219],[129437,-64377],[129418,-64974],[131893,-64672],[134119,-65578],[133739,-66780],[132471,-68131],[136724,-75145],[134757,-73708],[133512,-70466],[134875,-71207],[134307,-70132],[133825,-68425],[133132,-65234],[131929,-65741],[132457,-67000],[132039,-74707],[129560,-89176],[128429,-89259],[128351,-86834],[128516,-85481],[132829,-85986],[134135,-85654],[133458,-86799],[131701,-84467],[132639,-83384],[132555,-88174],[134420,-88301],[133749,-87211],[135307,-86062],[136849,-85695],[137286,-85541],[129048,-88484],[128280,-80873],[129221,-82323],[128781,-83700],[129090,-83833],[128146,-77675],[129143,-85403],[138388,-84519],[139758,-87735],[138720,-82815],[137769,-83611],[136697,-82106],[137933,-81455],[137854,-80486],[137388,-79290],[136943,-76774],[138570,-84997],[137673,-84694],[139198,-84421],[133311,-76989],[134134,-80493],[133067,-79013],[133806,-77966],[135275,-77866],[128343,-76987],[128783,-78484],[128453,-79647],[129028,-81011],[129970,-81790],[131471,-81847],[130165,-81192],[129415,-79403],[138153,-76690],[139111,-81732],[133760,-82694],[134002,-83923],[134858,-83052],[134127,-82167],[133616,-81812],[135106,-81003],[135551,-82129],[135933,-81703],[135918,-80312],[136348,-79763],[135461,-79627],[135801,-78419],[132603,-78000],[129270,-98073],[130651,-97197],[128757,-92006],[128624,-93116],[130287,-91962],[130898,-92191],[129536,-90456],[131059,-89784],[131065,-101969],[132250,-102040],[135560,-98590],[136754,-99436],[138402,-98159],[132655,-99683],[137427,-97626],[132755,-100273],[137187,-91542],[135553,-92226],[138014,-91939],[135839,-90539],[136725,-93219],[135283,-95631],[137192,-95372],[136634,-96428],[134696,-97022],[134919,-98161],[136476,-96125],[135995,-96935],[139908,-93363],[138913,-93413],[137833,-92909],[140548,-94725],[139543,-94187],[138736,-94661],[137477,-95350],[139399,-95446],[138228,-96535],[140531,-95463],[139769,-96580],[139513,-97046],[140040,-99453],[140455,-102160],[139178,-100501],[138543,-101776],[137229,-100755],[135333,-100428],[140543,-93866],[137598,-91775],[137553,-91503],[136712,-90850],[138808,-102697],[131202,-102952],[132560,-102622],[140613,-106470],[138566,-105414],[138421,-106450],[138277,-108155],[131131,-109984],[134669,-110903],[139344,-108963],[139163,-109940],[138949,-109505],[140553,-109655],[140205,-109758],[140187,-110803],[131609,-111121],[138935,-110492],[134394,-112941],[132688,-110477],[135811,-110334],[134760,-109708],[133248,-111706],[137105,-107375],[134250,-113365],[131452,-110685],[137379,134511],[129583,131333],[132058,300110],[130101,305917],[138429,320110],[133077,314208],[137962,315283],[137273,326990],[136003,324677],[132918,329969],[131619,326664],[129934,346668],[137538,124912],[140866,-123046],[142222,-125686],[142727,-126450],[143413,-126192],[151039,-116307],[152829,-117477],[151957,-115587],[150258,-116283],[141038,-126334],[144908,-124693],[144768,-124343],[152514,-123280],[151744,-119158],[150276,-118476],[144895,-123517],[150563,-117159],[149957,-116582],[145211,-125379],[144032,-123640],[145205,-130021],[146052,-131791],[151595,-131932],[145195,-131462],[146311,-132087],[145693,-132830],[146116,-130308],[146744,-134401],[148076,-133333],[148981,-133758],[149613,-132804],[151007,-132869],[150432,-131557],[143851,-130355],[143681,-130603],[148230,-137767],[147469,-139234],[147376,-138937],[143883,-132043],[144556,-133109],[146682,-138260],[152849,-142366],[151926,-144165],[151367,-142304],[150439,-142533],[152281,-140844],[152660,-143111],[152512,-142010],[152870,-143637],[151162,-140934],[146517,-162283],[152238,-164803],[147827,-163298],[147701,-160900],[145491,-161397],[145582,-163636],[151802,-168076],[143740,-202780],[145879,-50986],[149211,-57436],[149757,-59675],[142188,-61911],[146572,-52143],[147137,-51804],[148896,-52763],[149562,-53529],[150683,-53793],[149525,-54086],[151722,-57812],[151425,-58033],[153047,-60713],[153519,-64424],[151435,-68201],[153013,-67641],[153183,-68940],[153282,-71638],[153137,-75909],[152714,-73237],[142670,-75445],[151272,-75341],[152081,-76482],[151543,-75239],[151765,-88203],[150035,-88879],[151227,-86350],[152747,-85659],[151322,-85460],[150910,-85492],[149994,-86446],[149435,-86625],[148733,-87137],[147613,-86431],[148508,-86171],[146389,-86725],[148382,-87727],[147520,-88491],[145110,-88344],[144866,-88666],[145672,-86214],[145095,-86128],[150644,-79411],[152546,-79046],[145182,-88651],[149192,-78297],[142971,-76715],[141864,-77116],[141894,-78047],[140807,-97307],[141792,-99058],[144477,-98269],[144275,-99783],[144998,-100546],[143311,-101554],[142153,-101443],[149810,-102191],[149756,-100702],[148218,-101804],[149890,-101862],[150932,-100641],[150498,-98908],[152119,-99064],[152103,-100590],[142182,-95216],[143761,-95064],[141476,-94155],[141921,-94149],[142698,-94095],[143933,-93685],[144710,-93383],[147008,-91900],[147218,-93466],[146610,-94595],[148628,-94422],[147631,-94971],[147473,-96288],[148342,-97929],[147194,-97345],[149412,-98112],[148015,-98944],[147329,-98281],[149178,-99714],[152811,-98418],[152588,-99569],[149922,-89636],[148545,-90550],[148033,-91077],[150197,-91973],[148355,-92408],[148929,-91440],[147974,-90699],[147523,-91364],[146788,-92591],[146582,-92379],[146764,-90300],[144211,-89586],[146640,-91039],[144395,-91595],[143108,-91690],[142912,-92217],[141827,-92106],[144584,-99606],[143803,-101422],[149621,-101148],[144288,-90238],[141471,-93718],[145676,-101957],[145986,-100559],[150945,-99807],[151606,-101959],[151906,-101311],[152027,-101537],[152695,-100899],[153018,-101199],[141778,-107148],[142244,-109340],[141564,-109396],[144896,-105550],[144790,-103959],[144221,-106390],[146990,-102255],[145251,-106982],[143084,-107613],[142594,-107025],[152277,-112170],[141631,-107090],[149916,-107977],[149564,-109337],[143255,-110556],[148672,-109052],[148393,-108663],[147047,-110239],[147690,-110997],[146456,-112094],[145931,-111533],[145180,-111001],[145526,-109852],[144577,-109855],[143694,-111089],[147352,-106903],[149747,324202],[150735,339334],[141813,335960],[154225,349428],[153096,346213],[154843,-127535],[156109,-173043],[160536,-174504],[165404,-174442],[153850,-166577],[164765,-174413],[163245,-171995],[161412,-174267],[162067,-174178],[155756,-191072],[163025,-181219],[156715,-184164],[164853,-183266],[156346,-189261],[157532,-190965],[157255,-185783],[157289,-184242],[160870,-196929],[161437,-197944],[164558,-195603],[162562,-198185],[164221,-196597],[161122,-199685],[154411,-63169],[155226,-63576],[154785,-61384],[154247,-59443],[154657,-60138],[155925,-60851],[155395,-64889],[157329,-66093],[153889,-67825],[154360,-70498],[154106,-71088],[153652,-72780],[154908,-72260],[154363,-75173],[154440,-100655],[154081,-98870],[155130,-98629],[157499,-101455],[157328,-101705],[156665,-101005],[156388,-108828],[156774,-109607],[158283,-104067],[157816,-103210],[158762,-104977],[157455,-110626],[159664,-106629],[161701,-105594],[159886,-104638],[154790,-113371],[159512,-107510],[155833,-109222],[155965,-108949],[161090,-106156],[156455,-110681],[154987,312627],[161576,315339],[156559,332083],[163869,342460],[163712,362242],[171316,-176876],[170909,-176555],[177121,-181982],[177258,-182188],[170288,-179429],[176976,-184841],[176921,-189652],[178617,-188488],[178888,-185369],[174848,-181480],[173044,-185734],[172978,-185325],[175541,-182692],[174571,-186254],[171444,-188953],[170069,-180749],[177430,-183738],[176910,-184432],[170739,-188142],[167216,-201003],[167360,-200583],[170383,-199788],[167425,-200588],[168785,-203067],[170472,-202921],[174016,-192717],[175235,-192676],[178050,277408],[173332,293123],[174203,288345],[174740,282065],[179082,282491],[178426,300268],[170602,306620],[176933,300793],[175177,299689],[170129,308968],[168010,322046],[175700,359811],[167664,364143],[176569,409941],[184498,-187422],[181575,-186436],[183498,-186046],[184559,-187385],[179408,-184122],[179807,-190112],[184734,-189290],[179802,-187886],[179630,-186336],[184207,-188935],[181840,-188718],[181879,-188618],[183679,-189323],[179282,-188580],[179348,-188989],[185664,-200598],[187117,-200476],[186186,-203235],[187190,-200437],[187113,-203749],[183185,284404],[180895,298887],[182329,302447],[185479,299706],[185978,330533],[185097,326533],[182262,338056],[180590,344277],[181371,397282],[198990,-203540],[200346,-204561],[195661,-203584],[200492,-200425],[201591,-201412],[199549,-202466],[196452,-204392],[200242,-202661],[195933,-204419],[200640,-202287],[200411,-204794],[199592,-206644],[199676,-205799],[197594,-205045],[199423,-205454],[202150,-205937],[192317,-226845],[192711,-225547],[192796,-217427],[192502,-229997],[196638,-230054],[193220,-229659],[200000,-229459],[195825,-228534],[198564,-229469],[199539,-228448],[193820,-229501],[197393,-229871],[202138,303940],[193104,303986],[204432,314100],[198899,317414],[203626,320799],[204651,326831],[193396,328642],[194482,325979],[195847,335306],[208811,-197869],[209733,-203056],[208453,-203176],[207237,-203880],[208483,-200400],[205012,-202824],[207593,-199225],[204897,-202454],[211099,-199439],[209095,304133],[204842,329542],[21337,-140433],[20541,-145360],[13055,-12454],[14375,-13076],[18251,-15742],[18570,-47907],[22636,97341],[332464,611600],[326440,609299],[330799,612485],[337380,607392],[335628,610683],[344012,624121],[332912,614950],[343980,623781],[341653,624938],[345577,623046],[352584,620763],[351814,619615],[353741,620052],[354177,617285],[352893,618036],[352656,616334],[348839,617608],[349558,615817],[348820,616378],[346678,624933],[349780,621749],[346884,622931],[347411,623255],[346836,619599],[348168,620601],[354422,618803],[353441,619926],[34097,-21154],[32842,-17245],[30761,-22645],[27744,-22195],[25935,-21227],[28207,-18310],[29455,-15029],[35284,-26187],[33825,-30652],[33865,-29610],[25931,-45015],[37708,-55003],[33618,-56350],[36732,-82581],[38037,153152],[30357,144406],[25679,142122],[43390,-20102],[49310,-20837],[45760,-25058],[50726,-26466],[39699,-94721],[48535,146223],[44044,145533],[58043,-32427],[56978,-26383],[59899,-41445],[63930,-40018],[72000,-404],[70564,-9019],[73879,-22862],[69935,-29016],[74003,-29167],[70269,-39075],[73360,-42612],[71639,-44962],[69832,-40549],[65764,-44138],[64989,-44365],[70113,-51698],[64067,-54510],[66799,-54055],[75930,-74248],[74612,-67985],[73064,-101813],[72805,-101011],[73698,-100907],[72636,-100434],[73164,-99242],[71180,-101297],[75033,-96125],[74652,-97105],[72110,-104027],[74981,4468],[74893,3524],[75502,17559],[73075,66433],[75626,117148],[77817,-28784],[79279,-27697],[84446,-33590],[80730,-34455],[83730,-37562],[87202,-33289],[85869,-36573],[84559,-36983],[88274,-38849],[84037,-38283],[81961,-44153],[78688,-39871],[77629,-38691],[78186,-39249],[80266,-38825],[79583,-55565],[82801,-63061],[80373,-58853],[78632,-70438],[84109,-70716],[82115,-71230],[84392,-67546],[88295,-85051],[77671,-99057],[77711,-100785],[79928,-97205],[81060,-97547],[82079,-96963],[78039,-97539],[78863,-98445],[77084,-96727],[77262,-95614],[85038,-97883],[84831,-96311],[82520,21245],[78668,38499],[79151,32201],[78762,25851],[83704,35133],[80212,45876],[81544,45272],[88302,619159],[80769,63182],[79836,53604],[78582,57181],[78673,68711],[77393,78696],[87038,77167],[85300,81975],[84850,109991],[102054,-8736],[96957,-24386],[93331,-23036],[91624,-19613],[90694,-18128],[98418,-33101],[98879,-29975],[96346,-36966],[90305,-35303],[91427,-26839],[93456,-26674],[92006,-39425],[89712,-41433],[98919,-42874],[89987,-70281],[97265,-75456],[99615,-79202],[102064,-105200],[97450,-108615],[95555,3937],[91058,40009],[97328,111173],[101069,106034],[89978,115946],[96150,116117],[101543,119530],[109833,-126339],[109639,-125056],[109065,-127130],[109868,-125264],[112656,-119595],[113976,-120001],[113289,-120409],[112374,-120273],[112244,-144911],[112486,-145426],[112218,-147032],[111931,-144747],[108463,-6666],[113622,-14713],[104196,-31505],[106088,-29780],[102561,-32148],[109118,-40163],[105069,-86641],[102512,-101850],[115177,-93754],[113580,-93019],[109981,-90071],[111253,-91862],[113612,-92679],[107945,-105186],[105228,-106117],[103538,110503],[105677,114589],[114462,110806],[112626,103155],[106688,108679],[103762,108901],[104248,118143],[112757,120960],[106721,126564],[111809,126263],[114109,124087],[126561,-124338],[126808,-124801],[126405,-126280],[124759,-129462],[125744,-130459],[124626,-130692],[126547,-130705],[119645,-23195],[117744,-26523],[117424,-34166],[118006,-37657],[121807,-63012],[124254,-63466],[123373,-63319],[126171,-62614],[125904,-61939],[126667,-62140],[127906,-61534],[127949,-56926],[126879,-59405],[126209,-59075],[127871,-59939],[124767,-76002],[125030,-74196],[125623,-75575],[126121,-70398],[127925,-68815],[127855,-67098],[126741,-67909],[126281,-68759],[126071,-68221],[125487,-68329],[125580,-69313],[124227,-69418],[123348,-70432],[122287,-70654],[121727,-71466],[122009,-72361],[123270,-72118],[125275,-71571],[126346,-73136],[127995,-73257],[127345,-74652],[126518,-74011],[127455,-75600],[127051,-75157],[123151,-73662],[120909,-73789],[123382,-76284],[119563,-68543],[119906,-70007],[118902,-71707],[119826,-72944],[119370,-72057],[119322,-68916],[120050,-66623],[121244,-64839],[123488,-65713],[125262,-64835],[123786,-64549],[125578,-63899],[126217,-65181],[127107,-66066],[127854,-64339],[126914,-88431],[126785,-84969],[127981,-85640],[125698,-80983],[127717,-80037],[127754,-79175],[125915,-79843],[126445,-81797],[127267,-83594],[127869,-79026],[127157,-78382],[125273,-77188],[124012,-77438],[127324,-77311],[126170,-97821],[125520,-93970],[123777,-99515],[122493,-98764],[122256,-100466],[127842,-96379],[120834,-101480],[120314,-101450],[118420,-100422],[116278,-91867],[119380,-95051],[116484,-93869],[117011,-93545],[118544,-94154],[127528,-91922],[119307,-97226],[124022,-97997],[123041,-96874],[127060,-98681],[123341,-96748],[121414,-97185],[122184,-96037],[125432,-96013],[126191,-97282],[119552,132300],[120480,133656],[123275,130540],[119203,326783],[115527,340051],[124386,113218],[127110,110024],[123572,110726],[127020,117624],[-125121,93976],[-140748,145732],[-138072,110227],[-171688,47737],[-231681,-12430],[-236160,-74880],[-236738,-74282],[-233541,-79499],[-6677,-13486],[-8548,21686],[-10979,26450],[-9339,27047],[-4050,52635],[-2720,53567],[-7160,66599],[-9134,65401],[-5706,70706],[-9640,67357],[-213,80681],[-10283,77771],[-247369,24687],[-253453,21425],[-243366,35114],[-244274,40715],[-263937,-57438],[-265343,-71083],[-17441,-10100],[-21915,-40850],[-23203,12482],[-25187,16248],[-20241,18984],[-22213,25144],[-17069,23743],[-22181,24035],[-23956,23032],[-15707,19867],[-15313,21285],[-23150,14420],[-20858,14430],[-19014,17113],[-17137,17175],[-18315,17240],[-17826,18169],[-22062,15318],[-22498,30080],[-24041,45759],[-22357,52603],[-12955,66319],[-16276,68554],[-16896,73310],[-14496,66850],[-27110,-38526],[-29787,-46121],[-28032,-64266],[-36930,-73267],[-38173,10717],[-36130,10860],[-32003,8833],[-26282,11203],[-27035,10791],[-29029,10564],[-27465,8743],[-30429,8395],[-27961,18029],[-31587,20493],[-29665,23218],[-27517,24970],[-32193,24232],[-35906,23984],[-35835,21337],[-36990,22083],[-36805,24572],[-37411,24914],[-25910,14853],[-28391,13886],[-31636,13735],[-36842,23596],[-33410,33850],[-28265,26837],[-35036,28183],[-36718,37740],[-37902,38272],[-30860,28966],[-27922,29861],[-31546,25983],[-28473,29010],[-32626,26168],[-30688,32972],[-30652,43050],[-31900,42473],[-28830,44457],[-37074,39374],[-37188,40749],[-34552,43447],[-29949,46284],[-31921,46311],[-30126,50525],[-32402,47507],[-32536,48922],[-33267,46641],[-35691,46465],[-36290,43993],[-34166,40120],[-36066,38901],[-38351,40894],[-38019,59498],[-31549,60236],[-33733,60115],[-39927,24877],[-41212,24659],[-46191,16086],[-41921,32148],[-41671,33787],[-40783,35054],[-40323,33514],[-44938,41909],[-46002,41578],[-57095,-74864],[-62813,-72311],[-63657,-74613],[-56020,-82045],[-58946,-90782],[-59811,392530],[-63588,95238],[-68302,-79490],[-67862,-88190],[-82839,-33349],[-89023,86646],[-84927,82914],[-87290,94906],[-85653,92698],[-85302,96927],[-84006,98102],[-84706,95233],[-90122,73853],[-90649,71000],[-91133,77361],[-105749,57703],[-115121,66788],[8301,-8581],[5481,-14546],[11958,-17099],[12688,-13085],[12575,32846],[11045,33627],[8826,34149],[12524,39570],[8679,40032],[10516,41851],[12582,43607],[9284,42588],[9936,45685],[10889,50277],[8029,47615],[2151,46045],[6347,51560],[6524,54324],[8849,52083],[11152,57145],[2049,70095],[12262,76536],[10464,65125],[12734,76128],[231,72033],[18420,-10467],[20496,-13504],[25407,128757],[16725,37746],[14782,36209],[13256,35721],[25010,37271],[21320,36021],[18650,34670],[19720,38382],[17467,37297],[14904,33464],[13451,34156],[15655,32777],[16196,38856],[14972,40576],[17073,46337],[20865,40683],[22165,40402],[16011,63009],[15671,72157],[21409,73829],[13031,67817],[25368,78407],[24787,81417],[22945,82710],[23981,77339],[23373,82088],[21366,101618],[24075,107732],[15913,115413],[24887,123986],[34792,-24614],[28636,-18934],[36422,-27989],[31853,-29234],[30699,-29839],[30311,-32784],[28922,-34272],[27023,-27162],[28866,-29358],[32678,-39487],[30116,130017],[37506,130419],[31345,134004],[37415,40495],[34907,41467],[30518,39660],[26421,42138],[25604,42870],[28301,42218],[26552,73386],[31576,73319],[32692,70896],[32304,71690],[32095,74084],[25624,80066],[28621,81358],[32606,83734],[34748,79066],[33258,82492],[36481,86972],[34138,78675],[26473,109974],[34251,113358],[31903,110525],[37615,117290],[38435,-54933],[46134,36440],[47901,38367],[40677,38254],[50924,33679],[47889,40647],[44765,40463],[45220,43669],[42418,38727],[41165,40755],[41390,46356],[51062,45572],[47634,47019],[43257,48130],[48338,50689],[48108,56463],[44595,62112],[50679,58274],[48838,52564],[46151,56353],[42065,62018],[45440,61274],[40451,63374],[45258,66133],[47578,67586],[45875,67290],[39513,64537],[39035,74648],[39108,75796],[46120,87186],[50431,89747],[50834,86139],[46161,85291],[48612,78439],[49270,80709],[48050,109554],[39402,110123],[46922,114039],[39565,118019],[55783,-36072],[54694,1193],[53512,37107],[57607,45827],[51452,51197],[57174,46850],[59534,45544],[57764,50887],[56120,40385],[52844,49976],[53327,51245],[54591,39501],[57134,42931],[51943,52647],[55586,54019],[55461,55821],[54679,55213],[53081,56715],[60083,53449],[58729,55312],[57537,54878],[57285,53743],[51553,62440],[51369,54848],[54345,66433],[55349,66865],[52635,66877],[53466,70999],[53716,69663],[52614,86111],[62225,88077],[58222,84631],[54861,81545],[60238,97462],[58078,98870],[61724,100802],[61481,102550],[56469,103661],[57036,108756],[57266,111013],[54356,115640],[64342,91821],[97764,-18290],[-518395,-158155],[-518567,-156475],[-515231,-157269],[-133006,-433670],[130936,-343321],[34089,-365442],[34185,-366383],[34884,-368557],[37398,-373738],[37283,-375341],[48581,-351242],[48863,-355969],[50185,-352893],[39604,-374400],[43307,-373102],[42954,-374670],[48361,-376147],[43354,-378758],[40553,-373468],[38653,-371068],[45394,-384923],[58028,-352857],[63082,-357005],[51929,-353519],[59236,-362479],[57683,-367295],[61189,-361950],[58328,-361315],[58387,-364096],[55116,-381951],[51953,-380378],[52808,-381564],[59433,-373257],[58351,-374817],[52418,-391958],[53267,-391346],[75934,-337015],[71327,-344668],[69741,-348840],[75617,-369772],[72971,-361674],[66443,-372981],[81261,-335535],[85431,-339175],[78193,-342915],[78957,-339815],[81773,-339683],[79338,-339814],[78575,-370340],[88106,-367760],[81183,-365155],[79594,-362807],[92445,-342931],[99823,-340897],[97778,-356538],[91837,-359401],[104670,-336324],[106923,-339860],[103574,-333484],[106255,-342581],[103570,-349753],[107672,-352619],[108111,-346289],[109205,-354814],[127677,-344286],[118797,-346313],[-66068,-400650],[37900,-356890],[37815,-355295],[37307,-365828],[37026,-365303],[36690,-365635],[34534,-363881],[34440,-365709],[36188,-367275],[35400,-359800],[36044,-360399],[32688,-359569],[33586,-358629],[35506,-358895],[38353,-363074],[36311,-374076],[34483,-376528],[34126,-379736],[31004,-390951],[32243,-389135],[29447,-387823],[34933,-384969],[35324,-384346],[37177,-385856],[39782,-351868],[43891,-357377],[46222,-353242],[47081,-353513],[47190,-351847],[41388,-360960],[40920,-360630],[40013,-361740],[45625,-358403],[40692,-372067],[40302,-371465],[39293,-380671],[41194,-378913],[40096,-374328],[39127,-384181],[59984,-372481],[58635,-373519],[54722,-380004],[76082,-340588],[74220,-341272],[74762,-359500],[65571,-367844],[80921,-361441],[79758,-362133],[-43422,-405062],[-49346,-413847],[49615,-357042],[50636,-353465],[48200,-350312],[42826,-357964],[50116,-366478],[42971,-373431],[47861,-372406],[45096,-384921],[52931,-345190],[57336,-349870],[59254,-349977],[63448,-357288],[62984,-350822],[63158,-364640],[58314,-366121],[53666,-364627],[62796,-361853],[55959,-360049],[57410,-364401],[61013,-363302],[59562,-361088],[63662,-362530],[59700,-359050],[60965,-360872],[52040,-382377],[53615,-375675],[53386,-375267],[62734,-372607],[68653,-338471],[68052,-341157],[64990,-341433],[73959,-355149],[75237,-355515],[68130,-352768],[67480,-354250],[69301,-353120],[67536,-350798],[75247,-367698],[65234,-358739],[68482,-359440],[71027,-362328],[69777,-367097],[72814,-367415],[73985,-374161],[74777,-374182],[76947,-344283],[84122,-355104],[87116,-351140],[78200,-354958],[84627,-347499],[83492,-347308],[80930,-346288],[80224,-364719],[80597,-368910],[85422,-369479],[88536,-369994],[88133,-360370],[86509,-364022],[101248,-342739],[92739,-356052],[99136,-353390],[97124,-361301],[95518,-361056],[94555,-365024],[105591,-345035],[110758,-341171],[106061,-338383],[109381,-342034],[104566,-354613],[102861,-347834],[103376,-353842],[107017,-356679],[110270,-354324],[107545,-348600],[105835,-360155],[103668,-365898],[-35748,-419400],[49379,-380072],[58857,-354827],[59210,-356990],[62902,-370280],[58003,-380666],[62467,-372237],[54445,-382436],[61057,-378049],[61022,-377048],[59102,-375985],[52190,-385546],[74144,-355092],[71745,-350261],[71077,-356769],[74970,-346090],[71595,-345640],[72569,-359060],[71112,-362778],[65745,-359372],[69673,-367913],[70759,-365449],[84150,-356591],[77738,-348306],[79981,-354682],[78191,-347015],[84995,-353597],[78750,-353289],[84226,-358708],[84997,-363427],[79377,-365173],[84249,-362830],[88815,-362840],[92222,-364690],[91614,-361321],[103503,-365511]] \ No newline at end of file diff --git a/src/gathering/a11924.json b/src/gathering/a11924.json new file mode 100644 index 0000000..96caaa1 --- /dev/null +++ b/src/gathering/a11924.json @@ -0,0 +1 @@ +[[-1284523,1516700],[-1281290,1547989],[-120223,-319298],[-125830,-320290],[-123752,-328285],[-117261,-332390],[-117478,-331277],[-117168,-331217],[-116626,-333697],[-118887,-333905],[-124312,-445892],[-125192,-447030],[-123619,-444560],[-123911,-445552],[-121216,-467373],[-117211,-465511],[-122209,-472291],[-121204,-467774],[-116968,-465292],[-122197,-472693],[-120846,-467222],[-121484,-467028],[-117435,-465887],[-116652,-572003],[-117241,-571288],[-119746,-569308],[-117435,-571541],[-125909,-68182],[-123316,165293],[-123347,166185],[-120529,162261],[-122422,36585],[-119979,29491],[-125614,32235],[-119204,35970],[-122464,35746],[-120544,31658],[-124964,30605],[-120230,38246],[-120838,37570],[-120795,37549],[-122019,30809],[-124366,31165],[-119804,35996],[-121114,34846],[-120947,31917],[-124809,32322],[-119742,36798],[-125308,37873],[-125274,36269],[-126734,35807],[-126759,35988],[-124845,40324],[-119146,38808],[-126135,39488],[-121371,39061],[-119040,39186],[-137316,-300052],[-133193,-302497],[-131903,-301344],[-133426,-300801],[-138761,-320047],[-131327,-548702],[-130034,-548996],[-131239,-548978],[-129612,-549810],[-130009,-550131],[-129880,-549620],[-130478,-549707],[-130334,-550346],[-128322,-551154],[-133477,-63423],[-136136,-63059],[-135993,-62179],[-134504,-62192],[-135049,-59598],[-138546,-62207],[-137636,-63040],[-128925,-69524],[-131120,-68466],[-130721,-70232],[-134667,-65414],[-134035,-68189],[-136784,-67438],[-139633,44941],[-132903,41095],[-132700,41273],[-134119,41379],[-128048,41177],[-139250,43556],[-133976,41637],[-128258,39679],[-142481,-137530],[-141477,-138280],[-142459,-138348],[-141866,-137491],[-150196,-128677],[-153387,-130691],[-153033,-131441],[-153172,-131087],[-153380,-130518],[-150136,-128468],[-148284,-128075],[-144214,-305638],[-151989,-302487],[-147249,-301393],[-148685,-302982],[-149683,-303804],[-150358,-303751],[-153494,-310155],[-150258,-308129],[-149335,-308095],[-144848,-308717],[-148805,-314088],[-147372,-312654],[-148736,-316567],[-144647,-315939],[-147790,-317665],[-141783,-325330],[-144445,-321771],[-147706,-329019],[-150759,-330783],[-151610,-322536],[-143693,-324367],[-152762,-328397],[-150927,-330744],[-149829,-455666],[-151668,-455608],[-151047,-451237],[-152234,-455529],[-150373,-456246],[-151025,-457390],[-145539,-465726],[-153557,160830],[-143348,49020],[-141123,44318],[-143604,48234],[-143686,48120],[-141571,49310],[-141403,45605],[-154095,-125507],[-154594,-125415],[-155360,-124641],[-155246,-124279],[-154257,-130222],[-154518,-130477],[-154977,-130260],[-155923,-129825],[-155534,-130178],[-161590,-306621],[-163517,-301076],[-160044,-305312],[-156625,-301259],[-158656,-303066],[-158070,-304805],[-154864,-312278],[-154540,-308744],[-161682,-308156],[-157717,-312281],[-162979,-308657],[-155003,-319375],[-164712,-315543],[-156871,-318328],[-163337,-314805],[-159473,-317511],[-159723,-321184],[-161666,-329022],[-165665,-321021],[-156118,-320404],[-153700,-324602],[-157874,-323159],[-156616,-327519],[-160503,-327950],[-165201,-334097],[-154560,-447195],[-165457,-458802],[-165083,-458581],[-166272,-459280],[-153991,-455214],[-154757,-449447],[-154616,-455835],[-159098,-461344],[-157549,164282],[-157583,161732],[-158458,158099],[-165592,164412],[-156542,165748],[-156454,165561],[-157992,162585],[-158011,161997],[-155808,159199],[-155125,158796],[-158893,158295],[-159554,159163],[-165468,165845],[-176886,-145771],[-177135,-141655],[-176972,-145924],[-174806,-142579],[-174228,-143496],[-174719,-143308],[-176375,-144466],[-176751,-145722],[-177504,-141979],[-177530,-141775],[-175040,-142130],[-175089,-142645],[-174574,-142826],[-176511,-144267],[-176314,-144839],[-175928,-143758],[-178330,-142632],[-167835,-300925],[-167302,-299811],[-169295,-299464],[-168624,-301519],[-171838,-300949],[-170507,-303117],[-172167,-303006],[-169675,-311291],[-167013,-311650],[-167086,-327281],[-173704,-325656],[-167929,-325974],[-173649,-322006],[-172145,-329828],[-167458,-337551],[-167485,-338203],[-169652,-340302],[-173330,-341190],[-171558,-336003],[-170124,-341576],[-175889,-336539],[-176561,-337241],[-166752,-458829],[-176765,-530277],[-172934,-535260],[-170122,-536307],[-170582,-536404],[-171250,-536236],[-167201,-533377],[-174275,-536426],[-167019,-534031],[-167726,-538147],[-178016,-546473],[-177946,-542580],[-177741,-544291],[-176957,-544377],[-172335,-537660],[-168479,-538948],[-171056,-539717],[-170580,-542916],[-169131,-541977],[-168297,-540127],[-168713,-542184],[-172108,-537861],[-172843,-542058],[-171576,-566201],[-170647,165652],[-168930,164785],[-170916,164709],[-170991,165256],[-168195,166482],[-167533,167544],[-170350,166603],[-168300,167396],[-175989,292184],[-177902,302883],[-177867,301193],[-180621,-144668],[-180816,-140999],[-181052,-142757],[-191283,-262845],[-191975,-261465],[-191421,-260390],[-191348,-260099],[-189981,-261082],[-189624,-261029],[-190901,-263079],[-191675,-266137],[-191100,-262780],[-189796,-261227],[-190153,-280398],[-190873,-279290],[-191674,-277544],[-190641,-278978],[-190568,-280491],[-188696,-280445],[-191648,-280287],[-191494,-277824],[-189928,-277326],[-188777,-280719],[-191991,-278841],[-186132,-298659],[-190797,-506361],[-179576,-524317],[-179735,-523887],[-181468,-528921],[-182414,-532465],[-181801,-536152],[-181617,-529479],[-179258,-544062],[-181796,-544724],[-185515,-549036],[-185459,-547306],[-184272,-544008],[-182901,-541355],[-180769,-550530],[-190143,-562768],[-182536,-553188],[-184987,-554633],[-182522,-551393],[-188138,166596],[-188730,164848],[-188529,164522],[-187343,166510],[-189243,166435],[-189635,165374],[-189108,241902],[-181910,252595],[-187617,245039],[-188449,292664],[-182583,292564],[-187180,303585],[-181227,299272],[-180234,295311],[-179373,305304],[-186204,302615],[-184879,298294],[-194230,-266733],[-197748,-264896],[-193193,-265874],[-197495,-264544],[-196653,-265356],[-203810,-267058],[-192101,-261560],[-193036,-267483],[-197528,-265562],[-201292,-269678],[-196342,-270388],[-193254,-269431],[-193920,-281023],[-194241,-279932],[-200636,-279710],[-201460,-278933],[-200335,-278568],[-202606,-277662],[-203156,-278595],[-202932,-278883],[-200098,-274684],[-199690,-273570],[-198913,-272798],[-196752,-275584],[-196602,-274720],[-195702,-276690],[-193951,-276749],[-193112,-277432],[-194298,-278236],[-195167,-281104],[-202530,-269511],[-197275,-269744],[-194259,-269479],[-197450,-277905],[-202084,-268650],[-196363,-271365],[-192646,-270564],[-193337,-279272],[-194662,-280080],[-203142,-278913],[-200987,-276015],[-199494,-273666],[-193583,-280286],[-203508,-269953],[-196249,-271437],[-192615,-271221],[-192475,-278894],[-192624,-279923],[-201796,-280486],[-202158,-280287],[-201057,-280322],[-201085,-279182],[-201438,-279440],[-200194,-274810],[-198616,-272779],[-196445,-275353],[-198437,-284086],[-198747,-285446],[-195004,-282019],[-200756,-282492],[-201744,-281472],[-199484,-284093],[-198571,-284251],[-198546,-285439],[-199764,-285639],[-204719,-282784],[-196269,-282173],[-195232,-440404],[-198345,-438887],[-193047,-509221],[-193117,-510791],[-193839,-509745],[-195973,-550022],[-204119,-581319],[-203526,-583658],[-201297,-585848],[-203900,-587856],[-200116,153768],[-200215,153183],[-198575,153692],[-197905,163901],[-198789,157801],[-199310,162004],[-198871,155680],[-204246,165275],[-195917,164433],[-195841,164723],[-198276,162138],[-198565,163168],[-200264,159306],[-199556,158540],[-200616,161104],[-200978,161753],[-198346,157159],[-197401,156687],[-194425,166645],[-194442,166871],[-216962,-254169],[-216051,-253564],[-216296,-255298],[-215405,-253083],[-216281,-255750],[-216594,-253335],[-205390,-266973],[-209170,-267026],[-210104,-264942],[-214745,-262018],[-216172,-257668],[-213214,-257792],[-211615,-261445],[-205852,-267360],[-207007,-267130],[-209959,-263099],[-215762,-263568],[-216941,-256555],[-215576,-257187],[-210873,-259716],[-208610,-266606],[-208745,-263419],[-215303,-264185],[-215134,-257838],[-210349,-260751],[-204948,-268442],[-209104,-266516],[-207808,-263836],[-214052,-262447],[-213249,-257455],[-210818,-260420],[-209280,-271303],[-205968,-271444],[-209471,-271512],[-207336,-269832],[-210941,-269901],[-206461,-271617],[-210781,-269740],[-209075,-272327],[-205392,-282653],[-204881,-283679],[-215433,-419900],[-215388,-419824],[-215663,-419882],[-213923,-429432],[-214060,-429373],[-214103,-429452],[-211242,-457850],[-211372,-455896],[-211577,-458538],[-210766,-458896],[-210713,-460043],[-211670,-453503],[-211536,-455641],[-212044,-457234],[-211709,-460342],[-212090,-456925],[-211776,-457854],[-210216,-460610],[-210135,-461325],[-210190,-461251],[-213572,-567350],[-214300,-569971],[-214726,152894],[-212193,152506],[-215586,152463],[-214031,152070],[-213208,151467],[-211208,151455],[-205294,164514],[-205085,163696],[-213253,235107],[-211004,235244],[-210797,241362],[-227918,-177194],[-229827,-177714],[-230385,-176649],[-229392,-174147],[-227469,-176909],[-227609,-174825],[-226389,-175311],[-230192,-177518],[-224961,-178267],[-226188,-178813],[-226798,-177996],[-230031,-173846],[-227198,-178771],[-227858,-180024],[-228262,-179797],[-226544,-179014],[-228144,-180072],[-228756,-180001],[-229885,-179912],[-229672,-248256],[-229836,-253329],[-224415,-252262],[-222085,-254484],[-224257,-255539],[-219000,-251969],[-228256,-253027],[-224892,-252089],[-221806,-254620],[-223870,-255152],[-222796,-255572],[-218649,-250456],[-229654,-247344],[-229287,-251957],[-224632,-251215],[-221688,-254344],[-224508,-255243],[-219876,-250416],[-221872,-250982],[-230004,-251087],[-225280,-249815],[-221455,-254505],[-223121,-255081],[-219241,-252440],[-220673,-253109],[-220378,-261045],[-221077,-261308],[-224946,-260766],[-228618,-257898],[-230162,-262639],[-223015,-258121],[-219172,-263318],[-222619,-262997],[-226842,-259741],[-228299,-259552],[-230175,-262234],[-223092,-258733],[-220553,-260778],[-221521,-261376],[-225806,-261558],[-227447,-260062],[-228944,-261684],[-229971,-258331],[-222074,-257154],[-221784,-260966],[-225772,-259720],[-227700,-257849],[-230302,-261006],[-229894,-257950],[-224111,-257103],[-223938,-258327],[-229632,-23467],[-229024,-24074],[-228633,-23927],[-229469,-24559],[-225384,-29539],[-229362,-31552],[-227087,-27750],[-225321,-30091],[-229773,-27476],[-228815,-30786],[-227005,-27751],[-225765,-28952],[-228550,-31347],[-228158,-28808],[-225140,-29089],[-230232,-27796],[-228816,-30958],[-227835,-28485],[-222179,144988],[-222479,147213],[-221175,145120],[-218356,231033],[-228873,357781],[-230527,-178783],[-231276,-178426],[-232566,-177512],[-233190,-175459],[-232860,-174475],[-232115,-174482],[-231094,-178734],[-233981,-175154],[-232212,-174675],[-233379,-175360],[-236904,-250628],[-235511,-248080],[-230706,-247518],[-240243,-250991],[-241864,-251530],[-242027,-252798],[-236081,-252575],[-235046,-248817],[-239879,-251048],[-239862,-251719],[-241252,-251003],[-240760,-251637],[-242501,-252799],[-242232,-253595],[-240851,-255108],[-235888,-252447],[-234425,-247379],[-241711,-255007],[-234903,-254030],[-236504,-251268],[-234852,-248817],[-230854,-249439],[-241151,-252797],[-240054,-251563],[-241549,-255119],[-235831,-264213],[-235453,-263882],[-238259,-267319],[-232621,-260491],[-236468,-256129],[-236433,-264320],[-236313,-262457],[-238332,-267130],[-235835,-267948],[-230766,-258620],[-235478,-261352],[-236223,-255804],[-238649,-258482],[-240535,-258832],[-240831,-260035],[-241410,-261606],[-240032,-262941],[-238646,-256818],[-238128,-257891],[-236471,-262236],[-237372,-261981],[-238077,-260631],[-238846,-259456],[-239789,-260631],[-241484,-260477],[-240598,-261991],[-239276,-262964],[-241959,-263020],[-243165,-259938],[-242559,-260539],[-237163,-263811],[-238551,-266104],[-236120,-267660],[-234388,-261802],[-236622,-259648],[-235832,-264488],[-237141,-263944],[-237824,-266792],[-235902,-268216],[-232089,-257983],[-233727,-261655],[-235635,-256251],[-240847,-262396],[-241274,-262829],[-239411,-260861],[-237060,-260140],[-242799,-257348],[-241777,-262543],[-241826,-261837],[-243015,-260353],[-238234,-270146],[-236249,-268892],[-237827,-270412],[-238302,-269771],[-237414,-270506],[-238767,-24546],[-237050,-22980],[-240030,-22544],[-239463,-17315],[-238345,-17906],[-240598,-14951],[-239533,-14973],[-238756,-25088],[-236362,-22189],[-239663,-22044],[-238489,-24890],[-236653,-21508],[-240973,-21312],[-239754,-25214],[-237100,-21844],[-239917,-21200],[-235301,-399776],[-239882,-405347],[-235424,-399068],[-239062,-404543],[-238600,-404974],[-239809,-404684],[-237280,-399893],[-236850,-399727],[-238354,-400819],[-241994,-32172],[-231189,-28595],[-232058,-26587],[-236648,-25945],[-238541,-28135],[-238497,-26246],[-242456,-30816],[-234959,-27092],[-233174,-29009],[-233285,-29635],[-231467,-29060],[-232242,-26260],[-237707,-26863],[-237939,-28659],[-238311,-26091],[-242727,-31064],[-234300,-29875],[-233285,-29838],[-233138,-29404],[-232491,-28370],[-241529,-32403],[-232882,-26352],[-236301,-26947],[-238892,-28079],[-238797,-27127],[-233548,-29910],[-232370,-28133],[-242418,-28778],[-231936,-26816],[-236683,-26872],[-238363,-28185],[-238819,-26790],[-234500,-27567],[-234685,144727],[-233601,147948],[-234087,149512],[-234532,149006],[-234622,145039],[-237088,145936],[-238003,261066],[-241296,260206],[-239992,263631],[-241369,264144],[-239399,261600],[-234406,326850],[-241088,331875],[-233914,341254],[-240776,340071],[-235318,354041],[-233171,360615],[-8359,-130714],[-7032,-134477],[-121,-134187],[-9950,-139609],[-3908,-139779],[-3633,-143284],[-12625,-407353],[-12766,-408973],[-9482,-405618],[-5197,-405555],[-12207,-477894],[-2334,-484556],[-1344,-475531],[-2011,-483192],[-3822,-76015],[-3348,-77624],[-6476,-85884],[-8150,-90111],[-8216,-97768],[-10853,-95983],[-254817,-116715],[-253879,-237812],[-254100,-234804],[-254549,-236109],[-253599,-236901],[-252075,-240607],[-255302,-242167],[-249570,-242843],[-247923,-236181],[-248023,-235456],[-252869,-236111],[-252277,-240538],[-253310,-238882],[-247782,-236641],[-252220,-235812],[-251525,-237054],[-247534,-235689],[-252925,-238958],[-251355,-245778],[-253045,-244118],[-244763,-253049],[-255489,-248980],[-249551,-244160],[-247231,-247484],[-255557,-248768],[-255638,-247621],[-254673,-246306],[-255200,-243689],[-253940,-244059],[-251346,-244585],[-254636,-248566],[-247643,-247990],[-248356,-247829],[-247518,-247603],[-255072,-244307],[-252884,-246460],[-248559,-245631],[-249111,-250030],[-248243,-250782],[-247276,-250120],[-244795,-248890],[-244688,-248022],[-247875,-247688],[-252910,-246700],[-252390,-246606],[-248401,-245404],[-249778,-243147],[-248354,-250149],[-245254,-247039],[-245240,-248249],[-244438,-255877],[-244663,-255841],[-249713,-291876],[-250307,-292094],[-247318,-23835],[-245509,-24181],[-247007,-23845],[-247979,-21376],[-244662,-23928],[-244808,-24553],[-244496,-24388],[-243697,-26874],[-244197,-27523],[-245139,-28217],[-243572,-31608],[-244294,-27648],[-243679,-32508],[-245648,-29367],[-243205,-30598],[-249976,-510520],[-244893,-540752],[-253758,-596866],[-254759,-596835],[-253574,-596751],[-250003,-95087],[-254611,-99433],[-249935,-108196],[-251486,-110781],[-251882,-102747],[-246981,332283],[-251051,333330],[-246085,346057],[-253601,394261],[-255228,88876],[-258963,-242907],[-258136,-240498],[-258360,-241504],[-256612,-238252],[-256166,-237800],[-258854,-242596],[-258730,-241051],[-259550,-238981],[-258422,-238812],[-256389,-238249],[-258703,-239468],[-257170,-238089],[-256216,-248552],[-257553,-243418],[-256963,-246567],[-256859,-247596],[-257597,-246917],[-258717,-243944],[-258834,-244481],[-259248,-243033],[-256370,-248083],[-257011,-247153],[-258540,-243388],[-260113,-550137],[-256246,-549644],[-264919,-539832],[-256492,-563518],[-265453,-576764],[-267500,-582845],[-267836,-582323],[-258186,-46636],[-257552,-46524],[-257217,-46412],[-267667,324331],[-258758,328340],[-266034,332741],[-268609,336169],[-259711,335999],[-260969,381616],[-259817,383195],[-260643,391547],[-261962,396730],[-260136,396086],[-263984,388638],[-260042,87318],[-270901,-191925],[-278761,-205453],[-272519,-11795],[-272165,-11304],[-271473,-11515],[-276628,-17709],[-274917,-24621],[-272160,-22766],[-273084,-23156],[-275960,-24201],[-274770,-24403],[-275057,-24467],[-280281,-24970],[-276642,-18009],[-276589,-17472],[-276443,-17854],[-276315,-17707],[-276272,-19441],[-276131,-20323],[-276114,-20058],[-275750,-22707],[-275365,-22681],[-276461,-22775],[-277442,-22250],[-276512,-22863],[-276294,-24122],[-271805,-22273],[-281091,-23585],[-281517,-24408],[-279952,-23030],[-280201,-24889],[-280451,-32772],[-281286,-34727],[-280626,-33235],[-280938,-34336],[-280894,-31642],[-270231,-580495],[-277099,-600724],[-277823,-602964],[-279807,-639460],[-278628,-637009],[-277237,-636872],[-280816,-643679],[-272842,-652084],[-276840,-652388],[-280795,-648117],[-269997,-646651],[-281201,-643843],[-281528,-641419],[-281532,-640510],[-273001,-644143],[-272130,-644033],[-270785,-645322],[-279615,-648488],[-279659,-643561],[-271784,-651872],[-275866,-652104],[-272623,-651514],[-270680,-645222],[-272963,-643626],[-274423,-645443],[-272416,-645929],[-270766,-643546],[-269593,-652143],[-269164,-649892],[-269887,-651303],[-271360,-643051],[-274865,-643892],[-278391,-641505],[-271890,-645164],[-275217,-640847],[-280457,-640335],[-280935,-641072],[-280834,-653738],[-272934,-652789],[-281514,-659008],[-277213,-653511],[-272629,-654471],[-270248,-656999],[-272101,-659269],[-269231,-654836],[-272132,-654321],[-278646,-655118],[-273707,-659858],[-273480,-655022],[-270037,-654485],[-270799,-660375],[-270595,-660379],[-269296,-654754],[-281566,-661907],[-280313,-660008],[-275372,-663726],[-280308,-664890],[-275904,-660145],[-280462,-659871],[-280697,-659421],[-278919,-661262],[-278930,-661146],[-277324,-664792],[-278162,-664400],[-275532,-664237],[-277902,-663580],[-276207,-661070],[-278545,-661459],[-278644,-662042],[-279681,-664652],[-277735,-664112],[-279577,-663867],[-276378,-660599],[-279190,-660422],[-276943,-665273],[-279593,-664111],[-280882,-663798],[-278666,-658802],[-277734,-670700],[-279765,-668086],[-280004,-667957],[-277552,-669442],[-277465,-670538],[-278559,-667078],[-279628,-671476],[-278771,-666710],[-281377,-665820],[-281060,-667766],[-278050,-666558],[-279109,-665739],[-281187,-666584],[-279440,-667090],[-280053,-669318],[-279124,-671759],[-274102,21584],[-273662,14794],[-276190,325197],[-269128,329051],[-280587,384978],[-274301,385716],[-279022,390098],[-278719,399398],[-276811,403569],[-276833,406317],[-273901,406053],[-274409,408227],[-277529,398149],[-280432,402583],[-279015,413697],[-277528,409929],[-280731,116910],[-277514,118172],[-286516,-24947],[-288872,-24440],[-283351,-24998],[-290456,-24085],[-283388,-25241],[-285816,-24687],[-286730,-24906],[-283016,-24893],[-285515,-23884],[-291359,-25226],[-293887,-24656],[-288527,-23028],[-283289,-24557],[-285908,-24939],[-281748,-478903],[-285742,-28684],[-289112,-27977],[-290034,-30600],[-294353,-26852],[-286180,-31540],[-283155,-29981],[-281851,-35058],[-282986,-35941],[-284853,-30084],[-290700,-28592],[-292423,-31368],[-293903,-27638],[-289080,-32714],[-284810,-36703],[-282093,-32577],[-291369,-33145],[-292103,-32751],[-290645,-32097],[-288089,-32892],[-286430,-34080],[-284636,-35912],[-285478,-35847],[-286012,-35105],[-286286,-30945],[-290696,-28136],[-291461,-32446],[-293215,-25624],[-286723,-31427],[-283870,-34876],[-283372,-25696],[-283043,-26244],[-285975,-25462],[-284606,-29883],[-290796,-27884],[-291583,-32969],[-287595,-31933],[-285827,-36164],[-282465,-32528],[-283469,-25726],[-291032,-536943],[-292944,-533973],[-291498,-534062],[-292749,-535648],[-293740,-534976],[-291447,-535054],[-294144,-536823],[-293074,-535916],[-293432,-535277],[-291273,-536984],[-290976,-534406],[-291964,-534150],[-292068,-534479],[-291896,-534334],[-293338,-537644],[-291488,-537484],[-293764,-537772],[-293669,-538333],[-285578,-574322],[-284907,-577897],[-294209,-614028],[-288031,-610587],[-293827,-649221],[-294393,-649235],[-293771,-649764],[-284708,-643713],[-285486,-643524],[-285306,-643878],[-287755,-645161],[-288052,-645476],[-284485,-650806],[-284710,-651242],[-286477,-650898],[-286715,-652530],[-293522,-649483],[-287972,-645876],[-288785,-646226],[-293437,-651038],[-293987,-648985],[-281645,-640769],[-287467,-647786],[-286819,-651625],[-281933,-640946],[-282324,-651822],[-285792,-650668],[-285229,-645876],[-284809,-648377],[-290507,-649766],[-288939,-645967],[-286699,-644326],[-284286,-640777],[-283986,-640784],[-284209,-640402],[-291127,-641786],[-292753,-643851],[-293740,-653802],[-285526,-661266],[-286571,-662972],[-282938,-652603],[-281963,-657415],[-282755,-656703],[-285552,-653506],[-285990,-653159],[-287909,-653497],[-287005,-661072],[-285594,-659109],[-285914,-659114],[-293202,-652631],[-290141,-662565],[-290524,-662449],[-285274,-652620],[-290694,-658352],[-284301,-658050],[-291148,-664065],[-290861,-663938],[-290291,-663028],[-287070,-662435],[-286027,-662655],[-285933,-662893],[-286418,-659814],[-284798,-660918],[-285113,-661206],[-292802,-661886],[-292503,-653536],[-291794,-665288],[-293627,-663423],[-290450,-664000],[-290576,-663036],[-291352,-661091],[-289666,-661123],[-290920,-660403],[-289549,-656873],[-290786,-657739],[-290929,-658269],[-291967,-658475],[-291785,-659411],[-293401,-658066],[-291868,-656809],[-293247,-656464],[-289274,-655252],[-293450,-660604],[-288299,-658222],[-287225,-659505],[-287022,-660115],[-286279,-660577],[-285618,-658721],[-285602,-662090],[-287467,-662156],[-287678,-662661],[-287366,-663603],[-284181,-657050],[-286337,-653614],[-283451,-654381],[-282733,-653420],[-294262,-652941],[-291395,-654496],[-289455,-654510],[-289779,-656632],[-289112,-660078],[-287938,-653922],[-287428,-662107],[-286186,-653055],[-292532,-661792],[-292617,-662034],[-291302,-657707],[-283865,-658264],[-288395,-654725],[-285165,-664205],[-284385,-664179],[-283853,-663644],[-284023,-665053],[-281642,-664330],[-293646,-665788],[-292213,-667565],[-293780,-668575],[-294221,-669567],[-291595,-668855],[-290963,-666406],[-290567,-666801],[-292232,-666788],[-288320,-665934],[-290842,-666005],[-292516,-667667],[-287268,-665596],[-291353,-666381],[-283354,-668953],[-281636,-669315],[-283018,-669341],[-292010,304011],[-290469,307461],[-288020,308994],[-291112,312193],[-293896,318557],[-290406,391385],[-294036,390058],[-288612,393467],[-287431,395810],[-286014,399758],[-290830,402683],[-293455,406913],[-291169,403438],[-285785,404522],[-288205,425363],[-295705,-533925],[-297620,-534325],[-297629,-535982],[-295802,-533805],[-298480,-534449],[-294549,-534747],[-297090,-537117],[-296525,-535505],[-302836,-536523],[-298658,-539430],[-297051,-539754],[-294641,-537980],[-306884,-568350],[-307063,-601033],[-306840,-600021],[-304250,-600842],[-304535,-600252],[-303477,-601315],[-306858,-595576],[-305847,-594830],[-305540,-597356],[-304019,-600302],[-299926,-599970],[-305290,-608698],[-303212,-612768],[-305325,-612342],[-307079,-612701],[-302609,-605022],[-303330,-604243],[-304461,-604019],[-303033,-604699],[-301455,-602023],[-304973,-604330],[-304894,-603617],[-301061,-601965],[-306631,-602751],[-301276,-602616],[-294440,-616420],[-304716,-621427],[-303289,-626120],[-304217,-623760],[-300533,-626115],[-307027,-625593],[-301754,-619473],[-300872,-618253],[-300543,-616617],[-300913,-623973],[-301977,-624906],[-300760,-631614],[-300571,-631756],[-299059,-635432],[-300906,-635480],[-299405,-633514],[-300292,-631868],[-299677,-634186],[-300419,-635837],[-299506,-635170],[-302145,-633780],[-300414,-631462],[-300652,-631686],[-294852,-645454],[-294582,-647882],[-294844,-649787],[-298180,-650671],[-297782,-648544],[-295615,-648124],[-298753,-645085],[-297673,-652170],[-297484,-650956],[-296321,-642810],[-297818,-651363],[-297470,-652022],[-295316,-647384],[-295222,-644734],[-298411,-643154],[-302015,-648861],[-300623,-650433],[-295838,-645809],[-294766,-645232],[-300482,-648015],[-299934,-648080],[-299171,-649125],[-298764,-642723],[-295437,-642681],[-296731,-643042],[-295022,-647487],[-296885,-650772],[-297443,-651110],[-298997,-643010],[-301351,-651774],[-296225,-644347],[-300474,-648819],[-294932,-645927],[-300689,-643165],[-304557,-649705],[-306039,-651584],[-305792,-651359],[-297274,-642096],[-303950,-648945],[-295658,-642054],[-300776,-643193],[-300816,-643238],[-305744,-651731],[-307001,-652524],[-302698,-644852],[-294718,-659364],[-298108,-653803],[-299629,-655657],[-302764,-654260],[-300184,-661909],[-306993,-662483],[-298790,-663286],[-297198,-663836],[-299680,-661454],[-296847,-664243],[-296236,-664544],[-298607,-653484],[-296943,-654919],[-302294,-653208],[-298996,-654497],[-299408,-656122],[-303958,-656036],[-306591,-659394],[-306091,-660802],[-304533,-660707],[-299855,-660663],[-299836,-659216],[-299439,-658491],[-298762,-659549],[-298252,-658227],[-299200,-660726],[-299686,-661807],[-299783,-663450],[-303428,-665181],[-297081,-664440],[-294465,-658770],[-303117,-663361],[-296062,-653608],[-299070,-661090],[-304265,-656239],[-305354,-658324],[-301835,-661779],[-300923,-661167],[-299815,-658851],[-298945,-656412],[-299393,-659588],[-298485,-658342],[-298693,-660393],[-307170,-655138],[-305137,-665802],[-302453,-666260],[-301765,-666393],[-296943,-668881],[-296297,-668535],[-302972,-670333],[-295299,-666616],[-298758,-668652],[-300936,-665587],[-301417,-666489],[-301165,-666390],[-303468,-667465],[-304167,-668430],[-305022,-666159],[-305175,-667880],[-303330,-668465],[-300250,-670145],[-300225,-668797],[-300544,-667904],[-298926,-667126],[-297493,-668239],[-296359,-668318],[-297209,-669715],[-295791,-666820],[-306876,-670710],[-306803,-669270],[-300915,-669974],[-303169,-667713],[-300965,-670033],[-303046,-669867],[-305759,-673254],[-304798,-673185],[-305658,-673128],[-305167,-673459],[-303272,-672523],[-304009,-87117],[-301437,-85579],[-302710,-82978],[-307091,-91317],[-297316,9746],[-298497,9376],[-297582,9748],[-301364,22684],[-306773,23298],[-306775,22289],[-301507,21880],[-302112,21483],[-300135,21582],[-301120,22529],[-300837,23542],[-300985,307000],[-297655,318214],[-304324,316210],[-301390,325102],[-297464,322536],[-303012,405388],[-295343,406041],[-296823,412175],[-303129,414258],[-302367,412660],[-298289,426977],[-299715,423648],[-298431,423143],[-303167,111188],[-300133,111530],[-303390,111831],[-302613,111862],[-301306,111539],[-299165,110427],[-315331,-495592],[-315594,-495088],[-319130,-537081],[-309257,-562994],[-307172,-565152],[-311559,-566677],[-311039,-563853],[-308463,-563981],[-309317,-565648],[-310050,-564923],[-317761,-599632],[-319659,-597479],[-318176,-598587],[-319466,-600091],[-316245,-589561],[-316596,-595776],[-311107,-599878],[-308819,-607124],[-317012,-612912],[-316841,-612032],[-316326,-601425],[-317044,-613047],[-315008,-608439],[-318953,-612541],[-316986,-607070],[-309189,-613774],[-310421,-609682],[-308478,-611705],[-315033,-608735],[-314905,-607013],[-317481,-608318],[-318343,-601414],[-316583,-609302],[-314754,-608441],[-318631,-613856],[-317302,-606535],[-316671,-608169],[-316737,-610054],[-317081,-611809],[-308072,-602809],[-315791,-618190],[-316399,-616866],[-307400,-625177],[-307736,-624511],[-317419,-614443],[-307511,-624565],[-310298,-623518],[-318091,-615901],[-310370,-623543],[-307483,-617255],[-315158,-614499],[-317439,-615687],[-316508,-616676],[-317855,-614466],[-313918,-616648],[-307956,-623602],[-312748,-665114],[-308076,-657802],[-309270,-659283],[-309212,-659006],[-308075,-657747],[-308555,-667333],[-307223,-670897],[-307529,-668083],[-310246,-667397],[-312093,-670638],[-311890,-671055],[-318850,-82214],[-319516,-81587],[-309432,-92913],[-309496,11988],[-308553,12237],[-312500,11514],[-312264,12345],[-312115,11513],[-309320,12238],[-312683,11387],[-309081,14423],[-319492,19859],[-319636,18317],[-307480,22552],[-310923,13359],[-309133,13579],[-311881,13198],[-307643,23392],[-320327,-494867],[-320392,-495720],[-327624,-534801],[-327935,-534306],[-327587,-531062],[-328939,-531326],[-329658,-535577],[-325596,-534733],[-328490,-531849],[-329904,-535184],[-330173,-535951],[-329440,-532344],[-327487,-531007],[-311476,-566086],[-328851,-531047],[-329334,-534708],[-328980,-545653],[-330165,-542023],[-332248,-570732],[-332112,-571467],[-331475,-587819],[-332683,-581583],[-331567,-581327],[-322609,-587268],[-328926,-581841],[-321547,-588074],[-321177,-585469],[-327753,-580101],[-326779,-580390],[-324842,-582543],[-325025,-583121],[-332777,-587838],[-320217,-599400],[-321340,-599301],[-328585,-591753],[-330546,-590933],[-327473,-592244],[-322068,-597927],[-330656,-76171],[-329485,-76013],[-327145,-74931],[-320832,-80281],[-320413,-80182],[-330817,-110592],[-321279,20790],[-321225,19650],[-320329,21119],[-320386,21324],[-324172,18241],[-326232,21631],[-326639,21612],[-325391,19776],[-324159,20174],[-324154,18854],[-326257,22707],[-330088,300914],[-330203,306661],[-327493,311749],[-322197,309547],[-329621,310401],[-326919,336834],[-345015,-115716],[-341972,-116790],[-339471,-536527],[-339586,-536182],[-338178,-535075],[-336226,-535045],[-335837,-533899],[-338660,-536272],[-337320,-535773],[-337540,-536489],[-334079,-540769],[-338357,-539403],[-338154,-539514],[-336816,-538820],[-334610,-539596],[-333765,-540641],[-336152,-538904],[-339242,-561492],[-335924,-562017],[-339121,-559558],[-338043,-562711],[-339280,-558357],[-332821,-587589],[-333870,-586122],[-333798,-584456],[-339474,-582836],[-334550,-579460],[-334243,-583825],[-334138,-581400],[-337422,-583466],[-335941,-584718],[-336106,284779],[-335817,288914],[-344828,302022],[-344991,304137],[-337235,303339],[-334228,306577],[-339686,305221],[-345598,306803],[-340248,307176],[-345033,309076],[-335272,312188],[-342454,311182],[-337698,335858],[-342214,338288],[-341900,338125],[-338894,339121],[-341193,340357],[-332986,89440],[-336318,89297],[-335401,87412],[-352430,-118770],[-346859,-115638],[-348943,-118034],[-349337,-115809],[-348919,-373920],[-358350,185190],[-356053,182307],[-357752,299961],[-353751,298826],[-355950,301853],[-346165,307284],[-357465,328734],[-352429,330815],[-349027,330623],[-356731,336405],[-363150,-122410],[-361588,-121272],[-364451,-407202],[-364668,-561004],[-365863,-560017],[-366754,-553255],[-364323,-560418],[-367209,-555427],[-367151,-554548],[-367313,-557232],[-367198,-558080],[-365495,-560624],[-361185,298813],[-371110,331668],[-369424,329853],[-364048,327939],[-361436,326613],[-24409,-131278],[-18165,-137516],[-13528,-132028],[-15469,-133508],[-18976,-134883],[-21638,-383422],[-23611,-381742],[-23413,-380208],[-19421,-387184],[-18449,-384326],[-18598,-394196],[-20465,-393947],[-19044,-391632],[-17967,-392601],[-16471,-387418],[-14539,-390604],[-24553,-396928],[-22883,-398703],[-20434,-397275],[-23225,-397243],[-23088,-459703],[-24840,-457269],[-19224,-462558],[-14892,-75247],[-18719,-70017],[-14601,-71553],[-13498,-74646],[-14800,-73811],[-15605,-76491],[-18446,-71537],[-16452,-75646],[-20681,-75977],[-14612,-70204],[-15812,-85423],[-15515,-84435],[-13579,-80047],[-21841,-84567],[-23284,-87442],[-18671,-85131],[-13985,-84108],[-18201,-80408],[-15397,-79430],[-20095,-84151],[-18110,-96143],[-19351,-90584],[-22632,-90189],[-16952,-96290],[-377743,-561766],[-381593,210182],[-378419,214928],[-371611,220865],[-373065,218347],[-379305,219667],[-380478,322828],[-378554,327567],[-376788,330691],[-372092,335055],[-382050,397161],[-396510,213824],[-396517,207867],[-386945,214339],[-393097,205830],[-388737,221192],[-392323,218208],[-384086,320158],[-396173,346177],[-395123,349945],[-394430,353735],[-392906,355636],[-393752,357793],[-392922,364680],[-396339,362077],[-396621,359930],[-393181,361824],[-391803,368751],[-396170,368281],[-390793,367630],[-395637,376481],[-391954,375423],[-391704,380038],[-391208,382865],[-391014,372029],[-385676,399535],[-393410,398445],[-394025,401928],[-393530,401114],[-389054,397483],[-396991,-101066],[-398105,-101734],[-400312,-104719],[-397340,-105025],[-400607,201605],[-398655,216824],[-400350,209045],[-402304,206941],[-398322,225151],[-405905,332950],[-400039,335157],[-405012,355314],[-402079,352844],[-401206,347589],[-397689,360373],[-405231,367530],[-405617,368367],[-407301,368774],[-398835,360546],[-404643,364109],[-396963,370739],[-403941,372037],[-406265,377333],[-402866,374940],[-397098,372907],[-397228,371674],[-404912,380562],[-401718,378269],[-401138,372265],[-402050,378869],[-399824,385875],[-421146,298880],[-418412,300904],[-417865,306580],[-420310,308238],[-410336,377489],[-434191,154557],[-432986,157621],[-434939,164259],[-433174,159305],[-433713,191587],[-433130,294871],[-434999,303260],[-433677,300566],[-433283,303335],[-433230,298893],[-431044,297387],[-426246,298585],[-424733,302308],[-422985,306466],[-432864,307178],[-430941,304332],[-426093,304155],[-434045,310282],[-422902,310879],[-431080,307691],[-426442,311440],[-428720,311527],[-428225,308448],[-434409,324190],[-435163,329036],[-433392,331018],[-435103,332827],[-446929,-83136],[-439268,146627],[-442378,148835],[-437872,161863],[-445625,286189],[-442721,284969],[-441127,283073],[-442091,283192],[-435929,286664],[-439437,289583],[-444450,291024],[-444315,286696],[-435950,293603],[-435561,294728],[-439685,295694],[-439152,296517],[-438137,299339],[-435909,306523],[-441864,303937],[-442541,299856],[-442612,298617],[-440393,312165],[-440293,312139],[-443919,320112],[-442235,322753],[-442233,325284],[-436431,326159],[-436110,320487],[-438380,329152],[-443863,325330],[-445705,321100],[-436441,85654],[-435903,85145],[-436941,79935],[-439138,83394],[-443417,84341],[-437057,89782],[-435995,91339],[-443041,93256],[-443363,92869],[-440087,98349],[-437131,94359],[-460640,-62106],[-459355,-66340],[-459684,-65125],[-460116,-65439],[-460577,-67562],[-457400,-76547],[-460480,-67936],[-459196,-66451],[-457319,-69552],[-458649,-67676],[-452355,-70673],[-452039,-73316],[-456549,-75481],[-452633,-76811],[-459673,-77174],[-453024,-77313],[-455204,-78988],[-451774,-84479],[-452365,-84858],[-450441,-87616],[-457377,-88272],[-458022,-88917],[-457902,-87585],[-452690,-77111],[-457274,-76682],[-458198,-76638],[-455344,-78973],[-455657,-79019],[-456555,-77956],[-453676,-77442],[-453948,-78785],[-452973,-79857],[-452551,-84702],[-451914,-86392],[-455947,-78806],[-460463,-89122],[-457488,-96485],[-456018,-93440],[-454008,4678],[-452166,2677],[-454503,5000],[-455937,789],[-454647,3437],[-455458,2616],[-455341,2650],[-454278,4760],[-453808,3071],[-453133,151453],[-455586,149258],[-454781,148199],[-452549,145092],[-448556,147681],[-458409,161277],[-455301,160546],[-453392,155667],[-456274,154467],[-473482,-28277],[-470155,-36275],[-469991,-32693],[-466353,-50761],[-469608,-48808],[-466420,-50385],[-468106,-50258],[-468625,-48218],[-469667,-44661],[-469035,-49367],[-469567,-48804],[-469574,-49606],[-470632,-50285],[-467599,-50943],[-467508,-48087],[-467919,-45750],[-468121,-45336],[-469940,-42874],[-470908,-39396],[-469546,-39153],[-469107,-38796],[-469714,-38335],[-469156,-48676],[-469502,-49980],[-468587,-49747],[-467314,-52137],[-465409,-61059],[-461694,-57589],[-461706,-63785],[-469439,-59412],[-469206,-59102],[-466727,-54009],[-468441,-59098],[-466905,-58240],[-465499,-59223],[-467854,-61931],[-462154,-62570],[-464883,-61125],[-462307,-57232],[-462717,-57123],[-464437,-57738],[-466529,-60996],[-468398,-59687],[-468749,-59385],[-468864,-61062],[-467418,-62262],[-470877,-62954],[-471446,-63324],[-471453,-61964],[-471749,-60109],[-472938,-60522],[-473890,-59642],[-472371,-63701],[-467357,-57521],[-468475,-56967],[-468569,-56589],[-472682,-63137],[-462269,-60648],[-463594,-61679],[-463418,-60090],[-465108,-57740],[-467082,-57986],[-466861,-55105],[-466679,-56273],[-466968,-56753],[-465421,-56609],[-468883,-56522],[-468225,-55609],[-468445,-54288],[-467256,-54808],[-468841,-57262],[-471304,-52585],[-471347,-53549],[-471855,-52206],[-466673,-55866],[-464217,-54259],[-464097,-54767],[-463181,-55863],[-462544,-56812],[-466268,-53654],[-467830,-51147],[-465327,-55387],[-465949,-55671],[-466579,-59365],[-467672,-59120],[-468634,-60624],[-466850,-62610],[-466977,-61647],[-465834,-61668],[-462874,-61094],[-462748,-61734],[-461121,-62057],[-461888,-62564],[-470167,-63538],[-469711,-62478],[-470450,-62670],[-469457,-61670],[-469160,-60710],[-468064,-58929],[-467672,-59024],[-467039,-58480],[-465914,-54348],[-466062,-51372],[-468795,-61112],[-470526,-63743],[-467873,-63660],[-461895,-59731],[-464704,-57356],[-464940,-53673],[-471421,-75845],[-471343,-75404],[-467229,-69207],[-465673,-68716],[-465292,-65603],[-465512,-65937],[-463842,-66164],[-462716,-67550],[-462221,-64747],[-462066,-64895],[-461273,-64192],[-461373,-67138],[-461619,-67600],[-461931,-65250],[-470807,-76011],[-471685,-75877],[-471253,-75340],[-468276,-71938],[-466821,-72205],[-467113,-68353],[-465952,-65236],[-465639,-65977],[-464805,-66058],[-468042,-65383],[-469574,-65373],[-469965,-66508],[-473226,-74749],[-469971,-68917],[-469534,-68460],[-469336,-70266],[-462434,-65313],[-462865,-68487],[-463203,-68178],[-464232,-70139],[-465737,-71166],[-465891,-70757],[-467262,-71772],[-467147,-69537],[-467169,-67919],[-469508,-67581],[-469732,-66813],[-469329,-65103],[-468039,-64147],[-470176,-70833],[-470309,-74196],[-463743,-69891],[-462163,-69722],[-465623,-64497],[-466703,-65518],[-464211,-65555],[-461852,-67513],[-472527,-77075],[-472822,-77232],[-461684,161684],[-474123,-32938],[-483238,-61993],[-479358,-63711],[-481842,-59995],[-482580,-59899],[-480011,-63421],[-484679,-62335],[-482638,-59282],[-484559,-59026],[-484353,-59163],[-479261,-63555],[-478874,-63374],[-479843,-61413],[-478676,-60928],[-478848,-60499],[-478677,-60538],[-480986,-61501],[-481941,-59763],[-481166,-59770],[-485659,-59319],[-484881,-62250],[-483605,-61792],[-485067,-63065],[-477215,-59713],[-483946,-60326],[-481995,-60842],[-486159,-63559],[-485322,-63368],[-485470,-62609],[-485608,-59681],[-475873,-59822],[-486217,-61373],[-476164,-59826],[-475990,-59537],[-473659,-59581],[-479322,-68341],[-478012,-66970],[-478299,-67554],[-478472,-66124],[-478236,-65069],[-483781,-64199],[-483447,-64782],[-486034,-69088],[-486170,-70036],[-486326,-69874],[-485843,-72918],[-483511,-73832],[-484149,-73403],[-483805,-73408],[-484351,-75380],[-485843,-72366],[-482362,-71118],[-484179,-68259],[-480420,-67968],[-479303,-69377],[-478216,-67237],[-481766,-68183],[-480908,-66113],[-482519,-66351],[-484435,-65302],[-482569,-73184],[-482728,-72985],[-482905,-73346],[-481732,-73431],[-479642,-64792],[-481138,-67413],[-481492,-66412],[-482152,-72784],[-482736,-72550],[-486058,-71513],[-486399,-67878],[-478024,-69112],[-478733,-71058],[-478002,-64799],[-485044,-68419],[-480663,-70843],[-480241,-68008],[-478009,-67426],[-477141,-65525],[-477128,-65061],[-478785,-64255],[-484625,-63872],[-484654,-65257],[-486347,-64286],[-485327,-65514],[-486106,-72706],[-484033,-74181],[-485324,-73930],[-484150,-75285],[-485700,-63836],[-483770,-72363],[-475874,-76200],[-474659,-76530],[-474022,-75302],[-475053,-76429],[-483733,-76491],[-474475,-75686],[-485584,-76334],[-486113,-76173],[-480187,-73610],[-476066,-68008],[-476119,-76071],[-483136,-84918],[-485689,-82380],[-473655,-78023],[-478255,-83670],[-476103,-79151],[-476313,-81342],[-484165,-78999],[-485092,-79543],[-486188,-77063],[-483813,-76978],[-483990,-86749],[-481537,-84085],[-480661,-82869],[-480661,-83161],[-478730,-83528],[-477048,-79463],[-479420,-78050],[-481617,-77549],[-478443,-77636],[-481350,-85743],[-485459,-77384],[-486387,-82860],[-475399,-80250],[-485807,-82923],[-485999,-82627],[-484916,-80976],[-486260,-76786],[-484984,-78181],[-483925,-79231],[-484029,-78831],[-485901,-80970],[-474848,-77123],[-476064,-78690],[-476970,-81994],[-479222,-82554],[-480560,-85045],[-482925,-84725],[-479821,114890],[-485719,110129],[-486019,115217],[-486262,108360],[-481249,118547],[-480377,128042],[-478254,128190],[-479878,122180],[-477751,118713],[-481753,124053],[-477532,124980],[-498894,-50271],[-499043,-41834],[-498368,-50731],[-498898,-49835],[-499160,-48041],[-498315,-46716],[-496036,-47036],[-498214,-44972],[-498879,-43454],[-497649,-47088],[-498197,-43071],[-498751,-41869],[-495761,-50828],[-498474,-55513],[-493755,-53903],[-495114,-51045],[-497221,-51924],[-497676,-55375],[-492210,-55887],[-486469,-57355],[-486450,-56552],[-498504,-59991],[-494998,-58024],[-498685,-53152],[-497184,-61037],[-498390,-58419],[-498948,-58801],[-495870,-55087],[-495574,-55549],[-498245,-54758],[-494087,-54108],[-494183,-55391],[-495488,-53021],[-487380,-59042],[-489057,-61899],[-488679,-61779],[-488974,-60967],[-488633,-59938],[-488425,-61397],[-494118,-59251],[-491097,-55787],[-491338,-55621],[-493051,-57497],[-493217,-59431],[-493644,-58979],[-492386,-59205],[-489212,-57399],[-488190,-63513],[-486661,-59158],[-488788,-62626],[-488182,-62387],[-490784,-55699],[-492450,-59119],[-492081,-59449],[-492470,-60723],[-493553,-58405],[-490652,-57638],[-486741,-69008],[-488026,-68649],[-487365,-69667],[-488903,-70270],[-489824,-69056],[-490342,-69576],[-489282,-71904],[-489922,-71578],[-487485,-72075],[-486853,-73307],[-487454,-66765],[-489467,-71325],[-487758,-71849],[-486966,-72247],[-487016,-71389],[-486505,-71396],[-487392,-66442],[-488703,-66415],[-487628,-67640],[-486977,-68718],[-490203,-68928],[-489109,-66235],[-488573,-71232],[-489716,-70115],[-490775,-70496],[-489577,-70937],[-488868,-69801],[-488737,-67855],[-488652,-65469],[-487668,-69537],[-495422,-73088],[-495470,-69481],[-493622,-75412],[-489585,-73446],[-488308,-74288],[-486766,-75260],[-489600,-71891],[-490044,-68160],[-491941,-69861],[-496831,-65168],[-498092,-76203],[-489491,-73595],[-488892,-72189],[-493101,-70782],[-494333,-70360],[-497473,-74308],[-488390,-72822],[-488371,-73341],[-490499,-65125],[-497597,-65122],[-494358,-70793],[-498610,-68440],[-488363,-74639],[-491658,-67702],[-491920,-70022],[-493437,-70309],[-494736,-71024],[-494978,-70812],[-497925,-67142],[-497631,-66275],[-497410,-68786],[-496274,-70522],[-495864,-72650],[-496449,-74726],[-493217,-76114],[-494100,-75171],[-497308,-73402],[-498256,-71651],[-497635,-66370],[-498404,-66295],[-498916,-66058],[-498147,-65433],[-498811,-67096],[-490214,-79533],[-488140,-80353],[-488306,-80606],[-488985,-80294],[-487992,-80582],[-487929,-79744],[-487438,-81174],[-487072,-81215],[-492293,-79317],[-492811,-77881],[-493762,-76650],[-492555,-80972],[-494121,-83553],[-494503,-83847],[-492596,-85515],[-493923,-86190],[-497902,-89144],[-498881,-82131],[-498652,-83116],[-498773,-83891],[-498896,-86305],[-498419,-88567],[-498588,-89291],[-497727,-88736],[-497079,-88852],[-496473,-88992],[-497563,-89287],[-494442,-87744],[-492096,-86232],[-492196,-83357],[-492315,-83008],[-493903,-83664],[-494017,-81227],[-489504,-77992],[-494136,-81580],[-487164,-76868],[-487752,-83190],[-486343,-85464],[-486575,-85324],[-487322,-83571],[-486982,-82607],[-487501,-83076],[-486820,-85732],[-492621,-78977],[-492688,-79264],[-492061,-84567],[-494638,-87462],[-493940,-89258],[-487877,-80728],[-497243,-90288],[-498331,-90216],[-493703,-89409],[-495691,-89845],[-496812,-90272],[-489620,-90880],[-490854,-91978],[-491003,-93624],[-489798,-93174],[-491257,-94439],[-491729,-95926],[-492459,-96360],[-493833,-99776],[-494398,-102034],[-496937,-90502],[-496165,-90473],[-497539,-90559],[-495535,-103352],[-495742,-105724],[-496344,-107563],[-498125,-110450],[-498559,-112872],[-497848,380959],[-492467,373480],[-496505,389630],[-488689,113489],[-491856,106847],[-491268,108608],[-30965,-402757],[-33381,-402673],[-34983,-407317],[-25706,-403945],[-28057,-403741],[-27101,-402813],[-25996,-397598],[-37452,-409513],[-38197,-411403],[-36386,-413372],[-36552,-429539],[-37584,-442225],[-31720,-453727],[-38092,-453582],[-38265,-469250],[-28884,-85878],[-29201,-84005],[-28150,-88726],[-25836,-91707],[-32920,-106414],[-35763,-114066],[-32301,-113319],[-31514,-110425],[-504932,-539344],[-505929,-537951],[-505222,-538439],[-502127,-41387],[-500284,-49418],[-499883,-43574],[-503607,-42600],[-503104,-41799],[-501519,-41121],[-500493,-41672],[-499561,-41752],[-499751,-41042],[-501465,-41073],[-502728,-43591],[-504498,-45524],[-504211,-43601],[-503649,-47934],[-503784,-48682],[-503353,-48995],[-503823,-50503],[-499963,-44868],[-501815,-43576],[-503492,-63568],[-502518,-51456],[-500778,-56618],[-508085,-63730],[-510276,-63523],[-511267,-62596],[-510152,-61524],[-504341,-58349],[-503677,-59804],[-501044,-56259],[-501310,-56420],[-504354,-63089],[-504200,-63366],[-506360,-63234],[-508306,-61720],[-509052,-63338],[-508318,-57808],[-508415,-59490],[-510386,-53690],[-507694,-53567],[-502757,-55240],[-502777,-53915],[-506792,-63215],[-509410,-63470],[-508634,-62813],[-510523,-61879],[-510468,-58526],[-502027,-56480],[-501453,-56616],[-501396,-57837],[-503269,-57767],[-503993,-56680],[-505603,-51422],[-507676,-53062],[-507320,-56005],[-506740,-58807],[-506249,-58656],[-506855,-57800],[-507891,-59367],[-511359,-60595],[-503433,-62992],[-504164,-62912],[-511066,-61276],[-509015,-58114],[-502176,-53666],[-500142,-52316],[-508044,-53404],[-505035,-53679],[-505456,-56491],[-506530,-56826],[-499449,-60328],[-507185,-61295],[-510525,-67348],[-506135,-65172],[-502211,-64052],[-509120,-72544],[-505873,-63891],[-508710,-69173],[-510809,-68843],[-507331,-68507],[-508818,-67151],[-511611,-71076],[-509602,-72330],[-509041,-71977],[-504008,-65854],[-503452,-65304],[-501921,-64517],[-501017,-64817],[-502624,-65724],[-506826,-70679],[-503969,-67318],[-500016,-69386],[-499336,-74279],[-500435,-71682],[-501850,-73449],[-499478,-65824],[-503607,-68423],[-503510,-68165],[-506851,-67591],[-499212,-65626],[-508176,-72614],[-504642,-69428],[-504105,-66744],[-508864,-71891],[-507157,-70936],[-507885,-70778],[-506967,-69991],[-504595,-68411],[-504813,-68756],[-500346,-64632],[-499428,-66113],[-499207,-69721],[-499597,-70141],[-499798,-65411],[-500581,-65070],[-501026,-66600],[-500998,-67037],[-504281,-68644],[-511500,-81507],[-500510,-88837],[-500759,-87099],[-502956,-86681],[-502561,-84349],[-499275,-89111],[-501470,-88324],[-500997,-88505],[-500696,-87948],[-501684,-89145],[-501367,-85877],[-501399,-86922],[-501255,-87062],[-501678,-81884],[-502072,-82492],[-499461,-85400],[-499296,-86814],[-499251,-88839],[-499692,-88521],[-502121,-84840],[-499705,-84561],[-500634,-83160],[-507057,-88135],[-510381,-87037],[-501120,-90265],[-510724,-91595],[-511153,-94841],[-510096,-96151],[-511753,-95908],[-511686,-97973],[-509297,-96820],[-507380,-96881],[-506902,-97047],[-506717,-98007],[-506394,-96767],[-503425,-96831],[-503603,-98191],[-504119,-99676],[-505838,-100891],[-506161,-99719],[-506167,-101321],[-505810,-95748],[-501654,-92571],[-502736,-94627],[-503417,-94840],[-502096,-94275],[-502320,-93705],[-502576,-91953],[-502173,-91540],[-501903,-91431],[-502097,-90987],[-501253,-90563],[-504396,-92539],[-511122,-89449],[-499303,370871],[-503221,389707],[-514460,-535778],[-518947,-50333],[-520524,-50699],[-520019,-50486],[-519151,-50109],[-520882,-50331],[-520317,-50089],[-518083,-50085],[-518535,-50018],[-515068,-62720],[-512978,-59748],[-513431,-57911],[-513268,-56516],[-518267,-53722],[-518610,-53355],[-519569,-62385],[-516922,-63257],[-516826,-63528],[-515761,-61717],[-513416,-62982],[-513249,-57641],[-513438,-55314],[-515047,-53479],[-514693,-51016],[-518930,-52776],[-517680,-53696],[-518213,-53350],[-518835,-53317],[-518736,-53041],[-516715,-54468],[-515269,-54916],[-512112,-59423],[-514025,-58158],[-513187,-60185],[-515115,-52344],[-518464,-53857],[-518791,-63490],[-515321,-60307],[-518180,-66959],[-515851,-75062],[-518149,-73846],[-523655,-75991],[-512828,-70914],[-512606,-71101],[-524301,-75132],[-517220,-64962],[-518702,-66257],[-515854,-65447],[-516553,-65983],[-519136,-66750],[-517023,-75898],[-518202,-75521],[-519286,-70941],[-519499,-69200],[-519608,-70444],[-519975,-75416],[-522500,-74860],[-522467,-74439],[-512834,-68412],[-517433,-70789],[-515358,-66375],[-520800,-70430],[-523501,-68013],[-516250,-64123],[-514908,-74098],[-513240,-72937],[-519147,-65414],[-518748,-65769],[-524725,-75113],[-523951,-72173],[-522939,-72365],[-521817,-72142],[-520727,-73450],[-520315,-73507],[-516895,-75943],[-518617,-76107],[-516713,-75126],[-515692,-74405],[-514938,-73869],[-524067,-74724],[-523827,-70803],[-524619,-69653],[-523564,-69189],[-521910,-69853],[-520915,-71152],[-518967,-72473],[-519367,-72654],[-520387,-73495],[-521195,-75777],[-521859,-76167],[-522239,-75249],[-523569,-71636],[-524403,-75361],[-515092,-76225],[-512920,-81493],[-524798,-88390],[-522020,-88264],[-522730,-87617],[-522219,-86802],[-522452,-86528],[-522327,-84437],[-519075,-83419],[-517462,-79848],[-514000,-80004],[-513589,-80148],[-515617,-78086],[-516615,-78322],[-516917,-77935],[-516936,-76701],[-523992,-89070],[-523708,-89195],[-515243,-91102],[-515845,-94272],[-517342,-92458],[-519709,-96150],[-522235,-94991],[-522781,-93792],[-523008,-94626],[-518502,-98268],[-517474,-98309],[-517234,-92286],[-519710,-99096],[-512612,-90969],[-512626,-91359],[-515010,-91721],[-515566,-91784],[-521400,-92846],[-522437,-90194],[-517315,-91958],[-518352,-90578],[-518567,-90614],[-519493,-92764],[-518836,-91618],[-518360,-92475],[-517694,-92664],[-518692,-92809],[-516067,-94904],[-515487,-94058],[-517423,-94418],[-516660,-95372],[-517000,-96119],[-516102,-94990],[-513939,-91531],[-516685,-92579],[-517872,-91460],[-517872,-90097],[-517260,-89602],[-516004,-89454],[-515157,-93750],[-512415,-94328],[-512189,-94621],[-512795,-95790],[-522808,-105409],[-516489,-107499],[-516087,-111689],[-513353,-109265],[-526234,-132347],[-528427,-61310],[-528870,-62151],[-526727,-63158],[-528161,-63403],[-526671,-62616],[-527289,-61275],[-529848,-63564],[-529772,-61222],[-530474,-63043],[-531933,-65469],[-528021,-69769],[-528852,-65716],[-527506,-65934],[-527533,-67229],[-526135,-67174],[-528057,-68762],[-529654,-67798],[-530607,-66971],[-530040,-68809],[-529816,-64196],[-526070,-65197],[-531572,-72282],[-530991,-71108],[-528958,-75043],[-527932,-75542],[-527337,-75188],[-525291,-76036],[-532088,-73315],[-526513,-64881],[-530793,-67520],[-526528,-69767],[-534040,-73929],[-532460,-76350],[-532922,-76513],[-533879,-76333],[-531438,-75345],[-531110,-75047],[-530889,-74513],[-530954,-73450],[-529939,-73289],[-529044,-72533],[-528283,-73409],[-529061,-74614],[-528390,-74747],[-526177,-73598],[-528036,-76502],[-527102,-76088],[-525769,-65448],[-526458,-68890],[-532858,-77654],[-532048,-77056],[-527538,-76858],[-528967,-76803],[-529427,-77628],[-530194,-78225],[-530573,-78282],[-527335,-81648],[-533176,-84802],[-525399,-77506],[-529155,-78016],[-529877,-78374],[-526344,-81120],[-526143,-81927],[-527146,-81231],[-525968,-80774],[-525900,-82231],[-526108,-83240],[-526955,-83618],[-526490,-84437],[-529776,-84455],[-530539,-86534],[-530660,-87733],[-530657,-86649],[-531515,-85747],[-529909,-88250],[-529853,-89177],[-531039,-89325],[-530946,-88387],[-531954,-84159],[-531066,-83907],[-532880,-83078],[-527827,-88731],[-528663,-88574],[-529698,-88931],[-529844,-87761],[-529491,-89373],[-527179,-99793],[-526992,-101481],[-525361,-93921],[-526961,-89986],[-529886,-96133],[-527760,-90779],[-529912,-91684],[-531106,-91311],[-528275,-94487],[-526056,-91370],[-525121,-90901],[-526262,-90489],[-525677,-103793],[-530068,-102929],[-528386,85579],[-550334,202569],[-546905,207813],[-558636,186595],[-561934,203637],[-552885,199874],[-557193,200861],[-574603,186444],[-569343,201378],[-566959,202180],[-572099,198860],[-566907,198706],[-569189,207412],[-569529,205458],[-571291,205153],[-623693,53639],[-618750,62058],[-44734,-9810],[-43399,-442303],[-40326,-440491],[-39854,-436129],[-48064,-455128],[-48294,-468936],[-45113,-466849],[-41362,-467633],[-38744,-467612],[-46146,-477025],[-39058,-107649],[-40312,-112477],[-56574,-442522],[-53420,-444903],[-53313,-445299],[-55590,-442626],[-55315,-442981],[-53870,-442595],[-53527,-442467],[-53438,-442851],[-53219,-445123],[-63490,-460568],[-53465,-448905],[-55232,-448309],[-54975,-448062],[-61183,-448977],[-61143,-449272],[-62442,-450521],[-55769,-464118],[-54121,-468491],[-54077,-468828],[-53717,-472332],[-58588,-470921],[-58401,-471189],[-51243,-478253],[-51239,-474015],[-58186,-474581],[-58374,-474375],[-57762,-477509],[-74819,-117826],[-76468,-117246],[-74166,-115904],[-73358,-116289],[-68801,-335487],[-71564,-337003],[-69061,-335888],[-74972,-340495],[-74366,-339138],[-64155,-458550],[-64063,-460018],[-66177,-458232],[-67132,-458118],[-66673,-458250],[-75401,-72262],[-75647,-71983],[-74891,-73506],[-74671,-73101],[-72901,-71769],[-72529,-71392],[-71456,-71167],[-71317,-72507],[-71659,-73047],[-71783,-74099],[-72759,-74324],[-73612,-73960],[-73724,-75121],[-72910,-75259],[-74312,-70217],[-74519,-70030],[-73667,-70479],[-74559,-71626],[-75447,-72114],[-75039,-72105],[-74491,-73281],[-75118,-73786],[-73480,-73234],[-74033,-75526],[-73133,-75194],[-72274,-75295],[-71983,-74273],[-72340,-74348],[-71737,-72883],[-71573,-72402],[-70857,-74798],[-70594,-73409],[-70688,-73541],[-70618,-74918],[-71580,-75266],[-74471,-73072],[-74742,-72898],[-74891,-73705],[-74558,-73554],[-74560,-71963],[-75467,-71329],[-75275,-71064],[-74935,-68988],[-74255,-68913],[-73176,-73729],[-72419,-71710],[-73752,-69707],[-71831,-75271],[-67418,-69551],[-65465,-68684],[-68298,-68990],[-75698,-107138],[-75731,-107353],[-76233,-106910],[-75966,-106566],[-71839,108972],[-77372,-116612],[-76804,-117740],[-79030,-338271],[-87166,-411133],[-88107,-418615],[-82181,-420561],[-82459,-420500],[-82169,-75251],[-79300,-70907],[-78315,-70498],[-83082,-75409],[-78690,-70076],[-77526,-70794],[-79637,-72544],[-79827,-72449],[-79245,-71843],[-87147,-71465],[-86506,-71704],[-83381,-69707],[-85352,-71015],[-88184,-69172],[-86546,-69533],[-87513,-74830],[-82613,-75667],[-79747,-72314],[-79106,-71048],[-77460,-70052],[-79616,-77075],[-81266,-78799],[-77883,-77718],[-81148,-78120],[-83274,-88476],[-88503,-89387],[-83744,-87352],[-84226,-87702],[-86206,-88071],[-84012,-82321],[-84322,-84849],[-87083,-84765],[-86591,-85730],[-84977,-84041],[-80006,-78613],[-82454,-77754],[-88082,-90123],[-87339,-90734],[-86303,-92092],[-1054487,1493549],[-94941,-457612],[-90438,-454154],[-102084,-63495],[-90554,-74046],[-91386,-75176],[-89848,-74888],[-90414,-72343],[-96917,-75262],[-100204,-76217],[-100805,-75135],[-100336,-64128],[-90264,-69707],[-90217,-77076],[-94112,-77169],[-97262,-77259],[-98406,-82582],[-98912,-78650],[-99290,-81599],[-89824,-91432],[-90595,-92441],[-1252536,1519805],[-114982,-319403],[-115000,-324335],[-114142,-334084],[-114204,-464251],[-114315,-571791],[-114003,-570730],[-113173,-572071],[-114402,-571599],[-102484,-71225],[-105316,-72229],[-110089,-75104],[-110857,-72479],[-108193,-72310],[-108881,-71700],[-110219,-70220],[-111441,-66556],[-111647,-68117],[-110943,-68903],[-109697,-66278],[-110411,-66862],[-111630,-68259],[-111004,-67858],[-109562,-66968],[-106891,-65720],[-107488,-67036],[-105127,-66270],[-104028,-64160],[-108715,-73110],[-110946,-74238],[-107734,-77175],[-108948,-76661],[-107299,-82742],[3996,-115887],[5815,-123879],[7062,-123712],[8513,-136366],[8160,-131200],[534,-134485],[3065,-145511],[383,-145713],[1523,-143236],[6744,-140943],[5082,-378891],[11514,-401190],[8434,-402138],[4858,-414001],[5803,-411994],[9857,-416216],[10760,-468295],[7295,-475842],[4039,-473737],[9745,-488484],[6385,-499150],[10471,-113266],[1283384,548128],[1282710,549549],[1284970,550206],[1282816,551716],[1286949,552966],[1280774,551698],[131392,-9699],[128664,-9360],[134393,-304561],[134596,-300281],[136742,-301137],[131333,-305876],[135558,-303662],[133522,-299785],[134480,-308443],[140024,-308356],[129402,-311375],[128680,-309988],[140500,-308710],[140490,-312720],[139555,-313161],[140563,-315154],[140182,-315126],[128734,-313156],[139414,-318866],[137915,-317496],[139922,-315278],[139702,-323256],[139995,-323259],[140161,-320799],[140341,-321530],[139822,-322621],[137307,-14768],[140007,-15970],[129930,-18597],[131529,-24937],[129935,-13135],[138731,-25560],[135069,-27506],[128415,-25792],[137878,11601],[131687,5745],[129090,133988],[131309,130631],[138608,140453],[140537,128638],[128061,128381],[132601,128393],[134535,144064],[137322,142688],[140524,20481],[137812,23895],[132636,22326],[138926,25500],[128556,292848],[130279,283571],[132371,287830],[129385,325881],[128121,343446],[130400,333595],[128099,338687],[128550,334856],[131753,339913],[140228,358568],[140518,26197],[140409,39119],[128478,54234],[129721,52372],[134048,79519],[136422,102533],[136191,109920],[135988,103253],[128462,109892],[128079,114050],[129428,113763],[132460,111508],[137096,103629],[128139,112988],[128311,113343],[131152,113424],[129920,113192],[133057,111860],[133472,110451],[133279,123356],[134642,126025],[132782,120767],[136165,121945],[136954,120888],[132434,126755],[130425,119141],[129985,118155],[129654,117838],[129185,124722],[128133,122986],[128241,122602],[129090,123247],[129151,124392],[150204,-5832],[150073,-7232],[151883,-7455],[148023,-298624],[148695,-298293],[147871,-302433],[145651,-302956],[142055,-299979],[149125,-299542],[149079,-302232],[149079,-306150],[146603,-296408],[150225,-298689],[145475,-303177],[149154,-306237],[141220,-302953],[146332,-304992],[145873,-297370],[143470,-300143],[150060,-305788],[146840,-301459],[148574,-299223],[146449,-299080],[145605,-297123],[145349,-297449],[144666,-315827],[142164,-309971],[145216,-318139],[146193,-317783],[150884,-307264],[141125,-311126],[146972,-307512],[151233,-307582],[141963,-309918],[147784,-308574],[147101,-319752],[147667,-319629],[148253,-317816],[146407,-313779],[141467,-311944],[147115,-319800],[147256,-319121],[143415,-319592],[147468,-319325],[143308,-318972],[144766,-315449],[141407,-312166],[142712,-316219],[142067,-317405],[146620,-314711],[142319,-321625],[141267,-321242],[142779,-322932],[144967,-325935],[142046,-320460],[148050,-320054],[141794,-324247],[145039,-325819],[144480,-321483],[148569,-320881],[147925,-320835],[142929,-325563],[142826,-324179],[141967,-320803],[148439,-322963],[146879,-28364],[146428,-53216],[146311,-53240],[146444,-54582],[146738,-54529],[150919,12402],[151385,8261],[142452,134288],[142679,133825],[149027,129295],[152958,135795],[147944,133821],[148149,134629],[146070,142751],[143467,20483],[152886,25465],[144205,322461],[144119,324590],[146651,331400],[146038,335015],[145886,336461],[152146,335256],[142952,333795],[144109,338532],[146093,361337],[150429,363744],[153348,37421],[144660,31790],[143761,29443],[153528,44352],[153581,44405],[153538,45145],[153316,43984],[153518,45529],[153489,45250],[145108,102541],[143291,103742],[145621,103317],[145367,104488],[145677,103330],[146692,104721],[145775,105147],[153312,104278],[144352,117092],[145346,117622],[143691,125565],[143105,126459],[145295,127804],[151977,122053],[151412,126631],[141918,127750],[142443,121887],[144257,122854],[148036,120633],[165621,-4679],[161561,-5858],[165756,-12417],[161530,-11618],[166380,-4656],[164532,-4581],[153846,-11095],[159861,-19550],[160038,-15160],[159616,-19325],[163568,-22312],[165954,-26046],[156511,-28923],[154871,-31026],[162436,-33677],[163976,-27642],[160190,-30035],[154496,-27845],[155918,-31573],[158749,-33204],[162559,-33215],[164438,-50597],[166314,-55151],[164927,-58109],[163238,-52156],[164693,-54542],[161882,-57394],[165813,-63782],[164240,-60470],[161495,-63705],[162617,-63516],[165972,-70254],[161411,-73310],[160928,-75697],[160386,-73460],[159222,-77436],[161196,-80661],[161863,-79462],[162546,-81629],[159671,-84905],[165417,-80859],[159700,-97578],[159631,-99112],[161124,-98150],[159931,129837],[161248,129375],[161604,140773],[162162,137602],[166334,139539],[162602,132866],[165659,129525],[165685,132728],[164976,134107],[164870,20840],[154492,15875],[160361,23340],[155984,25575],[161398,294507],[161589,283929],[159094,295246],[158780,297684],[158557,319768],[164820,316246],[159236,316402],[160794,315346],[156477,325728],[161645,332013],[161488,331178],[165654,322669],[161332,324577],[159705,329457],[162697,331589],[157208,331734],[154738,334275],[158144,335343],[157961,334914],[162286,357853],[161677,355066],[165359,357009],[165431,360173],[158224,364674],[162708,366671],[154496,38123],[156256,34228],[158490,38402],[155336,25813],[160019,28594],[161042,29091],[161504,28929],[155763,44739],[156708,47506],[155015,47522],[155569,43996],[156907,44980],[156058,44342],[157319,46627],[158212,48866],[158600,49345],[158581,51110],[158239,50106],[157802,50998],[160266,50932],[160570,50724],[157781,45411],[157451,45432],[158054,47361],[159155,47516],[158916,48058],[159760,46845],[160576,47143],[158684,44595],[157547,43237],[158317,43521],[155077,44608],[154362,45866],[154794,45714],[155698,44095],[156169,47925],[154985,47333],[154830,45467],[158615,43711],[154930,45539],[156612,44644],[157457,43653],[158365,46533],[156256,47885],[158344,48701],[158302,48735],[158427,50244],[158648,50074],[157012,50623],[160592,51098],[158428,46235],[158367,46455],[158099,46798],[159130,48059],[158451,48441],[159871,46214],[160351,46129],[159056,44557],[154898,43748],[154004,44507],[154926,46724],[154847,46340],[159422,61064],[160824,58065],[161113,57097],[163554,55637],[163877,60619],[161366,62623],[160673,62296],[160189,63470],[159989,63258],[159115,63033],[159809,61105],[158187,61328],[159908,52272],[159723,52317],[159597,55232],[160193,53006],[158441,55924],[159736,54715],[159373,54107],[162902,55561],[164512,56213],[160734,57448],[164790,55737],[160885,56237],[163053,56430],[158625,61741],[161468,56397],[159384,60682],[164321,55777],[165876,63291],[163413,60725],[163485,59867],[161037,62748],[160737,62368],[160493,63217],[160481,61549],[159504,62816],[159305,62288],[163386,56173],[157141,51580],[160197,51449],[160260,51731],[158846,55858],[158960,56128],[159716,56509],[159666,53688],[159737,54535],[160852,57754],[164296,56101],[159919,58300],[163888,55550],[161675,67818],[161310,67874],[156897,65249],[157684,65707],[158489,65986],[163587,64298],[163265,65392],[162992,76345],[159217,76953],[156248,73675],[159486,68346],[161623,68513],[162188,67552],[157081,66057],[157087,65886],[158460,65010],[158117,65714],[162766,66259],[163118,66595],[160461,68818],[156024,80096],[162767,80056],[164415,81301],[166221,85669],[155892,80283],[165501,89660],[159438,85910],[160650,81684],[161492,82144],[165025,82728],[163328,79302],[163920,80498],[166226,87825],[155322,82625],[166061,86306],[156388,84930],[156354,82951],[162422,90359],[165979,100311],[158572,101922],[159280,101362],[166107,96843],[157233,102588],[155088,101610],[153944,101742],[161414,97490],[159110,97209],[161833,95121],[162475,95661],[156268,101503],[155691,100818],[164834,101814],[164660,100134],[166156,108174],[165240,108010],[165050,114239],[164844,113119],[166128,115384],[163387,107540],[161424,115055],[164194,109019],[162378,107872],[154803,104840],[153946,105935],[155947,104373],[162846,104858],[162809,103377],[165107,104648],[164894,104882],[157647,109611],[156812,108586],[160139,106674],[159241,106283],[158498,103506],[159106,103937],[162293,105879],[160025,105232],[155622,107862],[156204,109505],[156028,117678],[155988,116212],[162935,116222],[165250,116158],[154935,127703],[154746,127389],[155863,126304],[160029,126502],[162209,123653],[161947,123734],[160674,123936],[162042,119524],[165907,121541],[161798,120885],[154812,117524],[165505,117896],[177066,-120029],[177602,-121160],[178340,-122513],[177288,-117808],[176282,-126538],[176543,-126766],[177299,-122394],[178878,-119273],[176743,-134378],[177847,-140588],[176775,-132817],[177416,-134039],[177589,-140578],[173462,-134414],[173510,-134185],[176795,-140971],[177050,-140652],[178404,-147127],[176636,-142092],[179039,-144111],[176231,-147212],[176590,-152626],[176371,-143871],[173833,-147204],[172828,-149637],[178329,-148055],[173878,-147072],[178674,-146658],[176951,-142208],[176512,-142940],[178270,-144092],[178545,-142861],[176534,-146468],[177285,-151956],[178391,-151584],[176545,-144422],[177061,-143597],[176159,-159443],[174342,-160592],[172543,-164127],[176201,-161578],[178761,-155099],[173671,-165389],[168720,-165963],[173250,-159828],[174562,-165836],[175182,-153412],[178313,-153894],[173796,-156870],[175869,-158116],[174667,-159616],[172943,-163450],[175972,-160120],[176677,-157377],[177839,-157713],[178037,-158048],[170109,-163864],[170360,-162362],[171994,-160778],[170993,-159179],[171302,-165045],[170878,-165490],[172808,-165856],[173069,-166094],[171833,-163926],[172096,-164049],[173811,-163184],[177169,-163084],[175993,-165774],[176577,-164391],[174601,-161554],[174994,-161070],[174439,-156987],[174498,-160419],[171632,-165333],[172294,-164051],[176346,-164983],[174702,-161331],[174303,-164363],[173582,-165407],[178414,-160196],[171899,-158177],[175439,-165867],[176545,-160658],[178245,-169047],[174458,-167179],[177925,-171552],[178101,-170541],[170629,-166867],[171078,-168496],[172117,-169205],[173745,-169797],[173383,-168160],[173102,-166857],[172754,-171691],[173263,-172555],[174701,-166425],[177990,-172511],[178070,-172658],[178370,-169515],[169247,-173182],[177703,-169640],[175633,-167152],[175330,-167943],[175512,-166948],[175764,-168993],[168406,-166887],[175140,-175473],[178651,-168200],[174994,-175840],[174185,-175630],[170791,-166908],[169739,-166978],[171422,-168286],[170815,-168476],[170873,-168494],[170998,-168740],[172390,-169721],[172792,-170006],[173993,-167368],[174327,-167103],[172895,-171644],[173291,-173164],[173038,-172593],[178053,-178607],[171872,-167541],[174594,-166863],[178308,-179503],[179030,-181030],[178585,-180718],[177298,-210444],[178103,-209780],[168840,-8824],[172289,-625],[176409,-7123],[175622,-6755],[172957,-5255],[168873,-7040],[176863,-1363],[177601,-8659],[176119,-5485],[172841,-4682],[166674,-11541],[175511,-15821],[178550,-12954],[176375,-21665],[175669,-13266],[174606,-15544],[176250,-22093],[179151,-20772],[176525,-19021],[175197,-13164],[174341,-35822],[176297,-36020],[176047,-36321],[175781,-30786],[170175,-27444],[167177,-32315],[167468,-35178],[178289,-34565],[173674,-26161],[176125,-28555],[166806,-29165],[178006,-42947],[169514,-39143],[177078,-40876],[172477,-40403],[179414,-47110],[176125,-45096],[173703,-42516],[166488,-59637],[167232,-62155],[170010,-69291],[174107,-71301],[171476,-74497],[175565,-79971],[173089,-85048],[178620,-85288],[174467,-88946],[175600,-87699],[177823,-112008],[178990,-114270],[168352,12212],[171732,775],[167459,11760],[174074,1419],[166885,12163],[171794,1509],[174622,131851],[173169,138576],[174066,139623],[175426,25335],[174990,25409],[171566,24000],[168279,21588],[167088,19026],[167402,16894],[170841,319795],[170222,318467],[172444,311216],[176592,317057],[176517,327906],[176902,327239],[174356,322924],[169058,327760],[178657,324696],[173500,321198],[179119,327682],[176642,355537],[172391,354201],[175774,349459],[169105,368351],[171764,360290],[175478,360295],[172527,35129],[171750,25879],[175720,32668],[172940,38568],[168888,38065],[167211,38157],[167629,36673],[172490,33763],[172911,29366],[172787,25801],[175983,34334],[174622,36662],[174136,36501],[169473,37642],[169065,37196],[167069,38179],[166961,38340],[166721,37178],[167048,36451],[176033,33176],[178697,47723],[172570,49208],[172831,49221],[173479,50375],[173258,51286],[170935,50664],[171483,49151],[171894,49869],[168581,49833],[167776,50743],[172717,40558],[166886,39384],[173364,39109],[171763,38921],[168814,40562],[168076,40601],[170139,43437],[177738,46874],[178204,47767],[178836,46753],[179198,48093],[175446,44567],[171414,41267],[172377,49360],[170717,49749],[170915,49056],[173201,51121],[170057,50059],[172325,50260],[168750,51002],[168014,49849],[168130,49901],[178552,47423],[178607,48530],[179058,47660],[172127,40910],[172376,41604],[173045,38932],[171921,38700],[172302,39118],[168474,41095],[167601,40198],[177851,47299],[178769,46570],[178819,46448],[178727,58915],[170690,62638],[174318,52559],[169408,56104],[172637,51828],[173305,54527],[173597,53691],[167181,62530],[167597,64092],[172965,53198],[173636,51917],[173426,53011],[168381,51469],[169317,56056],[169611,55601],[170041,60891],[169636,60812],[167366,60348],[167459,60238],[170404,59273],[172310,57550],[173114,56904],[172774,56494],[172672,56280],[169980,55556],[169423,62888],[168928,63204],[177869,56128],[178576,62413],[172675,53473],[173424,51825],[173541,52574],[166715,63719],[168438,63007],[172245,54366],[170091,56063],[169648,56324],[169956,59021],[169614,59382],[169734,60757],[170523,60884],[167914,59862],[167820,59812],[170242,60152],[170329,59219],[170852,57828],[172477,56844],[172551,57282],[172960,56514],[172892,56543],[170245,55914],[170063,55657],[169114,62556],[169620,62650],[177619,58541],[176658,61641],[173319,65377],[169689,67690],[166832,64410],[171360,65175],[172345,65119],[169726,65382],[169049,64590],[171270,71036],[172558,69551],[168629,74402],[167770,74765],[177660,75192],[177331,75457],[172064,65834],[166480,68967],[167530,64748],[172097,65455],[171615,64916],[169666,65173],[169846,64770],[178179,87074],[169623,88744],[167922,88970],[168012,88014],[175850,86221],[167175,84981],[167455,85812],[168400,87278],[178807,85664],[167632,89493],[175115,87260],[169209,86804],[175731,96879],[172241,92373],[170637,90416],[167887,90385],[177998,97873],[173514,98184],[176618,92013],[177578,93609],[176059,99755],[169463,91064],[168010,92932],[168186,90465],[178095,96486],[170480,100397],[178518,91893],[174900,98579],[174088,92237],[174879,97051],[173998,92888],[174687,97106],[175179,90807],[171734,91466],[169844,91410],[172920,111784],[177290,109890],[168842,110454],[173998,111939],[175396,106854],[168103,114878],[168417,109790],[169634,113513],[167875,113191],[177307,102831],[178588,106108],[177379,110716],[167525,108709],[166641,109394],[166475,108677],[167621,111402],[169898,110912],[167958,113352],[174620,113398],[177240,112241],[168763,108509],[169096,108271],[168206,107541],[168547,107854],[168622,107844],[173372,103217],[174764,117965],[177447,116492],[177753,125492],[175272,124140],[175886,119401],[177056,116641],[177005,117061],[173611,119518],[174890,120492],[178406,125245],[174708,124667],[173907,118605],[171172,118641],[186672,-127696],[184480,-126187],[191399,-121938],[181966,-125053],[185610,-125146],[182861,-127743],[188491,-117815],[188986,-117892],[187944,-120818],[187419,-121731],[184610,-122539],[185193,-123272],[185340,-124143],[188404,-122432],[189170,-122768],[184020,-124335],[184809,-124853],[187054,-124802],[186729,-124507],[183304,-126508],[189254,-120277],[190815,-121862],[191325,-120095],[189919,-118542],[182211,-121300],[181098,-118010],[180672,-115776],[179506,-118482],[190777,-124064],[190430,-126641],[191753,-125588],[188036,-125782],[187426,-126515],[185265,-120334],[186111,-120515],[188951,-118867],[187479,-120012],[186134,-122600],[188986,-122519],[182698,-124804],[187274,-125068],[183545,-126175],[190508,-121056],[190060,-118080],[181014,-118931],[181089,-115874],[190130,-123535],[191106,-126332],[187499,-126564],[185082,-120360],[181156,-122364],[180131,-120270],[190187,-136427],[184971,-132076],[189779,-129995],[189122,-131509],[185908,-130710],[188027,-135147],[190287,-133970],[184558,-135690],[184419,-136594],[182605,-140223],[181132,-137241],[180618,-135459],[183533,-131417],[185809,-140333],[180994,-138431],[179548,-134547],[182354,-133914],[181031,-130379],[181209,-129610],[182725,-128038],[190176,-135215],[185489,-133258],[181709,-133522],[185379,-133073],[182901,-133248],[191788,-135289],[182344,-133810],[185058,-133155],[191273,-140369],[191346,-140576],[184099,-133783],[185666,-127907],[188350,-132112],[185428,-130951],[185798,-130748],[188371,-134461],[188854,-133746],[191865,-134686],[185065,-134779],[184324,-134655],[185186,-137394],[184266,-137347],[182477,-137985],[182535,-136199],[180910,-136282],[180293,-135994],[180248,-129707],[183966,-130916],[183820,-129810],[186038,-139222],[186201,-140493],[181354,-138292],[179711,-128946],[183207,-138552],[179914,-134329],[179416,-133924],[179567,-136611],[182735,-133839],[183151,-135233],[180763,-132066],[179504,-129916],[180572,-131267],[180524,-129268],[180648,-129467],[182663,-128319],[182498,-128972],[190697,-136628],[184899,-129502],[185281,-137183],[181286,-143341],[180675,-142973],[184633,-142999],[185421,-143729],[183280,-141402],[180319,-143526],[181610,-144029],[179490,-142471],[184649,-143461],[185734,-141420],[186884,-141215],[179749,-143345],[183419,-143332],[180359,-145290],[184990,-153264],[191487,-152357],[191587,-145739],[180331,-146477],[187459,-151846],[191343,-148068],[190420,-151309],[188124,-147812],[186582,-149226],[186913,-150048],[189557,-148090],[190031,-151057],[186521,-152862],[179552,-143850],[190682,-143288],[190325,-147621],[191558,-152255],[190133,-152313],[190965,-146629],[180357,-144318],[180825,-146716],[180915,-146974],[186058,-151854],[180621,-145967],[179304,-146507],[180956,-148751],[190183,-145449],[185317,-152473],[188456,-150677],[189451,-152259],[189391,-145936],[188305,-146385],[188056,-146403],[187367,-148674],[186104,-148906],[185741,-149632],[186920,-150331],[189984,-149141],[189569,-148542],[189538,-150900],[189454,-150248],[185734,-152664],[191654,-150946],[188729,-149016],[183460,-160347],[181887,-160569],[184241,-166075],[181317,-160380],[186854,-153666],[182138,-162548],[179841,-158096],[185640,-160655],[185415,-161799],[180595,-162947],[185000,-153693],[186627,-155129],[187218,-153655],[188073,-154673],[180862,-155076],[180802,-159004],[181774,-157088],[179842,-160258],[180457,-159987],[189418,-164286],[187302,-164028],[186371,-164302],[186207,-166102],[180195,-158381],[182013,-159767],[185400,-160479],[183367,-165198],[182374,-163227],[185862,-155060],[180639,-155885],[180221,-156839],[181563,-156863],[181288,-160598],[187595,-163105],[185453,-165491],[182923,-164377],[184305,-163060],[183483,-162651],[182406,-163311],[182059,-164852],[184616,-164437],[180435,-171210],[181333,-173444],[191252,-178498],[181598,-166739],[186838,-178100],[180002,-166832],[181430,-168546],[186889,-168469],[189692,-168335],[189202,-171739],[190337,-173627],[190248,-177668],[186176,-175371],[184191,-174565],[181680,-173481],[182657,-176136],[181302,-170156],[179226,-169033],[183621,-176744],[180963,-171006],[190580,-177994],[191884,-178927],[180804,-170708],[180091,-170094],[180962,-166736],[181950,-166589],[187733,-176697],[179508,-171897],[179471,-167079],[179342,-166668],[181811,-168473],[181289,-167452],[188047,-169742],[187477,-168299],[179532,-172010],[189624,-169566],[190165,-168288],[191226,-172758],[186253,-174575],[187702,-173308],[189933,-175889],[188410,-174917],[191381,-173963],[190270,-176873],[190024,-178054],[185033,-176849],[185910,-177285],[182789,-175294],[183011,-175453],[183287,-174624],[182784,-172345],[181075,-173685],[181827,-174104],[185024,-170702],[181589,-174247],[181287,-175680],[183883,-174156],[180276,-174961],[182472,-173126],[184087,-183293],[179806,-180912],[179872,-181570],[190849,-186088],[182181,-181016],[182991,-184644],[186655,-186336],[180574,-183436],[184031,-181760],[184343,-184968],[186225,-185823],[180086,-179187],[188152,-185807],[188791,-181239],[186776,-182661],[188720,-184502],[187343,-179791],[185448,-181171],[183128,-184336],[182445,-181614],[179730,-180228],[181452,-180186],[188311,-186217],[179928,-182597],[184056,-185214],[183267,-184355],[188039,-187085],[185388,-187109],[184758,-180799],[181915,-184307],[191467,-188154],[191595,-185871],[191917,-185209],[187987,-184972],[181858,-180968],[181073,-182088],[180152,-179568],[184301,-182593],[183261,-181609],[185294,-183187],[179584,-179096],[188943,-186389],[188833,-180993],[189221,-181751],[187033,-183387],[186410,-183820],[188774,-183382],[189201,-184218],[186954,-180099],[185206,-180318],[185054,-203753],[190975,-213983],[191656,-216255],[186403,-205375],[183379,-207324],[182843,-207714],[180137,-208444],[179794,-210414],[181021,-211856],[191396,-216214],[186475,-205345],[184524,-205016],[183150,-207414],[182339,-207275],[180371,-208734],[179944,-210191],[180284,-211149],[191488,-218949],[184877,-228937],[187178,-226933],[187705,-225532],[190449,-219411],[186449,-229756],[187007,-228318],[187946,-226046],[189311,-224372],[191519,-228510],[185588,-231028],[190954,-230321],[189321,-232362],[188932,-231787],[183821,-230496],[185681,-231003],[189724,-233212],[188736,-233124],[191612,-6579],[191999,-3677],[188985,-4147],[181272,-11165],[180802,-10332],[184715,-9535],[181237,-7768],[181865,-1274],[185625,-8248],[185512,-1229],[189614,-16310],[191829,-25207],[187132,-25175],[189827,-13929],[187467,-19488],[191698,-16004],[185842,-25254],[189343,-15339],[181807,-23870],[185099,-22755],[188477,-23108],[184316,-34125],[182591,-34778],[189517,-40658],[185663,-27649],[180078,-27686],[190585,-32275],[185269,-36195],[182125,-31686],[180372,-32143],[179260,-25958],[188000,-35397],[184808,-37915],[182607,-46107],[179256,-40152],[185415,-44046],[188846,-50977],[188410,-43475],[179753,-51121],[185496,-41482],[186150,-44392],[185785,-49498],[180382,-45772],[185815,-44008],[186646,-39228],[184177,-52444],[189612,-57525],[191394,-54588],[191217,-60913],[185152,-52225],[190283,-54010],[179478,-68344],[189457,-97204],[190554,-101260],[190593,-101629],[189386,-100678],[189888,-102105],[191252,-113324],[186389,-105462],[189720,-107495],[191521,-114806],[181099,-108143],[187185,-110785],[186854,-112500],[189788,-110915],[188794,-108324],[186623,-105543],[180423,-106909],[187211,-107779],[189382,-107991],[191422,-107504],[191846,-108528],[189307,-110784],[190456,-113818],[184631,-110866],[181732,-109113],[182350,-107183],[180548,-108319],[186171,-110934],[188043,-113390],[186392,-111955],[188455,-113041],[188965,-111115],[184689,-114023],[186913,-106633],[179452,-112106],[180860,-114723],[191039,-104416],[189105,-106831],[184621,-103226],[191469,9534],[189015,6970],[191932,7823],[191143,4148],[185479,7381],[183194,2515],[185030,8947],[182156,511],[184773,2491],[185264,4416],[180575,387],[187034,6386],[187560,3511],[183001,5835],[184657,1162],[179926,139636],[180953,129945],[191490,132612],[184545,132543],[187871,136252],[180246,128485],[183745,128738],[186656,128722],[188184,132816],[185241,130189],[189134,133653],[185293,132398],[189229,144199],[190661,147104],[188969,143929],[191235,146610],[190658,143974],[190497,15076],[189350,17407],[183098,22289],[183030,21991],[189052,13452],[188526,287865],[188288,282796],[187996,289226],[186814,289174],[191126,297748],[191190,295980],[185208,299379],[189770,305426],[186161,304986],[179515,303384],[191375,302324],[180999,308772],[189042,310567],[184882,307519],[190273,309392],[180012,317873],[181303,315220],[184032,316691],[180105,318199],[190832,320788],[187748,324807],[187335,327276],[185226,329366],[181959,324990],[184827,323524],[180846,327311],[189996,345041],[187041,345712],[182864,337311],[181529,333871],[187999,336674],[191422,333480],[182420,352778],[188006,355546],[189022,349404],[180111,348347],[186461,349474],[183506,34205],[180459,28940],[188020,29023],[190200,33632],[179845,32022],[181112,33461],[184925,31424],[191521,30442],[190278,35249],[184546,35700],[183195,29844],[186730,27942],[180829,32941],[187126,35740],[183948,33052],[184779,29659],[181950,30459],[184690,29694],[187286,29463],[185811,30644],[189156,36198],[187958,33752],[186624,35099],[180536,27155],[189601,45758],[181983,42086],[184078,47235],[187126,48392],[191713,39792],[182001,41250],[183722,48383],[189072,48056],[180480,44416],[191058,39918],[180508,43769],[182846,44098],[184493,48491],[185808,47967],[180947,44190],[189927,40195],[187504,39905],[190709,43455],[190368,58661],[190426,62560],[190966,53524],[190329,62411],[189949,53477],[189159,61778],[187107,62168],[186876,60582],[190321,61579],[188047,60083],[188482,59551],[187821,51763],[182508,54893],[180272,59489],[182457,53625],[188631,52039],[183496,52005],[184217,56579],[182580,58032],[183442,60269],[185970,57963],[182641,54599],[190351,64771],[188748,67414],[191863,69549],[189410,71360],[189507,64582],[191458,67783],[189882,67169],[189522,70093],[182572,66784],[182433,73851],[185297,68469],[184587,70866],[182573,73923],[187017,76672],[181820,65151],[181849,70427],[185217,69600],[183577,75014],[179545,75489],[184243,72227],[187000,76698],[182275,73867],[189541,87728],[191977,86274],[182195,86879],[183553,88324],[187714,89443],[188519,88975],[181633,81555],[181525,84477],[181842,81468],[181013,77893],[184676,81799],[181418,79786],[181152,80649],[182226,83733],[185937,78474],[186055,83706],[182149,86103],[181365,79440],[185087,96606],[184797,98622],[183080,96061],[191293,102156],[189775,92667],[188966,96680],[187736,100618],[185719,102314],[187588,96625],[187320,91970],[186255,91033],[189769,91362],[183266,99139],[183093,98968],[179682,97418],[183345,93013],[182599,92272],[182657,91813],[179381,96148],[183444,93679],[180465,107552],[191252,112680],[187612,108640],[186647,113308],[191581,103448],[185248,105044],[180205,102787],[182529,105821],[182919,106914],[191574,106398],[190317,109425],[184639,114380],[183956,107978],[183531,109272],[185195,103801],[190511,116704],[191063,123242],[188154,116484],[184594,119339],[186704,128116],[185955,128079],[180826,116854],[184797,123235],[191883,116462],[182664,119471],[186267,121626],[199736,-122317],[200757,-115901],[201459,-116900],[194465,-121192],[200322,-115190],[200902,-115313],[202178,-118656],[199170,-117919],[200140,-121649],[197719,-119125],[199748,-123427],[202386,-127145],[195081,-122810],[196106,-125189],[201321,-121122],[200958,-116766],[200827,-116238],[192370,-122767],[201585,-120054],[199545,-124698],[197819,-115229],[200692,-116923],[200572,-115335],[203248,-117761],[199848,-117129],[199782,-117586],[201224,-120575],[198901,-119075],[198400,-117976],[195883,-119270],[196710,-121734],[198146,-123692],[202000,-125303],[200785,-127390],[199571,-126947],[195250,-123310],[194453,-122881],[193930,-119041],[193825,-117434],[195090,-124017],[194403,-126407],[199520,-122081],[200638,-124552],[195898,-125032],[196019,-124085],[192134,-138150],[198110,-136587],[198980,-130918],[200950,-130880],[198386,-127986],[201332,-131384],[192967,-132318],[199704,-130252],[194587,-129380],[196234,-130810],[194308,-133187],[193801,-135685],[198209,-134290],[197398,-136439],[193265,-132154],[200706,-137336],[200538,-128659],[199186,-129708],[193303,-134215],[193290,-128979],[194378,-130476],[195360,-129016],[197927,-130354],[196432,-130324],[194299,-132926],[199133,-131586],[195174,-133514],[196018,-135356],[193730,-134942],[195186,-136019],[199227,-135737],[197976,-134674],[193290,-139559],[192568,-134979],[192792,-136526],[198538,-135206],[202259,-131663],[199211,-130777],[192909,-136668],[201059,-131127],[199744,-135908],[200553,-128659],[200786,-130608],[200314,-129084],[203631,-152917],[203992,-149092],[203813,-142332],[203090,-152537],[203297,-140701],[192311,-147701],[193530,-145817],[195691,-149246],[193022,-152436],[197690,-153316],[196574,-148847],[198760,-152377],[197034,-145710],[199223,-145540],[198923,-143227],[194497,-142603],[201619,-149995],[203784,-148381],[193829,-147959],[192339,-149802],[197677,-142765],[197218,-142796],[202540,-145817],[197032,-144235],[203463,-146641],[202821,-145266],[192510,-148622],[193297,-147802],[194023,-146254],[195547,-144042],[195630,-147463],[195127,-148720],[194382,-151053],[192832,-152435],[192982,-152320],[195131,-152100],[196987,-153346],[197835,-148837],[197876,-150493],[197551,-152760],[197871,-152850],[195746,-143965],[196779,-145771],[193530,-142927],[194474,-143309],[200239,-151047],[200047,-152223],[202915,-148410],[192612,-143820],[197973,-143373],[193712,-146990],[201543,-145647],[201763,-147429],[193009,-145996],[203012,-145969],[203325,-145675],[204753,-154232],[198192,-161609],[198629,-160223],[201151,-162047],[200829,-164644],[202819,-161367],[204363,-154426],[201790,-153658],[202525,-161324],[203431,-153727],[204748,-154302],[199831,-154717],[198253,-161595],[202343,-162305],[201104,-161676],[198842,-161382],[198415,-161512],[199363,-163647],[199350,-164565],[203059,-163705],[203243,-162761],[202220,-161954],[204642,-161409],[202181,-154647],[200336,-154114],[199868,-155069],[203458,-160822],[201955,-158962],[202290,-161254],[198110,-164977],[192229,-154185],[193277,-155019],[195523,-153724],[198660,-154551],[195512,-156177],[192144,-162847],[194924,-159752],[196638,-165703],[194742,-164881],[194802,-162269],[198034,-162653],[192880,-163877],[193416,-164006],[194343,-164386],[193874,-165256],[196242,-160941],[192325,-163441],[193099,-155417],[193598,-155297],[197136,-155542],[195047,-155601],[198310,-153971],[194405,-156095],[194610,-156231],[192454,-156353],[193020,-159262],[192873,-161308],[192163,-161345],[194556,-160337],[196064,-159538],[195345,-159789],[196883,-162518],[192635,-159737],[199203,-159463],[195857,-164021],[194309,-163600],[194582,-163710],[194258,-163571],[196277,-161474],[197648,-162916],[192612,-161851],[203231,-178345],[203030,-167043],[198973,-171084],[200860,-175428],[201509,-174475],[200368,-178348],[200307,-177169],[203937,-174253],[203867,-167146],[201752,-171896],[202589,-177886],[201359,-176996],[204342,-176981],[203247,-166275],[200115,-169666],[200761,-174695],[199934,-177808],[204472,-174271],[201189,-172179],[201607,-177919],[200045,-177662],[199667,-175213],[192223,-168284],[195434,-168584],[193518,-169483],[195159,-170847],[196663,-175534],[194256,-166701],[196469,-178409],[195805,-166770],[196122,-167076],[192502,-169029],[192334,-167723],[192630,-167066],[194282,-169120],[194510,-167375],[193893,-169614],[196020,-172609],[196644,-171697],[196612,-178900],[195572,-172172],[200453,-180474],[203757,-183850],[203886,-187051],[204621,-180997],[200359,-180757],[201939,-182176],[202400,-183282],[203097,-183379],[203283,-186552],[203616,-186011],[204731,-182864],[201215,-179502],[203840,-185004],[192824,-179737],[192679,-182641],[193344,-188766],[193816,-184403],[197787,-179753],[199068,-182246],[198531,-182784],[196313,-186291],[193540,-181073],[201295,-188271],[198012,-180690],[200099,-186020],[196024,-183939],[195844,-179302],[197527,-189096],[199931,-191296],[192978,-184739],[198253,-179556],[198440,-180277],[193448,-179315],[192971,-182277],[192246,-179834],[194145,-185994],[193824,-188792],[193688,-184054],[193202,-185352],[199834,-181858],[197725,-181084],[193606,-181528],[200147,-182790],[197155,-181928],[196843,-185755],[203450,-191032],[201049,-187433],[201123,-188153],[202297,-190643],[202597,-190889],[201075,-186295],[192769,-181305],[202360,-186614],[196443,-189403],[197083,-189866],[197654,-190104],[198055,-190203],[200918,-190550],[194768,-183204],[193021,-184342],[204708,-192112],[201602,-192478],[200577,-193049],[199209,-195071],[197976,-192604],[198325,-192003],[199748,-192294],[196898,-192735],[198432,-194555],[200788,-195363],[197248,-204453],[197437,-204552],[197956,-200320],[197835,-201076],[204695,-200102],[204455,-200939],[196612,-200712],[196259,-200877],[196288,-197247],[196592,-197076],[203166,-195357],[196724,-192357],[198977,-192326],[197088,-203936],[198019,-202332],[204369,-201681],[196602,-199031],[194966,-199034],[204793,-196241],[204275,-207176],[203774,-206208],[200699,-206728],[198817,-206647],[201669,-214787],[200436,-215408],[203612,-214042],[202572,-207735],[199440,-207644],[197733,-207646],[198173,-209783],[199888,-212448],[199969,-213265],[199501,-215732],[196430,-206231],[197344,-211033],[197405,-213204],[198639,-213740],[194872,-215558],[204383,-205242],[204777,-206269],[201531,-206262],[202492,-205839],[199058,-206462],[199724,-206249],[202250,-215687],[202264,-214987],[200247,-215185],[200729,-215011],[203946,-213839],[204114,-213538],[202141,-208154],[201862,-209017],[198914,-208397],[199825,-208338],[197885,-207590],[197025,-206924],[197499,-208695],[198053,-207817],[197770,-210363],[197805,-209685],[200479,-211340],[199788,-211700],[199544,-214213],[198979,-214126],[198737,-216125],[198797,-215612],[194488,-205840],[195469,-205087],[204683,-209623],[198878,-210544],[198181,-211039],[196740,-210749],[197512,-212876],[197703,-213336],[198686,-214741],[198345,-214062],[195547,-216983],[195992,-216323],[196010,-215206],[194156,-212604],[195204,-213705],[192157,-214001],[195112,-213592],[195408,-214328],[202294,-218228],[200029,-218536],[199412,-218036],[196135,-218225],[193986,-219564],[201304,-218568],[201248,-218390],[199963,-219049],[201388,-218250],[199351,-217427],[199021,-217706],[194987,-217531],[195716,-218947],[193327,-220078],[194830,-219140],[192965,-219806],[197557,-229404],[194419,-218632],[196129,-230858],[193676,-234260],[200143,-236556],[198169,-234254],[198525,-231947],[193538,-231134],[201691,-234773],[201435,-232561],[199334,-231362],[199365,-232524],[195206,-241830],[200260,-236022],[199097,-234393],[198012,-240999],[200829,-241902],[195528,-230262],[196321,-235064],[195669,-233227],[193788,-232184],[202443,-234180],[201834,-232691],[199375,-232176],[200776,-237364],[200140,-236336],[198937,-236915],[199605,-235029],[197393,-241784],[200751,-241155],[202136,-238319],[203884,-7088],[203248,-11669],[201767,-10778],[203332,-876],[192112,-11540],[194916,-4879],[198256,-1661],[194267,-8641],[196383,-9164],[204705,-5947],[204090,-821],[197774,-294],[194367,-11784],[193978,-3154],[197427,-1695],[199298,-11193],[196891,-243216],[193107,-243011],[196411,-243214],[194312,-24691],[195314,-19422],[201207,-24420],[202145,-12665],[195641,-18136],[203476,-12727],[198795,-14634],[197496,-23859],[192181,-19964],[201533,-17344],[196176,-18106],[192543,-23744],[195479,-23342],[195317,-30262],[193410,-33350],[197628,-34074],[200443,-33626],[204098,-29419],[199943,-27285],[193210,-29184],[197490,-26570],[196695,-34086],[195079,-42890],[201897,-43442],[202663,-43814],[203399,-46090],[194259,-53424],[194791,-64492],[203704,-63656],[197859,-60825],[199647,-54538],[193996,-63714],[198850,-60496],[195257,-58948],[201622,-55238],[204249,-56770],[201302,-69338],[201109,-65561],[200599,-68999],[201105,-68284],[195782,-65286],[192110,-82911],[195309,-91254],[200603,-91900],[192497,-91801],[202299,-91187],[203787,-100773],[204726,-92591],[197676,-91708],[194834,-100708],[193980,-102103],[192687,-100062],[194326,-94073],[204223,-97659],[199090,-100660],[201724,-104778],[201764,-103640],[196880,-109916],[197204,-112517],[199664,-106608],[202358,-105084],[196225,-112274],[199797,-104002],[202319,-104855],[200885,-113994],[192492,-102225],[199364,-107194],[192482,-104616],[196423,-102445],[197258,-110487],[198699,-108261],[199774,-111871],[196934,-110937],[197233,-108373],[192649,-113891],[202440,-103227],[202846,-105179],[192378,-109674],[192078,-106961],[192646,-105097],[194189,-103018],[197914,-110482],[196813,-110245],[199596,-107988],[201203,-108239],[197634,-111135],[199499,-114068],[199444,-114039],[197846,-114170],[197742,-113246],[204031,11336],[194605,1859],[203084,5877],[195971,6925],[193643,5478],[200484,8157],[197740,11905],[192450,1788],[204291,4570],[204015,11705],[196085,4914],[199860,5765],[197419,6911],[201781,8966],[203017,3327],[195212,778],[194193,128915],[200302,129395],[192306,130130],[193249,132088],[204754,137187],[202139,138341],[192119,145305],[196038,17245],[192251,16093],[201775,18422],[199237,18353],[202251,24437],[200200,24470],[203735,17361],[192915,22271],[196303,15413],[194731,18693],[200503,16804],[204659,19240],[201865,23885],[197737,23040],[201395,18074],[194494,24104],[193974,24037],[199948,301227],[195187,298656],[196965,308153],[193799,326030],[198005,343984],[194985,342564],[203432,341309],[203045,335633],[192182,343424],[195374,339140],[195727,347936],[193776,349544],[201561,30856],[203312,37664],[201258,38369],[201346,38133],[203672,36235],[199758,28853],[195989,38221],[196537,28536],[194568,33155],[195107,37137],[193177,38525],[192507,34864],[197341,38322],[194757,34977],[192053,29826],[192369,26431],[192226,30997],[198730,37698],[192118,32068],[193972,26151],[199769,44463],[199953,46792],[204788,46413],[197709,46929],[202630,49975],[200801,43299],[204217,51152],[204661,50611],[203807,43821],[202675,44757],[199824,47515],[202745,41602],[198664,42723],[199836,40651],[201563,38938],[192024,39316],[195068,41232],[194389,39745],[198315,41735],[194583,43099],[202801,63114],[202873,61274],[196500,62877],[201394,53039],[203604,55568],[192099,57864],[195963,62527],[200385,55208],[202147,57750],[199125,64218],[195320,76800],[195209,69162],[198764,67951],[204595,74271],[193877,75075],[194285,71158],[196542,74501],[200420,64779],[195619,70965],[197515,74723],[194035,73875],[194009,74755],[193822,69971],[197805,68595],[201561,72836],[195696,86407],[201843,79822],[203551,84263],[195375,82997],[197242,88101],[194586,85955],[202253,87972],[200138,79233],[196668,83127],[197619,88046],[197033,89458],[194609,92195],[202334,101869],[200812,93301],[199735,95751],[195965,98270],[192547,99956],[202278,93924],[202854,97254],[197947,92767],[195945,96632],[199687,95487],[200906,94263],[202362,94237],[201411,97972],[200681,98089],[198241,93653],[197798,92569],[204565,111780],[199411,115260],[195858,111442],[193864,108677],[192142,104219],[201545,111941],[200682,109719],[198987,104788],[197450,103158],[198476,115004],[194764,108672],[193116,123245],[196941,117928],[204055,126320],[197434,125562],[201658,125219],[203462,122328],[193901,123080],[195728,120069],[202507,120485],[199879,115916],[202958,127453],[198281,125662],[199113,125873],[211345,-119663],[214803,-151721],[207726,-148321],[206690,-150747],[204889,-145721],[204974,-152724],[204866,-153340],[213687,-150620],[204939,-141045],[208031,-147981],[214360,-150627],[212102,-149339],[205887,-142867],[207340,-150128],[205451,-150677],[206827,-150212],[207470,-147921],[208540,-147384],[209381,-166157],[211851,-153994],[205215,-164720],[206351,-158243],[207149,-157669],[211652,-155577],[206378,-156292],[215878,-164516],[217510,-162564],[215904,-162372],[213049,-158734],[212512,-156907],[205940,-159244],[207636,-157206],[205793,-164771],[207288,-164738],[207287,-157612],[215038,-155383],[206776,-155405],[209970,-154400],[210256,-154076],[205832,-156340],[211479,-153595],[215791,-155349],[211890,-155645],[208488,-155821],[206734,-164191],[208328,-156900],[214186,-165685],[215634,-165032],[216525,-165065],[216260,-162642],[213689,-164261],[214808,-162726],[212458,-160695],[212031,-159365],[212467,-158015],[213400,-157607],[210839,-154397],[208631,-156039],[205047,-159929],[209296,-155047],[211038,-153795],[206029,-159085],[217563,-178959],[211921,-168792],[205236,-173543],[206475,-170829],[209450,-173277],[209956,-174712],[212365,-171661],[213561,-174574],[213546,-172841],[215667,-172426],[216337,-175613],[210065,-169503],[214077,-167460],[214931,-166793],[211336,-168275],[205058,-168805],[217245,-176440],[212010,-168297],[205669,-175391],[205464,-173261],[206072,-171988],[206627,-170530],[205666,-169778],[210225,-171912],[209396,-173647],[207585,-174406],[210586,-173944],[211297,-175179],[213088,-173302],[212098,-172442],[213025,-174128],[214071,-173472],[214726,-172482],[213797,-171163],[216938,-172296],[216609,-173530],[217462,-175126],[215333,-177347],[209496,-168351],[208346,-169502],[212514,-167586],[214810,-168212],[216682,-177362],[217211,-169665],[208558,-176448],[212020,-178357],[213443,-178334],[205164,-176084],[213554,-178655],[216686,-178449],[211190,-176160],[217330,-185814],[217279,-190503],[207378,-184801],[210618,-189122],[211474,-187346],[213132,-185979],[210171,-187240],[210134,-184744],[212232,-183761],[213958,-180807],[216551,-183599],[215912,-185101],[215324,-186905],[215346,-190468],[212688,-190675],[217353,-191098],[217590,-184001],[208003,-179541],[213982,-188966],[205694,-187892],[209199,-190822],[208653,-189495],[207790,-190714],[207778,-190846],[209435,-189503],[209949,-187901],[212675,-187524],[211450,-189015],[213280,-185163],[213435,-185415],[211151,-186984],[210421,-187061],[210091,-184430],[212123,-182817],[212465,-182308],[213840,-182361],[213311,-182463],[214699,-181112],[214971,-182110],[215492,-179222],[216630,-179668],[216754,-181840],[217347,-183153],[215896,-185021],[215578,-186956],[215904,-187477],[215949,-188990],[216117,-190927],[207107,-185626],[206731,-183737],[208405,-181131],[212836,-190912],[211645,-190466],[208566,-185760],[212792,-181326],[216709,-189400],[214823,-188155],[207330,-182034],[216186,-181308],[214185,-188063],[205460,-181394],[212108,-180255],[211953,-188116],[206405,-183160],[207227,-182571],[217560,-187223],[213044,-189066],[204953,-189956],[204833,-191555],[206039,-190688],[205050,-191672],[216467,-197809],[214344,-196424],[214565,-198526],[216706,-193182],[214615,-194404],[210470,-195921],[211356,-193799],[212376,-194510],[217178,-201875],[214670,-199734],[208963,-194759],[215381,-198279],[209253,-192503],[208564,-193021],[213174,-196641],[217110,-198517],[214712,-196513],[216553,-199739],[213310,-196705],[214287,-198415],[214456,-194432],[214842,-194139],[210661,-194505],[210561,-195414],[212112,-192404],[212216,-192721],[211268,-193865],[211236,-193874],[216278,-202358],[216759,-201794],[215113,-199512],[214628,-199646],[217500,-202193],[214999,-197168],[205664,-193354],[207149,-198994],[210470,-198874],[206000,-202088],[206488,-200778],[207958,-197539],[211163,-200185],[211084,-201467],[208061,-203193],[209481,-202253],[204984,-203360],[206606,-203658],[208535,-196028],[205759,-192096],[204986,-192591],[205571,-197753],[207326,-196447],[214202,-204498],[210604,-198902],[209167,-199912],[205255,-199497],[209822,-198472],[209209,-198940],[210786,-200163],[212433,-201018],[211485,-202127],[206343,-202988],[207460,-201024],[208882,-203056],[210514,-200726],[208613,-201203],[204894,-197153],[205059,-195983],[205393,-202361],[204927,-203280],[206831,-203924],[206279,-204583],[208493,-196575],[208098,-195778],[217348,-211310],[207943,-205328],[210316,-206077],[209786,-208472],[206285,-205588],[205998,-215833],[206522,-207455],[204914,-210857],[207071,-211760],[214115,-204985],[207949,-213862],[209503,-204628],[211614,-205189],[210944,-205943],[210264,-207363],[209716,-209042],[210490,-209761],[208577,-208437],[207836,-208262],[206386,-206527],[207094,-206034],[205122,-209657],[205431,-208775],[204964,-208561],[205490,-215828],[206362,-215740],[207029,-206633],[207519,-206731],[205131,-210095],[206185,-210607],[207248,-211425],[213339,-205228],[209578,-212414],[209416,-211449],[215207,-221397],[215101,-220438],[213822,-220724],[214806,-218493],[212938,-220268],[213328,-221447],[215105,-218935],[214551,-218162],[214641,-221766],[215517,-232827],[215396,-232331],[213576,-235203],[213357,-235218],[215566,-233977],[216345,-231757],[214184,-232141],[216178,-234745],[206908,-10119],[214884,-12502],[210664,-8062],[216647,-1032],[216298,-6251],[207997,-8108],[209678,-5152],[209740,-2192],[211615,-6404],[206787,-9096],[207135,174],[211830,-11613],[212367,-7241],[216174,-1461],[214407,-3536],[209187,-4571],[210059,-4033],[210089,-3806],[210066,-2016],[211814,-2480],[211400,-6343],[209707,-5517],[210154,-6065],[209283,-4482],[211773,-3249],[210507,-6378],[210999,-3802],[211366,-5224],[214828,-251532],[215787,-254662],[216865,-250177],[216919,-247038],[216457,-279068],[214228,-275480],[214571,-275129],[214963,-274509],[213028,-278024],[208069,-278780],[207569,-279026],[212131,-278857],[214244,-279675],[211164,-281461],[208084,-284277],[208281,-290519],[208385,-288481],[207140,-288428],[205280,-288992],[216217,-292348],[216075,-293378],[216421,-288307],[208633,-282479],[216070,-283027],[212030,-291416],[208124,-288368],[209218,-288140],[210918,-294019],[211089,-290009],[214158,-287282],[214750,-290662],[212970,-285388],[214371,-288831],[214919,-289625],[212012,-286210],[216474,-291601],[215249,-293107],[216510,-293020],[212188,-292009],[215143,-286032],[206183,-290194],[214901,-297088],[206952,-294352],[214054,-299547],[216475,-294454],[210419,-295667],[215900,-301560],[214548,-295179],[216577,-300731],[217108,-300557],[214303,-306822],[215825,-294621],[211934,-305282],[206808,-298089],[211970,-302737],[212219,-300938],[216100,-295800],[210125,-300999],[211821,-303638],[214521,-296789],[206343,-300725],[215235,-300601],[210674,-304425],[216517,-299367],[217488,-299381],[216086,-303397],[216755,-301468],[216244,-295401],[208388,-306150],[209020,-305477],[206680,-301305],[216208,-301122],[216032,-303487],[216149,-304921],[216850,-315415],[212657,-318825],[213228,-308241],[211254,-313558],[214017,-307294],[212589,-314943],[211872,-307008],[215317,-307604],[216213,-323000],[215984,-323619],[213673,-20804],[214497,-19257],[206092,-12688],[215502,-13744],[216055,-21556],[210247,-17767],[214189,-19144],[214614,-22585],[211027,-24639],[215724,-35912],[207311,-38051],[213838,-35924],[210022,-29010],[205587,-35181],[216585,-26393],[212321,-27275],[206991,-39410],[215827,-40908],[211307,-45289],[214178,-43144],[215141,-42724],[215774,-40901],[217536,-48072],[211715,-38626],[205748,-56595],[209733,-51735],[210531,-52007],[216599,-55373],[210860,-59500],[217252,-60987],[208658,-53206],[212829,-53276],[206693,-67057],[216850,-75495],[216137,-68072],[213050,-66215],[206075,-71292],[209601,-72850],[217041,-64512],[216680,-74984],[206479,-110150],[209213,-105815],[206044,-114982],[206669,-112024],[212951,7594],[212285,4773],[210917,1436],[210539,8173],[211750,6538],[213116,3234],[206050,136478],[213706,133491],[205418,134197],[211207,140400],[216045,129324],[215708,128863],[214774,139693],[209378,137584],[209087,135234],[216778,131923],[214233,132366],[206276,131558],[215314,140953],[209434,133542],[215120,141139],[209302,144482],[212553,143375],[212257,142637],[208875,143332],[208701,151393],[208440,144761],[212538,152638],[206796,14917],[216860,22800],[211944,13849],[216210,14677],[216366,17376],[215035,21199],[206518,16808],[212819,14026],[214109,15152],[215538,18384],[214734,21803],[215372,25074],[217153,22729],[211192,25086],[210711,305558],[205209,300939],[211735,317357],[210182,314557],[211404,317073],[211112,318171],[211513,331242],[213654,324077],[212425,327303],[205399,339728],[209470,365023],[216484,366807],[216160,362664],[207923,29553],[212388,31891],[207034,34569],[214439,29453],[207782,26357],[208305,27247],[213060,32862],[214280,34628],[207177,37056],[217070,26287],[215193,29979],[214940,29858],[215476,31004],[209841,27268],[208608,28946],[214934,30554],[214878,29842],[204802,50097],[205548,44691],[216637,42284],[210588,45702],[205457,48109],[205425,43753],[214553,41673],[210670,46732],[205092,47660],[205951,44587],[217195,50362],[208151,45608],[216038,52087],[217459,60920],[215204,58417],[211875,52320],[207575,54237],[210037,53859],[208242,55622],[210335,57710],[214416,52762],[210704,53207],[212843,60898],[205064,60481],[216242,62372],[215206,56529],[208474,57024],[214507,54141],[212989,56145],[209445,54687],[209156,56527],[208401,76306],[212914,74116],[208923,71018],[206011,66312],[212557,70572],[207365,76732],[215090,73182],[215138,69277],[211780,70431],[206479,67446],[214429,69886],[213026,68745],[210196,81246],[211240,79765],[205510,86731],[210892,80684],[212682,77583],[207327,82492],[213905,82054],[211113,84677],[205108,83388],[208465,95669],[215732,97771],[214190,92407],[209304,91486],[206344,89801],[212595,100182],[207307,99125],[206542,91582],[210831,90389],[208553,92887],[216171,91689],[216811,94861],[205020,99885],[213938,102330],[207591,111275],[208819,107288],[211390,114368],[213673,112145],[210962,108438],[210448,107348],[206182,108461],[217125,107131],[216968,106319],[208359,114546],[205322,112391],[216901,109941],[210956,108602],[212014,107434],[209808,122743],[215221,118818],[208626,116850],[204808,117603],[207671,121700],[215036,121381],[228839,-146263],[229480,-146254],[221415,-165563],[220880,-164601],[222766,-161196],[226188,-162366],[226886,-163167],[228960,-164423],[218934,-164553],[224186,-156256],[218923,-164574],[218257,-161368],[222495,-162837],[222833,-162792],[223005,-161459],[221309,-160617],[223539,-160104],[223027,-161429],[225851,-161184],[226508,-163133],[228812,-163127],[228115,-164267],[229339,-165366],[228543,-165951],[219285,-165688],[222749,-174915],[224725,-175437],[222000,-173153],[220380,-171003],[218421,-170315],[219818,-166875],[225479,-176604],[219267,-174835],[218745,-176977],[221487,-178806],[225034,-168348],[224949,-170030],[223671,-170298],[226024,-171335],[230374,-169619],[217669,-175535],[218123,-173164],[222248,-175390],[225058,-175447],[225732,-175542],[221844,-171941],[221299,-172920],[221172,-169888],[220323,-170365],[220083,-169253],[219819,-168695],[219444,-166547],[219892,-166354],[221737,-166352],[229754,-167251],[229783,-168857],[227400,-174078],[228239,-174752],[226559,-176576],[227122,-177057],[223162,-171662],[218493,-175481],[218058,-177888],[217615,-178289],[220619,-176014],[219690,-174833],[220005,-177103],[218772,-177677],[218937,-177877],[222251,-178529],[222391,-178616],[224525,-167894],[225283,-167509],[225016,-170240],[224410,-170511],[222697,-169676],[224013,-169977],[225713,-171054],[225178,-170293],[217863,-182366],[220711,-184234],[220474,-186420],[219937,-187762],[218715,-189055],[225781,-188523],[226022,-190880],[229872,-185448],[220281,-191368],[224973,-191289],[226468,-187686],[224645,-184363],[225704,-181598],[223020,-183843],[220565,-187947],[220169,-179933],[219145,-179186],[222789,-180231],[218305,-179921],[230188,-186879],[218348,-182682],[218235,-185268],[219569,-183668],[221281,-182780],[220974,-185663],[220755,-185209],[220274,-187279],[220128,-187001],[218047,-188709],[218241,-189226],[226084,-189108],[226845,-187850],[221251,-191533],[221397,-191515],[224010,-189453],[224937,-190023],[226486,-186225],[226480,-187175],[225180,-185090],[225951,-185516],[225850,-182776],[226367,-183349],[223464,-182018],[223889,-183026],[221158,-186639],[221622,-187132],[222316,-188571],[222512,-187391],[223554,-181525],[219823,-181078],[218925,-179655],[219095,-179731],[219465,-179227],[221659,-179722],[220706,-180449],[228622,-200195],[223428,-197042],[224672,-195442],[226259,-196989],[228055,-203704],[230191,-203043],[224852,-192437],[218991,-194606],[222350,-192548],[229205,-196915],[217637,-202127],[217824,-200326],[227506,-195273],[230227,-193772],[230079,-202835],[229033,-199892],[228505,-199946],[217647,-197860],[218065,-201570],[220656,-199221],[223757,-198842],[224524,-195530],[225504,-196835],[220402,-203830],[220654,-203967],[226553,-196248],[222943,-200851],[224042,-199779],[222245,-197821],[227840,-201322],[228277,-201552],[229032,-203406],[229426,-203087],[222548,-201471],[222335,-194916],[221769,-194889],[225014,-192121],[224914,-192821],[226779,-193075],[226450,-192330],[219727,-195945],[219175,-193736],[219685,-193448],[226715,-197285],[225770,-198393],[228578,-196264],[218070,-202298],[218335,-200028],[218947,-200664],[221632,-196624],[227548,-196253],[227871,-194874],[229977,-216908],[227915,-206693],[229486,-206819],[226475,-214433],[225669,-209639],[228606,-211289],[226831,-205917],[226110,-207358],[224668,-204970],[230315,-214434],[219789,-208612],[222254,-208915],[223251,-209907],[222684,-205589],[221712,-207411],[219194,-217263],[218708,-214788],[218542,-213021],[222530,-212949],[221825,-212181],[220689,-212429],[217942,-209515],[219226,-209034],[219084,-206113],[220006,-215816],[230144,-209822],[229053,-212042],[229433,-212472],[222661,-216900],[229193,-213927],[228427,-212818],[227218,-206345],[227675,-205857],[229078,-205593],[230081,-206621],[227889,-217287],[226827,-214145],[228123,-213538],[225942,-208186],[226546,-207609],[228589,-210336],[227862,-209998],[226007,-206449],[226027,-205472],[224191,-208212],[225297,-207684],[225476,-206561],[225476,-204866],[224592,-205427],[230007,-213498],[217881,-207447],[218091,-205699],[221057,-215065],[223270,-208274],[222785,-209652],[223593,-209088],[222045,-205953],[222727,-206022],[220161,-215844],[222430,-207766],[221849,-207952],[218945,-217226],[219153,-216746],[217804,-214879],[218724,-213018],[218090,-213578],[222627,-212408],[222744,-212881],[221827,-212125],[221925,-211173],[221183,-212535],[220523,-212260],[219228,-208909],[219343,-209347],[221585,-206535],[221843,-205779],[218139,-206033],[229552,-218418],[228586,-217446],[229828,-229042],[229346,-227699],[229376,-226218],[229006,-226152],[229210,-226400],[229183,-227344],[230292,-221224],[230179,-225734],[230097,-225162],[230177,-217619],[228447,-222377],[228456,-225790],[228021,-226510],[224485,-224104],[227595,-219827],[226123,-218756],[224234,-218426],[224631,-220756],[223061,-224840],[224530,-225378],[223463,-222115],[220522,-220279],[226358,-229576],[227682,-229575],[228002,-219594],[227194,-222357],[225556,-222303],[225400,-225476],[227634,-220985],[226186,-221839],[225004,-219860],[225072,-218870],[224486,-221346],[224870,-221680],[224300,-224084],[224858,-225402],[224204,-225451],[224221,-222094],[223356,-222904],[222026,-220045],[220882,-220584],[226369,-229327],[225705,-229567],[225371,-229252],[227826,-230146],[226396,-231509],[225938,-232278],[225968,-230739],[227010,-231552],[226325,-230908],[224628,-232279],[225614,-232303],[217962,-9461],[228202,-3163],[219360,-9544],[227885,-6234],[222933,-11406],[223780,-10819],[224563,-9289],[218265,-9759],[220205,-10544],[224731,-5226],[229310,-5004],[227712,-9856],[226447,-12395],[221476,-11356],[220516,-10853],[222892,-12283],[222227,-10906],[222012,-11829],[224018,-11180],[223668,-10959],[223893,-10512],[221402,-11186],[224053,-10222],[220705,-249711],[218270,-246004],[222304,-254874],[223216,-251047],[219859,-253935],[220721,-252710],[220712,-246161],[221626,-245712],[219711,-248050],[219231,-247908],[222657,-245490],[220783,-247643],[217742,-246823],[224286,-254743],[224933,-255737],[223435,-255368],[225827,-254213],[226432,-254430],[221962,-254273],[218389,-246960],[225936,-254524],[226943,-257673],[229554,-261854],[226307,-257158],[224931,-260137],[223072,-258188],[224642,-256971],[228500,-266448],[227520,-262372],[227764,-262951],[228392,-265786],[223600,-258465],[227180,-264265],[228239,-259785],[221309,-256200],[226167,-264837],[228159,-259152],[228098,-264708],[227990,-259640],[226108,-260060],[221157,-257239],[225799,-258409],[221936,-257151],[225445,-255872],[230018,-267671],[230370,-267857],[226433,-265656],[229433,-263853],[229721,-263868],[226697,-267473],[225856,-263725],[229846,-267335],[225526,-262147],[229894,-265588],[227402,-264482],[224283,-256235],[228566,-265280],[225553,-258193],[226657,-268352],[218371,-276060],[217932,-278285],[218227,-276346],[225022,-288962],[225072,-293109],[228955,-288193],[229213,-290745],[224930,-292258],[227719,-288350],[227945,-287417],[225567,-288845],[217679,-282787],[222505,-285478],[223963,-290177],[218106,-287160],[220384,-291184],[220609,-292970],[220604,-287058],[219165,-286319],[218688,-290587],[222366,-285450],[218700,-287762],[222194,-292441],[227867,-305723],[224918,-294996],[221640,-300489],[222330,-302201],[222645,-297850],[228301,-294205],[228823,-306267],[228492,-304027],[228211,-306983],[222731,-297914],[228809,-294305],[224509,-306636],[220769,-299274],[220854,-294656],[219463,-303623],[219946,-298762],[223804,-295121],[218234,-298686],[218243,-304853],[227339,-311482],[228440,-312619],[227632,-310380],[228402,-308786],[228063,-311308],[227945,-307496],[223694,-314213],[220969,-310460],[221206,-316043],[224404,-309797],[222638,-315128],[221825,-313879],[219053,-307288],[223641,-312513],[223429,-307606],[219879,-307923],[222738,-307015],[222824,-312009],[221814,-310126],[228420,-314684],[218142,-310388],[218302,-307646],[217961,-311405],[228857,-16584],[218143,-21181],[222949,-14803],[224886,-19662],[219716,-13105],[228955,-24013],[225237,-19984],[224335,-20101],[221458,-15883],[227012,-22919],[218340,-12843],[220352,-24457],[223411,-16212],[229153,-19667],[226613,-18527],[229777,-25341],[228732,-24801],[225045,-19375],[225251,-19451],[225606,-20904],[223557,-17989],[223511,-18457],[222366,-19679],[222394,-16675],[222228,-18266],[222250,-16642],[226682,-13449],[228609,-13026],[219608,-22747],[229929,-24663],[226694,-18880],[224448,-20015],[223579,-18418],[222411,-12641],[225113,-20087],[221714,-18145],[226680,-34664],[222935,-36985],[219438,-34160],[221018,-31002],[223714,-26078],[225827,-26656],[221102,-27747],[218015,-26233],[228591,-33916],[227200,-29374],[227906,-36888],[230017,-36458],[230348,-32837],[229472,-30659],[229899,-25948],[227654,-31989],[226664,-30171],[226868,-37596],[229664,-34424],[228192,-32932],[229630,-31421],[230344,-25466],[223365,-38142],[219582,-30589],[221573,-28688],[222638,-31289],[224917,-29661],[227351,-35217],[229662,-30564],[227861,-29146],[227818,-37808],[228354,-37721],[227510,-37646],[230131,-35206],[229122,-33829],[230311,-31864],[227985,-32684],[228207,-32675],[226651,-32262],[228275,-33653],[227792,-35929],[229689,-36464],[229012,-31757],[225655,-41135],[222844,-42481],[227881,-44301],[225114,-46694],[225137,-46792],[226040,-40299],[228416,-43370],[230385,-40116],[230050,-38759],[217881,-44918],[221055,-45647],[220861,-41830],[219910,-48102],[230328,-54698],[221491,-63502],[221824,-60648],[221337,-61058],[223715,-63482],[219585,-53826],[219917,-51205],[221008,-52043],[219982,-57585],[217468,-56850],[226198,-61918],[226301,-60427],[223964,-67220],[229831,-69279],[218970,-74495],[226845,-64215],[224741,-66859],[224371,-67554],[221480,-70427],[218151,-72365],[229971,-63837],[230009,-112089],[218115,7110],[223991,3854],[221439,1201],[219112,6947],[226400,849],[224610,5202],[228280,6650],[220954,9317],[223522,12659],[227560,8369],[221460,11444],[224774,140349],[219468,130872],[226873,136957],[219594,132233],[229659,135129],[225750,129563],[224660,131253],[222003,140767],[223617,140226],[223693,138249],[218043,138863],[224280,134946],[222239,132709],[222326,130994],[229079,134137],[226696,135748],[230272,132859],[226405,131522],[222773,138973],[219349,134647],[219711,143850],[219048,146929],[221562,146390],[225906,151669],[228597,147546],[219382,149465],[223279,147281],[224087,153185],[219494,144403],[223817,146489],[224117,151551],[228246,146240],[227321,143907],[219490,22673],[227215,24079],[220864,21937],[223552,25320],[221950,23656],[229751,13865],[226848,25418],[219556,19511],[220568,19910],[218341,20930],[225558,16682],[219394,25030],[224306,22487],[226350,17897],[229777,20695],[224634,13586],[224402,13132],[229737,36165],[230364,33602],[227568,33611],[225741,30121],[217822,36618],[218693,28849],[219149,29008],[220940,27803],[222504,34172],[226916,34508],[228594,36382],[228136,35804],[226883,34411],[225553,29803],[218056,33485],[219640,31079],[224219,33698],[222796,27724],[220536,27973],[229787,35845],[228138,35902],[229695,33791],[229323,35545],[228077,35883],[229361,33784],[223753,30822],[225414,33050],[220838,32575],[219632,35710],[225756,35853],[229246,37688],[228970,35467],[228542,34927],[218991,39309],[222942,42074],[227559,43739],[220890,48758],[223266,48827],[229238,39804],[229357,42014],[229856,43051],[223504,40899],[228931,44895],[222526,50395],[225481,49868],[223511,50241],[226923,49445],[229078,40309],[228887,39939],[229623,41990],[229529,41103],[220816,44489],[226653,43039],[220346,39012],[225822,39089],[223869,42456],[223447,43098],[222487,45761],[224514,48124],[223299,49514],[222699,49334],[225299,50540],[221445,48303],[224284,48636],[229573,41469],[226128,59749],[226854,54328],[223421,51631],[225871,54503],[221900,57746],[220811,60341],[229298,56808],[224614,51519],[225087,55363],[225014,56008],[225405,55249],[220715,51414],[220422,53260],[221515,51781],[220640,62575],[219915,54602],[227388,61280],[222795,62885],[226996,54115],[222863,52705],[225310,56003],[223801,55327],[219648,52811],[218020,69504],[223264,72648],[224590,66307],[228183,69082],[228963,65522],[227230,88305],[227273,81820],[224450,82574],[218899,87706],[221710,77652],[223209,89185],[228401,80360],[226111,84188],[218113,86952],[221051,77628],[220121,92197],[228080,90072],[224216,102487],[229259,96163],[218952,101194],[221710,100781],[219709,91168],[226624,89970],[228113,91955],[228837,96552],[227693,97787],[219634,111837],[229436,115350],[229790,103439],[226239,108273],[221686,110086],[224657,103023],[225284,103138],[220489,103329],[219815,102960],[218425,104140],[219791,121465],[224007,115915],[222665,125787],[221630,123901],[219382,119567],[223750,126159],[226100,117458],[219661,123622],[223572,126110],[222958,124887],[224154,121335],[221168,120290],[222303,118951],[228733,121481],[228439,124273],[226896,128014],[222470,126026],[220193,116602],[234283,-121290],[234104,-123943],[239124,-126242],[230667,-145946],[232416,-146284],[234797,-152884],[234917,-153300],[233493,-152992],[242967,-151322],[237980,-152553],[242630,-150859],[237664,-151916],[231204,-148664],[233865,-147605],[235351,-152736],[233957,-151676],[240581,-152424],[234636,-159912],[233018,-155269],[239264,-153721],[234021,-155303],[238449,-155151],[238192,-159491],[231995,-155763],[242479,-157546],[234412,-159650],[235751,-162070],[236854,-158654],[233631,-154643],[232968,-154210],[241114,-154172],[240467,-155865],[242740,-158000],[241375,-156214],[237901,-157418],[238781,-157771],[231284,-155320],[232427,-156029],[241024,-159501],[242995,-159505],[242448,-178802],[242010,-167593],[241062,-175131],[240940,-167607],[243070,-169291],[242128,-167492],[242197,-174729],[240857,-167400],[240653,-167884],[242770,-171223],[238305,-169160],[239373,-174511],[238074,-170327],[231381,-174670],[233534,-177027],[238372,-177708],[239617,-178399],[240843,-177197],[231984,-169081],[233242,-169348],[233476,-170080],[239120,-167519],[240016,-168724],[235700,-168557],[236828,-177952],[236509,-178343],[235920,-174728],[235931,-173698],[239507,-173354],[231401,-176042],[239137,-176838],[239581,-175298],[231290,-167538],[233388,-173323],[239569,-167706],[234208,-169766],[237231,-177444],[235333,-173987],[231554,-191744],[234877,-189272],[232778,-191113],[230546,-188810],[239672,-187740],[232637,-189521],[243102,-185271],[236871,-189928],[235248,-189671],[232144,-188425],[237952,-190425],[238704,-190519],[239155,-188558],[239321,-187376],[242717,-180307],[239852,-188447],[242179,-188187],[241372,-188426],[233832,-189948],[232795,-190908],[231390,-185045],[233982,-185063],[231987,-180810],[234254,-180426],[230677,-184039],[231351,-185707],[232224,-182893],[233311,-183247],[232548,-182339],[233382,-181385],[232250,-180271],[230418,-181819],[232764,-180788],[238192,-181692],[230721,-179318],[237136,-193927],[238283,-197910],[237131,-192767],[234525,-192639],[234324,-192007],[241535,-194239],[241115,-194721],[237149,-194799],[238442,-193812],[238467,-197365],[236848,-196768],[236234,-192603],[233289,-192526],[234524,-192250],[232374,-191889],[241520,-192247],[241169,-192316],[242663,-193772],[233427,-198127],[231778,-201637],[231447,-197025],[231585,-199074],[233528,-197965],[232414,-198551],[234524,-199718],[234689,-199907],[235490,-203617],[233015,-202170],[234511,-201844],[231607,-201034],[231438,-201216],[231120,-196833],[231328,-195945],[230538,-198890],[231355,-197787],[231315,-216901],[234593,-205422],[232903,-204974],[233828,-205539],[231606,-207108],[232779,-209308],[236226,-208150],[236430,-208136],[234930,-209932],[232562,-213440],[231441,-208606],[231087,-208408],[233556,-210338],[233224,-210546],[230940,-214252],[236509,-207002],[235906,-207396],[234735,-206566],[233927,-208050],[234782,-209680],[235814,-208569],[232350,-212059],[231527,-212729],[236018,-204958],[231399,-204681],[237430,-207907],[234250,-209312],[233251,-211921],[230535,-211277],[231090,-207476],[232852,-209932],[235787,-206248],[235769,-206956],[233967,-208452],[235784,-209815],[231871,-213251],[241586,-219429],[239797,-223021],[239909,-222627],[230836,-228933],[231137,-225101],[230608,-221426],[241509,-224320],[232961,-218344],[232779,-218090],[232188,-226677],[230737,-227336],[231728,-223506],[231509,-223488],[230745,-222240],[242973,-242396],[239140,-239092],[241895,-242685],[235119,-238569],[232914,-239222],[233742,-240654],[233865,-241904],[232118,-240954],[239016,-241221],[236210,-239569],[236783,-241633],[237526,-239988],[232841,-238658],[238473,-241053],[237051,-238541],[236333,-241314],[235522,-239088],[237042,-238388],[232028,-242741],[234344,-241643],[233937,-239171],[233660,-242994],[236119,-239452],[241923,-3547],[233459,-2538],[233273,-2728],[232607,-4040],[232480,-3612],[231398,-10550],[232078,-8459],[233126,-8011],[235566,-10269],[238216,-9490],[239686,-9609],[237873,-6368],[240865,-2369],[241360,-6601],[241011,-10199],[240038,-247050],[236373,-243968],[239868,-248287],[241719,-247040],[238871,-248432],[241848,-247168],[241123,-249173],[242010,-255082],[240387,-246732],[243139,-259783],[236669,-258677],[234669,-261886],[233924,-262505],[243006,-258835],[241929,-256926],[242417,-262254],[233185,-258490],[233216,-258446],[237063,-256506],[232685,-259973],[236382,-257088],[231081,-264666],[231666,-256299],[232243,-257933],[230969,-261408],[231175,-261375],[230703,-263457],[231204,-256355],[237837,-273712],[241295,-270087],[237508,-279974],[239198,-273265],[237420,-273532],[242557,-273830],[243032,-270405],[241623,-277476],[242305,-278199],[241464,-280195],[239219,-273209],[238372,-274625],[238690,-275945],[237240,-276284],[238974,-279145],[240057,-275076],[239682,-277808],[238267,-276758],[235770,-280799],[233372,-272153],[235600,-274169],[234035,-278263],[236504,-277755],[238113,-280810],[235694,-274362],[236298,-276168],[234578,-276441],[234614,-273873],[236294,-276512],[235497,-274630],[236638,-277168],[236285,-275727],[235048,-275422],[241252,-284772],[240953,-284224],[242954,-281528],[242473,-285065],[242937,-290246],[241413,-281843],[242485,-288291],[242333,-289855],[232652,-287822],[234306,-293386],[231040,-286479],[239065,-289994],[236572,-289612],[239523,-283782],[239511,-283376],[237950,-284995],[232868,-294012],[230895,-292208],[233802,-286345],[233109,-289536],[230733,-287435],[233684,-290192],[230974,-288550],[232192,-286012],[240636,-305659],[231231,-303205],[236909,-304692],[243070,-300301],[233763,-295714],[241766,-304501],[235736,-306332],[239257,-297589],[237520,-304516],[235980,-305261],[235261,-306513],[234028,-306859],[233048,-303667],[232338,-307805],[230825,-309232],[236129,-308374],[236456,-307644],[238743,-312029],[241012,-308737],[231452,-310640],[234027,-308068],[241581,-317781],[242953,-318573],[241611,-317298],[236714,-313889],[237419,-312704],[236213,-312528],[235589,-310630],[233512,-309437],[242063,-326385],[243137,-326127],[238022,-324163],[234146,-323500],[242096,-323123],[242041,-322349],[237413,-325346],[231552,-20833],[239073,-20113],[231653,-14652],[230739,-19901],[232384,-22777],[243145,-25284],[232698,-22334],[234008,-24982],[231316,-24502],[242126,-20532],[232642,-15115],[238503,-23742],[241335,-13355],[238829,-14398],[239025,-14822],[240955,-34440],[234872,-35340],[239282,-37111],[233976,-31392],[235144,-26024],[237841,-31358],[243147,-34942],[241672,-33823],[237764,-33226],[236591,-37462],[238912,-36481],[233379,-30685],[242514,-26630],[235247,-31639],[241042,-32813],[236087,-26202],[232756,-26871],[233677,-27534],[230537,-33401],[239483,-34099],[240322,-36215],[241681,-32580],[241178,-34080],[241164,-32766],[238992,-33607],[236859,-37607],[234503,-35649],[235685,-36106],[238338,-37403],[238198,-37971],[237861,-37787],[241384,-37072],[230750,-35068],[230469,-36334],[234423,-29510],[232692,-29302],[234525,-31879],[240683,-25776],[240825,-30557],[239067,-28215],[236762,-26563],[242446,-29146],[238176,-31209],[240507,-34431],[238676,-31418],[235500,-36425],[239501,-37134],[233745,-30819],[240174,-48500],[243129,-38829],[242223,-38740],[240459,-46414],[237353,-48499],[235596,-44038],[235723,-42677],[231550,-43104],[231720,-39336],[234576,-49536],[235181,-50938],[235301,-50734],[241685,-40185],[239152,-38215],[242003,-38556],[240546,-38906],[242856,-40625],[242989,-50339],[241605,-46380],[241529,-46274],[238443,-46078],[240124,-45255],[238923,-45572],[238910,-50704],[238963,-49291],[236082,-42985],[237659,-44115],[235783,-42814],[234437,-42483],[234719,-42712],[235503,-41343],[232656,-43458],[231651,-43425],[231284,-42311],[230907,-39241],[240125,-38381],[242116,-39029],[243172,-48133],[241813,-45986],[239223,-46705],[237369,-48976],[237370,-43767],[235993,-41901],[231401,-42699],[232069,-40789],[241667,-39130],[241702,-46549],[238194,-46990],[238669,-48606],[237948,-43756],[234209,-42657],[231414,-42587],[232032,-39763],[237486,-51057],[233417,-55781],[237820,-53510],[236887,-57254],[239206,-59879],[235982,-54663],[230793,-54548],[237324,-59830],[238765,-58771],[239556,-51030],[235071,-62351],[234442,-60222],[242202,-70270],[234040,-72836],[240727,-76503],[240558,-67857],[232063,-67858],[242391,-69993],[233078,-75444],[235610,-72396],[238028,-71567],[240578,-72363],[237363,-73909],[238298,-66870],[238291,-66440],[236184,-64355],[232058,-65436],[233088,-72620],[240609,-70856],[238916,-85782],[237739,-80984],[235173,-83896],[236034,-83667],[242900,-81396],[238618,-85687],[232884,-83963],[231001,-86173],[233002,-83281],[239416,-84721],[233242,-82813],[240448,-76557],[230803,-88496],[241169,-80107],[234247,-80043],[234330,-86443],[238503,-97929],[231610,-113183],[232861,-110821],[237670,-108075],[243060,8099],[236696,9852],[242678,10831],[239618,9598],[232097,5074],[235332,1538],[237881,5176],[237765,7552],[236746,1588],[242981,2123],[232625,139966],[234522,131154],[242908,129394],[237260,138115],[231712,139908],[232150,130480],[234064,139033],[236349,138503],[235948,139864],[234225,138790],[236634,128781],[234156,133386],[232084,130371],[231680,147048],[235147,15075],[235210,23377],[234178,18646],[231947,19362],[230408,21115],[237194,20050],[235080,18640],[233280,18981],[242089,16742],[231515,17696],[239570,23910],[233741,31652],[230461,28586],[234921,25849],[235115,29228],[234271,37711],[232403,34309],[233885,35537],[234008,33285],[238035,31858],[237415,32792],[237796,30999],[233714,36687],[232691,36201],[233266,35738],[235903,33200],[240648,27388],[238697,36781],[239220,37430],[234551,34134],[242721,31157],[236566,29359],[233907,34547],[236426,32458],[236280,32213],[233864,36066],[234842,35970],[232963,34681],[235491,32403],[236214,31707],[234286,36805],[234818,34157],[236131,33663],[237118,32512],[234500,37818],[232659,39177],[243034,50517],[242307,46788],[239548,41212],[230670,40624],[230505,43651],[233173,42536],[230470,39342],[231660,42078],[233487,49065],[237373,42281],[237951,46697],[237857,49668],[238357,51330],[238430,48679],[242321,43010],[240701,50404],[241843,42693],[240244,49503],[241651,43141],[230850,39011],[231313,41999],[230577,42850],[239985,57113],[242687,52218],[239161,53398],[230858,54300],[233601,58578],[234245,54631],[236447,51942],[236721,56502],[241859,63171],[237665,59835],[239119,52839],[238491,57248],[238916,54317],[234628,700546],[237987,702829],[240777,699488],[241933,691640],[237656,705400],[235814,712126],[237935,710562],[241555,714666],[242747,708515],[237882,718024],[237839,75805],[236492,74377],[239122,89446],[236228,80048],[238202,83989],[233846,88818],[233295,84507],[230798,85016],[235612,78943],[238203,89491],[237864,82296],[234590,88723],[234190,77714],[233050,78582],[240614,98359],[231548,93859],[231888,91969],[242642,97075],[233915,92895],[241790,97410],[231614,101765],[237000,92067],[230480,92828],[230679,92574],[233258,91206],[240810,97342],[232623,93605],[234323,93677],[241903,114726],[233571,106796],[237146,110460],[238450,108085],[238273,109308],[235732,103128],[233711,103806],[241665,106878],[235124,115243],[231487,112521],[233515,115370],[239120,113785],[236292,103786],[242105,110041],[234378,105605],[233563,104664],[239083,107900],[233376,107703],[232442,120537],[232773,115830],[236735,127642],[230459,119503],[234490,116967],[242117,126976],[231637,123367],[231706,119694],[242541,122166],[241085,123226],[240456,125478],[237756,125639],[231600,121966],[232417,127328],[230436,119993],[236568,116670],[238232,126482],[231316,121617],[248132,-120140],[243674,-151677],[244796,-154417],[243551,-155455],[244737,-156222],[247634,-174973],[247420,-176221],[248154,-171518],[247722,-170506],[244251,-169155],[248022,-174836],[245420,-178961],[245541,-178181],[245529,-178418],[247727,-178691],[248907,-174562],[245836,-175153],[246420,-173587],[246769,-175053],[248963,-177716],[248872,-175826],[248515,-175978],[248578,-171312],[248040,-172582],[247873,-170306],[249004,-169187],[246652,-171211],[245624,-169781],[244429,-168258],[244557,-189324],[243868,-185301],[246525,-186912],[244969,-180112],[246440,-180559],[249503,-180742],[248020,-182953],[243870,-181657],[244604,-181968],[244931,-183618],[243676,-190638],[243588,-185252],[246207,-186939],[245501,-186987],[248975,-180261],[246100,-180672],[247368,-182228],[249050,-180566],[248469,-183299],[244594,-214018],[252835,-211791],[249791,-209556],[246802,-212585],[245898,-217393],[255363,-206439],[247321,-213221],[249379,-209095],[244071,-216453],[246228,-215120],[253977,-217071],[249878,-213834],[254859,-206269],[252456,-208762],[254531,-209587],[253644,-215648],[245488,-218577],[253381,-218998],[249152,-221186],[255284,-227644],[255336,-226933],[255110,-228700],[251430,-217764],[250539,-220849],[255365,-225642],[251511,-221275],[255868,-229208],[243712,-239732],[252855,179],[255148,-533],[255957,-3946],[255078,-1480],[252612,-728],[253972,-623],[254259,-1685],[255869,168],[243951,-6522],[243517,-7748],[247043,-7132],[246312,-6228],[243679,-1924],[253819,55],[246232,-246031],[251198,-253202],[252199,-252891],[246722,-246409],[248093,-244691],[245860,-245255],[249769,-250811],[252183,-254135],[246113,-246769],[246845,-246513],[244559,-247922],[245143,-254889],[245197,-248902],[243203,-252287],[243740,-250665],[245199,-253379],[255606,-261489],[251961,-258281],[255677,-259124],[254580,-259570],[243662,-258983],[244363,-261897],[253118,-264011],[250259,-259088],[243923,-259737],[247236,-261867],[248634,-259097],[246669,-260017],[245868,-258877],[249466,-264380],[248725,-260180],[255746,-263238],[249814,-263630],[247944,-258865],[245037,-259529],[253340,-266548],[244845,-256727],[247187,-258746],[248180,-261015],[249742,-258380],[247086,-259907],[243862,-262314],[248378,-257832],[244832,-258996],[245766,-263367],[245573,-257707],[244406,-259917],[244423,-262007],[247198,-258665],[243614,-257707],[252982,-266529],[253919,-265482],[252267,-265035],[255404,-268217],[250239,-265347],[249543,-263453],[250760,-262916],[250851,-259979],[250153,-259617],[253374,-263733],[244212,-260584],[249362,-264442],[245049,-258484],[251663,-274786],[254414,-273930],[251252,-271715],[253663,-270724],[253287,-274191],[253092,-273079],[254316,-274207],[245279,-275408],[255549,-280717],[254905,-279753],[255613,-278557],[252238,-276180],[245135,-280380],[250091,-276590],[247894,-279012],[249358,-275103],[250269,-272303],[248336,-273696],[250574,-274386],[253461,-273955],[249709,-273842],[252196,-273890],[254790,-275050],[253091,-273467],[251061,-275953],[254800,-273258],[253359,-276271],[255299,-276067],[253561,-274947],[244557,-280709],[244069,-280132],[245159,-278466],[247904,-278353],[245890,-280539],[243764,-273776],[246019,-279981],[245217,-280552],[255981,-281034],[250816,-274377],[254616,-270787],[250766,-292028],[243695,-292046],[250444,-289243],[255963,-282960],[245482,-283950],[255254,-289379],[253120,-291773],[249825,-293023],[244265,-292937],[255929,-285961],[252056,-288982],[253084,-284928],[252040,-288267],[253619,-287438],[255124,-283816],[245858,-284456],[244847,-284770],[250334,-286273],[249712,-289913],[255969,-291344],[251920,-293033],[255875,-292219],[245988,-292645],[246298,-293578],[250431,-292842],[252712,-286545],[252719,-286879],[251102,-285248],[255312,-291414],[255000,-291654],[251650,-289034],[252540,-287975],[255525,-286013],[255284,-285825],[252430,-285277],[251296,-285114],[255719,-286214],[253253,-288337],[244974,-293813],[250724,-286852],[250856,-291600],[254985,-284225],[253752,-302077],[250843,-296058],[255341,-300485],[252188,-300396],[252151,-299220],[254577,-300851],[246788,-295864],[246727,-295140],[247304,-297104],[246608,-295985],[247850,-300512],[250540,-296393],[254410,-302486],[245545,-295290],[250786,-297064],[252326,-301108],[253599,-297288],[252674,-299555],[252847,-299641],[254602,-300198],[254370,-297158],[253677,-302412],[255901,-297158],[249708,-295443],[244874,-295314],[247041,-297456],[244627,-296768],[248608,-297655],[247744,-296027],[248435,-296621],[250167,-296708],[246673,-299898],[253609,-298136],[248511,-297287],[245956,-305762],[244179,-306636],[244190,-312412],[246977,-318013],[248390,-312041],[247077,-310343],[251622,-318837],[252979,-316316],[254857,-317069],[247419,-319476],[247020,-308878],[244646,-308082],[253326,-317609],[255280,-317199],[254265,-318772],[245533,-319297],[246831,-315753],[248772,-309071],[253606,-324805],[254513,-322912],[244234,-320157],[243297,-327438],[254044,-325195],[252537,-321653],[246498,-324734],[254185,-320254],[245910,-325479],[254243,-324297],[255147,-324990],[253399,-320517],[255595,-322632],[254566,-325290],[253005,-322134],[244113,-328599],[249496,-323153],[244774,-326839],[247949,-323460],[244916,-326957],[244580,-24585],[243394,-21046],[245657,-20574],[243512,-25018],[244943,-25042],[249426,-23975],[248164,-16662],[244564,-25285],[248880,-23749],[246368,-18413],[247842,-19839],[253916,-24957],[243859,-31571],[252650,-31740],[252308,-29713],[243413,-34487],[245563,-36205],[243610,-25568],[250740,-35936],[251556,-33232],[255835,-33142],[245567,-36719],[245337,-37664],[254427,-26026],[246970,-25459],[248274,-29840],[255568,-33727],[251941,-35881],[248727,-35643],[255507,-29185],[245012,-27485],[248327,-35572],[250341,-31444],[252386,-34006],[244237,-36237],[244316,-35702],[253601,-25403],[244833,-33042],[244570,-33143],[245486,-37311],[247665,-35778],[245806,-37850],[245507,-26286],[244106,-25571],[243572,-25943],[244381,-32240],[247383,-28107],[248182,-37562],[255223,-31592],[243577,-34973],[247303,-37782],[245678,-36557],[255440,-26340],[255692,-40059],[248558,-50271],[252867,-47012],[243311,-47348],[245153,-40826],[247113,-42006],[247076,-38275],[252290,-42511],[254576,-43268],[252174,-49937],[248220,-44361],[248359,-48957],[244140,-49284],[248085,-44798],[243828,-40509],[246987,-41635],[251590,-42035],[254007,-42989],[252512,-49076],[248471,-43957],[249641,-47651],[246111,-42592],[251182,-49932],[244359,-43407],[244887,-41550],[247557,-41415],[247671,-39645],[253231,-42209],[251692,-48669],[248687,-44047],[248744,-48688],[243449,-49216],[244800,-50471],[243732,-38898],[250377,-50008],[246170,-45110],[252941,-38762],[247401,-49041],[243329,-46856],[244293,-40654],[243718,-39636],[247175,-42381],[246691,-41506],[248929,-40892],[247682,-39270],[247707,-39407],[247223,-39236],[250391,-41596],[251183,-41721],[250793,-40666],[253201,-42593],[254393,-42538],[252915,-42159],[252610,-48547],[251585,-47617],[252484,-47577],[250645,-44833],[249503,-44611],[250022,-43859],[248023,-49133],[250405,-47666],[249940,-48659],[243470,-49219],[244011,-49646],[253732,-63493],[246539,-57471],[252866,-52027],[247094,-52719],[246247,-52159],[255581,-61006],[251799,-59823],[253937,-51505],[255963,-54803],[246917,-51209],[254415,-61001],[253634,-52806],[246121,-51744],[255742,-63748],[254510,-51435],[254703,-52255],[255658,-54066],[247873,-52526],[247771,-51589],[246951,-53449],[251860,-66371],[247174,-68375],[248350,-69114],[251141,-69846],[250807,-66314],[246390,-83709],[249984,-77035],[244345,-80440],[243214,-82002],[245870,-81074],[243782,-82410],[251581,-81010],[252788,-84845],[252275,-97592],[250538,-99303],[251961,-96464],[247260,-100551],[249279,-96107],[251903,-93062],[244326,-111871],[245649,-114233],[252773,9896],[247434,7172],[250250,4929],[251504,5370],[252091,1001],[250058,945],[247587,760],[246922,533],[244778,489],[252889,12349],[254781,12873],[251974,6337],[250020,4948],[250852,5215],[250382,1289],[246946,2676],[246814,1686],[244311,1679],[252566,12998],[248281,11481],[252736,10089],[247722,9495],[254522,12113],[255637,11533],[254943,5258],[250307,4066],[253913,4767],[251650,3988],[252195,5413],[251388,4206],[253007,965],[253095,727],[251144,1192],[249290,1305],[249154,966],[248212,2359],[246264,813],[245555,2234],[244201,560],[243578,2265],[243771,854],[254186,12550],[252841,12488],[253637,5456],[253171,3825],[251692,1417],[248672,362],[247754,2082],[246653,1580],[252456,132148],[253456,130038],[252850,21635],[251556,23931],[251054,17376],[243436,17985],[245985,15831],[253938,13032],[254982,16483],[254067,13331],[251304,13976],[255426,15604],[243746,14200],[250243,17392],[247391,22305],[243673,24428],[245831,22749],[247680,21769],[251553,23330],[249909,22515],[253356,22473],[254192,19572],[250805,18827],[253656,14597],[252873,14153],[255080,15848],[252762,17479],[254011,14062],[248763,32987],[254727,27615],[251929,28503],[248464,37285],[243894,35179],[252476,36166],[245361,37823],[254345,28818],[251104,34761],[249703,30307],[244051,34393],[248549,33854],[255355,28163],[244626,26468],[244454,29532],[245980,27221],[251348,26614],[249013,28918],[247395,27924],[254033,27602],[254922,27060],[249240,47711],[247484,44304],[251987,40308],[245135,45925],[246470,50778],[244459,50583],[247344,46923],[250621,43125],[251463,41255],[245394,39313],[243838,46523],[244416,38857],[248546,49341],[248003,45083],[251613,42341],[244310,44917],[243369,45105],[245358,50415],[245750,49742],[251978,60299],[246209,59484],[243697,60502],[250490,59125],[248765,60231],[244925,59274],[251524,60027],[249472,61451],[244683,60924],[244379,63073],[254977,61814],[246041,694016],[244546,702735],[246427,701710],[253850,694986],[246341,701568],[253305,695047],[255857,695332],[252151,710236],[254968,711203],[251462,709702],[252577,716358],[255801,714802],[254219,708371],[254097,714835],[253577,710331],[254887,706434],[255120,711834],[254718,714932],[255270,715630],[250824,712133],[252975,705425],[255715,707510],[255846,713348],[255663,715501],[254890,716102],[252746,709298],[255891,712020],[255663,713800],[251971,727238],[252067,726049],[251508,727403],[254919,725238],[254534,721467],[255943,722393],[254838,721681],[253659,723376],[254505,735190],[254707,732807],[249918,69036],[245158,64967],[247857,67084],[253088,68101],[246065,68155],[248056,66696],[253093,68960],[252667,75703],[249513,69442],[249321,69526],[249147,69809],[248361,69997],[248755,70612],[249491,79514],[252200,78220],[246345,78636],[252274,82855],[243958,79153],[255618,84705],[253928,88965],[245039,91235],[247357,102035],[254975,89829],[253590,98136],[244519,95547],[248213,101526],[247941,89963],[243824,111664],[245679,110563],[253707,112947],[247132,107346],[253996,103421],[246561,110649],[255124,110240],[254234,113513],[248490,108365],[251460,111327],[250549,108917],[252992,108032],[249961,103511],[243971,103985],[244562,122152],[255366,120482],[251355,120632],[249826,124735],[246258,119571],[246596,123869],[254061,118352],[250326,115920],[244387,127851],[250477,117300],[251039,117888],[247638,124024],[254381,124398],[245603,126809],[246526,118927],[245302,122038],[247908,120768],[12955,-127028],[19524,-122861],[23323,-125726],[17077,-121773],[14451,-124585],[16632,-132348],[21051,-133050],[21437,-128507],[18076,-392525],[20508,-395227],[15333,-390095],[18061,-389041],[22190,-389534],[17301,-472602],[14048,-467586],[21790,-466930],[17783,-466556],[18518,-467712],[19105,-469775],[21854,-476434],[23109,-475387],[16275,-113241],[256588,-187959],[258189,-186529],[257358,-190241],[260898,-183308],[257860,-186237],[267224,-182430],[260706,-190933],[257123,-188992],[266798,-182318],[258696,-189962],[264321,-184315],[258680,-200444],[262914,-193142],[258346,-200299],[261706,-192774],[259850,-201426],[258566,-203956],[267162,-195971],[260070,-200165],[260326,-200751],[259087,-201705],[260431,-193152],[257495,-202552],[267953,-200206],[258034,-195037],[264974,-211024],[259565,-212486],[257452,-213576],[265066,-207284],[267882,-210065],[263628,-205857],[262814,-212676],[263611,-215520],[263494,-210333],[260366,-210880],[256582,-205477],[265574,-214114],[263955,-207867],[259691,-226391],[266627,-224046],[267807,-228302],[256357,-223467],[258317,-228332],[260377,-226560],[259431,-222284],[256005,-217720],[262258,-221678],[260221,-227956],[263865,-217926],[262355,-224805],[268291,-227640],[258161,-226491],[268129,-220716],[266361,-220330],[258088,-224791],[258973,-226524],[259725,-229341],[259038,-225909],[261170,-225793],[260205,-227761],[257321,-224527],[256048,-225426],[257725,-227044],[259299,-224497],[257892,-228733],[256619,-223748],[268087,-223082],[258003,-217628],[257374,-224231],[267210,-225393],[257363,-225421],[263280,-232787],[267792,-242583],[266928,-236449],[259600,-232013],[263209,-233560],[263524,-232750],[267986,-240911],[264130,-238565],[259213,-5493],[263034,-805],[260258,-1146],[262792,-3447],[267689,-11724],[264294,-8744],[259829,-7386],[256458,-2552],[261197,-1712],[268246,-12510],[263745,-10416],[257863,-2880],[259672,-6998],[257603,-3587],[257137,-3929],[258885,-7348],[258639,-6644],[261817,-437],[261946,-285],[261964,-428],[260490,-587],[260085,-766],[260230,-1853],[262133,-4704],[262991,-2719],[267027,-11806],[267397,-12452],[264527,-9616],[263685,-10488],[264060,-8642],[264492,-5395],[267719,-8097],[258495,-6999],[257520,-2697],[262047,-595],[260827,-2458],[264752,-10419],[265866,-246087],[263999,-250657],[266376,-248022],[264002,-247849],[263939,-248114],[264620,-246267],[265050,-247534],[265136,-248836],[263778,-246695],[265814,-248581],[263081,-245414],[259573,-267064],[260411,-267961],[259384,-266523],[258479,-267213],[258249,-267222],[260328,-267211],[259928,-266304],[256842,-264336],[257704,-265973],[262727,-275106],[259930,-268614],[261166,-270358],[258581,-273417],[256511,-280343],[259958,-279415],[259823,-280052],[256717,-276868],[259076,-279712],[263267,-281131],[258901,-276666],[256751,-272456],[256578,-279591],[256371,-278179],[256235,-269201],[259693,-278350],[260905,-280335],[260113,-278500],[265024,-279923],[265183,-280896],[267728,-281029],[258663,-276021],[257103,-280369],[261735,-280053],[258262,-277870],[257961,-280405],[256891,-276701],[256241,-277934],[262626,-280604],[259099,-279416],[266386,-280668],[256201,-279582],[260798,-280392],[259474,-290048],[265981,-282403],[266946,-285338],[264070,-283379],[266655,-285533],[267170,-285142],[257333,-281805],[259838,-283711],[266457,-281765],[257675,-289974],[259375,-293031],[257849,-287122],[260205,-292771],[259995,-287860],[257279,-281493],[257369,-281685],[257630,-283680],[257000,-281794],[260874,-284370],[256991,-282345],[257358,-282725],[264030,-286496],[267285,-285506],[267149,-282013],[265286,-285312],[266016,-282839],[263489,-285606],[268337,-283208],[262843,-286539],[260071,-281913],[262540,-282350],[263015,-303103],[257627,-299838],[265375,-302887],[263938,-302905],[265333,-301906],[260198,-298034],[261108,-303395],[266918,-300715],[256452,-294574],[257692,-301177],[264677,-298857],[257827,-302462],[258754,-298493],[257867,-298837],[261478,-299269],[262327,-300988],[263247,-301844],[266333,-300789],[261752,-302253],[261563,-299109],[260369,-302081],[264716,-300107],[265581,-299245],[263695,-301200],[264757,-302184],[267726,-294332],[267681,-304509],[265966,-294566],[260617,-303196],[268317,-304126],[264114,-299599],[265084,-315132],[264850,-313106],[267629,-310301],[268636,-316523],[267004,-308716],[266297,-310736],[266632,-316580],[264898,-317984],[268340,-308934],[256901,-316266],[256063,-315536],[268458,-322649],[264973,-322654],[268409,-320698],[265986,-329771],[266866,-324827],[267799,-328816],[264107,-332372],[267113,-328197],[265097,-325328],[268708,-329897],[268759,-325571],[256039,-321694],[268768,-333619],[267962,-23611],[268469,-22250],[268485,-20680],[266464,-23943],[267413,-22883],[268624,-20114],[268331,-23890],[268106,-22932],[268503,-21000],[267184,-20964],[266454,-23066],[267874,-22776],[268314,-18813],[257988,-24154],[256669,-24114],[261183,-25024],[264604,-23049],[258367,-24675],[260897,-22966],[264110,-23448],[264225,-23788],[257037,-24457],[257493,-24271],[257485,-24179],[262094,-24744],[261706,-24171],[261525,-23247],[265442,-23884],[259818,-23202],[256417,-33650],[256347,-34803],[257245,-35010],[258932,-37183],[263406,-26576],[267389,-28974],[259794,-27123],[260713,-30829],[263978,-32063],[263598,-25862],[263110,-29137],[266598,-37732],[265543,-29530],[268676,-37294],[259741,-27812],[257156,-26373],[264703,-25732],[266289,-28421],[267225,-28479],[264789,-27883],[266176,-29396],[263386,-27750],[265185,-26081],[262718,-27214],[266970,-35833],[266791,-32453],[264025,-32254],[268032,-34585],[257000,-26976],[267733,-29610],[264001,-26160],[263266,-34826],[268339,-30271],[259817,-46285],[259820,-47804],[261214,-46378],[257151,-38566],[260244,-47226],[266541,-46117],[265163,-48813],[262285,-47449],[262960,-44850],[256479,-39934],[264270,-48165],[260720,-47712],[260719,-49344],[266025,-45427],[260749,-50447],[267226,-50453],[264519,-50372],[264751,-50629],[266670,-50798],[262945,-47614],[261963,-47934],[263571,-47416],[261191,-45582],[260804,-46188],[263021,-45843],[264382,-50372],[262639,-47265],[261458,-44718],[264968,-39456],[265740,-43068],[267758,-41395],[268662,-43112],[262927,-44204],[265216,-43225],[266809,-43845],[263310,-42826],[266901,-44907],[267276,-40871],[268705,-43317],[267663,-44433],[265099,-38442],[264583,-38450],[268703,-38819],[263332,-42816],[265808,-43152],[264865,-43479],[267303,-44581],[266596,-43556],[264582,-62893],[265779,-58800],[266790,-51940],[256995,-53540],[265296,-51242],[265275,-55915],[257652,-55084],[265087,-61137],[266859,-52177],[256151,-56529],[260810,-57564],[266311,-57595],[264821,-61056],[267734,-63493],[258920,-59053],[258841,-54788],[256704,-60132],[258016,-57507],[267409,-58190],[267198,-59747],[266025,-51995],[256590,-53412],[256276,-53169],[261983,-51524],[257423,-56849],[266016,-51267],[256718,-53814],[263860,-75839],[267797,-70750],[266210,-72050],[263421,-68629],[262801,-74076],[258253,-76242],[267294,-71570],[260929,-74791],[268087,-76311],[265642,-68765],[261692,-68583],[259824,-75615],[257454,-76217],[257452,-70140],[260292,-66406],[261162,-65731],[260051,-75474],[261218,-72541],[263155,-72587],[264044,-80410],[258788,-81579],[257765,-82418],[256526,-80526],[263324,-88033],[259232,-87718],[261996,-84903],[263240,-77582],[261680,-78777],[267242,-78453],[268193,-81690],[261977,-83632],[258696,-85118],[259184,-85023],[265589,-77011],[257957,-78356],[262895,-81210],[258715,-85369],[266474,-81530],[264587,-98603],[259135,-95570],[265672,-95385],[259233,-91533],[257847,-95174],[256989,-95044],[260750,-92613],[259574,-94463],[263309,-89640],[257665,-94593],[257902,-95098],[257654,-94381],[258071,-95159],[257436,-94639],[260785,-93429],[264993,-90930],[259154,-92258],[260441,-105910],[258088,-108968],[256637,-114985],[259013,-106123],[259916,-107418],[256320,5016],[268063,6977],[262859,1501],[260874,1663],[258790,2193],[267847,2378],[266116,3188],[265803,8615],[256574,5249],[258834,10130],[262500,6278],[263747,2779],[260472,1453],[258641,723],[264284,2360],[267327,9698],[257468,10503],[256312,9636],[256001,5128],[257141,9786],[267774,10488],[256949,3908],[261926,5548],[262037,4875],[261918,4999],[263513,800],[263705,1043],[263067,2477],[260584,1562],[258482,538],[258355,2708],[260375,2495],[267378,1760],[265841,1212],[263557,3857],[265541,2133],[263531,3638],[267278,7537],[265791,7168],[266785,12805],[265211,10694],[256491,4707],[257192,10663],[260993,6020],[263872,713],[261009,1318],[258249,1222],[267358,5173],[265997,2104],[267527,9120],[263693,23971],[258427,13827],[260701,16629],[257857,17228],[257940,15543],[266781,23686],[258881,13926],[257006,14828],[258589,13228],[261112,19842],[259977,21888],[257083,13766],[257667,13641],[257781,13411],[257813,19495],[268209,22131],[267270,23282],[266368,23675],[265043,25551],[262637,25787],[256194,24925],[260890,24950],[264525,22795],[261635,22902],[261334,24289],[258479,22741],[258607,21648],[266632,16480],[263960,16730],[260674,24636],[263019,23994],[263182,24558],[262661,16206],[261774,15585],[266004,19516],[266019,18686],[258823,14306],[256800,15851],[267101,25422],[266834,31244],[260216,33278],[256440,37020],[261448,26790],[264726,31622],[263200,30314],[258354,34328],[258401,34926],[265842,29300],[258627,29368],[261301,28020],[264358,32924],[260793,34176],[256667,36174],[266967,29731],[265290,27102],[266227,63450],[256704,63298],[256903,62867],[261845,62060],[264458,61055],[258414,61859],[256140,64097],[268375,62076],[267435,60466],[265659,63982],[261424,61214],[258244,60008],[263776,61537],[257684,60433],[260258,62103],[267546,696064],[267102,694786],[260125,697581],[263555,706569],[268443,708182],[256758,707147],[264130,710571],[259062,708795],[259238,710946],[258192,707731],[263421,708071],[263354,716493],[260846,716109],[258933,711877],[257221,716544],[260543,713415],[257568,710896],[267067,728672],[263859,727076],[258153,724660],[256977,722385],[256858,723066],[257212,722864],[256156,721516],[259775,724826],[258616,724495],[257488,721361],[261404,732871],[259484,76021],[267506,67162],[265007,68906],[267449,66020],[266302,70985],[268285,66116],[257516,68374],[265671,70557],[256740,74859],[256536,76206],[267244,68541],[264388,67373],[264780,68274],[263550,71124],[268553,66091],[258649,64534],[268697,78491],[263758,87352],[265750,79094],[258619,89410],[267819,85910],[262058,86667],[266182,82476],[265118,79779],[266932,98010],[258870,99442],[261885,93343],[256948,102598],[262900,96040],[261340,98885],[261299,96032],[258934,96672],[262733,98626],[259920,115980],[256739,116241],[258581,121860],[256743,126236],[257136,116277],[256529,121008],[256034,120341],[267459,123097],[281540,-120119],[280567,-122888],[281528,-127773],[275373,-121818],[279841,-122122],[280949,-115626],[281528,-127773],[279915,-124688],[273563,-124834],[279764,-126637],[281526,-115600],[279497,-122623],[272721,-121995],[273496,-124036],[277602,-115367],[280890,-123260],[275256,-123116],[271730,-137413],[272238,-132689],[273588,-137106],[269421,-137741],[271312,-137018],[279784,-140458],[275302,-131262],[276114,-136155],[276595,-134852],[270572,-134755],[277091,-136830],[273300,-135577],[274371,-145932],[277275,-145222],[274562,-151611],[275769,-148395],[281481,-146349],[278113,-145053],[274380,-144542],[273353,-153103],[272074,-152908],[273608,-140778],[272903,-145567],[273559,-144270],[270851,-152677],[276497,-150528],[278744,-150664],[280137,-152178],[274006,-143953],[275833,-145475],[275485,-153055],[270762,-152001],[272824,-154647],[275722,-153778],[270090,-155017],[276294,-153661],[273212,-153793],[275073,-180746],[279887,-188552],[272094,-180157],[271313,-182399],[274360,-190678],[271522,-182465],[277043,-188326],[275621,-181633],[273550,-179952],[270233,-181446],[279718,-192134],[275639,-202756],[277578,-193142],[278473,-201935],[270948,-197067],[281404,-203702],[279437,-193548],[271389,-198268],[281091,-194944],[274803,-207762],[278889,-206872],[280987,-222058],[272747,-227826],[277835,-224637],[276840,-229872],[281003,-223918],[278904,-229251],[269217,-225096],[272360,-230174],[279250,-222817],[279576,-219486],[272012,-222449],[269087,-236633],[275688,-234182],[270051,-235202],[278997,-233539],[270106,-236194],[277544,-231265],[270749,-12181],[275544,-12579],[274016,-11674],[280865,-8215],[279190,-8596],[271077,-10811],[280521,-6118],[280071,-6687],[278629,-8566],[269226,-11176],[269443,-10538],[270472,-10034],[276889,-7655],[277110,-8081],[277302,-11248],[277944,-10729],[275975,-10189],[270607,-7169],[281346,-5984],[280532,-6705],[280742,-8588],[279725,-10577],[280552,-11063],[278243,-8607],[269279,-11243],[270996,-12479],[274861,-12568],[279048,-8062],[279984,-8673],[271767,-2003],[280618,-4461],[279912,-623],[270568,67],[281304,-865],[269084,-1993],[272292,-2855],[279877,-2676],[280428,-4862],[271751,172],[277318,-452],[278399,-1792],[271130,-1861],[272942,-248601],[272695,-248233],[269802,-243441],[271214,-246295],[276646,-250139],[275682,-248158],[274632,-247091],[277704,-248122],[277817,-250259],[280729,-248441],[273473,-248904],[270786,-246765],[273895,-247025],[270018,-247057],[270211,-246806],[272196,-251039],[274720,-250296],[273826,-245255],[271524,-249783],[271792,-249527],[274388,-245428],[273370,-249467],[276440,-247739],[272582,-248924],[276110,-249043],[277433,-251601],[274587,-247041],[280327,-254072],[273311,-247813],[276034,-248216],[276984,-249002],[279773,-253079],[273262,-251379],[271565,-243348],[277043,-248541],[277898,-250527],[281504,-268209],[280820,-264328],[276227,-267575],[276518,-264066],[276635,-266872],[276951,-262668],[278243,-265436],[278662,-262624],[277834,-270284],[280595,-270834],[277114,-293930],[277077,-293948],[279842,-292284],[269559,-283296],[278830,-293357],[277353,-291242],[270908,-16118],[273226,-16172],[274109,-15720],[272207,-16684],[269362,-18957],[270358,-18626],[271342,-17633],[271519,-15900],[275818,-16048],[271440,-24507],[278796,-22949],[273910,-13212],[277164,-13669],[275416,-17138],[269912,-22896],[272335,-24613],[273168,-15437],[273158,-17066],[273395,-18216],[272702,-16589],[270281,-19017],[271007,-19207],[272283,-16351],[271824,-16270],[269293,-18944],[270987,-17677],[271603,-17937],[273794,-13267],[273978,-13498],[273642,-12939],[277084,-14401],[276754,-14262],[275680,-17121],[275539,-16511],[276290,-14952],[269962,-24586],[272383,-24658],[272061,-23506],[271565,-22866],[281306,-16412],[276822,-13008],[277116,-15103],[274557,-25000],[269353,-24602],[270661,-22870],[277346,-24982],[280092,-25469],[270091,-37907],[272983,-33452],[277083,-35540],[278958,-29467],[274330,-30432],[277967,-33610],[271020,-25961],[273295,-26808],[276510,-27251],[280803,-37748],[279976,-35276],[279702,-25783],[279729,-33717],[269633,-31070],[272246,-35001],[278124,-35760],[273085,-36098],[278564,-29558],[274934,-30375],[277946,-31371],[271218,-26721],[275121,-26866],[278695,-26157],[281308,-37737],[279716,-35963],[278930,-30086],[279247,-33899],[274565,-33016],[269536,-32305],[275226,-34408],[277653,-36358],[272048,-38103],[274174,-36241],[274927,-37405],[280590,-28997],[279059,-29701],[280177,-29813],[281350,-30934],[280698,-29656],[275695,-29298],[275643,-28780],[275206,-29505],[278532,-31732],[278131,-32567],[278334,-32715],[271635,-26290],[271569,-26908],[272474,-27444],[274006,-26541],[274044,-26337],[274467,-26475],[277105,-27274],[277860,-26459],[277560,-26491],[280412,-37984],[278538,-35929],[278295,-35530],[278881,-35908],[274257,-32707],[270255,-37810],[279752,-37777],[271405,-38013],[278579,-29088],[276153,-30274],[277299,-33277],[272550,-26803],[277404,-26833],[280904,-37619],[280267,-37177],[269702,-48991],[270907,-50327],[268938,-49322],[269539,-49519],[271141,-50295],[270795,-49837],[270673,-50173],[268893,-50144],[269604,-49016],[277185,-47389],[280822,-50241],[278510,-39741],[276497,-44012],[273324,-38206],[279812,-47825],[280573,-50837],[272088,-41585],[269474,-44001],[271029,-47749],[272606,-49492],[273632,-48148],[275051,-39353],[276651,-42576],[280030,-47892],[279424,-49625],[269440,-46458],[269223,-41349],[270474,-42615],[270071,-39278],[272423,-47915],[273152,-49898],[270697,-39143],[273471,-42433],[280988,-50837],[274485,-45773],[274887,-42113],[275622,-43491],[279988,-45354],[278591,-42753],[276424,-42861],[278196,-38468],[281266,-48632],[281146,-47655],[279015,-50627],[279373,-50749],[280420,-50217],[281172,-40306],[269750,-47273],[269571,-47106],[269430,-40222],[269171,-41984],[269296,-41688],[270219,-43265],[270825,-42427],[272006,-42920],[270270,-38567],[270126,-43246],[272466,-45639],[271109,-45794],[271840,-47054],[272240,-50304],[272429,-50477],[272697,-49629],[275056,-48525],[274005,-42352],[277106,-46136],[280196,-47641],[279089,-48831],[281455,-44138],[271057,-42729],[269140,-38576],[269034,-44615],[272524,-47871],[270847,-48854],[274067,-48660],[274721,-63419],[269702,-51786],[271565,-62478],[272162,-53150],[273816,-60793],[274289,-62873],[274879,-63500],[269143,-60365],[272608,-54404],[274484,-59484],[269945,-51040],[268913,-52457],[273397,-61821],[273313,-58833],[274994,-62329],[272953,-62206],[275021,-62858],[269912,-51762],[270422,-52722],[269607,-52509],[274003,-62778],[274080,-56231],[274139,-60313],[280581,-61324],[280176,-59175],[280070,-56730],[279987,-53889],[276154,-53575],[277866,-55744],[276277,-59687],[280146,-62854],[276099,-60379],[277651,-56991],[277887,-52397],[280304,-55067],[274327,-53715],[279568,-56844],[274908,-59076],[280806,-63584],[276105,-52165],[277110,-59022],[277834,-62574],[278529,-60786],[278574,-52758],[281458,-56405],[275988,-51961],[281515,-59142],[281418,-56246],[281487,-53690],[276865,-55389],[275822,-54199],[275290,-55181],[278165,-55860],[278509,-55779],[277789,-57231],[281454,-58465],[280765,-58179],[275986,-61175],[280072,-62381],[280487,-61956],[276110,-58739],[274494,-55690],[278114,-57837],[274803,-60626],[280742,-61216],[280131,-55912],[275570,-53336],[278527,-56293],[281549,-57739],[279966,-61743],[274176,-75021],[270370,-66116],[275535,-73386],[274065,-66585],[272757,-71118],[272718,-70635],[274141,-74104],[271361,-67611],[273791,-70702],[269326,-69462],[271173,-72317],[271042,-72628],[278671,-71230],[276793,-74986],[275719,-72688],[270330,-76209],[275819,-73357],[276734,-67253],[269382,-64049],[270578,-70602],[274402,-64123],[280172,-67340],[279493,-69098],[279172,-67572],[280983,-69155],[269127,-85419],[280357,-85633],[280964,-84685],[280986,-88876],[280686,-86831],[278128,-82571],[269758,-84700],[281412,-87593],[279003,-87269],[269422,-83850],[276824,-87108],[269909,-84866],[280770,-88711],[270746,-82774],[272586,-84016],[270724,-85289],[276042,-78743],[271834,-77977],[279333,-78920],[276430,-77735],[274080,-84002],[277744,-89125],[277641,-88925],[271847,-82692],[280673,-88244],[273887,-85083],[279638,-86061],[273585,-87414],[280722,-89704],[281162,-95254],[277775,-98429],[275628,-101172],[281370,-98854],[277753,-103668],[277128,-109187],[275900,-113853],[275923,-111103],[271441,-114442],[280725,-114435],[279835,-102314],[274280,-105962],[276758,-112324],[281516,-111376],[280901,-110960],[279584,-108071],[277892,-113002],[279480,-106027],[277589,-108967],[274549,-104105],[275791,-111193],[277638,-103676],[280200,-104141],[274240,-112457],[278871,11643],[271303,11254],[274840,4241],[277342,9277],[274313,8604],[280930,10627],[280234,11868],[277702,11869],[280670,10377],[271451,913],[270758,6567],[269635,9926],[270355,9711],[272447,10685],[270727,10387],[274466,3917],[273614,3881],[278575,7753],[277394,4399],[281251,10607],[280123,11620],[280291,8015],[276798,4739],[270515,11018],[276395,8354],[273036,7233],[273762,4992],[276660,8258],[273790,2061],[281578,12147],[272286,1635],[269482,554],[269114,8687],[271599,9299],[280668,7617],[279786,6342],[274548,5443],[269033,3399],[270468,8365],[272124,9536],[272683,5878],[277113,3538],[280021,9954],[277683,8126],[275496,6837],[281004,3499],[281034,4601],[277944,21755],[272966,24856],[276135,21637],[271806,21526],[280008,25594],[277527,24534],[271702,22518],[275646,16085],[275294,19638],[273985,15658],[269037,20532],[272942,19365],[281570,18484],[277978,13185],[273081,30401],[277214,30224],[270385,29855],[277827,30277],[270347,28019],[270601,26639],[275126,26631],[278578,31367],[269060,29931],[271736,26158],[279911,61535],[268849,701212],[270022,693193],[269644,699733],[272049,712815],[269693,724410],[278460,72943],[281527,75495],[270158,75861],[273010,67537],[272431,72625],[275306,72915],[277530,70340],[269994,73681],[274740,70560],[277118,69542],[269181,72967],[274004,71948],[274877,73516],[280453,72395],[278224,75765],[280727,72904],[281531,76950],[278710,71551],[277577,74185],[274877,75151],[270466,75152],[274776,69819],[272496,69676],[276791,83428],[273705,88432],[279640,79486],[275278,86971],[274749,88679],[275914,82403],[275518,82810],[269927,79532],[281005,80270],[269556,88239],[281272,77631],[277557,79544],[275166,78221],[278901,99781],[277447,100549],[271282,93957],[279151,95591],[277417,100252],[273966,101829],[281573,100104],[280004,99651],[272016,95830],[277484,99911],[280069,106533],[271103,105752],[270369,109508],[275433,106504],[280304,108984],[280705,110660],[281138,113529],[277683,116252],[292034,-127763],[292160,-122867],[291178,-122073],[288028,-123713],[290623,-124023],[286764,-127040],[282852,-126027],[283092,-122694],[285273,-119935],[286226,-118425],[290765,-119575],[285126,-120429],[282902,-116797],[292034,-127763],[292822,-120265],[284468,-125987],[286443,-122971],[288871,-123365],[293538,-115250],[290960,-121190],[289916,-124116],[281820,-123232],[283726,-123240],[287390,-118263],[294023,-116809],[294029,-117224],[290573,-116927],[293362,-122415],[291943,-126952],[291105,-125673],[285576,-125788],[282144,-127023],[284398,-126281],[282626,-126364],[283455,-124452],[282319,-124501],[282935,-119966],[284117,-120420],[289805,-122040],[286925,-119874],[290054,-119299],[287020,-117469],[284679,-116325],[286910,-115257],[291589,-115194],[294132,-118016],[292516,-121888],[283094,-121214],[289379,-121943],[290793,-116063],[288091,-128584],[291208,-134277],[290628,-140358],[281833,-139724],[286441,-139987],[282917,-131601],[284740,-128206],[292667,-134750],[286387,-129979],[290121,-130092],[290328,-134900],[290145,-139896],[291289,-138057],[289502,-140462],[281904,-138771],[282464,-135175],[281612,-132072],[282767,-131827],[285723,-127839],[284604,-128552],[291199,-129469],[293359,-131006],[289421,-137363],[289091,-137815],[282649,-136438],[281638,-130879],[287377,-131761],[292217,-130510],[288600,-133755],[286964,-134340],[292583,-133115],[291247,-135600],[291742,-138429],[286365,-137146],[284410,-138941],[293108,-148598],[283639,-152237],[291018,-140680],[292600,-145019],[291101,-145955],[291500,-145005],[289808,-148032],[281741,-146453],[283113,-153307],[290162,-141797],[292157,-143559],[292755,-144102],[292929,-152328],[284703,-153376],[283324,-152606],[292499,-142554],[293408,-143475],[287400,-142642],[289534,-147894],[293651,-146880],[293809,-147642],[289020,-144996],[281691,-140806],[285440,-140613],[281701,-152467],[282867,-150348],[283123,-148018],[292883,-151468],[293837,-140972],[290859,-148174],[290490,-142868],[287604,-141097],[283167,-146449],[288613,-154832],[285963,-155185],[285110,-161326],[282136,-155906],[286721,-164467],[291191,-166109],[288676,-166150],[292242,-160476],[293672,-161422],[284276,-154070],[285482,-158180],[282806,-155092],[287027,-164124],[288246,-164642],[288384,-159673],[289503,-158748],[293934,-154080],[287796,-153817],[289011,-159141],[289503,-166381],[292117,-166821],[289125,-167409],[294295,-169306],[288246,-168250],[287996,-169912],[288733,-170891],[286042,-170886],[293977,-170333],[290695,-170230],[284985,-185343],[293028,-186008],[282833,-189350],[284709,-186644],[288872,-198101],[293967,-197201],[293733,-201101],[290155,-199439],[292366,-193695],[286640,-196274],[283084,-197694],[290601,-200433],[286162,-205346],[288677,-216396],[285633,-205257],[287254,-216018],[284105,-206535],[290335,-216471],[288964,-212413],[285126,-205731],[288076,-215066],[284372,-206370],[287032,-214732],[288158,-221356],[288491,-225768],[285145,-227176],[292812,-222446],[286394,-225692],[283438,-225826],[286258,-223872],[291237,-224391],[290286,-218257],[287020,-229824],[283565,-227628],[291941,-218667],[284766,-226569],[291354,-233218],[286541,-239482],[284626,-230447],[291470,-233511],[286187,-242324],[294133,-237540],[286385,-235059],[287645,-240200],[289740,-231424],[285777,-231885],[290257,-7185],[289695,-8794],[292481,-8136],[287726,-6640],[287186,-10498],[287500,-11669],[282580,-8889],[284201,-7039],[283627,-11629],[288949,-6991],[291904,-7847],[293115,-9123],[286547,-7317],[287236,-9099],[288500,-10576],[284848,-10145],[283628,-9012],[283723,-7037],[284215,-11180],[288747,-12233],[291973,-12327],[293999,-11304],[289857,-9061],[289799,-8952],[291398,-8724],[291928,-9045],[293403,-8183],[286537,-5217],[287546,-7656],[285700,-5124],[287044,-10245],[287434,-9577],[287832,-8549],[288132,-10616],[288748,-10580],[285203,-8822],[283824,-9122],[284530,-8557],[283427,-10448],[284252,-7211],[284549,-7266],[284718,-6847],[284106,-12530],[284387,-11617],[285769,-12310],[284698,-11804],[288708,-10812],[289113,-10974],[289168,-12146],[291740,-11216],[293216,-10608],[293528,-12440],[282722,-4585],[290529,-6989],[291368,-7168],[292244,-9039],[290806,-11646],[288288,-10850],[283757,-8916],[286198,-5455],[282540,-11895],[289501,-11593],[283269,-986],[287282,-438],[293746,-6052],[292395,-1386],[284133,-2261],[290835,-2176],[292464,-5461],[294361,-823],[291029,-1914],[289943,14],[282689,-1075],[289226,-2177],[292491,-5351],[292055,-160],[289267,61],[292382,-1250],[282980,-655],[282874,-706],[285067,-2218],[290156,-2868],[289577,-3648],[289417,-2012],[290310,-5528],[288686,-5365],[290257,-6153],[292932,-6494],[291211,-6562],[292662,-5526],[289426,-146],[287108,-1785],[285767,-3698],[294080,-245456],[288586,-245140],[291515,-244115],[291430,-246491],[283864,-252289],[286321,-243435],[289296,-264168],[291876,-258548],[288810,-266144],[290208,-262288],[283016,-267600],[289348,-264546],[289214,-256290],[286333,-267600],[288316,-260472],[286306,-265506],[289002,-260619],[289275,-275551],[285956,-273550],[283372,-272248],[294276,-277862],[292793,-274507],[289319,-277329],[284254,-270453],[283940,-278807],[284164,-272733],[293029,-278779],[285077,-273418],[285592,-274187],[281801,-269441],[283082,-270705],[285757,-271902],[292591,-284815],[289136,-285565],[293561,-287850],[291371,-286635],[293472,-284449],[289082,-284572],[288655,-282850],[290531,-287326],[285706,-292936],[284626,-22072],[285436,-12921],[288565,-13350],[284884,-20789],[284543,-13011],[289283,-12870],[282670,-22834],[285814,-13809],[288716,-14547],[293870,-13810],[285380,-24109],[282245,-12978],[290272,-14106],[289760,-14131],[290273,-14241],[291612,-13372],[291679,-12951],[294186,-13453],[290858,-17504],[289483,-15739],[286000,-14362],[292438,-19225],[293370,-18297],[282898,-21199],[284785,-24509],[291374,-26321],[290308,-30287],[293176,-36449],[290649,-25845],[292573,-30501],[289272,-30456],[291209,-29033],[290501,-26630],[291099,-28260],[290092,-27236],[292154,-27302],[293181,-32471],[290555,-30169],[290470,-27066],[287725,-31907],[288801,-33233],[282426,-31044],[283485,-33447],[286431,-32849],[284099,-33154],[282452,-34497],[284990,-36591],[282047,-30862],[287053,-33542],[283690,-32372],[283991,-36325],[287322,-30093],[282054,-31178],[285471,-33331],[285147,-31953],[283234,-34432],[288556,-32974],[284099,-37507],[289013,-32936],[284669,-37708],[283931,-38135],[281728,-31026],[285295,-34374],[286095,-33969],[286409,-33079],[284681,-31186],[283474,-32002],[283572,-32748],[283306,-34281],[283517,-36274],[282546,-35978],[281699,-35950],[281632,-38036],[293633,-50704],[289750,-39617],[289974,-49201],[290732,-46416],[293021,-49670],[283861,-49757],[282041,-46948],[283099,-45908],[282532,-45501],[287664,-45902],[287873,-47090],[285069,-46142],[285239,-39795],[284660,-44373],[283113,-42229],[286919,-43188],[288648,-47656],[286953,-39212],[290895,-40584],[291860,-46083],[291599,-47738],[283918,-49238],[283948,-46215],[281616,-45307],[287441,-46758],[287652,-45872],[284175,-39363],[286183,-43543],[282192,-40850],[286848,-39486],[293085,-50563],[291291,-42709],[283568,-45403],[281754,-47954],[289211,-38855],[286881,-39333],[292377,-46078],[290629,-44751],[292266,-44713],[292388,-49422],[292645,-48682],[292130,-49470],[284297,-50530],[282656,-47073],[281907,-47945],[283439,-45644],[284002,-45386],[282655,-44591],[281853,-45451],[284601,-44332],[286662,-47682],[285807,-44943],[286510,-46296],[286011,-45017],[284141,-39034],[285246,-39449],[284958,-40191],[284395,-41217],[284523,-41145],[284688,-41339],[284959,-44154],[286557,-43769],[283060,-42949],[281849,-41232],[283173,-41263],[286947,-39052],[289294,-40718],[290606,-44794],[292780,-48854],[283926,-50185],[281987,-47677],[284648,-45636],[285177,-46981],[285877,-46895],[287004,-44277],[285178,-40066],[284882,-43354],[282077,-41244],[282209,-59439],[292159,-58236],[284184,-58010],[283439,-60492],[282951,-53249],[294189,-53494],[287670,-61903],[288761,-60214],[288455,-59478],[290868,-55537],[290075,-55124],[286529,-58432],[287009,-61524],[283820,-61575],[284857,-54480],[282610,-53320],[284490,-57891],[291865,-55635],[283662,-61384],[282237,-58176],[287825,-62564],[288667,-59626],[288849,-59053],[291055,-55610],[290113,-54532],[282253,-55179],[285669,-56281],[286869,-61236],[284226,-60022],[284547,-63002],[283068,-55435],[282512,-52426],[291089,-58703],[294249,-52922],[288225,-54992],[293338,-60693],[285724,-57462],[293645,-51525],[281848,-57506],[281637,-61754],[294129,-54630],[289153,-62607],[288272,-63443],[288680,-61438],[284634,-59159],[285274,-59240],[287770,-58651],[289305,-59895],[287823,-59467],[290554,-59639],[288638,-59217],[291388,-56923],[290067,-57066],[290471,-55166],[289404,-55377],[287651,-54140],[289339,-54556],[286135,-52646],[284891,-55252],[283867,-56125],[281671,-53839],[286183,-59341],[286972,-59548],[284165,-60247],[283675,-59650],[283503,-60860],[282946,-61418],[283195,-62729],[281837,-61735],[281996,-61330],[282454,-59969],[282874,-55734],[283709,-55267],[284488,-53884],[284872,-53536],[281915,-53156],[281710,-51098],[281781,-52319],[285309,-63036],[293450,-58692],[281617,-59475],[282556,-57034],[288341,-58993],[290579,-56867],[290077,-55777],[288145,-54769],[285716,-58082],[284534,-60615],[283732,-63514],[283359,-62949],[283188,-55756],[283285,-53445],[282875,-52159],[293109,-66744],[285209,-71661],[290654,-66430],[286761,-75079],[282480,-76488],[293241,-68030],[294321,-67910],[284860,-73238],[281901,-72418],[288050,-72643],[291436,-73467],[293671,-70804],[289451,-64700],[285581,-64250],[286320,-65923],[287262,-69098],[288994,-63997],[284543,-66242],[290527,-64706],[290147,-63895],[284655,-64702],[284137,-65222],[283675,-64293],[291635,-68380],[290575,-67652],[290933,-68141],[287038,-69669],[288708,-68313],[289488,-64067],[287468,-65423],[285992,-64744],[286298,-63868],[285610,-64875],[286095,-64815],[288979,-88328],[288204,-84332],[287852,-88917],[284177,-87637],[282197,-86634],[281802,-78114],[290074,-85765],[282154,-89032],[292991,-85737],[284551,-81580],[284005,-83194],[290816,-83949],[291888,-81456],[281744,-85664],[283096,-87280],[281928,-78979],[283058,-79246],[284635,-79948],[283958,-78987],[286463,-78030],[291365,-83535],[294274,-84705],[287548,-92540],[287231,-92874],[288679,-89785],[282123,-98513],[283129,-96676],[282050,-99912],[284563,-94812],[282259,-90467],[293136,-92311],[281773,-101501],[288223,-90386],[284633,-99749],[284213,-98184],[283354,-92756],[285995,-93945],[289040,-89931],[286095,-90620],[284486,-91264],[286606,-91401],[283474,-90643],[285213,-89744],[282772,-95460],[283208,-100690],[289520,-92476],[288063,-96777],[292007,-99938],[289161,-95701],[292597,-98542],[286810,-99849],[292716,-93970],[288511,-101410],[294033,-99129],[290385,-101463],[290854,-98045],[291044,-98474],[290855,-96273],[286111,-100933],[287238,-95657],[281878,-109486],[283100,-106375],[283433,-112736],[293754,-102469],[293637,-102225],[284692,-108194],[282417,-114541],[286519,-114485],[283725,-113109],[282395,-114459],[283222,-106995],[282034,-102790],[286406,-113469],[286294,-111916],[282994,-109553],[285573,-106485],[284415,-109824],[286886,-110188],[285388,-113223],[281847,-114299],[283593,-106937],[293624,-109166],[292150,-104543],[293441,-108414],[294289,-111733],[291595,-105649],[293422,-111473],[293588,-107189],[291879,-106667],[294104,-111193],[290139,-102658],[288479,-109084],[293380,-106034],[293886,-106318],[291922,-102690],[291490,10809],[289018,11081],[290607,11738],[287486,11626],[290960,12346],[291064,10760],[286649,12048],[287667,11190],[287914,11480],[281975,12414],[287066,12244],[292729,10851],[291305,11390],[294012,10851],[290762,12000],[288751,12426],[282539,2488],[288360,2579],[286417,3277],[289864,1487],[290915,3556],[285274,6236],[285353,7655],[285867,9702],[286321,10897],[285059,4362],[291400,8121],[289656,7893],[287907,3223],[288095,6658],[285025,8659],[287076,9599],[286641,9167],[283097,5408],[287823,2990],[291634,8050],[291850,8436],[288962,9031],[284611,11640],[293623,1481],[292043,5150],[292613,3764],[287330,3117],[289637,6501],[286800,6633],[286166,6167],[287050,7375],[287834,6790],[288207,10289],[287303,9498],[285425,11610],[283373,3027],[285686,2030],[287774,1732],[284376,7519],[285888,8038],[291236,1294],[290076,2831],[284358,4536],[293962,414],[294056,7163],[289660,9603],[285953,5339],[285841,7229],[287361,8629],[281892,11359],[287670,14297],[286443,13520],[281800,13645],[288499,22980],[291834,20649],[285344,21546],[292452,21482],[288424,23082],[292372,19947],[286846,20325],[290850,14188],[289597,16046],[285747,15014],[292664,15412],[292330,17626],[290528,18990],[281822,17223],[283585,15455],[285723,14810],[285028,13775],[286622,15598],[283148,15145],[287818,15282],[286647,14676],[282998,13219],[282177,26630],[282839,26529],[284070,60920],[283344,61020],[285257,63109],[285313,58485],[283554,61104],[289429,720367],[283627,70120],[286810,68872],[284475,64532],[290038,67715],[288506,72786],[287569,76875],[285601,67884],[281623,64745],[290506,75091],[285343,76704],[283024,73914],[281917,75156],[287053,76665],[281814,74665],[281819,75446],[282177,72404],[283839,68011],[287714,70337],[290203,69561],[288026,73707],[285853,76570],[287724,78380],[289800,87613],[288882,84135],[284087,79561],[292158,78109],[287430,79042],[291991,87980],[286933,85723],[284907,79691],[282766,79903],[287535,80337],[289623,77975],[291695,88836],[289093,87004],[286260,83155],[284608,78691],[291206,79357],[290762,79158],[282301,79855],[283408,78642],[286875,80121],[286926,77382],[287557,78365],[287543,78573],[287432,80207],[281921,78405],[284370,78246],[287744,78888],[284224,101224],[283308,102367],[281755,113500],[281702,115321],[305768,-123174],[298697,-127360],[301222,-118324],[297996,-118477],[297462,-115462],[300851,-123957],[298990,-127765],[301129,-116939],[294691,-115260],[298353,-115677],[297993,-115766],[296243,-125252],[300876,-118777],[296676,-119127],[296359,-115381],[297768,-120132],[300087,-125131],[296417,-126306],[297796,-125954],[294923,-126655],[295605,-119025],[298384,-127504],[294558,-119482],[300768,-131394],[306607,-138237],[302928,-128097],[296227,-139270],[296988,-139634],[299771,-138305],[297784,-130119],[304105,-131901],[299468,-139364],[296973,-132988],[296252,-129728],[300443,-130419],[306142,-135486],[297842,-128390],[294513,-137269],[296955,-139849],[294775,-133038],[294875,-133193],[295061,-130245],[297318,-132737],[300689,-127896],[302402,-145667],[303355,-145972],[296171,-151496],[295836,-149589],[298735,-141090],[305184,-150064],[298511,-150986],[301929,-153205],[304531,-149714],[302782,-146697],[303313,-146514],[298758,-150696],[304288,-149576],[305725,-148419],[307188,-144102],[297531,-141604],[297111,-153207],[294527,-149336],[295522,-149093],[295906,-152944],[305697,-149411],[303574,-146790],[304240,-150685],[300270,-141210],[304350,-151930],[298965,-149455],[300862,-146368],[301056,-141061],[299599,-163622],[300748,-164548],[299508,-162173],[304380,-164945],[306869,-161832],[301032,-162837],[296501,-163498],[303302,-157834],[300810,-160056],[301151,-158545],[300949,-159595],[303770,-157488],[304682,-157433],[304684,-162933],[296526,-159731],[303560,-157285],[305839,-156758],[303190,-163015],[303474,-163106],[304218,-162964],[299090,-163795],[296537,-159748],[296354,-161381],[295660,-162718],[302232,-157762],[301628,-158112],[299407,-161514],[303705,-156529],[303127,-157412],[304262,-160223],[303631,-159718],[303041,-162031],[306583,-163591],[306230,-166151],[305427,-164968],[301906,-161580],[300157,-155784],[305320,-158557],[303125,-162001],[294513,-167700],[302062,-167709],[303424,-167483],[296750,-173142],[302401,-166717],[296938,-169449],[296702,-184445],[296580,-189729],[307086,-190781],[302810,-188322],[300353,-185078],[303188,-187487],[307112,-187962],[302263,-186845],[294804,-185724],[301534,-186416],[303319,-188008],[303095,-189761],[305490,-198704],[295492,-201709],[296513,-194405],[304398,-201834],[300255,-194682],[294506,-200417],[298334,-202152],[305885,-204351],[298594,-196963],[295876,-203288],[294863,-194246],[298766,-199152],[301909,-198288],[295042,-201560],[302131,-204442],[298697,-202198],[302228,-213911],[297912,-206168],[298910,-212212],[302456,-211649],[297090,-212076],[300050,-210369],[306816,-213293],[299724,-229011],[295295,-232902],[295234,-232676],[295770,-236290],[306441,-234628],[305430,-234137],[296935,-237247],[306476,-240462],[306987,-232475],[302155,-240620],[305151,-234459],[298286,-7039],[294525,-10116],[299528,-9577],[298302,-10572],[300023,-12157],[307047,-11661],[306495,-10107],[305429,-8088],[302360,-8813],[303214,-3542],[305811,-1707],[300519,129],[297799,-8744],[307150,-11458],[304229,-11479],[304752,-11585],[303770,-7626],[303120,-6038],[302821,-1088],[299784,-539],[297953,-7919],[296158,-8338],[298373,-7209],[297090,-6638],[297045,-10903],[301995,-11575],[303208,-12394],[304026,-12081],[304300,-11550],[305695,-9647],[305617,-8412],[303671,-7819],[303098,-7879],[301779,-8074],[302677,-5609],[303086,-5339],[303351,-6930],[305347,-4158],[306704,-3758],[305522,-1948],[303385,-1906],[298039,-8109],[296372,-7345],[295615,-11543],[299946,-11834],[306089,-10948],[300191,-5972],[304061,-3540],[306575,-3201],[307075,-557],[294542,-5270],[296070,-744],[297690,-5132],[294417,-4418],[294452,-989],[297641,-5550],[294924,-5845],[295220,-5403],[304800,-244631],[304883,-244573],[305296,-243608],[296624,-248372],[297088,-246133],[297683,-263943],[304028,-264305],[306855,-259361],[304180,-263348],[297434,-12943],[294981,-23520],[302511,-13489],[302867,-12820],[301267,-21907],[299449,-23278],[302829,-23942],[297187,-25023],[296755,-23824],[297118,-23604],[300893,-19377],[296156,-13650],[297693,-13958],[298936,-13534],[306339,-13735],[296862,-15552],[300610,-13757],[306034,-16872],[305969,-19268],[307026,-21479],[303082,-23500],[300725,-23194],[296966,-14078],[295773,-25035],[301903,-13515],[305926,-15271],[294525,-37641],[294923,-28615],[304087,-36050],[300707,-36305],[295387,-35402],[303731,-28597],[298145,-26874],[294521,-38146],[302440,-34326],[297312,-35577],[304860,-27830],[298877,-27872],[305603,-29312],[294687,-29492],[303338,-34960],[302391,-36193],[294591,-33940],[295968,-32548],[295558,-32331],[304616,-27421],[303596,-26502],[298000,-27524],[296137,-25628],[304771,-32745],[303593,-33528],[300977,-36078],[305356,-27068],[298889,-39238],[295969,-44079],[298646,-42833],[296774,-43825],[298065,-40215],[298608,-42625],[300335,-38552],[306499,-41706],[301589,-43592],[302110,-42304],[296781,-44514],[296930,-48270],[301314,-47235],[304625,-48334],[298625,-48111],[303735,-39162],[301012,-48505],[306571,-47961],[301366,-40613],[301761,-49914],[296061,-44583],[305551,-50701],[301188,-41064],[301325,-42270],[295084,-50903],[302352,-43380],[305445,-48380],[299192,-48862],[295845,-62537],[296510,-55333],[297330,-59402],[296560,-59109],[297782,-63069],[307154,-63293],[295925,-62653],[298605,-63492],[296099,-59155],[296417,-61105],[296589,-54902],[304938,-54367],[298798,-58292],[298731,-59117],[297144,-61492],[296363,-62522],[297980,-63508],[306978,-60166],[299613,-54345],[301744,-55424],[307126,-60354],[295312,-61753],[295887,-60593],[296944,-57597],[297877,-63387],[302120,-54215],[303551,-58098],[295556,-60922],[306978,-58245],[304571,-53705],[298249,-61743],[295020,-52014],[294989,-55923],[296671,-58132],[298307,-52727],[299293,-51148],[302172,-52011],[297078,-58304],[295402,-57339],[295485,-52827],[295617,-54440],[296449,-57579],[295797,-57916],[295061,-60121],[294535,-53225],[295263,-55759],[295666,-55414],[296055,-57557],[295672,-56330],[296228,-57182],[295131,-60169],[298267,-75661],[295204,-76299],[301285,-71367],[304612,-66526],[299514,-65197],[300883,-66615],[296882,-67887],[296270,-66965],[294638,-67467],[306373,-64155],[304999,-67044],[299765,-76175],[295903,-74857],[299206,-65754],[300437,-66636],[297696,-67211],[294440,-67114],[301958,-69493],[296627,-74536],[301980,-67361],[298085,-68259],[296167,-67345],[295274,-67403],[298116,-64750],[296021,-74319],[299728,-75941],[297849,-76465],[300260,-71094],[299963,-70179],[303574,-74650],[299799,-65216],[300387,-64011],[300856,-66594],[302028,-65748],[301277,-66419],[296562,-67859],[296437,-66773],[297810,-65913],[296394,-67910],[295042,-66592],[295305,-75722],[301367,-74689],[300894,-71840],[303158,-71312],[305836,-68811],[294438,-71075],[294836,-70914],[298456,-74007],[295377,-83194],[305466,-80319],[303943,-76744],[306063,-88016],[299732,-81033],[299657,-84622],[307077,-82539],[298058,-76732],[298041,-77618],[298207,-84173],[298915,-83729],[304185,-78086],[300915,-86017],[303111,-87510],[305521,-82159],[296110,-76660],[298941,-80821],[300272,-80123],[306858,-80563],[297431,-93651],[303154,-92400],[302315,-90591],[297862,-91434],[294605,-97379],[299228,-100056],[299033,-98574],[302973,-96360],[299481,-99162],[306783,-94215],[300744,-96051],[304212,-95473],[303929,-94197],[301008,-100833],[303148,-96078],[295224,-100193],[303348,-100264],[298527,-101062],[297075,-114324],[298484,-114848],[306474,-104205],[298751,-114309],[295698,-114335],[306353,-103349],[299304,-106573],[306013,-103762],[297508,-113227],[306024,-108007],[300411,-112121],[301869,-106335],[302687,-103724],[298082,-108701],[299880,-104692],[295308,-110039],[302249,-107479],[297715,-110777],[297384,-111360],[297101,-102629],[296269,-113445],[303392,6306],[303712,6401],[304951,3524],[299028,554],[300094,2663],[299927,5699],[304991,4474],[305650,8410],[303032,7339],[298943,4199],[302828,1476],[298773,8540],[304882,4856],[303207,7037],[299462,1773],[300015,6819],[298498,4019],[299511,1890],[298532,8766],[306586,2793],[306764,8161],[301493,2252],[299222,8878],[297185,8504],[296461,8279],[307197,11693],[306181,12113],[303801,12041],[305116,8164],[306825,6585],[305975,6136],[304008,776],[305331,1437],[306015,5416],[301044,2962],[298482,4414],[300948,6577],[303754,7695],[303069,8089],[302479,11119],[300237,11811],[296665,9966],[296441,11886],[297501,7098],[297117,6204],[297463,6808],[297012,5438],[296143,7086],[295517,791],[296735,6335],[297270,5538],[295668,6012],[297003,1446],[296235,2865],[298741,14536],[296627,16171],[294756,13902],[304628,418640],[304860,424004],[309302,-125971],[309277,-127229],[312233,-117184],[310000,-120405],[312711,-117115],[311116,-134869],[311840,-138822],[312836,-138665],[319828,-136727],[308706,-153003],[311295,-142243],[309748,-142510],[308583,-151547],[311667,-141495],[307830,-150667],[308586,-145661],[310319,-143775],[308420,-145319],[308694,-144416],[316396,-153329],[309177,-151044],[308529,-144841],[310551,-141382],[307511,-165002],[308339,-159729],[311633,-160913],[318811,-164788],[308510,-158463],[316934,-155256],[316822,-153828],[314455,-161143],[307965,-158410],[315045,-164226],[309886,-161866],[307353,-165458],[309900,-164042],[307528,-159504],[315992,-164700],[312200,-160625],[309536,-165881],[313517,-166163],[312911,-164575],[318505,-163930],[318908,-156392],[316842,-154338],[317200,-154326],[318307,-154556],[319309,-154893],[311280,-164220],[318965,-156660],[318749,-162765],[318026,-154247],[318768,-154819],[316561,-154265],[311320,-166352],[314814,-169425],[313393,-167444],[314342,-167075],[309699,-166590],[312844,-170229],[315845,-167563],[313977,-168684],[313657,-168144],[308760,-190567],[315058,-198956],[319910,-203647],[310780,-192276],[314712,-197249],[318622,-196097],[316287,-195578],[313768,-192736],[309114,-197750],[313759,-201752],[316127,-195469],[314008,-195013],[312750,-194137],[310834,-192168],[318359,-196588],[310932,-195396],[310171,-204286],[318305,-195477],[315311,-196103],[313834,-193434],[312848,-194592],[312298,-193279],[312664,-205806],[318063,-207769],[309665,-209277],[318489,-206501],[307876,-210365],[307594,-213633],[307914,-215225],[318217,-225936],[316628,-225074],[319808,-218853],[314174,-218191],[314735,-227106],[315993,-227946],[318905,-229167],[311895,-218113],[310255,-220717],[317538,-225154],[319839,-217590],[308500,-226361],[311236,-226729],[308339,-228460],[308225,-217413],[312783,-233833],[317867,-239684],[313735,-235726],[317692,-240749],[314961,-230875],[318354,-237009],[313846,-234001],[319094,-238505],[313903,-230521],[313094,-233718],[316997,-237456],[312111,-235048],[318544,-239353],[311920,-231233],[309261,-232703],[308577,-235124],[308537,-236562],[310271,-4149],[307202,-220],[308529,-10402],[313903,-10989],[312631,-11153],[307451,-9667],[308254,-7789],[307290,-8292],[307477,-3280],[309576,-415],[307941,-2255],[312987,-1148],[312059,-4403],[313367,-5467],[316245,-6586],[318460,-6484],[313692,-11955],[312182,-10554],[313486,-7062],[309991,-7022],[314021,141],[307535,-11799],[308890,-10966],[310671,-9626],[314225,-10013],[309234,-170],[308928,-12487],[312372,-11415],[307405,-4665],[319158,-244281],[308337,-251185],[319065,-246699],[311470,-253692],[318274,-253971],[317722,-246689],[313143,-254761],[317537,-255363],[319299,-246505],[312154,-252929],[311818,-254489],[317039,-254750],[309674,-259695],[308653,-268323],[315615,-268576],[308609,-263764],[316206,-256140],[310742,-13829],[311333,-12795],[309121,-23637],[307278,-12737],[308011,-12680],[315186,-15090],[311988,-13151],[314158,-22191],[315627,-18762],[317550,-17816],[316946,-13655],[319605,-15609],[311664,-24074],[309353,-21955],[311475,-23738],[311826,-13233],[312541,-37400],[312255,-27865],[313727,-38113],[307662,-26145],[312531,-26151],[308130,-30103],[312941,-33870],[314324,-33453],[313051,-35061],[312099,-37646],[309822,-33104],[310761,-32185],[307344,-36082],[308214,-29337],[315758,-49485],[315261,-49182],[315154,-44607],[314899,-41884],[311847,-41747],[310723,-40287],[315567,-49681],[315717,-44662],[311448,-41369],[313069,-38434],[307363,-44077],[310340,-44377],[309285,-49815],[307301,-38745],[308856,-49245],[309611,-45825],[309600,-44606],[307414,-41316],[308736,-49606],[309206,-49725],[311536,-43014],[311187,-49068],[310763,-44069],[308158,-62807],[309762,-58738],[310576,-59491],[312255,-59017],[312794,-54819],[310024,-52633],[312508,-51471],[313559,-55212],[317590,-61625],[316508,-58538],[318462,-53350],[319909,-56132],[311433,-63060],[312464,-61732],[315045,-55564],[318412,-54787],[316734,-56594],[310883,-59606],[314474,-60720],[313915,-55181],[317368,-51924],[316509,-62696],[317752,-60456],[318411,-58804],[317945,-54605],[308112,-75335],[316413,-73431],[317333,-72802],[309757,-71745],[313938,-66068],[316793,-65037],[311561,-70108],[315545,-69426],[317373,-76405],[315525,-75233],[312344,-68155],[308916,-73240],[312414,-70229],[314745,-70994],[317754,-75460],[315005,-73944],[312171,-68638],[309628,-65681],[309318,-75901],[316512,-74835],[316446,-76442],[312267,-72225],[317492,-65379],[313441,-70576],[312279,-70222],[314840,-71272],[314572,-69746],[315778,-70235],[317336,-76200],[317890,-74604],[317774,-76073],[316166,-74550],[315119,-75890],[315484,-73872],[310132,-67820],[310159,-69176],[310176,-67521],[309779,-72792],[316234,-65764],[312540,-68531],[315159,-69928],[318914,-74118],[314770,-76305],[310616,-67902],[318962,-87698],[307355,-84358],[314949,-76847],[317368,-87298],[311379,-82720],[314784,-88047],[310576,-84773],[318507,-78041],[319896,-88197],[309653,-80285],[312279,-83161],[312274,-82200],[314247,-84537],[314159,-86523],[309301,-87303],[315608,-76983],[310910,-82099],[312546,-85485],[307555,-91941],[310167,-90651],[315924,-90104],[315684,-91527],[308496,-93310],[312004,-101470],[312610,-95301],[309659,-92041],[308934,-92545],[316447,-90184],[316353,-94456],[313950,-92282],[314920,-91862],[314840,-101267],[309584,-94650],[310262,-94927],[312786,-100562],[307970,-100261],[316438,-97942],[318450,-103581],[314355,-102696],[311396,-110549],[313496,-112710],[307274,5055],[308538,763],[307317,5285],[313993,9180],[311580,8532],[310837,7052],[307237,6966],[309354,3283],[311842,4744],[312322,3243],[312838,1920],[313350,4084],[313854,1393],[320233,-134855],[332027,-131962],[326886,-133960],[331375,-134737],[332545,-133789],[332270,-132886],[323641,-146304],[323301,-158767],[323149,-159049],[323593,-158406],[320918,-156923],[322991,-164318],[323594,-164270],[321871,-156631],[320494,-158217],[322835,-155580],[321213,-157249],[322474,-163433],[320595,-164998],[320998,-164490],[322331,-159181],[321735,-155596],[321945,-160033],[321588,-156256],[332291,-176018],[329536,-171747],[325992,-167242],[329145,-172627],[329603,-167151],[330457,-170087],[332779,-177429],[326176,-169902],[331456,-170372],[328084,-172299],[327463,-170912],[327396,-166380],[320790,-167394],[329185,-171133],[323986,-199167],[321219,-197715],[327720,-200140],[328932,-202269],[325537,-203667],[331148,-202636],[322368,-201553],[323486,-200552],[327971,-199559],[326953,-203703],[326095,-203680],[331080,-202287],[325181,-200470],[320872,-196565],[327913,-200175],[327425,-201941],[328238,-204581],[329560,-203989],[325051,-215474],[329055,-205957],[330492,-205545],[331111,-208312],[328412,-210788],[328497,-214401],[328433,-213438],[322644,-215438],[320767,-208987],[329772,-204661],[330505,-205993],[324556,-216330],[330840,-208594],[328507,-210419],[329626,-213239],[328926,-214208],[331385,-208585],[328335,-210860],[328940,-213599],[330242,-212035],[323881,-229369],[323160,-219208],[322049,-218629],[321620,-225499],[329178,-229321],[324789,-229740],[330279,-221597],[321360,-222935],[322855,-228523],[322008,-224478],[330560,-223735],[324254,-220413],[320892,-228115],[325137,-227167],[330435,-224510],[328185,-228013],[328226,-230880],[328888,-232108],[325669,-233757],[326023,-235705],[323079,-238689],[329133,-236881],[322819,-240345],[325538,-233188],[327198,-236880],[331471,-244369],[320669,-244628],[331908,-244164],[323842,-243159],[326575,-244718],[326439,-252970],[331253,-248268],[323485,-254647],[327381,-259079],[331867,-266363],[320731,-266720],[328818,-258222],[332215,-258387],[322790,-268430],[320416,-258196],[332152,-261507],[323396,-266425],[329813,-257111],[332366,-258611],[332438,-264807],[323097,-265188],[327255,-259035],[331121,-258771],[332376,-266553],[325476,-267769],[325889,-60803],[326278,-59509],[325299,-60451],[326367,-59574],[324769,-58508],[325034,-56393],[320736,-57670],[323818,-56024],[321934,-52661],[325849,-60585],[325501,-63507],[326274,-59424],[321058,-55173],[321429,-54364],[324810,-63273],[326247,-63106],[320007,-64147],[320304,-75836],[322629,-67838],[325704,-65108],[324955,-63940],[325937,-67215],[322505,-65051],[328330,-70861],[325059,-72303],[321824,-67596],[326695,-65543],[326436,-64056],[324982,-66774],[332679,-74478],[321732,-64633],[321971,-68490],[321849,-67886],[322460,-67905],[324393,-67303],[325802,-64704],[324253,-65537],[325070,-67523],[324821,-65650],[326800,-65790],[328682,-76126],[327937,-76358],[322695,-66851],[326996,-66105],[326944,-76461],[331452,-82197],[331660,-79300],[325689,-85308],[328724,-78611],[332028,-81795],[326324,-87801],[331841,-85035],[327556,-80715],[320897,-81930],[329539,-77519],[329613,-81912],[323824,-78348],[328913,-83815],[321708,-86523],[326877,-84389],[327755,-77804],[329720,-76724],[328552,-76739],[331571,-82419],[332360,-78947],[331171,-79008],[324254,-87934],[331084,-87480],[321734,-76787],[329788,-79570],[326545,-86274],[327082,-76913],[328495,-77136],[329980,-92282],[329482,-98685],[329351,-92280],[326940,-94189],[330632,-94744],[329763,-93360],[327708,-95384],[329079,-89643],[327160,-91520],[326582,-89863],[332321,-112654],[331422,-111249],[328714,-102269],[320201,-102771],[332464,-114101],[326692,421671],[333186,-134779],[344005,-144738],[343564,-147955],[342122,-146641],[333958,-150816],[341407,-175692],[338302,-177116],[340734,-170708],[340324,-170132],[335092,-174879],[334360,-172365],[339461,-174598],[342715,-173145],[342672,-178743],[336576,-174954],[342933,-170514],[342820,-175150],[344791,-176946],[341345,-176777],[342694,-175275],[343422,-176062],[333897,-178320],[338558,-174956],[337138,-175221],[338415,-173813],[334959,-175502],[342456,-172376],[337774,-170936],[341209,-170413],[337828,-168162],[338282,-170204],[338886,-176512],[336538,-176570],[340761,-171174],[338333,-190391],[343769,-182652],[343426,-187475],[336322,-188384],[343181,-184083],[344922,-179030],[342626,-186719],[340070,-190115],[339127,-186111],[343612,-180686],[341345,-186109],[341567,-189737],[339460,-184688],[342308,-185394],[343282,-201559],[338525,-192570],[344318,-201966],[337895,-192215],[345128,-203957],[345504,-209384],[337861,-213559],[336982,-212492],[340809,-207656],[334634,-216089],[336234,-214385],[338033,-207265],[340124,-212750],[342779,-208470],[340863,-206022],[336787,-214954],[337489,-209436],[339418,-207068],[343598,-210194],[332911,-204714],[345135,-207111],[335395,-228953],[332934,-222077],[332950,-225838],[334508,-218573],[337439,-225686],[333415,-220235],[334904,-228759],[339198,-228897],[342834,-234760],[335084,-230893],[339415,-232501],[335036,-232233],[339090,-234023],[344370,-239408],[343668,-232958],[335135,-230900],[343990,-232846],[340534,-6769],[344272,-6301],[340401,-8165],[342725,-6859],[335687,-243169],[343686,-252390],[335521,-244315],[343366,-250463],[338680,-253297],[337772,-251862],[337634,-254196],[338068,-252177],[336532,-250526],[342238,-255940],[338827,-261274],[338191,-262776],[344902,-257769],[340959,-266124],[338882,-262512],[343396,-257075],[337787,-261605],[338496,-262838],[345412,-258799],[339184,-264658],[338916,-261823],[344724,-257046],[337922,-266903],[338663,-263515],[343706,-36661],[341974,-35804],[343162,-37177],[341175,-33861],[340856,-41791],[338263,-44116],[345586,-49137],[344523,-50277],[344856,-49388],[342084,-58227],[339861,-62547],[343817,-60827],[342955,-59945],[341921,-59714],[342688,-58306],[343183,-62569],[343044,-57292],[341212,-62938],[344029,-55424],[339387,-69388],[334946,-74906],[333348,-74041],[339628,-65068],[335342,-75940],[333544,-75716],[341698,-66639],[335155,-76600],[341757,-66923],[339778,-67852],[335143,-76387],[333483,-80369],[335712,-76814],[338019,-79617],[334853,-79474],[336944,-79183],[333423,-86719],[342832,-96751],[342965,-97697],[339691,-93379],[335341,-100908],[335933,-89830],[338562,-89435],[343104,-93802],[340833,-94366],[343511,-95141],[342254,-100552],[345515,-100228],[334332,-102890],[341476,103604],[345068,102732],[350817,-119053],[348011,-125188],[353183,-118112],[348573,-118599],[350152,-118871],[351404,-119446],[347675,-119159],[356259,-151697],[355620,-147819],[355691,-147367],[346685,-142510],[355358,-143960],[356687,-152381],[358168,-140776],[354773,-148321],[357208,-143493],[353775,-150964],[354341,-150984],[357124,-142903],[356372,-149496],[354921,-146997],[357726,-144890],[348758,-152538],[349337,-146835],[351296,-151510],[355089,-162561],[354922,-158245],[350781,-154942],[352669,-155776],[347424,-166275],[346483,-167202],[346910,-177631],[346459,-177159],[356201,-175160],[354820,-175150],[355548,-176038],[352941,-175446],[348487,-174921],[347288,-176684],[352827,-175324],[351778,-178768],[346303,-166660],[346365,-167529],[347690,-166761],[358372,-168997],[357210,-176190],[356900,-173284],[357903,-176154],[355997,-172703],[352898,-176711],[348074,-178203],[353011,-177292],[352218,-178907],[346294,-175795],[354775,-176914],[356903,-175942],[352183,-178304],[356354,-175850],[357054,-175686],[351587,-174114],[349300,-177658],[358197,-177206],[355661,-186779],[352435,-181135],[350177,-186958],[358257,-179111],[349244,-181360],[345638,-184528],[351935,-188921],[357457,-181226],[350417,-182975],[358240,-182661],[353292,-184581],[349339,-182736],[348134,-180124],[350260,-179524],[348486,-183516],[349627,-179130],[355310,-185213],[352001,-184036],[347511,-182715],[347799,-180404],[351284,-183513],[356082,-186421],[350409,-182049],[352163,-186811],[352912,-185867],[356315,-199655],[345782,-200123],[354405,-198377],[346139,-201505],[353204,-200452],[347587,-201753],[356152,-200772],[350396,-203582],[351224,-202499],[356234,-202209],[350466,-203506],[358111,-200412],[353725,-208945],[358211,-208917],[348730,-210728],[356601,-208111],[356505,-213401],[355378,-208243],[357091,-224330],[348725,-218613],[346582,-229238],[356209,-225143],[347568,-234564],[349408,-234152],[357506,-242794],[348830,-239052],[352398,-233366],[346805,-238342],[349291,-236029],[350302,-239826],[349577,-12426],[348238,-9565],[349693,-10599],[347247,-11535],[348385,-11786],[347389,-10848],[352134,-8554],[352329,-246503],[346278,-252602],[352483,-248948],[356642,-243231],[351245,-249891],[346892,-251961],[358000,-249821],[354322,-252362],[350793,-251650],[346083,-251451],[351213,-267148],[357827,-268023],[354108,-257579],[352993,-265261],[357459,-268528],[349219,-262426],[357625,-260771],[348346,-262717],[353309,-266727],[348203,-256946],[351647,-265825],[355440,-260027],[349137,-262657],[358366,-13366],[352903,-32541],[351942,-37502],[356373,-32184],[351271,-36255],[347370,-36286],[355303,-32492],[351193,-34548],[349924,-35248],[355755,-31841],[350993,-34022],[354652,-32807],[350587,-48192],[355939,-44437],[355203,-47187],[351733,-49363],[354072,-46431],[357354,-46057],[352279,-47068],[353838,-48479],[354730,-48059],[353595,-47311],[356028,-40957],[354263,-49814],[352088,-47893],[353246,-48628],[353022,-50537],[356323,-47863],[350581,-47986],[346731,-55841],[347802,-52755],[354505,-61611],[350906,-51721],[346704,-55255],[346850,-52059],[350995,-58046],[353553,-51030],[354461,-52738],[356714,-55292],[346567,-63523],[347024,-57255],[348232,-52384],[350423,-56454],[347656,-57248],[346044,-52285],[356411,-54927],[354296,-62293],[351417,-58876],[348683,-51148],[348339,-63622],[353260,-62171],[353985,-52759],[352996,-73655],[347449,-73807],[353068,-73306],[348680,-76241],[348993,-74154],[353504,-72352],[347842,-75282],[357955,-64420],[356095,-64633],[356823,-64205],[355688,-64004],[355172,-64615],[357015,-65492],[356759,-63978],[348667,-95323],[349324,-101273],[346019,-99357],[349027,-98804],[346325,-101910],[346325,-101910],[351265,-100890],[351104,-102812],[353817,-112536],[357990,-107623],[349207,-103636],[355707,-107714],[357525,-112315],[349536,-104991],[356943,-110055],[355481,-109163],[351802,-103296],[353230,-113698],[352053,-106958],[354336,-108355],[350997,-108446],[350390,-106088],[348351,-102654],[349762,135424],[354809,133323],[355688,131276],[356191,135987],[352004,143783],[350181,145674],[352672,144491],[353695,151725],[355142,36937],[358122,28399],[355052,37683],[356492,36327],[357183,26232],[357635,47930],[355053,40810],[349094,50787],[355947,47091],[357653,47423],[352886,50179],[355913,42469],[354883,45571],[350861,50233],[356442,41593],[354685,64040],[351527,55905],[349912,63633],[352678,61002],[350211,56590],[348889,63142],[355045,63640],[349790,51789],[349122,58633],[349330,63425],[350712,57170],[352533,62314],[347282,61886],[350290,67101],[352923,68531],[349109,67998],[347353,69834],[351185,68176],[345812,113528],[349488,122293],[349309,119683],[351910,121368],[362369,-117050],[361452,-116346],[359560,-118157],[366862,-118298],[370116,-116178],[369277,-119086],[369352,-137802],[369685,-134178],[368547,-137016],[370109,-134397],[371032,-133030],[359632,-144534],[358497,-147472],[362484,-152340],[365308,-146311],[360453,-141470],[361452,-142860],[366587,-151428],[370846,-149632],[361980,-150039],[364164,-143841],[359815,-152710],[367300,-151219],[361745,-142620],[360572,-141875],[366740,-143441],[365288,-150284],[369698,-149413],[359556,-144888],[359822,-151004],[359682,-151155],[365695,-150595],[365373,-145443],[360105,-142141],[361390,-142647],[361891,-141936],[362223,-142707],[360452,-141659],[360742,-142085],[362220,-141873],[361269,-142895],[366551,-143759],[366235,-143637],[367136,-143450],[365559,-147427],[360694,-163770],[367942,-165468],[370496,-157901],[369588,-162881],[360768,-156643],[368017,-159933],[368468,-156178],[362052,-160672],[361282,-153627],[366316,-166042],[370667,-155954],[370125,-162737],[360230,-156910],[370644,-158493],[366888,-158350],[366919,-158981],[361173,-164348],[360752,-164705],[360134,-162913],[363122,-163032],[361727,-154895],[360601,-155376],[359304,-165770],[370670,-162224],[359510,-155888],[367497,-161516],[360151,-164608],[362111,-164134],[360552,-155799],[369891,-161697],[364518,-165027],[366815,-163740],[363012,-153747],[364029,-153611],[364234,-166985],[361874,-167214],[360693,-169328],[362870,-167405],[362431,-166330],[364032,-170641],[365272,-168637],[367626,-169103],[366323,-167160],[365518,-167382],[358686,-172249],[358667,-174598],[363266,-176521],[363309,-178637],[358848,-177612],[366142,-175858],[358884,-170288],[361716,-166817],[359333,-168505],[365564,-169467],[365352,-171574],[370248,-166230],[367691,-170469],[369165,-166677],[363085,-173043],[361630,-170291],[366207,-170687],[367342,-169417],[362213,-174046],[367736,-176375],[361888,-166243],[363908,-170500],[364802,-168234],[365470,-168654],[367549,-178744],[365710,-177068],[362006,-177759],[359702,-175332],[360834,-178904],[366378,-168982],[358850,-183370],[361780,-181894],[358975,-183906],[369968,-182269],[365647,-179462],[359899,-181436],[359138,-183126],[361119,-182380],[370502,-181328],[370878,-181391],[370083,-181529],[369268,-181812],[369188,-180916],[367799,-188346],[364452,-188488],[370262,-183556],[365995,-181154],[366816,-181902],[368063,-183872],[360505,-180088],[364253,-181874],[360531,-188388],[361900,-188501],[360472,-179666],[364025,-183104],[359539,-184689],[362214,-187431],[370375,-180568],[366385,-181151],[366546,-182209],[366835,-183551],[361930,-184301],[359921,-183672],[369250,-186856],[361772,-198425],[368493,-198824],[367024,-196694],[366997,-203942],[361019,-199762],[364506,-200692],[369018,-200445],[364661,-204087],[369292,-204489],[360578,-201315],[363910,-201252],[369814,-201642],[369418,-203825],[362739,-200504],[365961,-200491],[362950,-199424],[366265,-201163],[363240,-210886],[364820,-212493],[369685,-210125],[360312,-227475],[369989,-223910],[368865,-222903],[360512,-222911],[370481,-225774],[368191,-223150],[359109,-222845],[358788,-242558],[361562,-240680],[368564,-230396],[359332,-241961],[369268,-249136],[368469,-251175],[368523,-251081],[362096,-245926],[366644,-250115],[369352,-246022],[365966,-254888],[359759,-259758],[359835,-258579],[361019,-259268],[365183,-257253],[368771,-260627],[358628,-256455],[359493,-24704],[360055,-20170],[359920,-24794],[369986,-31183],[364513,-50305],[367202,-48458],[365492,-47625],[360873,-51398],[360654,-51558],[362560,-51790],[360054,-54117],[370684,-60967],[369241,-63787],[361453,-61643],[362462,-62211],[370361,-69419],[364882,-67098],[370190,-68177],[370755,-68259],[370496,-69389],[368214,-71635],[364550,-67297],[369400,-66572],[368269,-73461],[364395,-67362],[370861,-68457],[364770,-66657],[368467,-68170],[361005,-65037],[368504,-65548],[364597,-79998],[366052,-86720],[363901,-81654],[359689,-82622],[366827,-89336],[367178,-87888],[366642,-78257],[365589,-88335],[359583,-83592],[367055,-80290],[363514,-88836],[362632,-82665],[358877,-79929],[370971,-88418],[370657,-78944],[367606,-80740],[367100,-87038],[362723,-82218],[361883,-81971],[367604,-89198],[366299,-78835],[363224,-85208],[365945,-83073],[362921,-79944],[368901,-89149],[366476,-91572],[370790,-91046],[368889,-91224],[364901,-93893],[367070,-91462],[368690,-93564],[368135,-90497],[368041,-91189],[367823,-91688],[364646,-91758],[366619,-92771],[364274,-91889],[368020,-89414],[369087,-92106],[369369,-91768],[367685,-93609],[368198,-95401],[369642,-90000],[364832,-93274],[369035,-93752],[366535,-93016],[366610,-92809],[367111,-93275],[358432,-110319],[360180,-110415],[358985,-113348],[359618,-110534],[367583,-114414],[363916,-111206],[360407,-114175],[370289,-111931],[364467,-112956],[361926,-113929],[360307,-106458],[358438,-110975],[367578,12028],[368884,12608],[367717,13293],[368464,14018],[361413,24256],[369106,23268],[369067,19782],[368765,23026],[358747,37250],[359498,31591],[361348,30624],[367123,27340],[378877,-115514],[378877,-118398],[379872,-115933],[381649,-126619],[381712,-120492],[380428,-121162],[380513,-115180],[374885,-124297],[381885,-120843],[379405,-116326],[373825,-121269],[378269,-121188],[379768,-120278],[379906,-126516],[379558,-123039],[382578,-125644],[378691,-128976],[376080,-139296],[379871,-133863],[379292,-132471],[373512,-134492],[377441,-138324],[372687,-136510],[372251,-134641],[372017,-139569],[372439,-139815],[371521,-137753],[375335,-140229],[378001,-132528],[380191,-133212],[371563,-132134],[381938,-131867],[375879,-137904],[380276,-133716],[381195,-133206],[381015,-135318],[378621,-134845],[381970,-131279],[379111,-135027],[380717,-153250],[382536,-143948],[377428,-146607],[373738,-147444],[377900,-146761],[372312,-141402],[378253,-152222],[380707,-147082],[379537,-152797],[375156,-142901],[371703,-153030],[374871,-145641],[372810,-150230],[374288,-141005],[379101,-144561],[371549,-149640],[378860,-147628],[382170,-153272],[375236,-143466],[374539,-141530],[373945,-145296],[374070,-149095],[375589,-145813],[378312,-147344],[374619,-146197],[378752,-157838],[375613,-160684],[375286,-159520],[374818,-160036],[373511,-163952],[374249,-154983],[373935,-159620],[374306,-161865],[375215,-161311],[373639,-160944],[374327,-156312],[377676,-158396],[382722,-163665],[379142,-157414],[373733,-159101],[371681,-159069],[372195,-155523],[378681,-154928],[375038,-161204],[380254,-156232],[371851,-163695],[375668,-158551],[372963,-160815],[383699,-154857],[383974,-158089],[372216,-165221],[372583,-163704],[372100,-153704],[378406,-161902],[382613,-160759],[373600,-161863],[374575,-161573],[374952,-161241],[373744,-160581],[373442,-161498],[373932,-162367],[373729,-161123],[373785,-161493],[376953,-160935],[376407,-162507],[381485,-162126],[372796,-155872],[379007,-156644],[374727,-170550],[381597,-176076],[380008,-171862],[380341,-176581],[371394,-167591],[374846,-169624],[380854,-172047],[382541,-176772],[376990,-170343],[371902,-178943],[374248,-170017],[373845,-167015],[381355,-171526],[372151,-171117],[377522,-169902],[379379,-177573],[383896,-167036],[372358,-167914],[371833,-168393],[383068,-170255],[371267,-171980],[372340,-169810],[374473,-187692],[376316,-185930],[374530,-186076],[379158,-180544],[375029,-188120],[378297,-179268],[383470,-183636],[378913,-185549],[383315,-184377],[375649,-182628],[371422,-180797],[379027,-185869],[371621,-198270],[383069,-197479],[371399,-199144],[382477,-196700],[381606,-202467],[374259,-199645],[381566,-199800],[376621,-200126],[374246,-200573],[383745,-200012],[376133,-200775],[373414,-202349],[375214,-200535],[380057,-201386],[377146,-198672],[376897,-217078],[373473,-207110],[376813,-216846],[376517,-210075],[373818,-209003],[371743,-207711],[378592,-209463],[374892,-206636],[376649,-208500],[373848,-228173],[371724,-223088],[380958,-220315],[377994,-220539],[379459,-220410],[383630,-228038],[376490,-217818],[378552,-219591],[379354,-222459],[378621,-234205],[380253,-239346],[380835,-233781],[380748,-239571],[371780,-230543],[381403,-235691],[380419,-238781],[377159,-234382],[380561,-239768],[376849,-236077],[380548,-240698],[380705,-7612],[378839,-661],[382951,-1707],[382228,-6166],[377958,-1201],[379807,-1905],[381985,-7190],[377685,-1830],[381346,-493],[379902,-229],[381633,-1114],[378472,-2732],[381872,-1275],[376169,-253045],[372636,-252029],[376949,-252891],[373204,-250313],[381906,-246672],[374395,-251115],[375965,-256075],[378995,-259947],[382149,-261006],[377604,-265499],[376507,-258622],[382385,-264153],[382904,-261483],[383506,-18529],[382692,-18440],[380241,-17512],[383862,-19001],[381560,-19905],[382629,-27642],[374291,-41309],[375296,-43569],[373806,-43431],[379937,-47926],[380190,-49360],[382126,-45930],[381513,-45670],[380053,-47942],[380026,-48597],[372222,-41082],[382651,-48326],[379960,-48339],[379815,-49055],[375222,-42648],[382394,-44286],[377098,-46676],[377044,-50851],[378958,-45973],[381682,-43450],[379053,-43775],[380067,-42099],[376043,-49711],[374466,-45023],[381077,-48789],[380905,-48084],[381478,-46462],[381494,-45960],[382359,-46983],[381992,-49193],[372888,-46239],[380484,-48786],[381092,-49403],[380718,-47930],[380548,-47540],[380126,-47435],[380211,-47555],[380437,-47321],[380212,-47889],[380954,-48218],[380767,-47461],[381904,-45938],[381392,-45981],[382184,-46239],[382239,-46487],[382064,-46166],[382131,-46655],[381507,-46289],[381531,-46652],[381684,-46262],[381327,-49179],[381750,-48990],[382253,-48842],[381723,-48562],[381961,-48251],[379465,-63581],[380762,-51529],[378048,-62214],[379601,-61172],[378343,-61302],[379671,-59966],[378643,-60359],[373927,-62395],[376749,-56062],[378377,-57483],[378165,-55516],[379375,-57285],[376834,-57732],[376516,-57831],[379080,-53275],[376897,-52940],[379886,-52785],[381910,-58331],[382069,-58374],[382106,-59557],[380626,-63118],[377754,-62595],[378642,-63185],[377586,-62552],[378227,-62157],[378120,-62498],[378190,-62874],[378496,-62129],[379632,-60475],[378357,-60741],[379662,-61876],[379330,-61447],[378252,-60832],[379438,-60244],[378452,-59654],[378784,-60410],[378609,-60431],[378209,-59079],[378502,-59658],[379344,-59604],[379798,-63681],[379444,-63799],[374097,-63237],[373156,-63397],[374478,-62286],[377133,-55047],[377097,-54938],[376388,-56291],[376627,-55905],[377260,-55179],[378783,-56852],[378499,-57198],[379190,-57626],[377744,-56421],[378081,-55567],[379462,-56986],[378615,-57072],[380264,-56212],[380515,-57105],[379725,-56212],[379866,-56264],[379593,-57449],[376572,-58011],[376585,-57995],[377337,-57779],[377648,-56901],[377218,-58227],[378442,-51940],[378474,-52086],[378129,-52635],[378047,-52355],[377886,-52916],[378227,-53292],[378360,-51815],[379979,-54890],[380013,-54524],[379512,-54294],[379729,-54684],[379550,-53735],[379881,-53490],[379585,-52587],[381558,-57725],[381310,-58169],[381246,-57674],[381226,-61331],[381869,-58208],[380981,-60760],[381064,-59460],[380752,-59702],[375400,-56166],[371964,-58577],[374688,-54697],[381278,-54120],[380396,-54409],[380801,-54913],[380246,-55104],[380750,-53719],[380149,-52869],[380606,-52677],[380076,-53188],[381846,-53821],[381844,-54325],[380794,-53811],[380908,-53730],[381283,-53851],[380771,-53966],[381145,-54100],[380274,-52030],[380240,-53950],[380269,-54684],[380604,-53101],[381331,-54653],[381577,-54516],[380345,-52665],[373254,-69821],[377338,-69562],[373618,-70345],[381476,-75619],[378671,-72415],[375444,-71699],[374564,-71325],[373779,-69147],[372478,-70010],[373574,-73822],[376819,-74689],[376265,-74691],[377388,-76515],[376070,-75382],[372075,-72916],[377097,-76388],[378125,-75880],[375900,-76163],[380196,-75820],[376120,-74847],[380469,-75654],[380829,-75176],[372353,-76481],[380932,-76285],[377200,-75801],[376681,-73757],[375367,-68477],[372917,-68125],[375564,-74321],[372278,-68195],[375762,-73975],[375557,-74590],[375777,-68106],[375746,-74687],[375930,-74245],[375485,-74786],[374055,-69704],[373490,-70906],[371512,-73442],[377227,-65119],[377171,-65304],[376592,-65558],[376893,-64352],[376426,-65316],[376005,-64626],[379838,-64080],[376575,-64836],[374215,-70026],[376052,-71394],[371342,-69361],[375247,-71018],[376147,-72006],[374056,-67947],[373544,-73441],[374836,-71318],[372216,-76111],[375001,-70865],[372886,-72718],[372988,-72680],[373872,-70048],[374771,-68686],[375586,-67952],[373207,-68499],[374688,-68620],[375313,-67641],[373075,-73555],[373535,-67832],[374103,-74579],[375890,-71538],[373334,-71925],[375267,-72058],[375234,-70629],[372562,-71932],[379869,-64634],[373033,-74062],[379974,-64483],[376187,-70981],[377322,-70177],[372607,-73529],[376403,-74867],[377999,-69588],[377414,-75762],[378964,-71487],[380862,-76462],[380394,-64603],[374128,-68280],[378245,-76483],[381327,-76086],[372901,-69429],[377358,-76452],[375608,-73686],[376616,-74331],[374844,-67944],[374967,-67983],[372500,-71025],[374969,-71334],[375789,-65229],[374402,-70068],[374077,-74515],[374177,-70530],[374528,-74007],[372332,-67967],[373514,-68069],[376109,-70777],[373491,-75083],[372639,-72593],[371809,-73579],[378802,-66491],[379002,-64636],[378605,-63949],[379792,-64456],[373139,-65822],[373018,-69075],[372288,-77663],[376933,-79342],[371466,-79476],[377060,-79249],[380317,-77172],[380272,-77188],[380268,-76957],[377640,-77240],[378344,-77114],[377372,-76875],[371919,-77515],[373338,-76956],[373206,-77415],[372581,-77125],[372474,-77122],[371921,-77389],[371465,-77527],[371574,-78226],[371304,-77916],[372395,-80043],[372255,-79497],[372089,-79295],[372022,-80559],[372475,-76617],[372637,-79396],[372399,-77350],[373121,-76937],[371960,-78369],[371468,-76877],[372545,-79548],[371454,-79227],[371678,-79104],[376074,-78532],[378102,-91604],[376096,-97876],[380627,-96763],[381004,-99571],[375390,-91513],[376064,-98145],[378381,-95159],[383054,-97077],[375304,-90122],[372771,-97615],[377366,-96606],[382853,-99350],[382331,-93957],[377586,-93394],[373154,-98195],[378742,-95731],[380327,-99259],[383304,-93740],[375401,-91676],[379181,-97347],[381907,-98716],[381307,-93869],[376245,-114513],[374615,-111719],[377835,-111599],[372716,-114020],[377996,-111079],[373191,-114831],[373458,-106572],[371931,-106310],[376096,-106780],[377434,-107583],[376176,-106563],[379671,8927],[375844,7719],[377490,8542],[376200,7722],[379416,8869],[375774,5931],[380407,9038],[376789,7387],[378701,20338],[377925,17565],[377231,19664],[377693,17014],[380024,16969],[375495,18066],[381224,18713],[372862,18101],[382693,44721],[381105,47642],[375767,45046],[377770,45659],[378999,49226],[376777,46676],[378044,59811],[371916,54259],[373648,53661],[379015,61917],[34136,-127316],[28266,-132203],[26065,-133706],[27706,-127893],[29768,-129256],[27533,-388428],[34082,-393860],[26473,-391382],[29926,-392072],[27619,-387918],[28314,-387973],[33883,-396904],[37383,-399348],[37053,-397010],[37760,-402926],[36688,-404454],[33530,-404748],[33142,-438582],[385194,-115894],[386633,-124048],[384200,-116352],[389078,-117499],[388277,-116367],[392229,-117860],[389928,-125509],[384334,-122967],[386590,-117746],[386331,-123174],[388627,-122197],[384238,-120600],[384483,-117471],[392380,-118142],[388222,-126569],[385815,-123679],[384612,-120795],[394111,-134170],[390364,-131232],[390987,-128614],[391202,-132073],[392330,-134693],[386224,-135526],[389746,-135018],[390784,-140229],[386843,-135052],[386543,-134832],[391632,-135527],[387978,-130967],[389334,-129066],[390669,-134736],[389518,-134050],[385719,-139603],[385718,-139445],[388716,-137684],[392912,-134284],[390462,-146832],[385712,-153084],[388548,-140678],[385134,-140963],[393101,-145863],[392558,-147981],[392289,-148238],[389391,-144938],[388915,-143014],[395079,-144062],[388172,-152249],[395603,-147250],[391133,-148871],[391537,-144291],[392017,-148486],[393365,-146493],[395652,-149575],[393206,-144855],[387654,-150886],[390604,-146793],[390520,-148409],[384073,-147071],[391575,-147719],[394910,-143705],[392540,-151849],[388011,-140810],[390416,-142909],[385017,-141025],[391705,-145347],[390489,-147325],[389852,-142759],[389659,-151974],[388687,-142282],[391248,-146244],[388293,-148789],[389817,-148943],[391907,-140852],[387819,-144509],[386592,-150266],[391224,-145609],[391167,-153269],[395214,-144381],[386762,-158458],[386829,-160120],[387551,-157666],[390768,-155287],[386726,-156134],[390075,-153689],[386956,-154485],[384368,-155935],[386405,-156639],[384341,-159815],[385278,-160239],[386942,-155867],[394490,-154460],[390790,-153515],[394949,-157476],[384915,-158537],[390153,-156455],[392050,-154778],[389560,-154669],[389481,-155779],[389655,-162575],[392661,-162349],[389207,-162737],[393191,-162051],[394954,-163909],[392066,-157129],[393259,-159028],[396043,-165495],[386857,-163367],[390809,-159008],[387239,-165743],[388796,-164670],[388977,-163146],[395969,-164681],[395861,-165883],[392210,-157247],[389578,-158412],[385258,-174032],[384267,-177838],[387036,-175635],[385750,-176957],[389252,-178595],[385572,-176132],[387279,-177995],[391337,-166720],[395980,-172570],[388883,-175914],[389885,-177110],[390109,-173264],[394219,-175307],[396674,-166397],[394900,-166745],[388623,-166307],[392944,-167462],[387979,-166772],[391950,-166981],[392264,-176374],[390021,-187985],[386465,-183503],[385301,-184255],[389975,-185450],[389656,-181837],[386456,-184940],[390308,-184545],[394048,-186026],[384388,-186379],[396111,-184290],[386402,-180350],[386125,-183975],[387137,-179984],[386774,-181420],[391993,-185316],[389931,-184252],[385062,-183377],[390912,-193850],[386772,-196192],[389944,-196317],[394873,-192700],[395475,-195457],[388507,-198422],[392468,-195129],[386502,-194988],[391073,-194660],[386492,-197747],[396616,-192366],[394710,-193210],[396452,-197806],[384065,-197011],[387689,-203611],[388458,-203195],[387569,-199040],[387813,-200122],[387181,-199108],[386320,-198757],[388181,-198983],[386108,-200206],[388285,-210190],[388480,-205788],[389170,-209214],[391977,-212369],[385414,-209036],[392462,-208041],[391721,-212543],[396763,-220832],[387474,-227327],[391613,-224797],[388538,-226270],[390524,-225833],[390004,-226111],[394956,-225529],[386968,-228876],[392148,-234914],[389261,-237972],[391565,-235717],[391331,-237868],[390014,-234825],[386667,-7187],[386718,-477],[389958,-1362],[389151,-7323],[391634,-10737],[386985,-10301],[390939,-3083],[391957,-788],[396337,-5970],[385299,-7325],[384181,-2132],[386599,-687],[387496,-1388],[389863,-8498],[393353,-1494],[393913,-5556],[384724,-244205],[391175,-246882],[393198,-251179],[391092,-253632],[384539,-249332],[391357,-244214],[386353,-244508],[394543,-244079],[392343,-255166],[392275,-253495],[396617,-250396],[385719,-248584],[388588,-245890],[392572,-254229],[388084,-244815],[395309,-253475],[386315,-262633],[387237,-261181],[387457,-257849],[386601,-22478],[388960,-20692],[392712,-37920],[388913,-32407],[385953,-31009],[393179,-28273],[389440,-27067],[395331,-34480],[388256,-36890],[388648,-36800],[389786,-37965],[390735,-34125],[388951,-34215],[388993,-34439],[389333,-33333],[389306,-33194],[391239,-31435],[390650,-31814],[390196,-31625],[390667,-32410],[390660,-32160],[391983,-32588],[392047,-32484],[390266,-31164],[389682,-31019],[385168,-28453],[385125,-28901],[386004,-29672],[386103,-29225],[386754,-30198],[386887,-30306],[387469,-27162],[392786,-27648],[393413,-33618],[390799,-33749],[392025,-28162],[388252,-28285],[388712,-36748],[388420,-36617],[389557,-37877],[389943,-37918],[390565,-34726],[389127,-34364],[389316,-34241],[389260,-33074],[388954,-33214],[390890,-31736],[390855,-31877],[390736,-31352],[390628,-31713],[390906,-32346],[390845,-32530],[391948,-32890],[392061,-33064],[389688,-30989],[389934,-31092],[384877,-28500],[384991,-28808],[385855,-29501],[386074,-29517],[387058,-30134],[386900,-30191],[387346,-28782],[387315,-27669],[387430,-27269],[391313,-39751],[392509,-41081],[394176,-41704],[391485,-39462],[389606,-38286],[390148,-39340],[389986,-39363],[391440,-39137],[391012,-39208],[391753,-39854],[391770,-39591],[392434,-39633],[392408,-39752],[391660,-38882],[391576,-38330],[391694,-38849],[391624,-38797],[390044,-39437],[390129,-39438],[391410,-39369],[391482,-39361],[392116,-39575],[391958,-39940],[392137,-40308],[392102,-40273],[392741,-38958],[392750,-38760],[387889,1600],[389181,3484],[387241,3188],[389015,2713],[396390,17707],[387441,43772],[389502,47164],[388262,42569],[395854,55291],[394292,58243],[394522,67986],[395789,69173],[390925,75703],[391024,84361],[393669,88890],[391076,80617],[392882,81661],[396486,84795],[391929,79685],[395907,84777],[396759,99878],[394358,92772],[396031,93118],[393335,98768],[396112,93774],[392542,92592],[389587,109430],[396708,110883],[388243,109800],[392414,108273],[396787,111227],[389532,111773],[394307,109997],[398957,-139089],[397179,-137041],[397494,-139571],[397798,-147896],[398231,-160439],[397275,-164259],[398748,-164095],[399059,-162046],[397678,-161032],[399218,-162940],[397930,-177441],[396914,-176388],[400187,-167338],[403337,-170293],[396925,-176861],[400390,-172444],[399489,-172110],[398205,-173253],[397592,-173137],[399753,-171985],[398327,-175992],[399695,-172829],[399838,-176740],[398714,-176092],[397175,-172870],[404594,-191109],[397862,-181507],[398880,-179718],[406996,-196591],[405409,-194497],[399204,-195098],[405975,-193015],[401503,-197060],[407426,-195152],[403068,-193433],[397253,-197148],[396886,-192429],[399517,-192003],[400114,-194700],[409584,-192680],[400818,-194458],[408644,-194415],[397252,-192933],[404339,-193075],[407201,-193635],[400889,-197410],[405183,-196283],[407526,-214626],[408113,-212747],[400630,-210619],[403335,-214797],[407249,-216609],[399979,-217667],[402165,-217833],[408502,-227632],[397060,-222159],[404379,-223555],[401864,-223346],[401103,-218532],[409051,-229579],[407764,-240132],[400899,-231847],[403931,-236263],[408774,-241138],[401413,-234389],[406608,-238875],[397302,-230535],[397754,-236045],[401030,97],[407177,-5063],[398232,-9902],[405310,-936],[407108,-3164],[407382,-5471],[406156,-4720],[397562,-1278],[401301,-2095],[397066,-5869],[402011,-208],[408298,-5491],[399330,-10086],[404944,-248434],[407926,-245919],[407999,-243582],[406596,-247656],[406701,-246659],[398019,-255649],[407975,-245568],[400949,-259034],[409448,-258882],[408704,-34527],[407217,-29965],[401400,2539],[402558,3413],[401222,11043],[401626,7409],[406645,9714],[401094,1513],[407433,12839],[401674,711],[401190,9746],[407369,7633],[408261,5359],[400681,5531],[406424,936],[401017,1079],[400723,4339],[400460,5660],[398847,620],[406948,12871],[402478,12083],[407196,2543],[403824,135561],[406469,140090],[408564,135668],[406781,145751],[409561,145231],[406435,149559],[409559,151078],[408926,149744],[404562,15324],[406094,23215],[406704,15483],[403989,15497],[402714,16437],[407399,24415],[406235,15664],[407246,16112],[397053,20755],[407673,23160],[405093,21303],[402488,29974],[405495,28228],[402453,27089],[405325,29006],[396831,28138],[405038,29336],[403962,34687],[408605,37201],[403866,36406],[399581,42254],[402915,44659],[397437,45067],[399598,40021],[399983,41248],[401659,52051],[408274,63065],[404608,61457],[407339,63359],[397136,60174],[398279,55475],[403621,65095],[401693,72140],[399896,89346],[397808,85084],[401991,89169],[406275,88363],[405812,86154],[407197,84461],[403911,90381],[405619,99822],[400943,95899],[400274,90501],[406351,94929],[397045,96265],[401291,97520],[396888,99414],[406971,95742],[403916,96195],[401918,99596],[404774,97926],[401228,95582],[397538,98921],[407893,103364],[405354,102727],[408585,111234],[400997,108964],[401355,111911],[406756,103967],[404190,109675],[404583,109945],[399561,109264],[401436,112853],[399840,114940],[404014,108542],[406596,109591],[407771,111763],[400591,108149],[400019,112744],[405256,105034],[407202,109766],[404176,111085],[399002,109267],[399518,107844],[401260,111005],[401544,115940],[399064,115681],[409148,117488],[404752,121657],[409143,117774],[400373,116864],[406565,118924],[402604,121971],[402414,121080],[399706,118017],[400563,119593],[399027,118052],[411633,-118780],[419179,-123543],[418048,-127369],[417117,-122624],[417300,-126121],[411607,-117596],[415640,-123457],[412161,-118666],[418778,-122827],[418139,-123849],[419166,-122487],[419635,-122603],[419662,-123046],[421813,-124863],[418276,-128203],[418506,-139757],[418636,-138278],[417538,-128438],[417841,-139866],[422154,-128823],[422168,-132083],[416414,-150236],[418267,-142102],[419368,-144355],[420851,-148543],[419521,-142059],[417190,-152208],[420976,-148080],[420647,-145586],[420885,-148459],[418918,-141519],[418834,-153164],[420106,-146168],[420462,-148937],[419142,-165372],[416869,-155988],[415425,-153651],[419062,-162886],[417997,-158309],[420780,-160144],[414405,-156568],[419041,-154026],[417969,-156694],[422210,-163959],[417299,-158738],[413760,-155821],[420445,-154713],[421938,-166860],[418829,-166769],[421837,-174671],[420176,-168943],[409704,-190672],[410103,-190208],[411087,-199578],[410772,-192956],[414725,-194073],[418116,-195258],[412313,-197650],[410984,-193350],[413349,-193579],[421581,-197251],[410275,-201602],[411840,-202839],[414604,-201857],[411451,-194197],[414321,-194186],[410345,-200507],[420652,-201607],[420144,-197231],[418794,-204664],[411391,-224759],[416598,-217989],[416938,-217805],[420243,-226606],[411836,-228170],[419198,-218820],[417839,-226963],[409901,-217424],[410504,-229216],[418706,-219857],[415700,-224573],[421003,-221773],[418698,-229814],[419194,-231201],[410535,-241891],[420127,-237758],[421506,-238923],[412605,-357],[410756,-5491],[410218,-3758],[410200,-2992],[412679,-568],[415256,-88],[413552,-10534],[421516,-12405],[417967,-9509],[410972,-3845],[416218,-8094],[410312,-10508],[415638,-252863],[414357,-252692],[419167,-255026],[413674,-252644],[421407,-251727],[416980,-254568],[416419,-244250],[413208,-245839],[410295,-253939],[417741,-253799],[420140,-252773],[411924,-260489],[410098,-262772],[415979,-260507],[415205,-268408],[415166,-259627],[411132,-266967],[415416,-260054],[413838,-258529],[412446,-268526],[410519,-18792],[415449,-25087],[415051,-24688],[411772,-25278],[414251,-34287],[416344,-34005],[413285,-34801],[418145,-29283],[412394,-33539],[411634,-33518],[421083,-32600],[412285,-33892],[413987,-26609],[417775,-39723],[420014,-42576],[421575,-49696],[417424,-50174],[420364,-46575],[415958,-38963],[420322,-43784],[419937,-59699],[417368,-60147],[420475,-53380],[418260,-51036],[420240,-64078],[419983,-93571],[415514,921],[412367,12331],[415920,570],[411743,12459],[411165,12437],[410329,9631],[410502,4876],[409968,2346],[412696,140546],[409756,136257],[418612,137354],[419997,135661],[410608,136284],[414791,140369],[419075,139563],[413074,141701],[419151,146129],[414091,148720],[409845,147465],[416711,141581],[418419,151022],[413743,147099],[419771,146942],[416716,147395],[409688,150614],[417574,149126],[414028,146782],[417383,161145],[419556,155167],[416783,160820],[413136,159843],[416814,159742],[412318,159044],[416976,162285],[417956,156243],[413797,160164],[418154,153927],[411343,13622],[417915,19604],[411104,22077],[414011,14065],[419368,20384],[410852,19905],[413311,17643],[410898,18096],[417049,15710],[417383,320163],[420099,319981],[417627,325812],[415877,321532],[419442,328920],[415924,325454],[417371,324431],[422248,321207],[418777,328682],[413622,331264],[416005,324686],[415858,323405],[419860,326165],[416784,332682],[416034,325069],[415747,35963],[412660,35909],[412494,36493],[417904,35485],[413786,37092],[422084,45568],[410737,40784],[420009,41321],[420871,41771],[419806,63746],[420867,55997],[421225,60317],[414102,62226],[422357,52489],[422388,58347],[411626,64572],[416211,64241],[411714,64849],[411829,83168],[414820,82753],[410147,82649],[411431,86925],[416403,88116],[416061,82515],[415530,94356],[421138,96601],[419615,102340],[415414,93327],[420407,96176],[414963,93719],[418454,100734],[419403,109995],[420183,103606],[417662,113202],[419568,114739],[410538,115127],[420229,102888],[417255,107202],[418397,112761],[420376,105066],[416943,116133],[420323,118367],[420552,115638],[412403,116831],[415219,117047],[411116,115728],[411790,115454],[415828,117074],[418256,121008],[423097,-124163],[423182,-126937],[422955,-132863],[422975,-144434],[427417,-178287],[423691,-172485],[422988,-176352],[426091,-174776],[426967,-176433],[427908,-175038],[425392,-176156],[427841,-178239],[432588,-177648],[428645,-175744],[425094,-176474],[434633,-176709],[426762,-171264],[427643,-173345],[432713,-177252],[431648,-174886],[425136,-167630],[426781,-171503],[429104,-171905],[426068,-182939],[426881,-181956],[428315,-183847],[429509,-179034],[423744,-204489],[425479,-204550],[423216,-200902],[423744,-196288],[423739,-200849],[422873,-197097],[424539,-200890],[433142,-202627],[423431,-196489],[425970,-202287],[423572,-205805],[423432,-207837],[433436,-206339],[432407,-217322],[427659,-213528],[432894,-214835],[428672,-217030],[434744,-227242],[428154,-223615],[431845,-229551],[427837,-217681],[427861,-221487],[430600,-224427],[432827,-229310],[427728,-224381],[422528,-233903],[429752,-241425],[432211,-240710],[425928,-238131],[432740,-235707],[433487,-230882],[424897,-238953],[434220,-233894],[433145,-234494],[432964,-1539],[429907,-6161],[431121,-1664],[426898,-12337],[426966,-3785],[433021,-10897],[434530,-1856],[429884,-5791],[432416,-335],[432857,-8973],[429589,-2279],[426747,-7271],[427361,-246391],[425416,-255535],[425727,-246932],[423409,-250576],[427915,-247056],[429017,-244261],[433973,-249216],[431490,-248418],[434088,-253548],[425641,-245054],[426248,-247283],[429242,-246756],[426322,-256320],[430650,-257279],[424438,-268002],[431288,-260143],[434682,-265645],[434674,-258335],[435051,-259627],[426078,-261705],[431423,-23865],[423857,-18971],[428475,-21715],[435067,-12934],[424068,-21452],[432334,-22396],[433708,-21698],[429643,-24674],[423751,-20444],[432015,-19591],[434055,-16586],[428575,-24063],[424269,-20518],[426920,-12926],[431816,-15405],[424022,-24872],[430825,-19323],[434744,-24974],[428870,-24927],[428432,-29830],[425202,-34857],[423227,-34463],[428421,-32659],[429165,-27380],[430055,-25701],[425199,-35570],[423333,-33313],[428072,-29357],[429417,-27101],[426017,-25606],[430195,-49590],[427880,-48796],[434845,-48906],[431187,-48433],[429092,-48532],[432845,-71846],[431101,-71979],[424229,-73271],[431713,-80087],[428346,-96570],[430462,-96817],[431939,9373],[429467,8674],[422519,6847],[429108,9814],[430946,5700],[432530,8525],[428432,6669],[426136,7340],[425744,6038],[427579,2188],[427383,4791],[429925,9456],[426468,4157],[422775,8024],[432186,8072],[431464,9649],[431442,6548],[432290,8412],[428578,6213],[426001,7210],[424685,3912],[430796,9023],[430491,9004],[429753,8177],[429092,8762],[426688,8407],[424234,7324],[430688,7219],[432637,9202],[428090,6549],[426200,6800],[424044,6690],[425061,4478],[429831,4510],[426928,4454],[431587,8976],[430332,8326],[430242,8398],[434010,4245],[424217,1507],[426436,2203],[428790,8901],[422627,6626],[432007,9756],[430302,8386],[432460,6931],[432746,8343],[428184,6654],[425991,6686],[426479,2487],[430090,4760],[429248,8188],[427623,12873],[424629,134368],[422947,133849],[424443,136460],[429203,139316],[423850,138609],[428861,133715],[427620,133953],[433938,147801],[428774,146220],[432187,152497],[427763,144919],[428284,144357],[433207,147376],[433234,156214],[432203,161195],[433029,154088],[431714,164329],[430055,158402],[433514,154332],[430434,164055],[434578,14712],[432251,21604],[423573,23517],[433908,16637],[423863,21028],[435170,17004],[434019,15656],[423568,19347],[432316,21803],[428538,19806],[428317,16196],[428097,14655],[427024,17610],[428915,16873],[427690,14418],[426821,17693],[427873,16075],[428123,14261],[427649,13333],[428619,17594],[428144,14666],[422790,319370],[423919,320864],[428585,330480],[425863,332205],[428549,325847],[428281,329239],[423883,330277],[423645,320834],[428029,328162],[429520,330872],[425171,330630],[424744,335157],[423006,336220],[424606,334857],[424623,37442],[424531,34570],[428377,34107],[427163,483347],[427687,485190],[427158,483142],[430433,481619],[431024,484955],[434436,484260],[426853,482717],[426944,482615],[428869,483450],[431902,484913],[426093,482632],[427516,483818],[428953,482087],[431785,486194],[432990,482648],[431507,489981],[428955,492806],[429704,491108],[432276,488781],[434000,487534],[430800,49756],[426786,50876],[424408,40726],[423291,40190],[430168,59545],[422456,54339],[431369,57381],[422627,59900],[428586,62158],[431900,51615],[430004,62055],[433844,52087],[425900,54025],[433055,51489],[429077,62996],[426616,55069],[428885,58115],[422517,110661],[445531,-185413],[436273,-182311],[445844,-184577],[436753,-182537],[435291,-179379],[445075,-188457],[446280,-185980],[445665,-185729],[438411,-182625],[439570,-180441],[435619,-201215],[439123,-201930],[446392,-203238],[438877,-203343],[445666,-203569],[435603,-200386],[439463,-203740],[446449,-203754],[436113,-213184],[435773,-207277],[446190,-207867],[443006,-205642],[446906,-206131],[435917,-209912],[442345,-215544],[437326,-214983],[444509,-215150],[436049,-209971],[437646,-207134],[442768,-206392],[443300,-209947],[436065,-205870],[444634,-209002],[441401,-208428],[441962,-221803],[443219,-227734],[446308,-218108],[437556,-224857],[442692,-221017],[442070,-226001],[443519,-226619],[439800,-219093],[442625,-228014],[443036,-217402],[437326,-220085],[435418,-228037],[447096,-232993],[438850,-230288],[444645,-236248],[444824,-230774],[447110,-234750],[441256,-232809],[439038,-230889],[443302,-233576],[442388,-231062],[435593,-236774],[436559,-234411],[440729,-237290],[437828,-234618],[444920,-238530],[438939,-241079],[438744,-236676],[440891,-238846],[438935,-3767],[437014,-3688],[441035,-6161],[439339,-248411],[447581,-249966],[439350,-247945],[441010,-251124],[439063,-246684],[438233,-249911],[439163,-254713],[440730,-254059],[437511,-244448],[445711,-246073],[447494,-248100],[435871,-15327],[436327,-16481],[435220,-17246],[436547,-16239],[435304,-16260],[437802,-15034],[445030,-45835],[439704,-41930],[440200,-43921],[444231,-49640],[440323,-41194],[439482,-47350],[443012,-47862],[438650,-44409],[442826,-44404],[442691,-41564],[445783,-43385],[445191,-48923],[439335,-48809],[443732,-49029],[443572,-43238],[440670,-42001],[440050,-41356],[446454,-49079],[437110,-47086],[444425,-48536],[445419,-43240],[443737,-47360],[435519,-43499],[443027,-42815],[441109,-45568],[442168,-40201],[443141,-48054],[441825,-47984],[438401,-49602],[446676,-53461],[444576,-60093],[442479,-59823],[441291,-61606],[437242,-60021],[437293,-60829],[444614,-59945],[443257,-61303],[440862,-61311],[437915,-59871],[437662,-60681],[437172,-61948],[435478,-64738],[435736,-63891],[445404,-79394],[439901,-79276],[444459,-89162],[446596,-89395],[446412,-79806],[444989,-87728],[438143,-91090],[444576,10139],[440537,3270],[441519,737],[445422,9467],[435567,11679],[447627,1460],[438581,2628],[441671,3747],[436885,943],[444991,2793],[445056,10532],[437371,3648],[435752,18853],[437234,14621],[443551,34238],[438877,34708],[443871,34515],[442780,36654],[441649,38059],[435418,43215],[438258,45308],[443507,46341],[435841,47534],[435644,61771],[449237,-124172],[451750,-122976],[454021,-122259],[452393,-130219],[455700,-135435],[460445,-138506],[453480,-138396],[459165,-130176],[454692,-138132],[455842,-134695],[456787,-138033],[455795,-139190],[458445,-161446],[449366,-161214],[455203,-165913],[456165,-163861],[449490,-161163],[448866,-156949],[456701,-161579],[449829,-162871],[451154,-163160],[450588,-169883],[451976,-171266],[459953,-168706],[457203,-167766],[449397,-171487],[457566,-168609],[450737,-167414],[457313,-169687],[449161,-187096],[460564,-191125],[450933,-189035],[459669,-189677],[449204,-185054],[456353,-183391],[459447,-185794],[450828,-188408],[450243,-184025],[448153,-184970],[454993,-185563],[458017,-185746],[448218,-185541],[453084,-184763],[457072,-184186],[458922,-193779],[451617,-216560],[457952,-207948],[449837,-208479],[451440,-209249],[456384,-209788],[460033,-208099],[452607,-212911],[458748,-207601],[460612,-207715],[448561,-207984],[450357,-208063],[456315,-208260],[460246,-210691],[454080,-210939],[456057,-207674],[455184,-226962],[458807,-224613],[458441,-229818],[460665,-221646],[456359,-229379],[452839,-228696],[457094,-230053],[456309,-219248],[454857,-227228],[449179,-228942],[448067,-233939],[451792,-230472],[457253,-231321],[448037,-239889],[458245,-238772],[451565,-242576],[454846,-236362],[452314,-240232],[455010,-238264],[448879,-240428],[459271,-239804],[458128,-236824],[448128,-211],[456349,-254871],[460777,-245516],[458693,-243552],[459625,-250769],[455977,-253779],[451401,-253602],[452879,-244953],[455242,-245193],[458597,-243269],[454549,-251362],[451336,-247144],[455372,-249458],[459919,-243508],[457737,-250040],[452751,-255013],[452463,-249081],[455832,-245885],[455559,-42098],[455707,-45479],[451339,-42050],[454334,-43013],[456001,-53535],[449926,-52273],[454575,-55636],[459126,-51896],[454599,-52760],[448517,-86765],[449995,-88737],[450583,-88301],[453154,-79526],[460090,-84337],[454656,5484],[452129,5601],[451165,2370],[454160,6386],[457544,3604],[449734,4654],[454044,4242],[451675,2828],[459950,1001],[460306,1890],[456948,133862],[457033,130489],[459211,135167],[459035,133202],[456822,131626],[458020,134419],[459098,132457],[456066,130112],[448200,13362],[450087,50942],[460484,52691],[460440,56194],[459664,61768],[450958,57645],[459790,54112],[459696,56945],[460584,63518],[459117,54713],[459645,57688],[459130,63801],[450867,58951],[451193,54667],[450863,53098],[450769,59658],[452808,55576],[451049,56427],[450821,51722],[470630,-135435],[465304,-131530],[465800,-133521],[469831,-139240],[465923,-130794],[465082,-136950],[468612,-137462],[466783,-133402],[464250,-134009],[468426,-134004],[468291,-131164],[471383,-132985],[470791,-138523],[464935,-138409],[469332,-138629],[469172,-132838],[467690,-133866],[464327,-132441],[466270,-131601],[465650,-130956],[463874,-132023],[462710,-136686],[470098,-137789],[471019,-132840],[469564,-136939],[461119,-133099],[468627,-132415],[466709,-135168],[467768,-129801],[468741,-137654],[467425,-137584],[464001,-139202],[466633,-136062],[472054,-138679],[472276,-143061],[470589,-177328],[461087,-168121],[468818,-170777],[470059,-178762],[472196,-178995],[461482,-166235],[472012,-169406],[468917,-178499],[473193,-177906],[465137,-167832],[471004,-168994],[471372,-178225],[465501,-168876],[470521,-170775],[472613,-219672],[467517,-217416],[465494,-221868],[471437,-221610],[462089,-225736],[465217,-221571],[467180,-220123],[470559,-218538],[463198,-225236],[468631,-242572],[461776,-232011],[471411,-238180],[469422,-241604],[467744,-238213],[466601,-233573],[465957,-232668],[468148,-234468],[465122,-235819],[466680,-8570],[472148,-5289],[473122,-8288],[471557,-4853],[473024,-2554],[472336,-245609],[466355,-254788],[466333,-255035],[466540,-253899],[468454,-253030],[466365,-24095],[464287,-30105],[463992,-31158],[467936,-29871],[462974,-36923],[468508,-27721],[464049,-37708],[468772,-30265],[463715,-35449],[470531,-39604],[471489,-39184],[466180,-41478],[468694,-38610],[472789,-48429],[472845,-45681],[461867,-46256],[472242,-49945],[472953,-45799],[472945,-44144],[472701,-43244],[463254,-52909],[471948,-54327],[472098,-54935],[472917,-51967],[472053,-54455],[467891,-87739],[472365,-85820],[470671,-86628],[461701,-87132],[470780,-85630],[470710,-85185],[470924,-85249],[470962,-84131],[468621,-88971],[465454,-87263],[471221,-90257],[467590,-89952],[472735,-95059],[471607,-95178],[470148,11236],[461829,1704],[461627,3000],[462342,3886],[461925,4755],[473286,9593],[466492,5590],[473624,5391],[465330,8666],[464088,11982],[468728,8725],[461630,1439],[461459,1914],[462204,3702],[460957,4882],[465031,13006],[471485,498777],[472096,507004],[471753,507396],[472419,500243],[471587,501974],[471869,501733],[463258,42349],[472301,512714],[472218,512831],[469406,537091],[473403,532116],[473300,528946],[472268,531253],[473577,537424],[466015,536163],[463310,532525],[471857,537759],[464663,535154],[463768,535560],[470472,539843],[471192,541110],[467007,544542],[470583,549086],[472145,544782],[470726,549848],[469600,541206],[469450,548357],[468750,540533],[468113,548175],[464596,542245],[472769,569983],[471251,565291],[471753,579659],[473090,591561],[473455,590630],[468162,703910],[470160,702617],[468884,709337],[469938,711791],[471492,706708],[468621,707439],[469699,728532],[471641,719214],[481232,-131977],[479934,-132613],[483520,-139484],[479790,-130802],[481307,-135079],[476939,-131650],[476156,-134532],[475526,-141873],[480175,-145236],[485722,-146417],[480199,-142360],[481601,-143135],[484726,-141496],[474117,-176365],[476318,-170347],[480759,-172141],[476225,-178091],[475595,-178337],[478917,-171232],[482591,-175436],[485650,-178160],[477839,-168519],[485836,-177352],[476183,-177901],[478754,-169126],[482064,-172245],[485690,-173937],[481193,-224112],[480099,-228077],[482405,-225827],[481663,-225384],[477992,-223894],[480671,-230506],[483648,-239177],[477088,-231368],[474439,-233735],[483896,-242758],[486245,-241684],[474968,-1756],[484350,-5537],[476731,-7994],[473623,-821],[483934,-7496],[479091,-9482],[476592,-4526],[474978,-19143],[480115,-14052],[477278,-23544],[475410,-15435],[478311,-33744],[477867,-33300],[477164,-34436],[478758,-48862],[481042,-47447],[480569,-49662],[476565,-41981],[475551,-42801],[474237,-42849],[476152,-40559],[476451,-40044],[478238,-42033],[479830,-42804],[480029,-42851],[480367,-42099],[481162,-42487],[475346,-42161],[475193,-43698],[476131,-40738],[476351,-39254],[479331,-42050],[481953,-42277],[474249,-63769],[485966,-59169],[485388,-55543],[483953,-55416],[481064,-54264],[482107,-55302],[474438,-56099],[485048,-56655],[482616,-55166],[480432,-56401],[485965,-56299],[486310,-55186],[480310,-55488],[476464,-71169],[476320,-68886],[478208,-70537],[477549,-75216],[481604,-75883],[482451,-74953],[477246,-64765],[484380,-76174],[477753,-68079],[481858,-73927],[479378,-65277],[473694,-85652],[473755,-83442],[480428,-83335],[476209,-86565],[478196,-77681],[479355,-78733],[483815,-82614],[483920,-88786],[485502,-86997],[480522,-81303],[483482,-87102],[479841,-80392],[481881,-87764],[478019,-81937],[483851,-86446],[484690,-87253],[482999,-83640],[477025,-89228],[473873,-86974],[481739,-79630],[480607,-87943],[481477,-86354],[484733,-86950],[485379,-83072],[474697,-86824],[480532,-85270],[479363,-88600],[482078,-87060],[483078,-78471],[483745,-78472],[484976,-79430],[477855,-93654],[482659,-90485],[476377,-92771],[478033,-89845],[480209,-92515],[475712,-92537],[485620,-89946],[474189,-95410],[474154,-94956],[473732,7226],[480204,8712],[483712,2362],[485784,2415],[481269,12293],[476319,10566],[484148,10617],[482209,2914],[482711,2880],[481207,13813],[473914,17436],[485672,14823],[484633,504070],[479619,512180],[481201,502718],[477685,511977],[483474,507660],[479115,508591],[480554,502745],[484297,499891],[476472,500762],[481497,511708],[473937,505100],[484238,507709],[485128,510372],[484698,511519],[484012,512163],[485702,593071],[477601,591597],[485999,590866],[485319,589094],[483578,593571],[478837,700483],[484935,700075],[483331,700803],[478617,702143],[475107,704655],[481675,712049],[477509,710150],[474587,706479],[483143,716173],[485108,704844],[484157,92870],[485766,91714],[483900,91671],[484465,91419],[485699,90972],[483711,91060],[484852,91387],[489134,-140407],[487840,-133074],[494295,-132013],[487012,-134251],[492443,-133948],[492783,-133220],[494302,-132521],[493913,-132159],[494369,-132272],[492502,-134994],[487467,-135856],[489340,-147608],[487457,-150888],[488800,-146565],[489280,-152125],[490420,-147778],[497374,-153359],[487064,-149096],[492866,-151757],[488854,-142509],[497704,-158797],[493730,-156652],[495647,-164242],[494195,-155882],[497616,-153830],[498410,-159811],[491555,-160072],[497005,-159813],[494319,-156999],[498658,-160937],[498849,-158428],[492054,-160710],[496091,-156275],[492501,-157454],[498079,-162331],[494455,-160939],[494214,-159845],[493297,-155449],[497311,-154814],[495948,-161969],[497694,-158206],[496827,-164431],[493227,-155474],[495298,-166193],[493384,-165250],[490226,-165146],[496180,-175262],[492192,-173158],[499007,-169871],[496251,-173178],[496524,-174849],[496680,-178718],[493491,-177339],[497965,-175420],[487301,-176732],[496315,-176118],[496913,-169959],[494262,-171793],[496271,-176228],[494786,-173177],[496380,-175230],[498212,-171621],[498753,-169624],[496310,-174785],[497342,-168575],[494799,-171663],[496719,-173507],[496438,-178422],[495754,-174725],[498436,-166298],[497187,-167530],[495178,-171600],[494789,-174920],[495636,-167708],[489912,-168783],[490666,-176069],[494221,-178571],[490698,-176314],[494301,-170043],[493010,-166369],[490548,-169522],[492245,-177479],[492949,-167538],[490592,-166337],[487333,-167134],[492734,-177851],[490865,-168020],[494324,-239256],[488685,-239405],[497621,-242593],[488795,-240116],[498983,-236617],[486868,-235565],[497275,-241237],[488385,-239612],[498509,30],[491412,-5284],[491508,-3414],[496340,-12093],[495575,-12184],[499116,-7661],[491480,-3885],[494856,-10922],[498300,-9813],[489974,-18127],[499033,-14007],[493883,-16015],[493523,-19729],[490949,-17114],[492017,-23985],[492932,-23458],[491636,-19456],[497081,-15917],[498666,-12787],[493996,-18188],[494792,-19582],[491682,-17496],[490470,-23135],[492278,-22584],[490471,-19971],[497197,-14165],[491292,-25869],[490248,-36573],[490075,-31995],[489860,-34419],[491501,-35230],[492993,-36552],[493382,-31515],[496597,-31888],[491835,-25733],[490707,-29069],[489887,-32134],[489038,-34511],[491349,-34626],[494033,-36065],[494609,-31234],[496310,-31371],[496305,-46145],[491472,-38600],[498625,-54246],[493393,-53515],[496246,-60843],[487077,-58161],[488917,-54774],[487447,-58621],[488918,-55502],[491488,-53693],[493768,-53311],[488364,-56625],[488758,-53409],[492361,-54724],[490233,-53869],[489725,-54980],[496194,-61368],[487417,-56508],[488722,-52689],[488462,-54314],[493111,-54813],[489852,-53418],[489366,-54816],[491054,-73778],[486494,-82211],[489917,-86568],[488018,-88821],[488212,-86355],[491812,-88360],[489336,-86349],[488060,-88964],[488868,-85628],[487861,-88549],[489177,-88593],[489300,-85426],[489628,-86037],[489507,-88631],[488258,-84485],[486758,-86937],[495278,-85323],[487228,-79549],[488840,-80643],[494711,-93758],[498081,-93287],[493541,-94777],[488923,-93705],[495541,-93491],[494458,-94106],[492316,-92691],[491668,-92134],[497007,-93888],[491974,-94079],[487202,-90587],[498717,-93740],[487969,-89672],[497468,-93469],[493527,-91870],[493364,-95521],[494156,-95381],[488488,2808],[488848,4233],[487834,3739],[486960,4624],[496911,9002],[496968,10860],[495911,2948],[488685,11436],[496664,3634],[492406,16556],[489156,14932],[498490,13687],[490064,358210],[493582,356335],[498756,354659],[488688,358054],[488746,358484],[489586,357973],[489325,356650],[492123,355800],[487849,361904],[486702,366259],[498136,366542],[497923,365615],[487446,364705],[489931,363145],[498445,368093],[498517,361186],[489306,360299],[487368,362497],[490769,365742],[490082,359475],[490971,365865],[497151,362436],[496958,364177],[490292,362981],[489764,363434],[487709,362219],[499180,362207],[499179,362846],[497500,453689],[493423,459927],[493233,454897],[496881,459346],[495477,459659],[494380,453108],[493459,453323],[497123,458438],[496181,453762],[498772,461705],[496585,470917],[493095,463304],[498834,472867],[497360,471066],[497770,472105],[497755,472334],[497886,474139],[498602,474602],[496604,475833],[497799,474691],[495974,479226],[498864,479103],[496883,475731],[496760,477206],[495140,498419],[493564,497921],[496360,497294],[498383,492784],[490992,498650],[495434,496636],[494810,494019],[494316,493996],[495688,490481],[498620,489545],[495140,491325],[494203,490462],[491107,505292],[490504,505315],[491073,502766],[493406,503281],[489141,500944],[493884,500569],[487419,503748],[498079,506108],[497166,507076],[497805,507016],[497490,506192],[496549,503435],[497455,504409],[498749,500075],[497201,502240],[497140,501788],[497003,507726],[489593,511921],[487274,510902],[496345,504595],[496058,504981],[494779,505431],[496929,501670],[498648,505073],[496256,505694],[495963,503345],[494749,504911],[495995,501876],[495264,506371],[495121,506300],[486579,591435],[486781,591138],[486872,589938],[498551,595867],[492884,690077],[497730,688419],[494005,685006],[494298,686300],[494206,688386],[493545,687352],[493153,691293],[493625,684339],[498147,692128],[495266,694275],[494187,703014],[490314,700964],[491374,701209],[498477,694843],[499070,692604],[489837,697356],[491134,701524],[488347,700682],[488796,700459],[494616,696989],[493084,691531],[496382,694223],[493196,692259],[491035,692871],[495229,699528],[494905,693104],[496948,694434],[492780,704701],[489505,714047],[493629,708604],[490799,716802],[496734,710777],[498385,85424],[498533,84914],[498323,86822],[491509,87701],[497131,87798],[498059,81170],[493181,86813],[494240,87627],[489738,85101],[497830,94486],[489904,94993],[487385,94414],[493647,93660],[493411,91639],[489452,93900],[486588,93202],[486983,92567],[495307,90968],[487080,94089],[489149,92099],[495372,113364],[491541,112764],[489036,114134],[496460,114605],[488678,114707],[494680,109887],[495673,113278],[489464,110410],[497362,120209],[495250,121000],[496380,120763],[494068,118710],[486865,118196],[488863,116233],[492387,119983],[492660,116166],[499849,-153369],[501012,-164046],[500964,-164574],[501736,-164978],[502064,-160769],[503149,-164816],[499492,-165322],[501920,-158486],[503808,-160136],[507458,-163527],[507204,-165483],[505975,-158237],[509980,-165774],[503353,-157679],[505969,-158707],[508051,-164553],[499355,-173042],[499294,-175252],[500388,-169641],[506028,-172935],[504658,-176040],[501132,-176607],[503796,-167281],[504955,-168333],[507283,-178713],[509415,-172214],[509520,-178386],[508818,-178912],[503354,-176744],[511102,-176597],[506122,-170903],[509082,-176702],[505441,-169992],[507481,-177364],[502363,-178283],[503857,-177222],[507909,-178704],[503619,-171537],[509451,-176046],[510290,-176853],[504650,-172149],[508599,-173240],[499473,-176574],[509439,-178755],[507339,-169230],[508130,-174238],[502873,-168220],[506207,-177543],[507077,-175954],[510333,-176550],[499251,-170835],[510979,-172672],[500297,-176424],[505926,-178083],[502197,-168275],[506132,-174870],[504963,-178200],[503161,-168595],[507678,-176660],[507374,-177600],[510576,-169030],[508678,-168071],[509345,-168072],[499326,-239406],[499225,-11046],[499533,-6002],[504628,-12372],[500327,-9423],[499745,-12141],[506808,-25009],[507378,-17318],[507300,-20515],[510133,-17333],[500066,-12690],[506810,-20668],[506813,-13506],[510406,-16911],[508297,-19557],[505230,-24519],[510207,-17814],[508312,-17500],[507147,-19890],[507996,-15756],[508336,-20077],[505827,-25334],[499722,-35583],[500898,-34536],[504274,-28727],[511934,-29678],[500310,-37330],[503528,-29526],[500456,-36555],[502156,-32200],[506784,-31338],[507016,-27164],[500663,-35317],[501504,-35381],[504688,-25528],[506395,-30518],[506901,-27534],[511024,-27466],[511327,-34734],[504171,-41344],[502934,-40787],[502037,-40999],[503655,-61290],[500836,-74558],[500076,-85772],[501587,-79055],[502701,-95801],[502955,6038],[502468,5016],[500362,6669],[504417,5193],[505008,6098],[502738,5304],[502528,6329],[500921,5903],[504321,6033],[505029,4732],[509965,134103],[509850,130966],[501378,355859],[500626,355655],[501792,353494],[501845,354201],[502350,358056],[500353,371226],[504245,361252],[500559,366520],[499270,367299],[504424,361385],[501230,368157],[500882,359362],[500496,361712],[502668,359794],[501245,362061],[499464,368915],[501112,364981],[507078,383141],[503989,391043],[509413,404774],[510416,406684],[503067,403116],[508655,403960],[505581,403340],[510521,401904],[504517,402356],[506451,402572],[510470,402435],[502719,397212],[509526,402023],[509438,401148],[503725,406006],[505873,403104],[509975,405039],[509628,405420],[502706,403478],[505933,401382],[507211,404718],[504581,402827],[503305,404855],[503059,404268],[504831,401316],[508489,407089],[502779,454667],[502138,454561],[500991,459391],[499674,459339],[505484,459175],[511294,460723],[507093,455516],[509869,456776],[510747,460141],[502057,454256],[507252,459059],[510190,456643],[508865,456205],[504427,456794],[510592,455378],[502053,454027],[501037,460592],[505419,457878],[504712,454812],[508989,455036],[510670,457700],[505533,455534],[503070,463134],[510746,464566],[511806,465544],[499902,470741],[500870,471934],[500375,462022],[507465,465380],[504235,471110],[503222,473030],[509977,472342],[503777,472727],[503594,473791],[510003,468883],[508973,468929],[508251,468841],[509659,472407],[511486,461356],[511461,461313],[507495,470237],[509149,470762],[500234,475311],[499828,478802],[503941,480124],[505697,478925],[500041,479983],[510167,479183],[510001,478534],[500966,483093],[505868,477155],[508190,477650],[509355,474330],[511959,477455],[511614,476217],[508806,476636],[503440,480483],[503211,477716],[502271,480597],[507823,474211],[510934,496636],[505313,491456],[504571,492280],[503093,491736],[501181,491699],[511126,498040],[510749,497130],[511244,495330],[511426,498165],[507940,498029],[506508,492899],[503161,496394],[505606,499736],[502462,502379],[506533,505525],[502300,507804],[499865,505520],[499250,507562],[499246,504973],[499400,501884],[511304,510694],[510423,510782],[507083,509203],[508554,507107],[500266,506570],[499329,502947],[509793,510265],[507397,507721],[505811,508787],[505807,509443],[499330,503984],[504465,506004],[505171,504574],[499276,501052],[503047,501280],[501007,502242],[502547,503478],[500366,508033],[508502,509086],[507249,510551],[506844,511259],[509076,44375],[508567,45957],[509318,43329],[508684,40816],[511453,589000],[510231,594936],[509539,594702],[504160,592723],[511825,596460],[503482,600163],[502037,601353],[511091,592178],[500847,600747],[510469,591912],[511745,597705],[499676,601614],[500232,591434],[504963,594586],[509719,589872],[504331,600829],[504905,595248],[509371,598606],[502514,590553],[505817,600167],[503408,594708],[501615,597459],[511326,592730],[511422,590702],[509020,594231],[508193,598810],[506775,604554],[511578,611776],[505515,606685],[509837,613937],[509051,608575],[511052,603747],[508642,608376],[508609,612626],[511187,614265],[509375,604270],[508969,621360],[506604,617521],[507259,616584],[510261,617275],[508710,615164],[511612,631286],[509821,639084],[505249,633354],[510682,631017],[510845,629920],[506815,634828],[505168,58146],[506923,57287],[510027,63945],[510320,57885],[508990,51539],[507810,61944],[506918,55056],[511353,52444],[510006,57719],[504795,63881],[511435,647868],[508865,640729],[511296,644180],[510232,650579],[510260,640613],[503308,652799],[501211,652339],[506186,640281],[508346,642563],[502470,649131],[511908,649754],[505088,649097],[504789,647163],[507706,651097],[504385,645734],[508416,644784],[507564,650489],[503298,646886],[501176,656782],[508037,662614],[506318,658077],[501877,654199],[510242,659894],[505238,661924],[506175,654283],[502195,660253],[506444,656582],[511946,660679],[503414,656924],[506833,654290],[507076,663150],[506095,664377],[511181,658955],[502229,657366],[511426,665285],[508229,664921],[504567,657270],[501942,661019],[501325,666356],[509218,672419],[502804,668874],[503850,671773],[508135,676357],[508109,675052],[505044,672751],[503137,672815],[500714,687887],[509493,680185],[511603,678941],[503601,682089],[501533,686330],[507816,679418],[503382,688321],[503642,686196],[506543,678872],[510622,678741],[501713,692745],[502406,694077],[500231,695707],[501056,698533],[502936,694170],[509471,693297],[504071,702598],[505174,702520],[505459,707365],[499762,713581],[502391,713851],[507531,711892],[505012,714956],[511970,65334],[508109,68306],[511878,72081],[501168,85951],[499943,79871],[508242,82939],[505190,86806],[499297,81906],[508350,83422],[506474,86678],[501801,83036],[501914,86495],[504807,101753],[509596,103995],[504074,106077],[501337,111824],[504866,109232],[510055,110321],[510561,103054],[504892,110537],[509232,102684],[502811,118339],[502971,117605],[501499,119396],[500881,122021],[502356,117232],[499567,118963],[501548,120133],[44008,-123532],[50412,-119268],[49867,-64258],[42506,-66725],[43630,-69895],[46543,-70175],[40713,-68172],[38543,-74765],[40800,-74223],[40851,-80092],[49857,-81665],[49387,-77936],[45009,-80962],[47204,-111225],[523524,-11151],[519172,-8762],[524506,-11856],[523423,-9861],[523595,-10265],[524454,-22771],[515574,-29505],[516336,-27351],[513469,-29259],[523910,-34077],[514487,-29681],[523519,-34304],[517145,-46647],[517955,-46667],[517928,-46600],[516624,-45777],[519999,131087],[519735,135396],[512079,135525],[519690,131675],[517765,134191],[519562,135314],[519305,134534],[513195,130479],[516934,134577],[518745,22476],[518821,25009],[516458,22925],[516806,20077],[517449,22165],[519501,358124],[517170,358498],[516607,358260],[518508,356524],[518495,357502],[512185,365032],[521430,359514],[517989,359912],[520683,26988],[520924,26758],[521889,27727],[513979,62094],[513567,57233],[513457,60517],[513786,57192],[515596,63579],[514778,58548],[512880,68357],[513187,65376],[524582,89658],[524120,91921],[514539,106821],[513568,105218],[513652,107810],[519704,113991],[520800,112132],[523147,109088],[524530,109530],[521522,112942],[521239,111777],[521197,110507],[520193,113787],[520677,114115],[521760,110839],[513490,127214],[525096,-8733],[525243,-7448],[535244,-4736],[536267,-9126],[536302,-4332],[535386,139],[531407,-7765],[530934,-652],[530182,-6019],[531864,-7404],[526340,-5271],[526767,-1321],[528602,-9148],[531588,-1084],[529866,-621],[536106,-14650],[529656,-19340],[528180,-24698],[533075,-18821],[534978,-13938],[530415,-18144],[537536,-16894],[526704,-20166],[524945,-21258],[524995,-23214],[535273,-19993],[534631,-14998],[537224,-16994],[534129,-20788],[525034,-25024],[534669,-23017],[537582,-25752],[533816,-27768],[526406,-32030],[533428,-26944],[533830,-25723],[533496,-26983],[536085,3917],[535823,3441],[525879,7179],[535093,3521],[526429,440],[535076,2620],[536176,4038],[535266,293],[535567,2380],[528476,292],[529468,139543],[529797,136742],[526444,129893],[531770,138103],[528944,137972],[534152,139253],[528921,136327],[534371,138623],[534628,138169],[531106,134780],[536834,153345],[536659,155568],[536124,159547],[536659,232368],[536124,236347],[537305,22443],[530438,28845],[529415,27593],[529649,29112],[530091,28168],[529179,27955],[528604,448107],[526659,446786],[527388,445412],[525086,446454],[529159,445829],[528643,446956],[526502,445146],[536354,445956],[537056,446399],[531084,445761],[531120,447567],[530144,443801],[531563,447175],[530427,445420],[531584,446315],[533076,443108],[531656,442770],[529781,61910],[528513,59783],[528143,62140],[528218,59468],[529409,63085],[528586,62591],[530523,62933],[527116,62897],[528928,60361],[530617,61966],[528321,59819],[532313,70451],[531957,73120],[530920,72272],[533587,70921],[531343,73011],[531819,71368],[533166,70104],[530183,71071],[530747,72635],[529540,71893],[531014,70637],[532312,72270],[530529,89201],[529275,92385],[527017,91660],[525095,91501],[531085,99220],[534340,100518],[529006,90502],[527295,90216],[527950,102442],[528591,94387],[530041,93937],[533198,102035],[534035,100874],[531287,99433],[524948,93697],[533751,98594],[533715,100701],[529051,104755],[533154,104495],[531605,102940],[535204,120934],[526322,122185],[528219,127606],[527161,121805],[527514,120680],[526662,127165],[529009,121781],[533947,123712],[533051,123955],[527236,126676],[535379,127553],[549514,-118792],[549263,-117589],[547946,-16780],[545744,-21353],[540114,-24816],[545904,-23824],[540884,-21877],[550189,-20899],[539775,-25047],[538742,-25189],[550062,-20837],[541420,-25658],[538559,-26198],[540787,-25595],[538723,-26064],[542806,-73227],[541466,-74695],[538928,-76098],[550078,-71199],[541987,-72774],[541285,-73123],[540780,-76134],[548682,-70447],[542723,-72805],[541386,-75739],[550032,-70753],[541595,-72678],[542848,-72964],[541263,-75636],[548023,-71059],[540289,-77376],[540254,-78005],[538882,-77185],[540170,-77386],[540057,-78077],[540694,4669],[537703,841],[539010,3535],[537750,473],[538873,3460],[538703,1897],[538084,1897],[538986,3963],[542484,149840],[550383,152370],[542771,151098],[541963,152661],[543634,152483],[547769,165784],[550109,166318],[548154,161668],[543531,154161],[548410,161731],[540277,155856],[545756,153969],[539468,158106],[545044,158638],[550332,163854],[547769,242584],[550109,243118],[548154,238468],[540277,232656],[545756,230769],[545044,235438],[550332,240654],[548410,238531],[547890,244719],[545756,18790],[546397,20456],[539340,23257],[543537,23255],[547983,21692],[548474,18565],[541150,25426],[548125,15359],[550033,16785],[542165,21235],[539525,25378],[547081,21036],[546429,21292],[538684,24253],[542375,22175],[545162,18560],[539076,354918],[541920,352983],[538578,349550],[539517,355254],[538901,353090],[539607,351310],[541446,351160],[541098,350796],[537805,352596],[537898,354654],[541682,25808],[539364,27095],[537894,436010],[548998,447391],[549514,447073],[547603,446442],[541122,441070],[543079,440997],[541874,440808],[542258,446931],[540889,441444],[541760,441532],[543430,442364],[543524,446918],[538759,446023],[547793,54097],[548315,55860],[542980,54575],[541745,53822],[547501,62670],[545761,61972],[548957,56795],[544066,55351],[541699,55620],[543945,62993],[547143,61898],[548103,56355],[548558,54643],[543556,52982],[542660,53141],[546430,62190],[545815,63358],[548972,55836],[548621,53742],[544401,53217],[541277,52620],[544191,61424],[546682,62797],[547520,55283],[547843,54626],[544340,61112],[548861,56209],[544616,52485],[540539,55238],[544077,61317],[544781,64786],[551607,-121057],[555921,-116302],[554035,-117244],[552335,-118892],[553405,-118494],[554990,-117272],[550626,-120767],[551447,-22779],[554952,-22191],[553856,-21826],[553894,-28340],[552955,-29687],[555550,-29384],[556096,-32977],[554934,-71679],[559143,-71048],[560387,-69529],[563057,-64715],[561616,-66246],[559148,-71259],[559233,-71298],[558236,-72166],[556058,-70865],[556964,-71364],[555706,-71126],[558538,-70153],[554500,-70631],[559083,4057],[557813,5048],[554749,9262],[554669,7532],[560952,4353],[554650,3384],[554676,7756],[559341,2826],[556614,3547],[555647,11147],[555037,8972],[560719,3736],[559211,7678],[557606,4201],[555708,6801],[562632,4156],[557131,8993],[555636,4424],[555831,128498],[557853,130333],[559957,128509],[556840,133106],[557222,133254],[559047,130927],[562361,146633],[562555,144258],[559972,148471],[558181,151851],[562775,146770],[555171,154750],[551926,155812],[550629,155167],[553126,162564],[554290,158630],[552327,164525],[553567,158888],[550813,163878],[552327,241325],[551926,232612],[553328,241223],[554740,231841],[551150,242895],[555106,231854],[550629,231967],[553567,235688],[550813,240678],[554290,235430],[552783,25584],[552711,25295],[551540,25461],[558817,16860],[551026,17022],[557774,17450],[558764,16059],[555090,30235],[555216,26375],[550481,30865],[553823,29361],[551848,29702],[553672,30108],[555694,26737],[557586,405772],[558187,402444],[556639,397352],[553523,406336],[552764,408550],[555962,404714],[552526,407385],[559322,403243],[557849,400964],[557642,402139],[557065,404072],[554926,403280],[553624,407151],[558377,406846],[554695,405411],[559853,405484],[554763,400910],[557727,399718],[556838,400887],[554951,403342],[550825,54096],[561459,63876],[557709,63799],[550516,57234],[556843,66943],[559434,125053],[559445,126162],[561235,125980],[553841,126971],[559183,127773],[572648,-1192],[571180,-1785],[572917,-472],[575040,-26320],[575523,-28028],[572063,-36917],[574086,-26520],[572540,-37444],[575242,-27973],[572185,-36187],[567692,-38383],[568257,-46709],[565526,-46551],[572969,-38824],[568114,-47573],[565968,-45820],[573834,-50927],[564703,-38605],[568171,-48015],[564756,-41992],[565932,-45976],[567372,-38701],[568079,-47133],[565414,-44388],[563955,-43247],[564737,-46282],[573645,-49266],[570060,-58208],[569830,-62895],[570806,-61072],[568906,-61182],[568892,-58488],[570792,-62089],[570831,-52369],[571134,-61131],[568869,-60372],[566723,-56380],[570648,-63191],[573017,-51437],[570990,-61062],[569258,-60430],[570323,-55431],[570379,-62516],[570653,-61540],[569176,-61074],[575097,-73858],[572089,-72435],[568389,-69388],[570317,-76035],[569874,-70270],[566956,-68809],[566919,-65313],[569475,-65336],[569764,-63817],[566281,-75166],[575678,-74771],[572818,-76286],[573041,-71662],[567601,-68976],[566768,-69733],[569639,-64772],[568650,-64297],[568455,-74156],[566599,-75527],[575006,-74563],[573906,-71171],[567553,-68916],[569801,-70693],[567592,-66259],[570563,-64053],[570203,-65137],[570129,-65924],[570039,-64101],[569695,-74345],[565831,-74758],[575817,-74844],[573813,-73435],[568452,-68028],[568291,-71511],[567137,-69804],[568133,-66549],[569794,-74629],[569312,-74112],[569890,-73668],[571084,-73895],[572559,-67064],[570566,-63804],[569933,-64656],[568973,-66445],[568998,-65562],[568969,-74246],[566434,-76286],[569593,-82002],[575541,-77844],[572010,-83980],[567410,-79220],[570709,-78088],[574530,-88503],[570069,-81789],[568185,-82879],[575657,-80527],[574143,-76800],[575231,-87383],[568587,-77593],[567711,-82544],[568701,-82342],[571920,-82927],[568616,-77810],[573813,-87597],[569096,-82190],[573284,-76723],[567534,-82442],[570170,-83902],[566162,-77702],[574640,-88751],[569881,-78639],[568493,-77471],[571773,-102118],[565821,-91404],[565388,-89885],[573218,-101285],[573300,-100693],[573879,-99449],[569056,-107768],[572193,-109601],[573912,-102594],[574616,-106198],[569641,-108692],[569672,-109699],[571726,-108872],[573789,-103309],[574660,-104633],[570243,-103277],[566035,-107846],[568168,-109276],[570853,-110417],[572358,-110081],[567119,-111884],[572774,-106276],[568991,-107661],[568551,-109986],[571863,-110382],[567877,-112350],[567077,-107729],[571945,-105137],[572753,-107029],[571326,-103663],[569045,-111157],[565877,2716],[575369,2555],[565870,3764],[575965,2453],[566126,1968],[575543,2683],[563748,140873],[564408,140045],[565541,142895],[564058,147517],[567018,142341],[568356,33098],[568277,32793],[567967,26680],[569966,44554],[569833,45587],[570882,43671],[575262,52856],[575117,51407],[564314,63135],[564453,62028],[564164,60246],[574336,101404],[573599,102521],[575327,102664],[573901,102808],[581448,-2074],[581159,-196],[584852,-3138],[588329,-3622],[585915,-1756],[588265,-2168],[583528,-4627],[586887,-7189],[579433,-4043],[583245,-843],[587556,-7251],[581298,-2464],[586109,-36180],[586851,-38083],[585145,-36080],[584655,-37583],[587656,-34907],[584833,-36022],[585043,-42068],[586549,-43725],[580634,-48207],[583051,-44157],[587208,-41769],[585256,-42380],[580266,-49838],[582174,-41397],[577564,-42394],[582386,-40012],[586431,-42716],[587630,-41683],[580402,-48704],[583367,-45339],[583919,-42408],[580276,-48353],[582116,-45312],[576462,-54305],[577641,-52313],[579998,-73153],[579987,-71553],[578966,-73596],[583327,-88382],[584548,-86783],[576164,-78950],[584217,-87109],[576863,-79655],[581579,-93231],[579439,-95387],[579598,-92662],[581427,-93368],[578521,-92581],[580423,-91405],[581083,-94417],[581026,-91808],[579307,-95388],[578241,-91794],[580087,-92478],[578025,-95529],[580673,-92214],[579445,-93320],[587910,-101124],[588290,-101900],[580157,736],[579817,1030],[584491,243905],[583853,246503],[583545,246303],[584440,250227],[580699,17519],[584358,19607],[580934,18536],[584802,15984],[581815,18669],[578861,18944],[580012,17413],[587274,18729],[584268,17286],[586616,16205],[582492,17952],[580663,36115],[576221,37257],[578769,37203],[579426,27835],[579702,29047],[576385,35986],[576206,37185],[585320,393123],[581249,51238],[585441,39654],[586762,43873],[588621,48412],[586843,43756],[585163,44539],[588768,45101],[585984,50795],[579739,39535],[588165,47364],[587243,47486],[587987,48101],[577945,38821],[585254,52239],[580182,55841],[586914,58202],[587855,59355],[586728,60815],[577110,55554],[580104,54268],[578144,55555],[580983,54585],[576914,100579],[576260,101217],[577130,99936],[576986,103847],[598653,-118189],[599400,-116372],[599502,-117258],[599834,-118005],[589596,-652],[598583,-474],[590249,-4830],[601176,-12500],[592354,-1045],[588912,-2916],[598372,-2805],[592424,-292],[593340,-821],[601342,-19258],[599402,-21384],[598311,-18411],[600646,-18849],[600754,-19872],[600605,-18485],[598684,-18216],[593844,-44384],[591775,-44483],[594646,-44577],[592160,-44659],[595112,-44239],[591684,-44607],[593397,-43152],[593544,-57829],[593031,-53880],[593233,-53554],[592983,-54332],[598107,-60415],[598969,-68487],[592608,-76027],[593299,-73683],[593074,-69161],[592028,-74292],[593404,-72991],[593951,-71327],[599404,-68726],[592174,-73979],[591511,-73219],[593478,-70890],[591998,-74022],[592057,-73498],[592412,-70374],[591175,-82047],[595570,-82465],[599104,-88873],[594374,-81504],[600508,-88834],[590982,-81676],[596238,-80810],[599808,-89393],[590615,-81560],[593977,-82412],[599382,-87389],[601024,-77136],[601345,-79412],[594560,-99442],[592449,-99066],[589557,-98575],[590391,-98221],[590398,-97926],[599885,-101169],[600590,-96316],[600233,-96621],[600601,-92271],[597942,-92321],[595659,-95537],[594460,-100341],[590219,-98225],[591371,-97340],[597853,-101788],[599773,-101284],[601229,-97673],[598954,-94749],[599340,-90902],[596036,-94817],[593510,-100769],[591819,-99906],[590669,-99195],[591312,-98419],[591445,-97945],[599502,-100646],[599179,-96799],[599414,-90905],[598030,-91477],[596241,-94721],[594749,-100964],[592136,-100067],[592980,-101200],[589529,-98705],[590967,-97788],[589181,-101135],[599988,-101705],[600104,-96826],[600784,-90280],[598412,-92175],[596063,-95758],[598755,-110457],[600391,-114527],[595223,-110161],[594268,-107487],[594416,-106150],[593029,-103143],[599846,-111653],[601237,-114144],[594490,-109018],[594328,-106858],[593861,-105804],[592842,-102971],[598142,-102756],[598161,-111623],[601267,-113886],[594761,-109194],[595020,-107631],[595460,-105233],[598622,-102887],[599002,-111771],[600976,-114525],[595084,-108546],[595736,-106364],[593830,-103225],[588921,-102274],[599302,-102608],[598922,3731],[600648,5583],[600511,1367],[597780,461],[600565,1850],[598447,430],[598850,2808],[598341,251561],[595089,252365],[594637,249893],[594388,251625],[594220,250472],[599991,24107],[592076,14769],[601514,24784],[591687,14929],[593430,15378],[591339,14151],[594114,372395],[600552,32069],[600719,26769],[588893,48642],[589497,40550],[598604,42905],[601125,42720],[600598,43446],[589352,40584],[590222,48532],[599843,42473],[598567,43354],[589973,48718],[588861,47803],[595942,47708],[599170,43726],[589178,40921],[588826,40662],[588982,40669],[589287,40634],[594506,42165],[592093,50349],[600224,43050],[597454,42999],[590068,50409],[598337,42829],[598418,45623],[600754,44532],[598265,42959],[595073,54759],[598786,54215],[590100,53609],[590262,53846],[590894,57993],[591107,53240],[589406,51676],[598782,53120],[588976,53196],[595630,52560],[589285,52601],[612905,-133760],[612521,-134049],[613689,-133337],[613816,-133141],[602418,-6581],[603838,-1984],[606982,-1550],[608379,-3829],[602144,-3779],[603224,-2128],[612906,-10343],[605006,-6315],[603605,-1953],[605321,-12468],[608031,-6441],[603757,-10993],[604917,-7797],[606405,-12207],[609684,-5940],[606726,-11981],[603127,-2899],[606210,-6092],[603605,-8021],[607328,-3922],[610928,-7175],[603405,-9503],[605356,-12617],[601935,-18252],[611311,-17552],[613746,-51060],[609655,-52321],[608716,-52436],[605308,-54720],[610220,-63081],[609861,-52099],[607788,-52422],[605754,-53916],[610609,-63184],[612967,-51418],[610030,-52338],[607279,-52596],[605191,-53528],[609060,-63538],[612867,-51391],[609906,-51858],[605146,-53564],[609168,-63443],[611258,-58591],[611754,-59011],[610709,-60924],[610828,-59237],[611336,-60254],[610814,-59715],[602276,-80024],[603354,-79656],[604688,-82742],[608566,-85407],[602182,-78240],[604654,-83648],[605171,-84253],[602650,-78787],[605077,-80516],[605595,-83307],[606837,-84874],[607728,-86850],[603687,-79621],[605633,-82634],[605935,-84332],[607815,-85238],[608833,-87562],[603063,-93414],[603273,-91812],[602777,-94363],[603476,-91913],[603777,-93546],[603402,-91803],[604729,-92900],[603361,-92015],[608376,7577],[603535,5662],[605034,8236],[612397,10338],[603681,6033],[606342,6085],[603537,3229],[605443,9058],[602244,21168],[612590,16380],[612353,25077],[613092,22816],[602368,21383],[604864,16330],[612075,16120],[611569,24378],[613835,23338],[602927,20596],[604409,18973],[611055,25612],[602643,22543],[605926,16680],[602825,24498],[612656,16018],[603832,29710],[602922,29502],[603227,30760],[608714,31029],[608257,28094],[609590,32167],[608157,27866],[614019,29646],[608457,28957],[611753,26529],[613513,25888],[610315,28306],[603304,39612],[603255,40257],[626282,-132702],[614792,-133419],[621418,-132333],[623483,-135419],[626098,-131955],[615483,-132944],[621357,-132560],[622055,-133364],[627100,-131851],[615882,-133124],[620392,-132823],[623905,-135672],[626551,-132606],[620693,-132642],[622044,-134676],[615243,-11992],[616465,-22462],[614886,-59041],[615964,-61765],[617970,-62932],[619366,-62359],[621760,-58111],[622724,-54719],[625727,-56687],[614582,-57811],[615292,-60290],[619942,-61502],[621729,-54984],[626820,-56184],[617544,-63653],[614753,-59140],[616479,-61649],[626762,-56922],[618738,-60387],[621502,-58566],[622009,-54801],[616949,-62524],[615691,-59429],[617003,-61590],[619595,-60958],[621241,-57668],[622956,-56133],[627156,-56697],[615604,-64975],[617740,-65627],[619540,-68204],[620530,-70692],[618287,-72955],[622430,-71779],[624127,-73891],[626616,-69963],[614657,-64221],[617762,-66286],[619430,-66500],[619840,-69463],[618537,-71652],[621429,-72578],[624231,-73414],[623846,-75495],[625520,-72176],[615139,-64819],[618284,-66346],[619814,-66691],[619457,-69067],[619144,-73259],[621974,-73038],[624831,-71958],[623667,-73295],[626937,-71226],[615082,-64153],[618387,-66692],[619394,-68334],[619209,-70764],[620383,-71183],[620257,-73549],[624667,-74766],[626432,-71981],[614851,10970],[626313,17508],[621392,16156],[626508,14416],[625702,24258],[617546,15755],[620041,15682],[625999,14872],[614599,24372],[623692,25731],[618403,17910],[622206,16642],[623213,14889],[617313,21621],[618349,16707],[620832,16103],[615175,21245],[621973,26415],[623944,27619],[619813,400380],[617680,400116],[620655,401562],[618191,420788],[634589,-127660],[634117,-122364],[638583,-123393],[634647,-126862],[634329,-122327],[634548,-127095],[635138,-122339],[638768,-124164],[633582,-126892],[635509,-124498],[639860,-123606],[632664,-134077],[630398,-130214],[633255,-134540],[628759,-130466],[633063,-133675],[631185,-128824],[631121,-133093],[630007,-129262],[638254,-12239],[638333,-11344],[638936,-14207],[638577,-14249],[628485,-54710],[632833,-55013],[634779,-54998],[636945,-55372],[630405,-53583],[633100,-63339],[631922,-61518],[628643,-61113],[637418,-63539],[630503,-55641],[631896,-55629],[635794,-53924],[637359,-56493],[630050,-53182],[631469,-61953],[628229,-62208],[636200,-63180],[629104,-55296],[633029,-55205],[635325,-54812],[636322,-55557],[629715,-54675],[632129,-61855],[633307,-63456],[628189,-60539],[630182,-56453],[631651,-55506],[635240,-55003],[637023,-55979],[630950,-54534],[631831,-62084],[632943,-63389],[629834,-61861],[628149,-70981],[631992,-68545],[630028,-71674],[632298,-73070],[631794,-75485],[633014,-73567],[635378,-73960],[636912,-73943],[633294,-66078],[631634,-68116],[632114,-64986],[636670,-65005],[629147,-69297],[632511,-69604],[631205,-73274],[631925,-72483],[631335,-75437],[630424,-75420],[634978,-72358],[635837,-74448],[636286,-73461],[633840,-66742],[632676,-66710],[636154,-75081],[629393,-70421],[632415,-69341],[631915,-70839],[630414,-75955],[629153,-76211],[632158,-66769],[636922,-64626],[636962,-64303],[629328,-69500],[631323,-70713],[631776,-72563],[632807,-73483],[631804,-75615],[632767,-72559],[635434,-74646],[635878,-73403],[635763,-73764],[634000,-66457],[633145,-66209],[636192,-64551],[636760,-64133],[637396,-80311],[639945,-79148],[628344,-77057],[638265,-78342],[637286,-78776],[639970,-79290],[629340,-77423],[637675,-79255],[638929,-99407],[638703,-99475],[637389,-96527],[633614,-106991],[635455,-111653],[635272,-109313],[634223,10538],[635244,4691],[632423,12389],[633550,8966],[634620,3930],[631641,8942],[633084,4189],[638134,3113],[634130,10061],[634126,585],[632543,3650],[634389,4300],[635362,1979],[630219,16871],[632883,15129],[628799,18182],[632856,14572],[629690,18385],[633190,14910],[628794,16234],[60965,-233101],[52205,-71504],[55372,-74952],[53371,-78969],[59022,-84183],[58926,-78747],[61190,-95867],[59834,-98439],[57895,-95392],[58434,-91927],[58174,-99469],[62476,-110639],[55399,-111253],[52980,-110819],[55403,-102794],[57825,-105845],[642629,-121350],[647451,-121317],[649757,-119144],[652583,-115063],[646474,-116115],[646545,-119195],[640484,-123740],[642488,-120796],[648129,-121921],[650480,-121131],[647249,-119191],[640949,-122377],[650172,-119647],[652635,-116077],[647532,-117589],[642914,-120423],[646316,-120940],[651639,-119240],[645944,-118936],[643113,-7959],[649106,-7068],[645851,-4391],[645164,-7887],[648322,-10301],[646285,-7036],[642736,-7938],[648999,-7953],[646117,-4833],[649448,-9744],[647210,-3382],[640485,-12089],[644055,-11442],[643213,-9354],[641101,-12358],[641552,-11372],[641361,-12818],[651867,-30502],[652012,-27412],[652007,-26175],[649877,-26881],[652402,-26599],[647382,-62586],[647234,-60592],[644187,-69032],[644700,-68940],[641682,-79143],[640802,-78694],[641004,-98310],[646096,-113438],[643298,-113590],[645521,-112929],[644552,-113836],[646312,-113717],[643119,-113834],[646114,-112350],[643630,-113913],[650393,245777],[653949,-115399],[654719,-115750],[659167,-25316],[655450,-25014],[658961,-25298],[654122,-25109],[657281,-27009],[655737,-26157],[658007,-26035],[655981,-26415],[653444,-27377],[655867,-27592],[653135,-27298],[657540,-41628],[658307,-43262],[657160,-43980],[662571,-44955],[664230,-50572],[661658,-46806],[658603,-39775],[657950,-42576],[656253,-44780],[663347,-45505],[659877,-41820],[657908,-46987],[661197,-45450],[660482,-46296],[658610,-40483],[659084,-43970],[658449,-44610],[660717,-44525],[663295,-45280],[656155,-49321],[653769,-67541],[657955,-77337],[656761,-78648],[657344,-77736],[655871,-81179],[657787,-84830],[656685,-81354],[657501,-85530],[658460,-89081],[662987,-89084],[656959,-77879],[657013,-79996],[657795,-85690],[656274,-81866],[656308,-85802],[658358,-88417],[660217,-88931],[662522,-90963],[658400,-89509],[660610,-91228],[659238,-90909],[659631,-90692],[661664,-90239],[661479,-91769],[661018,-89572],[653566,-110723],[656482,-108912],[657156,-107785],[654741,-112576],[655255,-108608],[657760,-108887],[654311,-112119],[655003,-107507],[657959,-109216],[654351,-112378],[656373,-109021],[657317,-108061],[664593,247656],[661599,248368],[661036,247845],[661515,249814],[654866,251335],[675269,-115058],[676870,-116641],[677562,-117036],[677519,-115738],[678270,-132245],[669418,-129325],[669946,-135376],[670286,-133123],[667347,-134553],[669977,-128552],[668999,-132364],[669793,-130803],[669133,-133572],[667617,-131511],[666914,-134849],[668288,-132661],[669854,-129450],[671558,-134166],[668503,-140290],[668325,-139158],[667469,-144078],[667394,-142052],[668737,-143197],[667544,-144677],[676403,-54013],[673796,-53803],[672721,-55213],[667306,-52180],[672938,-54758],[667163,-52583],[676307,-56695],[675190,-55632],[677883,-86772],[676860,-109565],[674909,-114195],[673984,-110086],[673833,-112842],[674336,265025],[688225,-123317],[687409,-125209],[683088,-127207],[682871,-116200],[689603,-123666],[687392,-124317],[689041,-125892],[682879,-126721],[683336,-115092],[688009,-123518],[688533,-125369],[683627,-125473],[682420,-116706],[690960,-123645],[688583,-126915],[681977,-124570],[683385,-131064],[680775,-129265],[680760,-130476],[680593,-129299],[683386,-129787],[681556,-130971],[688131,-178149],[691122,-173658],[682258,-175243],[680097,-175158],[680406,-174018],[687913,-179027],[690934,-166858],[680183,-173872],[690840,-168953],[682972,-175201],[682663,-175025],[681595,-176172],[680469,-174168],[681185,-88548],[682494,-86676],[685790,-83471],[683723,-79461],[678618,-84731],[685236,-87764],[681885,-88414],[679080,-87844],[684459,-87018],[682123,-84353],[681936,-81900],[686496,-87274],[684287,-79601],[685339,-98902],[688310,-101910],[682738,-93068],[683175,-90225],[689637,-91874],[686352,-97828],[684944,-101607],[680105,-97024],[684366,-89735],[689929,-91478],[688208,-94287],[683864,-99563],[685168,-102142],[681741,-94414],[685086,-90014],[689663,-91679],[687262,-95114],[688064,-92545],[681197,-95095],[688943,-92327],[687059,-93284],[683227,-102685],[682425,-107760],[683265,-103006],[679096,-107012],[686506,-104267],[682037,-114581],[682325,440234],[702324,-126228],[696316,-126602],[695064,-117915],[695365,-126284],[694893,-125996],[694042,-125112],[693040,-119133],[694703,-121108],[700313,-127518],[696948,-126695],[692407,-126528],[693080,-118446],[692688,-120995],[700163,-126599],[692874,-118917],[691902,-121191],[693735,-127881],[694214,-127831],[695633,-162907],[694991,-167167],[695599,-172535],[694297,-170990],[697491,-174487],[692192,-173334],[692398,-172710],[696176,-172504],[695404,-166188],[696449,-174680],[693678,-173091],[696355,-175070],[694566,-171387],[693176,-167709],[694916,-173062],[691631,-173475],[693292,-171777],[694382,-167525],[693982,-174020],[691560,-173220],[695514,-175730],[702660,-184195],[702906,-184672],[703780,-184155],[709776,-136579],[706321,-130432],[708774,-134941],[705333,-130274],[709204,-134017],[707204,-131099],[710160,-134853],[707878,-130236],[710044,-139581],[710573,-140327],[716552,-145198],[714232,-145372],[714382,-144591],[715594,-145034],[711947,-143109],[708125,-141264],[715106,-146209],[716675,-146979],[706726,-151537],[710747,-142384],[716120,-146889],[714160,-146614],[705657,-155910],[706184,-155327],[707547,-154164],[710332,-171477],[707286,-178250],[707559,-173153],[712295,-172369],[705217,-172943],[712567,-174405],[707105,-170384],[708240,-172741],[707445,-172840],[705325,-172024],[711107,-172379],[713017,-189252],[713230,-191060],[711531,-190655],[707175,-184072],[705931,-180666],[707230,-185171],[715139,-188967],[707740,-184828],[706366,-181998],[714529,-193772],[705192,356847],[705527,356238],[707221,356703],[704964,357690],[710095,358183],[706719,360112],[705965,359801],[706148,359875],[708225,360425],[710853,362663],[705756,373461],[705504,372101],[704262,373540],[714119,485517],[728595,-138184],[726142,-139637],[727039,-139683],[717432,-146054],[726428,-146248],[728664,-140975],[721870,-143831],[726557,-146435],[722809,-145634],[725983,-144861],[726944,-141797],[717601,-165161],[717456,-177347],[724651,-177159],[723615,-177020],[717444,-175724],[725103,-177987],[726266,-178621],[722476,-181487],[721006,-179080],[728008,-185458],[720895,-185527],[726764,-190032],[724625,-180817],[724291,-186433],[724507,-179883],[725328,-203810],[724217,-193832],[724648,-195816],[721946,-197803],[722878,-199438],[721468,-192202],[725033,-203112],[725228,-193680],[725884,-195498],[721890,-197050],[723326,-202181],[726392,-207119],[725292,419354],[722217,422078],[731145,-139932],[737365,-144454],[734536,-142267],[740391,-144322],[738004,-144923],[735926,-146247],[735194,-142601],[736517,-147219],[735476,-140807],[730093,-140744],[730231,-142410],[741864,-157789],[741317,-159199],[741529,-159352],[740148,-159438],[729805,-176332],[729914,-173925],[741399,-173965],[731114,-173913],[739798,-174158],[733575,-174310],[741157,-187328],[735713,-189757],[737283,-183086],[739038,-186608],[741538,-185447],[742163,-181905],[741513,-179714],[735213,-190214],[738446,-185081],[733850,-197215],[739041,-196318],[739304,-196647],[735835,-198489],[737776,-198115],[733574,-204684],[733837,-205396],[733533,494047],[739209,519400],[736574,519088],[742352,516025],[738588,519408],[741656,517758],[740333,515991],[750598,-140537],[746337,-143557],[745232,-141858],[748649,-143709],[742525,-142372],[746562,-142632],[749366,-142246],[753214,-142645],[745329,-144033],[747539,-143307],[743368,-157622],[744161,-157187],[743929,-156390],[743089,-156401],[754709,-171249],[751558,-170772],[746617,-171990],[751769,-170607],[750924,-171271],[746604,-171950],[744340,-169561],[752851,-171011],[743672,-171688],[743972,-169875],[742882,-171295],[743844,-174184],[748222,-181281],[749457,-179232],[749044,-181352],[744200,-180412],[743273,-185609],[745695,-184114],[749388,-180344],[743049,-186919],[747553,-179723],[752938,-185876],[752997,-184499],[753721,-184311],[753296,-183881],[745739,517610],[751077,516933],[747193,518100],[748975,514497],[747161,516488],[742843,516961],[748538,515479],[748828,515395],[744636,515237],[767994,-142999],[763921,-143525],[758572,-142240],[763728,-143319],[765389,-145387],[757410,-144364],[765872,-145531],[764021,-146510],[763397,-143717],[758601,-143248],[759242,-160564],[763343,-163450],[760057,-166116],[758197,-162116],[763302,-165317],[756691,-165070],[764532,-158365],[758160,-163215],[765084,-158156],[757320,-165371],[764239,-157600],[758954,-169646],[755606,-167760],[761993,-168756],[763337,-167349],[762645,-168921],[761211,-171394],[756928,-167410],[755904,-168280],[761717,-167564],[762563,-169705],[762290,-170884],[757016,-180985],[755373,-183115],[756619,-183004],[757367,-181149],[755640,-182869],[756591,-182378],[756529,-183095],[755635,-182452],[762777,319883],[764819,319757],[764478,319732],[763281,323456],[765361,320461],[766408,325109],[764657,325673],[764525,323799],[763741,321604],[765096,321787],[762038,325165],[765919,325885],[766792,480439],[66519,-332011],[74508,-331495],[68754,-332233],[75630,-332041],[73117,-333630],[73932,-335326],[76736,-335925],[71470,-332646],[64029,-83419],[64907,-91445],[768629,-143941],[772836,-142537],[774017,-142077],[778033,-143079],[768192,-143134],[769104,-144454],[775039,-144834],[771831,-142544],[774994,-142293],[777489,-156303],[776557,-155945],[777542,-155365],[772841,-153522],[776809,-156672],[769257,331618],[771637,330937],[776562,332149],[772276,329441],[769301,332909],[770214,332025],[769969,328646],[770462,328456],[770138,329902],[779016,336628],[780271,334910],[775597,333566],[776957,334599],[772647,333420],[777955,334147],[776871,337807],[779724,337053],[774510,334280],[779557,333530],[768293,481187],[770329,480410],[786924,-141481],[791017,-149470],[788727,-144190],[789093,-143996],[782783,-141101],[786214,-143805],[783787,-141801],[791290,-143269],[793042,-147084],[791689,-151092],[783503,-141597],[790661,-141578],[793224,-143569],[791803,-150470],[783416,-143471],[791820,-142480],[788542,-150019],[781971,-149419],[789164,329459],[789839,332922],[781033,331914],[789643,330212],[787758,329289],[785751,330216],[787114,331157],[785399,335628],[785822,335509],[789042,335463],[790338,335022],[786883,334106],[780939,333994],[784602,335039],[781357,495284],[780913,494411],[794445,-146584],[804937,-142990],[798330,-147019],[794464,-145859],[798041,-146328],[797401,-147368],[794093,-147327],[802054,-141438],[797577,-147165],[805921,276153],[806296,277137],[799497,338174],[804452,340483],[800437,339949],[799231,340650],[802400,339280],[801978,338744],[804621,338023],[804340,340284],[799747,337582],[804658,337649],[803726,337528],[801571,338727],[803798,348289],[801596,354640],[803481,352462],[803999,349159],[805227,350462],[804080,353042],[804497,352153],[803267,351746],[803215,351544],[802808,353612],[802346,352185],[801983,350853],[805648,510642],[802355,523593],[805933,524966],[801413,533758],[804382,530292],[806119,526083],[803437,533248],[802960,530649],[803091,528949],[806333,534978],[804419,530416],[803385,530763],[805163,525785],[817872,-138006],[809875,-143150],[811359,-150574],[817083,-152653],[807493,-147877],[814066,-148097],[811825,-145962],[811501,-149601],[817383,-146043],[816458,-147453],[810313,-148242],[809314,-148843],[818716,-145419],[814572,-147976],[809761,-147475],[812382,-191364],[819932,-192736],[811608,-204478],[815390,-203683],[813787,-202934],[815074,-203714],[810952,-199871],[813034,-196190],[816333,-203723],[819690,-193708],[815492,-203093],[812589,-207267],[812851,-208903],[810691,-207658],[813049,-205576],[811842,-205841],[812855,-207409],[813797,-206419],[813247,-204738],[812829,-207978],[813859,-206411],[815306,-208593],[818549,-4554],[814581,-5996],[817969,-6417],[819081,-4665],[818816,-6263],[817750,-7005],[818985,-4350],[818390,-7522],[818352,-18491],[818113,-17511],[818744,-16059],[818847,-17952],[819086,-16480],[818656,-17558],[819136,-15999],[818633,10078],[818453,9255],[818770,7396],[817234,9854],[817620,9576],[818513,8636],[818606,6718],[818265,7815],[817767,10084],[818708,9648],[818175,6320],[817946,9630],[818479,9019],[809727,269452],[807944,272365],[806565,277023],[806664,280065],[811551,273813],[812152,275878],[809252,269035],[807593,272376],[806590,279980],[814279,273599],[812136,273340],[811340,275163],[808612,270093],[807580,272742],[806766,276913],[807455,280534],[813242,273578],[811362,273636],[811389,275185],[810034,269450],[808240,272606],[806646,280578],[813327,272959],[812831,274488],[811623,275565],[810389,288462],[813321,284870],[811049,288304],[812929,286141],[812484,284801],[810123,288538],[811766,285269],[813154,284652],[810813,288235],[812835,284005],[810507,449686],[814205,460560],[812144,453294],[807360,488195],[806501,511264],[809074,510717],[811733,518727],[813680,523708],[814475,521917],[817613,518919],[811262,517413],[815527,520977],[806437,524296],[806485,519625],[811656,522075],[808356,520339],[812526,518555],[817740,522335],[815976,522669],[817085,518572],[818965,520642],[807862,520372],[813263,522588],[817633,519829],[818000,515960],[813580,526297],[812023,533625],[809715,537169],[807636,525051],[811515,527644],[808620,536902],[817831,531404],[811131,528667],[812804,532751],[816239,531925],[815775,532440],[813234,526883],[813214,532139],[812728,536183],[813039,537253],[809871,532314],[810311,532556],[807073,532075],[806819,529585],[811136,525885],[822737,-125795],[822549,-123616],[821865,-121104],[826000,-119748],[824196,-125890],[823000,-124835],[820402,-118403],[822342,-123181],[825493,-140276],[821905,-131375],[826057,-128423],[819695,-133760],[830894,-137564],[824022,-133820],[825005,-128837],[819485,-131652],[822135,-140217],[825557,-141396],[831486,-143777],[829829,-140604],[822424,-141479],[825220,-142400],[830789,-145859],[826501,-140863],[820216,-150401],[820429,-150321],[826910,-180389],[831736,-183167],[829918,-188553],[827083,-191453],[829916,-188206],[823587,-189197],[830213,-185400],[826221,-191198],[826040,-189180],[823582,-194566],[823614,-192242],[824015,-194207],[823686,-195791],[825692,-7017],[824720,-8762],[826978,-11980],[825745,-9617],[825190,-8773],[826261,-11764],[825415,-7637],[825101,-10017],[825610,-400],[825380,-9391],[824859,-10186],[825090,-1694],[827193,-10539],[825986,-12590],[819388,-5279],[825796,-8487],[827507,-11275],[824710,-7175],[825954,-9862],[827320,-12390],[825562,-12911],[822706,-20086],[822989,-12892],[822879,-16104],[822969,-16221],[824218,-15819],[823908,-16944],[822392,-20484],[822711,-13737],[823814,-15128],[824888,-16419],[820882,-23569],[819280,-15689],[824092,-13344],[823470,-13617],[822343,-19350],[823863,-15707],[822952,-18798],[824985,-16815],[823337,-20611],[825436,-12933],[824095,-13810],[823915,-13682],[823579,-15277],[822829,-16860],[824928,-15913],[825663,2906],[821823,6496],[819360,3766],[824001,5836],[826103,543],[819615,6836],[822332,7254],[822991,7287],[822212,5442],[826333,4654],[826088,3578],[825192,3273],[820041,2525],[824541,6288],[822022,6459],[822411,6626],[821423,5386],[826274,4730],[826895,3934],[826554,2873],[819290,3834],[824971,5115],[824763,826],[822287,7054],[821575,6186],[825939,4692],[826426,3068],[821072,5967],[820026,2793],[824884,6569],[824924,926],[822008,6796],[822465,6381],[821922,5848],[825150,4265],[825654,3966],[823660,521657],[829031,521353],[827836,515457],[821500,515164],[823543,521663],[828924,521433],[819225,521628],[821493,515722],[821510,521866],[821207,521826],[819968,522870],[821214,523683],[831752,513012],[830097,514008],[827324,512898],[830190,519513],[830604,523740],[830379,523761],[831851,516867],[830391,518043],[822621,522872],[828180,513548],[831722,522886],[822172,532159],[831603,534254],[824216,535961],[825434,528674],[829379,529896],[820499,530860],[827594,527877],[830203,525886],[831007,537445],[822723,537314],[825461,530462],[825096,536208],[822853,525616],[821550,536588],[822459,530486],[830463,534585],[824602,536332],[820018,526176],[822684,526233],[823499,525069],[831488,528792],[830276,530037],[828676,529900],[830059,543414],[823769,548278],[825166,544222],[823744,548441],[822091,543184],[820588,540153],[824750,538765],[831454,540182],[830016,540748],[826887,545830],[825595,547156],[830612,547100],[827881,547665],[819420,546119],[823936,549525],[822716,548280],[825192,549810],[825007,543803],[824339,541653],[819996,539989],[819542,540715],[829269,538572],[828731,540551],[831097,549657],[822481,548864],[827573,542179],[822225,541055],[835890,-128993],[836546,-130835],[837414,-144309],[837046,-142238],[841444,-164104],[837810,-160763],[839887,-163039],[844635,-163562],[841270,-163626],[837471,-159971],[837724,-164665],[842385,-162507],[842387,-165260],[840754,-163271],[840233,-162330],[841798,-164895],[839143,-159992],[839258,-163838],[838983,-176516],[840271,-169297],[843527,-174021],[840588,-168862],[839231,-176581],[842704,-167195],[840471,-174835],[840505,-167085],[842757,-172870],[840578,-181916],[840639,-183999],[837816,-182054],[834240,-183471],[833373,-185182],[840494,-182651],[837705,-182623],[840215,-182302],[838332,-182221],[837568,-183319],[838011,-196943],[837209,-197819],[836838,-199803],[837010,-193511],[837207,-192570],[836489,-194479],[835533,-194700],[839100,-196936],[839173,-198093],[837950,-201233],[837130,-204208],[836424,-194550],[836091,-195422],[835042,-194136],[837024,-203812],[838603,-196072],[839029,-197671],[837901,-199531],[837722,-192979],[838437,-192616],[835264,-195584],[834986,-194694],[838358,-196084],[839266,-197780],[837027,-199544],[835923,-204427],[836520,-193568],[837738,-192004],[836635,-194187],[836062,-195714],[835384,-193918],[834959,-208419],[835726,-205326],[836012,-207886],[835018,-208164],[835974,-207336],[837061,-83725],[839869,-87764],[843879,-81811],[843710,-88249],[841391,-91052],[844832,-151687],[845908,-151893],[845468,-154186],[849760,-156312],[849203,-161224],[850471,-163971],[848003,-153421],[848214,-157185],[846391,-159967],[853996,-168958],[848025,-170274],[845175,-172783],[849023,-167075],[855420,-167204],[854937,-184901],[854812,-186649],[856299,-189520],[857323,-188113],[855144,-184779],[853756,-186821],[853975,-188791],[855271,-189681],[854817,-185139],[854682,-186595],[854045,-189275],[856242,-188423],[854683,-185467],[854924,-186316],[854640,-189126],[854974,-189522],[857466,-79037],[857487,-83579],[847064,-83065],[856376,-82317],[850535,-82491],[846808,-83663],[847054,-81484],[846783,-81327],[847376,-83794],[847380,-83246],[846533,-91666],[867792,-147329],[866160,-151258],[864843,-148205],[868598,-174484],[862596,-172088],[867305,-178087],[867999,-181225],[865394,-181023],[861555,-182025],[869722,-182645],[866394,-181061],[865608,-181993],[857665,-190151],[859842,-189952],[863024,-189001],[868302,-189732],[868231,-187314],[866328,-186376],[863026,-186759],[861006,-190511],[864116,-190818],[868670,-189869],[867210,-185994],[867283,-185831],[862467,-185986],[858183,-189413],[860474,-189924],[863818,-189611],[868236,-189119],[868358,-187358],[862998,-186716],[857761,-189719],[860258,-190385],[863052,-189738],[868206,-190096],[867171,-187236],[863060,-186645],[864983,-79173],[868226,-83529],[857709,-83066],[861879,-87490],[864836,-76959],[862051,-88128],[859732,-87749],[862452,-89182],[867728,-81390],[861910,-86360],[859557,-81710],[863484,-79337],[865148,-86826],[869688,-80265],[869784,-79625],[867296,-92126],[863330,-91756],[860282,-91289],[863972,-93723],[868999,-89783],[863883,473021],[867061,471475],[866756,469693],[867273,472935],[866960,470394],[865184,473165],[857951,505898],[863385,505672],[864406,507125],[863583,501923],[867291,506084],[866135,511474],[863332,510462],[859426,505797],[864391,504425],[868579,499904],[865795,510724],[869071,502676],[863283,510051],[859825,504846],[862108,499609],[867875,500506],[865169,508124],[868411,509689],[869146,503028],[866933,516915],[869404,522047],[861008,519251],[868400,512676],[861104,520095],[865029,521352],[867999,523864],[861092,514163],[868792,512469],[859086,522312],[866756,517898],[865817,519503],[861843,522185],[864690,522690],[869823,520262],[866349,514487],[859002,523139],[858418,516008],[867372,514750],[862438,520631],[863947,520305],[863487,522873],[864699,524733],[864362,522091],[864809,521866],[870176,520037],[860289,514472],[861025,517884],[863263,517785],[866389,513196],[867104,514454],[865230,513727],[868345,513163],[869686,513433],[857855,531727],[863161,532679],[865494,534011],[858048,537132],[868933,535889],[863142,537186],[860818,526615],[865180,526821],[866236,532552],[864547,535136],[868003,529853],[860452,527089],[858628,534608],[859160,534598],[861199,535790],[859841,527534],[863840,529679],[864541,530121],[863125,527723],[864409,526600],[865114,525900],[861381,546460],[864223,546428],[868811,545602],[869415,537981],[861475,545133],[866081,549658],[869596,543254],[859308,545201],[864289,546751],[866194,548219],[863288,547490],[865176,540897],[869508,543940],[859509,540501],[863822,538658],[859004,539451],[861193,559557],[867833,561656],[859619,558550],[860609,552544],[857931,559201],[863254,562073],[867349,561010],[865259,559832],[862522,559531],[865104,556538],[865176,552102],[869814,552854],[869408,551701],[864707,551149],[865089,562313],[859332,557536],[862707,552200],[880201,-138868],[875483,-139761],[876471,-137922],[880496,-140480],[880290,-138616],[875613,-139444],[876474,-138634],[878989,-138183],[872835,-149909],[875109,-150029],[873006,-150621],[880396,-148703],[873846,-149088],[872679,-150134],[875703,-148117],[871781,-183353],[871478,-188273],[873944,-181988],[872084,-189711],[870815,-189646],[873297,-181464],[872150,-189601],[870548,-189523],[872297,-188066],[878698,-71768],[883143,-69200],[875717,-70623],[882126,-76420],[880740,-69460],[882237,-69455],[882924,-68361],[880403,-74188],[878102,-72237],[881561,-69681],[878688,-80566],[880346,-84065],[880418,-86765],[878580,-79589],[880047,-79118],[877869,-78622],[881197,-77688],[880446,-83863],[877932,-78273],[879716,-83525],[879768,-85058],[880623,-76915],[871003,-79845],[873409,-79526],[880488,-90382],[882830,-91398],[881203,436716],[876384,468618],[873752,467007],[876359,467423],[874859,467719],[875042,470425],[872170,468470],[871239,475537],[872771,474263],[871477,489220],[873110,491302],[873481,488155],[872543,494920],[871162,496726],[875228,498380],[874696,494630],[878344,497182],[871658,492645],[874011,496173],[872267,494937],[872395,496586],[871823,496477],[872149,492246],[871273,491416],[871667,507865],[872816,510438],[877735,507742],[872276,511278],[870406,507984],[875817,505494],[871854,500536],[872756,507335],[872281,506030],[873315,504805],[878485,505134],[876605,505272],[875625,504018],[877447,503451],[875063,502840],[878769,500866],[877994,503410],[871159,523009],[874239,517655],[872084,518638],[872231,516518],[873224,517167],[870771,515932],[870575,519890],[870518,518794],[870553,515179],[873055,515523],[873398,513450],[870995,532286],[874126,549057],[872544,545465],[870433,549815],[872036,548121],[875409,541660],[879479,548293],[879040,548856],[880507,548206],[872038,546741],[882431,549245],[870878,543329],[873899,550597],[874805,545463],[872695,544899],[875004,545157],[881636,550415],[877257,546743],[875171,542897],[882653,562213],[878533,551840],[872431,561317],[881005,554677],[877252,554679],[880990,552892],[872931,562057],[879603,552368],[881930,559116],[875061,556874],[880937,554435],[875584,562969],[881170,563369],[871885,555324],[880237,554610],[876718,558224],[880935,553648],[872815,552775],[879661,559883],[879837,558913],[880136,563350],[870509,558154],[881108,557882],[877273,553079],[877017,554724],[875220,554449],[874189,552064],[882783,555715],[878102,555706],[874556,559131],[877863,558330],[895631,-118936],[894894,-119636],[883904,-148946],[890442,-149032],[883280,-148242],[886310,-147582],[887977,-144048],[884015,-150348],[886676,-146865],[890819,-148063],[895224,-169022],[891816,-170372],[891157,-172262],[894011,-173933],[892845,-167987],[891242,-172444],[892771,-173145],[895150,-169120],[892237,-170492],[891377,-173867],[892713,-173568],[891224,-169971],[891433,-174125],[892983,-174390],[893730,-58278],[884339,-59691],[889453,-57409],[887607,-63330],[890906,-56161],[892412,-52187],[893136,-58811],[884665,-59002],[892360,-52436],[888457,-58618],[887806,-62913],[891190,-56371],[893111,-58722],[885306,-59452],[892098,-52525],[888830,-58322],[890529,-56627],[894042,-57899],[885429,-58404],[888879,-58698],[887413,-63199],[890470,-56285],[891783,-51886],[891253,-66766],[886710,-63865],[890126,-65583],[883594,-69032],[883535,-73458],[883775,-69250],[890929,-65929],[891212,-65861],[883330,-68573],[893676,-78430],[887311,-86558],[886074,-86538],[887702,-86585],[895094,-85393],[894301,-83690],[895889,-82570],[889497,-78237],[889873,-81540],[891900,-79578],[884143,-81299],[885542,-80588],[888884,-85286],[892901,-81524],[892618,-83376],[893760,-84641],[891025,-80547],[889500,-79179],[893077,-80549],[883264,-86949],[893049,-82878],[894330,-84336],[892125,-79391],[892961,-80629],[883946,-93958],[887319,-95475],[891763,-98084],[893045,-102007],[894628,-89879],[885304,-96880],[889681,-95478],[894432,-98059],[894571,-92285],[888790,-90999],[883244,-93667],[891618,-93059],[891960,-98427],[891868,-101982],[895993,-91950],[884029,-96754],[889957,-94747],[895095,-100528],[884902,-90493],[886445,-91186],[890872,421412],[889842,438832],[889715,437393],[889448,437541],[884254,474454],[888719,556586],[888144,561901],[891286,553973],[887843,557008],[885648,556898],[884242,558587],[894562,563053],[889389,558331],[887961,557629],[889090,553606],[895439,554762],[894908,551960],[891199,555983],[892789,555713],[895245,559893],[884288,553570],[885621,555433],[888190,556660],[890345,552825],[891131,561635],[885072,561493],[892429,552512],[889912,559062],[887664,62422],[890855,62164],[892584,61777],[887227,63694],[887298,62299],[891099,64059],[893138,62869],[887410,62019],[891090,62546],[891556,62716],[886540,63629],[886440,61753],[891740,63185],[891443,62118],[886099,69023],[891605,66066],[885417,64565],[886406,70209],[892630,66737],[890097,70015],[892406,71369],[891509,66385],[886475,69571],[891885,71862],[891992,67627],[888375,64769],[886870,68916],[887005,65661],[891373,67889],[889370,71873],[891467,71541],[891123,66121],[76975,-331672],[78016,-331134],[77225,-332894],[84611,28651],[86725,41738],[88060,39733],[84514,40644],[82165,93985],[77952,93523],[87201,97722],[84071,106360],[85041,106372],[83090,122375],[83890,122073],[904905,-125749],[900504,-115480],[907751,-124361],[898396,-118733],[902724,-126848],[906823,-124843],[902156,-126336],[900958,-116310],[897100,-119972],[903041,-127547],[899354,-116868],[899867,-125800],[897011,-122039],[907353,-124507],[897707,-120128],[907452,-125801],[904586,-123778],[906779,-117303],[905419,-115549],[905110,-115588],[908477,-120971],[907495,-116211],[896967,-117890],[907670,-124370],[896887,-117381],[903902,-139046],[903294,-136492],[905713,-132543],[903541,-134088],[907233,-130026],[903689,-130378],[901277,-131977],[898950,-131946],[904655,-139992],[905818,-137560],[905183,-137918],[904985,-135361],[904007,-135788],[907152,-137379],[904488,-128682],[904677,-150047],[907861,-146709],[904162,-148380],[906523,-149561],[903562,-150131],[908306,-150425],[902241,-140671],[906880,-140787],[908726,-141422],[902499,-149169],[904119,-145153],[902558,-145751],[906193,-143416],[906565,-163242],[906454,-160834],[900941,-159728],[897599,-158516],[898952,-157247],[904948,-164582],[904396,-162912],[907727,-159730],[899682,-160243],[897215,-160145],[898388,-157225],[905291,-164519],[905586,-163163],[908385,-160666],[900714,-160204],[896886,-159269],[898880,-157909],[904821,-165073],[907812,-159427],[901404,-158875],[896904,-158527],[898374,-157730],[901441,-173082],[897981,-168905],[901407,-171477],[897679,-172315],[898797,-169052],[905910,-167475],[905422,-168108],[900284,-173617],[897813,-171163],[900673,-171205],[898073,-171611],[898633,-167753],[904227,-166644],[906447,-168528],[898156,-169468],[901163,-174650],[897946,-172242],[898653,-169431],[896583,-168979],[900590,-173509],[905346,-168821],[898219,-172330],[898542,-168832],[905412,-62971],[906085,-63604],[907299,-61288],[897755,-73748],[902829,-73337],[904834,-68830],[897978,-75233],[900800,-72637],[908313,-68394],[908490,-66912],[898297,-75867],[896835,-67016],[903996,-66526],[907921,-68591],[898335,-75676],[901195,-74493],[904917,-75125],[901001,-69877],[903615,-66504],[901876,-63962],[902317,-66609],[908580,-63863],[908123,-85785],[904989,-84639],[904054,-84255],[904238,-80451],[901911,-85857],[900974,-80806],[908529,-81428],[907422,-85607],[904601,-81161],[896899,-85082],[901440,-79855],[901585,-85176],[899700,-76657],[901852,-77025],[908187,-88248],[908545,-84958],[903730,-85271],[902063,-88940],[902404,-80780],[904288,-77346],[896820,-82479],[906755,-77373],[908232,-77244],[898738,-94672],[899960,-91899],[902575,-92989],[908743,-91126],[897237,-95325],[899377,-93069],[902951,-95668],[906261,-93413],[908336,-90000],[906838,-99372],[897947,-95235],[897689,-91348],[900828,-91304],[903271,-94872],[904204,-92661],[906157,-89974],[908640,-100231],[897606,-94958],[899811,-92132],[902840,-92898],[907148,-100150],[908068,-114372],[908401,-112206],[903703,448860],[903011,453012],[908658,515411],[904312,524419],[908519,512905],[908439,518637],[903491,524550],[903897,521720],[905499,522188],[907258,524646],[900838,527913],[903417,526776],[900417,526867],[904338,526112],[903641,525626],[897372,555107],[906063,560469],[898425,562628],[896767,556683],[898066,561938],[897946,556500],[902416,561763],[903822,558399],[900068,562877],[899860,560304],[896055,562324],[896902,556704],[904983,563088],[901121,560428],[900396,574748],[896269,567270],[900134,573482],[896634,564515],[900298,574870],[901018,567166],[904120,567602],[897177,575597],[897549,568652],[904939,571051],[905436,567633],[900477,564398],[898176,570889],[898241,575258],[897341,568292],[901562,568784],[899391,570757],[902879,571255],[907453,564086],[904741,566841],[906347,565890],[904438,564539],[901173,588386],[901571,588516],[903626,580583],[898713,587518],[899939,578500],[906230,580317],[908729,581966],[908354,587515],[906768,580343],[899500,585190],[905231,587967],[901426,586340],[899211,587442],[906790,580915],[899928,583185],[897690,582241],[899013,582839],[906021,576680],[906485,578534],[900127,588548],[900719,587170],[900407,582123],[900175,595658],[903869,590423],[901822,600287],[898983,590739],[901420,591167],[900969,600474],[896795,592665],[899460,590843],[900593,595171],[897840,590946],[902059,593901],[902670,592563],[901530,601537],[901643,595539],[904352,599643],[898302,590798],[903901,589141],[897143,592102],[901027,590879],[903029,601427],[910097,-117903],[910336,-124160],[912807,-122888],[912649,-122226],[909427,-124216],[912525,-124296],[920242,-132418],[919223,-149838],[919799,-148138],[918666,-144850],[920621,-148929],[921143,-149385],[919151,-50599],[918253,-49976],[918305,-57522],[920496,-59879],[913596,-54451],[913485,-58752],[916195,-61100],[918698,-61136],[920206,-53034],[913471,-58564],[921403,-59412],[915325,-55631],[910593,-63326],[909642,-60775],[914955,-63479],[911947,-61723],[909631,-63646],[920765,-68598],[919572,-69418],[912535,-71906],[917771,-65222],[912060,-68652],[909798,-65026],[912506,-67996],[915804,-66117],[919756,-70455],[910920,-70392],[918965,-66147],[913660,-67057],[913563,-66980],[910480,-67718],[921342,-76348],[919912,-71571],[913917,-72086],[918685,-66204],[912258,-69190],[919361,-71463],[912779,-73581],[917154,-65729],[912581,-69357],[912008,-64997],[908804,-68313],[915894,-65664],[921395,-78833],[920394,-78121],[920444,-82130],[916510,-78140],[912620,-80488],[913023,-85334],[913947,-80686],[911865,-81941],[920538,-79437],[917765,-78626],[913110,-77405],[917451,-84264],[919013,-81752],[918038,-79296],[913620,-78710],[918992,-82798],[916326,-78912],[914955,-80572],[911329,-83758],[916650,-76905],[916537,-80823],[916113,-83300],[914106,-91850],[919043,-89723],[915790,-94921],[912258,-100104],[910177,-99602],[914944,-92600],[915832,-90635],[917671,-94802],[913424,-98295],[910581,-91155],[914662,-91189],[918990,-92690],[917808,-98421],[912537,-100027],[909385,-96668],[910517,-92551],[913502,-89696],[916142,-91417],[915410,-98012],[915269,-98833],[911638,-98510],[919738,-89822],[921065,-89955],[912308,448449],[913487,454626],[910741,458453],[912944,453631],[911844,459177],[911682,457381],[917170,451716],[914187,451659],[917607,453058],[913797,453529],[915306,461790],[915946,463128],[915425,461647],[914449,508656],[912965,511884],[913371,512191],[916732,509658],[916626,509027],[914066,516611],[911290,524957],[913771,518586],[911335,524975],[916535,514432],[913923,515956],[910379,526503],[908932,526561],[911295,562709],[911065,568618],[914245,566923],[914803,567147],[919600,570139],[919558,572723],[915714,566504],[911824,570751],[910505,566154],[916923,573107],[916408,567203],[917099,568895],[917727,570103],[914110,573795],[914096,572225],[918457,575710],[913901,573269],[910131,573037],[921093,588443],[910436,588537],[909171,583353],[916160,579889],[919923,586993],[911431,581035],[919000,581886],[911642,583684],[912526,581812],[919393,586830],[917363,577472],[909580,578071],[908897,578853],[915853,582152],[917499,587183],[909076,587238],[915090,584659],[915156,580365],[913631,582879],[919844,583822],[919456,587087],[911653,580318],[920791,577197],[921091,582209],[917331,580805],[914778,577688],[911067,578019],[918733,598943],[909748,595612],[912405,601719],[914486,601418],[919186,594300],[916863,589228],[911675,598069],[917494,600346],[912915,601301],[921596,594483],[910040,591503],[909097,595322],[915514,598695],[921340,598613],[920664,599059],[917577,597260],[919067,591031],[909709,593056],[910184,590429],[910006,591040],[908840,599362],[912543,596786],[924868,-116498],[927758,-117931],[922344,-145335],[932880,-48890],[932794,-48684],[927629,-48802],[925212,-48797],[922170,-49048],[928757,-63162],[923093,-51862],[931761,-57924],[933792,-53838],[928909,-61909],[930243,-60585],[922122,-58625],[922047,-53436],[934152,-53070],[926232,-52065],[927642,-63112],[929196,-60702],[922092,-62089],[934140,-57489],[925261,-58037],[929057,-56090],[929806,-57602],[932348,-53528],[933614,-57590],[927712,-54813],[926580,-60705],[929549,-59193],[926891,-51579],[932600,-61997],[925381,-64827],[923401,-66459],[922716,-70141],[921847,-72282],[922278,-69554],[923317,-67123],[921619,-68816],[922732,-66307],[926363,-85683],[927765,-80799],[928383,-86784],[921683,-85011],[928977,-83873],[933874,-87772],[925237,-81399],[922852,-79774],[925313,-87024],[921657,-84012],[928434,-85886],[926813,-80644],[924305,-80993],[926049,-86249],[925454,-81836],[923005,-81119],[927124,-86142],[925354,-98707],[928054,-96338],[931898,-90021],[932856,-92961],[930011,-97473],[927894,-93464],[922044,-93703],[924485,-96435],[932042,-96239],[926015,-94987],[925997,-89912],[923869,-92447],[922632,-93733],[923455,-96359],[933343,-94965],[931590,-90629],[932174,-97442],[928422,-94837],[925672,-89484],[922058,-97478],[925360,-97567],[927983,-97218],[933726,-92469],[931297,-90149],[931457,-95766],[925263,-95358],[930852,-114564],[926331,349621],[926735,348659],[927051,417820],[922285,572285],[923729,574131],[931327,575161],[921869,572246],[932166,578495],[933918,579557],[932687,578940],[927999,576721],[926330,587962],[929339,581291],[924964,581152],[923453,584749],[921610,579212],[926041,587629],[928115,578142],[925342,587553],[926674,587435],[929224,588429],[934102,585431],[929252,583498],[928892,579795],[926725,577281],[934251,582590],[931448,580625],[921921,585988],[929217,594913],[922307,592282],[931319,589871],[931290,596044],[925493,590349],[928512,595342],[923699,595692],[925960,597113],[930155,590215],[931210,593172],[929613,595006],[932602,598139],[922742,601504],[927845,599234],[929120,595848],[928001,598742],[945770,-127021],[944545,-124098],[947012,-126179],[938078,-127252],[935488,-131646],[935275,-130404],[934525,-133364],[944018,-145263],[940603,-145729],[939632,-146416],[946021,-147531],[945716,-143391],[936433,-61785],[934894,-58896],[935973,-56524],[938167,-59979],[936126,-60377],[938807,-62010],[944554,-61045],[936306,-54594],[936178,-60707],[934483,-60273],[937891,-60737],[934539,-61841],[938403,-64768],[941461,-67691],[940717,-68974],[939963,-70882],[945299,-72331],[939738,-65968],[940582,-69532],[939484,-72522],[946586,-72296],[937690,-64724],[940088,-69814],[946255,-73902],[940938,-63985],[940780,-67363],[940107,-68414],[940225,-71524],[946456,-72330],[934836,-76292],[936300,-74196],[937461,-71930],[934928,-75227],[941385,-78578],[940468,-83090],[946885,-81031],[938055,-81602],[941559,-79622],[940232,-84120],[946737,-81351],[937961,-77383],[937051,-78972],[940586,-77866],[942220,-84676],[946012,-82295],[938584,-80389],[940906,-81571],[942102,-83785],[935529,-79627],[935342,-87518],[935749,-88085],[936344,-85844],[946881,-105125],[946366,-106135],[946273,-111748],[944079,-111007],[945492,162395],[945842,154549],[943620,156131],[943163,158802],[942696,162366],[942229,165619],[944921,162064],[945890,154192],[943822,154836],[942903,157396],[942048,162372],[943739,165809],[945411,166302],[945497,158993],[945665,154430],[944115,155548],[943699,158069],[942414,162531],[943676,166238],[946140,166197],[945416,159476],[945631,155042],[944807,155629],[943434,157898],[942791,162177],[942520,165155],[944919,167179],[946089,167183],[939564,254988],[940068,253046],[942574,246658],[940476,254652],[940320,253155],[942408,247197],[940250,254133],[940914,254297],[941932,246516],[939383,255044],[939790,253380],[942014,247182],[946603,262494],[944865,261663],[941499,260781],[940670,256479],[944509,260477],[942651,259389],[940023,256684],[946235,261981],[944618,261858],[942083,259932],[940795,256812],[946113,262309],[945242,260384],[942837,260609],[940011,256919],[943688,413239],[945403,414439],[945230,576050],[943178,578735],[935427,577684],[941425,579397],[939814,578816],[940230,582695],[947173,578556],[946738,580128],[945668,578135],[946724,576309],[940509,583083],[936271,578313],[940526,582781],[941277,577525],[945690,581615],[936110,588355],[937378,583466],[935610,587362],[939427,587073],[941151,587843],[934709,587958],[946695,583963],[940120,586605],[935824,583369],[940113,597201],[944815,591305],[946449,600383],[939223,590205],[940749,594346],[945160,600344],[945816,591784],[946786,590245],[943871,589057],[939382,599909],[939931,595974],[939440,595900],[940938,591934],[946789,593586],[945508,595290],[945951,599999],[941335,598970],[934528,592803],[945633,591657],[946495,598647],[939016,597713],[943228,591839],[949238,-128621],[958604,-133108],[950970,-140892],[957957,-151824],[952119,-145995],[958586,-148616],[956694,-146023],[947696,-152679],[957575,-157279],[951966,-189407],[950028,-187376],[956681,-190520],[959005,-189737],[956251,-188559],[951932,-188549],[957371,-190752],[956511,-189221],[949549,-189427],[949441,-188773],[955888,-189824],[953135,-186974],[959440,-189925],[952467,-189953],[952177,-189415],[956324,-190039],[959171,-189845],[950687,-188071],[955022,-192410],[956006,-192407],[955181,-192158],[953207,-60686],[950825,-58726],[954874,-63363],[947322,-60972],[951779,-73936],[954716,-76447],[959796,-64248],[958285,-70367],[950808,-65840],[953991,-71864],[952290,-76351],[948053,-88299],[954280,-81579],[955453,-78758],[950801,-88727],[954958,-81254],[955585,-77146],[959849,-82833],[947253,-78781],[949855,-87155],[955144,-81736],[956427,-79649],[950512,-76804],[951337,-88655],[953669,-82674],[952529,-76939],[948069,-101198],[948357,-100153],[947760,-107731],[947477,-108486],[948659,-112291],[947799,-112540],[949360,-109450],[947487,-110207],[955299,-104182],[955719,-103856],[955234,-102857],[955763,-105222],[955867,-102492],[956959,-105563],[957690,-107073],[955902,-102730],[955822,-104430],[956936,135593],[958140,135753],[958186,132160],[957584,132877],[956690,136607],[948267,153064],[951823,151750],[951073,152413],[948522,142471],[956982,153463],[948551,153100],[951159,152948],[948164,142549],[957015,152403],[947728,153700],[952375,152483],[947745,143565],[956977,153011],[952229,164355],[951623,163504],[951533,162251],[947304,156496],[953073,154752],[953288,154915],[956548,161777],[955696,162010],[955743,164529],[956439,162809],[955424,162168],[947801,154030],[952173,164066],[952006,163675],[952084,161647],[951788,161124],[948360,164674],[947400,157408],[948661,155615],[952703,154651],[954308,155168],[955752,161510],[955169,164050],[955301,163348],[956555,165911],[952485,153820],[956634,166314],[952196,164010],[952062,162556],[951335,160364],[949266,165365],[948123,164577],[947871,157229],[947732,156135],[952631,154459],[953563,155710],[956376,163808],[956422,162307],[955743,164412],[952053,164218],[951985,162339],[951478,161164],[949103,165500],[947963,156979],[948344,154704],[953640,155962],[955988,161806],[956708,162439],[955147,162835],[948857,169959],[949289,167203],[948750,170021],[950311,169543],[948857,167682],[948860,167788],[948700,167533],[953169,200600],[951702,196957],[953754,201052],[956320,210243],[955592,206870],[955355,210604],[954301,249942],[953249,253379],[954860,253179],[957293,253024],[954015,249417],[953468,252394],[954586,252892],[957211,252981],[953214,252507],[954112,252825],[953621,250118],[952914,253038],[954546,253587],[957376,252581],[958575,255993],[958042,259631],[950292,261957],[957858,260013],[950697,262398],[957689,257817],[949624,261345],[947453,263209],[957811,257116],[958299,260676],[952797,262128],[949872,262233],[956377,393037],[958434,390859],[957178,391364],[957859,393775],[958188,388908],[949568,405628],[949819,405076],[954247,428630],[954368,427133],[956050,425968],[954850,422973],[954517,422780],[959522,439740],[947729,577219],[948244,579289],[953904,588774],[957133,582899],[950607,582468],[954912,581106],[949588,586220],[956181,580884],[947348,588716],[952353,585006],[949875,581323],[954748,581948],[953257,588408],[957512,586478],[954625,587841],[951719,585969],[953835,584685],[952858,582048],[953918,579119],[953350,578623],[950921,598046],[956211,596471],[953686,589297],[956188,599203],[948375,590349],[950801,597819],[957044,589917],[955311,590820],[957080,594867],[954304,599773],[949468,593953],[957109,592143],[955092,599813],[951753,590337],[958046,591012],[948768,600431],[958386,601335],[951391,599215],[957466,591773],[957996,594845],[958121,592895],[953819,590664],[955466,590878],[958575,599316],[957754,598424],[951512,594470],[952249,592849],[957801,127936],[957356,127363],[959263,124842],[958448,127544],[959912,123788],[958991,124857],[963495,-137549],[971922,-142776],[971905,-143025],[972667,-155780],[970697,-155839],[963359,-156358],[970355,-183800],[970682,-75640],[968519,-65686],[967753,-76026],[961761,-76405],[961823,-64649],[969500,-76501],[970503,-67241],[960607,-71108],[961050,-81400],[961549,-82367],[960866,-81985],[971999,-101625],[966922,-98531],[965957,-98308],[965648,-97946],[966131,-96175],[968086,-102177],[972547,-104320],[971976,-112797],[963267,131576],[965085,138036],[962678,137728],[963229,130929],[965178,137260],[962815,131154],[964150,138000],[962771,138763],[967501,144307],[968207,146153],[967193,143851],[967941,143946],[961333,162519],[962489,165824],[962340,161433],[962590,166216],[961923,161290],[961940,165586],[972163,157273],[971633,164818],[965547,169125],[971365,175933],[962885,168397],[962892,168008],[969415,168887],[971718,170672],[969020,170221],[972293,170332],[969173,168999],[971499,171613],[966448,197169],[965325,196895],[963690,387300],[972207,397169],[966342,417253],[966106,416226],[968806,413061],[968055,412677],[963272,592607],[964410,591593],[966637,599061],[964242,597939],[965922,598350],[966562,600632],[964538,592557],[970702,589479],[972551,593487],[960194,593601],[962471,594027],[963056,590620],[964198,591436],[964871,597855],[961725,598476],[966261,599211],[963322,594697],[965198,595789],[962809,596727],[972322,601147],[972429,601028],[960934,126223],[974323,-139653],[976338,-139549],[974215,-137026],[974879,-137525],[977857,-152524],[977809,-146613],[976465,-145893],[977263,-144842],[974618,-141977],[982909,-163640],[980974,-156324],[984892,-165896],[981377,-154664],[982911,-159707],[981747,-154820],[982174,-155353],[984237,-171177],[982143,-169535],[983828,-168805],[973296,-176266],[973713,-176968],[974392,-184637],[974862,-189586],[973439,-185104],[979352,-183690],[972921,-179869],[973694,-183578],[979847,-200402],[976558,-192206],[974077,-198612],[978830,-200993],[976208,-192402],[974048,-196930],[979782,-200877],[975558,-196189],[975076,-199707],[975495,-194951],[976314,-199748],[973069,-460],[972985,-2533],[973469,-1271],[978915,-63751],[984015,-70342],[984753,-66081],[977724,-68626],[984900,-68749],[980581,-67889],[980767,-65609],[972953,-74263],[976552,-80079],[979005,-79813],[978819,-80036],[976737,-83274],[984669,-99555],[972919,-100231],[973005,-98651],[983429,-101431],[984248,-99472],[984456,-107662],[983879,-102825],[973695,-113281],[977405,-110836],[975127,-107810],[978847,-103156],[974886,-111371],[973251,-103178],[973838,-104136],[980094,-102704],[980702,-102747],[980702,-103413],[984592,-107751],[974472,-113022],[977379,-108864],[974616,-109247],[978953,-103969],[977277,-110449],[975524,-110111],[978813,-104132],[972910,-112837],[978481,-110107],[975382,-110104],[978381,-103770],[973871,1833],[973510,459],[973220,2230],[973611,2240],[973708,1712],[980733,144437],[976750,214300],[978323,254433],[981598,256906],[984091,376791],[984320,376329],[985472,382962],[973062,389849],[973487,389798],[985232,399185],[985334,399051],[985299,402552],[983047,400971],[979742,414222],[981687,418015],[978914,600565],[976124,592878],[981285,591080],[974482,589493],[980937,600332],[983179,599679],[974271,596290],[981591,590410],[982499,601453],[985178,600394],[973571,594922],[982130,593878],[979001,590228],[983843,598119],[980926,596523],[980413,594028],[980727,601556],[973201,598748],[981989,601135],[974460,592992],[980670,598225],[975668,596499],[981593,598216],[974071,598849],[975006,600954],[975370,600882],[991255,-126448],[989978,-124640],[992228,-124388],[990429,-126301],[991035,-129035],[987642,-131559],[996427,-128806],[994256,-140594],[991130,-129333],[987740,-132051],[996098,-130147],[993292,-128100],[988483,-130817],[996096,-128858],[991336,-129906],[987912,-132676],[998168,-128088],[997261,-145747],[995343,-144738],[995417,-144113],[996320,-143101],[995238,-141996],[995574,-145420],[996682,-145748],[996441,-145934],[992639,-167618],[995279,-169764],[991835,-170416],[986262,-175103],[987631,-168803],[994153,-172674],[993285,-171568],[989328,-174846],[993006,-169374],[993924,-171478],[989755,-169323],[989442,-175036],[989629,-172161],[995204,-173213],[992240,-171087],[989129,-172627],[992229,-217251],[992292,-217009],[990805,-216379],[990620,-214290],[990117,-225775],[990718,-225744],[992831,-224864],[992675,-224350],[990170,-223811],[989536,-224406],[990249,-222328],[990212,-223216],[991348,-221866],[991904,-222340],[990310,-219616],[989587,-219501],[991315,-220001],[990698,-220452],[992313,-218109],[992912,-217418],[992838,-221703],[992332,-223571],[987216,-230040],[988348,-229519],[987359,-229499],[989110,-230091],[991086,-229828],[986572,-231598],[994260,-76024],[989571,-72542],[986525,-69774],[995823,-75744],[988079,-72321],[995098,-75519],[997567,-69022],[990567,-70755],[995385,-75875],[997431,-66408],[994865,-73929],[987349,-75092],[988037,-79697],[992720,-79265],[985622,-81670],[993068,-79300],[991212,-76839],[987091,-80276],[996211,-77138],[992760,-78432],[987081,-79460],[996031,-78429],[985658,-101035],[988303,-102093],[986721,-100577],[985625,-99704],[988001,-102729],[987664,-112433],[988771,-112093],[985641,-107892],[988248,-111436],[986667,-106964],[987175,-102805],[986564,-112740],[990741,136837],[992537,138546],[988324,136870],[996577,139680],[992440,135908],[996067,139491],[992229,135813],[992076,136188],[990761,138996],[990716,138463],[991068,138994],[995767,139602],[998226,351226],[988751,369538],[989685,366743],[991794,362330],[989368,368043],[991333,365491],[988900,370355],[996753,379843],[989837,377552],[994982,383835],[997458,381897],[987797,383893],[986960,385384],[986716,386815],[995599,413324],[991822,421057],[998232,413174],[991370,419473],[991276,420718],[987243,418316],[992372,600739],[986928,597249],[987057,593495],[987778,596094],[997956,594748],[995102,596339],[996441,594862],[998315,596762],[994322,594465],[998104,596873],[995348,596233],[993572,599239],[985901,598098],[1000131,-127263],[1009183,-121151],[1000440,-123486],[999938,-125918],[1000248,-126149],[999518,-126828],[999177,-127722],[1000411,-126915],[999765,-123906],[1000283,-125417],[1010310,-122818],[1001280,-128742],[1002737,-129900],[1010687,-133012],[1002482,-130198],[1001195,-128968],[1002792,-129872],[1001500,-128909],[1002596,-130383],[1000340,-147660],[1003318,-147812],[999677,-148637],[1003007,-149812],[1000238,-147431],[1002405,-148301],[1000604,-148007],[1002760,-147706],[999045,-176565],[1004936,-170057],[1007149,-173670],[999421,-173425],[1003312,-171281],[1005614,-174015],[999008,-175306],[1002856,-170345],[1006580,-173812],[999894,-176471],[1003575,-170811],[1007404,-171261],[998548,-61900],[1007754,-63431],[999166,-62585],[1011105,-68935],[1002242,-73473],[1000778,-68642],[1000194,-68055],[1002874,-70727],[1005317,-69019],[1004121,-77798],[1001198,-77299],[999952,-85655],[1003979,-79318],[1003954,-80350],[1000958,-87017],[1000306,-84137],[1000480,-86033],[1000460,-84493],[1002808,-95870],[1002509,-96136],[1001878,-89587],[1001706,-96891],[1001761,-89678],[1002678,-95270],[1003460,-90161],[1008968,-107290],[1006144,-104505],[1009844,-108491],[1007338,-102831],[1008194,-107869],[1005785,-104012],[1009830,-108262],[1011082,-103993],[1007655,-104454],[1010492,-110674],[1000025,143048],[998627,142612],[999939,142757],[1005238,212356],[1003652,212879],[1003457,217166],[1006526,219432],[1009692,218266],[1005316,240288],[1007699,258655],[1002550,298522],[1003878,301244],[1000796,301334],[1003947,299583],[1011103,297724],[1000958,316934],[1003263,308230],[1006552,317395],[1008699,331376],[1003443,322747],[1007028,328185],[1004755,330534],[1001472,329791],[1006482,321454],[999696,337723],[1001847,337235],[1000235,339757],[1001179,344339],[1002397,334379],[1005763,333739],[1003600,343944],[998802,340308],[1010387,344601],[1009798,344233],[1003115,345861],[1003950,347496],[1000006,365215],[1010578,363037],[1007444,359928],[1009226,375297],[1003452,382183],[1003282,376337],[1006376,379992],[1003089,373241],[1006916,380410],[1009551,381986],[1006814,383639],[1001254,387673],[999082,406810],[1002948,403053],[1004347,399693],[1003005,400409],[999294,399172],[1010716,546992],[1008460,551412],[1010465,599510],[1010865,593474],[999602,598155],[1002534,597327],[1001126,600878],[1006676,595100],[1005887,604613],[998905,609141],[1002887,608167],[1003865,611737],[1005502,612325],[1007890,610806],[1002873,611822],[1009953,606005],[1006365,613437],[1005665,611652],[998628,608351],[1011799,-126100],[1022797,-127751],[1022102,-127134],[1011734,-131026],[1013691,-127901],[1023587,-128220],[1022200,-128092],[1016473,-188188],[1017271,-186994],[1017366,-188614],[1021910,-201765],[1023733,-202170],[1015246,-57735],[1014294,-59899],[1014962,-67659],[1012543,-65388],[1013700,-63837],[1023178,-76615],[1023000,-87774],[1021134,-80745],[1016652,-101991],[1017409,-96347],[1022609,-105412],[1014851,-103150],[1021477,-107590],[1015589,-102755],[1011266,-105473],[1011410,-109894],[1019602,-107384],[1014164,-102744],[1023063,-105468],[1014487,215110],[1022674,303604],[1019376,317899],[1023774,311554],[1022949,317246],[1020401,317649],[1019778,311076],[1021967,312404],[1022229,316789],[1021456,312183],[1022244,310711],[1022356,321966],[1013233,332090],[1023064,343394],[1021556,343500],[1023144,345034],[1022137,341920],[1020172,333166],[1013684,349765],[1023233,355238],[1014612,351635],[1017069,354617],[1019171,352267],[1019811,367904],[1013388,370299],[1015787,366003],[1020785,370159],[1011371,367437],[1013267,373537],[1019477,381572],[1018777,381481],[1013168,388598],[1015411,387066],[1015704,392898],[1015662,545652],[1012442,549371],[1011779,548501],[1015553,547636],[1012372,547426],[1022837,548423],[1016784,542400],[1020874,548898],[1017202,546596],[1020236,538700],[1023837,539703],[1017981,541883],[1020103,542734],[1018880,549131],[1019881,540050],[1023078,540060],[1012529,553561],[1011736,551185],[1012796,554790],[1021237,552378],[1023984,596657],[1023835,598726],[1020060,594972],[1022403,600140],[1018791,592544],[1020817,594873],[1019500,596401],[1017465,593513],[1018243,594483],[1014327,595727],[1012143,596821],[1019799,595569],[1021674,601185],[1016649,595181],[1020574,602781],[1022842,603433],[1015268,606534],[1023150,611774],[1011461,603994],[1022988,613342],[1020937,605986],[1018491,604016],[1011406,605052],[1014789,602792],[1016229,606012],[1017503,607740],[1016623,611431],[1016331,611541],[1020432,614416],[93869,-270306],[94169,-278608],[94204,-278086],[97938,-280217],[95260,-281104],[93624,-270684],[96741,-281543],[97315,-282558],[95401,-282766],[98031,-283610],[101462,71621],[101305,77891],[93341,100688],[100057,106882],[101049,109451],[99870,111245],[96196,109826],[94044,110306],[96572,112549],[96746,107259],[97444,105781],[99583,105085],[95878,119619],[101117,121116],[99857,116160],[99580,116045],[1025112,-127000],[1024404,-128603],[1026224,-128162],[1026150,-130248],[1026166,-142991],[1026688,-141875],[1026561,-146556],[1025139,-148713],[1036074,-179348],[1035279,-182483],[1034105,-183576],[1034170,-184215],[1034472,-186292],[1034377,-187705],[1035086,-188652],[1029701,-190594],[1029755,-188361],[1031281,-186806],[1032671,-188171],[1032986,-187229],[1033825,-188743],[1035272,-187228],[1035467,-190801],[1026020,-202320],[1024154,-202817],[1029230,-202107],[1031096,-201072],[1030824,-200372],[1027587,-192100],[1028614,-193696],[1026844,-194517],[1025929,-193902],[1027253,-192139],[1026992,-74461],[1034234,-89392],[1028829,-80078],[1030036,-86094],[1033522,-89382],[1031860,-86761],[1029022,-89715],[1028110,-108562],[1027497,-105792],[1029665,-108504],[1024635,306973],[1024328,304838],[1026049,304513],[1026733,313919],[1033413,330277],[1035805,328524],[1024620,329013],[1036386,328160],[1034353,330011],[1033212,321710],[1026306,345030],[1024104,337016],[1034665,339742],[1030921,337113],[1035426,336240],[1030876,336868],[1035478,336605],[1029937,342981],[1031133,337034],[1031338,356864],[1028554,354030],[1024563,348703],[1032213,355299],[1024255,370964],[1027842,368707],[1030432,361832],[1027370,364915],[1027234,368099],[1030628,371391],[1026613,373312],[1027887,373405],[1024368,375231],[1030113,372200],[1027002,373739],[1032109,479872],[1034759,481390],[1032458,477583],[1036114,481117],[1035901,488069],[1034452,491556],[1033830,490159],[1033261,491615],[1033669,498794],[1033454,511244],[1036254,504019],[1033284,508339],[1031119,499951],[1031989,516012],[1036768,513661],[1029072,523435],[1027826,522531],[1035272,516555],[1027275,518057],[1033153,513263],[1034666,513628],[1034378,514072],[1035040,514719],[1032391,516955],[1030156,515880],[1032822,513467],[1035158,512625],[1026159,513890],[1024049,518432],[1030307,518988],[1034712,533807],[1033297,532126],[1032082,528758],[1026602,536428],[1030223,533538],[1027917,534047],[1033589,532283],[1025951,537585],[1027948,537080],[1034339,531455],[1034510,526962],[1034784,527698],[1027479,525465],[1030254,545225],[1029678,548375],[1034539,538593],[1029874,549102],[1032500,539388],[1024318,547859],[1029070,546973],[1036633,541958],[1035174,538980],[1026277,546627],[1028134,544666],[1032864,553596],[1030395,558089],[1026998,551044],[1030511,557936],[1029812,558192],[1033946,558435],[1025456,551571],[1031735,595901],[1029140,601665],[1030219,593284],[1024081,595488],[1029675,601243],[1030871,598054],[1029544,592239],[1024754,594487],[1036103,601124],[1034233,596294],[1035159,596928],[1030519,591403],[1028781,594237],[1027169,596084],[1024201,592267],[1024558,600336],[1025077,599339],[1026064,597273],[1032164,600371],[1035639,612775],[1028272,614119],[1029321,604822],[1026456,607922],[1033738,603178],[1032547,613532],[1027478,602726],[1024599,605456],[1036224,605031],[1031116,605910],[1034121,605958],[1032409,603802],[1032459,602411],[1036407,612320],[1033517,607271],[1034357,613540],[1034139,612028],[1031225,613449],[1026651,603456],[1028014,607793],[1024820,607462],[1028455,609136],[1025580,608861],[1031836,606855],[1033248,613566],[1042658,-165019],[1043074,-165721],[1040749,-169238],[1040557,-171525],[1038917,-170792],[1040758,-174033],[1038488,-175776],[1040812,-176806],[1039915,-177008],[1038984,-176932],[1036925,-178638],[1048656,-178743],[1048848,-177896],[1047523,-178199],[1046561,-178957],[1046491,-178968],[1037531,-190596],[1049081,-179781],[1044693,-179338],[1044338,-181169],[1042658,-181879],[1041992,-181105],[1042563,-179685],[1043862,-179234],[1044359,-180211],[1047948,-179596],[1047185,-85897],[1039094,-93337],[1047168,-93168],[1040703,-93503],[1039915,-91184],[1047462,-104027],[1048397,-103024],[1045759,207252],[1045024,207176],[1047957,206679],[1046454,210551],[1046721,210392],[1049459,209314],[1048845,209570],[1048975,209660],[1046581,458173],[1041983,460836],[1047181,455201],[1042740,464390],[1042837,465363],[1045856,461552],[1046431,473206],[1042592,467455],[1042061,462372],[1037067,486431],[1046865,485464],[1046572,478252],[1043938,482037],[1038922,480623],[1049100,478491],[1043203,480293],[1040369,483824],[1048373,481411],[1037020,482125],[1046831,479183],[1041518,498590],[1039060,495426],[1041181,493750],[1040258,492882],[1049253,495452],[1041146,492465],[1042626,491729],[1037100,498654],[1042443,494842],[1041385,492687],[1049049,494441],[1048945,496678],[1043408,487353],[1049369,494635],[1042864,494824],[1042864,509666],[1042004,509486],[1039689,504136],[1040735,508209],[1039427,505546],[1047016,500770],[1038206,501061],[1049447,507823],[1040342,504036],[1047366,508201],[1044924,509325],[1046234,500005],[1047078,510889],[1045673,511740],[1045682,514178],[1045994,513191],[1037769,531392],[1043289,532717],[1039396,531414],[1044302,539020],[1048331,538262],[1037924,549614],[1038562,545512],[1045559,550202],[1045227,543671],[1042661,545988],[1040029,538142],[1040335,544002],[1042882,547926],[1047071,545083],[1041539,542751],[1037734,539437],[1041223,538839],[1037803,597041],[1038664,598205],[1038464,598887],[1038468,597535],[1037850,598644],[1040440,610413],[1037217,604229],[1040913,612767],[1044198,608782],[1042715,611350],[1046838,613273],[1038612,614052],[1041185,614057],[1036833,609078],[1038426,609737],[1041823,611147],[1043073,605380],[1036838,603364],[1039726,604485],[1042083,608159],[1045958,610710],[1047224,615719],[1042681,618659],[1047057,616549],[1047334,615475],[1040078,624072],[1039646,619010],[1039529,620945],[1044239,618994],[1048011,615514],[1046913,624742],[1044350,620388],[1048645,620701],[1045668,619298],[1042031,626485],[1038824,620460],[1041731,620554],[1048708,626228],[1042384,622723],[1043881,619172],[1045692,619789],[1038940,624372],[1037092,624519],[1046937,628516],[1047482,633290],[1042151,627968],[1045164,630820],[1047263,632573],[1045316,630500],[1047203,629600],[1040087,631685],[1042164,638210],[1039871,640035],[1037640,631651],[1043970,637197],[1042847,636984],[1041138,638897],[1039900,638578],[1038504,627521],[1047017,639329],[1037584,635052],[1038953,632578],[1046456,634627],[1037569,633538],[1052754,-135602],[1050525,-134468],[1057210,-136618],[1058657,-138434],[1061709,-170798],[1060599,-170955],[1052507,-171355],[1051821,-171283],[1052152,-173077],[1051018,-177511],[1050411,-179110],[1055027,-183170],[1054644,-182393],[1055847,-182039],[1057221,-182793],[1059466,-86096],[1049607,-94690],[1055916,-113248],[1052414,-107795],[1056395,-108035],[1050548,-107368],[1050492,452804],[1050066,457359],[1052588,463976],[1053131,461629],[1060589,472063],[1049618,466130],[1054612,478178],[1061975,484503],[1062153,475639],[1060105,478489],[1060202,474630],[1051410,479294],[1055324,474812],[1062363,477390],[1061502,479858],[1051878,495687],[1050141,491278],[1060356,489309],[1051615,497490],[1051844,491257],[1052122,497517],[1056150,498339],[1054077,492713],[1052124,496012],[1049635,491084],[1052993,501101],[1057756,506497],[1061369,500384],[1056009,502932],[1057304,507427],[1059483,500292],[1059709,507348],[1052828,499714],[1056798,501695],[1052054,515892],[1052217,515700],[1053267,516890],[1062309,515385],[1058648,514567],[1057188,516304],[1059100,534402],[1058331,533480],[1050235,533778],[1055597,525487],[1060852,527170],[1059782,533768],[1054950,531733],[1052022,544348],[1057578,544913],[1054111,547061],[1058155,546761],[1055027,545157],[1056935,540086],[1061928,543343],[1053508,543321],[1061124,541851],[1056756,590645],[1057777,593529],[1053947,618914],[1060620,621385],[1061310,625981],[1053956,619288],[1057026,621959],[1050258,622357],[1059138,625499],[1052863,624711],[1055299,617677],[1050491,618796],[1052860,619461],[1052859,619767],[1058219,625241],[1059073,625179],[1054483,622273],[1059089,630371],[1051262,629854],[1060080,627549],[1057164,636663],[1055872,636220],[1056769,636544],[1055051,635024],[1062192,629571],[1050363,640078],[1060414,630514],[1058966,634518],[1058113,634618],[1057962,639441],[1057508,636825],[1060240,637958],[1059029,632812],[1056504,637877],[1061813,637985],[1061100,629964],[1071240,-120732],[1071450,-118973],[1062976,-139214],[1062849,-133278],[1070821,-137676],[1070903,-139889],[1065105,-137558],[1065578,-138054],[1063875,-146168],[1071503,-156724],[1065086,-173842],[1065258,-172198],[1067472,-175638],[1068713,-176922],[1066560,-177815],[1064560,-172116],[1063875,-171298],[1062545,-81324],[1072321,-78206],[1071811,-87073],[1072488,-86121],[1068229,-82818],[1063164,-84242],[1062561,-99078],[1064252,-91716],[1069526,-90256],[1063281,-97305],[1073034,-100780],[1063451,-110771],[1070317,-108413],[1065191,-110377],[1067311,-108178],[1072056,-103257],[1068968,430451],[1068403,427188],[1065991,428592],[1069986,429859],[1066162,427906],[1069445,427357],[1070557,453354],[1069841,452558],[1070301,454143],[1068546,454168],[1065747,471062],[1071474,473361],[1075145,468481],[1074130,463989],[1063881,470616],[1070274,466112],[1068558,465344],[1070016,469748],[1064539,471956],[1071017,465189],[1069867,472131],[1065859,472478],[1063647,471241],[1062814,473716],[1062812,484427],[1067128,478276],[1064973,484610],[1062877,481955],[1065996,482143],[1062645,478623],[1062468,474872],[1067917,478752],[1066053,484070],[1071187,475238],[1073352,481153],[1071323,481868],[1071997,477608],[1074958,484827],[1071354,478301],[1067557,487562],[1065132,495625],[1065833,491220],[1066489,496106],[1065229,494664],[1063703,505216],[1073293,522611],[1063258,517353],[1072446,517469],[1063462,515907],[1073991,516137],[1063228,525814],[1068734,528984],[1068521,525886],[1065713,536562],[1065875,544962],[1073109,545092],[1064415,540114],[1064164,544401],[1074977,544821],[1073166,544265],[1063023,539241],[1064921,539598],[1070878,587477],[1071548,588629],[1068317,585937],[1074030,587221],[1064152,590346],[1064630,594268],[1069802,590810],[1071871,592908],[1069750,589242],[1064868,590567],[1067075,595447],[1062677,594981],[1071028,590773],[1065203,627220],[1064192,626768],[1074703,626871],[1073112,626950],[1067039,623289],[1066430,623678],[1066807,626504],[1065423,626613],[1066345,627291],[1065570,627330],[1070908,632244],[1074751,628597],[1072242,627720],[1069360,630093],[1074295,634459],[1067233,628231],[1064927,628741],[1075188,630348],[1069440,627864],[1070150,629892],[1072560,628390],[1063638,639860],[1071525,636002],[1073109,637357],[1064088,635993],[1072454,636906],[1070274,633045],[1068950,635104],[1067045,637115],[1075111,637192],[1073108,638848],[1066762,638336],[1067167,639398],[1064389,631686],[1064004,631346],[1063913,628970],[1069768,639671],[1069263,637414],[1066039,634547],[1064859,634506],[1077277,-122643],[1078347,-122620],[1077767,-123779],[1075736,-123500],[1075884,-121243],[1078677,-120359],[1078242,-121524],[1076724,-125846],[1075262,-124653],[1080231,-134372],[1077419,-130875],[1083742,-143356],[1086710,-144536],[1080930,-155474],[1077367,-87221],[1077892,-88910],[1077059,-98604],[1084978,-94218],[1076513,-96826],[1079226,-104865],[1081115,-104759],[1082584,457036],[1080036,459707],[1082670,457417],[1081648,460697],[1081864,462844],[1075730,463015],[1083162,463819],[1075911,471727],[1075251,486156],[1078611,475060],[1083130,478659],[1080427,475217],[1078621,477110],[1076199,481864],[1079996,480566],[1079996,493216],[1075642,488879],[1075403,504877],[1084120,508056],[1075420,503809],[1078223,505127],[1081434,505346],[1081016,504646],[1080139,503248],[1082977,500977],[1084584,503525],[1078003,503229],[1086608,504904],[1075683,519127],[1077007,531769],[1080522,529919],[1081020,538306],[1077305,544644],[1075881,538643],[1077364,587189],[1076374,584794],[1085558,636139],[1084298,633216],[1078825,628898],[1076585,636390],[1081061,636442],[1084047,632738],[1087686,632850],[1083120,635785],[1080771,632400],[1075860,636170],[1077195,638284],[1086533,639275],[1085301,636220],[1084309,639551],[1082876,635675],[1082406,633910],[1081314,628264],[1080708,631254],[1081526,633899],[1079532,638956],[1075413,639579],[1081870,639799],[1077414,638362],[1080470,639959],[1099246,-124908],[1088874,-132664],[1097835,-128824],[1095310,-54420],[1097917,-70161],[1090113,-88125],[1095387,-82557],[1094922,-98685],[1096841,-90956],[1089555,-96631],[1096271,-98789],[1096399,-93479],[1096482,-89757],[1091867,-99677],[1089863,-105965],[1099180,460131],[1096195,454820],[1092700,455163],[1096082,458451],[1096780,458737],[1095695,455002],[1092694,454875],[1098887,458703],[1099465,464772],[1098588,465119],[1090973,505623],[1088558,505065],[1098513,625936],[1095472,626175],[1097385,633613],[1090717,639730],[1094370,634869],[1091577,628833],[1090380,632764],[1088215,637033],[1096094,627773],[1100489,632341],[1100551,636886],[1099420,637947],[1099635,628060],[1091044,639584],[1091753,638887],[1092993,630965],[1091240,633843],[1094769,634037],[1097110,630063],[1100236,637985],[1095889,636657],[1095125,633931],[1095625,640143],[1093264,640190],[1097878,639895],[1101776,-118649],[1103083,-118659],[1104238,-118873],[1105829,-120219],[1103379,-119911],[1101893,-126734],[1103945,-128369],[1101820,-129903],[1104281,-135744],[1111997,-152783],[1112745,-152590],[1113359,-182710],[1112318,-181694],[1112143,-182459],[1111713,-182823],[1110224,-183210],[1112285,-183212],[1112216,-188424],[1112065,-189452],[1109262,-189018],[1110647,-189346],[1111071,-190928],[1101434,-37992],[1107626,-44516],[1101401,-55413],[1102869,-51079],[1102690,-54628],[1103812,-71333],[1109645,-65587],[1101941,-79299],[1106098,-87432],[1103538,-82430],[1103748,-87603],[1103147,-86992],[1110575,-85818],[1104433,-89624],[1106707,-90765],[1110551,402110],[1111339,398558],[1107661,403518],[1111364,401391],[1107444,473045],[1106837,470202],[1104565,469278],[1113199,479873],[1111422,473974],[1108036,475146],[1104731,499220],[1113152,486826],[1104688,496359],[1112524,489866],[1104257,504974],[1105371,503817],[1102236,502843],[1103804,501974],[1103117,502543],[1110451,580075],[1108296,583541],[1106510,587648],[1110989,587725],[1110484,587195],[1106033,591135],[1112004,589601],[1101210,624260],[1108913,623790],[1102503,623255],[1109179,625055],[1104917,626521],[1106020,619969],[1103911,620418],[1104583,621757],[1107706,623078],[1105363,623759],[1106544,622062],[1103628,625677],[1109161,621881],[1109634,625519],[1103016,630308],[1107644,634297],[1109558,633499],[1111035,631245],[1113088,635687],[1101086,628392],[1110522,638527],[1102346,634289],[1103981,631908],[1109673,639742],[1104221,634867],[1106048,636344],[1109247,631050],[1110651,635325],[1112897,629787],[1112219,629646],[1108653,630867],[1110545,638622],[1104644,629226],[1107004,639994],[1106125,637726],[1113115,639324],[1114821,-182820],[1115711,-181782],[1114730,-181786],[1113749,-188674],[1114091,-189163],[1115380,-187413],[1115493,-185956],[1116177,-186181],[1115723,-185395],[1121834,-36307],[1115755,-31780],[1113650,-42687],[1123654,-39710],[1123831,-45081],[1124324,19610],[1122797,30411],[1118213,403898],[1118150,400980],[1118194,398226],[1117058,402384],[1125405,400976],[1119780,403506],[1117073,398058],[1114183,406020],[1125334,404728],[1122285,433859],[1121296,426345],[1124905,426189],[1121289,426377],[1126228,431463],[1120994,434144],[1120540,431026],[1124871,426387],[1124220,424794],[1123912,426528],[1123236,440378],[1123937,438329],[1123501,454845],[1125957,457962],[1123913,456293],[1121932,461036],[1123483,485266],[1116803,476383],[1123787,485341],[1113860,476534],[1113684,482585],[1114133,485018],[1113775,484244],[1115331,479830],[1123713,496766],[1124451,493973],[1120288,489552],[1123295,489460],[1120355,496079],[1114280,492326],[1125457,498194],[1117707,498110],[1125702,492165],[1122051,488889],[1123421,492575],[1123414,496600],[1115647,492338],[1114290,488621],[1114175,505306],[1121499,501525],[1117754,503826],[1114205,508307],[1116068,502941],[1117574,503105],[1125598,507497],[1120391,499462],[1120851,499759],[1116198,512277],[1120699,512919],[1125149,574842],[1121553,575326],[1125406,580529],[1126274,583910],[1125334,585850],[1119880,577435],[1116964,578329],[1113849,582692],[1115178,583290],[1120575,577787],[1116161,578534],[1114669,584932],[1124994,591868],[1123382,589364],[1121540,589700],[1124883,591882],[1121582,589326],[1121536,626159],[1119395,623887],[1115233,624937],[1123009,621580],[1121944,620245],[1124149,620865],[1125897,623713],[1118900,621773],[1116496,624687],[1119051,626934],[1120388,622956],[1122866,625911],[1119974,620993],[1124131,636356],[1118220,634198],[1115613,630219],[1115067,628347],[1125746,635733],[1123860,635605],[1122653,636133],[1120553,632863],[1122062,633470],[1114619,631864],[1114108,628011],[1114100,635388],[1125401,637200],[1116409,634827],[1120066,631955],[1118822,628231],[1116834,630796],[1122988,638527],[1116843,637211],[1117576,640119],[1120051,639977],[1118018,637521],[1118169,637448],[1115328,639915],[1132016,-145240],[1131960,-145909],[1132020,-177078],[1134846,-175115],[1135651,-172302],[1135524,-170193],[1133903,-170746],[1132587,-172077],[1131338,-172559],[1136718,-169383],[1134233,-169909],[1136423,-174886],[1139063,-176519],[1138322,-177030],[1138256,-167993],[1128921,-181355],[1131498,-180149],[1138834,-5675],[1135820,-6701],[1134638,-5258],[1133391,-19858],[1132531,-24732],[1133369,-32883],[1127684,-43174],[1137918,-47841],[1130874,-58388],[1131725,-54925],[1133869,-54230],[1134434,-58462],[1138002,-106642],[1138085,-107795],[1135933,-109406],[1133292,-112281],[1131599,-113770],[1134137,-112917],[1138357,8836],[1128993,14803],[1132752,20631],[1136121,13506],[1128476,16929],[1129683,21994],[1136269,26912],[1134765,30927],[1128088,403555],[1128176,403600],[1133477,404887],[1133235,409146],[1136048,406816],[1130870,406026],[1133901,408241],[1126643,434156],[1131999,432741],[1127702,425234],[1135410,430008],[1132579,434179],[1129649,432661],[1131543,423919],[1126509,431330],[1135752,433286],[1132413,446874],[1129735,447765],[1136356,448092],[1132830,443076],[1128447,439138],[1132669,436484],[1128962,443313],[1139077,438834],[1133483,442156],[1131619,439375],[1129889,444068],[1129823,449837],[1128892,453282],[1129241,451342],[1128412,459928],[1135647,472034],[1134292,472700],[1131838,462953],[1131304,468160],[1128027,462286],[1129473,472532],[1130259,468533],[1131037,469502],[1132871,473399],[1130568,462771],[1131657,479955],[1132795,481482],[1128569,477150],[1130121,477936],[1128712,482040],[1127565,482495],[1129577,483445],[1127646,479107],[1132049,478185],[1130811,482669],[1126600,482725],[1128482,483606],[1128315,489653],[1126647,509265],[1126869,507158],[1132705,576089],[1134104,574472],[1137642,580371],[1136698,576996],[1132934,579582],[1128469,581242],[1129095,583320],[1131220,584888],[1134833,582934],[1135501,586573],[1137312,583009],[1133456,578535],[1130718,576361],[1129532,578767],[1128779,582693],[1127646,588649],[1127809,582173],[1131706,584453],[1136961,586985],[1126657,587540],[1128464,589090],[1133619,613949],[1137133,612161],[1136990,613416],[1135386,612945],[1138005,622508],[1137107,622478],[1135311,625768],[1126562,620806],[1126840,626278],[1131981,620723],[1137811,617443],[1135811,624331],[1136214,621488],[1128070,624707],[1134838,619001],[1134877,620299],[1136522,622016],[1128104,619920],[1129927,626962],[1133495,625350],[1129174,621315],[1136405,616883],[1130636,626007],[1137993,626221],[1136527,622169],[1130408,618649],[1132093,625860],[1128131,622487],[1136112,626537],[1136692,620224],[1134591,617896],[1130636,618679],[1132945,622959],[1130809,622682],[1138547,632780],[1135404,638093],[1136956,628188],[1139146,639904],[1127917,638077],[1138281,635610],[1127657,628260],[1136493,629150],[1129749,637416],[1130518,637676],[1130210,631458],[1138282,634775],[1133923,636042],[1129861,630163],[1131413,630397],[1133183,635319],[1142502,-115119],[1142934,-120943],[1144048,-120351],[1143770,-122624],[1150536,-137070],[1149791,-135553],[1147823,-131490],[1151344,-134715],[1150576,-140257],[1150851,-141591],[1150265,-140724],[1151758,-175039],[1149236,-175456],[1147996,-173366],[1147502,-171650],[1146830,-170756],[1143451,-170078],[1140988,-170380],[1144180,-10736],[1145174,-7608],[1147874,-6024],[1139821,-886],[1149378,-6892],[1144499,-12455],[1149072,-5424],[1146080,-6096],[1147480,-10209],[1147615,-8040],[1150199,-3707],[1144381,-6955],[1146105,-18027],[1145036,-19134],[1141895,-17925],[1145155,-19240],[1147100,-19614],[1146539,-18854],[1142713,-24116],[1140146,-37178],[1143554,-30078],[1142723,-46012],[1150976,-106467],[1146088,-108177],[1145462,-110493],[1148332,-111278],[1141577,-113451],[1141202,7366],[1141915,24936],[1143570,27651],[1139569,432613],[1139558,433719],[1150040,447265],[1151883,435554],[1146942,446900],[1141654,437884],[1151609,455321],[1148469,457587],[1150376,466483],[1150752,471625],[1151905,472333],[1147507,463910],[1147741,467695],[1149856,469314],[1147410,463745],[1145293,467156],[1148716,498209],[1141026,572760],[1146299,573210],[1140088,569335],[1141795,574977],[1141401,573777],[1143177,575451],[1145655,575114],[1141301,578689],[1139758,583833],[1139819,579637],[1144259,578758],[1139713,577396],[1143184,580328],[1139634,610549],[1151229,611802],[1146018,611908],[1140644,613086],[1147141,613459],[1151911,612211],[1140349,617020],[1148817,620141],[1146406,614891],[1143263,619865],[1149385,622529],[1149457,625434],[1139985,621354],[1143624,620589],[1151117,623476],[1145198,622295],[1149463,615497],[1140449,616903],[1146622,616432],[1141845,624708],[1141784,626849],[1141153,619348],[1142076,621061],[1145724,618714],[1144967,622432],[1147823,622351],[1139214,631248],[1147157,635946],[1144882,639207],[1140592,627472],[1148846,633114],[1148957,636396],[1147020,639838],[1140598,639903],[1149504,630466],[1151717,629652],[1150785,632041],[1148451,632370],[1149058,635201],[1151000,633322],[1147114,632533],[1141854,633487],[1142226,633428],[1151073,637127],[1145288,636282],[1145667,636614],[1141129,635555],[1139483,635192],[1149027,630015],[1145647,631454],[1144234,631794],[1148732,640185],[1144990,631000],[1150265,635661],[1147156,633282],[1148301,637728],[1145060,635865],[1144825,630586],[114981,-22398],[111660,-30920],[114007,-39117],[113665,298687],[114591,294655],[113228,337659],[111753,343989],[112036,45462],[111951,42993],[114603,57794],[111902,75652],[114840,72953],[106673,77233],[112814,102547],[114328,109956],[109186,107186],[105983,106741],[112247,104655],[103077,107234],[112329,103430],[115098,112598],[109008,110979],[112101,112395],[104292,111544],[106072,112463],[109321,111357],[110049,113636],[109870,112051],[108316,113710],[109136,115312],[103692,111402],[103365,115028],[102727,122232],[114845,117245],[114218,116338],[113812,115798],[113787,116151],[102935,116201],[103012,125974],[104773,126300],[107427,122610],[114059,122436],[111691,127263],[1156689,-116552],[1159189,-115544],[1154672,-137714],[1157066,-138028],[1156688,-132791],[1159870,-143022],[1158949,-142332],[1152254,-141279],[1153370,-141628],[1152340,-141996],[1163137,-146828],[1164256,-148159],[1163514,-145169],[1164446,-151076],[1162963,-152893],[1161286,-147945],[1160555,-144602],[1159560,-145300],[1162158,-145049],[1152900,-175487],[1162506,-178722],[1158738,-49810],[1160600,-46094],[1162866,-47425],[1163821,-50161],[1156024,-57555],[1154934,-55359],[1156313,-53171],[1158529,-53532],[1158110,-51357],[1164021,-55592],[1161602,-57269],[1161319,-60639],[1164495,-61445],[1163376,-73073],[1158414,-74359],[1159166,-73857],[1160352,-73180],[1160876,-72896],[1163938,-72710],[1160458,-72800],[1162558,-102112],[1161709,-109824],[1163323,-105025],[1160576,-102451],[1160622,-105293],[1157092,-106672],[1152011,-108033],[1155362,278366],[1155332,432346],[1157615,432823],[1155014,432427],[1154225,429929],[1158706,427596],[1163145,430431],[1164126,428743],[1157049,427498],[1160247,427093],[1161193,431326],[1160280,437095],[1154201,437258],[1159323,442174],[1153661,446913],[1155531,439184],[1155420,440397],[1164702,448080],[1158852,438212],[1161395,437471],[1152201,435990],[1152322,440927],[1160856,440977],[1156573,436986],[1153197,460657],[1152772,454821],[1157578,460771],[1163549,459897],[1157733,450207],[1160858,457711],[1163398,454751],[1152206,449105],[1155063,452105],[1154971,458123],[1158357,452992],[1162080,457614],[1164563,456566],[1156149,472696],[1157152,470130],[1162268,466018],[1157846,461561],[1162556,463747],[1161295,464828],[1154434,469100],[1159029,466499],[1154673,472827],[1152442,461231],[1164614,462983],[1154421,464873],[1159805,465389],[1156480,465294],[1164095,474664],[1163737,475110],[1159077,487376],[1159227,491798],[1159938,496059],[1158445,496500],[1159580,610137],[1164028,611556],[1157160,610207],[1158592,614137],[1159153,611351],[1155867,609210],[1162962,610406],[1156635,613082],[1159345,610816],[1152224,609808],[1163787,613782],[1154477,613589],[1157271,611220],[1153238,610269],[1163431,625375],[1157570,621427],[1156705,621126],[1163118,624475],[1157429,615489],[1156253,623731],[1154274,615161],[1158064,623000],[1156853,620826],[1162006,621493],[1156416,624295],[1152764,614623],[1152064,615406],[1159411,626548],[1154603,619485],[1153256,621162],[1162424,623663],[1161112,620030],[1161763,621728],[1164069,620602],[1155215,615755],[1157350,614701],[1156008,626891],[1164606,619225],[1157376,620583],[1163014,624202],[1164363,620085],[1155151,625482],[1164266,638153],[1164194,632968],[1162925,638609],[1163411,635010],[1162929,634899],[1162783,634113],[1162418,637271],[1160825,638107],[1161362,639592],[1164788,630850],[1157841,637157],[1155334,630997],[1163584,632112],[1159023,638578],[1155054,636942],[1159080,638632],[1152089,637923],[1161888,633914],[1156769,629282],[1155627,633726],[1159274,629299],[1162356,633012],[1165988,-144899],[1165626,-148275],[1166883,-149896],[1177406,-161293],[1176336,-155209],[1174151,-155595],[1169997,-17387],[1169094,-17036],[1168631,-16359],[1171326,-20011],[1170635,-20870],[1169550,-23128],[1166768,-24338],[1166612,-25764],[1169768,-26043],[1169538,-28548],[1171260,-27379],[1171378,-30043],[1173173,-31325],[1165365,-62003],[1170183,-71298],[1166115,-70619],[1168684,-73597],[1170368,-72206],[1172834,-72595],[1174864,-72093],[1176828,-73646],[1176094,-75149],[1171869,-74960],[1168183,-74439],[1173378,-100563],[1172061,-99146],[1170240,-97524],[1168166,-99465],[1166975,-99961],[1166670,-105197],[1171573,-103433],[1169778,394453],[1169924,393239],[1165955,405297],[1168155,400415],[1171159,408361],[1166265,409502],[1168025,402519],[1169179,399424],[1170093,408061],[1167201,406758],[1173318,412688],[1175296,416381],[1175603,411119],[1173394,419741],[1175628,427514],[1174611,430902],[1165142,425600],[1172839,432521],[1176154,426851],[1168974,431577],[1174468,429208],[1172566,431503],[1173416,431748],[1176514,438739],[1165060,447740],[1164935,446802],[1169949,438208],[1170947,441778],[1175673,437126],[1165542,444813],[1166988,439975],[1166141,446103],[1168344,438261],[1168599,443176],[1172181,436026],[1165609,472041],[1166276,467446],[1167271,473083],[1165464,467434],[1165527,463162],[1168609,463745],[1170672,466455],[1165717,463185],[1170657,465108],[1172735,462427],[1169821,613413],[1170301,615793],[1170501,623836],[1171881,616550],[1168524,619719],[1172592,616211],[1173473,619827],[1173283,615391],[1174934,626950],[1171438,626856],[1172434,617325],[1175973,624848],[1168990,617211],[1169380,615873],[1169369,617810],[1172962,624330],[1171232,624746],[1175184,627145],[1176274,617520],[1176676,620598],[1175005,619554],[1167444,619198],[1168488,615013],[1167911,620412],[1166308,615466],[1168818,617076],[1165917,624998],[1166665,626344],[1168438,616790],[1165813,616760],[1167708,616528],[1166249,616140],[1173510,628015],[1172600,639669],[1168722,632264],[1175018,637330],[1175326,633781],[1165944,635891],[1166532,638042],[1175377,635705],[1175601,632610],[1167856,631481],[1167589,634926],[1174272,637361],[1177462,631758],[1173513,628775],[1173003,632691],[1171211,632729],[1170043,637157],[1169446,632273],[1172749,639047],[1176892,639531],[1174531,637020],[1165512,629034],[1181592,-163816],[1178505,-165984],[1178384,-156350],[1189651,-173124],[1180602,-175412],[1183039,-172258],[1186617,-169775],[1187283,-190819],[1189135,-187350],[1182662,-190255],[1178535,-184334],[1179447,-180080],[1186938,-192577],[1178084,-193483],[1178834,-71251],[1184243,-73430],[1179677,415978],[1181328,414960],[1178747,414067],[1181564,415211],[1179858,417395],[1177949,425564],[1180126,432981],[1186830,425277],[1179763,428956],[1178769,433369],[1178929,424146],[1184306,424704],[1179518,427681],[1178896,434608],[1178401,619973],[1177884,627358],[1178273,618570],[1177921,622271],[1177743,622374],[1177679,622222],[1178570,628789],[1196486,-158041],[1193170,-157281],[1193526,-167203],[1198929,-190512],[1195891,-189395],[1197500,-186741],[1193797,-180413],[1191281,-183562],[1198848,-193870],[1196145,212116],[1195689,212091],[1194027,221337],[1202917,228766],[1201876,238064],[1200935,238130],[1202270,235393],[1202054,46706],[1202764,43955],[1201589,45473],[1200411,45220],[1198847,56516],[1199806,52799],[1202550,58072],[1202930,61320],[1198955,54739],[1202530,60792],[1198042,65833],[1198933,66335],[1201773,68696],[1201423,72739],[1208494,-3157],[1206653,-1968],[1204540,-2103],[1204315,-4022],[1205808,-7024],[1207709,-6767],[1209983,-5979],[1208559,-6448],[1214877,216771],[1208959,224803],[1208186,221255],[1210112,220905],[1206206,227153],[1207739,223960],[1206612,222854],[1206039,224835],[1214314,218159],[1205239,232118],[1214231,634574],[1215609,629008],[1215069,632941],[1215491,628748],[1215503,631709],[1207755,73614],[1209860,69967],[1203571,74087],[1214969,73629],[1207148,74943],[1209659,69790],[1208790,73375],[1212209,75179],[1206582,66708],[1206091,69610],[1213563,77429],[1213280,77354],[1203733,77660],[1214206,84557],[1211967,77862],[1214262,85760],[1228661,-11103],[1228675,-9701],[1221599,-11822],[1222369,-11772],[1227158,-13858],[1226893,-13133],[1227492,10569],[1227612,9629],[1228562,11011],[1223672,4957],[1227104,4968],[1225430,7435],[1225750,6497],[1227796,5377],[1224784,6905],[1227525,6359],[1217181,626537],[1222702,626526],[1221087,624959],[1217504,627196],[1219201,625053],[1218299,623500],[1222262,631404],[1218286,631269],[1219379,635544],[1222365,632012],[1220781,629931],[1219083,630426],[1220566,631116],[1217889,634494],[1216677,634123],[1221491,632121],[1219462,633648],[1219668,631944],[1216108,630514],[1219371,628983],[1218016,629931],[1223326,627518],[1223781,628809],[1221207,629542],[1217212,635238],[1222044,632504],[1219185,628576],[1220013,627836],[1219660,73417],[1225767,71597],[1218670,72340],[1225401,73646],[1224147,71461],[1220161,72009],[1226050,74248],[1223425,79581],[1227249,83378],[1227497,77181],[1224068,82825],[1220867,79708],[1226837,83945],[1220993,86478],[1217207,77026],[1224374,79931],[1228672,82544],[1228712,78717],[1220727,80498],[1225327,97132],[1226305,98204],[1223739,91259],[1222799,92483],[1226571,101036],[1226481,114101],[1228336,113788],[1228984,-9194],[1229780,-9027],[1228993,6576],[1230957,12327],[1229977,13014],[1230479,13959],[1233199,43945],[1234296,43609],[1236674,50177],[1240706,533765],[1238005,537040],[1240643,534658],[1237897,537433],[1235995,541252],[1239867,547707],[1240847,548249],[1235844,548969],[1237326,541237],[1237179,543127],[1236246,543410],[1237545,548031],[1239802,538646],[1238855,549904],[1235910,543206],[1239422,561202],[1240883,553797],[1237457,553058],[1240843,558492],[1238992,559951],[1240536,561310],[1241141,563515],[1240443,568670],[1241555,568804],[1237446,52006],[1235359,52864],[1232562,53855],[1232641,51765],[1231273,53245],[1231917,57374],[1231045,56319],[1230934,57836],[1232017,55200],[1236482,73740],[1237001,72736],[1233313,73228],[1231151,83713],[1234187,84876],[1231827,86731],[1239227,86330],[1229739,78426],[1231641,86552],[1239427,88514],[1233080,83336],[1235860,84436],[1237243,96387],[1235156,94310],[1239526,92357],[1240609,94544],[1232176,94039],[1231174,92992],[1232756,93940],[1239774,103064],[1233224,115076],[1237110,105510],[1228978,115081],[1229489,114894],[1233200,116016],[1241013,121255],[1234023,116432],[1231110,116065],[1240591,120957],[1235381,119877],[1233765,116343],[1253702,195640],[1248687,240968],[1252637,42947],[1252988,39915],[1247007,532057],[1251142,533481],[1250647,536918],[1245949,535880],[1248053,531017],[1251881,530721],[1244656,535704],[1247735,536959],[1245139,531794],[1246966,534882],[1251188,547663],[1242433,544547],[1243947,541545],[1246481,539815],[1247791,550475],[1247360,542432],[1242820,549517],[1245754,549051],[1246824,538060],[1245659,546334],[1246330,549953],[1245640,544558],[1250210,539510],[1251766,540873],[1253700,542014],[1251701,545317],[1251540,546235],[1249018,538190],[1253514,552846],[1252759,561828],[1244833,558192],[1252078,553065],[1241649,552967],[1249305,552501],[1250533,561720],[1247294,558674],[1246092,551196],[1242433,561038],[1246935,552624],[1242434,558408],[1242204,557074],[1245397,560222],[1243533,558586],[1250086,562312],[1252100,563211],[1243620,553075],[1242593,554996],[1245660,557116],[1248273,553011],[1247701,569895],[1253343,568237],[1248375,568166],[1244649,564932],[1248760,570322],[1246843,564790],[1252995,568749],[1252297,567133],[1253597,565556],[1247936,570081],[1254067,564275],[1250163,564794],[1242942,568866],[1247045,566451],[1241876,73935],[1242796,76570],[1244031,75829],[1248674,89116],[1244647,84687],[1244650,85172],[1243586,79042],[1249808,86341],[1242770,78836],[1248959,86706],[1247031,83749],[1244022,97267],[1242983,94268],[1242856,105267],[1250713,114723],[1242874,104298],[1253977,118338],[1243603,122138],[1243122,121989],[1243459,122676],[1243886,121999],[1259106,48923],[1256071,45722],[1258214,50926],[1264069,45400],[1254963,541328],[1254775,545790],[1255755,548509],[1254632,550485],[1256701,122208],[1277520,548921],[1277436,547701],[1276459,556451],[1279237,554335],[1277649,551745],[1276424,551058],[1276680,556240],[1277027,554741],[1278412,557181],[125322,-5147],[127163,-7598],[116907,-8251],[118809,-266426],[121014,-263328],[119429,-275364],[119389,-276308],[121071,-276684],[119936,-276902],[119418,-276954],[121033,-275753],[120261,-275151],[120504,-274789],[120909,-274339],[121378,-275026],[119607,-275031],[118584,-276579],[117694,-277750],[117843,-277099],[120199,-276416],[120719,-277173],[126283,-277361],[125734,-278330],[127050,-277664],[126271,-275366],[125922,-279388],[127050,-275960],[127684,-276678],[127564,-275442],[127241,-274703],[126701,-272698],[126139,-273940],[125093,-272467],[124033,-270905],[121744,-271170],[123222,-274854],[123104,-275636],[122247,-276150],[123304,-276668],[123417,-278330],[122381,-278523],[124505,-277874],[125266,-276269],[124092,-276318],[126000,-277797],[125819,-273339],[124333,-277411],[123102,-276241],[124263,-276475],[123670,-277163],[125476,-276583],[125059,-277126],[127574,-307648],[125399,-308314],[122304,-19541],[117857,-20565],[122814,-14758],[122851,-17133],[125619,-18959],[117253,-33998],[120512,132965],[125180,128358],[125969,128473],[125936,128260],[120863,128334],[123807,130619],[126579,132013],[127958,128628],[125804,128329],[125123,128516],[123647,280602],[124962,291802],[124497,292858],[123098,285395],[125497,282359],[125168,300498],[122612,302334],[118878,297931],[123975,305973],[120998,302759],[125357,306531],[126865,306812],[127265,295564],[125040,313654],[123754,318614],[122737,312416],[126499,329417],[121454,330603],[116344,332587],[118856,328501],[123074,325171],[121266,321395],[124051,320858],[120572,334757],[117616,343362],[125365,336963],[127016,348974],[115806,56283],[116493,56378],[124936,76050],[122877,75489],[120469,73158],[124099,75268],[115459,71341],[126660,83685],[124537,77669],[123751,85160],[122022,85901],[125393,84863],[123794,85790],[115303,109170],[124323,110381],[118334,114716],[120391,112268],[124735,114070],[124946,111559],[123411,114139],[116839,114622],[117216,114574],[115849,111010],[115598,111531],[118884,112938],[120180,111854],[124137,114139],[124407,113909],[125035,104094],[122123,106455],[122501,117378],[124373,117170],[124180,118328],[123464,117160],[115810,117039],[126993,123742],[116703,121464],[115763,123608],[120159,119469],[118953,121259],[122428,123649],[124771,127650],[127299,123581],[-124550,-319720],[-121915,-319784],[-118951,-318524],[-125532,-321174],[-124350,-323379],[-121989,-331781],[-127609,-325030],[-117151,-332470],[-118300,-331974],[-125867,-321902],[-116327,-319909],[-119111,-333651],[-136870,-300812],[-137533,-304640],[-138424,-327946],[-131930,-322474],[-138955,-319928],[-144634,-305392],[-146082,-302806],[-147804,-301831],[-149075,-303168],[-150562,-303537],[-152008,-300845],[-152690,-301929],[-150611,-307637],[-148731,-308595],[-148543,-315521],[-148776,-314059],[-147355,-317336],[-148727,-319321],[-145119,-318793],[-145186,-317538],[-141705,-325871],[-145211,-321057],[-151235,-331268],[-152672,-326102],[-150780,-330470],[-143947,-322919],[-152581,-328297],[-147737,-402290],[-146916,-465893],[-161334,-306730],[-158988,-305296],[-160397,-305929],[-159618,-303655],[-155774,-302445],[-163149,-300864],[-156920,-300419],[-159848,-304890],[-160167,-302608],[-161068,-307458],[-154866,-312324],[-154891,-309620],[-154254,-311212],[-158236,-312369],[-164791,-308742],[-162764,-308556],[-165195,-307904],[-164880,-316936],[-156123,-318389],[-160037,-317937],[-162669,-317041],[-163495,-314018],[-159607,-321635],[-158103,-323187],[-163386,-320693],[-160725,-327748],[-154228,-321659],[-164566,-328165],[-165489,-334555],[-169153,-297801],[-167097,-299512],[-166718,-301298],[-169273,-299667],[-172277,-301367],[-170828,-302713],[-177914,-302770],[-172347,-303601],[-175705,-301142],[-176575,-301810],[-177977,-299947],[-179135,-302531],[-171895,-313892],[-172378,-313646],[-166704,-313451],[-168760,-324059],[-171579,-328727],[-173737,-340651],[-170030,-339022],[-172556,-338343],[-172757,-338034],[-185882,-299025],[-181028,-302227],[-179673,-333887],[-183058,-336419],[-10570,-345460],[-8926,-348116],[-12491,-407485],[-12453,-408896],[-9224,-405548],[-5150,-405200],[-15826,-302359],[-13875,-298042],[-16488,-303067],[-17015,-318153],[-14935,-319201],[-17845,-318561],[-23070,-333968],[-18729,-363748],[-22495,-383138],[-23597,-381124],[-21608,-380796],[-23130,-379959],[-18556,-383735],[-17843,-385890],[-20665,-386141],[-24292,-396110],[-18278,-394135],[-20664,-394160],[-19594,-392449],[-18214,-392567],[-13894,-390031],[-13511,-390357],[-20795,-396991],[-23603,-396916],[-23556,-398926],[-19921,-465408],[-497655,-68588],[-27735,-319558],[-26718,-318309],[-32060,-332472],[-33003,-329896],[-27641,-342523],[-25976,-334209],[-29753,-337980],[-33421,-335697],[-36286,-333476],[-31522,-333788],[-32976,-339775],[-37024,-335871],[-27259,-347092],[-34669,-350585],[-34502,-350327],[-33105,-353624],[-27772,-351955],[-31027,-403926],[-29571,-402446],[-26765,-403846],[-26606,-400284],[-25899,-396742],[-36965,-409474],[-38163,-429184],[-37269,-426660],[-29814,-458860],[-30406,-457983],[-507200,-61674],[-511084,-62165],[-505808,-76347],[-505366,-72896],[-506104,-79351],[-506826,-81709],[-509146,-86719],[-499672,-86437],[-500442,-88158],[-511439,-85487],[-509923,-100022],[-509687,-95471],[-505111,-101906],[-508979,-104714],[-505480,-103171],[-514608,-61795],[-516338,-61797],[-523238,-71774],[-513422,-85473],[-517238,-79494],[-516609,-89448],[-531360,-65024],[-530744,-67924],[-528935,-65911],[-39639,-329640],[-38922,-329568],[-43200,-340635],[-44778,-332972],[-48920,-333733],[-39996,-335813],[-38802,-334256],[-42616,-337357],[-50329,-343919],[-51196,-341985],[-46789,-346564],[-42993,-419927],[-40769,-446633],[-38789,-446695],[-40998,-435370],[-39378,-456234],[-40052,-448261],[-43351,-456268],[-56484,-442623],[-61619,-445039],[-61713,-449557],[-54723,-474711],[-71980,-337266],[-69757,-336379],[-68955,-335891],[-69610,-336704],[-74939,-340428],[-74866,-338981],[-69598,-394268],[-66414,-393287],[-68644,-392017],[-75692,-437202],[-78522,-340483],[-83206,-419959],[-90035,-412282],[-91474,-442586],[-92657,-456992],[-90581,-454694],[-114405,-319304],[-111749,-328127],[-113905,-322571],[-115012,-335219],[-103878,-419975],[-114068,-463935],[5385,-314745],[9663,-308450],[9004,-308689],[9267,-327623],[7642,-347593],[5080,-379002],[11731,-372003],[10634,-373978],[11491,-401228],[4421,-414420],[5543,-414217],[6717,-412774],[10079,-413001],[1876,-456628],[2066,-457590],[11660,-468945],[1564,-482912],[10380,-475927],[9480,-486999],[2159,-490828],[7060,-500580],[137872,-280348],[136852,-276062],[134958,-276349],[133841,-279677],[138105,-289378],[135963,-293761],[128278,-282801],[135764,-290799],[133945,-288533],[135569,-288910],[135893,-286029],[140692,-286247],[130447,-297750],[138496,-294297],[141967,-292528],[143341,-289038],[141155,-297614],[15863,-304649],[15543,-306494],[14880,-305831],[14224,-304392],[16550,-300433],[13751,-302697],[14182,-301562],[14592,-300375],[14718,-308195],[21086,-315996],[22151,-309777],[19540,-320756],[19679,-327214],[20253,-330034],[19826,-329007],[16070,-342878],[21048,-335532],[23227,-334497],[19749,-335490],[23017,-333643],[23648,-333845],[19810,-336656],[20597,-335321],[19958,-336591],[20618,-333171],[19800,-332848],[14530,-346945],[13988,-346924],[13911,-348668],[23829,-366575],[22445,-367633],[19779,-368091],[12986,-371614],[16785,-376199],[21765,-389653],[24944,-391216],[17728,-395292],[21512,-394877],[17572,-389322],[21335,-398647],[17193,-468446],[22406,-467516],[18177,-465918],[18607,-467994],[18958,-469939],[20463,-476953],[22392,-474894],[23334,-476890],[35613,-304608],[37798,-302981],[35566,-304339],[30643,-308794],[30852,-328203],[31025,-355507],[26377,-355757],[26350,-356141],[29149,-359746],[30271,-393878],[35226,-395965],[27974,-387410],[27748,-387647],[28129,-388300],[37590,-396904],[34009,-398282],[37813,-399710],[37360,-403309],[36379,-405654],[33354,-404810],[32937,-439243],[32958,-438824],[38439,-305237],[42923,-310622],[42705,-311321],[43151,-311291],[44957,-319049],[45001,-317068],[44461,-316512],[48619,-315598],[49105,-314413],[49705,-320561],[50193,-321730],[47400,-321319],[49342,-326885],[40385,-362496],[56642,-306160],[60375,-317518],[57493,-323705],[55045,-321924],[58617,-320900],[53344,-319983],[73780,-258683],[74591,-266666],[74001,-277809],[73572,-275005],[73263,-282590],[73114,-284764],[78895,-267539],[79266,-266096],[82943,-261918],[87953,-259111],[89391,-264446],[77557,-264462],[81517,-263550],[82655,-264687],[88095,-257969],[81417,-268436],[82706,-280482],[77372,-280901],[86198,-272919],[87891,-273955],[88107,-281287],[87285,-287339],[80338,-288154],[77835,-285585],[83438,-290359],[84814,-291442],[88664,-290791],[82956,-294296],[91694,-262206],[93309,-267864],[90666,-288164],[90464,-285960],[89828,-292056],[95581,-293517],[95281,-288799],[98270,-291821],[95974,-285645],[90297,-294250],[114521,-273810],[110735,-280461],[111858,-275177],[109824,-278032],[107322,-276721],[114904,-281033],[103513,-287962],[110606,-289349],[103714,-289378],[102425,-285717],[105521,-282069],[106734,-282940],[119370,-279878],[118133,-278072],[124509,-280968],[125510,-273340],[115997,-289172],[119125,-287180],[117805,-293576],[120808,-285513],[120417,-289581],[123182,-283868],[116243,-294456],[118200,-296217],[125201,-295188],[125695,-297580],[126303,-299040],[-116085,-260814],[-115418,-261113],[-120769,-267369],[-122034,-267482],[-123928,-269725],[-123676,-280824],[-121541,-278625],[-119782,-280466],[-125832,-276230],[-124661,-274906],[-118042,-271205],[-126508,-286039],[-126181,-281678],[-120555,-293674],[-117391,-301598],[-118310,-300279],[-126521,-305559],[-116923,-306172],[-118454,-297212],[-121568,-294495],[-126463,-306583],[-122025,-307219],[-122985,-307123],[-118484,-309747],[-118314,-314062],[-126739,-310421],[-127719,-312188],[-116449,-327065],[-123088,-329978],[-126423,-325867],[-119064,-344682],[-124835,-340191],[-125381,-335762],[-120544,-335370],[-116017,-337127],[-116467,-345274],[-122365,-340417],[-116415,-342142],[-126595,-336448],[-115569,-347173],[-116837,-346138],[-115226,-356028],[-123151,-356138],[-125006,-353752],[-118012,-357099],[-119865,-356092],[-120334,-350281],[-127799,-347755],[-127589,-352508],[-125717,-349408],[-125150,-348028],[-116751,-356312],[-116791,-352481],[-126852,-348558],[-127179,-348364],[-124820,-357542],[-126853,-357825],[-122838,-354037],[-119093,-352694],[-118084,-353522],[-122845,-352045],[-115893,-357432],[-115831,-345613],[-123602,-356329],[-123093,-352027],[-125943,-357686],[-125353,-368930],[-126609,-369433],[-124838,-368994],[-121799,-370081],[-116124,-368731],[-120917,-367027],[-120244,-362925],[-121184,-361386],[-121176,-361381],[-124441,-359534],[-121475,-369107],[-121149,-365893],[-119793,-369884],[-117025,-360394],[-116476,-363237],[-121094,-366068],[-121185,-366700],[-120147,-358418],[-122867,-359642],[-127316,-359586],[-117034,-366428],[-122624,-370760],[-127457,-370271],[-121887,-368812],[-118834,-365178],[-127521,-363344],[-127791,-363338],[-126578,-370509],[-126805,-376670],[-122343,-383211],[-124487,-377267],[-121539,-374748],[-118742,-372799],[-126724,-379342],[-121877,-381531],[-120160,-375798],[-117981,-376015],[-122727,-373759],[-121713,-381015],[-126419,-377649],[-124860,-382754],[-116298,-371625],[-116452,-371292],[-122289,-372034],[-120825,-377556],[-116988,-375254],[-120177,-379335],[-120569,-380278],[-123566,-383364],[-127120,-384600],[-126526,-390486],[-126263,-388700],[-125525,-395052],[-123379,-390755],[-127741,-386922],[-125173,-386004],[-122206,-389070],[-121175,-386976],[-120470,-408499],[-127697,-407809],[-127689,-408465],[-118685,-408977],[-119234,-421047],[-126049,-413115],[-126421,-412852],[-119785,-414891],[-120898,-413041],[-123969,-418894],[-126069,-421859],[-117669,-409755],[-121861,-411266],[-119115,-411925],[-115559,-416134],[-119032,-419700],[-117816,-420510],[-117496,-421471],[-127325,-410657],[-116869,-416839],[-117145,-411807],[-127658,-423205],[-117156,-428490],[-123147,-424129],[-124309,-436035],[-125716,-445104],[-117847,-447667],[-121912,-447719],[-120873,-447027],[-118335,-452118],[-126292,-455150],[-121262,-454572],[-121849,-457720],[-118416,-454680],[-124415,-458346],[-125853,-457279],[-117288,-453370],[-123439,-458595],[-120733,-454752],[-121495,-455595],[-115665,-473175],[-124190,-473286],[-123634,-475667],[-124173,-473885],[-124533,-474639],[-123581,-473997],[-124625,-492618],[-120637,-488808],[-118733,-494016],[-120254,-493107],[-119536,-490002],[-119156,-489834],[-122249,-494112],[-121663,-493847],[-120069,-500440],[-128765,-287007],[-137786,-292719],[-128055,-305276],[-128580,-305748],[-129170,-307320],[-135653,-319124],[-135084,-317963],[-132217,-310467],[-129300,-309972],[-130867,-326450],[-129256,-322959],[-129052,-323001],[-132566,-320704],[-131454,-321848],[-128555,-322922],[-139089,-334714],[-131202,-340486],[-139513,-344626],[-130085,-338404],[-134470,-341402],[-136173,-336677],[-135297,-339498],[-139524,-333259],[-138289,-337148],[-129824,-335008],[-134601,-335500],[-128588,-335031],[-138327,-354337],[-129335,-357032],[-132192,-357486],[-130584,-347045],[-136585,-354574],[-135431,-352765],[-137576,-351659],[-135794,-349770],[-138240,-354243],[-132938,-352460],[-140582,-354200],[-140150,-355623],[-128223,-357731],[-139399,-350584],[-129257,-352547],[-133081,-349833],[-131365,-349113],[-134246,-357085],[-131198,-351639],[-129863,-351569],[-135209,-354492],[-135177,-351449],[-135076,-349786],[-136207,-347682],[-134895,-348152],[-133030,-348171],[-128981,-346434],[-129180,-348160],[-137828,-348302],[-137975,-349174],[-134980,-348946],[-130724,-350163],[-128631,-346967],[-128030,-367276],[-129008,-366646],[-138742,-369370],[-138528,-368391],[-130884,-359720],[-128464,-363771],[-134624,-370240],[-139435,-364212],[-139734,-370351],[-139209,-366266],[-128361,-362976],[-129668,-368780],[-133394,-367700],[-131884,-361988],[-139038,-358233],[-134064,-370249],[-128751,-358609],[-134007,-359213],[-135233,-364142],[-130806,-367870],[-131151,-368944],[-132827,-361341],[-135495,-366124],[-135577,-366316],[-135837,-366026],[-133316,-367283],[-135894,-380619],[-136087,-379148],[-137259,-381873],[-130288,-375265],[-137395,-375219],[-132038,-373737],[-135542,-373154],[-136340,-373049],[-139638,-382406],[-140422,-372762],[-139198,-371517],[-130046,-378009],[-128994,-382845],[-128661,-374503],[-132716,-395850],[-139539,-387321],[-139205,-391311],[-140375,-390757],[-139270,-392487],[-130376,-384592],[-129906,-386482],[-129857,-384430],[-131640,-384499],[-134691,-409337],[-130579,-399531],[-140304,-409339],[-134947,-399740],[-136066,-402193],[-140651,-406790],[-136160,-409184],[-134307,-407594],[-133148,-422047],[-140118,-416171],[-132261,-410739],[-135860,-415998],[-136284,-414975],[-136093,-412672],[-138348,-416642],[-132342,-434626],[-134113,-423524],[-138335,-434444],[-129999,-445628],[-139681,-454720],[-135492,-452175],[-133118,-448464],[-129928,-450559],[-131218,-452926],[-132735,-450987],[-133955,-449302],[-134973,-451471],[-132886,-457007],[-133330,-453243],[-140639,-470832],[-139821,-470433],[-138094,-470946],[-138234,-471054],[-128322,-483131],[-129417,-481338],[-134043,-474622],[-153269,-283882],[-150643,-288896],[-149318,-288497],[-150794,-287350],[-142628,-332084],[-142488,-330329],[-141073,-329955],[-141786,-331907],[-152846,-326468],[-152361,-325265],[-143017,-326182],[-147789,-322866],[-148361,-329659],[-147851,-330719],[-146444,-328279],[-149286,-325625],[-152555,-330218],[-145816,-344863],[-146893,-344300],[-147050,-343517],[-143005,-342166],[-142622,-332680],[-146751,-342151],[-143259,-341654],[-147193,-337858],[-152079,-344672],[-143603,-343573],[-145718,-341872],[-150388,-340112],[-148002,-338119],[-144353,-339677],[-144514,-335440],[-141533,-341548],[-148327,-341817],[-142568,-336366],[-142663,-335593],[-151115,-335112],[-153340,-351326],[-141672,-351436],[-148514,-353402],[-147828,-351453],[-145955,-353622],[-142809,-355792],[-141837,-352289],[-142334,-355203],[-145088,-347951],[-146075,-356201],[-147856,-355834],[-149247,-356012],[-142328,-350608],[-147653,-349196],[-148332,-348920],[-141458,-351844],[-147449,-348984],[-145704,-348105],[-153579,-346913],[-147171,-364765],[-152914,-364279],[-143912,-359865],[-151967,-359310],[-147937,-363538],[-152716,-365510],[-148832,-363205],[-147178,-364749],[-151094,-359157],[-147465,-358966],[-142429,-358383],[-141477,-368900],[-141655,-363495],[-147266,-367120],[-146207,-383489],[-147822,-375322],[-144892,-374864],[-142112,-381574],[-148629,-377978],[-148213,-376713],[-148679,-375830],[-150256,-381523],[-149078,-380695],[-142946,-378123],[-142328,-377396],[-145750,-372363],[-152428,-378522],[-141492,-376612],[-142281,-380772],[-152367,-382578],[-144353,-385338],[-144880,-384984],[-146367,-385006],[-150749,-386886],[-146885,-391654],[-149331,-385821],[-148091,-385511],[-152093,-388649],[-146044,-394437],[-151123,-387174],[-152541,-390327],[-145452,-387099],[-143133,-384354],[-140905,-388928],[-141497,-392794],[-141491,-388465],[-146316,-384420],[-151670,-402643],[-147211,-402832],[-141621,-403931],[-144190,-402199],[-150194,-404466],[-148336,-405842],[-146817,-407339],[-144057,-407354],[-141034,-409328],[-150971,-405460],[-141167,-412621],[-151734,-434601],[-149323,-440623],[-151529,-446910],[-150381,-435653],[-153217,-438175],[-148218,-469352],[-144216,-470711],[-144158,-470064],[-143986,-469882],[-141773,-469785],[-146024,-469777],[-144121,-474979],[-145478,-488864],[-157621,-290100],[-157738,-290336],[-155632,-291135],[-154606,-319702],[-162842,-319362],[-156162,-330081],[-157863,-327853],[-159096,-327430],[-163260,-320569],[-160493,-327048],[-157129,-323282],[-159364,-321526],[-160988,-328759],[-156992,-343425],[-159647,-341814],[-155094,-342113],[-154845,-339681],[-155714,-336443],[-156084,-337875],[-157905,-339103],[-161279,-340243],[-160688,-341155],[-161940,-344863],[-161738,-343506],[-154906,-344587],[-158256,-333029],[-160144,-348030],[-153789,-349375],[-163636,-348730],[-154655,-350018],[-165133,-349253],[-157422,-349412],[-153831,-352836],[-160034,-348121],[-157676,-346075],[-157821,-355890],[-163173,-346735],[-164268,-347777],[-155309,-351947],[-164249,-346611],[-160029,-347230],[-157272,-367926],[-162207,-365158],[-155159,-364241],[-163005,-368644],[-163634,-369949],[-166057,-367243],[-153994,-366320],[-155973,-366122],[-165219,-363474],[-161482,-359432],[-155704,-365976],[-165159,-365999],[-158465,-364053],[-158545,-372853],[-164094,-371537],[-161842,-373072],[-163131,-373324],[-154075,-382931],[-154280,-378497],[-156124,-385892],[-154808,-399900],[-161716,-411743],[-165137,-410592],[-163273,-409953],[-157809,-432213],[-158217,-431395],[-164746,-432148],[-156868,-428278],[-154472,-428314],[-154497,-429406],[-160552,-425856],[-164496,-437951],[-159377,-437616],[-162034,-437920],[-165443,-456319],[-163679,-454703],[-155459,-472414],[-161347,-473204],[-164438,-476805],[-175204,-316455],[-171972,-318921],[-170289,-318159],[-170063,-307512],[-173761,-307830],[-166653,-309301],[-172882,-326288],[-167908,-328880],[-167128,-327176],[-178360,-326363],[-175669,-332870],[-171112,-338509],[-176360,-338325],[-175207,-339129],[-175672,-341865],[-177601,-332724],[-178701,-335590],[-178957,-338812],[-178877,-356950],[-170775,-351421],[-171103,-354850],[-177578,-353012],[-176141,-351981],[-174933,-350316],[-176092,-346093],[-177853,-360323],[-173406,-361592],[-167046,-362212],[-171567,-359917],[-171571,-359012],[-169021,-360386],[-167116,-361326],[-169322,-363119],[-169689,-360248],[-172138,-359864],[-177591,-359151],[-172729,-365648],[-173038,-367971],[-171693,-364456],[-170760,-367752],[-173943,-362203],[-167722,-378027],[-167567,-380476],[-172793,-375052],[-170789,-373154],[-173563,-378605],[-171539,-374513],[-170218,-375627],[-172355,-375838],[-173803,-378844],[-174291,-381499],[-173774,-381623],[-174210,-383118],[-170142,-378560],[-169211,-378616],[-169278,-381418],[-170335,-380700],[-173907,-373301],[-177108,-375373],[-176081,-377651],[-178015,-376725],[-178545,-376124],[-176106,-375296],[-176909,-375310],[-178472,-380833],[-175193,-394931],[-169426,-390904],[-168450,-389020],[-169624,-384980],[-178112,-390558],[-178283,-390978],[-178933,-389061],[-178969,-390211],[-172503,-385140],[-167755,-409268],[-179102,-401901],[-176560,-397331],[-170131,-408921],[-172732,-416373],[-170921,-414004],[-169598,-413636],[-167803,-412529],[-167504,-409775],[-177944,-432105],[-178264,-431533],[-175898,-431904],[-171094,-437911],[-169393,-438917],[-178267,-435316],[-175943,-445052],[-175876,-443594],[-179001,-440130],[-170433,-442208],[-177471,-449536],[-177909,-453736],[-176489,-453667],[-167150,-454452],[-166603,-452884],[-167225,-453437],[-171306,-449266],[-169099,-449843],[-172401,-449370],[-171933,-465674],[-176268,-466685],[-180289,-326015],[-188693,-343558],[-184917,-336461],[-185081,-333780],[-183665,-338043],[-182727,-333626],[-186776,-344358],[-185816,-343145],[-187249,-342532],[-186714,-340822],[-180929,-341304],[-184363,-350571],[-191418,-352678],[-186274,-355488],[-183068,-353905],[-185092,-354257],[-184784,-353937],[-183714,-353250],[-183000,-352620],[-182839,-353397],[-181519,-353883],[-185499,-347370],[-181804,-352829],[-179614,-358801],[-183576,-370611],[-183021,-366226],[-183993,-364839],[-182205,-359504],[-182569,-364641],[-179428,-366059],[-180579,-375026],[-182025,-374811],[-182674,-381089],[-180125,-381050],[-184369,-372073],[-182355,-371204],[-181102,-372020],[-180654,-373525],[-181725,-373492],[-182433,-378136],[-183087,-400945],[-184702,-401207],[-184805,-401521],[-184406,-403066],[-186254,-402657],[-185920,-404439],[-188938,-404876],[-185486,-428439],[-182488,-427678],[-181411,-429285],[-181215,-431335],[-190959,-435589],[-189682,-437150],[-185477,-441157],[-189259,-436898],[-181946,-436625],[-182766,-435800],[-185570,-437810],[-179749,-450870],[-180154,-448399],[-180285,-464327],[-186926,-467881],[-184042,-468995],[-183885,-469300],[-182241,-465411],[-182015,-467264],[-182832,-468796],[-183020,-467074],[-185646,-463195],[-186045,-461393],[-185076,-462056],[-189404,-461714],[-187623,-464372],[-188283,-464536],[-188216,-464297],[-189440,-463044],[-188596,-461052],[-189443,-462056],[-199653,-353219],[-192820,-353666],[-195101,-353752],[-194727,-356816],[-192791,-356063],[-196608,-354008],[-196073,-352796],[-196915,-362575],[-194438,-361848],[-204295,-359138],[-199258,-366862],[-197974,-364950],[-198338,-358947],[-196842,-361822],[-193889,-360667],[-193627,-432204],[-193598,-429421],[-192609,-433330],[-192671,-430657],[-202499,-451383],[-212774,-434489],[-208915,-457441],[-210865,-461269],[-206312,-481202],[-3824,-331042],[-6458,-329681],[-447,-328301],[-1882,-323498],[-528,-330505],[-4898,-328630],[-3520,-343235],[-3023,-335812],[-2296,-337547],[-4344,-340866],[-5680,-340933],[-395,-341600],[-480,-343393],[-1242,-352867],[-2097,-358184],[-642,-354794],[-881,-360808],[-1030,-364449],[-63,-363681],[-2349,-367598],[-847,-369495],[-8227,-373910],[-7176,-374340],[-9830,-375853],[-9778,-375460],[-9539,-376015],[-5984,-376170],[-411,-383224],[-1344,-381086],[-814,-382566],[-5366,-375319],[-2701,-372231],[-9582,-383823],[-184,-387402],[-3712,-383911],[-1466,-473155],[-3848,-471477],[-397,-471677],[-7300,-474814],[-2920,-481382],[-1962,-485837],[-5960,-485440],[-6009,-479924],[-7469,-473506],[-4555,-474332],[-12140,-473871],[-3722,-491175],[-2631,-490911],[-3783,-490336],[-171,-487211],[-249702,-435187],[-22597,-256839],[-19248,-382038],[-21951,-382616],[-19126,-382959],[-19591,-386563],[-21591,-458435],[-17812,-464196],[-13086,-478706],[-32753,-251154],[-32597,-250996],[-26564,-255650],[-36273,-251200],[-32398,-251188],[-29861,-255745],[-35328,-250767],[-34286,-250864],[-32981,-254711],[-33224,-253992],[-30986,-250226],[-31596,-263517],[-30493,-263124],[-27838,-255858],[-34600,-336672],[-37586,-339565],[-35440,-335216],[-37391,-351545],[-39460,-376079],[-35017,-399291],[-34210,-401791],[-34050,-401500],[-31293,-453835],[-37869,-451205],[-40166,-251001],[-41425,-252461],[-38669,-251733],[-39388,-257537],[-40513,-257301],[-39724,-260597],[-50005,-260765],[-40155,-262349],[-41031,-261208],[-41884,-258772],[-42368,-257763],[-43085,-260548],[-43975,-259379],[-50432,-260004],[-48805,-262217],[-44882,-261400],[-44239,-261310],[-46052,-262426],[-46216,-259654],[-47930,-261812],[-51115,-262487],[-46416,-261834],[-48245,-270719],[-49048,-271121],[-47672,-273459],[-48696,-273488],[-49257,-272335],[-49287,-272060],[-46134,-287003],[-46545,-285894],[-48621,-286035],[-48424,-285532],[-46119,-285167],[-49622,-332598],[-38997,-330206],[-38941,-328298],[-44304,-338121],[-44363,-338835],[-44731,-343441],[-41626,-339746],[-42780,-339132],[-41673,-336811],[-44372,-333411],[-48493,-336909],[-49231,-333053],[-45753,-333056],[-39294,-343614],[-38623,-339096],[-44157,-336318],[-40047,-343661],[-43185,-338857],[-48434,-339848],[-38595,-333224],[-49689,-335819],[-39535,-346316],[-48951,-348879],[-39014,-347403],[-45989,-347602],[-42455,-349647],[-44158,-347383],[-44114,-348357],[-48542,-346617],[-45239,-350129],[-44266,-349482],[-42498,-350885],[-46764,-346130],[-47903,-345922],[-39934,-373395],[-39712,-377822],[-42062,-376654],[-43229,-374718],[-39546,-375811],[-38859,-383069],[-40589,-403562],[-48670,-412752],[-43502,-443805],[-41052,-444014],[-45677,-457968],[-46506,-451537],[-56444,-251403],[-56332,-255502],[-57534,-253885],[-58646,-253095],[-55565,-252378],[-51505,-256319],[-58208,-265587],[-63160,-263564],[-61860,-260464],[-52813,-263737],[-52584,-261751],[-63016,-277921],[-58750,-271330],[-57908,-273770],[-57514,-274705],[-56833,-276989],[-61339,-275971],[-57509,-268765],[-63797,-270188],[-63336,-272001],[-62193,-274608],[-56515,-279128],[-62127,-282326],[-61651,-283395],[-57759,-282342],[-59109,-282504],[-60496,-285294],[-62214,-284793],[-63960,-313035],[-62298,-311504],[-61013,-312823],[-63078,-311848],[-52358,-351854],[-53443,-401010],[-51214,-401134],[-54821,-397881],[-58256,-446998],[-61652,-445489],[-62364,-447804],[-57107,-454124],[-59923,-453506],[-61741,-452788],[-65867,-266303],[-65267,-267264],[-64951,-262806],[-66726,-264717],[-70270,-279149],[-69508,-278035],[-70119,-278763],[-67912,-275365],[-75899,-268955],[-69562,-275372],[-71474,-277069],[-76056,-277340],[-75097,-278363],[-72637,-275109],[-72471,-274242],[-76124,-269378],[-75541,-278955],[-74432,-275168],[-67386,-276436],[-76629,-276620],[-65794,-282353],[-67260,-281640],[-67084,-283137],[-69777,-284583],[-68450,-292098],[-66884,-293847],[-69820,-291918],[-67084,-290570],[-76661,-299381],[-75966,-300764],[-76427,-302111],[-74242,-300703],[-72814,-303442],[-73310,-304252],[-74644,-306182],[-67110,-296292],[-72872,-301721],[-67989,-298937],[-72466,-302652],[-69698,-302838],[-76250,-300295],[-66623,-299328],[-68203,-304299],[-68819,-301590],[-74997,-308601],[-66941,-307138],[-67237,-308036],[-66460,-310233],[-74638,-320606],[-76219,-320316],[-74467,-328693],[-74614,-323016],[-72502,-327544],[-66904,-330535],[-66051,-328713],[-64887,-345362],[-66789,-341318],[-65611,-343123],[-70167,-335937],[-67629,-376065],[-66681,-375890],[-64317,-374903],[-72382,-418685],[-72361,-418211],[-72356,-419391],[-71884,-445411],[-76487,-462021],[-74564,-509496],[-87170,-260188],[-84392,-266902],[-88874,-265431],[-89180,-264748],[-79315,-268174],[-86082,-275953],[-78709,-269807],[-79847,-275820],[-80743,-276255],[-89109,-273953],[-81775,-277333],[-88810,-279101],[-89599,-276211],[-86366,-293650],[-89028,-285003],[-85645,-284171],[-86963,-285002],[-88015,-286003],[-88459,-287342],[-88519,-288186],[-87850,-289021],[-87154,-287728],[-86118,-288084],[-88459,-286628],[-88505,-286109],[-83016,-304995],[-80168,-305462],[-82928,-305881],[-82239,-304818],[-80475,-305016],[-86347,-303733],[-86166,-302857],[-86377,-301441],[-77599,-299698],[-86989,-298849],[-88840,-297539],[-84840,-295480],[-83592,-296242],[-81853,-297601],[-81296,-299038],[-85269,-301607],[-79130,-299549],[-82764,-309416],[-81214,-309456],[-86713,-311157],[-87280,-311375],[-87790,-312477],[-88524,-314062],[-84353,-308210],[-89268,-312348],[-85507,-332485],[-79531,-332623],[-89411,-339863],[-81903,-345369],[-80084,-344582],[-85161,-339837],[-79985,-340691],[-80167,-338628],[-88521,-338150],[-84248,-335592],[-88296,-348099],[-83913,-347417],[-83149,-348865],[-85783,-352071],[-87250,-348552],[-83144,-364420],[-79789,-361754],[-82794,-393308],[-89588,-395496],[-78569,-424712],[-77424,-424750],[-83977,-441134],[-87782,-437560],[-87998,-443342],[-78856,-442644],[-82847,-456990],[-83688,-457785],[-85377,-456803],[-87375,-461178],[-84882,-465434],[-83815,-467797],[-88839,-470020],[-79982,-472941],[-84142,-465818],[-82814,-467771],[-89182,-467149],[-80505,-466179],[-79490,-466103],[-80358,-465945],[-81593,-465919],[-77565,-464654],[-78237,-463250],[-87690,-478255],[-86596,-492139],[-87010,-493576],[-81485,-504124],[-81310,-507565],[-77891,-511498],[-90684,-257432],[-100012,-265339],[-91392,-260819],[-91992,-259315],[-102380,-267285],[-92489,-273669],[-94026,-273076],[-93415,-269894],[-93374,-275064],[-100280,-268616],[-101369,-283472],[-98847,-286646],[-93542,-286215],[-100074,-286074],[-97681,-284800],[-100481,-285787],[-96887,-284565],[-97345,-285725],[-98525,-286709],[-99679,-302095],[-95069,-302814],[-93998,-296844],[-95755,-300277],[-89695,-298211],[-99330,-331242],[-99271,-324700],[-98342,-323862],[-98190,-325138],[-101205,-331227],[-97743,-324036],[-89679,-320282],[-95583,-324009],[-102239,-322551],[-99115,-327057],[-101075,-330907],[-96729,-323239],[-97944,-321722],[-96520,-322903],[-91061,-345164],[-94884,-344749],[-91157,-344206],[-101981,-344756],[-90956,-342953],[-96955,-340492],[-91830,-343576],[-92939,-334386],[-92370,-343079],[-91547,-339998],[-93089,-339199],[-93053,-339730],[-99880,-344327],[-98797,-344927],[-93739,-335262],[-91297,-337039],[-100241,-349037],[-101496,-348985],[-90112,-347008],[-90423,-347450],[-91069,-346770],[-89796,-348045],[-92857,-345812],[-99095,-348690],[-99308,-348417],[-91573,-387507],[-92667,-390350],[-95939,-391670],[-89601,-387983],[-90322,-386087],[-90354,-387491],[-91770,-389653],[-93924,-391745],[-92918,-395757],[-92798,-388999],[-93863,-398088],[-95045,-400600],[-95834,-402677],[-97105,-406429],[-100436,-403969],[-95510,-402217],[-93972,-400129],[-99433,-439404],[-101161,-451270],[-100389,-462002],[-97221,-465905],[-94185,-482650],[-99489,-474401],[-90250,-483563],[-95644,-482342],[-94835,-480655],[-97417,-482309],[-96896,-483250],[-96508,-479541],[-95236,-478513],[-92807,-487101],[-93395,-517308],[-109582,-255769],[-106951,-255755],[-108235,-259686],[-107726,-258312],[-113010,-259002],[-110182,-258105],[-105129,-257650],[-108895,-257299],[-113790,-257890],[-114545,-259834],[-103517,-263574],[-108812,-267765],[-108829,-265720],[-103161,-280393],[-104322,-280459],[-108336,-283433],[-105794,-284076],[-105949,-281834],[-102561,-281542],[-109162,-292351],[-108837,-292986],[-110078,-293475],[-115197,-304988],[-104056,-302855],[-107765,-306033],[-107804,-302909],[-108277,-300570],[-114864,-300172],[-114905,-297886],[-106479,-312335],[-105092,-312975],[-115440,-312238],[-106439,-307785],[-106153,-308511],[-109796,-318407],[-111588,-318935],[-106650,-327049],[-105500,-325623],[-111568,-327721],[-111126,-324733],[-106646,-324887],[-103924,-326659],[-107973,-323696],[-105121,-323776],[-104193,-342367],[-110403,-342988],[-113993,-341105],[-107499,-339862],[-103586,-335385],[-114103,-342510],[-110427,-333691],[-103872,-339834],[-110711,-340453],[-112520,-344477],[-112491,-340512],[-109589,-343749],[-110309,-339779],[-108660,-339480],[-111114,-339077],[-112889,-339211],[-103197,-340676],[-106714,-344292],[-113405,-337758],[-113716,-334844],[-110410,-335117],[-109753,-335978],[-102549,-347076],[-109694,-350679],[-115015,-351994],[-105498,-354600],[-111868,-352694],[-108234,-356809],[-106799,-350443],[-104997,-352197],[-103911,-350692],[-103800,-350387],[-114763,-352010],[-108938,-356543],[-110720,-354073],[-107921,-356370],[-112685,-346213],[-113305,-353063],[-111320,-348384],[-102926,-348617],[-105594,-351239],[-104266,-350043],[-103315,-350019],[-110351,-364749],[-110277,-362874],[-112440,-368813],[-112329,-359597],[-113439,-358600],[-114745,-366016],[-115122,-360834],[-109894,-359475],[-111611,-365945],[-107580,-358323],[-112456,-368206],[-112792,-371257],[-113125,-372865],[-114402,-371596],[-114830,-373328],[-102875,-404524],[-114741,-415897],[-105712,-421116],[-106309,-419037],[-104531,-422010],[-102534,-419847],[-102833,-419496],[-103023,-418023],[-114964,-414171],[-108639,-433230],[-106243,-422279],[-114543,-443582],[-103604,-450462],[-103156,-450833],[-107269,-465912],[-112931,-468967],[-104651,-473961],[-107923,-474256],[-108688,-486580],[-104564,-494742],[-108271,-487426],[-105518,-491326],[-115169,-492541],[-114624,-492058],[-109553,-495583],[-108627,-496379],[-103235,-507460],[-108973,-502719],[271,-197912],[5850,-202361],[10237,-192034],[7671,-268383],[6895,-265176],[12776,-266232],[10314,-266669],[4741,-297342],[2540,-328879],[1362,-329649],[138,-329356],[7221,-327925],[1275,-333492],[932,-334014],[118,-335479],[4842,-337991],[4053,-344839],[642,-338610],[1311,-332832],[11698,-334645],[485,-338587],[1381,-336774],[809,-344973],[7228,-357857],[9768,-350456],[7272,-355244],[7856,-355398],[9718,-357451],[7623,-351109],[6933,-355209],[6629,-356116],[1719,-354355],[11765,-354136],[6575,-350061],[39,-349160],[6300,-366307],[2122,-359513],[5100,-359287],[6744,-369714],[1063,-366556],[2156,-367292],[1172,-375383],[5883,-371902],[4992,-372878],[12668,-379691],[822,-387497],[4198,-455695],[6284,-455419],[6878,-454546],[1374,-472000],[12482,-483459],[9240,-481565],[5282,-474547],[1824,-474869],[8078,-478786],[1510,-479366],[7297,-480820],[3305,-478989],[6622,-478763],[5634,-475539],[5269,-477882],[6476,-481783],[5376,-482078],[3581,-495156],[2310,-491014],[5252,-493332],[2899,-490957],[5088,-491828],[462,-492927],[2007,-491397],[128041,-178007],[130349,-178988],[132285,-187720],[134394,-189060],[135461,-188963],[132792,-187523],[131646,-187848],[130621,-186057],[136673,-189697],[130921,-182327],[138995,-214540],[139107,-212847],[139256,-208850],[133188,-223016],[132155,-219385],[128410,-238650],[130037,-242005],[138379,-236758],[130572,-241805],[140014,-236630],[128245,-241735],[134273,-234165],[130401,-238283],[136929,-250299],[139449,-247575],[136814,-263299],[138494,-261838],[137910,-261526],[131317,-261360],[131128,-264074],[131858,-262948],[129788,-262099],[130153,-262083],[138002,-271562],[133983,-272689],[136676,-292130],[140549,-286868],[138821,-286804],[135475,-292669],[128915,-289137],[128621,-284367],[131145,-285007],[135730,-297008],[133338,-296508],[129090,-299150],[128108,-315534],[128186,-344008],[136624,-356554],[129200,-356311],[140092,-361465],[135462,-368110],[129702,-363869],[140038,-378788],[136777,-394712],[139796,-393906],[132211,-397534],[138531,-401436],[150797,-177304],[148904,-187558],[149487,-188711],[149057,-187515],[143472,-202855],[144389,-202623],[148954,-200898],[145957,-211647],[148968,-211025],[148635,-210724],[149939,-207441],[146468,-229316],[146219,-224279],[144442,-221546],[147821,-231868],[151183,-230673],[142586,-235736],[145976,-241623],[142294,-242369],[142133,-240015],[150396,-254829],[152571,-255532],[142516,-252963],[147735,-250670],[145805,-251120],[146579,-250831],[152577,-247057],[149594,-256648],[148748,-267957],[142460,-257342],[151449,-259855],[151972,-258062],[152878,-258740],[153156,-269740],[142316,-279211],[145148,-274649],[151965,-278067],[151842,-277067],[144028,-283541],[145902,-282467],[146886,-282397],[143579,-281830],[150328,-285845],[151300,-283259],[150262,-282811],[145359,-289969],[142153,-297913],[141170,-297304],[141126,-298748],[152956,-356468],[151047,-374296],[140908,-400806],[142719,-400232],[165997,-172981],[158352,-172348],[154807,-178715],[157042,-173977],[161910,-178793],[159768,-181850],[163477,-189676],[166194,-186117],[158027,-187159],[162100,-197463],[162488,-199808],[163888,-197864],[162460,-204231],[162790,-203797],[155656,-203868],[155986,-203615],[155441,-205093],[154999,-232933],[161113,-237413],[158059,-252866],[158347,-252939],[165286,-253157],[165852,-254968],[158058,-265658],[159014,-263050],[154757,-259809],[157140,-258098],[157893,-261641],[159983,-263696],[159521,-264182],[159706,-265055],[157654,-257082],[158367,-257942],[158052,-257784],[162722,-268107],[162843,-263666],[166293,-261867],[158912,-267338],[159472,-266396],[154644,-277341],[155286,-278325],[163006,-274169],[156581,-275830],[163562,-276017],[161960,-271268],[164225,-268739],[165879,-268854],[162964,-292347],[158489,-383950],[169430,-172812],[170695,-176263],[172564,-175448],[171872,-174470],[173885,-179285],[175551,-180250],[175629,-180049],[179075,-184769],[178819,-184916],[168294,-185473],[174768,-186757],[174919,-187549],[177519,-189115],[177329,-189548],[168226,-199336],[167250,-198614],[171100,-198911],[173713,-204008],[176097,-203914],[176800,-202221],[176689,-203683],[167075,-205383],[168564,-207201],[179063,-208025],[178064,-208235],[175549,-212915],[176510,-211758],[169593,-206986],[170414,-208963],[174933,-212669],[171071,-212407],[173196,-212540],[176418,-214370],[174522,-212294],[166474,-216459],[176186,-215920],[171459,-219571],[170547,-223942],[172112,-218911],[176532,-218201],[172511,-220885],[171138,-223983],[176660,-222233],[176925,-224272],[178335,-224557],[177402,-228782],[176264,-229075],[172028,-224317],[174474,-224944],[170301,-224772],[173654,-227803],[173880,-228875],[172513,-229583],[176327,-229854],[168056,-218636],[178583,-221882],[177366,-217472],[178719,-228416],[169739,-228452],[169834,-227502],[173734,-230750],[169484,-241919],[172275,-233410],[177302,-235098],[176505,-234021],[178892,-251644],[170039,-266323],[166977,-261898],[168125,-265872],[171799,-267389],[170905,-266420],[169911,-266575],[167672,-272627],[171111,-275287],[174851,-273395],[173501,-269655],[172931,-268895],[168242,-269275],[166763,-268648],[173679,-290716],[171387,-283373],[177127,-282559],[175009,-288795],[169832,-298168],[173133,-294803],[178104,-304317],[179008,-305759],[180603,-210440],[179657,-225064],[186399,-227782],[185062,-228600],[186473,-227360],[188983,-227024],[180058,-232765],[190083,-231167],[184049,-232569],[180858,-232402],[180052,-230753],[182471,-236498],[188741,-239797],[188806,-239283],[179230,-234534],[185438,-241235],[187850,-243678],[186244,-244633],[189454,-245331],[186469,-246675],[182415,-255558],[187115,-248110],[182967,-247477],[183076,-249126],[182192,-247025],[180859,-251368],[186776,-250965],[187369,-247883],[187985,-251812],[189220,-255161],[189012,-253566],[189097,-257754],[182472,-257729],[189257,-257922],[180373,-278996],[183185,-293289],[182656,-290472],[181691,-298103],[179516,-309575],[194573,-232685],[193176,-232555],[193978,-232424],[193992,-252453],[202776,-297059],[20623,-188155],[23459,-370980],[19015,-370353],[23275,-367681],[20686,-367457],[18975,-379274],[20529,-375681],[19761,-382241],[23158,-383140],[21619,-371454],[20047,-375590],[23173,-387822],[24628,-446653],[15382,-471998],[20956,-477779],[21905,-476999],[27871,-191776],[32447,-273984],[35250,-269121],[35459,-272639],[36267,-359956],[31057,-361554],[30280,-362098],[29815,-361287],[30098,-358750],[37645,-370901],[34516,-360003],[29785,-366792],[28311,-368615],[36726,-373326],[32786,-375511],[33080,-378127],[32454,-373334],[35073,-380692],[34702,-379378],[29401,-375171],[30057,-374800],[28023,-379560],[27975,-382132],[35538,-393800],[26585,-471429],[41563,-184005],[42526,-187894],[45719,-214370],[44125,-223392],[48022,-228699],[49740,-228455],[50606,-228350],[49916,-229482],[45864,-234278],[49229,-230663],[46950,-231156],[39039,-268573],[40681,-263562],[41879,-265001],[52062,-273692],[49510,-277386],[50876,-275040],[48309,-276356],[49440,-278526],[40129,-367220],[40823,-361560],[51112,-393202],[55410,-227867],[52767,-248172],[53385,-255022],[54948,-254230],[57057,-271486],[56612,-269345],[55902,-269062],[60733,-278801],[59250,-277070],[52102,-280924],[51865,-275635],[54404,-282809],[52919,-284743],[53494,-282233],[53939,-284382],[55160,-284883],[60606,-317382],[57792,-338439],[62269,-343142],[60430,-342798],[60806,-340848],[55172,-348239],[57514,-349820],[57999,-351127],[61288,-365449],[63375,-368349],[63615,-368982],[63207,-364914],[61123,-366104],[60676,-365815],[60931,-366653],[56863,-393630],[69593,-198384],[67566,-202254],[72949,-237792],[67690,-290429],[70420,-300832],[71121,-302040],[67441,-294993],[67891,-295741],[68279,-296634],[72991,-343358],[71353,-344048],[74793,-342230],[73580,-345185],[75048,-342578],[75196,-342937],[69782,-344945],[69993,-344757],[67825,-342368],[66433,-341693],[64369,-341712],[65186,-341482],[64775,-341759],[76060,-354909],[67885,-352584],[73756,-355359],[72054,-353462],[69022,-352659],[71063,-351057],[72398,-353206],[72759,-352862],[70822,-350126],[70326,-350499],[69479,-351129],[76094,-348380],[71812,-346488],[67508,-352079],[71968,-345529],[70079,-355467],[73713,-355600],[76351,-368409],[76486,-368941],[75647,-359215],[75159,-360327],[75745,-358268],[76598,-362273],[76719,-363692],[68097,-392434],[72342,-391614],[73854,-391165],[74266,-388278],[67046,-390828],[66554,-385374],[89463,-249116],[88760,-247074],[89054,-252591],[77633,-263404],[78283,-265868],[77647,-264532],[87103,-309279],[85963,-307955],[85527,-338130],[81883,-341423],[84959,-342333],[80078,-344583],[82730,-340098],[84595,-344475],[84482,-347346],[80357,-355797],[83822,-347125],[80254,-348109],[78301,-357799],[83351,-354534],[80463,-355884],[78442,-355822],[78881,-356949],[78264,-352575],[77663,-356572],[83182,-346149],[77634,-351882],[85986,-359852],[87438,-366199],[88518,-365889],[86993,-365748],[83854,-363858],[85941,-367160],[86004,-368007],[84278,-363186],[82016,-368646],[84957,-360635],[80837,-368511],[78721,-366275],[85006,-360935],[83906,-362512],[85366,-360752],[77509,-366123],[81906,-365252],[88317,-361410],[86053,-363387],[86817,-363336],[84486,-360946],[81543,-366896],[81246,-366502],[86894,-369467],[80374,-358406],[80160,-358575],[80859,-361427],[80157,-358383],[77159,-360206],[79375,-360826],[81256,-382603],[78087,-386561],[89687,-197668],[99254,-248349],[92734,-244112],[96980,-255675],[99684,-253501],[100917,-252062],[99481,-258958],[97511,-257273],[99557,-257652],[101787,-295890],[98830,-295614],[90655,-340771],[89862,-342371],[93055,-366652],[115155,-170602],[114265,-168045],[110329,-168773],[112233,-220995],[106854,-221703],[107368,-222767],[105871,-249668],[112943,-294409],[113754,-297598],[106123,-305319],[111397,-296833],[109189,-299140],[111814,-296915],[110136,-295847],[107725,-294416],[102976,-297172],[102892,-299719],[103203,-300172],[103773,-303635],[105502,-305234],[108424,-300125],[106883,-301460],[112003,-299212],[113517,-304446],[111717,-307225],[114577,-321830],[107191,-347296],[114017,-355828],[114045,-356144],[111796,-351254],[124783,-178375],[122331,-171713],[119399,-170713],[126616,-182905],[123698,-240483],[123558,-238463],[124081,-239388],[116072,-235273],[117465,-238170],[121224,-237984],[127195,-238760],[118893,-253826],[118969,-252380],[126815,-264769],[125396,-264261],[126606,-262970],[117374,-292798],[127329,-286605],[124868,-293420],[122926,-287930],[124944,-290238],[125213,-300771],[125714,-299738],[126690,-298944],[121664,-296901],[121725,-294977],[117416,-295147],[115585,-295888],[126604,-307169],[126809,-354803],[121270,-368576],[122921,-378724],[126389,-393658],[-117343,-446793],[-10824,-295387],[-6003,-301430],[-22,-327767],[-26,-331009],[-378,-326699],[-5585,-336001],[-2522,-337611],[-1615,-338850],[-10166,-342741],[-7413,-346830],[-6504,-348598],[-252222,-479360],[-252263,-479257],[-24968,-249260],[-19864,-254792],[-23407,-254228],[-20033,-256524],[-20531,-257984],[-13194,-300897],[-17881,-302408],[-18247,-303386],[-21359,-332323],[-23183,-333629],[-15375,-359807],[-36547,-275266],[-33108,-281192],[-32253,-277588],[-33574,-276190],[-36779,-272822],[-33691,-278113],[-38308,-288049],[-31879,-282040],[-33984,-285210],[-29506,-341658],[-38355,-334872],[-32874,-338433],[-36441,-333146],[-33514,-336209],[-34274,-339454],[-34932,-350471],[-32587,-349652],[-45922,-285260],[-44300,-341617],[-39780,-337419],[-43415,-407961],[-42517,-405196],[-41144,-409701],[-69853,-395849],[-68547,-394955],[-70711,-395455],[-76494,-398092],[-78884,-400470],[-77265,-398104],[-78796,-416597],[11201,-280539],[8787,-277685],[12646,-290720],[12510,-323869],[12390,-324060],[4386,-337070],[5058,-337503],[6042,-339866],[1622,-338400],[1857,-460649],[149886,-370588],[148704,-370466],[147757,-370281],[148011,-370007],[147923,-369857],[148373,-370122],[148090,-370897],[150569,-372729],[150264,-371736],[148550,-372895],[148577,-373691],[148270,-374701],[149162,-375817],[147145,-374154],[147327,-372986],[148587,-373262],[148316,-373579],[148296,-373760],[147768,-373638],[25491,-314031],[23797,-319008],[21461,-315506],[20720,-332178],[20925,-331388],[17660,-340393],[13912,-344814],[20531,-334935],[20749,-335131],[20917,-334525],[19817,-333593],[20398,-334514],[20952,-332852],[27462,-267143],[28463,-263322],[31219,-265482],[27519,-266928],[37485,-302972],[36261,-304463],[32865,-304248],[32561,-307770],[29184,-314324],[36931,-317703],[49778,-232150],[48589,-251938],[44590,-318249],[41061,-315152],[38611,-363695],[56209,-241954],[59816,-248719],[55751,-255333],[55060,-305022],[53522,-315112],[52003,-308594],[53081,-308891],[52668,-320021],[70238,-255548],[71230,-259115],[66527,-331935],[71266,-332048],[74400,-331536],[75541,-331888],[74137,-335282],[73234,-333594],[87844,-253573],[77753,-260661],[78109,-257483],[76887,-331495],[77639,-330991],[77601,-332878],[76970,-335187],[77607,-335204],[91461,-256076],[90361,-258786],[99296,-365604],[98234,-367955],[94915,-370640],[92466,-370026],[93837,-370457],[95578,-368524],[102090,-363642],[98568,-366444],[99605,-366508],[114964,-301546],[111331,-315929],[112541,-315920],[107924,-315124],[113018,-316258],[109901,-314120],[114416,-315344],[111636,-318112],[108089,-357625],[109173,-358132],[113369,-357728],[112094,-357883],[102513,-363998],[103381,-362210],[103086,-358317],[103013,-359111],[103985,-359700],[104099,-359843],[107377,-358535],[113395,-358489],[120428,-319759],[-45954,-398154],[-43473,-405055],[-42104,-418685]] \ No newline at end of file diff --git a/src/gathering/a11936.json b/src/gathering/a11936.json new file mode 100644 index 0000000..24e3332 --- /dev/null +++ b/src/gathering/a11936.json @@ -0,0 +1 @@ +[[-39643,-399678],[-48877,-411078],[138140,-286068],[137920,-285920],[137731,-286011],[137800,-286179],[137798,-286312],[137818,-286420],[74945,-278889],[75084,-278843],[75124,-278903],[75340,-278381],[75196,-278275],[75364,-277724],[75583,-277691],[75485,-277899],[75066,-277984],[74075,-273456],[74015,-273324],[74314,-272455],[74387,-272688],[74429,-272805],[73588,-272021],[82312,-276698],[81987,-275548],[81829,-275667],[81920,-275350],[77773,-278001],[77895,-278235],[78000,-278373],[78679,-278027],[83568,-285927],[83989,-285654],[84090,-285909],[83980,-285784],[84481,-285635],[84343,-285210],[94843,-280452],[94449,-280247],[94165,-280434],[93995,-280552],[96004,-277219],[96269,-277031],[95733,-276656],[95588,-276592],[95482,-276661],[100869,-280720],[101243,-280861],[101376,-280929],[101507,-281162],[101618,-280852],[101573,-280656],[101535,-280504],[101312,-280280],[100958,-280264],[100782,-280303],[99855,-279278],[100068,-279403],[100136,-279473],[99551,-279700],[99754,-279584],[99800,-279455],[95562,-292682],[95670,-292487],[96185,-292601],[95977,-293250],[95437,-292698],[96756,-293352],[96504,-293224],[96561,-293066],[101575,-284121],[101244,-283706],[101629,-283631],[106111,-278456],[106144,-278218],[106015,-278110],[106338,-279323],[106716,-279504],[106784,-279353],[106879,-279341],[106923,-279942],[106946,-280155],[105981,-280209],[106059,-279935],[105741,-280145],[105381,-278947],[105695,-278988],[105477,-279349],[105383,-279588],[105510,-279735],[105337,-279930],[105287,-279952],[104184,-281115],[104494,-281013],[104617,-281125],[105137,-280435],[105485,-280283],[105545,-280503],[105609,-280675],[112882,-282918],[113030,-282966],[113174,-282830],[113283,-282656],[112710,-282089],[112726,-281968],[112924,-282092],[109281,-284588],[109481,-284613],[109542,-284770],[109665,-284640],[109709,-284500],[109719,-284375],[109443,-284325],[109732,-284729],[109795,-284987],[109649,-285159],[119865,-286394],[119592,-286217],[119508,-286046],[119543,-285808],[119761,-285579],[119660,-285433],[119806,-285331],[120282,-285425],[120504,-285228],[120306,-285164],[120336,-285106],[-29786,-404669],[-33704,-422516],[-50270,-398248],[-42913,-400289],[-45839,-402016],[-47954,-415126],[-41552,-409897],[-41335,-415910],[-57540,-397940],[-60919,-412389],[128187,-280370],[128230,-280162],[128224,-279758],[128289,-279835],[128213,-278920],[128038,-278659],[130022,-276918],[130006,-277079],[129881,-277161],[130579,-277138],[130531,-277482],[130473,-277693],[133301,-279435],[133460,-279219],[133798,-279260],[133330,-279124],[132932,-279459],[132882,-279590],[133367,-277181],[133553,-277456],[133738,-277600],[133931,-277382],[135562,-277246],[135489,-277363],[135486,-277577],[135590,-277669],[136723,-276979],[136632,-277206],[136745,-277392],[138213,-276989],[138669,-276865],[138613,-277188],[138517,-277183],[139286,-278116],[139147,-277939],[139045,-277953],[139555,-278176],[134941,-279558],[135098,-279435],[135245,-279615],[136561,-281242],[136505,-281078],[136311,-281226],[136283,-281016],[130924,-281358],[131135,-281318],[131364,-281058],[131524,-280810],[131233,-280745],[130289,-277307],[130295,-277590],[132482,-277197],[132387,-277553],[132260,-277701],[133830,-276099],[133371,-276202],[133521,-276334],[137750,-278418],[137579,-278297],[137477,-278256],[137574,-278581],[137398,-280822],[137321,-281080],[137727,-281074],[137671,-281334],[137959,-281065],[135277,-280803],[135551,-280764],[135608,-280692],[135194,-280530],[135479,-280581],[135779,-280328],[135743,-280076],[135450,-280074],[136645,-278947],[136445,-279107],[136127,-278909],[130155,-280377],[130285,-280207],[130427,-280241],[136433,-281431],[138937,-284055],[138677,-283883],[138521,-283819],[138594,-284193],[139122,-283774],[139169,-283520],[134761,-288408],[134990,-288530],[134957,-288689],[134836,-288828],[130250,-284763],[130097,-284150],[130285,-284272],[130340,-284388],[129385,-283645],[129526,-283344],[129679,-283353],[130769,-283519],[130952,-283304],[131032,-283414],[131080,-283489],[131322,-282900],[131127,-282616],[131104,-282423],[139070,-284452],[138887,-284265],[140108,-284082],[139754,-283795],[139522,-283652],[139449,-284086],[139168,-284058],[140502,-283664],[140301,-283355],[139880,-283497],[139861,-283992],[139755,-284151],[137536,-288747],[137346,-288557],[137250,-288312],[137114,-288267],[137783,-289233],[137441,-289091],[137142,-289103],[137102,-288997],[137624,-289864],[137385,-289789],[137259,-289930],[137122,-290088],[137570,-290130],[137367,-290738],[138102,-291596],[137891,-291551],[137720,-291372],[137471,-291197],[137269,-291193],[135892,-292291],[135908,-291940],[135811,-291898],[132424,-288471],[132483,-288264],[132879,-288079],[132983,-287481],[133084,-287272],[133332,-287337],[133618,-287387],[135723,-285983],[135665,-286212],[135720,-286392],[135518,-286431],[137651,-281529],[136779,-281847],[136731,-281548],[74559,-278050],[74842,-278113],[74098,-276818],[74018,-277059],[73354,-276699],[73328,-276959],[72250,-275168],[72424,-275289],[72197,-275404],[73450,-273310],[73569,-273519],[73791,-273434],[76498,-275072],[76221,-274979],[76617,-276354],[76334,-276181],[76342,-276064],[88325,-265038],[88313,-265229],[87992,-264201],[88263,-264257],[88435,-264354],[88444,-264501],[87578,-263241],[86976,-263111],[87177,-263323],[87313,-263461],[87367,-262829],[87647,-263036],[87805,-263114],[88330,-262598],[88471,-262832],[88657,-262844],[89356,-261043],[89104,-261325],[89232,-261595],[89392,-261538],[89441,-261431],[89538,-276494],[89587,-276667],[88690,-277759],[88970,-277720],[89076,-277870],[88931,-277934],[86283,-276288],[86191,-276532],[86255,-275962],[86492,-276312],[86023,-277215],[85921,-277147],[85815,-277349],[85622,-277264],[83150,-277234],[83456,-277400],[83526,-277585],[83364,-277627],[83094,-277771],[82155,-275330],[81946,-275512],[81960,-275813],[81937,-274847],[81363,-274524],[80553,-275056],[80843,-274777],[81647,-272931],[81944,-272785],[81916,-273120],[82352,-272638],[82574,-271911],[82638,-272430],[82961,-272194],[78323,-273924],[78271,-273656],[78714,-275637],[78886,-275796],[78583,-275917],[78500,-276390],[78365,-276471],[78757,-277805],[78430,-277761],[78006,-277817],[78221,-277933],[78290,-278199],[77975,-278008],[76863,-275989],[83237,-294176],[83726,-294039],[81514,-292752],[81736,-292915],[81843,-292427],[82017,-292727],[79677,-291924],[79867,-292001],[79976,-290756],[80663,-291558],[81157,-291552],[83800,-292168],[83690,-292010],[83885,-292604],[84101,-292579],[83490,-291764],[87121,-293025],[87628,-292586],[87018,-291380],[86214,-291714],[86787,-291751],[86161,-292725],[86186,-293108],[85800,-294160],[85573,-294069],[85114,-293997],[89132,-290884],[89270,-291062],[88810,-290362],[89056,-290340],[89557,-292134],[89369,-284843],[89486,-285754],[89099,-285650],[88790,-285589],[89467,-289192],[89423,-288957],[88671,-289066],[88420,-289097],[87309,-288744],[87531,-288809],[87693,-288808],[87693,-288478],[86383,-290008],[86581,-290051],[86454,-289760],[85265,-290294],[85073,-290180],[84318,-289846],[84089,-289778],[83311,-289010],[83822,-286693],[83841,-286360],[82259,-286590],[82315,-286775],[81821,-284664],[81390,-284783],[79762,-284690],[79885,-284581],[79657,-285371],[79855,-285482],[79790,-285212],[80119,-286440],[79875,-286839],[80880,-288541],[80836,-288900],[80597,-288675],[80553,-288410],[81124,-288620],[81794,-290519],[81968,-290399],[81994,-290725],[83798,-284323],[83884,-284090],[84303,-284606],[84123,-284613],[84749,-283703],[84471,-283641],[84785,-286596],[84923,-286686],[84289,-287155],[84392,-287456],[84610,-287696],[84694,-287406],[85583,-289614],[85440,-289493],[83726,-294353],[85191,-294211],[90275,-262494],[90534,-262502],[90833,-262174],[90998,-262228],[90759,-262624],[90901,-263083],[90821,-263304],[90997,-263359],[91643,-263809],[91321,-263923],[91132,-263788],[91008,-263659],[91928,-265146],[91718,-264969],[91644,-264948],[91410,-265432],[91243,-265318],[91069,-265434],[90912,-265299],[90933,-266059],[90749,-265757],[90616,-265720],[90546,-266046],[91180,-267650],[90905,-267602],[90822,-267238],[90728,-267138],[90596,-267496],[90241,-267764],[90320,-267963],[91430,-268303],[91278,-268139],[91074,-268204],[97536,-280339],[97271,-280202],[97059,-280295],[98203,-280378],[95038,-279881],[94877,-280073],[94689,-280286],[92715,-280929],[98337,-277952],[98256,-278209],[97963,-278038],[95221,-277943],[95347,-278225],[95752,-277919],[95975,-277892],[95715,-276990],[95999,-277046],[96023,-276113],[96336,-275656],[97303,-275582],[97134,-274647],[97311,-274764],[97859,-275013],[97966,-274854],[91006,-277680],[90895,-277940],[91106,-277999],[90041,-276259],[90031,-276562],[89943,-276820],[91829,-269301],[91716,-269033],[91675,-269247],[91859,-269520],[92050,-269979],[91824,-270032],[91633,-269880],[90972,-272379],[90823,-272155],[90784,-272143],[90464,-273299],[90385,-273113],[90119,-273070],[90038,-273129],[93227,-275291],[93023,-275408],[93085,-275522],[93312,-275632],[91893,-273636],[91918,-273968],[92063,-273991],[92313,-273750],[91177,-274501],[90943,-274501],[90809,-274461],[100860,-275847],[101314,-276137],[101193,-276233],[101062,-276240],[102273,-276474],[102348,-276231],[102031,-276604],[99937,-279433],[99113,-278930],[99424,-279026],[100732,-280585],[100942,-280445],[100773,-280836],[100471,-281054],[100351,-281058],[100135,-280631],[100184,-280856],[98528,-279033],[98638,-279137],[98595,-278924],[96370,-279665],[96597,-279494],[96754,-279597],[96925,-279715],[97005,-279532],[96721,-279304],[92127,-292182],[92308,-291965],[91747,-292036],[91843,-292272],[93800,-294192],[93756,-293860],[94664,-293552],[94896,-293727],[95048,-293485],[94071,-291593],[94334,-291338],[94054,-290895],[94328,-291051],[96485,-293484],[97143,-293164],[97117,-292963],[97546,-291790],[97283,-291953],[97446,-292412],[96870,-291676],[96705,-291932],[97766,-289488],[97510,-289521],[97601,-289941],[98026,-289899],[99037,-290461],[98874,-290652],[98623,-290682],[99743,-289898],[99702,-288975],[99667,-289270],[100185,-284343],[100303,-284545],[100570,-284429],[100904,-284077],[101258,-284219],[101584,-283905],[93723,-289216],[93764,-289624],[92658,-289044],[94431,-288805],[94794,-288824],[95214,-288410],[95559,-288343],[95484,-288888],[98447,-282404],[98627,-282132],[97159,-282035],[96923,-282057],[96976,-282278],[93025,-281585],[92356,-282367],[89665,-282963],[90082,-283548],[90414,-283742],[90536,-284842],[90339,-284916],[89887,-285101],[89760,-285516],[90267,-287035],[89921,-287033],[89862,-287245],[89724,-288952],[97494,-290654],[97184,-290419],[100836,-283231],[100915,-283066],[101107,-283022],[94267,-287539],[95170,-287987],[92211,-293719],[92307,-293462],[92117,-293385],[91724,-294165],[94316,-293957],[91035,-294730],[91106,-294504],[90947,-294412],[90796,-294467],[90800,-294679],[90441,-294470],[90770,-294256],[91755,-294683],[91626,-294293],[106000,-277712],[105722,-277557],[105601,-277792],[107451,-277587],[107807,-277411],[107602,-277676],[108126,-278154],[107777,-278228],[110415,-279988],[109915,-280530],[110168,-280365],[110314,-281142],[110582,-281132],[113081,-281058],[113066,-280911],[112066,-279721],[112150,-279895],[112437,-279492],[112691,-279487],[115100,-280877],[114012,-281319],[113986,-281115],[113832,-280997],[105617,-281189],[105426,-281076],[105417,-280782],[105453,-280665],[106304,-280351],[106364,-280616],[106502,-280560],[106599,-280381],[106475,-279483],[106766,-279583],[106887,-279757],[105066,-279420],[105347,-279404],[105336,-279158],[105631,-278851],[105717,-278825],[105692,-278520],[105707,-278394],[105453,-278425],[105130,-278482],[104563,-278782],[104910,-278568],[103070,-289536],[102883,-289371],[102751,-289687],[102717,-289512],[103209,-290892],[103595,-290970],[103353,-291029],[103391,-290820],[103927,-289923],[104099,-290118],[103017,-285261],[102797,-285265],[110470,-281568],[110065,-281497],[111902,-282345],[111844,-282601],[111986,-282759],[112172,-282827],[113878,-281529],[113431,-281580],[113577,-281736],[112976,-282652],[113113,-282448],[112945,-282244],[109036,-285261],[109391,-285107],[109410,-285145],[109615,-285061],[109583,-284272],[109809,-284118],[109379,-283865],[108416,-285371],[108660,-285616],[108863,-285565],[107033,-285085],[107091,-285453],[107238,-285589],[107484,-285153],[107503,-284880],[107252,-287268],[107190,-287496],[107131,-287889],[107691,-287689],[107692,-287424],[107508,-287369],[106869,-287297],[105072,-282787],[106744,-287612],[106241,-287892],[106216,-287468],[106287,-287273],[106444,-287227],[106565,-287436],[105932,-288038],[105772,-287600],[105216,-282854],[105322,-282609],[105391,-287974],[105193,-287726],[105041,-288019],[104703,-285951],[104321,-285652],[104656,-285647],[105373,-285497],[105986,-284918],[105557,-284730],[105549,-284950],[105790,-285146],[105854,-285208],[105041,-282451],[104844,-282586],[116513,-275904],[116496,-275642],[116249,-275798],[117075,-276361],[117428,-276237],[118756,-277227],[118425,-277296],[118614,-277553],[118471,-277822],[118269,-277675],[120409,-279948],[120109,-279865],[120092,-280145],[120461,-280247],[120639,-280230],[120688,-281058],[120398,-280944],[120299,-280986],[120951,-281359],[121077,-280808],[120557,-281151],[120427,-281340],[127471,-280169],[127282,-280404],[127439,-280491],[127675,-280401],[127962,-279676],[127916,-278716],[127468,-277142],[127658,-277285],[127720,-277428],[127547,-277661],[127498,-277858],[126910,-277195],[127071,-277322],[127109,-277470],[115760,-280501],[115935,-280925],[116024,-281088],[115806,-281125],[115678,-281217],[115277,-281181],[121716,-283020],[121295,-283158],[121159,-283068],[121565,-283003],[124339,-282942],[124582,-282863],[124434,-282663],[124360,-282598],[124205,-283004],[118859,-282195],[119114,-282356],[119254,-282462],[119437,-282416],[119548,-282368],[117400,-283311],[117787,-283229],[117843,-282945],[117237,-282551],[117604,-282600],[117869,-282780],[117919,-286752],[118044,-286575],[118139,-286678],[120030,-285540],[120605,-285839],[120554,-284799],[120150,-284629],[120307,-284447],[119722,-283973],[119386,-284206],[119214,-284086],[119250,-283893],[119069,-283610],[118881,-283763],[118942,-284066],[118554,-281408],[118555,-281747],[118339,-281964],[118287,-282052],[117907,-281958],[-117934,-269898],[-116281,-270947],[-118968,-271984],[-117473,-271740],[-118959,-273890],[-118506,-273327],[-123684,-276440],[-124756,-274647],[-124514,-274944],[-126403,-276109],[-123779,-281180],[-122593,-278822],[-123549,-278752],[-115921,-269574],[-116362,-269606],[-123140,-275280],[-121892,-275455],[-126535,-275772],[-126408,-275022],[-123907,-280513],[-124078,-280105],[-123073,-282745],[-124262,-282373],[-124347,-282142],[-127262,-286143],[-126997,-285371],[-126052,-285503],[-125835,-284665],[-124810,-285050],[-124995,-285132],[-121289,-293527],[-119984,-293217],[-120399,-292382],[-115259,-287588],[-118579,-286955],[-119960,-285962],[-120645,-287168],[-121126,-287952],[-120914,-289244],[-121227,-289218],[-116697,-306350],[-115851,-305758],[-122048,-294783],[-115218,-300156],[-117491,-295959],[-118982,-299675],[-118500,-299130],[-117279,-294832],[-118115,-294276],[-122899,-295577],[-117166,-300183],[-8515,-276310],[-7177,-276020],[-8571,-277662],[-8753,-277210],[-24399,-254557],[-24199,-256002],[-25277,-267627],[-22226,-268931],[-21647,-269251],[-14360,-272818],[-15025,-272674],[-16539,-274170],[-15472,-272735],[-30485,-254331],[-29651,-254035],[-32777,-254940],[-33051,-255456],[-25855,-255075],[-32305,-251574],[-31838,-251914],[-32642,-251036],[-33247,-252185],[-30174,-265685],[-27381,-266071],[-30502,-265646],[-31882,-256444],[-33453,-256352],[-26496,-256036],[-29593,-264729],[-32080,-264245],[-28521,-263231],[-28706,-264291],[-30378,-262949],[-30579,-262878],[-32318,-263634],[-32177,-262403],[-28385,-262507],[-28014,-262020],[-37211,-286784],[-36781,-287395],[-37523,-309818],[-40850,-251750],[-41751,-253174],[-40037,-252030],[-38526,-251679],[-51084,-263050],[-50506,-262971],[-45638,-261108],[-43302,-259069],[-41637,-258798],[-41783,-259962],[-41664,-260309],[-40409,-261828],[-39655,-261032],[-44121,-259139],[-47719,-259726],[-47603,-261486],[-44071,-259350],[-49433,-260951],[-50189,-262001],[-50274,-272799],[-48038,-273337],[-46428,-286586],[-46099,-284856],[-50223,-291033],[-48580,-291897],[-41778,-287826],[-43136,-286917],[-40603,-287007],[-40102,-286797],[-48373,-286257],[-46955,-285264],[-38898,-310944],[-49004,-314016],[-49280,-314486],[-58803,-266700],[-57756,-267317],[-52584,-262513],[-62162,-261730],[-52605,-262884],[-63550,-262817],[-63676,-263027],[-63964,-260814],[-63872,-262236],[-58183,-270771],[-58306,-270865],[-58518,-273525],[-57818,-274773],[-58622,-276875],[-56937,-276936],[-61406,-274684],[-62122,-274617],[-62185,-277126],[-61715,-276670],[-62695,-279169],[-63409,-278852],[-55361,-269508],[-55810,-269163],[-60253,-269342],[-59914,-270142],[-53900,-281102],[-53994,-281355],[-62193,-283032],[-58692,-281523],[-56154,-289612],[-55963,-289484],[-55675,-282137],[-55676,-282970],[-61227,-284677],[-59792,-283358],[-59575,-282626],[-59411,-282434],[-58352,-283931],[-57075,-283222],[-58333,-282697],[-54360,-312748],[-55044,-312047],[-61771,-312884],[-61828,-313310],[-63477,-311280],[-65901,-268511],[-64486,-268376],[-67134,-267734],[-66624,-267292],[-64579,-263636],[-65151,-265697],[-66082,-264461],[-64096,-260260],[-76565,-268543],[-76577,-278525],[-76002,-278645],[-75804,-276514],[-74712,-277029],[-72079,-269267],[-76068,-270687],[-67575,-280119],[-68197,-274591],[-67962,-275207],[-70232,-275443],[-69582,-274895],[-71730,-276021],[-70667,-276956],[-72258,-268810],[-67462,-285540],[-68096,-285525],[-69058,-284018],[-66980,-281606],[-71726,-283452],[-72096,-283434],[-72351,-281564],[-69954,-283352],[-70647,-283252],[-69241,-292057],[-69353,-294054],[-66296,-286650],[-66992,-287428],[-67139,-303664],[-68367,-303508],[-66462,-301486],[-66530,-302671],[-73925,-302256],[-76003,-302283],[-73398,-305028],[-75464,-305252],[-74353,-306689],[-74615,-306613],[-68245,-299008],[-68489,-298097],[-64086,-313387],[-64491,-312243],[-65741,-312791],[-65340,-312509],[-66605,-310977],[-67318,-311531],[-75223,-308453],[-75575,-307494],[-75589,-309746],[-76352,-309941],[-75353,-313477],[-75955,-314812],[-71168,-315919],[-71468,-316073],[-66537,-308769],[-67486,-308829],[-75207,-322352],[-75633,-321758],[-73816,-322722],[-74379,-323416],[-73528,-324913],[-72816,-325573],[-79057,-268468],[-79423,-268523],[-82916,-267674],[-82776,-267759],[-83056,-267796],[-83061,-266738],[-85680,-265543],[-86175,-264956],[-87088,-265096],[-87307,-265843],[-89335,-263253],[-89034,-263375],[-86492,-261670],[-85840,-261204],[-79115,-277940],[-78794,-278325],[-80734,-279958],[-78284,-279994],[-85617,-278359],[-82372,-279240],[-81946,-279233],[-83091,-278721],[-83088,-278277],[-86045,-277562],[-86207,-278353],[-88051,-278921],[-87549,-279060],[-88710,-277960],[-88437,-278345],[-86897,-292809],[-85995,-292165],[-77720,-300970],[-78264,-299759],[-80123,-301088],[-78645,-299353],[-81780,-298978],[-81832,-298994],[-83322,-297111],[-83150,-296740],[-87365,-295193],[-87666,-296285],[-82228,-305052],[-81086,-304398],[-81106,-306013],[-83237,-303813],[-83043,-303619],[-84812,-300606],[-87092,-299758],[-87569,-300242],[-85607,-301149],[-87104,-302002],[-85693,-302874],[-86993,-299485],[-88917,-298883],[-88749,-298034],[-89123,-315179],[-88571,-314401],[-88478,-312619],[-88626,-311154],[-86308,-312431],[-86262,-311592],[-83177,-312917],[-83015,-313625],[-80870,-308903],[-80420,-308199],[-80067,-307326],[-76931,-320134],[-76897,-320595],[-90805,-255785],[-91875,-251533],[-92101,-252222],[-92746,-251046],[-93136,-251241],[-93912,-251478],[-93832,-251678],[-91937,-257468],[-91111,-257899],[-91752,-255964],[-90312,-260356],[-91340,-260393],[-90254,-276355],[-91189,-277786],[-91727,-274398],[-91909,-273615],[-92962,-273773],[-97416,-275348],[-98462,-273832],[-96823,-272836],[-101975,-268955],[-92235,-275843],[-91887,-275437],[-92666,-274066],[-98688,-274103],[-99006,-273981],[-99931,-272236],[-100989,-271619],[-101377,-269640],[-90219,-292437],[-95032,-293944],[-96784,-293031],[-101965,-284667],[-97083,-286353],[-98538,-286016],[-95683,-287638],[-94584,-287145],[-92986,-289363],[-90292,-298380],[-93640,-296856],[-93428,-296695],[-94834,-298468],[-90413,-297502],[-97214,-300479],[-94870,-303189],[-95858,-304494],[-93698,-305687],[-99429,-302798],[-98642,-302395],[-93125,-295230],[-93233,-296396],[-94306,-305359],[-94505,-303853],[-96251,-302630],[-96026,-302811],[-98451,-302203],[-101264,-303231],[-100454,-302958],[-101981,-303418],[-92609,-295473],[-89623,-297845],[-101682,-310824],[-90198,-319394],[-89870,-320736],[-109072,-267739],[-108555,-268515],[-110408,-267781],[-107347,-267874],[-107399,-268367],[-102948,-269471],[-111612,-268633],[-110775,-269215],[-113328,-270542],[-113900,-269509],[-105338,-280202],[-103972,-280294],[-102429,-270394],[-106886,-269259],[-108196,-284351],[-106928,-283733],[-106494,-283831],[-106394,-286201],[-102743,-285667],[-102527,-303335],[-103538,-303948],[-108343,-302807],[-104239,-306974],[-108693,-301418],[-106082,-306853],[-106237,-306248],[-103248,-312188],[-103032,-311988],[-103373,-312187],[-105522,-308305],[-105394,-308913],[-106111,-309258],[-102633,-307031],[-105434,-314232],[-105338,-314768],[12628,-266792],[3206,-270512],[4009,-271697],[8363,-274684],[8370,-273868],[13697,-265739],[12905,-265921],[13153,-266858],[-115600,-271551],[-122421,-278809],[-115658,-270553],[-116827,-273195],[-118746,-272121],[-116472,-271817],[-119667,-274923],[-120479,-273164],[-119920,-275134],[-123878,-276320],[-124090,-275834],[-126047,-276646],[-124901,-276027],[-124658,-275939],[-125454,-280133],[-123822,-281039],[-122640,-279542],[-122707,-281104],[-116898,-269797],[-117293,-270330],[-117067,-270717],[-123266,-275166],[-122776,-275205],[-123055,-274876],[-126559,-275188],[-126186,-275624],[-125331,-275635],[-122660,-279225],[-123641,-279843],[-123309,-280445],[-124143,-281437],[-124564,-283252],[-124940,-282672],[-123792,-282947],[-127426,-286240],[-127456,-285822],[-127218,-285477],[-125762,-285803],[-126572,-284262],[-125891,-285164],[-125774,-284313],[-126630,-284253],[-125045,-285830],[-125302,-285798],[-125605,-284782],[-117173,-293427],[-123641,-293934],[-120479,-293986],[-120094,-293860],[-115915,-287394],[-119525,-285637],[-119100,-286399],[-119241,-285626],[-121091,-288024],[-120175,-287662],[-120838,-289343],[-121029,-288006],[-120678,-288889],[-116162,-305991],[-117103,-305651],[-117109,-306958],[-116797,-297639],[-123517,-294592],[-122668,-294803],[-117730,-297553],[-115995,-296559],[-117961,-297932],[-119002,-298389],[-117817,-297231],[-118188,-294484],[-118045,-294933],[-115921,-298087],[-116948,-298861],[-115704,-299271],[-121119,-294223],[-8619,-276059],[-8123,-275530],[-7350,-276238],[-8241,-278302],[-7702,-277619],[-8717,-277887],[-278909,-494247],[-278289,-486544],[-278259,-486611],[-278600,-494906],[-25316,-254978],[-24463,-254041],[-24240,-255733],[-23084,-255010],[-23830,-256854],[-20497,-268241],[-20069,-268299],[-25577,-267813],[-25467,-267562],[-21517,-269633],[-15186,-272122],[-14527,-271913],[-14926,-272006],[-15664,-273299],[-15123,-273198],[-16509,-273857],[-30049,-254179],[-29265,-255678],[-30487,-254787],[-33158,-254612],[-32152,-255553],[-32357,-255107],[-26155,-255501],[-31976,-252275],[-32964,-250865],[-32122,-250367],[-32503,-251429],[-31501,-252026],[-33318,-251052],[-32732,-256724],[-28133,-264951],[-32485,-262184],[-32939,-257662],[-28292,-265651],[-27174,-265678],[-29278,-265107],[-33187,-256685],[-31093,-262314],[-29410,-264592],[-31399,-262401],[-28369,-263699],[-28564,-264305],[-30339,-263311],[-31305,-262790],[-31554,-263958],[-32132,-263258],[-31405,-262598],[-32804,-263166],[-28378,-261613],[-28504,-262961],[-28425,-262076],[-37927,-287870],[-37763,-310574],[-37661,-311141],[-37170,-372484],[-37766,-373723],[-36840,-374305],[-36958,-373195],[-36842,-373271],[-36438,-376237],[-36649,-376305],[-41559,-253291],[-42354,-253782],[-41870,-251885],[-40571,-251693],[-38913,-251621],[-40207,-251962],[-39509,-261046],[-49559,-260165],[-41284,-261436],[-46247,-261524],[-43005,-259289],[-45229,-258476],[-40087,-259080],[-40685,-259937],[-39936,-258705],[-41425,-260281],[-41867,-261261],[-40979,-262844],[-46193,-262618],[-49015,-260303],[-51175,-263077],[-47807,-259299],[-47014,-261328],[-46536,-261741],[-44994,-261158],[-43013,-259587],[-44050,-260384],[-49772,-261418],[-50838,-261436],[-49814,-261278],[-47744,-271147],[-49791,-270690],[-48264,-271782],[-50164,-272879],[-50064,-272651],[-49869,-271703],[-46552,-285432],[-45781,-285653],[-40441,-288545],[-49247,-292266],[-50461,-290744],[-48806,-291258],[-41777,-288651],[-44084,-287484],[-42557,-288073],[-40168,-288640],[-40800,-286728],[-47083,-287044],[-46940,-285208],[-47067,-285278],[-38882,-310388],[-50375,-314265],[-49673,-314464],[-49791,-314610],[-41663,-377336],[-40041,-373192],[-40444,-377661],[-41308,-379139],[-39884,-377962],[-42490,-378640],[-42668,-378323],[-42771,-378351],[-44426,-377975],[-44488,-378339],[-44862,-377741],[-44945,-377448],[-39073,-375091],[-39183,-372995],[-40781,-373979],[-58078,-266385],[-59195,-268547],[-59308,-268476],[-51804,-262835],[-61593,-261265],[-63613,-260713],[-52747,-262548],[-52324,-261726],[-51709,-261344],[-63299,-261371],[-63678,-260440],[-58585,-281098],[-58866,-280457],[-58613,-280897],[-58084,-270054],[-59302,-270199],[-58646,-270813],[-58132,-272718],[-57726,-272688],[-57460,-273566],[-58292,-276603],[-56582,-276122],[-58468,-277235],[-58087,-280611],[-63269,-275587],[-61370,-274741],[-62182,-275276],[-62607,-276337],[-61621,-275846],[-62690,-277121],[-63345,-279227],[-63020,-278628],[-62747,-279513],[-56807,-269624],[-55467,-269415],[-56522,-268770],[-59888,-269247],[-60093,-268624],[-59819,-269012],[-54100,-280950],[-57156,-279783],[-57916,-281336],[-61883,-283410],[-60299,-283032],[-62615,-283977],[-60081,-282479],[-54627,-289642],[-55773,-288690],[-55276,-288636],[-55754,-281603],[-53664,-281852],[-52563,-281910],[-52931,-282665],[-59694,-283364],[-58890,-284011],[-57628,-283922],[-58823,-282678],[-54561,-313123],[-53806,-312906],[-53803,-312204],[-61254,-312025],[-61484,-312434],[-60790,-312230],[-63873,-313181],[-63867,-313125],[-63229,-312211],[-63397,-311836],[-66333,-268293],[-67099,-263395],[-67058,-266252],[-65243,-266859],[-66167,-266162],[-66069,-265701],[-65928,-264086],[-64717,-262708],[-65055,-261744],[-65857,-260726],[-71552,-281215],[-74877,-278742],[-76674,-278850],[-74313,-278781],[-75115,-277054],[-75671,-276424],[-76070,-276507],[-64790,-269847],[-66179,-268746],[-71685,-268979],[-72195,-269639],[-72917,-269383],[-75863,-269631],[-67171,-280661],[-69383,-280222],[-67359,-281063],[-68360,-274983],[-68228,-275283],[-68689,-275544],[-69910,-275546],[-69891,-274380],[-69751,-274735],[-71028,-276856],[-71611,-277121],[-71308,-276192],[-67390,-285845],[-67039,-284941],[-66963,-284864],[-72213,-281537],[-72566,-283306],[-67579,-286185],[-69585,-283026],[-68988,-283006],[-68595,-281608],[-67905,-292187],[-68964,-291852],[-68783,-292885],[-67647,-287141],[-67359,-286603],[-66964,-304517],[-68465,-302817],[-67197,-303075],[-66788,-302527],[-65897,-302802],[-67419,-300757],[-76374,-303584],[-76167,-302439],[-73999,-303928],[-75478,-303655],[-74767,-305375],[-74832,-305521],[-74872,-306425],[-74631,-306668],[-67596,-298648],[-68804,-297779],[-68464,-298416],[-64397,-312461],[-65396,-313462],[-65319,-313238],[-65898,-312196],[-65451,-311656],[-71230,-315814],[-65980,-309932],[-75578,-308371],[-75332,-308683],[-74744,-307463],[-75746,-309739],[-75919,-311271],[-75387,-310574],[-74739,-314129],[-75379,-314824],[-75435,-313704],[-72605,-316951],[-72573,-316630],[-71929,-316811],[-71241,-316619],[-66544,-309774],[-67714,-309436],[-67375,-308929],[-76537,-319817],[-75514,-319835],[-75548,-319915],[-73991,-326223],[-75505,-322786],[-74565,-321961],[-72991,-326685],[-74312,-324876],[-73866,-324309],[-73987,-326539],[-80216,-268404],[-78885,-268389],[-79644,-268197],[-82016,-267558],[-81937,-267882],[-82512,-268105],[-84057,-267115],[-83875,-267982],[-84433,-266470],[-85661,-265807],[-86048,-266209],[-85764,-266269],[-86580,-264935],[-86249,-265442],[-87490,-265680],[-89316,-262702],[-88945,-263891],[-86929,-261421],[-86108,-260656],[-86581,-261449],[-78299,-279091],[-79752,-279262],[-78487,-278714],[-80114,-279863],[-79367,-280862],[-85640,-276824],[-84581,-276713],[-82164,-278777],[-77134,-270816],[-76988,-269602],[-81306,-278000],[-81753,-278494],[-83607,-277175],[-82872,-277670],[-83242,-277761],[-86236,-277856],[-86883,-278086],[-86321,-277716],[-88183,-278871],[-88529,-279659],[-87563,-279900],[-88414,-277926],[-89565,-278118],[-79325,-281494],[-86496,-292081],[-87975,-291977],[-86895,-293689],[-77974,-299803],[-77800,-301523],[-79883,-300793],[-79655,-301121],[-79982,-301092],[-80475,-298531],[-81653,-299401],[-80840,-298636],[-83328,-296999],[-83367,-295511],[-84476,-295230],[-85498,-294632],[-87425,-295365],[-81737,-305270],[-81307,-305106],[-81611,-306374],[-84458,-302578],[-88089,-297931],[-83436,-302462],[-86816,-300766],[-83970,-301095],[-86565,-300370],[-86654,-303396],[-84542,-303423],[-87044,-301949],[-87292,-299620],[-87549,-300136],[-89310,-297350],[-88502,-298862],[-88817,-314434],[-87934,-314946],[-88379,-315155],[-87485,-312482],[-88173,-312414],[-85146,-311298],[-84993,-312156],[-85787,-313042],[-82583,-314383],[-83790,-312414],[-82729,-314006],[-80973,-309870],[-80097,-308316],[-81066,-308792],[-81446,-307057],[-81633,-308239],[-88901,-312759],[-89576,-320727],[-91319,-255418],[-91979,-252316],[-93155,-252729],[-92944,-252296],[-92581,-252174],[-93230,-252440],[-93857,-251975],[-94509,-251714],[-94438,-250792],[-91787,-257718],[-91285,-256744],[-91012,-255966],[-89711,-263528],[-91544,-260188],[-91319,-260520],[-90379,-260222],[-92181,-258271],[-91046,-258284],[-101543,-268473],[-89739,-277501],[-90700,-275418],[-91217,-275877],[-91095,-275458],[-92638,-274922],[-92558,-275716],[-97647,-276182],[-96939,-275640],[-97116,-275219],[-97832,-272130],[-99242,-273413],[-98069,-272122],[-100383,-272478],[-89667,-278245],[-93065,-275325],[-91928,-276374],[-93337,-273577],[-93818,-274472],[-92346,-273153],[-99051,-274511],[-98992,-275409],[-98604,-274501],[-101301,-272214],[-100802,-271832],[-102377,-269126],[-101902,-270480],[-101712,-283954],[-90193,-292167],[-96053,-293814],[-95962,-293592],[-96614,-292815],[-102321,-285909],[-97650,-284616],[-98268,-286134],[-99286,-284524],[-95237,-288402],[-94808,-289266],[-95103,-288831],[-93592,-289522],[-94310,-291033],[-89602,-298695],[-94876,-296531],[-94652,-296640],[-96298,-294836],[-95726,-299426],[-96158,-299481],[-97628,-300579],[-96482,-300626],[-99179,-302018],[-94401,-303502],[-93612,-304807],[-94094,-304742],[-98643,-302704],[-101436,-303287],[-99622,-303031],[-92679,-295882],[-102120,-302835],[-95455,-295159],[-94251,-294260],[-94490,-296057],[-92900,-294679],[-94040,-304552],[-94848,-303385],[-94630,-303607],[-95748,-303661],[-96367,-303133],[-96063,-303340],[-97858,-301312],[-97920,-302394],[-97454,-301262],[-98594,-302263],[-100514,-302460],[-102327,-303545],[-90094,-297803],[-90290,-298122],[-101623,-310872],[-102111,-311387],[-90438,-320986],[-90824,-321126],[-102603,-268497],[-108454,-267535],[-106790,-266100],[-107856,-268482],[-110047,-268484],[-110178,-268369],[-107222,-268381],[-107249,-268197],[-107063,-267872],[-108951,-269272],[-111830,-269649],[-110193,-269929],[-110756,-269742],[-113559,-271689],[-112759,-269254],[-114844,-269254],[-105347,-280234],[-103015,-280279],[-102676,-270540],[-107307,-268819],[-106475,-269602],[-106671,-268642],[-108417,-283874],[-107956,-283931],[-108083,-284644],[-104476,-281423],[-102743,-284211],[-106100,-286006],[-106536,-284571],[-106137,-284752],[-114433,-287610],[-114818,-289065],[-104137,-303323],[-104622,-303936],[-106257,-306425],[-108075,-303169],[-106462,-302148],[-103773,-304099],[-109125,-299747],[-107580,-301670],[-107457,-302299],[-109015,-301192],[-103247,-307577],[-103760,-307543],[-106169,-307231],[-102564,-311915],[-105132,-307510],[-104782,-314656],[-104933,-313347],[-104034,-312175],[-106345,-307961],[-105540,-307644],[-106496,-307606],[-106671,-309477],[-106589,-308643],[-106143,-309152],[-104887,-315103],[-104886,-315400],[12747,-266087],[3432,-271051],[3210,-271561],[4038,-270459],[7482,-273546],[8131,-274137],[7689,-273363],[13757,-266068],[13376,-267084],[13259,-267143],[13355,-266652],[67186,-229556],[64869,-229088],[66986,-230947]] \ No newline at end of file diff --git a/src/gathering/a11940.json b/src/gathering/a11940.json new file mode 100644 index 0000000..6a4f201 --- /dev/null +++ b/src/gathering/a11940.json @@ -0,0 +1 @@ +[[-1268621,1523221],[-127720,-120390],[-127232,-123185],[-126097,-117502],[-125661,-117892],[-126500,-115872],[-115465,-138897],[-117521,-135371],[-119844,-136619],[-116500,-139410],[-125204,-134140],[-124762,-136458],[-124678,-136272],[-125828,-135007],[-126047,-134794],[-126824,-136787],[-125586,-140077],[-122005,-133110],[-121435,-131120],[-121715,-130974],[-123180,-130980],[-122029,-132773],[-120021,-133228],[-123587,-128279],[-127085,-142894],[-125963,-142454],[-126258,-142934],[-125442,-148273],[-126262,-148414],[-122240,-146830],[-122648,-147061],[-124810,-145880],[-125859,-148233],[-126932,-146469],[-126062,-148173],[-125966,-146231],[-125087,-145930],[-127198,-146655],[-123567,-145440],[-123447,-148298],[-125908,-146645],[-125596,-146193],[-124994,-146191],[-118610,-171840],[-119672,-178581],[-119640,-178470],[-119740,-178393],[-119811,-178563],[-119842,-178442],[-124464,-235853],[-124477,-235761],[-124635,-235891],[-124557,-235945],[-124734,-235858],[-117230,-5694],[-117073,-5486],[-116167,-4593],[-116242,-558],[-116714,-3018],[-116695,-2057],[-117821,-1101],[-115299,-5830],[-116135,-6708],[-122001,-12462],[-122733,-12019],[-121081,-8604],[-120866,-8977],[-119744,-1577],[-119763,-1031],[-119501,-1689],[-119550,-1041],[-119426,-3243],[-118618,-3565],[-119478,-3530],[-119631,-2191],[-127561,-245483],[-117918,-16595],[-117775,-17940],[-116091,-17646],[-116187,-19869],[-115947,-19977],[-125928,-23729],[-124580,-23013],[-125137,-23287],[-124896,-23213],[-121663,-24309],[-122872,-24283],[-122364,-24402],[-118812,-22203],[-118632,-21980],[-119211,-22118],[-118583,-22173],[-118638,-22959],[-117525,-22482],[-117855,-22639],[-117121,-22107],[-119891,-18528],[-120531,-17766],[-119784,-18701],[-120334,-17366],[-120466,-17318],[-120507,-17463],[-119945,-16437],[-120123,-16432],[-119820,-16579],[-119925,-16067],[-126089,-15165],[-117804,-36998],[-116450,-33804],[-116683,-31709],[-115667,-27677],[-119970,-33734],[-122667,-33811],[-122889,-33423],[-124057,-26108],[-123442,-25404],[-124446,-25602],[-125213,-25797],[-115956,-40436],[-117503,-39457],[-126910,-44031],[-124164,-40264],[-126433,-40402],[-126378,-39707],[-120443,-42147],[-121446,-42267],[-124578,-74093],[-122991,-75894],[-119944,-65066],[-119636,-66020],[-121620,-85837],[-119858,-96376],[-115251,-96440],[-115753,-97223],[-115350,-97273],[-119260,576],[-115431,4040],[-115902,9538],[-116218,9459],[-117841,11296],[-117786,9877],[-117029,5922],[-119282,4113],[-118360,5942],[-117728,3828],[-117283,12870],[-119990,7869],[-120252,7310],[-119273,1565],[-119679,1932],[-115631,8125],[-116376,8010],[-115808,7903],[-116413,8239],[-115414,9457],[-115941,9685],[-115999,10095],[-116149,10014],[-116301,10429],[-116666,10261],[-116345,12400],[-120287,2566],[-117721,10742],[-123189,10960],[-126335,139275],[-124340,137975],[-116361,137103],[-116738,138399],[-117931,138725],[-116198,140165],[-115832,140317],[-116617,128493],[-115428,137444],[-116106,133374],[-116715,132943],[-115952,132715],[-117143,132094],[-127472,135458],[-127133,135150],[-127095,135341],[-118948,135581],[-126139,132387],[-125845,132832],[-119420,140957],[-121920,140099],[-121895,142950],[-118861,146473],[-120145,149723],[-115447,148856],[-117588,152188],[-115565,152934],[-119830,151704],[-121153,150264],[-123547,149642],[-118007,150252],[-121654,152894],[-126171,144085],[-122958,145235],[-121174,145783],[-123891,147951],[-126563,144021],[-117377,148030],[-118724,148112],[-117378,147610],[-118191,146952],[-115864,147698],[-115604,146080],[-115474,145396],[-126049,150756],[-127258,150727],[-125631,148996],[-125568,148829],[-127776,143651],[-118131,142593],[-124942,145668],[-120411,153809],[-118498,154574],[-124464,153840],[-124983,155619],[-124493,156946],[-122035,156287],[-125164,154576],[-122569,156465],[-121870,153907],[-122634,155224],[-124665,156901],[-119621,164355],[-116612,177697],[-122310,178203],[-116535,176170],[-125957,177876],[-127837,235092],[-120312,14910],[-120179,14601],[-119522,15700],[-121900,18697],[-120698,17247],[-121133,18143],[-120193,20824],[-120923,20563],[-121006,21023],[-121076,19965],[-119010,23467],[-118108,23582],[-118313,23376],[-119028,22533],[-121371,24500],[-121192,25736],[-121962,24824],[-121795,18200],[-121665,17928],[-117927,13940],[-117437,13496],[-118945,13990],[-116134,25782],[-116228,25399],[-117425,25798],[-117445,25527],[-120482,25741],[-123080,19144],[-118761,16095],[-118858,16172],[-118533,15623],[-116504,23973],[-121805,20650],[-121528,15102],[-120076,294203],[-121619,295164],[-125445,305423],[-120681,305690],[-118498,296601],[-115552,296544],[-122209,305050],[-125402,299714],[-127085,309913],[-121654,311524],[-121821,311412],[-121618,311407],[-121770,311313],[-124343,34224],[-124054,33348],[-124697,34050],[-123950,34000],[-123264,29938],[-122462,35022],[-123847,34788],[-123698,34838],[-124350,35816],[-117866,38215],[-117515,34932],[-117702,35183],[-115595,33393],[-118406,26149],[-117581,26564],[-120421,27862],[-119174,37445],[-118089,27230],[-117857,27657],[-116119,28213],[-115921,27883],[-115213,28639],[-115652,28071],[-116046,26208],[-116677,25944],[-117420,26378],[-116562,26071],[-116001,33287],[-117227,33786],[-115986,33518],[-116478,33776],[-116782,33840],[-116900,33289],[-116190,33720],[-127885,33335],[-127207,33020],[-126982,32941],[-126917,33323],[-127022,33176],[-123666,27557],[-127698,33223],[-123169,33120],[-122137,31989],[-123507,32219],[-119091,31734],[-127460,33334],[-127404,33195],[-127699,33422],[-124722,37874],[-124802,38018],[-124903,37745],[-125612,37427],[-116725,432307],[-118454,39151],[-118203,38623],[-118181,39417],[-118941,44580],[-120982,46299],[-119665,46753],[-116486,46166],[-118011,47500],[-118788,45147],[-117472,46379],[-125544,44975],[-120183,39573],[-120419,43015],[-124196,43439],[-123501,39396],[-124122,40991],[-127262,40532],[-127013,40372],[-127863,39544],[-127752,55451],[-127669,54815],[-126741,51613],[-127876,51598],[-126586,54682],[-126801,55660],[-127006,53075],[-126564,53939],[-115429,57048],[-122508,57784],[-117723,61097],[-116826,61337],[-116890,58713],[-118350,61186],[-117202,54510],[-115214,56088],[-117725,76012],[-116005,75321],[-120188,75162],[-119158,75732],[-115789,69187],[-117050,75371],[-118089,67387],[-126581,71105],[-121364,75071],[-124912,74697],[-116272,64450],[-120119,67056],[-126462,71302],[-118387,77499],[-118650,79235],[-117268,81655],[-118280,87707],[-120406,89001],[-117351,88887],[-119653,87773],[-119563,88596],[-121807,84845],[-120098,87073],[-119147,83296],[-116500,84862],[-119066,88971],[-122823,81411],[-124072,86089],[-124802,86823],[-125494,87929],[-124703,87559],[-123735,87514],[-126827,87323],[-126309,87714],[-127527,88954],[-126924,84140],[-123587,84591],[-118369,100226],[-117016,97618],[-115940,100472],[-117048,91916],[-115233,91373],[-121028,102234],[-119167,95609],[-120130,99760],[-125887,100623],[-123715,96515],[-126868,94518],[-120026,93057],[-127546,101210],[-123203,98260],[-124756,100206],[-124246,100409],[-123437,100217],[-122082,102196],[-124100,101657],[-120533,92093],[-118973,92524],[-115810,90154],[-119533,101413],[-123039,98844],[-119127,102180],[-126372,95754],[-124695,95483],[-126156,95812],[-122895,94062],[-121580,92166],[-121978,92931],[-122761,92290],[-122880,91351],[-116326,104498],[-126161,103002],[-124198,104565],[-127352,107926],[-123495,104434],[-116587,104178],[-122894,102956],[-116304,110605],[-115487,109089],[-115289,110297],[-116992,114879],[-124672,111358],[-124966,111635],[-125372,111259],[-124677,111590],[-124081,108647],[-124652,108336],[-125386,108094],[-125479,108784],[-127591,107345],[-126904,107188],[-126345,108966],[-127945,108039],[-116339,107926],[-118879,105324],[-123735,118916],[-121518,117342],[-120923,115866],[-124627,115614],[-122677,116327],[-116366,116709],[-116921,116750],[-116431,127811],[-116684,127723],[-119163,125442],[-115758,125513],[-128144,-137928],[-140761,-129845],[-140037,-129670],[-128245,-146245],[-132466,-174657],[-130495,-924],[-130805,-7830],[-128102,-245303],[-136544,-23894],[-134940,-27740],[-132683,-29131],[-140678,-38207],[-135676,-36452],[-135798,-36596],[-135978,-36677],[-135803,-36663],[-135835,-36028],[-134731,-35316],[-134051,-35337],[-132999,-33827],[-132323,-35923],[-132323,-36032],[-133938,-37718],[-134145,-38089],[-135950,-32288],[-139537,-43351],[-138865,-43677],[-140667,-41468],[-138463,-41922],[-139625,-41825],[-132824,-39143],[-137675,-58650],[-138585,-58182],[-130241,-55511],[-129642,-56316],[-133822,-87987],[-130366,-88256],[-129931,-89036],[-131031,-91028],[-130377,-113111],[-133956,12417],[-137739,11019],[-134660,12380],[-139517,10422],[-138626,8477],[-136106,9056],[-130474,12585],[-132532,558],[-130946,656],[-130719,1818],[-140776,7588],[-137901,7965],[-138293,7785],[-136156,5017],[-136618,4000],[-133537,6635],[-133735,6657],[-133821,4540],[-137802,10769],[-138162,10206],[-135970,9433],[-137300,10303],[-130063,10939],[-140763,139938],[-137653,136688],[-137391,136419],[-136514,135462],[-139584,135339],[-135990,140951],[-136148,140506],[-135104,140603],[-131342,129848],[-132003,140942],[-130076,140959],[-128455,132548],[-132921,152413],[-134683,149409],[-136028,149466],[-132904,150036],[-134822,150674],[-132982,149170],[-134328,149887],[-134074,150902],[-137519,141939],[-129061,144883],[-128066,143457],[-128297,145911],[-130449,141504],[-131549,141228],[-138410,146308],[-139057,147116],[-138941,145980],[-138010,146698],[-130744,154993],[-128925,155807],[-135680,160162],[-135201,160964],[-135479,158873],[-135809,160856],[-138054,161345],[-132704,161991],[-132804,160036],[-132285,162460],[-130012,159510],[-133470,159652],[-132558,159076],[-131789,161045],[-138536,160438],[-140211,156133],[-132743,173989],[-132154,238213],[-128155,242278],[-136634,235375],[-136780,235797],[-128866,241486],[-132034,240627],[-132090,240627],[-132144,240608],[-132211,240701],[-132020,240416],[-131893,240591],[-132041,240356],[-132294,240350],[-132072,240484],[-130417,243719],[-131622,243647],[-138587,23966],[-136547,21210],[-135768,21315],[-136051,21996],[-139309,16295],[-138146,21435],[-140711,24323],[-140105,15924],[-137185,16276],[-138776,19285],[-138575,17787],[-136589,17177],[-131360,16934],[-140256,17727],[-131981,13285],[-139827,18470],[-136204,24661],[-135131,24163],[-134192,21185],[-134245,21942],[-139877,21575],[-128339,24258],[-128574,23243],[-128078,304330],[-129818,302809],[-133000,307254],[-128941,301383],[-129210,301413],[-128879,301513],[-129031,30781],[-129646,30473],[-138338,37168],[-140122,36711],[-140465,36893],[-128473,35740],[-128030,36181],[-128273,35611],[-128676,36278],[-128539,36502],[-128226,36765],[-128486,36240],[-128370,33438],[-128276,32739],[-128233,33766],[-137822,30233],[-138410,30987],[-130307,33295],[-129292,38251],[-128493,38463],[-128853,37454],[-130465,44991],[-129798,45090],[-130522,44804],[-128399,48038],[-130135,48591],[-129981,47023],[-129330,46734],[-132310,43208],[-128926,39795],[-129072,38849],[-130016,38709],[-130665,42233],[-130576,42055],[-131781,43238],[-130897,42917],[-133414,41494],[-131889,40128],[-131432,40314],[-131716,40051],[-133833,41211],[-134706,41272],[-135436,41572],[-134865,41245],[-134813,42457],[-134285,42632],[-134364,42809],[-134144,42818],[-136717,43388],[-136658,43537],[-138409,43227],[-140118,42161],[-137401,44142],[-137109,44779],[-137259,44077],[-140542,45257],[-139301,44740],[-138226,44861],[-139774,44948],[-136638,48140],[-136952,48514],[-137413,48930],[-137086,48108],[-138474,47078],[-137836,46328],[-136440,44191],[-140760,41987],[-134317,43943],[-132913,44955],[-133070,44842],[-128549,41237],[-128397,41303],[-139083,43739],[-140013,44265],[-130817,44464],[-140490,40791],[-140374,41097],[-140643,39685],[-139323,42291],[-140250,41826],[-140061,41896],[-140161,41939],[-137227,48873],[-136929,49127],[-136966,48892],[-137441,48618],[-136558,46478],[-137040,46183],[-137033,45682],[-136558,45704],[-138248,46417],[-137413,45969],[-137282,46316],[-137930,46683],[-138534,51229],[-138378,51147],[-138204,51185],[-134485,51358],[-135234,51292],[-134844,51037],[-134665,50799],[-129399,38829],[-128458,38644],[-132154,40246],[-134182,45377],[-140781,40156],[-132987,54280],[-135317,54379],[-134327,54804],[-133787,53779],[-139313,63330],[-140676,60893],[-140417,61623],[-136844,61878],[-136936,61327],[-136552,60187],[-137387,60571],[-128359,52067],[-133948,63755],[-133778,61559],[-128657,63053],[-135777,52101],[-135145,52014],[-135899,52182],[-134814,51877],[-139031,52266],[-138770,52858],[-139015,52528],[-138742,52396],[-140392,65972],[-140454,66329],[-138934,70508],[-138302,73760],[-133985,65406],[-133932,73725],[-136317,68170],[-132608,71051],[-128401,76805],[-129209,70435],[-130948,68694],[-131435,68553],[-130920,71025],[-130387,65875],[-129905,67004],[-130514,87170],[-132222,87856],[-134644,89157],[-138671,87668],[-136762,89708],[-133699,88321],[-131665,88117],[-137214,83732],[-136308,79286],[-140623,79569],[-133820,79545],[-130589,81130],[-128512,100943],[-129004,98665],[-128174,100639],[-129799,92195],[-133066,90771],[-130611,90489],[-133109,94410],[-132494,94737],[-131454,93081],[-131791,96458],[-134099,95162],[-133710,100379],[-131968,96920],[-134787,101865],[-137063,93285],[-136388,95858],[-136041,98251],[-133198,102313],[-135020,90520],[-138305,92361],[-132932,90212],[-136998,90254],[-134351,92671],[-136674,91006],[-133042,93897],[-130981,100813],[-131414,91326],[-132812,91120],[-130745,90666],[-131628,90724],[-133491,91099],[-131672,91473],[-136081,101736],[-135272,102560],[-133157,102479],[-131905,102022],[-131177,90123],[-129744,102722],[-130946,113319],[-128973,107822],[-132961,111740],[-133631,113542],[-133123,110827],[-140395,106892],[-135683,103244],[-135981,103686],[-132611,102996],[-131904,103395],[-135749,109871],[-130437,124124],[-131258,123653],[-131178,125102],[-135911,125601],[-134639,125983],[-135447,125547],[-135938,126518],[-128389,126285],[-138757,128011],[-139517,126190],[-153018,-146353],[-152897,-146388],[-141897,-144255],[-150447,-151535],[-144584,-157005],[-142546,-209139],[-153053,-222686],[-142702,-233545],[-149223,-5739],[-149384,-5954],[-141494,-1150],[-141534,-1216],[-141326,-1175],[-141378,-973],[-141433,-1207],[-141695,-1104],[-141639,-1022],[-141636,-933],[-141351,-1077],[-141586,-1077],[-150032,-6732],[-152983,-10340],[-147613,-11465],[-148023,-11155],[-151615,-243806],[-142137,-274595],[-141046,-275806],[-142008,-274195],[-141983,-274077],[-141155,-275241],[-152605,-20558],[-148234,-12914],[-147599,-13007],[-144281,-14082],[-143147,-14025],[-151413,-22896],[-150337,-37784],[-150639,-38145],[-148313,-25942],[-148067,-30048],[-146143,-30506],[-146302,-35791],[-146907,-35729],[-145779,-32488],[-150156,-33096],[-148679,-42498],[-147801,-43005],[-146817,-40454],[-146679,-40538],[-146381,-40729],[-146565,-40838],[-142653,-42236],[-142898,-42199],[-143819,-40325],[-143308,-40712],[-149058,-38962],[-145488,-41977],[-145015,-41913],[-151093,-40197],[-151326,-39853],[-144636,-43495],[-145462,-43314],[-140882,-38268],[-141530,-51279],[-146830,11032],[-145724,12654],[-147826,11270],[-152610,10238],[-143701,10005],[-143209,9890],[-142469,9350],[-141595,8952],[-152882,4789],[-153435,11950],[-144786,1802],[-144540,1764],[-144451,135003],[-144067,133412],[-145503,134829],[-143198,137816],[-141215,138107],[-152018,131476],[-147331,152791],[-145266,152388],[-147715,153462],[-143314,149902],[-143488,144521],[-151236,141032],[-142656,151132],[-141585,146866],[-150397,148713],[-149105,150108],[-147675,149639],[-144656,141339],[-146755,141001],[-147344,144311],[-148818,145313],[-147932,145521],[-148701,144422],[-148310,153941],[-147677,155830],[-147826,156228],[-146985,155831],[-144838,156356],[-147386,158066],[-150006,157363],[-146780,155226],[-149164,154427],[-152647,155855],[-146919,13296],[-152804,13412],[-148819,22429],[-149853,21780],[-149042,23671],[-145344,21622],[-142081,22170],[-141808,23871],[-144482,22553],[-144114,14608],[-143964,14351],[-145785,13838],[-147031,13454],[-150857,15031],[-147562,15071],[-152623,16163],[-152175,15691],[-147646,14000],[-140982,35942],[-145858,29311],[-150145,33946],[-142698,32548],[-148306,40600],[-148732,41445],[-148223,41561],[-149394,39514],[-149372,40421],[-150006,40146],[-150047,39673],[-141469,44337],[-141614,44175],[-142663,44058],[-142933,45943],[-143259,45046],[-141481,41934],[-141387,42135],[-140924,42091],[-143457,41213],[-143669,41408],[-143753,41274],[-144351,42765],[-144175,42730],[-144146,42381],[-145094,42043],[-147508,48178],[-147872,50590],[-147105,51147],[-148259,51182],[-146195,50789],[-146307,50252],[-141984,45697],[-141463,45822],[-148095,50458],[-149900,49531],[-149145,50416],[-149427,50592],[-151948,50514],[-151750,50279],[-150736,49058],[-148927,49749],[-147852,49550],[-148127,49575],[-148777,49551],[-144439,41916],[-143684,41946],[-144050,41554],[-143533,41798],[-142047,41170],[-141813,41383],[-140963,41433],[-140837,39768],[-141028,39361],[-142258,40323],[-141589,41119],[-141993,40502],[-142479,40947],[-141607,39843],[-141007,40107],[-141257,39443],[-141603,39636],[-141226,51265],[-141555,50148],[-141192,50479],[-141557,50686],[-141159,45605],[-148037,49930],[-150926,49333],[-152706,50813],[-148284,62613],[-148765,62751],[-148403,62497],[-148458,62160],[-147354,63169],[-148120,63582],[-147644,63610],[-147747,63260],[-146919,64125],[-146521,63984],[-141012,63508],[-141228,61746],[-141581,62324],[-144533,54348],[-145822,53759],[-143895,54215],[-143591,54545],[-150983,52382],[-151719,55646],[-149083,60271],[-152208,58713],[-147811,51876],[-146911,51695],[-147176,51583],[-147764,52286],[-143364,54075],[-143709,53446],[-142863,54081],[-145081,53966],[-144751,53690],[-144491,53842],[-144676,54240],[-144644,53898],[-145092,53051],[-144560,53727],[-143969,53783],[-144130,53751],[-146223,51517],[-146433,52837],[-146040,51747],[-146370,52996],[-152064,63988],[-152300,63481],[-152326,62752],[-143378,54508],[-153511,57715],[-149679,70126],[-145700,64419],[-145509,64632],[-145383,64897],[-144842,65015],[-145289,65128],[-145338,65369],[-143449,64978],[-143088,64902],[-142855,64886],[-141929,64982],[-150122,72165],[-140893,74161],[-145174,69329],[-144493,71061],[-146156,70097],[-142415,64868],[-153288,69328],[-150130,69612],[-150464,69502],[-150030,68582],[-152249,68525],[-152038,68799],[-152781,68215],[-152725,68738],[-150156,88744],[-149462,88495],[-149604,88463],[-149020,81780],[-141131,86415],[-146785,88052],[-148123,85336],[-142247,78032],[-143219,78602],[-149255,82028],[-147757,79431],[-143062,102033],[-144236,100148],[-142928,102302],[-141966,99547],[-142652,90340],[-150724,89928],[-150726,90124],[-150221,91807],[-151068,92609],[-150129,92401],[-150654,92900],[-151248,92487],[-150974,92831],[-150501,93422],[-151250,93758],[-150305,91264],[-149860,91784],[-150460,91613],[-149713,92041],[-153448,92176],[-153311,91672],[-153461,91251],[-153578,91349],[-152500,90457],[-150511,90597],[-152674,98740],[-146778,98854],[-148251,97432],[-149953,101144],[-152025,101183],[-146495,93866],[-143170,91375],[-144031,90099],[-147039,96190],[-147223,95920],[-147410,95705],[-153140,114835],[-143754,112452],[-144879,109341],[-144999,111858],[-146831,109568],[-141399,106674],[-141307,106895],[-141954,106702],[-147288,105569],[-148822,108973],[-148428,106409],[-152955,121551],[-151122,124926],[-141080,118556],[-142553,118647],[-156527,-147420],[-160427,-3065],[-162851,-8174],[-162904,-8395],[-157965,-10165],[-157637,-9797],[-163631,-12315],[-161885,-6464],[-156454,-18780],[-156465,-19033],[-156434,-23862],[-154953,-33624],[-154768,-33388],[-153600,-37833],[-155389,-29198],[-154754,-29204],[-157421,-26874],[-157154,-27837],[-163736,-28908],[-153898,-36932],[-163734,-31456],[-159673,-31958],[-154698,-41116],[-164287,-57688],[-159707,7710],[-165223,870],[-162059,3832],[-163853,3527],[-163492,2958],[-162038,6281],[-161724,6702],[-165350,4036],[-161677,10714],[-162182,10676],[-157000,12545],[-164303,12348],[-160104,4145],[-157828,10368],[-158950,10189],[-163872,11374],[-164226,12015],[-158190,4393],[-155713,3787],[-157839,9380],[-157723,1608],[-154938,133458],[-162881,132306],[-159975,132350],[-162422,139208],[-162907,149012],[-162401,152264],[-163788,148308],[-164142,148907],[-166362,148137],[-164888,147355],[-165484,153236],[-164005,150479],[-160208,148831],[-158634,151053],[-157962,149719],[-154547,149622],[-163047,153241],[-162534,162094],[-156422,155565],[-155430,153972],[-155641,155491],[-157436,154370],[-156961,156566],[-157962,157228],[-162310,158417],[-153644,161099],[-164682,163755],[-165277,157989],[-164761,158598],[-159414,154745],[-159080,155636],[-162459,154903],[-162734,154068],[-153623,168896],[-158414,169901],[-162498,168019],[-154113,20658],[-165607,21336],[-160486,17423],[-166195,21205],[-162067,17111],[-164524,14465],[-163977,14479],[-158472,20041],[-158841,16686],[-161745,17593],[-158382,16171],[-159694,18233],[-161773,18274],[-157475,20836],[-154685,22068],[-154909,20137],[-155030,23083],[-156849,25172],[-154252,22382],[-153902,23574],[-157534,14010],[-161595,15487],[-157596,13949],[-154492,13221],[-160110,23827],[-165004,25558],[-156800,28161],[-156359,26315],[-161805,31450],[-155709,32272],[-160297,34085],[-155913,27685],[-156601,32779],[-162941,33542],[-155066,36095],[-161905,33973],[-160597,32462],[-158565,31227],[-154640,32421],[-158432,31781],[-158928,35284],[-160928,31984],[-161317,32908],[-165536,32917],[-163036,33702],[-155121,37676],[-155606,37325],[-155668,37667],[-156614,37346],[-158312,36735],[-157833,36854],[-157508,37123],[-157223,26707],[-166012,28641],[-166220,26747],[-160720,29827],[-156424,38065],[-155190,39679],[-155840,39442],[-166213,41577],[-156626,49843],[-157463,50544],[-154899,50646],[-162506,56357],[-161983,57126],[-162921,57836],[-160607,62902],[-154645,54142],[-156162,56796],[-156090,56992],[-156058,56684],[-157495,56373],[-158939,60432],[-155898,55251],[-157030,60157],[-158324,61820],[-165619,67140],[-163248,65987],[-158470,71913],[-157971,72964],[-162129,73207],[-162910,73812],[-156626,74472],[-156584,73796],[-156757,76221],[-156916,76869],[-156972,76140],[-157715,76942],[-162523,74897],[-161834,76529],[-161441,76305],[-161010,76644],[-162225,75038],[-163335,75431],[-163075,75728],[-162491,74243],[-160401,73697],[-160014,72604],[-159523,73972],[-159764,72586],[-161219,74439],[-158354,69646],[-153997,70185],[-158273,69625],[-156058,71537],[-161714,65608],[-159327,69142],[-160606,86504],[-158980,85641],[-157138,85684],[-155150,85014],[-154877,85273],[-154624,84846],[-165669,89643],[-161318,89071],[-160960,88190],[-164990,88566],[-156220,87651],[-157356,89429],[-153622,78456],[-159104,83339],[-161535,77622],[-161242,77066],[-161045,78065],[-161830,79092],[-161280,79375],[-161509,77925],[-162343,78911],[-161512,78335],[-160959,79998],[-161537,79497],[-161739,79595],[-162045,80002],[-161714,78954],[-162446,78863],[-161436,78864],[-161296,77320],[-156420,83252],[-156340,82969],[-160534,77395],[-153974,100850],[-155654,101839],[-155126,102055],[-157328,98638],[-165531,95543],[-165595,96953],[-157485,97646],[-160856,97844],[-157316,97544],[-158631,100598],[-159687,94209],[-158932,90981],[-161509,93584],[-159697,96714],[-157536,98185],[-160682,89927],[-160856,90256],[-156781,106289],[-158228,107428],[-156921,104406],[-164391,104134],[-165716,104109],[-153766,104847],[-156948,107079],[-159264,103208],[-154689,103020],[-153885,106634],[-157378,117176],[-153683,126935],[-155431,125728],[-157341,123066],[-158194,126341],[-162954,125725],[-164093,127637],[-165897,127821],[-164562,128096],[-159456,117739],[-158072,118263],[-159072,117419],[-157383,117558],[-162846,118897],[-166192,118746],[-162858,119176],[-162513,121759],[-163572,124149],[-164709,122617],[-165950,123711],[-159864,124093],[-160365,124681],[-173300,-139822],[-173366,-139557],[-171452,-143714],[-171567,-143492],[-174720,-145268],[-174962,-145392],[-167055,-162978],[-176877,-212343],[-177335,-217267],[-176948,-225784],[-177206,-217568],[-177669,-217759],[-177790,-233920],[-178619,-232039],[-178574,-232118],[-178462,-231935],[-178561,-231926],[-178722,-232057],[-178700,-232170],[-178857,-231561],[-176500,-2022],[-172741,-1323],[-178172,-3087],[-178517,-1642],[-172282,-7265],[-178056,-9083],[-175972,-11992],[-176008,-6073],[-174422,-5465],[-176494,-5892],[-176265,-22],[-171761,-11953],[-170203,-12031],[-167574,-2405],[-167512,-2947],[-171827,-11894],[-171019,-12560],[-168925,-12426],[-168845,-12194],[-170855,5],[-175362,-3411],[-175113,-3157],[-179174,-10687],[-167649,-2242],[-168802,-243786],[-168523,-255339],[-168721,-255394],[-168785,-255394],[-168525,-255482],[-168500,-255136],[-168572,-255232],[-168537,-255279],[-171075,-243962],[-169836,-246882],[-173655,-245668],[-174567,-270419],[-176945,-22636],[-177546,-21013],[-177884,-20664],[-172338,-14882],[-173230,-19304],[-173603,-20244],[-169322,-23562],[-169263,-23827],[-169494,-21983],[-169534,-22049],[-169326,-22008],[-169378,-21806],[-169593,-22062],[-169695,-21937],[-169639,-21855],[-169636,-21766],[-169351,-21910],[-169586,-21910],[-168768,-27233],[-170418,-27217],[-174743,-26989],[-178834,-35489],[-177534,-31560],[-177470,-25669],[-175662,-43369],[-175867,-43482],[-177167,-74327],[-174225,2484],[-174672,564],[-173426,1242],[-177200,3707],[-166780,6752],[-177976,1165],[-178738,1977],[-166893,7986],[-167947,7369],[-172513,329],[-166689,3871],[-170968,277],[-174743,4294],[-173768,6273],[-176782,12985],[-174564,5672],[-173671,9242],[-168916,12650],[-169214,7581],[-171930,5400],[-176726,9992],[-170626,6675],[-171182,6444],[-178937,135501],[-173624,135749],[-177306,134336],[-176427,134708],[-174804,137672],[-171061,133068],[-167338,138639],[-169265,137722],[-169560,137609],[-169315,137271],[-173006,134319],[-173192,134768],[-172820,135306],[-172929,134762],[-177022,139986],[-177484,137666],[-172152,134814],[-166453,132099],[-166548,135095],[-173072,129910],[-175786,130394],[-174943,128525],[-168804,129059],[-173073,128770],[-175262,129650],[-170984,129869],[-174132,128927],[-168547,149784],[-166666,148200],[-173008,147288],[-172627,147417],[-170892,144687],[-173890,145067],[-168304,146654],[-175797,143112],[-174147,145411],[-175039,143007],[-173612,145550],[-176084,152767],[-178401,152096],[-178329,152431],[-175497,149003],[-177776,149038],[-172708,143344],[-177324,148032],[-175426,144780],[-173617,145135],[-167987,153453],[-168944,149758],[-168726,149232],[-170669,152161],[-169035,152313],[-167179,153431],[-176107,147491],[-173785,152205],[-177923,153522],[-178561,156585],[-175583,161123],[-175238,156950],[-171326,157311],[-171526,156378],[-173224,158242],[-169533,154459],[-168776,154032],[-170203,160589],[-170133,155643],[-169297,163121],[-168981,159221],[-175486,155110],[-175919,156071],[-178353,156549],[-178733,155307],[-176751,154634],[-169451,160028],[-172726,158848],[-172731,159193],[-172544,158067],[-178526,164269],[-168931,172719],[-175552,23285],[-171909,23793],[-172439,24710],[-177774,21821],[-176792,23279],[-172312,22994],[-178555,17736],[-178721,22671],[-176482,18546],[-168920,13955],[-170372,13600],[-167411,14556],[-167358,17740],[-166995,15521],[-176506,18130],[-170652,15320],[-173725,18568],[-173692,20278],[-173713,22757],[-177662,24815],[-166754,25407],[-177699,23075],[-176202,37358],[-175183,37024],[-177653,38236],[-179109,32956],[-177215,31824],[-178287,35295],[-176425,30404],[-177634,27404],[-175827,29167],[-178096,27860],[-178815,29506],[-174121,26380],[-174940,25899],[-173192,26618],[-176791,43306],[-178239,39333],[-177856,38865],[-177013,41397],[-178176,42925],[-177265,44884],[-174679,46218],[-177352,46546],[-175854,45686],[-174789,46698],[-176513,46829],[-175766,45912],[-176361,46656],[-173275,43774],[-176874,48112],[-177539,49221],[-177379,50621],[-174114,51294],[-172159,39901],[-166503,40174],[-168992,42482],[-166587,50922],[-172908,62523],[-174147,62516],[-177367,52344],[-176023,53124],[-177034,54584],[-176681,54489],[-178266,56796],[-177957,57325],[-168221,53076],[-176082,52991],[-176182,58959],[-176726,74991],[-174552,76852],[-174853,73732],[-176198,73132],[-176603,69965],[-178334,67240],[-175624,65073],[-179121,66021],[-176422,67009],[-175155,67847],[-174913,67853],[-171433,65946],[-171149,66892],[-178872,76373],[-171662,67027],[-168156,70450],[-168334,70380],[-168529,70038],[-168391,70192],[-167816,66007],[-178439,66878],[-178445,71132],[-176740,67644],[-175147,73282],[-174625,69658],[-172869,68024],[-176547,76076],[-175709,77716],[-175851,77836],[-173026,79823],[-173598,81461],[-176238,80193],[-173436,82780],[-175207,89788],[-177034,87851],[-175383,89474],[-175384,83915],[-175887,81744],[-175791,85294],[-173963,82080],[-174756,85693],[-176447,84772],[-174155,83547],[-177579,79626],[-178152,78501],[-177389,81524],[-176705,77903],[-178231,84104],[-178412,93597],[-177408,92619],[-177838,91804],[-168148,94734],[-168129,101663],[-175901,90287],[-177840,92280],[-176157,92616],[-166986,99692],[-168025,101713],[-167490,99507],[-171889,113182],[-169426,114649],[-167327,124961],[-167243,123752],[-175266,120675],[-178146,125820],[-169393,121192],[-168967,127147],[-177176,127274],[-177526,127578],[-167929,124721],[-169321,120089],[-172960,122505],[-168328,125135],[-177936,120418],[-177561,121798],[-178547,117934],[-173722,120046],[-174149,118697],[-174529,119564],[-174850,116362],[-170481,116843],[-172307,116367],[-168232,118024],[-177643,124245],[-174627,126569],[-174419,126634],[-175549,128111],[-179843,-136345],[-179833,-136135],[-183014,-130007],[-183265,-129995],[-184122,-130704],[-184375,-130657],[-187587,-132845],[-187756,-132637],[-189459,-131775],[-189657,-131602],[-191144,-131386],[-191031,-131633],[-181751,-145918],[-181814,-145657],[-180851,-149466],[-180579,-149436],[-190139,-211771],[-190313,-211851],[-186981,-209640],[-191788,-225188],[-185101,-227941],[-189900,-220851],[-180134,-238228],[-187076,-232840],[-179517,-239068],[-185394,-239412],[-182036,-2073],[-184645,-3873],[-181135,-333],[-185226,-5185],[-185980,-3197],[-179623,-1931],[-180640,-9911],[-181883,-9288],[-184011,-7127],[-184211,-7487],[-186300,-8367],[-186021,-5775],[-185725,-5060],[-180749,-4451],[-181542,-4235],[-180537,-5728],[-185900,-11840],[-179856,-19403],[-180065,-19165],[-182511,-14547],[-181692,-15450],[-183013,5484],[-186115,3534],[-180416,1800],[-181801,5583],[-181862,3394],[-180680,4660],[-179317,4814],[-182696,140249],[-185664,135054],[-191097,139230],[-189728,134228],[-187846,134493],[-189449,133523],[-187941,139934],[-191012,133695],[-189436,134722],[-181625,135662],[-184636,134530],[-184066,135454],[-181381,138506],[-181500,137439],[-182615,136154],[-179201,136635],[-179421,137721],[-180426,134316],[-180053,134135],[-183875,136395],[-183482,134741],[-183575,134318],[-180036,135278],[-187791,133475],[-179469,128276],[-180123,133482],[-186870,129790],[-188230,128411],[-188452,130150],[-180803,128769],[-179381,146749],[-179385,141556],[-181434,141109],[-180870,141245],[-181167,146564],[-185159,142431],[-187820,142437],[-185819,142667],[-189454,144248],[-187271,147410],[-190868,147814],[-187994,147475],[-185678,147905],[-189419,152318],[-183119,153637],[-183411,153158],[-181157,151680],[-185948,152166],[-189386,144968],[-190069,145875],[-191327,144416],[-190015,151772],[-183772,149999],[-183428,150496],[-189379,143730],[-181217,142950],[-183993,143133],[-179266,146743],[-179310,142606],[-186003,148665],[-189262,148118],[-187825,146924],[-179721,153653],[-191541,154967],[-189483,159006],[-187421,160017],[-185391,160282],[-184319,156980],[-184761,156260],[-188610,154420],[-182324,154469],[-185428,156640],[-182538,159311],[-179865,154542],[-184464,156426],[-182852,156768],[-184090,155144],[-180771,156768],[-181158,155831],[-190283,156125],[-191034,155622],[-180848,154511],[-179756,154032],[-181042,164104],[-180797,164649],[-181472,164125],[-181323,164649],[-190059,168016],[-191345,24105],[-186524,20448],[-185874,20953],[-186452,19513],[-186185,21380],[-189878,15697],[-190156,17326],[-188601,16358],[-188803,17047],[-190029,17529],[-191420,17924],[-189371,15939],[-185881,14672],[-185383,15486],[-185386,13463],[-182428,21707],[-180864,24921],[-181455,18992],[-180406,18482],[-183157,17984],[-182927,20672],[-183622,13074],[-182768,18522],[-183842,14696],[-183351,22743],[-180427,15438],[-185480,19838],[-180259,20825],[-181894,304506],[-181771,304650],[-181245,32722],[-181918,31505],[-183488,27058],[-179697,31162],[-180216,30576],[-179980,29965],[-182301,29192],[-180078,30642],[-179855,31317],[-190912,35670],[-191454,35581],[-190684,36193],[-179537,34473],[-184573,28768],[-183919,38580],[-188977,32593],[-185471,33198],[-187357,29177],[-188066,28947],[-188110,38119],[-187188,28119],[-187324,28247],[-181867,44606],[-181643,44409],[-182909,44526],[-183584,41950],[-182457,41631],[-180972,41737],[-182727,38614],[-181131,43643],[-181438,45990],[-181630,43538],[-181897,42799],[-182853,43255],[-181687,44889],[-182328,45970],[-180192,44830],[-181893,49621],[-179939,47956],[-180577,47630],[-182372,46608],[-191602,41699],[-190641,39534],[-191300,41819],[-191124,46095],[-190988,45457],[-191033,45005],[-188654,50793],[-190253,50840],[-182418,47635],[-183153,44529],[-182427,43759],[-187060,49452],[-188306,50156],[-188856,41482],[-191668,47800],[-191410,47802],[-183754,43591],[-187177,48495],[-185052,59040],[-185642,61100],[-185967,61020],[-186725,59678],[-185482,62104],[-183930,60722],[-180592,53399],[-179599,53638],[-179543,53109],[-191976,55653],[-191858,54443],[-188973,51893],[-180934,62811],[-181567,51911],[-181701,51921],[-180728,55135],[-191450,54709],[-186504,51743],[-190810,63142],[-190662,63286],[-191424,60188],[-189059,52300],[-189011,52567],[-188771,55020],[-186013,60761],[-179304,53953],[-181037,56224],[-179338,59586],[-179882,62849],[-183997,64971],[-186199,68684],[-180832,75722],[-186608,76800],[-179808,66136],[-187227,76470],[-189550,76655],[-187757,75871],[-182657,72851],[-182540,71963],[-184701,70249],[-186816,66401],[-185343,69446],[-179860,65592],[-181630,69214],[-180693,68212],[-183340,78129],[-187370,77599],[-181403,82889],[-185070,81093],[-183887,79936],[-181067,81921],[-183356,81830],[-182013,81953],[-185750,87038],[-187279,85421],[-182379,86786],[-190225,88232],[-188788,79585],[-191736,79687],[-190100,80266],[-191612,83277],[-188845,86291],[-191344,84198],[-190232,78070],[-183366,79293],[-181255,80227],[-179853,88333],[-186572,88442],[-182854,84635],[-184630,85517],[-179400,90859],[-180612,92105],[-187195,90573],[-188503,91002],[-188817,95740],[-189174,97311],[-187613,93140],[-190084,96853],[-188424,98090],[-190884,91468],[-186969,102141],[-188433,101429],[-183540,94507],[-179574,98267],[-181726,94240],[-183648,92952],[-182531,93715],[-185781,89918],[-188064,96842],[-185197,93160],[-186477,100423],[-187013,97949],[-183319,97678],[-182328,99519],[-190101,99205],[-189919,100160],[-190495,103348],[-183561,112423],[-188715,114303],[-181618,106753],[-181368,106783],[-181724,106798],[-181842,106626],[-180260,105004],[-185128,113715],[-185255,113877],[-185272,113947],[-185252,113678],[-184946,113732],[-185050,113788],[-185084,113737],[-180230,104111],[-180063,104130],[-190914,103443],[-189932,107139],[-190828,121136],[-184166,127451],[-181087,125299],[-183368,125814],[-182188,126417],[-180858,128039],[-187189,117975],[-187307,118084],[-192343,-128906],[-192030,-165184],[-202221,-173894],[-202395,-173770],[-202435,-173725],[-202333,-173982],[-202051,-173777],[-202171,-173788],[-202185,-173841],[-198270,-211064],[-197858,-211479],[-199448,-208546],[-199491,-209080],[-199772,-208404],[-197704,-228434],[-197310,-228471],[-197839,-251467],[-197784,-251528],[-197727,-251510],[-197825,-251713],[-197785,-251658],[-197746,-251743],[-197935,-251733],[-197902,-251505],[-197976,-251546],[-197959,-251498],[-197821,-251425],[-192188,-250161],[-196840,-249159],[-196739,-248970],[-195362,-246762],[-193037,-258169],[-192856,-258065],[-192609,-260827],[-196062,-276364],[-204034,-279055],[-197767,-276275],[-197788,-276216],[-197831,-276176],[-197776,-276072],[-197937,-276345],[-197745,-276414],[-198000,-276353],[-202193,-35302],[-193072,-65189],[-203385,-112740],[-203199,-112638],[-202737,140481],[-201271,140537],[-200080,136375],[-201553,136925],[-203606,132668],[-204495,132815],[-199971,134811],[-203529,134335],[-203986,133801],[-195606,135994],[-192384,138448],[-193367,133362],[-194859,132488],[-193144,132659],[-196307,136577],[-192804,133439],[-196805,136947],[-200734,135560],[-201692,137987],[-201623,135212],[-200876,131473],[-198179,131866],[-197234,132289],[-204583,140309],[-202034,140841],[-195096,131766],[-193557,142042],[-193429,145903],[-193657,148530],[-195063,143369],[-193578,147514],[-201496,141922],[-197258,146927],[-200112,146645],[-197265,142008],[-201730,147047],[-201303,143935],[-202820,142519],[-202240,144757],[-198359,152858],[-199190,149776],[-195423,153082],[-197096,153379],[-193304,153648],[-201843,153527],[-201375,152614],[-201511,153091],[-199174,150551],[-203038,147994],[-203192,148347],[-202604,142355],[-202546,146095],[-202610,143902],[-196369,144403],[-195567,148726],[-194036,151854],[-198713,147269],[-199139,149925],[-194152,146571],[-192975,152968],[-203860,152225],[-204100,151755],[-204759,152747],[-198345,154004],[-193631,155074],[-196413,160284],[-194175,158674],[-197554,160007],[-192559,160427],[-203677,159011],[-201574,154789],[-192813,155961],[-203934,156906],[-202307,184497],[-203865,182793],[-203671,183086],[-204107,183848],[-197731,19596],[-196484,20977],[-197670,21302],[-200497,23329],[-204265,24245],[-196275,18311],[-194042,24721],[-194184,28314],[-204350,28303],[-197877,28682],[-195456,26304],[-194614,37827],[-192631,36695],[-194722,32637],[-194676,32412],[-194475,32598],[-194596,32729],[-197804,33551],[-198711,33188],[-198563,32851],[-197677,33306],[-197498,28994],[-197762,27665],[-197399,28119],[-197841,27816],[-194101,29621],[-194042,29533],[-192760,30246],[-193036,30141],[-198859,33730],[-204140,31246],[-198643,37983],[-199977,44622],[-199811,46190],[-202210,47897],[-199279,48974],[-199286,48210],[-200176,50110],[-200647,48415],[-196826,46352],[-198683,46372],[-202717,43670],[-201887,43051],[-203346,43103],[-202555,42638],[-194095,39800],[-193115,39504],[-193993,40421],[-192305,41020],[-192347,45513],[-193247,51016],[-193852,49719],[-192862,48926],[-193483,50476],[-201752,39886],[-196447,43855],[-203554,39947],[-204082,55315],[-204466,61398],[-198035,63155],[-196747,61684],[-198145,60968],[-198049,61861],[-198762,59066],[-199464,57685],[-198307,58749],[-200050,57461],[-194178,54982],[-193866,56825],[-204475,59029],[-204546,58260],[-204512,56643],[-204608,58763],[-195522,57630],[-200686,61108],[-197998,55232],[-202528,65506],[-204463,70424],[-202981,65716],[-201753,68541],[-202774,67200],[-202880,67354],[-193360,88985],[-194816,89690],[-199161,83983],[-200508,81562],[-199216,83531],[-200456,81899],[-201572,83056],[-195239,84520],[-199063,81636],[-197949,84500],[-201351,84356],[-197021,89671],[-204082,84246],[-203341,84539],[-203728,84996],[-192499,87881],[-192293,86604],[-204142,85079],[-201227,84007],[-202746,83495],[-194455,86806],[-195300,85516],[-198121,89407],[-195669,79550],[-193273,83383],[-197964,81533],[-192020,79287],[-198321,101579],[-196917,98362],[-201853,101704],[-201445,98068],[-196131,99890],[-197191,101919],[-198214,99349],[-195747,97162],[-204166,97177],[-204289,97815],[-200646,95706],[-199891,95946],[-202510,95722],[-192888,98752],[-192965,94989],[-193850,94030],[-195565,90110],[-195211,90994],[-199998,92307],[-202777,92183],[-198149,92167],[-203778,90194],[-192977,101131],[-195385,101669],[-203798,93940],[-200385,90860],[-195958,108281],[-198657,103729],[-195667,109789],[-197100,107814],[-197857,105065],[-202214,108024],[-203913,109262],[-204110,108912],[-200954,105612],[-196629,111992],[-197650,113632],[-200950,112892],[-200437,110689],[-194851,109654],[-204743,112472],[-197205,103598],[-197008,103704],[-196771,103725],[-203226,108637],[-203849,107528],[-203731,108936],[-195363,109560],[-195144,109933],[-194611,107854],[-194667,107529],[-194914,108095],[-195541,109670],[-194948,109210],[-202857,107200],[-202252,104023],[-202977,107687],[-202457,108845],[-196798,113033],[-202887,114581],[-197230,110660],[-201385,113426],[-192670,103729],[-192983,109092],[-195110,114018],[-200656,115270],[-197271,114336],[-195972,102955],[-195657,104175],[-195919,103098],[-195088,102903],[-193655,109557],[-192475,107904],[-193369,106821],[-192582,106458],[-204506,126060],[-204341,127283],[-204692,126674],[-204335,126953],[-204475,127196],[-197537,115646],[-194955,122927],[-194959,123173],[-195001,122812],[-194838,122687],[-197721,128123],[-207381,-139576],[-215784,-150764],[-208303,-146397],[-209433,-223612],[-212778,-238906],[-212769,-238693],[-210311,-256898],[-213000,-41487],[-210526,-81470],[-211050,-96404],[-205568,140755],[-205073,132641],[-215079,129535],[-212364,128345],[-209520,133661],[-208802,129966],[-213118,129979],[-210056,130642],[-213665,130083],[-209027,130607],[-212384,135027],[-217078,131782],[-215867,134132],[-214050,134759],[-212519,132129],[-216275,134996],[-214338,135847],[-217160,135934],[-217111,134351],[-214011,138855],[-215631,139082],[-208596,132161],[-215999,137095],[-215450,137590],[-216613,137114],[-216145,137149],[-217170,129726],[-215306,130044],[-216140,135871],[-215862,130363],[-205725,132003],[-207655,131784],[-208175,128428],[-207990,132390],[-210771,133725],[-210484,131201],[-211039,133625],[-210113,131062],[-215451,137434],[-212541,139245],[-212733,140037],[-208439,139761],[-216019,142846],[-210172,148776],[-214836,145442],[-211951,147323],[-210129,146945],[-208383,148030],[-210721,144462],[-211720,146253],[-213248,146988],[-211865,147713],[-214380,146894],[-214582,146980],[-215225,147847],[-213641,148204],[-214937,142162],[-210579,142243],[-207229,141580],[-206857,144158],[-207391,153665],[-207642,153181],[-206466,152817],[-205731,152374],[-204896,152577],[-205569,157787],[-205337,159595],[-204920,160401],[-207115,158281],[-205953,159199],[-208569,158342],[-210620,155912],[-206905,157882],[-212577,163986],[-207273,154225],[-210806,167334],[-211211,18699],[-216135,16502],[-213347,37307],[-212405,36921],[-213344,37779],[-207323,26421],[-208292,27503],[-210918,37814],[-210907,37586],[-214986,38652],[-213721,38970],[-213959,38812],[-213618,47700],[-210190,47336],[-210431,49288],[-209991,48463],[-210927,45608],[-210336,45026],[-212953,44199],[-210621,44888],[-212830,42301],[-213426,42167],[-213487,40425],[-209125,40925],[-208772,43342],[-208922,42817],[-207421,43731],[-205575,44068],[-205553,43285],[-205000,49849],[-217010,49140],[-216256,49965],[-215856,48270],[-214320,42727],[-213475,44100],[-215096,42907],[-213855,44003],[-210653,48295],[-211702,46660],[-212597,47155],[-212532,47278],[-208446,45557],[-204922,47592],[-205175,47655],[-205306,47425],[-214373,48754],[-211824,51979],[-210577,52579],[-209920,53175],[-215745,52410],[-213362,56428],[-208932,59171],[-208015,59197],[-208888,57080],[-210671,59924],[-208766,62689],[-209885,61460],[-209348,63232],[-205188,63256],[-207180,60858],[-207111,60376],[-207600,64182],[-209240,63956],[-207667,63740],[-208949,62980],[-206669,57644],[-206831,56818],[-205939,51782],[-208150,53055],[-207386,54681],[-208574,54435],[-214096,55253],[-211604,55640],[-212069,54773],[-212143,55404],[-213371,53346],[-211322,59149],[-211901,59072],[-212327,57539],[-211626,57629],[-209451,55796],[-212286,60377],[-215570,56805],[-216225,56989],[-212569,73320],[-212123,72254],[-212572,72089],[-212036,72396],[-211624,70212],[-210626,69145],[-210797,69159],[-210679,69942],[-211986,67515],[-212937,67167],[-211999,66501],[-212461,66582],[-212540,74736],[-213818,73760],[-213144,74678],[-212687,74684],[-205651,71352],[-206835,72501],[-207286,72311],[-205004,71119],[-212915,71467],[-208351,76888],[-216190,68970],[-213888,75910],[-215488,71326],[-208752,85738],[-207324,84380],[-204956,86862],[-205808,83659],[-206472,86262],[-205174,89769],[-212007,85871],[-212276,88192],[-212501,87856],[-207347,85211],[-208688,88438],[-208213,78218],[-213133,79200],[-216977,83377],[-206618,97275],[-205599,99532],[-204927,96395],[-205036,95686],[-205694,96451],[-206092,97663],[-205162,96435],[-206123,95985],[-211432,93005],[-207641,94956],[-212025,94443],[-209671,96656],[-210289,96288],[-210815,92967],[-209406,93455],[-212403,100873],[-214677,98811],[-215647,100461],[-209892,100541],[-211674,100065],[-213747,101376],[-214305,100885],[-215199,102467],[-213989,98559],[-210633,98644],[-210037,93704],[-215414,99533],[-208208,90234],[-208819,91470],[-209141,109483],[-210900,113132],[-206077,110397],[-208519,110563],[-212493,110796],[-213403,105175],[-216829,109558],[-217270,113573],[-217128,112734],[-216806,112375],[-217520,113212],[-216528,112904],[-215103,112623],[-214548,114941],[-213081,105853],[-215718,102860],[-217410,105907],[-217380,104765],[-215480,126319],[-214473,124052],[-217425,128172],[-216475,124583],[-206733,117976],[-207554,116088],[-211306,122497],[-212690,118233],[-206506,121906],[-211913,119256],[-207391,117276],[-210389,123149],[-208442,124700],[-206813,126030],[-205646,121478],[-206743,121932],[-210069,127703],[-217058,120934],[-216834,120845],[-217339,117776],[-215730,119960],[-215401,119062],[-213979,123761],[-216038,124422],[-215409,123120],[-214477,123218],[-215883,122966],[-214662,124052],[-215429,124829],[-212963,120556],[-211648,119119],[-211861,119192],[-213165,118143],[-204839,119751],[-210195,121772],[-211152,124758],[-211029,124970],[-217569,116619],[-204865,126123],[-208190,126348],[-226177,-120135],[-226834,-131098],[-225148,-244685],[-219946,-34641],[-228986,-41318],[-221543,-51866],[-218693,-53376],[-217812,-51240],[-218083,-107582],[-218763,132436],[-221144,132764],[-218679,136516],[-220756,136602],[-220556,132474],[-221226,137262],[-222145,137811],[-219042,136828],[-220675,137894],[-219255,139687],[-217719,138277],[-222261,128418],[-218547,138461],[-230126,135921],[-230274,137441],[-228619,138069],[-228477,138349],[-227724,139036],[-227235,138265],[-227361,137195],[-228845,138765],[-229030,138029],[-227483,136922],[-220692,134410],[-222638,130963],[-226695,129234],[-224736,129088],[-227185,129246],[-226946,132125],[-225132,129513],[-223038,129226],[-217994,143599],[-219463,149740],[-219333,150147],[-221742,153004],[-219580,153634],[-221686,152357],[-221942,151889],[-221434,150544],[-228882,143785],[-229895,144145],[-229155,144604],[-226778,145591],[-227022,142614],[-228682,142511],[-226861,142383],[-228239,141875],[-225222,22876],[-228188,19992],[-222696,268683],[-224699,338737],[-230217,27779],[-226660,29390],[-227369,30726],[-225111,29538],[-225348,28949],[-223924,29888],[-223946,29335],[-220688,26307],[-222707,26983],[-218466,27775],[-220172,29176],[-220101,28521],[-226071,31522],[-229606,31963],[-220015,31441],[-222789,33374],[-218513,34559],[-229041,32482],[-229392,34411],[-228210,33561],[-222906,37395],[-229219,37637],[-223600,38566],[-229761,44624],[-217915,42302],[-218176,42513],[-224411,42354],[-223798,42805],[-228261,44990],[-228930,43385],[-228181,41942],[-225036,40592],[-225280,39495],[-228354,39329],[-230147,40284],[-221934,42827],[-226463,46183],[-224642,41264],[-229033,47621],[-228961,48542],[-227583,49407],[-224938,47837],[-223821,50144],[-222879,50669],[-227261,50976],[-226808,51133],[-226650,51134],[-218148,48992],[-219749,50112],[-217780,49088],[-230365,590912],[-223146,58298],[-223277,58456],[-222877,58476],[-223023,58704],[-224317,59857],[-221796,51443],[-221905,51623],[-224104,53422],[-227292,51770],[-222483,53293],[-223774,53474],[-223177,51920],[-223116,53211],[-220191,54346],[-219817,53446],[-220089,55016],[-219155,53176],[-222397,58481],[-222569,57066],[-221771,55727],[-226336,57433],[-225233,58197],[-225843,57886],[-229198,56918],[-230303,57246],[-229736,58083],[-229196,51907],[-229806,52294],[-230375,52833],[-229308,52217],[-219490,61948],[-220270,63233],[-219224,62958],[-220326,56273],[-229240,60282],[-226457,54349],[-219018,54521],[-229848,56629],[-230049,56666],[-224395,64632],[-223268,64702],[-223341,65446],[-225463,64428],[-229987,69207],[-229341,69388],[-224383,69870],[-224123,69940],[-219451,68727],[-219966,68821],[-218860,69653],[-218927,69600],[-225346,65200],[-218943,69278],[-229348,67044],[-226550,64933],[-226458,71462],[-221013,65648],[-221226,66095],[-221300,65842],[-224803,71790],[-218489,74576],[-218051,74212],[-219003,75301],[-218469,74747],[-223597,76611],[-228091,79161],[-220215,83921],[-219681,81955],[-219999,82007],[-218187,81098],[-221564,81618],[-225959,83171],[-224644,80539],[-220984,80302],[-224042,83342],[-225610,84642],[-222994,97495],[-221384,91403],[-219202,92490],[-229403,96684],[-224169,98084],[-222307,96199],[-228203,99998],[-225631,101794],[-219663,113332],[-217793,113169],[-217656,112607],[-218457,109330],[-218251,110451],[-218723,110701],[-218339,110594],[-219073,113353],[-218545,113225],[-218826,107340],[-217813,105359],[-221893,109266],[-227059,113026],[-221727,111961],[-226311,110618],[-226930,111288],[-227598,111824],[-228918,103126],[-229790,106419],[-225773,104256],[-219593,102846],[-219420,102984],[-222540,121627],[-218112,121788],[-222860,124013],[-221235,122419],[-223116,124273],[-223626,123623],[-219730,120853],[-220778,115649],[-220764,117742],[-219851,121412],[-221546,126517],[-223312,125927],[-220246,116251],[-219936,121018],[-219175,118075],[-227075,126775],[-230204,126706],[-226863,119762],[-227265,119879],[-226826,118878],[-227560,120785],[-223029,115730],[-221871,115711],[-222498,115527],[-227310,125863],[-223047,115979],[-225595,120096],[-239647,-115993],[-233123,-120838],[-231403,-237494],[-231532,-237658],[-231589,-237694],[-231319,-237612],[-231494,-237315],[-231503,-237435],[-231446,-237454],[-241096,-240438],[-241041,-240464],[-240949,-240485],[-240936,-240586],[-240979,-240261],[-241187,-240322],[-240939,-240235],[-242326,-248167],[-231893,-252116],[-238742,-255460],[-242296,-266736],[-232191,-277295],[-238250,-91847],[-240665,10473],[-238899,10521],[-232550,11723],[-237953,7996],[-236961,7842],[-237339,140422],[-230909,135955],[-231681,135914],[-230867,136269],[-232166,137247],[-230430,137458],[-232461,136453],[-231122,130984],[-231092,137800],[-240526,133223],[-242776,132783],[-240196,133682],[-239167,132601],[-238524,128257],[-242529,136860],[-238661,135351],[-233732,129353],[-235893,130019],[-231791,128412],[-234629,144465],[-235054,143936],[-234533,143390],[-234837,142324],[-234654,141954],[-234428,142412],[-234932,144379],[-235275,143802],[-236707,141618],[-236992,141402],[-237287,142383],[-237148,141714],[-237184,142498],[-237167,142021],[-231192,144193],[-231397,144276],[-241185,151991],[-240625,151309],[-242528,152743],[-242663,151859],[-242440,149390],[-241814,147230],[-242545,147527],[-241699,147520],[-242125,207019],[-241999,207225],[-242100,207227],[-242257,207071],[-242235,206957],[-236346,15015],[-238729,15005],[-231958,18969],[-237262,16389],[-236695,19855],[-230778,20097],[-235375,21135],[-235323,20890],[-235334,21251],[-235513,21355],[-234399,22835],[-233719,261782],[-233664,261721],[-233607,261739],[-233705,261536],[-233665,261591],[-233626,261506],[-233815,261516],[-233782,261744],[-233856,261703],[-233839,261751],[-233701,261824],[-241824,258926],[-242015,259031],[-241566,259255],[-241246,258777],[-236092,278071],[-240602,327368],[-231548,28930],[-232980,27166],[-230515,28321],[-231013,30293],[-231574,29872],[-232312,33334],[-233111,34399],[-234001,36852],[-231677,34928],[-230628,35819],[-231763,37759],[-231307,35939],[-233231,37755],[-234365,28117],[-233617,32381],[-232822,39238],[-236441,39288],[-235054,40058],[-235389,40868],[-236940,40505],[-234294,42826],[-234682,42822],[-235533,46089],[-233407,44095],[-233686,44308],[-233866,41421],[-233904,41375],[-231048,45169],[-231474,39901],[-241706,39113],[-239279,43369],[-235934,46554],[-236471,46066],[-237454,44898],[-238785,45435],[-237996,47400],[-239652,46713],[-234075,45957],[-235512,48795],[-241009,49487],[-239564,50457],[-235339,48949],[-232164,47804],[-230505,590931],[-230458,590727],[-230471,590663],[-230691,590979],[-230613,590895],[-230559,590924],[-230553,590927],[-231105,593870],[-231053,594133],[-232009,593990],[-231631,589395],[-231758,589556],[-240713,52056],[-241759,52352],[-240014,54556],[-239344,54598],[-233283,57558],[-233440,57760],[-233248,58084],[-235310,57588],[-236452,56470],[-234885,55693],[-230688,56596],[-231364,60578],[-239943,59402],[-241920,59390],[-241090,59005],[-237206,63927],[-238967,54488],[-233204,62401],[-242605,58503],[-230632,58842],[-230870,59132],[-231050,59235],[-239295,55025],[-232705,70083],[-233957,69954],[-232761,70270],[-232435,69394],[-233673,72040],[-233608,72485],[-233260,72672],[-232863,72227],[-236121,64798],[-236714,65938],[-235035,64866],[-235876,64889],[-234757,69587],[-235566,69055],[-239618,65350],[-240506,78633],[-231852,85685],[-234837,86985],[-237988,88000],[-240877,89453],[-238995,88231],[-238985,91399],[-243116,92046],[-238897,102502],[-239492,99224],[-241114,100228],[-239399,112897],[-239647,112473],[-241479,105223],[-243193,102798],[-232733,122782],[-232030,121712],[-240148,125254],[-237707,125241],[-232612,125387],[-231099,124417],[-231587,118310],[-241608,125221],[-240913,126233],[-241881,127310],[-233101,127911],[-236447,126098],[-231531,121107],[-234668,122205],[-234472,122704],[-231851,117342],[-230595,126167],[-2,-152877],[-709,-152780],[-4735,-162913],[-2980,-163758],[-3021,-163452],[-2574,-162986],[-537,-165591],[-596,-164685],[-26,-165647],[-543,-165819],[-942,-171703],[-4470,-174381],[-3716,-175373],[-3695,-176486],[-3779,-175525],[-2861,-173653],[-2395,-177939],[-2173,-176597],[-3158,-178040],[-1958,-180418],[-2003,-180441],[-2051,-180483],[-1851,-180592],[-1809,-180396],[-1856,-180655],[-2140,-180428],[-9144,-11605],[-8795,-10572],[-11258,-12252],[-11753,-12340],[-1973,-328],[-1525,-2792],[-1395,-2910],[-3252,72],[-4556,-4615],[-4437,-5119],[-4216,-5246],[-3832,-5713],[-3340,-280],[-3797,-979],[-3207,-1031],[-3050,-705],[-4223,-780],[-5264,-636],[-4256,-1158],[-3954,4],[-8703,-20949],[-9413,-21734],[-8032,-13284],[-8504,-13558],[-11933,-19860],[-12567,-20216],[-12247,-15517],[-12426,-15698],[-8396,-17133],[-7946,-17960],[-3973,-27509],[-3624,-27590],[-4189,-26571],[-9065,-30527],[-5238,-37966],[-9289,-32571],[-9742,-32484],[-6534,-33923],[-7335,-33720],[-916,-32717],[-501,-32563],[-1954,-35591],[-266,-36330],[-11535,-34110],[-12142,-33408],[-7353,-30493],[-6623,-30604],[-7166,-26743],[-7701,-26864],[-4011,-38539],[-4020,-38216],[-4656,-39112],[-4235,-39834],[-5105,-39174],[-12365,-39979],[-10613,-42124],[-12785,-41832],[-10707,-41032],[-5991,-50151],[-7844,-42927],[-1474,-40869],[-1362,-40995],[-1613,-40717],[-849,-41357],[-7419,-41935],[-6580,-43507],[-7605,-51759],[-4611,-53032],[-7259,-55699],[-10880,-52031],[-11011,-52741],[-5009,-65605],[-7508,-66839],[-9234,-107307],[-9278,-107335],[-9321,-107376],[-9119,-107492],[-9088,-107275],[-9118,-107553],[-9414,-107328],[-7485,-109974],[-4210,938],[-81,1878],[-532,930],[-284,1159],[-120,1644],[-1488,1283],[-1103,1152],[-1179,10039],[-5140,10511],[-12613,4259],[-11556,5267],[-12782,4993],[-11997,6018],[-12666,24769],[-12183,22501],[-11594,21963],[-12662,22959],[-8543,24195],[-9755,21929],[-3577,22696],[-3617,22662],[-3653,22613],[-3454,22529],[-3439,22746],[-3446,22466],[-3747,22651],[-12182,17029],[-12222,16996],[-12258,16947],[-12053,16860],[-12043,17079],[-12044,16798],[-12355,16985],[-7926,20812],[-7887,20842],[-7865,20779],[-7772,20769],[-7872,20600],[-7848,20670],[-7789,20588],[-7976,20555],[-8055,20730],[-7991,20786],[-8049,20781],[-7812,20808],[-5016,23188],[-7604,21250],[-7467,20925],[-10972,18232],[-11230,18662],[-10032,18194],[-10054,18049],[-5458,14593],[-5804,14652],[-5901,13895],[-5570,14346],[-6008,15094],[-6324,14920],[-6380,15225],[-5882,14471],[-8569,36695],[-8706,33526],[-10311,27474],[-51,27087],[-44,27318],[-131,27269],[-183,27052],[-114,26979],[-1156,26451],[-9354,41883],[-12667,39370],[-7715,47712],[-11276,46918],[-11773,43709],[-9591,41561],[-7452,627109],[-10197,52076],[-12190,88244],[-11970,88366],[-8638,87081],[-7241,86254],[-7355,86423],[-6133,85778],[-6758,87122],[-7710,87588],[-7550,87791],[-8229,88293],[-6608,87061],[-6012,86871],[-10958,89592],[-11221,89604],[-11679,89561],[-253659,-130820],[-254989,-237891],[-249309,-2859],[-255452,-248484],[-246448,-247356],[-243693,133080],[-244591,135611],[-243370,137078],[-244048,131843],[-244462,135287],[-246775,136339],[-247159,137738],[-249456,135379],[-248587,136491],[-250495,132678],[-249582,132681],[-250061,131538],[-247932,134909],[-254132,133839],[-253980,129894],[-249067,135502],[-247710,133273],[-254352,135353],[-250721,131442],[-252554,134848],[-255180,129387],[-255916,128640],[-255789,128687],[-255802,129073],[-255815,128457],[-243164,139103],[-246671,136597],[-252050,130750],[-252853,134906],[-251021,132124],[-252355,134151],[-246025,133998],[-244683,133089],[-243617,136302],[-243724,150600],[-244633,150716],[-244091,148114],[-243685,148154],[-245856,203332],[-250619,201655],[-249977,202229],[-255456,203855],[-253327,210289],[-244726,24884],[-246842,15322],[-243411,15063],[-250108,13645],[-252786,17279],[-254240,16967],[-249825,17325],[-251509,17008],[-251778,17048],[-244993,48655],[-244978,49174],[-245305,47808],[-248638,58419],[-252753,56131],[-248386,65910],[-254122,68222],[-249126,76229],[-254003,75891],[-246246,75068],[-244417,79351],[-252548,100108],[-246069,92280],[-244679,96967],[-254339,104488],[-254587,112316],[-254574,112368],[-254393,112199],[-254388,112167],[-254634,112202],[-254670,112249],[-254952,112684],[-254742,112301],[-254975,113108],[-254781,113169],[-246380,106096],[-245939,110587],[-245059,108812],[-246007,109004],[-244945,112285],[-245357,113853],[-252524,127663],[-253114,127641],[-252143,127296],[-251661,127784],[-246409,123450],[-251518,120036],[-255374,122306],[-249469,125347],[-248543,125752],[-251420,122081],[-243999,126025],[-249022,123862],[-249172,123772],[-248862,123754],[-248898,124026],[-247799,117205],[-246763,118653],[-248645,117623],[-267576,-117674],[-267553,-117714],[-267471,-117747],[-267593,-117891],[-267539,-117834],[-267530,-117920],[-267694,-117909],[-267676,-117682],[-267646,-117682],[-267694,-117729],[-267545,-117650],[-267492,-117699],[-260568,-118574],[-266651,-132821],[-266622,-132587],[-266709,-132629],[-266787,-132839],[-266722,-132924],[-257819,-239987],[-260846,-248551],[-267443,-100431],[-267149,-101381],[-263644,-102486],[-263592,-102533],[-263503,-102558],[-263637,-102703],[-263598,-102636],[-263558,-102730],[-263746,-102727],[-263772,-102493],[-263715,-102501],[-263789,-102540],[-263601,-102467],[-263531,-102515],[-261597,136068],[-260388,136503],[-264407,137653],[-266196,137830],[-256526,128792],[-265112,20338],[-265857,20540],[-261855,22135],[-256732,14218],[-267869,36902],[-267912,31552],[-267567,30108],[-266630,36971],[-267485,34552],[-267001,34436],[-266738,34921],[-266934,34804],[-265144,34974],[-266513,36803],[-267011,37727],[-267021,36881],[-266975,37835],[-267594,37704],[-266596,37386],[-266314,34433],[-266752,36927],[-262971,36226],[-266855,34829],[-268796,42742],[-268520,38681],[-267137,38775],[-263844,49902],[-267545,44380],[-263992,46331],[-264979,43747],[-265338,43332],[-267593,51102],[-265901,49066],[-268486,43878],[-266839,39505],[-265443,39437],[-265429,39308],[-265716,39292],[-263025,49867],[-261038,47109],[-260838,47171],[-265693,63736],[-268508,59650],[-267794,52603],[-258301,61510],[-260103,59786],[-262624,56283],[-258406,60180],[-260064,54787],[-258792,51987],[-266731,54929],[-266123,55910],[-266590,56553],[-259449,55914],[-262606,56538],[-258038,59829],[-265294,74047],[-263544,67832],[-262455,67731],[-260281,70584],[-262308,71067],[-264930,72458],[-257823,65613],[-259557,71505],[-259467,71330],[-259217,71360],[-264810,74060],[-266744,89572],[-267436,87365],[-267575,85852],[-268369,85323],[-263851,87853],[-264837,88606],[-264269,84656],[-263499,85166],[-263220,83316],[-264568,81401],[-264003,81421],[-264438,78304],[-265620,80416],[-261331,81709],[-260143,80869],[-267238,85189],[-266558,101333],[-267232,102017],[-268134,90256],[-260945,101804],[-266635,98137],[-257493,100050],[-268049,93194],[-268697,95721],[-256003,96387],[-268777,105328],[-267484,106675],[-267100,106757],[-265671,112891],[-260104,109095],[-259601,109418],[-259393,105852],[-259270,106231],[-259833,105666],[-257727,104533],[-257096,111102],[-262620,115006],[-266411,116673],[-261756,126779],[-258089,125500],[-256056,127756],[-256984,127415],[-261433,117132],[-256370,119273],[-277124,-119137],[-277169,-119188],[-277201,-119265],[-277341,-119129],[-277283,-119170],[-277375,-119210],[-277355,-119021],[-277120,-118998],[-277130,-119066],[-277168,-118982],[-277091,-119152],[-277142,-119215],[-271545,-137184],[-271465,-136962],[-271561,-136984],[-271685,-137166],[-271638,-137267],[-276458,-186969],[-274810,-187705],[-273344,-188002],[-275393,-188317],[-274103,-188512],[-275159,-190715],[-274349,-191092],[-277385,-191490],[-276238,-190753],[-272584,-190796],[-273396,-190939],[-277091,-191154],[-276320,-191416],[-273515,-189290],[-272689,-192368],[-276186,-193092],[-281415,-9271],[-280584,-10850],[-281564,-10293],[-279734,-10727],[-279653,-12754],[-280691,-82754],[-281080,-91709],[-281105,-91779],[-281108,-91859],[-281283,-91788],[-281218,-91796],[-281290,-91873],[-281332,-91699],[-281120,-91582],[-281108,-91651],[-281171,-91585],[-281037,-91723],[-281064,-91800],[-275871,-93728],[-275835,-93782],[-275749,-93825],[-275899,-93946],[-275845,-93890],[-275827,-93989],[-276012,-93948],[-275993,-93710],[-275946,-93727],[-276016,-93755],[-275831,-93712],[-275771,-93772],[-269756,-90646],[-275245,-102018],[-275218,-102064],[-275135,-102106],[-275281,-102234],[-275223,-102182],[-275214,-102272],[-275389,-102239],[-275357,-102009],[-275318,-102018],[-275381,-102055],[-275209,-101997],[-275155,-102054],[-274513,-104289],[-276283,-107311],[-276227,-107375],[-276419,-107423],[-276347,-107410],[-276372,-107478],[-276521,-107385],[-276398,-107223],[-276440,-107251],[-276250,-107256],[-276223,-107318],[-273107,-111108],[-273060,-111157],[-272973,-111194],[-273118,-111328],[-273073,-111268],[-273041,-111364],[-273230,-111341],[-273235,-111103],[-273179,-111114],[-273255,-111150],[-273063,-111089],[-272998,-111144],[-275490,846],[-275988,1015],[-275709,1119],[-276093,1729],[-278917,2278],[-280814,3071],[-275867,3212],[-281058,7325],[-278559,132570],[-280623,132271],[-275839,134391],[-280042,134902],[-272423,18725],[-280709,19266],[-280169,19349],[-279145,18625],[-279525,18113],[-279059,18268],[-279926,17550],[-280977,19973],[-280996,19416],[-280346,19550],[-273242,25232],[-269881,13655],[-272515,25426],[-281303,20370],[-281277,20616],[-281365,20270],[-281226,20117],[-273364,25228],[-270455,38441],[-271225,38557],[-270602,36945],[-271220,35945],[-271102,31397],[-270260,33813],[-272442,26274],[-273913,29190],[-275469,26761],[-274487,25988],[-273788,27515],[-274205,32506],[-281206,37540],[-278666,32223],[-270900,42030],[-272622,48415],[-272268,48135],[-270478,46137],[-274367,45155],[-272572,44011],[-276352,42874],[-277470,45435],[-276833,46796],[-271624,44296],[-271340,44877],[-281190,39474],[-281270,39256],[-281343,38882],[-281348,38954],[-281276,38980],[-274171,51334],[-279647,46597],[-274355,63956],[-271479,63891],[-273933,59185],[-269793,59854],[-275658,59491],[-275352,58227],[-269746,55794],[-270974,56910],[-269190,60257],[-269380,53088],[-273385,51966],[-278411,61716],[-273851,55200],[-280244,57290],[-278824,60813],[-271181,55210],[-272027,54650],[-271563,53977],[-273788,56693],[-273663,55451],[-273528,56753],[-271604,56882],[-276638,59565],[-277205,59336],[-276108,59293],[-275969,59880],[-273169,62598],[-271915,63206],[-272421,63848],[-272336,62622],[-273800,61322],[-271991,62024],[-271367,68160],[-273259,67776],[-274490,65213],[-269554,65332],[-275794,69481],[-276015,70368],[-276148,69666],[-275737,69914],[-276523,67679],[-277650,66770],[-276975,66728],[-276941,67667],[-276748,67918],[-276382,68695],[-276446,68299],[-276262,68674],[-277362,65731],[-277684,65802],[-277297,65409],[-277467,65146],[-281546,67958],[-281459,67071],[-280955,67525],[-281228,67515],[-281449,66299],[-280793,66485],[-281261,66895],[-276577,73190],[-275136,71177],[-270255,72087],[-280194,72943],[-272351,87287],[-272672,87251],[-274079,85117],[-273718,83314],[-271395,79197],[-272411,82211],[-272200,78389],[-273232,77527],[-281186,88356],[-280374,87412],[-279510,87642],[-280342,85503],[-279477,86662],[-280294,86188],[-281358,89170],[-273477,87132],[-274807,78939],[-280364,82341],[-281594,83807],[-281314,81639],[-280699,82321],[-281312,84929],[-280912,83882],[-275512,95122],[-273853,93767],[-274603,95014],[-275239,95542],[-271392,100025],[-269987,95109],[-280052,100078],[-280157,95683],[-268852,95931],[-276639,99943],[-278459,100352],[-277929,98292],[-269778,93447],[-272681,92125],[-274020,91273],[-271147,105739],[-273960,113100],[-273057,111741],[-280655,110421],[-277604,110321],[-280597,111444],[-273737,104235],[-274576,104002],[-277718,111545],[-271850,104043],[-278889,110709],[-280897,111015],[-280666,110130],[-279318,110969],[-280233,111318],[-281297,102839],[-277798,110252],[-278098,110783],[-276296,117559],[-286795,-120361],[-287771,-120322],[-293810,-127698],[-293771,-127777],[-293577,-127680],[-293536,-127819],[-293470,-127732],[-285178,-152271],[-293317,-155170],[-293242,-154991],[-293337,-154986],[-293456,-155129],[-293408,-155222],[-294254,-175027],[-294183,-174801],[-294282,-174818],[-294347,-175107],[-283344,-177244],[-283210,-177048],[-283304,-177034],[-283472,-177175],[-283455,-177293],[-284460,-167756],[-294319,-182351],[-294299,-182567],[-294226,-182520],[-294267,-182244],[-283599,-183141],[-283025,-189312],[-282968,-189082],[-283064,-189102],[-283169,-189298],[-283111,-189398],[-289943,-9602],[-293987,-11263],[-288535,-5315],[-286315,-3116],[-289709,-8540],[-284180,-3193],[-286750,-7173],[-287011,-11606],[-285108,-12329],[-283824,-7960],[-289735,-12112],[-287535,-10625],[-289976,-12484],[-284975,-8807],[-282616,-10326],[-284770,-8260],[-282294,-11771],[-284872,-7328],[-284591,-6577],[-283116,-7010],[-283562,-10071],[-281648,-11343],[-286409,-11521],[-286899,-9142],[-286152,-7861],[-285926,-7780],[-286052,-248472],[-285811,-248457],[-285859,-248384],[-286078,-248335],[-286161,-248419],[-283203,-18488],[-293277,-13743],[-291087,-13645],[-294266,-17887],[-293101,-15652],[-291963,-15534],[-291958,-18808],[-287691,-17560],[-287784,-15650],[-290430,-17764],[-288901,-18536],[-288064,-14402],[-287552,-13088],[-288560,-13030],[-287516,-18758],[-291156,-35541],[-290860,-43769],[-292206,-42693],[-291942,-45510],[-289212,-45182],[-290410,-44099],[-291560,-43210],[-293316,-38947],[-289833,-44365],[-289390,-45247],[-289127,-100283],[-289091,-100227],[-289066,-100136],[-288919,-100239],[-288905,-100155],[-288887,-100344],[-289094,-100411],[-289104,-100353],[-289051,-100418],[-289119,-100258],[-289079,-100183],[-282749,9124],[-284600,2893],[-285450,3265],[-286786,1582],[-292737,8752],[-292660,7961],[-293926,6628],[-292946,7249],[-287522,8006],[-288171,7739],[-288133,7870],[-287889,8820],[-293388,9576],[-284862,139012],[-285470,13074],[-285712,14127],[-285763,14217],[-286026,14339],[-289575,16818],[-289487,16332],[-288948,16289],[-288527,16900],[-286083,19756],[-286956,19686],[-286496,18637],[-286403,20304],[-289166,22107],[-281819,20900],[-281998,20731],[-281689,20931],[-281706,21138],[-282019,14899],[-285511,23243],[-284972,13275],[-289072,22890],[-289821,22819],[-290737,22070],[-289997,23490],[-291736,23348],[-289879,24798],[-290103,23137],[-289787,23343],[-289771,23110],[-289730,23456],[-289901,23564],[-284679,25511],[-287434,36163],[-287950,35127],[-288015,36773],[-287369,36871],[-288480,34922],[-287699,36089],[-288028,35338],[-287094,34872],[-291590,29551],[-286958,30379],[-290781,387031],[-291012,386906],[-287042,50383],[-287275,49810],[-287227,50000],[-286630,50588],[-286490,49827],[-286515,49709],[-286226,50241],[-286239,49990],[-291561,49300],[-291565,49693],[-291331,49706],[-291394,49903],[-293589,45458],[-293793,45419],[-294166,45498],[-293745,45337],[-292836,45629],[-293092,45836],[-293067,45188],[-293088,45580],[-293956,49864],[-294239,47944],[-285182,40395],[-285181,40214],[-283892,40118],[-283899,39427],[-286451,41062],[-285881,40327],[-286500,40439],[-287036,41013],[-287912,42015],[-286796,42354],[-287526,42203],[-288281,41275],[-293009,39377],[-282621,40133],[-290492,48412],[-292224,45856],[-293554,45722],[-293043,51778],[-289241,52287],[-290478,52646],[-292559,54157],[-290228,53945],[-285893,58139],[-289989,60807],[-284128,56854],[-286913,56335],[-286142,60275],[-289402,54818],[-285930,59049],[-290072,59555],[-290522,59047],[-289327,55644],[-283711,60323],[-290956,57060],[-287892,58424],[-294135,62411],[-288450,62580],[-286844,62768],[-286512,62061],[-290210,63371],[-287382,62927],[-289044,60778],[-289956,55523],[-289144,61362],[-289466,57412],[-288775,58458],[-291192,63292],[-288751,61569],[-282969,51785],[-291117,59043],[-293190,52361],[-284549,51456],[-286747,52989],[-287477,54235],[-288606,59242],[-287048,59262],[-285431,51837],[-282495,57325],[-285931,59888],[-282143,58191],[-284256,59400],[-282172,62945],[-285436,63817],[-282973,61822],[-283736,61700],[-286125,64128],[-290338,63609],[-291417,60920],[-291341,61102],[-286437,62454],[-291825,61463],[-290588,61158],[-284608,56595],[-282726,56972],[-283854,53643],[-284822,55823],[-283744,55453],[-283000,53053],[-283297,56643],[-284423,59698],[-283427,61843],[-285121,60810],[-294156,61173],[-291407,64198],[-291834,55405],[-291156,55683],[-289393,59591],[-287965,60589],[-291329,58608],[-290943,52892],[-293663,59500],[-292751,59009],[-293457,59653],[-293780,54023],[-294359,53448],[-292490,53973],[-293183,53264],[-292934,54001],[-293437,53079],[-290402,52551],[-291039,52287],[-290621,52178],[-291258,52207],[-290520,52477],[-294220,60487],[-287142,60816],[-285443,61690],[-285358,61520],[-283582,55171],[-293383,57848],[-293620,55813],[-294202,57370],[-294204,56593],[-293884,56289],[-293134,58662],[-294001,66878],[-288057,67055],[-291679,68878],[-286304,66857],[-294372,66437],[-292266,69171],[-287077,68639],[-292881,67558],[-291671,67901],[-292761,66808],[-289524,68550],[-290087,71808],[-294114,64509],[-288738,74853],[-285197,72843],[-281718,75221],[-283667,74255],[-288994,73573],[-287158,69113],[-290684,67329],[-291526,65141],[-291193,71989],[-290646,72142],[-291129,64745],[-290075,70474],[-286644,67179],[-292025,72507],[-290637,64600],[-282553,68814],[-283456,67146],[-282439,68173],[-289381,65175],[-282433,71250],[-285666,66842],[-288757,70897],[-288762,65749],[-283807,66180],[-289081,69920],[-284435,65565],[-287948,68202],[-286119,67423],[-285312,68649],[-282462,70412],[-289707,66396],[-289807,66818],[-283639,65795],[-281826,66205],[-284066,65385],[-285803,70567],[-287321,69647],[-288234,72341],[-284098,74161],[-287282,74444],[-284591,74141],[-284435,75738],[-286186,74683],[-285196,76814],[-284416,76255],[-292446,64934],[-294240,66157],[-285824,71843],[-285518,72726],[-285765,72251],[-285894,72418],[-288304,75148],[-287734,75057],[-288280,74681],[-287585,75009],[-287915,75753],[-287848,75247],[-288246,75297],[-288126,75917],[-283286,70592],[-283135,71363],[-282684,70371],[-282638,70583],[-283724,69963],[-282731,70606],[-282781,69824],[-282996,69629],[-282829,69500],[-282312,68661],[-282369,69109],[-282825,68888],[-282945,68487],[-283285,68955],[-283059,68289],[-282614,68932],[-281729,66542],[-282775,65870],[-282034,66106],[-282215,65974],[-282089,65522],[-285283,65047],[-285068,64744],[-284362,64271],[-285166,64483],[-286102,64834],[-286225,64416],[-286357,65166],[-286433,65046],[-289916,68745],[-290125,68956],[-290121,68835],[-290268,68609],[-288756,68732],[-289159,68573],[-288996,68480],[-288897,68733],[-289773,65318],[-290133,65567],[-290550,65267],[-290072,65846],[-291449,71320],[-291824,70507],[-290955,70867],[-291460,71143],[-288641,72821],[-288229,75411],[-289856,74775],[-289371,76912],[-287743,76592],[-293468,75764],[-293144,75965],[-292257,76600],[-292627,74651],[-283833,79512],[-282107,79525],[-283186,77886],[-284595,77827],[-285047,79248],[-285349,77804],[-282467,77776],[-284067,79811],[-282858,77911],[-285320,79474],[-285335,79621],[-282847,77463],[-282961,77678],[-282817,77341],[-282628,77316],[-285734,77838],[-288528,81126],[-288952,82522],[-289890,82621],[-282336,81401],[-284570,80576],[-286770,81372],[-290125,77725],[-282600,81897],[-286307,88134],[-282485,83905],[-289611,87584],[-284962,88673],[-283079,85986],[-290355,87603],[-285209,85390],[-290396,86480],[-284451,87809],[-283787,87330],[-285842,79683],[-282427,84535],[-285400,86701],[-289088,86506],[-285273,87203],[-285165,81535],[-286054,84817],[-286061,82927],[-281718,81353],[-286193,85270],[-286444,82113],[-283996,81450],[-285895,82148],[-289057,78143],[-289595,77336],[-288506,80457],[-288617,80720],[-289662,82121],[-289009,79171],[-286536,77835],[-287184,78542],[-283400,81061],[-285491,88543],[-283434,89689],[-286058,84599],[-283569,89531],[-282198,85128],[-282561,85139],[-282226,83538],[-294254,78287],[-293558,77300],[-293701,81096],[-292950,80134],[-293100,81685],[-292884,81755],[-283270,89722],[-294238,83003],[-293237,85223],[-291405,88491],[-282352,85644],[-288140,84200],[-285640,80387],[-281770,91316],[-283278,90478],[-283279,93121],[-291807,101767],[-283075,90516],[-283793,96067],[-283670,96823],[-283842,96740],[-284045,96533],[-283926,96425],[-283965,96429],[-284027,96414],[-284061,96512],[-283915,96211],[-283802,96373],[-283955,96155],[-287952,92712],[-287930,90627],[-283981,90593],[-283800,90704],[-293996,93127],[-294307,93913],[-293784,93945],[-283362,89956],[-283356,90070],[-283547,90126],[-286607,97497],[-290243,92689],[-289311,113176],[-291320,107998],[-286412,108512],[-288858,113426],[-284315,112047],[-282047,111460],[-283408,107649],[-284000,113066],[-290601,112353],[-292151,112193],[-291829,112866],[-283591,106618],[-286291,108580],[-282470,111099],[-281681,102850],[-285686,111542],[-285342,112440],[-283034,111593],[-283761,107247],[-283913,108503],[-283717,107642],[-283180,103610],[-290644,103903],[-284659,102845],[-288720,104054],[-294308,107545],[-294129,109239],[-287754,107065],[-283298,107016],[-293806,121265],[-290233,120892],[-289955,121389],[-290129,120513],[-283657,116003],[-296874,-121228],[-295060,-128538],[-296772,-160593],[-296728,-160381],[-296825,-160409],[-296914,-160602],[-296854,-160681],[-294396,-175001],[-305459,-186080],[-305378,-186244],[-305420,-186474],[-305249,-186174],[-305560,-186298],[-305589,-186243],[-294462,-184776],[-294456,-184539],[-294547,-184583],[-294604,-184795],[-294528,-184880],[-294177,-182292],[-301709,-192645],[-301924,-192607],[-301919,-192689],[-301718,-192780],[-301632,-192719],[-298004,-197677],[-298533,-2265],[-300248,-3506],[-299551,-4309],[-298067,-527],[-298772,-3979],[-298999,-2442],[-303007,-10318],[-303758,-11883],[-298629,-12525],[-303867,-9578],[-305488,-4242],[-306456,-7742],[-306475,-6366],[-306230,-6285],[-302174,-265752],[-302200,-265981],[-302123,-265956],[-302034,-265729],[-302105,-265655],[-305001,-261379],[-304774,-261321],[-304842,-261261],[-305069,-261258],[-305122,-261350],[-300795,-22909],[-302311,-31194],[-300745,-31619],[-297828,-29544],[-302904,-29424],[-300332,-29311],[-304694,-36911],[-297820,-28413],[-305367,-29934],[-304057,-31373],[-302048,-27292],[-302000,-37060],[-297161,-36555],[-300217,-32753],[-307107,-37321],[-304279,-28896],[-298459,-32212],[-296086,-36621],[-295421,-39076],[-298412,-44625],[-298603,-38634],[-298332,-42623],[-297823,-39160],[-297151,-42387],[-298547,-45367],[-296241,-45030],[-298028,-40187],[-304495,-42663],[-305372,-49300],[-305258,-47973],[-305399,-42006],[-305971,-48501],[-302346,-43365],[-306747,-43964],[-302149,-47806],[-302225,-45241],[-299759,-49168],[-304020,-43190],[-300299,-42776],[-302767,-45916],[-300731,-50485],[-301163,-44767],[-306660,-46174],[-302774,-49709],[-304980,-50658],[-298756,-49550],[-302233,-53520],[-303701,-92394],[-303754,-92449],[-303782,-92520],[-303921,-92383],[-303857,-92419],[-303958,-92462],[-303938,-92279],[-303658,-92438],[-303710,-92326],[-304030,-92413],[-303669,-92412],[-303720,-92473],[-302552,-106773],[-302489,-106801],[-302406,-106819],[-302489,-106984],[-302413,-106997],[-302577,-107021],[-302664,-106806],[-302607,-106794],[-302668,-106856],[-302511,-106745],[-302437,-106781],[-306856,-113373],[-306800,-113414],[-306713,-113434],[-306832,-113591],[-306803,-113524],[-306754,-113612],[-306935,-113624],[-306980,-113393],[-306921,-113393],[-306993,-113442],[-306813,-113351],[-306742,-113393],[-298431,1813],[-297945,520],[-306895,4997],[-305304,5567],[-306606,5723],[-305938,5071],[-300861,8814],[-297591,7417],[-297944,7015],[-297083,7460],[-303738,18974],[-304015,18263],[-303800,19192],[-306128,19614],[-304169,25468],[-305625,18324],[-294931,20361],[-294852,20160],[-294897,20477],[-295094,20544],[-298127,303181],[-305238,27650],[-305071,27856],[-299032,37257],[-299640,36944],[-299509,36885],[-299758,36764],[-298479,35846],[-298732,35413],[-298894,35631],[-298703,35590],[-298508,36162],[-299117,36425],[-299349,36931],[-298919,36728],[-301153,32428],[-300564,32786],[-301206,32550],[-300529,32372],[-303498,30959],[-303400,30838],[-303289,31326],[-302946,31872],[-305437,36620],[-305641,36361],[-305027,35384],[-303920,36070],[-304753,35980],[-304277,35308],[-304836,35457],[-297712,30388],[-297578,30194],[-297700,30506],[-297908,30548],[-294975,34837],[-294799,35212],[-297021,34209],[-295534,28017],[-295634,27792],[-304676,503862],[-304742,503820],[-304774,503714],[-294465,509966],[-294649,509857],[-294607,510716],[-296321,505485],[-296347,505262],[-296387,505222],[-296196,505432],[-296465,505579],[-296431,505481],[-296368,505492],[-300927,505216],[-295461,42098],[-294640,44108],[-294822,50053],[-295320,40527],[-295789,42198],[-295689,48682],[-295638,48794],[-295504,40947],[-295466,41088],[-296353,41878],[-294966,41571],[-295553,48528],[-298123,45425],[-302416,48335],[-300815,50265],[-302159,47933],[-301489,48296],[-300308,48538],[-299677,48048],[-300721,47808],[-300760,47183],[-301317,48292],[-300058,48060],[-300934,50805],[-301502,50689],[-304175,49944],[-305116,50092],[-304554,49010],[-305139,49625],[-304739,49953],[-305759,516810],[-304038,515201],[-297989,514427],[-295401,512794],[-295819,63107],[-295648,61996],[-295535,64061],[-295226,64039],[-294468,53310],[-294453,54123],[-305355,57024],[-305105,57058],[-305458,57063],[-305568,56885],[-305164,53049],[-305137,59801],[-302029,56372],[-302201,56381],[-294847,51451],[-295947,52690],[-297188,61043],[-295226,58309],[-295219,56650],[-294720,52069],[-295611,52787],[-295063,52452],[-300602,51624],[-301099,51936],[-300945,51962],[-301024,52337],[-301791,51679],[-294561,56857],[-296543,64287],[-297207,64888],[-296796,70576],[-296523,72039],[-294992,71859],[-295169,70115],[-296281,65743],[-295803,65196],[-295716,67209],[-295406,66226],[-295331,64951],[-295395,65074],[-305768,67243],[-305903,67208],[-305724,68317],[-304698,66006],[-305811,67144],[-303910,66730],[-304827,67038],[-304969,69806],[-304744,70028],[-305866,68841],[-305661,69288],[-305964,69447],[-305876,68999],[-305253,70619],[-305947,70614],[-305704,71068],[-305933,70723],[-306347,73158],[-305473,72996],[-305652,72829],[-305905,73023],[-305918,73132],[-305823,72550],[-306373,72677],[-305515,72552],[-307147,72516],[-299737,69965],[-306177,73486],[-304958,68769],[-305003,68841],[-305054,68841],[-304901,69003],[-304959,68971],[-304968,69057],[-304793,68986],[-304929,68828],[-304806,68800],[-304837,68760],[-304997,68732],[-295676,72152],[-296060,76324],[-294958,75989],[-301999,88917],[-302122,88280],[-302817,88826],[-303434,87915],[-303781,85111],[-302649,86608],[-302278,85050],[-302560,84369],[-302517,83728],[-303018,83921],[-300832,79758],[-301063,80480],[-301288,80135],[-302229,80576],[-303780,82648],[-301194,81435],[-304081,82864],[-301792,82995],[-296927,79212],[-300142,87113],[-301670,86824],[-306729,79597],[-302882,84254],[-306046,88377],[-296150,78913],[-296469,78546],[-295924,77730],[-297863,82435],[-298144,82298],[-298386,83628],[-297217,82412],[-302032,97940],[-303319,98869],[-294433,100861],[-294696,100260],[-303764,101502],[-300457,97599],[-300996,97328],[-299698,97477],[-295101,98573],[-295862,98090],[-296208,99079],[-304615,95277],[-305071,93136],[-305035,95762],[-305553,95542],[-305726,96454],[-305793,97361],[-306677,96947],[-306786,96247],[-300250,90252],[-300976,90809],[-301316,91328],[-301726,92411],[-300973,91896],[-303695,94212],[-301984,89924],[-300893,95920],[-300880,96028],[-300854,95986],[-300938,95923],[-300656,96084],[-300663,96004],[-300728,96040],[-300602,95849],[-300851,95868],[-300625,95999],[-300577,95998],[-304423,90229],[-305862,91926],[-294707,91435],[-296299,91234],[-296818,90552],[-294958,94272],[-295811,91237],[-295035,91109],[-306187,105500],[-296338,107137],[-296817,107672],[-295153,109911],[-299730,105693],[-298899,106381],[-299529,106009],[-302543,105180],[-302796,105370],[-302617,106046],[-302372,105731],[-304328,102978],[-301934,105371],[-306377,105517],[-301816,104167],[-302253,103270],[-300888,102898],[-316951,-125609],[-316893,-125645],[-316803,-125667],[-316915,-125827],[-316888,-125763],[-316834,-125846],[-317018,-125859],[-317075,-125633],[-317017,-125628],[-317085,-125682],[-316909,-125585],[-316835,-125626],[-315400,-119855],[-309348,-195872],[-309323,-195658],[-309417,-195690],[-309491,-195887],[-309422,-195963],[-311107,-197282],[-309933,-197991],[-309846,-197784],[-309945,-197800],[-310071,-197979],[-310030,-198067],[-307782,-241503],[-313012,-5064],[-314255,-5144],[-307282,-20089],[-307202,-33514],[-307253,-29407],[-316001,-34594],[-311924,-52350],[-319894,-89320],[-319836,-89358],[-320017,-89339],[-319958,-89336],[-319851,-89296],[-319779,-89340],[-319750,-89383],[-319863,-89539],[-319837,-89476],[-319784,-89561],[-319964,-89567],[-320028,-89388],[-317775,-94370],[-313108,10918],[-313048,10503],[-314836,9866],[-313457,10824],[-319672,11209],[-319855,10623],[-319686,10285],[-315196,10045],[-318165,8303],[-316538,7505],[-318145,6516],[-317366,9012],[-317518,7098],[-318599,7129],[-317607,6895],[-317915,7391],[-317832,7034],[-317037,7860],[-310164,8872],[-309889,9453],[-310349,9209],[-309373,10250],[-311039,6026],[-311374,5734],[-311043,5579],[-310691,5337],[-308731,5531],[-308679,5880],[-308778,8437],[-308857,6197],[-315739,12576],[-313287,2537],[-313469,2618],[-313042,2759],[-312894,2525],[-312706,2708],[-312650,2808],[-313992,14413],[-313443,15075],[-313635,14547],[-318308,18605],[-316411,17653],[-314918,16567],[-315363,18224],[-319562,16827],[-319699,15539],[-319095,17015],[-307438,15344],[-308437,16017],[-307415,15717],[-307720,16791],[-311065,19521],[-312717,18905],[-310977,17840],[-310628,18134],[-317994,17605],[-318345,16711],[-317283,15897],[-317381,17022],[-316625,13854],[-318562,13278],[-318349,14761],[-316541,22321],[-316764,22204],[-317241,25395],[-317708,24946],[-318554,23250],[-318068,24331],[-316710,23331],[-317618,24034],[-316088,314800],[-319059,311357],[-318498,310110],[-318424,310363],[-319053,32756],[-319132,33432],[-318820,30697],[-317764,30350],[-313607,37718],[-312188,37823],[-311279,38021],[-310586,36617],[-310302,36994],[-311509,37418],[-310619,37699],[-309952,38433],[-310174,36052],[-310123,36828],[-310609,37342],[-310991,36428],[-309204,28938],[-310016,36313],[-310259,36292],[-309891,36264],[-309777,36436],[-315183,38022],[-315220,37862],[-315091,38094],[-315224,38234],[-308024,33757],[-315905,34208],[-318236,31139],[-317923,36961],[-313957,32759],[-310452,38949],[-311155,38833],[-309563,39844],[-316556,41298],[-317059,41179],[-316539,41102],[-316551,41202],[-314378,39670],[-313854,39786],[-314086,40020],[-313551,40040],[-310689,39193],[-310745,39362],[-310400,39744],[-311270,49718],[-311337,49954],[-311273,49596],[-311086,49525],[-311030,512802],[-318100,63349],[-318155,63273],[-312817,59588],[-318504,53260],[-314743,65818],[-310231,69051],[-309847,69134],[-310239,69422],[-313167,70377],[-314020,75813],[-318338,72301],[-307418,72986],[-307274,72407],[-307616,72172],[-307882,72216],[-316346,75191],[-314097,76748],[-317102,77439],[-318878,78231],[-319517,88406],[-319799,89580],[-309792,88756],[-319302,81803],[-318769,82193],[-313826,78429],[-311438,78356],[-309056,85383],[-308951,86283],[-308076,86645],[-312440,98794],[-318547,100025],[-309513,98747],[-313755,95871],[-316621,94128],[-313625,94018],[-312931,97743],[-317607,92683],[-317918,91198],[-319053,90007],[-318288,92034],[-317852,91803],[-316535,94074],[-316922,93766],[-311845,99457],[-309958,98616],[-313611,102148],[-311673,99330],[-311553,93421],[-307418,95851],[-308718,97141],[-316119,92154],[-314093,90384],[-314039,90369],[-314228,90250],[-314283,90233],[-314175,90445],[-314157,90500],[-309284,96401],[-310153,91437],[-317439,101283],[-314369,95109],[-317636,99314],[-307236,100130],[-310456,100731],[-314032,101510],[-317801,110508],[-317328,110238],[-317254,111066],[-316116,111448],[-319547,108341],[-319459,107403],[-319579,106427],[-313971,106515],[-312152,106638],[-312164,105327],[-312207,106210],[-312799,105723],[-313866,105689],[-313380,105280],[-331164,-10011],[-329522,-10356],[-330225,-9619],[-331060,-10371],[-329180,-6575],[-326899,-6258],[-328577,-6835],[-325592,-5881],[-325174,-4274],[-328163,-6233],[-329408,-5725],[-323349,-6307],[-328450,-2449],[-328565,-3032],[-327121,-2625],[-330462,129],[-331817,-10776],[-325242,-271818],[-325003,-271848],[-325035,-271768],[-325243,-271674],[-325339,-271746],[-322793,-275153],[-331461,-69120],[-331399,-69134],[-331302,-69139],[-331373,-69312],[-331359,-69252],[-331289,-69311],[-331469,-69362],[-331576,-69175],[-331524,-69149],[-331575,-69222],[-331426,-69089],[-331343,-69111],[-320714,10059],[-324495,12733],[-324486,12902],[-323974,12137],[-332620,9676],[-331650,10151],[-332775,6837],[-332079,7563],[-329658,7349],[-324460,6632],[-323821,6285],[-328232,5575],[-329061,6429],[-328792,2902],[-328110,2778],[-328877,2797],[-328988,3166],[-323880,1019],[-326398,474],[-326162,1569],[-324032,2131],[-324125,3380],[-322863,4812],[-322670,4786],[-324085,4869],[-322207,6461],[-322373,5440],[-322011,6334],[-321072,5650],[-325303,9531],[-326198,9386],[-326229,8632],[-325490,9005],[-327586,7942],[-327811,8448],[-327567,8405],[-327201,9781],[-327607,8368],[-324178,11690],[-330656,180633],[-330811,180796],[-325662,14855],[-320603,16229],[-323569,17063],[-323850,17038],[-324937,13406],[-322780,17869],[-325385,20996],[-328379,24433],[-327890,20956],[-326660,17703],[-322941,18030],[-331429,14814],[-330538,15287],[-330426,15177],[-332681,20600],[-332046,20337],[-331444,20188],[-331374,19628],[-326428,18309],[-327369,18968],[-327152,19304],[-326954,19008],[-328566,21123],[-329818,22117],[-329344,22939],[-329038,21458],[-330136,24684],[-330532,24715],[-329336,25756],[-332113,21821],[-332161,302289],[-323191,314820],[-324231,310454],[-326840,313044],[-322473,319599],[-322292,319713],[-328622,322295],[-325970,321673],[-331933,329802],[-331260,343987],[-331018,344111],[-330252,27656],[-329579,28264],[-328239,32385],[-327771,33259],[-327910,32553],[-328763,33200],[-320797,34212],[-321433,33115],[-320871,31197],[-332159,30529],[-331843,30987],[-332128,30765],[-331770,29510],[-320969,34084],[-331828,31227],[-332702,31731],[-320144,33530],[-320144,33530],[-327818,33431],[-330935,37113],[-329248,34740],[-328996,34777],[-329333,37350],[-324016,35805],[-328375,34332],[-330605,34579],[-329896,27982],[-326121,31669],[-330608,37947],[-330811,38017],[-330615,37553],[-320797,415217],[-322216,42408],[-321216,42386],[-321683,42773],[-322350,43492],[-321616,40947],[-321975,41649],[-322321,40753],[-320475,40579],[-326004,50449],[-332563,46242],[-332353,46174],[-332318,46126],[-332474,46355],[-332685,46109],[-332586,46130],[-332577,46192],[-322723,43978],[-321555,46557],[-321577,46592],[-321621,46615],[-321418,46699],[-321492,46697],[-321452,46774],[-321331,46638],[-321463,46578],[-321432,46484],[-321474,46460],[-321649,46643],[-328033,49052],[-324907,50959],[-329160,47943],[-330746,58540],[-328404,53659],[-326062,54932],[-330549,52201],[-329137,53924],[-328508,57934],[-328135,59257],[-328643,57479],[-328824,58773],[-329227,62701],[-329521,62657],[-327685,64129],[-327770,63651],[-328863,63737],[-323878,56588],[-323197,59205],[-320112,59173],[-328790,52187],[-329185,52882],[-321366,56690],[-322729,53816],[-327695,64963],[-329026,64747],[-329518,64772],[-326455,69375],[-324348,67668],[-325378,69633],[-326122,69437],[-330686,67783],[-329222,65653],[-329628,65141],[-329876,65428],[-330322,66901],[-332084,66595],[-329473,66206],[-327719,70473],[-330158,72726],[-332750,69953],[-332723,71826],[-332406,70577],[-327668,69651],[-324924,69139],[-322835,73632],[-326672,75422],[-320574,84679],[-321409,81998],[-327821,79855],[-324061,78884],[-323883,84512],[-321400,84091],[-320118,88149],[-320265,79328],[-322894,85762],[-320199,87983],[-322124,87138],[-321026,87339],[-325931,81834],[-323127,82619],[-325490,83237],[-329509,86467],[-329450,84526],[-328724,87236],[-329508,84717],[-328403,87616],[-327051,87022],[-328940,86561],[-325442,88069],[-325857,88411],[-325322,87406],[-323690,89508],[-331820,83753],[-329621,83802],[-330101,83508],[-324864,84283],[-328978,87488],[-322615,78139],[-325618,79209],[-325969,77305],[-323027,85657],[-322334,80745],[-326000,92546],[-329790,100279],[-326470,97899],[-322570,100660],[-323233,94474],[-322341,96305],[-324401,96088],[-321750,105923],[-321645,105852],[-321978,105894],[-323566,106012],[-322805,104538],[-323607,104559],[-323068,104988],[-324054,105009],[-325564,104029],[-341549,-141325],[-341575,-141208],[-341397,-141265],[-336295,-152935],[-336395,-152954],[-336194,-152929],[-336346,-153240],[-333647,-155181],[-342208,85],[-343594,-916],[-345269,-3028],[-344101,-3053],[-343392,-1905],[-339423,-2468],[-337898,-837],[-339019,-2450],[-340156,-83],[-335159,-584],[-335348,-1820],[-333499,-1142],[-334307,-7279],[-333476,-7272],[-333486,-8250],[-334938,-2799],[-334075,-2316],[-333470,-3030],[-334163,-3581],[-334861,-9657],[-335196,-1040],[-343664,-3680],[-341556,-8335],[-341600,-2714],[-341462,-2855],[-341011,-2670],[-340876,-3212],[-340714,-3422],[-336099,-63590],[-342767,-83454],[-342838,-83484],[-342893,-83536],[-342966,-83357],[-342923,-83416],[-343032,-83416],[-342938,-83254],[-342701,-83326],[-342747,-83388],[-342739,-83292],[-342740,-83473],[-342813,-83508],[-343355,10552],[-343235,12097],[-335883,12642],[-336601,12129],[-335431,12308],[-334545,12653],[-336173,12396],[-334965,11054],[-335466,11237],[-334262,11600],[-332995,9733],[-333666,9754],[-333146,7358],[-335787,5787],[-336176,6907],[-336397,5875],[-336064,7513],[-333695,4062],[-333991,3965],[-333814,3982],[-333173,3871],[-342266,859],[-341595,779],[-345311,3079],[-343323,10817],[-345007,6516],[-336842,11028],[-337373,5621],[-342209,4496],[-342689,2179],[-333075,171963],[-344152,16285],[-344815,20812],[-343413,13090],[-342062,16514],[-342478,16038],[-341613,14516],[-339223,16685],[-341890,14486],[-333153,14088],[-332902,14027],[-332809,14151],[-345455,13853],[-345126,13563],[-345149,14087],[-343802,13667],[-344081,14318],[-343952,14377],[-344506,19274],[-344365,19661],[-344532,18945],[-344003,19211],[-337950,22856],[-339222,21300],[-337081,19146],[-340320,17527],[-338255,18402],[-335406,20549],[-337036,21003],[-336653,19294],[-336864,19755],[-336348,20102],[-336479,19391],[-341762,18370],[-341026,20339],[-341729,17247],[-342517,18551],[-341591,17292],[-341407,18936],[-341175,19204],[-340932,19227],[-340610,18789],[-336229,24177],[-337056,23955],[-336539,24510],[-336107,25279],[-336526,25396],[-335955,25355],[-342208,23102],[-340522,18044],[-340776,303973],[-332967,300654],[-332839,301007],[-343119,317436],[-344466,313472],[-332961,324717],[-338532,326873],[-338323,326934],[-333780,27237],[-333482,28475],[-334173,27703],[-333315,27701],[-336623,26414],[-336237,28958],[-335808,29902],[-334191,30377],[-334395,30054],[-334447,32233],[-333911,29918],[-333865,34132],[-334762,33596],[-333338,33807],[-333750,33715],[-334218,35807],[-333861,36214],[-334368,35415],[-333793,36464],[-334744,37317],[-335000,37069],[-334810,36279],[-335361,37377],[-339450,28917],[-342266,29467],[-334293,33246],[-344253,33783],[-345049,49724],[-342863,49748],[-342313,49765],[-343459,49613],[-343277,47789],[-344767,49743],[-340222,47088],[-341941,47227],[-342174,47357],[-337815,50878],[-339640,50427],[-338891,50761],[-333394,50578],[-334708,49809],[-332911,50287],[-333405,50326],[-335045,50019],[-333280,50329],[-333842,39899],[-334212,40124],[-333879,39441],[-334826,40144],[-336604,41182],[-344073,44514],[-334699,40152],[-338615,51539],[-334930,54010],[-336352,53576],[-334864,52811],[-336319,52822],[-336256,53160],[-336315,52089],[-335494,54128],[-334591,53835],[-338923,51822],[-338628,61560],[-340699,54655],[-335358,66081],[-336637,66569],[-334128,67198],[-336787,65546],[-334391,71466],[-334733,71113],[-335859,70465],[-333625,73137],[-333916,72364],[-334544,76491],[-345115,71181],[-341891,68990],[-336199,68899],[-336087,65358],[-339163,67990],[-338209,72970],[-334007,69581],[-337795,69868],[-338852,71893],[-333983,77865],[-334296,78003],[-335077,77577],[-334716,77996],[-333969,88846],[-334032,88948],[-335454,78088],[-333078,83268],[-332832,83703],[-334939,94414],[-335037,98908],[-356717,-238133],[-356506,-238239],[-356520,-238285],[-356697,-238073],[-356820,-238244],[-356747,-238255],[-354210,-238118],[-354150,-238096],[-354191,-238319],[-354241,-238363],[-354327,-238124],[-354305,-238078],[-348993,-237900],[-348972,-237660],[-349057,-237695],[-349112,-237906],[-349057,-237999],[-353310,-1983],[-355449,-1175],[-356602,-736],[-354299,-779],[-349740,-1622],[-351535,-777],[-349806,-2121],[-349639,-2058],[-347272,-222],[-358012,-9308],[-358127,-8669],[-357941,-6355],[-349459,-8116],[-349846,-8774],[-349915,-8143],[-349652,-9165],[-352804,-6857],[-351772,-6411],[-352405,-7049],[-353809,-6790],[-354327,-9188],[-353580,-8512],[-352149,-9308],[-355179,-8778],[-355283,-9233],[-357432,-8362],[-357634,-8854],[-347541,-9024],[-353737,-935],[-355833,-275308],[-355595,-275327],[-355637,-275252],[-355851,-275168],[-355936,-275241],[-346943,-276767],[-347605,-79439],[-352499,-92060],[-345941,-92691],[-345887,-92734],[-345804,-92767],[-345931,-92910],[-345900,-92851],[-345855,-92941],[-346034,-92927],[-346066,-92696],[-346007,-92699],[-346081,-92743],[-345897,-92668],[-345829,-92719],[-346488,1886],[-345969,4187],[-354140,2003],[-351434,2626],[-353783,1647],[-352089,2397],[-351519,2539],[-347442,1255],[-348441,339],[-349535,3965],[-352574,4741],[-349681,4569],[-349884,3784],[-356133,5384],[-356124,6072],[-356539,5377],[-356909,6154],[-357487,12054],[-351939,12633],[-353688,12522],[-349128,12371],[-349260,12303],[-349077,12283],[-346399,9826],[-347409,10254],[-347311,11108],[-358356,5474],[-353284,1677],[-350380,11120],[-356933,6952],[-353698,183912],[-353470,183972],[-353847,13188],[-351250,13141],[-351000,18956],[-350640,18195],[-349875,18534],[-351604,18094],[-355443,21525],[-355521,21608],[-356286,20201],[-354520,20158],[-357541,18316],[-353578,22019],[-352388,21179],[-352873,21555],[-350820,20026],[-355845,15932],[-355615,17106],[-354463,18659],[-346295,18006],[-346271,16655],[-345763,16821],[-349627,22833],[-357168,23293],[-357077,281238],[-357353,281061],[-357409,281161],[-357034,280921],[-357273,280802],[-349309,307802],[-348003,316420],[-348276,318232],[-345736,319645],[-345670,319981],[-354190,330023],[-354006,330132],[-352605,323077],[-350451,322944],[-356136,325575],[-347042,26192],[-347591,33401],[-345961,28763],[-346706,33529],[-346880,33498],[-347387,33406],[-346622,33626],[-352018,46509],[-350853,47679],[-351098,47495],[-350163,48387],[-345914,46514],[-347451,46148],[-345949,50293],[-346281,50845],[-345717,49485],[-346336,50319],[-345871,50500],[-360029,-193838],[-359981,-193879],[-359936,-193910],[-359940,-194018],[-359869,-193690],[-360082,-193705],[-359827,-193671],[-360260,-220187],[-360145,-219974],[-360241,-219973],[-360384,-220138],[-360363,-220251],[-364924,-2777],[-364237,-5232],[-365019,-3011],[-365209,-2737],[-364631,-3665],[-364500,-3743],[-364050,-1178],[-363770,-2101],[-363926,-1776],[-361328,-5529],[-362034,-5458],[-362368,-7024],[-362356,-7758],[-362910,-6026],[-362848,-6322],[-360395,-8494],[-360808,-8180],[-361061,-7493],[-361070,-8335],[-358860,-8679],[-358469,-8651],[-359519,-5893],[-359727,-5863],[-359131,-272696],[-358961,-272544],[-359054,-272514],[-359250,-272610],[-359251,-272720],[-366174,-63606],[-366123,-63650],[-366028,-63669],[-366106,-63750],[-366298,-63622],[-366246,-63626],[-366309,-63669],[-366136,-63587],[-366191,-63669],[-365336,-75282],[-366894,-66085],[-366841,-66124],[-366750,-66154],[-366878,-66302],[-366841,-66243],[-366797,-66329],[-366987,-66324],[-367021,-66097],[-366965,-66096],[-367036,-66145],[-366852,-66061],[-366780,-66108],[-366142,-63819],[-366060,-63841],[-366251,-63851],[-359187,664],[-359896,1562],[-359726,2486],[-358514,1221],[-361709,12824],[-361524,12986],[-360371,7163],[-360345,6911],[-360997,9998],[-361857,11215],[-362324,9555],[-360921,9107],[-359914,5328],[-360241,5676],[-368838,10165],[-367040,11005],[-368307,10648],[-367064,11326],[-365570,8248],[-365376,7647],[-365327,9001],[-365674,8857],[-364447,3239],[-363854,4605],[-364050,4897],[-364463,3712],[-364688,4200],[-366276,639],[-366684,1567],[-366605,2268],[-366807,1786],[-367606,8179],[-367522,7150],[-362268,7156],[-364726,7182],[-360995,6321],[-362782,5213],[-360925,14020],[-359029,17656],[-358552,18699],[-363837,18256],[-363414,18772],[-360512,16269],[-363347,18980],[-361236,23212],[-362549,20990],[-362915,20444],[-361549,23207],[-359440,14390],[-368699,13530],[-366946,14212],[-367300,13352],[-367366,13041],[-368117,15446],[-366513,14193],[-368412,15348],[-368346,15915],[-361075,329752],[-360925,327257],[-20715,-118874],[-14007,-157052],[-14618,-155271],[-18315,-157593],[-19090,-155872],[-24658,-156647],[-24906,-156671],[-22848,-162138],[-23414,-163160],[-21072,-163974],[-22427,-163911],[-22424,-164552],[-21440,-165946],[-18125,-159318],[-15355,-165774],[-21206,-163397],[-18472,-162036],[-19946,-161883],[-18893,-160683],[-19166,-162971],[-17925,-162953],[-18596,-163793],[-18692,-164008],[-19457,-164132],[-22458,-166283],[-22712,-168446],[-21619,-169571],[-21989,-169895],[-24577,-173577],[-23163,-173260],[-25560,-172340],[-17357,-179711],[-17399,-179674],[-17454,-179648],[-17484,-179862],[-17281,-179838],[-17540,-179885],[-17444,-179542],[-21581,-179410],[-21441,-180478],[-20758,-2726],[-21896,-3679],[-21036,-3620],[-22760,-7926],[-22296,-9191],[-23789,-10476],[-19524,-8362],[-19443,-6892],[-24853,-2040],[-24968,-1442],[-16543,-11592],[-16431,-11874],[-23851,-21075],[-23138,-21292],[-16195,-19486],[-16396,-19329],[-19633,-22983],[-19399,-23430],[-21659,-23502],[-25028,-25232],[-25327,-25348],[-25156,-24826],[-22451,-21450],[-20671,-22076],[-14747,-13634],[-19021,-19478],[-18158,-20093],[-17023,-13602],[-17660,-14607],[-22819,-26050],[-23704,-26607],[-22970,-26349],[-25571,-26274],[-25090,-25471],[-14377,-32279],[-16555,-29649],[-13994,-27408],[-15321,-27235],[-21551,-35524],[-19625,-28729],[-20072,-28489],[-15402,-35341],[-14871,-36800],[-13870,-41244],[-13813,-41610],[-14149,-40198],[-16476,-49992],[-17516,-50602],[-17143,-50370],[-18651,-40202],[-19112,-40891],[-21612,-44931],[-21386,-45340],[-23663,-43825],[-24733,-44089],[-14580,-40467],[-14720,-40045],[-25028,-47627],[-22930,-46242],[-22725,-45915],[-14085,-50267],[-13188,-47754],[-14014,-50764],[-13745,-48342],[-14282,-50728],[-18095,-47565],[-21993,-49784],[-15644,-44967],[-15866,-45160],[-20886,-49381],[-18064,-51314],[-22909,-53287],[-22631,-53359],[-22891,-54475],[-21919,-53239],[-21863,-54602],[-21647,-53643],[-22094,-53615],[-22423,-54501],[-24692,-54893],[-23719,-54525],[-24217,-54683],[-23486,-54715],[-23918,-55832],[-23916,-54444],[-24620,-55838],[-24169,-54568],[-15196,-58963],[-13596,-61665],[-13845,-60329],[-20950,-56891],[-21699,-57486],[-23389,-51857],[-23645,-51862],[-20501,4190],[-18705,3113],[-17992,2646],[-19987,3273],[-19938,3444],[-22777,1057],[-25515,7306],[-13948,9474],[-13588,8133],[-13527,8221],[-13813,9424],[-13706,8540],[-13647,8378],[-13980,9424],[-16189,12366],[-15784,21042],[-15949,20435],[-15239,21542],[-18595,20832],[-14193,22925],[-15527,24860],[-15687,24193],[-19319,22603],[-20079,23259],[-22217,22550],[-21927,22350],[-25527,21999],[-18145,20869],[-18612,19282],[-19282,19476],[-18540,19593],[-12839,22018],[-13501,22563],[-13308,22812],[-14425,22454],[-15573,23807],[-25328,16072],[-13748,22641],[-17468,17532],[-18923,15741],[-20173,13968],[-20467,14253],[-20165,15358],[-15723,14363],[-13860,20976],[-16161,14479],[-16203,13860],[-16242,13705],[-13361,16565],[-13736,17068],[-15034,16757],[-13249,15825],[-16574,13739],[-14036,13584],[-16347,14567],[-17490,31308],[-19291,39776],[-13345,42140],[-18803,44089],[-20932,62547],[-17396,61812],[-25279,60903],[-21196,57362],[-22171,59783],[-23069,75232],[-23434,71256],[-21396,70114],[-20734,64893],[-22965,76072],[-23362,66440],[-23735,66965],[-24985,66651],[-24723,66715],[-21572,65211],[-21621,64802],[-21790,64705],[-22554,64617],[-25585,69740],[-24365,64222],[-25127,64425],[-21472,66127],[-25528,70324],[-22009,66249],[-22505,66818],[-21500,65063],[-21287,80939],[-23270,81708],[-19811,78785],[-24771,77121],[-20552,78199],[-24042,83324],[-18893,80011],[-21323,81473],[-23674,82054],[-24032,78733],[-19956,79653],[-25185,81484],[-13223,88258],[-13598,88378],[-14929,89164],[-13537,89441],[-14442,89514],[-14557,89702],[-13661,89697],[-372981,-244152],[-371626,-69281],[-371572,-69319],[-371487,-69358],[-371616,-69488],[-371583,-69440],[-371539,-69522],[-371721,-69496],[-371752,-69280],[-371693,-69282],[-371768,-69325],[-371582,-69257],[-371514,-69309],[-380312,-76109],[-371529,-66262],[-380136,-88731],[-380109,-88775],[-380030,-88825],[-380197,-88933],[-380135,-88892],[-380131,-88977],[-380309,-88925],[-380255,-88712],[-380210,-88722],[-380285,-88753],[-380094,-88710],[-380045,-88769],[-383170,8713],[-371847,214413],[-383965,207273],[-371480,220114],[-372064,333243],[-371880,333413],[-394502,-240233],[-394606,-240429],[-394691,-240197],[-394784,-240438],[-394553,-240378],[-394530,-240464],[-394607,-240160],[-394575,-240165],[-394739,-240163],[-385318,6658],[-390341,202948],[-390153,203049],[-393065,216004],[-384478,210499],[-384273,210671],[-391194,207893],[-385358,231575],[-401717,195385],[-404514,193665],[-406801,202024],[-399194,208432],[-397620,212532],[-404169,23579],[-402193,31109],[-403231,33935],[-406396,491713],[-406365,491981],[-418739,191163],[-417499,197835],[-416526,38192],[-414400,495835],[-412237,495389],[-412196,495858],[-417234,495304],[-410688,489353],[-410939,489252],[-410909,489316],[-434438,159929],[-433756,192967],[-433956,192892],[-432062,193905],[-429251,229819],[-429103,292344],[-429405,292765],[-446681,-3120],[-447837,145003],[-447637,144998],[-438638,160280],[-438538,160458],[-436734,186452],[-438333,188821],[-438533,188701],[-438461,188662],[-438229,188709],[-438211,188824],[-443235,191860],[-438621,200174],[-447008,214582],[-447179,214510],[-445719,213319],[-435970,207960],[-439709,210646],[-437395,229985],[-437872,226934],[-437685,227039],[-442457,239055],[-442665,239000],[-447846,233167],[-440594,299914],[-440753,299801],[-447816,321389],[-447946,321329],[-441354,93713],[-441489,93933],[-450196,-7080],[-458425,-11603],[-449386,-17998],[-451009,-21160],[-458224,-18109],[-456593,-12892],[-450942,138475],[-450230,143620],[-448632,192106],[-452023,185597],[-462709,-12849],[-496856,375536],[-496425,375151],[-497351,375005],[-496676,374414],[-494630,383316],[-494573,383122],[-494823,383577],[-489142,116020],[-489289,115802],[-32405,-134278],[-34968,-146327],[-29401,-146986],[-29896,-143036],[-33387,-144992],[-35889,-144526],[-35339,-144752],[-37734,-141346],[-37454,-144555],[-38170,-150461],[-38190,-149613],[-37788,-146225],[-37825,-146666],[-35930,-147339],[-36771,-150809],[-31610,-156771],[-33349,-156532],[-36438,-157003],[-35272,-156082],[-37648,-153722],[-38290,-154876],[-34715,-154654],[-36479,-154692],[-36183,-159057],[-30520,-176121],[-29823,-176192],[-29677,-176313],[-29869,-176347],[-29518,-176654],[-27922,-174675],[-25706,-172504],[-28998,-174060],[-34136,-172038],[-34459,-172264],[-32247,-175968],[-32673,-175475],[-33538,-174918],[-32815,-178234],[-32521,-178359],[-32200,-178404],[-36277,-172298],[-37472,-166371],[-36388,-166539],[-32300,-11305],[-26931,-4113],[-28424,-4091],[-28455,-5080],[-27813,-4977],[-27584,-5947],[-26545,-6399],[-26310,-6095],[-27681,-6375],[-28248,-1695],[-26584,-2581],[-26744,-2300],[-27183,-1492],[-28531,-3151],[-28487,-3703],[-28909,-2666],[-33834,-2586],[-33568,-3788],[-34035,-3202],[-36360,-4429],[-36148,-4199],[-33816,-4951],[-34461,-5316],[-34207,-5412],[-38212,-8495],[-37233,-7660],[-38140,-8647],[-37449,-8605],[-37007,-5063],[-36222,-5780],[-36161,-5896],[-36568,-5049],[-36605,-5248],[-36728,-6702],[-36958,-7226],[-38211,-9300],[-32342,-838],[-32351,-1075],[-32272,-739],[-32413,-586],[-32449,-1666],[-32108,-350],[-36644,2],[-36680,-88],[-37444,-654],[-37209,-1141],[-37346,-2111],[-36829,-652],[-36309,-1083],[-36491,-268],[-36319,-245],[-35868,-426],[-36570,-2250],[-37111,-2784],[-36129,-1525],[-36646,-2983],[-25690,-22077],[-34444,-25303],[-31674,-20777],[-31312,-20543],[-34153,-21292],[-34844,-19028],[-36224,-19341],[-36161,-19088],[-35353,-18654],[-37089,-19658],[-36838,-20535],[-31210,-16527],[-36007,-17720],[-36539,-18495],[-36589,-18512],[-36645,-18538],[-36476,-18692],[-36389,-18496],[-36494,-18746],[-36720,-18476],[-36287,-14687],[-34708,-13716],[-37078,-15682],[-37115,-15711],[-37146,-15745],[-36941,-15851],[-36945,-15649],[-36928,-15903],[-37243,-15707],[-37070,-15597],[-35310,-30782],[-35155,-31167],[-33179,-31023],[-35074,-29752],[-33569,-27133],[-33347,-26988],[-33640,-26531],[-30566,-29659],[-32132,-29770],[-32693,-29471],[-30686,-29400],[-31791,-32084],[-31723,-33229],[-37545,-37285],[-30109,-46872],[-26312,-49803],[-29411,-38308],[-29112,-38420],[-38023,-39100],[-37562,-38697],[-38002,-39084],[-33541,-40998],[-32888,-41188],[-33863,-42906],[-33894,-42694],[-31547,-48418],[-33699,-45915],[-33876,-46502],[-28735,-50535],[-28281,-50517],[-25689,-47391],[-38101,-51000],[-38279,-49999],[-30842,-50874],[-34507,-61214],[-34560,-61039],[-36248,-60621],[-36426,-61064],[-35740,-61737],[-33210,-55499],[-34100,-55745],[-33821,-56814],[-33688,-56848],[-37033,-58192],[-37557,-57594],[-35903,-56358],[-36260,-57852],[-35784,-56232],[-36102,-56496],[-37691,-57491],[-37396,-55339],[-37045,-55265],[-30451,-51146],[-30763,-50945],[-25828,-53704],[-36104,-68125],[-35253,-67998],[-30840,-109727],[-30796,-109489],[-30892,-109518],[-30985,-109723],[-30922,-109821],[-37400,12654],[-36315,12309],[-35924,11845],[-34670,12160],[-36167,12146],[-36043,12041],[-36599,11271],[-36122,11470],[-35187,12267],[-31128,12366],[-29858,11990],[-31751,11649],[-31979,11928],[-36400,9138],[-35838,9352],[-35924,9507],[-36167,9369],[-25659,7294],[-25708,7275],[-25758,7237],[-25605,7121],[-25619,7060],[-25832,7295],[-34601,9674],[-25824,11569],[-25864,11534],[-25899,11481],[-25700,11419],[-25688,11627],[-25691,11357],[-25993,11512],[-29887,7390],[-36952,7183],[-36969,6977],[-37001,6917],[-36816,7132],[-37065,7174],[-37006,7190],[-27723,475],[-35361,7399],[-29260,8092],[-29309,8077],[-29360,8046],[-29203,7885],[-29113,8085],[-29218,7824],[-29435,8118],[-27229,564],[-34568,1724],[-31826,1462],[-31993,2538],[-33732,1586],[-32841,2256],[-33797,2471],[-33785,2702],[-32198,2443],[-32150,4883],[-31615,5624],[-31566,5205],[-32480,5645],[-34829,5740],[-34199,5005],[-34472,5775],[-33342,5328],[-37994,2854],[-38058,3923],[-37608,2629],[-38219,3506],[-26652,21903],[-25741,22375],[-27876,21519],[-29847,17881],[-28155,18444],[-28655,22635],[-37370,13374],[-36994,13615],[-28177,13148],[-25885,46530],[-31059,44723],[-33744,44454],[-30796,58379],[-31748,57852],[-29807,63106],[-26045,60843],[-31683,59704],[-31530,55603],[-32900,63987],[-33792,61124],[-33588,61117],[-33726,60995],[-33652,61206],[-35448,62350],[-35696,62472],[-37653,61071],[-37632,60539],[-37809,60591],[-37208,60513],[-34803,61298],[-38012,62475],[-36010,57321],[-36057,57297],[-36106,57258],[-35913,57127],[-35860,57339],[-35920,57064],[-36193,57316],[-36332,57671],[-37532,61377],[-28044,53447],[-25574,52963],[-30930,68002],[-33584,70385],[-29346,70182],[-26737,72803],[-30647,71424],[-31368,67553],[-28771,66709],[-28562,68294],[-32568,75778],[-26393,71209],[-27023,71795],[-27847,72361],[-27656,72300],[-27459,72584],[-29195,72951],[-26424,64954],[-28371,69970],[-28250,70273],[-27779,69335],[-27899,69521],[-28101,69530],[-30875,72548],[-25795,72093],[-26755,71649],[-25868,70715],[-26116,70697],[-32568,66229],[-32787,65689],[-32872,65817],[-29793,66390],[-29439,66312],[-29218,66193],[-30707,64295],[-28534,80831],[-32617,78110],[-31289,81840],[-31261,78717],[-28426,79254],[-31289,82216],[-32050,81777],[-31572,77855],[-38000,80479],[-36687,78241],[-37785,79130],[-37840,80633],[-36018,78615],[-37560,80162],[-34538,78236],[-30642,80567],[-30228,82227],[-28434,89314],[-29945,87482],[-26998,88875],[-29543,86889],[-36779,84256],[-37647,85656],[-33907,85458],[-33958,85445],[-34015,85418],[-33854,85248],[-33757,85443],[-33875,85188],[-34086,85494],[-510531,365960],[-510785,365872],[-504041,380485],[-506048,378111],[-506227,378008],[-506429,397897],[-518026,358326],[-517818,358372],[-518498,364273],[-523911,67051],[-531724,75731],[-531768,75950],[-531846,75891],[-531851,75663],[-531765,75616],[-528367,73307],[-532737,72261],[-535865,72378],[-527776,67932],[-528727,79619],[-528435,82316],[-544535,196216],[-543120,202285],[-542883,202327],[-546118,200356],[-547130,196635],[-547347,196471],[-546327,207541],[-562622,186297],[-556584,194153],[-565340,191533],[-565404,189540],[-573375,214853],[-572797,214868],[-574842,208444],[-578615,1764130],[-580585,1765383],[-577804,1762941],[-583286,1755453],[-577218,1763792],[-584824,1762608],[-587862,1759787],[-576536,1773595],[-587356,1780469],[-599000,1765716],[-598904,1765290],[-599769,1766311],[-598726,1769391],[-597273,1767002],[-599043,1766765],[-597827,1766725],[-588856,1782043],[-593738,206947],[-590284,209079],[-589632,210819],[-592774,213948],[-598497,215190],[-613259,1753993],[-602524,1753952],[-602001,215034],[-602196,215132],[-614036,62725],[-613984,62959],[-614080,62932],[-614175,62727],[-614119,62633],[-610230,56016],[-607939,57432],[-612217,60445],[-602766,56938],[-613381,64438],[-613017,67333],[-612833,67442],[-613151,67452],[-614767,55629],[-617578,67243],[-615076,64213],[-49214,-136810],[-46967,-135299],[-49026,-134310],[-48623,-139340],[-40406,-136437],[-41520,-132286],[-39284,-143550],[-40165,-145149],[-38637,-142874],[-40683,-143124],[-42758,-144261],[-46581,-141661],[-48348,-144507],[-50153,-143572],[-49358,-142289],[-49848,-141569],[-49772,-145593],[-50967,-146301],[-51099,-143445],[-41675,-150966],[-42112,-145920],[-39183,-151785],[-41413,-148474],[-40305,-146122],[-41372,-145638],[-39751,-146123],[-40358,-147609],[-42431,-144799],[-38983,-155687],[-38468,-157123],[-40906,-157454],[-41508,-157665],[-40921,-156469],[-43689,-155998],[-51424,-162616],[-49601,-163438],[-51197,-163196],[-49554,-163556],[-51003,-163205],[-51927,-163529],[-50883,-163316],[-50783,-163190],[-47871,-161315],[-47918,-161339],[-47967,-161378],[-47774,-161509],[-47721,-161297],[-47781,-161572],[-48054,-161320],[-38873,-161184],[-43978,-163507],[-43887,-163300],[-43983,-163300],[-44118,-163467],[-44076,-163572],[-46608,-164399],[-45046,-172717],[-48402,-166611],[-50913,-179990],[-50368,-179385],[-50796,-179800],[-49927,-179765],[-50799,-180350],[-50364,-179985],[-50692,-180480],[-50672,-180523],[-47554,-264],[-47439,59],[-47339,43],[-47797,-3097],[-47268,-2953],[-41732,-6067],[-46170,-2138],[-46335,-4434],[-46342,-4479],[-46339,-4539],[-46119,-4459],[-46264,-4318],[-46073,-4500],[-46435,-4568],[-46518,-4512],[-46369,-627],[-40277,-3537],[-40050,-2944],[-39434,-2395],[-38671,-2883],[-50459,-531],[-42652,-917],[-39433,-9769],[-39785,-9504],[-39796,-9725],[-42414,-3445],[-42168,-3459],[-41491,189],[-50516,-24698],[-48899,-23255],[-49208,-23636],[-39584,-25097],[-40281,-25330],[-45392,-23844],[-41913,-19340],[-42650,-19779],[-42793,-17399],[-42138,-16937],[-42912,-16423],[-42145,-16339],[-43095,-12735],[-43612,-12809],[-42913,-13163],[-43359,-13159],[-45076,-14955],[-44966,-14667],[-44438,-14559],[-44392,-14650],[-43339,-15042],[-43428,-14872],[-43433,-15017],[-44263,-15053],[-42075,-14344],[-42753,-14611],[-42864,-14373],[-42510,-14395],[-39935,-15580],[-39997,-15789],[-40271,-16421],[-39925,-16391],[-39805,-22265],[-38706,-21901],[-38964,-22269],[-46545,-20045],[-46593,-20067],[-46643,-20099],[-46454,-20239],[-46394,-20033],[-46464,-20296],[-46728,-20042],[-46793,-19995],[-46342,-19715],[-39312,-22609],[-38882,-23080],[-38502,-21189],[-40570,-22236],[-39834,-20127],[-41486,-21367],[-42585,-21047],[-41619,-20540],[-42437,-19301],[-42481,-20267],[-42382,-18399],[-42024,-16983],[-42008,-16142],[-42926,-15338],[-43886,-21402],[-44917,-21580],[-44943,-21723],[-46285,-21838],[-48151,-22095],[-39869,-23811],[-44786,-31150],[-47117,-31610],[-49096,-30737],[-45555,-30451],[-47902,-27126],[-49543,-27393],[-48645,-25552],[-50250,-29022],[-42267,-29305],[-43767,-31695],[-43828,-33560],[-42662,-32141],[-43774,-36069],[-44144,-36987],[-44741,-35692],[-43870,-37161],[-39989,-34971],[-40510,-34434],[-40608,-30945],[-40778,-30751],[-40694,-30456],[-39673,-32348],[-51192,-25937],[-42455,-32871],[-41576,-32485],[-48707,-31599],[-48775,-32040],[-50720,-35467],[-51169,-34777],[-42716,-26529],[-48347,-47959],[-46751,-45087],[-45437,-38591],[-43715,-38744],[-45248,-38971],[-49801,-40901],[-49090,-42819],[-45369,-44034],[-43895,-49858],[-50298,-45399],[-47708,-44762],[-46989,-44129],[-48014,-53459],[-47742,-53445],[-50113,-51830],[-41133,-63266],[-40753,-62992],[-41963,-62552],[-41686,-63739],[-42222,-63311],[-43292,-57908],[-43460,-58626],[-43610,-58469],[-43599,-58914],[-44317,-58511],[-43528,-60247],[-45054,-58985],[-43335,-58419],[-50639,-61214],[-50238,-60490],[-50668,-61511],[-50330,-62370],[-49630,-61771],[-40547,-52675],[-38756,-52525],[-46357,-55658],[-46606,-55576],[-48273,-58066],[-48261,-57479],[-46952,-67298],[-46707,-64856],[-46535,-65344],[-48862,-73333],[-50255,-74298],[-49536,-74842],[-44618,-72911],[-45222,-70984],[-39605,-70775],[-39967,-74153],[-44452,-83148],[-44040,-82119],[-39061,-97696],[-50138,-110236],[-49944,-110220],[-47002,10626],[-46961,11060],[-43427,11023],[-42832,8613],[-43277,8368],[-43284,8036],[-42786,10178],[-43031,10369],[-43628,6429],[-47168,5432],[-47999,5141],[-48620,6661],[-50708,3233],[-50144,12678],[-47925,12873],[-47692,12998],[-47975,12046],[-48255,12059],[-47181,12116],[-48542,10301],[-44534,11509],[-49179,11755],[-49624,7437],[-48632,7749],[-49443,8027],[-48458,8024],[-46217,5711],[-46948,5711],[-49508,7783],[-49927,11287],[-50932,12008],[-49287,9775],[-49183,9936],[-45908,12336],[-46123,12329],[-42439,8525],[-38722,9858],[-38772,9846],[-38830,9818],[-38666,9652],[-38573,9842],[-38687,9591],[-38901,9895],[-46335,5195],[-50758,3464],[-44345,5574],[-50092,2106],[-47641,845],[-47953,801],[-40748,1480],[-40796,2030],[-40810,2237],[-40548,2565],[-40114,2634],[-40331,3005],[-41342,3824],[-42308,3469],[-43508,3188],[-43526,3874],[-45923,3939],[-41873,3349],[-41746,4029],[-49924,306],[-49711,666],[-41292,651],[-50455,850],[-45900,605],[-50341,13145],[-47314,13136],[-46387,18624],[-47290,17901],[-45473,19147],[-46273,20004],[-45821,19268],[-49333,19237],[-49793,19402],[-49118,18597],[-49522,19923],[-50146,20006],[-50298,20013],[-50812,20147],[-45584,24774],[-51025,22272],[-42364,21940],[-42846,21432],[-42661,22287],[-44060,22291],[-41268,22456],[-41024,22943],[-43598,19940],[-44129,19602],[-45125,20397],[-43842,18678],[-43630,18658],[-45371,22169],[-45163,22206],[-45744,21517],[-44800,22922],[-44924,22345],[-45808,24474],[-47630,24972],[-49038,20790],[-47735,22050],[-47235,23048],[-46884,20660],[-44484,26632],[-44590,26814],[-45599,31850],[-45810,30998],[-46549,29919],[-45544,32567],[-45279,32771],[-45375,33055],[-45291,33703],[-46550,34293],[-47137,31538],[-45599,34655],[-44568,35114],[-43692,33346],[-43201,34132],[-43132,35220],[-40649,28675],[-40824,29288],[-41923,29891],[-41667,27303],[-41105,26750],[-50563,34433],[-49895,37638],[-49269,36428],[-45502,30760],[-43529,28158],[-40309,26135],[-47520,386472],[-40255,44881],[-49993,50194],[-51083,47230],[-51009,42302],[-50915,43737],[-50497,45046],[-48133,44205],[-46572,44064],[-50607,41100],[-49687,41220],[-44658,63825],[-43364,62510],[-43608,62402],[-43954,62539],[-46951,61979],[-46678,74883],[-45271,75287],[-48487,76516],[-43491,76836],[-43434,76626],[-46510,76380],[-47582,66842],[-48545,66291],[-48353,67701],[-45113,68699],[-45338,69067],[-44830,69656],[-42810,67920],[-42417,68630],[-47934,64947],[-49404,75447],[-42934,83337],[-43743,79080],[-40217,78119],[-50343,78858],[-47020,77069],[-48520,78570],[-49252,77547],[-44292,77355],[-42834,78395],[-39332,79223],[-48787,85839],[-50102,77968],[-39821,88084],[-45788,109919],[-47395,110895],[-647384,-268167],[-648288,-276234],[-650519,-275902],[-644959,-280705],[-649091,-278634],[-650670,-278099],[-648429,-277364],[-649643,-280621],[-649406,-281034],[-648685,-281342],[-645390,-281044],[-644175,-279438],[-649428,-280540],[-649367,-270769],[-643877,-279297],[-643784,-279808],[-643845,-279423],[-643065,-279831],[-649184,-268852],[-651167,-274417],[-643587,-279406],[-644612,-291596],[-645794,-290904],[-644283,-291916],[-647420,-290041],[-648437,-289682],[-652259,-284925],[-652138,-290360],[-651250,-289414],[-651523,-289673],[-652526,-289405],[-651776,-289246],[-644583,-285031],[-647296,-287739],[-645355,-282465],[-644964,-283264],[-648824,-284397],[-660636,-268489],[-656444,-274543],[-660447,-268841],[-655936,-273902],[-660865,-269391],[-661558,-269415],[-661051,-270074],[-656370,-272982],[-654362,-273199],[-656270,-274012],[-653633,-272468],[-654118,-273105],[-653675,-273138],[-654775,-281046],[-654577,-280903],[-656630,-272482],[-653103,-289831],[-653018,-286273],[-653259,-286231],[-653151,-284848],[-654129,-284125],[-652925,-289953],[-653408,-285004],[-654258,-283674],[-654200,-286438],[-653413,-287256],[-653051,-287224],[-653224,-284007],[-652990,-285598],[-663087,1688885],[-661588,1683621],[-661476,1683454],[-661593,1683418],[-661687,1683570],[-667310,1682481],[-677836,1683419],[-676456,1677352],[-676399,1680298],[-667950,1684009],[-667576,1687245],[-673286,1687202],[-678797,1681876],[-56767,-120428],[-57895,-118620],[-53467,-120095],[-55440,-120095],[-61413,-116441],[-60997,-117446],[-59823,-116720],[-59977,-116725],[-59885,-116564],[-59335,-116164],[-59338,-115947],[-59047,-115496],[-61525,-117628],[-58766,-115251],[-63608,-127458],[-63541,-127300],[-63685,-127205],[-63715,-127462],[-62672,-126704],[-62585,-126891],[-62543,-127129],[-62364,-127157],[-62551,-126562],[-62376,-126925],[-56042,-136729],[-54137,-134789],[-63591,-131107],[-63819,-131386],[-63423,-128076],[-63418,-128045],[-63649,-127977],[-63574,-128090],[-63248,-131141],[-63522,-131758],[-63656,-131676],[-63614,-131588],[-63338,-131078],[-63184,-131296],[-53316,-130272],[-51743,-129297],[-58466,-137444],[-60603,-139385],[-62619,-136013],[-61021,-134386],[-51243,-145705],[-53387,-145085],[-52213,-143260],[-53272,-143815],[-53309,-147921],[-54239,-147544],[-55941,-148150],[-55505,-149913],[-53787,-151051],[-54947,-152479],[-56599,-142572],[-61755,-147114],[-61410,-147528],[-61112,-147438],[-63368,-141865],[-63122,-141891],[-63464,-141798],[-63608,-141946],[-55271,-150460],[-57343,-152991],[-58219,-146585],[-62231,-145403],[-61908,-145280],[-59839,-150462],[-56485,-155708],[-59776,-154580],[-59312,-155011],[-59026,-155109],[-55172,-158114],[-55578,-157429],[-55559,-157282],[-56470,-157390],[-54252,-163650],[-54300,-163672],[-54349,-163712],[-54160,-163834],[-54102,-163634],[-54168,-163897],[-54435,-163653],[-57649,-158322],[-62669,-162109],[-62459,-157254],[-55345,-163329],[-56036,-176456],[-56367,-176481],[-62027,-179757],[-62014,-180611],[-61915,-179635],[-59065,-1779],[-61841,-1876],[-61138,-3606],[-58987,-2650],[-58503,-1329],[-58930,-1589],[-57860,-860],[-56023,1],[-56053,-43],[-56078,-98],[-55845,-126],[-55899,87],[-55822,-182],[-56181,-90],[-63245,-9202],[-61053,-11440],[-61406,-11891],[-60056,-11487],[-61803,-12180],[-60375,-10716],[-60120,-10554],[-59943,-10939],[-52663,-12463],[-55939,-9890],[-53289,-5956],[-56157,-9812],[-55607,-4882],[-55399,-5576],[-56332,-5239],[-54741,-6995],[-52549,-4201],[-52723,-3799],[-53481,-3773],[-53313,-3312],[-54689,-24875],[-58667,-25197],[-61568,-23950],[-51309,-24371],[-51417,-24890],[-61779,-13036],[-55151,-23577],[-56923,-23515],[-56445,-23465],[-53664,-13047],[-53485,-13223],[-53308,-13996],[-53795,-13889],[-51378,-30936],[-51572,-31152],[-52266,-30582],[-51275,-29968],[-52569,-28209],[-54897,-28951],[-53804,-27169],[-57274,-29049],[-58311,-29788],[-58229,-29255],[-56568,-27954],[-57727,-30215],[-60226,-30735],[-58490,-32013],[-52903,-37510],[-51813,-35444],[-51862,-36761],[-52174,-37155],[-52546,-30511],[-55810,-30731],[-55093,-30624],[-55437,-30791],[-58270,-30594],[-54615,-28743],[-57498,-37712],[-58183,-33369],[-55862,-33455],[-55688,-35400],[-63082,-34960],[-62911,-35004],[-63034,-35185],[-60793,-33290],[-61674,-31163],[-62391,-29854],[-61504,-26517],[-62008,-26552],[-62956,-28212],[-63535,-27263],[-63133,-27199],[-63785,-27599],[-61607,-27615],[-61483,-28035],[-61459,-27831],[-57650,-27024],[-58528,-27142],[-58014,-27315],[-57317,-27534],[-51956,-26243],[-51556,-25765],[-53267,-26605],[-53359,-26794],[-53718,-26545],[-54883,-27081],[-54735,-26764],[-56599,-37527],[-56223,-37541],[-53529,-30345],[-54056,-30276],[-52000,-35391],[-62019,-34687],[-62224,-35057],[-62323,-34938],[-62315,-34721],[-62783,-35598],[-62611,-35638],[-62721,-35723],[-62014,-35064],[-61960,-35144],[-53281,-44019],[-51248,-45417],[-52261,-46860],[-52671,-49137],[-54021,-48312],[-53305,-49864],[-52984,-49836],[-55797,-48731],[-56586,-49078],[-56325,-48480],[-56054,-41339],[-53975,-41319],[-58757,-45040],[-60778,-46217],[-57654,-49743],[-59212,-49711],[-62102,-50137],[-62207,-47725],[-60107,-38757],[-63041,-41931],[-51827,-49639],[-55669,-49710],[-61513,-50155],[-57126,-47582],[-55732,-44355],[-54003,-53078],[-55699,-56079],[-51251,-60760],[-52221,-63114],[-52202,-63015],[-52136,-62389],[-54217,-62208],[-52776,-61198],[-53953,-62311],[-52308,-62324],[-54674,-60979],[-52111,-52833],[-52434,-54255],[-59483,-56360],[-59551,-54923],[-60032,-58387],[-59381,-58939],[-56336,-52567],[-55432,-52825],[-61994,-71041],[-63025,-77448],[-51739,-78749],[-51857,-76926],[-56062,-88963],[-63453,-86564],[-62021,-88915],[-61749,-88639],[-60944,-88126],[-61288,-87640],[-58767,-84116],[-58990,-83490],[-55457,-90093],[-60882,-94322],[-61012,-93963],[-56673,-113241],[-56522,-112983],[-56276,-112562],[-58913,-114048],[-58777,-113897],[-59060,-114184],[-59284,-114124],[-57561,-111682],[-57815,-112068],[-59293,-114326],[-58514,-113407],[-58375,-114770],[-57650,-111970],[-51221,-103338],[-52941,7101],[-54090,6676],[-55235,7080],[-54061,4047],[-57556,440],[-55903,1788],[-55283,415],[-56715,1051],[-60100,1589],[-54817,1410],[-55747,11372],[-55936,11863],[-55653,11675],[-54808,12492],[-61242,9814],[-62060,10749],[-59858,10667],[-60452,11179],[-63565,9614],[-59206,10294],[-58520,12000],[-52318,4940],[-51825,5089],[-52460,6779],[-54520,4260],[-55122,9082],[-54303,9868],[-56008,9655],[-55991,9472],[-57085,6966],[-55867,8766],[-54102,10337],[-52551,12937],[-52268,12373],[-54236,12787],[-57660,12772],[-58224,12858],[-63206,6656],[-63731,7384],[-63843,5232],[-62580,6984],[-63295,1976],[-63092,1804],[-63590,1796],[-53837,1088],[-53498,2152],[-53321,10102],[-51872,10529],[-52304,10949],[-51626,7210],[-55634,9913],[-55623,9965],[-55625,10028],[-55846,9954],[-55709,9783],[-55894,9996],[-55524,10063],[-52260,6769],[-52022,4060],[-51385,9712],[-54553,177249],[-53509,179007],[-52260,179571],[-52132,182637],[-52729,14914],[-53631,14740],[-53826,17571],[-52221,17966],[-52817,17850],[-52612,17858],[-56695,13410],[-58235,13499],[-54492,17137],[-55295,17851],[-53626,16497],[-53917,16480],[-53439,16358],[-53664,16279],[-54986,16442],[-55359,17030],[-55765,16892],[-56023,16347],[-54397,14287],[-54886,14217],[-54832,14927],[-54639,19464],[-54546,21330],[-58273,21873],[-59332,22766],[-59916,23636],[-61083,23416],[-60986,22211],[-52295,24685],[-52652,24560],[-51562,25118],[-51739,25061],[-51516,22081],[-53844,24095],[-57975,19667],[-62628,25556],[-58726,25439],[-56017,32977],[-56809,33599],[-56561,31469],[-58509,31996],[-55143,31526],[-61243,28702],[-58874,27533],[-63676,28953],[-62910,30320],[-54869,36051],[-52550,36648],[-58146,33955],[-56904,34284],[-57543,34629],[-57383,34369],[-61722,389040],[-57917,396678],[-61213,398602],[-61477,398560],[-63715,50601],[-54315,49302],[-53247,47266],[-53151,48672],[-52531,43721],[-52363,40291],[-51216,39037],[-52433,41838],[-53339,39140],[-61167,46041],[-60739,44501],[-54973,49246],[-54997,44347],[-54082,47012],[-60050,50339],[-55237,51212],[-63301,55642],[-60183,55984],[-58262,55174],[-60911,53061],[-62502,52997],[-62646,58636],[-59342,59225],[-57944,60280],[-60194,60828],[-61411,60143],[-61991,58607],[-63300,58789],[-53476,51655],[-55504,52048],[-55939,51917],[-62274,59286],[-54480,56575],[-51592,57138],[-51748,57270],[-51433,56923],[-61054,72921],[-56758,75900],[-60671,76754],[-54753,76046],[-53671,75806],[-57977,72110],[-57044,72514],[-62118,73444],[-60139,73162],[-61384,73999],[-52783,75899],[-51288,76008],[-52370,73112],[-54848,73188],[-54387,74844],[-61061,76209],[-61785,75768],[-55797,74936],[-62390,64796],[-62245,67660],[-56815,74199],[-57542,76811],[-59427,73356],[-60981,78045],[-60379,81561],[-61911,81546],[-51440,79345],[-51898,78823],[-62536,81403],[-63870,81752],[-62577,80669],[-63349,87950],[-54796,78878],[-51577,77530],[-61996,81416],[-62564,77867],[-63677,82133],[-63962,80842],[-55040,82254],[-53833,88135],[-56153,86700],[-59823,78778],[-59666,78486],[-53170,77569],[-53214,77417],[-61204,91487],[-63691,91587],[-60604,91884],[-57273,91555],[-62207,90011],[-62542,92782],[-63537,97543],[-63383,99164],[-51435,93365],[-52532,93194],[-75275,-123375],[-74935,-123724],[-74909,-123835],[-66962,-117643],[-75807,-123658],[-74962,-126170],[-74908,-126409],[-74711,-126313],[-75064,-126091],[-64710,-130657],[-64621,-130843],[-65843,-129887],[-64010,-130295],[-64139,-130154],[-73617,-135386],[-74586,-131048],[-70886,-130305],[-74161,-130886],[-74539,-130214],[-73914,-130710],[-74381,-130221],[-68570,-150084],[-71219,-147512],[-74341,-148356],[-65113,-150023],[-65397,-150243],[-64902,-149877],[-65431,-150469],[-64725,-149516],[-65432,-148416],[-64934,-149449],[-64612,-149135],[-64007,-150385],[-64472,-152160],[-64747,-151937],[-65283,-153047],[-64246,-150800],[-65404,-153736],[-73868,-168854],[-73860,-169057],[-73882,-169121],[-73731,-168881],[-74035,-168794],[-73973,-168884],[-73921,-168857],[-72318,-6924],[-71656,-6239],[-70715,-9986],[-70656,-9538],[-70160,-9783],[-70410,-9251],[-71005,-8464],[-70727,-7672],[-74676,-5560],[-74286,-3962],[-70768,-5753],[-64868,-8978],[-75920,-23543],[-75702,-23553],[-75581,-24166],[-76244,-23171],[-76210,-21936],[-68640,-25141],[-68694,-24356],[-67106,-20470],[-66917,-18191],[-73359,-24363],[-73249,-24680],[-73609,-24653],[-73476,-21005],[-75242,-19717],[-72172,-17121],[-73621,-12936],[-70024,-36119],[-64629,-36368],[-64674,-33586],[-64386,-33858],[-66235,-34458],[-69020,-29027],[-68776,-28324],[-76060,-30130],[-75466,-25514],[-65694,-29927],[-66332,-29693],[-65777,-30429],[-65718,-30488],[-64772,-28494],[-65253,-29012],[-64549,-28395],[-64533,-28260],[-64256,-27311],[-67456,-31646],[-68482,-32356],[-67597,-32171],[-67330,-32164],[-68665,-32443],[-68306,-33316],[-68147,-33181],[-68835,-33023],[-76748,-38987],[-69496,-38470],[-75523,-42515],[-72496,-59014],[-71954,-61016],[-71576,-59974],[-70321,-60282],[-72150,-60945],[-70249,-61840],[-71360,-59223],[-67435,-61873],[-64134,-57693],[-64429,-58281],[-67701,-62707],[-65052,-63355],[-65531,-63263],[-71836,-74834],[-67143,-74614],[-71386,-72159],[-72002,-72357],[-74582,-70316],[-70437,-69126],[-66498,-70386],[-66893,-69846],[-66173,-70172],[-67200,-88027],[-69193,-87460],[-69130,-87888],[-68429,-88174],[-64328,-80977],[-74288,-78486],[-73212,-77028],[-69718,-85950],[-73658,-88705],[-76511,-85333],[-65687,-99237],[-74208,-89732],[-71716,-108734],[-75494,-105632],[-76417,-109788],[-74335,-109903],[-72872,-110505],[-66824,-103425],[-67287,-105800],[-69602,-107742],[-68254,-107478],[-68747,-108249],[-67288,-111713],[-67378,-111931],[-70017,-105924],[-70052,-104925],[-68160,-109992],[-69041,-111173],[-69003,-110976],[-69542,-108395],[-68723,-108016],[-69370,-107277],[-73590,-111071],[-69174,-108889],[-69183,-108918],[-67465,-112367],[-67560,-112286],[-67628,-112461],[-67102,-113041],[-68818,-112682],[-68993,-113121],[-68297,-113689],[-68256,-113523],[-68141,-113651],[-68068,-113400],[-66958,-113297],[-68065,-110394],[-71652,-114971],[-65655,-107764],[-64221,6532],[-64460,2398],[-72008,950],[-65741,318],[-68048,382175],[-67381,381134],[-69856,379622],[-69714,378906],[-74315,377390],[-68081,378687],[-67766,377415],[-75188,379617],[-69185,411026],[-68923,411006],[-65634,50603],[-71461,47594],[-68496,50920],[-73009,50255],[-65722,41790],[-68552,57106],[-68581,60143],[-67097,61080],[-67082,55254],[-65073,51425],[-72907,55301],[-74950,51488],[-71047,54727],[-69289,53268],[-70794,56595],[-64053,52661],[-65296,64139],[-64713,56315],[-76223,55934],[-70746,53755],[-65784,62770],[-65667,62756],[-65700,62812],[-65997,62824],[-66155,75830],[-73100,74701],[-74207,71816],[-76638,72594],[-73909,73185],[-76269,75670],[-65369,74812],[-66943,74346],[-72398,75425],[-68297,66237],[-65026,65638],[-74740,70794],[-70439,75407],[-64333,75937],[-67948,76887],[-66618,76504],[-68932,70018],[-68183,67129],[-71391,74694],[-69343,80123],[-68608,88370],[-72817,83977],[-67109,82358],[-64926,77883],[-64782,84567],[-70915,80996],[-75526,78043],[-68929,88637],[-72244,87047],[-67278,78357],[-71759,79885],[-65089,82467],[-70821,83858],[-66641,83669],[-70047,89637],[-66745,88491],[-68000,86843],[-73959,85862],[-75682,83311],[-67822,88169],[-64337,81799],[-64077,89158],[-65992,80335],[-70527,82004],[-76495,78536],[-76178,83696],[-75431,83527],[-75304,81622],[-76492,81113],[-75268,79705],[-70527,78310],[-71877,89150],[-73186,79358],[-67969,77251],[-67892,82450],[-73122,81229],[-71759,88301],[-75143,87279],[-75193,87293],[-75256,87296],[-75198,87069],[-75018,87194],[-75246,87027],[-75280,87398],[-75951,86543],[-75389,86076],[-74706,89483],[-74450,89445],[-74435,91772],[-74107,94499],[-72516,98729],[-73140,91426],[-72935,96195],[-70440,90998],[-73752,93342],[-69523,90830],[-69514,97155],[-65558,90247],[-65950,93291],[-66009,91993],[-65069,99673],[-67423,99432],[-70631,99464],[-68129,100363],[-69376,100857],[-68967,98828],[-66791,100717],[-66276,100033],[-64837,99909],[-73899,89978],[-73897,91204],[-69514,91742],[-67041,102756],[-69045,104564],[-69211,104445],[-72724,103944],[-72220,123165],[-71975,123113],[-72309,123243],[-72475,123117],[-88252,-115101],[-87439,-115984],[-84336,-121703],[-77505,-121425],[-89459,-121226],[-89193,-124527],[-88589,-124190],[-88822,-124702],[-88645,-124614],[-88478,-115084],[-81573,-125168],[-81716,-126131],[-81442,-125429],[-77399,-121172],[-77513,-120912],[-77481,-121014],[-79084,-123882],[-78745,-123202],[-78840,-123500],[-78332,-124372],[-89055,-129407],[-89346,-132019],[-79043,-129472],[-88787,-140089],[-89218,-138166],[-86550,-128402],[-85363,-128080],[-82918,-132962],[-82864,-135243],[-87524,-135786],[-84399,-141805],[-84466,-141760],[-77109,-152846],[-77889,-143182],[-77565,-143428],[-77299,-144620],[-78538,-144458],[-81574,-146850],[-86786,-144779],[-85998,-147246],[-86722,-146808],[-84965,-148588],[-84248,-146946],[-82777,-152215],[-81019,-150533],[-79471,-148348],[-89179,-144362],[-82382,-142430],[-89299,-143371],[-89128,-143625],[-88469,-144316],[-88522,-143847],[-80618,-153723],[-89419,-160857],[-83767,-157654],[-81336,-164678],[-81331,-164887],[-81357,-164949],[-81195,-164717],[-81511,-164601],[-81449,-164697],[-81392,-164676],[-76969,-8774],[-77910,-12297],[-77918,-12539],[-77855,-12187],[-78013,-12060],[-86830,-12508],[-88227,122],[-82083,-10838],[-88992,-7719],[-89323,-11510],[-77087,-23815],[-89457,-20088],[-89579,-20740],[-86965,-24285],[-88746,-24546],[-85841,-23864],[-83495,-15656],[-84140,-12740],[-87437,-13716],[-86759,-14960],[-88148,-13672],[-86377,-33836],[-81787,-28696],[-78948,-30382],[-77168,-29827],[-78107,-31195],[-78595,-32677],[-80016,-32496],[-79506,-31694],[-78623,-34293],[-81701,-34998],[-82441,-35418],[-81988,-35365],[-82105,-36994],[-80001,-37256],[-89205,-34494],[-88602,-33366],[-89120,-32687],[-88634,-36371],[-83883,-33964],[-77472,-34309],[-88031,-31110],[-89303,-33009],[-85963,-28339],[-86680,-26869],[-86623,-28531],[-89033,-27379],[-88210,-28456],[-87775,-31397],[-87824,-31559],[-88005,-31303],[-88234,-31523],[-87718,-31462],[-88586,-31406],[-89291,-32021],[-88074,-31445],[-79072,-38255],[-79401,-38482],[-81099,-39117],[-83831,-38929],[-81983,-40318],[-88279,-39873],[-88132,-42636],[-79671,-40494],[-80278,-40970],[-79921,-44412],[-85614,-49991],[-85013,-50097],[-85269,-49970],[-88793,-50888],[-89202,-46030],[-84945,-46154],[-89335,-42332],[-82385,-58999],[-83265,-56235],[-85038,-54969],[-80958,-55055],[-81993,-54475],[-84266,-55988],[-86841,-60684],[-89556,-59682],[-88874,-59499],[-89406,-59828],[-86988,-52897],[-88760,-51111],[-77935,-58168],[-77582,-57084],[-80180,-56202],[-79732,-56208],[-79129,-56177],[-80123,-57634],[-82929,-56007],[-82817,-58165],[-83579,-54109],[-81985,-51858],[-84374,-51130],[-85620,-52047],[-83340,-52157],[-87482,-51424],[-87814,-51606],[-87567,-51644],[-88914,-55499],[-87494,-73637],[-89003,-70120],[-79193,-71536],[-82718,-72993],[-82665,-72882],[-78748,-71360],[-85668,-73167],[-79349,-88835],[-83892,-83710],[-79600,-84352],[-79653,-80970],[-79287,-77047],[-82954,-88924],[-86860,-77404],[-86844,-77556],[-86921,-77099],[-88914,-100755],[-86601,-93283],[-87843,-90167],[-86104,-90412],[-83832,-91222],[-83925,-91549],[-84794,-91848],[-84979,-91653],[-87104,-91104],[-87243,-112142],[-87364,-112057],[-87032,-111539],[-77728,-112153],[-89255,-109191],[-89349,-109979],[-87374,-108439],[-87465,-107234],[-88028,-108698],[-87123,-107289],[-85194,2162],[-84806,2405],[-84754,2302],[-84217,1721],[-87132,3472],[-85920,3100],[-86087,3263],[-86561,3768],[-86561,2451],[-85841,2669],[-86030,2414],[-87441,2872],[-87240,756],[-87436,503],[-87843,498],[-87687,392],[-87770,814],[-87781,666],[-89570,1681],[-89206,1526],[-89350,1152],[-89389,2377],[-89529,2970],[-86516,1481],[-89508,128741],[-88275,138347],[-82825,134381],[-81177,217224],[-82882,215985],[-85402,218553],[-81440,221187],[-80909,222774],[-81390,219721],[-86551,221780],[-83190,221805],[-88636,15016],[-89150,14246],[-86329,15063],[-85944,15172],[-87419,23529],[-87922,22635],[-84787,24846],[-85340,24697],[-81025,21903],[-81560,21661],[-88919,326607],[-88771,326456],[-88737,326403],[-88799,326671],[-89099,326539],[-88980,326521],[-88961,326568],[-86160,327560],[-82286,378046],[-77928,377524],[-77564,26886],[-77416,27114],[-77441,32468],[-78138,29917],[-82703,34694],[-83541,35578],[-88719,35805],[-84345,418690],[-86075,419898],[-86010,420097],[-84325,423108],[-78229,46886],[-79877,48129],[-78934,47348],[-78475,51212],[-89500,49062],[-88497,47710],[-88479,45179],[-87643,41751],[-87856,46664],[-82168,50526],[-82177,49523],[-82080,50500],[-82517,51260],[-78973,53530],[-77618,55121],[-77685,54558],[-80092,53001],[-86963,57717],[-85024,59431],[-86003,60330],[-87006,58976],[-85376,58016],[-85634,57469],[-77052,63113],[-77029,62539],[-76827,62635],[-80870,76516],[-84442,76891],[-83163,74915],[-85233,66988],[-87751,65693],[-89496,66469],[-88609,65219],[-83097,82965],[-85088,83273],[-83471,82586],[-77725,77001],[-80115,79357],[-79331,78564],[-80431,79982],[-80047,82294],[-78681,85182],[-80120,83847],[-77770,83808],[-77690,81544],[-81782,85910],[-85164,81862],[-83485,84002],[-77090,85476],[-85238,79282],[-83809,77484],[-83726,78914],[-77445,83071],[-77511,81888],[-78529,81884],[-77167,83018],[-77736,82421],[-79496,81825],[-80266,80273],[-78566,79088],[-79265,79617],[-87973,87160],[-80386,77231],[-89137,88620],[-87375,89413],[-86596,88798],[-76936,79500],[-77205,85852],[-77319,86395],[-77196,86451],[-82527,101562],[-83898,100996],[-84237,95843],[-84413,101967],[-82776,101501],[-87603,89923],[-88340,92231],[-87005,90759],[-88944,91260],[-86800,114826],[-83428,112395],[-80559,107504],[-88586,108525],[-87013,110293],[-88358,114882],[-87638,114907],[-87187,111409],[-82062,110746],[-80533,110874],[-79179,109742],[-80586,110579],[-85166,106767],[-78426,114623],[-81144,114969],[-83656,114159],[-82240,115171],[-89387,111102],[-78637,117435],[-79795,118007],[-83051,116536],[-87231,116184],[-86126,117667],[-89064,118494],[-80924,118553],[-83192,124525],[-85586,124970],[-83004,124288],[-84022,122962],[-83703,122796],[-77825,119793],[-77805,119751],[-77780,119698],[-77629,119800],[-77825,119902],[-77578,119771],[-77838,119658],[-80294,119790],[-85745,118198],[-87050,122635],[-85014,122851],[-85698,117157],[-1055754,1488913],[-1055889,1489133],[-91350,-127067],[-91510,-127529],[-91718,-125261],[-91785,-123500],[-92120,-121952],[-93766,-126035],[-94079,-126986],[-90084,-119918],[-89733,-120054],[-90039,-120644],[-91830,-124534],[-90736,-125018],[-91133,-124697],[-91719,-124185],[-95204,-115267],[-94945,-116372],[-95218,-116566],[-95596,-115945],[-94723,-116456],[-95545,-119426],[-96205,-118624],[-95817,-118912],[-95316,-118749],[-97676,-116647],[-96640,-115009],[-98324,-115712],[-96884,-116092],[-97829,-117515],[-98009,-117654],[-97669,-117533],[-99131,-117535],[-99854,-115224],[-100076,-115510],[-100071,-115144],[-91911,-137661],[-91109,-135177],[-90556,-131839],[-93569,-138030],[-93290,-138448],[-89847,-128843],[-89777,-129421],[-89653,-128018],[-91725,-138225],[-90951,-136513],[-91732,-136748],[-91303,-137174],[-96923,-136942],[-96748,-134668],[-97481,-137462],[-96823,-137668],[-98315,-140218],[-99303,-139781],[-98980,-139712],[-98173,-140301],[-101822,-139088],[-97235,-129004],[-98424,-131730],[-96878,-148832],[-97953,-148890],[-97726,-147002],[-98155,-145870],[-97167,-144129],[-96829,-145863],[-91335,-143246],[-90539,-145965],[-90310,-147650],[-90505,-147644],[-90713,-149696],[-89844,-151714],[-90768,-148929],[-98360,-143013],[-98197,-145157],[-94312,-142676],[-94027,-142313],[-94037,-141264],[-93933,-141882],[-94094,-144625],[-93758,-144540],[-93648,-144696],[-93519,-144021],[-96203,-146014],[-96095,-145869],[-95296,-147185],[-95139,-145392],[-94630,-148278],[-94617,-148916],[-93630,-148809],[-94323,-147870],[-94986,-149403],[-95251,-151146],[-94893,-152209],[-95056,-150216],[-94867,-152097],[-94443,-151241],[-94648,-151926],[-94474,-151668],[-96072,-151314],[-95605,-151205],[-95553,-151318],[-95724,-151987],[-92783,-156603],[-89904,-157476],[-90581,-160761],[-90826,-161018],[-92348,-161714],[-91056,-159814],[-95786,-7143],[-93306,-153],[-93312,-36],[-94853,-2258],[-95068,-2086],[-95385,-2144],[-95905,-4725],[-92202,-2474],[-92885,-3702],[-90337,-6471],[-90136,-8263],[-90452,-11284],[-89982,-12457],[-95827,-2308],[-96530,-2955],[-91771,-5972],[-92460,-6784],[-92305,-6365],[-91411,-6545],[-90114,-7876],[-90508,-7981],[-90167,-7559],[-90009,-6220],[-91802,-12550],[-99884,-6168],[-100171,-6758],[-100814,-7562],[-99491,-7203],[-92872,-6566],[-96552,-10192],[-95136,-24969],[-94033,-21052],[-93179,-21324],[-99952,-20334],[-99995,-20541],[-99868,-20255],[-99978,-20079],[-100426,-20724],[-90124,-16039],[-98759,-19156],[-99453,-15610],[-102181,-13477],[-99845,-17609],[-90154,-13020],[-91020,-13643],[-90675,-13425],[-91429,-12755],[-98120,-35476],[-100116,-34471],[-97775,-36452],[-96494,-27560],[-96623,-28032],[-96575,-27123],[-97078,-28460],[-97172,-28968],[-95704,-25987],[-95263,-26558],[-102127,-26460],[-91095,-40058],[-98522,-43788],[-90015,-59194],[-89713,-61203],[-97217,-55738],[-96751,-54911],[-95032,-54863],[-92784,-53431],[-91291,-56462],[-89951,-56923],[-90210,-54008],[-98173,-59628],[-97865,-60304],[-97195,-60324],[-98415,-60180],[-97271,-58412],[-97834,-58187],[-97591,-58261],[-97906,-58099],[-98074,-58140],[-97672,-58068],[-90103,-71115],[-89950,-71258],[-89638,-75238],[-101419,-73158],[-101137,-70612],[-98795,-66244],[-91205,-68855],[-97866,-67581],[-94241,-82050],[-99496,-85970],[-90490,-88437],[-95432,-88270],[-95699,-87105],[-95798,-87818],[-95424,-87265],[-95851,-88747],[-96297,-89115],[-96399,-88986],[-96554,-88912],[-100448,-76706],[-97136,-100213],[-96546,-101074],[-90506,-92472],[-100215,-93446],[-101241,-91698],[-91061,-90952],[-89742,-95743],[-94530,-97151],[-95241,-96584],[-94567,-96926],[-95105,-96853],[-94689,-100685],[-95424,-100401],[-95491,-100324],[-95416,-101190],[-94987,-101169],[-95401,-100946],[-94864,-101933],[-93049,-102046],[-93381,-101785],[-93482,-101538],[-92716,-101510],[-93451,-101967],[-95782,-89454],[-96538,-91232],[-96721,-91300],[-96113,-91358],[-96625,-91403],[-96953,-92756],[-96637,-92522],[-97434,-93798],[-97176,-92866],[-97009,-92445],[-96814,-92794],[-97074,-93062],[-97601,-93853],[-95860,-90171],[-95590,-90139],[-95903,-90628],[-95649,-90490],[-96512,-90230],[-96082,-89863],[-96187,-90030],[-97990,-102183],[-98632,-98486],[-99113,-98629],[-97572,-96473],[-92208,-105248],[-91176,-107006],[-91170,-106810],[-91728,-105255],[-94465,-110416],[-94241,-110104],[-92805,-112045],[-93399,-111733],[-93349,-111437],[-93402,-107685],[-95638,-108016],[-95570,-107799],[-94595,-102762],[-92934,-103060],[-93310,-102440],[-92997,-102241],[-92706,-106047],[-91550,-106093],[-91491,-106712],[-92085,-106247],[-93771,-105682],[-93058,-106316],[-93002,-106858],[-93475,-105713],[-94076,-108563],[-94046,-109424],[-94042,-109225],[-94653,-108921],[-89922,-109633],[-89897,-110481],[-95186,-114675],[-95151,-114791],[-95667,-113972],[-96036,-113080],[-96273,-113965],[-96199,-112874],[-95829,-113051],[-97345,-104085],[-95761,-108782],[-96674,-109157],[-99490,-114852],[-101560,8810],[-102185,5181],[-102261,11436],[-100977,12920],[-97768,8104],[-96874,10097],[-96367,11941],[-93933,10534],[-94587,6152],[-95789,5875],[-91914,3770],[-91574,4942],[-94220,10584],[-92748,8960],[-89758,11465],[-90526,7282],[-94521,8331],[-95881,7261],[-91484,12304],[-100630,499],[-90003,341],[-90316,749],[-90077,2444],[-89760,2588],[-90514,1946],[-90609,2635],[-91117,2698],[-90898,2580],[-92841,232],[-92874,361],[-93744,904],[-94198,243],[-94273,862],[-94529,296],[-100802,130000],[-98607,131172],[-101770,128557],[-102179,131034],[-98652,131756],[-97505,131879],[-99907,130984],[-97664,134664],[-97676,134025],[-96887,133674],[-98582,133766],[-99460,133835],[-96132,132486],[-97137,133891],[-100740,137150],[-102385,139782],[-100730,138054],[-99842,137527],[-101144,139732],[-95888,128646],[-94350,128888],[-98414,133301],[-97189,130089],[-95382,147669],[-92581,141433],[-93824,207851],[-95338,207692],[-99367,205972],[-99308,212025],[-99357,208856],[-96040,212714],[-93559,210076],[-97567,212569],[-101835,13465],[-101348,14643],[-92867,14361],[-90457,14942],[-91975,15839],[-93164,17393],[-94097,17529],[-91254,18630],[-91615,20088],[-97250,21368],[-98974,21432],[-101938,23464],[-95924,24998],[-91520,25031],[-100324,21129],[-100036,21267],[-100835,21426],[-100808,20374],[-100797,20702],[-100868,21229],[-99954,24616],[-93397,270061],[-90485,32607],[-90674,37028],[-93201,36836],[-92127,35939],[-91609,39043],[-99123,29052],[-97009,35655],[-99031,26621],[-99884,27445],[-101084,30566],[-90720,32657],[-98392,30694],[-100236,38556],[-93136,32620],[-95693,36107],[-92216,34164],[-98190,30019],[-92830,29662],[-95071,30133],[-95329,27449],[-93710,49083],[-92387,49546],[-91760,47610],[-91420,50597],[-94057,49949],[-91994,43721],[-89801,42493],[-92826,45475],[-90384,43518],[-90670,44984],[-89611,42575],[-99606,40074],[-94397,45908],[-100129,48498],[-90969,49551],[-94993,39211],[-97276,43157],[-98472,39594],[-96793,45050],[-92482,45442],[-92653,38696],[-91157,39083],[-100073,39087],[-93380,57731],[-95845,59959],[-96872,60651],[-93999,61590],[-96633,60997],[-97855,58969],[-99058,61441],[-97326,55337],[-99260,60522],[-99992,61273],[-90575,53937],[-95105,53904],[-101135,59969],[-100492,55272],[-92827,65534],[-92825,66523],[-91383,65772],[-101736,65634],[-92784,76871],[-96162,71441],[-100832,72041],[-94032,76923],[-90124,74345],[-91218,72379],[-93699,72841],[-94805,70377],[-92520,67638],[-90297,67723],[-93249,70119],[-90163,70908],[-91291,64833],[-89661,70819],[-92366,69318],[-101897,67987],[-100089,65487],[-96580,65621],[-100898,65344],[-100427,68083],[-101898,65379],[-91243,68215],[-93790,71486],[-94676,71942],[-92916,71223],[-91273,70924],[-94143,68616],[-90611,70605],[-91410,68369],[-100607,73969],[-101730,72585],[-102334,73850],[-101246,73636],[-98416,80818],[-98821,85903],[-100081,88214],[-100161,86538],[-98339,83254],[-93528,87406],[-91982,88321],[-91850,87897],[-96353,82322],[-91341,84115],[-96085,82545],[-96510,84805],[-94178,83616],[-93312,85054],[-92622,80852],[-100619,81748],[-100059,83452],[-101524,82080],[-101012,82379],[-101646,81529],[-101463,83415],[-96021,79484],[-93986,79601],[-94875,78205],[-94960,78475],[-91606,85424],[-92793,86846],[-92393,86869],[-91800,86106],[-98773,86439],[-95549,87448],[-95856,87000],[-95722,88153],[-100614,99403],[-99634,95777],[-98855,95620],[-99995,97206],[-98168,95151],[-100497,98680],[-101545,100855],[-96711,101331],[-98073,102320],[-93813,101952],[-96654,100597],[-90418,102541],[-90841,101777],[-96251,101131],[-94125,91084],[-90307,95335],[-92623,91124],[-90116,91570],[-89993,91291],[-94621,92902],[-97213,97849],[-95668,97216],[-96440,96619],[-100197,92807],[-101587,91804],[-98805,94545],[-99827,94651],[-96886,99988],[-99755,97505],[-97273,106112],[-99335,103330],[-101274,105799],[-92975,109852],[-91631,109583],[-96190,109009],[-93258,103998],[-100552,104131],[-91298,103922],[-90669,105890],[-90438,104419],[-90163,104635],[-90247,103301],[-101987,106927],[-102261,107572],[-101929,108251],[-102161,109090],[-101377,106649],[-99211,102624],[-91984,113049],[-90615,113561],[-93295,113248],[-92519,113641],[-100341,105233],[-101048,105760],[-97831,113557],[-102256,104467],[-98527,103972],[-97989,105203],[-93960,104276],[-96653,107855],[-96577,106600],[-98472,105608],[-96031,109258],[-90965,109583],[-93672,106113],[-91877,106650],[-98906,116888],[-94212,122933],[-98289,125620],[-99113,116985],[-94478,121400],[-96994,117322],[-96943,121062],[-101691,127360],[-99711,118794],[-100703,117933],[-98883,118362],[-100582,116852],[-99445,116210],[-99313,116784],[-101989,121901],[-101668,121734],[-101717,120987],[-90798,124465],[-95418,118562],[-91016,121464],[-94113,120489],[-101798,125758],[-101645,128042],[-96155,120014],[-100579,124230],[-113432,-137552],[-113965,-139764],[-104693,-147522],[-112485,-143030],[-112840,-145190],[-112733,-144871],[-113973,-145755],[-114009,-145109],[-114182,-146149],[-112882,-146007],[-112936,-145810],[-111351,-146032],[-112056,-145651],[-109217,-146217],[-109928,-147699],[-110929,-146797],[-111702,-147673],[-112465,-147684],[-112826,-146219],[-110581,-162988],[-110753,-161991],[-110875,-162896],[-110433,-160962],[-113309,-1390],[-111878,-2787],[-110005,-254],[-113628,-9144],[-113779,-9517],[-112351,-10970],[-113629,-11761],[-103322,-761],[-103597,-950],[-109582,-5909],[-109529,-5496],[-107142,-3949],[-108349,-4125],[-107174,-4408],[-105414,-4934],[-105350,-5051],[-109888,-2501],[-108878,-2180],[-109704,-8119],[-109817,-8048],[-109055,-8814],[-109627,-9109],[-109534,-9430],[-109151,-8783],[-108635,-10363],[-108880,-10210],[-109061,-10903],[-108889,-10729],[-108240,-10551],[-107939,-10895],[-108250,-10787],[-108184,-11327],[-108029,-12507],[-108435,-11770],[-103409,-5476],[-108142,-5168],[-111703,-43],[-103963,-21658],[-107651,-22292],[-103456,-19908],[-103167,-20085],[-103044,-14777],[-115136,-17043],[-108005,-12984],[-111371,-18116],[-110768,-18372],[-112588,-18191],[-111688,-17719],[-112456,-16416],[-111283,-16304],[-111375,-17486],[-111106,-20035],[-110929,-20057],[-111446,-19206],[-111900,-20044],[-103538,-16819],[-103123,-17159],[-106883,-19022],[-109182,-24427],[-110681,-30565],[-110184,-27458],[-112499,-26298],[-112868,-26683],[-109554,-38608],[-112311,-41823],[-112014,-41854],[-112140,-41750],[-114353,-50413],[-109306,-54567],[-109353,-53760],[-111743,-62525],[-103894,-71498],[-105749,-76197],[-107236,-73582],[-109646,-64233],[-110814,-65969],[-109245,-78368],[-106258,-77456],[-105042,-82600],[-106170,-85558],[-107897,-83092],[-106558,-77498],[-113918,-78884],[-112586,-77795],[-107566,-88841],[-110903,-85099],[-114989,-83453],[-115046,-83700],[-114914,-83367],[-115043,-83204],[-106213,-95907],[-106974,-95552],[-114094,-90158],[-105559,-106076],[-105866,-106472],[-105369,-106159],[-106010,-105790],[-107294,-106601],[-107296,-106136],[-106413,-105824],[-106734,-106393],[-106667,-106258],[-106972,-106060],[-106179,-105573],[-105938,-104955],[-106395,-104959],[-106862,-104828],[-106660,-104695],[-106380,-104684],[-106702,-105367],[-114278,5604],[-112810,7235],[-114357,6040],[-114163,7462],[-113799,4144],[-115185,5071],[-112171,5852],[-113359,3650],[-108427,5110],[-109914,4798],[-109021,6108],[-108943,4810],[-110172,8108],[-110259,9893],[-108947,8440],[-109966,7995],[-107106,7497],[-108494,8830],[-108186,8774],[-107860,9289],[-106516,11989],[-105158,12374],[-105841,12203],[-112446,12463],[-111656,12637],[-110780,10912],[-111769,12636],[-110179,11611],[-103495,11402],[-103956,12039],[-106459,10694],[-106231,11607],[-106960,5772],[-104876,4897],[-111832,2511],[-113720,699],[-106550,2678],[-112243,139320],[-114936,139198],[-106647,137723],[-106439,136293],[-108005,134588],[-106234,130414],[-103644,127914],[-107485,130690],[-111360,140836],[-109248,139913],[-108878,141074],[-102670,138955],[-102382,136958],[-105873,129532],[-106161,129854],[-105435,129350],[-104885,132166],[-113584,135320],[-114478,135252],[-115085,137523],[-102678,130282],[-114908,141397],[-108808,143258],[-108491,146622],[-111023,145044],[-108852,143909],[-109863,142144],[-113961,144857],[-114165,147847],[-114377,143474],[-114121,144975],[-114817,143575],[-109933,141560],[-113538,141465],[-108233,143950],[-110961,142389],[-111295,141971],[-114688,149085],[-112723,149301],[-103963,143644],[-106018,152238],[-105945,150003],[-105487,149353],[-108723,152060],[-106043,150223],[-106215,149820],[-108037,151215],[-108754,147380],[-109157,147125],[-109462,146404],[-108982,146845],[-110452,153572],[-109709,155314],[-110881,156262],[-111903,156321],[-103718,159414],[-113565,155729],[-102653,155644],[-105508,163634],[-110321,169152],[-111886,171133],[-115051,174114],[-106662,183714],[-114030,23100],[-113329,22469],[-111780,21730],[-112017,21779],[-109038,22607],[-106419,18414],[-108836,21331],[-108945,21951],[-105641,18778],[-104857,16662],[-103502,15552],[-102761,16308],[-104880,24222],[-103455,24145],[-113066,20833],[-113111,20724],[-105198,14098],[-107646,15931],[-107399,15324],[-109886,14138],[-113055,17231],[-113014,16654],[-114043,18726],[-113580,19083],[-104120,27432],[-115118,27349],[-114744,27962],[-114185,28090],[-113735,28877],[-113557,28000],[-112867,28949],[-112389,28268],[-111551,27448],[-112417,28088],[-111573,28074],[-111386,28779],[-111562,29031],[-111512,29275],[-114157,38360],[-114080,37447],[-113128,38338],[-108438,26970],[-106931,35644],[-105652,33318],[-105817,33091],[-106529,36242],[-104660,34874],[-111278,33767],[-109868,29689],[-111000,29032],[-109522,31164],[-104615,422373],[-104960,420143],[-104927,420219],[-104877,419989],[-104884,419941],[-105077,420108],[-105073,420163],[-113385,39637],[-113714,38935],[-113505,48594],[-113796,49010],[-113695,49006],[-109640,50056],[-103342,44436],[-112827,40630],[-106105,42693],[-113771,39155],[-102561,64129],[-107704,61509],[-109592,60031],[-107851,61665],[-109619,63897],[-107176,60615],[-106171,62553],[-103986,60329],[-103268,55773],[-105177,58652],[-107765,55430],[-106201,52942],[-112218,57230],[-110689,55160],[-115020,56446],[-113922,55779],[-114191,57454],[-113645,64106],[-114279,51425],[-109052,65387],[-102631,64661],[-112532,74556],[-110047,74835],[-110845,71320],[-102804,73515],[-104838,72167],[-110839,76781],[-108600,74665],[-113303,74502],[-113970,73086],[-102862,67767],[-114907,72342],[-111837,66759],[-112116,67232],[-111088,77211],[-112385,77434],[-112037,77762],[-112030,79169],[-109780,78759],[-106280,83211],[-113374,78014],[-112488,81643],[-107380,83769],[-105955,87486],[-105991,83553],[-107116,89578],[-103066,83978],[-105046,82964],[-104005,83705],[-103694,83415],[-113991,82866],[-112540,81199],[-110913,85761],[-112989,81759],[-108510,82239],[-112241,84001],[-103379,87877],[-112617,89164],[-105235,89834],[-102983,97176],[-109823,93269],[-108495,93825],[-110688,96522],[-110104,96420],[-102997,99188],[-103881,101646],[-103815,100802],[-107745,97453],[-113827,100064],[-111577,101664],[-112469,99356],[-113009,102329],[-107938,92875],[-106865,93562],[-107345,93902],[-107490,95075],[-104269,94936],[-108244,96452],[-113946,91337],[-109157,92045],[-110783,93239],[-110587,95966],[-102703,103036],[-103453,106790],[-108390,103491],[-114407,115025],[-114241,112768],[-105647,113640],[-112953,110784],[-111718,109184],[-109752,114546],[-107282,113484],[-114644,113196],[-111001,111219],[-111527,114336],[-111799,113810],[-109225,113256],[-103739,108381],[-103375,108730],[-103453,108610],[-115125,111102],[-108586,113921],[-110174,111395],[-109962,114582],[-108351,114595],[-104070,103017],[-105291,103648],[-103521,120391],[-103403,125373],[-105468,116279],[-108788,119476],[-109573,127074],[-104567,123852],[-104319,126266],[-109620,125207],[-108512,123757],[-105107,125866],[-107876,121755],[-104613,124668],[-115188,117846],[-103722,121706],[-114726,127838],[-114790,126573],[-114517,126555],[-109743,125121],[-108905,123669],[-108414,125532],[-109576,128159],[-110406,125949],[-110190,126162],[-109288,127148],[-113824,120803],[-114656,118765],[-112715,116929],[-113387,120254],[-104385,128001],[1186,-153834],[10669,-159847],[10622,-159870],[10573,-159911],[10767,-160037],[10819,-159828],[10760,-160100],[10486,-159853],[10202,-165091],[4472,-165276],[2992,-165311],[4327,-165835],[3042,-165240],[3528,-161946],[3425,-162115],[5601,-161626],[3730,-162468],[1269,-158948],[1784,-158452],[1353,-164247],[1841,-159190],[3991,-158626],[5537,-160262],[5557,-160004],[4979,-159397],[7254,-158732],[8612,-160169],[8492,-159986],[7838,-159117],[9270,-163439],[8970,-163866],[9301,-163802],[9549,-163253],[4098,-170691],[6956,-172613],[655,-169156],[1202,-168774],[1227,-167723],[1074,-169004],[9449,-166391],[8556,-167013],[9157,-166876],[6263,-167615],[6032,-167851],[5700,-166872],[5744,-168108],[4883,-167366],[4621,-167239],[4778,-167058],[3579,-172629],[3225,-172507],[4724,-171984],[3605,-171323],[1581,-171741],[2148,-171643],[1961,-170938],[1610,-171458],[687,-167794],[213,-168113],[146,-166913],[179,-166838],[12688,-178793],[12605,-182508],[12193,-184135],[12624,-186036],[6930,-24981],[6111,-25208],[4475,-25244],[11574,-23083],[11953,-21026],[8675,-23164],[9323,-22750],[8958,-22793],[9178,-22812],[12201,-28915],[8093,-28204],[10607,-26690],[10902,-26797],[9265,-25576],[3962,-26410],[1726,-34623],[2486,-34705],[10451,-30986],[10144,-30629],[7068,-29184],[6032,-28964],[1050,-35973],[1100,-36040],[5531,-35465],[5074,-35252],[12698,-35874],[7321,-35553],[7591,-35573],[9646,-34613],[9702,-35510],[9233,-32678],[9375,-32591],[11152,-27402],[11193,-26914],[11242,-27185],[10389,-26774],[7623,-27470],[7898,-27595],[7124,-27671],[1470,-42492],[9249,-42754],[9414,-42592],[9204,-42607],[3993,-41861],[1975,-42578],[8279,-53612],[10837,-83923],[10181,139177],[10582,139562],[10623,139178],[10624,139374],[4856,146319],[6320,143106],[7042,143098],[11137,145678],[11102,143510],[11355,143577],[11161,19220],[7805,19735],[7971,19335],[11466,18870],[6992,19872],[7088,19744],[13037,24392],[13065,24201],[13042,24149],[13181,24377],[12856,24435],[12925,24363],[12983,24384],[5292,16346],[5284,31024],[5053,30498],[3935,32065],[4105,32223],[4008,32249],[3818,32132],[3814,32034],[10403,31722],[5925,31565],[5873,31562],[5812,31541],[5945,31371],[6071,31529],[5915,31316],[5753,31623],[287,27343],[4104,29411],[3969,29647],[4724,29621],[3704,42878],[3562,43849],[3472,42181],[4090,44020],[11885,599288],[8386,595547],[9700,596143],[11587,599027],[11674,599231],[8692,596716],[8532,596837],[8509,596920],[8572,596641],[8861,596753],[8755,596800],[8728,596737],[9586,596527],[9431,596719],[4533,598592],[4454,598561],[4455,598620],[4563,598594],[4241,598661],[4295,598706],[4324,598631],[4336,598862],[4524,598703],[4534,598701],[4495,598737],[5066,598624],[4883,598715],[4848,598794],[4969,598548],[5210,598671],[5106,598707],[5091,598648],[5274,598645],[4658,597640],[796,607426],[5101,610852],[6419,614037],[10694,606511],[11162,606815],[10245,603777],[352,612656],[5396,604408],[7226,604268],[3298,612599],[4876,614997],[10550,68526],[10535,68211],[10964,68452],[11515,69195],[7237,68709],[7075,68970],[7307,69036],[7785,69075],[8797,109775],[8817,109729],[8859,109683],[8974,109884],[8778,109919],[9040,109882],[8798,109592],[8491,109412],[9259,109337],[10781,112457],[10913,111667],[10426,112072],[8752,109833],[10813,112295],[10711,112051],[10798,112118],[10829,111972],[7284,104515],[7170,104504],[7587,103970],[7169,104204],[7633,122241],[9116,120438],[7661,122144],[7415,122006],[134803,-5573],[129118,-1113],[128592,-1211],[135734,-34436],[137962,-34016],[131760,-35725],[132941,-36378],[139857,-34475],[134507,-29010],[128047,-33984],[128909,-37215],[128253,-40712],[132342,-38841],[129809,-40484],[132448,-40052],[134481,-40733],[135258,-39485],[128789,-40635],[128818,-48963],[128572,-48814],[128643,-49685],[128542,-49049],[130304,-50571],[128144,-50255],[130042,-49453],[131184,-49547],[130308,-48959],[129682,-49409],[133537,-49565],[131719,-49510],[132415,-49180],[131111,-49502],[135064,-48889],[138425,-47792],[140073,-50631],[139371,-48889],[140599,-49041],[139401,-48561],[138078,-48367],[138225,-48970],[138192,-49052],[137434,-49389],[136081,-49144],[128446,-50619],[134457,-49160],[136596,-49135],[137156,-50718],[136304,-50842],[136264,-50735],[128731,-38678],[137127,-51817],[136591,-51070],[138184,-72829],[136298,-71495],[135918,-72563],[140691,-74972],[139247,-74048],[139785,-73464],[130994,-88430],[132580,-89313],[137953,-86838],[136497,-85717],[134514,-85112],[133812,-84918],[128889,-84843],[138949,-85739],[140698,-85764],[140274,-83115],[129530,-95983],[129354,-96151],[129333,-95655],[131412,-96997],[131396,-96296],[130628,-97023],[130631,-95235],[131739,-95770],[129677,-95278],[132719,-95697],[131725,-95532],[132110,-95094],[131220,-93598],[130556,-94878],[131217,-94770],[133643,-94915],[133705,-94446],[134078,-95087],[134515,-93913],[134115,-93589],[134158,-93293],[133155,-94552],[133745,-93543],[133474,-94726],[133717,-93419],[132886,-92575],[133995,-93311],[133715,-93211],[135036,-93348],[132775,-91259],[132085,-91681],[132442,-91140],[131955,-90607],[133182,-90297],[133516,-91691],[132576,-90869],[133601,-90222],[130394,-95339],[133531,-91615],[136252,-90505],[129944,-93353],[133623,697],[136190,6183],[135338,2617],[128955,25427],[128619,25632],[128626,25543],[128887,25607],[128790,25669],[128701,25714],[128642,25630],[128802,25591],[128615,25530],[128769,25336],[128939,25416],[128825,25400],[135404,355741],[134133,26277],[135057,71884],[130942,71293],[135417,88585],[130061,100962],[128608,93895],[131883,107415],[131628,107686],[138795,114884],[139409,114044],[135618,109140],[145392,-36268],[142845,-47507],[143743,-57823],[142574,-58197],[145793,-57074],[145560,-57502],[141451,-52467],[149782,-76211],[146735,-74505],[145511,-75415],[142042,-88771],[153018,-76896],[150820,-76752],[148823,-78206],[152450,-85217],[152262,-82339],[143511,-79391],[144001,-78576],[145167,-103615],[140841,751],[146194,213330],[146006,213267],[141932,213346],[143910,25297],[146008,24952],[152654,357232],[151681,355948],[149318,357303],[148117,35250],[147175,29688],[146877,46395],[144848,45359],[142544,47442],[141735,44805],[146903,63225],[150222,61465],[146539,58366],[142367,53195],[142319,51958],[146576,76706],[150323,75121],[142561,84657],[146606,112248],[151166,114279],[150072,114815],[146908,114148],[147948,113607],[152248,107658],[141231,115929],[151720,117590],[152109,115402],[141162,116549],[149573,116631],[151059,117595],[148429,116692],[166293,-161372],[161596,-169165],[157272,-74714],[162553,-87650],[157762,-88077],[159500,-88780],[163173,-86573],[154003,-85084],[155510,-83332],[156022,-77354],[154390,-84763],[159500,-88140],[163667,-85410],[163212,-91381],[166125,-95542],[162296,-101524],[161293,-100304],[159970,-94497],[159231,-91940],[159867,-90883],[166136,-112231],[165557,-106969],[165965,-104106],[164340,-102556],[161075,-102863],[161849,-108261],[161987,-108873],[163983,-110249],[160301,-111945],[157569,-112659],[155183,-113017],[164132,305622],[164165,305379],[164184,305733],[164015,305855],[160523,92466],[170283,-122012],[167908,-156639],[167666,-156751],[166517,-161222],[168024,-93069],[170777,-91682],[166861,-92009],[166808,-105357],[167869,-103776],[174497,-105874],[177695,282469],[177655,282436],[177611,282390],[177817,282303],[177832,282520],[177818,282243],[177522,282426],[172342,288981],[172484,289177],[172387,289190],[172227,289036],[172232,288928],[178268,301623],[173757,329354],[173709,329337],[173654,329305],[173832,329151],[173907,329350],[173814,329090],[173578,329374],[179000,355420],[167506,349769],[167460,349746],[167414,349706],[167575,349583],[167648,349786],[167565,349520],[167336,349764],[179145,347520],[179188,347414],[172204,352111],[174200,409654],[186985,-150720],[186801,-150829],[179703,-149225],[179559,-149384],[188406,-158970],[189048,-174825],[188839,-174985],[185407,287418],[185403,287365],[185424,287305],[185614,287429],[185445,287563],[185680,287397],[185323,287249],[185500,286649],[190891,300380],[191060,349485],[189784,352344],[179286,347492],[179372,347718],[179271,347706],[187124,396603],[185581,397564],[185379,413812],[185546,413924],[185582,413807],[185430,413713],[187145,497920],[187046,497693],[187136,497708],[187265,497869],[187238,497994],[182242,493304],[190510,494144],[189517,494105],[182865,508154],[182678,508281],[184051,500702],[183835,500578],[183922,500532],[184135,500575],[184177,500700],[188855,524265],[188634,524297],[188427,523975],[188649,523903],[187806,513128],[196216,-135694],[192562,-155417],[192417,-155535],[192865,-159521],[194445,-76500],[203966,196065],[203544,210362],[203783,210486],[194984,305951],[195071,306174],[194971,306162],[194843,305980],[194886,305873],[195697,310574],[200113,314580],[198189,325570],[194534,341852],[200283,342632],[198204,333570],[192526,497120],[208850,312785],[208828,312739],[208807,312679],[208990,312681],[208934,312886],[209009,312625],[208728,312679],[209613,311741],[209460,331035],[209512,331265],[209416,331243],[209316,331045],[209376,330947],[208099,333824],[205129,530597],[205328,530581],[204834,531258],[220680,523080],[220614,523278],[231969,-140490],[232693,-140886],[230557,553414],[241537,565192],[241324,565096],[246364,-155127],[244114,-181533],[244084,-180906],[254887,295297],[254871,295087],[254859,295036],[254982,295228],[254765,295407],[254812,295303],[254844,295308],[20745,-150633],[20087,-150684],[20326,-151360],[20502,-152647],[20825,-151679],[18413,-152588],[18686,-152447],[17850,-152763],[18709,-152947],[25518,-164238],[24113,-164284],[23907,-165417],[23684,-164521],[23566,-164396],[23873,-164547],[23495,-164087],[21534,-160528],[16194,-155720],[16154,-155751],[16118,-155797],[16314,-155896],[16332,-155677],[16320,-155958],[16026,-155754],[14760,-161492],[15576,-157635],[20122,-153704],[13380,-160530],[13454,-161378],[13704,-160172],[12816,-161861],[13926,-156544],[14370,-156693],[15260,-156621],[13214,-155823],[19067,-159878],[20009,-160909],[19185,-160504],[19539,-161096],[18119,-165333],[18987,-164777],[19307,-164519],[19107,-165097],[19728,-165385],[20137,-165751],[16663,-159965],[17163,-160114],[25547,-167195],[23310,-169245],[24397,-166670],[25273,-167397],[25398,-167133],[25282,-167216],[24015,-166378],[22918,-168217],[22217,-167484],[22288,-167361],[22218,-167854],[22371,-169841],[22353,-170186],[22728,-170256],[22672,-169845],[25333,-169280],[18917,-166781],[16275,-169077],[20344,-166608],[19979,-166214],[20715,-170678],[21058,-170371],[20910,-170325],[20923,-170167],[18430,-184380],[18764,-185997],[15825,-186774],[15011,-186320],[14758,-182656],[15696,-182031],[15459,-188488],[24038,-183290],[23387,-182123],[23956,-182388],[16470,-191772],[16548,-190382],[19031,-235],[17932,-1189],[18696,106],[18650,-797],[19796,-510],[17893,-93],[22658,-8883],[24391,-9290],[21429,-7527],[21862,-7726],[21908,-9435],[25140,-12462],[19881,-351],[19730,-355],[24512,-9231],[24270,-4436],[24249,-3989],[20331,-4606],[20584,-4312],[15887,-11669],[14468,-10737],[15582,-12416],[16226,-11361],[17893,-11453],[16760,-11073],[16000,-11473],[25365,-2208],[22501,85],[23331,-1943],[16638,-13491],[16495,-13761],[16400,-13562],[17296,-17152],[17217,-18754],[14617,-24202],[20779,-24615],[23193,-15644],[25244,-14136],[16472,-12952],[16312,-16318],[15772,-15701],[16057,-15574],[15772,-14966],[16751,-15067],[16774,-14929],[17527,-15257],[17315,-15240],[14661,-19654],[14272,-19583],[15041,-19167],[14618,-19757],[17847,-20146],[17614,-20439],[18544,-20570],[18517,-20459],[23174,-19838],[23131,-20088],[23252,-19746],[23119,-19586],[18162,-28743],[14308,-26531],[16047,-26756],[17289,-26934],[17587,-26903],[14238,-28190],[13485,-29323],[12822,-29174],[14451,-31375],[16210,-37549],[16246,-37852],[16018,-34399],[13669,-35937],[14932,-33965],[22294,-34449],[22709,-36776],[22019,-36551],[21797,-36698],[22024,-36397],[18980,-34523],[19379,-33656],[17432,-33821],[17469,-34438],[17175,-33370],[16995,-33407],[12817,-35434],[14536,-27113],[14569,-27064],[22151,-25752],[23290,-50930],[23348,-49560],[24318,-50823],[25190,-50391],[25001,-50558],[22461,-42007],[22393,-42424],[22229,-41768],[15611,-48243],[15214,-48120],[16078,-48003],[15437,-48186],[16617,-48418],[20902,-39341],[13546,-41629],[16449,-43117],[24281,-51227],[25010,-52572],[17920,-62650],[18587,-52895],[19552,-53156],[18772,-53497],[19152,-53028],[15613,-71700],[21168,-69661],[22933,-69679],[18627,-65822],[17856,-77770],[19563,-82508],[17688,-85568],[13021,-81648],[13312,-80168],[20038,-97827],[21446,-97614],[15593,2915],[15921,1940],[16374,2683],[22156,1849],[22758,2874],[20756,282],[18101,6031],[20117,250],[20344,552],[19584,335],[20004,675],[20555,5261],[19253,6412],[17540,5750],[17213,5906],[22769,5942],[16721,6531],[19344,7149],[14101,2479],[20737,3287],[19890,3413],[19457,3946],[20632,3107],[21297,3834],[18768,273],[17222,5743],[19156,552],[16958,6969],[20022,10693],[21328,12171],[21281,12149],[21232,12120],[21422,11986],[21478,12184],[21415,11933],[21145,12172],[22614,10311],[23417,9197],[25159,11683],[19466,12387],[17393,9406],[18425,10922],[19552,12278],[17920,139770],[25053,137048],[23362,139056],[24772,135051],[24881,134467],[22732,139258],[21863,137541],[23588,137823],[22480,138047],[16653,138900],[14993,140018],[22838,136239],[20136,137669],[19700,138083],[16634,139831],[16053,139528],[18485,144339],[16348,142279],[16339,141324],[16540,141606],[17128,142813],[18736,143959],[23972,147901],[24676,192352],[13026,18645],[18785,22469],[13362,24398],[23781,14872],[19741,17799],[21039,19293],[21022,18239],[12855,288057],[24372,33926],[24414,33953],[24432,33888],[24521,33874],[24408,33713],[24435,33783],[24489,33696],[24304,33674],[24238,33854],[24308,33903],[24248,33904],[24485,33915],[24900,27125],[14379,31241],[15366,30915],[20112,495569],[20150,495512],[19919,495485],[19868,495533],[20070,495672],[20122,495675],[23252,39244],[17207,513543],[17196,513480],[17057,513643],[17035,513713],[17261,513629],[17317,513624],[17765,512991],[17698,513035],[17679,512979],[17652,513154],[17584,513092],[17510,513144],[17634,513268],[17784,513091],[17788,513143],[17814,513096],[17795,512978],[16102,523757],[15999,523928],[15997,524011],[15958,523722],[16293,523743],[16196,523822],[16151,523769],[15508,524195],[15299,524219],[15248,524277],[15435,524072],[15625,524309],[15518,524300],[15522,524231],[16149,524988],[16370,524927],[16354,525000],[21144,518884],[21173,518833],[21225,518807],[21183,518684],[21299,519013],[21093,519007],[21366,519044],[21867,519104],[21678,518951],[21746,518930],[21943,519003],[21975,519127],[21597,517934],[21362,517880],[21416,517820],[21637,517793],[21709,517899],[16219,525020],[16162,525079],[16057,525058],[13791,599828],[13813,599775],[13844,599761],[13802,599633],[13950,599947],[13764,599941],[14000,599989],[13821,600064],[13651,599923],[13585,599932],[13842,599936],[13817,600203],[13758,600134],[13802,600090],[12878,604870],[14618,606391],[16152,608966],[16092,608971],[16221,609042],[16293,609100],[16236,608863],[16199,608868],[16204,608761],[15709,608433],[15610,70155],[16896,70545],[23276,88919],[24133,86211],[23531,87114],[21847,89429],[19946,84679],[21133,98462],[20294,98977],[20747,98754],[19883,99795],[18404,97991],[18941,97557],[18245,97552],[18123,97727],[22794,95284],[23107,95532],[22268,95702],[23402,95820],[19755,95925],[19297,96617],[19948,95618],[20411,95310],[18615,97871],[18590,97914],[18551,97963],[18429,97761],[18641,97720],[18367,97769],[18605,98049],[23337,106865],[23415,106929],[23451,107042],[23124,106795],[23049,106818],[22994,106889],[22934,107119],[22953,107203],[22979,107289],[23180,107344],[23288,107304],[23380,107233],[13718,109632],[13797,109695],[13832,109808],[13506,109562],[13430,109585],[13375,109656],[13315,109887],[13334,109971],[13360,110057],[13561,110111],[13670,110071],[13761,109999],[21964,104130],[22042,104193],[22078,104306],[21751,104060],[21676,104083],[21620,104154],[21560,104385],[21579,104469],[21606,104555],[21806,104609],[21915,104569],[22007,104497],[13373,106261],[24860,109018],[16342,118794],[16421,118858],[16456,118971],[16129,118725],[16054,118748],[15999,118818],[15939,119049],[15958,119134],[15984,119220],[16185,119273],[16294,119234],[16385,119162],[24971,127151],[24376,122992],[21499,125262],[16703,127323],[16544,127167],[16470,125535],[16366,125501],[16199,125084],[17401,123778],[16898,126837],[256730,277017],[256470,276949],[263034,298756],[267675,527162],[306265,411334],[305301,411832],[319577,406729],[319808,406617],[319944,601797],[327940,597734],[328512,597421],[323274,591744],[322955,595927],[322943,596122],[322633,596542],[323283,596736],[323272,593072],[323559,592302],[325109,593766],[321931,599517],[321684,600521],[321578,597147],[326928,605940],[328099,605706],[327846,609017],[327004,610390],[330481,606927],[330294,606930],[330003,607464],[331799,606541],[327855,603992],[327317,603514],[327422,603908],[330507,602771],[329417,603772],[330322,602822],[321417,609122],[322358,609205],[322555,608929],[321592,608230],[321785,608777],[321672,608441],[321811,608688],[320891,604713],[320634,605180],[320660,602343],[340636,601128],[337230,592813],[337851,593194],[337258,592644],[337350,593399],[333976,603393],[338291,608388],[338404,607802],[342440,614080],[342449,614196],[341863,612490],[341681,612551],[341217,605276],[341168,605257],[341114,605225],[341034,605290],[341293,605072],[341368,605279],[341279,605011],[341680,619309],[341786,619363],[341909,619563],[341816,619575],[341656,619422],[350094,613215],[350203,609048],[350162,609016],[350122,608970],[350337,608876],[350346,609094],[350343,608815],[350026,609009],[350994,622440],[351641,615159],[349869,618728],[358697,-82898],[32180,-124602],[36734,-145928],[36695,-145962],[36656,-146011],[36874,-146095],[36877,-145876],[36881,-146158],[36559,-145975],[29942,-151411],[34295,-153446],[34347,-153447],[34410,-153444],[34160,-153374],[34452,-153530],[26281,-163618],[25880,-163486],[26326,-163450],[25952,-163414],[27624,-164258],[27769,-164617],[27554,-164637],[27372,-164097],[26139,-165679],[26540,-165255],[26383,-165421],[26387,-165695],[34317,-153227],[34357,-153187],[26145,-168575],[25985,-168260],[26256,-168361],[26074,-168684],[26979,-168312],[27037,-168553],[27388,-168489],[27289,-168721],[25782,-169376],[25679,-169157],[25697,-169585],[34862,-171529],[33091,-168758],[33459,-168063],[33763,-168523],[34476,-169431],[33662,-169401],[33103,-171445],[33604,-169790],[32608,-169431],[35638,-170217],[36051,-169874],[25616,-183550],[28202,-182101],[27194,-181455],[31004,-185187],[31575,-185338],[32710,-185027],[29987,-181681],[30158,-182715],[28972,-182289],[27752,-184067],[28735,-186045],[28986,-193380],[30189,-2378],[32362,-6039],[34715,-7328],[35906,-12066],[35309,-12433],[31363,-8629],[31038,-6499],[30462,-5912],[29877,-5297],[26365,-4867],[29819,-7634],[31125,-8568],[31939,-7529],[33247,-9277],[34445,-8127],[37731,-9010],[37377,-7969],[37842,-9031],[31799,-8074],[28611,-5162],[28378,-5378],[37897,-3637],[26473,-4999],[27870,-8773],[28412,-9143],[28060,-8839],[28411,-8751],[27822,-4469],[27958,-4849],[27986,-11430],[25936,-8320],[37325,-13166],[34065,-15456],[30908,-17708],[30463,-15768],[27096,-16404],[31032,-13278],[26230,-16790],[30027,-18668],[30457,-18925],[29074,-19788],[29836,-21333],[32375,-23622],[30516,-22507],[31901,-19812],[26880,-20592],[29224,-15121],[32414,-17205],[35416,-18305],[36701,-18446],[37189,-20776],[34949,-23504],[35330,-22143],[35246,-19988],[29627,-24714],[25643,-15240],[28120,-15227],[29273,-15622],[37597,-26257],[35805,-26861],[36850,-28266],[30393,-32532],[28375,-35113],[28215,-33141],[26750,-35685],[27689,-36686],[35257,-27871],[32852,-25680],[28772,-28827],[27200,-26619],[27416,-27061],[25868,-29203],[26607,-30460],[28778,-50250],[27830,-50235],[27489,-46218],[28519,-44827],[26776,-49441],[28579,-49386],[29051,-49173],[29923,-49945],[26998,-46624],[30108,-49208],[34850,-47151],[31947,-45725],[32862,-44436],[30997,-45131],[36448,-46332],[24250,-41569],[28307,-42233],[28147,-42181],[27488,-43313],[32765,-50992],[31826,-50654],[31722,-50726],[31267,-50533],[26129,-53992],[26267,-51566],[27747,-52135],[28008,-51524],[26640,-53724],[34486,-52104],[32862,-51145],[37917,-51897],[37771,-51786],[27633,-75201],[27618,-76406],[28714,-76783],[28396,-77215],[35762,7670],[35616,6173],[26504,135726],[25931,136445],[28135,135451],[29542,132897],[27455,134518],[27275,134704],[29097,133458],[29586,131151],[29874,129787],[29942,129462],[29211,129193],[28916,129216],[29425,132704],[28461,134209],[28219,132096],[28954,133975],[28049,135311],[28048,131973],[35476,140847],[30703,139431],[33653,134082],[35079,135443],[35033,135464],[34972,135480],[34987,135246],[35187,135335],[34931,135215],[34967,135581],[35204,135657],[35043,135666],[35247,135073],[35391,135376],[37387,139765],[37345,139732],[37305,139687],[37519,139592],[37531,139811],[37525,139532],[37208,139726],[36329,133154],[36271,133265],[37273,140438],[36244,129179],[32325,149131],[28064,148843],[36020,149489],[37451,145560],[33837,154636],[26150,193075],[34113,255070],[35858,23117],[36586,22475],[35891,23336],[37958,22383],[38282,22164],[36105,24271],[35922,24233],[35985,24059],[35245,20092],[34323,15146],[36451,22379],[35349,22076],[37722,22447],[37066,23691],[37005,22637],[36365,23691],[36319,21538],[35306,21669],[38067,24587],[36115,24385],[38258,24607],[32548,23633],[30963,24896],[33612,24798],[33403,24826],[31177,24518],[37747,20566],[38188,20734],[38272,17367],[37451,17888],[35697,19417],[37893,19488],[32799,23383],[33149,22668],[32482,24913],[36882,18221],[37604,19623],[37712,19513],[36754,18353],[33672,24913],[33252,24308],[30003,25154],[30587,25319],[29894,25349],[37354,17400],[37398,17518],[37378,18033],[37829,17673],[35756,19650],[36084,19128],[35984,19235],[32894,25524],[28178,17683],[35627,258754],[31707,355531],[37417,27138],[37612,27096],[37615,26918],[37158,26715],[37285,26750],[34444,37855],[34397,37831],[34349,37790],[34542,37664],[34594,37875],[34536,37600],[34261,37847],[37765,37790],[26085,36936],[29457,34073],[29733,33730],[29682,33496],[29780,33526],[29877,33721],[29818,33822],[30451,33902],[30512,34111],[30414,34087],[30310,33898],[30363,33818],[30283,34927],[30541,27949],[28084,28618],[29373,26541],[33495,28711],[36007,33318],[34453,34123],[32825,29957],[34097,26022],[33323,28655],[36333,29118],[36231,28721],[36621,29486],[35655,30282],[36424,29246],[36036,28726],[29664,29712],[26247,27308],[31747,30928],[34297,34090],[36445,28789],[28708,30284],[36164,33372],[38154,31131],[35976,31443],[34189,33417],[34312,32435],[34979,31057],[32889,31209],[33555,30411],[34460,29777],[34490,27346],[35015,27656],[32006,27007],[32648,26154],[32924,26888],[31556,27375],[36380,31738],[26975,26603],[27975,27175],[29577,26425],[29917,28257],[31393,26601],[26944,26398],[29731,29432],[31038,30663],[29481,29516],[33607,26683],[35641,29439],[37204,28310],[37196,32292],[36551,31758],[28825,30183],[34437,27517],[32914,32076],[33283,32928],[33298,33375],[33696,32338],[30432,28021],[31581,30707],[31382,29224],[31777,26532],[29211,26507],[29691,28156],[26555,27713],[27841,27366],[27796,27145],[26551,27498],[28724,30039],[35572,30459],[35477,30329],[34012,33449],[33751,33575],[33962,33636],[25941,27373],[27132,26818],[27165,27545],[27930,28519],[27853,27618],[33333,28793],[33457,28861],[33895,30217],[33833,30368],[33688,30224],[35459,32083],[37249,30565],[38217,30617],[38149,29860],[38105,29698],[37460,28391],[37081,28344],[37736,27892],[32190,32850],[32154,32814],[32129,32761],[32299,32697],[32307,32913],[32312,32634],[32043,32791],[31780,32781],[26230,27043],[26209,27091],[26170,27141],[26051,26969],[26244,26895],[25989,26982],[26228,27219],[32363,32457],[27045,26191],[27263,522094],[27366,522153],[27347,522112],[27245,522141],[27538,522000],[27467,521958],[27459,522031],[27373,521823],[27250,522041],[27225,521991],[27251,521953],[25658,61043],[32742,76911],[27168,75120],[27205,75447],[28040,74971],[33019,89413],[31914,89621],[33049,88999],[38173,91588],[36436,96129],[36515,96193],[36550,96304],[36224,96058],[36148,96080],[36093,96149],[36034,96375],[36053,96456],[36079,96542],[36280,96598],[36388,96561],[36479,96491],[26143,95283],[26220,95347],[26252,95459],[25932,95211],[25856,95233],[25799,95301],[25733,95527],[25749,95609],[25773,95695],[25973,95752],[26083,95715],[26176,95646],[28209,99941],[28293,99997],[28340,100105],[27990,99894],[27917,99924],[27869,100000],[27832,100235],[27859,100316],[27894,100399],[28100,100432],[28204,100382],[28288,100302],[32260,90823],[26147,91939],[26360,91786],[26056,92354],[25921,92533],[36464,103548],[36485,103630],[36513,103716],[36714,103768],[36822,103728],[36912,103656],[26631,109815],[26710,109877],[26746,109988],[26418,109746],[26343,109769],[26287,109838],[26227,110065],[26246,110146],[26273,110231],[26474,110285],[26583,110246],[26674,110176],[36862,103292],[36942,103355],[36979,103467],[36649,103225],[36574,103249],[36520,103319],[36418,123256],[37283,122721],[32482,123859],[34559,121685],[35549,125407],[36600,123314],[33754,122396],[33652,124386],[30980,123196],[35265,124225],[35811,125484],[32937,124590],[27744,126643],[28984,125095],[29819,125966],[27423,124003],[38399,126547],[33699,127159],[25862,125403],[27589,126974],[30257,125947],[26048,124918],[26050,123130],[31481,126462],[28818,127971],[28954,126791],[28882,126948],[30584,127585],[30402,127669],[396449,662352],[395342,663526],[395471,663075],[396192,662196],[395400,660762],[396187,659944],[396549,659977],[396582,660927],[396610,661602],[396341,660969],[392879,672674],[393664,673298],[393230,674218],[395238,674001],[393330,673188],[395981,674585],[395449,674275],[395925,674062],[404972,655727],[403806,656296],[405317,655284],[402180,657159],[400338,657116],[397341,662275],[398350,657786],[398077,657527],[397074,657795],[397824,657954],[402304,659462],[404245,664735],[404636,663936],[400301,678089],[401312,670966],[401171,669836],[402964,670214],[403214,670196],[399311,671708],[399826,668328],[399784,669004],[399957,666579],[400116,665931],[400172,666660],[400915,665858],[405723,667903],[404641,666495],[404210,666156],[405425,667762],[406535,667369],[406275,667072],[39691,-152607],[46580,-148769],[46532,-148789],[46486,-148822],[46658,-148972],[46726,-148764],[46650,-149032],[46404,-148757],[49325,-164699],[49114,-165247],[48490,-164887],[50412,-165210],[48544,-156961],[50420,-157352],[48801,-156062],[48384,-155438],[48233,-155478],[47404,-156740],[48662,-155392],[43789,-154571],[41815,-154047],[41563,-153968],[39775,-155145],[40542,-154793],[44795,-165611],[44379,-165274],[44745,-165745],[39002,-171225],[39321,-170386],[38929,-170471],[42325,-168792],[42031,-168363],[41807,-168620],[41974,-167884],[47172,-166782],[47672,-167583],[48011,-167261],[47798,-167857],[44778,-166278],[42899,-228781],[43642,-227866],[44993,-227793],[46058,-224890],[43420,-230800],[41182,-5476],[44303,-4002],[43787,-4630],[44712,-3614],[42096,-3186],[40231,-4704],[41148,-7155],[41436,-5253],[42117,-11221],[42532,-2275],[42841,-1779],[44379,-3868],[43934,-5224],[42976,-6247],[43676,-7266],[42141,-3354],[40933,-8304],[41026,-8018],[40600,-10935],[40384,-10995],[40680,-10119],[41082,-9803],[40950,-9800],[44221,-537],[40606,-12490],[38776,-8927],[38714,-8083],[44149,-4794],[44536,-5379],[44483,-5859],[44254,-4379],[44340,-4521],[44365,-4429],[40116,-4587],[38939,-8809],[42264,-11368],[44735,-6082],[44140,-455],[44426,-861],[44193,-311],[44373,-334],[40297,35],[39165,-11691],[45904,-1106],[45660,-3884],[45484,-2595],[45300,-4051],[45742,-3148],[47520,-2867],[49360,-1547],[45554,-6424],[47045,-8796],[49714,-4209],[45899,-9560],[42340,-11194],[45165,-5894],[44878,-9773],[46969,-6217],[46719,-4869],[46900,-3586],[45913,-3163],[45790,-6849],[45299,-8619],[45431,-9296],[47438,-10269],[46140,-10913],[46283,-10970],[47143,-8903],[45438,-8675],[44898,-9906],[49822,-4303],[43870,-8658],[43605,-10568],[49193,-2646],[47435,-7215],[50411,-1814],[49589,-643],[44530,-7510],[48517,-4063],[47376,-2854],[46680,-4748],[45704,-6432],[45427,-8807],[45293,-8764],[47289,-2662],[47225,-2785],[45005,-5809],[45429,-6522],[47974,-6454],[48132,-6144],[46836,-11065],[46699,-11025],[46761,-10913],[49360,-10662],[49572,-10792],[49621,-11134],[49329,-10542],[49534,-10305],[49582,-10583],[49504,-10406],[49647,-10351],[46638,-11915],[45023,-6524],[45156,-6842],[45127,-6474],[47820,-12200],[47600,-12429],[47639,-12256],[47343,-118],[46795,-365],[47064,-405],[46562,-713],[46341,-725],[46503,-52],[46520,90],[47135,-1],[46010,-3383],[49994,51],[49451,122],[49860,-540],[40388,-13294],[40596,-16860],[39474,-15974],[40107,-12985],[40773,-14904],[41415,-12913],[44420,-24475],[41500,-17117],[42639,-15530],[46189,-24384],[50001,-14258],[49895,-14262],[50096,-14456],[48977,-13035],[49244,-13471],[49068,-13431],[49267,-13380],[43537,-16413],[43162,-15889],[43786,-15989],[43944,-16009],[45686,-13302],[45862,-13329],[45437,-12637],[45437,-12948],[43285,-17666],[43433,-17261],[44085,-17689],[42495,-13253],[42588,-13575],[42503,-13413],[47330,-12749],[50475,-22326],[39830,-28844],[41016,-26186],[42232,-25602],[49848,-26820],[44251,-48181],[42015,-48895],[42269,-48927],[46748,-46587],[46634,-46787],[49732,-46898],[49585,-46620],[48645,-49517],[47773,-49663],[39429,-49228],[40650,-53889],[42985,-53453],[45293,-54102],[40245,4956],[41504,7218],[42709,3225],[42850,3072],[40138,5019],[41693,5549],[39541,393],[41390,3963],[41197,4159],[42789,7662],[42826,7627],[42879,7595],[42941,7813],[42723,7796],[43004,7828],[42850,7495],[43974,8146],[43522,8229],[43678,8048],[43832,6662],[43465,6851],[43718,6266],[43579,6859],[45001,138655],[46147,140321],[51039,132089],[50849,131804],[51143,131665],[51088,131729],[51061,133170],[51086,133204],[51099,133256],[50900,133301],[50956,133093],[50871,133363],[51194,133231],[47212,133930],[46051,133498],[47682,133059],[46658,132612],[43205,132342],[41779,137735],[41871,134460],[41821,134447],[41765,134416],[41927,134260],[42022,134449],[41908,134199],[41692,134489],[41634,134633],[41956,134602],[42652,133908],[42419,134830],[45850,140812],[45838,140751],[42734,129559],[43263,131502],[40403,129218],[40257,130443],[41046,130769],[40419,130516],[38602,148015],[44257,148959],[43574,150182],[50523,144486],[50745,144387],[45786,141006],[45728,141020],[45589,141026],[39883,142386],[40075,141521],[48891,206115],[48956,206084],[49007,206114],[48955,205907],[48987,205949],[49039,205896],[48850,205871],[48836,206079],[48773,206018],[48780,206064],[48898,206167],[39125,22341],[38845,22241],[38558,22017],[41240,23624],[40209,22833],[41129,23403],[41264,24272],[39481,22394],[40283,22692],[38594,22156],[41221,25555],[39391,25629],[40215,23042],[41901,15534],[42915,14172],[38534,15880],[40371,14308],[42052,13358],[39759,15635],[43527,25403],[43646,23254],[43165,24642],[43663,23458],[45652,24958],[39844,18798],[39890,18611],[41930,17713],[45875,13378],[45351,14439],[41031,13294],[41812,17997],[40613,16689],[38945,17153],[40925,18433],[38742,17083],[45572,13655],[41940,13363],[39651,14171],[42315,21502],[43478,25162],[43080,24509],[43053,24679],[44908,25627],[43705,16177],[45868,13575],[44165,15708],[44454,15484],[44283,15347],[38807,15481],[38594,15350],[43089,21212],[43441,21661],[43319,21584],[43094,21437],[42875,21186],[42737,14514],[38524,20684],[43680,13064],[40061,15130],[48933,25790],[50163,14221],[48285,14801],[50911,18561],[49798,17561],[49429,18928],[48687,17319],[50242,17057],[49631,17020],[47813,18610],[47571,18463],[47669,18599],[42257,382821],[41364,31130],[40748,30616],[40655,30132],[40817,30258],[40028,27183],[39878,27052],[40620,30318],[47432,29814],[42746,27614],[39159,28613],[39236,28712],[41324,31983],[42203,33178],[42356,33274],[43885,33682],[40628,30032],[43445,28451],[42600,27585],[42602,27506],[42312,26692],[42345,27499],[43272,28501],[43429,28600],[45071,31581],[44226,32232],[40939,28220],[40147,31802],[40122,31663],[40092,27013],[42107,26674],[44625,31363],[46901,33333],[46029,29872],[48784,30318],[48279,31300],[48389,31458],[47015,33107],[48552,29274],[42033,31583],[42268,31392],[41738,29829],[41884,29901],[41824,29775],[38989,28806],[38532,27309],[43077,34004],[43436,33993],[44097,32351],[47704,28685],[51177,30415],[50619,31682],[49732,31977],[49265,31187],[45958,28763],[48338,29064],[46857,30341],[46845,30237],[46716,30220],[45192,32204],[46266,32493],[38629,27374],[41481,25919],[43141,36348],[51084,35524],[49101,28080],[38743,33285],[38767,32094],[50103,28592],[50034,29160],[50101,29023],[38907,33241],[40403,33619],[45158,26173],[45200,26201],[45250,26236],[45049,26326],[45011,26133],[45058,26376],[45333,26203],[47212,27181],[47174,27146],[47141,27091],[47346,27061],[47347,27248],[47358,27002],[47044,27112],[44031,47546],[47080,46315],[50660,46627],[47341,46843],[50309,43612],[45748,47640],[47142,49652],[46586,51358],[49514,48825],[50885,50313],[47530,60069],[46482,63643],[47936,63887],[48726,61708],[47774,59414],[44832,62791],[41199,63048],[49113,55259],[44588,53261],[48879,52252],[50696,76821],[50499,76828],[48408,67430],[50549,66679],[51065,69670],[47908,72605],[42986,71175],[41786,67894],[44693,67579],[49580,65169],[47156,66110],[47973,69994],[42596,66224],[42542,67770],[41512,70174],[45006,74462],[45831,76280],[48679,76100],[50539,79814],[50794,79998],[47140,79273],[47806,81807],[49607,82119],[50004,84956],[44586,93187],[41173,96642],[49851,92637],[48264,94625],[44575,96220],[42009,94515],[38564,94028],[43194,91374],[47063,90998],[44709,93415],[44642,97628],[49582,96037],[41894,92070],[45461,90743],[45835,94654],[43357,95165],[44940,91798],[47484,95309],[46578,96988],[39952,93735],[42643,96521],[43268,93765],[45989,90407],[46566,91958],[50516,93895],[44642,101844],[50327,98882],[40617,95071],[40748,94977],[40673,95000],[40961,95047],[41075,95223],[41039,95110],[40557,95302],[40603,95472],[40577,95386],[40804,95526],[41004,95414],[40912,95486],[46592,97229],[46670,97293],[46706,97406],[46381,97159],[46306,97182],[46252,97252],[46194,97483],[46214,97566],[46240,97653],[46439,97707],[46546,97668],[46637,97596],[50820,103252],[48532,108616],[50732,107012],[50662,109090],[39934,110582],[40012,110646],[40048,110759],[39721,110513],[39646,110536],[39590,110607],[39530,110838],[39550,110922],[39576,111008],[39777,111062],[39885,111022],[39977,110950],[43872,108360],[43951,108423],[43986,108536],[43659,108290],[43584,108313],[43529,108384],[43469,108615],[43488,108699],[43514,108785],[43715,108839],[43824,108799],[43915,108727],[48416,115395],[48735,118334],[48623,121573],[42766,118669],[44807,118687],[39703,120327],[48518,123488],[46282,122739],[46016,120626],[47150,118152],[43085,124336],[44727,122158],[42613,120087],[47220,122600],[47581,122319],[45538,123071],[48669,123551],[42337,122445],[45797,122292],[43448,121304],[50944,120898],[40959,123581],[41085,123582],[40324,123085],[40567,122954],[40134,122843],[40397,122921],[44015,116726],[44090,116794],[44121,116907],[43806,116646],[43729,116665],[43671,116732],[43601,116957],[43617,117040],[43639,117128],[43837,117192],[43947,117159],[44041,117093],[48629,115462],[48709,115525],[48746,115637],[48340,115418],[48286,115489],[48229,115718],[48249,115800],[48277,115886],[48478,115938],[48586,115898],[48677,115827],[48629,115462],[48709,115525],[48746,115637],[48340,115418],[48286,115489],[48229,115718],[48249,115800],[48277,115886],[48478,115938],[48586,115898],[48677,115827],[41338,125484],[39768,125772],[48800,126660],[48413,127967],[46494,125663],[46449,125638],[46401,125597],[46601,125474],[46640,125686],[46596,125411],[46314,125653],[60140,-118898],[60101,-118931],[60064,-118978],[60279,-119066],[60281,-118847],[60288,-119127],[59967,-118942],[62000,-122630],[62739,-122846],[62374,-122842],[62322,-122965],[62945,-123309],[62325,-125466],[62385,-125300],[61794,-124555],[61509,-124682],[63548,-131339],[60161,-139506],[63227,-134053],[54977,-138511],[54735,-138498],[55208,-138564],[55000,-138669],[51548,-158715],[51506,-158747],[51467,-158794],[51670,-158890],[51690,-158672],[51675,-158953],[51373,-158751],[53657,-160619],[54373,-160937],[52960,-161900],[53191,-162364],[53455,-161108],[52217,-162113],[56155,-161695],[56981,-161623],[55700,-161506],[56813,-161836],[55086,-157460],[54959,-157477],[54936,-157858],[55985,-157521],[62525,-175840],[60812,-177986],[58882,-174101],[58030,-174268],[63420,-169721],[62907,-169354],[55042,-177021],[54686,-175263],[53922,-174971],[55506,-174366],[62044,-178860],[61723,-228716],[60666,-228293],[59998,-230935],[53224,-369],[51230,-2570],[53133,-587],[59525,-5340],[59499,-623],[61900,-9260],[63061,-11410],[57329,-3697],[61556,-8905],[62423,-3330],[58677,-4848],[61015,-5045],[61326,-5846],[58178,-1759],[61127,-5605],[61197,-5765],[60825,-3646],[58635,-3687],[61000,-3019],[63306,-5143],[63455,-5246],[63726,-6189],[63877,-5641],[61002,-3829],[59077,-3860],[58205,-3114],[57548,-2311],[57743,-9736],[56574,-9618],[58163,-10324],[56374,-6992],[61036,-3643],[60660,-834],[59548,-426],[58972,-4741],[53060,-457],[54034,-11226],[55094,-4758],[55992,-3553],[58053,-8161],[54685,-11925],[57414,-7392],[57673,-9426],[56500,-7118],[63611,-9112],[63772,-9109],[52271,-10442],[53894,-11118],[57415,-7528],[57702,-7423],[59002,-8821],[57963,-8209],[54908,-4653],[55722,-4797],[62205,-11404],[62938,-12368],[57827,-12272],[57022,-11467],[55295,-1373],[54840,-2596],[54493,-2163],[63353,-2484],[62335,-3112],[61832,-3208],[63509,-7025],[62078,-4342],[63854,-7834],[62622,-10016],[58796,-9966],[58809,-10122],[59523,-5693],[61242,-5131],[61083,-5404],[60797,-5172],[59918,-2633],[59587,-2707],[62495,-3195],[62913,-2120],[61847,-2076],[61163,-2763],[61819,-9091],[55165,-11215],[53818,-11088],[63667,-6362],[63762,-7899],[63589,-7672],[55714,68],[55325,-608],[60957,-6770],[60769,-6822],[60870,-6886],[63603,-3741],[53332,-9966],[53195,-9926],[53258,-9814],[58228,-12284],[58337,-12209],[58639,-12048],[58716,-12176],[63624,-2227],[62704,-2217],[62291,-2413],[56375,-191],[56777,-7113],[62741,-22510],[61636,-23500],[56607,-23116],[55400,-14724],[54761,-13543],[56375,-17138],[58519,-13611],[56953,-14518],[59094,-15443],[55345,-14580],[53619,-18127],[61531,-15025],[62808,-14102],[59199,-15170],[56970,-14309],[56396,-18504],[54448,-18991],[54935,-17610],[58448,-19126],[57036,-16930],[58714,-17093],[56442,-13698],[58351,-13609],[60361,-13470],[61289,-14727],[57193,-19426],[58220,-19847],[57582,-18665],[58016,-17563],[58046,-19801],[57521,-18874],[58879,-18623],[63000,-15005],[63759,-15244],[63769,-15418],[62283,-15079],[61380,-17350],[61933,-17103],[61835,-17231],[62407,-17184],[60887,-17273],[58081,-15967],[58145,-16111],[53072,-13819],[59805,-12775],[59609,-12907],[63686,-13372],[60014,-16267],[59829,-15866],[60036,-15780],[60166,-15863],[60860,-16632],[60215,-17196],[56572,-22308],[53081,-19447],[53351,-18809],[55340,-18153],[51502,-14909],[51972,-29339],[52942,-29388],[51482,-30590],[63984,-25460],[61742,-40796],[61841,-40575],[62560,-42576],[60406,-43428],[60212,-42826],[61370,-47024],[61139,-47133],[52567,-50065],[52023,-49158],[52765,-49997],[52984,-49561],[55215,-48242],[56234,-48935],[55615,-48574],[63883,-41870],[58852,-41822],[59441,-42886],[58817,-45331],[59100,-45664],[56424,-44814],[61317,-50040],[58192,-58427],[57316,-60290],[59467,-59093],[58381,-58500],[62601,-56358],[60379,-56215],[51688,-52587],[53084,-51995],[54475,-51954],[58027,-51461],[61188,-51658],[61038,-51743],[60363,-71444],[57658,-72066],[60535,-73710],[63039,-76623],[57946,-96277],[57994,-96040],[57898,-96067],[57802,-96271],[57863,-96369],[57846,-92177],[52833,2087],[52917,1479],[56785,3363],[55230,4826],[54840,3136],[63251,387],[63596,483],[56716,4139],[59709,5947],[59662,5929],[59615,5898],[59774,5741],[59852,5945],[59764,5680],[59538,5966],[57344,4301],[56912,3934],[59426,5922],[60043,6295],[60019,7282],[58969,8707],[60588,8249],[60609,9201],[59232,9203],[59182,9192],[59119,9181],[59232,9023],[59368,9185],[59196,8982],[59072,9239],[60371,11041],[60378,11271],[60289,11235],[60235,11037],[60307,10945],[58959,10543],[59703,10363],[52689,5852],[53016,4605],[59529,12727],[57917,12705],[55863,11659],[53445,12143],[55277,12363],[54119,12518],[53044,12937],[52898,138125],[51645,131801],[51326,131670],[51279,131646],[51230,131607],[51423,131476],[51476,131688],[51416,131413],[59448,130868],[59401,130844],[59351,130806],[59545,130674],[59598,130886],[59537,130613],[59265,130863],[55119,134348],[51854,141033],[51635,145253],[59937,17307],[52967,24152],[54390,23568],[55394,25280],[56006,23599],[54714,24064],[56655,21763],[55954,22337],[57786,19002],[58870,19004],[59422,18417],[58156,17773],[57894,21118],[57731,19274],[57679,20337],[58936,14588],[58235,15605],[59538,15169],[55016,13059],[53391,24095],[53022,23638],[53431,23507],[52913,23722],[53164,23981],[51653,31196],[53351,32228],[52984,32302],[51818,31112],[54916,33733],[54765,33582],[54691,33722],[55497,37431],[54731,36258],[55604,37036],[52329,30483],[62490,31828],[61710,31909],[61685,31870],[61670,31811],[61896,31849],[61820,32006],[61928,31800],[61565,31803],[53630,32556],[63747,38396],[63858,32029],[63705,34325],[63116,35700],[54165,31924],[55452,32980],[54740,32503],[56680,33934],[57397,32537],[58762,35904],[60533,35830],[60650,37546],[52718,28517],[51312,27790],[54429,29106],[55093,26951],[55870,26781],[63363,408660],[63338,408459],[63311,408414],[63482,408583],[63220,408780],[63265,408678],[63313,408675],[62545,412368],[62771,412479],[60907,50579],[60727,50376],[60585,50850],[60627,49838],[52035,43388],[51799,43374],[53461,43041],[54106,45173],[54184,41254],[56929,43436],[60485,50850],[60807,50579],[60627,50376],[60527,49838],[58284,47899],[57975,38785],[52852,47325],[53158,47764],[54926,46913],[54961,47135],[52660,47701],[62213,44913],[62034,44710],[61891,45184],[61933,44172],[61562,44782],[63076,601952],[62396,61801],[60430,61180],[57999,61927],[58953,63760],[61764,63637],[59012,63107],[57418,62896],[61624,63851],[59030,62299],[60120,61102],[58803,63589],[56571,63176],[54160,62764],[59061,63399],[60541,61703],[57378,61954],[63367,64018],[55804,57728],[56648,56874],[56356,57260],[56086,57148],[51546,61111],[52597,54070],[53484,54718],[58699,55457],[59061,56483],[59616,56167],[58759,56804],[59458,55582],[52118,51612],[62128,62081],[61724,61837],[60309,53209],[63869,61885],[55721,76691],[57953,73514],[60743,74818],[62112,74992],[57886,74056],[54177,75517],[53608,76725],[56449,74730],[57278,74075],[52344,76168],[61021,76592],[62020,76074],[60703,74002],[60736,75087],[59153,74703],[58837,73799],[57582,74800],[58704,76113],[60911,69216],[61631,67327],[59891,68194],[60660,65299],[57009,67427],[59786,68365],[58384,66007],[57141,64467],[60479,66513],[60144,64667],[60451,69338],[54606,65299],[60385,64813],[57824,65624],[59510,68232],[60425,69140],[55908,64510],[55494,72406],[52251,69253],[52959,67630],[52010,75805],[53044,74578],[53213,74592],[53319,72676],[58685,75942],[63157,64817],[63621,64729],[63565,64856],[61843,75654],[61960,75865],[61863,75864],[61718,75691],[61738,75587],[58026,78134],[59346,77137],[51850,78025],[51396,81460],[53432,83898],[56584,80539],[58144,77983],[56638,80379],[54409,80074],[53818,81297],[53158,81562],[51526,79093],[51336,78680],[52729,79455],[54584,77604],[56471,80386],[58517,78035],[57802,78253],[51540,83377],[63846,81976],[63205,82780],[63871,87169],[63577,85020],[63189,83021],[62261,80249],[58445,82608],[63693,80897],[57302,82478],[60439,81850],[60560,82499],[63618,84866],[59508,81501],[58102,84396],[54776,81502],[59340,83882],[58883,82667],[62011,85347],[58771,81279],[58814,81412],[60579,81860],[60549,81987],[61292,83589],[58338,79505],[55790,78411],[62507,100903],[59964,99163],[60986,102432],[63336,98295],[62821,96810],[61583,100810],[61306,102360],[58774,101927],[63165,99647],[63234,101818],[63653,99216],[63418,99076],[62173,98815],[63648,96040],[59606,102537],[58903,100610],[59525,102398],[55788,112252],[56381,110044],[56638,110700],[59408,102617],[59205,104514],[56028,107458],[53525,106814],[57926,112942],[51996,115345],[57832,104293],[56938,105043],[57652,109208],[52563,107486],[52675,113012],[58728,103925],[58743,103629],[58354,109095],[54250,110886],[53175,111165],[52893,114419],[59961,109602],[59759,109280],[59759,109095],[58347,107474],[60421,115144],[60374,115120],[60325,115081],[60518,114950],[60571,115162],[60511,114887],[60238,115139],[63789,104066],[61617,106736],[61578,106956],[61500,106908],[61485,106712],[61573,106635],[58032,112084],[58092,112317],[57994,112295],[57888,112096],[57943,111995],[61442,106636],[59727,114504],[53652,118911],[52805,119653],[52334,118614],[54272,119163],[52317,120018],[54211,119919],[55209,118207],[54206,119621],[55881,116357],[54282,119444],[51433,121056],[51768,120916],[54234,115533],[58863,123783],[54811,126039],[54854,126060],[54903,126106],[54699,126220],[54661,126008],[54706,126291],[54989,126044],[59526,126272],[59880,126785],[60209,126679],[60105,126534],[63825,124097],[63795,124135],[63746,124179],[63657,123961],[63591,123962],[63791,124269],[63589,124329],[58312,121088],[58368,121323],[58270,121299],[58168,121098],[58225,120998],[58966,120463],[55349,116192],[53948,115467],[56321,121875],[61970,119869],[61787,119680],[63870,123950],[68253,-117187],[68908,-116964],[68196,-115011],[68936,-115336],[70681,-115179],[70586,-115333],[69632,-116332],[74055,-116706],[68519,-117688],[67890,-118500],[68666,-117941],[71925,-116359],[71392,-117387],[71230,-116219],[73278,-115933],[72788,-116331],[72399,-115454],[71879,-116041],[75807,-118354],[76584,-120296],[75111,-118585],[74861,-122453],[76319,-119780],[71992,-123740],[71150,-122633],[72670,-122309],[71941,-122654],[73281,-123728],[74428,-124066],[73099,-125765],[73008,-124618],[65577,-125396],[66945,-126390],[67137,-126101],[66874,-126548],[65959,-121114],[65071,-120539],[66323,-121776],[65924,-121441],[74884,-115169],[76129,-161130],[76440,-157711],[75726,-157226],[75729,-162893],[73241,-162419],[74459,-160908],[72517,-160184],[75107,-156297],[65505,-172822],[67767,-168383],[70953,-168977],[69257,-10565],[70406,-12071],[65535,-10241],[65489,-8371],[66528,-1946],[68160,-7378],[69095,-5906],[69530,-6629],[68370,-3964],[69606,-8638],[68642,-10063],[69314,-10817],[68839,-11252],[64139,-5631],[64508,-8174],[64915,-8688],[64483,-10129],[64160,-5730],[64381,-10350],[66129,-9570],[66010,-9264],[65982,-9667],[68328,-7270],[66886,-5280],[67037,-5264],[69001,-5018],[66408,-4469],[67722,-2941],[65322,-3297],[64422,-1769],[64561,-2035],[64622,-1835],[66476,-1828],[66945,-5386],[69181,-5082],[67699,-12334],[68536,-9460],[67724,-9297],[67247,-10519],[70250,-11079],[67840,-9415],[67952,-7661],[69451,-12442],[69443,-10679],[67769,-11370],[65300,-2921],[65317,-10341],[64546,-10241],[64306,-10144],[67735,-10365],[68446,-8578],[65968,-1334],[65806,-1219],[65890,-1631],[64396,-4259],[65029,-5237],[64485,-4835],[65155,-7138],[70845,-7494],[70653,-7733],[71159,-8467],[71723,-8611],[72013,-8838],[67629,-12126],[72921,-2781],[71612,-8549],[71149,-8288],[71621,-9276],[71636,-9325],[71672,-9379],[71798,-9211],[71618,-9125],[71860,-9229],[71607,-9453],[74936,-1167],[75520,-851],[76641,-24814],[65508,-23778],[64672,-22992],[68965,-13063],[66894,-13279],[68379,-14600],[66361,-16565],[65574,-16635],[64374,-16691],[65193,-13815],[67400,-14507],[67566,-14495],[64026,-15231],[65813,-14632],[65875,-14308],[68550,-14079],[75831,-33291],[76635,-29276],[76337,-28878],[76635,-27202],[75736,-27686],[73512,-26622],[76060,-27008],[75670,-35165],[76719,-37421],[74667,-36128],[74020,-26214],[74834,-25924],[70134,-27698],[70002,-28037],[70790,-32479],[71186,-31892],[74031,-35833],[74496,-35898],[64356,-25736],[74908,-38428],[75613,-40135],[74656,-38308],[64494,-43276],[71618,-39225],[71076,-39011],[76696,-40561],[76278,-41208],[68489,-42805],[68074,-43206],[64918,-41936],[76149,-49354],[76496,-49784],[76382,-49894],[76185,-49997],[76222,-50491],[76519,-50116],[76262,-50120],[64597,-44247],[74586,-47869],[75140,-58312],[73113,-53677],[73656,-51027],[73528,-51228],[75562,-53534],[74636,-54024],[72387,-51665],[74256,-85509],[73537,-85308],[74297,-87450],[74025,-87499],[73300,-87113],[73053,-86942],[75662,-87069],[75577,-87275],[75309,-87737],[68718,-78936],[70781,-79470],[69907,-113198],[74195,-106571],[74534,-107547],[74551,-107672],[73899,-106735],[74404,-109641],[74393,-109491],[76664,-106001],[76330,-105892],[69353,-114042],[68896,-113918],[76376,-107276],[75027,-113231],[74678,-112097],[74603,-111413],[73833,-111821],[76519,-113857],[76074,-112355],[70192,132172],[66338,139732],[69681,133941],[68685,133075],[66795,134212],[66693,128946],[71116,133784],[69194,129134],[76370,160647],[76297,20283],[75625,13588],[75973,20237],[75926,20211],[75880,20171],[76072,20046],[76121,20259],[76068,19983],[75791,20226],[69655,24577],[73894,22573],[73933,22594],[73952,22532],[74046,22524],[73936,22375],[73967,22447],[74019,22360],[73829,22335],[73761,22509],[73826,22547],[73770,22554],[74007,22560],[75031,17559],[74611,17404],[76453,15498],[67224,14327],[67204,14373],[67168,14426],[67028,14237],[67228,14177],[66967,14251],[67231,14505],[65434,14525],[65398,14562],[65348,14601],[65273,14380],[65489,14383],[65210,14373],[65381,14697],[65773,15146],[67934,14335],[66732,18827],[65884,323844],[65688,323781],[75425,321172],[70556,325698],[68880,30946],[65343,31777],[72393,38536],[66710,36542],[66808,33967],[66761,33988],[66699,34001],[66917,33861],[66674,33750],[66688,34101],[64762,32168],[74823,31592],[74776,31567],[74729,31527],[74917,31401],[74972,31612],[74911,31338],[74642,31584],[64016,35299],[66465,33195],[70226,34441],[69183,34953],[69728,34149],[69999,34541],[69241,404309],[67186,47419],[75532,48271],[76524,49592],[71683,51305],[70616,49694],[74085,45167],[65032,39631],[66745,42075],[66699,42058],[66656,42033],[66822,41871],[66886,42068],[66817,41817],[66574,42098],[69783,45152],[67160,40953],[67030,40838],[66599,40847],[66705,40529],[66600,613716],[66696,613290],[65831,614311],[66874,617391],[68327,615002],[66557,614765],[67773,614725],[76744,630043],[66475,59623],[64490,61672],[66400,57881],[66434,57920],[66463,57863],[66558,57856],[66473,57686],[66493,57747],[66558,57681],[66373,57640],[66279,57791],[66336,57857],[66280,57840],[66512,57894],[68676,61923],[65429,61481],[68928,61812],[68657,61583],[69025,61217],[67811,60991],[68406,61657],[76044,71324],[66236,75715],[66282,75728],[66339,75762],[66161,75915],[66084,75718],[66182,75981],[66410,75687],[67067,76428],[67111,76452],[67121,76386],[67212,76358],[67082,76209],[67121,76272],[67163,76182],[66971,76186],[66926,76371],[66998,76416],[66942,76420],[67178,76405],[75514,71637],[66486,75114],[66248,75378],[68207,71107],[68175,71149],[68252,71157],[68270,71208],[68424,71106],[68354,71120],[68449,71160],[68455,71035],[68265,70998],[68225,71068],[68215,71013],[68217,71192],[67987,71036],[75418,73142],[75292,72685],[66927,66280],[74671,73999],[74175,74534],[74644,74481],[65078,81171],[64973,89642],[68159,89213],[66141,89340],[65367,87592],[64659,79612],[68103,85603],[67295,88097],[66119,89222],[64938,86242],[67099,86372],[67328,87976],[66300,83873],[66172,83823],[64216,81011],[65993,87036],[64291,84076],[65603,85275],[64168,87347],[65198,84593],[65035,84696],[65233,84428],[65054,86300],[65035,86156],[68230,85361],[64824,80739],[68748,88131],[68733,88798],[68568,88747],[71422,83562],[71422,83768],[73726,84708],[72661,89619],[71963,83210],[71979,83256],[71990,83317],[71756,83276],[71866,83091],[71722,83328],[72089,83332],[71644,82596],[75435,79396],[74638,79631],[75460,78780],[75411,78788],[75353,78785],[75404,78574],[75581,78705],[75361,78529],[75326,78880],[74370,79777],[64937,90063],[69670,93154],[68501,94897],[66211,91396],[65274,93820],[68436,96675],[68870,94687],[64381,96565],[68074,100764],[66968,90232],[65954,94558],[69073,94821],[67571,99774],[68080,92554],[67006,96754],[64149,100576],[65010,98334],[64817,98747],[67450,91580],[68271,93520],[67097,94212],[66179,94483],[67051,95388],[66106,92372],[70060,94450],[69967,94256],[69972,94085],[69917,95330],[69899,95280],[69894,95219],[70119,95260],[70009,95448],[70162,95210],[69789,95199],[66533,100359],[69457,94854],[76308,99373],[76660,93649],[72587,98201],[74716,95973],[76563,92066],[70201,91900],[72166,97818],[73962,99244],[74025,99473],[73926,99452],[73818,99255],[73872,99158],[75006,101044],[74970,100160],[69802,103897],[65473,111942],[66392,112643],[65110,113237],[65347,113251],[65209,103532],[64018,103712],[65553,104983],[76791,108232],[72387,109679],[72340,109657],[72291,109618],[72471,109492],[72536,109695],[72462,109429],[72207,109677],[74510,124345],[66501,117588],[72646,121364],[75775,121272],[74120,124898],[64031,123851],[64183,124539],[64194,123995],[67342,117911],[67706,124451],[83773,-123429],[83564,-123372],[83520,-123329],[83688,-123552],[83892,-123283],[83789,-123314],[83787,-123376],[86905,-124827],[87049,-125278],[86231,-123212],[86401,-123830],[85776,-120029],[85399,-118869],[87001,-120373],[87620,-119773],[89544,-115003],[89142,-127093],[88178,-126544],[87639,-126599],[87805,-123658],[89349,-123754],[87890,-123773],[82087,-119248],[82155,-118860],[83429,-119810],[80833,-116184],[81151,-116311],[78316,-116106],[82777,-128802],[82737,-128835],[82698,-128879],[82917,-128966],[82919,-128753],[82924,-129024],[82601,-128845],[78345,-135737],[78588,-161451],[79144,-158921],[78762,-159923],[82489,-163606],[83701,-159494],[83820,-159333],[83864,-157758],[78991,-164988],[81242,-228997],[88390,-233420],[86273,-230857],[79859,-230335],[87919,-3432],[88195,-4327],[86598,-12301],[85708,-8014],[84640,-7993],[81701,-7768],[84158,-9035],[87886,-11423],[81261,-10275],[81268,-10325],[81293,-10384],[81469,-10240],[81287,-10125],[81529,-10267],[81210,-10447],[80917,-10094],[80437,-11624],[79249,-8994],[83677,-10053],[83007,-8157],[80418,-6808],[79777,-5916],[81619,-4158],[80079,-4322],[81011,-10912],[86850,-10083],[85673,-9571],[83774,-7002],[83843,-10309],[88141,-16106],[87016,-15658],[82023,-13075],[88068,-19277],[88722,-18830],[87457,-30173],[85619,-35937],[84814,-37153],[84955,-38028],[78053,-35711],[77371,-35795],[76957,-32427],[78528,-33722],[80983,-30671],[84136,-33722],[83049,-35000],[84580,-33479],[80791,-36676],[81026,-38118],[88589,-37215],[87648,-32307],[83083,-29102],[81787,-29867],[85151,-28955],[82749,-27673],[83987,-31604],[87822,-33422],[87832,-36989],[83258,-36812],[82635,-37345],[83309,-37978],[76890,-36133],[86749,-39996],[86193,-40020],[85053,-39443],[88375,-39723],[80229,-40458],[83697,-38525],[87733,-38411],[87286,-38369],[86831,-38603],[87556,-39130],[79470,-39714],[78316,-40312],[84077,-39361],[83544,-38303],[84069,-50652],[78389,-49706],[78367,-49881],[80669,-50018],[80500,-50601],[81408,-49362],[83536,-39986],[83509,-40173],[80627,-41394],[80368,-41164],[89118,-38946],[76878,-50120],[77863,-50458],[77882,-50605],[77027,-46960],[79032,-46502],[79373,-46090],[79894,-46063],[79604,-45981],[84815,-59440],[83067,-58054],[81757,-56511],[78388,-57386],[77531,-58101],[77257,-58446],[79526,-58061],[85418,-56122],[85580,-55935],[85930,-60166],[86920,-62441],[87131,-62250],[77752,-52493],[78048,-52425],[77859,-52346],[77784,-52045],[79414,-52270],[79585,-52406],[80684,-51814],[80609,-51642],[80689,-52161],[80987,-55599],[80985,-54490],[81827,-56370],[82483,-54323],[82384,-54458],[84151,-51070],[78230,-51869],[79401,-51944],[79278,-52290],[78328,-52041],[78771,-51972],[86901,-51874],[88992,-67707],[89460,-67430],[89020,-67423],[87524,-69498],[87279,-69377],[87579,-69109],[87546,-70224],[85103,-66324],[85284,-66466],[84813,-66356],[85326,-67850],[86178,-76400],[86202,-76166],[86108,-76203],[86035,-76413],[86104,-76499],[89364,-80966],[87335,-80259],[87223,-81073],[87344,-80997],[83988,-82002],[83867,-82065],[83821,-82467],[89469,-84248],[89449,-83570],[87145,-84659],[87592,-85126],[84880,-85413],[83918,-87321],[84166,-86311],[82222,-86170],[82785,-86849],[82461,-87788],[88343,-88874],[89435,-78373],[83468,-100284],[83421,-100308],[83372,-100347],[83565,-100478],[83618,-100266],[83558,-100541],[83285,-100289],[84470,-101341],[85001,-101868],[77088,-106814],[78978,-104543],[78706,-104581],[78741,-104345],[76856,-107211],[77127,-108519],[77023,-107956],[84177,-103119],[84163,-102341],[79690,-104934],[81507,-109567],[79347,-109159],[80250,-107755],[79739,-108365],[78599,-112511],[78711,-113011],[79310,-113810],[77867,-114854],[77811,-114649],[76930,-114779],[77704,-114041],[79654,-105416],[80143,-104776],[78663,-105856],[79364,-105463],[77297,-114282],[79747,-111526],[79959,-111842],[79360,-112844],[79993,-109768],[82189,-109605],[83086,-109504],[84685,-108108],[83834,-107216],[87612,-114052],[81917,243072],[81995,243288],[81903,243258],[81796,243061],[81830,242982],[88610,19065],[80377,15114],[84591,17142],[79062,25371],[78236,14518],[78187,14504],[78132,14473],[78309,14324],[78384,14509],[78292,14264],[78056,14544],[77815,14765],[80428,13632],[77403,19521],[87580,13542],[84326,13425],[85152,18454],[87207,17755],[85677,18310],[86081,19105],[85684,21784],[83755,22380],[85287,21727],[85847,22703],[89478,22654],[77306,34923],[77805,33495],[85420,33882],[78391,36737],[80263,29861],[84394,36998],[88948,28499],[79479,413667],[78648,48313],[81305,42543],[87129,44665],[85469,46392],[85424,46365],[85379,46323],[85579,46205],[85617,46421],[85578,46142],[85287,46374],[79086,44545],[79137,44553],[79130,44489],[79196,44433],[79041,44332],[79083,44380],[79103,44282],[78942,44345],[78944,44533],[79028,44555],[78971,44575],[79183,44487],[86985,612130],[85014,613383],[87796,610941],[82314,603453],[88382,611792],[80776,610608],[77738,607787],[89064,621594],[78244,628469],[82213,53781],[78383,57451],[77201,57386],[84569,61392],[83192,63345],[79011,52499],[78810,52521],[78588,52842],[84816,51933],[86385,52043],[79514,51524],[78309,74229],[77128,71831],[89109,69014],[87253,64336],[88160,64781],[86475,64609],[77825,83625],[83739,88439],[83696,88410],[83657,88369],[83853,88255],[83880,88471],[83857,88193],[83564,88417],[79422,79816],[82309,82006],[82669,82163],[82558,82583],[83026,82021],[83476,87956],[87895,89579],[78474,81173],[78478,81121],[78504,81062],[78667,81206],[78499,81322],[78728,81179],[78420,80998],[81753,92938],[79549,100557],[87220,102039],[85282,91083],[85287,91031],[85313,90973],[85490,91115],[85308,91231],[85552,91089],[85226,90908],[82156,97580],[82110,97554],[82064,97514],[82258,97389],[82304,97604],[82255,97326],[81974,97569],[87765,97469],[80018,93725],[88127,89876],[88411,90155],[83791,109011],[77835,110236],[82677,113197],[86670,114242],[78269,112920],[78226,112889],[78187,112845],[78395,112743],[78412,112961],[78401,112682],[78090,112887],[77053,104987],[78995,120841],[79286,119256],[97540,-119066],[92555,-120873],[92543,-120678],[92233,-120258],[92883,-120064],[92872,-123728],[93159,-124498],[94709,-123034],[92874,-125056],[97963,-127653],[89985,-124726],[91531,-117283],[91284,-116279],[91178,-119653],[98112,-119379],[97874,-129525],[97860,-129586],[97393,-128141],[95826,-129218],[97488,-129156],[94422,-132478],[94033,-130493],[94728,-131376],[93046,-129671],[89830,-128934],[90199,-233406],[92153,-233798],[94821,-236290],[100973,-235403],[100081,-238711],[95671,-240481],[91824,-2241],[92569,-12539],[92552,-12490],[92523,-12434],[92360,-12599],[92592,-12362],[92302,-12579],[100631,-24457],[97899,-22970],[97914,-22922],[97921,-22858],[97707,-22917],[97805,-23091],[97674,-22867],[98014,-22836],[92194,-20792],[90760,-17886],[90199,-18457],[91333,-19292],[90533,-18709],[92013,-20368],[94221,-18835],[94698,-16642],[91761,-20293],[91726,-20257],[91674,-20221],[91624,-20445],[91818,-20432],[91566,-20455],[91699,-20123],[92557,-12691],[91711,-34785],[92872,-38027],[93623,-34722],[101506,-33712],[100035,-32071],[100333,-27835],[100101,-36498],[97286,-33703],[97363,-36437],[95208,-35963],[93699,-37455],[93234,-35525],[90920,-33778],[98409,-35201],[98437,-34763],[97439,-34642],[96121,-32941],[97014,-32668],[96569,-35052],[96529,-33079],[97790,-36754],[98603,-37670],[98315,-37438],[97467,-36747],[96213,-32554],[97256,-32507],[100789,-25562],[100783,-25822],[90984,-38043],[92611,-34034],[92655,-34010],[92705,-33970],[92530,-33856],[92462,-34053],[92544,-33795],[92780,-34023],[101550,-41143],[99206,-40891],[93957,-39351],[101333,-49749],[100833,-47600],[99857,-47849],[100070,-47446],[98645,-48424],[98999,-48599],[99867,-49272],[93561,-48975],[94032,-50117],[94266,-49430],[99077,-41127],[98974,-40817],[99291,-40647],[99408,-42150],[98316,-42397],[98453,-41532],[98879,-42531],[98242,-41073],[99714,-40437],[91083,-49399],[99353,-48332],[95985,-45412],[97754,-44660],[97647,-44676],[100380,-45176],[90856,-58462],[91310,-57628],[92556,-58240],[93316,-57572],[91782,-57547],[92090,-54638],[94132,-53742],[93349,-53760],[94367,-53652],[93297,-54072],[98149,-52116],[98541,-52624],[98267,-51927],[90768,-58767],[89881,-58432],[91373,-59192],[89830,-52552],[91393,-51494],[90368,-52430],[92071,-51585],[94525,-62475],[101142,-60881],[100883,-60723],[100867,-62545],[100375,-61433],[91567,-51630],[97338,-59300],[98826,-55856],[98848,-55900],[98886,-55952],[99021,-55760],[98811,-55703],[99085,-55774],[98824,-56033],[100382,-63666],[89977,-59203],[97292,-60057],[98185,-61882],[93476,-55512],[93532,-56266],[96084,-53353],[96244,-53637],[99034,-52577],[98883,-60334],[100434,-64311],[99715,-64771],[99528,-64517],[99712,-64018],[101844,-72262],[91818,-65628],[92876,-64552],[92773,-64397],[96257,-67827],[96697,-68633],[98527,-67839],[98101,-68673],[99490,-68355],[99648,-66677],[98250,-65471],[97933,-66637],[100590,-73761],[100759,-73916],[94295,-69879],[93944,-69209],[96135,-70720],[93990,-69524],[94775,-65461],[95663,-65408],[95201,-65123],[93473,-65740],[101401,-75441],[97917,-76037],[93446,-76404],[99131,-63798],[96209,-74560],[95223,-70572],[95174,-70576],[95113,-70590],[95232,-70790],[95357,-70616],[95198,-70843],[95063,-70504],[100466,-66153],[98498,-69105],[101396,-72121],[102025,-68069],[93247,-74734],[97408,-68413],[100678,-68129],[97371,-65321],[95607,-73925],[90069,-75586],[93057,-72205],[91934,-80452],[92412,-80742],[92550,-80987],[90041,-79609],[90715,-80595],[98979,-77366],[99071,-77621],[93956,-78746],[98720,-80617],[98707,-80838],[92284,-79690],[91789,-82077],[91957,-81759],[91613,-81795],[91186,-82477],[89680,-84244],[91748,-85095],[92763,-84214],[93614,-78556],[89878,-79809],[98280,-78159],[96262,-83874],[91438,-88094],[92497,-77010],[92532,-77339],[90565,-76981],[102018,-84380],[94014,-101644],[102229,-91092],[96528,-110860],[97699,-111094],[97367,-108276],[97560,-108289],[96604,-106410],[100081,-109873],[99894,-109870],[99603,-109336],[101399,-110259],[94035,-103697],[93485,-104194],[92817,-104053],[93122,-103036],[97455,-112809],[96917,-113287],[97022,-112892],[100107,-114029],[99017,-113029],[99922,-113978],[91017,-107678],[91958,-107595],[92155,-107871],[91192,-108570],[91907,-111055],[90491,-112087],[90234,-111620],[90260,-114457],[94651,-107243],[91385,-108023],[91272,-108359],[91411,-108112],[97901,1111],[98540,3329],[95671,11480],[99962,12152],[97302,11595],[102125,7028],[102337,8297],[101987,3870],[97581,5280],[94525,2798],[95384,3928],[96180,3272],[90139,1387],[90353,2230],[90431,5254],[93503,8481],[94620,7384],[95491,6084],[91266,12401],[90455,9588],[93181,9528],[102036,6230],[92169,4637],[94466,7243],[91180,12479],[101309,6183],[97438,221230],[97254,221121],[93628,17340],[92874,14060],[92416,17672],[90820,14259],[91648,24011],[90729,24989],[98254,15832],[102137,14561],[102059,14942],[94828,19311],[93900,19745],[94879,19951],[93179,18734],[96428,17603],[100029,16811],[98252,16403],[101957,23416],[102259,21310],[102358,21316],[93603,28809],[94853,28569],[93083,30157],[91866,26348],[92148,26977],[100258,33666],[94311,28073],[94359,28090],[94363,28024],[94439,27991],[94301,27855],[94336,27917],[94372,27822],[94199,27839],[94171,28028],[94250,28064],[94191,28075],[94416,28039],[100707,36415],[100851,32828],[101551,28421],[101954,27591],[100122,29155],[90620,46865],[98163,49400],[94301,46524],[101033,38861],[99959,40226],[97249,39393],[100698,41316],[98059,40489],[99000,41610],[96021,41624],[97413,40082],[101872,49832],[100418,50461],[97334,56314],[93128,56576],[97612,58419],[96581,59962],[99892,52120],[98265,52051],[98603,52130],[99665,52127],[101164,68772],[98600,74029],[101090,76490],[99297,66245],[90820,74677],[90824,74467],[90796,74405],[90962,74636],[90739,74601],[90706,74660],[90765,74680],[91192,69085],[90698,69744],[90740,68755],[100976,66541],[100685,65918],[97637,84319],[94733,88194],[94924,89322],[96265,101043],[101438,99818],[90044,91856],[96092,97366],[95409,97378],[90202,99304],[90711,97795],[91658,98930],[90354,98923],[95609,91909],[89672,109864],[101063,113738],[101530,112551],[93568,113819],[95022,109012],[97304,107779],[92729,113725],[97479,116932],[110236,-115672],[106830,-123987],[107451,-123606],[106858,-124156],[106950,-123401],[114673,-228288],[103182,-236052],[104834,-236261],[107785,-7942],[111635,-2512],[109583,-5110],[107811,-3379],[107701,-3203],[105573,-9639],[107831,-2519],[107774,-2513],[107442,-2477],[108635,-3098],[111237,-12623],[114470,-17649],[114559,-17659],[114659,-17644],[114645,-17546],[114504,-17594],[114639,-17437],[114407,-17355],[114347,-17512],[114394,-17442],[114194,-17492],[114485,-17773],[114533,-17367],[110064,-30016],[106232,-31281],[105003,-28964],[104203,-34148],[102917,-26163],[103046,-28372],[102697,-28134],[109191,-32766],[110659,-32449],[110807,-30507],[110069,-28830],[108649,-30955],[107770,-29056],[106137,-30880],[107898,-34545],[105938,-34378],[109116,-33067],[109619,-34239],[107067,-33427],[108206,-31785],[106480,-31966],[108443,-31108],[110338,-31494],[108941,-29066],[106609,-30631],[105840,-33444],[104677,-34782],[104349,-33727],[105317,-37204],[105398,-36762],[105548,-33566],[109503,-33255],[111013,-30778],[110311,-28722],[109096,-28695],[110344,-29026],[103027,-37657],[103371,-37575],[114093,-36754],[106256,-41644],[105552,-41572],[105844,-41417],[112973,-48861],[113088,-49031],[112654,-48557],[114365,-48510],[112345,-49143],[110455,-49879],[112322,-49287],[111133,-49887],[111493,-49575],[111149,-49171],[110866,-47779],[110762,-47524],[111086,-47436],[111527,-47365],[114310,-48226],[114828,-47918],[114858,-48238],[113748,-47754],[114122,-47954],[110362,-40804],[110929,-41211],[110207,-40990],[110387,-40877],[111107,-40034],[110712,-39714],[110683,-39197],[111708,-40158],[111866,-40013],[111864,-39707],[111664,-39417],[111633,-40652],[111933,-40838],[112077,-39953],[112867,-39961],[112485,-40351],[111946,-40040],[113007,-39823],[112492,-41108],[111811,-41479],[111590,-41559],[112394,-41079],[112532,-42269],[112838,-41994],[113288,-42591],[113040,-42554],[110008,-42436],[108773,-42622],[108186,-42668],[105201,-42277],[104854,-42659],[105179,-42738],[106170,-41914],[113122,-40459],[113262,-40523],[113172,-40313],[113663,-41072],[115188,-39992],[114366,-40639],[114073,-40534],[114313,-40629],[114881,-40250],[105367,-48823],[105322,-49146],[105197,-49799],[104919,-49660],[114739,-62435],[114055,-60980],[111555,-61907],[110463,-61723],[110575,-62603],[113482,-57345],[112799,-57430],[113227,-57773],[113549,-57854],[103000,-72153],[103163,-71977],[103068,-71949],[102884,-72074],[102882,-72188],[102499,-70644],[103075,-76476],[113657,-65283],[113142,-64477],[115130,-65975],[113065,-67201],[112261,-66466],[112941,-66274],[112656,-66560],[108519,-67648],[106983,-66654],[111120,-88599],[111386,-97437],[111509,-97237],[111416,-97225],[111256,-97378],[111280,-97491],[103576,-113407],[107891,-108412],[107549,-108177],[111968,-103415],[111795,-103291],[111581,-103383],[111252,-104145],[110817,-111524],[110768,-111543],[110714,-111575],[110893,-111728],[110968,-111521],[110879,-111789],[110634,-111510],[113761,3454],[113233,4147],[108864,7113],[105711,6651],[114353,7494],[114603,7203],[114086,7126],[109216,6254],[105608,5147],[105024,6154],[108412,5905],[112281,9106],[111221,10594],[111086,8672],[112474,7273],[107329,12551],[107000,12577],[104970,12356],[103122,8066],[103391,5366],[103148,3376],[103031,4584],[104988,3141],[112963,15629],[108137,13818],[104057,18076],[102758,14143],[102445,13965],[105160,15269],[107665,14996],[104507,13610],[107611,21334],[107129,19254],[108939,21213],[109519,20298],[108013,17394],[110694,20542],[112810,15735],[108270,20882],[107711,20274],[107559,20122],[107804,20695],[115151,22029],[103901,19218],[102461,18953],[102547,18024],[110353,22421],[107308,24123],[106882,25079],[109242,22162],[105200,25070],[102753,24463],[104998,25332],[104001,23270],[102522,21968],[102593,21451],[103560,21082],[106469,37714],[107572,28438],[107802,29200],[109205,26263],[113044,27376],[108820,28405],[111936,28674],[112168,27959],[102860,28241],[103194,26056],[109454,30695],[106315,32535],[106461,30873],[107113,34314],[111342,30260],[113398,32131],[112267,33567],[112586,31297],[115003,32100],[108427,34236],[112572,36868],[111016,37696],[114050,34438],[114102,34526],[114148,34622],[114052,34668],[114019,34519],[113960,34700],[113762,34538],[113864,34377],[113828,34483],[104926,29646],[109121,29221],[109706,29341],[110048,29079],[108957,29341],[109632,29580],[108654,40645],[102790,48187],[105962,39760],[102467,41412],[103780,41045],[106534,50844],[110291,38875],[114312,40384],[113439,39609],[106554,53998],[105346,51439],[106158,52031],[102877,82379],[103383,101932],[110397,114576],[109013,106118],[107605,110365],[111052,110209],[104374,109342],[105002,110139],[104975,109889],[104977,109335],[114160,120654],[110059,115517],[119473,-225190],[116699,-221373],[120366,-226296],[119338,-229820],[116054,-228640],[116654,-226718],[118779,-223401],[118978,-239547],[127917,-796],[127863,-585],[121511,-1169],[117113,-1880],[115917,-300],[116794,-12003],[122634,-8977],[122755,-8557],[122661,-8625],[122626,-8521],[122588,-8432],[122492,-8468],[122579,-8591],[122418,-8531],[122407,-8779],[122594,-8810],[122487,-8760],[122363,-8636],[116570,-13007],[124525,-20000],[123239,-24171],[123648,-23893],[126214,-23736],[125949,-22401],[125571,-22467],[126776,-30444],[116385,-50237],[116256,-50191],[115616,-49970],[115717,-50572],[117608,-49883],[117121,-49524],[117494,-49217],[116089,-50599],[116715,-50980],[115219,-48559],[116516,-47848],[116143,-48153],[118569,-47656],[117671,-47615],[115543,-48131],[115394,-48266],[117434,-47622],[117926,-47665],[117235,-47393],[117139,-47378],[116521,-47490],[115937,-47547],[116154,-47712],[116185,-47815],[115358,-47909],[115360,-39685],[115653,-39756],[115422,-39352],[119874,-43375],[121438,-42972],[124621,-48124],[124061,-48908],[123600,-49683],[121987,-49220],[121516,-48890],[125396,-48345],[125562,-47948],[127575,-47358],[127900,-47527],[123011,-50954],[119012,-50595],[120600,-49918],[118942,-50319],[126377,-41951],[126159,-40341],[126432,-41679],[127573,-40682],[124670,-40718],[126858,-41197],[126923,-50070],[127663,-50612],[124795,-50409],[124653,-50524],[124942,-50045],[123818,-50502],[124664,-50365],[123319,-50807],[117452,-51509],[115768,-51162],[119790,-51966],[123141,-52177],[124152,-52229],[122928,-51368],[126459,-51398],[126156,-51035],[126884,-51502],[126324,-51068],[126674,-51857],[125290,-51772],[125689,-52265],[127207,-51440],[125364,-51637],[115424,-62239],[115418,-63184],[116494,-56126],[116252,-55375],[116116,-56197],[117004,-74663],[116925,-74832],[117045,-74773],[122566,-66504],[121624,-66976],[122033,-65903],[121674,-68034],[121256,-68011],[121416,-67836],[125537,-75120],[116107,-65739],[116078,-65406],[115443,-65059],[118545,-85701],[121284,-88846],[121285,-88895],[121301,-88958],[121489,-88841],[121330,-88701],[121544,-88879],[121214,-89006],[122077,-88143],[127713,-81736],[126508,-79357],[124900,-79467],[120594,-94360],[121241,-101641],[120619,-90396],[126307,-95746],[119469,-98072],[119694,-103585],[119803,-107752],[119762,-107784],[119722,-107830],[119937,-107924],[119946,-107706],[119943,-107985],[119626,-107791],[115422,8087],[115266,892],[120935,289503],[118171,291395],[118187,291610],[118107,291594],[118052,291418],[118110,291317],[126064,285013],[115730,296204],[122666,327611],[122622,327583],[122582,327550],[122790,327443],[122810,327643],[122796,327392],[122485,327587],[121026,332019],[120979,332005],[120931,331979],[121071,331807],[121165,332004],[121055,331749],[120863,332053],[124013,331269],[123967,331244],[123922,331207],[124114,331076],[124161,331289],[124111,331015],[123832,331262],[123848,330592],[123878,330832],[123785,330797],[123707,330586],[123773,330493],[118322,337333],[126020,34142],[123655,31071],[122593,34756],[123041,34748],[118106,35037],[115450,34229],[116389,29060],[115592,29381],[116157,28257],[119926,30070],[124522,74363],[117177,68795],[116009,97119],[117039,107239],[126516,112427],[120398,115161],[119619,112299],[122719,113987],[126783,112488],[127014,110239],[116572,108694],[115225,108950],[123076,105884],[123721,106685],[123759,107013],[122570,106229],[116468,117500]] \ No newline at end of file diff --git a/src/gathering/a11942.json b/src/gathering/a11942.json new file mode 100644 index 0000000..6935ed4 --- /dev/null +++ b/src/gathering/a11942.json @@ -0,0 +1 @@ +[[-124336,140376],[-120344,141142],[-117304,146222],[-121744,141181],[-121243,143809],[-121247,25998],[-119801,36838],[-116290,26734],[-121159,34856],[-120121,35337],[-120440,31259],[-125652,38409],[-122724,42601],[-118539,39610],[-125825,46676],[-123446,44250],[-123062,43596],[-122278,39796],[-122021,59765],[-120787,63896],[-126126,59285],[-122246,55809],[-121584,56237],[-117779,56339],[-117494,60614],[-120376,61894],[-118400,68428],[-115942,68959],[-117723,67583],[-126226,68919],[-124331,73037],[-125295,72252],[-122461,74242],[-120795,71305],[-124103,70205],[-124625,64408],[-117986,77014],[-119231,84359],[-118782,85826],[-118603,85044],[-117158,83684],[-115273,84047],[-116113,82301],[-127384,78103],[-124573,80833],[-120900,81629],[-120025,93322],[-117891,91000],[-116280,95697],[-120801,95435],[-117862,102474],[-119259,97066],[-117850,100975],[-127264,98340],[-127274,95720],[-126655,97318],[-121652,103645],[-118195,102689],[-133429,-139193],[-132101,-442977],[-132235,-442840],[-132162,-442975],[-132183,-443096],[-129909,232272],[-140269,62545],[-136134,64093],[-132086,61793],[-134870,75433],[-138586,74327],[-136255,74125],[-138821,67544],[-139952,67931],[-135250,65009],[-134163,65927],[-133638,69861],[-133820,68744],[-136467,71095],[-133534,70550],[-131180,73613],[-129610,75650],[-132197,68054],[-130092,66254],[-133871,71245],[-130320,70070],[-130094,66130],[-137820,89789],[-139028,82585],[-140693,79038],[-140633,78295],[-133352,77670],[-134125,77231],[-134710,78705],[-134339,78536],[-131077,96232],[-129752,96858],[-140163,117421],[-153291,149390],[-151708,149304],[-151706,152127],[-152373,76383],[-142535,76382],[-142937,76158],[-144973,64263],[-145516,69935],[-148717,85678],[-150814,88157],[-144341,84560],[-146247,87964],[-146963,87067],[-143749,85783],[-144419,80080],[-146321,101641],[-143485,90314],[-153349,101783],[-151996,97542],[-151171,97445],[-151255,98898],[-147014,102518],[-148848,100696],[-151917,102565],[-147341,94232],[-141539,90751],[-142968,95962],[-145955,91251],[-146993,102938],[-153570,104268],[-149585,104824],[-151150,104569],[-149138,105104],[-163680,136397],[-163722,133914],[-164470,133467],[-162661,134892],[-164038,135803],[-163902,150811],[-154401,147710],[-154882,148684],[-158490,153337],[-154715,150884],[-158884,151935],[-159991,153641],[-155037,155144],[-156048,154496],[-161814,158722],[-159773,160929],[-161841,160385],[-163046,157680],[-166206,162785],[-156285,154370],[-162189,154732],[-160402,155581],[-164345,155565],[-161900,154248],[-162196,53144],[-158941,62012],[-158208,63880],[-156739,62874],[-154521,61882],[-156189,61652],[-154211,59876],[-156189,59717],[-154625,76656],[-156708,67448],[-156311,65934],[-159795,69930],[-155592,64617],[-158902,66997],[-161717,65926],[-163061,89533],[-161801,87292],[-160095,85978],[-153985,88260],[-153745,82903],[-156008,80858],[-156901,80475],[-163512,101938],[-165936,102582],[-163602,101971],[-162419,101063],[-157284,98413],[-159727,95322],[-162344,95534],[-159621,93438],[-162560,90077],[-162761,90780],[-153654,90409],[-156090,97978],[-157023,102427],[-165114,105975],[-162768,104822],[-158596,103113],[-155339,105320],[-155280,105489],[-158946,105733],[-159706,105662],[-162568,124331],[-163062,119106],[-165022,120525],[-161431,116229],[-160054,116377],[-163250,116474],[-165524,123154],[-164311,123420],[-165741,121873],[-165002,122490],[-176133,132993],[-177197,134352],[-176812,132111],[-176541,137295],[-176056,130851],[-173797,131911],[-175187,130673],[-173854,131301],[-174250,129479],[-178429,143901],[-177088,145184],[-170670,152371],[-170108,152788],[-171682,152099],[-178895,151223],[-175603,153094],[-176415,153020],[-178890,153460],[-167924,154785],[-171424,155359],[-168365,157790],[-166848,159671],[-166611,159816],[-170163,162077],[-172297,155378],[-175688,156446],[-174021,154436],[-177442,155269],[-169559,157877],[-171328,159356],[-171176,158715],[-172942,158805],[-175047,157508],[-175122,62717],[-176319,61375],[-177846,66022],[-178128,70252],[-178053,68872],[-174167,70917],[-173917,71355],[-175385,66418],[-177649,67791],[-174963,69998],[-176037,74993],[-174710,78821],[-175758,83880],[-175443,79954],[-174645,83896],[-176840,79290],[-178098,87897],[-177105,93112],[-175967,92828],[-166607,100717],[-168819,115282],[-169870,114651],[-170438,114036],[-170268,115171],[-168093,103264],[-168561,105588],[-167631,105653],[-168022,104595],[-172770,127997],[-169521,127185],[-172569,122999],[-173989,125380],[-171850,123929],[-170417,122741],[-179011,122200],[-176074,121428],[-174343,119754],[-176670,115941],[-174772,118126],[-175703,117242],[-174572,118350],[-178470,125963],[-175418,124966],[-176963,127896],[-175669,127611],[-176303,124430],[-167213,121072],[-191997,-165022],[-181646,135677],[-185034,130873],[-186780,129798],[-187440,129174],[-181169,128670],[-179678,129786],[-190538,143273],[-191056,145434],[-191781,152241],[-185079,152420],[-182952,149682],[-188796,143263],[-188750,143462],[-187569,143926],[-187099,143790],[-180205,144689],[-179273,145239],[-180595,144181],[-183729,141753],[-186983,144789],[-190633,148876],[-188462,149253],[-189443,145928],[-179949,151845],[-190475,164784],[-189390,158720],[-188407,154973],[-180322,155739],[-183476,56673],[-185024,61260],[-185188,59940],[-184006,60706],[-189117,76425],[-187417,75954],[-184429,72803],[-182777,74861],[-186917,66916],[-187340,66249],[-180612,65200],[-184996,65389],[-180236,76341],[-179856,76618],[-189332,77303],[-190967,79782],[-182388,83687],[-180753,80947],[-183835,84175],[-180689,83931],[-183355,80484],[-184736,86891],[-186192,88553],[-187086,84512],[-191977,98118],[-179873,93582],[-184818,92754],[-186187,91121],[-184169,94483],[-186301,90260],[-185427,90517],[-188095,96413],[-191729,93418],[-188744,94253],[-189086,95394],[-186751,100370],[-184610,98437],[-187587,101705],[-185938,101669],[-183656,100625],[-189469,101967],[-188141,97530],[-187646,98917],[-191033,106007],[-191538,104546],[-190546,105453],[-187671,107437],[-182388,122721],[-180703,122924],[-186945,126824],[-188318,127801],[-183286,127386],[-183348,125449],[-182307,127972],[-182782,126526],[-179959,126189],[-196388,-158808],[-201966,140343],[-203684,140881],[-203854,146770],[-200752,150620],[-199695,152588],[-202824,147148],[-202694,148661],[-198843,142401],[-199253,142151],[-198917,141559],[-198741,147065],[-195716,148928],[-195696,146114],[-198565,145755],[-197664,149001],[-193935,142260],[-193330,151781],[-204630,149451],[-203193,151755],[-203694,46800],[-201491,48342],[-204548,58075],[-203123,58994],[-203764,86707],[-199900,81706],[-202741,83601],[-198877,82984],[-200709,85639],[-200308,88543],[-201904,85505],[-195938,85555],[-196884,88635],[-193834,86714],[-198716,88982],[-194646,85430],[-196713,82266],[-194504,81003],[-194552,81970],[-194477,78973],[-192327,81493],[-198811,93463],[-197112,94543],[-200833,92935],[-201889,95061],[-201726,90315],[-194524,101582],[-201372,105959],[-197696,104807],[-197608,105829],[-201895,104705],[-198833,103096],[-199894,110439],[-197551,110049],[-194319,104715],[-197405,114401],[-194966,113710],[-202130,115751],[-216103,129770],[-216838,131401],[-205481,130630],[-210807,133055],[-210254,134318],[-213343,134735],[-213376,133418],[-212098,137372],[-212658,140214],[-215094,139913],[-216480,137962],[-212667,141310],[-215332,142588],[-210626,144038],[-208149,141950],[-210403,150843],[-206841,148930],[-204806,142364],[-208049,151728],[-205757,149444],[-207118,149085],[-212732,35466],[-212210,38099],[-214656,41568],[-214220,46198],[-209882,49092],[-213841,43692],[-209882,43654],[-207212,44427],[-211054,52640],[-210071,52408],[-214860,52308],[-212463,73335],[-209828,69643],[-209882,89169],[-211154,85688],[-212801,88128],[-213619,88486],[-207956,89479],[-207702,87147],[-207591,89033],[-215844,78102],[-216418,83884],[-216984,80374],[-212857,96766],[-211219,100540],[-209844,96550],[-211722,100237],[-207804,90055],[-207172,92222],[-210106,90806],[-205131,89903],[-207403,89853],[-216524,107189],[-216255,104325],[-216894,104759],[-216974,104494],[-217504,104081],[-217552,127671],[-209193,126651],[-209727,125600],[-207551,121660],[-208231,120984],[-206592,118601],[-209735,121415],[-208101,122656],[-216563,118624],[-207118,125782],[-207747,128009],[-208089,124171],[-206559,123965],[-218343,134784],[-219146,132680],[-223202,131104],[-229027,129879],[-226198,129465],[-223941,129059],[-224063,129481],[-230305,30463],[-227129,30169],[-225354,29614],[-223416,30152],[-220725,26834],[-220280,29081],[-223016,31843],[-219103,35410],[-218074,34715],[-228266,34599],[-226672,38485],[-221419,42146],[-222417,41724],[-226955,45184],[-228177,43395],[-229043,48058],[-228509,48618],[-224232,49328],[-220088,83399],[-218368,86876],[-220407,82130],[-222383,82516],[-224788,82986],[-227366,85784],[-223910,77696],[-224728,83053],[-228669,98283],[-227469,100674],[-228401,97493],[-227666,98542],[-229119,101823],[-226706,101812],[-223135,100588],[-228448,102335],[-218378,115199],[-217664,104433],[-222520,103483],[-226838,104458],[-220647,121284],[-222475,126732],[-219367,125663],[-218699,120269],[-218423,121058],[-219187,116798],[-227480,127905],[-226830,121822],[-227624,121112],[-228973,120395],[-226723,122422],[-226594,126517],[-225616,123384],[-242433,132724],[-237883,129235],[-237652,130018],[-241008,136252],[-235207,128365],[-237728,131239],[-232569,129151],[-236224,28265],[-234878,27166],[-236662,29795],[-238210,26940],[-241337,26704],[-242612,26857],[-241849,31806],[-239539,29962],[-241716,30542],[-237052,29431],[-237593,31097],[-231572,32650],[-235611,34876],[-235948,36184],[-240473,38314],[-240261,37804],[-231751,34365],[-230700,36046],[-231492,37115],[-232551,38374],[-240655,42706],[-240645,42437],[-239859,45124],[-235737,39790],[-235948,39995],[-236182,41732],[-230847,44736],[-230693,40777],[-236366,48028],[-239503,46531],[-239533,48879],[-235539,48636],[-241408,50815],[-240777,52710],[-239453,51751],[-239525,54760],[-234481,59538],[-233898,87661],[-233254,87604],[-232260,89034],[-231643,84909],[-231692,84574],[-239499,89390],[-236666,87237],[-232902,84810],[-241712,90011],[-240122,91264],[-241170,96778],[-238753,97665],[-241835,101320],[-243169,112214],[-240422,126542],[-242522,126221],[-241255,125842],[-238137,126426],[-234083,127854],[-237335,126313],[-232746,119360],[-236370,121003],[-235290,122266],[-236571,120847],[-233371,122732],[-231057,126772],[-2729,-98391],[-2839,-98306],[-10392,35967],[-7255,34009],[-7102,32554],[-7254,32704],[-1989,51242],[-1031,51590],[-4606,62442],[-7253,56988],[-9425,61599],[-7418,64452],[-279,80493],[-62,80580],[-254591,129621],[-247667,129427],[-253444,131862],[-248861,129229],[-249116,133046],[-248845,132983],[-246107,133170],[-246699,134260],[-249721,32405],[-249533,31100],[-252471,29116],[-254024,32286],[-251873,26369],[-248394,29254],[-254132,29671],[-253532,27183],[-252370,34271],[-252917,35614],[-244454,28333],[-245656,98715],[-245337,97873],[-245369,92273],[-246529,94913],[-244635,92632],[-246719,102129],[-243788,100162],[-246028,109677],[-243822,108895],[-247113,110219],[-246802,111259],[-245268,110978],[-249453,112076],[-253473,127984],[-254129,122914],[-250856,123544],[-247861,125579],[-244010,125570],[-243266,125884],[-246868,115557],[-248559,117585],[-247606,117198],[-256911,-1976],[-256077,27372],[-258927,51121],[-264629,49624],[-265008,49161],[-267494,45025],[-264607,45509],[-263939,46044],[-263711,43452],[-264570,42459],[-263938,63302],[-267490,60203],[-268047,52945],[-261789,58423],[-259291,61169],[-259918,56610],[-256077,61959],[-261367,53021],[-267620,55772],[-268746,52539],[-257854,60730],[-268285,56132],[-260714,60442],[-257668,58843],[-266620,74696],[-268045,75839],[-265701,66391],[-266962,87089],[-267652,87617],[-268404,86284],[-266090,86074],[-265521,86038],[-263601,84087],[-263199,82056],[-264324,82091],[-265339,81149],[-265324,82274],[-264632,78353],[-265439,79799],[-264569,83813],[-268067,90479],[-266149,90641],[-264532,90064],[-258461,113724],[-257874,114657],[-262766,117410],[-260529,118767],[-256298,119826],[-260287,120221],[-256559,118893],[-273677,-183953],[-274293,-189316],[-274447,-189355],[-274565,-188415],[-275513,-188024],[-275690,-190120],[-275142,-190014],[-273108,-190413],[-272735,-189421],[-272621,-193069],[-273497,-192456],[-274094,-192924],[-274586,-195121],[-274471,-194766],[-275664,-194939],[-276471,-192636],[-271542,49533],[-271970,48272],[-272412,45067],[-275087,44360],[-277289,45394],[-273240,62445],[-270688,63900],[-272193,59937],[-270651,60275],[-272484,61279],[-273322,60970],[-273065,57884],[-273565,59027],[-270404,55856],[-269168,58738],[-271481,63750],[-274596,64185],[-271745,76808],[-271225,68229],[-272453,67218],[-274003,64967],[-269995,64354],[-274117,74156],[-270883,70855],[-273781,68317],[-271950,88502],[-274055,87867],[-271570,84205],[-272978,84165],[-272468,81743],[-274162,80581],[-273456,78556],[-274011,84570],[-272278,82511],[-273028,88834],[-277116,98871],[-275282,93531],[-276888,100227],[-274238,100971],[-279690,102087],[-273423,94117],[-272713,91056],[-274816,94030],[-270036,93554],[-279500,108804],[-275975,107149],[-281006,109520],[-278172,105664],[-284031,1063],[-284794,3094],[-289621,72031],[-288584,75825],[-284295,79605],[-291364,87077],[-291405,83250],[-291149,88457],[-291189,81364],[-288307,83707],[-292357,90700],[-288115,91550],[-289625,108878],[-287185,112152],[-283636,107722],[-283193,111819],[-292310,105766],[-283649,112275],[-284306,107908],[-282491,112157],[-284015,107237],[-307059,67085],[-307131,85374],[-304774,88882],[-306141,89339],[-305517,90012],[-299922,102414],[-299614,101994],[-302590,103730],[-303277,104050],[-295613,110699],[-295165,106129],[-318477,64016],[-318442,63752],[-316346,60412],[-310272,65073],[-313415,72248],[-317893,74952],[-319542,73066],[-314177,75704],[-313655,72725],[-315041,75939],[-316423,85060],[-317131,85975],[-319224,85135],[-319124,84404],[-311284,77553],[-313813,78752],[-312620,81279],[-313471,83150],[-308240,82352],[-308730,83786],[-308953,87379],[-310754,88008],[-316501,93085],[-313165,97464],[-309000,93600],[-311536,92988],[-314202,95769],[-315371,96924],[-308838,99321],[-311202,98513],[-313303,105202],[-310854,103367],[-309748,103081],[-326065,49234],[-329470,48000],[-326757,48521],[-330823,48466],[-327148,47953],[-329402,58088],[-326347,55285],[-327924,60373],[-322670,64094],[-325385,56152],[-328109,70714],[-323923,72191],[-323366,74021],[-323672,72782],[-322123,81585],[-328413,79028],[-329129,77589],[-320573,88283],[-328496,77826],[-322991,78922],[-322081,80087],[-325301,79555],[-323245,80080],[-324399,82456],[-321791,84177],[-320932,81916],[-323142,80481],[-321384,81046],[-326333,97125],[-326243,93642],[-320278,97951],[-322367,93028],[-324566,94771],[-325788,95301],[-320291,98911],[-320040,97432],[-333963,50431],[-335398,54403],[-335797,52643],[-334174,70315],[-338045,65445],[-336079,70645],[-339724,64444],[-340464,67008],[-339331,66424],[-339744,70537],[-339860,67860],[-335061,71413],[-334945,72492],[-338225,71178],[-338997,75877],[-339396,86903],[-355382,-548191],[-355087,-548629],[-355132,-548353],[-355464,-548941],[-355888,-548739],[-355806,-548368],[-347439,49813],[-353186,45002],[-20035,-337859],[-12952,61879],[-20331,76494],[-20562,76748],[-19960,76739],[-24423,88081],[-24575,87970],[-17602,88471],[-19693,85722],[-23264,86698],[-25021,87675],[-25277,91836],[-24472,90927],[-29375,-60494],[-30239,33583],[-30532,31337],[-33759,35157],[-30332,42801],[-28361,39029],[-37011,88545],[-33694,87709],[-36344,89708],[-27777,92044],[-37418,92672],[-32687,93158],[-577417,1763430],[-583702,1756679],[-584953,1757879],[-580095,1778036],[-577989,1770806],[-45195,-23517],[-43339,-37349],[-46661,-46290],[-49809,-43450],[-45003,-43630],[-46438,-53835],[-44656,11608],[-43729,6247],[-46567,5444],[-50530,12470],[-47685,18323],[-40203,46505],[-46291,57975],[-49009,76265],[-46100,87678],[-50152,82001],[-38782,91700],[-53124,-45723],[-54448,-46209],[-57158,-111823],[-56507,-112835],[-55166,-111254],[-55275,-111369],[-54936,-111075],[-54103,6067],[-62426,7846],[-56316,3839],[-53403,14816],[-53550,17840],[-63800,43872],[-63308,73791],[-55387,66868],[-54447,79377],[-59987,87116],[-55256,93783],[-55329,93690],[-73769,-134429],[-75424,-142003],[-75409,-145138],[-74155,-146382],[-75301,-40580],[-68419,-112927],[-68226,-113218],[-68486,-113064],[-66643,-113226],[-67895,-113851],[-66645,40031],[-64474,44057],[-64374,44096],[-80424,-144868],[-85643,-159447],[-82443,-31172],[-84102,-31354],[-83170,-41819],[-83085,-38886],[-78410,-38838],[-79158,-38525],[-86185,-50336],[-80682,-113410],[-85516,37758],[-86247,32255],[-86696,36018],[-85840,37494],[-82225,42436],[-87768,41298],[-79305,114206],[-78697,112553],[-83817,111253],[-80616,113016],[-88354,122877],[-87841,123179],[-84941,118022],[-88279,122744],[-83693,115410],[-91919,-147687],[-93780,-112012],[-95033,-108001],[-98891,23531],[-100800,24011],[-94930,23154],[-92845,24291],[-90851,24023],[-92160,35035],[-91772,38033],[-93382,34888],[-96499,38565],[-96858,26188],[-96699,30505],[-94320,33730],[-98392,29168],[-96148,31178],[-101990,37835],[-99361,37863],[-99907,34561],[-102221,35651],[-91534,32584],[-94806,26934],[-94867,26011],[-97982,28027],[-93919,39535],[-93146,41129],[-99552,45044],[-98398,49393],[-95597,45338],[-99072,46029],[-93118,51247],[-99410,41400],[-95007,42235],[-99696,44887],[-95160,39519],[-102058,40847],[-99400,58975],[-101951,91354],[-101056,102351],[-97467,102586],[-102040,98221],[-100144,92486],[-97221,102644],[-97500,111635],[-93052,112718],[-96978,105601],[-95892,108902],[-94135,109723],[-94523,105738],[-93547,108354],[-92138,107501],[-94295,105446],[-94899,121603],[-92319,121275],[-96142,126041],[-93264,120715],[-92435,123540],[-100851,126339],[-99708,119458],[-96699,122583],[-101447,118696],[-100430,125586],[-104343,-145778],[-102764,127969],[-111260,27172],[-113910,27077],[-105016,36678],[-111718,34565],[-109044,35532],[-102697,33330],[-107168,31632],[-108179,28908],[-108419,30192],[-109195,31006],[-110937,30704],[-109592,47485],[-112100,50632],[-110047,49705],[-114205,42526],[-104920,44641],[-107649,40216],[-107061,40945],[-114188,40033],[-111235,63634],[-107604,62123],[-109200,58206],[-103462,59533],[-103204,59231],[-103237,57323],[-106076,56230],[-106274,55782],[-114966,63900],[-107921,54180],[-106280,52003],[-109765,52924],[-114064,53639],[-113845,66148],[-109021,64876],[-112483,85934],[-111721,87834],[-108143,81855],[-109903,83099],[-111307,81942],[-106560,85988],[-110967,81830],[-106284,88646],[-106097,89635],[-112833,86770],[-105819,93643],[-104844,95475],[-109180,98639],[-111165,100094],[-105980,99087],[-103409,99668],[-105322,102322],[-104832,95540],[-105183,94068],[-105774,98127],[-109529,92889],[-112268,91463],[-108760,92763],[-111783,90633],[-105684,102652],[4374,136327],[8658,135605],[7109,141680],[12236,143706],[862,48791],[6061,58728],[7084,63854],[6579,63834],[2068,60000],[213,55804],[3126,53398],[11293,56183],[4012,74828],[2980,75817],[3194,74027],[771,74335],[5877,71924],[5838,72007],[5731,71871],[5688,71820],[5480,71763],[2446,72880],[2466,72784],[2474,72984],[6427,80192],[6302,80210],[6368,80176],[6494,80297],[6960,79588],[6388,80139],[6590,80123],[7980,79777],[7922,79684],[6201,80164],[6498,80123],[5524,81091],[6001,81040],[6169,81181],[5837,81235],[5875,81386],[5995,81163],[7654,79802],[81,80538],[133811,-37361],[137939,-32741],[139955,-37421],[129190,-32916],[133882,-28706],[130561,-27843],[130641,-28421],[139485,10935],[137611,53146],[137349,76953],[135196,78598],[130751,99527],[130390,89897],[133415,91042],[138173,106416],[132737,105064],[129604,115749],[144744,-35184],[146810,28677],[141815,45641],[142844,60228],[146020,57829],[144380,51461],[152266,75924],[141768,64461],[144129,85597],[143775,77517],[143027,82354],[144488,98352],[144081,90409],[146075,110558],[150403,113935],[143792,112169],[149496,110749],[144883,122861],[147868,115623],[150721,115428],[180847,80658],[180620,80704],[20568,-51581],[13365,144451],[15757,148387],[13789,147390],[24501,60676],[20281,57222],[23296,56307],[25275,59783],[23998,58170],[22798,58395],[23449,57183],[22743,60775],[15246,61204],[15392,61357],[14341,58211],[18936,59698],[14894,57501],[22957,63656],[19907,75342],[21214,74719],[19708,74689],[21091,74876],[19595,75317],[19802,75281],[14988,73761],[15279,74061],[15206,73274],[14859,73985],[15496,74189],[19217,70944],[19292,70984],[19823,71024],[13047,74439],[13243,74499],[13538,74609],[13586,74875],[13661,74706],[14841,75237],[13426,74558],[19457,79389],[19530,79270],[19657,79080],[23447,79764],[23381,77483],[21685,78867],[21358,81352],[21424,81772],[22046,79966],[15519,81674],[16489,80204],[15379,81816],[15696,82118],[25203,98737],[23301,106403],[25359,103128],[13679,115141],[19449,115379],[15160,115487],[25085,123459],[330440,609754],[332450,609664],[332147,607651],[329483,617639],[332140,619093],[340887,611393],[337203,611856],[334784,618955],[332983,619857],[336522,616567],[338417,617252],[354009,620820],[347602,621971],[347292,622232],[353721,620497],[32680,133753],[32138,139969],[36711,135539],[37283,131354],[35778,137594],[32855,151150],[29688,150916],[27926,146463],[34255,143574],[28647,141370],[36290,146542],[37310,144989],[36742,143594],[37122,144465],[32144,157355],[32308,155990],[30308,51039],[29984,50942],[29223,48765],[29514,48773],[37510,47578],[36097,45556],[36292,45583],[32206,47856],[35363,49089],[32874,59983],[31280,59983],[30706,56378],[32381,58179],[30888,53546],[28003,61202],[27546,61363],[29951,54523],[27592,58216],[28543,56507],[34418,58094],[37668,57433],[36831,53828],[37770,55113],[37335,55094],[36893,56586],[30649,63727],[33647,71766],[33142,70265],[37903,74732],[35195,70035],[31358,79347],[28083,82539],[28381,82626],[27167,99201],[28206,100587],[27675,100750],[28388,101976],[28298,101681],[28298,101681],[28298,101681],[28298,101681],[27906,98207],[35845,92475],[33544,111057],[34756,111398],[30464,109618],[29906,108905],[37282,113950],[32333,103990],[32913,103346],[34051,102695],[27290,119529],[46144,-129825],[46774,-129951],[43943,-280188],[46089,-304514],[38701,139034],[46028,128737],[42700,135505],[43068,136090],[42428,139146],[45915,149132],[45398,150325],[39515,142373],[40040,53701],[40756,55925],[40306,55874],[44065,59949],[42453,61695],[40635,85448],[41607,85052],[46464,82758],[45079,88229],[45560,96345],[43117,102238],[47334,109119],[43079,105842],[45962,107000],[48898,110193],[47195,112682],[46488,114907],[49889,112572],[40672,107524],[38512,108146],[45862,104565],[38690,106301],[40214,108269],[41992,103831],[41494,116550],[42433,118085],[63807,-14977],[63871,-13415],[53026,136281],[53637,137760],[51612,137299],[56733,142137],[59176,38953],[51415,83010],[55510,93834],[51408,96227],[53644,96844],[58984,90912],[54567,106121],[62597,113530],[62432,109864],[63916,106508],[62150,105043],[57666,127061],[60848,123102],[59732,126134],[54364,124409],[56773,122096],[61159,117399],[61958,118350],[61778,117710],[52513,125227],[73586,129651],[69590,132846],[66484,135766],[69549,133318],[72705,24436],[74811,17206],[66715,18105],[69943,31124],[67885,26759],[70538,31672],[76467,47195],[68709,44395],[73414,43965],[72908,50535],[73045,41803],[68426,59539],[74756,62849],[76162,62803],[67502,70504],[65791,66481],[74237,72874],[76597,73567],[69773,79570],[71649,82124],[69180,94263],[75237,95787],[74474,93867],[76414,93452],[74806,101396],[68392,115241],[64282,112400],[66028,110809],[65786,108540],[67858,107002],[71935,108295],[72799,107705],[66231,124798],[71806,126742],[77682,-6336],[83038,-7804],[89243,-5267],[78633,-9599],[79608,-8984],[79254,-15652],[86761,16378],[81743,18584],[82362,17725],[81004,17015],[84525,25857],[88197,26089],[81083,45815],[80057,42676],[80107,42235],[79842,41764],[88183,611430],[81898,604679],[80647,605879],[85505,626036],[87611,618806],[77401,72701],[77207,90090],[78984,90814],[87260,102134],[80544,101716],[85487,109920],[84354,113131],[80103,108297],[82548,105120],[83972,104297],[83878,103860],[99597,-4140],[102003,-3299],[93167,-11433],[93354,-15214],[93266,-15370],[99083,-99161],[101740,-97707],[100040,-107046],[102377,-107189],[101183,-108770],[98597,2134],[96774,3715],[98414,4222],[99665,4725],[100953,5966],[97603,10618],[96255,13596],[100703,13450],[100862,13008],[93159,18111],[91548,30743],[95225,29538],[92741,25863],[99835,33115],[100851,35161],[99503,32688],[93178,46243],[90093,44346],[92370,40081],[101966,54915],[96407,57082],[92922,76178],[97949,64818],[99524,75492],[99697,65123],[98990,83797],[98716,99878],[100776,101709],[100326,108270],[92213,112770],[109272,-6683],[108147,-8890],[104384,-97845],[102583,-96943],[106122,-100233],[108077,-100293],[110487,-105407],[106803,-104944],[114571,4637],[114540,5535],[112611,4855],[113972,8131],[108276,9255],[106446,10974],[109261,11195],[107534,6138],[105503,4976],[107746,5602],[108456,2198],[110025,2446],[105074,7565],[104512,10116],[102588,9366],[110461,19917],[103936,24978],[106943,36106],[108029,26614],[114941,29171],[109052,26413],[109169,27607],[108488,27245],[108151,36049],[108077,32787],[110658,38148],[111241,37363],[103107,48650],[110513,44094],[111406,102367],[103171,100154],[112692,114951],[106571,110558],[113681,109618],[111749,115340],[110313,115696],[116390,-12490],[119915,-10244],[116910,-9053],[121847,-16839],[124301,-18812],[125293,-24697],[120695,-18422],[123609,-95980],[125284,-96962],[117202,-94829],[116892,-94568],[123321,-96303],[118886,-92844],[118648,4227],[115267,30173],[115373,29588],[116427,36310],[125154,69553],[125122,89805],[115465,110297],[118996,115498]] \ No newline at end of file diff --git a/src/gathering/a11943.json b/src/gathering/a11943.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/a11943.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/a11956.json b/src/gathering/a11956.json new file mode 100644 index 0000000..1ad177a --- /dev/null +++ b/src/gathering/a11956.json @@ -0,0 +1 @@ +[[-132360,-516018],[-128620,-515112],[-278835,-671475],[-122403,-508624],[-122794,-511862],[-133116,-515552],[-130443,-514171],[-164475,-536085],[-165615,-539440],[-168646,-534109],[-174901,-547063],[-239856,-490225],[-241507,-513362],[-277285,-574484],[-280281,-657575],[-290460,-647914],[-294432,-645538],[-295204,-655765],[-317644,-545345],[-317960,-598626],[-322468,-561716],[-357767,-521166],[-88045,-580945],[-125407,-514303],[-116720,-558268],[-120722,-611393],[-123091,-652491],[-122867,-656975],[-116996,-660700],[-115743,-657805],[-115208,-660167],[-119397,-690929],[-132336,-519931],[-135144,-517913],[-133735,-519882],[-130240,-517876],[-134200,-545764],[-140420,-544745],[-139564,-540951],[-132994,-643564],[-134836,-646464],[-133441,-642240],[-137439,-645010],[-139280,-672357],[-135108,-673709],[-133198,-690938],[-133828,-685543],[-147910,-545029],[-142856,-542531],[-153349,-547570],[-147236,-567613],[-145293,-652228],[-144043,-652874],[-161687,-562882],[-157444,-554457],[-157970,-568949],[-163242,-579750],[-164854,-585130],[-166220,-629110],[-164394,-630325],[-163157,-636435],[-154467,-658635],[-175031,-546548],[-167337,-542010],[-170929,-548079],[-167629,-548124],[-171178,-542851],[-168142,-543483],[-168126,-561970],[-167289,-575111],[-172092,-580033],[-177749,-631434],[-167603,-629057],[-180819,-599719],[-189277,-599258],[-193171,-583869],[-194519,-596863],[-227903,-575594],[-218876,-583002],[-237299,-546175],[-249947,-566659],[-266401,-508803],[-275694,-543967],[-291751,-650677],[-283350,-668726],[-295046,-656976],[-313639,-604742],[-70618,-655031],[-72457,-663464],[-73807,-661275],[-64257,-672754],[-65949,-666398],[-87185,-714558],[-86505,-709206],[-87374,-710141],[-81705,-715936],[-93573,-660129],[-90591,-662074],[-96512,-663991],[-99242,-696526],[-104602,-638474],[-114385,-661392],[-102711,-663139],[-108335,-664309],[-108358,-663023],[-105572,-663780],[-108337,-661434],[-111309,-689649],[-109887,-685953],[-110581,-684080],[-107534,-701350],[-114254,-691437],[-124779,-512630],[-125087,-526365],[-130946,-519759],[-131845,-516506],[-134264,-518491],[-134559,-520640],[-129379,-517645],[-130490,-516685],[-128050,-524839],[-133957,-537375],[-164552,-535442],[-156545,-525914],[-174601,-530444],[-167988,-535623],[-166679,-533696],[-167988,-535623],[-172794,-543969],[-171887,-541594],[-167176,-542618],[-171320,-544034],[-167988,-535623],[-198869,-517208],[-200378,-600336],[-204073,-600341],[-230166,-517283],[-219572,-576075],[-232751,-480008],[-236829,-492770],[-239200,-523269],[-240558,-521594],[-240313,-603881],[-262052,-527845],[-259702,-537629],[-257984,-607229],[-271743,-520049],[-274391,-555414],[-290281,-664763],[-288476,-668014],[-296746,-654793],[-295800,-660835],[-314539,-524063],[-315965,-601526],[-311963,-620117],[-321961,-597718],[-363684,-524067]] \ No newline at end of file diff --git a/src/gathering/a11959.json b/src/gathering/a11959.json new file mode 100644 index 0000000..0b18dd4 --- /dev/null +++ b/src/gathering/a11959.json @@ -0,0 +1 @@ +[[-1269566,1521779],[-1269137,1522966],[-1267713,1526435],[-1268327,1525818],[-1268430,1524673],[-1270230,1524854],[-1276037,1532020],[-1276381,1528932],[-1273941,1527625],[-1267226,1524789],[-1273666,1527074],[-1277434,1523872],[-1276336,1524438],[-1276571,1524255],[-1272569,1527637],[-1277080,1526710],[-1277492,1527297],[-1292680,1522160],[-1285190,1519796],[-1288917,1520637],[-1285247,1521864],[-1291862,1517597],[-1285696,1520174],[-1286962,1519853],[-1288197,1522864],[-1286325,1521951],[-1288048,1523324],[-1291187,1519518],[-1288716,1518038],[-1284707,1522651],[-1282643,1521944],[-1289857,1518004],[-1286322,1520115],[-1288388,1522440],[-1281877,1522597],[-1281782,1519315],[-1280562,1523768],[-1289860,1528363],[-1289241,1532020],[-1288444,1528191],[-1288151,1524203],[-1288491,1531651],[-1284936,1533180],[-1284848,1534401],[-1280612,1548727],[-1281989,1540389],[-1281649,1540430],[-1282190,1541331],[-1293373,1518529],[-1293354,1519594],[-1293821,1518624],[-1293942,1519203],[-1342628,1252904],[-1342437,1248292],[-1343701,1251926],[-1342271,1244222],[-1341469,1251685],[-1342360,1247598],[-1341706,1250952],[-1343406,1244864],[-1340021,1258630],[-1339009,1265332],[-1338856,1266291],[-1343087,1263995],[-1340670,1258886],[-1338635,1265639],[-1342205,1264440],[-1338287,1273232],[-1342480,1274743],[-1338406,1275185],[-1340564,1269127],[-1342470,1269961],[-1341296,1268331],[-1342878,1268986],[-1355895,1289508],[-1356173,1286023],[-1356752,1297437],[-1355225,1294222],[-1354500,1293863],[-1355822,1239082],[-1344191,1250698],[-1344020,1245022],[-1349801,1244013],[-1352000,1243267],[-1355679,1247462],[-1351174,1249214],[-1350714,1251597],[-1344853,1248170],[-1346592,1246237],[-1344447,1244960],[-1349289,1243032],[-1353446,1242035],[-1356487,1241872],[-1355008,1242120],[-1356607,1242539],[-1354561,1248649],[-1352381,1248972],[-1351382,1253545],[-1347958,1259720],[-1345106,1259464],[-1345947,1255076],[-1348778,1258074],[-1345021,1263639],[-1348234,1257165],[-1345361,1257785],[-1345185,1255674],[-1350400,1257744],[-1346275,1264567],[-1344074,1275661],[-1356613,1278929],[-1356430,1275800],[-1355210,1272751],[-1353235,1270285],[-1354958,1274880],[-1354374,1269435],[-1363939,1292663],[-1357528,1285098],[-1359456,1283852],[-1360074,1287130],[-1363063,1289234],[-1360898,1284586],[-1359973,1285802],[-1362995,1290355],[-1367919,1293300],[-1361778,1295521],[-1359662,1293923],[-1359669,1295530],[-1357594,1294723],[-1366782,1295600],[-1362639,1294217],[-1361301,1294322],[-1359418,1293838],[-1359847,1297239],[-1356982,1298013],[-1356891,1294768],[-1357628,1239687],[-1359353,1235858],[-1363920,1234863],[-1365205,1233350],[-1365074,1239993],[-1360733,1237575],[-1358742,1235815],[-1362761,1235263],[-1366237,1233424],[-1367877,1236689],[-1369025,1239513],[-1364501,1239115],[-1368503,1241389],[-1356835,1241867],[-1358539,1246051],[-1367434,1242195],[-1358735,1246136],[-1356926,1247683],[-1357591,1276662],[-1357766,1277647],[-1357464,1274585],[-1370659,1286326],[-1370522,1287470],[-1372973,1292539],[-1369948,1285425],[-1381711,1282222],[-1380138,1290775],[-1374916,1294318],[-1376390,1293837],[-1378777,1293615],[-1369918,1237643],[-1372390,1237994],[-1373103,1240759],[-1375133,1240523],[-1370361,1237198],[-1374624,1239386],[-1375558,1241284],[-1377316,1243459],[-1377986,1242616],[-1375111,1244024],[-1375430,1246955],[-1378454,1248721],[-1381009,1248890],[-1377542,1242796],[-1377823,1244461],[-1376966,1244544],[-1375599,1247516],[-1378866,1247740],[-1380832,1249520],[-1389655,1282164],[-1387699,1286673],[-1385919,1282163],[-1384958,1280595],[-1384527,1285069],[-1384063,1288856],[-1385792,1285530],[-1386817,1281277],[-1384316,1281792],[-1385456,1285818],[-1384574,1289364],[-1383715,1250081],[-1385624,1247843],[-1388168,1251591],[-1386969,1253540],[-1390212,1248386],[-1383517,1250060],[-1384463,1247435],[-1386140,1251556],[-1387350,1253670],[-1389002,1248469],[-1385747,1256550],[-1392628,1256845],[-1392039,1260489],[-1393022,1266790],[-1395143,1266551],[-1392321,1261903],[-1384952,1255978],[-1393863,1255648],[-1390189,1261721],[-1392165,1266704],[-1391437,1261199],[-1394183,1268036],[-1388360,1271451],[-1387944,1268784],[-1388450,1278941],[-1385306,1277579],[-1390396,1277508],[-1392040,1277370],[-1391854,1277839],[-1392830,1268803],[-1390061,1273825],[-1387555,1278679],[-1389591,1279637],[-1392963,1276699],[-1390579,1279380],[-121558,-126430],[-120835,-124676],[-120111,-118709],[-121236,-120347],[-125015,-118386],[-127129,-124494],[-121061,-124969],[-120647,-126152],[-121565,-121462],[-122608,-120035],[-118961,-118411],[-125186,-126700],[-126373,-117137],[-126604,-120050],[-121778,-117862],[-120999,-116862],[-117862,-116176],[-118495,-116287],[-124599,-118798],[-124994,-118098],[-124645,-127092],[-127007,-123111],[-127227,-120908],[-127609,-116949],[-127635,-116666],[-124760,-115973],[-124629,-116319],[-124235,-115724],[-115655,-126696],[-117626,-126282],[-118168,-125554],[-118612,-122579],[-118496,-123625],[-116780,-121898],[-117411,-118679],[-116323,-119585],[-118990,-117894],[-116900,-124832],[-121867,-115416],[-120612,-118623],[-119874,-118442],[-119842,-116652],[-119641,-116029],[-120403,-116306],[-121166,-116710],[-120953,-117040],[-119006,-116086],[-119096,-118233],[-119698,-118801],[-120536,-118691],[-121473,-120294],[-121129,-121790],[-121754,-121857],[-122556,-120423],[-124350,-118980],[-120533,-123421],[-120300,-123992],[-121064,-124704],[-120447,-124489],[-121158,-126686],[-120217,-126974],[-124460,-127172],[-125757,-118350],[-125461,-119611],[-124292,-120785],[-124527,-120726],[-126846,-124625],[-126833,-121179],[-125752,-121338],[-126673,-119873],[-126538,-116929],[-120722,-116859],[-118153,-115984],[-118440,-115705],[-121677,-118062],[-121399,-117758],[-123649,-127104],[-127865,-123912],[-127997,-118156],[-127091,-121350],[-126569,-119536],[-127739,-119632],[-115961,-124988],[-127710,-116838],[-124180,-116259],[-124944,-115904],[-124704,-115630],[-115583,-126590],[-116984,-126187],[-118515,-125845],[-118676,-122196],[-116462,-120749],[-117157,-119511],[-116497,-118537],[-119093,-118163],[-118077,-123844],[-126509,-118076],[-127443,-119770],[-119711,-127741],[-127092,-117357],[-116230,-126810],[-117047,-126212],[-118674,-125026],[-116897,-124271],[-118269,-122318],[-118614,-123393],[-117236,-120655],[-116975,-119992],[-116322,-118142],[-115670,-119487],[-118530,-116768],[-117497,-124688],[-115817,-126093],[-116966,-125957],[-118532,-125789],[-118426,-122703],[-118698,-124036],[-117903,-121071],[-117446,-119294],[-116799,-119333],[-115311,-119256],[-119856,-116870],[-117836,-124726],[-125875,-140208],[-127934,-136909],[-126691,-136072],[-125864,-136086],[-117431,-139509],[-115324,-135343],[-122253,-134661],[-120563,-136417],[-122306,-136352],[-122124,-136679],[-122816,-135754],[-122638,-134286],[-117544,-134819],[-118364,-134600],[-119653,-134260],[-116313,-135121],[-116794,-129618],[-118173,-128852],[-118412,-129188],[-116946,-129124],[-116388,-129553],[-121166,-130423],[-120642,-130333],[-124407,-128979],[-119693,-127851],[-120169,-128084],[-119592,-128449],[-118790,-128878],[-119967,-128485],[-125852,-129673],[-126962,-129631],[-126667,-128407],[-122245,-132778],[-122672,-133790],[-115854,-132902],[-116243,-132563],[-116705,-132770],[-117289,-130643],[-116968,-130813],[-117015,-131131],[-118759,-132744],[-121200,-138769],[-127942,-134706],[-119394,-136334],[-118275,-135736],[-119802,-139083],[-116123,-138729],[-116457,-140584],[-119500,-131075],[-121051,-130289],[-122035,-129307],[-120515,-130203],[-122130,-128061],[-124988,-132451],[-122211,-130052],[-124853,-130541],[-124873,-129130],[-116507,-136277],[-115795,-139986],[-123816,-140493],[-127596,-137062],[-118932,-139812],[-119098,-140015],[-119486,-139052],[-117387,-139837],[-116992,-138879],[-120798,-137193],[-120822,-134907],[-127248,-134679],[-124199,-134511],[-125292,-133995],[-118004,-135265],[-117406,-129554],[-120945,-131079],[-124763,-131592],[-125168,-131580],[-124119,-129110],[-124091,-128884],[-124998,-128185],[-122331,-133198],[-122136,-134094],[-119204,-132625],[-118416,-132312],[-120545,-133063],[-121013,-140098],[-120160,-139216],[-120930,-128528],[-120915,-128038],[-124784,-131666],[-122665,-133192],[-118084,-136906],[-116989,-136994],[-116351,-139833],[-121006,-129193],[-127614,-136911],[-117771,-129102],[-121047,-130682],[-120580,-130934],[-120164,-138031],[-119329,-136358],[-125201,-132232],[-124248,-132424],[-124763,-133602],[-127100,-128455],[-117186,-138615],[-120645,-136275],[-121252,-134575],[-125002,-134050],[-118286,-134938],[-116764,-135094],[-117127,-129476],[-124826,-128777],[-124955,-131328],[-120149,-128291],[-121493,-129399],[-118700,-129460],[-124680,-128170],[-123855,-130334],[-122495,-132813],[-121349,-130930],[-116295,-132807],[-116778,-130857],[-116737,-136399],[-115203,-137460],[-123567,-132881],[-124926,-131514],[-125663,-130553],[-122340,-132888],[-123575,-131981],[-122093,-128075],[-126742,-128528],[-117355,-137174],[-115859,-140430],[-116128,-136784],[-121212,-132399],[-120317,-132877],[-124756,-129349],[-127385,-130779],[-119677,-132988],[-123283,-132336],[-117560,-137424],[-116397,-136242],[-125842,-148539],[-123253,-142066],[-117847,-149702],[-117784,-149268],[-115697,-142330],[-115983,-141699],[-116184,-144581],[-115572,-145453],[-117771,-143091],[-117444,-143700],[-117940,-142130],[-118058,-142291],[-118932,-147824],[-126438,-143400],[-127086,-142677],[-127300,-145257],[-126617,-144540],[-121513,-145119],[-122621,-141513],[-127738,-146969],[-117193,-150807],[-115383,-150875],[-116951,-151782],[-118140,-153190],[-118909,-152237],[-118467,-141206],[-124773,-142351],[-124873,-140957],[-122768,-141077],[-124383,-148724],[-121595,-149803],[-123571,-140775],[-115209,-144324],[-115291,-145719],[-115858,-142330],[-116541,-144607],[-120072,-147350],[-119254,-145971],[-125978,-143495],[-127205,-144411],[-121729,-145221],[-127153,-141708],[-124445,-148241],[-122534,-146649],[-121119,-152248],[-116813,-151022],[-118957,-152060],[-119123,-153269],[-123062,-153398],[-127996,-153155],[-124535,-142399],[-122922,-141710],[-117847,-149491],[-117271,-142148],[-119885,-144854],[-127265,-145384],[-122573,-151096],[-121843,-153054],[-127192,-149182],[-123848,-150229],[-124766,-150253],[-123542,-150441],[-126040,-148892],[-126531,-148837],[-126920,-149196],[-127269,-149535],[-121665,-151505],[-122636,-151622],[-122806,-151423],[-119306,-149884],[-119300,-149521],[-117437,-142266],[-119050,-145911],[-119807,-145810],[-119850,-145185],[-120381,-147337],[-120182,-146400],[-120344,-149971],[-121233,-145060],[-127371,-144491],[-126986,-144212],[-127371,-142765],[-126974,-145254],[-123952,-144098],[-123034,-144038],[-124353,-145624],[-125987,-142183],[-127430,-141721],[-120580,-152921],[-120384,-152494],[-117250,-153396],[-116708,-150768],[-127435,-152533],[-125347,-141593],[-118280,-140782],[-115897,-140942],[-118022,-149647],[-116329,-140919],[-119699,-153855],[-120945,-156032],[-121250,-156079],[-121951,-157253],[-118181,-153623],[-118204,-154739],[-119522,-154094],[-116590,-155019],[-117420,-154999],[-121807,-157457],[-122391,-157246],[-121214,-156129],[-115446,-158456],[-118333,-158493],[-125520,-154831],[-116644,-153613],[-119892,-153820],[-120246,-156041],[-120646,-154059],[-118388,-154123],[-116256,-155224],[-115806,-155033],[-117241,-154939],[-117105,-155464],[-121357,-156982],[-120376,-157924],[-118300,-156587],[-118117,-158618],[-118570,-158558],[-115891,-158876],[-124233,-175803],[-117876,-177329],[-117540,-176300],[-117424,-176020],[-116760,-174438],[-115980,-175047],[-115932,-175177],[-121603,-177383],[-121627,-177157],[-126039,-177958],[-127224,-175856],[-127615,-175519],[-127438,-174014],[-124180,-178903],[-123843,-178666],[-125292,-177969],[-124262,-175947],[-124948,-174728],[-125173,-171924],[-124023,-178476],[-123784,-176980],[-123087,-175623],[-123398,-176019],[-123998,-176955],[-124527,-176161],[-124663,-175853],[-123664,-173678],[-122836,-174030],[-123233,-174077],[-127547,-171797],[-125941,-173706],[-126784,-173338],[-116186,-167013],[-115513,-167662],[-117723,-167863],[-115282,-170254],[-118125,-178782],[-117662,-175409],[-124132,-176439],[-125162,-174579],[-123307,-178174],[-123174,-178612],[-122722,-176652],[-123656,-176370],[-123787,-176188],[-124691,-176759],[-125369,-177166],[-124277,-177025],[-122988,-174220],[-123565,-174470],[-123030,-174402],[-127003,-173362],[-126853,-173915],[-126715,-172629],[-117477,-167205],[-115551,-166486],[-115531,-167655],[-115479,-168130],[-115386,-169302],[-116949,-174576],[-116659,-174647],[-124012,-178982],[-127759,-178582],[-124147,-176141],[-124729,-174449],[-127469,-176052],[-126839,-177191],[-125501,-171806],[-125613,-178078],[-123964,-176233],[-126363,-172037],[-126264,-175047],[-123662,-176249],[-122928,-174973],[-123771,-177097],[-120854,-179785],[-121964,-179513],[-121999,-179687],[-126384,-181341],[-126207,-180853],[-126061,-180605],[-123163,-181399],[-123465,-181200],[-123273,-182711],[-123142,-182925],[-123683,-183916],[-121845,-184333],[-122804,-184596],[-127642,-183732],[-127357,-183218],[-126934,-179861],[-127702,-181327],[-118313,-189892],[-117100,-188276],[-125135,-184599],[-124567,-185011],[-125107,-183974],[-127090,-182480],[-126038,-182745],[-126707,-183466],[-125666,-182083],[-125562,-182833],[-125352,-182048],[-125279,-181108],[-125400,-180573],[-123850,-179622],[-124082,-179629],[-121007,-185080],[-121236,-184777],[-118633,-190108],[-117513,-189974],[-122091,-191519],[-116534,-188452],[-119726,-188388],[-124739,-184831],[-125155,-184027],[-125381,-184340],[-126063,-183873],[-126097,-183608],[-126305,-183659],[-125140,-182728],[-124156,-182497],[-124945,-182597],[-124885,-181301],[-125313,-181443],[-124818,-181370],[-124025,-179706],[-126176,-181367],[-127102,-179699],[-127996,-179297],[-126479,-184992],[-125440,-191487],[-125945,-191711],[-126719,-190950],[-120593,-190268],[-124700,-188278],[-117819,-188204],[-115423,-189157],[-123094,-183111],[-121489,-184608],[-122037,-184452],[-123165,-182739],[-122284,-179464],[-122812,-185901],[-119784,-187465],[-121314,-187866],[-120842,-187952],[-123542,-201457],[-122059,-203222],[-124188,-198621],[-126282,-194843],[-127308,-199956],[-125979,-200864],[-126286,-201736],[-127817,-200523],[-127849,-200847],[-123247,-201482],[-123219,-201276],[-122362,-203258],[-127284,-195474],[-121965,-196016],[-120153,-194883],[-119304,-196064],[-118682,-196345],[-118764,-194462],[-121307,-197345],[-116641,-195870],[-117524,-195677],[-116413,-195352],[-120857,-191934],[-115941,-200951],[-116932,-201204],[-127123,-200151],[-126143,-200587],[-127088,-201075],[-127145,-201712],[-125762,-201802],[-125123,-201114],[-123884,-203035],[-123578,-203171],[-127025,-199717],[-127220,-198958],[-127272,-201215],[-127479,-201406],[-127939,-197573],[-127928,-197621],[-127883,-198106],[-126337,-199547],[-125379,-195204],[-127312,-200510],[-126285,-200840],[-126388,-201554],[-127191,-199942],[-127504,-201078],[-123218,-201016],[-122186,-203019],[-123467,-201287],[-123380,-201046],[-121383,-200593],[-121479,-199993],[-121617,-200250],[-122041,-200510],[-126403,-199980],[-126086,-199209],[-126371,-199819],[-125632,-192550],[-124336,-195663],[-117926,-197075],[-117727,-195852],[-118900,-196092],[-118628,-195932],[-118862,-194638],[-124619,-199489],[-127005,-194409],[-127029,-195795],[-127613,-200189],[-126033,-200786],[-126375,-201806],[-120597,-201765],[-120466,-202610],[-121065,-200954],[-118010,-204572],[-123961,-203699],[-123518,-203829],[-126533,-200087],[-126514,-199780],[-118916,-194970],[-119572,-195179],[-121053,-191949],[-120280,-197933],[-117547,-199324],[-116598,-200673],[-127086,-200165],[-126715,-200224],[-126997,-202299],[-125662,-201762],[-127341,-198558],[-127731,-201531],[-123382,-198902],[-124705,-194868],[-126341,-196080],[-127551,-199946],[-125988,-200816],[-126473,-201906],[-121643,-202081],[-121104,-202342],[-121030,-201686],[-116100,-203166],[-116075,-203767],[-117170,-204493],[-115518,-203515],[-123405,-199638],[-124368,-199488],[-124498,-202467],[-127688,-195358],[-126834,-199928],[-124835,-201204],[-127173,-195400],[-123446,-200164],[-126245,-199127],[-115413,-216018],[-116765,-216584],[-116911,-215007],[-115252,-217256],[-115700,-208396],[-116400,-208763],[-115593,-207080],[-117126,-207300],[-117309,-208804],[-118045,-209970],[-119949,-209769],[-120319,-210773],[-118713,-211292],[-121415,-212578],[-122300,-212192],[-123346,-213279],[-122656,-214752],[-123916,-215265],[-124917,-214634],[-125286,-213651],[-125514,-209687],[-126664,-211666],[-127809,-211899],[-127963,-212426],[-127282,-210309],[-115894,-216596],[-125235,-216553],[-124887,-209099],[-122168,-212197],[-121073,-208455],[-115300,-207143],[-116545,-206844],[-118347,-206656],[-118923,-206817],[-118754,-207519],[-119907,-207708],[-119683,-207151],[-120416,-207116],[-116690,-211219],[-117359,-209907],[-117972,-210631],[-119301,-215538],[-117122,-204951],[-116968,-205138],[-123197,-209014],[-122241,-208772],[-122315,-209932],[-124087,-209808],[-115492,-216259],[-127582,-214747],[-126678,-212737],[-120484,-213234],[-119406,-213059],[-116535,-212413],[-116161,-211750],[-122434,-211372],[-121630,-216813],[-117122,-206643],[-122474,-207701],[-127791,-214793],[-126986,-212739],[-125363,-211523],[-127265,-211999],[-125504,-213387],[-125481,-214606],[-123553,-215591],[-124288,-216489],[-125142,-215864],[-124782,-215678],[-122936,-215176],[-121929,-215190],[-122006,-214703],[-121218,-213624],[-120331,-212817],[-121701,-212206],[-118172,-211628],[-116232,-209887],[-117177,-210828],[-117928,-210516],[-118986,-211094],[-117957,-210916],[-116348,-207443],[-117444,-207339],[-117076,-208147],[-116622,-207865],[-116774,-207548],[-115522,-216076],[-115276,-216862],[-116146,-215049],[-117412,-215188],[-118228,-215412],[-117582,-215601],[-115218,-213599],[-117681,-206592],[-118873,-207545],[-125751,-211891],[-125410,-213230],[-125373,-215583],[-115330,-213691],[-119087,-212230],[-119355,-214978],[-116319,-210876],[-121402,-211214],[-116535,-208083],[-126120,-215557],[-125551,-217123],[-115281,-214183],[-117535,-215649],[-115804,-214117],[-122902,-214932],[-118702,-212652],[-118247,-205283],[-117529,-205206],[-123066,-208613],[-121992,-208954],[-121855,-209492],[-124007,-210333],[-116034,-204871],[-115591,-205018],[-123129,-209103],[-121890,-208984],[-122699,-210025],[-124475,-209984],[-122978,-209090],[-122676,-208465],[-121983,-210025],[-124732,-210054],[-127892,-228131],[-115301,-220642],[-115741,-220086],[-116606,-219918],[-117193,-220476],[-116592,-221306],[-118336,-221745],[-117736,-222365],[-118421,-222739],[-117398,-222468],[-118138,-223293],[-119001,-223904],[-123640,-222106],[-124756,-222800],[-125490,-222755],[-126925,-222174],[-124707,-229793],[-125050,-229363],[-125257,-229900],[-122414,-227622],[-122370,-226803],[-121666,-226476],[-120882,-226175],[-122512,-225408],[-123267,-225821],[-123708,-226343],[-119062,-224372],[-118999,-224880],[-118856,-225506],[-116843,-224582],[-118599,-226985],[-119043,-227884],[-118464,-227989],[-123805,-218883],[-124340,-219233],[-115568,-219762],[-118309,-226909],[-118351,-224848],[-122675,-218222],[-121076,-219026],[-120764,-218836],[-118877,-220164],[-124403,-228650],[-124498,-229702],[-125250,-228423],[-126186,-226394],[-125868,-223989],[-126763,-223351],[-126936,-222028],[-123434,-222232],[-117726,-222401],[-118538,-222284],[-118060,-221573],[-117628,-221402],[-116756,-220964],[-116217,-219732],[-117445,-220400],[-123005,-223205],[-125847,-224703],[-122476,-226287],[-122334,-223330],[-119770,-224025],[-119241,-224785],[-121031,-221932],[-117369,-217949],[-120211,-218747],[-126476,-217621],[-126397,-223620],[-126981,-221046],[-118249,-227594],[-123186,-218193],[-120637,-218363],[-119286,-220721],[-122398,-227884],[-120685,-226337],[-125086,-228106],[-124665,-228756],[-126020,-226629],[-125679,-225399],[-125779,-224782],[-125171,-223403],[-124657,-223045],[-124722,-222730],[-123654,-221452],[-116139,-218004],[-117292,-220290],[-118071,-219675],[-117851,-220935],[-118377,-220717],[-118637,-222241],[-119166,-223073],[-117629,-223981],[-117008,-222633],[-115474,-222432],[-116889,-222133],[-119000,-223826],[-122666,-225843],[-118810,-226458],[-120001,-226930],[-121219,-228730],[-121718,-228789],[-120453,-229366],[-125086,-217808],[-124175,-225398],[-124025,-221222],[-118663,-227342],[-124259,-229248],[-115832,-220427],[-117369,-224627],[-115388,-217439],[-126831,-222367],[-121930,-221876],[-123439,-226733],[-120293,-229199],[-124629,-227837],[-122362,-226468],[-120006,-222772],[-117212,-225439],[-119940,-223913],[-122395,-222600],[-117470,-219455],[-115533,-221089],[-119464,-218493],[-119182,-219359],[-118315,-221101],[-126404,-220614],[-127135,-221303],[-126097,-223753],[-120888,-229214],[-119561,-223772],[-120469,-226357],[-121495,-226405],[-119392,-217984],[-116622,-218612],[-120476,-223821],[-118726,-224830],[-124198,-219467],[-123226,-223248],[-123199,-218354],[-120239,-219067],[-120046,-218900],[-118744,-220612],[-124346,-229007],[-125580,-227970],[-122036,-225892],[-118887,-224314],[-123797,-222408],[-125911,-222891],[-125483,-225408],[-126590,-223414],[-121570,-227245],[-123157,-229589],[-121157,-225091],[-120503,-223549],[-117747,-220390],[-118140,-225099],[-116883,-218329],[-127309,-217795],[-124755,-225320],[-119766,-229423],[-120061,-229522],[-123277,-217813],[-120587,-218986],[-120677,-218836],[-118916,-220372],[-127696,-234133],[-123537,-231420],[-124572,-230636],[-121511,-231223],[-115435,-235035],[-119668,-232862],[-118168,-238867],[-119997,-236457],[-127180,-238110],[-117900,-239928],[-115620,-240688],[-126968,-240459],[-122235,-232070],[-120649,-231938],[-121147,-232327],[-120258,-232644],[-121969,-234951],[-123164,-237292],[-123977,-238952],[-117278,-236701],[-117555,-237952],[-117192,-237864],[-116818,-238044],[-118266,-239086],[-118262,-238903],[-117143,-240966],[-117160,-241394],[-124486,-230902],[-123432,-230858],[-124994,-239527],[-125494,-239677],[-126246,-240303],[-124467,-240139],[-124652,-239117],[-124903,-238801],[-123106,-238461],[-122125,-238119],[-123542,-232312],[-121158,-233693],[-121766,-234303],[-121462,-235256],[-122331,-235550],[-121242,-231761],[-118683,-231934],[-119327,-232803],[-115260,-231679],[-117928,-233412],[-120311,-237217],[-117464,-236493],[-122026,-234243],[-120873,-237827],[-126145,-242132],[-123371,-238901],[-119013,-242048],[-117769,-241610],[-117161,-237586],[-115638,-237799],[-121104,-233159],[-119775,-233056],[-118086,-232958],[-121933,-242530],[-115662,-242938],[-115218,-235974],[-116514,-231424],[-123640,-239154],[-122376,-238890],[-121865,-238804],[-123193,-238748],[-121665,-238555],[-118467,-241588],[-120625,-238486],[-121015,-241908],[-127595,-2297],[-127700,-1829],[-118338,-11549],[-118692,-12282],[-115966,-12493],[-115935,-7536],[-116469,-9077],[-119502,-9311],[-118570,-10160],[-124290,-8979],[-121102,-8290],[-125504,-481],[-126951,-3392],[-127641,-12463],[-127685,-1468],[-125688,-2922],[-124683,-7766],[-119938,-12458],[-120381,-11893],[-116858,-920],[-126293,-11420],[-117043,-3608],[-116192,-4861],[-117990,-12498],[-118342,-11587],[-118509,-12040],[-115944,-7469],[-116282,-8435],[-119541,-9116],[-118831,-9875],[-123933,-9107],[-120859,-8780],[-126242,-209],[-127168,-3347],[-127139,-2220],[-127970,-12059],[-127922,-6561],[-127844,-2457],[-119130,-12283],[-118888,-12113],[-118444,-12317],[-116130,-7970],[-116567,-8508],[-119387,-9196],[-118481,-10126],[-123922,-9369],[-121105,-8479],[-125833,-734],[-127291,-1874],[-126825,-2446],[-127643,-11738],[-127939,-12582],[-127673,-925],[-124383,-5531],[-120908,-9521],[-123053,-6929],[-117941,-6834],[-115894,-1308],[-124091,-10080],[-124246,-11624],[-124282,-10713],[-124239,-10436],[-116894,-2205],[-116985,-2344],[-117682,-1470],[-115596,-6914],[-116705,-5769],[-117240,-5135],[-124589,-3812],[-126158,-3313],[-124610,-2278],[-124708,-2112],[-119116,-161],[-118551,-12483],[-118813,-12357],[-115877,-7603],[-115950,-8503],[-119921,-8974],[-118622,-10396],[-123756,-9358],[-120690,-8625],[-125793,-530],[-126680,-2464],[-127646,-2410],[-127989,-11922],[-127363,-8484],[-124663,-11072],[-117986,-3491],[-117823,-2616],[-117235,-7195],[-127740,-8813],[-117007,-3707],[-116267,-5223],[-115799,-247189],[-117716,-248728],[-118295,-254868],[-117145,-251506],[-118321,-253467],[-116175,-246049],[-118612,-254746],[-118669,-253717],[-115747,-246274],[-119063,-243468],[-117197,-245503],[-120041,-247605],[-126264,-253388],[-121915,-244204],[-125721,-244002],[-116234,-245769],[-117167,-245113],[-118967,-247983],[-117376,-246444],[-121534,-252684],[-121246,-255576],[-120990,-254751],[-123210,-254461],[-125280,-254806],[-124099,-251581],[-123921,-251565],[-121289,-243097],[-122346,-245057],[-120543,-243409],[-121661,-249285],[-122268,-247337],[-120749,-251305],[-123754,-248360],[-126063,-248074],[-125376,-249156],[-126196,-247441],[-118193,-244457],[-121309,-247187],[-121227,-245751],[-123530,-246859],[-124117,-248968],[-123283,-248164],[-120609,-246677],[-119210,-248134],[-118934,-247953],[-124230,-255653],[-124867,-251644],[-123719,-255122],[-122179,-244253],[-120610,-248419],[-122314,-249071],[-119198,-247738],[-119326,-252053],[-124101,-255744],[-122894,-252357],[-120214,-248557],[-122990,-243446],[-123919,-248732],[-123005,-248517],[-125159,-247468],[-124085,-249396],[-123028,-248953],[-122889,-263845],[-119550,-260182],[-119579,-261681],[-120967,-263727],[-123175,-264277],[-117614,-257465],[-119902,-260665],[-119317,-261606],[-122028,-262765],[-116606,-256413],[-117208,-258583],[-119491,-259760],[-121933,-262841],[-122725,-264815],[-127330,-259213],[-123930,-257318],[-122662,-257329],[-125000,-258129],[-120746,-255825],[-127114,-260386],[-125014,-258749],[-127507,-259613],[-126118,-262921],[-126636,-259564],[-122378,-255834],[-126235,-266739],[-120856,-256878],[-124607,-260936],[-124584,-256391],[-127637,-261035],[-126233,-266661],[-124875,-265629],[-125082,-275934],[-122718,-275848],[-126869,-276274],[-125433,-280484],[-126200,-276838],[-125724,-276570],[-126882,-274523],[-121988,-275597],[-122796,-275228],[-125641,-279652],[-123369,-275802],[-125591,-280474],[-122895,-278830],[-123612,-278986],[-123236,-280316],[-127437,-281413],[-119466,-285641],[-126906,-19334],[-127953,-19801],[-124700,-15803],[-127219,-17142],[-127800,-17252],[-121195,-13833],[-124910,-14924],[-119161,-12744],[-116084,-14164],[-115606,-13244],[-118114,-16357],[-118642,-17024],[-116878,-17127],[-115457,-18210],[-116160,-19328],[-117004,-19681],[-124836,-17321],[-127303,-13064],[-127542,-13163],[-127553,-14137],[-118239,-13139],[-116188,-14075],[-118292,-17060],[-118908,-16162],[-117476,-16726],[-115551,-17882],[-115975,-19178],[-124919,-17323],[-127815,-13902],[-127179,-14725],[-120806,-13222],[-123458,-12978],[-121983,-14407],[-122011,-14105],[-127348,-19641],[-123372,-16887],[-123421,-15182],[-122282,-18052],[-123347,-15816],[-126632,-17275],[-125551,-14419],[-126214,-17605],[-118696,-13206],[-116185,-14151],[-116016,-12854],[-118069,-16706],[-119153,-16697],[-117467,-17101],[-115912,-18364],[-116343,-19387],[-117099,-19661],[-125164,-16576],[-127371,-12641],[-127535,-13060],[-127315,-14124],[-116077,-14213],[-116150,-13395],[-118409,-17266],[-119179,-16936],[-116745,-17275],[-116139,-18579],[-116173,-19249],[-124946,-16496],[-127297,-14662],[-123374,-14632],[-127176,-19343],[-123229,-16658],[-126423,-16699],[-122314,-467849],[-122494,-467733],[-122821,-467731],[-124154,-467212],[-120336,-31874],[-121095,-31795],[-121399,-32094],[-122350,-36570],[-121514,-35557],[-118394,-28596],[-119320,-29722],[-119066,-28874],[-121343,-34920],[-118196,-31349],[-121175,-32035],[-117231,-33618],[-117612,-34362],[-116649,-35692],[-117216,-37702],[-118328,-31886],[-117842,-30858],[-122748,-36807],[-118379,-28620],[-118402,-29198],[-120468,-34582],[-118948,-32122],[-121529,-35552],[-117748,-28320],[-119155,-28802],[-121198,-34901],[-121962,-33259],[-117962,-31521],[-118101,-32117],[-118646,-29191],[-120933,-34858],[-122133,-32920],[-116804,-572004],[-116272,-570830],[-117770,-572259],[-117448,-571371],[-117240,-571493],[-115479,-39986],[-116614,-40173],[-115902,-42179],[-116466,-42125],[-117726,-43077],[-116686,-48176],[-117285,-47935],[-116951,-48567],[-120241,-50163],[-121560,-49212],[-121780,-47162],[-126591,-46854],[-126064,-47699],[-124292,-47138],[-124070,-46010],[-124013,-48837],[-123860,-49720],[-125384,-49327],[-125172,-49446],[-127726,-47277],[-115431,-40587],[-115914,-39485],[-124264,-46316],[-125980,-47512],[-120220,-49984],[-119116,-50987],[-117030,-47601],[-123972,-50488],[-123071,-48702],[-127082,-46394],[-124792,-42078],[-123942,-40881],[-123327,-39343],[-122120,-38390],[-126140,-40293],[-125988,-43255],[-125181,-42109],[-127179,-43860],[-124162,-39669],[-123044,-38743],[-117024,-39970],[-117625,-40178],[-124980,-42018],[-124280,-41490],[-123716,-38836],[-122486,-38681],[-126540,-39687],[-126435,-43426],[-125089,-42601],[-127712,-43852],[-123753,-40300],[-122765,-38611],[-120385,-41589],[-120337,-39683],[-116459,-39625],[-125471,-41245],[-123845,-40899],[-122597,-38320],[-126094,-39626],[-125911,-42740],[-125784,-41925],[-127937,-43909],[-123830,-40077],[-122594,-38447],[-124929,-42103],[-123950,-41508],[-123304,-39291],[-122228,-38214],[-125953,-40035],[-126401,-43047],[-125506,-42664],[-127440,-43524],[-124062,-39989],[-123348,-38442],[-116718,-39801],[-123026,-60607],[-123358,-60920],[-121563,-63122],[-125472,-55700],[-118988,-62829],[-121908,-62930],[-122937,-59985],[-116659,-52556],[-117215,-52693],[-119546,-59203],[-118549,-59437],[-117792,-58538],[-118602,-59526],[-125494,-54126],[-125902,-55145],[-126914,-55305],[-126754,-54853],[-123876,-55014],[-115710,-53519],[-115253,-53198],[-118503,-58752],[-122158,-57289],[-119508,-58911],[-121180,-56362],[-121252,-51619],[-120876,-51524],[-121697,-63098],[-115731,-53216],[-118858,-52518],[-117055,-59069],[-117499,-58595],[-118850,-58290],[-120584,-59184],[-117675,-59417],[-119002,-58626],[-118920,-58669],[-126745,-54442],[-124802,-55901],[-125544,-55809],[-122348,-55504],[-122595,-56017],[-120380,-58104],[-116855,-53592],[-118109,-58381],[-122779,-56692],[-122152,-59377],[-121396,-56521],[-120691,-56963],[-120894,-51795],[-116788,-52742],[-117904,-51930],[-118138,-51506],[-117344,-51867],[-117072,-51833],[-124492,-61362],[-127713,-56161],[-126556,-61624],[-127911,-63347],[-121964,-63632],[-119747,-65530],[-117958,-66338],[-118160,-65406],[-119104,-63927],[-116914,-65462],[-116264,-67283],[-115296,-66965],[-117674,-65060],[-118452,-66148],[-119107,-64038],[-116886,-65960],[-116862,-66946],[-115556,-67215],[-117753,-65974],[-119823,-64061],[-117067,-65477],[-115471,-66806],[-116564,-66484],[-115242,-67347],[-118273,-65746],[-119337,-64066],[-116918,-65356],[-115631,-67263],[-115919,-66993],[-115237,-66832],[-127748,-64290],[-127358,-64745],[-127625,-64715],[-127591,-68841],[-126500,-69204],[-125485,-68214],[-127730,-67489],[-127591,-69572],[-116947,-75139],[-116601,-76554],[-126861,-74960],[-125590,-67511],[-125471,-69786],[-127491,-68482],[-117223,-75626],[-118720,-75559],[-127642,-74971],[-125396,-68889],[-125986,-69602],[-127129,-68140],[-127385,-68990],[-124881,-71252],[-116871,-75277],[-124616,-71019],[-124166,-70428],[-123773,-70693],[-117317,-75014],[-117041,-75053],[-124558,-80780],[-124992,-80986],[-124829,-79053],[-127063,-77974],[-124997,-76975],[-127501,-88099],[-125774,-87890],[-126009,-88808],[-126158,-86639],[-115614,-77490],[-117749,-81293],[-117680,-82017],[-118186,-82855],[-119112,-80269],[-119034,-79563],[-119006,-79529],[-119356,-78860],[-116416,-77999],[-116192,-76756],[-117658,-88956],[-118542,-87134],[-120318,-85759],[-119031,-87569],[-121930,-80870],[-122660,-79205],[-122892,-82777],[-122376,-84346],[-117752,-87598],[-118367,-86792],[-118425,-86536],[-119431,-85168],[-119540,-85053],[-121242,-85944],[-121612,-85720],[-123475,-81944],[-123996,-87599],[-126203,-83892],[-125030,-81118],[-124980,-79679],[-126851,-77007],[-127319,-78067],[-125107,-77308],[-127194,-88256],[-125799,-87106],[-125463,-88816],[-126365,-86961],[-115418,-77742],[-118199,-81294],[-117239,-81918],[-118088,-82528],[-118817,-80485],[-119078,-80031],[-119123,-79443],[-119522,-78704],[-116263,-77794],[-118419,-88376],[-119134,-86527],[-120746,-86164],[-119938,-88038],[-122608,-80882],[-123351,-78705],[-122162,-82897],[-123267,-84564],[-119747,-88963],[-117527,-87327],[-123704,-82029],[-122838,-87584],[-118329,-86929],[-127464,-83938],[-126400,-84070],[-124443,-80860],[-125012,-80321],[-124937,-79018],[-126745,-77368],[-127461,-77868],[-125008,-77270],[-126749,-87869],[-125525,-87687],[-125566,-89150],[-126771,-86543],[-115278,-77334],[-115382,-82305],[-117455,-81698],[-118294,-82551],[-118468,-80390],[-119451,-80038],[-119136,-79252],[-115892,-78052],[-116625,-76653],[-121197,-85491],[-118100,-88900],[-119111,-86619],[-120475,-86220],[-119127,-87680],[-121996,-80633],[-123447,-79615],[-122491,-82788],[-122923,-84034],[-119387,-88729],[-123919,-82503],[-123524,-87516],[-124094,-87828],[-123511,-85558],[-119394,-85061],[-121449,-85804],[-124711,-77631],[-122948,-78404],[-123651,-83314],[-121968,-83638],[-121753,-83419],[-124647,-86703],[-123909,-87298],[-123449,-86697],[-122788,-89385],[-124146,-85147],[-121483,-85412],[-127822,-85003],[-125156,-81251],[-124907,-79642],[-127224,-77077],[-126903,-78018],[-125157,-77382],[-127531,-88462],[-126655,-87908],[-125729,-87519],[-125725,-89089],[-126568,-86474],[-117494,-81068],[-117144,-81567],[-118347,-82494],[-119223,-80199],[-118732,-79667],[-119197,-79435],[-118885,-79022],[-115639,-77546],[-115897,-77902],[-116348,-77035],[-118515,-89292],[-118756,-86697],[-120105,-86115],[-118996,-88105],[-121902,-81055],[-123050,-79086],[-122952,-82688],[-122738,-83798],[-121299,-100770],[-121197,-100854],[-122468,-99642],[-121394,-98089],[-122235,-97980],[-122380,-98257],[-122581,-95008],[-122124,-94480],[-127448,-92326],[-126981,-93145],[-127942,-93935],[-126493,-94680],[-116686,-95893],[-116232,-92147],[-116869,-91842],[-116385,-92176],[-121851,-91746],[-125469,-89774],[-124662,-90171],[-124255,-91032],[-118184,-97413],[-116565,-94935],[-118971,-93777],[-117769,-92235],[-125724,-89945],[-124780,-90572],[-124576,-90488],[-118354,-97687],[-116815,-95034],[-119007,-93906],[-117689,-93007],[-125492,-101489],[-125265,-101583],[-125063,-102001],[-119806,-101766],[-120253,-101521],[-120824,-101384],[-121881,-99707],[-125890,-98662],[-125814,-98485],[-126152,-97317],[-126298,-97686],[-121041,-98275],[-122258,-93827],[-123264,-94194],[-123670,-94218],[-121096,-93909],[-127131,-92472],[-119452,-97170],[-119514,-97418],[-116903,-96095],[-115648,-96175],[-119198,-92937],[-119663,-92577],[-115789,-96758],[-115474,-92457],[-119473,-89442],[-119780,-90502],[-121541,-91620],[-126363,-97846],[-118827,-91819],[-127593,-92871],[-126018,-90038],[-125384,-90165],[-124356,-91170],[-117759,-98300],[-117021,-94709],[-118925,-94332],[-117728,-93065],[-120625,-101360],[-119708,-101933],[-122132,-99602],[-125987,-97532],[-122646,-97735],[-121497,-98285],[-121443,-93749],[-122088,-93954],[-122632,-94098],[-123630,-94427],[-127396,-92190],[-126705,-93023],[-119570,-97000],[-119678,-90259],[-119737,-91604],[-119782,-92367],[-116757,-90672],[-121679,-91802],[-118854,-95952],[-122968,-90113],[-126041,-90310],[-124685,-90883],[-123720,-91193],[-117712,-98058],[-116872,-94549],[-118098,-94434],[-117746,-93114],[-127808,-112467],[-122529,-110459],[-124297,-110990],[-124074,-110939],[-126537,-109607],[-118664,-108035],[-119434,-108278],[-118109,-107554],[-117209,-107699],[-119954,-108494],[-119696,-108577],[-116334,-109590],[-123451,-108403],[-124209,-103175],[-124378,-102881],[-126591,-103766],[-127036,-102708],[-117878,-102848],[-117470,-102424],[-118937,-105750],[-118813,-106213],[-117453,-106715],[-116962,-105279],[-116395,-103528],[-122564,-107530],[-126522,-112756],[-125787,-112737],[-126619,-112800],[-124125,-114037],[-125034,-114314],[-124270,-114817],[-120731,-111814],[-121586,-112188],[-116246,-106348],[-115647,-105402],[-119857,-103868],[-119802,-105064],[-120843,-102889],[-120894,-105442],[-121693,-105667],[-124189,-106011],[-125315,-102564],[-125566,-103703],[-121411,-114316],[-122604,-114912],[-120745,-113684],[-119079,-113666],[-118045,-112748],[-117998,-110556],[-117342,-109379],[-117564,-110443],[-118146,-109611],[-117965,-109140],[-115373,-114526],[-116682,-111516],[-116983,-111849],[-117082,-109964],[-115213,-107789],[-115359,-108177],[-121498,-111384],[-122059,-112288],[-115784,-106265],[-115726,-105197],[-119227,-104004],[-119657,-104686],[-120762,-103159],[-121047,-105234],[-121755,-106150],[-124420,-105980],[-125849,-102479],[-125384,-103738],[-121221,-114081],[-122375,-114605],[-120744,-114253],[-119001,-112931],[-118142,-112542],[-117208,-110482],[-117781,-110302],[-118006,-109800],[-118279,-108485],[-115325,-112385],[-116223,-111701],[-117154,-112561],[-116354,-109551],[-115394,-107793],[-126073,-109519],[-116172,-109783],[-123883,-103425],[-117409,-102925],[-122639,-102548],[-127979,-113184],[-125749,-113075],[-126111,-112412],[-126082,-112408],[-124833,-114719],[-124282,-114340],[-124217,-114080],[-121162,-111724],[-121777,-112372],[-115996,-106365],[-115540,-105187],[-119314,-103711],[-120185,-104389],[-120533,-102926],[-120603,-104730],[-121242,-106265],[-124040,-105409],[-125030,-103243],[-126031,-103256],[-121423,-114625],[-120504,-114282],[-118774,-113376],[-117749,-112838],[-117312,-110868],[-117188,-109392],[-117592,-109945],[-118678,-109579],[-117852,-108394],[-115257,-114224],[-115838,-111612],[-117189,-111978],[-116474,-109931],[-115914,-108159],[-117717,-107601],[-123892,-111077],[-122337,-109444],[-126023,-109301],[-125573,-109556],[-118906,-108073],[-116235,-109618],[-123725,-103373],[-117682,-102443],[-117426,-102306],[-117801,-106578],[-127990,-104403],[-122935,-105403],[-127910,-113766],[-121173,-111583],[-121690,-112635],[-116018,-105772],[-115884,-104863],[-119638,-103898],[-119921,-104809],[-120244,-102974],[-120909,-105429],[-121106,-105877],[-123975,-105529],[-125956,-102482],[-125066,-103044],[-121394,-114052],[-121947,-114985],[-120125,-114057],[-119096,-113011],[-118436,-113281],[-117384,-110718],[-117539,-109775],[-118537,-109495],[-117822,-108899],[-115366,-112624],[-115249,-109924],[-116368,-111392],[-117036,-111635],[-116814,-110059],[-115256,-108050],[-124865,10886],[-125469,11110],[-123237,11132],[-125616,12394],[-118430,11275],[-118625,1791],[-120086,836],[-116183,5169],[-119539,6304],[-116383,7435],[-119695,11591],[-117649,12841],[-120736,8572],[-119347,3159],[-119836,2588],[-118586,3197],[-120692,1828],[-121708,881],[-127774,9759],[-124468,9786],[-124518,9518],[-119265,1114],[-119037,1099],[-119114,7893],[-120085,5917],[-119678,11869],[-117401,12802],[-120537,8182],[-119282,3540],[-120101,2788],[-118485,2802],[-121067,1818],[-121551,628],[-115128,4156],[-127108,12321],[-125665,997],[-120058,1507],[-119591,6122],[-115481,5231],[-127438,10807],[-119470,1050],[-117450,7524],[-119955,12494],[-119388,11583],[-117350,12666],[-120434,8517],[-119529,3686],[-119894,2750],[-118445,3182],[-120698,1443],[-121389,571],[-119582,11774],[-117413,12696],[-119268,3209],[-119751,2680],[-118358,2777],[-120702,1830],[-121204,633],[-125292,129789],[-116633,128592],[-116492,131045],[-119072,129908],[-119261,131891],[-117510,131721],[-121492,138697],[-121935,139830],[-123084,140268],[-124197,139344],[-120445,140053],[-119613,139571],[-119912,138111],[-126500,139409],[-127545,140582],[-126587,138535],[-126265,138300],[-116730,140259],[-124821,140707],[-115441,133475],[-120668,139590],[-118124,138947],[-116258,129990],[-119075,134642],[-125342,133690],[-124008,130688],[-116719,128591],[-115620,129245],[-115334,130412],[-118789,132034],[-116790,130669],[-118225,130562],[-117638,132149],[-121055,139166],[-122128,139924],[-123271,140865],[-124118,139478],[-119827,139735],[-118999,138870],[-119607,137553],[-125715,137807],[-127244,139967],[-125924,138542],[-119129,140569],[-117598,139301],[-118349,140320],[-115698,139642],[-116633,139826],[-124520,140684],[-115346,132920],[-124201,130525],[-125602,128817],[-117149,128741],[-115587,128650],[-115641,130863],[-118752,129879],[-119018,132482],[-117514,131209],[-121347,139232],[-121950,139604],[-122977,140622],[-124052,139201],[-120297,140211],[-119839,139271],[-120267,137875],[-126088,139272],[-126907,139786],[-125741,137969],[-126689,140710],[-116052,140384],[-115566,135395],[-122821,138386],[-116845,139416],[-116142,136797],[-117438,132559],[-118228,137566],[-118667,137825],[-117113,133886],[-115210,135881],[-115688,136602],[-123763,132857],[-125927,130552],[-125830,131045],[-124581,128332],[-125410,129884],[-127221,128224],[-125311,128748],[-116257,128891],[-115646,130447],[-117362,130941],[-118182,130491],[-118906,131758],[-117593,131975],[-127318,140711],[-121537,139342],[-121977,139317],[-123330,140317],[-123384,138989],[-119864,140536],[-119553,139403],[-119767,137501],[-126590,139062],[-127312,140060],[-125782,138283],[-118546,140591],[-117430,139583],[-116624,140843],[-116165,140390],[-119951,148291],[-118680,147664],[-118425,144102],[-125664,146593],[-121993,147448],[-121819,147901],[-116833,145689],[-115918,151121],[-115801,151778],[-124146,152203],[-121733,151148],[-124149,145014],[-126417,148018],[-126489,149300],[-123709,145879],[-127316,141441],[-125860,143016],[-126931,144616],[-127044,151484],[-127746,147513],[-126383,149475],[-127374,151314],[-121891,152632],[-121096,144529],[-122814,147364],[-120898,152321],[-116186,144121],[-117981,144046],[-118605,141959],[-120464,144248],[-118282,147111],[-117846,150512],[-124823,152020],[-125280,151205],[-123350,149084],[-119340,147855],[-118917,147798],[-116954,147081],[-116749,151257],[-115822,152830],[-120698,153236],[-122920,151338],[-124123,145474],[-127190,141422],[-126355,142734],[-124286,141369],[-127216,144673],[-126806,147091],[-125588,148475],[-125786,149843],[-127712,151156],[-123735,151646],[-121854,152471],[-121357,144520],[-122414,146834],[-123784,144080],[-127346,150732],[-126577,147608],[-115895,143457],[-117858,144443],[-118165,141557],[-116465,141000],[-118545,142211],[-119832,144258],[-118424,147305],[-118506,147536],[-117454,150495],[-120314,153024],[-126235,151428],[-122619,149443],[-117726,147629],[-119805,147856],[-115811,146103],[-117800,146466],[-116714,150406],[-116102,152319],[-123223,150696],[-126821,147798],[-127357,151195],[-123738,145721],[-125905,142999],[-127651,144186],[-125937,147227],[-125916,148320],[-126210,149314],[-127781,151702],[-124225,152233],[-121989,152588],[-120963,144680],[-122013,147175],[-123698,144122],[-126366,151839],[-120662,152403],[-116211,143035],[-118419,144381],[-117946,142009],[-116480,141085],[-118531,141373],[-119610,143828],[-118712,146694],[-118028,150583],[-125910,152256],[-126164,151082],[-123226,148850],[-118174,147462],[-119825,148311],[-119040,143810],[-127551,148784],[-125055,153157],[-124010,151051],[-117159,146881],[-116512,150497],[-116480,152585],[-121475,153468],[-124232,151751],[-123201,150660],[-120545,153184],[-126348,147670],[-127441,149461],[-122934,145622],[-126598,142853],[-124360,141181],[-127789,144397],[-126101,148911],[-126478,150727],[-126099,149598],[-127756,151049],[-122466,152035],[-121348,144086],[-122080,146357],[-123065,144681],[-126916,151334],[-115709,143930],[-117499,143983],[-118690,142350],[-119923,143396],[-117451,150626],[-117420,149834],[-125216,152635],[-126150,151681],[-123974,149362],[-122264,148806],[-120360,151053],[-126118,151395],[-123570,148894],[-127777,148107],[-123261,152152],[-120615,149304],[-115364,142393],[-126244,150573],[-122892,150023],[-125734,156343],[-116119,156611],[-120686,156806],[-121461,163288],[-122792,165019],[-121515,154612],[-123313,154863],[-127636,155280],[-117103,154466],[-115644,159859],[-116223,157745],[-120554,157932],[-116306,158619],[-118815,154718],[-119490,160186],[-121131,157916],[-119460,154955],[-115658,159408],[-115690,161438],[-119159,160538],[-120057,158977],[-120574,156206],[-126278,157802],[-120961,157974],[-121813,163550],[-120528,165986],[-120657,154027],[-123022,154810],[-126820,156323],[-127292,154990],[-117958,155347],[-116060,156697],[-116239,158043],[-121975,158430],[-119359,155428],[-116267,160247],[-115785,158695],[-115639,161319],[-118883,160213],[-120144,158533],[-123029,154715],[-118375,160471],[-115835,159954],[-121817,158036],[-116152,160651],[-119669,154171],[-115415,159649],[-120058,158200],[-125111,158495],[-121288,154174],[-123766,154999],[-126869,155447],[-117540,154373],[-115920,156682],[-116556,157691],[-120012,157449],[-116054,158031],[-118903,154731],[-122050,158471],[-120031,155404],[-116021,160018],[-115833,159526],[-116174,161044],[-118578,160509],[-119567,158087],[-120908,155059],[-123344,154341],[-127503,155917],[-116486,154286],[-117033,156515],[-115449,157634],[-120197,157847],[-119274,154362],[-119353,160749],[-122095,158159],[-120660,154819],[-115996,160510],[-115398,159329],[-116272,161429],[-119084,160343],[-119335,158679],[-116161,160408],[-115422,161230],[-121466,158594],[-120243,155163],[-115862,159431],[-119006,159857],[-118740,158405],[-124062,158149],[-126647,230150],[-127745,226849],[-127327,229540],[-127669,229331],[-126898,230216],[-127843,229313],[-125854,238847],[-125570,240865],[-126854,239095],[-127161,231286],[-127632,233380],[-126151,240395],[-125781,241553],[-127490,241506],[-127808,241839],[-127820,233862],[-125293,242034],[-125091,240491],[-125729,240519],[-126676,241635],[-126942,240977],[-126987,241913],[-127580,241224],[-126034,14671],[-127858,15523],[-127663,13339],[-125739,20796],[-126818,13032],[-120547,14356],[-119801,16026],[-121558,17651],[-121380,19297],[-120982,21006],[-117767,14169],[-121541,24563],[-120606,23604],[-116194,17513],[-115361,16296],[-117264,24986],[-127558,23352],[-123828,24907],[-124931,22881],[-126907,22937],[-125963,22168],[-122540,16153],[-126664,24289],[-125748,25467],[-126125,16321],[-119989,14643],[-121482,16655],[-125729,15138],[-125345,13212],[-126269,21506],[-126860,15181],[-124858,14398],[-126745,16008],[-126905,16706],[-126142,23748],[-118431,14481],[-121217,13002],[-121396,13402],[-121757,18774],[-123273,15267],[-122718,20679],[-119507,22149],[-120257,22479],[-120387,22993],[-118270,14380],[-121462,24715],[-115959,17192],[-115528,22249],[-117424,24704],[-127542,23367],[-123953,25367],[-125002,22406],[-126736,23092],[-126648,21998],[-122568,16260],[-126039,23943],[-125569,25022],[-126861,14883],[-127069,13771],[-123874,18846],[-119345,22971],[-121264,25083],[-115709,17195],[-115865,22257],[-116695,25055],[-125361,24581],[-126989,23177],[-123403,25297],[-124924,22667],[-126521,22906],[-125990,22042],[-123023,16258],[-126845,24453],[-126104,25109],[-117886,14067],[-121485,24690],[-115320,17272],[-115868,22049],[-117225,24894],[-123686,25456],[-125154,22493],[-127024,22838],[-126611,21978],[-122739,15376],[-126174,24100],[-127750,23020],[-125815,25609],[-115369,18863],[-115690,18181],[-115568,18098],[-123336,294321],[-120376,294385],[-116866,292678],[-122273,296728],[-122011,304439],[-122454,299531],[-122373,296362],[-122247,295864],[-118073,295132],[-117956,296506],[-116842,294978],[-121393,296704],[-125535,300094],[-124711,298299],[-123242,301075],[-123735,302942],[-126622,304609],[-122483,301059],[-127851,306898],[-127483,303463],[-127776,304673],[-127585,307051],[-116953,301428],[-116066,300276],[-115381,301378],[-116953,296479],[-122511,305175],[-121043,305903],[-115343,297968],[-116083,301878],[-123118,295170],[-120114,296733],[-123425,298269],[-122113,298856],[-122163,299334],[-120534,297678],[-121982,295696],[-120113,294814],[-117594,295948],[-117091,296195],[-116233,300068],[-125961,300445],[-122784,307225],[-122202,299123],[-124369,302130],[-125594,304284],[-124867,302453],[-123583,300010],[-115995,296025],[-127467,306491],[-116342,302217],[-124673,306877],[-123750,301386],[-116668,301448],[-116190,300633],[-120358,307191],[-122251,306533],[-122853,297228],[-125621,299569],[-124965,298976],[-123603,304598],[-124468,299569],[-123386,297738],[-117811,294815],[-118892,303334],[-121328,306647],[-124460,301476],[-124910,302606],[-125674,303846],[-125923,304689],[-118565,304878],[-127533,306900],[-118953,303743],[-126405,307112],[-125026,303757],[-115973,299880],[-117921,299292],[-115818,300608],[-125533,306237],[-124117,305129],[-124124,305816],[-121848,305825],[-117414,294785],[-116292,296823],[-115951,300111],[-116879,295377],[-115643,300495],[-119997,297090],[-121632,298187],[-121800,295618],[-120816,297354],[-124445,297742],[-124040,299946],[-124024,297924],[-125668,301266],[-125383,302252],[-126069,300056],[-123538,301605],[-125294,304860],[-124846,306858],[-127935,304336],[-116377,302033],[-121463,306063],[-127016,308820],[-124739,311337],[-126722,308885],[-123719,311803],[-122772,311172],[-124069,313237],[-123711,311858],[-124005,310914],[-123164,312800],[-121726,307803],[-124215,312969],[-122417,310944],[-120941,307977],[-122604,314228],[-123652,311729],[-122244,313469],[-120843,307927],[-123620,311824],[-123735,311563],[-121549,307866],[-123956,311285],[-123738,314276],[-124590,313962],[-122633,307949],[-126085,307489],[-126481,310366],[-124156,27731],[-124122,27676],[-120236,31865],[-120252,28645],[-117607,30858],[-122676,37395],[-117720,32564],[-121600,33592],[-122304,29381],[-121925,32453],[-123750,32829],[-125096,31076],[-126475,31012],[-122920,36283],[-125082,33859],[-124062,32191],[-118806,31310],[-118365,31883],[-118630,34499],[-120427,37476],[-119092,36587],[-117997,36430],[-118165,28908],[-117395,28091],[-118026,26629],[-121669,26259],[-124530,26793],[-126047,27579],[-127761,28792],[-126357,29393],[-115795,29106],[-122206,29285],[-122012,32276],[-123488,32982],[-125381,31485],[-126444,31017],[-122728,35800],[-125374,33777],[-123956,31830],[-118533,31289],[-118564,32185],[-118871,33970],[-120381,37556],[-119042,36560],[-118722,36264],[-118268,28676],[-116943,28134],[-118161,27352],[-121324,26031],[-124295,27192],[-125950,27588],[-127288,28467],[-127495,28957],[-126469,29122],[-123360,29423],[-122479,37375],[-122574,28940],[-122064,32264],[-123529,33127],[-124905,31391],[-126724,31284],[-122530,36106],[-126178,34996],[-125174,34174],[-124249,31734],[-118798,31275],[-118760,32247],[-118926,34078],[-119664,38161],[-119264,36601],[-118433,36754],[-118504,28747],[-117009,28162],[-118231,27287],[-121469,26414],[-124307,26906],[-125856,27706],[-127462,29096],[-126184,29136],[-122314,28097],[-122800,28038],[-122277,36585],[-122316,29293],[-121989,32503],[-123470,32998],[-125258,31054],[-126653,31235],[-122717,35953],[-125202,34071],[-123870,31701],[-118710,31615],[-118715,31823],[-118860,34017],[-120227,37770],[-119561,36900],[-118696,36745],[-117769,29232],[-116728,27750],[-117721,26649],[-121157,26345],[-124302,26936],[-125820,27624],[-127708,28654],[-126577,29035],[-120175,26249],[-117538,37145],[-126804,36287],[-126181,35383],[-126772,36239],[-126436,35305],[-126216,35868],[-126951,36236],[-125966,35403],[-126109,35857],[-126513,35870],[-122041,407611],[-122520,408748],[-121559,407024],[-121520,408642],[-121635,408040],[-121067,409628],[-121484,408822],[-120907,409560],[-121148,407031],[-121117,408129],[-122662,408176],[-121900,408039],[-121611,408506],[-121418,408821],[-121470,409229],[-120566,409544],[-122266,408068],[-120582,406404],[-122346,408047],[-121319,407967],[-121496,408193],[-121973,408581],[-121283,409760],[-121462,409046],[-121444,409669],[-120512,409311],[-121723,406939],[-120218,408952],[-121242,409131],[-122093,408937],[-120489,409718],[-120514,409340],[-124417,417460],[-123891,419163],[-123540,417921],[-123377,417471],[-121767,418194],[-123219,418174],[-124249,417105],[-124562,417391],[-123693,417815],[-123364,417532],[-122542,417974],[-123049,418356],[-123919,419280],[-123297,416597],[-124491,417420],[-123235,417908],[-122018,417989],[-123905,418380],[-123476,417452],[-123710,417782],[-122941,418245],[-122303,418142],[-123264,419075],[-124104,417213],[-121616,417750],[-123928,418956],[-118502,428207],[-117628,434095],[-125442,429409],[-120890,429321],[-122090,430494],[-123390,427826],[-124674,428981],[-121140,428910],[-118350,428474],[-118644,433008],[-121995,427161],[-125023,429822],[-121629,428935],[-124040,429600],[-119749,429573],[-118376,434124],[-123896,430201],[-125642,428665],[-120608,429795],[-123341,427259],[-120774,428124],[-118683,428974],[-119838,428549],[-117126,435037],[-117809,433987],[-125615,429457],[-120749,430061],[-124018,429882],[-123282,428088],[-120295,429884],[-121395,430934],[-121247,428235],[-123014,428151],[-126793,434675],[-120197,438103],[-118938,436229],[-123344,438847],[-122421,438300],[-117961,435990],[-121964,438826],[-121106,438312],[-119124,435899],[-121437,437263],[-123512,438984],[-121328,439551],[-120307,437537],[-119031,436153],[-122537,438929],[-118070,435465],[-120686,439933],[-120776,437454],[-119012,436133],[-117893,437385],[-118968,438382],[-119149,437638],[-122584,438905],[-121652,438196],[-120979,439426],[-120206,437265],[-115522,47600],[-116472,47138],[-119027,46370],[-115292,50488],[-115444,46956],[-116536,48468],[-117153,47398],[-118949,46876],[-117689,47559],[-117853,47176],[-115287,50429],[-115640,47092],[-116907,48351],[-117373,47296],[-119066,46355],[-115545,613269],[-119957,63402],[-123975,62511],[-122247,62062],[-121232,61707],[-122242,59259],[-121883,59177],[-124965,57493],[-116382,52878],[-116250,52318],[-120239,62895],[-122716,62726],[-121872,61113],[-121386,61088],[-122738,58867],[-120595,58065],[-123960,57941],[-115357,53673],[-115909,52117],[-115415,51722],[-119774,63358],[-122331,64047],[-122768,62668],[-121342,61503],[-121440,59787],[-121369,58572],[-123074,58713],[-123822,57459],[-116390,52398],[-115548,53239],[-115703,51574],[-120729,63781],[-123585,61549],[-122631,61798],[-121772,61382],[-122528,58520],[-121787,59157],[-125285,58374],[-116050,52221],[-115919,52254],[-120153,74602],[-116463,75620],[-115877,68116],[-119432,66975],[-118063,67641],[-115293,72505],[-115245,75621],[-118857,75368],[-118431,76465],[-117884,76903],[-116640,70467],[-118012,70387],[-115327,73880],[-119307,74099],[-121052,75493],[-118533,75880],[-116101,67517],[-118971,66691],[-117123,66351],[-116746,69979],[-117839,67761],[-117372,70461],[-115570,72986],[-118844,76406],[-116265,71573],[-118406,69949],[-116623,73930],[-116025,68303],[-115769,70303],[-116728,69827],[-117621,68507],[-117730,66463],[-116183,72584],[-115676,75133],[-117722,75496],[-119089,75015],[-116271,71520],[-118726,70427],[-116570,73663],[-116106,67890],[-117251,66242],[-117187,69183],[-119057,67194],[-116594,69977],[-115379,72534],[-118192,75684],[-118971,74144],[-117414,71491],[-118094,70628],[-116760,73880],[-121807,76902],[-121375,68046],[-120329,72872],[-122530,75529],[-123753,75375],[-123705,69751],[-122031,65955],[-120172,65597],[-120577,64554],[-124117,64983],[-125534,64755],[-126549,74158],[-120000,66271],[-122277,67248],[-121684,75185],[-120722,73357],[-123852,74742],[-124841,76352],[-125333,75435],[-121272,65781],[-123205,65469],[-124844,65008],[-124391,64487],[-117932,65328],[-121658,67532],[-121150,75422],[-120781,74158],[-122817,75629],[-121552,67165],[-120561,66202],[-120144,64799],[-122388,64540],[-124673,64246],[-126705,70459],[-124231,73209],[-119233,65450],[-121367,67863],[-122003,74180],[-121074,72700],[-123392,75476],[-123535,75545],[-124666,75229],[-125883,75850],[-121675,66945],[-120473,65225],[-119192,64619],[-122504,64601],[-125388,64209],[-127342,75969],[-118109,89655],[-121864,86819],[-122394,87497],[-119629,83772],[-117199,77551],[-120289,77813],[-116090,79531],[-118135,81458],[-115876,82249],[-116864,84994],[-119242,85419],[-116220,86247],[-116674,87838],[-119459,77120],[-117332,77160],[-119596,77475],[-117146,80197],[-118614,81778],[-116480,82032],[-116909,84764],[-119211,84201],[-117197,86846],[-117203,88679],[-121669,86641],[-122456,86882],[-116613,89737],[-122513,86831],[-116446,77386],[-119536,78357],[-115953,79306],[-117576,82123],[-116619,83475],[-116536,85447],[-118150,83983],[-116845,85774],[-117220,88199],[-117498,88556],[-121055,85460],[-122685,86028],[-119869,89623],[-119101,88980],[-115760,87437],[-117796,79980],[-119042,77718],[-116646,79889],[-118045,81342],[-116478,82723],[-117013,84455],[-118609,84941],[-117517,86430],[-117295,88364],[-118521,89376],[-121087,85979],[-125507,85491],[-126142,81496],[-124068,82702],[-122672,83006],[-122704,81959],[-122466,80482],[-127046,81436],[-127417,82596],[-127085,77257],[-123230,87415],[-124244,86235],[-125348,83614],[-126973,84242],[-123566,84216],[-123604,82092],[-121983,83073],[-123121,81956],[-123329,80357],[-127928,81490],[-126880,81245],[-127142,83056],[-126707,77279],[-126949,89141],[-123708,86813],[-124082,86274],[-124549,85028],[-125868,82995],[-126566,84562],[-123917,83425],[-123232,83457],[-121747,81942],[-122184,81515],[-123101,81027],[-125900,81869],[-127476,82669],[-126952,77008],[-127795,77249],[-125788,86335],[-124274,84425],[-124289,82670],[-126039,83899],[-126388,84437],[-123750,83999],[-123122,83287],[-121786,82968],[-122160,81182],[-122786,80463],[-127728,81293],[-126018,82367],[-127367,83009],[-127800,77853],[-116438,94384],[-127554,92000],[-117554,92585],[-116177,91918],[-123238,96828],[-126599,99887],[-127696,97664],[-115406,97237],[-115227,102068],[-116926,100026],[-116694,98771],[-118929,98981],[-120884,99301],[-116199,90780],[-127188,90932],[-125264,95971],[-125115,97158],[-124360,99296],[-122217,100098],[-122890,100723],[-122874,100868],[-121499,99836],[-121248,102064],[-125269,100872],[-127300,101919],[-124504,102176],[-127430,97037],[-127988,95535],[-115778,92905],[-125436,98473],[-119299,97418],[-117544,94605],[-117478,100225],[-116764,98758],[-118474,98564],[-120885,98906],[-115811,89818],[-126358,91525],[-125171,96281],[-125760,97799],[-124203,99322],[-122176,99498],[-123629,101658],[-120928,100286],[-121466,101569],[-125679,101016],[-126955,101755],[-127702,97351],[-127723,95343],[-127611,90732],[-117397,100653],[-116400,99413],[-119110,99000],[-120221,98843],[-116404,90046],[-115714,92475],[-115919,93185],[-127072,91666],[-124859,96244],[-125045,97773],[-124351,98686],[-122427,99720],[-122935,101763],[-121165,100053],[-121627,101570],[-126095,101104],[-124741,101900],[-127102,97733],[-115297,101602],[-118307,100382],[-117195,97475],[-123741,98598],[-117543,96983],[-123808,99053],[-117613,100625],[-116513,99518],[-118861,99367],[-120967,99137],[-116723,93320],[-126704,91683],[-125629,96207],[-125505,97873],[-123861,99406],[-122716,99711],[-123053,100883],[-122948,101101],[-120965,99720],[-121480,101807],[-125490,101269],[-127513,102318],[-124482,102263],[-126973,97787],[-127397,92348],[-125163,91759],[-125174,90608],[-124777,91116],[-125665,90567],[-125561,89875],[-125360,91475],[-125412,90894],[-124907,91666],[-125258,90080],[-124522,114302],[-125453,114378],[-123628,113816],[-125510,115093],[-123320,114652],[-115335,103700],[-116327,104088],[-125086,113561],[-124513,111646],[-125107,111403],[-123680,112872],[-122989,113367],[-121876,113613],[-120908,113861],[-124312,108403],[-126309,107830],[-126122,108704],[-127699,107830],[-123697,105699],[-123902,105914],[-122415,108356],[-126676,107916],[-124967,108809],[-126169,107511],[-122855,105440],[-122609,104490],[-124140,103072],[-115265,114916],[-117344,113845],[-117070,111030],[-127659,102606],[-125912,103390],[-116389,108638],[-117952,108750],[-119487,110150],[-120498,107812],[-118525,106929],[-117893,105167],[-124037,109137],[-122773,111463],[-115236,105467],[-117942,112465],[-118183,111177],[-125992,113304],[-121235,112849],[-122585,111644],[-119984,106921],[-124637,114339],[-124468,113546],[-123535,113878],[-117373,106071],[-115547,102769],[-116415,104335],[-125446,113543],[-124153,111520],[-124895,111094],[-123111,112196],[-122775,113141],[-121719,113676],[-121234,113511],[-124149,108300],[-126466,107684],[-126123,108964],[-122989,108079],[-123632,105781],[-124589,105887],[-126892,108171],[-125239,109176],[-125421,107424],[-123063,105650],[-122217,104391],[-123536,103054],[-116562,113222],[-125677,103093],[-124564,102673],[-116195,108866],[-117564,108439],[-119877,109614],[-118935,106709],[-123502,108960],[-125099,114833],[-125955,103071],[-125698,106111],[-117734,112911],[-124930,113712],[-126186,112949],[-120329,114824],[-119518,114748],[-115688,114932],[-117700,103210],[-116363,105087],[-123386,107031],[-120934,104671],[-120966,102699],[-123847,113643],[-124798,114325],[-123100,113428],[-116216,104532],[-115297,104226],[-125059,113217],[-124491,112188],[-125699,111235],[-123101,112322],[-122723,112746],[-122040,113197],[-121227,113943],[-127696,113013],[-123858,108534],[-125517,108768],[-126297,107583],[-126314,108315],[-127887,108335],[-122825,108028],[-123430,105906],[-124878,105930],[-127514,107867],[-125252,109380],[-126135,107575],[-123259,105862],[-122465,104917],[-123734,102961],[-116239,113171],[-117852,111390],[-126317,103867],[-116102,108500],[-117966,109308],[-119306,109480],[-120725,107575],[-119136,106886],[-117983,105497],[-123770,108688],[-122013,111255],[-123833,114270],[-125243,114824],[-123164,114119],[-115663,104278],[-115277,106017],[-125008,113077],[-124464,111931],[-125161,111304],[-123815,112768],[-122281,112857],[-121631,113364],[-121317,114235],[-124056,107984],[-125521,108722],[-126390,107743],[-126736,108714],[-123956,106121],[-123996,105797],[-123169,108390],[-127501,107968],[-125028,108918],[-126118,107707],[-122784,106315],[-122072,104657],[-124046,103250],[-116375,114121],[-118092,110826],[-126002,103488],[-115773,109337],[-117635,108846],[-119232,110013],[-120865,107131],[-118544,107071],[-118086,105747],[-123971,109068],[-122682,110917],[-115530,104089],[-126076,120081],[-119601,118676],[-122762,120473],[-122914,122246],[-125582,123009],[-119874,119795],[-120685,117610],[-122733,116564],[-123982,116907],[-122158,119026],[-123748,118852],[-123226,120736],[-122868,121142],[-121678,121172],[-122062,120661],[-124272,122113],[-127760,122451],[-125839,120702],[-126472,121405],[-126344,119123],[-126771,118587],[-123145,127456],[-122036,127583],[-123987,125329],[-123424,124881],[-126479,125685],[-126183,127755],[-127281,126115],[-116811,126645],[-117441,126518],[-116146,124203],[-116922,123870],[-115257,126632],[-117134,118875],[-119278,122775],[-119937,122494],[-124930,124293],[-124444,123269],[-123742,123047],[-124904,125154],[-125718,124635],[-116096,115543],[-119514,116372],[-119104,125041],[-121559,117670],[-125127,115100],[-122631,116661],[-123668,115573],[-121225,121271],[-120546,120241],[-122726,120247],[-124458,120334],[-125985,118937],[-125264,116731],[-121476,115409],[-120153,118247],[-121208,120038],[-121309,120718],[-120548,118945],[-120545,122452],[-127342,122453],[-123100,127629],[-121977,127391],[-123885,125324],[-123438,124741],[-124989,125971],[-127369,127265],[-126489,127521],[-126564,127059],[-116441,126768],[-117873,126508],[-116049,124677],[-116782,123628],[-115625,127281],[-116003,119721],[-116133,118942],[-117267,119403],[-119542,122396],[-122006,116403],[-121835,125493],[-115645,118464],[-120478,116865],[-124707,115423],[-121135,121121],[-124566,120169],[-124976,118761],[-126136,119067],[-125305,117076],[-119907,118248],[-124072,122548],[-122793,122522],[-124297,122210],[-126650,121961],[-122575,126062],[-123992,125382],[-123628,124313],[-125723,126723],[-126079,126549],[-117842,126063],[-116826,124008],[-115550,119527],[-116324,118187],[-117155,119436],[-119202,122259],[-121079,122902],[-120492,117427],[-126695,115654],[-122685,117704],[-122512,115598],[-122900,120838],[-123410,121013],[-122697,122047],[-124316,122324],[-123234,122342],[-128733,121510],[-127143,121929],[-126263,123638],[-126265,120565],[-123788,127326],[-121857,127117],[-123848,125391],[-123317,124788],[-125990,126306],[-126684,127671],[-126745,126752],[-116669,126540],[-117646,125963],[-116700,123941],[-116192,115515],[-115432,118849],[-116101,118599],[-117892,119132],[-119773,122126],[-121142,123675],[-123930,123035],[-127113,121252],[-119723,118836],[-1405666,1012868],[-1407792,1018610],[-1403842,1022079],[-1402649,1017845],[-1405832,1014638],[-1403831,1022520],[-1402107,1017915],[-1398455,1266158],[-1397507,1267321],[-1397250,1266540],[-1396572,1269629],[-1395807,1275345],[-1397027,1268992],[-1397674,1271561],[-1396050,1278036],[-1410853,1014571],[-1409219,1013691],[-1410602,1014342],[-1409169,1012089],[-1408555,1017842],[-1409567,1028871],[-1411947,1026237],[-1410137,1029163],[-1410567,1026788],[-128685,-126829],[-130251,-120157],[-130042,-118603],[-131065,-117684],[-131116,-122638],[-132518,-123771],[-136762,-124343],[-137710,-122662],[-139779,-123063],[-135059,-124727],[-140003,-119340],[-139793,-117857],[-137585,-116393],[-129650,-115120],[-131327,-115088],[-133679,-118215],[-137389,-120244],[-135115,-120714],[-140568,-116349],[-139488,-120390],[-139461,-120874],[-129644,-126128],[-131412,-124515],[-128943,-119421],[-128406,-119126],[-133707,-116972],[-134249,-116048],[-138266,-122409],[-128286,-123687],[-130481,-123245],[-131903,-124468],[-131868,-123584],[-131257,-125542],[-130645,-125393],[-131105,-126772],[-137902,-124016],[-139410,-124176],[-140645,-125483],[-140045,-123102],[-136730,-126793],[-139600,-119084],[-131407,-115317],[-131224,-115527],[-137533,-120123],[-136936,-120331],[-134676,-126494],[-133951,-124320],[-132379,-126739],[-128435,-124948],[-131675,-117247],[-134746,-115234],[-134140,-116386],[-138494,-127028],[-139815,-126461],[-132113,-123828],[-128183,-115198],[-128541,-115557],[-128240,-115074],[-128073,-116888],[-132531,-115742],[-133113,-115510],[-132019,-116092],[-131915,-115850],[-131896,-116596],[-133213,-115495],[-133475,-115279],[-133444,-115634],[-130529,-121620],[-131327,-122779],[-128133,-125848],[-130823,-127448],[-134092,-122812],[-132921,-120607],[-133969,-118282],[-132712,-116433],[-131412,-117739],[-130126,-119878],[-130795,-117726],[-139956,-123220],[-135943,-126540],[-137129,-125527],[-140156,-119324],[-139830,-119332],[-137858,-116109],[-137366,-116428],[-130969,-115471],[-137795,-119836],[-135184,-118932],[-135193,-120501],[-139250,-121703],[-139812,-121819],[-139485,-120623],[-134204,-124184],[-136806,-121901],[-134937,-123282],[-140244,-126169],[-130985,-124885],[-132240,-126040],[-129804,-122022],[-128930,-120895],[-132642,-117152],[-132467,-117321],[-133169,-116592],[-129977,-116535],[-135983,-126209],[-137460,-125148],[-135672,-124472],[-137558,-125660],[-139559,-126701],[-128942,-115240],[-128175,-115138],[-128304,-116785],[-128345,-116543],[-132965,-115193],[-133138,-115338],[-132484,-115050],[-131845,-116217],[-132234,-116587],[-132013,-116012],[-134899,-115320],[-135646,-115520],[-134108,-115944],[-133315,-115133],[-133221,-115797],[-140573,-123323],[-130707,-127238],[-140250,-119461],[-137608,-120205],[-131082,-127435],[-133581,-125319],[-128805,-118214],[-132125,-119567],[-131615,-117602],[-132728,-117628],[-134317,-125005],[-135772,-125365],[-130492,-123983],[-130527,-116496],[-137361,-126291],[-139471,-125387],[-132424,-127457],[-129080,-115084],[-128903,-124012],[-132987,-127644],[-128149,-117021],[-134396,-116989],[-139643,-125497],[-133930,-124997],[-128802,-117219],[-129521,-115976],[-139095,-123392],[-137381,-140012],[-130779,-137811],[-129840,-140234],[-129137,-137147],[-128516,-139958],[-130510,-139957],[-131468,-140380],[-133693,-139755],[-133612,-139282],[-130595,-137592],[-131774,-140468],[-134050,-138688],[-135025,-140312],[-136831,-140581],[-133717,-139147],[-134234,-139466],[-129136,-137024],[-137724,-139876],[-137246,-140535],[-128186,-134918],[-133391,-131953],[-139279,-134149],[-137972,-134591],[-136183,-131888],[-132241,-128101],[-132088,-132004],[-135685,-132029],[-139771,-128493],[-140131,-135522],[-139121,-135277],[-140058,-135187],[-133842,-135461],[-134496,-134863],[-133238,-134600],[-140429,-133613],[-138901,-132153],[-139883,-132009],[-139558,-131086],[-131095,-136733],[-129663,-136782],[-134865,-133769],[-137016,-134283],[-136869,-132663],[-135886,-135151],[-132483,-133443],[-132234,-131763],[-133174,-131780],[-130085,-131188],[-136407,-130197],[-136865,-130181],[-134181,-127814],[-139574,-133778],[-132742,-130365],[-133118,-127925],[-138584,-129804],[-131744,-129719],[-135388,-132102],[-134955,-130302],[-132886,-130581],[-133044,-129531],[-140545,-129263],[-139029,-128421],[-139555,-135263],[-140383,-134461],[-139923,-134100],[-134653,-134453],[-133753,-135169],[-133555,-135271],[-131010,-134198],[-133383,-135801],[-135702,-129144],[-133806,-128682],[-138917,-130078],[-132237,-133495],[-136057,-135307],[-133216,-131852],[-130408,-130585],[-129482,-133834],[-134286,-128053],[-140536,-130586],[-138844,-132874],[-137110,-132523],[-139305,-134003],[-136248,-131767],[-132748,-131294],[-136799,-128753],[-135575,-130037],[-133597,-131920],[-140084,-130865],[-133441,-128255],[-132751,-129892],[-136869,-129599],[-135098,-131755],[-134912,-131298],[-130754,-131926],[-131810,-142870],[-129617,-140732],[-133091,-142148],[-131823,-144263],[-135639,-143990],[-135824,-147274],[-139631,-141469],[-131020,-142188],[-130868,-141973],[-132167,-143226],[-133583,-142101],[-130083,-144071],[-132176,-144303],[-139856,-141295],[-138701,-141008],[-139855,-141633],[-136856,-141516],[-136783,-141024],[-137161,-140884],[-130631,-141926],[-130793,-141236],[-130892,-144395],[-131795,-144964],[-139366,-144143],[-130299,-143835],[-129569,-141019],[-134509,-143678],[-129664,-143728],[-131347,-144986],[-131912,-144593],[-136368,-145227],[-134797,-143180],[-137090,-144584],[-140234,-143527],[-129158,-143120],[-130285,-144247],[-134509,-147205],[-129820,-140687],[-130625,-140835],[-138928,-140635],[-139155,-140944],[-138632,-140701],[-138098,-141709],[-137932,-140823],[-128971,-149735],[-128528,-146007],[-134189,-150167],[-134648,-149279],[-136830,-148461],[-138374,-147659],[-133863,-145597],[-132767,-146051],[-136911,-147686],[-136036,-151920],[-139752,-150167],[-128996,-153198],[-129749,-152734],[-128873,-152014],[-128363,-142944],[-137644,-152298],[-129220,-149771],[-128734,-149565],[-128477,-149619],[-128332,-149168],[-133335,-151791],[-131573,-150747],[-131110,-150500],[-136624,-147717],[-135504,-148948],[-134546,-148339],[-134719,-148192],[-133975,-148375],[-131168,-146419],[-132924,-145608],[-133894,-145424],[-129313,-145821],[-137503,-147540],[-131083,-148362],[-132141,-149124],[-131962,-146486],[-132449,-147361],[-134957,-151688],[-136688,-150280],[-134434,-150459],[-139626,-150369],[-139502,-151817],[-139712,-153393],[-129844,-153180],[-130052,-152435],[-128579,-153082],[-131507,-151589],[-130733,-151836],[-131145,-151679],[-131671,-147589],[-138448,-153188],[-138573,-148532],[-139632,-147811],[-139215,-147667],[-137386,-152942],[-128349,-146087],[-128015,-148196],[-136075,-151760],[-133411,-149788],[-131198,-151714],[-131022,-150873],[-131026,-151238],[-137804,-152932],[-138400,-148689],[-138442,-147973],[-139008,-148822],[-138754,-147891],[-136982,-153022],[-136111,-165740],[-135899,-155275],[-136914,-157415],[-135823,-158447],[-137091,-166063],[-136706,-166169],[-131910,-159756],[-133338,-160785],[-133060,-162641],[-138580,-166063],[-138088,-165019],[-138476,-165679],[-139002,-164122],[-138089,-163117],[-138521,-163560],[-136995,-164409],[-137808,-164566],[-137864,-164451],[-133748,-165977],[-133920,-166091],[-133834,-166193],[-132436,-165673],[-132464,-165699],[-135384,-166054],[-140252,-162532],[-138923,-155704],[-138667,-155102],[-138203,-155156],[-139022,-154361],[-139139,-154344],[-138481,-154259],[-138353,-153485],[-138063,-153665],[-139945,-156744],[-140573,-156664],[-140108,-156378],[-135894,-157419],[-136272,-157080],[-135882,-157171],[-134301,-157037],[-134427,-157218],[-134017,-157324],[-135433,-156354],[-135559,-156173],[-135134,-156249],[-135380,-158335],[-135716,-158229],[-135736,-158379],[-136886,-153819],[-139181,-156528],[-139040,-156827],[-140340,-158025],[-136088,-164667],[-136051,-164911],[-134424,-165116],[-134126,-165016],[-135228,-166017],[-132209,-165274],[-132224,-164720],[-139390,-166052],[-137823,-154004],[-139840,-153538],[-136282,-165932],[-136623,-166059],[-132397,-159737],[-132601,-161409],[-132920,-160720],[-138875,-165995],[-137723,-165648],[-137482,-165418],[-138082,-163330],[-138426,-163181],[-138535,-164148],[-137276,-163697],[-138015,-163562],[-136916,-163298],[-134134,-166055],[-132598,-165626],[-132668,-165578],[-132819,-165872],[-134819,-165918],[-140649,-160708],[-140720,-161050],[-138343,-155426],[-138163,-155011],[-138644,-155009],[-139001,-153889],[-138611,-153866],[-139227,-153725],[-138329,-153627],[-139761,-156712],[-139617,-156760],[-139610,-156860],[-140762,-156555],[-135969,-157887],[-135932,-157141],[-136284,-157066],[-134478,-156932],[-133739,-157389],[-134502,-157732],[-134927,-155713],[-135776,-156267],[-134845,-156412],[-135048,-158542],[-134964,-158022],[-135582,-158604],[-136620,-154079],[-140203,-157870],[-139793,-157954],[-139533,-157624],[-139076,-156264],[-139658,-166149],[-136189,-158642],[-134846,-156538],[-134671,-154943],[-137492,-157361],[-138137,-154189],[-128977,-165585],[-139516,-165556],[-137579,-162867],[-136556,-172049],[-138339,-166943],[-136057,-171114],[-137782,-172436],[-137026,-174439],[-128552,-175850],[-135565,-170870],[-139762,-167791],[-139285,-168711],[-140089,-167815],[-138570,-167443],[-138843,-167052],[-137577,-167300],[-136962,-166203],[-139946,-170076],[-140055,-170419],[-140497,-170724],[-132701,-166418],[-134947,-166779],[-135208,-166642],[-137068,-166750],[-137340,-166675],[-137014,-166853],[-140436,-167265],[-140265,-167522],[-140607,-169438],[-135910,-170397],[-135184,-169713],[-137033,-167815],[-139566,-166253],[-129123,-173912],[-131007,-173921],[-130934,-173692],[-133403,-175033],[-132662,-176346],[-135485,-174773],[-135634,-174316],[-134850,-172830],[-134761,-171543],[-134610,-170813],[-136524,-177303],[-136084,-177322],[-130523,-177238],[-130587,-176878],[-131046,-176859],[-131409,-178445],[-129324,-169486],[-128909,-169175],[-134630,-170844],[-139074,-171018],[-138522,-169911],[-133793,-176058],[-140483,-171112],[-131864,-175865],[-139312,-168746],[-139461,-168004],[-139461,-167901],[-138501,-167040],[-137891,-167681],[-137667,-166852],[-136565,-166384],[-139765,-169951],[-140307,-169920],[-139965,-170585],[-134884,-176573],[-133915,-166513],[-133828,-166693],[-135015,-166463],[-135138,-166590],[-136842,-166953],[-137156,-166593],[-136494,-167097],[-128648,-171493],[-128045,-172628],[-140763,-169319],[-137852,-171694],[-136149,-170666],[-136051,-170104],[-131256,-178251],[-130412,-177498],[-131108,-174139],[-133088,-174974],[-132874,-176257],[-134564,-171628],[-135246,-170613],[-133267,-169928],[-132978,-169893],[-134907,-175320],[-131091,-174038],[-130050,-167529],[-129910,-167405],[-130135,-167330],[-129554,-166983],[-128965,-166952],[-128936,-166641],[-129996,-167987],[-130010,-166479],[-130288,-166346],[-128107,-166987],[-128174,-167417],[-136930,-167899],[-134745,-174915],[-135867,-177294],[-133382,-169424],[-132255,-172442],[-134593,-169069],[-138743,-170861],[-137784,-166228],[-135077,-166254],[-135895,-171813],[-136362,-173640],[-137556,-175064],[-128508,-176053],[-139043,-167168],[-135059,-166548],[-135448,-170979],[-136655,-172527],[-137036,-174377],[-128084,-175844],[-137918,-188225],[-140460,-186083],[-139449,-189169],[-137179,-185707],[-136449,-185848],[-139262,-188871],[-133426,-179044],[-132937,-191411],[-129103,-189089],[-129770,-188789],[-132137,-188131],[-132602,-191725],[-132316,-190800],[-139229,-181140],[-139495,-181335],[-139817,-181847],[-128013,-183665],[-135492,-179304],[-135889,-179351],[-135176,-181695],[-134929,-182069],[-129544,-180407],[-129687,-179981],[-130602,-180347],[-128438,-179106],[-132563,-179937],[-128101,-181007],[-133317,-191004],[-140520,-181524],[-139425,-181756],[-139938,-182186],[-139030,-182396],[-129987,-180272],[-136355,-180943],[-132905,-181889],[-133036,-182328],[-139098,-185276],[-136319,-179091],[-129943,-188878],[-133312,-180043],[-133768,-179878],[-136814,-201963],[-137670,-201949],[-137103,-202897],[-133481,-200839],[-133473,-200221],[-137145,-202037],[-137990,-202085],[-136544,-197844],[-136680,-196810],[-138896,-196597],[-139067,-197820],[-139465,-198060],[-138642,-200742],[-139363,-200862],[-134865,-199271],[-134216,-198341],[-137348,-202963],[-136968,-202626],[-136576,-202312],[-136060,-202433],[-135142,-196614],[-133290,-200865],[-133867,-199969],[-133615,-200313],[-133120,-198736],[-137335,-202217],[-137484,-202313],[-132133,-200747],[-133057,-200499],[-136350,-196831],[-133320,-199653],[-133582,-200859],[-133650,-199815],[-137119,-202198],[-137711,-202303],[-134631,-197936],[-134143,-200223],[-136673,-197996],[-133381,-199931],[-137194,-202140],[-137450,-202312],[-134639,-198895],[-134907,-199538],[-134413,-199794],[-134698,-198502],[-134352,-199963],[-131868,-199591],[-133792,-199719],[-134621,-198983],[-137518,-194466],[-139157,-203438],[-139889,-202524],[-128744,-196118],[-130490,-195165],[-135764,-192928],[-135492,-195083],[-135711,-195325],[-136212,-194420],[-136094,-194626],[-133957,-192065],[-131388,-195166],[-135463,-194938],[-136087,-193821],[-128966,-201223],[-128416,-199789],[-128583,-199377],[-128822,-199566],[-135106,-196349],[-128092,-201076],[-128180,-200715],[-138954,-203329],[-136043,-195563],[-130492,-194443],[-128742,-199287],[-134770,-196657],[-132145,-197768],[-133727,-193003],[-130503,-193294],[-133106,-195230],[-128303,-200805],[-138875,-203238],[-134234,-196405],[-130650,-194846],[-134777,-193253],[-134284,-193877],[-139322,-201442],[-128579,-195806],[-129590,-196102],[-130521,-196235],[-129896,-191939],[-135821,-195589],[-133451,-195686],[-135196,-194501],[-128501,-200983],[-128080,-200974],[-128469,-200925],[-138735,-203565],[-134420,-197008],[-133070,-196094],[-130597,-194847],[-132163,-198043],[-131791,-196876],[-133098,-192880],[-134198,-192797],[-130852,-192115],[-134233,-196891],[-129600,-199776],[-128971,-199182],[-128411,-199568],[-129045,-199512],[-134917,-195778],[-134276,-194649],[-128194,-200971],[-128449,-200954],[-138687,-203440],[-132875,-196898],[-130591,-194640],[-131697,-194626],[-134009,-196485],[-128862,-198641],[-133887,-194036],[-130947,-196704],[-132075,-195058],[-134906,-196520],[-128125,-198648],[-128075,-195702],[-133626,-194248],[-130912,-196359],[-131844,-194793],[-131902,-198143],[-128475,-198994],[-134515,-193870],[-131607,-195589],[-128160,-204732],[-134343,-213378],[-135754,-213954],[-136422,-212948],[-137442,-215157],[-137371,-213696],[-134264,-216976],[-134096,-217136],[-131712,-216042],[-131977,-215219],[-131931,-216579],[-131256,-215091],[-129940,-215524],[-130209,-215047],[-129531,-211651],[-130449,-212871],[-129658,-212521],[-132130,-211011],[-129135,-213031],[-130208,-213458],[-129681,-214372],[-129940,-215637],[-129634,-211651],[-128650,-215765],[-128011,-216259],[-129772,-217086],[-132014,-211262],[-132116,-211492],[-137132,-215296],[-131587,-217002],[-128815,-216427],[-128741,-215111],[-129279,-214969],[-129621,-214023],[-129111,-213144],[-128451,-216141],[-134661,-216792],[-131799,-215210],[-131983,-215326],[-132531,-216286],[-131323,-214600],[-131372,-215763],[-130987,-214822],[-129561,-212608],[-130931,-212049],[-129720,-212908],[-140169,-227882],[-139038,-227854],[-139522,-225457],[-139756,-223913],[-128113,-221709],[-139163,-223997],[-131374,-225520],[-140105,-217450],[-137280,-218967],[-138946,-219135],[-136948,-220382],[-136519,-223554],[-138304,-224447],[-136566,-224584],[-135266,-226045],[-136915,-226173],[-137148,-227510],[-140299,-229213],[-139330,-228867],[-140493,-229370],[-139596,-229965],[-132684,-229285],[-131508,-226403],[-131184,-226235],[-129720,-225674],[-129043,-225506],[-128228,-224992],[-128448,-225114],[-128757,-224978],[-129189,-226125],[-132489,-226929],[-132054,-226955],[-131565,-225507],[-129577,-224871],[-128602,-222020],[-133461,-217548],[-139396,-222033],[-128177,-222167],[-129135,-224671],[-138572,-227782],[-138949,-224945],[-136891,-220155],[-128357,-221695],[-134643,-224003],[-131051,-219461],[-132058,-219714],[-132475,-219071],[-129669,-217759],[-130316,-217608],[-133418,-220526],[-128330,-222574],[-128928,-222679],[-133861,-218121],[-134412,-217875],[-134810,-242275],[-134380,-241121],[-135008,-241130],[-134697,-240518],[-133692,-240412],[-136035,-242403],[-132050,-238378],[-133068,-237800],[-130954,-235455],[-131024,-234751],[-128508,-235219],[-128708,-234154],[-128664,-235903],[-128243,-233093],[-129852,-238024],[-138287,-235264],[-139916,-233951],[-136482,-233520],[-137093,-231956],[-138534,-235456],[-132856,-241339],[-134169,-242132],[-129007,-238931],[-132207,-240020],[-131533,-234827],[-128615,-240259],[-138153,-231663],[-140242,-230735],[-140287,-231100],[-139872,-232245],[-140482,-233340],[-140417,-233121],[-140052,-240547],[-138854,-236488],[-133919,-236024],[-134247,-235662],[-134096,-234336],[-133976,-233372],[-133510,-232503],[-133144,-231156],[-134984,-230360],[-128817,-239602],[-130569,-240738],[-130603,-241705],[-129965,-242011],[-134061,-242694],[-139143,-233912],[-139149,-235203],[-136369,-233706],[-135826,-231985],[-128146,-240479],[-133926,-240271],[-134663,-241173],[-134552,-241544],[-133757,-241176],[-134429,-240717],[-132490,-238189],[-132867,-238068],[-131818,-238629],[-131215,-236193],[-131241,-235406],[-131563,-235103],[-131142,-234606],[-129115,-233419],[-128411,-232863],[-128473,-234384],[-128448,-234855],[-128810,-235174],[-128953,-235931],[-129220,-238863],[-128067,-239426],[-130072,-240963],[-140289,-241404],[-132971,-241137],[-132734,-242032],[-131839,-241611],[-132842,-240050],[-133660,-236193],[-131740,-238233],[-128814,-238117],[-128793,-234153],[-132238,-241546],[-133965,-241566],[-134348,-239537],[-130983,-236441],[-128883,-234539],[-130801,-239717],[-132474,-239755],[-131242,-235714],[-128720,-235542],[-132919,-239758],[-130186,-238762],[-133656,-237970],[-128560,-6725],[-132917,-10189],[-139830,-8858],[-133697,-10358],[-139102,-8053],[-130580,-1054],[-131990,-2529],[-129402,-5829],[-131510,-3307],[-129023,-5806],[-129609,-7802],[-131150,-10471],[-130163,-5188],[-138873,-3798],[-137871,-3516],[-131707,80],[-136200,-1238],[-135785,-1346],[-135470,-4537],[-135879,-5467],[-136378,-4119],[-137472,-4480],[-138691,-4052],[-137352,-2173],[-137517,-2564],[-139553,-12513],[-138252,-12530],[-129295,-8316],[-135581,-6655],[-135003,-6654],[-137490,-6747],[-138615,-5896],[-132098,-1906],[-132990,-1366],[-130767,-3659],[-135679,-6339],[-137252,-6207],[-135444,-9192],[-130108,-9279],[-128085,-8337],[-137705,-1113],[-137740,-12312],[-139742,-12505],[-130787,-798],[-132262,-3291],[-131528,-4231],[-131442,-9674],[-128114,-6481],[-130367,-5757],[-132383,-623],[-136193,-744],[-135287,-882],[-135833,-4205],[-136080,-5187],[-136635,-3634],[-137584,-4374],[-138910,-4366],[-137494,-2482],[-137056,-2730],[-140759,-3571],[-131309,-2885],[-129355,-9116],[-135825,-7443],[-135639,-7250],[-137876,-6778],[-138935,-5117],[-138185,-5750],[-132508,-1977],[-132775,-1911],[-131544,-10731],[-132499,-10204],[-131075,-4133],[-128136,-11886],[-135433,-6035],[-136952,-6230],[-134841,-9341],[-130330,-9610],[-128903,-8076],[-137427,-1109],[-128298,-6873],[-131701,-3384],[-139810,-12060],[-130338,-5466],[-140223,-7779],[-134167,-10332],[-137997,-9005],[-132213,-4277],[-130627,-1409],[-132364,-5301],[-128935,-1381],[-131265,-9849],[-128101,-8711],[-139651,-4612],[-136926,-3521],[-137587,-5197],[-140587,-8305],[-140263,-1406],[-136146,-5112],[-131582,-688],[-135854,-1270],[-135560,-1378],[-135661,-4351],[-135768,-5184],[-136570,-4168],[-137800,-4488],[-138852,-4065],[-137546,-2260],[-137076,-2360],[-140746,-3377],[-131510,-2641],[-129005,-9205],[-137576,-12509],[-133364,-12298],[-135896,-6853],[-138301,-7514],[-138236,-5694],[-131778,-1638],[-132551,-1260],[-132032,-11158],[-132335,-10268],[-131239,-4105],[-135754,-6232],[-137637,-6427],[-135080,-9740],[-129965,-8889],[-128051,-7983],[-137077,-1264],[-139779,-11989],[-131091,-1483],[-131620,-3888],[-130562,-5284],[-132302,150],[-132183,-35],[-136245,-1165],[-135583,-1257],[-135585,-4342],[-136052,-5228],[-136416,-4009],[-137588,-4224],[-138898,-3926],[-136984,-2283],[-140676,-3669],[-129277,-8385],[-131473,-10604],[-133329,-12360],[-135054,-7298],[-137382,-7169],[-138134,-4764],[-138243,-5851],[-131729,-1802],[-133105,-1538],[-132252,-2677],[-131752,-10585],[-132929,-10292],[-130330,-3482],[-135683,-6160],[-137271,-6124],[-134856,-9760],[-130338,-9784],[-128601,-7715],[-137089,-956],[-138282,-8118],[-140474,-9847],[-128904,-6686],[-130276,-8785],[-133221,-6327],[-140593,-245681],[-139744,-246133],[-139781,-247154],[-139569,-248431],[-138135,-248346],[-137372,-248038],[-135791,-246368],[-134707,-245551],[-135691,-245827],[-136288,-244594],[-135422,-243587],[-135954,-244014],[-134996,-244200],[-129628,-243524],[-135289,-243186],[-140164,-252837],[-133647,-254796],[-131338,-255554],[-139188,-252665],[-138547,-253261],[-137073,-252705],[-131753,-250955],[-134322,-251753],[-135520,-250978],[-134174,-251399],[-132683,-251904],[-133230,-250318],[-135241,-243457],[-135970,-243615],[-139859,-244417],[-140455,-244796],[-140690,-244373],[-140038,-245910],[-140066,-246865],[-138284,-247354],[-138852,-247867],[-139668,-252167],[-140590,-252209],[-135444,-255306],[-137678,-251133],[-136798,-251483],[-135883,-251543],[-136618,-251476],[-138780,-252461],[-132595,-255390],[-140718,-246336],[-140565,-245520],[-139573,-245591],[-140145,-245248],[-140622,-245191],[-137373,-244761],[-137526,-245922],[-136116,-244847],[-136823,-246824],[-138209,-248005],[-139340,-248392],[-129495,-244556],[-133614,-243135],[-136281,-246789],[-138545,-246403],[-134510,-244204],[-134531,-245926],[-134031,-245727],[-132896,-254753],[-128318,-255112],[-137060,-255617],[-134097,-255028],[-134822,-254816],[-138734,-243058],[-138794,-243735],[-134793,-243491],[-132072,-244063],[-131385,-247539],[-140080,-252373],[-134866,-254871],[-134014,-255346],[-130826,-248101],[-130272,-252548],[-140333,-243793],[-131009,-247752],[-130203,-253011],[-139556,-243696],[-130461,-248105],[-130823,-252542],[-139326,-243198],[-134698,-254933],[-133584,-255294],[-132766,-256364],[-132579,-260058],[-133854,-261440],[-136491,-262166],[-135755,-262926],[-136399,-264463],[-140779,-266253],[-139244,-261777],[-139827,-259861],[-132271,-255836],[-132938,-257328],[-131411,-256623],[-140641,-264498],[-136286,-265011],[-138279,-266433],[-132132,-263826],[-134082,-255855],[-138980,-263090],[-135917,-260067],[-137220,-259645],[-138618,-260899],[-137100,-261688],[-138317,-260226],[-138914,-262829],[-132779,-256755],[-131483,-256610],[-133250,-258981],[-133423,-259462],[-137847,-266401],[-136262,-264507],[-137022,-264381],[-138162,-263604],[-132467,-262780],[-132669,-260817],[-134832,-262471],[-130298,-262884],[-133697,-255981],[-137479,-261102],[-137414,-260906],[-134957,-265235],[-136809,-263430],[-140373,-261262],[-139384,-266079],[-137038,-264423],[-132585,-263901],[-131461,-261241],[-136335,-264240],[-136280,-264019],[-139423,-262129],[-138792,-258067],[-138091,-266947],[-130317,-262409],[-128096,-266781],[-136904,-276810],[-134738,-273033],[-131232,-274243],[-139762,-275869],[-138990,-273000],[-133356,-280012],[-130678,-279710],[-138582,-269441],[-129809,-268963],[-133435,-273413],[-135284,-279314],[-136084,-280777],[-137702,-280964],[-134083,-280738],[-136021,-276915],[-139706,-272712],[-132227,-275045],[-130687,-276078],[-134118,-274418],[-136784,-281288],[-135672,-272414],[-130971,-271867],[-131392,-272947],[-135611,-280060],[-139186,-272735],[-138944,-272129],[-140169,-274244],[-139602,-277185],[-139696,-272602],[-134961,-281266],[-136108,-278151],[-138525,-281079],[-137262,-277876],[-135163,-280244],[-137476,-278439],[-131631,-277115],[-130716,-278057],[-130112,-279251],[-131735,-281170],[-130480,-278662],[-131565,-279826],[-131430,-281179],[-131572,-281216],[-140335,-274136],[-138802,-280704],[-131089,-270791],[-139104,-273214],[-135394,-277443],[-139553,-278916],[-135862,-281135],[-132639,-270673],[-138715,-270297],[-128681,-268895],[-133887,-269887],[-135513,-282514],[-136666,-282583],[-128582,-282011],[-135625,-284249],[-135916,-283249],[-136342,-284791],[-131294,-281833],[-133637,-282441],[-134637,-281868],[-134163,-282294],[-137837,-282599],[-135616,-281770],[-129523,-287247],[-137687,-310248],[-138086,-311657],[-139665,-311866],[-138108,-310705],[-139832,-312979],[-137194,-311489],[-139855,-313586],[-130308,-313867],[-131000,-316082],[-138379,-317849],[-128683,-17193],[-138061,-16004],[-140643,-13006],[-140167,-15841],[-139582,-14136],[-139589,-13136],[-133149,-12607],[-132794,-13441],[-137954,-15062],[-140286,-13827],[-140041,-13541],[-138074,-13118],[-133069,-13699],[-128368,-13065],[-128336,-19237],[-128231,-17158],[-138802,-15054],[-140776,-12824],[-140311,-16591],[-139533,-14178],[-139974,-13368],[-133295,-13852],[-138203,-15507],[-140678,-12809],[-140452,-16715],[-139927,-13811],[-133603,-13008],[-132778,-13916],[-131581,-22675],[-130932,-21171],[-131575,-22755],[-130560,-22588],[-139567,-424143],[-135722,-25487],[-133699,-28311],[-133663,-29832],[-132845,-30231],[-131731,-30258],[-132388,-31064],[-131566,-32874],[-130597,-33244],[-130337,-33661],[-130613,-34303],[-138188,-37658],[-138824,-35026],[-139159,-33166],[-140613,-31542],[-140443,-32171],[-138612,-32202],[-135614,-25682],[-134031,-28833],[-133003,-29619],[-132223,-30164],[-132325,-30809],[-132499,-31216],[-131127,-32031],[-130903,-33384],[-130486,-34292],[-131097,-33778],[-138594,-36967],[-138558,-35327],[-139692,-33521],[-139787,-32512],[-140577,-31776],[-139867,-32692],[-138359,-32053],[-136075,-26154],[-133914,-28354],[-133662,-29594],[-132899,-30561],[-131726,-30580],[-131795,-31771],[-131527,-32713],[-131225,-33315],[-131091,-34282],[-130774,-33596],[-138951,-37029],[-138141,-35208],[-139634,-33990],[-139602,-33297],[-139662,-31380],[-140439,-32478],[-138962,-31534],[-136280,-25699],[-134179,-28921],[-133849,-29777],[-133023,-30039],[-131846,-30027],[-132453,-31313],[-131220,-32713],[-131162,-32938],[-130525,-34176],[-130546,-34283],[-138118,-37827],[-138188,-35734],[-139211,-33646],[-139395,-32909],[-140419,-31056],[-140251,-32018],[-138336,-31598],[-130994,-26238],[-130722,-29547],[-128815,-29705],[-134515,-34721],[-134326,-35731],[-133138,-33753],[-133515,-36877],[-128763,-26719],[-129785,-27137],[-129052,-26986],[-131274,-28758],[-134428,-34501],[-134337,-35564],[-132669,-33844],[-133563,-38120],[-133828,-36482],[-128919,-26491],[-134355,-34955],[-134390,-35392],[-132686,-33952],[-133877,-36593],[-128466,-26641],[-130078,-29336],[-134452,-34652],[-133824,-35666],[-133588,-37543],[-134052,-36717],[-128613,-26333],[-138139,-567675],[-134203,-50346],[-136178,-48779],[-134764,-49458],[-135685,-48766],[-128544,-44926],[-129407,-45784],[-136088,-42869],[-135523,-44857],[-139376,-41706],[-138500,-38575],[-137604,-39961],[-128482,-45189],[-138810,-43367],[-136127,-43128],[-135666,-44994],[-134296,-44584],[-128173,-44747],[-139517,-43076],[-136413,-43317],[-135648,-45145],[-134144,-44312],[-134610,-44309],[-139372,-41642],[-138556,-38629],[-138170,-39397],[-138808,-43497],[-136122,-43494],[-136016,-44567],[-139905,-41685],[-138570,-38630],[-138410,-39896],[-138219,-38646],[-137667,-39600],[-130976,-39544],[-131814,-39594],[-130792,-40183],[-130907,-39007],[-132968,-39324],[-132208,-38866],[-130941,-39411],[-131148,-40292],[-132402,-39674],[-132627,-38935],[-130927,-39579],[-131701,-39302],[-131310,-40316],[-130736,-39103],[-132695,-39512],[-132543,-38840],[-130818,-39726],[-131412,-39312],[-131358,-40689],[-130744,-39164],[-132940,-39641],[-132446,-38793],[-134438,-54150],[-133545,-52406],[-137441,-55834],[-136539,-58771],[-137790,-58630],[-138717,-58031],[-132652,-57513],[-133153,-56787],[-134566,-59387],[-134701,-62472],[-138069,-60085],[-128596,-55294],[-130242,-54750],[-131440,-54751],[-129235,-55781],[-129494,-55330],[-128009,-63274],[-130615,-54664],[-132882,-55330],[-137285,-55960],[-136774,-58562],[-137596,-58691],[-138359,-58361],[-132601,-57740],[-133236,-56854],[-135773,-59914],[-134454,-59766],[-134497,-62896],[-138596,-60450],[-130950,-56199],[-131045,-54840],[-130416,-54615],[-129701,-54946],[-130632,-60260],[-132427,-63538],[-135933,-63674],[-136851,-61603],[-134404,-60715],[-135721,-62905],[-134473,-61854],[-137997,-62144],[-137282,-61797],[-139582,-53821],[-140289,-60259],[-136506,-61161],[-137109,-56088],[-136510,-58717],[-137454,-58632],[-132393,-57893],[-133119,-57294],[-135502,-59817],[-135207,-60362],[-134573,-62119],[-138701,-59889],[-128177,-63354],[-135955,-63414],[-135737,-63644],[-136335,-62684],[-136770,-61713],[-134766,-62107],[-133130,-61197],[-133542,-61820],[-135035,-62848],[-136084,-58304],[-138394,-63310],[-128893,-62929],[-128849,-63005],[-128589,-62737],[-129102,-62368],[-129676,-59883],[-129632,-60201],[-130260,-60074],[-133963,-63233],[-133734,-63696],[-135668,-63733],[-134570,-63674],[-134949,-63549],[-136739,-62400],[-136929,-62103],[-133195,-60845],[-133493,-62860],[-135374,-61847],[-137341,-56970],[-137269,-57101],[-137169,-56768],[-137297,-60579],[-137210,-55593],[-136658,-58454],[-137390,-58654],[-138484,-58056],[-132803,-57685],[-133137,-56880],[-134594,-60463],[-135809,-60317],[-134899,-59908],[-134556,-62758],[-138597,-60607],[-128510,-62421],[-128055,-64382],[-128316,-69383],[-131061,-67737],[-130300,-68670],[-131585,-67616],[-131839,-68770],[-128954,-71231],[-129889,-71070],[-128955,-69798],[-131430,-69410],[-132644,-66773],[-131097,-65488],[-132861,-65687],[-130614,-67502],[-133401,-64377],[-132927,-63980],[-133605,-65992],[-133337,-65971],[-132730,-63815],[-132903,-63928],[-133614,-65854],[-135075,-66128],[-133465,-67030],[-134653,-65796],[-133172,-65979],[-132949,-67536],[-136602,-63889],[-138069,-65709],[-139938,-68362],[-140046,-72751],[-139726,-73041],[-139960,-72513],[-138986,-73311],[-138904,-72263],[-138517,-72245],[-140706,-72500],[-138146,-64703],[-136329,-66067],[-129770,-72411],[-131786,-72292],[-138352,-64084],[-135933,-65357],[-130305,-72587],[-131026,-72033],[-128215,-76031],[-139155,-70328],[-128866,-68877],[-129001,-69124],[-130552,-70523],[-130612,-69675],[-131240,-67546],[-132492,-67106],[-132478,-64587],[-131620,-64451],[-133422,-64679],[-133246,-65750],[-134386,-66389],[-134767,-67988],[-133703,-65977],[-134997,-68214],[-136347,-64217],[-137022,-68404],[-137788,-68187],[-136351,-67058],[-139845,-72551],[-139191,-72921],[-139162,-72773],[-138486,-72157],[-138629,-72730],[-138239,-72076],[-140353,-73163],[-138342,-64956],[-136332,-65735],[-130096,-71918],[-131155,-72522],[-130423,-75753],[-139767,-66616],[-139551,-66728],[-129823,-69008],[-130993,-68062],[-128875,-69182],[-130030,-69802],[-129292,-70880],[-131682,-67032],[-131449,-67606],[-132780,-67136],[-132624,-65941],[-134686,-64435],[-134373,-63830],[-132424,-64049],[-134344,-64821],[-132611,-67907],[-134902,-67966],[-134152,-67111],[-135582,-65931],[-135795,-67519],[-135422,-63960],[-136823,-63992],[-138580,-68880],[-138374,-64251],[-135947,-65448],[-130224,-72689],[-131417,-71891],[-135910,-100210],[-139121,-97346],[-136780,-95483],[-129847,-97745],[-128885,-92734],[-139139,-99094],[-135908,-100387],[-130639,-91417],[-129576,-100590],[-135598,-98118],[-133948,-99785],[-133609,-100125],[-132352,-97955],[-135685,-98148],[-132236,-98848],[-133832,-99967],[-135401,-101480],[-137006,-99749],[-136755,-99587],[-139274,-97464],[-136932,-95423],[-136767,-95598],[-129787,-91628],[-132373,-98135],[-130092,-99931],[-132023,-99066],[-135710,-98331],[-140175,-99517],[-136810,-101812],[-134213,-101663],[-129993,-113414],[-129735,-114740],[-130973,-113957],[-138786,-113993],[-137692,-110605],[-136934,-111239],[-139781,-111845],[-134346,-113476],[-135932,-112933],[-135697,-113060],[-132306,-110335],[-131964,-110415],[-132626,-108011],[-134540,-109083],[-135970,-108687],[-138713,-104636],[-139634,-102242],[-136857,-102230],[-134657,-104422],[-132115,-105718],[-131408,-103274],[-132053,-104648],[-128683,-102294],[-130436,-110158],[-128028,-104586],[-129949,-103950],[-140518,-102608],[-138317,-106648],[-132941,-112595],[-137726,-110282],[-137047,-112502],[-134006,-108692],[-133500,-112107],[-134299,-109354],[-136513,-105845],[-130083,-112224],[-128946,-112979],[-129573,-113235],[-129434,-111838],[-129765,-110982],[-130034,-110835],[-131264,-112258],[-131003,-112064],[-130964,-112377],[-128784,-113828],[-128772,-114136],[-128527,-114047],[-128582,-113362],[-128068,-112681],[-128104,-112480],[-129109,-113877],[-129439,-112954],[-129317,-113733],[-128288,-114810],[-136484,-107245],[-137235,-106955],[-138021,-106823],[-137112,-108302],[-136153,-108145],[-135861,-114807],[-131799,-113622],[-132065,-113926],[-131898,-114258],[-129666,-114600],[-130135,-113242],[-136944,-110967],[-139135,-112494],[-134563,-113424],[-131899,-110261],[-132894,-108973],[-133952,-112304],[-134848,-109188],[-136972,-114306],[-139138,-104993],[-138489,-104605],[-136641,-102282],[-137036,-103782],[-134560,-104613],[-134798,-104517],[-132117,-105922],[-128535,-102471],[-130498,-109558],[-130511,-109913],[-136411,-102509],[-140606,-103686],[-132776,-110637],[-138528,-113434],[-135770,-105281],[-129817,-113994],[-137964,-110992],[-139207,-112274],[-133791,-112347],[-134029,-112062],[-133083,-108352],[-137186,-114284],[-136643,-114164],[-139046,-104799],[-139266,-105095],[-134278,-104705],[-128499,-102619],[-130435,-109733],[-137974,-109381],[-136521,-113874],[-136865,-105154],[-129107,-112519],[-129356,-112621],[-129132,-112884],[-129931,-111400],[-129354,-111391],[-130002,-111165],[-130593,-112142],[-130601,-112027],[-130567,-112010],[-128548,-113990],[-128008,-114015],[-128590,-114001],[-128368,-112558],[-128155,-112694],[-129662,-113557],[-129540,-113626],[-129025,-113741],[-133352,-114910],[-136818,-106023],[-135670,-107419],[-135326,-108253],[-137757,-106667],[-137826,-106921],[-137967,-106251],[-137287,-108418],[-137002,-109034],[-136426,-108428],[-135300,-114762],[-135580,-114972],[-135533,-114795],[-132425,-114399],[-132276,-114340],[-131795,-113517],[-136222,-114644],[-135447,-111520],[-134942,-110509],[-128536,-114198],[-132440,-109976],[-132972,-110858],[-128415,-103989],[-128798,-104628],[-129354,-106297],[-140651,-105340],[-137838,-109096],[-132186,-110967],[-132521,-113901],[-136512,-109771],[-137732,-113742],[-129477,-113922],[-128240,-112785],[-133008,-111352],[-132208,-111546],[-132473,-112749],[-132406,-111388],[-140249,8022],[-139422,7972],[-137792,9303],[-138427,9882],[-137427,9898],[-139992,12533],[-131237,3073],[-132245,8823],[-129328,8218],[-130147,10795],[-129861,9916],[-130297,5880],[-129902,9447],[-137966,795],[-139166,1714],[-130208,2510],[-130121,867],[-133196,658],[-131282,574],[-140559,4826],[-139227,4876],[-139483,5020],[-139699,5621],[-136664,3677],[-136957,3891],[-136619,5583],[-136253,5992],[-137470,6323],[-135819,6496],[-136968,3203],[-140210,7497],[-139353,6802],[-137972,8291],[-136642,8061],[-134503,9931],[-131572,12610],[-131691,12845],[-134202,8714],[-133322,7156],[-133991,5076],[-133534,3951],[-133880,2551],[-134051,3028],[-134165,10280],[-132373,10553],[-132787,8958],[-135108,12993],[-140731,3297],[-139302,2856],[-136644,2364],[-136338,523],[-135760,3159],[-131145,6400],[-138933,1098],[-137946,1600],[-130153,2368],[-130419,1572],[-133175,423],[-130487,602],[-140560,4500],[-139311,4701],[-139436,5047],[-139545,5347],[-136455,3698],[-137254,3992],[-136548,5152],[-136604,6188],[-137126,6111],[-136346,6087],[-136965,3208],[-140236,7449],[-139168,6731],[-137894,8104],[-137022,8070],[-134684,10579],[-132262,12301],[-134330,9005],[-133531,7383],[-134026,5596],[-133871,7047],[-133074,5269],[-133778,4280],[-133704,2069],[-134147,2997],[-134230,10132],[-132792,10130],[-139795,3124],[-136389,2015],[-135662,364],[-130952,2697],[-130738,1458],[-131167,534],[-139573,5055],[-139507,4919],[-139622,5285],[-136602,3661],[-137311,3761],[-136517,5447],[-136247,5967],[-137081,5913],[-135996,6429],[-136998,2984],[-140344,7269],[-139179,7122],[-137815,8210],[-136316,8426],[-135166,10066],[-132477,12295],[-134102,8840],[-133679,7443],[-134201,5213],[-133292,4940],[-133701,4153],[-134023,2475],[-133879,3004],[-133591,10087],[-133342,9663],[-132835,9065],[-139699,3217],[-136026,2217],[-136085,476],[-131196,2981],[-129895,2618],[-128921,6280],[-129688,7281],[-130007,8828],[-129502,7488],[-131240,7549],[-131328,5537],[-137761,2222],[-130212,2541],[-130356,1012],[-133176,302],[-130409,753],[-140793,4318],[-139384,4679],[-139328,4988],[-139768,5496],[-136666,3483],[-137325,3714],[-136726,5384],[-136411,6106],[-137221,6362],[-136107,6592],[-137056,3254],[-140558,7550],[-139405,6801],[-137852,8156],[-136827,7943],[-135268,9946],[-131604,12814],[-134058,9176],[-133784,4049],[-133406,2481],[-133671,3848],[-133779,2386],[-134179,3388],[-133487,10239],[-132595,9682],[-132600,9050],[-135176,12910],[-137658,12652],[-139218,2925],[-136278,1440],[-136265,968],[-129750,9377],[-130750,7393],[-135429,133264],[-131449,130801],[-137461,129918],[-136703,129976],[-128402,135613],[-130033,128795],[-140730,132649],[-138389,132255],[-134942,129881],[-139563,135542],[-139977,139803],[-130101,128444],[-139816,136252],[-138070,134043],[-136452,133509],[-130131,138250],[-130307,138913],[-134216,129115],[-133299,129171],[-136231,133157],[-135545,132860],[-136052,133278],[-134872,133567],[-133405,133235],[-134435,134817],[-135209,135659],[-136306,137401],[-137567,138700],[-138179,137262],[-131899,130329],[-130229,131383],[-130790,130966],[-138902,131398],[-140428,131526],[-129383,135987],[-134780,133716],[-133835,133523],[-132908,132860],[-132505,131879],[-135768,135775],[-135898,138229],[-138151,139189],[-137717,137199],[-131817,130034],[-130322,131524],[-130896,131407],[-132794,129909],[-133802,129856],[-134968,131564],[-134707,134337],[-135884,135442],[-136294,137366],[-137492,138322],[-137453,137774],[-131434,130686],[-130900,130838],[-131253,131874],[-132691,130039],[-133890,135338],[-136225,136737],[-135970,137677],[-137536,139772],[-138130,136662],[-130937,130323],[-130392,131301],[-130710,131856],[-135884,133374],[-132400,131981],[-134148,130281],[-131947,130004],[-140415,130126],[-139549,129374],[-139248,128264],[-139407,129584],[-139851,129340],[-129087,145362],[-137125,142173],[-136443,141244],[-138941,147156],[-138405,152445],[-139667,142532],[-137907,149577],[-135522,148607],[-130954,150823],[-134659,153138],[-135234,151112],[-137581,152757],[-139894,151154],[-128025,147803],[-128708,151204],[-132997,148823],[-138157,145313],[-137387,146053],[-133398,151103],[-131386,147828],[-132083,143031],[-140359,146645],[-131573,151505],[-134387,152969],[-135272,150964],[-137204,152317],[-140209,152062],[-128267,147954],[-128841,151217],[-132940,148165],[-139895,146605],[-139957,147676],[-137701,147412],[-132882,149694],[-131428,147890],[-131418,143374],[-129674,145730],[-132044,153783],[-132090,148662],[-138882,141901],[-140179,148189],[-137241,151797],[-140792,141339],[-130895,151217],[-134606,153292],[-134732,151090],[-137439,152122],[-139303,151836],[-129227,151288],[-132834,148232],[-140668,147336],[-137524,145697],[-137789,146741],[-132934,150373],[-130995,148816],[-131453,142955],[-140197,151664],[-128542,149913],[-132082,143390],[-140491,141043],[-131480,150074],[-134246,152955],[-134723,151519],[-136508,152721],[-139325,152482],[-129203,150974],[-133007,147985],[-140474,147552],[-138850,146672],[-139784,147672],[-137564,145649],[-137283,145868],[-132582,150085],[-131150,147944],[-131436,143849],[-138792,152127],[-140728,151233],[-131918,143527],[-132587,162051],[-135010,161910],[-129636,155554],[-134960,157250],[-128185,154868],[-129006,156585],[-129366,156009],[-128496,156659],[-130001,228028],[-128812,226874],[-129131,229718],[-129772,228452],[-128008,227694],[-129002,228339],[-129366,229429],[-128890,229271],[-128797,229468],[-130012,228353],[-131606,241701],[-130949,236869],[-130556,238377],[-132549,235362],[-128607,233139],[-129852,239963],[-129128,240726],[-130634,239697],[-130172,238919],[-134238,233856],[-132357,234845],[-136188,237105],[-136589,235675],[-136736,236329],[-136782,235027],[-129310,238568],[-128879,241509],[-131146,242363],[-130629,237258],[-130574,238389],[-131336,238719],[-128749,240829],[-133972,233522],[-134255,234053],[-128187,232511],[-128292,233047],[-129648,241489],[-130391,239047],[-130018,239085],[-129222,240161],[-130677,232265],[-134361,235479],[-132644,232476],[-133378,237015],[-136345,237534],[-133506,235277],[-136392,235629],[-136510,234880],[-131930,234182],[-132247,238346],[-131194,240010],[-129021,241091],[-130747,239813],[-128893,241981],[-128954,233181],[-129294,240272],[-132283,242947],[-131884,242179],[-135173,236312],[-135806,235277],[-137090,236140],[-133776,234390],[-131880,232478],[-130133,231906],[-130039,231716],[-132713,235873],[-130577,237606],[-129503,241623],[-130431,231128],[-128387,233838],[-129868,240503],[-128813,242202],[-129633,239015],[-132431,235144],[-132748,234166],[-132633,232229],[-135264,236830],[-136920,236092],[-135670,237307],[-134210,235553],[-135349,235063],[-128348,235075],[-131424,243645],[-131091,244244],[-129022,244653],[-130176,243670],[-130873,243582],[-132182,243820],[-129527,246383],[-130442,244154],[-129867,245193],[-128970,244671],[-129696,244825],[-135139,18217],[-136264,21099],[-129956,14753],[-134502,25101],[-131022,23486],[-140598,22056],[-139504,22193],[-137533,20689],[-137427,18297],[-138695,16895],[-139180,16085],[-140006,17644],[-131030,13146],[-130610,14511],[-133678,14617],[-134814,13019],[-137315,13415],[-137719,13705],[-139220,20510],[-138698,20422],[-138417,22077],[-139536,23219],[-131441,17043],[-133000,14793],[-131307,18301],[-130649,22893],[-128678,21603],[-130522,25507],[-132139,23566],[-129701,24662],[-135488,24595],[-136141,22065],[-135617,22256],[-133014,22671],[-131768,21055],[-131541,20816],[-138545,23841],[-137378,23786],[-128448,15212],[-130196,14802],[-136459,19472],[-129121,15965],[-136663,17138],[-130752,21940],[-134789,21189],[-135965,17930],[-132795,21846],[-140556,22332],[-139601,22454],[-137501,20698],[-137526,18057],[-138751,17214],[-139083,16143],[-140020,17473],[-130375,14071],[-137450,13018],[-137393,13624],[-139726,19965],[-138379,19724],[-138884,22329],[-140135,23698],[-140531,24503],[-132185,16805],[-133134,14856],[-131021,18176],[-130822,22801],[-130416,25357],[-131970,24249],[-128872,25148],[-135278,24994],[-136290,21890],[-134901,22808],[-133014,22464],[-131715,20648],[-131310,20546],[-138913,24155],[-137380,23452],[-139335,22465],[-137600,20638],[-137592,17963],[-138818,17022],[-138924,15838],[-140124,17301],[-131468,13349],[-131056,13730],[-133078,13900],[-134703,13181],[-137549,13348],[-137686,13622],[-139380,20419],[-138807,19938],[-138780,21645],[-139814,23795],[-131781,17176],[-133217,14608],[-131220,18538],[-130997,22772],[-129428,21768],[-132759,23964],[-129141,24808],[-136488,25070],[-135275,24652],[-136085,21393],[-135623,22278],[-133073,22618],[-130721,21069],[-138278,24345],[-136745,23423],[-128197,15451],[-129080,15629],[-136477,22006],[-136664,16158],[-135343,25259],[-134080,22468],[-132771,20036],[-135027,17130],[-136451,21042],[-140393,22268],[-139592,22574],[-137597,20710],[-137531,18084],[-138509,17236],[-139083,15938],[-140127,17236],[-131795,13726],[-130843,14146],[-133670,14430],[-137746,14019],[-139515,19717],[-138606,19997],[-138849,21600],[-139840,23100],[-140677,24256],[-131784,17054],[-133273,14870],[-131519,18259],[-130785,22528],[-132653,24296],[-129742,24373],[-136564,24690],[-135536,22407],[-132962,22391],[-131719,20963],[-130881,21040],[-138520,24522],[-136878,23826],[-128309,13146],[-135185,21127],[-133901,21985],[-135509,15445],[-132611,23589],[-131978,301714],[-130553,301705],[-129953,301094],[-129343,302486],[-128449,304265],[-128226,303037],[-130008,300755],[-129878,302950],[-128269,302122],[-128961,304778],[-130272,306794],[-130169,306338],[-130403,302377],[-128631,304275],[-129708,306896],[-128475,306811],[-131893,304585],[-132322,301102],[-128449,302126],[-137311,29259],[-137221,27921],[-138865,29273],[-139856,27735],[-139384,27949],[-136919,31664],[-137715,31033],[-128163,28936],[-128603,30801],[-129434,30342],[-130911,30365],[-131920,28875],[-132284,28184],[-130755,28669],[-129989,29776],[-130985,28946],[-132925,32124],[-132686,31639],[-131700,32941],[-131489,33053],[-130503,32010],[-130468,31595],[-129529,31789],[-137353,35798],[-139624,35520],[-139304,36992],[-136517,36305],[-136539,37056],[-140636,36157],[-130382,34508],[-132168,36293],[-130155,26017],[-133958,30448],[-134718,32451],[-137030,26438],[-135584,27423],[-133847,33946],[-134273,35738],[-137208,26911],[-134359,30437],[-137544,28562],[-137114,29341],[-137807,28525],[-138738,28650],[-140225,28159],[-139238,28650],[-137024,31756],[-137790,31078],[-128094,29678],[-128350,29171],[-129012,30982],[-129283,30117],[-130545,30007],[-130860,31458],[-131747,28621],[-132585,28481],[-130648,28511],[-130091,29823],[-130592,29174],[-132623,32195],[-132881,31642],[-131894,32825],[-131388,33033],[-130325,32141],[-130409,31471],[-129981,31926],[-137414,36115],[-139672,36065],[-139314,37030],[-136901,36895],[-140760,35869],[-130238,34606],[-132481,36436],[-130312,25912],[-133973,29861],[-134844,32287],[-137451,26304],[-135978,26926],[-137981,28071],[-137481,29151],[-137107,27881],[-139264,29026],[-140042,27623],[-139526,28565],[-136883,31104],[-138034,30745],[-128387,29051],[-129003,31059],[-129177,30078],[-130477,30197],[-131962,28305],[-132370,28080],[-130868,28806],[-130337,29997],[-130588,28951],[-132698,32344],[-133068,31619],[-131505,33049],[-131350,32536],[-130460,32020],[-130355,31612],[-129724,31860],[-137499,36013],[-139677,37095],[-136227,36434],[-136861,36897],[-128417,31056],[-130608,34725],[-132174,36112],[-134314,30002],[-134843,32903],[-137447,26354],[-136098,27289],[-137553,29745],[-137081,28315],[-139283,28776],[-139807,28002],[-139001,28374],[-137062,31505],[-137308,31157],[-128016,29422],[-128000,29478],[-128664,30616],[-129634,30005],[-130725,30002],[-132637,28437],[-130906,28573],[-129892,30082],[-130621,29144],[-132732,32472],[-133123,31858],[-131806,33065],[-131389,32871],[-130553,32324],[-130316,31532],[-129502,31837],[-138169,36587],[-139215,36657],[-136250,36162],[-136203,37140],[-140285,35984],[-131113,34234],[-132481,36360],[-133674,30548],[-134613,32148],[-137207,26336],[-136141,26741],[-131843,33077],[-133337,34248],[-128382,39416],[-129513,39655],[-131523,40619],[-133857,41096],[-136990,44097],[-138228,44342],[-140625,44081],[-139830,45008],[-137432,42704],[-139159,46203],[-128981,38901],[-128332,39323],[-129517,39534],[-131680,40775],[-133517,41429],[-136999,44115],[-138094,44751],[-140245,44932],[-137366,42370],[-140743,46992],[-140017,46979],[-128057,39109],[-129390,39681],[-131387,40309],[-133626,40915],[-136619,44253],[-138315,44458],[-140728,44283],[-139902,44983],[-137611,42823],[-139273,46815],[-128189,39516],[-129334,39566],[-131800,40626],[-133349,41144],[-136822,43930],[-138038,44588],[-139941,44931],[-137469,42700],[-139560,46489],[-128283,76446],[-130125,75277],[-130946,72482],[-136733,68533],[-137838,69059],[-139107,68834],[-131940,64316],[-134345,73824],[-137710,67113],[-134829,68471],[-132515,71029],[-135508,69420],[-134941,71394],[-132029,73170],[-131628,73589],[-130852,74988],[-136007,71010],[-136430,69524],[-137712,68865],[-138976,69663],[-132548,64757],[-128029,76331],[-134025,72978],[-132990,71478],[-135247,69562],[-134756,70978],[-131982,72504],[-131794,74375],[-130761,75524],[-136060,70852],[-137014,68669],[-137499,69280],[-139461,68470],[-132891,64321],[-128153,75702],[-131945,71756],[-130067,75751],[-133764,70278],[-132615,73887],[-137202,69562],[-138270,68879],[-139889,69819],[-132941,65696],[-133840,74081],[-137612,66733],[-140150,66449],[-134556,69997],[-132472,85255],[-133050,80410],[-134369,89520],[-130249,89377],[-131415,85854],[-129604,81203],[-130994,85135],[-132763,85237],[-128132,81725],[-133481,88373],[-133277,87475],[-131960,85436],[-130497,88195],[-129506,87564],[-130679,87307],[-129891,85746],[-133577,84155],[-131067,80433],[-133891,81166],[-133748,89794],[-130960,85981],[-132802,85014],[-133256,82684],[-136948,83950],[-133770,84567],[-129376,97543],[-128514,95669],[-129084,94364],[-129766,93031],[-129898,92396],[-129234,91221],[-129529,97647],[-128938,94802],[-129083,92084],[-128522,90932],[-128706,101571],[-128763,93581],[-130117,94355],[-129616,97820],[-129191,94249],[-129945,93409],[-129981,101357],[-129439,98136],[-128416,95695],[-129259,94062],[-130267,92959],[-129211,91607],[-128940,91440],[-131770,94784],[-130602,91938],[-131580,92215],[-132212,91725],[-134145,89950],[-133926,95361],[-133390,93651],[-132636,96091],[-137017,98320],[-136965,97903],[-134754,97340],[-136413,95715],[-130253,90788],[-135658,102159],[-133983,100519],[-130914,92949],[-130399,91904],[-130924,91753],[-132154,92471],[-131618,95195],[-131976,92168],[-135579,96175],[-134877,94776],[-133671,94324],[-133180,94041],[-133240,96149],[-136485,96330],[-136619,98362],[-134127,97421],[-136777,97965],[-130411,91550],[-136365,101295],[-133477,99624],[-137506,102347],[-138898,99462],[-138931,98203],[-137325,98339],[-138252,94923],[-137858,95117],[-136304,93452],[-133550,94557],[-132043,95711],[-132150,92494],[-132455,94303],[-132043,92128],[-133787,89952],[-132745,95042],[-135753,96704],[-134293,94862],[-133037,94018],[-132792,96366],[-136687,98089],[-135265,97850],[-134191,96330],[-130204,90621],[-131197,93995],[-136028,96334],[-130690,92151],[-131453,92494],[-131812,94695],[-131914,92023],[-133044,95240],[-134713,95737],[-133593,94663],[-133436,93846],[-132989,95824],[-136476,98271],[-135359,96876],[-134229,96607],[-129863,90091],[-135134,100553],[-132021,101400],[-134530,101202],[-131934,100599],[-131898,113235],[-130103,113991],[-129764,112739],[-130719,113315],[-131665,112261],[-131168,114562],[-130510,108628],[-130123,110811],[-129319,111329],[-128414,112605],[-129130,108625],[-128405,107229],[-131866,113173],[-132099,111732],[-131571,113519],[-130271,114102],[-128880,112454],[-130967,113127],[-131869,111252],[-131579,114464],[-130494,108811],[-130401,110575],[-129591,110557],[-129309,108715],[-128475,108147],[-128761,107929],[-131534,112977],[-132378,113856],[-130402,113848],[-129358,112512],[-130814,113286],[-131411,111419],[-131078,113869],[-129842,108738],[-131364,108734],[-129771,111112],[-128864,110568],[-128529,112739],[-128943,108122],[-128829,108082],[-128780,107211],[-132275,113371],[-130189,113936],[-129445,112224],[-131102,112940],[-131373,111789],[-131438,114249],[-130567,108638],[-131285,108564],[-129582,111219],[-128925,111001],[-128062,113535],[-128838,108142],[-128865,107735],[-131680,112089],[-140789,108711],[-133358,103496],[-135900,104282],[-139651,103003],[-132878,111992],[-133884,112451],[-134472,113263],[-133134,113845],[-136674,110249],[-134108,109812],[-132504,109010],[-131532,108289],[-133019,109898],[-135837,112627],[-137321,115025],[-133407,107423],[-134088,104696],[-132710,106154],[-131667,107549],[-139568,109307],[-139518,108152],[-139697,106891],[-140523,106535],[-134953,106986],[-134833,107873],[-133970,111894],[-133849,113159],[-134549,112712],[-132703,113946],[-137258,109397],[-133888,109686],[-132613,109503],[-132021,108409],[-133706,110195],[-134199,111323],[-135557,112446],[-135750,114738],[-137183,114199],[-137685,114286],[-133045,106301],[-134263,106803],[-133348,105390],[-132601,105784],[-132213,107524],[-139044,109436],[-139603,108702],[-140154,108283],[-140274,107109],[-139739,105995],[-134256,111490],[-132320,105258],[-134865,108305],[-134492,108831],[-133213,107089],[-135034,106464],[-132689,112477],[-134306,112191],[-134040,112678],[-134898,112772],[-137626,109294],[-134070,110049],[-132082,109294],[-133177,110968],[-135124,111987],[-135960,114502],[-133986,107200],[-134237,105507],[-133144,106059],[-132099,107432],[-139121,109559],[-139970,107897],[-139942,107678],[-140200,105820],[-135492,109888],[-136390,108439],[-135156,108196],[-135836,107302],[-135338,107259],[-135129,107093],[-132268,112043],[-132754,112652],[-134125,112062],[-134039,112378],[-134835,113052],[-136457,108927],[-134423,110176],[-132270,108995],[-134062,111462],[-135664,112516],[-136876,111948],[-133368,106502],[-134074,106700],[-134109,104885],[-132556,105401],[-132388,108026],[-139451,109975],[-140482,108071],[-139675,106840],[-140397,105734],[-132801,109650],[-132948,110985],[-133898,104227],[-139548,110183],[-136578,125440],[-132003,127249],[-131731,120723],[-132387,120456],[-132563,122247],[-130686,123315],[-127740,121858],[-128332,124278],[-132472,126224],[-132189,127049],[-131860,120777],[-131426,119598],[-132487,120236],[-132805,122150],[-130892,123043],[-129719,122644],[-131110,121906],[-130094,118032],[-129168,117765],[-131366,118645],[-131067,119608],[-128043,121165],[-132610,126153],[-133037,126407],[-135501,124362],[-133041,126789],[-132177,119457],[-132516,120710],[-133300,122760],[-130499,122925],[-129162,123413],[-129420,121950],[-128129,122981],[-132300,126331],[-132583,126606],[-131367,119605],[-132308,120183],[-132484,122065],[-131196,122923],[-129685,122753],[-128139,122660],[-129608,123188],[-129184,119808],[-129293,117895],[-132972,126442],[-138280,126713],[-140215,116247],[-136736,116250],[-138988,117109],[-135037,116874],[-135388,119323],[-138938,119084],[-137915,115833],[-136167,123488],[-139252,116298],[-140190,117578],[-138592,128014],[-138999,116435],[-135954,117704],[-137576,118029],[-135764,118930],[-139126,119140],[-137633,115672],[-140735,124776],[-140786,125066],[-140725,116773],[-139445,116956],[-136907,116112],[-135905,117577],[-137185,118287],[-138766,117459],[-136272,119563],[-138227,119942],[-137840,115657],[-140052,115982],[-140208,127847],[-139331,117206],[-137554,117702],[-136164,119460],[-138599,119601],[-138039,115424],[-141057,-125421],[-143262,-120428],[-152893,-120344],[-141580,-117761],[-146183,-116191],[-147225,-122949],[-146998,-122634],[-148342,-123877],[-143611,-125477],[-153071,-120792],[-141061,-125158],[-141504,-120511],[-153405,-120396],[-150590,-119764],[-142270,-116999],[-146338,-116184],[-147020,-122843],[-148763,-124523],[-141176,-116055],[-143387,-124928],[-141279,-126468],[-141109,-122895],[-142763,-123853],[-141652,-123105],[-141846,-121354],[-143306,-122023],[-144577,-121893],[-143001,-120550],[-152763,-119501],[-150423,-119882],[-150620,-119628],[-142050,-117328],[-148305,-123574],[-147564,-124222],[-141806,-115199],[-141497,-115858],[-141486,-115447],[-142194,-124847],[-144545,-126628],[-145255,-121911],[-143080,-122163],[-142836,-122200],[-152018,-119411],[-147152,-123091],[-143288,-126866],[-142743,-115767],[-141190,-127618],[-143449,-126651],[-144137,-126718],[-143589,-139534],[-145173,-137929],[-144823,-138700],[-148447,-136973],[-148701,-137635],[-146127,-133254],[-148538,-137334],[-145622,-135986],[-145864,-135881],[-145382,-136180],[-148028,-135807],[-144330,-140435],[-144696,-139673],[-143358,-140388],[-142622,-140231],[-143213,-140124],[-146150,-139062],[-145662,-138873],[-144669,-139188],[-148114,-139355],[-147949,-139140],[-147784,-138950],[-149483,-138219],[-148338,-137329],[-148417,-138213],[-145882,-137457],[-145509,-137705],[-145275,-137689],[-146008,-134863],[-145195,-135723],[-145243,-135695],[-144144,-135559],[-147304,-134021],[-145055,-139787],[-145070,-140357],[-143875,-139467],[-143559,-140562],[-143031,-140321],[-145173,-138273],[-144735,-138239],[-145181,-138591],[-147948,-139388],[-147804,-139085],[-147811,-139253],[-147853,-137928],[-148418,-138105],[-149513,-138043],[-144780,-137863],[-145834,-137006],[-145664,-136698],[-146323,-135601],[-146233,-134107],[-144941,-135196],[-143885,-140241],[-144988,-137336],[-145815,-137688],[-148524,-131911],[-145892,-130194],[-149732,-132616],[-142448,-135525],[-142035,-132276],[-152778,-132095],[-152075,-132978],[-142183,-130501],[-141999,-135330],[-142196,-131841],[-152754,-131323],[-152223,-134776],[-147276,-131757],[-141841,-134955],[-142174,-135661],[-141997,-131977],[-147261,-130434],[-152045,-134338],[-151299,-134230],[-141113,-128674],[-142468,-128215],[-153269,-133615],[-143476,-129072],[-143224,-132838],[-144838,-143997],[-141913,-146073],[-143084,-144979],[-151337,-143399],[-146342,-141718],[-151057,-141452],[-148029,-146574],[-147901,-144119],[-140998,-144261],[-144619,-143941],[-141532,-146361],[-146631,-145748],[-151880,-141340],[-142414,-141902],[-141919,-142315],[-141139,-141134],[-143440,-141539],[-143457,-141294],[-142837,-141179],[-144126,-141227],[-148131,-141794],[-148224,-142415],[-149517,-141968],[-146001,-142499],[-145794,-142419],[-147075,-141779],[-147801,-144662],[-148115,-144224],[-147803,-146679],[-146776,-145654],[-141222,-145065],[-141477,-146099],[-141896,-146308],[-146112,-146050],[-150728,-143063],[-151097,-141180],[-151305,-143714],[-149135,-145237],[-151407,-144414],[-141980,-141296],[-141049,-142465],[-141701,-141939],[-142978,-141524],[-144225,-141203],[-143921,-140629],[-148248,-142714],[-149335,-142383],[-148883,-143002],[-146164,-142502],[-145734,-142729],[-145729,-142031],[-145613,-144256],[-143655,-144810],[-143798,-144491],[-147579,-145028],[-142883,-141068],[-146318,-146180],[-150523,-143084],[-145013,-145726],[-145036,-144139],[-147251,-149361],[-146618,-148786],[-147441,-149491],[-146802,-148790],[-150082,-149867],[-141934,-150970],[-141186,-150760],[-144058,-150995],[-148493,-150417],[-148171,-150299],[-146235,-150830],[-142555,-148375],[-142968,-148420],[-142246,-149150],[-152040,-152260],[-145538,-149644],[-152996,-151152],[-150811,-150460],[-150776,-151411],[-141008,-149811],[-142660,-149425],[-143363,-149437],[-144583,-150830],[-145958,-149877],[-143298,-148610],[-141689,-149385],[-142182,-148714],[-143643,-151227],[-143909,-150695],[-144156,-150997],[-146635,-152417],[-146774,-152298],[-146960,-152614],[-146635,-152417],[-146774,-152298],[-146960,-152614],[-152388,-152359],[-150773,-150225],[-145906,-149606],[-145567,-149311],[-146431,-148751],[-145816,-149940],[-144340,-150731],[-143478,-151062],[-143742,-151517],[-144058,-151432],[-144126,-150973],[-144248,-150683],[-146594,-151949],[-146233,-152224],[-146398,-152033],[-144443,-151022],[-144226,-151317],[-144549,-151388],[-144021,-150590],[-147837,-153128],[-148184,-153174],[-147123,-152430],[-147348,-152282],[-147256,-152151],[-148590,-153315],[-148467,-152904],[-148703,-152767],[-148679,-153095],[-147132,-150179],[-147507,-150268],[-147744,-150389],[-147274,-150342],[-146184,-152250],[-146311,-152400],[-146748,-152469],[-146342,-152568],[-146996,-152119],[-146184,-152250],[-146311,-152400],[-146748,-152469],[-146342,-152568],[-146996,-152119],[-150009,-150216],[-147118,-149294],[-148856,-152861],[-148364,-150342],[-141518,-153616],[-148629,-153589],[-143730,-154994],[-148958,-154760],[-148513,-153706],[-143852,-161471],[-142291,-163199],[-144096,-164153],[-141028,-158637],[-145696,-165870],[-148238,-153792],[-147928,-153648],[-147801,-153498],[-143969,-155079],[-144093,-154250],[-144021,-161408],[-145716,-165672],[-148262,-159826],[-144386,-155473],[-143578,-162093],[-143049,-162037],[-142978,-161666],[-144299,-162689],[-144507,-163255],[-143970,-162917],[-141446,-162215],[-141941,-161331],[-142137,-162030],[-141176,-161428],[-140887,-161746],[-141561,-156625],[-141140,-156289],[-140865,-156787],[-141802,-158536],[-141340,-158708],[-141339,-158614],[-153239,-162065],[-152584,-165204],[-150627,-157372],[-146060,-155585],[-146790,-158004],[-144429,-159149],[-147496,-161533],[-148584,-163099],[-150944,-162604],[-151257,-160729],[-153274,-159259],[-152356,-157963],[-144679,-154059],[-144898,-157773],[-148391,-153546],[-148537,-153903],[-143217,-154660],[-148114,-153884],[-150418,-154880],[-141047,-157338],[-141026,-158885],[-142442,-162637],[-142281,-163530],[-143904,-163848],[-145502,-165868],[-142660,-156691],[-143016,-162269],[-143422,-161752],[-143106,-161803],[-144279,-163618],[-144022,-162748],[-143989,-163024],[-142101,-161280],[-141645,-162163],[-141761,-161639],[-140819,-161146],[-142437,-156178],[-142796,-156535],[-140892,-156913],[-141342,-156410],[-141009,-158094],[-141239,-158771],[-141113,-158362],[-149764,-178063],[-149784,-178237],[-150582,-178169],[-149974,-178814],[-140967,-171205],[-145067,-168966],[-144536,-167061],[-152664,-174596],[-150378,-174116],[-153268,-171632],[-147920,-170976],[-148760,-173392],[-145368,-174189],[-142929,-172527],[-141006,-173184],[-141549,-172906],[-141884,-176618],[-142246,-176953],[-147895,-167907],[-148979,-167856],[-152180,-168534],[-144477,-171299],[-142433,-167532],[-147993,-178825],[-144290,-167283],[-150374,-171633],[-144134,-174495],[-145632,-174311],[-145159,-174703],[-144352,-172985],[-148214,-174161],[-148997,-173437],[-150752,-173930],[-151269,-173128],[-152223,-171934],[-153354,-171169],[-148077,-168897],[-151322,-169951],[-150003,-171824],[-149425,-172223],[-149981,-172092],[-148450,-173326],[-148298,-172574],[-148381,-172620],[-148785,-171264],[-148763,-171262],[-148606,-171160],[-141676,-171956],[-141491,-171612],[-142297,-171747],[-142180,-169434],[-142348,-169452],[-142544,-169048],[-142066,-166817],[-142594,-167201],[-142291,-166795],[-143259,-176758],[-145241,-178299],[-146923,-176459],[-146153,-176270],[-143054,-177107],[-142708,-173677],[-142571,-172299],[-146485,-175414],[-144864,-168577],[-143494,-167014],[-144835,-167152],[-144715,-166818],[-149109,-170124],[-143776,-168835],[-144230,-168426],[-144828,-168795],[-142903,-167221],[-143017,-166468],[-141385,-166990],[-140951,-169288],[-143387,-170301],[-143751,-170159],[-145468,-169094],[-144619,-167418],[-145895,-167562],[-152914,-174169],[-148128,-171357],[-148572,-173629],[-146270,-175439],[-145223,-171822],[-142758,-171527],[-141377,-173111],[-141845,-177819],[-142727,-175785],[-143595,-176817],[-153502,-171636],[-150884,-171686],[-147751,-168088],[-148457,-167439],[-151471,-172800],[-147799,-173470],[-151146,-169802],[-150873,-170634],[-148940,-178186],[-145778,-177055],[-150668,-170021],[-149404,-171623],[-149938,-171909],[-149607,-171784],[-148260,-172847],[-148172,-172638],[-147968,-172621],[-147892,-171252],[-148277,-171222],[-148759,-170438],[-141563,-171690],[-141658,-171906],[-141517,-171470],[-142139,-169020],[-142159,-169750],[-142356,-169542],[-142273,-167195],[-141825,-167253],[-141779,-166976],[-144993,-177169],[-145486,-177065],[-146884,-177274],[-144517,-177726],[-142879,-177468],[-142799,-173034],[-142984,-172313],[-146052,-175193],[-143781,-177233],[-142389,-173465],[-142005,-172113],[-146541,-175564],[-151957,-180212],[-152348,-180353],[-152952,-179969],[-152060,-179904],[-149176,-180617],[-149699,-180372],[-152424,-189348],[-149018,-182046],[-150778,-186130],[-149352,-179587],[-151535,-180587],[-149512,-179539],[-149536,-180184],[-149961,-180409],[-152397,-180537],[-152711,-180550],[-153095,-180046],[-152947,-179759],[-152144,-179742],[-152448,-180159],[-151819,-180264],[-141310,-189503],[-142745,-185493],[-152109,-191318],[-141846,-186480],[-148744,-181687],[-151984,-180647],[-148683,-180512],[-153145,-182899],[-153338,-179451],[-151598,-191786],[-152972,-191246],[-152020,-189299],[-152586,-189193],[-151503,-190499],[-150879,-188170],[-141730,-190145],[-144390,-186636],[-140897,-186332],[-148961,-181301],[-150939,-184049],[-147970,-182855],[-153094,-185960],[-152723,-184899],[-148554,-189733],[-149531,-188648],[-152212,-188607],[-152701,-186337],[-151750,-187201],[-151639,-187563],[-148191,-186100],[-149826,-180118],[-153018,-185542],[-146540,-191617],[-152359,-187088],[-153370,-187498],[-148336,-180101],[-148400,-180849],[-147242,-181099],[-141254,-180298],[-147771,-182072],[-148551,-181031],[-149489,-179338],[-144257,-181123],[-145920,-180766],[-146787,-179456],[-144979,-184994],[-144922,-183263],[-145540,-183614],[-145085,-184234],[-142997,-185444],[-141192,-184897],[-141570,-185112],[-140983,-185289],[-142779,-180638],[-147678,-180463],[-147394,-183455],[-144659,-183939],[-145101,-183287],[-145534,-183795],[-148631,-180377],[-147654,-197306],[-147901,-196547],[-147970,-196746],[-152078,-192386],[-152162,-192025],[-152249,-192275],[-151725,-191971],[-150717,-192539],[-148037,-194514],[-148222,-193463],[-147897,-193812],[-146692,-192073],[-149340,-193100],[-148430,-194828],[-148406,-193818],[-146714,-197106],[-148525,-191812],[-150282,-193364],[-146326,-192331],[-147143,-196869],[-147475,-197358],[-146101,-195569],[-149741,-193305],[-151900,-199532],[-151945,-201237],[-151757,-201990],[-151605,-201255],[-150397,-195936],[-149821,-195584],[-150170,-196298],[-149225,-200798],[-146725,-200945],[-141935,-203579],[-142750,-203760],[-143684,-204155],[-145580,-202897],[-146774,-203228],[-145172,-203616],[-150015,-197365],[-149892,-199763],[-150058,-199051],[-152833,-196487],[-151047,-198972],[-151563,-203285],[-151163,-204368],[-149989,-204134],[-150111,-193837],[-149091,-198912],[-148684,-200253],[-148434,-200277],[-146309,-198823],[-148578,-201088],[-148275,-201044],[-152512,-194495],[-151191,-195583],[-151289,-196551],[-146582,-203194],[-146249,-202015],[-148097,-204564],[-148551,-204555],[-141910,-203425],[-148573,-202911],[-149735,-204220],[-148938,-200628],[-148689,-200849],[-152149,-196441],[-151651,-196084],[-150072,-197696],[-150166,-198466],[-149710,-195235],[-149122,-195712],[-149619,-194732],[-150134,-194609],[-150596,-195665],[-148854,-193807],[-152962,-194360],[-152456,-194275],[-152696,-199275],[-152230,-199603],[-152239,-199168],[-152618,-200868],[-152378,-201492],[-152013,-201358],[-152490,-202500],[-151951,-202783],[-152160,-202213],[-153543,-201363],[-151335,-197696],[-153354,-200185],[-151811,-199509],[-151956,-194800],[-149612,-194749],[-152962,-195808],[-152348,-194084],[-153237,-201267],[-148699,-204277],[-148686,-204156],[-148976,-202794],[-150563,-202911],[-150778,-198208],[-152863,-198292],[-153554,-199745],[-149268,-204154],[-146770,-216463],[-150910,-209708],[-143350,-204846],[-143748,-205014],[-147772,-216706],[-153134,-209462],[-145081,-217187],[-146970,-215993],[-148406,-204800],[-148723,-209008],[-147574,-207528],[-144332,-205517],[-149052,-217391],[-148731,-216307],[-150059,-205206],[-148005,-216647],[-144644,-214791],[-143866,-215003],[-143802,-215232],[-145977,-209634],[-147242,-217005],[-150568,-209584],[-147568,-207107],[-148136,-217123],[-146572,-216661],[-147049,-217014],[-147039,-216162],[-147244,-216239],[-147216,-216785],[-150413,-209848],[-146176,-216531],[-148621,-204891],[-147212,-217296],[-148019,-216749],[-141466,-230162],[-141206,-229861],[-140851,-230070],[-151083,-223303],[-150876,-222681],[-151076,-222960],[-142125,-221990],[-141554,-220438],[-142072,-220341],[-141448,-219462],[-143195,-219596],[-149384,-229202],[-150336,-228016],[-150007,-229521],[-149927,-228017],[-149488,-228921],[-149940,-227572],[-149490,-228235],[-148823,-224834],[-149271,-225507],[-147703,-225050],[-148159,-225267],[-146647,-224598],[-146328,-223418],[-146656,-221815],[-147372,-221090],[-145724,-220555],[-144912,-220525],[-145267,-220275],[-141032,-229720],[-150530,-228285],[-150478,-228082],[-151215,-224785],[-151545,-224864],[-147418,-217521],[-141931,-221419],[-140933,-222475],[-141373,-222436],[-145102,-217595],[-146568,-222278],[-145820,-221445],[-144023,-222468],[-143426,-222609],[-143942,-221668],[-144028,-222692],[-146467,-224613],[-149276,-228251],[-147770,-228636],[-145467,-227739],[-145660,-227170],[-141909,-227414],[-141291,-223731],[-147541,-224812],[-146318,-227510],[-145454,-224219],[-141794,-224568],[-149696,-225838],[-149508,-230070],[-149256,-224813],[-146880,-227307],[-147356,-217960],[-145271,-217775],[-145393,-217574],[-147250,-229190],[-145793,-227134],[-145731,-227652],[-144366,-227288],[-149461,-229336],[-147568,-225301],[-146720,-225124],[-146718,-222563],[-147509,-222295],[-145795,-225524],[-148080,-226474],[-146778,-227880],[-141072,-225501],[-142245,-222036],[-142568,-221847],[-144024,-229695],[-150917,-222881],[-145485,-228491],[-145844,-226187],[-147471,-217836],[-141135,-221485],[-145543,-228390],[-146408,-222339],[-150154,-229545],[-150490,-221774],[-144894,-230141],[-147217,-217684],[-145341,-230574],[-145339,-231773],[-143818,-232015],[-143966,-231514],[-147497,-231313],[-147938,-235372],[-148436,-234342],[-148929,-235268],[-148890,-237443],[-150498,-239154],[-150788,-239866],[-150750,-241649],[-150876,-241182],[-150866,-242481],[-148032,-242261],[-148716,-240648],[-148971,-240533],[-147412,-239397],[-145565,-239687],[-145074,-240991],[-145560,-241133],[-144861,-236559],[-149004,-235172],[-149030,-237542],[-144477,-238220],[-152879,-235900],[-142117,-231066],[-142374,-232594],[-142303,-232311],[-142309,-233171],[-141055,-233584],[-141714,-234659],[-141358,-234947],[-141259,-235294],[-141661,-235886],[-141812,-235788],[-143995,-235335],[-144036,-237035],[-143771,-237091],[-144009,-238193],[-142934,-237726],[-141800,-237882],[-143423,-241012],[-143007,-242322],[-147467,-242581],[-151009,-242009],[-151407,-242449],[-148556,-234908],[-149186,-235963],[-148936,-237018],[-149412,-230464],[-144769,-236759],[-145058,-237607],[-144419,-239215],[-142534,-242919],[-152608,-235382],[-142563,-232374],[-142332,-232924],[-152278,-233842],[-152893,-233183],[-152093,-234400],[-147817,-235251],[-146869,-234319],[-145409,-235355],[-145880,-231661],[-145038,-230373],[-143721,-231630],[-147264,-239280],[-147832,-239651],[-149093,-240854],[-147832,-242021],[-147652,-242354],[-147778,-242751],[-150364,-242375],[-150567,-241681],[-151074,-241723],[-151311,-241102],[-151633,-240376],[-150804,-240174],[-151027,-239971],[-150811,-239465],[-149304,-237294],[-148753,-236147],[-148898,-231768],[-147724,-231059],[-141485,-242624],[-149111,-230549],[-149002,-232451],[-148700,-240793],[-145933,-231496],[-147514,-236810],[-148009,-235847],[-151081,-242902],[-150010,-238012],[-152548,-236122],[-150754,-240850],[-148838,-240922],[-148281,-241927],[-148375,-235589],[-153088,-237770],[-145869,-232570],[-145796,-1705],[-146099,-1581],[-144813,-1837],[-144131,-1721],[-145143,-2690],[-147067,-2781],[-144065,-3546],[-142218,-1661],[-141902,-257],[-145281,160],[-145330,155],[-146901,-476],[-146946,-75],[-146553,-40],[-147001,-575],[-147406,-320],[-147773,-26],[-149478,-1003],[-150179,-7569],[-150600,-8371],[-150861,-8997],[-149871,-8409],[-151648,-6331],[-151967,-3619],[-152481,-6553],[-148908,-12139],[-147000,-12195],[-145423,-12297],[-153173,-10029],[-151491,-10734],[-148590,-11494],[-148395,-10305],[-147426,-9976],[-144125,-6088],[-141268,-11814],[-145010,-2485],[-153250,-1008],[-140854,-12182],[-142300,-5711],[-143338,-12083],[-145518,-4599],[-148203,187],[-150569,-127],[-142692,-2966],[-141670,-6076],[-146279,-1604],[-144793,-1911],[-144842,-1576],[-144963,-1809],[-144214,-1787],[-145069,-2466],[-143971,-3210],[-142290,-1402],[-142413,190],[-143797,192],[-146691,-616],[-146756,-303],[-146698,87],[-146810,-33],[-147102,-493],[-149969,-7470],[-150454,-8616],[-150806,-9114],[-149723,-8864],[-151692,-5971],[-151698,-3521],[-151948,-4637],[-152669,-6112],[-149155,-12026],[-147315,-12391],[-145334,-12186],[-152937,-9919],[-151706,-10550],[-148867,-11184],[-148188,-10358],[-147567,-10517],[-148934,-522],[-146069,-1430],[-145033,-1547],[-144226,-1783],[-144973,-3024],[-147211,-2837],[-143858,-3557],[-142076,-1847],[-143869,-22],[-145315,162],[-147103,-297],[-146634,-86],[-146732,-147],[-147528,-298],[-149499,-931],[-150192,-7768],[-150570,-8598],[-150772,-8992],[-149617,-8337],[-151882,-6346],[-152018,-3531],[-151724,-5038],[-152179,-6358],[-149069,-12005],[-147100,-12001],[-145199,-12405],[-153254,-10358],[-151714,-10680],[-148724,-11472],[-148130,-10437],[-147772,-10506],[-144001,-7418],[-142982,-7424],[-148783,-3317],[-146530,-5454],[-146515,-2994],[-150674,-3476],[-141081,-1013],[-141394,-6874],[-141300,-6196],[-143489,-4873],[-142537,-823],[-146118,-1348],[-144815,-1916],[-145009,-1572],[-144221,-1646],[-145061,-2562],[-147048,-3278],[-144163,-3308],[-142146,-1512],[-142222,-25],[-145359,142],[-145401,193],[-146785,-409],[-146764,-305],[-140879,-3638],[-146641,-51],[-146751,51],[-147586,-304],[-149389,-1066],[-150134,-7752],[-150634,-8370],[-150797,-9233],[-149361,-8509],[-151889,-6283],[-151646,-3106],[-151595,-4575],[-152659,-6496],[-149348,-12310],[-147547,-12100],[-145719,-12523],[-153132,-10326],[-151958,-10793],[-148998,-11439],[-148376,-10767],[-147374,-10537],[-142484,-3620],[-143306,-245610],[-143901,-244822],[-144485,-245250],[-146114,-244224],[-145837,-244661],[-152638,-248161],[-152629,-248759],[-146497,-255177],[-147475,-253794],[-146567,-249865],[-146739,-249819],[-147148,-250770],[-142335,-246547],[-142748,-245651],[-142794,-244669],[-145698,-247725],[-142769,-248867],[-142857,-252345],[-142097,-252986],[-147798,-248024],[-147327,-248265],[-147596,-248785],[-145985,-249374],[-145987,-249404],[-146743,-249149],[-146914,-248213],[-148400,-248279],[-148487,-248868],[-147582,-250143],[-148000,-249955],[-147675,-250109],[-148985,-249684],[-148600,-249742],[-149221,-249519],[-144768,-253171],[-151129,-254248],[-151862,-255663],[-144973,-253071],[-150638,-253689],[-151790,-255757],[-145094,-254795],[-143558,-250797],[-147457,-250425],[-147282,-250369],[-147968,-251377],[-153526,-253693],[-153090,-253826],[-141354,-253309],[-143876,-253463],[-144306,-251503],[-143700,-252587],[-142897,-254816],[-143964,-254990],[-146462,-255701],[-147359,-254511],[-148150,-255675],[-150508,-254897],[-148597,-255153],[-148901,-254128],[-149909,-246679],[-151472,-246484],[-150702,-246339],[-146998,-243493],[-150514,-243069],[-141818,-245422],[-142331,-245478],[-142273,-246156],[-141785,-244097],[-153424,-252643],[-151600,-247045],[-145495,-248198],[-142597,-249054],[-140850,-252460],[-140896,-251168],[-142212,-252907],[-142574,-252741],[-146161,-248506],[-147297,-249117],[-147661,-248472],[-146098,-249493],[-146027,-249696],[-146879,-249711],[-148028,-248446],[-149192,-248047],[-148360,-248875],[-148341,-249749],[-148312,-249718],[-148440,-250065],[-149462,-249575],[-149153,-249784],[-149120,-249833],[-144970,-252898],[-150420,-254440],[-151929,-255736],[-144846,-252842],[-151304,-253635],[-151503,-252172],[-152251,-250194],[-152158,-250842],[-144180,-252360],[-146380,-247722],[-144408,-248192],[-144739,-247579],[-142530,-246183],[-141852,-245758],[-145983,-247673],[-142517,-248515],[-141673,-253688],[-151253,-251530],[-151098,-252156],[-150502,-251969],[-143875,-253995],[-144279,-255141],[-145095,-253706],[-142084,-249595],[-142155,-250228],[-141889,-250319],[-141697,-245820],[-140875,-244910],[-147955,-247754],[-152475,-254108],[-143977,-248200],[-143019,-248533],[-141732,-251563],[-148576,-247686],[-145664,-252892],[-146963,-253724],[-144058,-254722],[-145973,-254738],[-147138,-253769],[-142618,-256613],[-141509,-259946],[-147211,-255846],[-143720,-261035],[-144275,-261292],[-143292,-261522],[-145952,-257106],[-146722,-257645],[-148080,-256536],[-147181,-265091],[-150934,-264884],[-147689,-265687],[-150175,-262656],[-151199,-265995],[-151125,-267696],[-152925,-256486],[-152775,-265765],[-153125,-263456],[-151811,-262379],[-151735,-264586],[-150203,-267254],[-152752,-268024],[-151325,-263349],[-144404,-256945],[-147921,-258730],[-145466,-261562],[-150954,-257626],[-150864,-258012],[-149809,-256459],[-150078,-257073],[-152799,-256935],[-144736,-256622],[-142634,-255948],[-147749,-265480],[-148317,-266414],[-147828,-258552],[-152899,-266748],[-152710,-266222],[-151590,-265055],[-141761,-263664],[-146801,-265002],[-152743,-256727],[-150714,-267112],[-151039,-266824],[-151035,-263177],[-142137,-258461],[-147746,-256514],[-147111,-268070],[-151706,-261797],[-144469,-261897],[-142008,-266286],[-145414,-267040],[-147772,-264053],[-142869,-256709],[-148217,-264368],[-149827,-266750],[-150866,-263267],[-149646,-265507],[-152034,-264592],[-152253,-261951],[-141100,-261561],[-146096,-268554],[-151179,-264334],[-152129,-267718],[-152828,-265345],[-151608,-263889],[-143771,-258688],[-148489,-267767],[-147068,-263361],[-150085,-260454],[-151237,-260522],[-142082,-267455],[-143349,-264962],[-147835,-261882],[-151967,-259965],[-149720,-261089],[-143483,-256591],[-153325,-256093],[-153496,-256862],[-147376,-258122],[-143476,-256120],[-151730,-255903],[-147540,-258560],[-143449,-257013],[-151204,-268755],[-149240,-270762],[-143097,-281072],[-144814,-273840],[-150455,-275651],[-152628,-274485],[-151854,-280812],[-147500,-269891],[-145488,-274600],[-144435,-275058],[-143020,-277730],[-144405,-271998],[-144088,-273439],[-152128,-269720],[-146322,-277346],[-144472,-276746],[-150452,-272247],[-151735,-273954],[-146173,-270437],[-148608,-268735],[-148174,-273091],[-143998,-273379],[-147434,-273924],[-147048,-275430],[-144953,-272098],[-142733,-273845],[-149932,-268784],[-145332,-280010],[-144122,-280386],[-144988,-272298],[-146448,-276697],[-148077,-276636],[-149485,-275815],[-144691,-277035],[-148044,-277560],[-146832,-276874],[-147453,-277065],[-150971,-275358],[-148311,-273328],[-149771,-274046],[-151183,-275676],[-153432,-273631],[-152930,-273175],[-153395,-274373],[-152827,-275615],[-148323,-281076],[-145426,-274747],[-145332,-276379],[-145731,-274182],[-148871,-269984],[-144006,-275565],[-143294,-275994],[-144869,-272928],[-143035,-280644],[-145099,-271496],[-145721,-274296],[-145899,-270807],[-143404,-273692],[-146679,-269965],[-151090,-269085],[-144294,-278497],[-147672,-278484],[-147635,-277262],[-147837,-272288],[-152189,-273425],[-145484,-271331],[-143823,-275416],[-146246,-276691],[-145709,-273335],[-144498,-272876],[-141059,-269149],[-143665,-271055],[-152951,-283901],[-148037,-282074],[-152509,-283813],[-140970,-282422],[-149856,-283623],[-150701,-282737],[-150000,-282977],[-149541,-281835],[-152615,-281584],[-141505,-282501],[-148009,-281733],[-147431,-281900],[-144585,-281625],[-144613,-281420],[-150378,-282389],[-151628,-285183],[-151151,-284788],[-152930,-294425],[-152002,-298696],[-149261,-297406],[-153105,-297279],[-152216,-296834],[-151492,-298383],[-150612,-298190],[-151058,-294552],[-148887,-297106],[-150413,-311159],[-150790,-311442],[-142175,-312419],[-151889,-313905],[-152883,-316279],[-152424,-316186],[-151631,-311206],[-146719,-317286],[-143978,-313697],[-144085,-314102],[-150599,-310523],[-151239,-311597],[-141551,-311345],[-150858,-315818],[-152790,-316255],[-150477,-309881],[-142745,-316255],[-142127,-317733],[-142278,-317958],[-146544,-318068],[-141055,-317847],[-142828,-319572],[-143478,-316236],[-146767,-317556],[-146030,-318493],[-141662,-318090],[-142192,-318724],[-152964,-24425],[-148608,-14804],[-149399,-14884],[-149252,-18324],[-149282,-17904],[-146515,-16164],[-147054,-16061],[-148157,-16650],[-150589,-16568],[-150045,-15061],[-149358,-13874],[-145723,-14341],[-143799,-17935],[-142357,-13409],[-153546,-18532],[-151468,-18644],[-148485,-25040],[-148982,-24563],[-149670,-23206],[-150188,-24572],[-148299,-21091],[-147665,-21805],[-146626,-20630],[-144531,-18795],[-143503,-18660],[-142629,-16214],[-142924,-18789],[-147867,-19733],[-149349,-19882],[-149102,-20289],[-147414,-25074],[-144897,-23045],[-146678,-24619],[-145036,-20964],[-146204,-21731],[-144539,-23047],[-146891,-16266],[-148237,-16390],[-150048,-16406],[-150454,-14455],[-149312,-14218],[-145539,-14925],[-144123,-17882],[-142382,-13140],[-151466,-18522],[-148417,-24407],[-150035,-23166],[-150082,-24504],[-148210,-20529],[-147634,-21979],[-146113,-20204],[-145024,-18931],[-143612,-17920],[-142433,-19113],[-142866,-18555],[-147733,-19890],[-149220,-19850],[-148815,-20036],[-146975,-25154],[-144937,-22851],[-144902,-22651],[-145389,-21459],[-144706,-20395],[-147057,-21687],[-145719,-24481],[-144182,-23265],[-151965,-13692],[-151409,-14565],[-146521,-16123],[-146872,-16010],[-148563,-16630],[-150165,-15908],[-150562,-14488],[-148606,-14009],[-146085,-14798],[-143671,-17861],[-142115,-13642],[-153129,-18407],[-151707,-18525],[-148696,-25304],[-148864,-24839],[-149363,-23812],[-150455,-24290],[-147787,-20470],[-146991,-21919],[-146798,-20447],[-144672,-18315],[-143691,-18315],[-142769,-16236],[-142905,-19156],[-142823,-18744],[-148118,-19763],[-149297,-20445],[-149436,-20231],[-148599,-19998],[-146962,-24300],[-144955,-23127],[-146594,-24227],[-144945,-21341],[-144879,-20709],[-146212,-21659],[-144652,-22515],[-149051,-18149],[-150371,-18901],[-150849,-18322],[-152273,-19607],[-146497,-16549],[-147122,-16030],[-148488,-16796],[-150742,-16687],[-150525,-15144],[-148950,-14112],[-145310,-14044],[-144160,-18075],[-140826,-12815],[-142007,-13484],[-153491,-18631],[-151585,-18482],[-149392,-24336],[-149182,-24047],[-149769,-24267],[-148016,-20410],[-147243,-21850],[-146469,-20888],[-144328,-18386],[-143791,-17980],[-141140,-15763],[-143328,-15849],[-142359,-18769],[-147608,-20067],[-148537,-20502],[-148838,-20455],[-147222,-24509],[-145686,-23136],[-143988,-22090],[-145331,-21629],[-144828,-21257],[-146509,-21814],[-146444,-23907],[-144047,-23118],[-141662,-423487],[-140962,-424117],[-141233,-423583],[-142304,-424854],[-153545,-36791],[-153243,-36779],[-151628,-31464],[-152008,-31304],[-150650,-37865],[-151903,-35761],[-151622,-34973],[-153068,-37367],[-152758,-37967],[-149483,-26138],[-147962,-26597],[-147861,-28899],[-147455,-29844],[-148129,-30376],[-148071,-30516],[-149601,-30928],[-147111,-35560],[-145718,-36756],[-145627,-36844],[-144118,-36471],[-143434,-37340],[-146405,-33764],[-148033,-34820],[-144745,-34328],[-143932,-33911],[-142892,-34912],[-142597,-35362],[-144787,-31512],[-145724,-33268],[-147050,-30112],[-147762,-30832],[-146379,-29962],[-146266,-30104],[-146716,-33178],[-143968,-32715],[-142982,-33548],[-143257,-36770],[-142782,-37199],[-151962,-27140],[-152166,-27481],[-151586,-30020],[-151760,-31092],[-151739,-31961],[-150294,-30917],[-149623,-30350],[-149238,-28880],[-150329,-38199],[-150669,-37945],[-151885,-35731],[-151994,-35496],[-153251,-38128],[-148189,-25814],[-148511,-25565],[-147914,-27020],[-147949,-28623],[-147616,-29764],[-147469,-29798],[-147764,-30186],[-148816,-30978],[-147127,-35236],[-145999,-36828],[-145425,-36909],[-144399,-36349],[-144052,-37384],[-146694,-34370],[-148163,-35698],[-144951,-34309],[-143673,-33905],[-143164,-34956],[-143034,-34694],[-144082,-31936],[-144871,-32786],[-146992,-30014],[-147693,-30567],[-146017,-30100],[-146381,-30201],[-146987,-33211],[-144044,-32760],[-142639,-33681],[-142796,-36280],[-142648,-37273],[-151715,-31175],[-150505,-38151],[-151675,-35758],[-151914,-35424],[-153037,-37988],[-153555,-38127],[-148551,-25757],[-148605,-25450],[-148136,-27300],[-147292,-29097],[-147581,-30114],[-147618,-29790],[-147764,-30390],[-148979,-30809],[-146603,-36126],[-146529,-36411],[-145073,-36613],[-143711,-36910],[-143777,-37052],[-146856,-34648],[-147553,-35374],[-144972,-34196],[-143369,-34503],[-142804,-34393],[-143121,-35547],[-144177,-32010],[-145711,-33408],[-146658,-29383],[-147037,-30768],[-146488,-29919],[-146105,-30653],[-147099,-32894],[-144183,-32773],[-142726,-33479],[-143119,-36692],[-142525,-37107],[-150293,-37708],[-151754,-35671],[-151789,-34959],[-153479,-34844],[-153385,-37397],[-153155,-38152],[-153504,-37659],[-148826,-25560],[-147986,-26935],[-147641,-29182],[-147208,-30410],[-148241,-29719],[-147982,-30359],[-149217,-30269],[-146718,-35555],[-146405,-36586],[-145334,-36864],[-144422,-37146],[-143705,-37467],[-146864,-33734],[-147982,-34916],[-145052,-34127],[-143103,-34253],[-143275,-34725],[-143224,-35103],[-144796,-31756],[-145631,-32829],[-146924,-29959],[-147773,-30541],[-146424,-30564],[-146666,-33388],[-143757,-32748],[-142698,-33393],[-143126,-36709],[-142979,-37572],[-152595,-49159],[-152472,-49012],[-152061,-48949],[-149205,-49132],[-149690,-49416],[-153061,-50774],[-148878,-50199],[-148610,-49530],[-152167,-40319],[-151699,-40569],[-152484,-39154],[-152578,-38769],[-140938,-50738],[-145597,-42301],[-142958,-42033],[-144744,-40458],[-143796,-40605],[-142532,-40588],[-147457,-39626],[-150199,-38223],[-149561,-38711],[-148309,-39442],[-148479,-41025],[-150592,-40642],[-151451,-40303],[-147745,-41355],[-147535,-40944],[-146261,-40345],[-144219,-43312],[-143814,-42600],[-144324,-42424],[-145541,-43497],[-145881,-43683],[-146494,-43150],[-146906,-42168],[-147584,-42309],[-146329,-43743],[-145528,-42233],[-142776,-41688],[-143984,-40530],[-142755,-40811],[-149375,-38903],[-148016,-39714],[-148294,-41190],[-150576,-40649],[-151058,-39786],[-147313,-41511],[-147581,-41474],[-144889,-40507],[-152656,-38387],[-152186,-42473],[-144389,-43239],[-143965,-42696],[-144663,-42880],[-145292,-43373],[-145876,-43722],[-146926,-43057],[-147096,-41905],[-147591,-42178],[-146342,-43687],[-148877,-49538],[-145067,-42016],[-142551,-42623],[-144014,-40638],[-142525,-40787],[-147277,-40007],[-150203,-38354],[-149688,-38924],[-148238,-39725],[-148324,-41118],[-150554,-40734],[-151405,-40233],[-147291,-41530],[-146224,-40405],[-145107,-40481],[-153134,-38372],[-151610,-42462],[-143847,-43357],[-144275,-42583],[-143927,-42463],[-144770,-42382],[-145616,-43407],[-146225,-43468],[-146857,-42775],[-147207,-42272],[-147711,-42051],[-146422,-44173],[-145040,-42211],[-142425,-42106],[-144578,-40619],[-144121,-40512],[-142492,-41038],[-149667,-38615],[-147922,-39736],[-148405,-40972],[-150151,-40609],[-151356,-40056],[-147740,-41444],[-144849,-40383],[-152447,-38207],[-151784,-42424],[-144172,-43217],[-144140,-42576],[-144308,-42622],[-146327,-43421],[-146611,-42972],[-147309,-42377],[-147485,-42330],[-146369,-43910],[-153121,-56960],[-152792,-57537],[-151371,-58263],[-150422,-57418],[-150620,-56490],[-150473,-56273],[-150384,-55639],[-149693,-58232],[-149488,-59381],[-150021,-59548],[-149786,-59902],[-151364,-60419],[-151372,-61979],[-151627,-61211],[-149617,-63135],[-150405,-63532],[-151948,-63596],[-151652,-53410],[-151250,-53442],[-151128,-54234],[-151257,-54927],[-150460,-55379],[-144135,-61270],[-147590,-58213],[-145156,-62986],[-145358,-61995],[-145843,-61228],[-145938,-58162],[-147598,-57505],[-147108,-52681],[-147039,-54317],[-147957,-55252],[-149471,-63575],[-150131,-62798],[-152040,-59266],[-151541,-58980],[-151383,-58549],[-150400,-56938],[-150386,-57114],[-150846,-57001],[-150980,-56282],[-150044,-57746],[-150927,-55218],[-151025,-55089],[-150228,-54436],[-150661,-54533],[-151457,-54232],[-151652,-54157],[-152697,-62166],[-151419,-62511],[-151751,-62991],[-153381,-62343],[-150700,-62621],[-153247,-60679],[-153034,-57722],[-153092,-52640],[-152247,-51828],[-145149,-62934],[-144117,-63674],[-146227,-60716],[-145593,-60837],[-145330,-60738],[-145739,-59255],[-147858,-55338],[-147774,-56950],[-147129,-57069],[-140859,-57876],[-143130,-55572],[-143032,-53576],[-141933,-52221],[-140874,-57338],[-141681,-62580],[-145843,-62805],[-144198,-61168],[-146917,-56528],[-146675,-71796],[-145435,-64246],[-143138,-64311],[-143094,-66475],[-152302,-75270],[-153462,-75720],[-144167,-74029],[-144300,-74383],[-144092,-73752],[-141428,-74455],[-142284,-74869],[-140820,-72313],[-140947,-72476],[-147805,-76247],[-152601,-69899],[-152421,-74935],[-153058,-75498],[-153208,-73798],[-151460,-73953],[-148474,-70733],[-147853,-70759],[-148354,-72843],[-149372,-73363],[-148281,-76097],[-152029,-75043],[-151990,-74482],[-151532,-74115],[-151139,-72019],[-151383,-71965],[-150288,-70884],[-150347,-71036],[-149871,-70872],[-149332,-72211],[-149158,-72045],[-148472,-69897],[-148410,-70040],[-146547,-72134],[-147399,-73898],[-147421,-73441],[-150564,-68402],[-150213,-69053],[-149741,-66455],[-149514,-66026],[-150135,-64217],[-153406,-66807],[-153594,-66718],[-152324,-67675],[-151072,-65199],[-149581,-64168],[-151784,-65491],[-150537,-66420],[-153472,-68932],[-150968,-69138],[-151976,-68384],[-152739,-66833],[-145591,-73675],[-151389,-75738],[-144737,-64583],[-142594,-65318],[-140827,-66620],[-142068,-64408],[-152653,-75018],[-152905,-75626],[-153234,-74168],[-151268,-73785],[-148364,-70507],[-148012,-70611],[-148687,-72805],[-143745,-73448],[-144197,-73867],[-144356,-73906],[-142378,-74041],[-143215,-75275],[-140818,-72497],[-148306,-75957],[-153576,-71565],[-140957,-72831],[-153224,-64007],[-148911,-70084],[-147307,-70731],[-147271,-70810],[-149274,-72027],[-153048,-73222],[-151743,-74414],[-152936,-71917],[-152663,-70958],[-151278,-70015],[-150656,-69723],[-150190,-68402],[-149752,-66186],[-149834,-66594],[-150616,-66197],[-149025,-68291],[-153392,-66264],[-151633,-64067],[-151630,-65417],[-142603,-69483],[-145265,-71960],[-146235,-72637],[-148890,-70661],[-144087,-64188],[-148219,-73980],[-147830,-75463],[-141848,-65960],[-152281,-75365],[-153017,-75612],[-148702,-73000],[-147970,-76026],[-152606,-83832],[-152127,-78202],[-150716,-81964],[-152481,-80626],[-153290,-80541],[-149853,-81917],[-151099,-82529],[-150892,-81624],[-152652,-80692],[-153014,-80405],[-149900,-81872],[-149680,-82698],[-150054,-82244],[-151139,-83086],[-147276,-77179],[-151767,-82270],[-150946,-81588],[-152557,-80777],[-152883,-80192],[-150897,-82053],[-150029,-82204],[-151052,-82592],[-151053,-81908],[-152490,-80485],[-153365,-80573],[-150003,-81687],[-149726,-82414],[-150611,-82055],[-150739,-83136],[-152704,-90695],[-151499,-91465],[-142466,-94645],[-141490,-98513],[-147389,-100704],[-150378,-96516],[-153326,-97368],[-153594,-100975],[-144765,-99294],[-143925,-100413],[-143870,-100531],[-141145,-100102],[-153197,-90722],[-151932,-91251],[-150535,-97447],[-151217,-97574],[-150893,-95001],[-150968,-95209],[-147131,-95950],[-146446,-97631],[-146466,-98064],[-145431,-96583],[-145168,-96390],[-141718,-97603],[-140918,-96779],[-142458,-97277],[-144397,-94704],[-148972,-94253],[-147886,-97472],[-150866,-99338],[-147711,-94577],[-149586,-98669],[-140991,-101186],[-150879,-95163],[-148903,-91483],[-146122,-93450],[-147099,-95532],[-145728,-93075],[-145256,-96589],[-149892,-98302],[-142369,-95325],[-149327,-97325],[-148824,-97382],[-153110,-101766],[-152794,-101699],[-151112,-101348],[-151083,-101200],[-152240,-92116],[-148755,-91749],[-148946,-91608],[-146319,-93389],[-146384,-93051],[-147110,-95245],[-147221,-95466],[-148914,-95938],[-147643,-100504],[-148311,-100291],[-149695,-94652],[-144878,-97410],[-148298,-97739],[-150570,-95957],[-142708,-106539],[-145626,-107484],[-143230,-110421],[-143522,-108900],[-143392,-106030],[-142725,-106345],[-142517,-104116],[-142200,-112734],[-142391,-112801],[-145627,-107772],[-144344,-104348],[-144609,-103982],[-145366,-107582],[-141439,-106433],[-142625,-110151],[-142850,-106546],[-142781,-103977],[-141090,-110210],[-148483,-104397],[-148501,-104215],[-146273,-103884],[-146739,-104019],[-142103,-102787],[-143966,10863],[-142636,12041],[-143651,12852],[-141455,4633],[-142449,4713],[-142159,6223],[-143310,6011],[-143698,3667],[-143377,2265],[-143937,415],[-145355,503],[-146646,220],[-146757,1830],[-145287,1363],[-145047,1051],[-145079,1143],[-145758,1964],[-144310,10525],[-145328,12373],[-141676,10655],[-141987,9204],[-143874,8128],[-142687,7778],[-141738,8483],[-142338,10156],[-152821,10127],[-153466,9770],[-151901,9948],[-152853,5687],[-148861,8066],[-149541,2574],[-153392,1787],[-141165,3941],[-149289,3308],[-148806,3102],[-143641,4154],[-149570,3564],[-152449,2219],[-150282,11447],[-150150,10721],[-152045,8552],[-147507,12495],[-146317,12685],[-147127,8352],[-148285,9754],[-152437,3844],[-151988,4413],[-143512,5705],[-147181,5777],[-143261,3442],[-150217,2227],[-147448,3844],[-142280,3463],[-143914,10598],[-142958,11607],[-143645,12734],[-141311,4933],[-142663,4691],[-142222,6564],[-143332,6430],[-143632,3686],[-143054,2658],[-145547,554],[-145480,446],[-146863,1739],[-145373,1397],[-145155,1319],[-145518,2063],[-147219,413],[-144486,10581],[-145811,12067],[-142385,9551],[-143569,7849],[-142484,7429],[-141187,8643],[-141778,10107],[-152866,10544],[-153340,8963],[-151815,9835],[-153244,5274],[-149464,2453],[-143985,10352],[-143075,11919],[-143704,12877],[-141556,5061],[-140888,4343],[-142342,4206],[-142060,6475],[-143201,6053],[-142276,239],[-143930,3854],[-142989,2583],[-145485,722],[-145333,245],[-145110,1169],[-145117,1297],[-145242,1277],[-145197,1103],[-145326,1098],[-145413,1972],[-147579,433],[-144827,11084],[-145717,12292],[-142257,9556],[-143898,7543],[-142793,7338],[-141437,8314],[-142534,10076],[-152472,9797],[-153553,9258],[-152236,9769],[-152857,4925],[-148861,8228],[-149514,2606],[-153433,1580],[-140834,3879],[-147409,4363],[-147977,5813],[-142474,5194],[-150765,3703],[-147966,3076],[-150523,2127],[-149442,5301],[-142375,567],[-143506,10488],[-142738,12170],[-143384,12757],[-141338,4660],[-142511,4551],[-142419,6263],[-143301,6450],[-143677,4057],[-143264,2442],[-145284,721],[-144333,409],[-145395,309],[-146579,1819],[-145076,1140],[-145267,1398],[-145624,880],[-145449,2312],[-147811,360],[-144678,10877],[-145796,12044],[-141957,9256],[-143716,7704],[-142636,7413],[-141562,8750],[-152747,10231],[-151514,9654],[-153237,4998],[-148934,8174],[-149505,2433],[-152990,1794],[-141177,3875],[-142694,136442],[-143141,137528],[-143292,138394],[-146273,138820],[-146440,138262],[-144777,135739],[-144218,136886],[-142411,136766],[-141480,138077],[-142238,138325],[-146493,140365],[-152555,139435],[-151905,135734],[-152237,137449],[-149397,136089],[-147722,140672],[-149134,138766],[-145728,135372],[-145821,134854],[-141042,137086],[-141885,133750],[-144395,139955],[-141974,136892],[-144212,138025],[-145924,137652],[-146211,137751],[-145106,135979],[-143700,137162],[-141152,140625],[-142498,139749],[-140953,140081],[-146847,139860],[-152740,139197],[-152236,134659],[-150899,137206],[-149016,134972],[-144171,138477],[-145655,137517],[-145642,138392],[-145918,138854],[-144760,135336],[-143809,137031],[-145003,139974],[-142296,136612],[-143376,137415],[-142095,138457],[-143599,139644],[-153020,135828],[-153030,139114],[-151945,134873],[-150819,136688],[-143408,138180],[-145642,140393],[-146895,138455],[-145028,135429],[-144244,136985],[-143465,135877],[-141295,137718],[-143684,137046],[-142328,140291],[-144355,138727],[-152847,138357],[-151468,134647],[-152035,137874],[-153222,136460],[-153173,135296],[-141270,130114],[-150166,128777],[-142676,130953],[-153164,128981],[-152339,130088],[-147237,129346],[-148560,129129],[-150688,130144],[-147469,130768],[-149501,129471],[-142929,130979],[-149085,132347],[-145628,131830],[-144894,130325],[-142443,129708],[-152965,128597],[-151423,131548],[-146735,129286],[-148900,128839],[-147236,130024],[-142798,129077],[-143559,128520],[-152967,131642],[-153118,130738],[-153336,131362],[-152136,130135],[-152035,129883],[-141668,130397],[-152694,128503],[-151865,130318],[-146769,129896],[-148605,128446],[-147337,130517],[-150272,128956],[-143811,128433],[-153116,131413],[-152886,130768],[-142077,129857],[-153096,128517],[-152182,130029],[-148302,129070],[-151063,131782],[-151715,129043],[-146671,130416],[-149102,131365],[-149659,129555],[-152729,131486],[-145236,142093],[-144772,141361],[-141259,141285],[-141853,141438],[-143036,142144],[-151207,151136],[-153173,149261],[-149778,145637],[-146557,143228],[-142044,150522],[-142368,147935],[-153318,151156],[-141960,150551],[-143041,147430],[-148411,153241],[-148181,141730],[-145501,147245],[-141712,147941],[-150013,145442],[-145483,141635],[-143690,141428],[-143329,141918],[-142265,141835],[-151608,150233],[-152434,151092],[-147902,153420],[-152630,149419],[-145905,144176],[-142351,149878],[-142234,147671],[-142004,142920],[-149744,150941],[-152398,142118],[-151001,144567],[-151407,145737],[-148406,141836],[-147132,145640],[-147312,145955],[-148056,143523],[-148020,144361],[-148189,148854],[-152160,144938],[-152731,146913],[-152536,147365],[-146813,141304],[-145410,142249],[-144744,141905],[-142912,141710],[-151720,150519],[-152072,150794],[-153140,148623],[-150155,146077],[-145027,143563],[-141178,146871],[-142546,150401],[-142060,147862],[-144872,142073],[-143933,141026],[-142493,141707],[-142718,142544],[-151548,151712],[-153507,149756],[-152178,150385],[-146829,153382],[-153287,149989],[-149082,146041],[-146261,143188],[-142910,149904],[-142278,147239],[-152045,149173],[-141950,150321],[-145065,155630],[-142213,154331],[-153402,158687],[-153169,156397],[-143389,159441],[-140819,156440],[-153407,159399],[-143153,154986],[-144646,157366],[-147357,154481],[-145377,156078],[-147840,157793],[-148506,156677],[-151433,156652],[-145741,155965],[-147416,157775],[-146568,155585],[-141919,155361],[-145928,156553],[-149225,157442],[-153560,161018],[-141557,153988],[-147596,156723],[-151650,155467],[-143449,155026],[-144155,156919],[-145594,157124],[-147412,156531],[-149245,157158],[-151847,156014],[-143151,155860],[-143960,156040],[-148162,154103],[-144896,156198],[-148612,157906],[-148665,157067],[-152404,155395],[-150318,155486],[-143849,154829],[-151943,154874],[-148707,155853],[-144759,154488],[-151341,13902],[-149461,14757],[-149530,15452],[-150873,16656],[-150576,15926],[-151127,16333],[-147853,18021],[-146810,16815],[-145465,16996],[-145270,16602],[-143609,14637],[-147978,13697],[-145368,15727],[-145947,16232],[-144638,14164],[-144603,20278],[-142956,21108],[-140857,21222],[-141583,16279],[-143586,13529],[-145028,15387],[-148799,17786],[-152240,18370],[-152636,15892],[-145087,25022],[-144902,24143],[-146552,20998],[-144084,21130],[-142956,15176],[-147527,20233],[-148022,21805],[-148185,24272],[-148993,24800],[-148484,24961],[-143355,14265],[-145815,16381],[-144573,14378],[-144980,20700],[-142979,21163],[-141130,21381],[-141195,16571],[-143775,13852],[-145281,15088],[-148778,17729],[-152411,17988],[-152554,15811],[-144423,24059],[-145912,20702],[-144039,21615],[-141003,24410],[-142687,15295],[-147715,20819],[-148120,22454],[-147687,24404],[-148889,24813],[-147990,25118],[-151573,16746],[-153502,19738],[-153259,19777],[-151761,16503],[-151398,16693],[-151763,16228],[-144891,15607],[-145723,16675],[-144668,14187],[-144405,20392],[-143486,20898],[-141005,21313],[-141309,16302],[-143917,13898],[-145142,15183],[-149072,17786],[-152320,18064],[-152516,16226],[-145341,25434],[-144273,23765],[-146604,20278],[-143785,21214],[-142769,15813],[-147219,20389],[-148327,22420],[-148981,25282],[-148421,24522],[-144865,15458],[-145888,16251],[-144699,14233],[-144743,20644],[-143545,20885],[-141041,21127],[-140939,22452],[-141158,16489],[-143960,13791],[-145161,15020],[-148722,17925],[-152369,18287],[-152100,16052],[-144694,25660],[-144053,23937],[-145949,20496],[-144110,21655],[-140850,24243],[-142755,15201],[-147150,20315],[-147812,21757],[-148338,24070],[-149318,24752],[-148549,24648],[-148989,318663],[-148452,315132],[-146589,315877],[-148646,315739],[-145575,29461],[-144086,28806],[-143270,28455],[-142285,28871],[-145252,30197],[-144181,27637],[-144661,27754],[-150617,33199],[-151211,33354],[-150971,33700],[-152902,38009],[-151866,37698],[-151587,37319],[-151604,37250],[-151356,35032],[-151818,33497],[-152397,33355],[-150065,31497],[-152318,32200],[-149521,31941],[-151115,31519],[-152132,31808],[-152116,28760],[-153391,28162],[-148313,27503],[-147441,29869],[-147769,30459],[-147622,31303],[-146162,31087],[-144198,32456],[-143043,31114],[-142313,31888],[-144427,33441],[-151949,29281],[-146461,27655],[-149034,26177],[-147847,29682],[-145438,29139],[-144663,28808],[-143407,29339],[-142828,28298],[-145252,30213],[-143442,27930],[-145265,27106],[-144832,28382],[-144560,25929],[-150891,34100],[-152199,32723],[-152839,38190],[-152339,37338],[-150770,36978],[-151130,35130],[-151465,34298],[-152650,33471],[-150381,31841],[-152636,31997],[-149824,32084],[-150863,31263],[-151896,31867],[-152229,28966],[-152934,28037],[-148139,28103],[-148135,29902],[-147688,30491],[-146813,32043],[-146139,30926],[-143242,32535],[-143366,31328],[-142440,32051],[-143961,33264],[-151822,28985],[-146493,27890],[-150153,32072],[-145341,33821],[-145786,29279],[-144222,28398],[-142523,28216],[-145683,30086],[-143842,27704],[-144789,27132],[-145479,27555],[-150561,32509],[-150257,33405],[-152670,32980],[-152806,38187],[-151791,37949],[-151666,36820],[-151361,36310],[-151733,34636],[-151821,33600],[-152142,33111],[-149817,31782],[-152852,31963],[-149531,32472],[-151139,31204],[-151706,31750],[-153038,28927],[-147904,27743],[-147611,29631],[-147436,30775],[-147605,31812],[-146153,30973],[-143784,32334],[-143628,31288],[-142433,32289],[-144833,32753],[-152137,29517],[-146991,28058],[-149664,26357],[-145728,29406],[-144328,29228],[-143411,29281],[-142239,28914],[-145713,30152],[-144295,27407],[-144794,27157],[-144874,27528],[-149488,31711],[-150240,33112],[-152000,33886],[-150450,33902],[-152868,33382],[-152381,38204],[-152096,37046],[-151648,36739],[-150650,36844],[-151555,35101],[-150863,34743],[-152533,33862],[-140827,36613],[-150673,32117],[-152785,31920],[-151171,32010],[-151179,31185],[-151878,32197],[-152139,28973],[-152989,28487],[-148149,27653],[-148027,30188],[-146933,30514],[-147376,31902],[-146589,31306],[-143614,31714],[-143604,31835],[-143125,31888],[-144728,33143],[-152365,29688],[-146414,27993],[-149064,27072],[-150392,40163],[-153035,40327],[-152358,41219],[-150633,41743],[-151993,41957],[-150960,40501],[-150815,40122],[-152700,39362],[-149815,39916],[-149213,40188],[-152522,39363],[-152905,40298],[-152245,40571],[-150584,42024],[-152003,42290],[-151573,40987],[-150138,39713],[-152111,38661],[-149312,40121],[-149091,40559],[-152989,38831],[-152745,40128],[-152038,41005],[-150701,41816],[-151811,41992],[-151599,40717],[-149978,40254],[-152628,39159],[-149329,40013],[-148748,40577],[-152359,40118],[-152051,41226],[-151635,40200],[-151246,41544],[-152130,42287],[-151474,40998],[-150733,39706],[-152020,38805],[-149161,39404],[-149271,40596],[-150137,39999],[-141603,45367],[-143653,47849],[-141960,49568],[-142147,47611],[-141939,44496],[-143094,45971],[-148454,49406],[-147711,50186],[-148120,49052],[-148567,48912],[-149102,50879],[-149824,50815],[-151153,50653],[-149622,51113],[-152486,50410],[-152587,50927],[-152376,50620],[-151599,51175],[-149657,49028],[-150635,49518],[-150574,48848],[-144838,40981],[-140825,44544],[-141200,45627],[-143475,47683],[-141840,49297],[-142864,45812],[-148425,49809],[-147480,50163],[-147713,48823],[-148561,48989],[-149079,50610],[-150271,50831],[-150616,51052],[-149851,51122],[-152088,49973],[-152550,51058],[-152302,50800],[-149546,49253],[-150599,49653],[-150493,48696],[-144643,41046],[-140913,44276],[-141598,45796],[-143663,47687],[-142141,49656],[-142038,44482],[-143275,46105],[-148229,49521],[-147767,49992],[-147800,48916],[-148934,49078],[-148928,50787],[-149951,50681],[-150671,51043],[-149585,51328],[-152447,50209],[-152587,51145],[-152298,50497],[-151275,51284],[-149667,49246],[-150354,49500],[-150103,48854],[-144451,40617],[-141350,45664],[-143663,47978],[-141929,49222],[-143286,45893],[-148120,49980],[-147600,50059],[-148186,49140],[-148814,49117],[-148964,50682],[-150054,50811],[-150609,51051],[-149400,51380],[-152205,50159],[-152596,51327],[-151895,50609],[-151611,51233],[-149708,48748],[-150322,49360],[-150091,48676],[-143910,40630],[-148018,53138],[-148107,52347],[-148846,52732],[-153204,52322],[-150731,54515],[-150613,53516],[-150347,52916],[-149954,53975],[-152122,58411],[-150213,58002],[-150730,57069],[-150431,58047],[-150446,61123],[-151000,59742],[-151469,60746],[-150385,60272],[-151251,51426],[-147817,52825],[-147950,52303],[-148927,52538],[-153258,52687],[-150024,52314],[-150537,54706],[-149631,53556],[-150778,52211],[-150006,57994],[-150980,58220],[-150271,57111],[-151746,57680],[-151706,60611],[-150916,60418],[-151448,61230],[-150216,60361],[-147723,52671],[-148377,52384],[-149047,52398],[-153421,52813],[-150636,53188],[-150558,53451],[-151448,52430],[-151862,52681],[-151738,56901],[-151689,57020],[-151094,56577],[-150728,58019],[-151364,61673],[-150421,61715],[-149875,59420],[-149213,59257],[-148148,52813],[-148193,52059],[-149308,52433],[-153297,52282],[-150968,52399],[-151669,52656],[-150095,54056],[-151639,53205],[-152210,53024],[-150446,57388],[-149815,57631],[-150245,56779],[-151170,58231],[-150630,56248],[-150783,59894],[-151349,60338],[-150404,59189],[-150751,59318],[-149470,60525],[-140942,64931],[-145861,74228],[-148574,76998],[-148191,76096],[-149115,76545],[-149668,69118],[-150672,65092],[-153573,69301],[-153258,67987],[-153465,69183],[-149524,69415],[-150342,65522],[-153525,69895],[-145232,79004],[-151721,84893],[-146221,81511],[-151756,86674],[-144438,101036],[-150035,100887],[-152282,102310],[-150565,101085],[-149281,98541],[-141357,98604],[-142388,110473],[-143459,106815],[-147609,112412],[-147064,112215],[-147506,111548],[-142811,109605],[-146841,103660],[-141175,110685],[-142283,111724],[-144271,110089],[-142958,108380],[-142709,106201],[-147740,110743],[-148011,111088],[-147390,112998],[-146533,111778],[-146994,104155],[-144170,103119],[-141097,111092],[-142710,111724],[-142220,110775],[-144625,110907],[-142905,108498],[-144913,114871],[-141167,110977],[-142644,111386],[-142542,110254],[-144912,110655],[-142711,108223],[-149054,115073],[-147014,109830],[-142855,111168],[-141181,107001],[-153385,110057],[-145886,109496],[-141665,109454],[-143190,106303],[-152970,109069],[-141355,110626],[-141938,111552],[-142826,110763],[-144831,110233],[-142082,108801],[-142365,117854],[-142920,119481],[-143151,119943],[-142834,119262],[-143403,120524],[-144121,122432],[-152881,119162],[-152410,119071],[-152837,119406],[-151869,119729],[-151252,121123],[-151053,124151],[-152256,124994],[-152180,122435],[-148068,124326],[-142104,119750],[-143040,120347],[-147091,124822],[-148127,127545],[-144633,125302],[-143992,127996],[-141925,124563],[-152050,125242],[-146191,118297],[-145904,117889],[-149457,127089],[-150041,116106],[-152529,124626],[-141557,119203],[-148696,125852],[-148082,125255],[-142409,121157],[-142151,124916],[-146242,124800],[-144332,117386],[-142713,121325],[-144553,123654],[-145366,124141],[-153047,118532],[-152201,119572],[-151389,121106],[-150064,124537],[-153524,127407],[-153255,122125],[-146920,123947],[-147175,127104],[-150579,118830],[-148963,120514],[-144483,126936],[-141043,124596],[-141371,121842],[-145985,118205],[-145699,117656],[-153233,124154],[-143457,120348],[-152725,121299],[-151613,123651],[-150580,127634],[-150065,120954],[-146982,123077],[-148461,124219],[-145011,124245],[-143631,121294],[-144900,125400],[-143011,119694],[-143275,120259],[-143219,120055],[-145128,123248],[-144852,124665],[-153494,118578],[-152401,118725],[-151552,119628],[-150457,121113],[-151779,123331],[-153160,125529],[-152973,126776],[-153170,121865],[-145936,123709],[-153012,123611],[-148094,127185],[-143406,127716],[-146144,117969],[-145750,117908],[-153525,124148],[-149021,125395],[-148811,122707],[-144695,123824],[-143973,122415],[-144821,124770],[-153388,118944],[-152521,118659],[-151799,119482],[-151744,121332],[-151613,123863],[-152698,123577],[-152558,125207],[-153502,126887],[-146425,123432],[-151347,124982],[-147928,127276],[-150145,125328],[-150421,119248],[-150792,118925],[-150722,118348],[-150373,118245],[-149906,120959],[-149253,120660],[-148418,127249],[-148838,127032],[-149525,120843],[-142626,125085],[-144638,125666],[-142075,124244],[-141629,125595],[-141141,122833],[-141897,123690],[-141176,121984],[-145848,117859],[-148398,115575],[-148553,115537],[-151243,116757],[-152283,124655],[-146968,123247],[-143631,121148],[-143837,121715],[-144281,121148],[-151855,122369],[-151232,122093],[-143368,121517],[-150874,125784],[-144651,116806],[-149422,126722],[-149987,119329],[-148780,120458],[-143581,124292],[-151269,116595],[-151124,121972],[-145025,124867],[-164961,-120907],[-162560,-121565],[-160353,-125631],[-162739,-126293],[-165104,-120169],[-163884,-125470],[-160076,-125562],[-164329,-125729],[-159615,-127164],[-166364,-122812],[-165098,-121112],[-161364,-121547],[-160655,-121649],[-160383,-121945],[-162793,-121345],[-162370,-125534],[-157806,-123410],[-159314,-122840],[-162701,-115190],[-162799,-116324],[-163153,-118217],[-165720,-121596],[-165028,-118555],[-166334,-117593],[-165733,-121972],[-162041,-127767],[-164931,-126185],[-163918,-126251],[-165121,-120367],[-164827,-120392],[-159015,-126007],[-164084,-125457],[-161861,-124709],[-157657,-123592],[-157341,-123839],[-164141,-116607],[-164705,-117627],[-165266,-127749],[-162444,-127175],[-162952,-125407],[-164344,-125385],[-164412,-125976],[-162273,-121534],[-165120,-127623],[-165206,-119852],[-159751,-127425],[-165937,-122410],[-160582,-121846],[-161198,-121348],[-157183,-123827],[-158031,-123383],[-159595,-122640],[-163185,-117189],[-163181,-118672],[-162928,-120651],[-162792,-115643],[-159425,-126921],[-162519,-125142],[-162106,-127304],[-154676,-122650],[-157589,-117265],[-158817,-116759],[-161428,-116165],[-161544,-115635],[-161572,-117222],[-161047,-118703],[-160063,-117194],[-159915,-117556],[-156593,-116924],[-157434,-115412],[-155266,-117883],[-161378,-119373],[-155104,-122919],[-158061,-120511],[-159756,-120722],[-160224,-120200],[-158929,-119468],[-158603,-119514],[-159582,-119446],[-157235,-120116],[-156752,-119505],[-161053,-119054],[-160787,-118482],[-160794,-117623],[-161672,-115767],[-157744,-117113],[-158076,-117441],[-159165,-116540],[-154793,-117921],[-156587,-116681],[-155996,-117483],[-156682,-117396],[-157307,-115254],[-155642,-116000],[-157203,-115815],[-157204,-120431],[-157121,-119312],[-157904,-120043],[-157403,-121469],[-158271,-116523],[-155088,-118140],[-157094,-115667],[-154806,-117260],[-154986,-117247],[-159740,-136855],[-160018,-135352],[-160989,-136302],[-160471,-137120],[-158648,-139849],[-159983,-139643],[-165604,-139335],[-166008,-135322],[-165727,-133574],[-161817,-134896],[-162708,-129650],[-163421,-131513],[-158200,-127944],[-162545,-132210],[-156470,-137502],[-158661,-136216],[-160033,-134590],[-161420,-131121],[-161551,-131259],[-164774,-128930],[-159411,-128213],[-161716,-136243],[-160346,-137727],[-159543,-137529],[-165491,-140581],[-165614,-140027],[-165960,-140374],[-165360,-139238],[-165034,-138999],[-163898,-137542],[-163704,-137619],[-163182,-137948],[-165620,-137949],[-166079,-136949],[-163458,-138916],[-161996,-135148],[-163628,-133337],[-162595,-133714],[-162010,-129936],[-160562,-134290],[-155131,-139368],[-164346,-132847],[-158801,-139707],[-160292,-140008],[-166106,-135534],[-166083,-137172],[-165228,-139382],[-165562,-139034],[-165401,-134246],[-163280,-131178],[-164072,-133301],[-161780,-135354],[-162332,-132281],[-160543,-134467],[-161986,-131266],[-158270,-136970],[-154494,-138955],[-160378,-129472],[-160281,-128246],[-161938,-128491],[-157278,-132482],[-157138,-132508],[-157252,-132734],[-156591,-130232],[-153662,-133852],[-156272,-132282],[-156856,-133317],[-156412,-133256],[-154026,-133929],[-156727,-132438],[-156488,-133081],[-154678,-133743],[-156193,-131041],[-154533,-133446],[-153808,-141434],[-158408,-141157],[-157544,-141235],[-159115,-141098],[-156867,-142278],[-157455,-147251],[-165649,-142082],[-165317,-141869],[-164166,-142473],[-160710,-146884],[-164263,-147161],[-162643,-153255],[-158424,-140634],[-165298,-151074],[-166229,-145838],[-164054,-145068],[-163846,-143944],[-163196,-144428],[-153931,-141207],[-157086,-142353],[-164572,-145742],[-164236,-140930],[-165525,-141655],[-164364,-142660],[-160894,-147111],[-164512,-146490],[-157454,-147022],[-162367,-142905],[-159315,-144424],[-164865,-149809],[-165654,-140746],[-164219,-143964],[-163367,-145425],[-163380,-141712],[-163266,-142024],[-164079,-140872],[-165471,-142252],[-164005,-146320],[-159365,-144231],[-162838,-152515],[-162583,-148875],[-165054,-150870],[-166325,-146799],[-166091,-147030],[-163501,-143158],[-163600,-145694],[-165165,-144200],[-163282,-144639],[-159265,-141249],[-163495,-141861],[-163967,-145714],[-164167,-144175],[-163629,-144244],[-157597,-140614],[-153658,-151517],[-153855,-151636],[-153806,-151714],[-154201,-152332],[-154237,-152031],[-163268,-157663],[-162308,-157636],[-162998,-154320],[-162837,-157471],[-164427,-163262],[-163433,-157563],[-162072,-161368],[-162052,-161223],[-162361,-161050],[-162256,-160545],[-162867,-162972],[-163729,-156032],[-163560,-160994],[-163915,-161487],[-164249,-160835],[-166075,-165276],[-162646,-155286],[-165234,-156961],[-163390,-155548],[-165100,-154593],[-165304,-154434],[-162358,-154919],[-163735,-163533],[-163225,-158275],[-163275,-158409],[-165582,-156669],[-162586,-158138],[-162635,-157186],[-162140,-157321],[-161674,-161136],[-161764,-160704],[-162639,-162452],[-163036,-163506],[-162776,-163747],[-162927,-156825],[-163768,-160344],[-165919,-165236],[-165562,-164761],[-166019,-166092],[-162417,-165938],[-165860,-155191],[-162977,-153433],[-163621,-162863],[-163562,-158421],[-165366,-156761],[-161650,-160903],[-161124,-161265],[-161999,-160570],[-162884,-163155],[-163909,-161030],[-166114,-155138],[-162533,-155448],[-166117,-154759],[-162350,-154444],[-163373,-156925],[-164863,-163598],[-154336,-154021],[-155034,-154354],[-154699,-154013],[-155843,-155777],[-156043,-155433],[-159544,-163046],[-158061,-160691],[-157072,-160471],[-156536,-163742],[-156796,-163861],[-155207,-165965],[-156022,-166155],[-157791,-158728],[-154843,-154092],[-158189,-157667],[-158328,-158664],[-155137,-153786],[-155888,-155562],[-158103,-160496],[-157534,-158730],[-158828,-161964],[-158270,-160121],[-155585,-165204],[-157301,-158583],[-153895,-154535],[-156859,-163974],[-165680,-171417],[-162102,-173983],[-163211,-173066],[-164850,-173217],[-154487,-178568],[-156347,-178330],[-161557,-178745],[-162592,-178031],[-162292,-178366],[-162432,-177087],[-162739,-177276],[-162406,-177438],[-161697,-177777],[-161845,-178365],[-164312,-177168],[-165726,-171124],[-162002,-173279],[-162462,-177612],[-162334,-177836],[-161834,-177840],[-165975,-171132],[-162539,-173596],[-161215,-173894],[-161577,-173266],[-163552,-173709],[-154398,-177849],[-154678,-178230],[-154436,-178426],[-153877,-178702],[-162320,-178042],[-161847,-178013],[-163996,-177224],[-166302,-175237],[-164611,-175930],[-161094,-173985],[-161093,-174122],[-154497,-177867],[-154022,-178418],[-165342,-178979],[-155619,-177335],[-154213,-177768],[-154064,-172775],[-157128,-176685],[-156195,-177347],[-156474,-172032],[-157580,-171788],[-157297,-171058],[-156180,-173410],[-156017,-174128],[-154515,-174270],[-154449,-173565],[-156662,-167825],[-155762,-177218],[-154850,-173460],[-154477,-173365],[-154172,-173761],[-155360,-172730],[-155666,-171962],[-156143,-173631],[-156721,-173221],[-157091,-173522],[-156070,-174490],[-155275,-174536],[-155085,-174637],[-157149,-171148],[-157884,-171785],[-156725,-171181],[-155310,-166366],[-155883,-168688],[-155925,-166522],[-155925,-166522],[-154979,-177372],[-156388,-176969],[-155555,-166336],[-156283,-168324],[-156649,-173651],[-155446,-175069],[-157252,-174559],[-156295,-174659],[-154333,-179009],[-163426,-181184],[-163744,-182162],[-161428,-181785],[-160564,-181902],[-157570,-181572],[-158915,-183379],[-157328,-182501],[-157266,-181768],[-161631,-179576],[-161562,-179179],[-160014,-182721],[-153807,-180827],[-155699,-179150],[-156661,-181187],[-153612,-186441],[-164917,-187580],[-166388,-179545],[-161823,-186782],[-160328,-186000],[-166058,-179112],[-161143,-182020],[-163565,-181281],[-163743,-181364],[-162268,-182571],[-162063,-182439],[-161274,-181799],[-160419,-181974],[-160157,-182010],[-158547,-180813],[-157427,-181966],[-161462,-179478],[-162125,-182924],[-161896,-182850],[-161413,-182664],[-155134,-179370],[-154637,-179444],[-154368,-179876],[-154823,-179525],[-163178,-184977],[-162925,-184804],[-163175,-184137],[-155314,-190336],[-154392,-190279],[-156013,-190120],[-156427,-189689],[-162679,-188864],[-164794,-187687],[-160072,-182450],[-156503,-186686],[-156179,-186807],[-165049,-187530],[-153975,-183679],[-165706,-179775],[-165133,-180657],[-154898,-179159],[-154467,-179320],[-155039,-179518],[-163069,-184308],[-162901,-184973],[-162949,-184138],[-156362,-189346],[-156802,-189446],[-156987,-181179],[-156357,-186856],[-156375,-186494],[-158948,-188888],[-159236,-189737],[-157838,-189962],[-158137,-190285],[-157384,-190027],[-163035,-188472],[-163136,-188363],[-163506,-188342],[-164709,-187880],[-163140,-189564],[-161054,-191193],[-163426,-179531],[-164378,-180376],[-156536,-184880],[-153811,-190853],[-153736,-189607],[-154002,-186831],[-157018,-188473],[-163744,-181445],[-157128,-190617],[-156438,-190940],[-165686,-184322],[-162529,-185193],[-154853,-187659],[-154661,-190960],[-153702,-190327],[-160754,-181313],[-161592,-180990],[-164176,-181726],[-163675,-181987],[-158087,-190795],[-164948,-183074],[-155480,-187902],[-154597,-190641],[-154385,-187654],[-162077,-181472],[-161485,-181215],[-157048,-191167],[-157838,-191400],[-159397,-190688],[-154525,-186301],[-164052,-183739],[-165046,-189146],[-165925,-188688],[-165916,-189786],[-165457,-189069],[-165146,-190717],[-164852,-191044],[-163382,-189708],[-165255,-188979],[-165306,-201034],[-166123,-202484],[-166364,-197604],[-163318,-197029],[-162684,-197038],[-162817,-196697],[-163642,-196545],[-164168,-197318],[-163567,-197677],[-160758,-196910],[-161391,-196827],[-161704,-196991],[-161507,-196448],[-164671,-195500],[-157474,-196450],[-156493,-196284],[-156356,-196725],[-157221,-196014],[-157902,-196106],[-156259,-199738],[-156470,-198520],[-157524,-198976],[-157926,-199486],[-157785,-198940],[-160168,-196570],[-155015,-197587],[-156318,-201707],[-154025,-204140],[-154133,-204592],[-164218,-197486],[-165632,-195356],[-165095,-194409],[-158305,-201957],[-159503,-197054],[-165342,-197066],[-161577,-196776],[-160370,-196686],[-159876,-196055],[-157952,-195999],[-156859,-195906],[-157585,-195536],[-159513,-195704],[-165987,-199570],[-158042,-198931],[-158316,-198376],[-158881,-198599],[-159469,-198749],[-160247,-198345],[-159437,-198227],[-160690,-197748],[-164621,-198330],[-154756,-197841],[-157619,-199140],[-159493,-201296],[-156656,-194651],[-154043,-204521],[-164142,-202306],[-165504,-196219],[-164462,-199992],[-165062,-199674],[-165834,-194788],[-162091,-197909],[-154481,-196046],[-154668,-196928],[-162042,-196140],[-160020,-203009],[-158624,-197385],[-163028,-196278],[-163832,-195874],[-164376,-196261],[-164368,-196834],[-163695,-196659],[-160100,-204507],[-159385,-203429],[-159066,-196726],[-154317,-203593],[-154068,-201946],[-155305,-202596],[-162963,-202678],[-165994,-203953],[-160088,-197332],[-166046,-196396],[-156379,-197307],[-156269,-199620],[-165849,-196515],[-158965,-204004],[-166140,-200862],[-159078,-196943],[-165085,-200724],[-165432,-203380],[-165870,-200773],[-165456,-202290],[-165403,-207315],[-163470,-208192],[-161004,-209401],[-161530,-209522],[-157457,-214986],[-157012,-215726],[-160839,-217256],[-163507,-214211],[-163472,-216356],[-163191,-215835],[-155760,-208544],[-155505,-208550],[-155263,-208401],[-155083,-207984],[-154668,-208519],[-154455,-208853],[-156999,-209595],[-166298,-217286],[-166109,-217369],[-162574,-213261],[-163530,-213622],[-153853,-211152],[-155950,-208079],[-154098,-209877],[-158835,-204878],[-159921,-206478],[-165580,-207646],[-165296,-207456],[-163546,-207093],[-162759,-207033],[-162167,-209803],[-161588,-208922],[-157144,-215627],[-157691,-214972],[-163620,-214497],[-163646,-213852],[-153898,-209335],[-156873,-208936],[-155942,-208443],[-156620,-208423],[-162341,-215525],[-159782,-205664],[-165900,-208269],[-165342,-208587],[-166392,-206918],[-164746,-207741],[-163481,-208334],[-163100,-208064],[-163289,-206947],[-163075,-206923],[-160787,-209298],[-162054,-209586],[-163152,-214534],[-163480,-214359],[-155294,-208644],[-154770,-208696],[-155936,-208629],[-156527,-208579],[-156591,-208767],[-154513,-209129],[-154253,-209101],[-154840,-209311],[-162557,-214696],[-166227,-217138],[-154534,-211374],[-153969,-208851],[-157391,-205365],[-164249,-209271],[-163125,-215513],[-158798,-207121],[-166200,-207004],[-163307,-208078],[-160996,-209199],[-154003,-208882],[-156628,-208629],[-162638,-208870],[-163445,-206297],[-154335,-209648],[-158677,-205252],[-165512,-216372],[-164239,-206847],[-161971,-204916],[-166186,-216894],[-164711,-216061],[-165617,-208026],[-163283,-205979],[-165175,-215751],[-166237,-216102],[-165620,-207485],[-162692,-205880],[-165796,-226411],[-166004,-226698],[-165014,-225981],[-164103,-222444],[-164872,-223952],[-161192,-218835],[-161372,-218668],[-156531,-218381],[-157445,-218092],[-164529,-217936],[-164751,-217937],[-164018,-217617],[-165224,-221489],[-155526,-218032],[-155217,-218661],[-155111,-220065],[-153844,-220399],[-154501,-219828],[-159255,-221377],[-159880,-221891],[-161785,-229444],[-164526,-228395],[-155016,-218982],[-156857,-220015],[-166288,-218458],[-165242,-218813],[-164729,-220529],[-163478,-220147],[-165860,-221930],[-166274,-220388],[-165199,-226090],[-165234,-226379],[-163858,-222493],[-163865,-222313],[-161366,-219053],[-156146,-220236],[-156948,-218221],[-156696,-218643],[-157374,-219770],[-165733,-221652],[-164443,-228501],[-162260,-229798],[-166148,-226946],[-154555,-219034],[-156826,-220011],[-165992,-226357],[-165251,-223998],[-165129,-224269],[-160113,-219282],[-162379,-220114],[-160218,-220539],[-160821,-220594],[-159160,-220338],[-153756,-218066],[-154747,-218377],[-154389,-217496],[-154726,-218805],[-156878,-219875],[-165741,-219010],[-165086,-220468],[-163439,-220853],[-165478,-221952],[-165296,-225920],[-164156,-221987],[-163572,-222441],[-164484,-222940],[-165081,-223981],[-165581,-227718],[-154929,-218720],[-157103,-220005],[-166139,-218250],[-165401,-219728],[-164436,-220354],[-163874,-220424],[-165983,-221844],[-165932,-220756],[-164357,-220997],[-165451,-221656],[-163681,-217552],[-164520,-217859],[-166129,-218314],[-165536,-219069],[-164900,-221020],[-163752,-220302],[-165987,-221966],[-166075,-220959],[-163896,-220337],[-165807,-221665],[-163904,-218119],[-164437,-220390],[-164637,-221772],[-165156,-218997],[-165775,-217956],[-161600,-241407],[-161250,-240530],[-154025,-238837],[-154198,-240146],[-153731,-239257],[-156347,-240336],[-153790,-235958],[-165358,-240032],[-165889,-240373],[-155336,-241580],[-154173,-241209],[-163899,-233157],[-163888,-231848],[-159781,-232765],[-158686,-232633],[-159045,-232745],[-156343,-241841],[-156233,-239860],[-165532,-235417],[-161811,-241888],[-156183,-240518],[-165189,-239258],[-156005,-242773],[-163981,-232911],[-160060,-241906],[-160150,-231234],[-159754,-231827],[-162308,-230910],[-160894,-230420],[-162060,-230645],[-160618,-235401],[-161366,-234853],[-161642,-235188],[-162440,-235807],[-161388,-236746],[-162656,-235163],[-161011,-236056],[-163362,-233275],[-154506,-238100],[-154223,-242691],[-161319,-241758],[-159673,-241046],[-160422,-240640],[-157663,-238531],[-162134,-240318],[-161893,-239367],[-163223,-240522],[-153812,-239490],[-158266,-236023],[-166085,-234102],[-166326,-232093],[-156403,-240695],[-164621,-240109],[-164147,-240511],[-155971,-240986],[-155724,-240993],[-163311,-232701],[-165057,-233150],[-162710,-235603],[-164186,-234827],[-155421,-242745],[-156071,-240488],[-154477,-235866],[-165319,-238867],[-155707,-241871],[-164607,-231719],[-163958,-2112],[-164918,-1477],[-165154,-641],[-165472,-4635],[-164871,-4850],[-165238,-5547],[-166192,-11445],[-164897,-1296],[-165189,-848],[-166331,-33],[-165419,-5505],[-164603,-1345],[-164920,-1245],[-164883,-594],[-165261,-4451],[-166321,-11828],[-164720,-1228],[-164860,-544],[-165159,-4700],[-162779,-11088],[-162459,-11248],[-160286,-172],[-162885,-10783],[-155755,-4240],[-155919,-5519],[-153799,-1072],[-159494,-2502],[-160608,-1370],[-162157,-89],[-162264,9],[-158641,-2378],[-158706,-1938],[-157484,-2109],[-156694,-910],[-156552,-67],[-160405,-3444],[-161710,-1781],[-159696,-4287],[-160200,-4618],[-162817,-2465],[-163782,-2094],[-162081,-8412],[-162879,-9537],[-164111,-10576],[-158739,-5428],[-156368,-6304],[-158186,-7013],[-154347,-7005],[-154496,-8403],[-166204,-10181],[-165895,-8959],[-158500,-2449],[-158381,-1661],[-157432,-1928],[-156718,-1082],[-156777,184],[-160040,-3567],[-160959,-2628],[-159614,-4250],[-160019,-4817],[-162811,-2834],[-162686,-7995],[-162178,-9227],[-164409,-10653],[-158430,-5248],[-156342,-6014],[-158176,-7010],[-154024,-6960],[-155020,-8185],[-158455,-2495],[-158383,-1645],[-157737,-1938],[-156748,-978],[-156678,190],[-160335,-3849],[-161601,-2447],[-159728,-4199],[-159875,-4621],[-162283,-2607],[-163868,-2009],[-162820,-7673],[-162414,-9696],[-164694,-10066],[-158364,-5407],[-156615,-6321],[-158342,-7058],[-154332,-6873],[-154983,-8186],[-166171,-10028],[-158925,-1524],[-160089,-2402],[-157012,-2766],[-155696,-3084],[-156445,-1959],[-155696,-4994],[-163291,-7703],[-163216,-809],[-158621,-2447],[-158677,-1936],[-157596,-1896],[-156576,-1065],[-157078,-160],[-160296,-3828],[-161524,-1799],[-159525,-3934],[-159746,-4494],[-162814,-2653],[-163547,-1961],[-162350,-8397],[-162043,-9801],[-164267,-10878],[-158697,-5347],[-156280,-6304],[-157905,-6998],[-154532,-7166],[-154931,-8428],[-157508,57],[-157666,144],[-159100,-2665],[-163464,-97],[-162798,-250172],[-163049,-249723],[-162972,-249481],[-163480,-250644],[-162889,-250551],[-161264,-248947],[-164354,-245100],[-165117,-245812],[-163777,-245271],[-158373,-252259],[-158691,-252107],[-157709,-250608],[-162264,-245298],[-155823,-247548],[-161984,-245642],[-161009,-247462],[-154598,-247524],[-154081,-248912],[-164075,-244703],[-165763,-247339],[-166379,-255179],[-164757,-255429],[-164860,-252795],[-164170,-254214],[-164015,-253906],[-164115,-253899],[-165874,-251842],[-163148,-250001],[-160534,-247690],[-160296,-248220],[-160817,-248967],[-164865,-245501],[-155196,-251968],[-160102,-247339],[-166081,-246233],[-165742,-251271],[-162783,-249252],[-162931,-249053],[-162990,-248862],[-161060,-248802],[-161311,-248689],[-160506,-248237],[-162874,-246318],[-162374,-246288],[-162733,-245206],[-163649,-244621],[-164577,-244979],[-165107,-244763],[-162188,-249394],[-162921,-248405],[-162248,-248764],[-157786,-247834],[-157791,-246481],[-157066,-247477],[-153947,-247059],[-153831,-247685],[-153871,-247736],[-154047,-252915],[-159275,-245099],[-162811,-243947],[-157069,-246304],[-157579,-255499],[-157331,-253860],[-165785,-250314],[-163173,-252675],[-164215,-251743],[-163779,-250146],[-160120,-252880],[-161736,-253654],[-160493,-254640],[-159999,-253276],[-159002,-255635],[-159762,-254272],[-155007,-255646],[-156785,-255244],[-154164,-255483],[-157579,-255716],[-158063,-254143],[-159624,-252833],[-164055,-252278],[-154070,-248608],[-165841,-246936],[-166033,-249734],[-157151,-255571],[-157553,-254557],[-166324,-248757],[-164111,-251575],[-164140,-252003],[-163280,-250986],[-163733,-249220],[-160344,-252462],[-160725,-253316],[-161435,-253418],[-160981,-253741],[-159183,-254750],[-160095,-253587],[-159436,-254324],[-153637,-255723],[-154609,-255718],[-154885,-255291],[-155036,-254419],[-155310,-255327],[-155637,-255488],[-153822,-255595],[-156359,-255563],[-157027,-255637],[-157720,-254010],[-159497,-252407],[-163168,-252349],[-165387,-261750],[-155975,-265556],[-154586,-265701],[-154947,-267502],[-156539,-267394],[-162616,-264991],[-160487,-265772],[-163896,-259916],[-157863,-265639],[-158371,-261336],[-162472,-259852],[-161818,-264288],[-162266,-260373],[-156725,-261224],[-155820,-262620],[-154988,-263514],[-157057,-262243],[-166102,-262790],[-155643,-256517],[-156597,-256499],[-154112,-256039],[-154590,-256544],[-154263,-257114],[-155103,-257083],[-165639,-260488],[-154430,-265241],[-161409,-265171],[-162035,-259794],[-156816,-261691],[-155803,-263429],[-154782,-261448],[-155770,-263099],[-158027,-261798],[-160964,-265328],[-163302,-261654],[-160367,-260897],[-165577,-261469],[-163448,-261760],[-156202,-265609],[-157025,-267566],[-158889,-266861],[-161565,-263459],[-159108,-261594],[-164192,-263940],[-163902,-263775],[-162498,-259708],[-156578,-262221],[-158467,-261609],[-165928,-262231],[-161657,-265810],[-165913,-268458],[-163593,-261885],[-156209,-267007],[-156590,-267061],[-155466,-263808],[-160684,-267966],[-154173,-264821],[-155769,-264875],[-165058,-261196],[-165520,-261679],[-161262,-264330],[-164830,-256984],[-154901,-257777],[-160314,-257332],[-158186,-257421],[-155945,-260963],[-158457,-261079],[-158125,-260140],[-162188,-258861],[-156812,-256807],[-154559,-256789],[-154069,-257647],[-164622,-259056],[-154250,-266902],[-159534,-263890],[-158907,-266553],[-161727,-263861],[-165626,-262056],[-162531,-259193],[-156862,-261606],[-156721,-262125],[-154141,-262040],[-155892,-262700],[-157625,-262811],[-164172,-261846],[-165172,-268553],[-161182,-268434],[-164065,-263248],[-162004,-265135],[-155898,-266046],[-156081,-263654],[-160642,-265476],[-164804,-266882],[-164138,-255974],[-156002,-256400],[-158471,-255820],[-156644,-255991],[-153647,-256406],[-159317,-255863],[-156990,-256038],[-154188,-257478],[-156217,-275665],[-164535,-280970],[-164958,-273846],[-161939,-269265],[-161708,-271479],[-154533,-272548],[-158404,-280241],[-156605,-275200],[-158159,-278830],[-158888,-277516],[-160318,-277129],[-163581,-275071],[-163686,-273625],[-163754,-271090],[-165416,-270939],[-163278,-280874],[-162779,-281121],[-159454,-269061],[-154837,-271644],[-156635,-272371],[-159212,-270860],[-165052,-278695],[-156133,-274739],[-155599,-275607],[-158090,-279981],[-156582,-280646],[-159428,-280155],[-160448,-276999],[-159741,-277652],[-160010,-279062],[-160720,-278870],[-164472,-274215],[-162350,-275794],[-165266,-273295],[-165003,-274816],[-164822,-271929],[-164571,-269951],[-163521,-270433],[-164770,-270906],[-164770,-277750],[-164955,-275518],[-166206,-276767],[-165699,-281016],[-161923,-279860],[-160756,-270039],[-160038,-270239],[-155900,-272964],[-156047,-270290],[-156305,-276309],[-157050,-279175],[-160828,-277792],[-164544,-275366],[-164856,-281159],[-154142,-282301],[-153977,-282445],[-156709,-287175],[-156903,-288038],[-156176,-285402],[-156864,-286564],[-164954,-290259],[-158175,-283543],[-157819,-285608],[-164217,-288515],[-159074,-284745],[-161505,-290337],[-161432,-291455],[-164200,-293290],[-162962,-293611],[-162351,-290689],[-162163,-293675],[-163556,-292013],[-164754,-291139],[-163725,-291106],[-156957,-286552],[-161995,-290767],[-157765,-284078],[-162940,-287987],[-165089,-292849],[-163143,-292895],[-165292,-292538],[-157756,-283645],[-165368,-284042],[-161526,-291823],[-165857,-295787],[-154885,-294851],[-159373,-296969],[-160871,-298877],[-160044,-298574],[-156299,-295822],[-154018,-294761],[-161615,-297246],[-156086,-295103],[-162201,-294649],[-161128,-294345],[-155486,-299076],[-159950,-296396],[-164294,-314250],[-160677,-318470],[-163103,-317902],[-160591,-318662],[-161502,-317415],[-163120,-317428],[-153878,-316895],[-161011,-319940],[-164593,-13556],[-163861,-21547],[-164533,-24502],[-164596,-22343],[-164697,-24796],[-165484,-17163],[-165677,-17504],[-165070,-15723],[-166269,-19861],[-165394,-20052],[-164413,-21282],[-164452,-20818],[-164384,-13508],[-163824,-21811],[-164448,-24558],[-164347,-23642],[-165189,-23711],[-165635,-17229],[-165779,-17173],[-165859,-16831],[-165483,-17925],[-165776,-16747],[-165345,-15319],[-165572,-15433],[-165906,-20991],[-165857,-19979],[-165795,-19490],[-166394,-19811],[-164569,-19203],[-162390,-17330],[-164468,-13122],[-164247,-21069],[-164077,-25323],[-164449,-24257],[-165666,-20148],[-162574,-17654],[-164744,-13213],[-163644,-20943],[-164173,-25295],[-164897,-24413],[-155015,-13849],[-155216,-14088],[-162891,-23548],[-158979,-12740],[-157956,-14241],[-158351,-13988],[-160148,-17600],[-159750,-15857],[-158730,-16041],[-153640,-24152],[-157506,-22935],[-158297,-23644],[-157397,-20624],[-156622,-19438],[-155710,-20431],[-154681,-18315],[-162346,-17521],[-160982,-15852],[-163907,-25029],[-161308,-23301],[-161208,-21861],[-160561,-20356],[-159601,-23614],[-159144,-24396],[-160711,-17896],[-160413,-18830],[-157585,-18481],[-157167,-19942],[-161957,-20970],[-158682,-22027],[-153835,-18758],[-155026,-18771],[-161070,-16363],[-161569,-23311],[-161720,-21920],[-160794,-20399],[-159865,-23125],[-159145,-24566],[-160794,-17870],[-160804,-18532],[-157758,-18395],[-157048,-19998],[-162144,-20992],[-158291,-21998],[-155093,-18702],[-162224,-17358],[-160905,-16141],[-163824,-25190],[-160931,-23961],[-161638,-21707],[-161099,-20221],[-160013,-23312],[-159243,-24557],[-160518,-18382],[-157201,-19082],[-157668,-19924],[-162561,-21074],[-158992,-21941],[-153615,-20300],[-153921,-19638],[-153660,-19507],[-162142,-24732],[-162072,-25222],[-163186,-22925],[-162872,-24767],[-154751,-18323],[-161078,-16080],[-160902,-23300],[-161672,-21964],[-160819,-20126],[-160020,-23185],[-159310,-24508],[-160942,-17802],[-160530,-18382],[-157875,-18833],[-157426,-20241],[-162628,-21276],[-158921,-21261],[-162297,-439074],[-159433,-438180],[-162886,-438186],[-156877,-441707],[-165523,-444094],[-165446,-452177],[-166324,-27390],[-165784,-30967],[-166161,-30816],[-166236,-36848],[-165252,-26159],[-163946,-25624],[-165285,-25866],[-165242,-27050],[-165859,-27540],[-165002,-37872],[-166212,-37688],[-164937,-29837],[-165709,-30987],[-166100,-30633],[-165460,-30652],[-165716,-30137],[-164973,-26338],[-165230,-25572],[-165108,-26787],[-165973,-27596],[-164593,-29962],[-165991,-25916],[-165630,-26585],[-164033,-25614],[-165135,-25555],[-165250,-27263],[-166248,-28059],[-165101,-37813],[-164993,-26169],[-164326,-25661],[-165208,-25640],[-165095,-26829],[-165978,-27742],[-153772,-34871],[-153767,-37532],[-153995,-33155],[-154792,-30662],[-155489,-30638],[-156293,-31186],[-154958,-29268],[-160186,-27080],[-159510,-26930],[-158758,-28948],[-160957,-28065],[-163508,-29404],[-165382,-33565],[-161060,-32900],[-161771,-34825],[-160350,-36102],[-159939,-36068],[-158958,-35775],[-158089,-37314],[-159093,-37470],[-165169,-36800],[-160354,-31161],[-160635,-30170],[-157205,-28312],[-158532,-30042],[-162866,-32614],[-163621,-34733],[-163162,-35668],[-163324,-36905],[-155512,-31637],[-155651,-31917],[-154866,-31203],[-157858,-28235],[-162779,-28825],[-164136,-29745],[-157950,-34729],[-164577,-37928],[-163221,-26553],[-162663,-26243],[-163544,-25494],[-158322,-27092],[-158112,-27334],[-157866,-26993],[-153868,-32814],[-154629,-30147],[-155471,-30640],[-156393,-31346],[-154742,-28928],[-160553,-27123],[-159378,-26828],[-159157,-28806],[-161220,-27740],[-163029,-29682],[-165377,-33692],[-161448,-32477],[-162175,-34756],[-160498,-36736],[-159420,-35488],[-159101,-36024],[-158261,-37196],[-159034,-37734],[-164870,-36828],[-160815,-31123],[-159394,-28999],[-160023,-29816],[-157666,-28619],[-158979,-29329],[-162916,-33206],[-163352,-34314],[-162269,-35633],[-163221,-37012],[-153620,-35196],[-154225,-33161],[-154590,-30433],[-155020,-30589],[-156050,-30941],[-155185,-28943],[-160501,-27092],[-159236,-26930],[-159064,-28835],[-161483,-27777],[-161302,-27543],[-162985,-29285],[-165494,-33588],[-161222,-32393],[-161674,-34544],[-161130,-35983],[-160186,-35641],[-159055,-36078],[-158475,-37212],[-159331,-37718],[-164931,-36880],[-159628,-29528],[-159972,-29767],[-156982,-28289],[-158444,-29587],[-163325,-32925],[-163641,-33937],[-163149,-35834],[-163458,-37648],[-153682,-36603],[-155694,-31736],[-162172,-36625],[-162995,-37322],[-157792,-34683],[-158527,-34423],[-162656,-26940],[-159574,-27397],[-157981,-28449],[-165214,-36194],[-161045,-33235],[-161799,-33975],[-163596,-31891],[-157711,-28560],[-158451,-27290],[-162333,-29058],[-157906,-34444],[-158808,-33690],[-158546,-37668],[-161635,-37222],[-162274,-37039],[-165131,-35916],[-153747,-35167],[-153744,-37582],[-154261,-33255],[-154882,-30538],[-155202,-30803],[-155943,-31285],[-154872,-29205],[-160077,-27082],[-159708,-27187],[-158854,-28809],[-161247,-27822],[-163391,-29246],[-165006,-33462],[-160866,-32743],[-161493,-34617],[-160819,-36746],[-159905,-35893],[-158596,-35693],[-157542,-37572],[-158903,-37738],[-164717,-36577],[-159550,-28939],[-160199,-31217],[-160906,-29936],[-156969,-28835],[-158308,-29807],[-162988,-32906],[-163576,-34179],[-163216,-35640],[-163382,-36756],[-161780,-31022],[-161487,-49716],[-161679,-49176],[-161024,-49443],[-155648,-48655],[-155982,-48675],[-155799,-48897],[-166001,-42552],[-165575,-42573],[-165854,-41751],[-165083,-49142],[-165832,-50003],[-156002,-48876],[-158469,-48871],[-159003,-49215],[-161342,-49393],[-162782,-49482],[-162733,-49582],[-166342,-42068],[-165073,-42089],[-165863,-41335],[-166382,-42103],[-165700,-50311],[-166356,-49862],[-165597,-38887],[-166298,-38214],[-158682,-39795],[-157359,-40247],[-161233,-39647],[-163861,-39108],[-162669,-39871],[-160473,-40740],[-159456,-40680],[-153920,-49891],[-160772,-38988],[-158995,-40308],[-157523,-40105],[-161335,-39105],[-163903,-39079],[-163477,-39646],[-161339,-40758],[-159800,-41120],[-154796,-50610],[-158271,-50908],[-157025,-38543],[-159315,-38587],[-158426,-40144],[-157867,-39890],[-161404,-39374],[-163544,-39518],[-163139,-39290],[-161100,-40671],[-159866,-40497],[-158675,-39603],[-157978,-40058],[-161137,-39108],[-163257,-39055],[-164394,-38365],[-162879,-39672],[-160437,-40208],[-159652,-40637],[-165631,-59999],[-164559,-60479],[-159224,-63283],[-154575,-63331],[-153665,-62215],[-154795,-60927],[-160271,-61970],[-158266,-59911],[-157603,-59551],[-156293,-58217],[-156726,-59043],[-159980,-55901],[-159819,-54622],[-158804,-52737],[-163290,-53506],[-165407,-54287],[-161959,-56763],[-159073,-57455],[-159137,-57369],[-153788,-54882],[-158471,-51228],[-157482,-51066],[-155678,-51000],[-156745,-61224],[-156863,-60931],[-155801,-60734],[-165508,-58813],[-165218,-61020],[-165133,-61932],[-164271,-61587],[-155350,-62697],[-155897,-63087],[-159411,-63131],[-158975,-62986],[-165664,-53026],[-164010,-51960],[-162992,-52449],[-162678,-53891],[-162786,-53464],[-160979,-51269],[-161355,-51490],[-160093,-52130],[-157747,-52794],[-158808,-52966],[-159077,-53331],[-159195,-54353],[-158924,-55454],[-159398,-55568],[-158790,-55966],[-160561,-61995],[-158301,-59361],[-158593,-59708],[-155940,-57721],[-154997,-60635],[-153910,-61747],[-154753,-62930],[-155122,-61009],[-155468,-51036],[-154149,-52420],[-157033,-52109],[-159158,-51153],[-163679,-59663],[-161958,-59357],[-163022,-56151],[-162216,-56836],[-161215,-57898],[-165897,-56430],[-164504,-56208],[-165246,-54986],[-157559,-62519],[-157664,-62112],[-158585,-62177],[-162058,-63742],[-161815,-62879],[-160027,-63708],[-159334,-59825],[-159860,-60447],[-160046,-60700],[-158377,-57806],[-158024,-56930],[-158508,-58148],[-154756,-58364],[-154299,-57910],[-153665,-58044],[-165186,-56950],[-166261,-57059],[-162587,-58989],[-163451,-58753],[-161653,-57551],[-161389,-56459],[-162120,-56920],[-166395,-56710],[-164694,-56575],[-165680,-55827],[-157977,-62476],[-156533,-62411],[-158141,-63171],[-155719,-63683],[-161593,-62561],[-160316,-63151],[-161162,-60524],[-160464,-59298],[-159756,-59176],[-157723,-57161],[-158170,-57441],[-158176,-57483],[-155441,-58627],[-155084,-58967],[-155698,-58426],[-165345,-57426],[-165991,-56873],[-165288,-56683],[-166039,-56881],[-166400,-58758],[-165012,-56828],[-166215,-57497],[-166382,-58801],[-155354,-74162],[-156280,-74712],[-156720,-75341],[-157852,-75973],[-159668,-75721],[-158041,-76489],[-160211,-74844],[-159050,-71746],[-158082,-70000],[-155371,-67592],[-164416,-73653],[-165833,-72696],[-163150,-73463],[-165153,-70233],[-161108,-75043],[-161216,-72986],[-157665,-70485],[-153876,-73901],[-161399,-68766],[-154879,-69642],[-157552,-64614],[-158237,-64588],[-157966,-64948],[-154437,-65865],[-154355,-65309],[-161960,-64198],[-158866,-74929],[-159935,-72583],[-159032,-69418],[-155863,-67432],[-164781,-72753],[-165921,-71739],[-163661,-74015],[-164966,-70429],[-161295,-74746],[-160965,-73494],[-166230,-75020],[-165553,-70661],[-164885,-70533],[-157114,-70604],[-157097,-71957],[-156937,-72138],[-157348,-73720],[-158533,-74631],[-155791,-74192],[-158758,-75596],[-162054,-76086],[-159897,-75988],[-154535,-73863],[-165294,-68581],[-164308,-64406],[-164287,-64608],[-160030,-68532],[-162523,-67411],[-161884,-68047],[-161807,-66577],[-161548,-66791],[-161120,-65905],[-156641,-68784],[-157153,-67060],[-157249,-75485],[-157945,-75699],[-159516,-75890],[-158566,-76204],[-154816,-70508],[-154591,-69948],[-156116,-65234],[-158556,-65772],[-158588,-64268],[-154358,-65268],[-161780,-72742],[-153700,-65211],[-158719,-73985],[-160213,-71787],[-157899,-70438],[-155391,-66595],[-164540,-73034],[-165579,-72904],[-163694,-73904],[-164025,-69737],[-161844,-74897],[-155972,-65309],[-166020,-74979],[-158021,-74258],[-165379,-74930],[-166348,-72874],[-164992,-71187],[-162499,-76409],[-156011,-74327],[-158812,-75421],[-157082,-73073],[-157067,-69912],[-155349,-73945],[-155570,-75895],[-165925,-69328],[-165674,-69577],[-163655,-69625],[-163527,-69794],[-161329,-68667],[-161168,-67802],[-161135,-67622],[-161243,-68310],[-160635,-69396],[-163825,-65795],[-163846,-64554],[-163242,-64801],[-158072,-74412],[-158299,-76525],[-159370,-74667],[-159613,-71458],[-158440,-70379],[-156484,-66506],[-164804,-72704],[-165349,-72027],[-163157,-73471],[-163980,-70203],[-161133,-75123],[-161848,-73464],[-162075,-86066],[-162406,-83698],[-161599,-84080],[-161827,-83301],[-162249,-84537],[-161871,-83920],[-163969,-86218],[-164644,-85911],[-164670,-85677],[-161585,-85334],[-163024,-83754],[-163602,-84216],[-161876,-83639],[-166357,-89016],[-163272,-86414],[-161449,-82377],[-161812,-84372],[-164827,-84681],[-164912,-85784],[-161651,-85158],[-162402,-83898],[-163407,-84238],[-157887,-85471],[-157589,-83820],[-154784,-86900],[-154620,-85231],[-157097,-84072],[-163282,-79095],[-160353,-81155],[-160640,-80922],[-159541,-77075],[-155485,-83270],[-154321,-82605],[-165143,-77179],[-163068,-78996],[-157281,-77486],[-157539,-77913],[-160011,-79128],[-159811,-78988],[-159951,-81558],[-159309,-76979],[-155444,-80214],[-158512,-77892],[-160562,-77690],[-160201,-77594],[-160546,-80073],[-164731,-77683],[-157771,-78084],[-157139,-77644],[-160145,-81483],[-160649,-77734],[-160176,-77386],[-160559,-79546],[-158653,-78001],[-160618,-77796],[-159862,-77372],[-160711,-79663],[-164846,-89620],[-165203,-89614],[-163421,-90901],[-165388,-89440],[-164927,-89460],[-164691,-98111],[-165596,-97970],[-165946,-97617],[-165206,-99766],[-163702,-100956],[-161620,-94145],[-162045,-94346],[-160932,-94875],[-160565,-94632],[-160106,-95099],[-159790,-100591],[-157003,-98151],[-156415,-96413],[-156255,-96003],[-155130,-94564],[-162494,-91458],[-162092,-91537],[-161428,-91565],[-163218,-93375],[-165972,-92041],[-164739,-92350],[-160111,-96815],[-156014,-98000],[-154588,-99050],[-156139,-93299],[-159190,-97381],[-164337,-98732],[-166278,-97603],[-157285,-100509],[-156273,-100592],[-155452,-102171],[-157922,-91940],[-155783,-91476],[-154875,-101414],[-155649,-101275],[-155440,-101824],[-156998,-100395],[-156620,-100238],[-156353,-100597],[-165221,-95900],[-160119,-94950],[-162021,-94201],[-161001,-90637],[-163649,-96095],[-164975,-99548],[-160384,-97900],[-165396,-96453],[-165135,-97855],[-163928,-100873],[-165674,-90023],[-166010,-90288],[-160154,-94717],[-159256,-99205],[-157447,-98302],[-154153,-94288],[-161047,-90514],[-160673,-90303],[-159799,-90258],[-159377,-89805],[-163436,-91430],[-164010,-90913],[-163774,-93042],[-164229,-93160],[-163113,-92813],[-165450,-92222],[-156179,-92779],[-158901,-91934],[-158439,-93441],[-164467,-90310],[-162057,-91525],[-160935,-96765],[-162731,-100296],[-163079,-97904],[-164000,-98995],[-158391,-97749],[-157773,-91881],[-155878,-91717],[-159630,-99675],[-155525,-102002],[-154981,-101388],[-155536,-101884],[-157053,-99748],[-157095,-100322],[-156543,-100581],[-164787,-97990],[-165611,-97807],[-166003,-99445],[-165941,-90422],[-166270,-90256],[-160434,-95097],[-157234,-98191],[-159122,-98659],[-159729,-101288],[-159704,-101767],[-161217,-99970],[-156350,-96146],[-161622,-91728],[-158993,-89920],[-159443,-90209],[-160526,-90534],[-163816,-91045],[-164265,-90644],[-163320,-96426],[-165425,-92048],[-164662,-92076],[-163955,-92853],[-162806,-93387],[-154729,-99044],[-153780,-100988],[-154937,-92452],[-164486,-90465],[-159027,-97004],[-158676,-96702],[-163067,-99434],[-157629,-91982],[-155682,-91435],[-164735,-96135],[-163727,-100214],[-163192,-95049],[-159174,-97159],[-157955,-92361],[-155583,-91819],[-163528,-114771],[-163754,-112416],[-162378,-113738],[-163676,-114762],[-163820,-112722],[-161440,-113697],[-163864,-112571],[-161639,-113674],[-166333,-108641],[-162773,-105160],[-165996,-113295],[-166216,-113507],[-160145,-114808],[-164920,-108441],[-166348,-109013],[-162930,-105053],[-165367,-108367],[-164436,-109359],[-164388,-105041],[-165398,-104697],[-157934,-103224],[-158569,-103577],[-158549,-102845],[-155417,-103394],[-155556,-103128],[-156576,-104032],[-163091,-107834],[-164705,-105353],[-165294,-104597],[-163428,-105356],[-165284,-114116],[-165398,-112404],[-165817,-112803],[-165072,-107713],[-164569,-109145],[-163396,-105818],[-164460,-105350],[-165113,-104427],[-157257,-103708],[-157898,-103590],[-158229,-104071],[-154629,-103300],[-156211,-103481],[-155741,-103984],[-166224,-111774],[-164759,-108212],[-165350,-112094],[-164496,-105373],[-165500,-104606],[-164956,-107902],[-160008,8585],[-161248,8373],[-162854,3622],[-163698,2452],[-164876,5764],[-161315,6033],[-166169,205],[-164323,662],[-162881,7016],[-161600,7497],[-162547,9928],[-163276,4075],[-164802,4260],[-161087,6957],[-160587,7636],[-166230,8097],[-165753,1950],[-159497,8222],[-160971,8631],[-162454,3923],[-164007,2310],[-164861,5336],[-161795,5709],[-166307,242],[-164292,514],[-163306,7307],[-161960,7571],[-163064,10589],[-165606,3078],[-166285,1678],[-159515,8305],[-160881,8427],[-163110,3542],[-163752,1967],[-163260,2340],[-164359,5279],[-161819,5538],[-164259,990],[-163216,6962],[-161694,7316],[-163090,10096],[-159965,8487],[-161441,8696],[-163843,2115],[-164941,5680],[-165678,4234],[-161277,5474],[-164203,754],[-163019,7337],[-161837,7278],[-163294,10179],[-156769,4934],[-156808,6044],[-156315,5626],[-157153,7704],[-159119,9143],[-158767,10086],[-157582,10112],[-162605,2062],[-158558,5535],[-160754,827],[-159404,5832],[-160248,5384],[-154662,899],[-156513,5067],[-156854,6075],[-156225,5977],[-157013,7725],[-159154,9094],[-158972,10047],[-157913,10068],[-162402,3162],[-162559,1721],[-158396,5869],[-161026,783],[-159254,5810],[-159847,5329],[-154259,805],[-165728,9159],[-164697,9770],[-157259,1256],[-159572,2865],[-159336,4248],[-155986,4933],[-157305,4909],[-157245,10675],[-157497,11280],[-156517,4982],[-156595,6450],[-156603,6113],[-157460,7363],[-158841,9379],[-159060,10026],[-157609,10358],[-162647,2336],[-157781,5911],[-161185,1478],[-159558,6525],[-159713,5123],[-154767,443],[-166103,9459],[-158145,9177],[-158342,9455],[-155650,12843],[-156466,12666],[-156464,10643],[-163447,665],[-161009,12036],[-161061,11677],[-161854,12465],[-161726,12080],[-160749,12140],[-156113,12163],[-156808,12110],[-156424,11744],[-156402,11381],[-156483,5390],[-156652,6381],[-156726,6017],[-157098,7793],[-159013,9327],[-159058,9726],[-157620,10550],[-158350,5329],[-160797,773],[-153772,9290],[-159140,6437],[-160371,4575],[-154657,670],[-156557,10294],[-158286,9227],[-161437,12975],[-155268,12537],[-157017,11537],[-155786,136271],[-154764,136907],[-153938,138297],[-155143,138945],[-158695,138727],[-158833,140299],[-160766,139775],[-161966,140478],[-161499,134398],[-162489,134676],[-163505,135481],[-166145,137782],[-164219,137462],[-163908,135752],[-166170,136235],[-165783,136935],[-165848,139101],[-165491,137700],[-163886,133968],[-166267,139219],[-162534,138382],[-160111,137598],[-160518,135953],[-154456,136365],[-156626,139027],[-156252,139700],[-165588,135084],[-155709,135927],[-159772,131150],[-156611,138279],[-156087,140204],[-165639,139062],[-159452,133691],[-161682,132716],[-154185,138723],[-155796,135931],[-160009,136860],[-154657,137969],[-157424,138810],[-157985,139235],[-157872,139452],[-158260,140467],[-160859,139999],[-161804,139973],[-160147,138531],[-159340,135947],[-161881,135101],[-163320,135218],[-163860,136199],[-163941,134768],[-164639,138760],[-164012,135494],[-166006,136041],[-164518,136861],[-163992,133873],[-161806,136247],[-162531,137654],[-155344,134356],[-164816,131042],[-157304,138184],[-155955,139391],[-165379,135713],[-161778,133896],[-155224,136917],[-155272,135839],[-153647,138048],[-154656,138064],[-158953,137476],[-158702,138764],[-158768,139719],[-158577,140872],[-160648,139669],[-162184,140359],[-160654,138440],[-159308,135648],[-161587,134703],[-162679,134712],[-163450,135940],[-165956,137441],[-163962,135695],[-164383,137795],[-164923,139805],[-164465,134718],[-163080,137460],[-161585,137369],[-159538,136735],[-154356,136377],[-165080,130889],[-157092,138319],[-155553,140155],[-153719,132167],[-154547,132059],[-155795,135820],[-154657,137043],[-153807,138004],[-155525,138121],[-157982,137503],[-158606,138742],[-158241,139756],[-158079,140423],[-160738,139175],[-162733,140011],[-161675,135329],[-162565,135247],[-163239,135293],[-165472,133959],[-166394,136610],[-165933,135743],[-164245,135960],[-165232,137248],[-165255,139685],[-165394,137750],[-165184,133221],[-166136,138284],[-162663,136995],[-161963,138513],[-159421,137691],[-159360,136886],[-157202,138190],[-155487,140065],[-164276,137953],[-164523,134845],[-153821,133510],[-156581,138501],[-156142,139640],[-153650,132367],[-165037,128751],[-155195,130311],[-157202,128902],[-164318,130409],[-164893,128483],[-159006,128233],[-155094,129840],[-153618,131533],[-154417,131068],[-165598,128406],[-160064,129540],[-154767,130303],[-157668,128664],[-154620,131072],[-154182,130292],[-155190,129747],[-157558,128219],[-164466,130756],[-160923,129439],[-153732,131473],[-154477,130887],[-153912,129684],[-153688,130156],[-154530,131523],[-155784,148766],[-162098,151300],[-153747,151296],[-155372,150850],[-156509,149168],[-154203,151876],[-163466,151564],[-165364,151865],[-164294,146393],[-163411,145382],[-160316,143593],[-161744,143157],[-158978,145726],[-156623,143203],[-155687,146423],[-154952,143973],[-163970,143182],[-157249,146123],[-157518,145424],[-156510,145597],[-165942,151465],[-164078,142581],[-155399,143616],[-156453,148176],[-156518,148807],[-161196,152719],[-156515,151788],[-154123,151789],[-163248,152785],[-163518,151866],[-164543,146041],[-162332,145922],[-163602,146006],[-161204,143463],[-161761,142875],[-159600,145611],[-157032,143633],[-157748,145923],[-157716,146233],[-156116,145964],[-159503,147755],[-157494,150507],[-153660,150429],[-155231,143792],[-161383,152119],[-158577,153343],[-156144,147832],[-161036,150981],[-157503,149903],[-155525,151076],[-163279,152975],[-162604,152129],[-166295,153434],[-164641,151667],[-164535,146429],[-162729,145777],[-163464,146102],[-161023,143745],[-162659,142788],[-158658,146190],[-156805,142967],[-155916,146306],[-164465,142834],[-157846,145475],[-157261,145431],[-156534,145764],[-158094,150674],[-162433,150358],[-159444,147248],[-155958,148040],[-161664,151868],[-156044,151598],[-154508,153570],[-156292,149774],[-154854,151555],[-163392,153286],[-163951,152201],[-165599,151332],[-164231,146639],[-162192,146267],[-163302,145768],[-160452,143336],[-162551,143557],[-158614,145506],[-157306,143013],[-155599,145634],[-155265,143810],[-164669,143337],[-157762,145823],[-157257,145719],[-156408,146096],[-158462,149766],[-161235,149741],[-157998,146087],[-157850,154392],[-164966,158560],[-155837,157477],[-154464,154979],[-162325,153945],[-165202,154630],[-165783,156184],[-166302,159771],[-158184,157390],[-164092,154944],[-159201,154242],[-161068,161949],[-161359,161047],[-153666,155711],[-153679,158612],[-156085,164729],[-157781,163930],[-157804,162026],[-157253,160949],[-154749,159766],[-157687,158876],[-157326,160009],[-166272,166307],[-158777,155048],[-165174,158572],[-156375,156798],[-153624,155180],[-165626,154199],[-165336,155987],[-157332,156094],[-164428,162078],[-157453,163887],[-157185,163644],[-157276,161037],[-158799,160669],[-153988,160702],[-157255,158129],[-158452,159999],[-165891,164660],[-159277,154631],[-165279,157118],[-156231,156650],[-153916,154110],[-165425,154798],[-165536,154920],[-165712,160063],[-157970,157456],[-157656,155427],[-158817,153893],[-164397,158268],[-155628,156442],[-153622,154117],[-165761,153849],[-165378,155373],[-166383,159250],[-157722,156872],[-158500,155922],[-154423,167310],[-156075,167111],[-154664,166741],[-158943,15460],[-159248,14013],[-159844,14640],[-157642,15648],[-160524,15671],[-160509,17524],[-156797,20727],[-155935,23751],[-157481,23084],[-157461,24165],[-158630,21396],[-158391,25592],[-156969,24748],[-158738,24624],[-165915,23698],[-165647,22750],[-164016,20398],[-164863,21262],[-163944,20504],[-164472,22116],[-166150,16276],[-162091,13963],[-156153,16519],[-154672,17801],[-154279,18606],[-158849,15618],[-158567,14068],[-159558,14604],[-156988,15356],[-161215,15791],[-160534,17128],[-156419,20860],[-156486,23565],[-157713,23395],[-157848,24672],[-157820,21940],[-157264,24555],[-158844,24550],[-166304,23244],[-165429,21837],[-158858,15725],[-158625,14052],[-160224,14918],[-157627,15021],[-160727,15903],[-160059,17484],[-156524,20608],[-157869,21051],[-156439,23911],[-157539,23973],[-158406,21735],[-157226,25399],[-158391,24259],[-166216,23842],[-165712,22368],[-163248,20520],[-163261,19838],[-163384,20257],[-164607,19925],[-164788,21263],[-163810,21488],[-163760,21529],[-164390,21980],[-163115,20837],[-164548,21567],[-164675,22496],[-163961,22654],[-165800,17445],[-165985,14719],[-166164,15792],[-160561,13849],[-155979,13188],[-156161,16200],[-156834,15978],[-156346,16948],[-154479,17920],[-154104,17458],[-154162,18646],[-154394,19109],[-159222,15506],[-158855,15142],[-159920,14032],[-157342,15359],[-161137,15960],[-159771,17359],[-156795,20401],[-158258,20965],[-156325,23053],[-158170,23675],[-157750,24444],[-158374,21039],[-157110,25168],[-159155,24600],[-165608,22089],[-165991,23748],[-156782,26324],[-157296,27219],[-159129,25832],[-157748,34695],[-158769,32930],[-159023,35105],[-158622,36401],[-154894,37557],[-155873,38346],[-164283,32641],[-162893,33434],[-161545,32921],[-165418,33231],[-163913,33624],[-159194,36754],[-156649,38280],[-160363,35020],[-156128,27106],[-155218,26368],[-153747,28173],[-164051,27615],[-162878,27232],[-165523,30037],[-164023,31726],[-163457,29604],[-158667,38573],[-162888,37385],[-156709,26171],[-156906,27628],[-158358,25993],[-157537,34577],[-158772,33063],[-159495,35499],[-158268,36100],[-155096,37424],[-155756,38177],[-164067,32682],[-162755,33689],[-162636,32073],[-162281,33255],[-165064,33233],[-163982,33998],[-159216,36795],[-157404,38528],[-161246,34859],[-155584,26959],[-154506,26069],[-154278,27930],[-163859,27331],[-162121,27729],[-165568,30053],[-164762,31528],[-163114,29603],[-158423,38525],[-162670,36916],[-157302,26421],[-156915,27574],[-157008,34416],[-158909,33016],[-159469,34810],[-158083,35941],[-154822,37888],[-155247,38519],[-163732,32674],[-164446,33474],[-162705,33560],[-162614,32199],[-161804,32452],[-163542,33572],[-159151,36546],[-157079,38322],[-160744,35315],[-156488,27480],[-154418,26586],[-153778,28574],[-163662,26935],[-162765,27837],[-166121,29316],[-164011,32146],[-163610,30163],[-158502,38596],[-162492,36687],[-156451,26066],[-157299,27576],[-158771,26172],[-157372,34730],[-158793,33515],[-159503,35004],[-158208,36262],[-155251,38009],[-156102,38360],[-163617,33304],[-163306,33685],[-162089,32339],[-161478,33310],[-163735,33862],[-159258,37051],[-160631,34638],[-155888,27201],[-154619,26784],[-154038,27843],[-164366,26958],[-162979,27280],[-165885,29958],[-164720,31785],[-163164,29417],[-162612,36853],[-154809,38931],[-154942,39108],[-160527,39108],[-159713,39728],[-163751,49715],[-162225,49482],[-163389,49688],[-165567,50338],[-155522,38737],[-154952,39981],[-164145,49044],[-163003,48306],[-160816,39197],[-160091,39918],[-162978,49055],[-163112,50142],[-165440,50521],[-166173,51331],[-154999,39198],[-157101,38943],[-163339,48479],[-160446,38715],[-159727,39830],[-157953,38644],[-163544,49377],[-162488,49331],[-163601,49635],[-164985,50658],[-154600,39417],[-163207,48855],[-160323,39174],[-160105,39822],[-163674,49646],[-162113,49125],[-163122,50040],[-165094,50711],[-163985,54189],[-165306,53081],[-165910,57662],[-165292,58407],[-164925,55708],[-156470,62710],[-154712,62148],[-156638,62353],[-155949,63497],[-154889,58362],[-156077,60008],[-155380,60434],[-155314,59121],[-156008,64165],[-154735,61791],[-156782,62248],[-154774,61331],[-155108,62135],[-155950,59066],[-157004,58432],[-155791,59509],[-156271,59765],[-157376,64055],[-158200,64089],[-155311,62066],[-156688,61838],[-156818,62073],[-156488,63528],[-157075,58891],[-155971,58281],[-155970,58819],[-156874,59105],[-155907,63888],[-158136,64100],[-155060,61123],[-155235,61614],[-156270,61076],[-155887,61942],[-156165,61728],[-156380,58522],[-156215,59099],[-157051,59071],[-154980,58264],[-156986,58918],[-156463,63828],[-157615,63814],[-156567,55821],[-156004,64292],[-157101,65121],[-155447,72266],[-154627,68400],[-155355,68875],[-154491,69891],[-153758,70311],[-158377,70269],[-159158,69167],[-158836,70575],[-156886,71153],[-162956,74482],[-161964,74248],[-162732,73325],[-162474,74552],[-157435,65793],[-156522,66018],[-156903,66130],[-154452,70071],[-154927,69947],[-155491,68812],[-158299,69267],[-157225,70476],[-159131,70028],[-158599,70871],[-156824,73296],[-156797,72728],[-157636,73137],[-157503,73939],[-163375,74639],[-161586,75516],[-163033,74640],[-161071,73847],[-157154,74523],[-156656,74617],[-157115,75015],[-158440,74678],[-155829,73913],[-155850,64349],[-156380,66381],[-154906,69414],[-154039,69647],[-157591,70195],[-158413,70764],[-159168,69849],[-158634,69065],[-158654,74244],[-156759,72553],[-161849,73513],[-162830,74573],[-161804,74366],[-161986,74807],[-156402,65879],[-158129,64999],[-157552,65500],[-154163,68616],[-154216,69602],[-154032,70475],[-154841,68989],[-158034,70028],[-158708,70780],[-157363,69721],[-158418,70977],[-156585,68901],[-158102,73383],[-158165,72376],[-158846,73924],[-157846,72242],[-158393,72774],[-161868,74998],[-162629,74649],[-162142,74543],[-161953,73904],[-162052,74358],[-158266,76308],[-156384,76119],[-156259,75251],[-158104,75275],[-156445,75287],[-153979,86933],[-162778,87284],[-162407,86561],[-161396,87387],[-163315,88786],[-161703,87877],[-162748,88648],[-158872,87945],[-159629,88100],[-159788,87108],[-159231,89714],[-162573,89381],[-162005,87169],[-160561,86132],[-161641,86793],[-162438,88414],[-163355,88820],[-161343,89463],[-160267,88776],[-156947,88960],[-158218,87078],[-161962,86501],[-162528,86365],[-162888,86320],[-161613,87129],[-160920,89019],[-158607,89623],[-159206,88554],[-160199,86373],[-160356,87539],[-157878,86215],[-161462,89683],[-161085,89703],[-162785,87200],[-161541,86777],[-162018,86498],[-161066,86513],[-161911,88462],[-163227,87912],[-161831,89338],[-160125,88800],[-157347,89204],[-157135,87714],[-157583,87238],[-158015,86151],[-163499,89530],[-160789,84775],[-160932,83144],[-159258,83086],[-160839,83668],[-160110,83141],[-158682,83437],[-158769,83249],[-158614,85000],[-160121,85184],[-160022,84346],[-160908,84366],[-158783,82912],[-158946,85245],[-161001,85305],[-159055,85220],[-159571,83243],[-159937,85093],[-159071,83363],[-156203,92044],[-159402,90018],[-161329,89898],[-159531,93171],[-154633,93974],[-159562,90319],[-161293,98194],[-158891,90378],[-162112,92708],[-161949,92246],[-162654,90857],[-163132,92872],[-159269,96576],[-161751,98692],[-159348,99275],[-161491,96186],[-161698,96464],[-165233,97663],[-163988,96573],[-164416,96479],[-160380,90038],[-158719,89863],[-163002,90138],[-163301,92449],[-163218,90636],[-163134,91257],[-162644,96070],[-161987,96379],[-160662,98306],[-160357,97203],[-163480,98940],[-162895,96650],[-163309,97715],[-156508,111834],[-154944,110658],[-156621,125744],[-162055,127329],[-162141,126534],[-156132,123013],[-154659,119267],[-157598,127907],[-157465,127903],[-157431,124508],[-157245,122712],[-157262,123457],[-157349,120771],[-157135,121965],[-158037,125726],[-158176,124824],[-158306,125924],[-157459,126372],[-156811,127193],[-156907,127239],[-156001,125231],[-155831,125252],[-164554,126990],[-163595,127422],[-163386,126427],[-164080,126053],[-162062,126076],[-164751,123277],[-164883,123120],[-164381,121445],[-161319,124375],[-160668,123792],[-160272,123907],[-159093,120628],[-159654,121011],[-161232,120030],[-164990,117073],[-156935,125770],[-164534,125523],[-154272,123366],[-155621,123084],[-154546,119096],[-157539,123876],[-158104,122755],[-157574,122555],[-157161,121410],[-157364,122204],[-158225,124865],[-157993,126299],[-156607,124266],[-154828,124916],[-163889,127187],[-163343,127024],[-161916,126748],[-163362,126509],[-164220,126701],[-161747,125674],[-164451,123325],[-165276,122974],[-164600,121579],[-160349,123329],[-159435,120136],[-159459,120566],[-161266,120046],[-165686,120010],[-160890,123784],[-153612,126822],[-153953,123252],[-155273,119605],[-157066,125973],[-157087,127956],[-154252,127181],[-157177,123911],[-157308,122588],[-157446,121437],[-157344,121667],[-158354,125219],[-158496,126628],[-155774,124553],[-154381,124522],[-163311,127682],[-162354,126226],[-163298,126256],[-163768,126381],[-161895,125590],[-164125,123943],[-164921,123653],[-165500,123091],[-164859,121820],[-161503,124473],[-161319,124445],[-160110,123365],[-159141,120217],[-159423,121142],[-160768,120234],[-154087,119144],[-156648,125506],[-157563,123769],[-157194,122568],[-157138,122573],[-157555,122719],[-157601,121045],[-157343,121997],[-158580,125157],[-157866,124641],[-158852,125942],[-157539,127379],[-156716,124474],[-164814,127857],[-163413,127342],[-162298,126711],[-163249,126074],[-163911,126092],[-161989,126391],[-163595,123636],[-164776,123173],[-165002,123043],[-164146,122073],[-160307,123379],[-160035,121098],[-160617,120307],[-154966,124971],[-155566,117384],[-158623,115732],[-164700,121806],[-162798,125834],[-164574,127802],[-157368,116345],[-158913,115564],[-164122,127249],[-175286,-117330],[-172240,-117936],[-171002,-127359],[-170578,-126844],[-172173,-124723],[-168194,-127724],[-168065,-122593],[-168786,-124109],[-178583,-118031],[-178561,-116677],[-177395,-119242],[-175168,-120349],[-176262,-121166],[-176409,-120819],[-174385,-116476],[-175141,-116800],[-171299,-124161],[-171857,-120115],[-173623,-118714],[-175442,-115105],[-173788,-115905],[-169222,-120925],[-170781,-119593],[-171541,-119154],[-168291,-121266],[-172566,-117144],[-166597,-122381],[-167012,-122842],[-166597,-122381],[-170122,-120756],[-172097,-122797],[-172908,-124373],[-171691,-126560],[-170841,-126643],[-171116,-126894],[-172420,-124768],[-168012,-127480],[-169069,-123940],[-178899,-117794],[-171014,-127533],[-167838,-122396],[-170755,-123280],[-168568,-124667],[-166560,-122968],[-175175,-120120],[-175172,-115436],[-175725,-115439],[-171509,-122887],[-176206,-115529],[-174417,-115141],[-174091,-116151],[-173335,-115649],[-173547,-116604],[-173309,-116069],[-168192,-121474],[-170526,-120758],[-171458,-119828],[-172186,-116937],[-174720,-117017],[-177409,-127729],[-176209,-127459],[-176370,-126016],[-177353,-125845],[-177317,-124317],[-179164,-124912],[-178229,-127350],[-178620,-126810],[-176726,-126407],[-178717,-127000],[-174806,-139793],[-177038,-138097],[-178330,-137944],[-178656,-139103],[-177702,-139532],[-175169,-139138],[-176964,-140332],[-178306,-133602],[-178593,-134485],[-178412,-135831],[-168845,-137854],[-168542,-139394],[-167683,-140303],[-168779,-140235],[-170709,-140389],[-170010,-140454],[-171039,-138487],[-171483,-137086],[-172012,-137243],[-172544,-137999],[-172378,-139364],[-169882,-135325],[-169355,-138219],[-170192,-138153],[-170639,-135406],[-173763,-136919],[-172889,-136256],[-173647,-134592],[-172400,-134942],[-174103,-136187],[-173487,-135663],[-172164,-132304],[-173358,-133464],[-173593,-130046],[-175621,-130818],[-175761,-131601],[-174323,-131145],[-173506,-131174],[-174566,-132736],[-173483,-132689],[-175527,-128895],[-176690,-128920],[-177098,-128727],[-175041,-128331],[-179182,-138222],[-178751,-131727],[-178103,-136211],[-167941,-140265],[-169526,-139682],[-170610,-140585],[-170099,-138636],[-171249,-137374],[-171697,-139369],[-170409,-136680],[-172114,-135673],[-172721,-133038],[-170395,-134540],[-170535,-133823],[-171437,-135275],[-169916,-133768],[-169544,-134596],[-175742,-131852],[-172849,-131542],[-173221,-131039],[-174858,-133248],[-175852,-129435],[-176266,-127967],[-178823,-136304],[-171108,-135987],[-178866,-136727],[-174414,-140062],[-173123,-137381],[-173076,-138853],[-177901,-134555],[-170827,-137609],[-171209,-136027],[-178134,-136319],[-170592,-138818],[-171235,-137845],[-178954,-137114],[-177530,-147207],[-175278,-140609],[-170625,-153175],[-167859,-152909],[-169990,-152456],[-168552,-147585],[-173041,-149847],[-169765,-150039],[-171432,-140746],[-179090,-151907],[-177044,-152372],[-175486,-152643],[-173128,-152842],[-173448,-150251],[-173811,-150795],[-170461,-146604],[-171213,-147653],[-168300,-147744],[-167911,-147896],[-167604,-150525],[-168367,-149235],[-167659,-148956],[-169432,-147177],[-169470,-144124],[-169703,-143802],[-169174,-143984],[-170968,-149447],[-172803,-148442],[-173119,-148523],[-173449,-147545],[-171162,-151044],[-169560,-140809],[-171054,-149253],[-167393,-146324],[-171169,-148731],[-170517,-148339],[-171058,-149094],[-168551,-148894],[-168921,-149144],[-168655,-149167],[-166911,-147766],[-167245,-147097],[-167152,-147009],[-170817,-144264],[-169314,-142840],[-170098,-142681],[-169025,-148068],[-172999,-147345],[-172781,-146921],[-171430,-140901],[-174286,-151152],[-173886,-149367],[-177235,-152192],[-173146,-150341],[-171115,-147856],[-168250,-147278],[-166457,-147737],[-167807,-147564],[-168521,-145796],[-171930,-147596],[-172825,-148181],[-172999,-151958],[-167967,-141300],[-168748,-141038],[-167056,-145166],[-170200,-149125],[-170256,-149059],[-170982,-148848],[-169069,-149315],[-168566,-149750],[-169382,-149031],[-167020,-147931],[-166661,-147269],[-166945,-147400],[-170312,-143535],[-170529,-141659],[-169021,-141868],[-172226,-141058],[-172226,-147247],[-171725,-148989],[-175967,-150916],[-168211,-148605],[-172611,-147383],[-176201,-150393],[-173202,-140780],[-171498,-140604],[-167923,-160081],[-169982,-164826],[-170812,-163267],[-172255,-164761],[-174881,-165506],[-171267,-165057],[-169979,-155694],[-169259,-154409],[-170725,-154190],[-170633,-153462],[-171225,-157345],[-170767,-156980],[-171227,-157728],[-170563,-158303],[-171331,-160173],[-170792,-161222],[-171459,-156446],[-171656,-165914],[-174977,-165427],[-171871,-162892],[-171547,-159277],[-166523,-158415],[-170952,-165081],[-170538,-163687],[-171621,-163238],[-172572,-164942],[-173718,-164835],[-174032,-164792],[-175079,-165555],[-175159,-165918],[-168192,-160761],[-169084,-163605],[-169667,-161018],[-173341,-164268],[-173927,-164371],[-171514,-159522],[-170672,-153701],[-168492,-159931],[-170683,-163401],[-170718,-165063],[-172416,-164825],[-173908,-164688],[-175133,-165813],[-171387,-160734],[-167784,-161040],[-169478,-155894],[-170092,-159271],[-167194,-162080],[-171315,-159581],[-171573,-160769],[-167842,-163488],[-167745,-164599],[-174510,-160756],[-179174,-161589],[-174944,-157668],[-179174,-155904],[-177262,-155807],[-177944,-156216],[-176773,-154842],[-177095,-153681],[-177085,-159100],[-177668,-159236],[-176357,-159451],[-172870,-153660],[-172809,-156076],[-172768,-154909],[-174280,-155357],[-179083,-156911],[-177981,-155445],[-178446,-155321],[-178357,-155613],[-179090,-159304],[-179036,-159301],[-167900,-158619],[-174358,-161241],[-174035,-161480],[-176360,-155082],[-175723,-164414],[-178052,-164419],[-174243,-160870],[-174178,-161693],[-174809,-160858],[-178131,-154499],[-175313,-159471],[-179051,-153582],[-177505,-156503],[-177823,-155863],[-178606,-157989],[-178636,-160956],[-175626,-159529],[-173421,-154399],[-178892,-160116],[-178544,-156650],[-178743,-156445],[-178440,-156395],[-178002,-155690],[-177920,-155779],[-178107,-155092],[-178736,-159633],[-167935,-159694],[-177832,-164751],[-178338,-162120],[-178273,-163332],[-177936,-157609],[-175344,-155607],[-175110,-162708],[-178560,-159742],[-177806,-160825],[-176163,-154555],[-174051,-155403],[-174112,-159321],[-178160,-160012],[-175698,-159117],[-176536,-158319],[-174702,-157984],[-175082,-161333],[-178781,-159067],[-176093,-158495],[-175731,-159997],[-175053,-157991],[-177845,-154110],[-166924,-167512],[-167080,-168702],[-170578,-170569],[-171173,-170950],[-168447,-171624],[-168675,-172601],[-176220,-171790],[-172371,-167919],[-168552,-178395],[-167280,-177927],[-169080,-174718],[-167313,-178907],[-168881,-169803],[-169853,-167343],[-172519,-166210],[-168091,-177818],[-169478,-174877],[-166614,-167639],[-169921,-170786],[-169688,-170714],[-169055,-172637],[-170488,-172515],[-175197,-171223],[-176184,-170680],[-177779,-170547],[-175596,-166209],[-172764,-167989],[-173404,-177968],[-176027,-177791],[-177650,-176564],[-177457,-177381],[-177116,-177486],[-176221,-178011],[-176364,-177783],[-176773,-178183],[-175961,-177091],[-177950,-177516],[-178240,-177230],[-178500,-177304],[-178284,-177503],[-178179,-177738],[-178799,-177531],[-179100,-177113],[-177805,-177937],[-178489,-177052],[-178366,-176769],[-178856,-176627],[-176557,-175557],[-176820,-175364],[-177020,-175536],[-176737,-175750],[-176965,-175183],[-177681,-175488],[-175952,-175617],[-175320,-175969],[-173166,-175751],[-172826,-175517],[-173412,-175802],[-173691,-175471],[-172529,-176270],[-174164,-177150],[-177628,-176796],[-169364,-177203],[-167876,-175004],[-166665,-174876],[-170470,-167529],[-172311,-166800],[-166626,-167935],[-166876,-169047],[-170244,-172488],[-168862,-172664],[-168506,-171428],[-170159,-170676],[-177173,-171839],[-178103,-170751],[-172604,-167651],[-177301,-177173],[-177179,-176769],[-177372,-176588],[-177099,-176455],[-175962,-178170],[-175527,-178183],[-174275,-178785],[-175200,-178911],[-175538,-178716],[-175980,-177944],[-173207,-178112],[-173535,-175980],[-173731,-176114],[-174140,-175773],[-176603,-175995],[-176884,-175946],[-174028,-175354],[-167857,-176095],[-166605,-176895],[-168880,-170189],[-171070,-167211],[-172136,-166681],[-176684,-170335],[-178180,-176981],[-178597,-178666],[-169371,-169412],[-169982,-167083],[-171305,-178223],[-170858,-175393],[-171162,-177216],[-168539,-182936],[-166877,-183034],[-171495,-180091],[-171705,-180448],[-173439,-180513],[-173126,-180509],[-171433,-180222],[-173118,-181016],[-173242,-180623],[-172964,-182358],[-173915,-181357],[-168749,-180781],[-172677,-181076],[-174241,-180623],[-167880,-183784],[-169218,-179335],[-168784,-181252],[-169251,-181756],[-171894,-182779],[-172960,-181601],[-173685,-179844],[-169074,-182410],[-171720,-183497],[-169243,-185046],[-176832,-179361],[-172793,-181418],[-170841,-183238],[-167795,-183621],[-167551,-179974],[-169117,-180058],[-168108,-185805],[-168526,-185767],[-171462,-184475],[-170655,-184542],[-177260,-179208],[-176480,-179215],[-172333,-181862],[-172697,-180293],[-166501,-184124],[-167342,-189911],[-171070,-190038],[-177623,-185730],[-178250,-185140],[-177295,-183470],[-171952,-186719],[-173183,-184126],[-177888,-184961],[-178120,-184187],[-178333,-184941],[-176308,-185718],[-174401,-187020],[-174037,-186463],[-177177,-183246],[-168437,-189706],[-168822,-189527],[-174255,-185517],[-174745,-185081],[-176730,-183653],[-176108,-182659],[-175952,-183256],[-178240,-182325],[-172210,-190275],[-166783,-189049],[-170496,-188181],[-174311,-190011],[-174367,-189591],[-175456,-189082],[-172279,-189578],[-177556,-187296],[-173111,-187494],[-178741,-190221],[-178665,-182131],[-175837,-190531],[-176400,-182480],[-178210,-190997],[-178797,-190853],[-179023,-190427],[-179101,-190964],[-178702,-191310],[-178806,-185228],[-179024,-184627],[-178303,-185317],[-174105,-189650],[-173251,-189357],[-173108,-188853],[-177070,-183604],[-177935,-183250],[-174539,-186103],[-172451,-186776],[-167433,-188184],[-167959,-187852],[-166448,-189549],[-175812,-190215],[-174554,-187826],[-168694,-189926],[-173942,-187649],[-174937,-189127],[-173968,-190275],[-177670,-182007],[-177398,-185158],[-178517,-182659],[-178586,-184975],[-177585,-184142],[-171995,-186809],[-178468,-191497],[-166795,-188430],[-174778,-189304],[-171645,-191164],[-174866,-189097],[-173981,-183673],[-173961,-183143],[-177509,-182050],[-173786,-189268],[-178030,-183304],[-176483,-183157],[-174607,-197955],[-174699,-197286],[-174451,-197000],[-175303,-196583],[-175876,-196294],[-174012,-200080],[-173746,-200028],[-171247,-203954],[-171453,-203723],[-177062,-203213],[-176830,-203534],[-169532,-197024],[-169174,-197257],[-169027,-198070],[-167766,-197108],[-167064,-198120],[-166894,-196985],[-171536,-193423],[-171905,-193411],[-172087,-193783],[-172027,-193061],[-177694,-192124],[-178127,-191806],[-177945,-192673],[-177421,-193629],[-176304,-194025],[-170872,-201805],[-170280,-195948],[-167746,-196517],[-176496,-196731],[-175563,-195477],[-174734,-196412],[-171553,-195795],[-169088,-198686],[-167204,-195707],[-167169,-200224],[-166509,-200373],[-175186,-192515],[-173419,-200401],[-171220,-204441],[-175381,-203527],[-175662,-202332],[-176118,-203741],[-175778,-203759],[-176630,-203414],[-177292,-203344],[-177099,-193166],[-178511,-192613],[-177454,-192608],[-176075,-192895],[-176570,-192225],[-177408,-192109],[-177714,-192426],[-175592,-194586],[-175645,-194036],[-175344,-193670],[-176225,-193552],[-175737,-191955],[-169373,-196857],[-169359,-196412],[-168906,-196312],[-169556,-196543],[-169535,-196831],[-166462,-197051],[-166580,-196067],[-167248,-198718],[-171368,-192773],[-170260,-193864],[-172310,-193548],[-170882,-199149],[-171081,-198575],[-169398,-203702],[-172300,-197305],[-173723,-199483],[-171571,-200422],[-179011,-191817],[-176443,-192742],[-172060,-196166],[-178398,-193683],[-177029,-197363],[-167921,-195831],[-176720,-193655],[-167058,-195584],[-175805,-192062],[-176900,-197382],[-178678,-200026],[-170301,-200201],[-167658,-201069],[-175608,-192950],[-171408,-204529],[-171697,-202684],[-174864,-203371],[-175250,-203341],[-167789,-200776],[-166971,-200020],[-175539,-192541],[-178713,-193172],[-176440,-195027],[-177486,-194998],[-177335,-194563],[-168385,-197748],[-168352,-196930],[-168877,-197452],[-168441,-197395],[-171526,-192858],[-170678,-193633],[-169948,-196963],[-170267,-196034],[-169476,-195361],[-166572,-198844],[-175110,-196423],[-167377,-198706],[-168129,-199446],[-169259,-202002],[-176692,-196232],[-175923,-192376],[-167517,-194921],[-170041,-192860],[-178363,-194844],[-167043,-199009],[-174788,-192133],[-169497,-201872],[-179057,-204150],[-177014,-203778],[-169635,-202076],[-177068,-204316],[-170227,-202182],[-177240,-204032],[-168934,-208505],[-167621,-210294],[-170574,-205501],[-170649,-205959],[-170841,-205943],[-169964,-206757],[-169409,-205162],[-170025,-208079],[-169628,-207806],[-169184,-208304],[-168843,-205969],[-169460,-205988],[-167805,-212933],[-167241,-211834],[-174036,-210345],[-173337,-209893],[-170751,-205110],[-174270,-205656],[-171749,-206011],[-172884,-206635],[-176227,-205527],[-175899,-205471],[-177440,-206812],[-177902,-206541],[-177657,-206447],[-177163,-207561],[-175188,-208746],[-177512,-209636],[-166955,-208341],[-166868,-208752],[-170612,-205750],[-170310,-207766],[-170306,-207460],[-167467,-205294],[-167725,-211948],[-176399,-215107],[-177121,-214325],[-177193,-214631],[-175752,-215167],[-175934,-214451],[-177026,-213779],[-176039,-212906],[-173319,-213392],[-174585,-213959],[-174517,-213298],[-173728,-211076],[-174136,-211538],[-172401,-212741],[-172110,-212484],[-172442,-212461],[-171647,-213230],[-171745,-214053],[-171914,-213932],[-172474,-212971],[-172707,-212601],[-172651,-216248],[-172412,-215629],[-173667,-216186],[-171748,-216406],[-178029,-216289],[-177320,-216125],[-177519,-216889],[-166885,-216110],[-173933,-205287],[-175073,-205251],[-178283,-206899],[-178379,-207268],[-178705,-206682],[-178723,-206902],[-176019,-208923],[-176267,-209316],[-168115,-208100],[-177454,-209389],[-166765,-208419],[-167952,-208194],[-168765,-206807],[-167644,-206562],[-167397,-206300],[-169509,-209504],[-169094,-208447],[-166790,-205827],[-170121,-207644],[-167286,-205128],[-171213,-204917],[-177053,-209676],[-166453,-207169],[-166888,-205924],[-169251,-205104],[-168621,-206248],[-168645,-205392],[-168825,-205538],[-167918,-205504],[-167149,-205128],[-167942,-212291],[-168036,-212500],[-175844,-213002],[-174782,-213028],[-174671,-212642],[-175054,-212995],[-174925,-213514],[-174355,-211610],[-174146,-211872],[-174179,-210219],[-174529,-210604],[-173575,-209780],[-173173,-212743],[-171436,-216352],[-171544,-215593],[-172432,-216493],[-170971,-204666],[-174480,-205302],[-174201,-205235],[-177888,-206740],[-178471,-206502],[-166416,-209412],[-177257,-209532],[-166642,-216149],[-170678,-213525],[-173301,-211130],[-168257,-207418],[-171404,-207288],[-169301,-208869],[-171170,-206007],[-177591,-207956],[-175784,-209491],[-174958,-211277],[-175725,-212472],[-172989,-212854],[-172601,-215792],[-172274,-213869],[-175480,-215784],[-176012,-214495],[-177622,-213715],[-177143,-215219],[-174716,-216654],[-176108,-207869],[-166548,-215870],[-170641,-213171],[-173039,-211474],[-167797,-206993],[-172524,-210726],[-171906,-207824],[-169213,-208155],[-171481,-205833],[-177580,-207740],[-177260,-210074],[-175296,-210017],[-174484,-210732],[-176031,-212671],[-173081,-212510],[-171300,-216656],[-171711,-214616],[-174873,-215765],[-176004,-214202],[-177870,-214853],[-176754,-214520],[-174686,-217190],[-175442,-207478],[-171218,-213248],[-167170,-206936],[-173261,-209282],[-171968,-208292],[-169319,-207841],[-171664,-205507],[-177951,-206520],[-176865,-210154],[-174964,-209503],[-173575,-210361],[-175677,-213258],[-173253,-213006],[-172040,-215955],[-172287,-214815],[-175030,-215494],[-176946,-214934],[-173054,-217122],[-175685,-208222],[-178991,-223258],[-178803,-223097],[-175914,-224006],[-179140,-227048],[-176282,-223708],[-175918,-223771],[-178489,-227784],[-175927,-223636],[-170154,-219341],[-168493,-222213],[-168118,-223675],[-168223,-223437],[-168133,-224233],[-168341,-223087],[-175278,-223095],[-174912,-224659],[-174667,-223879],[-174415,-223520],[-172420,-220428],[-172929,-218222],[-171350,-221843],[-177230,-221695],[-175385,-229986],[-171706,-226714],[-173177,-230193],[-166892,-218744],[-166648,-221114],[-176309,-218185],[-167115,-219552],[-167654,-220511],[-169060,-220145],[-171460,-222637],[-169824,-224501],[-166896,-226821],[-169553,-221673],[-170354,-220202],[-169849,-218249],[-175071,-217787],[-176175,-218545],[-174958,-223973],[-171601,-220334],[-174356,-217605],[-169564,-219758],[-167217,-223769],[-173525,-222361],[-169304,-227633],[-170397,-229410],[-173282,-218296],[-171313,-221412],[-177317,-221507],[-174029,-229948],[-171117,-226407],[-170022,-222920],[-170429,-224844],[-169808,-224676],[-170661,-224684],[-170292,-225018],[-170721,-224473],[-170891,-224666],[-170102,-224943],[-172063,-223752],[-172474,-222947],[-171155,-223856],[-174295,-225472],[-174374,-225920],[-175899,-227087],[-176285,-227554],[-172779,-222490],[-172861,-222057],[-173124,-221990],[-174265,-223478],[-174048,-223251],[-172133,-221448],[-173098,-221322],[-169342,-219333],[-169582,-219387],[-167578,-220181],[-167732,-220757],[-175588,-217555],[-175673,-218116],[-175327,-218096],[-175909,-218306],[-175048,-218357],[-175861,-217701],[-167339,-217476],[-177410,-217499],[-169226,-223814],[-169475,-223458],[-169227,-224116],[-168286,-224258],[-168803,-222424],[-166510,-222127],[-167425,-223251],[-167542,-226176],[-168479,-227245],[-172423,-220152],[-173285,-217810],[-177214,-221413],[-170854,-228340],[-176063,-227095],[-172250,-223162],[-171600,-222737],[-170758,-223320],[-170648,-223464],[-169830,-221925],[-170122,-221936],[-169654,-221715],[-169482,-221958],[-172965,-221129],[-169306,-218434],[-168307,-218744],[-171115,-220585],[-169926,-218612],[-167621,-217473],[-168668,-222604],[-175018,-223015],[-175058,-224951],[-167918,-229720],[-169121,-226777],[-167990,-228015],[-167873,-227115],[-168827,-229632],[-170883,-229399],[-170306,-229541],[-166957,-228710],[-173501,-217755],[-171575,-221956],[-177415,-221643],[-174947,-230076],[-171158,-227610],[-167572,-220795],[-168775,-220780],[-168856,-219373],[-168792,-224865],[-168251,-226750],[-170807,-222724],[-170513,-220287],[-168687,-217991],[-176442,-218184],[-173858,-224193],[-172485,-220637],[-173811,-218449],[-169561,-218883],[-167855,-223366],[-166859,-218394],[-173059,-223117],[-169309,-227956],[-168849,-220189],[-172007,-222047],[-169388,-223894],[-167582,-226037],[-170998,-221279],[-168788,-218031],[-174389,-218234],[-176628,-219126],[-174658,-223527],[-172196,-220772],[-174456,-217420],[-169292,-219719],[-167802,-222368],[-172500,-223684],[-168391,-228534],[-177843,-236559],[-178760,-237366],[-179042,-231389],[-177693,-235710],[-177860,-236469],[-174375,-236542],[-174142,-235728],[-173017,-236125],[-171742,-237273],[-175362,-232866],[-173494,-234168],[-177975,-240782],[-172132,-240729],[-166885,-235357],[-167206,-236347],[-166862,-235073],[-170058,-236163],[-169379,-236713],[-169437,-236456],[-168008,-233150],[-168260,-233137],[-167178,-232235],[-166726,-230675],[-166602,-230916],[-168779,-240657],[-168320,-240677],[-167198,-239586],[-178024,-242468],[-173844,-237293],[-175009,-235139],[-172825,-235019],[-171792,-236933],[-175718,-242411],[-169566,-241155],[-176600,-231949],[-173383,-232981],[-171230,-230458],[-177048,-236236],[-176900,-234819],[-176501,-235979],[-178867,-239047],[-177848,-241526],[-177641,-241086],[-175987,-242228],[-176942,-241994],[-174104,-242150],[-167919,-238862],[-175361,-237456],[-174372,-235275],[-173073,-235697],[-167300,-232543],[-168180,-232898],[-171774,-235448],[-168375,-230514],[-175373,-231395],[-172887,-232124],[-171496,-230830],[-176926,-235470],[-173775,-240509],[-177735,-242222],[-173841,-242536],[-174195,-236657],[-174270,-235541],[-172951,-235873],[-171960,-238177],[-172640,-232218],[-170211,-236876],[-167851,-233414],[-175285,-232851],[-174473,-231342],[-175010,-234030],[-172274,-231906],[-172767,-238651],[-170367,-242611],[-167481,-3635],[-168053,-1009],[-169063,-1370],[-169600,-179],[-171202,-1523],[-171624,-3673],[-167153,-2046],[-167289,-985],[-168931,-174],[-169733,-11004],[-170766,-10638],[-168072,-12414],[-168316,-11895],[-176011,52],[-175871,-1202],[-175659,-3687],[-178013,-4921],[-176250,-4695],[-175245,-2744],[-177232,-2770],[-178202,-2984],[-178956,-3177],[-178571,-10986],[-177111,-12069],[-178827,-289],[-172034,-8077],[-174008,-9249],[-174038,-7515],[-172878,-11533],[-172267,-11297],[-176477,-10613],[-176541,-10868],[-174653,-4642],[-174034,-4507],[-171566,-5571],[-173721,-7787],[-167468,-3371],[-168163,-1111],[-168949,-1530],[-169778,-236],[-171301,-1506],[-171895,-3362],[-167307,-2590],[-167157,-1239],[-168909,-495],[-171054,-10633],[-168021,-12588],[-167823,-11527],[-176487,-159],[-175518,-436],[-176309,-4157],[-179095,-6688],[-178073,-4884],[-176465,-5074],[-174174,-2871],[-175907,-3182],[-177920,-2990],[-177580,-3104],[-178366,-2941],[-178764,-3144],[-177856,-10427],[-176679,-11808],[-171748,-8149],[-173959,-9076],[-176324,-10845],[-173744,-12214],[-172700,-10926],[-174335,-4679],[-171332,-3322],[-167219,-3746],[-168384,-976],[-169080,-1321],[-171017,-1755],[-172063,-3195],[-167176,-2530],[-167304,-1269],[-168924,-27],[-170488,-11244],[-168333,-12212],[-168714,-11820],[-166690,-11486],[-176360,-602],[-176078,-905],[-176087,-4002],[-178466,-4828],[-175646,-5055],[-174529,-3493],[-175505,-2841],[-177899,-2719],[-177687,-2648],[-178527,-2643],[-178933,-2980],[-178339,-10041],[-178717,-10571],[-176953,-11873],[-178631,-226],[-172206,-8070],[-174625,-9569],[-174628,-7705],[-171501,-5176],[-177841,-7615],[-176862,-6933],[-178165,-7078],[-173910,-6229],[-178847,-9489],[-171950,-2315],[-171478,-3902],[-177655,-8451],[-177807,-7981],[-177887,-8325],[-177078,-7332],[-178135,-7401],[-177456,-8142],[-177137,-6947],[-178173,-5943],[-177689,-7022],[-172026,-6807],[-172799,-6995],[-172132,-7279],[-173987,-6863],[-173711,-5858],[-173502,-5654],[-174122,-8096],[-178251,-7402],[-167551,-3645],[-168293,-1206],[-169064,-1348],[-171388,-1548],[-172035,-3317],[-167483,-2530],[-166975,-1245],[-169198,-24],[-170982,-10849],[-167889,-12546],[-167906,-11011],[-166712,-11447],[-176275,-294],[-175626,-806],[-176308,-4222],[-178767,-5544],[-176303,-4323],[-174120,-3197],[-175261,-3255],[-177994,-2652],[-177790,-2645],[-178158,-2602],[-178652,-3230],[-178198,-10340],[-178070,-10506],[-176541,-11756],[-178230,-275],[-172319,-7407],[-174159,-9182],[-171086,-5079],[-171540,-7072],[-171128,-7925],[-170359,-4746],[-171759,-6902],[-167347,-5884],[-167231,-5477],[-168308,-4363],[-169842,-10350],[-167413,-10556],[-167380,-5876],[-167291,-5473],[-168294,-4452],[-170817,-10370],[-166874,-10405],[-167112,-8817],[-167931,-8107],[-169452,-4912],[-169643,-4377],[-168152,-5561],[-171710,-6663],[-171486,-7479],[-170475,-6860],[-168188,-7762],[-167384,-5618],[-168173,-4190],[-169655,-10713],[-166852,-10372],[-167775,-10724],[-167611,-8530],[-169348,-7295],[-167642,-5767],[-167452,-5384],[-168407,-4025],[-166542,-10218],[-166837,-10451],[-174442,-249714],[-170894,-251713],[-172354,-253049],[-171111,-251154],[-170524,-253192],[-172310,-253900],[-171957,-253403],[-177705,-250645],[-172429,-249515],[-167861,-249072],[-176541,-251861],[-174732,-253451],[-166833,-255370],[-168471,-255780],[-167786,-255407],[-168050,-253368],[-168391,-252450],[-168849,-252095],[-169658,-250409],[-171763,-246819],[-171503,-248419],[-178569,-251488],[-178356,-251832],[-167895,-245063],[-166946,-244695],[-177256,-243924],[-176680,-245511],[-175496,-250643],[-170835,-251304],[-170149,-252401],[-170088,-254985],[-170648,-251786],[-174497,-251040],[-171449,-250485],[-171357,-255769],[-170368,-251722],[-167341,-247358],[-175129,-243436],[-177356,-254916],[-177203,-254704],[-177318,-250945],[-174059,-254204],[-171828,-251472],[-173945,-252132],[-174314,-253831],[-173343,-252268],[-172661,-251769],[-173389,-251683],[-174972,-250284],[-174472,-252580],[-174333,-252392],[-174653,-251421],[-170853,-254427],[-170838,-253250],[-171487,-252926],[-171733,-253294],[-172859,-254275],[-171480,-255274],[-172644,-255622],[-174055,-255196],[-175973,-255075],[-167674,-249556],[-167889,-248689],[-167348,-249071],[-166794,-247526],[-166743,-247974],[-170279,-246634],[-171527,-247452],[-170787,-243935],[-174206,-248181],[-172552,-249119],[-173578,-249392],[-174723,-254139],[-174474,-254747],[-175320,-253315],[-168070,-244641],[-168335,-244416],[-178190,-251789],[-173430,-248601],[-166648,-243815],[-166536,-243687],[-175169,-246539],[-176406,-250089],[-176151,-243112],[-175294,-245336],[-175148,-252967],[-171970,-250633],[-174874,-249541],[-166891,-244861],[-167000,-247244],[-167313,-245123],[-170391,-251065],[-168094,-249077],[-170557,-249971],[-169466,-245491],[-173107,-243754],[-178291,-255665],[-177965,-248675],[-172194,-251376],[-173896,-251464],[-172320,-249965],[-174155,-251603],[-171236,-254000],[-171702,-252580],[-171452,-253608],[-171548,-253390],[-171723,-255378],[-173048,-255557],[-174036,-254689],[-168173,-248609],[-170201,-249407],[-169899,-246912],[-169971,-246431],[-172111,-244587],[-171204,-248047],[-173841,-248724],[-174631,-247337],[-171593,-243051],[-173705,-247761],[-173317,-248749],[-175936,-254750],[-175647,-252559],[-171591,-243211],[-171271,-243488],[-171103,-243806],[-170958,-243896],[-170852,-243267],[-168279,-243572],[-175219,-246805],[-170111,-251751],[-168291,-243782],[-170198,-252717],[-166840,-247203],[-177837,-252725],[-172980,-253258],[-169907,-249522],[-170645,-248894],[-178342,-251710],[-167440,-248843],[-166783,-248629],[-171498,-258752],[-173382,-259949],[-173044,-257681],[-166780,-262271],[-171479,-257632],[-171640,-260145],[-172723,-259035],[-172238,-256828],[-171117,-257016],[-167520,-260330],[-168846,-256291],[-178843,-258559],[-176315,-257588],[-178899,-260780],[-178061,-260340],[-178631,-263359],[-178971,-263008],[-176026,-256090],[-173686,-258005],[-175734,-258461],[-175206,-258869],[-174130,-259076],[-173139,-257945],[-173312,-261517],[-174950,-262165],[-175600,-262189],[-176423,-261284],[-174770,-261612],[-175871,-261322],[-175049,-259733],[-174711,-259391],[-178356,-267911],[-178007,-267598],[-177414,-266520],[-178123,-264866],[-177697,-263881],[-177202,-264381],[-176509,-263819],[-175069,-262803],[-175642,-263604],[-174229,-262595],[-174217,-263746],[-173031,-261390],[-174248,-264914],[-171257,-264303],[-169535,-262201],[-173310,-267350],[-171148,-267531],[-170702,-266273],[-174981,-256330],[-169723,-264026],[-170248,-264234],[-168825,-263684],[-168702,-263442],[-167611,-261244],[-171846,-261002],[-170728,-262039],[-170686,-262638],[-177910,-257399],[-175728,-257468],[-174446,-256762],[-174406,-260010],[-174452,-260639],[-173675,-258580],[-173576,-256223],[-175868,-260155],[-167168,-259988],[-167974,-262071],[-166505,-263256],[-170102,-257506],[-171291,-266784],[-172427,-267710],[-167946,-264759],[-178508,-265773],[-177156,-260789],[-169143,-258467],[-168925,-259678],[-173145,-266242],[-172122,-263699],[-171423,-262075],[-178543,-260404],[-170521,-257339],[-173838,-258428],[-167092,-261311],[-167068,-261375],[-167094,-264871],[-170000,-264255],[-169511,-263567],[-178342,-258260],[-176912,-256783],[-177221,-261310],[-173701,-264323],[-173381,-263910],[-169547,-262652],[-174010,-256211],[-177206,-256101],[-172199,-259766],[-171443,-259517],[-166865,-259979],[-167488,-260207],[-167134,-265255],[-167390,-264698],[-171750,-255860],[-176345,-266267],[-168855,-264519],[-178866,-264171],[-179059,-258825],[-176028,-258202],[-177324,-260054],[-177565,-260431],[-177587,-262810],[-179007,-268296],[-171854,-256092],[-176235,-255942],[-176384,-256423],[-175451,-258947],[-174067,-258098],[-174081,-261365],[-175896,-261056],[-175877,-259031],[-178591,-268027],[-178613,-267044],[-178170,-265236],[-176957,-263478],[-177123,-264639],[-174803,-263924],[-173573,-263180],[-173903,-262975],[-171082,-263405],[-172800,-266609],[-170721,-266555],[-169679,-263716],[-169176,-263269],[-167542,-261878],[-167895,-262942],[-172542,-262288],[-170852,-261863],[-171759,-262317],[-167827,-269469],[-168351,-271612],[-169499,-273522],[-171562,-268610],[-167134,-275786],[-172541,-280153],[-174458,-268887],[-175547,-278108],[-170040,-277298],[-172298,-280022],[-174362,-280691],[-168596,-278269],[-172761,-279997],[-167042,-276043],[-177227,-278934],[-174825,-272354],[-177956,-269800],[-178674,-269955],[-178902,-268933],[-178398,-269060],[-173945,-269532],[-174075,-269233],[-173635,-268829],[-174318,-273941],[-176369,-273283],[-174414,-272893],[-172913,-272963],[-172225,-273111],[-172037,-272779],[-172512,-273621],[-174077,-274442],[-171691,-274496],[-171741,-274882],[-171744,-275830],[-171477,-275559],[-172612,-275041],[-173588,-275316],[-174890,-275333],[-172745,-274496],[-174811,-275933],[-174072,-276380],[-175081,-277290],[-175589,-276977],[-176156,-275631],[-176496,-276029],[-177001,-277642],[-178024,-277144],[-177611,-278117],[-177107,-278482],[-167125,-278211],[-168347,-277821],[-177784,-278594],[-171937,-280006],[-167887,-287825],[-166804,-289069],[-167679,-289430],[-172339,-288751],[-172476,-282820],[-168151,-288904],[-168342,-285590],[-167579,-288812],[-167558,-285280],[-166744,-285684],[-166518,-288087],[-166960,-291902],[-174373,-285114],[-168879,-289903],[-168436,-290037],[-168063,-287896],[-168392,-289833],[-170494,-288462],[-172474,-289158],[-169993,-289777],[-175275,-284674],[-176328,-285221],[-166954,-288031],[-176792,-284771],[-169573,-283532],[-173217,-283693],[-170560,-284338],[-171322,-283738],[-171927,-287291],[-172771,-287287],[-172855,-287032],[-172300,-288164],[-171834,-286747],[-174447,-289506],[-166716,-288084],[-167866,-285496],[-167680,-287975],[-176146,-284599],[-169932,-289057],[-172117,-289202],[-168982,-299333],[-167517,-295104],[-170408,-294667],[-168216,-295670],[-169681,-295062],[-168234,-298547],[-178553,-295191],[-173703,-297701],[-172847,-297678],[-173152,-297744],[-170679,-22516],[-168519,-25295],[-167857,-24619],[-176816,-24132],[-166566,-14366],[-170115,-17090],[-169462,-18538],[-172720,-21975],[-173124,-22386],[-174575,-20268],[-175890,-18840],[-173202,-18773],[-176983,-15760],[-176026,-17204],[-176933,-14955],[-176225,-13078],[-166444,-20137],[-169508,-23183],[-173586,-13517],[-174340,-14404],[-178650,-16079],[-179098,-14553],[-169984,-22321],[-172896,-22062],[-175730,-13723],[-175570,-13218],[-170784,-17853],[-170696,-15924],[-173476,-21183],[-170667,-21126],[-170995,-22441],[-174632,-21429],[-175670,-21880],[-177331,-21555],[-171654,-13049],[-173564,-16140],[-172134,-17430],[-170066,-22730],[-175808,-13967],[-166703,-23568],[-166454,-23652],[-168207,-23895],[-168643,-24640],[-168643,-23943],[-168875,-24974],[-177063,-25356],[-176624,-25369],[-176086,-24525],[-176984,-23912],[-176420,-23795],[-166943,-19975],[-166519,-14846],[-168026,-13649],[-169439,-17201],[-170241,-17374],[-170239,-16798],[-169886,-17452],[-170276,-18722],[-169561,-17411],[-172884,-22356],[-172868,-22168],[-172349,-22867],[-173037,-22342],[-173161,-22076],[-173105,-23411],[-174243,-20240],[-175141,-19809],[-174215,-19983],[-175331,-17818],[-172884,-19220],[-173112,-18975],[-173860,-17497],[-174516,-17731],[-173831,-17411],[-175585,-16535],[-174424,-16926],[-175578,-16148],[-176459,-16678],[-176294,-17108],[-176492,-16086],[-176466,-14276],[-176637,-14997],[-175786,-14930],[-177463,-13338],[-177659,-13184],[-176739,-13164],[-166426,-21339],[-169405,-24587],[-168426,-23988],[-168564,-23676],[-172885,-12973],[-173170,-13203],[-173324,-13704],[-172541,-13787],[-170530,-15201],[-170319,-15111],[-170606,-15358],[-174238,-13949],[-172944,-14914],[-178925,-13552],[-178873,-14590],[-179193,-21999],[-172876,-20553],[-170493,-21105],[-170518,-23064],[-174595,-21251],[-175819,-22437],[-176812,-21790],[-178898,-18443],[-171738,-13077],[-173646,-15596],[-171480,-17152],[-168957,-13044],[-169318,-13165],[-175889,-14119],[-172905,-20712],[-170482,-21748],[-170700,-22464],[-174340,-21695],[-176220,-21939],[-177238,-21279],[-179155,-18059],[-171115,-13232],[-173992,-16130],[-171659,-17466],[-167566,-19473],[-172882,-20599],[-170733,-21103],[-171450,-23229],[-174553,-21385],[-175932,-21933],[-177280,-21298],[-178879,-18500],[-170994,-12735],[-174037,-15659],[-171964,-16919],[-168057,-18555],[-166734,-454197],[-173532,-26061],[-168038,-30791],[-168874,-29714],[-169295,-29769],[-168887,-26179],[-168942,-26695],[-166859,-27754],[-166482,-26469],[-166861,-27708],[-166596,-31319],[-167220,-30042],[-169857,-32877],[-168898,-31492],[-169829,-32849],[-169724,-31391],[-170148,-31091],[-169579,-32236],[-169823,-31840],[-170821,-29571],[-170033,-29766],[-169642,-30739],[-168016,-30975],[-169380,-31163],[-168331,-31047],[-178766,-28287],[-173110,-31243],[-173338,-31692],[-173441,-31376],[-174122,-32590],[-173862,-32331],[-174463,-32251],[-174340,-31959],[-174264,-30770],[-174705,-31974],[-174076,-31268],[-173483,-30731],[-174030,-31068],[-173792,-29955],[-173641,-30079],[-173585,-29072],[-173054,-29688],[-173741,-29997],[-173159,-29555],[-172537,-30159],[-171960,-30378],[-172268,-30663],[-171790,-30041],[-172486,-29919],[-171508,-30279],[-172135,-33381],[-171727,-33019],[-171496,-32690],[-171319,-33019],[-172017,-33737],[-171918,-33443],[-176944,-27003],[-176430,-26230],[-176946,-26676],[-176617,-26797],[-172642,-26519],[-170696,-26577],[-169990,-27226],[-168586,-27339],[-171478,-27008],[-175302,-27382],[-175557,-27249],[-171075,-29443],[-175564,-27325],[-175254,-26523],[-171020,-27447],[-170073,-27418],[-166891,-37796],[-166503,-36727],[-168446,-37869],[-174036,-36465],[-172793,-36483],[-170079,-35291],[-169114,-34318],[-176141,-29381],[-179113,-25892],[-178392,-29872],[-178880,-30055],[-173759,-26265],[-174340,-25947],[-174852,-33709],[-175012,-29832],[-174469,-30951],[-169738,-36068],[-169910,-36564],[-172677,-35589],[-172424,-35280],[-168529,-35669],[-171294,-29029],[-176606,-37548],[-176868,-38016],[-175751,-37962],[-172811,-26597],[-169369,-27347],[-167704,-27022],[-171605,-27207],[-175078,-27086],[-175643,-26793],[-175955,-27088],[-175302,-26673],[-170714,-27449],[-169556,-27712],[-166767,-36846],[-169328,-37142],[-170673,-37727],[-174582,-36625],[-174202,-36491],[-172148,-36321],[-170553,-34484],[-168848,-34795],[-169931,-34845],[-169376,-34343],[-169876,-33702],[-176710,-29646],[-178660,-25793],[-172254,-34210],[-169503,-32796],[-170322,-30998],[-170307,-30522],[-168737,-30331],[-172829,-31440],[-174325,-33100],[-174180,-31028],[-173426,-30551],[-173396,-29308],[-173687,-30232],[-171284,-30767],[-172852,-30197],[-172894,-32747],[-171373,-33022],[-176791,-26742],[-166742,-26122],[-173917,-25886],[-169227,-29997],[-176131,-33863],[-174702,-34096],[-174513,-33812],[-172539,-35042],[-175860,-37701],[-175698,-37232],[-176095,-35857],[-173171,-36183],[-169774,-35264],[-178032,-35879],[-173235,-26865],[-170851,-26898],[-169908,-26792],[-167728,-27329],[-171351,-27030],[-175247,-27377],[-176135,-26840],[-174923,-26780],[-170517,-27727],[-169672,-27432],[-166812,-36703],[-168620,-37896],[-170180,-37997],[-175205,-36408],[-174279,-35672],[-172192,-36884],[-170698,-34878],[-169133,-34499],[-169843,-34941],[-169735,-33003],[-176802,-29514],[-178737,-26199],[-171640,-28812],[-172935,-26631],[-170671,-26750],[-169326,-27626],[-168305,-27330],[-171192,-27018],[-175347,-27440],[-175028,-26789],[-170699,-27144],[-169826,-27266],[-166427,-37310],[-169076,-37299],[-170857,-37585],[-175013,-36123],[-174330,-35607],[-172524,-36902],[-170778,-34401],[-168881,-34931],[-169348,-34969],[-169754,-34264],[-169049,-33322],[-176138,-29524],[-178616,-26498],[-171785,-29473],[-167138,-34672],[-168079,-34261],[-167214,-35889],[-166602,-34142],[-167128,-33810],[-166939,-33784],[-170188,-38311],[-178066,-48855],[-178749,-49294],[-178701,-50795],[-177317,-50340],[-176978,-50033],[-177186,-47181],[-176641,-47221],[-174005,-48497],[-173575,-48240],[-172417,-47673],[-178130,-47660],[-177511,-45873],[-178014,-46009],[-178770,-45542],[-177878,-44479],[-177318,-44332],[-175670,-49136],[-176935,-44125],[-177249,-44244],[-175139,-43273],[-169488,-46324],[-178133,-45037],[-178160,-44884],[-171013,-40472],[-170976,-40465],[-166854,-41350],[-175050,-45844],[-175042,-46143],[-179004,-39360],[-176072,-39471],[-168557,-48731],[-168288,-47649],[-177602,-48806],[-178704,-49068],[-178970,-50524],[-177479,-47242],[-176769,-43855],[-178643,-44914],[-177815,-47888],[-177468,-43983],[-177290,-43654],[-175908,-43368],[-176631,-44548],[-174698,-43815],[-174681,-43647],[-175211,-43615],[-174877,-43427],[-169130,-46874],[-169002,-46180],[-168782,-47092],[-169508,-47032],[-169518,-46107],[-169847,-45676],[-169709,-45854],[-170123,-46361],[-179108,-45598],[-178395,-45119],[-178400,-44789],[-178041,-44592],[-178717,-45147],[-171139,-39301],[-170648,-40109],[-175709,-45706],[-174971,-46472],[-178998,-38945],[-175869,-38695],[-174903,-38607],[-168628,-48703],[-168939,-48927],[-178015,-48796],[-178787,-48605],[-170428,-50914],[-177455,-53626],[-176927,-53494],[-176486,-53973],[-174470,-55040],[-175761,-62765],[-178078,-63674],[-177801,-61546],[-175294,-53386],[-168674,-52061],[-176682,-51535],[-177091,-51778],[-178120,-52109],[-176404,-61237],[-175707,-60138],[-177382,-56818],[-179040,-55872],[-174165,-57019],[-177367,-55967],[-176292,-56158],[-175259,-54956],[-176290,-59858],[-174684,-63621],[-174144,-63130],[-177528,-61731],[-172053,-51713],[-172509,-51701],[-175973,-62613],[-177863,-56637],[-178830,-52698],[-178406,-52819],[-177882,-52129],[-177225,-51623],[-176604,-51361],[-178330,-56369],[-178799,-57271],[-174958,-58171],[-174769,-59186],[-174994,-57887],[-176752,-55649],[-176788,-56781],[-175893,-55122],[-177125,-59846],[-177266,-62268],[-177676,-56910],[-175095,-59368],[-176645,-57114],[-176918,-56927],[-175602,-55739],[-176395,-60000],[-178766,-51145],[-174879,-62832],[-176610,-62312],[-174790,-59618],[-174956,-57906],[-177395,-55542],[-176547,-56241],[-175089,-55270],[-176600,-59850],[-174347,-63774],[-173968,-63408],[-177190,-61779],[-168454,-59784],[-172112,-54035],[-169115,-55524],[-168022,-54916],[-166774,-57138],[-170620,-51123],[-167393,-62760],[-171987,-57171],[-172113,-60896],[-169287,-58402],[-169527,-57994],[-171859,-55278],[-172143,-55167],[-171733,-56683],[-170726,-51325],[-170830,-58143],[-171239,-58558],[-172044,-59702],[-172897,-59432],[-172203,-58506],[-172785,-61823],[-173317,-61602],[-174383,-59782],[-173063,-58411],[-169759,-61954],[-166789,-57142],[-166759,-58684],[-166853,-61543],[-167918,-63574],[-168574,-59978],[-166406,-52878],[-170775,-57819],[-171414,-58606],[-172028,-59697],[-172356,-59919],[-172214,-58564],[-172331,-62084],[-173323,-61494],[-172998,-61314],[-173553,-57817],[-174318,-62870],[-169243,-61999],[-166678,-58758],[-167367,-61626],[-170897,-59754],[-171597,-61191],[-170805,-57812],[-171594,-58492],[-172058,-60196],[-172582,-59739],[-172275,-62036],[-173618,-61095],[-174399,-60158],[-173856,-59079],[-173922,-58427],[-169070,-62391],[-168902,-63253],[-166558,-57291],[-167138,-62054],[-170752,-57967],[-171542,-58155],[-171557,-60120],[-172707,-59720],[-172778,-61924],[-173467,-61247],[-174262,-60047],[-173125,-58189],[-172069,-63650],[-169701,-62162],[-169279,-63477],[-166745,-61555],[-170440,-59547],[-174670,-75240],[-170665,-75475],[-178400,-75856],[-178912,-73088],[-178922,-73228],[-177367,-74510],[-177568,-67187],[-177367,-66746],[-175466,-66167],[-175153,-64271],[-178100,-71097],[-170023,-75454],[-178730,-73194],[-177799,-74367],[-177645,-74541],[-178307,-76169],[-176865,-69374],[-177086,-69603],[-177297,-68375],[-176938,-68122],[-172846,-75994],[-173142,-74611],[-173038,-74848],[-175632,-75751],[-179195,-64655],[-177819,-64420],[-176767,-66873],[-172013,-64284],[-176448,-69140],[-177315,-69218],[-175740,-75240],[-174560,-75047],[-174034,-74900],[-174804,-75614],[-168600,-76479],[-178913,-73420],[-176039,-67841],[-175994,-68417],[-177322,-68028],[-177793,-67285],[-177907,-72555],[-178037,-72242],[-174342,-67981],[-174070,-67728],[-175508,-66376],[-175301,-66067],[-171691,-76139],[-171729,-65734],[-176941,-64474],[-176767,-66728],[-171541,-65806],[-178825,-68146],[-178725,-69025],[-176893,-64872],[-176842,-66169],[-172761,-63969],[-171300,-65449],[-178991,-69397],[-178941,-64309],[-177121,-64894],[-176209,-66794],[-174444,-63958],[-168133,-69265],[-168716,-67194],[-170083,-68826],[-169607,-67090],[-169651,-72821],[-169772,-72945],[-171916,-73518],[-174107,-67927],[-169227,-64527],[-166889,-64477],[-174474,-70675],[-176660,-72422],[-174674,-73542],[-166567,-75172],[-172698,-72929],[-166900,-64254],[-174444,-71137],[-174383,-70942],[-174426,-70488],[-176457,-72381],[-176795,-72367],[-170011,-66886],[-171349,-65916],[-168981,-67371],[-167736,-67997],[-170811,-67458],[-171242,-67501],[-172508,-68933],[-172775,-71226],[-169103,-63991],[-167138,-71390],[-167582,-70882],[-170417,-70650],[-170747,-71064],[-169970,-68966],[-168259,-68911],[-168577,-68918],[-169655,-66923],[-171642,-73864],[-171827,-73563],[-173802,-68086],[-172611,-73403],[-173674,-73141],[-166895,-64694],[-176431,-72884],[-170249,-66922],[-168293,-67161],[-167245,-67707],[-170852,-67328],[-172256,-70326],[-172513,-68425],[-173469,-70326],[-172151,-64094],[-168849,-63954],[-177107,-72137],[-176683,-71374],[-172918,-73000],[-170248,-66346],[-169055,-67101],[-167346,-68048],[-170869,-68168],[-172563,-70195],[-174013,-71030],[-169743,-66023],[-168343,-67493],[-167776,-67761],[-170616,-67441],[-171089,-67197],[-172912,-69924],[-173040,-68377],[-173909,-71048],[-171898,-86312],[-172197,-86107],[-174202,-85488],[-169990,-85769],[-168359,-80134],[-171916,-81525],[-178793,-85705],[-178988,-86340],[-179140,-86687],[-179082,-88409],[-173364,-87966],[-171630,-88765],[-171567,-88281],[-170031,-89010],[-169564,-89377],[-167489,-88768],[-166480,-81451],[-172003,-81640],[-170825,-84944],[-173032,-85217],[-173130,-85017],[-174531,-85104],[-171610,-81017],[-172055,-80645],[-174245,-79962],[-174776,-80070],[-174664,-79480],[-172717,-77997],[-172666,-76779],[-166793,-78668],[-178096,-81900],[-176377,-82439],[-176179,-81078],[-175732,-79564],[-177866,-79928],[-177135,-77550],[-178453,-86320],[-167676,-88961],[-170014,-88789],[-171773,-88290],[-171897,-86134],[-174231,-85266],[-169788,-85748],[-173882,-76625],[-172745,-79833],[-169506,-77362],[-175518,-79675],[-166933,-82690],[-178402,-84220],[-177695,-86036],[-177006,-85986],[-173751,-85012],[-172204,-82665],[-179140,-99319],[-179181,-99087],[-177692,-91595],[-177774,-92155],[-166965,-89778],[-177170,-90832],[-176623,-91382],[-175530,-91505],[-175378,-92651],[-175191,-93237],[-176495,-93280],[-175209,-93992],[-176261,-94717],[-179155,-98659],[-178968,-98980],[-178141,-92671],[-178116,-94122],[-178164,-94426],[-178666,-94832],[-177911,-92833],[-168262,-89426],[-167958,-89454],[-176336,-90901],[-176330,-91470],[-176889,-90429],[-175398,-91992],[-175537,-92593],[-176513,-92623],[-176167,-95192],[-175797,-94982],[-176161,-94977],[-178773,-100228],[-178727,-99889],[-178779,-98774],[-178053,-92430],[-178578,-94923],[-178104,-94547],[-178488,-89768],[-167266,-89716],[-176105,-95268],[-174611,-102002],[-177171,-100743],[-176956,-99861],[-174202,-100184],[-172660,-100274],[-170735,-97839],[-170018,-99216],[-171578,-100867],[-168658,-95285],[-170004,-94521],[-168358,-99141],[-166852,-91555],[-167803,-90341],[-167509,-90273],[-171102,-102184],[-172184,-96403],[-166440,-91506],[-169226,-90278],[-170889,-97387],[-171531,-97162],[-170761,-96118],[-166728,-97446],[-169258,-98835],[-169214,-95653],[-167747,-94867],[-169701,-96381],[-169360,-95576],[-170086,-95978],[-168326,-97275],[-168174,-97164],[-168968,-97389],[-174278,-95822],[-174207,-94310],[-175741,-96196],[-176344,-95540],[-176795,-100831],[-172928,-99983],[-173636,-94965],[-174067,-94623],[-172127,-100092],[-170942,-97447],[-171464,-100652],[-168982,-95138],[-168976,-90196],[-170829,-102175],[-167574,-93104],[-170111,-95947],[-170084,-96365],[-169453,-95527],[-168454,-97771],[-168369,-97357],[-168121,-97114],[-175140,-96280],[-173913,-96394],[-175052,-96883],[-176918,-101067],[-172848,-100130],[-173825,-94896],[-169487,-99660],[-171398,-101321],[-170070,-94315],[-168793,-95094],[-166966,-91797],[-167182,-91141],[-171064,-102006],[-172879,-95945],[-169104,-92959],[-167255,-95225],[-170265,-98351],[-172063,-93275],[-174219,-94938],[-174121,-93994],[-176480,-95752],[-175674,-95856],[-173757,-94459],[-170980,-97267],[-173403,-100842],[-168624,-98512],[-171296,-94144],[-172246,-92708],[-167063,-93055],[-167269,-97748],[-172602,-93240],[-168116,-96953],[-176331,-108713],[-177049,-108648],[-173464,-109223],[-169011,-111164],[-178311,-113636],[-178274,-104843],[-178992,-105327],[-179168,-103810],[-174502,-114691],[-174825,-114180],[-178060,-114481],[-176870,-114441],[-176673,-113753],[-174434,-114891],[-178033,-104401],[-178119,-104661],[-172479,-109850],[-174195,-110423],[-174632,-110365],[-177487,-108495],[-175594,-107721],[-172973,-109139],[-168855,-111144],[-168509,-112919],[-178383,-103485],[-178692,-103168],[-178785,-103393],[-178225,-104394],[-177280,-104984],[-177355,-106003],[-177994,-104107],[-176615,-107887],[-175786,-109596],[-172588,-111350],[-173796,-110524],[-174331,-110284],[-175765,-114750],[-173979,-108716],[-171927,-111188],[-168919,-110841],[-168310,-111554],[-168827,-112590],[-168663,-112795],[-178797,-103714],[-178995,-102743],[-169574,-111599],[-169002,-110503],[-177190,-114485],[-177674,-113476],[-177451,-113401],[-175794,-114395],[-170115,-111727],[-170610,-111612],[-176275,-109278],[-176541,-109046],[-176102,-109468],[-178682,-112928],[-173886,-114428],[-169806,-110199],[-177832,-105129],[-168931,-104547],[-166537,-108780],[-168530,-109413],[-170238,-109465],[-170618,-108643],[-171542,-108269],[-174597,-104529],[-174715,-105092],[-174243,-105370],[-173512,-103326],[-172379,-105335],[-172988,-104126],[-175512,-102699],[-174949,-102563],[-167129,-105536],[-166498,-113810],[-174235,-104885],[-172535,-107683],[-169592,-103281],[-166964,-109664],[-168829,-104809],[-167062,-109534],[-171257,-108287],[-173870,-103331],[-174163,-104118],[-174825,-104829],[-174671,-105480],[-172831,-105218],[-171508,-107694],[-175373,-102938],[-167138,-105245],[-169530,-103414],[-167671,-105700],[-167353,-109336],[-174767,-102404],[-168675,-109117],[-166733,-109213],[-167848,7560],[-166667,1918],[-168174,6954],[-178619,244],[-168813,1242],[-171126,2395],[-172034,1509],[-166407,4216],[-169976,3150],[-173990,1780],[-175568,2345],[-166741,6205],[-176804,3323],[-170160,3002],[-173731,2134],[-175823,2259],[-166428,6602],[-173351,2622],[-177544,3243],[-166546,4110],[-169629,345],[-170089,2869],[-173808,2210],[-176434,2102],[-166747,6379],[-177656,2699],[-166548,2308],[-168656,6174],[-166439,3513],[-170605,3157],[-173076,1753],[-176115,2490],[-166422,6174],[-173268,2761],[-177792,2840],[-171458,10510],[-168397,8218],[-171749,9985],[-170629,5067],[-173519,2875],[-173754,4869],[-177266,6747],[-177971,6621],[-174859,11852],[-167055,10350],[-166736,8349],[-170599,5019],[-173354,2782],[-174455,4998],[-177022,6797],[-178480,6843],[-174927,11853],[-166954,9763],[-166747,8585],[-166769,8955],[-169749,10894],[-170782,8499],[-170372,9467],[-171697,9229],[-170036,7795],[-170049,9368],[-168625,8353],[-169487,9421],[-169974,8079],[-171046,8882],[-171982,8619],[-171634,8395],[-170853,5267],[-174298,4666],[-177655,7156],[-178403,6531],[-175053,11424],[-167257,9804],[-171099,4946],[-174019,4914],[-176975,7081],[-178834,6776],[-174663,12148],[-167123,10293],[-166941,9227],[-168959,134784],[-166511,139391],[-167676,137726],[-168254,138439],[-166801,137263],[-167977,134340],[-167227,138097],[-173000,136006],[-169986,138937],[-170351,136462],[-174288,139631],[-175215,140074],[-167038,139613],[-166674,135388],[-168147,137684],[-166904,134182],[-168486,137095],[-168319,138146],[-172679,136626],[-170794,138336],[-169878,136328],[-169294,134645],[-173917,139953],[-174489,140385],[-175550,140176],[-172207,140799],[-166595,137560],[-167251,136940],[-166938,135041],[-174822,134707],[-168429,133906],[-169445,138349],[-166751,136092],[-167965,137601],[-167065,134269],[-167112,139148],[-172098,136318],[-170462,138394],[-169710,135855],[-174621,139844],[-175594,140187],[-169180,133893],[-167081,137793],[-168093,137177],[-167183,134198],[-168273,137808],[-169587,138512],[-172413,136143],[-170900,138302],[-169796,135942],[-174215,139679],[-175627,139821],[-168783,137862],[-167707,134533],[-175585,135589],[-170039,129534],[-172006,131703],[-168252,145035],[-169083,149156],[-168719,151118],[-167073,152531],[-178611,145021],[-173019,149873],[-167422,145357],[-167064,142741],[-172343,143388],[-173504,142635],[-172002,143670],[-175071,143126],[-173903,144532],[-171088,141988],[-167763,146945],[-175683,147435],[-166568,153481],[-172974,149576],[-166777,143006],[-169017,144637],[-166522,152769],[-167764,150322],[-170974,153515],[-168629,150602],[-166797,149040],[-167372,147985],[-179157,145072],[-178450,152277],[-173167,149411],[-167053,145143],[-174047,143069],[-172013,143808],[-175280,143606],[-173666,144063],[-170755,142014],[-173047,141328],[-168856,145362],[-166909,143426],[-168106,149207],[-169269,151537],[-171336,152626],[-167271,152305],[-178659,144255],[-172299,149043],[-167779,145584],[-174296,142951],[-171961,144463],[-175543,143669],[-174139,143630],[-170978,141212],[-168222,145178],[-166584,142597],[-169130,151080],[-168001,149481],[-169824,142238],[-173406,153776],[-171023,150279],[-179174,150209],[-173061,149360],[-167580,145877],[-173977,142853],[-171660,143759],[-175317,143430],[-173941,144247],[-171154,141297],[-167951,145794],[-174667,147369],[-172402,149852],[-168362,158314],[-173470,159303],[-174048,158377],[-175265,157495],[-177567,158186],[-171758,153884],[-173282,155095],[-177870,157612],[-178242,154483],[-167235,156188],[-177373,155288],[-169976,155556],[-174058,154263],[-169705,160690],[-170336,159128],[-171531,163503],[-171165,163844],[-167543,166401],[-169908,157406],[-172606,158656],[-175262,159396],[-175695,157357],[-174706,157018],[-177329,157636],[-174755,155171],[-179143,156100],[-166509,160245],[-168365,156154],[-176818,158722],[-178129,158537],[-170819,159089],[-170458,160909],[-167324,166457],[-168790,166210],[-169073,164694],[-169275,164222],[-167704,165309],[-169288,157792],[-173391,159857],[-175397,159472],[-174304,157594],[-177375,158401],[-171630,153803],[-174656,154585],[-173430,154915],[-178432,155585],[-167335,156909],[-173036,158081],[-168960,158404],[-172179,159310],[-175685,157748],[-174689,159593],[-175288,156781],[-176925,157216],[-174455,155061],[-172687,155068],[-178318,156103],[-177313,155684],[-167933,156290],[-173494,158681],[-169562,153873],[-172725,170437],[-168393,166912],[-167638,166717],[-172639,173439],[-173615,173683],[-172189,171114],[-173032,172859],[-172862,170039],[-173863,173247],[-172970,170452],[-177543,249938],[-178399,249417],[-177042,249756],[-177373,248012],[-179103,248043],[-178134,251824],[-178797,249826],[-166465,14714],[-179024,21102],[-176913,22804],[-174449,23405],[-178533,16374],[-177332,17935],[-175143,19341],[-171846,21370],[-168770,23133],[-168102,23317],[-167003,22530],[-168551,20869],[-171647,22362],[-170477,24205],[-171530,24886],[-172384,22321],[-171372,23122],[-172237,25407],[-176543,24047],[-175375,24568],[-177573,25541],[-178022,21377],[-177604,21747],[-168329,22111],[-178588,20224],[-177045,22940],[-174593,24210],[-177939,16727],[-177447,18053],[-174664,19942],[-171773,22023],[-168970,22957],[-167867,23722],[-167018,22034],[-168687,20539],[-171444,22328],[-170484,24464],[-171228,25058],[-172755,22467],[-171669,23233],[-172527,24796],[-176414,24462],[-175799,23819],[-177591,25433],[-178373,21023],[-177443,22193],[-167940,22691],[-166945,16224],[-167786,16141],[-166978,16399],[-178620,20382],[-176687,22744],[-174487,23535],[-178634,16588],[-178029,18177],[-174514,20025],[-172052,21570],[-169114,23581],[-167425,23856],[-167675,22562],[-168341,20643],[-171278,22121],[-170547,24248],[-171361,24582],[-172473,22540],[-171652,23541],[-172566,24816],[-176240,23580],[-175184,23753],[-178071,25590],[-178171,21386],[-177874,21986],[-168395,21894],[-178458,20510],[-176565,23235],[-174592,24259],[-178756,16975],[-177624,17579],[-174560,19141],[-172678,21149],[-168700,23543],[-167698,23285],[-167175,22496],[-168419,21261],[-170941,22097],[-170926,24071],[-171398,24973],[-172331,22651],[-171655,23391],[-171981,25044],[-176183,24468],[-175432,24245],[-177915,25626],[-178216,21318],[-177482,21694],[-173532,292907],[-178728,25988],[-174803,28425],[-177965,27631],[-176499,34347],[-175787,35355],[-176982,32315],[-177746,30485],[-175137,31186],[-175426,29579],[-175112,28296],[-176915,25938],[-174000,28107],[-175738,27598],[-176727,27540],[-177766,29435],[-176875,35384],[-176903,36261],[-177071,37618],[-177336,32749],[-177245,29933],[-174983,31066],[-175463,29205],[-175528,28424],[-176706,26672],[-173732,27895],[-176926,32806],[-177134,30236],[-175113,30390],[-175220,31866],[-175406,29228],[-175214,28892],[-177128,26353],[-173812,28533],[-177121,32331],[-177384,30605],[-174552,31739],[-175374,29890],[-175414,28679],[-176535,26433],[-173440,27924],[-174419,26626],[-178772,44007],[-177563,45052],[-176132,44272],[-177069,47439],[-176812,48768],[-172596,49471],[-171731,47698],[-177303,41895],[-167213,51301],[-178793,44105],[-176907,44976],[-176118,43725],[-177688,47901],[-176786,48990],[-172641,48958],[-171669,47717],[-178106,42561],[-166664,50308],[-178009,43171],[-177219,44957],[-176900,44218],[-177737,47495],[-176807,48993],[-172804,48911],[-171367,47440],[-177967,42392],[-167035,50542],[-176055,38945],[-179732,46581],[-175823,44610],[-174630,45897],[-174499,43728],[-170419,46714],[-169307,44144],[-171539,42963],[-170929,46213],[-175170,40295],[-173537,51170],[-175115,44802],[-175009,44620],[-174675,44012],[-169538,44772],[-168505,43798],[-171310,41521],[-171490,45957],[-174557,39233],[-178308,43546],[-176907,45871],[-176397,44110],[-177388,48056],[-176987,48969],[-171853,47518],[-178373,42346],[-166902,51283],[-173760,50805],[-169356,63224],[-178581,58555],[-169459,62764],[-168449,53517],[-173370,56019],[-167780,59392],[-167435,59200],[-168871,60958],[-170194,61203],[-169646,61382],[-169314,55806],[-169431,54354],[-172498,55826],[-173014,55394],[-173722,56045],[-174126,55881],[-167896,57091],[-166424,58558],[-175974,53271],[-166862,57900],[-167129,59299],[-176462,53547],[-169429,53225],[-167699,54090],[-170032,56133],[-166644,57986],[-169870,55994],[-166424,55693],[-167651,55375],[-167658,51414],[-169934,53478],[-172431,55991],[-169102,62484],[-168151,53212],[-168948,53003],[-172957,59701],[-169386,59395],[-169294,57412],[-170433,57004],[-170134,56670],[-169933,55808],[-169368,55911],[-172677,55800],[-173353,55599],[-173695,55564],[-175430,56774],[-169410,62902],[-172506,59932],[-175078,64244],[-176380,68136],[-173222,76684],[-172733,75412],[-173368,74427],[-171192,73578],[-170242,75250],[-172941,71384],[-171739,71016],[-170237,66395],[-177663,71320],[-178936,69193],[-177613,71577],[-178238,69127],[-177866,71419],[-178284,69135],[-177624,71362],[-178309,69273],[-177929,81061],[-176526,82761],[-175822,81048],[-172298,83985],[-174353,82918],[-174258,80951],[-174015,78204],[-174616,88767],[-175149,88680],[-173575,85036],[-175614,87251],[-178305,78711],[-178873,77893],[-178462,78440],[-179040,77342],[-178144,78942],[-178326,79006],[-178794,77048],[-175416,92288],[-174909,92509],[-175880,90083],[-178885,93305],[-178575,94868],[-168934,95717],[-169009,95244],[-168903,97342],[-169155,96353],[-169663,98346],[-166839,99493],[-169330,96645],[-167762,98046],[-167685,94251],[-167786,97834],[-169418,97486],[-168559,97314],[-168661,96187],[-168340,97710],[-167938,94454],[-178673,105984],[-178727,105018],[-178446,125162],[-169656,127858],[-177911,127176],[-167216,118819],[-170917,120530],[-178086,126377],[-166946,117747],[-170906,119780],[-178785,124494],[-176306,120611],[-166527,122233],[-178573,124954],[-178606,125411],[-177049,123802],[-189026,-115366],[-189399,-115266],[-187230,-115603],[-187860,-115309],[-180970,-117624],[-180830,-117197],[-180545,-116231],[-179772,-117396],[-180143,-116045],[-186208,-115591],[-183294,-115525],[-189181,-115153],[-180934,-117352],[-179925,-116218],[-180662,-115962],[-185969,-115219],[-186392,-115849],[-187290,-115284],[-181830,-115791],[-183622,-115763],[-184636,-115174],[-183451,-115452],[-181167,-117162],[-184979,-115734],[-183184,-116356],[-191966,-125620],[-189679,-126009],[-190158,-127378],[-189655,-126961],[-189853,-120283],[-191847,-124805],[-190465,-121758],[-190471,-122960],[-190070,-120238],[-190329,-121006],[-188428,-122897],[-188191,-122765],[-190995,-120131],[-190471,-119941],[-186394,-126551],[-187262,-127198],[-181257,-124569],[-180107,-122122],[-180593,-123037],[-182943,-123649],[-181284,-122681],[-181510,-121783],[-181854,-121654],[-180868,-121438],[-182043,-121522],[-183495,-120505],[-183090,-122172],[-183350,-121354],[-184648,-122050],[-183901,-121522],[-183950,-120688],[-185161,-120230],[-186161,-119653],[-186315,-120518],[-187029,-118622],[-187588,-118889],[-188625,-117723],[-188703,-117490],[-189962,-119095],[-190984,-118381],[-191180,-116461],[-191517,-118626],[-184511,-126317],[-185345,-125806],[-186188,-124895],[-183613,-125738],[-191860,-125498],[-190102,-124784],[-188649,-121565],[-189079,-127033],[-189758,-126771],[-189757,-126771],[-189826,-125075],[-188544,-126444],[-187940,-127587],[-188861,-125818],[-190418,-124899],[-191731,-125854],[-189538,-126295],[-189994,-126503],[-189087,-120645],[-188659,-120988],[-187527,-121437],[-187139,-122099],[-187559,-122813],[-187908,-122217],[-190956,-121192],[-190221,-120226],[-185842,-127704],[-181241,-124895],[-179333,-123960],[-183227,-120444],[-184166,-120609],[-183702,-121480],[-188357,-118336],[-188830,-118636],[-189314,-117437],[-184574,-126124],[-186484,-125467],[-189412,-126035],[-190335,-127380],[-189676,-124803],[-189489,-125708],[-190176,-124823],[-189552,-124444],[-190094,-124204],[-190558,-124548],[-191083,-134912],[-190272,-136506],[-186985,-139539],[-182796,-139556],[-181452,-140082],[-186594,-138138],[-179657,-132724],[-179295,-136227],[-181038,-133008],[-185098,-139982],[-187430,-127931],[-191064,-138475],[-181653,-137627],[-190585,-139639],[-189752,-139207],[-190568,-138890],[-189436,-139501],[-191147,-134706],[-181552,-132899],[-189766,-135952],[-190102,-136190],[-191109,-135879],[-188358,-136352],[-189529,-130642],[-189626,-129625],[-190442,-128859],[-186465,-132088],[-188639,-130174],[-187170,-131514],[-186416,-130587],[-186789,-128837],[-184797,-129993],[-179884,-130136],[-179749,-130729],[-188297,-131978],[-188445,-130650],[-188474,-131337],[-187249,-131741],[-186823,-131834],[-185098,-133071],[-189529,-128829],[-186544,-132221],[-187179,-131242],[-187860,-130619],[-188102,-129841],[-187822,-130364],[-188544,-129380],[-188966,-129041],[-183882,-138347],[-183827,-140342],[-183996,-139540],[-181787,-139490],[-184983,-137079],[-184992,-140403],[-185539,-137850],[-179404,-135886],[-179916,-137606],[-180093,-136516],[-180624,-136548],[-182135,-133060],[-181218,-133839],[-182425,-135123],[-185087,-140361],[-185080,-139403],[-185980,-139518],[-184576,-130144],[-184232,-130377],[-183416,-130466],[-181771,-129938],[-181320,-128303],[-191268,-139171],[-191110,-138778],[-190804,-135420],[-183132,-138367],[-183065,-136906],[-181734,-139210],[-181515,-135635],[-189753,-138852],[-189662,-139786],[-190202,-138964],[-189889,-139362],[-179382,-133078],[-188919,-135926],[-181976,-136874],[-181352,-132681],[-180942,-135770],[-183019,-137403],[-190365,-135228],[-188560,-136385],[-189085,-135835],[-191232,-135304],[-180555,-137224],[-189791,-127980],[-187635,-130395],[-179846,-131396],[-188843,-152504],[-188454,-153232],[-188583,-153355],[-189297,-151776],[-190524,-152470],[-190115,-153368],[-191149,-152578],[-188673,-153110],[-188868,-153219],[-191464,-152802],[-180821,-148348],[-191183,-141847],[-183423,-144204],[-183736,-141596],[-183600,-142824],[-183695,-143012],[-183221,-142298],[-183280,-141541],[-182078,-143985],[-183823,-143552],[-182841,-141088],[-182377,-141687],[-182000,-144593],[-189570,-144531],[-188280,-145540],[-186864,-142249],[-189984,-144319],[-190781,-144351],[-191828,-146574],[-185153,-145726],[-186578,-146980],[-186637,-146403],[-185137,-144332],[-181918,-147591],[-179887,-150745],[-179356,-152267],[-179793,-153075],[-180298,-152584],[-179862,-149053],[-181456,-148004],[-182392,-150870],[-181344,-150250],[-181393,-149416],[-182230,-147564],[-182919,-148186],[-183079,-149171],[-184314,-149847],[-184893,-147628],[-186209,-147812],[-186320,-148119],[-189299,-143468],[-188074,-144028],[-187714,-144734],[-185568,-145059],[-186621,-144127],[-185362,-141850],[-186428,-141632],[-186535,-142323],[-186443,-142354],[-183725,-146263],[-186233,-150580],[-184641,-151079],[-184703,-149910],[-187698,-148955],[-187688,-147605],[-186335,-150212],[-186077,-148335],[-187208,-148795],[-188680,-147857],[-188645,-148778],[-188220,-148031],[-191618,-149613],[-191016,-149665],[-189508,-149373],[-190383,-148596],[-184553,-140799],[-181751,-146217],[-182070,-146506],[-181730,-146148],[-182253,-150183],[-181485,-150042],[-181381,-150164],[-181304,-151260],[-181955,-151700],[-181341,-151820],[-184463,-141306],[-190351,-149714],[-182786,-151974],[-191403,-141552],[-190813,-141742],[-182962,-143100],[-190308,-145278],[-188356,-143039],[-180822,-151144],[-181341,-152204],[-180342,-150750],[-180195,-149170],[-181609,-149337],[-181145,-150208],[-182049,-148867],[-183087,-148060],[-187796,-144518],[-188211,-144038],[-187900,-144804],[-186836,-143853],[-186604,-144304],[-186761,-142808],[-186525,-141703],[-186437,-142919],[-185288,-142113],[-186112,-153315],[-187223,-149454],[-186361,-149539],[-184379,-148694],[-186587,-149213],[-188244,-148574],[-189216,-147849],[-191526,-150360],[-191805,-149930],[-191946,-148814],[-184813,-148898],[-181661,-146925],[-182129,-146912],[-182132,-147026],[-182097,-150102],[-181885,-149767],[-181660,-149477],[-181516,-151981],[-181207,-151773],[-182116,-151213],[-179690,-140804],[-189673,-141612],[-182104,-150508],[-189355,-166131],[-189270,-165860],[-190789,-154634],[-191389,-153587],[-191291,-154085],[-190303,-154285],[-191898,-154134],[-190896,-161320],[-191053,-160755],[-190935,-159766],[-190427,-159759],[-191415,-161259],[-191386,-161520],[-186296,-165478],[-188272,-164301],[-184569,-164675],[-189486,-166099],[-188790,-165839],[-188657,-166096],[-191678,-155583],[-188420,-153668],[-189269,-153852],[-189159,-153647],[-184988,-161075],[-185271,-160299],[-185018,-163576],[-185041,-163885],[-184674,-164132],[-184090,-164364],[-183803,-164527],[-183512,-164572],[-183806,-164797],[-184186,-164978],[-184135,-163805],[-184372,-163346],[-183466,-165199],[-181955,-166126],[-182985,-164471],[-183153,-164407],[-183345,-164403],[-183611,-164724],[-184257,-163971],[-185198,-162655],[-188777,-155997],[-182538,-165290],[-182633,-164624],[-190530,-164344],[-191579,-156145],[-190054,-156751],[-183506,-165678],[-183114,-165502],[-189835,-156181],[-186522,-157037],[-186193,-157014],[-184761,-160750],[-185709,-162552],[-185701,-160933],[-186351,-161686],[-185332,-161150],[-185079,-160448],[-184108,-163944],[-183638,-164303],[-184009,-164308],[-184643,-163943],[-184952,-163443],[-191704,-161264],[-189932,-163895],[-187638,-164077],[-190131,-166199],[-189988,-166048],[-190199,-165989],[-191265,-163207],[-191833,-155286],[-183357,-164123],[-185013,-164426],[-184353,-163835],[-185154,-163302],[-185316,-162806],[-184444,-162113],[-182327,-164925],[-182854,-164756],[-191591,-159798],[-191845,-159744],[-190355,-159625],[-190559,-159066],[-190226,-159160],[-191454,-158618],[-191798,-158438],[-191542,-161167],[-191811,-161251],[-191808,-161451],[-191505,-161394],[-191351,-161685],[-191015,-161466],[-191231,-162079],[-191308,-160966],[-190397,-164179],[-189858,-163777],[-189692,-164446],[-190762,-164770],[-190188,-164410],[-189247,-163873],[-187571,-163419],[-185172,-165972],[-187929,-164504],[-187264,-165029],[-186574,-161278],[-185055,-161549],[-185792,-162307],[-186435,-160955],[-187668,-159692],[-187031,-159349],[-188087,-158925],[-188024,-158059],[-189574,-157128],[-185924,-157457],[-186271,-157287],[-179943,-166080],[-179633,-163970],[-180957,-160155],[-183362,-157041],[-181961,-160545],[-181144,-157506],[-180871,-154946],[-185338,-155405],[-182829,-155009],[-182829,-155009],[-179724,-160181],[-183955,-156345],[-184247,-155277],[-185066,-155777],[-180341,-159584],[-180464,-159943],[-180145,-159258],[-179217,-159251],[-179439,-159513],[-182871,-157895],[-182788,-157781],[-182883,-157700],[-181073,-157600],[-179625,-153856],[-185858,-153885],[-184474,-155505],[-179364,-156524],[-180127,-159156],[-180343,-159758],[-180552,-159441],[-179685,-159957],[-179250,-157003],[-179221,-156316],[-179253,-159355],[-182554,-157776],[-182282,-157738],[-182849,-157471],[-179290,-153773],[-180036,-160780],[-180420,-161071],[-179874,-164101],[-181222,-157477],[-183105,-157515],[-181802,-160583],[-181083,-156486],[-180836,-160778],[-180839,-157041],[-181614,-156919],[-181331,-159690],[-189140,-167190],[-188882,-167074],[-186437,-167571],[-186468,-167313],[-186915,-167101],[-186957,-168595],[-187118,-168295],[-186765,-168624],[-185067,-168836],[-184714,-169210],[-184859,-168752],[-185279,-168829],[-185673,-168506],[-185402,-169060],[-190666,-168432],[-190767,-168220],[-190561,-168179],[-191070,-168021],[-191878,-169009],[-184602,-167952],[-187993,-167302],[-188528,-166900],[-187225,-166918],[-186842,-166984],[-186142,-168599],[-189596,-167226],[-189327,-167355],[-191024,-168720],[-190942,-168512],[-191762,-168916],[-190682,-168060],[-191217,-168086],[-190429,-168315],[-190997,-166777],[-190889,-166440],[-190087,-166630],[-182288,-171840],[-182012,-171818],[-182064,-168257],[-180719,-169390],[-186186,-172953],[-188971,-166969],[-188674,-167023],[-186436,-167112],[-186684,-167299],[-186451,-167810],[-185880,-168528],[-184550,-169083],[-184527,-169403],[-185542,-168984],[-185994,-169525],[-186609,-168643],[-183810,-169545],[-184431,-168706],[-185279,-168325],[-181620,-167915],[-180348,-174111],[-180704,-173536],[-181111,-173906],[-180514,-174289],[-181057,-174189],[-181368,-174008],[-181713,-173517],[-182018,-173170],[-182059,-172540],[-181678,-174046],[-180844,-174919],[-183774,-172599],[-184859,-170801],[-182288,-172301],[-185121,-170718],[-183473,-172216],[-184351,-172814],[-182528,-172377],[-183858,-170965],[-182513,-172652],[-182184,-173264],[-181823,-168304],[-184728,-170076],[-184446,-170575],[-182637,-172523],[-182405,-172832],[-182609,-172120],[-183069,-172096],[-185253,-171856],[-184720,-170483],[-185268,-170736],[-180363,-174503],[-181155,-174379],[-180097,-174444],[-179443,-176978],[-179371,-177518],[-179803,-176045],[-185834,-173463],[-185481,-169892],[-182467,-171594],[-179568,-177035],[-187954,-178223],[-187228,-177629],[-184135,-178888],[-186752,-176816],[-185725,-177081],[-190769,-177882],[-183170,-178468],[-190565,-173291],[-190426,-173695],[-190578,-173559],[-188927,-173744],[-189077,-172756],[-189461,-172560],[-189352,-172232],[-190829,-173217],[-191530,-173576],[-190471,-172968],[-190386,-172637],[-190709,-172896],[-189797,-171736],[-190420,-177168],[-190558,-177951],[-186264,-174966],[-186971,-174832],[-186709,-175060],[-187699,-174008],[-185495,-176533],[-186015,-176637],[-186575,-177605],[-185178,-177980],[-187448,-178894],[-190223,-173310],[-190330,-172219],[-189923,-178426],[-189638,-176293],[-190855,-178555],[-189490,-177900],[-189517,-174573],[-186610,-175300],[-188538,-175561],[-189307,-174184],[-188228,-171401],[-189029,-178964],[-191662,-174158],[-191354,-173240],[-188372,-175625],[-190364,-177159],[-187672,-178123],[-185546,-177819],[-188528,-173792],[-190920,-173819],[-190220,-173531],[-191262,-174263],[-189247,-175654],[-188816,-174822],[-187717,-173793],[-189412,-182838],[-190083,-182437],[-189888,-181516],[-186121,-182606],[-185709,-181365],[-187459,-179723],[-187358,-180315],[-187667,-179562],[-180526,-180918],[-181590,-180050],[-182723,-179472],[-183151,-179956],[-181771,-184634],[-181540,-183812],[-182903,-183105],[-182454,-184150],[-182144,-184463],[-184467,-180656],[-183190,-180655],[-185973,-180222],[-186304,-180601],[-186988,-179280],[-179641,-183901],[-182041,-179811],[-182462,-179011],[-179596,-182995],[-191486,-188224],[-189705,-188119],[-188102,-191175],[-189141,-190644],[-190201,-191225],[-185809,-191629],[-183158,-189177],[-183826,-188857],[-183138,-189884],[-184175,-189265],[-187257,-186655],[-189666,-186435],[-190733,-185822],[-190354,-185827],[-190183,-181251],[-185688,-180734],[-186159,-180689],[-182793,-183800],[-182276,-183851],[-182010,-184409],[-186081,-190394],[-183594,-187931],[-184916,-185315],[-181010,-189744],[-181756,-183096],[-183762,-183047],[-183004,-182032],[-187820,-183983],[-181852,-181900],[-181534,-182096],[-186166,-180019],[-191295,-180506],[-189264,-190917],[-185135,-191582],[-183541,-190983],[-187961,-185492],[-188355,-184701],[-188890,-184586],[-188635,-184372],[-188660,-184931],[-179239,-191240],[-181159,-187427],[-181522,-187417],[-181605,-187745],[-181876,-187468],[-182309,-187371],[-182602,-190554],[-183312,-190000],[-183520,-189446],[-183633,-189606],[-183904,-189286],[-191183,-185804],[-191419,-185535],[-190852,-186175],[-189402,-186479],[-189720,-186812],[-191120,-186801],[-190752,-188596],[-191038,-188890],[-191076,-188524],[-189713,-188903],[-189119,-191215],[-189577,-191219],[-189782,-191417],[-190252,-191792],[-188886,-191614],[-188457,-191601],[-187675,-191419],[-187539,-191166],[-186944,-190971],[-184111,-191551],[-184378,-191421],[-184267,-191778],[-181338,-184462],[-182057,-183579],[-182282,-183666],[-183234,-182015],[-184529,-180852],[-184687,-181650],[-180670,-181030],[-180774,-180634],[-181668,-180477],[-185807,-191518],[-185242,-187672],[-182359,-185734],[-183775,-190028],[-182525,-182633],[-183971,-181098],[-183972,-190868],[-179999,-190167],[-182158,-181615],[-185445,-185032],[-187220,-187650],[-179545,-184963],[-188817,-181630],[-186943,-180326],[-191285,-187281],[-191360,-190716],[-189373,-190147],[-189687,-191530],[-182593,-189119],[-181701,-190867],[-181610,-191503],[-180489,-182998],[-181768,-179567],[-181463,-187746],[-182701,-182648],[-184798,-185996],[-190734,-180383],[-188902,-181597],[-190093,-186211],[-188597,-188320],[-191435,-186691],[-185591,-190127],[-183420,-187298],[-191108,-182155],[-189480,-181675],[-189444,-181692],[-189641,-181136],[-190086,-189057],[-189993,-190068],[-188734,-188735],[-186413,-190107],[-183631,-191523],[-191967,-180091],[-191646,-183904],[-191478,-185320],[-190472,-182016],[-187059,-180395],[-189679,-179140],[-188846,-186877],[-189856,-190270],[-188581,-189924],[-186963,-189913],[-187862,-180780],[-187615,-180626],[-188963,-190936],[-188548,-188889],[-183623,-193565],[-183236,-197130],[-179734,-201608],[-179596,-193976],[-186360,-191805],[-182571,-197128],[-186197,-194869],[-188811,-204458],[-190840,-203518],[-190870,-203931],[-184340,-197864],[-184531,-196580],[-189215,-198857],[-187724,-200642],[-190389,-198713],[-188988,-201694],[-179449,-203773],[-180063,-204040],[-179237,-204001],[-184255,-203627],[-189098,-203034],[-189552,-203173],[-191025,-201229],[-184808,-192130],[-183134,-192069],[-183427,-193506],[-182148,-195199],[-185126,-194235],[-179252,-192994],[-179797,-193064],[-179966,-192749],[-181555,-194957],[-182131,-194968],[-179310,-196840],[-188988,-192905],[-179569,-201862],[-179446,-201774],[-190870,-204153],[-190996,-203297],[-191060,-203678],[-184655,-197836],[-191209,-192979],[-188346,-199867],[-186730,-200487],[-190783,-199603],[-188536,-201006],[-184719,-203461],[-187413,-204593],[-190856,-203381],[-191396,-203661],[-184048,-198163],[-191023,-192917],[-190124,-194771],[-188697,-195856],[-187353,-195461],[-190239,-195886],[-190025,-193785],[-189672,-194146],[-189646,-195231],[-189048,-194734],[-188810,-198606],[-187452,-201512],[-190665,-198527],[-188009,-201757],[-184554,-203618],[-184535,-203782],[-189330,-203053],[-188926,-202563],[-191299,-201417],[-189876,-191940],[-190260,-192867],[-186186,-192714],[-184285,-192201],[-183878,-192458],[-181966,-194914],[-182869,-194912],[-182400,-195752],[-182970,-193547],[-183936,-193900],[-183467,-194472],[-187691,-195209],[-187112,-192353],[-180333,-194864],[-183420,-195955],[-181454,-195667],[-191190,-196097],[-189314,-195801],[-189132,-192037],[-190828,-203240],[-190890,-203337],[-190871,-204022],[-184059,-197610],[-189104,-199033],[-186437,-200172],[-190913,-199778],[-188673,-201296],[-185265,-192150],[-184304,-192080],[-183359,-194411],[-182185,-194297],[-181567,-198608],[-179491,-202003],[-184035,-193537],[-181630,-195666],[-184749,-197212],[-190921,-197107],[-190963,-198825],[-180554,-201671],[-183260,-200291],[-180171,-203944],[-183687,-204290],[-182338,-203276],[-180538,-203409],[-183171,-204002],[-182042,-202782],[-180714,-204289],[-184015,-203793],[-181312,-203064],[-191042,-209660],[-190391,-212176],[-182413,-211708],[-183977,-211288],[-180054,-209264],[-183494,-206935],[-185842,-204717],[-186717,-204857],[-187397,-204860],[-188805,-205027],[-191119,-206310],[-189489,-206093],[-188719,-206028],[-182770,-217095],[-179321,-206616],[-179840,-206681],[-180044,-206945],[-180944,-206064],[-183339,-204888],[-183503,-204671],[-189185,-214405],[-189653,-212405],[-186932,-212783],[-186853,-211891],[-180149,-209062],[-183448,-206897],[-185853,-205125],[-186468,-204849],[-187457,-204689],[-188154,-204833],[-188509,-204783],[-191515,-205788],[-189484,-206372],[-188851,-205418],[-182539,-216722],[-179292,-206430],[-180481,-206106],[-180568,-205892],[-183122,-204821],[-183855,-204619],[-180960,-205902],[-190958,-215056],[-191351,-212966],[-188615,-214318],[-180994,-209980],[-182376,-213899],[-181997,-209774],[-180567,-208980],[-183157,-206890],[-185430,-204823],[-186422,-204629],[-187228,-205252],[-187968,-204782],[-189088,-204633],[-188871,-204903],[-191169,-206059],[-188838,-206862],[-188632,-205813],[-182259,-216892],[-179868,-215719],[-179745,-215327],[-180540,-216641],[-180784,-206192],[-191896,-211008],[-189937,-211724],[-190416,-211408],[-187937,-212848],[-186689,-212084],[-185694,-211574],[-185361,-211065],[-184324,-212120],[-183594,-211392],[-184057,-212082],[-183929,-213563],[-183433,-215522],[-183943,-215630],[-191598,-208217],[-191930,-209216],[-189782,-209173],[-189943,-208397],[-188718,-208087],[-188744,-208216],[-190022,-208172],[-190347,-207682],[-188416,-207670],[-187056,-206406],[-187465,-207948],[-186294,-205832],[-187704,-205745],[-187143,-205869],[-184282,-207563],[-184837,-206650],[-182730,-208886],[-182289,-208328],[-179353,-211301],[-180389,-211262],[-180752,-210148],[-181138,-210782],[-180832,-210582],[-180833,-209107],[-183347,-210475],[-183201,-210395],[-180492,-209326],[-182946,-206768],[-185727,-204997],[-186641,-204676],[-188947,-204755],[-188529,-204909],[-191350,-206070],[-188960,-206348],[-188633,-206124],[-182638,-216266],[-180675,-216392],[-180938,-216272],[-180252,-217089],[-180101,-206465],[-180690,-205843],[-179284,-204625],[-179466,-217137],[-179645,-206190],[-181951,-222925],[-182353,-223008],[-187813,-223413],[-179203,-223031],[-186231,-226163],[-191547,-225281],[-186549,-225761],[-180142,-226896],[-179213,-228335],[-186343,-225977],[-183631,-225051],[-184374,-224467],[-183796,-224655],[-186252,-225393],[-179571,-227408],[-179520,-227806],[-182905,-219067],[-179300,-218533],[-190528,-220768],[-190788,-220931],[-190961,-220493],[-190925,-220301],[-190610,-220426],[-191125,-220599],[-191335,-220760],[-182969,-220940],[-182631,-220740],[-182200,-220761],[-183435,-220544],[-184045,-221016],[-183559,-221280],[-184430,-221106],[-185291,-220565],[-185488,-220337],[-185776,-220449],[-185949,-220676],[-185508,-220121],[-182950,-219066],[-179290,-218520],[-191309,-220481],[-182138,-220970],[-182569,-218681],[-179749,-218445],[-191124,-220359],[-190766,-220181],[-190191,-220643],[-190132,-220815],[-189751,-220594],[-191476,-220927],[-191634,-221221],[-191736,-220482],[-191558,-220523],[-189415,-220514],[-189856,-220388],[-188147,-220019],[-188460,-220116],[-187954,-219758],[-186966,-219399],[-186752,-219345],[-186546,-219670],[-186881,-219790],[-187309,-219735],[-183210,-220515],[-182981,-220741],[-186614,-220844],[-185700,-220049],[-182786,-219141],[-179301,-218683],[-179241,-217633],[-183605,-219647],[-186124,-219651],[-179862,-218081],[-183865,-220910],[-186871,-220817],[-183976,-220260],[-186220,-220298],[-189948,-233170],[-188574,-232714],[-185586,-233573],[-180745,-236919],[-179386,-237286],[-191168,-233271],[-188043,-232657],[-187029,-233282],[-180004,-237983],[-189665,-232507],[-191187,-231246],[-190696,-234815],[-190700,-234038],[-179932,-237528],[-188731,-232365],[-187925,-233373],[-180809,-242061],[-181697,-242888],[-180617,-241873],[-183902,-238922],[-186678,-234786],[-181641,-241778],[-185838,-233874],[-180114,-239880],[-183236,-241411],[-183867,-240270],[-184273,-239550],[-185173,-239435],[-184921,-238700],[-185974,-237210],[-185239,-238149],[-186989,-238148],[-187120,-237502],[-187042,-237910],[-186076,-235627],[-184414,-239859],[-188129,-235963],[-182476,-241857],[-179585,-239124],[-179382,-238437],[-179610,-239803],[-181532,-242585],[-179932,-242406],[-184899,-238095],[-187996,-237212],[-183490,-241424],[-191550,-239628],[-188343,-240116],[-191680,-239744],[-191881,-239770],[-190144,-240365],[-190762,-241728],[-189484,-242188],[-179666,-240009],[-180143,-238496],[-181681,-242427],[-184117,-236070],[-185393,-239394],[-188660,-235411],[-189777,-234788],[-182800,-240183],[-179554,-238678],[-191762,-232023],[-186764,-9735],[-186000,-9089],[-184950,-10003],[-183680,-3080],[-184422,-5448],[-186068,-5518],[-186018,-4823],[-185291,-5728],[-184531,-7599],[-185505,-8165],[-185876,-7582],[-184252,-8568],[-182832,-6987],[-183380,-8551],[-180319,-5577],[-179648,-6727],[-179870,-3610],[-181042,-4145],[-181107,-6366],[-180436,-7654],[-180778,-7632],[-180315,-6802],[-181343,-9383],[-181577,-9293],[-182183,-9345],[-183464,-10012],[-184452,-12108],[-180152,-10583],[-182047,-11815],[-180841,-12428],[-182515,-9907],[-183360,179],[-183164,-2157],[-189387,-871],[-181297,-6780],[-183469,-10893],[-183259,-11490],[-182533,-10422],[-185912,-5736],[-185784,-5138],[-184831,-5819],[-184642,-7740],[-186035,-8416],[-185857,-7555],[-183790,-8271],[-183024,-7124],[-183363,-8499],[-180195,-5705],[-179886,-3184],[-180531,-3690],[-181233,-5609],[-180280,-7489],[-180694,-7014],[-181739,-8938],[-181546,-9058],[-181911,-8932],[-183207,-10014],[-184714,-12192],[-181003,-11105],[-181011,-11878],[-182193,-10493],[-183525,-2127],[-188869,-745],[-186052,-5553],[-185864,-5287],[-185129,-5820],[-184539,-7649],[-185722,-8368],[-185646,-8031],[-183851,-8296],[-182937,-7274],[-183058,-8460],[-179851,-5712],[-179854,-6971],[-179910,-3307],[-180772,-3504],[-181220,-6067],[-180895,-7313],[-180321,-6929],[-181409,-9167],[-182020,-9168],[-183560,-10168],[-184736,-11865],[-181047,-11200],[-182296,-12148],[-180960,-11551],[-180876,-11716],[-182634,-9691],[-182819,-176],[-183723,-1937],[-188926,-423],[-181237,-6983],[-187780,-3745],[-181695,-7208],[-187663,-3963],[-185204,-12527],[-186110,-9322],[-186869,-10268],[-185446,-9997],[-185556,-8830],[-185993,-9620],[-185737,-9813],[-184798,-9658],[-185011,-9655],[-184123,-9780],[-183280,-4835],[-191503,-8925],[-184251,-5558],[-186018,-4989],[-185116,-5956],[-184544,-7680],[-185603,-8497],[-185573,-7607],[-183862,-8272],[-183189,-7369],[-183191,-8485],[-180417,-5835],[-179630,-7178],[-180258,-3219],[-180427,-3931],[-181360,-5766],[-180700,-7476],[-180779,-6740],[-181591,-9157],[-182336,-8993],[-183155,-9842],[-184438,-12167],[-180456,-11170],[-180996,-11491],[-181674,-11995],[-182331,-9900],[-183670,72],[-183274,-2413],[-188420,-465],[-184097,-248062],[-189453,-248840],[-189265,-251135],[-187957,-248502],[-187018,-247442],[-186740,-248709],[-188770,-247022],[-187594,-245842],[-189517,-245638],[-190425,-246759],[-191959,-246420],[-191674,-247632],[-189989,-253516],[-188140,-251922],[-186610,-251932],[-184848,-249765],[-182978,-253145],[-183006,-255166],[-186180,-255540],[-179698,-244721],[-180253,-248075],[-183640,-247860],[-189340,-248795],[-190306,-250428],[-180313,-249110],[-179731,-248207],[-184901,-249504],[-190161,-249880],[-189693,-249934],[-188740,-248441],[-189890,-248916],[-191829,-250031],[-187071,-243767],[-188984,-244275],[-188503,-243547],[-186419,-244407],[-188366,-244962],[-189033,-244687],[-189111,-245162],[-185203,-244843],[-186315,-245851],[-183700,-245566],[-185039,-245304],[-182498,-248644],[-185906,-247700],[-186068,-250666],[-186647,-250265],[-182255,-251711],[-183553,-250563],[-182804,-251706],[-184112,-251987],[-183773,-253622],[-185286,-254265],[-184464,-253115],[-188078,-254745],[-188132,-255388],[-189168,-255670],[-189222,-252100],[-189190,-254382],[-191921,-254719],[-190993,-251066],[-191450,-244739],[-191039,-244060],[-190887,-247608],[-191121,-249479],[-181137,-247906],[-179336,-249771],[-185417,-248005],[-185203,-248334],[-188714,-250211],[-187984,-248667],[-187251,-247561],[-187626,-246354],[-189531,-246730],[-190661,-246778],[-191428,-248350],[-191856,-248265],[-188312,-251362],[-182931,-253786],[-185775,-251704],[-184825,-248784],[-190799,-248582],[-184849,-265664],[-186666,-267356],[-182766,-261210],[-186758,-259391],[-183070,-257197],[-181316,-262404],[-181354,-263356],[-188226,-265017],[-188251,-261097],[-180571,-266094],[-182749,-266081],[-179904,-263467],[-181196,-267127],[-180276,-266796],[-181021,-267615],[-184695,-264580],[-186847,-259853],[-183461,-257157],[-184539,-258858],[-183403,-258256],[-181420,-259335],[-182894,-259899],[-182686,-264583],[-189101,-262051],[-188757,-261162],[-188178,-259312],[-187312,-258779],[-188464,-260290],[-188943,-260976],[-184219,-266218],[-182459,-266234],[-185481,-266902],[-182107,-257340],[-181469,-258143],[-179647,-258272],[-179431,-259725],[-184822,-259290],[-182466,-263025],[-187129,-263168],[-189164,-262961],[-182174,-267322],[-189352,-268268],[-186278,-267035],[-185139,-260656],[-183498,-260289],[-181385,-264464],[-186797,-264186],[-187863,-261759],[-181697,-265631],[-186464,-255816],[-186475,-257374],[-186391,-266155],[-184106,-265699],[-186158,-260566],[-183710,-262574],[-185706,-258727],[-181519,-262715],[-180850,-262687],[-179247,-258487],[-186756,-264891],[-188481,-265147],[-189057,-262623],[-189367,-261807],[-182053,-268054],[-180437,-265803],[-179934,-264078],[-181579,-267479],[-181088,-266651],[-180943,-268320],[-184061,-262996],[-183986,-257632],[-182429,-258519],[-183743,-257779],[-184587,-258627],[-182445,-259707],[-188072,-261518],[-187010,-259296],[-191615,-259939],[-182913,-266513],[-181750,-267064],[-184385,-267196],[-185478,-267524],[-182169,-256693],[-180634,-258778],[-186313,-257004],[-179688,-276641],[-189572,-277186],[-188853,-278495],[-189258,-277835],[-188338,-278523],[-188473,-279498],[-189025,-276635],[-189392,-277386],[-189355,-277119],[-188293,-278419],[-188363,-279474],[-187726,-278790],[-191789,-273875],[-190121,-269740],[-189207,-269838],[-186879,-271346],[-180167,-277979],[-181219,-278866],[-187420,-274878],[-186736,-272103],[-187339,-272574],[-187899,-272355],[-185150,-271752],[-184628,-270407],[-184380,-268817],[-184464,-269266],[-184031,-270643],[-185088,-273292],[-185416,-273954],[-185207,-273887],[-180484,-269225],[-180631,-270638],[-181015,-269657],[-179419,-270618],[-183078,-271511],[-181032,-270482],[-182173,-271143],[-181978,-272124],[-183437,-272046],[-181738,-270518],[-185876,-279764],[-185901,-279304],[-182603,-277575],[-182615,-278993],[-188916,-271750],[-190796,-268690],[-188202,-268974],[-188582,-269761],[-179323,-277267],[-189127,-275409],[-188499,-275123],[-186837,-272416],[-187228,-272387],[-188424,-271641],[-186029,-270188],[-186112,-270625],[-185727,-272328],[-184945,-272280],[-184583,-271191],[-184546,-273070],[-184621,-273921],[-181613,-269219],[-180178,-269378],[-179523,-270362],[-180549,-269945],[-180958,-271386],[-182091,-270015],[-183279,-272450],[-186467,-281181],[-179982,-276099],[-185550,-280017],[-180603,-277382],[-185474,-279137],[-183141,-278304],[-181206,-276758],[-191031,-272250],[-188572,-269760],[-185922,-269178],[-188679,-276301],[-182912,-280946],[-181419,-279542],[-185921,-281133],[-186104,-281240],[-185862,-281373],[-189779,-281894],[-189724,-281762],[-186673,-293974],[-185548,-282835],[-186662,-283311],[-188500,-290065],[-190621,-292373],[-185689,-282151],[-189745,-290735],[-185794,-294081],[-190932,-286424],[-189761,-286029],[-188280,-287233],[-186979,-287784],[-186410,-288047],[-185579,-285074],[-185259,-288803],[-184471,-285731],[-183331,-286661],[-182837,-285484],[-184832,-285302],[-186526,-282636],[-185049,-285432],[-183278,-285312],[-183641,-286653],[-188982,-286097],[-185184,-282237],[-188603,-287799],[-183863,-285396],[-187664,-287558],[-191322,-286371],[-190251,-288311],[-190162,-292122],[-188816,-289001],[-190539,-293118],[-183080,-285728],[-183696,-286845],[-186799,-291912],[-188377,-291583],[-185804,-295634],[-187798,-294969],[-186555,-295794],[-185132,-295489],[-187281,-294753],[-187133,-294247],[-190715,-306369],[-188123,-302089],[-189763,-302684],[-188312,-302713],[-187513,-306038],[-187758,-296332],[-187836,-295252],[-186254,-295491],[-186529,-294624],[-190419,-302356],[-187426,-302217],[-187600,-302139],[-184714,-294901],[-186824,-305323],[-190890,-307598],[-191772,-307426],[-187073,-23735],[-187702,-23738],[-186707,-21277],[-186101,-20559],[-180410,-13756],[-183905,-18024],[-184206,-16852],[-184746,-16455],[-185074,-13783],[-185106,-12680],[-186122,-13870],[-181381,-22710],[-180268,-24332],[-191892,-17758],[-191063,-16156],[-190754,-24746],[-185559,-20916],[-184550,-20171],[-187129,-17876],[-187413,-17327],[-188104,-13427],[-179608,-23970],[-180257,-19677],[-182050,-17023],[-180697,-17109],[-180881,-18401],[-179276,-18146],[-188994,-14331],[-188274,-15386],[-188617,-13376],[-181234,-12708],[-192000,-19270],[-182631,-23397],[-188110,-22859],[-179787,-20417],[-181661,-16851],[-180539,-16500],[-181458,-18076],[-189113,-14074],[-188319,-15493],[-188824,-13373],[-182623,-23929],[-187895,-22578],[-186000,-25365],[-186124,-25076],[-187982,-13214],[-187403,-17689],[-183606,-18064],[-183227,-17805],[-179533,-24271],[-179805,-14259],[-191409,-23799],[-180298,-20311],[-181478,-16269],[-180911,-16864],[-181121,-18877],[-189024,-14012],[-188213,-15405],[-188844,-13279],[-181843,-12952],[-182358,-23144],[-188612,-22568],[-190338,-24985],[-188130,-25161],[-188822,-25389],[-187557,-25384],[-186949,-23747],[-186490,-24027],[-185848,-23052],[-187632,-24459],[-188081,-24956],[-187829,-23755],[-186270,-20286],[-186644,-20676],[-186246,-20762],[-185274,-21418],[-185721,-21800],[-185780,-21420],[-179289,-15464],[-180033,-15544],[-179205,-15362],[-180059,-14246],[-180929,-13935],[-180368,-14161],[-179795,-14293],[-183620,-19089],[-184088,-19215],[-183116,-18610],[-185081,-16983],[-184981,-16831],[-184421,-16140],[-184273,-16393],[-184495,-17687],[-184701,-17167],[-186211,-13523],[-185434,-13958],[-186111,-13441],[-185611,-12685],[-184484,-13356],[-186486,-14185],[-186401,-13801],[-186606,-13696],[-181136,-23053],[-191496,-19209],[-179990,-20464],[-181929,-16268],[-181216,-16654],[-181198,-18177],[-189064,-14377],[-188387,-15340],[-188858,-13117],[-181049,-12700],[-182374,-23012],[-187952,-22796],[-189275,-418427],[-190259,-417401],[-188516,-424389],[-185599,-426889],[-189253,-426072],[-184619,-424576],[-181962,-428183],[-180699,-429835],[-183622,-425914],[-180794,-429902],[-182071,-428576],[-185951,-426607],[-184904,-423444],[-185166,-428480],[-190983,-439358],[-183552,-448951],[-188814,-453191],[-187854,-454723],[-187169,-455815],[-188568,-451289],[-183218,-449458],[-187268,-456751],[-187370,-456580],[-188858,-453486],[-183426,-448447],[-186403,-454720],[-186293,-455463],[-188484,-455081],[-180829,-37980],[-180051,-37631],[-180375,-35289],[-180508,-35400],[-188696,-26213],[-188737,-26768],[-188624,-26165],[-182462,-33690],[-180754,-32504],[-187527,-37879],[-179262,-33988],[-182278,-31115],[-182307,-30737],[-181648,-30711],[-180392,-31893],[-188239,-27487],[-189036,-27320],[-180677,-35338],[-182473,-35255],[-181743,-35491],[-180661,-33308],[-179917,-32310],[-189069,-25550],[-188155,-25708],[-188133,-27350],[-188609,-27219],[-189127,-27015],[-188972,-25679],[-182746,-32290],[-179506,-30270],[-186893,-36972],[-190978,-26955],[-187131,-30041],[-186680,-34532],[-186832,-34035],[-186391,-35149],[-185938,-36313],[-183708,-31382],[-183353,-32479],[-180994,-30800],[-181669,-32853],[-184299,-35824],[-182766,-35534],[-181679,-36594],[-183414,-37767],[-186387,-30485],[-187037,-34498],[-186033,-33992],[-186714,-35978],[-185764,-36442],[-183961,-31215],[-183495,-32356],[-180498,-30766],[-182143,-33334],[-184135,-36031],[-182112,-37027],[-184077,-37959],[-191606,-34719],[-187995,-31910],[-188200,-36375],[-187740,-35712],[-180266,-31469],[-179600,-31198],[-179959,-27950],[-182597,-28150],[-188289,-26807],[-180508,-37047],[-181006,-36807],[-180515,-35016],[-186807,-30417],[-187102,-34586],[-186690,-33434],[-185878,-35748],[-185011,-36744],[-191916,-37395],[-183482,-31206],[-182827,-32011],[-180121,-30796],[-181525,-32977],[-184389,-36297],[-182084,-36707],[-183764,-37268],[-188160,-31696],[-188128,-36666],[-184680,-37885],[-180253,-31779],[-180369,-27818],[-180728,-36859],[-186822,-30888],[-187354,-33713],[-185744,-33501],[-186059,-33692],[-186485,-35824],[-185179,-36911],[-182867,-31103],[-183279,-32340],[-181077,-30498],[-181761,-33525],[-181891,-36369],[-184113,-35863],[-183428,-38020],[-181309,-50345],[-188680,-50557],[-187978,-49316],[-189787,-50178],[-186934,-48393],[-185522,-47920],[-191156,-45649],[-190035,-45296],[-190993,-44256],[-189198,-44653],[-186857,-47135],[-188261,-45793],[-188107,-45450],[-187640,-46940],[-186192,-38247],[-187558,-38588],[-185591,-39740],[-184311,-40792],[-185878,-42662],[-186515,-48649],[-190295,-44655],[-189890,-45614],[-190273,-43275],[-189666,-42936],[-189291,-43045],[-187017,-38979],[-189022,-39130],[-185696,-47304],[-191393,-50588],[-188314,-49235],[-189215,-50379],[-187227,-49022],[-191890,-46442],[-191432,-46087],[-191220,-43908],[-189103,-44106],[-187122,-47590],[-188324,-46296],[-188579,-45071],[-187827,-46521],[-186593,-38255],[-186029,-39610],[-185023,-40924],[-185869,-42619],[-179445,-49532],[-180483,-50812],[-191407,-50613],[-188789,-50677],[-188500,-49580],[-189966,-49768],[-187368,-48403],[-185881,-47354],[-191866,-45981],[-190809,-45761],[-190453,-45834],[-190695,-44157],[-189565,-44092],[-187146,-46948],[-188238,-45877],[-187924,-44789],[-187439,-47084],[-186015,-38604],[-187730,-39034],[-185587,-39666],[-184835,-41010],[-185947,-42653],[-180821,-48979],[-180523,-48487],[-179656,-48029],[-186675,-47082],[-189620,-50518],[-185040,-39594],[-185120,-38244],[-184393,-45746],[-184304,-46361],[-183878,-45799],[-185870,-47903],[-184916,-47867],[-185479,-46760],[-179489,-45587],[-179596,-45893],[-182036,-49976],[-182266,-49477],[-179722,-39335],[-184612,-42870],[-184327,-43609],[-182648,-41939],[-181521,-41343],[-186368,-50570],[-191714,-50831],[-188676,-50849],[-189437,-49085],[-189883,-50188],[-187281,-48080],[-191876,-45625],[-191535,-45705],[-190323,-46149],[-190386,-44500],[-188904,-44679],[-187128,-46803],[-189003,-46388],[-188799,-45098],[-187935,-47130],[-186040,-38235],[-187231,-38604],[-186158,-40547],[-184608,-41208],[-186231,-42589],[-191768,-49234],[-185184,-41479],[-189065,-38906],[-183746,-46838],[-183374,-45868],[-187785,-49852],[-187195,-49614],[-179502,-45881],[-181973,-49203],[-179882,-46303],[-189583,-43109],[-189176,-42661],[-188769,-43659],[-185028,-38551],[-183947,-45316],[-183999,-46180],[-183891,-46985],[-184590,-46586],[-183670,-45080],[-183689,-45983],[-183881,-46021],[-183299,-46023],[-183020,-44780],[-183086,-44956],[-183089,-44908],[-182844,-44673],[-184539,-47194],[-186079,-50090],[-185934,-48557],[-186974,-49985],[-184468,-47517],[-186899,-49055],[-179355,-45767],[-179470,-45550],[-179409,-45436],[-181985,-48797],[-182301,-49379],[-181619,-49740],[-182150,-49706],[-179454,-46353],[-180691,-39436],[-181059,-39151],[-183906,-43295],[-181773,-41504],[-182234,-42255],[-181426,-41660],[-185645,-49891],[-187142,-50612],[-180628,-60885],[-188312,-51243],[-184010,-55437],[-184507,-56671],[-184314,-55782],[-185887,-58519],[-186364,-58630],[-184294,-59299],[-183620,-59418],[-181806,-60778],[-181318,-59251],[-179905,-56902],[-181862,-56932],[-183636,-58325],[-180564,-51177],[-181242,-62142],[-184721,-62786],[-187232,-62717],[-187543,-60686],[-191426,-53012],[-189953,-51797],[-191476,-62617],[-186933,-63699],[-181821,-62923],[-180648,-55042],[-179907,-54415],[-179740,-54523],[-181870,-58568],[-182748,-58656],[-191804,-60581],[-191738,-60346],[-189214,-62099],[-184142,-63017],[-183742,-62742],[-180701,-59715],[-182642,-52580],[-181691,-54054],[-179304,-51895],[-189087,-51851],[-189650,-53788],[-189606,-53821],[-189425,-54501],[-189852,-53812],[-191057,-54807],[-191353,-54958],[-187106,-52338],[-186585,-51564],[-191867,-58834],[-191659,-57765],[-187436,-56511],[-185778,-55253],[-185715,-55146],[-184472,-54645],[-188837,-58004],[-188387,-57855],[-189784,-57811],[-189078,-57943],[-180949,-53284],[-180632,-52955],[-179906,-52476],[-180665,-56567],[-183134,-58233],[-182435,-55689],[-182932,-53846],[-183154,-54077],[-184418,-56044],[-186156,-58018],[-186780,-59015],[-184651,-59014],[-183450,-59947],[-182460,-60733],[-180961,-58846],[-180212,-56758],[-181646,-56582],[-183715,-57906],[-180431,-62254],[-186068,-63598],[-188083,-62373],[-186937,-61360],[-190791,-52412],[-189791,-51425],[-181952,-62770],[-182242,-59452],[-187070,-59836],[-187131,-59513],[-183911,-62927],[-184650,-61489],[-189689,-62589],[-190674,-60971],[-185633,-61889],[-187336,-63577],[-189247,-54435],[-191835,-54499],[-190821,-55206],[-191392,-54469],[-187501,-51597],[-187098,-52586],[-186979,-53015],[-187796,-51975],[-191108,-59759],[-183258,-52614],[-187482,-56301],[-185255,-54739],[-185178,-55414],[-184362,-53670],[-184482,-53476],[-185079,-54247],[-188430,-58349],[-190288,-57968],[-189949,-57883],[-182171,-62429],[-189609,-54668],[-191924,-55008],[-187740,-51966],[-190928,-57965],[-184288,-56196],[-185138,-58214],[-186184,-58292],[-186413,-58610],[-184494,-58929],[-182938,-59219],[-182092,-60315],[-180973,-59404],[-179988,-55994],[-181106,-56693],[-183393,-56874],[-180387,-61683],[-185742,-62795],[-187286,-61937],[-190223,-63353],[-188398,-60237],[-190884,-52891],[-189387,-51239],[-191462,-51165],[-184401,-56788],[-184348,-55995],[-187074,-59107],[-184564,-59688],[-183821,-59502],[-182546,-60203],[-180982,-58835],[-179987,-56117],[-181627,-56428],[-184346,-58579],[-180649,-60995],[-184722,-63465],[-188208,-62074],[-189485,-62866],[-187058,-61245],[-191212,-52286],[-189692,-51360],[-179513,-73429],[-180948,-70302],[-180650,-69937],[-183418,-73974],[-183898,-74058],[-183065,-74845],[-183005,-75194],[-181840,-68603],[-184800,-67305],[-182898,-67082],[-184722,-68931],[-184811,-69421],[-186996,-69015],[-186902,-68511],[-188017,-70273],[-187397,-70362],[-186584,-71107],[-190078,-72515],[-189850,-72734],[-186979,-72578],[-184845,-75680],[-185000,-76331],[-184646,-71207],[-184892,-70778],[-190606,-69836],[-181286,-71810],[-181606,-74224],[-182593,-71131],[-182187,-67117],[-182087,-66893],[-184789,-65191],[-186774,-65107],[-191945,-64613],[-188437,-64500],[-189023,-64816],[-189219,-64520],[-191845,-65628],[-190706,-66404],[-188938,-66412],[-189443,-63827],[-190167,-67138],[-189230,-68728],[-189674,-66979],[-186170,-64493],[-185625,-66483],[-181474,-66104],[-179328,-67470],[-179404,-69347],[-179443,-64606],[-191292,-74720],[-191186,-76567],[-182896,-74956],[-181866,-74517],[-182805,-68442],[-186782,-72676],[-184210,-74261],[-185169,-75261],[-184914,-75852],[-184862,-70994],[-184727,-70877],[-190707,-70519],[-181984,-67123],[-184920,-64965],[-190361,-66529],[-189689,-64447],[-185685,-68138],[-187039,-69138],[-180691,-70633],[-191791,-74261],[-187342,-76123],[-182354,-67789],[-181779,-68344],[-185164,-75524],[-190936,-69870],[-191257,-70481],[-181496,-71847],[-185097,-65188],[-186499,-65364],[-190711,-64007],[-191977,-66522],[-190163,-67651],[-188817,-68339],[-189704,-66189],[-185722,-64234],[-185001,-66944],[-181146,-66798],[-179450,-67645],[-179451,-69067],[-190901,-75049],[-186747,-76198],[-186278,-71024],[-184516,-69487],[-182030,-69024],[-190825,-74315],[-191705,-66276],[-190745,-67316],[-189054,-68844],[-189285,-66587],[-186205,-64522],[-185766,-67172],[-180874,-66593],[-179201,-64647],[-190180,-67296],[-189078,-68090],[-189398,-66299],[-185624,-65061],[-185762,-66527],[-180797,-66760],[-179458,-67477],[-191748,-87937],[-191053,-87775],[-190745,-89138],[-188137,-85312],[-186963,-87910],[-187287,-87832],[-186085,-89384],[-185290,-88307],[-186403,-86756],[-186102,-86897],[-187362,-86356],[-185242,-85935],[-184985,-86038],[-180740,-81160],[-181141,-82195],[-190085,-79119],[-190416,-78518],[-188624,-76643],[-189545,-77725],[-179475,-76856],[-179228,-79975],[-179344,-80213],[-180751,-86160],[-181182,-86393],[-183363,-88747],[-186258,-81013],[-189936,-83450],[-186434,-80511],[-186550,-77037],[-180867,-88027],[-180754,-88484],[-179361,-88273],[-186494,-84977],[-185530,-84901],[-185352,-84927],[-188327,-87046],[-188697,-84965],[-180940,-81499],[-191962,-87027],[-186214,-81634],[-191241,-76911],[-190370,-82328],[-186268,-79110],[-180120,-88500],[-181865,-87828],[-181053,-87622],[-180377,-88511],[-191081,-87983],[-191914,-87859],[-188419,-85095],[-185070,-85848],[-186403,-85388],[-179250,-76733],[-180712,-81423],[-190102,-78987],[-189690,-77747],[-190185,-77166],[-180981,-86255],[-183245,-88926],[-182757,-83893],[-188202,-87425],[-188508,-83849],[-190863,-77305],[-189957,-82798],[-187035,-78969],[-181493,-87695],[-191810,-77317],[-189836,-83088],[-187233,-79796],[-187653,-77208],[-179964,-88612],[-180202,-101324],[-182043,-102164],[-185047,-100097],[-182547,-101957],[-182466,-99592],[-184737,-98602],[-185042,-98276],[-184639,-98192],[-182225,-94017],[-187113,-93323],[-190715,-101850],[-191867,-102076],[-179863,-96742],[-179600,-96297],[-180584,-95124],[-180232,-94046],[-179771,-98177],[-185792,-91797],[-187801,-99475],[-181134,-93926],[-181560,-102179],[-180065,-101211],[-179329,-100820],[-191605,-91888],[-186738,-100382],[-187018,-96284],[-183258,-100809],[-182329,-99658],[-184911,-98674],[-182580,-95055],[-187069,-93100],[-187375,-94239],[-191141,-100980],[-191043,-90140],[-191526,-90918],[-189850,-92672],[-189986,-101330],[-189882,-101826],[-187603,-100065],[-182391,-90406],[-180187,-94304],[-181484,-97873],[-179442,-97985],[-179924,-94416],[-185622,-91938],[-180683,-93050],[-180022,-101462],[-179687,-101666],[-181465,-101871],[-191209,-93098],[-191501,-90436],[-191446,-90762],[-186527,-100577],[-185483,-100013],[-185306,-98926],[-186568,-98941],[-187276,-99321],[-183151,-101362],[-182828,-100997],[-183073,-99563],[-182202,-100273],[-185033,-98031],[-185143,-97745],[-183628,-97485],[-185181,-95710],[-182678,-94806],[-182594,-95375],[-186362,-92964],[-186189,-93686],[-185285,-95326],[-190117,-100514],[-191484,-100883],[-191056,-89765],[-189712,-90997],[-190367,-93322],[-181314,-89707],[-181359,-90231],[-179316,-98340],[-181273,-97964],[-179833,-94667],[-182444,-90709],[-182825,-89774],[-179413,-99229],[-189699,-96437],[-182344,-91459],[-179323,-102111],[-184034,-97878],[-179223,-89623],[-182509,-90523],[-180831,-92852],[-190092,-98901],[-191741,-92531],[-188414,-98483],[-191717,-98827],[-179953,-103282],[-183331,-104764],[-183145,-104070],[-182242,-102765],[-187045,-103554],[-188062,-104109],[-190236,-112551],[-190305,-113356],[-186201,-112556],[-188780,-111312],[-190780,-109451],[-186211,-110554],[-187598,-108414],[-187458,-108685],[-187933,-108919],[-186546,-106598],[-185926,-106443],[-190670,-105343],[-191189,-104485],[-183924,-104957],[-181558,-106049],[-188006,-110734],[-188551,-110864],[-187641,-114968],[-181490,-109933],[-181468,-107852],[-182202,-109610],[-181904,-109716],[-181081,-105856],[-182332,-106579],[-182233,-108056],[-182981,-108742],[-179243,-107014],[-182127,-102376],[-187036,-106574],[-187360,-114959],[-190771,-105547],[-179577,-107062],[-188181,-111089],[-184237,-114927],[-182819,-102371],[-179983,-102418],[-183251,-109038],[-187377,-104762],[-186348,-106870],[-182377,-106256],[-188940,-111238],[-186094,-112806],[-190423,-111947],[-184522,-113692],[-187728,-108942],[-190175,-109886],[-189339,-109880],[-190513,-104815],[-183174,-104610],[-181197,-114553],[-182198,-107300],[-189416,-109483],[-188538,-112294],[-188706,-110782],[-180244,-114674],[-179371,-103502],[-180360,-111797],[-184681,-112461],[-183794,-109578],[-187965,-106647],[-190222,-111805],[-190199,-113741],[-190701,-113868],[-186573,-112610],[-183902,-113950],[-190235,-109678],[-179669,-112802],[-191542,-106511],[-190525,-105019],[-190420,-104529],[-183866,-104088],[-182334,-107239],[-188458,-109559],[-188177,-111498],[-189311,-111502],[-189813,-109330],[-186523,-114872],[-183855,-110673],[-187152,-112421],[-183684,-110226],[-183075,-114295],[-184130,-112979],[-180977,-114631],[-181289,-110965],[-181213,-107945],[-182655,-109725],[-181419,-107529],[-180076,-106616],[-183633,-107845],[-183636,-108312],[-180163,-106810],[-180080,-112150],[-191223,-102518],[-190104,-111532],[-187524,-114840],[-181714,-112733],[-183169,-113918],[-188301,-111876],[-187409,-113895],[-184028,-109994],[-188497,-110107],[-186726,-114723],[-182576,-114389],[-191019,11069],[-190999,11931],[-187888,10935],[-187204,10772],[-187511,10803],[-187244,9881],[-189453,8859],[-188867,10229],[-190962,9255],[-188941,7615],[-190748,7014],[-190723,12638],[-180157,314],[-183053,453],[-187816,890],[-186282,4839],[-190922,11380],[-189291,9788],[-190198,12780],[-180523,1526],[-181953,6138],[-187114,9439],[-189652,9266],[-189226,10968],[-190763,8800],[-188878,7469],[-190164,7043],[-190700,12406],[-180832,478],[-187783,762],[-186616,4411],[-180196,1590],[-181764,5503],[-187707,9172],[-189203,9378],[-189219,10312],[-190386,8626],[-189369,7462],[-189929,7182],[-190773,12942],[-180273,652],[-188395,1161],[-186209,5028],[-187545,9188],[-189119,9555],[-188739,10924],[-190452,9076],[-189539,7845],[-190781,7010],[-190615,12639],[-180108,1147],[-188032,1138],[-186471,4351],[-179953,7017],[-179905,5346],[-182508,140229],[-187327,136335],[-184685,136964],[-185571,136037],[-188111,135009],[-181407,136607],[-182322,137464],[-184891,135416],[-185347,136217],[-189415,135360],[-191370,134148],[-186616,136172],[-188100,135396],[-191727,133761],[-184272,135768],[-187898,134865],[-185952,137241],[-188543,135122],[-191810,134037],[-181887,136939],[-183998,138486],[-186780,136340],[-188915,134586],[-186320,135831],[-189154,134947],[-191761,134237],[-190787,129716],[-190447,130695],[-187594,130720],[-184589,130201],[-184664,130701],[-185863,129132],[-189925,129811],[-186847,130723],[-188003,132959],[-188620,129479],[-189504,129713],[-189429,130368],[-186874,130890],[-184092,131100],[-183225,128540],[-186051,128558],[-183212,131632],[-183909,130432],[-189519,130248],[-187332,130403],[-183597,128334],[-185435,131987],[-191545,129717],[-183907,130916],[-190001,130987],[-187604,130399],[-189742,130253],[-187521,129741],[-184264,131102],[-188711,151981],[-189763,147522],[-181055,153720],[-181283,145195],[-183114,146032],[-180593,142872],[-181452,142863],[-183946,144930],[-185227,143522],[-185729,147443],[-187531,145086],[-190617,145133],[-185463,149429],[-180466,149102],[-180948,152468],[-184221,145116],[-180774,153407],[-179587,144719],[-180747,146240],[-182423,145480],[-182041,142409],[-184485,144652],[-184579,144234],[-185415,147749],[-186585,144952],[-191359,145165],[-186042,149407],[-179750,150038],[-179359,151610],[-181328,152398],[-182517,153515],[-184512,146183],[-184498,147616],[-189193,148822],[-191780,151426],[-190099,152991],[-179208,152039],[-179630,145143],[-179907,144096],[-181515,146389],[-183279,145006],[-181405,142623],[-184136,144360],[-184868,143511],[-185200,147394],[-186475,146138],[-190688,144953],[-186438,149904],[-180251,152580],[-185248,145661],[-185491,146172],[-180926,144601],[-180866,145886],[-182183,145687],[-181275,143198],[-181412,142464],[-185257,143072],[-185578,147305],[-186478,146203],[-191493,145212],[-185307,149683],[-179759,148922],[-179537,150940],[-180618,152918],[-182510,153396],[-184652,145109],[-184934,145683],[-191602,152138],[-190112,143573],[-191140,148368],[-189869,142815],[-190276,142624],[-189963,146503],[-190210,142923],[-189580,144411],[-190644,148710],[-190089,143989],[-190612,148593],[-191339,151750],[-191840,145579],[-189892,145850],[-190623,146898],[-190470,147703],[-190920,148414],[-191375,147053],[-191074,148723],[-190554,148187],[-190938,144426],[-190859,144112],[-191181,144136],[-190620,144301],[-189990,143549],[-190301,144429],[-190491,143756],[-190628,143746],[-190413,143457],[-191332,152424],[-190198,142150],[-191636,143806],[-191646,152329],[-191857,151853],[-191216,151663],[-190688,142474],[-191795,143656],[-191991,143517],[-191091,143185],[-190564,143515],[-191137,142651],[-191570,143110],[-190727,143260],[-191969,143682],[-184318,158073],[-191440,163004],[-180991,157669],[-182407,154760],[-187906,165136],[-188793,166083],[-189460,165321],[-181824,154928],[-189428,157717],[-188867,154582],[-191666,155894],[-191354,157598],[-183388,155510],[-179925,156909],[-182443,157934],[-191802,165981],[-188713,161027],[-189258,158582],[-191581,162925],[-190800,161269],[-186905,164592],[-187568,166536],[-190929,165415],[-189571,165803],[-181357,156364],[-180446,153816],[-183794,157792],[-188551,157641],[-188290,155758],[-190955,156465],[-190651,157871],[-182462,154196],[-183643,155540],[-179798,156884],[-182139,158417],[-191717,165733],[-188319,161412],[-180441,156943],[-188354,161206],[-180221,156351],[-188198,161525],[-191780,166056],[-181506,155064],[-184274,157896],[-188330,156623],[-189323,155037],[-191019,155156],[-191846,156695],[-183253,155763],[-180382,157201],[-182312,157533],[-191724,165999],[-189016,161546],[-181531,155782],[-184513,158168],[-189540,157552],[-188667,155650],[-191715,156165],[-191342,157686],[-183478,155506],[-179318,156883],[-182669,157321],[-188659,161714],[-190104,170777],[-190259,172002],[-189684,170086],[-190558,172529],[-191555,171288],[-191367,170203],[-190978,166806],[-190034,171314],[-190024,166769],[-189717,169989],[-190465,171210],[-190973,173028],[-191394,170138],[-190028,170849],[-190189,171253],[-189789,169468],[-190959,171222],[-191455,172054],[-191197,172942],[-191946,170535],[-191740,168987],[-189496,170390],[-189792,171165],[-191435,172425],[-191930,169874],[-191819,170768],[-189605,171951],[-191717,169098],[-190628,170782],[-189513,169931],[-189772,170930],[-191197,172044],[-190981,172316],[-191374,170410],[-189984,171650],[-189369,169580],[-190524,170646],[-191543,172096],[-191267,172756],[-191804,170458],[-189757,171409],[-180024,248990],[-179559,251850],[-179229,250097],[-179988,249189],[-190937,23976],[-185677,21757],[-184116,22568],[-190588,13742],[-189736,16451],[-186742,24641],[-190824,23539],[-185383,21427],[-191620,15294],[-190280,13763],[-189856,16206],[-186309,24695],[-191534,23388],[-191880,23562],[-185432,22148],[-184211,22276],[-190889,14200],[-189500,15930],[-188964,16310],[-191134,24273],[-185270,21638],[-184363,22946],[-191472,15301],[-190278,13957],[-189994,16676],[-186408,25586],[-191009,25029],[-189859,24173],[-188624,24812],[-183755,22600],[-182793,23390],[-182307,24733],[-183654,19962],[-180167,17111],[-179503,20647],[-183348,17193],[-182800,15770],[-180852,18668],[-181873,16964],[-182600,16060],[-182752,14753],[-181015,15211],[-180350,15565],[-182984,19317],[-188722,25774],[-190875,25322],[-189124,23974],[-188164,24634],[-183262,23670],[-182219,24588],[-183682,19979],[-180827,17676],[-179514,20591],[-182909,17215],[-182734,15155],[-180861,18887],[-181314,16677],[-182034,15262],[-182645,14117],[-183936,18506],[-186442,25036],[-190852,25288],[-189451,24302],[-188807,23947],[-182807,23731],[-182979,24291],[-183950,19821],[-180331,17652],[-179768,21077],[-183832,16927],[-182686,15500],[-180387,19386],[-182149,17038],[-182641,15410],[-183140,14631],[-186876,24584],[-191561,25508],[-189531,24193],[-188143,24655],[-182785,23408],[-182519,23993],[-183980,20331],[-180700,17335],[-179708,20309],[-182877,16431],[-182871,16083],[-180466,19125],[-181696,16541],[-182220,15499],[-191504,34332],[-181623,26678],[-189095,35441],[-182571,29742],[-190766,29477],[-183694,34990],[-191272,31919],[-182765,30468],[-179204,31715],[-181812,34895],[-183067,34476],[-186489,26319],[-188038,26206],[-190124,26382],[-186184,37773],[-183860,37285],[-183358,38034],[-185040,36363],[-188000,32657],[-186578,28592],[-187756,27446],[-190512,27095],[-191887,29187],[-191920,30903],[-191585,34840],[-191617,37913],[-189525,36899],[-185637,33134],[-183665,32363],[-186771,34490],[-185171,35058],[-189145,34846],[-186307,36027],[-191331,32626],[-189779,35205],[-179782,31140],[-182409,34510],[-183318,34756],[-186035,25846],[-189967,25893],[-185859,38327],[-183822,36860],[-183863,37695],[-185190,36196],[-188645,32618],[-187090,28840],[-187708,27124],[-190434,27134],[-191490,29830],[-191633,30471],[-191745,32340],[-190832,35441],[-191405,36624],[-191914,37145],[-189524,37055],[-185196,33266],[-184237,32525],[-186618,34574],[-185170,34814],[-188911,34652],[-186389,35780],[-191039,32689],[-190293,35702],[-190678,34683],[-191048,35968],[-187452,25858],[-181331,34896],[-185469,27105],[-183357,31344],[-188944,35304],[-191209,31614],[-180177,26107],[-181631,38350],[-179977,31126],[-181904,34629],[-182794,35039],[-186218,26324],[-188451,26148],[-190231,25883],[-189457,35687],[-186185,38153],[-183875,37398],[-183004,37788],[-185845,36903],[-187996,33299],[-186862,29022],[-186983,27103],[-189881,27121],[-191967,29864],[-191262,30787],[-191359,35250],[-191997,36925],[-191680,37746],[-188849,37197],[-184401,32341],[-187004,34898],[-185096,34604],[-189124,34969],[-186915,35762],[-191694,32871],[-180165,31882],[-181929,34542],[-186607,26482],[-188564,26198],[-190442,26294],[-185897,37508],[-183754,37357],[-185579,36827],[-187861,33209],[-186418,28969],[-187345,27578],[-190062,27509],[-191424,31236],[-191009,31739],[-191336,35637],[-191857,36947],[-191026,37199],[-188743,37039],[-185130,33343],[-184075,32242],[-186983,34585],[-184702,34484],[-188801,34833],[-186174,35961],[-191628,32468],[-190044,35658],[-181844,36111],[-183844,29163],[-179371,28976],[-182456,36341],[-191402,30173],[-188460,26018],[-185483,33712],[-188676,33574],[-183383,33367],[-185091,27656],[-183423,29875],[-191637,31488],[-189349,25881],[-184029,34419],[-189136,35343],[-180648,44046],[-181070,43667],[-181790,38618],[-184078,48529],[-191865,42641],[-190895,43963],[-191589,45179],[-188834,46695],[-189195,48122],[-189919,48787],[-189147,50149],[-187758,51254],[-184551,50767],[-191547,40526],[-182431,39741],[-182199,41458],[-184235,42830],[-182350,45777],[-181508,46661],[-182553,48099],[-181078,46732],[-188492,39626],[-190106,41257],[-191846,42399],[-191131,43812],[-191581,45501],[-189704,46864],[-189468,47953],[-190619,49005],[-188717,49606],[-189366,50736],[-184109,50902],[-181118,41566],[-181134,43009],[-180382,47557],[-181938,41525],[-184178,41948],[-182301,46124],[-181819,47104],[-181064,47125],[-188389,39261],[-190429,41206],[-191865,43160],[-190802,43909],[-189342,46313],[-189774,47571],[-189692,49417],[-188657,49369],[-189275,50736],[-187353,51177],[-184473,51029],[-182745,40618],[-191798,39426],[-182103,41193],[-181755,45350],[-182159,47107],[-182207,48150],[-188675,40037],[-190679,41253],[-191776,51358],[-183838,51235],[-182272,39858],[-188742,50228],[-188605,50032],[-191739,42730],[-191081,43380],[-191404,45609],[-188817,46906],[-189698,48261],[-190132,48833],[-188655,49367],[-189874,50210],[-182308,41777],[-184111,42288],[-182043,45439],[-181901,47184],[-182259,47961],[-188755,39272],[-189776,41100],[-191937,51270],[-184406,50397],[-182004,40476],[-183791,63597],[-180752,61714],[-189929,52311],[-187149,56409],[-187078,58319],[-186045,58176],[-185018,58725],[-187959,60469],[-189066,60711],[-186972,60317],[-188004,63822],[-187822,62881],[-183064,52658],[-188978,52268],[-191230,51402],[-187444,52184],[-190022,53944],[-185734,59734],[-184295,60761],[-182233,59471],[-180211,56581],[-180990,61235],[-189348,51900],[-187583,51754],[-190600,51709],[-186294,56476],[-186824,58853],[-186396,58862],[-185789,58575],[-188293,60622],[-187593,60003],[-188298,63021],[-187381,63209],[-183712,64143],[-180487,61679],[-189184,51689],[-190393,52613],[-186887,56089],[-186573,59070],[-186182,58018],[-185778,58563],[-189103,60436],[-187198,60183],[-187156,62979],[-183129,63468],[-180868,62039],[-190301,51690],[-187083,56699],[-186967,58994],[-186658,58652],[-185210,58547],[-188378,60110],[-188714,60038],[-186997,60589],[-188233,63612],[-187846,62829],[-186443,51651],[-185790,52159],[-186000,52368],[-184644,54790],[-184315,55558],[-184218,55406],[-189537,55836],[-188892,51783],[-187503,51518],[-187778,53342],[-191366,57509],[-191923,55078],[-184751,70480],[-188258,64494],[-188910,64542],[-189027,65610],[-185071,69593],[-187552,64239],[-188236,64970],[-189088,65063],[-185310,72458],[-186751,66973],[-185207,65542],[-179890,66752],[-182397,73943],[-185239,69758],[-188030,64611],[-188492,64445],[-188804,65178],[-184658,69935],[-187760,64797],[-188267,64411],[-189135,65105],[-186643,77362],[-183353,82854],[-184188,86349],[-185999,88145],[-191539,78926],[-190755,80855],[-188795,79974],[-187999,78029],[-187259,78401],[-180789,83251],[-189873,88669],[-188440,87986],[-180334,80110],[-181728,77678],[-185511,83102],[-180755,79489],[-184303,80024],[-185999,85681],[-186374,86472],[-184772,88265],[-189337,89186],[-188460,87788],[-180372,80555],[-181410,78041],[-186038,83351],[-189687,89241],[-179720,80205],[-181375,78360],[-185568,82951],[-179466,77426],[-180604,80274],[-181554,77573],[-185754,82521],[-191926,98100],[-186837,97869],[-189995,100059],[-191692,90244],[-191204,93367],[-179794,94805],[-183641,98729],[-183373,100101],[-189021,90102],[-189214,91995],[-189785,92812],[-191101,94307],[-190840,95782],[-180792,91398],[-189847,101351],[-189118,90034],[-189797,91570],[-191249,94604],[-191100,95920],[-188567,90417],[-189275,91208],[-190253,92164],[-191025,94074],[-190729,95825],[-188900,90306],[-189314,91446],[-190085,92814],[-191091,93720],[-191649,95828],[-191236,109114],[-189049,106630],[-191025,109650],[-183462,103011],[-184781,102712],[-184249,105784],[-186999,106080],[-185403,108299],[-186794,110006],[-188289,109574],[-189910,110533],[-190950,111419],[-188980,112073],[-191686,108775],[-183882,120468],[-183261,119751],[-179675,125402],[-188952,122847],[-183388,120290],[-185848,122255],[-180023,127196],[-184148,127299],[-190892,121962],[-190891,124403],[-184387,119625],[-185144,121519],[-180755,115403],[-191914,124870],[-182368,123576],[-191280,125593],[-182576,119041],[-185445,121363],[-179782,124999],[-204759,-125982],[-203943,-126611],[-203694,-121104],[-204102,-121803],[-204523,-125285],[-203503,-126238],[-203926,-121037],[-203962,-121356],[-204170,-121784],[-199665,-118821],[-203215,-118483],[-201503,-118996],[-201445,-119159],[-200905,-119163],[-196713,-117417],[-195764,-116943],[-196663,-115157],[-201724,-119580],[-192419,-119702],[-192294,-116171],[-192617,-115971],[-196132,-115718],[-194793,-125727],[-194184,-126891],[-194225,-127255],[-196152,-124807],[-195603,-119615],[-198915,-117108],[-202095,-115580],[-200997,-116342],[-202368,-117324],[-203201,-116773],[-203403,-116160],[-203919,-116534],[-202718,-116000],[-201864,-117003],[-202564,-115978],[-199301,-117059],[-199551,-116728],[-195585,-117893],[-196278,-117974],[-195054,-117814],[-193734,-119060],[-193999,-118073],[-194088,-117455],[-193199,-117042],[-193490,-117126],[-196463,-121354],[-197581,-118960],[-196256,-120217],[-195161,-123594],[-193619,-123882],[-193517,-124653],[-192790,-116472],[-192341,-120495],[-193898,-126670],[-194572,-117055],[-193848,-119797],[-194434,-119994],[-194679,-119216],[-201587,-120074],[-196767,-118948],[-192124,-124937],[-194138,-115978],[-196366,-115417],[-194531,-125450],[-196412,-123978],[-196582,-124317],[-196030,-124412],[-195574,-122449],[-196126,-121228],[-198516,-119579],[-198915,-118921],[-197314,-121460],[-198499,-117633],[-196690,-123139],[-201841,-116986],[-200677,-115004],[-201590,-115409],[-200448,-115238],[-202653,-115421],[-202612,-115625],[-202001,-116459],[-201771,-116180],[-192281,-117143],[-192394,-117537],[-194633,-117586],[-195490,-118951],[-196192,-121697],[-197099,-119058],[-196559,-120286],[-195241,-123024],[-193312,-123713],[-193776,-124482],[-194688,-115411],[-202318,-116591],[-193280,-115281],[-200947,-117997],[-197707,-120038],[-199032,-116493],[-198200,-120317],[-198520,-115446],[-196516,-118285],[-198384,-115601],[-198262,-115763],[-196322,-117699],[-197786,-115969],[-196354,-116743],[-196502,-115899],[-195682,-118444],[-195407,-117339],[-197607,-121207],[-198697,-116349],[-200588,-118219],[-201103,-119579],[-196788,-121784],[-197756,-119031],[-197172,-120271],[-195653,-123586],[-194117,-123998],[-193783,-125046],[-202058,-115786],[-198722,-117821],[-201863,-119759],[-203015,-115774],[-201491,-120059],[-196890,-121853],[-196914,-119332],[-196544,-121047],[-195806,-123777],[-193439,-123601],[-193572,-124774],[-198670,-129880],[-195084,-129958],[-194913,-130183],[-197252,-130052],[-197025,-130355],[-202823,-130897],[-202573,-130906],[-202000,-131377],[-199747,-132317],[-199614,-132944],[-200932,-131875],[-200512,-131909],[-194842,-133840],[-200454,-139920],[-200230,-139519],[-200183,-139877],[-200044,-138917],[-199796,-138854],[-196733,-137655],[-195958,-137371],[-196433,-137810],[-196516,-137440],[-196988,-137668],[-196311,-137012],[-195010,-133645],[-195555,-136739],[-195429,-135906],[-195550,-135919],[-200296,-128764],[-198920,-134511],[-196449,-130301],[-199911,-133476],[-199691,-128830],[-196536,-133280],[-196348,-130638],[-196585,-131658],[-196371,-130826],[-200440,-133537],[-199167,-135559],[-199029,-135330],[-199224,-135617],[-193681,-132754],[-196623,-130299],[-201085,-131911],[-194737,-134998],[-194468,-133883],[-200089,-136264],[-200008,-136101],[-199914,-136660],[-199414,-134755],[-200096,-139119],[-196617,-137954],[-197663,-138422],[-197935,-139641],[-202368,-129265],[-193622,-130710],[-199021,-129506],[-204458,-128516],[-197337,-130280],[-197471,-129912],[-196690,-130464],[-197030,-130751],[-196193,-130170],[-204797,-128194],[-199689,-132132],[-202258,-131249],[-202302,-130982],[-193222,-132965],[-194138,-133578],[-194353,-133739],[-194075,-129971],[-199901,-136154],[-199821,-136736],[-199978,-135566],[-200060,-135665],[-200720,-140078],[-200798,-140550],[-199625,-138444],[-196142,-136800],[-196132,-137355],[-196191,-137829],[-197499,-138421],[-197208,-140557],[-196450,-135644],[-201705,-132057],[-195630,-131155],[-195970,-131672],[-196128,-133902],[-196331,-130531],[-196862,-131845],[-192943,-132512],[-194368,-132133],[-199290,-135735],[-198664,-135987],[-198296,-134817],[-200932,-132055],[-199612,-132628],[-199455,-132524],[-200952,-140558],[-198519,-130928],[-199020,-130434],[-196183,-132108],[-198246,-130675],[-195087,-135381],[-203480,-128797],[-195818,-134152],[-199131,-130299],[-194393,-133072],[-196640,-136238],[-196993,-129904],[-200566,-135703],[-192161,-138222],[-192157,-139121],[-194868,-139237],[-194901,-140331],[-196050,-140474],[-192822,-137123],[-192858,-135214],[-193579,-133901],[-193223,-136273],[-192359,-132650],[-192484,-133880],[-193526,-133958],[-193139,-131320],[-192740,-130889],[-192771,-132159],[-192876,-130398],[-193619,-129977],[-192592,-130460],[-193252,-128307],[-192371,-128823],[-193272,-127915],[-193997,-137393],[-204370,-132864],[-201186,-134981],[-200957,-135092],[-195747,-140037],[-204701,-138162],[-202557,-135458],[-203963,-134289],[-203412,-133672],[-204490,-137521],[-203152,-135294],[-203980,-133882],[-203981,-135617],[-202687,-135790],[-204285,-135323],[-200983,-133564],[-202961,-132740],[-203244,-132580],[-201417,-134389],[-201245,-134798],[-201967,-132605],[-195948,-139164],[-195985,-139447],[-195166,-139389],[-193019,-138312],[-195286,-140176],[-193185,-137957],[-193441,-134799],[-192951,-133990],[-193033,-133909],[-193612,-132402],[-193884,-131029],[-192480,-131776],[-192527,-130570],[-193233,-130720],[-193581,-129632],[-192712,-128781],[-193267,-129292],[-193673,-133643],[-193973,-131715],[-194022,-133952],[-193735,-135091],[-193581,-134472],[-200692,-135582],[-202648,-134444],[-204759,-133667],[-204785,-142420],[-197058,-152423],[-196045,-153135],[-198300,-151258],[-198809,-151147],[-199006,-150160],[-199973,-147264],[-200187,-147127],[-200058,-146565],[-201319,-152421],[-199764,-153040],[-201735,-141261],[-201442,-141395],[-201688,-141900],[-198369,-141133],[-203682,-145334],[-204613,-146900],[-203985,-147887],[-201126,-146917],[-200469,-144158],[-199321,-143353],[-201870,-151077],[-204675,-151413],[-199360,-150482],[-200004,-145404],[-201502,-151786],[-200904,-152089],[-199681,-152860],[-198241,-141818],[-201048,-148346],[-200626,-149634],[-199054,-149028],[-200546,-148018],[-200299,-149184],[-202729,-152241],[-195634,-152936],[-195909,-152172],[-195550,-151526],[-196419,-151533],[-194348,-152395],[-193648,-152237],[-193948,-152936],[-198224,-151316],[-197075,-151190],[-197043,-151965],[-203749,-145890],[-202568,-148955],[-200594,-147004],[-200627,-144008],[-198997,-143415],[-201741,-151632],[-204552,-151587],[-200830,-140808],[-204249,-145907],[-204633,-146497],[-203796,-148354],[-201018,-146707],[-200520,-143832],[-198952,-143121],[-201953,-151429],[-204787,-150880],[-204587,-142478],[-195900,-153253],[-196616,-152997],[-196877,-153043],[-196986,-152667],[-199141,-150468],[-199055,-151041],[-198992,-151395],[-199819,-148227],[-200137,-146743],[-200304,-146455],[-201591,-152007],[-201493,-152459],[-204660,-147446],[-204378,-144718],[-201385,-147230],[-200582,-149392],[-199346,-149297],[-195604,-152844],[-195454,-152486],[-196289,-152374],[-194966,-151666],[-194609,-152229],[-194131,-152162],[-194054,-152681],[-197290,-150872],[-198302,-151016],[-197027,-151589],[-201247,-141379],[-204176,-145290],[-203825,-148945],[-200797,-146643],[-200725,-143752],[-199201,-143096],[-202531,-151430],[-204680,-152072],[-197201,-142721],[-192326,-146523],[-192373,-146083],[-193313,-140674],[-194484,-142118],[-197347,-142934],[-194700,-144379],[-194446,-143917],[-195264,-144638],[-196147,-144626],[-196415,-143747],[-197833,-145676],[-197081,-145077],[-198446,-146984],[-193021,-149010],[-193384,-148907],[-195822,-148136],[-195152,-150183],[-195742,-146489],[-196432,-145781],[-197171,-147341],[-192573,-150941],[-192926,-150339],[-194062,-149974],[-196402,-146261],[-196741,-147234],[-194592,-149895],[-193085,-141517],[-192414,-142906],[-195360,-141426],[-196268,-141518],[-195564,-141802],[-196067,-142238],[-196839,-142630],[-196157,-150455],[-194347,-146772],[-193148,-147256],[-193540,-147121],[-192369,-145832],[-195486,-142966],[-195870,-144430],[-192810,-150165],[-197344,-147163],[-197753,-146977],[-193770,-150751],[-194291,-149929],[-196091,-147094],[-194816,-143545],[-196275,-146401],[-196914,-147974],[-197320,-146896],[-194788,-146130],[-194794,-141571],[-194327,-143428],[-194762,-148550],[-196186,-150572],[-192218,-150164],[-192893,-149400],[-194814,-142000],[-194537,-140647],[-196119,-150098],[-201365,-165218],[-198759,-166134],[-202166,-163462],[-202591,-163379],[-200224,-163469],[-201235,-154980],[-197529,-162133],[-197877,-161692],[-198666,-161789],[-199172,-164381],[-199232,-163533],[-199445,-163149],[-197596,-163593],[-197455,-163412],[-197188,-164079],[-195766,-160652],[-199264,-160235],[-199061,-160058],[-198257,-165085],[-194069,-161578],[-193399,-153936],[-195695,-154431],[-196162,-153837],[-200278,-165229],[-197587,-157773],[-201735,-164188],[-202577,-163757],[-200249,-163452],[-202135,-154942],[-196980,-157480],[-197212,-156559],[-196342,-156869],[-196238,-158109],[-196101,-157179],[-197674,-156596],[-197855,-156317],[-198546,-155184],[-198302,-162752],[-198413,-162231],[-199377,-162671],[-197668,-162265],[-197927,-163542],[-197639,-163412],[-200411,-154156],[-201052,-160545],[-199525,-160270],[-199337,-160173],[-199081,-158859],[-197751,-164991],[-195639,-161543],[-194318,-162369],[-194240,-161891],[-194728,-162004],[-194286,-154334],[-194527,-154294],[-194383,-154871],[-193143,-155310],[-195028,-153994],[-195403,-154376],[-195159,-154410],[-194972,-153722],[-194603,-153756],[-194733,-153599],[-192044,-162666],[-199176,-165662],[-198756,-158663],[-198493,-161663],[-199027,-164566],[-196203,-162690],[-196195,-161784],[-196081,-160726],[-195581,-160194],[-196375,-159595],[-194456,-160230],[-200972,-157151],[-202841,-158081],[-202582,-156828],[-201061,-155879],[-200374,-154371],[-200810,-157259],[-200597,-156896],[-203495,-158728],[-202516,-161091],[-203418,-160757],[-198905,-160138],[-198570,-159413],[-198587,-159055],[-198594,-160055],[-199893,-161031],[-199807,-159957],[-199944,-160026],[-198143,-165345],[-194560,-160098],[-195080,-161939],[-194917,-161916],[-194624,-161949],[-193154,-153982],[-196966,-153495],[-195569,-159893],[-195202,-158174],[-195143,-157734],[-195542,-157702],[-193348,-155386],[-194574,-154938],[-193550,-155424],[-192161,-158501],[-192056,-158337],[-192790,-158123],[-199028,-165731],[-199516,-166043],[-203639,-163710],[-192781,-155194],[-201599,-156590],[-199473,-155272],[-196790,-157980],[-204025,-160184],[-202778,-160642],[-201947,-164347],[-203181,-163358],[-199847,-163978],[-202081,-154939],[-196974,-156558],[-197156,-157089],[-197337,-156673],[-198755,-155899],[-198897,-155859],[-199029,-156475],[-204796,-155643],[-203566,-160452],[-201498,-164534],[-202789,-163859],[-200130,-163388],[-201743,-154379],[-193954,-167296],[-200443,-168297],[-197392,-175921],[-197977,-175768],[-198445,-177066],[-196213,-176206],[-196209,-176396],[-196719,-176181],[-197290,-174614],[-196570,-174698],[-197103,-174630],[-194529,-176439],[-195522,-176349],[-195142,-176144],[-198945,-176552],[-199169,-176636],[-199721,-177170],[-197414,-176618],[-196827,-175741],[-197532,-176831],[-201335,-170040],[-193146,-176063],[-192013,-175870],[-192662,-176406],[-201975,-167968],[-203427,-170580],[-203749,-170156],[-202924,-170115],[-197501,-176230],[-197669,-175800],[-197412,-175926],[-196786,-176234],[-196640,-175964],[-196613,-176350],[-198066,-175040],[-197594,-175977],[-197540,-175025],[-195112,-176298],[-195027,-175438],[-195432,-176348],[-199131,-176373],[-199286,-176915],[-199178,-176914],[-197750,-176370],[-197455,-176524],[-197526,-176934],[-193979,-166833],[-198773,-167182],[-199908,-167012],[-203668,-171799],[-204710,-170921],[-194196,-174973],[-193782,-175154],[-201137,-167257],[-201333,-167386],[-201194,-168027],[-200945,-167358],[-202511,-172199],[-194590,-175191],[-195339,-174681],[-203783,-170065],[-202369,-174522],[-197756,-171125],[-203811,-168209],[-200690,-184167],[-201356,-184242],[-200901,-184752],[-201470,-184478],[-201627,-184297],[-201982,-184184],[-202506,-183542],[-202700,-183184],[-203589,-183680],[-202951,-184445],[-194163,-184457],[-195756,-184281],[-196496,-184590],[-192717,-183748],[-192760,-183402],[-193307,-183471],[-194104,-182952],[-196452,-190817],[-195649,-191571],[-200137,-190711],[-200003,-190172],[-201871,-184841],[-201362,-184986],[-196225,-185767],[-195930,-184295],[-194689,-184648],[-196119,-184379],[-192623,-184139],[-201606,-186896],[-201860,-187059],[-196603,-187238],[-197709,-187286],[-197986,-186616],[-193413,-186079],[-194870,-186235],[-193608,-185282],[-200484,-182230],[-200327,-181539],[-200441,-180865],[-203397,-181979],[-195899,-182689],[-192856,-180775],[-193154,-180000],[-193811,-179972],[-193413,-179792],[-204439,-188085],[-204276,-187808],[-203193,-188650],[-204618,-187899],[-196920,-183043],[-203879,-185862],[-198206,-181483],[-203299,-180168],[-201112,-180521],[-199460,-181574],[-204300,-183486],[-199466,-190669],[-197366,-190378],[-192789,-182932],[-193825,-185622],[-193148,-185700],[-193734,-187865],[-202104,-187358],[-204386,-188951],[-204657,-184664],[-199831,-188817],[-201075,-180352],[-201449,-180153],[-201366,-180556],[-202438,-181480],[-203333,-181152],[-204390,-181798],[-200650,-182466],[-200710,-182188],[-201179,-182290],[-200934,-182443],[-201507,-182201],[-199215,-184468],[-199636,-184185],[-200050,-184201],[-199846,-184562],[-200318,-184346],[-201265,-184509],[-201808,-184709],[-202412,-184875],[-201759,-184958],[-202108,-184500],[-202966,-184610],[-202845,-185570],[-203575,-185624],[-201722,-185662],[-202541,-185802],[-196089,-182075],[-195843,-181682],[-195317,-181567],[-192763,-179422],[-193261,-179646],[-193083,-185944],[-193231,-185481],[-193711,-185619],[-193252,-185813],[-194485,-185778],[-194966,-185447],[-195207,-185733],[-195685,-185620],[-192566,-186156],[-192185,-185858],[-192096,-186423],[-196674,-184309],[-196243,-184895],[-196650,-185342],[-196886,-185003],[-201978,-186901],[-201903,-187873],[-201256,-187488],[-201518,-187861],[-198414,-188958],[-198967,-189340],[-198397,-189689],[-198134,-189396],[-194869,-187435],[-195601,-187696],[-193912,-188483],[-195043,-187029],[-197488,-187208],[-193733,-185060],[-203357,-188808],[-203861,-188273],[-203513,-186864],[-192250,-181513],[-193720,-185234],[-197317,-185384],[-198850,-183464],[-194567,-180021],[-203206,-185077],[-194942,-181229],[-197351,-180700],[-201819,-190622],[-204683,-185062],[-192218,-183440],[-198546,-191782],[-196884,-191380],[-199678,-185435],[-202768,-187614],[-200604,-186221],[-193746,-187481],[-203459,-187774],[-199511,-181100],[-203043,-188652],[-194939,-184815],[-196784,-190364],[-194292,-190460],[-195385,-183113],[-194363,-181430],[-192483,-183380],[-193372,-183600],[-194014,-186382],[-195532,-186682],[-194903,-186070],[-202311,-187354],[-202713,-187404],[-203610,-189980],[-203663,-187255],[-204595,-184832],[-192155,-179580],[-201299,-191566],[-200702,-188047],[-196077,-184427],[-196180,-182934],[-193517,-182978],[-193101,-185809],[-194424,-187143],[-196325,-186179],[-202200,-188635],[-204587,-188086],[-204794,-186898],[-204612,-186634],[-192724,-179380],[-201170,-191530],[-200292,-188678],[-199563,-189169],[-200775,-194668],[-202036,-192356],[-193067,-197091],[-202219,-203349],[-201105,-203896],[-196695,-202743],[-196308,-201946],[-196254,-202611],[-195814,-202628],[-196101,-202130],[-195169,-204019],[-195426,-202993],[-198836,-201616],[-199023,-202013],[-197626,-202242],[-201078,-200240],[-201896,-200891],[-201885,-202517],[-204339,-202751],[-204605,-203895],[-202987,-201627],[-195291,-194465],[-199082,-193643],[-195161,-191956],[-193673,-194259],[-192437,-201686],[-194213,-198214],[-199568,-192791],[-199447,-202610],[-204263,-201604],[-199230,-202267],[-204484,-200459],[-199231,-199381],[-198654,-199303],[-199136,-199513],[-197722,-198282],[-198251,-198009],[-198244,-197746],[-197269,-200007],[-196876,-200587],[-196573,-198436],[-195780,-198507],[-195285,-197931],[-196823,-202768],[-196061,-203308],[-195974,-202981],[-196327,-202407],[-195715,-202160],[-196183,-202540],[-195472,-203920],[-195542,-203405],[-198508,-201741],[-199136,-201532],[-197809,-201999],[-200417,-200471],[-201882,-200896],[-202667,-202103],[-203927,-202782],[-202886,-201577],[-204239,-200307],[-194707,-194836],[-197024,-192798],[-193326,-192158],[-192779,-193052],[-193110,-201463],[-198148,-193471],[-197299,-191855],[-196130,-194885],[-193686,-193938],[-200231,-203887],[-199963,-202916],[-202311,-203557],[-193322,-202151],[-196661,-202715],[-195600,-202891],[-195893,-202766],[-196182,-202614],[-195847,-202384],[-195429,-204491],[-195435,-203193],[-198630,-201860],[-199175,-201841],[-197805,-201986],[-200322,-200371],[-201101,-201169],[-201825,-202397],[-203894,-202540],[-204414,-204295],[-204724,-202255],[-202968,-201660],[-194673,-192384],[-192582,-192781],[-192426,-197891],[-194005,-197313],[-198217,-192154],[-197935,-192596],[-197100,-202782],[-196005,-202044],[-196333,-202696],[-195606,-202223],[-196179,-202169],[-195196,-204030],[-195498,-203371],[-198606,-202073],[-199162,-201934],[-197773,-202309],[-200626,-199799],[-201282,-201478],[-202789,-202518],[-204145,-202331],[-192834,-202333],[-204727,-202227],[-202987,-201360],[-194691,-196328],[-192133,-193795],[-192005,-194870],[-202501,-211347],[-197698,-210966],[-193957,-207102],[-196449,-208447],[-197661,-206183],[-203031,-205782],[-195801,-215444],[-194333,-215482],[-192734,-216027],[-195517,-213261],[-197982,-208440],[-195102,-210790],[-192534,-205582],[-194882,-204886],[-202210,-212636],[-201874,-209084],[-197899,-210425],[-197462,-211735],[-195557,-212221],[-197101,-210167],[-199829,-205318],[-200005,-204981],[-200336,-205459],[-201497,-211212],[-202096,-212114],[-197179,-216875],[-196284,-214243],[-193892,-214884],[-193194,-216665],[-195575,-211624],[-195230,-213934],[-193607,-213624],[-192125,-213258],[-192897,-210949],[-192501,-205301],[-195368,-204837],[-204748,-208561],[-201031,-214278],[-200790,-209755],[-196103,-208896],[-194251,-210317],[-201888,-205250],[-201263,-211046],[-197684,-210937],[-196636,-214295],[-197541,-209553],[-194958,-208777],[-192304,-205159],[-195414,-204937],[-204448,-215312],[-201151,-215020],[-203630,-214796],[-200424,-217173],[-202052,-217261],[-204187,-217366],[-196048,-214357],[-195565,-214838],[-196687,-215489],[-195735,-214929],[-195286,-216040],[-195719,-216298],[-194463,-215731],[-194314,-216400],[-194727,-217228],[-192511,-217273],[-193668,-215005],[-193038,-215230],[-192586,-213985],[-193381,-214590],[-193764,-214234],[-194177,-213104],[-192641,-212024],[-192291,-212469],[-192152,-212175],[-192435,-212357],[-192882,-210791],[-194556,-211076],[-193287,-210358],[-195601,-209404],[-194529,-209163],[-195988,-208822],[-194733,-208631],[-197628,-209953],[-197224,-208862],[-198653,-208445],[-198317,-209237],[-196875,-208758],[-196924,-207487],[-198893,-211014],[-199203,-211037],[-200407,-211051],[-200539,-210543],[-202022,-209921],[-202337,-209715],[-200872,-209633],[-200851,-208699],[-200366,-208659],[-199808,-208552],[-196465,-206500],[-196398,-207287],[-197100,-206553],[-196717,-207040],[-197015,-205515],[-196616,-206539],[-194440,-208603],[-195834,-207469],[-193928,-208993],[-193199,-208445],[-192104,-209976],[-192425,-210062],[-203015,-209341],[-202321,-209832],[-201322,-208913],[-201972,-208579],[-202474,-208485],[-201118,-208076],[-199748,-208611],[-200104,-208712],[-192304,-207353],[-193310,-206251],[-192325,-207178],[-192957,-206950],[-193800,-207212],[-193970,-207143],[-194603,-207180],[-192369,-208982],[-192467,-205276],[-195104,-205002],[-204528,-204788],[-195007,-217369],[-194833,-223663],[-195425,-223431],[-195502,-223678],[-194319,-229362],[-202374,-226512],[-203926,-225799],[-197390,-227367],[-199391,-227293],[-195655,-223187],[-195260,-223244],[-194757,-223439],[-194602,-223708],[-195941,-223334],[-195426,-223866],[-196140,-223214],[-192356,-224796],[-202095,-226509],[-197028,-227262],[-192242,-225296],[-195477,-228761],[-193171,-224733],[-197003,-227286],[-199373,-227269],[-193035,-220671],[-194719,-219643],[-194588,-219794],[-193222,-219941],[-193567,-220167],[-197219,-229715],[-198699,-228533],[-204297,-229861],[-195239,-220151],[-192569,-218321],[-192504,-218419],[-193084,-217886],[-196615,-229260],[-199309,-228635],[-201657,-228464],[-201994,-227502],[-203407,-229239],[-197717,-228192],[-200207,-227699],[-194262,-219767],[-194066,-219849],[-193503,-219889],[-194560,-219961],[-195501,-219864],[-195093,-220020],[-193659,-220237],[-193880,-220297],[-192976,-219911],[-195408,-229891],[-198958,-229640],[-201454,-228511],[-202634,-228811],[-200304,-227368],[-199499,-227543],[-199581,-218541],[-193423,-218241],[-196426,-228999],[-197796,-229839],[-200564,-229520],[-204718,-226311],[-198999,-218478],[-201313,-218181],[-193859,-233243],[-192297,-235085],[-195363,-231458],[-201474,-230300],[-198019,-234609],[-202810,-234991],[-194309,-232738],[-199863,-234918],[-203308,-234961],[-198995,-234489],[-203035,-234322],[-193108,-232125],[-194192,-231322],[-193133,-233037],[-193200,-233561],[-198624,-233849],[-200404,-231967],[-200734,-233719],[-198074,-236308],[-198345,-236897],[-196331,-236868],[-199329,-235317],[-200936,-233890],[-201618,-235309],[-201832,-235533],[-203019,-234010],[-203077,-236671],[-204097,-236929],[-202682,-237306],[-202289,-238673],[-203296,-238365],[-202142,-240488],[-193500,-239177],[-194258,-236874],[-194654,-237903],[-194534,-241322],[-195456,-240520],[-195449,-240339],[-202458,-242373],[-203289,-241951],[-193200,-231672],[-193992,-230975],[-196748,-11365],[-200212,-6607],[-199751,-4768],[-201858,-2640],[-196904,-11118],[-200026,-6447],[-199853,-3891],[-201644,-3460],[-198104,-7683],[-195736,-10663],[-195488,-8322],[-198257,-7257],[-199192,-9497],[-199185,-10403],[-196128,-10754],[-200077,-7094],[-199620,-4199],[-192343,-10334],[-195746,-8830],[-199381,-7194],[-198989,-9403],[-199891,-11049],[-196771,-11444],[-200167,-6380],[-199627,-3963],[-194902,-253773],[-196187,-253559],[-195617,-252423],[-192236,-248847],[-197353,-250049],[-195054,-253949],[-194961,-252975],[-196820,-252127],[-197468,-250984],[-196632,-249977],[-192015,-250034],[-192055,-247890],[-192070,-248760],[-198907,-246637],[-197559,-247373],[-198826,-245201],[-199384,-246065],[-192207,-254482],[-199563,-245204],[-192947,-251935],[-196096,-255769],[-195063,-255046],[-198434,-247172],[-194161,-244553],[-196619,-244011],[-197524,-247105],[-199611,-244002],[-195902,-244946],[-195354,-245213],[-192835,-244530],[-192835,-251259],[-193843,-253646],[-199229,-252097],[-198553,-250435],[-198659,-249455],[-199084,-249616],[-200784,-250567],[-197498,-245939],[-201201,-249562],[-200535,-248702],[-202190,-245628],[-203370,-250507],[-204700,-249342],[-203479,-248473],[-199918,-244173],[-203095,-243848],[-203757,-243307],[-196351,-250373],[-195445,-250131],[-195591,-248922],[-193187,-250071],[-199121,-247893],[-197493,-246537],[-197139,-249911],[-197449,-250463],[-194955,-249948],[-194887,-254543],[-195204,-252849],[-196499,-252644],[-194152,-249153],[-192044,-248800],[-201736,-268523],[-192346,-267594],[-197483,-264964],[-195526,-256065],[-195860,-255868],[-203057,-261303],[-199852,-262417],[-194009,-262266],[-200273,-264614],[-200756,-265875],[-202776,-256560],[-201502,-261751],[-201444,-260441],[-193349,-258632],[-193077,-258264],[-199542,-264753],[-193660,-263842],[-192151,-263334],[-201723,-265207],[-202165,-262721],[-201939,-258158],[-201766,-261493],[-199473,-260643],[-204008,-267309],[-202677,-263444],[-203488,-259958],[-200658,-260727],[-199478,-261065],[-199331,-261263],[-199442,-261627],[-198619,-261642],[-198797,-260472],[-198331,-260185],[-197779,-260853],[-196479,-260388],[-194229,-260554],[-200947,-263873],[-203077,-264274],[-204452,-264473],[-204456,-263717],[-204756,-265034],[-201554,-261034],[-202994,-260800],[-202972,-260113],[-201797,-260852],[-203919,-259077],[-203874,-261961],[-200083,-262298],[-201319,-263288],[-195993,-258333],[-197476,-258943],[-197276,-259352],[-196548,-258913],[-195485,-263697],[-194261,-265162],[-196371,-264067],[-197009,-263704],[-197184,-265076],[-192791,-258269],[-193201,-258159],[-204111,-260326],[-196672,-263549],[-192862,-262762],[-201546,-265067],[-201855,-262685],[-201867,-258541],[-201575,-260958],[-199098,-260650],[-201645,-263409],[-194038,-257658],[-203493,-264423],[-197342,-264347],[-199325,-262944],[-192892,-262632],[-193364,-256100],[-195816,-256316],[-197253,-256842],[-197269,-257059],[-200359,-263970],[-201817,-258330],[-201749,-261315],[-201396,-260569],[-202470,-263414],[-201632,-262745],[-203162,-261854],[-201656,-260585],[-200862,-261440],[-197785,-260391],[-196248,-260370],[-201386,-263659],[-200423,-263557],[-204278,-264099],[-204150,-264708],[-203288,-261582],[-201502,-260829],[-202988,-259938],[-202758,-260512],[-194704,-258682],[-194372,-259447],[-194689,-263627],[-195222,-264770],[-192631,-258196],[-192100,-267163],[-198529,-265403],[-204024,-267849],[-195661,-255803],[-196816,-271543],[-194444,-271236],[-200469,-274480],[-198692,-272380],[-196516,-278162],[-194285,-276753],[-194861,-276759],[-196790,-278198],[-198082,-273313],[-192496,-273161],[-197368,-273603],[-194107,-274403],[-199490,-274468],[-203225,-269106],[-197786,-271506],[-193848,-269396],[-203824,-278162],[-203704,-280342],[-200615,-274331],[-197566,-277786],[-197142,-277563],[-196875,-277305],[-196728,-277375],[-196618,-277490],[-192161,-271822],[-197919,-273817],[-193925,-274911],[-196964,-276270],[-199871,-274911],[-199753,-273821],[-199497,-274149],[-200618,-273996],[-201931,-292197],[-204054,-290923],[-202372,-288640],[-201487,-292451],[-203791,-288620],[-203513,-287939],[-202637,-287526],[-202469,-287261],[-201771,-287868],[-200678,-288769],[-192181,-286354],[-193592,-286158],[-194584,-288326],[-196910,-289719],[-198078,-290850],[-202626,-290848],[-193392,-286393],[-195491,-287698],[-195977,-287486],[-196324,-289129],[-197580,-289064],[-204568,-287968],[-204589,-288794],[-201587,-287265],[-200520,-289135],[-200715,-288516],[-202830,-287006],[-204019,-286483],[-200836,-292148],[-198143,-289104],[-202740,-289386],[-200505,-292586],[-200256,-292314],[-193303,-287403],[-193502,-288520],[-196289,-291513],[-194680,-291598],[-197961,-293328],[-193276,-288257],[-196548,-291506],[-195526,-292145],[-194441,-294044],[-192995,-294105],[-194468,-292244],[-194016,-293270],[-193014,-293558],[-193645,-293769],[-194148,-289913],[-193026,-287834],[-192422,-292633],[-204622,-295717],[-200666,-294359],[-204756,-294838],[-203635,-294728],[-204038,-295904],[-198059,-304710],[-198244,-300581],[-201000,-298854],[-203978,-298906],[-194793,-297557],[-196128,-299971],[-203151,-302468],[-202474,-300116],[-199471,-299470],[-196314,-301984],[-201580,-301374],[-195681,-298900],[-196780,-302041],[-197801,-301370],[-202229,-294793],[-198188,-300057],[-198977,-302258],[-201349,-299404],[-200590,-298552],[-203150,-301673],[-203850,-299529],[-202532,-302339],[-202653,-304918],[-202875,-306140],[-197285,-299547],[-197769,-297162],[-198250,-305933],[-202586,-296002],[-197748,-305960],[-198644,-300424],[-202051,-302322],[-194966,-294743],[-203573,-303556],[-196583,-302316],[-194380,-309076],[-204249,-314219],[-202837,-317146],[-203097,-312804],[-197720,-313954],[-195729,-311087],[-204384,-314171],[-203353,-315424],[-195901,-308920],[-195182,-310089],[-202937,-316051],[-197465,-309434],[-199202,-310887],[-197762,-314411],[-203240,-314177],[-202357,-313600],[-202780,-312315],[-197589,-310156],[-202640,-316897],[-203722,-321617],[-202057,-321132],[-201372,-321049],[-201001,-340382],[-198109,-339658],[-199919,-340977],[-200218,-341477],[-199541,-339789],[-200648,-337673],[-199831,-338671],[-198487,-340441],[-199621,-341105],[-198509,-339921],[-203206,-354130],[-203242,-354619],[-201373,-353048],[-198779,-351905],[-201634,-354456],[-204674,-361160],[-202086,-367292],[-204429,-365131],[-195461,-19703],[-195797,-19925],[-192491,-15190],[-194982,-17118],[-193031,-22929],[-195346,-14437],[-196226,-14304],[-193663,-14979],[-195525,-17977],[-194283,-25364],[-195471,-19099],[-193483,-23727],[-192809,-23984],[-192532,-18205],[-192005,-18446],[-192354,-16484],[-192805,-25294],[-194349,-24507],[-195474,-13532],[-192295,-18052],[-192011,-23786],[-196077,-14052],[-201276,-382919],[-203524,-383103],[-202112,-383271],[-195681,-409033],[-203982,-406124],[-201380,-406889],[-204588,-405853],[-203023,-406153],[-204286,-405361],[-204346,-417145],[-202459,-414632],[-199690,-418314],[-199649,-415583],[-197373,-411877],[-195837,-417879],[-196007,-417638],[-194519,-409935],[-196719,-410880],[-195975,-410637],[-199405,-418088],[-192784,-415883],[-201988,-418319],[-198857,-411458],[-200254,-421842],[-196159,-410296],[-195021,-416371],[-194482,-414119],[-194758,-415033],[-196837,-410629],[-201240,-416951],[-203019,-415941],[-201374,-416231],[-195844,-411146],[-199105,-411274],[-199002,-417210],[-199720,-417588],[-196495,-410879],[-195884,-416352],[-193490,-415554],[-201652,-414373],[-201351,-417057],[-196308,-410789],[-201174,-411030],[-201884,-411127],[-201916,-411345],[-201341,-409409],[-199673,-423884],[-194392,-423402],[-204211,-423353],[-196816,-433318],[-204143,-423960],[-197935,-423556],[-201450,-432434],[-197253,-425443],[-194469,-423599],[-204453,-423302],[-204119,-425879],[-199354,-423910],[-196007,-434475],[-200139,-423264],[-196151,-434408],[-195337,-422412],[-192771,-438729],[-195042,-33560],[-198493,-37682],[-200994,-33584],[-199151,-32514],[-200450,-29824],[-202830,-33341],[-203332,-32520],[-202874,-31917],[-201958,-31777],[-196263,-34401],[-195718,-34454],[-195785,-31393],[-202105,-28255],[-202391,-28370],[-201918,-25829],[-200970,-33316],[-198889,-32545],[-200710,-28670],[-197332,-36884],[-194977,-35599],[-195091,-33458],[-196868,-32947],[-194229,-31500],[-196627,-31997],[-200815,-34599],[-192385,-37573],[-192833,-36107],[-201353,-37055],[-202288,-36723],[-203692,-35691],[-203826,-36016],[-198159,-33526],[-198264,-33151],[-192378,-30915],[-192622,-31184],[-195993,-34317],[-193936,-25598],[-194418,-26347],[-196795,-36982],[-194919,-35512],[-195494,-34011],[-196274,-31499],[-196546,-32444],[-193869,-31739],[-197275,-31929],[-200478,-33891],[-192688,-35289],[-192868,-35697],[-193213,-35970],[-197698,-37313],[-194541,-36104],[-195415,-34115],[-196242,-32341],[-194533,-31702],[-197384,-31423],[-200765,-34565],[-192438,-36983],[-193357,-36565],[-202798,-32953],[-198300,-33742],[-195190,-33158],[-195956,-31569],[-202000,-25586],[-197420,-29839],[-196776,-37068],[-194647,-36121],[-195059,-34341],[-194564,-31959],[-197236,-31702],[-200585,-34258],[-192610,-36894],[-193317,-36639],[-199202,-45868],[-194050,-50885],[-193761,-50921],[-195247,-47259],[-194936,-46931],[-195267,-43251],[-193934,-43429],[-194603,-44364],[-195047,-43420],[-194255,-43337],[-194069,-41024],[-193728,-40657],[-201040,-40910],[-202406,-38605],[-199342,-39205],[-198344,-41454],[-202954,-39753],[-198126,-42381],[-202921,-44617],[-200612,-43739],[-202594,-50930],[-204341,-50870],[-192641,-50744],[-195461,-50358],[-196077,-49319],[-197095,-48287],[-196041,-48731],[-192485,-40380],[-193451,-42528],[-197015,-39289],[-192520,-50076],[-192642,-46449],[-198035,-39423],[-195313,-50120],[-196581,-48830],[-195475,-48724],[-192661,-40025],[-193575,-41896],[-192082,-50213],[-192857,-45660],[-198718,-39925],[-198139,-39976],[-196634,-38832],[-197838,-41074],[-196343,-39970],[-196913,-41793],[-199002,-45635],[-199746,-49327],[-200312,-49371],[-199562,-49726],[-194013,-50555],[-199177,-50905],[-195407,-50177],[-196378,-49264],[-195476,-48638],[-192347,-40598],[-192941,-42058],[-196672,-39604],[-192144,-49741],[-193309,-46343],[-198695,-39665],[-198011,-40012],[-196151,-40166],[-199076,-46097],[-198660,-45671],[-199544,-49554],[-200935,-40046],[-199758,-40599],[-199357,-42499],[-202258,-42159],[-200152,-44464],[-203729,-44079],[-202086,-43829],[-202513,-50277],[-203698,-50770],[-197574,-41146],[-197242,-40808],[-193824,-50700],[-198932,-50988],[-194829,-47149],[-195106,-43205],[-192236,-38856],[-192410,-50820],[-195933,-50943],[-195845,-50286],[-196810,-49126],[-195897,-47920],[-192887,-40268],[-193157,-42062],[-192391,-50084],[-193321,-46250],[-198538,-39935],[-196725,-39020],[-193110,-52508],[-194880,-53393],[-193976,-52403],[-204407,-60922],[-192682,-52675],[-194200,-53170],[-194146,-52225],[-196087,-51088],[-192899,-61661],[-193606,-62639],[-193645,-62442],[-203640,-56116],[-192556,-58501],[-193396,-54736],[-193983,-58106],[-202059,-53067],[-203435,-56458],[-196672,-54136],[-195684,-54919],[-193929,-62498],[-193812,-62039],[-202124,-61605],[-203842,-52994],[-194608,-60306],[-194133,-59954],[-193044,-59390],[-202428,-53043],[-200361,-53802],[-199740,-53742],[-198384,-58074],[-197374,-53404],[-198753,-53064],[-197678,-53555],[-195347,-60976],[-193266,-52561],[-194532,-53440],[-194686,-51666],[-192804,-51432],[-196219,-51257],[-192006,-62650],[-203770,-52739],[-204001,-52861],[-193850,-59559],[-194350,-59771],[-193231,-53705],[-194861,-55082],[-202154,-53268],[-201439,-52320],[-201543,-52353],[-201111,-52160],[-199098,-53675],[-199322,-53390],[-199823,-53874],[-202124,-57158],[-197033,-55071],[-198422,-54700],[-198462,-58039],[-199419,-56988],[-199890,-56918],[-200086,-58821],[-199687,-57286],[-199752,-57488],[-198176,-53817],[-198038,-52462],[-197278,-53132],[-196769,-52799],[-197820,-53607],[-194778,-60298],[-195673,-58734],[-197398,-59002],[-192238,-58186],[-192011,-58249],[-192058,-58479],[-193242,-51932],[-194821,-52949],[-194686,-52440],[-192668,-51483],[-196004,-51646],[-201176,-76552],[-198296,-71368],[-199125,-71416],[-198806,-71717],[-193919,-72982],[-194134,-65492],[-194320,-67605],[-194297,-68345],[-197459,-73760],[-197977,-73501],[-192055,-69888],[-192580,-68153],[-194193,-74973],[-192364,-64507],[-192904,-71117],[-193678,-75297],[-193029,-65485],[-202277,-70171],[-202429,-70645],[-198318,-76073],[-198041,-75456],[-197880,-76023],[-193734,-73294],[-194699,-64950],[-195922,-65131],[-198529,-66072],[-194122,-67433],[-201449,-64767],[-201348,-65111],[-202870,-66933],[-202601,-68278],[-200472,-71076],[-200711,-71482],[-198061,-71519],[-197752,-70732],[-204792,-68174],[-192822,-70001],[-193137,-67743],[-192249,-66536],[-193579,-74521],[-192702,-65556],[-202209,-70643],[-201288,-75684],[-197870,-75701],[-198742,-66339],[-193724,-73019],[-194245,-65266],[-200646,-71196],[-194584,-67394],[-198707,-71542],[-204782,-67931],[-194208,-75574],[-192768,-70273],[-192907,-68340],[-192305,-69789],[-192510,-67668],[-192305,-66094],[-193065,-87944],[-192480,-86021],[-192811,-84335],[-193974,-82859],[-195871,-84556],[-195486,-86118],[-199928,-80603],[-198438,-78897],[-198175,-79071],[-196100,-81397],[-195735,-81827],[-195114,-78540],[-195137,-79634],[-196591,-79442],[-199886,-77461],[-197501,-77074],[-192961,-85736],[-193154,-84127],[-195010,-84398],[-193884,-86533],[-194473,-84451],[-195733,-86208],[-192269,-77591],[-201177,-76773],[-196289,-81311],[-193347,-77572],[-192378,-83539],[-197045,-79772],[-199198,-78489],[-199534,-77075],[-197935,-77412],[-193130,-87456],[-192350,-86220],[-193168,-85802],[-192427,-84807],[-193477,-82909],[-195507,-84475],[-193910,-84812],[-194343,-86194],[-193767,-86566],[-194596,-79897],[-193705,-76966],[-196798,-79030],[-197917,-78336],[-200085,-77306],[-197510,-77940],[-192558,-89164],[-195999,-79424],[-198711,-78875],[-200393,-77643],[-197550,-77615],[-195189,-87812],[-198760,-88569],[-199379,-86733],[-201865,-83608],[-203289,-80775],[-200197,-80566],[-203537,-79158],[-203074,-86980],[-202591,-80908],[-200721,-81163],[-201042,-81281],[-200562,-82832],[-199451,-81958],[-196273,-82530],[-202602,-85371],[-200975,-85663],[-200149,-85692],[-198979,-88609],[-202010,-89378],[-203741,-79302],[-200513,-84119],[-200325,-82396],[-199700,-83142],[-197982,-82869],[-197424,-83669],[-202933,-81124],[-202636,-85679],[-200837,-87017],[-203203,-88426],[-195949,-87696],[-196303,-86833],[-198101,-88889],[-198472,-86899],[-197894,-84683],[-202602,-82893],[-200836,-87908],[-202653,-79770],[-203979,-79370],[-200204,-83621],[-200507,-81670],[-199804,-82157],[-197626,-82517],[-197402,-83103],[-202189,-82382],[-203161,-86487],[-201521,-85958],[-200495,-86494],[-203365,-88153],[-199959,-83847],[-199897,-83113],[-199205,-82010],[-198086,-82288],[-196463,-82606],[-202362,-81865],[-202849,-85510],[-201285,-85364],[-200881,-85991],[-203892,-88132],[-194663,-101777],[-194437,-101717],[-193920,-98878],[-193437,-98965],[-192663,-98634],[-192530,-100422],[-192907,-101255],[-192838,-89691],[-193790,-98571],[-193199,-97718],[-192828,-98269],[-192754,-92316],[-192317,-98452],[-192546,-97208],[-192321,-101660],[-193062,-101675],[-192442,-100664],[-193209,-89686],[-194666,-101495],[-193174,-101462],[-193959,-98634],[-192845,-98322],[-192151,-98797],[-192818,-91638],[-192622,-92594],[-192223,-99435],[-193632,-97883],[-203464,-99608],[-199049,-93836],[-194419,-94920],[-198421,-94808],[-198417,-94125],[-196617,-96013],[-200426,-98385],[-200309,-95277],[-203707,-94568],[-198955,-96430],[-198388,-100933],[-195169,-90463],[-194574,-89671],[-194454,-91435],[-196037,-91566],[-195891,-92571],[-198499,-102121],[-202392,-98575],[-202180,-95063],[-198696,-100935],[-198592,-101145],[-198735,-98064],[-198457,-97662],[-204461,-97233],[-198615,-93267],[-201728,-93113],[-201545,-92102],[-202188,-91843],[-197957,-91226],[-199512,-90395],[-204625,-93665],[-195971,-95365],[-201200,-94799],[-198598,-92620],[-200309,-100447],[-201008,-101124],[-200581,-101147],[-203933,-101206],[-198371,-101813],[-196398,-101468],[-194637,-95631],[-198936,-90711],[-201446,-90948],[-201178,-90861],[-200616,-98807],[-200939,-92129],[-201517,-100385],[-203768,-94735],[-204110,-98267],[-200044,-100127],[-194738,-89784],[-204680,-90073],[-201022,-101571],[-199397,-98568],[-196081,-97045],[-194276,-93904],[-196163,-95623],[-194919,-91222],[-195027,-90410],[-203029,-102171],[-199186,-93679],[-203324,-101946],[-200743,-93753],[-195485,-98451],[-195254,-95110],[-200094,-93211],[-204491,-94766],[-203834,-92782],[-196217,-100903],[-194898,-95672],[-194068,-95064],[-199073,-90572],[-196836,-96120],[-200176,-95990],[-200370,-98732],[-202741,-92432],[-202988,-95559],[-195915,-95689],[-193856,-93440],[-204735,-89786],[-203086,-90386],[-202879,-90237],[-203855,-99624],[-203794,-100934],[-203503,-97567],[-202247,-94690],[-200726,-94936],[-195626,-97270],[-196500,-97947],[-194877,-94200],[-194475,-93460],[-197786,-93802],[-197212,-96174],[-198588,-92851],[-199533,-100196],[-203421,-98768],[-204718,-98075],[-201159,-91868],[-202430,-92745],[-203512,-94500],[-200471,-89827],[-199931,-89558],[-195345,-95359],[-198251,-91972],[-199164,-91686],[-200935,-100446],[-201128,-101286],[-204040,-89418],[-197575,-97288],[-196627,-95577],[-197359,-92035],[-199443,-101796],[-198429,-97019],[-203000,-98668],[-200813,-95588],[-197939,-94054],[-194965,-94553],[-200046,-92330],[-196536,-93633],[-201960,-95663],[-197999,-98310],[-198095,-93899],[-204700,-110655],[-192000,-109547],[-193306,-112046],[-193315,-110306],[-204394,-110558],[-203549,-110517],[-195633,-112044],[-192124,-112439],[-193832,-113302],[-192447,-112918],[-193788,-106735],[-192741,-106575],[-194480,-102725],[-204568,-110182],[-200329,-110312],[-198167,-110194],[-204555,-103431],[-194215,-108744],[-192330,-112797],[-193697,-113216],[-192172,-113159],[-195431,-112267],[-195586,-111863],[-194455,-112195],[-194061,-106548],[-193710,-106943],[-192611,-106321],[-193277,-105482],[-192827,-105047],[-193420,-103279],[-194041,-113276],[-192629,-104789],[-195377,-104154],[-194044,-103285],[-203496,-109755],[-202912,-109693],[-201448,-110016],[-202537,-109033],[-203387,-109167],[-201014,-109705],[-200802,-110351],[-199857,-110244],[-199464,-111119],[-202611,-106482],[-202319,-105739],[-203713,-104714],[-202258,-104385],[-200521,-105541],[-199384,-106423],[-200215,-106695],[-198428,-106851],[-197596,-107637],[-193862,-111409],[-192440,-113594],[-194462,-105644],[-203630,-110323],[-203501,-112505],[-203066,-112784],[-203050,-112248],[-198419,-105911],[-196780,-112471],[-194072,-114704],[-198777,-113833],[-199631,-110887],[-198739,-111304],[-201867,-112267],[-200071,-114650],[-202439,-113345],[-199321,-104736],[-204032,-108454],[-200263,-102857],[-197360,-113386],[-201499,-110751],[-201309,-110523],[-200587,-111004],[-195405,-112283],[-203663,-102319],[-199040,-104127],[-197552,-104415],[-200701,-103824],[-200929,-106249],[-202928,-107036],[-199450,-106593],[-199083,-107116],[-203154,-110953],[-202095,-110548],[-198503,-112759],[-198819,-111607],[-197052,-110809],[-197259,-110067],[-196076,-114575],[-204477,-103573],[-203289,-113609],[-196163,-109735],[-201124,-111409],[-195392,-113776],[-203198,-103754],[-203569,-109241],[-194280,-114365],[-199755,-105071],[-194845,-114331],[-201078,-114838],[-204486,-114133],[-203316,-107812],[-204529,-106035],[-204286,-106736],[-203567,-111833],[-198685,-105782],[-198695,-102850],[-200365,-105829],[-199267,-105966],[-200377,-111468],[-199881,-104375],[-199883,-105323],[-196652,-106246],[-199041,-104456],[-198962,-104771],[-200523,-104862],[-200785,-103145],[-201293,-104459],[-201475,-103314],[-203048,-107679],[-202904,-106894],[-199272,-106693],[-200369,-112535],[-200989,-112301],[-196614,-111168],[-196219,-110795],[-196511,-110938],[-195174,-114344],[-200806,-102513],[-201319,-102286],[-204018,-102748],[-203887,-106645],[-204035,-106047],[-202343,-106268],[-203522,-104457],[-203326,-105114],[-202323,-114564],[-202137,-114737],[-195597,-103182],[-203504,-106244],[-202964,-114251],[-204497,-114524],[-199737,-112676],[-199290,-113124],[-199434,-102270],[-202389,-104868],[-200074,-102775],[-199820,-111472],[-197085,-109862],[-195376,-113398],[-196254,-114932],[-196720,-113861],[-197897,-113528],[-195509,-111015],[-197203,-112222],[-196528,-109786],[-196227,-110392],[-201097,-112816],[-203154,-114212],[-202463,-111588],[-202681,-103807],[-200540,-105905],[-202680,-103491],[-196974,-109739],[-203819,-103390],[-203517,-105308],[-198386,-106618],[-200213,-114415],[-203758,-108577],[-200535,-106358],[-202545,-102946],[-198801,-114089],[-202650,-104698],[-199003,-105914],[-198636,-106919],[-203613,-106730],[-202182,-112904],[-202876,9224],[-204120,10433],[-202868,10804],[-197136,12439],[-196437,11097],[-198580,11329],[-197091,7289],[-192386,9403],[-195571,8594],[-197050,7986],[-203051,9875],[-203784,11645],[-201812,10509],[-196446,11833],[-198606,11730],[-197128,7005],[-192402,9049],[-194668,8374],[-197329,8138],[-197522,10062],[-197993,10032],[-203953,8746],[-204169,11502],[-201927,10041],[-195499,11083],[-199207,11246],[-196525,6806],[-192035,9077],[-195482,8781],[-194171,6544],[-197264,7847],[-203302,8788],[-204387,10131],[-202904,10470],[-196502,12678],[-195513,11198],[-198718,11799],[-196703,6726],[-192008,9017],[-194749,8399],[-196568,12470],[-199869,138353],[-196525,136168],[-203599,129390],[-203666,130929],[-203020,130263],[-200735,136972],[-202259,136740],[-198934,136517],[-197434,137081],[-193831,139288],[-192188,132948],[-198297,135605],[-201179,134198],[-203192,128247],[-201402,131541],[-200041,136876],[-202231,135411],[-198714,136813],[-197941,137705],[-193888,139759],[-198533,135626],[-201425,134111],[-202868,128222],[-204316,135747],[-193036,137472],[-200081,134437],[-203819,133767],[-201134,137267],[-203552,136097],[-197324,138090],[-193796,139448],[-199757,134876],[-201326,133176],[-201578,131558],[-201876,132147],[-201043,137882],[-196039,136492],[-198416,139017],[-198642,135096],[-203419,130964],[-202348,136407],[-192551,133852],[-199811,135661],[-197186,137666],[-193592,138549],[-200494,133839],[-202747,128368],[-196935,136778],[-193686,140440],[-203928,132243],[-200940,137249],[-202821,136645],[-198789,135476],[-197242,137598],[-194245,138839],[-197834,135070],[-200111,133295],[-202083,131654],[-200894,136924],[-203483,136622],[-198605,136570],[-197986,138040],[-193490,138387],[-197607,134606],[-200858,132191],[-202019,128778],[-193711,128342],[-194921,128542],[-194180,131620],[-194390,128323],[-194337,128251],[-192369,152412],[-192402,143220],[-196107,145451],[-195872,143645],[-197190,146181],[-199028,146703],[-197867,144403],[-192603,143650],[-195587,152311],[-192259,141474],[-192327,152640],[-197928,145484],[-193891,143597],[-195475,145366],[-196138,143183],[-196314,146347],[-198398,147553],[-192342,143263],[-193055,143907],[-193895,141081],[-202606,147671],[-203298,152938],[-203474,153559],[-204778,150335],[-192951,152032],[-193106,142980],[-195455,145835],[-195928,144153],[-196969,146896],[-199194,147308],[-198210,144330],[-193118,144380],[-192246,151851],[-196059,145599],[-196244,143564],[-196626,147309],[-198611,147639],[-199159,144644],[-193073,144205],[-193197,144320],[-197674,144910],[-197277,146183],[-200743,146326],[-200297,147547],[-194356,144428],[-192617,153325],[-196083,149783],[-197098,145550],[-195757,145288],[-201285,147153],[-198595,145089],[-199680,143921],[-199758,145783],[-192041,152319],[-192303,151560],[-200065,145094],[-192731,150399],[-192437,149548],[-198150,145408],[-200250,145019],[-197931,143606],[-198182,144442],[-199139,143413],[-194265,146112],[-198462,143002],[-197108,142547],[-199032,144051],[-198755,143475],[-198903,144912],[-195994,145984],[-196729,151427],[-196659,145169],[-198646,149408],[-192149,147904],[-198255,148498],[-199864,146931],[-195334,141804],[-192404,142798],[-195293,142557],[-199539,146970],[-192385,145583],[-195299,146221],[-194701,144963],[-194488,150608],[-192433,147710],[-194443,141556],[-198430,149583],[-194553,152153],[-193004,145156],[-197405,150441],[-193685,143318],[-197469,150454],[-192324,144670],[-195470,150485],[-194314,148735],[-192906,144797],[-196718,145503],[-192532,144609],[-195915,143612],[-194535,147001],[-192663,145688],[-194689,143801],[-195510,142130],[-195567,148378],[-195926,149656],[-196740,149700],[-192200,143972],[-192389,149552],[-194252,151082],[-194463,150247],[-194101,149220],[-193918,151088],[-192439,149375],[-192797,150567],[-193703,151270],[-192226,151883],[-194867,150213],[-195319,151580],[-194074,149478],[-200694,146031],[-201300,146930],[-201000,146896],[-201587,146350],[-200669,146760],[-199319,149258],[-193257,143733],[-199370,148563],[-198743,146699],[-198773,148189],[-199885,147262],[-198050,147097],[-195876,151548],[-199480,146917],[-200514,147048],[-194028,148030],[-194273,148425],[-193260,147375],[-194963,147288],[-194563,148515],[-194324,147869],[-193144,148621],[-193335,143798],[-195968,151586],[-195336,142168],[-195536,151652],[-195745,151241],[-199680,147875],[-198364,148646],[-198414,147797],[-198314,147252],[-199763,147138],[-195100,141729],[-195818,147215],[-196598,147584],[-194104,142147],[-194941,148057],[-195631,150969],[-197632,151054],[-195481,145291],[-196354,151968],[-196307,148978],[-196279,149366],[-195328,149299],[-195478,143578],[-194989,145118],[-196382,143719],[-195776,144288],[-195822,143964],[-196188,145326],[-195969,143851],[-195413,144338],[-196515,144746],[-196457,144932],[-196056,145550],[-195179,144202],[-195795,144002],[-196316,144032],[-194866,144576],[-195911,144157],[-195312,144747],[-195244,144730],[-195945,144683],[-196284,145000],[-195908,145272],[-196764,151414],[-195334,151105],[-196003,152309],[-197725,150730],[-197159,151534],[-196558,151737],[-197036,151869],[-197449,150958],[-197956,151216],[-197696,150625],[-197688,151667],[-194498,141874],[-194013,142671],[-193684,142858],[-193257,141847],[-193418,142586],[-194615,142697],[-194458,143122],[-194373,142476],[-193387,143087],[-192426,142736],[-192941,142466],[-192358,143104],[-193380,143906],[-192573,143608],[-192871,142806],[-192282,142716],[-192075,143351],[-192740,161711],[-196620,158946],[-196989,160883],[-194926,165874],[-197709,163763],[-197856,162561],[-198418,158964],[-199683,159754],[-199886,160482],[-199696,155343],[-198598,153834],[-197667,157834],[-198421,156192],[-204158,164971],[-203490,165563],[-193985,155483],[-192888,159361],[-197059,161781],[-194740,160623],[-194252,166135],[-195336,164782],[-198199,162914],[-199666,163035],[-199462,160764],[-200683,160392],[-199418,155543],[-198847,154555],[-198139,155760],[-198810,155948],[-203303,165475],[-203687,165814],[-194386,155794],[-193628,159065],[-193388,155524],[-193725,158528],[-194117,155882],[-194163,159179],[-192136,165507],[-192152,165639],[-192142,169140],[-192596,167790],[-193521,166820],[-195118,166677],[-196328,166870],[-192872,168027],[-192088,168300],[-202049,181429],[-202423,184691],[-198417,183318],[-200718,181692],[-201234,182100],[-202887,181380],[-200988,180962],[-199317,183721],[-202768,184367],[-199793,180799],[-202130,181587],[-198373,183842],[-200403,184412],[-200384,184636],[-199824,184097],[-199540,182904],[-202493,181624],[-202618,183756],[-198472,182866],[-199948,184892],[-199388,183981],[-192324,23022],[-193098,14692],[-192494,15290],[-192174,14498],[-194454,15559],[-196138,18684],[-193913,24501],[-194130,23851],[-194563,14335],[-197599,21096],[-193799,21951],[-195224,14541],[-197850,20298],[-193026,21048],[-192917,19562],[-202999,24327],[-202966,21569],[-204173,23603],[-192458,22733],[-193222,14336],[-192321,14401],[-194188,15652],[-196173,19492],[-194332,24274],[-194456,23548],[-194597,19608],[-198518,23123],[-199234,23744],[-198325,20815],[-194568,23654],[-194108,22764],[-195427,14502],[-204063,25696],[-192556,22645],[-192997,14414],[-192400,15101],[-196572,13266],[-196390,19474],[-193943,22386],[-193412,14725],[-192969,14310],[-192212,15341],[-194850,15470],[-196742,19435],[-196680,13219],[-195052,14286],[-194223,24663],[-194119,25468],[-193811,24687],[-194323,25732],[-194532,25298],[-194466,25753],[-204485,26693],[-193497,27082],[-200442,35411],[-199660,38485],[-203358,38196],[-201664,35769],[-203379,33043],[-202425,29002],[-204549,32437],[-196569,29450],[-193449,26712],[-195266,28275],[-200123,35888],[-199769,38326],[-192890,32028],[-194712,35229],[-202875,34929],[-195875,28688],[-195492,26882],[-196130,27182],[-192522,28073],[-204321,36098],[-195246,26780],[-193098,26189],[-194560,29367],[-197485,27523],[-200066,35528],[-199212,37841],[-193155,32141],[-193868,35300],[-192122,36341],[-202649,35056],[-195660,28430],[-195980,27423],[-192309,28045],[-192622,28617],[-197696,28158],[-200819,35708],[-199025,38471],[-201624,36467],[-202743,28858],[-192867,32513],[-194349,34907],[-203383,34823],[-196245,28712],[-194833,27821],[-195554,26726],[-196312,27096],[-192973,27880],[-193581,38591],[-192129,30030],[-192611,32770],[-194387,35055],[-202934,35070],[-195593,28174],[-195319,27861],[-195201,26582],[-196560,27861],[-192619,27823],[-201176,48746],[-202709,49414],[-199611,38829],[-199503,41114],[-192757,40833],[-192160,45212],[-192670,46229],[-193421,46523],[-196344,44017],[-196805,44608],[-195901,45507],[-195246,45237],[-193663,48358],[-192054,48412],[-192367,50548],[-193395,38666],[-192398,39684],[-201990,50780],[-201269,50960],[-201139,50766],[-198995,39047],[-199894,41652],[-192258,40154],[-193076,46380],[-193885,45837],[-199161,44726],[-199938,46759],[-204321,50456],[-199373,38844],[-199631,41770],[-192588,39989],[-192465,46315],[-193151,45670],[-203964,50184],[-199748,47352],[-200925,50187],[-200995,49186],[-203040,49556],[-203227,51392],[-199576,39742],[-199554,41076],[-192692,40533],[-192599,46595],[-193293,45870],[-197352,44687],[-196068,44899],[-195090,45010],[-193550,48346],[-192334,48116],[-192420,51197],[-193321,38963],[-192298,38823],[-201183,48779],[-202956,49683],[-195791,44497],[-197154,44600],[-196595,45689],[-194951,44795],[-193782,47947],[-192372,48828],[-200791,49136],[-202695,49452],[-204752,50818],[-195738,44460],[-196313,45349],[-195105,45592],[-194009,48838],[-192606,48490],[-194237,39324],[-192198,38871],[-196978,61103],[-197537,59546],[-199115,61597],[-197807,58862],[-202485,52270],[-202761,51750],[-196812,57185],[-196143,60014],[-192026,56415],[-201045,54275],[-197272,63861],[-204537,53713],[-204571,56742],[-193034,57057],[-194253,56390],[-194127,53625],[-196246,62564],[-196168,61899],[-196574,62314],[-196423,62387],[-196957,61458],[-196775,60374],[-198238,62709],[-203259,52467],[-203420,52818],[-203500,53523],[-196376,56009],[-194444,59419],[-193717,53219],[-199985,54531],[-201933,51702],[-204153,52035],[-204579,53431],[-203821,53733],[-204007,53516],[-204343,54936],[-204695,54973],[-193187,52792],[-195563,53905],[-195675,54150],[-194943,57149],[-196176,56997],[-195468,59032],[-193232,61639],[-193389,63174],[-194432,57049],[-199281,58075],[-200778,58971],[-202454,57425],[-201452,53968],[-200289,54078],[-199205,55894],[-200648,55656],[-199062,52461],[-198042,64195],[-198262,62070],[-198976,62872],[-198240,57295],[-199591,54551],[-202961,51879],[-202903,51482],[-204671,52051],[-204782,53641],[-203640,53401],[-204032,53730],[-204680,54640],[-193255,52295],[-194936,54561],[-195808,54445],[-195864,57498],[-196288,59413],[-193787,61793],[-193766,63050],[-193347,63920],[-194287,57947],[-198785,58381],[-201406,59145],[-201606,57755],[-201163,54379],[-200935,54869],[-198353,55984],[-201542,55413],[-199525,51901],[-198733,62029],[-198758,63199],[-198352,57664],[-199941,55018],[-202752,51555],[-204180,52211],[-204751,53498],[-203842,54077],[-204168,53418],[-204658,54646],[-193170,52356],[-196174,54577],[-195053,57226],[-195646,56644],[-196021,59711],[-193286,61419],[-193019,63258],[-194024,64132],[-194660,57449],[-199440,58062],[-201044,59509],[-201558,57370],[-201307,53984],[-200408,55010],[-198725,55353],[-200672,55801],[-199293,51835],[-198519,62785],[-198536,57637],[-199454,54245],[-202909,51573],[-204421,52556],[-204551,53339],[-203938,53329],[-204729,55221],[-201612,55737],[-193279,52875],[-195352,54882],[-194361,56874],[-196077,56996],[-195973,59255],[-193192,61416],[-193596,62805],[-194142,57180],[-199637,57733],[-201486,59491],[-201976,57810],[-200254,54275],[-199144,55510],[-198732,52188],[-198492,62441],[-198103,57246],[-200036,54352],[-193260,64212],[-194711,64731],[-194261,66972],[-193769,67889],[-193857,69113],[-194181,69958],[-193800,65073],[-195006,66918],[-203479,71985],[-199226,67308],[-197158,64346],[-196471,68028],[-197247,68263],[-197391,66080],[-196388,65591],[-199790,72527],[-198537,71985],[-195858,70044],[-194913,69569],[-204234,73879],[-199906,68025],[-194643,69924],[-198263,66291],[-197281,65138],[-193982,64593],[-195046,64395],[-194157,66576],[-193726,67558],[-194431,69142],[-194025,70186],[-193901,65097],[-195206,66478],[-204657,70186],[-203801,72108],[-199412,67832],[-198895,64213],[-197733,64231],[-196812,67413],[-197070,68425],[-197143,66739],[-196759,65500],[-194898,64479],[-194430,67395],[-194434,67977],[-194043,69026],[-193807,69786],[-193553,65095],[-195193,66533],[-203235,72478],[-199554,67781],[-198713,64491],[-197153,64754],[-196645,68737],[-197363,66740],[-196403,65699],[-195000,65072],[-194290,66563],[-193961,67627],[-193964,69087],[-194477,70354],[-193890,65614],[-194798,66563],[-204617,70820],[-203691,72307],[-199054,67745],[-198041,65025],[-197303,64234],[-197073,67663],[-197161,68309],[-197069,66605],[-196650,65846],[-195045,87989],[-198780,81502],[-198419,84262],[-195927,81263],[-193761,81579],[-192246,79667],[-196086,86455],[-196775,85572],[-199389,86167],[-200653,86307],[-202143,88091],[-202520,89341],[-204248,85962],[-203184,85161],[-204450,84038],[-198876,84881],[-195711,87123],[-196270,86467],[-196422,85675],[-197642,86185],[-199375,86067],[-199931,86241],[-202009,87645],[-201806,89597],[-203934,86465],[-203699,85310],[-204672,84960],[-204424,84154],[-195452,86910],[-195752,86042],[-196620,84904],[-198008,86598],[-199034,86839],[-199898,86721],[-201631,87209],[-202202,89743],[-204187,86730],[-203133,85306],[-204416,84539],[-195108,86455],[-195637,86520],[-196155,85628],[-197534,86197],[-199869,86038],[-199772,86906],[-201426,87208],[-202110,89673],[-204356,86555],[-203203,85414],[-204684,84769],[-200090,94033],[-200314,96451],[-194744,98148],[-202267,101649],[-199836,100145],[-201204,101758],[-202176,102323],[-202108,101567],[-199565,100314],[-201046,101727],[-201842,101574],[-200520,101475],[-202467,102148],[-199458,100541],[-200509,101915],[-195601,90323],[-203812,92807],[-203568,90250],[-197110,90007],[-194871,101971],[-203329,92464],[-201383,90713],[-203512,93203],[-203289,90292],[-203952,91980],[-200932,91281],[-203756,93190],[-203555,90321],[-203829,91900],[-201025,91355],[-204116,92987],[-202787,90343],[-199723,106872],[-197549,113621],[-199603,112222],[-202384,103279],[-200708,103458],[-203957,115329],[-197476,104576],[-204577,107881],[-204395,112931],[-204356,111659],[-200720,103975],[-204001,113368],[-202184,103568],[-204637,111904],[-203119,103037],[-193660,104453],[-193169,107736],[-200317,115025],[-204326,120235],[-199002,119932],[-200749,118333],[-201872,117834],[-202281,126579],[-202200,124886],[-202739,125736],[-202682,127994],[-204430,121838],[-204518,122881],[-202968,119991],[-201531,117512],[-201588,117216],[-201812,117406],[-202466,127274],[-201978,125014],[-200710,118072],[-202120,126921],[-202390,125178],[-202729,125445],[-201120,118194],[-202437,126630],[-202362,124590],[-200858,117705],[-200939,117294],[-202519,126941],[-202668,124968],[-202114,126104],[-201416,117428],[-201869,117193],[-201108,117264],[-202743,127156],[-202072,124384],[-202685,125602],[-200644,126532],[-192684,124671],[-193987,128172],[-193753,118820],[-194475,119686],[-196821,124348],[-196420,123154],[-196391,124868],[-198466,117520],[-192112,123465],[-194621,127232],[-194007,118144],[-194307,119693],[-196884,123585],[-196025,124969],[-192706,124202],[-193393,123950],[-192643,125910],[-199928,115881],[-194023,118748],[-194306,120073],[-196958,123064],[-196434,123748],[-196229,125055],[-196776,126391],[-193352,126575],[-199284,116938],[-193841,118750],[-195102,119330],[-197169,124440],[-197439,123477],[-196288,123613],[-196720,125196],[-194891,128166],[-194174,118587],[-195056,119846],[-196322,124460],[-197243,123295],[-196355,123464],[-196825,125247],[-194025,118715],[-194443,119450],[-196348,123132],[-196989,125117],[-215498,-127285],[-214561,-127078],[-216207,-126032],[-216205,-124313],[-216295,-124071],[-205711,-126968],[-210101,-120798],[-210584,-120701],[-211387,-120424],[-210310,-120380],[-210415,-120145],[-216535,-118344],[-216352,-118474],[-216640,-118147],[-215194,-120616],[-215656,-120013],[-215483,-120231],[-216135,-119968],[-217004,-119925],[-217058,-119174],[-217556,-119458],[-213023,-116819],[-213231,-117020],[-214701,-120760],[-214710,-122149],[-212626,-119196],[-206579,-120179],[-215545,-127055],[-216468,-123915],[-206452,-125964],[-205596,-126833],[-211258,-126321],[-214624,-122896],[-205604,-127395],[-214783,-127020],[-214163,-127349],[-214665,-126885],[-215728,-126989],[-215511,-126905],[-215982,-126109],[-215974,-125849],[-216199,-123837],[-216455,-123750],[-216987,-123385],[-216617,-124653],[-205044,-125844],[-206259,-125511],[-206606,-125745],[-207308,-123213],[-205444,-127792],[-206208,-127453],[-208671,-121279],[-208900,-120932],[-206697,-126750],[-207149,-126490],[-206004,-121316],[-206216,-121083],[-210227,-121108],[-210415,-120842],[-210518,-121211],[-210852,-120740],[-210533,-120201],[-211378,-119938],[-211506,-119732],[-211566,-120312],[-211190,-119615],[-211331,-119335],[-211512,-119030],[-211775,-119390],[-211730,-119009],[-216917,-116959],[-215694,-120308],[-215461,-120703],[-216390,-119951],[-214839,-119580],[-214678,-119822],[-213155,-117289],[-214639,-121076],[-210491,-119338],[-211570,-118497],[-208301,-120159],[-205660,-123619],[-207816,-125452],[-208330,-126224],[-209358,-121084],[-207375,-122360],[-209341,-122876],[-216383,-121967],[-217386,-122769],[-215462,-126446],[-206519,-126116],[-206036,-126542],[-205957,-126852],[-205919,-127091],[-205731,-127117],[-205887,-126357],[-207437,-123393],[-206412,-123524],[-205077,-121367],[-207235,-125353],[-208959,-120755],[-207580,-126480],[-207308,-126238],[-211944,-118816],[-215851,-115341],[-216887,-120499],[-216275,-117448],[-215850,-117275],[-213441,-116895],[-214252,-121158],[-204945,-126857],[-211685,-127081],[-214302,-126621],[-214146,-126763],[-207383,-126883],[-209406,-121639],[-208763,-124043],[-208150,-122567],[-209671,-121811],[-208870,-123391],[-217464,-117885],[-216646,-117910],[-216940,-118332],[-214584,-123639],[-213945,-125813],[-215129,-125850],[-206238,-120236],[-204960,-115157],[-207904,-118172],[-204876,-117898],[-209473,-115872],[-212107,-115120],[-209969,-115756],[-207459,-115837],[-206958,-116086],[-208379,-116143],[-210560,-115956],[-209631,-116012],[-216219,-127724],[-216816,-127165],[-205215,-117686],[-209192,-115561],[-209818,-115583],[-208573,-116294],[-208082,-117849],[-207735,-118018],[-207836,-117711],[-207108,-118032],[-210112,-116911],[-205386,-118070],[-208789,-116810],[-208906,-116836],[-205211,-118480],[-216938,-126968],[-205503,-117563],[-206416,-117091],[-206448,-116695],[-206037,-117107],[-211116,-116059],[-209245,-115742],[-208113,-116318],[-208331,-116773],[-217068,-127289],[-217271,-127061],[-217522,-126652],[-211716,-116572],[-207215,-118236],[-204957,-118349],[-209535,-117226],[-205066,-115934],[-207659,-116634],[-205637,-117269],[-209477,-116874],[-208408,-115583],[-205920,-117558],[-206248,-118027],[-210475,-116518],[-208097,-117004],[-212802,-131913],[-213957,-131350],[-213417,-129902],[-212316,-136310],[-205898,-127806],[-206462,-129899],[-212972,-129466],[-214319,-132519],[-213931,-131092],[-213799,-131184],[-210222,-133233],[-210089,-132148],[-209873,-131931],[-210533,-133281],[-208394,-130775],[-208502,-131094],[-208266,-130217],[-209965,-131269],[-211392,-127891],[-210042,-128772],[-209784,-129552],[-210372,-129982],[-211030,-130328],[-211164,-130233],[-210647,-131091],[-210310,-130850],[-209870,-130309],[-207792,-140458],[-213514,-129689],[-213054,-130035],[-213617,-129108],[-214275,-130255],[-213088,-130698],[-213976,-129410],[-213746,-135566],[-206061,-130649],[-212798,-129754],[-214506,-132768],[-214211,-133171],[-214569,-132539],[-208374,-130993],[-208262,-131175],[-209155,-131342],[-209952,-132571],[-210180,-134084],[-208621,-131342],[-209835,-129745],[-210578,-130873],[-210758,-139082],[-211175,-140496],[-214743,-130930],[-214029,-131062],[-207530,-140186],[-213214,-130504],[-213428,-135771],[-212734,-130921],[-212823,-131293],[-212553,-131663],[-213039,-131202],[-214468,-130453],[-214115,-130677],[-212978,-130911],[-213060,-130449],[-214038,-135022],[-213201,-135887],[-213941,-134768],[-213778,-135030],[-214237,-134120],[-212808,-135773],[-212699,-136072],[-212784,-135417],[-213036,-135656],[-212364,-136535],[-206036,-130415],[-213081,-129601],[-209418,-131095],[-211231,-131081],[-210492,-132539],[-206026,-129483],[-207999,-138424],[-207301,-139992],[-205784,-127896],[-214670,-130116],[-215632,-132174],[-216271,-130900],[-207269,-132374],[-206776,-134219],[-216422,-137037],[-205674,-136387],[-215812,-129817],[-215938,-129493],[-215100,-129214],[-217459,-130689],[-216098,-131156],[-205826,-131827],[-206843,-132105],[-206841,-131637],[-206386,-131692],[-207469,-132426],[-205171,-133250],[-205562,-135790],[-216574,-138161],[-217141,-136720],[-215561,-134328],[-215777,-134170],[-217127,-133454],[-215388,-137243],[-215234,-137459],[-216683,-130592],[-216448,-128113],[-216359,-128416],[-216485,-128330],[-215288,-130326],[-217386,-136471],[-217159,-139010],[-217282,-136101],[-207743,-131853],[-216116,-128472],[-215859,-127909],[-214361,-129824],[-214400,-129984],[-215097,-130348],[-205562,-133948],[-205232,-134709],[-216487,-131188],[-216735,-130863],[-215949,-132128],[-205826,-133962],[-204953,-134030],[-206469,-134065],[-206374,-134790],[-206602,-134763],[-205920,-134521],[-215315,-135260],[-215720,-135094],[-216989,-133065],[-217197,-132528],[-216288,-134319],[-217474,-136211],[-217208,-136290],[-217084,-135147],[-215470,-138687],[-215472,-137623],[-216218,-137204],[-214556,-139068],[-214383,-138580],[-205337,-134051],[-206407,-135433],[-204969,-136049],[-214618,-129805],[-216644,-138659],[-213809,-138539],[-217405,-134262],[-206320,-135650],[-216515,-136769],[-205612,-134145],[-216407,-137425],[-216484,-140316],[-214540,-138492],[-216629,-138402],[-204858,-142300],[-204954,-147076],[-206381,-141235],[-206861,-141904],[-206339,-143759],[-209868,-141937],[-204843,-146365],[-205175,-150280],[-206573,-149240],[-207364,-145753],[-205399,-142377],[-206648,-143206],[-209633,-141124],[-207503,-140735],[-206414,-149511],[-206797,-148748],[-208264,-144596],[-206170,-141375],[-205542,-142061],[-205757,-143998],[-209611,-141409],[-205088,-146846],[-205523,-149982],[-206855,-148950],[-207734,-145139],[-205450,-150672],[-210261,-141965],[-206356,-142022],[-205958,-143782],[-209914,-141480],[-205442,-150224],[-206419,-149040],[-207722,-145573],[-216638,-152042],[-214806,-153077],[-216125,-153282],[-215885,-150745],[-215944,-152195],[-214580,-152329],[-216767,-141358],[-217325,-141460],[-217444,-148976],[-216716,-148580],[-217485,-147399],[-215527,-147994],[-215480,-147601],[-215850,-146948],[-209546,-144146],[-209761,-144954],[-210021,-145556],[-210067,-150097],[-212503,-147593],[-214864,-145951],[-216494,-142488],[-215448,-140655],[-214988,-146992],[-214761,-149416],[-216608,-151364],[-216919,-153159],[-215047,-140694],[-213256,-142033],[-213067,-142267],[-214581,-140918],[-214030,-140659],[-215513,-141438],[-213123,-148307],[-210901,-146258],[-211994,-145617],[-212540,-147558],[-211496,-146895],[-213253,-146829],[-212710,-145334],[-210658,-146791],[-210921,-148070],[-210592,-148041],[-210526,-148388],[-215318,-145513],[-213712,-144336],[-213421,-144140],[-215879,-143850],[-215818,-145348],[-214805,-143622],[-214882,-143396],[-210623,-152063],[-210158,-151650],[-210008,-153001],[-209713,-152026],[-210326,-149532],[-208903,-150533],[-210496,-150037],[-210584,-149342],[-210210,-151075],[-209347,-148603],[-217070,-141304],[-217106,-140756],[-216880,-148766],[-217472,-148770],[-217309,-147068],[-217100,-147192],[-216932,-149532],[-216775,-149594],[-215431,-147851],[-215071,-147195],[-215116,-145807],[-215165,-145463],[-217263,-145773],[-217334,-145939],[-207365,-151415],[-210350,-147267],[-210622,-148588],[-210072,-147707],[-210426,-149025],[-215502,-144165],[-211629,-146974],[-216444,-142354],[-215281,-141735],[-216769,-140888],[-215815,-142135],[-216175,-144734],[-215658,-145252],[-212676,-150484],[-211681,-152059],[-216695,-151548],[-217083,-152982],[-216170,-151231],[-216494,-153217],[-214997,-151671],[-217006,-151069],[-216802,-151122],[-213848,-144297],[-213983,-146478],[-214328,-144397],[-212942,-148124],[-210961,-145985],[-208623,-148322],[-209300,-150259],[-209914,-144104],[-210778,-143730],[-210302,-144513],[-210902,-149836],[-209814,-148343],[-211956,-146344],[-211325,-148702],[-214315,-145659],[-212279,-146162],[-216571,-142239],[-215922,-141788],[-213971,-144875],[-215445,-144244],[-211577,-148577],[-213961,-150065],[-213883,-159241],[-211989,-159622],[-211453,-158208],[-212001,-157782],[-213244,-159221],[-204853,-163389],[-205941,-157028],[-205598,-157213],[-214624,-159447],[-210970,-158267],[-205228,-156864],[-204977,-156767],[-211265,-158222],[-205260,-163632],[-205677,-156365],[-212167,-162181],[-212900,-162660],[-214876,-163929],[-212594,-163109],[-214277,-162871],[-213257,-165345],[-212612,-162702],[-214420,-163832],[-212577,-164841],[-213365,-154938],[-213108,-155450],[-214071,-154489],[-212550,-162849],[-212750,-164927],[-214339,-153434],[-211901,-162051],[-212813,-163497],[-215096,-164025],[-213489,-164738],[-213296,-164896],[-213256,-165035],[-215113,-154237],[-215689,-154092],[-208556,-153610],[-214082,-162787],[-213427,-165139],[-210365,-153526],[-209307,-153434],[-207754,-154513],[-210673,-178241],[-210402,-178294],[-213438,-178299],[-214319,-178650],[-214568,-178783],[-214677,-178447],[-213504,-174205],[-211877,-178532],[-209604,-177997],[-209467,-177774],[-205006,-177484],[-205443,-177444],[-213704,-173984],[-205110,-177746],[-213507,-173894],[-205985,-178560],[-211861,-177224],[-210410,-178101],[-213468,-173997],[-205467,-174892],[-211973,-174892],[-211227,-173261],[-205877,-170954],[-212492,-172419],[-205656,-174607],[-205124,-170914],[-211098,-174786],[-206624,-170667],[-207318,-170926],[-207566,-170517],[-207592,-170109],[-208915,-171672],[-206781,-169927],[-207772,-170322],[-206691,-170218],[-205927,-169536],[-207426,-170427],[-205850,-168373],[-206906,-169736],[-206408,-170390],[-207550,-169037],[-206554,-170220],[-210697,-171650],[-216109,-180503],[-216450,-180775],[-216191,-180303],[-215435,-179814],[-216000,-179926],[-215775,-180097],[-213715,-179793],[-214124,-180040],[-215618,-186306],[-217592,-190374],[-217425,-190764],[-216907,-184225],[-216424,-180417],[-216426,-180150],[-215701,-180247],[-214314,-179949],[-215928,-179728],[-214216,-180266],[-206102,-179336],[-212213,-179974],[-210690,-180193],[-215711,-185241],[-215908,-180995],[-215262,-180994],[-205596,-190981],[-208514,-189824],[-208543,-189591],[-207125,-190427],[-207386,-190481],[-207253,-190104],[-205523,-189705],[-210870,-182511],[-210657,-182012],[-211532,-182465],[-211906,-183090],[-205016,-188168],[-206896,-186935],[-206066,-187664],[-206076,-186348],[-208197,-189364],[-207731,-187526],[-211241,-190840],[-213355,-183043],[-213652,-182480],[-207432,-182400],[-212841,-187574],[-207981,-185444],[-208524,-189898],[-208274,-190154],[-207277,-190746],[-209206,-183369],[-209824,-183169],[-209988,-182670],[-210491,-182732],[-210971,-183076],[-211208,-181316],[-211525,-181093],[-213207,-180787],[-213215,-180351],[-214392,-180678],[-207889,-183419],[-207438,-183889],[-206541,-183910],[-206695,-184241],[-205743,-184736],[-207798,-183175],[-205005,-188704],[-204831,-188528],[-205242,-183490],[-208665,-183299],[-205126,-186511],[-206220,-183753],[-214200,-182106],[-206284,-183873],[-205374,-186782],[-210060,-182103],[-211338,-180712],[-211968,-180518],[-210588,-182582],[-212832,-182434],[-213299,-182366],[-204867,-184228],[-206918,-182392],[-205225,-187777],[-211194,-186266],[-208518,-189594],[-209533,-188032],[-207691,-187546],[-204980,-187303],[-214878,-185589],[-212562,-186505],[-207531,-189481],[-211098,-190266],[-212536,-180585],[-212194,-182173],[-212009,-183864],[-211067,-183739],[-205754,-183492],[-206574,-182193],[-210973,-189603],[-208743,-186162],[-209990,-185840],[-207664,-184195],[-213607,-183077],[-207588,-190672],[-210024,-189655],[-211921,-182430],[-209088,-181612],[-210775,-184029],[-204961,-184208],[-210464,-189835],[-207149,-187415],[-215491,-197453],[-217515,-200789],[-214245,-192882],[-208940,-195351],[-209598,-194458],[-216252,-198095],[-215221,-196769],[-217163,-200057],[-217594,-200327],[-215400,-192018],[-215696,-192627],[-207968,-192511],[-204863,-202702],[-204914,-203163],[-206924,-192350],[-207018,-192511],[-207339,-192163],[-211372,-201526],[-205238,-203285],[-217393,-193605],[-206135,-201560],[-206178,-201613],[-206163,-199308],[-205182,-201892],[-205599,-202715],[-204955,-200703],[-205427,-204473],[-216908,-194749],[-205089,-203359],[-216897,-196926],[-210196,-192699],[-216313,-209290],[-215544,-211000],[-213428,-215713],[-216667,-214031],[-213250,-215463],[-209691,-217200],[-209269,-211887],[-208756,-213188],[-210266,-213660],[-209665,-212986],[-212876,-214195],[-212912,-214227],[-212683,-213626],[-213496,-211973],[-213607,-211871],[-213796,-212548],[-214641,-210196],[-214908,-210323],[-214293,-210262],[-215701,-208891],[-215018,-206776],[-215256,-207419],[-215139,-207019],[-215659,-212728],[-215705,-212846],[-217162,-212667],[-216637,-211867],[-217152,-211875],[-216496,-213866],[-212522,-216308],[-212882,-217122],[-209708,-217178],[-209303,-217334],[-209319,-217281],[-209337,-213112],[-209401,-211789],[-209574,-213459],[-209733,-213245],[-210245,-213892],[-212687,-214393],[-213082,-213612],[-213180,-213589],[-213801,-211985],[-213392,-211943],[-214066,-211957],[-214933,-210591],[-215075,-210346],[-215063,-210322],[-215408,-209018],[-215509,-206696],[-215408,-207300],[-215313,-206810],[-215626,-212832],[-215684,-213696],[-215949,-212722],[-216832,-212429],[-216437,-212103],[-217415,-212366],[-217115,-214007],[-214722,-210056],[-216385,-211601],[-216859,-209941],[-206676,-207437],[-207486,-209200],[-205513,-208308],[-205197,-207630],[-206944,-214234],[-207173,-214691],[-207518,-213948],[-208631,-212191],[-216450,-214127],[-217032,-214617],[-206569,-205567],[-206682,-207183],[-206958,-208500],[-205142,-207406],[-207013,-205784],[-206013,-215670],[-207208,-213632],[-207983,-213105],[-207456,-212176],[-206994,-207112],[-206729,-209090],[-205089,-208176],[-207687,-213877],[-207790,-214191],[-206861,-214732],[-208780,-212599],[-215090,-213515],[-216634,-214562],[-216605,-214330],[-206662,-206118],[-207721,-211320],[-206037,-207628],[-206894,-207485],[-207464,-208780],[-205458,-208476],[-205045,-207831],[-207253,-206240],[-205287,-215893],[-214681,-220362],[-215104,-220415],[-212447,-218867],[-208074,-218709],[-207343,-217999],[-207139,-218462],[-208796,-217686],[-209029,-217955],[-206058,-218798],[-206008,-218528],[-205989,-218169],[-215132,-221020],[-214911,-220445],[-214917,-220525],[-212242,-219762],[-212095,-219899],[-212877,-219504],[-210832,-220341],[-210414,-220585],[-210189,-220696],[-212010,-219123],[-211858,-218538],[-211565,-218472],[-208692,-220678],[-208721,-221085],[-208160,-221226],[-213959,-220635],[-211567,-219048],[-210675,-220911],[-211317,-220860],[-213127,-220518],[-213796,-221556],[-212822,-222850],[-211952,-222463],[-210864,-227810],[-207136,-217974],[-208111,-218649],[-207984,-218493],[-206150,-218607],[-205961,-218125],[-206285,-219025],[-214813,-220283],[-214794,-221029],[-214382,-220325],[-212134,-219262],[-212208,-219642],[-212472,-219135],[-209986,-221042],[-209952,-220978],[-210023,-220333],[-212234,-219029],[-212166,-218852],[-211740,-219156],[-208148,-221609],[-208331,-221456],[-207964,-221558],[-211463,-226630],[-211135,-229590],[-215302,-228983],[-205583,-228147],[-209006,-228147],[-210774,-229376],[-215128,-228623],[-215679,-229706],[-207930,-229602],[-206983,-229943],[-211414,-229558],[-210447,-229740],[-214099,-229954],[-206440,-227346],[-211560,-229500],[-214855,-228561],[-217502,-229851],[-207442,-230235],[-210150,-231743],[-210345,-230471],[-216156,-232744],[-207954,-233358],[-207350,-242377],[-213477,-241659],[-214642,-241628],[-215477,-240207],[-205729,-230754],[-210643,-231012],[-213078,-230253],[-216196,-230973],[-214972,-233453],[-205344,-234967],[-209209,-233792],[-208792,-233926],[-210904,-236254],[-210781,-236634],[-207939,-238512],[-207604,-236756],[-206333,-236969],[-208545,-242719],[-205646,-240098],[-209891,-242168],[-208966,-241667],[-214509,-235721],[-216738,-236622],[-216663,-236153],[-211537,-240152],[-212376,-240326],[-217164,-241801],[-216704,-242793],[-205439,-234206],[-207356,-242695],[-212462,-242508],[-214175,-241635],[-215635,-240055],[-213762,-231536],[-215757,-234639],[-209071,-235914],[-207749,-242948],[-212539,-242059],[-214357,-240806],[-215238,-239290],[-206664,-230229],[-210778,-230692],[-212589,-231195],[-217455,-232482],[-208835,-233883],[-207780,-242993],[-212252,-241835],[-214854,-241508],[-215315,-240080],[-208346,-3690],[-214308,-1176],[-216592,-1862],[-217195,-1084],[-216131,-1817],[-208026,-3957],[-213636,-1358],[-216243,-1918],[-214366,-1287],[-208620,-4314],[-214152,-1331],[-215975,-255182],[-216772,-253230],[-216165,-253261],[-209563,-255182],[-211244,-251555],[-213769,-253119],[-208594,-248833],[-208949,-248471],[-209308,-248860],[-213503,-245835],[-209947,-244532],[-209310,-246625],[-207839,-245557],[-214311,-244958],[-214720,-252512],[-215885,-250408],[-209175,-254480],[-209875,-252089],[-213137,-250012],[-215569,-246076],[-211860,-253450],[-214128,-252465],[-216545,-251526],[-208351,-248908],[-208246,-248523],[-209693,-248642],[-209848,-247380],[-211473,-246344],[-213443,-245192],[-213269,-245413],[-210200,-243994],[-209006,-246022],[-208254,-245603],[-215079,-243887],[-206821,-253997],[-206494,-253023],[-207392,-251504],[-207715,-250084],[-214742,-252979],[-207508,-254985],[-209608,-251753],[-214926,-247506],[-212789,-253608],[-208349,-248357],[-208519,-249178],[-208263,-249129],[-212518,-245623],[-209996,-244532],[-208765,-246222],[-208062,-245978],[-214260,-244430],[-215783,-252855],[-208119,-255259],[-210748,-250954],[-216927,-247275],[-216577,-247346],[-210214,-253579],[-213063,-255392],[-216540,-251656],[-217283,-252367],[-204965,-243983],[-204900,-243080],[-209733,-247030],[-211529,-245672],[-209445,-247425],[-209538,-247264],[-212910,-244262],[-212785,-244497],[-215847,-251708],[-209893,-249247],[-209785,-249939],[-211843,-246953],[-212618,-246577],[-210139,-244236],[-208521,-246135],[-207749,-245777],[-214906,-243709],[-207466,-253482],[-207448,-251315],[-208120,-265697],[-210234,-263664],[-215945,-261774],[-217310,-257674],[-213172,-258578],[-211031,-260922],[-208680,-260713],[-207323,-263885],[-212043,-267586],[-211334,-262216],[-206485,-259904],[-207306,-256191],[-210691,-259629],[-210015,-260120],[-214634,-267414],[-207073,-265143],[-205429,-261598],[-210262,-266045],[-212466,-261642],[-210534,-263799],[-213550,-268469],[-212311,-265055],[-210656,-262200],[-208304,-263958],[-208103,-263061],[-207340,-267793],[-209107,-267409],[-207260,-266195],[-206680,-266743],[-207859,-267273],[-208716,-266422],[-208227,-264971],[-205515,-265331],[-208905,-268493],[-209374,-267537],[-211873,-267023],[-212276,-267036],[-212700,-264920],[-211181,-264791],[-210297,-265165],[-210250,-265619],[-211176,-265936],[-211119,-267894],[-205006,-261725],[-204959,-263810],[-205135,-263375],[-205983,-263163],[-208528,-260535],[-206245,-264749],[-208082,-266062],[-206940,-264148],[-208890,-265881],[-210308,-268430],[-210219,-261653],[-207065,-265170],[-209920,-265281],[-213635,-263988],[-213391,-258945],[-212449,-259696],[-209495,-258816],[-209886,-260024],[-205931,-267062],[-215562,-268249],[-215124,-265897],[-206467,-263754],[-205929,-260648],[-212076,-268322],[-213741,-266689],[-213126,-262848],[-208137,-264481],[-208310,-262330],[-207109,-268527],[-207912,-265897],[-205224,-266099],[-209767,-267536],[-211326,-267727],[-212453,-266223],[-211391,-263952],[-210326,-265422],[-206098,-263883],[-205340,-264077],[-211243,-271893],[-213581,-270819],[-209637,-269974],[-215550,-277483],[-216682,-280950],[-205557,-269190],[-209915,-269364],[-206467,-269989],[-208294,-278242],[-208740,-278609],[-207188,-280622],[-205194,-279130],[-216847,-270595],[-211206,-269753],[-213205,-270950],[-214474,-269767],[-206881,-270299],[-216134,-278496],[-215232,-279085],[-214064,-268862],[-212651,-270456],[-214360,-268787],[-211026,-272685],[-206552,-272368],[-207503,-269168],[-209458,-270000],[-210593,-269194],[-209121,-270963],[-208761,-279054],[-214338,-272857],[-214376,-272259],[-212744,-272669],[-214207,-271844],[-210483,-271396],[-215707,-269151],[-217593,-272282],[-211932,-271318],[-212831,-270298],[-205792,-269545],[-215470,-279369],[-216693,-279565],[-213333,-270178],[-210854,-272364],[-210996,-273257],[-208736,-272270],[-207623,-270730],[-206234,-272705],[-207939,-269790],[-209764,-270720],[-208944,-270679],[-214184,-272571],[-215126,-272678],[-213399,-272923],[-216619,-271051],[-216806,-269466],[-210561,-270787],[-206320,-271650],[-208163,-278927],[-208838,-277413],[-208936,-277111],[-206976,-279187],[-208163,-280559],[-205106,-280170],[-208217,-281065],[-208225,-280913],[-205876,-281039],[-210891,-271517],[-215042,-269481],[-217341,-270794],[-212388,-269731],[-212994,-271970],[-208327,-269630],[-216549,-279581],[-209507,-292250],[-206634,-292590],[-210667,-291433],[-214862,-285570],[-213071,-287658],[-207944,-287666],[-210802,-289355],[-212013,-286569],[-216232,-292704],[-216015,-293715],[-216981,-283090],[-214796,-285279],[-215136,-288285],[-213907,-287574],[-211093,-290491],[-210457,-288926],[-207653,-289878],[-206188,-291373],[-212666,-291475],[-212995,-290602],[-210772,-289689],[-212096,-288662],[-213664,-285883],[-213867,-285629],[-216003,-292568],[-215028,-291268],[-205498,-291357],[-206025,-294181],[-215790,-293530],[-213678,-292316],[-205414,-282432],[-205790,-283587],[-207819,-283317],[-209839,-292867],[-216734,-293376],[-217132,-282984],[-214517,-283107],[-214393,-288742],[-210707,-286544],[-207546,-289457],[-207822,-289502],[-208202,-291016],[-204897,-292485],[-211240,-288775],[-212927,-289553],[-212225,-286449],[-211455,-285293],[-214922,-290233],[-205462,-286445],[-207938,-291431],[-205013,-286723],[-211780,-293424],[-215537,-292133],[-207949,-294116],[-215752,-281407],[-215989,-285215],[-210687,-287842],[-211745,-291149],[-213244,-289570],[-212140,-285925],[-214833,-291961],[-217370,-289784],[-216953,-290334],[-217590,-290287],[-217024,-299541],[-210180,-301177],[-215533,-305822],[-213323,-299313],[-217590,-304874],[-206175,-297442],[-211470,-295495],[-206093,-295469],[-211082,-296728],[-213131,-297039],[-207837,-300788],[-213997,-303558],[-216080,-295287],[-214728,-305103],[-213242,-301139],[-214396,-297142],[-216645,-301712],[-208675,-300481],[-211856,-302349],[-211901,-296347],[-212641,-296389],[-209565,-294506],[-214739,-303759],[-211925,-302102],[-207852,-300359],[-210336,-301558],[-207971,-297233],[-214609,-297418],[-212280,-306063],[-210845,-298614],[-212276,-302955],[-215033,-305434],[-211491,-300026],[-206221,-295826],[-213724,-296238],[-213404,-302943],[-211320,-294529],[-213483,-304884],[-205665,-296452],[-211280,-303705],[-215023,-298634],[-213435,-294373],[-213307,-297190],[-215815,-305319],[-204982,-295810],[-212550,-305584],[-212099,-296854],[-213580,-295506],[-205004,-296083],[-213623,-305556],[-213668,-305982],[-212810,-301398],[-207879,-300592],[-206212,-295040],[-210157,-301492],[-216595,-303602],[-213647,-298113],[-209641,-297739],[-211858,-299678],[-208106,-300778],[-217272,-303657],[-212176,-295650],[-211882,-299234],[-215468,-303220],[-205946,-299552],[-208635,-304018],[-205046,-305266],[-206886,-298842],[-209376,-305852],[-209582,-303461],[-210530,-305894],[-208097,-303870],[-211434,-305559],[-206838,-306106],[-208246,-305767],[-206742,-299777],[-206507,-297760],[-206423,-300674],[-206330,-302455],[-209901,-305550],[-206877,-306390],[-211067,-305658],[-205029,-306919],[-204853,-299475],[-206366,-306075],[-210169,-303096],[-205863,-298680],[-210081,-305346],[-215134,-307434],[-215460,-309920],[-216348,-310357],[-216474,-310661],[-217242,-311184],[-214547,-308166],[-216503,-308879],[-215111,-308422],[-215671,-308175],[-207000,-313894],[-209963,-312097],[-214067,-313061],[-207555,-317729],[-214330,-319265],[-213819,-311571],[-209002,-314555],[-206135,-315144],[-209003,-309327],[-206121,-309525],[-208615,-310611],[-208988,-317231],[-210891,-307982],[-209083,-309715],[-215160,-312245],[-212827,-309863],[-211931,-307857],[-211866,-315621],[-211911,-317840],[-215203,-317647],[-214320,-313638],[-210639,-307151],[-213305,-317170],[-216045,-315401],[-210330,-311247],[-213008,-309788],[-211556,-314949],[-211137,-309199],[-206971,-310691],[-213058,-314630],[-205234,-309932],[-208386,-312511],[-216182,-311196],[-208060,-317930],[-209770,-315097],[-207970,-310184],[-213786,-318998],[-206300,-313287],[-212983,-308956],[-214383,-316347],[-207894,-318699],[-211569,-316947],[-215395,-315855],[-208808,-311281],[-210244,-309699],[-211779,-314584],[-211691,-312035],[-215719,-311554],[-215050,-319164],[-208039,-317863],[-208088,-314838],[-206869,-308777],[-207759,-317645],[-212030,-307398],[-213723,-328305],[-211312,-325394],[-210388,-321791],[-208733,-328205],[-209659,-322206],[-212951,-326903],[-214057,-331788],[-216607,-324412],[-217252,-327202],[-216470,-324177],[-209459,-322297],[-215897,-331699],[-211041,-321960],[-216615,-320257],[-207883,-322192],[-215772,-332035],[-216967,-329445],[-209522,-321969],[-211593,-328532],[-216101,-325199],[-210267,-322362],[-217584,-325261],[-210406,-322989],[-214710,-322978],[-209122,-321601],[-210645,-323142],[-214958,-322257],[-214506,-322325],[-216408,-320065],[-212907,-325355],[-209649,-322064],[-215225,-321737],[-216649,-320273],[-216202,-338549],[-216341,-345149],[-215222,-334237],[-215742,-338491],[-214834,-340394],[-212738,-337153],[-216400,-338153],[-214577,-339916],[-213779,-334310],[-215005,-338563],[-204963,-357668],[-205963,-355769],[-215793,-357535],[-204907,-362019],[-205020,-361627],[-211582,-22653],[-211958,-13570],[-209070,-15539],[-210391,-16294],[-216152,-25379],[-217012,-19368],[-211608,-18256],[-211596,-17977],[-210978,-17454],[-211528,-18631],[-212445,-19809],[-212987,-20457],[-213054,-21335],[-213705,-22636],[-209576,-14994],[-209816,-16498],[-216221,-24731],[-216629,-20251],[-213318,-21580],[-213328,-21989],[-214052,-22990],[-212506,-20067],[-213501,-20689],[-213817,-21741],[-212621,-20248],[-212520,-19220],[-212365,-19103],[-212296,-19573],[-211675,-18977],[-210899,-17286],[-211470,-17721],[-211209,-17493],[-211350,-21800],[-208418,-15418],[-210516,-15911],[-217411,-19067],[-209671,-14674],[-210236,-16098],[-216163,-24997],[-216962,-19544],[-207201,-376507],[-217375,-407828],[-215675,-408892],[-215845,-409081],[-208641,-401659],[-207292,-403592],[-206390,-405716],[-209822,-400381],[-205460,-405973],[-215414,-421227],[-206372,-419160],[-216242,-420473],[-209932,-421398],[-215936,-420207],[-211353,-418890],[-211039,-419912],[-211168,-418961],[-217568,-409969],[-216528,-419672],[-215851,-421214],[-215590,-420617],[-217169,-33599],[-215852,-36662],[-210621,-37876],[-207731,-36602],[-208542,-38112],[-213577,-27030],[-215151,-30102],[-217221,-37176],[-216042,-33894],[-217316,-31811],[-215985,-36783],[-215278,-36765],[-210839,-37878],[-206221,-36689],[-207533,-36199],[-207960,-36180],[-214039,-26937],[-213786,-26874],[-214662,-29828],[-215894,-26621],[-216642,-25401],[-217089,-37413],[-215595,-34148],[-206718,-32388],[-206268,-37013],[-206406,-36550],[-206623,-29072],[-207954,-28890],[-208881,-28883],[-207879,-31210],[-208117,-30899],[-214463,-29679],[-216124,-33853],[-206721,-32777],[-215739,-34324],[-216959,-47807],[-207408,-46249],[-205032,-50535],[-212209,-50200],[-209132,-46263],[-217589,-48733],[-207197,-46390],[-215061,-41513],[-215390,-41293],[-213470,-40195],[-213527,-39977],[-206671,-40975],[-207018,-43319],[-212066,-50607],[-210052,-47553],[-215884,-48658],[-211995,-50738],[-217052,-38868],[-215860,-38553],[-216256,-40247],[-214462,-39261],[-207307,-40722],[-208386,-40683],[-207270,-43492],[-213545,-38211],[-214878,-41176],[-213359,-40045],[-207308,-43311],[-209385,-38414],[-217180,-52331],[-217009,-52400],[-216721,-51260],[-213953,-54568],[-211806,-52427],[-210756,-51086],[-209735,-52409],[-210279,-52421],[-209361,-56923],[-215376,-60263],[-215454,-60132],[-215653,-60648],[-207124,-58463],[-212478,-52191],[-207037,-51282],[-204966,-53204],[-217507,-55823],[-214700,-53509],[-215130,-54933],[-210974,-51128],[-214953,-60949],[-216706,-60565],[-216335,-61337],[-216528,-51573],[-217382,-56335],[-216313,-54226],[-216593,-54396],[-217096,-55669],[-209282,-51951],[-206858,-51419],[-211782,-52043],[-212590,-52440],[-216496,-52693],[-217228,-52560],[-205251,-52900],[-217534,-54988],[-212503,-53630],[-211067,-53709],[-212219,-53404],[-211164,-53875],[-210255,-57890],[-209604,-57568],[-216027,-54135],[-215645,-54043],[-215421,-54440],[-215785,-55786],[-217484,-56141],[-217242,-56330],[-207673,-67290],[-212314,-70572],[-209381,-73087],[-206871,-67156],[-209230,-68258],[-209034,-70448],[-210646,-69768],[-211275,-70208],[-213623,-65922],[-215881,-65518],[-211661,-67067],[-211542,-64001],[-205083,-66827],[-209878,-68444],[-211567,-64287],[-211632,-71540],[-207055,-70288],[-209537,-72953],[-209142,-73003],[-206055,-72691],[-205850,-74326],[-205213,-74293],[-206670,-67224],[-208877,-66983],[-207225,-68823],[-206919,-68770],[-205697,-69459],[-209141,-70247],[-216114,-75395],[-215671,-75445],[-210775,-70110],[-213928,-65511],[-216164,-65971],[-211745,-67410],[-211735,-64273],[-216808,-76256],[-215907,-74701],[-217470,-76037],[-213928,-76514],[-212076,-70597],[-212460,-71456],[-212412,-71807],[-207322,-70012],[-206697,-66953],[-216077,-75786],[-214324,-74437],[-215584,-73725],[-211190,-70535],[-213826,-65514],[-215899,-65728],[-211437,-67036],[-211974,-64888],[-217235,-76323],[-216133,-74861],[-216872,-74281],[-216778,-74762],[-217526,-75174],[-217441,-76409],[-210601,-70195],[-211254,-70303],[-213882,-65677],[-215912,-65793],[-212747,-67352],[-211951,-64592],[-210100,-76192],[-211328,-75353],[-210163,-76386],[-209608,-76037],[-211256,-75844],[-210797,-76379],[-215964,-76757],[-216277,-81356],[-216341,-81711],[-215658,-81087],[-214958,-79226],[-215202,-79385],[-215331,-78872],[-216113,-79850],[-216009,-80224],[-214370,-77808],[-213803,-77120],[-213319,-76629],[-217170,-80956],[-217446,-79810],[-215962,-78290],[-215930,-77485],[-214439,-77365],[-216296,-79254],[-216799,-80537],[-217335,-79225],[-215982,-77428],[-215776,-77297],[-216789,-80317],[-207003,-87501],[-207555,-86256],[-210650,-85789],[-213103,-83328],[-213367,-87778],[-210121,-87499],[-211234,-89237],[-207728,-84239],[-206971,-82328],[-214531,-83264],[-214885,-83063],[-213204,-84713],[-213616,-82624],[-217221,-84881],[-217298,-84639],[-210709,-81778],[-212115,-82417],[-208974,-87053],[-208797,-89023],[-210774,-88413],[-209351,-77126],[-212028,-77782],[-206960,-78451],[-210667,-79750],[-209406,-79457],[-208591,-79164],[-212412,-78877],[-207336,-80402],[-207907,-79442],[-205145,-81606],[-213022,-86604],[-206153,-86206],[-210767,-78819],[-213015,-80228],[-207550,-86029],[-206346,-88102],[-210259,-85339],[-211750,-86606],[-211183,-89343],[-213025,-88839],[-206755,-82232],[-205226,-78712],[-208905,-77106],[-213359,-84676],[-211840,-82306],[-215740,-87111],[-215371,-86263],[-215758,-86120],[-204934,-81764],[-212237,-83755],[-213523,-87067],[-205317,-86620],[-211917,-79729],[-211098,-79022],[-212868,-79335],[-207319,-85993],[-210328,-85500],[-211623,-86521],[-206933,-80526],[-208300,-81325],[-209266,-83342],[-210173,-84323],[-210584,-82111],[-216519,-87235],[-209306,-88574],[-209851,-88621],[-209189,-87919],[-208318,-89079],[-207310,-88996],[-210267,-77314],[-210044,-76786],[-211181,-76671],[-210792,-77127],[-211378,-77469],[-207349,-77926],[-210937,-79808],[-209309,-78625],[-209009,-79816],[-207768,-80386],[-208127,-79488],[-205194,-82883],[-212686,-82854],[-212579,-87701],[-205556,-86608],[-211741,-80136],[-211236,-78266],[-213381,-79449],[-205398,-82660],[-212628,-83535],[-213049,-87317],[-205607,-85826],[-211954,-79096],[-210262,-78358],[-213413,-79201],[-206386,-91604],[-206118,-91680],[-211646,-90954],[-212560,-90283],[-214392,-91586],[-216681,-94251],[-212562,-98544],[-217401,-96489],[-217154,-96300],[-211294,-98948],[-210784,-100556],[-210755,-100318],[-208940,-100975],[-206157,-99590],[-208009,-100152],[-209810,-97959],[-210271,-95474],[-209998,-95379],[-208880,-93583],[-208518,-92700],[-210301,-92736],[-212681,-91891],[-212910,-93199],[-217495,-93572],[-205310,-94220],[-207483,-92938],[-211301,-92724],[-206818,-89492],[-207013,-101917],[-205641,-97866],[-210007,-96148],[-215560,-94755],[-213373,-92171],[-207536,-98280],[-206580,-95530],[-206386,-91346],[-214893,-91218],[-210921,-98863],[-207261,-99768],[-212627,-97796],[-208356,-96753],[-209574,-98108],[-205536,-93360],[-206668,-93315],[-210729,-90563],[-209955,-92267],[-209216,-90793],[-206871,-90672],[-206993,-90065],[-207145,-93931],[-207923,-101495],[-205106,-98105],[-209153,-95832],[-215224,-94315],[-213169,-92520],[-206915,-97842],[-207347,-97780],[-212277,-90479],[-211193,-90314],[-214368,-89530],[-214794,-91506],[-216858,-94202],[-217144,-96505],[-215517,-99111],[-216709,-101947],[-213606,-98486],[-211830,-97901],[-211102,-98765],[-207634,-100496],[-206081,-98978],[-205804,-98059],[-208710,-96283],[-213257,-98434],[-214806,-93987],[-214259,-91957],[-207132,-96211],[-208759,-96885],[-212518,-92967],[-213619,-95106],[-212953,-98774],[-207402,-99102],[-208144,-101829],[-205328,-97654],[-210200,-96008],[-215603,-95042],[-214533,-92868],[-207873,-89686],[-207324,-91813],[-205069,-110718],[-205660,-111214],[-206027,-111400],[-205869,-111061],[-213380,-114478],[-215453,-114892],[-212443,-105654],[-212245,-105393],[-209026,-109329],[-204897,-110155],[-205428,-103459],[-205587,-103982],[-210694,-113008],[-216025,-109193],[-213755,-107104],[-206731,-111646],[-212206,-111178],[-213393,-111465],[-213159,-111763],[-210810,-111334],[-211581,-109557],[-210879,-109438],[-209709,-107994],[-208917,-108210],[-210400,-108487],[-216725,-108851],[-214999,-108607],[-216733,-113226],[-215114,-113367],[-216378,-114053],[-215627,-114796],[-216467,-114539],[-213039,-113340],[-212022,-109421],[-212049,-110240],[-212942,-110587],[-211090,-108796],[-207441,-107884],[-207997,-108873],[-208317,-108946],[-209292,-110710],[-210609,-109240],[-210393,-109332],[-211424,-111248],[-213049,-111952],[-212030,-111822],[-210641,-109838],[-210278,-110964],[-207733,-104243],[-207875,-103664],[-209180,-107854],[-209451,-108048],[-208442,-108460],[-212190,-111481],[-216792,-109141],[-215285,-108871],[-217268,-112715],[-216331,-113868],[-211516,-105622],[-217081,-109433],[-215199,-108068],[-216997,-111882],[-208886,-113806],[-215429,-102629],[-209015,-113837],[-204806,-103526],[-204862,-114353],[-207531,-114965],[-205542,-113592],[-204905,-112661],[-206087,-112821],[-206250,-112591],[-206535,-112909],[-207557,-113085],[-207871,-113209],[-208129,-113351],[-210374,-114406],[-210470,-114640],[-211301,-114718],[-210256,-114252],[-206111,-114940],[-205899,-114813],[-215895,-103083],[-207963,-113039],[-208146,-113178],[-208617,-113662],[-215645,-103112],[-209079,-113568],[-205029,-114089],[-210197,-114914],[-215972,3499],[-212530,4924],[-216739,2755],[-208959,3410],[-206946,2137],[-209494,7601],[-208490,9503],[-205648,6234],[-207796,5203],[-206676,9790],[-206221,8424],[-212823,4699],[-207285,2110],[-209807,8141],[-205576,7049],[-207588,5369],[-206336,8927],[-206464,8475],[-216000,2416],[-215431,3273],[-214910,10447],[-216341,9044],[-217466,9048],[-216652,7110],[-215659,6156],[-215252,6242],[-211454,12069],[-212359,4877],[-216717,2556],[-206338,6856],[-208747,6204],[-206588,9459],[-206229,8478],[-215617,2964],[-216226,5283],[-212764,5229],[-216721,2808],[-216538,1331],[-208856,3060],[-207548,2177],[-206073,6611],[-208978,6354],[-206222,9473],[-207755,8076],[-211912,128804],[-209191,129670],[-210817,130037],[-216722,140732],[-210288,131885],[-211004,135627],[-211695,136555],[-210782,138822],[-216008,137647],[-213849,136824],[-216565,137790],[-214682,130709],[-213053,130367],[-204828,128600],[-210869,128776],[-208795,130209],[-211256,130459],[-209500,132411],[-210352,135705],[-212458,135928],[-211051,138477],[-215302,138433],[-213670,129131],[-210220,134500],[-212794,132783],[-213896,129850],[-217201,129864],[-211442,128303],[-209190,129437],[-210485,130280],[-210113,131368],[-211007,135094],[-212497,136091],[-211865,138636],[-215752,137182],[-210081,130050],[-210524,131657],[-210922,134434],[-212760,135542],[-210595,138309],[-215672,138463],[-216206,140957],[-209966,128721],[-211883,130059],[-209795,132038],[-210761,135112],[-212824,135377],[-210914,137494],[-214654,138254],[-209300,131915],[-210181,135294],[-212766,135462],[-211712,138119],[-215786,138600],[-206091,148635],[-210352,150236],[-205218,151109],[-212954,153679],[-211871,150916],[-211227,153045],[-216883,142195],[-216827,144882],[-214722,143287],[-212346,143849],[-211541,146485],[-216707,144184],[-214635,144257],[-213775,143927],[-212972,148079],[-214459,153226],[-210540,153249],[-211874,152226],[-217346,141521],[-216405,144747],[-214451,143604],[-213937,143426],[-213141,147097],[-216077,141615],[-216888,143988],[-213933,143788],[-213827,143551],[-212837,148177],[-216365,144678],[-215085,143391],[-212202,143682],[-213178,147403],[-216764,141705],[-215932,144625],[-214950,143514],[-213846,143586],[-213149,146771],[-213459,154371],[-213368,154130],[-217170,231321],[-214487,232629],[-214088,235683],[-213586,236125],[-212728,239652],[-211053,232815],[-213017,232741],[-207243,232421],[-207225,232002],[-211666,232216],[-210555,231523],[-208143,230895],[-213394,234032],[-208062,232727],[-207288,231564],[-209251,231288],[-211873,232652],[-210969,232443],[-212989,232984],[-211399,231541],[-207973,231315],[-207861,232196],[-213576,231018],[-213146,233198],[-210005,231225],[-208177,22149],[-215461,16458],[-212476,20257],[-206061,23123],[-206582,24936],[-205417,22238],[-210380,22785],[-216508,17036],[-217391,18357],[-211986,19487],[-215189,25329],[-208827,20947],[-206947,24212],[-205350,25328],[-208970,20628],[-215328,18133],[-216293,17151],[-217080,18038],[-211415,19126],[-215907,25370],[-215860,24645],[-208588,21655],[-207066,24108],[-205376,25431],[-206459,22993],[-216356,18584],[-205310,25794],[-216591,17509],[-216747,18068],[-211821,19305],[-215682,25491],[-215597,24851],[-208882,21270],[-206620,23720],[-216130,16893],[-211677,18950],[-215848,25787],[-215317,24913],[-208798,21285],[-207334,24423],[-212993,21280],[-213099,20478],[-212390,25524],[-210952,25085],[-213227,21800],[-215107,24323],[-213038,25278],[-210673,25126],[-212857,25779],[-211087,24887],[-210854,25103],[-213026,33774],[-215192,33445],[-215334,33021],[-216119,31818],[-217180,33086],[-217432,30806],[-205984,26045],[-205139,26915],[-204876,25876],[-206121,26681],[-205065,25876],[-212814,33646],[-214901,33923],[-215865,33357],[-216271,31330],[-216938,33613],[-217245,30943],[-205275,26849],[-213434,34357],[-215251,33790],[-215347,33347],[-215587,31360],[-216201,32956],[-217313,30689],[-205798,26091],[-204931,27121],[-215664,38109],[-214568,35881],[-213439,33553],[-215295,33842],[-215867,32695],[-215365,31308],[-216785,33642],[-217151,30882],[-204964,26109],[-206835,32382],[-205992,28596],[-208150,35702],[-208269,35459],[-205028,27394],[-208733,28604],[-204854,28216],[-208600,28102],[-207506,31076],[-211033,30818],[-206595,36569],[-205378,36091],[-209685,35473],[-211124,37170],[-210753,35947],[-210707,34061],[-210722,33130],[-212335,32246],[-214959,26773],[-206507,28245],[-207374,28515],[-208306,30785],[-207943,31403],[-205517,34457],[-208618,32094],[-205246,31914],[-208239,36180],[-206118,28329],[-206102,36711],[-204962,35930],[-210125,35485],[-210679,36532],[-210951,35555],[-210007,35988],[-210276,34426],[-211373,33399],[-211885,31897],[-214616,27441],[-206248,28110],[-208010,28444],[-208150,30858],[-207869,31973],[-205715,34339],[-208716,32633],[-208249,31035],[-205367,30238],[-205228,35570],[-206932,36451],[-204917,36126],[-210430,36580],[-210116,35656],[-210776,34376],[-210587,33343],[-211822,32261],[-214706,27077],[-212932,25915],[-206170,27856],[-207277,28041],[-208336,31279],[-207455,31796],[-206216,34422],[-206458,36360],[-205099,36588],[-209839,35492],[-210203,35423],[-210416,36802],[-210637,36376],[-210398,34084],[-210636,33202],[-212066,32545],[-214903,27392],[-206778,27457],[-207452,27662],[-208325,30500],[-206992,31429],[-205836,34457],[-214577,41220],[-217210,40394],[-215593,39054],[-216590,38776],[-215756,38743],[-217178,43641],[-217233,44299],[-216609,43531],[-217389,44131],[-215010,45056],[-213153,42785],[-212248,51350],[-211856,51159],[-213533,46878],[-210065,47933],[-211623,42886],[-205083,43680],[-215443,45420],[-213938,47702],[-213775,47530],[-214249,47679],[-213795,48990],[-213151,48848],[-214008,49211],[-213721,41943],[-213545,41761],[-213571,42237],[-205517,38687],[-205147,50894],[-205133,50994],[-204898,50790],[-208551,52671],[-208314,52430],[-209755,52239],[-210512,52365],[-210736,52533],[-211143,52342],[-211363,52288],[-211605,52129],[-211992,51732],[-212300,51771],[-212465,51577],[-214803,52257],[-216072,61306],[-206067,59177],[-209527,55337],[-211515,59429],[-211749,62574],[-207403,58458],[-209467,58502],[-211336,52609],[-207600,58334],[-209416,53022],[-207481,53957],[-208158,54404],[-209677,54779],[-210883,53521],[-212392,52357],[-213410,53115],[-215287,54577],[-207199,56985],[-205492,57787],[-205488,59233],[-206746,54169],[-208724,59414],[-211539,62117],[-211830,61176],[-210002,56350],[-212355,54635],[-208765,53284],[-208664,53193],[-207031,54146],[-207976,54532],[-210179,55271],[-210255,54742],[-210692,53370],[-212494,52309],[-213700,53113],[-215635,54177],[-207398,56990],[-205226,58135],[-205682,59317],[-206279,54390],[-205027,55121],[-208547,59122],[-211245,61980],[-212044,60717],[-210269,56341],[-212759,54665],[-208884,53104],[-208487,53017],[-211782,60026],[-210960,53930],[-207177,54066],[-208308,54894],[-209825,55140],[-211259,53155],[-212421,52357],[-213582,53088],[-215497,54268],[-206925,57342],[-205165,57951],[-205838,58962],[-206741,54325],[-204923,54747],[-208394,59264],[-211029,61821],[-212136,61157],[-211050,58502],[-210289,56723],[-212390,54550],[-208989,53149],[-208155,52731],[-207487,53820],[-208067,54595],[-210325,55135],[-210125,54820],[-211161,53601],[-212125,52649],[-213714,52794],[-215537,54446],[-206940,57218],[-205193,57675],[-205987,59178],[-206783,54319],[-208304,59377],[-211445,61746],[-211879,61013],[-210236,56541],[-212686,54463],[-208801,53286],[-211216,74190],[-210661,74999],[-217466,69478],[-216178,68429],[-216130,64359],[-206860,67273],[-207830,71901],[-209486,73188],[-212704,72939],[-213013,69435],[-210133,70362],[-209330,71189],[-205494,71842],[-205309,72144],[-204912,70558],[-205658,74336],[-206707,75592],[-216182,72355],[-216174,72861],[-206113,71777],[-205177,72586],[-204948,70801],[-205423,74141],[-205988,75666],[-205869,71792],[-205326,72048],[-205949,74002],[-206033,75584],[-205834,71936],[-205673,74699],[-206583,76222],[-204927,85718],[-205758,83615],[-206287,88485],[-208292,88847],[-206420,89392],[-205434,86134],[-205339,84040],[-206109,88870],[-208238,88235],[-206467,89576],[-205339,85183],[-205619,86217],[-205101,84103],[-205847,88927],[-208344,88909],[-206622,89507],[-205806,85642],[-205367,84448],[-206010,88393],[-207820,88803],[-206989,89406],[-208680,100177],[-208994,92375],[-208420,96142],[-212088,102488],[-208679,91980],[-208168,92236],[-207030,92926],[-208134,94269],[-208244,95484],[-209427,97208],[-215742,92247],[-217378,92668],[-216227,93153],[-208101,90232],[-211585,102080],[-208877,91393],[-208145,92519],[-207266,92740],[-208364,94166],[-209124,95479],[-208430,95382],[-209270,97351],[-215447,93545],[-217179,93243],[-215812,92634],[-208422,91849],[-207900,91802],[-206931,92975],[-209013,95328],[-208624,95981],[-209001,97546],[-215673,93180],[-216846,92504],[-216352,92456],[-208867,92332],[-207925,91935],[-207644,93000],[-208554,94412],[-208882,95437],[-207924,95997],[-208933,97869],[-217086,93401],[-216629,92814],[-216416,93223],[-205357,105241],[-205210,107170],[-213179,112015],[-217331,107870],[-204890,114167],[-205668,112196],[-208093,105556],[-215919,107205],[-205486,113048],[-205898,111764],[-205201,111541],[-217400,112740],[-207736,114734],[-205560,113249],[-204941,112501],[-204977,113345],[-217427,112872],[-216553,104656],[-214218,103166],[-217019,122728],[-205347,123929],[-214902,120164],[-209500,121434],[-204851,117720],[-206135,117402],[-209526,118335],[-211632,117407],[-207906,123694],[-211777,118979],[-212292,121046],[-211929,123133],[-209477,124431],[-211100,125082],[-215931,127868],[-215233,125601],[-211071,127392],[-206358,127642],[-207395,118607],[-209264,117251],[-208486,117973],[-211267,118541],[-208719,121642],[-208780,122808],[-212281,117203],[-213189,120005],[-212479,120883],[-212543,121751],[-210702,125461],[-212987,124715],[-215370,128028],[-215642,125978],[-216120,122109],[-208158,118144],[-209956,118622],[-209526,122520],[-208282,122600],[-213172,118615],[-214239,119627],[-212014,120379],[-212693,121583],[-210571,124501],[-213025,124610],[-215921,128076],[-216396,125455],[-215827,122860],[-215024,119072],[-216611,127328],[-207036,124754],[-208969,116835],[-208804,118074],[-210287,118544],[-208703,122132],[-208397,123597],[-211531,118670],[-214001,119593],[-212838,120728],[-211770,121900],[-210745,125742],[-211305,125492],[-216320,128076],[-215112,125825],[-216416,123166],[-206055,124335],[-205721,125173],[-205551,123424],[-205328,123072],[-208843,118362],[-210510,118723],[-209975,121412],[-208834,122461],[-212211,117129],[-214685,119948],[-212010,120849],[-211491,122093],[-210529,125210],[-211454,124340],[-215424,127565],[-216096,125646],[-215677,122179],[-211702,126512],[-208581,118073],[-210036,117469],[-208537,121445],[-207754,123362],[-213047,118563],[-214495,120063],[-212345,121024],[-212750,122182],[-209971,125520],[-213091,124742],[-215805,127772],[-215987,126035],[-217056,123289],[-222800,-116871],[-222793,-116440],[-222642,-116646],[-223387,-116320],[-222801,-115487],[-223065,-115320],[-222461,-115103],[-222626,-115050],[-225555,-115748],[-225747,-115610],[-225714,-115348],[-224751,-115171],[-224376,-115832],[-219249,-122708],[-219138,-122690],[-218465,-123344],[-218337,-122993],[-218362,-123475],[-221306,-117591],[-223993,-118321],[-225623,-118590],[-227557,-115402],[-218622,-117833],[-218961,-117713],[-219159,-118904],[-220382,-118377],[-217727,-118150],[-218260,-119296],[-222010,-119600],[-221819,-119473],[-221862,-118896],[-218826,-121969],[-226588,-116016],[-226473,-119593],[-226388,-118688],[-226304,-115077],[-224404,-116597],[-220008,-122370],[-218900,-122659],[-217942,-122987],[-219751,-121232],[-221291,-120829],[-222293,-118607],[-221955,-118591],[-222226,-119864],[-223047,-118606],[-219430,-117911],[-223866,-116656],[-221526,-115168],[-222150,-115995],[-220996,-116457],[-220563,-118609],[-220663,-115063],[-219691,-116870],[-219196,-116992],[-224046,-116370],[-219041,-123197],[-226183,-118712],[-226457,-120003],[-224304,-115482],[-226015,-115357],[-227148,-115417],[-227369,-115226],[-224131,-116672],[-224065,-116956],[-219552,-122241],[-218820,-123314],[-219150,-122509],[-219886,-121916],[-218157,-123520],[-217957,-123479],[-218142,-124301],[-220315,-121519],[-220131,-121367],[-220640,-121321],[-220922,-121599],[-221413,-120668],[-222842,-119132],[-221544,-117382],[-221801,-117442],[-225238,-118741],[-224757,-117602],[-224006,-118112],[-224651,-118195],[-225406,-117266],[-222095,-118790],[-222037,-119139],[-218438,-117823],[-221654,-119540],[-222273,-116471],[-220542,-117731],[-219609,-119266],[-220695,-119942],[-217926,-119972],[-217655,-120109],[-220184,-116541],[-218554,-117077],[-226193,-118552],[-221949,-119162],[-220024,-116127],[-218353,-116925],[-220864,-120128],[-220710,-120930],[-221502,-118436],[-219441,-116880],[-218594,-116900],[-229556,-125128],[-228516,-126850],[-224387,-125602],[-226765,-123328],[-221924,-125845],[-221957,-126321],[-222493,-127443],[-221105,-125457],[-220785,-125785],[-218834,-127093],[-226183,-126712],[-226246,-126559],[-227241,-126729],[-227555,-127617],[-223008,-124649],[-222684,-124503],[-222208,-125176],[-222468,-123728],[-224825,-122216],[-224557,-122466],[-221872,-123533],[-222005,-123380],[-219598,-123454],[-219483,-123753],[-221556,-122436],[-222168,-121648],[-224342,-127428],[-224483,-126995],[-224080,-127080],[-224387,-126718],[-229226,-125363],[-229500,-125756],[-229722,-125073],[-229574,-119103],[-228730,-119805],[-230294,-121119],[-229969,-120275],[-229921,-117247],[-229960,-116397],[-230282,-116867],[-228278,-117913],[-227461,-119217],[-227831,-118613],[-228278,-117762],[-228602,-117153],[-229743,-117276],[-228559,-118829],[-230363,-118809],[-229777,-118257],[-228777,-127798],[-221882,-121721],[-220825,-123868],[-222483,-122677],[-222749,-122363],[-219371,-123917],[-219485,-125921],[-220258,-123103],[-221395,-122299],[-220357,-126812],[-221177,-127669],[-221773,-126610],[-222320,-126679],[-223468,-127779],[-222493,-126921],[-222953,-127606],[-222381,-127743],[-222356,-125272],[-218529,-127536],[-222024,-123191],[-221672,-123573],[-222641,-120948],[-222467,-121066],[-228467,-127079],[-228588,-127535],[-227960,-122806],[-228319,-122487],[-226630,-123106],[-223645,-124784],[-222842,-123888],[-224618,-121495],[-218474,-125629],[-227426,-117602],[-229239,-118648],[-227790,-119744],[-229737,-119417],[-228038,-119656],[-218769,-124582],[-219262,-125848],[-226992,-122247],[-224484,-122321],[-229842,-119707],[-222562,-126520],[-219098,-126158],[-227291,-118835],[-222417,-126520],[-221193,-126193],[-221851,-126364],[-224394,-121732],[-224462,-121588],[-224399,-121678],[-218611,-139534],[-218698,-139239],[-218906,-139546],[-221934,-134643],[-222335,-133250],[-222597,-133144],[-223941,-133640],[-222971,-135707],[-222799,-135536],[-227773,-130350],[-227444,-130848],[-229554,-129006],[-229580,-128913],[-229873,-129546],[-223974,-137394],[-224946,-136278],[-224922,-135372],[-225816,-133901],[-226525,-134168],[-229598,-133087],[-229776,-131866],[-228983,-130669],[-229724,-135806],[-229949,-137600],[-227825,-129215],[-224666,-130045],[-222010,-129798],[-222862,-130989],[-222930,-131946],[-223138,-131943],[-223331,-131624],[-221246,-131612],[-220778,-131687],[-220750,-131219],[-221265,-131365],[-222092,-133296],[-224175,-133826],[-222859,-136225],[-222967,-136161],[-222844,-135876],[-223151,-135613],[-222977,-127835],[-219296,-135170],[-220245,-135105],[-219808,-135749],[-220505,-134950],[-220374,-133375],[-220173,-133145],[-218520,-130893],[-218836,-130788],[-218549,-130683],[-219991,-128272],[-220320,-127990],[-220686,-127939],[-221667,-140002],[-221476,-139853],[-217681,-129375],[-217765,-129672],[-226806,-128840],[-225755,-130033],[-219476,-129413],[-219087,-129571],[-217994,-134678],[-219150,-132404],[-219008,-131613],[-226519,-131704],[-227784,-130677],[-227328,-130686],[-226690,-130913],[-224567,-130994],[-224559,-131272],[-224461,-131458],[-225695,-132520],[-225547,-132387],[-225679,-132053],[-224469,-127922],[-222806,-129034],[-222778,-129621],[-224591,-130416],[-223149,-130394],[-223490,-129864],[-223093,-133331],[-222689,-133452],[-221647,-134725],[-222480,-136350],[-222584,-137157],[-222531,-137616],[-222869,-137752],[-219328,-137237],[-218925,-136879],[-218858,-136764],[-219589,-136834],[-218594,-135572],[-220098,-138719],[-220192,-139183],[-220858,-139406],[-229471,-130433],[-228994,-129633],[-228525,-129781],[-229604,-128252],[-229483,-128722],[-224763,-135674],[-224419,-136571],[-226594,-133992],[-225275,-133059],[-228508,-134307],[-226635,-136448],[-230129,-139623],[-230349,-136844],[-229624,-135964],[-229626,-140228],[-227438,-129158],[-220666,-140372],[-220107,-133378],[-218848,-131866],[-217911,-132555],[-218407,-134889],[-220184,-134174],[-220028,-132360],[-222913,-133789],[-224441,-131897],[-224424,-133226],[-224522,-133696],[-218625,-140057],[-220481,-138857],[-219813,-139702],[-217716,-137719],[-226105,-128649],[-226005,-129075],[-226875,-129545],[-227404,-130269],[-224798,-134860],[-225514,-137146],[-224879,-136414],[-224606,-136199],[-223937,-137568],[-224758,-138182],[-224441,-138568],[-223633,-139032],[-225918,-140430],[-228383,-138806],[-228379,-137629],[-228386,-138149],[-229092,-137085],[-229297,-137097],[-230100,-137582],[-218920,-138064],[-221444,-140050],[-220188,-140255],[-219808,-134461],[-219293,-135700],[-219243,-135826],[-217779,-134820],[-219960,-132660],[-218024,-134936],[-218254,-135041],[-223674,-129987],[-222706,-131490],[-221412,-129991],[-222045,-128606],[-223607,-132051],[-222951,-130602],[-224671,-131735],[-224614,-131284],[-224665,-131912],[-222852,-132076],[-226624,-128064],[-225598,-129086],[-225828,-128439],[-225671,-129360],[-224598,-128612],[-219041,-129763],[-219291,-129614],[-220199,-128248],[-219880,-128446],[-218467,-132386],[-218707,-131593],[-218453,-133376],[-220298,-139004],[-220304,-138545],[-219613,-139726],[-219691,-139989],[-220877,-137896],[-221264,-137948],[-220411,-137102],[-220076,-137298],[-228504,-131022],[-228333,-138959],[-227441,-138943],[-228428,-137768],[-229412,-140251],[-229659,-140552],[-230354,-139502],[-222505,-139831],[-220101,-138699],[-220982,-137383],[-220768,-132342],[-219334,-132071],[-218784,-135972],[-224478,-130613],[-224415,-130356],[-221116,-127966],[-221063,-128035],[-226995,-131346],[-227970,-134519],[-219208,-135841],[-217683,-136593],[-218929,-138348],[-222371,-135612],[-219571,-131973],[-218135,-134686],[-223164,-130331],[-226776,-131515],[-218439,-137661],[-222408,-138847],[-222093,-135850],[-219997,-133932],[-219328,-132089],[-219353,-136030],[-218344,-135507],[-225401,-129621],[-221629,-130653],[-221282,-129671],[-225091,-133179],[-228464,-133503],[-219404,-136160],[-222848,-147126],[-221535,-145977],[-226237,-145387],[-223507,-144510],[-226215,-143571],[-226898,-147063],[-221862,-152905],[-221152,-152449],[-217843,-151625],[-217717,-152712],[-220577,-140783],[-220839,-140876],[-218808,-141284],[-218889,-141110],[-219215,-140903],[-217740,-148755],[-217977,-148310],[-219116,-147395],[-218664,-143340],[-217911,-144396],[-217959,-144643],[-229304,-151853],[-230265,-151764],[-229537,-150831],[-228522,-147041],[-227174,-146794],[-227107,-147362],[-227009,-147112],[-229077,-147901],[-227624,-149769],[-228151,-148443],[-230010,-149134],[-229759,-142225],[-230175,-141113],[-229808,-142529],[-229563,-140755],[-225928,-143917],[-225971,-144092],[-228424,-145121],[-227619,-144708],[-227022,-142933],[-228166,-144365],[-224803,-144796],[-226023,-144271],[-225491,-144788],[-225198,-147004],[-230130,-145728],[-225842,-144121],[-224120,-144190],[-225465,-143202],[-226083,-143247],[-226294,-143108],[-223963,-142474],[-221774,-146377],[-221519,-147279],[-222645,-145772],[-220586,-146423],[-222905,-145477],[-220435,-147316],[-220681,-144350],[-222600,-144512],[-221850,-143785],[-220945,-145489],[-221262,-144095],[-220496,-144699],[-223344,-141911],[-219015,-142770],[-219444,-145839],[-222291,-151120],[-222040,-151383],[-222039,-151150],[-226122,-150509],[-220513,-152921],[-228393,-144099],[-227957,-144083],[-227162,-143866],[-218252,-151128],[-219122,-146936],[-226822,-140864],[-226470,-141422],[-226222,-141318],[-228598,-140741],[-228620,-141256],[-220005,-143254],[-219699,-143429],[-222264,-142287],[-227842,-143632],[-227579,-144170],[-227568,-144155],[-220571,-144353],[-222272,-143811],[-227024,-146672],[-223753,-143492],[-227654,-145120],[-226660,-145115],[-228918,-147792],[-228927,-148637],[-218453,-140789],[-220429,-141663],[-219908,-141809],[-217703,-141236],[-217788,-141014],[-219154,-148747],[-218143,-148987],[-219236,-147085],[-219211,-146730],[-228295,-144901],[-227746,-143129],[-229713,-142924],[-228790,-142879],[-229763,-142766],[-225691,-144067],[-228437,-147246],[-226125,-144917],[-226393,-146596],[-226709,-142785],[-228496,-146388],[-226444,-143285],[-222749,-146067],[-222497,-144305],[-223226,-145943],[-226111,-145775],[-223859,-142728],[-230274,-148502],[-229274,-147884],[-229463,-147686],[-230213,-151191],[-228856,-150497],[-230260,-149128],[-229063,-152079],[-230111,-152851],[-230242,-145455],[-224152,-146594],[-224773,-146717],[-221003,-145164],[-220807,-145632],[-221017,-145829],[-221019,-144078],[-221226,-144318],[-223949,-143984],[-224195,-143930],[-226383,-141331],[-230038,-142243],[-230111,-140925],[-229611,-140854],[-222232,-151335],[-225298,-149950],[-222950,-150379],[-222555,-149763],[-221819,-148449],[-221958,-148425],[-221660,-148300],[-219940,-149214],[-220769,-140655],[-229808,-144035],[-221493,-142609],[-222437,-142292],[-219216,-145325],[-224515,-149761],[-220791,-142691],[-224094,-146416],[-226554,-145339],[-228175,-144668],[-219341,-156793],[-219780,-159571],[-224155,-163695],[-227991,-162838],[-226875,-157540],[-225411,-154902],[-226082,-154138],[-224326,-155013],[-224595,-155076],[-221827,-153868],[-221212,-155104],[-222496,-155246],[-229333,-154768],[-229882,-154753],[-230177,-154958],[-220282,-159617],[-229205,-154516],[-226079,-158718],[-227842,-161717],[-225500,-165624],[-228394,-164359],[-227396,-165457],[-224328,-154156],[-223212,-153762],[-222224,-153538],[-225908,-154674],[-221520,-154577],[-220581,-154700],[-222184,-154713],[-228010,-153870],[-229643,-157040],[-229789,-154690],[-229759,-155265],[-229300,-154980],[-225466,-166170],[-223302,-153856],[-227081,-157806],[-225617,-155003],[-229165,-153964],[-228524,-155407],[-230220,-155536],[-228846,-154596],[-229352,-159942],[-229967,-166167],[-225861,-166264],[-226488,-174938],[-230053,-176267],[-229758,-173899],[-230045,-173555],[-228576,-171986],[-229211,-170406],[-229776,-170243],[-230190,-174087],[-227580,-174344],[-230295,-166912],[-225671,-174442],[-229869,-176815],[-229205,-172311],[-230205,-175786],[-223881,-178082],[-224657,-178516],[-227903,-178902],[-226973,-174896],[-227310,-177011],[-229897,-173207],[-229860,-172664],[-228904,-171911],[-229097,-173491],[-227264,-174188],[-226763,-173883],[-226069,-174024],[-229507,-176941],[-227097,-171603],[-229695,-171883],[-230271,-170559],[-229890,-175358],[-230373,-175368],[-227863,-174795],[-227791,-175287],[-229650,-169637],[-228686,-170499],[-227525,-171192],[-226095,-172079],[-224935,-178706],[-224085,-177907],[-229044,-167078],[-218004,-190335],[-217931,-190213],[-229182,-187729],[-229362,-187948],[-229208,-189239],[-229950,-189579],[-229358,-188095],[-225450,-188673],[-225458,-188544],[-223160,-188777],[-222323,-191264],[-222186,-191095],[-224474,-190238],[-224107,-190026],[-223986,-190884],[-223378,-190957],[-219922,-190335],[-219590,-190339],[-219330,-190153],[-219941,-186456],[-219663,-186792],[-220354,-186350],[-228405,-189622],[-228542,-190642],[-227336,-184672],[-226162,-185223],[-222106,-190407],[-223394,-188974],[-222535,-190729],[-222365,-189993],[-221890,-191091],[-219539,-190578],[-219278,-190470],[-219087,-190336],[-218102,-190231],[-230083,-187946],[-229732,-187641],[-229526,-187418],[-229536,-187785],[-229847,-189748],[-229066,-189407],[-229509,-189738],[-228417,-189106],[-229900,-190132],[-229500,-188973],[-228378,-185540],[-223692,-189089],[-220561,-186419],[-228222,-187949],[-224052,-187630],[-226074,-187676],[-228028,-188450],[-227702,-189533],[-228737,-187942],[-224502,-190072],[-225914,-191206],[-221186,-191254],[-221849,-191331],[-223040,-191157],[-230173,-185846],[-229951,-185668],[-230161,-186081],[-230371,-186821],[-228549,-190680],[-229861,-185959],[-230174,-186781],[-230332,-187135],[-226118,-191360],[-230204,-185202],[-220643,-183488],[-219542,-183748],[-220442,-183870],[-226179,-179136],[-225014,-180093],[-225983,-180897],[-226304,-180438],[-227739,-180717],[-227099,-179201],[-218884,-199607],[-219892,-202570],[-226423,-197624],[-224399,-199495],[-229484,-195199],[-229561,-196815],[-229488,-198053],[-228386,-197469],[-226476,-195880],[-227835,-195981],[-228961,-196764],[-220556,-199479],[-221649,-199475],[-226063,-199272],[-223600,-202133],[-222911,-203917],[-224676,-202896],[-220262,-201734],[-228234,-195099],[-229209,-194251],[-222303,-198518],[-221691,-200584],[-223240,-198629],[-228539,-194699],[-220047,-201097],[-219817,-201338],[-225478,-199124],[-222117,-202683],[-224414,-200082],[-221785,-200762],[-222472,-202821],[-229656,-196184],[-229093,-197424],[-227372,-197474],[-226497,-196792],[-228652,-196571],[-225331,-191903],[-221102,-193198],[-220589,-192644],[-220257,-192754],[-219663,-192840],[-219713,-193631],[-219049,-193381],[-217956,-193640],[-217891,-195093],[-220385,-199497],[-218657,-198780],[-218665,-199082],[-218435,-198971],[-223308,-193856],[-225298,-192174],[-219137,-193232],[-223660,-193420],[-223536,-193713],[-217770,-193498],[-217837,-193944],[-218224,-195484],[-218599,-198573],[-218526,-197900],[-218265,-198851],[-223561,-195640],[-219184,-195249],[-223463,-193562],[-218164,-195316],[-217804,-198658],[-217673,-197672],[-219258,-194495],[-217775,-197696],[-218254,-195441],[-220397,-194548],[-226905,-209719],[-229171,-208598],[-222684,-214197],[-227419,-207079],[-229794,-207485],[-227122,-213996],[-219548,-216151],[-227707,-209210],[-228037,-217143],[-220713,-205081],[-226391,-209133],[-227338,-205190],[-220684,-216772],[-229369,-208869],[-222628,-213099],[-227284,-208753],[-228016,-206439],[-227324,-206692],[-229201,-212881],[-227564,-215800],[-223821,-215551],[-226630,-216178],[-228725,-216732],[-222532,-214730],[-226606,-208580],[-218508,-213397],[-222638,-205732],[-229730,-214887],[-218610,-212291],[-220425,-214530],[-221718,-208095],[-221990,-207647],[-218459,-212600],[-219917,-215076],[-220026,-205599],[-220710,-206346],[-229899,-214285],[-221914,-218127],[-219481,-220646],[-222252,-217717],[-220197,-217480],[-219376,-228420],[-224054,-226463],[-226964,-224640],[-228484,-222554],[-229831,-222709],[-229060,-221761],[-228207,-228379],[-229271,-229566],[-220679,-227967],[-221519,-228248],[-221991,-227118],[-228900,-223423],[-230013,-222860],[-228800,-221405],[-229040,-222002],[-226486,-228763],[-227304,-228244],[-228288,-228406],[-219748,-228570],[-224551,-227208],[-226174,-225952],[-228562,-222257],[-229459,-222038],[-226204,-229118],[-228989,-227784],[-230180,-228997],[-221254,-228230],[-221494,-227940],[-222318,-227528],[-228798,-224446],[-218501,-229865],[-224369,-227419],[-228608,-221975],[-228847,-221395],[-230337,-222583],[-229454,-221838],[-227928,-227142],[-221225,-228180],[-221613,-227831],[-221944,-226943],[-229359,-224373],[-224809,-225679],[-226000,-226342],[-228401,-222094],[-228906,-222830],[-228480,-226986],[-229427,-229617],[-220353,-228703],[-222411,-228520],[-222490,-226684],[-228568,-230785],[-219717,-238730],[-218803,-236264],[-223525,-234326],[-229121,-236657],[-228569,-237745],[-227910,-230427],[-218290,-238185],[-219059,-234527],[-220270,-234671],[-221453,-239148],[-222038,-238003],[-220090,-236992],[-223113,-236079],[-223416,-233174],[-223756,-232489],[-224486,-231911],[-225353,-236418],[-224985,-236880],[-225630,-233845],[-228944,-232070],[-230120,-232591],[-226673,-236604],[-226224,-235735],[-228089,-237569],[-222023,-239528],[-220580,-239621],[-222779,-240541],[-222433,-240368],[-224172,-242392],[-219961,-241417],[-220404,-241901],[-226549,-240637],[-223401,-241496],[-229198,-242405],[-228821,-242289],[-229131,-241006],[-219295,-237582],[-219386,-236225],[-223145,-234673],[-228903,-237231],[-229209,-238419],[-225421,-241794],[-218923,-238376],[-218820,-236600],[-223870,-234268],[-229685,-237364],[-228538,-238377],[-226836,-230422],[-220125,-238654],[-220140,-235312],[-223511,-234733],[-228505,-237395],[-229478,-238489],[-229853,-240974],[-225297,-240558],[-226342,-240883],[-225417,-240812],[-226335,-242264],[-227415,-241794],[-227011,-4185],[-219268,-1936],[-220764,-4049],[-227106,-3983],[-219416,-2054],[-219480,-893],[-218437,-1617],[-218443,-1613],[-218233,-10487],[-219357,-1358],[-218268,-1005],[-217776,-10041],[-219528,-1761],[-219053,-925],[-218049,-9835],[-218420,-1596],[-219067,-1180],[-218150,-9821],[-219845,-247186],[-219638,-251097],[-217775,-248426],[-223354,-246045],[-228968,-244919],[-224193,-247153],[-219473,-250889],[-223027,-245267],[-224308,-246220],[-223399,-250656],[-220131,-247927],[-226357,-246278],[-224250,-243195],[-218448,-243621],[-220875,-243325],[-226500,-245117],[-225362,-247969],[-228606,-245908],[-223672,-245266],[-223325,-243744],[-229920,-249223],[-228425,-251497],[-226244,-250178],[-222512,-254386],[-224729,-254327],[-220282,-250910],[-217734,-247738],[-223251,-246623],[-217676,-252181],[-222372,-247016],[-222127,-247085],[-226099,-246748],[-228527,-244990],[-226515,-245585],[-225176,-248047],[-226357,-249955],[-227436,-246568],[-223823,-244756],[-223510,-243455],[-229362,-251203],[-224750,-250199],[-223059,-253540],[-224464,-255388],[-219578,-251166],[-224328,-265173],[-226034,-266064],[-223459,-266469],[-222229,-262989],[-226239,-259795],[-229243,-257796],[-228816,-261644],[-229905,-258207],[-223014,-257269],[-219982,-263139],[-219856,-261114],[-224913,-259597],[-229294,-258785],[-230259,-262691],[-224065,-257062],[-226026,-266218],[-225799,-265184],[-218491,-268684],[-227107,-270632],[-223781,-271775],[-218095,-270010],[-218954,-274763],[-229405,-277553],[-220341,-280861],[-228372,-272399],[-221267,-277401],[-221542,-278264],[-220966,-277889],[-221108,-277039],[-221609,-277691],[-223105,-276320],[-223604,-276311],[-223762,-277279],[-225038,-277382],[-223116,-278347],[-222657,-277842],[-224268,-277939],[-218988,-275739],[-219122,-275684],[-219913,-275581],[-220799,-275734],[-220801,-276256],[-218029,-270484],[-218025,-270054],[-218050,-270939],[-220027,-270971],[-220386,-269791],[-227243,-268849],[-223113,-271879],[-219478,-272355],[-228365,-270602],[-224085,-276467],[-219565,-270955],[-218780,-269049],[-220616,-272620],[-225382,-269541],[-221544,-271293],[-224605,-272387],[-218928,-271781],[-229451,-277440],[-227998,-280093],[-227129,-281119],[-230170,-272841],[-222231,-274302],[-221420,-275804],[-222933,-274715],[-218745,-280679],[-218441,-269159],[-219666,-274681],[-223868,-270233],[-228917,-272431],[-222949,-276692],[-221827,-285884],[-223329,-287652],[-223112,-284614],[-223574,-281844],[-225356,-282350],[-227298,-283732],[-229393,-282712],[-230192,-283795],[-229988,-283525],[-230333,-283888],[-219004,-282071],[-218680,-282321],[-223842,-289234],[-223328,-288704],[-228086,-287553],[-228263,-289209],[-229645,-290094],[-230238,-288774],[-229707,-291426],[-218138,-293470],[-222903,-292547],[-229060,-292625],[-217610,-294031],[-227113,-292752],[-226189,-293830],[-224724,-293789],[-224203,-291927],[-227453,-286000],[-224939,-286039],[-220534,-288148],[-221179,-282891],[-222446,-283345],[-227457,-282174],[-229455,-282103],[-229090,-284123],[-220147,-281741],[-223297,-289976],[-222379,-293370],[-221842,-293700],[-224341,-293248],[-226334,-286216],[-221230,-285871],[-221480,-283392],[-224511,-283614],[-225193,-288441],[-229747,-288067],[-221490,-293618],[-226409,-288051],[-224381,-287419],[-222481,-285965],[-223966,-283452],[-222595,-282745],[-225039,-284539],[-227651,-282173],[-228931,-283830],[-230190,-284943],[-220120,-282073],[-225091,-290534],[-224665,-289228],[-227786,-289645],[-230211,-291595],[-229150,-292148],[-220598,-292841],[-222135,-293155],[-228533,-293611],[-224331,-293149],[-222386,-293132],[-224613,-292861],[-227517,-294149],[-226662,-292997],[-218948,-294190],[-220886,-293430],[-219321,-291723],[-218549,-291356],[-219058,-292373],[-218276,-290456],[-219215,-292591],[-218667,-292452],[-222763,-292536],[-218706,-292382],[-221615,-292106],[-218007,-290613],[-224542,-299101],[-228948,-296053],[-220535,-298552],[-223658,-300007],[-223561,-301689],[-227993,-296659],[-222408,-295826],[-225987,-301715],[-227763,-302732],[-224087,-305805],[-227673,-299670],[-229514,-294697],[-222640,-300747],[-222926,-302479],[-224635,-294574],[-224581,-300055],[-227591,-301637],[-229506,-302925],[-222431,-297872],[-226171,-300086],[-228589,-298528],[-225971,-300844],[-220636,-304946],[-218381,-305693],[-225879,-296206],[-225690,-294521],[-223492,-298811],[-224127,-300962],[-226620,-303159],[-228823,-306791],[-222594,-298299],[-224828,-304664],[-230171,-298049],[-228832,-303971],[-227478,-300188],[-219320,-302757],[-219682,-304542],[-218973,-303002],[-226593,-297875],[-224742,-296645],[-221426,-305149],[-219858,-295568],[-224963,-304783],[-217952,-303243],[-229987,-298660],[-219755,-300205],[-226283,-299155],[-229953,-294743],[-226809,-305601],[-220305,-312021],[-222223,-312872],[-218512,-308657],[-230043,-310112],[-225729,-312747],[-222274,-310043],[-229885,-311212],[-228120,-316204],[-217624,-310109],[-226468,-313887],[-222774,-314733],[-221640,-311045],[-230173,-313113],[-222690,-310763],[-221466,-312302],[-222797,-309578],[-225674,-314731],[-218063,-307895],[-228945,-311197],[-223609,-310421],[-225015,-314471],[-223631,-313331],[-224145,-308986],[-224044,-310720],[-227006,-312535],[-221579,-308371],[-225964,-307473],[-228016,-308970],[-223121,-312705],[-222140,-314743],[-229202,-307199],[-229549,-314613],[-222442,-309048],[-218008,-308405],[-226682,-310262],[-223314,-314076],[-223943,-315179],[-226560,-312540],[-223178,-314233],[-217920,-311000],[-218966,-309172],[-223376,-307153],[-225991,-314806],[-223686,-310615],[-225936,-315785],[-217712,-309059],[-227009,-311234],[-219013,-307127],[-222846,-311344],[-230139,-315813],[-226271,-318499],[-224793,-317606],[-229727,-317640],[-220844,-319121],[-222653,-318317],[-219547,-318350],[-219070,-312398],[-219245,-318109],[-226340,-317402],[-227739,-319696],[-226810,-318121],[-224223,-316700],[-226540,-318747],[-223520,-316732],[-220287,-316109],[-220683,-315402],[-220343,-315151],[-218782,-311855],[-218205,-316387],[-227923,-318189],[-221038,-318774],[-220073,-317999],[-218916,-319183],[-225697,-317871],[-224784,-317812],[-223309,-317502],[-224751,-316422],[-220138,-314504],[-223266,-317642],[-225510,-318074],[-227289,-317634],[-221918,-315869],[-219647,-313362],[-219451,-313061],[-226992,-318898],[-226565,-317849],[-230020,-319214],[-224831,-319229],[-228950,-318953],[-227631,-319457],[-219667,-315645],[-218167,-313840],[-219885,-319188],[-218944,-317220],[-218381,-316756],[-224348,-316304],[-226582,-317027],[-220823,-320786],[-220911,-323901],[-217912,-321755],[-228833,-326833],[-226378,-324442],[-229679,-326574],[-222491,-319814],[-221919,-328681],[-224490,-328201],[-219108,-329073],[-228970,-332532],[-225087,-321314],[-226837,-321227],[-222062,-321105],[-218636,-325904],[-222133,-325949],[-218258,-321143],[-222560,-325801],[-226700,-328937],[-226361,-322450],[-227093,-326106],[-225804,-328750],[-221011,-328575],[-223557,-323025],[-219628,-327367],[-225215,-325943],[-227393,-326777],[-221030,-321165],[-220386,-328928],[-221212,-324233],[-227190,-326483],[-222576,-320477],[-220816,-320666],[-227967,-326937],[-228505,-330613],[-221215,-322098],[-223068,-321875],[-225940,-328753],[-220928,-328257],[-225733,-328268],[-225777,-329014],[-223249,-323828],[-225241,-329607],[-225882,-326973],[-223291,-323434],[-219583,-326470],[-230100,-340808],[-229980,-334176],[-219100,-339973],[-228236,-338254],[-230393,-339332],[-229821,-338574],[-226297,-334411],[-227797,-340269],[-228570,-339883],[-220229,-339807],[-226452,-350445],[-227232,-346863],[-228799,-352715],[-217778,-353126],[-230165,-346866],[-227567,-349787],[-217662,-360883],[-217759,-362478],[-218322,-360014],[-223805,-25281],[-227566,-21751],[-227687,-21253],[-226519,-21917],[-226015,-22592],[-227990,-23802],[-218133,-18857],[-218129,-18744],[-224888,-24753],[-222926,-18662],[-219623,-15730],[-221079,-17399],[-219493,-15208],[-219978,-14340],[-226185,-22202],[-224714,-24294],[-219229,-24753],[-219194,-24484],[-223094,-18870],[-219873,-16588],[-221073,-17280],[-219521,-15150],[-219803,-14058],[-226016,-22171],[-227207,-21290],[-224040,-25055],[-227274,-21541],[-227131,-21773],[-226421,-22121],[-226713,-22029],[-226205,-22451],[-226862,-21838],[-225821,-22759],[-224648,-24487],[-224528,-24772],[-224748,-24107],[-219867,-24868],[-222816,-18165],[-219302,-16204],[-221189,-16850],[-219652,-13186],[-220075,-25356],[-223207,-18627],[-221218,-17256],[-220136,-15180],[-220064,-14372],[-226717,-371607],[-223475,-375187],[-224055,-376026],[-223724,-403056],[-222874,-404178],[-224975,-402912],[-223117,-404180],[-221143,-405073],[-219459,-407044],[-224328,-406965],[-218093,-409239],[-222935,-414857],[-221689,-414408],[-228643,-415862],[-228607,-416148],[-223835,-414505],[-227232,-416110],[-223549,-414529],[-226873,-414675],[-218736,-412900],[-226221,-411589],[-218685,-411709],[-228828,-412807],[-226385,-411962],[-223131,-413557],[-225522,-411619],[-221886,-34257],[-226946,-36477],[-225587,-35992],[-222853,-34007],[-229545,-36360],[-223917,-25723],[-221526,-33463],[-217962,-33184],[-217709,-34804],[-219330,-34569],[-222949,-34224],[-225606,-32832],[-223585,-29326],[-223591,-29198],[-224170,-25893],[-224034,-25993],[-220222,-32131],[-218918,-34763],[-228514,-34295],[-227682,-34249],[-228558,-35226],[-219663,-25460],[-217763,-37368],[-218286,-36337],[-223410,-35037],[-225631,-35797],[-226180,-35401],[-225679,-36272],[-229417,-36414],[-225482,-33246],[-221759,-33044],[-217756,-34406],[-217985,-34503],[-219613,-32124],[-217600,-32931],[-219767,-34471],[-219168,-34799],[-219825,-33273],[-219633,-33622],[-228419,-33819],[-227202,-34745],[-228744,-34966],[-217899,-36554],[-228690,-33765],[-227114,-34183],[-229369,-35480],[-217840,-36477],[-228553,-34253],[-227788,-34176],[-228493,-35492],[-217608,-37050],[-218309,-35948],[-225102,-519881],[-219078,-42419],[-225242,-48309],[-226558,-46113],[-225283,-47268],[-221159,-50994],[-220937,-48543],[-223498,-48374],[-226288,-48224],[-229300,-41678],[-228134,-45455],[-222593,-50269],[-217926,-49061],[-218437,-49037],[-220416,-50942],[-221179,-48282],[-222510,-48715],[-228707,-41203],[-228627,-41540],[-229772,-48361],[-226295,-47671],[-225825,-48392],[-221708,-43798],[-221448,-44534],[-221093,-44690],[-220850,-44287],[-225943,-50807],[-224497,-50604],[-219027,-48657],[-222274,-48611],[-218959,-48500],[-221487,-48731],[-222284,-48323],[-227389,-51251],[-226102,-51705],[-229463,-51762],[-220192,-51636],[-218691,-51217],[-217942,-56349],[-226538,-52995],[-227452,-63285],[-223080,-63037],[-223846,-60430],[-222817,-60764],[-220967,-61321],[-226961,-62453],[-229456,-58973],[-228105,-61527],[-227948,-63687],[-218824,-61530],[-227805,-51506],[-229588,-51175],[-222047,-51177],[-222201,-51287],[-218141,-51013],[-218865,-55456],[-225459,-54009],[-222217,-63723],[-223459,-63293],[-223736,-60421],[-222665,-60675],[-220413,-61471],[-226939,-61970],[-229262,-58470],[-228241,-61552],[-217866,-61889],[-218055,-62767],[-226161,-51461],[-227570,-51344],[-228956,-52407],[-218386,-51060],[-217911,-55344],[-218394,-55481],[-218451,-55862],[-227436,-63477],[-221753,-63327],[-223707,-63148],[-223739,-59641],[-222962,-60064],[-220698,-61564],[-226996,-62341],[-229648,-59201],[-229187,-61309],[-228411,-61466],[-228491,-61922],[-228535,-62197],[-229658,-51591],[-218304,-55373],[-218473,-55930],[-221390,-63632],[-222927,-62820],[-223352,-60157],[-222277,-60750],[-220261,-61339],[-226543,-62331],[-228994,-59302],[-228169,-61869],[-229448,-61351],[-228601,-61739],[-228097,-61652],[-227814,-63778],[-229695,-69637],[-227184,-63883],[-225888,-64991],[-225029,-64853],[-227449,-67042],[-228820,-65890],[-228141,-68894],[-221620,-69576],[-221560,-69199],[-219772,-69268],[-220650,-67580],[-218363,-69632],[-218625,-74352],[-218097,-76112],[-219706,-76128],[-218995,-75363],[-218256,-73968],[-219714,-74411],[-220174,-74553],[-220080,-75482],[-219717,-73926],[-220237,-76125],[-221315,-76592],[-219789,-76323],[-221402,-74304],[-220463,-73346],[-220035,-72094],[-219836,-72512],[-218775,-73608],[-224004,-74632],[-221603,-75566],[-229822,-72184],[-229385,-72266],[-223673,-74569],[-221921,-75805],[-230092,-72255],[-228716,-71860],[-228778,-71537],[-229123,-71886],[-224794,-64626],[-227057,-67009],[-229127,-65588],[-227533,-69207],[-221367,-69111],[-221448,-69186],[-219782,-69491],[-220223,-67393],[-222231,-64218],[-218184,-68804],[-217764,-76075],[-219225,-76204],[-218646,-75774],[-218385,-73684],[-220911,-74814],[-219771,-75727],[-221736,-74695],[-220063,-76346],[-221478,-75063],[-223729,-74196],[-222095,-75981],[-228583,-71874],[-229157,-72174],[-225053,-64695],[-225631,-64928],[-224986,-64587],[-227324,-67342],[-229234,-65530],[-227504,-68761],[-221411,-69553],[-221972,-68859],[-219867,-69470],[-220556,-67504],[-217804,-69598],[-225877,-64754],[-227595,-66873],[-229016,-65800],[-227990,-68529],[-222059,-69644],[-221978,-68787],[-219823,-69138],[-220177,-67443],[-218284,-68840],[-223178,-74101],[-221546,-76380],[-229881,-72491],[-228880,-72021],[-230053,-76540],[-228258,-73347],[-229999,-73438],[-229998,-73345],[-229503,-74178],[-228545,-76060],[-226202,-75757],[-225889,-74620],[-225352,-74871],[-228501,-73971],[-230352,-74786],[-230207,-74497],[-228404,-74867],[-228357,-75083],[-228229,-74853],[-227720,-73849],[-228342,-73626],[-228658,-73381],[-228984,-74247],[-229459,-73554],[-229468,-76537],[-225279,-76049],[-226022,-75471],[-225494,-74585],[-225890,-75430],[-228864,-74729],[-230296,-74401],[-228353,-75346],[-228605,-75646],[-225285,-76275],[-226326,-75600],[-225357,-75533],[-228983,-74582],[-226168,-75219],[-225649,-74619],[-226038,-74682],[-228812,-74089],[-228195,-75307],[-228447,-75729],[-220462,-83303],[-220188,-81809],[-219740,-81776],[-218322,-77113],[-218013,-77352],[-221613,-77096],[-220611,-76750],[-220321,-77003],[-218952,-77423],[-219706,-78823],[-219449,-79353],[-220660,-80296],[-221235,-79063],[-221774,-77608],[-224924,-77070],[-222641,-78909],[-222327,-78209],[-222515,-79040],[-222926,-78126],[-218868,-81056],[-218976,-81737],[-217698,-81139],[-220431,-82117],[-220117,-82825],[-221111,-83666],[-221379,-83879],[-221280,-83024],[-221748,-83457],[-222187,-83301],[-222990,-83612],[-223061,-83835],[-222779,-83367],[-222952,-83323],[-222457,-84651],[-222979,-84543],[-224174,-85195],[-225007,-85348],[-224732,-86067],[-221523,-76649],[-219417,-78903],[-221353,-80029],[-221358,-78287],[-223121,-79356],[-223082,-77963],[-224994,-77291],[-222691,-79084],[-222651,-78063],[-220941,-88376],[-221136,-88301],[-229499,-88221],[-227727,-83634],[-227568,-78807],[-227926,-77167],[-230099,-81096],[-226813,-81451],[-225718,-82401],[-226537,-83506],[-226933,-82402],[-225643,-77626],[-224191,-79668],[-217778,-88547],[-224563,-88935],[-220581,-88522],[-220967,-88173],[-229251,-80095],[-229753,-79913],[-230180,-77464],[-229075,-78447],[-228410,-84151],[-228523,-84091],[-218886,-88324],[-218957,-87312],[-217812,-87688],[-217819,-88292],[-224458,-88269],[-224419,-88950],[-221323,-85359],[-221675,-85440],[-230170,-88033],[-228021,-76905],[-228368,-77501],[-227924,-76626],[-229812,-80987],[-230024,-79915],[-226771,-81240],[-225993,-82703],[-227053,-84071],[-226902,-82268],[-225433,-76797],[-225722,-77815],[-224082,-80038],[-223119,-87436],[-229041,-80172],[-228828,-83833],[-226863,-81467],[-226398,-83048],[-226582,-83692],[-227339,-82643],[-225231,-77649],[-224285,-80010],[-226578,-81573],[-226163,-82301],[-226861,-83744],[-227538,-82273],[-225483,-76789],[-225447,-77354],[-224149,-79216],[-222087,-95839],[-218527,-91641],[-220120,-90141],[-225006,-91786],[-219536,-101947],[-218709,-100508],[-220932,-96842],[-219029,-93989],[-223293,-93777],[-222872,-94017],[-220823,-93520],[-228281,-97336],[-228632,-96808],[-228524,-98186],[-227172,-99737],[-227633,-98287],[-227396,-99799],[-227937,-100421],[-228455,-101352],[-229960,-96821],[-229368,-96827],[-229559,-94236],[-228294,-95426],[-226355,-95175],[-225653,-93740],[-226531,-93603],[-227165,-93493],[-227652,-94469],[-225543,-101582],[-225858,-101869],[-229974,-98317],[-228731,-100024],[-228831,-99080],[-221495,-98941],[-220705,-100778],[-220864,-100912],[-224756,-91696],[-221704,-95438],[-218616,-94216],[-220481,-90193],[-223246,-89918],[-223297,-90125],[-223194,-94314],[-220818,-94237],[-222271,-91973],[-224491,-91946],[-221895,-95393],[-221848,-102066],[-227623,-97839],[-227292,-96644],[-228951,-97325],[-228114,-98968],[-228470,-99732],[-227864,-98302],[-227163,-100288],[-228391,-100327],[-229418,-97450],[-229326,-95140],[-228961,-95789],[-229681,-94783],[-228540,-93389],[-227484,-94607],[-226870,-95035],[-226478,-94265],[-226122,-93814],[-226148,-93601],[-226156,-92271],[-226871,-92272],[-227424,-93063],[-226710,-93726],[-226848,-96245],[-227138,-102000],[-225138,-101918],[-229105,-97904],[-229182,-100756],[-229125,-99014],[-221279,-99199],[-220560,-100460],[-218972,-99652],[-222424,-92151],[-222360,-97083],[-222534,-92811],[-225791,-95893],[-222217,-98152],[-228644,-96484],[-224089,-114891],[-224303,-113493],[-229361,-114112],[-228337,-114827],[-226600,-112838],[-229584,-109315],[-227219,-111625],[-227153,-112055],[-227841,-111570],[-221533,-114928],[-226762,-110664],[-226321,-110107],[-227141,-110335],[-223921,-113609],[-222641,-113518],[-225585,-112535],[-225437,-113906],[-221653,-113635],[-228696,-113819],[-224740,-114857],[-228625,-114934],[-228780,-114691],[-227821,-113960],[-227331,-113241],[-230321,-105192],[-217892,-113776],[-225276,-114841],[-224471,-114656],[-228433,-114648],[-228058,-114387],[-228440,-114371],[-228814,-114138],[-228317,-105624],[-228771,-105416],[-228255,-105378],[-227985,-105432],[-227802,-105109],[-229022,-105521],[-228992,-105317],[-230147,-106100],[-227319,-105612],[-225014,-106583],[-223555,-107516],[-223461,-107127],[-222744,-107977],[-225205,-105762],[-229792,-109521],[-223238,-114921],[-227511,-110460],[-227310,-109615],[-226826,-111175],[-220525,-114755],[-222717,-113864],[-222799,-113548],[-225252,-111977],[-225305,-113879],[-222102,-114176],[-228796,-113524],[-217672,-113130],[-228420,-105799],[-230242,-105215],[-225027,-106094],[-224634,-106515],[-225327,-106291],[-224989,-106271],[-223340,-107442],[-223332,-107658],[-223519,-106382],[-229347,-109744],[-227240,-111734],[-218476,-112814],[-227051,-111573],[-220508,-114631],[-224234,-113102],[-222707,-113065],[-225391,-112069],[-225589,-113997],[-221708,-113913],[-229034,-113310],[-227837,-111807],[-226990,-113668],[-226675,-113470],[-227860,-111907],[-220371,-114705],[-223057,-113119],[-225717,-111560],[-225739,-113603],[-221933,-114430],[-229318,-113500],[-220697,-102791],[-227609,-102998],[-227554,-102654],[-220108,-102642],[-218723,-103298],[-218644,3654],[-220488,3010],[-219575,1532],[-220450,5754],[-222368,7285],[-218556,1699],[-218763,302],[-230289,8596],[-219474,2054],[-220963,6099],[-222461,7284],[-218388,1725],[-218972,474],[-218634,5797],[-219366,5271],[-218102,4656],[-217958,948],[-217661,870],[-218927,1791],[-220575,5665],[-222296,6496],[-218254,1907],[-230359,9335],[-219007,5968],[-221396,8167],[-219577,7391],[-217813,1120],[-218919,1569],[-220774,5651],[-222124,6495],[-217975,1317],[-219417,510],[-220400,131998],[-227397,134405],[-218911,139587],[-223655,136373],[-218665,139473],[-223837,135783],[-219100,136972],[-228889,134684],[-218395,128728],[-219045,139643],[-224112,135298],[-218258,139162],[-224440,136686],[-218711,139473],[-223926,136268],[-219326,139555],[-223553,135983],[-219287,143473],[-220074,142660],[-229990,142082],[-228259,143746],[-223549,145092],[-222143,145809],[-218502,143219],[-229978,141817],[-228619,145566],[-222878,146722],[-221866,144386],[-230270,144766],[-228935,141882],[-229494,144886],[-220993,229802],[-220817,231403],[-227597,18601],[-226632,18978],[-227102,21209],[-225116,25466],[-229048,25568],[-220209,19291],[-221032,20352],[-219588,21079],[-221057,21831],[-217646,17493],[-219071,13798],[-223120,16555],[-218054,19738],[-219794,17439],[-222799,15134],[-222512,15807],[-220554,14234],[-222286,14826],[-227943,22312],[-225268,18050],[-221552,21914],[-228912,18305],[-227962,18844],[-226435,19149],[-227343,21419],[-226733,25594],[-228735,25796],[-220131,19149],[-220503,19629],[-219609,20972],[-221336,21406],[-219213,13749],[-223181,16507],[-218148,19197],[-228862,18315],[-220319,15097],[-223223,14512],[-221875,15815],[-221378,14472],[-228644,22883],[-229062,17870],[-226051,24440],[-220691,22707],[-225097,20222],[-227592,18684],[-226421,18983],[-227737,21733],[-224712,25158],[-220124,18788],[-221128,20143],[-220016,21398],[-221074,21982],[-218610,13660],[-222661,16227],[-218658,19122],[-224240,15812],[-222575,15465],[-222360,25083],[-227079,18600],[-226047,18428],[-227461,21355],[-226123,25540],[-225239,25634],[-220632,18982],[-221029,20176],[-220349,20774],[-221029,21560],[-219338,14326],[-223464,15872],[-218447,19907],[-228766,321347],[-230081,324876],[-229101,324736],[-228240,321502],[-228547,320733],[-229856,324780],[-229338,320856],[-228934,323243],[-229027,324764],[-229760,321212],[-229107,320904],[-227608,336516],[-228599,336748],[-229779,343997],[-227055,337179],[-226197,336957],[-229656,334380],[-229542,336073],[-223942,334878],[-226728,335492],[-229678,344938],[-229020,334880],[-225140,334673],[-228814,343940],[-230056,345586],[-229347,333909],[-229642,336625],[-229742,343881],[-229703,345113],[-225813,337501],[-224027,334679],[-229767,345471],[-228401,334536],[-229533,337100],[-227683,337908],[-225948,333810],[-229322,344350],[-229611,335887],[-227223,337770],[-226552,336410],[-224191,335359],[-228247,348619],[-227667,353910],[-223978,357297],[-229652,353968],[-228413,347564],[-226957,347879],[-229446,346138],[-230329,353206],[-229657,351760],[-227970,354023],[-227070,355746],[-228304,354728],[-226460,355513],[-226931,355614],[-226756,356419],[-228305,356634],[-229571,357371],[-224003,356523],[-228492,347081],[-226567,346978],[-223741,355859],[-228761,354332],[-229384,352487],[-227886,354418],[-230238,354592],[-228633,358092],[-224204,358299],[-229973,346187],[-226318,358415],[-230082,351556],[-229998,351911],[-223885,355427],[-227307,356335],[-228048,355034],[-229892,356467],[-229272,355079],[-229303,354920],[-229958,346989],[-226292,349376],[-227153,355406],[-226130,355429],[-224682,357565],[-228462,357717],[-228796,346440],[-228307,348193],[-229809,352045],[-226707,357094],[-223946,358110],[-229487,354794],[-229360,355029],[-229066,367575],[-230127,363230],[-229605,363137],[-229468,365745],[-230023,361470],[-228930,366808],[-230003,369252],[-224252,358909],[-229646,361058],[-228983,360611],[-229620,365498],[-229402,368422],[-229604,365656],[-229120,362425],[-230026,368031],[-229746,369145],[-229257,365251],[-230188,362941],[-229706,362624],[-230325,367611],[-228987,366598],[-227367,359550],[-229827,363418],[-225940,26211],[-228357,26048],[-226404,25875],[-224746,29056],[-223547,31653],[-230344,31423],[-221705,31916],[-229693,26092],[-223497,32812],[-227280,34328],[-228215,34370],[-222945,36785],[-225059,25888],[-229022,26452],[-223820,41893],[-224200,39630],[-219461,43130],[-224030,42712],[-228651,43335],[-222276,39503],[-225655,39175],[-229304,39194],[-220573,45585],[-222577,43723],[-217963,44244],[-218594,43840],[-217713,44380],[-221595,43788],[-224343,41807],[-224263,40045],[-225845,45722],[-224366,41619],[-224201,39840],[-224016,41663],[-224429,40033],[-223514,49324],[-227307,49169],[-229138,46893],[-227073,50735],[-225246,47396],[-224520,47718],[-224877,49552],[-220679,49271],[-228228,48916],[-229074,47155],[-224665,47039],[-227010,50430],[-221948,49252],[-221605,48734],[-224147,48352],[-223471,60503],[-226521,61377],[-218896,57717],[-223129,57136],[-228825,51922],[-229709,52208],[-220365,63057],[-224492,63645],[-219929,63102],[-226619,62995],[-219683,60488],[-218621,58378],[-219750,59389],[-220307,57585],[-222775,57250],[-222029,55490],[-230248,58769],[-218865,54593],[-220762,58359],[-225778,57770],[-225586,56390],[-225134,58618],[-224893,60006],[-223670,59149],[-217690,62558],[-217614,62151],[-225818,55758],[-223990,62454],[-227430,63826],[-219077,60602],[-222127,56855],[-224924,55035],[-220015,63754],[-224800,61201],[-227026,60744],[-220255,61221],[-218181,61199],[-219229,56957],[-220321,56918],[-229696,58473],[-218526,55030],[-221148,58285],[-225313,58739],[-225506,57514],[-225516,56222],[-225085,58219],[-224683,60135],[-223624,58989],[-224658,62024],[-218938,54639],[-221191,58028],[-225466,57471],[-225523,56318],[-225308,58784],[-224673,60321],[-223896,58886],[-218463,54658],[-221292,58135],[-225525,57570],[-225804,56169],[-224985,58621],[-224802,60088],[-223548,59117],[-227051,71249],[-224822,70788],[-223820,70340],[-219874,68639],[-228579,66094],[-220897,89651],[-222163,86014],[-221173,89552],[-228924,81915],[-229659,80599],[-228516,80719],[-224802,81423],[-223987,86809],[-223425,85781],[-223516,86582],[-223431,81975],[-224696,82782],[-223493,83879],[-224294,84444],[-230341,84959],[-227235,89265],[-228384,88398],[-226912,83385],[-229042,83495],[-228484,83524],[-228971,81438],[-228486,82822],[-228894,80883],[-218865,77405],[-229269,84346],[-229909,82669],[-228694,81451],[-230110,82159],[-229099,84554],[-229841,82202],[-230217,80529],[-229214,80146],[-224291,82863],[-223304,82923],[-224260,83777],[-224340,84889],[-224369,83103],[-224741,84208],[-224503,84454],[-229785,85722],[-228011,89589],[-228211,84216],[-228253,81576],[-225233,82861],[-229876,81831],[-229844,82409],[-229287,81171],[-224646,81782],[-223838,82756],[-224292,83091],[-223818,82368],[-224361,86512],[-223366,81794],[-224574,84914],[-223344,84326],[-229720,85865],[-230237,85043],[-227342,88548],[-228499,89304],[-227428,83561],[-229438,84304],[-227790,82782],[-226918,81933],[-230274,86207],[-229042,84815],[-223960,82100],[-223281,83070],[-224401,83665],[-224778,85502],[-222281,83967],[-224484,84821],[-223747,84837],[-224479,85618],[-229796,86036],[-227955,88628],[-228292,89664],[-228165,89318],[-227537,84314],[-228180,84567],[-228937,84887],[-228819,80826],[-228019,82715],[-227948,81981],[-230389,85009],[-224370,81379],[-223399,81735],[-225056,83982],[-225068,82265],[-223136,84837],[-223755,83053],[-223830,82130],[-223459,82149],[-222987,84647],[-229716,85469],[-228192,89371],[-228067,89411],[-227963,83199],[-228919,84139],[-227801,83670],[-228465,82809],[-228130,83067],[-227097,81555],[-224831,81703],[-223373,83284],[-224637,82755],[-224694,84468],[-222584,84169],[-224633,86459],[-223103,84922],[-223976,86156],[-230200,85001],[-227540,88763],[-227539,89215],[-228174,83736],[-228122,85583],[-228116,83204],[-228611,81063],[-228184,82702],[-226940,81474],[-226870,98736],[-230284,101544],[-223001,98163],[-228378,100015],[-226466,102510],[-228180,96294],[-228608,96444],[-227007,97881],[-227099,97666],[-229907,99109],[-230224,97378],[-217952,93030],[-219054,93358],[-219046,95035],[-219568,95622],[-220964,90003],[-221450,90159],[-221733,92818],[-222050,93174],[-221564,91486],[-221919,101765],[-229528,96688],[-228650,95887],[-225433,95440],[-226215,96901],[-225864,95454],[-225878,96789],[-227904,98420],[-228358,97042],[-229260,98242],[-228888,99775],[-230022,97539],[-217937,93059],[-218046,92710],[-219481,92933],[-219292,94186],[-220011,94403],[-219532,95722],[-220582,90018],[-221871,90313],[-222018,92079],[-221517,93015],[-221387,90956],[-229398,101022],[-228649,97215],[-229515,96253],[-229262,97111],[-226106,96587],[-227225,98282],[-228346,97875],[-228674,97252],[-228813,97294],[-230246,98310],[-228821,97104],[-228456,95799],[-225919,95683],[-225825,96366],[-226165,98760],[-227279,97296],[-227462,96420],[-229668,97253],[-229582,99638],[-229723,97206],[-226133,96292],[-226409,96201],[-227697,97800],[-226809,97502],[-226537,96761],[-228696,98636],[-228483,98400],[-228792,98738],[-217711,92837],[-219281,93056],[-219342,94321],[-219291,94950],[-220190,96214],[-221779,90196],[-221408,92553],[-222060,92987],[-221674,91539],[-226126,95535],[-227214,96752],[-229676,97780],[-217845,92359],[-219344,93387],[-219431,94218],[-219382,94692],[-219154,96088],[-220193,95891],[-221613,90152],[-221978,92273],[-221855,91885],[-227042,94877],[-229754,95310],[-228649,90272],[-230103,95941],[-227812,90264],[-227276,94838],[-229128,89842],[-219740,113967],[-218065,112861],[-219635,113982],[-217776,113407],[-219327,114249],[-217916,113027],[-220081,114346],[-219665,114321],[-217727,113568],[-219848,113954],[-229560,104861],[-226152,112587],[-226394,109503],[-229036,104914],[-225411,105108],[-226104,106739],[-228100,106053],[-223694,102939],[-221532,111002],[-226477,112119],[-224844,110269],[-228606,107361],[-225781,108127],[-226280,103655],[-223559,104194],[-230190,105102],[-229654,105490],[-228500,105401],[-225013,103676],[-228677,105404],[-229760,109287],[-226653,106116],[-225881,103179],[-224489,109580],[-228868,113137],[-223241,105558],[-218828,118166],[-223846,122702],[-224218,121438],[-223646,118712],[-224185,122550],[-224771,119337],[-227164,116834],[-225325,122042],[-224163,119497],[-224248,118600],[-224663,122464],[-224444,118926],[-224875,122697],[-224064,119414],[-241546,-115947],[-241323,-115575],[-241878,-115193],[-240788,-115803],[-237690,-115807],[-241642,-115649],[-241970,-115542],[-239835,-115652],[-240422,-117002],[-241002,-115313],[-240482,-115497],[-236081,-120808],[-240886,-125915],[-241386,-115072],[-242201,-118215],[-242418,-116054],[-236825,-120075],[-236523,-120520],[-237224,-116737],[-235929,-118373],[-237220,-118146],[-235735,-117246],[-236898,-120066],[-236341,-120387],[-236564,-120662],[-236540,-118246],[-237650,-116704],[-236037,-117490],[-235661,-117163],[-239235,-123702],[-232499,-127346],[-232731,-124010],[-231090,-120276],[-232849,-116193],[-230430,-127622],[-231039,-117668],[-231130,-119330],[-230959,-120105],[-232424,-116715],[-231187,-118894],[-232685,-119914],[-232761,-118383],[-234672,-116622],[-234784,-116725],[-233530,-116712],[-233920,-116302],[-231572,-118353],[-234958,-125035],[-234317,-123902],[-234356,-126214],[-232885,-123954],[-233232,-123420],[-237622,-126301],[-237090,-125804],[-236549,-127671],[-238937,-127088],[-238050,-126612],[-238723,-127522],[-239249,-127101],[-234932,-126283],[-235017,-125512],[-234370,-124972],[-237343,-125360],[-235566,-124561],[-235522,-124557],[-231142,-124414],[-232385,-125767],[-232541,-126718],[-234488,-125348],[-231966,-126068],[-232985,-125846],[-234958,-123276],[-236205,-123100],[-235446,-121415],[-234923,-123318],[-233853,-121836],[-230445,-119248],[-231260,-119737],[-231783,-120475],[-230965,-121823],[-233068,-122168],[-232635,-120479],[-232364,-121256],[-231371,-121392],[-232298,-115226],[-231246,-115137],[-231291,-117446],[-230946,-116989],[-235102,-119644],[-235512,-116574],[-233182,-117182],[-232755,-117035],[-234059,-118272],[-233805,-121236],[-234614,-120069],[-235080,-120138],[-233749,-121004],[-233957,-123392],[-234635,-122796],[-233389,-115058],[-233148,-115348],[-232440,-124717],[-231189,-125803],[-231688,-124669],[-238858,-127662],[-237138,-127268],[-234757,-116346],[-235349,-115621],[-234707,-117288],[-235223,-118304],[-235208,-119195],[-235772,-122432],[-235140,-121179],[-235091,-121845],[-233377,-121061],[-233603,-122224],[-232505,-123104],[-237370,-127688],[-237437,-127565],[-233392,-115618],[-234642,-115373],[-231711,-125058],[-231817,-125142],[-231569,-126214],[-231583,-127571],[-232775,-118706],[-232257,-116980],[-237069,-124544],[-235912,-124771],[-237087,-124932],[-232371,-127062],[-231736,-117758],[-230625,-116876],[-233962,-115931],[-235403,-125299],[-230729,-126295],[-239868,-127620],[-235430,-128442],[-233510,-131706],[-232824,-129809],[-233122,-130298],[-236128,-131965],[-238113,-131922],[-238673,-136672],[-236571,-136892],[-235375,-139768],[-237102,-129322],[-234762,-128321],[-230967,-133690],[-230926,-133453],[-230781,-132489],[-230850,-132636],[-231776,-132524],[-232028,-133147],[-232385,-134952],[-232644,-135321],[-232460,-135598],[-232672,-129484],[-235345,-130447],[-234705,-129060],[-233191,-129304],[-236942,-129422],[-235893,-130422],[-231719,-133451],[-234805,-135282],[-232569,-134829],[-232978,-131045],[-231084,-131627],[-233751,-131182],[-232652,-138133],[-230666,-138948],[-231356,-140513],[-242685,-134890],[-241163,-135317],[-241238,-136310],[-242048,-136864],[-239410,-134547],[-240973,-137993],[-236724,-135976],[-235259,-137026],[-236414,-136218],[-235879,-138394],[-235544,-136107],[-238512,-134047],[-236437,-128816],[-238116,-129860],[-237690,-128819],[-235613,-132475],[-233128,-140128],[-232821,-139736],[-232281,-140231],[-233128,-140375],[-240371,-139089],[-239277,-138406],[-239189,-138605],[-238394,-137306],[-238462,-137488],[-237686,-137693],[-231026,-139113],[-230637,-139670],[-232474,-139609],[-243036,-138241],[-231247,-130126],[-230690,-134130],[-242499,-138561],[-231164,-129838],[-231255,-130569],[-231709,-131232],[-231912,-131882],[-236969,-137555],[-234428,-137635],[-236990,-137537],[-235189,-139237],[-234332,-138117],[-236569,-138271],[-241962,-136674],[-242867,-137163],[-241592,-137015],[-240393,-133407],[-241376,-135517],[-241448,-135300],[-241629,-139776],[-242385,-137283],[-241926,-139354],[-242346,-136937],[-242576,-137773],[-241496,-139759],[-236332,-136004],[-233663,-133634],[-233679,-134206],[-235244,-134962],[-238164,-131945],[-235709,-131853],[-235751,-133001],[-237258,-131779],[-236414,-132699],[-236503,-133122],[-240019,-133273],[-236296,-133040],[-237845,-131683],[-237473,-133881],[-239224,-131622],[-239207,-133955],[-235167,-130116],[-236571,-129337],[-235111,-130320],[-236807,-129743],[-235833,-127966],[-239870,-128598],[-234091,-132193],[-232039,-129102],[-234556,-130385],[-231725,-130302],[-231548,-131957],[-233072,-129756],[-232383,-133472],[-232165,-133330],[-234092,-132879],[-232083,-132162],[-232990,-131865],[-233950,-131949],[-230986,-136929],[-231409,-138920],[-231620,-136801],[-232277,-138633],[-237588,-139869],[-238015,-139782],[-238300,-139556],[-238755,-128582],[-239458,-128624],[-237176,-128106],[-237657,-127943],[-236310,-128030],[-236691,-128063],[-236245,-127938],[-239454,-130199],[-239248,-130084],[-239406,-129548],[-234362,-133745],[-233998,-133635],[-234474,-134178],[-234550,-134781],[-238163,-140490],[-237640,-140361],[-237537,-140276],[-239437,-128048],[-239035,-128432],[-238669,-129109],[-237771,-128197],[-236377,-128572],[-236764,-128366],[-236815,-129007],[-239563,-130015],[-239375,-129771],[-239022,-129788],[-235923,-128843],[-233369,-128411],[-237367,-132895],[-237060,-135709],[-235553,-130829],[-234852,-130231],[-233751,-130866],[-232108,-129163],[-238013,-131376],[-237548,-130762],[-238461,-136867],[-237444,-137089],[-243151,-140828],[-231191,-141471],[-230790,-144038],[-230911,-146441],[-232028,-152469],[-231390,-149903],[-232525,-151857],[-232908,-151148],[-233553,-150748],[-233214,-152603],[-239233,-151684],[-240823,-153330],[-240237,-149822],[-240469,-151109],[-239165,-150098],[-242107,-148845],[-240774,-151296],[-239342,-149587],[-237506,-144423],[-240258,-143863],[-239577,-144218],[-237006,-144970],[-239123,-146817],[-238129,-143889],[-234442,-149902],[-234371,-149340],[-232944,-149645],[-233087,-147327],[-233774,-148533],[-235419,-146819],[-234291,-146482],[-233996,-145829],[-235534,-148195],[-236009,-148712],[-232357,-146034],[-231041,-145817],[-230491,-153396],[-230508,-152008],[-234463,-151806],[-234589,-151885],[-234207,-151400],[-242069,-151383],[-242424,-151705],[-241760,-151522],[-243086,-150408],[-240143,-150549],[-239832,-150401],[-240093,-150653],[-242784,-148493],[-242789,-148300],[-242908,-148101],[-242927,-152646],[-242663,-153032],[-242297,-143285],[-241048,-143218],[-243147,-141816],[-242525,-141909],[-241775,-141989],[-241812,-142429],[-241470,-141849],[-239561,-142772],[-239719,-142261],[-239790,-142552],[-240799,-141957],[-239474,-142574],[-240841,-141931],[-238587,-147521],[-237976,-148227],[-236810,-145467],[-237603,-145171],[-239999,-147628],[-234837,-143308],[-233110,-143714],[-232591,-145965],[-232493,-144797],[-232361,-145514],[-233002,-145912],[-230466,-150459],[-232104,-151943],[-230582,-151272],[-235219,-152296],[-233997,-152778],[-233395,-151169],[-235283,-149953],[-234254,-151080],[-233439,-149073],[-234691,-150694],[-235983,-148005],[-235285,-147961],[-236006,-146118],[-233412,-147695],[-235699,-147677],[-233667,-147011],[-233894,-144823],[-234034,-146108],[-234110,-146661],[-234165,-145439],[-233932,-143420],[-235396,-143718],[-239134,-147270],[-240349,-147812],[-237969,-146425],[-238735,-146872],[-239119,-146973],[-238732,-148232],[-239982,-148120],[-237841,-149852],[-238366,-149381],[-237707,-148760],[-237104,-150188],[-242270,-149146],[-240774,-152241],[-241078,-151627],[-242211,-152035],[-240756,-151061],[-240656,-153189],[-239056,-144396],[-239087,-144488],[-236930,-142459],[-237679,-144713],[-236462,-144653],[-236328,-144542],[-242611,-145551],[-241740,-146261],[-242970,-144305],[-240557,-145320],[-240478,-145499],[-230915,-141580],[-231352,-146417],[-231011,-143450],[-234707,-153142],[-235492,-153221],[-234212,-151802],[-234402,-151262],[-234431,-151737],[-233101,-150862],[-242052,-150011],[-241388,-150131],[-242761,-150885],[-240248,-150408],[-240616,-150510],[-240543,-150081],[-242768,-153351],[-242114,-141770],[-243127,-141542],[-241063,-141974],[-240636,-142530],[-241237,-142555],[-239324,-142835],[-239700,-142441],[-239536,-141571],[-239519,-141657],[-239398,-142491],[-239653,-142636],[-231545,-147877],[-233656,-141359],[-235613,-143379],[-237937,-144450],[-237329,-146669],[-238887,-146034],[-232856,-144807],[-233677,-148285],[-234358,-148315],[-233953,-142930],[-230501,-144269],[-240602,-151817],[-238936,-152554],[-233146,-151047],[-234843,-152353],[-235852,-142371],[-237747,-142236],[-239763,-145381],[-232702,-144721],[-233146,-146704],[-233213,-144733],[-238633,-152022],[-230464,-148626],[-234331,-151412],[-233800,-141559],[-235602,-141935],[-238102,-143693],[-238399,-143003],[-238138,-148183],[-237349,-144687],[-233890,-146404],[-231463,-147184],[-233614,-149671],[-233826,-147565],[-234263,-142485],[-233114,-145411],[-240340,-150671],[-240718,-153231],[-231138,-149273],[-232043,-148638],[-231066,-152706],[-232200,-152134],[-243187,-165336],[-242499,-162087],[-242251,-162447],[-242425,-163273],[-243187,-162154],[-243162,-163087],[-242617,-162323],[-243190,-165866],[-242507,-162771],[-242578,-163062],[-243130,-162578],[-236020,-160466],[-235300,-160827],[-239935,-164258],[-239897,-165297],[-240448,-163710],[-239473,-163412],[-240415,-163217],[-235552,-159785],[-235576,-159559],[-234924,-157511],[-234851,-157674],[-241317,-162103],[-239653,-165033],[-238942,-164811],[-231383,-154761],[-230509,-154419],[-232494,-155119],[-232462,-154437],[-235703,-154339],[-233899,-153466],[-233223,-153709],[-238987,-156148],[-239139,-154932],[-241695,-156887],[-242273,-154962],[-240585,-155424],[-240510,-153924],[-240601,-158027],[-241860,-156327],[-242554,-157080],[-241510,-157072],[-240104,-157813],[-242009,-158560],[-235099,-154479],[-234774,-154815],[-235712,-155214],[-235647,-153518],[-242247,-153451],[-235635,-159888],[-236866,-160799],[-235055,-157635],[-235042,-157877],[-234589,-156485],[-240193,-164156],[-240027,-164507],[-239860,-164744],[-240286,-164952],[-240324,-163648],[-240577,-163978],[-241060,-164006],[-240981,-164220],[-239585,-163075],[-239689,-163228],[-239556,-163626],[-240332,-163402],[-239541,-162840],[-239775,-162776],[-240443,-162937],[-240749,-163505],[-240442,-162707],[-241300,-161875],[-232921,-154371],[-232722,-154418],[-231090,-154625],[-232388,-154162],[-232602,-153955],[-232251,-155963],[-232289,-155223],[-231819,-154700],[-231878,-157785],[-233563,-157927],[-231692,-157677],[-232588,-155891],[-235291,-159407],[-233581,-158335],[-235777,-160367],[-235966,-160721],[-232051,-157590],[-237868,-153799],[-238628,-156001],[-241063,-157042],[-241739,-155654],[-238140,-156492],[-240767,-153704],[-238967,-156400],[-239618,-155049],[-240890,-155439],[-242178,-154642],[-234219,-158271],[-233364,-158296],[-234352,-156523],[-234232,-157024],[-239246,-164656],[-239319,-164819],[-238777,-164952],[-235351,-155088],[-236192,-155077],[-234850,-154672],[-235418,-153788],[-235183,-153453],[-234950,-153406],[-242806,-153475],[-236180,-156461],[-239219,-155111],[-237739,-164229],[-239292,-161824],[-237557,-163957],[-232386,-159077],[-235862,-163809],[-231659,-155129],[-233229,-157720],[-235166,-157479],[-237780,-157191],[-235481,-157684],[-237810,-164537],[-238601,-161143],[-241293,-162378],[-240578,-164196],[-232416,-153736],[-231492,-164513],[-235064,-163158],[-237479,-161807],[-232839,-162563],[-231083,-161980],[-232805,-165087],[-231470,-156207],[-232465,-156545],[-232631,-156385],[-235352,-156770],[-238359,-157206],[-235868,-161084],[-237514,-162917],[-237482,-161725],[-241226,-163410],[-240415,-160419],[-232842,-163711],[-237191,-161740],[-233588,-162595],[-232115,-160788],[-234605,-165173],[-236122,-162307],[-230552,-158558],[-241862,-172085],[-241521,-172032],[-240814,-172527],[-240696,-172902],[-242904,-171127],[-240338,-172942],[-239558,-168237],[-242557,-171752],[-242032,-171715],[-242085,-171351],[-242545,-168571],[-242762,-168665],[-242425,-168207],[-242472,-171951],[-242211,-171775],[-242070,-172095],[-243196,-168224],[-242943,-168685],[-242415,-168563],[-239530,-168810],[-239168,-170056],[-236616,-178327],[-236208,-178315],[-241426,-178708],[-238767,-176655],[-238959,-177100],[-237973,-176580],[-238826,-177886],[-241444,-175907],[-242362,-175872],[-238654,-167300],[-239342,-168388],[-236437,-178210],[-238435,-176966],[-241008,-176455],[-240936,-175984],[-242283,-176391],[-238763,-167099],[-236802,-178255],[-238429,-166606],[-236408,-177958],[-237540,-172043],[-237337,-172207],[-242293,-174745],[-241787,-175783],[-240424,-174715],[-241317,-178977],[-230602,-177271],[-231857,-172392],[-232046,-173530],[-232383,-173722],[-232219,-171296],[-231648,-171548],[-231623,-171809],[-231842,-172199],[-230637,-175521],[-231061,-174062],[-232801,-172480],[-230546,-168264],[-231412,-166988],[-236735,-167461],[-230602,-172000],[-230510,-172126],[-231797,-172025],[-232186,-172099],[-232273,-173385],[-230729,-175108],[-234138,-169425],[-235075,-169185],[-235721,-170333],[-237039,-171372],[-236113,-171751],[-232510,-169489],[-231719,-170138],[-231797,-169088],[-230479,-169580],[-237730,-168263],[-234883,-166415],[-230877,-172191],[-232126,-174060],[-237840,-170858],[-234953,-169828],[-231890,-167254],[-237863,-169420],[-239520,-184381],[-232224,-189854],[-238476,-185526],[-242554,-183177],[-241878,-189203],[-241249,-188044],[-242383,-188751],[-241235,-190682],[-238782,-186930],[-241395,-184341],[-240353,-187702],[-238963,-185184],[-242854,-187832],[-233146,-190831],[-233246,-190332],[-233077,-190113],[-232604,-190239],[-233153,-191019],[-233847,-190548],[-233854,-190791],[-234759,-191204],[-241471,-188904],[-243089,-189213],[-240879,-189570],[-241018,-188006],[-231498,-190053],[-232823,-191606],[-234441,-191359],[-234502,-190617],[-235383,-190602],[-233358,-191292],[-232399,-190016],[-240088,-191168],[-236763,-187178],[-237531,-190902],[-241981,-188230],[-232403,-191266],[-239156,-185771],[-240792,-185405],[-243003,-189490],[-240564,-185092],[-237929,-186519],[-237036,-179290],[-237181,-179458],[-236813,-179807],[-237392,-179805],[-236183,-182394],[-235922,-182226],[-236016,-182050],[-236291,-182671],[-236381,-182926],[-236535,-182499],[-234294,-183412],[-233983,-183682],[-233688,-183597],[-233887,-183953],[-234797,-183820],[-234894,-184107],[-233587,-184626],[-235656,-186557],[-235399,-186849],[-235132,-186630],[-235301,-187043],[-230730,-186396],[-234191,-185692],[-241814,-180369],[-240195,-182704],[-239515,-183992],[-236986,-179095],[-230739,-186065],[-233289,-186173],[-234583,-188450],[-237820,-183189],[-241015,-179658],[-242115,-180461],[-234064,-183247],[-233631,-183451],[-233433,-183272],[-233230,-183900],[-234836,-182723],[-230589,-186193],[-236977,-186209],[-233870,-183277],[-233494,-182572],[-233641,-182653],[-234752,-182581],[-234398,-185214],[-240995,-180491],[-237173,-182702],[-236285,-180610],[-241478,-179538],[-232672,-187332],[-232724,-186117],[-242102,-180166],[-241628,-180203],[-243085,-179699],[-234783,-188257],[-241361,-179315],[-243022,-179980],[-236148,-198412],[-236676,-195435],[-242079,-193216],[-242713,-192620],[-238111,-203225],[-240089,-201431],[-238326,-203157],[-231559,-202742],[-234784,-194126],[-232257,-193118],[-231137,-196861],[-235411,-198518],[-239919,-191999],[-237241,-197165],[-233096,-193552],[-232108,-195734],[-237030,-193140],[-237692,-194733],[-239103,-192652],[-240351,-195086],[-239127,-195026],[-236193,-195580],[-239641,-194567],[-236170,-197252],[-240612,-195294],[-235781,-198843],[-230859,-203532],[-231226,-201709],[-234946,-202963],[-232413,-203035],[-230612,-201772],[-240051,-200540],[-235607,-195700],[-232733,-192753],[-235835,-192763],[-234153,-193519],[-230717,-196201],[-230849,-197052],[-237491,-192453],[-231144,-201414],[-233225,-192823],[-231986,-196924],[-233958,-193269],[-231686,-193776],[-233923,-193436],[-242030,-204205],[-242654,-201664],[-235654,-205530],[-231261,-213406],[-230920,-217269],[-230808,-215740],[-231453,-213798],[-232606,-204902],[-233644,-206217],[-231167,-209648],[-237081,-205959],[-232443,-207282],[-232805,-216512],[-235687,-206345],[-230644,-215649],[-233891,-214085],[-232525,-205302],[-237440,-205022],[-231996,-207205],[-231377,-209533],[-231496,-207284],[-232310,-207578],[-234364,-213609],[-231121,-207054],[-232160,-207647],[-230459,-206557],[-234978,-205812],[-231818,-213962],[-232222,-212809],[-232191,-208270],[-232152,-208112],[-235150,-208104],[-232209,-215756],[-231122,-210133],[-234977,-211762],[-238825,-207807],[-238367,-211309],[-234575,-211173],[-232335,-210077],[-235641,-210087],[-238538,-215496],[-241167,-216453],[-241687,-216872],[-240069,-208180],[-241324,-208860],[-242023,-215082],[-240494,-214366],[-240273,-215366],[-238322,-208507],[-243001,-210632],[-239006,-209269],[-237386,-208470],[-231537,-210512],[-240401,-206434],[-239487,-208471],[-240555,-207337],[-238616,-215443],[-242812,-215889],[-242104,-204880],[-240047,-211542],[-237069,-217069],[-240591,-216508],[-241666,-215781],[-241027,-216647],[-241758,-212760],[-239694,-207780],[-238159,-214699],[-242837,-215060],[-237006,-209302],[-242302,-207285],[-238426,-209042],[-241905,-206395],[-238755,-208417],[-235668,-209052],[-240243,-208582],[-238777,-208182],[-237188,-224120],[-236199,-222361],[-235580,-224543],[-239507,-222393],[-236064,-220844],[-237727,-218219],[-230824,-222663],[-234763,-222013],[-235333,-222154],[-232427,-227935],[-233863,-227588],[-234530,-226434],[-240570,-223172],[-233969,-221063],[-238861,-217614],[-241384,-217537],[-233077,-228523],[-231918,-227486],[-234370,-224169],[-240130,-223478],[-235040,-219895],[-235996,-218918],[-241004,-220703],[-230534,-229269],[-232708,-227867],[-235468,-224031],[-238000,-221479],[-234780,-220207],[-239147,-219082],[-243063,-217533],[-240390,-230197],[-240543,-228903],[-242868,-228258],[-236890,-221009],[-233334,-223126],[-232386,-223241],[-241912,-241749],[-241236,-235655],[-230986,-239478],[-230628,-240627],[-235228,-236090],[-235877,-238007],[-242729,-242922],[-241843,-242453],[-242415,-238079],[-242832,-236109],[-241157,-242972],[-231963,-239779],[-235654,-236216],[-235868,-239013],[-242498,-234035],[-242790,-233798],[-242691,-234594],[-242283,-232669],[-241972,-232071],[-242851,-231846],[-241101,-241733],[-241765,-242129],[-234871,-242817],[-230866,-236199],[-232170,-238469],[-232692,-236270],[-231907,-236745],[-232741,-235602],[-234064,-238353],[-234402,-237739],[-234411,-238011],[-236252,-233678],[-236518,-233709],[-235374,-237709],[-233304,-241705],[-233136,-240971],[-230531,-238968],[-230835,-240900],[-238068,-230963],[-237166,-231240],[-236990,-233875],[-240791,-233521],[-240234,-234714],[-239961,-233859],[-237982,-233630],[-239279,-236529],[-240043,-235496],[-238005,-236615],[-235734,-235133],[-239849,-238694],[-240663,-237668],[-243017,-232410],[-242583,-237336],[-241405,-236492],[-239851,-242752],[-231123,-238456],[-230616,-241059],[-235623,-236921],[-236610,-238816],[-243062,-233235],[-242798,-231416],[-241212,-240340],[-240944,-235686],[-240020,-242862],[-230843,-239041],[-230531,-241025],[-235708,-236731],[-236938,-237757],[-234223,-233005],[-241029,-240546],[-241778,-41],[-238787,-11882],[-241992,-448],[-241916,-3],[-234792,-3648],[-235841,-5600],[-236186,-7463],[-232561,-5962],[-233031,-2663],[-233569,-1822],[-232025,-36],[-235762,122],[-236471,-211],[-235872,-511],[-238796,-9531],[-238590,-9749],[-236145,-8248],[-234442,-3182],[-236019,-5506],[-235851,-7606],[-233495,-5525],[-235988,-68],[-236021,-8270],[-234307,-4020],[-236107,-5786],[-235722,-8309],[-233298,-5530],[-234628,-3649],[-235974,-5778],[-235702,-7879],[-232773,-5173],[-241728,-243045],[-238778,-247224],[-241837,-246718],[-237601,-249064],[-233113,-246632],[-239301,-245224],[-237528,-244004],[-240953,-244901],[-241784,-246707],[-242921,-247632],[-237658,-248425],[-237183,-249291],[-239721,-243339],[-235615,-251085],[-234706,-248422],[-231209,-247509],[-237797,-250702],[-237366,-250863],[-238204,-251496],[-233056,-252296],[-231900,-253013],[-233862,-251963],[-234194,-251287],[-234233,-250884],[-234007,-252273],[-239025,-255362],[-233515,-246362],[-241763,-248431],[-242488,-243102],[-243101,-247031],[-238641,-247634],[-240223,-243045],[-236551,-254216],[-237001,-252190],[-235203,-247731],[-239450,-255255],[-237082,-250679],[-232479,-252897],[-241661,-252318],[-233068,-243353],[-233492,-246535],[-238706,-244338],[-235991,-243508],[-242304,-249390],[-241620,-243229],[-236442,-249022],[-238067,-247936],[-238782,-243753],[-238812,-255249],[-230488,-268156],[-230933,-268596],[-234257,-261432],[-236248,-255985],[-241306,-263483],[-236267,-259886],[-237456,-257509],[-235077,-267293],[-233901,-267892],[-231717,-266053],[-233975,-268182],[-233285,-268438],[-230475,-260219],[-233627,-260199],[-240410,-263952],[-241505,-263372],[-238953,-263198],[-239435,-261812],[-236165,-261652],[-237432,-262480],[-236448,-259699],[-236682,-259157],[-240033,-256692],[-239236,-257835],[-237930,-258717],[-236371,-260215],[-237883,-256800],[-237415,-258461],[-235709,-256446],[-242014,-258779],[-240949,-259348],[-241367,-261091],[-242579,-261088],[-241007,-262923],[-237353,-257915],[-237448,-256764],[-239113,-260145],[-237336,-260847],[-237594,-259005],[-235488,-268845],[-242816,-271544],[-240273,-279270],[-240395,-278256],[-238405,-276668],[-241917,-274404],[-242547,-277221],[-230968,-280871],[-230929,-270625],[-235235,-269876],[-232947,-270196],[-235202,-272464],[-235135,-272420],[-233711,-278287],[-238601,-273868],[-239366,-274409],[-240060,-273429],[-241009,-273138],[-237828,-274307],[-237618,-274076],[-236813,-279561],[-236498,-270956],[-241300,-278201],[-239135,-275532],[-243082,-273741],[-242280,-279179],[-241161,-280431],[-232405,-272680],[-242243,-275772],[-235943,-268888],[-236979,-272380],[-241668,-272877],[-239839,-278987],[-240832,-277346],[-240478,-275718],[-242551,-278905],[-240786,-280985],[-240513,-279308],[-231218,-270733],[-232056,-272834],[-233293,-271459],[-237137,-272352],[-242720,-280183],[-241941,-273229],[-242477,-272012],[-238237,-278873],[-240051,-275429],[-243036,-272369],[-241001,-279987],[-235034,-270097],[-241312,-281109],[-241577,-281190],[-237118,-283172],[-236951,-282989],[-237100,-285431],[-236609,-284346],[-235881,-287765],[-232296,-288270],[-234034,-284283],[-231526,-292316],[-236253,-288821],[-236903,-287515],[-238252,-286144],[-236234,-287681],[-238394,-287602],[-236073,-285118],[-233073,-289194],[-230895,-284861],[-232444,-290694],[-232410,-291552],[-235538,-289450],[-241610,-292462],[-237349,-287532],[-234302,-283585],[-232780,-287557],[-231568,-287925],[-231002,-281759],[-230604,-284303],[-232114,-290957],[-242021,-291490],[-237186,-285675],[-231608,-282603],[-232087,-284063],[-230540,-288621],[-234772,-289257],[-241930,-290187],[-240699,-282512],[-238864,-283356],[-238038,-292633],[-234990,-290378],[-235355,-293108],[-234821,-291960],[-239384,-286346],[-240151,-291958],[-239113,-291738],[-234032,-293262],[-233674,-293288],[-232368,-292910],[-234658,-292943],[-240788,-289189],[-239089,-283379],[-237102,-290273],[-235025,-293364],[-238692,-291006],[-241216,-287924],[-240598,-288677],[-238364,-282234],[-231921,-293821],[-236345,-290491],[-239505,-285583],[-238986,-292009],[-233886,-292314],[-241364,-283566],[-235970,-293940],[-239713,-284692],[-239433,-291486],[-238554,-292185],[-239960,-291388],[-241136,-284446],[-233508,-292664],[-239310,-306344],[-237761,-297221],[-242028,-302205],[-243010,-298680],[-233808,-299513],[-232505,-300800],[-232991,-302891],[-230556,-299177],[-230522,-294765],[-236897,-299528],[-233759,-302419],[-240669,-305565],[-241423,-297364],[-232704,-305635],[-237459,-298000],[-233145,-304553],[-230421,-300698],[-239884,-302666],[-236846,-305365],[-230718,-306607],[-241329,-304619],[-231487,-300243],[-240781,-298678],[-242027,-303340],[-240122,-301658],[-235727,-305552],[-241784,-305410],[-232521,-299506],[-233779,-299595],[-242916,-296728],[-236833,-301600],[-238328,-297581],[-238756,-297095],[-241408,-305267],[-231850,-295415],[-235010,-298220],[-240203,-298232],[-241581,-304952],[-240530,-306229],[-238203,-302286],[-239314,-301331],[-235251,-305474],[-237297,-298058],[-232990,-300920],[-240048,-297087],[-239920,-302241],[-241561,-297780],[-235019,-296213],[-237797,-294431],[-238815,-296625],[-236222,-296861],[-232508,-294236],[-236587,-294249],[-234002,-296828],[-233111,-294468],[-236229,-294720],[-237328,-295302],[-237931,-294978],[-235209,-296690],[-236246,-295862],[-237455,-295682],[-238766,-296651],[-237335,-307767],[-238006,-312415],[-231811,-309809],[-231431,-308595],[-231666,-310363],[-233614,-312975],[-241229,-311704],[-241506,-311040],[-236930,-312299],[-231384,-312325],[-234873,-308590],[-233953,-307798],[-242835,-309952],[-232399,-307482],[-243156,-313112],[-230792,-313363],[-231868,-310141],[-233217,-313702],[-235685,-312629],[-234332,-312533],[-235806,-309537],[-231172,-308740],[-237643,-307466],[-235678,-312262],[-242930,-309642],[-230776,-312603],[-230926,-313277],[-241465,-311699],[-232044,-307990],[-242392,-309892],[-235256,-312515],[-241352,-309890],[-231585,-312033],[-237418,-311551],[-239409,-311433],[-236969,-309357],[-234150,-310556],[-230670,-308496],[-236323,-312045],[-230989,-316987],[-240557,-318301],[-231698,-315639],[-237106,-313150],[-233735,-319177],[-237284,-317741],[-232418,-315014],[-239940,-317205],[-230628,-316869],[-232420,-314594],[-240711,-316869],[-242838,-315090],[-240389,-313665],[-235134,-318853],[-231841,-316420],[-243034,-312841],[-237621,-313351],[-242242,-316704],[-232426,-316857],[-240978,-314834],[-237962,-314705],[-232940,-315579],[-241922,-316845],[-241681,-315455],[-240975,-313176],[-233792,-318831],[-241333,-322622],[-235217,-320746],[-239033,-321698],[-239313,-327078],[-242836,-322490],[-231939,-329029],[-233147,-328683],[-231941,-331359],[-238329,-322216],[-240570,-327229],[-238345,-321291],[-243047,-323447],[-232162,-320271],[-241247,-323546],[-230453,-324278],[-241210,-321580],[-241634,-329542],[-238965,-327107],[-240597,-326855],[-238807,-322633],[-242624,-327480],[-239730,-326405],[-242050,-323983],[-240286,-319906],[-231528,-328033],[-242405,-326052],[-241808,-325350],[-238988,-323524],[-238089,-321152],[-235656,-320919],[-240924,-332737],[-234881,-344722],[-232884,-335452],[-230806,-335522],[-232692,-332923],[-233194,-341261],[-233229,-340002],[-233598,-341153],[-230792,-332975],[-231956,-334067],[-233282,-334491],[-231022,-333117],[-232498,-335113],[-233840,-332925],[-234065,-340554],[-235624,-343977],[-242653,-345803],[-232431,-357055],[-235914,-346187],[-230901,-348353],[-242785,-354737],[-238092,-14767],[-234621,-19239],[-234374,-19643],[-231702,-17610],[-232311,-17910],[-238657,-21112],[-238809,-20875],[-242222,-17769],[-237033,-19942],[-236541,-24402],[-235642,-14770],[-234062,-14964],[-231250,-16603],[-241958,-17748],[-230939,-16890],[-234297,-14879],[-238819,-21077],[-241057,-17515],[-241455,-17883],[-231150,-372549],[-242316,-375077],[-237219,-382499],[-239162,-392479],[-236502,-394677],[-237256,-389795],[-238257,-385485],[-233826,-384386],[-235214,-384760],[-237023,-395282],[-234969,-384860],[-233615,-405053],[-234720,-407923],[-231023,-408079],[-235383,-414123],[-235160,-412548],[-241824,-414061],[-241087,-414263],[-242919,-414122],[-238305,-409410],[-232205,-414326],[-236455,-412596],[-241984,-413007],[-241157,-414964],[-242983,-412092],[-237616,-411419],[-242768,-415277],[-241422,-416631],[-238852,-430107],[-239589,-434547],[-231713,-431422],[-240554,-435953],[-231859,-37365],[-231277,-36808],[-231695,-35871],[-230536,-35072],[-230571,-33590],[-230662,-33789],[-231778,-35691],[-240760,-37787],[-230602,-35234],[-231572,-35102],[-232318,-36697],[-232521,-37599],[-235796,-37860],[-237297,-36707],[-237720,-33884],[-236370,-32748],[-237192,-31402],[-236622,-30332],[-235574,-31579],[-231847,-37233],[-240578,-37810],[-236614,-33332],[-238308,-31015],[-238690,-29980],[-231824,-34778],[-233060,-37731],[-235991,-37919],[-238095,-36631],[-237263,-33379],[-236342,-32722],[-237770,-31388],[-237137,-30658],[-235439,-31909],[-232067,-35105],[-233166,-36809],[-232729,-37620],[-238201,-36761],[-237489,-36928],[-237609,-33635],[-236716,-32316],[-237735,-31314],[-236898,-30815],[-235475,-31918],[-236125,-33733],[-238649,-30769],[-239400,-29605],[-236929,-25496],[-236255,-38005],[-231639,-35163],[-233264,-37336],[-232242,-37833],[-238219,-36932],[-237799,-36093],[-237437,-33898],[-236791,-31968],[-237779,-31378],[-237140,-30576],[-234966,-31423],[-242172,-530416],[-238054,-532966],[-236302,-584742],[-240029,-579834],[-240370,-580855],[-238089,-587659],[-232907,-46458],[-233999,-45994],[-231296,-47558],[-242139,-40321],[-235331,-39049],[-235058,-41203],[-230680,-43013],[-231097,-47147],[-233777,-45395],[-232309,-43836],[-233061,-44590],[-234929,-49667],[-235282,-49346],[-234593,-50704],[-234327,-50745],[-236167,-39438],[-233847,-46147],[-232623,-44727],[-231145,-40555],[-234864,-49262],[-231238,-47734],[-234531,-47271],[-234372,-47216],[-235818,-43389],[-236081,-43759],[-242699,-45493],[-235168,-40970],[-240306,-42538],[-240428,-42597],[-236112,-39222],[-235724,-45058],[-234748,-45415],[-234985,-45323],[-235197,-45241],[-235583,-45111],[-232690,-44481],[-232080,-44336],[-233225,-44797],[-230896,-40990],[-235167,-48805],[-233105,-49899],[-234140,-50711],[-238547,-38687],[-238523,-39933],[-235986,-43677],[-234430,-50198],[-234991,-50207],[-238342,-39374],[-238297,-38893],[-235733,-38417],[-236244,-39427],[-235549,-38401],[-235985,-39762],[-240314,-61477],[-236655,-59049],[-236340,-58960],[-233246,-63610],[-232134,-63799],[-232374,-63509],[-236153,-58008],[-235144,-59548],[-232845,-60181],[-235788,-59501],[-233349,-60533],[-235971,-59868],[-230491,-61065],[-241520,-61917],[-232668,-58727],[-238851,-58363],[-238712,-58349],[-241245,-57860],[-241046,-57890],[-234398,-58983],[-235493,-59054],[-234928,-59450],[-232304,-58835],[-232501,-58768],[-238974,-58360],[-237495,-59155],[-236765,-58894],[-241791,-61343],[-238135,-60464],[-231435,-65180],[-232121,-64322],[-232673,-65373],[-231971,-64479],[-230452,-71826],[-230862,-64104],[-242059,-75742],[-236480,-71706],[-236523,-70730],[-236331,-70786],[-238337,-73118],[-238779,-74754],[-235960,-75399],[-242256,-74721],[-242967,-74622],[-231817,-69831],[-230683,-70310],[-231535,-70098],[-230464,-70255],[-233906,-72538],[-232727,-70665],[-232661,-71020],[-232490,-69105],[-232765,-69785],[-231640,-69474],[-236573,-71533],[-235946,-70392],[-235817,-70559],[-238536,-72852],[-239101,-75062],[-239440,-74702],[-236942,-74748],[-233895,-75662],[-233789,-70348],[-233918,-72411],[-234623,-72731],[-236702,-72240],[-238193,-73056],[-238732,-73806],[-238737,-74935],[-240254,-76173],[-240012,-76081],[-231627,-74069],[-233484,-70575],[-234295,-72047],[-233933,-73033],[-235134,-72631],[-242031,-74780],[-242044,-74617],[-230490,-69762],[-231202,-69777],[-231278,-70205],[-234351,-71738],[-231206,-72651],[-232539,-70814],[-232893,-69041],[-231738,-70222],[-231895,-70038],[-236754,-71757],[-236723,-71119],[-236440,-70515],[-235968,-70712],[-239417,-73857],[-239534,-73834],[-238931,-74930],[-233584,-75815],[-241894,-69627],[-242006,-69815],[-241973,-69720],[-238195,-68037],[-238308,-68091],[-237587,-67635],[-237469,-67556],[-234722,-64327],[-235029,-75746],[-233183,-70904],[-234259,-72289],[-234744,-72586],[-236804,-72083],[-236518,-72024],[-238096,-72701],[-237424,-71656],[-238718,-73608],[-238834,-75258],[-240257,-75766],[-231125,-74455],[-230975,-74543],[-233088,-70622],[-235195,-72668],[-241582,-75881],[-241859,-74623],[-239317,-73608],[-236424,-75362],[-234847,-64398],[-235033,-64290],[-233969,-64639],[-234097,-64544],[-235303,-64330],[-235691,-75182],[-235390,-75339],[-235124,-75392],[-236347,-74709],[-236807,-74125],[-236045,-75209],[-239279,-88548],[-239223,-88992],[-239722,-88584],[-239966,-88410],[-239739,-89118],[-240538,-88754],[-240722,-88684],[-242793,-84854],[-242662,-85096],[-242357,-85671],[-240979,-87932],[-240767,-88473],[-242815,-81347],[-241068,-82739],[-240951,-83725],[-241172,-82601],[-240785,-86480],[-239989,-85488],[-240970,-86800],[-237793,-86270],[-238018,-86810],[-237481,-86985],[-231894,-87419],[-233082,-88036],[-232573,-88018],[-230834,-78967],[-234078,-80598],[-232990,-80112],[-232553,-78704],[-234359,-81541],[-234528,-81481],[-234958,-81357],[-234809,-81401],[-234674,-81451],[-234635,-82494],[-234804,-82464],[-234950,-82404],[-235085,-82354],[-235234,-82311],[-235061,-83539],[-234674,-82853],[-234287,-81311],[-240913,-80794],[-240653,-79993],[-240589,-79823],[-240920,-79990],[-240572,-81634],[-240448,-81899],[-240318,-82166],[-240403,-82068],[-239965,-83270],[-239900,-83003],[-239768,-82725],[-239856,-82879],[-242724,-81818],[-242737,-82283],[-242445,-83026],[-232772,-88938],[-233041,-88875],[-237855,-88092],[-240133,-85454],[-240474,-85221],[-239550,-78158],[-242592,-80809],[-241947,-81373],[-240992,-83563],[-240992,-83001],[-241721,-84074],[-241078,-85806],[-240976,-86188],[-241025,-86689],[-236995,-86448],[-238046,-85786],[-238272,-86433],[-231821,-88878],[-232009,-87478],[-232378,-87729],[-232115,-87687],[-232869,-80826],[-232970,-80185],[-232853,-80988],[-232288,-80015],[-242282,-83083],[-242293,-83915],[-241946,-84998],[-242160,-85318],[-241827,-85387],[-237713,-88172],[-240002,-86171],[-240139,-83833],[-240256,-83756],[-240885,-80582],[-241132,-80724],[-241262,-80948],[-240536,-79347],[-241546,-77896],[-241614,-77657],[-240171,-78053],[-239988,-79243],[-240890,-79229],[-240683,-79255],[-233095,-80112],[-233035,-80491],[-232690,-80477],[-232224,-80067],[-230617,-77407],[-233281,-80780],[-237638,-88385],[-238894,-86502],[-239757,-85982],[-241640,-77999],[-242872,-99915],[-243073,-100901],[-233809,-91070],[-235701,-93878],[-235294,-101380],[-234111,-100065],[-233184,-99750],[-233694,-100928],[-232184,-101168],[-231886,-100308],[-233654,-99049],[-234103,-97387],[-233294,-96900],[-234403,-99122],[-235381,-99985],[-241342,-90927],[-242661,-94986],[-241763,-95221],[-241683,-95831],[-242049,-90131],[-240486,-97167],[-240761,-97729],[-242352,-96008],[-238166,-92773],[-242786,-99567],[-242149,-101660],[-232116,-100152],[-231636,-99826],[-238033,-92580],[-242768,-98572],[-241818,-101972],[-231846,-99606],[-237873,-93236],[-242768,-98860],[-242776,-99298],[-241595,-101916],[-231922,-99866],[-234252,-101501],[-233783,-101727],[-239785,-102160],[-240817,-100272],[-233709,-91187],[-234620,-94103],[-233929,-99898],[-233517,-99718],[-233183,-99383],[-234201,-100310],[-233601,-101125],[-232843,-101086],[-233438,-98944],[-234595,-99233],[-232115,-92645],[-231884,-92404],[-231827,-91930],[-230823,-91552],[-231195,-90616],[-233043,-93497],[-233852,-93680],[-232734,-92856],[-237299,-97686],[-236098,-96850],[-236006,-97481],[-237621,-95096],[-237249,-94344],[-235245,-96496],[-235642,-96955],[-241758,-101532],[-243140,-98486],[-242231,-94799],[-241515,-95305],[-241551,-96274],[-242888,-96634],[-240188,-97118],[-240354,-98259],[-242312,-96438],[-238352,-92980],[-242631,-99012],[-233407,-93074],[-233154,-93686],[-242026,-90141],[-240615,-96858],[-240339,-98320],[-242537,-96755],[-241965,-96596],[-242278,-94935],[-242105,-95354],[-242311,-97300],[-242072,-90663],[-240070,-97164],[-239881,-98345],[-242347,-96453],[-241269,-107369],[-242312,-108447],[-235033,-110372],[-234363,-112434],[-230542,-104784],[-230439,-105553],[-233432,-109391],[-235185,-109027],[-235283,-109855],[-235025,-109910],[-241659,-110886],[-240408,-112846],[-241243,-110552],[-242102,-106451],[-239621,-106679],[-238538,-106438],[-242373,-105962],[-240691,-105005],[-237596,-107574],[-235769,-109083],[-236411,-109906],[-235107,-109702],[-241648,-113354],[-240683,-111781],[-240632,-109036],[-242604,-109578],[-242739,-109854],[-239238,-108004],[-242020,-104770],[-240224,-104205],[-241791,-104903],[-239209,-106923],[-242716,-104943],[-241848,-108582],[-235036,-112708],[-236727,-111000],[-236009,-112943],[-235704,-111440],[-235965,-112696],[-236581,-112971],[-239729,-106150],[-239519,-103746],[-240023,-104654],[-240689,-102584],[-237729,-114450],[-238798,-113352],[-237156,-112961],[-232910,-113769],[-232713,-113919],[-232674,-113284],[-230808,-113749],[-236250,-107023],[-238093,-107700],[-243038,-102305],[-237532,-107337],[-234131,-112575],[-234126,-112281],[-234558,-112293],[-230693,-105195],[-234161,-109636],[-234938,-109151],[-233608,-110689],[-235955,-109271],[-236212,-110075],[-241802,-114828],[-241780,-110267],[-241146,-112711],[-241341,-113053],[-242149,-108568],[-239046,-112940],[-240643,-111370],[-241006,-103059],[-239213,-104434],[-242414,-105208],[-241279,-104794],[-235548,-111167],[-236851,-112923],[-236308,-111857],[-236981,-111723],[-237117,-112409],[-239043,-105624],[-240784,-104105],[-234955,-102400],[-237908,-114968],[-235946,-112309],[-237545,-113843],[-233336,-113290],[-233419,-112496],[-232387,-113889],[-231653,-113422],[-242777,-102693],[-238122,-106900],[-236374,-106877],[-238482,-110646],[-240657,-112789],[-242598,-102223],[-238244,-107401],[-242085,-107814],[-242829,-112505],[-233942,-112405],[-233688,-110395],[-231707,-113791],[-237967,-108199],[-232641,-111163],[-230749,-110986],[-241859,-108175],[-243089,-109111],[-234518,-112610],[-230868,-113146],[-238390,-107923],[-234535,-114870],[-232911,-114842],[-234715,-114747],[-241523,208],[-239730,10495],[-231387,8200],[-241005,689],[-239501,3851],[-240472,2788],[-230546,8194],[-230883,8508],[-240736,382],[-239793,2729],[-239332,3720],[-243112,7810],[-242965,5361],[-232816,535],[-232368,828],[-239922,10698],[-240885,11845],[-239449,11950],[-237553,12795],[-231193,8315],[-240444,1068],[-239635,2116],[-239970,3909],[-242955,7887],[-243165,5631],[-240810,3589],[-241281,2401],[-239750,9865],[-230990,8153],[-230974,9128],[-240546,1062],[-239077,2795],[-240078,3659],[-242942,8252],[-243076,5337],[-242907,149487],[-242476,150507],[-236327,152811],[-235856,145384],[-233099,148480],[-232859,148484],[-236245,144923],[-241572,149366],[-230912,143595],[-242050,149894],[-240258,149934],[-233210,148278],[-233408,148114],[-235966,145171],[-237003,145246],[-241302,146596],[-242215,159289],[-241963,159572],[-241784,205867],[-240798,206143],[-242111,209595],[-235458,18576],[-233022,17933],[-238009,23576],[-230915,17387],[-239604,19488],[-240367,14984],[-238678,20003],[-235899,20732],[-234485,15160],[-236301,14964],[-234426,18424],[-236428,20707],[-230863,19895],[-238121,16218],[-236397,14298],[-238800,18608],[-237851,19383],[-230791,16096],[-231385,15115],[-231643,23343],[-242525,24536],[-231830,24848],[-234061,20034],[-233939,24540],[-236217,24365],[-239742,14520],[-232727,16210],[-237430,13752],[-235517,13881],[-237062,15672],[-238281,17899],[-231670,16846],[-230923,23415],[-230402,16022],[-241579,23999],[-231603,25232],[-234119,20072],[-233728,24109],[-234338,24667],[-232234,24661],[-234132,19380],[-233308,25012],[-230618,18050],[-232161,15271],[-235282,17758],[-231521,24527],[-234550,20118],[-233491,24285],[-234756,24523],[-233352,261817],[-233972,261284],[-239119,325390],[-236298,329346],[-233731,323811],[-231212,322669],[-235486,325672],[-238982,324761],[-232713,326386],[-233733,326064],[-237180,327963],[-236787,329060],[-238582,324623],[-232830,328258],[-236680,329715],[-231061,320899],[-237496,326525],[-237259,327562],[-239088,325556],[-234501,326275],[-232868,328026],[-233511,327223],[-231379,326606],[-230825,322985],[-238772,324680],[-239521,325889],[-237297,327884],[-231284,326306],[-231837,325295],[-237203,328591],[-239122,324844],[-235103,328772],[-235126,327671],[-234071,326334],[-233515,324015],[-237487,325093],[-237368,324989],[-239068,324551],[-234152,327564],[-233699,327124],[-236827,327451],[-237017,326557],[-237149,329639],[-233991,326377],[-235133,329476],[-233381,327544],[-230601,321294],[-237535,332896],[-238848,331198],[-239691,330783],[-240884,330296],[-241033,332182],[-239338,330914],[-239191,330413],[-240498,330247],[-242290,332198],[-239328,330246],[-241420,330059],[-239640,332828],[-241674,329330],[-242683,332023],[-241542,329453],[-239406,331687],[-237329,332256],[-239485,332666],[-241556,329662],[-241241,329678],[-239938,329984],[-237512,331304],[-237682,331318],[-240187,330412],[-241654,331716],[-240744,331325],[-236860,337786],[-235889,337653],[-241018,345176],[-235983,338260],[-237623,339265],[-239914,343657],[-234910,340032],[-243192,344147],[-233735,341031],[-233919,340514],[-231975,344339],[-238740,344883],[-242827,344743],[-235614,337646],[-235236,337537],[-237383,338938],[-240821,344863],[-234139,339559],[-234569,337260],[-232491,337486],[-242274,343917],[-240336,344340],[-234246,339469],[-232284,344953],[-239027,344640],[-236943,339166],[-236735,338669],[-242334,342826],[-241934,341546],[-232938,339777],[-232599,341029],[-240720,342887],[-231151,345069],[-237963,344427],[-237579,345256],[-236382,338023],[-235283,339106],[-234464,339894],[-239373,344640],[-241546,335401],[-241807,333762],[-242256,333598],[-238430,343298],[-239628,343483],[-240388,339642],[-241749,338354],[-240760,334528],[-240432,336423],[-241317,334760],[-239040,339187],[-239297,340129],[-238795,335943],[-241227,337777],[-238994,333429],[-240431,339854],[-239744,340001],[-241632,339534],[-238981,337454],[-238150,334176],[-241628,333970],[-239844,336282],[-240618,337280],[-237411,343352],[-240834,339705],[-240283,339040],[-238741,341451],[-241675,334216],[-240078,342638],[-239747,341212],[-238141,337914],[-238239,336080],[-238112,340745],[-240037,342936],[-238723,341534],[-239857,339064],[-239270,337042],[-235754,351464],[-236305,348531],[-243140,348103],[-237402,345934],[-242558,347277],[-232650,347623],[-233275,351665],[-230810,353195],[-230582,358150],[-231041,356968],[-235184,356913],[-237467,358150],[-237839,357555],[-237514,357382],[-235624,352324],[-233390,353940],[-235732,352999],[-242435,347494],[-233749,354035],[-234200,352686],[-235367,349599],[-232453,347568],[-231781,350981],[-237330,357680],[-235023,357597],[-235803,350433],[-243147,345837],[-239819,346862],[-237691,345877],[-234304,348849],[-237155,350816],[-234478,348360],[-232754,350029],[-231750,350841],[-232353,351484],[-231740,358098],[-230981,356684],[-237980,355756],[-238495,358447],[-237650,356093],[-235596,352676],[-233325,355226],[-232551,355742],[-239755,346643],[-241333,347016],[-235649,351756],[-234412,351571],[-235218,349389],[-231751,346442],[-231534,346972],[-231427,350819],[-232278,347770],[-230644,355003],[-230886,352215],[-233620,356950],[-234729,356916],[-236249,357189],[-238373,357392],[-236283,355980],[-233509,352433],[-236118,353567],[-235055,353571],[-234624,347668],[-232664,351565],[-233562,358352],[-236033,355952],[-234610,354026],[-236594,350113],[-238292,346218],[-238097,352263],[-241762,348361],[-236843,348905],[-235867,355090],[-231939,350363],[-231948,355162],[-238813,356431],[-230475,352006],[-231742,355464],[-238646,355812],[-233074,355323],[-235455,354699],[-231843,364599],[-230403,367010],[-232388,358974],[-230879,368894],[-232698,363152],[-232211,364629],[-237338,359117],[-231335,363895],[-235105,359559],[-232214,365734],[-236392,358902],[-232499,360079],[-231615,360330],[-232571,364986],[-231940,367929],[-232765,358709],[-238399,358898],[-234320,359816],[-232489,360681],[-231736,362290],[-231403,364359],[-232104,363031],[-232295,360038],[-232158,365146],[-240711,38507],[-241996,37825],[-240287,38095],[-242261,37448],[-242806,37615],[-243135,32536],[-237748,34395],[-237020,35631],[-235163,37981],[-236743,35897],[-234623,34846],[-236256,31891],[-234670,31437],[-235896,32045],[-234775,29541],[-234645,29464],[-234651,30615],[-231188,28584],[-233508,28191],[-230742,27828],[-230881,28003],[-231231,30623],[-232254,31530],[-231983,34291],[-231930,32601],[-234148,37918],[-231847,34804],[-231873,37867],[-241505,26747],[-241484,28165],[-243151,38190],[-242893,36267],[-234931,37948],[-234887,36648],[-235894,37663],[-235450,35585],[-234758,36007],[-234570,33636],[-234436,31932],[-235278,32140],[-242255,26855],[-242267,29715],[-240585,26993],[-239557,27040],[-241407,27412],[-241794,27515],[-232111,28784],[-232191,31544],[-232411,29710],[-241893,26840],[-241237,27590],[-240168,29833],[-242202,26914],[-241341,27894],[-240099,43929],[-239440,44407],[-239303,44316],[-240489,44938],[-242219,40271],[-240813,41930],[-239809,42265],[-241197,41531],[-240085,41701],[-240151,40501],[-238982,42138],[-242231,40173],[-240470,39175],[-242397,38846],[-236910,38838],[-236961,38824],[-237632,38961],[-241841,44808],[-241212,44429],[-243174,41324],[-239893,42657],[-240911,42168],[-240296,42659],[-238726,41003],[-238502,40082],[-238632,39634],[-237253,39121],[-234644,38690],[-239838,44256],[-232515,39502],[-235089,39870],[-237511,41443],[-234870,43984],[-232846,42458],[-239503,42100],[-234509,47389],[-240494,46189],[-240156,46911],[-236679,45977],[-236247,47753],[-238773,44537],[-238794,47364],[-234898,48152],[-240867,48989],[-235604,48093],[-235440,47872],[-239345,45852],[-241013,46785],[-237283,583157],[-231008,587064],[-236017,583416],[-231991,585082],[-237786,587561],[-235592,592853],[-238430,593473],[-241656,595523],[-239685,595296],[-243039,593926],[-236762,590081],[-238966,592704],[-242706,592615],[-242857,594753],[-239917,595894],[-242123,63066],[-230452,55118],[-230974,58416],[-231399,58479],[-232666,61838],[-231288,60005],[-232076,63592],[-240417,63749],[-237962,62133],[-238061,58118],[-235789,58723],[-242886,60534],[-241401,60690],[-230656,54359],[-232990,59601],[-231333,59619],[-240514,52736],[-238396,53689],[-233381,57658],[-236084,55177],[-238942,65361],[-236550,68753],[-231641,64665],[-238913,65274],[-237867,66555],[-235291,64302],[-234175,70469],[-234725,72095],[-232705,68179],[-237492,65252],[-241601,69456],[-241628,71007],[-240562,70191],[-237327,68239],[-239342,65239],[-239048,65243],[-240483,70328],[-230761,86371],[-230836,84154],[-236747,87170],[-234211,86101],[-233182,85036],[-231007,83661],[-242337,87648],[-242182,86877],[-242337,85889],[-242285,83065],[-236792,86797],[-232893,84921],[-231018,84193],[-230485,80051],[-240916,88114],[-241938,86476],[-241826,85160],[-242515,83754],[-237286,87138],[-235320,87344],[-232776,85605],[-231847,84135],[-242118,87712],[-243122,86655],[-242714,83360],[-231312,85859],[-230711,85681],[-237514,87867],[-235395,87051],[-233068,85165],[-231465,84722],[-231327,81892],[-241848,87982],[-242605,87215],[-242033,86156],[-242304,84540],[-231242,85450],[-233934,99963],[-235334,101937],[-231994,98314],[-231805,98891],[-233127,98322],[-233504,100014],[-233663,102077],[-231288,98677],[-230836,97653],[-233146,98833],[-233761,102007],[-233051,102131],[-234094,100803],[-232976,97352],[-234207,101252],[-233356,101060],[-232065,98518],[-232550,97276],[-230611,96977],[-235115,102418],[-235319,101993],[-232995,99584],[-232486,101665],[-232890,102293],[-233843,101887],[-233536,101253],[-231971,97519],[-232965,100020],[-233188,99220],[-231036,96916],[-232772,100027],[-234598,101469],[-234279,100949],[-230587,97273],[-233335,99638],[-231766,98714],[-232584,100574],[-235050,100024],[-240299,91009],[-239330,91272],[-240916,90765],[-238672,90484],[-234178,99214],[-240998,90699],[-238782,90169],[-239788,91151],[-238522,90591],[-234212,99633],[-240540,115157],[-236881,113176],[-235702,112298],[-231032,111658],[-237768,113729],[-238302,112922],[-236005,112523],[-233623,103209],[-233101,103339],[-234924,104035],[-234047,103475],[-238575,113552],[-239935,114584],[-236477,112302],[-237872,113276],[-236504,112053],[-236495,112473],[-233489,104068],[-233012,103301],[-234950,102962],[-235058,103693],[-234873,102992],[-234887,103221],[-233945,103642],[-239062,115444],[-236048,121033],[-241796,119345],[-238253,116131],[-11641,-116798],[-10883,-115478],[-9788,-116114],[-9864,-117713],[-12679,-124575],[-12702,-125469],[-9155,-126866],[-8093,-125751],[-4303,-125564],[-3774,-124588],[-5909,-126663],[-6637,-127172],[-7896,-125701],[-8203,-123916],[-7153,-124786],[-6828,-124790],[-6838,-124234],[-449,-122560],[-758,-121138],[-1639,-120633],[-1828,-118192],[-8176,-119332],[-5402,-119109],[-5469,-118700],[-4626,-123253],[-4828,-122407],[-4792,-124303],[-8719,-117843],[-8823,-117316],[-7348,-117438],[-6944,-121541],[-8639,-119934],[-8380,-123270],[-9968,-124357],[-5680,-122272],[-5509,-121387],[-6899,-121936],[-9185,-122334],[-8599,-124230],[-10005,-123356],[-6544,-127517],[-8143,-125475],[-8732,-124675],[-3086,-117269],[-2176,-116932],[-1295,-115632],[-7505,-119621],[-5432,-119281],[-4224,-123626],[-4995,-122892],[-5083,-124540],[-7547,-119410],[-6089,-118728],[-4625,-124099],[-5075,-122685],[-4767,-124553],[-7244,-119230],[-6089,-118779],[-5920,-118731],[-4617,-123894],[-4843,-122046],[-5157,-124353],[-10122,-121167],[-12629,-122513],[-12157,-122421],[-10659,-121971],[-11366,-117563],[-11599,-122836],[-11453,-118051],[-9799,-119430],[-11486,-118952],[-11556,-118700],[-12443,-131197],[-12509,-131584],[-8751,-131186],[-7419,-132518],[-8187,-132579],[-5465,-133750],[-6761,-134396],[-6712,-133330],[-2313,-132177],[-2515,-132704],[-397,-132967],[-8230,-139529],[-3447,-139471],[-11170,-138248],[-9905,-131649],[-10785,-131968],[-2376,-133916],[-5422,-134770],[-6183,-134631],[-5644,-139356],[-11343,-138817],[-10599,-139855],[-8051,-135529],[-7448,-134461],[-6237,-136155],[-5426,-139634],[-1986,-135618],[-11518,-137799],[-994,-139872],[-2525,-135415],[-5174,-133707],[-4116,-132602],[-10219,-132147],[-10243,-133045],[-9262,-134095],[-7961,-134639],[-12415,-138822],[-11540,-138537],[-10439,-138757],[-10413,-139083],[-9590,-139874],[-9854,-131229],[-10437,-132031],[-12650,-132569],[-12298,-131937],[-11504,-133308],[-11299,-132417],[-5289,-137179],[-5231,-136461],[-12263,-136878],[-10305,-138977],[-9847,-137627],[-11915,-129109],[-9896,-129389],[-3955,-131551],[-3923,-131081],[-593,-133158],[-223,-131408],[-3119,-131569],[-4063,-128783],[-3207,-131795],[-1049,-133457],[-751,-132641],[-512,-132301],[-12386,-131771],[-11642,-130556],[-9507,-130331],[-8923,-130254],[-9107,-131355],[-6173,-134035],[-5112,-132629],[-2489,-134114],[-2104,-132519],[-309,-133802],[-9410,-140166],[-9694,-139995],[-10755,-131085],[-2740,-133756],[-6360,-134682],[-10421,-139728],[-8079,-132782],[-7157,-135253],[-5965,-136183],[-6063,-140114],[-3414,-139214],[-1149,-138112],[-1492,-140012],[-2569,-135881],[-4542,-132584],[-10767,-133192],[-11622,-137521],[-9814,-139604],[-10415,-132027],[-11544,-132977],[-5236,-136494],[-10908,-138028],[-9542,-131075],[-5623,-133934],[-1939,-133005],[-10553,-140229],[-10649,-131410],[-2623,-134181],[-5329,-135307],[-10858,-139935],[-7222,-135322],[-6637,-136292],[-6328,-139955],[-1295,-138475],[-11735,-137954],[-852,-139763],[-1922,-135672],[-5217,-132870],[-10380,-133410],[-12530,-137885],[-9522,-139152],[-5176,-135569],[-9587,-131546],[-12188,-131852],[-11664,-133439],[-4784,-136715],[-10748,-138845],[-1907,-144569],[-2565,-143972],[-3246,-144848],[-1767,-146053],[-440,-144730],[-1022,-145418],[-880,-143669],[-408,-142714],[-8225,-141930],[-8480,-140652],[-5227,-140920],[-1963,-140642],[-802,-142351],[-1945,-142695],[-1625,-140769],[-2528,-141376],[-2374,-142007],[-85,-142097],[-1101,-142012],[-5267,-143150],[-5407,-144408],[-12753,-141873],[-12196,-145696],[-11553,-145486],[-11526,-144352],[-10045,-144633],[-10752,-142132],[-9740,-141690],[-8634,-141192],[-9444,-141143],[-11519,-144603],[-11722,-145279],[-12290,-144239],[-12738,-142729],[-4209,-147740],[-3784,-148252],[-3752,-147027],[-3409,-145931],[-2897,-145116],[-12259,-146533],[-11836,-141440],[-11017,-144279],[-4422,-148123],[-3633,-144848],[-4213,-149299],[-6062,-146744],[-11833,-146392],[-4052,-143338],[-3815,-142743],[-3494,-144903],[-1774,-145689],[-1506,-145032],[-1494,-144505],[-9275,-140722],[-2703,-141076],[-4666,-141276],[-2725,-141657],[-1615,-143305],[-1125,-141465],[-5245,-144480],[-5172,-144580],[-3658,-142622],[-751,-145291],[-732,-144343],[-3227,-140725],[-1784,-143178],[-2651,-141039],[-679,-142654],[-5507,-143668],[-5878,-143801],[-5151,-143646],[-1481,-154099],[-998,-153468],[-12554,-164219],[-10483,-163858],[-10581,-164024],[-10525,-161970],[-10607,-161415],[-11894,-161061],[-12019,-161147],[-10613,-161454],[-10032,-161895],[-10851,-161465],[-11539,-161189],[-11942,-161261],[-12440,-161398],[-12278,-160863],[-12636,-160759],[-12326,-164282],[-11454,-163725],[-12588,-164399],[-12547,-164172],[-12403,-163995],[-9690,-161952],[-10634,-161529],[-11057,-161562],[-3265,-161617],[-486,-161437],[-7167,-165578],[-2212,-164071],[-4433,-163973],[-3446,-164521],[-178,-165686],[-646,-160117],[-3304,-160747],[-4073,-161771],[-2885,-164189],[-6597,-155848],[-5634,-156118],[-5039,-155823],[-11433,-158055],[-12096,-156257],[-11746,-157750],[-8536,-156418],[-7290,-157887],[-6569,-157724],[-4779,-156220],[-2925,-157608],[-11503,-164602],[-12675,-165300],[-11678,-164995],[-11756,-164159],[-11598,-160739],[-11104,-161005],[-11702,-161039],[-11955,-164169],[-11804,-164277],[-1875,-159146],[-1450,-158748],[-4585,-163197],[-3979,-162519],[-1761,-163889],[-6023,-155887],[-5892,-158352],[-7954,-158765],[-8202,-155969],[-10250,-158194],[-11775,-158027],[-11272,-159767],[-11588,-159808],[-10820,-160644],[-6512,-163803],[-7023,-164597],[-11006,-165507],[-11232,-164573],[-12425,-165030],[-11979,-165087],[-11340,-164404],[-1037,-161166],[-5838,-162480],[-1759,-159176],[-1826,-158910],[-3320,-161081],[-940,-160671],[-5759,-164230],[-2346,-165650],[-1452,-166017],[-577,-162715],[-6245,-163618],[-7095,-165548],[-4024,-163132],[-1798,-162498],[-199,-160829],[-6553,-164918],[-302,-160463],[-4657,-162986],[-4481,-165858],[-10159,-177341],[-10895,-177693],[-10323,-177660],[-10531,-177476],[-1164,-166664],[-10340,-178920],[-8338,-171833],[-9332,-172723],[-9147,-172780],[-10851,-169764],[-7999,-174576],[-8265,-174134],[-7774,-173883],[-7853,-173651],[-5827,-175045],[-6479,-176086],[-6483,-177489],[-4625,-174747],[-4093,-174400],[-3582,-177141],[-4035,-177133],[-7454,-170222],[-5021,-167681],[-7117,-166694],[-427,-171125],[-1704,-171326],[-1858,-169620],[-6044,-166314],[-11312,-169701],[-3455,-172691],[-2376,-172724],[-9581,-176677],[-9672,-176699],[-10009,-177129],[-9696,-176369],[-3459,-173771],[-3855,-177858],[-12798,-168203],[-2000,-168665],[-5226,-171525],[-4205,-171423],[-4126,-174525],[-10815,-167742],[-11872,-178569],[-3526,-177838],[-11721,-169961],[-8801,-170047],[-9235,-166880],[-3546,-169607],[-6599,-167940],[-6287,-167058],[-3640,-174470],[-9999,-167353],[-9073,-167678],[-9474,-178029],[-10711,-178495],[-8072,-173629],[-8406,-172036],[-6029,-170450],[-8028,-171945],[-10674,-171653],[-9260,-172151],[-9804,-172307],[-8367,-174657],[-9210,-175054],[-7560,-174648],[-7698,-173448],[-5537,-176070],[-6685,-175749],[-5302,-174733],[-5586,-175478],[-5669,-176322],[-6744,-176512],[-3991,-176310],[-4124,-176003],[-2227,-173159],[-3785,-167272],[-1474,-172142],[-1083,-171700],[-1205,-171126],[-409,-169686],[-1115,-169661],[-2975,-172742],[-10006,-175476],[-9384,-177452],[-2086,-176530],[-6816,-178820],[-6836,-170543],[-10024,-167649],[-7195,-166596],[-4623,-167409],[-939,-177266],[-9524,-170995],[-11287,-167444],[-2201,-168045],[-2975,-178334],[-6328,-171323],[-240,-176297],[-3852,-176573],[-12010,-176752],[-12761,-178994],[-7475,-169640],[-8675,-170242],[-10816,-167334],[-9892,-166285],[-8691,-169712],[-12182,-169799],[-1882,-166402],[-12317,-166241],[-12145,-177367],[-3492,-169536],[-7318,-166266],[-3871,-176963],[-11904,-167989],[-6434,-178929],[-6521,-171433],[-8396,-168380],[-9589,-168330],[-1001,-179703],[-7,-180855],[-5615,-179281],[-2522,-179850],[-2203,-181210],[-11289,-180230],[-5992,-179640],[-3869,-180706],[-2623,-180240],[-3615,-180796],[-11015,-182812],[-11016,-182905],[-8459,-180903],[-2617,-181511],[-8042,-181055],[-8111,-181312],[-8115,-180985],[-383,-182406],[-2833,-185129],[-2543,-182572],[-3158,-181430],[-11014,-184473],[-10651,-184269],[-10175,-179473],[-8244,-181164],[-7989,-181108],[-2390,-184838],[-3034,-182159],[-8494,-180570],[-2123,-182682],[-2585,-180028],[-12173,-182515],[-7093,-179824],[-5394,-180375],[-795,-185216],[-1470,-185472],[-3115,-185209],[-3104,-185261],[-667,-186776],[-854,-187316],[-6486,-190695],[-1769,-186251],[-377,-186455],[-1746,-186908],[-1551,-187242],[-11574,-191731],[-11464,-191674],[-1558,-185911],[-3376,-185799],[-3118,-185750],[-3232,-184934],[-1121,-186166],[-1861,-187052],[-1642,-185433],[-2643,-185822],[-2605,-185723],[-969,-186632],[-1696,-186954],[-263,-186583],[-12471,-191543],[-6026,-191559],[-8727,-191582],[-2185,-186102],[-6005,-191058],[-517,-185858],[-5751,-200658],[-7047,-203106],[-9606,-192697],[-10651,-200787],[-144,-201509],[-8404,-202170],[-11510,-201251],[-7595,-192426],[-9817,-200883],[-3373,-196498],[-4286,-195979],[-1947,-195736],[-6948,-195617],[-12165,-198591],[-12260,-192287],[-11678,-192985],[-8663,-192278],[-6421,-194880],[-8434,-194186],[-10286,-196142],[-2783,-193588],[-6495,-192753],[-4117,-197375],[-10249,-193884],[-10144,-201448],[-5162,-203014],[-3037,-201514],[-8866,-202654],[-10097,-201196],[-6348,-203576],[-9947,-201665],[-5894,-200633],[-6789,-193131],[-6840,-191922],[-11838,-192293],[-12349,-192010],[-10546,-192253],[-10257,-192423],[-4066,-196049],[-8226,-191940],[-5981,-198346],[-1085,-194470],[-3632,-198317],[-3432,-200977],[-8702,-195857],[-2790,-194229],[-1032,-196059],[-10597,-194549],[-12247,-199194],[-11374,-198788],[-5755,-204574],[-1393,-203117],[-405,-204273],[-8471,-202341],[-7085,-203423],[-2803,-202182],[-1316,-201355],[-7324,-203390],[-5043,-201253],[-1333,-201615],[-4976,-203003],[-5475,-200678],[-3054,-203749],[-8927,-202566],[-2070,-200749],[-8414,-203286],[-3410,-214407],[-957,-211534],[-4236,-210180],[-4376,-205281],[-568,-214388],[-1211,-217083],[-6348,-213912],[-7133,-216672],[-431,-207008],[-2676,-204677],[-4910,-205359],[-1978,-216180],[-10837,-214551],[-4310,-206232],[-5395,-212418],[-993,-211452],[-5668,-215335],[-4727,-212821],[-3647,-212932],[-3846,-210455],[-3077,-211030],[-9484,-211070],[-5084,-212692],[-5120,-213120],[-5879,-215139],[-9420,-213418],[-4150,-216666],[-3099,-215765],[-3994,-215056],[-3712,-213042],[-11331,-212995],[-3426,-209410],[-468,-210816],[-12537,-216112],[-4343,-204797],[-4425,-206192],[-314,-214247],[-378,-207559],[-3233,-213641],[-2632,-210423],[-3359,-209470],[-5742,-229615],[-5526,-230011],[-2544,-230055],[-2837,-226054],[-89,-222697],[-1094,-224701],[-2792,-226830],[-4347,-221917],[-3860,-229941],[-3858,-227319],[-2031,-222432],[-669,-221742],[-1483,-221007],[-4011,-217473],[-3261,-224834],[-5905,-220953],[-6745,-227991],[-1079,-221994],[-2089,-222362],[-4831,-226721],[-939,-219475],[-6677,-227043],[-3019,-230494],[-9133,-234718],[-1594,-233594],[-1010,-233608],[-9281,-240943],[-8886,-230972],[-12590,-241525],[-11621,-242329],[-3965,-231021],[-2289,-373],[-12424,-1397],[-12559,-1833],[-10303,-785],[-10922,-6602],[-11198,-7402],[-10947,-7505],[-10540,-7513],[-9747,-6822],[-10201,-6296],[-10326,-5882],[-10621,-6053],[-11365,-6960],[-9674,-5938],[-10245,-7386],[-7896,-9476],[-7392,-9023],[-8920,-9402],[-8614,-9578],[-4602,-287],[-5347,6],[-3867,-4510],[-654,-12530],[-7145,-3447],[-11425,-5469],[-12498,-6763],[-9262,-3779],[-7543,-4840],[-5904,-6251],[-5693,-5679],[-5447,-6096],[-5352,-6348],[-6252,-7002],[-6173,-7601],[-11135,-10408],[-9953,-10001],[-9402,-9875],[-7236,-3944],[-11861,-4978],[-9906,-4228],[-8257,-3998],[-7025,-5001],[-5846,-5993],[-5645,-5680],[-5331,-6164],[-5595,-6775],[-5754,-7108],[-6145,-7341],[-9406,-9850],[-11746,-11440],[-2208,-203],[-3729,-4608],[-2051,-101],[-1992,56],[-3032,-200],[-2740,-3883],[-2118,-3970],[-10517,-975],[-10657,-477],[-11230,-846],[-11332,-7663],[-11511,-7527],[-3506,3],[-8343,-9404],[-8131,-9466],[-8061,-8976],[-8766,-9745],[-8652,-9961],[-4710,-7],[-5992,-448],[-5874,6],[-4131,-4533],[-3799,-4252],[-3518,-4456],[-4097,-101],[-5928,-3348],[-6924,-4600],[-11017,-5616],[-11499,-4717],[-9752,-4815],[-10071,-4843],[-9213,-3784],[-8505,-3654],[-7042,-5002],[-7502,-5183],[-5799,-5715],[-5358,-6020],[-5178,-5761],[-5448,-6190],[-5188,-6116],[-5457,-6539],[-5728,-6973],[-5888,-6808],[-6301,-7192],[-6188,-7514],[-10722,-10622],[-11067,-10559],[-10077,-10153],[-9394,-10063],[-9627,-10092],[-11461,-11201],[-11848,-11508],[-6623,-4360],[-11401,-4800],[-8105,-4013],[-7566,-4909],[-5423,-6006],[-5449,-6356],[-5881,-6388],[-5891,-6786],[-6376,-7270],[-10962,-10980],[-10842,-10456],[-10802,-10252],[-9475,-9659],[-9902,-9980],[-11526,-11348],[-6687,-255015],[-11328,-252081],[-10331,-251314],[-10214,-250240],[-6297,-253679],[-9709,-255537],[-8360,-252646],[-5048,-245713],[-4997,-245621],[-10141,-252693],[-7348,-255573],[-2028,-246284],[-7133,-247318],[-596,-254177],[-3340,-254619],[-3770,-254345],[-3130,-250291],[-2969,-251219],[-2142,-248312],[-4166,-249166],[-4856,-250267],[-1576,-249538],[-10702,-249569],[-11098,-247677],[-428,-248807],[-2346,-246020],[-795,-251009],[-2300,-247158],[-1066,-245722],[-10239,-256293],[-9257,-256303],[-7025,-264530],[-4527,-267255],[-3966,-266383],[-8174,-266630],[-6421,-265887],[-8424,-264934],[-9055,-266062],[-3195,-266445],[-1002,-267516],[-515,-266992],[-12,-261929],[-8616,-263192],[-6907,-264232],[-6436,-264180],[-1035,-261683],[-3130,-261762],[-5035,-260529],[-9621,-258798],[-7433,-259691],[-6202,-256525],[-2771,-260155],[-3403,-260804],[-5634,-261189],[-10001,-260701],[-6738,-258946],[-6422,-257179],[-8050,-259292],[-10132,-258734],[-12327,-257167],[-997,-260603],[-2741,-260878],[-5264,-260902],[-9031,-259605],[-11498,-260361],[-12330,-259174],[-2420,-256116],[-4343,-273983],[-4344,-272381],[-4200,-272063],[-2180,-275442],[-2859,-274296],[-6103,-275556],[-6927,-273984],[-8913,-278094],[-8534,-276696],[-8745,-277293],[-2181,-274066],[-4944,-275529],[-4485,-275313],[-8704,-278191],[-9161,-279390],[-9327,-276343],[-8276,-274366],[-8096,-274014],[-6432,-273493],[-6352,-272478],[-6515,-271288],[-10835,-270552],[-3902,-273888],[-7789,-287757],[-7208,-282843],[-6967,-283676],[-7868,-285887],[-8268,-285726],[-6588,-285165],[-10285,-285059],[-5825,-284563],[-6146,-282832],[-11403,-284680],[-8219,-281839],[-7092,-281985],[-6458,-282780],[-8532,-284047],[-7704,-282821],[-8506,-283398],[-7776,-284788],[-4707,-313194],[-12420,-13820],[-6296,-17308],[-6974,-18853],[-6248,-16936],[-6869,-17968],[-7791,-17495],[-8039,-21853],[-7756,-20699],[-9495,-21142],[-8168,-23229],[-8349,-21652],[-9050,-21315],[-9036,-22345],[-4918,-23529],[-3570,-22984],[-3727,-20609],[-4201,-19941],[-1478,-21663],[-2051,-21633],[-12171,-23469],[-11255,-24273],[-11281,-22766],[-12012,-22688],[-3088,-23663],[-3841,-23212],[-4893,-24016],[-7780,-25242],[-7427,-24394],[-6657,-25159],[-9829,-18762],[-9136,-18553],[-9487,-19002],[-10911,-20235],[-8000,-17640],[-10743,-14343],[-7880,-16292],[-10144,-24471],[-10329,-24192],[-9371,-13105],[-8541,-13707],[-2375,-13874],[-2882,-13799],[-6474,-18773],[-8718,-22389],[-11477,-24450],[-11966,-23986],[-12471,-23541],[-5112,-24279],[-3736,-24659],[-4149,-23593],[-2649,-23620],[-2546,-22849],[-4351,-22829],[-5094,-22635],[-7460,-24114],[-6739,-24721],[-10081,-17802],[-10686,-18386],[-10172,-18073],[-11876,-20664],[-10861,-19946],[-7894,-17470],[-10683,-13807],[-10772,-15281],[-10819,-13962],[-7422,-17138],[-7772,-17225],[-10700,-24144],[-10790,-24231],[-10508,-24457],[-10487,-24395],[-10128,-23700],[-10099,-24011],[-8916,-12840],[-8547,-12839],[-8063,-13898],[-8230,-13817],[-11978,-19889],[-8374,-16874],[-10678,-13543],[-10305,-14370],[-7728,-16272],[-10350,-24330],[-10118,-23896],[-9074,-13121],[-8616,-13491],[-10996,-19213],[-10598,-13801],[-10691,-14041],[-7722,-16106],[-10598,-24390],[-10399,-23950],[-8585,-13425],[-712,-16205],[-1101,-15398],[-11559,-471630],[-192,-480230],[-989,-26642],[-5299,-26622],[-4785,-26229],[-8338,-26590],[-9139,-26672],[-8751,-27066],[-9530,-27585],[-8195,-27495],[-5985,-26986],[-5488,-26780],[-2972,-29515],[-4534,-29931],[-4554,-30338],[-3345,-30305],[-3383,-29601],[-5615,-31183],[-5204,-30156],[-6438,-25425],[-4132,-26368],[-2680,-26927],[-916,-27878],[-1055,-27947],[-2453,-28017],[-7310,-31873],[-7968,-32935],[-10466,-29975],[-9140,-38177],[-9004,-36985],[-10990,-37966],[-959,-28421],[-10838,-28181],[-10957,-28681],[-9104,-26212],[-1402,-35501],[-2232,-36049],[-1361,-32501],[-3935,-32521],[-4394,-32711],[-7393,-33638],[-11017,-28901],[-9016,-26290],[-1441,-35786],[-2100,-36095],[-1233,-32739],[-4155,-32635],[-7575,-33818],[-8595,-26929],[-8096,-26533],[-8706,-27637],[-9290,-27069],[-5129,-27213],[-5612,-27444],[-5327,-31267],[-5209,-30469],[-4066,-29902],[-2951,-30082],[-2289,-29840],[-7693,-25795],[-7474,-25884],[-3633,-26711],[-1668,-28011],[-762,-27388],[-1220,-27050],[-8221,-32506],[-8054,-33198],[-8144,-32206],[-6389,-32542],[-7653,-33093],[-8216,-29148],[-8241,-29943],[-10435,-31685],[-9027,-30329],[-9652,-30946],[-10700,-31624],[-11105,-38086],[-10701,-37702],[-8890,-37130],[-8205,-37789],[-12576,-34328],[-12582,-35556],[-12349,-35083],[-6235,-37204],[-6832,-37789],[-10835,-28050],[-10406,-28432],[-10531,-28626],[-10690,-28939],[-8946,-26182],[-9333,-26668],[-1377,-35739],[-1422,-35821],[-2421,-36095],[-2201,-36176],[-1325,-32347],[-1288,-32569],[-4078,-32783],[-4307,-32623],[-7299,-33586],[-7629,-33300],[-10735,-28236],[-10953,-28896],[-9080,-26481],[-1660,-35453],[-2242,-35846],[-1292,-32450],[-3936,-32917],[-3952,-32513],[-7818,-33374],[-9512,-39028],[-11258,-38554],[-10556,-38907],[-9619,-38821],[-1074,-48600],[-1563,-47420],[-272,-47153],[-215,-48751],[-3186,-47213],[-6006,-38919],[-6958,-46734],[-6702,-46670],[-12085,-39022],[-12387,-39414],[-10179,-38370],[-4096,-50667],[-5135,-50589],[-10297,-49118],[-11202,-50752],[-282,-44486],[-1042,-44666],[-1973,-45171],[-2909,-45317],[-3563,-45231],[-4561,-44786],[-2736,-44493],[-7127,-39881],[-7216,-40122],[-6918,-39339],[-6415,-39545],[-9180,-40794],[-9878,-40556],[-10033,-40660],[-10423,-41028],[-11170,-41852],[-12738,-42075],[-12643,-41432],[-69,-45515],[-232,-46132],[-4705,-39341],[-7391,-38936],[-6819,-38709],[-6251,-38721],[-12191,-39261],[-11682,-39328],[-12637,-39878],[-12776,-39709],[-10173,-38722],[-10061,-38596],[-3299,-50894],[-5356,-50698],[-11415,-49008],[-11888,-39010],[-12323,-39618],[-9836,-38601],[-3189,-49981],[-5614,-50669],[-9976,-49808],[-10381,-50369],[-11840,-39040],[-12542,-39716],[-10060,-38291],[-2784,-50856],[-5608,-50713],[-10674,-49668],[-10076,-50415],[-7834,-63208],[-10305,-61195],[-10891,-60691],[-12700,-57997],[-3839,-51827],[-5777,-53537],[-5236,-54576],[-7331,-54427],[-7733,-56010],[-8916,-57059],[-7432,-59051],[-5546,-58249],[-5981,-60473],[-10911,-54266],[-8806,-59612],[-9048,-60096],[-9814,-61207],[-11295,-59559],[-11035,-63209],[-3584,-62946],[-3898,-59675],[-3362,-60698],[-12127,-51420],[-4370,-51947],[-4355,-53763],[-4853,-54543],[-7262,-54174],[-6541,-55755],[-9742,-57126],[-7043,-57814],[-4978,-58232],[-4663,-59401],[-11014,-54784],[-9338,-59618],[-8301,-60881],[-10043,-61239],[-11391,-58337],[-12652,-61477],[-11662,-62741],[-3981,-62772],[-3806,-59790],[-4374,-60674],[-12582,-51061],[-4515,-52465],[-4770,-53009],[-5182,-55148],[-7635,-54339],[-7578,-56198],[-8389,-57626],[-8307,-58145],[-4943,-58270],[-5851,-60805],[-9687,-54040],[-9205,-58972],[-8745,-61167],[-11284,-58365],[-12721,-55991],[-10688,-62803],[-3714,-62831],[-10790,-51437],[-3884,-59974],[-3477,-61666],[-12487,-51210],[-6165,-63664],[-4740,-51467],[-4613,-52787],[-5791,-54767],[-8200,-54889],[-7060,-56520],[-8694,-57114],[-7191,-57882],[-4942,-58734],[-5751,-60080],[-10532,-54645],[-9288,-61499],[-10946,-58906],[-11377,-63192],[-3717,-63622],[-4707,-59833],[-3779,-61801],[-11801,-68294],[-4190,-72279],[-1044,-72110],[-9838,-64118],[-6838,-67415],[-3229,-67228],[-2149,-64795],[-2150,-66839],[-244,-65765],[-1194,-66966],[-220,-69106],[-2519,-70271],[-1409,-69494],[-619,-69376],[-3211,-73063],[-9302,-70096],[-10152,-70787],[-10492,-72257],[-7604,-73170],[-3862,-64891],[-7828,-72329],[-7427,-70118],[-11145,-64546],[-8280,-69628],[-8816,-70616],[-4967,-73107],[-1535,-71915],[-1841,-71575],[-8359,-63978],[-7031,-66677],[-3235,-66487],[-2507,-64918],[-2046,-67184],[-1729,-65026],[-1087,-67278],[-10548,-75645],[-8753,-76152],[-10477,-74537],[-7431,-67707],[-9228,-65585],[-5930,-64154],[-6382,-64729],[-9795,-72537],[-9476,-72826],[-11546,-74187],[-11402,-73888],[-9845,-64976],[-6462,-66577],[-3212,-66562],[-3112,-64768],[-2628,-64333],[-2216,-67267],[-1024,-64720],[-1477,-67128],[-5414,-75694],[-5663,-75770],[-3129,-76484],[-3465,-76549],[-10122,-76156],[-7070,-65591],[-9250,-65189],[-6990,-64070],[-10091,-71957],[-10564,-74372],[-8358,-75219],[-9309,-76299],[-6200,-65803],[-7766,-65983],[-9207,-65450],[-8618,-66405],[-6243,-64518],[-9843,-72135],[-9216,-71377],[-10774,-74813],[-11258,-75231],[-9180,-65278],[-6199,-66465],[-4290,-66213],[-3621,-65540],[-2149,-64285],[-1697,-66025],[-1396,-65642],[-538,-66270],[-8432,-85917],[-7186,-87294],[-6475,-85641],[-9519,-86524],[-9113,-86224],[-1588,-88225],[-2019,-87937],[-2709,-83762],[-2983,-84903],[-708,-84338],[-507,-79359],[-1708,-77335],[-3577,-77020],[-505,-84609],[-1019,-77747],[-1697,-79098],[-3656,-87021],[-869,-85777],[-1072,-89058],[-1888,-86474],[-280,-85609],[-3393,-77114],[-289,-84164],[-3065,-76633],[-3197,-76726],[-2509,-78216],[-2759,-78167],[-2573,-78467],[-2753,-78609],[-6984,-87111],[-10475,-85934],[-1131,-89172],[-2056,-88095],[-905,-88058],[-1604,-89224],[-907,-87910],[-3225,-83514],[-1152,-82684],[-3725,-84531],[-3050,-82833],[-1599,-84547],[-2763,-89201],[-1813,-89045],[-2272,-88327],[-3247,-89062],[-493,-85490],[-3380,-79470],[-3174,-79343],[-2839,-79313],[-3034,-79920],[-2958,-88914],[-2334,-89097],[-1720,-88598],[-7748,-86397],[-7992,-86619],[-7508,-87129],[-9601,-85843],[-10391,-86857],[-1007,-87970],[-921,-88474],[-1620,-84554],[-2717,-82729],[-945,-84088],[-117,-100530],[-232,-95166],[-705,-94938],[-684,-95492],[-77,-94838],[-1071,-91979],[-206,-92092],[-481,-91631],[-741,-92557],[-2571,-93743],[-1749,-95855],[-1490,-96452],[-1390,-100030],[-2745,-89737],[-1777,-91744],[-3141,-100516],[-8465,-102186],[-11163,-101145],[-11529,-101086],[-11197,-101509],[-10617,-100911],[-11537,-98900],[-11351,-99326],[-11813,-99104],[-6940,-90837],[-9798,-97561],[-11513,-95847],[-8215,-92582],[-521,-94350],[-620,-99487],[-1957,-99063],[-1410,-99303],[-501,-99128],[-958,-98702],[-628,-100854],[-1485,-91599],[-1234,-91705],[-740,-97133],[-1175,-97561],[-2756,-98895],[-3612,-100563],[-5495,-100172],[-4894,-99197],[-5266,-95607],[-8495,-96310],[-9658,-97183],[-442,-98025],[-1057,-92293],[-2949,-93841],[-8030,-93912],[-7063,-91020],[-6801,-90664],[-12542,-97716],[-10061,-98764],[-11963,-101417],[-10346,-101468],[-7915,-100564],[-11081,-98893],[-12505,-98541],[-11712,-98095],[-8356,-99292],[-6548,-98595],[-6228,-99118],[-7936,-95804],[-5591,-94663],[-5294,-93538],[-4405,-90965],[-3613,-90924],[-536,-100055],[-1119,-100086],[-5715,-95762],[-8757,-100418],[-9549,-98407],[-11986,-101877],[-9690,-101221],[-7217,-99590],[-10851,-99646],[-12208,-97672],[-7985,-99641],[-6806,-98422],[-6258,-99798],[-7570,-95698],[-5213,-94437],[-5183,-93107],[-4467,-90811],[-3690,-89456],[-8457,-91972],[-6960,-90565],[-7431,-89898],[-8439,-97608],[-7931,-97888],[-8562,-96817],[-11724,-95938],[-12598,-95177],[-10579,-95506],[-7873,-91766],[-7512,-92969],[-8864,-90948],[-931,-93675],[-1660,-99199],[-1114,-98864],[-12348,-101203],[-10318,-101505],[-8033,-100500],[-11267,-98884],[-12361,-98454],[-11792,-97281],[-7767,-99485],[-6786,-98319],[-5523,-99476],[-7543,-96169],[-6002,-94320],[-4714,-93780],[-4474,-90686],[-3204,-90297],[-1288,-96150],[-138,-95996],[-728,-92089],[-1425,-92311],[-1348,-100335],[-2976,-90043],[-3691,-90677],[-11681,-101588],[-6490,-91790],[-7905,-92054],[-6616,-90580],[-8888,-97599],[-8999,-96179],[-9441,-96511],[-12102,-97341],[-12331,-97252],[-11790,-95694],[-8023,-92628],[-8901,-91489],[-7136,-92450],[-307,-94987],[-377,-94381],[-1712,-99870],[-2003,-99562],[-12342,-101648],[-9567,-101946],[-8035,-100396],[-10404,-99618],[-12323,-98338],[-12208,-97507],[-8126,-99517],[-6308,-98325],[-6308,-99371],[-8285,-95902],[-5932,-94693],[-5441,-93478],[-3902,-91030],[-4030,-90330],[-1505,-101893],[-676,-105915],[-7615,-102242],[-8105,-104409],[-3034,-103040],[-6497,-106772],[-8683,-109556],[-8336,-110970],[-11837,-109953],[-996,-106276],[-1504,-107321],[-1259,-106989],[-2165,-110088],[-6371,-107156],[-6346,-107837],[-3380,-103275],[-4400,-103406],[-2683,-107913],[-10768,-104465],[-12128,-111219],[-6046,-103230],[-3559,-113047],[-3573,-114106],[-6682,-113344],[-1135,-112881],[-1039,-113201],[-2709,-113947],[-3138,-112021],[-3330,-112979],[-1505,-102268],[-10907,-107572],[-9418,-102515],[-1284,-103236],[-1604,-104873],[-7123,-109545],[-7342,-109330],[-4678,-105312],[-5631,-104677],[-9678,-102807],[-6857,-106612],[-6522,-107829],[-8090,-108227],[-8903,-107751],[-10306,-108602],[-9447,-105550],[-6753,-104901],[-5751,-103537],[-10712,-104711],[-10958,-103411],[-10746,-103171],[-10087,-106948],[-10569,-106574],[-9751,-102407],[-3805,-108669],[-3196,-106363],[-4351,-105722],[-5787,-105450],[-4966,-104361],[-4271,-102687],[-11535,-102347],[-10629,-102819],[-11559,-104479],[-9385,-105094],[-8508,-102955],[-2812,-103220],[-1894,-103885],[-2949,-105255],[-2767,-106817],[-3189,-105985],[-4781,-103690],[-4760,-103167],[-5509,-103602],[-4684,-105228],[-3857,-105773],[-4001,-107268],[-3687,-108134],[-3333,-108550],[-12630,-106453],[-11853,-106506],[-11884,-104928],[-12454,-104930],[-10960,-102931],[-11012,-103225],[-8386,-102546],[-8693,-103447],[-8756,-104056],[-9176,-105374],[-1294,-103896],[-225,-104422],[-1068,-105138],[-2632,-103980],[-1837,-103977],[-8214,-110155],[-7539,-110574],[-8109,-110098],[-7270,-110581],[-7728,-110130],[-5971,-105404],[-4770,-104817],[-5743,-105225],[-5938,-105419],[-4702,-105568],[-523,-104759],[-310,-103493],[-7729,-110599],[-8356,-109698],[-5122,-104840],[-5735,-105099],[-9552,-102752],[-370,1461],[-8727,480],[-8943,1481],[-9797,2539],[-10416,1860],[-10884,957],[-12141,991],[-4160,1150],[-3600,1085],[-4016,818],[-2946,1081],[-3087,800],[-5298,441],[-4974,1119],[-5875,7680],[-12622,6549],[-8761,9586],[-10594,5392],[-10262,5614],[-9008,6051],[-10085,8067],[-11421,5964],[-10381,6754],[-1971,7623],[-3359,8864],[-5690,4558],[-7870,3396],[-47,3610],[-1572,3049],[-1313,1553],[-1855,1309],[-1751,1457],[-1752,2759],[-1185,1607],[-321,1540],[-210,1677],[-269,5143],[-1063,5064],[-2105,5198],[-1848,5127],[-8711,708],[-8783,1358],[-9456,1197],[-9562,2273],[-9551,2539],[-10071,2223],[-10363,1870],[-11486,1046],[-11897,1080],[-11862,600],[-2979,345],[-5328,802],[-5018,291],[-6144,7676],[-5850,8193],[-6018,8425],[-6082,6334],[-7327,5901],[-5864,6592],[-7271,6051],[-218,3717],[-9032,6113],[-10222,8384],[-11927,6452],[-10373,7295],[-11730,4745],[-1916,7971],[-3730,10008],[-5621,4527],[-6926,2147],[-9933,7280],[-10112,9813],[-11402,5247],[-8754,6848],[-8634,5768],[-11973,6602],[-10591,7740],[-2087,7758],[-3582,9854],[-5541,4809],[-7058,2949],[-9834,9396],[-11321,5351],[-8930,6393],[-11433,6510],[-10421,6939],[-12221,5599],[-115,10433],[-1859,7872],[-3478,9162],[-5817,4851],[-8310,3418],[-10952,133894],[-11471,133637],[-10758,133783],[-11432,133194],[-11929,133862],[-11924,133287],[-471,142065],[-1163,142907],[-1400,142813],[-10588,15884],[-12366,14684],[-12382,15043],[-10341,16803],[-10152,17087],[-5212,37627],[-3978,38408],[-5507,35402],[-6461,35053],[-7020,33944],[-6292,33492],[-6980,32111],[-3234,38323],[-7698,37612],[-8254,37899],[-7839,36539],[-6579,28623],[-5814,28533],[-9004,38295],[-3309,51246],[-4958,38796],[-1172,38720],[-1593,42892],[-2939,43047],[-2156,44035],[-6765,38717],[-10781,49684],[-9982,50362],[-9243,50650],[-11012,51320],[-9918,49167],[-7786,49617],[-2326,47594],[-2367,48453],[-1842,48637],[-8640,38615],[-5682,44604],[-9544,43727],[-4529,40256],[-1978,51074],[-114,47357],[-1991,48789],[-2512,49159],[-2076,46436],[-1359,46701],[-8958,38804],[-5741,44826],[-5129,43390],[-8864,45548],[-10450,44270],[-3982,40312],[-4446,41273],[-724,607428],[-750,608456],[-158,608474],[-165,610961],[-2182,614225],[-482,608690],[-522,611922],[-1303,615988],[-2040,615192],[-1483,56814],[-522,56465],[-7720,64036],[-7222,64182],[-10392,61607],[-10809,60856],[-8885,59331],[-7798,59168],[-3854,62401],[-4184,62584],[-4212,58759],[-3257,58727],[-5499,56540],[-12570,55907],[-12331,56142],[-11010,55748],[-10357,54629],[-9138,53794],[-4208,63678],[-6420,63859],[-8014,62192],[-9255,61019],[-9167,60790],[-10436,71676],[-10401,71091],[-10521,68927],[-9676,68169],[-11130,71540],[-12604,73480],[-4147,64548],[-5332,64927],[-5110,65264],[-3264,76462],[-5170,73147],[-6021,74784],[-3539,69607],[-2191,69236],[-2935,76793],[-9198,75768],[-9584,75147],[-11362,74957],[-6278,64839],[-5816,73629],[-5756,75084],[-3296,69724],[-280,68838],[-5338,72322],[-5672,74791],[-3858,69956],[-5556,72968],[-5486,76140],[-4037,68983],[-699,69251],[-1058,69010],[-114,80798],[-6017,77314],[-11372,89161],[-9299,88550],[-4277,79260],[-1377,77580],[-777,81174],[-446,81250],[-8818,77071],[-7424,77628],[-5535,80379],[-7110,86882],[-8860,88113],[-10073,88807],[-8132,87636],[-11951,88236],[-7671,87459],[-11646,89523],[-9403,87334],[-5877,78733],[-3906,78456],[-5485,78579],[-4312,79690],[-8461,87071],[-10283,88735],[-9677,87251],[-1583,77024],[-8234,121683],[-8145,121234],[-7008,122053],[-7616,121522],[-7834,121087],[-6861,121689],[-8248,120944],[-7497,120804],[-7717,121691],[-8452,120932],[-8267,121217],[-6890,121152],[-249653,-121727],[-249805,-120886],[-246688,-121329],[-246699,-116548],[-248971,-123252],[-247308,-119460],[-250090,-123018],[-251335,-120988],[-246374,-116827],[-249526,-118280],[-252345,-123033],[-250832,-123894],[-252199,-122655],[-251194,-122867],[-247440,-117993],[-249570,-117202],[-253827,-124900],[-248474,-120655],[-245043,-118329],[-245382,-115414],[-247159,-123641],[-245880,-123593],[-245984,-122198],[-249904,-127189],[-250863,-127129],[-252833,-125508],[-244857,-117133],[-249495,-120800],[-251698,-120314],[-248004,-120594],[-249615,-122117],[-252324,-123873],[-253953,-118638],[-246673,-121472],[-250679,-118780],[-247780,-120714],[-250601,-118117],[-253101,-124607],[-248967,-116945],[-246549,-121890],[-248893,-119919],[-245430,-120078],[-249498,-124119],[-244739,-125338],[-249132,-115272],[-254401,-120919],[-253324,-124378],[-246556,-117325],[-254242,-120562],[-248886,-122895],[-246597,-117671],[-248772,-123404],[-248126,-117947],[-244536,-117325],[-252154,-126612],[-246409,-127475],[-247115,-124545],[-244485,-120923],[-245209,-122924],[-244490,-119534],[-250106,-127280],[-251353,-126538],[-252400,-125482],[-250155,-125001],[-251097,-124934],[-249592,-123885],[-249650,-118758],[-250299,-124295],[-248784,-115721],[-252741,-123816],[-248226,-118382],[-252657,-123010],[-248137,-120871],[-249059,-118162],[-250679,-124350],[-246025,-115129],[-247627,-122861],[-248807,-124010],[-245614,-118219],[-250056,-120168],[-245755,-118600],[-245816,-118833],[-243807,-116161],[-246183,-115273],[-249427,-121957],[-250517,-122403],[-244690,-115351],[-254833,-117991],[-255361,-117102],[-255023,-117071],[-255257,-117412],[-255739,-116103],[-253818,-115203],[-253603,-115262],[-254797,-117394],[-254932,-115360],[-255181,-115070],[-253785,-116003],[-255102,-118012],[-255436,-117593],[-253615,-137441],[-249495,-140554],[-249860,-140564],[-254072,-138851],[-253601,-139318],[-253831,-138819],[-252956,-138063],[-253425,-138247],[-253300,-137383],[-253374,-135734],[-252599,-135836],[-252603,-136415],[-248641,-129758],[-246001,-139050],[-245770,-138615],[-247949,-128149],[-250141,-134496],[-250574,-137025],[-245233,-132180],[-245917,-132892],[-249455,-140200],[-245965,-135749],[-245220,-135172],[-250166,-137435],[-248646,-131486],[-248507,-130581],[-252187,-129097],[-246212,-128889],[-245364,-128413],[-245670,-128428],[-245868,-127973],[-250538,-140483],[-254025,-139354],[-254206,-139587],[-254276,-139241],[-253744,-138257],[-252953,-138016],[-253505,-137298],[-252822,-136085],[-252595,-135545],[-252745,-136204],[-245086,-140058],[-249604,-134283],[-246090,-131067],[-248264,-133499],[-250695,-139436],[-246152,-136257],[-245346,-135370],[-254335,-137594],[-252103,-135254],[-249323,-134381],[-245643,-131765],[-246703,-132818],[-250215,-139558],[-247520,-136666],[-244921,-135370],[-253226,-137878],[-249801,-136732],[-249112,-133185],[-244359,-130939],[-246131,-133512],[-249724,-139857],[-246240,-136482],[-245442,-134049],[-243468,-136238],[-243550,-136514],[-243222,-136332],[-243206,-137950],[-243544,-136749],[-251401,-149544],[-251309,-149316],[-250457,-147409],[-252548,-153296],[-248522,-143730],[-247626,-145654],[-246763,-142369],[-248542,-145612],[-251724,-146953],[-252075,-148783],[-249607,-148924],[-251233,-142043],[-251275,-142458],[-250924,-142450],[-250673,-143578],[-249962,-141126],[-250256,-140729],[-248865,-143260],[-248226,-142969],[-247844,-143108],[-246372,-143360],[-246090,-142955],[-246499,-143398],[-247227,-145213],[-254707,-146967],[-253381,-142089],[-253269,-141912],[-252885,-141007],[-254045,-143488],[-254447,-143879],[-253484,-143298],[-254935,-145596],[-255884,-146737],[-255333,-145071],[-254480,-144465],[-254879,-144622],[-255432,-141758],[-255686,-141817],[-251048,-153181],[-251244,-153035],[-253561,-151831],[-253088,-152163],[-253607,-152281],[-252387,-152416],[-252282,-152191],[-251547,-152547],[-244359,-141394],[-253108,-149047],[-252036,-149993],[-251608,-149918],[-251327,-146619],[-252338,-153205],[-252709,-153309],[-255594,-147792],[-248108,-145282],[-248221,-147070],[-246153,-143299],[-248306,-146085],[-251622,-146667],[-253005,-148714],[-251571,-149119],[-249314,-148723],[-250823,-142254],[-250434,-143058],[-251054,-142587],[-249789,-141455],[-250153,-140953],[-247623,-143205],[-248233,-143747],[-246641,-143359],[-246179,-142575],[-246619,-143398],[-247766,-145294],[-247868,-145407],[-252795,-141221],[-252715,-141976],[-253101,-140998],[-254441,-144255],[-254692,-144182],[-254187,-144077],[-254741,-146749],[-255092,-147071],[-254577,-145106],[-255150,-145350],[-254607,-144618],[-255799,-141892],[-255050,-141260],[-251759,-152593],[-251632,-153055],[-250926,-153359],[-253309,-151847],[-253714,-152241],[-253303,-151762],[-252385,-152115],[-244018,-140755],[-243679,-141406],[-249253,-149490],[-249386,-149233],[-249050,-149060],[-250012,-149156],[-249808,-149011],[-251475,-150053],[-251292,-149832],[-251040,-149971],[-251516,-149633],[-251826,-148956],[-252042,-149107],[-252245,-149214],[-252331,-148964],[-252312,-150688],[-253082,-150536],[-252451,-149523],[-252111,-149840],[-252598,-149288],[-251960,-148280],[-251916,-148058],[-249593,-148430],[-249784,-148263],[-251909,-147808],[-251684,-148249],[-249989,-145493],[-250042,-145027],[-250424,-145227],[-250519,-145486],[-250190,-145695],[-249656,-146157],[-249835,-146534],[-250005,-146478],[-250865,-144189],[-251424,-144311],[-251385,-144599],[-251417,-144841],[-251728,-144968],[-249578,-144888],[-249559,-144641],[-249318,-144699],[-248904,-144423],[-249305,-144426],[-246515,-145318],[-246762,-145124],[-246965,-143640],[-245993,-143816],[-245512,-142097],[-245686,-141985],[-245819,-142165],[-245858,-142426],[-245505,-141505],[-249329,-140660],[-247830,-140753],[-255789,-142301],[-255002,-147874],[-255151,-142261],[-253630,-151929],[-255828,-148047],[-255947,-142865],[-245756,-144277],[-246289,-145236],[-246029,-144661],[-248610,-152507],[-244551,-152802],[-246730,-152753],[-243804,-148157],[-245008,-149487],[-244317,-149358],[-243982,-148779],[-245068,-147729],[-243538,-153372],[-247122,-147266],[-246932,-146685],[-247401,-146472],[-246588,-147092],[-250876,-151657],[-250807,-152350],[-250485,-151614],[-243854,-150382],[-243359,-149696],[-243855,-150258],[-243512,-147633],[-243682,-148135],[-243507,-148012],[-243235,-153019],[-247253,-151483],[-246799,-150644],[-247836,-150817],[-244528,-151059],[-244913,-151417],[-244543,-151263],[-246217,-152752],[-246181,-152066],[-245913,-152964],[-247700,-152384],[-247232,-151999],[-247055,-152489],[-243354,-142648],[-243893,-146172],[-246788,-147119],[-246441,-146607],[-246551,-146707],[-250217,-151814],[-250852,-152334],[-251050,-152389],[-243337,-150402],[-243885,-149718],[-246695,-151276],[-246716,-151080],[-245876,-150197],[-244225,-150928],[-244372,-151596],[-244966,-151166],[-246073,-152969],[-246150,-152199],[-245680,-152249],[-247053,-152551],[-247291,-152018],[-247614,-152433],[-249546,-153370],[-247708,-152713],[-248802,-153143],[-245026,-150912],[-248271,-152228],[-249762,-152990],[-250620,-153813],[-246086,-161630],[-246446,-161277],[-246669,-161333],[-244726,-160491],[-244120,-160992],[-244681,-160866],[-245048,-160615],[-243813,-161081],[-243847,-161305],[-244159,-161347],[-243900,-161618],[-243705,-161943],[-243958,-161892],[-244719,-161054],[-245375,-160556],[-244272,-160708],[-244102,-159669],[-244349,-159672],[-244526,-159337],[-244036,-159460],[-244551,-159114],[-244045,-162441],[-246766,-163349],[-253768,-161126],[-247650,-159605],[-246029,-162232],[-245202,-162696],[-245593,-164152],[-246061,-163816],[-254487,-164440],[-251451,-155505],[-247799,-158403],[-244802,-160642],[-253973,-155454],[-250038,-153760],[-244978,-160993],[-245493,-160768],[-246169,-161336],[-246553,-161043],[-244738,-161966],[-254806,-165900],[-248663,-158431],[-249612,-159645],[-248992,-159422],[-255946,-158724],[-255291,-158374],[-254054,-159802],[-253465,-160138],[-254164,-160201],[-254636,-157888],[-252429,-153890],[-252113,-153574],[-247099,-159446],[-247263,-159640],[-248329,-156250],[-247823,-156642],[-248786,-156626],[-248685,-157207],[-249069,-158168],[-248794,-158108],[-248531,-158943],[-243760,-165276],[-243712,-165242],[-243369,-163482],[-243597,-162064],[-243205,-162574],[-246726,-161157],[-245589,-160535],[-243662,-161450],[-243587,-162187],[-244598,-161734],[-244929,-162147],[-245165,-162141],[-244626,-163084],[-254252,-161178],[-249829,-158776],[-248933,-159793],[-250106,-159617],[-249661,-160629],[-255554,-158878],[-255821,-158681],[-255657,-158295],[-254180,-159887],[-253745,-160428],[-253596,-159760],[-251787,-158323],[-254611,-159011],[-252729,-153607],[-255498,-155683],[-255727,-155141],[-255631,-155457],[-245935,-162570],[-244852,-163107],[-245169,-163638],[-248378,-156501],[-248999,-156537],[-248833,-156226],[-249192,-158080],[-248571,-157402],[-248739,-158095],[-243757,-165278],[-243976,-165787],[-243474,-162476],[-243326,-161786],[-253953,-164764],[-254921,-164851],[-248511,-157549],[-248378,-155754],[-244457,-160175],[-253529,-155420],[-251902,-153730],[-246545,-155404],[-246961,-157321],[-245061,-153957],[-248697,-153435],[-249833,-153503],[-249558,-154148],[-245848,-154011],[-244752,-153798],[-244262,-157072],[-244062,-159876],[-246330,-157372],[-248531,-154919],[-247805,-172438],[-247726,-172045],[-247421,-172402],[-247631,-172372],[-247025,-171991],[-247142,-171718],[-246231,-170083],[-246439,-169737],[-255332,-169124],[-253273,-171041],[-252514,-175760],[-254217,-171446],[-252252,-170638],[-254181,-168765],[-254090,-169195],[-252480,-175096],[-251617,-174402],[-247279,-171899],[-246223,-169390],[-246251,-171241],[-252777,-171184],[-250668,-173219],[-255790,-170176],[-254450,-170612],[-255124,-169563],[-253179,-170065],[-254884,-167309],[-247218,-169020],[-247141,-169505],[-247300,-169903],[-254236,-171701],[-254164,-169654],[-255084,-170470],[-254948,-169225],[-252113,-175110],[-252374,-176582],[-252261,-176225],[-246803,-174362],[-244026,-174517],[-246238,-173348],[-244226,-173685],[-244241,-174238],[-243751,-173697],[-244930,-172331],[-255860,-175085],[-255800,-174503],[-245488,-173922],[-246429,-174687],[-243272,-175358],[-255726,-173009],[-255282,-173170],[-254628,-174713],[-254277,-176640],[-255779,-174509],[-254466,-190865],[-255251,-191521],[-252733,-187023],[-246070,-181888],[-252109,-187398],[-246723,-183777],[-245352,-190382],[-249581,-189205],[-245134,-185479],[-246229,-188450],[-255668,-188653],[-247869,-180497],[-244310,-190677],[-254368,-186776],[-251256,-188113],[-246880,-182991],[-246335,-189405],[-252786,-185810],[-244572,-183174],[-245544,-191230],[-246988,-185003],[-249267,-191386],[-246455,-187073],[-245696,-184375],[-253982,-183069],[-245358,-190761],[-254973,-186838],[-250431,-187328],[-252282,-181571],[-252531,-181879],[-253687,-184177],[-253249,-182983],[-252982,-185007],[-253856,-184152],[-253202,-189551],[-253829,-188771],[-255596,-189583],[-255889,-186911],[-254780,-187820],[-255078,-189360],[-255281,-189822],[-255988,-187943],[-245367,-186697],[-249976,-189285],[-245781,-185532],[-250508,-190169],[-252921,-183736],[-246641,-184418],[-244268,-184114],[-253361,-185313],[-244946,-189670],[-246068,-182552],[-251913,-185257],[-255114,-188691],[-252249,-188857],[-251975,-186241],[-245162,-179676],[-244474,-179210],[-255763,-179120],[-254313,-184960],[-254993,-185492],[-254709,-180084],[-255717,-182718],[-254086,-182996],[-255418,-180603],[-255591,-181797],[-255538,-183130],[-255484,-183887],[-244001,-179371],[-243853,-182051],[-243724,-179281],[-254554,-183334],[-254547,-179092],[-253712,-179241],[-255721,-179749],[-255647,-183160],[-252040,-180419],[-252523,-180799],[-243650,-179076],[-253815,-179108],[-254720,-182069],[-243532,-180908],[-254829,-181989],[-249781,-192903],[-245097,-192659],[-251762,-192858],[-249385,-192194],[-252869,-192144],[-246702,-196775],[-251313,-204068],[-251755,-193090],[-255572,-192145],[-250063,-196982],[-250513,-196493],[-251187,-196454],[-253635,-202018],[-252908,-197590],[-251877,-200328],[-250601,-197735],[-254382,-203651],[-252764,-200167],[-247313,-198413],[-243480,-202225],[-251541,-193456],[-251392,-197925],[-252689,-197050],[-254234,-195946],[-253015,-198093],[-254247,-196043],[-253721,-196252],[-254264,-195614],[-255052,-195736],[-253990,-195433],[-253213,-195129],[-253680,-195057],[-253779,-195393],[-255540,-196250],[-255710,-195891],[-255387,-196218],[-254947,-196561],[-252633,-197462],[-252666,-198464],[-254308,-198614],[-254785,-196073],[-255649,-195615],[-252289,-201098],[-247679,-202879],[-250837,-196614],[-250193,-196374],[-255078,-199516],[-249179,-199596],[-251028,-201106],[-253246,-198170],[-251240,-198654],[-246451,-203076],[-243721,-200344],[-246527,-202814],[-249027,-202663],[-252319,-197657],[-251609,-195409],[-252076,-196733],[-254110,-204007],[-252165,-196967],[-253443,-203218],[-253449,-202563],[-254631,-200508],[-243829,-199798],[-243420,-201085],[-247403,-199012],[-252715,-195664],[-253274,-194575],[-253080,-195425],[-250941,-194134],[-252123,-207764],[-252783,-209272],[-250883,-209475],[-250830,-209729],[-250769,-208275],[-249593,-208498],[-252269,-208175],[-251727,-208387],[-250632,-208074],[-253264,-207768],[-252481,-206763],[-249545,-207172],[-248844,-207098],[-251125,-205342],[-252232,-205289],[-252715,-206198],[-250711,-206227],[-252145,-205547],[-252642,-210630],[-252900,-210256],[-252128,-210131],[-254193,-209613],[-252420,-207195],[-250361,-208491],[-248694,-207229],[-251458,-205516],[-251706,-205005],[-255881,-207749],[-248020,-208814],[-246832,-215003],[-254422,-211733],[-247829,-214768],[-246745,-210038],[-243765,-208100],[-245804,-213064],[-244679,-210008],[-243239,-211955],[-247430,-207266],[-254907,-212029],[-245502,-209898],[-247958,-209181],[-254225,-211617],[-254117,-212177],[-250266,-214191],[-246400,-207623],[-255604,-207954],[-250155,-215264],[-248210,-216107],[-248201,-209169],[-243985,-212380],[-252713,-213474],[-252728,-214546],[-251873,-214111],[-252222,-213996],[-248830,-212493],[-249250,-213723],[-249274,-212935],[-248012,-212848],[-247060,-211946],[-245333,-211036],[-244732,-212112],[-245681,-211968],[-247116,-215140],[-245957,-214479],[-243625,-215654],[-243973,-215351],[-244382,-214655],[-243572,-213986],[-249110,-216080],[-249671,-216731],[-250324,-215665],[-248647,-217329],[-247803,-216860],[-247499,-217208],[-250140,-214841],[-247314,-215760],[-251308,-213018],[-245213,-206160],[-246519,-211560],[-248909,-211464],[-248992,-209433],[-246566,-208345],[-244517,-207447],[-255701,-207267],[-254732,-212239],[-248663,-209822],[-252948,-211957],[-248298,-215150],[-244640,-210110],[-245979,-207769],[-243876,-208507],[-245012,-207204],[-245438,-207074],[-246312,-206760],[-248019,-211463],[-255221,-206563],[-255735,-208297],[-255841,-206996],[-251939,-219739],[-254446,-225853],[-249157,-219399],[-249087,-228110],[-253215,-227757],[-252075,-229045],[-253653,-229329],[-255242,-226516],[-249611,-228202],[-249436,-228175],[-250351,-228258],[-250656,-228785],[-245554,-227195],[-246689,-229106],[-246777,-217745],[-247314,-217611],[-246666,-218222],[-255494,-218117],[-253378,-218918],[-252544,-218672],[-253157,-218534],[-253475,-217851],[-254477,-218372],[-252544,-228323],[-250657,-225954],[-251836,-230027],[-245812,-228243],[-253935,-226007],[-253288,-227889],[-255579,-228018],[-251002,-226988],[-250600,-228198],[-247846,-229640],[-245519,-227342],[-243732,-220154],[-246283,-219399],[-243889,-227193],[-252388,-228702],[-253741,-227383],[-254024,-228892],[-253136,-229127],[-255637,-228546],[-255569,-228061],[-249624,-226614],[-250987,-227098],[-250505,-227915],[-250529,-230103],[-246613,-229645],[-247582,-227841],[-243949,-230173],[-247098,-220324],[-244824,-241841],[-249372,-237978],[-250924,-237300],[-253675,-236988],[-252460,-237640],[-255564,-235871],[-255501,-235761],[-248432,-239794],[-247737,-242266],[-247769,-241957],[-249453,-234387],[-245006,-239256],[-251818,-231650],[-251158,-230494],[-253051,-230619],[-246498,-232456],[-244294,-242973],[-246298,-240086],[-248875,-240849],[-251075,-234810],[-253915,-237297],[-254776,-236376],[-248542,-241507],[-247561,-240244],[-248533,-235954],[-249114,-233041],[-245130,-239027],[-252444,-232163],[-253806,-231840],[-248874,-230914],[-244864,-230865],[-243431,-242261],[-247637,-239257],[-245914,-237708],[-247297,-240402],[-247855,-239587],[-251227,-239199],[-252396,-234573],[-251107,-234374],[-244206,-232362],[-243679,-231253],[-245749,-230623],[-252891,-236028],[-253539,-237990],[-251680,-236391],[-252547,-237630],[-254580,-234952],[-255338,-235744],[-255167,-235657],[-255144,-235451],[-248798,-239073],[-247899,-240312],[-249746,-239277],[-246088,-242064],[-245216,-241728],[-247720,-241814],[-245166,-242500],[-247168,-236138],[-247467,-236249],[-247932,-234788],[-248648,-233682],[-248161,-232503],[-244217,-238604],[-243540,-239822],[-251692,-231684],[-254623,-231190],[-252709,-231212],[-250353,-231289],[-248777,-232009],[-246746,-231719],[-244566,-232721],[-243478,-231317],[-244918,-242216],[-243358,-240644],[-247359,-239552],[-251848,-239443],[-248308,-241126],[-247666,-241685],[-255248,-235343],[-248823,-240296],[-245838,-240893],[-244718,-242562],[-247336,-237261],[-248589,-236661],[-248442,-234850],[-249383,-234352],[-247589,-234656],[-245021,-240158],[-244339,-238770],[-251652,-231386],[-250314,-232743],[-250630,-230493],[-253627,-232024],[-252726,-232036],[-247928,-231230],[-250031,-230691],[-246225,-233236],[-244573,-232746],[-244315,-230230],[-252756,-239720],[-252042,-241135],[-253816,-240693],[-252940,-238559],[-252894,-238733],[-254514,-241002],[-253546,-239211],[-253662,-238109],[-255698,-241793],[-253035,-241785],[-251501,-9041],[-249558,-8342],[-245721,-5054],[-245612,-5248],[-253758,-1487],[-254853,-10076],[-254423,-9303],[-249755,-2932],[-250583,-1883],[-244767,-333],[-247977,-1107],[-250291,-1603],[-244670,-392],[-247758,-1518],[-251206,-9786],[-251678,-10208],[-253773,-2766],[-244668,-1629],[-245045,-1660],[-249968,-1469],[-247784,-1840],[-243914,-188],[-244713,-178],[-249358,-8247],[-255904,-11853],[-253700,-1249],[-250822,-1562],[-245195,8],[-247638,-1008],[-249372,-254846],[-245774,-243970],[-248719,-252546],[-246553,-243811],[-243391,-246981],[-249702,-252096],[-248349,-252708],[-246378,-243414],[-244457,-245214],[-243257,-248559],[-246005,-244061],[-252690,-251423],[-248921,-252169],[-244790,-246052],[-247619,-243070],[-244575,-244565],[-244096,-243432],[-244478,-244411],[-252429,-251086],[-249582,-252425],[-248883,-246278],[-247098,-247412],[-254159,-246904],[-250292,-243719],[-251608,-243784],[-251284,-245338],[-254979,-244069],[-253262,-244310],[-252576,-243367],[-251847,-243439],[-254456,-246325],[-255855,-247740],[-254881,-248922],[-250900,-247625],[-250954,-249864],[-248823,-245981],[-254402,-249277],[-251574,-248249],[-249013,-250426],[-248099,-247645],[-247358,-248752],[-245617,-251036],[-245881,-252117],[-243916,-254323],[-245734,-255124],[-252487,-252099],[-255788,-254718],[-251917,-255179],[-250268,-255402],[-252631,-253788],[-252982,-252299],[-253561,-254007],[-245704,-267815],[-245166,-266921],[-243998,-262376],[-245458,-261836],[-246760,-260361],[-248355,-256377],[-245483,-268406],[-245318,-267315],[-244429,-266785],[-243801,-261990],[-244753,-261915],[-247035,-259535],[-245083,-267617],[-243912,-263047],[-245393,-262461],[-247134,-260044],[-248267,-256248],[-245133,-256731],[-244691,-266675],[-245083,-266768],[-243699,-262921],[-245443,-262386],[-247021,-260185],[-248049,-256086],[-244553,-257190],[-253081,-265647],[-251386,-263810],[-252332,-260286],[-249189,-256010],[-247318,-263408],[-247397,-266858],[-248126,-264946],[-255908,-256700],[-252799,-259237],[-250244,-258171],[-252957,-265898],[-254123,-268098],[-252957,-261911],[-252680,-259841],[-255939,-268223],[-249611,-262766],[-248418,-263735],[-249898,-265048],[-253077,-258473],[-250706,-256934],[-254871,-262965],[-249368,-262862],[-248906,-263502],[-255926,-258739],[-253266,-258311],[-250189,-256636],[-244755,-273716],[-244141,-273535],[-243705,-276690],[-243584,-277115],[-243896,-278437],[-243899,-272944],[-243479,-277883],[-252996,-274725],[-251269,-270180],[-253819,-274371],[-252127,-273465],[-251305,-275250],[-250870,-275157],[-249050,-275087],[-247927,-271529],[-250168,-269212],[-253239,-278363],[-253696,-276655],[-249240,-279138],[-255754,-280069],[-254810,-278433],[-255624,-279962],[-245978,-271330],[-247861,-273505],[-254488,-273774],[-252701,-274854],[-247513,-277899],[-246311,-274399],[-244909,-279593],[-247311,-277984],[-253950,-278147],[-245731,-272137],[-249252,-272076],[-254225,-268969],[-250850,-269447],[-252212,-275016],[-249055,-276656],[-248944,-276446],[-248157,-272279],[-246565,-272308],[-245224,-270949],[-253231,-280200],[-253536,-280986],[-251903,-280105],[-248418,-278383],[-243912,-280509],[-254743,-270207],[-255764,-273819],[-248483,-278977],[-250606,-269490],[-248111,-270845],[-252620,-273497],[-250726,-270912],[-255982,-270269],[-254746,-274056],[-251654,-274182],[-250558,-274689],[-246136,-269262],[-250626,-278573],[-247171,-273983],[-248052,-278943],[-255485,-271707],[-255418,-278180],[-247158,-277485],[-245797,-271940],[-248503,-274674],[-253338,-273405],[-252847,-271136],[-252351,-269664],[-254333,-274023],[-246304,-271980],[-251924,-278300],[-247469,-273565],[-254721,-270809],[-250998,-277529],[-254685,-278718],[-252145,-280125],[-254670,-279344],[-246737,-293078],[-252169,-284728],[-243216,-292784],[-251003,-286966],[-250680,-290673],[-246694,-290641],[-254704,-292753],[-255929,-283774],[-248818,-283901],[-254764,-287008],[-255350,-291341],[-245400,-290882],[-243426,-287908],[-249990,-284528],[-243649,-292564],[-248480,-284954],[-248369,-284955],[-244651,-286908],[-250557,-292169],[-252951,-283342],[-249126,-287602],[-246778,-293191],[-250816,-290909],[-252413,-288272],[-248080,-286314],[-253581,-290114],[-246243,-289508],[-250257,-286508],[-245241,-293075],[-251886,-287732],[-245441,-286990],[-254487,-292715],[-248462,-284671],[-251199,-293065],[-254044,-284530],[-251625,-292721],[-249529,-283766],[-247904,-284647],[-252061,-292334],[-249383,-294042],[-243942,-287275],[-252095,-281631],[-245193,-282166],[-246508,-282719],[-245899,-285152],[-250134,-281686],[-244132,-284401],[-243898,-282806],[-247623,-281627],[-245541,-282828],[-250491,-281995],[-248263,-283356],[-250349,-281675],[-249107,-282573],[-252368,-281973],[-245039,-282455],[-244663,-285990],[-251442,-281450],[-245487,-283436],[-248989,-302903],[-254766,-300720],[-255795,-304151],[-255694,-300918],[-246864,-306690],[-247245,-295857],[-252247,-297252],[-255687,-304116],[-255670,-305430],[-246913,-301524],[-245113,-297248],[-255882,-301381],[-249481,-306897],[-255616,-300768],[-254301,-301313],[-247394,-301802],[-246314,-305839],[-249339,-303996],[-252662,-306126],[-250438,-305405],[-243557,-295567],[-247087,-304313],[-247723,-298336],[-243403,-296452],[-245474,-299469],[-253672,-295158],[-255541,-301612],[-253489,-306113],[-250518,-300333],[-252278,-297204],[-248333,-305246],[-252040,-302202],[-248262,-302938],[-248491,-300506],[-248895,-299488],[-245973,-303971],[-246860,-304129],[-251545,-297768],[-252616,-298356],[-248878,-306727],[-254523,-297831],[-251594,-304506],[-254064,-301876],[-254845,-305727],[-248447,-300221],[-249246,-296021],[-254306,-305663],[-245912,-302078],[-245436,-315612],[-243640,-310344],[-249120,-312695],[-245684,-307988],[-255415,-315705],[-253314,-312624],[-253830,-312821],[-246415,-308066],[-245513,-308333],[-243619,-308786],[-244654,-307962],[-245676,-315027],[-247593,-309292],[-247987,-309097],[-252028,-312714],[-254494,-307508],[-248800,-307952],[-250756,-315239],[-245617,-315424],[-254115,-317041],[-250709,-307471],[-244524,-309533],[-243914,-308060],[-245206,-314868],[-243249,-310360],[-252193,-312423],[-252990,-310845],[-250681,-311537],[-254307,-308904],[-250098,-307954],[-251700,-308258],[-247173,-307655],[-243730,-309019],[-244897,-308960],[-246875,-319466],[-245805,-318564],[-246923,-319547],[-243214,-318074],[-247400,-319143],[-245957,-317247],[-245536,-316183],[-247642,-319596],[-245059,-317761],[-245513,-331664],[-246442,-322233],[-244329,-321219],[-246080,-329163],[-251527,-328134],[-246197,-325255],[-254214,-327516],[-245901,-321648],[-251036,-327701],[-247054,-321617],[-244879,-330792],[-249750,-331657],[-245210,-322306],[-249583,-331441],[-247736,-328823],[-244236,-330200],[-245780,-324809],[-250177,-329636],[-254015,-331970],[-246321,-327980],[-252930,-331025],[-255846,-322915],[-255080,-325757],[-246101,-322090],[-245251,-329095],[-247065,-330026],[-245216,-330761],[-243463,-323450],[-255314,-327013],[-253985,-328702],[-252036,-321213],[-251422,-328770],[-247171,-327930],[-250337,-329257],[-244337,-328588],[-246318,-323518],[-245197,-321315],[-245611,-320710],[-254373,-326684],[-246360,-325249],[-251033,-326586],[-244512,-328607],[-254909,-330750],[-247831,-321085],[-246739,-329538],[-252998,-324766],[-252976,-322030],[-245659,-330763],[-247667,-333263],[-248162,-335757],[-249877,-335501],[-244558,-335004],[-243275,-344991],[-250867,-335550],[-250331,-332611],[-245048,-344953],[-249129,-335131],[-252165,-334136],[-251117,-333899],[-250023,-333327],[-245175,-344935],[-250568,-352560],[-252706,-348649],[-251412,-354939],[-251357,-353769],[-252931,-349360],[-244016,-345601],[-250758,-354707],[-251817,-348133],[-253111,-361536],[-254097,-25018],[-254118,-23138],[-248888,-16202],[-251520,-15709],[-253406,-19914],[-248390,-17403],[-248355,-16825],[-245501,-20837],[-245420,-19979],[-247589,-22231],[-252227,-21906],[-254025,-23459],[-251560,-15313],[-251349,-17676],[-245619,-20087],[-248571,-21820],[-251786,-23518],[-251552,-23254],[-250903,-23971],[-250521,-16140],[-251698,-15439],[-251443,-15251],[-251401,-15523],[-253750,-20044],[-252886,-22021],[-245211,-18551],[-246747,-20251],[-246275,-22069],[-250520,-22569],[-251697,-23393],[-250600,-16271],[-252203,-22110],[-246076,-19043],[-249806,-16378],[-251003,-23221],[-244360,-372451],[-243531,-373479],[-243977,-375175],[-243933,-373887],[-244086,-372480],[-246509,-413447],[-243401,-415302],[-243591,-414111],[-246520,-414121],[-243641,-414929],[-247520,-414657],[-248419,-415234],[-247777,-412508],[-244993,-412674],[-249930,-497829],[-248147,-497057],[-251751,-37017],[-252430,-37490],[-250388,-26536],[-249737,-28879],[-247081,-27290],[-246496,-26991],[-249453,-30456],[-247067,-29629],[-249753,-30335],[-252114,-35706],[-243762,-36749],[-243640,-36835],[-243886,-37346],[-244356,-34726],[-244402,-34421],[-245629,-33903],[-252257,-34135],[-244810,-34160],[-244187,-34618],[-246094,-33828],[-246460,-33572],[-246223,-34050],[-248076,-33529],[-249114,-33641],[-249074,-33353],[-249362,-34096],[-248143,-34082],[-248416,-33578],[-249999,-33327],[-251411,-33368],[-243515,-36930],[-254262,-34207],[-254498,-33045],[-251671,-35667],[-252124,-37697],[-252240,-37622],[-249182,-37939],[-246149,-26829],[-246905,-29573],[-251202,-31334],[-251691,-32356],[-253128,-34087],[-249812,-34110],[-248911,-33475],[-251162,-33400],[-252159,-33881],[-254644,-35924],[-251973,-36956],[-247729,-26006],[-246280,-27004],[-246994,-30195],[-249593,-30826],[-249943,-30582],[-249850,-27507],[-251412,-31562],[-251142,-31687],[-254534,-34609],[-254429,-32803],[-254628,-34217],[-254635,-33242],[-254687,-34682],[-254318,-33423],[-247762,-570087],[-255683,-576285],[-249750,-584298],[-248227,-582841],[-252440,-583577],[-252724,-584512],[-251089,-589461],[-247970,-588779],[-249439,-39160],[-246561,-41622],[-246864,-41949],[-248745,-39796],[-248780,-39639],[-248731,-39458],[-248620,-39592],[-248692,-39282],[-248786,-39077],[-248600,-39134],[-248513,-39815],[-248378,-39853],[-250065,-39898],[-252593,-42495],[-252635,-42285],[-253287,-39383],[-250105,-40002],[-250160,-39750],[-249987,-40348],[-250140,-40792],[-252592,-42378],[-252637,-42717],[-252676,-42214],[-252580,-42576],[-246200,-41607],[-244101,-39199],[-243742,-39110],[-250061,-40171],[-246480,-42192],[-247391,-42168],[-246306,-41975],[-250111,-38848],[-249416,-39414],[-246467,-40289],[-253130,-39417],[-255500,-39570],[-250136,-39032],[-246496,-41433],[-246571,-41309],[-252835,-57461],[-243211,-61854],[-244056,-62695],[-245309,-62661],[-245383,-63644],[-246291,-59642],[-246331,-59504],[-246352,-59337],[-246356,-59193],[-246601,-59442],[-246507,-59804],[-246064,-60953],[-245238,-63517],[-247473,-69015],[-254613,-76437],[-245813,-64520],[-246512,-76216],[-246510,-75800],[-245731,-64908],[-247072,-66392],[-247510,-67795],[-246771,-67515],[-247136,-69176],[-246881,-72371],[-246686,-74705],[-251073,-74595],[-253004,-76003],[-250509,-74980],[-252378,-76452],[-248529,-74635],[-250235,-66704],[-250402,-66094],[-250146,-65944],[-245965,-64556],[-246398,-65165],[-247451,-67705],[-246831,-67608],[-250940,-74809],[-252275,-76514],[-248923,-74262],[-249434,-75127],[-247397,-67061],[-247701,-67952],[-247142,-71453],[-251082,-75024],[-252969,-76531],[-248432,-74362],[-249949,-74735],[-243343,-74479],[-243387,-74792],[-245330,-72346],[-245163,-72386],[-245539,-69660],[-245515,-69769],[-245550,-69938],[-245582,-70052],[-243444,-74972],[-243617,-76014],[-243483,-76012],[-243355,-76014],[-244950,-72405],[-245847,-65753],[-245786,-65233],[-246561,-79110],[-247087,-78446],[-247046,-79910],[-247032,-79653],[-247023,-78201],[-246537,-79721],[-250142,-86642],[-253866,-80637],[-247076,-80040],[-247101,-80534],[-250003,-86491],[-253279,-80071],[-254815,-76668],[-247174,-79092],[-246774,-76823],[-250310,-86150],[-253403,-80212],[-247243,-78860],[-249955,-86828],[-253539,-80555],[-243803,-81543],[-244032,-81828],[-244012,-81523],[-243868,-79703],[-244094,-79596],[-243331,-80284],[-248800,-101111],[-248835,-101513],[-244815,-93598],[-245926,-99653],[-245295,-96057],[-245539,-91714],[-244849,-90433],[-243532,-98594],[-247310,-101087],[-243497,-99024],[-246831,-100387],[-250323,-97513],[-249748,-96618],[-254223,-91082],[-244446,-98054],[-244470,-94233],[-246350,-99572],[-245722,-96661],[-245475,-91161],[-244238,-91371],[-247464,-101085],[-243239,-101909],[-244990,-93604],[-246281,-99762],[-246071,-96648],[-245744,-91069],[-243876,-91529],[-244645,-94533],[-246454,-100177],[-246015,-96253],[-245268,-92417],[-243849,-91826],[-252541,-98839],[-253742,-95829],[-253117,-93148],[-254091,-92512],[-252676,-93687],[-252526,-93868],[-255588,-91032],[-255714,-92119],[-255774,-97106],[-255433,-97637],[-254363,-100098],[-254775,-99440],[-252768,-100534],[-253394,-99369],[-255430,-98105],[-255896,-99466],[-254766,-96949],[-255842,-96297],[-254899,-100601],[-253233,-101328],[-252743,-100803],[-255931,-98557],[-254687,-97220],[-252661,-101167],[-255239,-98328],[-254204,-98301],[-253602,-99587],[-252996,-100158],[-246325,-109597],[-245240,-110618],[-247622,-112744],[-246099,-108422],[-244562,-112931],[-246214,-112551],[-249071,-114331],[-245198,-111109],[-243900,-112211],[-243215,-112347],[-248264,-108801],[-248365,-103162],[-246145,-106397],[-248726,-103125],[-249350,-102661],[-248911,-103711],[-246393,-105235],[-246767,-105808],[-248246,-108326],[-245870,-105480],[-246268,-106032],[-248456,-108482],[-247847,-113919],[-244916,-108645],[-245528,-111908],[-244172,-108501],[-244019,-108674],[-247840,-112792],[-243684,-108478],[-246827,-102476],[-250633,-113938],[-248691,-102357],[-246957,-104426],[-245634,-105762],[-246647,-105390],[-248191,-107870],[-249158,-114940],[-244258,-108935],[-249107,-102770],[-248094,-114694],[-243599,-108695],[-243497,-111665],[-243326,-109928],[-247196,-109687],[-246242,-104073],[-243447,-105628],[-247230,-107373],[-251168,-114846],[-244645,-113056],[-246004,-105645],[-246679,-105754],[-244323,-113358],[-243944,-114307],[-252962,-108393],[-255911,-113831],[-252611,-105937],[-250806,-107521],[-251009,-106362],[-255300,-102371],[-254268,-102536],[-254454,-104769],[-253351,-104533],[-255535,-110841],[-253024,-109897],[-255052,-110520],[-255498,-105410],[-255603,-104289],[-252835,-108888],[-251036,-109292],[-254527,-112021],[-254893,-104079],[-255513,-103858],[-251664,-104453],[-253583,-106599],[-252496,-102785],[-255506,-103204],[-254682,-103526],[-253019,-104477],[-254918,-109670],[-255203,-109660],[-254720,-104757],[-255837,-111487],[-254802,-114477],[-255720,-109766],[-254911,-110095],[-253869,-114923],[-252228,-104460],[-251527,-106551],[-251144,-106427],[-252051,-103419],[-253131,-104211],[-255979,-111700],[-255151,-108953],[-254299,-109858],[-255705,-103584],[-254665,5540],[-253915,6810],[-253269,8419],[-253964,9259],[-254422,10314],[-255230,10856],[-253437,10054],[-252934,11619],[-252620,3263],[-250497,4009],[-252601,11932],[-250745,12571],[-248829,10391],[-243918,370],[-244439,7897],[-245147,5094],[-243908,11345],[-247514,10629],[-245848,1098],[-246305,1063],[-254173,5398],[-246828,12000],[-247520,12847],[-253412,6313],[-253742,7860],[-254826,9003],[-253804,10283],[-254714,11006],[-252753,10793],[-253449,11773],[-252628,3798],[-250095,4010],[-252452,11854],[-250878,12368],[-249186,10069],[-244544,7959],[-243572,7684],[-244536,5682],[-243618,5199],[-244090,10773],[-246918,9703],[-244228,449],[-247505,2607],[-248440,2652],[-254989,2412],[-254559,12127],[-247881,10790],[-247688,12684],[-254890,5387],[-254370,6795],[-253412,8293],[-254901,9379],[-253994,10326],[-255503,10819],[-252624,10222],[-253576,11701],[-252737,3614],[-250283,4342],[-252408,11515],[-250490,12158],[-249324,10578],[-244735,8481],[-244713,5796],[-244254,11105],[-244282,12990],[-247386,9781],[-254257,5123],[-254331,6276],[-253622,7876],[-254391,9029],[-254335,10200],[-255252,10977],[-252776,9976],[-253357,12008],[-252117,2955],[-250356,4958],[-252281,11622],[-250609,12231],[-249317,10010],[-244044,406],[-244472,7600],[-245241,5498],[-244127,11476],[-244025,12396],[-247543,10340],[-254817,2453],[-254620,12503],[-248322,10762],[-244222,8792],[-249545,134353],[-245530,135602],[-249532,133126],[-250557,136496],[-248011,135207],[-253580,132579],[-247774,128814],[-246847,134196],[-249029,133283],[-248341,132499],[-249115,133797],[-253983,129759],[-246439,137847],[-250998,135186],[-245676,133640],[-252679,135297],[-255311,128479],[-244998,128792],[-245884,137194],[-244422,146794],[-243387,151859],[-244823,150194],[-243485,149197],[-243240,149532],[-244300,147707],[-244702,149905],[-245050,149871],[-245047,150674],[-244636,151718],[-245407,150671],[-246529,204461],[-246977,202137],[-248254,200760],[-245669,204648],[-243997,204453],[-247315,206492],[-243567,212708],[-247116,209227],[-246579,210003],[-248334,211194],[-253218,211753],[-254040,208471],[-251837,205406],[-251154,206963],[-252196,205865],[-255685,21013],[-254799,22416],[-251967,13503],[-248122,15799],[-248598,16725],[-249367,18492],[-251181,19635],[-252264,17905],[-254483,19441],[-254759,20306],[-255269,19321],[-255855,16448],[-252304,20290],[-253078,19729],[-252759,18966],[-255164,22008],[-252739,13271],[-252419,13438],[-249487,16203],[-248790,15684],[-249083,16297],[-249424,18439],[-250971,20463],[-252171,17861],[-254725,19098],[-255331,20901],[-255556,19611],[-255335,16515],[-252754,20683],[-252824,19844],[-244214,13278],[-245092,13089],[-244960,14418],[-245447,18657],[-246414,16803],[-246335,19474],[-250577,22640],[-251779,22747],[-247753,17479],[-247625,20055],[-254365,23017],[-248247,22333],[-248449,22208],[-255388,22224],[-243488,23701],[-247354,25031],[-248557,21743],[-244450,23217],[-243737,23975],[-243270,23210],[-254312,22830],[-255998,18981],[-252929,18825],[-252712,13024],[-251564,13544],[-248766,15236],[-248951,16382],[-249308,18742],[-250981,19687],[-252353,17204],[-254471,19036],[-255051,20831],[-255286,19797],[-255650,16206],[-252483,21057],[-255707,15956],[-255726,13183],[-255803,13558],[-247740,13726],[-246747,16806],[-246658,15817],[-247109,18612],[-246095,18085],[-252964,21764],[-252976,13951],[-255170,22223],[-249426,18163],[-251709,17245],[-248705,22738],[-248717,21970],[-252023,16735],[-255915,21505],[-247192,22399],[-245442,22703],[-252756,13190],[-252106,13647],[-248489,15595],[-249746,16696],[-248504,16170],[-251343,19990],[-252516,17406],[-254363,19156],[-255396,20469],[-255069,19956],[-255156,16271],[-252984,20430],[-253424,19094],[-252853,19757],[-244208,13123],[-245362,15962],[-245487,14275],[-251565,13548],[-250124,20210],[-247472,14202],[-246963,24124],[-247030,24062],[-246098,18964],[-247868,18556],[-254726,22402],[-246923,22427],[-246646,24658],[-245336,21780],[-246539,24821],[-255615,281396],[-255181,281616],[-255696,281330],[-244807,281080],[-243942,328994],[-244358,344740],[-243323,343860],[-243245,344729],[-243816,345619],[-244846,345887],[-244855,349025],[-245667,349861],[-243399,349543],[-245334,346193],[-244293,347367],[-244409,347510],[-243206,348438],[-243365,348425],[-244934,349807],[-247813,28038],[-249047,29511],[-249462,28878],[-247383,28988],[-248899,30694],[-245514,27885],[-245914,29606],[-251527,26900],[-243713,36476],[-252841,37073],[-253184,31403],[-244141,30177],[-250491,30140],[-250900,32137],[-252075,31775],[-253306,33114],[-252943,29375],[-255501,31275],[-255222,29419],[-252718,30499],[-248689,27251],[-248766,29382],[-249410,29120],[-247709,29099],[-249034,30094],[-244608,28356],[-245488,29423],[-251614,26850],[-255645,30369],[-254125,33312],[-254982,36092],[-255834,30316],[-243269,27774],[-248284,28507],[-254941,27416],[-254673,26629],[-253170,36580],[-249815,35834],[-251358,30212],[-250791,32483],[-251531,31993],[-253295,33323],[-252968,28795],[-255523,31256],[-255799,29182],[-253388,30499],[-248606,27282],[-249283,29768],[-249418,28351],[-247596,29676],[-248847,30543],[-244628,28214],[-245845,29556],[-251649,27186],[-243529,38140],[-243641,33579],[-254104,36741],[-250626,30418],[-250483,31829],[-252255,32187],[-253863,33218],[-253264,29358],[-255811,29984],[-253116,30848],[-247797,29329],[-253256,33867],[-254473,25999],[-250530,30307],[-250848,31725],[-251923,32011],[-253405,32947],[-253673,29250],[-255477,30964],[-255430,29526],[-253428,31004],[-248835,28393],[-248071,27239],[-249303,29348],[-249091,28385],[-247333,28793],[-248784,30717],[-245174,27920],[-245793,29778],[-252294,27218],[-250619,43506],[-250118,42704],[-250715,42593],[-247823,42257],[-243831,41729],[-243534,41967],[-243430,586324],[-245960,582303],[-247502,585565],[-245845,587409],[-248480,582639],[-245160,589363],[-243685,593466],[-243596,591296],[-245341,589930],[-249502,58738],[-245139,59306],[-248444,55676],[-248603,59967],[-251115,62593],[-250639,62329],[-250948,57400],[-247961,60263],[-250360,59151],[-249882,63444],[-250332,56752],[-252687,62158],[-245316,59311],[-244308,57353],[-244980,61168],[-251401,62352],[-253079,59913],[-247673,64301],[-250308,64810],[-249941,74452],[-247224,72723],[-250117,70135],[-246407,67190],[-247708,68709],[-248771,64666],[-248278,68771],[-249047,64526],[-248234,68826],[-249214,64561],[-248214,68879],[-248406,64703],[-250960,81942],[-251769,83357],[-252440,81704],[-250240,80399],[-248428,80666],[-246899,81276],[-243663,87135],[-245687,89598],[-248666,77337],[-250136,82295],[-251470,84225],[-252203,82300],[-250554,81761],[-247751,80716],[-246480,82060],[-244260,88063],[-245218,89777],[-250139,83170],[-251008,83208],[-253109,81862],[-249926,80601],[-248405,80756],[-246528,81622],[-243964,87086],[-246180,88293],[-249821,82103],[-251489,84220],[-252785,81771],[-249821,80863],[-248271,80446],[-246916,82299],[-243588,87011],[-245120,88860],[-254876,113526],[-247461,113177],[-246186,114687],[-248394,104755],[-248136,110991],[-244892,109098],[-253551,120334],[-248082,123377],[-244089,121142],[-254645,118417],[-250586,124622],[-254471,119525],[-245331,128183],[-246611,123321],[-251384,119789],[-249083,127565],[-245968,123894],[-244518,122935],[-251326,124567],[-248586,120390],[-243921,121855],[-243862,122415],[-248225,119453],[-243860,118337],[-257928,-126330],[-258323,-126166],[-256567,-123917],[-258007,-126510],[-256448,-123467],[-258784,-126983],[-258252,-126847],[-256777,-122346],[-259885,-123284],[-256720,-120137],[-259320,-122954],[-256658,-116843],[-261418,-122339],[-257804,-123450],[-261121,-121579],[-261953,-119862],[-257449,-123858],[-260889,-122650],[-257403,-119259],[-258341,-117417],[-259777,-116279],[-261399,-116141],[-262093,-118447],[-263882,-117700],[-264657,-117738],[-266345,-118696],[-267942,-118211],[-267400,-121253],[-265680,-124250],[-265585,-124840],[-264945,-124710],[-263425,-126199],[-267218,-124847],[-268070,-127393],[-265299,-126726],[-265279,-127675],[-259988,-126610],[-260268,-127595],[-257951,-120841],[-257641,-122564],[-261791,-126673],[-261735,-125814],[-261659,-127283],[-262702,-125794],[-261888,-123309],[-262303,-121040],[-264924,-123035],[-265390,-121363],[-266850,-123014],[-266748,-121395],[-258325,-123760],[-258942,-120291],[-257824,-115763],[-263714,-115374],[-261042,-123715],[-256368,-118297],[-259071,-115060],[-262114,-116111],[-264178,-117546],[-267965,-117212],[-266827,-123697],[-265996,-125011],[-264231,-127788],[-267612,-125616],[-265966,-127555],[-257515,-121660],[-261673,-126612],[-261052,-126999],[-262195,-125551],[-261915,-123103],[-261630,-121982],[-265265,-122890],[-266434,-122896],[-266802,-122764],[-265959,-120802],[-261372,-117478],[-256244,-119637],[-259194,-123575],[-259461,-119430],[-258463,-119682],[-257913,-116437],[-258915,-121795],[-257939,-123351],[-256084,-115826],[-257430,-118028],[-257271,-117270],[-258680,-115093],[-261929,-116897],[-262172,-115853],[-264053,-117055],[-263530,-116592],[-266162,-116322],[-267567,-117069],[-267192,-116733],[-264488,-124166],[-264589,-125080],[-265719,-126589],[-265275,-126847],[-267812,-125092],[-267854,-125571],[-256799,-120405],[-256875,-120271],[-261827,-126072],[-261715,-127522],[-262786,-125611],[-261607,-123178],[-262130,-120810],[-264345,-122999],[-264867,-121037],[-266559,-122193],[-266689,-122214],[-266621,-120990],[-259171,-123807],[-261159,-122230],[-256057,-119299],[-256132,-119969],[-260290,-118593],[-256859,-115738],[-259879,-127187],[-260353,-124433],[-256292,-116587],[-256222,-119266],[-263266,-115522],[-260141,-117258],[-263422,-117771],[-266561,-116020],[-267130,-116968],[-263406,-127044],[-268438,-126722],[-261610,-126816],[-261923,-125779],[-261037,-127210],[-262775,-125256],[-261572,-122575],[-262120,-122353],[-262003,-120877],[-265230,-123758],[-265101,-122336],[-266556,-122321],[-266722,-122703],[-265898,-121870],[-260995,-134027],[-266024,-140571],[-265919,-140364],[-263310,-139332],[-263900,-139405],[-262541,-138214],[-262241,-138437],[-263686,-139733],[-263540,-140179],[-265120,-140452],[-264189,-140516],[-265709,-139966],[-265755,-140000],[-260188,-134512],[-260792,-134840],[-261113,-135585],[-260529,-136297],[-262351,-136405],[-261777,-136990],[-261962,-137130],[-259756,-137848],[-260565,-137004],[-259508,-136142],[-260125,-135884],[-260068,-135264],[-260392,-133891],[-259471,-130908],[-261116,-137428],[-264739,-139496],[-262540,-137841],[-261739,-132186],[-259843,-131840],[-258273,-128476],[-261572,-137166],[-261472,-133427],[-260788,-137961],[-262177,-139775],[-258345,-128557],[-262606,-139630],[-262224,-139308],[-262376,-139414],[-261932,-138644],[-263630,-139775],[-263213,-139734],[-263117,-140064],[-265289,-140159],[-260874,-134640],[-260054,-136527],[-261515,-136533],[-261404,-136348],[-262361,-135913],[-262430,-136182],[-263276,-137862],[-261368,-137395],[-261639,-138034],[-262091,-137225],[-260861,-137693],[-260423,-137872],[-259399,-137679],[-259382,-136480],[-259954,-136242],[-259599,-135596],[-260386,-134701],[-260680,-132397],[-259377,-130254],[-259953,-127890],[-261366,-136021],[-261628,-135427],[-262359,-139161],[-262514,-138829],[-261422,-133779],[-260410,-131617],[-260513,-129837],[-261900,-131124],[-261737,-131962],[-264319,-137951],[-266766,-139695],[-268604,-138368],[-267327,-140522],[-265622,-138619],[-265790,-138221],[-266425,-137235],[-265603,-137609],[-266017,-136400],[-268514,-137367],[-268639,-137340],[-265521,-134716],[-265996,-135640],[-266450,-137028],[-266342,-134698],[-265218,-134639],[-264913,-135560],[-267933,-134320],[-267912,-133906],[-265263,-133941],[-262861,-137432],[-262841,-137302],[-268517,-136173],[-262037,-132046],[-261810,-132154],[-261875,-128185],[-267305,-132978],[-264654,-130981],[-267296,-132130],[-267418,-130778],[-262929,-133335],[-260155,-127999],[-265235,-138770],[-265784,-135452],[-268580,-137521],[-267099,-136290],[-267587,-140220],[-261376,-127831],[-267908,-132916],[-266147,-134038],[-265598,-132261],[-264771,-131248],[-264993,-131897],[-268000,-132139],[-268401,-131082],[-265811,-133057],[-264813,-138983],[-265238,-135397],[-266354,-140369],[-267138,-136500],[-267686,-139381],[-266060,-129175],[-261599,-128388],[-267748,-132823],[-267450,-133252],[-265915,-131964],[-265636,-131325],[-268626,-131473],[-262932,-134369],[-265251,-138006],[-265946,-136229],[-265729,-139297],[-262385,-131428],[-267086,-140491],[-266145,-140178],[-266665,-140485],[-268340,-138489],[-268362,-138232],[-268756,-137923],[-267407,-140562],[-265428,-139213],[-265990,-138796],[-265764,-138067],[-266148,-136945],[-265694,-137500],[-265459,-136780],[-265637,-137691],[-268457,-136979],[-268662,-136730],[-268554,-137089],[-266178,-135719],[-265411,-134815],[-266819,-136538],[-267568,-133439],[-267610,-134042],[-267745,-134152],[-265469,-134248],[-265376,-134213],[-265636,-133464],[-264418,-127995],[-268606,-131763],[-267472,-140466],[-265536,-128580],[-267080,-128230],[-260724,-129849],[-261727,-127973],[-267108,-133791],[-264651,-131593],[-265676,-131125],[-266963,-130841],[-268443,-131883],[-262137,-134976],[-262812,-134059],[-263489,-135575],[-267074,-149710],[-267407,-149484],[-267579,-150714],[-268402,-151454],[-266545,-149295],[-266679,-149288],[-267222,-146165],[-267159,-148110],[-265615,-146158],[-265554,-145962],[-262116,-145120],[-264194,-144639],[-263379,-143502],[-267153,-152203],[-266602,-150177],[-262438,-149630],[-261751,-148905],[-259139,-151181],[-257287,-152984],[-258549,-153076],[-256896,-150887],[-257807,-150834],[-258562,-151242],[-263447,-152911],[-258736,-153377],[-258482,-150813],[-258772,-147028],[-263860,-141056],[-266205,-145072],[-267484,-150919],[-266962,-150076],[-267967,-151575],[-266564,-148690],[-266712,-148288],[-267778,-146813],[-266507,-145602],[-266881,-145846],[-267264,-146111],[-266311,-146866],[-267190,-147104],[-263523,-145273],[-263063,-145236],[-262311,-144953],[-262110,-145094],[-263567,-144028],[-263805,-143293],[-264519,-143057],[-265213,-140930],[-264833,-140784],[-265310,-152360],[-263346,-149676],[-260836,-145864],[-256991,-148588],[-257096,-150983],[-257422,-150790],[-268049,-149270],[-267814,-152221],[-262343,-145343],[-267275,-150157],[-263228,-149257],[-261642,-145841],[-266973,-145062],[-267129,-147369],[-266607,-153138],[-264497,-148899],[-261308,-144691],[-261672,-144008],[-257941,-144584],[-259791,-142358],[-259410,-141588],[-262138,-142128],[-264175,-142189],[-267939,-148333],[-256163,-152548],[-258477,-153170],[-257288,-152438],[-259079,-151681],[-257189,-150771],[-256492,-140735],[-256457,-150637],[-257802,-152064],[-257896,-151569],[-256889,-151910],[-257936,-148911],[-256482,-141928],[-268793,-141597],[-267693,-140655],[-260667,-156791],[-264445,-160778],[-260386,-163750],[-262682,-157837],[-264791,-159368],[-263283,-160205],[-266995,-155204],[-258558,-164925],[-268579,-164579],[-265993,-166022],[-262620,-157892],[-261427,-160230],[-260007,-164802],[-260792,-163779],[-258702,-166156],[-262446,-165164],[-261971,-165905],[-256423,-163598],[-263068,-157418],[-262494,-156675],[-262619,-159034],[-267838,-158635],[-267762,-156063],[-264422,-153642],[-258319,-154569],[-260246,-165465],[-265184,-165963],[-256539,-165021],[-260451,-159804],[-268360,-164011],[-263857,-161585],[-260331,-164407],[-259313,-166087],[-257713,-163873],[-258505,-164118],[-260529,-165705],[-266746,-165904],[-261156,-160860],[-260924,-160422],[-260780,-157125],[-263480,-156580],[-267876,-157973],[-257459,-154633],[-260651,-160974],[-259541,-161102],[-260228,-160693],[-258190,-163319],[-262816,-159745],[-266506,-164200],[-262672,-163807],[-262202,-158140],[-260844,-155873],[-265682,-163993],[-267364,-165123],[-259655,-158507],[-259193,-160929],[-258664,-159340],[-258247,-157442],[-257198,-161108],[-256132,-164374],[-267429,-165653],[-260981,-159032],[-261859,-160235],[-259452,-166850],[-267069,-166937],[-267986,-171965],[-261370,-177295],[-262312,-169577],[-265248,-172067],[-260347,-167569],[-256300,-169703],[-265631,-171069],[-264601,-167093],[-259070,-175982],[-263344,-177015],[-266496,-169218],[-265302,-171083],[-264660,-173576],[-261346,-172867],[-256120,-171232],[-264123,-172719],[-268339,-174429],[-264736,-171350],[-264500,-176176],[-267826,-170186],[-259907,-172585],[-263808,-169523],[-260749,-167023],[-261210,-172265],[-263656,-167901],[-264829,-177503],[-264247,-175960],[-257477,-170748],[-257398,-169626],[-259010,-170639],[-268161,-177411],[-258062,-172989],[-258373,-167771],[-268222,-171582],[-267484,-171560],[-267965,-176757],[-266580,-175827],[-260981,-175511],[-259765,-176943],[-259628,-171123],[-259807,-170484],[-259735,-174161],[-264371,-172945],[-264354,-174014],[-258114,-168723],[-264976,-172195],[-260087,-174594],[-261877,-173336],[-260159,-176125],[-258512,-172051],[-259743,-170796],[-259123,-166369],[-266677,-170668],[-260302,-176300],[-258392,-168237],[-265628,-169307],[-265048,-177313],[-261439,-171031],[-264238,-176197],[-263556,-166237],[-256383,-169396],[-265818,-172158],[-257936,-167001],[-267416,-176745],[-260546,-171346],[-259405,-172582],[-266440,-172812],[-262048,-174445],[-264291,-170278],[-262530,-174874],[-268493,-175247],[-260324,-174687],[-268511,-166632],[-263100,-175695],[-262558,-173914],[-257351,-167816],[-261784,-175198],[-258944,-169010],[-258286,-168462],[-260158,-174342],[-263804,-170714],[-268058,-168305],[-261216,-167465],[-264248,-174960],[-263001,-176724],[-268604,-170829],[-267897,-177041],[-262340,-170296],[-256001,-172131],[-258341,-167929],[-258879,-168793],[-266801,-167446],[-267269,-171619],[-268017,-175464],[-266620,-174863],[-267315,-178177],[-260897,-175697],[-263452,-170423],[-263071,-171690],[-257316,-175457],[-258319,-177074],[-257633,-174628],[-258257,-175586],[-257831,-178935],[-257732,-178491],[-256091,-175939],[-256699,-176075],[-257989,-175075],[-256373,-174615],[-258829,-177214],[-257042,-175972],[-256816,-176655],[-256276,-176554],[-259656,-177254],[-256093,-175564],[-256399,-177905],[-256054,-176296],[-256510,-175271],[-257717,-178487],[-258079,-177265],[-259091,-177162],[-257017,-178309],[-257195,-178296],[-266075,-180433],[-262932,-179868],[-261068,-181089],[-262776,-190877],[-259730,-184398],[-264306,-185509],[-262342,-183583],[-266119,-181712],[-265837,-186391],[-262356,-189439],[-262733,-183960],[-263788,-190039],[-262435,-189233],[-260437,-186408],[-263965,-185133],[-258864,-182327],[-259099,-183693],[-259987,-181748],[-256409,-188559],[-256443,-188094],[-259234,-185400],[-260111,-184847],[-261357,-183929],[-261905,-185276],[-261620,-181101],[-261862,-182480],[-264087,-184591],[-264248,-182816],[-264474,-183713],[-264220,-183410],[-265804,-183458],[-266226,-182485],[-266445,-182923],[-267070,-182981],[-262306,-183806],[-264934,-189557],[-268722,-184897],[-268672,-187762],[-266840,-188138],[-268785,-183794],[-256305,-188815],[-264835,-187796],[-265440,-186547],[-268424,-191476],[-261326,-186050],[-265616,-187108],[-262970,-191562],[-263327,-188504],[-263826,-184195],[-263353,-179111],[-263235,-187057],[-265790,-182370],[-265541,-189601],[-264479,-186153],[-260822,-185992],[-260690,-185341],[-264944,-190768],[-260820,-186791],[-268166,-179922],[-266341,-181545],[-262189,-179598],[-267027,-179048],[-260161,-180590],[-260981,-180088],[-263962,-191549],[-261920,-188909],[-258772,-179587],[-257958,-190346],[-257330,-190071],[-258089,-184523],[-256587,-184885],[-257600,-183067],[-257820,-190063],[-257911,-186903],[-257315,-184628],[-258829,-185902],[-258512,-187337],[-256775,-180204],[-257991,-181371],[-256892,-190445],[-257053,-189411],[-257346,-190591],[-257099,-179452],[-256058,-179212],[-256463,-184763],[-258453,-180618],[-258717,-180138],[-257634,-190359],[-261628,-189547],[-259983,-191586],[-261014,-191058],[-258604,-187982],[-258637,-191768],[-268523,-183596],[-258669,-190502],[-258648,-179571],[-257488,-180044],[-257219,-185313],[-258523,-182764],[-258161,-179418],[-259454,-179697],[-258135,-183720],[-261580,-190159],[-263352,-193020],[-263536,-192310],[-258384,-192884],[-257013,-193309],[-267530,-196400],[-266788,-193450],[-268789,-197917],[-263597,-193726],[-264506,-193560],[-264875,-195735],[-264465,-193635],[-265003,-198609],[-264479,-199477],[-266171,-198681],[-267284,-203890],[-257279,-193567],[-265575,-204063],[-268405,-203980],[-267771,-193786],[-268367,-196800],[-267125,-195561],[-267095,-199614],[-265024,-196772],[-267043,-201005],[-256492,-193434],[-267701,-203352],[-258409,-193044],[-268705,-193166],[-264537,-194219],[-268224,-197089],[-266112,-197755],[-265106,-197274],[-266076,-204254],[-267106,-202767],[-264075,-204035],[-267475,-204202],[-267586,-202852],[-262010,-203318],[-263794,-203319],[-268496,-194765],[-267422,-200783],[-264482,-198787],[-262500,-203043],[-265983,-204065],[-267928,-196671],[-265449,-199829],[-265067,-202741],[-266505,-196119],[-266134,-202196],[-265750,-201473],[-264681,-192158],[-256905,-192663],[-263378,-192600],[-262256,-201594],[-264517,-201631],[-262962,-201382],[-257907,-198017],[-258735,-197840],[-258267,-202180],[-262206,-197894],[-263370,-197924],[-261648,-201068],[-260090,-202292],[-263807,-197938],[-258402,-194413],[-257515,-198399],[-256152,-195789],[-256671,-195971],[-256451,-196367],[-258105,-197007],[-258469,-197968],[-256928,-197435],[-257792,-197200],[-258187,-196751],[-256724,-204088],[-260674,-192485],[-258131,-204218],[-258674,-201963],[-258366,-204490],[-261825,-196862],[-258137,-195003],[-263408,-199529],[-261095,-203695],[-259046,-203102],[-256020,-200723],[-259471,-199254],[-259929,-192358],[-260194,-204523],[-262460,-198277],[-261546,-202251],[-262148,-198616],[-261156,-201613],[-258345,-194826],[-256311,-194286],[-257883,-194344],[-258632,-191826],[-263595,-198573],[-261727,-200567],[-263721,-205219],[-263881,-209544],[-264574,-208013],[-265152,-210265],[-264895,-205569],[-263299,-208792],[-268498,-206160],[-263853,-204995],[-264544,-210296],[-265617,-209791],[-265240,-205800],[-263014,-206383],[-264124,-209586],[-264470,-210010],[-265464,-207289],[-262949,-204841],[-264130,-207335],[-264568,-206633],[-266634,-205679],[-265267,-205239],[-267936,-206060],[-266981,-207044],[-263422,-211167],[-262146,-210928],[-264906,-206565],[-264195,-205510],[-263673,-207784],[-266525,-204839],[-265582,-205571],[-264423,-205557],[-263359,-207226],[-263860,-205011],[-266013,-208280],[-266107,-206627],[-265084,-205968],[-264414,-205344],[-265237,-207431],[-265648,-205061],[-265452,-205419],[-267513,-205918],[-265090,-209140],[-262670,-210677],[-261182,-211121],[-256250,-209687],[-258034,-214108],[-258978,-212463],[-256599,-206707],[-257167,-205124],[-266734,-213871],[-257844,-207224],[-258435,-208539],[-259409,-210399],[-261778,-206289],[-260631,-206907],[-258287,-206606],[-260241,-210044],[-258589,-211988],[-258359,-212275],[-264066,-215569],[-267888,-216758],[-258709,-205759],[-257752,-206665],[-257189,-206367],[-258922,-209571],[-259350,-209699],[-261202,-206057],[-260722,-206080],[-266279,-215218],[-266146,-215082],[-267339,-211953],[-268178,-208973],[-268062,-209161],[-259177,-213387],[-258976,-213712],[-259911,-214409],[-260177,-214978],[-261764,-215546],[-257731,-214363],[-257908,-214597],[-257994,-216393],[-257379,-216512],[-257597,-215284],[-256596,-207332],[-256243,-207854],[-256186,-216422],[-258885,-211620],[-256734,-205755],[-257598,-211474],[-256876,-208654],[-256850,-205231],[-267840,-212096],[-268167,-217273],[-268267,-215280],[-258071,-208251],[-257388,-208433],[-259544,-207194],[-258652,-204917],[-260436,-206653],[-266356,-216880],[-264327,-215537],[-266595,-214412],[-267708,-210217],[-259182,-212674],[-258202,-214230],[-258901,-214965],[-259554,-214652],[-257406,-214402],[-257529,-214927],[-258166,-215161],[-256182,-206126],[-256950,-229210],[-261818,-226764],[-264870,-224925],[-264276,-217869],[-256949,-226047],[-258473,-227742],[-267422,-229036],[-267493,-226860],[-267901,-225880],[-268198,-224044],[-268422,-218668],[-261953,-229542],[-261779,-223769],[-258406,-228549],[-261621,-226851],[-259158,-227621],[-264754,-226098],[-265263,-225669],[-267506,-218978],[-257254,-220489],[-257397,-221920],[-256086,-226141],[-259702,-225787],[-258277,-226969],[-266985,-228181],[-266649,-226944],[-267287,-225942],[-268302,-223138],[-268709,-223197],[-268190,-217802],[-262715,-220886],[-265929,-224077],[-266402,-220418],[-262963,-218130],[-263594,-217818],[-265693,-218823],[-263684,-220303],[-264404,-219852],[-263726,-222184],[-262174,-224195],[-262520,-226100],[-264082,-227734],[-263631,-228764],[-262642,-229318],[-260906,-228829],[-260181,-224305],[-263539,-221644],[-257244,-218117],[-257425,-217788],[-256700,-217931],[-260225,-221986],[-258951,-221394],[-258275,-221328],[-257704,-224408],[-257736,-223221],[-258467,-225440],[-259472,-225226],[-260137,-224721],[-260607,-225603],[-260184,-225082],[-262300,-222216],[-263406,-221948],[-263704,-220324],[-258716,-220352],[-257101,-220537],[-258094,-220994],[-258017,-220947],[-257587,-220028],[-257890,-219672],[-257062,-221009],[-258238,-220184],[-256310,-222270],[-257074,-229351],[-256512,-228738],[-265734,-223319],[-266324,-225575],[-266363,-218078],[-258768,-227422],[-259743,-226703],[-267222,-228495],[-267105,-226903],[-268054,-224905],[-268450,-223637],[-265096,-223201],[-265256,-224412],[-266417,-221528],[-266167,-221344],[-263911,-218557],[-265377,-218539],[-263646,-220290],[-264636,-222354],[-264472,-223253],[-264151,-224218],[-262836,-225862],[-265262,-227103],[-260059,-229392],[-258666,-229095],[-258345,-229493],[-260541,-223456],[-260586,-225575],[-262772,-224098],[-262819,-221837],[-257617,-228905],[-260141,-225687],[-264306,-224831],[-257736,-227175],[-266418,-229416],[-267359,-228341],[-267310,-226498],[-267575,-226157],[-268279,-223595],[-264986,-228628],[-265207,-226320],[-263146,-228042],[-261009,-227755],[-263528,-238220],[-261109,-232573],[-261494,-232955],[-256379,-230316],[-266562,-230519],[-267572,-241858],[-267306,-234518],[-266667,-234105],[-266792,-237037],[-267066,-238392],[-265783,-240641],[-265610,-240029],[-267117,-241808],[-262493,-241331],[-263885,-242042],[-260585,-231857],[-262762,-230399],[-260810,-233333],[-260126,-233250],[-260224,-235653],[-259348,-230614],[-258750,-230641],[-266259,-231915],[-266351,-231217],[-264848,-235063],[-267462,-235974],[-262578,-237761],[-256904,-234616],[-258121,-235473],[-266556,-231191],[-266252,-232920],[-266767,-238775],[-266332,-240935],[-268069,-242630],[-264218,-230614],[-263776,-238347],[-265094,-236385],[-267381,-235810],[-268521,-236135],[-256032,-232724],[-259931,-231676],[-257988,-234011],[-265621,-233615],[-266520,-230901],[-266349,-230754],[-268771,-238735],[-264770,-242106],[-266600,-234167],[-266870,-234740],[-266387,-238449],[-266550,-237293],[-266592,-242293],[-266745,-241396],[-268011,-242920],[-267768,-242780],[-263252,-241767],[-262197,-242499],[-264611,-230973],[-264618,-231503],[-261634,-231042],[-261594,-232456],[-263201,-231916],[-260726,-234639],[-259894,-234438],[-260710,-233736],[-266570,-231898],[-265577,-231046],[-265371,-235779],[-268343,-235733],[-261329,-235171],[-265895,-231262],[-265836,-230481],[-266575,-239836],[-268778,-233304],[-266674,-238977],[-266984,-240427],[-262834,-242990],[-256907,-237568],[-258285,-239318],[-258514,-240868],[-257519,-11936],[-258971,-8695],[-258842,-9208],[-266779,-11648],[-257726,-12065],[-257368,-11925],[-257101,-4734],[-257645,-4832],[-263408,-8338],[-262865,-10879],[-257880,-11912],[-256990,-4033],[-258484,-7675],[-258855,-8902],[-257487,-9108],[-256143,-10026],[-263722,-8308],[-264274,-10610],[-263552,-9817],[-263608,-11009],[-257724,-8974],[-265893,-12480],[-268221,-248388],[-256610,-251317],[-260802,-244383],[-260428,-245547],[-257292,-251252],[-260866,-243496],[-260545,-245183],[-268129,-243487],[-258050,-245635],[-268270,-246545],[-268551,-246800],[-256322,-251143],[-260620,-246358],[-261351,-243876],[-260154,-245424],[-266875,-244266],[-262182,-243361],[-260966,-243412],[-259875,-245643],[-258115,-244998],[-257342,-245972],[-268239,-254171],[-259789,-248810],[-261893,-246186],[-268489,-252260],[-268423,-253104],[-261734,-248643],[-263589,-247688],[-264848,-250480],[-258473,-248713],[-259457,-248639],[-265484,-254317],[-266903,-253254],[-262599,-254486],[-267778,-251162],[-267680,-249327],[-266511,-253917],[-266236,-253621],[-268002,-255698],[-262061,-255742],[-256056,-254240],[-260884,-248632],[-261438,-246165],[-268680,-252251],[-265602,-255739],[-262303,-250772],[-262477,-247962],[-264412,-247422],[-265621,-249687],[-259385,-248025],[-259435,-249223],[-265834,-254939],[-265177,-254350],[-257155,-253002],[-257662,-255292],[-259201,-250390],[-263470,-248589],[-266410,-252509],[-267947,-255469],[-256947,-253439],[-266995,-255621],[-256890,-254197],[-260937,-248024],[-261798,-246432],[-268378,-252873],[-261387,-248159],[-263905,-247994],[-265234,-250148],[-258850,-248131],[-258866,-249134],[-265660,-254430],[-262019,-252701],[-256044,-254136],[-260001,-249064],[-268628,-252216],[-266593,-252668],[-263821,-255796],[-262866,-254833],[-262218,-250899],[-261795,-248936],[-263876,-247631],[-265446,-249091],[-258855,-248451],[-259460,-249364],[-257822,-251237],[-264805,-254642],[-257161,-253822],[-265469,-267197],[-256903,-262792],[-261573,-258686],[-261282,-263017],[-261701,-261954],[-263701,-261303],[-262081,-264694],[-262725,-264420],[-265264,-265893],[-257321,-256513],[-265601,-255968],[-265046,-256625],[-264297,-255976],[-263444,-256040],[-264793,-260584],[-264616,-261089],[-262797,-262643],[-263287,-262723],[-264198,-265067],[-262525,-265375],[-263142,-268582],[-262189,-266729],[-257650,-267377],[-266607,-265611],[-268669,-263787],[-256090,-261717],[-260422,-256725],[-262345,-257874],[-262880,-259907],[-262957,-260008],[-261305,-261855],[-263202,-260818],[-264897,-257207],[-263854,-256006],[-262948,-256384],[-264267,-261368],[-264183,-262198],[-262759,-263434],[-263950,-266639],[-262631,-264787],[-262818,-266838],[-258231,-266758],[-256569,-266836],[-265775,-267607],[-268795,-265259],[-266163,-264856],[-256591,-256315],[-267455,-261076],[-264586,-262403],[-257442,-260975],[-259339,-257618],[-260719,-256991],[-260928,-260283],[-264691,-261619],[-261918,-263639],[-262577,-264264],[-265896,-255906],[-263604,-256310],[-264750,-261134],[-264891,-263214],[-262432,-265186],[-262011,-266779],[-263171,-256070],[-266336,-262570],[-263549,-256426],[-264701,-256561],[-259722,-256734],[-259913,-257534],[-261511,-262227],[-262813,-260533],[-261586,-265435],[-264575,-264007],[-258893,-256535],[-265526,-256350],[-265041,-256887],[-264550,-255830],[-263398,-256504],[-261174,-256376],[-264250,-261930],[-262832,-265876],[-261947,-268426],[-256427,-268265],[-256890,-281342],[-260776,-280883],[-267374,-281346],[-257730,-281389],[-257913,-280227],[-258789,-279953],[-267663,-277898],[-257505,-268892],[-262838,-277779],[-262419,-275818],[-261857,-275279],[-266889,-273943],[-256324,-275836],[-264061,-279648],[-257494,-276791],[-258612,-271321],[-258434,-269336],[-267286,-271383],[-260634,-276293],[-257961,-277188],[-260800,-278749],[-265384,-277614],[-265559,-273350],[-263101,-274611],[-268674,-280702],[-263997,-268832],[-260334,-270222],[-257772,-279916],[-263969,-278170],[-267439,-275663],[-266164,-276149],[-265008,-279719],[-267852,-271346],[-261616,-275575],[-263865,-276070],[-264736,-272727],[-258406,-271240],[-259257,-270351],[-256196,-271450],[-260052,-279701],[-260537,-277833],[-268385,-277989],[-265176,-273634],[-261822,-276091],[-267589,-279134],[-256432,-276450],[-266555,-269240],[-262421,-278507],[-267085,-277016],[-264894,-276560],[-261233,-275058],[-260062,-269553],[-266487,-268631],[-267847,-292555],[-260999,-284379],[-267896,-282910],[-257173,-281792],[-264939,-292479],[-266147,-286214],[-256374,-289241],[-268031,-293728],[-264455,-283437],[-267195,-290621],[-264673,-291744],[-261523,-287903],[-260035,-290402],[-264234,-285324],[-268072,-283112],[-260938,-284813],[-263301,-287289],[-264966,-292088],[-263356,-288203],[-265284,-292824],[-268020,-283768],[-259919,-284234],[-265102,-292536],[-262739,-287357],[-260422,-291619],[-257538,-291652],[-258418,-285005],[-262033,-283695],[-261772,-283409],[-266635,-289374],[-267763,-281746],[-263212,-286926],[-266886,-283436],[-264144,-289367],[-262546,-293673],[-256988,-292790],[-259565,-286320],[-261657,-284360],[-261308,-284630],[-261511,-281816],[-261373,-281839],[-265038,-283209],[-265909,-292132],[-263526,-289405],[-260370,-287629],[-265343,-283747],[-258089,-281977],[-258895,-290985],[-262340,-293806],[-265308,-286042],[-261845,-281737],[-268510,-290966],[-262123,-282491],[-260711,-296198],[-256372,-304811],[-260746,-297280],[-258677,-305327],[-265406,-303091],[-258410,-304772],[-263488,-301275],[-263034,-295294],[-268551,-302976],[-256081,-299038],[-267617,-294385],[-263645,-300989],[-258363,-303385],[-257375,-299003],[-266478,-294694],[-262068,-301264],[-268368,-301469],[-260023,-301271],[-265626,-301592],[-260517,-297483],[-262513,-299839],[-260931,-301047],[-259028,-306726],[-257150,-298809],[-266693,-298978],[-266420,-295571],[-263165,-297391],[-258566,-294392],[-268329,-303010],[-259261,-306764],[-260018,-299035],[-266547,-303653],[-265270,-302269],[-268688,-301557],[-267574,-296878],[-263965,-294517],[-260413,-305348],[-264595,-299169],[-258830,-302796],[-257657,-305911],[-263406,-300792],[-259931,-299616],[-261160,-294948],[-266164,-303151],[-260692,-294939],[-262384,-302403],[-257038,-302509],[-260051,-302146],[-267143,-296179],[-261250,-298366],[-268257,-299966],[-268104,-302375],[-267023,-294252],[-265945,-301925],[-261336,-305285],[-258576,-299026],[-263344,-299592],[-263059,-304071],[-262854,-306086],[-257752,-308268],[-260303,-308567],[-258392,-315426],[-258357,-317916],[-262246,-315200],[-263110,-316262],[-260539,-317065],[-258232,-312783],[-260063,-310456],[-263059,-315181],[-259157,-315915],[-261932,-313404],[-258812,-311365],[-262992,-316007],[-256141,-312919],[-259519,-315756],[-260317,-316097],[-259293,-315880],[-258724,-312517],[-257655,-311920],[-265900,-315817],[-263840,-312162],[-265540,-317673],[-263447,-308177],[-263541,-311621],[-267423,-309786],[-264016,-312254],[-256061,-319175],[-265876,-312688],[-268700,-316246],[-266907,-309844],[-262693,-311347],[-263705,-313817],[-262567,-312120],[-263950,-317709],[-264985,-313462],[-262311,-311200],[-265422,-311543],[-258400,-319101],[-262951,-311639],[-267037,-318256],[-268558,-315330],[-262926,-309509],[-256417,-319262],[-263389,-319007],[-264256,-313433],[-262440,-312871],[-263077,-309159],[-264255,-310985],[-260540,-321581],[-260103,-321175],[-257456,-324853],[-263604,-325813],[-265066,-324800],[-266408,-328744],[-257156,-320425],[-259481,-325232],[-261243,-321200],[-264159,-325846],[-265024,-325825],[-267052,-328917],[-258459,-324168],[-265513,-320033],[-256641,-328899],[-258844,-323720],[-264440,-324941],[-265394,-325509],[-265967,-328687],[-257746,-323423],[-258512,-323208],[-258040,-324970],[-257140,-325353],[-263062,-333389],[-267925,-338280],[-267566,-336068],[-265384,-334036],[-257735,-24331],[-257644,-24986],[-257563,-15633],[-257849,-19613],[-267904,-13055],[-267923,-23696],[-256767,-24267],[-257770,-24704],[-257340,-25092],[-257665,-25303],[-266206,-12643],[-267914,-23509],[-263669,-25267],[-257270,-23054],[-256678,-23656],[-256307,-15512],[-257444,-15776],[-258130,-19511],[-257889,-19069],[-260309,-16993],[-259675,-17097],[-260180,-15783],[-265585,-14770],[-267211,-15529],[-264638,-24850],[-264503,-25209],[-256981,-30838],[-262479,-32167],[-264024,-29445],[-267468,-25667],[-267834,-27267],[-266747,-30093],[-259239,-27345],[-262569,-25916],[-266606,-34297],[-266173,-31163],[-262418,-25949],[-260487,-27441],[-257769,-27806],[-258274,-27321],[-263095,-28540],[-262293,-30175],[-265042,-29966],[-266746,-34016],[-260452,-28149],[-256656,-34557],[-267157,-25585],[-267681,-27096],[-267257,-29905],[-261692,-32112],[-260665,-27620],[-257319,-28473],[-263440,-28920],[-262338,-33747],[-256596,-34859],[-263388,-28674],[-261700,-33661],[-258747,-36764],[-267853,-34859],[-266647,-32375],[-266083,-32043],[-265884,-31918],[-256508,-33119],[-258427,-36436],[-267182,-25830],[-267648,-27606],[-258597,-36159],[-267394,-31141],[-262693,-31576],[-258948,-27481],[-264277,-29457],[-265390,-30524],[-259112,-36937],[-258983,-36665],[-259094,-36360],[-266122,-30202],[-265705,-30406],[-260108,-30237],[-264609,-25658],[-267468,-25611],[-267946,-27138],[-265812,-31211],[-264549,-29237],[-261727,-31501],[-261688,-29740],[-260445,-27897],[-256813,-557186],[-257573,-563717],[-260376,-573948],[-266551,-584313],[-260873,-594551],[-263882,-589131],[-261496,-589505],[-268402,-598412],[-260637,-40415],[-260748,-39594],[-262283,-39340],[-267688,-44492],[-260608,-40023],[-260987,-39440],[-260669,-39832],[-261971,-39442],[-267116,-43864],[-267425,-43989],[-267648,-43624],[-257159,-58456],[-263909,-57188],[-256974,-58767],[-263898,-57684],[-264520,-57328],[-265346,-57743],[-264415,-57142],[-257383,-63778],[-257233,-62902],[-257077,-63392],[-257244,-63654],[-265389,-72001],[-264485,-74552],[-264172,-74878],[-266042,-75280],[-266459,-75440],[-268448,-73124],[-268116,-73829],[-267601,-73794],[-265123,-72409],[-265334,-73112],[-266110,-72868],[-266211,-72080],[-266338,-72159],[-262176,-72653],[-262573,-73313],[-258764,-66508],[-258334,-66476],[-257897,-66440],[-257476,-66413],[-263893,-75392],[-268218,-74839],[-267646,-73587],[-261994,-76505],[-263949,-75598],[-266050,-71162],[-264815,-71366],[-267480,-74598],[-267426,-72719],[-264081,-74446],[-264144,-74781],[-264346,-74773],[-264265,-74904],[-266304,-75133],[-265120,-75176],[-265708,-75251],[-267879,-73031],[-267271,-72936],[-266381,-73592],[-267540,-74082],[-266739,-73208],[-268584,-74228],[-264352,-73051],[-264240,-72248],[-265738,-72620],[-265734,-73126],[-264925,-72775],[-265707,-72774],[-265823,-71579],[-265955,-71976],[-262089,-72522],[-262541,-72656],[-262603,-71997],[-266299,-71986],[-266160,-71791],[-261620,-66328],[-261453,-66592],[-261459,-66335],[-263968,-75191],[-257455,-64065],[-257506,-63878],[-262557,-73554],[-265415,-71943],[-268117,-73211],[-267933,-72744],[-266633,-73893],[-264650,-75368],[-262095,-78398],[-265435,-84917],[-266530,-86580],[-268118,-86713],[-258656,-79965],[-259779,-79841],[-258034,-82627],[-268502,-86115],[-261441,-86197],[-264155,-78374],[-262434,-79609],[-262584,-81278],[-262417,-76997],[-262035,-77003],[-263161,-82225],[-263518,-84431],[-261078,-84499],[-260904,-82854],[-258627,-84364],[-258819,-79816],[-259349,-79371],[-258539,-82778],[-258037,-81120],[-259863,-79549],[-258587,-82669],[-258342,-81783],[-266160,-84251],[-265064,-85509],[-265321,-85783],[-266041,-86304],[-266868,-86378],[-263463,-86115],[-263655,-86682],[-263551,-85413],[-262246,-80077],[-261735,-79909],[-259130,-85837],[-259916,-86239],[-265360,-86178],[-259043,-79259],[-259340,-79128],[-267619,-85836],[-262962,-86833],[-263034,-85226],[-257531,-86198],[-258555,-88020],[-264090,-77882],[-262459,-78983],[-262807,-80668],[-262383,-77382],[-261381,-77201],[-262460,-82519],[-263963,-84246],[-260969,-84479],[-260943,-82796],[-258389,-84398],[-258408,-82500],[-268445,-85423],[-262608,-85557],[-259597,-88007],[-264108,-78446],[-262484,-79458],[-263067,-80824],[-262091,-77211],[-263050,-82549],[-264020,-84840],[-261841,-84478],[-261044,-82586],[-268092,-84717],[-261943,-84974],[-264464,-77757],[-262253,-79615],[-262484,-80897],[-261521,-77529],[-261623,-77120],[-262457,-82358],[-263631,-84193],[-262035,-82779],[-261012,-82825],[-268150,-87737],[-268286,-88824],[-263459,-89079],[-259895,-88368],[-261334,-88908],[-257033,-87662],[-267660,-88562],[-268378,-88386],[-264456,-88590],[-264502,-89224],[-258162,-88092],[-267820,-88658],[-267240,-88204],[-259938,-88548],[-267677,-100872],[-267135,-98907],[-266686,-99708],[-264890,-100821],[-265058,-101860],[-265765,-100017],[-265789,-99203],[-265944,-97524],[-266305,-97580],[-263618,-101739],[-263310,-101820],[-262736,-101067],[-262019,-100970],[-263615,-98453],[-263243,-98378],[-261582,-98638],[-262149,-99108],[-263006,-100483],[-263177,-100387],[-263394,-99918],[-263632,-98776],[-264750,-99919],[-264775,-99039],[-257879,-92846],[-258065,-93397],[-259086,-101844],[-267408,-96301],[-267583,-95885],[-266705,-92831],[-267492,-92654],[-267550,-101638],[-257447,-102178],[-257774,-98527],[-259361,-93995],[-260373,-93135],[-263711,-92637],[-266683,-101863],[-266536,-101532],[-267530,-99478],[-267203,-100832],[-267369,-99953],[-267031,-100350],[-267103,-100165],[-265990,-99247],[-266447,-100125],[-265508,-101902],[-266286,-101754],[-266472,-101159],[-265494,-101097],[-265693,-100238],[-266053,-99680],[-266420,-98062],[-266196,-98658],[-265229,-98087],[-264821,-98137],[-264231,-98888],[-264188,-98137],[-264172,-100782],[-263085,-102127],[-263185,-101605],[-260471,-99411],[-263191,-98828],[-263430,-98446],[-263255,-98713],[-261912,-98607],[-261417,-98863],[-263284,-100249],[-263311,-100599],[-263614,-99238],[-264133,-100025],[-265506,-99850],[-264237,-100485],[-265764,-99064],[-256196,-94616],[-256057,-95215],[-258559,-98302],[-257806,-101590],[-262154,-89660],[-257459,-89938],[-263816,-93717],[-264910,-92962],[-259876,-92289],[-259362,-91437],[-261085,-95839],[-258508,-92578],[-266499,-94232],[-265577,-94839],[-268378,-100840],[-256597,-99025],[-256278,-99971],[-256567,-97892],[-257651,-94532],[-258598,-95539],[-261497,-95014],[-264195,-90388],[-257582,-92644],[-258997,-102148],[-268506,-95640],[-266785,-92418],[-268334,-101876],[-258027,-99244],[-256155,-96996],[-257873,-97170],[-261604,-93048],[-264344,-89415],[-257241,-93130],[-267330,-94697],[-265975,-92510],[-257378,-99678],[-256339,-97366],[-256433,-97614],[-258139,-95610],[-262433,-91098],[-262494,-89782],[-267717,-108256],[-262986,-113785],[-256236,-113335],[-258133,-113828],[-257566,-113905],[-256974,-109220],[-262213,-114887],[-261978,-113876],[-259289,-109865],[-260676,-106922],[-261103,-106454],[-262092,-107734],[-268334,-108080],[-267668,-110924],[-257087,-109577],[-258625,-114788],[-259034,-111950],[-259337,-110724],[-261611,-114060],[-268083,-106447],[-264603,-107724],[-263670,-110230],[-263656,-112755],[-261912,-111436],[-260053,-109649],[-260362,-110093],[-259392,-108850],[-259419,-110107],[-257430,-107649],[-256718,-105701],[-256611,-105654],[-256029,-103504],[-256993,-114858],[-259748,-106856],[-261130,-106948],[-261214,-105703],[-262374,-107644],[-267383,-104070],[-268085,-108497],[-268761,-110230],[-267241,-112356],[-259115,-111783],[-261568,-113806],[-268799,-106145],[-266315,-106587],[-266260,-106025],[-261461,-112044],[-260667,-109917],[-259526,-108991],[-257043,-103225],[-257341,-114705],[-257825,-113090],[-261900,-113310],[-256818,-112322],[-260339,-111028],[-259152,-113729],[-261537,-114399],[-256860,-113891],[-259202,-106341],[-260299,-105695],[-261945,-108377],[-268437,-104739],[-268067,-108578],[-267433,-111562],[-258448,-104405],[-260516,-112042],[-260552,-110919],[-257850,-110454],[-257111,-111583],[-259246,-113909],[-259451,-114952],[-268141,-106270],[-268566,-106623],[-267297,-107523],[-265429,-107655],[-264288,-105803],[-261596,-112651],[-262643,-111315],[-259877,-110743],[-258239,-108445],[-256497,-110901],[-261581,-114051],[-262208,-113081],[-258460,-105977],[-259785,-110535],[-259436,-107102],[-260318,-106493],[-268636,-111770],[-258819,-103969],[-258482,-114604],[-259237,-111204],[-260085,-113167],[-266816,-108047],[-265836,-105795],[-265467,-110344],[-262566,-113056],[-259535,-108755],[-257496,-109056],[-268235,-111208],[-260740,1853],[-267828,2661],[-260309,1171],[-259871,401],[-268066,3014],[-257947,12570],[-260556,1112],[-268210,2808],[-258687,12885],[-266837,187492],[-264487,186133],[-266719,187801],[-264166,188507],[-266100,187794],[-263923,186180],[-264770,188939],[-267248,188369],[-266710,187200],[-264259,185922],[-264701,188130],[-267000,188192],[-266000,187536],[-264377,185565],[-266467,187894],[-263973,17163],[-265086,18183],[-264801,18937],[-262424,17929],[-261664,19123],[-261707,20603],[-262093,21359],[-262989,24094],[-264405,23192],[-260033,23974],[-261612,22358],[-259039,23036],[-256001,22362],[-256840,21117],[-259184,20068],[-258500,19030],[-257316,18403],[-259108,17302],[-256067,18707],[-265550,21584],[-267771,24659],[-267298,23382],[-267405,25561],[-268723,18420],[-267627,16941],[-256162,13225],[-265316,20097],[-256068,25644],[-264140,17144],[-265043,18648],[-264598,19050],[-261867,17430],[-261706,19189],[-261336,20355],[-262000,21497],[-263332,24385],[-264733,22522],[-260269,23443],[-261361,22063],[-258945,22905],[-256152,22400],[-256629,21397],[-259314,19613],[-257853,18383],[-257410,18532],[-258862,17128],[-256240,19452],[-265628,21974],[-267631,24813],[-267910,23536],[-267386,25609],[-268140,16553],[-265003,24485],[-258126,25487],[-263361,24325],[-260069,22273],[-256376,13760],[-256870,15497],[-256997,15599],[-257058,16490],[-256996,17319],[-265621,20109],[-268452,13728],[-264620,16843],[-265017,18706],[-264929,19597],[-262146,18095],[-260935,18694],[-261430,20045],[-262393,21267],[-263161,23919],[-264429,23212],[-260371,23876],[-260921,22511],[-258958,22768],[-256664,22781],[-256125,20680],[-256252,20963],[-259179,19581],[-258443,18572],[-256646,18127],[-256908,19054],[-258261,16909],[-265955,21588],[-267604,24909],[-267499,23019],[-267064,25469],[-268511,18098],[-267573,16962],[-264707,16720],[-264711,18588],[-264320,19601],[-262478,17450],[-261457,18450],[-261300,20028],[-262655,21549],[-262529,24708],[-264920,22664],[-260823,23643],[-261299,22612],[-258404,22600],[-256610,22269],[-256799,21192],[-258909,20427],[-259169,20270],[-258644,18468],[-256635,18520],[-258932,16793],[-256292,19063],[-265655,22189],[-267272,24549],[-267544,23726],[-267359,25140],[-268419,18575],[-268158,17032],[-260809,19890],[-261297,30234],[-261409,26926],[-262705,30102],[-262215,28860],[-259360,31242],[-262774,28137],[-260191,27919],[-262041,26721],[-262353,28933],[-262474,27969],[-257168,30024],[-257714,30626],[-256631,30358],[-258500,30621],[-260418,31921],[-257971,30587],[-258417,31891],[-257256,26276],[-259482,28542],[-257456,25826],[-257354,30961],[-258903,30356],[-257594,28155],[-256730,26406],[-258768,28800],[-258397,29166],[-261124,28534],[-260733,28154],[-259957,32043],[-260553,30942],[-257974,26805],[-256029,31488],[-265524,28096],[-262371,26222],[-263925,29327],[-261502,30143],[-257309,32309],[-262964,29922],[-261018,36911],[-256776,33032],[-258230,29025],[-258702,26451],[-257588,27559],[-259753,29074],[-257263,36292],[-261372,38066],[-259349,47665],[-267503,51362],[-257153,39231],[-261105,39421],[-264999,49490],[-256902,44456],[-268175,45160],[-265953,45293],[-268762,60489],[-268177,59541],[-265117,56901],[-263615,56066],[-261233,57448],[-262655,56557],[-261434,57143],[-263759,63248],[-261858,52215],[-260788,58257],[-266570,58825],[-268601,60522],[-262684,63394],[-263093,56394],[-263149,55758],[-259344,59021],[-267316,62552],[-268448,52337],[-268625,53729],[-265472,56387],[-263570,56084],[-263647,54746],[-262931,57416],[-259114,57111],[-260695,58954],[-264561,63053],[-263227,62237],[-263836,60610],[-266856,53819],[-263622,60502],[-265756,63809],[-267875,59440],[-266907,60454],[-261132,63825],[-266461,56275],[-262589,53025],[-266349,54761],[-260093,60021],[-261985,55989],[-262324,58988],[-264804,62023],[-264786,60479],[-260541,58518],[-259540,60362],[-263750,64080],[-264422,62451],[-261930,56883],[-264848,59817],[-261713,58521],[-259613,60398],[-264021,63545],[-261336,55939],[-268630,55034],[-260596,59581],[-263739,62493],[-268152,60021],[-267240,60796],[-268201,55250],[-268528,55109],[-262857,55245],[-265536,55769],[-259041,57179],[-263010,56539],[-261520,57622],[-263982,61952],[-265052,63034],[-264352,72567],[-267868,68412],[-267326,71875],[-264839,69155],[-267449,75937],[-265516,65179],[-264075,74470],[-264381,64707],[-267268,75351],[-263987,64689],[-268173,75389],[-264815,65575],[-265017,65065],[-263082,64922],[-267174,75316],[-265195,82503],[-265531,79014],[-268160,80807],[-265439,82032],[-267486,82049],[-264359,89443],[-264551,88688],[-258682,86058],[-264306,87668],[-263864,85290],[-268350,86522],[-267305,77849],[-267420,88748],[-263579,84298],[-265405,82824],[-265786,79601],[-267143,88690],[-265929,85913],[-259593,86823],[-260425,81155],[-263587,87887],[-259757,85446],[-264172,83106],[-268396,78013],[-268451,88338],[-264165,82274],[-263623,77919],[-262103,79824],[-264080,81287],[-266830,77711],[-268136,88989],[-264134,84658],[-264117,81183],[-265513,79399],[-266571,88178],[-258858,88109],[-259484,86624],[-267707,77171],[-267341,87971],[-267409,100110],[-267322,97192],[-268418,90860],[-268182,91787],[-266893,91253],[-267268,97612],[-265070,91708],[-267787,91110],[-268464,92932],[-267144,91424],[-268191,92916],[-268252,91726],[-267177,115010],[-267386,105745],[-268202,103384],[-267420,103107],[-262621,109447],[-259509,114142],[-258590,114579],[-268401,118120],[-266421,118970],[-262788,121598],[-266954,120107],[-265718,119424],[-266623,117767],[-258541,116696],[-261956,118942],[-257873,117286],[-259763,122693],[-259034,121966],[-256598,122747],[-256386,122301],[-257022,121357],[-256454,121107],[-258192,123088],[-259990,119779],[-256290,122659],[-257906,119188],[-262629,115760],[-260212,119339],[-256360,121456],[-259162,123778],[-256118,122208],[-258804,125056],[-274639,-117519],[-274966,-116458],[-274967,-118002],[-275569,-117224],[-276302,-116155],[-276025,-116060],[-276267,-115313],[-276302,-115429],[-275580,-115501],[-274756,-116519],[-274115,-115612],[-274137,-116132],[-273910,-118894],[-274256,-120032],[-274426,-117672],[-273443,-117605],[-274626,-116581],[-274864,-119095],[-274560,-119297],[-277293,-116805],[-277679,-115928],[-278347,-120863],[-277661,-120531],[-277858,-121799],[-278229,-121890],[-275482,-122864],[-279224,-121882],[-279985,-122690],[-280554,-122181],[-280129,-121946],[-280030,-122226],[-281324,-121203],[-281152,-121416],[-273664,-120883],[-274281,-120386],[-272411,-122080],[-272754,-122010],[-272624,-122129],[-272764,-122481],[-272773,-122984],[-273343,-122391],[-274437,-122928],[-275128,-122268],[-274493,-122850],[-273363,-123961],[-272214,-123080],[-272560,-123204],[-273610,-124422],[-273577,-124802],[-273507,-125039],[-274963,-126121],[-274527,-125219],[-275122,-125612],[-274433,-124757],[-275736,-124667],[-274920,-123283],[-273568,-124249],[-274903,-124325],[-273960,-124371],[-272762,-126781],[-272872,-126971],[-272595,-125722],[-273413,-126231],[-273232,-126084],[-281243,-124626],[-280959,-125107],[-280859,-125169],[-276990,-124501],[-276906,-124742],[-281198,-125161],[-281356,-125114],[-281462,-125133],[-278972,-126738],[-278720,-126672],[-279247,-127289],[-269269,-124102],[-270135,-124785],[-271635,-127651],[-269459,-126127],[-280306,-115958],[-281548,-126152],[-280697,-125832],[-279214,-125582],[-278872,-123989],[-276393,-123301],[-278513,-122872],[-276727,-121891],[-275708,-120910],[-278065,-119937],[-277546,-119602],[-278895,-118456],[-277854,-117665],[-280137,-118038],[-279773,-119476],[-280386,-116339],[-275764,-117709],[-275579,-117522],[-275422,-117328],[-276044,-116498],[-276131,-115531],[-276330,-115500],[-274063,-115987],[-274350,-115866],[-274160,-118043],[-274353,-118318],[-273990,-120213],[-273793,-119283],[-273654,-116896],[-273954,-117036],[-275441,-119988],[-274778,-118629],[-275499,-117871],[-276448,-116789],[-277359,-116890],[-277392,-116569],[-277982,-116093],[-278599,-116642],[-278656,-119264],[-278180,-119764],[-276014,-119342],[-278668,-121517],[-278767,-122834],[-275499,-122793],[-275527,-122516],[-274423,-121577],[-279168,-122512],[-279681,-122194],[-280544,-121820],[-280862,-121815],[-280976,-121491],[-273745,-120489],[-274079,-120392],[-272574,-122478],[-272501,-121812],[-274596,-123011],[-274773,-122722],[-272871,-123536],[-273711,-124502],[-274866,-126074],[-273531,-124906],[-275531,-125690],[-274609,-124970],[-274924,-123203],[-273824,-124397],[-274089,-123155],[-273709,-127132],[-273177,-124183],[-272882,-124878],[-272765,-126150],[-272496,-126291],[-280365,-125079],[-280888,-125138],[-277313,-124747],[-276654,-124269],[-278888,-126429],[-279492,-126082],[-278704,-126761],[-270532,-123281],[-270861,-124080],[-281095,-117342],[-281180,-116379],[-279461,-116291],[-280590,-126004],[-278351,-125257],[-280276,-124976],[-277690,-124215],[-277273,-123219],[-277283,-120826],[-276233,-122196],[-279470,-117807],[-278969,-116928],[-280530,-118034],[-280729,-117516],[-281330,-120162],[-269383,-126246],[-268993,-124808],[-272295,-127732],[-280143,-116099],[-280838,-126618],[-278049,-124963],[-278357,-122697],[-275407,-121809],[-276828,-117708],[-277686,-118014],[-280449,-117703],[-269300,-125251],[-271322,-123475],[-280513,-115168],[-281405,-126679],[-277262,-122366],[-275828,-120903],[-277545,-116949],[-272989,-128369],[-270114,-131655],[-269598,-140525],[-274239,-136737],[-276083,-135603],[-274257,-128244],[-273660,-129403],[-281575,-127975],[-281362,-128102],[-279951,-135473],[-279617,-136518],[-280082,-136836],[-278857,-136973],[-278302,-137701],[-278868,-137622],[-281068,-137152],[-281297,-136987],[-280654,-137034],[-279328,-136814],[-279426,-137091],[-279823,-137173],[-277497,-137159],[-277369,-137876],[-277352,-136816],[-278411,-139169],[-278320,-138697],[-278335,-138780],[-278325,-139590],[-277994,-139916],[-278607,-138117],[-278607,-139217],[-279171,-138170],[-279876,-139039],[-279967,-140084],[-279530,-139153],[-281100,-139957],[-281158,-138545],[-280700,-138504],[-280351,-138632],[-281571,-138186],[-272290,-128603],[-270482,-130333],[-268858,-134719],[-268908,-136762],[-268908,-139184],[-273873,-137094],[-273816,-137766],[-275434,-136022],[-275859,-137140],[-273776,-129682],[-272983,-129407],[-281365,-128114],[-278686,-127988],[-279386,-136345],[-279698,-135414],[-278668,-136293],[-278576,-136464],[-281395,-137524],[-280983,-136760],[-279672,-137470],[-279045,-137753],[-277728,-137941],[-278063,-137403],[-277890,-139075],[-277839,-139332],[-278476,-139439],[-279678,-138128],[-279241,-138053],[-278621,-139536],[-279132,-139234],[-280049,-140367],[-281341,-140523],[-280817,-138658],[-280651,-139535],[-281248,-140559],[-268908,-138158],[-272738,-127810],[-273378,-128560],[-269348,-131389],[-268843,-130580],[-268806,-135436],[-269376,-139120],[-269172,-140592],[-273326,-138899],[-272335,-137769],[-276361,-137127],[-274677,-135124],[-269632,-131304],[-273737,-137306],[-276812,-136641],[-269720,-145859],[-269918,-145835],[-270368,-146945],[-269548,-146600],[-270238,-146886],[-271583,-147622],[-271067,-147292],[-271789,-147488],[-271525,-148172],[-268896,-151866],[-268880,-152006],[-268868,-151014],[-269797,-152066],[-269992,-152899],[-272592,-149371],[-272389,-150268],[-270337,-148969],[-269149,-147790],[-273095,-151681],[-270894,-147183],[-270638,-147268],[-271463,-147175],[-271883,-148153],[-269011,-151522],[-269011,-151291],[-269100,-152925],[-270416,-153032],[-270340,-152372],[-272491,-151372],[-269142,-148831],[-270784,-149691],[-270132,-145154],[-270397,-148644],[-271956,-149389],[-272823,-152979],[-277680,-150941],[-278611,-146563],[-273103,-150903],[-272672,-145789],[-280768,-152926],[-278026,-148087],[-273155,-143092],[-278900,-150969],[-277794,-149573],[-279239,-147809],[-279136,-144672],[-274756,-151858],[-276070,-152285],[-278018,-142094],[-278373,-141689],[-278446,-141678],[-279980,-140658],[-279037,-141312],[-279377,-141050],[-281031,-140766],[-281361,-140851],[-280667,-141179],[-280977,-141538],[-280398,-142232],[-281206,-142572],[-281347,-141387],[-280043,-141764],[-279364,-142772],[-279536,-141744],[-278790,-142640],[-278955,-142427],[-279279,-141760],[-278906,-141531],[-279342,-142643],[-279299,-141984],[-278496,-144106],[-278250,-143411],[-278828,-144060],[-277944,-145359],[-277818,-144791],[-278391,-144307],[-280531,-143929],[-279245,-143081],[-280068,-143231],[-280552,-143930],[-280559,-145358],[-281091,-145980],[-281440,-145143],[-281388,-144747],[-281106,-144926],[-281380,-147332],[-280197,-146229],[-277798,-146531],[-278574,-146421],[-277711,-145542],[-278059,-146881],[-277402,-147966],[-272935,-146497],[-272922,-145825],[-273127,-146955],[-273430,-147498],[-272877,-148242],[-273199,-147295],[-269061,-141904],[-268866,-141830],[-274448,-152861],[-277642,-150536],[-280155,-146774],[-273317,-150288],[-273448,-148051],[-270522,-145265],[-280761,-149928],[-270055,-142807],[-270468,-142011],[-274124,-142921],[-274319,-141741],[-279069,-151860],[-278145,-149674],[-280690,-147793],[-278279,-145701],[-274937,-151936],[-275081,-152668],[-278268,-140713],[-278258,-141261],[-278198,-140794],[-279546,-140780],[-280746,-140647],[-281194,-140868],[-281500,-142110],[-281259,-141393],[-280437,-141804],[-281237,-141606],[-280977,-142758],[-281043,-141751],[-279273,-143070],[-279509,-142826],[-279270,-141810],[-278912,-141677],[-278473,-142767],[-279583,-141848],[-279625,-142489],[-279127,-144257],[-278337,-143272],[-277464,-145461],[-277794,-144868],[-280645,-143560],[-279851,-143381],[-280524,-144659],[-280717,-143957],[-280977,-145881],[-281430,-147356],[-278088,-146166],[-277560,-145945],[-273393,-146712],[-269430,-141037],[-274398,-152972],[-278381,-150591],[-274698,-148440],[-274908,-148347],[-271672,-144211],[-279278,-149975],[-280425,-150515],[-270618,-142790],[-270174,-141421],[-274279,-142271],[-274346,-142194],[-279427,-150972],[-277617,-149815],[-279142,-147717],[-278251,-144922],[-273894,-150872],[-275621,-152450],[-277461,-148619],[-272758,-148674],[-271484,-145912],[-277892,-148268],[-280658,-151351],[-271421,-141780],[-272268,-141906],[-279496,-151893],[-277900,-149991],[-280390,-148330],[-278842,-144827],[-274721,-152906],[-274812,-152419],[-275026,-152315],[-276089,-152222],[-269988,-153402],[-270737,-153682],[-275489,-155284],[-275461,-155863],[-274604,-155724],[-275033,-156566],[-274409,-156252],[-274731,-156806],[-275227,-158898],[-275270,-158377],[-272371,-155364],[-274217,-155462],[-270869,-154310],[-270315,-154792],[-270997,-154742],[-271874,-155075],[-270791,-155987],[-271222,-154859],[-271807,-156518],[-271684,-155823],[-272565,-156415],[-272575,-157652],[-273475,-156987],[-273666,-157823],[-274439,-157717],[-274348,-164714],[-275178,-163127],[-272003,-161926],[-271987,-160072],[-270342,-156036],[-272329,-153968],[-274719,-155431],[-277794,-165129],[-277514,-166116],[-275206,-155827],[-275427,-156481],[-274950,-158162],[-274193,-155344],[-271429,-153476],[-271082,-153838],[-271490,-154240],[-271579,-154965],[-272601,-155749],[-271536,-155344],[-272935,-156284],[-272379,-157066],[-273288,-156626],[-274122,-157770],[-272886,-157026],[-275532,-164040],[-272923,-159311],[-274298,-161518],[-270458,-156081],[-274473,-155126],[-277159,-164984],[-277631,-165798],[-274411,-163890],[-273893,-160103],[-277948,-164827],[-277397,-165943],[-273435,-159178],[-269406,-157103],[-277685,-164688],[-277296,-165948],[-275599,-154131],[-280468,-154680],[-279382,-154863],[-280017,-154674],[-279853,-155913],[-279452,-155527],[-278985,-156719],[-278913,-156010],[-278716,-156047],[-276584,-156695],[-276317,-155154],[-279391,-153694],[-279011,-154924],[-279873,-154143],[-279624,-156055],[-278493,-156367],[-276606,-156863],[-277670,-155261],[-277730,-154812],[-275424,-154293],[-276511,-154987],[-278345,-154068],[-278520,-178607],[-277939,-174544],[-275709,-168386],[-275270,-167071],[-280234,-173763],[-280150,-177707],[-276604,-171141],[-279370,-172812],[-275398,-169895],[-275525,-170217],[-280284,-173872],[-277690,-166657],[-280566,-177330],[-276430,-172207],[-279445,-174374],[-275437,-168769],[-275783,-167938],[-274835,-166600],[-280071,-173823],[-277979,-166226],[-268863,-178002],[-279908,-176460],[-275728,-174303],[-277856,-168855],[-277528,-166325],[-279163,-170060],[-280993,-172943],[-281398,-175158],[-279735,-168575],[-279231,-166948],[-278611,-167559],[-278501,-166680],[-279894,-170996],[-279323,-170300],[-280728,-173333],[-281483,-174788],[-279442,-167847],[-278378,-167478],[-281511,-178918],[-279734,-170938],[-279762,-169629],[-280826,-172544],[-280722,-174574],[-279816,-168261],[-279622,-167068],[-278581,-167117],[-279700,-170766],[-279184,-170276],[-280832,-173494],[-281117,-172987],[-281147,-175056],[-279895,-168454],[-279558,-167427],[-279279,-167273],[-275563,-181231],[-277832,-181397],[-278739,-179669],[-279683,-185669],[-278796,-186493],[-280990,-187843],[-281148,-189658],[-280602,-190946],[-277697,-191303],[-270698,-186583],[-274876,-184534],[-275826,-187689],[-276767,-188314],[-275011,-185918],[-277072,-182897],[-276975,-182598],[-274578,-181483],[-280601,-180728],[-279183,-190858],[-281428,-181484],[-274017,-186511],[-274858,-186398],[-275087,-185523],[-274871,-185253],[-274728,-185344],[-273188,-183726],[-273177,-183409],[-272099,-183197],[-273841,-183717],[-273629,-181996],[-273758,-181309],[-274885,-181362],[-275896,-182277],[-275755,-182153],[-275598,-182935],[-274138,-180540],[-275395,-181404],[-275444,-181151],[-275863,-180599],[-275047,-191430],[-275152,-191381],[-274966,-188306],[-274135,-186212],[-278680,-181644],[-278215,-181075],[-278863,-179285],[-280816,-185280],[-280049,-190052],[-277784,-190451],[-280024,-190256],[-281159,-181394],[-279136,-185356],[-278389,-189541],[-269088,-184245],[-281528,-179222],[-271963,-195143],[-272296,-195915],[-277942,-192705],[-279337,-195301],[-273535,-198813],[-279990,-202793],[-278203,-199889],[-274266,-197320],[-274626,-192153],[-274804,-192434],[-274723,-192174],[-271261,-202585],[-270793,-200986],[-271449,-200899],[-270219,-204456],[-278710,-196147],[-278008,-195171],[-276400,-200494],[-273620,-203668],[-279743,-202575],[-275628,-196013],[-271206,-202664],[-270419,-201527],[-269972,-200043],[-269744,-199189],[-269424,-199582],[-270682,-200901],[-272884,-200625],[-269678,-204356],[-273754,-203942],[-279287,-196271],[-277587,-195239],[-276913,-202482],[-274107,-200185],[-279871,-202203],[-279666,-203137],[-278051,-201850],[-278149,-200721],[-277208,-200333],[-276305,-199318],[-274429,-196868],[-275912,-195455],[-276468,-195261],[-272594,-199940],[-270266,-202032],[-269497,-202839],[-275403,-204534],[-274763,-202700],[-273732,-200496],[-277714,-201316],[-276679,-199255],[-278284,-198874],[-276311,-195390],[-281147,-204046],[-280812,-200904],[-280516,-198616],[-280397,-199906],[-281194,-199783],[-281584,-203671],[-280850,-200950],[-279684,-198062],[-280200,-198899],[-281343,-203382],[-281524,-202513],[-280153,-198310],[-281594,-203285],[-281400,-201516],[-281096,-199048],[-279908,-198385],[-278609,-206409],[-277921,-207710],[-271224,-205623],[-269374,-206920],[-275643,-205015],[-274456,-208798],[-269286,-206915],[-269555,-207040],[-271275,-205347],[-275189,-206078],[-274345,-205300],[-280008,-206667],[-279282,-211583],[-280089,-206744],[-278872,-206410],[-273978,-207982],[-270293,-206078],[-270976,-206923],[-270979,-206417],[-269487,-206209],[-274752,-204997],[-274386,-205937],[-274995,-205865],[-280385,-211269],[-278689,-206885],[-278945,-207146],[-275538,-206505],[-270894,-206708],[-274721,-206044],[-278022,-207013],[-278922,-207497],[-274794,-208555],[-274334,-208550],[-274344,-209284],[-275339,-209324],[-273485,-210971],[-277147,-214690],[-276093,-215415],[-273112,-212692],[-276164,-214598],[-276360,-213941],[-268817,-209791],[-269162,-207873],[-277044,-211540],[-281436,-212941],[-272382,-216842],[-269224,-213841],[-269025,-215595],[-271001,-213936],[-270685,-214051],[-273996,-212284],[-274554,-215551],[-273640,-215074],[-270431,-216941],[-278789,-214044],[-280790,-210898],[-271042,-209276],[-278204,-209165],[-275717,-208997],[-281531,-208385],[-281596,-210760],[-269905,-216285],[-271105,-214010],[-272602,-212101],[-274297,-215791],[-272499,-210385],[-274801,-211601],[-276096,-214429],[-281283,-211797],[-280845,-206294],[-279427,-216905],[-273185,-211519],[-280774,-217233],[-281050,-210990],[-271379,-209512],[-276790,-211275],[-275580,-209107],[-280955,-211903],[-272981,-217003],[-270323,-214797],[-271621,-212623],[-271104,-213600],[-273934,-215732],[-274116,-215491],[-271329,-216450],[-273909,-211573],[-279471,-217215],[-274367,-215941],[-281024,-211815],[-275654,-209061],[-270734,-213723],[-272120,-214513],[-273997,-215066],[-272732,-208109],[-278422,-209117],[-277969,-208442],[-280310,-226018],[-273710,-229369],[-275023,-223641],[-273786,-224927],[-279484,-219780],[-276549,-225570],[-269970,-224515],[-272092,-225802],[-270190,-225571],[-270500,-227815],[-273143,-229661],[-273316,-217439],[-273592,-218303],[-271513,-220134],[-273891,-222295],[-274437,-222927],[-273375,-222709],[-272728,-224093],[-277478,-222666],[-279713,-223422],[-279375,-223263],[-280514,-225275],[-279089,-226902],[-279937,-221574],[-280622,-218233],[-280746,-229265],[-280985,-226134],[-280252,-229634],[-279560,-229679],[-279714,-230094],[-274728,-218845],[-274341,-224243],[-268958,-222386],[-270105,-224461],[-272648,-225423],[-270982,-225451],[-270972,-227687],[-272212,-228441],[-272982,-217653],[-271580,-217725],[-271488,-221255],[-271900,-220101],[-272888,-221719],[-272584,-220659],[-271308,-223907],[-273031,-223373],[-269412,-218837],[-270438,-219140],[-277281,-222250],[-278813,-220888],[-279239,-223502],[-280178,-222888],[-280635,-225225],[-279508,-227359],[-280959,-220978],[-281520,-220984],[-280091,-220403],[-279577,-221325],[-279247,-218593],[-280524,-229775],[-280482,-225998],[-280730,-228263],[-279397,-229626],[-273720,-225227],[-280712,-223993],[-274132,-225676],[-274719,-219075],[-269372,-222916],[-270361,-223627],[-272533,-225181],[-270827,-225310],[-270783,-228092],[-272826,-229045],[-272139,-229724],[-272073,-222223],[-272390,-224988],[-270478,-218413],[-280408,-223098],[-279721,-222644],[-279938,-229576],[-281045,-224562],[-274719,-221432],[-276147,-220859],[-274721,-220460],[-273523,-225653],[-269032,-222901],[-270528,-224512],[-271986,-225251],[-271117,-225677],[-270774,-227793],[-273035,-228380],[-271915,-229585],[-271410,-218840],[-272958,-219154],[-274025,-221284],[-272815,-223974],[-279552,-221901],[-277563,-222302],[-278699,-220917],[-279298,-223368],[-279289,-222694],[-280242,-225001],[-279886,-227417],[-277459,-222467],[-278881,-221477],[-279916,-222903],[-280144,-224745],[-280716,-231571],[-272177,-241628],[-275725,-240459],[-272882,-240729],[-275837,-239941],[-271181,-235004],[-273065,-230434],[-274891,-235268],[-275485,-234294],[-276785,-235158],[-276971,-236849],[-271722,-234284],[-273197,-233875],[-270807,-241639],[-271059,-238672],[-271771,-230907],[-270675,-232331],[-272406,-233094],[-274873,-232871],[-273879,-233528],[-272797,-237394],[-274109,-237702],[-269195,-236003],[-270299,-236437],[-275124,-239837],[-278076,-238099],[-277767,-236226],[-278519,-240182],[-280876,-240573],[-280211,-231644],[-280399,-232474],[-280895,-232966],[-280424,-234884],[-280722,-236562],[-280988,-233479],[-280878,-234504],[-281348,-234521],[-277035,-241832],[-278166,-241632],[-274229,-241612],[-271064,-235669],[-271273,-236588],[-270287,-238224],[-274531,-233996],[-275302,-231484],[-279471,-234952],[-279331,-237501],[-271871,-238127],[-273628,-239505],[-274445,-230585],[-273743,-231336],[-272012,-235559],[-271583,-230605],[-270858,-231862],[-271347,-231459],[-274393,-233338],[-275155,-231612],[-272928,-237301],[-273633,-236699],[-270611,-235567],[-270052,-235138],[-275575,-239573],[-277895,-237158],[-278218,-235037],[-278769,-239986],[-280660,-240701],[-280231,-231414],[-281117,-233845],[-280968,-236471],[-276739,-238851],[-270776,-240102],[-274951,-235468],[-276869,-233909],[-276730,-235498],[-276863,-238641],[-272032,-233979],[-276877,-241377],[-278065,-242615],[-272437,-232343],[-275735,-232141],[-272987,-237324],[-270903,-235359],[-275074,-238904],[-278358,-237391],[-277921,-234887],[-278156,-240214],[-280262,-240423],[-280675,-234687],[-280480,-236241],[-281540,-231700],[-280477,-230856],[-281054,-230251],[-281203,-234295],[-272483,-239994],[-271412,-236833],[-272304,-234936],[-279172,-238609],[-278002,-241325],[-272121,-232494],[-274365,-233555],[-272657,-237196],[-270300,-234346],[-274744,-239157],[-278125,-238274],[-277654,-234754],[-277870,-239617],[-281572,-241389],[-269213,-241402],[-276965,-32],[-277227,-572],[-272221,-961],[-274865,-11023],[-281038,-44],[-279450,108],[-275249,-9991],[-275704,-10118],[-281004,-5578],[-270759,-512],[-272743,-2129],[-280682,-190],[-280165,-189],[-275126,-10637],[-276332,-10091],[-280928,-5025],[-271414,-508],[-272807,-2307],[-277466,-33],[-279720,-305],[-280311,-310],[-272018,-1137],[-281203,-804],[-280005,-19],[-275253,-10374],[-275721,-10498],[-281043,-5378],[-270686,-1259],[-272985,-1391],[-280905,-168],[-280244,-149],[-275203,-10016],[-275480,-10189],[-280629,-5346],[-270934,-594],[-272473,-1401],[-279456,-8411],[-279363,-9218],[-280392,-8966],[-277915,-8007],[-278708,-9061],[-280866,-9198],[-276576,-7851],[-278841,-8356],[-278661,-8631],[-280814,-8981],[-276782,-9265],[-279532,-8190],[-279439,-9127],[-280773,-8619],[-276456,-8942],[-272155,-251810],[-272587,-250637],[-277430,-244691],[-274709,-243782],[-275202,-244250],[-274276,-253196],[-275740,-253122],[-269707,-247964],[-276428,-252718],[-271511,-246338],[-275061,-244243],[-278858,-243684],[-278777,-248012],[-280202,-248669],[-278031,-247235],[-281509,-252346],[-270119,-243956],[-274855,-252780],[-276503,-253676],[-278857,-244635],[-279591,-245524],[-279083,-247445],[-275261,-255662],[-275058,-249437],[-276987,-248433],[-278436,-249248],[-273402,-250390],[-281439,-248895],[-273161,-251342],[-272791,-250815],[-275790,-252009],[-272901,-245369],[-276132,-244013],[-275398,-244238],[-274113,-254304],[-272185,-243169],[-271237,-243831],[-274245,-252814],[-272111,-249405],[-278993,-244453],[-279164,-245594],[-279034,-248591],[-275549,-255720],[-274091,-247323],[-273606,-244862],[-279341,-250835],[-279330,-253944],[-273396,-254768],[-274196,-254012],[-269907,-244553],[-269867,-244250],[-281174,-248828],[-276799,-252653],[-272609,-248924],[-275706,-253943],[-273831,-252771],[-269286,-247102],[-274455,-243712],[-271135,-245957],[-279062,-243114],[-278444,-245642],[-280282,-247326],[-275518,-255483],[-273616,-250533],[-279241,-252790],[-270098,-244294],[-271342,-254467],[-270437,-250509],[-271968,-255691],[-271656,-251575],[-272872,-254387],[-272137,-254129],[-270443,-254987],[-271611,-254793],[-269390,-253924],[-270338,-251818],[-277062,-259424],[-278460,-258591],[-274910,-257210],[-276747,-257195],[-275421,-257302],[-281300,-263866],[-280920,-261256],[-281291,-257948],[-278516,-262569],[-279169,-262616],[-279449,-262580],[-275794,-265331],[-279472,-256233],[-277513,-258328],[-273874,-256682],[-275389,-255967],[-276013,-257916],[-276220,-264641],[-278358,-264696],[-272581,-256803],[-276904,-258833],[-280687,-263258],[-280201,-262477],[-279968,-262817],[-281127,-256932],[-276019,-265659],[-279259,-261055],[-278762,-256274],[-278347,-257781],[-273855,-257391],[-276277,-256716],[-277888,-261455],[-275961,-263885],[-276048,-262141],[-279030,-257296],[-275955,-262065],[-278985,-266812],[-277049,-268303],[-280843,-264988],[-281399,-257937],[-276674,-266907],[-276242,-266036],[-278474,-265079],[-279722,-256548],[-277581,-258543],[-274364,-257307],[-275345,-257330],[-275177,-264195],[-274624,-263969],[-275408,-263237],[-269997,-256741],[-270571,-262365],[-271376,-262425],[-271215,-263684],[-270514,-264051],[-273072,-258980],[-270869,-259647],[-273184,-263372],[-269748,-262003],[-276096,-260555],[-269432,-262713],[-268841,-263516],[-272186,-259110],[-271088,-259715],[-270314,-259404],[-274433,-263675],[-269836,-266453],[-270674,-257491],[-269828,-262562],[-271321,-265326],[-269942,-263072],[-272836,-258991],[-270816,-259702],[-270359,-260046],[-270056,-265687],[-272104,-260714],[-271112,-263426],[-270446,-265058],[-269226,-264343],[-270612,-260514],[-272431,-258650],[-271327,-258749],[-273438,-262073],[-270296,-256160],[-269278,-260572],[-270800,-262944],[-273516,-260002],[-269921,-268507],[-273258,-259294],[-281478,-272389],[-277638,-271253],[-274037,-281103],[-277407,-271923],[-276019,-269231],[-276257,-278299],[-275061,-273084],[-274062,-279840],[-272139,-268606],[-269062,-277282],[-270795,-279406],[-272234,-271756],[-275532,-276708],[-272424,-269858],[-271325,-275529],[-269236,-278386],[-272807,-280405],[-271327,-278577],[-271894,-272175],[-274888,-277240],[-269896,-277665],[-270123,-278217],[-272379,-273374],[-273858,-279860],[-272428,-277816],[-274763,-276489],[-272541,-269459],[-272213,-268963],[-270200,-279604],[-274961,-275736],[-273906,-285484],[-275628,-282962],[-273541,-284898],[-270438,-285648],[-269818,-282562],[-269641,-286911],[-269133,-292558],[-269274,-285995],[-268841,-282525],[-270332,-288141],[-269819,-282375],[-271528,-288710],[-271951,-290789],[-270919,-289204],[-269594,-289780],[-269629,-292665],[-274741,-292061],[-275886,-290168],[-272855,-288308],[-272980,-289588],[-273965,-293819],[-272268,-287467],[-278249,-288006],[-277634,-290744],[-272097,-288970],[-269274,-291377],[-269733,-290562],[-273183,-288154],[-269352,-289735],[-280916,-290271],[-274084,-292807],[-274475,-290657],[-277578,-289480],[-279171,-289812],[-272070,-287190],[-269857,-289901],[-271480,-286503],[-279527,-290692],[-272652,-288055],[-271687,-290286],[-272772,-290081],[-269472,-292585],[-270625,-302072],[-268817,-299527],[-268957,-301030],[-268996,-300444],[-271108,-301854],[-273813,-295665],[-270234,-295797],[-268982,-304077],[-271855,-294623],[-270287,-294263],[-271427,-297878],[-271938,-295473],[-269587,-294379],[-269900,-295492],[-270718,-295575],[-269407,-316966],[-268828,-314686],[-274001,-315692],[-273221,-311914],[-269089,-315774],[-269192,-316499],[-274225,-317114],[-274682,-312938],[-269540,-316050],[-269103,-315250],[-269515,-316169],[-273523,-314704],[-269350,-311320],[-276074,-312010],[-269182,-319958],[-278852,-364631],[-278585,-364461],[-278752,-364880],[-277806,-13761],[-269873,-25008],[-279838,-15872],[-269241,-24352],[-268826,-24532],[-271007,-29599],[-281019,-36323],[-270840,-34521],[-270126,-35516],[-272484,-36145],[-274662,-33359],[-274635,-34572],[-270338,-32304],[-270609,-28313],[-270084,-33297],[-270230,-32732],[-270160,-29492],[-270596,-28570],[-269541,-32384],[-269641,-28541],[-279818,-36931],[-270820,-35837],[-274244,-32571],[-274888,-33840],[-271039,-29434],[-270806,-29484],[-269900,-28489],[-270141,-32805],[-269319,-35713],[-272620,-37199],[-274359,-33166],[-269175,-26119],[-271168,-33378],[-273955,-33780],[-268885,-34328],[-269924,-579488],[-273933,-49505],[-274975,-39812],[-275664,-43144],[-275375,-41159],[-270786,-49071],[-271670,-46975],[-272430,-49062],[-271362,-46594],[-271292,-46545],[-277170,-50732],[-276285,-50577],[-276440,-49809],[-279592,-49289],[-273540,-44310],[-270404,-44053],[-273212,-38653],[-273754,-42996],[-269014,-46564],[-269426,-46283],[-270287,-46017],[-275990,-41484],[-274525,-40385],[-275497,-43127],[-270990,-46761],[-274095,-49266],[-276010,-50821],[-275879,-49760],[-279525,-48873],[-270077,-46362],[-270155,-46791],[-275510,-43797],[-271698,-46741],[-272471,-49504],[-274224,-40924],[-276119,-41278],[-272999,-43635],[-271887,-46859],[-270555,-48911],[-271024,-46931],[-276292,-43803],[-269837,-43581],[-269139,-46496],[-281252,-46473],[-274415,-59799],[-274215,-59717],[-274442,-59837],[-280545,-61124],[-278920,-61106],[-278429,-60894],[-280229,-61180],[-278348,-51182],[-278464,-51524],[-278097,-51744],[-278758,-52164],[-281345,-52860],[-281058,-53011],[-277321,-63537],[-278173,-63682],[-274478,-59495],[-274333,-59846],[-274459,-60433],[-281241,-61040],[-279413,-60743],[-278850,-60909],[-278818,-61680],[-279630,-61800],[-274720,-59005],[-273879,-59208],[-274028,-60503],[-281134,-61576],[-281208,-61313],[-278825,-60359],[-278564,-61549],[-280334,-61040],[-280278,-51156],[-280667,-52974],[-277460,-63588],[-274507,-59790],[-273990,-59662],[-273612,-60699],[-280537,-61350],[-281542,-60879],[-278921,-60301],[-278512,-61528],[-280227,-61158],[-269912,-75974],[-270041,-76090],[-270859,-75170],[-269612,-73283],[-268931,-73183],[-269102,-73410],[-269236,-73801],[-268932,-74522],[-273012,-75511],[-273758,-76044],[-273996,-76320],[-271650,-75692],[-271348,-75546],[-271317,-76292],[-272214,-75227],[-272207,-75172],[-272646,-75197],[-269528,-74381],[-270194,-74965],[-269945,-75163],[-271427,-74929],[-271451,-73753],[-270616,-74649],[-275560,-76484],[-277236,-75831],[-276919,-76508],[-275673,-76338],[-275519,-76414],[-276043,-74574],[-276926,-74738],[-276493,-74239],[-278058,-75704],[-279734,-74955],[-279964,-74189],[-280149,-74030],[-278929,-72534],[-279025,-71220],[-278628,-71586],[-278102,-71055],[-278695,-71648],[-277452,-73018],[-278201,-72604],[-277390,-74249],[-277567,-74086],[-279133,-74355],[-279065,-73684],[-278601,-73492],[-279438,-73334],[-281417,-68407],[-279964,-69968],[-280577,-69947],[-280812,-70904],[-280173,-69420],[-279713,-69243],[-280274,-68325],[-279061,-67756],[-279378,-68950],[-278285,-68714],[-279080,-68424],[-278396,-67765],[-278455,-68853],[-278234,-68336],[-279989,-67842],[-280453,-67332],[-280455,-67140],[-281263,-67446],[-280395,-66442],[-280182,-65638],[-280936,-65686],[-280880,-66296],[-280155,-65126],[-280034,-65199],[-279930,-64782],[-277264,-64402],[-270607,-74273],[-277203,-73429],[-269547,-75191],[-269467,-75215],[-268890,-73017],[-268829,-73808],[-268872,-74334],[-273891,-75273],[-273910,-75848],[-273499,-76070],[-272167,-76254],[-271642,-76420],[-272813,-74857],[-272772,-75792],[-270012,-74734],[-270296,-73735],[-271604,-73879],[-270933,-73757],[-278036,-75149],[-277943,-75089],[-277194,-75626],[-276692,-75544],[-276831,-75308],[-276138,-74869],[-276770,-74190],[-279529,-74843],[-280349,-74192],[-280317,-73799],[-278151,-70998],[-277981,-73238],[-277339,-73510],[-278136,-73436],[-277963,-74434],[-279766,-74054],[-278666,-74483],[-278313,-74007],[-278938,-74038],[-281515,-68072],[-281350,-68158],[-280236,-68229],[-280392,-69330],[-281035,-70825],[-281431,-70152],[-279042,-69750],[-279766,-67909],[-279438,-67606],[-278809,-67978],[-277670,-68538],[-277100,-68646],[-281147,-67888],[-280635,-66832],[-281435,-66321],[-280877,-66181],[-281041,-65983],[-279733,-64845],[-277587,-63803],[-271341,-74201],[-271059,-74503],[-270877,-73840],[-279396,-75578],[-278913,-75571],[-279186,-75691],[-277650,-76499],[-278760,-76169],[-278414,-76548],[-279798,-75306],[-268965,-85144],[-268929,-85181],[-270624,-83992],[-270559,-84946],[-272021,-84553],[-272623,-85013],[-272670,-85158],[-269067,-86956],[-269485,-87007],[-269036,-85987],[-269316,-85969],[-269701,-86457],[-273962,-77371],[-272635,-77089],[-275281,-77407],[-276170,-77699],[-276452,-77290],[-277350,-77138],[-276747,-77352],[-271459,-83685],[-271450,-83862],[-270769,-77788],[-272559,-78382],[-274265,-79939],[-275714,-79727],[-274028,-83533],[-272240,-82990],[-269930,-81532],[-269977,-77142],[-272968,-79005],[-273751,-79288],[-275755,-79280],[-276412,-82371],[-274574,-83331],[-272545,-83126],[-269613,-81754],[-270118,-84806],[-275540,-78812],[-272121,-84439],[-270136,-86961],[-269549,-86607],[-268871,-86724],[-270091,-85878],[-269583,-84903],[-273426,-77297],[-272223,-77004],[-275183,-77335],[-276791,-77713],[-277192,-77478],[-277355,-77145],[-273792,-84425],[-269932,-77005],[-272947,-78529],[-274537,-79740],[-275262,-79589],[-274425,-82676],[-272407,-83337],[-269817,-81422],[-270335,-77552],[-273010,-78663],[-274073,-79596],[-276123,-79610],[-274818,-82715],[-272955,-82896],[-269866,-81534],[-274281,-85027],[-273702,-86335],[-279023,-83875],[-279844,-82453],[-276052,-86919],[-277371,-86806],[-272851,-86841],[-271273,-85857],[-281198,-87732],[-277513,-79506],[-280319,-81277],[-278976,-79728],[-277986,-79701],[-277871,-81499],[-276904,-82582],[-273319,-84948],[-273851,-86274],[-270353,-87866],[-269783,-87506],[-277495,-77482],[-277959,-77375],[-269910,-89258],[-272544,-88183],[-271442,-87906],[-277123,-84506],[-277566,-82957],[-279643,-82260],[-279008,-81642],[-275449,-85914],[-276430,-85324],[-274560,-84318],[-273356,-86124],[-272373,-85710],[-280175,-88250],[-281022,-88860],[-281047,-88859],[-277501,-79128],[-277041,-82426],[-279809,-81659],[-277982,-79651],[-277162,-81630],[-276431,-82644],[-280520,-82903],[-276372,-85665],[-272975,-86901],[-281374,-87470],[-277167,-79087],[-279612,-81656],[-279156,-79473],[-277741,-79911],[-277537,-81715],[-280874,-81632],[-276410,-84808],[-274670,-84758],[-272068,-87185],[-281523,-88109],[-276879,-82281],[-279725,-81109],[-278304,-79815],[-277281,-82386],[-281224,-101022],[-281062,-100921],[-281129,-99467],[-281119,-98913],[-279559,-99015],[-279353,-94548],[-281510,-93437],[-281545,-93388],[-275397,-98842],[-274382,-99736],[-271288,-99982],[-274397,-99485],[-271743,-98583],[-271787,-99854],[-273486,-100721],[-273080,-100544],[-274031,-101000],[-273606,-100987],[-275997,-99277],[-275712,-99431],[-275657,-100343],[-275734,-97876],[-279426,-94813],[-281435,-96382],[-269207,-89666],[-281070,-97348],[-280938,-94766],[-281061,-95030],[-269295,-95786],[-269475,-94492],[-271770,-90556],[-272763,-91298],[-271569,-93618],[-270770,-95753],[-273777,-99413],[-271740,-99263],[-275451,-97831],[-274291,-96707],[-276749,-93444],[-275786,-93400],[-274636,-93278],[-275448,-92544],[-276033,-90354],[-278028,-91311],[-277796,-91519],[-278018,-97110],[-280156,-96639],[-278030,-99023],[-277706,-99138],[-280078,-101363],[-279168,-100133],[-272907,-102154],[-269918,-102197],[-273369,-101995],[-276012,-100816],[-275538,-101430],[-273341,-100522],[-274290,-98241],[-277139,-101739],[-276563,-100678],[-277497,-100146],[-279017,-99245],[-280719,-98552],[-279441,-101555],[-280862,-92014],[-281218,-99885],[-280751,-100053],[-280980,-99731],[-278987,-97701],[-280671,-93770],[-279962,-94138],[-275275,-99158],[-272001,-98353],[-271737,-98604],[-275127,-99649],[-272193,-100629],[-273428,-101133],[-275655,-100037],[-275444,-99171],[-274575,-98878],[-281176,-96462],[-280663,-93743],[-281246,-98251],[-280311,-94531],[-271547,-90994],[-272677,-89793],[-271462,-93699],[-272823,-95986],[-272816,-99899],[-275024,-96104],[-273167,-98074],[-278214,-93297],[-275504,-92275],[-274828,-93403],[-276567,-91869],[-278102,-92691],[-278870,-91721],[-278116,-95468],[-278737,-96616],[-278707,-98992],[-277624,-97877],[-279199,-100452],[-271603,-102147],[-274193,-101497],[-275826,-101131],[-274979,-102130],[-273191,-99635],[-274872,-98557],[-277106,-101632],[-277125,-101142],[-277090,-100587],[-278237,-99783],[-281188,-98030],[-279911,-101793],[-279858,-92309],[-280492,-101401],[-281269,-98504],[-280783,-94849],[-270962,-91315],[-273087,-95613],[-272926,-100282],[-273092,-96115],[-276425,-94005],[-274360,-92493],[-278149,-91108],[-280217,-96330],[-277306,-98805],[-280261,-100107],[-273771,-101322],[-274992,-101719],[-273884,-100136],[-274735,-98353],[-276971,-101199],[-277379,-100130],[-278289,-99696],[-280387,-98514],[-280083,-101553],[-281522,-100967],[-281338,-95120],[-270879,-90727],[-271625,-94633],[-274947,-95981],[-274462,-91837],[-277836,-89565],[-276960,-91400],[-280083,-96594],[-278361,-98164],[-278742,-100475],[-269799,-100875],[-273597,-102056],[-276114,-100816],[-275350,-101550],[-273271,-99817],[-274334,-97824],[-277274,-101734],[-276221,-100875],[-276728,-100672],[-278171,-99944],[-280562,-98194],[-279607,-102189],[-281391,-104869],[-279977,-105830],[-280684,-105498],[-279954,-108883],[-279204,-108036],[-278603,-107831],[-279843,-112383],[-278912,-112027],[-277484,-113177],[-276540,-112762],[-276581,-112729],[-277364,-111852],[-278091,-111129],[-275206,-113441],[-277947,-110455],[-272956,-112461],[-274916,-114693],[-279398,-114895],[-279074,-114958],[-280891,-113924],[-273842,-102203],[-269317,-109481],[-272119,-108755],[-271982,-107134],[-271242,-110822],[-271211,-112855],[-272997,-112671],[-272137,-112825],[-279287,-106925],[-276256,-114198],[-275309,-113309],[-274757,-112374],[-276617,-112438],[-278537,-109694],[-279268,-110957],[-275027,-109164],[-274613,-109221],[-273707,-108256],[-274017,-107274],[-272048,-104718],[-273918,-103649],[-269986,-102564],[-269227,-106213],[-270184,-104232],[-271175,-104015],[-273698,-103634],[-279558,-103363],[-279138,-104098],[-277689,-105311],[-278294,-105038],[-275208,-104180],[-275960,-104974],[-276013,-107745],[-277149,-107157],[-277563,-107367],[-279886,-110064],[-274322,-111910],[-275428,-111922],[-270145,-107617],[-271035,-107536],[-270528,-111698],[-271617,-111796],[-273298,-112475],[-272069,-112948],[-280038,-108251],[-280049,-106007],[-281050,-109561],[-274685,-110789],[-278656,-111570],[-274232,-107348],[-271908,-107069],[-272448,-103223],[-269881,-104783],[-271480,-104973],[-273287,-103660],[-279437,-103555],[-280110,-104852],[-277590,-104689],[-278009,-104794],[-274879,-104069],[-276580,-104648],[-276466,-107704],[-277098,-107133],[-277340,-107255],[-279584,-110424],[-273985,-111770],[-274872,-111917],[-281326,-105410],[-280858,-104707],[-279922,-105775],[-279182,-106191],[-278923,-107147],[-280991,-108273],[-280333,-108390],[-279867,-108645],[-278154,-107556],[-278212,-108316],[-278482,-107972],[-279605,-112087],[-278069,-111420],[-277524,-113041],[-277145,-112204],[-276929,-111137],[-278502,-111031],[-278344,-111032],[-278363,-110093],[-274158,-112582],[-274797,-113131],[-274653,-113731],[-275083,-114480],[-274402,-114879],[-280132,-114612],[-280221,-113879],[-281397,-114477],[-269322,-109328],[-271798,-108701],[-271559,-110450],[-271291,-112814],[-273710,-114061],[-273118,-113044],[-272886,-112337],[-279406,-107349],[-280574,-102240],[-276933,-113595],[-275163,-114818],[-276540,-110697],[-278580,-111431],[-280395,-111287],[-275012,-107975],[-273458,-106728],[-275170,-107320],[-272829,-105372],[-272290,-105208],[-270461,-104467],[-271105,-104211],[-273115,-103998],[-279259,-103453],[-280094,-104488],[-277486,-104930],[-278186,-105051],[-274680,-104276],[-276041,-105297],[-276816,-108214],[-276680,-107506],[-277052,-107307],[-279010,-110525],[-277531,-112762],[-274159,-112307],[-274920,-111244],[-268944,-107053],[-269131,-107476],[-269743,-108820],[-271422,-108236],[-270502,-111702],[-271108,-111337],[-273818,-114704],[-273319,-113293],[-271558,-113191],[-280800,-106752],[-279332,-105673],[-277289,-113786],[-278389,-109990],[-275644,-108148],[-273946,-108806],[-272466,-105512],[-271701,-102663],[-269393,-104957],[-270641,-104553],[-270997,-104430],[-273332,-104150],[-279611,-103558],[-279150,-104116],[-277118,-104793],[-278404,-105280],[-275451,-103862],[-276258,-105006],[-276980,-107802],[-277240,-107413],[-279689,-110363],[-277799,-112970],[-274365,-111798],[-275214,-111081],[-270345,7212],[-270566,6357],[-269598,9324],[-269682,2021],[-278482,865],[-276467,1294],[-272486,1460],[-269546,1479],[-278337,1622],[-277252,1875],[-272543,829],[-270281,579],[-278154,1946],[-278645,1679],[-276772,1580],[-272398,557],[-270036,1068],[-278961,1156],[-276610,1402],[-273085,778],[-270017,1436],[-278575,138270],[-277054,139994],[-279670,140952],[-270045,20443],[-268837,19587],[-270266,15722],[-272596,22692],[-270456,19573],[-279401,14501],[-279968,15148],[-270850,21778],[-275671,16991],[-276208,24979],[-274216,24243],[-273654,16634],[-269034,18264],[-277431,14567],[-275383,16315],[-271246,33788],[-276426,28442],[-271372,25939],[-272148,35989],[-272850,38366],[-271628,33256],[-271872,35317],[-270634,35810],[-276591,25850],[-271053,38512],[-272789,36281],[-272576,32184],[-270182,32950],[-273304,38340],[-271008,33890],[-275142,31505],[-270682,32023],[-269683,31468],[-281092,33668],[-279690,33640],[-280015,32050],[-276849,35461],[-277834,36415],[-276643,36625],[-276811,38304],[-281290,33679],[-280338,33573],[-280092,32017],[-277766,35314],[-278362,37096],[-275735,33692],[-277218,36840],[-276078,37750],[-276052,37065],[-276076,33771],[-274193,38515],[-279729,27661],[-281359,35482],[-280809,34088],[-279967,33604],[-280077,32262],[-277649,35994],[-277812,36836],[-275467,37100],[-281051,33291],[-279501,33714],[-280418,32381],[-277088,35644],[-278169,36551],[-271510,40809],[-272831,38881],[-272226,40072],[-272003,39585],[-270627,38961],[-272172,41365],[-268835,40051],[-270649,49015],[-269686,49705],[-270210,49477],[-271286,50152],[-270810,47884],[-274461,46424],[-274959,44921],[-274164,42408],[-279184,42843],[-275428,38950],[-273892,41155],[-276311,47254],[-271604,47434],[-279600,48117],[-280287,46858],[-269238,50403],[-270016,48258],[-271703,51208],[-271750,49208],[-272130,41724],[-271437,43332],[-272797,45976],[-270637,45742],[-276849,39456],[-278976,41485],[-272940,46731],[-274929,44434],[-279298,40658],[-273928,45391],[-274216,45894],[-280789,40551],[-271341,42940],[-270860,45200],[-278190,40551],[-272747,40556],[-271374,63074],[-271202,56767],[-272758,54697],[-272256,54511],[-268931,58407],[-273065,57633],[-275486,55736],[-274238,58084],[-279525,56354],[-278809,51640],[-277717,54857],[-279099,52803],[-280707,58200],[-281441,57413],[-281224,56559],[-276126,58742],[-273259,63994],[-273909,56867],[-271638,56393],[-274670,57606],[-269389,52712],[-269774,54170],[-280856,53193],[-279548,55709],[-277367,63650],[-279310,62813],[-278909,59912],[-280130,58342],[-281125,57350],[-280610,56663],[-281356,55339],[-273647,55697],[-270905,53940],[-270786,55255],[-268857,62336],[-271691,51841],[-274939,58083],[-274557,57056],[-271446,51770],[-270906,52314],[-271155,53412],[-273536,63883],[-270191,63077],[-269065,60549],[-269723,60767],[-272954,59171],[-274469,58113],[-269069,54455],[-273522,55408],[-270781,53521],[-272098,56792],[-269749,62214],[-275852,58900],[-273378,55844],[-271587,63842],[-271063,61254],[-280436,57562],[-280953,58284],[-280730,56236],[-281511,55461],[-275751,58322],[-275054,58614],[-275891,58732],[-275096,57306],[-273427,57748],[-269659,59988],[-270045,60053],[-278847,60557],[-279633,59199],[-280451,57557],[-280308,56669],[-276250,58196],[-274581,58162],[-276020,58616],[-274807,57676],[-273323,56844],[-270231,63275],[-273783,55840],[-269756,59505],[-272127,57337],[-276185,57703],[-271829,51914],[-271913,56707],[-271563,56399],[-270133,65228],[-281463,76341],[-277388,64296],[-271529,75792],[-273220,72180],[-274677,70609],[-273731,76301],[-269867,71220],[-275840,67515],[-276236,67982],[-276668,67173],[-276133,67344],[-277284,76551],[-277359,75596],[-277178,74020],[-275680,73510],[-276298,72304],[-275823,69887],[-279376,66703],[-279779,65653],[-279695,70356],[-281016,72128],[-272669,66313],[-272232,64647],[-269976,65468],[-271400,65811],[-271741,66244],[-274942,71003],[-280213,71500],[-271872,74121],[-272940,73412],[-276597,68444],[-275725,68188],[-275920,67660],[-277007,67280],[-277164,75597],[-277107,74323],[-276010,73440],[-275716,72357],[-275957,70074],[-279270,67309],[-280359,66119],[-280067,70711],[-280996,72717],[-273604,64941],[-278906,66764],[-272163,72527],[-270270,72882],[-271664,74135],[-276842,66159],[-277682,75153],[-276939,74749],[-275216,73692],[-276036,71987],[-275576,70211],[-279974,66441],[-279778,70874],[-280531,72646],[-273055,65714],[-270612,65796],[-279623,67503],[-280074,66405],[-275961,72152],[-277198,74456],[-280298,71164],[-270474,74917],[-276288,68393],[-276131,67121],[-277632,75936],[-275641,73650],[-275930,69660],[-280356,70721],[-280696,72666],[-271336,64977],[-272642,64804],[-272536,88889],[-270430,84663],[-272177,80120],[-271941,78995],[-276210,81623],[-275354,80299],[-276319,80150],[-277812,77038],[-280599,86204],[-280014,87637],[-271361,77291],[-274535,77912],[-272327,81818],[-270378,78291],[-273656,80772],[-272879,77895],[-273964,89040],[-273065,88598],[-272023,88809],[-273720,86621],[-279959,87371],[-272834,80184],[-272583,78627],[-276212,81734],[-276252,80860],[-276482,80454],[-270527,77683],[-274603,78278],[-272027,81935],[-272498,89459],[-280504,86427],[-277544,77145],[-273199,85511],[-280865,86958],[-270812,77153],[-271874,80569],[-275866,82150],[-275263,80596],[-276037,80624],[-274540,79411],[-272529,82793],[-280594,86671],[-270840,82209],[-279945,87328],[-273053,79968],[-271241,77884],[-275525,82314],[-275272,81105],[-275902,80510],[-277859,77127],[-273959,77949],[-272767,81941],[-279611,84355],[-279497,85339],[-280138,84157],[-279190,85476],[-280019,84548],[-278787,84903],[-280548,84143],[-279370,85330],[-274130,91823],[-277243,98035],[-278403,101499],[-279084,96646],[-280113,92243],[-274646,92380],[-274574,91686],[-278897,95871],[-277674,100603],[-280168,92652],[-278538,91861],[-279440,97792],[-279297,96448],[-273334,90073],[-272544,89901],[-278514,97910],[-278145,101541],[-281044,101621],[-278744,96050],[-275444,95793],[-271817,90563],[-276838,98358],[-277803,102114],[-279263,96106],[-274532,95753],[-272913,91745],[-271228,89829],[-271195,114249],[-268880,111469],[-273391,114284],[-269526,115105],[-275756,114624],[-272256,113795],[-268956,107911],[-273954,115348],[-271554,112952],[-269906,109962],[-268999,107352],[-270185,112623],[-270025,112251],[-272055,114374],[-270367,110298],[-269928,110452],[-278834,103407],[-279343,103821],[-279962,103494],[-280539,103085],[-277331,106333],[-277278,108746],[-280612,105013],[-269898,117776],[-275574,115561],[-278172,117829],[-273606,121859],[-269790,120954],[-278399,121464],[-279903,122940],[-278905,116828],[-286154,-118265],[-281658,-116906],[-292487,-116382],[-289089,-116867],[-291094,-121701],[-288325,-122061],[-290402,-125023],[-290358,-127389],[-284856,-123001],[-286607,-123926],[-282727,-118523],[-294055,-118167],[-293955,-116991],[-293525,-117105],[-290955,-115643],[-291912,-115383],[-292394,-115165],[-291107,-117466],[-291062,-117685],[-289676,-115996],[-288536,-116617],[-288861,-115590],[-289007,-115736],[-283436,-115382],[-282740,-115782],[-283228,-115603],[-282204,-115140],[-282039,-116172],[-283420,-116830],[-283708,-116649],[-283583,-115137],[-284577,-115742],[-283749,-116828],[-283427,-117194],[-283562,-119928],[-288258,-115057],[-288083,-115405],[-288264,-115453],[-287420,-117977],[-288225,-116814],[-287492,-117219],[-287826,-115453],[-288328,-115914],[-287960,-116142],[-288638,-119239],[-288490,-120269],[-287696,-120763],[-288136,-120265],[-288467,-121070],[-288126,-122781],[-287184,-123956],[-285554,-122327],[-285951,-123024],[-285403,-121098],[-285726,-121919],[-286297,-121756],[-287528,-121028],[-286948,-121615],[-287735,-122329],[-284775,-124172],[-284135,-123923],[-284077,-124666],[-282697,-124341],[-282913,-123502],[-282786,-125808],[-282663,-125467],[-282040,-125662],[-285478,-127424],[-287258,-125760],[-287647,-125628],[-287381,-125006],[-287937,-124737],[-288849,-123491],[-291443,-123184],[-291503,-123139],[-290937,-123231],[-290132,-119241],[-291024,-118961],[-291531,-118932],[-293131,-123529],[-293102,-122039],[-293740,-122307],[-293351,-122471],[-294340,-123998],[-294186,-122768],[-293791,-122689],[-293302,-123791],[-282301,-126572],[-282311,-126386],[-281925,-127414],[-288801,-127377],[-288243,-127405],[-288585,-126868],[-284819,-118476],[-285038,-117915],[-283042,-118160],[-291182,-116121],[-293475,-116011],[-290224,-118284],[-290291,-118828],[-289785,-120625],[-290140,-120177],[-289588,-122171],[-290080,-122086],[-290015,-124439],[-290186,-124998],[-291050,-127734],[-285183,-123358],[-283397,-122113],[-286840,-124418],[-286223,-123730],[-287196,-127525],[-287671,-127033],[-282664,-119197],[-282784,-119811],[-291504,-126404],[-294241,-126277],[-290513,-116196],[-290640,-115483],[-290216,-116597],[-291255,-117997],[-291384,-118637],[-288710,-116116],[-289407,-116080],[-288494,-115885],[-289364,-115101],[-282257,-115593],[-283501,-118917],[-285082,-118858],[-283554,-117021],[-283509,-115361],[-284466,-116209],[-285124,-116028],[-283741,-116798],[-284214,-120445],[-288411,-116806],[-288456,-116521],[-288189,-115252],[-287749,-115142],[-287506,-118491],[-288373,-119979],[-287843,-121117],[-288191,-121444],[-287922,-122677],[-287129,-123810],[-285382,-122693],[-286189,-121686],[-286112,-121639],[-287709,-121887],[-287177,-121597],[-282454,-124460],[-282311,-124508],[-282241,-126018],[-282768,-125469],[-285438,-127239],[-288301,-126159],[-287842,-124759],[-289026,-123588],[-289029,-123719],[-291357,-122546],[-291067,-122201],[-290414,-119025],[-292985,-122899],[-292968,-123117],[-292957,-122326],[-293066,-123540],[-293721,-122588],[-294088,-122815],[-281920,-127577],[-288667,-127689],[-285383,-117323],[-285953,-118179],[-281931,-116478],[-293210,-117029],[-290940,-117589],[-289700,-119038],[-289916,-118265],[-290099,-120010],[-289647,-122061],[-290513,-122137],[-292818,-124412],[-292984,-124144],[-292019,-125526],[-291394,-125429],[-283094,-122026],[-283602,-122328],[-286824,-125342],[-284915,-124599],[-286368,-126515],[-287613,-127570],[-282000,-119543],[-292612,-126480],[-283845,-118012],[-291144,-116288],[-290257,-118299],[-291362,-119693],[-290624,-123181],[-294266,-126156],[-290087,-124612],[-290195,-127123],[-284240,-121353],[-286219,-125788],[-281752,-119527],[-294158,-126186],[-285744,-128055],[-283975,-131628],[-286101,-132135],[-285429,-132735],[-285708,-131181],[-285651,-129010],[-286219,-129701],[-286439,-128582],[-288294,-127959],[-289088,-128624],[-289018,-128347],[-290488,-128659],[-290008,-129480],[-289287,-129340],[-289609,-131005],[-290435,-129540],[-291446,-129242],[-290473,-131121],[-291412,-130835],[-293637,-130622],[-293565,-130688],[-290781,-133872],[-290196,-133990],[-290073,-136518],[-290384,-136737],[-290683,-137986],[-292456,-137825],[-292777,-137830],[-282561,-138949],[-281979,-137934],[-281699,-139475],[-282920,-139829],[-283606,-139214],[-283369,-138476],[-283987,-139702],[-283341,-140408],[-285682,-140128],[-284575,-139737],[-290478,-128241],[-290971,-128132],[-288257,-130361],[-286673,-130548],[-285344,-129754],[-282817,-130666],[-284422,-130932],[-281623,-127910],[-292996,-129963],[-288812,-135566],[-288599,-135832],[-288307,-137170],[-287839,-136724],[-287715,-136371],[-287420,-136049],[-286112,-133903],[-287759,-127885],[-288784,-130396],[-283286,-131070],[-285278,-127918],[-285010,-127980],[-285507,-128927],[-283519,-132092],[-284241,-131417],[-284197,-131852],[-284802,-132473],[-286063,-133217],[-285830,-133282],[-285859,-131630],[-285340,-131610],[-286249,-129717],[-285548,-128846],[-286235,-130266],[-289169,-128065],[-288649,-129063],[-289382,-128522],[-290426,-129182],[-290773,-128600],[-290291,-129146],[-288784,-129374],[-290049,-128956],[-288684,-128690],[-290139,-130813],[-289298,-130834],[-289099,-131940],[-290390,-132042],[-289862,-131469],[-289952,-132564],[-291148,-129744],[-290924,-129548],[-291143,-130503],[-290921,-130711],[-290685,-131322],[-290404,-131754],[-293670,-131289],[-293716,-131321],[-292828,-131159],[-290094,-132914],[-290472,-134366],[-290241,-133863],[-290047,-133292],[-290078,-137450],[-290239,-137368],[-289967,-136836],[-292834,-138167],[-292073,-137850],[-292793,-138795],[-281657,-138646],[-282136,-137824],[-282735,-139441],[-281770,-139498],[-282652,-139314],[-282390,-140578],[-283394,-138319],[-284187,-139320],[-283406,-139025],[-284045,-140459],[-283846,-140235],[-285986,-140272],[-286180,-140345],[-286092,-140489],[-284423,-140219],[-285377,-140528],[-287931,-129415],[-287447,-129080],[-285866,-129186],[-285171,-131336],[-283731,-129479],[-283826,-131271],[-292480,-129553],[-292793,-129753],[-294246,-128083],[-287066,-128049],[-288312,-130420],[-286147,-130101],[-284184,-129669],[-288038,-136312],[-288525,-134951],[-288441,-149703],[-289044,-143627],[-285199,-152589],[-283760,-151631],[-293920,-149204],[-292531,-149077],[-293024,-149192],[-292207,-148781],[-291408,-149318],[-290464,-149573],[-291210,-143360],[-291046,-144074],[-290778,-142788],[-290025,-142634],[-290330,-144132],[-289955,-142967],[-290838,-144777],[-291315,-144295],[-288451,-147851],[-282074,-140883],[-281712,-140654],[-283578,-140650],[-283110,-141259],[-283597,-141425],[-283427,-141054],[-283242,-141429],[-283285,-141880],[-284073,-141811],[-283766,-142147],[-283926,-141442],[-281799,-141772],[-282552,-142328],[-282946,-142321],[-282494,-142570],[-282220,-142201],[-281803,-141806],[-281635,-141359],[-281991,-144016],[-282407,-143896],[-281862,-144525],[-282694,-144769],[-285480,-142936],[-286585,-141630],[-286502,-141193],[-285896,-141122],[-285103,-140914],[-285370,-141863],[-285791,-141158],[-285811,-142193],[-284634,-141793],[-284054,-142343],[-284013,-142632],[-285346,-143419],[-285276,-143502],[-283814,-144540],[-283631,-144370],[-282975,-145133],[-282553,-145108],[-282643,-145609],[-282277,-146166],[-281666,-146353],[-285643,-150716],[-284452,-149231],[-285850,-151374],[-287373,-148152],[-286666,-148527],[-288826,-147461],[-290390,-144167],[-283471,-148260],[-293093,-149478],[-293095,-149329],[-291389,-149769],[-291107,-149993],[-290652,-142755],[-290895,-142699],[-289842,-143217],[-283880,-141528],[-283065,-140916],[-284433,-141512],[-282632,-142448],[-282140,-142428],[-282010,-143918],[-281664,-144078],[-282234,-144727],[-282133,-143916],[-283152,-143398],[-283366,-143228],[-285712,-143380],[-286511,-142357],[-286268,-142014],[-284488,-140639],[-285778,-142149],[-285657,-142336],[-285217,-142339],[-285149,-144025],[-284944,-142600],[-283366,-143685],[-283717,-144596],[-283150,-145514],[-282114,-145410],[-282138,-146072],[-281875,-146707],[-284503,-150431],[-284838,-151080],[-288785,-148088],[-287838,-149697],[-289033,-143717],[-287015,-146395],[-282276,-152251],[-282500,-148531],[-286260,-148712],[-289796,-146451],[-284627,-152766],[-283678,-152931],[-293410,-165858],[-293061,-163863],[-284500,-165296],[-285459,-163842],[-288130,-165654],[-288821,-164048],[-288539,-163120],[-291548,-160455],[-291507,-164377],[-292164,-162234],[-291591,-159106],[-293039,-158453],[-288201,-159311],[-289419,-159083],[-284706,-160057],[-283839,-160725],[-284491,-166072],[-283068,-163595],[-282736,-154829],[-282415,-154827],[-282240,-154453],[-285346,-153873],[-282942,-155122],[-293402,-165336],[-294167,-164462],[-284679,-165336],[-284376,-164816],[-288085,-165864],[-289564,-164795],[-290059,-161646],[-290816,-160606],[-291753,-164809],[-293270,-161902],[-290971,-160389],[-293538,-159419],[-288606,-159864],[-290024,-158133],[-284987,-160520],[-282424,-160026],[-283914,-164087],[-294332,-164485],[-294192,-165665],[-284881,-164298],[-288735,-162375],[-290715,-160908],[-291654,-163675],[-292642,-162337],[-291831,-159057],[-293798,-158097],[-288650,-159008],[-290109,-158012],[-283306,-160050],[-284826,-165563],[-283722,-155398],[-283761,-155405],[-282963,-155924],[-282540,-154755],[-284228,-154819],[-282430,-154127],[-293343,-166143],[-293349,-165284],[-294014,-163413],[-284304,-164391],[-287549,-164485],[-289407,-164021],[-288531,-162454],[-291619,-161122],[-291552,-164023],[-292901,-162141],[-290945,-158940],[-294163,-159079],[-287086,-159724],[-290513,-159287],[-284894,-159376],[-283838,-160283],[-293097,-168131],[-291526,-166911],[-289314,-169083],[-288555,-169964],[-289947,-171158],[-291726,-172323],[-291610,-172718],[-286865,-168252],[-285375,-169987],[-283748,-169752],[-282871,-167869],[-283898,-166241],[-293651,-177140],[-291583,-177476],[-289150,-177600],[-288921,-177199],[-288952,-177089],[-293840,-174649],[-284301,-167221],[-288672,-168520],[-288587,-167784],[-285251,-169286],[-287383,-170774],[-285559,-176889],[-285214,-175415],[-283333,-175198],[-283619,-173756],[-281804,-171859],[-283673,-178891],[-281659,-178797],[-284709,-176320],[-291031,-175361],[-291369,-176618],[-293069,-173777],[-292925,-170908],[-292798,-169218],[-294161,-168489],[-293589,-168842],[-294283,-167805],[-291209,-166834],[-289015,-168983],[-288795,-170941],[-290255,-170444],[-292149,-172815],[-292196,-173846],[-286530,-169400],[-282698,-169321],[-292937,-177992],[-292620,-178673],[-291861,-176936],[-292407,-176639],[-288481,-177525],[-289433,-176562],[-294151,-177149],[-293796,-174841],[-284314,-166942],[-284250,-166375],[-288638,-167886],[-287531,-167444],[-289002,-167063],[-285162,-169224],[-287661,-171159],[-285408,-174993],[-285454,-176162],[-283880,-176461],[-284405,-175647],[-283618,-175324],[-282961,-174979],[-283576,-172506],[-283346,-174734],[-281661,-172698],[-281940,-178969],[-284370,-176409],[-290946,-175432],[-290582,-176234],[-293088,-173442],[-293357,-171410],[-293484,-169994],[-293477,-168638],[-293967,-178722],[-292406,-168021],[-291663,-168067],[-289514,-170238],[-288357,-170785],[-290312,-170763],[-292309,-172986],[-286832,-168759],[-285850,-169022],[-283569,-169855],[-283300,-167921],[-293535,-178670],[-293408,-178679],[-292555,-178109],[-291569,-177500],[-289290,-177158],[-284943,-167258],[-284338,-166463],[-288492,-168100],[-287646,-167313],[-289063,-166859],[-285415,-169182],[-287970,-171241],[-285754,-174779],[-285774,-174679],[-283738,-176314],[-283652,-177046],[-282423,-175848],[-283066,-175849],[-282222,-174130],[-282272,-174169],[-282585,-172215],[-284149,-177196],[-291126,-175763],[-290985,-176599],[-293487,-173290],[-292995,-171152],[-293329,-169468],[-293995,-168314],[-292965,-167040],[-292378,-168054],[-290089,-169923],[-288853,-170785],[-289790,-170949],[-291191,-172792],[-292312,-173269],[-287711,-169324],[-284780,-170027],[-284209,-168887],[-293107,-176985],[-290479,-178167],[-288272,-177786],[-289255,-176957],[-289805,-176842],[-285183,-166492],[-288494,-168360],[-287802,-167770],[-288939,-167476],[-285347,-169863],[-287890,-171494],[-287611,-176205],[-284289,-174786],[-283457,-174322],[-282657,-172117],[-283919,-176377],[-290692,-174986],[-291469,-175902],[-293601,-173337],[-293150,-171497],[-292644,-169128],[-294147,-169090],[-293604,-168565],[-281619,-181859],[-281603,-187313],[-281697,-181708],[-281773,-181493],[-288720,-180385],[-286056,-181599],[-285077,-181490],[-284204,-182927],[-285850,-182476],[-288662,-180885],[-289914,-183080],[-292388,-183651],[-291906,-180381],[-283375,-181430],[-282760,-179625],[-294066,-190959],[-287791,-190178],[-284798,-191321],[-283963,-189113],[-288508,-188325],[-293378,-181403],[-293783,-181762],[-290013,-179919],[-285588,-182446],[-284766,-180737],[-284358,-182726],[-286302,-183626],[-287632,-180656],[-289489,-182889],[-291816,-183764],[-291116,-183182],[-292223,-182084],[-291417,-181669],[-283410,-180722],[-283656,-179346],[-283273,-179043],[-286655,-188434],[-286480,-188924],[-284655,-191010],[-291524,-190623],[-291137,-190736],[-290684,-190445],[-290191,-189355],[-288543,-191740],[-287346,-188797],[-286665,-188709],[-286427,-189817],[-284445,-191721],[-283934,-191071],[-284284,-187568],[-283619,-190357],[-285572,-189293],[-287990,-189557],[-287732,-189122],[-291100,-189305],[-292253,-187845],[-293237,-188939],[-293455,-179895],[-292777,-181601],[-291741,-179022],[-289082,-180274],[-286065,-181630],[-284025,-181095],[-284778,-182325],[-287280,-182336],[-288616,-180810],[-288692,-182179],[-290688,-183385],[-291964,-182697],[-292337,-180332],[-291422,-180152],[-283078,-181151],[-283637,-179096],[-283121,-179048],[-286860,-187596],[-284995,-191394],[-289677,-190812],[-290556,-191338],[-290511,-189633],[-287120,-190381],[-287529,-189763],[-285291,-190820],[-286370,-189952],[-282541,-190096],[-284250,-190433],[-284090,-188047],[-283452,-189011],[-284918,-189120],[-284536,-189103],[-287606,-189461],[-287789,-188146],[-291205,-189426],[-291611,-188876],[-288457,-179655],[-287645,-181259],[-285250,-181645],[-284567,-183127],[-286311,-183310],[-288360,-181897],[-289909,-183256],[-291246,-181739],[-282908,-181248],[-283900,-179910],[-282963,-179787],[-290155,-191577],[-286166,-189800],[-285558,-188209],[-287988,-189359],[-292451,-189476],[-293716,-202798],[-290809,-202411],[-293159,-197752],[-286204,-195332],[-285169,-195220],[-287005,-194212],[-282609,-192335],[-284066,-197340],[-282848,-199230],[-281845,-199844],[-284371,-203282],[-286911,-203628],[-289251,-198311],[-288681,-197371],[-289797,-194824],[-293910,-193372],[-291992,-192512],[-291370,-192599],[-284083,-192292],[-290542,-204510],[-291424,-204310],[-289160,-203189],[-281965,-201780],[-281876,-198263],[-292714,-201273],[-291576,-201638],[-292711,-201200],[-293644,-199627],[-292885,-198774],[-291300,-194222],[-290458,-196867],[-290764,-195813],[-287649,-196931],[-286477,-197027],[-286024,-196340],[-284968,-193763],[-285088,-192458],[-289356,-192465],[-282813,-197304],[-282868,-197259],[-283635,-198588],[-281985,-199023],[-283791,-202435],[-286604,-203142],[-286361,-203681],[-290831,-199765],[-288685,-198717],[-290404,-197032],[-289379,-196638],[-290668,-195318],[-290362,-195312],[-294010,-194738],[-292893,-195016],[-292180,-193094],[-291656,-192442],[-289902,-192629],[-287919,-192211],[-291655,-204127],[-290807,-204248],[-289955,-202125],[-290509,-204042],[-281627,-202332],[-281620,-199171],[-281812,-198024],[-293162,-202115],[-290990,-202894],[-292621,-198608],[-292070,-194987],[-286953,-196107],[-284514,-195729],[-284876,-196239],[-285046,-193097],[-287241,-193483],[-289006,-193088],[-288697,-192933],[-284278,-193103],[-282707,-192432],[-284730,-196806],[-283807,-196183],[-284460,-198140],[-283008,-198344],[-282468,-199477],[-281740,-201526],[-284147,-203983],[-283724,-204407],[-286613,-203887],[-284644,-202496],[-290286,-198135],[-289951,-198632],[-289371,-196832],[-289821,-197147],[-289557,-194092],[-290674,-194557],[-293506,-194998],[-294149,-197244],[-293088,-192477],[-292909,-192967],[-291052,-202779],[-291239,-202860],[-288865,-203271],[-289100,-202671],[-281886,-202106],[-281877,-199408],[-281944,-197842],[-293914,-202049],[-290779,-201132],[-292492,-194243],[-290985,-195172],[-285626,-195975],[-283845,-193103],[-283517,-196622],[-283491,-199821],[-281881,-200008],[-286529,-202380],[-291091,-198163],[-289414,-195980],[-288887,-194829],[-293831,-192362],[-292407,-194085],[-290004,-203671],[-281746,-200946],[-281943,-199163],[-281672,-198169],[-287609,-216177],[-285007,-211199],[-281649,-212061],[-284545,-206271],[-284175,-211094],[-289508,-204764],[-288699,-209022],[-289356,-210421],[-290142,-212322],[-291004,-211937],[-292075,-211883],[-292739,-210521],[-291235,-208171],[-293872,-208702],[-293341,-209093],[-292207,-214578],[-292278,-215606],[-288753,-216088],[-286869,-212777],[-286336,-212228],[-283155,-209987],[-282858,-210657],[-285141,-209535],[-284646,-209511],[-287052,-206138],[-285942,-206303],[-283969,-206377],[-283317,-207915],[-282215,-205332],[-281800,-211683],[-283236,-215844],[-282287,-214100],[-282543,-214142],[-286330,-207395],[-282287,-209910],[-290670,-204716],[-289832,-208201],[-288567,-210768],[-290222,-212581],[-290777,-211525],[-291050,-211051],[-292274,-209917],[-290889,-208394],[-292903,-207818],[-293142,-210047],[-292311,-214416],[-292107,-216134],[-288328,-216763],[-286212,-214277],[-283748,-213604],[-283875,-213563],[-283914,-210409],[-284457,-208596],[-285120,-206086],[-282451,-207255],[-282269,-205275],[-283032,-215370],[-283246,-214207],[-291570,-217263],[-290896,-205285],[-283216,-204676],[-284173,-210549],[-289723,-207777],[-289105,-210255],[-291445,-212145],[-291190,-211866],[-290904,-209446],[-293927,-207689],[-292683,-209401],[-291901,-214365],[-284629,-213734],[-284209,-213539],[-283435,-212021],[-285363,-207600],[-287557,-205464],[-283371,-206785],[-281878,-204678],[-281842,-211620],[-282866,-215599],[-283101,-214524],[-291165,-216969],[-287835,-214749],[-282934,-208870],[-282611,-208032],[-282228,-207643],[-284487,-209649],[-285371,-210103],[-289360,-208963],[-288546,-210278],[-290010,-213102],[-290793,-212550],[-292503,-211792],[-291104,-208834],[-293887,-208502],[-293316,-209371],[-291965,-214792],[-291344,-216231],[-288690,-216952],[-288452,-216776],[-286684,-214202],[-284964,-213515],[-283732,-212480],[-284293,-212590],[-283312,-213870],[-283247,-213666],[-282350,-212183],[-281672,-212135],[-285834,-208954],[-285316,-209554],[-285882,-205911],[-285132,-206186],[-282436,-206389],[-283638,-206305],[-281676,-204674],[-282073,-211505],[-283025,-215651],[-282874,-213642],[-290679,-223665],[-286920,-218497],[-287244,-217472],[-282456,-219148],[-282354,-219655],[-282418,-220631],[-283133,-221308],[-282519,-222382],[-282870,-223008],[-283603,-220582],[-284797,-220953],[-287736,-225585],[-286135,-225849],[-284813,-224323],[-286059,-223264],[-287425,-223682],[-288852,-223736],[-288746,-224344],[-290030,-224961],[-289818,-222754],[-289977,-221557],[-294140,-217526],[-290599,-217801],[-293957,-227945],[-291729,-224675],[-291885,-224524],[-293325,-222121],[-292149,-223491],[-287771,-226667],[-289893,-228887],[-293581,-219321],[-292719,-221080],[-292713,-218770],[-292988,-218054],[-287291,-228186],[-281962,-226469],[-286222,-230061],[-285321,-229716],[-283200,-227706],[-283246,-227156],[-281740,-227471],[-291008,-226563],[-292127,-227777],[-289292,-226682],[-283386,-224199],[-287279,-218535],[-290211,-218773],[-282235,-218881],[-282275,-220281],[-283641,-221385],[-282990,-222507],[-282898,-222928],[-283504,-220170],[-285250,-220640],[-286872,-225353],[-286152,-225592],[-284815,-224755],[-286362,-222882],[-287883,-223621],[-288244,-223152],[-288107,-224820],[-290899,-223880],[-290686,-222354],[-290712,-219361],[-294195,-219361],[-290288,-217802],[-294276,-227516],[-293813,-224397],[-293130,-225085],[-293501,-223270],[-292468,-223061],[-290925,-217530],[-290726,-218760],[-287862,-227878],[-290038,-228968],[-291517,-220323],[-292778,-217566],[-292212,-217809],[-286425,-227181],[-285522,-228424],[-286485,-227649],[-287048,-226948],[-281863,-226479],[-282217,-226048],[-282725,-225006],[-283322,-225341],[-283463,-227525],[-283061,-227375],[-281739,-227057],[-282295,-219485],[-282301,-220241],[-283027,-220495],[-283408,-220990],[-283041,-223078],[-283532,-220908],[-284509,-220846],[-287194,-226201],[-286068,-225404],[-284751,-224540],[-286766,-223120],[-287589,-224226],[-289028,-223227],[-287872,-225429],[-290362,-223821],[-291504,-222571],[-289905,-221688],[-291042,-222797],[-290854,-219587],[-293670,-220228],[-292894,-228822],[-292135,-224194],[-293459,-222113],[-292767,-221500],[-289300,-228585],[-291342,-219799],[-285321,-226661],[-285914,-228695],[-282920,-226518],[-282978,-227388],[-281765,-218704],[-289151,-230096],[-291276,-225881],[-289111,-220713],[-286731,-217615],[-287713,-218384],[-282572,-219001],[-282560,-219304],[-282369,-221125],[-282793,-221295],[-283186,-222607],[-283965,-220253],[-285189,-221005],[-287133,-226023],[-285419,-225838],[-285020,-224486],[-286777,-223198],[-287296,-224040],[-288812,-223020],[-288376,-225091],[-290239,-224136],[-289770,-223120],[-290020,-221299],[-290095,-219652],[-291747,-225406],[-293199,-223061],[-288456,-227914],[-290000,-229029],[-292990,-219732],[-293609,-218766],[-285790,-228203],[-283333,-225521],[-293805,-241727],[-292442,-238179],[-293538,-239115],[-293289,-239375],[-293354,-240484],[-293299,-240194],[-289659,-239957],[-289856,-239806],[-283156,-231713],[-283506,-236053],[-285424,-234819],[-282319,-234585],[-282585,-234631],[-285182,-231777],[-285366,-230739],[-283277,-240297],[-291783,-231133],[-292233,-231465],[-289463,-230920],[-292053,-234312],[-292387,-238015],[-289806,-240047],[-284960,-230537],[-286263,-241806],[-282201,-232324],[-291345,-231321],[-292370,-232221],[-294281,-230497],[-293057,-233397],[-292790,-233755],[-292922,-237176],[-293258,-238325],[-294058,-241417],[-293292,-239138],[-288953,-236407],[-287274,-241325],[-287177,-232737],[-283571,-231714],[-288221,-231956],[-281744,-234438],[-284027,-233278],[-286170,-235536],[-283777,-236346],[-284027,-240078],[-285482,-241663],[-291532,-231297],[-293058,-231924],[-283039,-242904],[-288624,-231202],[-290161,-234285],[-292571,-237804],[-291376,-238982],[-282770,-231263],[-290023,-234919],[-289954,-234087],[-289054,-235672],[-288519,-236264],[-287633,-241626],[-288921,-240635],[-289634,-241169],[-287548,-238832],[-284046,-239831],[-284326,-237005],[-285589,-236750],[-285927,-235667],[-287976,-231945],[-288281,-232288],[-283889,-232928],[-282492,-232174],[-285607,-241864],[-285074,-241732],[-286316,-241606],[-283984,-239695],[-284350,-238605],[-282772,-237798],[-284929,-231032],[-283535,-241222],[-283535,-240921],[-291334,-231394],[-292728,-232217],[-289812,-231111],[-289731,-230918],[-289935,-231614],[-291288,-234932],[-291477,-234704],[-292028,-235432],[-292746,-233093],[-292980,-237531],[-293738,-236329],[-282490,176],[-291745,-3657],[-290015,-5367],[-291011,-4001],[-291650,-1458],[-291765,-3939],[-290155,-4705],[-291052,-3989],[-292019,-2121],[-281914,-199],[-291709,-4110],[-290024,-5320],[-290562,-3966],[-291683,-1537],[-292673,-3988],[-290364,-5065],[-291069,-4217],[-291301,-2148],[-287580,-9355],[-285060,-8842],[-283494,-9686],[-282085,-8483],[-286974,-9450],[-285151,-8783],[-283323,-9441],[-281841,-8408],[-287355,-9119],[-284419,-8909],[-283587,-9623],[-282170,-8859],[-287256,-9502],[-284705,-8398],[-283391,-9661],[-282531,-8410],[-283689,-243686],[-285446,-252374],[-292103,-248996],[-286447,-254624],[-293412,-251120],[-289113,-251847],[-291366,-249658],[-289600,-249634],[-290834,-253558],[-286357,-253135],[-283524,-243509],[-282395,-255657],[-282715,-245696],[-283770,-251134],[-285979,-252370],[-285585,-254067],[-291219,-251303],[-294301,-246018],[-283564,-243572],[-282697,-255779],[-282293,-251261],[-282659,-249406],[-282501,-248900],[-283961,-251281],[-283441,-250963],[-287634,-248042],[-286600,-252989],[-288226,-250400],[-293069,-253938],[-287727,-253065],[-284080,-254333],[-282786,-254376],[-282155,-255442],[-284354,-252637],[-292716,-250817],[-285584,-252670],[-289723,-249338],[-291787,-251044],[-291226,-250223],[-283316,-255179],[-287471,-254223],[-291533,-251838],[-283317,-243042],[-281782,-255790],[-283259,-253549],[-282217,-250842],[-282793,-246070],[-282311,-245872],[-282101,-244963],[-282567,-245621],[-289886,-261409],[-289701,-259213],[-287554,-260981],[-291733,-258587],[-292382,-260796],[-293105,-267680],[-286307,-266122],[-284508,-265804],[-283820,-259806],[-284628,-263279],[-283638,-258941],[-290047,-261279],[-286606,-261101],[-289270,-267556],[-290517,-266193],[-290314,-265765],[-290233,-265411],[-289867,-266295],[-290534,-265924],[-284320,-258150],[-288655,-258664],[-291083,-257735],[-290689,-256740],[-292965,-258137],[-293545,-256597],[-294081,-256724],[-292472,-263783],[-283450,-257089],[-288693,-259776],[-284351,-258359],[-283446,-262066],[-288430,-261568],[-292189,-264862],[-281600,-258890],[-290819,-265118],[-289990,-265807],[-282641,-260516],[-290648,-258361],[-282841,-257074],[-291112,-258193],[-287833,-260622],[-292298,-260698],[-292595,-267552],[-292508,-268579],[-285795,-267912],[-287134,-265967],[-284020,-260105],[-283506,-259692],[-288669,-262947],[-291106,-265610],[-289914,-266065],[-290847,-265386],[-281685,-259753],[-284058,-257020],[-290832,-255832],[-283625,-258097],[-288731,-259496],[-284445,-256183],[-288873,-257511],[-293304,-257100],[-292532,-258730],[-293512,-256932],[-292863,-264186],[-282720,-257298],[-288068,-260665],[-293142,-260296],[-285814,-266125],[-284282,-264268],[-284874,-262820],[-284672,-258339],[-290630,-265603],[-290188,-266364],[-290109,-265640],[-293445,-257800],[-290468,-258987],[-284208,-256242],[-282687,-257685],[-284407,-269774],[-284792,-270064],[-287250,-274599],[-289064,-275331],[-292677,-271371],[-291940,-272953],[-287922,-277644],[-292319,-275141],[-290465,-274212],[-284764,-271853],[-286601,-272302],[-287498,-276911],[-284405,-279071],[-286392,-278292],[-283185,-273898],[-282528,-274485],[-282774,-272466],[-293040,-278009],[-290479,-280760],[-288512,-280742],[-289772,-279733],[-287628,-279308],[-293127,-281325],[-282770,-269769],[-288403,-273376],[-292735,-276498],[-293776,-277057],[-294082,-271674],[-293766,-272025],[-287419,-268927],[-289231,-275533],[-282314,-270248],[-283322,-277095],[-287389,-274606],[-287873,-278345],[-282153,-274712],[-293106,-280785],[-288312,-280379],[-294135,-280421],[-288644,-272342],[-294140,-271946],[-287761,-269303],[-283871,-269210],[-289700,-274812],[-288533,-277398],[-291062,-273878],[-288890,-277084],[-291681,-274024],[-288173,-275255],[-292750,-268721],[-291694,-268974],[-282482,-277024],[-284151,-273336],[-283336,-274674],[-291020,-281249],[-290934,-279767],[-293419,-279341],[-293946,-278640],[-288109,-274272],[-294207,-277401],[-287165,-270397],[-292596,-275445],[-290611,-276025],[-291278,-276931],[-285124,-272933],[-291763,-280877],[-289603,-278971],[-286795,-281385],[-294080,-276241],[-287586,-275020],[-289269,-273676],[-289259,-284434],[-289475,-281581],[-289225,-284275],[-286962,-283513],[-287746,-284240],[-285994,-283217],[-286440,-283735],[-288513,-283590],[-291217,-282420],[-286788,-281636],[-291689,-283222],[-293371,-282623],[-288710,-282418],[-285908,-283309],[-286479,-283329],[-288489,-283931],[-291944,-283077],[-288827,-284535],[-286335,-283373],[-288533,-284048],[-282189,-293332],[-282103,-292148],[-289942,-290000],[-284140,-292122],[-282849,-289634],[-287347,-291710],[-290006,-290399],[-287036,-290270],[-289861,-290958],[-286319,-353154],[-285234,-350164],[-286286,-352857],[-285228,-350233],[-283087,-16746],[-291434,-16802],[-291339,-13897],[-287915,-13551],[-288354,-15930],[-286639,-13472],[-292204,-16445],[-290707,-14553],[-287332,-13561],[-287779,-16427],[-286254,-14175],[-291620,-16357],[-290568,-13877],[-287863,-13682],[-287641,-16378],[-286493,-13823],[-291309,-15767],[-290984,-14274],[-287487,-13849],[-288113,-15966],[-285881,-14276],[-289999,-34684],[-286782,-37930],[-281679,-35648],[-291834,-36888],[-294023,-33602],[-288087,-33924],[-289596,-36822],[-288741,-36864],[-282485,-36118],[-290905,-36752],[-293658,-34302],[-288815,-36700],[-282598,-35328],[-291143,-36836],[-293565,-33572],[-291537,-36659],[-293860,-34249],[-289814,-49545],[-287933,-50579],[-293956,-41072],[-293289,-42891],[-293319,-42271],[-291249,-41944],[-292272,-41448],[-291116,-48822],[-293809,-47351],[-282645,-49593],[-283817,-49156],[-285943,-50598],[-289105,-50847],[-291798,-48722],[-290571,-47280],[-281615,-46562],[-282516,-46368],[-289817,-50055],[-287219,-50719],[-293973,-41326],[-293682,-43469],[-292501,-42238],[-291704,-42025],[-291981,-41457],[-290411,-49474],[-287501,-50159],[-293987,-43075],[-292510,-42378],[-290967,-41751],[-292463,-40786],[-281659,-49200],[-283483,-49144],[-285931,-50565],[-288346,-50359],[-291517,-47823],[-282736,-45886],[-294141,-47565],[-289624,-50126],[-287935,-50796],[-294343,-41330],[-293520,-42967],[-292623,-41951],[-291270,-42238],[-292500,-40866],[-288640,-48498],[-283825,-47211],[-291159,-51173],[-289350,-53535],[-287194,-53866],[-284859,-53185],[-291092,-51197],[-292898,-51505],[-284164,-52278],[-293424,-63212],[-293695,-62723],[-294170,-63181],[-291683,-61966],[-289624,-62908],[-289254,-61648],[-291302,-62235],[-291509,-61894],[-287913,-61815],[-288376,-62091],[-287418,-61376],[-287503,-61571],[-286670,-62166],[-286173,-62183],[-284415,-61211],[-284942,-61130],[-284852,-60940],[-284465,-61326],[-283543,-61814],[-283345,-62150],[-282407,-61787],[-282641,-62621],[-286502,-61175],[-291523,-51273],[-291163,-51397],[-281658,-61290],[-291493,-53897],[-292941,-53989],[-291253,-53756],[-289305,-54806],[-290376,-53501],[-289567,-54667],[-286689,-53359],[-286501,-54482],[-287609,-53923],[-286787,-52816],[-285926,-53865],[-282106,-53208],[-284236,-53436],[-284068,-52499],[-282302,-53278],[-294110,-55794],[-293150,-55310],[-292966,-55535],[-290407,-51163],[-294078,-51307],[-283765,-52215],[-288447,-53312],[-292882,-62367],[-293563,-62827],[-293990,-63626],[-292780,-62898],[-292577,-63686],[-291875,-63580],[-289801,-62934],[-291995,-63202],[-291610,-62383],[-291008,-60914],[-290010,-62228],[-289163,-62009],[-289359,-62119],[-290230,-61574],[-290709,-62468],[-291230,-62089],[-288335,-62374],[-287971,-61850],[-287108,-61107],[-286198,-60870],[-286135,-61855],[-285750,-62519],[-285788,-62171],[-284920,-61920],[-285706,-61424],[-285621,-61064],[-284061,-62577],[-284559,-61162],[-284781,-61529],[-283608,-62487],[-283486,-62918],[-283171,-61919],[-283911,-61645],[-283269,-61944],[-281941,-62110],[-282994,-61939],[-289692,-63365],[-291255,-51677],[-286845,-63677],[-291460,-70311],[-292292,-71008],[-292267,-70085],[-292595,-70376],[-294142,-67148],[-292811,-64317],[-291958,-64137],[-291980,-65096],[-290544,-71531],[-289989,-73486],[-291289,-73270],[-291086,-73035],[-290697,-73820],[-288926,-73428],[-287398,-71354],[-287546,-71431],[-287736,-73989],[-286851,-73752],[-285590,-72516],[-286502,-72503],[-285968,-71029],[-284911,-72451],[-285417,-71393],[-285728,-70689],[-283086,-73642],[-282627,-74273],[-282577,-74321],[-283770,-74664],[-284952,-74195],[-288797,-69053],[-288759,-69019],[-284977,-65330],[-293148,-67008],[-292398,-66878],[-284811,-64478],[-284373,-64225],[-283859,-64826],[-284396,-65033],[-282860,-64694],[-282135,-71714],[-282062,-69538],[-282343,-68595],[-281713,-71438],[-282007,-70819],[-282092,-67169],[-282124,-67732],[-283694,-66983],[-283861,-67038],[-283631,-66999],[-285311,-67965],[-283967,-69609],[-284017,-68743],[-283706,-68860],[-284620,-68539],[-283839,-68189],[-283937,-67889],[-285110,-70264],[-285357,-70268],[-284796,-68396],[-284897,-69790],[-284697,-69439],[-285712,-70035],[-285161,-68881],[-285336,-69647],[-285189,-69156],[-288413,-74153],[-292179,-74228],[-291964,-70823],[-294333,-68861],[-292995,-64175],[-292888,-64254],[-291946,-65278],[-292006,-65163],[-291644,-71364],[-289923,-71509],[-291388,-73711],[-291430,-73706],[-286208,-72708],[-286050,-72258],[-286257,-71166],[-283626,-72186],[-286025,-70974],[-283350,-74166],[-282554,-74053],[-284333,-73967],[-285668,-74258],[-285397,-74356],[-288270,-69163],[-284468,-65555],[-289208,-66836],[-292031,-67159],[-284450,-64787],[-283571,-64742],[-284213,-64071],[-287946,-63944],[-285064,-67484],[-283863,-66591],[-286179,-67172],[-285879,-66710],[-287927,-67355],[-287681,-67949],[-288488,-67907],[-288080,-66360],[-286718,-65879],[-285285,-65455],[-284417,-65837],[-284417,-65837],[-289208,-66836],[-290512,-65557],[-289767,-65349],[-290390,-67467],[-291428,-66782],[-282051,-71877],[-282612,-68737],[-282417,-68378],[-282162,-66596],[-281860,-67319],[-283880,-70060],[-284090,-66788],[-283870,-67128],[-284965,-67363],[-283776,-68409],[-285094,-68597],[-284037,-67029],[-284900,-69789],[-285592,-70123],[-284862,-68517],[-284691,-68914],[-285022,-69398],[-285231,-69831],[-285144,-69691],[-285573,-69426],[-285336,-68376],[-291720,-75083],[-292126,-74326],[-291745,-75137],[-289588,-75692],[-286615,-76236],[-285906,-76463],[-289028,-76208],[-288781,-75969],[-287043,-76481],[-287150,-76004],[-288736,-76445],[-289335,-76045],[-289675,-76358],[-291335,-77280],[-291418,-77166],[-291445,-77172],[-291705,-77053],[-293603,-88103],[-294049,-83837],[-294041,-83336],[-293819,-81162],[-292857,-77572],[-293530,-78857],[-292748,-82081],[-292743,-81885],[-292771,-80932],[-292479,-80356],[-292135,-79847],[-291932,-79235],[-290082,-80805],[-291149,-81977],[-287251,-76901],[-286384,-77456],[-286896,-79847],[-285295,-77407],[-284463,-77017],[-284551,-77410],[-285875,-80604],[-288783,-81200],[-289752,-79604],[-289881,-79522],[-284763,-82012],[-285825,-83021],[-285813,-82722],[-285883,-82429],[-287027,-83342],[-287167,-83265],[-284347,-83162],[-286119,-83788],[-284171,-88269],[-284328,-88502],[-285502,-88623],[-292074,-88524],[-289509,-82401],[-289913,-82210],[-282062,-81726],[-284394,-82365],[-285215,-88984],[-291713,-86851],[-292279,-86979],[-292422,-86259],[-291569,-84263],[-289724,-82781],[-286612,-82477],[-287117,-81557],[-284568,-83279],[-282401,-83558],[-281723,-83264],[-282375,-86768],[-282242,-89400],[-284183,-84764],[-284335,-84167],[-285868,-86110],[-287578,-85773],[-286335,-87389],[-291440,-85602],[-289447,-85531],[-289612,-78115],[-289216,-79383],[-287802,-79909],[-287695,-76844],[-285410,-79803],[-283467,-78336],[-282020,-78359],[-282155,-80771],[-293344,-86517],[-293316,-86571],[-293907,-87467],[-293602,-87355],[-294168,-87371],[-293734,-82310],[-293938,-82031],[-293951,-80807],[-293758,-80244],[-293448,-78070],[-293370,-78760],[-292462,-82199],[-292497,-81087],[-292440,-81519],[-292192,-80630],[-292362,-80560],[-291428,-78781],[-290963,-80970],[-291427,-82600],[-287090,-76965],[-285119,-77682],[-285705,-76819],[-284588,-77399],[-285812,-80548],[-286733,-83775],[-287806,-83090],[-290524,-80235],[-289924,-79081],[-290757,-80007],[-284195,-82528],[-284269,-82373],[-284260,-82338],[-285915,-83210],[-285810,-82826],[-285694,-82114],[-286894,-83039],[-287616,-83142],[-287566,-83691],[-284521,-83018],[-285943,-83536],[-285811,-83285],[-285885,-83535],[-287735,-88118],[-288360,-87943],[-284927,-88269],[-284746,-88297],[-285808,-88614],[-286225,-88695],[-292102,-88487],[-292192,-88540],[-292187,-88412],[-290286,-81855],[-290175,-81958],[-282836,-77563],[-284166,-80459],[-284233,-79994],[-282081,-81660],[-284317,-81955],[-291637,-86518],[-289902,-87041],[-292791,-83924],[-292891,-84443],[-290091,-83156],[-286399,-82438],[-288228,-81085],[-284243,-83593],[-281811,-82051],[-283418,-83258],[-284597,-83648],[-283478,-85754],[-285152,-88203],[-285054,-86500],[-287412,-86731],[-287881,-86572],[-289363,-84192],[-291240,-84445],[-289690,-77868],[-288758,-78717],[-288087,-79772],[-287207,-77298],[-285155,-80424],[-284341,-78352],[-281884,-78496],[-282100,-80598],[-285303,-89375],[-294241,-85511],[-289195,-84588],[-287454,-81053],[-282762,-81979],[-284977,-85289],[-286655,-86122],[-289093,-85819],[-290159,-78098],[-289005,-79188],[-288704,-79986],[-287944,-77014],[-284793,-80396],[-283431,-78555],[-282320,-78235],[-282201,-80881],[-292029,-86131],[-292808,-85460],[-291437,-83998],[-286802,-81675],[-282350,-84005],[-282816,-89022],[-285822,-84765],[-285235,-87578],[-288514,-87904],[-290789,-86001],[-289754,-78137],[-289255,-79350],[-288194,-79279],[-288132,-77722],[-284613,-79851],[-284141,-77816],[-282746,-78131],[-282427,-81029],[-294394,-91619],[-289511,-89846],[-289069,-90603],[-289459,-91576],[-289814,-91981],[-292242,-91594],[-292172,-91559],[-294246,-96200],[-293834,-96099],[-293865,-95965],[-294382,-93873],[-294253,-97610],[-293974,-99563],[-293906,-100365],[-292703,-101895],[-294349,-101139],[-293145,-100131],[-291522,-99400],[-290812,-101768],[-290223,-102138],[-288610,-93928],[-288567,-93262],[-284166,-97856],[-289717,-97629],[-289860,-97574],[-287126,-98438],[-287285,-98811],[-286068,-99575],[-287126,-101241],[-285034,-102016],[-283985,-101662],[-286876,-101942],[-282101,-101877],[-281669,-100795],[-282435,-96921],[-281861,-98489],[-282118,-96045],[-282769,-101887],[-282020,-94407],[-282706,-94604],[-288345,-95426],[-287335,-93184],[-285036,-91249],[-287160,-90391],[-286177,-93970],[-284824,-93991],[-282649,-92974],[-283599,-92367],[-282103,-99157],[-282998,-99007],[-286165,-100923],[-285838,-100260],[-286536,-99509],[-284473,-97626],[-286389,-96154],[-287070,-97647],[-291831,-98358],[-292862,-98269],[-292569,-101689],[-292079,-101109],[-281950,-90202],[-294127,-90945],[-289802,-90748],[-289847,-89464],[-289302,-90669],[-289952,-91908],[-289892,-91806],[-289150,-92693],[-292482,-91538],[-292169,-91113],[-292190,-90845],[-294038,-96142],[-293951,-95605],[-294027,-95024],[-294116,-95022],[-293889,-97904],[-294158,-97816],[-294281,-99661],[-293792,-101573],[-293368,-100998],[-294355,-101790],[-291468,-102074],[-290327,-101669],[-288843,-92998],[-289535,-92538],[-288990,-93263],[-289679,-97706],[-289577,-98141],[-289204,-98165],[-287109,-99974],[-286352,-99279],[-286705,-99676],[-286969,-99800],[-285595,-102197],[-285382,-102134],[-288066,-101924],[-287600,-101870],[-282455,-98445],[-281797,-98747],[-283317,-98718],[-283888,-100246],[-282341,-96310],[-281820,-97831],[-281828,-98661],[-281665,-96932],[-282857,-95686],[-283358,-94659],[-286948,-98695],[-289082,-97364],[-285192,-91958],[-287306,-90477],[-286872,-89744],[-281727,-89716],[-285829,-92646],[-284713,-94313],[-283909,-92912],[-283406,-93561],[-282416,-100751],[-283061,-100454],[-284588,-101289],[-286165,-101919],[-286075,-99628],[-284292,-97933],[-287124,-97828],[-288120,-97751],[-291693,-98585],[-293002,-97155],[-290835,-99573],[-291347,-101958],[-282534,-101707],[-282892,-94909],[-286971,-99173],[-288466,-96087],[-282506,-89451],[-285820,-93084],[-282253,-94418],[-283540,-100595],[-285319,-100580],[-284301,-97855],[-288188,-96676],[-293311,-97464],[-292646,-101428],[-293541,-102078],[-283219,-101998],[-282114,-95701],[-287166,-90164],[-286441,-93000],[-283786,-92065],[-282214,-99324],[-285875,-99794],[-284794,-98181],[-287281,-96475],[-292498,-97853],[-290630,-101449],[-293173,-104884],[-291214,-103031],[-291785,-104130],[-292448,-104025],[-292242,-103381],[-292289,-104142],[-290864,-103954],[-291037,-103686],[-290704,-102289],[-289194,-102471],[-289419,-102851],[-289551,-102485],[-290352,-103855],[-290466,-105127],[-289040,-104993],[-284778,-102557],[-284314,-102240],[-282248,-102517],[-282985,-103152],[-283277,-103835],[-284104,-103256],[-284175,-103571],[-286917,-102549],[-286725,-104292],[-285991,-104172],[-284293,-104202],[-294381,-110484],[-293188,-110217],[-293761,-110512],[-293960,-111352],[-293942,-112367],[-293233,-113006],[-292335,-112139],[-293783,-111357],[-292575,-110772],[-292899,-111702],[-292642,-108713],[-293057,-108763],[-292861,-109211],[-293741,-109774],[-293328,-108664],[-290839,-114977],[-289897,-114969],[-290587,-114353],[-291535,-112434],[-290125,-114005],[-290301,-113215],[-290575,-113415],[-291876,-113593],[-291360,-113457],[-291828,-113130],[-290785,-111329],[-289014,-108686],[-290353,-108066],[-290158,-108305],[-290677,-107590],[-290611,-106821],[-290798,-106092],[-290425,-107149],[-291445,-107383],[-290500,-105934],[-290820,-106736],[-294112,-107206],[-293462,-106647],[-292358,-107234],[-292529,-107144],[-291879,-106698],[-291157,-106391],[-286935,-106936],[-289245,-107218],[-289167,-108374],[-285291,-108677],[-285212,-108589],[-283491,-106881],[-284999,-108145],[-285935,-107708],[-285432,-107233],[-286123,-107785],[-284885,-105498],[-284361,-104475],[-284922,-104880],[-284657,-105966],[-284885,-105814],[-284518,-105950],[-282352,-108714],[-285063,-110072],[-285477,-110015],[-285438,-110222],[-286074,-110291],[-284141,-109343],[-283948,-108674],[-284837,-108584],[-284074,-108379],[-284823,-112240],[-284579,-112082],[-281720,-114451],[-281973,-114751],[-286439,-113208],[-286916,-114200],[-286767,-113661],[-282924,-108976],[-284632,-106852],[-282857,-105244],[-285946,-102680],[-283327,-103065],[-293452,-103516],[-290713,-106677],[-291346,-106308],[-289013,-108368],[-286666,-109033],[-285662,-108560],[-289126,-109847],[-287873,-109099],[-290240,-110888],[-289395,-111372],[-290028,-109343],[-292002,-109360],[-286989,-113696],[-287909,-114194],[-285853,-113190],[-285225,-113690],[-284300,-113171],[-284318,-109773],[-283303,-110885],[-281966,-114462],[-283229,-114458],[-282414,-108904],[-292768,-102240],[-293631,-104673],[-291542,-102852],[-291313,-103499],[-290629,-105258],[-291884,-103309],[-291914,-103773],[-290503,-103896],[-290965,-103239],[-291829,-102466],[-289538,-102761],[-290150,-104267],[-282091,-102759],[-284044,-103919],[-284243,-102620],[-286410,-102347],[-286120,-102781],[-286804,-102477],[-286635,-102805],[-286429,-103251],[-284377,-104436],[-282014,-105538],[-293598,-110430],[-293046,-112490],[-292133,-111618],[-293028,-110975],[-293166,-111947],[-292252,-111334],[-294288,-109220],[-293935,-109289],[-292233,-114718],[-289748,-114809],[-290203,-114177],[-290478,-113550],[-290822,-113234],[-291281,-113703],[-291466,-114593],[-287994,-111792],[-290122,-106999],[-290896,-107501],[-291469,-107168],[-291123,-106650],[-292292,-107297],[-293915,-107022],[-292206,-107051],[-292731,-106488],[-283976,-105683],[-285343,-107577],[-286618,-107290],[-286701,-107450],[-284375,-104468],[-284477,-104432],[-284617,-110120],[-285645,-110299],[-283738,-109116],[-284579,-107790],[-284465,-111731],[-282157,-114620],[-286521,-113287],[-283877,-108898],[-283574,-104081],[-285138,-107319],[-282337,-105884],[-285888,-103864],[-294322,-104273],[-293146,-106019],[-291462,-104398],[-288269,-107994],[-287609,-109047],[-286230,-110151],[-289910,-108962],[-290092,-110979],[-290641,-111245],[-289895,-110997],[-291729,-108659],[-292287,-110642],[-288336,-113036],[-288722,-113565],[-284301,-114270],[-286007,-114509],[-284426,-112722],[-284206,-112440],[-284495,-111279],[-283548,-111416],[-281898,-113600],[-283654,-113321],[-282256,-109875],[-282272,-110441],[-283928,-109553],[-283372,-103985],[-284585,-106197],[-282990,-106589],[-286133,-102881],[-292441,-106522],[-287342,-108374],[-290423,-111560],[-289965,-110915],[-287909,-114161],[-285019,-113845],[-284515,-109869],[-282956,-114032],[-283407,-104716],[-285190,-106144],[-283244,-105621],[-285091,-102927],[-291578,-106191],[-287814,-107038],[-286268,-107580],[-288923,-110870],[-290555,-112750],[-289955,-109073],[-287255,-114434],[-284272,-113639],[-283673,-111372],[-282976,-114347],[-282295,-109505],[-292892,8565],[-293853,8803],[-289588,9867],[-282087,385],[-293311,5775],[-289232,9790],[-291449,12029],[-288985,9455],[-291264,12171],[-288502,9780],[-287892,1816],[-287496,1615],[-287556,4208],[-288343,3961],[-291887,711],[-288004,1404],[-288980,1287],[-293804,4632],[-294057,5237],[-282047,678],[-293025,4592],[-293667,4442],[-293733,5221],[-294009,4831],[-293801,5713],[-284600,140211],[-285283,141188],[-294067,19169],[-291346,20925],[-293905,18612],[-281996,24426],[-293561,18798],[-290712,20219],[-282384,15618],[-293912,19037],[-291215,20912],[-293004,24850],[-292779,25298],[-292375,24384],[-291975,24878],[-290642,24570],[-294160,22465],[-290945,20989],[-291151,22797],[-292821,24513],[-291511,24885],[-290767,23694],[-294259,22433],[-291960,21875],[-292399,24045],[-291592,25528],[-291561,23883],[-293453,22348],[-292009,22745],[-291918,24723],[-291946,24811],[-290895,24316],[-293845,21636],[-291269,22586],[-289879,315546],[-289740,311073],[-290609,312258],[-288160,311872],[-289968,311643],[-289805,310213],[-290096,312570],[-293282,310583],[-290663,313120],[-289186,315270],[-293324,310747],[-291250,310549],[-292802,309833],[-291781,314919],[-289299,314192],[-289207,313327],[-290544,313325],[-289785,313003],[-293685,311733],[-291554,309952],[-291056,309066],[-290019,315181],[-288581,313579],[-293602,312214],[-291918,311803],[-288857,313167],[-289943,310388],[-291997,313514],[-292511,312911],[-293217,312690],[-290922,26456],[-293055,25915],[-290412,26410],[-292747,26247],[-287844,32919],[-286928,37143],[-285503,35887],[-289556,35237],[-290288,34590],[-289970,33069],[-291280,33089],[-287977,31302],[-291369,35932],[-281824,35526],[-284562,32741],[-285903,32601],[-283789,28534],[-287062,33810],[-286694,29182],[-289511,34660],[-284286,28763],[-286296,35799],[-283587,31157],[-283368,30039],[-286452,37595],[-285765,35801],[-290107,35414],[-290442,34861],[-291546,33475],[-288766,30767],[-291621,36200],[-282198,35325],[-290782,25973],[-293334,26527],[-284841,31028],[-287020,34114],[-289954,33319],[-289671,31593],[-282528,34243],[-288424,35272],[-282827,29855],[-285075,30097],[-283024,32749],[-290924,38528],[-287353,36744],[-285420,36526],[-289284,35684],[-290236,34605],[-290249,32797],[-290705,33479],[-287943,31343],[-291555,36580],[-291827,25839],[-290931,26720],[-293140,26648],[-288038,29908],[-287225,37092],[-285442,35972],[-289364,35407],[-291032,34938],[-290403,33029],[-290933,32595],[-288503,30429],[-291368,36438],[-281625,35098],[-293833,390377],[-293453,389699],[-293580,395522],[-294195,394440],[-294184,394904],[-294244,396362],[-294118,395507],[-294193,404513],[-293963,403244],[-293483,400589],[-292522,399548],[-293660,397365],[-293146,404452],[-294052,403633],[-292426,400954],[-292769,398938],[-292836,399440],[-293288,397165],[-294304,404530],[-294039,402546],[-292588,401203],[-292977,400298],[-293200,397154],[-293784,404634],[-292711,403466],[-293197,401337],[-292743,400062],[-293402,397678],[-288422,506529],[-289526,509468],[-287067,502438],[-291683,506555],[-291349,511045],[-293124,506285],[-291411,507483],[-284777,49376],[-285109,38955],[-290618,39630],[-294389,44893],[-294140,43251],[-293674,47692],[-293413,50044],[-285457,39095],[-287279,41973],[-287742,41766],[-287351,45104],[-286384,45651],[-286387,46914],[-286965,48292],[-292806,48577],[-293798,51302],[-291099,50644],[-290120,50359],[-290054,48578],[-284579,44719],[-285134,43234],[-284573,42345],[-283632,39239],[-283675,40035],[-290318,39840],[-290588,39235],[-293307,44957],[-292216,44335],[-294225,48300],[-293397,51023],[-286257,39285],[-287235,41974],[-288280,41488],[-287042,45101],[-287086,45591],[-286582,46751],[-286667,48396],[-292862,48724],[-294375,51014],[-291116,50993],[-290066,50036],[-289678,48771],[-284434,44527],[-285419,43430],[-285250,42306],[-281848,50915],[-286064,40333],[-285078,38992],[-290051,39079],[-292304,43814],[-291724,45118],[-292118,45191],[-293333,49582],[-293454,48021],[-293048,51160],[-285749,39515],[-287072,41451],[-287880,41759],[-287022,44727],[-286752,45885],[-286048,47663],[-285998,47775],[-292947,48345],[-290376,50705],[-290413,50694],[-289816,48125],[-284240,43851],[-285013,43905],[-284649,42732],[-282075,48896],[-285375,48287],[-285253,39243],[-289549,38894],[-292471,44246],[-293554,48451],[-285868,39862],[-287455,42007],[-287593,41586],[-286831,44956],[-286435,45750],[-286213,47010],[-286110,47636],[-292418,48457],[-293542,51227],[-290847,51274],[-290202,50072],[-290009,48409],[-284231,43843],[-285092,43995],[-284613,43088],[-292557,515681],[-291413,514577],[-290905,514634],[-284388,53723],[-283979,51890],[-285746,57741],[-284895,59006],[-290076,60022],[-291275,58718],[-282544,54154],[-282909,55040],[-292614,60414],[-288419,52475],[-285203,56237],[-283428,54108],[-284300,54030],[-281667,51438],[-282665,51487],[-282933,54832],[-285650,57407],[-286790,60408],[-285713,61053],[-282898,64184],[-284854,61937],[-285559,62189],[-294144,52166],[-293841,51729],[-292411,55026],[-290045,60238],[-291585,60866],[-292437,59349],[-291219,59196],[-282242,54450],[-281700,55930],[-282467,55602],[-293226,60315],[-287834,52454],[-283810,53370],[-284954,51589],[-282490,51925],[-285038,52483],[-285911,51545],[-282952,58739],[-282892,62342],[-285919,62080],[-286361,61452],[-293100,52153],[-291982,59010],[-291732,58773],[-282388,54654],[-282337,55033],[-292752,60337],[-293560,51532],[-287642,53211],[-284860,52347],[-283252,59707],[-293075,51681],[-293350,53366],[-291615,56766],[-291348,60880],[-282577,53691],[-281729,58270],[-281704,55859],[-282634,55436],[-292934,60146],[-288296,52405],[-293246,57238],[-293365,55956],[-294388,55911],[-292292,56765],[-293975,55495],[-293001,56825],[-293472,55609],[-292453,56359],[-294387,57589],[-293351,66526],[-289324,72276],[-287355,72349],[-286656,69077],[-284940,71352],[-294230,66957],[-281628,76094],[-286325,65663],[-283361,66952],[-289825,72153],[-289943,72172],[-288651,72458],[-288243,72998],[-288052,69380],[-286655,68642],[-284969,71366],[-285235,70932],[-293981,65359],[-294379,65672],[-293834,67107],[-294397,68000],[-289847,71903],[-287431,72645],[-287530,69009],[-285153,71390],[-294129,66001],[-282060,75793],[-283404,66898],[-285704,66258],[-282488,65532],[-289298,72088],[-288725,71213],[-288011,72128],[-287790,71722],[-287282,68161],[-286982,68436],[-284672,71307],[-285328,71257],[-294022,66866],[-282074,75892],[-293581,74407],[-292647,73539],[-293921,75878],[-292489,76557],[-293307,75086],[-292296,76386],[-289978,75056],[-289784,76762],[-293427,73808],[-294061,76415],[-291952,75192],[-290684,76204],[-289746,76617],[-292581,73655],[-293328,73610],[-293133,75090],[-290224,75246],[-290096,76566],[-293621,73254],[-294159,75869],[-292129,76061],[-281919,88660],[-281905,78155],[-282943,79514],[-281639,89680],[-283599,79518],[-281704,77465],[-283279,79256],[-282078,78376],[-282871,79577],[-283416,78613],[-283903,79217],[-282604,79353],[-281974,89256],[-282012,78114],[-283398,78652],[-290879,85180],[-292515,87157],[-292841,79240],[-294003,81275],[-293540,86505],[-293559,88194],[-289368,88008],[-289566,89728],[-292140,89313],[-291997,85304],[-289433,87818],[-289097,77828],[-289027,81721],[-288073,82351],[-290443,84786],[-290141,87016],[-292176,86527],[-292035,85196],[-282642,89401],[-292895,77742],[-293721,78374],[-293814,79173],[-293081,80087],[-294048,85731],[-292988,87776],[-292611,87716],[-289298,88797],[-290312,88774],[-290059,89103],[-291419,88774],[-292194,88983],[-288597,86338],[-288080,87198],[-288010,78456],[-289331,77423],[-288674,81330],[-288210,82424],[-292532,86702],[-290090,85552],[-291701,86303],[-291478,85539],[-290444,84907],[-292154,84712],[-290594,85880],[-294003,79325],[-293135,79120],[-293167,80883],[-293905,87525],[-293688,86338],[-293309,88556],[-289864,88509],[-290316,89315],[-291773,88794],[-292585,86652],[-288503,86892],[-287835,77190],[-288787,82135],[-287916,82364],[-293936,77245],[-293294,77275],[-293677,79279],[-293863,81506],[-293386,80625],[-293027,80476],[-293958,87412],[-294132,86995],[-294239,85743],[-292596,88358],[-293570,88500],[-288420,88076],[-290084,88194],[-290551,88151],[-290284,89348],[-289025,88924],[-291214,88434],[-291021,89361],[-292962,86270],[-288264,87181],[-288503,86807],[-288442,77227],[-288977,78017],[-288747,81289],[-288554,82555],[-291039,87098],[-292042,84715],[-292110,86151],[-292047,86427],[-290638,85034],[-291599,86069],[-282394,90596],[-281767,90330],[-282662,94327],[-282533,95870],[-282140,102106],[-288430,100056],[-287373,97516],[-283942,98083],[-282993,96333],[-283104,90606],[-282651,90530],[-283104,94791],[-282979,96087],[-282135,101893],[-287943,100114],[-282025,90526],[-283404,94806],[-282808,95488],[-288153,99550],[-283029,97645],[-286406,102209],[-283540,97767],[-286923,102337],[-281844,101022],[-282641,90920],[-283538,94784],[-283447,96101],[-281981,102185],[-288130,99557],[-285359,95765],[-288547,91101],[-289401,90732],[-290298,91617],[-290018,90809],[-290184,91365],[-290728,93271],[-290373,93036],[-289854,94310],[-288876,93901],[-290571,91441],[-289955,92223],[-289665,94791],[-286166,96583],[-294363,91484],[-289397,89975],[-289149,91645],[-289887,90722],[-290668,90457],[-290354,90802],[-290321,92824],[-290272,93552],[-290213,93676],[-289306,94243],[-291289,89938],[-289513,91746],[-290652,90004],[-289944,92871],[-289818,93963],[-293183,109758],[-284845,104794],[-292310,107338],[-286298,105715],[-289062,103750],[-283430,104821],[-290903,103751],[-291131,104982],[-283561,103471],[-285572,104968],[-286903,105780],[-289906,104439],[-293790,109414],[-291621,112242],[-287186,105882],[-283707,103244],[-287067,106485],[-285911,105232],[-282096,102638],[-290800,104651],[-290593,103643],[-289522,104248],[-289634,108971],[-287976,106035],[-292056,106561],[-292769,105131],[-290850,107760],[-289160,106734],[-283574,103823],[-290341,103513],[-290645,104450],[-283855,103512],[-285416,105404],[-286936,105814],[-290443,104291],[-294043,109469],[-292931,110954],[-283960,102896],[-285559,104979],[-291120,103749],[-291061,104582],[-286662,105467],[-289733,105040],[-290701,121814],[-306200,-115168],[-305343,-115672],[-301436,-115863],[-300597,-115737],[-300599,-115480],[-300903,-115111],[-301124,-115212],[-301641,-116043],[-301326,-116352],[-301721,-116927],[-300433,-117037],[-300582,-116149],[-300101,-115760],[-298899,-116637],[-296309,-115236],[-296137,-118605],[-295684,-118422],[-297728,-117590],[-297831,-117073],[-298064,-116901],[-296931,-118337],[-297279,-118092],[-296954,-118410],[-294843,-118043],[-295916,-115578],[-299370,-119354],[-299350,-118774],[-299385,-119262],[-297803,-119114],[-298962,-118680],[-299117,-118726],[-295455,-115741],[-295410,-116339],[-294976,-116463],[-294572,-124379],[-294737,-123071],[-295357,-126896],[-296817,-123176],[-299885,-125004],[-296626,-120686],[-296777,-120806],[-299087,-123354],[-299455,-123055],[-299492,-121790],[-299856,-122144],[-300779,-122941],[-300218,-123800],[-301053,-123749],[-300769,-125115],[-300269,-124977],[-303147,-122883],[-302005,-122077],[-302639,-122819],[-303091,-121813],[-303553,-121637],[-303050,-121034],[-304599,-120922],[-303839,-122164],[-305303,-122036],[-305231,-122008],[-306115,-123081],[-305841,-122869],[-305365,-120786],[-304916,-120361],[-305767,-120477],[-306058,-123022],[-306883,-123640],[-306086,-123079],[-305577,-123759],[-305166,-123956],[-303913,-124711],[-303068,-124122],[-303833,-123513],[-301846,-123367],[-301506,-124000],[-301321,-123128],[-302670,-126024],[-303109,-125740],[-303553,-125113],[-304374,-125593],[-304320,-125253],[-304605,-125352],[-304407,-127548],[-303146,-126645],[-302262,-127032],[-302118,-126886],[-301972,-126286],[-302359,-126264],[-304927,-127676],[-305155,-126746],[-306453,-127074],[-305112,-127711],[-296253,-127621],[-296653,-127779],[-297377,-127302],[-297624,-127272],[-296405,-126614],[-299135,-126654],[-298183,-126075],[-299056,-126766],[-299112,-125748],[-299399,-125401],[-299176,-125363],[-299243,-125077],[-298759,-125120],[-299281,-127343],[-298242,-127465],[-297998,-127381],[-294972,-121923],[-296657,-121958],[-296924,-121834],[-299066,-121317],[-296396,-123923],[-295746,-124780],[-294710,-124785],[-294848,-124587],[-295445,-127714],[-295567,-127315],[-294851,-127048],[-298092,-122159],[-306518,-115524],[-305605,-115025],[-299929,-115524],[-300498,-115099],[-301473,-115377],[-301857,-115385],[-301983,-116078],[-302035,-116677],[-300985,-117012],[-300819,-116643],[-300100,-116453],[-295993,-115396],[-296867,-117824],[-298130,-116750],[-298342,-116697],[-297096,-118604],[-297247,-118317],[-295484,-118219],[-299334,-118863],[-299201,-119136],[-298039,-118243],[-295793,-116286],[-295834,-115713],[-294743,-123156],[-295202,-126430],[-296576,-123442],[-296286,-123631],[-298710,-123800],[-298855,-124215],[-299457,-124677],[-297140,-120841],[-297982,-120989],[-298010,-121010],[-299491,-123097],[-299555,-121300],[-299882,-121678],[-300810,-122812],[-300800,-123576],[-301053,-124422],[-300817,-123958],[-301715,-122970],[-303288,-122877],[-303910,-121079],[-302941,-121889],[-304544,-121553],[-304786,-123453],[-304834,-122647],[-303935,-122726],[-306079,-122686],[-306653,-122933],[-305480,-121516],[-305181,-121116],[-307200,-124323],[-307175,-124313],[-306050,-123220],[-305242,-124327],[-304355,-124430],[-303584,-123081],[-303290,-123184],[-302810,-124630],[-301357,-123880],[-302335,-123842],[-302408,-125542],[-303053,-125110],[-304828,-125239],[-304032,-126103],[-304680,-126782],[-302539,-126181],[-302746,-126992],[-302631,-126382],[-301033,-125744],[-301687,-125612],[-304748,-127362],[-305571,-127049],[-305036,-126677],[-297838,-127537],[-297243,-127636],[-297452,-126130],[-296422,-126417],[-297914,-126537],[-298696,-126492],[-299392,-126275],[-298540,-125714],[-298564,-125101],[-298238,-127404],[-295215,-120750],[-294771,-120889],[-297925,-121736],[-298931,-122501],[-295304,-125413],[-295269,-125884],[-295958,-121306],[-297033,-123681],[-296556,-124626],[-294511,-125877],[-296574,-122348],[-297995,-122685],[-296050,-124058],[-306505,-127900],[-307018,-128697],[-306792,-129332],[-306679,-129440],[-305610,-129083],[-304861,-129738],[-303811,-128595],[-304751,-128145],[-303476,-130394],[-302776,-129121],[-303269,-128352],[-301055,-129408],[-301027,-129850],[-300508,-129785],[-302591,-131328],[-302500,-130803],[-305458,-131110],[-304896,-130768],[-305608,-131915],[-306102,-133494],[-305161,-132236],[-304676,-132591],[-303982,-131879],[-303070,-131798],[-304620,-132789],[-304703,-133743],[-304840,-134240],[-306271,-134906],[-307052,-135494],[-305464,-135180],[-304651,-135164],[-304895,-134673],[-304281,-134086],[-302748,-134338],[-302743,-135170],[-301814,-134013],[-302805,-133795],[-301799,-133359],[-302209,-133240],[-301183,-131649],[-301402,-132149],[-299956,-133345],[-298860,-132978],[-299687,-135287],[-300138,-134982],[-298801,-134685],[-297034,-133940],[-298085,-134962],[-299107,-135991],[-299181,-136740],[-300525,-136806],[-301039,-137291],[-301648,-135876],[-302569,-135401],[-301255,-139006],[-301572,-138667],[-301515,-139038],[-302781,-137518],[-302561,-138069],[-304102,-139731],[-304399,-139114],[-304604,-139666],[-305558,-138682],[-305250,-138748],[-306250,-138313],[-305654,-137738],[-306437,-137211],[-304837,-140372],[-304147,-139933],[-304083,-139957],[-299613,-130748],[-299745,-130717],[-298502,-128840],[-296893,-129766],[-296686,-129194],[-296607,-128227],[-298388,-128679],[-298821,-135928],[-296513,-135822],[-297769,-137396],[-294929,-135460],[-297156,-136488],[-297929,-138014],[-303014,-139682],[-305932,-139714],[-306659,-140211],[-305168,-136047],[-305025,-137321],[-306604,-131755],[-307199,-130623],[-298725,-139799],[-297781,-140025],[-294465,-129959],[-295064,-130334],[-294454,-129742],[-295713,-135458],[-303426,-128162],[-305272,-127994],[-306427,-127912],[-306024,-128801],[-306133,-129266],[-306146,-130228],[-305410,-129727],[-305398,-128906],[-304007,-127804],[-303795,-129085],[-303824,-130380],[-305378,-130032],[-305592,-130704],[-303558,-129513],[-303308,-130346],[-302963,-130230],[-302858,-129298],[-301929,-129496],[-301628,-129333],[-300954,-129927],[-300684,-130175],[-300266,-130171],[-301615,-131285],[-302938,-130268],[-301750,-131318],[-303195,-130912],[-305081,-131269],[-305993,-131546],[-305671,-132522],[-307133,-135223],[-304801,-131714],[-305061,-132602],[-303836,-131562],[-302553,-131730],[-303671,-131750],[-304006,-133410],[-303290,-133420],[-304645,-133720],[-305228,-132852],[-305948,-134653],[-305346,-134709],[-305538,-134718],[-306538,-134969],[-305859,-136758],[-305894,-135749],[-305382,-135187],[-303862,-135239],[-303865,-134534],[-303154,-133996],[-303238,-134625],[-303025,-135936],[-302709,-136143],[-302716,-134892],[-301253,-134209],[-300917,-134721],[-302240,-134397],[-302103,-134366],[-302546,-131891],[-301378,-132336],[-302166,-133197],[-302082,-133087],[-301534,-131021],[-301320,-131666],[-301245,-131506],[-300576,-133027],[-300134,-133783],[-299301,-133058],[-297991,-132379],[-299392,-135051],[-300548,-134705],[-299832,-134754],[-298645,-134408],[-297223,-133905],[-298808,-135840],[-298991,-135702],[-298893,-135403],[-300462,-135586],[-300030,-135630],[-300942,-135726],[-302278,-136759],[-302593,-136078],[-302421,-136680],[-302299,-136015],[-301365,-137210],[-300861,-138995],[-300288,-140226],[-300268,-140455],[-301889,-138503],[-301834,-137476],[-302297,-137689],[-301935,-138504],[-302824,-137356],[-303564,-138726],[-303363,-138549],[-305060,-139363],[-304438,-140215],[-305170,-139498],[-306146,-138191],[-305339,-138470],[-306873,-137441],[-306578,-136603],[-305427,-140499],[-303531,-140013],[-299552,-130786],[-299722,-131543],[-298958,-131176],[-298027,-129649],[-297663,-129334],[-296505,-129105],[-297268,-129594],[-297182,-127990],[-298517,-127995],[-298657,-136378],[-297381,-135718],[-297482,-136934],[-305322,-137589],[-302945,-137017],[-306169,-132288],[-307167,-130557],[-299708,-140190],[-297192,-139019],[-297443,-140487],[-298427,-140224],[-294815,-129501],[-295063,-129561],[-294564,-127870],[-295560,-128441],[-295477,-127836],[-302089,-139365],[-304617,-137444],[-307043,-132076],[-301478,-140532],[-306656,-140181],[-305343,-138030],[-306304,-131766],[-296495,-151990],[-305007,-149099],[-306908,-144553],[-305231,-142732],[-305341,-147567],[-305705,-145724],[-300581,-140856],[-306894,-140980],[-306074,-141052],[-304791,-141561],[-305116,-141173],[-303892,-140702],[-304420,-142019],[-304464,-142882],[-304931,-141733],[-307191,-143206],[-306839,-143625],[-304388,-144711],[-299583,-141385],[-298962,-142040],[-298472,-142199],[-301769,-141863],[-301257,-142337],[-300093,-143704],[-299760,-143743],[-300294,-143531],[-299976,-143166],[-301149,-142148],[-300629,-142908],[-299160,-141962],[-300308,-142061],[-300198,-142991],[-303118,-143436],[-302689,-143894],[-302492,-143420],[-300654,-144845],[-300639,-144949],[-300258,-144518],[-307167,-147728],[-307075,-147215],[-304337,-144548],[-307105,-150134],[-306998,-152485],[-305688,-152996],[-306952,-152006],[-307148,-153003],[-305894,-152352],[-304632,-151459],[-305635,-152029],[-305230,-153029],[-305347,-150866],[-305985,-151077],[-305341,-150829],[-305466,-150320],[-304937,-149615],[-304432,-150192],[-304432,-150462],[-303837,-150737],[-303926,-150593],[-302348,-150457],[-303137,-150701],[-300643,-150553],[-301979,-150837],[-301084,-149886],[-301979,-148825],[-301710,-149312],[-303665,-149482],[-304796,-148674],[-304287,-148633],[-306192,-150374],[-302393,-148042],[-303157,-149142],[-302818,-148899],[-303306,-148037],[-302962,-148609],[-304175,-146431],[-305831,-146840],[-304435,-148384],[-304768,-148112],[-306755,-147523],[-299519,-151045],[-299793,-151053],[-299815,-150835],[-298065,-150483],[-299409,-150964],[-299195,-148773],[-296932,-148122],[-296538,-148243],[-296164,-148313],[-294626,-148448],[-299172,-148804],[-299710,-150441],[-298580,-149701],[-299602,-150473],[-298004,-148622],[-297932,-149981],[-299005,-150832],[-294534,-148671],[-294635,-145660],[-294427,-146009],[-296552,-144832],[-297660,-143673],[-297152,-144627],[-297263,-144801],[-296591,-145188],[-296679,-145388],[-296125,-151872],[-296242,-151926],[-305541,-148739],[-307156,-145347],[-304758,-148385],[-305583,-143663],[-304758,-143438],[-302572,-141530],[-302365,-141803],[-306721,-140699],[-305498,-146670],[-305720,-147684],[-306876,-146302],[-306793,-141480],[-304596,-140789],[-304375,-142774],[-304571,-142132],[-304732,-143523],[-299589,-141250],[-299456,-141369],[-297863,-142748],[-298268,-142604],[-300778,-141462],[-301229,-142567],[-299540,-141738],[-299361,-141497],[-302978,-143337],[-303106,-143428],[-300115,-143853],[-300293,-144875],[-306854,-147256],[-304779,-144852],[-306977,-151850],[-306056,-152041],[-305314,-151987],[-304739,-152119],[-306008,-151512],[-305667,-151482],[-305226,-150793],[-302940,-150292],[-303120,-151325],[-301749,-151271],[-301839,-151072],[-301552,-149646],[-301085,-150727],[-302355,-149159],[-301640,-149762],[-302972,-149247],[-302778,-147816],[-302890,-148569],[-303145,-148762],[-302927,-148371],[-304780,-147937],[-304112,-147631],[-305947,-147243],[-305986,-147722],[-300365,-150433],[-299909,-150341],[-297887,-147927],[-299105,-148202],[-296805,-147884],[-295070,-148311],[-298284,-149437],[-298237,-149047],[-298860,-149352],[-298915,-149225],[-298354,-149649],[-297932,-150981],[-295087,-144902],[-295154,-145222],[-296533,-144847],[-296436,-144642],[-297236,-144726],[-296020,-145029],[-296958,-150672],[-296819,-150126],[-306248,-148423],[-306749,-141769],[-305074,-143832],[-302756,-141190],[-299227,-140738],[-298496,-141411],[-298503,-140764],[-297998,-141285],[-305904,-144991],[-304543,-147154],[-305207,-146916],[-304136,-147269],[-294673,-150609],[-306522,-149220],[-305925,-144557],[-306807,-142094],[-306596,-153599],[-306721,-154835],[-306576,-155091],[-305080,-164066],[-307152,-162596],[-305407,-158071],[-306429,-160292],[-302881,-156937],[-301518,-158136],[-300547,-158167],[-298668,-160665],[-300639,-162226],[-302074,-160854],[-303919,-161514],[-303883,-162813],[-299174,-165372],[-296239,-166100],[-295088,-160961],[-298351,-165622],[-301152,-165354],[-302215,-165605],[-303461,-165394],[-303868,-164440],[-304236,-164255],[-302657,-159666],[-303052,-159918],[-306883,-164574],[-304391,-165166],[-306482,-153492],[-307125,-155762],[-307065,-155479],[-305734,-165339],[-306372,-160013],[-305839,-158069],[-306328,-160432],[-303872,-156420],[-302400,-158747],[-300541,-158469],[-298707,-160196],[-301548,-161687],[-301831,-160376],[-304143,-163844],[-299103,-164924],[-294829,-164843],[-295437,-160853],[-297905,-165319],[-302482,-165835],[-302954,-165985],[-303633,-164739],[-303951,-164331],[-303637,-159614],[-303880,-159006],[-305879,-165514],[-304236,-164737],[-305436,-164181],[-307181,-162423],[-306520,-160032],[-305767,-157988],[-306379,-160421],[-303253,-156448],[-301708,-157919],[-300389,-159695],[-299413,-160567],[-301952,-162871],[-301645,-161621],[-302947,-161287],[-303696,-162843],[-297984,-165218],[-296227,-165753],[-294480,-164302],[-294549,-165099],[-294659,-161177],[-297756,-166117],[-300933,-165844],[-302055,-165841],[-303389,-165598],[-303317,-164148],[-304210,-163927],[-304425,-158920],[-304044,-164645],[-307013,-165541],[-306917,-161844],[-306553,-160034],[-305496,-158598],[-305045,-160330],[-303695,-156645],[-302179,-158850],[-300543,-158303],[-298603,-159804],[-301431,-161632],[-303488,-163182],[-298807,-164685],[-294928,-160773],[-301276,-165965],[-302590,-165370],[-302885,-165538],[-303422,-164626],[-304552,-160797],[-305856,-166143],[-304679,-165155],[-298545,-178317],[-304682,-177536],[-306364,-175470],[-305586,-172197],[-303908,-174002],[-302847,-175700],[-297762,-174173],[-298259,-174852],[-298163,-176260],[-297886,-178226],[-301012,-174121],[-300844,-174261],[-303514,-170729],[-303287,-172545],[-302637,-168389],[-302920,-169420],[-305470,-167580],[-305743,-169072],[-306460,-170702],[-306048,-171207],[-305900,-178433],[-307162,-168510],[-305605,-168453],[-296498,-166562],[-295695,-176108],[-296406,-173295],[-294506,-168244],[-295684,-167307],[-296755,-167025],[-301531,-166299],[-305411,-167056],[-306834,-177215],[-306049,-177886],[-305234,-177223],[-304831,-172794],[-304163,-176041],[-296757,-178722],[-300164,-172508],[-302309,-172881],[-303450,-170174],[-306897,-171014],[-305046,-167907],[-294578,-167090],[-294730,-176807],[-295292,-176129],[-294626,-174754],[-295892,-173890],[-295160,-167387],[-296826,-167581],[-305861,-166494],[-306139,-166278],[-301625,-178588],[-305181,-177523],[-304988,-176067],[-304707,-171971],[-302649,-174649],[-297492,-174910],[-297851,-176498],[-300256,-174139],[-303842,-171257],[-302969,-168994],[-306505,-170055],[-306790,-178660],[-306315,-168314],[-304427,-168808],[-295881,-166848],[-294412,-166695],[-294866,-177331],[-295682,-174653],[-295656,-173932],[-295546,-167746],[-296798,-166790],[-298332,-166222],[-305612,-167267],[-305582,-166695],[-299273,-178738],[-299844,-178806],[-304347,-176901],[-304012,-176250],[-307037,-176597],[-307134,-175629],[-306288,-173097],[-305342,-172476],[-303831,-174907],[-302868,-175843],[-296186,-174379],[-296840,-175006],[-298102,-177251],[-296283,-177324],[-298727,-172916],[-299803,-172942],[-302973,-171225],[-302036,-172858],[-303594,-168890],[-303981,-167832],[-305619,-169147],[-306497,-169891],[-306129,-171689],[-307162,-175290],[-306418,-169023],[-305795,-168177],[-294944,-166672],[-295245,-166263],[-294893,-177032],[-296290,-176038],[-294410,-173447],[-295602,-173336],[-294528,-168469],[-294944,-167555],[-296801,-166909],[-305421,-167453],[-306303,-166940],[-305691,-166289],[-305718,-186445],[-299494,-180086],[-294503,-179742],[-294523,-188792],[-296214,-187538],[-297069,-187512],[-297198,-187281],[-301098,-190560],[-304281,-190456],[-301495,-181323],[-301548,-181693],[-299470,-180785],[-305742,-179972],[-304304,-179967],[-296148,-190189],[-294564,-189084],[-295017,-187705],[-295788,-188351],[-297554,-189005],[-297249,-188144],[-297672,-188366],[-298190,-186018],[-298950,-188026],[-301217,-189913],[-302943,-191437],[-304893,-190385],[-299641,-179571],[-301288,-180651],[-305480,-180910],[-303983,-179516],[-306044,-179034],[-295076,-191704],[-295829,-190335],[-296815,-189171],[-296052,-187068],[-299753,-187455],[-298249,-187544],[-299217,-190719],[-301383,-189622],[-302510,-189332],[-305980,-190669],[-304205,-191637],[-305727,-186559],[-300141,-179645],[-303685,-179652],[-306989,-179216],[-294513,-188597],[-297705,-189413],[-298110,-188565],[-297990,-187276],[-300785,-191337],[-304224,-190171],[-305964,-186347],[-294779,-196691],[-296844,-197920],[-299161,-196808],[-296462,-195124],[-298627,-194353],[-306430,-194230],[-305124,-193559],[-305039,-197874],[-302489,-199687],[-301413,-199113],[-302462,-196552],[-302492,-195851],[-299999,-198387],[-297423,-199563],[-299121,-198867],[-296086,-195410],[-295740,-195628],[-299398,-197531],[-294737,-197915],[-296578,-196410],[-295657,-198335],[-298090,-196407],[-295914,-195330],[-295893,-193473],[-294670,-192063],[-299848,-193074],[-298149,-195894],[-297976,-196462],[-299638,-193005],[-298024,-193770],[-304147,-195417],[-306019,-195343],[-305885,-192189],[-303918,-192597],[-305115,-198982],[-305089,-198200],[-302436,-198962],[-302149,-200147],[-301572,-196523],[-302642,-195747],[-303539,-194657],[-298633,-199501],[-295510,-200107],[-296746,-199207],[-300289,-198859],[-295619,-195195],[-295490,-194851],[-296988,-199220],[-296363,-198884],[-294624,-202198],[-294929,-198538],[-295267,-194299],[-295343,-196677],[-297330,-198091],[-299218,-196315],[-298254,-196724],[-298706,-192699],[-297082,-194363],[-298932,-195956],[-298763,-193237],[-299877,-193822],[-304029,-194274],[-304776,-195561],[-306844,-194693],[-305258,-193127],[-303532,-199242],[-304047,-198817],[-303157,-199334],[-300942,-200086],[-301883,-197433],[-301462,-195293],[-303175,-195043],[-307196,-195071],[-296782,-198882],[-297459,-199858],[-300602,-199252],[-297388,-198482],[-294751,-199420],[-295278,-194212],[-295928,-196454],[-296911,-196363],[-299044,-197154],[-296121,-193535],[-297037,-194452],[-297114,-194219],[-297560,-193458],[-303111,-194468],[-306040,-195209],[-306803,-192905],[-304046,-193700],[-303788,-197748],[-303492,-198822],[-301209,-198864],[-301534,-196246],[-302419,-196379],[-302384,-195657],[-307199,-194940],[-295698,-199829],[-297609,-199486],[-300261,-199183],[-304090,-203983],[-305657,-204433],[-303921,-204146],[-304583,-204553],[-302348,-203939],[-307189,-204478],[-303655,-216686],[-297903,-213497],[-299850,-213833],[-299957,-212297],[-301242,-212542],[-301082,-211718],[-298075,-214040],[-304289,-215471],[-304029,-216827],[-301875,-217349],[-302270,-216108],[-297841,-214931],[-298161,-214651],[-301596,-213594],[-301311,-213623],[-300602,-217181],[-304912,-217378],[-303958,-217353],[-296428,-215032],[-302186,-217189],[-297709,-215098],[-303061,-213934],[-301241,-216702],[-299356,-213574],[-301923,-214419],[-299304,-211788],[-298139,-213422],[-298050,-216144],[-298572,-215847],[-301502,-216888],[-301183,-212577],[-301111,-213739],[-300294,-215282],[-299781,-217232],[-304824,-217347],[-301189,-212338],[-302502,-215502],[-299799,-214598],[-301261,-215235],[-302760,-213438],[-299453,-216723],[-303574,-213260],[-307009,-208327],[-303729,-208354],[-305031,-208915],[-303568,-207841],[-303672,-207198],[-302142,-208539],[-302961,-208212],[-301673,-209620],[-298619,-208292],[-299470,-209146],[-301251,-206305],[-303345,-205375],[-306229,-205615],[-306603,-205542],[-305520,-215095],[-306432,-214595],[-306248,-211722],[-306338,-211174],[-304447,-212014],[-304875,-211722],[-306590,-210782],[-305812,-217020],[-302683,-209389],[-304505,-209762],[-304396,-206815],[-302439,-208449],[-299842,-210899],[-299947,-209699],[-300744,-206861],[-305961,-205022],[-306539,-206528],[-304399,-211809],[-306310,-216659],[-305086,-213458],[-302435,-211268],[-303095,-206258],[-303585,-210542],[-305367,-207862],[-299305,-208732],[-300833,-206390],[-306656,-206261],[-306149,-215063],[-306143,-210078],[-305045,-212609],[-306050,-216883],[-304248,-214089],[-302703,-208955],[-307175,-208978],[-302910,-208303],[-303564,-209101],[-304831,-206717],[-301346,-208150],[-303078,-207766],[-299575,-210898],[-301666,-208777],[-301179,-209751],[-298716,-208537],[-302210,-206530],[-303663,-206190],[-302675,-205225],[-304991,-204708],[-306568,-205479],[-305604,-214817],[-305164,-215781],[-306793,-214967],[-304972,-209901],[-305602,-210312],[-304845,-211620],[-305454,-213046],[-306001,-216714],[-303765,-227737],[-303313,-228306],[-298091,-217923],[-299001,-220904],[-297422,-223022],[-306227,-221187],[-300173,-220720],[-304580,-219908],[-300538,-224139],[-302263,-217561],[-304920,-218038],[-299236,-224246],[-301187,-225485],[-301687,-225693],[-294462,-225757],[-294879,-219690],[-300268,-217883],[-299772,-217778],[-305414,-218149],[-305411,-219147],[-305828,-217701],[-306491,-223887],[-306379,-227435],[-306386,-227657],[-304773,-227714],[-305010,-225089],[-306755,-225329],[-305793,-221793],[-306230,-223631],[-301459,-223786],[-303106,-224458],[-300075,-221535],[-300285,-221893],[-302375,-221111],[-300278,-220786],[-300460,-217407],[-298908,-218526],[-299943,-219181],[-295355,-219161],[-296604,-218284],[-296716,-221166],[-297142,-222308],[-296908,-227011],[-301254,-226790],[-300993,-226626],[-295289,-227570],[-294476,-227697],[-295011,-229972],[-298381,-228179],[-299506,-226244],[-297573,-226423],[-300265,-228625],[-295358,-223724],[-302532,-225835],[-294619,-224907],[-294784,-218223],[-299296,-220175],[-305454,-219725],[-303907,-227354],[-304636,-224445],[-306858,-226432],[-305353,-221503],[-301907,-223659],[-299437,-223387],[-300388,-221206],[-298780,-219322],[-295781,-219110],[-298834,-222230],[-300679,-226901],[-297315,-227522],[-303161,-229029],[-296434,-227096],[-295491,-230114],[-299006,-228503],[-300506,-226179],[-298973,-226079],[-304356,-229119],[-296326,-217756],[-296536,-221908],[-305894,-220982],[-301991,-222918],[-300314,-224620],[-304666,-218144],[-302874,-217725],[-296518,-228898],[-297045,-229367],[-299211,-228565],[-294681,-224985],[-295686,-217662],[-305800,-217407],[-305397,-226976],[-304820,-223640],[-305800,-226384],[-304502,-221645],[-303075,-223458],[-301773,-223549],[-301059,-220777],[-298549,-219534],[-297176,-219648],[-296792,-221276],[-297195,-227727],[-302970,-228043],[-294585,-227588],[-295371,-229482],[-298380,-227567],[-300367,-225477],[-298193,-226650],[-294602,-222135],[-295775,-223539],[-306087,-221440],[-302763,-222456],[-302214,-218106],[-297844,-224411],[-298030,-224575],[-300519,-229292],[-296514,-228319],[-295193,-225437],[-294618,-217696],[-295971,-220438],[-297841,-220494],[-300384,-219988],[-300483,-217862],[-304605,-226595],[-304671,-225002],[-306262,-225822],[-305561,-227056],[-305432,-222408],[-306357,-222501],[-302530,-224888],[-303256,-224854],[-300893,-223168],[-302215,-220399],[-302518,-219405],[-298187,-218014],[-299172,-220013],[-296170,-218223],[-296299,-218646],[-297129,-222707],[-297800,-221670],[-300549,-224631],[-296953,-226413],[-301558,-227171],[-302978,-226718],[-295271,-228105],[-294756,-230011],[-298136,-227279],[-300269,-225353],[-297735,-226917],[-304414,-217638],[-304985,-217734],[-306550,-220667],[-306953,-219578],[-306480,-218225],[-306668,-218746],[-306559,-219980],[-306352,-220126],[-306360,-218778],[-295531,-242917],[-299459,-242904],[-304831,-231340],[-304289,-231662],[-301962,-232166],[-303377,-232666],[-302340,-233488],[-301626,-232714],[-301002,-232705],[-300445,-232482],[-302023,-232826],[-301355,-231607],[-300868,-233105],[-302234,-233524],[-304874,-234118],[-302842,-236676],[-303320,-235767],[-296457,-231566],[-306087,-239159],[-306024,-239659],[-305500,-239591],[-294644,-237245],[-297133,-240603],[-298418,-241604],[-295665,-242353],[-296274,-242268],[-304276,-231948],[-301948,-231775],[-301213,-233197],[-301862,-232375],[-301610,-232921],[-305229,-234875],[-303262,-236026],[-295656,-230699],[-306425,-239055],[-305512,-239699],[-307091,-240895],[-294894,-237167],[-295222,-237189],[-295167,-239747],[-295266,-240205],[-294672,-240931],[-296061,-238326],[-297590,-241091],[-298006,-241726],[-296737,-241628],[-303388,-231307],[-302549,-232529],[-303137,-236031],[-300666,-237207],[-303935,-241232],[-304280,-239844],[-301427,-239081],[-300618,-239055],[-306535,-239465],[-305320,-239766],[-297240,-239008],[-298862,-242563],[-301440,-233797],[-304388,-231023],[-304608,-235364],[-303248,-236118],[-301239,-242876],[-303229,-242651],[-300807,-237937],[-301159,-237719],[-296860,-230891],[-305928,-239253],[-305450,-239803],[-295156,-237332],[-306078,-234699],[-305640,-231713],[-306218,-232313],[-305862,-234893],[-307186,-232298],[-306889,-231959],[-305458,-231987],[-306350,-232362],[-301771,-257],[-300990,-1442],[-303835,-10602],[-306960,-11180],[-300612,-6817],[-305085,-3244],[-305391,-1431],[-303013,-1654],[-304102,-235],[-307142,-3174],[-304181,-8750],[-306818,-9769],[-299224,-5466],[-305023,-11201],[-303256,-2423],[-303126,-5633],[-300186,-11880],[-298221,-11103],[-301938,-5894],[-298165,-10213],[-298770,-3090],[-306529,-10738],[-301481,166],[-306885,-197],[-307060,-11612],[-300853,-6593],[-306951,-4896],[-305223,-3338],[-305062,-1001],[-302970,-1595],[-303453,-579],[-306880,-8864],[-304583,-8729],[-307054,-11016],[-301321,-5967],[-304826,-3100],[-304938,-920],[-302686,-1478],[-303891,-201],[-304564,-8816],[-307183,-9732],[-301857,-8510],[-305202,-10338],[-302612,-480],[-298932,-9542],[-298237,-10175],[-299650,-11023],[-297374,-5621],[-302209,-3672],[-305060,-9112],[-301427,-5852],[-299257,-5289],[-307007,-302],[-306888,-10815],[-300871,-6015],[-304979,-3665],[-305386,-1835],[-302698,-1646],[-303404,-193],[-306908,-2878],[-306404,-9459],[-304353,-8888],[-305085,-10920],[-297396,-9676],[-298048,-3167],[-299867,-243048],[-295232,-249598],[-294415,-253210],[-301806,-251521],[-296201,-253772],[-302302,-251557],[-295498,-253575],[-295559,-248861],[-301286,-254918],[-301133,-254805],[-306483,-254061],[-302450,-254312],[-302356,-253451],[-296511,-247000],[-295501,-247814],[-295661,-255008],[-296100,-254314],[-306723,-250146],[-305070,-251650],[-303834,-251080],[-304978,-250298],[-305579,-250693],[-305511,-248329],[-306646,-249447],[-296137,-255194],[-304494,-247045],[-302602,-246265],[-301961,-245976],[-301484,-244486],[-297827,-245028],[-304155,-247480],[-294405,-248594],[-296199,-249112],[-300818,-253541],[-294499,-246250],[-301387,-243615],[-300419,-245159],[-298441,-246130],[-299363,-243113],[-297443,-249326],[-298929,-255599],[-294639,-254583],[-302829,-251827],[-296342,-250805],[-299361,-254468],[-304311,-254089],[-302642,-252032],[-294557,-245889],[-296576,-247692],[-300370,-243527],[-295604,-255033],[-295008,-254676],[-303597,-251687],[-304686,-250222],[-304754,-250665],[-306191,-248827],[-306307,-248837],[-298329,-251641],[-295092,-255091],[-301963,-244110],[-302334,-246021],[-302806,-245195],[-299677,-246021],[-297809,-244338],[-297580,-254880],[-300099,-250309],[-295824,-253924],[-302279,-249869],[-303844,-251612],[-294965,-247421],[-296586,-246946],[-300671,-245212],[-296335,-243030],[-299975,-245607],[-298820,-265960],[-298422,-267367],[-295208,-265746],[-300994,-255901],[-301861,-256463],[-305725,-256407],[-302615,-256256],[-306109,-258898],[-304623,-268580],[-307137,-266938],[-305569,-266254],[-305653,-258332],[-305204,-260817],[-305343,-259605],[-301763,-260341],[-300569,-259420],[-300872,-260199],[-298775,-261487],[-298303,-267324],[-302223,-258052],[-302657,-258073],[-300633,-256765],[-300939,-257535],[-299761,-258090],[-299615,-258149],[-298198,-256075],[-298295,-257451],[-296558,-257455],[-298078,-260356],[-298132,-259690],[-296879,-262065],[-298994,-261143],[-299361,-260510],[-299197,-260845],[-302602,-266872],[-301234,-267299],[-300344,-267282],[-299150,-265206],[-306681,-265810],[-306909,-264700],[-306427,-268030],[-307008,-266627],[-305633,-267163],[-302981,-268000],[-301136,-267964],[-298783,-266775],[-299391,-266583],[-300543,-261602],[-300933,-261567],[-303112,-260329],[-302452,-259422],[-304028,-259333],[-303685,-260753],[-296014,-257586],[-294576,-257488],[-295526,-256361],[-297351,-265699],[-297784,-265486],[-298276,-263137],[-297963,-261972],[-295046,-263094],[-294776,-266099],[-304342,-260593],[-304431,-268167],[-304786,-261364],[-295502,-265603],[-296839,-264963],[-296638,-264654],[-299091,-268197],[-297551,-258604],[-296150,-257874],[-297607,-257325],[-301514,-258410],[-303268,-257534],[-306367,-258097],[-305589,-261602],[-305425,-268541],[-305554,-268309],[-306349,-258803],[-306823,-258517],[-307050,-259561],[-306405,-259410],[-306326,-260668],[-305970,-260349],[-305431,-265677],[-301531,-260810],[-302658,-258783],[-301922,-258919],[-301932,-260309],[-301986,-259530],[-300854,-259457],[-298859,-261392],[-300063,-263103],[-299090,-262674],[-297500,-266861],[-302054,-257646],[-301728,-258524],[-301341,-257120],[-300470,-257117],[-299954,-258123],[-298163,-256884],[-298680,-257111],[-296401,-256589],[-294506,-258067],[-298044,-260298],[-297305,-259945],[-296770,-261754],[-299482,-260132],[-299715,-264400],[-301828,-264898],[-302231,-267023],[-300624,-267455],[-299250,-265089],[-301948,-264199],[-306989,-265781],[-299241,-268007],[-300118,-267083],[-299713,-265277],[-296048,-268407],[-297031,-264863],[-297820,-267986],[-295246,-268527],[-294606,-266134],[-302282,-258606],[-300844,-258789],[-296555,-256739],[-305114,-259526],[-305005,-261447],[-306377,-267516],[-296535,-276386],[-299410,-270856],[-294649,-276585],[-305379,-274141],[-300387,-274838],[-294589,-278750],[-296935,-280788],[-307188,-270265],[-306696,-271545],[-306295,-271580],[-306465,-271692],[-302598,-269327],[-302870,-269711],[-303404,-269776],[-304925,-271572],[-303167,-270770],[-307065,-273058],[-305226,-271959],[-305483,-272010],[-306394,-272815],[-305659,-273359],[-301598,-275209],[-300826,-275102],[-302551,-275126],[-302859,-276728],[-300982,-275816],[-301249,-275883],[-300334,-276321],[-300660,-275862],[-298137,-276555],[-297806,-276265],[-295509,-277636],[-296230,-277207],[-296441,-277348],[-298395,-277921],[-296582,-280556],[-296623,-279698],[-295191,-279689],[-295924,-280071],[-296598,-279214],[-295907,-277833],[-296806,-278862],[-303634,-274724],[-305079,-273729],[-306594,-269773],[-302765,-270936],[-303669,-270804],[-306875,-272634],[-300770,-271101],[-307123,-272564],[-300853,-271497],[-302295,-271436],[-298962,-270849],[-298795,-271584],[-298810,-272559],[-298928,-272279],[-301046,-272683],[-301731,-272454],[-303714,-272609],[-304133,-273033],[-303967,-273148],[-301759,-274730],[-299920,-273185],[-299687,-273824],[-296010,-274633],[-297046,-273866],[-297588,-274214],[-296062,-275623],[-296347,-274798],[-295636,-275304],[-295192,-274516],[-296327,-273375],[-294867,-276126],[-295572,-272291],[-295978,-270235],[-295608,-271517],[-295918,-272898],[-296003,-272316],[-297495,-270109],[-296852,-270405],[-296482,-271638],[-295493,-269995],[-295603,-269823],[-298588,-274205],[-298332,-275697],[-299875,-269679],[-306796,-271933],[-306015,-271515],[-306111,-271072],[-305557,-270389],[-303344,-269168],[-303016,-269714],[-303322,-269674],[-305345,-270356],[-305162,-270652],[-305139,-272206],[-304975,-272672],[-304977,-272100],[-305389,-272451],[-305860,-272468],[-306267,-272141],[-299024,-275455],[-299811,-275470],[-303738,-276229],[-301261,-275740],[-300359,-276366],[-300675,-275632],[-299365,-276140],[-297907,-276519],[-296253,-276687],[-296320,-280082],[-296390,-280299],[-301158,-271546],[-297487,-273838],[-297238,-275362],[-295661,-275992],[-295423,-274306],[-295165,-271434],[-294938,-270888],[-297288,-271201],[-301323,-275307],[-298320,-274866],[-300958,-270648],[-302365,-270265],[-299107,-268862],[-301413,-270226],[-296357,-278483],[-295912,-279787],[-303240,-276316],[-304786,-271556],[-295087,-269359],[-303505,-276672],[-306794,-278924],[-306908,-279573],[-306922,-278850],[-306448,-278259],[-305684,-279884],[-305342,-278834],[-304733,-280193],[-305025,-279768],[-305074,-278979],[-306269,-278820],[-303948,-280094],[-304327,-279903],[-304871,-280026],[-305447,-278776],[-304982,-280978],[-306483,-279756],[-306193,-280167],[-304668,-280763],[-303825,-281190],[-304562,-281635],[-303312,-281708],[-303750,-281494],[-304870,-24311],[-299729,-25184],[-307037,-19364],[-305564,-16094],[-298226,-12942],[-302684,-20392],[-304355,-18854],[-301451,-19037],[-301580,-16760],[-301907,-15173],[-300263,-13484],[-304696,-17016],[-305981,-21799],[-302301,-24166],[-305229,-25174],[-306769,-23866],[-305982,-12960],[-304890,-15489],[-301831,-18872],[-301133,-16864],[-301261,-15217],[-300331,-13807],[-304736,-17008],[-305859,-21039],[-303257,-24541],[-307122,-24410],[-306233,-13697],[-305681,-14961],[-302148,-18280],[-301726,-17401],[-300990,-15462],[-300488,-13836],[-304966,-16913],[-305528,-21400],[-307059,-20700],[-303038,-24689],[-306709,-24062],[-305649,-13518],[-305419,-14688],[-303352,-22788],[-305748,-22591],[-303977,-14322],[-301425,-18750],[-301440,-17680],[-301232,-15003],[-300742,-13520],[-304837,-17327],[-305884,-21719],[-302916,-24557],[-306575,-24210],[-306401,-13494],[-305842,-14995],[-306450,-18240],[-306384,-31369],[-305229,-31761],[-305383,-26025],[-300348,-35064],[-299380,-35269],[-297478,-35689],[-298260,-33323],[-299059,-32587],[-300939,-32981],[-296111,-35591],[-297942,-37546],[-299484,-38156],[-296057,-31388],[-303446,-28180],[-295661,-28793],[-301512,-31862],[-302715,-28587],[-295384,-29759],[-295839,-27132],[-301154,-28607],[-299480,-27525],[-301026,-31294],[-300438,-30973],[-305474,-31930],[-305362,-26038],[-299808,-34946],[-299045,-35472],[-298028,-35703],[-298110,-33651],[-298533,-33221],[-301544,-33079],[-295658,-35672],[-297192,-37674],[-298628,-37323],[-295489,-31496],[-304136,-29614],[-305399,-29795],[-295310,-29670],[-296194,-27363],[-295355,-28097],[-298012,-27052],[-298567,-28058],[-300195,-27308],[-300946,-35882],[-302685,-33844],[-300516,-32058],[-307114,-28635],[-304809,-31590],[-306717,-31336],[-300669,-35397],[-298700,-34975],[-298127,-35436],[-298592,-33607],[-298289,-32872],[-301310,-33197],[-295974,-34966],[-297167,-37476],[-298932,-37977],[-296054,-31500],[-303351,-28035],[-296535,-26737],[-299736,-26640],[-301112,-36066],[-300326,-34427],[-307110,-28778],[-306644,-30634],[-305139,-31668],[-306607,-31786],[-305208,-25864],[-299724,-35102],[-299231,-35357],[-297487,-35948],[-298373,-33537],[-298667,-32873],[-301029,-32726],[-296094,-35546],[-297400,-38000],[-299056,-37620],[-296103,-30892],[-306693,-50286],[-306404,-49564],[-306479,-47946],[-296568,-40091],[-296447,-41225],[-298273,-41755],[-298879,-41476],[-297709,-43576],[-299674,-41811],[-301459,-43014],[-302038,-43851],[-303273,-44138],[-300443,-40082],[-300329,-41001],[-300280,-40096],[-302268,-40019],[-294432,-41354],[-306404,-45636],[-304230,-45548],[-304146,-44436],[-303492,-46442],[-298341,-46097],[-298866,-48897],[-296044,-49947],[-300285,-48586],[-303844,-43639],[-301472,-40600],[-301902,-46675],[-304305,-48040],[-301056,-39378],[-300264,-39152],[-300422,-50995],[-306819,-50607],[-306192,-48957],[-306335,-48173],[-297371,-39555],[-295837,-40727],[-297791,-41186],[-299240,-42441],[-300055,-43358],[-299355,-42818],[-298074,-43121],[-299530,-42022],[-300664,-43029],[-302083,-44244],[-303059,-43604],[-300216,-40628],[-302590,-40892],[-306003,-44957],[-304767,-44981],[-304327,-45057],[-303879,-46713],[-298581,-46824],[-298651,-49409],[-304976,-42234],[-302250,-49231],[-306134,-40337],[-301519,-38415],[-295584,-47030],[-297528,-47644],[-300702,-48385],[-301043,-45304],[-304500,-43174],[-303888,-40773],[-303386,-50198],[-303595,-49184],[-304661,-39105],[-301572,-39272],[-300341,-50675],[-306807,-50863],[-306017,-49415],[-296694,-39438],[-296297,-40391],[-295928,-41347],[-298342,-40941],[-299017,-42198],[-299912,-43195],[-299441,-43539],[-298355,-43534],[-300335,-42636],[-301154,-43295],[-302003,-43855],[-303448,-43810],[-301114,-40032],[-299490,-41020],[-299893,-40135],[-302683,-40328],[-306768,-45037],[-304623,-45569],[-304028,-44974],[-303753,-46305],[-298957,-46563],[-298174,-49261],[-295859,-48753],[-300026,-45348],[-303096,-42399],[-302999,-46734],[-300129,-50817],[-306369,-50219],[-306101,-49108],[-307186,-47858],[-297546,-39959],[-296334,-40023],[-296401,-41382],[-297760,-41570],[-298939,-42228],[-299418,-43763],[-299394,-43083],[-297843,-43523],[-300105,-42598],[-300680,-43158],[-301636,-43881],[-302877,-43682],[-300358,-40756],[-299331,-40764],[-302264,-40936],[-306315,-45085],[-304605,-45481],[-304271,-44839],[-303847,-46853],[-298255,-47057],[-298962,-48915],[-299890,-53048],[-298022,-53414],[-302359,-51746],[-300239,-51349],[-299686,-52306],[-300252,-53608],[-298992,-53020],[-302372,-51360],[-299771,-52270],[-305296,-53868],[-304004,-57605],[-305367,-57553],[-302459,-57729],[-296609,-53030],[-296108,-55075],[-298382,-55808],[-305393,-55993],[-305935,-55339],[-295115,-62436],[-295537,-62976],[-295369,-62378],[-294546,-63224],[-300612,-63130],[-300733,-54995],[-301427,-55173],[-300365,-53147],[-298716,-53776],[-302969,-51957],[-299667,-51936],[-305650,-53440],[-301627,-57300],[-294834,-52281],[-296073,-53088],[-296370,-55584],[-304580,-57208],[-295412,-63761],[-294764,-62980],[-301009,-63700],[-299800,-53076],[-298258,-52590],[-302159,-51563],[-300039,-51646],[-305075,-69202],[-306694,-69226],[-305504,-69192],[-305947,-73425],[-306683,-73140],[-306037,-74752],[-306159,-73667],[-303300,-74536],[-303140,-73242],[-303577,-73190],[-303997,-72365],[-304655,-72027],[-304970,-71236],[-305095,-71255],[-306052,-70933],[-305916,-71281],[-303718,-69636],[-304471,-68932],[-303579,-69697],[-302673,-69545],[-302394,-71972],[-302976,-73141],[-302267,-73077],[-302832,-74061],[-301344,-73339],[-302340,-74311],[-301863,-72791],[-304324,-75624],[-305296,-75293],[-305732,-75496],[-298922,-73737],[-297638,-73775],[-296475,-72931],[-296211,-72736],[-300825,-72672],[-301523,-72263],[-300940,-72498],[-300467,-71552],[-300478,-72592],[-299411,-72185],[-299120,-71146],[-298471,-72710],[-297355,-71848],[-297327,-72508],[-305507,-65413],[-297688,-68067],[-295398,-67480],[-295820,-69219],[-297319,-68909],[-296906,-68282],[-294426,-69524],[-294620,-67699],[-295298,-69176],[-299461,-65387],[-299561,-65985],[-297330,-64451],[-297352,-64589],[-296475,-64597],[-295861,-65069],[-295205,-64277],[-299622,-64870],[-306505,-66801],[-305714,-66827],[-307125,-69661],[-305056,-69308],[-306050,-69093],[-306696,-68615],[-306236,-68758],[-306627,-73203],[-306517,-73252],[-306140,-73293],[-306227,-74816],[-305689,-74640],[-304367,-74733],[-303856,-75026],[-302978,-74815],[-304140,-74089],[-303056,-73449],[-303913,-73810],[-304007,-72990],[-304334,-72034],[-303809,-72515],[-304326,-72435],[-304734,-70927],[-305148,-70957],[-304842,-70730],[-305559,-71243],[-305762,-70922],[-305852,-70639],[-306768,-71314],[-306620,-71146],[-304575,-68957],[-303876,-69798],[-304221,-68702],[-302780,-69779],[-302567,-69446],[-303616,-69647],[-303483,-73021],[-302533,-72332],[-302183,-73330],[-302500,-73901],[-303043,-74248],[-302155,-73254],[-303153,-74956],[-303441,-75113],[-302254,-74457],[-301404,-73501],[-302453,-74144],[-301983,-73047],[-301076,-73424],[-305471,-74864],[-304603,-75862],[-305859,-76078],[-298384,-74033],[-297492,-73419],[-297493,-73776],[-296501,-73377],[-298449,-73173],[-299035,-72712],[-298921,-72669],[-300921,-71115],[-300852,-70630],[-300603,-72697],[-301425,-72162],[-300835,-72463],[-299901,-71460],[-300400,-71983],[-299746,-71490],[-299042,-71414],[-299619,-71008],[-298144,-73014],[-297724,-72273],[-297857,-72297],[-297959,-72262],[-306758,-65404],[-306729,-65127],[-306088,-66430],[-305598,-66738],[-298066,-67741],[-296710,-67930],[-297230,-67634],[-295589,-68007],[-295456,-66885],[-295508,-68540],[-295436,-68972],[-297398,-68708],[-296381,-68711],[-297416,-70149],[-294469,-66884],[-294465,-67587],[-294959,-68683],[-295413,-68796],[-299590,-65912],[-299195,-65894],[-299622,-64849],[-297406,-64491],[-298112,-65311],[-297380,-64946],[-296462,-64652],[-296561,-64515],[-295980,-65316],[-295085,-64421],[-295363,-64306],[-300314,-63871],[-299984,-64635],[-303727,-75558],[-301805,-74686],[-302186,-75217],[-303025,-76073],[-302063,-76142],[-302603,-76302],[-303151,-76245],[-300996,-76495],[-300697,-76531],[-299315,-76461],[-299756,-76524],[-303515,-75799],[-302481,-75040],[-302811,-75243],[-302803,-76520],[-302791,-76277],[-301894,-75840],[-301792,-76318],[-301061,-76586],[-304261,-76210],[-299457,-76479],[-299105,-76015],[-298515,-76280],[-307068,-80916],[-306436,-85488],[-306156,-85548],[-305569,-84630],[-304974,-84923],[-305482,-83535],[-305509,-83446],[-304977,-83347],[-305630,-82416],[-305435,-82143],[-305953,-82898],[-306426,-81511],[-306256,-85516],[-305636,-85543],[-305605,-85117],[-305763,-83129],[-305795,-82655],[-305635,-82007],[-305859,-81374],[-307124,-86043],[-302552,-76625],[-304377,-76771],[-303996,-76833],[-298558,-76834],[-298703,-76953],[-298907,-77284],[-300792,-77546],[-301487,-77647],[-299250,-78871],[-299255,-78475],[-300989,-79228],[-302190,-80216],[-302148,-80003],[-302094,-83148],[-301074,-82797],[-301923,-82633],[-301811,-81187],[-298456,-79453],[-298677,-79647],[-301072,-79944],[-299103,-80867],[-298461,-81779],[-298986,-81017],[-298823,-81414],[-298361,-80730],[-298064,-81177],[-299678,-79847],[-299605,-80430],[-300986,-80645],[-300370,-81037],[-299617,-82081],[-300050,-81703],[-301129,-81821],[-301006,-81608],[-300534,-81387],[-300848,-81682],[-301512,-81778],[-301293,-81896],[-297988,-82887],[-297543,-84000],[-297771,-83563],[-297961,-85982],[-297994,-85228],[-298319,-85938],[-299185,-86771],[-298279,-87883],[-299031,-87839],[-298897,-88102],[-298663,-89344],[-296692,-89319],[-297077,-88144],[-297391,-88453],[-297910,-86970],[-297466,-86575],[-296787,-85733],[-296536,-85190],[-296571,-85221],[-296730,-83424],[-296632,-84030],[-297050,-84545],[-295152,-83748],[-295848,-84453],[-295812,-84727],[-296028,-84986],[-295490,-86403],[-295846,-87358],[-295611,-87350],[-295409,-89182],[-295999,-88718],[-297278,-86568],[-296955,-87023],[-296944,-87187],[-294929,-85836],[-294499,-86271],[-295375,-87475],[-295397,-87926],[-295109,-84705],[-294996,-83263],[-294941,-83078],[-295890,-83274],[-295186,-83197],[-296670,-81582],[-296278,-81636],[-297380,-77033],[-298028,-78723],[-296296,-79215],[-296369,-79878],[-296292,-80485],[-295981,-82737],[-294877,-82785],[-295058,-82290],[-295173,-80431],[-295296,-79139],[-295463,-79202],[-295059,-79457],[-295304,-79207],[-295986,-77785],[-295756,-78108],[-294473,-77555],[-294856,-77582],[-294787,-78809],[-294799,-77886],[-296826,-77701],[-297474,-76923],[-296366,-77385],[-298109,-76935],[-301067,-77229],[-300529,-77877],[-298518,-79087],[-299368,-78395],[-301743,-80273],[-301010,-82815],[-301019,-82636],[-301344,-79704],[-299801,-82605],[-299247,-80629],[-298043,-82086],[-298401,-80491],[-297486,-80135],[-299601,-80954],[-300930,-80725],[-300462,-81060],[-301117,-82432],[-301183,-81892],[-300492,-81376],[-301369,-82239],[-297592,-83936],[-297609,-82801],[-298235,-84803],[-298061,-87261],[-298231,-85099],[-298246,-85185],[-298444,-87470],[-299635,-87996],[-298569,-88314],[-298842,-88737],[-297885,-87371],[-296910,-85863],[-296222,-85969],[-297103,-84823],[-296698,-84492],[-297065,-83858],[-295130,-83767],[-295788,-85019],[-295482,-84206],[-295551,-87573],[-296591,-89185],[-295368,-89050],[-297540,-87630],[-296263,-87232],[-295192,-86644],[-294494,-86696],[-295248,-87298],[-295254,-88251],[-295741,-89294],[-295556,-82857],[-296281,-82665],[-297818,-78146],[-297811,-77825],[-295885,-80797],[-295524,-81622],[-294984,-82272],[-295269,-80242],[-295068,-80391],[-294735,-77585],[-295632,-78891],[-295356,-78167],[-295714,-78180],[-294683,-77823],[-296113,-77208],[-297269,-78123],[-294699,-86419],[-299411,-89745],[-297000,-90809],[-297267,-89900],[-296709,-90888],[-296775,-90348],[-294662,-89659],[-295384,-90229],[-294451,-90297],[-294911,-91154],[-295436,-90993],[-296582,-91196],[-295790,-90740],[-299410,-92181],[-299624,-91788],[-298468,-92868],[-296368,-94618],[-294740,-93326],[-295538,-94964],[-295361,-95083],[-296727,-94687],[-297436,-94108],[-297595,-93500],[-297271,-95540],[-298479,-95937],[-297261,-95398],[-296991,-97372],[-296727,-98085],[-295906,-97588],[-295183,-97413],[-294576,-95286],[-294543,-94880],[-296203,-97009],[-295229,-96448],[-294922,-97705],[-295816,-97935],[-294978,-99124],[-299019,-97657],[-299693,-97631],[-298434,-97776],[-296676,-98180],[-298149,-98444],[-298485,-98591],[-294411,-101050],[-294574,-100574],[-295145,-99381],[-294637,-100306],[-294604,-100027],[-297814,-101874],[-297693,-101565],[-298928,-99290],[-298812,-99327],[-302338,-99182],[-303253,-98330],[-305499,-91450],[-305574,-92067],[-305322,-92409],[-306465,-94896],[-306537,-96301],[-306365,-96574],[-306836,-96702],[-305936,-96887],[-303298,-101573],[-302720,-101369],[-302738,-98890],[-302343,-100196],[-303414,-97667],[-302913,-98527],[-301155,-101932],[-301854,-102119],[-302606,-100830],[-302578,-100463],[-305529,-100066],[-303790,-98166],[-305826,-98934],[-304920,-100877],[-303592,-101759],[-303165,-100051],[-304084,-97844],[-304303,-98166],[-303137,-98741],[-305310,-97400],[-305455,-98314],[-303052,-100457],[-304282,-101644],[-304541,-101214],[-301997,-99042],[-298097,-100837],[-295368,-100278],[-294665,-100094],[-295887,-100034],[-296623,-99887],[-296940,-100241],[-298542,-99250],[-297822,-98967],[-297283,-99916],[-296333,-100720],[-297624,-101104],[-296158,-101836],[-297724,-98262],[-297639,-98703],[-295421,-99314],[-295939,-99477],[-296479,-99011],[-298109,-95899],[-296994,-96544],[-296708,-96642],[-298003,-95980],[-300465,-102101],[-299117,-95508],[-298169,-94954],[-298217,-94460],[-306912,-91823],[-305168,-95216],[-305776,-94725],[-305000,-98195],[-305495,-100462],[-294474,-101765],[-298259,-89452],[-297550,-90698],[-297328,-91238],[-297205,-89662],[-297706,-89625],[-296563,-89549],[-296777,-90590],[-295126,-89916],[-295369,-90350],[-294804,-91607],[-295314,-91549],[-295502,-91187],[-296293,-90879],[-298619,-92793],[-296610,-95190],[-296692,-94993],[-296177,-95365],[-295646,-93450],[-295788,-94117],[-295955,-95206],[-296347,-94153],[-297080,-94417],[-297036,-95369],[-295962,-97835],[-294887,-93692],[-295871,-97012],[-295579,-97254],[-294877,-96495],[-294459,-96539],[-294524,-97812],[-295625,-97759],[-294523,-98007],[-297807,-98045],[-299408,-97953],[-298672,-98828],[-298410,-97946],[-296053,-101847],[-294574,-100108],[-297862,-101075],[-302101,-100065],[-302642,-98612],[-306269,-97032],[-305127,-91913],[-304983,-91581],[-306410,-94792],[-306862,-95276],[-305811,-98683],[-304306,-102136],[-301365,-101705],[-302269,-100487],[-303145,-100105],[-302975,-99857],[-305673,-99336],[-303470,-101754],[-305152,-97366],[-305601,-97253],[-303505,-100747],[-303151,-101519],[-303838,-101286],[-304274,-101628],[-301791,-99441],[-298531,-99883],[-298794,-100500],[-294637,-101180],[-297283,-100658],[-295812,-101092],[-297274,-99937],[-296281,-102064],[-296054,-100843],[-297601,-98807],[-297245,-98943],[-296147,-98880],[-295517,-98376],[-298023,-97111],[-298008,-97075],[-297906,-96684],[-296717,-96532],[-299409,-93523],[-299158,-94467],[-299608,-95260],[-297415,-95314],[-298838,-94870],[-297592,-95387],[-306615,-92208],[-305252,-95479],[-305118,-95490],[-304979,-100724],[-304045,-99176],[-306982,-102111],[-306254,-92842],[-304514,-96309],[-304735,-98587],[-306917,-102054],[-306921,-93139],[-304217,-97079],[-303413,-98853],[-295217,-101801],[-295528,-102298],[-303266,-102724],[-302849,-102721],[-302741,-102574],[-302801,-102253],[-298771,-102755],[-299555,-103103],[-301013,-102679],[-301067,-103762],[-305189,-104749],[-306094,-105507],[-302777,-105378],[-303183,-106532],[-301979,-106120],[-301481,-105188],[-300805,-103944],[-300022,-105056],[-300556,-104452],[-299366,-105706],[-300343,-105284],[-300771,-106445],[-300905,-106046],[-299047,-104589],[-298920,-104753],[-299552,-104967],[-299219,-103861],[-298691,-104355],[-299294,-103946],[-298294,-104994],[-297524,-104625],[-298669,-104058],[-297914,-105631],[-297265,-105681],[-297161,-105821],[-296238,-105601],[-296674,-104753],[-296549,-103873],[-297227,-102555],[-297491,-103221],[-297364,-102530],[-296740,-102706],[-296916,-103516],[-294883,-104809],[-295270,-104271],[-298692,-107274],[-299223,-106786],[-299756,-107021],[-303442,-112052],[-303384,-111190],[-306034,-111530],[-306143,-114488],[-306317,-113564],[-306419,-113482],[-306533,-112477],[-305499,-113171],[-303292,-112878],[-304504,-113074],[-305438,-114124],[-305735,-113692],[-305807,-113725],[-304279,-113217],[-304555,-114642],[-304807,-113124],[-302537,-113337],[-302492,-114770],[-302115,-114364],[-302832,-114852],[-304091,-114697],[-304363,-114749],[-304178,-114497],[-299015,-113509],[-298681,-113181],[-299659,-111109],[-296321,-110850],[-299143,-110978],[-297843,-111247],[-298290,-111475],[-297298,-109535],[-297193,-109915],[-297775,-110282],[-297532,-110964],[-297403,-109773],[-296083,-109656],[-296033,-109252],[-294532,-110152],[-294725,-109802],[-296157,-111707],[-296269,-111304],[-295039,-111737],[-295902,-112190],[-294758,-113325],[-294581,-111944],[-294723,-109995],[-295735,-112762],[-296333,-113043],[-296400,-113697],[-298452,-111827],[-298820,-112550],[-297913,-111679],[-295748,-114097],[-295740,-114824],[-295970,-114476],[-296592,-107195],[-297610,-106408],[-298325,-106496],[-297836,-107658],[-298053,-107867],[-297255,-106384],[-295879,-107348],[-296230,-107449],[-295262,-108264],[-305685,-104560],[-303627,-104743],[-306800,-102571],[-306003,-105847],[-305033,-107783],[-303813,-107277],[-303343,-107508],[-301937,-107306],[-302720,-106177],[-304867,-110626],[-304212,-111098],[-306338,-109231],[-305200,-108981],[-306606,-107879],[-297886,-102354],[-302603,-102543],[-298572,-102957],[-299187,-103018],[-299597,-102663],[-300917,-103378],[-300475,-103448],[-302177,-103159],[-305979,-104872],[-305804,-106496],[-302603,-105427],[-301028,-105381],[-301150,-105187],[-300391,-104257],[-299676,-105446],[-300176,-106169],[-300479,-105606],[-299485,-104248],[-298917,-104226],[-298429,-105178],[-296280,-105744],[-296050,-105545],[-296200,-103845],[-297616,-104125],[-298068,-103321],[-297905,-102908],[-295598,-102307],[-295384,-102304],[-295484,-102924],[-294700,-104293],[-294930,-104513],[-299297,-107136],[-298735,-107929],[-305466,-111379],[-305605,-111016],[-305603,-111892],[-306023,-111105],[-307172,-112460],[-307083,-113850],[-306480,-113461],[-305803,-112445],[-304337,-112569],[-304845,-112627],[-304049,-112900],[-304316,-112219],[-305485,-113412],[-305735,-114003],[-305708,-113999],[-303692,-113141],[-302750,-112807],[-302938,-113435],[-302400,-114097],[-302609,-114024],[-304159,-114114],[-304250,-114400],[-303059,-114412],[-299555,-112714],[-298956,-113586],[-296116,-111069],[-299047,-112120],[-299604,-111975],[-298397,-110303],[-297456,-110312],[-295123,-109159],[-294621,-111099],[-294660,-111204],[-295735,-111455],[-295331,-111930],[-294655,-112110],[-294443,-112790],[-296690,-113614],[-295783,-113474],[-298284,-111887],[-298574,-112691],[-295440,-114451],[-295485,-114439],[-296462,-114561],[-296750,-114982],[-296785,-107477],[-297874,-107826],[-297868,-106546],[-295437,-108457],[-295770,-108628],[-304039,-105175],[-304908,-106949],[-306402,-106328],[-305003,-108443],[-304549,-106903],[-302814,-107102],[-301748,-107558],[-302543,-106574],[-305088,-111216],[-304163,-110829],[-295068,-102576],[-306527,-109750],[-305879,-108944],[-306451,-108543],[-303946,-105450],[-305733,-106231],[-305109,-108334],[-304068,-107533],[-303370,-107305],[-302343,-106930],[-302322,-106589],[-304690,-111079],[-304286,-110815],[-306548,-109821],[-305549,-108933],[-306346,-108554],[-303707,-106689],[-307162,-102736],[-306579,-102611],[-306492,-105724],[-304953,-107812],[-304230,-107411],[-303421,-107523],[-302143,-106956],[-302929,-106974],[-305305,-111062],[-304385,-111270],[-306648,-109220],[-305033,-109358],[-306219,-108295],[-294446,2348],[-295585,4472],[-294737,2354],[-296538,4513],[-301851,1424],[-298985,1738],[-300465,935],[-301335,2510],[-304343,1934],[-306015,2142],[-304689,1290],[-302489,1365],[-300173,2818],[-294721,2191],[-295868,5063],[-305754,1033],[-298756,787],[-300312,1810],[-302014,2365],[-303965,2076],[-305399,2541],[-305447,1408],[-302556,1286],[-301169,696],[-299137,1715],[-294674,2241],[-296481,5085],[-304224,302124],[-305218,300981],[-305085,300999],[-304198,302305],[-306783,301895],[-304253,302052],[-306454,301447],[-306054,303187],[-305642,302647],[-305751,302788],[-305791,303034],[-304976,302794],[-306411,303110],[-305237,301786],[-299696,317943],[-299308,315579],[-298622,319370],[-297243,314505],[-297341,319362],[-298330,318211],[-298433,320016],[-298739,314767],[-299805,313638],[-294409,319697],[-298791,317955],[-300042,318999],[-299595,313862],[-298629,313702],[-299856,317901],[-300134,317864],[-300084,315394],[-297589,314763],[-299122,313934],[-297526,319398],[-298858,317155],[-299984,320104],[-298143,318062],[-297911,315404],[-298081,314634],[-300570,315436],[-297523,320127],[-300290,312826],[-305737,308895],[-304411,309525],[-303805,308836],[-306713,310259],[-306970,310940],[-307108,311285],[-307195,312114],[-299783,313384],[-306119,309809],[-303808,310236],[-307181,312948],[-304927,310958],[-306228,310374],[-306120,309334],[-307125,310801],[-299669,313191],[-305238,319586],[-304071,310180],[-304196,309970],[-305558,310533],[-306632,309469],[-305778,310065],[-305333,309530],[-304664,310514],[-306837,311272],[-300094,322390],[-296426,321794],[-305600,323913],[-306192,329910],[-304499,331178],[-305390,331103],[-300132,321276],[-298518,322892],[-297066,320430],[-294955,321284],[-305410,325568],[-299035,322793],[-296461,320663],[-307102,326482],[-303929,330352],[-304216,332056],[-298960,321971],[-299231,321574],[-300477,320684],[-296234,321763],[-295152,321135],[-297237,321579],[-304939,322969],[-306166,328951],[-307064,326839],[-303073,330559],[-302122,331093],[-303286,330204],[-302053,322874],[-302010,322248],[-301249,321180],[-300580,320435],[-298271,320752],[-294412,320260],[-305247,323639],[-305752,323294],[-306914,329753],[-307037,330058],[-306818,329286],[-302334,330067],[-301977,329013],[-299871,323650],[-301461,321055],[-300237,321357],[-297939,320860],[-297692,320813],[-295365,320605],[-297464,321142],[-305111,325440],[-305712,325092],[-306558,328815],[-306418,320843],[-307087,321846],[-306795,322550],[-304737,322387],[-306368,321306],[-304849,322562],[-304812,320316],[-304687,320228],[-307063,322172],[-304278,320768],[-306263,321180],[-307035,322604],[-297094,382972],[-306447,383029],[-297595,383583],[-306577,382709],[-304333,31566],[-303602,30236],[-300263,31196],[-300733,32565],[-300724,32980],[-300569,34736],[-304496,35218],[-307095,32137],[-304240,31020],[-303925,30917],[-300671,31636],[-300607,32402],[-301231,33528],[-299949,34356],[-296424,30011],[-297443,31396],[-299962,31075],[-306279,36560],[-305919,34351],[-307100,31328],[-306485,32974],[-305557,34570],[-305662,34864],[-305025,34990],[-303753,31548],[-303985,30885],[-300812,31518],[-300444,32853],[-300993,33134],[-299287,34921],[-295932,30059],[-297269,31215],[-298102,32117],[-300537,31076],[-303820,31706],[-303856,30329],[-300740,31748],[-301130,32279],[-301099,33602],[-300214,34258],[-296293,30239],[-297650,31124],[-298385,31614],[-300402,30684],[-296708,30368],[-297350,30877],[-298041,31352],[-299829,30582],[-298244,385238],[-299889,387593],[-294959,386650],[-295600,388484],[-297746,387094],[-294743,387509],[-297178,394419],[-297187,394487],[-295103,394926],[-297903,393478],[-294406,396765],[-298263,393731],[-294655,395431],[-300661,387671],[-306662,420640],[-305897,421535],[-305740,422536],[-306405,420982],[-306736,421114],[-305146,421750],[-306027,421819],[-306607,420015],[-306097,422000],[-306647,426001],[-303584,424973],[-307007,426076],[-302982,425787],[-305861,422917],[-304794,509222],[-300638,508362],[-299635,503150],[-303827,510391],[-298953,502783],[-300005,502695],[-298743,507443],[-295374,42646],[-295237,41375],[-295662,40130],[-296810,41527],[-296707,41910],[-294806,44754],[-294884,42877],[-295187,43167],[-294877,42174],[-294691,42010],[-295848,39574],[-296106,40932],[-295828,42145],[-295246,43505],[-294677,44337],[-295409,49173],[-295196,49700],[-294759,50076],[-294732,41440],[-295165,49077],[-294602,50431],[-294926,41787],[-296362,42191],[-294597,43246],[-306801,50916],[-306887,47645],[-306727,48303],[-307096,50117],[-306207,49819],[-306109,50352],[-305648,49808],[-306947,48480],[-306575,49397],[-306580,49408],[-298211,49167],[-301343,46124],[-303066,49975],[-301328,48246],[-305851,50359],[-302013,50933],[-297215,50407],[-295095,50611],[-298481,47710],[-298918,48156],[-300316,46809],[-301879,46479],[-302722,48000],[-303140,48034],[-302941,49114],[-301315,49275],[-302029,49507],[-303197,48404],[-303874,50600],[-305631,50282],[-305881,49044],[-299361,51067],[-297463,51334],[-298403,50100],[-295398,50680],[-307025,47897],[-306927,48090],[-306557,50049],[-298992,50452],[-298886,50939],[-298546,47402],[-299002,47386],[-301644,46840],[-301874,47202],[-302676,49102],[-301026,49313],[-301446,47882],[-302587,50151],[-302883,48442],[-302631,48287],[-305210,49102],[-304623,48721],[-301746,50527],[-299053,51327],[-300238,50522],[-296955,50246],[-297534,51301],[-295024,50549],[-307141,50535],[-306377,50982],[-306634,48519],[-296224,50896],[-298636,49585],[-301336,47391],[-302555,47855],[-302432,50230],[-303110,50089],[-303189,48411],[-303680,50573],[-300017,50832],[-298094,50668],[-306401,47564],[-306857,48280],[-302462,524254],[-307020,521174],[-303268,524794],[-302131,524109],[-305890,516258],[-305568,524912],[-302323,56744],[-300947,55388],[-301778,56784],[-297014,63943],[-297964,62735],[-297609,62609],[-301332,57375],[-301588,55436],[-301833,56014],[-300996,56314],[-301050,56649],[-301011,57243],[-300950,55142],[-300643,55638],[-301233,56308],[-296300,64002],[-297051,62283],[-298078,62792],[-301087,56083],[-300791,56622],[-302212,57062],[-297169,63873],[-297099,63157],[-296944,63981],[-297130,63135],[-300526,57239],[-294776,52324],[-296460,52558],[-297278,51680],[-298049,51612],[-301272,51773],[-301934,51621],[-299851,51721],[-296558,53805],[-296862,53944],[-296502,55823],[-295680,57257],[-295696,58234],[-296314,58580],[-300416,56030],[-301526,51895],[-301616,52935],[-301573,51804],[-300871,54989],[-301177,52548],[-303003,52460],[-301428,53718],[-303446,52760],[-306414,51410],[-305658,51919],[-303352,51781],[-303340,53013],[-301371,53037],[-303193,52694],[-302518,52001],[-301085,52820],[-301464,51598],[-299722,51745],[-295693,54184],[-297055,54132],[-296528,55723],[-296748,56927],[-296434,55643],[-295028,57499],[-296348,58584],[-296054,58078],[-303219,53673],[-302221,52125],[-301972,53827],[-306368,51673],[-294936,52788],[-300920,51641],[-295996,53080],[-296455,55494],[-295704,56038],[-295628,58853],[-297832,51911],[-298758,51608],[-300821,51442],[-296365,53853],[-296507,55454],[-296738,58666],[-300718,55194],[-301877,53615],[-303357,53370],[-303068,52892],[-302227,67785],[-300235,67365],[-299633,70622],[-295392,65515],[-294562,68654],[-294629,68035],[-296689,65609],[-295940,65850],[-295543,70073],[-295694,70802],[-296599,72750],[-297658,75884],[-294914,66915],[-300582,71194],[-301274,70134],[-301315,67445],[-300423,68151],[-301614,66821],[-300589,70892],[-301260,71069],[-300809,68962],[-306269,71577],[-306537,70652],[-305827,69583],[-295425,67396],[-296520,65861],[-296459,64706],[-297591,64296],[-296962,69787],[-296638,71167],[-296231,72425],[-295520,71593],[-295694,73994],[-298081,75306],[-297270,75124],[-294692,67112],[-299604,66437],[-301730,67826],[-300860,67586],[-300968,68431],[-300933,69015],[-300571,69456],[-301183,68778],[-300088,68992],[-299593,66098],[-301540,68859],[-300532,66876],[-300605,70659],[-300895,69594],[-302000,70186],[-301931,68700],[-299681,67546],[-300417,67257],[-299667,67434],[-299708,67712],[-300262,69213],[-300361,69546],[-300108,70670],[-300367,68974],[-305377,67891],[-295734,69702],[-296160,65335],[-295503,71084],[-298116,75495],[-294486,67187],[-306867,66090],[-306927,67793],[-296671,64733],[-296386,69902],[-297629,76599],[-299715,71048],[-302147,67139],[-301349,69801],[-301662,69712],[-300439,67446],[-300931,66819],[-299790,68283],[-299542,69267],[-300907,69299],[-299862,70312],[-300132,69670],[-302155,66210],[-301495,68786],[-301206,66639],[-300283,67220],[-300409,69200],[-300449,70396],[-295363,75638],[-296077,75035],[-295667,76740],[-296267,76575],[-296264,71642],[-295022,75053],[-295694,71690],[-294961,74181],[-294997,74199],[-295537,74942],[-295160,75068],[-294780,75852],[-294978,75805],[-296265,71517],[-295132,73502],[-295794,74731],[-297149,79712],[-296884,78880],[-297193,78885],[-298336,78456],[-298725,79254],[-300197,79350],[-301987,78146],[-302132,77714],[-302483,82354],[-303201,82912],[-303023,85608],[-302519,85729],[-300104,86237],[-298469,79070],[-300214,78795],[-300675,79288],[-301558,77661],[-302619,78847],[-302135,82714],[-302507,82188],[-302316,86283],[-303033,86906],[-297041,80351],[-298657,78302],[-301015,80118],[-301126,78809],[-301931,82283],[-303087,85650],[-296885,79508],[-302373,77922],[-303233,86484],[-297090,80796],[-296569,77201],[-296311,79072],[-296951,81383],[-295802,82654],[-295204,82213],[-299927,86002],[-295700,77387],[-296089,83519],[-296288,82931],[-299780,86241],[-294598,87365],[-295652,80641],[-296268,80860],[-295588,82798],[-295096,82301],[-294492,87144],[-294723,86950],[-295160,81433],[-295001,81443],[-296477,77178],[-296407,80678],[-296425,83521],[-294826,81526],[-299383,86095],[-296372,79588],[-295921,80450],[-295402,80841],[-296538,80591],[-295746,80958],[-295346,79314],[-298328,100952],[-302311,101678],[-297291,101580],[-306197,99994],[-303936,98699],[-303316,102358],[-302284,101928],[-301258,100675],[-297756,101312],[-296853,97762],[-298047,97233],[-295422,99941],[-295941,92939],[-295368,91395],[-295323,92114],[-295397,91807],[-296391,92444],[-295446,91323],[-295103,92244],[-300974,111265],[-302004,111913],[-300785,111966],[-299880,112597],[-303003,112956],[-302105,113500],[-299887,111880],[-300410,111955],[-295866,109733],[-295229,110131],[-295612,110467],[-295792,104742],[-319658,-115000],[-319300,-117246],[-318884,-115154],[-317990,-115272],[-318280,-115149],[-317583,-115480],[-317355,-115769],[-319365,-119328],[-319235,-118031],[-319205,-120058],[-319324,-120052],[-318875,-121745],[-318865,-120838],[-317605,-120507],[-317566,-121412],[-316677,-120835],[-317858,-120181],[-317286,-120527],[-316258,-119531],[-317070,-119388],[-317055,-120240],[-316025,-116177],[-318411,-119193],[-318083,-119339],[-316344,-119006],[-316845,-118941],[-316483,-116375],[-317242,-117025],[-316160,-115835],[-318457,-116499],[-318654,-117055],[-317885,-117267],[-318084,-117460],[-318645,-118000],[-316466,-118764],[-316825,-116836],[-316589,-116957],[-318156,-118655],[-316415,-117422],[-317971,-118605],[-317295,-118096],[-317427,-121919],[-317663,-122970],[-315925,-119657],[-315684,-119969],[-314822,-118501],[-313345,-119682],[-313218,-119056],[-314458,-119985],[-316328,-118586],[-315883,-117381],[-315979,-117599],[-312473,-122722],[-312681,-123209],[-312600,-123368],[-312854,-123415],[-313250,-124191],[-313343,-122615],[-314206,-123270],[-313549,-123060],[-315300,-125567],[-315830,-125759],[-316399,-126203],[-307249,-120965],[-308652,-122633],[-308697,-121562],[-308844,-123505],[-308801,-122388],[-309941,-122590],[-309473,-124137],[-309028,-123596],[-308245,-124520],[-308192,-123801],[-307929,-124888],[-307468,-124523],[-317814,-126297],[-318126,-127228],[-314266,-122700],[-313047,-121725],[-314077,-123714],[-313466,-124814],[-311272,-126321],[-310765,-127288],[-319312,-116569],[-317859,-115952],[-318983,-118145],[-318573,-118730],[-319133,-120505],[-317954,-119735],[-318923,-120506],[-318100,-120808],[-318710,-121348],[-316888,-120916],[-316581,-120732],[-316979,-120198],[-316963,-120124],[-318149,-116029],[-317942,-116082],[-315834,-117027],[-316719,-118165],[-316528,-118131],[-317572,-121995],[-317644,-122199],[-315311,-120589],[-315457,-120455],[-315605,-119320],[-314909,-119253],[-313803,-119973],[-314351,-119220],[-316271,-117826],[-315127,-118647],[-312451,-122758],[-313598,-124448],[-312844,-122600],[-313499,-123549],[-315811,-125502],[-316068,-126393],[-307414,-121954],[-307738,-121490],[-308717,-122068],[-307792,-121872],[-308894,-122635],[-309522,-124008],[-308184,-124135],[-308176,-124304],[-307641,-124215],[-318283,-126048],[-317981,-126747],[-318521,-127169],[-314064,-122043],[-313311,-122451],[-314573,-123760],[-313221,-124456],[-311772,-126037],[-310878,-127094],[-310509,-127603],[-318603,-126841],[-318593,-127158],[-314439,-122319],[-313679,-122320],[-314399,-124084],[-313252,-124868],[-311605,-126792],[-310488,-126922],[-318620,-125831],[-317725,-127003],[-318819,-127758],[-314844,-122318],[-313618,-122509],[-313833,-123797],[-312707,-125350],[-311487,-126172],[-311600,-127695],[-310523,-127490],[-307360,-128011],[-308818,-128319],[-308300,-127878],[-308400,-128128],[-308562,-133493],[-307270,-134120],[-307579,-132943],[-308014,-133686],[-307429,-133175],[-307436,-134733],[-308218,-135851],[-308836,-136200],[-309710,-136012],[-309687,-136013],[-308210,-135130],[-309317,-135725],[-307699,-138792],[-307722,-137615],[-307615,-137482],[-307462,-137295],[-308797,-137070],[-308124,-137626],[-309055,-136739],[-309613,-138610],[-309141,-138801],[-308777,-138060],[-308317,-138908],[-308254,-140063],[-309210,-140139],[-308851,-139835],[-311119,-137826],[-310862,-138158],[-311193,-138303],[-313105,-139039],[-312673,-138207],[-312515,-138107],[-312672,-137038],[-311126,-137332],[-311361,-137050],[-311811,-136380],[-310239,-136943],[-311153,-136616],[-310827,-136328],[-312369,-135506],[-312533,-135192],[-312906,-136036],[-311853,-134189],[-313153,-134148],[-313842,-134652],[-313413,-134127],[-313263,-133020],[-313006,-133788],[-312732,-133594],[-313031,-132588],[-312031,-133171],[-313683,-133028],[-314820,-132786],[-313867,-132608],[-313334,-132058],[-312391,-131300],[-312268,-131676],[-312622,-132132],[-313481,-130153],[-313294,-131035],[-313810,-130296],[-312449,-131376],[-313835,-130132],[-313629,-129586],[-313431,-129878],[-309685,-140113],[-310325,-138733],[-310570,-138866],[-310132,-138611],[-311318,-139542],[-311674,-140272],[-313647,-140363],[-314435,-140510],[-314478,-140520],[-313322,-138991],[-312278,-138827],[-307452,-140170],[-318271,-137653],[-319750,-136677],[-318008,-136389],[-317421,-136852],[-317058,-136389],[-317948,-137197],[-316601,-136132],[-315730,-135546],[-314081,-136123],[-314989,-138591],[-314447,-139360],[-315404,-133132],[-317686,-131442],[-317336,-131913],[-311718,-128011],[-310927,-128574],[-310583,-129727],[-309139,-128829],[-311178,-131642],[-309141,-132729],[-308078,-131421],[-307477,-128449],[-308379,-128014],[-308807,-128507],[-308010,-132222],[-308763,-133053],[-308371,-133359],[-307449,-132522],[-308000,-132555],[-307412,-134670],[-308659,-134750],[-308646,-135058],[-307272,-137089],[-309091,-136729],[-309043,-138084],[-308170,-138782],[-308695,-139976],[-309587,-140141],[-310612,-138277],[-312640,-138592],[-312960,-137904],[-311478,-137413],[-310878,-137000],[-310931,-137088],[-311867,-136055],[-312333,-133818],[-311994,-134523],[-313749,-135067],[-313186,-133189],[-311914,-133372],[-313973,-132608],[-313696,-132183],[-311995,-132248],[-312958,-132309],[-313225,-129990],[-313297,-130269],[-313759,-130186],[-314234,-129071],[-313849,-129869],[-310766,-139313],[-309754,-139254],[-312718,-140442],[-314312,-139977],[-313717,-139556],[-312306,-140049],[-319215,-138865],[-319853,-137981],[-318454,-138515],[-319321,-137288],[-318271,-136632],[-317057,-136461],[-316815,-135624],[-318247,-136945],[-316512,-136449],[-315266,-135421],[-314685,-136190],[-314903,-138234],[-314321,-139018],[-315275,-132952],[-317085,-131057],[-317465,-131970],[-310423,-128641],[-310388,-130018],[-309017,-128173],[-310775,-132225],[-309881,-132793],[-307886,-131424],[-313723,-140533],[-312633,-138833],[-311417,-140565],[-307541,-140112],[-319857,-138679],[-319580,-138326],[-319892,-136945],[-318480,-136816],[-317371,-136776],[-316826,-136261],[-317657,-137083],[-315301,-136310],[-314248,-136811],[-314175,-138347],[-314401,-139764],[-315690,-133220],[-317881,-132273],[-319950,-127994],[-311186,-127867],[-310704,-129159],[-308982,-128544],[-311333,-131671],[-309317,-132473],[-308061,-130488],[-307706,-130693],[-312104,-139744],[-311290,-140465],[-319178,-138863],[-319276,-137751],[-318679,-137779],[-319243,-136503],[-318599,-136342],[-317122,-136654],[-316694,-136396],[-318294,-136980],[-316604,-135799],[-315546,-135432],[-314067,-136414],[-314070,-138182],[-314754,-139700],[-315323,-133741],[-317915,-131851],[-316952,-131792],[-310284,-128371],[-310295,-129522],[-309846,-128302],[-311428,-132480],[-309060,-132550],[-307587,-131144],[-307570,-130855],[-309631,-140619],[-307821,-142243],[-307217,-143306],[-308597,-143421],[-309257,-142822],[-308502,-142292],[-308514,-140973],[-308192,-141361],[-307826,-140726],[-310353,-141183],[-309951,-140708],[-309562,-142606],[-309929,-142327],[-310681,-141853],[-312349,-142061],[-311793,-142628],[-311979,-142209],[-314938,-142618],[-315703,-144110],[-315662,-144597],[-315124,-143220],[-315635,-142619],[-314586,-143189],[-307397,-143822],[-308785,-143917],[-307991,-143952],[-307699,-144796],[-308357,-145768],[-307948,-145231],[-307669,-146957],[-307929,-147501],[-307244,-147042],[-307579,-151045],[-307586,-152106],[-307220,-151144],[-307251,-153061],[-308724,-151783],[-308242,-151065],[-308462,-151711],[-308147,-151223],[-308362,-149691],[-307941,-150022],[-309473,-151609],[-309394,-151494],[-309465,-151991],[-309526,-153014],[-309239,-152778],[-310431,-152326],[-311014,-153192],[-310655,-153097],[-316023,-153138],[-317795,-153168],[-317466,-152296],[-314748,-152682],[-314052,-151897],[-313275,-151180],[-313452,-150063],[-312032,-151091],[-311789,-152290],[-310720,-152802],[-310526,-150160],[-311320,-147808],[-311839,-147239],[-312114,-149208],[-313523,-149000],[-313019,-149353],[-313811,-146539],[-314509,-145741],[-316884,-146150],[-313324,-140638],[-312215,-141089],[-311525,-144178],[-311500,-146215],[-308112,-148547],[-319603,-150717],[-313514,-144398],[-312513,-143511],[-307607,-146051],[-307764,-146106],[-307543,-143092],[-308140,-143711],[-309278,-142474],[-307964,-143023],[-307560,-141485],[-308740,-140959],[-309810,-140862],[-310920,-140946],[-309596,-142503],[-310335,-141930],[-310518,-141692],[-310742,-142545],[-312078,-142238],[-315305,-142317],[-314862,-142228],[-315521,-142924],[-314406,-145529],[-308775,-144013],[-308564,-143746],[-307762,-147134],[-307674,-147750],[-307479,-148071],[-307691,-144959],[-307473,-149638],[-307512,-151269],[-307475,-152826],[-309129,-152320],[-308373,-151159],[-308718,-151820],[-308414,-150842],[-308610,-150846],[-309240,-151299],[-309698,-151899],[-309917,-153238],[-310441,-152918],[-311307,-152754],[-316225,-153083],[-317510,-152708],[-317809,-152485],[-314189,-152601],[-314189,-152142],[-313804,-150457],[-313249,-150629],[-312789,-151377],[-311567,-152081],[-311348,-152207],[-310171,-150300],[-310802,-147773],[-311998,-147121],[-313044,-149078],[-313807,-146032],[-314655,-146316],[-316015,-144738],[-316010,-146303],[-314583,-144440],[-314173,-141146],[-312697,-141919],[-311192,-144516],[-310549,-146089],[-308270,-146600],[-307791,-149373],[-308531,-153229],[-314260,-144821],[-312804,-142917],[-307872,-145576],[-316178,-153286],[-317541,-153226],[-317891,-151820],[-314493,-152873],[-314643,-151112],[-313184,-150603],[-312177,-151507],[-311716,-152027],[-310586,-151975],[-310258,-150317],[-310670,-147705],[-312397,-146403],[-313233,-149357],[-314067,-146983],[-315082,-146485],[-315342,-145068],[-316222,-146436],[-311240,-147226],[-308321,-146429],[-308101,-149030],[-319793,-151038],[-314259,-143934],[-313567,-142525],[-316091,-153308],[-318016,-151903],[-314187,-152843],[-314959,-151385],[-314604,-151083],[-313161,-150754],[-312364,-151581],[-311609,-152492],[-310729,-152890],[-310455,-150875],[-311317,-147324],[-312283,-146853],[-312518,-149364],[-314780,-145675],[-316205,-147384],[-314021,-145050],[-313887,-141714],[-312550,-144884],[-311812,-146544],[-308792,-146773],[-307797,-148446],[-319990,-150890],[-313649,-144645],[-312132,-143141],[-309890,-153546],[-309670,-153463],[-309912,-154389],[-309818,-155485],[-311042,-155480],[-311130,-155239],[-311415,-155704],[-311608,-156169],[-311123,-154894],[-310364,-155999],[-310530,-156431],[-311989,-158124],[-312579,-157879],[-311576,-159284],[-311845,-160303],[-311096,-160749],[-310492,-161128],[-309219,-160620],[-310557,-156889],[-309308,-157535],[-311846,-157208],[-311089,-156839],[-309586,-155653],[-309068,-155912],[-309615,-155349],[-308218,-156827],[-308389,-157780],[-309085,-156965],[-308918,-158431],[-308040,-163961],[-309453,-161238],[-307633,-161904],[-308319,-160716],[-307411,-159517],[-307953,-157952],[-315641,-154500],[-308590,-154630],[-308242,-153546],[-309722,-157073],[-311121,-158818],[-309587,-154020],[-309715,-153477],[-309382,-155424],[-310776,-155620],[-310801,-155561],[-311328,-155968],[-311870,-155473],[-311671,-156302],[-311454,-156571],[-310089,-155922],[-311635,-159263],[-312357,-158875],[-312664,-157808],[-311442,-160023],[-310923,-160636],[-309752,-160247],[-310087,-161065],[-310234,-156629],[-309434,-155282],[-308514,-156039],[-308482,-156815],[-308757,-157709],[-307726,-165051],[-308355,-162413],[-307569,-162386],[-307480,-160927],[-308235,-157104],[-315554,-154649],[-308506,-153790],[-309719,-159451],[-310627,-157994],[-307570,-164116],[-308248,-164134],[-307388,-165277],[-307984,-162436],[-308456,-161030],[-307741,-157925],[-308866,-155406],[-310127,-157071],[-307351,-163759],[-307762,-164998],[-309478,-161148],[-307467,-157075],[-307364,-153968],[-309744,-158844],[-307778,-163858],[-308978,-163136],[-309984,-162799],[-316992,-165077],[-317107,-163215],[-316571,-162612],[-316393,-160860],[-315836,-157234],[-315051,-157032],[-315653,-155832],[-316347,-155933],[-316975,-155262],[-311942,-163128],[-312938,-162897],[-313681,-164536],[-310415,-165126],[-310830,-166070],[-308739,-164427],[-310114,-164392],[-309581,-164343],[-310868,-161448],[-309616,-162953],[-317182,-165367],[-317504,-163922],[-316500,-162855],[-316645,-160925],[-315819,-157986],[-314959,-156456],[-315860,-155800],[-316927,-156591],[-316974,-154997],[-312116,-163187],[-312594,-163407],[-313871,-164218],[-309993,-165169],[-308673,-164565],[-308888,-163869],[-309132,-163368],[-317227,-165396],[-316877,-163711],[-316157,-162888],[-316637,-160846],[-316037,-157949],[-314965,-156653],[-316176,-156412],[-316730,-156530],[-316305,-155682],[-315829,-154282],[-312534,-163199],[-313090,-164818],[-310680,-165012],[-310913,-165575],[-309074,-164280],[-310176,-164579],[-308985,-163583],[-310234,-162663],[-316999,-165596],[-316788,-163965],[-316943,-162453],[-316266,-162651],[-316693,-160852],[-316215,-157097],[-315556,-156435],[-316250,-156151],[-317029,-156303],[-316081,-155629],[-315752,-154285],[-312106,-162808],[-312269,-162905],[-313913,-164621],[-310350,-165077],[-310959,-166079],[-309113,-164545],[-309677,-168913],[-308827,-169025],[-309027,-171168],[-311931,-167857],[-310853,-169429],[-312463,-169941],[-312793,-172816],[-311620,-174106],[-307961,-175530],[-307435,-178248],[-311358,-168925],[-311194,-171730],[-311946,-172198],[-310170,-168620],[-311001,-167501],[-307966,-167984],[-308018,-166412],[-318176,-176816],[-319517,-178834],[-310989,-166386],[-313232,-167942],[-307917,-166912],[-308094,-170313],[-310011,-170941],[-309203,-171573],[-310536,-169605],[-311486,-169044],[-310596,-169561],[-312238,-170818],[-313220,-173341],[-310757,-173952],[-310491,-168470],[-311111,-173001],[-309330,-167876],[-311245,-166814],[-307515,-168125],[-307602,-166366],[-315165,-178733],[-319152,-177182],[-319728,-177755],[-314122,-177606],[-313198,-167979],[-307262,-167561],[-307810,-170830],[-310366,-169062],[-311191,-170333],[-312587,-171294],[-312117,-173783],[-308506,-175570],[-307813,-178587],[-310418,-170721],[-311886,-173169],[-310432,-168445],[-311941,-167130],[-307855,-166347],[-308200,-167723],[-315230,-178801],[-318935,-177600],[-318825,-177647],[-313132,-168086],[-307909,-167496],[-307858,-168671],[-308441,-171573],[-310682,-169110],[-311945,-169448],[-311127,-173315],[-311767,-173616],[-307821,-176134],[-307580,-178200],[-311195,-168232],[-310696,-171017],[-312202,-172697],[-310506,-168259],[-307470,-169200],[-310835,-166985],[-307363,-167662],[-308242,-166329],[-315128,-178227],[-318396,-177333],[-319409,-178659],[-313244,-168153],[-307424,-166929],[-315555,-178094],[-314218,-177206],[-314706,-176109],[-315698,-174599],[-316109,-176516],[-317864,-171054],[-316919,-174359],[-317363,-172788],[-318178,-170197],[-318483,-168866],[-318336,-166550],[-318076,-167137],[-314964,-176253],[-315318,-174682],[-316362,-176100],[-316696,-171271],[-317496,-174666],[-317822,-172266],[-317589,-170171],[-319066,-168343],[-317670,-167280],[-314698,-177153],[-314444,-176782],[-315671,-176162],[-317569,-171475],[-316895,-174784],[-317328,-172457],[-317695,-170527],[-318473,-168539],[-318268,-166493],[-317968,-166372],[-314636,-177558],[-314211,-176216],[-315639,-174945],[-316390,-175299],[-317666,-172126],[-316720,-174869],[-317711,-172574],[-317508,-169975],[-319318,-169152],[-317923,-167316],[-309712,-186375],[-309987,-187434],[-311320,-187237],[-312013,-190380],[-308944,-191534],[-314689,-191297],[-317552,-190970],[-314691,-187730],[-318098,-182741],[-315315,-181833],[-315262,-182355],[-314182,-183376],[-313909,-182528],[-315411,-179507],[-314889,-180790],[-314018,-179030],[-316148,-184651],[-318216,-182997],[-318592,-187021],[-318378,-187387],[-318894,-187975],[-308074,-179349],[-309628,-186314],[-310642,-187952],[-312351,-189399],[-313709,-187836],[-313092,-190150],[-312097,-190381],[-311704,-190336],[-310059,-189604],[-308825,-190912],[-314325,-189736],[-316180,-191761],[-317080,-190238],[-318728,-190987],[-318008,-190658],[-319420,-188812],[-314302,-186991],[-314419,-188179],[-317659,-183964],[-319102,-184513],[-318796,-183860],[-318988,-183667],[-315220,-181912],[-315716,-182224],[-314337,-182814],[-315255,-179945],[-314983,-179897],[-314592,-179299],[-316016,-184146],[-317543,-183743],[-318703,-187215],[-309406,-187961],[-308227,-187340],[-311598,-186362],[-312008,-187270],[-312580,-186973],[-311569,-189633],[-310693,-191724],[-308314,-190964],[-308877,-190596],[-313481,-190860],[-315326,-191283],[-317921,-191744],[-316338,-191281],[-318514,-188746],[-318757,-189534],[-315918,-187302],[-314153,-186494],[-318958,-184021],[-318934,-181595],[-319009,-181621],[-315166,-181729],[-315241,-182623],[-314126,-183006],[-315041,-179211],[-314311,-180375],[-314635,-179455],[-316176,-184248],[-317700,-183287],[-307965,-187676],[-311934,-186590],[-311395,-187726],[-313506,-189614],[-309103,-190807],[-315264,-190406],[-316577,-191677],[-319105,-190444],[-316299,-188155],[-317577,-182432],[-318868,-181358],[-315229,-181787],[-315797,-182687],[-314521,-182940],[-314222,-182427],[-314997,-179383],[-314985,-180136],[-314730,-179358],[-316238,-184326],[-317829,-183485],[-307388,-193638],[-308588,-194236],[-308925,-192035],[-310776,-193216],[-311819,-195271],[-311980,-194874],[-312689,-193852],[-313920,-192219],[-314343,-192258],[-308275,-196513],[-311323,-194846],[-309081,-194888],[-310805,-191949],[-309227,-192248],[-313104,-195117],[-313697,-195291],[-312801,-193650],[-318974,-192559],[-319598,-193414],[-308303,-197230],[-308455,-196006],[-311116,-193605],[-310547,-194505],[-309602,-192490],[-314513,-192453],[-319553,-194011],[-307687,-197182],[-307747,-196187],[-311186,-193796],[-310322,-194036],[-309673,-192570],[-311180,-193597],[-311805,-195692],[-312442,-192747],[-319562,-193661],[-308385,-196628],[-312053,-193742],[-309190,-194845],[-309515,-204037],[-317735,-203904],[-317963,-202703],[-309897,-199418],[-312376,-200614],[-311704,-198981],[-316627,-197483],[-316131,-197067],[-316999,-197382],[-317288,-197813],[-316354,-195996],[-318580,-202004],[-309185,-199406],[-311461,-199499],[-317418,-196908],[-318070,-197062],[-315435,-196256],[-310814,-204221],[-317151,-203901],[-309906,-198912],[-311831,-199808],[-316229,-197730],[-317636,-198137],[-316041,-196300],[-318900,-201981],[-317110,-204093],[-319187,-202686],[-318490,-204130],[-317378,-204244],[-319691,-204428],[-318616,-201911],[-309789,-198878],[-311295,-198901],[-311164,-199939],[-311248,-199203],[-315988,-197023],[-318073,-197642],[-316517,-196327],[-316423,-216903],[-315980,-216207],[-317694,-210135],[-316888,-210630],[-319286,-208993],[-315603,-211101],[-315309,-211313],[-315054,-212286],[-312335,-208903],[-312181,-208993],[-312467,-207038],[-309980,-208062],[-309287,-208714],[-313674,-208877],[-313433,-208296],[-315788,-208688],[-317902,-209204],[-319672,-205863],[-312336,-213186],[-311101,-211667],[-310295,-212306],[-309823,-212581],[-310480,-212659],[-309356,-209725],[-319481,-215354],[-319561,-215235],[-307251,-205610],[-308775,-214453],[-307404,-211100],[-319256,-204717],[-319869,-206631],[-315907,-207411],[-316268,-208498],[-317156,-206783],[-308440,-208646],[-308504,-206617],[-309704,-214302],[-308795,-211048],[-307448,-215676],[-309122,-204937],[-310245,-213912],[-307667,-211609],[-309614,-216944],[-309760,-217197],[-308747,-205002],[-317663,-210409],[-319070,-209737],[-314708,-211383],[-311708,-206882],[-309790,-208050],[-309760,-208173],[-313135,-209060],[-319109,-205838],[-309682,-212135],[-310558,-212654],[-308186,-210343],[-309997,-209537],[-307788,-205238],[-308521,-214651],[-307990,-213484],[-307385,-213945],[-308309,-210727],[-308559,-211692],[-307449,-217366],[-307446,-217085],[-317583,-204731],[-319424,-206178],[-317346,-209034],[-315978,-207773],[-316527,-207000],[-318047,-204730],[-319493,-205016],[-319835,-206105],[-318536,-208954],[-318634,-209142],[-317207,-209317],[-315803,-207589],[-316447,-207152],[-319520,-206298],[-319305,-209833],[-318063,-209163],[-316111,-207454],[-316158,-208183],[-316700,-207424],[-307533,-227503],[-307864,-227420],[-307550,-224534],[-307432,-221765],[-309493,-219652],[-308846,-229053],[-308706,-229181],[-309719,-228511],[-311961,-228118],[-311782,-228747],[-310571,-228863],[-310466,-228761],[-310323,-228740],[-318700,-223549],[-311878,-219091],[-311439,-219909],[-311511,-223935],[-313790,-223236],[-313033,-223129],[-318935,-223334],[-319080,-220748],[-318773,-220318],[-309223,-219409],[-309440,-225043],[-308604,-225230],[-307384,-223044],[-307487,-219853],[-308479,-220477],[-318306,-220883],[-316420,-220477],[-309351,-220022],[-311143,-222862],[-308004,-223468],[-308109,-219836],[-307948,-223467],[-308691,-222751],[-309777,-219345],[-308045,-229159],[-309700,-228316],[-310234,-227834],[-310892,-228232],[-318864,-223988],[-311881,-219181],[-311300,-223454],[-313283,-222826],[-318169,-220119],[-308839,-222963],[-309506,-223556],[-308749,-225720],[-310565,-223749],[-308038,-225043],[-307865,-223579],[-307242,-220109],[-307228,-219982],[-318222,-220469],[-316553,-221100],[-309742,-220136],[-308627,-225679],[-307556,-221441],[-307790,-224064],[-307389,-223705],[-308606,-218196],[-317915,-220604],[-316225,-220363],[-318357,-220195],[-316359,-221143],[-314114,-237447],[-310862,-238708],[-314537,-242804],[-317527,-238355],[-307778,-241115],[-309855,-242724],[-308471,-242799],[-308095,-241998],[-308034,-239499],[-308666,-239080],[-312725,-238742],[-311995,-238486],[-312503,-239574],[-312036,-240158],[-312239,-239883],[-314314,-240538],[-314798,-240127],[-314567,-242560],[-316592,-241895],[-318342,-241602],[-316791,-240011],[-315488,-240951],[-317262,-239685],[-316875,-239279],[-315061,-240668],[-315100,-240048],[-317934,-240001],[-318998,-239492],[-319271,-239953],[-317624,-240385],[-317096,-239371],[-317922,-241227],[-318879,-240213],[-319077,-241064],[-319743,-240918],[-313479,-241437],[-318770,-238972],[-309788,-241291],[-310771,-238083],[-309150,-240213],[-309346,-241074],[-311732,-241066],[-318461,-242303],[-318784,-238058],[-317837,-238083],[-307279,-241137],[-309836,-242776],[-309561,-242177],[-308714,-242623],[-308246,-242308],[-307624,-239852],[-308339,-239002],[-312661,-239275],[-312352,-238560],[-311856,-239410],[-314642,-241899],[-313828,-240873],[-313868,-241197],[-315436,-240960],[-314878,-242351],[-314805,-242720],[-317120,-242357],[-319055,-241529],[-316926,-240480],[-315142,-241050],[-316467,-239640],[-316984,-239375],[-315714,-239961],[-315084,-240072],[-317944,-240390],[-318618,-239241],[-319633,-240121],[-318360,-240605],[-317701,-239529],[-317891,-241247],[-318414,-240926],[-319478,-242371],[-319794,-241635],[-319202,-241435],[-319718,-241051],[-319940,-242800],[-319729,-242972],[-319404,-239668],[-318241,-241580],[-319096,-242072],[-318382,-239371],[-318557,-239114],[-318155,-242811],[-316914,-242687],[-315760,-242648],[-312973,-242896],[-313276,-242699],[-312975,-241609],[-311675,-242832],[-310957,-241863],[-316679,-242069],[-316246,-241347],[-311394,-240843],[-312286,-242184],[-312152,-242289],[-318628,-240804],[-319263,-239946],[-316752,-240514],[-317264,-240625],[-318662,-237201],[-318224,-237450],[-318090,-237842],[-307227,-238012],[-307812,-241803],[-310391,-242445],[-309650,-242514],[-309107,-241713],[-308611,-242810],[-307650,-242973],[-308066,-242496],[-308053,-239918],[-308124,-238761],[-308194,-239202],[-312370,-239783],[-312821,-238344],[-312249,-238473],[-311924,-239054],[-314586,-241334],[-314750,-241009],[-314610,-241998],[-314729,-242506],[-316932,-242184],[-318492,-241778],[-317350,-239950],[-315412,-240546],[-316558,-239412],[-316896,-239574],[-315695,-240400],[-314786,-240567],[-317855,-239966],[-319343,-239148],[-319740,-240221],[-318022,-240606],[-317737,-239749],[-317452,-241099],[-318785,-240081],[-319822,-241851],[-319536,-241405],[-319157,-241868],[-319915,-240633],[-319862,-242929],[-319344,-241883],[-317642,-242004],[-317247,-242278],[-316880,-242899],[-313952,-242885],[-315319,-242498],[-315480,-241905],[-312719,-242751],[-312970,-242172],[-313041,-242261],[-315811,-242362],[-316288,-242121],[-312734,-241848],[-311339,-241125],[-312308,-242139],[-311676,-242536],[-319289,-239916],[-319284,-240612],[-316826,-241083],[-316759,-241604],[-318280,-238203],[-318118,-238293],[-307390,-241178],[-310283,-242027],[-307287,-242979],[-309097,-242973],[-309254,-242342],[-308076,-241985],[-308186,-240056],[-308193,-239375],[-308908,-239540],[-312081,-240102],[-311269,-238674],[-312295,-239260],[-311381,-239519],[-314791,-241887],[-313747,-241318],[-314378,-240293],[-314829,-240731],[-314900,-242684],[-316757,-242623],[-318347,-241590],[-316504,-240008],[-315483,-240696],[-316605,-238930],[-317336,-239784],[-315879,-240103],[-315640,-239746],[-317827,-240452],[-319356,-239244],[-319680,-239903],[-317762,-240303],[-317185,-240119],[-318168,-241182],[-318405,-240090],[-319636,-241955],[-319107,-241392],[-308466,-234825],[-318779,-234036],[-318473,-233426],[-319950,-232771],[-319894,-236041],[-319409,-236326],[-316503,-236312],[-316906,-235412],[-316167,-235095],[-315010,-236256],[-315386,-235065],[-315147,-234571],[-316378,-233413],[-315494,-233029],[-314677,-232718],[-314232,-233618],[-312548,-232530],[-312996,-234482],[-312767,-234395],[-312065,-233049],[-311989,-232375],[-311300,-234121],[-309914,-234111],[-311881,-235693],[-309544,-236136],[-309312,-235564],[-308382,-234518],[-308763,-233864],[-308163,-236432],[-307724,-238035],[-308927,-237739],[-309686,-237428],[-314167,-238402],[-311296,-232744],[-309438,-232618],[-308309,-234770],[-307524,-232631],[-309946,-231376],[-307716,-232121],[-319037,-233993],[-318901,-234013],[-318293,-234174],[-319701,-236078],[-319677,-236608],[-319109,-236459],[-316744,-236031],[-316445,-235860],[-315967,-235055],[-314231,-235951],[-315084,-235180],[-316074,-234234],[-315648,-233955],[-315549,-232312],[-315103,-232776],[-314269,-232549],[-313975,-233399],[-313079,-232272],[-313034,-233490],[-312926,-234748],[-311267,-233478],[-311884,-232644],[-312180,-234839],[-310998,-233874],[-311427,-236179],[-309633,-235667],[-309653,-236562],[-308616,-235430],[-308377,-234646],[-308314,-233501],[-308197,-236168],[-307950,-237400],[-309132,-237685],[-309726,-237372],[-313063,-235052],[-313545,-236930],[-315008,-235392],[-313805,-236089],[-313844,-237095],[-319526,-233190],[-318435,-233785],[-319669,-233449],[-319983,-232787],[-319622,-236232],[-318999,-236304],[-316881,-236100],[-316420,-235903],[-316223,-234980],[-314873,-235762],[-315880,-235745],[-315745,-234412],[-316141,-233410],[-314746,-232099],[-314213,-232410],[-314383,-233671],[-312657,-232699],[-313335,-233615],[-313064,-234641],[-311632,-233217],[-311973,-231887],[-311691,-234461],[-309670,-234186],[-311630,-236150],[-309528,-235523],[-309723,-235841],[-309075,-236029],[-309267,-234276],[-308738,-234084],[-308318,-236757],[-307678,-237683],[-308763,-237793],[-309406,-237315],[-310292,-232756],[-307614,-234092],[-319355,-234002],[-318774,-233316],[-318089,-233667],[-319585,-233446],[-319531,-236400],[-317280,-236485],[-316720,-235823],[-316273,-236139],[-314533,-236709],[-315894,-235780],[-315858,-234604],[-316089,-234076],[-315427,-232811],[-314000,-232278],[-314724,-233741],[-312559,-233153],[-312764,-233702],[-313335,-233808],[-311877,-233672],[-311969,-232393],[-311504,-235256],[-311056,-234429],[-311336,-236227],[-309643,-235771],[-309836,-236095],[-308918,-236317],[-308743,-234941],[-308517,-233374],[-308823,-236843],[-308541,-238335],[-309438,-238025],[-318519,-494],[-317260,-86],[-313031,-11526],[-316513,-12332],[-308162,-588],[-308958,40],[-319560,-7425],[-311183,-97],[-315022,-1521],[-313282,-1054],[-316556,-1917],[-318898,-3516],[-318324,-5597],[-317857,-650],[-317131,-165],[-311328,-4589],[-309094,-5877],[-311973,-3568],[-312849,-4837],[-307704,-3634],[-307612,-5788],[-309144,-2305],[-309569,-2640],[-309837,-1357],[-311656,-1697],[-310896,-2140],[-310074,-1003],[-313580,-2612],[-307232,-3002],[-309748,-7144],[-307993,-10489],[-310927,-4865],[-309952,-5175],[-311567,-4402],[-312693,-4667],[-307402,-4470],[-308070,-5509],[-309278,-2368],[-309885,-2095],[-309878,-1219],[-311530,-2094],[-310648,-1193],[-314088,-2454],[-307243,-2760],[-307849,-10541],[-312682,-10664],[-310126,-11788],[-317294,-3708],[-317710,-5155],[-317727,-3776],[-308009,-1],[-314272,-2048],[-313095,-1293],[-316483,-2918],[-317402,-3437],[-319781,-3942],[-318889,-4923],[-318388,-595],[-316028,56],[-311000,-4867],[-309963,-5607],[-311178,-3579],[-313248,-4584],[-307410,-3625],[-307654,-5374],[-308507,-2839],[-310161,-2514],[-312310,-2241],[-310711,-1942],[-310620,-396],[-314142,-2801],[-308558,-10070],[-318735,-1021],[-317476,-124],[-310616,-4742],[-309113,-5109],[-312085,-3738],[-312477,-5015],[-308602,-2641],[-310510,-2043],[-309821,-1014],[-312104,-1955],[-311252,-2202],[-310157,-1087],[-313565,-2041],[-309846,-6651],[-308332,-9983],[-310522,-243216],[-310227,-243412],[-316158,-245924],[-318044,-245431],[-315183,-246652],[-308918,-246195],[-312011,-244901],[-309152,-246893],[-312377,-250241],[-314052,-251254],[-313904,-251316],[-314300,-251327],[-313856,-252010],[-319920,-254713],[-307612,-254625],[-307627,-251530],[-309968,-252657],[-312259,-252762],[-309688,-247611],[-308796,-244473],[-313049,-243127],[-319921,-244380],[-318326,-245772],[-311727,-246848],[-312424,-250397],[-312271,-250440],[-313873,-251065],[-314154,-251034],[-313097,-252231],[-319727,-255470],[-309971,-255267],[-308564,-250741],[-307450,-252986],[-308396,-244866],[-315662,-243026],[-311862,-252158],[-317923,-252986],[-317766,-253067],[-319432,-254777],[-319535,-254511],[-318670,-255778],[-319113,-255092],[-317616,-254407],[-318502,-254683],[-317199,-252513],[-316877,-252548],[-314964,-252172],[-315113,-252830],[-315884,-252382],[-317296,-250036],[-316448,-250380],[-317440,-254472],[-317902,-253049],[-316859,-255342],[-317297,-255161],[-316402,-255115],[-315446,-253950],[-315377,-255434],[-314204,-255340],[-314777,-254762],[-313066,-254695],[-311134,-254772],[-311237,-255282],[-312079,-255209],[-311348,-254700],[-311776,-253644],[-309269,-253424],[-310748,-254662],[-309714,-255368],[-310042,-254993],[-318758,-254360],[-319001,-251894],[-319024,-250654],[-319980,-253299],[-319780,-254150],[-319432,-255581],[-308916,-250597],[-307747,-249550],[-308029,-252731],[-308864,-252157],[-308856,-251873],[-310073,-252246],[-311326,-252907],[-312594,-251616],[-314394,-251799],[-313618,-251654],[-315543,-250626],[-314818,-251441],[-314891,-249984],[-313809,-249467],[-313643,-251024],[-312611,-251219],[-312931,-250042],[-311612,-251008],[-311592,-249931],[-310963,-250708],[-309367,-250852],[-316198,-249880],[-316512,-248185],[-318374,-248167],[-318200,-248813],[-318367,-249388],[-318599,-249063],[-317055,-249863],[-315704,-248960],[-315777,-248895],[-319028,-248433],[-319034,-248886],[-319275,-243929],[-316899,-244633],[-317632,-244931],[-314457,-243539],[-315522,-243970],[-313911,-243617],[-314237,-243606],[-312467,-244595],[-312198,-245617],[-312280,-244487],[-311699,-244331],[-312520,-243480],[-313802,-243622],[-309631,-243169],[-311342,-243856],[-319315,-244907],[-317083,-244203],[-318082,-244345],[-317773,-245218],[-319069,-245309],[-309440,-245645],[-309834,-244909],[-309403,-244991],[-309820,-243951],[-310047,-244569],[-308184,-245393],[-314015,-243689],[-314031,-244158],[-313454,-245487],[-313554,-244331],[-316169,-245196],[-316045,-247090],[-316095,-246876],[-316482,-247162],[-317117,-245497],[-317926,-246421],[-317995,-246562],[-315575,-246758],[-316283,-245612],[-310530,-243419],[-311151,-243577],[-314208,-247955],[-314617,-249184],[-313049,-247787],[-312305,-247689],[-319446,-251585],[-319866,-251351],[-309164,-245139],[-308933,-243270],[-307972,-243256],[-318726,-252103],[-311167,-250951],[-307807,-252623],[-313094,-253423],[-312573,-253798],[-317969,-253368],[-318904,-252100],[-318970,-254472],[-318772,-255689],[-318808,-255628],[-318511,-255715],[-317407,-254515],[-316067,-251381],[-313344,-253429],[-314713,-251815],[-313447,-253162],[-314564,-252531],[-316409,-252161],[-315726,-252314],[-314539,-251707],[-315316,-249921],[-315968,-250497],[-316487,-250882],[-317582,-251144],[-316492,-253864],[-316701,-253132],[-316490,-253272],[-316558,-255276],[-317856,-255229],[-316198,-254616],[-316328,-254157],[-315152,-254478],[-315397,-253208],[-315094,-253521],[-315515,-254062],[-315176,-255274],[-315035,-255684],[-313548,-253852],[-313407,-253882],[-312374,-255249],[-311519,-255620],[-311883,-254986],[-312695,-254758],[-309468,-253828],[-310615,-254062],[-310071,-254628],[-309600,-255487],[-309615,-255300],[-319161,-252402],[-318791,-253332],[-319963,-252755],[-319447,-253968],[-319144,-255442],[-319148,-255662],[-319841,-249772],[-311005,-250932],[-309943,-250905],[-307555,-251771],[-307938,-252450],[-307960,-251761],[-308124,-251958],[-309634,-252574],[-308660,-251843],[-310002,-252743],[-310248,-252055],[-312101,-252357],[-312378,-252204],[-313786,-251732],[-313124,-251419],[-314756,-251383],[-314624,-250235],[-314959,-249869],[-313694,-250324],[-313640,-250765],[-312927,-250467],[-312468,-249956],[-310896,-250077],[-309862,-250356],[-319762,-249296],[-317845,-249734],[-316766,-249748],[-317131,-249867],[-316437,-248667],[-316607,-249769],[-319494,-248950],[-318533,-247946],[-318639,-244074],[-317506,-243100],[-317059,-244663],[-318440,-244543],[-315989,-243775],[-311604,-244532],[-311520,-243951],[-311164,-244144],[-319130,-244623],[-318156,-244207],[-317896,-244014],[-318941,-245000],[-309133,-245096],[-310259,-244383],[-310316,-244646],[-310454,-245702],[-308122,-246018],[-314370,-243967],[-313657,-245409],[-313671,-244493],[-316470,-244242],[-315274,-244279],[-316003,-245161],[-316619,-246853],[-317303,-246573],[-318351,-246242],[-318664,-245911],[-315225,-246067],[-316739,-246838],[-311235,-243676],[-310613,-243962],[-314403,-247804],[-319277,-251454],[-308306,-245010],[-308006,-267321],[-318614,-262933],[-317687,-268129],[-319110,-267127],[-318014,-266391],[-317528,-265577],[-317493,-256838],[-317857,-258538],[-310604,-258132],[-309531,-258471],[-309339,-260828],[-309305,-262012],[-308118,-261462],[-310658,-261555],[-307734,-264954],[-317758,-263773],[-316012,-265294],[-308904,-262405],[-307998,-265062],[-307283,-266074],[-310083,-264189],[-308461,-260684],[-307792,-260702],[-309987,-256290],[-308407,-261210],[-307890,-261331],[-319586,-257311],[-319749,-257160],[-319772,-257743],[-319220,-258046],[-317282,-260885],[-316735,-261897],[-317095,-261973],[-318766,-261499],[-318169,-259833],[-315570,-263789],[-316215,-262698],[-315144,-262035],[-315372,-262080],[-316164,-260559],[-316782,-260871],[-316863,-259163],[-316381,-259027],[-316987,-259045],[-316425,-258841],[-317514,-257076],[-318119,-256323],[-318999,-257171],[-317278,-257096],[-316097,-257507],[-314393,-257781],[-314354,-257802],[-314950,-259696],[-315207,-260329],[-314024,-259987],[-314537,-259883],[-314174,-257884],[-313808,-258426],[-313166,-259162],[-311759,-258402],[-311482,-260234],[-310752,-259144],[-310996,-258198],[-310826,-258420],[-310790,-256622],[-310686,-256944],[-311865,-257986],[-312243,-258537],[-312524,-258434],[-313725,-257612],[-314664,-256161],[-315312,-255871],[-313454,-257064],[-313019,-255874],[-312601,-257002],[-312357,-257155],[-311171,-256492],[-311410,-256087],[-308981,-261772],[-318555,-267587],[-318596,-268228],[-318241,-266736],[-318302,-265844],[-317909,-266216],[-317666,-264368],[-316863,-267734],[-317909,-267486],[-318792,-266182],[-318722,-266876],[-319779,-267629],[-318864,-265467],[-318210,-264737],[-319098,-263097],[-319699,-262405],[-319506,-261676],[-318924,-264253],[-318951,-264752],[-319399,-259051],[-319254,-259265],[-319060,-261172],[-319650,-256510],[-313705,-260830],[-314612,-260459],[-319633,-259595],[-319643,-260390],[-314932,-263807],[-316916,-265722],[-317239,-264199],[-317330,-263733],[-315938,-265311],[-312023,-264541],[-310761,-265263],[-311892,-265233],[-311759,-267436],[-311749,-266232],[-312898,-266918],[-310344,-267510],[-311442,-266911],[-310243,-268055],[-311512,-268072],[-309355,-265427],[-309636,-266233],[-309536,-267053],[-309496,-268265],[-309088,-266451],[-307414,-266843],[-309856,-263279],[-309331,-263386],[-309508,-263288],[-309380,-263316],[-311305,-261003],[-310397,-261172],[-308168,-261866],[-307295,-260105],[-307444,-259380],[-308897,-266252],[-313435,-261288],[-312186,-261516],[-313269,-263426],[-314263,-263427],[-313684,-262286],[-314122,-264609],[-313550,-264921],[-313630,-264451],[-315153,-265172],[-314671,-265539],[-313194,-265578],[-313150,-264953],[-308163,-265238],[-315656,-267696],[-313945,-267436],[-314837,-267335],[-310270,-258239],[-307989,-255890],[-319563,-257972],[-317306,-261958],[-316936,-261649],[-317182,-262378],[-317461,-263597],[-318152,-261517],[-318694,-261121],[-318274,-259709],[-316080,-263138],[-314634,-261900],[-314604,-261961],[-315580,-261858],[-316261,-261570],[-315738,-260604],[-316549,-260830],[-316615,-259402],[-316851,-259848],[-317892,-259089],[-317847,-258471],[-316768,-258055],[-318917,-256850],[-316773,-256669],[-317496,-257089],[-315426,-256919],[-315379,-257283],[-315619,-257386],[-314779,-257605],[-314370,-257699],[-314948,-259398],[-314994,-258384],[-315389,-260699],[-315286,-261023],[-314710,-259259],[-314567,-258931],[-313642,-258320],[-311772,-259723],[-312987,-260278],[-313371,-260713],[-312864,-260084],[-312325,-259465],[-311515,-259959],[-310684,-259155],[-310432,-257986],[-310928,-257984],[-311370,-257130],[-312472,-257946],[-314994,-256965],[-316121,-256407],[-313352,-256814],[-313001,-256397],[-311670,-256104],[-311591,-256189],[-310539,-255873],[-315007,-266349],[-312021,-268296],[-308589,-261297],[-316878,-265721],[-317896,-264413],[-318017,-266908],[-316534,-267955],[-319070,-267024],[-318771,-267109],[-319200,-266174],[-319271,-266840],[-319600,-266756],[-319408,-267984],[-318272,-264514],[-318897,-264834],[-318563,-265113],[-318164,-264122],[-319032,-263002],[-319336,-262896],[-319686,-262858],[-318987,-259600],[-318897,-259568],[-314662,-261806],[-315210,-261921],[-319164,-260434],[-316939,-265000],[-317230,-264596],[-316174,-264098],[-315534,-265726],[-312132,-264884],[-310935,-266125],[-311002,-265348],[-312376,-266983],[-312093,-266577],[-314397,-267089],[-311505,-267264],[-311657,-267571],[-310947,-267987],[-310127,-265629],[-309839,-266291],[-309862,-266214],[-309310,-267581],[-309734,-267409],[-308042,-267695],[-308676,-266425],[-308025,-266804],[-309831,-263292],[-309420,-263417],[-309974,-261321],[-310012,-261479],[-307730,-261779],[-308255,-262074],[-307485,-260387],[-312541,-260667],[-311971,-261797],[-312715,-260961],[-314093,-261316],[-312415,-262125],[-312771,-263521],[-312902,-263520],[-314032,-263447],[-313640,-262690],[-313864,-264278],[-312483,-265208],[-313484,-264136],[-314991,-265498],[-314164,-265666],[-313111,-267186],[-314125,-265826],[-312456,-264942],[-312496,-265328],[-315013,-268319],[-313774,-267760],[-314833,-268964],[-313633,-272071],[-317691,-269028],[-319194,-269597],[-318734,-269047],[-319087,-271542],[-311826,-272660],[-319358,-270483],[-319771,-271164],[-318317,-273284],[-317273,-271449],[-316088,-273568],[-318184,-273759],[-319353,-272928],[-319291,-271761],[-317590,-271963],[-317804,-271978],[-317588,-270249],[-317264,-271121],[-317152,-270801],[-317184,-271066],[-318581,-273986],[-318691,-273916],[-317448,-274059],[-310673,-272222],[-309012,-273579],[-311360,-270194],[-311083,-270291],[-311684,-270538],[-311075,-270766],[-311147,-272045],[-312128,-270923],[-308497,-271925],[-307431,-270238],[-307575,-270559],[-309577,-273458],[-315390,-273835],[-309842,-268792],[-309468,-269442],[-309819,-269179],[-315221,-272175],[-316811,-272225],[-316556,-273158],[-307373,-271545],[-313172,-273775],[-313379,-272945],[-310792,-272458],[-311057,-272509],[-309243,-272335],[-309994,-271791],[-307695,-271403],[-307627,-270351],[-311991,-268731],[-308106,-270574],[-311977,-270603],[-318061,-273275],[-318283,-270476],[-318636,-269633],[-312608,-268616],[-319709,-271815],[-319995,-271406],[-319444,-270739],[-317994,-273350],[-317294,-272128],[-316503,-271604],[-317497,-274089],[-319465,-272395],[-319189,-272322],[-317654,-272018],[-317487,-272394],[-317439,-271517],[-317413,-271161],[-317363,-270671],[-316516,-270294],[-319968,-273003],[-319180,-273474],[-310106,-272706],[-309665,-273061],[-310196,-273481],[-309292,-273186],[-310130,-270071],[-310703,-270083],[-310812,-270475],[-310721,-271501],[-311600,-271018],[-312517,-271733],[-308813,-271904],[-307346,-271175],[-307560,-270720],[-310057,-273559],[-315372,-274201],[-311200,-268602],[-309620,-269691],[-309784,-269780],[-307735,-270089],[-315840,-272177],[-314817,-272462],[-316764,-272023],[-316594,-273389],[-307671,-271652],[-308400,-272262],[-314689,-272737],[-313587,-272918],[-312334,-273417],[-312387,-272901],[-311618,-273133],[-309320,-272075],[-308321,-269609],[-308725,-269161],[-316375,-268764],[-315494,-272822],[-317963,-273814],[-318374,-274041],[-319029,-270028],[-317405,-268688],[-310255,-272686],[-313978,-273032],[-315691,-276483],[-318397,-277641],[-308217,-274021],[-319746,-277099],[-319951,-275627],[-318639,-274729],[-316992,-275587],[-318560,-277985],[-319471,-277548],[-308016,-274583],[-319955,-276899],[-317147,-274833],[-317937,-276104],[-317801,-276297],[-316693,-276354],[-317979,-276907],[-317931,-277237],[-318115,-276469],[-318482,-277183],[-319243,-275360],[-317249,-275053],[-319885,-274970],[-319302,-274727],[-319139,-274364],[-308589,-275173],[-310034,-273777],[-309281,-274600],[-310635,-275620],[-310167,-274620],[-310655,-274954],[-311444,-275722],[-311921,-277359],[-312832,-274996],[-312731,-274180],[-313659,-274128],[-313341,-275928],[-312496,-276408],[-311894,-276892],[-314587,-274864],[-313999,-275061],[-314299,-275212],[-313913,-275792],[-314024,-276203],[-314581,-277582],[-313126,-277290],[-313055,-277521],[-315109,-276735],[-315490,-275567],[-316231,-275565],[-317100,-276844],[-317129,-277222],[-318905,-276769],[-319691,-276655],[-319672,-278521],[-318745,-278069],[-312371,-273993],[-309853,-276268],[-310133,-276555],[-310858,-275797],[-307242,-279231],[-307271,-277800],[-307266,-279058],[-318360,-276163],[-318286,-275762],[-316889,-275552],[-317520,-276692],[-317791,-277391],[-317494,-276464],[-318876,-276265],[-318720,-274913],[-317835,-274689],[-318700,-274968],[-319093,-274460],[-308373,-274592],[-309173,-274871],[-309444,-273752],[-309533,-274531],[-308806,-275565],[-310083,-273899],[-311179,-275390],[-311554,-274989],[-311410,-274646],[-311321,-275718],[-312282,-277042],[-312317,-277340],[-312906,-275118],[-313339,-274155],[-312810,-275673],[-312413,-276970],[-313708,-275516],[-314012,-274610],[-313960,-274596],[-314470,-275834],[-314825,-276057],[-314744,-276506],[-314272,-276696],[-313238,-277103],[-315439,-276725],[-315643,-276369],[-316254,-275715],[-316372,-276698],[-316116,-276816],[-308189,-273659],[-319717,-276310],[-319451,-279741],[-319078,-278427],[-310772,-273920],[-311445,-277280],[-308047,-278627],[-307429,-279496],[-307952,-278812],[-309772,-282902],[-308373,-283413],[-309800,-282438],[-308975,-283559],[-309838,-282735],[-308559,-283941],[-310141,-283937],[-309888,-283857],[-310782,-283801],[-316233,-281944],[-317196,-282020],[-317394,-281556],[-316370,-281470],[-308142,-283893],[-309438,-282563],[-310810,-283806],[-317124,-282128],[-310499,-282653],[-316453,-18014],[-316477,-17282],[-313163,-24189],[-310464,-22335],[-313664,-17499],[-309406,-13735],[-314591,-20479],[-319580,-17762],[-313003,-13997],[-313826,-19449],[-317369,-14741],[-314812,-12654],[-314200,-15208],[-317484,-19120],[-311779,-20036],[-311132,-23852],[-316809,-19549],[-315797,-20731],[-316965,-19248],[-310513,-20679],[-312977,-16651],[-307436,-17895],[-311720,-17698],[-311677,-13711],[-313561,-19261],[-319444,-17241],[-311388,-21354],[-307723,-20992],[-308241,-24249],[-318278,-16012],[-315039,-14897],[-312322,-18558],[-318789,-15749],[-319352,-14070],[-312320,-15504],[-313001,-22133],[-310285,-23688],[-312227,-23537],[-315529,-21068],[-315418,-20481],[-311215,-24643],[-313646,-19093],[-314054,-17004],[-310877,-12632],[-311236,-15498],[-307446,-14930],[-313077,-15234],[-314785,-19744],[-318893,-17043],[-318852,-17378],[-319773,-17194],[-307493,-20925],[-308578,-23908],[-313848,-20292],[-318525,-16152],[-319630,-15940],[-313061,-20253],[-311256,-20824],[-309278,-16928],[-307875,-14158],[-318440,-17024],[-309123,-21203],[-307844,-20782],[-308503,-23759],[-308664,-23904],[-310161,-456040],[-308700,-454423],[-310917,-38180],[-307263,-29023],[-308123,-30146],[-307763,-33020],[-307457,-31770],[-312329,-31616],[-312006,-30048],[-314891,-29113],[-315372,-27838],[-310024,-28188],[-308299,-25702],[-313081,-26192],[-310913,-25616],[-315129,-33127],[-316872,-35197],[-316331,-34338],[-317532,-32873],[-314984,-30305],[-315174,-30831],[-314650,-30458],[-314713,-31187],[-316025,-30349],[-316656,-28024],[-316828,-29188],[-317261,-30790],[-316298,-32459],[-317481,-36378],[-316377,-33851],[-315530,-35524],[-319134,-34015],[-318114,-33575],[-318361,-30161],[-316368,-30001],[-316378,-30736],[-315911,-34243],[-317508,-35564],[-318021,-34271],[-312231,-28416],[-312780,-32573],[-313267,-34269],[-307859,-37372],[-307961,-30136],[-307914,-33295],[-312709,-31414],[-312190,-29538],[-314945,-29324],[-315524,-27453],[-309858,-28594],[-308117,-26203],[-310705,-27221],[-309166,-26225],[-310785,-28144],[-317933,-35494],[-317280,-30529],[-317985,-31611],[-317582,-33410],[-318038,-31221],[-317910,-34114],[-313040,-29160],[-313413,-29310],[-313261,-34094],[-307606,-37969],[-307545,-28445],[-307614,-30281],[-307201,-33083],[-307470,-31396],[-312585,-31788],[-311300,-29677],[-314998,-28707],[-314838,-27455],[-310347,-28911],[-308715,-25537],[-314005,-32358],[-311619,-28685],[-308143,-37161],[-310328,-37488],[-307897,-30575],[-307659,-32546],[-312317,-31913],[-311651,-30282],[-315191,-29295],[-315428,-27704],[-310165,-28836],[-308082,-26175],[-307690,-49691],[-307864,-46741],[-308129,-45625],[-312015,-49021],[-311105,-49174],[-311182,-38956],[-308955,-38556],[-307857,-49509],[-307841,-47040],[-307589,-45347],[-311893,-49719],[-311513,-49729],[-309308,-39321],[-308743,-38899],[-316411,-48090],[-311451,-50575],[-314871,-47506],[-319558,-38395],[-315815,-39225],[-315729,-41002],[-314708,-41922],[-313126,-44833],[-316743,-43608],[-318906,-39677],[-317789,-45218],[-315406,-49969],[-308221,-39670],[-318892,-50765],[-319334,-50378],[-319688,-50032],[-319555,-49287],[-307406,-50012],[-307773,-46258],[-308352,-46484],[-308342,-45307],[-312377,-48824],[-311069,-49210],[-310476,-38434],[-310035,-38620],[-309307,-38533],[-314290,-50828],[-314352,-49023],[-316095,-47985],[-311363,-50418],[-314736,-46371],[-315777,-45947],[-314667,-46817],[-315767,-44708],[-317021,-45040],[-315677,-45558],[-318050,-41602],[-318762,-40911],[-318006,-38443],[-318832,-38952],[-317449,-39430],[-316674,-38835],[-315151,-39593],[-314230,-41510],[-313405,-41186],[-312544,-43652],[-314370,-45706],[-312519,-44266],[-316501,-44029],[-317157,-44523],[-316656,-44148],[-318305,-39850],[-319195,-39952],[-319143,-39142],[-316835,-45879],[-314967,-50790],[-314368,-50714],[-319777,-50304],[-319365,-49830],[-319457,-49466],[-319509,-49091],[-319515,-48592],[-307671,-49847],[-307241,-47595],[-308116,-47070],[-307515,-45682],[-312379,-49733],[-310950,-49235],[-310581,-39175],[-309516,-39260],[-309356,-38360],[-307257,-52013],[-310218,-51032],[-308763,-53437],[-307241,-52014],[-307675,-51738],[-309877,-51618],[-308959,-53132],[-312867,-51161],[-312615,-52132],[-310429,-54124],[-307849,-54065],[-313402,-63720],[-313806,-62864],[-314484,-63514],[-314441,-63177],[-316317,-62430],[-315907,-62061],[-315914,-63373],[-317634,-61768],[-316933,-62644],[-313696,-61012],[-311784,-61544],[-311976,-62228],[-314209,-58938],[-314222,-59215],[-314813,-58406],[-315028,-58913],[-316205,-57518],[-316459,-57091],[-316869,-58049],[-317566,-60811],[-317324,-60707],[-317051,-61358],[-318743,-57573],[-318729,-52861],[-319141,-53280],[-319556,-51840],[-319730,-52249],[-319759,-53707],[-317587,-62101],[-318296,-62632],[-319757,-60182],[-319013,-57577],[-319849,-58143],[-319281,-58422],[-319933,-59286],[-318810,-62295],[-319189,-63471],[-318613,-60259],[-319482,-59838],[-316627,-59194],[-315421,-60381],[-315018,-59838],[-318022,-58950],[-317854,-59397],[-319398,-56513],[-318432,-57356],[-317311,-55891],[-319269,-55160],[-318736,-54120],[-317861,-54852],[-307615,-51515],[-310006,-51864],[-308928,-53626],[-313036,-51087],[-313359,-51988],[-311996,-52910],[-312700,-51388],[-312487,-51426],[-309937,-54967],[-309348,-54626],[-309733,-55081],[-314613,-62580],[-314516,-63014],[-314459,-63623],[-315417,-62346],[-316904,-63090],[-316192,-62538],[-317111,-62381],[-313690,-60453],[-314785,-60312],[-314366,-60743],[-313069,-61882],[-313752,-61663],[-312227,-61614],[-312019,-61320],[-311468,-61596],[-314342,-59914],[-314978,-59223],[-314670,-59579],[-315303,-56908],[-315343,-57735],[-315336,-57784],[-315855,-58406],[-315701,-58038],[-316321,-57183],[-316288,-57663],[-316259,-57268],[-318050,-61158],[-317285,-59931],[-317367,-60622],[-318557,-58456],[-319392,-54786],[-319895,-53146],[-318441,-53487],[-319226,-52811],[-319213,-53438],[-318306,-51444],[-318843,-52431],[-319484,-52156],[-319471,-51199],[-319997,-53561],[-319826,-54826],[-319474,-54817],[-317107,-62519],[-318239,-63478],[-318139,-62222],[-318058,-62505],[-318061,-60956],[-319352,-61163],[-319799,-60307],[-318956,-57507],[-319353,-57806],[-318704,-58774],[-319397,-59522],[-319989,-63294],[-319601,-63112],[-319383,-60791],[-319178,-60459],[-318842,-59694],[-317060,-59876],[-317015,-59807],[-315830,-60194],[-315295,-59048],[-314999,-59192],[-316627,-58539],[-317146,-59258],[-317901,-58462],[-319476,-56987],[-319100,-57094],[-318674,-57430],[-317972,-57010],[-319092,-54869],[-318756,-56263],[-319260,-56166],[-318909,-54740],[-318782,-55253],[-318755,-54716],[-317793,-53700],[-318651,-53695],[-307267,-52028],[-307789,-51436],[-310187,-51537],[-308520,-53720],[-315405,-74577],[-315474,-74242],[-315719,-74218],[-316330,-73168],[-315345,-71917],[-316183,-71629],[-314828,-70556],[-317236,-71725],[-318858,-73519],[-318119,-73356],[-318020,-74159],[-318253,-75149],[-317047,-74881],[-318315,-76005],[-319502,-76028],[-318814,-72801],[-319133,-71735],[-319258,-67886],[-319392,-68482],[-317326,-67148],[-316923,-68404],[-316673,-67126],[-315275,-66874],[-316177,-66330],[-312724,-64210],[-315342,-64311],[-313970,-65160],[-314248,-65126],[-318808,-66952],[-318087,-67473],[-317351,-66583],[-317288,-66797],[-316431,-65627],[-316682,-64540],[-317413,-64752],[-318754,-64208],[-318503,-64532],[-318528,-64750],[-319548,-66217],[-319207,-66318],[-317584,-66422],[-318393,-64994],[-318176,-63999],[-311848,-64313],[-312248,-69770],[-313302,-71152],[-313415,-71371],[-313007,-72220],[-312568,-72490],[-309136,-74873],[-310406,-74127],[-310037,-74314],[-310314,-74653],[-311045,-75421],[-311597,-74544],[-311291,-73614],[-312907,-72748],[-311874,-73346],[-310524,-72894],[-309558,-74515],[-308741,-73660],[-308741,-72301],[-308499,-70721],[-308577,-70298],[-310282,-69787],[-310007,-68886],[-309937,-69141],[-307990,-69163],[-308895,-68809],[-309102,-70668],[-308660,-71022],[-311393,-69807],[-311536,-70842],[-307673,-69289],[-307500,-69121],[-307910,-70602],[-307380,-71571],[-315407,-69484],[-307457,-66534],[-318464,-67336],[-317440,-67589],[-315658,-73309],[-316125,-73435],[-316399,-72708],[-314681,-74544],[-314379,-74843],[-314462,-74402],[-314082,-76416],[-313330,-76279],[-318180,-76584],[-317504,-75991],[-317232,-76234],[-317672,-76329],[-318201,-66949],[-313436,-75939],[-314848,-75366],[-315639,-75214],[-315973,-74305],[-314948,-73890],[-315904,-71979],[-315724,-71723],[-315709,-71120],[-315257,-70505],[-314869,-70861],[-316005,-71016],[-316627,-72146],[-317268,-71854],[-316040,-70002],[-319082,-73752],[-318771,-74256],[-319025,-76205],[-317884,-75400],[-319474,-74758],[-318674,-74177],[-318277,-76131],[-319394,-70178],[-319643,-72322],[-319404,-68532],[-319850,-68904],[-319372,-68246],[-319354,-68937],[-319196,-68419],[-317598,-68762],[-318526,-68484],[-318093,-69016],[-317399,-67966],[-317314,-67008],[-317821,-68456],[-317001,-67035],[-316340,-66329],[-315812,-66914],[-315500,-66499],[-314054,-66023],[-314102,-65606],[-314331,-65408],[-312302,-64445],[-315391,-64549],[-315705,-64528],[-315021,-64076],[-314110,-64932],[-314120,-64311],[-319487,-67750],[-318510,-66794],[-318138,-67296],[-319397,-67133],[-317834,-66454],[-317204,-65081],[-316823,-65714],[-316079,-65166],[-317026,-63905],[-316072,-64499],[-316187,-64960],[-318365,-64657],[-318182,-64391],[-318248,-64622],[-319969,-65391],[-318471,-66536],[-318809,-66464],[-318609,-66378],[-318734,-65568],[-319070,-66334],[-311323,-64898],[-311088,-64547],[-312467,-69447],[-311734,-69304],[-312412,-69108],[-312823,-69865],[-312692,-69725],[-312779,-72226],[-312886,-72010],[-308583,-74566],[-308643,-74783],[-309882,-74634],[-309774,-74791],[-310392,-74794],[-310090,-75238],[-310394,-75110],[-310726,-73836],[-311433,-74132],[-311386,-73604],[-311489,-74218],[-312476,-72849],[-310567,-73967],[-310443,-73297],[-310562,-73212],[-310973,-73724],[-309173,-74047],[-309274,-74151],[-309276,-73669],[-309024,-73118],[-309745,-72699],[-309429,-71922],[-310930,-72007],[-309161,-71525],[-308476,-70401],[-308065,-71516],[-309058,-71345],[-307793,-70843],[-311420,-71353],[-310453,-69245],[-310185,-69808],[-308616,-69215],[-308689,-68731],[-308465,-69396],[-310040,-70960],[-308635,-70592],[-308718,-71170],[-311611,-70504],[-311444,-70935],[-310489,-70212],[-307292,-69248],[-307661,-69835],[-307757,-70424],[-316153,-69454],[-316173,-69070],[-316194,-69383],[-313308,-67325],[-314830,-68080],[-313579,-67420],[-309775,-64784],[-309339,-66096],[-318757,-67164],[-318812,-67250],[-315859,-72100],[-315606,-72255],[-315467,-72217],[-314144,-74934],[-314123,-74987],[-314530,-74712],[-313693,-76543],[-317367,-76564],[-317233,-76564],[-317027,-75889],[-316803,-75548],[-317397,-76079],[-319999,-68556],[-317812,-66802],[-319800,-76245],[-308029,-78804],[-319832,-83205],[-311103,-83675],[-310264,-83782],[-310384,-84244],[-310479,-84298],[-310911,-86499],[-311252,-85714],[-310336,-85351],[-310537,-85075],[-309517,-85713],[-309949,-85898],[-309636,-85222],[-311346,-81994],[-311426,-79978],[-311542,-81427],[-308822,-81436],[-309488,-80451],[-309602,-80839],[-309073,-79918],[-309993,-79670],[-310284,-78473],[-310689,-78257],[-308740,-78309],[-309441,-79364],[-309795,-78964],[-308822,-80364],[-308924,-80158],[-308853,-79765],[-308350,-82061],[-308771,-81495],[-308395,-81968],[-308711,-85415],[-308943,-84028],[-310488,-82028],[-309737,-81469],[-309310,-82480],[-314294,-84381],[-314359,-84636],[-314681,-84841],[-313166,-82402],[-313885,-82673],[-313752,-84472],[-313850,-84761],[-312423,-84078],[-313621,-84258],[-312826,-84836],[-313464,-84279],[-313384,-84293],[-316869,-86365],[-317112,-86071],[-315608,-87317],[-316035,-86546],[-315996,-87037],[-316814,-88208],[-316628,-89306],[-315667,-88362],[-315899,-88547],[-314391,-84855],[-313934,-85168],[-313659,-85173],[-312880,-85794],[-312746,-86087],[-312707,-87000],[-314920,-80791],[-314583,-80547],[-315226,-80750],[-315643,-81246],[-315785,-82046],[-316229,-80256],[-316381,-80753],[-314864,-79871],[-315210,-80516],[-315400,-79547],[-318835,-81415],[-316855,-87821],[-319745,-86655],[-319321,-86494],[-313859,-83438],[-315732,-83647],[-316188,-83494],[-316077,-84651],[-316081,-84047],[-316327,-85353],[-316775,-85437],[-316413,-85520],[-316980,-85707],[-319701,-84437],[-318788,-84796],[-315980,-84693],[-315980,-84869],[-316880,-84263],[-317312,-85214],[-317415,-85103],[-316982,-82973],[-316754,-82760],[-318202,-82430],[-319245,-83309],[-318984,-83035],[-318370,-83347],[-313077,-79398],[-313475,-79072],[-311421,-77930],[-312563,-78416],[-313726,-78398],[-313257,-77618],[-313158,-77665],[-312921,-77205],[-313094,-77067],[-313834,-77294],[-315380,-78075],[-315281,-78953],[-315903,-78676],[-316794,-77462],[-317260,-77973],[-318018,-77824],[-318535,-77601],[-318910,-76914],[-319496,-76631],[-319394,-78337],[-319608,-78849],[-319029,-88792],[-318857,-89340],[-318957,-89123],[-316896,-88893],[-317562,-87727],[-316873,-87937],[-317107,-88885],[-318054,-88663],[-318543,-87816],[-317538,-87739],[-312552,-88467],[-311154,-88064],[-311369,-87767],[-312475,-87076],[-312762,-87648],[-312572,-87564],[-311725,-79999],[-311936,-81407],[-312907,-80262],[-311092,-78541],[-311469,-78843],[-311614,-80714],[-313868,-76920],[-314170,-76717],[-317805,-77401],[-309204,-84660],[-309626,-84687]] \ No newline at end of file diff --git a/src/gathering/a11962.json b/src/gathering/a11962.json new file mode 100644 index 0000000..4eca038 --- /dev/null +++ b/src/gathering/a11962.json @@ -0,0 +1 @@ +[[-228395,587909],[-228558,585687],[-239460,584515],[-236536,583411],[-231516,584461],[-230802,586546],[-236361,587429],[-231906,586806],[-241027,583558],[-232285,595743],[-233625,594577],[-234417,593685],[-236671,589606],[-245696,586710],[-243666,583865],[-287774,509128],[-292587,506280],[-289187,504500],[-288726,505596],[-289265,503742],[-306261,511242],[-302274,509448],[-300656,507152],[-300705,505209],[-298148,509529],[-306360,515235],[-305808,521951],[-306557,518053],[-307857,520444],[-307780,514246],[-323891,-273800],[-357577,294169],[-356964,294073],[-413090,-532162],[-427662,-361066],[-446381,-512080],[-456758,-522243],[-458017,-520358],[-449507,-522555],[-462475,-522615],[-462932,-539658],[-462289,-539503],[-484301,-302152],[-484889,-302860],[-484791,-302543],[-484118,-302511],[-484592,-302742],[-484821,-302751],[-482664,-303582],[-483238,-304265],[-482803,-303850],[-482960,-303843],[-485376,-311295],[-479357,-322287],[-479445,-322479],[-479137,-323050],[-479132,-322920],[-480000,-325367],[-484816,-326433],[-479618,-325225],[-480083,-325760],[-480241,-325789],[-480500,-325760],[-480159,-325595],[-478927,-322243],[-478364,-322666],[-478332,-322618],[-478688,-322677],[-478891,-322641],[-478493,-322062],[-485006,-326186],[-484612,-325786],[-485059,-326224],[-484388,-325964],[-484747,-325787],[-495226,-287195],[-494266,-286947],[-494810,-286965],[-495229,-287405],[-495481,-287406],[-494624,-286187],[-494247,-286382],[-493748,-286607],[-496094,-285604],[-493700,-286638],[-496118,-285534],[-495891,-286005],[-496060,-286105],[-494307,-286305],[-495725,-283189],[-490670,-282604],[-490511,-282924],[-490509,-283057],[-495664,-285296],[-490862,-283073],[-490679,-283570],[-496143,-285737],[-490439,-283418],[-490216,-283878],[-495398,-283632],[-490480,-283467],[-490334,-283691],[-490403,-283805],[-492859,-286872],[-492515,-286756],[-493031,-286988],[-492852,-286439],[-492788,-286129],[-492375,-286495],[-495136,-286610],[-495206,-286858],[-495627,-283012],[-495687,-282720],[-495257,-282849],[-495295,-282954],[-494436,-306087],[-493959,-306220],[-493789,-306733],[-494360,-306996],[-494354,-306982],[-494876,-306981],[-492291,-296054],[-493078,-297012],[-487909,-304222],[-493773,-297104],[-487804,-304357],[-487756,-305141],[-490070,-297300],[-489801,-297107],[-493552,-297663],[-491390,-297576],[-493335,-297482],[-493391,-297629],[-490498,-304265],[-490586,-303953],[-488632,-304731],[-491809,-297846],[-487541,-298558],[-490725,-304153],[-493540,-295918],[-493677,-295844],[-490203,-297154],[-490178,-296989],[-491828,-297517],[-494351,-295830],[-489637,-297126],[-494280,-295956],[-491882,-296433],[-491383,-297359],[-492034,-297508],[-493085,-297048],[-488479,-304166],[-491747,-297458],[-494522,-295962],[-488485,-304895],[-494015,-295855],[-495178,-319723],[-494407,-319667],[-495278,-319661],[-495965,-319709],[-492095,-318873],[-492152,-319560],[-499059,-308970],[-491570,-318961],[-499001,-309633],[-491696,-319448],[-491418,-316053],[-491120,-316542],[-491374,-316749],[-491501,-316401],[-491488,-316925],[-491283,-316396],[-492259,-315469],[-492371,-315963],[-492466,-315225],[-491510,-315962],[-491965,-315970],[-491842,-315831],[-487254,-313392],[-487123,-313315],[-487469,-313731],[-487212,-313205],[-487624,-313052],[-487303,-313166],[-499081,-315034],[-498123,-315688],[-499189,-315850],[-486701,-312162],[-499148,-315486],[-487529,-310046],[-487077,-310424],[-499008,-315937],[-486905,-309909],[-487253,-310502],[-487369,-310652],[-490104,-312600],[-490239,-312296],[-490128,-312087],[-489728,-312348],[-490363,-312554],[-489608,-312692],[-489430,-309981],[-489692,-310276],[-489777,-309807],[-489800,-310472],[-490242,-310085],[-490214,-310607],[-490803,-310364],[-490949,-311115],[-490868,-310897],[-490781,-310669],[-490743,-311032],[-488883,-308662],[-489335,-308369],[-489616,-308786],[-489059,-308470],[-489656,-308355],[-489686,-308541],[-492839,-312091],[-493064,-311921],[-492927,-311810],[-493523,-311973],[-497533,-316331],[-492850,-311498],[-494376,-311341],[-495039,-311899],[-494964,-311750],[-495368,-311908],[-494407,-312094],[-494646,-312055],[-493458,-312029],[-493354,-312546],[-493238,-312057],[-493530,-312304],[-493741,-312921],[-492926,-312367],[-497829,-316696],[-497630,-315359],[-497536,-316130],[-498144,-316287],[-498261,-315487],[-497680,-316472],[-494114,-307003],[-494596,-307546],[-494317,-307143],[-494894,-307200],[-494580,-307353],[-497288,-315534],[-495462,-310575],[-495253,-310592],[-495320,-310097],[-497715,-316592],[-494664,-309847],[-495410,-310440],[-498650,-311012],[-498372,-311444],[-497853,-311823],[-497692,-311607],[-498496,-311082],[-498047,-311261],[-499161,-312133],[-498755,-309155],[-498848,-329592],[-499094,-328978],[-498524,-329276],[-498603,-329580],[-498496,-329365],[-498632,-328878],[-487255,-323474],[-486827,-323871],[-487266,-323231],[-487082,-323551],[-487206,-323321],[-486641,-323266],[-489794,-323855],[-490047,-323488],[-489636,-323419],[-490172,-323699],[-490282,-324087],[-490144,-324207],[-489973,-324704],[-490186,-323963],[-490266,-324578],[-490336,-324753],[-489400,-324012],[-492382,-324636],[-491774,-325220],[-492189,-324729],[-492610,-324968],[-492369,-324637],[-492085,-325226],[-489498,-327571],[-489716,-327409],[-489416,-327160],[-489711,-327279],[-490162,-327254],[-489770,-327558],[-496372,-319867],[-498784,-328530],[-496150,-320177],[-498749,-328742],[-495508,-319886],[-498926,-328679],[-488816,-329781],[-488611,-329755],[-488543,-329129],[-488832,-329633],[-488568,-329824],[-488536,-329329],[-490575,-331622],[-491018,-332523],[-491022,-332318],[-490671,-332507],[-490948,-332664],[-490885,-331612],[-494919,-328350],[-494000,-328601],[-494298,-328517],[-494031,-328635],[-494141,-328054],[-494270,-328103],[-494074,-321445],[-494126,-320562],[-495585,-320051],[-494819,-320744],[-494233,-321285],[-496377,-320167],[-494960,-320199],[-491576,-332746],[-491676,-334292],[-491335,-333725],[-491777,-334033],[-491601,-332768],[-494581,-518571],[-498453,-528401],[-497961,-528659],[-498023,-526233],[-511451,-287061],[-511306,-287116],[-511712,-286969],[-510823,-288225],[-511071,-287681],[-510553,-287928],[-510716,-288196],[-511102,-288339],[-511081,-287407],[-509472,-288992],[-509758,-288670],[-509421,-288837],[-509911,-288535],[-509203,-289242],[-509511,-289099],[-499387,-312158],[-499534,-313016],[-499870,-315460],[-499296,-314878],[-499772,-313039],[-499262,-308937],[-499239,-309645],[-499737,-309293],[-501643,-308621],[-501443,-309133],[-501268,-308337],[-501267,-308672],[-501133,-308743],[-501072,-308785],[-502780,-308591],[-502804,-308686],[-502850,-308532],[-502296,-308530],[-502718,-308471],[-502031,-307800],[-507004,-319456],[-506429,-319340],[-511481,-316940],[-511435,-316734],[-511363,-316330],[-510789,-316477],[-511361,-316520],[-511510,-316379],[-510811,-315786],[-511349,-315719],[-499408,-314975],[-510961,-317593],[-511193,-317882],[-510778,-317694],[-511065,-317869],[-511613,-318093],[-499125,-315224],[-499857,-312094],[-499648,-314822],[-500228,-315037],[-509393,-318135],[-499454,-312629],[-509004,-318111],[-508710,-318118],[-508532,-317638],[-509211,-318083],[-510716,-313575],[-506247,-312441],[-511001,-314059],[-510616,-313350],[-499479,-312882],[-499837,-312102],[-510893,-313166],[-500909,-318401],[-500254,-319791],[-501146,-318699],[-501001,-318613],[-499828,-319532],[-500592,-319365],[-501563,-318231],[-510633,-313744],[-510060,-314043],[-499916,-312315],[-499476,-312132],[-501584,-318815],[-510892,-331165],[-499325,-329328],[-510701,-331397],[-511086,-331223],[-511287,-331843],[-511406,-331769],[-503605,-330442],[-509812,-331865],[-509765,-332413],[-499214,-328730],[-509358,-332108],[-510036,-332145],[-511784,-325846],[-509778,-330161],[-503319,-330724],[-509361,-330247],[-509711,-329712],[-509127,-329761],[-508736,-328898],[-508825,-328949],[-511345,-327737],[-510946,-322180],[-508808,-329111],[-503924,-330391],[-511107,-330433],[-510560,-329551],[-511228,-330423],[-510639,-330321],[-510669,-330434],[-507101,-330237],[-506795,-329753],[-506913,-329581],[-507019,-330371],[-507394,-329564],[-507326,-330263],[-503132,-330366],[-500510,-320026],[-507707,-327514],[-499902,-320321],[-507170,-327445],[-507265,-327093],[-508072,-327381],[-511539,-322196],[-506216,-319836],[-499880,-321444],[-511952,-320464],[-499279,-328350],[-504919,-327073],[-504941,-326945],[-504864,-326357],[-505018,-326184],[-504725,-326949],[-504847,-326128],[-504590,-324717],[-504226,-324799],[-504252,-324842],[-504275,-325122],[-505133,-320781],[-504597,-324800],[-505137,-323186],[-505011,-323542],[-505396,-323054],[-504809,-323350],[-504933,-323181],[-504844,-323715],[-503699,-322645],[-506369,-320153],[-503853,-322852],[-503679,-322609],[-503613,-323290],[-504130,-322794],[-506116,-324286],[-505846,-324225],[-505338,-320606],[-505241,-320550],[-505051,-323933],[-504939,-321125],[-504248,-323684],[-504014,-323549],[-504146,-323531],[-503859,-323777],[-504105,-323202],[-510879,-334603],[-508235,-337542],[-508832,-336699],[-508108,-341213],[-511756,-333651],[-511828,-333532],[-509741,-339543],[-510320,-334768],[-503747,-333617],[-509086,-336693],[-509755,-339466],[-503670,-333725],[-505310,-336727],[-508960,-339383],[-510283,-333569],[-510773,-334382],[-503475,-333640],[-511107,-333249],[-503703,-333510],[-503889,-332843],[-510655,-333705],[-503680,-333397],[-499540,-335706],[-501452,-486532],[-502771,-489701],[-507601,-490218],[-505279,-523061],[-512798,-288463],[-513318,-288474],[-512886,-289356],[-513411,-288967],[-512133,-287712],[-512111,-287912],[-512104,-287292],[-512827,-288630],[-518214,-306771],[-518705,-306677],[-518894,-306640],[-518332,-306588],[-518877,-306915],[-519077,-305703],[-518792,-305909],[-518967,-306132],[-518767,-305669],[-519147,-305283],[-518547,-306067],[-524421,-310300],[-519055,-316835],[-524596,-310538],[-519172,-316886],[-518740,-317118],[-518959,-317442],[-518577,-317273],[-521255,-318563],[-524193,-310592],[-521669,-319133],[-520035,-321160],[-520521,-320245],[-521367,-318917],[-518748,-317393],[-524377,-310924],[-524352,-310705],[-521185,-315790],[-521454,-307927],[-515820,-319083],[-521721,-308505],[-521294,-308693],[-521544,-308155],[-514201,-316270],[-514887,-316552],[-514829,-317022],[-514751,-316878],[-514847,-316619],[-514209,-316836],[-521419,-308829],[-513597,-315457],[-513686,-314790],[-513503,-315308],[-513498,-314543],[-521490,-308443],[-513384,-314774],[-513122,-314875],[-514178,-330988],[-514663,-331486],[-514201,-331816],[-514307,-331385],[-513885,-331743],[-514250,-330919],[-522538,-325261],[-522595,-324949],[-522623,-325366],[-522426,-325027],[-512349,-321827],[-521802,-322002],[-520171,-322517],[-512839,-323557],[-521264,-323747],[-519128,-320991],[-512724,-323776],[-517901,-326667],[-517435,-326583],[-517983,-326999],[-521326,-323395],[-517722,-326860],[-521049,-322995],[-517789,-327377],[-521608,-323514],[-513066,-326526],[-519517,-320713],[-520469,-322079],[-520558,-322488],[-522235,-325147],[-522477,-325233],[-520133,-324646],[-519995,-324755],[-520341,-324614],[-520151,-324176],[-521819,-322232],[-519804,-320791],[-522563,-322086],[-520316,-322725],[-521222,-323453],[-517106,-324285],[-517581,-324532],[-522339,-322186],[-522296,-322217],[-521858,-322942],[-517935,-327118],[-518724,-325146],[-512070,-320746],[-513402,-341462],[-513919,-341117],[-522663,-338989],[-513485,-341037],[-514023,-341047],[-513949,-340536],[-517310,-335018],[-514257,-335648],[-513535,-335658],[-512436,-334195],[-521060,-336282],[-522795,-334652],[-512210,-334304],[-513514,-335206],[-512607,-334329],[-512493,-334106],[-513571,-335961],[-514042,-335450],[-519929,-335430],[-514924,-333183],[-516032,-341832],[-519030,-335612],[-517821,-338492],[-513897,-336114],[-514818,-338074],[-514514,-337943],[-514842,-338028],[-514256,-337988],[-514153,-337667],[-513919,-338394],[-516585,-342542],[-517293,-342036],[-516855,-342303],[-516388,-342174],[-517019,-342499],[-517164,-342413],[-518474,-342135],[-519114,-335873],[-519412,-335754],[-522141,-337483],[-515357,-341117],[-517082,-334956],[-522144,-338061],[-515484,-341094],[-515129,-341559],[-523971,-472564],[-517224,-488573],[-519036,-491317],[-524132,-491363],[-518938,-526079],[-535396,-214261],[-535967,-213146],[-537257,-207527],[-535082,-219532],[-535856,-219318],[-534966,-219175],[-530934,-242302],[-529739,-241608],[-530643,-240245],[-530116,-242046],[-525006,-310561],[-525801,-310281],[-525186,-310798],[-525274,-310838],[-525395,-310011],[-525707,-310441],[-525928,-310502],[-537255,-311921],[-536629,-312451],[-536536,-312081],[-536695,-312123],[-536860,-312696],[-536803,-312434],[-525956,-332215],[-525762,-331736],[-525665,-332032],[-526019,-332209],[-525934,-332442],[-525309,-332402],[-525969,-475279],[-527234,-489639],[-538566,-216129],[-538282,-214069],[-542100,-210637],[-542872,-212216],[-545356,-220269],[-549263,-293588],[-541852,-299468],[-542162,-300208],[-541704,-300263],[-540178,-305287],[-539686,-305354],[-541831,-299514],[-544266,-305708],[-541989,-300444],[-542438,-299572],[-539593,-305707],[-541923,-303820],[-541880,-305487],[-549788,-303545],[-549770,-303396],[-549720,-303478],[-549997,-303618],[-549927,-303678],[-540348,-305384],[-544172,-305532],[-544332,-299425],[-544146,-299941],[-547040,-303920],[-544064,-305843],[-542194,-305583],[-541962,-305281],[-546811,-303878],[-542653,-305634],[-546556,-304108],[-546325,-303984],[-540017,-305367],[-544099,-306003],[-541954,-304802],[-544112,-300968],[-544307,-306153],[-543832,-305554],[-543967,-302670],[-543083,-302411],[-543056,-302357],[-543848,-302019],[-543791,-302463],[-543193,-302829],[-544934,-299876],[-544657,-299329],[-542648,-304921],[-540038,-305345],[-549945,-317582],[-545270,-312672],[-550290,-318305],[-548325,-314927],[-548159,-314635],[-547885,-315324],[-548410,-315358],[-548374,-315154],[-547593,-315214],[-541014,-315693],[-541343,-314712],[-540974,-314892],[-541309,-315685],[-540923,-315683],[-540835,-315324],[-541686,-314453],[-541893,-314072],[-541888,-314259],[-541823,-314552],[-542235,-314288],[-541733,-314354],[-543179,-313421],[-543345,-312810],[-543711,-312719],[-543027,-312565],[-543772,-312840],[-543937,-313112],[-544001,-313474],[-543991,-312792],[-543752,-313748],[-543964,-313300],[-546957,-313575],[-547704,-313684],[-546845,-314017],[-547178,-313631],[-547234,-313768],[-547526,-314070],[-544158,-317328],[-543723,-316269],[-544364,-316184],[-544376,-316478],[-543975,-316527],[-544217,-316896],[-544455,-317707],[-543771,-318064],[-543673,-318018],[-543895,-317834],[-543515,-317973],[-544366,-317828],[-544892,-309879],[-545629,-310406],[-544824,-312823],[-544945,-312901],[-545767,-310533],[-544800,-312365],[-544664,-309889],[-544656,-310555],[-544978,-310792],[-544636,-310345],[-544332,-310579],[-541504,-309472],[-542276,-309837],[-542131,-309761],[-541488,-309730],[-542214,-309176],[-541829,-309415],[-541569,-310302],[-541091,-310458],[-541109,-310863],[-541505,-310548],[-540997,-310292],[-541647,-310940],[-540411,-310251],[-539741,-309847],[-540440,-309968],[-540307,-309807],[-539791,-310169],[-545144,-312798],[-545382,-312617],[-540402,-309415],[-548152,-322859],[-548671,-326558],[-547997,-323114],[-547804,-323595],[-548966,-328684],[-549449,-328774],[-548928,-327095],[-550138,-326601],[-549269,-325800],[-549999,-327745],[-548601,-328413],[-549443,-328489],[-537565,-337273],[-550338,-344322],[-545686,-341051],[-550091,-343193],[-543306,-341624],[-549701,-343428],[-547998,-341995],[-546492,-340035],[-547405,-343102],[-560008,-216464],[-551215,-214228],[-552957,-222223],[-561119,-225271],[-551559,-221631],[-559870,-217844],[-559441,-230287],[-560360,-239968],[-562375,-242670],[-563003,-243737],[-560589,-268786],[-560578,-276680],[-555075,-275862],[-560877,-280551],[-560754,-280721],[-560582,-280446],[-558356,-273401],[-562539,-274063],[-556021,-276671],[-558621,-275333],[-558737,-274763],[-559033,-273485],[-562317,-272417],[-558610,-274219],[-557988,-279488],[-558265,-273452],[-558185,-275303],[-560131,-276837],[-559756,-276761],[-559188,-281287],[-560045,-276649],[-562805,-269616],[-563104,-273572],[-556056,-276641],[-554650,-275915],[-556576,-276261],[-554851,-275508],[-555373,-276110],[-555506,-275773],[-555266,-275781],[-555728,-276345],[-555988,-276744],[-556323,-276136],[-560592,-276903],[-559743,-276901],[-564226,-284756],[-562488,-290836],[-557497,-293164],[-557445,-292616],[-562049,-290452],[-563100,-288792],[-563035,-288582],[-564063,-284915],[-553702,-294017],[-560212,-283208],[-560634,-283122],[-553751,-293941],[-562994,-289944],[-562324,-291293],[-562742,-291365],[-563600,-284569],[-561824,-285136],[-563158,-289518],[-562789,-284451],[-559775,-293281],[-560838,-284288],[-559689,-292484],[-561994,-290832],[-557316,-292534],[-563260,-288947],[-561607,-284834],[-558323,-290005],[-559552,-290045],[-559264,-287068],[-561611,-285587],[-558367,-289830],[-558820,-289584],[-558529,-289142],[-558851,-288829],[-561774,-286163],[-561760,-285663],[-558595,-288543],[-558603,-289246],[-559130,-286937],[-559326,-287032],[-559068,-286972],[-562916,-289417],[-559968,-289524],[-559642,-288789],[-560055,-289641],[-558810,-289242],[-558910,-289088],[-560369,-290955],[-562817,-286146],[-559671,-290073],[-562806,-291299],[-550507,-295458],[-550698,-294963],[-553425,-306922],[-561655,-304017],[-560876,-296302],[-553643,-294805],[-558826,-297288],[-556805,-296585],[-553592,-297064],[-556338,-296591],[-558878,-301817],[-550658,-294780],[-555747,-296239],[-550453,-295212],[-559677,-296702],[-553635,-296901],[-550988,-295329],[-550521,-303082],[-553516,-296996],[-554353,-295072],[-557460,-304032],[-556662,-296285],[-553691,-294786],[-561451,-304676],[-553540,-296587],[-559998,-300801],[-556635,-299645],[-555769,-297032],[-553316,-296881],[-554195,-296973],[-556471,-296799],[-555607,-296594],[-555898,-296298],[-558486,-294856],[-551382,-294615],[-557998,-313278],[-550916,-315246],[-560381,-314027],[-554249,-318853],[-555522,-311741],[-563039,-310942],[-554527,-318166],[-558184,-313076],[-560920,-311511],[-560845,-319224],[-560846,-318562],[-560467,-312053],[-557111,-311977],[-558438,-313383],[-553549,-312589],[-554387,-312340],[-561813,-319003],[-551484,-309738],[-550536,-315557],[-560535,-319355],[-553005,-316570],[-553249,-312542],[-560540,-313416],[-550567,-318398],[-555688,-318940],[-561609,-319001],[-560714,-313119],[-554530,-318151],[-555057,-312871],[-553400,-316853],[-553087,-317191],[-560107,-312905],[-551468,-309717],[-553637,-316977],[-554129,-312991],[-561587,-319598],[-554501,-330668],[-558180,-328174],[-550490,-325058],[-555805,-328638],[-554652,-322142],[-555115,-322605],[-559815,-326616],[-556990,-327024],[-555504,-328321],[-554455,-322074],[-560096,-324676],[-556172,-323324],[-555341,-327703],[-555670,-327631],[-556309,-327426],[-555698,-323356],[-559208,-325589],[-559615,-324936],[-558872,-325344],[-559531,-325361],[-555781,-323105],[-558925,-325026],[-552585,-331150],[-554155,-330093],[-559172,-321213],[-553092,-326830],[-558858,-321494],[-553008,-332702],[-551672,-320916],[-556518,-326415],[-551750,-320996],[-553830,-330232],[-554283,-320573],[-560076,-321432],[-550572,-323500],[-560973,-325038],[-560997,-324843],[-554248,-329427],[-553781,-330867],[-551387,-321912],[-557474,-324493],[-554396,-322323],[-557289,-345171],[-552245,-332674],[-557118,-345185],[-554778,-344192],[-552999,-333803],[-555171,-344743],[-557027,-344087],[-553007,-334646],[-557247,-344917],[-552365,-335091],[-552961,-334347],[-553220,-334230],[-554879,-335820],[-554461,-335913],[-554353,-344391],[-554886,-335816],[-554452,-335494],[-554504,-335025],[-556800,-348103],[-554813,-345429],[-555474,-345454],[-555664,-345589],[-557135,-345463],[-573637,-212263],[-573708,-212724],[-568752,-224266],[-572637,-219900],[-574257,-233925],[-569848,-245252],[-572207,-243486],[-573731,-248946],[-569168,-250048],[-572634,-249589],[-568522,-244737],[-574155,-249000],[-575332,-249205],[-566805,-249519],[-564715,-246353],[-572951,-245154],[-572266,-265773],[-565879,-266866],[-566359,-264849],[-567171,-278831],[-567004,-278705],[-567099,-278775],[-566534,-278249],[-566491,-278142],[-568806,-268764],[-568349,-268944],[-565766,-268829],[-568309,-269152],[-565897,-275592],[-563516,-272993],[-567958,-269114],[-568609,-270081],[-566409,-273657],[-568600,-270789],[-568210,-271315],[-568092,-270956],[-565368,-274522],[-566936,-274086],[-565163,-271705],[-567738,-271174],[-565378,-268734],[-570125,-290692],[-563426,-284299],[-564987,-287915],[-565886,-288225],[-565558,-287646],[-565435,-285125],[-566138,-286954],[-564704,-285132],[-565165,-288188],[-566812,-286419],[-563743,-287285],[-566721,-286755],[-563415,-286842],[-563352,-286857],[-564552,-286554],[-563331,-288107],[-563428,-288039],[-563504,-282684],[-563736,-282715],[-566686,-286757],[-563236,-284651],[-563482,-283178],[-564249,-284096],[-566312,-286870],[-564360,-283651],[-564675,-283971],[-563352,-291149],[-563655,-290443],[-563369,-291046],[-563992,-291228],[-563797,-290686],[-563553,-291092],[-564335,-286776],[-566179,-286462],[-563693,-304735],[-564057,-304089],[-563712,-304451],[-564303,-304593],[-575883,-301813],[-564352,-304094],[-564767,-300458],[-564743,-300827],[-564217,-301196],[-575566,-302100],[-569663,-294721],[-574093,-299793],[-564404,-300836],[-564173,-300546],[-575057,-302099],[-568707,-319357],[-565068,-318999],[-574629,-311151],[-574990,-311313],[-574018,-317944],[-564953,-311828],[-574862,-310703],[-564229,-318798],[-564694,-318606],[-563849,-319674],[-568018,-319009],[-565494,-319613],[-568710,-319701],[-565466,-319037],[-574998,-311365],[-574918,-311316],[-574912,-310891],[-567094,-322856],[-575221,-322391],[-567518,-327928],[-566708,-327330],[-570076,-327817],[-570682,-331563],[-569396,-327480],[-566458,-326261],[-569783,-330341],[-564679,-327003],[-564828,-326781],[-569790,-327968],[-569101,-331626],[-569816,-327982],[-567360,-328193],[-567618,-327900],[-567187,-331822],[-569359,-332582],[-569104,-327932],[-568854,-331296],[-564854,-320482],[-567445,-327417],[-572096,-323638],[-567728,-331218],[-572242,-321013],[-569437,-327134],[-569341,-328041],[-574718,-332322],[-564727,-319852],[-563874,-320543],[-564220,-320080],[-563996,-320040],[-563232,-320488],[-566165,-322980],[-567451,-327579],[-570278,-331533],[-566116,-326064],[-565190,-320378],[-569542,-330320],[-568554,-328997],[-567659,-327403],[-565714,-324788],[-568018,-329180],[-568237,-331315],[-566798,-327517],[-566453,-323538],[-566226,-324424],[-566420,-323694],[-566679,-323849],[-566519,-324070],[-566405,-324017],[-569782,-330923],[-567599,-328050],[-563674,-324461],[-563856,-324002],[-567434,-327960],[-568371,-329052],[-564346,-328649],[-568085,-328674],[-564747,-328008],[-564537,-328052],[-569393,-330488],[-568925,-330926],[-566164,-326622],[-567595,-329148],[-567944,-330783],[-569581,-332806],[-567913,-354205],[-567843,-353648],[-566398,-354569],[-566912,-353891],[-571686,-350525],[-567676,-354384],[-567999,-352321],[-568857,-351968],[-567192,-353716],[-568998,-353663],[-567576,-354150],[-567189,-354392],[-576077,-212767],[-582539,-212025],[-580733,-218740],[-581002,-232869],[-579778,-231183],[-576078,-242736],[-588646,-291197],[-584595,-284156],[-583013,-288786],[-580118,-289219],[-584912,-292422],[-582930,-292722],[-584438,-284381],[-584178,-287647],[-584240,-285956],[-584597,-284163],[-583636,-292264],[-585014,-284259],[-586996,-284246],[-586967,-284290],[-586324,-284123],[-586126,-283901],[-585151,-292115],[-582299,-289090],[-583138,-292148],[-588384,-290395],[-583592,-292826],[-585068,-292603],[-583525,-292203],[-585132,-292746],[-584679,-284308],[-582885,-292024],[-585409,-292282],[-583800,-283792],[-584147,-283874],[-583852,-284318],[-583935,-284551],[-584198,-284761],[-583619,-284256],[-584627,-283963],[-585377,-292439],[-587730,-290307],[-582982,-292645],[-587479,-290240],[-579588,-287422],[-579979,-289677],[-579376,-295461],[-580085,-299134],[-580680,-298722],[-579613,-295747],[-586192,-299776],[-583247,-297776],[-585825,-299564],[-585853,-299818],[-586328,-299470],[-581467,-295867],[-580165,-298934],[-584700,-297962],[-583176,-313969],[-583333,-313684],[-588223,-315772],[-576009,-316486],[-577612,-311489],[-588028,-316413],[-577727,-310797],[-586393,-328948],[-576972,-322493],[-582675,-330976],[-586533,-329001],[-586618,-328870],[-583197,-330838],[-577659,-325117],[-587497,-329534],[-585192,-329391],[-576534,-324115],[-583076,-330825],[-586640,-329221],[-586328,-328828],[-582848,-330197],[-588265,-327019],[-577030,-322290],[-582487,-339840],[-582498,-339714],[-582569,-339614],[-578298,-337110],[-585276,-351621],[-585927,-351723],[-588954,-291404],[-589695,-290727],[-589516,-290968],[-588880,-288186],[-593851,-300741],[-595106,-303582],[-590599,-304376],[-590751,-304257],[-594032,-300892],[-591781,-301358],[-593988,-300187],[-593130,-305324],[-592359,-305154],[-594301,-302947],[-593514,-301434],[-594600,-299987],[-593213,-304958],[-593086,-305324],[-592239,-297683],[-594196,-300035],[-592630,-297821],[-593192,-304990],[-592421,-305658],[-593756,-300953],[-594101,-297311],[-600629,-319294],[-590239,-316715],[-591242,-317486],[-595756,-319281],[-589898,-317672],[-590092,-316818],[-590957,-316636],[-589355,-318426],[-590905,-316315],[-591497,-317194],[-591102,-319835],[-596284,-324790],[-596454,-324790],[-596666,-324708],[-589710,-323252],[-601639,-307511],[-607513,-315305],[-603516,-321168],[-604783,-333996],[131180,98529],[192123,507362],[215215,-218698],[213722,-233035],[212792,542199],[213352,542402],[219062,-227001],[226587,-238238],[230181,-238816],[224346,-238075],[223470,-244590],[228294,-252121],[229126,-255705],[241854,-226580],[242859,-220742],[241101,-225540],[242971,-225916],[242093,-222289],[241764,-237864],[236583,-235813],[239665,-240331],[232680,-244798],[236574,-243874],[234815,-255322],[234893,-263883],[235757,-269325],[249463,-210579],[248616,-211419],[249114,-211495],[246323,-212487],[248687,-211404],[247650,-214792],[247473,-214309],[247777,-214119],[249235,-213754],[248118,-215840],[244347,-220923],[246690,-225079],[244267,-223173],[243332,-222276],[244184,-226976],[252514,-225990],[254001,-222356],[251822,-224597],[252308,-224645],[251809,-225519],[254345,-225556],[249615,-222810],[251190,-220810],[255876,-222758],[254344,-223772],[249115,-220584],[244327,-218993],[244835,-220480],[244694,-218441],[244829,-219272],[247418,-220052],[249769,-222272],[245005,-220127],[247416,-219741],[245309,-240051],[246812,-239119],[249680,-244498],[246034,-243830],[252192,-253232],[243451,-249314],[245395,-252992],[250856,-257304],[248505,-262263],[249364,-263382],[253335,-262739],[252045,-267556],[246812,-268250],[247035,-268106],[252462,-271401],[268774,-188337],[268494,-185998],[268213,-188494],[258944,-263693],[258814,-265807],[256226,-270927],[269067,-186781],[269101,-186052],[279870,-183021],[280486,-187718],[282192,-188914],[281909,-188481],[284587,-186605],[302948,18739],[305444,17318],[317550,-197279],[317200,-201596],[315186,-197239],[311230,-195133],[314641,-201611],[312887,-195775],[316423,-200159],[317610,-200762],[314834,-199457],[312553,-196867],[315819,-200977],[316022,-199864],[317028,-203973],[317783,-199153],[316126,-198794],[318040,-200225],[318819,-199869],[309316,-195652],[308117,-196287],[308476,-195699],[308408,-198638],[307500,-196218],[310550,-192859],[308733,-198507],[309673,-197042],[309559,-197863],[310157,-196665],[320897,-199252],[321444,-200587],[321278,-203637],[322040,-203237],[324935,-202670],[323097,-204381],[322001,-203784],[323726,-203913],[322125,-205160],[323673,-205577],[325173,-205655],[322694,-205863],[324126,-205344],[342967,-209347],[340973,-213673],[344596,-207218],[341563,-213210],[344447,-212987],[341054,-209865],[341194,-213882],[345180,-208895],[342142,-210850],[344996,-213317],[338208,-220763],[336050,-221852],[340180,-220248],[336571,-219388],[340034,-221297],[336145,-218547],[340811,-221016],[341217,-220064],[339704,-219667],[338282,-223427],[353451,-203546],[357318,-206545],[357504,-205188],[357946,-205234],[357078,-206483],[353001,-205263],[355165,-207274],[356861,-207945],[351936,-206882],[354771,-207175],[366056,-203238],[367994,-203557],[368126,-203777],[366613,-203948],[371004,-205600],[368105,-205705],[367701,-204963],[370234,-204780],[366069,-206034],[383097,-199086],[382025,-202006],[380336,-199820],[382115,-204111],[378315,-202809],[382021,-201512],[380488,-205784],[377097,-204702],[392874,-198429],[394721,-200059],[395982,-203534],[395500,-199639],[392714,-200908],[394634,-201768],[392963,-201408],[394760,-200592],[393729,-204118],[391620,-201620],[402836,-201993],[405760,-200854],[406341,-199082],[406711,-201051],[403732,-201719],[405777,-201986],[404353,-202419],[405828,-199886],[403940,-200860],[406610,-201044],[420441,-203465],[419089,-201916],[420203,-200295],[421993,-205087],[417521,-205530],[419818,-205751],[420329,-205940],[420872,-210639],[421438,-212892],[421039,-211125],[423823,-204436],[431288,-210200],[430515,-209984],[434251,-208580],[434830,-208166],[432264,-210920],[423788,-206046],[423930,-204894],[423229,-207687],[431299,-213060],[434832,-214266],[435172,-212841],[434310,-212390],[423953,-209199],[424135,-211048],[424291,-211077],[426090,-212437],[425313,-211503],[422563,-213374],[430478,-216516],[431883,-215430],[431860,-216002],[433808,-217099],[431993,-216300],[441326,-209569],[440766,-208054],[441004,-209814],[441346,-212327],[441110,-210207],[440659,-211152],[442212,-212624],[447226,-212709],[444523,-207866],[441155,-213598],[436180,-210874],[435454,-207422],[436082,-211483],[435560,-216973],[447951,-220926],[458037,-216417],[456795,-216664],[459408,-215861],[457065,-213771],[457624,-213645],[460116,-215026],[458798,-218063],[458270,-219259],[457814,-218457],[448901,-219498],[449701,-222787],[449773,-222277],[449907,-222224],[451952,-224136],[452463,-218729],[451825,-223413],[450176,-218232],[451388,-219807],[461978,-215920],[471423,-224397],[473385,-221115],[470669,-221866],[471619,-224947],[470116,-223568],[469154,-220801],[486112,-230150],[486036,-226550],[486222,-228175],[484297,-227179],[478428,-224337],[479093,-226657],[475894,-223599],[476239,-225436],[480308,-222486],[481587,-221908],[478373,-227746],[478675,-227067],[478684,-226746],[479508,-225007],[474114,-225233],[484592,-231019],[486176,-230781],[481261,-230998],[478852,-231366],[476853,-232282],[477214,-233519],[482391,-230639],[481930,-236150],[481281,-231479],[486879,-227329],[486635,-226080],[489666,-226241],[492853,-241010],[496770,-242839],[495035,-240061],[494596,-238927],[495329,-237281],[492657,-238015],[496081,-237827],[493768,-239597],[493991,-238068],[493647,-237848],[495097,-234647],[494381,-239429],[489394,-232017],[74958,54027],[76125,53981],[84584,-273796],[84879,-274018],[85145,-274028],[88278,51158],[88332,50871],[89413,48237],[86524,49630],[86951,50354],[85990,50428],[86085,50417],[89240,53895],[88949,53781],[89277,53220],[89040,53263],[89450,51477],[84614,63413],[86587,62409],[84359,62483],[84987,62627],[85533,60580],[85698,62230],[84535,69142],[85431,69213],[84100,67433],[85018,64815],[85142,65793],[83891,70226],[83436,69695],[81547,73009],[81907,72786],[81680,72049],[99060,49027],[92129,47431],[92889,47787],[90834,48369],[89865,49232],[90074,47597],[95371,50268],[94608,50752],[93257,50197],[93060,49708],[92161,49879],[92403,49835],[94572,48613],[94370,48542],[101947,49466],[99584,49892],[93406,44395],[93380,44108],[98348,45891],[98640,46129],[101077,49838],[100638,49246],[91758,53859],[91227,53533],[91567,53169],[91683,52939],[91224,54674],[92099,55355],[92036,55085],[92324,54754],[92708,54723],[90575,54501],[90128,55350],[90082,55634],[90731,55627],[90738,53057],[90573,53942],[92605,56252],[92229,56119],[90310,52832],[90553,52455],[91063,52711],[96219,53876],[96303,54246],[95470,54743],[95423,54870],[95795,53028],[95414,53447],[103748,37570],[102601,37801],[107913,49886],[108206,50304],[102680,49546],[106084,49206],[106304,48798],[104298,48526],[104467,47819],[124102,110003],[123284,109853],[118500,116803],[122945,117856],[-213543,35536],[-213422,34820],[-212660,35248],[-212568,35740],[-211989,36738],[-211835,35882],[-211959,34038],[-211489,33800],[-211366,33098],[-229326,-315688],[-230075,-316020],[-227935,-318476],[-226433,-318704],[-225752,-318839],[-225064,-318941],[-225625,-317967],[-225515,-317375],[-226824,-322352],[-226698,-321872],[-227455,-323863],[-227013,-323359],[-229049,319761],[-230258,320986],[-228474,336807],[-227641,337790],[-224192,335727],[-226621,333134],[-227903,336136],[-226507,336818],[-227183,348308],[-230252,348883],[-228264,350181],[-228243,353778],[-228151,353699],[-226847,355029],[-228940,355195],[-229040,355340],[-229981,346290],[-237917,-305200],[-233083,-304721],[-235002,-302851],[-232525,-313558],[-236493,-307065],[-238665,-312232],[-239122,-313374],[-238784,-313185],[-237064,-308609],[-242041,-308577],[-242071,-308233],[-239676,-311580],[-231567,-309125],[-239240,-313706],[-239425,-313551],[-237651,-310512],[-238358,-311435],[-236387,-312304],[-237123,-311035],[-233033,-311590],[-232290,-311762],[-232172,-310573],[-232506,-310607],[-239326,-319643],[-237642,-318603],[-240081,-318834],[-242227,-314939],[-239394,-315763],[-239356,-318053],[-237910,-319247],[-238031,-316775],[-237093,-316924],[-238931,-316135],[-237525,-319785],[-238742,-316244],[-239605,-318829],[-239768,-318467],[-239401,-316076],[-235727,-314042],[-237045,-314158],[-237854,-313759],[-235214,-314860],[-235827,-315383],[-239191,-317960],[-239224,-314918],[-238752,-314082],[-235908,-315618],[-240847,-313846],[-240100,-314059],[-241350,-315671],[-238752,-315754],[-239610,-314674],[-237495,-319581],[-233938,-318245],[-234304,-318294],[-231651,-318533],[-231453,-317921],[-231150,-318941],[-231142,-317835],[-232819,-315190],[-232886,-314785],[-240616,-326134],[-239247,-322661],[-242773,-327086],[-237693,-321674],[-236408,-322678],[-236830,-325271],[-239040,-323276],[-240454,-324644],[-238950,-324257],[-237572,-323335],[-242356,-326112],[-239801,-320691],[-241720,-331219],[-242017,-323371],[-241825,-326310],[-241813,-323858],[-241317,-324103],[-238766,-320475],[-241813,-326628],[-240248,-325021],[-239451,-324382],[-239684,-322601],[-240819,-322605],[-240648,-320823],[-239158,-322399],[-240697,-321659],[-241549,-332656],[-242186,-334801],[-241961,-337549],[-242237,-336813],[-241496,-333533],[-241493,-333472],[-241537,-335651],[-239696,-336166],[-241471,-337231],[-241046,-336844],[-241004,-333374],[-240676,-336895],[-240108,-336203],[-239098,-336061],[-238757,-336108],[-241246,-335565],[-241570,-334956],[-230490,324067],[-231171,344121],[-236138,344186],[-236408,343211],[-234609,342134],[-233991,340852],[-235208,340946],[-235746,343663],[-237009,341386],[-232948,341045],[-233202,337227],[-230765,336711],[-239027,342337],[-231396,349189],[-232356,351795],[-231926,353138],[-230623,353378],[-230914,354422],[-230680,346812],[-231247,346823],[-636,-117054],[-954,-120787],[-1344,-120965],[-531,-121194],[-83,-122689],[-1530,-120058],[-2630,-118567],[-1588,-118727],[-1671,-119711],[-2326,-119770],[-5653,-126857],[-6412,-126862],[-5025,-124755],[-4782,-124660],[-6058,-124445],[-6426,-124660],[-8658,-125877],[-10221,-126483],[-9939,-126057],[-5394,-121342],[-5262,-121160],[-5722,-121354],[-5642,-118225],[-5403,-118749],[-6479,-117312],[-4846,-116694],[-6862,-116819],[-7713,-116364],[-6507,-117308],[-10643,-115628],[-10932,-115074],[-9427,-115326],[-10988,-127189],[-9624,-116460],[-9801,-117409],[-9458,-118169],[-12345,-125944],[-11534,-125478],[-1127,-117613],[-272,-117376],[-138,-119160],[-8888,-119922],[-7718,-118469],[-6797,-120016],[-8728,-121093],[-9924,-122056],[-10113,-124840],[-7662,-122466],[-6169,-127667],[-10611,-118491],[-11961,-118848],[-12570,-120080],[-12125,-123517],[-10937,-118802],[-11575,-118934],[-10678,-123937],[-12723,-122709],[-11136,-123672],[-11319,-122625],[-9205,-128595],[-9443,-129076],[-9459,-129266],[-10467,-130964],[-10541,-131753],[-10292,-130049],[-10127,-129972],[-11472,-128888],[-11020,-129545],[-11832,-129293],[-11808,-128982],[-155,-133851],[-7341,-133302],[-7038,-133419],[-6397,-134557],[-6327,-133927],[-7258,-135069],[-5587,-140421],[-7544,-139793],[-6677,-140368],[-12306,-138944],[-11499,-139733],[-11887,-139103],[-10829,-137669],[-11826,-138426],[-10935,-137564],[-513,-135141],[-682,-134977],[-11850,-133277],[-11436,-130243],[-9057,-132804],[-3835,-133258],[-7319,-131188],[-7095,-129008],[-4843,-132417],[-3426,-131621],[-4761,-132133],[-9532,-147957],[-9179,-148494],[-9452,-148533],[-9054,-146217],[-8893,-146739],[-1552,-150959],[-1111,-150574],[-12758,-147720],[-8425,-142091],[-8002,-142134],[-5652,-143374],[-4446,-143071],[-4656,-142966],[-733,-145739],[-1176,-145344],[-2508,-147639],[-2284,-146890],[-363,-149048],[-672,-148260],[-685,-148748],[-2337,-149586],[-3590,-149924],[-3777,-149463],[-2770,-150438],[-2807,-147854],[-3607,-148137],[-3038,-148024],[-1642,-148455],[-2318,-148051],[-1110,-147578],[-1083,-146684],[-1169,-146314],[-1016,-145724],[-2776,-145028],[-3102,-145267],[-1892,-144812],[-4692,-146197],[-5595,-149900],[-7995,-149662],[-7658,-149120],[-6700,-149945],[-7849,-148271],[-10311,-144632],[-7890,-144267],[-7818,-144564],[-10469,-145697],[-12087,-148584],[-12494,-149894],[-12756,-149653],[-11680,-148914],[-11210,-148959],[-10446,-149468],[-10425,-144048],[-12241,-142424],[-12634,-142251],[-12513,-141622],[-11059,-141396],[-11362,-142231],[-11683,-141171],[-10305,-142230],[-6699,-141038],[-7497,-142090],[-4771,-141009],[-5253,-141102],[-6104,-141194],[-4222,-142385],[-4472,-141664],[-4743,-142001],[-2360,-144309],[-2890,-143433],[-2615,-143653],[-4599,-145213],[-4802,-144964],[-4111,-147543],[-4762,-147703],[-4165,-146143],[-3874,-146247],[-4139,-146616],[-11648,-146214],[-12012,-146450],[-6066,-144492],[-5503,-144640],[-6737,-144426],[-5330,-140628],[-6153,-140873],[-7371,-141234],[-414,-143853],[-465,-144413],[-614,-142438],[-742,-142463],[-8232,-142339],[-7975,-142819],[-8463,-143628],[-5047,-145417],[-5806,-146755],[-5843,-146031],[-4862,-147530],[-5500,-147268],[-5509,-149635],[-4074,-149673],[-4662,-148256],[-6773,-148689],[-5936,-148043],[-5689,-148418],[-7351,-147992],[-7106,-148199],[-6779,-147017],[-6803,-146901],[-5931,-146815],[-8542,-144948],[-8491,-143650],[-10835,-143267],[-10744,-143775],[-9660,-144293],[-9183,-143987],[-8735,-142187],[-9853,-143595],[-8635,-143323],[-11023,-143441],[-10830,-142709],[-11874,-143811],[-11551,-143365],[-12243,-144686],[-12113,-145522],[-11400,-145191],[-9237,-174394],[-10394,-175636],[-10325,-174920],[-10760,-175399],[-11710,-176740],[-12236,-178156],[-10973,-172819],[-9685,-176216],[-9231,-176166],[-9369,-175294],[-12244,-179305],[-12128,-180020],[-12637,-180384],[-5954,-50175],[-5769,-49970],[-6401,-48166],[-5596,-48379],[-6471,-48395],[-4219,-49840],[-4508,-49252],[-4397,-50003],[-12082,-50700],[-12698,-50204],[-7440,-49795],[-7738,-50245],[-8354,-50478],[-6701,-49674],[-6654,-49179],[-8059,-49187],[-10729,-50746],[-10435,-50785],[-10193,-49523],[-11456,-50410],[-8962,-50416],[-9174,-50952],[-3546,-52303],[-3653,-51182],[-6960,-51968],[-5509,-52470],[-5194,-51772],[-4404,-52076],[-4128,-54625],[-4248,-52551],[-5301,-53269],[-5252,-53016],[-12316,-62276],[-12424,-59404],[-12508,-62070],[-12585,-62232],[-12425,-61333],[-10733,-62181],[-9732,-55125],[-9742,-56499],[-8892,-56893],[-9375,-56960],[-9997,-53514],[-11677,-54841],[-12683,-51449],[-11675,-52363],[-11787,-51439],[-11456,-51859],[-11581,-51918],[-10439,-52024],[-9889,-52424],[-11364,-52614],[-11072,-52417],[-10692,-52150],[-6808,-51297],[-5353,-51956],[-6940,-51504],[-10641,-51150],[-9547,-51277],[-11530,-54027],[-11963,-52981],[-11636,-53883],[-12756,-55394],[-10527,-55312],[-10911,-55136],[-9973,-54818],[-10646,-54654],[-10391,-54202],[-10175,-53601],[-12462,-57702],[-12126,-57585],[-12735,-56420],[-12559,-55670],[-9066,-55521],[-9235,-55609],[-5266,-59493],[-5018,-58880],[-5420,-59428],[-5547,-59646],[-5167,-60363],[-3313,-60813],[-3658,-60084],[-3558,-61037],[-3010,-57731],[-2619,-57902],[-4683,-59798],[-4410,-59603],[-3774,-59342],[-4112,-61098],[-8886,-62262],[-9105,-62382],[-8697,-62329],[-2662,-62801],[-10448,-62874],[-9970,-62676],[-8470,-63474],[-9044,-63465],[-8396,-63222],[-5120,-55160],[-4901,-55425],[-11604,-58739],[-11724,-57151],[-4621,-58062],[-6600,-53229],[-7418,-53708],[-8155,-53091],[-5966,-56183],[-5253,-59382],[-4708,-56524],[-8020,-62445],[-6500,-61962],[-3354,-61649],[-9657,-58440],[-8041,-60430],[-7573,-58206],[-3051,-63763],[-3439,-63061],[-3414,-75901],[-3580,-75163],[-3340,-75729],[-4523,-75501],[-5053,-74927],[-5289,-75856],[-11809,-67441],[-11215,-67489],[-11186,-67756],[-7570,-69115],[-9800,-69086],[-9974,-69195],[-6515,-70456],[-8706,-74154],[-10272,-75094],[-9851,-74893],[-8323,-74918],[-8036,-74556],[-8225,-75071],[-8981,-75236],[-9617,-74758],[-11536,-69656],[-5165,-66657],[-4273,-67251],[-4758,-66349],[-5534,-66238],[-6218,-66140],[-9651,-64985],[-9260,-64463],[-9908,-64206],[-7768,-65373],[-8371,-66211],[-10608,-65196],[-10256,-65069],[-11249,-64407],[-7470,-67703],[-7847,-67613],[-6876,-67679],[-5000,-68333],[-5844,-67438],[-5447,-67622],[-265,-63916],[-884,-64236],[-10003,-63804],[-8121,-64494],[-164,-72579],[-3455,-69879],[-3250,-69721],[-3653,-69568],[-2380,-70965],[-1636,-70715],[-4280,-71832],[-4305,-72247],[-2933,-73463],[-1365,-76208],[-2566,-75540],[-4246,-74009],[-10980,-75353],[-9822,-75868],[-5856,-71495],[-5340,-71122],[-5657,-72346],[-8691,-69478],[-8324,-70918],[-9335,-71257],[-12749,-75531],[-12599,-72667],[-11835,-72986],[-10575,-73444],[-1834,-64567],[-4344,-64585],[-942,-69460],[-2656,-69776],[-1876,-68354],[-30,-70556],[-1886,-83659],[-221,-84656],[-604,-83774],[-283,-83997],[-1093,-82465],[-1092,-83110],[-1266,-83244],[-1169,-83553],[-2075,-79869],[-1824,-80559],[-2216,-81065],[-2211,-82391],[-2162,-81431],[-3467,-81943],[-4430,-82351],[-4746,-81919],[-5156,-83313],[-6013,-83444],[-5518,-83298],[-6494,-85193],[-5678,-85685],[-5515,-85683],[-5660,-87507],[-5029,-88202],[-21,-83985],[-3835,-80247],[-2573,-81451],[-3254,-81527],[-1447,-79021],[-2637,-78069],[-2063,-77014],[-1256,-78065],[-726,-78290],[-1011,-77454],[-1018,-79028],[-221,-78865],[-574,-80185],[-5726,-88871],[-6436,-88472],[-5493,-89310],[-3626,-84925],[-3114,-84480],[-2610,-83791],[-4510,-85447],[-9161,-76804],[-8476,-76954],[-2752,-78752],[-3892,-77533],[-4049,-78458],[-8016,-89298],[-2155,-88001],[-449,-85649],[-2537,-88822],[-1589,-88701],[-5569,-93303],[-4188,-90576],[-4036,-90700],[-6931,-91359],[-5784,-89819],[-6775,-92480],[-6802,-91865],[-8180,-91390],[-7984,-97123],[-9350,-97113],[-7848,-96008],[-7511,-95772],[-12464,-96776],[-10301,-97286],[-9817,-98049],[-9456,-96953],[-8189,-96726],[-8838,-96738],[-7290,-91008],[-8635,-92839],[-7662,-92119],[-8206,-93140],[-7043,-90325],[-8108,-89879],[-9124,-96185],[-9622,-95736],[-9473,-95829],[-8313,-95792],[-7796,-95842],[-7874,-96071],[-7870,-98109],[-859,-97409],[-12090,-99329],[-11098,-98373],[-9282,-98769],[-9449,-99079],[-4924,-101524],[-6181,-99621],[-6455,-99729],[-3568,-95394],[-5008,-96540],[-2781,-95977],[-5191,-94313],[-4839,-94694],[-1991,-91715],[-3618,-98331],[-4466,-98776],[-1848,-98042],[-415,-101638],[-1811,-101675],[-2859,-112874],[-3409,-113358],[-3607,-108639],[-1923,-112813],[-2214,-112544],[-3033,-113477],[-210,-112968],[-341,-111603],[-7051,-113443],[-5864,-114334],[-7355,-113529],[-7971,-109422],[-7948,-109873],[-7729,-110473],[-8933,-108628],[-8647,-108656],[-8970,-109295],[-9697,-107504],[-12551,-113563],[-12187,-113330],[-6940,-111185],[-7478,-111758],[-7370,-110289],[-7190,-110325],[-7783,-111475],[-10845,-107730],[-10186,-107567],[-9640,-108814],[-6880,-110258],[-6835,-105212],[-7736,-102921],[-5728,-104025],[-7306,-104033],[-8206,-102817],[-11927,-106701],[-11127,-107467],[-10418,-102703],[-11136,-102402],[-11649,-103802],[-6271,-110934],[-5836,-112595],[-5824,-107062],[-7877,-108482],[-6667,-107615],[-4154,-111949],[-2755,-110340],[-2687,-109136],[-4133,-102950],[-4125,-103522],[-589,-103303],[-738,-102533],[-1134,-107336],[-2169,-104012],[-4682,-104945],[-250552,-293867],[-254097,-290570],[-251679,-290821],[-255568,-290360],[-245529,-306350],[-244385,-305923],[-253529,-296128],[-246842,-300729],[-253409,-294265],[-255382,-295753],[-250161,-303697],[-252088,-301594],[-247222,-304104],[-247027,-296595],[-250412,-305832],[-253218,-306994],[-251528,-300786],[-251912,-305699],[-253200,-300376],[-253389,-301369],[-254072,-299569],[-249176,-299962],[-253866,-299944],[-250217,-299742],[-255534,-315020],[-249495,-308950],[-250924,-310206],[-252565,-310276],[-252358,-309289],[-249366,-308366],[-252520,-308310],[-244012,-307355],[-243238,-307698],[-251676,-315826],[-254082,-318287],[-250401,-318441],[-250477,-318176],[-250157,-318563],[-249731,-317338],[-255983,-324582],[-255401,-328780],[-246096,-322039],[-243859,-320886],[-245745,-322656],[-246375,-326391],[-246703,-330292],[-246591,-327853],[-252307,-322150],[-248991,-330966],[-244293,-325524],[-251269,-326400],[-251350,-323362],[-255644,-323659],[-250220,-329284],[-244931,-330473],[-245513,-321049],[-243254,-323894],[-243633,-331198],[-252522,-329796],[-246356,-331888],[-245850,-332287],[-247388,-332333],[-247979,-330263],[-249685,-330490],[-248146,-329775],[-249210,-329918],[-244889,-331346],[-245698,-328817],[-245376,-329908],[-245472,-328568],[-244940,-329150],[-251868,-330111],[-250193,-330076],[-251454,-329588],[-251990,-329696],[-252610,-330041],[-253313,-331757],[-252969,-336359],[-251886,-332834],[-255277,-336284],[-253911,-336277],[-251217,-335487],[-248881,-336393],[-250770,-335895],[-253910,-333648],[-251021,-338664],[-255581,-337013],[-254306,-334010],[-254037,-337281],[-252770,-338592],[-247582,-334690],[-253920,-333044],[-248804,-338462],[-254873,-333763],[-250740,-335252],[-249139,-338521],[-250608,-334989],[-250630,-338728],[-250285,-338514],[-252555,-338200],[-246398,-337004],[-244138,-337627],[-246497,-337304],[-250732,-337641],[-245775,-338372],[-247034,-337173],[-244796,-337978],[-248070,-335284],[-246725,-336711],[-247983,-335041],[-250661,-336904],[-251432,-338584],[-244391,-335769],[-246044,-334821],[-244465,-335793],[-243752,-334902],[-243289,-336047],[-243417,-334285],[-246172,-333564],[-253584,-338653],[-253974,-338896],[-259917,-288251],[-259377,-291586],[-257954,-288807],[-265362,-292181],[-262444,-285650],[-259018,-302098],[-258984,-296847],[-265144,-301076],[-260157,-304183],[-258060,-298703],[-256720,-294871],[-263735,-294700],[-259108,-300146],[-260657,-300788],[-258559,-301393],[-260349,-295936],[-256334,-299708],[-264048,-297694],[-259772,-302242],[-258279,-309386],[-258410,-309896],[-261603,-307816],[-259762,-310154],[-262123,-307876],[-256863,-310862],[-263669,-307213],[-257584,-313294],[-256208,-316248],[-256253,-318681],[-260658,-314899],[-256789,-319509],[-262256,-310870],[-259228,-322850],[-258634,-321790],[-256824,-321246],[-257120,-329513],[-256457,-333967],[-273840,-347541],[-275807,-350226],[-271839,-348607],[-270719,-345549],[-271608,-347006],[-273087,-349478],[-271274,-346235],[-276535,-350368],[-272883,-347464],[-280323,-496710],[-294310,-244043],[-291821,-370735],[-292160,-369556],[-292888,-369321],[-287146,-375330],[-285807,-376436],[-287016,-375155],[-286034,-375615],[-292604,-371289],[-287076,-375938],[-286712,-376155],[-294573,-242591],[-294685,-242455],[-295601,-243061],[-295477,-243681],[-294988,-369292],[-295517,-368832],[-305586,-370613],[-305556,-370452],[-303176,-374685],[-304566,-374403],[-305259,-374706],[-306482,-373634],[-306174,-374343],[-296763,-379866],[-297458,-379057],[-302321,-373225],[-302596,-373030],[-315456,-243836],[-315864,-243743],[-317911,-244173],[-317695,-244603],[-318613,-244349],[-319010,-244158],[-313193,-372256],[-316707,-375530],[-316715,-374591],[-316182,-375080],[-316078,-375317],[-313022,-372340],[-313513,-372227],[-319351,-372636],[-317824,-372644],[-318715,-372885],[-314033,-378538],[-314153,-377561],[-312754,-371894],[-319579,-384523],[-319260,-415843],[-319235,-414967],[-318521,-426277],[-319406,-425956],[-316256,-431313],[-316875,-431899],[-318541,-432166],[-318526,-431585],[-319882,-431406],[-318550,-430570],[-313839,-431335],[-313307,-431068],[-325803,-247322],[-325785,-247001],[-324922,-246699],[-324920,-246389],[-330172,-250180],[-327721,-248951],[-327872,-249008],[-320643,-248127],[-320655,-248224],[-330038,-250267],[-327143,-249642],[-327427,-249478],[-320028,-244704],[-320080,-244513],[-320420,-244785],[-320741,-244450],[-321945,-244665],[-322112,-244552],[-321119,-245575],[-321152,-245644],[-321720,-248779],[-321772,-248307],[-321496,-248773],[-320984,-248766],[-325091,-370646],[-328256,-367571],[-324639,-370363],[-325879,-370338],[-327811,-367754],[-322157,-379889],[-321010,-380166],[-320404,-374952],[-320329,-376219],[-321387,-374625],[-321777,-373295],[-321266,-373829],[-324695,-372072],[-323692,-375509],[-325418,-375689],[-325400,-381903],[-325541,-382541],[-332793,-379553],[-330586,-382325],[-330406,-382417],[-327330,-380196],[-326481,-379116],[-323822,-375257],[-324164,-375904],[-325574,-376089],[-325027,-376278],[-326167,-377603],[-326605,-376455],[-320601,-373456],[-320706,-373623],[-320039,-385417],[-329329,-384242],[-330005,-384104],[-332350,-384036],[-323140,-388829],[-329792,-395603],[-331331,-391150],[-330029,-391812],[-329793,-388101],[-329890,-388739],[-326622,-400555],[-326732,-400663],[-328712,-402087],[-328464,-401771],[-329261,-404684],[-329405,-404691],[-331507,-405090],[-330947,-406391],[-328109,-406642],[-329537,-407254],[-331921,-408705],[-330758,-407972],[-329733,-400475],[-329314,-400149],[-330731,-397438],[-330384,-398079],[-330206,-403772],[-329423,-403968],[-332411,-398704],[-332490,-398407],[-330680,-417515],[-330939,-418830],[-323558,-419411],[-322919,-418717],[-330121,-412814],[-329759,-411670],[-327231,-414087],[-327855,-413910],[-320514,-418801],[-320354,-419561],[-323861,-420685],[-323919,-420259],[-324189,-420186],[-325265,-420234],[-326025,-419616],[-326402,-418339],[-325573,-421835],[-320749,-425229],[-320799,-424881],[-322389,-429409],[-323057,-428573],[-320899,-429613],[-320892,-429363],[-326007,-426979],[-326479,-426263],[-332589,-425842],[-331812,-426432],[-332287,-428386],[-332654,-428017],[-331704,-431814],[-332049,-431564],[-331137,-433465],[-331054,-432369],[-330698,-432930],[-330882,-431922],[-328375,-428392],[-328816,-428507],[-327539,-427397],[-327929,-427000],[-326234,-429270],[-327477,-430155],[-322509,-428258],[-321901,-428388],[-323975,-422804],[-323897,-422252],[-326858,-422868],[-325310,-423015],[-326032,-424393],[-326587,-423168],[-328926,-423095],[-330896,-423153],[-330955,-422392],[-332379,-422662],[-332310,-422235],[-326417,-423153],[-327108,-424344],[-325909,-423357],[-325131,-428066],[-325418,-427463],[-320281,-430532],[-320759,-430185],[-325083,-435774],[-324852,-435007],[-325867,-435408],[-326748,-435615],[-328670,-440704],[-329457,-440862],[-330592,-440290],[-330631,-440113],[-332743,-440231],[-332251,-440089],[-332014,-437077],[-329761,294281],[-332679,292210],[-332172,290679],[-331881,292011],[-331497,293551],[-328727,294732],[-330782,296075],[-328027,295996],[-331645,297401],[-343628,-250696],[-343891,-250527],[-332806,-354417],[-333531,-354233],[-333050,-383389],[-333334,-378212],[-340277,-394615],[-341783,-388348],[-340630,-384951],[-338530,-388310],[-344273,-387112],[-335699,-391793],[-335235,-390374],[-333331,-403784],[-334186,-403414],[-334529,-403008],[-333519,-405739],[-336397,-400785],[-333437,-399037],[-333187,-397881],[-338593,-405267],[-337990,-406197],[-334161,-398233],[-333271,-404980],[-334051,-414841],[-334299,-414229],[-334974,-417031],[-343299,-421942],[-339318,-422090],[-338163,-420930],[-337510,-419188],[-337261,-418685],[-334830,-421290],[-333934,-421465],[-333861,-418201],[-333644,-417476],[-336056,-410420],[-335245,-410296],[-336884,-410504],[-337983,-411251],[-333952,-420881],[-333111,-421092],[-333462,-422955],[-337496,-431999],[-338259,-433108],[-339296,-428813],[-340418,-428133],[-343338,-424379],[-343720,-422439],[-333115,-436999],[-335266,-436443],[-335055,-436938],[-335924,282926],[-337584,282484],[-335821,286162],[-334953,288873],[-335560,290948],[-336356,292218],[-335163,291905],[-341272,286828],[-343508,288355],[-342795,285620],[-337586,284935],[-336695,283580],[-338876,288219],[-339693,289572],[-333462,298434],[-334432,300322],[-340515,303204],[-340931,305327],[-338636,304885],[-338250,304745],[-335897,302316],[-339935,302070],[-336001,296446],[-335106,296273],[-337121,296660],[-335179,299050],[-336652,297239],[-351476,-242157],[-351204,-242106],[-354482,-251229],[-354405,-251706],[-354594,-250820],[-354517,-250997],[-350792,-250473],[-347611,-253008],[-355519,-250035],[-355009,-249471],[-346107,-255732],[-347252,-255400],[-355151,-249827],[-345653,-246386],[-345751,-246323],[-350109,-249840],[-351496,-250587],[-347566,-251349],[-347574,-251026],[-347541,-251835],[-347790,-252457],[-349796,-249846],[-346446,-253028],[-347937,-250952],[-347874,-250694],[-351200,-250474],[-351385,-250647],[-355971,-249758],[-357199,-263065],[-357127,-262555],[-357171,-262041],[-357521,-261993],[-357637,-261999],[-357526,-262890],[-346590,-255897],[-349116,-257434],[-349036,-256996],[-351037,-256679],[-350726,-256884],[-350830,-256052],[-350854,-256214],[-356366,-265253],[-356635,-264750],[-350182,-261001],[-349861,-261594],[-357110,-264595],[-356783,-264444],[-356167,-264457],[-348731,-259864],[-349973,-259196],[-349731,-259272],[-349258,-258279],[-356371,-265137],[-357359,-263018],[-357244,-263826],[-357211,-263669],[-356822,-263468],[-356812,-262981],[-356701,-263281],[-356371,-263517],[-350106,-348463],[-353590,-354075],[-353548,-352446],[-356008,-355718],[-352040,-358046],[-348310,-351235],[-346694,-353591],[-345725,-364227],[-345778,-364652],[-357490,-366949],[-346441,-370256],[-350127,-366672],[-354398,-368308],[-350460,-358403],[-354518,-366639],[-352597,-375998],[-349588,-372591],[-349167,-374007],[-346766,-383206],[-351627,-373658],[-347567,-376441],[-354637,-371545],[-356248,-377198],[-352293,-382562],[-352567,-376279],[-357311,-378622],[-348109,-380990],[-356910,-391444],[-352922,-392857],[-348820,-389155],[-346262,-385646],[-352317,-393358],[-354832,-394105],[-353175,-403343],[-349576,-408008],[-354447,-399329],[-353084,-396665],[-349335,-403693],[-353260,-406631],[-351006,-405828],[-358097,-406566],[-356824,-402134],[-349550,-398467],[-345814,-399713],[-353281,-409159],[-345709,-405194],[-356723,-407419],[-349495,-411557],[-354044,-413000],[-357663,281705],[-358365,280886],[-358030,294090],[-355719,282437],[-354505,290048],[-354037,292755],[-355736,288406],[-357794,290447],[-357269,292851],[-357843,294643],[-364686,-236937],[-364847,-236887],[-364184,-239098],[-364883,-236069],[-364850,-236073],[-364169,-239056],[-365350,-236597],[-365370,-236642],[-364385,-235860],[-364102,-235690],[-363657,-238469],[-363391,-236054],[-363456,-235823],[-362447,-235692],[-362347,-235780],[-362074,-236267],[-362094,-236481],[-362359,-237093],[-362053,-238368],[-361895,-238217],[-362631,-237400],[-362154,-237369],[-368765,-235194],[-368609,-235348],[-368408,-235746],[-368574,-235412],[-367769,-235400],[-367962,-235610],[-368170,-236157],[-368054,-235940],[-366887,-235662],[-366509,-236189],[-369848,-235736],[-369845,-235735],[-364966,-235631],[-365082,-235696],[-363681,-237558],[-363685,-237376],[-363944,-236781],[-363913,-236786],[-364456,-237981],[-364304,-238554],[-368260,-251070],[-368221,-250416],[-366895,-249508],[-365769,-246074],[-364670,-246153],[-364417,-246030],[-364991,-247377],[-367366,-249124],[-358657,-262585],[-358845,-262820],[-360741,-266541],[-360878,-266141],[-362363,-267351],[-362406,-267180],[-363929,-260330],[-364069,-260120],[-363790,-259653],[-363910,-259177],[-363556,-261586],[-362933,-261511],[-362616,-261487],[-361610,-261018],[-361933,-261101],[-361046,-262666],[-361044,-262178],[-361918,-262619],[-362107,-263036],[-365732,-262309],[-365769,-262315],[-365990,-265494],[-366061,-265090],[-370669,-349357],[-359867,-356152],[-367829,-353739],[-364769,-354816],[-364781,-361057],[-369320,-362578],[-359417,-369902],[-366244,-368308],[-369176,-368256],[-362667,-363919],[-366417,-365112],[-362993,-359360],[-365230,-363449],[-367180,-373041],[-363032,-373980],[-360208,-372809],[-361144,-374905],[-360816,-380330],[-363310,-381487],[-366125,-374209],[-362862,-395990],[-360354,-395695],[-360974,-390739],[-359694,-386849],[-360281,-389730],[-367003,-385667],[-364558,-388973],[-368572,-388438],[-359100,-385319],[-368114,-406537],[-368853,-397013],[-365949,-403488],[-361529,-404156],[-364590,-399078],[-363331,-398699],[-362037,-402533],[-362795,-408410],[-369706,-402112],[-362604,-415242],[-368460,-411087],[-363378,-412293],[-364451,-409413],[-362760,-413346],[-370143,-414270],[-366823,-414247],[-358542,-416792],[-359529,-411513],[-365751,-415268],[-359798,282278],[-361170,282760],[-360842,285950],[-369249,294281],[-371014,295312],[-370342,296026],[-370139,296559],[-371194,296595],[-369900,315570],[-369103,315401],[-370022,319453],[-371093,311057],[-368220,311049],[-370782,323717],[-370493,324061],[-369246,322141],[-368747,320749],[-367077,329421],[-367828,327384],[-370391,327797],[-365516,327595],[-365435,328945],[-362793,328164],[-362743,325948],[-364418,326199],[-361060,326446],[-359440,326381],[-358673,327388],[-360763,328757],[-361353,327377],[-363562,329494],[-363066,330053],[-371073,337893],[-369867,336371],[-369123,334056],[-369126,335650],[-366789,336645],[-365072,336017],[-366582,335555],[-25301,-126234],[-24307,-123769],[-24604,-123910],[-24444,-123811],[-25009,-125868],[-24484,-124325],[-25571,-127404],[-23454,-127254],[-24127,-127753],[-14108,-127414],[-14403,-126540],[-13440,-127077],[-13090,-126860],[-15067,-115034],[-13642,-125152],[-17966,-127583],[-21532,-127349],[-13329,-120538],[-13325,-124225],[-13224,-124157],[-13224,-123620],[-14190,-117466],[-13436,-116643],[-14337,-116023],[-13602,-115843],[-25364,-138257],[-23628,-134885],[-24646,-135227],[-24795,-139871],[-23708,-138574],[-23652,-138882],[-24576,-137444],[-24043,-138349],[-24964,-137435],[-24534,-136474],[-25315,-137482],[-25231,-135874],[-25575,-135409],[-25437,-133386],[-23845,-133858],[-24001,-133269],[-22892,-133802],[-23499,-131343],[-24892,-131410],[-23875,-132380],[-24318,-128385],[-25098,-128254],[-24902,-130372],[-24279,-129173],[-24596,-129814],[-21508,-140084],[-21365,-140230],[-20827,-138771],[-21365,-138358],[-21919,-138662],[-21518,-134913],[-21396,-134362],[-17024,-132150],[-17049,-131872],[-17390,-131777],[-18317,-128863],[-15048,-129240],[-13635,-129299],[-18213,-140050],[-18858,-139624],[-19261,-139288],[-18677,-139818],[-17666,-140364],[-21437,-136497],[-21120,-135580],[-17524,-138532],[-15486,-131205],[-15911,-131475],[-17070,-132374],[-15691,-131841],[-16988,-130914],[-16088,-131239],[-16801,-131371],[-15066,-133570],[-15883,-133668],[-14534,-132776],[-14023,-134694],[-13317,-133718],[-12935,-133395],[-15578,-140265],[-17639,-138919],[-17553,-140214],[-13164,-131858],[-17675,-128690],[-17168,-128134],[-20387,-130390],[-19212,-128573],[-19523,-132302],[-20503,-135330],[-18007,-138296],[-20212,-137813],[-19011,-137865],[-25594,-141384],[-24878,-142327],[-25363,-143597],[-25478,-143359],[-24021,-141887],[-25301,-142059],[-22852,-143166],[-21841,-142797],[-21417,-143281],[-21191,-140728],[-13972,-141317],[-14379,-141217],[-13713,-141449],[-16956,-143165],[-17081,-142534],[-17670,-143160],[-20204,-143878],[-20957,-143475],[-20043,-142347],[-14676,-148582],[-14285,-149311],[-17690,-146210],[-17906,-145924],[-17971,-146545],[-21425,-146256],[-23756,-146537],[-23481,-146138],[-23678,-147365],[-16135,-148334],[-15179,-148769],[-14991,-148666],[-15072,-147406],[-13033,-143978],[-13738,-148633],[-13056,-141423],[-12977,-141912],[-14022,-144770],[-14871,-144229],[-13970,-144510],[-16146,-143641],[-13961,-142897],[-15037,-142932],[-14288,-143397],[-17267,-141024],[-18173,-140817],[-18912,-140820],[-18206,-142031],[-18971,-142200],[-15853,-145671],[-15987,-145862],[-18221,-146626],[-18378,-147248],[-18362,-146859],[-20595,-146324],[-20695,-146423],[-21371,-146917],[-21363,-146784],[-21855,-146680],[-21651,-145698],[-21977,-144524],[-21742,-144150],[-22328,-144042],[-19892,-145673],[-20132,-145487],[-19812,-146303],[-12979,-142992],[-13505,-144520],[-13802,-145660],[-13620,-145811],[-13098,-146443],[-13325,-147093],[-14406,-146541],[-13812,-146799],[-16205,-144913],[-17162,-145306],[-16980,-145620],[-17633,-144427],[-19343,-144797],[-19051,-144880],[-18123,-143728],[-12805,-177286],[-14767,-177668],[-13763,-176756],[-14447,-174931],[-13908,-175654],[-12872,-50441],[-13622,-50690],[-22853,-62161],[-19125,-62123],[-22088,-60987],[-22760,-61171],[-21591,-60537],[-20753,-61261],[-25176,-61841],[-25046,-61185],[-24354,-60698],[-23271,-60370],[-24152,-61292],[-13559,-61774],[-13561,-62689],[-12951,-62968],[-17059,-60638],[-16600,-60234],[-16403,-60621],[-15423,-60304],[-15161,-61731],[-14428,-62323],[-14647,-61078],[-14837,-61227],[-14049,-61242],[-14795,-59679],[-13541,-59655],[-14999,-60240],[-13024,-60492],[-14703,-55312],[-14057,-55244],[-13963,-55605],[-14218,-56317],[-13516,-52863],[-12926,-54829],[-13451,-53968],[-13789,-53989],[-13158,-51619],[-13817,-51746],[-13924,-52814],[-15141,-53347],[-14910,-52961],[-14847,-54074],[-16672,-56298],[-15710,-54974],[-16089,-55731],[-18693,-55940],[-18457,-55495],[-20943,-57157],[-21186,-57344],[-22015,-57878],[-21533,-57929],[-22449,-57101],[-21220,-58686],[-19786,-58240],[-21001,-59028],[-17820,-59632],[-19215,-59426],[-18776,-60196],[-15713,-58628],[-18580,-56420],[-19003,-57076],[-17355,-56834],[-17021,-57173],[-15290,-56545],[-15657,-56386],[-13688,-57134],[-14156,-56959],[-13631,-58756],[-13840,-58349],[-13453,-58556],[-16759,-57505],[-15766,-58426],[-16357,-57869],[-17125,-58443],[-15922,-59127],[-16478,-59168],[-18199,-57681],[-18270,-58496],[-19042,-58228],[-16842,-55647],[-16564,-54522],[-15853,-55551],[-18469,-54245],[-17738,-54632],[-18558,-54456],[-19523,-56533],[-20962,-57038],[-19900,-56542],[-12921,-56626],[-20530,-62708],[-22048,-63763],[-21481,-61786],[-15044,-63828],[-25420,-69868],[-25023,-69089],[-16916,-67418],[-17092,-66945],[-22398,-72822],[-22738,-73336],[-24304,-73314],[-24864,-73699],[-24486,-74614],[-24406,-74465],[-20716,-73806],[-22016,-73960],[-21319,-73704],[-16956,-67736],[-20956,-65805],[-24308,-72033],[-24807,-70039],[-24543,-66133],[-14439,-74340],[-14661,-75843],[-15846,-66581],[-15220,-66047],[-15443,-66801],[-15487,-66259],[-17437,-65321],[-16671,-64753],[-23828,-64016],[-22477,-64200],[-23625,-65029],[-22728,-68306],[-21756,-68390],[-18216,-67652],[-17716,-70858],[-21133,-70575],[-20284,-69297],[-19920,-72409],[-13630,-69468],[-12954,-69439],[-13842,-70158],[-17268,-80215],[-20887,-83619],[-20729,-82733],[-21245,-83931],[-19933,-83847],[-20235,-84954],[-16640,-84302],[-16945,-84598],[-13856,-81674],[-14211,-80594],[-14674,-80584],[-16868,-79294],[-17195,-78820],[-18703,-80041],[-18831,-80184],[-19249,-80149],[-20277,-81764],[-17726,-84477],[-18139,-84910],[-18434,-85438],[-14617,-81157],[-14376,-83957],[-15348,-83192],[-12945,-96670],[-13354,-96858],[-14896,-98693],[-17578,-97198],[-15156,-96203],[-14827,-97494],[-18493,-98250],[-17414,-97236],[-17931,-98229],[-18595,-97466],[-18558,-97133],[-23942,-96727],[-23348,-96965],[-23443,-96716],[-23204,-97017],[-18823,-99494],[-22941,-98244],[-23498,-98730],[-23574,-100334],[-24189,-97778],[-24564,-98022],[-24692,-97665],[-20243,-93361],[-25290,-92791],[-24703,-101048],[-24208,-95400],[-24994,-96212],[-25044,-96677],[-25518,-94414],[-25349,-89842],[-24924,-99575],[-25145,-99187],[-24383,-99853],[-15336,-97728],[-23571,-93385],[-21197,-92867],[-24871,-94697],[-22282,-101987],[-24891,-101927],[-23322,-89875],[-22872,-92638],[-21170,-89946],[-20636,-96091],[-19888,-94424],[-20770,-94003],[-20691,-100550],[-21613,-99995],[-19143,-100613],[-14365,-101352],[-13718,-100913],[-13464,-98761],[-15821,-105811],[-17384,-110427],[-17112,-110629],[-18027,-111309],[-13504,-111745],[-13492,-112615],[-14092,-111243],[-13073,-113825],[-22850,-105969],[-23361,-105744],[-16550,-110669],[-15310,-110526],[-15115,-110184],[-15608,-110506],[-19367,-109408],[-18336,-110458],[-18598,-110108],[-19198,-110954],[-25252,-114680],[-25326,-113410],[-25470,-114590],[-24971,-111376],[-24795,-111786],[-24950,-111862],[-25384,-107848],[-25235,-107578],[-23194,-108942],[-23422,-110647],[-23324,-109668],[-19881,-111512],[-20566,-112069],[-21932,-110457],[-20608,-111096],[-20444,-111107],[-21462,-111091],[-22366,-109326],[-22139,-109044],[-24089,-114555],[-24541,-114977],[-15367,-114064],[-17174,-113956],[-17220,-114053],[-18279,-113379],[-19029,-113872],[-20150,-114591],[-15370,-112349],[-16042,-111289],[-15867,-111867],[-18474,-113301],[-25332,-109768],[-24246,-108403],[-24331,-108976],[-24990,-109902],[-21181,-113679],[-22014,-111263],[-23332,-111727],[-18257,-108546],[-18095,-109497],[-18666,-108434],[-20049,-102784],[-16091,-103062],[-17605,-102845],[-14519,-108065],[-14089,-106888],[-21056,-106266],[-21917,-108410],[-20932,-109126],[-16422,-106880],[-18118,-103516],[-16671,-107144],[-15980,-114863],[-16956,-114656],[-382216,-211820],[-382317,-211446],[-382503,-211943],[-382963,-212602],[-383615,-212611],[-383257,-212054],[-383207,-212285],[-383236,-212639],[-380382,-341528],[-374440,-337643],[-380283,-354662],[-382112,-357154],[-376592,-356511],[-374879,-355152],[-376808,-356815],[-378951,-357955],[-377737,-351323],[-373458,-369150],[-381052,-361012],[-375758,-367071],[-383166,-358696],[-380787,-366414],[-371384,-358283],[-374281,-361979],[-381073,-370730],[-371218,-379418],[-377661,-376794],[-382325,-382573],[-378953,-374333],[-380358,-383542],[-374776,-378572],[-374339,-378476],[-379522,-378685],[-380651,-378278],[-374729,-375200],[-372187,-381135],[-380004,-378275],[-379757,-394768],[-374879,-391481],[-373107,-395533],[-381223,-386842],[-375919,-390048],[-374158,-403338],[-375426,-406343],[-380727,-402490],[-383528,-398329],[-380208,-401257],[-377321,-409806],[-374794,-410927],[-380595,-410799],[-373874,292111],[-373901,294901],[-375567,294727],[-376052,294868],[-379635,298473],[-379227,300120],[-380922,300375],[-381840,300075],[-382640,297842],[-381567,299924],[-381315,298874],[-380881,298029],[-383681,298888],[-381626,306685],[-373767,306988],[-373861,306435],[-375653,306429],[-380235,308632],[-381427,308168],[-381708,310003],[-379726,310758],[-379324,311152],[-381991,312062],[-381902,310905],[-380972,313005],[-380176,315480],[-380253,316092],[-381790,315760],[-383222,316838],[-378809,317732],[-378136,315575],[-377052,315016],[-377042,316667],[-378346,318924],[-380639,318544],[-380784,316877],[-375375,319135],[-376493,319784],[-377433,319142],[-373642,311977],[-371560,312488],[-376940,307723],[-373605,308244],[-371860,311523],[-372288,309975],[-379120,320351],[-378091,321984],[-377554,324030],[-378945,323027],[-376682,324116],[-372462,320402],[-375052,320474],[-377319,320903],[-373790,321727],[-374847,323241],[-377775,327241],[-379873,325921],[-378714,324792],[-372988,340543],[-374093,340008],[-373450,338200],[-372162,337365],[-372190,335752],[-394039,-202483],[-394399,-202741],[-393743,-202098],[-394178,-202120],[-395132,-203734],[-395206,-203789],[-394480,-203237],[-394972,-202783],[-393708,-212381],[-393928,-211934],[-393914,-212411],[-394110,-212822],[-392388,-212487],[-392492,-212398],[-391871,-213956],[-391958,-213923],[-391746,-214191],[-392127,-214290],[-391894,-215014],[-391550,-214994],[-392283,-215346],[-392062,-215286],[-391544,-215974],[-391685,-215929],[-390715,-218286],[-391116,-217802],[-389554,-219580],[-389170,-219344],[-389811,-220527],[-389728,-220794],[-394976,-356278],[-386364,-350822],[-385013,-360693],[-394827,-358894],[-388614,-360319],[-391063,-358738],[-396730,-365455],[-390939,-368601],[-390896,-366795],[-389119,-368837],[-389292,-365762],[-391981,-365015],[-387516,-362808],[-387525,-373872],[-390080,-376423],[-384599,-380525],[-384948,-375911],[-395381,-374528],[-386347,-384697],[-387579,-391415],[-396620,-387001],[-387230,-394647],[-388084,-394716],[-395935,-384936],[-392508,-395690],[-390056,-388265],[-391398,-395165],[-390670,-387750],[-388134,-384998],[-388231,-384815],[-385169,-405287],[-390719,-404646],[-392568,-400250],[-396413,-400545],[-393342,-402818],[-385390,-399981],[-389585,-398989],[-387771,-397738],[-388968,-396915],[-395450,-471735],[-395640,-479800],[-395185,-473499],[-384548,300485],[-384330,301364],[-386263,300413],[-386729,300868],[-386341,299846],[-386315,297987],[-384640,297151],[-386323,317940],[-385492,316590],[-386565,317023],[-385377,315387],[-384989,314610],[-384461,317433],[-386778,318868],[-386342,319513],[-397818,-355262],[-399257,-354367],[-406939,-352796],[-403032,-351506],[-405036,-357378],[-397371,-357902],[-404844,-355864],[-399588,-351916],[-402354,-352280],[-401358,-357192],[-405068,-352169],[-397640,-369081],[-399017,-370530],[-401474,-361385],[-403834,-369150],[-400479,-369838],[-397754,-362957],[-398441,-375796],[-409167,-382617],[-402670,-377302],[-398926,-381249],[-398812,-377357],[-399581,-373179],[-406116,-388196],[-405951,-392733],[-401529,-392934],[-399196,-389061],[-401651,-396447],[-401185,-395962],[-405893,-393122],[-408800,-388081],[-404342,-384038],[-407543,-390418],[-399095,-390529],[-400331,-397378],[-408235,-472533],[-401948,-462805],[-403990,-464746],[-398551,-469140],[-401107,-472254],[-400708,-468625],[-403673,-468628],[-402816,-468781],[-404270,-470809],[-403746,-471096],[-406375,-463518],[-408291,-467747],[-404744,-469350],[-403705,-466012],[-405866,-468760],[-407613,-479497],[-405613,-477965],[-404789,-479371],[-404619,-480352],[-408191,-481705],[-397888,-473684],[-406054,-474044],[-403071,-476670],[-401339,-477306],[-398960,-479373],[-400157,-477602],[-400100,-477382],[-400326,-475492],[-397224,-477284],[-404112,-495792],[-406945,-497249],[-405083,-499322],[-421482,-267377],[-420741,-267321],[-421607,-268472],[-421937,-271667],[-421893,-271063],[-422160,-268852],[-421879,-269348],[-421289,-343587],[-416020,-352439],[-421999,-350610],[-420846,-347101],[-418434,-350719],[-416859,-349784],[-416631,-353926],[-417578,-350231],[-417978,-347458],[-420945,-352479],[-421310,-359174],[-420012,-361179],[-417437,-364153],[-416033,-362819],[-415173,-364029],[-415709,-367178],[-412663,-363908],[-420283,-359295],[-415286,-359210],[-414161,-383410],[-419176,-382196],[-416573,-379142],[-412414,-391986],[-410337,-387501],[-410257,-386580],[-420352,-385335],[-414141,-390706],[-416954,-388730],[-411833,-384476],[-410404,-383978],[-422176,-460449],[-422076,-470654],[-420319,-471928],[-420913,-466323],[-413498,-470672],[-415424,-471123],[-421676,-463226],[-415387,-465421],[-411869,-472748],[-410986,-464957],[-412685,-467458],[-413718,-483906],[-412117,-475814],[-419691,-482458],[-414551,-478892],[-414205,-481667],[-414459,-479129],[-411478,-477034],[-422378,-484388],[-417510,-483974],[-419240,-474677],[-411637,-479912],[-411779,-484896],[-418604,-491199],[-416639,-491274],[-415857,-486374],[-412934,-496587],[-412655,-488414],[-410301,-499500],[-421056,-499621],[-415005,-508081],[-415126,-508170],[-415287,-508889],[-416883,-509362],[-418038,-509437],[-418877,-508829],[-419033,-508729],[-418996,-508993],[-419285,-508816],[-420246,-509766],[-421240,-509176],[-421821,-508814],[-422082,-508727],[-422185,-510322],[-410407,-513761],[-411779,-513000],[-411945,-513751],[-413746,-528809],[-413882,-528720],[-412823,-527262],[-414030,-530103],[-413383,-531298],[-412984,-532189],[-412996,-532627],[-414220,-531626],[-413491,-533159],[-413205,-533614],[-413273,-533861],[-414475,-533542],[-416346,-536753],[-416308,-536992],[-415341,-537241],[-413673,-534551],[-414808,-534316],[-415056,-534411],[-413852,-534948],[-413529,-534829],[-413387,-535397],[-413260,-535531],[-414139,-534981],[-414672,-536167],[-414557,-536311],[-415781,-535877],[-415845,-536374],[-415428,-537183],[-414963,-536706],[-414929,-537140],[-414177,-536411],[-414087,-536609],[-412715,-534866],[-414391,-532833],[-414564,-532774],[-414259,-532133],[-413367,-532427],[-414031,-531372],[-414548,-531381],[-413812,-529442],[-413571,-527972],[-413437,-527181],[-413587,-527041],[-413341,-525771],[-412653,-525003],[-414673,-537871],[-414856,-538054],[-414589,-538642],[-415719,-538669],[-415434,-537621],[-428743,-260306],[-422708,-268097],[-428491,-261931],[-427106,-268384],[-427373,-267393],[-430127,-263575],[-426605,-259631],[-427198,-260232],[-424755,-268335],[-428142,-259027],[-424268,-268033],[-425265,-267902],[-426592,-263604],[-425416,-264259],[-428568,-262079],[-424232,-264389],[-425846,-266286],[-425786,-265410],[-429449,-264028],[-426595,-263493],[-425485,-263208],[-424915,-262850],[-427562,-260114],[-423031,-263580],[-422675,-260663],[-424017,-260766],[-422912,-261553],[-424445,-261989],[-424765,-262251],[-423280,-260517],[-428167,-258328],[-428366,-259657],[-429184,-263754],[-426452,-260551],[-426406,-258282],[-428671,-259331],[-424812,-274546],[-427274,-270263],[-426071,-274464],[-428927,-278015],[-423795,-273826],[-426613,-268931],[-428004,-281275],[-427619,-270073],[-423300,-274487],[-427806,-278593],[-429200,-278096],[-427802,-278598],[-427967,-275325],[-426646,-276877],[-428810,-278396],[-425911,-279129],[-427454,-275136],[-428723,-280775],[-424553,-269934],[-424028,-270154],[-422680,-268622],[-423864,-268687],[-424342,-273106],[-423870,-269570],[-425668,-269387],[-424176,-273201],[-434059,-325972],[-428805,-324554],[-434022,-327515],[-432705,-321904],[-432161,-321071],[-429685,-346631],[-428106,-355414],[-424176,-357400],[-427092,-356824],[-431479,-346896],[-432658,-354242],[-423708,-347962],[-425927,-350854],[-431461,-349162],[-429179,-352679],[-422912,-352705],[-430296,-359355],[-433871,-359248],[-433686,-368314],[-426205,-457640],[-428514,-458390],[-432336,-459149],[-430908,-471970],[-433851,-460635],[-426962,-461400],[-431238,-468126],[-426070,-468061],[-425056,-467594],[-426705,-471740],[-431766,-469955],[-431427,-462643],[-426563,-482037],[-427369,-476095],[-429270,-477813],[-431422,-477918],[-431322,-476454],[-426348,-489745],[-432994,-486921],[-425120,-497234],[-427612,-498212],[-430522,-497635],[-425894,-498537],[-431046,-495131],[-432318,-501091],[-434594,-505480],[-434820,-505880],[-425058,-499326],[-424675,-499323],[-425477,-499003],[-433334,-511680],[-434651,-511270],[-422597,-509521],[-423467,-509721],[-423612,-510761],[-422871,-510500],[-424242,-510567],[-433073,-513725],[-433692,-514082],[-431533,-514156],[-431385,-514085],[-431380,-513311],[-434384,-512205],[-433422,-514041],[-432814,-512531],[-427729,-515159],[-428927,-515097],[-428430,-516923],[-427298,-517580],[-427057,-517855],[-427036,-516259],[-428996,-517369],[-429284,-517558],[-427812,-519623],[-428833,-549221],[-424100,-546725],[-423124,-547130],[-423112,-546910],[-424470,-545714],[-424262,-545574],[-424281,-544656],[-424691,-547656],[-426861,-548794],[-425254,-547323],[-428677,-547990],[-447257,-316234],[-446226,-341728],[-440554,-341784],[-441935,-352494],[-441484,-354444],[-436001,-366413],[-446484,-367851],[-446671,-370206],[-445728,-381514],[-437023,-377477],[-437459,-373573],[-446521,-382147],[-439167,-455872],[-437980,-449852],[-439850,-453854],[-437627,-448452],[-444977,-453432],[-441478,-452156],[-437793,-473344],[-435414,-463949],[-441021,-469754],[-446023,-465576],[-440528,-461458],[-435922,-468155],[-444146,-472071],[-446561,-468141],[-436742,-478270],[-437818,-480392],[-440757,-480913],[-444653,-477863],[-447511,-480327],[-436248,-494670],[-440208,-497956],[-436591,-497643],[-446969,-494061],[-439880,-495809],[-441865,-497216],[-443867,-495042],[-445338,-494861],[-435303,-502275],[-436643,-502290],[-446453,-519940],[-446690,-519596],[-446478,-519267],[-445742,-519634],[-445288,-519126],[-445230,-521126],[-445518,-521274],[-444360,-521644],[-445052,-521772],[-445272,-522155],[-445354,-522302],[-441448,-516531],[-441120,-516777],[-441032,-516605],[-446625,-513000],[-446540,-513349],[-446148,-513785],[-445391,-513848],[-445209,-513774],[-445462,-513101],[-445103,-512277],[-445614,-512410],[-446763,-512261],[-446986,-512807],[-447591,-513327],[-436775,-518467],[-437212,-517747],[-437456,-517403],[-437506,-517635],[-441872,-542695],[-440729,-542190],[-440245,-542631],[-441543,-543296],[-442187,-544068],[-450657,-317938],[-450703,-315446],[-451251,-315069],[-453596,-312927],[-460455,-332044],[-459233,-324343],[-449137,-340671],[-456380,-342489],[-458893,-334226],[-460285,-343681],[-453806,-338210],[-456440,-336354],[-458078,-336463],[-449046,-368388],[-457864,-367086],[-455404,-371576],[-450884,-382978],[-454646,-373037],[-457841,-381054],[-460275,-384919],[-454569,-446201],[-450428,-444519],[-453699,-442354],[-454616,-441826],[-460475,-442504],[-456170,-441720],[-459419,-443041],[-460118,-438177],[-450744,-449217],[-450222,-453553],[-448634,-448957],[-451514,-448352],[-456726,-454744],[-450864,-451893],[-454011,-449955],[-450923,-462688],[-456958,-463804],[-456982,-486032],[-456358,-475413],[-459364,-473858],[-450641,-484650],[-460427,-475165],[-454580,-483628],[-452940,-479358],[-454883,-474884],[-453432,-479069],[-450417,-482484],[-452775,-478192],[-449495,-486943],[-451335,-506529],[-448494,-503004],[-458847,-500903],[-458649,-502609],[-458396,-501942],[-452132,-504928],[-451989,-506741],[-453195,-510622],[-452690,-510215],[-458435,-519710],[-460692,-522523],[-460366,-522409],[-460494,-522176],[-460582,-522952],[-460776,-524519],[-460471,-524470],[-460569,-524079],[-460770,-524062],[-459498,-517701],[-459797,-518515],[-458623,-518351],[-458594,-519613],[-459715,-519279],[-459636,-520440],[-459994,-520929],[-459745,-520785],[-457129,-516654],[-456072,-516142],[-456633,-518719],[-456349,-518366],[-455922,-518119],[-456305,-516167],[-457160,-515900],[-457620,-516451],[-456831,-516731],[-459020,-519183],[-458523,-518696],[-459570,-518758],[-459998,-520514],[-459379,-521260],[-457033,-522017],[-456966,-522387],[-457191,-523120],[-456664,-523144],[-456978,-523514],[-456114,-523944],[-455574,-524104],[-455794,-523774],[-455061,-521917],[-454732,-523398],[-455389,-521577],[-454586,-520932],[-454763,-520341],[-453890,-520138],[-454367,-519774],[-454383,-520057],[-455209,-519825],[-455792,-519772],[-455838,-519965],[-456297,-519323],[-456576,-520043],[-456915,-518869],[-456425,-519857],[-456224,-520091],[-456321,-518638],[-452967,-518559],[-452166,-518969],[-451940,-518722],[-451615,-518356],[-451654,-518183],[-451451,-517896],[-451548,-520223],[-450778,-521104],[-450897,-520276],[-449523,-518127],[-450894,-518402],[-449485,-521685],[-450193,-512979],[-450025,-513147],[-448568,-512049],[-452674,-511938],[-453877,-512694],[-453621,-512354],[-453526,-512530],[-459833,-537321],[-460449,-538546],[-459517,-538404],[-458857,-538635],[-459354,-537659],[-459150,-537490],[-459864,-537490],[-450509,-540357],[-450561,-541083],[-450181,-540384],[-472633,-160653],[-471814,-160328],[-473206,-165677],[-473251,-166321],[-472991,-166530],[-472172,-167030],[-472067,-168211],[-471914,-167428],[-472184,-169073],[-472562,-170947],[-472835,-170321],[-470788,-166640],[-470424,-168507],[-470961,-167404],[-471434,-167445],[-468287,-169091],[-466946,-168371],[-470506,-166812],[-468699,-317060],[-461392,-309630],[-464586,-310316],[-467273,-311729],[-464375,-312173],[-462523,-312581],[-464305,-314008],[-465046,-316003],[-466711,-317553],[-465631,-317859],[-466433,-331190],[-464912,-328700],[-461164,-326964],[-464678,-320805],[-467418,-320072],[-467763,-319851],[-469752,-321138],[-473450,-327386],[-472219,-329892],[-471976,-341279],[-467868,-345047],[-468053,-338322],[-472559,-343922],[-467128,-337628],[-471329,-340284],[-471539,-338260],[-462699,-343749],[-461772,-341281],[-463822,-341138],[-465923,-334677],[-465368,-357145],[-466919,-345988],[-472663,-351152],[-464256,-346121],[-471982,-366670],[-461319,-363101],[-462974,-359523],[-464611,-360271],[-461833,-362945],[-470103,-367908],[-463500,-380306],[-464611,-441033],[-464892,-447622],[-470692,-454928],[-472754,-459166],[-464125,-459616],[-462539,-464551],[-463387,-462664],[-467206,-468802],[-468651,-462654],[-464518,-470356],[-464528,-463802],[-464059,-470995],[-472136,-474077],[-467870,-482821],[-464764,-482580],[-463216,-478214],[-465275,-476657],[-466939,-498308],[-467566,-498801],[-468374,-493226],[-468504,-493806],[-469276,-493595],[-472318,-494961],[-471525,-494235],[-472286,-495126],[-471308,-489566],[-470835,-491752],[-472915,-491544],[-468250,-508107],[-468460,-508774],[-468717,-509545],[-468317,-509445],[-465813,-509899],[-465250,-509563],[-465382,-508609],[-466669,-507617],[-466364,-511090],[-466527,-510961],[-465379,-510332],[-464847,-511249],[-464630,-511402],[-464541,-511288],[-465327,-511537],[-464360,-501397],[-464671,-501807],[-465265,-500968],[-467039,-499013],[-467820,-519009],[-467044,-518466],[-468935,-521161],[-467790,-522009],[-468568,-522902],[-469083,-523049],[-469130,-523300],[-468168,-523425],[-468265,-523144],[-468267,-523682],[-468577,-523461],[-468881,-523204],[-467413,-523616],[-467727,-522778],[-466916,-522101],[-469961,-515941],[-471186,-513358],[-463992,-512280],[-463806,-512220],[-465504,-513207],[-465610,-513578],[-464428,-513411],[-463459,-513814],[-463184,-514306],[-462896,-514415],[-463564,-513353],[-463747,-513317],[-463399,-514375],[-463935,-515510],[-463498,-516510],[-463691,-516719],[-463609,-515792],[-464537,-516971],[-465038,-516785],[-463352,-519244],[-463444,-519380],[-462332,-516632],[-462088,-516876],[-461970,-516806],[-463227,-519401],[-461691,-519748],[-461908,-521645],[-462259,-521866],[-461119,-523504],[-462318,-522521],[-463018,-522271],[-462324,-522833],[-462709,-522729],[-463080,-522852],[-462702,-523150],[-463009,-523149],[-461008,-523326],[-460879,-521259],[-460994,-524292],[-468593,-521826],[-468711,-521188],[-473096,-522939],[-473187,-523059],[-472702,-522518],[-461509,-530734],[-461905,-530449],[-462505,-529980],[-462790,-530070],[-463088,-530739],[-463317,-531000],[-462935,-531430],[-463021,-532195],[-462870,-529912],[-463042,-532777],[-461188,-538322],[-460976,-538558],[-462152,-539156],[-462244,-539848],[-462682,-539551],[-462949,-539456],[-463230,-540178],[-463357,-539728],[-463671,-540295],[-463938,-540588],[-462540,-540976],[-461765,-538824],[-462052,-538957],[-463092,-537817],[-463386,-537680],[-474053,-158773],[-474363,-158486],[-475609,-159538],[-475991,-159105],[-476543,-158309],[-474727,-165861],[-479212,-159154],[-479908,-159150],[-481142,-158044],[-481967,-158107],[-486271,-164782],[-485574,-164331],[-485560,-164122],[-483795,-164515],[-483569,-163492],[-482029,-164478],[-479813,-163799],[-479396,-163348],[-479291,-165429],[-477813,-165842],[-477184,-166162],[-476553,-164795],[-476109,-164188],[-475745,-164230],[-476829,-165977],[-476131,-165213],[-474984,-164572],[-474199,-165314],[-486183,-171712],[-485028,-170725],[-486225,-166941],[-485834,-166254],[-475738,-166897],[-475659,-166799],[-475540,-167287],[-475002,-166644],[-474240,-167326],[-476481,-321879],[-476444,-328960],[-477131,-344298],[-483571,-339641],[-482823,-340048],[-483642,-332759],[-475248,-348452],[-475850,-352934],[-475492,-349557],[-475933,-470990],[-476444,-493958],[-474951,-492613],[-475635,-494547],[-480620,-493650],[-480547,-493529],[-480469,-491550],[-477939,-495900],[-478769,-494154],[-478680,-494722],[-478038,-498110],[-477299,-497492],[-477631,-498974],[-483752,-493411],[-482500,-492123],[-483282,-492563],[-483669,-494318],[-483812,-493550],[-483606,-496018],[-482428,-500211],[-483767,-502181],[-483599,-501255],[-484278,-515863],[-482034,-515897],[-481600,-516043],[-482441,-518148],[-486214,-519280],[-486162,-515905],[-484192,-516544],[-481626,-515906],[-482933,-516493],[-480671,-519199],[-480467,-519777],[-480520,-520379],[-479417,-520077],[-479359,-520951],[-478147,-522307],[-478661,-522702],[-475172,-523016],[-474644,-522966],[-474331,-523448],[-474139,-523606],[-473800,-522924],[-473893,-522690],[-473647,-523774],[-474373,-523209],[-474477,-523093],[-474035,-522731],[-477628,-516780],[-478405,-516909],[-478382,-515518],[-478079,-515474],[-477788,-515364],[-477307,-514976],[-478512,-516358],[-476726,-534039],[-476693,-534652],[-478282,-534946],[-478303,-536416],[-475758,-535847],[-477963,-536696],[-477883,-536779],[-477578,-536596],[-478069,-537014],[-478282,-537288],[-478728,-536938],[-482846,-535214],[-482433,-535237],[-482375,-549988],[-479444,-549922],[-481606,-538172],[-479673,-550520],[-487800,-160886],[-488362,-161064],[-488415,-161243],[-489100,-160032],[-489993,-160620],[-490262,-160363],[-490096,-160293],[-489692,-161562],[-490651,-162624],[-491000,-161800],[-492729,-163575],[-493835,-164549],[-494975,-165441],[-494782,-165054],[-493000,-164995],[-493986,-165689],[-495858,-164662],[-496477,-165847],[-497316,-165689],[-488547,-165776],[-486672,-166528],[-494171,-166306],[-494692,-166775],[-495369,-166599],[-495583,-166825],[-496469,-166865],[-496533,-167211],[-498305,-167138],[-498636,-167070],[-497750,-167915],[-498112,-167974],[-497325,-169371],[-498852,-170700],[-488110,-166412],[-496828,-169562],[-496427,-169334],[-496650,-171067],[-495896,-171641],[-495050,-170472],[-495072,-170313],[-495140,-171981],[-493992,-170412],[-493474,-170205],[-493061,-171663],[-492393,-170312],[-491836,-169767],[-491485,-173408],[-490944,-174738],[-490292,-175772],[-490337,-171444],[-489916,-170874],[-488520,-170416],[-487817,-171120],[-487669,-170883],[-488761,-170440],[-487989,-169411],[-488645,-168981],[-487531,-171544],[-487084,-172026],[-486401,-171617],[-486601,-169373],[-488162,-169103],[-488568,-168891],[-497488,-494338],[-497558,-496220],[-488088,-496962],[-489732,-497911],[-492514,-498422],[-494518,-496419],[-494752,-496065],[-493799,-497392],[-491996,-497126],[-493167,-497102],[-492763,-496435],[-495190,-493907],[-496149,-494848],[-495268,-492733],[-496174,-492530],[-495167,-492588],[-496548,-495379],[-488558,-499052],[-490912,-499317],[-491803,-499449],[-494056,-500064],[-493434,-500920],[-493671,-501604],[-496689,-518358],[-497906,-517011],[-497643,-516714],[-496638,-517824],[-493018,-517209],[-492774,-516887],[-492344,-518281],[-494950,-518557],[-494990,-518745],[-495549,-517933],[-495858,-517820],[-495283,-518643],[-493827,-517855],[-492905,-518411],[-492615,-518281],[-491072,-517867],[-491113,-516525],[-491234,-516279],[-492870,-520142],[-490278,-516653],[-490081,-516093],[-489568,-516218],[-489367,-516076],[-491012,-546175],[-490893,-545543],[-38005,-117438],[-36048,-120888],[-36436,-120986],[-33113,-120601],[-29319,-122616],[-29664,-123981],[-30129,-123841],[-30685,-125884],[-26021,-127008],[-25656,-126403],[-37961,-126641],[-38224,-124915],[-37740,-126186],[-38050,-116469],[-36717,-115240],[-37615,-117029],[-37944,-117191],[-34708,-119589],[-34664,-120539],[-35583,-119538],[-36487,-120324],[-36365,-120584],[-34027,-117064],[-35387,-116606],[-32112,-118097],[-32195,-118239],[-32912,-118781],[-30744,-118361],[-31397,-117761],[-29879,-117526],[-30575,-118031],[-29569,-117800],[-30795,-118699],[-31118,-119159],[-31071,-120225],[-29626,-120218],[-31023,-119390],[-29495,-119497],[-29444,-119114],[-30520,-118879],[-28892,-120035],[-28250,-120304],[-27726,-119529],[-28362,-120009],[-26891,-118710],[-27323,-118623],[-27738,-118005],[-26486,-116105],[-26119,-116698],[-26935,-117291],[-27682,-116006],[-27294,-117339],[-37761,-127545],[-34423,-126624],[-34208,-127252],[-35786,-126882],[-35258,-127091],[-36583,-124757],[-36299,-124716],[-36099,-123721],[-36843,-125626],[-37770,-125094],[-37872,-125932],[-35991,-125854],[-35372,-125606],[-34911,-126374],[-33295,-126279],[-33849,-125299],[-35250,-123003],[-30332,-123203],[-30652,-122560],[-30297,-122208],[-29225,-127799],[-28572,-127063],[-29616,-127588],[-26860,-126233],[-26098,-126918],[-27575,-123224],[-27612,-123351],[-29523,-123954],[-29522,-122678],[-27186,-122990],[-26771,-121611],[-26982,-121825],[-25704,-124795],[-26567,-124801],[-26338,-124192],[-28513,-125128],[-28628,-124662],[-28565,-124884],[-32033,-125107],[-30864,-125264],[-30194,-127559],[-30103,-127702],[-26020,-127753],[-27474,-127510],[-28308,-125216],[-28777,-124474],[-28084,-125211],[-33110,-122923],[-33741,-123397],[-36849,-121996],[-37096,-122160],[-36640,-127309],[-37346,-127756],[-36458,-127004],[-34182,-127551],[-33029,-127254],[-32984,-127584],[-33646,-127624],[-31469,-127449],[-31681,-126688],[-31126,-127584],[-31765,-126235],[-32227,-125214],[-32188,-125434],[-33881,-123560],[-34718,-125422],[-34256,-125540],[-35142,-125340],[-38240,-120514],[-37777,-120989],[-38050,-119213],[-37661,-120386],[-37270,-118642],[-36369,-119326],[-37184,-118341],[-35796,-116371],[-36136,-117183],[-35971,-116753],[-31054,-119682],[-31739,-119663],[-31360,-120413],[-32600,-120123],[-32468,-119811],[-33720,-119126],[-34698,-119576],[-34718,-119171],[-34153,-120292],[-34497,-119301],[-34731,-118271],[-33682,-119017],[-34313,-117565],[-34596,-116930],[-34618,-117448],[-36684,-130423],[-37183,-131315],[-37388,-132210],[-37600,-135051],[-37613,-134929],[-36378,-134787],[-34408,-138169],[-35777,-138159],[-34544,-136629],[-32741,-139177],[-32070,-138883],[-29555,-138400],[-29773,-137664],[-31242,-135050],[-31670,-135374],[-26134,-138940],[-25838,-138624],[-28628,-138897],[-29314,-138810],[-28623,-139129],[-26535,-139917],[-28912,-139809],[-26305,-136435],[-26626,-135647],[-26045,-134821],[-25869,-134068],[-29097,-131294],[-29351,-131525],[-29862,-131391],[-29761,-130675],[-29084,-129432],[-28711,-128554],[-28132,-129177],[-27327,-132298],[-27189,-133135],[-26199,-133077],[-27583,-132600],[-27622,-132720],[-30221,-134052],[-29802,-135667],[-28841,-136296],[-28626,-137014],[-29136,-137872],[-26750,-137280],[-28191,-135399],[-27419,-134820],[-27057,-135329],[-27444,-138200],[-28602,-138064],[-28307,-139516],[-27822,-139769],[-26980,-138843],[-30359,-139838],[-30379,-139533],[-31307,-138992],[-31011,-138479],[-30828,-139514],[-32448,-136252],[-32616,-136204],[-32503,-136818],[-30305,-135725],[-30322,-137213],[-29839,-136783],[-31341,-140195],[-31421,-136260],[-31277,-137292],[-30868,-137529],[-33080,-137473],[-32953,-138884],[-34754,-135193],[-35858,-134507],[-35887,-135813],[-31234,-132205],[-32583,-131255],[-32192,-131645],[-32022,-132234],[-32483,-131159],[-32726,-131086],[-34516,-132039],[-33982,-131469],[-34940,-132394],[-34477,-132351],[-38011,-133762],[-36479,-136865],[-37651,-135679],[-36942,-136473],[-38195,-135414],[-36226,-130556],[-37549,-128001],[-37422,-128136],[-37695,-130319],[-37218,-131178],[-37818,-130209],[-34273,-128882],[-34488,-128942],[-34872,-129169],[-33229,-129516],[-34353,-130410],[-33725,-130711],[-34459,-129873],[-32349,-128142],[-32481,-128492],[-32623,-130061],[-32514,-129578],[-31200,-128345],[-27380,-130152],[-27878,-129037],[-27243,-129506],[-27366,-127975],[-28252,-128718],[-28433,-134045],[-28673,-134636],[-29484,-134931],[-34145,-138243],[-33482,-138854],[-32996,-138572],[-27710,-131075],[-27927,-131508],[-28292,-131807],[-28328,-132314],[-29151,-132083],[-26638,-133300],[-26764,-134175],[-25918,-134728],[-29315,-133370],[-29668,-133096],[-29131,-133730],[-30612,-133570],[-30384,-133491],[-31439,-132577],[-32581,-132955],[-33547,-133303],[-31918,-135054],[-32285,-134980],[-32071,-135480],[-33878,-133582],[-35017,-132864],[-35013,-133753],[-36288,-132866],[-36220,-133341],[-36552,-132709],[-36820,-132576],[-37207,-131907],[-35728,-129492],[-35471,-129136],[-37623,-128394],[-36437,-128386],[-36587,-129421],[-36571,-128413],[-34706,-128041],[-35102,-128322],[-30374,-141174],[-30043,-141306],[-29249,-142253],[-26044,-142353],[-26625,-141286],[-28674,-140877],[-28647,-141166],[-27292,-140984],[-28412,-140790],[-29812,-142698],[-28978,-142930],[-29049,-143903],[-28055,-143865],[-28218,-144022],[-28424,-144633],[-26625,-142814],[-27563,-141915],[-28114,-143119],[-27197,-143940],[-26588,-144441],[-26459,-145304],[-25827,-145548],[-26362,-144822],[-26513,-144533],[-31388,-140899],[-31747,-140609],[-26577,-63590],[-28349,-62310],[-27794,-63491],[-27719,-62709],[-26030,-61396],[-25955,-61600],[-26963,-61661],[-27023,-62272],[-26930,-61517],[-25997,-59867],[-25680,-61177],[-33040,-62795],[-32585,-63299],[-32707,-62989],[-34072,-63411],[-30797,-62105],[-31532,-62338],[-30518,-61572],[-30502,-61517],[-29416,-60950],[-30453,-61652],[-34388,-74834],[-33901,-75094],[-34024,-75406],[-31031,-72212],[-31980,-72934],[-31752,-73468],[-31401,-67214],[-26610,-64077],[-27281,-63834],[-26002,-68334],[-25643,-68624],[-30860,-66745],[-31277,-67869],[-31518,-69680],[-31493,-69516],[-32040,-69409],[-31789,-69984],[-32254,-70013],[-32475,-71232],[-32534,-72624],[-32754,-72037],[-32751,-72968],[-26074,-70365],[-27099,-69587],[-25711,-73705],[-26908,-72843],[-27105,-73360],[-27219,-71434],[-26229,-70556],[-27303,-71155],[-27694,-75345],[-29205,-75964],[-29766,-75263],[-29669,-75388],[-31003,-74808],[-30444,-75864],[-31445,-75158],[-31070,-75797],[-32084,-76033],[-32744,-76430],[-33398,-75768],[-32784,-64502],[-32709,-64782],[-33321,-64128],[-33503,-67811],[-33597,-68084],[-35596,-72045],[-35273,-71931],[-36431,-74749],[-36761,-73864],[-36813,-74434],[-35372,-70392],[-35145,-70380],[-38115,-73492],[-28686,-74459],[-27025,-73188],[-27745,-74121],[-28243,-73682],[-25658,-74263],[-29714,-65447],[-26683,-65054],[-31401,-72090],[-35356,-70181],[-37871,-72396],[-35496,-67757],[-36705,-67093],[-33194,-65300],[-34655,-67133],[-34104,-64935],[-38335,-66823],[-37090,-65008],[-38328,-76072],[-27754,-68566],[-28618,-66854],[-30852,-69829],[-31167,-70439],[-29252,-71963],[-33450,-88243],[-33316,-87748],[-34122,-88640],[-34131,-85741],[-34815,-84853],[-31731,-82940],[-32801,-83700],[-33014,-82297],[-32371,-76792],[-33243,-76705],[-32960,-77927],[-31695,-76729],[-31233,-76667],[-32214,-78667],[-32088,-78416],[-31865,-77619],[-33132,-77469],[-33589,-78468],[-34111,-77936],[-31133,-83150],[-31460,-84266],[-30497,-84042],[-33256,-84244],[-34069,-84713],[-33406,-83850],[-32306,-86828],[-32023,-86540],[-33377,-86201],[-34153,-87144],[-33767,-86291],[-32517,-88093],[-31812,-87782],[-31832,-88741],[-30773,-88191],[-30918,-88518],[-29974,-89175],[-30243,-89371],[-30729,-85818],[-29748,-85857],[-30652,-86623],[-30851,-84881],[-30741,-85151],[-30806,-84256],[-38133,-87673],[-38032,-87041],[-37844,-85408],[-37541,-85883],[-37274,-86220],[-37062,-84829],[-37586,-85039],[-36596,-84032],[-38153,-89089],[-38085,-76687],[-37636,-77374],[-37402,-76673],[-38094,-77492],[-34618,-89401],[-36071,-89901],[-34048,-92702],[-33412,-92767],[-29186,-93408],[-34335,-89894],[-33340,-91493],[-34304,-90427],[-31308,-90220],[-32558,-92168],[-33332,-91615],[-32437,-91946],[-28166,-93115],[-27887,-92238],[-27860,-92012],[-27214,-92272],[-26621,-92442],[-26876,-92836],[-29342,-94649],[-31991,-93158],[-32464,-93224],[-25852,-100747],[-25854,-99987],[-25948,-94600],[-26076,-93927],[-25784,-91333],[-25660,-91302],[-29702,-90019],[-29344,-89590],[-29524,-90351],[-37100,-100722],[-36048,-101848],[-35601,-91847],[-34265,-92214],[-34320,-91610],[-35220,-95235],[-35443,-95037],[-34328,-95530],[-34964,-97054],[-35209,-94661],[-33251,-93888],[-33659,-94524],[-33587,-93110],[-29849,-93109],[-29603,-93181],[-30983,-91223],[-31751,-91717],[-31664,-91351],[-29750,-91235],[-29699,-92348],[-30078,-92667],[-27450,-100387],[-30499,-101530],[-29188,-101113],[-30580,-101368],[-38069,-94154],[-37608,-94480],[-37720,-92486],[-37873,-96558],[-38086,-95892],[-34628,-93038],[-34985,-93721],[-38047,-90057],[-38187,-91324],[-35942,-101476],[-32387,-100489],[-27550,-99513],[-27895,-99018],[-26864,-97826],[-27029,-97974],[-26317,-95682],[-27219,-96839],[-27436,-96163],[-27885,-94176],[-26871,-95102],[-26760,-95838],[-28021,-95454],[-28654,-96317],[-28593,-95719],[-29176,-95053],[-33354,-101474],[-30118,-98598],[-31278,-99517],[-30288,-94147],[-30708,-98376],[-32362,-96262],[-32024,-95886],[-32388,-101040],[-34995,-99963],[-35374,-98318],[-33080,-99354],[-27994,-96735],[-30060,-97886],[-30418,-98237],[-27882,-98411],[-32068,-104102],[-29346,-103347],[-28137,-103422],[-29573,-104063],[-26557,-104931],[-37928,-103565],[-37254,-103528],[-36065,-104113],[-36791,-114613],[-37025,-114766],[-26345,-114403],[-26308,-114325],[-25938,-112617],[-26154,-110497],[-25804,-109520],[-25989,-110574],[-26785,-108139],[-26381,-108858],[-26341,-108487],[-25860,-107152],[-25650,-106668],[-27908,-106441],[-28706,-105822],[-28760,-105134],[-25625,-104905],[-26408,-104997],[-25865,-107896],[-29603,-103453],[-30479,-103306],[-30141,-103206],[-27357,-103275],[-26706,-103246],[-26514,-103565],[-35133,-107676],[-31628,-111044],[-31925,-111336],[-32386,-111979],[-30033,-110905],[-30033,-110126],[-30511,-110126],[-30649,-108318],[-30574,-108147],[-34311,-106923],[-35918,-108176],[-35927,-108540],[-27382,-106147],[-26419,-106947],[-26361,-106103],[-26567,-105947],[-26421,-105544],[-28569,-104223],[-28718,-104019],[-29414,-103721],[-37902,-104894],[-33381,-102439],[-35298,-103121],[-31718,-109366],[-34054,-110693],[-32301,-107879],[-506855,-154976],[-507657,-155433],[-507624,-154670],[-508148,-155349],[-508530,-157918],[-509175,-157523],[-499340,-167407],[-499708,-167054],[-499510,-170578],[-499962,-170197],[-501894,-475024],[-499821,-518499],[-506407,-523002],[-505670,-522615],[-506134,-524476],[-506661,-522798],[-501228,-516443],[-501487,-517962],[-509778,-530222],[-510885,-530990],[-509550,-531037],[-508608,-530807],[-508093,-530513],[-508893,-529214],[-509163,-529281],[-509288,-529423],[-509101,-529641],[-507827,-529175],[-508663,-528606],[-508604,-528216],[-501806,-542706],[-501825,-542424],[-503004,-543223],[-513818,-177727],[-513221,-176636],[-513707,-177327],[-514411,-176416],[-522822,-226148],[-523347,-230416],[-523946,-230611],[-523157,-232249],[-521532,-231126],[-524533,-235024],[-523661,-265447],[-522846,-265742],[-523608,-265517],[-522477,-264052],[-520115,-270670],[-520115,-270258],[-520611,-269938],[-520547,-269935],[-521157,-270567],[-519414,-492544],[-520591,-491824],[-520533,-491529],[-519764,-493064],[-518239,-492349],[-518298,-490733],[-516565,-489983],[-516840,-490193],[-517204,-489696],[-516824,-491149],[-516482,-490704],[-518807,-488811],[-517743,-488194],[-523815,-516038],[-523575,-517785],[-522840,-518109],[-522492,-518066],[-522972,-516210],[-522583,-516110],[-522863,-515965],[-521676,-515878],[-524095,-515689],[-524549,-514747],[-524699,-514642],[-524412,-515069],[-523943,-518066],[-524013,-516626],[-522563,-516245],[-522466,-517231],[-523179,-515449],[-523751,-515189],[-523575,-518109],[-537292,-244153],[-536079,-263999],[-536499,-261753],[-532677,-278585],[-535790,-278692],[-536038,-277951],[-537156,-278683],[-536488,-277826],[-529875,-485754],[-525938,-475126],[-527298,-487281],[-526809,-488703],[-526103,-490343],[-528364,-486373],[-527778,-486487],[-525101,-491657],[-525035,-491142],[-527400,-486691],[-527233,-488952],[-526948,-489616],[-527202,-489818],[-527388,-488372],[-527133,-487523],[-526471,-488344],[-529073,-489996],[-529842,-487700],[-528466,-486862],[-529987,-486378],[-530331,-487873],[-524810,-516875],[-525131,-516035],[-525150,-516534],[-525952,-518276],[-525044,-518398],[-542219,-214668],[-546814,-216719],[-540934,-213447],[-542201,-214808],[-541236,-213849],[-543648,-216610],[-547308,-210600],[-542201,-208561],[-541161,-208906],[-549600,-225143],[-548073,-224300],[-543568,-217726],[-545176,-217515],[-540999,-217903],[-543945,-223261],[-547961,-224465],[-545594,-265515],[-540856,-273002],[-540549,-497182],[-540253,-497285],[-541514,-498481],[-541624,-498400],[-538239,-499105],[-561746,-211080],[-561958,-211353],[-561621,-211426],[-551223,-213834],[-555098,-209386],[-562099,-209118],[-555463,-209839],[-552708,-220955],[-553477,-225303],[-550974,-223317],[-557518,-229590],[-560502,-230065],[-555888,-224383],[-554588,-225946],[-562054,-241319],[-562526,-253199],[-562265,-243796],[-558267,-262700],[-556084,-267638],[-557944,-263019],[-558037,-260051],[-556790,-264095],[-556784,-267117],[-556153,-268590],[-562391,-261833],[-561403,-280263],[-558325,-271472],[-558309,-272892],[-559305,-283475],[-559909,-287717],[-561568,-534029],[-561331,-534595],[-560195,-534115],[-559661,-532956],[-560975,-533705],[-560564,-535267],[-560700,-535641],[-561792,-537128],[-561990,-537355],[-562327,-536993],[-558177,-528319],[-558366,-528137],[-560783,-530093],[-561880,-529167],[-560920,-530847],[-561251,-531734],[-554403,-540711],[-554008,-540918],[-553211,-541373],[-553060,-541763],[-552975,-541523],[-552533,-541647],[-552078,-542006],[-552334,-541373],[-550605,-539105],[-550837,-538695],[-555541,-538032],[-555067,-538320],[-556698,-538208],[-561495,-537541],[-561395,-537981],[-554355,-540295],[-566003,-210010],[-569732,-215427],[-569798,-216658],[-575063,-215767],[-570303,-205577],[-567786,-211621],[-573571,-212201],[-573110,-215834],[-572400,-216257],[-571602,-216663],[-564842,-209935],[-571712,-215278],[-565155,-210396],[-568852,-211346],[-568527,-211474],[-564521,-224105],[-571502,-234312],[-571186,-234784],[-566311,-233033],[-569918,-249518],[-563407,-252720],[-569306,-265323],[-564641,-267834],[-569048,-263295],[-565405,-267417],[-564900,-264434],[-565147,-263864],[-571772,-266713],[-575042,-268197],[-566537,-261033],[-570040,-262890],[-570398,-264183],[-563098,-266931],[-567253,-259701],[-567967,-258237],[-569708,-263286],[-572939,-269020],[-575951,-279461],[-567643,-275961],[-573625,-277141],[-574321,-276800],[-573403,-277520],[-570360,-269620],[-568335,-271032],[-563274,-270338],[-575394,-277116],[-575242,-279033],[-575386,-277570],[-575660,-290171],[-569135,-282285],[-568705,-282233],[-574945,-283442],[-564028,-286684],[-564133,-285914],[-564609,-288241],[-569996,-282348],[-563598,-287652],[-564864,-282270],[-565783,-283020],[-566370,-282619],[-566336,-283326],[-569199,-283810],[-569368,-283987],[-576891,-203380],[-579403,-210104],[-577642,-210954],[-583677,-225877],[-582227,-227625],[-579498,-232094],[-579225,-232422],[-580808,-268236],[-581403,-268444],[-580058,-268449],[-576019,-264525],[-586004,-281147],[-586415,-276183],[-584167,-279177],[-580345,-281211],[-580292,-281218],[-588156,-277091],[-587537,-281173],[-585439,-280688],[-580340,-279012],[-580084,-278588],[-577563,-273392],[-580985,-277805],[-579627,-277993],[-587171,-281525],[-584245,-282034],[-577864,-283476],[-576308,-290026],[-576634,-290048],[-576472,-290728],[-579095,-290160],[-578492,-289258],[-576658,-289537],[-584930,-313561],[-584578,-314188],[-584472,-314004],[-584516,-313950],[-584699,-314045],[-585350,-314444],[-585369,-314797],[-585112,-314755],[-585561,-314811],[-584828,-313816],[-40390,-115639],[-39861,-119094],[-39598,-120052],[-39735,-125662],[-39552,-125475],[-39691,-125537],[-39373,-125044],[-39039,-124033],[-38768,-124457],[-38693,-125717],[-38457,-126554],[-39160,-126093],[-41570,-121742],[-40534,-122260],[-41399,-120661],[-41801,-120001],[-41526,-120077],[-44267,-118319],[-43501,-118584],[-43875,-118651],[-44181,-115920],[-43807,-116497],[-42537,-116748],[-43100,-116489],[-42440,-116211],[-42617,-115045],[-40681,-119238],[-39124,-118923],[-39724,-117944],[-39595,-118636],[-42053,-116617],[-42036,-115481],[-41408,-116418],[-40443,-118923],[-41896,-118460],[-41876,-118638],[-38465,-121084],[-39717,-120745],[-39769,-127316],[-39480,-126663],[-38916,-122630],[-39293,-121884],[-39460,-121767],[-43401,-126975],[-45792,-125702],[-43155,-126763],[-42655,-126660],[-42962,-126372],[-45520,-127249],[-44364,-126777],[-45165,-126206],[-46713,-127499],[-44005,-127101],[-43123,-127116],[-41654,-127713],[-42455,-125777],[-41881,-125775],[-43411,-125928],[-44323,-125625],[-44261,-125364],[-44193,-124637],[-47109,-123541],[-45934,-123005],[-46753,-123261],[-47841,-121751],[-47670,-121837],[-48179,-120931],[-49080,-123981],[-49085,-123406],[-49893,-125040],[-50268,-126218],[-50469,-126318],[-51092,-124526],[-49560,-124781],[-50123,-121297],[-50010,-121582],[-50516,-121180],[-50790,-121496],[-49930,-120367],[-49259,-121059],[-50878,-126427],[-50970,-125947],[-50132,-115019],[-49527,-117132],[-50098,-120030],[-50251,-115829],[-50113,-116090],[-50168,-116215],[-49090,-119022],[-50220,-118549],[-48007,-119779],[-47666,-119353],[-47240,-120716],[-47724,-121325],[-46882,-120311],[-46740,-122096],[-46771,-122649],[-46183,-121464],[-46320,-124411],[-45242,-123946],[-46338,-123865],[-47286,-124025],[-50290,-124781],[-50513,-124719],[-50293,-124032],[-48338,-125885],[-49213,-126599],[-48563,-126421],[-48084,-126929],[-48350,-127395],[-48219,-127561],[-47176,-125396],[-47899,-125141],[-47112,-124787],[-47151,-126341],[-46535,-126023],[-46459,-125763],[-50777,-123490],[-49635,-123258],[-49941,-123239],[-43232,-123994],[-43345,-123139],[-42342,-123339],[-49114,-115134],[-49046,-116858],[-42306,-121129],[-41939,-120603],[-42295,-120244],[-45658,-119611],[-46019,-119713],[-45747,-119813],[-46020,-115242],[-46272,-116094],[-46870,-115161],[-46941,-116452],[-48376,-117719],[-47639,-117978],[-47433,-116874],[-38591,-115392],[-38848,-116054],[-39239,-115886],[-39700,-115005],[-39415,-117167],[-40066,-116463],[-39895,-117283],[-38843,-128844],[-38933,-128106],[-39809,-129295],[-38510,-131700],[-39331,-131203],[-39792,-131027],[-39627,-129767],[-39343,-130240],[-40679,-132207],[-41667,-133027],[-40400,-134497],[-40642,-134066],[-40693,-133659],[-38422,-135280],[-39202,-132366],[-38482,-132620],[-38811,-132622],[-38643,-134546],[-39341,-133991],[-41797,-130979],[-42051,-132333],[-41391,-132435],[-40687,-131201],[-41204,-129930],[-41177,-130126],[-40029,-127824],[-45858,-129127],[-44305,-129151],[-44640,-128458],[-46661,-128103],[-47127,-128780],[-44353,-127962],[-41939,-128444],[-49518,-128463],[-50803,-128358],[-50239,-128018],[-47742,-128122],[-48548,-129188],[-48925,-128740],[-48148,-130470],[-48509,-130455],[-47574,-131285],[-48998,-132407],[-48688,-132546],[-50190,-133486],[-49483,-132909],[-50936,-129915],[-51196,-129434],[-50578,-128779],[-50164,-131174],[-49371,-130750],[-50649,-130349],[-49090,-132551],[-50041,-131344],[-49169,-132154],[-50586,-134725],[-47538,-130295],[-47986,-129923],[-46656,-129012],[-48037,-132688],[-46839,-133088],[-47991,-133199],[-48783,-134924],[-49209,-133460],[-48689,-133487],[-42581,-128118],[-42688,-128364],[-42369,-128797],[-42229,-158993],[-42328,-158111],[-41713,-157872],[-41174,-161438],[-41627,-161527],[-41854,-160296],[-43491,-160873],[-43369,-160668],[-43303,-160790],[-45168,-160760],[-44793,-161521],[-44159,-161722],[-46486,-161089],[-46238,-160776],[-47000,-159729],[-46778,-162125],[-46896,-162144],[-47183,-161696],[-48043,-164081],[-48517,-164431],[-48879,-162834],[-49071,-163141],[-48842,-162693],[-50112,-161581],[-50088,-162856],[-49901,-162766],[-50918,-157252],[-49534,-156711],[-51146,-159059],[-51045,-158653],[-49825,-158374],[-50737,-159014],[-42991,-63484],[-44633,-63507],[-51191,-71768],[-50291,-71575],[-48964,-71202],[-48812,-70344],[-49328,-70459],[-48082,-69577],[-48849,-69637],[-48305,-69316],[-45569,-68903],[-44613,-68862],[-43698,-70637],[-41149,-66614],[-41311,-66400],[-41505,-65311],[-39094,-64221],[-39384,-69113],[-39729,-69215],[-40992,-71002],[-40386,-70613],[-39444,-70075],[-39848,-70329],[-48865,-72868],[-47190,-73104],[-47924,-71890],[-49325,-72240],[-49164,-73619],[-47745,-73368],[-46850,-74116],[-43627,-71078],[-38570,-72986],[-41776,-64018],[-43059,-64086],[-43440,-64457],[-44505,-64011],[-46472,-65430],[-45227,-65249],[-45782,-64329],[-39120,-72847],[-40183,-67228],[-41965,-68997],[-42573,-67444],[-40222,-69521],[-46968,-70745],[-45728,-71080],[-49122,-74063],[-47490,-74370],[-45259,-76454],[-46188,-73171],[-42595,-75046],[-45852,-73503],[-41165,-72177],[-45693,-89330],[-44680,-88320],[-44557,-88341],[-43492,-88754],[-42401,-87624],[-42922,-89004],[-48834,-87589],[-48728,-88327],[-46031,-85886],[-45663,-86394],[-45878,-86177],[-44169,-86278],[-46890,-87652],[-47393,-86597],[-47824,-87318],[-50912,-78458],[-51139,-78639],[-50356,-80596],[-49897,-81062],[-50541,-80910],[-49278,-82053],[-50425,-82682],[-50396,-82609],[-38940,-77575],[-40067,-78035],[-48754,-78348],[-49573,-77895],[-48712,-78085],[-44567,-78446],[-45352,-79533],[-39049,-83797],[-39478,-83466],[-40001,-80718],[-39827,-80874],[-40452,-83250],[-41478,-84577],[-40818,-84469],[-40385,-83295],[-41279,-82078],[-41943,-83151],[-45183,-85327],[-45802,-85887],[-48905,-81363],[-48602,-80238],[-50365,-79391],[-50871,-78713],[-50098,-80014],[-50891,-80593],[-51165,-81187],[-42799,-81233],[-43768,-81521],[-39953,-80412],[-39477,-80006],[-39624,-79436],[-39765,-82637],[-39477,-82652],[-39352,-81719],[-43038,-83579],[-45259,-81115],[-44373,-81633],[-44106,-80574],[-46650,-80841],[-46613,-80044],[-45716,-80142],[-48137,-81644],[-46968,-80808],[-47818,-80839],[-44794,-85652],[-43964,-85307],[-44045,-84854],[-43326,-85526],[-47872,-85743],[-41889,-84640],[-41940,-85171],[-42224,-84649],[-48974,-77796],[-50038,-86064],[-48872,-86798],[-46695,-84745],[-45078,-83657],[-45431,-83875],[-46225,-78562],[-44706,-78987],[-41600,-77212],[-42245,-78741],[-41764,-77904],[-44378,-81127],[-38620,-88448],[-38970,-88528],[-41458,-87212],[-40979,-89041],[-44471,-101551],[-44151,-101598],[-45404,-100787],[-46392,-99083],[-47429,-98813],[-48533,-99045],[-49030,-100974],[-51030,-95909],[-49855,-97542],[-50071,-97590],[-50256,-96974],[-45346,-96208],[-44652,-96715],[-43131,-98324],[-48216,-95774],[-48259,-94534],[-48593,-95727],[-50511,-93169],[-50289,-93661],[-51067,-93678],[-49669,-89552],[-50686,-89486],[-50247,-90078],[-48580,-92503],[-49253,-91103],[-50600,-92705],[-49420,-91714],[-48717,-93812],[-48432,-93933],[-48326,-93586],[-49921,-94100],[-50189,-93559],[-49874,-93674],[-48886,-94151],[-48661,-93843],[-49889,-94188],[-47420,-94682],[-47306,-95144],[-46338,-95507],[-45458,-95968],[-45859,-95551],[-46512,-95661],[-46524,-96745],[-46521,-96265],[-46031,-96580],[-44937,-96549],[-45473,-97004],[-45053,-96386],[-43871,-97266],[-44296,-97822],[-43831,-96114],[-44676,-95656],[-44458,-95001],[-44554,-94931],[-45137,-94633],[-47975,-90342],[-47610,-90767],[-48128,-90666],[-48861,-92115],[-49214,-91213],[-48365,-91777],[-45159,-89435],[-39232,-93617],[-39004,-92575],[-39148,-94168],[-38431,-94169],[-38634,-92756],[-38534,-92541],[-39433,-96849],[-39512,-97028],[-40938,-97585],[-41222,-97499],[-41322,-97369],[-39919,-97638],[-39866,-97943],[-39715,-98024],[-43307,-97736],[-42602,-97588],[-41878,-97295],[-39125,-95170],[-47390,-90490],[-43353,-100660],[-43059,-100928],[-43058,-100021],[-45311,-100392],[-45096,-100660],[-43868,-100746],[-46292,-100031],[-40287,-90933],[-43867,-90099],[-42456,-91997],[-43353,-91667],[-39453,-96742],[-41310,-95460],[-40183,-96118],[-44694,-91909],[-45255,-94469],[-44391,-94720],[-49124,-101042],[-51148,-102089],[-43982,-111480],[-43407,-111156],[-42987,-110393],[-43045,-110765],[-40076,-107470],[-39004,-113868],[-39265,-113946],[-49946,-110352],[-49561,-110065],[-47105,-110061],[-47517,-114626],[-50405,-110396],[-44935,-110085],[-44330,-110138],[-45736,-108849],[-45985,-110855],[-46602,-111100],[-46137,-111658],[-46314,-112617],[-45911,-113494],[-50870,-107022],[-48647,-107571],[-50073,-106614],[-49631,-106162],[-48830,-106918],[-49557,-105420],[-46125,-106968],[-45945,-107101],[-47318,-107349],[-48493,-102986],[-45332,-102851],[-45119,-102599],[-44326,-104051],[-43227,-104687],[-42997,-103674],[-43463,-103161],[-42463,-103314],[-43307,-102298],[-43482,-103033],[-43200,-102953],[-42796,-104518],[-41797,-105743],[-41897,-105858],[-39319,-114335],[-50462,-105343],[-48688,-105386],[-46429,-106036],[-46632,-105492],[-46712,-111233],[-48085,-111641],[-49166,-113628],[-49436,-114149],[-50023,-114734],[-42332,-114044],[-42431,-114864],[-42714,-114872],[-39126,-109525],[-42316,-110464],[-42886,-111325],[-38427,-107708],[-38880,-106155],[-46927,86181],[-50580,80398],[-43608,86514],[-45921,84513],[-50356,79451],[-52001,-123787],[-52059,-119854],[-52139,-120195],[-53276,-121328],[-53101,-121013],[-52535,-121540],[-53403,-122759],[-53928,-122082],[-52686,-122205],[-55792,-123073],[-55098,-122695],[-54558,-122958],[-54166,-125056],[-54583,-124492],[-53400,-125305],[-54031,-124321],[-53394,-124061],[-53543,-123507],[-51971,-125430],[-52762,-125151],[-52604,-126402],[-53621,-126941],[-54224,-127563],[-53082,-126652],[-51424,-126950],[-56240,-127383],[-56042,-127380],[-54870,-126424],[-55316,-126965],[-55085,-127275],[-57413,-123015],[-58601,-123221],[-57774,-123966],[-57549,-124267],[-57490,-124006],[-57122,-125281],[-55866,-123194],[-56396,-123502],[-57053,-123836],[-61087,-127157],[-61150,-126831],[-61122,-124038],[-60270,-123873],[-60567,-123800],[-59845,-127321],[-58580,-125755],[-58412,-125848],[-59135,-127091],[-56769,-126310],[-56777,-127199],[-58054,-126977],[-58153,-124287],[-58221,-123780],[-58254,-125054],[-59653,-123454],[-59287,-123797],[-59647,-123627],[-60026,-121723],[-58824,-122079],[-56594,-120708],[-58109,-121676],[-57690,-123109],[-57459,-123068],[-57558,-122786],[-58399,-119668],[-57649,-120393],[-57931,-119576],[-56342,-118066],[-56014,-117136],[-55292,-117418],[-54718,-116058],[-54700,-116223],[-53835,-119291],[-54186,-119497],[-54519,-119324],[-57002,-118737],[-56502,-118382],[-56036,-118498],[-58825,-118344],[-58974,-117880],[-58440,-117677],[-56478,-115100],[-55670,-116313],[-53135,-116100],[-54642,-118324],[-52913,-117281],[-51789,-119243],[-51315,-118129],[-51493,-116691],[-54616,-115702],[-55270,-115929],[-51446,-115126],[-58338,-121801],[-59047,-121273],[-58240,-121306],[-60898,-124581],[-60122,-125398],[-60438,-124440],[-60218,-121881],[-60205,-122490],[-61346,-122286],[-52634,-128773],[-52688,-128388],[-52004,-131052],[-52527,-132083],[-52583,-132284],[-52086,-129759],[-52514,-129163],[-51857,-129049],[-53963,-130380],[-51657,-133358],[-51407,-132718],[-52067,-132747],[-51270,-134109],[-51724,-133802],[-53245,-134284],[-52995,-134142],[-53691,-133844],[-55195,-135649],[-55590,-135032],[-56165,-135758],[-55626,-136334],[-58022,-135796],[-56918,-137084],[-57703,-136211],[-57515,-133749],[-57742,-134499],[-56937,-133915],[-55263,-133105],[-54243,-133634],[-55766,-133197],[-54440,-130742],[-54895,-130891],[-53895,-131988],[-56076,-131058],[-57189,-131514],[-57114,-131399],[-55870,-130247],[-55791,-129852],[-56041,-130151],[-56427,-128239],[-56268,-128134],[-55850,-128359],[-58337,-129023],[-57612,-129868],[-57207,-129604],[-58525,-130231],[-58103,-130739],[-60712,-130441],[-60950,-130913],[-60713,-130319],[-59116,-133017],[-58452,-134085],[-58197,-134189],[-59047,-134264],[-57362,-131171],[-57393,-131422],[-59415,-127826],[-59281,-128107],[-56941,-147011],[-56847,-146261],[-55696,-147572],[-52306,-162280],[-51295,-161984],[-52798,-162746],[-54755,-163659],[-55378,-164011],[-54538,-163580],[-52703,-158528],[-51665,-158463],[-52272,-159377],[-58762,-75434],[-58641,-73998],[-58793,-74131],[-58973,-72766],[-59073,-73054],[-58023,-72881],[-58520,-71768],[-59360,-71996],[-57008,-71508],[-57722,-71653],[-57518,-72868],[-54219,-71710],[-54054,-71052],[-55770,-72280],[-55460,-71355],[-55471,-71614],[-55696,-71156],[-52913,-71750],[-51769,-71870],[-53065,-71894],[-51276,-76274],[-53509,-76350],[-54357,-76255],[-52195,-72801],[-53186,-75989],[-55136,-72117],[-54686,-73475],[-55662,-75022],[-57595,-76000],[-55266,-75811],[-55264,-76542],[-56188,-89333],[-54342,-89197],[-54818,-88721],[-51212,-87120],[-54983,-86275],[-54786,-85645],[-53378,-86492],[-53656,-85411],[-52879,-86630],[-55177,-83193],[-52194,-84305],[-56194,-84331],[-55325,-84165],[-54608,-83714],[-55076,-84636],[-56476,-84502],[-56538,-85477],[-56426,-85582],[-58755,-84448],[-58068,-85145],[-57944,-84504],[-57028,-84729],[-56580,-83999],[-60070,-82769],[-62395,-83621],[-61761,-82977],[-61753,-83366],[-60942,-81769],[-61516,-81076],[-60198,-79653],[-59711,-79848],[-59564,-79035],[-59685,-80453],[-59383,-79722],[-59790,-82059],[-59463,-81933],[-59357,-78618],[-59210,-76992],[-58492,-76720],[-54847,-78281],[-55118,-80024],[-54784,-79695],[-54554,-79664],[-51295,-79661],[-51694,-78583],[-51924,-78656],[-52002,-76914],[-53066,-76748],[-54153,-77553],[-52373,-79955],[-53176,-79234],[-52006,-78490],[-51321,-76957],[-53030,-78494],[-53999,-77812],[-52703,-78287],[-57045,-89201],[-57801,-88338],[-57814,-89348],[-58012,-76661],[-58011,-78923],[-57235,-80464],[-56771,-80343],[-59135,-81762],[-54672,-82553],[-54295,-80986],[-54905,-81231],[-51739,-83874],[-53284,-100668],[-52545,-100267],[-52580,-98694],[-53026,-99235],[-52709,-99077],[-53524,-100715],[-54552,-99984],[-53569,-100593],[-54751,-99385],[-54248,-98380],[-53279,-97907],[-52904,-97426],[-53231,-98111],[-54675,-98104],[-56126,-98324],[-55045,-98362],[-56258,-98838],[-55609,-100435],[-55168,-100618],[-55561,-101027],[-57509,-99090],[-57776,-98916],[-57647,-98961],[-58107,-96696],[-58345,-97650],[-58500,-97867],[-54545,-93707],[-53302,-93649],[-53682,-94159],[-55266,-94526],[-54718,-94220],[-54827,-94435],[-55609,-93283],[-56205,-93234],[-56021,-93370],[-56573,-92860],[-57472,-93076],[-57261,-91900],[-58528,-92160],[-57415,-91459],[-58744,-91421],[-51797,-95286],[-55000,-90288],[-54704,-89634],[-54332,-90614],[-51862,-92893],[-56742,-96936],[-56628,-97398],[-56176,-98423],[-57280,-101344],[-56950,-100782],[-57579,-101733],[-52988,-101979],[-56072,-114932],[-52535,-112454],[-54450,-113991],[-53834,-113553],[-53514,-112636],[-55023,-114695],[-51479,-110289],[-52037,-107219],[-53402,-106489],[-53086,-107072],[-54348,-106289],[-54624,-105037],[-55852,-103052],[-55845,-102510],[-56015,-103293],[-52994,-102772],[-53842,-102580],[-54125,-102941],[-56763,-104327],[-56878,-103294],[-56332,-105276],[-55772,-104817],[-56126,-104975],[-51521,-106966],[-53494,-106491],[-60017,86404],[-58467,86456],[-58540,86513],[-60270,87345],[-56762,84399],[-57509,84655],[-57743,86364],[-60048,87271],[-92744,-139609],[-92804,-138984],[-92409,-139154],[-93328,-138081],[-93487,-138428],[-93150,-138221],[-91272,-135923],[-91042,-136241],[-91306,-136351],[-92022,-134106],[-92011,-134856],[-91540,-134883],[-90647,-132423],[-90455,-132412],[-90163,-132603],[-91339,-130744],[-91617,-131409],[-91761,-131121],[-95251,-147467],[-95912,-146657],[-95335,-147503],[-93870,-145619],[-93916,-145481],[-93816,-145341],[-93929,-147921],[-93193,-147844],[-93551,-148873],[-93652,-148680],[-93744,-148209],[-94166,-149631],[-94167,-149518],[-94194,-149410],[-95871,-149698],[-95574,-149240],[-95569,-149284],[-96174,-151215],[-96145,-151669],[-95411,-150787],[-94499,-151099],[-94890,-151451],[-94327,-151386],[-94568,-142331],[-94742,-142589],[-93834,-140996],[-93086,-141743],[-92557,-141040],[-92983,-141567],[-93274,-143315],[-93483,-143023],[4389,-126091],[5255,-121431],[602,-116301],[4619,-126884],[4451,-126181],[5000,-127279],[4394,-125920],[9684,-122274],[9820,-122208],[9534,-122406],[9239,-122896],[948,-123067],[1771,-124153],[1749,-123850],[7788,-115004],[6735,-116560],[3420,-115432],[1238,-115838],[1263,-116586],[5726,-120190],[6928,-119224],[12455,-125146],[12002,-124601],[12156,-124393],[12203,-121052],[10446,-127093],[6574,-125552],[7867,-124820],[4917,-125674],[3872,-121264],[2449,-122794],[3435,-120000],[3473,-117390],[3234,-118130],[10342,-139895],[9073,-137455],[10300,-135234],[9516,-136353],[9952,-135829],[11205,-134009],[11358,-134309],[10382,-133919],[395,-131345],[252,-132406],[265,-131927],[1619,-133361],[2441,-130146],[3794,-130194],[2995,-130610],[4628,-129475],[3911,-130295],[5500,-130658],[5782,-130678],[5613,-129730],[1406,-131343],[1869,-131834],[2006,-132678],[1160,-132872],[12748,-132979],[7465,-132347],[3129,-129953],[3026,-128991],[3468,-128828],[9924,-137007],[10275,-138165],[6546,-140453],[6527,-139191],[7989,-137512],[8288,-138776],[8286,-138501],[8225,-135673],[8599,-135590],[8015,-135814],[10329,-132495],[9543,-132217],[9281,-133128],[8090,-132726],[8686,-132199],[8588,-133042],[2168,-134345],[1615,-135858],[2904,-135852],[3043,-131060],[2519,-134256],[2601,-131443],[11428,-135663],[12515,-137098],[8217,-128339],[10660,-127918],[1658,-151242],[544,-151190],[4258,-149696],[5333,-149370],[4743,-149368],[5091,-145724],[4679,-145822],[1863,-149403],[9810,-141359],[10640,-140662],[10227,-140717],[10732,-142818],[10668,-142199],[10450,-142027],[9446,-143351],[8457,-144778],[8380,-144102],[7835,-145304],[7948,-144814],[7067,-145060],[8737,-142611],[8914,-143186],[8569,-142918],[6734,-144369],[5313,-144194],[5170,-143967],[5730,-145111],[6686,-146436],[7403,-146365],[7026,-146254],[6227,-147623],[6550,-147818],[4707,-148672],[4696,-147387],[5051,-147735],[2733,-146006],[3719,-145730],[750,-145571],[147,-145292],[713,-146072],[936,-147930],[3684,-151117],[3817,-150034],[3156,-149691],[2840,-150271],[2947,-150160],[1935,-150761],[212,-150124],[418,-151071],[762,-149809],[580,-148537],[423,-149456],[2108,-148432],[1681,-147919],[2206,-148763],[7682,-144331],[7564,-144121],[7220,-143962],[2237,-146545],[2171,-146847],[1398,-147019],[1092,-145723],[654,-146582],[12720,-143333],[12311,-143558],[12615,-144224],[9556,-148272],[11421,-148834],[11463,-147863],[10845,-147916],[12702,-141662],[11774,-145133],[12181,-146824],[12610,-147116],[9475,-149303],[9577,-148858],[9341,-148109],[7625,-149115],[7815,-149198],[7023,-149294],[414,-144064],[78,-142361],[2089,-143066],[1474,-144070],[2350,-143284],[2722,-144492],[2729,-145022],[2641,-145114],[7269,-142334],[8271,-142235],[7682,-141714],[7349,-141496],[7109,-140886],[7344,-140719],[11298,-153504],[11953,-153575],[11964,-155396],[11859,-154907],[10579,-156027],[12278,-156881],[11065,-50738],[11206,-50745],[10780,-50741],[11645,-49893],[4807,-60014],[5799,-61636],[4065,-60845],[3925,-63113],[2014,-62887],[2992,-63760],[1023,-73687],[851,-73784],[17,-74830],[483,-74757],[974,-75830],[1408,-75436],[1515,-75559],[10572,-72892],[10302,-71930],[8678,-64717],[7813,-64845],[10796,-66381],[10647,-67708],[10509,-67674],[2650,-76508],[2042,-75327],[1760,-74440],[11422,-70451],[11940,-69593],[8887,-65140],[8467,-65135],[10054,-67394],[1029,-63958],[7307,-73897],[10645,-69223],[10447,-72645],[10934,-70530],[11066,-70626],[8406,-73895],[9378,-76024],[7760,-74501],[9059,-75598],[8178,-72186],[9950,-72399],[9135,-72181],[11415,-74220],[9369,-75770],[10925,-75826],[8327,-76194],[10094,-70330],[7649,-69855],[7487,-71979],[5651,-67527],[8386,-66899],[7697,-69485],[4990,-68982],[4572,-68909],[4172,-70754],[778,-68458],[1651,-68862],[1336,-67942],[3529,-70802],[3049,-69864],[3159,-72857],[6226,-73793],[12462,-74722],[11481,-72219],[12492,-75782],[12021,-72224],[12759,-71963],[2935,-86484],[4356,-86249],[149,-82486],[233,-81949],[805,-80404],[451,-80001],[3770,-78918],[12131,-77110],[10781,-87185],[10999,-87304],[9995,-86484],[10281,-85832],[7179,-84142],[8435,-84545],[8994,-85732],[9800,-85677],[8937,-85512],[6317,-83290],[6408,-83052],[4707,-82184],[1817,-78713],[7338,-83575],[2028,-77542],[1486,-77711],[430,-77229],[402,-77382],[2647,-78134],[757,-81611],[1614,-81438],[618,-80791],[2532,-82081],[3848,-83393],[4913,-84336],[4460,-85723],[5197,-85838],[5754,-84965],[4229,-86101],[6087,-87423],[5870,-87185],[7474,-86512],[6044,-86869],[9930,-88638],[9705,-88531],[9587,-88559],[9445,-88372],[7088,-86802],[7321,-87058],[7221,-86861],[3762,-80970],[2978,-80599],[3467,-80767],[3784,-80849],[5700,-80806],[8523,-83669],[8004,-82805],[4286,-86265],[3080,-83841],[822,-83666],[2832,-83906],[805,-83377],[1657,-83704],[583,-84944],[1909,-84965],[2124,-86201],[5304,-88264],[4353,-88186],[6829,-88171],[11743,-79705],[12612,-76900],[3570,-87217],[216,-88107],[9012,-76716],[11039,-79131],[7840,-81321],[9455,-80264],[12600,-87822],[4666,-77109],[4183,-78454],[3560,-77723],[5481,-78380],[4869,-78156],[7913,-80278],[9047,-84612],[10179,-84781],[9701,-84300],[7249,-101496],[6324,-91956],[5702,-92624],[6034,-92770],[5771,-92719],[6657,-91471],[11666,-94620],[10382,-94686],[12730,-96547],[6018,-89874],[6190,-92127],[4493,-90460],[5139,-89578],[5885,-89798],[6486,-90523],[6673,-89526],[5600,-101154],[6351,-97669],[7015,-91517],[9942,-89731],[11498,-90764],[12747,-92546],[12467,-93660],[11030,-94195],[12567,-98313],[5904,-96528],[5312,-99837],[8349,-95649],[7662,-95185],[9509,-93878],[8737,-90456],[7119,-89865],[9243,-91108],[10928,-98875],[9394,-96823],[8707,-98441],[6420,-101026],[8366,-100833],[808,-93017],[3581,-93450],[2897,-90843],[883,-91294],[870,-90591],[3645,-99130],[4032,-95056],[2094,-97959],[716,-94303],[1157,-95582],[2036,-96525],[433,-101071],[12676,-110930],[9337,-110822],[6540,-111855],[762,-109851],[391,-109777],[165,-109115],[233,-108889],[56,-111830],[6530,-110199],[5638,-110275],[5097,-108851],[5469,-110235],[5374,-109872],[5134,-109934],[5013,-107681],[4017,-107898],[4604,-109331],[4432,-108633],[4353,-108765],[11455,-107713],[10587,-108998],[11182,-108388],[1214,-109958],[1514,-109891],[426,-110217],[730,-110070],[455,-110035],[1067,-110684],[1261,-110908],[1313,-110781],[6128,-102216],[4988,-103117],[10105,-105852],[10402,-106179],[8638,-105404],[8366,-104325],[2970,-113803],[3782,-113375],[12132,-103166],[10895,-103700],[603,-103100],[12620,-103027],[10191,-102717],[4571,-102926],[5108,-103472],[7083,-109220],[5543,-108439],[12396,-105274],[7486,-113165],[5029,-113411],[845,-105758],[1582,-103875],[2989,-102268],[9177,-113715],[8627,-114209],[8740,-110656],[12617,-112136],[12474,-112549],[190597,499188],[189370,497569],[183840,493194],[193787,492010],[197697,495704],[195307,497784],[194265,501403],[195798,500382],[195100,506395],[198479,506456],[200374,504236],[203396,505950],[202555,511704],[204170,510140],[203265,511748],[194951,499749],[192342,507314],[192237,506932],[199305,514591],[195650,512691],[198923,513109],[198308,516415],[195823,519212],[197580,521285],[198873,521734],[213306,536641],[215098,544886],[215147,541546],[213282,541492],[214237,540581],[212322,542596],[212649,540615],[210104,538238],[214938,538793],[227189,535826],[223776,530778],[223144,531591],[224916,528888],[227050,531296],[227303,527811],[226191,526377],[227644,530492],[227217,533048],[229703,538213],[229570,550171],[226762,547522],[218843,540824],[219545,543229],[220385,543586],[219914,544431],[224405,547977],[222435,546965],[222062,547605],[219598,547949],[227180,563176],[221572,550933],[226417,551355],[224332,563991],[227779,565251],[234416,549199],[233155,548081],[242161,563194],[239770,563987],[241005,564939],[243518,565099],[25018,-126441],[25573,-126215],[25455,-125302],[21498,-118107],[22357,-117616],[22023,-118089],[24865,-121848],[23999,-122352],[23477,-121763],[19906,-122306],[20451,-122685],[24966,-123723],[25280,-124000],[25402,-124078],[25118,-122779],[24820,-120066],[23969,-119650],[23062,-117195],[25149,-117241],[23603,-116072],[23394,-116806],[23035,-126563],[21959,-126573],[25448,-126916],[13109,-124459],[14921,-124773],[15463,-124237],[15111,-124203],[13563,-119757],[13162,-119863],[12959,-120030],[14359,-115598],[14683,-115014],[13624,-115270],[18074,-120971],[20557,-126110],[16529,-115653],[23616,-119436],[23611,-119160],[23326,-119844],[25047,-117733],[24877,-118132],[24329,-118211],[23505,-117155],[23970,-117050],[23991,-116706],[24721,-122851],[24472,-123119],[24212,-122770],[25062,-120305],[25437,-121010],[25543,-121259],[25130,-117376],[24048,-118728],[25180,-118914],[24282,-119772],[13527,-123966],[14348,-122679],[14109,-123331],[15014,-120338],[16357,-118073],[21893,-118708],[24279,-126277],[24046,-124112],[23467,-125266],[17143,-117686],[18634,-120951],[19018,-120489],[18407,-119450],[20812,-116674],[22241,-117037],[21816,-115454],[24831,-133056],[21274,-132753],[22222,-132817],[21769,-132494],[19956,-132569],[18247,-132125],[17761,-132675],[17758,-132349],[19054,-132787],[19081,-132893],[18415,-133583],[19024,-133447],[19243,-133933],[20070,-133784],[19549,-133828],[17237,-133902],[17616,-132662],[23452,-134119],[23214,-134208],[25390,-134223],[24965,-134123],[16188,-133180],[16010,-133211],[16358,-133615],[13095,-139944],[24249,-140467],[17207,-140565],[16290,-140024],[16436,-140337],[16312,-139576],[14023,-140218],[20972,-139364],[21014,-139728],[22722,-135382],[23832,-136044],[17774,-139518],[14971,-139304],[14979,-139525],[14563,-140214],[18479,-132149],[17382,-131866],[18513,-131925],[22380,-131978],[22557,-131294],[22923,-132260],[12837,-139085],[15381,-139313],[15885,-138586],[24411,-139849],[23872,-139787],[23446,-139573],[22152,-137201],[20812,-137034],[19575,-135943],[19431,-135194],[14893,-135804],[17147,-136750],[15351,-135211],[13001,-131217],[14303,-130110],[15835,-133598],[15703,-141763],[15842,-140937],[14654,-140724],[13851,-145643],[14565,-145647],[13963,-146404],[15085,-147151],[14096,-146525],[18500,-145614],[18919,-145705],[21437,-144666],[22553,-144961],[24840,-145605],[25254,-146684],[24300,-146561],[22446,-140949],[22336,-141259],[22045,-141576],[24292,-140700],[23289,-140805],[22341,-144097],[21704,-143930],[22028,-142626],[21257,-144701],[20796,-145569],[15371,-146351],[19172,-142100],[17988,-141828],[18798,-140899],[19239,-140918],[17161,-140754],[17243,-142013],[17495,-142371],[17833,-141418],[14079,-143466],[15215,-143960],[13070,-142465],[13375,-144552],[13680,-145481],[12878,-144979],[12858,-147159],[24157,-146027],[22802,-145238],[23767,-145915],[23344,-143769],[24261,-144098],[23438,-144036],[23290,-142766],[23488,-142506],[23376,-142265],[24928,-143803],[25443,-142892],[24554,-142750],[25147,-140914],[24736,-140929],[24512,-141208],[25263,-144834],[21528,-140801],[21751,-141099],[18535,-140875],[18246,-140721],[15436,-143228],[15550,-142273],[14207,-142561],[14053,-141834],[13645,-142943],[13267,-153125],[19177,-144701],[21076,-143749],[19625,-145344],[20184,-145399],[17866,-144498],[17450,-145285],[16780,-144636],[15603,-145246],[16273,-145043],[15595,-144219],[15970,-143464],[16676,-144609],[17251,-143712],[18130,-143942],[16955,-143354],[19057,-142429],[19722,-141568],[24062,-153352],[23748,-152932],[13934,-152405],[14022,-152933],[25130,-155094],[25430,-155971],[24741,-156984],[24632,-156253],[24680,-156706],[25518,-165710],[24385,-161662],[23235,-160479],[23595,-160748],[25279,-160629],[24769,-160363],[24927,-160229],[23683,-157649],[24805,-158377],[24542,-158770],[24012,-164848],[23832,-163975],[23765,-163550],[21275,-156635],[20812,-157393],[21024,-157179],[22473,-155874],[23030,-156252],[22723,-155101],[24307,-155369],[24445,-154712],[24056,-154895],[24327,-154042],[15574,-154972],[16165,-153693],[14255,-154195],[14503,-157762],[13817,-155860],[14311,-156309],[14278,-157176],[15186,-157769],[15862,-157907],[15101,-158214],[12837,-156111],[13810,-156983],[13831,-153488],[16035,-155883],[16777,-156498],[16824,-155973],[24720,-169282],[24929,-169509],[24149,-169190],[22681,-168240],[16749,-63360],[18604,-62588],[20957,-63783],[20475,-61669],[19934,-60019],[21208,-59634],[20857,-59674],[20502,-58458],[21383,-58050],[21377,-57856],[20966,-56837],[20779,-57119],[20793,-54833],[20710,-55359],[20428,-56076],[21447,-55462],[22143,-55243],[21154,-55873],[17927,-54133],[19369,-54094],[18628,-52560],[17311,-53365],[18411,-52654],[18055,-53364],[17035,-53397],[15902,-52287],[16431,-55082],[17266,-54225],[17190,-53946],[16856,-56476],[16774,-56803],[14952,-56836],[15832,-55817],[14433,-56559],[15205,-53409],[16060,-54658],[15906,-53995],[15009,-53051],[14162,-53179],[14440,-52578],[19297,-57792],[19404,-58462],[18638,-57838],[17806,-58818],[20064,-56789],[19513,-56268],[19835,-56449],[19675,-59638],[18785,-59349],[18704,-59832],[17864,-62572],[17626,-62982],[19012,-61711],[19195,-61259],[18496,-61894],[22664,-62955],[20600,-61818],[19842,-62995],[20355,-63508],[19166,-63756],[15553,-63767],[14031,-71329],[14508,-71269],[13622,-71734],[13981,-70385],[13242,-71474],[14905,-71090],[14081,-65899],[13630,-65914],[12909,-64675],[13652,-64676],[12983,-64876],[14048,-64771],[14236,-64907],[14215,-64248],[15147,-64757],[23974,-67469],[25129,-67928],[18288,-65289],[17231,-66366],[16324,-66111],[16713,-65779],[17202,-68786],[13895,-71708],[17540,-68216],[16400,-68858],[15899,-70462],[24768,-70649],[24759,-71284],[23871,-69360],[22860,-67619],[15543,-69824],[15836,-74335],[17489,-76016],[20494,-75485],[20057,-66778],[18980,-67764],[25053,-75998],[24252,-75870],[25471,-74664],[21758,-68686],[22083,-68420],[17497,-72653],[19145,-73373],[17914,-74224],[15687,-72089],[12953,-76507],[13016,-74881],[13743,-75203],[21304,-73405],[21081,-73138],[21128,-73566],[15012,-76579],[15130,-76348],[18474,-85620],[25537,-82003],[25125,-82350],[25171,-82157],[24974,-83051],[24345,-82266],[22994,-85274],[22284,-85221],[21129,-86237],[21384,-86329],[21486,-86424],[19462,-86385],[19972,-87000],[20346,-86480],[19684,-87436],[18801,-87786],[19063,-87137],[16524,-86769],[17756,-86542],[17028,-87191],[17419,-85961],[17434,-85180],[15240,-87209],[22933,-84362],[24505,-83148],[23366,-83262],[25552,-80319],[24069,-77856],[13304,-80284],[18946,-76872],[14691,-88510],[14603,-85958],[18191,-78361],[18410,-77020],[19331,-79096],[20701,-81339],[20181,-78709],[23924,-78158],[13950,-83631],[13119,-83688],[13044,-84151],[20062,-83601],[21154,-82937],[21013,-81774],[21234,-80088],[23276,-80764],[23632,-79671],[17062,-78045],[16211,-81404],[16613,-80397],[16213,-80016],[13632,-77132],[13494,-76628],[14561,-77400],[16528,-92392],[20708,-92605],[20887,-93247],[21708,-92171],[22616,-92105],[22341,-91621],[23165,-92385],[24968,-93370],[25333,-90791],[14834,-94950],[16206,-93868],[13677,-94516],[13457,-95324],[13345,-94772],[14026,-93051],[13876,-93562],[14251,-94310],[17438,-90626],[16717,-90365],[17108,-91580],[12985,-98342],[13107,-96671],[20893,-94809],[15347,-95510],[18786,-99361],[14732,-99870],[16948,-99431],[16286,-95892],[17279,-99787],[21564,-101600],[24195,-101069],[21583,-95023],[22551,-93023],[17915,-92310],[18227,-94001],[16555,-95750],[16196,-96932],[16267,-96166],[15122,-95922],[16396,-101731],[20298,-100901],[20158,-100863],[21219,-100898],[20410,-100851],[20959,-99194],[21962,-96241],[21763,-100134],[22228,-96390],[23372,-96393],[24828,-99692],[24118,-95917],[25571,-110226],[25434,-114892],[19161,-112133],[19863,-113022],[18018,-111795],[18680,-112480],[21195,-112832],[22591,-112540],[13334,-109076],[12849,-107868],[23976,-107165],[14138,-108840],[13911,-109553],[14308,-108647],[14979,-110973],[15031,-110078],[15137,-108465],[20925,-110033],[21342,-110324],[19382,-108841],[18564,-109213],[16074,-109151],[18084,-103080],[17553,-102694],[13267,-107608],[14223,-104174],[16890,-102897],[14661,-111370],[17512,-111695],[14543,-114613],[16878,-112783],[17192,-113761],[24730,-109894],[22399,-110696],[22349,-110422],[18773,-102294],[20997,-102381],[16849,-108072],[15044,-103185],[14792,-102471],[16076,-104175],[16410,-105921],[14239,-107569],[20904,-104155],[21720,-105801],[22129,-105462],[24391,-105935],[23528,-106211],[22534,-104174],[24650,-106263],[260647,399313],[262239,397203],[261542,402682],[258375,517651],[258602,519217],[260316,516543],[260086,514687],[258379,515722],[258440,522161],[258841,523652],[259650,531926],[257343,531215],[274369,407522],[272794,410675],[273115,416781],[273017,419261],[281455,525962],[280629,526439],[276755,543658],[286547,460563],[292247,461630],[290777,462449],[289471,461424],[290463,461330],[292230,463347],[293592,462563],[307174,417250],[304777,418465],[304767,419456],[302781,417852],[302831,416290],[304407,421364],[296130,462544],[297393,462793],[300546,463854],[298874,462921],[305968,463642],[313122,407322],[313186,405440],[309904,419661],[315247,420252],[315907,422399],[315681,419004],[314868,419673],[308583,463585],[310014,463829],[326199,422112],[324829,411855],[331330,432451],[329353,430295],[326477,430161],[325727,428483],[328065,428500],[329886,428053],[331054,426402],[332876,428064],[37908,-122120],[37876,-122774],[38107,-121362],[37587,-117857],[37000,-116745],[37896,-117579],[30762,-117606],[32515,-119796],[35132,-119451],[35080,-119664],[35259,-119681],[35001,-120905],[33867,-121377],[35269,-121031],[36758,-120927],[30363,-116978],[30376,-116225],[30547,-117068],[27892,-116580],[28935,-116744],[27679,-116724],[25745,-115389],[37155,-117059],[35883,-119681],[36968,-120144],[37068,-123146],[36802,-122594],[37211,-122333],[33032,-119398],[32615,-119720],[31755,-116726],[37758,-118631],[37920,-119048],[37658,-118299],[36035,-126498],[35906,-126778],[34447,-126406],[34479,-124090],[33795,-124643],[33116,-122462],[32791,-124821],[31156,-122541],[31992,-122710],[32265,-121444],[29673,-121453],[30759,-121074],[29742,-120086],[27709,-122322],[28771,-123017],[28246,-124618],[28765,-123918],[28742,-124150],[30513,-127629],[31314,-127277],[33082,-127667],[33226,-127694],[31587,-125491],[31640,-124975],[31756,-125162],[26755,-126189],[27198,-125963],[25986,-121319],[26529,-124275],[26895,-124561],[25740,-125176],[25888,-122380],[26741,-126210],[26852,-126039],[27586,-126102],[28543,-126783],[28969,-127778],[28331,-126674],[29443,-125371],[29390,-126087],[27845,-125023],[28918,-125643],[28687,-122556],[31232,-123337],[31651,-124682],[31776,-124078],[32658,-125036],[32433,-125345],[26342,-120469],[26571,-118198],[27552,-119957],[26923,-119741],[27486,-118775],[28175,-119460],[28935,-119406],[28612,-120027],[29900,-122371],[30440,-122410],[30304,-122778],[30337,-123798],[30135,-124079],[29786,-123617],[26794,-126804],[33031,-124731],[33827,-127151],[34481,-126730],[38050,-115613],[26699,-124591],[27438,-124850],[27396,-125275],[27873,-123779],[27476,-124173],[28115,-123860],[28399,-122821],[27621,-122451],[28074,-123058],[29529,-125241],[29961,-125110],[30374,-124497],[33593,-123954],[33190,-123514],[32962,-123961],[32274,-124170],[31965,-123860],[32826,-123640],[33122,-122999],[32437,-123290],[33308,-123053],[33835,-124898],[34492,-124721],[34062,-125069],[30711,-122056],[30999,-121656],[30871,-121575],[25776,-121602],[36152,-118633],[31024,-117023],[31269,-117718],[33681,-119555],[32893,-126715],[32784,-126565],[33001,-126161],[34758,-126347],[34988,-124737],[35182,-124726],[26402,-117973],[26163,-118187],[25690,-118068],[34239,-115833],[36704,-117767],[35831,-118198],[35741,-117713],[33981,-118457],[34199,-118401],[34261,-116351],[33156,-118053],[32592,-117878],[32309,-117677],[35016,-117899],[33922,-118089],[34649,-118293],[33155,-117316],[33961,-117281],[33896,-116149],[31592,-127853],[26850,-127804],[29634,-132323],[28251,-133112],[26652,-132981],[27395,-132672],[26167,-134038],[26899,-133114],[27570,-133265],[28111,-133206],[28131,-134455],[28204,-133179],[28501,-133878],[28152,-133990],[29342,-133079],[34228,-139228],[31719,-135897],[35403,-138205],[35992,-138392],[35399,-138050],[34866,-138776],[31631,-138554],[35658,-130927],[36219,-132203],[34000,-132509],[33258,-132951],[33667,-131775],[32702,-132312],[31262,-132917],[31468,-133624],[29741,-132984],[31155,-133009],[30340,-132898],[33490,-128190],[34177,-128373],[36336,-133587],[35925,-134717],[36051,-134017],[36130,-138118],[37352,-137769],[37213,-138407],[29214,-128752],[28280,-128838],[29080,-128573],[26268,-135419],[26986,-135826],[30674,-140210],[30442,-140093],[30643,-139980],[31309,-140021],[32172,-139182],[30779,-140012],[26305,-135635],[26859,-136721],[28281,-138539],[26987,-135985],[28431,-136278],[32212,-137267],[31615,-137860],[31708,-135249],[32585,-134288],[32451,-134557],[33068,-136481],[36648,-130789],[38183,-130491],[34506,-130607],[31232,-142170],[28967,-141989],[28591,-142356],[25943,-142955],[26843,-142202],[27158,-142975],[26273,-144760],[26112,-145148],[28401,-141167],[30736,-153066],[25949,-156670],[26552,-158032],[26841,-156622],[26504,-157268],[27195,-158261],[31213,-154877],[30227,-156112],[29980,-156082],[29741,-153945],[28784,-154607],[28255,-155061],[28770,-154749],[31340,-154008],[30730,-154406],[32262,-154513],[32087,-153591],[33280,-154060],[34874,-154998],[35026,-155113],[34821,-155982],[35140,-155366],[31372,-156301],[31631,-156769],[30737,-156388],[34590,-160213],[33499,-160537],[35032,-158088],[34613,-158019],[34945,-158319],[34749,-157594],[33655,-156817],[34959,-157443],[36165,-157030],[37172,-158269],[37028,-158177],[36364,-159057],[37151,-159751],[37154,-159407],[37243,-157139],[37963,-157332],[37751,-157813],[35112,-163753],[34563,-163195],[34613,-162470],[32106,-162904],[32782,-162627],[33140,-162289],[31681,-164848],[30452,-163748],[30506,-164631],[28540,-161561],[29408,-162261],[28837,-161927],[27324,-161949],[28108,-162347],[26941,-161607],[29447,-163808],[29869,-164901],[25753,-163413],[25704,-162902],[26832,-162883],[26697,-165854],[26761,-165771],[26793,-165572],[27364,-164734],[28041,-164651],[28027,-154783],[27086,-154814],[27228,-153589],[27310,-156811],[28409,-157738],[28824,-156495],[29336,-158908],[28740,-159943],[27072,-158993],[27131,-159469],[27416,-159872],[29577,-160198],[30341,-159737],[29457,-160156],[33586,-158541],[32718,-159875],[33191,-158815],[32571,-159007],[32986,-159601],[32480,-154971],[31749,-155495],[32031,-156087],[33273,-155518],[34350,-154996],[34084,-154834],[35505,-156834],[36206,-156138],[36450,-156464],[33250,-75671],[32100,-76107],[32969,-75222],[31592,-73750],[32026,-74016],[32016,-73176],[33942,-74404],[33299,-74103],[35682,-72816],[34169,-72554],[34528,-73783],[38229,-75901],[37867,-73719],[37847,-74868],[29109,-71727],[28159,-71123],[26907,-69367],[28414,-76290],[28546,-75419],[28136,-74339],[26871,-72094],[26421,-74082],[34477,-74775],[35802,-74842],[37510,-74065],[33832,-77516],[31603,-77478],[36608,-88892],[36636,-84283],[31382,-89301],[30288,-87203],[31357,-87204],[30579,-87012],[28450,-86504],[26920,-84544],[27265,-84053],[27593,-83652],[27492,-83421],[27068,-87302],[29475,-80228],[30193,-81071],[30141,-81585],[30617,-81133],[34180,-84322],[28020,-78011],[25822,-81631],[25634,-82126],[37840,-84753],[37730,-84527],[33513,-77468],[33095,-77240],[31001,-80932],[31396,-81404],[31965,-80822],[35643,-85447],[37024,-85401],[35770,-86891],[35248,-86403],[34596,-87040],[36290,-87599],[34166,-88591],[34340,-87472],[26968,-80432],[27395,-78927],[28404,-87062],[28426,-88146],[28300,-88232],[32650,-81675],[33929,-78852],[27088,-76772],[37381,-81437],[34883,-90515],[35087,-90791],[35367,-90057],[34298,-90232],[27716,-97957],[26260,-91763],[31338,-90409],[30966,-94899],[31681,-95842],[30906,-96109],[30980,-96246],[29996,-97947],[30829,-98785],[30580,-99291],[30538,-98853],[31229,-97423],[31827,-97123],[31161,-96783],[32382,-101193],[32336,-100328],[31862,-101321],[32176,-101243],[32178,-99023],[32696,-99745],[36137,-100532],[35804,-101063],[35488,-101950],[34723,-100063],[34274,-100472],[34589,-100304],[32999,-101523],[32912,-100591],[33852,-101850],[29835,-100346],[30749,-101569],[37601,-97934],[37925,-98333],[36266,-97758],[34555,-101818],[34186,-101909],[36421,-89906],[29417,-100927],[28347,-97381],[27670,-91395],[27730,-89557],[29952,-89428],[29448,-89838],[35537,-92849],[37083,-90456],[25677,-93482],[25664,-94578],[30284,-90821],[31458,-91741],[27867,-95679],[27342,-95486],[30314,-96164],[26806,-94595],[26876,-98553],[28032,-98422],[27119,-100812],[36961,-95168],[35195,-95334],[30663,-102382],[30173,-102449],[28978,-103309],[27061,-104232],[27865,-104318],[26675,-105299],[28211,-105909],[28207,-106031],[28587,-106100],[26560,-113841],[25904,-114519],[37962,-112687],[36371,-114018],[37003,-114111],[33510,-102879],[32558,-103675],[35830,-103900],[34427,-102652],[33400,-104603],[31117,-103821],[38131,-104619],[38012,-104082],[37274,-103530],[38197,-114119],[26425,-102688],[25895,-107277],[37966,-107770],[38046,-112086],[36894,-113405],[35445,-105010],[34997,-104972],[34436,-106056],[30778,-104536],[30272,-104889],[28258,-109418],[38705,-121657],[39034,-120760],[38950,-120605],[39078,-118936],[39303,-119384],[39056,-119736],[39908,-126800],[39342,-124769],[39836,-125628],[38744,-126101],[44424,-125240],[40516,-123625],[39667,-122740],[39891,-123590],[41827,-122629],[40951,-123069],[40656,-122389],[42697,-121131],[42427,-120459],[43160,-120776],[44241,-119890],[43696,-119426],[42983,-120146],[42908,-115530],[41938,-115886],[48761,-126200],[48335,-124829],[38455,-115537],[41753,-117930],[41793,-118133],[39580,-120147],[41549,-119180],[40993,-118744],[39907,-115754],[40305,-115525],[40389,-124814],[41979,-125774],[46624,-124015],[47736,-126672],[47659,-122089],[50250,-123899],[49505,-124124],[50711,-119169],[49987,-119922],[46661,-129204],[46755,-129304],[39816,-128192],[44563,-131891],[44245,-131510],[45170,-131994],[39578,-129696],[41276,-134711],[40993,-134948],[41610,-134979],[41813,-132138],[42195,-133056],[42001,-132784],[41082,-131492],[40571,-132393],[40318,-131721],[48291,-137556],[48324,-138311],[47428,-137758],[47206,-137106],[47490,-137544],[47061,-137214],[49423,-134824],[50139,-133128],[49773,-133383],[49720,-132505],[50364,-131707],[50176,-131717],[50745,-131439],[49444,-131209],[50372,-130621],[49823,-130756],[43105,-130855],[43930,-130400],[42684,-130203],[42383,-128880],[42102,-129340],[40976,-128826],[45257,-129472],[46554,-129669],[44398,-128803],[49106,-140215],[48520,-139808],[48348,-139274],[48519,-139941],[50700,-135562],[50457,-135385],[44803,-140302],[44893,-139836],[45236,-139565],[39566,-142792],[39754,-142037],[40214,-142633],[41177,-142309],[49277,-143001],[49630,-143825],[49486,-142547],[49044,-142926],[48402,-142865],[48723,-142551],[48637,-141730],[47382,-141944],[49249,-141547],[48380,-141560],[44125,-143032],[44056,-142502],[43375,-143366],[42172,-142187],[43290,-141908],[40988,-144603],[42160,-143755],[41690,-144162],[39906,-144128],[39620,-143151],[40944,-142995],[41674,-142393],[41961,-142159],[39015,-158686],[39217,-158220],[38616,-158255],[40221,-157102],[39243,-155988],[39088,-156581],[39585,-158581],[40246,-159428],[40091,-158782],[42618,-155000],[41922,-155250],[41393,-156385],[39826,-155233],[41182,-155877],[40637,-155086],[44881,-157963],[44859,-157182],[46268,-157406],[46422,-158235],[46689,-156717],[47424,-157455],[48538,-158606],[48111,-158486],[48214,-157508],[49126,-159130],[50545,-158098],[49582,-158410],[51116,-158827],[50823,-159376],[48764,-158912],[49434,-159797],[48573,-160085],[49970,-161074],[50460,-161019],[50884,-160148],[47890,-159268],[47090,-159780],[47047,-160337],[49998,-61508],[49920,-61085],[50080,-62970],[50577,-63340],[49552,-63397],[45994,-63625],[46923,-63602],[44518,-63638],[42913,-63629],[42947,-63700],[51180,-61040],[50605,-65784],[49702,-65078],[49522,-64888],[50793,-66586],[47841,-64781],[47947,-64529],[48579,-64471],[47210,-64791],[45124,-63954],[44807,-64074],[43687,-63930],[43819,-64079],[42650,-66252],[45133,-67016],[46752,-68000],[41933,-66598],[40891,-65980],[41562,-65351],[44356,-70321],[45232,-70937],[44650,-71533],[46024,-70615],[46053,-71852],[46977,-68824],[46779,-69825],[48530,-68608],[47515,-69161],[41537,-64646],[42889,-63942],[40206,-65166],[41169,-65005],[40988,-64337],[38663,-64598],[38747,-65416],[38933,-64683],[40833,-67029],[41367,-67887],[40224,-67678],[39501,-68660],[39333,-69505],[40133,-69105],[40172,-70360],[43436,-66388],[50848,-66027],[50431,-66843],[50007,-67124],[45110,-67723],[43749,-68542],[42030,-66387],[41708,-68498],[46538,-68997],[44848,-70611],[44672,-70415],[48164,-69653],[47029,-69333],[48707,-70905],[39542,-74958],[48210,-82470],[50409,-82522],[50016,-81437],[49626,-81522],[50793,-80195],[51165,-79447],[50240,-78284],[49889,-78914],[50534,-78301],[48498,-81353],[48913,-81362],[48187,-82055],[46740,-82520],[39209,-78592],[42656,-81458],[45383,-82601],[47671,-86018],[49118,-85572],[48529,-84843],[48126,-85136],[47786,-84566],[51034,-80465],[45108,-83370],[40014,-82384],[41688,-82877],[44112,-81937],[44277,-83599],[42672,-83352],[47622,-84367],[46951,-84661],[39587,-82807],[38467,-78632],[39811,-80552],[40082,-80599],[39087,-87309],[39452,-88002],[38673,-89210],[42795,-87573],[48648,-86079],[48180,-88622],[45895,-88941],[42874,-88844],[41304,-89276],[43337,-84657],[45540,-85171],[44200,-84953],[42076,-84034],[39883,-85036],[39146,-86994],[38847,-79364],[39563,-81340],[38724,-97026],[38535,-97310],[39222,-97459],[40806,-97228],[39185,-98601],[43497,-100304],[44373,-100738],[44079,-100331],[38599,-98626],[47139,-95593],[43122,-93921],[47413,-102108],[48044,-101452],[40155,-93082],[46926,-95594],[41449,-91861],[50636,-92352],[43508,-92055],[38893,-89589],[50677,-90277],[51066,-90853],[43258,-98440],[40064,-98486],[42367,-99590],[45708,-100571],[44884,-101298],[51045,-89750],[44361,-90623],[43618,-91278],[40861,-91124],[38912,-96784],[40343,-96159],[42474,-95238],[39284,-95696],[44711,-94451],[45793,-98195],[43616,-99422],[44969,-99172],[49516,-100527],[49108,-99797],[50858,-95227],[49688,-98173],[47277,-98275],[47551,-98115],[46576,-96721],[47193,-97383],[42244,-111640],[42804,-103501],[43632,-103353],[47243,-105597],[42508,-114636],[49712,-109089],[39045,-111964],[50372,-104124],[50995,-108764],[50572,-108706],[48236,-103854],[46969,-102345],[44400,-103299],[44579,-103266],[46811,-104486],[45238,-105514],[46644,-107940],[46380,-106088],[51086,-107506],[41107,-113039],[40459,-114033],[40125,-113357],[41086,-114002],[39321,-113756],[39838,-113317],[45159,-106323],[41447,-108845],[43069,-112423],[43395,-112299],[43548,-111972],[46846,-112497],[45598,-111084],[46923,-110401],[43676,-108421],[43201,-108379],[43187,-107612],[40430,-105885],[39736,-106766],[40965,-104191],[48163,-103433],[48658,-103442],[38531,-110772],[52107,-120490],[63325,-117284],[63315,-115643],[62923,-115502],[61163,-117361],[62240,-117373],[61268,-117428],[59631,-121463],[58827,-120593],[59131,-121337],[58472,-121390],[58879,-121460],[58503,-122448],[57309,-119442],[56307,-120168],[54895,-116908],[55069,-118032],[54272,-118059],[56744,-117871],[56729,-118772],[56499,-119394],[62319,-120822],[62234,-119868],[62441,-119912],[63582,-120214],[53065,-124103],[52156,-122431],[52871,-121819],[51531,-117553],[52144,-117315],[62005,-115745],[51780,-130680],[51465,-130948],[54887,-129259],[54099,-131147],[54437,-130917],[59192,-135844],[59009,-136346],[58382,-136622],[58099,-135225],[57435,-136165],[57900,-136299],[56463,-134853],[56620,-133602],[56472,-133533],[57089,-133225],[56960,-132897],[54829,-132379],[61049,-138619],[61109,-137913],[61520,-137846],[60712,-139915],[61708,-139994],[63669,-134297],[60717,-130284],[59553,-129768],[60126,-130294],[61969,-131323],[60656,-130996],[61762,-131128],[60477,-141170],[54117,-159406],[54851,-159422],[55127,-158942],[51983,-157319],[52496,-158805],[53061,-158394],[51872,-158185],[52224,-159673],[51744,-161092],[53313,-160784],[53177,-155747],[53976,-157069],[53270,-157102],[53890,-157591],[54002,-159867],[54497,-160600],[54701,-160893],[52497,-161986],[53148,-162527],[51958,-162501],[52371,-62925],[54814,-61023],[54313,-60916],[53424,-61124],[52657,-60138],[52938,-60703],[56643,-62382],[57064,-63203],[56840,-62434],[51336,-61650],[51504,-60339],[51510,-60539],[52031,-59771],[51986,-59454],[51716,-60333],[55102,-58831],[55876,-58559],[56284,-58564],[55859,-59744],[57175,-60341],[55218,-61225],[55835,-62309],[54930,-61008],[52333,-62885],[52787,-63691],[55611,-63241],[54481,-62450],[53197,-62220],[54164,-62244],[53637,-62768],[52943,-63427],[55083,-63624],[62985,-73849],[58132,-65642],[58344,-66636],[52647,-65022],[56786,-65456],[56321,-71256],[60099,-68388],[59576,-68733],[57639,-65777],[57719,-65651],[56095,-71283],[55687,-71525],[56385,-72656],[56555,-72609],[55805,-72812],[56102,-73500],[56494,-74419],[56240,-73130],[57787,-74099],[58448,-74640],[52755,-63832],[57042,-65440],[56915,-65551],[57408,-64970],[52014,-65232],[52206,-65396],[52468,-66245],[54207,-70030],[53846,-69465],[53213,-70017],[53227,-70172],[54087,-69754],[54632,-71630],[54695,-71422],[55317,-71581],[60964,-70118],[59034,-76578],[62773,-73544],[61817,-71315],[61583,-71038],[60260,-70384],[61076,-70961],[59133,-68924],[59974,-69033],[58971,-68646],[59290,-67609],[58246,-67326],[57357,-70421],[53354,-69211],[52860,-68454],[52554,-68562],[53060,-67935],[52830,-68111],[52994,-66938],[53453,-67309],[55345,-65524],[53923,-65863],[53308,-65850],[53793,-66007],[54285,-65190],[55813,-64949],[53816,-64409],[54593,-64987],[54462,-67311],[54664,-67002],[56532,-66742],[58376,-69077],[58474,-68742],[56778,-70910],[54329,-68897],[56374,-68536],[54602,-68802],[57374,-72644],[57263,-71548],[58622,-70723],[59264,-74518],[62746,-74564],[53249,-81151],[55278,-82796],[56145,-82944],[57502,-82618],[56921,-82638],[62810,-87703],[62361,-87594],[59918,-82649],[60906,-82457],[63666,-81496],[63968,-81475],[63493,-82182],[63742,-81252],[59051,-77388],[59987,-79159],[61032,-78554],[60904,-79647],[63096,-79201],[63703,-79976],[63473,-79630],[63446,-80351],[54887,-80699],[54378,-80895],[54241,-81430],[54266,-80407],[53608,-80955],[52298,-79125],[52939,-79401],[63481,-78430],[61885,-80489],[61675,-80498],[62337,-80385],[58534,-82679],[58440,-82818],[51251,-80003],[52720,-79994],[52198,-79781],[51999,-79997],[60123,-77324],[60247,-77226],[51566,-87018],[61884,-88449],[59708,-83381],[59397,-83511],[52793,-87036],[54087,-89350],[56586,-84365],[53516,-82913],[54282,-83855],[54488,-84736],[61146,-85160],[60557,-88864],[59878,-88891],[56631,-87776],[55258,-85509],[57629,-87301],[52724,-85564],[53849,-85040],[53745,-82974],[61341,-76662],[60834,-76676],[63988,-86037],[62405,-94462],[62175,-94276],[61708,-93677],[62920,-93291],[61726,-92136],[63205,-93160],[63233,-90895],[63061,-91540],[62844,-90488],[59888,-97747],[56761,-99108],[57501,-99055],[58516,-100368],[58394,-100694],[58307,-100084],[57615,-101376],[57082,-100748],[56836,-100572],[54535,-101780],[53256,-101812],[52590,-102065],[61185,-99247],[62868,-98143],[63273,-97708],[62470,-97088],[63354,-100023],[61885,-100389],[60592,-99523],[61371,-99620],[61491,-99802],[60040,-100608],[60438,-100099],[63157,-95399],[63314,-96118],[63929,-94848],[62161,-98901],[62283,-97743],[62543,-98328],[59947,-97312],[60076,-96208],[63310,-96626],[63161,-96372],[63593,-96576],[63628,-96817],[63216,-97000],[63643,-97090],[63448,-97024],[63809,-96095],[63628,-95783],[61283,-93763],[60198,-95851],[58713,-97284],[62486,-100891],[60546,-100984],[60139,-101599],[60684,-101567],[61309,-92767],[57007,-97717],[57531,-98257],[56575,-101729],[56388,-100487],[56495,-100922],[51878,-98253],[53659,-101481],[53541,-100823],[52994,-99338],[53687,-93359],[52525,-95376],[53531,-94106],[58250,-91114],[56522,-90074],[51720,-99232],[55310,-96738],[56582,-98567],[54031,-98649],[55839,-96874],[56255,-93607],[57134,-94005],[60632,-93213],[60504,-92904],[60058,-91278],[61335,-91042],[60720,-91261],[63430,-97258],[52244,-97284],[55574,-102993],[63091,-111794],[62252,-111874],[54132,-112861],[58361,-112796],[60888,-111725],[60025,-111558],[59968,-112067],[63062,-111590],[61934,-111532],[63094,-111456],[63574,-110219],[63772,-110169],[62664,-105764],[62309,-104909],[61990,-104709],[60029,-103577],[60072,-102608],[60983,-103519],[62475,-103663],[61037,-102960],[63034,-105226],[63274,-106193],[51978,-107445],[51490,-108084],[54676,-103080],[54745,-102906],[54190,-102843],[52952,-114310],[57180,-112959],[58584,-114312],[57877,-112567],[60447,-114412],[60464,-113788],[55894,-106564],[55706,-108292],[58769,-108720],[63367,-104735],[64064,-120224],[68349,-115027],[68885,-116282],[69291,-115672],[68495,-115595],[65617,-115524],[64671,-116812],[64570,-117921],[64547,-117832],[64303,-116476],[64254,-116659],[64459,-120008],[65762,-136604],[65711,-137321],[65976,-136951],[66197,-133469],[64032,-133308],[64148,-133411],[65215,-133607],[66037,-133917],[66034,-132419],[66546,-136267],[67137,-135689],[66966,-134862],[70657,-139783],[69624,-138982],[68612,-139665],[68398,-139287],[68444,-138765],[70426,-141054],[64804,-76266],[64883,-76152],[65082,-88035],[64653,-87963],[66510,-88137],[64629,-82073],[64897,-81786],[65281,-78085],[64937,-78456],[65418,-78998],[66033,-79592],[64632,-79768],[65416,-80209],[65337,-80602],[64958,-81142],[68278,-88200],[67729,-88819],[66101,-87132],[65843,-86858],[65829,-86228],[66782,-85269],[66876,-86277],[66709,-82733],[64863,-76743],[73286,-89147],[73806,-88869],[74070,-88326],[75107,-87864],[75314,-87593],[76008,-89001],[75234,-88295],[72438,-87830],[73155,-88767],[73110,-88312],[69419,-83119],[70218,-82365],[70504,-83140],[72759,-81581],[72957,-84589],[72468,-84767],[72035,-84440],[71741,-83757],[72204,-82967],[65322,-86110],[64198,-85109],[66488,-88342],[65364,-89166],[64347,-95345],[65218,-93618],[67807,-101462],[67625,-101756],[69168,-97619],[69616,-92462],[68924,-92940],[68340,-92846],[68719,-90862],[69233,-90857],[68907,-91753],[65616,-92523],[66290,-92486],[67520,-92267],[67264,-92363],[74811,-89450],[74362,-89832],[72073,-91498],[71439,-91579],[71060,-91725],[71002,-91283],[70551,-90644],[72800,-90801],[73157,-89951],[74709,-90333],[74050,-91033],[73853,-90858],[75742,-89480],[75068,-90582],[75495,-90273],[76241,-93081],[73993,-91617],[74205,-92784],[73263,-93224],[73955,-92190],[74819,-93283],[75765,-92625],[75550,-93067],[76180,-95812],[75309,-95071],[76321,-95200],[74423,-94493],[74688,-94701],[73459,-94358],[72994,-95263],[71795,-94388],[70771,-94894],[71162,-95284],[71438,-96180],[70730,-95820],[70697,-97036],[70559,-97671],[71488,-97628],[71845,-97699],[70299,-98682],[70572,-98606],[70185,-100235],[69472,-100661],[70199,-100719],[69443,-94273],[69304,-94991],[64145,-96469],[64127,-95416],[64006,-95444],[64940,-92993],[65349,-93233],[65318,-92884],[69690,-92118],[65886,-91979],[67026,-94064],[67471,-93532],[65326,-95083],[65782,-95627],[65955,-95518],[66175,-99171],[66397,-100434],[67019,-104065],[65515,-109372],[64988,-109513],[66204,-109859],[67241,-109146],[67923,-106548],[68232,-105359],[68403,-105330],[67659,-103975],[65016,-108957],[68407,-112125],[69341,-112996],[67830,-114539],[68086,-114685],[67994,-114276],[67107,-114873],[65362,-113935],[66843,-114840],[65920,-113742],[66657,-114426],[67813,-113730],[67269,-114590],[67799,-113142],[70403,-110718],[69453,-110587],[71018,-110464],[69763,-111138],[68105,-114101],[64672,-114998],[75493,-107765],[75902,-107784],[76169,-107516],[70417,-107123],[65300,-110228],[65714,-110735],[64719,-111033],[73076,-103009],[70524,-103421],[73121,-107789],[73537,-106388],[74323,-103435],[74510,-105834],[66592,-102356],[66883,-102572],[66662,-108870],[65037,-108277],[67413,-106829],[74138,54507],[86936,-80870],[87360,-80773],[88329,-80855],[88509,-80878],[89516,-82824],[77373,-93334],[77111,-92143],[77755,-91635],[77336,-90842],[77167,-90529],[77742,-91951],[88229,50575],[86458,50889],[85171,49014],[85145,49677],[79377,50588],[80660,49833],[81242,50500],[81586,50509],[81897,50430],[81815,50964],[81559,51168],[89241,47879],[88913,50610],[87240,49853],[88131,51663],[88029,51467],[80251,52745],[80435,52121],[80237,51917],[79624,51981],[79059,51403],[79090,52856],[78381,53160],[79116,51657],[79246,51702],[84802,62680],[85464,63787],[85734,62926],[85455,63960],[84003,62967],[84922,61450],[85085,60879],[84227,65905],[84789,68419],[84670,68981],[83989,67388],[84992,67739],[84134,66158],[82959,70168],[82772,69817],[81393,73726],[81883,72295],[81662,72180],[89732,-81490],[89921,-83422],[91596,-81514],[90755,-81992],[91346,-82085],[91552,48239],[91942,47343],[90330,48983],[89929,49311],[89980,47961],[95388,50291],[95369,50859],[93183,49905],[92292,49733],[91913,50198],[94851,48059],[94638,48596],[99857,48939],[102330,50129],[99235,49345],[93234,43745],[93275,44288],[98782,45880],[98559,45355],[101047,50190],[101043,49505],[94532,55074],[91833,53127],[91281,53393],[91843,54284],[93322,53000],[93995,53481],[93939,53692],[93212,54025],[93025,54137],[92403,54325],[92613,54469],[92141,55215],[92247,55669],[94423,55882],[95726,54300],[95133,53593],[95263,53101],[114745,800],[103564,37045],[103564,37424],[105877,49466],[106796,50406],[105078,48316],[104471,47785],[108041,50189],[102458,48844],[106703,48898],[118041,-275358],[118106,-274847],[119265,-275631],[119367,-275128],[119628,-275057],[119381,-275391],[119015,-275500],[119365,-274646],[120060,-275081],[119344,-274184],[120445,-275572],[120446,-275076],[121602,-274156],[120865,-273780],[121819,-273545],[119647,-273908],[120241,-274464],[116465,936],[115705,2210],[-124525,129392],[-118413,129559],[-115790,145841],[-118985,148849],[-123239,145293],[-126370,150392],[-123486,153205],[-121257,152707],[-121192,147840],[-120576,149593],[-121467,149995],[-119595,148301],[-122183,158132],[-123670,157895],[-125714,158618],[-118064,154848],[-115342,57676],[-116318,56248],[-115939,53666],[-116138,52943],[-120667,58465],[-121831,59641],[-121606,60627],[-122306,61354],[-123549,61750],[-124580,60691],[-124191,60417],[-125011,60632],[-125588,59948],[-125992,61338],[-125554,59331],[-125934,58348],[-125989,63722],[-126960,64775],[-127649,64463],[-126013,67790],[-127005,70023],[-127125,69807],[-124498,70187],[-120937,72551],[-122453,72935],[-122850,73886],[-122720,75588],[-124171,76594],[-125636,75931],[-116636,87561],[-118418,86405],[-124376,80018],[-124904,80731],[-126058,80501],[-124292,82046],[-125813,83081],[-115795,92151],[-116704,90495],[-120696,97613],[-121418,99955],[-121407,102099],[-123037,102295],[-124479,100083],[-121868,92228],[-123046,92340],[-122824,91300],[-124823,91890],[-122936,93058],[-117567,109374],[-116381,109020],[-126809,104863],[-116368,114735],[-122462,128076],[-129462,151407],[-139265,147341],[-135610,151910],[-131554,151856],[-132817,148685],[-134258,149790],[-136087,150805],[-136933,147055],[-132593,159959],[-136194,158846],[-136933,157256],[-131249,97648],[-138047,101663],[-132742,100310],[-135594,97090],[-135238,97209],[-134864,95645],[-135838,94344],[-136642,97630],[-134579,94796],[-133711,94746],[-133813,92941],[-134393,92330],[-134486,91069],[-135759,91353],[-137014,91306],[-136747,90051],[-135851,90751],[-138580,90029],[-138583,93756],[-138065,93046],[-136694,97519],[-137268,99207],[-138447,97907],[-136014,101600],[-136339,102440],[-133495,101530],[-132110,100979],[-132215,101528],[-129337,103309],[-129059,112782],[-131787,112774],[-131766,105112],[-132364,103006],[-133715,106296],[-132574,104833],[-133213,112772],[-139920,105239],[-140777,106620],[-144167,151429],[-140943,152965],[-152519,142026],[-142392,144259],[-142028,159559],[-143588,160547],[-144649,156368],[-147576,157256],[-141745,155339],[-151048,155819],[-141322,91505],[-141792,91874],[-142002,93232],[-142498,92760],[-142230,90837],[-143901,90305],[-146849,96471],[-147905,97062],[-149517,95924],[-150017,94269],[-148412,102162],[-148968,99460],[-146857,99634],[-146321,97495],[-152430,100223],[-153051,106350],[-150707,105403],[-150030,104281],[-150240,104317],[-150709,102822],[-141518,104333],[-142742,105217],[-148047,110358],[-144479,104815],[-145401,106686],[-146337,108628],[-150720,108522],[-142691,106833],[-152200,108304],[-155550,139205],[-155344,140215],[-164601,139005],[-162464,131174],[-165989,133682],[-165981,153799],[-165014,150334],[-155722,156608],[-158951,154453],[-162453,89031],[-159853,89421],[-156858,98685],[-155913,100506],[-155690,101198],[-158804,96667],[-161448,95149],[-160898,94188],[-161014,90109],[-159886,113766],[-159752,114336],[-159011,112845],[-157395,112154],[-156365,107755],[-154700,110008],[-155549,106095],[-155757,106164],[-157596,106349],[-153633,107555],[-154747,107708],[-156469,113129],[-157710,113003],[-156348,112519],[-157962,114911],[-154514,108846],[-157761,113949],[-166029,124253],[-164863,126446],[-159776,116541],[-159057,116752],[-160325,115658],[-163961,127425],[-165977,122661],[-165180,121650],[-160592,121667],[-161429,121847],[-161542,121332],[-161005,123626],[-162547,125720],[-158556,117439],[-161133,116930],[-166720,139569],[-167817,136920],[-166946,134471],[-167044,133982],[-174801,135302],[-175679,132205],[-169114,135423],[-169321,139288],[-176281,136523],[-175432,133878],[-176378,129333],[-169153,129469],[-176239,130786],[-175715,129645],[-176283,129219],[-177703,143687],[-178989,150887],[-179183,152825],[-168371,149363],[-178470,151148],[-174493,150397],[-178210,145684],[-176425,142543],[-166650,150901],[-173812,147524],[-177984,157218],[-177495,156636],[-168255,154203],[-172646,155684],[-172902,159998],[-176335,157022],[-177470,88554],[-174875,88966],[-175829,87761],[-175377,87036],[-174738,86260],[-174927,87967],[-172501,86857],[-171424,86513],[-171667,87809],[-172744,86118],[-179076,122940],[-172304,119077],[-174815,126352],[-169859,122500],[-168422,122509],[-173335,127359],[-176754,117133],[-166602,123050],[-177768,118121],[-170084,123485],[-179813,136053],[-183251,136397],[-185122,136280],[-191917,132816],[-191168,133996],[-189558,135125],[-185568,136719],[-183966,136729],[-187185,130373],[-189026,130439],[-184936,130771],[-191647,128602],[-189950,128895],[-191853,129353],[-190623,129491],[-186160,143386],[-185554,145489],[-186507,144968],[-187433,145085],[-190126,144629],[-180257,150753],[-181168,145350],[-183581,147837],[-182625,144545],[-186528,145760],[-190709,144115],[-185500,153530],[-190024,143067],[-188617,142706],[-191460,144329],[-179723,154365],[-181542,154445],[-184800,157493],[-189903,154215],[-190380,157162],[-190648,160694],[-191450,162780],[-182021,157322],[-188763,155284],[-190563,161429],[-190819,163015],[-190137,89323],[-187413,88280],[-188022,88647],[-186254,89152],[-185959,88795],[-186046,85515],[-186355,86007],[-183682,85625],[-184667,84229],[-182470,84035],[-181734,84755],[-184898,81582],[-182539,81074],[-180340,94927],[-181790,94429],[-184163,95144],[-184505,95375],[-184230,97282],[-183945,98660],[-185245,100074],[-184651,100442],[-185704,100602],[-187755,103065],[-187847,104416],[-186087,103102],[-190327,103283],[-188981,107135],[-187851,108945],[-189932,110849],[-188985,112692],[-191071,112843],[-191084,112336],[-179987,124441],[-189334,122295],[-179959,122261],[-191033,123177],[-190462,123575],[-188809,124775],[-188104,123671],[-187840,122628],[-188101,120686],[-186305,123826],[-184358,123371],[-184488,121606],[-186633,124339],[-185475,121500],[-179527,125297],[-199494,135751],[-199521,136418],[-202474,130551],[-201321,131468],[-202118,130101],[-193907,139919],[-193870,137341],[-197241,136852],[-200304,137036],[-201746,136888],[-194973,132404],[-192546,133798],[-192489,140556],[-202542,134186],[-193518,128858],[-194844,128777],[-192131,144811],[-193507,143108],[-192056,145889],[-195466,151406],[-196458,147784],[-195560,146877],[-199646,147391],[-203158,142918],[-197035,142826],[-194234,143848],[-196880,147358],[-193102,145880],[-195658,142173],[-200829,144312],[-194539,143214],[-192804,143404],[-193526,155460],[-193636,161137],[-192738,159863],[-195719,160572],[-195666,156349],[-192091,156845],[-192631,160940],[-193319,161801],[-198184,85730],[-203429,88411],[-203769,87612],[-200810,86740],[-200725,85460],[-199287,86309],[-198190,83180],[-197749,81996],[-197450,81332],[-198353,81427],[-201842,81539],[-203166,98897],[-204105,99545],[-202907,99288],[-203001,98041],[-200990,101358],[-200200,101828],[-198709,102285],[-198544,102166],[-197874,101192],[-202657,90841],[-202312,90475],[-194683,111805],[-201617,103958],[-200662,104140],[-200237,105579],[-199003,106437],[-198079,107691],[-198206,104262],[-198005,103465],[-195356,110728],[-200591,111264],[-202114,111995],[-203259,112247],[-204625,112343],[-204266,113927],[-196230,112753],[-194879,112429],[-192188,111499],[-194931,113823],[-194457,114690],[-199864,114881],[-201136,115231],[-202290,116803],[-201152,118135],[-199663,118767],[-200392,120758],[-201705,121368],[-200005,123985],[-199805,125014],[-203563,121165],[-192550,128088],[-193625,127697],[-194407,127480],[-197440,117012],[-196295,116449],[-212024,129411],[-213581,130158],[-211249,130578],[-209243,133315],[-210713,133013],[-209508,135265],[-210059,136143],[-211030,137976],[-211739,138226],[-210150,136171],[-212829,136736],[-215372,141437],[-214138,142132],[-212323,144877],[-213285,146284],[-213680,146444],[-209645,146265],[-208922,146792],[-207501,147895],[-210021,145483],[-212845,148375],[-213210,150324],[-216988,145622],[-214019,35204],[-212716,34756],[-213539,35036],[-213061,36850],[-211622,35561],[-211625,36121],[-211321,34143],[-211992,33303],[-212207,33986],[-208881,101871],[-205551,100989],[-204864,98979],[-213544,101935],[-212631,102302],[-214921,100733],[-214238,100217],[-214954,101076],[-215851,99565],[-209504,97751],[-209408,97268],[-210570,97230],[-209508,95467],[-209347,94559],[-207601,91975],[-217508,107441],[-216914,106383],[-216672,108287],[-215081,107808],[-214317,107863],[-216013,106967],[-215522,105818],[-215410,109124],[-213071,106432],[-211820,105878],[-210875,104228],[-211308,103971],[-208897,107128],[-207402,104957],[-207505,102766],[-212998,103110],[-208165,115484],[-209809,116122],[-211389,116337],[-212227,117213],[-208965,118151],[-208803,118986],[-210483,119807],[-209244,121157],[-208455,122047],[-206086,121530],[-207176,124778],[-206233,124612],[-206736,126227],[-208220,125865],[-207225,127794],[-205688,127334],[-205784,126227],[-211467,124545],[-213125,124865],[-213831,123165],[-215093,122593],[-213863,127359],[-229323,-316611],[-229671,-316315],[-230245,-318476],[-227716,-319499],[-226494,-318814],[-226396,-319011],[-226343,-319350],[-225484,-317799],[-225211,-317498],[-225188,-318433],[-226098,-320078],[-225596,-319913],[-226865,-322182],[-226595,-323596],[-227826,-323599],[-226739,-323312],[-220550,139154],[-220598,138030],[-222281,136610],[-225058,138101],[-225606,136279],[-228531,136288],[-226776,131670],[-228346,130904],[-226921,129201],[-217751,143729],[-230114,324003],[-229761,320467],[-225806,333762],[-226513,337013],[-225023,335067],[-225638,333952],[-227716,335805],[-227327,335790],[-227275,348065],[-230307,349901],[-230076,349942],[-229357,349138],[-230321,353788],[-228181,354092],[-226926,356331],[-230012,355506],[-225165,102636],[-226101,113484],[-225787,113028],[-222440,112614],[-220975,111447],[-222351,110683],[-221795,110396],[-219832,108708],[-229876,114600],[-229835,110739],[-227830,106483],[-226519,106316],[-226755,104499],[-225419,104057],[-224876,103982],[-222869,104565],[-224493,104017],[-229296,120050],[-228342,118522],[-227946,117904],[-226263,117124],[-225524,128132],[-226498,128048],[-228760,125886],[-229536,126637],[-229703,122154],[-239112,-305496],[-234799,-302034],[-242443,-300944],[-239068,-301873],[-241247,-304730],[-232428,-313194],[-236323,-312757],[-232143,-307048],[-239317,-313290],[-236388,-308001],[-234854,-308265],[-230520,-315663],[-240548,-311533],[-238592,-311196],[-235218,-313618],[-240026,-313394],[-238949,-312918],[-238010,-312055],[-237150,-310894],[-236764,-312302],[-237183,-310981],[-236312,-311772],[-231870,-309785],[-231775,-314305],[-232148,-314301],[-231966,-312372],[-233302,-312185],[-231809,-311173],[-232017,-309441],[-232765,-310752],[-239177,-318021],[-235562,-316344],[-239051,-319513],[-241148,-318563],[-236022,-314793],[-237313,-317849],[-238409,-316911],[-237720,-317602],[-235937,-317706],[-237747,-316517],[-238089,-315816],[-240010,-316675],[-237873,-313722],[-235273,-313928],[-236051,-315609],[-239435,-317891],[-240765,-316412],[-240500,-314483],[-241436,-316781],[-238077,-314871],[-240244,-314223],[-234104,-317475],[-234095,-318674],[-233624,-317885],[-232615,-319089],[-232220,-319043],[-230595,-318019],[-230647,-317725],[-232921,-315351],[-240828,-325110],[-240587,-322867],[-238616,-325812],[-238913,-319951],[-240767,-326281],[-241267,-332088],[-239624,-332027],[-242990,-326854],[-237060,-319968],[-237519,-320360],[-239054,-324275],[-238617,-323000],[-238161,-321746],[-239518,-320887],[-243131,-331722],[-243044,-323434],[-241845,-324340],[-242042,-323385],[-242709,-325069],[-241061,-326011],[-240667,-323071],[-239322,-323224],[-240250,-326712],[-240507,-323112],[-239232,-322186],[-241169,-321151],[-240223,-321143],[-240401,-322801],[-240310,-319879],[-242612,-333027],[-239148,-335722],[-242642,-335642],[-240831,-336781],[-241467,-333255],[-241608,-332984],[-241206,-335163],[-240082,-333790],[-242012,-334428],[-234711,129414],[-240746,131887],[-242001,132102],[-241986,129162],[-243046,128228],[-231342,321584],[-231125,343722],[-231117,345413],[-236063,342246],[-234709,341536],[-233896,341665],[-234978,340802],[-236389,341236],[-234449,344140],[-236611,340919],[-232631,340617],[-232880,337762],[-232135,338021],[-231331,337084],[-238621,341348],[-232661,351841],[-232195,352946],[-230583,354856],[-230611,345991],[-231241,346297],[-230598,109842],[-239267,121294],[-233144,125716],[-234679,125519],[-230912,123879],[-232720,122293],[-232070,121030],[-230969,118678],[-231577,119848],[-231059,118662],[-235071,122108],[-235983,123644],[-235111,125321],[-238340,120909],[-237979,120680],[-254542,-287146],[-248295,-290962],[-253719,-291342],[-253402,-287475],[-250988,-291767],[-252930,-295302],[-253942,-296575],[-250049,-304757],[-245008,-306765],[-249747,-303371],[-247933,-297609],[-247658,-296296],[-255651,-304869],[-250984,-303568],[-253277,-303163],[-253862,-298284],[-254238,-301725],[-254609,-302440],[-253655,-299572],[-253558,-300590],[-249487,-300101],[-249165,-303214],[-249155,-307183],[-254592,-308356],[-249111,-308397],[-249529,-309112],[-249557,-307944],[-250722,-317321],[-251402,-317126],[-249734,-319418],[-253089,-318034],[-249831,-317220],[-252911,-331126],[-247223,-328898],[-253126,-329067],[-243940,-325242],[-255101,-330483],[-251486,-332169],[-254675,-332182],[-243523,-331453],[-250451,-327705],[-250026,-326865],[-254950,-323254],[-254731,-326017],[-253306,-321462],[-244214,-330175],[-249723,-330110],[-251656,-332093],[-246375,-329171],[-244510,-331128],[-247526,-332259],[-249689,-328177],[-252289,-330510],[-247163,-329113],[-245698,-332249],[-245634,-332388],[-247594,-331982],[-248724,-330200],[-248678,-331032],[-254067,-330759],[-254116,-329574],[-248370,-330444],[-247307,-330911],[-245760,-330724],[-245162,-330006],[-245593,-329464],[-243967,-328818],[-245029,-329685],[-253316,-332567],[-250606,-331727],[-250983,-331477],[-246182,-338223],[-245758,-337461],[-246343,-337468],[-247226,-337754],[-253499,-336077],[-250601,-333947],[-249477,-337891],[-253842,-338793],[-253069,-334366],[-251315,-339051],[-244951,-333410],[-248634,-332921],[-253555,-332989],[-252073,-333527],[-253201,-338785],[-250593,-337833],[-254520,-333812],[-251763,-336078],[-250297,-337910],[-253624,-336375],[-249393,-337643],[-252522,-332991],[-250093,-338126],[-249765,-337041],[-250107,-337250],[-253990,-334406],[-250354,-335701],[-246854,-336687],[-247991,-334692],[-246512,-334576],[-244282,-336796],[-251908,-337457],[-250793,-336718],[-248948,-336528],[-245776,-337993],[-252273,-337064],[-246682,-337166],[-246682,-334864],[-245685,-336609],[-250749,-337128],[-246020,-334888],[-245050,-334690],[-245082,-334786],[-243749,-335755],[-243567,-336233],[-245555,-333244],[-245642,-333647],[-254906,-338855],[-254507,-339311],[-253866,-338816],[-253762,-336775],[-253037,-338453],[-263419,-286023],[-263499,-288824],[-260958,-291989],[-256352,-290846],[-263882,-293270],[-257678,-290771],[-261219,-284092],[-256647,-292620],[-259207,-291186],[-257735,-288060],[-258918,-291424],[-259308,-300681],[-256859,-296761],[-259215,-302930],[-259123,-301717],[-266494,-295546],[-258270,-298707],[-264123,-295041],[-260948,-302934],[-258067,-304186],[-263116,-295949],[-266532,-301442],[-265054,-294233],[-256621,-303799],[-264719,-302422],[-259149,-301855],[-262020,-306865],[-256817,-305772],[-259482,-308175],[-257138,-312557],[-257381,-318378],[-262498,-307777],[-260098,-311301],[-257887,-308172],[-256949,-316139],[-259195,-313486],[-257949,-313446],[-257975,-319033],[-261382,-310806],[-262081,-308279],[-256026,-316871],[-257225,-324007],[-256221,-332809],[-280398,-496778],[-281510,-495320],[-293307,-243255],[-292690,-241663],[-293203,-241868],[-293821,-242215],[-293174,-242034],[-291603,-242055],[-292508,-242757],[-291819,-242296],[-291738,-242037],[-292109,-242781],[-291507,-242296],[-291343,-242145],[-291102,-242075],[-291135,-241586],[-290844,-241141],[-291223,-241423],[-293165,-241387],[-293302,-241674],[-293909,-242490],[-294083,-239775],[-294391,-240603],[-294125,-240544],[-293582,-239835],[-293850,-240457],[-292940,-239694],[-292780,-239114],[-293465,-239850],[-293384,-239981],[-294017,-243419],[-294228,-243648],[-294273,-243877],[-293052,-243110],[-292885,-243285],[-293354,-243490],[-294200,-244426],[-294192,-244588],[-291558,-370687],[-293173,-370442],[-293218,-369250],[-292031,-368972],[-286978,-375496],[-286179,-375366],[-291734,-371217],[-292364,-371164],[-287271,-375761],[-286994,-376508],[-286585,-375663],[-286191,-375700],[-282864,-497391],[-283005,-494738],[-294766,-242291],[-294890,-242513],[-294930,-242131],[-295091,-242782],[-295313,-242819],[-295521,-242603],[-295730,-242550],[-295879,-242799],[-295929,-242622],[-295654,-242833],[-294486,-241571],[-294824,-241499],[-294915,-241894],[-294657,-241722],[-295156,-241908],[-295020,-242157],[-294589,-240520],[-294771,-241132],[-294483,-244052],[-294684,-244139],[-295088,-244234],[-295243,-244062],[-294780,-244308],[-294582,-244511],[-294631,-244508],[-295015,-244489],[-295424,-244368],[-295568,-244242],[-295792,-244248],[-295879,-243063],[-294971,-243920],[-294553,-244218],[-295217,-368152],[-295385,-369874],[-295802,-368295],[-306029,-370644],[-303338,-375233],[-303365,-374675],[-303090,-375149],[-304929,-374310],[-305409,-375173],[-304901,-374583],[-306281,-373365],[-305339,-373695],[-306106,-374437],[-297805,-379321],[-296799,-378745],[-298226,-378661],[-306544,-371459],[-304908,-371264],[-302546,-373224],[-303133,-374073],[-315718,-243601],[-315737,-243583],[-315530,-243694],[-317668,-244668],[-317710,-244384],[-317703,-244677],[-319084,-244405],[-319127,-244345],[-319134,-244436],[-319832,-244334],[-319818,-244639],[-313074,-371792],[-316808,-375083],[-317781,-374951],[-316426,-374951],[-315511,-375157],[-316402,-375113],[-314877,-375220],[-313065,-372650],[-313702,-372736],[-313287,-372212],[-319776,-373511],[-319913,-372390],[-319437,-372022],[-317598,-372067],[-318452,-371962],[-317356,-371588],[-313865,-378480],[-313601,-378407],[-314408,-378099],[-312669,-371191],[-312360,-371190],[-319618,-384930],[-318853,-414876],[-318611,-414903],[-319948,-415548],[-319273,-418786],[-319333,-417992],[-318718,-426185],[-318293,-425978],[-319546,-425983],[-317309,-432120],[-316899,-431112],[-317175,-432336],[-318803,-431472],[-318862,-431494],[-318777,-432461],[-318809,-431370],[-318446,-430565],[-318853,-430064],[-319661,-430053],[-312699,-431267],[-312964,-431448],[-312759,-430662],[-327610,-248913],[-327939,-249243],[-325497,-246930],[-325512,-246838],[-325756,-247364],[-329696,-250495],[-325062,-246468],[-325066,-246586],[-325000,-246280],[-327886,-249303],[-326919,-249506],[-320552,-248026],[-320779,-248384],[-329963,-250511],[-320775,-248423],[-330082,-250313],[-327364,-249897],[-327431,-249766],[-320084,-244822],[-320693,-244698],[-320816,-244738],[-320419,-244639],[-322211,-245052],[-322398,-244806],[-322156,-244487],[-321469,-245928],[-321353,-245528],[-321564,-245568],[-322073,-248594],[-321708,-248545],[-321997,-248707],[-321228,-248827],[-321290,-248743],[-321486,-249074],[-332608,-354307],[-325888,-370328],[-324972,-369999],[-324415,-370873],[-325119,-370729],[-328062,-367480],[-322399,-380263],[-322271,-379363],[-321129,-379818],[-320390,-375956],[-320381,-375992],[-320365,-374592],[-320622,-374255],[-321809,-374432],[-321266,-373291],[-321450,-373863],[-321359,-372787],[-325188,-371737],[-324915,-371726],[-323748,-376460],[-325066,-375234],[-324631,-376343],[-324079,-375855],[-325878,-381572],[-326100,-382314],[-325890,-382257],[-332332,-379413],[-330757,-381541],[-329446,-381755],[-330734,-382353],[-326728,-379945],[-326472,-379385],[-326206,-379518],[-326148,-375920],[-326024,-376593],[-324776,-377433],[-327198,-376976],[-326648,-377216],[-327236,-376374],[-320631,-372786],[-320153,-385559],[-320477,-385585],[-323444,-388587],[-323010,-388831],[-322364,-387721],[-329850,-384359],[-329260,-385515],[-329623,-384076],[-329040,-396405],[-329312,-395036],[-329297,-395378],[-330029,-391882],[-330171,-391755],[-330852,-391178],[-329651,-389097],[-330265,-389328],[-330460,-387957],[-323415,-388008],[-332161,-405261],[-327289,-400310],[-326491,-400833],[-326589,-401095],[-331972,-406154],[-332771,-404777],[-332328,-405249],[-330976,-398141],[-329922,-398223],[-329875,-398770],[-327637,-397626],[-326655,-397580],[-327833,-402163],[-329081,-401927],[-329078,-401785],[-329553,-404869],[-328738,-405698],[-328356,-404923],[-332167,-405762],[-332156,-405537],[-329303,-406462],[-329211,-407401],[-328531,-407474],[-330758,-408458],[-330451,-408509],[-331087,-408038],[-329216,-400778],[-329825,-399840],[-331907,-398737],[-329671,-399688],[-332117,-398959],[-332112,-398622],[-330215,-403276],[-328970,-403566],[-328773,-404288],[-323343,-419195],[-323615,-419524],[-322862,-419571],[-329571,-418699],[-329833,-418683],[-329642,-418988],[-329470,-411601],[-330486,-413035],[-329052,-411749],[-327921,-413111],[-327407,-412853],[-327862,-413146],[-324827,-421896],[-325126,-421793],[-331784,-421377],[-332786,-421626],[-332762,-420420],[-320409,-418350],[-320249,-418789],[-320758,-418532],[-323054,-419961],[-322892,-420029],[-323110,-421166],[-324673,-419643],[-325249,-420190],[-324098,-418983],[-325003,-419362],[-325797,-419729],[-325029,-419730],[-326198,-422190],[-326573,-422058],[-320127,-425160],[-320083,-425057],[-325771,-434336],[-325449,-434998],[-326574,-427004],[-325505,-426111],[-322206,-429070],[-321834,-429709],[-321288,-428963],[-321086,-429593],[-322910,-428533],[-323066,-428533],[-327904,-427460],[-328212,-426731],[-327319,-428232],[-320131,-429865],[-325962,-426544],[-332745,-427029],[-332534,-426487],[-332679,-426590],[-332157,-428191],[-330875,-432969],[-332520,-432111],[-331122,-432452],[-331517,-432208],[-330859,-432250],[-330046,-432110],[-329957,-431273],[-329233,-427700],[-328563,-428164],[-328857,-427860],[-327363,-430461],[-327246,-430075],[-327064,-429973],[-322662,-427632],[-324011,-423067],[-326395,-423070],[-326707,-423341],[-326354,-423382],[-329200,-422434],[-330167,-422553],[-330065,-423519],[-329834,-422999],[-331942,-422347],[-325438,-423055],[-326581,-423332],[-327156,-423284],[-326193,-423949],[-324612,-427891],[-324778,-428285],[-324581,-427206],[-320073,-430616],[-325698,-435072],[-325278,-435116],[-326140,-435180],[-325722,-435676],[-329588,-441035],[-329638,-440918],[-329710,-440459],[-331551,-439991],[-331211,-440017],[-330444,-439972],[-332463,-440492],[-332016,-437187],[-332588,-436399],[-332154,-436515],[-330416,294527],[-332592,291582],[-332387,291849],[-330928,293548],[-329014,295024],[-330769,296422],[-327922,295862],[-331625,297321],[-343458,-250661],[-343814,-250689],[-343725,-250429],[-345580,-246646],[-345457,-246408],[-333269,-382657],[-333090,-379034],[-332949,-378405],[-332962,-383111],[-342953,-387649],[-340809,-391442],[-338342,-389014],[-340128,-385513],[-345126,-386666],[-339175,-394274],[-344315,-385663],[-340422,-394514],[-332990,-383912],[-335355,-390315],[-335556,-390478],[-335108,-391380],[-332969,-403592],[-333582,-403465],[-334803,-403681],[-333663,-402529],[-336113,-401124],[-336173,-401513],[-335953,-400745],[-333245,-397834],[-334561,-398754],[-334323,-397968],[-338058,-406385],[-338969,-406286],[-338081,-405400],[-333060,-398420],[-334459,-398606],[-333140,-414707],[-334006,-415434],[-333942,-415013],[-335174,-417111],[-334754,-418406],[-334948,-417284],[-334198,-421577],[-343312,-422049],[-337878,-422023],[-338665,-420981],[-338601,-421724],[-337676,-418832],[-337395,-419119],[-337642,-419198],[-335212,-421312],[-335214,-420830],[-332883,-418684],[-333982,-417425],[-333569,-418636],[-335833,-410084],[-335763,-410834],[-335062,-410270],[-337880,-410765],[-337010,-410845],[-337131,-411271],[-333529,-421648],[-334942,-420795],[-333107,-421481],[-333622,-420534],[-338342,-431914],[-338544,-432688],[-339037,-432203],[-338630,-428636],[-339216,-428660],[-340776,-429145],[-339609,-428311],[-339807,-428425],[-344556,-424114],[-344808,-423062],[-344095,-422950],[-343674,-422927],[-333339,-428054],[-333505,-428135],[-333325,-439254],[-333570,-440507],[-334372,-436899],[-335000,-436084],[-335300,-435773],[-337186,281448],[-332875,291545],[-338403,283950],[-336292,282028],[-337185,282017],[-336473,285894],[-334740,288655],[-336140,290495],[-335882,292137],[-335073,292151],[-342482,285789],[-344757,287270],[-343264,285568],[-337726,284318],[-336065,282401],[-338115,289504],[-333104,298697],[-334312,299706],[-336578,301001],[-341343,302921],[-340215,304898],[-339008,305371],[-338405,303848],[-336731,303177],[-340489,302460],[-335234,299589],[-335285,296299],[-335521,298653],[-335354,297711],[-335555,297841],[-350827,-242747],[-350784,-242482],[-350835,-242580],[-351506,-242083],[-351552,-242266],[-351320,-241722],[-354607,-251736],[-354393,-251343],[-354270,-251422],[-354902,-250681],[-354966,-250633],[-354973,-250834],[-347600,-252855],[-350103,-250364],[-347649,-253246],[-348194,-254389],[-348107,-254503],[-354977,-250012],[-346456,-255760],[-346496,-255797],[-347412,-255706],[-347302,-255791],[-345749,-246310],[-347585,-251519],[-347739,-251605],[-347578,-251599],[-356005,-250119],[-354864,-250012],[-355297,-249871],[-355856,-249944],[-346656,-250688],[-347804,-251094],[-347582,-251106],[-355936,-249942],[-347904,-251834],[-347485,-252303],[-349821,-249849],[-346543,-253146],[-346630,-252999],[-348214,-250411],[-347982,-250369],[-348164,-250887],[-351553,-250755],[-349950,-249904],[-351577,-251010],[-350733,-250379],[-351075,-250456],[-350828,-250276],[-351587,-251003],[-356988,-262606],[-357425,-262072],[-356902,-262961],[-357451,-262147],[-357326,-262322],[-357574,-261732],[-357567,-261636],[-356869,-262971],[-357585,-263132],[-356813,-262684],[-349366,-258065],[-357460,-263057],[-357269,-263346],[-349590,-258246],[-346163,-256001],[-356794,-265409],[-349126,-257076],[-348954,-257197],[-356589,-265151],[-351243,-256878],[-351210,-257023],[-350773,-256923],[-350830,-255807],[-350879,-256071],[-351029,-256299],[-356784,-265526],[-356101,-264586],[-356516,-264804],[-350043,-261553],[-350031,-261543],[-350206,-261294],[-356768,-264506],[-349265,-260983],[-356555,-264960],[-348847,-259539],[-348835,-259549],[-348596,-259341],[-349975,-258779],[-349686,-258946],[-349852,-259286],[-349211,-258137],[-356998,-263443],[-356888,-263389],[-356484,-263534],[-356383,-263772],[-356741,-263905],[-356562,-263068],[-356483,-263262],[-356410,-262976],[-356924,-264633],[-357023,-264594],[-346972,-350608],[-357505,-351553],[-355681,-349984],[-348883,-349168],[-348746,-355799],[-354354,-357252],[-348079,-354477],[-351039,-358619],[-351161,-365494],[-357394,-370734],[-348015,-360388],[-354015,-371690],[-357433,-376725],[-357454,-382626],[-358242,-378765],[-351557,-376507],[-355351,-376506],[-348471,-383275],[-346514,-378284],[-356615,-384026],[-346247,-385954],[-354626,-389841],[-350140,-394905],[-348023,-393864],[-355628,-390650],[-354412,-392371],[-352399,-391067],[-346301,-387487],[-349186,-389698],[-347520,-389501],[-356886,-396167],[-347450,-403103],[-356242,-399469],[-355905,-402781],[-351937,-402006],[-356464,-404260],[-352827,-402209],[-356669,-407425],[-347333,-396851],[-354248,-398512],[-351335,-408861],[-348866,-410452],[-355705,-412360],[-357591,-413256],[-357591,-411591],[-358212,292617],[-355906,283128],[-357930,281835],[-355717,289572],[-353741,291483],[-356312,288875],[-357942,289727],[-356838,294060],[-364950,-236591],[-364644,-236943],[-365047,-236832],[-363932,-238797],[-363906,-238823],[-365066,-236353],[-365035,-236178],[-364899,-235768],[-365570,-236445],[-365326,-236720],[-365499,-236585],[-363935,-239188],[-364045,-236146],[-364271,-235670],[-364127,-236066],[-363504,-236072],[-363399,-235621],[-363644,-235760],[-362188,-235681],[-362253,-235817],[-362336,-235847],[-363741,-238735],[-363912,-238622],[-363699,-238483],[-361869,-236308],[-362080,-236594],[-362133,-236811],[-362041,-237211],[-362518,-237343],[-361980,-238083],[-362222,-238283],[-362001,-237946],[-362624,-237883],[-362067,-237818],[-362328,-237693],[-368660,-235026],[-368744,-235018],[-368383,-235034],[-368158,-235254],[-368119,-235765],[-367620,-235688],[-368101,-235544],[-367819,-235211],[-368163,-235930],[-368248,-235939],[-368244,-236244],[-366575,-236012],[-366563,-235737],[-366973,-235773],[-369823,-235630],[-369877,-235649],[-369863,-235373],[-365328,-235234],[-365205,-235438],[-365011,-235742],[-363691,-237659],[-363525,-237446],[-363783,-237574],[-364182,-237245],[-364160,-236830],[-364240,-236831],[-364314,-238269],[-364014,-238194],[-364349,-238106],[-366464,-248033],[-366396,-248771],[-366062,-248762],[-366698,-249974],[-367984,-250916],[-358865,-262930],[-365728,-262737],[-360745,-266164],[-360674,-266519],[-360700,-266576],[-362796,-267277],[-362591,-267287],[-362363,-266948],[-364050,-259977],[-364184,-260264],[-363976,-260016],[-363759,-259532],[-363580,-259520],[-363555,-259537],[-363072,-262131],[-363620,-261573],[-358695,-262730],[-358897,-262872],[-362831,-261299],[-363035,-261463],[-362740,-260970],[-362027,-261032],[-362007,-261405],[-361929,-261074],[-361240,-262607],[-361183,-262217],[-361020,-262596],[-362072,-262654],[-361803,-262759],[-362067,-262846],[-366182,-265113],[-366240,-265497],[-366074,-265305],[-367134,-264213],[-362729,-354772],[-358738,-351126],[-370865,-358173],[-362388,-355974],[-366621,-355853],[-366203,-349357],[-365858,-353990],[-370558,-369048],[-371181,-368165],[-358703,-364555],[-366129,-367961],[-368731,-363530],[-360457,-359082],[-359136,-364081],[-369181,-361415],[-366229,-364197],[-371171,-358470],[-363022,-382027],[-359556,-382861],[-360287,-375928],[-367299,-371089],[-360603,-393313],[-361789,-396316],[-359195,-387491],[-367402,-395806],[-368953,-388681],[-369090,-392463],[-363741,-384703],[-367650,-391016],[-370845,-396035],[-359199,-392302],[-361313,-387296],[-370194,-396249],[-361473,-386594],[-365285,-393749],[-363240,-407818],[-362665,-396783],[-364427,-399540],[-360553,-405076],[-366533,-409019],[-361127,-405301],[-362918,-398774],[-361569,-400510],[-360332,-403609],[-358966,-416656],[-363648,-415266],[-364245,-409733],[-370368,-412871],[-368532,-411032],[-367437,-412007],[-368201,-555875],[-358573,281239],[-359684,282158],[-361610,283772],[-361589,285947],[-370454,293748],[-369493,296909],[-370185,296214],[-368950,313292],[-370229,314685],[-368888,314338],[-369387,319878],[-370975,312849],[-370497,310087],[-370728,310589],[-369382,311226],[-367715,312267],[-369969,324401],[-368810,322205],[-371169,320321],[-369666,321313],[-369304,329482],[-367378,329837],[-368049,327446],[-370055,327646],[-366602,328718],[-364729,326086],[-363850,327488],[-362766,326891],[-362288,326708],[-360597,325835],[-359432,328201],[-359537,329196],[-360542,328198],[-363759,329033],[-363477,329615],[-364609,328610],[-371082,337098],[-370839,337185],[-368409,334255],[-369154,334575],[-364736,335948],[-365625,335211],[-382916,-212285],[-382224,-211770],[-382210,-212613],[-382644,-211612],[-382116,-211913],[-382291,-212267],[-382456,-211754],[-382790,-212053],[-383590,-212349],[-383205,-212144],[-383488,-212356],[-383499,-212165],[-381690,-344344],[-380199,-341177],[-377617,-339366],[-374576,-338057],[-371622,-356906],[-381537,-348602],[-379057,-357104],[-375233,-352117],[-380324,-351094],[-377977,-350896],[-371886,-352072],[-372673,-369610],[-379235,-362051],[-378417,-360110],[-383165,-365250],[-371579,-359018],[-379731,-364949],[-379744,-370354],[-377221,-368391],[-378167,-374435],[-373623,-378699],[-371320,-383396],[-374927,-378416],[-381562,-376405],[-373137,-381457],[-377329,-383215],[-374689,-373750],[-383965,-381486],[-382722,-391648],[-377854,-393208],[-373395,-396223],[-381567,-395355],[-376958,-384962],[-383729,-386761],[-372286,-389484],[-376145,-392145],[-374107,-390920],[-377106,-391336],[-375685,-386977],[-376321,-409042],[-371279,-402717],[-378656,-401209],[-378003,-407954],[-382194,-402645],[-374047,-406135],[-372715,-402719],[-380342,-397239],[-379788,-403417],[-377367,-405153],[-382358,-408435],[-375370,-406910],[-373491,-407378],[-380572,-411966],[-374789,294010],[-374249,292611],[-373585,293311],[-374041,294604],[-376863,294947],[-379650,298642],[-380586,299758],[-382688,300176],[-383520,299101],[-382278,299950],[-381416,299148],[-380173,298055],[-383477,300049],[-383751,300381],[-383958,298135],[-371728,296366],[-374470,306629],[-376133,307197],[-382050,307463],[-382339,308246],[-380703,310536],[-380063,311633],[-378658,311425],[-381893,310715],[-381367,310561],[-380349,314067],[-380417,315440],[-382542,316907],[-383907,314406],[-377542,317820],[-378335,315861],[-377704,314902],[-376095,316860],[-379733,318559],[-380600,317222],[-375376,318693],[-376352,318852],[-377585,320101],[-373011,312368],[-376990,307666],[-374030,308079],[-372391,309291],[-373687,311295],[-377125,321624],[-377735,323353],[-378142,323127],[-376604,323288],[-374772,320689],[-377018,320594],[-373759,321916],[-372085,322191],[-375221,324421],[-377120,325298],[-377578,326473],[-379716,326040],[-379896,324955],[-372002,339848],[-373810,340464],[-372646,336979],[-394304,-202348],[-394341,-202516],[-394175,-202714],[-394070,-202034],[-393775,-201932],[-394167,-202294],[-394752,-203839],[-395030,-203888],[-395109,-203745],[-394756,-203246],[-394618,-203200],[-394584,-203138],[-393811,-212193],[-394113,-212234],[-394001,-211972],[-393801,-212444],[-393994,-212713],[-394098,-212567],[-392596,-212975],[-392526,-212902],[-392777,-212969],[-392091,-213585],[-391914,-213533],[-391782,-213860],[-392129,-214191],[-391820,-214456],[-391990,-214267],[-391386,-215118],[-391725,-215231],[-391616,-215010],[-392106,-215373],[-392049,-215312],[-392013,-215166],[-391407,-215872],[-391866,-216310],[-391661,-215967],[-391173,-217846],[-391032,-218078],[-390830,-218342],[-389466,-219689],[-389559,-219732],[-389318,-219583],[-389623,-220506],[-390000,-220344],[-389436,-220361],[-394874,-357627],[-394660,-367602],[-388824,-359929],[-384795,-358441],[-385788,-358497],[-395755,-370832],[-393751,-362090],[-391507,-362621],[-388763,-368786],[-390133,-366738],[-391295,-367532],[-389377,-368048],[-390931,-365774],[-390018,-364148],[-387324,-364566],[-386048,-373925],[-392341,-376556],[-390047,-375184],[-396269,-372150],[-389518,-377463],[-388828,-380099],[-388501,-384973],[-395739,-396358],[-395900,-386992],[-390872,-389579],[-393570,-384145],[-386595,-388188],[-384392,-384749],[-387549,-390834],[-388649,-393073],[-394024,-385949],[-388336,-394966],[-391314,-385935],[-395259,-389436],[-388731,-389189],[-388694,-399656],[-395081,-398120],[-385621,-401083],[-391366,-397933],[-386228,-398562],[-384101,-406266],[-387269,-405770],[-394287,-473388],[-396661,-472165],[-394870,-474394],[-385259,301912],[-386367,300694],[-387621,301196],[-386118,300252],[-385389,297540],[-385885,318738],[-386421,316899],[-384543,317905],[-385200,316007],[-386631,318426],[-387548,319289],[-403762,-353193],[-400530,-352046],[-402009,-352556],[-405515,-355892],[-402445,-351087],[-398737,-355436],[-407067,-352677],[-398713,-353853],[-402073,-360700],[-400640,-358388],[-397343,-359119],[-404987,-358785],[-400182,-369441],[-404209,-370663],[-398772,-365545],[-403671,-379926],[-400009,-371343],[-408126,-382390],[-401987,-383795],[-398930,-373842],[-397265,-379385],[-403015,-376101],[-397464,-375728],[-403243,-396578],[-399772,-394827],[-409476,-392244],[-402346,-387905],[-397096,-394495],[-399304,-393193],[-405240,-390533],[-402881,-392367],[-399471,-385546],[-406531,-386586],[-398990,-396001],[-397745,-401329],[-396861,-399850],[-403718,-465788],[-402653,-463843],[-401414,-463177],[-397515,-470054],[-400873,-472336],[-398086,-472484],[-400767,-469936],[-403135,-468550],[-404261,-469033],[-403628,-471055],[-406967,-472836],[-406585,-467429],[-404538,-470332],[-405085,-470546],[-405434,-469779],[-404569,-468115],[-407977,-479218],[-406453,-480378],[-403425,-481717],[-401237,-473735],[-397101,-479318],[-408202,-475164],[-405444,-477153],[-403045,-477025],[-401917,-475326],[-400133,-479106],[-398434,-477860],[-419405,-267121],[-420446,-268205],[-421403,-270907],[-421675,-271504],[-420738,-270286],[-420927,-268721],[-421570,-269125],[-420596,-344046],[-415726,-351711],[-421405,-347121],[-416438,-349670],[-418248,-346807],[-421042,-353262],[-422318,-351611],[-421707,-358721],[-422244,-359346],[-420507,-360911],[-420080,-360961],[-416799,-363759],[-415377,-362764],[-416346,-367421],[-413044,-358690],[-419615,-360401],[-419986,-358987],[-414384,-359687],[-418709,-382163],[-410277,-382118],[-411499,-380508],[-419166,-382484],[-414851,-392394],[-411565,-386811],[-414045,-387669],[-415324,-472520],[-421285,-471340],[-419728,-472016],[-418303,-471905],[-419717,-467604],[-418959,-468991],[-418599,-469034],[-415794,-467366],[-420268,-460958],[-410013,-463234],[-412535,-463708],[-410170,-470831],[-413590,-469430],[-415927,-483838],[-416340,-480341],[-414824,-476898],[-412974,-485002],[-411227,-481811],[-412691,-474258],[-419569,-481337],[-417368,-475493],[-414322,-481893],[-421729,-483232],[-410331,-475840],[-417446,-485357],[-419610,-476719],[-415516,-484550],[-419802,-491749],[-415320,-488021],[-419924,-498265],[-412804,-488916],[-415946,-495454],[-413951,-487354],[-421007,-499562],[-411820,-512697],[-412204,-513366],[-412099,-512696],[-421064,-534476],[-413997,-529242],[-412838,-529789],[-414556,-532001],[-412507,-525465],[-413328,-524679],[-426857,-260758],[-429198,-262019],[-427715,-268162],[-426406,-266265],[-426781,-266537],[-426521,-260979],[-426756,-267205],[-427678,-264074],[-428222,-263261],[-426902,-267489],[-426419,-266619],[-427007,-267715],[-425868,-264315],[-425481,-262926],[-429010,-263459],[-427515,-258891],[-429368,-260052],[-426966,-263888],[-426655,-266408],[-426523,-266602],[-423655,-261765],[-428151,-263370],[-423170,-262216],[-427778,-259250],[-423882,-261533],[-423178,-262378],[-427789,-263154],[-424473,-261688],[-429087,-263335],[-424286,-260862],[-426116,-260744],[-426947,-259914],[-426072,-274911],[-426840,-278997],[-428278,-275017],[-423835,-269227],[-428444,-275909],[-427905,-277708],[-426648,-271519],[-423029,-272104],[-426730,-279906],[-425319,-268914],[-429008,-277570],[-427205,-280646],[-428806,-279344],[-425915,-274941],[-426482,-278588],[-424968,-272593],[-425047,-269763],[-423530,-270291],[-428489,-324194],[-433631,-326148],[-432118,-321291],[-424554,-357754],[-428018,-355440],[-427175,-356715],[-431165,-346646],[-432686,-353716],[-423994,-351127],[-428102,-346958],[-429663,-350197],[-429196,-353170],[-430546,-358508],[-432457,-359803],[-434628,-358804],[-434443,-367594],[-425920,-459535],[-429194,-458192],[-434786,-472701],[-431202,-471113],[-433098,-463153],[-423510,-465490],[-425476,-465064],[-425587,-461523],[-431228,-470048],[-428482,-483307],[-424950,-482303],[-434095,-481306],[-424175,-481572],[-429595,-481070],[-431621,-476169],[-424459,-477099],[-433754,-491459],[-423598,-487236],[-425639,-497942],[-428711,-494852],[-432215,-489205],[-423807,-497046],[-425662,-497066],[-424743,-497878],[-424977,-498452],[-425771,-499015],[-444623,-315740],[-437825,-342132],[-445549,-340351],[-443869,-342271],[-442358,-352224],[-441881,-354076],[-437418,-366407],[-438536,-370190],[-445768,-368755],[-439065,-369864],[-447156,-384612],[-435279,-377117],[-446441,-380823],[-437657,-374777],[-440686,-375278],[-447061,-372626],[-446889,-371704],[-445170,-450375],[-442193,-458975],[-444913,-453380],[-438640,-456363],[-441386,-453698],[-442663,-450084],[-440557,-465742],[-443645,-466038],[-435686,-468455],[-437075,-464671],[-442178,-483714],[-435320,-477605],[-443261,-480302],[-440019,-482588],[-436677,-480372],[-445181,-483013],[-446153,-475503],[-445166,-477640],[-443515,-477055],[-447395,-495250],[-435908,-494823],[-438246,-497946],[-438569,-497182],[-439269,-495327],[-441816,-495024],[-443021,-493928],[-444700,-494860],[-436389,-499570],[-440534,-500186],[-447946,-503101],[-444866,-522264],[-444885,-519176],[-446811,-517301],[-446157,-517424],[-446939,-516819],[-446640,-514946],[-437739,-520302],[-437289,-520793],[-436721,-520799],[-436722,-521130],[-436792,-520309],[-436752,-520191],[-436001,-520376],[-436108,-521065],[-436802,-518215],[-437250,-517379],[-437810,-517190],[-437737,-518179],[-437058,-517307],[-436071,-516360],[-436091,-516140],[-435842,-517006],[-436733,-517169],[-436177,-516890],[-440812,-517027],[-442034,-517180],[-442029,-517520],[-441846,-517704],[-439485,-513208],[-439113,-513355],[-438035,-514975],[-439186,-512967],[-442855,-549896],[-442617,-550648],[-450540,-318076],[-450631,-315253],[-453989,-311893],[-459811,-332092],[-459811,-328158],[-460315,-325044],[-456722,-322036],[-451167,-345179],[-450870,-341461],[-456896,-342158],[-460778,-340458],[-454225,-339594],[-455725,-336586],[-459495,-334533],[-450032,-367434],[-458446,-367499],[-453294,-382019],[-448909,-381254],[-449228,-380788],[-454340,-381692],[-451729,-446985],[-458021,-444397],[-449364,-441636],[-457350,-446325],[-458416,-441874],[-457806,-438671],[-451065,-450274],[-451942,-451821],[-450874,-455729],[-451559,-459998],[-449717,-457115],[-458792,-463866],[-450576,-465995],[-459134,-472757],[-457146,-471105],[-455353,-463424],[-455523,-463254],[-448228,-466774],[-458001,-484867],[-456054,-481855],[-458518,-474176],[-453079,-478920],[-460188,-477828],[-448078,-480977],[-448485,-483015],[-452256,-476011],[-455286,-486517],[-450444,-507032],[-449055,-503125],[-457909,-502177],[-456796,-500961],[-456832,-501185],[-451886,-506722],[-450687,-505508],[-458148,-520211],[-459463,-519153],[-459467,-517936],[-459142,-517427],[-459853,-521445],[-459973,-521528],[-460135,-520848],[-459144,-520870],[-458907,-520207],[-456890,-518640],[-455947,-519078],[-455726,-518880],[-456891,-518078],[-457090,-517114],[-456024,-515915],[-457300,-515994],[-457010,-516269],[-455876,-517925],[-457345,-522688],[-458089,-523718],[-455533,-523903],[-455926,-523570],[-451980,-519697],[-451763,-520255],[-449545,-519718],[-449194,-519919],[-449016,-520196],[-451819,-520832],[-448472,-513512],[-465042,-162658],[-463121,-163190],[-462579,-160597],[-465637,-159904],[-465832,-159471],[-468255,-318984],[-465343,-319239],[-463023,-314506],[-467793,-308718],[-467395,-312116],[-465149,-310386],[-464324,-311982],[-461565,-310418],[-462824,-311544],[-465827,-314397],[-466510,-317002],[-469143,-318089],[-463949,-331161],[-464810,-328439],[-470789,-319859],[-464433,-321039],[-471403,-326959],[-473287,-328922],[-471504,-329846],[-467391,-344306],[-467257,-342185],[-471711,-342479],[-467167,-339407],[-472518,-339243],[-461909,-343187],[-464272,-341882],[-462669,-333014],[-463323,-335109],[-467066,-333643],[-472500,-337599],[-471182,-337880],[-467170,-356793],[-469104,-346147],[-463162,-365225],[-461520,-362505],[-464506,-360787],[-463424,-381208],[-462210,-377781],[-462077,-373512],[-461292,-384713],[-461643,-384347],[-465379,-442174],[-462024,-445768],[-464683,-443947],[-472864,-458620],[-472881,-451751],[-462147,-460072],[-473291,-461166],[-461906,-462393],[-469297,-463331],[-464341,-470058],[-470989,-478381],[-463283,-486177],[-461637,-476107],[-461857,-477842],[-464433,-477554],[-462908,-475150],[-466513,-479227],[-468403,-497108],[-468061,-497008],[-467925,-494975],[-467584,-494825],[-467098,-495389],[-471281,-494196],[-470357,-493714],[-471743,-494229],[-472601,-490386],[-471260,-489635],[-471825,-490373],[-467468,-509798],[-465920,-509650],[-471903,-508501],[-469595,-507155],[-466424,-500146],[-465590,-500501],[-466633,-500040],[-467641,-499486],[-469004,-520685],[-469220,-519820],[-468668,-520624],[-468275,-520987],[-469488,-519596],[-469005,-519371],[-470219,-517472],[-470726,-517051],[-470996,-517180],[-470290,-516233],[-470352,-514900],[-470505,-514579],[-470783,-513257],[-471031,-513376],[-471086,-513577],[-471743,-513425],[-472155,-513175],[-472362,-513173],[-463715,-513470],[-464241,-513501],[-464821,-513048],[-464664,-512669],[-465813,-513318],[-463206,-524208],[-470556,-513359],[-468402,-521451],[-469054,-521132],[-468496,-521614],[-468830,-521341],[-468268,-521502],[-472022,-512964],[-472312,-512492],[-463566,-524916],[-463461,-525788],[-464152,-525755],[-463491,-526667],[-463249,-526399],[-462624,-525683],[-462313,-526459],[-462372,-525637],[-462444,-524731],[-463124,-530965],[-462506,-528905],[-460972,-529115],[-471293,-541027],[-471449,-540641],[-471258,-540526],[-470821,-539924],[-474870,-325953],[-477806,-328614],[-482550,-343325],[-480148,-334796],[-476284,-345307],[-476014,-343479],[-482140,-338230],[-474575,-341123],[-480920,-344474],[-481544,-342482],[-473860,-338651],[-475632,-348892],[-476302,-350342],[-474903,-465680],[-475054,-468808],[-475191,-493733],[-474824,-492435],[-474799,-494001],[-479218,-491284],[-480932,-491138],[-479069,-492527],[-478277,-495577],[-479220,-495322],[-478445,-494036],[-479510,-498381],[-479401,-498627],[-481832,-491872],[-482956,-491779],[-482488,-491424],[-486549,-496461],[-484832,-494127],[-484026,-494057],[-479049,-499081],[-483661,-500118],[-484027,-500135],[-483692,-500898],[-483714,-516634],[-483964,-515652],[-484461,-515701],[-485092,-516037],[-481559,-517951],[-483677,-516445],[-483001,-518147],[-484212,-519230],[-477721,-521688],[-478362,-522445],[-474935,-522502],[-474458,-521462],[-474341,-521013],[-474970,-522871],[-474580,-522233],[-478347,-516438],[-478536,-516599],[-481130,-537194],[-482390,-550018],[-480066,-549666],[-480001,-549661],[-475226,-540995],[-481089,-538121],[-486263,-541390],[-486120,-541224],[-480291,-550269],[-496130,-171776],[-499104,-491229],[-486735,-497989],[-487038,-498029],[-490207,-498061],[-489215,-498892],[-492761,-498571],[-493181,-498838],[-495694,-498387],[-495008,-497365],[-496217,-496258],[-492175,-496185],[-492173,-495879],[-495671,-493352],[-496181,-494535],[-496352,-493611],[-496423,-493817],[-497545,-496235],[-496626,-494636],[-491648,-500132],[-494494,-499947],[-493324,-501004],[-494866,-501652],[-497718,-517178],[-498277,-518159],[-496354,-523168],[-493271,-520079],[-492873,-517422],[-496625,-526145],[-497671,-528674],[-497055,-528717],[-496076,-525447],[-495515,-525165],[-491336,-545751],[-490822,-545998],[-495055,-543706],[-496118,-544394],[-495623,-545273],[-495073,-545341],[-494820,-545564],[-495016,-544729],[-495258,-545275],[-495210,-545462],[-495466,-545282],[-487234,-540294],[-501774,-475040],[-505979,-488392],[-507000,-489073],[-503492,-489634],[-500140,-487762],[-500687,-492510],[-511844,-497283],[-506929,-490493],[-502009,-492189],[-501386,-493178],[-507577,-490375],[-500036,-518543],[-500980,-543770],[-522156,-223426],[-523471,-230723],[-520808,-231081],[-523447,-232056],[-521858,-230669],[-523558,-231293],[-521755,-231426],[-520810,-232724],[-519418,-234272],[-520446,-232806],[-524654,-232174],[-517430,-233459],[-516718,-232992],[-518834,-234746],[-520431,-232863],[-524358,-235933],[-517525,-234799],[-524320,-241710],[-518385,-234653],[-519412,-232231],[-519400,-232700],[-518292,-233288],[-524063,-265737],[-523163,-265180],[-520604,-270650],[-522046,-270416],[-521237,-270316],[-512290,-496196],[-513775,-497094],[-513733,-497477],[-513971,-497495],[-513869,-495642],[-515666,-497053],[-514526,-497464],[-514296,-498161],[-514203,-498254],[-513186,-498317],[-537508,-137462],[-536157,-131226],[-534242,-129367],[-534389,-129323],[-527407,-163788],[-527126,-231656],[-537313,-243690],[-535564,-263075],[-535721,-261923],[-533329,-262618],[-533553,-277947],[-532312,-277524],[-539281,-127356],[-539877,-127951],[-541770,-213538],[-543292,-213344],[-543039,-210048],[-541753,-209305],[-543993,-217230],[-545767,-211104],[-542654,-208279],[-543616,-216660],[-550184,-225246],[-548269,-224042],[-544250,-218010],[-548640,-221566],[-544945,-218399],[-542984,-217412],[-543560,-223282],[-542929,-223146],[-540914,-253132],[-545390,-266489],[-542675,-263183],[-541527,-272333],[-559501,-203296],[-559320,-202838],[-555185,-208953],[-561359,-210673],[-562438,-210710],[-560901,-207726],[-553809,-226574],[-560424,-229649],[-554327,-226513],[-558811,-228845],[-550904,-222929],[-552019,-224091],[-558483,-229139],[-561986,-240937],[-561679,-241123],[-561923,-244108],[-562147,-243743],[-559515,-255912],[-558032,-262891],[-556121,-268386],[-559060,-262433],[-556297,-267127],[-557791,-263463],[-556578,-266726],[-562764,-261350],[-562384,-261821],[-556904,-263849],[-557838,-271394],[-558518,-271171],[-558327,-272938],[-561667,-281253],[-561456,-280678],[-561632,-280544],[-562077,-269619],[-562923,-285949],[-563104,-283403],[-562285,-284372],[-559507,-287678],[-573135,-196194],[-574021,-202129],[-568245,-211012],[-574514,-215442],[-565560,-209701],[-567665,-211691],[-565436,-210343],[-568796,-211101],[-572407,-215335],[-572031,-214930],[-564492,-224227],[-564370,-228035],[-563627,-226964],[-564195,-227180],[-566132,-233538],[-574106,-255662],[-569778,-249290],[-568449,-261913],[-570334,-264698],[-564936,-267925],[-572429,-268070],[-565199,-267540],[-564702,-264740],[-564981,-264261],[-567904,-258762],[-569140,-264739],[-572270,-266952],[-569975,-262480],[-575960,-264794],[-569322,-268457],[-567334,-259622],[-575334,-279741],[-571899,-274445],[-572664,-273260],[-575509,-268869],[-573849,-277249],[-575219,-278642],[-575829,-277031],[-567415,-275768],[-564658,-280797],[-575650,-290085],[-569350,-284061],[-569796,-283131],[-575136,-283658],[-563952,-286347],[-563613,-288544],[-563479,-288733],[-564621,-288596],[-565109,-281401],[-564689,-281866],[-569264,-283408],[-569137,-283399],[-566702,-283343],[-569220,-283258],[-569061,-282381],[-569420,-282061],[-580520,-210080],[-583430,-226111],[-580910,-227257],[-580835,-232888],[-576462,-251379],[-578110,-266813],[-585812,-281297],[-588167,-277191],[-585855,-278717],[-585339,-281095],[-587512,-281020],[-582330,-280600],[-587401,-281370],[-585267,-273512],[-581479,-273803],[-581050,-277480],[-580507,-273856],[-584426,-281961],[-580617,-281519],[-578099,-283707],[-578914,-288952],[-579443,-285215],[-89103,62771],[-88344,62121],[-89069,58990],[-84514,60158],[-89402,53529],[-89487,73230],[-88025,69349],[-86844,102028],[-82330,113072],[-81818,107014],[-84108,103914],[-89283,119680],[-84020,115619],[-90635,50587],[-93510,47644],[-92854,48674],[-94119,47673],[-97080,51042],[-100174,51389],[-100872,51300],[-92561,53654],[-92898,52539],[-92035,73553],[-90715,74166],[-89720,69895],[-90329,70953],[-92654,68690],[-94387,69425],[-92685,65634],[-102002,84894],[-101697,87219],[-102344,86585],[-100948,85668],[-99092,84835],[-97949,85455],[-96780,87378],[-93363,85527],[-91843,84155],[-91268,81760],[-93507,79820],[-92079,77421],[-89660,98656],[-91954,101532],[-92671,101221],[-95365,101349],[-96065,99006],[-98512,98986],[-100517,101308],[-100707,98961],[-101875,118458],[-99309,117474],[-96461,117186],[-96104,117514],[-95257,119294],[-94284,120098],[-92042,118984],[-91110,122160],[-92213,123447],[-101062,124851],[-102303,125325],[-114499,128838],[-113451,130541],[-107875,132673],[-109693,133813],[-113761,135926],[-112838,136809],[-104953,130189],[-112957,130563],[-107653,131820],[-106076,138511],[-109527,143940],[-114743,49735],[-115109,51252],[-102721,53510],[-103475,53894],[-105436,54443],[-105813,53454],[-108284,55061],[-111224,60294],[-108258,54087],[-109346,55288],[-109967,55405],[-112287,55288],[-112757,55610],[-112081,54131],[-111609,53711],[-112728,57026],[-112358,59604],[-113022,58746],[-112485,60759],[-112440,61824],[-112793,61453],[-113058,59059],[-104523,89366],[-103451,89775],[-103869,89063],[-103424,88668],[-104443,95922],[-103164,92889],[-103653,91808],[-103579,90009],[-114853,90993],[-113829,111167],[-112659,111510],[-113539,115268],[-107586,114624],[-110935,119223],[-109445,115480],[-104484,115814],[-105456,117886],[-114405,126876],[-109246,128093],[-109752,127151],[-104843,123655],[-113354,126280],[-113208,127569],[-111441,124477],[-108623,122837],[189157,497931],[182867,493439],[189816,499784],[191999,506963],[194554,492223],[198062,495876],[195635,499115],[194071,499105],[195086,501865],[195011,501337],[194929,507310],[200166,504822],[202941,507148],[203877,512080],[199073,515476],[197039,512469],[200027,514016],[198196,517240],[195982,519626],[196813,521735],[198988,521101],[205135,510455],[212349,536409],[213781,542453],[215277,543595],[215119,541461],[213693,541229],[212792,542718],[212357,542014],[210999,537907],[215471,538142],[228012,535058],[223454,530504],[223263,531976],[224591,527965],[225971,528417],[227405,531056],[228039,527220],[226698,527504],[226347,526827],[226993,530060],[226371,531657],[230372,537829],[228443,538255],[226668,548019],[224629,547013],[218039,540644],[220268,542697],[220263,542824],[218530,544142],[222248,547057],[222967,547986],[219252,547939],[220437,549539],[221197,550585],[230023,551005],[226729,551559],[224144,563767],[227311,564112],[226768,565882],[234908,550101],[232727,548069],[239652,562493],[242284,563798],[244357,564298],[262257,399128],[261544,399192],[262318,397859],[261348,401558],[258037,517941],[258187,519495],[260650,516250],[259643,514672],[258881,516026],[258334,522351],[258634,523424],[258948,531813],[258259,532350],[274205,407599],[274027,410593],[273956,416172],[274053,418333],[280665,526115],[277548,543499],[286741,460973],[292696,462110],[288610,461935],[291214,461319],[291015,463043],[292506,462852],[293429,462905],[281890,525257],[305246,418804],[303734,418864],[302611,417236],[303251,415910],[302868,416259],[304955,420474],[294794,462971],[296927,462620],[300674,463247],[298530,462673],[306048,463535],[313058,407619],[313857,405919],[307357,416948],[308737,419317],[314619,420179],[314732,422186],[315737,418590],[314999,418821],[307676,464576],[310168,464180],[325588,422356],[324270,410422],[324609,411520],[329929,432442],[329498,431076],[327328,429808],[324933,428394],[327973,427670],[329299,428165],[331219,426438],[331680,428221],[55074,-96804],[87371,51099],[87342,49846],[89394,47643],[88732,51028],[86013,50436],[86112,49471],[88884,51834],[88832,51612],[84719,63134],[85790,63728],[84831,62295],[84080,62275],[81648,73027],[85099,64692],[85211,65023],[83546,71424],[84710,68746],[84177,69639],[84320,66883],[84203,67593],[82993,70083],[83729,70404],[82933,72884],[81993,72143],[94584,48509],[99462,49518],[98731,45989],[101016,49307],[98655,46042],[91850,48333],[92368,48263],[89788,49312],[90062,47554],[94414,50485],[94545,50874],[93072,49525],[92616,50330],[92106,49663],[94018,48497],[99397,49373],[93008,43595],[93652,43643],[100594,49709],[91928,55591],[92177,55402],[91480,55194],[91184,55563],[91524,55408],[90763,54961],[90076,55455],[89797,55541],[90182,56014],[90063,56180],[90727,56940],[90865,56627],[91045,57001],[94269,55529],[95219,55596],[96136,52827],[95301,53648],[95388,53702],[1041072,218029],[103168,37362],[102775,37794],[105743,48794],[106277,50123],[104165,48189],[107917,49410],[108127,50052],[103270,49191],[103427,48717],[103722,48497],[115379,302],[-1276055,1522929],[-1278959,1516691],[-124502,-189557],[-126203,-190378],[-124448,130235],[-119123,130544],[-116991,146274],[-119052,150037],[-121988,145884],[-126872,150472],[-122689,152706],[-120884,152215],[-120416,147853],[-120895,150837],[-119392,148572],[-126495,163912],[-124948,161711],[-124335,163425],[-117900,164541],[-127181,162425],[-123927,153842],[-121709,159166],[-123004,158518],[-126085,157557],[-117233,154521],[-119952,163526],[-120105,165794],[-119320,163565],[-127868,161985],[-122123,168639],[-117611,167486],[-117045,167367],[-122005,166717],[-124225,167934],[-116058,51001],[-115351,51338],[-122865,43923],[-124797,42989],[-124250,43524],[-126866,46057],[-127449,46518],[-127450,50857],[-117818,41244],[-121714,44884],[-127281,46768],[-115947,57926],[-116283,56001],[-115396,54242],[-116108,53560],[-119604,58941],[-119943,58533],[-121933,59101],[-121448,59726],[-121878,60595],[-122271,61062],[-123772,61322],[-123980,60316],[-125391,60800],[-125059,59348],[-125743,61340],[-126008,58779],[-126029,58006],[-125801,63868],[-126279,51908],[-126563,53070],[-125901,52991],[-124914,53408],[-121606,54591],[-127152,61316],[-127029,65318],[-127849,64609],[-126308,67786],[-127280,69169],[-127669,69957],[-124457,70225],[-121052,72481],[-122685,72083],[-122881,73957],[-121983,76129],[-124510,76247],[-125650,76694],[-116581,87835],[-117758,86783],[-124765,79460],[-125115,81058],[-125234,80736],[-123915,81824],[-126294,82703],[-116497,92619],[-116510,90548],[-121251,97223],[-121566,99309],[-122923,102037],[-124707,100014],[-121970,92726],[-122259,91880],[-123059,91593],[-124169,92001],[-123331,93435],[-117655,109299],[-121362,102638],[-126650,105164],[-116050,115161],[-123438,127199],[-1453128,1344486],[-130215,150700],[-140598,152727],[-135203,153484],[-136354,152123],[-130536,151172],[-133152,149186],[-132116,147848],[-134246,150142],[-137052,150349],[-136862,146671],[-139055,148098],[-130728,163630],[-135729,159743],[-134272,159823],[-132974,158927],[-135218,157869],[-136216,158460],[-137061,164190],[-131610,162935],[-130320,164839],[-138247,164407],[-140228,164495],[-135828,165827],[-128533,166796],[-130163,48797],[-129182,48830],[-128069,52482],[-133369,62553],[-132292,57495],[-133580,57146],[-134151,56456],[-135470,56445],[-135234,58845],[-133527,54224],[-133590,52393],[-130046,61320],[-130489,60915],[-140191,76553],[-140085,79109],[-140367,82889],[-140342,84062],[-131512,97294],[-134775,96827],[-135060,96001],[-136037,94697],[-136020,96870],[-134564,93993],[-134221,94908],[-133939,92857],[-134347,91616],[-134749,90689],[-136099,91870],[-136944,91866],[-136099,89918],[-136489,90579],[-138572,89909],[-139040,94475],[-139371,93359],[-138580,93340],[-137071,97268],[-136507,98993],[-137857,98157],[-135883,102021],[-138028,102095],[-133446,101128],[-132263,101188],[-132235,101704],[-128518,102808],[-128925,113160],[-131126,112888],[-132351,112869],[-131638,105578],[-131948,103075],[-133480,106432],[-137132,102958],[-133040,104495],[-140002,104895],[-140390,105775],[-143320,151346],[-151463,141492],[-143560,144708],[-142529,159186],[-143730,160718],[-145975,156674],[-147681,156694],[-142104,155453],[-150354,155831],[-144113,163109],[-143381,165942],[-147806,162792],[-141783,163600],[-143961,163848],[-143350,165656],[-145174,67233],[-146143,71068],[-141638,76653],[-150706,70127],[-148585,73096],[-150109,71698],[-147539,69354],[-148621,69673],[-143373,71731],[-151132,67561],[-150388,66590],[-148892,66175],[-141617,80076],[-144112,78775],[-144521,79214],[-143309,77930],[-141792,78052],[-141773,80716],[-141434,81967],[-143231,87756],[-145166,87183],[-144067,83807],[-151366,88431],[-144759,85508],[-150574,86945],[-149340,87480],[-153240,85555],[-143927,79747],[-142839,83309],[-151831,88969],[-141602,91927],[-142162,93215],[-142668,93187],[-142236,90508],[-146948,97011],[-149695,96879],[-148550,101873],[-149231,100645],[-146697,99011],[-145989,98602],[-153398,100560],[-142042,99141],[-146910,91346],[-143351,92696],[-143020,91061],[-153102,91201],[-148614,91700],[-150686,91279],[-150497,102112],[-147305,96651],[-149781,104123],[-148157,107167],[-140943,104379],[-147231,109945],[-144514,104627],[-144434,104747],[-145928,106894],[-150525,107391],[-143534,106939],[-151955,108203],[-148098,108712],[-155406,139582],[-166337,139267],[-165235,138127],[-165651,135228],[-165363,133888],[-161709,130331],[-154510,155574],[-158738,154325],[-165625,154954],[-155923,62682],[-156719,63638],[-158354,64743],[-159241,72355],[-155759,69814],[-157075,70510],[-161052,74509],[-159502,71275],[-157445,75676],[-161039,72607],[-154883,68077],[-162802,88844],[-163317,89204],[-160404,88460],[-160687,87766],[-158931,88643],[-158148,86042],[-155967,89702],[-163998,88474],[-164272,87135],[-163255,85934],[-158393,85500],[-158678,96585],[-156571,98902],[-155137,102144],[-162628,89926],[-155263,101050],[-159888,93879],[-158961,113756],[-156607,110662],[-156775,111882],[-153848,107438],[-157618,106210],[-154824,106986],[-154453,107008],[-156254,113691],[-155985,108772],[-155057,109102],[-156464,107843],[-156256,111723],[-157061,113718],[-159036,116846],[-163124,127092],[-165653,123468],[-165114,126689],[-166365,122912],[-164061,122000],[-160695,121961],[-161035,121396],[-161323,123702],[-162756,125699],[-158320,116160],[-158310,116848],[-161300,117111],[-165081,118778],[-164053,117416],[-163169,118117],[-177517,-138653],[-177676,-138505],[-177837,-138774],[-177854,-138842],[-175917,-138203],[-175996,-137941],[-175676,-137897],[-175291,-137982],[-175208,-137933],[-175322,-138199],[-175370,-138422],[-175271,-138405],[-174953,-138438],[-179078,-146605],[-178668,-146966],[-178744,-147242],[-178550,-147779],[-178107,-147922],[-177909,-148096],[-177302,-148095],[-167770,-21643],[-168965,-21293],[-169231,-20455],[-167388,-21021],[-168495,-21995],[-174485,-98861],[-172329,-99678],[-174680,-100516],[-175181,-101315],[-176546,-102068],[-175702,-100426],[-174984,-99234],[-167926,-108368],[-169125,-106671],[-169452,-106704],[-173172,-103026],[-167865,135436],[-166561,133517],[-175063,134974],[-175263,132605],[-168935,135137],[-168931,138620],[-178936,136126],[-177391,135843],[-174554,133862],[-177766,129246],[-177223,131111],[-175456,129960],[-169744,128295],[-174671,129188],[-176302,129009],[-177589,149910],[-178996,144604],[-178878,151035],[-179170,153433],[-169151,149436],[-177557,151618],[-173770,150348],[-177864,144760],[-175900,143201],[-166862,150702],[-174844,146851],[-176691,158115],[-169168,155161],[-171794,156153],[-174319,159494],[-176131,157230],[-178286,157068],[-178324,88537],[-175426,89213],[-176190,87233],[-175578,86781],[-174796,86197],[-174529,87712],[-171603,86847],[-172157,87644],[-172073,86162],[-178951,106008],[-169556,122292],[-178194,125191],[-173788,126366],[-173553,127758],[-167268,127308],[-166418,126997],[-176224,127501],[-166908,122616],[-177898,117319],[-169055,123969],[-166684,124542],[-167514,117565],[-169701,119349],[-171248,119137],[-179639,-145175],[-179756,-144809],[-191083,-160924],[-187729,-163477],[-189607,-160802],[-190021,-163332],[-191475,-169075],[-179880,-88288],[-188358,-106367],[-186520,-106922],[-186710,-104617],[-187380,-109809],[-187061,-111183],[-188405,-109740],[-188502,-109374],[-189879,-111806],[-190883,-111992],[-190517,-113612],[-189901,-113955],[-182856,136566],[-185200,135221],[-191561,133802],[-189570,135142],[-186183,137128],[-183405,136831],[-188075,130451],[-188694,129666],[-189120,130766],[-184503,130350],[-189770,128999],[-191009,129313],[-191918,132724],[-186114,143251],[-186567,144148],[-188004,143894],[-189721,145709],[-180039,150960],[-181585,144775],[-183330,148023],[-183040,145349],[-186427,146171],[-190470,144066],[-180421,153172],[-190137,143277],[-188882,143362],[-191166,144218],[-179203,154260],[-183700,156683],[-190258,155273],[-189572,157580],[-190475,160518],[-191805,161294],[-183017,156664],[-188243,155591],[-189478,162082],[-185885,154660],[-190414,162827],[-179639,164026],[-179952,166116],[-181577,163517],[-189595,89254],[-187101,88603],[-187906,88684],[-186334,89439],[-185464,88331],[-185836,85802],[-185817,85968],[-183474,85382],[-184143,83582],[-182712,83840],[-181606,84167],[-184859,81684],[-182718,81382],[-180296,94606],[-181504,94743],[-183666,94796],[-184373,95520],[-184201,97666],[-183966,99140],[-185276,99540],[-184415,100838],[-186076,100166],[-187753,102838],[-187360,104097],[-185285,103587],[-190487,103095],[-189799,107696],[-187407,109106],[-189425,110632],[-188464,112115],[-190188,112660],[-190934,112060],[-191691,111175],[-179642,105173],[-180324,124284],[-180020,122863],[-190512,128195],[-191946,124183],[-190751,123341],[-189462,124688],[-188145,125373],[-188452,124133],[-188069,121057],[-185638,122812],[-185575,123231],[-186888,125424],[-186497,123329],[-185556,121296],[-188269,122592],[-179376,125865],[-187492,117883],[-199864,-136229],[-199273,-135606],[-199397,-134369],[-195706,-135277],[-195386,-133173],[-197173,-131123],[-192621,-158785],[-194259,-167057],[-192292,-169691],[-201643,-106896],[-200520,-107521],[-199947,-108002],[-193992,-107236],[-192046,-107011],[-195765,-108308],[-196816,-107546],[-202363,134295],[-202737,133516],[-199379,136327],[-201349,131157],[-199349,135460],[-193866,139031],[-194035,138032],[-198169,136231],[-199300,136962],[-201586,136560],[-200310,134972],[-195219,132376],[-193267,133775],[-192069,140985],[-202366,129470],[-202753,130190],[-195315,128796],[-194061,128629],[-194575,128949],[-192307,129210],[-194480,150711],[-196034,147795],[-196172,145768],[-200133,146471],[-199517,145817],[-202713,143863],[-196850,142468],[-196536,147513],[-196177,143145],[-200809,144790],[-192123,146026],[-194615,142955],[-192830,142665],[-193001,155068],[-195835,160948],[-195355,156708],[-193175,156066],[-193053,160687],[-192737,160376],[-193307,162736],[-203009,88209],[-203302,87424],[-201112,86763],[-201393,85485],[-198316,86413],[-198537,82643],[-197628,81967],[-197112,80879],[-198707,81125],[-201424,81523],[-204599,100351],[-204389,100017],[-204772,99230],[-203495,99419],[-202908,98873],[-202211,98603],[-200682,100745],[-200558,101347],[-198767,102474],[-197767,101566],[-202332,90714],[-202252,90107],[-201671,103444],[-202230,103933],[-200591,103931],[-200587,105037],[-199282,106756],[-198051,107830],[-198416,103856],[-197710,104238],[-195134,110276],[-194805,111692],[-195350,111967],[-200051,111368],[-202396,111941],[-204583,111961],[-204739,113620],[-195679,112695],[-195078,114253],[-194476,114516],[-199881,114659],[-200588,115140],[-202407,116252],[-201854,117934],[-199728,118922],[-200157,120024],[-201868,121947],[-199836,123626],[-200273,125563],[-203205,120980],[-194328,127840],[-196036,127124],[-194582,127820],[-197182,115681],[-197029,117849],[-196645,116780],[-213418,-122350],[-210997,-125744],[-211225,-125241],[-211633,-124862],[-214892,-122519],[-214340,-125006],[-206328,-32122],[-206856,-33139],[-206458,-34103],[-213010,-48372],[-215428,-60108],[-205194,-64871],[-207579,-96467],[-207545,-98633],[-208119,-98146],[-208535,-97068],[-207084,-99917],[-207271,-97703],[-210913,-109675],[-211355,-110328],[-211803,-110658],[-209070,-108695],[-206624,-109339],[-207999,-104256],[-212045,-105679],[-208901,-105607],[-214205,-107716],[-215830,-108734],[-207491,128313],[-212205,129576],[-213585,130174],[-210808,129757],[-209572,132820],[-210431,133085],[-208836,135747],[-210652,135605],[-210899,138124],[-211710,139096],[-210654,136794],[-211825,136955],[-214712,141562],[-214270,142110],[-211859,144984],[-212526,145136],[-213992,146237],[-210417,146540],[-209442,146972],[-208147,147877],[-210149,145609],[-212011,148570],[-212010,150510],[-216594,145709],[-216606,151970],[-215864,150795],[-215567,148957],[-215750,148446],[-206783,102026],[-208863,101613],[-206102,101294],[-212613,102569],[-213797,100193],[-214714,101736],[-215575,99273],[-209402,97978],[-209667,96977],[-210267,97293],[-209994,95900],[-209050,94317],[-207307,91565],[-216486,106235],[-217004,108270],[-216844,108807],[-215068,108258],[-215001,108186],[-215500,106907],[-216150,105699],[-215621,108842],[-213329,106128],[-212107,106042],[-211123,104416],[-211246,103711],[-213138,103380],[-209281,107781],[-206914,105251],[-214454,102872],[-209443,115445],[-209525,115942],[-211229,116184],[-212267,118151],[-208943,118049],[-208950,119716],[-210201,119537],[-209586,121264],[-208454,121846],[-205650,121610],[-207401,124762],[-207256,126046],[-205235,126113],[-208372,126035],[-206146,125488],[-211539,123686],[-212996,124595],[-213095,123385],[-214636,122647],[-213738,127694],[-205928,126980],[-218146,-61689],[-218635,-61831],[-217735,-61936],[-228168,-81561],[-229229,-79436],[-230072,-77332],[-217976,-113767],[-219249,-113192],[-218877,-111498],[-220193,-111087],[-218260,-113123],[-217672,-113040],[-220751,139099],[-221360,138030],[-221858,137079],[-225411,138057],[-225206,136383],[-228703,136593],[-226984,131166],[-227439,130966],[-226469,129550],[-223763,152244],[-217870,144275],[-220524,151935],[-220435,150661],[-221616,152760],[-222392,153388],[-223315,151379],[-218091,154410],[-220795,154580],[-230248,586653],[-230217,587634],[-227962,585379],[-226723,587217],[-227613,587485],[-227721,588381],[-227800,581888],[-229072,580986],[-226821,595751],[-220972,111687],[-218163,107407],[-226505,113446],[-225680,112895],[-221943,112751],[-222968,110888],[-221808,109560],[-219175,108559],[-230117,114150],[-229877,110243],[-229922,109799],[-228135,106024],[-227431,106605],[-226924,106801],[-226747,105179],[-225492,104017],[-225084,104241],[-222633,104401],[-223915,103615],[-225138,102814],[-229317,120848],[-228284,119178],[-227426,118210],[-226924,117126],[-225641,127296],[-226686,127964],[-229393,125413],[-229029,126983],[-229239,122645],[-231782,-306833],[-242790,-303886],[-239904,-305700],[-237749,-302739],[-237064,-308074],[-233453,-312874],[-233265,-311850],[-234147,-310735],[-237351,-307454],[-239447,-309840],[-235581,-313369],[-235497,-313412],[-236336,-313282],[-241261,-311910],[-238725,-312682],[-239519,-311296],[-237823,-310506],[-237140,-311292],[-235394,-310745],[-237253,-311555],[-236263,-312297],[-240232,-316444],[-240833,-314508],[-241192,-312720],[-241253,-317271],[-240254,-317310],[-239616,-318228],[-236913,-319047],[-238867,-316304],[-236481,-318216],[-238646,-318251],[-237764,-316765],[-239089,-316332],[-239075,-318269],[-235322,-316641],[-235293,-315801],[-235966,-315172],[-237699,-313929],[-238060,-313597],[-236733,-313611],[-237154,-313497],[-236696,-316605],[-237643,-314967],[-238500,-315655],[-238440,-314479],[-240734,-314335],[-239105,-313761],[-241185,-315129],[-241096,-316026],[-241264,-316006],[-235876,-318456],[-235718,-318346],[-242010,-328629],[-242774,-329837],[-240349,-324520],[-242148,-321330],[-238109,-324088],[-237821,-323412],[-238532,-326407],[-238943,-322882],[-238586,-323288],[-238851,-326426],[-240190,-332105],[-241063,-324459],[-242538,-324629],[-242100,-331374],[-241493,-332157],[-242208,-324724],[-237573,-319832],[-238998,-326005],[-239220,-320519],[-237862,-319953],[-239309,-319898],[-240152,-323426],[-240323,-322638],[-239461,-322979],[-240552,-322588],[-240509,-321841],[-240099,-321806],[-239265,-320968],[-243101,-336458],[-242955,-335312],[-242170,-336904],[-241587,-337274],[-241383,-337731],[-239565,-337262],[-238654,-336475],[-239492,-336615],[-239409,-335779],[-239569,-335371],[-240548,-335909],[-239859,-334915],[-241216,-334577],[-240439,-334757],[-239510,-334217],[-239792,-334243],[-241705,-333332],[-238793,-73719],[-241714,-74805],[-237728,-71312],[-238559,-74044],[-239361,-73815],[-238961,-75054],[-236681,-74362],[-230591,-79053],[-233327,-80654],[-233111,-80294],[-232851,-80769],[-234565,128991],[-240310,132023],[-241937,132611],[-242316,129054],[-242756,128450],[-237326,587896],[-238144,584688],[-234276,582290],[-232276,585171],[-237067,586927],[-241160,584330],[-238992,583983],[-237832,583852],[-233828,581425],[-232395,584456],[-231796,586371],[-240081,583755],[-236483,582859],[-240213,584494],[-233760,587016],[-234937,587272],[-235883,587714],[-242824,583581],[-234290,594056],[-235442,593993],[-231521,595768],[-235511,591828],[-236703,589269],[-235479,590005],[-240531,595348],[-242587,592786],[-241263,595144],[-241976,595032],[-232988,126383],[-234135,125769],[-231155,124181],[-232713,121915],[-231845,121275],[-231008,118070],[-231764,119815],[-231174,118252],[-235271,122216],[-236296,123603],[-235238,125586],[-238138,121017],[-237707,120777],[-239197,122073],[-12372,-131451],[-12240,-130723],[-7537,-130240],[-9375,-131167],[-9238,-131721],[-7425,-133711],[-5830,-134038],[-5012,-134609],[-1376,-132515],[-1374,-132863],[-738,-133976],[-9811,-140324],[-8180,-139644],[-9327,-140341],[-10916,-138618],[-9544,-132423],[-3753,-132988],[-5171,-134416],[-5094,-139660],[-10905,-139937],[-8193,-132699],[-7053,-134614],[-6275,-136414],[-6248,-139525],[-3536,-139249],[-1737,-138480],[-3216,-135137],[-5071,-133286],[-9451,-131775],[-11089,-132470],[-5594,-136288],[-12544,-137227],[-9680,-138551],[-3566,-144034],[-3237,-143352],[-2787,-142837],[-4633,-141737],[-3381,-141693],[-4956,-141260],[-1756,-143108],[-2292,-142310],[-1188,-153232],[-10440,-75460],[-9579,-74586],[-10003,-74981],[-9464,-69022],[-6315,-86076],[-7319,-86517],[-6648,-86374],[-8221,-91002],[-7916,-90764],[-6762,-89555],[-7808,-97779],[-9220,-97714],[-8026,-97177],[-11541,-95463],[-11967,-94834],[-10160,-95743],[-7067,-90421],[-7702,-92295],[-7538,-91807],[-1334,140931],[-255196,-306356],[-245436,-300337],[-243437,-306103],[-246336,-306132],[-245517,-300779],[-251333,-302640],[-248234,-300421],[-248493,-296826],[-253110,-295796],[-251969,-294219],[-251844,-295049],[-254386,-296468],[-251898,-305328],[-254936,-300609],[-253954,-299928],[-253848,-303068],[-253051,-304159],[-253334,-301256],[-253128,-302924],[-254370,-297125],[-255982,-302994],[-248948,-301639],[-255667,-298124],[-252140,-305353],[-248794,-302696],[-252092,-305778],[-252720,-299778],[-251900,-300881],[-253079,-302518],[-249887,-308107],[-252028,-310832],[-250051,-308039],[-251906,-309060],[-255223,-309464],[-249856,-308293],[-250374,-308677],[-250871,-308834],[-253713,-307143],[-255965,-309518],[-251472,-317788],[-251474,-318437],[-250348,-318290],[-253619,-315897],[-250159,-318441],[-251501,-317371],[-249899,-319195],[-244413,-319698],[-251845,-332052],[-254044,-330113],[-255717,-328836],[-252665,-322173],[-254884,-324962],[-252267,-321386],[-252578,-320507],[-255361,-325589],[-249956,-331929],[-243631,-320618],[-246940,-322485],[-250353,-326494],[-243702,-331894],[-245625,-331722],[-245549,-331415],[-247573,-330660],[-247368,-330226],[-247613,-330354],[-248785,-330753],[-249012,-330188],[-247316,-329426],[-246222,-328432],[-244693,-328125],[-245392,-327777],[-245471,-329159],[-250355,-330960],[-250692,-331751],[-251799,-329409],[-250218,-331102],[-252421,-332580],[-254831,-331580],[-253780,-332180],[-254292,-331343],[-254080,-331111],[-253485,-330180],[-251899,-330946],[-250307,-334967],[-251057,-335041],[-251715,-335795],[-252398,-339255],[-253746,-334447],[-254497,-332951],[-253362,-334361],[-253499,-333090],[-249347,-338260],[-249497,-337538],[-249405,-337491],[-244809,-338060],[-246828,-338299],[-246136,-337074],[-244045,-336635],[-245720,-334249],[-246437,-336385],[-245986,-335674],[-247428,-336362],[-248268,-336612],[-248215,-335029],[-246831,-335092],[-246059,-335977],[-244965,-335762],[-246037,-336575],[-244575,-332976],[-245340,-333695],[-245064,-333437],[-251292,-333916],[-251247,-333067],[-250442,-338133],[-252259,-336184],[-254030,-338456],[-255680,-339264],[-253383,-337378],[-253966,-338432],[-251116,-338318],[-252805,-336403],[-251652,-337852],[-250777,-338483],[-252077,-13460],[-246721,-42182],[-246618,-42182],[-245555,588562],[-243761,581653],[-245556,582438],[-248418,583244],[-244264,583599],[-243333,593648],[-244057,590508],[-245526,589257],[-259293,-286843],[-261447,-292185],[-258840,-288111],[-260467,-284172],[-256629,-292456],[-256857,-289351],[-260105,-284939],[-258344,-292680],[-264851,-301573],[-259918,-305253],[-264348,-298501],[-265601,-300986],[-258805,-296858],[-261389,-300592],[-259362,-300079],[-259228,-301172],[-259550,-302413],[-257872,-298303],[-258076,-305157],[-262192,-304994],[-257419,-305676],[-265949,-301337],[-259763,-308953],[-258106,-307603],[-259308,-308349],[-263369,-307914],[-257462,-324380],[-256253,-333022],[-259587,-481917],[-265417,-57360],[-264237,-57882],[-258796,-62918],[-258823,-62867],[-258648,-63198],[-258677,-63141],[-264623,-73203],[-265144,-71810],[-265400,-71338],[-268642,-73302],[-267550,-74422],[-267358,-73808],[-268274,-72131],[-274885,-186191],[-270556,-73613],[-272041,403819],[-274565,106932],[-291318,507947],[-290182,507397],[-288514,508854],[-287698,501831],[-288295,503698],[-289773,505987],[-293281,506228],[-290416,508377],[-289855,509112],[-291928,504975],[-291373,514780],[-302445,-240658],[-302096,-242350],[-302805,-238608],[-302662,-239382],[-295914,-246617],[-295797,-247330],[-300546,-243725],[-301786,-243242],[-305156,-260407],[-304061,-268144],[-303587,-267916],[-304637,395247],[-299372,393650],[-300563,392633],[-299990,390362],[-301325,388016],[-304465,406906],[-299767,397020],[-303824,405843],[-300141,406022],[-299026,407200],[-299008,408790],[-303905,398189],[-300739,397213],[-301967,506646],[-299656,510493],[-302010,511091],[-305283,510854],[-300744,510607],[-297611,508018],[-298144,509873],[-302593,507378],[-306076,506905],[-303827,508428],[-303351,508200],[-305210,507398],[-305640,509077],[-305708,509607],[-304268,507459],[-299256,502816],[-301311,504397],[-303680,511557],[-302842,509912],[-301458,509595],[-300553,507767],[-299713,510173],[-307073,512245],[-306539,515612],[-306885,522965],[-305039,512402],[-303323,524887],[-301676,523728],[-296911,516596],[-297118,516675],[-297808,516422],[-298418,516515],[-299372,516384],[-300586,515757],[-299787,514023],[-301322,512939],[-301086,521870],[-301335,521864],[-306513,522742],[-304278,524510],[-304934,523189],[-305467,514799],[-305887,513667],[-303718,526751],[-309018,-262195],[-314424,-58492],[-314757,-58055],[-319751,-82220],[-311528,401971],[-313786,400709],[-311403,398357],[-310662,400434],[-308550,399308],[-307207,507983],[-308057,508531],[-307975,509401],[-311515,505592],[-312421,508116],[-312023,507115],[-308121,512299],[-308881,517691],[-308772,513235],[-308822,515342],[-312730,513841],[-311921,513939],[-310044,512585],[-311859,516135],[-310801,519358],[-311383,521119],[-309260,521347],[-313915,521120],[-313093,522018],[-309941,524964],[-312326,523517],[-309768,524925],[-310119,522755],[-308677,523172],[-307318,514498],[-308267,514046],[-309873,514252],[-307298,515394],[-308709,516843],[-309021,517786],[-307662,519463],[-307468,520972],[-307656,522715],[-317380,518297],[-317149,516077],[-315783,516765],[-316210,516106],[-315142,514709],[-313594,512466],[-314122,512661],[-307536,526167],[-331968,-162826],[-322813,-254807],[-323521,-254536],[-324384,-254811],[-324508,-254826],[-325440,-255174],[-322848,-255080],[-332783,-249310],[-324905,-259268],[-325448,-263166],[-329665,-258479],[-329926,-258835],[-324272,-266071],[-327661,-266849],[-328058,-267296],[-329750,-266208],[-327087,-262828],[-325706,-257377],[-325165,-256808],[-327255,-256769],[-327496,-262205],[-327298,-263530],[-327121,-263403],[-326286,-263703],[-327995,-261115],[-328060,-261038],[-328931,-260347],[-327549,-257213],[-326460,-258238],[-328692,-259359],[-325029,-269453],[-329462,-75961],[-327722,-75961],[-326678,-76330],[-326741,-76750],[-326359,-76452],[-322933,-76336],[-322633,-76216],[-324476,-74860],[-325403,-75123],[-324711,-76313],[-324271,-75100],[-324771,-75885],[-324708,-75665],[-324839,-75237],[-321417,-83943],[-321892,-84324],[-322050,-83831],[-321038,-87382],[-320483,-87375],[-321719,-87415],[-322052,-86905],[-322034,-85510],[-322651,-85312],[-322351,-84116],[-331535,-78405],[-331813,-77770],[-328718,-76689],[-327299,-76775],[-328273,-78531],[-322452,-85394],[-322228,-85811],[-322455,-86175],[-321730,-86112],[-321415,-85675],[-323382,-83583],[-320546,-82452],[-321515,-82587],[-320957,-81804],[-320213,-81111],[-331788,-78664],[-329634,-76928],[-331224,-77234],[-329026,-78997],[-328679,-79055],[-327495,-78537],[-326360,-78610],[-327528,-79058],[-327737,-77996],[-327772,-77741],[-321866,-88152],[-322753,-88136],[-322835,-87329],[-324023,-84766],[-321443,-81569],[-320825,-78906],[-321339,-80956],[-321443,-82125],[-322088,-81172],[-322785,-82284],[-322509,-82233],[-321078,-81995],[-331328,-79564],[-330709,-79689],[-331299,-79908],[-331545,-78342],[-330958,-78097],[-330730,-77839],[-330571,-77860],[-330963,-78286],[-329311,-78517],[-330315,-78527],[-332555,-79906],[-326570,-77945],[-326357,-77645],[-327051,-77833],[-326797,-79627],[-326134,-78741],[-326621,-78984],[-327980,-80350],[-328897,-80676],[-328597,-79802],[-329538,-81008],[-329738,-79908],[-329823,-79517],[-330895,-80381],[-330347,-80175],[-330319,-80524],[-332363,-81396],[-331265,-81223],[-332235,-80231],[-326758,-76784],[-326166,-77300],[-321867,-77096],[-321638,-77942],[-322076,-77281],[-322941,-77098],[-324300,-77677],[-325198,-77548],[-325161,-77740],[-325452,-77828],[-325746,-80928],[-325384,-80109],[-326026,-80664],[-326040,-80419],[-325779,-79982],[-325172,-80137],[-325279,-80416],[-324382,-80320],[-324246,-79413],[-324736,-79041],[-324337,-79677],[-324234,-78415],[-325086,-78582],[-324869,-78506],[-324637,-77180],[-324012,-77538],[-324700,-77495],[-328340,-81625],[-327609,-82333],[-327905,-81690],[-328679,-82202],[-329021,-81861],[-328313,-82430],[-329401,-82356],[-328935,-82265],[-328987,-82499],[-329802,-82961],[-329721,-82386],[-329523,-82671],[-331168,-82983],[-330898,-82755],[-331487,-82294],[-332052,-83507],[-331616,-83491],[-332276,-83851],[-331483,-85127],[-332040,-85069],[-331445,-85123],[-332460,-85588],[-332304,-86225],[-331975,-85542],[-332636,-87510],[-330828,-86049],[-331438,-86050],[-331479,-86809],[-330007,-86563],[-330566,-86721],[-329976,-86743],[-329110,-87302],[-328676,-87622],[-328869,-87418],[-328076,-86572],[-328513,-86968],[-325986,-85832],[-326162,-85596],[-326614,-85632],[-325570,-84768],[-325209,-84775],[-326031,-85207],[-326813,-83320],[-326631,-83494],[-326624,-83974],[-327428,-83247],[-327154,-83095],[-326731,-82888],[-327241,-82962],[-326433,-82732],[-326103,-82269],[-326249,-81670],[-325801,-82049],[-323313,-85634],[-323529,-86175],[-323374,-85548],[-323468,-82131],[-323121,-82766],[-321821,-78448],[-321658,-78785],[-322090,-78931],[-324039,-83644],[-324686,-83076],[-324456,-82802],[-325095,-83833],[-325001,-83794],[-324718,-83712],[-324875,-85731],[-325217,-85569],[-324823,-85559],[-326890,-86081],[-326257,-86421],[-325907,-86657],[-327554,-87233],[-327259,-87434],[-327617,-87206],[-328339,-88111],[-327878,-88220],[-328466,-87658],[-326805,-87323],[-327478,-86492],[-326773,-86795],[-329311,-87727],[-329543,-87653],[-330037,-87761],[-330057,-87998],[-330376,-87655],[-329567,-89029],[-330323,-89180],[-323418,-89173],[-323039,-89303],[-323391,-88538],[-323567,-88519],[-324048,-88474],[-328781,-87978],[-329601,-88833],[-329264,-88653],[-332114,-87697],[-332030,-87666],[-331893,-87619],[-331960,-87276],[-332311,-86446],[-332205,-87038],[-323021,-101229],[-324184,-100744],[-324660,-101525],[-324095,-99252],[-324974,-100961],[-325725,-101490],[-329478,-89476],[-329074,-89727],[-329412,-90143],[-329488,-90578],[-328362,-90265],[-328287,-90810],[-329042,-90768],[-328032,-91121],[-327371,-91476],[-327847,-91565],[-322936,-90587],[-323364,-90168],[-322711,-90992],[-323480,-90497],[-324040,-90235],[-323443,-90619],[-324404,-91831],[-324143,-90919],[-324181,-91773],[-324960,-91447],[-325475,-91968],[-325344,-91695],[-325697,-93416],[-325709,-92681],[-325641,-92868],[-325639,-94436],[-325565,-93880],[-326087,-95252],[-326119,-95837],[-325894,-96024],[-326467,-94518],[-326792,-94064],[-327268,-94278],[-326321,-93282],[-326355,-93800],[-326834,-93143],[-326640,-92472],[-326542,-92212],[-327114,-92256],[-326943,-91882],[-326716,-91802],[-322690,-89981],[-332210,-90458],[-332137,-90766],[-331954,-91127],[-332681,-91259],[-332557,-90980],[-332616,-90259],[-332520,-90620],[-332725,-89482],[-325278,-102508],[-323947,-102634],[-325684,-103679],[-326200,-103029],[-325996,-102800],[-326974,-104219],[-326377,-104339],[-326632,-104921],[-328086,-106200],[-327514,-106097],[-326714,-106607],[-327421,-107684],[-328124,-107706],[-328411,-108635],[-328336,-108925],[-329172,-109300],[-329030,-110018],[-330037,-110678],[-330105,-110003],[-330390,-112600],[-330601,-113815],[-330825,-113924],[-331592,-113634],[-330981,-113176],[-330901,-112414],[-330108,-110743],[-330414,-111827],[-331129,-111939],[-326306,-102819],[-327393,-102742],[-327221,-103418],[-328287,-105747],[-327998,-104449],[-331994,-109508],[-331977,-108599],[-331630,-108916],[-330871,-108300],[-331200,-107912],[-330993,-107921],[-329757,-107847],[-329954,-107836],[-330572,-107989],[-331283,-107697],[-331391,-106868],[-331261,-107116],[-328964,-106799],[-329040,-106539],[-329337,-106142],[-329339,92240],[-338498,-115376],[-341043,-118946],[-341927,-115704],[-342448,-115566],[-342815,-116774],[-343485,-116709],[-343176,-116236],[-342717,-115352],[-339341,-117508],[-335227,-116295],[-336649,-116133],[-337796,-115857],[-338586,-115996],[-339625,-115405],[-341639,-116661],[-335732,-115230],[-340090,-119709],[-340707,-119298],[-340363,-120349],[-340765,-120777],[-339695,-117177],[-341040,-115987],[-341056,-117230],[-340161,-116014],[-340858,-115843],[-341480,-116677],[-340394,-118844],[-340791,-117603],[-340067,-117296],[-345269,-116552],[-344551,-115819],[-344672,-115071],[-343693,-115276],[-333778,-154051],[-344047,-250087],[-342102,-246310],[-333005,-249022],[-332903,-249938],[-334672,-249424],[-334069,-249915],[-333482,-249072],[-333764,-249986],[-334485,-247311],[-334515,-248441],[-339726,-35859],[-338807,-36129],[-336534,-35284],[-339188,-35264],[-335789,-85876],[-335851,-86040],[-333429,-79569],[-335183,-83313],[-335326,-83938],[-334680,-84779],[-335320,-84132],[-335103,-82812],[-334929,-82864],[-334818,-82543],[-334512,-82231],[-334302,-83628],[-333233,-81011],[-332992,-81073],[-333574,-81932],[-333254,-81988],[-333147,-81442],[-333170,-81564],[-334471,-85124],[-334763,-85044],[-334375,-84789],[-333889,-83899],[-334267,-83908],[-333873,-83440],[-333130,-87284],[-333284,-87054],[-334241,-87360],[-333921,-87574],[-333548,-87110],[-336073,-87174],[-336281,-87319],[-335487,-87686],[-337089,-88313],[-336265,-87621],[-336245,-88723],[-336272,-88806],[-336193,-87957],[-333165,-89392],[-341010,-100024],[-340116,-100005],[-339155,-100407],[-339549,-100760],[-340284,-101111],[-338912,-101334],[-338025,-101060],[-337777,-101332],[-338125,-101557],[-344103,-98499],[-344384,-98883],[-345258,-97912],[-345508,-98894],[-343483,-99109],[-341524,-98976],[-342241,-100120],[-332896,-91050],[-333368,-90330],[-333767,-90135],[-333220,-90594],[-332956,-89569],[-334009,-90291],[-334192,-90442],[-335086,-89743],[-334351,-90371],[-334918,-90129],[-333915,-94286],[-334031,-93708],[-334335,-93739],[-334617,-93632],[-334819,-93772],[-334547,-92905],[-334774,-92823],[-334182,-93268],[-341085,-105602],[-343384,-114285],[-342909,-114543],[-335660,-113775],[-334626,-113800],[-333360,-111762],[-334690,-112986],[-334254,-112125],[-335292,-112371],[-335270,-112401],[-335629,-112735],[-342175,-112871],[-341691,-112391],[-341317,-113088],[-341158,-111800],[-340583,-111847],[-341401,-111892],[-339475,-111716],[-339751,-111991],[-339590,-111359],[-343406,-112357],[-343241,-112459],[-343222,-113258],[-343595,-112577],[-344116,-112789],[-344407,-112573],[-344689,-112213],[-344745,-112275],[-345175,-112669],[-344721,-112053],[-344850,-111256],[-344505,-111631],[-333419,-110027],[-333372,-110015],[-333033,-109440],[-333901,-110345],[-333651,-110127],[-333893,-110289],[-352904,-115259],[-349380,-117020],[-350167,-116654],[-351218,-118091],[-353064,-118341],[-353434,-118406],[-352996,-117539],[-353249,-117253],[-354617,-119378],[-353711,-119042],[-354676,-118282],[-354050,-118062],[-349546,-118028],[-348387,-116701],[-348058,-116821],[-347793,-115456],[-348939,-116204],[-349431,-115709],[-346165,-115850],[-345692,-116520],[-346033,-115969],[-351417,-115683],[-352329,-116145],[-351727,-115022],[-352984,-116788],[-353526,-117022],[-356008,-120078],[-356570,-121194],[-355207,-129994],[-349441,-139953],[-348897,-139788],[-349184,-163092],[-345638,-98065],[-346548,-97863],[-346820,-98026],[-347621,-98440],[-347510,-98188],[-347179,-98369],[-347869,-98739],[-347751,-99264],[-348229,-100262],[-349430,-100154],[-349747,-100004],[-349130,-98780],[-349486,-98103],[-348261,-99191],[-348340,-98788],[-347342,-99119],[-348353,-99039],[-349045,-98096],[-351021,-100326],[-351327,-99633],[-351362,-100247],[-351746,-101071],[-350825,-100430],[-351486,-101387],[-351864,-101041],[-352597,-98451],[-352406,-99132],[-350940,-97653],[-349593,-97527],[-350193,-96777],[-350278,-99023],[-350521,-97883],[-354176,-97294],[-353367,-97547],[-352105,-96782],[-354659,-97816],[-354493,-97833],[-354244,-98262],[-353728,-98104],[-354596,-99738],[-353707,-99746],[-353960,-100356],[-353766,-100503],[-353270,-100181],[-352869,-100152],[-352303,-100209],[-352063,-101013],[-352912,-100767],[-353512,-102119],[-353202,-101745],[-352208,-101156],[-353368,-102009],[-354649,-101036],[-355825,-101217],[-354571,-101734],[-353012,-95816],[-350793,-96376],[-354657,-99365],[-354860,-98905],[-356156,-99527],[-354848,-102181],[-355927,-102024],[-355864,-99036],[-355210,-97575],[-355712,-97901],[-353314,-95366],[-353891,-95457],[-354880,-96357],[-352966,-95513],[-352043,-95311],[-351376,-96573],[-349546,-97900],[-350694,-96591],[-354891,-97435],[-355095,-98087],[-354978,-97948],[-354526,-98286],[-353978,-97624],[-353774,-97394],[-353523,-97827],[-353160,-97211],[-352879,-97585],[-353095,-98032],[-353586,-98940],[-353983,-98828],[-354273,-98944],[-354172,-99172],[-353922,-98996],[-354125,-99333],[-354068,-99688],[-353342,-99768],[-353345,-99041],[-353901,-100169],[-353904,-100544],[-354970,-100480],[-354881,-100684],[-354883,-101131],[-353897,-100861],[-353505,-100806],[-353043,-100405],[-353079,-100106],[-353721,-107202],[-352688,-108245],[-353359,-108279],[-353392,-111433],[-353716,-102323],[-354562,-102328],[-354564,-103608],[-355436,-103078],[-356087,-102436],[-352712,-104927],[-353265,-104812],[-353178,-105648],[-353873,-106386],[-351811,-106147],[-352296,-106710],[-351102,-106529],[-352483,-105046],[-351731,-104769],[-352017,-105343],[-353287,-106126],[-352390,-106924],[-353233,-107403],[-353035,-108700],[-351817,-109141],[-349816,-111188],[-350655,-111029],[-351594,-110123],[-352773,-108312],[-352302,-108686],[-350955,-102416],[-351181,-103372],[-349649,-103638],[-349815,-105821],[-349958,-105789],[-350704,-105215],[-350824,-104063],[-351702,-103193],[-352378,-103594],[-352160,-103140],[-352623,-104675],[-354145,-104476],[-353759,-113943],[-353761,-114383],[-353545,-113573],[-350836,-112880],[-350949,-111948],[-350968,-111597],[-352158,-112396],[-351415,-109597],[-349865,-109381],[-350082,-110374],[-351708,-107971],[-350086,-106471],[-350170,-107545],[-350613,-108552],[-351395,-111288],[-350974,-114981],[-350204,-114792],[-349026,-114289],[-350082,-114170],[-351865,-113961],[-351765,-114779],[-351343,-114074],[-345815,-112917],[-345879,-112475],[-345821,-113280],[-346559,-112763],[-346477,-112882],[-346785,-112860],[-346857,-113157],[-347625,-113359],[-347290,-113387],[-348490,-113487],[-347843,-113600],[-348120,-113837],[-350482,-113566],[-350810,-113728],[-350390,-113672],[-348848,-114734],[-348674,-114194],[-348483,-114491],[-356936,294059],[-356610,294519],[-359027,-119211],[-360277,-117913],[-369833,-180228],[-359542,-254411],[-359806,-253629],[-362379,-250042],[-362522,-249576],[-361585,-247507],[-361651,-248194],[-367593,-257208],[-367789,-35285],[-368000,-35242],[-367335,-34634],[-367248,-35052],[-366642,-34860],[-366439,-35128],[-364861,-35187],[-364355,-35759],[-363671,-35610],[-363116,-35683],[-363522,-36135],[-363332,-36936],[-370997,-35196],[-370575,-35719],[-369962,-35869],[-369438,-35744],[-369724,-37260],[-369328,-37687],[-368156,-38053],[-367818,-36798],[-368277,-36876],[-365062,-37350],[-366339,-37261],[-371196,-37896],[-369212,-38290],[-368813,-38658],[-367819,-38759],[-367083,-38294],[-368473,-39157],[-368709,-39307],[-368088,-39929],[-368170,-39603],[-368083,-39243],[-367281,-39360],[-368487,-39615],[-368574,-40163],[-369179,-40355],[-369538,-40265],[-368993,-40154],[-369510,-39262],[-369832,-39540],[-370277,-39533],[-370315,-38756],[-370575,-38357],[-371161,-38285],[-365303,-85835],[-365287,5686],[-15204,-118338],[-18962,-137647],[-18164,-138953],[-15999,-131890],[-17468,-132467],[-16875,-133312],[-19738,-134908],[-18400,-134768],[-18018,-136049],[-15579,-138254],[-14112,-134976],[-13839,-132321],[-13384,-132338],[-12974,-132508],[-14434,-139556],[-24988,-149037],[-17389,-63270],[-20824,-62901],[-22401,-61797],[-21144,-61709],[-14267,-73170],[-15066,-73550],[-13495,-75138],[-15045,-75404],[-16660,-76156],[-20255,-70341],[-18593,-70127],[-18399,-71853],[-20433,-73727],[-21675,-74317],[-22099,-75425],[-15491,-70422],[-16639,-68137],[-15943,-69003],[-21385,-72095],[-21459,-73120],[-21091,-72446],[-15957,-65511],[-16356,-76683],[-22917,-88978],[-23162,-87681],[-24694,-87783],[-22441,-87214],[-20847,-88589],[-16765,-84904],[-17953,-85512],[-18275,-85133],[-15883,-82187],[-15523,-82186],[-13855,-83517],[-19663,-80023],[-18843,-80537],[-18095,-80954],[-21476,-83004],[-21171,-82915],[-22045,-83664],[-15676,-79652],[-15164,-79766],[-14387,-79364],[-19514,-89152],[-19518,-84093],[-18169,-85523],[-18903,-86369],[-17085,-79098],[-17305,-80113],[-16530,-78958],[-21274,-84433],[-20497,-84354],[-21238,-84879],[-15077,-82218],[-14703,-82348],[-14649,-81091],[-22301,-89557],[-15765,-95459],[-14680,-94061],[-14365,-94084],[-19528,-95935],[-17957,-96795],[-18191,-95173],[-18979,-90114],[-21424,-90936],[-22162,-91498],[-22492,-89951],[-21719,-90791],[-17484,-96018],[-17991,-96547],[-17775,-95920],[-378300,-147901],[-375277,-145977],[-377928,-147806],[-383691,-152703],[-382795,-153374],[-374774,-146005],[-375344,-178613],[-373315,-178109],[-383834,-732],[-383666,-483],[-383757,-1507],[-377226,-268261],[-381521,-267254],[-380646,-267168],[-372690,-262891],[-383094,-267039],[-382026,-269492],[-382345,-269809],[-383987,-32509],[-383385,-32122],[-382827,-31698],[-382518,-32230],[-381519,-34598],[-381578,-35005],[-381093,-35037],[-380587,-35057],[-380090,-35085],[-379696,-35124],[-380656,-35587],[-379893,-35880],[-380102,-36154],[-381850,-35778],[-381097,-35969],[-381607,-36112],[-381762,-36573],[-381864,-34392],[-381834,-35585],[-380288,-32407],[-379836,-32747],[-379063,-32622],[-378706,-31933],[-378493,-31476],[-376865,-33893],[-375787,-32779],[-374627,-32502],[-374675,-33093],[-373306,-34660],[-372097,-37216],[-371716,-37559],[-372044,-37357],[-381905,-35193],[-382131,-34873],[-381230,-36515],[-380836,-36501],[-383179,-32391],[-371205,-38289],[-383662,7503],[-383558,7659],[-382873,8206],[-383803,395],[-383068,397035],[-381303,399552],[-381235,398361],[-382900,400773],[-383677,400744],[-385074,-156884],[-384904,-160241],[-384543,-160117],[-384700,-160404],[-386081,-160699],[-384691,-162014],[-386967,-162542],[-385248,-164061],[-386839,-166065],[-392298,-165228],[-393004,-165220],[-388991,-164081],[-389181,-164091],[-391243,-163425],[-392514,-165114],[-393450,-165324],[-387294,-167049],[-387159,-168570],[-386022,-174221],[-387301,-175003],[-386107,-175890],[-387905,-176784],[-393865,-171480],[-395011,-170176],[-395639,-172345],[-395477,-172004],[-387949,-170629],[-386931,-169571],[-390623,-172154],[-391557,-171427],[-390721,-175114],[-388058,-175444],[-388176,-179801],[-387440,-182900],[-389174,-184149],[-387231,-186139],[-386903,-187936],[-389557,-186592],[-387578,-188689],[-391539,-189721],[-390196,-191546],[-392243,-191253],[-392662,-191726],[-391266,-193339],[-391125,-192472],[-391209,-193693],[-391290,-195878],[-391854,-194758],[-394013,-194187],[-394121,-193147],[-392379,-195581],[-392374,-196807],[-393614,-203213],[-392279,-201576],[-387346,-215865],[-389460,-214993],[-390837,-213419],[-395173,-208062],[-395953,-207934],[-394078,-210671],[-395091,-209957],[-392692,-211575],[-392737,-212277],[-392696,-206461],[-391693,-206645],[-386257,-218785],[-387280,-220627],[-395703,28],[-394659,-1427],[-394227,-1839],[-393441,50],[-392452,-225],[-391591,-2853],[-391482,-3154],[-390165,-1349],[-390527,-1689],[-389977,-1941],[-389652,-2104],[-388850,-2083],[-388603,-1504],[-388087,-1536],[-387187,-1208],[-387657,-390],[-385006,30],[-387175,-874],[-385114,194],[-384620,-2249],[-384689,-2621],[-385466,-3062],[-385458,-3448],[-385899,-4371],[-385212,-4590],[-391495,-3382],[-389432,-5427],[-389492,-5729],[-389549,-5543],[-389670,-5849],[-390033,-5471],[-391807,-5753],[-390411,-7035],[-390963,-7967],[-391698,-8375],[-391169,-8681],[-390976,-9102],[-391622,-9371],[-393145,-8433],[-393618,-9389],[-392489,-10847],[-392534,-10827],[-392015,-10414],[-394163,-10654],[-392352,-11371],[-392592,-12371],[-387240,-267933],[-392947,-13427],[-393234,-13311],[-392668,-14184],[-392963,-13986],[-393686,-14225],[-392530,-15518],[-393275,-14709],[-392688,-14969],[-392063,-15142],[-392744,-15795],[-393694,-16113],[-393408,-15175],[-391365,-14279],[-391572,-15158],[-390788,-15320],[-390702,-14791],[-390141,-15466],[-389668,-15913],[-389218,-16202],[-388913,-17865],[-388699,-18165],[-389188,-18253],[-389497,-18043],[-389798,-18497],[-389678,-18778],[-388894,-18440],[-389187,-18917],[-387982,-19542],[-388608,-19053],[-387931,-18938],[-390790,-20004],[-391503,-19771],[-392717,-20558],[-392631,-19591],[-394051,-21549],[-395832,-22525],[-395502,-21945],[-394025,-21845],[-393807,-21324],[-393797,-19544],[-393892,-19506],[-396677,-20629],[-389355,-25230],[-393584,-22442],[-393462,-22805],[-393743,-22788],[-392206,-24887],[-392242,-23976],[-392377,-24495],[-390631,-24237],[-390640,-23707],[-390865,-23519],[-391807,-23005],[-391265,-22651],[-390623,-22774],[-389613,-23218],[-389632,-23864],[-388602,-24106],[-387821,-25400],[-388377,-23897],[-394007,-22079],[-396122,-22066],[-395613,-21422],[-396112,-20592],[-396200,-19430],[-395841,-20427],[-396486,-20132],[-395657,-19445],[-394291,-19051],[-394609,-18466],[-395652,-17649],[-395997,-16633],[-393961,-16640],[-393551,-15424],[-393678,-15060],[-394644,-13124],[-394735,-13603],[-393086,-24764],[-393350,-24754],[-393466,-24513],[-389668,-26063],[-389789,-26547],[-388952,-27089],[-389286,-27398],[-390214,-26597],[-390345,-27118],[-390904,-26859],[-391068,-27490],[-391096,-27495],[-391661,-27838],[-392475,-27361],[-393145,-29708],[-393374,-28877],[-391926,-28242],[-391166,-29228],[-390564,-29206],[-390585,-29728],[-389883,-29162],[-389703,-29079],[-389629,-29440],[-389331,-29759],[-388033,-30193],[-387634,-30101],[-387820,-30186],[-387413,-30608],[-389625,-32252],[-389956,-32094],[-388873,-32554],[-388022,-31267],[-387762,-31365],[-387478,-31337],[-386928,-31333],[-386502,-31600],[-387375,-30889],[-387355,-33534],[-386637,-32098],[-385461,-32762],[-385034,-32514],[-384586,-33946],[-384208,-33801],[-387651,5830],[-388633,5525],[-386433,4960],[-387127,5301],[-386456,5889],[-385998,6061],[-386316,6234],[-386133,6607],[-384555,6808],[-384497,7024],[-384060,6956],[-388457,5715],[-388810,5854],[-393459,522],[-393874,1453],[-394263,1034],[-394204,1008],[-394004,891],[-392177,922],[-392620,1063],[-391502,970],[-391671,1662],[-385881,297],[-393638,337422],[-395190,337325],[-394819,336857],[-393116,339205],[-392215,339715],[-390953,339769],[-396728,353209],[-395108,352743],[-396145,354893],[-395667,355723],[-393775,357025],[-395403,355874],[-393679,347827],[-395215,349880],[-391228,350833],[-390393,349472],[-391771,348575],[-391370,348415],[-390669,354891],[-391017,356857],[-391905,353252],[-389350,354542],[-392984,354956],[-394838,362228],[-395287,361932],[-393986,362061],[-393576,361346],[-393603,365129],[-388420,365086],[-390157,364082],[-388030,365634],[-388064,365431],[-392124,369357],[-390881,371262],[-388325,371295],[-391338,371207],[-396138,368113],[-394326,370388],[-394353,370687],[-395106,367178],[-393709,365562],[-393689,366907],[-392102,365850],[-389795,368443],[-392122,367509],[-390254,373893],[-390350,373861],[-390190,372230],[-390755,380867],[-390130,379860],[-387772,380922],[-388691,377982],[-391242,377612],[-394312,378592],[-394421,377223],[-393149,377777],[-393612,380637],[-392972,379611],[-396011,376299],[-393798,376373],[-396219,372809],[-396700,375598],[-393274,382052],[-392651,383619],[-387617,380626],[-385744,379087],[-385310,378405],[-396104,405932],[-395743,406398],[-394693,401412],[-396385,400147],[-396025,399541],[-390763,399974],[-394374,397896],[-392532,399894],[-392790,397888],[-391653,397614],[-392223,397706],[-390147,397525],[-386705,398608],[-386734,397220],[-386885,399105],[-387775,401769],[-385389,401186],[-387206,403163],[-386541,402786],[-385275,403212],[-386240,412350],[-385280,412993],[-397816,-172889],[-399207,-174263],[-399453,-377],[-400532,-218],[-399735,-315],[-403024,-9537],[-403225,-9729],[-403096,-8600],[-403638,-8449],[-403107,-9362],[-403860,-9503],[-404162,-9694],[-404675,-9719],[-404528,-9582],[-402832,-10553],[-403219,-10745],[-402586,-11476],[-402276,-11332],[-402394,-10874],[-402628,-10863],[-401832,-11499],[-402285,-11793],[-402978,-11832],[-403179,-11738],[-403645,-11549],[-403857,-12298],[-403725,-11932],[-405341,-10152],[-405519,-10455],[-405145,-10440],[-404649,-10382],[-404248,-7384],[-404314,-7943],[-404159,-8658],[-404338,-8704],[-404305,-9130],[-404184,-8727],[-404129,-9138],[-403695,-8898],[-396813,-20602],[-397191,-20074],[-397823,-19824],[-398370,-19413],[-399303,-18832],[-408766,9761],[-408042,9109],[-408147,8689],[-406783,10386],[-404813,9774],[-405639,9816],[-404731,9540],[-404244,9300],[-403488,9630],[-403329,9472],[-403021,8533],[-402800,8886],[-402131,8074],[-401700,8148],[-401939,8442],[-402134,8987],[-401432,9471],[-400571,8457],[-400519,8519],[-399791,8732],[-399458,7997],[-400097,7614],[-399991,6797],[-399542,6884],[-399200,6169],[-399439,6167],[-398716,6137],[-398339,5563],[-398500,5706],[-398119,5843],[-397945,4994],[-397305,5091],[-397585,5069],[-400779,550],[-401144,565],[-401183,841],[-402151,1334],[-401609,1387],[-401832,1789],[-402394,2322],[-402018,2795],[-402001,3067],[-404275,4343],[-402409,4099],[-404544,3562],[-404798,3531],[-404939,2648],[-405276,2631],[-405375,2948],[-406053,3620],[-406607,3697],[-406263,3313],[-406572,2553],[-406681,3283],[-407210,3288],[-407143,3501],[-407286,3609],[-407695,3189],[-407716,1702],[-407738,1824],[-408328,2253],[-408628,1204],[-408751,889],[-408908,871],[-408971,1067],[-409142,1303],[-409597,1301],[-409243,1466],[-409084,1911],[-407957,2685],[-409186,11554],[-408769,12305],[-407641,11340],[-407484,10736],[-406334,9947],[-407363,10372],[-400586,3468],[-406467,7903],[-405818,9521],[-404002,9126],[-405280,9772],[-404668,7068],[-404424,7408],[-405084,7493],[-402592,9370],[-402958,7987],[-404296,6786],[-403227,6456],[-402830,5654],[-401259,4922],[-401572,5570],[-401515,6122],[-402914,3272],[-409110,8327],[-409448,8967],[-408942,8982],[-406667,7972],[-407031,8328],[-404076,7448],[-402091,3691],[-400730,2508],[-400125,271],[-401142,1225],[-399180,1393],[-399239,1192],[-403463,4353],[-403050,3969],[-403095,4528],[-402934,3584],[-403456,4449],[-403341,3410],[-403222,3356],[-402933,2099],[-402698,2381],[-402431,2907],[-402485,3578],[-403903,4172],[-404159,4048],[-404380,3584],[-404951,4296],[-404847,4754],[-404463,5025],[-404211,4939],[-404058,5084],[-403470,4678],[-400171,3222],[-399789,3915],[-404566,9047],[-403704,6164],[-403610,6423],[-400703,3096],[-399702,1424],[-396842,487],[-406754,12542],[-407052,12244],[-406527,12043],[-405777,12469],[-407196,10977],[-406338,10550],[-408547,11627],[-407814,12616],[-408466,12652],[-409511,12971],[-409522,1094],[-405879,13702],[-408668,13583],[-408023,13946],[-407907,14145],[-407745,13675],[-406609,13787],[-405804,13069],[-407006,13313],[-409497,25211],[-408801,25224],[-408564,24537],[-407886,21196],[-405985,21377],[-406825,22496],[-408580,18275],[-408341,17870],[-408158,15752],[-408264,14928],[-408507,13987],[-405975,13680],[-407401,22186],[-405270,21135],[-407899,22832],[-407160,22855],[-403658,18391],[-404084,18123],[-409200,15494],[-404055,19338],[-404271,18856],[-404256,19591],[-404204,18304],[-405218,18518],[-407005,22328],[-408921,23318],[-407150,17492],[-408054,17430],[-407512,16572],[-407525,17093],[-407654,17265],[-408621,16817],[-409004,16861],[-408791,15910],[-408962,15293],[-409353,13716],[-407457,15368],[-406675,14981],[-406374,13358],[-400627,349468],[-401767,351774],[-399647,349374],[-401705,349350],[-398304,352183],[-399621,348393],[-401232,347309],[-401449,347515],[-401309,353317],[-405156,355834],[-405172,357753],[-403299,355139],[-404136,354535],[-399993,355957],[-400431,355253],[-398353,359165],[-400391,361307],[-397185,361272],[-397776,360217],[-400824,368847],[-399065,368575],[-399688,365041],[-398832,364967],[-400676,366154],[-399792,364318],[-400369,364707],[-407576,361995],[-405636,361670],[-405858,361972],[-405764,365372],[-408216,364896],[-407635,364736],[-407184,364084],[-407852,364736],[-406864,363372],[-407033,367643],[-405267,366955],[-405876,369031],[-406704,367012],[-405858,370286],[-397042,370700],[-398216,369428],[-399901,368701],[-397764,376890],[-403144,377086],[-404351,375729],[-399900,380466],[-399749,381234],[-406202,380460],[-405078,378149],[-405640,377511],[-404748,379178],[-406319,380259],[-408555,376897],[-401763,378946],[-401186,380205],[-403363,374843],[-403500,375769],[-403242,372862],[-402604,373202],[-401653,375519],[-398735,371535],[-396905,371948],[-409436,30695],[-408507,30625],[-408789,31058],[-409559,32798],[-409157,33724],[-409261,34575],[-409347,34673],[-408708,28620],[-407807,28802],[-408490,29578],[-407479,28580],[-409196,27516],[-407206,26014],[-407550,25984],[-409383,484917],[-405903,486089],[-409381,489932],[-408222,490930],[-406615,488634],[-409458,487650],[-408540,489036],[-401174,497726],[-401030,500264],[-401626,500754],[-421430,-176999],[-419816,-190764],[-419672,-190612],[-421324,-190242],[-418357,-196998],[-416065,-196399],[-415831,-196722],[-420586,-198295],[-419511,-198399],[-411896,46],[-411664,-146],[-412074,-157],[-412615,-427],[-412742,-638],[-413112,-1172],[-413036,-873],[-413305,-1000],[-412770,-2108],[-412948,-2369],[-413657,-2456],[-413945,-2219],[-414420,-2077],[-414832,11652],[-416389,12752],[-415540,11720],[-415153,12097],[-412757,12795],[-412747,10648],[-412363,11127],[-411969,10220],[-411640,9971],[-411753,10062],[-410514,10162],[-409970,9374],[-409885,5259],[-409800,5987],[-409740,5693],[-410424,5684],[-411091,5505],[-411913,5751],[-411792,6243],[-412087,5981],[-411833,5662],[-412555,5685],[-412500,5934],[-413054,5769],[-412721,5601],[-413249,5702],[-413497,5669],[-413761,6523],[-414189,6356],[-414363,6274],[-414777,6791],[-415051,6769],[-415404,6910],[-415203,7144],[-414415,4801],[-414345,4821],[-413805,4743],[-414008,5089],[-413733,4969],[-413523,4719],[-413291,4316],[-413248,4098],[-412751,4401],[-412788,4936],[-412569,5109],[-412029,5124],[-411613,4964],[-412296,5018],[-414337,6318],[-414764,6522],[-414774,6298],[-414930,7450],[-414992,7423],[-411381,9726],[-412699,11166],[-412249,10363],[-412730,10822],[-412426,10710],[-412048,12869],[-415019,12405],[-416741,12845],[-413552,12820],[-412780,12428],[-411685,10670],[-410012,12105],[-410152,12271],[-410989,11689],[-409658,11558],[-409856,9075],[-410505,8907],[-409772,12367],[-411004,11816],[-410222,625],[-410188,692],[-409710,227],[-411141,653],[-411103,530],[-411265,911],[-410188,1085],[-414980,4543],[-421780,16771],[-420771,17020],[-420302,16998],[-420316,15103],[-421414,15719],[-418835,16439],[-418640,16744],[-417767,16233],[-417275,16104],[-419690,15178],[-419991,15276],[-415926,15530],[-416505,15630],[-415951,16258],[-415221,16452],[-415495,17089],[-416037,17340],[-414581,16540],[-413557,16014],[-413921,14535],[-413626,16372],[-414861,14677],[-414411,14261],[-414265,14170],[-414260,13568],[-416459,15346],[-414201,13546],[-416250,15023],[-418076,14012],[-417729,13805],[-419364,15193],[-421912,17139],[-421518,17083],[-420411,15447],[-421253,15539],[-418908,16706],[-419062,16934],[-418169,16212],[-417570,16382],[-416881,16793],[-416467,16700],[-416809,13409],[-415960,14330],[-410003,14670],[-411111,15325],[-411797,15161],[-411854,23502],[-414142,22792],[-411595,22741],[-415242,23168],[-419698,21345],[-411772,16066],[-420423,15150],[-420846,23726],[-420100,25467],[-417724,25412],[-421055,15434],[-420739,18925],[-421567,19379],[-420922,17919],[-412954,17488],[-419598,24168],[-420607,21786],[-421018,24160],[-419041,21412],[-419609,21884],[-412853,20489],[-414393,23440],[-414448,24088],[-411015,25011],[-411134,25184],[-412470,24636],[-411621,25369],[-411013,23199],[-414147,20550],[-414826,20360],[-410629,17346],[-412625,16010],[-412039,15531],[-420743,26031],[-419776,27757],[-419606,29711],[-420941,30089],[-420858,29355],[-416171,30397],[-415893,31886],[-417183,30301],[-418980,33178],[-419474,32070],[-415187,29705],[-418412,30749],[-416077,29874],[-414807,30028],[-415035,30410],[-413334,29645],[-412262,29662],[-410685,29783],[-410584,29835],[-415368,29676],[-411523,34652],[-412328,34714],[-413102,34015],[-413096,32199],[-415397,31970],[-418543,33181],[-419040,33510],[-416800,33347],[-420886,29046],[-419650,30098],[-420198,30718],[-421385,34068],[-422155,33772],[-421915,33479],[-419978,31140],[-416715,26287],[-414091,26105],[-413823,26152],[-412926,26618],[-412612,26474],[-412380,27089],[-421886,31708],[-414954,29543],[-419072,31058],[-419476,32908],[-419086,35962],[-418532,35293],[-409894,27746],[-409926,27183],[-410303,27033],[-419782,27321],[-411650,485543],[-410686,484504],[-409999,486303],[-410465,484721],[-412042,483455],[-412801,486562],[-414799,486335],[-411591,489863],[-411494,488247],[-409906,489790],[-411251,491120],[-413574,499364],[-415129,496622],[-411481,492468],[-414046,489211],[-413325,495861],[-421137,494955],[-420503,495471],[-416702,495257],[-418051,494158],[-412041,496334],[-413353,495419],[-410546,488114],[-414650,493730],[-413070,492051],[-411763,488443],[-419731,490140],[-419263,491080],[-419057,490519],[-416911,499221],[-414329,487973],[-414757,487745],[-411552,492499],[-410051,493592],[-416791,497700],[-416500,498292],[-418397,495731],[-418284,496302],[-414379,499476],[-411637,500670],[-413292,500395],[-414521,499834],[-412272,499660],[-435007,-185810],[-430577,-183813],[-435094,-184637],[-433019,12816],[-433213,11281],[-434497,11799],[-433322,12775],[-431124,12460],[-430626,12859],[-434728,20561],[-434240,18285],[-434060,18931],[-434709,18345],[-434860,18108],[-434805,17384],[-434300,17745],[-433172,22401],[-433016,16526],[-431837,17680],[-431326,17242],[-431392,16139],[-431320,16512],[-429998,16707],[-430186,16894],[-429214,16253],[-429347,15422],[-428144,14614],[-427402,14256],[-427461,15002],[-426913,16255],[-427015,17248],[-424954,17673],[-425054,17145],[-424574,15594],[-423669,15907],[-434971,17325],[-435065,17444],[-434542,16325],[-433981,16331],[-434022,15351],[-433367,14960],[-433212,16140],[-433860,16921],[-432488,22474],[-432975,18901],[-433418,17575],[-433635,22808],[-433488,19220],[-433972,19256],[-433573,20312],[-433392,19794],[-432367,19352],[-432442,19799],[-431168,19813],[-431258,19734],[-431906,20715],[-431814,20748],[-431799,21351],[-431507,21401],[-430899,20679],[-432979,18397],[-430550,20829],[-430339,20772],[-429894,22868],[-430546,22559],[-430400,22993],[-431525,23026],[-430442,22522],[-430688,23614],[-431496,23682],[-428139,22255],[-428252,22217],[-429705,22621],[-428738,21808],[-428790,21709],[-428435,21114],[-428700,20691],[-428751,18156],[-428673,18822],[-427955,18458],[-427781,18195],[-428311,18809],[-425310,16694],[-426013,14784],[-422737,16800],[-422534,17219],[-424977,22125],[-425618,21027],[-425890,21281],[-425666,22141],[-425336,20929],[-426053,19846],[-425731,17903],[-426314,17387],[-428337,14184],[-430604,13487],[-431436,15236],[-431944,14019],[-432400,19972],[-430215,22165],[-428516,22326],[-427510,23006],[-428771,21324],[-428763,21064],[-425868,20134],[-424468,25655],[-422865,25405],[-433358,13039],[-432710,14314],[-433541,14545],[-432899,13495],[-431540,18326],[-430525,20778],[-430785,20248],[-430536,20100],[-429380,18946],[-428495,19298],[-428240,20598],[-423054,25030],[-423113,23419],[-423032,23856],[-422418,20110],[-434754,20754],[-435014,21191],[-433855,21344],[-423617,24384],[-424258,22962],[-425127,23980],[-424014,24906],[-434634,13824],[-434001,13304],[-431756,15210],[-431780,14518],[-429852,14076],[-428753,13942],[-428314,14027],[-428762,16390],[-428255,16346],[-428669,16191],[-426870,17736],[-428558,20391],[-429265,22899],[-428740,22295],[-431832,22267],[-432229,22155],[-432217,23401],[-432344,23929],[-431805,23354],[-433704,17939],[-423804,27152],[-422797,26421],[-426058,26276],[-423368,26706],[-428274,27531],[-429933,27497],[-424953,33454],[-424877,33173],[-424735,30550],[-429144,31475],[-430499,31700],[-425610,30822],[-426114,31295],[-425032,32882],[-425251,31304],[-432283,26391],[-431853,29412],[-425177,33269],[-425621,27993],[-426332,28479],[-427837,29902],[-428432,29348],[-430843,30453],[-426166,33228],[-424460,28593],[-423393,29562],[-423378,28422],[-445695,-177070],[-440366,-186156],[-440788,-185514],[-438151,-185525],[-441346,-184873],[-441214,-187161],[-442174,-186114],[-435805,-180737],[-437064,-186923],[-439797,-185640],[-436383,-186897],[-439781,-194517],[-440759,-204474],[-444312,-205255],[-442379,-204809],[-442861,-143],[-446442,-1221],[-447262,-834],[-447609,-1588],[-447953,-3092],[-446629,-4927],[-446135,-4309],[-443714,-6185],[-443881,-6180],[-439245,-4746],[-444224,-7638],[-441753,-4826],[-440489,-3855],[-443224,-8116],[-439521,-2912],[-439219,-2319],[-439948,-1723],[-440486,-1756],[-438433,-3923],[-437122,-5943],[-446043,-12377],[-447241,-13048],[-447225,-14236],[-447846,-16250],[-447676,-16582],[-446790,-12763],[-447979,-15233],[-435759,10593],[-435444,9535],[-437052,9551],[-436965,9450],[-436915,9809],[-437662,6997],[-439304,8447],[-438602,8462],[-440990,4840],[-440899,2901],[-437627,8798],[-438764,9073],[-438541,9730],[-436804,7057],[-438112,6109],[-436956,7655],[-440053,11641],[-439654,11931],[-439466,12833],[-440686,12928],[-440779,4556],[-447651,7604],[-447875,1195],[-444862,6381],[-446039,7360],[-447993,679],[-445505,969],[-440239,4200],[-439642,7697],[-439124,10780],[-441063,12890],[-441836,11412],[-438220,12645],[-446785,12794],[-446761,12515],[-445324,5037],[-445237,6306],[-442818,272],[-442402,526],[-447660,2609],[-446887,3015],[-447921,20038],[-445542,18831],[-445986,19577],[-443199,19658],[-441845,19174],[-445032,20663],[-443049,18595],[-443331,20248],[-443548,19943],[-442154,20167],[-441564,21397],[-442094,22228],[-439659,23806],[-441018,24979],[-440820,23054],[-442228,23466],[-442920,23899],[-443231,24456],[-442464,24362],[-440199,24383],[-438346,22388],[-441401,23256],[-438754,23239],[-437648,22996],[-437025,22842],[-437340,22383],[-436798,21973],[-436356,21784],[-435212,20163],[-444474,19935],[-447103,13335],[-447052,13466],[-447334,13553],[-441526,16443],[-447071,22350],[-447707,22200],[-447606,22503],[-446261,21413],[-447470,21027],[-446889,21524],[-446626,22262],[-446497,22475],[-446701,22872],[-437082,18897],[-438947,17462],[-445566,23505],[-437384,18431],[-438859,17588],[-435992,18911],[-436348,18484],[-444295,24534],[-444049,24022],[-443564,23793],[-442622,23524],[-441424,22946],[-440617,23403],[-441260,23331],[-439641,24138],[-438484,22870],[-437336,23710],[-436917,21498],[-436336,21002],[-437478,21776],[-437533,21646],[-437717,20807],[-437188,20178],[-436697,20430],[-437008,19816],[-437220,19009],[-437061,18660],[-436658,17795],[-435887,17902],[-435987,18357],[-436963,17286],[-436711,16243],[-436049,15640],[-435910,15899],[-436075,15035],[-436552,15113],[-439097,13904],[-439975,13386],[-438289,17207],[-442217,14006],[-442054,14441],[-442021,15291],[-442063,15371],[-442828,16653],[-444086,16624],[-444134,15712],[-444405,15339],[-443740,17129],[-443970,17121],[-444304,18184],[-443423,18841],[-443635,19622],[-444273,19593],[-444375,19069],[-445016,19416],[-445288,19856],[-445596,20140],[-443867,21001],[-444771,21740],[-444135,21845],[-442743,22146],[-442893,22389],[-441934,22976],[-438906,22967],[-439270,22472],[-439527,21931],[-447372,24116],[-447628,23545],[-445291,24131],[-443337,23697],[-442832,23975],[-441041,22791],[-440565,23128],[-441542,23479],[-441801,22857],[-441084,22638],[-440417,22465],[-440440,21861],[-440414,19495],[-438411,16892],[-441358,14104],[-437530,13010],[-437463,16612],[-438109,16780],[-437649,15879],[-438944,16327],[-441271,17292],[-446459,13335],[-457933,21],[-459004,-773],[-457963,-679],[-457904,108],[-456803,149],[-456032,-3294],[-456333,-5784],[-456000,-3327],[-456167,-5041],[-455627,-5701],[-455680,-5658],[-454889,-6022],[-454482,-5643],[-453731,-6420],[-454125,-6808],[-453621,-5811],[-452027,-5374],[-457416,-10761],[-450876,-6443],[-450451,-5218],[-449875,-4794],[-451685,-7605],[-451725,-8964],[-452532,-9569],[-448462,-4071],[-455985,-8829],[-456812,-8468],[-456252,-8038],[-456460,-7867],[-457301,-8321],[-458000,-7519],[-458696,-9541],[-458403,-5674],[-459714,-7023],[-460646,-9222],[-457898,-6642],[-459527,-5979],[-458770,-9221],[-450421,-6071],[-451074,-2599],[-451132,-1456],[-460539,-10836],[-460555,-12498],[-460053,-10633],[-448309,-3787],[-458319,-11731],[-458649,-9990],[-458469,-10313],[-455555,-2715],[-458746,-427],[-455621,-2097],[-457999,-585],[-458690,-11566],[-460779,-12340],[-459848,-5445],[-459352,-5328],[-456158,-5647],[-455002,-5051],[-454848,-5942],[-458631,-166],[-451775,-10517],[-451304,-10257],[-450728,-10158],[-451287,-10730],[-450408,-10854],[-450247,-11626],[-449755,-12114],[-449148,-12277],[-454173,-12386],[-448757,-12822],[-448641,-13053],[-449255,-12982],[-448366,-13148],[-448468,-14532],[-448098,-13968],[-448239,-16353],[-448273,-16353],[-448758,-16522],[-448640,-17431],[-448861,-17862],[-448556,-18489],[-449567,-17753],[-452484,-18915],[-448598,-16984],[-451468,-17636],[-452298,-17197],[-452728,-17637],[-451581,-19794],[-454197,-20050],[-453799,-19226],[-453063,-18099],[-453050,-17853],[-454241,-17853],[-455067,-20927],[-456742,-20090],[-457006,-19450],[-459262,-20921],[-456797,-12636],[-457123,-22005],[-457489,-22217],[-458591,-20689],[-458532,-20158],[-457518,-18105],[-458574,-18465],[-457508,-18911],[-454641,-18433],[-458535,-18708],[-456762,-18888],[-457098,-19643],[-456446,-19901],[-452349,-20275],[-458551,-16682],[-458624,-16598],[-452490,-14471],[-457433,-15024],[-453990,-14944],[-457180,-15024],[-457112,-14841],[-455866,-14176],[-457041,-13322],[-456560,-13466],[-448604,-13902],[-449666,-14036],[-450284,-14835],[-449806,-15102],[-450372,-18518],[-449547,-16106],[-450177,-16294],[-450365,-19264],[-451083,-19607],[-450848,-19398],[-453680,-22239],[-454801,-22601],[-458358,-19382],[-456950,-21294],[-459211,-20504],[-458039,-20778],[-455326,-21216],[-454599,-22088],[-454248,-21752],[-453782,-21913],[-455698,-18544],[-454101,-19507],[-452154,-18194],[-451900,-17497],[-454795,-21164],[-454527,-22651],[-453090,-21051],[-452752,-21443],[-457393,-22912],[-458967,-22067],[-458918,-22615],[-458417,-21336],[-459403,-21133],[-457757,-20404],[-457119,-18182],[-457730,-18564],[-455087,-17991],[-454267,-18285],[-449914,-15713],[-451679,-14475],[-453054,-14585],[-457478,-15396],[-458019,-16279],[-458309,-16323],[-457672,-14728],[-456932,-15121],[-456890,-14292],[-456530,-13108],[-448392,1006],[-455286,8984],[-454917,11212],[-458403,7047],[-457249,7108],[-460108,2963],[-457863,8298],[-454247,10286],[-452409,10546],[-458199,2316],[-458283,2376],[-459187,546],[-459155,870],[-458673,1651],[-455707,7846],[-460646,981],[-460371,2095],[-456716,9281],[-459650,2876],[-458351,5742],[-457576,6484],[-455474,6555],[-454534,9551],[-454833,10638],[-455003,10807],[-448390,12878],[-448839,12616],[-451077,5150],[-450319,6401],[-449442,2781],[-448857,2502],[-449629,6926],[-450528,4996],[-453611,12596],[-456078,10180],[-455877,8879],[-457334,7941],[-456726,7760],[-458861,6733],[-459512,6701],[-459569,7386],[-460208,3022],[-460137,3780],[-459563,884],[-460362,1310],[-460744,686],[-460157,732],[-449907,6528],[-456548,457],[-456329,1405],[-454826,2474],[-455729,2602],[-454608,5030],[-454692,5515],[-454234,5397],[-453819,9266],[-454152,10733],[-455812,10688],[-453581,14348],[-453067,14164],[-452427,14704],[-453194,15375],[-452541,16775],[-448335,17886],[-452988,15138],[-449979,22999],[-448928,20173],[-448207,13798],[-452302,16181],[-449521,14913],[-450258,14880],[-448327,17153],[-448130,16100],[-450082,17528],[-449929,17212],[-449577,18004],[-449983,18096],[-452613,13781],[-451285,21258],[-450568,19291],[-450361,18878],[-450148,19424],[-449885,19727],[-449787,19884],[-449502,19694],[-448678,19904],[-449387,19309],[-449414,20482],[-449601,21021],[-450161,21019],[-449303,21579],[-448692,21009],[-449658,15433],[-448767,20989],[-448964,22134],[-451646,19786],[-449313,22370],[-449188,22633],[-448955,22959],[-448095,22514],[-449932,22061],[-450834,22656],[-450849,23713],[-449920,23341],[-448305,23143],[-448607,18699],[-448582,18050],[-449337,15193],[-448958,21555],[-464845,-4672],[-467559,-3770],[-467607,-2885],[-461156,-8061],[-462902,-8604],[-462683,-8907],[-461769,-8978],[-461447,-8968],[-461632,-7322],[-462056,-7236],[-462126,-6879],[-463797,-8026],[-463308,-8218],[-463251,-7982],[-463911,-7148],[-462235,-7921],[-463790,-6156],[-464218,-6601],[-464619,-6813],[-465212,-6318],[-465562,-5836],[-465632,-5424],[-464943,-5387],[-464960,-6013],[-463558,-5185],[-462941,-4689],[-463574,-4490],[-464751,-3863],[-466276,-3386],[-465928,-3455],[-466793,-4317],[-467474,-4549],[-467750,-4239],[-468396,-5077],[-468730,-4954],[-469363,-4608],[-470409,-5066],[-472254,-5245],[-471012,-5141],[-473008,-4320],[-472150,-3999],[-473138,-3570],[-472500,-3518],[-472016,-3104],[-472225,-2908],[-472013,-2099],[-472139,-957],[-472331,-1106],[-471761,-603],[-473067,-976],[-465972,-507],[-463080,21],[-463239,-315],[-463113,-656],[-473398,-3],[-473440,-853],[-472774,-1412],[-473009,-4702],[-471919,-4547],[-471414,-4298],[-472495,-5467],[-473071,-5206],[-472006,-6166],[-471730,-6080],[-471120,-6557],[-471513,-6594],[-471237,-7475],[-473283,-7557],[-469891,-3367],[-462594,-155],[-469443,-4363],[-473502,-8784],[-461388,-11362],[-462650,-10715],[-462579,-631],[-470523,-1194],[-470754,-1675],[-470911,-547],[-470805,-900],[-470596,-596],[-469998,-711],[-469965,-131],[-470549,60],[-462551,-11203],[-463575,3],[-461050,-11278],[-461718,-11478],[-461543,-10828],[-462569,-9770],[-462779,-10271],[-463432,-6807],[-466269,-5019],[-467478,-1667],[-469319,-1380],[-468750,-1611],[-470101,-1663],[-470753,-3293],[-470682,-12100],[-465875,-11060],[-466461,-12152],[-468115,-10668],[-466961,-10781],[-465256,-11766],[-465572,-12541],[-463076,-13564],[-462900,-13316],[-464266,-13205],[-463869,-13493],[-464219,-13408],[-465057,-12662],[-463848,-13203],[-464185,-12771],[-461889,-12666],[-464341,-12724],[-465215,-24347],[-465725,-23850],[-465436,-24582],[-467395,-13432],[-467358,-13199],[-469355,-13874],[-468880,-13554],[-468725,-13846],[-470551,-14979],[-470487,-15215],[-471547,-15905],[-468887,-13081],[-468877,-13270],[-471547,-24895],[-471746,-24035],[-467765,-13979],[-471272,-15222],[-471735,-24581],[-471648,-25035],[-471834,-22517],[-473181,-22645],[-469060,-13533],[-466061,-25880],[-466589,-25553],[-465589,-26396],[-473383,1101],[-472374,1167],[-472891,1439],[-472044,1211],[-471739,1614],[-471057,1258],[-470447,1521],[-470195,1078],[-470858,1078],[-469709,1601],[-469285,1770],[-469391,2321],[-468837,2332],[-468397,1913],[-468020,1310],[-467676,1415],[-467350,1854],[-466758,2448],[-467300,2124],[-467478,2471],[-468015,2004],[-466627,1924],[-466034,1822],[-465182,974],[-464525,272],[-465120,924],[-463911,251],[-462663,547],[-469966,333],[-462809,1311],[-463012,2129],[-463217,1884],[-463613,2159],[-463131,4080],[-463675,3151],[-463548,3101],[-463014,852],[-463174,3238],[-462999,4855],[-462927,4908],[-462719,5543],[-462498,5797],[-462628,6298],[-462249,7653],[-462298,6951],[-463961,5631],[-464133,5790],[-465062,5553],[-465315,6135],[-465530,5194],[-465293,4788],[-465580,4579],[-466242,5057],[-466369,5357],[-466601,5180],[-467097,5916],[-467478,5324],[-467746,6391],[-467932,6125],[-468218,5638],[-468084,5086],[-467396,5158],[-468162,4431],[-468901,5279],[-469573,5605],[-470215,6072],[-470318,5529],[-470835,5930],[-470741,6071],[-470197,4653],[-470615,5059],[-471042,4538],[-471983,4933],[-471365,5117],[-470798,5712],[-471753,4781],[-473069,3200],[-473106,3192],[-473100,2648],[-463547,480],[-473602,-1507],[-473828,-2296],[-474805,-1574],[-476068,-1340],[-475494,-1422],[-475299,-865],[-475169,-392],[-475759,-259],[-474542,166],[-475495,173],[-475223,-206],[-474476,-301],[-474254,188],[-474073,-1058],[-475147,-2195],[-474616,-2414],[-474966,-3088],[-475552,-2803],[-475749,-3326],[-474554,-4285],[-474113,-4693],[-473710,-8779],[-474328,-9883],[-473662,-10048],[-474943,-9814],[-475252,-10202],[-473853,-9896],[-479462,-12501],[-475855,-10896],[-476463,-11140],[-476893,-11096],[-477203,-11379],[-477552,-11473],[-478067,-10399],[-478357,-10153],[-478468,-10699],[-478356,-10875],[-478655,-11466],[-478696,-9819],[-479134,-9302],[-480103,-9825],[-479939,-9891],[-479930,-9262],[-480403,-8874],[-480360,-8657],[-480520,-8196],[-480998,-8028],[-481644,-8159],[-481340,-8763],[-481041,-8892],[-481261,-9568],[-479995,-10362],[-480532,-10039],[-480534,-10230],[-480608,-11495],[-480229,-10414],[-480537,-11103],[-479922,-11479],[-479696,-12522],[-479630,-12255],[-480303,-13077],[-480255,-13364],[-480178,-14272],[-481331,-14083],[-481400,-14478],[-481682,-14868],[-481617,-15465],[-482008,-15475],[-481595,-15788],[-482333,-16440],[-481810,-16484],[-481399,-18051],[-481594,-16114],[-481256,-16548],[-481631,-17980],[-481701,-17553],[-481334,-18427],[-481303,-19510],[-481231,-19962],[-480811,-20757],[-480680,-21170],[-481533,-20767],[-481797,-20610],[-481335,-21457],[-480827,-21950],[-481732,-22172],[-482048,-20643],[-482878,-20352],[-482250,-20476],[-482682,-20981],[-473831,-18216],[-474495,2872],[-473914,1075],[-474063,3277],[-474781,583],[-481382,381511],[-491733,369757],[-497174,370026],[-499005,379633],[-489751,384074],[-493193,381217],[-494577,378206],[-494229,379800],[-497294,381920],[-496360,381725],[-490003,373906],[-491147,373130],[-491899,376624],[-491462,375412],[-495318,380157],[-498703,373001],[-495062,384192],[-489609,383707],[-487831,383175],[-496634,393411],[-497206,395713],[-495560,394509],[-495898,392775],[-497590,395220],[-494120,391922],[-493431,393656],[-496092,390907],[-496058,390662],[-494597,391330],[-494611,386953],[-495974,387628],[-495255,386695],[-495099,385962],[-497246,390711],[-494759,384937],[-496506,394312],[-494328,384645],[-490270,384280],[-36675,-115090],[-25657,-150238],[-27000,-149677],[-28673,-51098],[-26747,-75170],[-27807,-74828],[-25952,-75957],[-30350,-83792],[-29408,-84567],[-30455,-85601],[-28408,-89902],[-29097,-91007],[-27936,-91187],[-27187,-90863],[-25877,-89803],[-27115,-90743],[-32050,-108730],[-32951,-108391],[-31621,-108998],[-35292,-114254],[-36643,-114804],[-32933,-112644],[-33249,-112448],[-31514,-111480],[-31896,-110725],[-30892,-109889],[-31029,-110045],[-510937,-94629],[-501936,371280],[-502246,369500],[-502078,369900],[-505062,367804],[-511711,370255],[-499450,369739],[-503668,370552],[-504748,371020],[-509145,364988],[-511936,369127],[-510408,383273],[-510435,382127],[-499345,379101],[-499997,381092],[-500029,382857],[-499456,383738],[-504347,378655],[-504148,381256],[-504359,381418],[-502395,372902],[-508420,373901],[-508372,374552],[-508787,376873],[-502484,382038],[-499526,372662],[-499284,375312],[-502372,380004],[-500384,380215],[-507781,372107],[-508887,371546],[-507731,374788],[-509885,392841],[-510185,389808],[-507842,390511],[-502511,393689],[-508193,388211],[-509012,392717],[-510270,384749],[-506537,386440],[-507977,386022],[-509932,386306],[-508639,387616],[-501526,394127],[-503229,393433],[-503691,393270],[-502428,390831],[-502703,389977],[-505101,391070],[-505005,392000],[-506596,392976],[-507839,386659],[-509397,391325],[-517664,358365],[-515407,370473],[-516385,368432],[-514675,367486],[-513642,365360],[-512350,365003],[-520649,369430],[-516940,368149],[-518284,367657],[-518624,367394],[-520162,364826],[-519231,366229],[-512780,380586],[-512772,380634],[-512993,374963],[-513698,373483],[-514760,373173],[-512255,371846],[-515956,377733],[-512328,373412],[-512192,384838],[-512453,384553],[-549643,200338],[-546853,201316],[-546597,204889],[-549455,199311],[-546725,202427],[-544945,202929],[-546157,203506],[-543186,197508],[-544129,197580],[-545046,197546],[-544652,196266],[-548240,197828],[-549488,197242],[-548406,205339],[-547605,207315],[-548721,206516],[-545820,212248],[-548783,207764],[-561410,192199],[-562024,192019],[-560834,188192],[-560063,186003],[-557940,187116],[-559193,188166],[-554897,189494],[-550699,203976],[-551166,200413],[-552660,201452],[-552512,204110],[-555771,197252],[-552505,199785],[-556063,198678],[-559323,197933],[-558907,200696],[-561170,198990],[-557822,200319],[-558760,197073],[-561130,195291],[-560178,194463],[-559640,193289],[-561880,193407],[-555651,192839],[-554546,193056],[-553605,196109],[-553675,197021],[-550951,195182],[-559763,202935],[-559639,204542],[-558205,206289],[-562047,209616],[-563108,209927],[-560406,207912],[-559291,206816],[-554268,205392],[-552725,207556],[-560537,208751],[-558704,210874],[-559295,210413],[-560505,210240],[-557884,212887],[-556415,212786],[-557114,209956],[-550787,209708],[-552904,207425],[-551950,209515],[-552285,208807],[-552767,212831],[-564982,187338],[-565205,187383],[-572739,186259],[-574087,187236],[-570083,188080],[-570970,188415],[-572008,189560],[-572339,188453],[-572755,183547],[-570118,192107],[-569417,189253],[-566786,185645],[-567493,186457],[-569914,185431],[-567828,200386],[-566360,199204],[-565670,199517],[-565868,196681],[-572600,194167],[-573398,195216],[-569307,192370],[-572740,200726],[-573796,201223],[-574124,203101],[-572833,202527],[-571294,202772],[-570203,204377],[-570787,201940],[-569237,203267],[-568260,202708],[-567879,204269],[-563966,204007],[-564922,201301],[-565341,202018],[-564800,199507],[-563619,198553],[-574913,204845],[-567178,199702],[-566407,198562],[-564426,196326],[-575693,203134],[-570104,194005],[-567170,194521],[-566993,194970],[-566893,193832],[-568684,197259],[-568410,196645],[-571054,196676],[-570949,196175],[-570418,206911],[-569126,207451],[-564030,205374],[-567542,208421],[-563204,211153],[-564088,211280],[-564133,210203],[-575410,209336],[-565090,209512],[-566132,210197],[-567325,211605],[-564054,207376],[-584507,1779287],[-579680,1777743],[-578055,1780339],[-578020,1780313],[-577656,1780910],[-577417,174594],[-576995,174914],[-576182,174110],[-576118,188931],[-577384,191840],[-577384,185273],[-576816,184433],[-576675,203303],[-578694,195690],[-578078,195307],[-577184,194318],[-576859,195313],[-576737,197218],[-578373,205898],[-576335,209608],[-577250,209020],[-601472,212003],[-600802,210207],[-599799,214495],[-594101,211877],[-594901,210071],[-596295,209559],[-592567,208563],[-591632,209742],[-591299,207176],[-592271,213705],[-597299,212276],[-598760,210454],[-600933,213188],[-598800,213628],[-590801,217999],[-590796,217399],[-598641,207966],[-598301,207358],[-593960,218913],[-601723,208254],[-603761,208863],[-601864,212553],[-609276,61177],[-609701,60382],[-618694,62205],[-619553,62550],[-619888,64149],[-623347,62579],[-622079,63063],[-619043,58949],[-617742,52608],[-617055,54247],[-616614,55399],[-616020,54838],[-626767,55465],[-620822,64608],[-617135,66746],[-618533,66106],[-50626,-149557],[-50645,-150551],[-50891,-90016],[-38634,-100204],[-38846,-107182],[-39366,-109154],[-39343,-109498],[-40045,-111592],[-39664,-112941],[-40903,-112713],[-639232,-277434],[-638778,-280323],[-639291,-282038],[-638823,-282765],[-637362,-290036],[-636045,-288965],[-636665,-290034],[-652178,-266979],[-650055,-267867],[-647023,-265508],[-645507,-264934],[-649945,-264943],[-640640,-275975],[-644312,-274867],[-652279,-278507],[-641794,-277862],[-642961,-277056],[-644700,-278703],[-645080,-277411],[-645490,-279151],[-647388,-275270],[-640135,-287844],[-652512,-284903],[-648992,-289856],[-652747,-289265],[-648818,-286675],[-651673,-287152],[-652119,-286808],[-647144,-290180],[-646487,-289163],[-641658,-291556],[-645355,-283640],[-647330,-286889],[-647684,-287085],[-642510,-291430],[-656628,-268004],[-656148,-267273],[-656011,-266847],[-656363,-268062],[-658407,-266884],[-659246,-267906],[-659734,-268234],[-655960,-265865],[-657886,-278335],[-654231,-274956],[-658431,-277076],[-652930,-274449],[-655098,-276529],[-654817,-275438],[-653397,-277632],[-653474,-277973],[-654010,-278182],[-654462,-275656],[-655275,-275420],[-654120,-277199],[-659601,-276983],[-654102,-287742],[-653111,-290395],[-653087,-290636],[-654557,-289165],[-655214,-287898],[-60282,-154944],[-56363,-177069],[-56722,-176045],[-55437,-176298],[-56096,-176673],[-63030,-179824],[-56047,-88363],[-54570,-90194],[-53149,-90488],[-53303,-90449],[-52557,-90542],[-51990,-89622],[-60452,383570],[-59229,384770],[-69401,-82858],[-69959,-82434],[-69452,-81015],[-67825,-80140],[-68826,-87273],[-69708,-85350],[-65739,-107706],[-64728,382610],[-64474,381231],[-67189,380959],[-64816,378876],[-65888,378362],[-68856,376172],[-67655,379097],[-70109,380096],[-66407,380047],[-76703,376937],[-75338,377002],[-74454,89567],[-83641,378577],[-82914,377568],[-83078,379125],[-78578,377993],[-88494,385382],[-88803,63116],[-88960,62017],[-88698,58942],[-84244,59883],[-89341,53283],[-89343,73878],[-88172,68698],[-86440,101014],[-81526,113539],[-82158,107755],[-84398,103864],[-88455,119654],[-84059,115542],[-95089,-117283],[-95576,-118899],[-94246,-125271],[-95147,-123757],[-92871,133284],[-99400,133924],[-98265,24127],[-96491,24320],[-100262,31107],[-99572,28307],[-97855,27356],[-100675,26205],[-101862,34006],[-100484,35262],[-100899,34767],[-100717,33072],[-96759,389777],[-90394,389898],[-91217,389085],[-95614,388709],[-96031,388517],[-90109,50227],[-92344,48368],[-93573,48758],[-93595,47753],[-93829,48218],[-97903,50907],[-92429,53779],[-92291,52369],[-99892,51491],[-100436,52122],[-91897,73058],[-90063,74616],[-90014,70303],[-89829,71235],[-92837,69000],[-94628,69211],[-92037,65752],[-102110,85274],[-101317,86998],[-101658,86612],[-100595,85950],[-98765,84855],[-97832,85746],[-96691,87482],[-92475,85463],[-91725,83672],[-91673,82408],[-93449,79864],[-91995,77016],[-90453,98084],[-90845,102217],[-93745,101276],[-95553,100111],[-94909,102073],[-96509,99550],[-98238,100297],[-99996,101828],[-101354,99134],[-101350,118009],[-99119,117508],[-96506,116157],[-97327,118119],[-95244,119495],[-94175,120635],[-90713,118643],[-91274,122400],[-92360,123813],[-101306,125112],[-114807,129130],[-112531,131654],[-108670,132164],[-109690,134244],[-113301,135927],[-112246,136754],[-105727,129233],[-112031,131068],[-106815,130989],[-106154,137961],[-109717,143926],[-103229,145393],[-113539,165386],[-110177,155896],[-105359,34496],[-105845,33959],[-106966,34899],[-110445,35633],[-112128,34374],[-103535,396224],[-107476,397670],[-106598,398290],[-103796,399848],[-104821,400168],[-114790,49621],[-112095,40628],[-112605,40058],[-112530,40066],[-102955,53446],[-103173,54323],[-105280,53928],[-106451,54990],[-106063,53436],[-108557,54237],[-108667,54513],[-109174,55107],[-110192,55628],[-112225,55201],[-112747,55023],[-111834,54355],[-113121,56908],[-112523,60643],[-112124,60626],[-112390,61421],[-112883,61215],[-112678,58856],[-112415,59189],[-113019,59077],[-103853,88630],[-105319,95915],[-102946,91321],[-104467,90358],[-114924,91493],[-115148,109500],[-114431,111756],[-111422,111638],[-112537,115082],[-107381,114953],[-111400,119198],[-109683,115420],[-104421,115933],[-106168,117588],[-114502,126645],[-110384,127823],[-103386,125887],[-108393,126087],[-105197,123760],[-112835,126459],[-113719,127161],[-111918,124714],[-108489,122261],[-108093,122943],[6613,-115455],[4039,-117589],[4807,-115972],[6250,-123042],[6563,-124287],[4187,-123607],[7684,-124198],[7681,-123951],[8049,-123917],[12087,-127700],[8274,-117692],[8099,-116463],[6499,-122034],[9125,-122472],[12262,-120566],[6504,-121578],[11253,-123876],[9361,-126125],[12453,-124804],[9134,-121003],[7169,-140217],[9402,-136284],[7514,-136405],[9598,-131528],[8776,-132121],[227,-134440],[945,-132804],[1131,-132700],[12176,-128922],[2946,-135826],[5722,-133533],[4430,-133689],[12216,-132062],[3434,-136660],[6744,-133174],[2496,-140473],[10474,-131960],[9995,-132221],[7781,-140447],[4909,-140551],[3645,-145476],[2275,-145100],[2460,-145670],[277,-145938],[454,-144463],[367,-145220],[1071,-142769],[362,-142486],[1519,-143739],[2749,-143447],[5064,-143449],[3527,-141657],[10048,-112238],[10216,-112449],[10046,-113375],[9820,-113749],[6887,-114589],[11400,-114144],[8422,-114373],[10465,137448],[9199,140076],[3374,140414],[8703,146655],[7819,142773],[7476,141370],[6381,141303],[7093,142086],[9913,141472],[6689,144848],[6292,147035],[9997,141758],[1727,144617],[12194,147713],[10355,145628],[12580,144015],[7267,122385],[8572,121331],[8896,120794],[9234,119311],[9794,118217],[10665,116733],[1281773,550363],[1281792,550596],[1282700,549457],[1281168,550463],[1281421,549756],[1282964,547413],[1281118,547652],[1281059,549229],[1282219,549339],[1280983,549278],[1282632,554640],[1282870,554350],[1283136,554101],[1284121,552387],[1283128,552806],[1285013,553802],[1284188,554438],[1284537,552997],[1284447,554536],[1286413,554860],[136866,-462],[133380,-1006],[132178,-162],[140147,-9056],[136073,-5214],[133723,-3892],[132383,-6258],[129975,-8476],[129505,-8106],[128504,-9156],[136626,-298297],[137641,-302782],[128484,-304310],[134912,-301213],[139214,-303626],[135471,-301397],[132106,-305652],[134738,-300584],[134203,-303086],[133136,-306122],[139497,-317869],[140756,-307278],[139547,-318883],[131782,-307943],[133664,-312413],[140690,-313315],[138457,-311046],[138438,-318124],[140402,-315846],[138031,-320574],[139288,-323258],[138292,-320885],[138598,-321625],[140726,-324381],[138868,-325905],[135334,-330377],[138028,-331345],[139142,-331531],[138351,-324811],[130146,-331105],[139658,-324952],[133156,-331287],[136043,-331603],[134716,-330734],[140022,-323560],[134333,-330682],[139102,-325315],[137594,-327067],[139417,-330151],[140247,-327783],[140638,-327163],[137576,-332241],[137125,-332319],[135658,-331820],[138474,-331808],[136089,-332096],[133905,-328377],[133777,-328669],[133467,-329836],[134785,-331658],[131644,-333158],[130546,-335681],[129844,-340905],[129644,-340087],[129069,-341440],[131639,-341228],[128150,-337517],[128188,-339921],[128217,-333315],[131980,-336093],[132469,-334529],[132093,-335170],[130735,-349196],[130536,-348932],[130630,-348963],[130589,-350679],[138700,-13723],[139628,-15942],[140522,-21339],[128116,-14451],[130140,-14480],[134285,-25273],[128864,-19594],[136127,-17182],[138004,-19107],[131392,-15339],[138461,-33168],[133668,-35130],[134386,-34131],[135112,-33326],[140221,-37997],[131437,-37770],[136459,-33727],[139461,-36380],[138965,-38116],[140193,-29326],[136009,-28073],[133810,-28398],[139339,-40232],[138856,-38859],[139488,-41778],[137312,-41529],[137644,-41392],[137221,-41238],[139781,-41811],[139528,-41417],[140753,-48148],[129956,-50983],[129832,-50275],[132466,-50715],[129679,-49746],[128033,-53001],[128186,-61221],[128773,-60364],[129124,-56471],[130102,-56280],[130447,-54374],[130966,-52416],[130908,-52417],[131315,-51232],[128238,-64256],[129806,-66977],[129081,-73342],[130385,-75286],[130549,-74710],[132448,-73760],[137650,4723],[137195,7342],[136492,6057],[131168,3663],[134426,6165],[140196,10160],[140623,1977],[131472,134004],[138850,140419],[128319,131898],[128903,131013],[139497,142468],[138008,143470],[133845,145105],[133565,145799],[138107,20572],[136965,20884],[140511,20784],[140754,24522],[132393,22081],[138928,25069],[131935,16664],[132357,16740],[136874,23355],[136902,18737],[136386,18011],[128288,29371],[128530,26963],[138467,32182],[135615,28210],[134607,31761],[132478,32218],[140374,26290],[140475,27018],[133360,26126],[131638,51049],[140634,45456],[133676,47080],[139008,41467],[138124,62939],[131945,62707],[129190,53512],[128340,54698],[134865,57520],[135579,57417],[135902,57669],[138324,75743],[127287,65245],[133367,76504],[128566,66951],[132754,69428],[136678,64450],[139276,81953],[130012,95176],[140571,102365],[136502,97453],[139301,101727],[139336,102242],[138201,110886],[132381,106053],[136552,114035],[137131,112562],[136546,109908],[136513,102759],[135973,104211],[136555,104430],[136784,103335],[129303,109329],[129064,108078],[129982,107809],[130061,109045],[128646,114049],[128836,112888],[128723,113073],[128951,113474],[129553,114830],[131044,112548],[130281,114130],[134379,112078],[132282,110094],[133366,112170],[137322,112064],[128826,109334],[130135,110430],[128464,105293],[128823,105371],[136886,121417],[136330,120145],[140501,118908],[139481,127832],[137805,125375],[140564,122312],[139664,123503],[133243,127164],[133761,126842],[129850,121604],[131661,117944],[132348,117428],[151591,-163358],[152926,-159515],[149916,-7323],[151792,-6146],[142682,-2972],[149713,-10257],[147992,-9139],[150663,-8393],[150969,-9295],[153211,-277593],[152931,-278742],[152399,-278437],[153008,-281008],[146204,-292542],[147434,-288032],[147182,-286892],[152876,-282153],[151862,-284231],[152908,-281605],[145382,-293406],[147084,-286592],[147354,-300957],[144691,-304391],[146751,-296938],[142429,-304864],[147452,-300396],[145530,-300790],[141783,-302078],[143560,-299768],[142074,-300894],[149431,-301597],[148101,-305260],[142420,-300069],[147729,-304774],[146594,-305510],[144743,-301722],[146245,-296183],[147437,-304472],[143939,-302174],[142802,-300060],[144815,-300741],[144950,-299881],[146331,-295886],[152560,-306801],[145251,-297047],[151189,-300600],[149411,-300887],[149042,-296881],[149192,-297826],[150108,-301491],[146856,-300387],[145406,-303910],[148429,-305328],[143843,-311204],[141458,-315584],[150226,-308197],[145319,-319326],[145022,-315416],[142162,-315564],[141342,-312896],[146560,-314657],[141321,-307284],[144387,-307995],[147983,-317167],[152883,-307488],[142342,-314907],[141961,-317342],[141707,-318002],[145870,-319090],[145739,-307003],[147624,-307628],[144488,-307909],[142176,-309556],[142597,-312233],[143867,-311404],[147193,-310928],[147098,-309533],[145620,-307924],[145636,-308645],[151083,-309027],[153163,-308071],[152415,-308726],[142294,-322654],[143249,-319910],[147074,-320086],[148572,-319841],[141610,-326819],[141666,-324461],[147495,-320293],[148970,-320290],[144793,-324962],[142807,-327145],[141748,-323837],[144221,-322945],[144416,-324710],[146161,-328075],[146950,-328586],[142693,-326892],[142052,-326487],[149170,-326194],[147016,-325125],[146967,-326065],[147943,-326958],[148253,-328626],[144310,-327057],[143643,-326186],[141487,-17460],[141484,-19168],[150994,-13224],[151144,-14772],[150004,-14076],[152121,-17374],[153541,-15202],[141192,-35587],[140891,-37882],[147956,-37828],[144344,-33311],[148050,-29199],[150570,-30861],[149821,-29657],[152779,-30976],[152654,-30317],[150459,-34632],[150452,-33568],[150255,-37473],[149633,-37054],[148101,-36708],[147020,-35223],[145149,-35160],[144765,-33409],[145471,-33513],[145032,-32699],[145535,-30568],[146300,-30875],[146738,-29782],[147855,-30077],[149828,-30206],[148898,-31146],[149624,-31134],[150818,-32658],[147657,-31925],[147832,-32464],[147056,-32529],[146528,-33378],[146324,-32717],[141508,-39137],[145265,-44116],[148648,-47511],[150750,-47150],[144085,-47865],[146027,-44014],[143537,-47412],[145520,-47060],[144935,-45957],[145425,-46690],[152295,-47266],[145635,-44884],[145648,-45379],[146313,-46297],[152173,-46911],[147983,-45831],[147696,-46100],[147905,-46709],[152805,-47284],[152369,-47157],[142939,-47561],[147386,-48007],[152035,-47044],[141594,-46625],[145884,-43964],[144660,-45603],[143900,-45070],[144160,-44930],[142632,-38688],[143011,-38491],[143627,-39182],[148660,-40538],[150526,-40183],[145269,-39560],[145467,-40260],[146589,-40136],[153129,-48521],[147795,-40492],[147927,-40114],[150337,-39925],[152970,-41881],[150712,-40502],[147759,-48521],[143053,-48386],[141543,-47169],[141921,-47590],[142596,-49180],[142920,-49424],[142531,-50342],[141025,-49216],[141561,-49314],[141705,-49375],[140877,-48389],[144569,-49473],[144267,-49815],[143387,-49807],[146387,-50002],[146023,-48734],[146232,-49303],[151047,-96335],[150552,-95344],[151283,-96162],[151756,-94048],[152085,-93233],[151846,-94074],[150001,9902],[149078,11750],[152878,7806],[152296,7616],[150273,7952],[145300,136647],[143185,134177],[143816,131329],[146212,130489],[146235,139029],[147017,138259],[150084,137634],[143070,139376],[142875,140121],[142375,139861],[152246,133571],[148217,133700],[151140,140283],[152126,139443],[150796,138408],[145189,142287],[149590,142346],[152665,147166],[152566,146187],[151142,145803],[145989,141011],[151077,16609],[142996,14146],[143159,17785],[144134,21595],[150415,22506],[152906,15182],[150191,25727],[152928,27193],[142455,37008],[151073,26611],[149141,26466],[144672,44342],[142629,50600],[144909,56009],[150696,61226],[153035,62201],[149149,60448],[147109,61931],[151757,68174],[147178,66489],[153111,68077],[146957,76555],[153379,71517],[147154,65654],[144015,69532],[143433,70438],[143765,70028],[151792,69540],[152320,70599],[147819,89515],[152784,88918],[143912,101823],[143965,102566],[145213,100939],[146510,92127],[146639,101221],[146328,91248],[147444,93301],[152829,98685],[151432,97480],[152746,93306],[151152,97552],[151689,97612],[151557,102742],[146253,103561],[146003,104586],[147648,106463],[147690,107101],[153474,104065],[144856,127922],[149349,128149],[143377,127954],[143457,124250],[147694,121287],[147277,121001],[164027,-115019],[157060,-122007],[155796,-120250],[154879,-122236],[157006,-123915],[155809,-124436],[162867,-128177],[163333,-128251],[162167,-140107],[166324,-144708],[165827,-159411],[154211,-160058],[155205,-159599],[155482,-161087],[157842,-162893],[157025,-171983],[158408,-172340],[156642,-170594],[158955,-167456],[155221,-166217],[158041,-166656],[163353,-9335],[156107,-2513],[155144,-584],[155786,-6245],[157597,-9459],[159688,-12063],[166153,-10696],[165978,-9772],[166365,-4155],[164005,-3464],[165419,-4393],[163883,-2858],[154286,-279758],[164349,-12919],[163195,-13246],[156405,-19421],[156616,-20093],[153945,-15582],[160551,-14769],[155096,-21725],[164276,-14228],[163169,-13869],[163041,-22715],[160059,-21642],[161386,-22045],[162553,-21794],[163149,-21010],[166382,-23148],[163919,-25137],[164572,-24817],[165649,-24830],[153984,-27091],[153872,-26443],[160084,-26673],[157162,-35136],[155209,-36371],[154834,-36814],[157001,-29535],[157458,-30648],[159185,-30199],[161644,-31478],[158489,-33264],[154767,-32492],[156086,-31836],[155738,-32454],[157992,-30800],[163449,-50219],[164348,-50244],[162286,-50141],[162288,-47656],[165644,-39552],[161072,-48224],[160462,-48272],[160025,-48335],[153868,-47998],[154935,-48115],[154483,-47373],[154919,-48251],[156893,-48497],[157357,-48027],[157073,-47553],[154337,-50979],[159348,-49052],[159182,-48788],[158188,-47726],[158769,-46891],[162859,-48652],[162780,-49098],[159018,-50281],[158089,-49567],[158916,-49855],[160866,-47133],[160861,-47080],[158433,-46893],[158374,-46962],[156844,-47343],[161483,-48478],[157358,-46853],[162156,-50414],[162045,-50371],[161561,-49050],[159656,-47298],[158994,-47765],[155398,-41626],[154518,-40870],[161088,-49706],[155331,-47074],[156023,-47280],[157281,-41655],[158228,-41022],[157229,-41460],[154865,-47151],[159499,-47082],[159607,-40707],[160705,-41328],[159707,-41039],[163613,-47893],[164809,-48695],[164144,-47752],[165005,-48739],[164531,-48027],[165530,-43551],[166359,-43213],[162327,-41866],[162573,-43060],[165077,-48228],[165355,-43593],[164840,-43095],[165286,-43822],[153675,-50816],[163565,-42754],[163635,-42549],[163810,-42690],[161815,-41637],[161157,-42034],[161031,-41871],[156861,-47074],[159929,-49802],[159562,-49554],[154894,-39082],[161916,-51795],[161902,-51613],[161946,-51774],[160873,-53569],[161865,-52490],[162094,-56284],[165900,-53241],[160852,-54705],[164533,-55355],[159532,-54486],[162332,-63689],[162237,-59813],[162737,-61408],[165015,-63150],[159296,-60181],[156358,-57850],[157720,-56196],[155838,-56565],[156054,-58786],[159188,-56216],[158215,-54081],[158276,-53851],[154542,-52101],[154988,-51563],[155139,-51759],[156273,-52676],[155603,-52410],[156069,-52051],[154654,-53017],[154445,-53540],[154193,-53174],[154208,-54954],[155235,-55639],[154035,-55275],[158219,-54704],[166299,-64316],[160452,-65791],[160951,-65472],[160314,-69116],[162016,-71551],[161197,-71276],[159142,-67693],[165821,-64786],[160110,-71320],[156997,-72440],[161265,-64330],[160287,-66140],[166127,-67967],[159056,-69319],[164339,-73239],[162705,-67007],[162273,-73391],[163024,-65642],[160503,-65940],[165543,-71027],[161498,-66595],[161999,-66697],[161703,-67224],[165000,-73695],[160325,-67381],[160319,-67582],[159912,-67229],[162350,-83026],[165994,-84052],[161740,-84063],[158029,-88090],[157497,-82403],[159360,-84906],[158910,-84764],[160468,-84855],[157933,-83250],[158410,-84936],[160652,-83688],[164510,-87718],[159122,-88693],[159385,-87941],[159530,-87828],[163869,-87914],[153787,-88820],[156225,-86261],[157011,-89360],[154256,-87095],[157949,-84670],[158086,-86283],[155252,-85839],[157216,-84559],[164222,-92827],[160496,-92182],[160337,-91265],[159736,-91578],[159043,-90301],[154283,-90263],[156776,-90737],[163779,-95806],[160625,-96139],[164777,-94430],[162261,-96251],[163825,-96750],[160037,-95808],[163205,-95467],[163409,-96641],[165148,-105228],[165883,-109007],[165867,-107710],[165233,-103612],[165296,-112951],[166072,-110975],[162579,-108548],[164126,-109563],[163351,-112347],[160497,2190],[160046,4179],[164623,9120],[160505,131146],[161111,130724],[154529,135131],[159586,140520],[162248,137235],[154318,129467],[156910,141857],[158330,141999],[160313,141970],[166299,146807],[162350,144656],[161305,145301],[160379,146405],[159047,146564],[158267,145920],[158281,147212],[156868,145971],[156039,146599],[153705,146020],[162508,24561],[160155,24258],[156197,20757],[153881,24573],[155760,18946],[160934,17186],[156797,15700],[156303,14916],[162083,20935],[161370,21566],[159154,35783],[162989,50012],[163903,62881],[164072,62425],[161554,56412],[161852,60225],[160247,76694],[153895,68192],[155263,65271],[156259,71965],[154979,71468],[154674,64914],[156760,70140],[155030,70696],[157089,89509],[157507,88427],[160944,87482],[158286,87211],[159258,87301],[160679,83998],[160080,82542],[164845,83862],[161474,83465],[159750,78448],[160648,77778],[156996,101496],[158958,101547],[159911,100100],[159415,99960],[153946,101882],[161668,96292],[160743,97344],[157227,96140],[158292,95774],[163195,94259],[163486,94711],[158967,91683],[155726,100724],[163019,100653],[163844,101902],[163720,109539],[164722,109729],[163508,114350],[163521,114765],[166130,111929],[164654,108092],[163473,107174],[160114,115178],[153645,105466],[154646,106303],[157330,104859],[154859,103586],[162832,102917],[163301,102800],[164996,104735],[165381,105409],[157433,107972],[157220,108518],[158102,107260],[159584,106561],[158545,103447],[159089,103839],[161821,105609],[161636,105122],[156044,108151],[156229,107346],[161798,120834],[154147,123352],[153934,124737],[157744,122336],[160318,120677],[162349,120023],[158124,118342],[157907,117715],[158523,118218],[164472,116663],[154978,127488],[157520,127565],[159761,126897],[160556,125620],[160642,115760],[164139,120107],[165091,121963],[165509,116669],[154452,118597],[154640,117891],[164704,118120],[166769,-115773],[173886,-119064],[179104,-118045],[176358,-116856],[175620,-117309],[174079,-118811],[176973,-119705],[175899,-126805],[176099,-127311],[177278,-126729],[176803,-127004],[178047,-120588],[177663,-122052],[177765,-122723],[179181,-121402],[178056,-120074],[173586,-126227],[174694,-124330],[174694,-124596],[172469,-127021],[176592,-118326],[177715,-133376],[178820,-135299],[176833,-133204],[176930,-133592],[178125,-133797],[179092,-135110],[179137,-136990],[169005,-138189],[175532,-128199],[174873,-129072],[172013,-128599],[167240,-139187],[169227,-139872],[177665,-140962],[177240,-140838],[177842,-140646],[173742,-152222],[174834,-147844],[178589,-145003],[173717,-147608],[179177,-147447],[177381,-147645],[174018,-147873],[177134,-142240],[176992,-142003],[172128,-144030],[177097,-151894],[176206,-152038],[178314,-153076],[177110,-143701],[176460,-142993],[177784,-143172],[177564,-142887],[177986,-142929],[178062,-142561],[176600,-152909],[175933,-146339],[177730,-144794],[176215,-146152],[166956,-151554],[171252,-151978],[168222,-151909],[173233,-143647],[170239,-142248],[176040,-145029],[168932,-141422],[170460,-144532],[168217,-147939],[168324,-146531],[167474,-145557],[178568,-154731],[177339,-161193],[178539,-155568],[176658,-159896],[175477,-162641],[176304,-154434],[173782,-157228],[175179,-162581],[178189,-155994],[174945,-161392],[174226,-161049],[169897,-161320],[174302,-156233],[175317,-162593],[171117,-161651],[173759,-160346],[174459,-158234],[177502,-154879],[174823,-158203],[174450,-160246],[175554,-156349],[174336,-157850],[173267,-165818],[172373,-165909],[173142,-165710],[171119,-158841],[173154,-162891],[168329,-165993],[170675,-159284],[176987,-153709],[176594,-153575],[167708,-160656],[172264,-163883],[171453,-163814],[171360,-163104],[171662,-162923],[174088,-165823],[174058,-166085],[175923,-157926],[178207,-155664],[177346,-155874],[177343,-156180],[178061,-159633],[173333,-163976],[173313,-164004],[173031,-163482],[172506,-161385],[171248,-162383],[172858,-161164],[175500,-166053],[170008,-162826],[169889,-163802],[172559,-160941],[171796,-160637],[171211,-164640],[170422,-164688],[171285,-164469],[170587,-165723],[170153,-165982],[170638,-166098],[176972,-163610],[177025,-163417],[176807,-162906],[176614,-165165],[176519,-165325],[175898,-165817],[176045,-164878],[174219,-161252],[175073,-162377],[175468,-168144],[178004,-171786],[170293,-166871],[170335,-167090],[178587,-168440],[172299,-166207],[178719,-178105],[173401,-172351],[178694,-172420],[171677,-168838],[171902,-169713],[172926,-173380],[174474,-169438],[174994,-170274],[176877,-173422],[173638,-172371],[173008,-172042],[178250,-174436],[175268,-168053],[174627,-166296],[174255,-166357],[178531,-171432],[177780,-168680],[176824,-170958],[174278,-167787],[176893,-173807],[178327,-175324],[177423,-175759],[175356,-173473],[175109,-176316],[174074,-167644],[178766,-169152],[173041,-168240],[175618,-168533],[174685,-167790],[177669,-177579],[178510,-168517],[172451,-172109],[172639,-171456],[171772,-171264],[172180,-173006],[173209,-167631],[179041,-168726],[172917,-169577],[178427,-171008],[169470,-167416],[168717,-166769],[178354,-171736],[173294,-176701],[171655,-168317],[170340,-167596],[170600,-167735],[170836,-167313],[171442,-169140],[171531,-169304],[172362,-168908],[173067,-169569],[173483,-169821],[178401,-181152],[178190,-183016],[178444,-179078],[178071,-179261],[178505,-181324],[178689,-180393],[178841,-180134],[178677,-179508],[178998,-210283],[178815,-210186],[176912,-208336],[178829,-208201],[177025,-208282],[176786,-209548],[178494,-8591],[178964,-11634],[176336,-10025],[179106,-11531],[177322,-10692],[174050,-7171],[168529,-6925],[170540,-6503],[170222,-7224],[170725,-8058],[168506,-9274],[169233,-11580],[178735,147],[176839,-7656],[178199,-8043],[178249,-7717],[172389,-5779],[172617,-5840],[174541,-6380],[175662,-7590],[172126,-3858],[169678,-4074],[166539,-8515],[167574,-9907],[167903,-11596],[167226,-10750],[168293,-11385],[166763,-2871],[178600,-13417],[177390,-14560],[176642,-13084],[176090,-14467],[169945,-24767],[174549,-23698],[173760,-23619],[175824,-21855],[173874,-24617],[175269,-21518],[177765,-24099],[176657,-21082],[177028,-19612],[178394,-21145],[177099,-21173],[178290,-23566],[178383,-21682],[175469,-24556],[174810,-23577],[174863,-22775],[177704,-22375],[178924,-22494],[177668,-20668],[176967,-21191],[179105,-18652],[177411,-18765],[177587,-18397],[178719,-19113],[177536,-23679],[174351,-24910],[173012,-24918],[171223,-24419],[166828,-12941],[166442,-22674],[174129,-30951],[176153,-29800],[175703,-29285],[176334,-35025],[176324,-35130],[174936,-34923],[176122,-36082],[175286,-36025],[175055,-37374],[174701,-37954],[175849,-37008],[177162,-33029],[177959,-32855],[174607,-31307],[174682,-33477],[173983,-33730],[174766,-31248],[176521,-33211],[178432,-34059],[177360,-35698],[179135,-35476],[178190,-27916],[178542,-27103],[178005,-28297],[177966,-31744],[174997,-31057],[169527,-26136],[172077,-27806],[172272,-27733],[178865,-25946],[177661,-27522],[174131,-26393],[172314,-47326],[174993,-47870],[178986,-50952],[172441,-45671],[173048,-44657],[168058,-49940],[173213,-44176],[174997,-49122],[172408,-46259],[174287,-38443],[174982,-47716],[168501,-50555],[177989,-40072],[177889,-38635],[178722,-42597],[179131,-42046],[174658,-41380],[174015,-43254],[173833,-41232],[173964,-43704],[174340,-42032],[168557,-50685],[177658,-50515],[175428,-47459],[168449,-50542],[176953,-47132],[175837,-45951],[172543,-47148],[177652,-44916],[178625,-43839],[179173,-46971],[175472,-45138],[175092,-44332],[174692,-44385],[174503,-45977],[174040,-43861],[172324,-46585],[172222,-45724],[176037,-43364],[176373,-42922],[175545,-42307],[176062,-41326],[177350,-41987],[166786,-43354],[171984,-44981],[166645,-44066],[166694,-44333],[167191,-44477],[177262,-50558],[177586,-50458],[168053,-44681],[167281,-45079],[167498,-45038],[170260,-45559],[169718,-45615],[170390,-45863],[169856,-60676],[167964,-57497],[171790,-57613],[167220,-58193],[166925,-58190],[171124,-57329],[166494,-58708],[178062,-58842],[176370,-61000],[174845,-61950],[173875,-58678],[177193,-57535],[172713,-61194],[178666,-60813],[178059,-60531],[177801,-59911],[177595,-59509],[178407,-60085],[176608,-60838],[176886,-60868],[176929,-60641],[176026,-62464],[175596,-62919],[176020,-63006],[169738,-60734],[170619,-61430],[169806,-60714],[177964,-52395],[177858,-51896],[168434,-51062],[175249,-58856],[169184,-51464],[169343,-51489],[179148,-51185],[177080,-58734],[177285,-58437],[170822,-53639],[170617,-54074],[177580,-58552],[176953,-51168],[170000,-54959],[170018,-54336],[170447,-54593],[178571,-52852],[175082,-59674],[170975,-55908],[172121,-55235],[171568,-54918],[172035,-55254],[177910,-58828],[178062,-58832],[176512,-57465],[178477,-61786],[169763,-63621],[168412,-60190],[167872,-62863],[167793,-63102],[171636,-63780],[174642,-63448],[174797,-62973],[173851,-63083],[167593,-71998],[171071,-72663],[171669,-69011],[170873,-68709],[171617,-68822],[169816,-70848],[174252,-67942],[172349,-67401],[170316,-67477],[167137,-66798],[173583,-67994],[175696,-70754],[173738,-66265],[169933,-68867],[169524,-71871],[170083,-69624],[171493,-67947],[169020,-71894],[175021,-65130],[169249,-64799],[175173,-71548],[169980,-75567],[172579,-67463],[171253,-69646],[174422,-67502],[172626,-75727],[174285,-67913],[174495,-65832],[176760,-76547],[174829,-64173],[173436,-64951],[172509,-64845],[173590,-65492],[172572,-65276],[172167,-65813],[171358,-65471],[172114,-65110],[171295,-65129],[170819,-66247],[169788,-67135],[169312,-67121],[170216,-66557],[168494,-67011],[168288,-67887],[167796,-67496],[168608,-67285],[167251,-67439],[167317,-68410],[167748,-68367],[166895,-67983],[178774,-68241],[178912,-70356],[179125,-73502],[179129,-74114],[166543,-83717],[167731,-82479],[166521,-77593],[166528,-78504],[178984,-79035],[176844,-78101],[176624,-77698],[171000,-80165],[168378,-77866],[173240,-76948],[168879,-78532],[169628,-77619],[168190,-77893],[175756,-82197],[175551,-83476],[177103,-78136],[177606,-82581],[176494,-89028],[174412,-85698],[173331,-86445],[176750,-85117],[173690,-88578],[176131,-87964],[178903,-85336],[169296,-86193],[167934,-87879],[171126,-87134],[171050,-83895],[172623,-84949],[173862,-85988],[167588,-83086],[170956,-87625],[170564,-84722],[173135,-85142],[167267,-87594],[169874,-82741],[172015,-81942],[178948,-89905],[174323,-90788],[174843,-93334],[167410,-95601],[166897,-94099],[171383,-97599],[175685,-94256],[173419,-92549],[172436,-89821],[175551,-92290],[174333,-92624],[166637,-93492],[170822,-92377],[169891,-90412],[170503,-93684],[170526,-92779],[176312,-93961],[175412,-94074],[174977,-92724],[177349,-93906],[171268,-92704],[167689,-105380],[167297,-108248],[166513,-109003],[166840,-108591],[168238,-111474],[167188,-111415],[179095,-110447],[179034,-108978],[178722,-109885],[177262,-112001],[177616,-112990],[179102,-112855],[178182,-114066],[179125,8695],[178932,8454],[176859,12026],[176895,10748],[177412,12599],[178053,11402],[168440,132133],[166749,132874],[168720,131865],[176657,138982],[178103,130319],[177238,130396],[178472,129739],[178736,129254],[174084,138118],[174884,139933],[173295,130384],[172855,129003],[171895,128631],[171594,128231],[173395,130622],[173266,129489],[172783,131557],[176092,129528],[176133,130138],[175245,129280],[178884,131519],[167613,142437],[177776,142485],[176302,143012],[167456,143060],[170413,143872],[171603,145608],[173011,146574],[176815,145874],[177042,146293],[178071,146391],[168367,147140],[169351,147323],[168761,148027],[169524,148010],[173104,148310],[173718,148599],[175242,148576],[175404,148902],[176060,147490],[179038,149014],[166600,23332],[177228,25429],[173322,23088],[179009,19835],[179145,20723],[171578,28500],[169942,25914],[172547,26535],[178843,76240],[167026,84206],[166896,97617],[166679,97864],[168321,95300],[169391,95626],[171599,92423],[178429,98613],[178640,97063],[171703,102195],[172487,101738],[167491,113925],[167799,115390],[171319,113107],[178854,105814],[177486,104076],[172984,113030],[173160,112077],[179127,112231],[177964,109419],[166479,109337],[166447,108607],[167777,110704],[169090,109826],[177680,111234],[177265,111620],[168873,107966],[167265,107980],[168117,108198],[169341,108053],[174388,127721],[171773,119287],[167984,116258],[178338,126560],[179064,127225],[178083,125338],[175281,124850],[175716,123368],[174831,123739],[174340,124475],[176801,126089],[175515,125779],[174535,125238],[178333,124874],[177721,124100],[176174,123058],[177204,124463],[178176,124177],[170618,125430],[169579,123878],[170758,125042],[169257,123651],[170479,124255],[171435,127316],[170535,127898],[191448,-121756],[191531,-117207],[186213,-120279],[189840,-122038],[179611,-118372],[185590,-120225],[191097,-115392],[189576,-118320],[187895,-118919],[188455,-118611],[187853,-119439],[189160,-120910],[188119,-120840],[187253,-119760],[190749,-121690],[186737,-124207],[187380,-124292],[185511,-122246],[189336,-122723],[188128,-123957],[187329,-123652],[188242,-121954],[182858,-125659],[184420,-125278],[183891,-124490],[183223,-125193],[185866,-126259],[187912,-124272],[186462,-126191],[183869,-127740],[183407,-127208],[191561,-119638],[190659,-119551],[189498,-120241],[189233,-119850],[185547,-119923],[180407,-117833],[182413,-119297],[179777,-117212],[179732,-117110],[180143,-116805],[181843,-122550],[181506,-120415],[185466,-121278],[179638,-116079],[179653,-116176],[190268,-123434],[190603,-124163],[189610,-124406],[189238,-124924],[188942,-124940],[186888,-127028],[180860,-121377],[181182,-121314],[180562,-119861],[179667,-119940],[179200,-119737],[183272,-138297],[191919,-132794],[187092,-134314],[186614,-133859],[180303,-134292],[191731,-132620],[183101,-131008],[180230,-133488],[180540,-134757],[183532,-129551],[187212,-133764],[187625,-135058],[183964,-130287],[191266,-132716],[182458,-139746],[183080,-139299],[184703,-128363],[184843,-127863],[183067,-138468],[191372,-128674],[190897,-128635],[190039,-128643],[189958,-130470],[188985,-132161],[190028,-129956],[188637,-131472],[186523,-130960],[185662,-132011],[185197,-133018],[185308,-130872],[190753,-134451],[189439,-134060],[190506,-133426],[189384,-135083],[184915,-133975],[185314,-135084],[185117,-135801],[186396,-134141],[185656,-137902],[183408,-136942],[185962,-136597],[185591,-137641],[184227,-131218],[181235,-137849],[181521,-137234],[181506,-137316],[181489,-136954],[180262,-135033],[180785,-135161],[180722,-136047],[179858,-135997],[182464,-131430],[180717,-131941],[184955,-140575],[186468,-139773],[186816,-139390],[184888,-139880],[179770,-138440],[181866,-128462],[181802,-134071],[182969,-134691],[183110,-134411],[182152,-134981],[181336,-131955],[181618,-132785],[181380,-132236],[180622,-131376],[180285,-131148],[179782,-130614],[180518,-130195],[180421,-129723],[180418,-129586],[180260,-128937],[180302,-129405],[181525,-128290],[181796,-128220],[182413,-127981],[180195,-143283],[179629,-143059],[182344,-140924],[181589,-140776],[182606,-142464],[187520,-140833],[181619,-143757],[179595,-142488],[180045,-142261],[181124,-144169],[184683,-142088],[185499,-141724],[183706,-143260],[183776,-143057],[187759,-140816],[179465,-149634],[182616,-147160],[188329,-145346],[190457,-147214],[186268,-151418],[191634,-147036],[180812,-146179],[189463,-152181],[190494,-145708],[190012,-147364],[179712,-146426],[180338,-145635],[179469,-146403],[188601,-150622],[188740,-151965],[186563,-150560],[186462,-150265],[186230,-149870],[190297,-143933],[189683,-145494],[187000,-149562],[186679,-151015],[179561,-143447],[180023,-144239],[184242,-152530],[190182,-143529],[181296,-150686],[180978,-149168],[190567,-152269],[190162,-151915],[187482,-150135],[187473,-150508],[187704,-151681],[186653,-148494],[186076,-150467],[188259,-147265],[187468,-146353],[187564,-146598],[187260,-147640],[186700,-149191],[186804,-148552],[185982,-149037],[190812,-149663],[191061,-148800],[190533,-149253],[190107,-148324],[190148,-149952],[190235,-151006],[190747,-150314],[189966,-149873],[186548,-152959],[186521,-153136],[185820,-152706],[186176,-153070],[180953,-154415],[179856,-153673],[182270,-163671],[180633,-158152],[181990,-165766],[183431,-163678],[180344,-158682],[179684,-159006],[181601,-160535],[179904,-159147],[180392,-157078],[181842,-165857],[181613,-156276],[186562,-163718],[185572,-165995],[186151,-165897],[179965,-159694],[186195,-160619],[185453,-161805],[181606,-156760],[181556,-156771],[181103,-160125],[186546,-154852],[185748,-154415],[181013,-160492],[183665,-159880],[184054,-159816],[181804,-160925],[183360,-159965],[186256,-164272],[182674,-164679],[184042,-166049],[183560,-165388],[181812,-160318],[183055,-166012],[185883,-163019],[186532,-163812],[187490,-164875],[187107,-163152],[186152,-163745],[187845,-163478],[187333,-164107],[183991,-160599],[187952,-155051],[187577,-155750],[185698,-161861],[185541,-161341],[182135,-161168],[181066,-154625],[180306,-156591],[180491,-155430],[179850,-161691],[182027,-162287],[180377,-163359],[182461,-163083],[180884,-160453],[179969,-170611],[180829,-174003],[180737,-170293],[179727,-170986],[182484,-173642],[182146,-168171],[187709,-169956],[187872,-168521],[188333,-168363],[189573,-167672],[188293,-175422],[189872,-168048],[187332,-174501],[189832,-168156],[188457,-175943],[188603,-173755],[186985,-173246],[187748,-173980],[189166,-173897],[187880,-175426],[191191,-174805],[191593,-174567],[190257,-175406],[191013,-177902],[191238,-173573],[191024,-178703],[191225,-176446],[180489,-178524],[188672,-178122],[187341,-177591],[188405,-178070],[188581,-178309],[179489,-172242],[191686,-177072],[182607,-178063],[182700,-172251],[179773,-174230],[183657,-173660],[180381,-173989],[180602,-175085],[179679,-168361],[182210,-175050],[183687,-174412],[185202,-173070],[184627,-173509],[184518,-175869],[184462,-176612],[180995,-167377],[181692,-168256],[180621,-166230],[186500,-175226],[191190,-172883],[190439,-173539],[181308,-169267],[190666,-172018],[179657,-169949],[179592,-167126],[179822,-167002],[180164,-167175],[180356,-166654],[183528,-170172],[180887,-178344],[186071,-185572],[187414,-187599],[182297,-181734],[190595,-179974],[181948,-180947],[191395,-179319],[181578,-181138],[187698,-185887],[183083,-185478],[183261,-184871],[183184,-185397],[188835,-186420],[189889,-186873],[183656,-184279],[181930,-180644],[180676,-182184],[181032,-182566],[182803,-183778],[182495,-183766],[190189,-187733],[191001,-184420],[190574,-185790],[186819,-180028],[181933,-180794],[190413,-187518],[188450,-185017],[187555,-179546],[179524,-179622],[183974,-187150],[183994,-187849],[180108,-179541],[183004,-180137],[183099,-179775],[182106,-180260],[187215,-186306],[183577,-185552],[185046,-183342],[185556,-182768],[183208,-183180],[183135,-182614],[183650,-182081],[185391,-183641],[184605,-183678],[184673,-185508],[184562,-183447],[188096,-185840],[186261,-185322],[179229,-183040],[180247,-181590],[179377,-180955],[187515,-180226],[188786,-181520],[188251,-181581],[188409,-182237],[189050,-181956],[186623,-182722],[187720,-182375],[186653,-182938],[188969,-183217],[189210,-183088],[189314,-184037],[189498,-184063],[186754,-180183],[185570,-180865],[184616,-180855],[185221,-181221],[184736,-204382],[184891,-204212],[185771,-204103],[190623,-213428],[191490,-213954],[191914,-213819],[191177,-214221],[191933,-216751],[191305,-216558],[187749,-204655],[186618,-205218],[187068,-205584],[186903,-205267],[185702,-205255],[182585,-207450],[183163,-208297],[183214,-207194],[182765,-208211],[182495,-207317],[181831,-208191],[182510,-207663],[181763,-208255],[179486,-208123],[179727,-208087],[180741,-209269],[180892,-208169],[179735,-210460],[179864,-210995],[181369,-212033],[180193,-212152],[180361,-211834],[180188,-211534],[191709,-218866],[191826,-220031],[191878,-219868],[191845,-219734],[191817,-219608],[191926,-217476],[190502,-219225],[191701,-219832],[191023,-219133],[190943,-220004],[183587,-229477],[186057,-230172],[184023,-228707],[186504,-229718],[186914,-227641],[187010,-226901],[187631,-227587],[187017,-227984],[187628,-225777],[187450,-225534],[188254,-224281],[188715,-226252],[188373,-225896],[189620,-224726],[189037,-225279],[191382,-229844],[184566,-230602],[184537,-230384],[185934,-230221],[186405,-231389],[186660,-231004],[185584,-230667],[186283,-231325],[189444,-232490],[190022,-233101],[188758,-233329],[189312,-233045],[187902,-233253],[188936,-232622],[188150,-233281],[188893,-233045],[190024,-11818],[191301,-10809],[189536,-11172],[190025,-11209],[191840,-3540],[189348,-6338],[190087,-4439],[189926,-4312],[187932,-2343],[189471,-3359],[189922,-3949],[189585,-2678],[190240,-3030],[181298,-10361],[181933,-11798],[180919,-12327],[183191,-10593],[190999,-447],[185577,195],[181054,116],[185056,-2824],[183431,-3338],[185183,-3151],[185842,-5201],[184624,-3906],[186066,-8516],[184873,-11117],[182455,-9426],[183832,-7692],[181911,-9573],[180240,-9113],[179241,-8059],[183971,-24771],[190487,-25273],[179548,-19335],[187812,-16464],[189397,-18824],[189287,-17835],[189356,-16901],[190996,-13656],[180557,-22639],[180212,-20613],[191369,-17868],[190608,-18840],[191002,-18478],[191351,-19994],[183825,-20706],[182374,-22054],[180450,-21955],[183213,-23262],[181937,-23208],[189567,-20643],[190678,-21268],[191101,-22877],[191193,-24455],[190880,-29044],[179724,-30791],[181493,-31984],[186095,-34495],[181074,-34301],[190119,-29880],[186990,-25818],[182422,-32573],[186564,-30404],[182517,-35280],[190066,-29225],[190275,-25738],[187767,-26316],[191304,-25795],[184687,-30053],[190280,-25917],[186843,-27495],[180807,-29453],[179627,-30495],[179673,-28478],[180150,-28695],[180626,-36939],[187201,-33403],[188837,-28498],[186462,-34330],[186609,-33996],[186694,-34755],[184795,-34761],[186897,-32223],[187916,-33369],[189687,-35968],[187768,-37818],[189933,-35958],[188479,-35672],[185669,-38656],[191871,-33632],[191948,-33598],[183670,-30745],[181997,-36621],[185808,-34506],[191090,-29576],[190557,-29496],[189215,-33642],[191470,-33279],[190678,-34839],[190805,-34723],[189096,-28322],[188302,-30641],[185616,-27309],[182085,-25965],[185501,-32891],[187046,-27557],[181808,-36550],[189970,-49969],[179338,-50165],[181478,-49654],[180006,-47264],[181476,-49967],[188759,-42055],[180079,-46378],[179635,-49535],[189159,-41663],[189041,-43337],[179204,-48985],[188572,-43655],[188346,-43281],[179987,-46008],[179734,-46585],[190024,-50076],[188560,-49423],[190720,-43457],[179447,-40870],[190607,-44207],[189812,-42141],[189339,-41443],[181117,-41357],[180467,-41105],[180236,-40580],[179893,-41184],[180179,-40897],[179773,-43511],[184590,-38496],[184855,-39155],[189857,-40026],[190005,-50625],[185899,-48017],[191210,-45830],[188778,-44638],[190327,-45806],[190621,-44707],[190189,-45539],[186240,-48554],[185718,-46977],[191962,-50993],[188542,-40977],[189722,-46180],[191302,-48340],[185053,-44446],[185830,-45527],[187638,-48880],[186224,-47234],[187827,-47668],[191083,-48810],[190723,-51364],[190256,-49694],[185448,-45594],[184495,-44611],[182860,-48607],[182990,-48307],[182709,-47379],[179257,-50857],[183674,-44323],[183209,-45396],[183931,-44507],[182821,-45402],[182603,-44403],[183425,-38816],[180171,-40565],[180771,-38323],[179579,-62588],[180735,-62450],[180755,-60288],[179974,-61521],[180257,-60208],[179655,-61412],[181118,-61774],[179931,-61387],[179890,-63282],[179464,-61638],[185313,-51445],[186158,-52519],[184157,-56255],[188563,-51244],[183898,-51446],[190171,-62970],[187456,-59047],[183401,-56067],[183994,-56278],[189540,-59489],[189238,-58858],[189370,-60157],[190714,-59724],[191167,-58244],[189970,-55748],[190895,-57187],[189209,-60640],[191231,-54314],[189763,-54421],[191076,-54203],[191151,-57468],[190180,-61443],[189937,-61172],[188709,-60365],[188512,-59140],[188461,-59038],[187324,-57172],[187179,-56586],[179367,-53481],[191409,-62144],[190481,-62657],[191664,-63540],[179832,-54322],[180345,-54189],[179995,-54386],[182190,-53683],[182550,-52960],[183008,-54961],[184267,-54233],[182926,-54410],[181711,-54272],[181370,-54882],[182030,-54863],[186524,-58724],[186530,-58685],[186783,-58576],[186311,-57672],[185410,-57736],[185980,-57793],[180846,-60207],[186265,-59102],[181316,-58828],[187488,-57707],[189959,-61802],[185743,-57136],[186270,-58290],[185747,-56873],[185875,-56895],[189383,-61272],[181257,-58832],[187201,-57880],[191809,-64806],[191872,-64212],[191946,-64875],[179872,-75403],[183019,-69035],[183806,-69796],[181877,-75631],[182274,-71397],[180750,-74328],[181574,-69878],[185017,-75343],[181154,-73946],[183473,-69615],[185799,-71888],[190325,-73997],[181089,-66763],[180233,-67600],[181056,-68099],[181410,-67945],[180982,-69557],[181319,-67964],[180602,-68983],[179790,-69965],[179531,-70423],[179999,-70697],[186177,-73596],[186235,-72586],[188057,-74353],[182690,-68360],[182319,-68154],[185937,-72935],[190312,-74136],[180206,-71966],[191886,-83261],[186025,-77760],[188181,-79071],[186175,-77104],[189204,-77978],[180747,-82293],[179996,-78353],[185427,-76652],[180206,-80498],[183435,-81069],[184326,-76811],[179280,-77554],[181584,-79619],[182009,-81026],[184313,-77709],[179637,-85411],[179426,-86350],[182183,-85305],[182088,-85775],[181858,-87066],[180815,-86974],[179574,-84582],[183547,-84932],[189867,-100458],[189924,-95924],[189091,-99562],[191843,-95026],[188257,-99391],[187979,-97605],[190438,-101580],[191241,-93604],[190510,-93054],[189667,-94942],[191631,-89725],[191508,-101904],[191679,-100912],[183717,-98047],[184740,-99494],[185731,-97858],[186769,-99203],[191107,-101296],[190027,-114301],[189052,-113843],[183212,-110407],[179403,-109571],[185290,-102894],[181351,-106005],[182557,-105793],[185178,-105788],[182813,-105448],[186442,-105849],[191942,-111027],[186397,-105343],[190769,-105037],[187116,-112878],[190639,-109848],[186354,-112615],[191601,-106883],[190707,-109226],[189200,-107983],[189637,-108523],[185789,-112844],[187971,-113648],[191179,-110231],[190385,-112553],[191448,-114105],[191438,-114440],[190458,-102456],[184270,-111201],[184453,-110843],[183495,-110598],[184481,-109060],[186974,-110929],[181739,-110069],[181157,-109443],[182843,-110235],[182609,-107467],[181120,-107515],[180747,-107329],[181411,-107750],[186157,-108983],[185370,-110920],[187212,-110581],[189081,-113030],[188578,-113126],[189806,-113119],[187750,-112377],[185863,-105977],[185072,-112068],[184815,-112978],[184862,-111726],[186385,-106235],[179249,-114420],[180624,-114375],[191089,-105417],[190094,-110670],[187995,9535],[187845,9829],[188135,7708],[189660,4274],[188430,4547],[187750,9768],[189425,8322],[191987,3995],[191958,2251],[191592,12091],[188589,9267],[188383,3460],[189842,10761],[190048,10654],[190075,9796],[191033,9031],[189236,12310],[190333,751],[190781,1836],[189412,1759],[190261,202],[181555,4434],[186775,1246],[180702,8817],[181324,11187],[179942,10435],[181239,10500],[187247,3559],[179714,3297],[180953,3729],[183236,10158],[184723,10538],[180524,9486],[187565,11636],[187395,8576],[188784,8406],[187413,8942],[188060,6633],[180842,3657],[179931,3857],[181180,9975],[179487,3164],[181482,1625],[180746,610],[184710,10129],[179419,11627],[182634,10568],[180918,10355],[185011,9733],[186308,11216],[185446,12987],[185228,12601],[185690,11861],[187265,11371],[184973,8200],[186025,8630],[185711,8336],[186987,6607],[186473,8191],[180301,11974],[185837,2788],[186894,3429],[185473,2257],[185873,3399],[186800,3321],[181285,139527],[181931,140475],[182903,138395],[188874,128486],[186288,128616],[189622,132539],[190168,132023],[186345,130408],[185572,130503],[190657,132660],[189870,131424],[191208,131594],[187312,133643],[186754,133660],[188020,132518],[188302,133752],[187271,137921],[188190,140338],[187577,137960],[188696,139047],[188434,134915],[187363,135041],[186200,134838],[187514,134588],[186257,135845],[189546,137130],[189461,135855],[188132,135780],[190468,137645],[189811,135460],[191342,133656],[189281,134072],[189133,134473],[189067,134169],[191225,134293],[188415,130491],[187531,130321],[187317,132477],[186483,130085],[188271,130430],[190283,131284],[191366,129601],[188001,139801],[189107,140094],[183412,132774],[181490,132007],[181179,133211],[182464,133082],[181263,132967],[186124,135030],[185315,134398],[186126,134111],[181880,130193],[182412,130125],[185193,132997],[184668,131833],[180213,142291],[190485,142006],[190207,141302],[189183,141583],[191617,147724],[189414,145441],[190761,145464],[191465,147590],[190078,146103],[189424,143357],[190774,143228],[189964,143896],[179639,146810],[180567,145907],[189589,149611],[188823,150673],[190357,149000],[189870,147757],[180133,149667],[181246,150121],[182731,150922],[182875,150099],[186614,150416],[187755,150737],[189367,149700],[190617,14696],[189576,15297],[191373,19703],[190458,20556],[191227,20167],[190727,19544],[190166,20706],[188469,19902],[188850,21434],[190741,16946],[190691,16935],[190576,15292],[190523,16293],[191332,16399],[180769,22876],[186962,19206],[187412,21081],[184749,14415],[187745,18647],[184619,18255],[184728,18877],[187174,24694],[187073,24671],[185567,18911],[188620,16065],[187416,14511],[187679,18386],[187110,19220],[185341,25465],[188927,25263],[186071,25404],[183011,20097],[181757,21301],[183841,21539],[182381,19780],[182067,20854],[188131,13067],[188137,23144],[188197,23931],[187704,24170],[185263,20549],[185861,20133],[186195,18862],[186247,14764],[188016,16918],[186152,16823],[187278,17407],[191047,22027],[189710,22196],[189651,23153],[191070,22623],[190013,23356],[191536,25151],[190218,24564],[190900,22828],[183551,17572],[185318,17931],[187289,14365],[187886,13272],[187542,14224],[183440,29299],[187603,30713],[187696,38029],[185032,28515],[183038,37167],[188714,37687],[190574,38020],[190216,37794],[190694,37727],[183487,37526],[186120,36617],[187593,35034],[186989,36106],[189110,37098],[189732,34967],[189845,34819],[183161,31869],[183326,32970],[183157,33218],[184259,32221],[184418,31575],[187865,27283],[183885,29620],[183230,29807],[184237,28719],[183331,26576],[185080,28355],[182654,28096],[184868,27043],[185324,25841],[188135,26860],[187972,26395],[190122,26211],[190443,26918],[188633,32652],[188501,32613],[186020,29013],[185712,28246],[185157,29936],[185445,29365],[186640,30654],[186712,30592],[186800,30641],[186862,30559],[185738,30788],[187443,31947],[189305,32247],[188636,26452],[188728,30214],[190920,31149],[189551,30954],[189802,29933],[191089,28172],[191549,28795],[191598,27481],[191385,29220],[191488,32629],[191171,31922],[191346,33021],[191840,33041],[191169,33354],[191992,33356],[191903,35025],[190942,35475],[191062,36229],[190011,34496],[189178,34927],[188176,36877],[188287,34710],[185988,36114],[185537,35672],[184863,35878],[185645,37259],[185393,38272],[185255,38191],[186589,38521],[187964,28636],[188274,28365],[189172,26905],[189979,29120],[189410,28694],[187548,47301],[186753,47872],[189127,47463],[188996,49058],[190365,46397],[189126,45529],[190142,43608],[190909,42650],[186866,49207],[191167,42749],[191001,43466],[186452,41316],[186397,47931],[184508,48242],[184326,45527],[185644,48240],[184745,44512],[188901,39852],[189305,39896],[191623,49522],[184801,44488],[184737,44818],[185389,45675],[184519,40657],[187805,40643],[186613,45924],[191771,48859],[186411,39852],[185680,39902],[191875,50267],[186245,39985],[190123,44675],[190377,46502],[188402,46516],[185315,45701],[189618,38632],[184266,38909],[183447,38741],[184060,38684],[186860,38817],[188260,38953],[187619,39784],[186757,39858],[187207,40911],[187286,41059],[185257,42599],[186122,44246],[187412,41508],[190822,38977],[191642,39246],[190128,38654],[191780,40391],[191634,38801],[190071,41189],[190476,42700],[184832,43439],[183722,44749],[183630,43224],[184304,46616],[184758,43126],[185582,42802],[186766,42768],[191429,60611],[191639,61456],[189074,55105],[191489,52209],[191070,57544],[191956,53305],[189712,55321],[191387,56212],[191604,55309],[191218,55409],[189826,54080],[191858,52023],[189077,52809],[188724,54196],[191359,59273],[191355,57963],[187389,60077],[186008,61257],[186346,61398],[189399,62710],[189666,62484],[189724,62534],[190861,60522],[190470,60480],[187013,58789],[187349,58557],[187677,59685],[186378,60107],[187314,60779],[186219,59787],[189308,59045],[188571,58648],[188713,58017],[190420,58346],[188724,59252],[190860,59433],[188604,61433],[188723,61712],[187841,60841],[188032,60002],[188208,61509],[185876,51748],[185597,51627],[191185,52330],[186710,51131],[188412,52287],[184109,56653],[184795,55637],[185773,59991],[184396,56507],[184594,56999],[185220,57357],[183972,59363],[187417,70588],[187648,70375],[186170,71281],[189398,70509],[189934,70829],[191532,73918],[190789,76980],[190545,76421],[180067,76186],[185435,71352],[187811,73379],[186850,74535],[187046,75538],[186809,74956],[185013,75139],[184555,76262],[183369,75660],[185410,72712],[182282,75801],[181280,76114],[191595,78957],[191231,77168],[184930,98440],[184551,96986],[185180,94091],[184266,94853],[189150,95199],[186324,95179],[190581,96926],[191630,97888],[191911,99562],[191377,101768],[188398,100779],[189802,101722],[188474,101881],[188969,102576],[189082,101043],[190927,91048],[190729,93411],[191432,94739],[191523,92849],[190246,93671],[189481,94755],[187734,91365],[188910,93122],[189731,92922],[190112,92832],[185984,101205],[187995,101082],[188035,100711],[189822,98754],[179998,98997],[191162,107240],[185151,111006],[184991,111806],[186750,112987],[183746,108571],[186133,110346],[187922,110524],[187785,108458],[185271,104769],[187066,103178],[186999,103222],[187679,105797],[186551,107829],[186389,107666],[187429,105677],[187053,106126],[184702,113796],[184001,114523],[185848,113645],[185082,114761],[188828,108651],[188315,110225],[188041,110950],[187489,114914],[186074,114330],[186812,113977],[188160,113894],[187049,113904],[187203,113921],[187198,113942],[183708,115288],[191207,103729],[187290,112783],[187163,113582],[190288,115088],[191053,115207],[191195,114442],[191362,114020],[191616,115277],[189644,113120],[190287,112033],[189592,112559],[190210,112628],[190580,112253],[191820,107949],[191136,105302],[186625,104829],[183243,122213],[185819,120883],[186330,122263],[186534,123850],[189916,126586],[184997,118325],[186420,122445],[186012,120256],[184411,118673],[186889,127786],[184831,122402],[185771,116554],[189860,127442],[184387,117971],[183608,119708],[185155,117860],[183057,118012],[181352,126429],[184086,118416],[184560,119886],[184158,119847],[183240,122326],[183596,120410],[184017,121648],[183759,117931],[183402,118933],[184020,119169],[191367,124771],[190175,123794],[189968,124123],[188804,124828],[189044,124159],[189444,124694],[189919,122574],[188847,122203],[188988,122809],[185570,115729],[190698,120353],[184167,120402],[190380,118376],[191298,118806],[182036,128040],[186811,122283],[189382,124291],[184341,127411],[182950,127949],[188137,123351],[187922,123610],[185228,115623],[180521,126350],[189535,127421],[184693,115851],[184364,116140],[183204,116991],[183690,116664],[191064,127628],[186458,120123],[181442,123772],[181401,123662],[183008,124737],[182720,125091],[188176,127980],[181880,124092],[185663,117940],[187782,121999],[186071,118425],[185500,117603],[190591,115586],[183595,125979],[185104,127726],[191029,127054],[184989,127287],[185899,127109],[179726,123079],[179424,123318],[180143,123142],[181128,123557],[180303,122054],[179738,126348],[185278,125930],[187031,127412],[187508,126175],[179254,125044],[190579,116702],[189049,116224],[191022,117357],[192516,-123348],[195371,-122447],[194221,-122382],[202096,-118478],[201199,-116368],[200514,-115351],[203655,-119567],[202655,-117701],[196361,-120326],[202909,-117322],[194441,-119636],[196986,-119977],[197728,-119539],[196762,-121259],[199152,-118374],[201301,-117431],[200037,-119431],[199699,-118956],[200439,-125986],[202415,-125651],[201211,-125106],[202544,-127356],[199490,-123516],[195465,-126185],[194725,-124141],[195077,-125200],[194309,-123135],[199622,-122802],[197650,-115935],[197026,-116191],[200373,-121317],[202455,-122017],[202472,-120407],[202619,-121582],[196577,-118024],[198883,-117344],[198068,-118630],[196784,-117177],[199625,-127659],[198676,-127591],[192738,-116895],[194670,-119418],[192850,-118693],[192658,-126484],[193369,-125844],[199684,-128399],[196808,-130982],[195508,-129341],[203761,-140511],[194111,-130502],[196259,-131164],[193153,-130682],[200388,-129501],[198855,-128644],[200152,-129143],[200627,-129798],[196704,-129209],[196375,-130194],[197595,-128358],[195126,-134721],[196492,-129515],[193268,-130851],[197747,-131689],[194656,-134155],[193673,-132406],[193477,-132855],[198360,-134886],[203102,-131611],[198058,-135419],[198095,-131662],[193009,-132774],[192420,-134996],[192214,-134171],[202490,-134042],[193603,-136522],[195140,-136041],[194758,-135876],[194352,-136468],[197648,-137352],[197841,-136197],[196315,-136252],[193652,-139969],[193908,-139936],[203213,-137602],[203356,-142115],[204047,-141873],[200953,-153061],[201537,-152984],[200753,-152680],[203619,-149544],[193591,-141215],[204593,-152719],[204052,-144647],[203810,-145844],[203628,-144850],[201908,-141427],[204570,-141810],[202628,-151860],[203100,-151999],[203771,-152555],[203851,-151040],[203230,-140828],[197631,-142528],[199811,-142873],[192168,-143513],[194322,-145853],[193351,-147615],[193021,-148737],[192980,-146256],[195994,-144379],[197640,-153241],[197108,-145645],[195999,-144991],[196368,-152516],[196775,-151909],[195048,-144884],[193035,-146290],[196682,-151597],[199129,-152966],[194289,-147110],[198362,-151390],[197859,-151312],[195702,-142775],[193894,-142938],[196481,-150835],[198649,-150359],[197992,-150306],[198724,-149853],[197112,-152701],[195448,-146958],[193497,-151679],[196350,-146544],[192118,-151828],[195995,-148035],[193331,-152545],[196929,-144799],[194094,-152043],[201358,-151477],[199910,-152366],[194399,-142082],[196415,-144553],[204628,-147012],[196522,-144479],[195369,-151059],[194021,-149762],[195744,-149859],[194531,-148998],[198979,-143229],[200109,-143063],[199010,-143476],[203442,-148455],[192432,-143665],[202519,-141803],[202322,-143224],[202247,-143272],[198382,-143214],[197829,-143402],[203348,-154901],[202946,-156054],[202894,-155246],[203094,-161923],[204064,-161053],[200905,-163692],[198804,-160591],[201656,-162165],[200053,-157602],[199701,-158094],[199813,-157657],[202645,-160445],[204783,-164457],[203610,-164916],[203605,-154201],[202283,-165391],[201162,-160964],[202172,-153600],[198789,-161013],[200933,-161854],[198480,-160784],[198952,-161641],[200067,-163437],[198823,-164192],[200013,-162896],[204648,-162429],[201210,-154257],[200663,-165539],[197037,-154631],[195212,-155571],[194376,-154539],[192816,-154410],[192394,-155158],[194319,-159122],[195671,-159339],[194495,-161197],[194358,-157357],[195463,-156846],[196568,-158836],[195647,-158758],[194756,-157400],[194642,-156270],[192681,-161767],[193596,-159786],[193121,-158026],[193694,-159922],[192363,-156966],[192049,-161344],[192735,-159211],[198018,-165148],[193497,-162040],[193646,-162036],[193911,-160885],[196105,-161169],[193563,-154872],[193309,-154977],[197602,-153922],[198596,-154111],[198376,-154645],[194898,-160774],[196200,-161588],[196228,-158420],[195985,-157915],[196309,-165398],[197425,-165450],[192219,-166038],[194718,-163459],[195783,-165515],[195744,-165584],[196339,-164781],[194504,-161152],[194886,-163638],[194047,-161770],[195864,-163248],[196253,-163949],[197040,-161918],[197995,-162585],[198325,-163757],[192640,-160104],[204045,-174875],[203461,-178807],[203015,-178993],[198976,-174103],[204481,-176938],[204352,-176691],[203762,-173696],[199396,-170202],[203919,-173316],[198040,-167528],[198200,-167166],[199225,-171867],[200335,-172552],[199786,-172936],[199554,-172136],[200756,-174323],[200250,-173031],[200622,-174248],[200558,-175293],[200242,-178133],[199724,-176800],[201122,-176821],[201066,-176883],[203659,-177115],[203888,-178744],[203901,-178513],[204080,-177390],[204271,-174843],[204683,-173299],[204504,-168088],[203806,-167515],[204196,-167805],[202610,-172590],[202505,-172448],[200181,-171915],[200835,-173962],[201227,-176385],[200316,-178235],[201478,-178618],[201998,-176598],[201910,-167204],[192973,-167572],[193702,-166546],[193279,-167929],[196782,-166273],[194259,-170837],[194188,-170150],[194301,-170938],[193897,-171587],[195563,-169216],[193668,-166898],[195883,-168781],[193960,-168059],[196574,-172636],[195213,-171554],[196452,-173046],[192578,-168980],[196349,-178345],[196519,-178680],[193679,-172897],[193383,-172778],[193791,-170525],[194246,-170013],[204743,-182366],[200661,-181810],[200886,-180831],[201949,-183169],[201694,-183077],[203028,-181769],[202812,-183488],[202655,-185502],[204058,-185663],[204787,-186098],[203921,-184635],[203283,-186727],[200787,-179160],[200425,-179293],[193002,-179882],[193183,-179999],[196267,-179520],[196254,-179733],[198505,-179299],[198028,-180357],[198589,-179439],[194645,-184917],[193828,-185701],[194511,-185470],[194113,-184701],[192106,-180520],[192449,-180102],[192789,-184144],[194019,-185863],[192608,-184685],[193491,-185828],[195879,-182701],[193232,-185478],[193374,-182579],[192804,-183380],[193246,-187463],[193623,-187078],[192502,-185584],[200160,-182017],[200364,-182286],[195663,-182636],[197206,-179862],[197903,-179893],[197501,-181610],[196332,-181466],[199632,-182127],[198056,-182493],[198933,-181085],[192268,-179829],[192984,-179569],[198160,-183852],[193197,-181573],[196031,-181588],[197551,-182619],[196384,-183373],[192884,-183379],[192798,-181695],[192394,-181309],[198569,-186076],[196998,-185917],[198561,-185929],[196125,-182884],[204028,-189629],[203769,-190912],[202551,-188627],[201774,-188822],[201034,-188821],[203254,-187383],[202157,-190138],[201923,-190456],[198000,-179148],[202404,-185642],[201310,-184758],[202594,-186023],[195789,-188447],[196950,-189695],[197706,-188470],[198124,-189796],[199151,-190253],[197587,-190719],[200913,-191390],[201328,-191134],[200354,-191014],[193268,-183347],[200715,-185920],[200602,-186447],[200808,-185419],[193294,-185246],[193101,-184586],[203813,-191866],[204236,-192130],[204433,-193046],[196575,-192329],[198162,-194181],[196971,-193824],[200056,-194706],[200524,-193546],[201151,-194016],[198335,-192194],[204152,-204554],[200624,-204414],[196787,-192955],[197095,-193219],[203139,-193936],[203193,-195004],[203236,-194764],[200602,-195573],[201412,-195099],[197146,-203852],[196988,-204297],[199566,-201723],[198600,-202014],[199703,-200934],[197752,-201372],[204207,-201237],[194988,-199559],[195889,-200322],[197221,-199443],[195514,-200198],[197289,-196533],[194806,-197884],[204666,-203391],[195395,-196950],[204557,-206577],[203713,-208971],[204552,-205162],[204197,-205330],[204061,-206416],[201731,-206839],[200804,-205459],[200695,-206367],[200247,-206639],[200540,-206132],[198176,-206016],[202235,-214363],[201959,-215158],[202153,-214696],[202980,-215437],[201182,-215344],[200147,-215482],[200530,-215016],[200852,-215830],[204333,-213548],[204042,-214971],[203864,-213913],[204072,-214510],[202076,-207672],[202663,-208874],[201763,-208336],[202029,-207924],[199886,-208107],[199988,-207104],[199037,-208107],[199591,-207248],[197413,-206965],[198067,-207123],[197505,-207575],[197393,-207927],[198596,-208552],[198204,-208896],[198591,-209031],[198527,-208453],[198630,-209758],[197594,-209238],[198325,-209767],[197834,-210425],[200384,-212387],[199811,-211545],[199586,-212760],[199675,-212004],[198954,-213917],[199061,-213811],[199759,-214530],[198965,-214220],[198805,-215963],[199411,-216093],[198995,-215778],[199594,-214718],[197485,-204854],[197554,-204875],[195477,-205495],[194886,-205976],[194362,-206414],[194899,-204925],[204668,-210700],[204050,-210969],[204427,-210845],[198431,-210595],[198298,-210679],[197566,-210524],[198947,-211212],[197030,-210846],[198142,-211762],[197012,-211516],[198716,-212104],[198588,-212965],[198640,-213226],[197667,-212837],[198561,-214295],[198463,-214356],[198416,-215125],[197503,-214797],[198942,-216863],[198389,-217394],[195781,-215852],[195164,-216462],[195916,-215085],[195695,-215120],[194421,-212774],[193926,-213638],[194065,-213037],[195069,-213413],[194741,-215056],[194480,-213915],[194593,-214121],[194224,-214962],[192291,-216354],[201706,-217513],[202382,-218692],[202035,-217513],[200664,-219516],[200035,-218421],[199904,-218326],[201165,-218058],[198678,-217910],[199390,-217835],[195910,-217580],[195768,-217604],[195885,-217513],[195788,-218504],[195456,-219213],[194780,-219017],[195931,-218724],[192006,-219904],[192044,-219343],[192377,-219539],[192361,-229753],[193161,-228783],[192639,-230199],[198444,-229729],[194640,-218211],[194727,-219510],[193634,-218239],[193933,-219456],[197105,-231236],[195263,-230428],[197827,-231224],[195274,-233412],[193448,-234119],[198552,-234209],[197180,-230831],[196154,-233548],[197354,-235095],[198477,-233889],[198230,-232913],[198340,-231821],[194902,-231777],[193675,-230397],[194041,-231236],[194641,-232429],[200759,-234684],[202391,-234401],[200937,-234190],[200240,-233250],[201635,-231594],[201827,-232574],[201176,-232687],[201151,-232725],[198980,-230221],[199954,-231439],[199966,-231458],[200304,-231512],[199542,-231722],[199214,-232165],[199457,-232437],[199894,-233218],[201940,-237443],[202148,-237819],[200635,-237917],[201425,-237946],[203032,-238303],[202553,-237228],[199082,-236991],[199863,-237340],[199413,-236936],[199947,-236871],[199542,-234559],[199900,-234728],[200110,-233768],[199019,-234393],[196443,-242611],[197283,-242374],[196913,-242119],[198225,-242178],[198800,-241890],[198784,-242478],[198060,-241662],[200013,-242465],[198855,-240718],[198960,-242624],[199537,-241812],[195245,-241873],[195039,-242694],[194256,-242783],[202955,-238992],[203077,-237914],[203776,-8373],[203930,-8617],[204239,-9494],[204204,-8298],[203883,-10401],[202895,-12544],[203470,-12371],[204724,-9282],[204366,-9224],[194145,-8496],[192212,-3862],[192243,-10160],[192735,-10211],[198603,-6906],[195135,-10236],[195567,-10205],[194755,-9808],[195992,-9781],[194328,-10730],[203722,-5585],[200248,-5269],[203783,-6710],[202093,-6417],[199919,-4855],[203142,-3186],[200001,-437],[198396,-2697],[199411,-2123],[197619,109],[198546,-612],[198313,-4575],[199144,-7158],[197773,-4366],[197879,-7517],[196195,-6473],[197013,-5447],[195523,-4554],[193477,-5555],[194034,-11528],[193378,-11496],[193463,-11260],[193153,-12139],[196326,-243330],[194238,-243442],[195567,-22888],[199397,-19051],[193149,-20839],[197323,-18513],[204285,-12848],[202594,-12797],[197073,-18480],[199254,-18687],[196362,-24755],[198419,-18142],[204625,-12862],[196458,-24988],[198901,-18892],[196527,-18410],[198545,-18693],[194928,-20775],[192873,-13158],[193293,-20447],[204787,-14173],[203609,-13266],[202788,-12772],[196967,-25188],[204208,-13873],[194427,-19896],[192280,-19489],[200115,-18407],[200768,-17065],[200588,-16722],[196994,-17939],[200218,-17709],[197104,-19269],[192036,-23315],[195363,-22705],[198109,-23841],[197187,-23679],[195818,-23779],[200636,-37396],[201167,-29820],[201516,-32203],[204354,-34873],[200315,-30597],[193481,-25446],[201344,-30017],[201903,-29923],[203193,-36654],[193056,-31756],[193093,-33170],[201832,-35766],[201553,-27015],[194857,-32280],[197895,-33619],[198488,-33791],[197478,-32451],[198440,-36812],[203761,-29915],[203025,-28143],[204495,-33312],[192329,-39408],[193226,-25938],[202181,-31315],[201081,-25411],[196950,-27830],[199056,-26203],[198048,-28197],[197355,-28746],[197357,-28495],[198513,-28942],[194101,-37977],[195554,-27313],[202444,-31300],[197908,-27673],[193295,-29139],[193631,-30132],[202541,-29430],[201575,-27640],[201823,-26989],[192246,-29340],[193489,-28828],[203517,-27976],[202963,-27479],[203362,-27387],[204582,-31177],[203334,-31958],[204639,-31492],[203818,-36506],[203920,-29163],[198997,-34765],[196874,-32675],[196926,-33093],[196759,-34003],[196572,-33543],[197214,-34000],[203072,-27264],[200277,-35644],[200545,-35253],[194431,-48778],[199834,-50763],[200117,-50363],[204618,-43804],[193993,-41540],[198964,-38941],[203106,-42498],[195129,-39639],[200882,-38924],[195702,-40667],[195155,-41063],[196725,-41162],[195603,-40936],[197375,-41708],[203884,-45310],[203525,-44242],[204543,-48779],[204427,-44312],[194556,-48512],[192206,-44874],[193000,-45256],[203208,-47917],[202998,-45674],[201899,-49110],[201166,-48761],[199643,-40341],[193344,-38534],[193902,-38395],[195851,-43853],[194634,-44228],[193398,-46094],[192792,-47087],[192034,-46447],[192962,-47192],[192374,-50876],[195122,-49387],[198782,-49234],[200706,-47039],[203503,-49428],[198751,-44756],[201803,-42426],[202893,-44151],[202294,-44194],[202097,-43111],[200094,-41573],[194850,-43144],[193874,-44833],[195171,-44765],[197171,-40543],[195922,-39465],[196011,-39074],[201433,-48901],[203608,-47957],[199551,-50576],[195015,-50474],[193004,-52242],[192155,-51139],[193243,-52206],[202638,-57370],[200138,-54420],[194872,-54520],[203726,-57520],[204122,-58903],[203024,-59128],[193809,-55321],[196395,-51151],[196375,-57275],[193858,-51600],[201452,-54123],[197870,-55447],[200241,-52759],[204154,-59172],[204789,-55867],[203879,-54122],[197836,-57020],[199615,-54670],[199496,-54970],[193926,-54920],[199841,-52212],[198180,-53913],[197072,-51257],[199543,-51313],[204179,-55061],[203635,-57234],[202203,-57230],[203081,-57204],[204490,-56004],[199757,-60501],[199329,-59315],[200311,-60572],[202794,-57386],[200264,-60642],[202139,-63568],[200451,-63163],[202326,-63299],[202712,-63408],[202000,-63517],[203282,-63514],[203307,-62324],[197690,-63439],[193427,-63597],[193663,-63763],[200723,-54914],[192899,-59515],[194509,-57786],[194908,-57656],[192977,-58971],[201147,-71791],[199934,-70320],[202521,-72787],[202224,-66857],[201571,-66031],[204279,-64098],[204739,-69230],[203319,-67417],[202537,-69731],[202357,-69258],[202353,-68679],[204541,-68554],[198070,-65350],[196945,-65458],[197438,-64819],[195124,-75255],[192333,-74297],[203224,-71475],[196883,-68322],[194856,-75729],[192899,-74059],[197760,-68203],[196824,-68993],[192906,-73706],[201757,-72032],[202354,-72559],[203864,-71134],[204002,-71963],[202774,-70764],[203261,-71152],[193826,-75479],[195297,-65588],[195324,-64941],[196004,-66505],[201152,-71811],[197639,-66384],[197756,-65844],[198398,-67208],[198208,-67095],[198590,-67805],[204008,-71949],[199088,-70726],[198286,-69217],[198699,-68605],[199278,-69002],[201541,-83598],[195995,-77556],[195832,-78699],[196180,-77191],[194773,-77078],[194574,-76824],[202538,-88347],[200174,-88504],[199900,-88352],[196070,-89211],[193177,-88874],[194129,-88606],[193414,-88430],[193030,-88582],[202170,-86800],[201155,-86988],[201262,-86814],[201609,-86023],[204449,-85951],[202855,-85713],[202727,-86310],[203389,-89472],[203909,-93465],[203881,-93501],[201035,-93173],[201383,-90269],[197506,-90601],[194234,-93048],[198810,-90962],[195067,-92272],[195219,-93152],[194254,-93984],[198011,-91436],[198767,-95311],[193768,-98600],[195977,-96185],[195174,-96744],[195117,-98947],[199728,-99410],[193393,-96109],[195947,-98638],[198583,-99615],[194933,-97668],[202157,-100855],[203884,-101666],[204566,-101348],[201663,-96143],[204418,-99767],[201885,-99037],[192570,-99569],[193091,-101288],[193195,-101439],[193041,-98657],[193402,-94442],[194827,-101238],[195473,-101513],[195875,-101273],[198946,-93459],[199582,-93926],[199487,-94895],[197306,-94263],[196494,-96010],[192965,-97449],[200267,-100750],[197827,-111426],[199867,-108304],[198356,-110904],[201045,-107742],[198736,-110104],[202315,-102955],[199756,-110816],[200054,-111301],[202864,-114544],[200431,-108742],[197574,-105199],[196700,-103406],[198578,-102866],[201462,-104404],[200154,-105572],[198695,-106401],[198099,-102371],[198449,-102663],[199111,-106000],[202461,-106760],[193098,-108352],[192709,-111236],[193296,-111489],[192400,-114268],[192871,-105788],[195710,-102796],[198848,-110665],[197429,-110289],[196698,-110506],[200733,-113587],[200484,-114552],[197840,-114828],[196737,-113678],[196284,-112828],[198007,-113821],[200265,-103350],[192092,8841],[204758,5121],[203858,2456],[202671,4911],[202866,4900],[203879,9342],[201831,5430],[204241,8522],[202715,7109],[201708,5167],[203101,11905],[203536,11705],[192992,747],[193737,3903],[195207,8128],[194946,10038],[192038,6786],[194346,9021],[195568,10487],[193196,10527],[199803,3877],[198435,4084],[196843,4010],[200376,4245],[197984,4255],[195849,2752],[196315,686],[195755,2199],[196732,4296],[196852,2889],[204689,12777],[204759,12483],[204469,11354],[204735,11302],[192304,129174],[192158,130414],[192163,130280],[195377,128734],[193892,128298],[192596,128243],[196144,129455],[196147,129475],[196792,131134],[198346,129174],[198746,128527],[202430,135535],[203723,136208],[202708,136191],[202439,134994],[203835,135304],[192734,129871],[192914,129001],[192982,129615],[203194,137624],[202494,137388],[193140,147815],[192124,146615],[196708,151643],[197994,150695],[198698,150356],[200241,151736],[201026,150274],[202332,149666],[204582,149551],[199286,153388],[195753,151141],[195283,149871],[194966,148343],[195244,152200],[195886,152837],[200680,154350],[199633,154085],[201776,155516],[200753,13736],[203742,14717],[200062,16429],[202285,14572],[201967,15025],[204139,14867],[200590,14542],[202790,16449],[202961,14909],[203963,14552],[202135,13532],[203415,13234],[203569,13074],[204752,17430],[199546,23927],[199299,25083],[199564,22639],[203300,18333],[203500,21604],[203846,17669],[198336,22798],[198976,23180],[202037,21685],[194873,16613],[194781,25440],[202443,20400],[196105,17397],[196287,17883],[193912,15518],[192958,21041],[193691,19296],[192571,20002],[192714,20497],[192117,16867],[192781,14654],[193005,15906],[194756,16026],[195257,18992],[195089,20552],[192065,13059],[202304,20245],[200960,24587],[202697,24249],[202649,21399],[204380,17698],[203573,18430],[203790,17892],[202310,22107],[202117,21797],[201573,21549],[194194,25402],[192575,22096],[201903,32189],[199229,30429],[200236,29704],[201136,35037],[200908,32542],[199492,27959],[200455,32685],[200766,37328],[201339,36713],[204184,27045],[199691,34207],[202304,32354],[201109,34085],[199991,29341],[199146,29126],[200707,36301],[204418,29603],[199906,28786],[199739,29511],[202560,35383],[201064,36677],[202421,30918],[204754,27177],[203623,38047],[201314,36685],[201448,34925],[198097,28054],[201750,34745],[201336,37918],[201823,35223],[204346,36251],[204228,34670],[203777,31310],[202070,29476],[202431,27945],[202172,26336],[196816,29304],[198433,32683],[196197,28156],[195739,26248],[196470,28963],[197810,29285],[197801,28378],[196286,30868],[196391,29601],[198001,31353],[199441,35196],[198926,34469],[196786,37245],[198375,38034],[198404,38078],[196865,35984],[194320,35999],[193708,36635],[194880,37813],[195139,36992],[195628,36439],[192274,33046],[192841,28479],[194458,29882],[192096,29621],[194946,27628],[194784,30159],[194909,29116],[194540,28235],[196851,32519],[197121,31101],[195844,31950],[196958,31868],[195703,32524],[192407,31893],[193647,32918],[193707,34073],[195624,31920],[192298,29906],[193241,30840],[192114,31274],[193031,30775],[192705,31409],[201661,50610],[199590,50657],[199437,50288],[199404,48185],[200787,48806],[200048,48233],[199446,48410],[203833,49846],[204437,47569],[202039,38650],[202194,50562],[201446,38619],[202905,47943],[203181,46047],[202148,46235],[204138,38799],[203886,38624],[204079,39264],[203547,39812],[203149,40567],[203548,41158],[202126,42427],[201809,41823],[202148,44702],[200480,47685],[200820,39053],[201910,40449],[201208,39896],[202455,39453],[204756,47811],[204308,48575],[203217,47765],[203603,46890],[200989,45931],[199699,46340],[200440,47591],[200420,47649],[195957,46706],[196943,47660],[197787,46680],[197318,46703],[198117,47523],[194377,49876],[196482,44925],[195933,44868],[193582,50127],[193240,51181],[193685,46946],[197765,45501],[198104,45231],[196830,43409],[194076,48862],[196335,44679],[197335,45624],[193541,48156],[193706,48866],[197353,45827],[197659,44831],[199428,44605],[195042,46785],[196473,45946],[196093,45518],[196103,51067],[195409,50058],[197146,50931],[195811,51144],[192830,48020],[192384,49005],[195749,43086],[196654,42463],[195135,43435],[193683,41923],[194593,43099],[193699,41568],[195723,41900],[195852,42086],[197626,40442],[195987,39628],[196685,41323],[196274,41186],[196046,38989],[193378,48220],[192067,50166],[193029,50143],[192987,50768],[204316,62119],[203117,61023],[204420,61089],[202737,62273],[203849,60942],[201981,57919],[202630,58803],[201175,58837],[202928,57570],[200999,57099],[202217,61417],[196360,60551],[196716,61617],[202874,64101],[200308,62559],[200744,62288],[197935,60836],[199111,61824],[197284,62390],[197698,62686],[198613,63630],[200125,63090],[200095,63930],[193983,62383],[193178,63040],[194741,60696],[195395,61354],[192485,60104],[195835,59136],[194625,59257],[196381,60349],[196064,60650],[194724,58282],[201952,61837],[200099,58636],[204423,60800],[202249,60500],[202550,60386],[201606,59944],[200038,60365],[201072,59735],[194429,52183],[200408,51634],[200655,53533],[198866,54365],[199204,53598],[202608,53517],[204157,52801],[204170,53410],[203009,54157],[198208,52315],[199011,51996],[203228,56237],[203348,56397],[204629,52237],[204494,52133],[203500,51679],[202139,53226],[201565,51703],[201150,52528],[200268,55590],[199257,55027],[200024,56972],[199893,56517],[204151,55764],[204555,56574],[204294,57367],[204147,56828],[204500,53052],[195839,51625],[197001,52749],[193481,52925],[198445,52454],[195159,53227],[195106,54038],[195657,52714],[197876,57357],[199254,57917],[198614,57387],[199050,57041],[197758,55983],[192474,57433],[192885,58653],[193310,59644],[194014,73018],[195517,75080],[196338,73230],[197812,69594],[195723,66887],[196729,71685],[196644,71154],[194089,73577],[197492,67652],[195981,69340],[199426,71499],[196496,75087],[196118,64982],[198174,69776],[195711,67801],[197745,73378],[195411,64853],[197308,67811],[192559,73520],[197408,76279],[196872,75546],[196676,69589],[194544,75090],[194019,75075],[196866,67839],[202585,70138],[204492,76018],[202016,76949],[202125,73310],[196096,67585],[202581,74328],[203569,74632],[203581,73586],[194343,64658],[194630,65258],[202789,72486],[199839,75727],[204146,70820],[204241,70886],[202496,70041],[203521,72462],[195586,71034],[194466,70972],[193984,70106],[193916,70484],[196141,75480],[194953,75746],[195957,75668],[197582,69065],[199733,69235],[194693,67147],[199957,66254],[199994,65171],[200161,69013],[200054,67913],[200022,66414],[197895,65370],[203642,65229],[202999,65598],[197876,65663],[197225,65847],[192882,69082],[193468,67992],[194717,68218],[193873,69198],[194123,69903],[194114,68949],[199166,72395],[198160,72333],[196955,71173],[192555,84822],[194754,85304],[196550,78938],[193069,81529],[195660,85875],[194916,85612],[196465,87067],[195444,79719],[193141,80513],[194053,86263],[195185,78127],[195252,80767],[196754,85719],[195327,78483],[195420,86132],[193675,78857],[195777,80856],[193475,82370],[196086,77172],[192428,81677],[193129,79860],[192929,79617],[196608,77048],[192200,78193],[197653,87246],[196348,78479],[195106,86275],[200992,79457],[200334,77208],[202034,78458],[200914,80818],[201352,81231],[201443,81720],[199920,80869],[198821,82601],[202472,85962],[200542,86437],[202293,86228],[200284,87001],[204792,86679],[204771,87518],[197299,84819],[197033,83653],[195504,84024],[195050,84114],[195883,88565],[197628,89438],[196175,88673],[203065,93872],[202884,96809],[202072,95481],[202176,93869],[203109,94955],[203711,100523],[202700,94380],[202015,99010],[203653,94937],[203511,92687],[203008,92141],[202784,89904],[202575,96723],[203837,96028],[202226,98361],[204430,98564],[199793,98606],[201011,99334],[199533,98482],[195203,95190],[198177,100330],[199134,100575],[203234,97924],[202131,93139],[199372,99604],[198256,96971],[199556,92224],[199425,91567],[196601,96325],[199869,95768],[196855,94397],[197108,94969],[196525,94493],[194532,95284],[194706,94690],[195477,94219],[194205,94195],[193359,99635],[194483,97472],[192431,96159],[192268,95920],[195214,97693],[194707,94561],[200181,93891],[200519,99372],[202165,99488],[198258,98199],[196807,99375],[196997,99484],[197834,99609],[193259,101571],[193680,99898],[193030,101052],[196918,102098],[197731,102011],[203920,100337],[203563,98553],[201673,100500],[204049,98764],[202249,101430],[203227,102033],[203444,100676],[203872,102010],[203306,99735],[202964,100047],[203622,91720],[204646,90549],[204425,90240],[203409,91669],[194563,91339],[194980,91089],[194101,90543],[194709,92101],[198158,94945],[197796,94183],[198668,93110],[197735,94055],[195063,89971],[201397,102571],[192578,107510],[199154,103880],[198907,103013],[192326,115076],[199704,103665],[199538,103630],[194620,111075],[194508,111481],[194469,108879],[193845,112315],[197748,108833],[193355,111088],[195941,112124],[195225,111795],[194984,111412],[195258,110925],[195960,111699],[192331,110485],[196959,108287],[196552,108219],[196355,108165],[193100,110050],[194247,110746],[194821,108704],[195619,108830],[196199,107956],[193638,111631],[192000,109643],[192875,107990],[192948,109575],[193373,106602],[192923,104318],[193170,104184],[193550,103700],[192151,103047],[192548,103903],[192799,102735],[197320,103287],[197512,103272],[197699,104826],[197636,104128],[198444,104359],[197865,105314],[194001,114872],[203501,113945],[202949,113481],[203007,113853],[201773,114285],[200269,114691],[201349,113612],[200765,114023],[201510,114933],[201255,114158],[198188,114772],[198249,114928],[197914,115128],[192926,114778],[192987,114902],[193954,114535],[200028,102794],[199951,104508],[196778,103517],[195404,103883],[196616,105524],[202801,103447],[201375,103998],[202284,102781],[192388,118215],[192050,119665],[196208,120578],[193445,119408],[196460,121474],[197584,116269],[195539,120455],[195898,120026],[202069,115487],[194332,116851],[197673,116591],[198468,118558],[197732,118468],[194219,122148],[193519,122201],[194618,123478],[195732,123158],[202340,115580],[202100,116442],[198952,117177],[204177,118503],[202201,119975],[194041,115600],[199249,117247],[193462,117354],[197607,116453],[193269,122938],[195126,123496],[194356,115818],[197021,116720],[193748,117791],[195262,115743],[193692,117630],[201977,123712],[201092,122613],[200798,122627],[200695,122700],[201106,122364],[203679,121058],[203492,119494],[201938,119925],[202528,119113],[203493,123492],[202945,124047],[202951,125611],[204629,123576],[202265,120951],[199629,123172],[197695,123656],[197565,124950],[197488,125079],[197712,124828],[196899,127488],[195507,126264],[196591,127883],[196416,126318],[196561,127987],[198813,127749],[198495,126953],[199714,127009],[203999,127305],[202008,127103],[203632,127418],[204098,126758],[202294,127493],[217003,-134822],[217228,-129822],[217544,-135238],[216362,-129518],[207571,-149119],[205524,-152998],[217006,-152123],[217139,-151207],[210015,-149284],[213182,-152044],[214706,-152784],[207762,-149021],[205507,-143665],[205989,-142911],[207587,-148602],[204934,-141462],[205275,-152098],[206904,-148561],[206973,-149936],[207870,-150708],[207900,-149766],[206875,-149397],[214197,-149306],[214319,-153396],[216371,-148088],[211386,-152894],[208701,-148049],[208528,-147413],[205391,-164975],[205636,-164708],[206512,-156577],[206325,-157520],[205823,-156747],[207472,-157086],[208353,-157571],[211982,-153440],[212920,-154005],[211990,-158210],[215945,-154966],[214102,-154233],[210561,-154967],[207376,-165930],[208698,-165460],[216692,-165322],[217230,-161837],[216050,-164568],[216391,-163562],[205824,-157312],[207070,-156523],[212057,-159867],[212744,-159767],[208321,-155998],[207179,-157482],[212576,-155868],[211975,-159322],[212060,-155651],[207396,-155923],[207129,-154093],[208019,-154341],[213327,-158686],[207173,-154643],[209277,-154399],[212490,-154632],[214861,-162454],[213569,-162123],[214878,-163149],[206883,-158047],[214054,-163356],[206512,-156531],[212767,-154422],[214069,-164992],[216893,-164689],[215488,-166005],[210190,-175323],[210953,-175356],[212076,-168941],[208169,-170075],[210720,-168399],[209780,-169818],[215095,-177668],[215994,-177969],[216825,-176364],[217345,-178935],[209279,-172699],[214930,-175895],[209128,-172084],[205777,-167330],[216340,-171270],[209724,-176222],[209052,-174927],[212706,-175464],[210378,-175601],[211868,-174322],[214751,-174270],[216580,-174684],[208768,-166827],[216877,-176009],[214013,-171847],[212027,-176711],[214015,-170943],[211894,-176486],[216857,-175604],[215183,-171699],[214995,-173790],[216048,-172008],[214821,-173193],[209701,-168889],[209581,-169074],[214864,-173288],[214085,-173946],[212896,-169671],[217116,-167868],[207597,-166584],[217213,-178556],[216173,-177166],[205620,-175081],[205928,-172390],[205617,-173486],[205683,-171688],[206938,-173680],[205656,-171073],[205451,-170626],[205713,-169965],[206244,-169542],[207568,-174553],[208638,-172933],[208228,-173793],[212308,-173601],[211889,-172873],[211312,-172471],[211017,-172739],[217230,-176599],[216944,-176055],[216493,-177206],[212768,-167121],[213550,-176399],[214552,-178129],[209562,-178546],[205056,-176718],[205466,-176632],[208998,-179843],[209087,-179045],[217151,-190841],[206449,-186308],[212493,-188552],[212064,-189071],[208534,-191507],[209514,-191209],[212155,-188239],[205999,-189446],[208519,-190208],[206369,-190214],[210960,-188589],[210976,-188882],[216886,-188221],[217497,-185810],[215006,-187257],[216167,-184431],[216903,-186929],[213046,-188760],[212435,-182435],[215321,-179685],[216727,-180731],[212101,-182474],[215459,-181484],[211761,-182969],[216814,-179704],[214135,-183595],[215307,-180807],[213749,-181973],[214596,-182751],[214166,-180990],[208395,-190260],[209549,-188848],[213504,-186056],[214720,-185500],[214776,-185647],[214802,-186812],[208855,-183291],[209883,-188328],[209779,-185031],[209165,-185390],[210148,-183586],[210133,-185902],[209868,-185384],[209922,-185619],[204973,-185723],[210986,-183000],[214787,-186974],[204884,-182468],[211584,-180623],[206169,-189184],[205946,-189284],[206134,-188292],[211832,-181184],[210418,-190443],[208986,-190874],[209931,-190037],[215234,-183207],[215841,-184008],[216105,-183193],[216885,-182837],[215787,-185842],[217437,-184704],[216141,-189753],[217030,-189576],[215428,-189013],[211866,-189798],[212249,-190532],[211804,-189685],[211886,-189836],[208755,-180612],[205609,-190047],[214956,-200304],[208093,-192651],[209606,-192202],[217245,-199476],[214010,-197643],[208873,-194726],[209162,-194201],[215515,-198147],[215986,-192806],[216395,-192534],[215821,-200773],[216003,-197562],[215707,-200761],[215381,-197485],[216008,-201836],[215874,-198717],[212976,-197309],[214658,-198534],[212874,-198286],[213698,-196284],[212602,-197067],[214683,-194009],[214827,-195052],[214034,-194572],[214944,-194205],[210364,-195452],[210280,-195864],[209950,-195454],[210394,-194583],[211379,-192948],[211710,-192825],[211653,-192980],[211768,-192904],[212181,-195370],[211555,-194124],[212425,-194874],[212402,-194968],[216034,-201875],[216663,-201467],[217369,-201356],[215553,-199021],[214855,-199478],[214827,-198811],[214405,-199382],[217482,-202415],[214776,-197591],[214806,-197475],[208685,-196747],[207540,-196384],[208241,-195805],[207942,-196709],[205453,-193832],[205854,-192747],[215040,-204302],[206394,-197184],[206813,-198448],[205349,-197715],[206708,-198284],[207069,-203244],[206290,-199666],[206031,-199859],[209191,-196478],[207063,-198276],[206483,-198415],[208923,-199841],[211201,-201096],[208117,-201297],[206923,-201655],[208185,-199686],[207593,-199963],[208098,-200936],[211970,-202009],[211912,-200210],[212086,-202700],[205218,-202204],[205877,-202616],[207763,-198212],[208801,-199309],[209740,-197307],[207840,-197366],[211341,-200053],[209685,-200006],[208252,-203186],[204919,-200326],[205325,-200043],[210004,-203810],[206304,-202906],[204926,-201222],[210939,-204598],[208111,-203895],[207574,-203469],[210511,-200884],[209081,-200199],[211001,-201548],[210944,-201217],[205838,-195245],[205687,-203534],[204968,-202751],[205131,-202896],[206640,-203635],[206364,-204474],[217566,-207796],[217513,-216138],[217553,-213483],[217366,-211664],[209233,-205262],[207934,-204875],[209637,-206148],[211993,-205847],[210270,-205476],[210562,-206169],[210305,-207402],[210519,-206430],[211032,-207044],[210281,-208708],[210471,-209310],[209517,-208832],[208608,-207105],[208352,-207278],[209398,-208393],[208603,-208250],[207747,-206926],[205876,-206169],[205212,-215330],[205251,-210765],[205795,-215246],[204944,-210069],[205215,-207924],[205008,-208959],[205051,-216623],[206152,-215611],[206647,-208047],[205279,-208248],[207279,-208251],[207484,-209185],[206568,-211519],[206306,-210291],[206075,-210963],[206619,-210818],[206816,-204858],[206460,-204840],[215377,-206660],[214154,-206759],[214887,-206729],[209227,-213667],[208835,-211589],[208223,-213826],[208353,-212707],[214798,-220584],[215270,-221618],[212509,-220869],[213902,-221115],[214688,-221454],[213804,-220710],[212940,-220967],[213109,-220967],[213762,-220323],[214031,-218164],[213701,-218300],[213997,-217548],[214694,-218738],[214199,-233032],[215992,-234619],[212931,-234434],[215935,-232900],[216014,-232119],[216174,-232545],[214898,-232364],[214485,-231401],[214256,-231460],[215225,-231814],[214554,-234189],[214891,-235051],[215088,-235766],[214377,-234612],[205013,-2644],[204866,-8913],[204856,-12578],[205696,-12400],[206474,-9501],[204986,-2381],[206700,-11313],[216982,-8686],[204801,-2315],[205167,-12591],[206582,-9386],[210696,-1573],[211436,-1376],[212742,-9786],[210517,-7908],[211276,-8927],[211127,-9943],[209053,-6921],[214832,-1105],[209463,-8304],[212753,-5614],[213037,-5227],[215347,-2423],[217530,-4859],[215068,-6482],[211729,-5433],[212550,-7346],[212677,-9073],[211674,-8253],[217129,-12434],[211123,-9308],[212121,-9022],[210145,-6491],[216168,-11914],[216179,-11729],[210633,-10159],[211294,-10657],[209742,-9191],[215867,-10258],[215650,-10497],[215842,-10579],[216239,-11283],[215784,-10572],[211117,-7297],[211052,-7936],[212127,-7703],[211365,-6410],[212029,-6475],[216644,-251983],[217230,-251693],[213695,-251942],[216757,-245543],[216297,-248597],[214162,-276249],[213060,-281334],[217273,-279059],[217294,-279671],[215095,-272691],[213968,-274808],[212356,-278263],[209874,-277947],[213324,-277461],[211313,-282830],[210192,-281528],[210233,-282489],[213135,-289322],[207655,-290481],[214068,-287496],[213163,-285770],[208661,-292783],[205294,-289693],[205853,-284608],[215077,-287161],[205564,-290376],[206794,-292810],[211236,-285905],[210762,-292687],[210413,-286049],[215614,-289524],[206475,-291704],[210506,-290999],[216194,-293330],[217210,-288075],[216624,-285231],[215409,-290498],[217093,-289482],[207602,-294710],[216954,-304710],[207558,-304783],[207692,-302027],[216249,-305287],[210003,-297092],[217269,-297237],[216723,-299924],[211807,-301712],[213099,-302081],[216472,-298877],[208038,-299762],[215621,-295355],[207908,-305302],[212096,-298812],[210815,-297934],[209740,-300608],[211990,-301768],[217121,-295297],[217495,-303407],[214940,-305000],[217168,-305727],[217262,-306041],[209871,-306605],[216979,-305737],[213909,-305437],[213553,-307398],[214006,-309563],[210901,-311100],[207790,-307159],[213916,-313063],[212532,-314612],[212104,-313460],[214437,-315363],[213125,-309075],[215571,-323879],[215224,-19275],[213819,-13742],[216612,-12711],[210897,-17842],[215571,-19061],[215765,-19056],[215693,-19122],[206821,-14652],[208243,-13648],[216621,-12705],[215674,-23907],[213397,-22540],[213100,-22261],[214166,-22030],[214231,-21993],[213490,-23339],[215501,-23705],[215264,-23684],[214849,-24163],[215580,-24284],[217180,-23459],[217320,-21305],[217581,-20773],[217413,-21648],[213411,-20526],[212971,-20206],[212599,-22271],[215553,-23589],[211702,-19687],[208178,-17191],[211948,-16006],[209265,-15922],[207021,-17240],[216908,-17147],[206591,-24785],[217195,-18149],[216739,-18838],[212850,-19975],[208002,-19475],[210989,-21991],[211656,-20936],[213439,-20324],[213144,-20182],[212785,-19945],[206672,-25386],[207163,-24876],[207412,-24946],[210333,-20735],[211641,-20611],[210289,-19416],[208418,-19010],[209404,-19947],[208840,-18816],[211430,-18272],[205100,-34796],[204844,-28423],[204849,-30076],[205790,-34448],[205692,-30879],[205259,-30426],[205245,-30566],[211367,-34718],[216179,-37387],[215299,-37276],[212925,-38035],[212871,-37041],[215484,-35617],[213815,-35655],[214498,-34922],[214476,-34279],[215081,-34527],[211228,-31304],[212436,-32186],[216936,-34464],[216853,-34053],[215632,-32338],[211534,-33723],[207609,-33430],[209816,-32809],[209229,-28954],[206625,-27259],[210034,-29495],[207855,-26295],[207140,-26667],[209360,-29235],[209739,-26820],[209100,-29277],[207626,-26766],[214239,-32296],[213603,-31224],[214480,-29872],[214186,-29569],[214125,-31077],[217380,-28032],[216454,-29483],[215540,-27180],[216392,-28373],[210625,-29725],[208798,-29221],[207876,-31386],[209051,-28577],[217593,-25534],[217139,-25990],[217318,-26425],[205623,-34285],[204960,-37270],[205622,-36335],[204890,-37347],[212355,-35946],[212548,-36257],[212246,-35276],[213322,-36047],[212586,-36155],[208234,-34077],[209934,-34140],[209812,-34651],[210567,-34449],[210828,-34089],[208127,-32395],[208141,-32596],[208526,-31950],[208788,-32604],[207949,-32122],[209984,-29244],[209663,-26519],[209015,-26524],[209451,-27430],[208991,-26612],[208894,-27830],[206664,-25571],[211258,-35682],[210078,-35450],[207013,-39179],[205410,-38891],[207185,-39461],[206665,-38635],[209908,-44478],[207840,-40197],[215073,-39158],[208095,-45572],[210121,-45000],[211716,-40650],[205690,-38312],[208736,-42369],[210596,-42897],[208147,-43711],[208498,-43414],[215106,-38333],[207121,-41805],[213570,-42720],[212198,-45418],[216998,-44279],[212455,-42061],[215220,-39355],[208184,-42882],[215987,-43447],[212994,-39191],[210052,-43564],[213861,-41521],[214097,-41223],[215471,-40329],[208556,-40645],[208765,-41488],[213497,-41975],[206921,-41446],[215362,-40100],[211094,-43378],[214440,-40099],[215383,-40346],[215738,-41833],[215835,-41950],[213394,-40581],[213391,-40502],[213712,-40633],[214130,-39684],[214149,-40757],[216904,-49999],[215422,-49586],[215682,-48216],[216859,-48580],[211789,-43637],[211747,-46291],[213410,-49592],[214014,-50829],[206801,-48347],[208289,-49042],[206662,-48237],[208770,-47893],[206124,-52888],[205171,-50239],[214495,-47036],[215385,-46195],[214436,-47295],[213568,-47694],[213663,-45570],[209496,-43136],[211743,-48735],[212375,-50326],[211747,-49779],[212904,-48400],[211079,-49028],[210623,-40187],[210081,-38854],[211626,-58389],[210721,-58903],[216318,-55327],[216562,-56694],[216969,-55003],[209880,-52436],[211750,-60138],[217004,-54494],[216630,-55989],[215701,-56620],[215216,-56793],[211334,-59862],[216217,-54918],[208364,-61502],[216612,-51507],[211591,-58297],[209567,-53116],[216240,-55596],[216685,-57582],[216633,-56425],[207088,-63206],[216183,-57366],[216427,-54296],[216964,-64065],[216718,-63905],[214394,-55817],[208626,-62048],[204834,-62448],[215242,-61493],[214200,-60736],[215841,-59558],[216928,-55174],[211508,-59614],[216985,-55700],[212713,-59612],[212767,-59983],[211085,-63567],[211674,-62942],[212242,-59392],[212027,-55462],[212434,-51089],[212752,-51248],[211604,-63308],[211564,-63601],[208116,-54569],[208619,-54505],[214828,-55607],[205715,-57858],[205578,-56634],[205149,-56893],[205751,-56019],[207531,-63248],[216099,-56274],[206668,-52969],[206479,-52763],[206257,-52625],[208918,-56650],[210525,-55381],[216359,-61990],[217051,-61977],[213537,-63567],[213909,-63752],[218177,-54611],[210326,-62824],[211060,-62135],[205563,-54586],[205391,-56421],[209349,-53122],[210171,-51796],[215759,-76420],[215858,-75765],[215705,-76188],[208355,-74924],[210590,-73899],[205818,-73078],[216947,-74019],[214102,-76338],[211224,-74192],[215597,-75178],[207787,-73930],[213617,-75701],[214734,-76123],[217087,-74080],[206278,-67641],[206464,-66528],[207151,-66959],[207720,-66626],[208324,-67343],[207774,-70597],[207519,-68750],[208550,-68509],[209275,-68806],[204950,-69152],[210600,-70348],[210461,-70950],[209983,-71087],[209984,-69804],[214574,-73462],[212820,-72329],[212886,-72978],[208465,-74181],[207358,-74038],[206938,-74522],[215869,-69842],[216116,-70553],[216080,-70605],[215978,-70990],[216809,-66354],[206901,-72601],[211684,-66374],[213136,-66285],[212757,-66300],[216684,-66286],[212298,-67744],[207434,-70947],[213553,-64749],[206978,-73672],[208040,-72217],[206721,-72639],[205684,-72405],[210583,-73982],[209740,-71753],[208849,-71967],[210070,-72832],[205246,-70697],[205046,-70285],[216399,-69275],[217362,-70735],[214630,-67913],[217060,-65645],[214442,-87841],[211746,-88155],[210505,-84300],[210852,-86830],[211159,-84745],[211795,-86829],[212040,-87241],[211785,-87609],[211466,-86863],[210672,-86356],[208381,-86160],[204813,-88326],[217226,-96696],[215473,-97707],[213649,-97991],[216781,-96384],[215022,-97570],[215890,-100033],[215345,-100669],[215440,-99153],[214770,-98572],[216643,-97716],[216682,-97455],[214207,-97204],[216697,-94758],[217158,-94935],[204857,-93288],[205209,-92818],[205272,-93754],[205051,-98880],[206762,-101611],[206030,-99353],[217076,-104084],[215536,-105174],[216300,-105133],[215472,-103895],[215883,-103747],[205946,-104874],[205565,-104353],[205926,-104762],[205903,-102212],[206382,12209],[205182,12397],[205137,2501],[206892,572],[214847,10772],[216772,7581],[217550,9079],[211382,408],[209888,1136],[213646,11675],[208986,4002],[212435,11431],[209310,5407],[209228,1610],[209802,6333],[213806,644],[215708,5390],[217281,2257],[210339,2311],[210374,1763],[211369,2079],[211024,1790],[210396,3091],[209450,2357],[209979,2521],[210683,3279],[210097,3086],[211930,3407],[211705,3529],[211784,3254],[211037,3682],[210993,2929],[213155,11358],[214190,12778],[213103,11392],[214040,9084],[213411,8513],[213040,9633],[213930,9600],[213479,9562],[214862,10021],[213791,10879],[215236,7783],[214564,7735],[213562,8146],[215499,7425],[215158,6526],[211673,8647],[212669,8940],[212177,8697],[211834,8778],[212470,9275],[216556,12763],[217353,12263],[208377,128526],[210314,130760],[210055,130447],[211658,129222],[210815,129738],[210142,128810],[211886,129560],[213496,131887],[210214,131662],[209655,134047],[211225,133717],[209231,133032],[215206,133191],[215774,133730],[214587,134148],[216702,135321],[216387,132896],[213860,137115],[216283,138681],[215335,137826],[215747,128563],[215848,130138],[215425,130877],[215056,130809],[217202,131120],[215877,135995],[214385,136069],[216313,137034],[216088,136136],[215515,138469],[213891,139350],[213587,137965],[214404,140174],[213598,138199],[211176,138501],[209873,136928],[211666,136988],[210008,136171],[209408,137449],[207508,132690],[206164,132632],[206818,131557],[206417,132510],[206880,133081],[208743,136521],[208504,134489],[209006,134363],[208055,135468],[208803,136512],[211724,133652],[211747,130917],[211043,131947],[212488,131918],[212997,131432],[211499,130561],[207938,138070],[207951,138558],[216926,139510],[216138,140733],[215556,139593],[206636,150724],[213895,149596],[212423,148720],[211207,148637],[208455,147810],[209736,148684],[206726,146485],[209321,143693],[216532,152182],[212627,144301],[211542,143115],[213598,142991],[214653,146487],[212836,145574],[213108,144507],[206998,145521],[209767,145285],[216852,144316],[215867,143172],[207465,146943],[216236,144983],[216204,141181],[215802,141497],[207773,154186],[214512,155016],[215310,155294],[216232,155368],[205060,154545],[206488,156021],[209403,155623],[209536,156697],[210931,156537],[216722,155072],[216451,154800],[215498,156299],[214265,157284],[206365,17772],[205242,20312],[206176,15701],[206381,20689],[207525,21322],[205347,18080],[205921,15116],[205787,16876],[205093,13638],[205975,13882],[205634,18628],[205973,19891],[205665,18607],[206638,20024],[211720,22740],[206519,19781],[210836,23221],[206549,13363],[206443,13296],[206150,13729],[205523,13475],[206904,20805],[207423,20920],[206960,21751],[205987,22020],[206099,21389],[206575,16968],[207011,17172],[206468,16673],[213060,22090],[213127,23703],[211637,21415],[205628,17150],[205831,16808],[204843,15805],[205595,15484],[212338,13132],[212132,15092],[211757,24518],[211979,17814],[212389,19730],[216758,23634],[210206,25270],[214237,17913],[216622,22919],[211022,24331],[213929,22688],[215171,24103],[212258,24621],[216720,21528],[214946,21640],[213715,18175],[215120,20139],[216092,20099],[216721,20352],[216005,18045],[215938,18448],[215467,18025],[216314,18570],[215619,18224],[215431,15118],[215345,15431],[216088,14186],[215332,13519],[214781,13537],[208558,17490],[206733,17320],[207744,18571],[207889,19124],[207205,17503],[207892,25593],[207994,25675],[209723,25543],[207852,24763],[208190,25372],[206849,24908],[208427,21638],[209176,19878],[210215,21713],[205771,25359],[206446,23248],[209064,20388],[211496,20855],[213752,35272],[210349,25875],[208738,36299],[205875,31172],[209659,34352],[208142,36404],[206979,28791],[217427,35446],[213525,34186],[212896,32766],[214088,32383],[206523,29745],[207171,36983],[217111,33953],[210646,25838],[208399,26489],[207124,27436],[217293,33847],[217294,36630],[214557,30505],[208041,36301],[205242,28642],[214563,30324],[214622,30385],[206097,26361],[206460,26412],[209489,32741],[213437,31590],[210335,31547],[211706,28885],[212074,28539],[213345,28733],[211509,27868],[206644,32295],[211290,36078],[210370,37339],[207195,35670],[208159,32950],[206898,32601],[207557,38019],[208620,37616],[207684,38402],[208342,36776],[209170,31488],[211349,30669],[210387,30301],[210882,31285],[210108,32931],[208437,29437],[208347,31904],[206544,26430],[206611,30754],[206234,28564],[209074,29384],[209366,30935],[209626,29947],[210580,26939],[210937,28580],[209428,28419],[211142,27991],[210394,27958],[208850,29135],[208657,29859],[208547,31063],[208443,29273],[207626,29088],[207143,27558],[205015,29632],[205493,30744],[208041,27920],[206620,33494],[207285,33502],[208400,36865],[206370,34571],[211846,32329],[212575,31816],[213442,33675],[214191,34079],[212226,31932],[211325,35569],[211967,34505],[212465,33642],[213286,35709],[205571,33397],[206594,35981],[205202,50758],[214414,44523],[205189,44049],[205646,46579],[214741,44497],[205657,42499],[205382,41512],[215277,42351],[205833,44746],[215639,43196],[213922,42763],[213985,40542],[209600,38965],[209936,39697],[210334,40005],[210767,44291],[210915,43527],[210068,40253],[211677,41761],[209806,44466],[213368,50883],[210236,49183],[208967,44022],[209393,48981],[213073,48932],[213263,50935],[210515,50359],[210369,50590],[210963,41714],[214052,44685],[210845,42747],[210346,40301],[211096,40332],[210512,41534],[212001,42616],[211980,42535],[216659,43452],[217278,43898],[215015,41208],[213158,42727],[213007,42988],[213058,43318],[212803,49673],[210772,50164],[216205,48254],[216382,49189],[216799,46958],[217274,46480],[216952,47572],[215530,45478],[216993,45539],[216331,45531],[216440,43800],[216791,43522],[213282,542864],[213261,542790],[216425,61569],[215579,59260],[215796,57831],[216236,60374],[216623,62838],[215490,58174],[215185,59654],[212429,58204],[215587,59580],[214243,58135],[213277,56856],[213192,53225],[216450,59145],[213185,54321],[210651,52869],[214561,55159],[213637,55616],[214801,55361],[215977,55548],[205730,60985],[213929,55513],[216143,57247],[212782,58270],[214159,59128],[213266,51540],[207932,55376],[210853,52362],[210900,51404],[215181,54402],[209815,58249],[212471,52646],[214390,60220],[210873,54791],[212152,52966],[213288,51958],[212800,51983],[212908,52720],[209987,55416],[209868,56836],[209982,55217],[210718,57193],[209918,56929],[211676,59796],[211815,58926],[210503,59795],[212385,60458],[212042,59447],[214039,63264],[211734,72890],[214309,72138],[212539,73279],[211940,73093],[213565,65801],[212608,64378],[214761,65329],[212862,72774],[217482,65574],[216913,67471],[216896,66549],[216604,67107],[216965,66142],[210685,67487],[215949,67030],[216426,67468],[215088,68984],[211668,67621],[214353,67617],[216248,68218],[215481,70402],[217591,71038],[215668,70062],[216650,69351],[216476,68308],[212587,74993],[212884,70657],[213662,70813],[214892,72964],[211332,71317],[211440,71319],[212867,67575],[211637,69485],[211299,69965],[210239,69650],[209101,69484],[208642,69120],[208786,68919],[205299,67427],[205521,66724],[210437,68069],[210575,66750],[212039,66926],[209671,71434],[209331,70927],[209436,71358],[210396,71504],[208782,71045],[205961,68192],[206864,68191],[207891,68009],[206731,67029],[208550,66302],[209777,65382],[208634,66275],[207329,67729],[209155,67606],[205857,76937],[205826,75762],[215424,76132],[215345,74533],[215709,76374],[215633,75697],[217042,74383],[213562,74439],[214570,72858],[213920,74945],[211532,76890],[209705,76931],[209438,75642],[212632,68817],[215103,68339],[214259,70561],[214377,70736],[205369,78752],[205457,77306],[211493,78310],[207978,78415],[210136,81146],[209335,79986],[209749,77706],[206560,79393],[207120,79946],[208760,78928],[205715,80169],[206495,80960],[205323,81953],[205971,89264],[205164,87414],[204816,86063],[206918,85547],[207058,85190],[207248,85241],[208293,87288],[205905,85765],[207633,86331],[206311,86662],[206479,88419],[206296,86262],[206712,87803],[209783,88804],[213311,87486],[208861,89575],[214651,87929],[213761,88511],[213092,86539],[213262,87331],[213292,87495],[213203,88870],[211695,87150],[213190,89131],[211791,87749],[212503,87409],[216146,82464],[216015,81804],[215185,80624],[214720,80705],[215199,81269],[216412,82013],[217062,78968],[215423,80338],[217159,79857],[217084,79319],[216195,79860],[212394,89059],[212976,89058],[211838,89107],[214462,86336],[213958,86016],[215184,85714],[214831,86903],[215364,85531],[209743,77273],[209670,77444],[205551,82649],[205582,83293],[206116,84245],[206097,84169],[204986,82956],[215455,96452],[213469,95294],[214606,97293],[216951,97863],[212962,97013],[213558,95475],[214165,95285],[214906,99244],[215432,97842],[216029,97635],[213343,98815],[214272,97697],[215149,97522],[216876,96460],[217053,97043],[216084,98490],[216204,99123],[217088,100024],[216239,99243],[216551,99910],[212314,90728],[204944,96450],[213239,93793],[206537,91613],[212308,93903],[205707,96188],[205119,101610],[204992,100851],[205662,100545],[214370,100821],[214655,99573],[212856,90222],[213707,99672],[214158,100506],[215336,101964],[215138,101726],[215225,101265],[215167,101652],[208986,96732],[208103,94167],[208650,95016],[208195,95861],[208765,96751],[213298,94687],[212875,94905],[212286,94539],[206721,96333],[207036,94645],[207758,95967],[206699,95992],[207118,91231],[208604,92053],[208258,91346],[207070,93131],[207353,92116],[209918,92438],[209751,92225],[209724,92709],[211098,94059],[209214,94868],[209558,93358],[209715,94091],[209318,94632],[210933,96700],[209647,96848],[209949,96015],[210512,96195],[209474,95633],[205590,89865],[208612,90017],[208833,91026],[209507,90869],[214770,91122],[213745,92006],[215081,91955],[214436,90559],[205867,93608],[204939,93669],[206518,94060],[212623,103286],[214586,103098],[204971,109298],[206114,110451],[206554,109389],[208795,106058],[211116,105877],[209714,107039],[211597,107055],[210846,105733],[211601,105942],[208853,107383],[213165,104215],[210264,105158],[211155,105534],[211204,105381],[205592,110015],[213670,104627],[206028,112655],[208695,114681],[205459,112819],[217067,106072],[213853,115193],[210470,104238],[212644,114866],[216908,107219],[215752,106051],[216619,106689],[216218,106811],[212678,114945],[215342,109208],[214864,110002],[215611,110171],[215136,108253],[213764,108456],[211412,114279],[217488,113730],[216775,113247],[216737,114259],[214059,111915],[215365,113063],[212596,113414],[213654,113584],[214353,113146],[213667,110181],[213424,109825],[212745,109687],[212227,110415],[213573,110341],[210438,111656],[211316,113882],[210786,112339],[211341,113664],[208867,113928],[208444,114530],[209057,115049],[210006,113256],[216347,108463],[210862,107852],[212416,107395],[211522,107589],[216398,126264],[214746,124011],[214208,127520],[213133,127290],[213056,118051],[206253,116396],[206208,116178],[215785,123061],[211572,128060],[206446,116499],[211519,118290],[210222,120372],[214871,122610],[212267,123941],[212153,122988],[213060,120773],[208942,124584],[209146,120308],[209005,121119],[208407,118318],[208305,118262],[207863,117013],[207466,116914],[213125,128195],[204832,124767],[208935,124710],[208070,121213],[206295,121655],[204807,121127],[207401,120160],[207875,126657],[206513,125272],[210665,125236],[211185,125604],[204815,117733],[212725,117963],[206046,122532],[206205,123203],[209246,122548],[208612,124161],[207037,125180],[211950,125830],[206238,127464],[207114,127192],[206455,126216],[207261,126460],[207368,126227],[216475,117431],[207845,128156],[209082,127315],[208909,127430],[208426,127343],[217052,119452],[214608,119212],[216318,118156],[215755,121053],[212133,124949],[206589,118612],[206204,118440],[205691,118445],[218472,-122169],[218334,-121261],[227979,-124389],[227933,-123375],[228180,-123476],[228707,-117258],[229486,-116558],[230037,-117119],[230100,-116601],[227676,-117814],[228262,-118187],[228277,-118489],[227554,-118502],[228775,-126834],[226780,-120649],[226684,-120283],[228303,-126720],[228971,-126772],[217831,-130251],[217679,-129406],[223192,-138293],[223346,-139209],[223145,-138706],[221348,-136793],[221333,-135531],[223306,-139657],[223307,-139258],[221953,-136963],[221074,-136219],[229853,-145445],[228701,-141952],[229576,-145262],[217875,-151750],[221827,-165236],[228632,-165532],[223832,-154893],[223530,-155090],[230123,-165503],[230324,-165797],[220353,-164816],[220281,-165204],[218838,-164735],[219077,-165797],[219318,-165053],[218670,-165223],[217969,-162462],[221042,-164046],[222304,-164146],[221222,-163182],[220621,-162606],[223504,-161645],[221803,-160646],[223096,-161751],[222231,-161075],[222749,-159643],[224602,-161564],[224008,-161220],[223946,-161369],[224976,-163331],[226143,-162165],[225605,-163176],[226229,-162003],[227329,-163364],[227888,-162868],[228818,-164642],[226782,-163287],[219022,-170239],[220028,-171327],[220128,-173044],[221385,-172661],[222352,-173737],[221439,-171590],[221156,-172186],[219398,-170138],[219870,-169498],[230191,-170183],[227166,-176138],[227235,-175563],[227168,-173912],[226542,-174975],[217708,-170281],[218326,-177624],[218254,-178005],[222442,-177139],[229752,-167450],[229389,-167034],[230044,-168838],[218888,-177281],[218312,-177410],[225111,-175921],[223853,-174628],[224836,-174711],[223886,-176442],[221281,-173260],[223409,-176414],[218704,-173456],[217992,-173583],[221880,-176316],[221853,-176199],[218759,-168776],[218898,-168517],[219638,-166742],[219352,-168117],[220289,-166501],[226432,-178795],[227150,-177445],[226036,-177898],[226212,-177695],[227569,-171576],[224154,-173178],[222271,-172121],[218321,-176135],[218688,-175697],[218238,-178180],[217732,-178229],[219220,-174785],[220465,-174753],[219180,-174954],[219653,-174804],[220331,-176191],[222581,-178771],[221637,-178760],[222373,-178821],[224872,-168351],[224957,-167368],[223891,-168014],[224646,-168567],[225055,-170141],[224981,-170198],[224787,-170466],[223442,-170204],[223506,-170205],[223774,-170101],[223253,-170929],[225891,-171110],[225308,-169994],[225499,-170101],[226211,-170138],[221797,-180033],[217638,-184158],[221608,-179496],[218031,-183518],[220515,-180088],[217692,-183644],[223795,-181260],[224932,-181249],[224682,-180532],[223312,-180662],[221330,-191155],[223132,-191697],[223966,-182913],[222747,-183904],[226703,-183916],[220535,-191769],[226675,-184971],[225543,-184051],[224218,-184151],[218676,-179359],[219196,-179701],[222203,-179128],[219919,-179036],[218831,-179481],[224789,-191262],[218820,-191294],[218107,-191414],[218956,-190553],[223960,-189945],[222916,-191091],[223321,-189305],[230277,-187625],[229374,-186369],[227976,-191440],[230301,-184909],[229570,-185098],[229425,-186355],[226128,-191093],[218477,-184273],[217740,-185353],[217874,-184981],[220308,-182756],[220674,-183276],[219736,-184297],[221457,-183240],[220912,-185274],[220341,-185522],[220485,-186455],[223297,-182501],[222800,-184415],[219536,-187167],[220347,-187004],[220292,-188183],[219842,-187435],[219067,-189375],[218435,-188479],[218148,-189375],[219045,-188992],[225383,-188422],[225446,-189647],[225735,-189025],[230346,-183621],[229874,-180469],[230249,-180352],[225392,-187680],[224744,-187198],[225215,-187833],[225713,-185977],[226079,-182502],[224956,-181486],[224869,-182125],[225644,-182732],[222813,-186334],[222528,-185695],[223013,-187282],[222809,-185229],[221069,-189413],[221054,-188284],[221681,-188970],[221209,-189762],[221766,-179535],[220264,-179336],[219591,-181201],[220427,-180256],[220034,-179675],[225636,-195867],[221943,-194404],[222603,-194761],[218412,-194742],[220593,-195563],[220006,-194500],[219642,-194159],[221770,-195287],[227782,-195566],[228528,-196129],[225726,-195991],[226203,-195645],[228516,-199187],[222120,-196549],[221721,-195901],[224122,-201287],[219694,-198724],[220221,-198860],[225306,-198243],[224515,-198033],[225260,-197892],[225462,-198818],[228575,-199546],[223839,-194047],[225552,-193918],[224076,-195687],[220546,-200173],[228519,-200105],[228851,-203590],[220606,-202954],[219639,-203337],[222405,-197341],[222834,-198099],[222901,-198415],[222035,-198030],[227670,-196150],[228414,-195644],[229195,-201166],[229904,-199404],[228346,-202355],[227949,-201222],[228548,-201977],[229412,-202969],[229317,-203923],[229521,-204162],[225930,-196609],[223607,-193322],[223599,-193479],[223985,-193243],[223628,-192457],[225875,-192178],[227127,-192636],[219698,-192302],[218914,-192342],[223095,-192604],[226131,-197282],[226553,-197389],[226186,-197762],[227057,-198308],[221863,-196858],[228416,-196152],[229312,-196543],[228741,-195878],[228669,-195876],[218513,-203015],[218527,-203135],[218209,-202259],[218372,-200319],[218782,-201177],[217729,-199862],[218395,-200524],[229709,-210913],[229773,-209459],[229627,-208976],[229574,-208564],[230313,-211735],[223876,-216667],[223459,-215680],[229180,-212978],[226154,-208518],[227202,-207659],[225636,-208234],[225921,-208345],[227688,-213713],[227467,-213270],[227164,-213039],[227782,-213000],[227957,-205978],[229466,-207464],[228026,-206594],[228610,-206632],[229715,-205534],[220758,-215254],[227090,-217239],[226387,-216137],[226526,-215764],[227836,-216874],[226753,-211514],[228940,-212065],[227566,-211868],[228549,-210365],[226592,-206330],[225890,-205776],[226696,-205722],[225823,-206116],[223375,-209313],[222242,-208194],[222843,-208202],[222305,-207990],[225240,-208541],[224730,-208650],[225511,-207563],[225057,-207841],[225951,-207126],[226127,-207212],[224650,-205022],[224864,-205496],[224564,-205449],[225232,-205027],[229840,-214037],[230391,-213558],[230221,-214564],[229588,-213683],[218054,-208637],[219271,-207892],[219071,-207145],[218799,-208257],[223684,-209710],[223271,-208874],[224595,-208995],[222502,-208845],[219011,-206703],[221693,-205515],[222696,-206409],[222369,-206233],[222522,-206039],[223024,-205739],[221576,-207612],[221517,-208171],[222501,-208196],[221618,-207452],[220087,-215579],[218578,-217059],[217617,-216839],[218243,-217363],[218619,-215870],[218383,-215509],[218220,-215532],[218374,-213413],[217640,-213010],[218860,-213724],[221630,-212506],[221673,-212941],[222932,-212827],[222066,-211377],[220793,-210767],[222196,-210888],[221161,-211758],[220634,-212709],[220992,-212212],[220769,-212569],[217737,-210169],[218104,-208967],[219826,-208328],[218449,-209627],[219524,-208770],[219417,-206874],[230297,-225203],[229870,-218299],[230188,-218006],[230277,-218400],[228666,-217415],[229111,-220567],[229142,-220542],[229150,-220448],[229383,-219125],[229699,-226344],[228198,-226226],[228199,-226342],[227255,-225323],[226895,-225297],[227997,-227915],[228400,-227300],[228392,-227728],[228511,-227404],[230389,-221349],[230102,-222601],[229757,-222515],[228586,-230170],[229023,-229038],[226953,-223034],[227889,-221392],[225487,-224168],[223276,-223491],[223202,-225626],[225679,-222332],[225948,-222959],[226712,-222662],[225006,-224484],[223396,-223990],[223644,-224657],[227421,-220519],[225513,-219954],[225944,-220397],[227562,-219275],[226211,-217688],[227180,-219299],[225202,-218461],[223823,-218040],[222796,-218333],[224238,-219459],[227148,-229819],[227114,-218276],[226744,-218019],[227465,-217417],[226649,-218037],[225426,-221759],[224582,-221528],[225423,-221324],[223981,-221322],[223025,-224570],[224108,-226190],[224129,-224864],[223480,-226013],[224256,-226180],[220328,-227763],[224235,-223324],[223810,-222811],[223561,-222685],[223459,-222969],[228057,-228949],[221104,-220144],[221396,-219773],[220628,-220442],[220711,-220385],[218013,-217402],[225212,-230148],[225322,-229706],[226158,-228808],[225188,-228579],[226124,-229172],[228073,-228721],[226764,-237917],[223569,-238447],[226647,-230605],[227327,-231892],[227634,-231919],[225260,-232638],[226071,-231608],[226128,-232572],[225977,-231207],[225326,-230873],[225214,-230561],[219905,-6177],[219859,-3115],[222178,-8898],[225818,-2020],[219097,-9606],[219692,-12147],[230195,-9410],[229989,-991],[226177,-10015],[219084,-8560],[226567,-588],[220253,-7916],[225198,181],[229332,-6553],[228483,-9098],[219728,-11416],[224145,-10250],[225247,-245975],[226451,-253073],[223797,-246946],[223797,-249817],[228952,-255109],[220145,-248563],[222153,-253077],[219671,-252779],[223100,-250552],[220793,-255177],[222251,-252000],[217918,-252629],[217911,-253458],[223203,-247171],[220007,-255169],[223097,-254254],[223093,-254698],[224380,-254666],[221762,-254608],[227139,-255661],[229247,-259269],[227362,-257681],[227218,-260481],[229762,-265117],[228327,-257045],[227855,-256891],[227877,-262937],[224231,-260708],[222996,-260748],[226777,-258755],[222912,-256772],[221135,-259494],[221121,-255822],[224760,-256239],[224307,-258568],[221704,-257367],[227027,-259328],[225929,-260131],[221679,-257853],[227007,-262127],[229197,-261797],[227430,-266047],[229337,-261771],[227878,-264648],[225523,-266473],[225872,-264009],[228646,-265212],[225397,-264201],[228734,-263722],[224910,-267792],[225325,-268391],[228277,-264429],[228247,-267570],[228602,-265199],[228591,-263551],[228597,-264525],[226009,-291881],[225647,-289216],[229125,-289819],[227546,-293489],[229665,-286470],[224819,-289984],[229543,-293284],[225519,-286404],[226850,-291515],[219087,-285674],[221590,-291599],[222235,-285401],[223253,-287134],[221921,-290158],[217727,-287384],[219974,-290257],[220130,-287508],[223785,-287719],[223941,-288680],[224233,-290430],[225440,-303133],[225873,-299552],[225964,-296435],[224805,-296572],[227251,-306800],[230138,-304400],[223709,-294955],[220425,-294916],[221049,-301781],[218460,-300002],[218575,-297711],[218927,-304932],[220481,-297484],[222866,-294975],[219638,-297072],[217838,-297105],[217976,-304288],[218168,-299256],[220620,-304589],[220537,-306846],[228371,-307543],[227120,-307585],[228931,-310652],[226208,-307456],[228507,-307264],[220398,-307137],[222144,-313893],[221446,-311074],[220141,-307859],[226886,-313487],[218920,-311988],[222365,-310975],[220685,-307993],[217620,-308824],[222324,-312555],[222528,-311336],[220425,-315261],[226853,-311625],[223504,-310348],[220187,-20600],[225097,-16660],[225740,-13316],[227202,-14452],[223402,-12622],[220085,-15715],[217516,-16703],[222535,-22904],[222528,-23269],[222150,-23975],[220741,-22568],[221062,-22927],[221651,-22907],[218216,-23474],[218187,-23344],[220695,-22325],[218406,-22618],[224021,-24552],[221170,-22937],[218875,-22871],[221005,-22640],[218044,-23723],[225102,-14698],[218336,-21605],[219048,-17749],[224803,-15187],[221443,-16802],[219132,-19421],[218246,-19521],[217660,-24810],[218356,-20799],[217722,-25046],[219072,-19154],[227099,-18418],[227338,-17564],[230519,-21129],[228432,-15966],[228087,-19619],[219854,-38031],[219444,-29650],[219455,-36839],[220230,-29191],[220469,-29732],[227403,-34739],[230056,-36114],[230030,-34545],[229974,-36146],[221298,-30149],[228828,-35044],[220886,-30647],[227855,-34382],[229014,-35506],[227683,-34831],[226430,-32873],[225821,-32002],[225677,-31667],[226808,-34151],[224263,-30881],[219927,-29522],[227043,-35940],[226491,-28170],[226368,-28251],[224813,-28343],[226445,-29725],[225948,-26943],[222859,-28309],[227420,-33003],[228912,-34182],[228303,-32293],[228162,-32497],[221096,-28428],[222348,-25402],[226975,-31917],[222389,-32701],[220318,-34515],[219202,-33981],[220164,-34099],[221866,-25749],[222536,-27634],[221475,-26549],[222388,-25777],[221825,-27986],[222669,-30041],[223061,-29673],[221994,-27955],[217720,-27026],[218167,-28123],[218892,-26570],[217832,-28704],[218789,-40613],[218855,-40449],[219009,-39844],[219366,-42720],[219303,-42540],[218121,-39657],[225652,-48139],[227539,-47822],[225101,-48156],[225985,-47056],[224867,-47061],[219398,-42679],[227411,-46570],[217651,-40094],[226117,-47044],[227904,-47491],[227290,-47087],[227976,-47518],[220251,-42196],[220565,-42804],[217740,-44989],[221767,-38552],[220455,-41089],[217952,-41112],[217677,-38731],[218038,-44042],[224648,-39526],[219180,-45643],[219709,-45928],[227539,-48243],[226956,-48659],[225656,-50686],[222141,-43958],[226357,-47409],[225182,-48635],[229832,-41450],[228405,-42749],[217733,-40594],[227858,-39032],[224660,-39467],[222810,-48324],[224660,-41594],[229790,-49154],[226477,-50698],[224051,-46863],[226548,-41189],[225753,-41329],[227133,-41808],[228266,-50285],[227967,-50079],[227823,-43279],[229486,-50259],[221004,-46122],[228130,-39633],[217791,-40462],[222416,-43173],[228070,-44215],[226507,-45795],[226903,-44570],[226048,-43637],[227910,-43253],[226946,-44696],[228523,-43282],[228616,-44358],[224847,-43765],[221900,-45171],[224406,-44274],[224434,-42835],[217624,-40409],[222885,-42052],[220964,-43129],[220969,-43147],[225652,-44749],[225959,-45491],[225434,-44919],[225775,-45674],[221043,-41983],[219789,-40998],[220181,-40803],[220546,-41618],[220559,-40902],[221897,-40417],[222110,-40486],[221692,-39405],[222182,-40034],[219926,-40432],[220261,-40623],[220937,-39434],[220829,-38782],[219520,-38430],[223944,-44164],[224351,-45578],[224717,-44876],[224164,-46248],[222651,-46147],[222669,-45953],[219061,-50195],[219051,-50735],[218744,-50510],[217674,-47443],[218852,-48939],[218869,-47495],[225952,-58772],[226131,-62659],[228191,-63557],[226497,-57181],[229783,-52156],[227261,-56697],[226245,-59328],[226209,-52454],[228420,-51906],[228825,-51573],[227992,-56077],[228079,-55944],[227362,-55110],[226848,-62978],[227585,-54681],[229839,-52473],[226399,-56364],[230205,-57821],[228455,-52708],[228220,-60479],[228181,-57871],[227096,-51925],[230198,-58407],[229885,-51601],[228220,-63491],[227729,-57528],[228421,-51751],[225488,-51117],[227350,-56527],[227579,-52799],[227934,-56005],[227882,-51190],[225553,-58116],[229381,-58684],[221239,-55835],[223601,-55251],[223261,-55981],[221195,-56268],[219826,-63484],[219231,-63587],[219072,-63792],[220205,-61101],[219166,-61171],[219529,-62797],[220078,-63055],[221225,-63111],[220522,-63630],[219955,-63743],[220081,-63426],[218459,-56708],[218262,-55794],[217940,-54751],[218793,-55432],[219261,-55228],[218623,-53742],[219266,-54064],[219753,-53779],[222623,-58060],[221312,-58257],[221204,-58885],[222213,-58437],[221493,-58029],[226221,-61189],[225551,-60561],[220607,-55250],[226850,-60001],[226885,-60642],[226044,-59522],[217706,-61399],[217727,-61051],[221088,-55394],[222433,-63333],[223593,-63113],[222689,-62924],[222293,-63505],[223710,-61726],[226258,-63077],[227745,-62227],[222714,-52618],[221288,-52908],[220890,-52430],[221071,-52406],[222943,-51169],[218339,-56771],[218149,-55234],[218191,-55523],[218109,-56629],[230365,-65989],[228552,-63820],[229330,-66918],[218785,-73855],[228450,-64363],[218223,-74610],[229301,-65008],[225284,-64028],[224206,-63836],[224553,-64864],[218517,-66780],[219643,-67618],[218637,-67825],[218634,-67427],[218671,-66823],[219358,-69912],[219684,-69225],[217936,-69150],[218058,-75064],[218452,-73177],[220151,-73965],[220752,-73138],[220010,-72995],[219656,-73281],[217789,-74388],[223560,-69487],[223453,-69266],[222384,-70760],[221983,-69014],[222436,-70511],[223746,-67298],[223796,-67926],[223784,-67554],[221587,-67259],[225044,-67458],[225010,-68345],[230360,-71170],[229129,-110729],[217638,-103944],[217713,-105064],[217823,-104869],[226725,-112366],[227640,-110773],[227785,-111484],[227928,-111128],[228009,-111325],[230002,-110325],[229961,-110393],[226416,-113502],[226424,-112543],[226849,-112905],[226412,-113892],[226165,-113386],[229815,-109263],[229576,-109747],[229464,-109008],[229626,-109395],[218114,4464],[230288,12599],[221278,7424],[219010,5309],[223724,4140],[221505,6954],[218040,2910],[223986,2620],[222572,4155],[228889,1511],[228076,7627],[228484,1270],[222554,11653],[226817,10805],[228523,11871],[218535,135417],[218054,136007],[219826,128289],[224434,132375],[225404,130655],[227051,130622],[226090,129488],[218565,134810],[220690,134495],[218774,132934],[219100,136671],[223398,132718],[223307,133651],[219852,132636],[221356,131025],[217867,129110],[221776,132817],[223264,131160],[222051,134070],[223794,136926],[218946,130714],[219974,130099],[219081,130228],[220150,131244],[220548,129883],[222977,140140],[226088,140464],[226151,139991],[222337,136718],[222153,138144],[224000,138136],[224747,136389],[225636,135847],[226279,135095],[224122,133794],[223970,134895],[226300,135890],[223952,134026],[227079,133689],[225539,131786],[228083,136939],[228243,136298],[228125,136206],[229618,133944],[229158,135774],[226399,139285],[230217,131187],[228449,130962],[227587,132228],[225406,148779],[218217,144498],[218958,142358],[219675,141855],[221226,141753],[219120,142501],[221190,141107],[222562,141051],[221977,142251],[223472,141391],[218098,146207],[218187,147328],[223544,149232],[223502,150064],[224032,150439],[222856,151399],[225301,151537],[223870,147995],[224105,146561],[230245,147444],[229708,150139],[228645,148826],[229847,146580],[228518,143121],[226549,142607],[228460,144636],[223588,145616],[223235,145449],[222265,146050],[225316,144015],[225639,143115],[220946,25170],[220316,23627],[220611,24112],[227823,17065],[221552,25346],[219183,24027],[221187,23214],[229903,15605],[220785,22204],[221884,24419],[221871,22910],[225247,21000],[229945,23196],[223705,22617],[223623,23429],[221659,22258],[225242,16088],[228177,25414],[217907,22543],[226890,13134],[225401,33980],[218743,35073],[225721,30280],[219249,37241],[225503,29875],[226815,34292],[219325,37032],[224562,31480],[225512,34418],[225050,29977],[219329,37322],[223197,27638],[227610,27009],[225216,34921],[226284,34153],[217769,36284],[224874,31453],[227437,31724],[223856,37511],[224066,36192],[227618,27865],[230019,33667],[226384,32657],[225346,36318],[228276,37178],[225304,38143],[218188,31605],[218790,33905],[219655,33966],[220847,31613],[227088,28657],[223478,32062],[229717,31994],[225508,29804],[219348,34941],[222541,33741],[219789,37880],[220627,26169],[219546,26244],[218418,30220],[217921,30373],[225707,32248],[224372,36888],[227178,34565],[226625,36985],[227232,35673],[229804,37455],[224577,33864],[225444,44858],[224827,45515],[226141,39073],[227529,42412],[226696,49648],[217932,40336],[221870,44930],[219861,40150],[227462,39424],[227207,43541],[221412,48518],[224783,38631],[222968,50677],[226272,50922],[223745,50798],[227281,41667],[227925,43339],[229895,40169],[221309,44948],[220399,40031],[224068,45959],[220990,51300],[221860,50693],[220134,50278],[219305,48472],[217949,50380],[217817,47816],[218040,47389],[221451,40154],[220958,39634],[221777,39799],[222500,40934],[221399,39679],[220040,45204],[222534,48827],[222810,49552],[221041,50079],[221936,43535],[222459,43347],[223651,44139],[224031,44841],[221974,44758],[219037,42835],[218610,44377],[220678,43895],[219548,44468],[219111,44397],[228170,49113],[227297,49734],[227732,49532],[221333,46087],[221417,45611],[220947,47871],[220530,45434],[219805,45719],[224298,46099],[224345,45301],[225833,42802],[226162,41607],[230185,38979],[229688,38888],[229480,42239],[228490,38945],[227952,40465],[228670,41684],[228949,41387],[228827,40079],[229155,41357],[224842,44788],[229556,51270],[230378,46676],[230179,41293],[230051,41005],[227593,47388],[226805,46326],[226460,45169],[227509,46543],[226663,46577],[227561,56079],[226536,55019],[218405,54796],[229346,54282],[230026,64023],[221947,53307],[218463,54634],[226427,55539],[227040,55815],[226858,54723],[220232,56552],[220907,54027],[229775,52353],[217865,62903],[229275,51852],[229818,63236],[228845,52374],[229611,51895],[229986,54611],[220603,53092],[229389,54132],[218515,61262],[218559,54992],[221225,53751],[230006,53869],[229573,54410],[230104,54097],[221613,52561],[220875,62502],[220261,62530],[221957,62104],[222044,63922],[221978,62543],[226343,61653],[227190,62206],[226966,62343],[225197,60778],[226976,61436],[227108,59266],[229194,57740],[229574,59276],[228536,59331],[227435,58000],[229561,69823],[228162,70093],[228565,70791],[229719,70364],[229591,70246],[220718,75523],[220621,76332],[225742,69100],[228438,66535],[228646,65407],[229617,65004],[229520,65186],[228856,65396],[226813,70098],[219171,76421],[220287,76037],[230259,65331],[229899,73847],[229662,74363],[226845,68685],[224728,72463],[225917,72553],[223837,72716],[222870,70844],[223272,68776],[229683,64415],[221672,67957],[220832,67621],[220196,66064],[219395,66686],[221818,67771],[218311,65364],[219194,66975],[218680,65886],[218189,67663],[217969,66202],[218112,69435],[217750,69806],[218983,69642],[220691,75731],[224670,65711],[222992,66099],[225442,64429],[224311,65732],[225146,64622],[228640,89608],[228511,89320],[227953,89349],[228536,89070],[229627,88076],[228816,88297],[228816,86189],[228386,87416],[228913,87796],[228925,86209],[230387,86401],[229175,85912],[229714,87203],[220511,77476],[220350,78387],[220547,77503],[219947,78820],[228117,79494],[226564,80947],[228127,80005],[228194,80755],[227236,80029],[223042,80379],[223760,80660],[227037,82300],[226576,82233],[225830,81438],[225513,83673],[226134,80552],[225401,81246],[225828,83166],[219401,87534],[220515,86692],[218255,88191],[219637,87962],[220211,87282],[224042,78171],[224540,79861],[223956,79582],[225207,77925],[223128,78093],[223426,82463],[223871,81102],[224488,82931],[224995,82527],[224427,82315],[221316,101012],[230044,92898],[222520,100360],[222352,97208],[218024,97364],[222322,101124],[221840,96103],[220794,94754],[221880,100262],[221389,94420],[222295,95271],[218249,95076],[219429,94885],[230172,91232],[220562,93796],[220078,96634],[219616,97463],[219999,97257],[222824,96485],[219177,94054],[221439,94632],[220436,93503],[218956,97078],[219833,94806],[218802,97530],[223726,94967],[222103,95520],[217872,97787],[221793,97083],[221219,91632],[221991,93241],[225990,92595],[222212,93566],[221616,92752],[224673,94174],[221923,91950],[222407,91966],[224164,101646],[221638,90872],[224074,91303],[223512,91096],[223320,94795],[224266,94810],[225775,93410],[227015,92446],[224080,90935],[221182,92534],[228438,96828],[224118,92360],[227082,96512],[223008,92357],[226041,92229],[224898,89948],[223376,101333],[225149,90131],[224177,90107],[223055,101478],[226288,90006],[226715,102238],[225828,102507],[225611,91134],[227629,90420],[229227,94853],[229818,96454],[229312,94580],[229126,95056],[226987,90592],[227137,98453],[225523,98201],[225343,97393],[226470,98528],[225738,97161],[222612,99652],[218956,102491],[224889,98818],[224981,100538],[223295,100676],[226696,102416],[228774,99722],[228899,99851],[230181,100942],[228685,100441],[230057,101087],[229348,102552],[227363,95774],[229410,97001],[219467,102097],[219255,101930],[218536,113426],[218892,105802],[217616,115017],[219174,103190],[225123,103553],[220952,103190],[225750,103201],[227008,103093],[226549,103752],[227605,103898],[229927,103504],[229387,103066],[229451,102938],[225187,110163],[226412,106605],[226912,106421],[226104,106931],[226660,107459],[223844,110640],[225215,104112],[222879,111439],[224076,107403],[224056,107443],[217997,108923],[220175,105924],[220502,105715],[220368,106356],[220685,105906],[224242,111628],[222087,104646],[223189,102892],[222354,103270],[220792,103869],[218014,103407],[218228,104222],[218314,108938],[224214,106164],[225185,104542],[219273,106946],[225494,103928],[219516,107005],[219438,107469],[225022,105453],[220947,106546],[220800,106468],[220847,106631],[219410,108383],[219451,107892],[220746,114606],[221299,113991],[225347,110541],[225498,110052],[226221,108312],[225901,109315],[225565,108243],[224990,107538],[225583,107944],[227912,109935],[229094,110084],[229983,109131],[229250,108875],[229487,110039],[219872,106557],[221745,107968],[221590,109318],[221382,109757],[219972,108948],[220344,108609],[220861,109820],[227163,113561],[225638,114750],[228440,113082],[228651,111160],[228115,112638],[228043,110473],[226550,110953],[226425,110996],[221596,114391],[222342,112941],[221340,113285],[222111,113119],[223038,113510],[222902,112818],[224957,111518],[224527,113178],[224054,112709],[228785,117621],[229650,118217],[228253,116772],[230015,126647],[229101,126473],[228244,126595],[227308,125963],[229043,125678],[226087,119317],[226107,118814],[223491,120516],[226126,118971],[224904,120529],[225160,116748],[227380,116476],[219446,115836],[222221,126400],[219857,127352],[220677,117099],[221610,117409],[221612,119285],[220715,117930],[221239,127606],[219981,126060],[221715,121780],[220970,120875],[221261,119711],[221324,121122],[220291,122035],[223371,119207],[224012,118999],[222593,117573],[223252,117324],[222352,118095],[217671,127972],[220167,123715],[222490,122768],[222636,126290],[222950,124589],[226399,126672],[223004,126937],[225590,127052],[224057,125731],[224947,126627],[219246,118755],[218658,120855],[230172,123085],[231247,-127092],[243087,-127134],[231283,-127759],[239289,-125237],[233041,-130361],[233259,-130466],[231405,-130030],[231110,-130361],[231430,-129656],[241821,-127883],[240835,-128678],[242235,-128695],[238767,-143858],[238166,-143160],[239058,-144483],[234207,-152044],[235876,-153397],[239963,-147120],[235432,-143690],[238081,-153231],[236957,-153164],[236841,-153327],[236999,-152393],[237632,-143160],[232470,-146173],[230899,-146613],[231319,-146936],[231156,-147323],[242000,-152163],[242879,-152731],[232439,-146266],[241931,-151607],[236746,-143048],[237234,-143249],[240667,-153030],[232851,-145565],[234218,-143308],[243098,-150468],[233601,-142252],[233774,-142286],[233887,-142619],[233902,-142462],[236747,-145260],[237010,-145902],[237379,-145722],[239376,-148490],[239606,-147898],[239972,-148714],[240049,-148626],[241334,-148888],[241458,-148946],[241633,-148839],[232294,-154482],[242024,-158494],[237602,-162104],[234835,-160068],[236757,-163198],[236517,-157882],[238917,-159327],[237706,-157372],[238553,-157883],[232458,-154187],[236822,-159984],[237215,-160652],[242248,-159160],[232521,-156481],[232714,-155840],[243038,-156773],[239654,-153972],[240368,-154277],[239741,-153809],[241107,-154026],[241146,-155464],[242525,-155293],[234131,-153825],[234873,-153419],[241289,-154258],[234619,-154842],[233663,-155410],[238465,-155643],[241299,-159399],[240581,-157615],[236203,-158382],[231891,-155564],[242779,-157651],[242210,-157686],[242843,-159448],[237962,-163242],[235809,-163595],[235510,-163555],[243005,-169210],[242088,-166949],[242484,-177544],[242775,-177075],[241762,-175129],[242335,-175950],[240199,-174070],[240467,-174666],[240598,-175167],[241411,-167830],[240431,-166650],[240575,-166701],[240170,-166715],[241057,-176751],[236233,-173678],[237673,-168629],[236950,-167634],[237884,-169388],[238690,-174295],[238508,-173964],[235565,-173947],[235333,-174615],[231157,-169156],[230958,-169487],[239309,-168462],[238074,-169845],[231687,-174832],[239753,-177332],[239129,-178508],[239917,-176966],[241014,-178096],[240825,-177411],[230583,-166633],[230481,-168924],[230638,-167565],[230526,-168775],[232602,-168662],[233729,-169110],[232758,-169739],[232040,-169145],[238596,-174551],[236233,-170066],[233982,-169045],[236145,-174362],[234272,-167214],[234755,-167623],[237761,-178187],[237079,-177851],[236827,-178369],[237367,-178064],[240340,-190939],[231831,-188710],[234958,-190747],[235050,-190668],[236038,-190792],[242985,-185523],[233958,-191464],[242500,-191304],[242276,-189469],[239429,-191269],[237653,-189606],[237166,-191520],[237285,-189579],[238645,-187793],[239740,-187839],[239805,-186581],[237811,-188385],[241787,-191128],[241709,-188958],[242490,-187771],[232814,-189652],[234140,-191043],[233753,-189286],[233931,-190156],[231071,-180948],[234281,-183007],[232228,-181825],[234039,-184163],[231863,-184203],[230729,-184685],[231350,-185793],[230464,-183520],[234213,-182603],[231344,-182777],[231973,-187252],[230847,-188284],[232339,-183591],[233060,-182916],[232524,-183255],[232268,-181756],[232615,-182190],[231781,-182429],[233084,-180519],[234659,-179570],[232352,-179106],[238498,-182249],[238838,-182367],[240509,-179694],[240246,-179220],[231277,-179896],[231315,-179594],[231643,-182096],[230591,-182370],[230627,-181730],[240449,-192095],[239947,-196498],[236905,-192472],[236649,-192652],[240339,-196581],[240209,-194814],[240277,-196095],[239601,-195747],[239606,-193803],[237346,-194146],[237327,-195104],[241237,-199244],[241070,-200660],[240836,-199958],[236390,-198208],[238061,-197212],[236499,-198383],[236106,-196499],[236959,-192451],[233446,-194353],[234472,-192185],[231078,-193459],[230568,-193369],[232215,-192429],[230668,-192744],[231285,-196869],[232396,-198973],[232133,-198243],[230560,-200818],[230909,-200824],[233923,-197897],[231947,-196260],[231353,-197503],[231649,-198926],[231584,-197564],[231305,-198664],[235078,-199548],[233052,-198871],[233369,-200079],[233725,-200362],[234523,-204022],[233989,-202544],[232806,-203002],[232966,-203441],[232487,-202911],[232399,-200779],[230882,-201725],[231173,-202182],[231494,-201542],[230884,-217386],[234053,-217273],[234384,-204960],[235223,-205457],[235739,-205298],[231351,-205802],[232690,-204906],[232183,-204837],[232425,-204951],[232266,-206323],[233262,-206547],[232734,-205536],[233692,-206191],[232731,-207853],[232921,-209132],[234277,-207374],[236266,-207508],[237647,-206603],[237245,-207492],[231983,-215544],[234287,-209416],[234908,-211653],[233586,-213443],[234305,-211233],[234803,-210998],[231747,-208275],[230692,-211989],[230619,-206093],[231103,-206550],[233068,-210178],[233445,-210042],[233368,-209674],[233684,-210503],[236946,-205986],[236980,-206223],[236048,-206724],[235554,-207378],[235782,-207524],[235603,-206580],[233049,-208367],[233277,-208352],[233997,-207794],[233131,-208448],[234597,-208852],[235524,-209338],[234697,-208729],[235157,-209477],[232330,-212615],[231074,-212785],[232336,-212169],[231553,-213188],[242700,-224750],[240834,-227108],[232394,-218418],[233356,-217815],[231287,-217897],[231146,-226794],[231058,-226858],[231263,-228017],[231441,-228283],[231180,-225492],[230405,-222421],[232312,-225379],[230959,-226620],[230414,-225975],[230559,-222383],[242386,-236549],[238635,-237218],[242220,-237897],[238547,-237918],[242671,-242977],[241593,-241530],[240936,-240695],[231491,-238274],[237846,-242907],[239537,-240957],[240132,-242932],[237511,-242533],[237358,-238200],[232702,-239843],[236843,-239038],[234830,-241162],[232799,-240241],[232387,-238315],[235156,-237755],[233105,-241214],[236575,-238372],[237950,-241628],[233484,-242111],[232091,-238459],[239046,-241584],[239815,-9508],[231229,-4091],[234127,-7078],[234784,-5406],[240656,-5627],[236138,-3784],[234883,-4273],[236821,-12452],[230461,-4830],[230602,-6194],[242630,-5197],[237410,-3971],[232444,-2602],[235215,-5572],[236007,-6386],[241822,-6845],[236334,-4646],[236340,-4256],[230759,-12015],[237407,-827],[235179,-6201],[233777,-12350],[235585,-10444],[236368,-9788],[236481,-11232],[243070,-148],[237169,-10485],[234848,-11660],[235858,-11073],[235897,-5941],[230716,-9421],[240024,-9666],[242519,-4428],[242575,-7302],[242904,-5240],[233326,-243362],[230429,-253563],[236985,-244005],[233472,-243848],[232155,-243814],[239759,-245490],[240218,-246288],[239721,-243932],[240667,-247082],[241263,-244462],[238872,-248273],[241757,-252155],[237145,-265081],[241977,-256196],[241749,-260365],[242661,-257673],[243057,-261746],[235814,-260953],[237337,-259438],[236278,-263344],[230661,-264742],[234690,-265698],[230743,-261594],[231338,-260355],[231096,-257821],[231440,-263007],[240691,-276431],[242146,-280593],[241457,-277685],[242268,-279357],[239272,-276129],[242915,-279907],[237938,-279347],[241275,-273679],[240645,-275505],[242663,-280334],[239479,-277070],[239697,-277239],[237944,-276913],[238183,-274724],[239666,-275860],[238593,-272159],[238093,-271681],[239639,-273441],[238614,-271682],[239786,-275828],[234934,-270265],[235090,-273271],[235181,-272136],[233946,-273968],[233237,-277668],[237657,-278268],[235760,-277593],[235010,-272327],[240406,-282625],[241159,-282453],[242468,-288879],[243140,-287837],[240424,-283319],[236764,-288974],[238248,-289387],[236633,-287611],[239702,-290112],[240323,-287741],[236927,-287622],[238695,-290511],[231598,-292568],[232583,-285931],[232473,-286667],[230873,-292780],[233367,-289484],[232344,-289544],[233767,-295375],[240193,-300026],[242723,-304830],[241668,-301366],[237433,-304041],[243093,-304748],[235668,-304480],[233127,-303899],[231222,-302818],[231118,-303115],[238880,-310470],[234719,-308383],[242189,-313764],[233700,-307382],[236332,-309554],[230823,-308255],[241285,-319729],[237148,-310982],[235438,-310517],[234753,-311067],[235986,-311885],[236994,-311639],[236466,-310187],[235736,-309533],[234826,-310130],[237143,-311944],[241040,-330253],[241235,-323916],[242517,-326610],[238242,-331288],[237710,-325414],[237725,-330888],[234279,-322359],[240735,-22977],[239110,-25014],[238007,-21707],[238093,-24669],[235106,-24102],[237058,-14929],[233106,-13168],[239678,-21887],[232791,-19790],[233654,-19989],[239013,-15443],[240368,-15974],[240165,-13985],[239720,-13573],[239491,-14359],[234907,-16047],[234453,-15878],[235153,-17022],[233396,-16445],[233548,-15860],[233977,-12748],[234671,-13204],[233380,-12818],[242436,-19807],[243064,-19466],[242599,-16162],[236240,-36403],[235162,-37341],[234681,-38072],[237309,-26284],[235445,-27325],[238246,-27342],[233370,-37018],[236769,-26974],[234606,-37130],[234026,-36994],[240407,-29490],[241943,-29711],[234764,-35424],[240509,-26637],[242128,-37686],[239879,-37846],[230449,-33812],[243062,-35618],[230831,-44055],[230611,-43360],[232636,-41415],[234266,-45406],[238963,-50963],[238264,-50192],[238052,-50608],[236703,-47517],[243195,-49757],[240269,-48512],[241786,-47232],[240751,-48251],[237076,-46662],[234031,-44089],[236136,-46870],[233906,-44565],[234750,-43359],[234499,-42947],[238722,-48289],[239355,-46796],[237590,-48150],[237845,-46479],[235666,-42085],[235382,-38224],[233004,-38969],[232521,-47853],[231561,-50011],[233131,-48595],[233352,-41591],[233522,-50454],[234761,-50874],[232232,-42461],[234178,-50104],[232528,-50657],[239679,-39849],[234628,-43766],[234523,-42143],[235029,-41043],[239872,-40372],[242726,-41154],[242863,-42042],[241417,-49753],[241416,-49953],[242172,-49796],[242532,-40690],[239556,-38629],[233993,-43694],[235112,-42092],[236438,-42765],[236318,-42609],[236329,-47973],[236639,-47194],[239449,-48885],[239777,-48468],[239459,-48516],[238991,-48321],[239444,-49839],[242469,-39428],[241665,-41866],[238967,-40466],[237964,-40047],[237019,-42073],[235636,-41113],[235614,-41557],[235956,-41408],[236350,-39963],[241301,-47447],[240720,-48205],[240472,-48364],[241289,-49523],[242211,-48120],[241651,-49183],[242668,-48495],[241443,-49560],[236287,-41849],[235019,-44160],[236049,-43400],[236423,-43518],[235940,-44728],[235306,-44779],[240308,-45191],[242256,-41451],[242426,-46789],[241418,-44976],[235922,-60028],[238522,-57900],[238412,-59048],[236639,-59931],[238942,-58230],[237124,-60945],[239093,-58655],[237158,-60798],[239615,-58465],[240515,-60466],[236016,-60265],[232048,-52294],[243028,-54321],[231666,-53218],[241375,-52648],[237804,-61384],[242941,-51246],[233759,-62937],[234035,-56723],[232783,-58011],[231240,-56616],[230601,-58180],[231664,-56841],[240738,-59402],[242237,-58403],[240805,-58492],[240697,-58968],[235374,-61817],[237785,-62296],[238871,-61406],[234308,-58344],[235696,-60027],[235905,-58556],[234120,-60312],[235687,-59057],[242422,-51418],[242442,-52294],[240319,-60507],[239528,-59618],[239876,-57073],[241085,-54521],[237936,-56315],[238333,-55166],[242051,-55864],[238097,-51212],[232835,-51108],[231512,-54847],[231014,-54080],[230685,-56017],[230838,-56309],[231779,-55116],[238112,-58869],[238123,-59105],[237379,-58207],[237142,-58018],[238659,-59564],[232624,-67137],[233513,-67713],[233525,-67181],[232554,-68184],[242721,-69368],[240247,-72663],[235313,-68517],[234826,-66621],[237940,-63992],[230892,-64634],[231577,-66647],[231318,-64239],[231548,-64166],[238383,-67782],[238127,-68814],[240027,-65490],[240266,-73586],[238061,-67072],[239173,-67124],[233395,-69042],[234070,-68462],[234786,-63993],[242659,-73530],[240953,-72995],[231316,-64378],[238420,-68675],[231446,-71556],[236999,-73252],[237936,-71617],[236795,-71375],[236386,-71227],[236612,-71554],[233104,-71116],[232581,-71334],[232105,-72641],[233193,-71300],[232258,-72251],[230892,-72021],[230505,-77366],[235542,-87601],[230487,-80704],[242847,-83047],[240374,-82207],[237962,-85405],[239609,-82559],[239157,-81334],[240204,-82302],[235454,-87770],[239320,-81502],[230548,-81586],[238399,-83576],[235787,-86354],[236344,-84479],[235783,-87561],[235971,-86220],[241129,-88523],[241675,-89849],[240757,-96472],[240918,-96725],[240832,-96576],[240819,-96443],[240874,-96343],[239991,-90504],[230731,-111997],[241268,-104635],[231113,-112099],[232536,-112981],[233065,-108950],[230993,4105],[240768,2857],[236502,5172],[240644,3669],[236612,8574],[232301,5598],[238000,8789],[242594,5478],[237471,1559],[240724,10167],[237425,884],[232320,4635],[243139,5645],[238524,136348],[239405,134657],[238882,134573],[239588,135816],[231427,133691],[237602,136078],[235475,136355],[235338,137281],[235763,136759],[233576,138932],[234159,138629],[234783,137740],[232894,132521],[233427,132705],[237908,132226],[237131,132188],[238503,131172],[238652,132274],[233929,134750],[235683,130296],[234571,130039],[236039,131344],[233286,130491],[235558,130979],[233844,132227],[234618,140154],[235092,139016],[235517,138043],[235818,139813],[235812,138760],[241205,137849],[240709,137930],[242040,137954],[238833,140456],[240284,128731],[236314,135681],[234113,137705],[231725,139645],[232538,138592],[242911,128571],[239187,132500],[238388,130324],[239339,131791],[236175,132312],[237392,140057],[232426,133455],[231690,134585],[236420,141026],[237537,143179],[237831,144102],[238336,145032],[238786,145795],[239195,145200],[239653,144494],[239697,145633],[240119,146549],[240913,147123],[241542,147198],[241800,146373],[241887,145340],[237982,147927],[235819,148009],[237271,147433],[230490,148562],[232197,150544],[230422,150024],[231142,145956],[231397,147036],[230954,147971],[236749,143054],[234871,145174],[242358,145021],[233381,141497],[240576,24956],[241621,25303],[231546,18895],[231762,24710],[231954,25525],[234461,21964],[230523,21183],[230603,24334],[232046,16753],[233791,17411],[238489,23367],[239742,17519],[241542,17816],[236076,20079],[240574,19983],[237966,16578],[233297,18874],[234711,13343],[241374,19879],[240340,22681],[240163,22366],[241585,21492],[242673,23543],[242701,22580],[240366,24089],[241259,23454],[239280,23603],[240805,24382],[238608,38456],[235278,35249],[232022,35477],[242086,35549],[233823,34494],[239807,26190],[241529,25823],[241507,29593],[235713,27510],[236378,32688],[242930,33725],[239240,25814],[231271,29858],[234910,27672],[231881,27975],[241086,34149],[230987,28620],[232825,34360],[239751,38552],[236687,32839],[236739,32071],[236561,31721],[238750,31286],[237846,30485],[233702,28505],[238829,32571],[239270,29956],[237122,31879],[233864,28413],[239689,30615],[233449,28425],[239182,30128],[234600,37032],[233449,37059],[233893,35617],[235586,35426],[234995,29882],[233260,38515],[242253,33431],[242947,32827],[235693,27412],[238252,32557],[240274,29521],[238010,31460],[241587,37351],[238473,33553],[234327,31911],[240547,30733],[241135,34512],[236248,35498],[238363,38014],[233522,34157],[242620,30137],[240733,37480],[236390,28237],[236046,34153],[234339,32561],[235380,35385],[231850,28112],[241683,30760],[231914,28663],[232100,27361],[241234,34833],[231372,29927],[240036,30662],[231141,31434],[235681,32232],[241277,26312],[241939,28973],[234111,29288],[235888,28862],[234961,35550],[234732,34036],[236231,28438],[231840,34944],[241702,33397],[242980,37592],[241586,37686],[240167,34493],[235706,33344],[233913,40436],[238726,48771],[231096,50638],[237341,50297],[237382,43577],[237779,45965],[232032,45337],[231048,45128],[231057,49185],[233691,41535],[230912,39462],[233079,40099],[233688,39194],[230502,39862],[237881,42908],[232277,46596],[236281,51140],[237029,50930],[231903,47782],[230426,39284],[236544,48855],[232391,50038],[232883,39359],[239020,47658],[230488,43660],[236794,51363],[233008,51068],[236681,48940],[239949,40181],[232607,46198],[230532,47383],[231707,49317],[240276,43122],[233513,40723],[230603,39600],[233955,42200],[240959,50070],[242356,49162],[242700,49084],[241072,41862],[243132,44135],[241645,40496],[242169,46753],[238774,43885],[239904,47117],[239439,47659],[241046,49321],[240209,49084],[239782,49349],[237396,46049],[237238,42507],[237102,44764],[238544,46094],[237289,45792],[239574,39865],[239386,39552],[230561,52491],[231434,52755],[240366,53434],[240037,53979],[243097,58895],[234800,63629],[236030,63507],[240699,61435],[242323,59699],[241170,58544],[240670,58080],[235315,64194],[240329,54399],[240025,57386],[241141,54420],[242323,60602],[242079,62048],[243023,53084],[234762,61758],[234060,60600],[237876,62219],[234124,61182],[235460,62655],[234961,59227],[235687,59300],[234334,60029],[234106,58477],[235706,57632],[236375,58133],[234946,57804],[234453,54122],[239851,61873],[240357,59508],[240418,60887],[239082,58522],[239748,61174],[236723,56620],[237294,54363],[236611,55355],[236492,54332],[238501,52710],[239278,51940],[238772,51570],[236033,53644],[234356,53672],[234772,55149],[236657,52092],[236319,53150],[235931,52930],[233880,57903],[232837,57233],[233254,57998],[233203,58782],[233569,55089],[234378,55510],[232908,55068],[233821,63551],[233517,55056],[231776,59765],[230566,63006],[233960,59832],[232158,59638],[234069,59950],[232858,55260],[232233,61538],[230813,62580],[230869,61810],[232738,62114],[231854,62417],[236413,74599],[238602,69440],[238670,70895],[234300,74439],[239540,70389],[234395,74809],[232718,74617],[235102,71805],[237255,69879],[235826,76376],[236047,75948],[231457,72524],[238503,69824],[230775,72454],[242746,76794],[231184,65266],[230533,66684],[232473,64835],[235028,65062],[235516,69367],[235727,64775],[233041,70061],[231868,68658],[233646,67816],[234321,66581],[234155,66846],[235786,69564],[241137,71616],[238063,73192],[238176,72502],[238361,71950],[238172,71966],[239838,68232],[237526,69199],[242678,72216],[240971,70866],[241129,70357],[240236,71233],[235885,71383],[240065,68230],[239589,67232],[240898,68522],[242917,69292],[242046,67160],[241482,68936],[237528,69434],[236572,69772],[240029,67357],[239726,69410],[242283,65754],[239474,64702],[237280,64920],[239690,68408],[233769,64648],[233592,64320],[234387,65489],[234593,66313],[232411,72043],[232149,70569],[233118,70224],[232045,68058],[232293,66799],[234366,66701],[230430,64414],[239365,73697],[240966,71994],[238904,73720],[234428,70347],[234348,70532],[239912,72397],[240006,72819],[236854,65826],[239106,67491],[238992,67058],[236949,65385],[235910,72778],[235065,71681],[234227,69032],[234074,68593],[232639,70800],[231520,68925],[237666,67400],[236139,68493],[231631,86199],[237361,77156],[236334,76531],[237271,78299],[237421,77623],[240289,77544],[237874,77642],[240174,77997],[238360,78579],[237142,79966],[238064,78209],[232081,85051],[237670,79639],[230618,85526],[232978,83777],[233660,83581],[238034,79796],[234533,83051],[232764,85782],[233479,85446],[232916,86194],[236889,89278],[236418,88376],[236026,89118],[232739,89118],[237287,87996],[236947,87277],[236375,85824],[236421,87206],[235357,87550],[238207,86815],[237373,85636],[236916,86264],[237918,83072],[236824,84753],[237047,83640],[238565,84389],[237193,85287],[240596,87921],[241000,88811],[239459,88729],[242046,81461],[241685,80022],[242680,81269],[240708,80272],[240729,81147],[241828,81815],[239300,88581],[239888,88269],[240170,89799],[237595,89384],[237661,88715],[240141,80998],[240659,82523],[238878,81136],[240030,82312],[238228,81813],[234710,88801],[232703,88947],[239921,92827],[232202,92124],[239657,92505],[241441,94170],[240865,94354],[241632,92308],[233479,94010],[232671,89859],[235067,90087],[231214,91220],[236574,94389],[236875,92724],[236907,92315],[237347,92405],[237785,93909],[235846,90127],[231532,93307],[241467,89863],[239329,89865],[237560,90192],[241246,91317],[242970,91305],[237834,100826],[237765,102456],[238491,102241],[240993,100123],[240613,100664],[240273,99613],[240326,99586],[241274,100471],[239091,99458],[241238,96482],[241621,97234],[239514,96433],[239834,97734],[240186,97756],[234908,100958],[232644,100943],[237337,98149],[237482,98486],[237504,98170],[237611,97038],[233822,101369],[233232,100850],[233374,100956],[236696,102477],[234453,97297],[232556,102154],[231214,102019],[231454,101727],[232520,101996],[232459,97550],[232019,98508],[232438,98320],[232428,99037],[232654,96861],[235923,98479],[236912,98697],[236917,98785],[235384,99548],[235318,97598],[231935,97478],[231183,96389],[231465,96249],[232281,96340],[231625,98101],[233316,92945],[233367,95118],[233298,93062],[233252,113024],[233879,114795],[239050,103649],[239565,103406],[239168,103485],[239887,102890],[239237,102891],[238155,103029],[236783,102645],[235366,104870],[235646,104820],[234651,102693],[236585,102722],[233239,102975],[232762,104749],[233393,103670],[232999,102668],[230713,102860],[230407,112416],[231214,110984],[231493,111027],[230830,111446],[230633,112502],[233372,111144],[234120,109988],[234022,111651],[233680,110102],[234767,111363],[231930,108389],[232987,109704],[232643,109922],[233559,108975],[232941,107769],[233645,107309],[234713,105907],[234137,107495],[233772,105969],[233598,107140],[237785,109522],[235437,108672],[235946,109197],[235468,108604],[237497,108276],[238075,105256],[237706,105914],[238397,105962],[238178,107516],[236848,106791],[241089,108250],[241002,108979],[241362,108570],[239602,111503],[241394,109979],[240991,110647],[239982,110501],[239509,111622],[242199,110971],[241997,110821],[242968,110374],[239688,114373],[240962,113199],[242063,112798],[239559,114431],[240490,113618],[238094,112102],[239532,113709],[238338,111759],[239449,113189],[239055,113107],[236251,112918],[235869,112877],[235932,112805],[242991,115064],[236753,119623],[232112,117416],[230503,116248],[232759,116473],[233416,122283],[237314,117381],[237035,118109],[237240,119546],[231822,118828],[230545,118593],[233776,122754],[232019,123715],[235243,125543],[236295,120190],[234719,117872],[235955,117611],[236690,115986],[234103,116794],[233305,116504],[235320,119071],[236704,116677],[232739,119138],[233125,122352],[232772,122651],[233077,120711],[233226,122874],[242463,124552],[242196,125030],[240074,127521],[240699,127209],[241250,126624],[242086,124989],[242867,120445],[241786,118830],[241348,119215],[242719,118022],[239700,121320],[242352,120352],[240916,122358],[240962,123024],[240063,123455],[239447,124643],[238402,123317],[237671,123959],[236870,127207],[236710,126632],[237909,126281],[238167,127048],[237866,127748],[254797,-116029],[248673,-127390],[246577,-125487],[255741,-115391],[248710,-127644],[247010,-123946],[246899,-125347],[243468,-127531],[243591,-127350],[243476,-127219],[245519,-127051],[244647,-126162],[254595,-116204],[245367,-126272],[246073,-127500],[245632,-125909],[254428,-115412],[253367,-116007],[255912,-115423],[247906,-134136],[247340,-134084],[249820,-138966],[249993,-138456],[243501,-128056],[255894,-128976],[253920,-132816],[249998,-139059],[246729,-128006],[247047,-128338],[248008,-137556],[247448,-138187],[247003,-136918],[247091,-137062],[249743,-132892],[249628,-132837],[247067,-134732],[246994,-135127],[245900,-134829],[245869,-135453],[245537,-135136],[248776,-140091],[246711,-138432],[246477,-137549],[247090,-133518],[248662,-141069],[250961,-142584],[251268,-142610],[243555,-150650],[248430,-141070],[243450,-152443],[249292,-141889],[249630,-141754],[254542,-142831],[249697,-142160],[249409,-141439],[250733,-142580],[250565,-142144],[244792,-155175],[243247,-160929],[243434,-155378],[245611,-177000],[245314,-178434],[247070,-174706],[249037,-170862],[244959,-170720],[248696,-170101],[248913,-170983],[246531,-176439],[249199,-176142],[249022,-171656],[245698,-174781],[248596,-177336],[247173,-177826],[247972,-171982],[248174,-175511],[247900,-175582],[249230,-171606],[247401,-169041],[247898,-174850],[246495,-177667],[245838,-173850],[246168,-172890],[243615,-170258],[251485,-176897],[247038,-177515],[246912,-177463],[249749,-175244],[245640,-178645],[243627,-175975],[244614,-169850],[244743,-167572],[244353,-169379],[251235,-174458],[249938,-174223],[249876,-172217],[244862,-180162],[249723,-181863],[247395,-185979],[246500,-186445],[247237,-186032],[243506,-187091],[249309,-180432],[249247,-181555],[245001,-180858],[245520,-179004],[245174,-186317],[245182,-185233],[244114,-189329],[245084,-180443],[246399,-179874],[246025,-180218],[245469,-180168],[245622,-182609],[245243,-183309],[248492,-183172],[247774,-183165],[247080,-182565],[247215,-182035],[246059,-182947],[243514,-193386],[248792,-215289],[249874,-212126],[248910,-214953],[249758,-217037],[246189,-227354],[252033,-223378],[252972,-220307],[253904,-221607],[244531,-217491],[246112,-222418],[255745,-225739],[255225,-228704],[255749,-226826],[246952,-236390],[249510,-242782],[245871,-240312],[252246,-2330],[251553,-1585],[252453,-3771],[253112,-3287],[253410,-3710],[244082,-5974],[243986,-5908],[244321,-7323],[243572,-8028],[244198,-6779],[244455,-7596],[246679,-5947],[247498,-6656],[246842,-6522],[246783,-5603],[248226,-4180],[248105,-4043],[248348,-3880],[246586,-3258],[246836,-2424],[248899,-7130],[250572,-6516],[248428,-5603],[247587,-10926],[248670,-11065],[249440,-9105],[248382,-9633],[247558,-11347],[248398,-8586],[246535,-9038],[248982,-8618],[248233,-8163],[246571,-6989],[245033,-1732],[244208,-1564],[244668,-201],[245120,-643],[244374,-572],[250876,-5557],[249438,-6372],[249283,-5904],[249670,-6175],[248929,-4025],[248886,-5556],[251345,-4236],[249187,-3397],[253469,-5160],[252296,-5031],[252727,-5531],[251323,-6322],[252444,-5763],[253992,-10673],[253543,-10065],[253768,-11425],[253841,-10396],[253063,-10651],[252586,-8516],[252630,-8560],[254366,-7682],[254243,-8990],[253577,-8018],[254752,-4665],[254867,-6557],[255024,-5385],[255340,-820],[254355,-434],[253386,-1029],[254599,-2114],[254209,-3711],[254122,-3789],[254161,-1841],[254995,-1162],[255048,-2468],[255262,-2886],[245892,-7711],[248010,-243493],[247496,-249635],[253003,-252533],[248802,-243717],[247691,-246695],[248901,-244324],[243392,-243159],[246026,-246124],[252105,-252498],[251965,-252918],[251292,-254956],[244328,-249052],[246714,-254978],[246548,-253014],[244148,-250351],[251066,-258069],[255201,-258901],[248052,-259951],[251495,-264171],[253993,-262348],[252728,-267684],[249437,-264686],[245814,-256314],[246770,-257693],[246090,-260992],[243699,-259467],[249715,-256487],[252436,-259509],[244325,-256824],[243657,-258190],[247832,-260166],[246507,-258465],[246275,-261506],[243794,-261817],[245068,-260694],[245961,-259154],[247030,-258582],[244958,-261762],[248219,-259235],[244812,-259800],[246040,-260931],[243665,-261888],[243500,-259192],[243838,-263423],[245233,-261618],[252571,-265869],[255094,-267769],[255615,-267064],[250683,-262894],[253460,-262976],[250647,-265013],[252922,-263161],[251290,-259675],[252522,-266029],[254890,-266523],[255132,-266036],[250915,-259498],[252952,-269997],[247948,-270254],[251637,-275195],[250529,-274709],[249007,-275814],[248622,-271519],[249939,-276338],[250197,-274387],[252447,-273922],[252707,-274295],[250945,-270977],[249672,-272301],[253836,-274966],[248809,-275186],[254807,-275463],[251582,-274320],[254044,-275523],[254197,-272686],[251322,-270453],[252781,-271174],[251803,-275851],[255281,-270141],[251218,-269333],[253504,-268888],[254617,-269515],[246642,-280773],[245271,-273479],[246003,-277091],[246217,-275537],[245292,-271289],[244107,-273320],[244407,-278603],[244870,-277807],[244052,-280133],[245029,-288408],[245977,-290213],[245086,-285128],[254724,-293774],[253289,-286480],[252050,-291103],[252508,-293706],[253932,-290625],[245716,-293732],[244202,-293400],[246689,-291426],[247018,-292482],[246689,-292893],[246178,-293903],[252158,-286374],[254648,-291517],[251069,-289105],[250327,-285149],[253984,-285556],[255708,-289183],[253130,-291434],[254359,-286797],[253828,-284971],[253082,-290637],[251067,-289997],[254218,-286242],[252525,-291663],[255185,-291354],[250976,-287822],[255583,-287456],[251163,-289938],[255415,-284295],[254857,-284897],[253538,-294360],[253279,-295033],[249429,-295320],[252015,-294801],[252478,-300398],[254616,-299413],[253671,-298391],[255925,-301612],[253850,-301317],[253865,-297196],[252993,-296629],[252712,-297321],[255726,-298221],[253580,-299519],[250002,-297566],[247111,-296339],[246397,-296138],[246090,-297514],[245594,-296887],[248722,-295854],[246096,-297251],[244500,-296671],[247540,-295867],[249160,-296177],[244107,-295834],[244707,-305788],[249059,-303754],[246006,-303837],[252034,-313861],[246420,-311960],[254490,-318031],[255644,-318687],[253871,-319493],[252306,-319209],[253522,-316209],[254748,-319516],[243260,-314008],[247879,-315160],[243902,-315258],[248126,-313652],[251824,-319833],[254818,-324914],[252701,-320692],[254077,-323470],[253731,-323814],[251126,-320832],[246139,-329396],[244456,-319955],[245270,-328554],[246452,-319955],[246791,-327845],[243670,-320714],[244595,-320938],[245712,-330131],[245207,-325192],[246642,-24680],[245792,-24795],[246577,-25264],[244495,-19789],[247337,-23961],[243934,-19777],[248970,-22273],[249285,-21695],[248804,-22627],[248269,-20170],[243627,-13484],[244442,-13433],[255939,-30701],[253964,-26098],[253692,-36825],[254262,-34714],[243942,-30226],[248824,-37272],[244206,-28941],[243765,-26439],[252628,-29640],[247733,-34414],[247372,-32674],[255337,-26433],[249350,-36097],[246845,-34391],[254555,-30311],[254102,-35984],[243806,-27096],[251581,-26655],[254578,-29610],[248868,-38097],[248392,-34509],[255712,-36234],[254479,-27196],[246145,-35950],[244734,-27360],[252403,-30545],[255076,-34782],[244763,-36775],[255008,-25874],[247900,-38884],[243318,-38412],[249721,-39441],[248656,-39291],[243448,-38383],[255230,-43976],[253267,-43080],[254601,-41083],[249956,-40611],[253971,-48284],[251432,-45221],[250055,-46961],[254010,-44985],[249613,-45114],[250558,-46012],[252448,-47040],[244552,-40181],[245425,-39985],[245164,-40548],[248465,-46171],[251108,-45555],[244754,-50091],[244602,-50597],[249335,-46429],[249241,-46782],[249981,-47576],[250101,-47941],[250027,-47887],[251966,-48888],[251150,-47044],[251611,-44831],[250340,-41828],[249959,-40937],[247896,-42272],[244848,-39406],[243716,-38271],[243338,-40404],[249569,-54989],[253245,-56917],[249724,-54292],[252332,-56651],[252941,-56805],[248714,-54755],[248907,-54826],[253805,-56797],[244135,-56466],[244234,-56406],[245208,-56953],[245487,-54866],[249641,-54949],[246434,-57594],[246183,-56982],[244676,-55038],[245023,-59273],[253281,-56446],[250937,-60669],[246762,-56451],[248527,-54955],[245883,-55214],[250829,-61067],[251913,-63069],[250710,-63282],[251328,-62893],[249798,-60552],[249606,-62451],[252402,-61673],[252178,-61461],[249337,-57076],[249602,-56824],[253880,-55052],[247782,-61466],[255686,-59170],[249121,-55771],[255229,-56641],[255310,-55622],[250125,-56921],[251560,-55460],[251400,-53622],[250184,-59124],[251704,-59744],[250468,-58976],[248529,-58077],[251744,-60033],[253043,-54635],[252088,-54150],[249307,-56129],[253100,-54889],[255431,-54934],[247691,-57492],[247511,-58182],[247812,-57745],[248906,-60646],[248761,-59803],[255081,-51133],[253304,-53258],[245820,-56888],[246191,-56555],[243202,-54937],[243786,-56511],[253678,-55595],[255589,-57024],[254010,-58501],[253736,-57610],[254550,-57320],[253581,-57112],[252205,-60590],[253189,-61526],[253404,-60992],[253394,-68450],[253995,-67967],[248499,-67618],[254438,-63931],[248695,-67910],[247720,-67416],[248064,-64332],[244354,-88625],[243345,-88409],[244594,-88695],[250747,-85441],[247648,-95781],[250520,-92985],[250152,-92425],[248300,-97020],[248951,-100191],[248844,-100213],[243361,-114656],[243411,-114688],[243376,-114493],[243409,-114244],[245746,-112630],[245573,-113572],[245458,-113184],[243446,-114481],[250271,-103641],[247164,894],[243218,257],[246360,2915],[252390,705],[254768,6878],[255172,7566],[254873,9192],[252359,10046],[250993,12467],[249711,4645],[249845,5852],[251663,10521],[254124,5947],[251578,6707],[254337,4250],[252308,1538],[252604,7335],[255008,1003],[254340,3305],[255006,680],[252494,701],[255619,11511],[249280,12651],[249453,7346],[249483,8076],[249253,9132],[245671,10220],[245597,8748],[247099,6387],[247878,5539],[247552,6287],[246856,5726],[250260,2053],[249750,2220],[250343,1379],[249997,1492],[251587,2135],[246681,2920],[246667,1930],[245350,1965],[245564,3265],[244701,2292],[245748,2998],[244529,994],[244559,5712],[244334,7475],[243390,7520],[243529,7368],[250088,4111],[251385,5193],[252200,4029],[250275,4324],[251947,5430],[246000,6057],[245662,130258],[244960,130393],[245502,128298],[254903,129403],[254246,129969],[255763,130521],[254875,131749],[254242,133690],[254133,134335],[255091,135728],[255322,135372],[251017,134038],[252482,132240],[253140,132585],[255011,132025],[246896,131466],[246542,132429],[245282,133421],[246240,132898],[245831,131413],[250093,134666],[251374,132720],[252715,130092],[250115,131813],[250890,129321],[251535,129336],[249419,129682],[249572,129480],[249892,129504],[249907,131125],[247697,131182],[247491,131388],[248798,134571],[247993,134244],[247400,134420],[248480,134059],[245136,133577],[246195,136307],[245658,135881],[245370,135597],[248931,139029],[248956,139722],[249019,139922],[250158,140177],[249395,140668],[243830,132831],[243728,131572],[247377,129220],[245360,139693],[245172,139460],[250670,141312],[251864,141400],[247797,25114],[255094,17394],[244565,23701],[253194,23284],[252481,22063],[255500,18870],[251640,24964],[255247,21995],[243444,24148],[254409,20798],[250379,16792],[249731,17667],[243393,22867],[251210,25486],[244492,17465],[253882,23390],[252284,21480],[254333,20318],[248250,20848],[252264,24679],[245059,18832],[249316,19228],[246247,25318],[246378,25342],[246033,25652],[255495,20707],[252140,25465],[250771,20264],[244839,24939],[245825,25647],[254552,13573],[250122,23924],[247878,25514],[252476,23831],[254278,25715],[252616,25301],[252316,13117],[246972,36632],[246932,32045],[245109,38550],[252377,34562],[245338,33434],[252285,35837],[255671,35586],[244992,32813],[250681,33941],[247514,26931],[247883,26460],[245645,38170],[251273,35095],[245744,32950],[245425,31965],[243963,37117],[254353,37565],[255356,34692],[254908,33167],[255399,37816],[251281,35529],[250482,34804],[253488,32773],[253200,35104],[255014,38394],[252098,38430],[244189,32598],[243504,34041],[245267,34810],[246040,34422],[255630,28684],[255129,26942],[253897,28572],[253638,28261],[252842,29109],[252463,29801],[250884,27447],[251503,29562],[251899,29211],[254579,25941],[254671,26883],[253958,25943],[252469,27209],[248304,29935],[248298,30437],[247943,28779],[247121,27662],[247746,30106],[247565,28656],[247272,28173],[243817,30533],[244187,30642],[245055,28676],[245001,30334],[243550,29032],[249729,30460],[249760,31210],[250398,30323],[249949,30662],[246770,30154],[247071,30042],[248902,30398],[250621,31008],[253301,39581],[244949,51034],[245568,47459],[248428,48628],[244084,45234],[245965,40542],[248509,41573],[248669,38789],[248626,38771],[247460,44631],[245647,43061],[244729,41350],[245122,41355],[249623,39929],[252316,38726],[249080,46294],[249393,47998],[245238,48041],[246672,51194],[247978,47461],[247110,47406],[245530,47238],[244209,46174],[246188,47310],[246179,47346],[246216,45732],[246404,46210],[246671,45499],[249628,42277],[250164,44329],[247745,42618],[248169,42051],[247225,44490],[246259,51774],[245802,54074],[254532,63839],[252301,61097],[250990,62735],[250179,63558],[251277,63836],[247962,60267],[247699,61535],[248134,59627],[244711,60053],[244483,58858],[244713,59496],[244444,59786],[245215,54040],[245132,53868],[243496,54286],[243580,52352],[243441,53676],[252302,75192],[243268,66908],[251421,75311],[255376,70746],[253275,75320],[246685,71279],[245864,71324],[253136,71052],[243764,70868],[245329,72131],[243292,66886],[255839,69695],[246533,72107],[245499,71957],[246203,70863],[244345,70953],[251898,75563],[252205,74563],[253150,71160],[244523,71126],[244892,71989],[252831,69454],[246727,67169],[247453,66568],[247462,67276],[244059,65216],[246942,65293],[246170,64376],[252440,65799],[252749,66065],[253072,66907],[253781,69172],[254749,67594],[255965,65998],[244489,75123],[244145,75138],[249250,73117],[243710,76695],[255155,76425],[254015,76384],[247150,76469],[247178,76045],[246409,74910],[246156,75274],[247812,74097],[254885,75037],[253540,74496],[254096,74922],[249959,74314],[248433,73950],[249366,73467],[249131,74392],[249154,72828],[255099,74892],[249770,74949],[249449,74648],[250312,73106],[252039,74341],[250955,76033],[253208,74045],[250284,76383],[250162,75432],[250023,75971],[248513,75490],[252755,70919],[252292,70616],[252111,69194],[253032,69518],[251852,70655],[255402,84150],[244584,79610],[246744,88451],[246176,88828],[249386,88861],[251141,87523],[251082,88106],[250130,87377],[249489,88658],[254991,88387],[252842,85576],[253175,89314],[252227,89737],[243217,80474],[244759,77024],[248113,77017],[255922,78185],[253153,83447],[255176,77275],[255925,87876],[253257,89394],[255592,88805],[254501,83485],[254035,85912],[255634,87331],[254591,86729],[255947,81607],[255832,82558],[255200,83122],[255714,87982],[255081,87758],[254190,80586],[254379,80922],[255256,81792],[254992,81301],[255408,81474],[252094,80744],[251380,80576],[253270,80839],[252498,79805],[250109,79030],[250862,79411],[251034,78446],[248835,80091],[249050,79446],[255093,82391],[254193,82813],[255804,86602],[248681,95426],[253384,98360],[247185,97420],[244932,98646],[245368,96544],[249589,96292],[245857,96986],[245844,96426],[245846,96652],[244051,92324],[243257,91982],[243916,93458],[243501,92562],[247556,91558],[248577,91258],[247424,92777],[247207,92488],[247083,92797],[248965,91619],[248935,92730],[249472,92053],[248856,90911],[249745,92042],[250004,90818],[249132,91532],[249309,91705],[249320,91341],[246120,89894],[246016,89952],[245917,90402],[252697,90886],[253348,90743],[255976,94553],[255818,94821],[246817,98830],[254841,95318],[252677,95898],[252896,97087],[253285,95205],[252203,96530],[251857,95336],[249268,95553],[250000,96497],[250722,96386],[248949,94839],[244033,97542],[243698,97478],[246841,97550],[243701,96155],[246146,95349],[246188,96158],[254734,96304],[255323,96250],[251645,96829],[248270,98194],[247656,100884],[244421,108585],[244196,108639],[248605,111308],[251086,112516],[243484,110554],[253073,115325],[246298,108228],[244694,107476],[247454,114882],[245597,105105],[245053,108352],[244196,110290],[247303,107641],[245036,112624],[245465,105091],[247087,115330],[245922,105236],[246317,110398],[248055,111457],[247427,110411],[245434,106531],[245643,113591],[250309,112153],[247017,111154],[248361,111146],[246782,105902],[245975,105460],[250409,110342],[250441,103018],[251784,111702],[250236,112548],[253766,115350],[252793,107072],[243969,115880],[255827,127754],[244101,120077],[243332,121158],[255789,121119],[254159,122301],[253343,126133],[253302,126368],[251653,126346],[254989,122551],[252532,125501],[251942,126635],[251049,127689],[251985,122137],[253928,123863],[253654,125017],[251565,122444],[255893,116203],[255883,119105],[251300,121927],[245103,121711],[250317,118061],[255631,117608],[255682,117514],[255716,117600],[255172,117247],[252925,118324],[252227,119054],[254194,117916],[252903,116595],[243257,116621],[243253,118748],[251945,120849],[250760,119556],[250488,121472],[255602,123756],[255281,125116],[243315,122230],[244262,123974],[243870,116901],[248338,123774],[249090,126073],[247717,124277],[247371,125758],[243415,121454],[244560,118445],[246530,115565],[244187,116543],[245076,117873],[245498,127144],[245823,125581],[244083,126650],[244839,125501],[246836,123021],[243944,117944],[12977,-126658],[19338,-120964],[19349,-121671],[20467,-120910],[21507,-125030],[22991,-126617],[22186,-125114],[21725,-126889],[15441,-123128],[15368,-122429],[15401,-124206],[14581,-125204],[14433,-124085],[20789,-126833],[19797,-124904],[17286,-121440],[16036,-117620],[14110,-118827],[25058,-127617],[15600,-125808],[16956,-124585],[13133,-119266],[15943,-126043],[20651,-125215],[18601,-123041],[16030,-125332],[16632,-126757],[16063,-132912],[16701,-132988],[16385,-131513],[22636,-133555],[20728,-132951],[22307,-133491],[24721,-131617],[17701,-132247],[19616,-132323],[24247,-131574],[22098,-130650],[21880,-132219],[18443,-132278],[17404,-130263],[15902,-130026],[16123,-130006],[13603,-130331],[19015,-132318],[25116,-130904],[23092,-131707],[23814,-129436],[24477,-141086],[24371,-141909],[16650,-86843],[16697,-112966],[14956,-114628],[16795,-113355],[15097,-114676],[13166,-114566],[14272,137863],[24595,148154],[13045,141138],[18259,142860],[256144,-125749],[268282,-116354],[261512,-117720],[261795,-118711],[259292,-117884],[261379,-117651],[260502,-117691],[256640,-124180],[268345,-115384],[256146,-125702],[256931,-125270],[265865,-134949],[256289,-129105],[266645,-135559],[263156,-132030],[263624,-132470],[266748,-135568],[261163,-132463],[266725,-135517],[264061,-134222],[263842,-134093],[258876,-138397],[258193,-137916],[258550,-138765],[258541,-138574],[260400,-138626],[260258,-138603],[265531,-140325],[259547,-140085],[259374,-140240],[257970,-131452],[258302,-131959],[263072,-142732],[262868,-142513],[262660,-142210],[262223,-143817],[262857,-142608],[262730,-143229],[262783,-143622],[267939,-141688],[261306,-141857],[262414,-147201],[268337,-141456],[257678,-147566],[257777,-148038],[257306,-147884],[260092,-148579],[261296,-148213],[263138,-144640],[268139,-229542],[268782,-221449],[268216,-224422],[267323,-230087],[261309,-226424],[259542,-222786],[258389,-225819],[257943,-228757],[260460,-224265],[256334,-224367],[256008,-222877],[257934,-226589],[256324,-223245],[260626,-223459],[256916,-227549],[258977,-228486],[256773,-227290],[257915,-224625],[268411,-230547],[263249,-238991],[265933,-242217],[265249,-5404],[265943,-6830],[263640,-8381],[256499,-5158],[264078,-11190],[263409,-11959],[264839,-4910],[257130,-6945],[267899,-11974],[264363,-5818],[261481,-12158],[266078,-10270],[257128,-4268],[263884,-11624],[256289,-2800],[264848,-5757],[264189,-12088],[257762,-5178],[257685,-4313],[259836,-4925],[256144,-2923],[265779,-11296],[256229,-4502],[266085,-11031],[258044,-4756],[259941,-12416],[260089,-6921],[259953,-5744],[259407,-5939],[267638,-7429],[261030,-3933],[263510,-5609],[263803,-4805],[263994,-5053],[262304,-3677],[263457,-4109],[262510,-4526],[264204,-9669],[263423,-10771],[263745,-9363],[265695,-8785],[264436,-10573],[268555,-9403],[265384,-6150],[268393,-7099],[266996,-7448],[264134,-6269],[263369,-245815],[263569,-245848],[266896,-244506],[264138,-243703],[263574,-243966],[267309,-244844],[261557,-265100],[257327,-266251],[259962,-268219],[257445,-266038],[256706,-262043],[256669,-260139],[258384,-263791],[256566,-267012],[256653,-268354],[256072,-267573],[258617,-273406],[258426,-274699],[256387,-269488],[257844,-276294],[258437,-271781],[259536,-272457],[257730,-269424],[258284,-280375],[258293,-280744],[259875,-280236],[260445,-279670],[264819,-280133],[265237,-281102],[266876,-280528],[265680,-280867],[257202,-278309],[262005,-281013],[258872,-280927],[260698,-276314],[256645,-277666],[259946,-278997],[259405,-277006],[261302,-278043],[257869,-280933],[258831,-277764],[262291,-279229],[259246,-277163],[260484,-277199],[256848,-280600],[258041,-286770],[258346,-293346],[257679,-288935],[256401,-288890],[260462,-284133],[257646,-281496],[256693,-284165],[261121,-284140],[260252,-284210],[259713,-281448],[257487,-281664],[258903,-282253],[258822,-283460],[257815,-282202],[256892,-283458],[267873,-286155],[265503,-285790],[264543,-284121],[263284,-282181],[265063,-282406],[267348,-282901],[264875,-281908],[267582,-281562],[264463,-284322],[264731,-283717],[268448,-284912],[265033,-282778],[268755,-283633],[259378,-282490],[262496,-282488],[261877,-282123],[256905,-295020],[257503,-294990],[257365,-295452],[259666,-295319],[256367,-297945],[256123,-299065],[257212,-296771],[258578,-300160],[256366,-299681],[257394,-300264],[257572,-296536],[266140,-298604],[261057,-299234],[260494,-302410],[263170,-298708],[260653,-303019],[264687,-300244],[261538,-302603],[260138,-299581],[262444,-299077],[262285,-301289],[262444,-297649],[263539,-301979],[260810,-299696],[264237,-299092],[266768,-300560],[261423,-301152],[266074,-298028],[267694,-303554],[266055,-296617],[268019,-298021],[265883,-294268],[267155,-304813],[264604,-306822],[267318,-311022],[268494,-307650],[267337,-309057],[266163,-314120],[264887,-308894],[267108,-315050],[268111,-307149],[268492,-315594],[267128,-310053],[256777,-318998],[257376,-314493],[256439,-316143],[256786,-316515],[263140,-319103],[266574,-327709],[266367,-331064],[266509,-325035],[267411,-325395],[265329,-331152],[266834,-322003],[265213,-331251],[257654,-320036],[263664,-333827],[264675,-333830],[264663,-332759],[267807,-20885],[256255,-24841],[264600,-24361],[259473,-22898],[256839,-24442],[259211,-25326],[257024,-24585],[258121,-35073],[258121,-36424],[257784,-36957],[256799,-28541],[256213,-28998],[260199,-31480],[258438,-33634],[260230,-33696],[257984,-31770],[258278,-30274],[257199,-31781],[265838,-37695],[268614,-33295],[268764,-33482],[267854,-33331],[267312,-32977],[267329,-34251],[268117,-26156],[268436,-27332],[262416,-26995],[258933,-25976],[261322,-25681],[258906,-26517],[256254,-25717],[258702,-28928],[260645,-33946],[260506,-34342],[261931,-37888],[263813,-37245],[268420,-36663],[265710,-36009],[266530,-34978],[267120,-35156],[265834,-31864],[265627,-30720],[266383,-30986],[264569,-27013],[265981,-29063],[264277,-28698],[265254,-27962],[265408,-29363],[256844,-27883],[258818,-27421],[257538,-26513],[256966,-26472],[257441,-26163],[258284,-27116],[257924,-26012],[262863,-29274],[262964,-29526],[263244,-28456],[263597,-28866],[262909,-28108],[264858,-30284],[263614,-30708],[263469,-29690],[264337,-31054],[263973,-30610],[268230,-32174],[267361,-31846],[268027,-30801],[268410,-32271],[267346,-32041],[268723,-32958],[268665,-32399],[264920,-47452],[268662,-46811],[268457,-46634],[268664,-47894],[263943,-47872],[268667,-49731],[264060,-48046],[266785,-48154],[266983,-47315],[264569,-48279],[264326,-47125],[255570,-50476],[256157,-41230],[258448,-39786],[259143,-41111],[258134,-38545],[258016,-48974],[258038,-50603],[261307,-50810],[264878,-45503],[263731,-46278],[262466,-46753],[262466,-46172],[263752,-45335],[265233,-49499],[264405,-49234],[260721,-43614],[260568,-43474],[260583,-44042],[261641,-38203],[259478,-39889],[262619,-38918],[259150,-38685],[265566,-43173],[264609,-42641],[264952,-42012],[264069,-38286],[264484,-38788],[267812,-40405],[263604,-38504],[266385,-41466],[264082,-42300],[267067,-40914],[265635,-38602],[268101,-41416],[265988,-41632],[262626,-42228],[267778,-42399],[267183,-51592],[266540,-59118],[264532,-56020],[266544,-59163],[261574,-57885],[268120,-57223],[268287,-58105],[262175,-58682],[264845,-58109],[256961,-58624],[257058,-59558],[256310,-55731],[256098,-58226],[258288,-51322],[260813,-51771],[260372,-53645],[259701,-53975],[261115,-51895],[267568,-56807],[260864,-58420],[260623,-59001],[260940,-59073],[267516,-56671],[263242,-59326],[262646,-59605],[262421,-58809],[265333,-58282],[262911,-59062],[268443,-62458],[263449,-62434],[264148,-58447],[264458,-54497],[265300,-56516],[266299,-57760],[266197,-58173],[265147,-56058],[263002,-55823],[261657,-55584],[261049,-57542],[262023,-53353],[261029,-53919],[261969,-54283],[266026,-68759],[258201,-76467],[267685,-73585],[268194,-75802],[266852,-75576],[263913,-67016],[267004,-66265],[267659,-74415],[268261,-75379],[262015,-67188],[264038,-65761],[262597,-68316],[262223,-69065],[263861,-68918],[257603,-76108],[257653,-66985],[259359,-75847],[267486,-65201],[261015,-69666],[261885,-71484],[261732,-70618],[265996,-70846],[265779,-71856],[268028,-69341],[266695,-68564],[268587,-75998],[265686,-68664],[267806,-68430],[263000,-71022],[263063,-72352],[263658,-69708],[263412,-76026],[258922,-76068],[267672,-81978],[266441,-81627],[264315,-98731],[256207,-114215],[256345,8628],[256201,7234],[257268,8548],[256353,9615],[257283,7431],[268360,11912],[267677,9164],[268366,11231],[268027,10680],[268480,9388],[256854,131768],[257384,130753],[257947,130472],[256626,132142],[259854,129678],[257116,18870],[257184,20508],[257047,20419],[257020,21281],[257461,21223],[257060,21179],[257851,13282],[256383,22073],[260789,19471],[262414,14388],[262405,19379],[261748,17226],[265733,18773],[265656,19137],[267132,17736],[266555,21163],[261577,16155],[257363,20560],[259192,16379],[257195,14820],[258152,15860],[258957,15193],[259265,16898],[259558,17708],[259823,18191],[260410,16111],[259914,16951],[260358,15900],[261538,20216],[262837,19440],[265125,17512],[265109,17915],[262311,16576],[262067,17537],[262846,17228],[263833,19026],[263746,19020],[263981,18715],[262743,19190],[259128,19728],[259746,19633],[259695,19596],[259212,18643],[259316,18478],[262173,20432],[261411,21381],[268666,19377],[266356,20035],[267061,19473],[267698,19197],[268242,17237],[267531,16748],[267173,16949],[268327,15663],[267176,16687],[268572,16497],[267637,15241],[267939,20665],[268418,20948],[268067,23511],[267972,24072],[267940,22695],[265391,22795],[265053,21395],[265695,21850],[266706,23560],[266219,24610],[265766,24458],[265818,25702],[265654,25005],[265806,23657],[263946,25286],[262872,24088],[262024,24182],[262895,24431],[261420,25274],[260421,25148],[260513,25205],[263452,21716],[263121,22029],[262462,22446],[261931,21221],[262677,22575],[260130,23593],[260439,22569],[259758,22206],[259184,23204],[258631,23536],[268751,17271],[266751,15267],[256453,35779],[260159,33105],[256292,35553],[257398,33723],[258315,34683],[260531,31682],[263491,32581],[264526,32008],[259032,34488],[261832,31445],[260253,32157],[259672,35469],[264918,32601],[256956,34920],[262817,25810],[261102,26220],[262357,25855],[256146,27246],[256019,28458],[256751,27268],[259508,62576],[259324,63539],[257451,62695],[257819,59894],[256042,59785],[258019,62005],[263178,60905],[261750,63614],[263908,61548],[263438,61898],[264023,73989],[259335,71507],[257852,72187],[258166,69853],[264190,72074],[264235,73980],[264209,72196],[259808,70441],[263603,71745],[263872,71806],[259541,70220],[259047,71058],[257168,69152],[261105,70336],[266610,73559],[266649,74790],[267155,74938],[256709,68553],[262519,71049],[262376,74110],[265966,75891],[257126,64245],[263959,64726],[262587,64462],[263456,66586],[256681,70251],[257496,71494],[258883,76761],[257610,75435],[259072,76991],[258363,76128],[258502,76431],[256987,69763],[259834,75921],[259555,76235],[262396,76271],[265681,73503],[264547,74484],[260410,70800],[260356,72114],[261219,72070],[261710,73081],[262242,72367],[262848,72173],[261893,73120],[258445,76809],[259208,78997],[259738,79231],[258723,84242],[256127,81534],[260472,77246],[260021,77300],[257382,80914],[257029,81987],[257522,81100],[257137,81003],[256334,85111],[257931,79409],[258683,82616],[260220,82700],[257985,82025],[259268,81523],[260286,82552],[263037,78692],[263264,78468],[261400,77333],[256844,80199],[261799,77303],[261828,80315],[261934,81022],[260573,77736],[256915,84726],[256160,83575],[256458,84852],[259470,80525],[261462,80780],[261143,77193],[259766,79961],[260671,80117],[259754,80295],[261711,78265],[262162,78560],[258610,84548],[257331,82630],[257970,84113],[256959,77806],[257113,77225],[258178,77192],[258109,78805],[262971,86174],[262245,89072],[258545,87514],[265718,83450],[263815,82194],[264222,82821],[263633,82545],[267010,85206],[266759,86230],[263692,87977],[261684,84601],[262448,88693],[262311,88371],[262148,84531],[265839,84766],[265891,87141],[266386,85979],[261878,86969],[260783,87131],[260681,87088],[261431,86925],[260581,89181],[261413,88689],[265456,84677],[264035,84546],[263534,85185],[265301,84628],[263643,89716],[260582,85259],[261780,84952],[260499,84348],[259733,86770],[257799,88731],[258196,89489],[259741,89796],[258996,89106],[268118,86378],[268650,87064],[268368,88980],[268496,89703],[268620,88811],[259302,88706],[260318,88617],[258118,87997],[259821,87424],[260459,95550],[261281,93856],[260089,94632],[259947,93423],[261598,93610],[257422,93122],[257628,92050],[257217,91172],[257074,92284],[257859,92445],[257568,90417],[258724,96463],[263240,92391],[262771,93199],[260376,91748],[256482,94528],[256599,93133],[260895,92311],[259523,90238],[261205,90704],[256560,95312],[256843,95297],[257271,95423],[261406,90738],[264026,91522],[258930,95412],[263572,89952],[259332,94684],[258085,93752],[259267,94635],[258581,93736],[258643,96201],[268235,92108],[262733,90802],[268620,92752],[262994,91329],[268406,95424],[268586,94378],[266482,99627],[265299,97559],[256461,109217],[268659,114097],[263011,103956],[268388,105338],[259515,108696],[267348,104404],[268665,104498],[256754,109914],[257205,118286],[257490,120365],[257810,118977],[256605,118893],[258327,117115],[256651,117836],[257292,117005],[256208,123423],[257436,127258],[259459,120346],[262957,118753],[257233,122833],[256626,123798],[259236,124628],[256075,124497],[259676,120473],[265298,116172],[259520,119794],[261919,123191],[261368,119834],[265469,123732],[268681,121405],[266868,120923],[258575,127682],[279223,-157643],[279272,-156874],[277096,-157063],[280110,-156893],[276590,-157221],[276824,-156739],[278933,-157453],[270763,-187754],[281568,-185974],[270534,-188033],[269003,-8034],[278102,-5381],[277629,-4482],[273464,-8682],[274219,-11261],[274318,-11727],[273990,-9461],[272921,-7769],[272838,-8073],[270839,-7374],[274370,-11741],[274499,-8258],[275544,-7238],[275586,-8214],[275783,-7850],[276044,-8317],[276738,-8232],[276417,-8807],[280058,-12295],[279842,-11955],[278407,-9968],[277065,-9595],[276743,-9385],[280136,-11287],[275795,-12161],[271683,-10149],[270888,-10592],[276103,-959],[276803,-1304],[277514,-775],[276103,-1048],[280605,-1885],[278860,18],[279705,-701],[280314,-1485],[280447,-310],[278970,-2241],[279834,-4464],[279208,-3611],[279118,-2664],[280364,-4352],[278190,-3999],[276710,-4153],[278040,-4174],[268842,-246153],[269994,-244623],[272660,-244700],[270220,-244432],[273082,-245428],[275681,-244901],[276848,-251615],[272203,-251394],[275836,-245052],[272978,-249101],[276600,-251310],[275508,-249267],[274711,-248126],[272333,-249592],[273960,-251377],[275178,-249477],[275795,-246957],[277532,-251084],[277426,-246900],[274920,-250876],[273270,-251075],[280434,-265925],[276058,-264946],[278727,-261912],[278795,-263685],[277118,-272246],[280071,-270338],[274357,-294162],[277064,-22126],[280467,-23065],[275501,-22034],[275496,-23518],[277992,-22503],[275337,-16618],[276075,-22741],[277989,-15693],[275919,-23610],[278341,-23649],[275518,-24616],[276549,-17944],[276520,-17891],[278977,-25315],[278369,-14665],[271740,-24919],[269015,-24661],[275335,-19213],[276253,-16274],[273660,-17805],[269836,-12818],[270190,-14288],[269222,-12743],[269951,-12776],[269649,-12973],[281309,-19697],[275235,-15724],[272970,-15960],[274125,-14274],[273656,-14351],[276083,-13829],[277100,-12878],[281429,-14634],[280063,-25763],[277695,-25520],[275532,-26542],[277116,-27431],[278465,-37500],[280004,-37258],[279632,-36740],[280175,-37053],[270703,-28172],[271014,-27689],[271171,-29871],[277073,-34367],[275536,-33510],[278023,-32398],[277855,-33924],[277651,-34178],[275844,-37552],[274349,-38000],[275382,-38127],[274389,-38094],[274099,-36068],[273528,-36849],[274309,-37156],[273110,-37556],[273065,-37021],[276619,-29847],[276089,-31743],[273756,-30883],[273465,-29732],[274481,-31237],[269439,-49672],[269446,-49787],[269610,-48841],[268956,-47568],[274894,-44710],[274850,-42524],[274723,-44625],[272904,-41419],[273470,-44146],[274258,-42446],[269568,-38288],[270294,-46281],[270713,-47291],[272262,-39110],[272698,-40290],[269751,-47172],[269644,-47608],[270217,-39633],[270335,-46264],[269561,-46640],[275551,-46990],[277488,-46565],[278643,-43400],[277475,-43217],[276912,-45895],[276226,-50695],[275935,-49596],[274732,-48342],[273833,-49320],[271047,-47267],[271672,-48625],[270310,-48334],[280337,-38427],[279600,-39454],[280330,-41157],[280035,-38824],[280581,-39420],[281334,-39924],[277415,-40943],[276326,-40977],[272915,-41141],[275668,-41403],[276190,-39865],[276237,-40106],[277470,-39979],[275033,-38573],[270690,-44740],[271873,-45859],[272233,-44126],[271085,-44618],[272150,-45976],[275432,-45368],[275890,-46134],[275454,-46258],[275200,-46069],[275909,-45029],[276004,-44508],[275330,-43244],[273753,-45366],[274169,-55252],[273356,-56108],[270653,-55575],[270206,-57016],[271120,-56883],[273129,-57862],[271509,-55578],[268858,-59202],[271001,-51462],[270430,-53063],[269940,-52432],[269033,-51886],[270354,-53095],[275684,-55165],[274704,-54678],[275495,-53574],[281456,-55256],[274888,-54654],[276471,-53202],[275257,-51047],[275921,-52699],[276432,-52505],[276311,-53314],[276239,-53819],[269413,-75878],[271181,-76136],[269833,-76142],[271782,-75519],[280596,-76617],[269440,-77278],[276694,-83967],[276184,-85203],[272213,-79708],[270624,-81036],[272176,-78029],[273345,-77794],[274489,-77557],[274117,-78403],[274072,-77755],[273512,-77195],[271440,-78026],[272980,-80121],[276516,-80037],[276369,-78451],[274786,-81128],[274988,-82944],[277562,-100834],[276864,-101533],[277067,-98563],[277554,-100949],[276263,-97595],[276178,-98337],[276941,-98639],[276866,-100003],[276819,-100071],[277270,-97468],[277200,-97901],[277919,-105479],[273394,-112617],[277687,-103007],[272427,-113914],[275725,-107340],[276793,-104881],[277590,-104298],[275418,12946],[269225,10672],[269491,9570],[269557,12537],[271083,8877],[270673,7950],[271826,8180],[269739,8031],[269006,11274],[269851,11075],[269960,11645],[270275,12583],[271755,12936],[272435,10655],[272644,10921],[270826,11646],[272217,1771],[273768,1525],[272284,2068],[274333,1410],[273824,664],[275485,16176],[273769,14394],[273759,14318],[273667,15181],[272733,19292],[273531,18849],[274760,18092],[273901,18721],[273918,21641],[274684,22164],[273152,20959],[275599,16282],[275160,16825],[273842,21812],[274407,21376],[275478,18691],[274804,19365],[275058,17911],[275101,19493],[276724,22361],[276990,20032],[278343,20546],[277106,22551],[277115,20478],[273643,18068],[272328,17066],[272119,16345],[274002,16193],[273452,18338],[271479,14656],[272530,13079],[273281,14020],[272014,14228],[271908,14358],[269236,19487],[269850,17178],[269090,16672],[269915,17989],[270005,16172],[269771,16111],[269450,20575],[269763,20657],[269322,24093],[269266,22128],[281377,18560],[281133,18566],[281425,16511],[269370,17743],[269163,17970],[268895,15494],[269432,16982],[269601,18187],[269140,74786],[270069,74533],[269469,74868],[269106,74703],[270703,74863],[278866,76135],[280239,75875],[273370,79631],[273462,78466],[272969,79093],[273297,79295],[272091,78562],[272385,81220],[271799,79845],[271289,78617],[271325,78679],[271824,81588],[276185,82325],[273464,78189],[274444,78173],[274490,78450],[275608,78874],[277328,79840],[278165,79242],[278404,80240],[277057,79360],[276486,78740],[277983,78377],[279103,77388],[280071,77561],[272537,80373],[271210,80373],[270171,80729],[270796,80807],[275452,79874],[271751,82376],[269055,78964],[269169,78485],[271032,79308],[269401,78504],[269239,78672],[272490,85271],[272587,84886],[272416,88472],[274752,89720],[271309,86084],[272393,85961],[272256,87219],[272337,86079],[271973,83786],[271577,85348],[271163,84024],[270882,85518],[269439,85431],[269658,85846],[270167,85354],[270128,86888],[274476,79864],[275187,80158],[275793,81823],[274403,82399],[275327,81356],[275623,80469],[275719,81335],[271103,89378],[271782,87979],[270966,88912],[270021,87190],[269363,88906],[274430,82414],[274916,84258],[274244,83706],[269843,89881],[272848,89988],[269345,93249],[272336,89913],[275083,95513],[271498,90237],[269852,99105],[272743,92472],[280071,94836],[270049,90478],[271365,90063],[280698,99134],[280073,96676],[281190,101094],[279824,98331],[281422,98109],[274146,90403],[273808,90216],[273623,95753],[269930,91139],[270544,93060],[270301,91646],[271870,91315],[271017,91897],[270786,91214],[272995,90013],[269630,90188],[269436,91517],[276179,98584],[277196,98870],[274517,100259],[275742,95733],[277305,103445],[280966,112321],[280664,106684],[277140,108390],[277937,104809],[277015,115085],[277828,113248],[278083,109205],[277997,114016],[273923,122315],[279182,115590],[276633,116668],[276408,118066],[289326,-126970],[283977,-164960],[284363,-164847],[284308,-165309],[283932,-164653],[283887,-169073],[283840,-169099],[284476,-168755],[284002,-169814],[286330,34],[287924,-916],[288503,-1510],[288647,-2363],[287897,-2717],[288790,-1725],[286352,-4006],[286919,-3190],[286786,-3042],[286007,-270828],[286636,-268867],[286164,-271166],[286146,-270980],[293933,-281071],[294037,-279654],[294076,-283394],[293885,-284649],[293753,-288188],[284836,-291639],[284273,-292737],[291678,-22299],[291231,-23503],[291169,-23761],[281886,-20441],[282757,-18248],[285035,-17277],[288682,-23522],[282181,-18168],[288183,-21497],[284974,-19272],[286028,-22386],[285086,-17203],[288276,-21588],[282157,-21069],[283502,-17774],[281814,-21942],[289756,-24147],[287074,-24870],[289537,-24191],[290314,-16744],[289070,-18064],[288503,-17845],[290467,-20020],[291568,-17880],[290069,-18336],[293729,-18908],[292676,-17989],[292448,-18994],[293441,-19921],[291870,-19573],[285451,-20448],[287134,-21205],[286721,-21052],[286842,-20714],[286346,-20160],[282376,-15148],[285176,-14939],[282919,-14993],[291172,-27254],[294090,-37440],[293199,-36824],[294138,-35860],[293228,-36568],[291391,-37599],[293064,-34070],[291391,-35507],[294241,-31427],[294282,-32639],[290962,-27887],[285530,-25685],[285744,-26031],[290966,-30244],[291083,-28003],[287237,-25832],[290095,-28201],[294039,-26987],[292947,-28245],[291214,-30727],[287057,-26071],[287141,-28228],[289635,-27047],[287182,-27164],[285078,-25593],[287155,-26740],[290761,-28327],[293431,-30249],[293789,-30613],[293190,-30074],[293131,-30060],[292875,-30153],[291449,-25940],[287209,-38125],[283652,-34954],[285452,-33613],[285200,-34039],[283473,-34671],[285038,-33668],[294277,-40371],[294233,-41295],[294155,-40029],[289586,-43834],[289807,-43457],[293487,-41311],[289923,-43972],[289677,-43795],[294076,-41371],[290243,-42930],[290875,-42407],[291831,-43095],[291507,-42505],[290669,-43255],[289856,-43105],[290924,-43779],[291556,-42786],[283702,-44416],[282655,-44788],[285154,-45955],[282426,-48855],[281788,-48264],[283707,-49898],[284218,-49485],[286214,-49607],[287276,-49239],[294065,-50660],[291017,-48864],[290238,-47835],[291524,-47213],[292395,-46395],[291659,-47227],[293463,-39356],[289941,-43847],[293633,-39699],[291693,-41185],[292593,-42550],[290295,-45098],[292673,-41370],[293958,-40450],[286825,-39491],[284076,-40184],[282270,-42991],[281757,-44214],[284638,-44384],[285880,-44637],[285402,-42938],[284041,-44347],[283748,-44264],[282194,-46926],[282630,-45804],[281838,-47269],[283062,-48127],[282579,-48675],[282073,-47167],[282500,-46271],[283137,-49154],[283250,-49560],[281948,-49068],[284380,-48587],[284106,-48878],[283273,-49203],[283369,-48884],[283640,-48139],[282618,-39565],[283086,-39482],[283137,-39761],[282821,-40028],[282524,-39885],[291954,-61957],[290652,-59575],[288070,-62473],[283940,-53091],[287646,-62094],[290349,-58614],[290677,-55753],[282659,-52913],[293907,-59271],[287846,-61877],[283510,-52309],[291873,-56713],[291761,-56268],[293320,-53286],[284275,-53775],[291721,-58117],[292264,-59747],[290480,-54816],[287109,-63157],[289226,-59351],[283656,-62144],[294066,-56447],[293731,-51906],[287579,-62308],[282364,-60852],[281657,-62224],[282539,-61606],[293225,-52479],[292818,-54520],[283751,-53806],[282099,-61705],[283035,-55282],[281881,-56031],[283509,-55247],[283323,-54610],[285543,-73137],[287557,-75816],[290277,-76120],[292516,-75347],[290561,-74302],[288689,-75142],[289359,-76452],[286498,-76001],[283239,-74348],[285860,-75939],[294253,-76379],[292796,-66199],[294035,-67827],[292933,-67588],[293091,-67309],[293624,-66232],[285326,-74470],[283304,-74866],[283467,-74822],[282303,-73796],[282050,-73535],[288375,-78447],[293919,-78593],[285922,-78265],[286733,-78659],[289135,-76873],[293486,-78390],[292620,-77810],[288388,-77871],[287215,12748],[283024,12042],[282940,12717],[284551,12319],[283055,12573],[288765,12341],[287935,12332],[282875,2828],[284146,3509],[285225,3061],[282753,1495],[284405,2793],[287492,1857],[287150,1410],[287212,692],[285975,909],[285433,13331],[285169,15634],[284612,13714],[286011,14224],[284273,14809],[283857,15952],[285895,13037],[287564,13762],[289203,13659],[287429,13287],[289262,13256],[282186,15085],[282770,15034],[283384,14636],[282488,15954],[282431,16314],[282382,18315],[286341,17419],[286328,17029],[286830,19338],[287480,17809],[288060,18664],[290514,17543],[289760,18491],[289374,18097],[289082,18484],[291037,17653],[293436,18259],[292907,16225],[292390,15868],[292969,16415],[291089,17125],[292982,13297],[294051,13130],[292058,22839],[292096,22918],[293153,23142],[294020,20586],[291247,19458],[292604,20815],[290678,18559],[294219,16563],[294374,15158],[283264,76391],[282225,76457],[281637,74141],[282811,75338],[282047,76342],[285503,75453],[285807,73824],[286266,75519],[286301,74274],[285074,73228],[287297,69674],[285984,69369],[287150,69130],[286544,71377],[286194,69864],[284991,69878],[285015,70683],[284988,69389],[285301,70303],[283757,70565],[291634,87124],[292403,85546],[283314,101942],[284315,102144],[282665,100391],[282295,100929],[283093,105932],[283507,105986],[283115,105966],[284698,103269],[306813,-126659],[305961,-194225],[305406,100],[304608,79],[297471,-20239],[300205,-20836],[297360,-20935],[298014,-21689],[299780,-19038],[298704,-22553],[302098,-20007],[301063,-21504],[301941,-19401],[302970,-18871],[294812,-33894],[295550,-34585],[297249,-33023],[297683,-30789],[298331,-26089],[294870,-30766],[307139,-27973],[298877,-27192],[294903,-36744],[299732,-25608],[297193,-27970],[307197,-28540],[299298,-28149],[306121,-37653],[304829,-37790],[294887,-41303],[294656,-41807],[295523,-39661],[295237,-39780],[295291,-40235],[294524,-40865],[307004,-38324],[299786,-41591],[299640,-42083],[299585,-42831],[300127,-41724],[299057,-41836],[300587,-43452],[300785,-43584],[299158,-43525],[296487,-46539],[306672,-38695],[297645,-47102],[304479,-38809],[306419,-42586],[305129,-45310],[303444,-46295],[304161,-45949],[305658,-46254],[299414,-44786],[301147,-44627],[305949,-45228],[305982,-43161],[304788,-43018],[304924,-42570],[306316,-42488],[304948,-39322],[305744,-39801],[306660,-39511],[304888,-39786],[305947,-38911],[302606,-40863],[302888,-40780],[302919,-39772],[302091,-41405],[301595,-41324],[295812,-48549],[296775,-48180],[296946,-46384],[297292,-49110],[299432,-49514],[298203,-49458],[299599,-49308],[297740,-49705],[302895,-50969],[302495,-50358],[302523,-50209],[297235,-58831],[295983,-59503],[296403,-60123],[297785,-57587],[296357,-59862],[295840,-60553],[295517,-60763],[306598,-54390],[306320,-53471],[305894,-55688],[306780,-52883],[306555,-53883],[305328,-54110],[298994,-55031],[306525,-53967],[300523,-54405],[306706,-58049],[298722,-54214],[304767,-52383],[305387,-58009],[304990,-55768],[304420,-56886],[305445,-57773],[304267,-58065],[306261,-57045],[303728,-59823],[303949,-58892],[304853,-60534],[303435,-59424],[305444,-60046],[297603,-57642],[294711,-56579],[294492,-58413],[296355,-56922],[298873,-53851],[298559,-53009],[301526,-53214],[301429,-53320],[303561,-52761],[303679,-53001],[303808,-52490],[294717,-75884],[305050,-72210],[305016,-72710],[306777,-73534],[303813,-74396],[302539,-68412],[301851,-69094],[301110,-66982],[300470,-69076],[303304,-70302],[303661,-68699],[300590,-66415],[300715,-64847],[301863,-81145],[301491,-80999],[294756,-79424],[302194,-85020],[301505,-83188],[302391,-84292],[301491,-82724],[301421,-82308],[299271,-80838],[299952,-82182],[299346,-81639],[301403,-82091],[299359,-82736],[298133,-80827],[297700,-80545],[297648,-82897],[295183,-79466],[294487,-77187],[302788,-79741],[300735,-82670],[300844,-85180],[302390,-78140],[304758,-82035],[305200,-83766],[304518,-83247],[305114,-81821],[303053,-81943],[295679,-77230],[294446,12439],[295024,12237],[295883,11030],[301429,5699],[294555,12242],[296456,10330],[294586,9415],[296244,10902],[295257,10578],[297950,12800],[296597,12659],[296959,10779],[297693,10633],[297771,10900],[297732,10401],[302457,12307],[299639,11220],[299096,10045],[300207,9985],[301201,12103],[303093,9147],[302086,10850],[301915,10862],[305158,11364],[305732,11238],[303704,10494],[304628,11248],[304386,11257],[299432,12424],[302026,8259],[301567,7886],[300490,8147],[301753,10178],[302478,9571],[300273,5203],[300371,6031],[301122,6299],[300926,5754],[299262,6578],[299690,6288],[306357,11069],[306710,11252],[306456,12832],[306412,8253],[306041,6669],[306026,7574],[306553,2610],[306955,818],[305030,609],[304736,2368],[304094,896],[306361,3539],[306417,4422],[304780,4289],[304923,5090],[304311,3432],[294652,9859],[294550,9904],[294476,9623],[302082,3996],[301557,2319],[301114,2040],[299671,3007],[301897,2882],[297828,8729],[297929,8743],[299087,8615],[299322,8302],[297853,7678],[294584,8603],[295543,8040],[303345,13557],[303831,13045],[303522,13768],[300174,14760],[300622,14669],[300001,14726],[300568,14775],[300905,14411],[305237,14757],[301343,15412],[302979,17056],[301360,15748],[306739,15571],[304927,16369],[305902,14548],[302503,15630],[303124,17208],[302579,15481],[298052,18672],[298877,19180],[298661,18667],[294866,20659],[294987,21621],[295235,16775],[297826,17779],[297391,16751],[298854,16869],[295475,14298],[295008,14786],[296280,14200],[296775,14546],[296783,15975],[309163,-121623],[311027,-119472],[309553,-122226],[309767,-122372],[309856,-122666],[318590,-117077],[313919,-119003],[314820,-127358],[315565,-116245],[314510,-127237],[314689,-119866],[319019,-115113],[316389,-115608],[313597,-119495],[313866,-117803],[310634,-118460],[308915,-126456],[308692,-126046],[308529,-122052],[308863,-120725],[309441,-118262],[310218,-116552],[311510,-117967],[308037,-123769],[308024,-122821],[315645,-134840],[319016,-135849],[314801,-131514],[315484,-134201],[317780,-134105],[315130,-130669],[317510,-134648],[308445,-130163],[308747,-129654],[319198,-140132],[319488,-139542],[316293,-139409],[317737,-138246],[314121,-137628],[312714,-136724],[311821,-137506],[309244,-133403],[308642,-131797],[308038,-135650],[308288,-135739],[310308,-137891],[309465,-136418],[312087,-135431],[311712,-134640],[310862,-132902],[317383,-137718],[314499,-128126],[314729,-128823],[313097,-129564],[312809,-139077],[314229,-130784],[313130,-139390],[318775,-134117],[316364,-133728],[310553,-141283],[317856,-160893],[319263,-161364],[312163,-166667],[317703,-195584],[311903,-198253],[316168,-200459],[307274,-197409],[311952,-194099],[311622,-24006],[312478,-24048],[311951,-24864],[312200,-24117],[310143,-24888],[310636,-24169],[319325,-15284],[314023,-36690],[313998,-37837],[312787,-25425],[308902,-25792],[309179,-26480],[310056,-25965],[308056,-28703],[307816,-28065],[307957,-27499],[309439,-32666],[310085,-32222],[309925,-31071],[310264,-31814],[309682,-30285],[310428,-32348],[310585,-30081],[311525,-30497],[310847,-30771],[312483,-32079],[314243,-33412],[315781,-33773],[315167,-33348],[314466,-34103],[313424,-37813],[312720,-36598],[309858,-35999],[310145,-37474],[310012,-37993],[309926,-36580],[311921,-35832],[309264,-38164],[308822,-38048],[315185,-50052],[317287,-43110],[315454,-41130],[313351,-38358],[311145,-40075],[310833,-41564],[315724,-42102],[315318,-43018],[316261,-44150],[315696,-42507],[316935,-42967],[313552,-42346],[312557,-42124],[312832,-42031],[314882,-41815],[313915,-46299],[316275,-41079],[316810,-42441],[313993,-46458],[317026,-50948],[315735,-50094],[317036,-45190],[315172,-44747],[315324,-49968],[316129,-45021],[315696,-47458],[315646,-46278],[315801,-46208],[315578,-45099],[315083,-47098],[309779,-38207],[316359,-49199],[316261,-50313],[316971,-49697],[315997,-47990],[314869,-48984],[314055,-38849],[313924,-39200],[314853,-39354],[312651,-40596],[314041,-39897],[308633,-38294],[308053,-38913],[312627,-45038],[310759,-45626],[307407,-42953],[313265,-46372],[308199,-42865],[312552,-44441],[312265,-44383],[310563,-46298],[308555,-44001],[311650,-48303],[311847,-48837],[309757,-48831],[310844,-49970],[310027,-49204],[309468,-41916],[309854,-41036],[309083,-40514],[308227,-40462],[308531,-41074],[308032,-58596],[307766,-59082],[307291,-53181],[308480,-51918],[307656,-58925],[314114,-59868],[314825,-51684],[319001,-51108],[319342,-52984],[319771,-53096],[316585,-51711],[316848,-51149],[317609,-51677],[318896,-51795],[312724,-53649],[313167,-52081],[313312,-53081],[314230,-51361],[313737,-53321],[313520,-61487],[312224,-59818],[312360,-61321],[313256,-60865],[313895,-59636],[314365,-59018],[316326,-60785],[315862,-58357],[316799,-58192],[316515,-58900],[315688,-58274],[308003,-52325],[310392,-59079],[311021,-59003],[309764,-60733],[310705,-58744],[309956,-59528],[313158,-60315],[315881,-59339],[318533,-60694],[317072,-60281],[317286,-59198],[318429,-60785],[318796,-58600],[312944,-70989],[313076,-71011],[314609,-70078],[313943,-70382],[312692,-70782],[310797,-105042],[319854,-104723],[308614,-105345],[318917,-112495],[318023,-108333],[318392,-109877],[310300,-107306],[309701,-107256],[313150,-112356],[313134,-112341],[315516,-108573],[316098,-108638],[316183,-106711],[319152,-107611],[317524,-109232],[319638,-112408],[312418,-113874],[313655,-111872],[309060,-106784],[319065,-112118],[318191,-108359],[317606,-113198],[319830,-114813],[310633,-107176],[317399,-107050],[314302,-111187],[317318,-107349],[315762,-110048],[315023,-110936],[307308,819],[308628,1822],[307449,2552],[310254,3586],[311723,2729],[311189,5074],[312409,5426],[311645,9594],[312639,8413],[312846,9271],[310150,8860],[310190,10182],[309849,10560],[308586,10714],[309634,10575],[307557,10283],[307797,11638],[310160,7261],[312603,2583],[314567,2027],[313442,2856],[312842,2222],[314546,3730],[314879,4157],[313406,4113],[313196,3112],[310709,3117],[312753,5292],[311571,7251],[311430,7996],[310314,5997],[314318,8418],[312912,7013],[315145,7768],[309759,8478],[308512,6827],[307672,7383],[320464,-115823],[321521,-115066],[322912,-134237],[321204,-135911],[320663,-135193],[331847,-138200],[329345,-138913],[324630,-138555],[330795,-138153],[323180,-138212],[324066,-139503],[327819,-138995],[321537,-200149],[321006,-198830],[321212,-200222],[325561,-203773],[325726,-203608],[323124,-203714],[328721,-86011],[326588,-84802],[326990,-85429],[331939,-86835],[330443,-86837],[326281,-82241],[327204,-101041],[327228,-101289],[330297,-101758],[331581,-101370],[331922,-101442],[331928,-101729],[328864,-101940],[329131,-108952],[331681,-107926],[326766,-105166],[325951,-108591],[325583,-111982],[320785,-102462],[321644,-103169],[329359,-105644],[323591,-107028],[324259,-106203],[321254,-102858],[323690,-108218],[321172,-105363],[326220,-109768],[330501,-108626],[322984,-102461],[323641,-108872],[320336,-106553],[322443,-109660],[322856,-103442],[323239,-114676],[320071,-113323],[322546,-113689],[323603,-114275],[322893,-114411],[323498,-113760],[327090,-106146],[326861,-107299],[331459,-108371],[324273,-102338],[325064,-105576],[332626,-108420],[329219,-105595],[325288,-106037],[323031,-109913],[323117,-106744],[327184,-104820],[327728,-104706],[328064,-105483],[323917,-112304],[322245,-112164],[323522,-109198],[323833,-102771],[323502,-103571],[326913,-107234],[326727,-102853],[323518,-108082],[332706,-108187],[324346,-105893],[321273,-104608],[320895,-103941],[325483,-109751],[326247,-109092],[320564,-103427],[327373,-105800],[326392,-110072],[325476,-110250],[325090,-107689],[326358,-111486],[330559,-108769],[331229,-102834],[325207,-107676],[328653,-108783],[335074,-136499],[344141,-213211],[337182,-220632],[339303,-220452],[340378,-221668],[333728,-88702],[335548,-100042],[333825,-100813],[335586,-102161],[334594,-99338],[335404,-100261],[333462,-101877],[333379,-99478],[334103,-89817],[336477,-107295],[335186,-112654],[340085,-105736],[340696,-105690],[335310,-102297],[334216,-106112],[337809,-103307],[335749,-103459],[334750,-107386],[334265,-103191],[333084,-104901],[339956,-106337],[333817,-112877],[335361,-113189],[336350,-102398],[337787,-104430],[339776,-104877],[340016,-104723],[332701,-113564],[335976,-102554],[342576,-106022],[341006,-104854],[339424,-104675],[350122,-129698],[356140,-203043],[346770,-213762],[346846,-210990],[355981,-209347],[355500,-208726],[348846,623127],[350239,615583],[370855,-123216],[369591,-126078],[369716,-157324],[366416,-204696],[373293,-123336],[371956,-124879],[379381,-136703],[381032,-136168],[381054,-138704],[379302,-137921],[381418,-139458],[380819,-136441],[381713,-135421],[379976,-136791],[379609,-135256],[381069,-135333],[380010,-136603],[381019,-139950],[382898,-136822],[383825,-136274],[382925,-137188],[382894,-138322],[381206,-139948],[381924,-138769],[379268,-137333],[379126,-136643],[382219,-136879],[382104,-136947],[377615,-201963],[379562,-204506],[379209,-200091],[371975,-201460],[372384,-106707],[372537,-105635],[376222,-106386],[377765,-107230],[377207,-106514],[376067,-106869],[377551,-106082],[373235,-107714],[373641,-105722],[374835,-107468],[374770,-105519],[374934,-106281],[371346,-106490],[373020,-106884],[371908,-106930],[382159,110935],[382099,112369],[25605,-127514],[27609,-127102],[34713,-126346],[34105,-127171],[29038,-127446],[27887,-133172],[28834,-132252],[28083,-133590],[26465,-132794],[26681,-133470],[26393,-133652],[34796,-128625],[29758,-128065],[29696,-128839],[33460,-128780],[29075,-128499],[26307,-128559],[33313,-130684],[27413,-129694],[37773,-75676],[37807,133162],[34556,138038],[38320,137122],[37751,132202],[37650,137414],[35587,137472],[38310,136732],[31214,140331],[31581,140593],[34621,133602],[37577,132377],[27353,146445],[30967,153190],[32641,150426],[33843,153746],[26926,145880],[35984,151469],[33007,142647],[37413,141906],[36268,144999],[29951,142696],[31728,141563],[34775,143068],[28975,141931],[37090,148360],[35901,143847],[36505,145480],[37548,142578],[34631,142178],[34955,143725],[36841,146972],[37159,147299],[37496,145869],[36607,149755],[30309,156885],[386418,-134963],[385975,-133905],[384034,-135587],[385660,-135853],[394166,-177443],[396094,-199853],[395805,-199696],[392465,-204335],[393880,-37797],[394114,-32759],[395782,-34149],[385874,-30899],[386060,-31674],[393981,-32734],[395437,-34905],[394486,-32323],[394149,-33265],[388704,-27231],[389016,-26806],[394573,-32030],[389251,-26750],[393733,-27106],[393357,-27856],[393186,-27508],[386084,-31840],[393493,-38873],[393979,-38375],[393861,-38582],[393246,-39216],[393791,-39089],[391476,43321],[396749,50826],[396792,43744],[392315,49586],[389792,52587],[392630,54446],[393083,70579],[391826,75186],[394905,69796],[394544,72446],[392574,65105],[396776,74172],[396268,72798],[386510,67272],[387963,67052],[386661,67875],[389158,68614],[389491,68646],[391105,68424],[391246,68041],[394061,76322],[393180,76304],[393545,89589],[396045,88344],[393110,81911],[392944,79420],[389883,84371],[390737,85941],[389547,83907],[389457,83782],[393518,78993],[391153,77647],[390968,78599],[391692,79983],[392855,79808],[390386,82738],[393401,81528],[385570,110833],[395058,110579],[393938,108876],[392563,108138],[392216,109643],[389630,108762],[389724,109384],[389838,109580],[384027,108745],[386132,110745],[388019,109181],[386578,108779],[385406,110416],[406142,-198319],[407059,-202924],[401990,-199247],[406345,140789],[408029,138657],[408873,139696],[405744,130620],[402683,135571],[403537,137141],[402347,135107],[402257,134982],[406318,130193],[403953,128847],[403768,129799],[406696,35898],[409397,36668],[406617,36502],[409227,34771],[406147,35473],[405254,34522],[408196,43159],[402431,44167],[404759,46747],[405912,45873],[406098,44012],[405811,42224],[398348,45873],[407451,45801],[407965,44133],[407889,43539],[404723,42193],[404637,41637],[401830,39814],[400268,39012],[401359,39985],[402890,49977],[400524,49257],[401490,48475],[400892,43664],[400906,41408],[398524,46506],[398483,48462],[398315,57050],[399284,61484],[399782,60947],[406286,63274],[405550,63003],[402744,61331],[405116,62365],[402033,54386],[398185,57004],[402756,53221],[402062,59045],[400609,57515],[398605,57595],[399096,69967],[401616,69114],[407852,73635],[409333,72384],[408148,68885],[398758,74421],[398620,75431],[402657,64427],[402899,64291],[402432,65761],[402454,66585],[401246,67529],[399858,66304],[400157,67876],[399384,68503],[404772,71970],[402828,72021],[402797,72366],[402872,71912],[402960,70418],[403463,71534],[401664,72912],[401768,73116],[402070,71266],[403166,70962],[406231,72644],[405282,71658],[402877,68178],[402243,68510],[403081,68815],[404094,67960],[405726,67943],[405891,66723],[406536,65919],[400411,69560],[399883,69351],[400695,68618],[398275,72080],[400295,71515],[401064,70905],[400543,71499],[401475,72639],[400290,74086],[400584,72345],[400653,73038],[399955,73708],[399116,73983],[397795,73142],[399665,72695],[399265,72191],[398579,69695],[399188,68514],[403297,87533],[396906,90627],[400673,90887],[399078,90926],[397572,90185],[400788,91349],[404920,90147],[404890,91094],[404206,90837],[398288,102260],[400044,114722],[400472,115028],[401176,106789],[401287,106878],[399899,109791],[399675,109257],[399748,103880],[399356,103254],[397943,103105],[397216,109108],[397082,107641],[400136,116521],[398429,115466],[419828,-204860],[415181,139971],[416245,138901],[419598,137852],[413674,141561],[413588,142549],[417720,141347],[417690,142294],[415744,142857],[415343,318763],[415783,320070],[417556,319060],[416072,318836],[416563,318635],[417623,317906],[422377,319115],[419190,319324],[421166,317326],[422250,318865],[422355,318832],[420292,319565],[418994,328613],[417320,326953],[418108,327031],[417095,326239],[417911,326444],[416966,327959],[415230,328622],[415938,329101],[417878,326189],[418618,326026],[417679,325389],[419615,326321],[421460,332587],[421785,332972],[422346,332306],[421124,329675],[420638,329945],[421492,328691],[421370,330141],[418775,328661],[417450,328742],[418356,330491],[417900,329805],[415910,325587],[416267,326152],[415832,326123],[414476,325852],[415040,324675],[415027,324290],[414606,324256],[417325,323145],[416390,321134],[414818,320994],[415497,321629],[419345,320783],[419113,321894],[419328,320682],[421603,321027],[421879,321062],[422187,321846],[422261,323150],[419609,333900],[419337,333274],[420685,333055],[419065,334054],[411536,37455],[412522,36964],[414020,38523],[414124,38403],[414362,36553],[411411,35681],[411589,35873],[410228,34643],[415507,37287],[415931,37631],[417203,36075],[418438,35960],[419602,37711],[419295,37584],[421668,35477],[410113,42327],[418272,41359],[421539,44780],[421130,46322],[419792,61138],[418413,64944],[411359,68601],[415517,64336],[412129,65123],[414130,66982],[410120,88406],[410277,88647],[410376,88683],[411068,89326],[410783,88853],[422997,-204441],[423539,-203901],[435033,-210188],[434387,-209641],[432396,-210778],[422551,-208884],[434324,-212311],[424478,-213159],[424332,-211576],[433741,-217854],[426540,-25132],[430587,-24858],[430401,-25218],[432756,-24837],[433040,-25109],[434371,-24101],[434458,-25231],[434367,-22057],[434301,-23069],[435125,-21874],[423966,-27103],[424314,-26704],[426304,-29058],[426415,-29205],[428417,-30020],[428274,-28715],[428436,-29929],[430105,-26951],[426407,-37411],[422432,317349],[423792,319878],[423419,318209],[423439,331376],[424182,330758],[425091,321486],[422963,331803],[426945,327022],[424129,332105],[422623,321355],[422976,321967],[430168,325966],[428735,326465],[430178,326802],[429183,326348],[428569,330546],[427187,329999],[427976,330846],[428443,329385],[425529,330376],[425871,329954],[424927,330820],[424587,329814],[428543,331814],[429561,331258],[430584,332324],[430702,331867],[423399,332980],[427142,326080],[426198,324314],[428903,325464],[427717,325608],[427582,325504],[426721,324060],[427366,333551],[430309,333031],[428685,334384],[429734,334752],[428139,333626],[429629,334530],[426642,335116],[425145,336206],[425138,335424],[423816,335641],[424036,336867],[423876,333960],[423881,333316],[428520,36303],[422520,34220],[426445,35168],[426149,35572],[427407,37735],[428348,36588],[425051,36800],[424615,36881],[431209,33924],[431496,34388],[432462,33037],[432344,32494],[424422,44917],[431608,49462],[423801,45715],[423897,43974],[423579,44658],[425143,42968],[425265,49393],[423969,48646],[424622,47816],[423915,46232],[425794,47500],[425690,49125],[432187,46738],[432953,45924],[431905,45985],[431304,45413],[422728,41649],[425503,40196],[425709,41565],[429337,39891],[431437,39582],[434046,48923],[434123,47630],[432320,49777],[431808,43905],[432601,43173],[434409,42562],[433052,41334],[433570,57699],[423523,60774],[424528,60088],[433599,56159],[433778,55253],[431304,56216],[430067,61823],[434451,53239],[434994,54421],[445079,-209679],[444472,-211082],[443070,-211653],[435429,-216695],[447910,-218448],[435514,-21716],[443503,37697],[437605,37839],[441961,37087],[439981,34936],[443086,34116],[441173,34937],[441271,35270],[436532,36138],[436536,38333],[435576,38413],[436723,38440],[436809,38144],[436597,36377],[436036,36827],[436667,31346],[436369,31122],[438278,31832],[439360,30112],[439628,29335],[435385,43658],[437163,45697],[437759,46775],[436947,49219],[441866,49210],[439559,47111],[439442,46829],[436826,49563],[436305,39473],[438619,42527],[437907,43541],[437341,41918],[437281,41304],[437135,42311],[436784,40979],[436833,41789],[437461,50587],[436933,50553],[439822,44536],[439213,45480],[441138,43580],[440631,42736],[439444,42412],[438768,43843],[437781,52429],[435588,53198],[437121,54217],[436209,52114],[437227,53829],[436860,53135],[437478,51721],[435869,51410],[435446,51683],[437157,52400],[459929,-214585],[458255,-215864],[457082,-215027],[453259,-222555],[452221,-223964],[470819,-221301],[471250,-225045],[472222,-222976],[473234,-32417],[472178,-32334],[470133,-29233],[473440,-27620],[470446,-28874],[472545,-33436],[472982,-29035],[472306,-30081],[470097,-35181],[470622,-35157],[469878,-36008],[470005,-34818],[468591,-33724],[464177,-31120],[470043,-30579],[464344,-25975],[470058,-29705],[469630,-34810],[470387,-40070],[468843,-39757],[468705,-40719],[471983,-40194],[469545,-38473],[472110,-39226],[471350,-39859],[470788,-40157],[468310,-39249],[473218,-84155],[472744,-84221],[473523,249166],[472968,245860],[473318,245020],[484690,-229887],[484608,-229415],[480872,-224357],[476292,-224823],[477994,-222825],[485463,-232269],[482672,-235694],[480014,-232130],[474719,-27718],[475252,-28614],[475774,-29860],[474556,-28868],[475928,-32098],[475040,-32187],[475038,-31938],[475017,-28741],[474695,-28463],[474442,-29885],[474258,-83841],[478109,204318],[476640,204366],[477508,203694],[477317,204085],[483573,204406],[477573,206504],[477136,207798],[477505,208329],[476775,208207],[475444,209735],[475780,210308],[476857,210781],[475778,208297],[482259,206450],[481696,205264],[483198,205287],[485951,223653],[486392,224457],[484577,240749],[475860,253026],[478668,249231],[478847,255251],[474275,250715],[477828,251865],[483839,258360],[484044,260219],[485057,264925],[483475,257866],[485990,259102],[483362,267182],[497778,-130270],[498818,-173755],[498344,-173821],[498537,-172667],[498453,-171553],[498804,-169919],[496382,-242367],[492505,-233833],[493297,-237626],[492022,215533],[491577,216103],[493629,216848],[493605,216226],[497254,226086],[497879,223352],[498175,223550],[498188,226845],[498473,224072],[498668,224113],[497073,220404],[498417,219187],[494862,221961],[495556,220818],[496325,222091],[494827,222279],[497971,228668],[487292,221148],[489020,223248],[488034,221115],[486875,226045],[486435,224452],[489974,241646],[494095,233316],[493711,233219],[490486,233079],[491441,233021],[491706,232901],[491422,233041],[495844,232235],[494224,231938],[495711,232078],[496013,233498],[491876,240350],[490696,240040],[488616,239831],[487485,241562],[494360,242327],[495154,239471],[491778,240092],[487875,242174],[496056,239555],[487449,244172],[491592,245336],[490333,244936],[489314,248258],[491344,245956],[494536,246650],[494680,248867],[498483,248314],[493736,243484],[496989,244365],[495962,246906],[490573,247356],[495078,260776],[489661,264427],[491692,261078],[491708,263736],[493933,263801],[497926,257682],[489065,261012],[492537,259845],[493956,263414],[491106,261799],[492714,264513],[500622,-169878],[500171,-172775],[501133,-171463],[499835,-169129],[500668,-168865],[499858,-173441],[499352,-169958],[500062,-171084],[499836,-171315],[510416,-24270],[508112,-15115],[507244,-33892],[502994,-31655],[508670,-27952],[505638,-29208],[511253,-40711],[510353,-45876],[500023,-41721],[509920,-39466],[507276,-48081],[502754,-60047],[500152,-58524],[510414,-74988],[501535,-65128],[500107,-86056],[501541,226611],[500446,223595],[499614,225287],[500723,224133],[500426,223999],[500998,226694],[501138,225334],[501955,228863],[499630,229623],[500475,229694],[500554,230260],[501026,232120],[499450,234271],[500179,233760],[501722,236192],[503307,242746],[501048,236597],[500295,235917],[500071,232520],[500589,252504],[500609,250904],[501661,243451],[502221,248540],[499973,251781],[499519,254915],[45197,-122742],[43819,-123623],[44824,-125226],[48323,-121008],[48401,-120777],[48902,-120289],[48892,-117131],[46817,-116916],[42211,-124159],[42311,-132108],[42968,-133358],[50166,-65268],[49427,-66304],[50477,-64795],[43006,-65907],[42715,-66198],[43723,-65682],[42451,-71151],[42490,-69462],[42998,-70861],[47356,-71104],[48005,-70279],[46958,-70707],[41256,-69173],[41391,-68173],[40988,-70164],[38930,-74097],[38909,-76488],[41669,-76347],[42947,-75255],[42409,-75346],[47159,-72639],[46664,-73010],[45764,-74467],[41695,-79218],[39676,-78825],[39799,-79929],[49937,-81987],[48689,-81397],[48087,-80772],[48805,-78505],[50069,-77938],[48957,-77635],[46117,-81166],[46970,-82476],[46026,-82138],[44983,-112607],[46320,-114766],[48362,-112443],[48009,132287],[46236,133888],[48036,133658],[39104,137307],[43461,131184],[41272,140366],[42022,137016],[47148,129223],[43419,137895],[42941,129464],[41895,136347],[43686,133194],[42493,138311],[45929,138392],[39764,137629],[40555,129923],[39831,131797],[40758,130367],[41783,145506],[46046,144848],[39756,142542],[38950,144989],[39516,144329],[38911,144098],[40997,142850],[41772,141517],[40397,142683],[40764,142048],[40971,142030],[38752,145313],[38464,143258],[41581,142405],[39324,142990],[47590,18518],[50438,124392],[50149,125099],[50232,124319],[45733,126770],[47310,128061],[518252,-19831],[520026,-21120],[524062,-15856],[518754,-14875],[520658,-18374],[521713,-21715],[521035,-13766],[517311,-13516],[521194,-29701],[516917,-34079],[513015,-33539],[513596,-28801],[524417,-45930],[513171,-39523],[512168,-50177],[531546,-9017],[531000,-6677],[531083,-13955],[527538,-13602],[528107,-14013],[526359,-23789],[524969,-26554],[529105,-29235],[530581,-29168],[525721,-47522],[527205,-50317],[535088,-41816],[530333,-59453],[527471,-60086],[528603,-58170],[536879,-83929],[531412,1264],[542338,-19668],[547599,-25987],[540612,-45152],[545250,-58302],[542199,-73058],[549680,177202],[547865,175372],[544970,177754],[544733,172660],[546874,172731],[549880,170358],[546626,169738],[549597,181597],[551148,-17431],[551711,-22245],[562598,-25801],[554663,-29685],[551645,-25853],[562942,-33729],[558511,-31416],[561995,-52370],[552113,-52090],[559534,-51542],[551340,-52999],[551658,-54410],[561805,168709],[556312,166829],[554647,167006],[551686,166800],[563315,-37041],[564724,-38417],[573444,-53144],[566905,148849],[568486,150519],[570002,150966],[570081,153182],[570092,156199],[567155,161087],[564855,162470],[566839,164368],[567788,156667],[567646,159103],[563533,167309],[571735,237266],[570438,238009],[571653,237659],[570450,236940],[575683,237294],[575547,237898],[573520,236207],[573269,236963],[566706,242306],[565305,242964],[566536,243493],[564990,244151],[580251,-34063],[579814,-38687],[578845,-53428],[579493,-79809],[576794,-88567],[580532,-92393],[576828,236016],[577036,236328],[576969,236158],[577370,236557],[593458,-42355],[596154,-46019],[593368,-57157],[594700,-69141],[601274,-70738],[592610,-75705],[600158,-76289],[596805,-82712],[601262,-79502],[610047,-88399],[632405,-155961],[633938,-155963],[631768,-159557],[633791,-162447],[635743,-164033],[633100,-171541],[639674,-173138],[636148,-177835],[631010,-178105],[632156,-175215],[628832,-173169],[638558,-178689],[631765,-180391],[631971,-185244],[635205,-185112],[631120,-184911],[635559,-181079],[632035,-182814],[629924,-182735],[637833,-182011],[639662,-181901],[53717,-138460],[54172,-57216],[53811,-69152],[54092,-71364],[53635,-70186],[55290,-76480],[57374,-76299],[52961,-78636],[52778,-78385],[54005,-79090],[57075,-76858],[56452,-77269],[60963,-83559],[60840,-84284],[59722,-81845],[61925,-82886],[62387,-83617],[62701,-81402],[57479,-77092],[57347,-78766],[61036,-97612],[61861,-97730],[61606,-96438],[60519,-100309],[61924,-99494],[61961,-100686],[56923,-95956],[56422,-94407],[56684,-94376],[58102,-90548],[58376,-91789],[59231,-91650],[59216,-97683],[59457,-97663],[57567,-98455],[63092,-111265],[61685,-110638],[63041,-110703],[54524,-111052],[56065,-112141],[55499,-113128],[52189,-109660],[52270,-111064],[53190,-108667],[54867,-104051],[55190,-103648],[55723,-105160],[58063,-107331],[57894,-107361],[59298,-107290],[63325,-108439],[51750,-111157],[52381,135510],[53868,136997],[59484,137830],[58678,139528],[52463,139545],[60463,140992],[53616,134686],[58742,140015],[52778,136478],[62400,137674],[59842,137650],[58433,136013],[52927,137597],[53149,135009],[52294,140160],[58912,142489],[58403,144011],[55231,144848],[59577,141988],[59177,144259],[51831,144640],[51769,146595],[62918,36067],[63030,28104],[63786,30589],[63339,30464],[63184,28286],[61662,49488],[63021,43594],[63655,43241],[63615,114504],[61118,114087],[62657,112325],[61643,112374],[63227,114383],[63810,111444],[63261,110995],[63714,110180],[59654,103864],[63445,106582],[59696,107655],[59589,107240],[57823,126324],[57513,126196],[61955,122854],[60544,123841],[58204,125350],[54135,125369],[54979,124185],[53843,124705],[53933,125373],[55665,121757],[56282,121330],[55803,121876],[56552,123463],[58005,120753],[56739,120116],[56989,120413],[62047,117638],[63998,116833],[63544,117412],[63698,118397],[63989,116300],[58282,119652],[58755,117313],[59658,119145],[61511,121039],[51377,125080],[59035,127357],[59974,125827],[62559,118754],[62091,120160],[645900,-158741],[652474,-160338],[651358,-165889],[648948,-165035],[643810,-165305],[644956,-162415],[641632,-160369],[644565,-167591],[644771,-172444],[648005,-172312],[643920,-172111],[648359,-168279],[644835,-170014],[642724,-169935],[650633,-169211],[652462,-169101],[648447,-190799],[643962,-187485],[661247,-177999],[656762,-174685],[656980,-63853],[655639,-74106],[713853,390912],[717749,391051],[719107,390919],[719109,390133],[720180,395987],[720091,394918],[719552,395147],[718816,390263],[718602,394065],[718599,394174],[716896,394271],[717417,393461],[718901,392375],[718674,392588],[720388,397336],[729153,400386],[729092,401812],[727593,400823],[721046,398580],[727367,400361],[728048,400879],[727561,400489],[728030,400196],[720836,399072],[720795,399447],[726295,400033],[726910,399439],[724856,398072],[725923,399189],[725385,401679],[726878,402818],[727485,403810],[727259,403760],[727772,403773],[725621,398869],[723988,398947],[723817,397948],[723852,399355],[722377,398282],[722904,399309],[723479,397813],[722872,398979],[723095,400986],[723478,400099],[723154,401528],[721166,398147],[721267,398413],[721620,401358],[721042,400956],[719221,401435],[720310,401134],[720533,401081],[720158,400749],[740478,383532],[740416,383620],[741057,386217],[741382,386511],[741723,386956],[741102,385019],[742299,386771],[742361,386289],[741512,384903],[741606,384775],[741975,394463],[742075,394690],[741621,395612],[741803,396333],[741564,395875],[741757,396048],[740121,389498],[739716,393728],[741974,393369],[742060,393485],[738171,393714],[739490,394876],[739495,393878],[738438,394397],[740500,395705],[739321,396237],[739657,395880],[739835,396051],[737228,396323],[737036,396218],[738106,394767],[737998,395483],[737617,394570],[731022,402739],[730491,402854],[736510,398561],[734855,398701],[730144,400726],[730917,401005],[729916,400678],[730454,401205],[731618,402824],[733079,403157],[742102,407301],[736285,401269],[735573,402659],[736035,402439],[736579,402982],[738814,419503],[740590,420209],[738217,420700],[739979,421314],[740833,415470],[741140,414417],[740665,415148],[742048,414749],[737331,422747],[738984,422566],[738279,422497],[738702,422174],[740266,418351],[740019,418279],[739633,418377],[742135,419949],[741483,412474],[737333,419467],[737665,419670],[738880,420808],[737218,419865],[742363,418375],[741162,416750],[741630,423355],[742183,423612],[741692,423090],[740901,423410],[740859,422712],[740892,423380],[741164,423027],[737623,428245],[736942,422923],[742089,430307],[737891,422570],[737367,426377],[737321,425085],[737966,427620],[745532,384193],[745210,382639],[745486,382506],[743685,383271],[744035,382919],[744685,382812],[754646,387055],[754131,388093],[753081,387943],[751588,388108],[751321,387942],[754159,386937],[753464,388882],[742695,386384],[744659,384759],[744221,384239],[747834,386902],[747729,387168],[748238,386406],[746923,385698],[747629,385812],[747488,386387],[746862,385329],[745734,389134],[746532,388747],[745851,387980],[755059,386426],[751720,386970],[753787,385766],[752799,386389],[751623,388886],[752395,386751],[744228,388023],[743146,388639],[744315,387993],[743935,388799],[747029,386968],[744900,389260],[753396,396198],[753730,396441],[749921,406551],[749573,406450],[750421,405245],[751816,409788],[748162,406432],[747894,406112],[754436,401173],[753733,401075],[754828,408117],[754365,408580],[754497,409490],[754009,408872],[752068,406965],[752517,407746],[751550,407849],[752218,404667],[752792,404261],[752016,405269],[752249,403704],[752915,403518],[753887,402773],[752497,403339],[754082,401733],[754682,397732],[753907,401803],[754800,397777],[752792,399442],[752649,397055],[753874,399274],[747276,408104],[745907,408426],[745678,407855],[744234,406092],[743274,405532],[743095,406492],[743068,407024],[746963,422190],[746786,421269],[747377,421304],[745394,422025],[742198,420828],[743907,420509],[746370,422256],[744860,422203],[745415,419554],[745685,420096],[745322,419699],[745347,419752],[744363,422327],[745650,422029],[743349,422214],[743840,422209],[744499,420995],[743333,421597],[743967,421431],[744485,421143],[751761,413248],[750283,412762],[744797,418636],[744704,418152],[745347,417786],[744378,418012],[748399,420217],[753147,409809],[753917,420221],[754279,420010],[746607,410136],[750618,421482],[752498,421395],[750674,421189],[746211,409819],[742752,418966],[748683,410383],[749334,410406],[748907,410507],[748801,410304],[754894,413631],[753108,413529],[751159,412817],[751202,412839],[753267,415319],[755077,415653],[753498,412048],[753364,412079],[752613,411189],[750360,412933],[749350,413001],[750598,413131],[746140,416110],[745460,414732],[745330,416268],[748749,415559],[748225,414661],[747516,415552],[746881,415027],[749730,417091],[750509,417168],[749821,416211],[749565,416288],[753491,415688],[752801,418819],[752018,417189],[752227,416868],[746304,423776],[742625,422863],[742474,422981],[745260,424291],[746092,424377],[746316,423959],[744761,423570],[745217,423925],[745093,424173],[744914,423331],[744333,423555],[743379,422642],[744151,423711],[744242,423413],[745828,422953],[743717,422744],[743529,423200],[745079,431752],[743620,428796],[752199,422906],[751340,425983],[752474,425199],[745638,430479],[745243,431524],[753282,424379],[744042,428969],[743326,429056],[755171,425674],[754544,423908],[743909,429115],[745314,431614],[753041,426551],[742938,432235],[752521,426927],[751317,427286],[753005,426638],[742519,428860],[750715,427942],[751241,427903],[750907,428065],[742752,426456],[743513,428810],[749095,428200],[746123,430791],[749241,425620],[749821,428133],[749024,425144],[748876,423600],[751281,423285],[751015,424164],[745871,427367],[746920,427244],[746011,427691],[759529,379832],[758981,380258],[759651,380111],[760067,380204],[760531,380383],[767456,394466],[755207,386172],[767510,391190],[766672,392000],[767201,390843],[765110,390214],[764623,389875],[766176,391252],[763530,389524],[763991,387472],[762491,388485],[762486,386554],[762619,386743],[763203,387738],[762657,386931],[761681,386381],[765488,389774],[762953,388847],[759553,385763],[759978,387061],[757250,386841],[757891,386462],[756661,385634],[756447,385330],[766076,386833],[767738,386529],[765739,385019],[767267,385422],[767515,385147],[767668,398109],[756099,404448],[756331,403292],[758666,403455],[758969,403324],[759082,403555],[756879,402053],[759625,403993],[759893,405286],[758709,406792],[759753,406414],[759580,406382],[759137,406303],[756645,407209],[756730,406265],[756755,406852],[755406,407668],[756172,400172],[764050,398654],[766294,397589],[761002,399077],[766345,397658],[764372,397382],[765775,398817],[765432,398800],[766802,397050],[766340,399454],[764458,398646],[763372,398554],[762696,397757],[762401,397581],[764324,397640],[765836,398984],[765528,397580],[761684,415478],[761120,414853],[756871,410595],[757653,410466],[755296,413557],[759661,415227],[764667,415867],[757801,416251],[757982,415422],[766145,414204],[767101,413971],[767007,414491],[765809,411216],[765246,412694],[763466,415889],[764962,412663],[764982,412052],[762781,414547],[765646,411157],[766159,413685],[761780,414465],[760921,414804],[766740,411265],[767775,411369],[766524,412845],[767853,411015],[755268,419577],[755977,418092],[757005,421453],[756237,420654],[755382,415250],[755608,414737],[756102,414243],[755216,414064],[755974,423733],[756513,424999],[756331,422629],[755866,426900],[67518,-81094],[67292,-80974],[66960,-79131],[66772,-78304],[70000,-80368],[71511,-80160],[71178,-82383],[64590,-91060],[64380,-92674],[66062,-92278],[75253,4529],[72961,2789],[76486,4232],[73477,5144],[76447,3306],[74453,3999],[76615,12801],[74881,4292],[73609,3935],[72291,2861],[70999,130660],[73137,129314],[66481,129230],[73204,133597],[69035,130245],[71322,135915],[70417,133611],[66375,129513],[66721,128727],[66478,134686],[68510,138152],[66185,137195],[68066,136156],[67088,139263],[68446,140799],[70062,133000],[71104,128736],[68293,25687],[69667,25652],[73120,24143],[73730,17202],[76226,15597],[66274,17378],[76596,30710],[64569,33783],[74745,26739],[70683,29028],[70277,30991],[67175,35505],[70961,30438],[64360,33886],[66310,36022],[68634,29835],[70979,28676],[76042,32079],[66607,31756],[67978,34157],[67764,33494],[67952,29892],[75144,27310],[74780,26713],[70014,34822],[75711,48167],[74000,49567],[72498,50266],[64597,42466],[70338,47028],[72291,49858],[76489,47591],[67509,44949],[71338,50272],[75137,49221],[69415,45528],[74183,46228],[65393,39230],[72486,40206],[65734,41425],[70521,43165],[66194,54488],[76486,57161],[68238,60006],[76730,61733],[74274,63868],[68936,57106],[75946,62375],[72644,60712],[72386,63722],[69509,60521],[68602,56515],[66727,54424],[71037,56793],[65960,54514],[66222,52340],[67352,53918],[67962,54211],[64786,51575],[67878,54916],[70130,53586],[66461,52439],[75299,53434],[75800,53116],[75100,52694],[75048,52865],[75024,52592],[74983,54096],[74889,53953],[74021,54738],[74414,55193],[73387,53413],[73238,53469],[73823,53514],[73926,53500],[74240,52509],[74450,52344],[74039,52362],[66216,56716],[67182,66908],[67123,66655],[72732,74044],[73658,75175],[75835,74080],[76313,73683],[74478,75732],[75929,73740],[75516,72808],[74492,66122],[73894,65700],[74084,71199],[71637,67138],[75297,69777],[74112,64992],[68354,76917],[72249,84229],[76151,85929],[76778,88560],[75812,88869],[76340,85880],[72997,84982],[73310,83950],[74578,83993],[72487,82648],[73414,82245],[71272,80095],[71801,79823],[71782,78320],[71628,78586],[70744,81449],[70955,81646],[67620,79452],[67632,79260],[67665,78248],[72537,78228],[73534,77182],[70845,102352],[71782,90791],[74745,101098],[75736,100434],[71224,108018],[70777,107116],[70439,104582],[70635,105482],[65476,113218],[64695,112935],[64037,110832],[65106,111731],[65780,112195],[65314,112380],[66326,111191],[66222,107656],[66800,108580],[65417,108790],[65758,107252],[64698,105616],[65781,106504],[65861,105964],[64313,106419],[68526,108964],[68164,108547],[68182,106532],[68264,107666],[66891,127691],[66217,116451],[64330,115871],[64102,116384],[69083,125025],[73050,125962],[69965,124088],[771103,391000],[772886,395801],[773928,394574],[770853,391685],[774684,394992],[776099,395380],[776810,395334],[776488,395756],[772182,394146],[771516,395242],[771236,394778],[769819,394790],[770313,392329],[769204,391582],[770361,392554],[768358,394302],[773529,396924],[773527,395985],[773313,396659],[773813,395607],[773059,396084],[773210,396784],[772073,396199],[771976,396306],[769354,387294],[774794,389028],[774660,388872],[769350,385823],[769674,387666],[769830,386217],[774890,390032],[774064,390156],[777962,389005],[775591,388688],[775680,390221],[775664,390142],[772290,389303],[769702,387641],[768702,400072],[776232,406089],[769537,399609],[770563,397969],[768185,400176],[768785,399994],[776401,400377],[778273,402024],[776614,401776],[778028,400423],[779452,401669],[769676,397502],[775508,407515],[778576,404727],[769907,398210],[771084,397467],[768489,398123],[776624,404809],[777828,405773],[776923,406210],[775333,407783],[776130,406317],[776163,402262],[776072,402279],[777909,399040],[776363,398524],[778404,399328],[778028,398097],[777734,397319],[775783,397855],[773527,397598],[773522,398095],[773034,397899],[773811,398402],[774458,398963],[775605,398351],[774897,398786],[771373,398473],[771643,398692],[771244,398261],[773650,399653],[773852,399869],[772708,400395],[772390,400602],[773868,400176],[773972,401330],[773093,401993],[774565,400453],[771060,403946],[773221,410339],[768919,411085],[773140,410557],[769012,412098],[769857,410964],[772377,410888],[772932,411184],[773026,410535],[785756,-226415],[782432,-224369],[798556,-213615],[795232,-211569],[880250,-101914],[880259,-102151],[883197,-105254],[873870,-103543],[873879,-102832],[880700,-103695],[877990,-104311],[876328,-104749],[875889,-103462],[895970,-120864],[894577,-122442],[892103,-127296],[891209,-133250],[891486,-145439],[893782,-143646],[891104,-143734],[894916,-147308],[893578,-93771],[894074,-92653],[883373,-104014],[886844,-106367],[887004,-105943],[80279,-3111],[80501,-7545],[83904,-10689],[78582,-8732],[82417,-11225],[83877,-1476],[87290,-11074],[78883,-5242],[78660,-5400],[78600,-10751],[89234,-2755],[80308,-6347],[78935,-8095],[86158,-3117],[88280,-4627],[80617,-10831],[81454,-8888],[88256,-3930],[88146,-4737],[86757,-16171],[87777,-13731],[87578,-13548],[88479,-16387],[87716,-14621],[88477,-15639],[77873,5434],[80288,10932],[79451,6504],[76911,4487],[79615,9045],[80083,11210],[88654,11626],[88970,10572],[80830,10823],[86683,3450],[82062,2172],[85598,3641],[81035,8236],[88371,10461],[82636,10146],[85800,25175],[80962,24735],[86803,14431],[86410,20724],[83705,22408],[84891,20935],[82412,22241],[85578,14075],[83898,25189],[77079,18353],[77355,13966],[77014,38006],[77467,36826],[76835,36754],[86625,34673],[87373,33594],[87681,32037],[83226,38283],[86555,31594],[87397,33209],[88923,25940],[82237,27848],[77719,49484],[80680,46395],[80794,42628],[88248,49216],[89068,45858],[89227,43848],[86924,45841],[88906,42668],[88972,42962],[85149,42067],[79845,43399],[82002,44846],[88818,44310],[88247,50962],[89571,47414],[88658,50720],[87568,50212],[87215,50092],[86050,49782],[86014,49394],[81093,627287],[85920,625743],[87545,628339],[87580,628313],[87944,628910],[79562,53137],[84446,58545],[87912,62684],[87180,53692],[85184,60661],[83378,53181],[87631,63728],[88999,55049],[88686,51795],[84691,63408],[84777,63038],[85540,63964],[84502,62722],[84146,62910],[84769,62244],[85398,61143],[78634,64388],[84663,74845],[79878,71428],[84616,75084],[80707,71992],[81536,72114],[84438,69093],[85118,69912],[84325,66230],[83916,65023],[84286,65582],[83736,70810],[83867,70232],[81577,73354],[82746,73388],[81644,73068],[82064,72242],[82110,72259],[84855,68309],[78414,89566],[76981,89294],[78840,89741],[76928,89572],[77206,79706],[76841,79089],[88431,89454],[83039,82840],[82916,80732],[82027,102073],[83381,95350],[82658,93364],[78791,100035],[88370,90782],[78065,103823],[76945,102828],[81565,104575],[83222,105416],[82446,105694],[86266,121542],[87297,116322],[79700,125793],[81316,118933],[79931,120676],[87800,116689],[898378,-116431],[898387,-119387],[905305,-118093],[907312,-123041],[903309,-115138],[900959,-117855],[904870,-124989],[906719,-116997],[907434,-119050],[898612,-117337],[899757,-121789],[905103,-115678],[905864,-124536],[907168,-125897],[896220,-125430],[900141,-121793],[896152,-119041],[901994,-116000],[900726,-116301],[900962,-119206],[901547,-115939],[900046,-119928],[905723,-115725],[901256,-126844],[904139,-122574],[902812,-124224],[902425,-123646],[902585,-124489],[902178,-137115],[900977,-133524],[904854,-129203],[903286,-134911],[901632,-130412],[898424,-128202],[902382,-134732],[901718,-138121],[905339,-132192],[907990,-133386],[907444,-129107],[900007,-129029],[901889,-142391],[899542,-142058],[900460,-140736],[898491,-144627],[899000,-92969],[900664,-101559],[908125,-108515],[907509,-108037],[901629,-114431],[912937,-122649],[910345,-120589],[912757,-120501],[919819,-120608],[919771,-118690],[921310,-120314],[919867,-124225],[914770,-117304],[914783,-123504],[913525,-115108],[917630,-123162],[921094,-125158],[920403,-125903],[918438,-119208],[917322,-117981],[915727,-122403],[918167,-122521],[914510,-120538],[913193,-120191],[913488,-117110],[919871,-127014],[919202,-126125],[909853,-127246],[909723,-118905],[918711,-123856],[909478,-118869],[912594,-121589],[917969,-119655],[910753,-128039],[917663,-135163],[916035,-135401],[921253,-135449],[918338,-134005],[918254,-134815],[913517,-139585],[918650,-134845],[920661,-128126],[912150,-130867],[916466,-137728],[912959,-138003],[911565,-136411],[915688,-128243],[911566,-150285],[913440,-141546],[911152,-143503],[910496,-146248],[909297,-147010],[920426,-144384],[920234,-142671],[920626,-147312],[921381,-142260],[921342,-142340],[921478,-146396],[919769,-162517],[914449,-172032],[919384,-170908],[920316,-166738],[921151,-101675],[918096,-109636],[916303,-111381],[912005,-106235],[909970,-107160],[916763,-103005],[915596,-113999],[918258,-113524],[909879,-109900],[913237,-111360],[916252,-113066],[914571,-113508],[910828,-109507],[914727,-110443],[912120,-114437],[910934,-113286],[910637,-111102],[913248,-112799],[911875,-110880],[916372,-109577],[917682,-110387],[910908,-108518],[916579,584508],[918204,583123],[918309,585780],[918023,585884],[920168,586157],[917451,582836],[917655,582679],[917180,585763],[917465,582680],[917118,583525],[920403,584005],[918691,588911],[921549,589753],[921334,598188],[920004,591917],[919078,595529],[920440,592265],[916060,601341],[914350,601454],[915826,598441],[916964,601320],[931872,-127503],[931600,-127330],[931455,-125819],[932863,-127472],[928146,-115378],[927411,-116703],[926535,-120774],[928956,-127748],[930008,-125964],[927652,-123478],[923772,-116356],[924673,-117600],[932949,-115342],[928962,-116014],[928122,-117727],[932053,-115098],[921747,-123533],[921852,-127346],[923409,-119984],[923730,-123233],[922249,-124675],[924238,-124436],[926882,-122971],[922975,-127674],[923156,-126373],[924329,-121365],[930861,-130401],[931004,-130942],[930678,-131929],[933750,-132047],[933225,-133043],[933679,-129231],[933486,-128426],[931382,-136934],[925376,-140045],[932777,-141092],[930486,-139454],[930398,-137477],[928113,-136838],[927141,-137072],[922892,-135420],[925243,-137582],[924841,-136734],[933256,-136328],[925410,-135945],[924630,-134937],[922029,-131634],[921762,-128352],[921910,-128062],[924011,-138228],[934064,-145377],[931809,-147513],[922631,-141742],[927561,-140993],[929841,-146664],[928391,-145520],[923405,-147432],[927087,-144017],[924983,-143544],[928966,-147379],[931933,-144995],[933021,-144196],[922057,-144738],[932292,-144633],[934312,-142009],[924027,-162935],[924238,-164561],[928627,-169598],[927598,-175349],[933102,-172630],[934114,-168628],[928840,-102014],[930566,-89976],[929295,-89710],[926278,-114248],[924910,-113713],[928523,-113431],[929128,-112682],[925700,-102624],[932085,-114748],[924311,-112711],[927015,-112826],[921977,-110656],[923904,-114498],[923500,-114967],[923319,-106801],[933048,582670],[932796,583056],[934106,581671],[934098,582638],[932967,582864],[922038,588643],[931157,588611],[925229,588948],[927259,587452],[925390,594095],[921788,596973],[926151,590455],[926452,599755],[927471,593608],[922501,591549],[927028,600314],[927699,601718],[926848,591524],[923941,593908],[933965,597191],[932316,598402],[933302,596097],[931580,599089],[947162,-125238],[938490,-119765],[941777,-119008],[946151,-127761],[945288,-124192],[945547,-124954],[945119,-125594],[936821,-127242],[936228,-127675],[935986,-126126],[935510,-126692],[935147,-125155],[937024,-125610],[940878,-119716],[940087,-118360],[940304,-119137],[943692,-120680],[944367,-117861],[943145,-118214],[944393,-120731],[939827,-121600],[941136,-124971],[941142,-123208],[943355,-124782],[945043,-134351],[944762,-133730],[945166,-133800],[941930,-132204],[941685,-131662],[940791,-131873],[940661,-131017],[939419,-130990],[939168,-130586],[934591,-129662],[935528,-128935],[934421,-128141],[935961,-131150],[936130,-131247],[937432,-131107],[937568,-131670],[938471,-128485],[938373,-129701],[940856,-128428],[941117,-128434],[942992,-129188],[943317,-129980],[940515,-130606],[940279,-129983],[944701,-131777],[945316,-128570],[944064,-131658],[942900,-131550],[943201,-132613],[942704,-132756],[946809,-134176],[946016,-134228],[944236,-129399],[947229,-135260],[947028,-133796],[943657,-131638],[946268,-132219],[946094,-132308],[940166,-136587],[940708,-137333],[936388,-135725],[939918,-136587],[939180,-136737],[935627,-137092],[935165,-140273],[945515,-137728],[935748,-139712],[935701,-139563],[939398,-138987],[941398,-139809],[937534,-137658],[935023,-138357],[943391,-136886],[938443,-145376],[941517,-145484],[937888,-141555],[943282,-147241],[941699,-148262],[935249,-148065],[935868,-144061],[939632,-143186],[937732,-150086],[935302,-142694],[942015,-143677],[937932,-146769],[934537,-148380],[942366,-149008],[939563,-146095],[944471,-143693],[939196,-146766],[941812,-142611],[945763,-144971],[945681,-146120],[940569,-142102],[941922,-141027],[935347,-148619],[943465,-144537],[944485,-146046],[946520,-149708],[946197,-151808],[944244,-148011],[944769,-146862],[946388,-142934],[946921,-143463],[946506,-149021],[946532,-148032],[945759,-149374],[947165,-145928],[943591,-148275],[945908,-91602],[936346,-91500],[947191,-113267],[946969,-113389],[937622,588262],[935486,587956],[936281,588099],[940633,588814],[938654,586278],[946397,588715],[942058,587921],[941766,597641],[940155,594590],[943082,596845],[938222,596964],[936465,598053],[938425,595429],[943018,589346],[944362,591991],[941215,591426],[949469,-125013],[949120,-124095],[949376,-124863],[949595,-125912],[957137,-127263],[956295,-122866],[957635,-121688],[957188,-124568],[955682,-121629],[957359,-125037],[955924,-126861],[955079,-138184],[956663,-139242],[954019,-138155],[953394,-138390],[952504,-137055],[953648,-136668],[949064,-129547],[955999,-135790],[958652,-135708],[959200,-135199],[952338,-130800],[955006,-133429],[955192,-133767],[956975,-135833],[959172,-136353],[959445,-135979],[951226,-132406],[951622,-132640],[948626,-132175],[949238,-132376],[954624,-133313],[957598,-133691],[952250,-133299],[955795,-133660],[954618,-135821],[957546,-138629],[958692,-136768],[956874,-138702],[956117,-139221],[952804,-137397],[950138,-136294],[949467,-135528],[948273,-136187],[948152,-135602],[949473,-135443],[948522,-136042],[948870,-128299],[948032,-140543],[947569,-139377],[959751,-130983],[959672,-131109],[959868,-143166],[959735,-143224],[959252,-142840],[959325,-141121],[957046,-142079],[957325,-141541],[948882,-141192],[949103,-152083],[949468,-144507],[948438,-144064],[949445,-145681],[953291,-145585],[954805,-146792],[959932,-152725],[957396,-152425],[958913,-150731],[951151,-143081],[948842,-142547],[948367,-144854],[956015,-144137],[952199,-152194],[957179,-144743],[950590,-140751],[950773,-153015],[954799,-149277],[952310,-146760],[948432,-147960],[952504,-143270],[958726,-156308],[955413,-153956],[953769,-153670],[956592,-155229],[959830,-157844],[956768,-154944],[949527,-185035],[952022,-96835],[949323,152629],[955669,586670],[955502,587522],[955185,583902],[957084,583852],[955757,591468],[953664,592203],[957275,590945],[952953,593882],[953681,593491],[952666,589495],[959492,595423],[957319,597216],[961038,-140526],[960578,-133163],[962962,-139997],[962702,-140275],[965174,-139432],[964760,-138356],[965290,-131548],[961467,-129181],[960090,-129989],[968751,-131318],[969003,-135820],[966171,-131313],[967033,-130404],[969591,-136089],[972187,-138241],[971788,-139009],[966883,-135300],[968910,-131985],[964162,-136282],[962830,-135219],[969904,-136491],[970148,-137100],[971281,-138397],[964413,-131094],[964651,-132497],[960272,-141314],[967189,-147990],[963902,-145504],[963982,-145517],[963880,-145683],[963747,-145805],[960240,-143362],[963496,-141574],[962817,-141359],[961352,-142637],[961991,-145317],[963007,-144577],[967162,-140807],[966542,-140778],[962804,-145916],[963659,-146510],[968623,-148126],[969729,-149402],[969274,-149569],[960595,-150171],[962054,-149847],[961075,-150990],[960050,-151923],[961591,-152141],[964820,-151705],[963977,-152623],[964431,-152977],[966996,-153586],[966975,-157167],[967756,-157267],[969396,-157287],[964617,-155335],[969717,-155136],[961596,-157713],[964069,-154721],[961458,-156352],[960160,-156341],[970687,-158492],[971850,-157745],[972583,-158005],[969657,-158546],[971796,-157501],[968765,-155708],[972235,-185186],[972793,-185396],[968790,-185714],[965056,-186987],[964979,-187506],[966238,-187717],[965876,-187654],[967427,-188841],[967590,-187590],[967528,-189605],[968156,-189216],[968368,-190606],[968437,-190935],[971403,-190926],[971659,-190547],[972610,-189328],[972235,-187137],[971023,189753],[966993,203456],[967767,193944],[968178,193025],[964921,204003],[964067,202905],[963176,202565],[961423,200386],[961662,199723],[960763,197174],[964949,198046],[967478,198887],[967915,200022],[967892,202989],[968550,202964],[970750,199818],[969963,198136],[969729,196016],[965410,194140],[963466,196091],[964504,194338],[967132,206519],[968977,212840],[971821,212936],[971889,212433],[971950,213723],[972301,209521],[972038,208262],[971820,208729],[971994,213479],[970650,220582],[970204,220092],[970212,220738],[972414,224447],[971959,218832],[971223,231548],[971839,232647],[972303,233282],[969076,243221],[970273,244021],[972117,251211],[972152,250039],[970179,250125],[969722,248163],[964110,600430],[965282,600421],[961946,596508],[960141,599905],[964520,599981],[961266,596567],[969610,597624],[966434,594108],[964442,597912],[968425,594111],[963612,595528],[970049,594477],[970853,595469],[971704,599454],[978140,-152034],[979250,-153794],[984942,-161377],[975389,-155333],[975423,-155381],[975333,-155140],[976305,-155126],[976350,-155110],[975794,-154750],[975764,-155308],[974716,-154633],[974974,-153945],[975092,-153742],[973666,-154125],[976284,-159128],[977314,-158894],[984932,-164929],[982751,-162415],[982543,-163948],[983170,-163282],[982369,-163935],[982069,-164908],[980449,-163782],[979461,-161023],[975413,-160065],[975378,-160469],[981214,-154378],[981038,-154456],[982896,-155280],[983387,-156198],[982175,-156575],[984185,-157957],[984991,-158409],[984887,-159708],[984317,-170484],[978845,-170028],[980779,-169077],[980651,-169331],[978285,-185102],[977183,-185180],[976235,-186164],[974308,-186115],[974272,-185151],[973715,-184549],[973355,-190278],[974619,-189871],[975619,-189857],[975313,-188561],[975713,-186778],[973905,-187571],[974348,-186914],[973671,-187230],[973942,-185269],[977491,-185718],[977885,-183770],[978435,-183882],[979584,-182859],[978913,-182660],[985361,170743],[977287,175760],[973793,176803],[973930,176138],[978932,183149],[973793,182148],[974668,182406],[972831,183964],[973662,191510],[978918,182660],[983998,198248],[981516,199411],[980242,198573],[973086,202942],[983553,197232],[984067,198572],[981242,198324],[973464,193799],[974911,192414],[975219,198962],[974766,200836],[977067,202543],[977672,193956],[976316,205091],[981263,217544],[982658,217394],[981127,216059],[982829,214741],[983932,213154],[984715,212054],[977073,208033],[977704,210016],[977933,213416],[977167,216755],[976863,214440],[977433,215086],[973548,215918],[972917,209162],[973785,211229],[973454,212677],[979594,222393],[980400,219852],[983362,218519],[977204,219439],[978077,220938],[977890,223393],[972905,224577],[975651,223345],[973842,225461],[975475,224116],[975437,224437],[976587,223889],[976539,224616],[976517,224887],[974161,220000],[973608,220523],[973132,219220],[973437,217890],[977342,231536],[974502,232387],[977791,234098],[981351,255966],[977138,254536],[976006,251209],[974610,250995],[974138,246620],[983907,255829],[975264,595462],[973675,592150],[974438,594360],[982322,597984],[981828,598562],[983606,597342],[980288,598845],[981398,598881],[972954,601602],[986050,-163831],[986160,-164901],[993421,-162794],[987213,-166070],[985648,-164430],[987052,-166146],[986744,-170631],[986361,-170464],[987463,-170593],[987734,-169080],[987442,-169786],[993067,-166511],[990667,162240],[989372,164327],[989580,165921],[989877,163143],[992564,160940],[998213,155442],[990800,173530],[994753,177698],[987554,174102],[987376,172368],[998213,192072],[993360,191978],[998281,190661],[988040,203906],[991955,194683],[996105,193377],[989955,203632],[988709,202899],[987594,203464],[998137,211767],[997343,213822],[994282,210944],[992974,209892],[989661,210342],[992759,211222],[993220,213560],[995512,210435],[993502,210655],[995212,211655],[989792,211053],[989951,212082],[989756,212436],[998280,238916],[997043,238236],[992145,255272],[993231,255762],[994694,254330],[996551,254710],[997618,254537],[997450,257208],[986843,257458],[989211,256957],[994420,256915],[986035,125000],[1006727,-163359],[998573,-164933],[1005319,-162065],[1001852,-166110],[998714,-166157],[1001841,-162798],[1000967,-164299],[1004871,-164551],[1003822,-164403],[1002857,-162880],[1000849,-165421],[1003898,-165803],[1004183,-166178],[1002597,-167443],[1001524,-168493],[1005171,-168628],[1004973,-168656],[1005686,-168201],[1005727,-168183],[999459,153330],[1000412,153090],[1000903,153614],[1009669,160074],[1010406,161039],[1010879,159752],[1010670,162080],[1009927,163355],[1003788,162056],[1002725,161384],[1003637,160011],[1002279,160485],[1003423,159309],[1005626,156267],[1001832,158836],[1000249,158738],[999286,158951],[999008,159453],[999128,157722],[999756,155317],[998460,153931],[1008027,160054],[1001921,154275],[1002678,155233],[1004382,156131],[1004097,157395],[1007117,156258],[1007981,157208],[1007386,179314],[1005882,178639],[1004221,177261],[1002385,191678],[1010212,179459],[1009311,189808],[1007636,191657],[1006765,190411],[1005213,191234],[1000081,191879],[1005991,180236],[1008218,180066],[1004416,181808],[998865,191405],[1005370,187103],[1005739,185040],[1004613,184577],[1001256,189737],[1000826,189410],[1000494,200896],[1000326,196021],[999968,202485],[999598,201128],[1004273,196495],[1000679,195064],[999255,196093],[999193,197021],[1001537,195320],[1001126,198937],[1000372,202043],[998740,192409],[1003485,208507],[999020,212989],[1000824,206271],[1001213,208890],[1000638,208183],[1003745,210143],[999089,214066],[1004731,242610],[1007604,246136],[999853,250671],[999150,255473],[999282,253812],[999462,244182],[1005576,244738],[1005973,254881],[1007003,244251],[1023297,166056],[1022775,165078],[1019730,165802],[1011979,163502],[1011672,161118],[1013109,163568],[1014553,162318],[1016900,163875],[1014936,163139],[1015817,161427],[1017417,160949],[1018315,162099],[1018055,162962],[1017301,163003],[1019062,162393],[1020095,163359],[1019683,162438],[1015183,162825],[1013158,162762],[1014536,166155],[1021590,161582],[1019522,170817],[1016518,167163],[1018520,179204],[1019912,172812],[1019907,178536],[1023443,172174],[1012074,179225],[1022054,167286],[1019055,173633],[1018430,171655],[1021773,172055],[1019331,167972],[1014773,169179],[1021480,171833],[1021698,170749],[1022461,168803],[1012480,168997],[1011909,177963],[1018856,181151],[1017292,181322],[1017933,180638],[1018730,182645],[1011868,182525],[1011703,180971],[91561,-2211],[95407,-3527],[99387,-5972],[95515,-3259],[101157,-3166],[93365,-4784],[94220,-2813],[91966,-9719],[92769,-5115],[92436,-8563],[92466,-2722],[90581,-18765],[96292,4841],[95717,5014],[96473,2266],[97571,3295],[99528,1886],[98082,3170],[101506,2595],[97360,854],[99512,1011],[99554,2556],[102234,8014],[101241,4067],[95770,11243],[100060,12962],[91570,25764],[93163,16380],[89733,33989],[93825,28922],[93934,27326],[92901,26894],[100719,35195],[102254,31814],[90118,46873],[92972,47167],[92087,46433],[92766,46093],[91586,41750],[96680,49244],[101797,45540],[99471,46601],[92942,48092],[91970,47405],[90106,49341],[90547,48583],[89622,47828],[94441,50603],[94656,50865],[92498,49571],[92134,50408],[91914,49923],[94492,48656],[94773,48576],[102212,48631],[93567,43738],[92941,44192],[99046,45801],[98822,45710],[101011,50048],[101263,49424],[99785,48975],[99713,49812],[99470,62908],[98609,61263],[101697,54893],[99541,55882],[100120,56468],[100453,57825],[101311,55160],[99901,62192],[98387,62792],[96271,57224],[91818,56225],[100685,57459],[100739,60512],[97687,54531],[93499,55419],[93539,56447],[91487,53593],[96326,53951],[95052,55746],[93994,54556],[95467,53139],[95747,53195],[99849,51780],[100846,67621],[99107,65688],[101642,65248],[97378,74152],[98382,74381],[98076,86559],[92097,90899],[94993,99080],[98529,101463],[97915,100368],[99706,100263],[99062,101058],[95840,91728],[97744,106586],[101410,112137],[96519,107671],[101273,104861],[100755,105323],[90163,120708],[101504,119059],[102055,117525],[101168,115875],[102085,116784],[1025523,176760],[1024488,170183],[1026012,230181],[1028242,228803],[1030627,231745],[1028798,231405],[1027699,230602],[1032874,231660],[1034924,238257],[1033844,237992],[1036170,237381],[1036587,239069],[1035954,239208],[1034659,240152],[1034164,238834],[1049251,230436],[1039070,218709],[1039110,218887],[1037735,237854],[1048317,231332],[1046666,233285],[1047336,231976],[1045333,231237],[1047152,233680],[1046695,232799],[1045343,233810],[1045583,234746],[1044838,235076],[1042189,236713],[1040383,237051],[1043496,238491],[1038256,238495],[1061567,195783],[1062171,199711],[1058066,212980],[1052935,226217],[1051964,230127],[1054073,224870],[1053921,224557],[1054159,223886],[1054479,222763],[1054691,225812],[1052733,225158],[1061269,223055],[1061620,220471],[1061784,218992],[1067387,150481],[1067554,152269],[1066454,152636],[1068304,153202],[1067285,155211],[1066993,156170],[1065693,154232],[1064610,155577],[1063953,156209],[1063119,156535],[1064371,157587],[1064154,158749],[1065727,157991],[1065711,159491],[1064485,160780],[1070900,166528],[1071366,165548],[1067116,165065],[1066158,166527],[1070846,160949],[1071734,159617],[1074049,158375],[1070060,154035],[1072013,167236],[1073003,167578],[1073741,173761],[1073378,170791],[1074810,176432],[1071963,171115],[1071293,168960],[1074542,173557],[1072489,169394],[1074830,171219],[1075068,189720],[1074384,191116],[1063899,185130],[1063797,186219],[1071982,198856],[1070579,202993],[1072606,199280],[1072376,192668],[1072511,196467],[1073335,203641],[1073051,195720],[1071765,197021],[1074517,192530],[1071996,195009],[1073871,199392],[1073475,194237],[1074313,196282],[1071830,201213],[1067782,196467],[1066354,197257],[1064968,199511],[1064336,202863],[1063712,200016],[1065766,195047],[1066712,194290],[1066475,193305],[1074681,205204],[1068464,206175],[1066758,211549],[1066235,213025],[1067290,213328],[1065255,214479],[1063384,213706],[1069964,217463],[1072462,214587],[1073940,212464],[1074876,210117],[1064541,220549],[1066561,220991],[1066897,220360],[1066643,222706],[1076098,162298],[1075716,173127],[1077754,176330],[1076498,176421],[1077470,177253],[1075779,178348],[1077194,179300],[1078136,177205],[1077041,187008],[1077557,188466],[1080737,188179],[1079520,182768],[1079106,179763],[1079117,187622],[1076266,189109],[1079766,182308],[1081422,191323],[1075241,202218],[1075602,203036],[1080776,194280],[1078517,205200],[1148048,573621],[1148115,572312],[1146527,571911],[1146683,572836],[1146090,571546],[1146354,571647],[1145081,573803],[107437,-3376],[105024,-5897],[114753,-4019],[111212,-667],[114745,-10509],[110810,-7128],[109818,-2047],[110075,-7327],[113885,-11399],[112470,-93],[107974,-2248],[114477,-50593],[113361,-51774],[113336,-52951],[112788,-52032],[112703,-51921],[113308,-51140],[112167,-63574],[108532,-61206],[107329,-61735],[107220,-62631],[105568,-61407],[104946,-61316],[104699,-58815],[104473,-58538],[106770,-55278],[108985,-52864],[109792,-56211],[111517,-53562],[112402,-56169],[111777,-53182],[110692,-52629],[110954,-52127],[110605,-53316],[110548,-53564],[109440,-53065],[109359,-53122],[109897,-53909],[110435,-54285],[109757,-54404],[111728,-55310],[113431,-56171],[112964,-55348],[113211,-55484],[112260,-57005],[111899,-56624],[111833,-55836],[110903,-56060],[111426,-55711],[110609,-55560],[106642,-56453],[106005,-56866],[105047,-56666],[105674,-56743],[108137,-55530],[108069,-55781],[108708,-56288],[109028,-55994],[114951,-63439],[113049,-63292],[114639,-61625],[114784,-61323],[111579,-62507],[110123,-61804],[113007,-64168],[111440,-66323],[112169,-67309],[112230,-66727],[114829,-66113],[113873,-66454],[107519,-74517],[108493,-75314],[107359,-76301],[111657,-76078],[113335,-65392],[113485,-64404],[107401,-67452],[107966,-67264],[106689,-66745],[106774,-66482],[106211,-64965],[106892,-64374],[105448,-65563],[104916,-65174],[106573,-64930],[106524,-65125],[110491,-90698],[115112,913],[114873,1795],[115126,2924],[109359,3103],[104329,3824],[110272,921],[114900,2881],[113383,1212],[114752,3467],[114812,906],[112774,10154],[109286,9816],[108680,6593],[108397,5466],[113811,18799],[109271,25307],[103485,36782],[102441,37388],[102654,27831],[102687,29411],[105266,30107],[102818,30458],[112604,31982],[109166,29608],[106452,31819],[108541,29114],[108030,28257],[113542,31098],[112775,34268],[111864,29596],[111285,34132],[108417,32837],[111533,37556],[110129,37886],[113212,31982],[110746,40277],[114764,50995],[107401,48973],[106819,49225],[102454,49099],[105798,49651],[104107,48389],[104569,48881],[113944,40206],[102802,55989],[102902,58516],[107237,62456],[103275,61444],[103672,61388],[104737,58838],[105506,63126],[111270,61791],[108004,55069],[109666,54712],[107721,52751],[106212,58133],[111362,62327],[112249,54687],[110318,54179],[112323,56796],[112064,57776],[114302,61536],[114182,61023],[114281,51720],[102720,63323],[103464,63885],[106666,64601],[112876,75230],[113992,74436],[107437,71978],[106894,68715],[112799,73586],[111332,72673],[104723,64204],[102641,68402],[105695,64808],[107177,66789],[103068,87575],[112401,78710],[108131,84492],[109942,77164],[109273,77792],[110104,77072],[107262,77176],[111455,84115],[114453,102177],[111863,102433],[112224,100822],[109771,99969],[107676,102304],[112325,101611],[103076,97818],[108522,90115],[114374,91939],[112722,92490],[107241,97392],[110396,98887],[107196,94595],[112911,90037],[112156,111659],[104315,110613],[102814,110822],[113248,107777],[114754,110163],[109529,103506],[107875,111846],[114731,103585],[110848,114634],[111000,114686],[114845,115295],[114290,114822],[114728,114408],[110156,110220],[107949,110941],[108227,110362],[104491,112786],[105569,112464],[108710,114011],[110761,114581],[103150,112650],[104466,112138],[103808,111953],[103949,115054],[103442,115035],[104039,115963],[106368,115938],[113944,115776],[108692,126205],[114321,119268],[114104,119537],[103629,125392],[111214,125754],[111619,126767],[1202282,229438],[1199325,228968],[1202209,228759],[1202772,231464],[1215867,216869],[1211276,216145],[1214681,216871],[1213338,214107],[1204729,228974],[1209866,225950],[1211264,226685],[1208134,223414],[1204488,231572],[1215637,634069],[1214096,634726],[1214692,634931],[1215164,633093],[1214572,633199],[1221290,626793],[1219266,626680],[1219164,627348],[1219989,627454],[1220149,627766],[1222075,629076],[1220255,629981],[1220975,627914],[1221334,630166],[1222609,631795],[1223884,630785],[1222232,631147],[1223036,629528],[1223796,630097],[1216661,630216],[1217143,628392],[1217376,630270],[1217749,629889],[1218822,628724],[1216799,634042],[1218102,635230],[1218482,634558],[1218628,635774],[1218750,634012],[1219952,634148],[1219618,634047],[1219678,633801],[1220105,635461],[1220816,634504],[1219187,632057],[1219743,632895],[1219860,631221],[1217524,633411],[1218278,631564],[1240046,534250],[1241557,533286],[1241241,533735],[1239716,541157],[1241505,540438],[1240269,539920],[1240782,540032],[1240721,539729],[1239217,548774],[1238313,547288],[1237336,548478],[1239372,549558],[1240117,548192],[1239892,548350],[1241219,547382],[1241335,549295],[1239111,551888],[1237379,551886],[1237519,552761],[1237945,551854],[1239217,551038],[1239214,551375],[1240134,559569],[1239315,559106],[1240334,559065],[1253188,537331],[1252658,536584],[1253790,537608],[1254254,536449],[1251179,532169],[1251707,531275],[1251460,532013],[1252637,532295],[1251924,530346],[1252331,535916],[1252116,536577],[1250122,535684],[1251635,536654],[1246946,537256],[1242985,537102],[1245227,537393],[1243492,533101],[1244869,531031],[1243814,532060],[1244137,531537],[1244266,530871],[1241839,533020],[1254096,548022],[1253230,548099],[1253647,548478],[1254107,548739],[1250134,544595],[1251446,545495],[1252008,543854],[1249699,544620],[1250701,543587],[1252552,542569],[1253984,541370],[1252848,541572],[1252157,541449],[1252014,542273],[1254110,542673],[1254072,543270],[1252338,537913],[1248599,537962],[1248435,537849],[1248514,538668],[1248564,538721],[1243142,538480],[1243222,538791],[1245410,538282],[1243407,542470],[1243546,541549],[1242238,543588],[1243039,541608],[1243962,543303],[1243906,549660],[1244328,549150],[1242516,550451],[1241929,549347],[1242404,551820],[1247119,554139],[1244970,556079],[1244470,554826],[1243744,556314],[1244923,555253],[1242175,557429],[1242273,560217],[1247426,561402],[1244933,562364],[1244540,562768],[1248215,561522],[1251922,561757],[1250970,561282],[1249817,560935],[1249258,563253],[1251960,562210],[1244804,564068],[1248447,568014],[1251939,567707],[1249269,567646],[1250614,566152],[1251693,567590],[1252137,566324],[1254744,537321],[1255879,547805],[1255826,546589],[1254855,547491],[1254600,549389],[1255485,549583],[1254821,543876],[1255282,544696],[1255813,544960],[1276764,549697],[1276243,549971],[1277484,550225],[1277553,550031],[1275418,549057],[1279231,557035],[1278919,556071],[1279744,555826],[1279835,556859],[1279179,556908],[123208,-3689],[116217,-10886],[115285,-11064],[116260,-607],[116548,-11223],[117020,-2834],[115882,-141],[115511,-104],[116642,-757],[119515,-345],[119839,-484],[117407,-9650],[115990,-8777],[124205,-305259],[122332,-300580],[127448,-304137],[124646,-303355],[121478,-300012],[123528,-304292],[125191,-308886],[127415,-332411],[126296,-340388],[126832,-338489],[127879,-333410],[127752,-333049],[124896,-24382],[117696,-31910],[119769,-26263],[124004,-28155],[121040,-25893],[125782,-30422],[125760,-31005],[122685,-50274],[116431,-50861],[118409,-49526],[120350,-50375],[119805,-49892],[121167,-49082],[122022,-49737],[119526,-49856],[118990,-49766],[117467,-50724],[118510,-49582],[127596,-50915],[117815,-51289],[119336,-52206],[118715,-51276],[117937,-51196],[127916,-62561],[124926,-56526],[126206,-55120],[126266,-53075],[125043,-55298],[123391,-56738],[123897,-57415],[124083,-58324],[125946,-59356],[122532,-60220],[122282,-61618],[123961,-63127],[127888,-57074],[116215,-63605],[115605,-62806],[116440,-60994],[115683,-59904],[115708,-60445],[125472,-70811],[121499,-64053],[121881,-63921],[124914,-64179],[124716,-65629],[123811,-66526],[121923,-66037],[120638,-67610],[125817,-64982],[121771,-73351],[125696,-74817],[123640,-73612],[125435,-71262],[124295,-71577],[125519,-69044],[124310,-72750],[125986,-72799],[127638,-71694],[127339,-70960],[126135,-71349],[125962,-73862],[123966,-71457],[127085,-65318],[119839,-101218],[118363,-92331],[118446,-93673],[115786,2446],[115852,1283],[115826,2597],[115787,2108],[117485,511],[116778,2441],[115605,720],[115292,3136],[122789,12673],[124227,9770],[121572,9535],[118543,11560],[118548,11535],[117372,8971],[125920,5777],[127223,138286],[126864,138600],[117999,25440],[126358,16425],[116261,14285],[125855,21239],[115205,18683],[115815,19860],[127480,36982],[124411,36216],[124998,35835],[125317,37904],[124561,38103],[121676,29618],[119709,26572],[123904,29169],[120904,28019],[121976,31538],[127990,27844],[127553,27812],[126258,27787],[126614,28421],[125858,28591],[123182,30085],[123755,29876],[124367,29186],[123315,29330],[122380,34525],[115618,30496],[116871,32367],[116649,34944],[117144,27202],[119957,28919],[118994,28754],[120122,29680],[115552,49923],[126517,38825],[126338,49928],[122170,46446],[120849,45775],[118595,47407],[117457,46886],[116260,50184],[125802,43611],[123214,40020],[122943,39868],[124982,62844],[116516,59788],[126612,61014],[127960,60406],[119489,63506],[121084,63487],[125368,66796],[123489,67619],[120570,64233],[120477,66655],[118586,67550],[115695,73429],[125206,64317],[122167,89269],[118659,79267],[118567,77094],[121970,78258],[121086,78352],[119707,77860],[118182,78577],[123350,89669],[123338,90092],[124990,100111],[120331,101607],[127532,112135],[125045,110021],[125303,111578],[117057,109806],[124128,114462],[125630,113808],[123940,110784],[123466,109211],[127566,112973],[122804,114740],[123305,113634],[118954,115057],[116285,112698],[116401,112063],[116437,110706],[115953,110396],[123059,111714],[124281,111666],[123846,113666],[119637,111636],[120273,112340],[119748,111510],[120655,112146],[121212,104235],[125115,102879],[126395,104141],[124323,105520],[124424,106984],[115591,117976],[126026,115883],[121110,121351],[116677,117545],[116937,117548],[122930,115512],[117398,115790],[116823,115416],[118038,116547],[119143,125060],[118144,124103],[118442,125647],[117930,118955],[117958,120961],[123427,123965],[127909,121757],[-124141,-188909],[-125331,-191020],[-120200,-549557],[-115654,-549177],[-119390,-547576],[-118317,-546406],[-118322,-546508],[-118262,-546550],[-115797,-549273],[-115726,-549252],[-119848,-549445],[-116293,-552531],[-124866,-561080],[-115710,-550581],[-125588,-561068],[-123890,-569042],[-123111,-570303],[-119967,-570321],[-119631,-573860],[-119789,-574197],[-120431,-574519],[-119043,-569250],[-122652,-575278],[-122098,-575638],[-125317,-564786],[-126667,-566029],[-119578,-570032],[-121745,-563633],[-121458,-565909],[-118542,-568759],[-122741,-577297],[-123027,-576120],[-115467,-576082],[-123901,-577048],[-120170,-575832],[-122308,-576985],[-118807,-603256],[-118221,-604148],[-123558,43714],[-124992,42362],[-123702,43305],[-126130,45123],[-126149,50853],[-126337,51118],[-118304,41628],[-117496,41181],[-122536,44338],[-126361,47138],[-125515,52924],[-123629,52700],[-121600,54836],[-127603,62077],[-1453192,1344368],[-129019,-548410],[-134818,-545564],[-140743,-543844],[-139911,-544508],[-139668,-545201],[-136659,-544036],[-133422,-548426],[-133519,-547558],[-137555,-542333],[-139144,-540852],[-137035,-541290],[-129526,-562031],[-136558,-555835],[-128496,-563038],[-129285,47578],[-128750,48048],[-128439,50872],[-129975,49332],[-129015,52006],[-132216,62971],[-132596,57812],[-132683,57735],[-134598,55872],[-135381,56371],[-135281,57957],[-132800,53661],[-133144,52257],[-130667,61216],[-130825,61571],[-130471,62273],[-130717,60749],[-131576,60296],[-132981,64202],[-140718,83908],[-142986,-542935],[-142068,-543797],[-141067,-544886],[-144973,-546043],[-143905,-546135],[-144449,-545006],[-145520,-543902],[-146512,-545938],[-153060,-547479],[-153131,-547510],[-149814,-549517],[-150755,-549640],[-149674,-549291],[-151464,-549006],[-151251,-617491],[-147142,-620541],[-149247,-618613],[-151852,-620563],[-142707,-688046],[-149308,-690290],[-145983,-688844],[-146036,-687312],[-148590,-681123],[-147511,-685361],[-146606,-683803],[-149427,-681760],[-145462,-691489],[-150589,-697351],[-150787,-694039],[-147380,-694892],[-144020,-702910],[-149100,-697706],[-148695,-692295],[-148558,-692664],[-143999,-702863],[-148282,-699783],[-147244,-698502],[-146425,-701581],[-146963,-703078],[-146303,-699852],[-145948,-700623],[-151128,-693998],[-149307,-698707],[-145755,-704555],[-147313,-705873],[-146614,-703992],[-144052,70121],[-144138,67160],[-148909,69346],[-148551,66396],[-140822,76450],[-146788,71422],[-148935,69462],[-149079,73488],[-149922,72095],[-148223,65846],[-145256,71400],[-141518,80176],[-140953,77905],[-145349,79595],[-143893,78592],[-141885,78401],[-141075,81729],[-141243,82737],[-142612,84328],[-143500,86709],[-142187,87608],[-144273,82989],[-153374,89743],[-144291,85101],[-148805,89320],[-149174,88796],[-150250,87770],[-153557,85754],[-143197,80560],[-142909,82554],[-152604,89302],[-142097,98662],[-150870,93581],[-144380,91504],[-144487,92573],[-143417,89879],[-152817,91100],[-147660,91822],[-150550,91570],[-152585,92920],[-149276,93614],[-149597,96090],[-147026,96262],[-147652,107160],[-151926,105194],[-150641,103120],[-155308,63863],[-155727,70464],[-158650,69982],[-160249,74764],[-156091,72378],[-156924,72640],[-157200,74324],[-163043,74391],[-158586,72095],[-154759,68878],[-158141,65828],[-158862,86282],[-162003,88680],[-157478,86785],[-156903,87712],[-163283,85742],[-158136,85106],[-162743,91309],[-156274,100677],[-160481,97199],[-160873,94693],[-165339,118590],[-164062,117249],[-163748,117914],[-167527,-21533],[-168693,-20702],[-168643,-22151],[-173958,-98768],[-172930,-99844],[-175646,-99497],[-175294,-101317],[-176927,-101502],[-175092,-99579],[-167913,-108457],[-168866,-106662],[-169442,-107791],[-172887,-103112],[-178496,106964],[-171083,119090],[-166773,118471],[-169687,119175],[-170893,119442],[-188057,-163843],[-191815,-163015],[-191160,-161024],[-190369,-161540],[-191213,-162390],[-191321,-167008],[-191582,-168850],[-179216,-87578],[-188328,-105478],[-186370,-106989],[-186965,-105000],[-186454,-109605],[-186962,-109715],[-186779,-110825],[-188341,-109347],[-188930,-109302],[-190341,-111617],[-190520,-112577],[-189711,-113260],[-180229,163627],[-180396,165660],[-181218,164052],[-180136,105800],[-187413,118172],[-187347,117947],[-199274,-134193],[-198945,-136390],[-199398,-135382],[-199218,-135106],[-195810,-135236],[-195862,-131653],[-196645,-130746],[-193656,-166541],[-192991,-169588],[-203896,-544596],[-202073,-543595],[-202357,-106634],[-200482,-107117],[-199966,-106982],[-194710,-108190],[-193877,-107867],[-192756,-107222],[-196874,-108408],[-214962,-121691],[-215562,-123708],[-210801,-126079],[-210772,-125501],[-211347,-125395],[-211844,-124180],[-213605,-120857],[-215315,-123328],[-214990,-124662],[-206525,-31897],[-205993,-33611],[-212725,-48375],[-217523,-62428],[-215556,-61173],[-215986,-60498],[-214892,-60725],[-204928,-64683],[-205372,-64130],[-205304,-64552],[-207298,-97043],[-207759,-97610],[-207340,-98719],[-209026,-97816],[-208700,-96784],[-207246,-100027],[-207158,-98626],[-210385,-109414],[-211172,-110922],[-212501,-110752],[-208914,-107980],[-207443,-109223],[-206738,-103624],[-211375,-105398],[-209627,-105334],[-214796,-107579],[-216355,-110173],[-216625,-112010],[-216983,153737],[-217133,152030],[-216758,151791],[-216186,150687],[-216621,148639],[-204842,126660],[-205324,124562],[-205328,127444],[-218385,-61710],[-219041,-62184],[-219394,-112965],[-220129,-111450],[-218056,-113501],[-223715,152184],[-220257,150751],[-219949,151166],[-219663,150867],[-221118,152422],[-223693,151465],[-221061,155194],[-221068,154337],[-237183,-306098],[-243001,-302460],[-240765,-302726],[-242752,-306865],[-240135,-306332],[-235441,-302394],[-239456,-304636],[-237257,-304621],[-235925,-313225],[-235026,-311358],[-240134,-308742],[-234880,-307117],[-236050,-308806],[-233618,-308216],[-233664,-311907],[-240658,-307184],[-235353,-313559],[-239786,-313078],[-240960,-311545],[-238088,-311747],[-236044,-312655],[-236960,-312343],[-237385,-312504],[-233547,-314659],[-241617,-317231],[-240081,-316849],[-238401,-318003],[-238200,-317462],[-238410,-316812],[-239571,-318484],[-236728,-316221],[-236624,-318609],[-237444,-317908],[-236460,-318234],[-239694,-318610],[-238839,-319712],[-238661,-319382],[-239338,-318791],[-235258,-317118],[-235842,-314662],[-235420,-314512],[-236904,-314950],[-235902,-315523],[-237842,-314039],[-237330,-313495],[-240928,-314102],[-241365,-312368],[-241632,-316200],[-239591,-315307],[-240188,-316776],[-242056,-321226],[-241742,-321725],[-238327,-323412],[-240516,-324577],[-238199,-322087],[-238428,-324736],[-236591,-320919],[-238571,-326456],[-238041,-322771],[-238880,-324799],[-241432,-325168],[-241705,-330787],[-243021,-331130],[-240291,-324425],[-239450,-323227],[-239388,-324253],[-238698,-321226],[-241452,-321118],[-239735,-320919],[-240278,-319897],[-242315,-335357],[-242837,-336500],[-242211,-334707],[-242197,-335895],[-241467,-335636],[-241432,-335721],[-241038,-337189],[-240640,-337246],[-238878,-334357],[-239889,-335591],[-240676,-335836],[-239456,-335942],[-239594,-335331],[-241085,-335371],[-241924,-335304],[-240515,-335062],[-240979,-334793],[-239856,-334760],[-242049,-334081],[-240198,-333434],[-241715,-333472],[-241538,-333058],[-241717,-334310],[-233218,-480680],[-232401,-480827],[-234774,-484670],[-235019,-485174],[-234024,-481471],[-230956,-478642],[-232935,-479845],[-241548,-498897],[-241974,-497943],[-237065,-498055],[-237754,-497167],[-237039,-497045],[-236860,-494774],[-237663,-497168],[-237528,-495518],[-237207,-495489],[-237604,-495521],[-239083,-495227],[-239925,-494267],[-237280,-493659],[-237924,-488113],[-236836,-490403],[-237023,-489873],[-236009,-486432],[-239707,-488471],[-239000,-491754],[-238649,-495363],[-237417,-491743],[-239205,-490403],[-239761,-489087],[-237708,-492513],[-239173,-489571],[-237002,-490681],[-238630,-503775],[-238784,-502731],[-241474,-506652],[-241775,-508622],[-238026,-502083],[-238123,-502256],[-242055,-508523],[-241786,-508499],[-242483,-508896],[-237804,-500871],[-241132,-514619],[-242082,-514355],[-241272,-513944],[-242166,-513684],[-9189,-68932],[-727,146565],[-713,143395],[-729,142820],[-253921,-291389],[-252218,-293788],[-255680,-289952],[-253498,-291021],[-255580,-301492],[-254068,-300809],[-252800,-294972],[-243317,-306511],[-243285,-301593],[-249174,-301672],[-245935,-302420],[-245208,-302147],[-252908,-297338],[-246913,-296008],[-254282,-296412],[-247157,-306856],[-254421,-302363],[-254459,-303099],[-248936,-300560],[-254448,-300199],[-255377,-298633],[-251728,-304414],[-248698,-303442],[-250375,-300340],[-250850,-310803],[-252693,-310839],[-250574,-308696],[-250238,-310176],[-252136,-310117],[-255095,-308351],[-251578,-309467],[-251824,-317041],[-252224,-317676],[-251228,-316697],[-249829,-307451],[-251495,-319286],[-249417,-317279],[-250424,-317961],[-250977,-318868],[-244111,-318044],[-252398,-332518],[-243833,-329879],[-243350,-326904],[-254195,-328268],[-251953,-326662],[-255251,-324144],[-252228,-328413],[-249489,-329998],[-254987,-332368],[-250019,-327639],[-245036,-331279],[-246454,-332081],[-247230,-331819],[-247009,-332464],[-249643,-330771],[-248008,-329842],[-249336,-329909],[-249546,-329799],[-246231,-329496],[-244901,-330283],[-244952,-330640],[-245288,-328069],[-246124,-330019],[-246014,-327931],[-244956,-328196],[-250006,-331217],[-252070,-329708],[-249878,-331112],[-251737,-331396],[-253802,-332559],[-253359,-331618],[-252813,-330730],[-253537,-330694],[-254244,-330017],[-250817,-333367],[-254062,-338582],[-250788,-335017],[-253896,-338451],[-253803,-337476],[-253305,-332717],[-254113,-334292],[-251032,-338016],[-245935,-336272],[-249662,-335729],[-250015,-336110],[-247435,-334410],[-248673,-337400],[-245628,-339116],[-245585,-338236],[-244958,-339074],[-246563,-338183],[-245950,-336834],[-245883,-336795],[-246363,-336247],[-247320,-334937],[-246741,-335980],[-248596,-336343],[-248661,-336522],[-244906,-334956],[-245808,-335033],[-245904,-335243],[-244597,-334372],[-243652,-336443],[-250930,-333192],[-252082,-334485],[-253639,-338611],[-253594,-337092],[-252454,-336754],[-253205,-338207],[-252686,-337662],[-252000,-15110],[-243536,-496134],[-244016,-496404],[-243364,-499499],[-244284,-513257],[-243892,-514271],[-244212,-513331],[-243458,-517222],[-244920,-521317],[-243463,-517365],[-243379,-517300],[-246374,-42028],[-243828,-39232],[-261804,-289307],[-261629,-289178],[-256746,-293453],[-257946,-286058],[-259133,-285812],[-258965,-290375],[-260090,-288076],[-257614,-294100],[-257037,-294396],[-256177,-302798],[-259657,-299169],[-256079,-298559],[-260335,-305707],[-258869,-300657],[-264839,-301089],[-258599,-300013],[-264852,-297102],[-259230,-306684],[-258515,-299655],[-258453,-297928],[-265497,-300896],[-262502,-297600],[-260688,-305154],[-258176,-302933],[-264089,-302580],[-260591,-310303],[-257425,-310654],[-261178,-310229],[-261462,-310502],[-258403,-313803],[-257922,-319592],[-262887,-309594],[-256750,-321451],[-258483,-326471],[-256617,-334457],[-268588,-560694],[-268148,-561488],[-267812,-562481],[-266437,-561785],[-267381,-565007],[-263731,-573202],[-262697,-570752],[-268335,-563030],[-264177,-571822],[-266540,-570807],[-266545,-571867],[-266415,-572103],[-267184,-569947],[-267007,-568114],[-266053,-567753],[-263877,-572192],[-263775,-572048],[-263278,-571346],[-263810,-572217],[-263982,-571920],[-263738,-572164],[-263051,-571195],[-262525,-572876],[-265274,-57401],[-265135,-57683],[-264437,-57924],[-264063,-59683],[-263925,-59853],[-263886,-60029],[-258516,-57474],[-258516,-57487],[-258463,-57805],[-261613,-63095],[-261658,-63119],[-262006,-63316],[-262071,-63352],[-262393,-63536],[-262453,-63571],[-261694,-63147],[-261197,-63221],[-261165,-63283],[-261003,-63562],[-260980,-63608],[-260960,-63644],[-260777,-63976],[-260807,-63913],[-274719,-175154],[-280525,-514142],[-275073,-559322],[-277528,-560474],[-275529,-559998],[-273839,-558337],[-275151,-559299],[-273683,-558320],[-277538,-560394],[-277445,-560465],[-275112,-559388],[-273517,-566112],[-272461,-565135],[-271046,-564051],[-273772,-564030],[-273740,-564240],[-273940,-566764],[-277717,-563038],[-277735,-563107],[-274960,-564108],[-274737,-563726],[-275165,106544],[-291467,-522105],[-285400,-516792],[-284505,-518066],[-288667,-516796],[-290279,-520719],[-285295,-516797],[-291438,-518836],[-285102,-516083],[-284124,-516116],[-286343,-512711],[-291456,-523052],[-290578,-522287],[-291947,-519055],[-287964,-515656],[-287356,-515192],[-287402,-515054],[-288319,-516346],[-289702,-517147],[-289812,-517150],[-291107,-517401],[-291493,-523097],[-291088,-517846],[-292514,-518119],[-291749,-517947],[-292546,-521259],[-292771,-520757],[-292370,-519527],[-281764,-513791],[-285288,-516675],[-289077,-521248],[-288004,-521302],[-288667,-521759],[-288895,-522502],[-288590,-519311],[-289610,-519078],[-286381,-92685],[-289356,503771],[-291470,505702],[-303626,394533],[-299840,396294],[-299683,393347],[-300566,392045],[-300931,389455],[-304019,405923],[-300494,405693],[-298378,408688],[-299505,408262],[-304623,397834],[-300089,398033],[-304947,511665],[-302626,509570],[-301795,509094],[-300938,507704],[-300491,510094],[-301377,521850],[-301534,520973],[-306867,520957],[-306413,523216],[-305495,524043],[-304818,522612],[-306403,515506],[-305323,514192],[-304894,525220],[-314527,-90323],[-311032,398349],[-313169,400322],[-314740,401705],[-311609,401885],[-309108,399529],[-311056,400768],[-307375,514217],[-308598,513656],[-308954,514430],[-307994,515900],[-308667,516142],[-308243,517531],[-307892,518732],[-308230,522399],[-329190,-154829],[-329904,90800],[-338396,-116634],[-338932,-116755],[-339126,-116376],[-339194,-115639],[-340704,-118959],[-342114,-116324],[-342346,-115378],[-339576,-115718],[-338161,-116333],[-337720,-116269],[-335429,-115212],[-334951,-115644],[-336612,-116712],[-335273,-151907],[-343507,-174193],[-343876,-173712],[-343495,-174060],[-338153,-34236],[-337683,-35471],[-336104,-35612],[-344037,-38570],[-344356,-108727],[-337011,-114965],[-336456,-114882],[-354136,-119088],[-354086,-118754],[-348628,-139613],[-355565,-141217],[-349598,-110153],[-359860,-118206],[-359569,-117992],[-362208,-246903],[-361652,-247909],[-365269,5438],[-15127,-118701],[-24578,-149769],[-24102,-1074],[-23554,-154],[-18118,-63248],[-20122,-63048],[-22746,-61142],[-21240,-62429],[-14659,-65477],[-22578,397],[-374800,-121454],[-374827,-121795],[-383019,398465],[-382240,400089],[-381105,398863],[-380449,398190],[-383498,400413],[-393790,337389],[-394992,337488],[-394386,336778],[-392982,339266],[-391283,338932],[-391049,339805],[-395116,353669],[-396388,356185],[-395436,356318],[-394220,357103],[-394716,348100],[-395900,349206],[-390361,351130],[-390667,350091],[-390725,347141],[-391772,348016],[-390657,355921],[-390517,354239],[-393294,357058],[-396177,362647],[-395106,362477],[-395140,361076],[-393266,361389],[-394097,362072],[-391641,364490],[-392268,364150],[-388271,364624],[-388559,363918],[-389936,365733],[-388716,367759],[-390335,368566],[-391586,370179],[-388515,370845],[-395420,368920],[-396752,367862],[-390691,365501],[-390892,365315],[-392814,365143],[-387339,367486],[-390878,371956],[-392169,374353],[-391726,373806],[-389404,379458],[-388348,379233],[-390973,379437],[-391367,380036],[-393331,377208],[-394572,378904],[-393707,374809],[-394546,376236],[-396118,373417],[-396228,405286],[-395268,406207],[-395893,400379],[-395211,400941],[-395125,400100],[-392720,397429],[-392935,398356],[-393249,398037],[-391020,398401],[-392253,397746],[-387334,399448],[-386433,397451],[-387496,401475],[-387372,401206],[-386387,401011],[-385014,399712],[-386521,401990],[-386431,402615],[-386070,412598],[-385180,412394],[-400198,351699],[-397892,349309],[-398472,349171],[-397273,352755],[-402264,348229],[-402991,346819],[-402318,354901],[-401553,353760],[-406084,356601],[-405555,357746],[-402577,355146],[-403420,353924],[-399365,356179],[-399480,355868],[-399794,360180],[-397842,359252],[-397624,362064],[-399770,366759],[-399524,365070],[-397721,366508],[-397372,367283],[-405434,362400],[-404976,363630],[-408908,364617],[-407291,365744],[-409485,364810],[-404086,370067],[-403259,368252],[-406686,366793],[-399033,369631],[-399135,368896],[-400650,371114],[-400158,372674],[-403048,376474],[-401226,376788],[-399638,380587],[-400882,379960],[-404885,377153],[-403918,379375],[-405111,376884],[-401527,379558],[-402861,374319],[-400933,373477],[-401909,375559],[-406389,490651],[-406783,490377],[-409384,487186],[-410680,378088],[-411210,486266],[-410057,485393],[-411968,488720],[-414220,492346],[-415580,493522],[-420770,495634],[-420265,495297],[-417443,493900],[-416984,494127],[-413516,497231],[-412403,497755],[-410423,486682],[-411557,492598],[-411140,492809],[-497116,369870],[-493315,380351],[-494664,378923],[-494085,378789],[-495913,382214],[-495469,380666],[-499025,380965],[-490871,373854],[-492337,375309],[-492110,375180],[-498895,374833],[-498665,393456],[-497210,394289],[-494464,393901],[-494320,393832],[-494541,391458],[-495702,390393],[-495964,390621],[-496426,389565],[-493678,387742],[-494200,386666],[-497476,385500],[-494818,384973],[-495654,384240],[-490059,385566],[-489688,384628],[-26483,-149449],[-30172,-50835],[-30833,-50758],[-28798,-51777],[-29172,-51080],[-499213,369767],[-502610,370673],[-501321,370806],[-504191,368549],[-511371,370193],[-511578,371092],[-510512,381422],[-511663,381849],[-500991,380099],[-500761,380839],[-500649,383252],[-499893,382555],[-500977,372388],[-503353,372374],[-502085,372124],[-500193,373300],[-510569,374570],[-509548,374679],[-509165,377005],[-511793,374274],[-511534,374737],[-504029,379294],[-505883,378635],[-504151,379494],[-504416,379910],[-509866,389866],[-510320,391289],[-507777,392119],[-508535,388264],[-508939,386701],[-507906,386174],[-508749,386072],[-511803,384687],[-502961,393563],[-501818,392231],[-503575,390545],[-502698,390349],[-502610,390826],[-504215,392282],[-504681,392903],[-515030,370806],[-514350,371137],[-515483,368986],[-514774,369659],[-512307,364370],[-512465,382069],[-512762,383411],[-515933,372719],[-514622,371912],[-515473,378216],[-516436,377257],[-549869,200785],[-547191,203085],[-548112,201246],[-547720,204254],[-547143,203838],[-547610,206284],[-549021,207163],[-560202,186516],[-557793,186169],[-558479,187197],[-558459,189013],[-551918,200899],[-551040,202575],[-552592,196596],[-560628,198885],[-560283,198173],[-557602,197272],[-562630,197051],[-562893,204411],[-560861,194705],[-561420,193339],[-561209,193645],[-562660,193784],[-562266,192226],[-556191,194692],[-554964,195184],[-554585,197068],[-550830,194486],[-552855,194783],[-559273,204695],[-558972,202647],[-555265,204844],[-560998,209439],[-559154,206581],[-560890,206576],[-553044,205306],[-554558,206970],[-568267,190793],[-568370,191499],[-565286,186489],[-563650,186123],[-569992,186193],[-573060,188788],[-572753,187871],[-574176,186947],[-572266,186657],[-571980,186421],[-570284,188520],[-566383,199062],[-564085,196701],[-566574,196989],[-571945,198492],[-572509,196201],[-573731,194673],[-574205,194563],[-573899,200210],[-573506,200340],[-574716,203526],[-573430,202797],[-571194,204561],[-572007,202594],[-569157,202097],[-570856,203823],[-566736,202522],[-567547,202784],[-564369,203591],[-564262,202515],[-564027,202904],[-564199,198426],[-564627,198614],[-568489,193199],[-568207,195461],[-569237,196756],[-568981,197119],[-569132,207104],[-569556,207786],[-564757,205260],[-563540,211818],[-563962,208427],[-563237,209840],[-580029,1760069],[-578266,1778206],[-577185,1773748],[-576743,1772438],[-577268,1768361],[-578442,1771501],[-577137,1772763],[-577727,1771749],[-576295,1770279],[-584057,1768817],[-584375,1769701],[-583705,1769470],[-588407,1781949],[-578181,1779859],[-50045,-150776],[-50571,-149940],[-50959,-89275],[-50877,-90589],[-648541,-265408],[-59475,-154717],[-59810,-154344],[-59965,-154729],[-60136,-154904],[-56322,-176091],[-56115,-177154],[-57181,-177083],[-55864,-176146],[-56111,-177164],[-62125,-179821],[-56024,-68361],[-56266,-89045],[-53342,-90156],[-54356,-90307],[-52514,-90389],[-52075,-90840],[-64250,-424320],[-64435,-424225],[-69941,-82087],[-68933,-81790],[-68304,-80251],[-68092,-87352],[-69673,-85734],[-85840,-553143],[-84910,-553562],[-88326,-586151],[-84373,-584906],[-84292,-585711],[-86820,-585457],[-89530,-590501],[-88641,-595276],[-88660,-591394],[-86125,-588629],[-85620,-589480],[-86610,-590354],[-95314,-117601],[-94273,-118935],[-94760,-122985],[-95274,-125350],[-95090,-124503],[-99514,-551505],[-99373,-553874],[-99520,-551298],[-99605,-551354],[-98433,-586816],[-98365,-586466],[-98166,-583645],[-99425,-584647],[-101525,-586192],[-101013,-586628],[-100526,-588368],[-100538,-586593],[-90827,-591000],[-90833,-592057],[-90238,-592954],[-98983,-589215],[-98840,-596922],[-101544,-596047],[-101553,25207],[-98916,24211],[-97987,24307],[-99455,30905],[-100729,28929],[-96886,28096],[-100236,34932],[-101879,35023],[-101185,33790],[-103550,-549119],[-104741,-548962],[-103230,-549593],[-104427,-549551],[-105546,-549514],[-106451,-549641],[-112897,-551983],[-114394,-550852],[-114831,-551398],[-107071,-581467],[-108023,-582994],[-107260,-581967],[-107912,-583170],[-109604,-582744],[-103670,-590197],[-113842,-599651],[-107844,-598435],[-106453,-594973],[-102893,-595785],[-104105,-588957],[-102640,-591759],[-108596,-602119],[-103160,34678],[-104899,34802],[-107125,34209],[-112013,34145],[-111417,41220],[-112411,40279],[-112146,39493],[9944,137362],[2533,140629],[11129,137355],[4635,135723],[12184,143617],[11608,146114],[1359,142977],[10224,144726],[12066,146596],[5761,144189],[1640,141269],[10082,146987],[12575,18079],[12614,20039],[11517,19394],[11802,19130],[7356,104658],[7404,122319],[8405,121117],[8571,120704],[9277,119393],[9518,118482],[10439,116537],[1283110,549978],[1281919,549635],[1282102,547844],[1283111,547006],[1281071,549300],[1286636,552967],[1282101,550660],[1280408,557566],[1280041,555672],[1280168,551359],[1282008,553110],[1282602,553335],[1283356,553468],[1286253,555297],[1286309,553273],[1286247,553052],[139252,-279],[134975,-8868],[139641,-8698],[129678,-1579],[133132,-3385],[133244,-6506],[131621,-5293],[131404,-11300],[128789,-10641],[129898,-8126],[128250,-8850],[136836,-302387],[132101,-303603],[130704,-302367],[136958,-302123],[137193,-302883],[136016,-299204],[130927,-303262],[134599,-311763],[139715,-319691],[137333,-307934],[138050,-318174],[139640,-319059],[140727,-317513],[139736,-311553],[137814,-311882],[140128,-321140],[139620,-323240],[139291,-320248],[140756,-323258],[139841,-325002],[135564,-330045],[137090,-327438],[133668,-331826],[139835,-324965],[139373,-324431],[128238,-332435],[140505,-324836],[140052,-325652],[128224,-329797],[129736,-332147],[132779,-331285],[139394,-330239],[138611,-328992],[139385,-326903],[136956,-331672],[135365,-332238],[137170,-331415],[135024,-328210],[136665,-332552],[133447,-329842],[134988,-328467],[133341,-329360],[133776,-327943],[129262,-337964],[131794,-341051],[130812,-334084],[130319,-339208],[131561,-342249],[128974,-342184],[129088,-333268],[132034,-336781],[130600,-347524],[130370,-349788],[132332,-348629],[132030,-350693],[139593,-24991],[138907,-13385],[139883,-15624],[140251,-16207],[139964,-24686],[140403,-18436],[134945,-25151],[131629,-13094],[133006,-22107],[128695,-20743],[133093,-22481],[131991,-20336],[130123,-22895],[135589,-17201],[136626,-18825],[136941,-19191],[130250,-14286],[133312,-35072],[138116,-37811],[134828,-36076],[136392,-32288],[134422,-33326],[138162,-34443],[139689,-28500],[129522,-37646],[131407,-35456],[134035,-35634],[132986,-36050],[133686,-36266],[133258,-36604],[128743,-36069],[139774,-28403],[134062,-26908],[135735,-26687],[139308,-38397],[139498,-38328],[133237,-40587],[129454,-38863],[137861,-41096],[139810,-41790],[139542,-42079],[137871,-40636],[131915,-50183],[128238,-49689],[131903,-50551],[128239,-50725],[128190,-50913],[129685,-60824],[128472,-58382],[128572,-58367],[128524,-56659],[131429,-54504],[131487,-52932],[128479,-63017],[139826,-72834],[139455,-73200],[139545,-72833],[137936,-72882],[138945,-72537],[138085,-72852],[136584,-72742],[136610,-72796],[136486,-72783],[136061,-72657],[134657,-72899],[139961,-74554],[139090,-74240],[139687,-74731],[139217,-74475],[128808,-66602],[130065,-74192],[130723,-74788],[132047,-74251],[134868,-88273],[134917,-89259],[135667,-88934],[136442,-87437],[136446,-87880],[138341,-88468],[139241,-88297],[140502,-87763],[137367,-84226],[136151,-85740],[138378,-85621],[132614,-85651],[132825,-86275],[133104,-83128],[133172,-85205],[132381,-83233],[129239,-84453],[129427,-84171],[128054,-83307],[128258,-80818],[128491,-81347],[128435,-81520],[138985,-84451],[139751,-84878],[138993,-84411],[140421,-82767],[140514,-83451],[131485,-94476],[129732,-95173],[131062,-95156],[133983,-90023],[133260,-90458],[133886,-90985],[130477,-92340],[130677,-92522],[130505,-92508],[138083,8662],[132484,12965],[128024,8474],[131441,4114],[135617,3775],[133908,5955],[134507,5995],[134870,6919],[135849,4224],[138952,9436],[139067,8928],[139527,8808],[132413,128655],[131832,129831],[131928,130571],[137192,130077],[138228,128313],[138932,129782],[128314,130934],[129326,131015],[139164,145610],[137137,145603],[136912,145404],[136554,144050],[133045,144464],[138459,145029],[138643,143255],[135404,145183],[136214,20149],[138196,20639],[139747,14905],[139142,21372],[139464,23851],[129441,24754],[131418,24753],[130486,20891],[131699,22781],[129774,13633],[129958,15721],[138796,23782],[139124,24247],[128001,15125],[136779,16738],[128439,26855],[134875,38114],[140203,27408],[137381,30186],[138998,33960],[136430,32522],[138062,32967],[131466,34423],[134618,34526],[131527,33028],[130699,26522],[132919,28276],[129766,26212],[138299,49555],[133379,50831],[133222,50751],[134719,49831],[131639,51214],[132037,51168],[128660,49802],[129647,46719],[131765,45469],[128681,43283],[134880,39668],[140362,44887],[134837,46441],[140316,48720],[137446,40338],[135000,43107],[134100,43781],[137014,64008],[127913,59118],[128528,58910],[132916,54937],[131854,55154],[129919,53522],[135019,54828],[128420,54821],[128905,54731],[128412,54291],[132475,54130],[135864,57644],[131146,51634],[134734,64954],[128060,73469],[128099,67551],[136255,66221],[137166,69254],[139118,73215],[136030,67729],[136012,64239],[139574,73435],[140582,70313],[136361,64686],[138285,77854],[128153,88861],[133077,87177],[128086,86513],[130191,88615],[137387,80392],[139335,89756],[135549,83843],[133367,93257],[134282,90198],[129195,94607],[129425,98032],[129873,93175],[140499,101839],[136750,105271],[131068,103987],[133813,112783],[128599,110386],[136381,105666],[135513,113103],[137007,113585],[135400,113892],[136051,112558],[137208,113398],[135437,114463],[140497,113540],[139745,115041],[130370,112191],[137465,103467],[128829,108268],[132812,112182],[137170,121516],[138989,118759],[135410,118536],[137103,118750],[137182,118681],[136429,121182],[138830,127037],[137074,126009],[139928,120716],[140571,121486],[133685,127302],[130946,127553],[130999,120414],[131270,120455],[128126,122178],[132074,117434],[129178,117482],[129964,117083],[129205,117511],[131335,115484],[130013,116959],[152225,-165023],[152646,-162567],[142509,108],[148666,-5325],[147662,-5306],[150264,-10520],[149814,-11198],[146274,-11005],[151869,-9426],[151635,-8874],[145706,-287500],[145027,-293341],[145672,-293479],[147782,-285315],[151754,-284936],[147005,-286813],[148792,-285395],[151442,-282242],[151890,-284331],[145618,-285842],[148556,-305831],[142891,-303037],[142662,-304907],[146807,-300054],[145532,-297952],[142847,-298493],[144138,-305803],[141075,-300491],[144603,-299915],[145680,-298145],[146960,-305983],[145821,-294387],[145247,-303896],[146187,-299921],[144362,-302531],[149097,-298746],[146105,-301094],[147509,-306209],[144604,-296205],[149640,-299687],[150446,-305945],[149398,-297896],[145628,-304672],[152025,-300183],[150825,-300792],[147325,-300801],[146769,-304058],[143142,-310232],[140955,-307590],[151374,-308255],[143946,-309790],[140849,-308889],[146313,-313123],[151429,-307213],[146582,-307483],[150707,-308926],[142038,-307083],[142048,-319088],[145803,-316655],[145051,-316810],[142065,-317381],[141338,-316794],[141711,-318016],[145295,-319394],[144891,-309548],[146844,-308871],[152736,-308245],[153465,-308025],[141543,-325294],[146326,-320401],[141845,-327797],[145876,-327956],[143312,-320244],[143339,-324651],[142815,-324027],[142351,-323384],[141035,-328300],[145102,-323706],[149137,-326136],[146414,-323938],[145851,-326093],[147525,-324013],[148008,-328949],[145891,-327940],[148152,-329195],[144662,-327005],[143829,-327793],[143407,-327559],[141312,-327715],[145217,-24419],[143080,-14662],[140955,-16894],[142010,-19507],[141474,-18616],[147670,-22776],[148164,-25093],[152282,-14612],[148928,-15271],[151917,-14197],[151506,-20639],[151243,-19368],[153229,-14186],[141398,-34511],[141649,-37636],[147522,-25428],[151935,-27693],[146379,-30768],[145027,-26005],[152979,-31331],[152331,-31534],[142030,-38855],[143676,-47903],[143962,-47941],[144560,-45973],[151701,-46709],[146172,-46229],[145966,-45654],[147336,-45886],[148228,-45602],[151810,-47443],[150816,-47685],[153351,-47120],[146786,-47661],[145445,-43937],[145377,-44279],[148981,-40420],[144330,-45977],[144520,-45702],[142366,-38745],[143789,-39484],[145199,-39138],[145338,-39710],[149490,-40382],[149844,-39910],[147954,-40405],[152326,-50424],[152186,-48563],[141618,-47099],[142526,-48203],[142065,-49485],[141022,-48217],[141337,-48340],[143674,-50103],[143301,-49129],[146261,-48543],[145614,-49899],[150640,-75716],[151271,-75545],[140913,-74756],[140897,-74988],[141036,-76433],[141115,-76325],[141656,-75626],[150125,-75982],[150194,-75429],[150254,-75809],[147066,-75415],[146607,-76005],[146036,-75871],[146608,-75428],[146420,-75449],[152967,-88414],[153168,-77648],[153408,-77652],[152811,-77228],[147719,-77917],[148154,-77835],[147664,-77881],[152660,-84917],[153273,-85350],[153292,-85293],[153420,-82121],[152923,-82586],[153355,-82440],[141277,-85867],[140827,-85702],[141258,-85312],[140788,-82739],[150772,-96166],[150913,-95752],[152945,-91049],[151194,-93323],[151579,-94538],[144304,1098],[143233,651],[147064,9583],[147877,10640],[149267,10993],[143799,10517],[147824,3806],[147766,4932],[147172,7910],[148197,3692],[143658,133811],[142971,133110],[141683,133080],[143494,131394],[142249,132970],[143485,133485],[145572,132225],[145969,130112],[144965,129501],[144247,130198],[144600,128305],[146119,138798],[146375,137347],[142319,140446],[142817,139779],[143969,138871],[149468,130063],[148708,129246],[149256,130457],[150662,134699],[152125,131926],[152291,131622],[149975,137219],[151479,140159],[152084,139181],[146235,142872],[144533,141114],[142340,144110],[142028,144493],[146327,141426],[144692,142399],[149210,142197],[153257,146931],[152653,145763],[150938,146403],[146830,14298],[148633,16132],[148187,16685],[146248,13712],[143082,19901],[145850,23949],[143867,22251],[146485,23142],[153559,23348],[151557,19590],[144007,30697],[145276,36599],[145208,31339],[143391,27986],[153429,34090],[143444,35469],[144445,34005],[142906,34854],[152530,42971],[152879,43186],[153518,43642],[152699,43070],[152759,39799],[145409,43855],[145952,48178],[145997,43038],[143905,52105],[143056,38642],[147764,55353],[150344,60086],[143576,58507],[149458,59597],[149620,56508],[145618,62182],[152143,62419],[144758,58573],[141118,55098],[150075,61617],[148192,51519],[151188,57160],[151211,57427],[140872,56104],[142217,70764],[143759,73925],[141015,65262],[147319,67877],[145288,71002],[147373,64641],[151966,67743],[148160,65725],[144020,74073],[144955,64275],[143004,86530],[144197,82267],[146670,88533],[144505,89774],[149825,86427],[146684,80836],[148679,84889],[152811,89066],[151438,86184],[141952,77504],[144246,101560],[144045,100787],[146437,101497],[149755,98782],[149208,98959],[151059,98131],[150581,97842],[150457,97717],[147331,102390],[147847,91331],[149832,93817],[150520,95078],[149600,92217],[151599,98490],[152513,102399],[152295,98390],[153346,99214],[151639,98728],[153364,101031],[151220,95148],[152774,93227],[152168,93264],[151173,98715],[151129,95614],[151048,97185],[143040,108975],[145305,103920],[146357,104029],[145986,104908],[146330,105509],[153337,105481],[152806,103609],[149256,123124],[150270,121778],[150382,119790],[147161,126316],[150005,125694],[149902,125453],[149687,124265],[151899,125812],[141471,125075],[140827,122885],[143548,119356],[141832,121734],[165712,-116265],[156910,-122069],[155953,-120238],[154915,-122513],[158001,-124135],[155543,-123999],[161750,-128935],[161977,-129437],[166177,-159940],[155800,-162734],[153966,-163882],[154050,-159964],[156273,-158720],[155476,-160790],[156382,-164572],[157326,-172545],[156480,-167169],[156651,-168977],[156552,-222105],[163438,-224470],[155679,-4829],[157327,-2213],[157443,-2970],[155163,-4719],[159247,-9550],[160826,-6696],[162130,-6212],[160499,-11767],[166332,-4698],[164133,-12411],[161672,-11025],[154174,-277775],[153798,-278201],[153752,-279658],[153707,-306320],[153635,-307833],[163191,-13585],[156054,-19099],[154358,-18022],[155342,-13321],[155886,-16225],[157629,-13121],[157675,-13713],[157470,-14831],[157099,-22609],[163811,-20879],[163541,-22564],[165249,-23572],[165653,-24945],[153668,-26341],[157502,-33312],[155808,-33507],[154380,-36026],[154291,-37735],[163758,-32781],[163558,-26523],[164173,-50619],[162480,-48184],[163440,-48257],[161201,-48831],[154496,-48580],[157608,-47454],[157021,-48191],[160368,-48481],[158660,-47908],[157827,-47832],[160709,-47150],[158127,-49447],[159294,-50170],[162046,-48587],[161991,-47848],[160793,-46883],[158087,-47233],[162189,-49506],[161744,-49921],[161230,-41783],[159067,-47144],[154169,-41553],[155127,-46595],[159044,-47551],[155760,-47003],[157905,-40800],[157150,-41696],[153964,-47310],[160092,-40282],[159591,-41258],[156885,-46854],[163628,-47979],[164921,-48297],[162268,-42228],[165660,-43665],[166180,-44108],[164184,-43344],[164120,-43876],[165428,-48170],[163571,-42671],[163043,-42686],[158582,-47098],[161616,-41810],[163677,-48094],[160072,-49578],[159653,-50729],[155240,-38518],[161343,-52996],[161650,-53119],[160387,-51880],[161643,-52048],[159827,-54439],[166357,-56648],[160529,-54725],[165853,-54931],[161618,-62497],[166301,-60221],[161963,-63353],[165921,-63771],[157359,-60416],[159468,-60501],[158299,-59468],[161488,-56496],[154206,-51858],[154569,-51717],[155447,-51965],[156192,-52073],[154394,-54325],[155025,-53273],[154566,-55380],[154649,-55745],[158965,-54330],[158952,-54842],[162610,-72250],[159699,-70174],[166007,-64532],[163110,-69314],[161833,-70398],[165358,-71603],[158777,-66980],[162438,-71843],[161817,-67289],[165441,-72949],[156609,-75301],[157089,-75629],[157335,-75571],[160142,-67360],[160488,-67305],[160937,-65394],[160254,-65734],[161645,-66544],[164220,-80484],[164633,-82806],[164886,-80326],[163832,-85911],[164044,-84253],[161927,-82567],[156431,-86543],[161172,-88575],[163122,-89083],[157180,-88774],[158235,-88125],[154351,-85194],[157945,-85501],[155926,-85643],[157559,-85329],[162708,-88630],[163176,-88710],[162430,-88190],[157759,-86880],[158435,-87350],[158378,-87570],[160236,-88060],[160433,-88317],[159584,-87768],[160960,-85814],[162421,-86425],[161728,-86632],[154196,-85415],[155140,-83344],[155280,-82737],[155392,-82667],[156829,-77954],[156804,-77612],[156133,-77872],[166383,-92434],[163351,-91848],[160373,-91774],[160104,-90619],[164827,-91557],[160291,-90000],[160101,-90486],[162983,-92048],[157795,-90454],[158172,-90067],[154711,-89991],[160285,-96116],[161392,-94524],[162762,-95066],[164225,-99096],[164974,-99247],[164425,-96163],[163767,-97348],[163617,-94534],[162906,-96436],[164447,-96950],[160840,-91771],[161996,-89451],[161911,-89426],[165840,-96163],[165711,-96432],[165109,-101586],[165551,-101878],[162691,-102008],[161769,-101857],[163578,-100718],[161492,-101731],[159966,-92228],[160971,-90967],[159798,-91501],[164706,-92664],[165252,-91859],[164758,-92035],[160073,-93601],[159697,-94281],[159709,-92869],[158758,-91133],[166290,-107082],[165231,-111212],[164446,-110479],[165675,-102337],[165559,-112902],[166104,-112422],[166125,-107114],[165113,-105616],[165642,-106436],[165299,-105415],[165908,-105570],[166377,-103398],[165401,-103471],[165875,-104158],[164387,-103351],[163697,-103202],[164904,-103665],[160248,-102597],[160371,-102906],[164322,-108997],[163881,-107593],[164555,-113681],[164020,-114474],[164133,-114342],[161577,-108461],[161028,-108402],[160840,-108233],[162561,-108851],[161450,-108805],[163024,-109239],[163166,-110975],[163227,-110823],[160688,-112932],[160302,-112483],[161168,-111743],[158687,-111721],[160249,-112289],[159873,-112145],[160039,-113675],[159106,-114727],[160089,-114876],[155848,-113227],[155206,-113203],[155723,-113538],[161024,1852],[159028,1871],[161900,3404],[161390,130265],[160928,129976],[154149,131144],[160188,140704],[156700,139586],[164070,139082],[163719,138459],[161334,136565],[165519,139040],[163136,130456],[163493,133052],[166183,134635],[166171,135732],[153679,129034],[155867,128290],[162078,141312],[156857,142510],[157750,142396],[159512,142424],[159494,141908],[160019,142754],[162661,144910],[161692,145707],[160731,146146],[159104,146850],[158307,146130],[158449,146431],[156801,146285],[153910,145595],[160285,23762],[160351,23712],[154580,24163],[156055,25264],[157712,19401],[155546,23544],[165815,20253],[164013,23988],[164038,20224],[165692,24541],[153776,48245],[153670,43829],[153795,39022],[158799,39459],[158947,38796],[156175,40014],[154743,53183],[162534,63464],[161083,58118],[164881,58028],[164854,56100],[162243,53392],[163181,52300],[159482,76977],[156753,72622],[154179,66832],[157319,72104],[165119,70806],[155010,65088],[154411,64959],[156300,70865],[154124,65313],[156819,70654],[155554,64978],[153926,73288],[162565,89558],[159527,88906],[160883,88021],[162480,89082],[160947,89017],[160438,88592],[157172,88716],[160495,82886],[157776,84366],[159862,83107],[158864,83043],[160052,84556],[166043,84012],[161441,84637],[164507,83787],[164911,84930],[159952,78434],[161176,81473],[160607,77903],[160359,79981],[159944,77568],[154284,91769],[161197,98017],[163687,99262],[165813,99994],[160575,100782],[160806,102174],[160905,101993],[160119,101965],[159205,100197],[155105,100501],[161879,91838],[162824,92188],[161669,92179],[165388,92124],[155883,102456],[160491,98148],[161080,96983],[156313,99727],[159717,94656],[158702,94367],[162577,95678],[162177,94827],[157743,92612],[159613,92988],[158270,89901],[162817,101320],[164046,101357],[165122,110289],[165740,109904],[164179,113857],[163456,112230],[161294,102642],[154100,104275],[153809,104667],[155223,104950],[153863,102746],[163237,102944],[162509,105014],[157603,108537],[156430,109263],[159186,107769],[160637,107614],[158016,105221],[157671,103862],[161740,104789],[160515,105398],[155423,109389],[154768,108178],[154343,122615],[160032,121365],[160225,122640],[159440,120676],[156385,117995],[156253,117287],[163795,116451],[164721,116497],[156235,126645],[158880,126028],[159955,126376],[160866,121097],[161359,122020],[160992,122955],[161744,122944],[160180,125360],[161048,124994],[162837,121141],[164344,120721],[163628,122923],[162663,122656],[167505,-116705],[177973,-116228],[178799,-116344],[179054,-116011],[175582,-117229],[174589,-117940],[177033,-117748],[177688,-117899],[177716,-117332],[174117,-119911],[176172,-120390],[177093,-118720],[175821,-127307],[177422,-122011],[178489,-118085],[174944,-126933],[174185,-126184],[176833,-124852],[173267,-127570],[177146,-132897],[173090,-129827],[175530,-129904],[168555,-138349],[170652,-136295],[169788,-140283],[176598,-140803],[175356,-151819],[176046,-153367],[175617,-152270],[177764,-146474],[179077,-151754],[177970,-142803],[177069,-150815],[178040,-148679],[173113,-145371],[167385,-149570],[168562,-150926],[170839,-151950],[168571,-152716],[170762,-143741],[168288,-143010],[176031,-144254],[168306,-141628],[167573,-146159],[167924,-144054],[170204,-144701],[167264,-147713],[166896,-147029],[166682,-144608],[174403,-156847],[176026,-161844],[172374,-165912],[174519,-162337],[173270,-163350],[175841,-160295],[177960,-153664],[178681,-164285],[179055,-162806],[171578,-164146],[176961,-157193],[170975,-163585],[170926,-162500],[171674,-161542],[179087,-165886],[171487,-164661],[177257,-163187],[176148,-165300],[175537,-161586],[167782,-160669],[172095,-169466],[170519,-166249],[173104,-173019],[177937,-172939],[177978,-173929],[174925,-168341],[169993,-173255],[174622,-166695],[176616,-170563],[176111,-171852],[175929,-170722],[175241,-176015],[176342,-175812],[175199,-176059],[178386,-177828],[178573,-177303],[178009,-177839],[178170,-168682],[179071,-169453],[168750,-166786],[178793,-172425],[171443,-167177],[172467,-170081],[174046,-167982],[172670,-172203],[177418,-179385],[178391,-179586],[179043,-210352],[176524,-11294],[177209,-10237],[177865,-9738],[178081,-9934],[178444,-10526],[172988,-7869],[173507,-8243],[171551,-6052],[169372,-7377],[168900,-7417],[169457,-8921],[178308,-647],[176524,-7322],[173081,-5134],[168132,-9459],[167416,-9295],[167919,-8681],[167067,-11444],[166883,-4730],[166873,-6277],[175891,-14483],[179074,-13401],[177247,-14958],[173737,-24105],[170442,-24142],[172242,-25200],[177273,-23711],[175858,-22761],[176062,-23036],[177171,-18907],[175157,-23972],[177139,-20608],[177150,-22012],[177847,-21324],[178992,-22262],[178838,-19402],[179084,-20198],[178437,-18260],[167265,-12645],[174960,-25618],[175337,-30589],[176365,-29540],[174950,-35534],[176148,-37165],[175189,-32394],[175238,-33726],[175754,-33667],[178462,-34593],[178160,-26495],[178124,-28230],[171230,-25933],[173816,-30296],[178543,-29306],[175008,-32106],[174789,-32044],[177457,-28013],[171753,-46678],[167772,-49786],[168869,-50738],[178670,-50833],[172311,-47760],[173086,-44132],[175405,-38322],[175791,-38281],[179109,-38544],[178946,-39939],[176369,-47733],[176089,-47345],[176514,-47001],[174126,-42367],[175092,-43726],[174256,-41358],[177598,-45526],[179116,-42968],[175746,-44278],[174864,-45683],[174537,-44074],[172037,-47131],[175889,-41476],[173018,-44288],[173963,-47255],[167535,-43774],[167250,-43836],[168663,-45199],[167236,-44781],[177763,-49805],[170029,-45800],[169835,-46031],[169697,-58115],[171384,-61724],[168019,-57930],[176387,-59852],[173926,-59284],[174470,-58893],[172676,-62277],[174323,-59913],[171001,-60079],[178914,-59934],[178241,-59276],[177040,-60435],[176326,-60510],[175741,-62273],[175643,-62428],[170508,-61568],[169951,-61061],[172692,-58104],[168953,-51535],[178396,-51389],[177937,-51611],[168772,-51328],[179154,-53318],[177137,-59193],[177140,-58826],[170230,-53933],[170555,-53444],[176345,-59443],[176604,-51024],[170437,-54737],[169685,-55285],[177132,-51429],[171109,-55294],[170300,-55094],[171470,-55412],[171915,-55336],[177155,-57928],[178081,-58563],[176232,-59079],[177337,-63129],[169396,-60575],[167390,-61367],[169825,-63013],[173091,-63281],[174794,-63384],[175070,-63563],[172940,-67988],[168148,-75811],[168684,-73188],[171197,-70132],[170595,-71006],[171841,-70104],[170689,-69875],[170917,-64167],[167066,-65584],[168742,-63930],[167858,-66465],[174401,-66841],[171691,-74371],[166991,-74689],[172718,-76487],[173503,-67207],[171969,-68637],[170141,-75539],[171589,-75658],[169129,-71374],[170962,-67319],[168336,-70102],[176480,-64888],[172526,-71323],[171768,-66591],[167369,-75918],[171611,-70146],[170240,-74331],[175108,-66819],[174625,-66850],[174977,-67407],[176022,-67677],[177586,-71962],[174372,-75818],[173098,-64412],[173794,-65590],[172096,-65983],[172357,-66318],[169839,-66995],[170737,-66997],[168307,-67664],[167842,-67280],[167215,-67483],[167695,-68621],[178985,-66199],[177677,-71393],[178093,-68844],[178739,-72267],[166556,-85640],[166598,-83992],[168292,-78898],[166756,-81377],[176087,-77856],[175054,-77588],[179058,-77890],[176213,-77772],[167752,-77051],[171088,-77146],[173199,-79286],[168673,-79196],[174239,-80513],[176711,-84248],[177695,-81799],[178498,-81937],[172780,-79658],[179086,-80436],[177676,-81505],[167862,-79812],[173448,-89268],[175171,-86202],[174081,-88010],[175803,-87011],[177494,-86682],[178299,-87638],[178970,-85532],[174198,-85481],[173422,-86199],[176235,-87975],[172437,-87263],[169158,-88367],[166469,-87368],[171695,-88694],[172200,-87686],[167446,-88999],[168979,-86295],[168374,-81403],[167565,-85781],[173137,-86382],[173310,-87575],[168404,-85329],[168738,-84120],[172097,-85044],[171078,-84509],[170943,-82038],[169138,-84661],[173082,-86119],[167436,-94333],[173581,-89704],[175994,-89822],[175947,-89695],[167883,-93004],[167661,-91305],[167228,-99139],[167336,-95987],[167011,-98096],[173036,-97244],[169881,-98235],[167486,-97877],[168828,-96134],[168640,-91920],[168083,-93750],[173117,-92364],[174943,-93071],[172208,-89650],[176947,-94462],[167671,-92080],[166864,-96350],[170591,-91790],[169674,-92676],[168944,-92416],[170375,-93221],[174242,-90731],[176964,-94345],[173164,-92193],[176794,-94268],[168694,-91136],[168399,-92073],[168935,-105793],[166490,-103117],[166730,-105925],[167217,-112003],[167032,-114880],[166984,-114772],[167057,-111935],[168757,-112567],[168476,-113726],[179153,-110831],[179038,-107734],[178664,-110777],[178613,-108510],[178937,-109848],[166919,-112071],[166560,-105727],[168024,-102930],[178517,-113940],[179189,2976],[178973,11542],[177534,12644],[178952,12065],[167112,129880],[167833,129832],[166672,129791],[166573,134546],[169190,131955],[174844,128349],[174404,129013],[178950,131712],[176925,130483],[177965,131544],[177600,140113],[178168,140827],[178418,139777],[172513,140926],[174673,139795],[172571,140305],[171383,139317],[175137,140336],[171642,128300],[174466,131178],[173118,130012],[175100,131116],[174877,130967],[175372,131156],[167305,141067],[167810,142581],[170521,141144],[167667,143183],[168976,144512],[169212,144475],[171463,144236],[171403,144649],[173634,146021],[175545,146340],[176427,146256],[178701,146850],[166561,146941],[168187,147222],[168575,148194],[167914,147274],[169386,147809],[172252,148384],[174024,148368],[174384,148867],[175553,148803],[176224,148157],[178957,149147],[168074,24109],[169099,24553],[173889,25656],[172254,24727],[171165,25474],[174879,19437],[170693,27104],[177635,60798],[177519,60220],[177626,59587],[177404,59660],[176588,59656],[176915,59736],[178872,76004],[167017,100167],[166649,102058],[166679,97907],[166732,95914],[166737,96530],[169407,92919],[169212,96066],[167042,95415],[170002,95145],[179041,102234],[176452,101503],[178484,99043],[177475,95548],[178809,95292],[169172,102183],[168185,100567],[173938,107874],[174300,107415],[176372,106856],[178478,111381],[178345,106314],[166681,107747],[168257,111508],[168155,110740],[169175,106402],[170202,106218],[166572,106553],[166807,106743],[168511,107635],[167696,108002],[172307,102971],[173151,118401],[169895,116632],[168828,116151],[168210,116689],[169089,115430],[168755,116111],[178652,123288],[178663,122708],[178271,126057],[179039,127283],[179134,126604],[176598,125671],[175425,125186],[175350,123548],[178385,122777],[176174,124954],[177394,124317],[168547,124828],[169303,125429],[170459,127034],[171812,127969],[191640,-126966],[188891,-115268],[189284,-122029],[191508,-127534],[179670,-118571],[187818,-119050],[187804,-119952],[185576,-122055],[186589,-123598],[189255,-122242],[182701,-125638],[186372,-125121],[184729,-126542],[189268,-119827],[182366,-119608],[185715,-120706],[181576,-121698],[191752,-123919],[190843,-123648],[189426,-126087],[190655,-127767],[189591,-127349],[188923,-127496],[187750,-125929],[189247,-126695],[189860,-126286],[191480,-123347],[190587,-124824],[191289,-124628],[188702,-133347],[180056,-134725],[191342,-131224],[190979,-128581],[189599,-130334],[186466,-131376],[189894,-134788],[186455,-135840],[184639,-137362],[183009,-129402],[181393,-137664],[181157,-135975],[182048,-130227],[186407,-140208],[190815,-130316],[190948,-130036],[189320,-129393],[189621,-130547],[186975,-129004],[188234,-128634],[182078,-134336],[181614,-132389],[179549,-130625],[180538,-128907],[182754,-128937],[181527,-140659],[184415,-141966],[189462,-153139],[191870,-152932],[181123,-148388],[183065,-152109],[185609,-153391],[189573,-152455],[186124,-149763],[190790,-145182],[190589,-146946],[181070,-151082],[179271,-146190],[190878,-148583],[179356,-144133],[191264,-152783],[183839,-151528],[180200,-144067],[191828,-144162],[187221,-151700],[189514,-149672],[185886,-148741],[186988,-147773],[190468,-164598],[179993,-154716],[185688,-161550],[190800,-165996],[179664,-158905],[180259,-162288],[183427,-163307],[186224,-166106],[179744,-164316],[191917,-161503],[186756,-153716],[181040,-159602],[181047,-164215],[183480,-160138],[182042,-155670],[189667,-156843],[187831,-165180],[191399,-165784],[183073,-165247],[181351,-160867],[180685,-155140],[179736,-171110],[191146,-166445],[188448,-169492],[188209,-173382],[190770,-174903],[188743,-174650],[191275,-177667],[181929,-166735],[189578,-178422],[180055,-172188],[187880,-177229],[179771,-173168],[183597,-172777],[181706,-174809],[184337,-175754],[184142,-173011],[181248,-168584],[180765,-166416],[179671,-167667],[186006,-186788],[181104,-181202],[183392,-181541],[182607,-185465],[183002,-185573],[188382,-186254],[187422,-180185],[180683,-180090],[182988,-182593],[185515,-184617],[179801,-182873],[188723,-181993],[187580,-182339],[188567,-183946],[184742,-204121],[191343,-214105],[191634,-216584],[186764,-205268],[182775,-208008],[183223,-208617],[180453,-208516],[179361,-209688],[181191,-211107],[190347,-219577],[185227,-229513],[187697,-227009],[187710,-226466],[188903,-225081],[184526,-230705],[186027,-231357],[189193,-233364],[188938,-231889],[189041,-10805],[189331,-6124],[191227,-5113],[188737,-3576],[189552,-1953],[190691,-1092],[183618,-11065],[191146,-130],[184261,-2601],[182406,-5062],[184316,-4678],[185503,-10842],[183742,-8673],[186561,-25213],[187276,-24829],[188744,-23443],[190350,-17370],[187576,-16251],[190917,-12620],[181666,-12834],[181678,-21404],[179800,-21841],[190498,-18814],[190387,-19837],[191675,-17737],[184387,-20323],[181003,-21668],[191280,-29301],[190654,-26746],[180296,-30477],[180843,-32245],[184252,-30768],[179583,-30050],[181513,-30653],[180036,-30728],[188402,-30140],[187980,-29691],[189222,-30119],[189035,-29064],[187786,-28481],[186691,-26068],[184662,-34968],[186242,-34515],[183780,-29918],[188142,-35675],[186278,-36858],[185561,-37979],[191657,-26586],[186835,-30494],[189131,-26046],[184905,-33950],[191828,-33077],[191169,-33494],[184532,-26043],[185109,-27532],[182156,-26094],[186218,-32597],[183029,-36148],[179344,-35409],[179616,-35316],[185326,-45302],[180381,-47184],[180335,-48083],[183888,-45855],[180438,-47622],[179295,-48362],[190335,-49516],[180592,-42696],[179985,-40804],[189460,-39045],[188742,-39973],[191405,-43904],[184740,-46723],[184259,-47513],[189969,-46892],[184925,-48467],[191278,-46868],[188704,-45086],[189253,-46900],[185504,-45729],[190356,-49726],[187983,-47461],[187471,-48740],[187758,-48691],[191913,-50494],[187408,-49766],[184212,-50549],[183722,-50573],[182304,-49335],[182938,-47485],[180308,-50249],[180178,-48290],[189069,-42098],[188628,-43018],[183424,-45463],[182752,-44256],[182580,-45848],[183520,-38848],[181065,-39371],[189060,-49935],[188397,-49317],[181166,-61584],[180980,-62395],[179766,-61330],[180847,-61820],[179772,-61009],[180860,-61565],[179328,-62787],[180455,-63748],[180879,-62623],[181137,-63100],[189394,-61443],[184759,-56452],[180937,-60921],[186493,-57105],[191625,-51024],[189404,-51007],[187738,-58460],[189009,-61575],[190266,-60661],[190399,-60602],[184629,-56606],[190566,-58001],[191297,-57770],[190438,-55727],[190942,-54035],[190413,-55814],[188896,-61152],[189212,-60551],[187769,-58840],[188219,-58886],[180947,-60468],[179428,-53634],[191603,-63565],[191714,-62225],[180323,-54187],[179558,-54261],[179538,-51157],[179676,-51401],[183508,-53638],[183434,-54942],[183268,-55089],[181123,-53946],[181082,-54065],[186221,-59049],[186856,-58496],[185802,-58017],[185228,-58202],[189840,-62474],[185268,-57356],[188853,-63115],[185155,-57287],[181004,-60334],[191826,-64889],[186821,-67751],[189021,-68331],[185097,-65033],[179371,-75198],[182056,-71240],[180387,-73460],[182114,-75848],[185411,-74578],[180849,-70586],[186322,-75467],[184554,-76021],[181108,-70964],[182909,-69607],[187080,-74341],[183068,-69414],[180882,-66462],[180937,-68603],[185847,-73033],[186404,-72280],[181735,-67644],[188248,-74295],[190176,-86669],[189053,-78281],[188369,-76659],[186213,-78643],[185926,-78219],[188747,-78173],[189018,-77556],[179220,-81839],[183728,-81255],[183677,-81347],[179413,-81372],[183491,-78619],[180235,-77199],[182588,-82469],[182416,-81921],[183007,-76685],[183448,-76890],[180682,-82073],[180043,-78331],[181846,-78543],[184488,-87255],[181253,-82881],[180365,-85940],[180385,-85175],[183190,-85732],[182222,-83377],[183796,-83940],[180258,-84095],[184074,-86398],[183930,-94061],[190077,-99563],[189107,-99366],[188673,-94890],[188466,-97537],[188647,-97919],[189037,-99824],[191557,-99233],[188223,-92035],[189723,-93571],[190486,-91655],[190768,-91300],[191048,-93728],[191909,-90946],[188567,-94818],[190234,-101269],[185586,-98657],[185848,-99385],[183807,-96963],[185534,-98583],[185109,-98647],[185299,-99615],[187966,-93471],[190814,-113177],[182150,-110466],[180070,-111265],[180799,-105753],[184796,-106384],[183830,-106128],[184585,-106701],[182107,-106405],[180810,-105755],[179843,-106761],[189151,-108983],[191796,-114264],[184516,-111301],[181857,-109858],[181481,-106961],[186018,-112695],[188983,-111746],[186233,-106372],[191350,-104602],[189470,12065],[190045,5470],[188890,5958],[190951,2639],[190166,8698],[191652,8470],[189983,10392],[189584,12849],[190891,615],[190113,201],[187051,1529],[182646,9749],[186673,733],[180015,8686],[180778,8652],[180053,10667],[179405,8581],[187799,11701],[187630,9203],[187712,7899],[187311,9514],[187628,12221],[185294,10990],[180811,4042],[179903,3414],[180930,5027],[180444,1616],[180590,10823],[179937,11964],[183509,9823],[183328,10467],[187453,7096],[187526,8801],[186739,7690],[185118,3276],[186422,1369],[187029,3580],[180588,139654],[184825,139359],[182244,140624],[184056,136692],[188464,128511],[185871,131923],[185009,130456],[183672,128326],[187853,131288],[188966,132555],[189944,132849],[188153,133017],[188383,132256],[191965,129512],[189641,139270],[188748,139257],[188591,139818],[188566,135025],[188313,135379],[188388,136254],[189924,137464],[190290,135129],[190883,134787],[189265,133089],[188431,132400],[187069,131191],[189353,140974],[190761,131344],[182605,133276],[181533,133023],[181854,132397],[189921,132416],[184794,132615],[186011,133453],[185029,133935],[182557,141753],[190028,141062],[189010,141048],[191073,144999],[191894,144952],[190121,146952],[189720,147570],[189969,144104],[189752,144410],[189046,145191],[179781,146643],[180521,146175],[189202,151103],[190082,148842],[189818,148228],[180590,149645],[181618,149749],[182852,150871],[182915,150592],[182699,149897],[187383,150849],[188466,150966],[189363,150377],[190638,18483],[189628,14166],[188996,18344],[190713,20601],[190515,20710],[190033,20196],[191576,16838],[189505,16909],[179360,22528],[184109,25278],[187553,20650],[189049,21074],[185701,18163],[186048,17980],[184469,17087],[187269,23490],[189638,16375],[187596,19146],[186526,19154],[189354,24470],[191724,24473],[190280,24520],[183972,19947],[181685,20210],[182269,19056],[186239,23728],[186309,14649],[187852,23710],[186565,19634],[185586,19386],[185520,19684],[187138,16973],[187463,15934],[189019,21978],[189178,22855],[190939,21686],[191119,23728],[188261,13270],[187772,14176],[185621,13457],[179798,26133],[187459,26018],[187499,36872],[184749,36834],[188350,34951],[191246,36891],[190312,37183],[186166,35778],[185967,35865],[183859,37657],[184007,37746],[185284,33206],[183658,31311],[183165,32175],[183550,28978],[184621,27908],[183665,28023],[184166,26951],[184558,26224],[185696,26651],[189603,25849],[188754,26752],[187531,27648],[186344,28396],[186569,28514],[186060,28926],[186911,30393],[185924,31528],[187664,31709],[187716,31954],[188888,29789],[190598,28163],[190133,28976],[190591,27446],[191593,32504],[190641,36919],[190888,36000],[190098,35658],[189110,34740],[185225,36103],[188955,27779],[189883,28519],[188238,29353],[188662,48544],[189514,46382],[189168,45354],[190517,43259],[190276,42413],[189993,43739],[187461,46775],[188370,48801],[186125,47335],[186786,45136],[186246,47051],[184854,44979],[187970,40479],[190002,44638],[189348,39193],[185844,38939],[187037,39244],[185024,40555],[185225,40532],[188841,39165],[187948,39425],[186541,41125],[190133,38831],[189742,39957],[190902,39542],[191657,40725],[186405,47272],[184647,44625],[185615,42903],[187032,43355],[183813,43094],[187723,45379],[186573,42530],[185719,41889],[191605,52502],[187854,62319],[191847,55190],[191107,55087],[190293,54498],[189457,53594],[187198,61806],[187016,60112],[189707,62086],[187837,59043],[188985,58901],[186525,59266],[191003,60008],[190147,60636],[190728,59330],[188685,61168],[188631,61033],[187314,61259],[187730,52138],[186090,55590],[184093,57787],[185904,58434],[187500,70278],[186314,70022],[189455,70905],[191849,74446],[190434,75893],[182149,75877],[186836,74286],[186475,74921],[185236,74962],[184352,76133],[185627,72381],[191437,77250],[185628,102144],[185036,98261],[184748,96130],[183935,94447],[189068,98789],[185919,93664],[191193,100107],[188868,101159],[187522,102482],[191210,92174],[190341,93390],[189594,93280],[191101,93286],[187769,92526],[189095,91120],[188005,92255],[180826,96045],[181199,99913],[179309,104741],[179888,110985],[179581,108720],[186571,112823],[186429,111664],[185433,111983],[183976,109548],[186935,108851],[186614,110422],[187411,108924],[187004,104063],[191710,106423],[183996,115358],[187702,102767],[187155,106320],[188093,106591],[187321,106633],[185092,114346],[185272,114420],[184456,112533],[189085,110819],[183536,115219],[187284,113596],[185618,115156],[187269,113494],[187378,113029],[187105,112790],[189276,113167],[189981,115369],[190894,113755],[189939,112330],[190849,112917],[191241,109044],[191213,109605],[191834,107740],[191852,104813],[182747,121544],[182288,119051],[186068,121235],[186101,117986],[185087,123125],[186675,116590],[183110,119230],[191520,116379],[184068,119083],[183301,118706],[182851,118127],[191201,115815],[191681,124269],[190446,123696],[189486,123901],[188607,122008],[191805,118935],[184569,118500],[191241,126975],[185991,120005],[190589,125024],[188814,122538],[183193,126904],[182963,125890],[184494,127360],[183376,116536],[181195,123654],[190780,126854],[182757,124399],[181737,123674],[185598,123104],[189242,126630],[185746,115786],[189630,128133],[185231,116452],[190148,120158],[186991,122811],[185286,126193],[186154,126261],[184847,120615],[183375,120378],[187710,127147],[185497,116373],[180816,122137],[183898,125475],[184240,125380],[182666,125818],[190407,117906],[190782,117284],[190099,116302],[195583,-120220],[200491,-115636],[196446,-118268],[203875,-117388],[197151,-120063],[200832,-119038],[202529,-126229],[198633,-123418],[196265,-125220],[192083,-123821],[192076,-123034],[199165,-115351],[202370,-116206],[202512,-115852],[200552,-115616],[197211,-115067],[201649,-122389],[198155,-118438],[199435,-115168],[195061,-119068],[192619,-125651],[193383,-126225],[193480,-127153],[193786,-123105],[193431,-123542],[194295,-125405],[194060,-124873],[193884,-120464],[193557,-120667],[194372,-118542],[193455,-117591],[196291,-120410],[192920,-115129],[192835,-115468],[197404,-122327],[197466,-122406],[198378,-128624],[193924,-128366],[195810,-130697],[194984,-127975],[198579,-130965],[196821,-129429],[198950,-136923],[193481,-129115],[195586,-135358],[194790,-132740],[201611,-137997],[200856,-138435],[201417,-139661],[202595,-137880],[201600,-136634],[198779,-136019],[194803,-136664],[201956,-138525],[198193,-137242],[192833,-128175],[192947,-130244],[192140,-129551],[198108,-133522],[198315,-132281],[200814,-133420],[199741,-131903],[201136,-134160],[200658,-133748],[199016,-134887],[199795,-135501],[201008,-135919],[201016,-135602],[204410,-136246],[201438,-152680],[203250,-149600],[197857,-142564],[192502,-146827],[197037,-149028],[198519,-144059],[203310,-147325],[199662,-149580],[203551,-147047],[197929,-145721],[194835,-145368],[192222,-144426],[197003,-152599],[195593,-146935],[198235,-152940],[201048,-149746],[195661,-145725],[194528,-142927],[199439,-151468],[194122,-152809],[201274,-150962],[200735,-147800],[201388,-146148],[201609,-145371],[202372,-148506],[201357,-146912],[193952,-143633],[200639,-142219],[195441,-150941],[198531,-148912],[198705,-144850],[197772,-149392],[204247,-146890],[197323,-143512],[199567,-151216],[202614,-148419],[193494,-144869],[200774,-149300],[201891,-145135],[202491,-144362],[200809,-144791],[200611,-144205],[203373,-155097],[204494,-159221],[202851,-160182],[198025,-161262],[203737,-164457],[201862,-161458],[203375,-159269],[199873,-154719],[203813,-153614],[199744,-159887],[199222,-160363],[199124,-164217],[204614,-156299],[199976,-162007],[200737,-161207],[203265,-158708],[204474,-157014],[195659,-158326],[194832,-154671],[197244,-157826],[194770,-157217],[197682,-159082],[193535,-157392],[197931,-157578],[193999,-158243],[199356,-158461],[195059,-160388],[197902,-165940],[196244,-163489],[195763,-161528],[198295,-162567],[192207,-154453],[196611,-154679],[196015,-154679],[201491,-167608],[200369,-171363],[201692,-173913],[200561,-176889],[202677,-178845],[202459,-173399],[200752,-177217],[202082,-166906],[198928,-166570],[193397,-166310],[192389,-169433],[195570,-167213],[196208,-170713],[194853,-177925],[194584,-177396],[201990,-182255],[202671,-183531],[196337,-179024],[196106,-183719],[199077,-180079],[193377,-188459],[195365,-179379],[192332,-182229],[193925,-184824],[197157,-181190],[192489,-179507],[197739,-181506],[200337,-183968],[193520,-181145],[203879,-190452],[201064,-188719],[204240,-191253],[201180,-186370],[202491,-186626],[204586,-191707],[198207,-189475],[194931,-180681],[196122,-192343],[199696,-194724],[198364,-193920],[198183,-201995],[203599,-201865],[197133,-201126],[195644,-198892],[204776,-196523],[202922,-206758],[201529,-204702],[199268,-206242],[201976,-215157],[200882,-215167],[203696,-214282],[202756,-209156],[200076,-207219],[197309,-207286],[198013,-209005],[198686,-209803],[199974,-212477],[198808,-213244],[199699,-215148],[196566,-204700],[195572,-206536],[204022,-210160],[198063,-210535],[197384,-211096],[198069,-212330],[198042,-215183],[195653,-216139],[194063,-212821],[195274,-214352],[199901,-218906],[198260,-217594],[195044,-218813],[193333,-219369],[192972,-228034],[196649,-229580],[194453,-218493],[195790,-231880],[195564,-231775],[195227,-233800],[198873,-237376],[197691,-233217],[192986,-231359],[201410,-233478],[202113,-231884],[199503,-231433],[198491,-232853],[201650,-237507],[202616,-237343],[199437,-234288],[198784,-241750],[199253,-241124],[194280,-7738],[192829,-9050],[203368,-12002],[203872,-8417],[192850,-9235],[198180,-5071],[197759,-8914],[194483,-9059],[196905,-10155],[200254,-6126],[200886,-6869],[202900,-4049],[198522,-1891],[199423,-983],[196032,-4570],[197368,-4687],[194277,-12032],[193529,-11219],[196327,-243337],[193691,-243888],[197962,-18773],[202572,-13476],[204194,-13098],[198435,-18857],[203069,-13090],[202944,-14827],[198552,-17474],[194168,-19579],[195106,-24285],[204510,-14120],[193364,-21323],[199422,-18727],[192459,-12970],[198913,-18260],[192693,-23785],[194851,-12946],[202079,-14599],[196600,-24357],[196513,-18240],[196535,-18959],[196328,-18498],[199149,-15696],[199187,-17284],[199922,-15581],[203106,-15726],[198525,-23320],[195329,-24105],[202203,-24971],[203751,-26548],[204244,-27223],[203087,-26119],[204388,-27672],[202484,-25526],[203620,-32814],[203183,-36498],[194722,-30896],[203097,-29482],[203977,-27974],[204219,-28788],[203589,-36827],[195698,-37830],[193432,-26483],[197081,-26120],[201022,-26388],[197100,-26177],[194866,-29031],[196882,-28056],[193332,-38183],[202627,-26574],[202508,-28962],[201514,-27324],[192005,-28906],[202753,-27259],[204134,-26778],[203549,-30372],[195882,-33340],[197426,-33572],[197753,-33929],[200880,-30859],[200664,-30612],[200054,-31610],[202591,-35439],[193728,-45150],[203002,-45520],[197294,-41689],[202892,-41412],[203935,-45282],[197258,-40690],[194973,-41303],[203752,-48675],[194159,-48391],[198594,-50505],[198999,-38959],[203089,-45352],[200844,-39420],[194387,-41682],[195059,-38990],[195083,-40889],[193206,-44722],[194954,-42903],[201810,-48304],[200977,-48917],[198077,-50029],[199405,-45193],[201807,-47615],[200955,-47367],[203405,-40971],[199900,-42554],[202567,-43800],[196119,-45354],[194643,-45108],[193275,-47631],[196102,-40366],[195816,-39993],[196803,-39763],[195189,-48880],[199471,-50864],[200688,-50301],[194463,-55110],[197355,-56940],[199406,-54444],[194901,-51587],[194317,-55080],[192229,-51046],[199749,-55012],[199940,-54465],[199759,-52517],[203113,-58031],[204010,-58043],[204704,-58264],[202713,-59265],[204395,-54699],[203623,-54242],[203739,-54200],[200966,-55262],[201387,-54449],[202977,-53870],[201533,-55588],[201468,-56191],[201412,-56309],[202891,-57427],[199245,-59564],[199828,-60258],[202771,-63319],[203007,-62089],[200503,-62837],[196354,-63694],[194979,-59221],[192745,-57788],[194515,-58359],[192302,-64860],[202413,-72305],[192556,-74756],[193181,-74740],[199436,-70558],[200299,-72208],[202270,-66659],[203131,-65663],[194222,-75932],[204408,-64219],[198773,-70419],[203929,-70454],[202328,-69928],[203004,-70106],[197333,-64927],[203669,-71860],[196870,-69374],[196546,-67805],[192023,-73987],[203484,-72959],[203127,-71336],[203477,-71056],[196036,-65236],[200068,-69382],[198265,-69173],[196052,-77477],[204521,-80727],[192682,-77139],[195964,-77230],[204794,-89247],[194029,-89146],[192999,-88289],[192475,-88349],[202607,-86724],[201899,-86356],[204415,-85947],[203054,-86018],[203180,-85943],[204227,-85627],[202636,-90457],[201087,-90339],[203885,-94075],[201945,-93927],[201527,-92493],[204272,-93251],[200909,-94127],[201730,-91077],[202054,-92595],[194342,-91247],[197385,-93361],[196849,-94109],[196264,-89570],[194108,-93445],[196349,-93762],[200237,-90765],[195353,-90109],[199526,-89597],[197203,-90230],[195465,-92001],[194781,-99930],[198767,-98056],[195580,-96654],[195949,-95682],[197823,-98063],[193415,-99654],[199227,-95732],[195116,-99109],[193339,-97933],[193767,-95861],[198104,-102105],[203628,-95489],[201712,-99050],[203432,-101082],[204154,-98753],[200843,-95279],[201619,-97987],[193033,-100953],[192552,-96786],[192436,-94841],[192649,-94765],[192168,-90090],[194052,-91120],[193879,-90803],[194064,-101902],[200000,-94184],[198795,-94370],[197535,-93458],[197206,-96517],[192978,-98237],[200184,-99727],[197711,-103138],[198156,-103480],[199371,-110940],[203016,-113879],[199770,-108352],[202502,-113590],[204145,-110892],[196943,-106837],[196462,-105993],[196543,-106610],[194777,-104840],[200148,-107397],[197697,-107519],[195130,-107023],[203469,-103312],[202195,-103364],[201472,-105410],[201901,-104428],[202355,-108096],[194394,-110858],[204012,-110904],[200592,-112097],[201229,-113376],[202592,-112105],[203046,-111467],[193880,-110545],[193740,-110095],[192107,-111504],[192128,-111804],[192199,-110530],[196827,-109471],[197830,-113860],[193337,-114110],[193699,-114832],[192442,-112473],[192491,-112709],[204458,-112501],[204199,-111757],[201236,-103468],[204627,243],[201868,5834],[203508,1978],[201804,6516],[204190,5719],[204515,7262],[202853,11617],[199424,1105],[193485,4220],[193076,3984],[192591,6911],[193931,9531],[196033,8411],[192617,11711],[192494,11625],[193344,12260],[199333,4970],[199596,5456],[197949,5416],[195193,1486],[197559,2309],[194348,1248],[203898,11811],[196633,128313],[195997,131152],[196762,129022],[195307,129368],[202587,135423],[201671,134722],[203351,135935],[194529,129871],[193754,128984],[192836,129813],[193214,146042],[193469,147835],[192288,145572],[199351,150263],[199370,151631],[201248,151318],[202626,150299],[203642,150924],[195678,151082],[194487,150015],[194497,148252],[194756,152391],[196369,153353],[201103,154264],[199899,153804],[201685,154864],[204192,14125],[204652,13054],[200755,17757],[200458,15054],[201941,14842],[202819,15173],[203017,13103],[202300,13941],[202734,14229],[203746,14355],[203942,16794],[194341,16970],[194850,17182],[192861,21449],[194498,14629],[193873,15854],[196539,20076],[196849,20836],[196673,21494],[201811,24101],[204310,18194],[203606,18266],[204186,17752],[201391,21373],[193573,25340],[199078,32597],[201337,29835],[204328,27693],[202132,25957],[203061,31562],[202812,32218],[202571,35890],[198388,29760],[200929,37140],[201623,28145],[200051,33180],[201152,38381],[200835,34087],[202968,36170],[199462,29105],[198402,28438],[203534,38003],[201283,35021],[201482,35253],[202982,37371],[192179,29425],[194396,26485],[196154,27931],[195125,29674],[192191,29627],[196919,26801],[195116,26259],[197198,28786],[197623,28337],[196607,29488],[197801,30966],[198826,34183],[193034,30406],[193114,31023],[196308,36063],[196840,37983],[198241,37209],[195150,37741],[195083,37921],[195145,36863],[192498,32084],[192411,29560],[195543,33832],[193678,34067],[194747,28634],[197412,32054],[198015,32784],[198051,31617],[192105,30253],[201006,49468],[201663,49522],[201564,48072],[203761,49870],[202394,49643],[203210,50926],[203798,39296],[201342,43720],[199999,44152],[203932,48561],[203902,46663],[204301,46886],[201015,46891],[199244,46708],[200141,47870],[202298,38698],[195467,50264],[198255,47924],[198239,47153],[194990,51172],[197944,48870],[193518,46957],[193980,48032],[195303,46865],[193457,49959],[194162,50525],[195781,45751],[198658,43828],[196762,45331],[196855,44710],[195704,44390],[195782,49724],[196253,48941],[195701,45265],[193641,50234],[197402,45679],[198560,45612],[197562,51302],[195024,51209],[193388,48793],[192420,47542],[195042,43946],[194831,43884],[194884,44081],[193960,41673],[195343,41649],[195491,43289],[197543,39933],[196986,40038],[197199,41363],[192289,50885],[192640,50854],[203755,61924],[203392,61871],[194272,58234],[202962,60913],[196804,62257],[196670,60472],[202493,63229],[201537,56981],[201327,61488],[198235,61391],[197500,63517],[200509,63794],[194101,62126],[197405,57551],[198535,58084],[197419,57477],[194299,59597],[194564,59646],[192501,52685],[202642,57967],[202197,58158],[202919,59593],[200267,59797],[201895,52716],[199568,54139],[194780,53023],[196417,53105],[203972,58478],[201066,56633],[203041,52758],[203632,54218],[203436,53750],[199803,51632],[200888,51577],[201078,52569],[199052,54758],[200766,54945],[200084,57133],[196704,52659],[203836,56935],[204036,57622],[201016,54982],[194463,53238],[196559,52755],[197149,53301],[200547,54365],[199708,54275],[192758,59406],[192814,58609],[193310,57362],[197195,72938],[200071,66561],[196528,71463],[196627,71241],[193945,67637],[193792,73479],[197906,67281],[192985,76384],[197278,75483],[196093,65589],[196364,75236],[198669,72682],[202685,70673],[203138,72011],[195996,68259],[194041,64843],[201841,74602],[202195,71474],[203756,76002],[200562,74086],[194962,70540],[195992,75654],[195875,76422],[199911,69039],[200191,66877],[198363,64989],[197006,65072],[203495,65042],[198004,66074],[194783,69820],[197877,71402],[196886,72305],[198190,70971],[193594,86159],[192436,80915],[196246,80688],[195588,87533],[195630,86910],[195728,77660],[197757,85915],[194052,84541],[192732,82434],[194878,85377],[201073,78651],[199913,77410],[200484,77423],[199689,83153],[201098,83975],[200092,85083],[199453,87351],[197286,84607],[194972,83614],[195682,83484],[197015,88317],[204472,84140],[204713,82489],[204638,98211],[201916,96685],[203188,98660],[201735,96779],[202302,96053],[200051,98316],[202887,97589],[204274,95786],[203894,93969],[199474,99383],[199471,98207],[198963,99841],[201496,93471],[197685,95623],[197721,96537],[198434,96377],[195671,95090],[199390,92655],[196187,94812],[197211,95605],[193692,98923],[193355,99559],[195712,94225],[200300,94470],[197144,99607],[197904,97601],[192649,99496],[192905,100982],[193488,101895],[204062,100456],[204520,98589],[204218,99711],[202522,100635],[203701,101228],[203836,101190],[202288,100098],[203652,91202],[204461,89919],[193678,90715],[193916,90616],[193293,92176],[192181,91597],[193017,93144],[197469,94109],[192152,105161],[192333,107010],[199443,103497],[193823,108623],[193815,108991],[193226,110927],[196070,108059],[196515,108011],[197081,110904],[197087,110820],[196429,110467],[197810,108941],[194662,108532],[195327,109034],[194863,109805],[193164,111431],[194012,110225],[192057,109527],[192300,102819],[192515,102677],[197546,105559],[203805,112678],[202482,113657],[202264,114684],[199514,113208],[199953,113613],[199222,114227],[193733,113388],[192430,113591],[192204,114574],[196882,103628],[200194,104430],[200719,104402],[202503,104820],[201588,103816],[201854,104293],[193953,118037],[197503,116673],[194278,120921],[194200,121512],[198594,116772],[197632,116872],[192332,123485],[192389,122561],[195706,121822],[195371,123109],[197628,116423],[198242,115684],[201823,115469],[192176,124391],[193790,115699],[192627,118971],[193964,123244],[194356,117982],[194849,115912],[204681,117939],[201877,122295],[202076,124160],[202852,124207],[200667,121776],[201210,121176],[200828,120423],[203176,120600],[203985,121200],[203425,121261],[204109,123666],[198775,124001],[201016,124650],[200627,125802],[194602,127639],[196181,126966],[195136,127268],[199336,127390],[198689,127342],[197667,126876],[202573,128006],[203991,127534],[204183,126374],[202152,123615],[204168,122734],[216104,-118153],[213067,-115912],[214991,-115360],[215663,-115240],[215040,-118186],[211770,-115471],[216949,-130681],[216657,-129262],[216988,-130440],[216479,-130419],[208179,-144548],[208748,-144197],[205294,-150424],[209670,-144784],[207118,-143751],[206577,-148033],[207573,-150551],[211597,-152057],[210576,-154190],[213700,-154143],[210535,-156721],[209010,-155838],[217544,-163062],[213593,-156681],[215607,-158768],[213630,-156108],[205471,-158500],[210048,-156716],[215092,-158032],[204908,-156818],[212317,-155948],[212360,-161176],[217173,-156705],[215861,-157570],[208026,-155558],[205508,-155708],[216083,-162803],[217184,-156779],[207045,-157732],[212845,-155323],[217054,-164351],[210736,-174154],[208796,-170023],[212026,-168099],[215808,-177539],[208574,-172518],[217112,-173478],[207118,-166417],[214695,-175338],[205880,-172306],[205642,-169260],[209228,-174131],[210779,-173207],[213503,-168143],[214365,-166679],[211106,-188837],[215183,-187939],[211567,-187969],[213941,-179662],[211145,-183494],[214333,-182327],[216469,-179838],[212776,-185080],[210270,-185702],[210480,-184264],[216238,-186109],[216790,-182778],[215564,-190529],[212444,-190106],[210336,-180967],[206133,-191121],[215363,-197548],[209671,-194471],[214253,-194070],[211120,-195213],[211354,-193229],[211397,-194229],[216592,-201939],[215576,-199581],[207603,-198733],[206055,-200761],[208438,-200332],[210861,-202507],[210236,-197951],[207360,-203136],[208269,-203987],[208519,-201772],[204837,-202637],[205771,-203797],[209199,-205767],[210987,-208141],[209334,-210494],[208749,-206574],[205758,-216021],[206902,-206615],[206352,-210268],[214385,-205066],[207787,-211790],[213136,-219095],[214722,-220811],[213101,-220605],[214379,-217617],[214570,-231720],[212768,-234276],[214512,-235085],[216890,-232986],[214256,-231022],[215826,-235179],[205627,-11883],[205068,-11883],[206685,-9233],[204886,-2732],[204829,-8429],[206816,-10586],[205687,72],[205450,-11043],[205657,-11383],[208932,-11284],[211623,-12109],[209915,-7442],[210309,-8262],[215939,-12543],[215558,-731],[212062,-5750],[212130,-5160],[209859,267],[210519,-3483],[210462,-2380],[216748,-7003],[214045,-8613],[212386,-7208],[210261,-6762],[211334,-8744],[212642,-10055],[212554,-10124],[217264,-11741],[210683,-8847],[211872,-10584],[209482,-10871],[215325,-11724],[215966,-11489],[215134,-10792],[211774,-6478],[211576,-7574],[210883,-6760],[214209,-255473],[215285,-252167],[212472,-278129],[212137,-279091],[215246,-276078],[216000,-289336],[210191,-291478],[210459,-292461],[206857,-294150],[210329,-290167],[211863,-291869],[213619,-298867],[217290,-295805],[208669,-303075],[213303,-304699],[215900,-295238],[207599,-297678],[209422,-306162],[216693,-305237],[211508,-305201],[211082,-319681],[213903,-315324],[215762,-308278],[216434,-12745],[214370,-22473],[214460,-21879],[214581,-22430],[215933,-24163],[215904,-24016],[213718,-24309],[215974,-22560],[216901,-22402],[217112,-23304],[212832,-21742],[212288,-21362],[211017,-18358],[216474,-19203],[206636,-17796],[211816,-19704],[211193,-18439],[217037,-19053],[217281,-18483],[207169,-23427],[215785,-23434],[213405,-19468],[213303,-20249],[211035,-20543],[205543,-24641],[205411,-25100],[204908,-32222],[204921,-31178],[212451,-34861],[209769,-36977],[213149,-36026],[212515,-37809],[208350,-33057],[214920,-37932],[214205,-35896],[212367,-33982],[212324,-32005],[212759,-32279],[217382,-34968],[205617,-34641],[209172,-31520],[210034,-31812],[211538,-36443],[210331,-29197],[206844,-27320],[208967,-26593],[207235,-26546],[212548,-30383],[208912,-26649],[209731,-30058],[208598,-26381],[209235,-29282],[210410,-34466],[211784,-35320],[214679,-31800],[216600,-29958],[213095,-30030],[216926,-28129],[216027,-25827],[208624,-31677],[208795,-31633],[208515,-32276],[211367,-28540],[209294,-31253],[210452,-28162],[206316,-36512],[206233,-37296],[209916,-37774],[207265,-26063],[207771,-25458],[210180,-36050],[207157,-26413],[206787,-25944],[207482,-27050],[208220,-28025],[207903,-27810],[206338,-29438],[205927,-29596],[205683,-28031],[205213,-28740],[207250,-38927],[206783,-38698],[215270,-41714],[208877,-42571],[213926,-46288],[211969,-44193],[213884,-46468],[207091,-42055],[207509,-43288],[207192,-41265],[214195,-46792],[212633,-41835],[209894,-38705],[207100,-41828],[216578,-39893],[215526,-40986],[213342,-40969],[208303,-41896],[209572,-45303],[215384,-41405],[213047,-41605],[215548,-39319],[214477,-39161],[216636,-39508],[212778,-40957],[213738,-40035],[217032,-48281],[211593,-45419],[210525,-43685],[213864,-50974],[206643,-48941],[206463,-48233],[205316,-47899],[211393,-49597],[211333,-49173],[212758,-50366],[211776,-39662],[215922,-54463],[216079,-55078],[216620,-51789],[216658,-53898],[211852,-60154],[216134,-56470],[211683,-58953],[215316,-56861],[211400,-58885],[216280,-51675],[210852,-58912],[209267,-53247],[208308,-56623],[214295,-59980],[215625,-61147],[216774,-56555],[212569,-59177],[217547,-56051],[216968,-55824],[211505,-59909],[217470,-55621],[211909,-55274],[212794,-59451],[208605,-54920],[212840,-58440],[216653,-56103],[209757,-55154],[209106,-53277],[210309,-53671],[216693,-55583],[206419,-52676],[206034,-52800],[207773,-61476],[217537,-61803],[216995,-61172],[212544,-63201],[205339,-61502],[207088,-62537],[206820,-63441],[211057,-62421],[216650,-51656],[209901,-64014],[211691,-64108],[216861,-73866],[214840,-75422],[208295,-74429],[215407,-75658],[215850,-76569],[205791,-72649],[214173,-76128],[206850,-74902],[206919,-73776],[211295,-64243],[216449,-73331],[206967,-74382],[210844,-74054],[217259,-74079],[208384,-65290],[206255,-66709],[208652,-67525],[209252,-69942],[207054,-69329],[207321,-70407],[205244,-68611],[211792,-69832],[211322,-74302],[212761,-72606],[212340,-71997],[215541,-75340],[214174,-76482],[217493,-74266],[216139,-67342],[212826,-67103],[209521,-66309],[213796,-76010],[208943,-74673],[212290,-63837],[208136,-71953],[208415,-73777],[208443,-74096],[208662,-72562],[208876,-73517],[205255,-70533],[210849,-85113],[211511,-86660],[212311,-87533],[208705,-85671],[210499,-86978],[211332,-85420],[209681,-86088],[210494,-84161],[206007,-88602],[211206,-88324],[217115,-96432],[217562,-96123],[214941,-97224],[216837,-95733],[216608,-98136],[214954,-97835],[216474,-97970],[215183,-99973],[215674,-100680],[215259,-98893],[215572,-98639],[214127,-97782],[214217,-97462],[216997,-94797],[216544,-95266],[208622,-101350],[208361,-100842],[205448,-90133],[205775,-89423],[208086,-99796],[208022,-98931],[204972,-101728],[205736,-100449],[205612,-98999],[213123,-110772],[213185,-110760],[214199,-112148],[213351,-113619],[212976,-114310],[217514,-104952],[217136,-104877],[212008,-111788],[217058,-104052],[217350,-104018],[215821,-105076],[215429,-105849],[210974,-111592],[213366,-107120],[212678,-108324],[215700,-103610],[215377,-104046],[214416,-112924],[213799,-113764],[211349,-109532],[212231,-109470],[206881,-111021],[207134,-109376],[210067,-103349],[210396,-105306],[210343,-105652],[210957,-104130],[209209,-103601],[206443,-110923],[208144,-106619],[207517,-106558],[209333,-103655],[208332,-109838],[208866,-103124],[209516,-103484],[207083,-108930],[208016,-110092],[208015,-109810],[207793,-109351],[205343,-105503],[207120,-105297],[205270,-108208],[205887,-105207],[206832,-102317],[206524,-102710],[205072,11780],[205098,12244],[205120,4970],[209097,11939],[209131,12520],[212528,10128],[214572,10985],[214071,6663],[211195,3350],[212113,3520],[210277,6135],[217404,3456],[210529,3038],[215763,7818],[211040,2465],[214110,5140],[210372,3472],[211307,1354],[210744,3150],[210223,1530],[213803,12720],[213622,12174],[213904,11158],[213921,6543],[213550,10067],[213979,10821],[212506,9490],[211694,8075],[212131,9016],[216898,12580],[210231,128610],[211758,129753],[210289,129801],[212184,132956],[211536,133969],[213765,131918],[210947,133663],[214654,136337],[214611,135176],[214471,134683],[215244,133322],[215231,133173],[216009,132707],[217355,131563],[215798,131630],[217710,137655],[216430,137044],[214046,135378],[214852,129486],[214503,130302],[214682,140483],[213323,138965],[215055,140473],[211228,137930],[211785,137159],[210405,138295],[205451,131292],[205167,131471],[207156,132030],[209182,135693],[207212,135329],[206937,135558],[211748,129949],[212548,131229],[211462,131746],[217226,140313],[208480,138748],[206205,138232],[210997,142080],[206043,149893],[209258,145178],[217364,142960],[209829,144007],[212442,143225],[213064,144153],[213757,145685],[216722,142159],[212530,145093],[216604,144365],[208430,154361],[209866,154622],[205073,155178],[205929,156091],[209100,155788],[209287,156955],[211313,155955],[215480,155004],[217254,154471],[216112,156839],[214715,156772],[205686,17505],[206898,13656],[212968,23091],[206044,17224],[206823,17038],[205280,22063],[205934,14452],[206137,13005],[205065,17825],[206168,17348],[207276,21806],[206059,20756],[211962,21527],[207245,21817],[206594,19146],[206396,19700],[205772,20011],[205871,17390],[205568,13567],[211111,23041],[214878,13727],[211050,15055],[211644,16339],[214361,14778],[216175,17582],[211308,18570],[215223,17182],[207785,18153],[213749,25597],[213723,21658],[213874,19900],[213824,18107],[215198,21538],[214412,21232],[214346,20529],[215502,19516],[215035,19270],[216639,15402],[216452,15598],[216303,13712],[207252,17947],[208188,18200],[210492,24753],[210681,23777],[208965,25201],[205847,25366],[215298,25514],[211258,34653],[217006,35315],[211235,29625],[209507,29940],[209419,28927],[214090,32127],[212860,32487],[209760,35757],[213961,28699],[213165,35914],[211813,28271],[213158,36529],[217491,38083],[216444,33472],[213613,30696],[207262,30555],[214037,31435],[210203,31057],[206180,26456],[206610,28132],[217025,37017],[213351,30159],[209762,36658],[208650,31197],[210521,30457],[206188,27161],[205118,29777],[211048,28631],[210883,27358],[210078,26869],[205976,26029],[207964,28627],[205698,29126],[207806,30388],[206764,28132],[207274,34736],[206358,36453],[208503,32284],[212200,33191],[215597,29436],[208849,37282],[214161,43993],[205064,46560],[205386,40548],[205324,40936],[206067,46051],[213100,44204],[210714,44246],[209642,46814],[209035,47604],[209275,42493],[213658,41165],[210472,43757],[213163,43349],[210665,40321],[214888,44643],[216940,45029],[212774,41035],[213551,43595],[211540,48700],[217219,48579],[216410,48080],[216092,46464],[214697,41688],[211899,43079],[216633,42628],[210208,45707],[212381,50330],[215757,47768],[216710,61383],[217429,62496],[211710,58567],[214187,58107],[211718,57787],[205045,61306],[215193,57381],[217586,58454],[208736,58116],[209396,53625],[216397,58176],[211650,52477],[210715,51942],[214922,58802],[210680,53601],[216556,61484],[212614,54781],[212194,53623],[216130,55126],[215496,56385],[216337,58193],[212366,61208],[212410,59244],[212107,60175],[212628,66496],[213524,71175],[213507,73549],[212630,71118],[212649,65548],[212904,65016],[215854,70797],[216582,65764],[215309,66864],[212641,66541],[214771,68175],[215573,70090],[217289,68139],[217001,68282],[213961,75048],[214338,74036],[212148,71215],[213831,68112],[211445,72008],[210685,70586],[211356,71376],[210919,69554],[211054,68337],[205018,68960],[204981,66874],[210236,68194],[210411,67503],[210236,71926],[208713,70967],[210359,70804],[207508,67621],[206896,68055],[208038,65772],[209261,66482],[208699,67259],[205447,75007],[205937,76335],[206956,74846],[208884,75428],[215868,74747],[216361,76429],[214716,76163],[212929,74952],[211059,76767],[214722,68286],[209993,77227],[209900,77068],[210891,77782],[208273,78273],[210932,79544],[207973,77931],[208338,80481],[206021,79645],[207800,81213],[206473,85314],[206984,86133],[206745,85705],[207725,87076],[207648,87096],[206850,87072],[213363,88539],[213643,88279],[209642,88525],[209000,89350],[210885,87114],[211429,88452],[214910,83174],[216072,82578],[216420,82211],[215306,79781],[215470,79520],[215510,80689],[215835,85345],[214719,86902],[215643,87335],[204936,83923],[206046,83811],[205276,83253],[215612,98543],[217335,97804],[212308,97262],[214840,95219],[213237,96001],[217581,96820],[217236,96719],[212588,95600],[215440,97051],[215232,96610],[214600,90979],[212150,90299],[213140,100846],[211099,91073],[212639,90088],[213799,95154],[217520,100305],[214477,98594],[205830,90100],[205076,95487],[205006,96356],[206085,90535],[205376,95230],[214028,100270],[213794,100372],[211618,94162],[214540,99830],[216155,100707],[213667,101256],[214438,101397],[215186,101469],[209201,96072],[207377,93950],[207467,94993],[208069,95142],[208394,93393],[208236,92367],[207606,92746],[208947,92754],[210699,93479],[210797,94219],[210387,94009],[209469,95997],[211085,97682],[209785,96318],[205005,90182],[209731,90443],[214509,91784],[214806,91083],[206286,94721],[205383,95160],[206383,92753],[210685,105643],[211881,104967],[211783,104918],[206482,109644],[210041,107331],[209316,107924],[210208,104868],[206581,111082],[210172,104827],[209092,103502],[206863,111023],[217222,108445],[208251,114670],[217242,104962],[216430,104501],[216119,107021],[217275,106545],[213531,113497],[213786,110430],[215503,109034],[213785,109521],[215671,109449],[217357,113846],[211250,114655],[212305,114228],[215611,112897],[214515,112537],[216082,111034],[212969,103983],[212111,110525],[210865,111747],[211460,112783],[209389,111971],[209211,113130],[209569,113447],[211657,108040],[213869,117111],[208014,122122],[206195,121803],[212803,116510],[214173,127235],[215105,124065],[207316,116702],[208192,116195],[210008,119664],[209191,119293],[211790,122368],[208856,120424],[212836,123943],[205614,117220],[206512,116818],[211825,120956],[215452,119250],[213713,122179],[213455,124361],[211749,125001],[210375,124419],[210111,124835],[211536,119640],[207990,117460],[206783,117481],[205032,125253],[209179,124981],[206856,118186],[208398,119609],[206133,125306],[206830,125449],[208199,123023],[209376,123945],[208491,121167],[206586,127047],[205764,127611],[205863,126988],[209520,127194],[208836,128067],[208312,127798],[215245,121212],[214035,118023],[206825,118573],[205853,120228],[206927,118809],[228465,-126109],[228103,-124822],[227561,-123672],[228423,-126343],[227621,-123718],[218585,-121903],[218319,-121202],[228919,-117169],[229739,-117023],[229571,-116778],[229693,-116859],[230332,-127346],[228403,-117510],[227966,-118217],[228843,-117585],[227927,-117845],[226647,-120922],[226743,-120353],[218153,-121351],[228645,-126884],[223496,-138815],[222520,-138583],[222429,-138589],[223233,-138047],[221303,-136985],[222622,-139209],[221453,-136730],[223112,-139143],[222476,-139817],[222336,-138380],[221246,-136210],[230333,-141911],[225633,-144648],[227792,-148814],[226057,-145121],[227831,-146873],[222514,-148029],[227190,-151798],[227734,-151871],[223556,-149250],[224232,-148563],[223517,-148339],[230322,-157659],[220220,-156421],[220384,-165154],[221328,-156327],[222459,-160911],[218394,-165143],[221316,-162856],[223478,-161326],[224631,-162775],[228469,-163665],[220411,-157087],[220539,-157056],[223089,-163019],[222024,-164371],[223378,-165792],[223067,-165564],[222362,-166144],[224905,-162162],[224764,-162012],[226527,-164150],[226275,-164319],[228135,-164729],[228299,-166145],[226090,-165850],[229907,-163969],[228193,-163845],[228295,-163272],[226556,-160356],[226288,-160126],[226602,-160674],[225466,-159592],[218183,-170462],[222000,-172545],[220987,-171409],[222673,-176651],[218908,-177204],[224362,-176486],[220625,-168928],[227431,-176716],[229430,-171207],[228674,-175031],[228057,-173568],[223111,-166617],[221698,-168237],[222101,-168689],[222012,-170111],[222144,-170328],[225979,-166605],[217934,-177972],[218512,-178922],[219765,-175156],[222669,-178287],[224165,-167872],[224927,-169228],[223638,-170728],[225217,-171417],[224386,-179690],[218217,-182632],[224311,-191062],[224464,-184236],[218243,-185580],[226507,-191000],[229846,-186604],[220724,-183974],[223228,-182325],[221379,-185199],[219143,-187804],[218840,-188460],[226951,-187890],[230127,-179594],[225491,-186599],[226945,-181211],[221426,-185663],[222082,-189177],[220639,-179831],[230182,-182216],[221074,-194849],[219680,-194957],[230397,-197703],[229669,-201806],[225226,-198109],[218456,-192681],[219211,-198295],[225501,-194989],[222859,-200263],[220657,-201711],[228721,-199875],[223173,-198565],[229791,-199927],[229550,-201614],[225109,-192431],[219102,-193716],[221876,-192149],[226724,-198054],[229506,-196920],[218156,-201712],[218640,-200507],[229892,-208450],[222838,-216473],[229402,-214669],[227614,-208440],[226561,-215206],[228771,-204927],[230018,-205011],[227633,-216294],[226744,-212166],[225856,-206324],[225186,-209748],[225055,-207575],[225249,-205563],[229623,-213208],[223961,-209556],[224719,-209567],[218092,-206757],[223360,-206266],[222269,-207293],[217612,-216807],[218463,-214894],[218147,-213714],[222122,-212340],[220965,-211838],[218056,-210785],[219304,-209442],[228446,-217510],[229033,-222016],[228689,-227322],[229467,-222117],[227855,-229383],[228800,-220202],[225677,-224389],[226078,-222519],[223110,-224617],[226882,-220042],[226681,-217546],[222844,-218143],[227812,-218956],[224962,-221929],[223624,-224978],[222043,-227678],[224446,-222764],[220617,-220339],[226279,-229202],[222127,-236675],[227239,-230431],[226041,-232025],[225174,-230892],[220841,-6121],[222607,-12029],[223946,-9997],[225142,-245495],[228443,-252922],[230169,-254614],[223770,-247084],[224289,-250110],[227224,-254097],[223011,-245640],[217700,-247119],[222338,-255096],[225513,-254787],[229605,-263859],[229938,-263168],[227589,-260222],[225205,-260168],[223310,-257774],[225994,-260153],[224517,-262136],[227880,-264439],[225672,-263422],[224898,-267460],[229635,-263653],[226047,-267707],[225227,-286315],[226703,-292827],[221634,-286952],[220666,-289280],[219771,-289564],[223034,-285802],[223673,-293761],[225786,-302991],[225205,-294605],[226478,-294696],[229148,-294947],[227882,-296685],[225674,-295727],[228226,-306919],[223609,-294632],[217978,-299678],[219798,-300547],[221505,-294583],[223903,-294296],[225341,-308255],[221914,-313931],[219269,-313313],[225945,-311541],[218701,-314528],[217992,-313297],[217644,-13621],[225791,-14449],[223234,-16296],[229018,-24302],[227928,-19564],[218248,-23488],[217744,-21387],[218272,-20742],[218808,-19881],[219802,-22372],[220168,-23753],[220417,-22305],[217619,-22870],[218291,-20879],[218639,-24935],[218442,-25056],[220288,-15609],[229278,-17114],[225238,-16580],[226132,-19945],[222101,-23335],[224197,-21869],[220543,-36720],[217741,-37770],[229226,-36602],[221614,-29909],[220806,-29864],[220594,-30169],[227471,-31699],[227923,-34703],[226875,-35960],[226081,-37883],[224852,-28143],[226964,-32379],[227487,-32524],[223542,-28073],[221087,-25679],[222291,-28749],[222127,-25811],[227235,-33253],[221589,-32541],[218758,-29207],[220669,-31869],[219660,-33384],[220592,-35221],[219316,-28893],[227521,-36503],[223879,-27429],[219245,-26785],[218044,-28135],[218951,-25816],[228931,-30259],[224728,-34078],[223272,-26828],[218774,-40228],[218240,-39268],[217615,-40161],[219288,-42165],[217731,-40551],[219177,-41533],[221266,-38551],[225872,-47919],[218180,-42070],[219057,-41429],[224736,-47290],[226655,-47246],[227634,-46818],[227682,-46553],[227626,-49826],[225521,-47730],[218498,-44505],[221116,-42204],[219741,-45840],[227371,-50383],[225541,-38784],[229372,-43735],[220893,-43311],[227427,-42330],[227558,-41591],[226665,-46370],[222091,-42761],[219520,-41203],[227156,-40913],[225704,-40149],[228432,-44314],[228334,-44334],[223677,-46871],[225119,-49212],[227997,-48118],[228742,-48916],[224256,-44228],[223463,-43483],[224716,-42747],[222946,-43774],[226938,-44664],[228830,-43247],[225228,-43880],[226936,-45395],[225973,-46575],[221670,-43956],[225504,-45829],[225727,-44808],[221325,-41235],[220578,-40788],[220956,-40990],[220557,-40808],[223062,-39628],[221931,-39810],[220402,-41590],[219278,-38288],[219461,-38915],[220824,-39304],[222772,-43897],[222823,-45457],[222993,-44608],[223462,-44421],[218903,-49854],[217943,-48861],[218657,-47267],[226263,-62225],[227726,-63522],[227136,-52568],[225651,-56542],[225999,-59256],[226313,-58422],[226238,-58379],[229648,-52497],[228527,-52457],[228902,-51192],[226986,-54712],[229460,-56711],[228257,-57410],[226878,-56082],[226453,-55905],[227884,-52560],[229329,-63390],[230078,-51912],[222204,-54306],[221249,-55316],[219860,-61318],[220297,-61334],[220085,-61106],[219468,-62956],[221058,-62425],[221297,-62736],[219894,-62750],[220284,-63307],[219901,-63575],[221098,-63458],[218629,-55660],[220711,-57867],[220767,-55370],[218448,-55212],[221970,-58053],[220820,-58378],[219606,-53671],[218134,-54012],[227451,-60740],[226455,-60950],[225431,-61290],[220549,-53222],[220904,-54933],[218465,-51257],[219295,-51128],[222907,-62800],[222304,-62289],[221517,-52625],[220388,-52697],[217963,-56931],[224989,-75703],[217976,-74220],[218642,-64862],[229667,-64824],[218659,-74120],[228802,-64281],[222483,-63806],[223305,-65202],[219526,-64296],[219541,-64334],[219352,-67069],[219068,-65780],[219774,-66575],[219016,-71099],[219492,-70765],[219433,-72496],[218876,-73938],[221004,-72368],[229022,-68194],[223872,-70560],[227025,-66417],[223957,-68688],[223327,-68131],[224932,-68252],[227107,-69946],[228987,-70702],[227224,-111619],[227806,-111519],[228140,-111471],[228203,-111150],[229284,-110375],[227712,-111294],[229739,-110990],[226395,-112564],[229237,-110794],[226936,-111911],[226295,-113904],[226631,-113348],[226682,-113212],[229253,-108849],[229768,-109763],[229880,-109280],[229677,-109240],[219202,6636],[222933,279],[224419,3845],[220069,6595],[229505,3218],[228910,3284],[228237,1656],[219338,9383],[225423,4033],[222792,11224],[227032,6980],[227919,9628],[223228,129559],[220334,128697],[223792,129443],[223008,134316],[226609,129439],[223419,132273],[218506,129748],[220631,128637],[222083,136414],[219037,133623],[221625,135675],[218426,131756],[222909,132641],[221860,132771],[222915,132156],[222825,131149],[226118,135802],[224901,137472],[224606,136933],[219413,129157],[219357,129550],[220745,128745],[219795,140902],[225214,140068],[222719,137887],[222118,136724],[223559,138764],[224610,135683],[225727,135215],[226763,132572],[226555,132842],[225930,131891],[229408,138105],[228172,136337],[229738,135607],[225656,143174],[217708,141403],[220001,142607],[219471,141400],[223710,141376],[221761,142010],[223133,141546],[225932,141233],[224767,149541],[228549,143078],[227154,143102],[228859,143863],[223402,145802],[224106,144940],[222641,146203],[230394,19125],[219927,24499],[221242,22200],[221821,24845],[223068,21968],[224319,19520],[222904,22782],[218949,23283],[217902,25247],[223232,23870],[225648,33326],[224638,30973],[218795,37901],[225211,31045],[224772,30447],[225619,35309],[218909,33741],[224040,36791],[226632,36164],[223765,36769],[229152,26297],[222897,31569],[218154,33681],[223341,28017],[221553,29716],[226637,29338],[229347,30028],[228522,29421],[224447,34833],[227982,27354],[224116,36124],[226057,37587],[227270,36348],[226154,36645],[230285,29270],[229433,29524],[225686,32491],[225852,34482],[218502,29023],[220454,29123],[226008,44943],[225232,44420],[223369,42857],[219590,51358],[220134,38772],[223433,43520],[228509,48181],[221963,45231],[226917,44319],[220670,43608],[225493,48498],[218579,43818],[219228,43936],[227044,44400],[230360,46822],[228162,44135],[219129,39506],[230351,40301],[218980,39387],[222991,40722],[220430,51202],[222065,43691],[228764,47953],[222441,45517],[222187,46628],[221443,49419],[219418,48572],[218233,45844],[221861,40574],[222373,39750],[220963,50249],[219616,46716],[220110,45687],[220487,45500],[224287,43564],[226972,43454],[227000,43031],[226442,43609],[229995,39098],[228757,38658],[227596,42069],[227369,41735],[228757,41723],[227836,39721],[225417,44458],[229594,50872],[226794,47137],[228147,45711],[230208,40793],[230356,40380],[220745,52320],[230157,52182],[230032,52079],[221824,54344],[217909,54441],[223680,54097],[224546,54356],[217831,53692],[227595,55792],[226814,54673],[220816,54724],[230027,54247],[229057,54664],[229722,55017],[227563,55487],[227839,53595],[228304,53420],[228374,52844],[221092,62391],[227559,61425],[225159,62429],[225176,61491],[228205,59313],[228017,58293],[227547,59176],[227725,69283],[228276,69213],[220633,76401],[228811,69211],[230019,64761],[227465,65078],[226263,70313],[229405,66708],[228443,66304],[228546,69918],[225383,72744],[223583,69072],[219489,68646],[221679,66972],[218867,68102],[218645,66096],[219343,67697],[217815,67086],[217816,70331],[220527,75742],[224198,64932],[224666,64469],[223288,66314],[220194,64411],[222380,64461],[228184,87413],[229324,87118],[217679,81763],[218378,81346],[220164,77947],[220033,77527],[226626,80318],[228398,80300],[226158,80942],[222820,79074],[223046,79671],[224374,83885],[224793,83670],[227226,82058],[225670,82872],[219701,86993],[218708,88285],[218420,87407],[225862,83284],[224666,80274],[224812,77804],[225530,79484],[225020,81505],[223755,82011],[224903,81281],[226237,90651],[222793,95210],[228431,89869],[229056,90004],[220617,99875],[221730,96614],[217984,95325],[218158,99030],[217840,97806],[220323,96373],[220739,94803],[219494,94994],[221294,91953],[229632,92325],[218762,96441],[220149,95493],[218163,99960],[218826,99692],[223942,91350],[223353,94945],[219621,93101],[223818,94932],[219506,94294],[223879,102298],[221792,101730],[226798,92507],[226244,93826],[224199,93430],[222141,92147],[222010,93953],[223628,92097],[222841,91715],[222739,92880],[221725,93831],[225315,91741],[224642,91850],[224820,91182],[227744,102509],[227638,101817],[226692,101951],[227057,98047],[226188,97552],[226457,98735],[218644,102157],[225042,99369],[229924,98415],[229085,99419],[229853,99067],[228865,99160],[229839,97098],[228836,102511],[229755,102598],[228284,96613],[222602,99894],[221273,101980],[217836,113732],[218609,113783],[227898,103762],[230265,113128],[223982,110576],[225369,111501],[227324,107260],[227458,107558],[223904,111451],[223225,106696],[222796,105203],[223103,103226],[221325,102996],[221387,103780],[219318,104458],[224135,112738],[224852,112440],[218550,105272],[217877,110325],[217893,110308],[224919,104196],[225335,105293],[218956,107844],[224156,104177],[219696,109010],[224531,107378],[226094,108670],[225387,109127],[225482,113931],[228419,108956],[229080,108871],[228369,109943],[222090,107247],[220144,108698],[220688,109075],[220110,110313],[226532,113610],[227491,115030],[226590,110605],[227996,111948],[226638,111322],[221895,113034],[220774,112976],[220291,105315],[220651,104373],[221141,121313],[226940,118706],[229999,118313],[229055,117627],[229175,117753],[226411,120022],[218908,119257],[228680,125066],[226595,127374],[228173,126712],[223551,120028],[220673,115592],[220571,116107],[220679,126587],[221830,122004],[220915,119369],[219512,118348],[220796,118983],[221836,121117],[223611,117922],[222226,118045],[222635,117008],[224754,125669],[217839,127558],[220655,123331],[222443,123577],[223603,128104],[220178,119547],[234601,-122703],[230742,-127725],[231143,-127722],[234223,-122076],[241046,-127590],[234128,-117741],[239292,-125815],[236711,-124514],[236684,-124548],[242210,-128977],[230745,-127915],[232826,-130287],[232256,-131091],[241214,-127808],[231248,-129899],[231277,-129726],[242150,-128664],[241106,-128665],[238443,-144267],[238636,-144419],[238903,-144318],[233886,-145436],[235151,-153372],[237431,-151115],[237229,-143221],[230623,-144442],[231297,-145967],[239522,-151033],[236908,-151078],[233968,-145511],[238532,-152565],[239923,-147143],[243069,-149719],[235514,-143559],[237190,-142743],[232544,-145797],[238731,-153019],[233818,-142149],[234204,-143309],[233324,-142510],[234828,-151285],[235220,-150616],[236779,-145879],[238025,-145274],[237700,-145794],[238201,-145077],[240774,-150954],[239839,-148960],[239594,-148539],[239645,-148727],[242438,-149847],[236388,-151421],[240977,-149460],[241243,-149158],[236611,-159602],[235602,-159859],[234820,-159730],[233068,-154322],[234946,-158606],[237883,-154701],[237905,-153488],[242515,-156796],[243185,-162466],[242007,-154160],[242863,-165961],[238143,-154830],[237260,-153860],[239967,-158838],[233586,-156395],[239802,-155804],[238247,-155427],[237887,-157772],[230962,-154163],[238551,-159288],[242241,-165699],[230905,-153604],[233932,-156618],[240026,-155209],[240555,-157009],[236279,-160326],[242506,-160328],[236914,-153763],[238241,-159063],[237834,-155391],[237207,-165540],[235554,-166185],[230717,-164621],[232663,-162181],[232492,-161104],[237848,-165947],[231950,-162037],[242861,-177480],[242219,-175489],[240009,-173910],[242140,-167743],[241148,-167041],[231018,-177641],[232577,-172742],[241759,-177890],[234643,-171346],[231380,-178076],[235547,-173793],[238292,-168416],[231976,-174914],[231640,-171412],[237719,-167643],[232923,-168191],[234490,-175834],[232677,-172411],[239767,-169912],[236498,-167531],[236241,-170955],[232456,-173723],[239910,-170649],[231515,-166325],[236116,-170605],[239590,-168663],[232984,-178609],[232067,-177213],[231486,-170983],[231410,-167072],[239691,-177588],[238588,-175575],[230941,-166736],[230924,-167286],[233387,-172040],[233478,-168690],[230705,-170625],[235510,-168908],[234432,-171882],[236726,-178485],[237198,-189641],[237033,-189928],[242571,-188812],[239795,-189468],[243088,-188409],[235976,-190809],[234252,-189858],[237294,-186546],[242415,-190075],[240053,-190333],[240872,-190341],[232649,-180115],[231492,-184158],[232902,-184179],[233932,-183462],[232955,-180568],[233861,-182845],[230841,-182171],[231115,-181555],[231911,-182305],[233793,-183258],[234540,-181325],[236222,-180651],[235394,-179757],[237528,-180244],[236888,-180754],[236325,-182591],[237202,-182947],[235952,-193265],[235138,-192939],[242444,-193472],[241512,-193766],[240481,-198220],[240798,-199823],[239664,-198956],[235940,-193870],[238115,-196280],[240638,-198278],[238303,-196216],[235237,-193092],[234101,-192148],[231818,-193909],[235089,-191979],[233788,-193921],[232339,-193825],[230675,-197102],[234316,-198979],[231236,-201031],[233337,-216713],[236102,-205377],[231063,-204942],[233668,-206225],[231913,-215434],[232368,-209088],[237682,-207892],[234461,-209627],[232735,-212553],[231150,-213385],[234159,-209829],[234898,-207814],[232901,-208897],[234666,-208883],[231805,-213468],[241774,-224314],[240190,-226743],[231077,-226636],[230594,-225667],[241899,-235643],[240979,-239517],[231272,-238579],[238472,-241241],[236216,-236967],[231883,-240158],[232487,-239313],[236307,-240593],[232424,-238773],[238229,-239907],[233202,-9218],[241076,-5347],[232535,-1603],[234431,-7913],[236457,-3792],[235556,-4051],[237180,-11336],[241268,-4996],[241561,-6081],[234887,-4837],[236422,-10862],[236354,-11941],[234825,-11924],[233610,-6545],[233147,-11092],[233828,-11459],[239759,-9994],[234726,-9354],[235504,-8507],[236005,-4517],[233114,-8950],[235167,-243842],[237563,-243625],[242676,-247096],[237367,-244010],[241871,-244910],[239882,-244507],[241595,-244191],[241912,-252571],[233284,-258635],[238278,-265857],[237488,-258998],[237591,-257673],[235054,-267626],[231591,-256759],[239171,-280908],[238992,-277975],[238158,-276720],[234794,-276974],[235639,-274709],[235755,-277314],[236157,-276005],[236207,-277879],[241587,-282432],[241848,-283732],[237383,-286495],[235510,-290449],[241653,-287194],[242375,-305294],[239623,-297564],[232654,-303744],[231098,-304440],[240017,-310336],[232791,-307423],[241229,-318988],[242880,-318208],[235263,-312211],[236755,-311726],[235910,-310126],[240958,-320203],[240807,-325932],[238203,-321309],[237541,-325086],[232625,-18678],[233354,-17047],[237798,-16385],[241038,-24381],[240086,-14846],[241688,-17562],[239043,-25254],[240200,-14855],[237727,-14832],[233153,-14894],[233826,-17043],[239027,-21863],[236300,-35365],[237202,-26509],[241028,-29439],[235431,-26341],[233214,-37815],[237840,-28632],[230977,-27309],[239455,-38093],[236765,-36535],[235583,-37164],[230561,-32770],[242351,-26234],[238578,-50388],[238205,-49935],[238960,-48024],[240437,-48779],[237995,-47452],[241412,-47422],[241840,-47989],[234805,-42341],[234822,-39560],[231071,-49147],[231487,-48331],[231428,-41162],[232891,-50767],[231675,-40811],[232384,-49441],[239907,-41311],[238630,-41158],[234269,-40389],[241939,-38663],[237356,-43534],[241405,-50853],[242431,-49795],[234501,-43516],[236522,-47885],[236116,-47650],[235130,-43396],[237378,-48168],[236057,-42889],[238780,-48670],[239306,-48806],[238242,-48872],[239788,-40323],[236641,-40118],[236407,-40534],[235614,-39714],[241257,-47450],[242152,-48778],[242563,-49273],[242678,-48526],[236189,-42667],[236162,-41905],[235570,-43326],[235333,-44368],[235358,-44661],[237897,-55143],[232839,-51233],[235878,-60723],[235980,-60822],[237200,-60431],[240719,-54300],[239840,-52741],[233030,-53652],[235422,-63377],[234116,-54967],[235382,-63672],[231618,-51603],[230571,-58922],[232936,-57658],[230605,-59793],[238471,-62746],[240649,-57822],[237046,-61668],[238719,-58851],[238843,-58800],[238878,-59248],[235043,-59468],[242412,-52295],[238674,-62293],[239357,-55446],[241513,-59106],[241882,-57936],[240941,-60550],[231015,-54651],[230619,-55359],[230928,-55775],[237856,-61466],[242486,-61470],[237597,-58865],[238897,-59781],[234831,-68316],[233157,-64054],[242253,-73671],[236548,-66018],[233999,-68219],[240611,-66230],[231076,-64381],[234077,-65789],[230549,-64368],[239533,-67521],[231556,-63921],[235225,-67436],[236674,-66992],[236628,-73311],[230631,-72212],[243044,-75661],[237013,-71677],[236795,-75035],[237650,-72403],[232921,-73172],[231120,-72339],[233511,-71760],[239725,-83146],[239703,-77160],[231698,-86937],[232384,-81873],[241244,-107049],[241002,-103693],[242146,-105313],[239932,-104423],[237036,-107204],[233504,2554],[236275,8208],[231209,6804],[239089,2582],[232032,8806],[239726,135221],[239186,135924],[239494,134154],[237094,135075],[243645,131601],[236889,136287],[236173,137097],[237278,136471],[242716,130015],[233302,139556],[233995,139737],[234476,138007],[230527,138239],[233344,133202],[233293,133617],[238229,132202],[234428,132095],[232895,130443],[230705,136877],[237801,133008],[233175,135141],[233365,134495],[237506,130719],[230783,133620],[234663,129803],[233040,132383],[233342,130780],[236015,140609],[237453,140775],[235732,139003],[232814,133378],[231558,134563],[241204,25050],[236835,23070],[231199,22260],[237378,25498],[232826,16588],[240643,20195],[239353,20474],[236979,17013],[235347,16006],[234484,14651],[243182,25070],[240098,21660],[242427,22733],[241966,23406],[241837,23742],[239865,24093],[241088,23044],[230457,28791],[233080,30095],[234928,28304],[235018,29443],[239578,26779],[241439,26723],[232574,28309],[242969,30468],[239467,32008],[235792,28512],[237664,28784],[238090,30007],[239595,32465],[241494,34541],[235510,36948],[235173,36575],[232298,33908],[231260,29975],[236724,27617],[233848,31668],[238916,37816],[242227,36208],[239367,37782],[238805,37359],[233169,33134],[236627,33229],[233196,34497],[230720,27556],[242104,36664],[237563,26311],[241868,35662],[236857,28968],[236386,34184],[232961,33731],[235270,33620],[242287,33077],[242860,30087],[241650,28873],[242871,37336],[237073,35152],[241330,37415],[234560,35171],[232891,36567],[232353,45386],[238815,45438],[238863,48996],[232492,49484],[235981,51312],[238961,42610],[237623,49330],[231779,46174],[240502,40368],[231115,49967],[230816,50018],[231399,38932],[231406,46556],[230498,39672],[231466,41888],[238368,49526],[240243,43373],[237725,39175],[233652,42701],[242961,50021],[241576,49461],[243167,42563],[240868,42284],[242161,42459],[242942,40126],[242191,45992],[242223,45080],[238616,42542],[239431,46930],[238727,44948],[237264,43037],[237500,46668],[237599,47392],[239654,47273],[231541,47199],[234311,44619],[234966,40253],[239141,51681],[237243,57169],[241258,53183],[237524,57654],[241513,62482],[238094,63485],[241420,58877],[234678,63754],[241418,53628],[241743,54731],[242009,60722],[242990,59649],[242339,60178],[242931,55080],[241699,54195],[243074,51680],[243057,54116],[234067,61616],[234153,61559],[236535,60615],[235041,58021],[238165,58379],[238075,51450],[239921,58503],[239557,52908],[237577,53161],[239945,61134],[236664,53462],[235633,52285],[234004,53577],[235220,54513],[234365,58090],[234767,63170],[233893,57066],[232304,63981],[231927,59084],[232632,63992],[231643,60829],[234245,64127],[231839,60127],[234340,62718],[234619,55850],[233809,56112],[235021,63204],[240070,53713],[231896,62658],[231744,62695],[230801,61680],[234566,64658],[243153,76499],[231161,74193],[230425,72073],[239239,76790],[238470,70090],[235584,75145],[238467,69596],[234193,74373],[231773,74029],[240393,65440],[238380,69179],[236186,75180],[236206,65822],[235431,74705],[239196,76572],[232879,74735],[241210,72751],[239052,69127],[232069,66327],[232983,65679],[232402,68440],[233913,66587],[235026,68719],[240407,65217],[234266,65676],[235685,69704],[236215,72397],[234436,70610],[234830,71666],[238386,72411],[237209,69633],[241439,71100],[242168,70958],[235296,71612],[240422,68787],[239682,69740],[239862,70186],[241947,67882],[242026,68031],[240074,67254],[240231,65557],[233013,71767],[231519,71066],[238916,73177],[240722,72196],[235262,71513],[239224,65357],[236137,72201],[238488,67045],[237730,67708],[234226,69500],[235749,66963],[236100,68181],[235198,68004],[232901,68934],[239535,68656],[237559,78702],[239476,78619],[230767,86486],[236819,79911],[235141,83257],[233490,83466],[234112,83562],[232487,85347],[231168,87222],[234940,88523],[236529,88778],[234040,88164],[232497,88630],[235399,87546],[235692,87986],[235387,87175],[241370,85695],[237479,85657],[237308,85327],[237442,85259],[238219,85143],[237758,83499],[241770,79762],[241651,81280],[241531,81363],[239019,88878],[239168,88815],[238631,87773],[241410,88793],[237758,87967],[240858,89202],[237316,88841],[240087,82983],[239482,81777],[239285,81174],[239555,92778],[240225,91288],[241819,92248],[242364,97558],[233654,90229],[235338,94176],[237984,93727],[237374,93582],[238652,92809],[232459,92004],[242795,91052],[241242,91023],[243655,92310],[242228,92943],[240043,102100],[240441,102093],[241147,102194],[237272,102216],[238110,102216],[241124,100426],[240949,101625],[241311,101663],[240342,99156],[239566,98390],[239477,96517],[239726,97776],[239168,96401],[234293,100927],[234648,102115],[238451,97648],[237849,98827],[234396,99638],[234452,99613],[230734,101947],[233394,97484],[232295,97468],[232877,98161],[236739,97432],[234970,99906],[234815,99746],[230945,98292],[234366,95311],[236412,114203],[235890,114883],[236564,113716],[237267,103064],[234496,103027],[235024,103532],[235447,104959],[232679,103762],[231808,103431],[230595,103051],[231210,103385],[230724,112095],[231311,111694],[234355,110175],[234122,110353],[233852,110438],[233070,108658],[231674,108600],[231311,109652],[233494,105750],[234794,107259],[234016,106362],[235732,108156],[236385,108121],[236132,109279],[238562,106146],[238974,105772],[237200,105707],[240646,111154],[239484,111527],[240481,111375],[240928,109334],[242816,107805],[241130,112642],[240070,114241],[241185,114812],[237107,113337],[238973,112047],[237560,113343],[230923,118031],[230765,116064],[232854,117206],[234416,123270],[232690,123489],[233892,119256],[231070,118909],[235425,121131],[232705,124620],[233772,118545],[243528,128612],[235964,117313],[237212,117426],[231297,119604],[233354,121963],[230782,120569],[242271,124731],[242058,124942],[242026,125406],[240868,123961],[246211,-124985],[246608,-125215],[246517,-124037],[255819,-115439],[248665,-127763],[248564,-127396],[243580,-127589],[246503,-126695],[246245,-127571],[245620,-125049],[245250,-125169],[245076,-125886],[249434,-116281],[252230,-117949],[254932,-129703],[247783,-134094],[248139,-139681],[249731,-139166],[244513,-128070],[245039,-128660],[247400,-128731],[247766,-137849],[248304,-137537],[246978,-137386],[248335,-128101],[248798,-132172],[248311,-133212],[248687,-132366],[246290,-135536],[246837,-135334],[245693,-135068],[247190,-134031],[246675,-138249],[245674,-138012],[248866,-139789],[254085,-142284],[243315,-149742],[244461,-150706],[250933,-143347],[250734,-142164],[254661,-145484],[254355,-145451],[250038,-142116],[243755,-151586],[246959,-150055],[248488,-141070],[251290,-143239],[249162,-141705],[250802,-142783],[249810,-142346],[249404,-141998],[245749,-162913],[243617,-165592],[245880,-163728],[247456,-163520],[243473,-167388],[248081,-171657],[245596,-178626],[248644,-169384],[247455,-177345],[247325,-175902],[245135,-168040],[250637,-175997],[248857,-174399],[247036,-167357],[246372,-167456],[247539,-167238],[250946,-175074],[248696,-172165],[245666,-191300],[248673,-181105],[246209,-187826],[244022,-187048],[243289,-191089],[245058,-179947],[245430,-179784],[245638,-191462],[244862,-190362],[244431,-190014],[245585,-183855],[247952,-182918],[244130,-192460],[244555,-192967],[248758,-211402],[251481,-213410],[247682,-214574],[250475,-217091],[245492,-227339],[243467,-221584],[244378,-224030],[254102,-224125],[255101,-222173],[255758,-224674],[250533,-224270],[251719,-219893],[245648,-222178],[247912,-218959],[246291,-219755],[247041,-219927],[244008,-240754],[248479,-238610],[255415,-4309],[254668,-3891],[244085,-7383],[245736,-6754],[248426,-9893],[247516,-5444],[245589,-7071],[247284,-5789],[247828,-3383],[247392,-2202],[247026,-2194],[247957,-9166],[248335,-10345],[249371,-6652],[250284,-7062],[246623,-7048],[247969,-6871],[246932,-7637],[244539,97],[245387,26],[244621,-1232],[249739,-6288],[248748,-4766],[248731,-5771],[249857,-4461],[250643,-3991],[251410,-3456],[253551,-5018],[252524,-6899],[251111,-7244],[252995,-10851],[251778,-10896],[253181,-11335],[254163,-8884],[254367,-8910],[253012,-7951],[252140,-3079],[252065,-3993],[253949,-1452],[254659,-4978],[255227,-5585],[254002,194],[253914,-873],[253087,-302],[253583,-871],[248263,-244261],[245211,-245035],[248074,-249639],[253642,-254138],[247202,-243880],[245490,-243945],[247495,-243672],[251223,-250886],[245939,-254653],[244742,-253181],[252008,-259149],[249480,-260686],[249795,-264414],[247947,-266449],[248776,-256035],[248309,-259397],[246525,-261902],[243544,-259073],[244032,-260454],[244794,-259413],[244128,-261664],[248569,-257211],[248494,-258818],[253678,-266582],[251893,-266374],[253235,-270822],[248163,-268664],[252242,-276552],[250684,-276180],[253112,-276462],[251502,-273118],[250334,-272915],[249380,-276594],[255612,-270306],[255714,-274629],[254916,-269084],[244262,-273313],[246213,-273346],[247488,-270811],[248148,-277438],[245051,-284589],[253138,-289808],[251748,-288776],[251641,-289954],[253911,-287131],[248830,-291337],[247756,-291644],[245926,-292099],[250379,-291315],[253446,-286977],[252705,-288490],[251748,-290625],[255674,-285594],[250348,-285604],[252815,-294585],[255078,-300751],[255281,-299779],[253319,-300203],[243677,-294523],[244935,-297883],[247768,-297999],[249128,-311425],[254878,-319084],[255086,-314525],[244521,-317437],[254447,-321846],[252661,-324545],[246679,-321263],[245487,-16535],[244530,-24697],[247626,-18803],[244458,-24655],[249836,-22852],[249381,-19053],[248026,-20061],[245535,-18259],[253131,-25284],[255075,-24296],[254082,-25989],[245074,-29382],[253987,-26457],[243649,-31196],[255319,-34979],[247157,-32809],[244445,-27473],[251586,-29183],[255266,-33486],[251272,-29761],[245729,-25667],[245841,-34284],[247113,-36027],[252594,-35431],[254749,-31637],[254941,-31404],[252151,-27236],[250711,-27518],[248314,-29011],[244999,-30982],[246755,-39078],[243715,-38705],[255594,-44294],[253331,-43520],[255053,-42896],[250432,-39152],[250798,-40751],[254015,-48456],[252699,-49925],[253502,-49856],[249391,-45708],[243429,-42954],[250409,-46633],[250590,-48987],[251232,-47846],[250668,-46450],[253570,-57256],[245452,-54893],[244342,-56857],[249745,-53905],[245597,-57153],[245167,-55408],[245796,-55514],[253286,-56342],[253200,-56484],[246454,-57553],[247107,-53699],[245738,-53995],[244107,-51580],[246262,-60115],[251282,-60714],[248696,-57247],[249382,-54818],[254834,-61375],[254195,-63645],[252792,-63319],[254851,-59824],[243311,-55989],[251256,-57764],[245189,-55467],[251394,-54049],[247713,-54158],[249625,-54168],[249083,-58473],[251916,-62141],[249503,-55907],[249646,-56882],[249679,-56836],[253941,-57084],[253237,-58607],[255434,-57186],[251107,-67531],[251233,-75052],[252864,-68006],[248850,-67531],[243826,-80903],[244150,-81513],[245508,-80526],[252636,-85496],[252733,-85380],[251651,-80817],[249146,-84659],[249243,-84611],[247724,-82931],[252566,-85140],[252620,-85466],[247372,-82932],[249218,-84626],[249208,-84736],[249192,-84617],[249226,-84783],[247564,-86482],[249142,-84594],[249208,-84786],[249194,-84666],[249134,-84708],[250452,-85873],[250545,-85876],[250776,-83277],[250600,-83314],[249339,-82465],[244131,-86025],[251072,-84297],[252807,-94523],[252918,-94537],[252656,-95631],[253101,-94675],[247710,-96153],[253576,-91285],[248049,-96158],[253140,-96038],[249591,-102005],[252661,-95677],[253541,-91402],[253134,-94625],[252904,-94539],[252996,-94534],[252950,-94573],[248468,-95367],[253019,-94706],[252879,-94507],[252859,-94580],[248016,-98256],[247064,-100785],[246953,-100922],[248838,-95751],[247001,-100858],[246674,-110728],[249296,-104167],[249334,-104012],[249285,-104065],[249261,-104048],[249262,-104060],[249157,-104042],[249318,-104119],[249214,-104027],[249349,-104160],[249315,-104172],[249882,-104331],[249728,-104463],[249803,-104440],[249882,-104359],[249818,-104378],[249742,-104387],[249715,-104408],[249708,-104376],[249749,-104325],[249840,-104418],[243364,376],[245792,1456],[254800,7596],[254130,7139],[253581,8674],[254806,9349],[247895,11738],[248533,10731],[243502,5893],[245243,2281],[244305,7796],[243858,2810],[243362,7754],[247122,9258],[244858,9895],[243425,10730],[254360,3503],[253421,5554],[245791,6972],[250567,7235],[247578,5718],[255552,7096],[247954,941],[252778,983],[250994,464],[250593,1860],[250705,1451],[247616,2626],[246673,1941],[244787,1136],[250815,4176],[252105,3736],[250043,5976],[243339,131830],[255360,129961],[254757,129645],[254759,131067],[254358,136792],[254133,135368],[253857,134736],[253035,133291],[252419,132261],[251235,134278],[255071,133079],[247612,134260],[249086,132536],[249364,133752],[244330,129138],[247462,132208],[246239,133765],[252067,128496],[245015,128264],[246107,131094],[251235,129373],[249969,128742],[250097,128742],[246493,131616],[247830,129554],[248799,131080],[248334,131131],[254362,21566],[243610,22845],[254163,21947],[244554,23855],[252705,22334],[247065,24025],[247439,24934],[246069,18719],[245199,17210],[246154,25349],[246191,17881],[252234,24786],[248423,24425],[255662,21086],[254195,25353],[253121,13819],[253121,13225],[244908,33107],[245294,33955],[251652,33838],[255052,36318],[253000,36870],[255057,34830],[246338,32439],[253327,34250],[248508,36295],[248346,36960],[251742,34443],[255410,34976],[253680,37170],[245816,26274],[246677,26635],[255185,36413],[255529,34603],[254453,35588],[255851,32565],[250650,34717],[249872,35894],[252295,38067],[253599,32788],[253003,34080],[249937,37639],[244320,30704],[244484,29442],[244634,30661],[245690,36756],[243377,36766],[244057,32682],[255155,27391],[255700,28498],[251819,29599],[251784,27942],[251372,29831],[253209,27553],[254568,25927],[250204,26707],[250739,25956],[252248,27152],[247385,28523],[247260,29153],[246578,28120],[246555,39092],[246033,40543],[244843,39164],[251117,44608],[245654,40847],[246125,44119],[244367,41887],[250264,40487],[248624,39152],[251306,40715],[247645,48403],[246259,49310],[247276,49172],[248595,46148],[248671,46008],[243898,47404],[244230,44934],[244507,44932],[245248,45178],[246076,46103],[246161,46937],[246868,46936],[251550,43918],[249778,43794],[250344,42316],[250222,43240],[249413,42397],[249137,42991],[248251,44215],[246700,52054],[253052,62100],[251905,60065],[252188,59393],[244911,62947],[244537,62180],[250299,62713],[249412,61895],[250264,62905],[248612,58269],[248050,59385],[246624,60312],[243414,57006],[244475,59920],[244676,59058],[245734,59609],[245929,52802],[245796,52757],[244969,52199],[244988,54512],[244210,54062],[243872,51647],[243683,72573],[251548,74661],[243559,71572],[253705,71237],[246736,69762],[243736,67303],[246614,70832],[243508,70380],[246473,69729],[252617,74741],[246341,66100],[246830,65440],[246487,67913],[244881,64230],[252133,66014],[253489,67756],[250416,66903],[255971,65342],[243399,76352],[244551,76642],[249776,73066],[255307,76541],[246254,76284],[245308,75262],[247076,76023],[251281,72887],[255003,74865],[254154,74164],[248108,75118],[249598,76944],[249476,75132],[250310,73848],[251717,69245],[253069,69715],[250616,70810],[255748,83729],[251240,89628],[246300,89031],[248075,88629],[245906,89488],[249809,87953],[250041,88297],[249581,88834],[255887,88782],[251415,87016],[252222,88125],[252698,88218],[252987,87698],[252678,77133],[254694,82222],[253128,77083],[253248,88016],[253187,85960],[255403,86351],[253829,89149],[253858,84072],[255053,79986],[253400,82357],[252550,79589],[251769,80484],[253239,79026],[250021,79556],[249726,80336],[249690,79861],[252427,97174],[247466,97170],[245420,98643],[245291,96852],[244875,97749],[243410,92528],[249806,91325],[246698,93353],[248480,91362],[250775,92272],[248637,91154],[249561,90571],[248001,90474],[253819,90519],[253514,90157],[252994,91122],[253652,89819],[255535,93817],[247847,98521],[254545,95654],[252303,95565],[251926,95063],[251181,95929],[248223,94732],[244198,98226],[248815,97018],[249811,96106],[247035,95745],[244297,97514],[253970,114126],[244685,115019],[246820,107136],[246151,106798],[245044,113061],[245806,107937],[245219,112573],[243789,110595],[243679,110715],[243209,109291],[245605,115287],[247349,107767],[245668,113447],[246283,110761],[247837,109958],[244469,105529],[247454,110352],[252075,112185],[251844,113003],[250427,103189],[249597,110931],[249337,111031],[248736,110426],[254801,114758],[244742,106225],[244022,108501],[251902,110728],[255980,113080],[254310,125442],[254376,122423],[253786,121314],[252678,125750],[252387,126275],[251479,121115],[249890,122145],[251067,121269],[255804,116185],[254618,117242],[253729,118998],[252744,119083],[250839,119665],[250595,119749],[252794,126803],[255395,123762],[255097,123657],[255285,123964],[255976,117032],[248033,125398],[245268,118209],[243834,122581],[246521,115818],[246907,119668],[244406,115856],[247491,125517],[244119,117365],[23945,-142445],[24661,-140943],[16571,-86218],[19936,140772],[20270,140778],[21099,139590],[21475,140093],[13503,147220],[24291,148194],[14080,145022],[20829,147043],[20801,145961],[19353,141807],[13415,144036],[13792,18250],[14206,18979],[261386,-117577],[260624,-132407],[264177,-132075],[264225,-131976],[265301,-134793],[266503,-135717],[258315,-138028],[258506,-138049],[258201,-138511],[258806,-138111],[260403,-137802],[260022,-138491],[265824,-140369],[259166,-139439],[266709,-135488],[258810,-132252],[266352,-134702],[258381,-131108],[262701,-142280],[263072,-142410],[261404,-147057],[268529,-141855],[263181,-143171],[262766,-143787],[262839,-143309],[263159,-143620],[267577,-142099],[268108,-141495],[258646,-146235],[261349,-141889],[261197,-142359],[262976,-144642],[262361,-147200],[258356,-148103],[258021,-147701],[257488,-147984],[258487,-147854],[260283,-148906],[259664,-147935],[261463,-147148],[268598,-226162],[256981,-226271],[256319,-227580],[259273,-228823],[258990,-227186],[260975,-226079],[260007,-224451],[265909,-241574],[256946,-7337],[256469,-2165],[263496,-8074],[257453,-1565],[258389,-3631],[265292,-5555],[266549,-11637],[256321,-4235],[257227,-3340],[260043,-5481],[264153,-8697],[261006,-1474],[258775,-5437],[264710,-2761],[258593,-4815],[261224,-952],[260264,-7064],[261929,-10640],[263589,-8671],[263896,-4410],[263104,-4670],[261993,-2803],[268308,-7360],[267119,-8061],[264260,-10845],[265053,-8778],[263497,-9811],[266181,-248456],[265713,-248116],[267457,-244126],[256729,-264467],[258639,-263292],[257349,-266805],[261944,-266163],[256981,-266172],[256787,-264164],[257822,-270443],[256062,-269253],[258541,-272767],[256076,-272117],[261405,-281118],[256409,-280829],[256474,-280032],[260359,-279100],[257095,-280687],[259788,-279049],[259604,-280187],[260407,-276093],[258406,-292891],[256201,-287761],[257693,-281470],[256859,-283622],[267541,-285807],[264744,-281528],[264050,-283845],[264438,-285909],[263143,-283613],[263863,-285000],[262629,-281942],[258399,-282436],[257372,-302209],[256977,-303119],[257103,-296918],[260499,-302046],[266688,-298906],[262789,-301081],[261445,-298610],[262108,-302973],[263288,-301280],[267570,-299793],[266483,-301569],[268413,-311188],[268574,-315420],[265720,-313057],[266293,-319683],[256779,-318915],[257455,-317259],[262690,-317033],[268395,-320159],[264647,-330519],[265771,-322799],[264614,-14945],[262276,-14611],[268278,-18208],[267666,-21999],[265217,-22240],[267754,-23561],[266738,-23740],[259292,-22489],[264344,-23737],[263077,-25060],[260973,-25399],[262962,-22241],[258318,-36410],[258923,-35768],[257640,-35702],[259214,-36610],[257028,-32813],[260374,-31621],[258640,-33633],[256860,-28564],[260092,-34336],[267886,-32881],[257429,-25941],[262190,-34308],[268286,-34213],[264311,-34958],[268600,-31920],[267678,-30988],[267648,-31601],[267297,-32469],[266541,-31947],[268675,-31135],[266980,-26451],[256599,-26768],[256843,-26879],[267273,-28338],[264072,-30809],[267754,-32548],[263956,-29037],[266431,-29969],[266604,-34252],[263295,-26250],[264350,-30550],[261853,-37402],[258947,-49658],[263073,-45853],[267182,-49525],[266325,-45982],[267075,-47374],[256983,-38621],[258367,-38306],[267046,-45317],[262485,-39498],[264359,-49660],[259487,-38480],[261684,-45051],[257441,-40112],[263178,-38271],[263132,-42019],[267161,-40500],[267567,-40113],[268025,-40103],[268679,-43754],[267563,-45393],[267081,-42298],[265141,-41682],[265218,-43700],[262930,-44074],[264745,-54953],[262611,-56360],[260052,-55101],[265501,-56912],[261976,-55967],[256648,-59972],[256036,-56290],[261223,-52580],[261523,-54061],[264794,-53345],[266709,-55934],[263522,-62251],[260065,-55168],[265651,-59953],[268427,-52467],[266584,-59142],[265199,-63166],[267805,-62912],[260472,-61531],[267109,-66764],[259788,-74180],[260860,-71291],[267259,-70546],[266427,-71122],[267863,-64905],[263847,-65831],[263820,-65430],[268450,-72420],[266153,-75113],[267469,-67244],[266821,-74573],[262928,-74485],[268319,-75923],[262731,-64834],[266727,-74743],[266840,-75771],[263074,-76433],[257649,-70881],[261818,-68654],[263706,-67402],[263212,-69550],[258601,-67551],[259576,-70113],[258611,-75994],[258162,-70212],[262842,-70158],[260884,-69259],[265941,-70307],[268542,-76041],[268114,-69595],[266151,-70621],[256598,-67241],[266986,-83010],[267484,-82945],[266887,-82997],[261856,-106950],[256845,-114116],[260004,-106618],[260001,-106648],[261392,-107023],[261893,-106624],[261404,-106835],[262238,-104090],[261717,-106817],[257392,-113987],[261741,-106569],[260161,-106643],[260852,-103309],[260848,-103688],[260980,-103554],[261062,-103184],[260890,-103113],[262352,-104656],[262009,-104658],[262245,-104590],[261771,-106917],[261511,-106687],[258477,-109373],[259389,-110000],[263395,5677],[259871,7330],[257041,11153],[256624,10340],[268465,11689],[260115,607],[258436,3218],[261762,2736],[262546,6081],[256087,6439],[267293,2919],[265892,6032],[266387,10816],[268442,10490],[267907,9546],[257460,130276],[257074,132727],[257207,133163],[256116,135720],[257537,134926],[261924,25582],[262122,24972],[264019,18271],[257592,22909],[261391,13970],[256454,22241],[259128,14762],[263178,18223],[261949,19825],[260528,18263],[261576,16193],[261426,18321],[267960,16121],[265109,16694],[267622,15990],[256261,19404],[257415,20545],[258287,16559],[257639,15491],[264111,18298],[265529,18672],[265703,17724],[262402,17454],[261440,21419],[263390,19051],[261515,17956],[258842,18647],[258664,19804],[259023,19817],[268183,16420],[268386,17903],[267806,20972],[268555,23067],[267693,21882],[265975,22302],[266435,23253],[265118,22752],[264504,24834],[266527,24864],[265126,24109],[264041,25140],[263488,24839],[262565,22970],[263834,23496],[263714,21882],[259889,23126],[259807,21709],[259991,22924],[257692,33398],[258998,32440],[261296,31287],[260258,31630],[263708,33124],[263979,30806],[260642,31030],[258542,34194],[264145,30812],[258463,34410],[259152,35196],[263018,26083],[261337,26221],[256343,27906],[256615,63871],[256025,60401],[257905,61638],[256625,60140],[261834,62752],[259795,60389],[261753,61157],[262397,61912],[262266,61974],[264613,62529],[261125,64154],[262702,63124],[261416,64003],[262234,710980],[263778,710090],[263872,710177],[259863,712279],[258421,711638],[262935,719415],[262972,719919],[262615,719281],[261832,719918],[268348,73955],[259089,71297],[262819,70802],[263110,71034],[263676,72770],[263830,72770],[259396,71073],[257343,68876],[264882,72348],[263805,71957],[257990,70500],[265874,73355],[260190,72631],[268238,75386],[263275,73233],[258709,68489],[257918,66689],[256522,66566],[257006,75620],[257155,75460],[256009,71997],[256723,71653],[257349,69751],[260028,76603],[260722,75139],[264099,74776],[264392,73722],[264159,74042],[261447,71204],[260663,73105],[260614,72339],[262086,71437],[256398,81534],[259039,78419],[261837,77102],[257529,82343],[259410,81249],[258090,82605],[261369,77126],[256708,79085],[259656,78675],[261349,77453],[259405,80617],[260319,80767],[263978,77665],[258626,83438],[256292,83297],[257779,83876],[261430,78306],[261822,78697],[256567,78772],[258425,79111],[257452,77236],[264069,87672],[264403,88271],[259274,87939],[264660,82460],[265158,83170],[265441,85269],[263876,87926],[262219,85873],[265244,84886],[265288,84457],[261883,86027],[260544,86995],[259651,87761],[258187,87428],[258398,87625],[261069,89660],[261756,89618],[260469,88338],[265143,83620],[268772,85939],[265034,83956],[260305,86346],[259440,85328],[259971,85128],[268383,87964],[267857,88462],[262156,89365],[262995,88446],[267441,92700],[268191,91988],[263336,91126],[261652,95275],[260531,93779],[261129,94049],[258576,91340],[258433,92690],[257610,91257],[258452,90956],[258519,91160],[262851,91753],[258676,96488],[256106,93919],[257142,94256],[268186,92544],[260026,91844],[256359,95734],[260280,91491],[261805,91594],[258477,95549],[257353,95297],[256952,95117],[258225,94927],[267805,89990],[259394,95016],[268586,93441],[258057,95288],[264242,90061],[268765,92622],[262141,101059],[262938,98943],[261065,114831],[268608,105075],[268689,108828],[257512,110789],[256260,122561],[257235,119711],[257197,118885],[258333,123590],[256168,122585],[256857,117145],[256077,127794],[256620,126497],[259441,124640],[258029,117882],[261740,122655],[260399,125680],[259131,124732],[258414,118317],[261343,118852],[265146,116624],[265753,124099],[279087,-157708],[279130,-157263],[280253,-156834],[279006,-157262],[276799,-157175],[269607,-187569],[280137,-189671],[268968,-8035],[277494,-4641],[277416,-4874],[273614,-7672],[269409,-5435],[275925,-5416],[271103,-7982],[270343,-11868],[275277,-9923],[275241,-11645],[270753,-8056],[275424,-8738],[276022,-10601],[277392,-11187],[277735,-10896],[273381,-8848],[274782,-7198],[277135,-6085],[276276,-7773],[280664,-6388],[278350,-8887],[278055,-10657],[277185,-8939],[273193,-11120],[269230,-9705],[272972,-10675],[276883,-6249],[275310,-4367],[270275,-993],[273932,-344],[275916,-362],[276096,193],[276656,-176],[275793,-1115],[280665,-1558],[278379,-296],[278939,-2107],[279248,-4642],[280546,-3278],[279106,-4405],[277939,-4072],[270090,-243437],[270870,-245179],[271980,-248344],[276727,-246831],[277666,-247364],[276510,-251442],[276340,-250210],[276791,-246186],[277123,-267787],[278532,-272258],[277465,-270342],[277311,-270294],[276090,-21721],[276978,-21889],[278647,-23105],[270330,-25086],[278331,-17955],[277903,-19614],[268928,-13315],[272746,-13401],[270948,-15598],[269938,-22277],[273526,-23309],[275876,-23409],[273187,-20537],[273448,-18674],[276073,-19233],[276575,-16067],[274116,-14495],[275030,-13576],[274651,-25850],[275131,-26856],[279232,-37821],[279869,-36136],[280510,-36247],[271078,-29200],[270403,-28654],[269876,-26741],[278212,-34101],[277820,-34617],[279006,-33771],[275627,-37432],[275139,-37841],[273622,-37496],[272959,-35663],[274933,-33086],[274350,-32397],[276110,-33468],[279745,-28037],[277737,-31422],[275854,-30399],[274200,-28538],[271573,-27369],[269883,-29662],[271530,-33484],[270032,-37141],[274409,-35872],[275301,-34181],[275237,-32553],[278568,-31875],[271143,-49586],[269249,-50677],[269160,-48370],[268960,-49168],[269833,-47191],[269359,-47322],[275493,-46751],[276339,-43477],[276905,-48931],[275724,-50871],[273962,-47606],[280767,-39993],[280998,-40517],[276723,-40030],[277525,-40975],[281404,-41727],[274696,-40766],[276538,-38447],[275881,-40686],[276135,-38810],[272830,-45757],[273592,-45504],[275084,-45826],[275874,-43958],[268874,-45642],[270121,-45684],[270090,-44194],[273515,-43977],[273072,-42413],[270628,-40794],[270544,-38275],[280952,-49745],[271174,-59720],[271168,-59267],[270545,-62057],[269214,-61651],[269408,-52122],[270267,-52686],[271177,-54392],[270718,-54417],[273801,-59630],[269737,-52849],[271394,-54375],[269595,-54820],[274641,-55778],[275868,-52829],[275796,-52603],[275733,-52383],[277200,-58085],[277382,-57026],[273329,-53323],[275406,-55700],[280770,-57661],[280559,-51499],[280810,-62713],[274897,-74512],[275428,-69399],[274036,-75104],[271162,-75284],[272962,-71944],[270716,-67886],[277106,-74396],[273569,-71078],[271658,-69353],[279203,-70135],[269392,-74528],[275971,-70543],[273403,-76598],[269474,-77259],[270495,-76610],[273876,-77376],[274589,-77546],[277718,-105902],[269833,10359],[271165,1768],[270142,1008],[272241,7581],[275702,4598],[276686,7693],[276674,4647],[272984,12955],[271295,8102],[269962,8644],[269857,9110],[269533,10667],[269860,11636],[272039,12496],[271376,11297],[272627,12025],[274599,1059],[274336,1295],[272640,1278],[273109,18133],[273754,15980],[274148,16342],[274299,19922],[274737,13051],[273204,15075],[275387,13756],[275769,16406],[273881,18505],[274373,20489],[273941,21612],[278511,21856],[276396,19861],[277515,20751],[277174,20315],[271509,14078],[270897,14900],[269639,20091],[269373,16321],[268898,21202],[269467,21353],[269136,23668],[281460,16040],[281205,16541],[279949,685570],[270566,76029],[279466,76810],[278457,76554],[272407,78548],[273724,78473],[271321,78200],[276401,80858],[274695,78487],[276730,78403],[278406,80125],[278809,79637],[277954,77514],[271337,79304],[270912,79006],[271353,81323],[272440,82062],[268948,87123],[271144,85844],[270617,78847],[269589,78093],[270952,78366],[269334,88107],[271776,85459],[271184,84412],[269440,89162],[276831,89752],[273851,89732],[272861,89701],[273076,89070],[272103,86146],[271281,85915],[273710,85476],[270748,84172],[274890,80112],[271237,78966],[274071,80336],[273894,82645],[275896,81570],[271069,89208],[271448,87824],[274080,84943],[277858,82472],[276050,83716],[270015,91746],[271135,92280],[272263,92103],[279450,96099],[279298,96013],[270345,90655],[280282,97908],[270768,93217],[277259,102297],[277162,99215],[280764,105272],[279220,111143],[281308,105276],[280421,107329],[280287,105333],[281376,113347],[281410,113591],[270698,113547],[277869,115620],[280568,115589],[279107,115940],[269278,121909],[273976,122339],[294320,-137305],[293156,-137375],[294013,-136472],[293496,-136318],[293864,-137266],[293038,-137061],[288583,-127876],[284481,-164915],[283837,-164664],[284156,-164867],[284361,-165494],[285042,-168980],[284590,-168775],[284928,-169208],[284691,-169177],[283705,-185708],[286806,-5076],[293635,-7734],[286112,-6791],[285331,-7662],[290481,-7822],[291093,-9735],[289653,-10655],[292057,-1819],[293145,-1916],[283274,-1373],[287470,-3483],[293893,-244],[287586,-4935],[287396,-2145],[288440,-3194],[288099,-2863],[286696,-4452],[289838,-3671],[283022,-271668],[293781,-284271],[290150,-22524],[290257,-24043],[291371,-22278],[284946,-12919],[285697,-23041],[283181,-17240],[282458,-22057],[282233,-22408],[283443,-19629],[288290,-22963],[285342,-18014],[286955,-24049],[282616,-20044],[293634,-14888],[282860,-19550],[288737,-15438],[292082,-14935],[288129,-17846],[289381,-18298],[289389,-18114],[290087,-18737],[291185,-18998],[292008,-19966],[291514,-19506],[293008,-18722],[284842,-20632],[285985,-20723],[285045,-19337],[293953,-37561],[291239,-37121],[292435,-37387],[293788,-30135],[293193,-29943],[291979,-29523],[294063,-34877],[293527,-35017],[285941,-25590],[286465,-26183],[292631,-28176],[290919,-30338],[287074,-28853],[289473,-27142],[290331,-28676],[287696,-37874],[282562,-31218],[281722,-35215],[283411,-36607],[284657,-35182],[286982,-37249],[287845,-34428],[284711,-34715],[287374,-31425],[283625,-29526],[289780,-31607],[284231,-31904],[294227,-39457],[290257,-38668],[282179,-40491],[290220,-40863],[283076,-40487],[282688,-40256],[282155,-44481],[283744,-45675],[282296,-48748],[282567,-48444],[285877,-43285],[285322,-49266],[286522,-48485],[286639,-46403],[289585,-46430],[293402,-39456],[290675,-44618],[293149,-44142],[286090,-38615],[293642,-41824],[281625,-39264],[284873,-41467],[283381,-48239],[285122,-43692],[285216,-44538],[282596,-47145],[282635,-47276],[282348,-45955],[281698,-48726],[283684,-49215],[284028,-48385],[291037,-44043],[292069,-42612],[291077,-47647],[290749,-48916],[292287,-61884],[293057,-62071],[283340,-61260],[293398,-61102],[286870,-61318],[292858,-60955],[283919,-62515],[282408,-60655],[287000,-62046],[292538,-56853],[286609,-62549],[283375,-52488],[282907,-53040],[292775,-58583],[292297,-57265],[291807,-59695],[293189,-51191],[293359,-52695],[292507,-54279],[282243,-54514],[284447,-54447],[284553,-58790],[286434,-60050],[281970,-58058],[285547,-52973],[283463,-71581],[284794,-70580],[285677,-70912],[287548,-70933],[290252,-73025],[293784,-75792],[292561,-67681],[293267,-66396],[292469,-66304],[289130,-69847],[290548,-70411],[287154,-67935],[287854,-64145],[292845,-69573],[291131,-65816],[284116,-65483],[284401,-66372],[292141,-78892],[286527,-82577],[284867,-82005],[286684,-79126],[292683,-77948],[293197,-104915],[292438,-105125],[292551,-104122],[292242,-104569],[291884,-105098],[291969,-104718],[290878,-105323],[291822,-105102],[291387,-106185],[291036,-106074],[291206,-106763],[291052,-106799],[292739,8901],[288297,12760],[284548,12896],[287715,12883],[293403,12092],[294382,9810],[284438,11601],[283496,11589],[284540,4657],[293909,8731],[286302,2708],[283005,3242],[282768,3877],[283294,3718],[283150,1906],[284544,2248],[286514,1792],[286468,1854],[286513,712],[292890,605],[293956,1832],[292671,1789],[290365,1544],[289052,2645],[290756,3548],[286350,9336],[288608,9467],[294030,6512],[290701,4014],[283497,19638],[283448,13778],[282465,14976],[282515,15248],[284113,13285],[291887,15952],[289470,20296],[286931,17789],[287065,17758],[287023,17080],[283687,14404],[285875,15238],[286634,13509],[286944,14435],[289487,14094],[283648,17024],[282458,16325],[289160,18417],[290220,17686],[290634,17659],[292811,17123],[291596,15960],[291203,17274],[293283,21672],[292078,21415],[292379,20851],[290982,18743],[291351,18761],[291881,18746],[294177,15837],[294221,15466],[294240,15232],[282440,687133],[282521,688983],[282369,689087],[281673,688172],[281724,688129],[282179,686485],[282786,74239],[282258,76292],[283713,74210],[285643,73979],[287184,75599],[284909,75460],[286838,70909],[286535,70646],[286711,68996],[284669,69696],[283946,69935],[283498,70300],[292673,85417],[283506,102283],[281658,101772],[282340,100954],[282121,102595],[281882,100108],[281867,98634],[283548,104500],[284133,104095],[283728,102672],[306898,-127509],[295190,-130739],[295168,-130532],[295523,-131516],[295509,-130615],[302604,-136725],[303814,-137251],[303139,-137857],[302974,-139300],[304944,-139710],[303785,-139419],[297619,-139799],[296486,-139343],[297599,-140337],[297417,-139887],[296344,-135849],[296601,-136091],[298635,-133730],[298468,-134096],[297270,-134381],[297607,-134448],[297467,-134163],[295753,-132989],[297241,-132548],[296930,-132631],[296143,-132701],[295256,-131216],[296750,-132523],[297823,-141047],[296100,-12375],[302408,-8074],[298206,-9307],[298319,-11425],[301120,-10503],[306760,-11182],[301564,-10824],[301427,-7414],[303970,-5765],[302741,-3284],[299985,-3394],[301502,-3448],[306432,-634],[294655,-3145],[297702,-4948],[297804,-3325],[295258,-1574],[296440,-1434],[298881,-1498],[299625,-19078],[296883,-22593],[297076,-21921],[300413,-20317],[302758,-19397],[301408,-18468],[295916,-14781],[298174,-14772],[300476,-14207],[303682,-13493],[304095,-14253],[297542,-30345],[298908,-28074],[295696,-27513],[294722,-37793],[297291,-31021],[295773,-26781],[306804,-30135],[294936,-35987],[305006,-37887],[305414,-37559],[306216,-37860],[295965,-39906],[294795,-40008],[295658,-44560],[295258,-41842],[300228,-43341],[300884,-42310],[298955,-44317],[300908,-41452],[297496,-48398],[298592,-45411],[306146,-43987],[305483,-45453],[307135,-49340],[303978,-46187],[301501,-49773],[298365,-49780],[298204,-50516],[302474,-42874],[303631,-47195],[303029,-47995],[300087,-46748],[299890,-48230],[300300,-44710],[304884,-46262],[304694,-42646],[305954,-43416],[306802,-41943],[306410,-42221],[305727,-40329],[305654,-40404],[306073,-40472],[303327,-40959],[301946,-40429],[303139,-39863],[297185,-47679],[298215,-48952],[303638,-50517],[296469,-58706],[297271,-56788],[306607,-62764],[306660,-53574],[300012,-54532],[304644,-55409],[307134,-57546],[303115,-56353],[299701,-54636],[304071,-56198],[305584,-53588],[297165,-61253],[294977,-62331],[300960,-54330],[299327,-54899],[300603,-55863],[303854,-54807],[307163,-57294],[306476,-55600],[303994,-56339],[303587,-58325],[303962,-59328],[304397,-60324],[297047,-58389],[294971,-52937],[295530,-55847],[299316,-51190],[299582,-52741],[301740,-51755],[302410,-52164],[301740,-52418],[302727,-52375],[304396,-51751],[295965,-76565],[301025,-72759],[295750,-67367],[297852,-68777],[300998,-65856],[297279,-64351],[297556,-64476],[297478,-69504],[303434,-68551],[301960,-67104],[299625,-67747],[301602,-64250],[306391,-74127],[304800,-73133],[306523,-68013],[301466,-68967],[302919,-69619],[302698,-70339],[300663,-73056],[295698,-73582],[296936,-73045],[294482,-73033],[298258,-80050],[296647,-77297],[298396,-77263],[300326,-79594],[301487,-81079],[307123,-79832],[301703,-83032],[300610,-85764],[296294,-77843],[295488,-82581],[298627,-87736],[306229,-88498],[302873,-84238],[303773,-84540],[303643,-81386],[305399,-82792],[303456,-82362],[299163,-81828],[300176,-82136],[299301,-82663],[295677,-82486],[304076,-78072],[304641,-77131],[303730,-78402],[303395,-80597],[302759,-87328],[302386,-88028],[303669,-89247],[302312,-88253],[302989,-88634],[302664,-88785],[303753,-89031],[303075,-88029],[304591,-86792],[303824,-87848],[304926,-88870],[302103,-89082],[305590,-87847],[305106,-88405],[303319,-86931],[304005,-87663],[302842,-85663],[303066,-85829],[303166,-85148],[304482,-85516],[304027,-84984],[304777,-86390],[304778,-85998],[302413,-85319],[302155,-85532],[304508,-89632],[302423,-89898],[304129,-90185],[304059,-89764],[301627,-90512],[302447,-90377],[301885,-89582],[303215,2666],[306231,5105],[306806,10546],[300503,2402],[306705,10693],[303017,11799],[300159,12653],[294980,9362],[295045,11924],[294918,11818],[295547,10175],[294484,9496],[298505,11848],[298057,12197],[300780,6622],[302310,12248],[303127,12970],[298372,9079],[298573,9677],[298077,10309],[300119,10044],[301403,10500],[302027,10781],[302761,11089],[303319,9820],[305178,11683],[303776,10381],[304319,11086],[299576,11159],[302872,10254],[302563,10235],[301669,8938],[301907,6608],[300221,6235],[300124,8179],[307178,6752],[306551,6304],[306589,1766],[304574,2311],[304044,475],[305078,1881],[305278,4500],[306295,4510],[298663,7698],[297915,7878],[299727,8240],[299374,2918],[295353,7562],[296213,4807],[298160,1445],[294579,13808],[303239,13721],[305745,17219],[306966,16825],[301762,14789],[301327,15548],[301456,17075],[306280,14548],[306116,15870],[302403,17024],[300404,19701],[298839,20260],[299576,19854],[295147,20796],[295055,21459],[294657,20688],[297032,18036],[298055,16850],[296594,15690],[296989,14374],[297928,15727],[309237,-122062],[307759,-127128],[315044,-127279],[314879,-127424],[317275,-116345],[315430,-116131],[314100,-118322],[314969,-119932],[314881,-120055],[313433,-118130],[316116,-115642],[316204,-116284],[314187,-119703],[308567,-125402],[309338,-125990],[309223,-127465],[315839,-132861],[315750,-134118],[318407,-136178],[318758,-133895],[318671,-135536],[318400,-135585],[319314,-135804],[317696,-133986],[312497,-129013],[315844,-130772],[315053,-132457],[315857,-132342],[317586,-134693],[314279,-130508],[309642,-129955],[314475,-130232],[315779,-139204],[316460,-139570],[311903,-136166],[309392,-136911],[311294,-135488],[308901,-132166],[309668,-137526],[309145,-131524],[312866,-138638],[314464,-128613],[314579,-133001],[315228,-133514],[318417,-135232],[314953,-129942],[316479,-134037],[310503,-138623],[312178,-165759],[310113,-167018],[312434,-166242],[312669,-200294],[311439,-200715],[311533,-197271],[315952,-195820],[312394,-195466],[319299,-203417],[319504,-198820],[316092,-203787],[318797,-203783],[308835,-192496],[307542,-198243],[311508,-193217],[309025,-198449],[310957,-198446],[311914,-2544],[313560,-10265],[308195,-10696],[308519,-313],[311748,-2229],[313127,-3914],[313518,-6515],[314596,-12013],[310412,-14028],[313687,-17338],[315910,-16139],[313530,-13240],[311313,-13762],[308290,-15507],[316265,-18275],[314313,-20540],[313817,-23585],[310963,-25173],[310177,-24021],[309352,-24069],[309147,-24724],[313274,-37206],[314525,-33431],[312499,-36499],[309187,-34961],[311217,-25877],[312258,-25798],[309101,-28157],[307548,-27002],[307796,-29090],[308565,-31359],[309211,-31975],[308820,-31565],[310653,-31604],[311889,-29980],[310440,-29939],[314889,-34189],[314058,-33095],[312622,-37880],[310445,-35738],[309622,-36258],[310668,-35606],[308797,-37998],[312970,-49472],[313359,-44768],[316658,-42554],[313109,-43251],[309387,-38530],[309791,-40841],[314485,-42360],[316350,-44528],[315996,-43248],[312518,-41646],[314807,-41520],[314755,-46223],[315502,-50132],[316909,-42482],[316407,-45024],[316722,-44881],[314231,-45033],[314336,-46972],[314925,-46682],[316257,-50134],[315431,-49414],[316384,-48981],[313144,-40002],[314229,-40291],[313696,-39360],[308005,-38353],[309942,-41343],[308856,-42923],[309871,-41557],[311720,-44672],[312838,-48843],[311117,-42278],[308152,-43813],[309041,-40105],[307841,-40976],[313069,-46147],[312529,-46993],[311962,-44972],[308375,-49225],[310171,-47037],[311465,-44644],[307929,-45492],[309795,-44506],[307584,-41853],[311227,-49886],[311979,-47474],[311462,-49441],[310681,-51132],[307331,-60196],[310197,-52793],[310962,-59071],[308761,-62521],[309021,-54420],[318919,-56535],[308953,-53364],[310833,-58588],[311142,-60892],[314329,-58890],[314686,-51252],[314956,-59321],[310687,-60580],[316586,-51530],[307265,-58848],[315103,-55815],[315662,-51665],[317351,-51856],[317762,-51355],[319389,-51119],[319131,-52066],[319433,-52054],[314225,-53319],[313200,-51467],[314172,-52263],[313834,-60589],[313393,-60833],[312359,-60465],[315869,-59278],[316618,-58192],[318556,-60144],[307884,-63620],[308727,-59667],[309461,-54169],[311339,-55389],[318645,-59186],[317697,-58397],[310497,-76195],[311859,-68643],[309969,-64685],[309653,-72752],[315795,-76306],[312488,-69547],[312279,-71737],[312838,-71902],[307516,-83869],[316552,-84113],[309722,-83634],[317328,-78781],[317438,-80802],[314129,-95797],[311065,-98376],[313874,-96171],[314404,-98986],[314895,-98017],[313385,-98186],[314652,-98635],[314010,-97781],[314485,-98639],[313434,-96918],[313639,-96729],[313408,-98056],[313935,-98666],[314538,-97375],[314617,-97178],[313890,-98033],[312283,-98131],[312395,-98274],[311621,-97832],[311926,-97449],[311430,-97499],[311503,-97315],[311038,-97716],[310788,-98450],[314882,-111321],[313091,-113018],[310191,-104713],[319418,-112411],[318492,-114748],[318486,-112462],[318938,-112139],[317333,-106990],[316261,-109804],[317352,-108486],[310365,-105217],[316689,-106618],[318517,-113401],[310650,-105103],[317914,-108194],[319467,-114980],[317704,-113343],[319618,-114237],[312311,8395],[309779,10486],[309582,10775],[309541,10105],[308621,11625],[308033,6687],[314336,2013],[313762,2421],[313513,3441],[314760,3603],[311263,3305],[311395,4956],[311439,5327],[310304,6989],[311426,8308],[310649,6489],[314738,6884],[313012,8150],[314212,7917],[308601,9078],[309377,7325],[307859,7329],[332151,-132834],[331083,-135308],[327737,-134596],[326989,-134696],[326126,-134613],[331876,-134335],[326062,-134225],[324108,-133789],[326460,-133524],[321229,-135026],[321331,-136218],[320810,-134828],[320840,-134929],[326612,-139447],[328248,-138431],[330701,-138181],[330604,-138566],[320876,-200727],[324071,-204458],[322900,-204225],[324181,-203734],[324306,-205508],[325516,-205396],[321074,-77625],[329496,-101957],[327627,-101852],[332601,-101345],[320833,-102514],[324029,-106464],[320106,-112662],[331856,-104869],[323787,-114325],[324641,-105958],[325118,-107702],[329338,-105138],[323625,-109383],[326374,-111313],[323499,-113646],[321620,-105038],[322705,-114111],[327845,-105532],[326439,-105632],[322433,-103620],[321584,-104983],[331281,-107823],[326809,-102366],[328867,-108974],[332025,-108053],[326475,-102874],[326828,-109777],[322876,-107809],[327434,-105597],[323142,-106227],[320576,-103980],[320531,-103470],[330373,-108231],[327067,-107321],[321532,-114506],[326443,-109337],[334464,-133283],[338042,-131325],[338358,-129932],[338682,-131052],[336184,-132507],[336754,-131583],[334070,-133596],[342599,-212100],[344861,-213738],[343866,-208178],[344157,-209928],[337766,-221002],[338848,-224149],[342376,-219848],[342174,-220760],[342267,-222808],[333559,-101821],[340734,-97701],[340543,-97495],[339187,-96164],[340226,-97451],[339841,-96960],[340060,-96800],[339671,-96205],[339596,-96358],[339456,-95963],[333772,-112838],[336103,-102311],[335482,-103365],[333307,-113219],[335519,-113437],[335543,-107092],[334836,-107579],[333483,-103253],[352311,-115171],[352072,-115511],[351701,-115314],[351555,-115663],[352179,-203294],[346153,-208443],[353691,-208808],[357079,-207756],[357486,-206199],[353064,-205453],[352203,-109665],[352266,-109212],[353591,-110060],[354154,-110291],[355478,-107119],[355381,-107377],[357882,-106866],[351246,-114150],[351515,-114012],[351293,-114985],[351232,-114887],[351808,-114902],[351778,-114669],[350678,614352],[349799,616790],[350949,621745],[352253,621604],[349052,617640],[349305,622199],[348056,624013],[352288,621212],[350008,616032],[352269,614841],[351754,614869],[370040,-123385],[369133,-123841],[369382,-123265],[369123,-123872],[370017,-125669],[369517,-123896],[370560,-124604],[370179,-126175],[362089,-115717],[363864,-116870],[364548,-116112],[363145,-116295],[363693,-117041],[369303,-148856],[369185,-148986],[369982,-147709],[370603,-147912],[370694,-153092],[371105,-152727],[370346,-153051],[370630,-166343],[371003,-166422],[370281,-167481],[369555,-167260],[369085,-167093],[368829,-166950],[368350,-203074],[368150,-202538],[366479,-207003],[365786,-206291],[368372,-205482],[371186,-113535],[371000,-114428],[358913,-107585],[359572,-107963],[360232,-107759],[362013,-107378],[361895,-106663],[371610,-124986],[373258,-123165],[373768,-122790],[373565,-122564],[374269,-123341],[374259,-122523],[374124,-122527],[375006,-122870],[375261,-122976],[375695,-123156],[371639,-126388],[372022,-127097],[371817,-127037],[377483,-131807],[377311,-131608],[377532,-129251],[377624,-129290],[377667,-128962],[378420,-129899],[378084,-130199],[378471,-130348],[377897,-131282],[377594,-130973],[377947,-131165],[377128,-131818],[380892,-139944],[380536,-139792],[380306,-139893],[380100,-140001],[379415,-140269],[379594,-140302],[382330,-137260],[382155,-137095],[382960,-136922],[382936,-136980],[383711,-135856],[383663,-135974],[383847,-136282],[383857,-136231],[374819,-144398],[374257,-143647],[371393,-152969],[373647,-145358],[374270,-146210],[374561,-146590],[373045,-145880],[371758,-148073],[371643,-148122],[372467,-153048],[372503,-153048],[374385,-152688],[373621,-152833],[373751,-153036],[373724,-153291],[374243,-152872],[373405,-153174],[373137,-153011],[380597,-204133],[383047,-202599],[378048,-201557],[379897,-200989],[372973,-112322],[372241,-106542],[373250,-107146],[372165,-106531],[373915,-111252],[376305,-106298],[376210,-106590],[378147,-107905],[375137,-106698],[373083,-107415],[373565,-107463],[36716,131808],[37598,139832],[36125,134413],[30219,135547],[37424,132615],[35014,132225],[33570,133264],[31688,136178],[35382,132341],[36581,138230],[34045,136462],[37631,137278],[37790,138269],[36215,136988],[27471,145809],[30455,152619],[29713,147337],[30062,150952],[36987,151410],[36417,153679],[30956,149088],[31238,149476],[32581,151541],[35725,153363],[36252,151756],[35837,151562],[31353,148430],[34531,152976],[32076,150933],[37864,147250],[34326,141817],[31001,141820],[37261,143829],[35949,147217],[34367,143226],[30448,141534],[37764,142922],[35240,143904],[37094,141717],[35790,149226],[38284,143881],[37462,145863],[33156,154000],[31215,156375],[27112,155422],[25733,154429],[37392,153827],[25964,18289],[26677,17682],[30182,18353],[26501,18644],[27993,19642],[387133,-175001],[395642,-200752],[394282,-201880],[393381,-204408],[391088,-204571],[390800,-202105],[402614,-203183],[404832,-199011],[406007,-202252],[404641,-200986],[405883,-200967],[420762,-204221],[421351,-204692],[418745,-204697],[421379,-206148],[421503,-210891],[421324,-212973],[414686,319521],[414711,318281],[416298,318982],[415845,319739],[419541,318666],[421667,318492],[421217,318568],[420710,318913],[419195,319808],[419282,327897],[417487,325886],[416109,330253],[417697,327995],[417794,324312],[419745,324217],[417763,323160],[417691,323718],[419267,332990],[419914,332781],[422228,331181],[420083,329338],[421118,328907],[418180,328870],[418207,328843],[415898,327411],[415355,326728],[415065,323298],[416439,321824],[419692,320978],[422073,320672],[422346,322002],[422507,-203094],[434491,-206673],[433068,-211605],[434383,-212330],[432567,-213872],[423369,-211084],[423381,-209212],[424301,-210902],[432735,-218377],[427361,-36641],[426396,-37362],[423392,318867],[422504,320939],[425087,322780],[424311,321803],[423946,331537],[429760,327004],[429562,326985],[427245,329508],[426595,328994],[425039,329142],[424409,331074],[427701,331652],[430441,332055],[430240,332979],[427912,326521],[427178,323810],[428364,323546],[428679,335387],[429578,333509],[430211,333522],[425535,336772],[425079,337638],[424783,336825],[423287,333755],[444127,-210238],[440772,-211117],[441703,-211356],[441853,-210598],[444055,-211422],[435228,-212848],[435779,-213672],[447621,-219994],[447740,-219396],[457072,-214063],[459093,-219144],[452777,-219614],[453042,-217838],[451999,-223966],[461837,-215054],[460892,-214942],[471916,-224113],[471204,-225536],[473029,-220314],[470792,-220430],[462109,-218085],[469165,-25287],[470196,-30232],[470559,-28612],[472046,-30732],[470490,-33904],[470660,-29293],[472307,-28523],[471349,-33574],[471525,-35516],[470254,-36348],[471701,-34966],[470484,-34585],[468988,-30215],[470429,-34451],[465232,-27017],[470053,-30850],[469678,-39898],[469366,-39687],[468410,-39500],[472054,-39410],[468649,-39028],[473098,-83280],[484332,-228443],[483242,-229133],[481539,-224072],[480430,-221545],[475543,-224392],[476430,-223850],[475394,-226777],[478481,-237239],[478219,-236994],[477675,-230925],[475517,-31798],[475534,-28401],[474082,-27972],[474880,-27509],[474567,-35998],[475779,-83132],[478254,202786],[477163,203989],[482873,204339],[476951,207942],[476714,207565],[474745,208626],[475337,208775],[481910,206309],[486348,224196],[498698,-172880],[499195,-172615],[498814,-170820],[486582,-226573],[487109,-229978],[488153,-230106],[494264,-236805],[494352,-233537],[493995,-236744],[494656,-233489],[492524,-234961],[494002,216314],[497182,226589],[497754,224158],[497882,223383],[498027,226148],[498765,224339],[499141,224326],[494678,222248],[494781,221470],[487950,221348],[488434,223414],[487597,225202],[491061,233405],[490370,233098],[495107,231424],[494763,232313],[501241,-169549],[499367,-172868],[501002,-171584],[501379,-172732],[500036,-172174],[499298,-171755],[501667,223745],[501414,226439],[500997,227175],[501174,233586],[501231,233055],[41747,-132408],[42688,-133578],[43090,-133655],[48673,136768],[48820,136935],[50925,129119],[46820,136840],[46356,132934],[48054,134424],[38521,140132],[42331,132055],[42913,131434],[40993,140472],[42511,135208],[38886,136574],[38765,140578],[40642,140856],[40279,137399],[39766,138039],[41892,140827],[45922,129658],[43037,133615],[42300,132174],[39931,140638],[41090,140714],[42550,140345],[41708,140520],[39332,131101],[41761,130055],[40280,130447],[42305,147465],[46044,149969],[44829,148395],[45699,149701],[41429,151559],[50483,146916],[38752,152627],[50928,141048],[50067,145267],[50388,145046],[38729,153103],[49678,142964],[49900,143115],[49153,143685],[48384,143494],[38878,150854],[48969,146389],[47016,146479],[47754,146034],[46576,144705],[46502,143842],[42601,148494],[47448,145076],[41025,150919],[45856,145343],[45123,145225],[40000,149768],[44163,146997],[44199,146226],[39237,141335],[38769,144817],[42488,141831],[41402,142934],[571668,236994],[571312,236871],[573741,237285],[575373,238007],[565171,242642],[564768,244483],[577638,237845],[576763,237501],[53990,-136990],[53736,-57261],[51984,140119],[51962,135983],[58224,140661],[58324,135647],[56722,140930],[59369,139259],[51819,140773],[63326,134409],[63073,134338],[61743,135127],[61612,135923],[60977,137352],[61033,137298],[55599,137779],[60590,135988],[60571,135837],[58039,138594],[60269,138221],[59996,138179],[57553,136927],[57218,137341],[58441,138383],[52750,139744],[54421,140387],[53792,138939],[54146,144083],[56164,142016],[59639,141666],[60473,142553],[53909,143169],[56956,142413],[51232,146965],[53735,141718],[53899,141185],[52741,146465],[52500,146222],[52287,142402],[53294,144139],[53385,144274],[51938,146016],[51235,145916],[54262,144667],[52939,145391],[55404,22903],[54629,24326],[53251,24033],[52935,23608],[58368,17265],[57610,18652],[59171,18274],[61908,48571],[62684,46384],[61658,112860],[62506,110049],[63683,104471],[56418,127707],[58135,126609],[59511,124618],[53704,125330],[56417,123645],[63598,118411],[59557,118883],[51237,124499],[58886,127066],[60779,126012],[61363,118998],[703540,351116],[701809,379873],[707116,357237],[705690,352440],[705163,355216],[706387,351133],[714236,351485],[714410,353358],[713271,355169],[712219,357992],[716750,355555],[715246,356407],[708932,357803],[711162,360417],[713846,359114],[711896,363131],[714907,365799],[715615,363631],[713217,375226],[712573,380457],[714646,377836],[716519,381118],[707618,383431],[704026,376989],[714374,389649],[716724,394097],[716729,392993],[718749,351330],[718652,364875],[720517,363832],[720467,382183],[726164,381821],[719004,395968],[718636,394172],[717793,390417],[717526,393793],[718422,392798],[716838,392280],[727270,389223],[729331,390549],[720372,399801],[729080,403532],[728706,400323],[728722,399970],[726714,399172],[724574,397992],[720987,399868],[727928,403885],[728593,403751],[724346,399582],[724059,399106],[723442,398524],[723295,397866],[721630,401143],[720429,397399],[721127,400997],[721619,400058],[719462,400259],[719592,400189],[741387,353739],[740483,383644],[737128,383068],[741699,387059],[740512,387256],[742336,394139],[741786,396242],[740846,390051],[741194,388780],[738491,393538],[742079,394005],[739110,396024],[738734,394496],[738687,394732],[730054,384821],[730033,389786],[731231,402503],[738029,397155],[737021,398304],[736519,398661],[734911,398386],[735513,400128],[729797,400786],[730664,400740],[736740,401986],[735949,402554],[742369,402325],[739404,403070],[740204,422437],[741996,422484],[741502,421616],[739534,420805],[738998,419461],[738600,422557],[742058,420064],[738347,420133],[736886,420706],[741281,414966],[741876,412377],[741011,417187],[742176,417624],[740231,418733],[741415,424235],[740863,423200],[737751,426873],[742710,426645],[736904,425962],[741605,428998],[739455,430029],[754045,327005],[753153,324090],[748624,337224],[752802,336725],[754588,354087],[753727,358338],[744062,352597],[744663,346443],[743272,346684],[746429,348212],[748709,348490],[752631,359252],[744865,384077],[743890,383199],[744765,383596],[750922,388893],[743046,386788],[745721,385678],[747339,386491],[746567,385800],[746627,385024],[754379,385150],[751917,386992],[752665,385497],[743769,388560],[743087,389883],[754357,396823],[753485,396900],[751523,394375],[744380,396746],[748603,392776],[751335,389410],[749219,395679],[749548,406198],[749831,406792],[750335,405057],[751989,409488],[750504,401515],[751789,409786],[754846,404031],[753843,408161],[754212,408353],[751689,408227],[751623,408344],[752536,403858],[752833,405349],[753165,403740],[754263,403779],[755194,399643],[752691,397367],[747267,408457],[745378,406762],[743150,405966],[747870,409421],[748048,409400],[746930,422092],[747181,422263],[742946,421014],[744967,422145],[745162,420028],[744894,420494],[746462,422072],[742933,421572],[743079,421535],[743928,421579],[743332,421758],[752260,413468],[750508,412664],[744516,418700],[744806,417662],[747928,420237],[749490,420617],[753593,410048],[746595,410127],[753848,420118],[753588,422254],[743257,418992],[742725,418046],[742660,414090],[742683,412742],[754466,411509],[754175,411507],[752879,414118],[752721,411481],[750719,412097],[749948,412351],[745852,416522],[747645,416227],[747024,416583],[749625,416497],[749751,415983],[751017,415541],[751042,416667],[751973,417294],[752125,417050],[749625,416497],[749841,416446],[749071,418283],[745665,418076],[747054,418378],[744983,424692],[746247,423535],[746940,423414],[746668,423426],[746313,423792],[744881,424251],[745218,423584],[744368,423673],[744111,423723],[745252,422708],[743985,430568],[750120,422461],[744083,428848],[745267,431357],[752909,425358],[752850,426834],[751542,427282],[747733,426873],[747738,426568],[748956,425886],[750802,424895],[748616,424950],[745512,430379],[743175,432188],[761600,315822],[758431,318876],[756503,320317],[757952,324452],[764320,351809],[761108,380527],[759637,380200],[760942,382050],[767653,393635],[767058,392229],[766194,391886],[765826,391612],[766688,390545],[763994,387439],[765590,396731],[764236,396545],[765504,396824],[759860,385304],[758497,385489],[758930,385645],[756838,387013],[756699,385236],[755781,384903],[758619,395016],[756412,390852],[767426,387176],[765552,386784],[767877,385304],[760554,396002],[764662,394205],[767591,398189],[756573,404195],[758884,401962],[758103,403455],[758820,404435],[756588,408046],[757765,407498],[756019,398532],[763213,398558],[766197,397147],[760922,397696],[760421,397321],[762863,397572],[766045,399332],[755761,397804],[758076,398703],[764124,397674],[767961,406219],[762222,414485],[759688,416338],[761398,415376],[755207,413475],[760795,412481],[762096,412611],[760177,413009],[760831,414615],[759745,415401],[763781,415479],[765773,411441],[756200,420075],[757492,418294],[756826,422893],[71563,-2456],[71995,-1803],[74291,-3508],[74227,-2595],[72821,-3938],[67435,-81787],[66973,-79445],[67282,-80371],[69961,-80033],[71089,-79709],[71934,-82713],[66607,7532],[72782,3128],[74755,2630],[72771,6469],[74596,2984],[73773,2698],[67185,7345],[71711,2628],[67090,12700],[71496,130819],[70144,129015],[71267,133436],[70605,130244],[66226,132685],[64996,132738],[64887,132521],[69481,134345],[68221,134573],[64047,138988],[66805,137892],[66006,137821],[69537,131795],[65702,131457],[67777,133487],[64462,136307],[65818,129674],[73550,128388],[64812,135227],[69559,129412],[66969,130319],[64699,134277],[72814,130599],[73424,129324],[71937,130385],[71768,130066],[74534,24606],[75615,20148],[76057,18838],[75532,14761],[74358,17901],[75663,19163],[75073,18149],[76505,16679],[69095,15870],[68425,16101],[69970,14842],[66392,16293],[68743,15217],[64636,38443],[71763,29661],[65087,36478],[69589,30914],[69153,31303],[66914,31777],[71075,33874],[68691,32170],[64101,30071],[67747,34209],[64774,33908],[65868,29273],[65198,29725],[64393,28349],[65894,32021],[68113,29380],[65312,34429],[72268,36805],[74619,26259],[69740,33573],[72923,46842],[73218,46942],[71866,47184],[74754,44134],[73415,49896],[68497,43638],[74918,43205],[67671,44782],[72693,44888],[70237,43935],[64135,48454],[67223,44894],[65433,40927],[75136,43425],[72582,41367],[64717,55003],[67150,57117],[69766,62738],[72879,61464],[73922,60488],[71707,60424],[65902,54431],[71159,63411],[72980,58564],[72867,60308],[72017,59317],[69113,64018],[75022,51410],[70714,52276],[68045,54551],[70237,53752],[71558,51948],[64564,53822],[64827,53688],[66062,57459],[66626,66097],[66845,69719],[66024,72980],[72716,73554],[72353,73108],[71046,73386],[70446,72183],[74558,74672],[72816,72065],[75281,73454],[75745,73578],[74016,74565],[69311,72832],[73617,73592],[74199,69289],[71647,66679],[74326,64978],[74959,89617],[76435,86512],[73267,85467],[72524,85857],[75402,89730],[71402,82461],[73812,85636],[74720,84301],[75268,84205],[73001,85995],[75254,85900],[72513,83574],[72848,83465],[72445,83840],[72876,84214],[72900,80339],[72501,80131],[72350,80272],[72148,81480],[70506,79854],[70697,80072],[71144,79330],[71651,78081],[70320,81284],[69775,80605],[71235,81223],[71664,81860],[69001,80092],[67825,78623],[69734,80525],[69951,79635],[69729,77661],[69222,77330],[67796,79098],[69897,77248],[73485,77990],[73024,77128],[72174,78012],[72019,78617],[70595,101957],[76520,89818],[72246,91406],[72486,91496],[76342,100472],[76405,101241],[75197,98675],[75990,99119],[75088,101884],[75719,99677],[71311,103346],[64793,114625],[64546,112976],[65941,111731],[75430,103162],[66476,108530],[68543,108988],[75053,109152],[74905,105751],[71419,110353],[67222,113754],[75449,103201],[66293,126599],[67559,127247],[68201,127936],[66058,118122],[66784,118207],[67452,116897],[65788,120193],[65965,122511],[66574,119523],[72568,123144],[72433,121602],[69380,119224],[72195,125041],[74132,122698],[69250,125540],[74177,124076],[73699,123365],[72207,125519],[74536,126996],[73651,127749],[780197,370298],[774481,366967],[776519,362839],[772827,359069],[769824,359893],[771054,364054],[771549,392670],[769400,395315],[770991,392798],[775316,395032],[776537,395762],[774256,396682],[773315,396278],[771788,396328],[773269,396047],[770001,385606],[768869,385452],[773701,390438],[770763,390293],[774660,389946],[772639,390530],[773621,390805],[770589,387134],[769121,397418],[777603,400386],[778385,401640],[778178,401799],[776360,407646],[777237,404219],[777093,404235],[775622,407122],[776802,397994],[775004,399170],[774867,398793],[775190,398931],[771277,398345],[774094,400279],[773848,399571],[773680,400910],[771746,403459],[778819,398702],[774024,402459],[770283,406029],[773245,410138],[773532,410543],[769511,410963],[771061,411408],[772448,410886],[768180,411213],[768737,411014],[770117,409941],[781970,364876],[786141,379094],[786032,378738],[788305,389982],[785327,384848],[781217,399769],[89375,-2026],[84111,-1612],[88444,-2683],[89192,-2278],[86037,-10859],[84840,-12524],[89020,-4927],[80301,-8020],[78377,-10504],[89000,-9420],[87641,-2014],[87211,-2154],[77590,-5674],[88240,-11092],[84479,-12435],[80412,-10648],[82426,-2180],[87683,-2304],[77371,-7195],[78997,-11709],[83993,-12141],[81574,-10781],[88422,-3348],[86093,-13245],[83428,-12909],[77237,12844],[77637,2980],[89599,11274],[87242,11143],[87379,10882],[80664,7265],[89068,8590],[83899,6845],[82927,7206],[82547,7533],[81520,8839],[80660,8473],[80816,7537],[83891,22122],[81073,21542],[81263,16220],[85522,25029],[86453,21457],[86090,21369],[86936,25303],[77407,16839],[88197,13365],[85236,13337],[85773,15350],[85318,14715],[85690,16470],[83857,18261],[84075,19114],[85854,17711],[86047,17935],[85468,18626],[84683,23785],[84716,22447],[86656,24345],[77408,35148],[79296,36242],[78144,33138],[86894,36687],[85617,32044],[85658,33170],[88569,35311],[88354,35673],[86151,35681],[84255,32299],[85082,34714],[84784,34346],[87154,31862],[89572,28723],[77039,29279],[83408,25937],[80730,47137],[78828,48479],[81505,46073],[78072,41610],[76974,48948],[77947,50798],[89395,50227],[84259,49452],[88190,51398],[80789,46881],[87012,46102],[81775,45066],[81742,45519],[89175,48041],[85571,608069],[87334,626206],[88415,621748],[88857,620438],[88332,616361],[87158,619501],[88463,620763],[87873,619749],[89305,618279],[81543,616817],[81225,617701],[81895,617470],[77193,629949],[87419,627859],[81560,53658],[86066,53602],[83320,52216],[86823,52439],[89596,56700],[84923,60621],[88774,55717],[86950,60789],[86581,52485],[89102,54911],[89545,55398],[88337,56670],[88832,56583],[79109,70686],[79753,72817],[80135,70962],[78747,72165],[77983,67032],[77216,66432],[85537,67766],[76922,81857],[85843,79200],[87621,89197],[88507,89513],[83378,82484],[82791,81728],[86186,101475],[83186,101791],[76842,90338],[76884,90788],[88868,95999],[78471,90560],[77794,100555],[77819,95422],[80617,95072],[87824,92324],[85286,97106],[77120,108437],[77898,104382],[77484,108697],[77201,104818],[86165,114308],[81124,103226],[80101,103054],[81677,111245],[79908,111254],[87246,105488],[88130,106217],[88836,111724],[81262,115137],[83449,115175],[83395,114976],[83358,104711],[83647,104656],[86714,119735],[81405,115491],[77163,122979],[77725,122594],[77217,120634],[78229,121079],[87162,117277],[87816,116963],[86543,116550],[79675,116891],[80770,116455],[79866,117222],[78943,118851],[77572,119089],[915220,583258],[917707,586291],[919946,583676],[920665,584890],[914229,584779],[920983,583431],[918776,582779],[916921,580698],[916016,586999],[918119,588674],[919071,588984],[918459,588448],[916173,589711],[917372,590953],[919059,594563],[928725,577627],[931274,583787],[934160,585558],[930350,586033],[928937,582407],[933284,580773],[929246,588192],[923115,589364],[925744,599898],[931691,592534],[923458,601101],[929416,600285],[923738,599533],[928355,590068],[923018,598720],[923750,592051],[922393,593092],[931924,597818],[930442,600665],[931051,601011],[934528,581602],[934706,581734],[934727,582437],[935880,582681],[940654,589381],[936804,592160],[943384,600490],[945516,600980],[940745,601536],[935256,590567],[942352,592500],[943138,589343],[941409,589929],[952006,582915],[957088,586416],[954286,584494],[953221,595164],[957185,590020],[954577,590124],[959351,598183],[966884,600756],[969631,599737],[963686,599810],[964524,598695],[968990,596165],[965471,593391],[964942,592921],[970388,590751],[975053,589064],[975001,591576],[982625,599526],[979612,599577],[980909,595057],[974042,600266],[99697,-7644],[92094,-8665],[92584,-11709],[92255,-11129],[93412,-4726],[93100,-2365],[93133,-16199],[90860,-17487],[90498,-18213],[95916,-63556],[98959,-60327],[101169,-61029],[99072,-60321],[95963,-74993],[94047,-74945],[96945,-76479],[97060,-68620],[98348,-67566],[98748,-68435],[100479,-69529],[100464,-69797],[100963,-68179],[98274,-65211],[96700,-64669],[95791,-74176],[100896,-80599],[101085,-83644],[100898,-83553],[100162,-79182],[100171,-78850],[99000,-79806],[94900,-83851],[94487,-84074],[96398,-82491],[91966,-88553],[98287,-76633],[97711,-77397],[95479,-76976],[96944,-78143],[102253,-82185],[101947,-80870],[102368,-79769],[92416,-90130],[92899,-89555],[92622,3395],[91129,10926],[89660,9636],[95897,3747],[96164,1795],[97078,3789],[97015,3445],[93743,3987],[98993,3208],[97665,1411],[100201,2619],[99990,2043],[101248,2632],[100871,6773],[97998,11213],[95238,13296],[98808,20936],[99154,21221],[93272,18022],[93060,28556],[92496,29641],[93237,27118],[92172,30146],[95782,30817],[101013,35208],[91177,50426],[92282,49507],[93878,46740],[92817,41711],[91344,42949],[90722,41291],[92265,39865],[92073,39427],[99034,50474],[101990,50784],[100127,44301],[101566,49484],[101430,47121],[99571,47757],[99118,50966],[89652,56071],[92305,63962],[98919,63360],[100669,62093],[94689,61255],[96831,58268],[101596,55206],[101714,58327],[101330,56364],[97147,59208],[93653,58180],[93785,59718],[92333,58485],[95149,52532],[97224,52456],[96705,52837],[96892,52743],[99363,54826],[95532,52923],[94926,55497],[95072,55853],[90468,54692],[89657,57451],[93064,54511],[91801,51646],[95875,61444],[99329,53377],[98667,53142],[92869,76504],[98876,65831],[98983,65215],[95454,70332],[95344,70286],[100100,65209],[99594,65844],[100349,65307],[97015,83036],[98121,86127],[98208,82970],[99465,82897],[97434,86970],[99554,86073],[97425,85791],[95030,101409],[95161,101918],[94724,100616],[97663,102231],[95372,99384],[95296,93005],[95523,97778],[96997,100990],[91641,99863],[99495,102242],[97234,101249],[95806,99826],[101594,96871],[99918,98047],[102056,97625],[97556,100549],[98296,99371],[98549,100571],[96386,91830],[97823,106154],[97052,110013],[91174,107436],[100898,110749],[101935,111481],[92946,103661],[96155,106292],[99899,106947],[96321,106683],[97131,113412],[97442,113207],[91488,113910],[91169,114265],[100927,104387],[98970,103551],[100094,103289],[101126,103851],[90275,120580],[100882,123516],[100379,122851],[100466,119862],[100990,116235],[102077,124628],[1062162,586751],[1060490,587302],[1056009,591888],[1059988,589334],[1060767,595658],[1062043,594921],[1065054,587497],[1066869,586618],[1068997,588143],[1074166,587306],[1074479,587580],[1074906,586792],[1070784,591180],[1065047,589773],[1065227,595660],[1067733,591133],[1071569,592728],[1078671,585844],[1075874,585341],[1107237,587041],[1109043,583841],[1110935,580076],[1113591,586885],[1106964,591238],[1110218,590247],[1122735,575088],[1121419,576071],[1124769,585095],[1122828,586073],[1115852,579201],[1114738,581822],[1117381,580749],[1123559,576299],[1115771,582687],[1138397,575415],[1132917,575750],[1136728,581454],[1137810,578324],[1136293,579301],[1131784,578913],[1128145,580036],[1132621,588712],[1134485,582832],[1132192,583076],[1129694,583005],[1130172,585014],[1129025,589706],[1145931,572854],[1146658,571428],[1145839,573369],[1139579,571115],[1141580,570801],[1145439,573751],[1140763,576092],[1140716,582750],[1142586,577604],[108209,-1512],[109646,-5880],[110060,-1637],[115154,-11415],[110452,-1273],[109254,-5442],[110233,-1817],[113794,59],[110451,-3114],[113714,-6858],[107833,-3429],[110478,-7685],[111970,-7917],[113187,-1019],[115033,-10158],[108464,-2248],[114195,-50777],[115133,-50441],[113501,-52999],[114063,-52367],[112811,-52269],[114939,-51207],[110874,-63264],[115085,-60814],[109400,-60973],[108226,-63198],[105668,-62289],[104588,-62656],[105619,-60772],[104711,-59129],[104506,-57294],[107187,-55856],[106611,-54727],[108547,-53615],[108667,-55172],[109587,-55227],[113946,-55420],[110029,-52232],[111590,-53216],[111445,-52734],[111229,-52778],[110456,-53271],[110559,-53435],[109077,-53183],[109856,-53647],[109478,-54014],[109476,-54330],[110095,-54661],[109955,-55086],[111761,-55259],[111572,-54721],[113270,-56071],[112996,-56047],[111676,-56833],[112319,-56618],[111812,-56291],[111485,-55703],[111214,-55616],[110569,-55489],[106490,-56709],[106549,-56084],[105485,-57548],[105048,-57147],[107906,-55268],[108428,-55346],[109086,-55970],[109030,-56510],[113843,-62773],[114024,-63151],[113860,-63751],[113922,-63240],[113755,-61461],[114231,-61621],[110466,-61406],[110153,-61886],[112105,-67843],[113107,-66770],[112653,-64629],[114003,-63833],[107957,-73787],[106989,-74666],[106777,-74168],[107795,-75617],[114615,-64290],[114338,-64926],[106807,-66652],[106872,-66698],[106554,-64509],[106150,-64319],[105440,-65752],[104702,-65303],[107051,-65438],[106668,-65170],[111525,-89193],[111580,-88989],[110451,-87864],[108744,-87513],[109337,-86239],[107095,-86276],[107906,-87193],[107076,-87218],[112592,-77439],[110590,-90109],[103966,1161],[105630,4134],[105339,5245],[104347,6442],[105722,4748],[103729,488],[109029,2146],[114524,896],[114714,3832],[113879,396],[113939,954],[115093,3544],[114544,2866],[112394,11050],[105492,11774],[106008,5780],[107582,3594],[102982,6525],[102850,27734],[106203,30041],[104680,25977],[104008,30178],[103457,30224],[113252,29262],[107072,28703],[112382,28042],[106318,31413],[109212,30666],[112486,28217],[112271,28663],[106660,29371],[109688,28136],[106274,33495],[108837,36646],[110858,38117],[114569,33753],[113644,34484],[114520,31602],[114075,32220],[114370,34767],[102924,41887],[103698,51394],[105170,46394],[104139,49622],[103883,44929],[103197,44421],[113347,45848],[110543,46615],[112801,48269],[109481,40759],[109308,42984],[114757,42613],[114668,49520],[112200,48985],[110916,49002],[114551,39578],[114324,41082],[115005,38772],[112942,38701],[106639,63037],[105459,60100],[103827,62141],[105884,60075],[105159,60163],[111149,61533],[109334,55785],[107309,54571],[111797,54364],[111914,53259],[112450,57800],[114002,51480],[113203,53098],[107172,75877],[109410,75634],[112254,75123],[109697,75761],[113228,73889],[112206,73857],[107208,68487],[111004,72288],[107486,68817],[108042,72185],[103185,64679],[104005,65334],[106221,69584],[110943,72523],[110090,71377],[108379,89707],[112487,78258],[112990,78666],[113038,84878],[112813,89352],[111199,83460],[111334,84229],[108642,78566],[109913,79181],[109624,78402],[109301,79035],[112188,102142],[107126,100095],[110406,99809],[112409,100802],[112363,101310],[112310,101591],[102910,99006],[104032,97741],[102491,97434],[108204,92040],[110356,92228],[111195,94395],[112135,89910],[113562,90753],[113722,96849],[112649,90467],[106247,96049],[110993,94675],[109857,93776],[106459,95300],[106642,95706],[105289,95914],[109897,109256],[109361,109133],[104471,109627],[105338,111703],[105764,110371],[105633,109391],[113731,108636],[113801,109433],[114972,108235],[110427,108327],[110471,102922],[110920,104955],[111411,105189],[111685,103836],[106830,115256],[110564,114538],[109978,114561],[114247,103172],[112909,114705],[109941,110987],[104808,114617],[104055,112154],[103106,122576],[102584,122466],[103379,120848],[104084,116358],[104944,121802],[109606,117984],[110331,117999],[106926,116473],[111474,118755],[114814,118306],[115198,123199],[106978,121707],[107387,122051],[104702,124452],[107175,125533],[107319,122523],[109122,123964],[106829,124419],[109859,124380],[114953,122319],[1202383,230158],[1201178,229055],[1215476,216466],[1212389,214310],[1208330,222113],[1205513,230147],[1214412,219919],[1209984,220811],[1213485,634273],[1215566,632628],[1213725,633470],[1221368,627229],[1220984,627252],[1219419,626955],[1220900,629041],[1222515,629533],[1221591,629124],[1223070,630606],[1222476,631781],[1223116,629513],[1218095,628119],[1217335,630073],[1218154,630135],[1218963,634462],[1219175,636062],[1217802,634820],[1221592,633590],[1219440,634464],[1219808,633905],[1218012,632911],[1219339,633135],[1217944,631207],[1229449,158474],[1241403,533659],[1239739,533188],[1241584,533374],[1239862,539316],[1241580,540419],[1239804,540750],[1237789,548339],[1237695,547032],[1239573,549057],[1237968,552757],[1238741,551331],[1237419,552346],[1253998,537769],[1253267,536449],[1252118,531870],[1250897,530857],[1251073,532465],[1252602,535753],[1251334,537068],[1251220,537121],[1247255,536575],[1248540,537532],[1244102,537641],[1245215,531722],[1243332,530891],[1245322,531314],[1253796,550254],[1251238,543746],[1250255,544861],[1249528,544025],[1252364,542305],[1253383,543716],[1252796,542251],[1254349,544131],[1253737,537876],[1248816,538504],[1244000,538611],[1245029,538207],[1243418,542398],[1242924,541546],[1241965,543176],[1243936,549505],[1242263,547041],[1242059,548716],[1243379,556938],[1245191,558025],[1247278,557555],[1242433,557441],[1242064,559660],[1241808,560292],[1247007,561088],[1245050,561656],[1251437,562343],[1247099,563647],[1252219,568090],[1249090,567851],[1251943,565583],[1248925,563638],[1248239,563472],[1255039,546343],[1254701,548561],[1255434,548116],[1255236,542889],[1255270,544570],[1276895,548871],[1277762,550157],[1276873,549028],[1278366,557236],[127134,-2860],[123053,-3674],[122940,-3183],[115353,-3452],[116196,-11876],[115282,-5198],[117390,-1194],[117403,-1577],[118952,-330],[121601,-8561],[125586,-9919],[116868,-3498],[117789,-2413],[120409,-1401],[117010,-4557],[118740,-8749],[116306,-10512],[115720,-10846],[117214,-4617],[122688,-302412],[127076,-305148],[121837,-303170],[127747,-304177],[126675,-303817],[126020,-313505],[125857,-315663],[126581,-338736],[127517,-339946],[127246,-337151],[127748,-333376],[117404,-13773],[116452,-13294],[118711,-19790],[118421,-19969],[121641,-21728],[123585,-19010],[124918,-18329],[119116,-17175],[119370,-17762],[125213,-21236],[121755,-26368],[125170,-25491],[123874,-30410],[123056,-29483],[123661,-30375],[126662,-33743],[127134,-32920],[116312,-50389],[123121,-49770],[118428,-49163],[120175,-50294],[120753,-50766],[120430,-49291],[122092,-49822],[121444,-50005],[119313,-50178],[118360,-50221],[117400,-50837],[127283,-50063],[115437,-51772],[116596,-51132],[117539,-52369],[119269,-52427],[119283,-52151],[118295,-51188],[117625,-51170],[126355,-54392],[126289,-54139],[126513,-52194],[127185,-53261],[126197,-52475],[126007,-55282],[123380,-56665],[124144,-57821],[123714,-58115],[126859,-60002],[125109,-59665],[122995,-61882],[122371,-60322],[122680,-62026],[123586,-63732],[127943,-61479],[115811,-62907],[115683,-63610],[116152,-60360],[122295,-73565],[125013,-75914],[127076,-76455],[121521,-64410],[124805,-64258],[124671,-64363],[123737,-66453],[121291,-65648],[122043,-66634],[125476,-64329],[115339,-65467],[121378,-74280],[124737,-75320],[125811,-72206],[123825,-70344],[125472,-69598],[124418,-71936],[125535,-73494],[126857,-72530],[126871,-72286],[126361,-71378],[123080,-72002],[126890,-64245],[126548,-80438],[126616,-78666],[125164,-80205],[126612,-76948],[123229,-79047],[125026,-79696],[124913,-78126],[119399,-100010],[118905,-94601],[117656,-92787],[121869,-101959],[121354,-101931],[120549,-95055],[121853,-95196],[121888,-95588],[119743,-90203],[121014,-90322],[120069,-90678],[121194,-90102],[124402,-96155],[125383,-96329],[118652,-99160],[125202,-94411],[124304,-94817],[127136,-97617],[127449,-97332],[126234,-96681],[117970,-92227],[119295,-92814],[119608,-100769],[120278,-102448],[116557,3241],[117580,2554],[118212,3141],[116557,1780],[118994,2730],[115487,3075],[126034,10878],[117358,11669],[121200,12254],[125401,10498],[125153,12770],[121753,4432],[117556,6615],[118689,4771],[116815,8036],[118794,5815],[127236,4228],[124251,3829],[123823,4311],[115948,128347],[117628,128701],[119829,130951],[120916,134056],[120628,131735],[123955,133209],[126676,138507],[127371,137470],[122784,128392],[123335,128763],[124881,130097],[127342,130281],[124187,18684],[119339,25219],[117615,24409],[123580,18556],[127886,19894],[117575,15080],[121577,16212],[120501,13846],[116889,13169],[124452,21422],[116585,15323],[116644,18355],[118878,15920],[117889,20322],[118250,18802],[115821,21046],[126785,16898],[127258,38113],[126141,36844],[124776,37041],[124666,36917],[127962,35721],[126140,35173],[122814,30925],[121295,27880],[122173,27309],[124775,26201],[117533,26347],[127726,27318],[126796,27325],[126062,28202],[126430,28147],[125538,28557],[123344,30029],[124006,29909],[124441,29114],[123523,29492],[123938,35190],[122515,34575],[115317,30667],[116795,35993],[116120,36974],[117455,36453],[120817,31441],[121071,33511],[117981,28360],[119494,29056],[119518,29525],[126636,49493],[124192,50685],[127340,50854],[120610,47385],[121463,47399],[117240,46908],[118108,46623],[115535,49712],[124571,45081],[125650,44646],[125632,39869],[122928,40685],[126595,62215],[127187,61623],[122157,55519],[122418,53238],[123865,57293],[126181,60284],[126550,61335],[128093,56473],[127889,60590],[127818,57775],[115543,60383],[124558,62775],[126584,61040],[127204,61540],[119780,63015],[121196,59222],[121697,63218],[121410,71299],[126478,74124],[127408,74960],[119226,67299],[120679,67108],[115929,73414],[115611,72816],[121883,76743],[121081,72238],[120796,73359],[119737,72786],[122343,73270],[118064,76843],[124652,86395],[127770,81900],[126668,88248],[124814,88460],[127514,87063],[119030,78113],[117859,84864],[123572,77925],[122915,82974],[120216,84736],[122960,89887],[126538,91731],[119009,89882],[123427,90127],[121651,94559],[121600,94433],[120264,101091],[120806,102141],[122748,101658],[123610,101419],[126842,102357],[123206,97851],[121184,101293],[124103,100687],[122949,109270],[117126,109482],[116983,106466],[117098,110847],[115834,106001],[115264,106710],[126766,113703],[126591,113903],[124020,114625],[118497,115123],[115238,111404],[124428,113994],[120971,111477],[120881,102861],[120249,105913],[121626,105208],[126486,106920],[123440,102612],[124279,105668],[124634,107170],[120161,115805],[122235,115818],[115874,116404],[115888,115889],[115914,123113],[116483,121671],[115769,123699],[115846,123362],[120536,128110],[119473,121260],[118004,119206],[118812,122209],[118371,119340],[120292,119913],[124171,122260],[124024,126375],[-117031,-437822],[-115556,-437755],[-124897,-469535],[-127845,-468957],[-123065,-470194],[-120667,-469979],[-117496,-463005],[-116785,-462556],[-117157,-463254],[-118594,-462904],[-120929,-464465],[-117966,-464161],[-119793,-464951],[-119620,-463936],[-118208,-465441],[-119126,-465782],[-117538,-465428],[-118486,-464927],[-118734,-467067],[-118889,-467236],[-119562,-468835],[-119712,-469360],[-121089,-472714],[-121436,-471059],[-120610,-471515],[-123123,-470574],[-122258,-470825],[-124765,-469714],[-125920,-468125],[-126096,-468301],[-118510,-463368],[-120328,-464358],[-127703,-464403],[-125245,-465125],[-127368,-464791],[-126387,-464952],[-127262,-468166],[-126953,-466354],[-126634,-465519],[-125180,-38473],[-126018,-38828],[-125203,-38979],[-125745,-38594],[-126615,-40032],[-126881,-41039],[-125509,-41011],[-125229,-39349],[-124248,130226],[-117849,130050],[-115510,128905],[-116709,146106],[-122499,145384],[-125426,150961],[-122815,152789],[-121389,153089],[-120296,148396],[-121276,149675],[-121346,150017],[-119707,148132],[-118550,165067],[-123575,162810],[-123742,162926],[-126152,163791],[-118050,164817],[-127915,164689],[-119096,163948],[-118229,164432],[-116450,164282],[-117433,164562],[-117694,165201],[-124130,163873],[-122620,165105],[-123165,166406],[-121526,165550],[-119012,165996],[-119910,164808],[-117723,165471],[-122085,165823],[-125104,163875],[-125730,163578],[-123388,154424],[-121895,158651],[-122904,159029],[-126157,158648],[-117243,155004],[-124939,164349],[-124998,163688],[-117046,164607],[-121097,164945],[-126388,163974],[-119182,164832],[-119546,164473],[-122462,164621],[-115511,166464],[-115234,166593],[-115766,170484],[-116542,172108],[-115507,172587],[-115644,171911],[-118381,174181],[-117933,174706],[-118129,175787],[-118154,175819],[-115375,173159],[-115910,172879],[-115926,166794],[-117194,172713],[-116499,172283],[-119100,166957],[-119137,167071],[-120008,166991],[-127757,166970],[-127837,167469],[-127982,167785],[-127910,168606],[-127776,168356],[-126240,168408],[-126960,168215],[-125963,167597],[-126281,167711],[-121705,167748],[-126168,169215],[-126404,169077],[-124869,167806],[-125023,167629],[-124163,168622],[-124203,169125],[-123309,168871],[-123016,169126],[-121311,168574],[-122146,168502],[-120657,168114],[-121417,168345],[-118641,168532],[-118158,168640],[-117747,168485],[-117417,169582],[-117510,169587],[-116900,168697],[-116426,169023],[-115882,168827],[-115601,168639],[-115545,167589],[-123237,170338],[-122547,171093],[-124236,170161],[-120909,168932],[-119674,167771],[-119449,167298],[-120244,166957],[-120330,167058],[-121062,166674],[-120695,166865],[-126993,169730],[-126807,169884],[-127373,170602],[-127677,170511],[-125834,169837],[-125791,169883],[-125193,170340],[-124841,170265],[-123547,170742],[-123789,171028],[-121230,169179],[-122238,169676],[-122397,169960],[-123674,171875],[-124103,171956],[-122194,170200],[-119649,168856],[-119488,169294],[-118884,169805],[-118880,169411],[-117958,170847],[-118054,171205],[-118084,170237],[-118610,170056],[-127322,171092],[-127060,171202],[-125248,175076],[-124620,175943],[-125033,174786],[-125607,173720],[-125924,173927],[-123535,176050],[-123618,175372],[-120694,175531],[-120965,175518],[-121937,176022],[-121629,175984],[-121145,173859],[-120743,174440],[-116520,173511],[-116771,173208],[-121440,172590],[-122406,171158],[-123301,173578],[-127096,172731],[-126856,172877],[-118168,172456],[-117842,172598],[-126764,240909],[-125180,241731],[-126872,240735],[-126929,241062],[-115840,17873],[-116043,17785],[-116043,19210],[-115303,19289],[-115786,16100],[-115697,17364],[-116438,20903],[-117061,21829],[-115955,20858],[-115847,21102],[-116981,20746],[-117263,21739],[-117541,21629],[-117351,21873],[-118143,21475],[-117484,20468],[-118010,20888],[-115213,18498],[-118536,296744],[-118366,296989],[-117335,300348],[-116367,297437],[-122151,306500],[-117988,295918],[-116256,297023],[-123061,296702],[-122735,296829],[-120569,295364],[-125556,299582],[-122070,300419],[-121968,306558],[-124972,299605],[-120879,305731],[-124651,302953],[-124264,301645],[-124442,301558],[-124291,300518],[-123186,303312],[-122792,306837],[-126036,306910],[-124365,305431],[-127360,304531],[-125975,307021],[-122077,305277],[-115569,57913],[-116446,56152],[-115493,53813],[-116392,53128],[-119740,58763],[-120729,58267],[-122085,59120],[-121746,59850],[-122274,61481],[-124354,61240],[-123503,60572],[-125151,60606],[-125663,59533],[-125364,61712],[-126326,58914],[-125811,58280],[-126004,64272],[-126337,65465],[-127696,64706],[-125777,68065],[-126986,69063],[-127729,69457],[-124558,70387],[-121594,71815],[-123160,72469],[-122196,73459],[-121790,75528],[-124683,75931],[-126530,76822],[-116389,87650],[-118485,86929],[-124260,79909],[-124896,80428],[-126082,80216],[-124321,81670],[-125975,82699],[-116373,92612],[-116868,90823],[-121203,97152],[-121955,99467],[-121285,102049],[-123134,101515],[-125030,99838],[-122147,91874],[-122454,92695],[-122619,91729],[-124328,91860],[-122830,92504],[-116524,109240],[-115582,109087],[-126785,104992],[-122125,127839],[-123302,127299],[-115413,126411],[-115668,115705],[-139836,-424847],[-131001,-456983],[-132748,-458737],[-131824,-459210],[-131635,-457891],[-131294,-457272],[-130712,-458173],[-136794,-460181],[-128680,-467774],[-139794,-464265],[-137117,-462653],[-128281,-468920],[-128530,-468401],[-128961,-462947],[-128983,-463871],[-129304,-463627],[-128634,-463817],[-128301,-463464],[-128229,-463867],[-128750,-465188],[-129085,-464895],[-130877,-463096],[-130058,-463668],[-133314,-461871],[-138332,-460922],[-138013,-464141],[-138253,-462840],[-139297,-463203],[-140443,-463912],[-134707,-32740],[-134879,-34074],[-134980,-33415],[-133573,-35842],[-134376,-35985],[-132915,-33613],[-129044,-42741],[-139222,-43065],[-139403,-43526],[-138787,-43941],[-139643,-43940],[-139792,-41370],[-140297,-41854],[-138746,-41426],[-135953,-42539],[-136189,-42290],[-136163,-42498],[-137436,-42558],[-137360,-42098],[-138118,-42257],[-134239,-46035],[-134834,-45531],[-135525,-43251],[-135215,-43743],[-135071,-43891],[-134733,-44269],[-135452,-45035],[-135378,-45417],[-138195,-43424],[-136783,-44298],[-130789,-40098],[-131629,-39378],[-130675,-39150],[-140509,-55776],[-140302,-56032],[-130360,151133],[-136134,152260],[-131139,152167],[-132441,149106],[-135075,149829],[-136011,151150],[-137430,146822],[-138620,146790],[-133956,160773],[-133600,160197],[-134354,159960],[-132983,164177],[-133153,164075],[-140255,163461],[-140660,163377],[-140425,162782],[-140212,162795],[-139086,164117],[-140702,162757],[-139145,164223],[-137580,162767],[-139106,162924],[-138410,164799],[-137146,164449],[-137275,163747],[-136304,162968],[-136874,164607],[-137615,163597],[-140798,165169],[-135728,159202],[-134581,159176],[-133962,158995],[-135881,157593],[-137209,157404],[-138920,160837],[-128654,164899],[-139793,160331],[-139931,160538],[-129304,164007],[-138859,160348],[-137733,161426],[-138286,161363],[-136362,161075],[-136948,160658],[-136750,161250],[-137590,160981],[-136188,160015],[-136640,159711],[-132338,165338],[-133703,164250],[-134676,163721],[-135574,163564],[-135231,163166],[-133464,165630],[-138717,166487],[-137903,162685],[-138242,163093],[-137073,163054],[-137140,162888],[-138286,163329],[-139075,163280],[-135271,166107],[-131325,166579],[-133433,165421],[-140334,165666],[-140003,165341],[-139949,165861],[-139724,166362],[-137312,166320],[-138090,165789],[-137883,165733],[-136368,165765],[-136620,165855],[-136026,165962],[-134723,165478],[-134963,165216],[-133891,165343],[-133973,164518],[-134098,164420],[-133159,164625],[-136700,166920],[-137183,167372],[-137192,167213],[-135988,166940],[-135916,166746],[-128418,166901],[-128434,166796],[-129248,167034],[-128338,167204],[-128085,168558],[-128304,169015],[-128682,169229],[-129532,167504],[-129741,167510],[-129222,170279],[-129569,169139],[-132586,168158],[-132322,168626],[-134936,173531],[-131260,167966],[-130245,168689],[-130252,167999],[-133214,175358],[-135061,173885],[-133358,173089],[-134105,174687],[-131997,174460],[-133415,172464],[-130232,172379],[-131869,172627],[-132294,172785],[-129599,169222],[-128382,169901],[-138158,166633],[-131092,167540],[-130537,167127],[-128571,167871],[-128293,168210],[-131578,173051],[-131350,173992],[-130372,173047],[-130563,173217],[-131982,175141],[-131290,174508],[-129038,171832],[-129520,171564],[-133885,168191],[-133636,168473],[-133736,169211],[-134074,168793],[-133053,169764],[-132729,169184],[-132839,170179],[-133155,169944],[-134960,167006],[-134911,167004],[-131313,167609],[-131871,167631],[-131669,166655],[-131030,166688],[-130333,167400],[-139433,171517],[-139367,171456],[-136341,169759],[-136030,169233],[-135989,169907],[-128345,170912],[-128275,170431],[-134164,171719],[-134369,172024],[-134386,170786],[-134171,171489],[-135669,171358],[-135584,170537],[-135452,170885],[-138601,168943],[-138600,169579],[-138829,168213],[-139119,168353],[-138811,166836],[-139986,167338],[-140361,168010],[-128224,230242],[-128091,229006],[-132489,235782],[-130107,240530],[-130295,240377],[-128712,241873],[-128607,242190],[-129400,242043],[-131995,242868],[-128338,231113],[-134665,235589],[-128279,232586],[-133226,235408],[-131488,243466],[-128866,304403],[-131103,97269],[-131904,102396],[-135288,96253],[-135053,95627],[-136334,94669],[-136216,96945],[-134878,94433],[-133874,94633],[-134148,92632],[-134563,91477],[-133947,90957],[-135527,91898],[-136270,91874],[-136106,90337],[-138643,90325],[-139374,94115],[-138005,92707],[-137213,97555],[-137273,98925],[-138318,98163],[-136035,101858],[-137259,102413],[-137997,102270],[-133056,101210],[-132757,100816],[-132359,102325],[-128652,102800],[-128667,112366],[-131282,112818],[-131614,105622],[-133217,105834],[-133287,104867],[-132346,112132],[-140249,105620],[-140610,105813],[-141312,-425817],[-145459,-432385],[-145957,-431719],[-141978,-426367],[-146241,-427755],[-145439,-425953],[-147358,-427841],[-142668,-426830],[-141673,-463102],[-147626,-464099],[-148625,-463565],[-145813,-465141],[-146652,-463826],[-141029,-463562],[-144599,-465599],[-141643,-463533],[-141826,-463777],[-142968,-464371],[-143491,-465078],[-144949,-464334],[-145133,-464109],[-145787,-465223],[-146506,-464719],[-145900,-464380],[-148672,-462744],[-149946,-462134],[-149305,-460657],[-149429,-461614],[-140849,-55700],[-142563,-55531],[-142536,-56443],[-142037,-55820],[-141784,-56201],[-142025,-56804],[-144819,151195],[-143576,151354],[-141929,152748],[-152646,141850],[-142592,143337],[-142078,162790],[-142570,162171],[-142135,162289],[-141767,163872],[-143130,163090],[-142358,163179],[-143315,164043],[-142297,163060],[-143871,164216],[-143889,163306],[-143902,163378],[-140835,164508],[-141927,164599],[-142542,164168],[-142667,166304],[-153403,160886],[-153191,160530],[-153290,160660],[-142409,159429],[-144041,160316],[-144550,156789],[-146641,156767],[-141324,154450],[-151146,155703],[-147758,162918],[-147161,162620],[-148666,162799],[-148822,163052],[-149303,162546],[-149689,163004],[-149673,165014],[-150315,162879],[-150426,163136],[-151762,162813],[-146561,163177],[-146039,163037],[-145439,163765],[-145575,163341],[-140815,158676],[-141119,158792],[-153344,162087],[-153568,162916],[-152948,162806],[-152112,163379],[-152242,163252],[-143153,166025],[-143552,165266],[-143971,165768],[-145062,165642],[-144922,165156],[-146315,165217],[-146366,165948],[-146562,164168],[-146775,164258],[-145022,164591],[-145273,164349],[-148322,164349],[-149153,163477],[-149033,163765],[-140936,166527],[-151095,163624],[-150963,163241],[-144339,166106],[-149930,164536],[-149579,164455],[-150909,164728],[-151274,164657],[-150505,165730],[-150003,165569],[-148928,165515],[-149006,165884],[-153221,165722],[-152714,166116],[-151133,166186],[-151514,166237],[-146131,163135],[-145396,162246],[-151054,162960],[-151477,162578],[-141786,167050],[-142255,166862],[-142501,166622],[-142171,167925],[-142572,167207],[-143202,167395],[-143812,166872],[-145071,166719],[-140920,167145],[-153197,166652],[-151063,167326],[-151309,167166],[-151422,168508],[-151342,168688],[-148220,168968],[-148620,168912],[-147698,168001],[-147717,168132],[-142539,170480],[-142123,170101],[-141795,170390],[-141835,169037],[-141182,169713],[-147334,169063],[-147281,169882],[-145589,170959],[-145484,171022],[-148231,171832],[-147863,171444],[-151490,54178],[-150127,52242],[-150694,52710],[-150847,52403],[-150863,53486],[-150529,54455],[-151595,52952],[-150672,52343],[-150585,54119],[-151642,57172],[-150035,58113],[-151420,56868],[-150597,57620],[-150904,57605],[-150069,56187],[-150512,56503],[-152379,57960],[-150371,57246],[-150771,60706],[-150558,60169],[-150935,60357],[-151232,60668],[-149806,59171],[-150178,60447],[-151391,61340],[-149211,60050],[-149631,59764],[-153532,69896],[-141407,91030],[-141573,91892],[-143349,92934],[-142580,90486],[-143341,90190],[-147333,96636],[-150195,96194],[-149637,95206],[-148578,102380],[-148215,99529],[-145992,98801],[-146916,97334],[-151237,102265],[-153007,107228],[-152582,109332],[-149719,104135],[-149624,104622],[-149772,105922],[-141040,105257],[-142717,105727],[-147384,109440],[-142438,106716],[-144490,104840],[-145538,106333],[-146882,109299],[-150092,107224],[-143203,106415],[-151095,105701],[-152040,107859],[-159105,-458690],[-158245,-457219],[-157067,-457116],[-157474,-457985],[-159950,-459198],[-155072,-459807],[-159232,-459899],[-155905,-460562],[-165533,-460332],[-158745,-458122],[-158327,-458801],[-163164,-461431],[-163886,-461245],[-154665,139051],[-154344,140297],[-165918,139255],[-164139,138465],[-165869,135428],[-165408,133267],[-161752,130291],[-158998,153373],[-165004,151511],[-165567,150918],[-154540,160184],[-154453,159729],[-154392,159599],[-154810,160436],[-155459,161229],[-154017,161036],[-155037,162440],[-157744,165365],[-157125,164361],[-158159,165270],[-158397,164798],[-158160,165392],[-156559,165603],[-155948,164229],[-156075,164086],[-156692,165477],[-157117,165342],[-157644,159409],[-158170,158697],[-158025,158592],[-157975,159875],[-157450,159440],[-157474,159763],[-156870,160161],[-157721,160393],[-157546,159883],[-157709,160299],[-157300,160836],[-157307,161107],[-157234,161855],[-157809,161826],[-157173,161985],[-159137,162806],[-157947,162518],[-157877,163234],[-159217,162323],[-158230,163501],[-159121,163363],[-159661,164384],[-158984,164521],[-159504,163926],[-160341,164391],[-156810,163908],[-155926,164202],[-155954,162830],[-156181,164259],[-155898,162986],[-159906,165507],[-159792,164380],[-160187,164327],[-160793,165303],[-160102,165748],[-166222,165687],[-166059,166222],[-166027,166493],[-165916,166480],[-165373,166525],[-154335,155769],[-153685,161405],[-155095,164950],[-155247,165275],[-154272,165100],[-154954,165291],[-154128,165437],[-165967,166761],[-165491,168255],[-165198,167969],[-165675,168793],[-165480,168767],[-164978,171715],[-164630,171844],[-164915,170421],[-164826,170400],[-164779,171516],[-164529,167526],[-165853,170129],[-165881,169902],[-157101,61590],[-156084,61668],[-156870,63008],[-156983,61558],[-156931,62275],[-155939,61904],[-154966,61972],[-156968,61241],[-156860,62306],[-155692,58641],[-156992,60207],[-156300,59709],[-156544,58461],[-155720,60192],[-154903,59322],[-156708,59993],[-155991,59161],[-155947,59908],[-157454,64024],[-157301,64928],[-157297,64892],[-155641,64776],[-156084,64658],[-158063,65501],[-156244,65453],[-157413,65467],[-156852,64547],[-154791,69075],[-155395,69512],[-155430,68163],[-154462,68198],[-154798,68897],[-154225,70225],[-154624,69148],[-154115,68836],[-156972,71393],[-157524,70131],[-157593,69197],[-158792,70206],[-158401,71005],[-157962,70142],[-156957,70219],[-158384,69447],[-156928,69455],[-157579,73682],[-156645,73509],[-158444,73803],[-156436,74296],[-158473,73561],[-158050,73555],[-156857,72321],[-157444,73661],[-162533,73441],[-161878,74130],[-163486,74990],[-162743,75039],[-163316,73742],[-161853,74688],[-163255,75007],[-163117,74724],[-162505,73355],[-158150,75557],[-158422,76257],[-158092,75166],[-156332,74013],[-158041,76497],[-157035,74494],[-156551,74322],[-158065,74355],[-157202,74461],[-162793,87433],[-161377,85904],[-160787,86829],[-161851,87793],[-162082,86489],[-161265,87324],[-162295,87827],[-162354,87023],[-161806,87789],[-161128,88450],[-162871,88352],[-156979,87391],[-158020,88393],[-156846,88469],[-159633,87319],[-157168,87242],[-160663,87028],[-158064,86207],[-158652,88362],[-160258,87568],[-164225,89679],[-164672,89594],[-162716,89117],[-159981,88628],[-158693,84545],[-158614,83069],[-159780,83930],[-160050,84016],[-161096,84618],[-160750,83616],[-158974,82777],[-159803,84936],[-160117,84327],[-158937,90053],[-160487,90120],[-158490,90268],[-154295,101088],[-163639,90917],[-161190,93314],[-163483,91958],[-163682,90823],[-163891,91758],[-163926,90046],[-158856,99891],[-159789,96742],[-159339,96334],[-158922,99796],[-159868,97821],[-160245,95814],[-160958,96720],[-157597,99908],[-164744,97888],[-165881,98436],[-165486,98930],[-164742,98077],[-163300,97594],[-165340,97104],[-165064,96986],[-164171,96649],[-164360,96278],[-165937,94524],[-153714,100418],[-159359,97674],[-161349,94621],[-160498,93864],[-161635,90490],[-162502,90426],[-160073,112614],[-159836,113534],[-155649,112590],[-155908,110721],[-157064,111912],[-156078,109896],[-155602,105943],[-158213,106500],[-155000,106087],[-154079,107593],[-156649,112896],[-158244,113138],[-156702,115393],[-155671,108147],[-156309,106645],[-157162,113443],[-165534,123103],[-159792,117558],[-165420,127314],[-166073,123721],[-164678,126345],[-164575,121805],[-161692,122083],[-161253,122070],[-160988,120906],[-160752,123485],[-162184,125493],[-158586,117230],[-160683,117432],[-179146,-139408],[-179023,-139824],[-177401,-141939],[-177255,-141587],[-176952,-141864],[-174686,-142532],[-175117,-142344],[-174882,-142687],[-175012,-142473],[-174464,-143476],[-174918,-143232],[-174604,-143239],[-174553,-143244],[-176854,-145110],[-176446,-144787],[-175591,-143613],[-178397,-140808],[-178173,-140851],[-178299,-140796],[-178447,-140805],[-167241,-459884],[-172287,-458169],[-168068,-459714],[-178397,-457913],[-176035,-458720],[-174569,-459955],[-178937,-457863],[-167322,-459943],[-171316,-458935],[-167432,-460073],[-170439,-460398],[-170184,-459855],[-172083,-459175],[-172228,-459028],[-173290,-459458],[-174366,-460155],[-174264,-459932],[-174822,-459863],[-174633,-459151],[-174671,-459224],[-173910,-459328],[-175450,-459428],[-178488,-459071],[-176917,-458891],[-176706,-458982],[-169451,-460714],[-167519,-460826],[-168689,-460734],[-166567,-461477],[-168613,135797],[-167365,134221],[-173897,135115],[-175320,133039],[-169497,134724],[-169537,138338],[-179088,136993],[-176874,136285],[-174961,134922],[-177599,129970],[-168756,128485],[-176785,130936],[-174114,128727],[-175900,129583],[-176000,128453],[-178193,149805],[-168069,149489],[-177822,152363],[-174615,149811],[-178395,145154],[-177216,142439],[-173792,146765],[-167548,166189],[-168348,166023],[-167776,166337],[-166863,166390],[-166902,165618],[-167288,166023],[-168197,164378],[-169107,164997],[-168351,165148],[-168155,165435],[-169021,164344],[-170729,165986],[-170999,166078],[-170638,165169],[-170556,165942],[-169860,165095],[-171540,163876],[-171290,163686],[-171741,163790],[-171758,163483],[-171463,163342],[-173074,164528],[-172463,164388],[-172300,164258],[-173209,164302],[-173227,164660],[-166833,165954],[-178277,156755],[-178554,155349],[-177804,157129],[-166659,154579],[-168843,153991],[-172845,155397],[-173283,160042],[-175652,157240],[-173932,164411],[-173655,164471],[-175419,164929],[-175697,165150],[-174314,164592],[-175147,164814],[-178820,166668],[-167551,167089],[-168487,167234],[-176863,167218],[-176696,167118],[-176026,167975],[-175785,167601],[-176212,167819],[-177903,169812],[-178153,169647],[-176981,170160],[-176952,170353],[-178196,170603],[-178285,170889],[-167239,168557],[-167056,167860],[-167566,169883],[-167286,170261],[-167497,171050],[-166804,171102],[-177246,169354],[-177473,169482],[-177571,170092],[-177698,170251],[-177946,88959],[-174841,88308],[-175849,87769],[-175668,86794],[-174814,86299],[-175343,87679],[-171878,87247],[-171921,86424],[-172140,88207],[-172364,85915],[-167354,96721],[-166991,93979],[-168308,95457],[-167005,94425],[-168245,97600],[-167271,94276],[-168989,94280],[-167778,95552],[-178781,124959],[-178828,122889],[-178960,122794],[-171538,120216],[-170397,122752],[-167509,121879],[-166502,126563],[-174836,126990],[-177212,117388],[-168773,123613],[-166756,127858],[-176333,127354],[-170396,124469],[-169747,124611],[-166491,122061],[-189704,-446925],[-188558,-446964],[-189898,-446833],[-188365,-450485],[-180410,-459206],[-184218,-454452],[-181702,-457356],[-179723,-457277],[-180337,-459508],[-181818,-455756],[-188710,-448957],[-187643,-449894],[-181577,-457373],[-182771,-456558],[-183659,-453194],[-184375,-453856],[-186326,-451968],[-180105,-459230],[-183519,137086],[-184537,136065],[-191423,133513],[-191614,133908],[-190039,134957],[-185610,136482],[-183576,136143],[-187298,130509],[-189015,130277],[-184340,131550],[-190271,130198],[-190394,128437],[-190923,129385],[-186067,143811],[-187823,144955],[-190642,145137],[-180360,144898],[-183965,147765],[-182957,145106],[-186116,146222],[-179423,150196],[-191263,143268],[-191870,141105],[-190482,143571],[-188288,143448],[-191673,144218],[-184773,166469],[-184609,163139],[-184757,162356],[-184934,162700],[-184584,162577],[-183177,162657],[-184678,162787],[-185276,163141],[-185163,164026],[-185035,164383],[-184376,163639],[-183884,163842],[-185801,163844],[-186337,164298],[-185925,164210],[-186360,163986],[-185540,163159],[-187174,164711],[-187020,164646],[-187421,164276],[-187461,164900],[-187075,164548],[-188332,164818],[-188059,165398],[-188599,164879],[-188190,164774],[-189432,165925],[-188902,166066],[-189211,165450],[-189717,165789],[-190048,165346],[-188822,165363],[-188444,166336],[-188500,165535],[-187204,166162],[-187826,166434],[-185902,164945],[-186904,164829],[-186762,164524],[-186469,164850],[-186243,165840],[-181006,156022],[-184374,157391],[-190008,153882],[-189690,157890],[-189898,160750],[-180061,154202],[-182624,156178],[-188775,155927],[-190069,161968],[-191731,157440],[-185749,154096],[-191010,163293],[-184151,164937],[-183761,164116],[-183882,164260],[-183473,162221],[-184190,162037],[-183854,161392],[-183869,161405],[-184235,162748],[-185553,162621],[-185593,162501],[-183909,167208],[-184366,167360],[-180513,169395],[-180138,169529],[-180862,169252],[-180965,168960],[-179597,169635],[-184104,168355],[-183237,167591],[-183404,167877],[-183042,168127],[-183413,168173],[-185053,167321],[-184559,167376],[-185219,167437],[-187349,166884],[-187383,167064],[-186478,166718],[-186556,166833],[-186874,166891],[-180539,168044],[-179838,168042],[-190207,89325],[-187475,88351],[-187984,88655],[-187083,89437],[-186104,88369],[-186366,86470],[-184137,85699],[-184319,83717],[-182519,84123],[-181657,84678],[-184792,81437],[-182917,80966],[-180373,94554],[-180900,95251],[-184382,95286],[-183884,96042],[-184610,97436],[-184164,99111],[-185407,99349],[-184623,100270],[-186061,99813],[-188066,102707],[-186908,104130],[-185477,103367],[-190085,103571],[-189646,107705],[-187887,109175],[-189605,110558],[-189007,113012],[-190146,112659],[-191783,111924],[-191577,111269],[-179570,124151],[-191411,128167],[-191322,123259],[-190272,123660],[-187441,124596],[-187374,123894],[-188416,121330],[-185547,124401],[-184413,121632],[-186224,125029],[-187750,123400],[-186220,121326],[-189296,122847],[-201967,-434847],[-203333,-434143],[-202108,-434025],[-204354,-432677],[-201857,-434652],[-201128,-438470],[-196321,-440455],[-196741,-441111],[-196918,-442902],[-197282,-443410],[-197301,-441452],[-199009,-442000],[-200328,-441879],[-200872,-440926],[-201006,-439337],[-198324,-437584],[-198980,-435453],[-199768,-436145],[-202462,133973],[-202067,133091],[-202200,129290],[-199980,135230],[-202360,130569],[-202185,131252],[-193145,139635],[-194179,137974],[-198735,136132],[-200253,136503],[-202093,136661],[-201377,134798],[-195224,132695],[-192789,133991],[-199625,136382],[-194004,128223],[-194413,128617],[-192028,128864],[-195030,151431],[-197032,148172],[-196549,145705],[-198649,146930],[-200702,146028],[-202858,143358],[-197405,142222],[-196792,146921],[-192503,145758],[-195292,142915],[-200444,144525],[-192414,145766],[-193534,143015],[-194111,143352],[-192541,142977],[-195509,166294],[-194422,165659],[-195193,164871],[-195066,165751],[-194740,165461],[-194341,166214],[-194256,165718],[-195563,166502],[-194612,166304],[-196024,165476],[-194780,164744],[-195507,164247],[-195689,165468],[-196232,165388],[-196600,164586],[-197171,163825],[-196508,164064],[-197179,164192],[-196248,164501],[-198716,163568],[-198747,163350],[-198951,164032],[-199035,163073],[-198675,163044],[-199588,162023],[-199356,161475],[-200238,161482],[-199435,161663],[-199859,161936],[-202628,163481],[-202558,164011],[-204139,164601],[-203495,164534],[-203551,164652],[-204257,165002],[-203421,164971],[-201546,161141],[-201070,161564],[-201317,161627],[-200600,160824],[-200923,160963],[-198140,158739],[-198953,157706],[-197981,158979],[-197687,157996],[-198338,157622],[-200455,158498],[-200312,159103],[-200364,158993],[-200141,158375],[-199632,158765],[-193509,160955],[-195269,160399],[-192056,158041],[-195850,156489],[-192084,159906],[-194162,162059],[-202978,163190],[-195845,166661],[-197370,167714],[-197862,167764],[-197314,168336],[-197010,167418],[-196518,167883],[-195004,167085],[-204302,167615],[-198256,169484],[-203785,166860],[-204003,170829],[-202977,171181],[-203772,170687],[-204342,170632],[-202936,87375],[-200885,86717],[-201313,84759],[-198467,86518],[-198066,83060],[-197197,82172],[-197752,81352],[-198230,81624],[-201628,82034],[-204045,99673],[-203131,99343],[-202765,98708],[-202339,97774],[-200452,100982],[-200190,101448],[-199147,102469],[-198195,102047],[-198314,101989],[-202275,90925],[-201752,90173],[-202312,103068],[-201951,103780],[-201162,103743],[-200171,104950],[-199318,106252],[-197789,107567],[-198191,103681],[-197918,103984],[-195150,110457],[-195353,112297],[-199834,110976],[-202025,112662],[-203484,111985],[-203876,112626],[-204539,114349],[-195676,113129],[-196124,112804],[-194628,114112],[-194060,114841],[-200305,114413],[-200412,115132],[-203152,116687],[-201850,117225],[-200362,118577],[-199961,120074],[-202550,121088],[-199624,123442],[-200527,125704],[-203388,121048],[-192116,127807],[-193529,127881],[-195548,126994],[-197298,116392],[-196768,117770],[-196805,116218],[-217134,-421207],[-205243,-433908],[-211374,-426904],[-206605,-428008],[-209827,-428894],[-212447,-425442],[-209441,-427801],[-209261,-427419],[-216450,-422783],[-210475,-428516],[-212253,129699],[-212298,129372],[-210549,129833],[-209682,132581],[-210115,133198],[-208748,135107],[-210406,135537],[-211695,138905],[-210676,136453],[-212386,137370],[-214084,151465],[-214092,151359],[-216815,145980],[-214733,152630],[-213835,151319],[-214161,152779],[-214228,152635],[-214558,153227],[-214420,152892],[-214031,152811],[-212349,152005],[-212579,153254],[-212126,153064],[-211656,153095],[-212513,151861],[-214853,141649],[-214112,142604],[-212650,144409],[-212454,145314],[-213991,146223],[-209778,146646],[-209034,146844],[-207671,147496],[-209932,145450],[-213011,149276],[-213303,150483],[-215176,154005],[-215081,154048],[-215012,154325],[-214508,153505],[-215006,154014],[-212013,153954],[-214787,156776],[-213586,157986],[-213471,157934],[-214327,157316],[-213775,157011],[-214045,155926],[-214601,155304],[-214832,155748],[-214738,155859],[-214225,155394],[-216507,155645],[-217329,155061],[-216644,155450],[-216095,155200],[-217172,155503],[-215320,166184],[-215548,165389],[-215102,164118],[-215232,157957],[-215612,158307],[-214896,159961],[-215871,159842],[-208341,168778],[-208210,168722],[-208971,169324],[-208142,168525],[-208050,169170],[-207380,172483],[-214142,168508],[-209479,169714],[-207314,168239],[-205731,167184],[-205814,168292],[-209866,170558],[-210966,170229],[-212176,169620],[-211827,169664],[-206955,168071],[-207532,170841],[-206724,102033],[-208470,101872],[-205822,100903],[-204882,99875],[-204877,99091],[-212585,102264],[-213474,101945],[-215263,100488],[-213724,100861],[-215080,101808],[-215119,98858],[-209329,97681],[-209898,96638],[-210639,97477],[-209401,95677],[-209655,94755],[-207184,92227],[-216948,106041],[-217493,108056],[-216724,109153],[-215597,107953],[-214821,107895],[-215143,106499],[-215982,106507],[-215813,108407],[-212885,106241],[-212657,105962],[-210638,104412],[-211701,103611],[-209042,106765],[-208601,107132],[-207504,105068],[-213489,103089],[-208526,115808],[-209711,116242],[-211548,116177],[-211981,117360],[-208631,118163],[-208971,119218],[-210116,120677],[-210230,119851],[-209738,121533],[-208882,121841],[-206107,122021],[-207351,124136],[-206081,124262],[-207238,126657],[-208055,125778],[-206888,127643],[-205895,127523],[-205998,126271],[-211813,124394],[-213039,124687],[-214452,123257],[-214568,122776],[-214105,127326],[-218328,-419395],[-228861,-419376],[-221534,-421521],[-222528,-419193],[-224253,-419944],[-224369,-419684],[-223654,-421559],[-226110,-418326],[-225763,-419458],[-225393,-420380],[-218963,-418877],[-228732,-418126],[-220254,-419889],[-221336,139276],[-220579,138161],[-221890,136825],[-224782,138087],[-225483,136688],[-228461,136346],[-226941,131217],[-228107,131412],[-225968,129355],[-224252,149045],[-225158,149259],[-224847,149407],[-225100,149305],[-223718,148129],[-221882,146998],[-222096,146871],[-222312,146540],[-221996,147705],[-221012,146073],[-220423,145472],[-221225,145426],[-221720,145828],[-221562,145335],[-219665,146236],[-220062,145997],[-219164,145543],[-220537,146503],[-219994,145871],[-221229,145308],[-222410,144684],[-221703,144837],[-221004,144496],[-220870,144513],[-228957,150438],[-228590,150292],[-228612,149700],[-228479,149986],[-229379,150156],[-225750,150118],[-225704,149865],[-225373,150486],[-225220,149824],[-225607,150449],[-218476,143863],[-226134,152597],[-225835,151711],[-227431,150120],[-221487,156615],[-220731,156481],[-220951,156708],[-225754,154823],[-224224,157260],[-225022,155277],[-220881,156947],[-221734,157684],[-220073,157383],[-221953,157352],[-225022,155598],[-223744,156424],[-224570,156365],[-218157,156638],[-225564,154597],[-221673,156494],[-221841,156644],[-218123,107125],[-224454,102939],[-226177,113131],[-225712,112836],[-222548,112728],[-221073,111558],[-222295,110858],[-221467,110187],[-220057,109395],[-230334,114706],[-228404,106032],[-227605,107076],[-226616,106881],[-227258,104606],[-225997,104636],[-224900,104287],[-223350,104571],[-224358,103964],[-229257,120407],[-228517,119392],[-228065,118218],[-226198,117057],[-225839,127779],[-226923,127107],[-228747,126013],[-229940,126390],[-229699,122223],[-239233,-304817],[-233064,-305489],[-232027,-306986],[-241795,-302428],[-241701,-303372],[-234939,-307793],[-236265,-313089],[-242063,-307229],[-233484,-311538],[-237642,-310002],[-241010,-307448],[-231413,-309196],[-240228,-308219],[-239370,-313466],[-239848,-312189],[-239716,-313119],[-240618,-312266],[-238789,-311143],[-238846,-312541],[-238992,-311814],[-236237,-312745],[-238763,-311327],[-236413,-310316],[-235534,-312326],[-241914,-315169],[-238162,-318342],[-237768,-313555],[-238814,-319527],[-237518,-316507],[-239226,-317278],[-237238,-316564],[-237718,-317453],[-236195,-317489],[-238024,-314424],[-235346,-313930],[-235790,-316115],[-236442,-317401],[-236721,-314700],[-239575,-317809],[-237840,-314207],[-235662,-313950],[-237726,-313402],[-239114,-314765],[-240849,-314561],[-238834,-314659],[-238536,-314892],[-241527,-314981],[-241680,-316144],[-241382,-315846],[-239187,-325951],[-236365,-320847],[-238685,-326814],[-237285,-320393],[-236415,-321263],[-237921,-322593],[-242257,-326698],[-239199,-325752],[-237923,-324171],[-238529,-322935],[-237686,-323761],[-239240,-326696],[-241227,-331949],[-238632,-319854],[-239525,-320961],[-241758,-324733],[-242426,-323028],[-242868,-324647],[-241150,-326386],[-240450,-324070],[-241064,-322526],[-240345,-324110],[-240464,-323588],[-238353,-322096],[-240368,-321578],[-239418,-320986],[-240762,-320995],[-240090,-321302],[-241993,-334356],[-243170,-335485],[-242394,-336480],[-242450,-335727],[-241613,-336218],[-240335,-336912],[-238999,-337250],[-239331,-335575],[-240624,-336028],[-240599,-335097],[-240458,-335026],[-242429,-333287],[-241895,-333825],[-241786,-333845],[-240247,-333407],[-240097,-334389],[-240204,-333420],[-232858,-420305],[-233688,-420174],[-232337,-418036],[-232070,-418907],[-232812,-419789],[-236229,-418553],[-234421,-420986],[-231485,-418696],[-241699,-418920],[-233135,-419406],[-237514,-418791],[-242094,-420530],[-239455,-419481],[-233743,-419562],[-234226,-420235],[-238431,-419932],[-232356,140121],[-232342,140285],[-232729,140348],[-235054,140139],[-234394,140193],[-233805,128912],[-240641,131740],[-241947,132123],[-242091,129602],[-242435,128639],[-233730,145586],[-233574,146296],[-233832,145374],[-236692,147122],[-236018,146740],[-236818,146079],[-236163,145244],[-236146,144825],[-235991,144619],[-234690,148719],[-234858,147680],[-233682,147451],[-233201,148613],[-234281,148817],[-232760,148727],[-232338,149717],[-232153,149574],[-232621,149456],[-231045,149839],[-230511,149442],[-231715,150017],[-230733,150442],[-231027,149547],[-240237,141925],[-236341,152716],[-239822,141830],[-233823,151835],[-234668,152275],[-233279,141366],[-233528,141192],[-239824,143554],[-237270,142212],[-241001,142569],[-236973,141034],[-236547,141522],[-237340,142269],[-234181,151349],[-233020,150981],[-234126,150667],[-234762,152694],[-240727,141360],[-232128,149455],[-232253,148964],[-233062,148106],[-234007,147322],[-233814,147058],[-234227,146302],[-233774,146085],[-235656,147008],[-236089,146342],[-236396,145215],[-237435,145193],[-237406,144953],[-242094,143144],[-239320,144046],[-237007,144664],[-238081,144814],[-238206,143810],[-238494,143599],[-236782,156232],[-230445,109513],[-233470,125821],[-233773,125971],[-230438,123273],[-232019,122254],[-232256,121267],[-232393,119886],[-231470,118112],[-235063,122755],[-236114,123507],[-235691,125254],[-238393,121396],[-237192,120444],[-239571,121960],[-1181,-120621],[-2112,-120932],[-1860,-120971],[-821,-120820],[-2844,-120293],[-2922,-118779],[-2801,-119872],[-2849,-119797],[-2910,-118856],[-1336,-120070],[-1523,-118681],[-1403,-120012],[-1562,-119906],[-1846,-119816],[-2711,-119302],[-2689,-119829],[-2703,-120070],[-2476,-119979],[-7331,-127361],[-6048,-126907],[-6315,-127320],[-5685,-122665],[-5542,-122087],[-5455,-123319],[-4823,-124046],[-4767,-124346],[-5512,-123852],[-6026,-125058],[-6510,-124960],[-6181,-124595],[-6818,-125409],[-10130,-125247],[-10013,-125701],[-9778,-125752],[-6030,-121145],[-5841,-119028],[-5346,-119903],[-5886,-118478],[-6439,-117684],[-5920,-117825],[-5591,-118016],[-5799,-117740],[-5479,-117562],[-6954,-116397],[-6508,-116316],[-7882,-116516],[-6743,-116630],[-7477,-116679],[-10593,-115160],[-12417,-127519],[-12528,-127141],[-9918,-126604],[-10381,-125743],[-10515,-126865],[-10148,-125900],[-9542,-117675],[-12628,-125662],[-10867,-124449],[-1441,-118171],[-1255,-120818],[-1142,-120124],[-8325,-119226],[-8083,-120848],[-7606,-118867],[-8700,-125097],[-10274,-124018],[-8148,-124911],[-10755,-117751],[-11759,-118408],[-11255,-118791],[-10919,-118569],[-12771,-123622],[-11010,-119204],[-11575,-123699],[-12110,-124276],[-11879,-124342],[-11877,-120971],[-11061,-120618],[-12260,-119553],[-11093,-118509],[-11271,-118476],[-9855,-129600],[-10116,-129545],[-10610,-130609],[-10597,-130443],[-10386,-131115],[-10383,-131366],[-10314,-129846],[-10381,-130534],[-10800,-130431],[-11377,-129775],[-10693,-129239],[-10767,-129976],[-12342,-129138],[-359,-133543],[-1099,-130956],[-6404,-132583],[-6564,-133183],[-6478,-135147],[-7433,-133614],[-6140,-135141],[-7641,-133801],[-6368,-140595],[-6149,-140421],[-6605,-139783],[-6912,-139896],[-11734,-139822],[-12264,-139644],[-12647,-140083],[-11138,-138627],[-11984,-137497],[-758,-135595],[-93,-134470],[-10713,-130261],[-11213,-130112],[-8974,-132368],[-9168,-129899],[-2221,-132965],[-4361,-133894],[-393,-134390],[-6916,-128889],[-5808,-127905],[-5128,-128223],[-1523,-132804],[-3388,-130944],[-3323,-132531],[-9711,-149032],[-607,-150746],[-1575,-150554],[-509,-150920],[-12564,-147876],[-8607,-142202],[-5923,-143673],[-4469,-144128],[-5649,-143002],[-5148,-143778],[-169,-146490],[-810,-146775],[-616,-146169],[-2657,-146585],[-67,-146798],[-133,-149949],[-426,-149388],[-608,-149537],[-938,-148665],[-135,-148249],[-2279,-149249],[-2667,-149330],[-2726,-149930],[-3213,-150871],[-2759,-150959],[-3558,-149600],[-3240,-150007],[-2797,-148762],[-3734,-147894],[-2771,-148359],[-2477,-147667],[-2045,-148757],[-1176,-147915],[-1672,-148826],[-1633,-147807],[-873,-148459],[-913,-147026],[-2234,-145889],[-1897,-146554],[-1414,-145990],[-2296,-146130],[-2586,-145418],[-2000,-145180],[-2076,-144968],[-1828,-145059],[-4066,-145849],[-6025,-149981],[-5562,-150368],[-5675,-149011],[-7832,-150305],[-7500,-149006],[-7468,-150211],[-7888,-150111],[-6713,-150354],[-7295,-148179],[-7675,-147379],[-7637,-147690],[-9315,-145283],[-10310,-145709],[-10411,-144888],[-9397,-145015],[-11624,-148390],[-12438,-149012],[-10362,-149211],[-10341,-148997],[-10452,-148584],[-10334,-149730],[-12469,-142613],[-12477,-142179],[-12391,-141174],[-11484,-141781],[-10791,-141543],[-11214,-141886],[-9917,-141932],[-10182,-142043],[-9022,-142112],[-6747,-142055],[-6200,-142367],[-6992,-141509],[-7460,-141761],[-5249,-141595],[-4745,-140775],[-4317,-141982],[-5208,-142403],[-3907,-141452],[-4118,-142205],[-5016,-141894],[-3318,-143990],[-2435,-143380],[-2415,-143154],[-3872,-143177],[-2639,-143448],[-5362,-144610],[-5478,-144935],[-5047,-144386],[-4830,-147078],[-4298,-147128],[-12545,-144232],[-10769,-148117],[-12773,-147877],[-11637,-146558],[-11414,-146357],[-6472,-145206],[-5333,-145357],[-5869,-145158],[-5873,-144102],[-4002,-152266],[-3329,-153128],[-3761,-152060],[-4334,-152963],[-6894,-152224],[-6772,-152512],[-6548,-151989],[-6998,-151846],[-9622,-152668],[-9039,-152117],[-9924,-153204],[-6414,-153143],[-5254,-152295],[-5714,-152994],[-6214,-152256],[-8475,-153039],[-8262,-152231],[-8470,-152074],[-8182,-153101],[-10574,-152846],[-11000,-153388],[-11337,-152231],[-11340,-153005],[-10488,-152647],[-9819,-151943],[-10835,-152456],[-10083,-152094],[-10414,-151446],[-10377,-152204],[-11115,-150923],[-12363,-151994],[-11871,-151446],[-12650,-151929],[-12112,-152317],[-1719,-152518],[-1452,-152631],[-5693,-140772],[-7821,-140783],[-7750,-141052],[-630,-144829],[-968,-144152],[-316,-142525],[-10441,-144206],[-8049,-142554],[-7737,-142759],[-7578,-143695],[-8206,-143825],[-4798,-146416],[-5232,-145552],[-5855,-147185],[-4534,-149604],[-4885,-148082],[-5615,-149312],[-6368,-148462],[-5666,-147511],[-6648,-148494],[-6449,-148269],[-6717,-147254],[-6804,-147852],[-7450,-148212],[-7408,-146580],[-7305,-146246],[-7237,-145526],[-6645,-145740],[-7430,-145914],[-8758,-144812],[-10492,-142991],[-10954,-143962],[-10815,-142686],[-8782,-144280],[-8781,-143876],[-10050,-142108],[-9543,-142257],[-8468,-143065],[-9545,-142960],[-9816,-142229],[-11720,-142632],[-11464,-142865],[-12164,-142822],[-11589,-143825],[-12386,-143048],[-11958,-142929],[-12695,-144603],[-12458,-145845],[-12544,-144703],[-12776,-145715],[-12049,-145261],[-12498,-145839],[-12216,-161213],[-11409,-161982],[-12722,-164251],[-12115,-163712],[-11362,-163756],[-11386,-163510],[-1060,-153808],[-1648,-153545],[-873,-153960],[-4049,-153456],[-9260,-153568],[-6295,-153578],[-8040,-153444],[-11229,-153407],[-3264,-154742],[-2980,-155120],[-1371,-156780],[-16,-154509],[-2076,-155005],[-2242,-154858],[-2187,-153904],[-1512,-154323],[-2420,-154380],[-697,-153755],[-1834,-154639],[-2360,-154290],[-3318,-154294],[-2941,-155542],[-12662,-164599],[-11471,-161606],[-11039,-162087],[-11506,-162001],[-10999,-162113],[-11166,-162000],[-10334,-161791],[-9996,-162278],[-11419,-164094],[-9291,-155468],[-9604,-155641],[-10371,-156466],[-9222,-158871],[-9491,-158734],[-10369,-157761],[-6328,-157687],[-5760,-157757],[-5917,-156486],[-6559,-156409],[-5644,-156544],[-5523,-158649],[-3821,-158648],[-5388,-158337],[-5584,-158378],[-4286,-158608],[-4082,-157473],[-3749,-157302],[-4584,-158127],[-3711,-158535],[-3660,-154948],[-2802,-156174],[-4501,-156436],[-5412,-155786],[-5350,-155175],[-4279,-155712],[-4612,-155528],[-2862,-158886],[-2480,-157576],[-1532,-157897],[-283,-156437],[-159,-156645],[-7408,-156234],[-6816,-155511],[-7354,-156437],[-6626,-155359],[-6948,-156545],[-9240,-155037],[-7691,-156008],[-8825,-156176],[-8259,-156388],[-9050,-155657],[-7158,-158859],[-7750,-157353],[-7840,-159289],[-8131,-158946],[-8492,-159783],[-8109,-159315],[-6454,-159584],[-6360,-160070],[-6250,-159459],[-7132,-160025],[-5026,-160456],[-5153,-159532],[-5874,-159288],[-3580,-160324],[-4915,-159408],[-4785,-159212],[-4560,-159138],[-4281,-159410],[-2155,-158470],[-2662,-157852],[-2923,-158506],[-2056,-157976],[-2546,-158336],[-10292,-157945],[-11212,-158138],[-9337,-157427],[-9359,-157681],[-8724,-157420],[-9221,-158756],[-8606,-158036],[-3037,-155809],[-11769,-165285],[-12726,-164928],[-12388,-165905],[-11752,-165419],[-11031,-166097],[-11904,-165636],[-11598,-165876],[-10538,-160792],[-10220,-160753],[-11741,-166376],[-10640,-166413],[-10996,-178889],[-9424,-175099],[-11741,-166376],[-11476,-485073],[-11851,-483351],[-3650,-498504],[-3995,-497383],[-3617,-497851],[-3454,-497218],[-3144,-498251],[-4106,-495903],[-6275,-495468],[-4413,-496426],[-4849,-495094],[-5921,-494259],[-7135,-495218],[-9159,-494019],[-10072,-491834],[-10621,-487303],[-1595,-500155],[-2655,-499219],[-3135,-499160],[-3535,-39638],[-3601,-39868],[-4341,-40267],[-4338,-39960],[-5570,-39950],[-5638,-39518],[-4928,-50471],[-6186,-49646],[-6207,-50312],[-4866,-50707],[-6194,-50020],[-6469,-50480],[-5870,-50412],[-5858,-48674],[-5050,-48668],[-5095,-49194],[-6287,-48722],[-5488,-49315],[-3588,-50078],[-4850,-49034],[-3754,-49772],[-3824,-49277],[-3818,-50061],[-12295,-50512],[-8085,-50389],[-7904,-49887],[-6935,-49922],[-6959,-50808],[-8243,-49578],[-7138,-49795],[-7526,-49837],[-7143,-49694],[-7253,-48997],[-6985,-49534],[-7717,-49707],[-7088,-48474],[-6084,-50437],[-6524,-50860],[-5394,-50688],[-11325,-50847],[-11504,-49718],[-11508,-50044],[-11173,-50146],[-10679,-49371],[-10395,-49877],[-9338,-50314],[-8884,-50680],[-8823,-50934],[-8747,-50264],[-3232,-48255],[-3110,-46759],[-1835,-46829],[-2078,-46807],[-2264,-46880],[-780,-48114],[-31,-49523],[-496,-48076],[-46,-46930],[-257,-46383],[-2126,-44349],[-676,-45204],[-1026,-45553],[-1840,-44200],[-661,-45480],[-2500,-44322],[-1490,-44646],[-1508,-45163],[-2689,-45769],[-3340,-45880],[-2124,-44981],[-2891,-45671],[-2484,-44337],[-3775,-45427],[-3441,-44567],[-4337,-45676],[-3192,-44478],[-2972,-44502],[-4396,-45727],[-4402,-46747],[-5676,-46541],[-5632,-46277],[-5520,-45870],[-6916,-45909],[-7001,-46437],[-6302,-45855],[-7302,-47083],[-8494,-46055],[-8469,-46340],[-9476,-46140],[-8374,-46280],[-8882,-46213],[-8409,-47201],[-8395,-46082],[-9109,-46061],[-8948,-46531],[-8798,-47224],[-8656,-46989],[-9904,-47114],[-3406,-51657],[-3237,-51249],[-3059,-51520],[-3657,-51605],[-7917,-51792],[-5029,-51640],[-4565,-55162],[-3628,-54541],[-4469,-54877],[-5297,-54099],[-5051,-54312],[-4181,-53362],[-5145,-52722],[-5187,-53830],[-4361,-52732],[-3709,-52532],[-11682,-63799],[-12491,-63305],[-12677,-59506],[-12701,-59892],[-12197,-60688],[-12737,-60815],[-11872,-60761],[-12191,-62236],[-10802,-63582],[-11480,-63703],[-11769,-63621],[-10772,-61981],[-9028,-57585],[-9865,-56235],[-9741,-56003],[-10230,-52179],[-12222,-54396],[-12413,-54821],[-11828,-51974],[-12409,-51475],[-11794,-51364],[-12438,-51009],[-11590,-52151],[-11186,-51463],[-10515,-51526],[-11008,-51681],[-9702,-51332],[-8518,-51477],[-8662,-51149],[-9022,-52037],[-11612,-52700],[-10377,-51881],[-10519,-52546],[-11319,-52036],[-8155,-51315],[-5820,-51567],[-6522,-51064],[-8809,-51228],[-11748,-52512],[-12629,-52596],[-12592,-54014],[-12778,-53232],[-12789,-52727],[-12631,-55202],[-11860,-55396],[-11386,-55165],[-10038,-55169],[-10450,-56304],[-9863,-55429],[-10341,-54910],[-9961,-53813],[-10722,-53937],[-10030,-54354],[-10887,-54874],[-12666,-58344],[-12600,-59247],[-12501,-58980],[-12320,-58510],[-12476,-57000],[-12064,-57002],[-11576,-55492],[-9276,-56825],[-4896,-58575],[-5485,-59977],[-2769,-61036],[-3387,-60091],[-3898,-60201],[-2909,-61434],[-2814,-57444],[-3215,-55852],[-4530,-55337],[-3990,-59831],[-4427,-59929],[-4977,-59203],[-3694,-60264],[-1753,-62680],[-1970,-62151],[-1610,-62964],[-2620,-62094],[-1285,-63462],[-2347,-63196],[-1969,-63425],[-1866,-63144],[-4378,-59002],[-4644,-59099],[-3228,-57968],[-10359,-63176],[-9664,-63102],[-10586,-63149],[-9550,-62721],[-10477,-63459],[-7967,-63697],[-8671,-62899],[-7932,-63406],[-9380,-63639],[-5098,-55685],[-5050,-54896],[-10545,-61808],[-10602,-61948],[-11022,-60692],[-11448,-56886],[-9413,-56597],[-8821,-55958],[-4491,-56941],[-4622,-55917],[-8776,-53255],[-9472,-55355],[-9208,-55605],[-6590,-56697],[-7407,-63096],[-5561,-61111],[-6881,-61007],[-9063,-60788],[-7375,-59206],[-7889,-59411],[-4168,-63661],[-6631,-62887],[-1520,-76482],[-3663,-75859],[-2689,-76301],[-2790,-75138],[-3573,-75610],[-4001,-74671],[-4863,-75032],[-4655,-75068],[-3960,-74987],[-3790,-74690],[-12005,-68098],[-8729,-73534],[-8966,-74058],[-9749,-74516],[-10013,-75342],[-8179,-74776],[-8275,-74472],[-9345,-74942],[-9797,-75169],[-8491,-74676],[-11489,-69458],[-12382,-66217],[-12412,-63866],[-4713,-67364],[-4758,-66928],[-5398,-66745],[-4988,-67308],[-6100,-66750],[-6335,-67065],[-6507,-66621],[-6757,-65841],[-6745,-65296],[-7198,-65633],[-7623,-64729],[-9665,-65397],[-8941,-65009],[-9876,-64429],[-8256,-66384],[-8777,-66675],[-7279,-66110],[-8584,-66038],[-11057,-64259],[-10949,-64501],[-9883,-64323],[-6994,-66214],[-7610,-66406],[-6754,-66283],[-8062,-66999],[-6968,-67433],[-4748,-67680],[-5104,-67627],[-5863,-67652],[-5912,-68815],[-4624,-67503],[-275,-64849],[-586,-64771],[-976,-63977],[-8815,-63957],[-331,-65628],[-613,-73048],[-554,-73443],[-415,-73252],[-3906,-69348],[-2746,-69640],[-2680,-70108],[-2489,-70477],[-2725,-69908],[-1940,-71999],[-1867,-71794],[-1810,-70642],[-739,-71165],[-537,-71156],[-3775,-71897],[-3709,-72267],[-3768,-71676],[-2581,-73871],[-3084,-73928],[-2823,-72582],[-3249,-72832],[-192,-74154],[-7,-75719],[-2649,-75932],[-1799,-76447],[-2786,-75685],[-1558,-76416],[-3359,-72841],[-3708,-73965],[-4042,-73901],[-4117,-73581],[-4259,-72463],[-3720,-72675],[-11349,-75593],[-4256,-73983],[-5385,-73586],[-7877,-73316],[-6495,-72748],[-7446,-72525],[-12690,-72478],[-12545,-70499],[-10184,-72028],[-5837,-64811],[-88,-69195],[-1620,-66261],[-3252,-70249],[-2081,-83494],[-1052,-83557],[-262,-84351],[-226,-84531],[-424,-84599],[-1330,-83574],[-671,-84040],[-1103,-83491],[-600,-82936],[-1197,-83256],[-169,-82522],[-514,-82289],[-978,-81341],[-978,-81857],[-1539,-80293],[-1588,-80029],[-1593,-79331],[-1923,-79513],[-1281,-81210],[-2168,-81985],[-2316,-81296],[-1923,-81050],[-2434,-81738],[-4787,-83250],[-3890,-82694],[-3270,-81744],[-3939,-81709],[-3642,-82240],[-4636,-83954],[-5737,-84224],[-5157,-82872],[-5948,-84304],[-5025,-83028],[-5498,-85253],[-5811,-85911],[-6021,-85241],[-5204,-84600],[-6037,-85890],[-4845,-86954],[-4802,-85559],[-4649,-86339],[-4752,-88042],[-5745,-88191],[-2422,-83910],[-1996,-84179],[-105,-84263],[-3595,-79973],[-3670,-81242],[-2511,-80883],[-3575,-80212],[-1435,-78639],[-2094,-78682],[-2964,-78718],[-1477,-78393],[-2477,-77857],[-1540,-77985],[-1274,-78271],[-2158,-76813],[-1893,-76939],[-822,-77057],[-1099,-80093],[-238,-79681],[-496,-79699],[-6686,-88854],[-6598,-88203],[-6148,-88695],[-5466,-88307],[-3837,-84692],[-3088,-84149],[-2875,-83808],[-4328,-86186],[-4538,-86740],[-4007,-86754],[-9366,-76888],[-2974,-77786],[-2791,-77229],[-3602,-77323],[-3258,-78702],[-2281,-85123],[-216,-88038],[-455,-87231],[-2327,-88742],[-5396,-92807],[-4377,-89802],[-5925,-90173],[-6358,-91174],[-5706,-91148],[-7837,-96925],[-7426,-95433],[-8880,-94633],[-7336,-96081],[-11587,-97180],[-10791,-97224],[-10612,-97382],[-10139,-97883],[-9405,-96719],[-8052,-97407],[-8923,-97337],[-7967,-97086],[-6014,-89557],[-7236,-90781],[-6447,-90018],[-6833,-90178],[-8198,-91854],[-8417,-92174],[-7813,-93026],[-8202,-92820],[-8722,-92247],[-7314,-90167],[-7807,-90752],[-7128,-89442],[-9446,-95461],[-8393,-95315],[-8516,-95491],[-7750,-95602],[-8640,-96203],[-9257,-96168],[-1383,-97371],[-3006,-96863],[-4572,-98028],[-2220,-95363],[-12650,-100070],[-11652,-98072],[-10287,-99398],[-10463,-101534],[-5546,-98550],[-5313,-100647],[-5910,-93904],[-5126,-95829],[-5119,-91560],[-3040,-93246],[-5125,-95148],[-717,-89640],[-1732,-89670],[-1774,-101459],[-1054,-94870],[-829,-95262],[-2510,-100253],[-3335,-98101],[-2468,-99683],[-292,-100668],[-1562,-101648],[-1501,-101200],[-1477,-101443],[-1586,-101102],[-842,-101098],[-9744,-107411],[-3688,-113774],[-2427,-114000],[-3633,-107834],[-272,-108980],[-1145,-107527],[-3485,-108364],[-2401,-112837],[-1121,-112616],[-418,-112773],[-1067,-112377],[-623,-111614],[-833,-111910],[-5042,-114158],[-3792,-113189],[-4945,-113482],[-4033,-113939],[-5859,-113346],[-6397,-114798],[-5983,-114737],[-5769,-114708],[-7422,-109801],[-7310,-109971],[-7035,-110363],[-9615,-109290],[-9609,-109008],[-9447,-108011],[-8424,-108397],[-9560,-107761],[-12470,-112290],[-12219,-113126],[-7845,-111324],[-7961,-110934],[-7554,-111168],[-8371,-111858],[-7844,-110854],[-6892,-110849],[-8123,-110958],[-9898,-107393],[-10745,-108900],[-10473,-108942],[-10091,-108508],[-10482,-114937],[-5887,-104298],[-4541,-102714],[-5589,-106096],[-11466,-106412],[-10433,-107184],[-10728,-105521],[-9591,-102586],[-5458,-110114],[-5068,-112030],[-6815,-106998],[-6206,-109255],[-5034,-109255],[-528,-110329],[-2178,-109197],[-4244,-108570],[-5115,-105228],[-2362,-107626],[-1868,-106938],[-5003,-104080],[-11913,-112264],[-338,607811],[-445,608593],[-1864,614256],[-1432,613566],[-249849,-291567],[-251185,-291940],[-253037,-292664],[-253900,-304675],[-254676,-301811],[-254749,-306687],[-253562,-306836],[-244876,-304077],[-254877,-304847],[-246673,-303325],[-252909,-298219],[-250448,-298044],[-249463,-302892],[-249081,-303525],[-253885,-306264],[-254026,-303844],[-253907,-301821],[-248793,-303055],[-254093,-300920],[-254140,-298313],[-255359,-297750],[-251842,-301753],[-250800,-302075],[-249311,-302725],[-250966,-300123],[-247239,-307925],[-252126,-310316],[-250325,-310076],[-251801,-310098],[-255553,-311150],[-251539,-310278],[-249649,-308103],[-254778,-307142],[-250708,-319386],[-254746,-317008],[-249641,-316856],[-250557,-317866],[-250469,-318666],[-250771,-319027],[-251759,-327321],[-246452,-322624],[-250021,-327511],[-253398,-322506],[-255596,-329968],[-254702,-325432],[-252822,-327120],[-253789,-332307],[-247756,-331532],[-252750,-322642],[-252131,-322224],[-253258,-329715],[-247624,-328738],[-243814,-325706],[-253393,-329623],[-252122,-331056],[-243510,-320473],[-243275,-324709],[-250230,-327308],[-245407,-331653],[-248649,-330517],[-247394,-330074],[-244903,-330914],[-245625,-330561],[-246908,-331048],[-253837,-331541],[-245863,-329701],[-245687,-328838],[-244055,-329901],[-244978,-328429],[-251749,-330170],[-249906,-331732],[-250085,-330421],[-250272,-330466],[-254995,-332306],[-253852,-332338],[-250748,-338809],[-249780,-336962],[-252453,-333857],[-251520,-333837],[-252571,-334942],[-247343,-333059],[-250878,-339365],[-251921,-338829],[-253672,-332623],[-254297,-334091],[-253987,-333109],[-253019,-334128],[-249873,-336796],[-249848,-338680],[-252229,-334259],[-254248,-333010],[-250504,-336440],[-252052,-334154],[-251243,-337082],[-251608,-336389],[-251795,-336909],[-252012,-336936],[-249175,-335559],[-248834,-336348],[-248739,-335697],[-248693,-337803],[-246789,-334917],[-246756,-338148],[-247246,-338972],[-246213,-338794],[-245145,-335694],[-244290,-335363],[-244794,-334213],[-245946,-335454],[-243752,-335361],[-244168,-334479],[-245225,-333350],[-253475,-339276],[-253334,-338899],[-253569,-337565],[-254611,-337351],[-247079,-42175],[-254061,138061],[-253988,138433],[-255070,138099],[-254830,138412],[-253729,138529],[-255786,137654],[-255631,137663],[-255137,137733],[-251459,140086],[-252562,139952],[-255983,140661],[-253367,138705],[-247674,146006],[-246572,145822],[-245404,142781],[-245012,144899],[-245458,143740],[-243949,141901],[-244447,142333],[-245187,144197],[-246118,145012],[-250304,144246],[-249492,144718],[-251000,141461],[-255123,141517],[-255885,142680],[-265154,-285936],[-258068,-292604],[-256409,-289773],[-257565,-288816],[-259772,-288153],[-261426,-290113],[-265057,-291342],[-257866,-287554],[-259254,-292231],[-256563,-290141],[-260302,-285841],[-261461,-302188],[-261909,-297984],[-256961,-299392],[-263510,-295635],[-262945,-302124],[-262915,-294612],[-258419,-296496],[-259194,-304138],[-261751,-304240],[-259281,-300477],[-259472,-300008],[-258096,-302478],[-258929,-299715],[-259113,-313802],[-257462,-311181],[-260237,-314269],[-257216,-318191],[-262585,-310609],[-264985,-307110],[-262908,-310961],[-258515,-325817],[-256923,-338966],[-264321,-57691],[-264402,-57958],[-258847,131752],[-259436,132270],[-258858,132476],[-259704,132351],[-258861,133006],[-257175,135371],[-258182,135821],[-257974,135115],[-256866,135167],[-258074,134894],[-256113,138198],[-256523,137282],[-264254,129280],[-266568,130832],[-266817,131158],[-268110,131976],[-263387,129801],[-261887,130157],[-262763,130341],[-262666,131481],[-262128,130678],[-256552,143416],[-259524,144516],[-258728,144343],[-260559,143827],[-261045,144196],[-264329,146733],[-264006,146512],[-264188,142943],[-264728,141959],[-265813,144227],[-265421,142677],[-265425,122440],[-264710,124731],[-263618,125743],[-280196,-66741],[-269723,140216],[-273360,133032],[-273452,132270],[-273918,132428],[-274392,132937],[-273910,132260],[-273708,133048],[-273483,133389],[-273813,133817],[-272687,134458],[-273390,133408],[-269850,131398],[-269686,129938],[-273324,130533],[-273928,129600],[-272971,129094],[-272587,129764],[-271032,135112],[-271045,136309],[-270947,136986],[-269625,139569],[-278042,118158],[-277215,118109],[-278164,117207],[-278579,118709],[-278474,117814],[-278764,116775],[-278943,117330],[-278893,117430],[-278055,117400],[-278468,117802],[-280511,117491],[-279571,117305],[-279459,118172],[-279684,117673],[-280972,116918],[-274108,124529],[-275644,123415],[-275878,124713],[-277292,124803],[-275739,126659],[-275868,127637],[-279590,124836],[-281389,125432],[-278316,127141],[-277502,127586],[-282000,128935],[-281982,129331],[-282410,128960],[-283275,129231],[-289955,504025],[-283886,125142],[-282508,120820],[-285287,122324],[-283894,121053],[-282225,120711],[-293357,117224],[-293942,117448],[-293900,117626],[-293865,116584],[-304366,395262],[-299543,396218],[-296589,394433],[-299041,393386],[-300543,392492],[-300292,389989],[-301033,387832],[-303337,405576],[-300600,405713],[-299860,408376],[-303682,398334],[-301106,398325],[-301770,510669],[-301243,508790],[-300497,507664],[-300493,510285],[-300968,521866],[-301556,521710],[-306839,518874],[-305681,523650],[-303833,524267],[-304494,523396],[-306394,515542],[-306914,514132],[-303906,512351],[-303051,113323],[-303235,112761],[-302729,112470],[-303709,112849],[-303626,112989],[-300786,113034],[-299936,113521],[-300858,112816],[-300146,113393],[-299807,113410],[-302094,116208],[-302124,115851],[-302013,115804],[-302654,115679],[-302514,116016],[-300161,117868],[-301424,117426],[-300104,117837],[-299986,116875],[-300212,117660],[-296154,118054],[-296748,118621],[-296994,117672],[-296689,117945],[-296244,119150],[-294609,117673],[-319867,-82490],[-319779,-81608],[-314035,-89498],[-311089,401624],[-309251,399707],[-313682,400613],[-311413,398848],[-311518,400987],[-307749,514153],[-308643,514285],[-310099,515639],[-308872,516474],[-307855,518052],[-307332,521243],[-330446,-145426],[-327029,-149711],[-323819,-255743],[-323315,-254551],[-323257,-255418],[-332243,-248557],[-331948,-249027],[-332105,-249514],[-326876,-262875],[-326426,-261346],[-325131,-258257],[-324473,-256769],[-325853,-257508],[-327662,-258596],[-322603,-254865],[-322891,-256305],[-325814,-261331],[-326570,-261223],[-326967,-263480],[-326820,-263556],[-326953,-262994],[-328058,-262236],[-327568,-259943],[-327593,-259865],[-327968,-261455],[-326421,-257188],[-326957,-258131],[-328739,-258325],[-327697,-258816],[-332516,-28688],[-332557,-29296],[-329441,-76388],[-327574,-76432],[-326944,-76001],[-324933,-76026],[-325170,-75564],[-325506,-75078],[-324893,-76262],[-321579,-82890],[-321881,-84159],[-321769,-86173],[-322260,-86252],[-322895,-86441],[-320360,-87475],[-321265,-86836],[-322446,-87499],[-321965,-86823],[-321654,-86092],[-323065,-85850],[-323060,-85297],[-328943,-77155],[-328427,-76917],[-327329,-77403],[-326669,-77327],[-321887,-85396],[-323099,-85787],[-322363,-86120],[-321515,-85852],[-321660,-85510],[-323311,-84143],[-320409,-80934],[-320967,-81476],[-320851,-81574],[-330698,-77498],[-329357,-77634],[-330798,-80185],[-331791,-79349],[-329877,-79065],[-328282,-79551],[-327520,-78733],[-327332,-78184],[-326390,-78944],[-327752,-79658],[-328302,-77251],[-322771,-87884],[-322172,-88561],[-323455,-87777],[-323405,-85186],[-320900,-80682],[-320870,-79335],[-321025,-80025],[-322176,-82357],[-322586,-81992],[-322251,-82629],[-322812,-82807],[-321483,-82410],[-330142,-79506],[-331112,-78115],[-330733,-77884],[-329757,-77843],[-331045,-78909],[-329437,-78299],[-330616,-78807],[-332025,-79718],[-332125,-80392],[-326979,-78652],[-326983,-78382],[-327208,-80055],[-327614,-79334],[-328238,-79924],[-328556,-80683],[-329420,-80417],[-329674,-80905],[-331071,-81239],[-330054,-80554],[-330978,-80388],[-331168,-80792],[-326951,-77755],[-326743,-77295],[-323250,-82674],[-322009,-77161],[-321819,-77681],[-322705,-77204],[-321896,-77144],[-324685,-77968],[-324120,-77759],[-324826,-78565],[-324791,-79259],[-324422,-79307],[-324649,-78780],[-324914,-77672],[-325663,-80335],[-325181,-80240],[-324525,-80409],[-324772,-78946],[-325754,-80119],[-326355,-80917],[-325484,-81268],[-326877,-83054],[-324150,-76734],[-324253,-77620],[-328029,-82295],[-328403,-82406],[-329090,-81730],[-329416,-81909],[-329696,-82654],[-329883,-83119],[-330889,-82433],[-331283,-82760],[-331851,-83597],[-331647,-83567],[-332052,-84452],[-331817,-84308],[-332519,-85805],[-332266,-85436],[-332629,-87367],[-329644,-88774],[-331637,-85870],[-331094,-86654],[-330714,-87294],[-330308,-86745],[-329209,-87944],[-327261,-86538],[-327069,-86489],[-329719,-87309],[-326546,-85945],[-326215,-86558],[-328076,-87155],[-328032,-87315],[-325834,-85432],[-326259,-85059],[-325241,-83790],[-324899,-83832],[-326073,-85367],[-325852,-85209],[-326697,-83345],[-326334,-83798],[-327659,-82553],[-326686,-82363],[-326171,-82312],[-326696,-82176],[-323313,-85493],[-323305,-85986],[-321569,-78222],[-323110,-81983],[-321274,-78919],[-324376,-83559],[-324696,-83240],[-324671,-85542],[-325172,-84977],[-327866,-88304],[-328386,-88071],[-327679,-87340],[-323333,-88752],[-324074,-89075],[-329936,-88028],[-330242,-88489],[-330288,-89089],[-330347,-89398],[-322803,-89289],[-329425,-88089],[-332370,-87404],[-332465,-87320],[-332788,-87282],[-324045,-101665],[-323760,-101483],[-323237,-100559],[-323425,-99334],[-324409,-100827],[-324159,-99577],[-325476,-101932],[-325215,-100852],[-325833,-101297],[-329362,-90508],[-329301,-90433],[-328370,-90624],[-328174,-90867],[-326875,-92638],[-327829,-91668],[-327353,-91348],[-323135,-90345],[-323731,-90102],[-324268,-90344],[-324810,-91518],[-325718,-92705],[-324166,-90992],[-325651,-91382],[-325229,-91585],[-326003,-93110],[-326655,-94066],[-327145,-94855],[-326120,-95395],[-325805,-95874],[-325953,-93754],[-325852,-93617],[-326369,-93618],[-327234,-93268],[-326541,-92198],[-327577,-91973],[-327473,-91753],[-323255,-89619],[-331849,-90636],[-332298,-90556],[-332374,-91180],[-332443,-90974],[-332445,-89978],[-332406,-90170],[-325010,-102662],[-324465,-102889],[-325786,-103448],[-325997,-103057],[-326622,-104803],[-326137,-104078],[-327056,-105181],[-327302,-104936],[-327183,-106128],[-326916,-106621],[-327582,-107975],[-328847,-110023],[-329408,-109881],[-330322,-112331],[-330057,-111939],[-332196,-112691],[-331302,-113185],[-331450,-111980],[-330626,-110594],[-326571,-102811],[-327001,-103706],[-327702,-104741],[-332725,-109293],[-331288,-108965],[-331413,-108959],[-331220,-108568],[-331254,-107863],[-330151,-107449],[-330566,-108018],[-330873,-106897],[-330593,-107681],[-328965,-106627],[-329504,-106605],[-332619,88739],[-332107,89712],[-332650,89300],[-331667,92448],[-331823,91506],[-331569,92334],[-331394,92634],[-331778,91943],[-330607,90841],[-336749,-117485],[-335840,-117356],[-338347,-116975],[-339819,-119147],[-342122,-115834],[-342394,-115931],[-339673,-116325],[-338084,-116956],[-337401,-117286],[-337728,-117107],[-338267,-115288],[-334424,-115661],[-337670,-116438],[-337741,-115587],[-339343,-115451],[-341556,-116004],[-340204,-120079],[-340847,-119933],[-340144,-120333],[-340562,-120114],[-340372,-120452],[-341046,-117343],[-340211,-116825],[-340682,-115660],[-341376,-116780],[-340787,-118379],[-340062,-118823],[-340497,-117541],[-345484,-116428],[-345403,-116203],[-345396,-115379],[-345008,-115844],[-344656,-116630],[-344422,-115427],[-343677,-115572],[-335577,-152500],[-335404,-152684],[-344035,-175306],[-333189,-250793],[-335577,-247382],[-333612,-250327],[-334900,-249740],[-335436,-248294],[-333958,-250011],[-334761,-246833],[-335661,-249545],[-334893,-249622],[-336919,-34665],[-337759,-33854],[-335763,-33396],[-336748,-84634],[-335683,-86035],[-335769,-85861],[-335528,-82703],[-335376,-83273],[-335602,-83730],[-334902,-83944],[-335540,-84076],[-334952,-83031],[-334759,-83118],[-334061,-82554],[-333999,-82730],[-334394,-83326],[-334451,-82107],[-333126,-80968],[-333890,-82023],[-333104,-81345],[-333450,-81246],[-333792,-85452],[-334937,-84769],[-334695,-83541],[-334090,-83715],[-333302,-87436],[-334317,-87658],[-334383,-87507],[-336092,-87883],[-336161,-87187],[-336454,-87721],[-336183,-88283],[-336657,-87971],[-341178,-100439],[-339752,-100801],[-338659,-100719],[-338702,-100812],[-340455,-101336],[-339260,-101283],[-338124,-101435],[-337580,-102025],[-338454,-101199],[-344601,-98419],[-344854,-98433],[-345366,-98383],[-345518,-98656],[-342135,-98782],[-342871,-99840],[-341113,-100327],[-341668,-99604],[-333320,-89413],[-333104,-89552],[-333719,-90694],[-333807,-90084],[-335082,-90156],[-335101,-89846],[-334152,-94164],[-334224,-94384],[-335042,-94335],[-334894,-93955],[-334727,-93565],[-333850,-93090],[-334895,-93519],[-334808,-93385],[-343460,-114710],[-335857,-114461],[-335103,-114482],[-333526,-113213],[-333549,-112495],[-334780,-112789],[-334536,-112243],[-335362,-113146],[-335742,-112443],[-342171,-112740],[-341581,-112109],[-340691,-111926],[-340979,-111802],[-340132,-112094],[-340439,-111597],[-343369,-113031],[-343235,-112554],[-343846,-112561],[-343719,-112408],[-344640,-112482],[-344843,-112423],[-345137,-111423],[-344809,-111592],[-332874,-109815],[-334518,-109900],[-334560,-110161],[-335136,88127],[-334020,88106],[-334476,87029],[-334622,86883],[-334618,86822],[-334240,91300],[-334049,90996],[-333724,91765],[-333291,91590],[-333051,90626],[-334580,91130],[-334228,90059],[-334279,90363],[-334433,90390],[-334292,90177],[-333139,90133],[-333397,90009],[-352954,-115574],[-349491,-116970],[-350529,-116900],[-350595,-117751],[-351631,-117924],[-352121,-117595],[-353491,-119018],[-355091,-118080],[-353138,-117381],[-353433,-116243],[-354189,-116684],[-354999,-119127],[-354093,-119040],[-354483,-118182],[-354180,-118561],[-349914,-117306],[-349102,-116569],[-348097,-116413],[-347756,-116733],[-346923,-115892],[-347439,-115744],[-348354,-116497],[-348444,-115308],[-350480,-115451],[-350871,-115063],[-346391,-116090],[-352700,-116008],[-352496,-115521],[-353208,-116624],[-354039,-117288],[-355622,-120781],[-355609,-120056],[-356001,-120434],[-356221,-120923],[-355053,-129658],[-348614,-139346],[-356364,-100929],[-345946,-98782],[-346053,-98279],[-347235,-98024],[-347386,-98451],[-347818,-98774],[-346985,-98180],[-348130,-98776],[-348384,-100074],[-348379,-99515],[-349230,-100346],[-349391,-99910],[-348990,-98280],[-349430,-98350],[-348702,-98931],[-348256,-98542],[-348194,-99022],[-347617,-99709],[-348677,-98585],[-349840,-98802],[-349694,-98856],[-350952,-99992],[-351112,-99300],[-350975,-101427],[-351062,-101353],[-351706,-101237],[-352820,-99069],[-351963,-98720],[-351636,-97962],[-350667,-97427],[-351358,-97269],[-351517,-98344],[-350551,-97761],[-349451,-96916],[-350313,-99737],[-350557,-97999],[-352845,-98210],[-354426,-97548],[-353766,-98129],[-352226,-96829],[-350673,-96835],[-352424,-95254],[-352970,-96942],[-354900,-98042],[-354399,-98455],[-354014,-98595],[-353596,-98092],[-354955,-99962],[-354029,-100283],[-353769,-100606],[-351991,-99909],[-351979,-100730],[-353154,-100720],[-353003,-101962],[-352771,-101994],[-353322,-101665],[-354358,-101286],[-355630,-101319],[-356022,-101546],[-353773,-96552],[-352587,-95378],[-350885,-96432],[-353964,-99194],[-354754,-98538],[-355918,-98945],[-354267,-96701],[-355294,-97015],[-355821,-97367],[-353705,-96053],[-354105,-95085],[-354449,-96343],[-352435,-94949],[-353392,-95313],[-350033,-97272],[-350442,-96961],[-351336,-102065],[-353725,-107534],[-348269,-114941],[-348491,-114754],[-346964,-114742],[-354058,-102761],[-354372,-102347],[-354085,-103030],[-354791,-102602],[-355522,-102395],[-353157,-103173],[-353260,-104513],[-354145,-105448],[-352722,-105289],[-352618,-105563],[-353156,-106436],[-351800,-106306],[-351934,-107158],[-351572,-106548],[-352396,-105707],[-351861,-105197],[-352286,-105304],[-352561,-106100],[-353006,-107694],[-352717,-108388],[-352657,-109188],[-353123,-108856],[-352416,-109357],[-350254,-110810],[-351646,-110587],[-351486,-110863],[-351917,-109650],[-352573,-108721],[-352234,-108172],[-351284,-103416],[-349114,-103965],[-349567,-104942],[-350434,-103448],[-351013,-105533],[-350684,-104634],[-351516,-102763],[-352804,-102902],[-353076,-103811],[-352210,-104469],[-353613,-104825],[-348712,-114854],[-352627,-114741],[-353158,-112899],[-353315,-113588],[-351454,-113063],[-350568,-112838],[-350335,-111419],[-350406,-111453],[-351048,-112024],[-351861,-111897],[-350848,-110438],[-349803,-109697],[-350524,-110346],[-351751,-108579],[-350363,-106400],[-350541,-107373],[-351101,-108549],[-351684,-111347],[-348982,-113940],[-349606,-113992],[-347840,-114071],[-350553,-113178],[-351413,-113938],[-346316,-112765],[-346148,-113044],[-346677,-113315],[-346334,-113508],[-347026,-112694],[-347521,-113175],[-347929,-114262],[-350716,-113743],[-350112,-113968],[-352582,49267],[-353002,48814],[-360986,-128250],[-25356,-116458],[-25528,-116533],[-25158,-115114],[-25180,-123370],[-25227,-123711],[-24225,-123467],[-24490,-123217],[-24579,-124835],[-25325,-125835],[-25173,-125099],[-24821,-124436],[-24535,-126756],[-24996,-127017],[-23489,-127671],[-24110,-127100],[-14373,-126249],[-13123,-127126],[-13535,-127487],[-14463,-115263],[-14000,-115594],[-16740,-126121],[-14778,-126900],[-19557,-127075],[-19873,-127621],[-16994,-125923],[-13582,-121706],[-13109,-120590],[-12963,-122497],[-13174,-122682],[-12959,-124064],[-13906,-123562],[-13214,-123292],[-13905,-117541],[-13678,-116610],[-13359,-116001],[-13426,-124495],[-13379,-124408],[-23537,-139874],[-23438,-140088],[-23906,-140315],[-24378,-138713],[-23366,-139524],[-23344,-138777],[-23605,-139548],[-24131,-139325],[-24189,-138083],[-24962,-138395],[-25311,-137685],[-24765,-138309],[-25508,-136296],[-24526,-136925],[-24420,-136237],[-25459,-135812],[-24839,-135823],[-25576,-134934],[-22724,-133388],[-23966,-133052],[-23667,-132554],[-23537,-133359],[-24268,-132873],[-23921,-130960],[-24732,-131861],[-23627,-131847],[-24373,-131509],[-23775,-131482],[-25540,-127809],[-23811,-127951],[-23829,-128010],[-24599,-127901],[-24024,-128919],[-24008,-128402],[-24013,-129802],[-24029,-130699],[-24197,-130280],[-23828,-129494],[-23919,-129327],[-21107,-134785],[-17838,-129440],[-17980,-129063],[-19250,-139681],[-18291,-139216],[-13621,-139196],[-13058,-139183],[-22133,-136957],[-22129,-136405],[-21840,-136591],[-21627,-135244],[-22094,-135350],[-20974,-135159],[-17891,-138763],[-15455,-131961],[-15242,-132121],[-14519,-130063],[-17089,-132133],[-16304,-131845],[-16163,-132690],[-15581,-131441],[-16279,-131558],[-15838,-130697],[-15637,-131304],[-16749,-130308],[-16765,-131621],[-15928,-130388],[-15136,-134290],[-13132,-134273],[-13566,-133774],[-13635,-133533],[-16153,-139270],[-14158,-138646],[-16236,-140035],[-14689,-130993],[-16898,-128335],[-22022,-130428],[-20074,-132529],[-17995,-132181],[-18284,-135624],[-20255,-135980],[-19174,-137241],[-25573,-141991],[-25410,-144911],[-25077,-143751],[-24817,-143700],[-23931,-141603],[-25408,-141256],[-25328,-141753],[-24973,-142095],[-24190,-141222],[-21393,-142369],[-21528,-142605],[-21317,-142585],[-21119,-141187],[-13925,-142032],[-17455,-142826],[-21106,-143653],[-19669,-146790],[-16633,-146867],[-21183,-145618],[-23829,-147504],[-15846,-147570],[-15693,-148817],[-15174,-147865],[-14486,-146049],[-15037,-146939],[-15432,-147154],[-15475,-146952],[-13970,-149642],[-13980,-149983],[-13820,-149277],[-13990,-148756],[-13114,-142344],[-13028,-142209],[-13114,-140760],[-13316,-142176],[-13759,-143521],[-13988,-143654],[-13578,-144241],[-14297,-144014],[-16078,-144089],[-16486,-143505],[-14999,-142608],[-14395,-142665],[-15016,-143198],[-15329,-142614],[-13899,-143368],[-15199,-140700],[-17357,-140810],[-17971,-140778],[-18084,-141658],[-19550,-142232],[-18765,-141235],[-17990,-145304],[-16060,-145499],[-16168,-146144],[-17202,-146059],[-18825,-147042],[-18090,-146449],[-18530,-146513],[-21303,-147347],[-20915,-147330],[-20396,-147698],[-20670,-146635],[-22895,-146018],[-22946,-146780],[-22030,-147239],[-22915,-146431],[-21424,-147172],[-21516,-145054],[-22918,-145015],[-21776,-145323],[-22728,-145462],[-21717,-143583],[-21281,-145087],[-21283,-144181],[-21694,-145137],[-19559,-145591],[-19289,-146002],[-20182,-145977],[-12973,-147194],[-13167,-152725],[-13019,-152400],[-13106,-151944],[-14668,-152228],[-13671,-151676],[-14246,-150903],[-15086,-151483],[-14859,-152014],[-16267,-151412],[-16512,-151471],[-16000,-150979],[-16620,-151228],[-18210,-151210],[-18707,-151053],[-17974,-151282],[-18446,-151010],[-19897,-149543],[-19607,-150428],[-19880,-150626],[-17688,-148310],[-17515,-147548],[-18000,-148237],[-18188,-147549],[-18884,-147771],[-25405,-148307],[-24087,-150687],[-24713,-150012],[-25003,-149771],[-24802,-150151],[-20508,-150314],[-20474,-149090],[-21302,-150606],[-21462,-150423],[-20290,-149274],[-25406,-151282],[-25007,-150135],[-25276,-150244],[-13396,-144232],[-12913,-144638],[-12953,-144883],[-14079,-145996],[-14616,-146865],[-13564,-146366],[-13803,-146515],[-14533,-146160],[-16927,-144053],[-17406,-144132],[-17228,-143953],[-17117,-144133],[-17397,-145452],[-17828,-144284],[-17704,-144796],[-16602,-144871],[-18837,-145083],[-18334,-144969],[-19214,-143723],[-18625,-144118],[-24422,-153276],[-17006,-162297],[-16760,-161935],[-15717,-163375],[-15738,-162412],[-15256,-163591],[-15669,-163486]] \ No newline at end of file diff --git a/src/gathering/a11966.json b/src/gathering/a11966.json new file mode 100644 index 0000000..e22dc6f --- /dev/null +++ b/src/gathering/a11966.json @@ -0,0 +1 @@ +[[-119952,-535391],[-116912,-535018],[-122903,-531897],[-123279,-529994],[-122058,-531662],[-123502,-530251],[-123686,-529874],[-122745,-530305],[-124430,-528153],[-124847,-529900],[-126836,-527571],[-124883,-528644],[-125172,-529220],[-122102,-531641],[-118476,-534885],[-119522,-535177],[-119988,-534897],[-121945,-532225],[-115444,-534922],[-115937,-535084],[-117368,-529703],[-116572,-536600],[-140245,-586310],[-139327,-585523],[-140248,-589692],[-140160,-599291],[-139055,-594407],[-139158,-590883],[-136661,-605838],[-140685,-609611],[-143323,-587051],[-144950,-587031],[-149293,-584311],[-152865,-586956],[-151634,-586348],[-151550,-586799],[-141509,-586106],[-141638,-585456],[-147125,-584397],[-148335,-582248],[-147203,-582872],[-146563,-582901],[-144670,-583255],[-147951,-599755],[-149071,-590558],[-147021,-589522],[-148413,-588813],[-140976,-605643],[-147180,-610299],[-144599,-603853],[-145908,-603865],[-143186,-606387],[-141264,-602600],[-145089,-602106],[-143521,-604501],[-152494,-612474],[-153543,-612322],[-141564,-610731],[-141876,-612455],[-165491,-525171],[-163820,-600936],[-158795,-627287],[-175996,-532228],[-178706,-530698],[-179196,-532763],[-177808,-535522],[-175531,-538264],[-173499,-550782],[-170432,-596995],[-169073,-616477],[-169007,-616496],[-169243,-616548],[-181507,-536424],[-183471,-536667],[-183542,-534582],[-191960,-535735],[-190547,-534136],[-184602,-529832],[-184229,-546059],[-181718,-541931],[-191261,-560853],[-191795,-560929],[-186516,-556842],[-191808,-560619],[-190509,-561251],[-189180,-550773],[-191022,-550458],[-182629,-568566],[-184752,-568580],[-185766,-569131],[-186981,-567967],[-185955,-569189],[-182761,-569483],[-184743,-569527],[-181721,-568110],[-188138,-569119],[-180200,-566112],[-186317,-565730],[-183558,-573769],[-197168,-520670],[-195700,-537206],[-192760,-532699],[-192146,-528276],[-194671,-533306],[-198258,-560380],[-196739,-558215],[-192198,-560822],[-192795,-560672],[-192855,-560274],[-193452,-560644],[-193268,-561124],[-193640,-561053],[-200913,-572175],[-198248,-584894],[-198700,-585068],[-199100,-584411],[-212364,-520136],[-208039,-520269],[-205279,-533719],[-211632,-529666],[-212127,-539800],[-210498,-542076],[-211263,-548610],[-211410,-548706],[-210762,-546005],[-216749,-574270],[-216872,-574456],[-216848,-575113],[-214189,-621068],[-213389,-620994],[-215142,-621257],[-215074,-619356],[-213152,-619790],[-212710,-619168],[-217260,-619183],[-217421,-620017],[-216030,-619638],[-214098,-619632],[-214054,-619998],[-224205,-473117],[-222319,-472163],[-228518,-481700],[-229229,-480722],[-229413,-483387],[-229805,-482774],[-224411,-473883],[-226550,-477569],[-220470,-474020],[-229160,-491031],[-229109,-492047],[-227306,-487714],[-225718,-488953],[-223926,-488385],[-227236,-532282],[-225389,-528754],[-229387,-533382],[-225644,-527720],[-228589,-528127],[-228136,-527089],[-226509,-582009],[-226641,-582257],[-220334,-584899],[-220063,-586571],[-218975,-576838],[-218264,-578253],[-218768,-591737],[-224927,-595503],[-224293,-595101],[-222441,-592119],[-223887,-592654],[-236137,-485299],[-236143,-484372],[-230749,-482058],[-230841,-481611],[-232255,-484846],[-232506,-484660],[-230775,-486166],[-231073,-485999],[-230696,-485046],[-238195,-487485],[-239197,-488803],[-237756,-487868],[-239015,-508066],[-232510,-503411],[-233125,-503041],[-235878,-501526],[-240032,-504996],[-238934,-518431],[-239856,-521515],[-238281,-521990],[-241072,-524072],[-240833,-520042],[-234573,-527546],[-231280,-529615],[-230842,-528088],[-230570,-530455],[-233742,-584864],[-231744,-591004],[-240069,-613958],[-243018,-613761],[-240432,-614650],[-241510,-615759],[-242395,-615659],[-240991,-616492],[-242694,-614928],[-244444,-511614],[-248852,-501302],[-248417,-500145],[-244922,-500638],[-244120,-501513],[-246297,-518378],[-243781,-512261],[-246498,-512217],[-254325,-531114],[-254582,-529429],[-251783,-530576],[-249432,-530687],[-249254,-531558],[-251766,-549879],[-252830,-551256],[-254792,-579764],[-249470,-579920],[-248597,-576099],[-248673,-578127],[-248098,-578623],[-251851,-576744],[-251843,-576487],[-243354,-615661],[-268156,-518568],[-263480,-534282],[-263240,-532920],[-259222,-545945],[-258550,-545470],[-259300,-545622],[-266647,-559019],[-262249,-554785],[-261981,-554799],[-257684,-580503],[-264371,-594603],[-263370,-597755],[-263815,-598210],[-265057,-598225],[-266166,-600375],[-268877,-597772],[-280636,-480153],[-274524,-522699],[-275419,-513598],[-268808,-519851],[-270645,-519572],[-274053,-525011],[-274697,-525312],[-268918,-546757],[-270248,-545486],[-270431,-546147],[-270637,-547638],[-275055,-544260],[-276358,-562485],[-277210,-562826],[-275595,-563216],[-272306,-583530],[-269868,-583159],[-275267,-584252],[-275727,-585566],[-268923,-597772],[-280269,-643925],[-272625,-645587],[-272298,-645723],[-281733,-479529],[-283331,-480916],[-286643,-496003],[-286694,-495713],[-285388,-652123],[-293441,-666856],[-292944,-830841],[-292631,-835426],[-303067,-466027],[-303039,-465490],[-302599,-465290],[-303122,-464695],[-301250,-464597],[-301913,-462080],[-296839,-484113],[-304338,-484698],[-304197,-484131],[-304094,-483263],[-306430,-485583],[-306119,-485799],[-301333,-487007],[-300992,-486929],[-303169,-486385],[-303544,-486331],[-304816,-486475],[-305148,-486212],[-306295,-487698],[-306592,-487366],[-306195,-487275],[-305638,-487808],[-300741,-486335],[-301618,-487186],[-301749,-486989],[-294582,-493584],[-294499,-492253],[-295609,-512034],[-295122,-512171],[-296053,-512242],[-298366,-515480],[-296061,-512486],[-301662,-528254],[-302060,-529139],[-301992,-529473],[-303682,-526124],[-303594,-525949],[-303723,-534979],[-303757,-534599],[-306783,-535875],[-302959,-534505],[-305335,-539870],[-303808,-591769],[-306435,-624283],[-305031,-623039],[-302348,-626168],[-302691,-633177],[-301097,-662376],[-300408,-662040],[-295144,-663993],[-295498,-664931],[-298026,-667169],[-297424,-838497],[-297760,-837808],[-295807,-832544],[-294869,-832898],[-307714,-521522],[-310542,-521948],[-307261,-534912],[-307297,-549364],[-308485,-540702],[-307706,-537533],[-315597,-562966],[-316243,-561566],[-312412,-561277],[-311542,-559935],[-309649,-559496],[-309270,-559064],[-317844,-555177],[-316356,-557902],[-316840,-560114],[-319536,-561104],[-319416,-598150],[-313282,-591159],[-308269,-605170],[-317256,-614392],[-315875,-817669],[-314213,-810025],[-314077,-809698],[-307677,-822788],[-330353,-532468],[-325927,-531574],[-326482,-533654],[-326785,-532144],[-327454,-534373],[-324675,-536392],[-325504,-536414],[-322057,-536848],[-322309,-537186],[-324393,-537065],[-328223,-548356],[-328261,-548580],[-326437,-538246],[-328395,-546254],[-326669,-555852],[-328295,-554691],[-326211,-556720],[-330213,-564695],[-321505,-566069],[-331002,-579594],[-332412,-579905],[-329361,-579499],[-329723,-581942],[-330933,-587992],[-328445,-592232],[-331604,-589519],[-320599,-599625],[-326623,-840091],[-334489,-549425],[-334837,-549388],[-335370,-549153],[-333608,-548278],[-334503,-548363],[-335590,-547870],[-335735,-548082],[-335955,-547618],[-335677,-547487],[-336010,-547373],[-336134,-547220],[-335358,-549490],[-334924,-550052],[-345207,-555743],[-343854,-556018],[-336825,-553828],[-336704,-553183],[-334905,-550541],[-345102,-557075],[-336718,-580717],[-337835,-580697],[-335324,-581913],[-336087,-584862],[-334851,-580309],[-334612,-583659],[-343008,-582484],[-356378,-551637],[-356957,-552197],[-347107,-581795],[-351882,-581287],[-350297,-581698],[-349777,-580174],[-364577,-823509],[-383523,-840812],[-375325,-845931],[-376987,-853575],[-377123,-853902],[-393776,-825103],[-393440,-825792],[-395393,-831056],[-396331,-830702],[-398569,-828174],[-398256,-832759],[-111425,-537120],[-114010,-535530],[-114346,-535814],[-110974,-538346],[-113510,-539001],[-112951,-539074],[-110207,-539977],[-110445,-541394],[-110049,-540258],[-110644,-541210],[-109894,-540642],[-112197,-539209],[-113140,-537561],[-113872,-539245],[-111018,-538976],[-105651,-539839],[-116585,-531669],[-118084,-532153],[-126884,-535519],[-125259,-533978],[-127371,-536284],[-127770,-535786],[-126075,-534516],[-125201,-534150],[-120932,-547005],[-115789,-544685],[-118153,-545341],[-116433,-546331],[-116533,-545383],[-117983,-546030],[-115806,-547660],[-116579,-548641],[-116968,-558854],[-116947,-552285],[-119048,-551265],[-119251,-574073],[-124163,-571800],[-121139,-586062],[-125608,-584021],[-124010,-586025],[-123056,-585810],[-123681,-584477],[-122643,-583893],[-120685,-588504],[-122375,-578138],[-116537,-577767],[-120993,-591242],[-126087,-590051],[-120317,-590254],[-124754,-593701],[-124656,-594646],[-126198,-593565],[-126101,-592101],[-127095,-593013],[-127512,-594189],[-127838,-597109],[-126641,-590178],[-123586,-589593],[-119763,-592648],[-116073,-606055],[-117856,-610022],[-125697,-652503],[-122861,-653517],[-119213,-659800],[-125538,-653749],[-122170,-656911],[-122421,-656577],[-121657,-658617],[-120997,-660980],[-123495,-671262],[-119202,-675463],[-129249,-536138],[-130385,-536029],[-133114,-534648],[-136222,-534475],[-130608,-536249],[-138168,-535595],[-139166,-533761],[-137258,-534525],[-140784,-535642],[-138447,-545775],[-140467,-545437],[-135967,-541908],[-137662,-540430],[-128685,-556363],[-140416,-574270],[-134946,-579580],[-135286,-576861],[-130872,-584659],[-132218,-581135],[-132651,-580616],[-139192,-581524],[-140252,-580819],[-134752,-582280],[-134635,-580512],[-131337,-581435],[-138343,-580830],[-140715,-589320],[-139018,-590557],[-128619,-596212],[-128145,-589444],[-129262,-602500],[-130281,-602311],[-139153,-602284],[-140361,-609584],[-131688,-636687],[-132918,-637297],[-129239,-646413],[-135467,-651389],[-132297,-651262],[-136200,-652156],[-139550,-650229],[-139250,-650998],[-132250,-652966],[-131249,-653142],[-131368,-654295],[-140383,-686078],[-139813,-687853],[-138059,-688012],[-138433,-683957],[-139259,-680541],[-130504,-685967],[-139166,-697104],[-136508,-692022],[-136377,-691154],[-152797,-524470],[-153053,-524549],[-152838,-524457],[-143133,-534827],[-148239,-552035],[-147068,-551501],[-145879,-552615],[-141415,-575365],[-141754,-572479],[-144788,-565879],[-144328,-566957],[-146582,-569681],[-145587,-566653],[-145257,-566462],[-148054,-568346],[-146290,-567051],[-152727,-577370],[-141026,-587846],[-142503,-579318],[-148342,-580865],[-146997,-579996],[-142692,-580578],[-146182,-580595],[-144132,-580116],[-144311,-577280],[-141759,-576867],[-149799,-578219],[-147565,-578634],[-142530,-578919],[-141055,-577441],[-149447,-583107],[-143600,-585865],[-149319,-591301],[-140872,-599323],[-140945,-606704],[-142296,-602942],[-147707,-607008],[-146674,-606695],[-142349,-609325],[-141611,-609187],[-151904,-612453],[-149556,-609409],[-146131,-608719],[-151741,-618630],[-144795,-640305],[-143357,-642357],[-144467,-643362],[-146242,-644008],[-143108,-646926],[-143418,-644549],[-144674,-690024],[-143541,-689831],[-144591,-687750],[-148652,-681851],[-145871,-684095],[-146042,-684939],[-144332,-685126],[-144064,-683789],[-142207,-680879],[-146046,-678913],[-146258,-691286],[-146963,-691295],[-148427,-693134],[-147448,-699039],[-149765,-694919],[-151211,-695467],[-151268,-694071],[-148322,-693525],[-149427,-696750],[-149803,-697404],[-149171,-691704],[-150233,-692599],[-145806,-703869],[-155584,-539571],[-165631,-550184],[-166155,-549425],[-156492,-540724],[-165357,-555396],[-163963,-551248],[-154439,-556871],[-164559,-564145],[-155395,-566539],[-159320,-575692],[-162058,-567260],[-164643,-565173],[-159877,-583436],[-161426,-584013],[-153609,-578865],[-165951,-590108],[-166288,-589688],[-160978,-589105],[-163523,-588914],[-161209,-588939],[-163944,-598107],[-154253,-613064],[-160002,-639720],[-162099,-640236],[-155568,-650132],[-155346,-648343],[-156824,-652468],[-156087,-650160],[-155362,-650988],[-154100,-647593],[-155042,-645988],[-154959,-643653],[-158793,-681705],[-158278,-680912],[-156993,-684520],[-154631,-681289],[-178638,-523911],[-167048,-548902],[-168199,-569800],[-167304,-580051],[-167058,-581762],[-166845,-581881],[-167379,-583100],[-167557,-589788],[-171786,-599225],[-177159,-617612],[-175270,-638489],[-177019,-637609],[-169127,-642068],[-175044,-647504],[-178667,-642129],[-179159,-643497],[-166615,-641823],[-168905,-668391],[-183436,-535285],[-188929,-530748],[-184496,-529208],[-184790,-529292],[-184617,-529348],[-182763,-530221],[-182707,-547541],[-191301,-549466],[-190427,-546838],[-183208,-549958],[-188795,-561894],[-186964,-559281],[-189695,-561396],[-189808,-561160],[-191353,-561310],[-191767,-561246],[-190485,-561384],[-188434,-564142],[-188859,-564605],[-180743,-623652],[-179720,-617600],[-181042,-617313],[-189554,-650827],[-183295,-650140],[-181951,-649934],[-182558,-645919],[-183676,-644918],[-195766,-495843],[-195864,-496497],[-201559,-494238],[-197713,-507223],[-204433,-503661],[-204479,-524182],[-199944,-558488],[-195981,-557637],[-192474,-561235],[-192465,-561033],[-201155,-572501],[-200402,-581286],[-198890,-584043],[-198212,-585041],[-198600,-584900],[-198389,-585567],[-194334,-652057],[-195209,-653083],[-208466,-508297],[-211407,-508603],[-208341,-519272],[-207016,-536660],[-204846,-527904],[-205400,-525815],[-214710,-526408],[-216922,-525991],[-215628,-526615],[-211037,-539750],[-217481,-554015],[-212709,-567580],[-213583,-588696],[-207117,-611883],[-209044,-615622],[-207830,-615472],[-207641,-614784],[-207973,-621784],[-207931,-621186],[-215465,-618952],[-215615,-619508],[-225227,-470563],[-224732,-471077],[-224723,-471982],[-226674,-477705],[-225638,-476118],[-229249,-528783],[-219794,-584874],[-217768,-576754],[-229267,-593229],[-217750,-620172],[-231661,-592935],[-232577,-591559],[-232524,-592078],[-239151,-591087],[-239095,-590289],[-241049,-613189],[-252520,-490505],[-251740,-489552],[-252899,-489421],[-252022,-493822],[-253904,-493761],[-248756,-492829],[-247909,-493113],[-247939,-503948],[-246487,-501892],[-244327,-517613],[-247735,-519227],[-254627,-528101],[-254909,-526185],[-253761,-530631],[-251987,-548498],[-250795,-548796],[-260827,-498342],[-260033,-495617],[-266912,-501147],[-267457,-536341],[-267704,-548399],[-264949,-560184],[-264342,-560161],[-267520,-551114],[-266178,-600341],[-272010,-524501],[-275438,-515061],[-276348,-513121],[-277251,-512106],[-269696,-548306],[-269437,-572137],[-276411,-583305],[-279424,-639241],[-279622,-639407],[-273060,-652126],[-278976,-644892],[-279803,-646977],[-276211,-646549],[-277363,-642362],[-276046,-645173],[-280061,-641241],[-280396,-640555],[-278327,-641524],[-277612,-642494],[-272628,-646514],[-273619,-648076],[-273920,-654161],[-272203,-652659],[-280850,-657220],[-280516,-661708],[-281547,-663086],[-292834,-498292],[-291485,-492789],[-286352,-506921],[-285875,-648310],[-287254,-647559],[-282638,-647348],[-289765,-646342],[-290753,-646565],[-291227,-659245],[-294181,-659852],[-292004,-659642],[-286275,-842984],[-289331,-850074],[-289598,-846154],[-290296,-846843],[-293458,-850649],[-294102,-845390],[-302594,-487181],[-302817,-486996],[-296140,-512242],[-295625,-511928],[-296175,-512053],[-296236,-512286],[-300987,-528561],[-301235,-528482],[-306813,-539887],[-297148,-603013],[-298308,-602805],[-298803,-602715],[-299881,-603323],[-300951,-634965],[-303920,-646321],[-294858,-664648],[-296022,-653292],[-305584,-673525],[-305639,-811320],[-307141,-809603],[-302580,-818250],[-298092,-817916],[-296714,-818947],[-300555,-828627],[-299948,-831581],[-300158,-829404],[-295152,-832258],[-306508,-833422],[-294425,-849861],[-296448,-847486],[-295251,-848110],[-307774,-521203],[-308516,-522092],[-308810,-521662],[-309302,-521504],[-309712,-521318],[-310708,-535521],[-311954,-537508],[-314248,-538713],[-314726,-538222],[-314771,-538079],[-313973,-538662],[-312494,-537640],[-312541,-542824],[-309321,-538312],[-309070,-538983],[-314686,-559613],[-317265,-588398],[-315940,-588255],[-313154,-591277],[-310099,-590284],[-309640,-589636],[-312461,-665375],[-310086,-663352],[-310710,-664549],[-312674,-670469],[-308754,-670202],[-309443,-669504],[-313249,-666342],[-307990,-665698],[-307674,-810460],[-314908,-816376],[-312823,-817203],[-313251,-813611],[-317438,-814763],[-314626,-813446],[-318559,-817461],[-319245,-817796],[-318276,-815727],[-317306,-815012],[-313286,-810028],[-311724,-811019],[-311490,-823274],[-312241,-824654],[-312452,-820038],[-313458,-827165],[-313235,-828152],[-313479,-841320],[-331832,-532213],[-329401,-537166],[-324636,-527247],[-328808,-540512],[-327567,-539969],[-327068,-540441],[-326272,-538310],[-328618,-559837],[-329540,-565109],[-330029,-566091],[-332468,-567417],[-332613,-567126],[-327833,-564619],[-327551,-569108],[-325772,-570329],[-324074,-567261],[-326530,-580323],[-323348,-582082],[-325941,-581235],[-321139,-588771],[-320559,-816824],[-320393,-817021],[-324834,-838351],[-345306,-557043],[-336359,-563517],[-356014,-576566],[-355333,-576227],[-366366,-825249],[-370641,-846776],[-370807,-846578],[-377721,-822280],[-379710,-840325],[-378959,-838946],[-378748,-843561],[-377742,-836435],[-377965,-835447],[-383526,-853140],[-376292,-847224],[-378377,-846397],[-377949,-849989],[-373762,-848837],[-376574,-850154],[-372641,-846139],[-371955,-845804],[-372924,-847873],[-373894,-848588],[-377914,-853572],[-379476,-852581],[-396775,-813739],[-394752,-816114],[-395949,-815490],[-396048,-831342],[-384692,-830178],[-390645,-834973],[-391252,-832019],[-391042,-834196],[-385561,-852280],[-384059,-853997],[-388620,-845350],[-393108,-845684],[-394486,-844653],[-401869,-813526],[-401602,-817446],[-400904,-816757],[-397742,-812951],[-397098,-818210],[-404925,-820616],[-82800,-555972],[-84056,-553088],[-83386,-552934],[-84776,-555665],[-83128,-554438],[-85699,-587390],[-88749,-586210],[-88050,-580681],[-88985,-586702],[-88005,-585685],[-87882,-585865],[-89023,-592492],[-89424,-591653],[-85485,-590206],[-99531,-531221],[-97054,-540266],[-98295,-541137],[-95884,-541015],[-89848,-582503],[-92145,-582275],[-90628,-583620],[-91554,-580354],[-91513,-580449],[-100487,-587294],[-98267,-588502],[-97037,-586650],[-94137,-586671],[-97918,-588311],[-101566,-585175],[-100851,-581256],[-99466,-581811],[-100259,-581573],[-97383,-576070],[-99547,-579796],[-89930,-588601],[-90989,-591499],[-99185,-589128],[-101819,-590986],[-106102,-539395],[-105590,-539972],[-103097,-539060],[-107381,-541306],[-104981,-539522],[-115036,-546378],[-107363,-554218],[-114035,-558081],[-109452,-573583],[-105827,-575496],[-105925,-568267],[-110036,-572395],[-108588,-571884],[-104881,-576696],[-108285,-579172],[-104315,-577790],[-105634,-576391],[-108840,-577167],[-108680,-581070],[-107234,-581334],[-109980,-581740],[-106521,-582300],[-106953,-583167],[-106694,-578203],[-107443,-578638],[-106508,-581856],[-103749,-576079],[-114796,-590022],[-104576,-590014],[-105411,-589287],[-102577,-595189],[-104235,-597306],[-104788,-593369],[-106279,-596736],[-109377,-596975],[-112684,-672554],[-111964,-673120],[-109505,-671613],[-121515,-538359],[-120253,-547315],[-119969,-547097],[-118136,-544431],[-120608,-548749],[-117006,-545532],[-115975,-547604],[-116244,-547742],[-125773,-556747],[-123201,-569935],[-120911,-586389],[-125442,-583630],[-125903,-584333],[-124780,-586733],[-124511,-586812],[-123185,-585976],[-123520,-585739],[-124108,-585113],[-123521,-582959],[-122817,-584529],[-122825,-583019],[-116519,-577760],[-120795,-589412],[-120445,-590059],[-120104,-590247],[-124629,-594133],[-124473,-594922],[-125659,-593491],[-125805,-592738],[-126201,-592291],[-127331,-592422],[-127250,-592443],[-127926,-595343],[-126958,-597443],[-125926,-589244],[-125691,-589946],[-127868,-644438],[-124554,-652700],[-120093,-661140],[-118286,-659277],[-125207,-653163],[-124459,-655761],[-123059,-656929],[-122136,-659174],[-122637,-671937],[-118767,-675194],[-130692,-557577],[-134863,-580459],[-138480,-578609],[-131673,-585074],[-131168,-584752],[-133054,-583056],[-130691,-581650],[-130755,-580540],[-132034,-580875],[-139597,-581598],[-140189,-580782],[-134519,-581484],[-134773,-581881],[-131525,-580664],[-128689,-598705],[-128071,-588906],[-138671,-593242],[-140478,-593461],[-140229,-604138],[-130744,-602923],[-128834,-602059],[-140150,-611226],[-133385,-636898],[-134605,-651532],[-133305,-651429],[-135022,-651866],[-140654,-651989],[-134862,-652722],[-131332,-652892],[-131546,-653512],[-130384,-654514],[-136655,-689498],[-138931,-685618],[-137694,-686908],[-138696,-687312],[-132688,-684434],[-136615,-691307],[-153449,-575518],[-151041,-572258],[-146992,-574001],[-149424,-571119],[-149077,-570792],[-143995,-572503],[-144854,-568476],[-144361,-568838],[-140894,-572096],[-145585,-566628],[-144981,-567480],[-145370,-567158],[-152971,-574741],[-146809,-574210],[-153523,-578408],[-152712,-577998],[-148365,-584699],[-147947,-578940],[-146257,-580096],[-146404,-579909],[-142690,-580539],[-146289,-580667],[-146363,-580533],[-144600,-577413],[-144499,-576640],[-141930,-576953],[-143053,-576914],[-149721,-578188],[-141258,-576144],[-141224,-576256],[-149065,-579388],[-147278,-578620],[-142473,-579570],[-144124,-584464],[-153568,-583739],[-142643,-606783],[-145230,-607914],[-146832,-602474],[-152121,-618246],[-150381,-618975],[-151090,-617967],[-149207,-625602],[-147823,-641136],[-145360,-640772],[-144140,-642095],[-144809,-644840],[-144894,-642614],[-143309,-646790],[-144368,-645589],[-143371,-642889],[-140825,-651599],[-140972,-689115],[-143508,-686759],[-144061,-686173],[-144351,-684507],[-142942,-680558],[-141210,-681430],[-146638,-682393],[-141631,-695207],[-145875,-691578],[-146436,-692361],[-146368,-692783],[-146427,-692503],[-147897,-692739],[-147516,-692941],[-146377,-693327],[-148748,-698599],[-144773,-698600],[-146961,-701392],[-142517,-697588],[-142854,-694308],[-143181,-691093],[-151603,-695945],[-148866,-693441],[-149818,-698663],[-148427,-696155],[-149361,-691774],[-149725,-692304],[-144924,-706562],[-159640,-510251],[-158072,-509760],[-165507,-526319],[-165295,-526034],[-165189,-550721],[-164292,-551552],[-164580,-559585],[-165279,-565085],[-164161,-564903],[-161593,-566778],[-162665,-588528],[-160443,-583894],[-161046,-585376],[-163136,-585323],[-156173,-576773],[-159768,-576063],[-159763,-576303],[-165979,-589300],[-160975,-589203],[-164183,-589477],[-163538,-597524],[-163493,-600932],[-164230,-615994],[-164059,-616023],[-159850,-639675],[-159539,-639938],[-155851,-649020],[-156071,-650527],[-155374,-652132],[-155330,-651510],[-157132,-650419],[-155773,-650244],[-155028,-647764],[-154229,-646370],[-155081,-643884],[-155798,-680453],[-158529,-682434],[-157006,-685384],[-153897,-681836],[-175834,-522503],[-176268,-535500],[-173899,-535985],[-166606,-549700],[-167374,-548821],[-172836,-557411],[-171751,-556629],[-167317,-579461],[-167375,-581858],[-167756,-582705],[-167699,-589256],[-166942,-589692],[-168001,-599958],[-179097,-618341],[-176124,-639726],[-175498,-638938],[-176847,-637533],[-169489,-641550],[-171390,-643777],[-179069,-641869],[-178234,-642212],[-168106,-641789],[-168686,-668312],[-179295,-526479],[-180847,-534650],[-190105,-530422],[-184015,-548481],[-179353,-549356],[-181814,-546885],[-184608,-545478],[-182081,-543641],[-183795,-542364],[-183800,-542780],[-183738,-540682],[-190595,-561089],[-191656,-561124],[-184178,-564701],[-184435,-578220],[-180836,-622745],[-179745,-617145],[-180714,-619230],[-179911,-616707],[-182742,-649817],[-182544,-650330],[-182776,-646088],[-187852,-662483],[-188640,-663059],[-190569,-654076],[-190940,-653615],[-200784,-497047],[-201595,-496127],[-201169,-494857],[-201474,-496852],[-197247,-507475],[-197882,-517977],[-202854,-518013],[-197354,-516710],[-195506,-515959],[-204477,-527330],[-201246,-559116],[-195951,-559576],[-192145,-561232],[-201216,-573399],[-203246,-565603],[-193159,-567070],[-199828,-581726],[-199425,-580506],[-202665,-589602],[-202940,-589648],[-197358,-657144],[-192518,-653928],[-209325,-497525],[-215414,-496660],[-207510,-508993],[-205325,-503997],[-208408,-501168],[-205249,-524547],[-205754,-526076],[-217047,-525356],[-215934,-527834],[-207449,-538942],[-207441,-537984],[-207459,-537727],[-207487,-539376],[-207601,-539563],[-207996,-539869],[-211136,-567733],[-213534,-601062],[-213479,-601087],[-217401,-591101],[-208121,-618834],[-214939,-618632],[-212500,-618573],[-225084,-474808],[-227521,-479420],[-222441,-585859],[-220990,-587023],[-220336,-586569],[-228850,-597163],[-217788,-590436],[-224185,-592708],[-224201,-591974],[-231195,-495469],[-233288,-508577],[-242546,-574209],[-242952,-574299],[-242264,-574894],[-241172,-577860],[-238240,-593696],[-242202,-591503],[-238873,-590362],[-255132,-547366],[-250364,-549994],[-255731,-561487],[-250978,-560894],[-252814,-561652],[-255971,-560300],[-251532,-556642],[-251937,-555387],[-250949,-550528],[-243339,-572649],[-243305,-574655],[-255789,-565273],[-248285,-571059],[-250892,-570203],[-247840,-568111],[-249813,-575769],[-247622,-573230],[-247892,-577559],[-252688,-578533],[-255738,-586990],[-250550,-608003],[-254844,-609793],[-267013,-501019],[-265243,-509892],[-265345,-508998],[-262325,-509832],[-264482,-511129],[-268617,-511936],[-266138,-534116],[-267177,-548591],[-257616,-546707],[-256647,-548015],[-257398,-562955],[-256041,-556650],[-265594,-561171],[-266362,-561586],[-257231,-562045],[-257494,-561606],[-258266,-557823],[-267980,-581834],[-266154,-585977],[-257839,-587438],[-264424,-587492],[-264278,-586723],[-264537,-586715],[-257857,-591646],[-258635,-609121],[-265690,-610656],[-265219,-604172],[-267809,-605444],[-262259,-605869],[-275209,-521122],[-274891,-522445],[-269957,-524293],[-269818,-550135],[-271348,-544094],[-274648,-565674],[-274665,-565547],[-275584,-582086],[-270839,-577436],[-273849,-588994],[-278427,-609448],[-276690,-608248],[-276421,-605446],[-277761,-605140],[-269663,-602619],[-268981,-607473],[-278668,-644588],[-278263,-646304],[-276262,-644202],[-280644,-641135],[-272827,-646294],[-274015,-646936],[-280560,-662517],[-289716,-489055],[-285996,-492487],[-282707,-502482],[-292698,-599377],[-290805,-595451],[-291926,-597013],[-293984,-601626],[-287114,-611807],[-281654,-646899],[-290633,-645191],[-290246,-645020],[-290344,-645322],[-281769,-663963],[-293166,-832135],[-294085,-839396],[-285749,-843262],[-289746,-849545],[-288718,-846512],[-290787,-846639],[-291779,-849687],[-293587,-849613],[-294134,-845974],[-295247,-492567],[-296442,-514187],[-300118,-519751],[-295305,-512500],[-295699,-512361],[-295687,-512543],[-300890,-528374],[-299032,-591486],[-301137,-600935],[-300472,-600860],[-298952,-600135],[-299938,-612408],[-301155,-613734],[-297301,-602969],[-298007,-602489],[-300092,-602346],[-295137,-604672],[-296321,-603757],[-300440,-601504],[-300157,-604672],[-301775,-605620],[-303848,-604376],[-303612,-603704],[-298490,-605742],[-298346,-615209],[-297415,-621414],[-301548,-616186],[-300797,-615391],[-301220,-615033],[-300325,-614625],[-301906,-619558],[-304347,-621622],[-302840,-621895],[-301809,-623902],[-302827,-625944],[-302178,-621566],[-305952,-625368],[-305261,-621915],[-304918,-626228],[-305587,-625730],[-300943,-623740],[-302848,-624450],[-299791,-622495],[-299402,-622830],[-302658,-632888],[-304552,-627025],[-295455,-646195],[-303427,-645384],[-297940,-664958],[-304339,-659261],[-299569,-654250],[-301772,-652705],[-304500,-660297],[-294735,-666634],[-301996,-665715],[-305862,-674051],[-297283,-817960],[-295837,-819169],[-294842,-835340],[-300539,-841738],[-305550,-836969],[-307095,-839171],[-299503,-841900],[-296198,-847370],[-310431,-522251],[-314722,-512830],[-314284,-512416],[-315298,-512090],[-314237,-512130],[-316151,-531972],[-317176,-548968],[-307357,-549563],[-308214,-538096],[-311121,-553949],[-315990,-562610],[-315845,-572410],[-316401,-572753],[-315618,-586767],[-317482,-588698],[-316552,-605792],[-307764,-602072],[-310358,-617936],[-308673,-619039],[-308420,-623082],[-312002,-619807],[-313423,-618815],[-307595,-620031],[-307406,-621228],[-309400,-622577],[-309970,-663602],[-312145,-670054],[-309112,-671082],[-309239,-669013],[-312287,-668021],[-312214,-666213],[-308574,-665666],[-315212,-816068],[-313496,-815663],[-315598,-813662],[-318665,-818044],[-313506,-810227],[-312864,-811415],[-312901,-819054],[-314609,-828033],[-314780,-827646],[-314478,-827744],[-313605,-832855],[-314416,-840827],[-330727,-535464],[-324537,-526809],[-331433,-532398],[-324526,-525665],[-327704,-548274],[-327482,-548698],[-329427,-537426],[-329107,-537541],[-329841,-537816],[-331188,-540074],[-328828,-540205],[-328981,-551394],[-328035,-551322],[-328333,-553194],[-329717,-556909],[-326710,-555155],[-328591,-555892],[-330626,-584548],[-326534,-591688],[-326912,-840058],[-336028,-581956],[-353950,-577563],[-359658,-576871],[-364288,-823542],[-377595,-830745],[-376784,-822773],[-378299,-844546],[-376591,-835567],[-376420,-835954],[-376722,-835856],[-375988,-847532],[-377704,-847937],[-375602,-849938],[-372535,-845556],[-377694,-853373],[-378336,-852185],[-395002,-816230],[-396358,-828260],[-390661,-821861],[-385650,-826631],[-384105,-824428],[-391697,-821700],[-395363,-844431],[-393917,-845640],[-401454,-814055],[-402482,-817088],[-400413,-816961],[-399421,-813913],[-397613,-813986],[-397066,-817626],[-398034,-831464],[-397115,-824204],[-405451,-820338],[-82284,-555639],[-84930,-555429],[-85617,-554307],[-82937,-554828],[-85805,-585676],[-88267,-585076],[-88001,-580903],[-86674,-585341],[-89131,-585712],[-87621,-586262],[-88700,-593129],[-87079,-590938],[-99544,-532512],[-99375,-541052],[-97657,-541239],[-89969,-581628],[-91511,-582031],[-90932,-582486],[-91187,-579848],[-90316,-580463],[-100659,-586593],[-99672,-588053],[-93736,-585578],[-98997,-586912],[-101548,-585224],[-99015,-582050],[-100655,-581313],[-99382,-579715],[-89651,-591006],[-90278,-589709],[-91064,-592592],[-99225,-590612],[-102062,-589187],[-102367,-589966],[-102230,-597169],[-103863,-539412],[-103954,-538699],[-104711,-539246],[-105248,-539270],[-106567,-540011],[-114899,-548258],[-114764,-548996],[-106034,-540312],[-114063,-555896],[-114231,-555914],[-113968,-553415],[-109956,-574943],[-105039,-575741],[-109862,-572120],[-109030,-571981],[-103236,-575568],[-113429,-586466],[-112153,-587919],[-106399,-584997],[-114391,-580260],[-108935,-581769],[-108684,-581331],[-109922,-582828],[-106265,-578611],[-107646,-578815],[-106519,-581840],[-104308,-576692],[-105192,-575831],[-115033,-590435],[-114535,-599178],[-106746,-589170],[-103880,-596834],[-104922,-593139],[-104751,-595500],[-108740,-598051],[-111942,-672382],[-112296,-673093],[-110203,-671078],[-108844,-672314],[-140542,-588279],[-138664,-588480],[-139059,-590273],[-152925,-574176],[-146669,-588197],[-147649,-586966],[-153296,-583086],[-142266,-585454],[-145469,-584360],[-144368,-585593],[-147002,-609894],[-145948,-608890],[-163398,-597360],[-162686,-591800],[-199869,-561069],[-200162,-581210],[-215365,-498433],[-210743,-546284],[-217175,-553937],[-212715,-600219],[-213171,-600930],[-213551,-601684],[-228985,-481692],[-228091,-481975],[-225654,-489961],[-229206,-492222],[-228229,-534524],[-228590,-534462],[-223453,-588241],[-223061,-582431],[-224865,-578797],[-229834,-586609],[-230929,-484286],[-233404,-496091],[-234921,-573109],[-238075,-572521],[-237973,-571291],[-238372,-573499],[-231496,-574471],[-232685,-572508],[-232742,-571889],[-231756,-574414],[-230854,-568887],[-231195,-569628],[-231944,-580366],[-231349,-583447],[-234315,-577274],[-268747,-545503],[-268121,-546579],[-257598,-548607],[-258603,-555945],[-257165,-550710],[-268830,-524870],[-274414,-543305],[-285981,-629690],[-286585,-630753],[-286762,-628473],[-285081,-629260],[-287554,-632886],[-306120,-468204],[-306786,-467752],[-296614,-484110],[-301557,-527589],[-303228,-525275],[-301772,-531396],[-302869,-531636],[-298347,-527863],[-306558,-621998],[-317270,-549282],[-315989,-572079],[-315787,-573093],[-324765,-527167],[-327920,-579332],[-327865,-579282],[-330110,-823381],[-329046,-823985],[-331327,-824161],[-330540,-822481],[-326914,-824954],[-335241,-547748],[-335823,-548577],[-334971,-548470],[-335413,-549830],[-334636,-550033],[-335101,-549704],[-335719,-549618],[-336123,-549169],[-336208,-548712],[-336423,-549177],[-337678,-545995],[-337881,-545840],[-336585,-553651],[-337362,-553083],[-335539,-550216],[-345792,-556259],[-354002,-576560],[-364982,-575020],[-370100,-572550],[-371015,-572193],[-370504,-572338],[-361090,-840219],[-362153,-839615],[-359873,-839438],[-360660,-841119],[-364286,-838645]] \ No newline at end of file diff --git a/src/gathering/a11981.json b/src/gathering/a11981.json new file mode 100644 index 0000000..217f9d2 --- /dev/null +++ b/src/gathering/a11981.json @@ -0,0 +1 @@ +[[-145206,-587772],[-153427,-582318],[-152553,-591311],[-151979,-602166],[-157989,-595843],[-159132,-600889],[-155718,-595175],[-159475,-599701],[-168211,-604751],[-188469,-588479],[-187233,-586632],[-181414,-597011],[-192729,-590929],[-195292,-593662],[-204518,-597276],[-192168,-588615],[-214401,-543640],[-210565,-568243],[-208676,-576936],[-213376,-594705],[-206639,-598709],[-213502,-594340],[-247485,-519574],[-247322,-517708],[-140228,-591739],[-140470,-589977],[-137695,-597773],[-137759,-598339],[-137752,-600702],[-138172,-601461],[-138391,-601802],[-144348,-586950],[-144342,-587380],[-140838,-588507],[-141439,-587965],[-153208,-599071],[-152792,-599010],[-146601,-588711],[-140971,-588965],[-153573,-591258],[-149070,-601560],[-159066,-592506],[-155929,-596881],[-159318,-599069],[-158971,-600613],[-154160,-591123],[-161625,-612237],[-164936,-619992],[-163884,-615392],[-164407,-615226],[-168990,-600606],[-167759,-600659],[-174203,-611530],[-169311,-609395],[-171901,-613036],[-177052,-605987],[-173759,-611757],[-168275,-616372],[-188334,-595165],[-188389,-604120],[-188158,-604326],[-198308,-590468],[-198138,-591495],[-201018,-593408],[-195873,-601086],[-194795,-601149],[-195901,-600658],[-210960,-568494],[-208403,-572529],[-208570,-577336],[-213835,-594641],[-217061,-602372],[-224807,-540995],[-223354,-554361],[-223918,-555825],[-223897,-555484],[-221974,-552930],[-222192,-553305],[-219768,-592441],[-222371,-595711],[-254942,-498015],[-251981,-498013],[-245468,-490552],[-250069,-491114],[-250161,-491342],[-252982,-500631],[-249514,-500716],[-251003,-500796],[-248775,-518516],[-246483,-518149],[-256626,-496483],[-256314,-495456],[-263043,-503703],[-257732,-520125],[-257739,-522058],[-256540,-518549],[-265405,-526288],[-140474,-590364],[-137759,-596941],[-137421,-599792],[-146126,-587937],[-144087,-585237],[-146883,-588967],[-150841,-599948],[-150141,-611522],[-159249,-592756],[-161204,-602568],[-154071,-610144],[-155946,-609121],[-161603,-612884],[-159093,-614053],[-171492,-605017],[-168397,-602771],[-171211,-605356],[-176769,-606298],[-188622,-587559],[-188369,-604225],[-212171,-569192],[-209699,-569355],[-212010,-568683],[-218189,-559548],[-222030,-558968],[-251915,-496711],[-243542,-493167],[-243353,-491963],[-246424,-492607],[-249220,-496684],[-243624,-491504],[-249861,-490861],[-249362,-498771],[-250727,-500553],[-252912,-500691],[-250398,-499145],[-249750,-499728],[-256420,-496256],[-265440,-503848],[-308766,-605250],[-140522,-589404],[-140511,-591943],[-152486,-590916],[-151553,-602819],[-149870,-605930],[-158972,-597933],[-159751,-603452],[-165534,-618616],[-171895,-598976],[-170390,-605681],[-184217,-596110],[-196541,-583602],[-196144,-583349],[-205615,-533843],[-207641,-528846],[-214948,-546396],[-215183,-544619],[-214145,-543862],[-215240,-545187],[-229175,-516311],[-217608,-528161],[-223322,-530139],[-224915,-527881],[-225963,-531691],[-222361,-547207],[-224380,-546295],[-219686,-549300],[-221573,-557040],[-218402,-551805],[-234627,-482671],[-235595,-483596],[-240715,-520780],[-238684,-522661],[-232401,-523859],[-235169,-533682],[-234904,-524721],[-248797,-531798],[-250817,-542159],[-251414,-542232],[-251385,-541289],[-265382,-472396],[-264700,-475106],[-267776,-473765],[-267698,-474348],[-264425,-483368],[-268365,-532410],[-276707,-469644],[-278536,-468696],[-279221,-469020],[-279242,-475111],[-271176,-481266],[-280019,-473524],[-273966,-480675],[-279694,-478509],[-276310,-489393],[-276750,-489763],[-272491,-490638],[-278212,-489075],[-274925,-488421],[-280190,-501286],[-276682,-500921],[-270760,-526341],[-269626,-530853],[-269878,-531571],[-284368,-469099],[-283415,-469950],[-283705,-469882],[-282469,-472897],[-294396,-482224],[-282366,-492015],[-282372,-491375],[-289903,-498784],[-281859,-501001],[-291780,-499353],[-284333,-516631],[-283718,-516410],[-288374,-515968],[-287777,-513432],[-286038,-517914],[-283579,-517382],[-288191,-513444],[-293952,-519814],[-289201,-521872],[-289286,-521516],[-292042,-524629],[-292274,-528044],[-295254,-518797],[-294670,-519565],[-294575,-520946],[-302341,-518513],[-302543,-518843],[-303944,-516898],[-296112,-527049],[-300984,-548198],[-301347,-546681],[-299115,-549168],[-302715,-550583],[-302312,-551439],[-302373,-609018],[-305971,-606140],[-304871,-612672],[-303466,-615886],[-303728,-616119],[-303233,-620184],[-302379,-622366],[-305001,-618210],[-298035,-614211],[-298096,-616263],[-305137,-614639],[-304815,-614340],[-308692,-605941],[-312183,-610958],[-309666,-606473],[-309816,-608462],[-307662,-602860],[-308363,-603805],[-317398,-616181],[-318239,-616349],[-307901,-618656],[-307439,-617710],[-307447,-618692],[-308486,-617671],[-138637,-590111],[-138722,-590853],[-137039,-589700],[-144540,-595949],[-151044,-593645],[-151064,-612559],[-145790,-604969],[-152474,-610587],[-158439,-596031],[-154031,-593840],[-154091,-593523],[-158076,-602617],[-160261,-602880],[-154678,-609855],[-158232,-610178],[-161731,-606600],[-164468,-621790],[-166261,-618910],[-164762,-614461],[-159023,-617239],[-174351,-584210],[-176355,-586426],[-175003,-583604],[-172392,-599070],[-173444,-603311],[-176921,-610915],[-176819,-612949],[-187638,-586893],[-188166,-588650],[-208181,-528615],[-215071,-545164],[-213378,-589573],[-213148,-589071],[-227035,-526000],[-226488,-526003],[-220760,-548378],[-222145,-549725],[-225205,-551905],[-222577,-551109],[-224702,-555930],[-217716,-551649],[-236958,-521801],[-240130,-521310],[-237113,-537136],[-238376,-534568],[-242880,-530956],[-239222,-537654],[-251189,-528437],[-249052,-532092],[-244449,-540454],[-244027,-539877],[-244799,-539702],[-246237,-541535],[-244551,-539729],[-285807,-471747],[-287128,-485619],[-284880,-488119],[-286716,-486851],[-294079,-494334],[-292088,-490456],[-288589,-488227],[-284680,-487499],[-289416,-499248],[-288835,-499423],[-289381,-536667],[-293399,-527612],[-295220,-493219],[-296026,-527305],[-300077,-546225],[-306753,-606222],[-318566,-582083],[-309235,-606828],[-309061,-608200],[-140236,-591282],[-140524,-590608],[-140265,-590923],[-137225,-598539],[-137316,-589786],[-150313,-581287],[-149624,-597291],[-150454,-597913],[-152992,-591408],[-150777,-593879],[-158912,-597142],[-156816,-591847],[-160796,-602673],[-159486,-606400],[-154428,-609996],[-161535,-607535],[-160839,-611079],[-164904,-617316],[-167870,-610910],[-176032,-606320],[-173781,-604531],[-167866,-615904],[-188743,-588568],[-188061,-585467],[-208157,-526713],[-215047,-545369],[-208976,-572800],[-223547,-529325],[-220444,-543580],[-220743,-557856],[-238339,-518244],[-247032,-547188],[-269242,-526453],[-276535,-602197],[-288688,-471761],[-294086,-482214],[-289447,-487395],[-289359,-498801],[-292488,-486307],[-288904,-536433],[-289808,-536542],[-302308,-609816],[-309411,-608689],[-310983,-603186],[-309077,-605673],[-319195,-615537],[-328875,-581923],[-332219,-581792],[-322395,-588465],[-323276,-586682],[-331799,-581739],[-327374,-579325],[-138521,-591708],[-138007,-601156],[-137546,-600271],[-136841,-594187],[-151773,-591225],[-152946,-590921],[-150552,-604711],[-149045,-608481],[-149580,-604460],[-163260,-561813],[-160278,-560282],[-158943,-561917],[-162285,-565050],[-160382,-563133],[-160993,-570765],[-164487,-615647],[-168777,-600126],[-168289,-605455],[-168047,-605150],[-169051,-608190],[-170268,-616750],[-180181,-574796],[-185909,-581210],[-186416,-581062],[-187029,-580214],[-188600,-580049],[-209771,-535119],[-217408,-553600],[-215872,-555050],[-212926,-553346],[-212577,-553772],[-211026,-554221],[-211419,-567138],[-205621,-587522],[-206109,-587707],[-207708,-593110],[-206701,-589226],[-219339,-557506],[-218619,-552354],[-221967,-550325],[-218080,-559688],[-232918,-480973],[-232566,-477095],[-234099,-479451],[-230639,-477861],[-234273,-478125],[-233574,-481298],[-236303,-485157],[-239978,-486040],[-237630,-486430],[-240803,-577899],[-242895,-576940],[-241120,-579146],[-253739,-475317],[-253844,-478104],[-245395,-493989],[-265617,-547187],[-266521,-547420],[-272677,-467972],[-272847,-469072],[-272112,-469142],[-272603,-468406],[-274023,-500083],[-274116,-500445],[-278819,-530661],[-306400,-479118],[-306265,-494063],[-306397,-494831],[-300664,-504832],[-301222,-502120],[-300194,-500731],[-300481,-500085],[-303183,-501773],[-302275,-502825],[-301720,-499917],[-307399,-485564],[-307778,-484693],[-310781,-483156],[-308900,-480971],[-309451,-481400],[-308241,-485384],[-310498,-483577],[-308811,-482078],[-309445,-498139],[-312947,-491333],[-307898,-486995],[-311415,-490695],[-307568,-496712],[-317794,-495571],[-308051,-494070],[-307985,-497691],[-318189,-495017],[-317397,-492233],[-314857,-496963],[-314036,-501762],[-312139,-504918],[-314044,-509117],[-315896,-506470],[-313809,-503639],[-307882,-507955],[-310556,-509968],[-311225,-499851],[-316027,-506973],[-308154,-506529],[-314201,-500137],[-315273,-508159],[-317325,-605118],[-310146,-606955],[-309540,-607525],[-310490,-604296],[-325659,-489089],[-324765,-490897],[-325356,-491106],[-331860,-493509],[-328051,-490261],[-326298,-489860],[-322192,-588350],[-320327,-612051],[-320586,-612591],[-333533,-493852],[-127088,-595980],[-136551,-587420],[-136986,-584883],[-136899,-585105],[-138490,-589069],[-138452,-591296],[-137938,-597501],[-139390,-599784],[-138113,-594607],[-130599,-603216],[-131014,-604372],[-131203,-603852],[-146377,-588110],[-142172,-593412],[-151520,-591602],[-151093,-600054],[-149189,-607994],[-149728,-611808],[-149032,-608882],[-159659,-562372],[-156597,-603734],[-157968,-604544],[-162785,-604055],[-162058,-607601],[-161814,-607223],[-156311,-609378],[-153892,-609940],[-159633,-606654],[-157064,-607454],[-159231,-606294],[-158437,-609992],[-160602,-615919],[-161007,-614539],[-163000,-615923],[-168203,-600133],[-167518,-600804],[-175123,-613946],[-173645,-603823],[-171124,-616549],[-193155,-586948],[-192617,-588680],[-211384,-533885],[-214297,-525845],[-217302,-558882],[-216889,-558737],[-211589,-554362],[-212483,-569267],[-215187,-569376],[-212543,-568676],[-209941,-569595],[-213710,-568255],[-214731,-569471],[-214902,-568907],[-209065,-570762],[-209307,-569427],[-212978,-568570],[-214464,-569031],[-210843,-567829],[-213951,-567921],[-215514,-569735],[-211845,-569055],[-208650,-570758],[-208833,-577688],[-207804,-586594],[-206122,-585122],[-213518,-598454],[-229633,-482708],[-227810,-482743],[-221619,-550000],[-218458,-557082],[-222805,-559249],[-222961,-558765],[-222238,-550596],[-220874,-550202],[-230810,-484569],[-232114,-484076],[-229461,-483263],[-232028,-485311],[-239708,-541005],[-273841,-500902],[-307054,-493640],[-307054,-503445],[-302135,-506621],[-306929,-506406],[-302784,-501175],[-303571,-501638],[-303666,-504061],[-312450,-479150],[-312004,-479883],[-312088,-480199],[-313615,-479678],[-310882,-477491],[-310807,-477869],[-317593,-494328],[-315818,-490942],[-313252,-496597],[-314175,-491110],[-314201,-490269],[-316397,-490855],[-313593,-493648],[-318298,-491954],[-307334,-496426],[-317341,-494937],[-309205,-497258],[-317647,-491740],[-316288,-490463],[-308077,-496780],[-314045,-495171],[-310274,-489885],[-317324,-495221],[-317406,-495957],[-315151,-509299],[-309639,-506473],[-310992,-501251],[-309605,-505739],[-311106,-499315],[-311810,-509033],[-310889,-511139],[-313653,-508488],[-312287,-507060],[-307241,-507785],[-314039,-509897],[-307300,-505158],[-308144,-504465],[-313813,-510174],[-308948,-508269],[-311400,-510551],[-314652,-501277],[-307641,-504352],[-310560,-500416],[-313648,-509321],[-314027,-508257],[-312422,-505576],[-308739,-507856],[-311497,-502362],[-313606,-502467],[-311143,-500083],[-309648,-506060],[-308210,-504310],[-307939,-505369],[-311119,-502195],[-311003,-511504],[-314026,-502383],[-313756,-502185],[-308878,-505482],[-313943,-500849],[-307387,-507581],[-310143,-509393],[-310691,-508383],[-311112,-508799],[-311395,-503293],[-311680,-506903],[-310661,-508880],[-311825,-508895],[-312550,-504728],[-307611,-507970],[-311642,-507331],[-308541,-508083],[-307865,-507642],[-312421,-513828],[-312159,-514010],[-312268,-515865],[-311679,-516456],[-311359,-516270],[-316738,-604864],[-314552,-607945],[-312344,-620104],[-312830,-619898],[-322174,-597635],[-320631,-603993],[-320901,-602176],[-321390,-611868],[-320576,-611394],[-333723,-493220],[-152022,-581662],[-149354,-581650],[-142523,-593528],[-141478,-593343],[-142577,-594410],[-143454,-594122],[-148537,-601389],[-151335,-592326],[-151240,-592567],[-142640,-589981],[-148663,-607998],[-158535,-597013],[-155788,-594332],[-155727,-603827],[-154637,-603924],[-158248,-604411],[-158689,-609898],[-161752,-613147],[-160874,-610758],[-164499,-614574],[-158746,-614433],[-171022,-603239],[-173828,-604132],[-170836,-614942],[-185384,-581004],[-185519,-579198],[-209923,-569360],[-210588,-587998],[-217520,-587273],[-206849,-589630],[-207580,-588880],[-253389,-477366],[-254659,-476961],[-254020,-475798],[-245865,-492699],[-252417,-608316],[-258128,-488313],[-270371,-497921],[-270267,-501652],[-301522,-500260],[-311190,-490664],[-308473,-494992],[-319257,-598055],[-317365,-606776],[-316950,-608835],[-317220,-604604],[-317038,-606322],[-314944,-606938],[-315201,-609876],[-317088,-611690],[-317098,-611533],[-315026,-613625],[-317370,-612249],[-314609,-608218],[-319807,-603834],[-318257,-601532],[-316619,-609604],[-307913,-603001],[-309889,-604553],[-309579,-604200],[-308466,-603244],[-317760,-614631],[-313732,-620151],[-316476,-617435],[-314387,-616337],[-320727,-599442],[-322326,-597284],[-320935,-600021],[-320678,-600122],[-320986,-611882],[-321591,-613699],[-320930,-601919],[-321246,-615294],[-320103,-615115]] \ No newline at end of file diff --git a/src/gathering/item-6001.json b/src/gathering/item-6001.json new file mode 100644 index 0000000..d1840f0 --- /dev/null +++ b/src/gathering/item-6001.json @@ -0,0 +1 @@ +[[-13551,-173543],[-11925,-175025],[-12909,-177024],[-4425,-163675],[-975,-162175],[-81970,-170273],[-80967,-165763],[-87088,-164133],[-86265,-159581],[-85888,-161960],[-83772,-160695],[-84863,-158458],[-79738,-158072],[-78104,-161304],[-72974,-160705],[-66775,-162275],[-70225,-160275],[-67938,-160470],[-72385,-154461],[-56326,-162749],[43075,-143125],[45525,-145525],[48963,-143745],[48522,-140029],[39525,-148475],[41675,-148075],[48130,-146761],[49063,-147866],[6893,-163348],[5002,-162058],[8435,-162912],[9025,-165325],[7912,-159860],[12645,-163590],[12175,-160825],[26911,-164270],[28525,-167875],[22425,-161625],[34451,-168200],[45075,-157725],[27169,-170281],[21825,-170625],[49025,-156525],[54825,-142125],[54139,-138486],[58773,-136083],[59989,-142210],[60746,-139169],[51694,-147880],[83558,-130064],[82925,-126675],[87671,-129288],[85983,-129772],[65384,-144874],[69125,-139151],[60194,-147191],[70746,-142585],[78125,-135525],[70943,-123878],[75454,-124208],[85678,-117470],[-219963,39776],[-218369,34201],[-231151,36838],[-224955,39083],[-225434,40938],[-219718,42213],[-221625,46125],[-221209,58360],[-225574,56845],[-207637,61846],[-207967,57730],[-224057,53031],[-191631,22915],[-188133,26174],[-184265,28396],[-189946,31574],[-183642,30900],[-194951,26147],[-195697,32030],[-194131,36766],[-188275,37625],[-193278,39190],[-197973,40298],[-198925,36775],[-201737,37198],[-181628,48149],[-191096,48442],[-171979,41455],[-175837,44524],[-175225,40650],[-175830,36151],[-177808,30911],[-171612,24488],[-171236,25000],[-171628,21210],[-182525,42825],[-180522,23307],[-183440,20349],[-175580,-248204],[-174970,-248444],[-174499,-251921],[-174577,-252607],[-172425,-254275],[-171279,-254505],[-188346,-252236],[-194714,-255091],[-194605,-254058],[-194234,-254332],[-195057,-254373],[-189466,-252557],[-200925,-248475],[-201099,-249441],[-202096,-251917],[-200985,-250025],[-202272,-252162],[-185676,-269859],[-183709,-269153],[-183251,-268868],[-183517,-266633],[-184274,-266485],[-183534,-267469],[-185339,-267652],[-184183,-265443],[-180124,-266118],[-181076,-263021],[-181339,-262835],[-186415,-260477],[-186626,-259784],[-184676,-261078],[-184361,-259425],[-182535,-261516],[-181021,-260109],[-180218,-260509],[-181075,-261075],[-179765,-259104],[-201108,-261487],[-200775,-262225],[-201402,-261145],[-200298,-256606],[-200625,-257375],[-199924,-256776],[-201525,-262325],[-181362,-258169],[-176371,-257125],[-176105,-256745],[-176168,-256362],[-175697,-260263],[-175561,-259890],[-175242,-261394],[-201013,-256267],[-195618,-287908],[-203612,-288001],[-179179,-266791],[-177964,-266123],[-196291,-289346],[-255270,-187542],[-255863,-187373],[-255991,-179621],[-255823,-203672],[-254775,-199875],[-254660,-200239],[-251847,-198716],[-251709,-199765],[-250325,-199825],[-212800,-246707],[-213522,-247187],[-217521,-243427],[-216978,-243996],[-216785,-243755],[-216237,-243282],[-226075,-241975],[-226203,-242247],[-234930,-239098],[-236386,-237636],[-235894,-239555],[-236318,-238605],[-236457,-234010],[-224975,-241175],[-226584,-243107],[-224586,-239760],[-223955,-238970],[-227565,-242320],[-221859,-241434],[-221920,-241849],[-222299,-242173],[-223185,-240376],[-223929,-239913],[-218775,-242360],[-218975,-242075],[-219257,-242487],[-220773,-238660],[-219936,-237109],[-220469,-238912],[-219849,-236944],[-219735,-238191],[-219953,-237283],[-219852,-236753],[-221142,-238750],[-252766,-214278],[-216885,-243355],[-213999,-245924],[-214306,-245729],[-208714,-243782],[-244125,-208975],[-213492,-278582],[-214318,-277842],[-212815,-278684],[-213727,-278574],[-211193,-286335],[-212542,-287512],[-270531,-152089],[-273742,-147082],[-280575,-148675],[-276981,-149475],[-302137,-130281],[-301534,-130146],[-302422,-129840],[-300727,-123289],[-299839,-123595],[-300134,-123458],[-300425,-123725],[-301980,-118529],[-301375,-118425],[-301675,-118275],[-301829,-130009],[-286225,-130825],[-282175,-118875],[-281325,-119125],[-281592,-118984],[-281900,-119256],[-290030,-125857],[-289427,-125722],[-289722,-125585],[-290315,-125416],[-285975,-131325],[-285675,-131075],[-285391,-131198],[-295822,-128589],[-296425,-128724],[-296117,-128452],[-296710,-128283],[-291352,-138787],[-290759,-138956],[-290464,-139093],[-291067,-139228],[-296169,-150370],[-295874,-150507],[-296477,-150642],[-296762,-150201],[-285985,-151263],[-285914,-147991],[-279675,-151675],[-276908,-152860],[-280020,-145742],[-278783,-142007],[-279394,-142104],[-279075,-141875],[-263450,-204213],[-256490,-183770],[-257083,-183601],[-256798,-184042],[-256195,-183907],[-259073,-184167],[-256575,-179775],[-256879,-179315],[-292675,-181475],[-293306,-181604],[-293591,-181163],[-292998,-181332],[-287675,-183375],[-287227,-183350],[-287475,-183775],[-287693,-183135],[-289494,-188563],[-294950,-190984],[-295505,-191133],[-295512,-190897],[-295825,-190775],[-288694,-188559],[-289183,-188709],[-289241,-188994],[-256477,-202560],[-256225,-201625],[-267324,-203198],[-267882,-203407],[-267800,-202991],[-262956,-203567],[-263386,-203625],[-274035,-189809],[-267506,-165135],[-267791,-164694],[-273675,-190230],[-273669,-189855],[-270825,-223825],[-271175,-224475],[-271291,-224049],[-269278,-226884],[-264241,-223797],[-268375,-226375],[-268372,-225417],[-264025,-223675],[-265025,-224275],[-256484,-206519],[-256625,-205475],[-256670,-206330],[-306675,-253223],[-306554,-253421],[-306475,-253675],[-306958,-254316],[-300333,-253308],[-300495,-253184],[-300649,-253880],[-293401,-253808],[-293711,-253642],[-291844,-254173],[-292059,-253497],[-291653,-253554],[-291132,-250449],[-291784,-250384],[-291407,-250487],[-291428,-250841],[-287987,-255606],[-287286,-254963],[-286460,-254809],[-284162,-262860],[-284393,-262928],[-284539,-262813],[-294501,-256258],[-287305,-256162],[-286529,-259602],[-293104,-263030],[-289200,-263509],[-287013,-259285],[-286990,-259759],[-286256,-260314],[-286387,-260196],[-286679,-260545],[-284973,-258581],[-290655,-263109],[-290789,-263417],[-290394,-263532],[-290560,-263606],[-300769,-258697],[-308385,-135658],[-308100,-136099],[-307497,-135964],[-307792,-135827],[-308897,-151734],[-308575,-151875],[-309205,-152006],[-309490,-151565],[-372595,-270611],[-372275,-271125],[-372985,-270077],[-374197,-268885],[-374310,-268633],[-398975,-268425],[-400317,-263961],[-399465,-268628],[-400281,-264538],[-492925,-202125],[-492825,-202525],[-499612,-219755],[-306747,-253794],[-306985,-253303],[-300517,-253506],[-300760,-253127],[-301881,-255604],[-291575,-253975],[-292016,-253759],[-286005,-255479],[-287381,-255491],[-286748,-255173],[-284187,-263045],[-284552,-263083],[-293231,-263067],[-287234,-259363],[-287034,-255826],[-293776,-261205],[-294375,-260643],[-286015,-260964],[-284717,-259323],[-290968,-263114],[-290213,-263129],[-290080,-263660],[-290530,-262920],[-290529,-263410],[-290975,-263725],[-290514,-263851],[-290773,-264073],[-277236,-264071],[-276625,-264625],[-311911,-245210],[-311931,-244358],[-374475,-268925],[-372617,-270933],[-372860,-270554],[-399775,-263275],[-399575,-264125],[-398931,-267916],[-492825,-202375],[-176310,-248204],[-175133,-252127],[-172797,-253745],[-171924,-254424],[-189920,-253163],[-195685,-253737],[-194314,-254689],[-189225,-252025],[-201182,-249525],[-201949,-251616],[-184548,-268861],[-183960,-268995],[-184156,-266366],[-183182,-267583],[-180475,-266342],[-180383,-266032],[-183209,-262645],[-186043,-259886],[-185532,-259122],[-180858,-261335],[-180273,-259184],[-181025,-258775],[-200936,-261299],[-201072,-261968],[-200447,-256856],[-175511,-260146],[-200653,-256173],[-196253,-288828],[-255275,-188025],[-254279,-199997],[-214704,-245764],[-235076,-238549],[-236825,-238425],[-236632,-233750],[-226551,-241806],[-226754,-242072],[-221964,-240876],[-221875,-241325],[-219375,-242025],[-219328,-242387],[-224242,-239072],[-220836,-238441],[-223655,-239110],[-221062,-238406],[-220375,-236974],[-219896,-236300],[-249860,-214140],[-213264,-245888],[-214562,-278209],[-212820,-279233],[-270083,-152714],[-269767,-146089],[-273215,-153291],[-279243,-148073],[-278441,-149618],[-300217,-122929],[-300106,-123957],[-301644,-118756],[-301912,-129480],[-301801,-130508],[-281675,-118455],[-281575,-119475],[-289675,-126075],[-289805,-125056],[-285769,-130532],[-296200,-127923],[-296089,-128951],[-290731,-139455],[-290842,-138427],[-296252,-149841],[-296141,-150869],[-281363,-149478],[-279118,-141319],[-285421,-131473],[-256573,-183241],[-259156,-183638],[-256462,-184269],[-256258,-179983],[-293075,-180825],[-292975,-181825],[-287307,-183685],[-287356,-183039],[-288945,-188155],[-288825,-188975],[-295210,-191248],[-295725,-190125],[-256125,-202675],[-267475,-203525],[-262962,-203969],[-256021,-201564],[-267170,-165362],[-292646,-248571],[-291342,-250078],[-271103,-224437],[-269156,-226410],[-265033,-222538],[-267061,-227041],[-257025,-205725],[-306769,-254202],[-301731,-255136],[-295437,-249838],[-300482,-253850],[-293575,-253846],[-296175,-255075],[-291832,-253643],[-291232,-250702],[-286447,-255643],[-286816,-255493],[-282825,-251525],[-283058,-268688],[-283830,-265139],[-284296,-262321],[-306695,-258287],[-287475,-255875],[-285360,-258392],[-294057,-261206],[-293763,-261425],[-289375,-258725],[-286379,-259647],[-286302,-260694],[-286714,-260024],[-285017,-259044],[-284533,-262044],[-289928,-263251],[-291397,-263303],[-290123,-264980],[-291021,-264212],[-284875,-263125],[-287900,-263734],[-286290,-265720],[-276662,-264302],[-276918,-264634],[-303001,-258496],[-303158,-258733],[-300453,-258589],[-298281,-259508],[-307764,-136326],[-307875,-135298],[-308980,-151205],[-308875,-152225],[-312729,-245225],[-308966,-253571],[-307958,-256844],[-372582,-271277],[-400075,-263225],[-400048,-263820],[-399232,-267910]] \ No newline at end of file diff --git a/src/gathering/item-6002.json b/src/gathering/item-6002.json new file mode 100644 index 0000000..f9128f3 --- /dev/null +++ b/src/gathering/item-6002.json @@ -0,0 +1 @@ +[[-25551,126],[-23990,-2644],[-23174,-793],[-25269,80],[-23075,-1275],[-25514,-3043],[-24423,-1793],[-21263,-245],[-46693,-7435],[-625,10325],[-4246,9516],[-10927,7282],[-13488,5792],[-11061,5629],[-6753,4860],[-7450,5607],[-18641,4471],[-18847,4010],[-19043,3763],[-17921,3607],[-21536,5308],[-20598,5636],[-21187,5830],[-21124,6557],[-21050,5485],[-21629,5534],[-19975,3775],[-21258,5502],[-20025,3375],[-19300,3833],[-18005,1368],[-18662,3351],[-19466,3048],[-21583,2662],[-19797,1449],[-21410,3054],[-19365,3347],[-25045,1904],[-23075,375],[-25140,1333],[-25238,2953],[-24840,1517],[-23471,3847],[-23375,3464],[-23069,4903],[-22536,4963],[-28177,2128],[-26872,1383],[-27136,2076],[-26739,1943],[-25283,2760],[-21246,2807],[-18785,3114],[-19099,3051],[17299,9185],[18008,8206],[20775,9475],[19525,12575],[23944,10246],[24787,13696],[15825,10675],[2175,9525],[-41598,-5540],[-32455,-3102],[-41558,-5227],[-41344,-5302],[-40825,-4725],[-41332,-5135],[-41117,-5214],[-40869,-5215],[-37347,-5856],[-42648,-6697],[-43775,-8825],[-42468,-6497],[-42755,-6391],[-44775,-9175],[-41248,-7047],[-41397,-7279],[-41333,-7443],[-41384,-7120],[-37625,-9125],[-43425,-10825],[-44275,-10925],[-40304,-14605],[-40475,-14975],[-41025,-5425],[-40953,-5586],[-40094,-5882],[-25423,125],[-25225,-2025],[-25285,-2311],[-25125,-2325],[-24096,-2755],[-24075,-3075],[-22983,-1183],[-23268,-955],[-25309,-112],[-22970,-861],[-23931,-1587],[-25075,-1875],[-24831,-2229],[-23813,-2634],[-24114,-1816],[-24696,-1851],[-19777,-287],[-19694,-43],[-21178,-138],[-19425,-25],[-22272,-2332],[-28713,-2203],[-24984,-2092],[-24234,-3208],[-23847,-2834],[-46852,-14925],[-45609,-13953],[-46625,-14825],[-45787,-13242],[-46821,-15110],[-46375,-14975],[-47001,-15087],[-46929,-7668],[-46415,-7380],[-44825,-8925],[-6096,12449],[-7675,8475],[-10882,7517],[-11125,7375],[-13096,5885],[-13369,5699],[-10980,5724],[-11392,6211],[-10646,5753],[-11325,5475],[-11141,5949],[-10808,5864],[-10707,5504],[-7536,5317],[-6975,4875],[-7542,5487],[-7345,5387],[-18850,3805],[-17553,4138],[-18420,3599],[-18664,4030],[-17879,3877],[-18532,3336],[-19228,3770],[-19903,3710],[-21575,5625],[-21530,5125],[-21255,5264],[-21135,5978],[-21577,5402],[-21406,5798],[-20918,5388],[-19471,3625],[-21148,5559],[-20875,5575],[-20954,6671],[-21009,6426],[-11211,6190],[-18395,2803],[-19242,3233],[-11874,2643],[-21158,2709],[-19863,1311],[-21462,3206],[-21543,2560],[-21387,2631],[-22575,5025],[-24890,3194],[-25032,2578],[-24872,1809],[-23443,840],[-25077,3152],[-25158,1728],[-25040,2247],[-25196,2594],[-25310,2865],[-23639,860],[-25125,1525],[-23216,3539],[-22784,4950],[-22954,4797],[-28344,1966],[-27652,2143],[-26631,1505],[-26680,1356],[-26862,2160],[-27840,2180],[-26676,2036],[-28025,2125],[-22885,391],[-24660,2856],[-24859,2614],[-24983,2992],[-23165,3741],[-17925,1325],[-19049,3227],[-19290,3495],[-17995,3284],[17457,8789],[20775,8325],[18486,11874],[21432,10786],[24664,10352],[24925,13275],[-358338,-1865],[-350470,-994],[-350352,-701],[-343323,-1750],[-338404,-1021],[-338386,-847],[-333780,-1727],[-333471,-2128],[-333675,-1575],[-358775,-2325],[-358482,-2102],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[-122808,-39553],[-121820,-39149],[-123096,-38386],[-125775,-39025],[-122273,-37445],[-122525,-38275],[-121690,-38558],[-122075,-36175],[-123475,-35125],[-119339,-33136],[-120118,-31193],[-116769,-32789],[-116547,-31993],[-116748,-33734],[-123782,-39455],[-124999,-37357],[-115843,-28666],[-118418,-29142],[-260405,-32999],[-259744,-32521],[-258271,-30456],[-75763,-20204],[-74432,-19362],[-75069,-20938],[-72825,-20275],[-74943,-17813],[-75292,-18699],[-74587,-15492],[-72067,-15259],[-72538,-18079],[-74099,-16508],[-73843,-13401],[-73722,-11759],[-71944,-16458],[-73701,-9393],[-73625,-10575],[-70445,-10556],[-75117,-9654],[-76618,-7735],[-75825,-8575],[-74407,-8580],[-74388,-6331],[-71412,-6940],[-71062,-9535],[-75625,-6475],[-74850,-4725],[-71217,-12649],[-73444,-3125],[159510,95343],[159321,95188],[159095,94646],[159561,95143],[154502,85500],[176364,114957],[166287,128311],[176925,114825],[176928,114574],[177117,114655],[177031,139040],[174191,140668],[176925,138725],[174194,140912],[173625,141075],[174379,140752],[180411,137278],[179310,139218],[180429,139675],[180409,139470],[180199,139593],[179802,139159],[177118,138772],[180575,140425],[179929,140104],[185694,139482],[189602,138995],[190402,139129],[190162,139173],[190282,138961],[185463,139564],[199281,139206],[199525,139185],[198741,138977],[199425,138975],[166946,129793],[140572,102280],[139772,102142],[140453,102112],[145494,101540],[145366,101282],[145116,101805],[140331,102322],[149237,124125],[143895,121158],[144701,121069],[144540,120940],[144482,121176],[151005,125992],[150905,125811],[150760,126007],[150226,125764],[147119,127184],[150571,109634],[125855,106176],[125043,106164],[125712,106028],[125624,106255],[114475,107875],[114025,107475],[114675,107725],[114476,108524],[114731,107924],[121463,105246],[121318,105443],[121991,104988],[136575,122775],[141114,127302],[136087,123226],[136801,122839],[136625,123025],[131425,118115],[138825,121025],[131227,118056],[130711,118502],[131262,118297],[144875,125775],[-151650,-194557],[-149776,-194570],[-151337,-196067],[-151374,-197248],[-150517,-195575],[-151325,-198675],[-151408,-198443],[-204375,-132725],[-204588,-134416],[-203792,-136007],[-202976,-134913],[-201866,-152483],[-200646,-181642],[-198429,-181745],[-199485,-192648],[-154675,-194075],[-155525,-199525],[-203472,-163989],[-202025,-164675],[-157475,-195475],[-184125,-197175],[-184520,-197210],[-183970,-197024],[-183775,-197675],[-181307,-197768],[-179712,-195814],[-177320,-198470],[-177893,-198601],[-177075,-198525],[-178925,-195775],[-170015,-194112],[-181239,-191032],[-180667,-190901],[-180564,-191122],[-180431,-190964],[-174068,-189026],[-172849,-188607],[-170613,-190525],[-171537,-191798],[-172492,-189641],[-171925,-190875],[-170708,-189132],[-170388,-195099],[-180875,-193425],[-170635,-192203],[-169617,-199198],[-158800,-204686],[-158125,-204775],[-188475,-208175],[-188028,-207719],[-193475,-207725],[-188915,-208010],[-193625,-207875],[-194302,-207794],[-180425,-214025],[-205575,-133625],[-206125,-132225],[-205125,-132775],[-204841,-136832],[-230075,-151775],[-233945,-150995],[-234265,-151945],[-236855,-152064],[-233589,-152034],[-232358,-152465],[-233456,-151877],[-233692,-151814],[-228796,-151360],[-232725,-149675],[-231325,-150525],[-228579,-150080],[-227975,-148175],[-228675,-148075],[-228775,-148675],[-227907,-148640],[-226918,-149564],[-227936,-149440],[-230575,-147575],[-233418,-146073],[-233284,-145916],[-226555,-146094],[-225913,-146646],[-230175,-141575],[-229371,-141495],[-229607,-141432],[-229504,-141653],[-232978,-141721],[-232276,-137860],[-232987,-139352],[-232951,-137770],[-232379,-137639],[-231570,-139698],[-230875,-137713],[-215814,-137822],[-215485,-139194],[-216332,-140109],[-217068,-140369],[-216658,-134015],[-217225,-133175],[-210606,-150715],[-217375,-140225],[-214275,-144425],[-213733,-148178],[-211430,-150086],[-211452,-151427],[-209359,-150387],[-210810,-149614],[-209554,-148548],[-211606,-144996],[-213037,-144682],[-212320,-145630],[-213816,-143792],[-210822,-145430],[-212228,-148118],[-214042,-143096],[-213489,-141575],[-211950,-144085],[-214079,-140284],[-205757,-135170],[-212825,-143125],[-210038,-182192],[-205175,-153975],[-205625,-156125],[-211775,-184175],[-209058,-182529],[-208025,-186025],[-353061,3],[-353275,-125],[-353075,-275],[-352526,-1516],[-353794,-2918],[-349085,-2602],[-349525,-1825],[-343155,-1972],[-338641,-1345],[-334802,-1878],[-334875,-2125],[-358575,-775],[-350947,18105],[-349445,21246],[-351013,17781],[-351171,14840],[-350741,14894],[-351932,13529],[-348705,15070],[-348673,14542],[-348126,14740],[-350234,12122],[-349176,11689],[-350971,12235],[-347275,12325],[-348740,12107],[-352006,13043],[-352225,13225],[-354463,17086],[-354551,17465],[-352590,20056],[-352653,20413],[-356620,18757],[-356557,18400],[-357928,17028],[-356534,16845],[-357723,17238],[-355642,17285],[-357670,21156],[-356024,19301],[-358329,21047],[-357876,17429],[-356515,16517],[-357976,20895],[-357245,3958],[-355524,6229],[-356772,703],[-352675,4075],[-352915,4730],[-355828,2518],[-349623,2354],[-349969,2429],[-350801,2345],[-348259,1376],[-348238,2858],[-348523,1254],[-347858,1438],[-344675,343],[-344925,2925],[-344439,1022],[-345174,900],[-345183,2866],[-345478,1944],[-344837,2158],[-345094,2374],[-344890,873],[-348308,3613],[-348073,3674],[-339591,290],[-340118,823],[-340174,472],[-339593,664],[-339359,725],[-361492,21080],[-360410,18197],[-359863,18395],[-361233,21013],[-360777,20836],[-360836,20646],[-361162,20581],[-362054,18431],[-362291,18595],[-362223,19960],[-362163,19647],[-359977,12463],[-360477,11442],[-359755,12130],[-359773,12309],[-359116,5331],[-359399,5253],[-39340,-1859],[-37053,-492],[-37288,-5407],[-37075,-5225],[-35375,-4725],[-32522,-4600],[-42495,-7242],[-43476,-6925],[-43990,-7005],[-44075,-9075],[-43775,-9375],[-39254,-9855],[-37947,-7596],[-37489,-9378],[-38475,-7225],[-43836,-7105],[-43625,-8925],[-43325,-11025],[-43493,-11979],[-39171,-10330],[-39367,-10332],[-39536,-10414],[-39564,-10089],[-36925,-10925],[-35125,-9975],[-37660,-9415],[-35120,-11938],[-42326,-14354],[-42475,-14275],[-44525,-15525],[-45032,-13661],[-44750,-14860],[-44619,-15377],[-40375,-14725],[-39075,-12875],[-39631,-12638],[-37875,-13725],[-37197,-5856],[-36923,-5709],[-39348,-2061],[-37232,-886],[-34375,-7675],[-36955,-316],[-33700,-2563],[-32315,-583],[-32224,-3133],[-39465,-1958],[-39148,-2027],[-36414,151],[-25175,-2125],[-28538,-2168],[-23147,-1085],[-24075,-1575],[-25386,-2781],[-25650,-3010],[-21180,-271],[-19625,-125],[-19480,-711],[-29981,-698],[-29835,-796],[-29681,-685],[-30031,-1137],[-30387,-5137],[-24583,-4044],[-22075,-4725],[-19369,-479],[-19525,25],[-25475,-7575],[-25247,-8530],[-25324,-7459],[-25294,-8253],[-25646,-7577],[-25556,-9105],[-25286,-7266],[-30025,-8125],[-30643,-7209],[-29767,-7126],[-31149,-7771],[-30975,-6225],[-31425,-6725],[-29798,-571],[-29906,-458],[-21987,-4568],[-30225,-9275],[-30575,-9175],[-30322,-11100],[-30175,-9825],[-30475,-11175],[-29815,-10894],[-30125,-11075],[-30975,-10025],[-25417,-8624],[-25655,-9280],[-25567,-7357],[-19458,-242],[-19736,-344],[-31175,-17025],[-35452,-17264],[-48268,-20162],[-48671,-17610],[-49034,-17467],[-48643,-17371],[-46275,-16375],[-45875,-16325],[-46090,-16287],[-47435,-16465],[-47782,-13909],[-47025,-13425],[-46531,-14916],[-45889,-13883],[-45475,-13875],[-45515,-13558],[-45675,-13925],[-45874,-13305],[-47156,-13535],[-45925,-13125],[-44683,-15562],[-45736,-13152],[-46787,-12317],[-46925,-12225],[-47558,-12197],[-48464,-12249],[-44675,-8775],[-49175,-15125],[-48284,-12198],[-35375,-11925],[-31373,-4855],[-35528,1117],[-35125,1475],[-34817,3778],[-36245,259],[-34975,1525],[-35020,3299],[-34980,3616],[-34716,3643],[-519,10168],[-23,10697],[-125,10575],[-763,10089],[-875,10449],[-3952,9614],[-666,10234],[-4125,9425],[-3875,9375],[-4225,9575],[-5499,10457],[-5525,10275],[-8051,8209],[-7865,8277],[-10980,7399],[-11690,5693],[-13306,5884],[-13657,5880],[-11638,5459],[-11425,6275],[-10875,5575],[-6533,5079],[-6875,5125],[-19175,3925],[-11397,5642],[-11075,5425],[-11027,6332],[-12019,5537],[-17823,1604],[-25097,2038],[-23431,719],[-23075,525],[-23689,967],[-24844,2730],[-25278,2065],[-23213,751],[-23234,3920],[-27625,1925],[-17730,1419],[-13125,1325],[-13225,2525],[-10275,2925],[-10725,2375],[-55147,-25004],[-59672,-22673],[-59942,-22692],[-55425,-24975],[-57802,-18921],[18575,9425],[21425,7375],[20425,9575],[22614,8393],[23119,7918],[16874,8740],[17825,10075],[17810,10328],[17778,10945],[15725,10575],[16675,9675],[22945,10838],[20103,11125],[19265,10712],[25721,12440],[22915,11079],[25325,13078],[17075,14075],[16290,14171],[23976,14226],[24012,14526],[18586,14196],[21413,13964],[20825,13925],[14044,9470],[14225,9375],[15888,11914],[15210,11063],[12875,12575],[8825,10125],[6125,8275],[6225,8425],[1007,7094],[2119,9579],[1604,12065],[225,10875],[1875,11975],[1575,11775],[26375,12225],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[386323,-690],[386203,-1139],[386000,-649],[389824,4273],[390343,4699],[371251,48464],[372756,50839],[371716,48765],[372075,48375],[371989,48828],[371075,39981],[371149,39603],[370817,39597],[390124,21633],[389675,21775],[389999,21219],[390484,21385],[395027,23166],[395083,22783],[394668,23156],[407725,35425],[407517,35200],[407774,35031],[385936,2059],[386305,2094],[386111,2388],[389609,3700],[390017,4444],[393140,8619],[390466,9182],[390081,9379],[389902,9099],[387739,11184],[389840,4472],[374847,56862],[374898,57234],[372728,56093],[372764,55797],[372499,55775],[371423,57843],[369225,59125],[395849,96043],[395708,96177],[403496,96639],[403315,96450],[395983,97597],[400597,81760],[400527,81364],[422403,-4453],[422133,-4630],[422384,-4763],[429229,-5025],[426699,-6086],[426648,-5676],[429280,-5435],[429024,-5266],[426443,-5917],[432662,10207],[432457,9965],[435125,12125],[435126,12549],[432713,9797],[450144,30922],[449888,31091],[450093,31333],[458113,1411],[458236,1121],[458496,1561],[440581,30010],[440661,29211],[453582,37835],[453296,37993],[453566,38168],[456118,156653],[457921,155683],[458266,155687],[458729,155452],[460225,157325],[458314,155091],[460291,156716],[459898,157307],[451275,153825],[451486,154059],[451258,154150],[410140,63521],[409875,63425],[409744,63792],[420525,88875],[420162,81276],[419900,81265],[420769,89137],[421425,88925],[420738,88539],[425207,84487],[425667,84733],[415728,106573],[415739,105967],[415468,106128],[420062,117095],[414996,108733],[431663,121109],[432300,121393],[432161,121066],[445167,127688],[444815,127914],[451393,136297],[453887,149177],[451370,153420],[465444,13704],[465625,13925],[465700,13536],[461555,153023],[461525,153625],[461163,153615],[767025,383975],[766558,383945],[760778,395785],[761038,395756],[761039,395397],[767797,398892],[766375,384125],[766629,384164],[751937,389041],[752074,388887],[752175,390175],[751238,392751],[751369,393193],[751881,393041],[747778,395398],[747984,395213],[748055,395432],[748429,395256],[751474,392817],[751734,392738],[739096,414437],[742623,420802],[742656,420525],[742841,420731],[742798,421177],[742246,427565],[741451,427067],[742525,428067],[743177,427924],[754174,414141],[753667,414170],[753560,413787],[753953,414847],[768125,398804],[774292,399460],[774307,399183],[779082,397049],[778430,397191],[778707,397224],[774625,398875],[778636,397006],[774512,399287],[783393,392774],[783670,392807],[783599,392588],[784044,392631],[768175,422225],[768116,422715],[-151604,-198887],[-151937,-198078],[-203613,-133545],[-199915,-165229],[-158041,-204401],[-179336,-196127],[-178825,-195925],[-177850,-198104],[-177517,-198913],[-177025,-198725],[-181175,-193625],[-180875,-193125],[-179669,-195318],[-180480,-190747],[-181197,-190536],[-180354,-191115],[-180864,-191344],[-158424,-204998],[-157914,-204768],[-193525,-207475],[-194275,-207275],[-246887,-143607],[-206638,-132046],[-234222,-151448],[-233889,-152257],[-236675,-151875],[-236575,-152325],[-237051,-152508],[-233505,-151660],[-232378,-152037],[-233379,-152027],[-227777,-148173],[-228292,-148097],[-228620,-147594],[-228287,-148403],[-230420,-149567],[-226825,-148225],[-233334,-145699],[-225513,-145270],[-230137,-141067],[-229425,-141275],[-229275,-141625],[-229804,-141876],[-233207,-146066],[-233731,-146575],[-232575,-138075],[-232125,-137875],[-232908,-137274],[-232175,-137475],[-214279,-137540],[-209753,-151507],[-213925,-145425],[-210978,-148164],[-210525,-146075],[-214125,-141125],[-205326,-136790],[-352614,-1650],[-353267,-341],[-357085,-3952],[-357027,-4119],[-353702,-3051],[-349401,-1857],[-348847,-2515],[-346875,-75],[-343175,-2125],[-334662,-2068],[-348979,20999],[-349671,21076],[-351116,17889],[-350910,14677],[-350403,11906],[-347268,11948],[-349133,12099],[-352458,12948],[-352722,20246],[-356689,18590],[-356201,19075],[-358040,17171],[-357925,21312],[-357288,3803],[-355563,6050],[-356941,487],[-355791,2297],[-353381,381],[-355004,6545],[-352925,4525],[-350839,2167],[-349911,2221],[-347912,1738],[-348423,975],[-345267,797],[-344783,3087],[-344786,323],[-345081,2724],[-348216,3479],[-347796,3951],[-339501,528],[-339175,875],[-358662,-929],[-358706,-574],[-360479,18031],[-362314,19765],[-360712,11563]] \ No newline at end of file diff --git a/src/gathering/item-6003.json b/src/gathering/item-6003.json new file mode 100644 index 0000000..d1f40f2 --- /dev/null +++ b/src/gathering/item-6003.json @@ -0,0 +1 @@ +[[557537,135680],[603327,44385],[599304,52707],[594687,62888],[586951,93129],[584923,78697],[597575,94575],[580287,108907],[586024,104396],[592775,112775],[583345,118975],[577502,133421],[563880,128599],[565621,138483],[572236,143499],[646694,30504],[658017,14970],[655684,68785],[644275,84986],[633225,83125],[623314,87342],[678446,48984],[695017,97271],[675951,104918],[-115069,99847],[-114975,100075],[-107725,100519],[-107579,101680],[-106495,96019],[-106686,96160],[-106947,93232],[-117162,93044],[-116708,93592],[-116030,93769],[-117578,98258],[-117716,98451],[-117108,100248],[-116908,100120],[-116413,92717],[-116669,92005],[-115730,92390],[-115918,92270],[-116839,92205],[-117975,86925],[-117001,87303],[-119038,86180],[-118701,85615],[-117012,86582],[-118192,85930],[-118098,86306],[-117834,86297],[-117229,85806],[-111198,102478],[-111042,102130],[-110124,100103],[-110570,94508],[-110375,94725],[-119025,99975],[-116286,92848],[-106443,92047],[-103067,96487],[-103182,96184],[-111240,90040],[-110301,92072],[-110502,91963],[-112375,90631],[-106338,92203],[-113206,93345],[-113399,93274],[-123303,145744],[-123242,145514],[-123021,145586],[-122556,147741],[-122616,147971],[-122334,147813],[-125289,141935],[-125511,141863],[-124343,141847],[-124283,141617],[-124061,141689],[-119176,142044],[-118893,141886],[-119115,141814],[-120676,146507],[-118858,144651],[-118576,144494],[-118797,144421],[-120736,146737],[-120454,146579],[-120637,149410],[-119411,148868],[-119351,148638],[-119129,148710],[-115992,146688],[-116274,146846],[-116741,144223],[-117241,145646],[-116214,146616],[-117181,145416],[-116959,145488],[-112925,144825],[-115369,141281],[-115699,143657],[-115309,141051],[-115417,143499],[-115639,143427],[-115087,141123],[-113641,142320],[-113701,142550],[-113419,142392],[-117559,140667],[-117498,140437],[-117276,140509],[-112997,104013],[-117722,103473],[-116272,104514],[-117433,109162],[-115445,144643],[-114061,144889],[-110748,142813],[-110854,142657],[-110870,142451],[-109266,140738],[-109175,140475],[-110801,139999],[-110680,140360],[-113011,144672],[-112458,143674],[-109052,140842],[-110893,140256],[-108577,137115],[-113275,110275],[-112911,104234],[-110325,103925],[-115993,104232],[-103805,123995],[-108560,137320],[-182131,154232],[-181964,156615],[-2252,29046],[-423,32997],[-4401,29483],[-7632,26241],[-6713,26991],[-13674,23089],[-35904,33600],[-50295,49023],[-50487,48851],[-50128,48937],[-49923,48945],[-50168,50614],[-19416,27671],[-18022,25525],[-22504,21425],[-20525,21725],[-24532,18376],[-28576,19325],[-26802,61542],[-26441,61421],[-28705,65404],[-24525,61875],[-24408,71072],[-20036,65754],[-19773,65828],[-24454,80534],[-24611,80699],[-25108,81011],[-23412,82889],[-19498,81699],[-21587,82669],[-21383,82566],[-27033,79305],[-26847,79283],[-24367,78857],[-24044,78842],[-21835,77846],[-21921,77625],[-21023,70129],[-20785,70135],[-20124,65974],[-24283,61945],[-19603,60438],[-19714,60637],[-22911,60637],[-22928,60874],[-25201,59945],[-26093,58057],[-46957,77906],[-24841,59822],[-26286,58215],[-72725,50975],[-51408,47884],[-52159,49706],[-52368,49688],[-51844,49559],[-51690,49391],[-51316,50022],[-52836,48753],[-59251,101424],[-55527,99030],[-65588,95451],[-57363,96630],[-66156,91718],[-63025,92475],[-64237,90196],[-68689,65657],[-70375,69025],[-66550,52502],[-68351,54784],[-67956,58448],[-64694,60260],[-63371,56671],[-59506,60645],[-91292,117983],[-94635,120436],[-92386,124084],[-98624,123735],[-99561,129596],[-99894,119778],[-97476,117632],[-101753,126328],[33647,60401],[36369,54235],[35725,56675],[35606,59883],[37534,57788],[34683,58641],[37711,56017],[133976,313325],[133718,313416],[133772,313647],[133628,312952],[130499,310900],[130741,310774],[132074,312460],[130586,311121],[131714,312584],[131869,312478],[132426,314645],[136179,320207],[136372,320136],[128133,325813],[134282,325095],[134525,324975],[134127,325266],[133970,325097],[141639,322023],[141381,322074],[141721,324862],[141572,325412],[133825,329375],[134425,327921],[133610,329373],[134362,327679],[134268,327841],[132125,326675],[131916,326712],[132606,331078],[132333,331099],[132325,331336],[135175,330825],[134138,329985],[135413,331117],[133270,331706],[135096,331068],[133404,331521],[133855,329664],[135775,332425],[137363,328647],[128025,325975],[126306,326156],[126440,325972],[138916,327462],[134354,326826],[135720,327032],[137239,328812],[138762,327629],[132473,312894],[129125,311125],[132943,314027],[134746,331686],[136816,330495],[138341,330571],[137214,328998],[125303,325482],[125025,326375],[133075,325725],[125325,326025],[125413,326742],[125172,326962],[125014,326200],[128361,330054],[129671,326005],[130053,326827],[133882,315016],[-103003,57527],[-107662,59242],[-102592,56419],[-9762,23835],[-12692,25252],[-95823,71758],[-99877,66919],[-99676,64201],[-99550,57383],[-97144,56873],[-92863,54432],[-93322,56559],[-95733,55925],[-97846,56513],[-96957,56091],[-95082,69013],[-95791,65472],[-96325,56825],[-94614,59358],[-97149,61444],[-95494,57472],[-96078,63401],[-57924,71452],[-56975,71625],[-62863,79012],[-60667,72707],[-58246,70713],[-58071,71664],[-57855,72724],[-58494,72274],[-60242,73641],[-62774,72850],[-61612,72681],[-61903,73749],[-60750,71313],[-61418,74728],[-62903,74371],[-63992,75187],[-63648,72766],[-58444,70315],[-58161,70438],[-66075,75364],[-65039,74526],[-65721,74422],[-61625,79425],[-67890,74845],[-67734,74638],[-68086,76331],[-68875,76575],[-70075,78525],[-71164,78616],[-72260,91962],[-73421,89963],[-74881,81770],[-74537,82959],[-73725,81525],[-75675,79975],[-77395,76514],[-76687,77484],[-72225,78225],[-65466,78999],[-73020,88585],[-73820,92950],[-73172,92192],[-70863,93589],[-71947,94927],[-71156,94360],[-71006,95308],[-72144,96296],[-71592,93808],[-71389,96995],[-70642,96566],[-70728,90736],[-71004,89117],[-69975,89025],[-74907,85226],[-75975,84775],[-75274,79343],[-72172,81506],[-70528,83424],[-75285,78520],[-76046,79117],[-76175,77875],[-74595,77724],[-75136,76342],[-75093,76639],[-75401,75509],[-76194,73242],[-74938,76463],[-73358,73598],[-74595,73528],[-72674,74991],[-71118,75007],[-71550,76319],[-70047,75207],[-73740,75514],[-72977,76835],[-69347,74634],[-66286,74358],[-76265,74356],[-74129,72494],[-75091,72721],[26783,-11245],[25984,-12541],[30231,-22045],[30551,-21398],[29714,-21237],[31135,-18441],[29961,-18134],[31435,-17238],[29275,-22325],[25222,-21052],[27916,-20864],[26730,-21890],[25478,-16304],[27267,-18331],[26009,-18313],[26567,-16760],[25926,-16553],[28639,-14153],[26447,-25051],[24819,-27796],[28713,-25609],[26425,-25725],[30782,-19093],[25814,-26511],[25193,-26508],[24127,-23862],[24559,-21595],[26392,-21688],[25291,-21998],[29247,-21701],[24904,-20621],[26074,-17384],[24907,-17051],[25530,-17785],[27979,-18009],[26119,-14608],[30836,-14856],[28594,-24238],[29885,-19021],[697034,142137],[671033,150784],[-198458,-192782],[-200575,-82325],[-231275,-146825],[-235575,-137225],[-233575,-131925],[-234023,-129809],[-235171,-129114],[-232396,-126332],[-231775,-126225],[-218574,-134100],[-217870,-141227],[-217461,-138807],[-220592,-139343],[-221104,-134591],[-223372,-134314],[-215825,-129625],[-219713,-130299],[-231557,-118511],[-226321,-127291],[-231986,-115895],[-236124,-117222],[-236977,-125231],[-236801,-121946],[-212825,-150575],[-210589,-151759],[-211533,-147684],[-212525,-143375],[-214675,-142225],[-206314,-99266],[-206831,-97275]] \ No newline at end of file diff --git a/src/gathering/item-6004.json b/src/gathering/item-6004.json new file mode 100644 index 0000000..711ec42 --- /dev/null +++ b/src/gathering/item-6004.json @@ -0,0 +1 @@ +[[240208,-13113],[237575,-11525],[239113,-10175],[238494,-23236],[237472,-24404],[240840,-21869],[235150,-26752],[239806,-30052],[240214,-30432],[253699,-36618],[281346,-18035],[265456,-28999],[265967,-28874],[260556,-25016],[260581,-24762],[260185,-24711],[260878,-24969],[272344,-20026],[277041,-21611],[277314,-21024],[276675,-19875],[278220,-20095],[278225,-21075],[277292,-21231],[280450,-19834],[282167,-21346],[269945,-21428],[269783,-20059],[271176,-20623],[269761,-20345],[269515,-20062],[274584,-19412],[277484,-18916],[267686,-21300],[271932,-15802],[271325,-18375],[246872,-21308],[246275,-175],[245142,-33890],[245489,-33966],[247654,-33088],[239402,-30470],[240128,-30816],[241960,-30056],[240960,-28282],[235583,-26314],[230619,-15913],[234743,-14274],[223604,-17480],[221999,-13071],[225771,-18279],[225277,-18532],[224925,-15275],[253275,-5575],[253915,-5587],[253667,-5169],[225375,-12275],[243285,-30057],[244294,-30004],[245875,-30425],[248275,-30375],[250652,-33206],[246224,783],[246725,775],[236305,5285],[279454,-46709],[277568,-22672],[277867,-22379],[276876,-21215],[277125,-20775],[273455,-23904],[273217,-24325],[274439,-21266],[273229,-16731],[273139,-17243],[273475,-17175],[269109,-20183],[271475,-22125],[270195,-20042],[269900,-19641],[266571,-22700],[266907,-23105],[271380,-22491],[266108,-28563],[270633,-27350],[266173,-26784],[260913,-24323],[258284,-25130],[264647,-15480],[264812,-14774],[264424,-14774],[266476,-11931],[265838,-12135],[266123,-11632],[266918,-13730],[270895,-15142],[272304,-14993],[264770,-13376],[256144,-41906],[258025,-40175],[256399,-38252],[273758,-66330],[270827,-59383]] \ No newline at end of file diff --git a/src/gathering/item-6005.json b/src/gathering/item-6005.json new file mode 100644 index 0000000..f2cd2c4 --- /dev/null +++ b/src/gathering/item-6005.json @@ -0,0 +1 @@ +[[15026,-65002],[16004,-65228],[14398,-64691],[15294,-65822],[14407,-65713],[15857,-64627],[-105425,-74625],[-107325,-70125],[-114652,-77227],[-116098,-76365],[-112015,-73317],[-111323,-78046],[-110384,-83159],[-107835,-80883],[-105723,-83732],[-104677,-79735],[-72084,-104360],[-69354,-102542],[-72264,-106633],[-83970,-111350],[-80660,-105477],[-82811,-105967],[-80481,-107323],[-82872,-113382],[-89010,-77282],[-77285,-76997],[-75049,-74783],[-82765,-88597],[-86391,-101505],[-69722,-97950],[-69039,-98384],[-68871,-95662],[-101645,-91812],[-98425,-77725],[-95746,-75881],[-88775,-98080],[-97737,-72833],[-102185,-81362],[-99615,-73293],[-100020,-83040],[-1415,31490],[-5333,29572],[-11764,25015],[-8933,23904],[-22187,17459],[8375,33625],[10986,36898],[16262,37746],[21797,37777],[32875,39375],[35102,40755],[26551,42892],[31199,41943],[38375,40614],[40366,42757],[42812,44058],[21672,46944],[20237,49152],[16925,43475],[20247,43519],[15192,48816],[12322,50311],[15035,41350],[23125,40975],[11925,43125],[10551,45781],[8925,40975],[8469,46437],[2525,35475],[45303,36676],[45247,39090],[-188404,-265],[-192225,-1075],[-192104,-1773],[-194523,-2678],[-193129,-531],[-196677,-1350],[-197076,-1417],[-197901,-975],[-196925,-25],[-196194,-296],[-198063,-2706],[-191409,-666],[-195163,-3503],[-192293,-3909],[-192921,-2180],[-192914,-2995],[-196343,-3541],[-195514,-4162],[-198275,-3023],[-195129,-1658],[-187399,2641],[-188994,2321],[-183565,3313],[-197328,1350],[-197625,1825],[-197347,2811],[-197019,3092],[-193905,2646],[-192357,594],[-192356,1787],[-194517,1374],[-189686,472],[-190854,2234],[-190100,2561],[-190953,673],[-191604,1922],[-195742,2980],[-191052,3868],[-195775,575],[-219490,-1108],[-220579,-268],[-221471,-501],[-236850,5108],[-235412,5486],[-235628,7142],[-234402,10090],[-230871,16238],[-222214,7289],[-220678,7399],[-228593,18069],[-229376,17519],[-229312,19312],[-231968,19896],[-230395,17592],[-230296,15454],[-227680,23177],[-239723,14289],[-238766,16324],[-235152,14093],[-231192,20826],[-236648,12446],[-244870,18350],[-241007,13288],[-249170,9857],[-246380,12278],[-242513,16749],[-243745,8134],[-244024,15120],[-248701,11543],[-249278,15875],[-250667,13544],[-249425,5325],[-215100,9305],[-218646,7398],[-232884,9624],[-232773,15655],[-234155,8642],[-232407,7762],[-232313,6897],[-233368,7599],[-237921,4475],[-236417,6037],[-236904,3949],[-235610,4619],[-234281,5610],[-220420,4500],[-220166,5691],[-219025,1025],[-49141,4249],[-43353,1719],[-45817,6758],[-47658,16335],[-41197,14430],[-51033,18270],[-37625,9625],[-34741,15243],[-31758,11222],[-30475,15575],[-34026,18888],[-35346,21877],[-33650,22014],[-34219,24579],[-33969,35907],[-34657,38083],[-38220,30729],[-36669,28312],[-36284,35805],[-35997,40161],[-38284,37381],[-40276,40252],[-37926,35692],[-25029,20935],[-24727,24992],[-24823,22767],[-26670,12321],[-28298,18279],[-26855,19259],[-22962,19682],[-31760,22976],[-35225,25975],[-34883,27367],[-44730,21070],[-38538,17859],[-38532,33968],[-38814,23377],[-38883,28032],[-36410,24104],[-39925,30425],[-42052,30095],[-61178,3233],[-64328,5660],[-61899,10307],[-63949,7336],[-63572,8326],[-62566,10477],[-62941,6550],[-62880,11766],[-62398,13027],[-60822,12423],[-61691,12743],[-61515,11717],[-63282,13412],[-62886,15281],[-61447,18337],[-60529,17806],[-58026,20152],[-57549,18980],[-60647,12926],[-60731,13817],[-59725,11625],[-60499,11363],[-59351,12556],[-57879,12986],[-58639,13708],[-59803,16727],[-57047,463],[-56887,5326],[-51502,8939],[-55382,20236],[-56994,19895],[-58071,18340],[-58087,16558],[-56470,13751],[-54778,14603],[-56984,12542],[-54506,9865],[-55957,12067],[-311139,-252283],[-316917,-251613],[-315858,-244602],[-316655,-244057],[-316632,-243078],[-317711,-251653],[-316393,-253019],[-318895,-243218],[-320236,-251186],[-330175,-243425],[-338246,-240188],[-337682,-241122],[-335680,-241141],[-335125,-242222],[-335775,-240175],[-333168,-243207],[-340275,-243075],[-339329,-240335],[-340132,-241778],[-313621,-252469],[-311457,-254121],[-311969,-252614],[-312678,-255130],[-340800,-253478],[-323651,-241371],[-322667,-240199],[-326013,-240506],[-319517,-241165],[-317163,-241445],[-315567,-242572],[-314403,-241933],[-355550,-259916],[-354793,-261623],[-357629,-263686],[-356531,-268565],[-356775,-270775],[-355325,-270875],[-358325,-260975],[-356470,-262647],[-357859,-273412],[-354019,-273000],[-352536,-273072],[-355425,-273175],[-354057,-270234],[-350561,-272539],[-350830,-269553],[-351878,-271408],[-349208,-270194],[-348560,-265908],[-347016,-272840],[-347825,-273375],[-345836,-272776],[-347638,-272109],[-349425,-274047],[-346392,-274431],[-347747,-270983],[-346328,-269313],[-345720,-271083],[-347275,-267125],[-348577,-267966],[-343351,-271886],[-343675,-274203],[-341290,-273381],[-340442,-272045],[-340675,-274425],[-339376,-270317],[-340935,-269242],[-340275,-265875],[-337626,-272659],[-335652,-271426],[-335006,-273716],[-333125,-273025],[-334732,-270095],[-333775,-271725],[-331596,-271250],[-329127,-270718],[-338710,-267222],[-324624,-269550],[-322977,-270223],[-322925,-268325],[-322210,-271138],[-318520,-270451],[-316532,-271646],[-320755,-270213],[-319375,-268575],[-319592,-271644],[-318082,-267627],[-318005,-265199],[-315045,-270442],[-316866,-268953],[-314282,-267044],[-315742,-265683],[-316543,-264510],[-314141,-263634],[-320444,-272353],[-312152,-267274],[-311098,-267742],[-311456,-265655],[-314425,-268125],[-310881,-255976],[-318784,-259111],[-317675,-261375],[-318975,-257921],[-317015,-257773],[-311105,-258584],[-314127,-258277],[-342735,-256192],[-348610,-261756],[-346543,-263778],[-345865,-270732],[-347075,-270625],[-352765,-275765],[-347345,-275390],[-351481,-275124],[-347787,-274360],[-344752,-274640],[-346694,-275267],[-347371,-276287],[-355727,-274913],[-357688,-271967],[-357725,-274025],[-348525,-275725],[-359100,-264975],[-361300,-259996],[-361571,-268132],[-360172,-268335],[-361721,-265455],[-359606,-270811],[-360825,-271425],[-364544,-269214],[-363044,-270732],[-361460,-269584],[-361547,-270863],[-363209,-267009],[-364175,-263275],[-364536,-264322],[-359774,-273651],[-361897,-268835],[-365078,-270068],[-362411,-272648],[-364237,-268222],[-363925,-267475],[-365925,-268375],[-365941,-260444],[-364362,-260313],[-365165,-260380],[-363675,-260675],[-360363,-260023],[-360980,-259608],[-367251,-267773],[-366451,-267429],[-367325,-260175],[-370284,-271217],[-367959,-272539],[-368226,-269110],[-366823,-273767],[-366631,-271073],[-152518,-202416],[-150025,-203175],[-147861,-202599],[-146725,-202425],[-141488,-244041],[-139082,-246210],[-138825,-248725],[-139939,-247946],[-135625,-246375],[-131575,-248475],[-141168,-244075],[-135275,-242225],[-133880,-242702],[-129759,-243923],[-130775,-242625],[-128595,-242015],[-128915,-241981],[-133171,-249061],[-135359,-246064],[-134712,-255644],[-135207,-259298],[-134725,-264575],[-135890,-259745],[-134088,-258978],[-168295,-234614],[-171214,-234920],[-170447,-235619],[-172417,-234275],[-171986,-234395],[-173877,-235004],[-173392,-234226],[-157619,-253111],[-160484,-254396],[-162660,-251544],[-161726,-254020],[-318025,-243825],[-323117,-243233],[-323925,-242325],[-331875,-251075],[-334075,-247636],[-336520,-243274],[-334247,-242653],[-342069,-251872],[-341025,-247025],[-352817,-247081],[-353408,-244721],[-354164,-255269],[-354968,-240503],[-353386,-241736],[-358208,-238744],[-317647,-242253],[-320512,-242820],[-333438,-240057],[-336935,-239712],[-320324,-241929],[-318912,-241610],[-357175,-260175],[-353346,-261953],[-356217,-271874],[-352699,-270392],[-356996,-265149],[-355978,-263999],[-348619,-271948],[-348878,-269197],[-355194,-269606],[-344126,-270261],[-342182,-268771],[-338511,-271749],[-337100,-261761],[-322075,-266965],[-322041,-266239],[-320692,-268480],[-324975,-271025],[-324126,-268601],[-320322,-270889],[-319275,-266375],[-318663,-268064],[-316149,-265747],[-315199,-265600],[-319614,-266028],[-318754,-258573],[-331790,-257150],[-344669,-272243],[-352618,-274496],[-350758,-276538],[-356475,-272925],[-356259,-264349],[-351035,-89055],[-345513,-86730],[-355875,-88775],[-342501,-84240],[-341049,-85005],[-358125,-89525],[-357632,-87206],[-347540,-91740],[-358035,-82560],[-357075,-84675],[-353712,-90507],[-353644,-85431],[-350179,-90174],[-379695,-143526],[-379250,-142391],[-380106,-142750],[-378385,-142719],[-380898,-143254],[-380625,-142309],[-375045,-136549],[-373416,-134329],[-373525,-131375],[-374950,-131228],[-373143,-129360],[-372542,-126307],[-372613,-125986],[-372897,-125913],[-372642,-126596],[-372990,-126471],[-372500,-127456],[-374418,-126157],[-371891,-126179],[-374116,-128007],[-373458,-132766],[-372015,-121170],[-368206,-119206],[-367479,-119281],[-360993,-116514],[-359605,-113152],[-359982,-113159],[-360126,-113625],[-359908,-113483],[-359925,-113775],[-360075,-112825],[-360425,-111975],[-361610,-112553],[-361790,-107621],[-361575,-112875],[-362057,-105735],[-362482,-106749],[-362288,-105922],[-363138,-109092],[-361780,-106262],[-362216,-104121],[-362935,-102224],[-384007,-105758],[-379952,-104692],[-379487,-105384],[-380870,-104848],[-382605,-106155],[-382182,-106161],[-381125,-106382],[-379425,-106275],[-380265,-106739],[-379606,-107824],[-381597,-107832],[-370176,-102638],[-368553,-106479],[-370338,-102303],[-368482,-106069],[-368887,-106085],[-373635,-105306],[-372918,-104751],[-370650,-102718],[-373113,-104573],[-373672,-103077],[-373425,-104525],[-375450,-115472],[-363946,-113003],[-365378,-113190],[-365297,-114814],[-365173,-113289],[-375175,-115475],[-379481,-123447],[-380583,-125858],[-375716,-126079],[-382174,-116328],[-376006,-119176],[-389090,-118878],[-392954,-121257],[-384775,-133475],[-385362,-133166],[-381833,-131442],[-382738,-130745],[-380465,-130458],[-381425,-130225],[-383207,-130769],[-382447,-130633],[-385463,-141894],[-383928,-142892],[-385146,-133633],[-385895,-133575],[-383425,-141075],[-382525,-141725],[-381900,-142140],[-381907,-141570],[-382983,-141822],[-383635,-142032],[-377439,-137381],[-377145,-138784],[-376818,-138816],[-377343,-139062],[-376875,-136908],[-375473,-134290],[-374940,-133954],[-375190,-134281],[-375223,-133963],[-375224,-130941],[-375525,-134025],[-375002,-134213],[-373784,-132423],[-374478,-126608],[-373969,-126872],[-381137,-130853],[-380393,-129454],[-378680,-128879],[-376139,-129404],[-375725,-127425],[-379964,-129800],[-362883,-109754],[-362744,-109492],[-362633,-110426],[-362937,-109325],[-362871,-109123],[-362715,-113773],[-361875,-112697],[-373636,-127780],[-376308,-130274],[-375921,-129393],[-373708,-129673],[-375673,-127988],[-375294,-127893],[-376503,-128552],[-375358,-128301],[-373266,-128116],[-373883,-127662],[-375023,-129043],[-373722,-128173],[-358476,-253635],[-359025,-240425],[-367709,-249270],[-367811,-245843],[-359426,-255595],[-371225,-247075],[-359524,-258354],[-361175,-263865],[-360035,-262377],[-358894,-266730],[-360175,-270225],[-363131,-262792],[-359360,-269522],[-364764,-259939],[-359430,-260298],[-361631,-260281],[-363322,-259815],[-366925,-267175],[-372337,-259069],[-374075,-259425],[-358953,-81177],[-363861,-101993],[-363183,-100555],[-363975,-101075],[-364869,-100239],[-361319,-87250],[-360473,-86874],[-360638,-88609],[-366233,-95254],[-365324,-92193],[-366981,-91637],[-364599,-91113],[-367186,-87327],[-366828,-86911],[-366412,-85031],[-367293,-84768],[-362650,-84311],[-362175,-82975],[-361219,-85940],[-359632,-82887],[-362177,-85418],[-360436,-84596],[-363766,-92980],[-358909,-91495],[-358838,-83006],[-361217,-81069],[-359924,-80931],[-368572,-87184],[-369224,-85312],[-370136,-84739],[-368700,-80445],[-371067,-84607],[-372625,-80875],[-372425,-82125],[-369125,-79745],[-367938,-86869],[-367495,-81141],[-366450,-80199],[-364822,-83915],[-363058,-82214],[-364879,-82794],[-373131,-81592],[-372300,-78489],[-371555,-78204],[-378421,-96006],[-375102,-97480],[-379310,-95990],[-378703,-94928],[-373780,-93255],[-147455,-203256],[-150035,-201474],[-139401,-247256],[-131886,-248654],[-141401,-244300],[-129672,-244182],[-139203,-248628],[-135581,-245966],[-130988,-242820],[-133715,-258099],[-136559,-261074],[-171137,-232955],[-173625,-234451],[-174110,-235229],[-166998,-244122],[-170680,-235844],[-158045,-253532],[-160900,-253604],[-155153,-256235],[-158436,-255943]] \ No newline at end of file diff --git a/src/gathering/item-6006.json b/src/gathering/item-6006.json new file mode 100644 index 0000000..2b17e81 --- /dev/null +++ b/src/gathering/item-6006.json @@ -0,0 +1 @@ +[[-204674,4906],[-204679,5099],[-204137,8645],[-203551,9298],[-203417,9724],[-204575,9625],[-204560,9437],[-202668,10077],[-248943,-27128],[-250923,-25466],[-248113,-24579],[-241399,-8973],[-242162,-7293],[-241121,-4121],[-241984,-2808],[-234347,-1166],[-250534,-9685],[-254884,-9971],[-249867,-11029],[-248315,-10332],[-247483,-7235],[-249155,-3806],[-248716,-5333],[-255368,-14962],[-248869,-18145],[-246114,-18575],[-252006,-20983],[-249126,-21812],[-247247,-20578],[-249978,-19626],[-216079,-33070],[-215742,-32650],[-210959,-33354],[-212610,-12719],[-215001,-11510],[-205352,7621],[-210027,9045],[-210416,7908],[-209013,7379],[-208579,8678],[-209345,10126],[-210925,9125],[-209067,9779],[-208696,10147],[-208086,9115],[-206389,6828],[-206815,7854],[-207266,9394],[-206143,7779],[-206928,8683],[-206150,9083],[-207745,7061],[-204971,7125],[-206136,10285],[-261761,-32069],[-260459,-25119],[-258731,-24555],[-256207,-18189],[-257595,-7610],[-258677,-5870],[-661,-29971],[-748,-31032],[-145,-28976],[1921,-29607],[1834,-30816],[610,-29259],[3055,-30831],[685,-30158],[4075,-29825],[3453,-30378],[-247208,21288],[-253031,30557],[-251019,29596],[-252619,30471],[-251639,31633],[-253833,32409],[-299474,8271],[-296511,6668],[-296125,8625],[-257102,16676],[-257672,27226],[-258473,31221],[-258090,31306],[-262245,39596],[-262579,40740],[-263969,40653],[-264484,39835],[-264805,40502],[-262823,43129],[-259865,30182],[-270095,23234],[-271728,26000],[-277476,25635],[-278113,20047],[-277532,22420],[-271971,21192],[-276449,16919],[-272429,10566],[-284325,16799],[-299349,24758],[-300826,20216],[-304012,12961],[-294005,14797],[-288121,7063],[-284720,8407],[-281767,11240],[-287807,13719],[-278344,17299],[-277875,17475],[-277934,18721],[-270375,11724],[-268905,13511],[-271281,50976],[-279319,8602],[-271638,51792],[-271033,52671],[-270037,52863],[-269890,54223],[-269251,54810],[-335530,5635],[-335257,5941],[-335725,6325],[-331231,3930],[-332973,7790],[-334037,7837],[-326720,5142],[-327212,5620],[-327519,4850],[-329235,4300],[-326675,4775],[-333841,18264],[-334125,18125],[-333518,17853],[-332378,13145],[-335691,12435],[-330940,8139],[-330596,8634],[-332526,7814],[-332491,8515],[-332683,10783],[-331176,12657],[-332477,12332],[-332760,12738],[-341748,16035],[-341061,15833],[-341435,16356],[-339875,18375],[-339807,17685],[-340478,18147],[-147675,23175],[-146655,21838],[-144945,21757],[-145225,22025],[-153375,797],[-153475,2025],[-139568,16949],[-186279,-33753],[-186145,-26657],[-186985,-26370],[-186327,-27025],[-183720,-34148],[-183679,-33703],[-183404,-32980],[-182776,-33476],[-175223,-32649],[-174553,-31271],[-174555,-30936],[-173603,-26357],[-171075,-26875],[-172369,-25559],[-176860,-32452],[-166859,-26023],[-167175,-25775],[-186761,-39113],[-186520,-38566],[-183775,-23380],[-183280,-23671],[-185825,-38425],[-159343,21707],[-158826,21944],[-160572,16769],[-161845,16307],[-164775,15075],[-168760,11953],[-168038,10923],[-168955,11656],[-173417,5595],[-175825,9275],[-153935,553],[-153962,1586],[-154268,1064],[-176454,13035],[-174767,14340],[-167198,14833],[-167095,22326],[-174541,10627],[-171523,12010],[-164648,16444],[-164415,19130],[-172842,16831],[-163957,19582],[-163526,18854],[-176689,8085],[-165361,22766],[-167872,22761],[202442,3500],[202575,4025],[202063,3994],[241725,16475],[240225,14875],[237825,9675],[237475,10575],[236242,15554],[239288,16463],[240125,18275],[234574,14982],[236175,14829],[235632,13187],[236479,13218],[232626,19409],[236840,18119],[240175,16275],[236941,18815],[236467,18564],[233225,19375],[226825,16875],[225816,12587],[224776,25062],[228425,25275],[226225,26675],[233420,26709],[226194,29848],[226965,31111],[231725,30425],[230646,30962],[230975,31225],[231525,30025],[232975,29725],[226473,32396],[225956,34474],[224113,34686],[225781,32192],[228085,32976],[225125,23075],[231109,25857],[230859,26416],[231641,26206],[242725,26425],[242575,26125],[243600,24889],[243632,24374],[244033,24597],[244025,26175],[244071,24016],[243825,25675],[242725,20825],[240075,21325],[242811,19649],[243093,20742],[243573,20629],[228519,40287],[228826,40797],[228276,40623],[228646,41262],[229354,41596],[229528,38617],[226754,42427],[227804,37258],[228450,36702],[227640,37687],[228580,37493],[228347,37898],[227371,37235],[227925,38075],[226609,35387],[226080,35512],[225816,35133],[225029,40163],[224008,39847],[226206,42201],[226833,41964],[226360,42583],[224775,43825],[224791,44388],[225060,39804],[221905,41855],[222395,44262],[226379,46034],[224875,47375],[226492,46481],[226977,46407],[220223,35908],[220980,36220],[219734,35383],[223384,44774],[216275,31925],[215779,32044],[220300,34604],[223283,34657],[215906,31560],[217475,30725],[220993,30265],[220375,30158],[214795,26266],[216371,28262],[215820,26755],[215974,25579],[219227,25475],[222565,29036],[221607,29879],[222989,31241],[222939,34229],[222653,34934],[210575,29375],[215305,25080],[215589,25657],[219825,25625],[210775,31025],[211085,28416],[213891,16455],[214019,16958],[214725,15825],[210916,28114],[212052,12716],[211504,12751],[211795,12078],[209912,7893],[209288,8276],[209646,8547],[211072,8869],[210675,9075],[211140,9383],[210744,9921],[209875,6725],[211159,8321],[210321,9203],[210640,8190],[209833,9145],[214873,16224],[237075,9675],[238425,9725],[238375,10375],[238025,10275],[239575,16125],[240175,16675],[238575,9875],[235616,13803],[235297,15527],[234871,15570],[236129,13208],[235642,15279],[234458,15401],[232176,19252],[231143,19677],[239775,16825],[231813,20315],[232275,20125],[236643,14311],[225731,30475],[226025,30325],[226075,30098],[226209,31451],[224389,30036],[232338,30439],[232004,30666],[232625,30425],[232654,30047],[233375,30025],[226135,32054],[223836,34129],[242331,20439],[243325,20075],[224471,40216],[224716,39885],[224910,39293],[224539,39192],[224136,43487],[222868,37642],[223125,38225],[221529,41293],[221836,41068],[223718,43981],[224275,44475],[223771,44555],[223458,44290],[220504,35888],[220730,35954],[220983,35676],[223225,37675],[220212,35341],[220781,35031],[220425,29475],[221567,29005],[222026,29276],[224525,29625],[222832,34591],[224267,34298],[210394,28290],[210301,28808],[235022,14837],[239812,17453],[231419,26902],[232841,20181],[232425,29675],[227057,34801],[223055,35328],[224247,39320],[219933,34826],[210874,29066],[187475,-36575],[190155,-36973],[225253,-47651],[221012,-56902],[218136,-58215],[223500,-65758],[214847,-69151],[211185,-66842],[210624,-73831],[222962,-67507],[226806,-53378],[251188,-58130],[253407,-59205],[253779,-58833],[286225,-34425],[286587,-35735],[286458,-34073],[286813,-35395],[289439,-26897],[288171,-27696],[300193,-19662],[301461,-18864],[295789,-33242],[297057,-32443],[299051,-42168],[299277,-41828],[303928,-50251],[260861,-58219],[268214,-73762],[307104,-61786],[302609,-51024],[307155,-59643],[267675,-60125],[302382,-51363],[305129,-54659],[307375,-61425],[314507,-60627],[309182,-63608],[308956,-63948],[314733,-60287],[237318,-44615],[239955,-46195],[219706,-70621],[219454,-70323],[214796,-72884],[220054,-71779],[220306,-72076],[222464,-67643],[222809,-67030],[226819,-54117],[251889,-62313],[252360,-62440],[253374,-60726],[253846,-60853],[291172,-42613],[288576,-27103],[289023,-27761],[300598,-19069],[296194,-32649],[295568,-29069],[299769,-43048],[303148,-42916],[291369,-42044],[292467,-40112],[292269,-40681],[291158,-45520],[291355,-44951],[303313,-50872],[302080,-50811],[267518,-60407],[260407,-57971],[263006,-58729],[267328,-64299],[306535,-53035],[305472,-55037],[304080,-55282],[303116,-51441],[307505,-60764],[313781,-60102],[188856,-38335],[187552,-36124],[188225,-37925],[190103,-37968],[216808,-50306],[215598,-47911],[216337,-48181],[218419,-50098],[225668,-48021],[225675,-47575],[237725,-44275],[221314,-56991],[221201,-57298],[223925,-65679],[214554,-68348],[214531,-69154],[211762,-66604],[211025,-74225],[211049,-73751],[211575,-67125],[223915,-66129],[227230,-53299],[227220,-53749],[252288,-61957],[249812,-57384],[253773,-60369],[289085,-27435],[301125,-19425],[296703,-32981],[296857,-29672],[295067,-29246],[259660,-57688],[265066,-61868],[263455,-59207],[262746,-59633],[267591,-68699],[267335,-69178],[267375,-66075],[268541,-73982],[268953,-74431],[305858,-54319],[304466,-54564],[311169,-24669]] \ No newline at end of file diff --git a/src/gathering/item-6007.json b/src/gathering/item-6007.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/item-6007.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/item-6008.json b/src/gathering/item-6008.json new file mode 100644 index 0000000..9d9ef73 --- /dev/null +++ b/src/gathering/item-6008.json @@ -0,0 +1 @@ +[[-255625,-138275],[-255357,-136238],[-255253,-135077],[-253472,-128628],[-255691,-133241],[-253728,-128535],[-254625,-125875],[-254042,-127372],[-253948,-124266],[-255625,-160075],[-253626,-161409],[-254190,-163266],[-256203,-140090],[-258577,-144233],[-259825,-149425],[-261064,-147823],[-258875,-147575],[-258523,-147356],[-260077,-150633],[-259913,-144789],[-261183,-143410],[-262075,-142425],[-262700,-151842],[-263328,-152671],[-259916,-151344],[-258753,-154761],[-259020,-153808],[-265002,-154135],[-263881,-153669],[-259825,-156675],[-17990,-58596],[-17623,-55303],[-14687,-56074],[-14537,-52642],[-10975,-52175],[-8288,-51650],[-4774,-65498],[-2594,-65236],[-8610,-62511],[-10612,-58811],[-13866,-58844],[-13663,-57191],[-10925,-54960],[-7337,-56608],[-7775,-59525],[18137,-83357],[7287,-68564],[7601,-71392],[10717,-71174],[9737,-76012],[13975,-75782],[13158,-72397],[17187,-75373],[16925,-73575],[16300,-71975],[11065,-77587],[17342,-77937],[8973,-77039],[19830,-74759],[1780,-72110],[5344,-77815],[3670,-77300],[5675,-80779],[7528,-79229],[11125,-83625],[1074,-69978],[13996,-81309],[-191775,-192375],[-187263,-195814],[-236654,-192612],[-240764,-191027],[-243275,-190525],[-205003,-218396],[-206599,-209606],[551275,-103075],[541688,-22762],[563051,-92838],[574610,-41230],[576867,-36133],[575675,-31375],[565516,-97224],[565851,-98188],[566038,-98486],[569272,-95566],[568575,-94225],[567390,-89340],[567278,-88978],[574325,-91065],[573784,-96659],[579557,-93191],[578642,-94805],[580603,-91460],[578788,-86380],[571637,-86682],[571894,-79165],[573066,-80771],[572732,-77033],[577475,-79025],[576318,-78674],[577455,-75908],[572860,-72156],[569875,-76775],[568075,-73325],[567652,-67387],[568322,-67759],[569425,-69775],[575710,-68462],[569196,-64790],[569310,-66947],[573983,-64722],[573012,-66605],[568999,-60929],[571830,-62794],[571978,-58686],[-19738,-103854],[-44280,-105869],[-44202,-103879],[-43575,-104775],[-42820,-103587],[-43375,-105880],[-47323,-102802],[-46175,-103225],[-45324,-104798],[-48923,-103767],[-45215,-105921],[-44394,-102250],[-47631,-104959],[-3227,-105430],[-6453,-106682],[-3321,-102210],[-8853,-102702],[-48608,-105927],[-47204,-105936],[-48591,-104801],[-11457,-102578],[-15885,-104172],[-11211,-107666],[-50804,-105973],[-50396,-107482],[-49456,-107258],[-49675,-106175],[-47068,-106772],[-45947,-106290],[-22253,-97882],[-44488,-96331],[-42725,-96175],[-42852,-97127],[-45468,-96414],[-38938,-97331],[-39543,-97889],[-40379,-97770],[-42158,-97193],[-38779,-96207],[-45177,-93874],[-45574,-94731],[-46419,-94046],[-45508,-92146],[-47247,-96443],[-43521,-94035],[-42214,-94737],[-44201,-95018],[-42757,-92159],[-39934,-95140],[-38949,-94190],[-39077,-93156],[-40713,-93049],[-49268,-101072],[-48772,-95131],[-50364,-94143],[-48988,-93959],[-47570,-94806],[-50916,-100428],[-45875,-91125],[-48728,-87425],[-49806,-87036],[-50396,-85459],[-48941,-101997],[-41017,-74153],[-38856,-75387],[-41555,-78696],[-40255,-87662],[-40787,-86941],[-40109,-88683],[-39109,-88659],[-40994,-89902],[-38973,-89971],[-44090,-89866],[-43256,-83981],[-44175,-85175],[-42519,-84901],[-42395,-83626],[-45241,-85674],[-40775,-83675],[-43855,-83313],[-43299,-80693],[-45314,-81454],[-47379,-85791],[-46460,-85161],[-46665,-84074],[-45444,-84504],[-48079,-85215],[-45275,-82675],[-47193,-82220],[-44233,-81775],[-46591,-90413],[-42388,-91315],[-42471,-89803],[-39723,-90858],[-40331,-91955],[-39171,-91645],[-39320,-87675],[-48677,-83926],[-48737,-84772],[-50901,-86403],[-49442,-85513],[-45721,-83199],[-40148,-71876],[-38520,-71446],[-34354,-64928],[-3583,-99884],[-8065,-99285],[-5067,-96453],[-3740,-95969],[-720,-98037],[-4553,-93509],[-1873,-94040],[-4375,-90975],[-2151,-90455],[-594,-87820],[-48030,-80669],[-43083,-78119],[-42767,-78987],[-43991,-78007],[-43352,-75084],[-44144,-75414],[-46235,-73814],[-45340,-73307],[-45476,-71717],[-46816,-72758],[-44949,-69298],[-46156,-68867],[-47373,-69124],[-42336,-68610],[-43508,-69696],[-40282,-69073],[-40433,-67438],[-39376,-67962],[-47261,-77113],[-50148,-71628],[-49844,-72852],[-50725,-69625],[-49416,-73956],[-50421,-75316],[-50756,-74003],[-48593,-74848],[-48575,-72725],[-46813,-74685],[-47633,-75441],[-45297,-74329],[-45351,-77088],[-48959,-78431],[-50108,-78769],[-50867,-77586],[-47120,-79249],[-46360,-78502],[-46380,-76347],[-44274,-79262],[-49709,-83488],[-241,-94371],[-12378,-99388],[-18179,-100559],[-54821,-103977],[-55666,-103431],[-51908,-104347],[-53571,-104594],[-52209,-105159],[-54116,-103524],[-53113,-103740],[-53233,-102808],[-54820,-102715],[-56676,-104843],[-53338,-106403],[-52289,-106312],[-51851,-107744],[-52875,-100425],[-52975,-101325],[-53838,-99794],[-53846,-101281],[-51820,-99515],[-52710,-98213],[-52793,-99448],[-55017,-98480],[-55325,-97525],[-57219,-97958],[-58086,-98429],[-58425,-97425],[-53673,-98170],[-55708,-86641],[-62375,-83575],[-61320,-84113],[-61721,-83499],[-58763,-84176],[-59218,-84864],[-59575,-84375],[-56683,-84358],[-56807,-85650],[-60642,-81614],[-62181,-81833],[-61335,-81782],[-60049,-83630],[-57925,-96375],[-52033,-101258],[-52147,-84284],[-53724,-83469],[-59468,-78075],[-58383,-77790],[-59953,-79020],[-59150,-78989],[-59124,-77115],[-58277,-76838],[-61275,-80475],[-59619,-80876],[-58172,-79304],[-60285,-80256],[-57184,-77272],[-52968,-70480],[-53723,-72858],[-52675,-72075],[-54421,-70401],[-52120,-69658],[-53207,-76112],[-51894,-75650],[-52747,-78362],[-52396,-79568],[-53043,-77329],[-55579,-77942],[-53972,-78176],[-55782,-76131],[-55935,-73711],[-56223,-73039],[-56973,-76440],[-54954,-74463],[-55263,-71988],[-57541,-73290],[-55538,-81557],[-56599,-81020],[-55400,-80721],[-54710,-80160],[-57221,-82276],[-52137,-81534],[-51893,-80452],[-53372,-81303],[-54775,-99775],[-55413,-102088],[-54893,-101151],[575,-105975],[508,-103997],[3463,-101878],[155,-101602],[7986,-101077],[6724,-97720],[9455,-96444],[9186,-93602],[7535,-92784],[4201,-92698],[2970,-94597],[3153,-99249],[1688,-85691],[2384,-88344],[3750,-89517],[-365168,-399353],[-367910,-403534],[-19474,-108000],[-16359,-105396],[-12845,-107817],[-21588,-104856],[-18565,-140892],[-29197,-134635],[-21174,-145140],[-17948,-145670],[-19430,-142946],[-2039,-149727],[-4686,-147745],[-3685,-145490],[-330,-147278],[-5949,-143527],[-2603,-118739],[-1064,-120561],[-39588,-130472],[-38296,-134444],[-36923,-131701],[-35321,-134252],[-32715,-137455],[-31147,-133466],[-15743,-142092],[-29325,-138025],[-14801,-102413],[-33591,-126755],[-30491,-130837],[-37022,-127896],[-34343,-129530],[-32723,-132090],[-51184,-113286],[-47944,-115028],[-49150,-119027],[-13937,-146364],[-9551,-147035],[-12597,-145296],[-49298,-122039],[-50569,-126114],[-29225,-99568],[-29510,-97813],[-28178,-96129],[-32857,-97547],[-32864,-99932],[-42082,-96465],[-44699,-97134],[-47075,-94275],[-45061,-94788],[-42593,-94337],[-48925,-91525],[-49744,-92705],[-46018,-91730],[-33214,-91075],[-30625,-90875],[-32751,-86600],[-42137,-77485],[-43225,-90475],[-41092,-92245],[-29668,-70443],[-30817,-69707],[-31075,-67925],[-35540,-67338],[-29065,-65910],[-26925,-63525],[-23295,-61787],[-14824,-67550],[-13227,-69862],[-24661,-67065],[-42883,-69356],[-44416,-72198],[-45273,-75908],[-45612,-70909],[-48339,-73460],[-49136,-74642],[-47425,-74325],[-50590,-78352],[-47522,-78739],[-45299,-78506],[-50480,-79870],[-49022,-82940],[-20630,-62409],[-21689,-65290],[-57881,-120210],[-56172,-117936],[-52913,-115957],[-52480,-119054],[-52374,-120672],[-52417,-129930],[-55603,-129425],[-54021,-126491],[-57233,-124277],[-58047,-83781],[-55580,-83604],[-61684,-82483],[-56854,-75373],[-58487,-78579],[-59166,-79615],[-51922,-72534],[-52793,-75173],[-53768,-75071],[-53296,-79068],[-51777,-77136],[-54675,-78375],[-55491,-74072],[-57342,-71743],[-58443,-80043],[-53935,-81480],[-52856,-83471],[667,-149403],[2347,-122502],[1471,-117313],[12002,-105187],[14585,-104921],[24165,-146315],[24481,-141663],[30813,-142446],[34190,-142595],[28962,-138950],[49304,-123485],[46570,-125354],[37610,-116791],[42754,-116887],[43561,-113162],[36256,-120985],[42099,-120763],[26165,-108204],[23775,-104825],[22019,-108212],[16476,-108476],[19107,-104366],[33197,-126116],[26735,-124856],[28975,-126575],[27904,-123047],[23725,-125625],[18496,-118974],[21260,-121553],[17118,-115280],[5725,-125075],[2730,-147092],[6299,-146850],[7179,-144184],[12728,-144627],[15405,-142709],[18080,-140214],[18202,-142900],[31004,-136533],[23519,-137081],[25247,-138308],[20419,-138927],[20715,-136023],[18240,-137225],[13525,-138975],[13596,-136192],[14809,-100775],[16981,-94571],[20125,-94517],[36625,-79675],[46951,-69934],[49075,-82925],[35430,-73267],[37850,-77429],[43126,-68730],[36275,-75975],[45201,-67588],[37459,-71747],[38431,-69829],[19525,-100775],[23635,-100646],[18598,-97770],[21948,-97157],[16440,-101692],[38742,-82590],[39476,-85912],[41475,-83475],[43507,-86427],[44954,-83887],[38102,-91677],[41522,-92278],[37382,-95631],[44050,-93133],[46625,-90725],[40925,-98575],[45125,-96675],[41569,-95697],[49087,-102159],[48228,-94449],[50353,-93862],[50090,-90405],[48576,-98893],[23516,-95927],[26648,-94437],[49462,-87318],[61182,-102597],[63392,-104372],[65472,-107323],[66030,-104665],[60175,-77775],[58675,-76275],[59292,-69642],[58730,-73241],[57739,-71828],[56487,-70777],[57142,-68335],[55749,-66750],[54344,-69082],[54693,-63032],[62275,-76228],[62183,-72363],[59926,-74557],[52907,-66380],[53125,-81475],[54432,-84168],[58902,-85751],[58480,-88514],[66131,-94434],[66925,-96875],[65312,-96057],[65385,-98672],[60640,-100647],[57268,-96875],[53799,-94522],[58175,-92825],[54325,-99275],[62609,-101585],[51911,-89818],[53262,-86181],[-46337,-104008],[-44275,-102625],[-48275,-104375],[-45623,-105981],[-81448,-102478],[-83762,-104579],[-83159,-103971],[-79560,-103093],[-92922,-140506],[-92997,-139649],[-93872,-140454],[-93245,-106658],[-93808,-109215],[-92696,-111030],[-92915,-109718],[-91138,-111130],[-90243,-128555],[-90195,-129912],[-91192,-129314],[-91819,-132217],[-90925,-132625],[-91475,-134775],[-88420,-122866],[-88179,-124466],[-90838,-119181],[-89890,-121073],[-89683,-119275],[-89375,-120975],[-91902,-116999],[-91073,-116244],[-91704,-114654],[-92425,-113825],[-88837,-109316],[-88312,-108288],[-87075,-106925],[-90045,-108269],[-91455,-107596],[-93300,-106962],[-85277,-105028],[-75518,-89839],[-79229,-94570],[-78973,-93118],[-80277,-93940],[-81171,-96256],[-78154,-98920],[-80543,-100446],[-79670,-100195],[-77623,-91746],[-80201,-99253],[-80037,-97234],[-79634,-96400],[-78733,-102047],[-202675,-202275],[-201525,-196875],[-188859,-198545],[-187164,-199842],[-183986,-202902],[-184602,-201726],[-183407,-201104],[-185085,-199657],[-182048,-203783],[-180100,-202800],[-175951,-203572],[-183985,-207570],[-183255,-206806],[-184794,-206003],[-182304,-208940],[-181175,-206525],[-181441,-205085],[-178025,-208325],[-178575,-211225],[-180817,-211882],[-177773,-210200],[-233545,-184212],[-235861,-186208],[-231520,-188450],[-237806,-182486],[-236979,-184139],[-242440,-174941],[-245235,-169234],[-240608,-175478],[-246837,-170462],[-213470,-202509],[-204985,-204245],[-211946,-186406],[-232317,-189864],[-237688,-191447],[-243115,-187997],[-244104,-188607],[-246076,-183127],[-246868,-180920],[-237980,-157700],[-238818,-194270],[-234744,-194017],[-236795,-193482],[-231900,-156093],[-229817,-154097],[-233731,-158960],[-231426,-155665],[-219472,-219928],[-216825,-220425],[-211085,-219471],[-213424,-216631],[-215773,-213554],[-215361,-210496],[-207225,-207275],[283725,-25775],[286816,-20968],[280694,-7364],[285663,-11100],[290327,-14468],[288755,-23740],[292616,-15131],[294555,-12675],[303727,-24812],[292000,-18008],[306091,-23073],[306725,-28125],[303715,-30018],[304103,-33910],[302310,-35054],[306165,-32249],[302707,-39321],[300985,-40988],[299216,-43661],[297610,-46794],[298475,-49725],[288775,-12175],[300364,-12516],[304594,-13264],[303091,-11505],[307119,-16221],[302725,-48525],[292060,-56934],[301525,-51475],[294331,-62955],[289393,-52931],[293955,-60264],[295617,-67907],[308725,-22575],[309225,-25275],[315627,-74458],[314825,-69525],[309317,-59552],[390525,-625],[395725,-7525],[405004,-5823],[405925,-9375],[393856,3370],[393471,6405],[395649,4860],[408362,919],[395808,14838],[403510,15215],[401817,16411],[406401,14915],[404040,17240],[397875,24375],[407920,22081],[407177,20729],[399249,27469],[398272,29989],[396175,29525],[403473,29059],[396170,38752],[396725,41175],[397772,43263],[401360,43389],[400051,38058],[405027,43531],[405787,48969],[400286,41873],[402022,46498],[396649,10235],[394045,12029],[398257,7736],[407425,11375],[408675,8575],[389213,9990],[391030,11081],[391102,15664],[390572,72532],[392025,70025],[392772,65731],[391604,66602],[394243,71095],[394632,68114],[403743,60881],[398606,63839],[403457,66662],[407543,62700],[403775,90175],[401845,95980],[397565,83652],[396571,81549],[400740,71590],[394919,99986],[409025,112097],[410875,-5725],[415225,-5375],[428200,-17127],[421133,-19883],[419225,-17325],[421743,-18991],[435011,-664],[431253,793],[436445,1231],[440965,5323],[439025,7975],[444510,12568],[439736,13437],[442865,14528],[441804,21987],[449460,15637],[447843,19478],[444509,29169],[447640,33095],[446175,40975],[445125,39175],[440741,35228],[440580,37676],[440979,39985],[447281,35545],[443829,45828],[447825,45225],[434170,49249],[414451,18584],[413575,21853],[411139,27091],[441291,24080],[431128,48645],[432725,47025],[430704,45036],[421620,50851],[428066,49959],[438220,35791],[452353,18287],[456127,15354],[460091,5269],[458502,9549],[453276,5834],[453948,4079],[454169,10686],[450005,10530],[448613,6274],[445689,2158],[411828,11370],[409958,12503],[411324,7582],[418034,42237],[423203,56647],[412225,69625],[420034,59700],[432733,56075],[415723,102441],[429669,52274],[412429,112637],[482678,-11294],[478377,-10299],[478246,-1105],[474629,-562],[483372,-1076],[501525,51075],[499175,50075],[507715,51089],[508435,49093],[508795,48394],[508077,48483],[506155,47144],[498220,47238],[500715,43794],[497923,40607],[497565,39997],[497054,40440],[499344,41039],[504102,39025],[502534,51385],[503288,47378],[503582,34033],[500970,30650],[498283,39909],[499145,27868],[501148,36015],[466446,16028],[499455,19042],[499815,18344],[501988,14485],[499097,18433],[498776,20575],[486733,5035],[489675,4325],[480419,4585],[472543,4071],[473545,10694],[468687,9036],[466357,5595],[465819,10342],[469959,452],[473349,7159],[465221,7572],[461525,11475],[502838,18456],[499125,25125],[497377,22918],[508452,34593],[480601,46829],[477895,50073],[497253,18431],[481871,1238],[491213,79027],[490410,78753],[491751,80340],[489625,77925],[489817,79491],[483510,68574],[488732,68691],[488672,69644],[489030,70254],[489531,69525],[490625,69225],[488175,60575],[497032,59143],[496881,60197],[497741,59634],[497072,60946],[502547,58104],[496152,59697],[500945,51448],[501865,52697],[501674,51948],[478303,57063],[480909,61198],[479101,66412],[475680,63033],[394075,-4375],[402022,-6496],[393629,1375],[391922,3314],[398835,20350],[404955,15472],[399370,23656],[404482,23331],[403888,22089],[397784,30989],[404591,41356],[397275,11806],[392983,16025],[407780,15588],[404612,11784],[391336,7173],[401425,63675],[410243,522],[412272,2367],[411063,5422],[439214,2944],[441312,10382],[437788,10763],[443673,34924],[451171,34081],[438275,39775],[438525,40825],[438811,45614],[413577,17381],[409930,19906],[410132,25231],[448577,3686],[425270,49967],[457745,15583],[456272,4934],[410941,10528],[410841,14216],[414051,12842],[415334,15697],[420207,43815],[433790,52129],[430472,58843],[507074,49473],[509325,49925],[500339,19872],[498094,19423],[491712,6802],[478408,3496],[482502,6211],[469499,4341],[464681,12359],[486182,560],[490999,77408],[490120,68180],[497765,60816],[501133,52209],[495845,60409],[700155,356507],[701395,349004],[693035,349969],[690458,378924],[692355,386677],[699025,370375],[703105,379241],[704901,389462],[710475,395875],[715261,384950],[711542,377307],[716382,369965],[715096,363130],[711296,368094],[705496,365930],[688681,359957],[754352,327542],[741704,395239],[764463,407332],[764255,404941],[725940,388865],[744546,407840],[745058,408662],[746434,401207],[747481,409618],[747509,405197],[759544,405361],[760400,407088],[757832,396978],[762025,401125],[766025,390325],[762510,387724],[760375,389925],[766658,390976],[758945,387239],[755945,387179],[752454,387227],[748396,389984],[747288,395689],[750629,395330],[749201,386340],[753935,385532],[756182,385849],[751550,381247],[739997,388099],[734225,388025],[743762,379973],[747896,387645],[748489,387097],[736699,382382],[742795,384375],[746275,386575],[740325,376425],[733804,376509],[734766,369003],[721860,370829],[729075,372031],[750405,362717],[739088,363806],[725121,364105],[730840,363601],[740583,415382],[743094,412550],[739727,418291],[739014,424985],[746047,428538],[759086,422876],[758149,417286],[761053,416630],[764374,413318],[766128,418644],[756130,418809],[754675,424675],[759078,411629],[761920,409946],[786791,405047],[777321,399651],[773625,397725],[772575,388525],[770206,392990],[770885,396228],[793146,385428],[777025,405663],[773075,400775],[868664,345317],[868631,355098],[854647,384088],[839148,385998],[828714,367781],[878125,351175],[875995,341487],[886737,324967],[895530,347677],[896402,359770],[875419,363905],[968813,251035],[946014,263218],[953870,289929],[947948,296633],[940902,306245],[936315,273650],[928725,298225],[940526,321145],[928053,311612],[1000500,271013],[1055470,299796],[1035980,315610],[1214200,177914],[1217070,183619],[1224480,209197],[1224750,209758],[1202620,234635],[1243420,199002],[1246810,196145],[1247250,199281],[1233700,206535],[1230680,274295],[1263310,128983],[1265740,133446],[1264980,138322]] \ No newline at end of file diff --git a/src/gathering/item-6009.json b/src/gathering/item-6009.json new file mode 100644 index 0000000..deca55d --- /dev/null +++ b/src/gathering/item-6009.json @@ -0,0 +1 @@ +[[-201575,25],[-203345,-449],[-198885,14813],[-208930,-10873],[-222632,-12326],[-215125,-225],[-205017,3360],[-212725,6425],[-205519,6665],[-183365,-150780],[-183350,-149136],[-181507,-147616],[-179812,-146169],[-182972,-134809],[-180481,-142884],[-180925,-137875],[-180268,-140238],[-181925,-136875],[-181861,-132824],[-176314,-141319],[-179072,-140035],[-181486,-130262],[-180037,-125721],[-180439,-122893],[-181255,-123766],[-174908,-141997],[-184016,-156811],[-184267,-153743],[193861,100939],[193985,101562],[196374,98925],[204529,126110],[198283,126187],[194475,120625],[189764,121544],[186813,118916],[186985,120430],[198880,116058],[188079,111389],[188475,104825],[190575,104225],[189089,106254],[189493,109104],[226264,88344],[225329,89142],[212029,101335],[215415,71995],[212553,72378],[208275,106025],[206625,108275],[547040,-109138],[549372,-103507],[551856,-102207],[554025,-22775],[554951,-92772],[561967,-92666],[565311,-97702],[566725,-97425],[567171,-98109],[566875,-94525],[566775,-95425],[568481,-93664],[565825,-89925],[567475,-90425],[571148,-92322],[567225,-87375],[567725,-88825],[566775,-88625],[574353,-97917],[577408,-83449],[571239,-83281],[570548,-84478],[572697,-83273],[571457,-81621],[570337,-82046],[570475,-82794],[575112,-78844],[578047,-79416],[574891,-75175],[573069,-75181],[572355,-72866],[572669,-70524],[567327,-77317],[571987,-67513],[572454,-69300],[571225,-64978],[571525,-53875]] \ No newline at end of file diff --git a/src/gathering/item-6010.json b/src/gathering/item-6010.json new file mode 100644 index 0000000..93937e9 --- /dev/null +++ b/src/gathering/item-6010.json @@ -0,0 +1 @@ +[[-202175,-45425],[-202164,-46872],[-204356,-43455],[-201315,-33792],[-198003,-33195],[-201559,-31501],[-196163,-33286],[-194738,-34921],[-193105,-34097],[-192160,-31642],[-190375,-30104],[-188263,-31954],[-194979,-31528],[-192168,-37091],[-193407,-36415],[-193648,-38940],[-192345,-39584],[-192192,-40895],[-193389,-42863],[-196058,-44916],[-198481,-42419],[-195680,-42523],[-197375,-43575],[-195005,-50456],[-189835,-49677],[-188660,-47678],[-199417,-45835],[-200833,-42170],[-199450,-43495],[-203271,-42545],[-202125,-42825],[-203307,-44538],[-195875,-50775],[-194383,-703],[-201999,-504],[-200175,-15575],[-196450,-19128],[-195430,-17164],[-186777,-47083],[-201057,-39951],[-202694,-40375],[-203972,-38927],[-201325,-37254],[-204059,-35227],[-199878,-36069],[-200625,-38525],[-194942,-36401],[-204745,-5410],[-203105,-1788],[-202154,-1971],[-202794,-706],[-195967,-10176],[-187284,-48597],[-187917,-47336],[-200625,-52325],[-196702,-52157],[-195547,-53651],[-194879,-51733],[-193872,-53037],[-189356,-51983],[-201335,4035],[-194210,3080],[-198234,816],[-199527,928],[-192275,4535],[-202976,905],[-201947,1368],[-203785,1002],[-202760,3151],[-196001,14921],[-196304,12185],[-196842,6585],[-197824,8669],[-192875,14225],[-189806,13324],[-229933,-43688],[-228976,-47617],[-219923,-45258],[-220125,-44409],[-216029,-45917],[-214033,-46001],[-211095,-50924],[-206983,-44979],[-240241,-5009],[-242160,-3972],[-239989,-4179],[-240450,-5782],[-242369,-6112],[-242575,-4775],[-240329,-3010],[-241647,-943],[-240775,-1025],[-235369,-2549],[-221167,-35105],[-210870,-21521],[-207148,-29037],[-215983,-44130],[-208373,-10608],[-206280,-17082],[-205475,-18625],[-206177,-22259],[-207328,-22497],[-206426,-43034],[-208557,-40331],[-207576,-41774],[-206763,-40192],[-206435,-38104],[-207387,-37685],[-209885,-39408],[-209595,-36544],[-208845,-36130],[-213006,-38844],[-212538,-41592],[-219733,-42753],[-218463,-39760],[-215372,-41087],[-228725,-45125],[-230761,-41376],[-230067,-42514],[-232098,-40253],[-210042,-8773],[-206802,-8583],[-206683,-6833],[-206506,-1406],[-206352,-670],[-205689,-962],[-205420,-1586],[-205580,-2244],[-208081,-575],[-206182,-112],[-213007,-36667],[-212036,-19567],[-209775,-19875],[-215896,-35217],[-219522,-583],[-219989,-1826],[-220010,-791],[-225925,-54225],[-223461,-53428],[-220975,-51586],[-222652,-51047],[-220473,-53875],[-214839,-52887],[-215532,-53122],[-215086,-54214],[-217221,-53180],[-221588,-53480],[-210337,-52163],[-221825,-55161],[-224145,-54721],[-220518,-55176],[-217101,-54579],[-212164,2457],[-209726,1278],[-209849,2191],[-208810,1384],[-208745,1908],[-210621,1928],[-211401,3121],[-207408,1428],[-206608,920],[-210337,3538],[-215843,8043],[-216410,6521],[-217377,7803],[-218393,6254],[-220063,608],[77691,-68365],[71940,-71578],[72413,-70165],[73201,-68925],[78044,-72569],[78723,-70676],[72361,-72347],[77751,-73297],[77496,-73450]] \ No newline at end of file diff --git a/src/gathering/item-6011.json b/src/gathering/item-6011.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/item-6011.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/item-6012.json b/src/gathering/item-6012.json new file mode 100644 index 0000000..f9abc27 --- /dev/null +++ b/src/gathering/item-6012.json @@ -0,0 +1 @@ +[[-146996,155115],[-117453,155596],[-119425,155925],[-121688,100555],[-122069,100052],[-121037,100062],[-121431,102183],[-121437,102537],[-102425,91225],[-102639,90046],[-110207,61591],[-124575,100225],[-123664,97784],[-123409,98655],[-125150,97536],[-123939,100308],[-124731,101246],[-125701,97811],[-126189,98786],[-124177,98176],[-125117,99521],[-126318,100823],[-125712,100356],[-126175,102225],[-127690,102232],[-128954,98247],[-128245,99820],[-128300,97268],[-130268,99347],[-127825,101175],[-130225,101775],[-129042,100644],[-126157,100617],[-126674,101231],[-125781,101827],[-124732,101931],[-125471,101743],[-124571,102542],[-124346,99619],[-125098,102363],[-125073,100861],[-121519,101666],[-124072,98965],[-122710,99225],[-124075,97225],[-129711,136598],[-128567,136301],[-123507,112701],[-122410,112164],[-126514,106690],[-125871,106502],[-124695,107787],[-123541,106491],[-124562,106523],[-125486,106053],[-122387,105460],[-124333,106250],[-125921,129267],[-127248,132682],[-128840,133366],[-127730,134351],[-151747,151238],[-135677,149162],[-133824,149593],[-136544,147079],[-133411,148045],[-132633,151284],[-128910,149059],[-128375,147294],[-131155,148335],[-128455,150684],[-127969,148175],[-126283,147135],[-133401,145442],[-132107,144137],[-129275,145075],[-130240,146190],[-126152,145867],[-122494,150086],[-124254,147403],[-122424,152389],[-124283,151331],[-127349,140445],[-127059,142990],[-126873,141102],[-123521,143768],[-129805,139001],[-130347,140516],[-126832,138610],[-123969,138696],[-127954,146509],[-122182,150752],[-122273,152955],[-123630,151141],[-110545,133923],[-120857,105007],[-120314,114722],[-121882,113044],[-117571,113890],[-116217,114338],[-116673,116481],[-117913,124349],[-117643,129524],[-115343,129436],[-117115,128372],[-118838,133742],[-119352,139455],[-120514,139718],[-112322,137777],[-118292,141740],[-118935,149272],[-108687,144889],[-113242,134800],[-112853,111841],[-114383,108986],[-113735,112281],[-112131,108241],[-111592,108359],[-111997,108472],[-112475,108325],[-117253,110757],[-115884,110306],[-116285,109391],[-115825,108425],[-106031,112527],[-107780,117355],[-106284,129580],[-114835,120179],[-112174,118112],[-112245,115692],[-113624,116491],[-111699,116379],[-113054,114900],[-114279,118481],[-108944,115824],[-110315,117012],[-111356,115166],[-111225,114575],[-107098,118106],[-113482,113405],[-112321,113944],[-112627,114136],[-110713,113445],[-110726,113996],[-109849,112865],[-112621,113057],[-112075,114225],[-111786,113126],[-106728,113459],[-107742,114923],[-105216,112444],[-110361,112338],[-110645,109759],[-112477,108870],[-111375,108975],[-112562,109387],[-105596,111253],[-103164,108485],[-106678,106628],[-105319,107217],[-149927,145012],[-143435,143848],[-140569,146197],[-139806,146850],[-133037,144540],[-131593,143425],[-125088,102808],[-124235,105070],[-124239,104126],[-122325,104625],[-125873,103713],[-128493,104488],[-125156,103294],[-122199,103547],[-123595,102987],[-123668,103485],[-124025,105075],[-162603,159067],[-164886,155267],[-168421,157833],[-177735,155291],[-174741,157644],[-178383,158383],[-174426,159591],[-180976,157831],[-181688,159241],[-179512,157809],[-175275,155557],[-180354,154328],[-173363,155333],[-173165,159317],[-181975,155475],[-159475,155325],[-180325,151325],[-177781,151812],[-190551,147541],[-188655,139381],[-184849,136077],[-183157,147848],[-178556,145930],[-176555,148808],[-173575,144725],[-173258,146781],[-171478,151125],[-169941,146327],[-173429,151160],[-168225,151875],[-159586,147077],[-162125,152252],[-161666,153011],[-158902,152489],[-1910,42221],[-3953,38129],[-5212,43507],[-10175,43294],[-11615,33863],[-8405,40597],[-7633,48656],[-6575,51275],[-4875,46475],[-32833,35755],[-32404,35077],[-32165,36292],[-31587,35541],[-22101,47924],[-19910,51142],[-17594,47100],[-14750,43118],[-17377,40644],[-10890,46192],[-17925,37725],[-13708,37329],[-15165,34038],[-23908,47230],[-22827,49735],[-2206,53705],[-41288,65308],[-41173,65043],[-37480,66810],[-37435,65903],[-38924,68461],[-39701,68709],[-38697,69020],[-29658,71535],[-36703,74994],[-36740,75719],[-38459,76211],[-35495,75658],[-33667,74950],[-32885,75996],[-35487,74899],[-32767,75229],[-32242,75857],[-31947,76714],[-30425,77525],[-39122,67689],[-39458,69178],[-38637,75718],[-40459,77042],[-38370,67013],[-41575,65375],[-41774,64976],[-38009,66247],[-28684,61582],[-28306,61956],[-28559,61901],[-28908,61569],[-27530,68327],[-28007,68820],[-28566,70395],[-28283,69361],[-29643,72477],[-29975,71825],[-29153,71255],[-12815,63095],[-11807,81318],[-10029,80262],[-14098,83398],[-18765,79201],[-19710,77295],[-19464,78218],[-18582,81120],[-20316,79304],[-27325,83325],[-19110,79943],[-18931,76358],[-19480,79305],[-19940,75756],[-21994,74845],[-19265,75405],[-22513,76709],[-18267,81049],[-22211,64294],[-18863,64935],[-16214,67558],[-19260,62943],[-17373,63691],[-15222,63488],[-18606,59425],[-16815,60344],[-19063,59099],[-18395,61494],[-14791,62242],[-13382,62136],[-15301,62527],[-16583,61988],[-14910,61085],[-13883,62363],[-16526,57917],[-13872,53554],[-21964,52965],[-16775,53675],[-15560,54663],[-13807,55332],[-15385,60052],[-15775,52275],[-3701,60383],[-5085,59363],[-6244,59563],[-2743,60876],[-3925,61275],[-4348,63061],[-6565,62552],[-4597,61844],[-6640,63600],[-7025,60875],[-3003,62822],[-7556,63051],[-8817,62596],[-5774,61677],[-12707,62341],[-28190,76751],[-27325,76475],[-27550,77564],[-27775,77575],[-27740,77341],[-31394,76762],[-46196,73977],[-5225,55875],[-4175,56175],[-7007,57259],[-4567,57105],[-9689,54958],[-11525,54175],[-8802,53634],[-7918,56091],[-8493,56711],[-9685,56903],[-6265,56301],[-10071,61130],[-8343,59616],[-10182,59585],[-12238,55407],[-10388,55829],[-49728,69742],[-28463,61296],[-93257,72117],[-96339,97171],[-99692,93571],[-97720,95610],[-96969,94300],[-99073,93405],[-97428,92226],[-101894,91138],[-97232,93867],[-99357,93184],[-100268,63388],[-86336,62232],[-52937,74259],[-55758,73241],[-55436,83024],[-55684,87686],[-64482,82587],[-60875,77000],[-62356,67263],[-54759,69912],[-66275,77625],[-68453,80182],[-71825,85575],[-70625,88475],[-71198,92620],[-72225,79875],[-69775,76104],[-73871,73873],[-69611,69463],[-68004,66848],[-67988,68926],[-64775,64429],[-66776,66751],[-67358,61697],[-63671,59365],[-66107,62709],[-62259,61895],[-63881,65429],[-63011,65576],[-53736,63308],[-57378,66524],[-54403,65361],[-53466,62873],[-52240,69390],[-51669,64715],[-52175,67075],[-99051,109187],[-98954,110448],[27925,-10775],[24965,-9882],[29855,-17911],[28798,-20050],[27776,-16510],[25381,-25160],[25575,-23325],[8525,35375],[33675,44430],[35914,40844],[36912,44049],[39257,43104],[37566,46175],[43677,40761],[43975,43325],[32719,45798],[30064,41302],[23438,43250],[21949,44457],[21575,50825],[21679,46199],[12313,46120],[13731,49175],[13775,41225],[17567,41000],[10508,40080],[11559,39971],[11335,45212],[1381,40158],[25692,52396],[26440,52005],[18060,51529],[7424,53317],[10521,51718],[15215,55070],[1887,65602],[2582,64439],[2734,65424],[378,64963],[1525,62475],[2296,62525],[275,63875],[3505,62600],[1526,60576],[8419,58390],[9381,58557],[15219,56089],[17462,55966],[11944,59242],[4828,60324],[5341,60249],[4858,60826],[4659,61430],[7314,64542],[3551,61000],[4425,60275],[4096,63999],[13423,58535],[12475,59375],[2803,66599],[8971,67113],[12050,70544],[32281,77879],[29128,84387],[34263,84002],[30242,85191],[35442,84988],[36137,85624],[35512,83524],[37485,87072],[29307,86586],[28795,86104],[27799,88213],[26917,88236],[28894,88156],[28065,89808],[25480,89590],[30124,87075],[31762,86930],[30839,88920],[29435,89140],[34099,89387],[33190,88499],[32229,88301],[23675,91325],[25441,90406],[27124,90749],[25955,91746],[27075,92325],[26705,95991],[25675,94825],[26197,95270],[24697,90415],[25972,94211],[25896,95970],[50483,93121],[48723,92421],[49403,93298],[50196,87610],[46123,90941],[45446,92896],[47475,90875],[43907,93176],[43141,91604],[43984,92048],[41085,82979],[42510,80444],[38407,86287],[41875,84306],[40656,87009],[42051,87934],[38954,87398],[44556,73448],[47244,75095],[48018,75892],[50018,77587],[50187,76314],[50401,76633],[51038,77336],[44202,72162],[40858,75776],[40715,77316],[42277,77125],[46355,78965],[46451,79317],[45811,79471],[46179,79646],[37601,73176],[38225,72475],[38387,76789],[36378,72364],[36736,71515],[35042,77332],[35776,69678],[40520,68864],[39559,68829],[34255,70549],[33167,67926],[32924,65436],[28477,58815],[29925,56725],[33807,66988],[35783,65646],[36400,68319],[40725,66925],[40216,68237],[35304,64504],[19925,57575],[19625,56525],[20486,56372],[21296,57667],[21041,58715],[25741,55949],[23217,56770],[22725,59625],[24315,60870],[24857,58961],[26572,56292],[26003,58657],[26565,57569],[30154,55507],[28236,55516],[28978,54622],[33401,89247],[35551,90514],[43642,71215],[41973,67050],[47097,74819],[44593,73047],[29479,90065],[30568,91641],[34570,91722],[40363,99124],[34232,93794],[37415,93647],[35986,96396],[36620,95841],[36776,92868],[40779,94831],[40852,95594],[41977,95161],[42831,92308],[37115,91912],[40143,91281],[38925,92925],[43575,91625],[44540,91136],[43275,92567],[32040,93673],[29397,93519],[26575,96929],[26321,94709],[25195,95583],[26406,95292],[31759,90135],[34064,90754],[33092,91491],[44025,71825],[44508,72615],[50985,75842],[48396,75455],[49488,76436],[50140,77341],[46270,90598],[50085,88055],[50984,88492],[40625,91875],[39729,93286],[41839,95328],[40973,94470],[49245,92708],[51120,96396],[48922,92437],[50112,92875],[50245,88808],[46090,91176],[47923,91248],[43744,93174],[44547,92441],[44475,91675],[43016,92139],[47672,75797],[43374,72058],[44445,73142],[46608,74420],[39109,68625],[41732,66900],[40425,68125],[40223,68055],[40956,94852],[39473,91925],[39103,92797],[35753,92808],[34430,93384],[36314,95035],[36004,96940],[26673,94737],[26577,95307],[25511,95079],[26357,95797],[40548,99124],[25487,95675],[48500,92061],[48923,93361],[50674,96053],[50110,92548],[51040,88827],[45683,91172],[47586,90694],[43073,91838],[43875,91275],[41550,95345],[43566,92421],[48041,75421],[49704,76456],[50542,75989],[50913,77500],[49974,77262],[51059,75985],[44322,72662],[46661,74678],[39964,68351],[41104,69579],[40757,68227],[44271,71531],[41564,66505],[35725,92375],[39650,91619],[42775,91775],[34083,93939],[38345,92904],[41524,95725],[40436,95070],[44998,92465],[36451,96765],[51025,96125],[43510,92821],[44166,91562],[48103,92159],[50539,92962],[47056,91100],[41713,95596],[49223,93059],[41292,99090],[50191,76570],[47907,75169],[49843,77900],[44050,73130],[44416,72057],[47514,74503],[39839,68073],[41366,67652],[41142,68625],[36591,92567],[38629,92688],[40393,91324],[33318,93935],[36412,95293],[40305,94556],[42344,95018],[42379,92586],[47675,91175],[44814,91274],[45228,93008],[49823,87467],[50536,95880],[48686,93383],[50347,92996],[43805,106324],[46474,104723],[48926,103628],[44498,105802],[46793,104689],[46429,105293],[44257,106366],[49517,103351],[44434,105951],[46798,105193],[48370,103324],[48590,103664],[44629,106662],[48975,103415],[45953,105363],[43909,105974],[163783,319135],[58770,93847],[59483,94354],[57023,94572],[53223,89563],[51284,96107],[52473,87803],[51299,88803],[57936,87756],[57925,97236],[59375,88725],[58645,97093],[57634,86411],[59890,88403],[59105,87391],[54984,89014],[54256,90896],[51438,76671],[51314,77186],[53410,88740],[52896,87321],[57708,87279],[59525,87275],[59727,88932],[59494,89438],[57984,85958],[51443,77538],[53274,88979],[59438,87561],[59213,88932],[58501,86149],[57256,87012],[58976,96363],[59325,95025],[58089,96934],[57962,93769],[55126,89169],[52313,86865],[54500,90831],[55346,89026],[60063,88345],[57494,94501],[58040,96525],[60092,94977],[59473,96640],[58771,93373],[58925,88875],[52134,88199],[53995,88707],[57482,86827],[57800,86929],[54687,89516],[56730,93958],[57880,94230],[58957,95144],[58374,97285],[59052,96189],[59148,89296],[57812,87096],[52871,87488],[51437,88518],[57279,86658],[51844,77610],[51990,86917],[51503,88233],[57864,86268],[58158,86793],[54631,90439],[55004,89373],[57085,94732],[58388,94125],[59363,96358],[124120,284728],[133789,288295],[138488,292337],[131077,287550],[133164,288811],[134884,289609],[137575,304875],[138054,304768],[128143,306264],[126744,306285],[126541,287627],[125126,286190],[124625,286979],[123324,286700],[121925,285725],[121599,286375],[122552,285205],[120504,288971],[116829,289553],[117300,289601],[118075,289125],[115975,291225],[119142,289009],[116686,291376],[116868,291374],[116064,290762],[134197,335840],[136025,334675],[134879,336347],[133673,309638],[120671,329026],[115052,333222],[115185,332207],[115625,331625],[115268,332569],[114900,335054],[120293,336571],[120285,336286],[116671,337130],[114321,333438],[114041,334896],[113779,334904],[113810,334184],[112482,336071],[112171,335135],[112335,335236],[112799,337168],[114456,332842],[113875,336725],[114175,344225],[113189,343932],[112091,344253],[113426,344642],[115363,342014],[115228,342240],[115530,342303],[118043,342157],[117573,340087],[117792,342196],[125675,344075],[115760,344029],[119246,346037],[119375,345775],[125047,347224],[121883,344126],[124345,345100],[124576,344186],[126313,343953],[136479,312510],[135461,311132],[133861,310815],[126896,311365],[127281,313053],[124676,321541],[128310,322610],[126109,322919],[133160,324207],[131474,324926],[126175,327425],[135480,318769],[134647,320053],[134887,319490],[136175,323625],[138203,316585],[139732,316684],[139653,315400],[138702,318183],[137774,325623],[141755,320231],[138512,312065],[138809,312164],[139621,308931],[139486,310093],[136062,307813],[137156,316696],[-357931,-181309],[-354910,-182806],[-355796,-187235],[-357582,-191755],[-351739,-194472],[-354012,-192176],[-354454,-189884],[-351972,-186589],[-349175,-196825],[-357240,-202114],[-355733,-201815],[-352548,-206248],[-393964,-153044],[-374850,-199840],[-375935,-195253],[-384333,-198389],[-380048,-189953],[-375428,-190272],[-384772,-196286],[-384725,-197625],[-385615,-195304],[-385974,-193118],[-386333,-195727],[-380773,-186976],[-377746,-186268],[-379575,-184525],[-387634,-193689],[-382043,-183195],[-382792,-185064],[-383472,-180595],[-380461,-179705],[-383923,-182522],[-380675,-182325],[-381499,-175985],[-383162,-178721],[-389341,-159759],[-380121,-177392],[-376644,-183895],[-368858,-186059],[-366105,-182260],[-365275,-180825],[-364625,-184642],[-361206,-182658],[-360575,-190425],[-361171,-194036],[-361375,-190125],[-361779,-186506],[-361319,-198599],[-365785,-194689],[-369076,-192334],[-369679,-189327],[-372225,-191925],[-373313,-202536],[-371508,-203897],[-369325,-203575],[-369725,-201275],[-369433,-196781],[-405560,-182331],[-405925,-181125],[-406425,-169525],[-405425,-170525],[-402888,-169008],[-398026,-173597],[-398197,-168827],[-395229,-174760],[-400425,-165837],[-400592,-168046],[-402841,-165365],[-399027,-166823],[-400535,-171530],[-399375,-179175],[-395471,-176795],[-400890,-176517],[-400075,-178375],[-402256,-171445],[-400041,-172146],[-401327,-180784],[-402472,-180803],[-403586,-180834],[-401683,-181632],[-402688,-180130],[-399486,-179880],[-400595,-180660],[-397225,-181375],[-396229,-180770],[-398428,-184402],[-394669,-183587],[-391872,-183281],[-393575,-184475],[-399574,-187343],[-399532,-186223],[-397825,-184975],[-396840,-175303],[-395225,-190475],[-394152,-190532],[-401689,-189551],[-400725,-186325],[-406125,-186725],[-402834,-184339],[-403675,-183675],[-408475,-188725],[-405772,-183982],[-405875,-198925],[-404411,-197568],[-403959,-192020],[-403141,-199465],[-402652,-194672],[-395947,-200408],[-398683,-194361],[-394930,-197742],[-395625,-195675],[-394745,-191360],[-401325,-197925],[-399995,-194612],[-388323,-199075],[-386690,-198329],[-365246,-198229],[-399670,-163393],[-398671,-164159],[-398431,-163209],[-394897,-164118],[-402800,-163619],[-403732,-160870],[-397525,-161675],[-398325,-158725],[-398875,-158675],[-398118,-158026],[-397956,-156445],[-394896,-161170],[-396444,-160952],[-393434,-159270],[-396265,-158266],[-394179,-153597],[-397075,-155025],[-392939,-156772],[-404288,-163493],[-392931,-162196],[-386657,-206360],[-376125,-205375],[-375064,-204958],[-373056,-205645],[-369115,-207396],[-365937,-205276],[-363954,-210250],[-362796,-205856],[-358675,-205925],[-389725,-204625]] \ No newline at end of file diff --git a/src/gathering/item-6013.json b/src/gathering/item-6013.json new file mode 100644 index 0000000..ff7020c --- /dev/null +++ b/src/gathering/item-6013.json @@ -0,0 +1 @@ +[[-4476,26691],[-11770,25945],[-16975,21425],[-22160,24707],[40049,40908],[44673,41088],[18602,48310],[13421,39645],[11418,46321],[6242,34817],[1594,31930],[19732,36330],[33846,41625],[-356425,-267475],[-354654,-273294],[-345511,-274751],[-348725,-270957],[-336525,-272075],[-321980,-269920],[-314234,-269268],[-312739,-264312],[-348032,-272751],[-357637,-272928],[-343391,-92179],[-374242,-113126],[-398275,-121575],[-361604,-266916],[-366675,-271875],[-362927,-267830],[-373710,-261799],[-342711,-85816],[-356768,-86929],[-345649,-91177],[-347016,-89823],[-353598,-88583],[-372748,-127179],[-369382,-119836],[-368474,-121477],[-364716,-115515],[-374378,-110545],[-367225,-110825],[-375656,-117719],[-392321,-122700],[-386937,-126107],[-375842,-135503],[-374403,-130209],[-359307,-87707],[-365325,-95128],[-361374,-79550],[-370435,-87713],[-372425,-85025],[-374523,-83631],[-362778,-80298],[-374075,-80875],[-378766,-101830],[-379875,-102125],[-367622,-98572],[-49035,-163318],[65693,-133962],[91079,-125090],[79485,-120128],[56875,-155325]] \ No newline at end of file diff --git a/src/gathering/item-6014.json b/src/gathering/item-6014.json new file mode 100644 index 0000000..1e30afc --- /dev/null +++ b/src/gathering/item-6014.json @@ -0,0 +1 @@ +[[-35526,27804],[-36597,37460],[-40212,38681],[-43626,39892],[-47098,36120],[-47190,39202],[-46075,40725],[-46732,39564],[-50896,40977],[-51159,40895],[-49742,41105],[-51069,43151],[-50428,42254],[-50467,42004],[-50783,42047],[-51158,39387],[-48801,34371],[-50713,40585],[-47900,44015],[-41068,31642],[-37653,29099],[-61205,27800],[-61383,27875],[-61326,28269],[-61100,27989],[-63309,30416],[-63573,30272],[-63157,30669],[-61685,30365],[-62644,31127],[-61459,30086],[-61742,29971],[-61564,29897],[-60214,30768],[-62540,28622],[-52284,41595],[-52001,41709],[-53034,39132],[-52913,38663],[-53091,38738],[-52808,38852],[-52182,42555],[-51890,42629],[-51680,42836],[-52226,41989],[-60167,29555],[-53808,37563],[-52252,36460],[-53261,39928],[-55309,33984],[-52565,34534],[-58819,31323],[-58899,29446],[-57010,33091],[-53819,36077],[-254919,-230460],[-252192,-234506],[-249575,-230375],[-243875,-240575],[-240625,-247125],[-242225,-242775],[-242274,-250875],[-245128,-247590],[-249930,-248376],[-242215,-246639],[-245457,-251110],[-242275,-245675],[-233409,-245967],[-213662,-254030],[-209633,-255460],[-217025,-250825],[-214010,-250612],[-253924,-221932],[-251493,-238285],[-251803,-238530],[-209288,-249962],[-241945,-258153],[-224342,-261503],[-223648,-256572],[-207923,-256421],[-206977,-259731],[-259979,-235376],[-261039,-236191],[-261786,-233641],[-259167,-225281],[-258534,-224015],[-257615,-224505],[-256648,-223911],[-256075,-232625],[-260490,-233800],[-258753,-235731],[-257945,-233218],[-257225,-235025],[-110166,-46196],[-109759,-35302],[-113691,-25668],[-109592,-27777],[-111125,-24725],[-109925,-52125],[-86452,-45859],[-85386,-42253],[-84888,-43982],[-84171,-38465],[-82176,-39317],[-81067,-36718],[-88925,-42525],[-83878,-32953],[-88088,-40784],[-92105,-47961],[-97349,-47247],[-99755,-44508],[-91489,-40971],[-91475,-44575],[-109625,89875],[-109899,90016],[-109890,90256],[-112720,87556],[-112775,87925],[-118673,83942],[-118727,84336],[-117484,84411],[-116459,85499],[-117176,85323],[-117622,85326],[-117016,85237],[-116788,86151],[-118354,85348],[-117798,85935],[-118213,81551],[-118021,81528],[-118267,81945],[-115429,79139],[-115727,78878],[-113725,77975],[-113766,79033],[-113825,78275],[-113581,77731],[-113130,77439],[-114288,77225],[-113075,78725],[-114330,78530],[-113803,82602],[-114087,82737],[-114042,82985],[-113111,84047],[-113165,84442],[-113661,76950],[-111400,74867],[-109163,77456],[-109145,77656],[-111849,84080],[-110104,85910],[-111903,84475],[-110275,85925],[-110375,86325],[-107634,84976],[-107675,85375],[-116291,90554],[-116771,88292],[-107625,89275],[-112187,89192],[-110517,78475],[-111291,78125],[-108025,76675],[-106359,75724],[-109011,76245],[-102503,123299],[-102692,123344],[-102685,123670],[-113038,135870],[-108380,131767],[-106317,137101],[-107026,131078],[-107546,134753],[-108025,136659],[-106246,128430],[-102450,119445],[-103764,105741],[-35722,47977],[-34077,50458],[-46555,54746],[-40603,57428],[-36560,56743],[-35529,60496],[-30817,61721],[-30803,61323],[-40614,63033],[-39884,60046],[-32625,66971],[-32643,66634],[-32850,67141],[-41445,67018],[-34149,67729],[-33976,67905],[-34875,70175],[-34825,69975],[-34510,70355],[-29649,66882],[-29829,67237],[-30037,64406],[-29506,65086],[-36817,71595],[-36948,71219],[-36787,71112],[-40675,71593],[-40293,71379],[-40605,71394],[-42600,61453],[-36722,63972],[-37771,63700],[-34347,60510],[-34026,58021],[-39508,56640],[-33885,55660],[-35257,54484],[-32068,62255],[-37928,61097],[-98997,97359],[-96921,97704],[-98839,97107],[-97025,97532],[-98533,101880],[-98527,102206],[-93968,100718],[-93960,101202],[-99975,100525],[-102308,101465],[-102317,101668],[-100032,100036],[-94295,104566],[-92848,104419],[-92842,104745],[-94113,104195],[-94302,104240],[-92660,104374],[-95071,117094],[-95231,117345],[-99491,118036],[-99644,118155],[-99485,118520],[-96401,120144],[-96276,120018],[-96242,120510],[-99744,125427],[-99562,125056],[-99750,125101],[-98514,126360],[-98375,126725],[-98361,126241],[-98014,129077],[-97875,128825],[-98475,129075],[-98580,129319],[-95420,125477],[-95904,125484],[-95539,125325],[-91875,125075],[-92367,125055],[-95061,121833],[-94902,122198],[-92002,124896],[-88369,120435],[-88181,120390],[-88363,120761],[-99435,129000],[-99364,105254],[-99129,105480],[21726,97840],[28074,93200],[26724,94273],[26954,94473],[27127,97732],[27185,97167],[26143,97075],[25750,97008],[25734,96815],[27404,97612],[28867,95788],[27224,95435],[29825,92825],[29764,92665],[30036,92109],[30233,92786],[33569,91891],[34025,91893],[28840,93816],[31864,94042],[31356,94296],[31606,94465],[41243,93719],[41053,93368],[41194,93237],[42385,94427],[42025,93975],[41860,93803],[43713,95046],[43710,94744],[44208,95018],[38961,92094],[39653,92576],[39364,91199],[39182,91647],[39178,91249],[55687,102475],[56245,102582],[56563,100541],[60291,98528],[58302,97116],[60146,98066],[60035,98224],[58365,97299],[58762,97268],[57868,98595],[60793,100704],[60751,102008],[60747,101610],[60530,102455],[60933,101559],[61920,99941],[64241,97632],[64058,98081],[64054,97683],[64058,100833],[64544,100479],[54008,89518],[54122,89675],[53638,89664],[58165,96293],[65540,92220],[65536,91822],[65723,91771],[65539,95192],[65356,95641],[65352,95243],[55783,102761],[57252,103362],[57157,103076],[58206,103842],[61222,102936],[150455,338346],[150620,338112],[150810,338078],[150588,338508],[123534,325228],[122970,325593],[123124,325413],[123341,326245],[123230,326610],[122269,327536],[121950,326203],[122469,327415],[121159,325352],[120868,325405],[121025,325075],[121264,325571],[118716,327869],[118578,327623],[118425,327922],[120288,327597],[121730,326255],[120894,327677],[121868,326047],[120673,327729],[120811,327521],[118825,328075],[119732,332552],[119072,331431],[119156,331267],[117987,336066],[118316,334398],[117453,328831],[117458,329273],[117531,329110],[116784,334443],[116210,334879],[116025,335475],[116355,335192],[115833,335079],[115884,333415],[115913,335332],[116426,335709],[116640,335407],[113569,335965],[113961,339655],[113819,339786],[113487,341764],[116532,342233],[119611,334085],[121521,346901],[121466,347227],[121225,347175],[127283,345109],[125869,346689],[126010,346558],[127075,344925],[127473,345535],[121220,327274]] \ No newline at end of file diff --git a/src/gathering/item-6015.json b/src/gathering/item-6015.json new file mode 100644 index 0000000..95326a5 --- /dev/null +++ b/src/gathering/item-6015.json @@ -0,0 +1 @@ +[[-201570,-2515],[-202293,-6016],[-201966,-6790],[-198740,1995],[-199948,9156],[-200425,9175],[-200341,9868],[-199175,11975],[-207525,-4425],[-205397,-2926],[-214910,-9563],[-215547,-9017],[-206875,4975],[-207198,5276],[-208025,4925],[-217525,5625],[-217975,5375],[-202059,-2634],[-202266,-6401],[-202189,-6231],[-201725,-6825],[-194925,4425],[-199875,9075],[-200304,10487],[-199101,10709],[-214664,-15570],[-215775,-15675],[-208649,4897],[-209773,5233],[-217166,5064],[-218343,5218],[567892,-90853],[571131,-91812],[566849,-88183],[568066,-88249],[572700,-74389],[572001,-73897],[573979,-74814],[573408,-74900],[572591,-72954],[572919,-70365],[572896,-70780],[571514,-67122],[572316,-68821],[572022,-69948],[573113,-68513],[572275,-65675],[566116,-88536],[565422,-88919],[566933,-87646],[567675,-86429],[571104,-85245],[571857,-81187],[569766,-82005],[572259,-80712],[575904,-79788],[575911,-78809],[575309,-77822],[-201087,-4679],[-202558,-7109],[-201614,-7082],[-201439,-6501],[-198551,2278],[-200225,8631],[-200759,9229],[-198819,10545],[-200653,10583],[-200237,10801],[-199856,10269],[-209526,5395],[-208313,4440],[-208737,5099],[-218555,5190],[-217714,5560],[-201034,-5460],[-200931,-5145],[-201452,-1478],[-202297,-1149],[-201712,-2644],[-201870,-8238],[-203006,-7922],[-202271,-8432],[-204517,-10817],[-204159,-10029],[-204160,-10524],[-202526,-9692],[-202373,-10173],[-201494,796],[-203825,3161],[-203073,500],[-202767,244],[-204551,1931],[-203513,2681],[-202216,1406],[-201621,1185],[-203347,802],[-203346,2378],[-204369,3433],[-220252,-14910],[-219403,-15222],[-205849,3202],[-205886,2902],[-205495,3905],[-205817,3997],[-207560,4076],[-208372,5029],[-208627,4630],[-214829,4835],[-217541,5866],[-214463,5068],[-215170,5056],[-216535,6958],[-216536,7261],[-217534,6612],[-219874,2042],[-219496,2028],[-219042,4927],[-219803,3976],[-217786,6177],[-201539,-3951],[-201287,-4602],[-201690,-5572],[-202026,-1542],[-202375,-8975],[-203933,-11121],[-203125,-3025],[-203668,1497],[-202543,926],[-204419,2256],[-203001,8333],[-204053,7205],[-202584,7566],[-201103,8792],[-200656,8199],[-200187,11434],[-199495,9995],[-200284,10240],[-207994,-3950],[-206951,-4360],[-205949,-3236],[-204926,-3149],[-204875,-2575],[-208475,-10775],[-207759,-11353],[-206925,-11675],[-205085,-12153],[-213875,-11875],[-212975,-12225],[-214094,-10739],[-213439,-8085],[-211407,-8126],[-205697,-12144],[-219690,-15215],[-216764,-9865],[-222972,-3868],[-222625,-4025],[-209525,-9125],[-209016,-8189],[-214371,-1704],[-215375,-775],[-215717,-15909],[-207417,4748],[-207649,6114],[-206985,6000],[-208883,6048],[-216875,6325],[-216499,5464],[-215628,6882],[-208325,6525],[-205629,7772],[-218252,5109],[-219154,3757],[-202957,1384]] \ No newline at end of file diff --git a/src/gathering/item-6016.json b/src/gathering/item-6016.json new file mode 100644 index 0000000..443d395 --- /dev/null +++ b/src/gathering/item-6016.json @@ -0,0 +1 @@ +[[197897,48282],[201375,50175],[200737,48225],[200930,50427],[200463,35027],[200949,33839],[202075,39475],[200716,34684],[202625,44975],[202704,44363],[202181,44370],[201626,51267],[194088,58905],[203246,52636],[201117,56282],[203266,58255],[231345,40231],[233075,40425],[232403,41487],[232713,41328],[232808,41899],[232516,41862],[214598,40902],[214806,41076],[216253,41929],[216612,43021],[216495,43438],[216025,43175],[216575,47752],[216225,47375],[216275,46975],[211486,35032],[228757,49714],[229261,49569],[211075,35275],[210875,34975],[210617,38482],[208798,36657],[210425,38775],[210125,45975],[210275,46375],[210575,45825],[211160,50424],[210923,42709],[212475,45375],[213325,50325],[213475,49875],[213025,49925],[211419,50785],[226601,50785],[209225,55175],[211938,55293],[215825,56925],[219155,56617],[218775,56375],[220421,60113],[215659,54861],[222375,56125],[225854,56800],[226767,53814],[226379,53903]] \ No newline at end of file diff --git a/src/gathering/item-6017.json b/src/gathering/item-6017.json new file mode 100644 index 0000000..e6d3497 --- /dev/null +++ b/src/gathering/item-6017.json @@ -0,0 +1 @@ +[[427798,-3008],[430625,-3125],[430800,-2921],[412133,-8781],[417077,-7327],[417238,-9592],[414375,-12675],[414511,-12472],[416344,-13054],[417553,-9591],[417514,-9888],[423990,-7741],[423951,-8038],[426512,-12664],[426828,-12663],[426789,-12960],[425015,-13954],[432293,-14541],[429811,-15814],[430087,-16110],[429148,-13953],[431067,-12271],[423675,-7742],[425395,-5014],[425548,-4813],[425675,-5175],[428113,-3007],[428074,-3304],[430933,-3250],[433765,-2895],[423079,-12148],[431272,-12015],[430366,-18118],[430126,-15813],[427510,-19324],[434046,-2895],[454980,-14892],[458405,-18079],[457312,-17817],[455315,-15120],[453363,-19134],[453731,-18260],[455287,-14822],[442240,1129],[442816,1401],[442621,1622],[442115,1531],[442381,1560],[477127,-14630],[477188,-16655],[476841,-14502],[477503,-16654],[477464,-16951],[482211,-17649],[477166,-14332],[478792,-12312],[478516,-12015],[478831,-12015],[480567,-11691],[483441,-12198],[483756,-12197],[483625,-15175],[483717,-12494],[480802,-10296],[477210,-7374],[481117,-10295],[481078,-10592],[478575,-6625],[480521,-4698],[480856,-4926],[478775,-6275],[480828,-4628],[480863,-6732],[480555,-1667],[481995,-1943],[466575,-775],[467639,869],[472675,375],[472789,585],[466794,2580],[462952,1826],[467375,1025],[464125,788],[467745,2149],[467611,1167],[472991,294],[-20200,-4849],[-20805,-7616],[-19870,-7453],[-17143,-8206],[-17925,-8525],[-15542,-10229],[-14046,-11758],[-16907,-10132],[-15625,-8575],[-10569,-10943],[-11835,-11632],[-10119,-11605],[-11298,-8347],[-7914,-10677],[-12694,-7794],[-12492,-9689],[-13525,-6675],[-7274,-7385],[-6736,-8916],[-9287,-7299],[-6700,-5577],[-9351,-8657],[-17490,-3754],[-18346,-4158],[-18858,-5806],[-14573,-4962],[-15105,-2894],[-15136,-6338],[-11325,-4625],[-12133,-5422],[-12991,-2929],[-10165,-4095],[-17925,-2275],[-14025,-3775],[-8502,-4518],[-8428,-3259],[-6625,-3875],[-7909,-5797],[-10439,-1678],[-8000,-1026],[-7144,-2234],[-5819,-131],[-14132,-10463],[-12691,-10619],[-10916,-13087],[-4731,-7594],[-5005,-8401],[-3731,-7155],[-5581,-6783],[-4103,-5843],[-3288,-3307],[-6062,-4888],[-1371,-4362],[-624,-3263],[-1513,-2471],[-2904,-1464],[-461,-1093],[-5035,-1366],[-3741,-2003],[-6180,4096],[-8260,284],[-6119,2652],[-6755,1496],[-5444,1862],[-4414,4820],[12258,-1431],[13860,-1148],[15764,-859],[8728,92],[17075,-1975],[19043,-3191],[22238,-2947],[14148,-4024],[23434,-961],[20331,-675],[2681,44],[1075,-1975],[1666,-692],[6911,886],[14879,202],[9328,1433],[10609,320],[15771,1695],[16738,5028],[21285,2451],[20383,975],[22459,1531],[23106,3335],[18497,3871],[21891,6205],[22612,5205],[11884,3421],[9833,3751],[14305,4418],[18887,5468],[7775,5925],[7086,4845],[8182,3642],[6475,2225],[10288,2254],[5775,763],[3248,2616],[5626,5009],[13028,4778],[2969,4717],[575,1675],[1595,2034],[141,4889],[4051,1093],[-195318,-161004],[-195483,-159807],[-198705,-166100],[-199375,-162975],[-200099,-163863],[-203820,-154431],[-215097,-107856],[-216605,-113508],[-217275,-113658],[-216318,-112948],[-216054,-108567],[-215642,-108624],[-215384,-108416],[-215915,-108024],[-215577,-108840],[-216798,-113931],[-235792,-135653],[-236057,-135017],[-236269,-135361],[-236375,-135725],[-239125,-137525],[-239086,-137003],[-238825,-136975],[-238609,-137295],[-238874,-136659],[-236009,-135327],[-239296,-137279],[-236625,-131575],[-227875,-129275],[-227023,-130444],[-225614,-129371],[-223494,-130534],[-220575,-138375],[-221845,-134347],[-227344,-127418],[-226575,-126925],[-234082,-123250],[-224063,-127760],[-221601,-127291],[-222331,-125624],[-220875,-126075],[-220509,-126770],[-227736,-131040],[-222625,-132525],[-220306,-135367],[-219498,-135583],[-218525,-135975],[-219719,-137947],[-219521,-134912],[-218828,-137406],[-220341,-134177],[-218425,-132525],[-219525,-132825],[-219111,-132037],[-218775,-130375],[-219337,-129091],[-220708,-130444],[-219653,-128125],[-219123,-138922],[-220467,-136445],[-217197,-136264],[-218125,-133325],[-221908,-137925],[-224141,-133040],[-222747,-129772],[-221383,-126330],[-220488,-127997],[-224134,-131437],[-234074,-123858],[-233784,-120819],[-231244,-120965],[-231525,-120925],[-229534,-119694],[-230775,-122175],[-227525,-119275],[-229475,-121325],[-227992,-118939],[-228740,-118377],[-229205,-119399],[-227225,-122025],[-231275,-120525],[-229220,-117703],[-226052,-118925],[-234263,-123482],[-233904,-124008],[-233634,-123460],[-237171,-122310],[-234254,-121129],[-236560,-118612],[-234075,-120875],[-234902,-119617],[-234083,-121384],[-233567,-121145],[-234463,-117814],[-234239,-116464],[-229642,-117608],[-231251,-117400],[-229235,-116794],[-225575,-118775],[-233832,-120509],[-234214,-116211],[-233923,-116501],[-239587,-123670],[-236652,-120366],[-237824,-119685],[-240252,-123679],[-244201,-116473],[-242975,-129825],[-243044,-129520],[-242779,-130156],[-241664,-132027],[-237032,-131394],[-236747,-131056],[-243475,-130125],[-245364,-130003],[-243295,-130394],[-243256,-129863],[-243370,-127542],[-217136,-113115],[-216875,-113725],[-246081,-116758],[-246455,-117257],[-244935,-117570],[-244233,-117507],[-248698,-122633],[-247587,-121579],[-248397,-121948],[-247645,-118764],[-221840,-118147],[-224452,-120036],[-224475,-120425],[-224325,-116468],[-207909,-179425],[-205246,-154846],[-206158,-154593],[-206125,-156975],[-208748,-99512],[1282325,168875],[1227250,157546],[1215775,158875],[1216790,162192],[1216680,162449],[1218970,159212],[1216960,162492],[1214530,187469],[1214170,187657],[1214480,192674],[1217430,193501],[1211860,222148],[1209025,251625],[1215150,254507],[1224410,255195],[1208730,260065],[1210710,258124],[1210610,257805],[1221030,260256],[1220740,260379],[1224630,263746],[1273025,160725],[1272750,160756],[1278140,162520],[1276100,164106],[1273310,195127],[1270800,196597],[1271650,202173],[1271530,202517],[1271770,202388],[1267430,203661],[1265800,198284],[1269650,199670],[1257180,164266],[1242210,161002],[1229330,159154],[1250220,203276],[1250070,203115],[1265290,189886],[1268650,189651],[1268130,193210],[1269240,189245],[1267980,193568],[1266975,163775],[1268925,159125],[1272210,206584],[1233475,213375],[1237175,216825],[1239700,218717],[1236410,218633],[1230100,261638],[1256190,267780],[1249900,270935],[1266740,274447],[1259640,271228],[1246520,101673]] \ No newline at end of file diff --git a/src/gathering/item-6018.json b/src/gathering/item-6018.json new file mode 100644 index 0000000..3effc7f --- /dev/null +++ b/src/gathering/item-6018.json @@ -0,0 +1 @@ +[[-291609,-351847],[-291858,-351333],[-337775,-372725],[-338218,-372366],[-339834,-367563],[-339497,-368024],[-444502,-323157],[-444025,-323475],[49993,-68652],[48087,-67800],[48725,-66475],[44275,-73425],[47575,-75325],[50125,-74375],[43875,-78275],[44375,-76075],[46375,-78375],[45675,-80025],[48225,-79825],[42175,-76775],[46525,-73325],[48849,-68058],[45925,-66125],[51010,-70168],[49825,-75425],[51025,-74825],[49925,-73575],[50392,-77795],[47975,-77425],[42725,-80475],[44675,-79475],[46375,-81475],[45375,-82175],[40525,-83925],[46375,-66425],[48986,-72548],[40775,-74025],[43825,-74875],[41875,-71975],[42425,-73225],[42633,-67906],[45825,-75075],[45225,-76575],[44721,-68340],[39185,-88019],[42744,-85354],[40192,-91365],[44043,-90767],[43225,-93725],[47089,-94813],[47572,-90489],[48030,-87540],[56925,-104575],[54675,-105925],[52425,-110425],[56452,-111019],[60375,-108975],[61225,-106175],[58525,-103275],[53582,-71620],[53824,-70846],[53677,-69957],[51225,-76225],[52359,-71774],[52025,-73225],[53125,-75375],[52975,-73775],[52252,-74247],[55075,-75325],[53725,-78725],[53775,-76475],[56475,-78575],[57075,-77575],[54925,-77675],[55325,-77175],[62325,-83625],[58225,-79625],[57025,-80975],[61375,-82275],[55875,-80375],[52358,-82394],[57775,-79925],[59889,-80393],[60775,-81025],[62225,-82825],[55745,-84168],[59669,-85016],[61775,-83075],[59715,-88730],[63025,-91925],[64225,-90625],[63925,-89675],[63475,-90525],[62825,-94675],[62175,-95825],[64175,-92025],[63225,-95525],[60875,-98175],[54510,-96568],[56272,-93057],[53285,-92106],[53345,-88554],[51918,-85625]] \ No newline at end of file diff --git a/src/gathering/item-6019.json b/src/gathering/item-6019.json new file mode 100644 index 0000000..e3b7b14 --- /dev/null +++ b/src/gathering/item-6019.json @@ -0,0 +1 @@ +[[390825,49175],[395715,49299],[392467,48096],[397525,45225],[396194,42642],[393931,42171],[401833,42539],[396401,46213],[389425,36159],[393469,35687],[392426,45000],[395287,32343],[396325,33725],[399844,37073],[394311,20741],[398240,21670],[398025,23075],[399475,25175],[398695,25996],[395920,18605],[394484,16703],[394627,14173],[397013,16189],[403808,20672],[404375,20275],[396433,21212],[409267,23009],[405901,21421],[407613,29990],[405568,27228],[403728,26235],[402472,30795],[401125,34669],[404797,34447],[396825,30475],[407626,26533],[401056,40542],[404721,40127],[405568,44163],[403409,42939],[405318,47682],[403328,49005],[405408,50660],[407942,63717],[406883,66883],[404187,62197],[405337,61207],[403392,64913],[403459,67573],[402497,59799],[405523,60703],[402825,61025],[400402,67185],[402490,66904],[397709,62171],[395831,63021],[394437,66845],[393726,64259],[395189,68613],[399619,68807],[401739,67856],[392954,61458],[391835,57532],[396411,51549],[396383,53486],[394675,59375],[395084,60728],[389565,61759],[378078,84647],[381872,80625],[381867,81995],[381652,82683],[383100,86274],[381258,83865],[381721,86027],[384236,80717],[385625,87225],[380673,79295],[381458,78720],[383494,79987],[381854,77807],[377176,85761],[388424,84492],[383821,75119],[386796,75015],[385499,74030],[388275,75025],[395413,75217],[393185,80822],[385958,72975],[388824,73707],[389868,70893],[392000,70957],[390575,70625],[398725,71825],[396348,74136],[389047,68319],[387282,68776],[397005,64937],[397778,72388],[395592,56095],[402239,54913],[395716,65815],[394466,53707],[402710,53116],[397525,58875],[405345,67412],[404486,90874],[394344,93879],[400331,72971],[406187,71379],[405309,70751],[404994,71878],[409125,72725],[407256,70788],[408913,71096],[407975,72475],[403775,71025],[382227,83176],[386493,68206],[388853,68090],[393028,80676],[395535,75047],[402125,68325],[403447,68388],[399885,82987],[404960,71527],[403687,70706],[411339,21387],[413021,24516],[411196,30412],[412675,70525],[413488,69028]] \ No newline at end of file diff --git a/src/gathering/item-6020.json b/src/gathering/item-6020.json new file mode 100644 index 0000000..7dd26a9 --- /dev/null +++ b/src/gathering/item-6020.json @@ -0,0 +1 @@ +[[852434,359344],[853389,388673],[853933,388863],[853337,388964],[847055,375787],[846520,376147],[846600,376352],[847066,376365],[846825,376625],[821500,364182],[912627,331616],[912304,331804],[912037,331875],[912749,332028],[912303,332152],[913927,343381],[914998,343720],[915901,342896],[900853,357006],[900134,356753],[878921,340438],[879114,340634],[879173,340258],[900475,336525],[900440,336218],[900725,336175],[888224,340723],[888662,340628],[888938,340711],[888334,341015],[888692,340990],[877552,356525],[900444,368922],[899640,368724],[880905,369156],[880756,368650],[881413,368987],[871261,359960],[871620,359967],[871338,359664],[871074,359806],[970374,305833],[966782,277835],[953668,282729],[954177,282282],[952875,283025],[961719,269546],[932844,322623],[932726,322200],[932231,322322],[932503,322841],[924412,325402],[924395,325783],[924614,325595],[929825,344125],[930125,343975],[941021,331725],[942178,332136],[941181,332653],[968484,314821],[982327,256468],[982547,256658],[982599,256245],[982830,256671],[978631,277587],[1002120,280502],[1002570,280726],[1002450,280314],[1001860,280573],[1029140,283383],[1029260,283795],[1028550,283642],[1028820,283919],[854725,370625],[847101,375581],[852805,389108],[853997,388386],[846209,376775],[847325,376275],[821191,363560],[911825,332175],[912692,331245],[912727,332545],[915219,343061],[915947,342690],[901005,357432],[879403,340675],[879100,339955],[901104,335914],[900052,336660],[888043,341538],[889447,340634],[877328,357369],[876853,356734],[900490,368716],[881477,368536],[881460,369429],[880272,369214],[870983,360219],[871699,359448],[970420,305627],[966828,277629],[953359,282107],[954225,282075],[961765,269340],[933186,322282],[931983,322824],[925124,325312],[923830,325720],[930192,343763],[941869,331513],[941227,331771],[982645,256039],[982068,256820],[983225,256475],[978677,277381],[1002475,279975],[1002540,281243],[1001640,280860],[1029240,284312],[1029210,283012],[1028330,283929],[863926,353399],[828148,357204],[854432,370651],[852856,388441],[844337,389527],[839138,378561],[846582,375635],[834957,367132],[821842,363613],[911636,331223],[915660,342665],[918910,334568],[902654,345464],[900553,356609],[877177,356013],[878452,340603],[899990,336090],[895725,334175],[887758,340019],[903846,365637],[899953,368840],[891830,366793],[880262,367878],[882561,360952],[870931,359404],[969820,305651],[972542,278970],[967193,277613],[954512,282015],[959681,282912],[935585,288984],[971016,302340],[962096,269175],[935326,318442],[933025,321175],[924461,323950],[925360,321053],[929893,343642],[941449,331742],[993531,255759],[981910,256145],[978253,277312],[1001450,279920],[1010180,275666],[1023160,312807],[1025490,294950],[1032290,278540],[1028150,282990],[1045070,329114]] \ No newline at end of file diff --git a/src/gathering/item-6201.json b/src/gathering/item-6201.json new file mode 100644 index 0000000..d1840f0 --- /dev/null +++ b/src/gathering/item-6201.json @@ -0,0 +1 @@ +[[-13551,-173543],[-11925,-175025],[-12909,-177024],[-4425,-163675],[-975,-162175],[-81970,-170273],[-80967,-165763],[-87088,-164133],[-86265,-159581],[-85888,-161960],[-83772,-160695],[-84863,-158458],[-79738,-158072],[-78104,-161304],[-72974,-160705],[-66775,-162275],[-70225,-160275],[-67938,-160470],[-72385,-154461],[-56326,-162749],[43075,-143125],[45525,-145525],[48963,-143745],[48522,-140029],[39525,-148475],[41675,-148075],[48130,-146761],[49063,-147866],[6893,-163348],[5002,-162058],[8435,-162912],[9025,-165325],[7912,-159860],[12645,-163590],[12175,-160825],[26911,-164270],[28525,-167875],[22425,-161625],[34451,-168200],[45075,-157725],[27169,-170281],[21825,-170625],[49025,-156525],[54825,-142125],[54139,-138486],[58773,-136083],[59989,-142210],[60746,-139169],[51694,-147880],[83558,-130064],[82925,-126675],[87671,-129288],[85983,-129772],[65384,-144874],[69125,-139151],[60194,-147191],[70746,-142585],[78125,-135525],[70943,-123878],[75454,-124208],[85678,-117470],[-219963,39776],[-218369,34201],[-231151,36838],[-224955,39083],[-225434,40938],[-219718,42213],[-221625,46125],[-221209,58360],[-225574,56845],[-207637,61846],[-207967,57730],[-224057,53031],[-191631,22915],[-188133,26174],[-184265,28396],[-189946,31574],[-183642,30900],[-194951,26147],[-195697,32030],[-194131,36766],[-188275,37625],[-193278,39190],[-197973,40298],[-198925,36775],[-201737,37198],[-181628,48149],[-191096,48442],[-171979,41455],[-175837,44524],[-175225,40650],[-175830,36151],[-177808,30911],[-171612,24488],[-171236,25000],[-171628,21210],[-182525,42825],[-180522,23307],[-183440,20349],[-175580,-248204],[-174970,-248444],[-174499,-251921],[-174577,-252607],[-172425,-254275],[-171279,-254505],[-188346,-252236],[-194714,-255091],[-194605,-254058],[-194234,-254332],[-195057,-254373],[-189466,-252557],[-200925,-248475],[-201099,-249441],[-202096,-251917],[-200985,-250025],[-202272,-252162],[-185676,-269859],[-183709,-269153],[-183251,-268868],[-183517,-266633],[-184274,-266485],[-183534,-267469],[-185339,-267652],[-184183,-265443],[-180124,-266118],[-181076,-263021],[-181339,-262835],[-186415,-260477],[-186626,-259784],[-184676,-261078],[-184361,-259425],[-182535,-261516],[-181021,-260109],[-180218,-260509],[-181075,-261075],[-179765,-259104],[-201108,-261487],[-200775,-262225],[-201402,-261145],[-200298,-256606],[-200625,-257375],[-199924,-256776],[-201525,-262325],[-181362,-258169],[-176371,-257125],[-176105,-256745],[-176168,-256362],[-175697,-260263],[-175561,-259890],[-175242,-261394],[-201013,-256267],[-195618,-287908],[-203612,-288001],[-179179,-266791],[-177964,-266123],[-196291,-289346],[-255270,-187542],[-255863,-187373],[-255991,-179621],[-255823,-203672],[-254775,-199875],[-254660,-200239],[-251847,-198716],[-251709,-199765],[-250325,-199825],[-212800,-246707],[-213522,-247187],[-217521,-243427],[-216978,-243996],[-216785,-243755],[-216237,-243282],[-226075,-241975],[-226203,-242247],[-234930,-239098],[-236386,-237636],[-235894,-239555],[-236318,-238605],[-236457,-234010],[-224975,-241175],[-226584,-243107],[-224586,-239760],[-223955,-238970],[-227565,-242320],[-221859,-241434],[-221920,-241849],[-222299,-242173],[-223185,-240376],[-223929,-239913],[-218775,-242360],[-218975,-242075],[-219257,-242487],[-220773,-238660],[-219936,-237109],[-220469,-238912],[-219849,-236944],[-219735,-238191],[-219953,-237283],[-219852,-236753],[-221142,-238750],[-252766,-214278],[-216885,-243355],[-213999,-245924],[-214306,-245729],[-208714,-243782],[-244125,-208975],[-213492,-278582],[-214318,-277842],[-212815,-278684],[-213727,-278574],[-211193,-286335],[-212542,-287512],[-270531,-152089],[-273742,-147082],[-280575,-148675],[-276981,-149475],[-302137,-130281],[-301534,-130146],[-302422,-129840],[-300727,-123289],[-299839,-123595],[-300134,-123458],[-300425,-123725],[-301980,-118529],[-301375,-118425],[-301675,-118275],[-301829,-130009],[-286225,-130825],[-282175,-118875],[-281325,-119125],[-281592,-118984],[-281900,-119256],[-290030,-125857],[-289427,-125722],[-289722,-125585],[-290315,-125416],[-285975,-131325],[-285675,-131075],[-285391,-131198],[-295822,-128589],[-296425,-128724],[-296117,-128452],[-296710,-128283],[-291352,-138787],[-290759,-138956],[-290464,-139093],[-291067,-139228],[-296169,-150370],[-295874,-150507],[-296477,-150642],[-296762,-150201],[-285985,-151263],[-285914,-147991],[-279675,-151675],[-276908,-152860],[-280020,-145742],[-278783,-142007],[-279394,-142104],[-279075,-141875],[-263450,-204213],[-256490,-183770],[-257083,-183601],[-256798,-184042],[-256195,-183907],[-259073,-184167],[-256575,-179775],[-256879,-179315],[-292675,-181475],[-293306,-181604],[-293591,-181163],[-292998,-181332],[-287675,-183375],[-287227,-183350],[-287475,-183775],[-287693,-183135],[-289494,-188563],[-294950,-190984],[-295505,-191133],[-295512,-190897],[-295825,-190775],[-288694,-188559],[-289183,-188709],[-289241,-188994],[-256477,-202560],[-256225,-201625],[-267324,-203198],[-267882,-203407],[-267800,-202991],[-262956,-203567],[-263386,-203625],[-274035,-189809],[-267506,-165135],[-267791,-164694],[-273675,-190230],[-273669,-189855],[-270825,-223825],[-271175,-224475],[-271291,-224049],[-269278,-226884],[-264241,-223797],[-268375,-226375],[-268372,-225417],[-264025,-223675],[-265025,-224275],[-256484,-206519],[-256625,-205475],[-256670,-206330],[-306675,-253223],[-306554,-253421],[-306475,-253675],[-306958,-254316],[-300333,-253308],[-300495,-253184],[-300649,-253880],[-293401,-253808],[-293711,-253642],[-291844,-254173],[-292059,-253497],[-291653,-253554],[-291132,-250449],[-291784,-250384],[-291407,-250487],[-291428,-250841],[-287987,-255606],[-287286,-254963],[-286460,-254809],[-284162,-262860],[-284393,-262928],[-284539,-262813],[-294501,-256258],[-287305,-256162],[-286529,-259602],[-293104,-263030],[-289200,-263509],[-287013,-259285],[-286990,-259759],[-286256,-260314],[-286387,-260196],[-286679,-260545],[-284973,-258581],[-290655,-263109],[-290789,-263417],[-290394,-263532],[-290560,-263606],[-300769,-258697],[-308385,-135658],[-308100,-136099],[-307497,-135964],[-307792,-135827],[-308897,-151734],[-308575,-151875],[-309205,-152006],[-309490,-151565],[-372595,-270611],[-372275,-271125],[-372985,-270077],[-374197,-268885],[-374310,-268633],[-398975,-268425],[-400317,-263961],[-399465,-268628],[-400281,-264538],[-492925,-202125],[-492825,-202525],[-499612,-219755],[-306747,-253794],[-306985,-253303],[-300517,-253506],[-300760,-253127],[-301881,-255604],[-291575,-253975],[-292016,-253759],[-286005,-255479],[-287381,-255491],[-286748,-255173],[-284187,-263045],[-284552,-263083],[-293231,-263067],[-287234,-259363],[-287034,-255826],[-293776,-261205],[-294375,-260643],[-286015,-260964],[-284717,-259323],[-290968,-263114],[-290213,-263129],[-290080,-263660],[-290530,-262920],[-290529,-263410],[-290975,-263725],[-290514,-263851],[-290773,-264073],[-277236,-264071],[-276625,-264625],[-311911,-245210],[-311931,-244358],[-374475,-268925],[-372617,-270933],[-372860,-270554],[-399775,-263275],[-399575,-264125],[-398931,-267916],[-492825,-202375],[-176310,-248204],[-175133,-252127],[-172797,-253745],[-171924,-254424],[-189920,-253163],[-195685,-253737],[-194314,-254689],[-189225,-252025],[-201182,-249525],[-201949,-251616],[-184548,-268861],[-183960,-268995],[-184156,-266366],[-183182,-267583],[-180475,-266342],[-180383,-266032],[-183209,-262645],[-186043,-259886],[-185532,-259122],[-180858,-261335],[-180273,-259184],[-181025,-258775],[-200936,-261299],[-201072,-261968],[-200447,-256856],[-175511,-260146],[-200653,-256173],[-196253,-288828],[-255275,-188025],[-254279,-199997],[-214704,-245764],[-235076,-238549],[-236825,-238425],[-236632,-233750],[-226551,-241806],[-226754,-242072],[-221964,-240876],[-221875,-241325],[-219375,-242025],[-219328,-242387],[-224242,-239072],[-220836,-238441],[-223655,-239110],[-221062,-238406],[-220375,-236974],[-219896,-236300],[-249860,-214140],[-213264,-245888],[-214562,-278209],[-212820,-279233],[-270083,-152714],[-269767,-146089],[-273215,-153291],[-279243,-148073],[-278441,-149618],[-300217,-122929],[-300106,-123957],[-301644,-118756],[-301912,-129480],[-301801,-130508],[-281675,-118455],[-281575,-119475],[-289675,-126075],[-289805,-125056],[-285769,-130532],[-296200,-127923],[-296089,-128951],[-290731,-139455],[-290842,-138427],[-296252,-149841],[-296141,-150869],[-281363,-149478],[-279118,-141319],[-285421,-131473],[-256573,-183241],[-259156,-183638],[-256462,-184269],[-256258,-179983],[-293075,-180825],[-292975,-181825],[-287307,-183685],[-287356,-183039],[-288945,-188155],[-288825,-188975],[-295210,-191248],[-295725,-190125],[-256125,-202675],[-267475,-203525],[-262962,-203969],[-256021,-201564],[-267170,-165362],[-292646,-248571],[-291342,-250078],[-271103,-224437],[-269156,-226410],[-265033,-222538],[-267061,-227041],[-257025,-205725],[-306769,-254202],[-301731,-255136],[-295437,-249838],[-300482,-253850],[-293575,-253846],[-296175,-255075],[-291832,-253643],[-291232,-250702],[-286447,-255643],[-286816,-255493],[-282825,-251525],[-283058,-268688],[-283830,-265139],[-284296,-262321],[-306695,-258287],[-287475,-255875],[-285360,-258392],[-294057,-261206],[-293763,-261425],[-289375,-258725],[-286379,-259647],[-286302,-260694],[-286714,-260024],[-285017,-259044],[-284533,-262044],[-289928,-263251],[-291397,-263303],[-290123,-264980],[-291021,-264212],[-284875,-263125],[-287900,-263734],[-286290,-265720],[-276662,-264302],[-276918,-264634],[-303001,-258496],[-303158,-258733],[-300453,-258589],[-298281,-259508],[-307764,-136326],[-307875,-135298],[-308980,-151205],[-308875,-152225],[-312729,-245225],[-308966,-253571],[-307958,-256844],[-372582,-271277],[-400075,-263225],[-400048,-263820],[-399232,-267910]] \ No newline at end of file diff --git a/src/gathering/item-6202.json b/src/gathering/item-6202.json new file mode 100644 index 0000000..f9128f3 --- /dev/null +++ b/src/gathering/item-6202.json @@ -0,0 +1 @@ +[[-25551,126],[-23990,-2644],[-23174,-793],[-25269,80],[-23075,-1275],[-25514,-3043],[-24423,-1793],[-21263,-245],[-46693,-7435],[-625,10325],[-4246,9516],[-10927,7282],[-13488,5792],[-11061,5629],[-6753,4860],[-7450,5607],[-18641,4471],[-18847,4010],[-19043,3763],[-17921,3607],[-21536,5308],[-20598,5636],[-21187,5830],[-21124,6557],[-21050,5485],[-21629,5534],[-19975,3775],[-21258,5502],[-20025,3375],[-19300,3833],[-18005,1368],[-18662,3351],[-19466,3048],[-21583,2662],[-19797,1449],[-21410,3054],[-19365,3347],[-25045,1904],[-23075,375],[-25140,1333],[-25238,2953],[-24840,1517],[-23471,3847],[-23375,3464],[-23069,4903],[-22536,4963],[-28177,2128],[-26872,1383],[-27136,2076],[-26739,1943],[-25283,2760],[-21246,2807],[-18785,3114],[-19099,3051],[17299,9185],[18008,8206],[20775,9475],[19525,12575],[23944,10246],[24787,13696],[15825,10675],[2175,9525],[-41598,-5540],[-32455,-3102],[-41558,-5227],[-41344,-5302],[-40825,-4725],[-41332,-5135],[-41117,-5214],[-40869,-5215],[-37347,-5856],[-42648,-6697],[-43775,-8825],[-42468,-6497],[-42755,-6391],[-44775,-9175],[-41248,-7047],[-41397,-7279],[-41333,-7443],[-41384,-7120],[-37625,-9125],[-43425,-10825],[-44275,-10925],[-40304,-14605],[-40475,-14975],[-41025,-5425],[-40953,-5586],[-40094,-5882],[-25423,125],[-25225,-2025],[-25285,-2311],[-25125,-2325],[-24096,-2755],[-24075,-3075],[-22983,-1183],[-23268,-955],[-25309,-112],[-22970,-861],[-23931,-1587],[-25075,-1875],[-24831,-2229],[-23813,-2634],[-24114,-1816],[-24696,-1851],[-19777,-287],[-19694,-43],[-21178,-138],[-19425,-25],[-22272,-2332],[-28713,-2203],[-24984,-2092],[-24234,-3208],[-23847,-2834],[-46852,-14925],[-45609,-13953],[-46625,-14825],[-45787,-13242],[-46821,-15110],[-46375,-14975],[-47001,-15087],[-46929,-7668],[-46415,-7380],[-44825,-8925],[-6096,12449],[-7675,8475],[-10882,7517],[-11125,7375],[-13096,5885],[-13369,5699],[-10980,5724],[-11392,6211],[-10646,5753],[-11325,5475],[-11141,5949],[-10808,5864],[-10707,5504],[-7536,5317],[-6975,4875],[-7542,5487],[-7345,5387],[-18850,3805],[-17553,4138],[-18420,3599],[-18664,4030],[-17879,3877],[-18532,3336],[-19228,3770],[-19903,3710],[-21575,5625],[-21530,5125],[-21255,5264],[-21135,5978],[-21577,5402],[-21406,5798],[-20918,5388],[-19471,3625],[-21148,5559],[-20875,5575],[-20954,6671],[-21009,6426],[-11211,6190],[-18395,2803],[-19242,3233],[-11874,2643],[-21158,2709],[-19863,1311],[-21462,3206],[-21543,2560],[-21387,2631],[-22575,5025],[-24890,3194],[-25032,2578],[-24872,1809],[-23443,840],[-25077,3152],[-25158,1728],[-25040,2247],[-25196,2594],[-25310,2865],[-23639,860],[-25125,1525],[-23216,3539],[-22784,4950],[-22954,4797],[-28344,1966],[-27652,2143],[-26631,1505],[-26680,1356],[-26862,2160],[-27840,2180],[-26676,2036],[-28025,2125],[-22885,391],[-24660,2856],[-24859,2614],[-24983,2992],[-23165,3741],[-17925,1325],[-19049,3227],[-19290,3495],[-17995,3284],[17457,8789],[20775,8325],[18486,11874],[21432,10786],[24664,10352],[24925,13275],[-358338,-1865],[-350470,-994],[-350352,-701],[-343323,-1750],[-338404,-1021],[-338386,-847],[-333780,-1727],[-333471,-2128],[-333675,-1575],[-358775,-2325],[-358482,-2102],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[-122808,-39553],[-121820,-39149],[-123096,-38386],[-125775,-39025],[-122273,-37445],[-122525,-38275],[-121690,-38558],[-122075,-36175],[-123475,-35125],[-119339,-33136],[-120118,-31193],[-116769,-32789],[-116547,-31993],[-116748,-33734],[-123782,-39455],[-124999,-37357],[-115843,-28666],[-118418,-29142],[-260405,-32999],[-259744,-32521],[-258271,-30456],[-75763,-20204],[-74432,-19362],[-75069,-20938],[-72825,-20275],[-74943,-17813],[-75292,-18699],[-74587,-15492],[-72067,-15259],[-72538,-18079],[-74099,-16508],[-73843,-13401],[-73722,-11759],[-71944,-16458],[-73701,-9393],[-73625,-10575],[-70445,-10556],[-75117,-9654],[-76618,-7735],[-75825,-8575],[-74407,-8580],[-74388,-6331],[-71412,-6940],[-71062,-9535],[-75625,-6475],[-74850,-4725],[-71217,-12649],[-73444,-3125],[159510,95343],[159321,95188],[159095,94646],[159561,95143],[154502,85500],[176364,114957],[166287,128311],[176925,114825],[176928,114574],[177117,114655],[177031,139040],[174191,140668],[176925,138725],[174194,140912],[173625,141075],[174379,140752],[180411,137278],[179310,139218],[180429,139675],[180409,139470],[180199,139593],[179802,139159],[177118,138772],[180575,140425],[179929,140104],[185694,139482],[189602,138995],[190402,139129],[190162,139173],[190282,138961],[185463,139564],[199281,139206],[199525,139185],[198741,138977],[199425,138975],[166946,129793],[140572,102280],[139772,102142],[140453,102112],[145494,101540],[145366,101282],[145116,101805],[140331,102322],[149237,124125],[143895,121158],[144701,121069],[144540,120940],[144482,121176],[151005,125992],[150905,125811],[150760,126007],[150226,125764],[147119,127184],[150571,109634],[125855,106176],[125043,106164],[125712,106028],[125624,106255],[114475,107875],[114025,107475],[114675,107725],[114476,108524],[114731,107924],[121463,105246],[121318,105443],[121991,104988],[136575,122775],[141114,127302],[136087,123226],[136801,122839],[136625,123025],[131425,118115],[138825,121025],[131227,118056],[130711,118502],[131262,118297],[144875,125775],[-151650,-194557],[-149776,-194570],[-151337,-196067],[-151374,-197248],[-150517,-195575],[-151325,-198675],[-151408,-198443],[-204375,-132725],[-204588,-134416],[-203792,-136007],[-202976,-134913],[-201866,-152483],[-200646,-181642],[-198429,-181745],[-199485,-192648],[-154675,-194075],[-155525,-199525],[-203472,-163989],[-202025,-164675],[-157475,-195475],[-184125,-197175],[-184520,-197210],[-183970,-197024],[-183775,-197675],[-181307,-197768],[-179712,-195814],[-177320,-198470],[-177893,-198601],[-177075,-198525],[-178925,-195775],[-170015,-194112],[-181239,-191032],[-180667,-190901],[-180564,-191122],[-180431,-190964],[-174068,-189026],[-172849,-188607],[-170613,-190525],[-171537,-191798],[-172492,-189641],[-171925,-190875],[-170708,-189132],[-170388,-195099],[-180875,-193425],[-170635,-192203],[-169617,-199198],[-158800,-204686],[-158125,-204775],[-188475,-208175],[-188028,-207719],[-193475,-207725],[-188915,-208010],[-193625,-207875],[-194302,-207794],[-180425,-214025],[-205575,-133625],[-206125,-132225],[-205125,-132775],[-204841,-136832],[-230075,-151775],[-233945,-150995],[-234265,-151945],[-236855,-152064],[-233589,-152034],[-232358,-152465],[-233456,-151877],[-233692,-151814],[-228796,-151360],[-232725,-149675],[-231325,-150525],[-228579,-150080],[-227975,-148175],[-228675,-148075],[-228775,-148675],[-227907,-148640],[-226918,-149564],[-227936,-149440],[-230575,-147575],[-233418,-146073],[-233284,-145916],[-226555,-146094],[-225913,-146646],[-230175,-141575],[-229371,-141495],[-229607,-141432],[-229504,-141653],[-232978,-141721],[-232276,-137860],[-232987,-139352],[-232951,-137770],[-232379,-137639],[-231570,-139698],[-230875,-137713],[-215814,-137822],[-215485,-139194],[-216332,-140109],[-217068,-140369],[-216658,-134015],[-217225,-133175],[-210606,-150715],[-217375,-140225],[-214275,-144425],[-213733,-148178],[-211430,-150086],[-211452,-151427],[-209359,-150387],[-210810,-149614],[-209554,-148548],[-211606,-144996],[-213037,-144682],[-212320,-145630],[-213816,-143792],[-210822,-145430],[-212228,-148118],[-214042,-143096],[-213489,-141575],[-211950,-144085],[-214079,-140284],[-205757,-135170],[-212825,-143125],[-210038,-182192],[-205175,-153975],[-205625,-156125],[-211775,-184175],[-209058,-182529],[-208025,-186025],[-353061,3],[-353275,-125],[-353075,-275],[-352526,-1516],[-353794,-2918],[-349085,-2602],[-349525,-1825],[-343155,-1972],[-338641,-1345],[-334802,-1878],[-334875,-2125],[-358575,-775],[-350947,18105],[-349445,21246],[-351013,17781],[-351171,14840],[-350741,14894],[-351932,13529],[-348705,15070],[-348673,14542],[-348126,14740],[-350234,12122],[-349176,11689],[-350971,12235],[-347275,12325],[-348740,12107],[-352006,13043],[-352225,13225],[-354463,17086],[-354551,17465],[-352590,20056],[-352653,20413],[-356620,18757],[-356557,18400],[-357928,17028],[-356534,16845],[-357723,17238],[-355642,17285],[-357670,21156],[-356024,19301],[-358329,21047],[-357876,17429],[-356515,16517],[-357976,20895],[-357245,3958],[-355524,6229],[-356772,703],[-352675,4075],[-352915,4730],[-355828,2518],[-349623,2354],[-349969,2429],[-350801,2345],[-348259,1376],[-348238,2858],[-348523,1254],[-347858,1438],[-344675,343],[-344925,2925],[-344439,1022],[-345174,900],[-345183,2866],[-345478,1944],[-344837,2158],[-345094,2374],[-344890,873],[-348308,3613],[-348073,3674],[-339591,290],[-340118,823],[-340174,472],[-339593,664],[-339359,725],[-361492,21080],[-360410,18197],[-359863,18395],[-361233,21013],[-360777,20836],[-360836,20646],[-361162,20581],[-362054,18431],[-362291,18595],[-362223,19960],[-362163,19647],[-359977,12463],[-360477,11442],[-359755,12130],[-359773,12309],[-359116,5331],[-359399,5253],[-39340,-1859],[-37053,-492],[-37288,-5407],[-37075,-5225],[-35375,-4725],[-32522,-4600],[-42495,-7242],[-43476,-6925],[-43990,-7005],[-44075,-9075],[-43775,-9375],[-39254,-9855],[-37947,-7596],[-37489,-9378],[-38475,-7225],[-43836,-7105],[-43625,-8925],[-43325,-11025],[-43493,-11979],[-39171,-10330],[-39367,-10332],[-39536,-10414],[-39564,-10089],[-36925,-10925],[-35125,-9975],[-37660,-9415],[-35120,-11938],[-42326,-14354],[-42475,-14275],[-44525,-15525],[-45032,-13661],[-44750,-14860],[-44619,-15377],[-40375,-14725],[-39075,-12875],[-39631,-12638],[-37875,-13725],[-37197,-5856],[-36923,-5709],[-39348,-2061],[-37232,-886],[-34375,-7675],[-36955,-316],[-33700,-2563],[-32315,-583],[-32224,-3133],[-39465,-1958],[-39148,-2027],[-36414,151],[-25175,-2125],[-28538,-2168],[-23147,-1085],[-24075,-1575],[-25386,-2781],[-25650,-3010],[-21180,-271],[-19625,-125],[-19480,-711],[-29981,-698],[-29835,-796],[-29681,-685],[-30031,-1137],[-30387,-5137],[-24583,-4044],[-22075,-4725],[-19369,-479],[-19525,25],[-25475,-7575],[-25247,-8530],[-25324,-7459],[-25294,-8253],[-25646,-7577],[-25556,-9105],[-25286,-7266],[-30025,-8125],[-30643,-7209],[-29767,-7126],[-31149,-7771],[-30975,-6225],[-31425,-6725],[-29798,-571],[-29906,-458],[-21987,-4568],[-30225,-9275],[-30575,-9175],[-30322,-11100],[-30175,-9825],[-30475,-11175],[-29815,-10894],[-30125,-11075],[-30975,-10025],[-25417,-8624],[-25655,-9280],[-25567,-7357],[-19458,-242],[-19736,-344],[-31175,-17025],[-35452,-17264],[-48268,-20162],[-48671,-17610],[-49034,-17467],[-48643,-17371],[-46275,-16375],[-45875,-16325],[-46090,-16287],[-47435,-16465],[-47782,-13909],[-47025,-13425],[-46531,-14916],[-45889,-13883],[-45475,-13875],[-45515,-13558],[-45675,-13925],[-45874,-13305],[-47156,-13535],[-45925,-13125],[-44683,-15562],[-45736,-13152],[-46787,-12317],[-46925,-12225],[-47558,-12197],[-48464,-12249],[-44675,-8775],[-49175,-15125],[-48284,-12198],[-35375,-11925],[-31373,-4855],[-35528,1117],[-35125,1475],[-34817,3778],[-36245,259],[-34975,1525],[-35020,3299],[-34980,3616],[-34716,3643],[-519,10168],[-23,10697],[-125,10575],[-763,10089],[-875,10449],[-3952,9614],[-666,10234],[-4125,9425],[-3875,9375],[-4225,9575],[-5499,10457],[-5525,10275],[-8051,8209],[-7865,8277],[-10980,7399],[-11690,5693],[-13306,5884],[-13657,5880],[-11638,5459],[-11425,6275],[-10875,5575],[-6533,5079],[-6875,5125],[-19175,3925],[-11397,5642],[-11075,5425],[-11027,6332],[-12019,5537],[-17823,1604],[-25097,2038],[-23431,719],[-23075,525],[-23689,967],[-24844,2730],[-25278,2065],[-23213,751],[-23234,3920],[-27625,1925],[-17730,1419],[-13125,1325],[-13225,2525],[-10275,2925],[-10725,2375],[-55147,-25004],[-59672,-22673],[-59942,-22692],[-55425,-24975],[-57802,-18921],[18575,9425],[21425,7375],[20425,9575],[22614,8393],[23119,7918],[16874,8740],[17825,10075],[17810,10328],[17778,10945],[15725,10575],[16675,9675],[22945,10838],[20103,11125],[19265,10712],[25721,12440],[22915,11079],[25325,13078],[17075,14075],[16290,14171],[23976,14226],[24012,14526],[18586,14196],[21413,13964],[20825,13925],[14044,9470],[14225,9375],[15888,11914],[15210,11063],[12875,12575],[8825,10125],[6125,8275],[6225,8425],[1007,7094],[2119,9579],[1604,12065],[225,10875],[1875,11975],[1575,11775],[26375,12225],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[386323,-690],[386203,-1139],[386000,-649],[389824,4273],[390343,4699],[371251,48464],[372756,50839],[371716,48765],[372075,48375],[371989,48828],[371075,39981],[371149,39603],[370817,39597],[390124,21633],[389675,21775],[389999,21219],[390484,21385],[395027,23166],[395083,22783],[394668,23156],[407725,35425],[407517,35200],[407774,35031],[385936,2059],[386305,2094],[386111,2388],[389609,3700],[390017,4444],[393140,8619],[390466,9182],[390081,9379],[389902,9099],[387739,11184],[389840,4472],[374847,56862],[374898,57234],[372728,56093],[372764,55797],[372499,55775],[371423,57843],[369225,59125],[395849,96043],[395708,96177],[403496,96639],[403315,96450],[395983,97597],[400597,81760],[400527,81364],[422403,-4453],[422133,-4630],[422384,-4763],[429229,-5025],[426699,-6086],[426648,-5676],[429280,-5435],[429024,-5266],[426443,-5917],[432662,10207],[432457,9965],[435125,12125],[435126,12549],[432713,9797],[450144,30922],[449888,31091],[450093,31333],[458113,1411],[458236,1121],[458496,1561],[440581,30010],[440661,29211],[453582,37835],[453296,37993],[453566,38168],[456118,156653],[457921,155683],[458266,155687],[458729,155452],[460225,157325],[458314,155091],[460291,156716],[459898,157307],[451275,153825],[451486,154059],[451258,154150],[410140,63521],[409875,63425],[409744,63792],[420525,88875],[420162,81276],[419900,81265],[420769,89137],[421425,88925],[420738,88539],[425207,84487],[425667,84733],[415728,106573],[415739,105967],[415468,106128],[420062,117095],[414996,108733],[431663,121109],[432300,121393],[432161,121066],[445167,127688],[444815,127914],[451393,136297],[453887,149177],[451370,153420],[465444,13704],[465625,13925],[465700,13536],[461555,153023],[461525,153625],[461163,153615],[767025,383975],[766558,383945],[760778,395785],[761038,395756],[761039,395397],[767797,398892],[766375,384125],[766629,384164],[751937,389041],[752074,388887],[752175,390175],[751238,392751],[751369,393193],[751881,393041],[747778,395398],[747984,395213],[748055,395432],[748429,395256],[751474,392817],[751734,392738],[739096,414437],[742623,420802],[742656,420525],[742841,420731],[742798,421177],[742246,427565],[741451,427067],[742525,428067],[743177,427924],[754174,414141],[753667,414170],[753560,413787],[753953,414847],[768125,398804],[774292,399460],[774307,399183],[779082,397049],[778430,397191],[778707,397224],[774625,398875],[778636,397006],[774512,399287],[783393,392774],[783670,392807],[783599,392588],[784044,392631],[768175,422225],[768116,422715],[-151604,-198887],[-151937,-198078],[-203613,-133545],[-199915,-165229],[-158041,-204401],[-179336,-196127],[-178825,-195925],[-177850,-198104],[-177517,-198913],[-177025,-198725],[-181175,-193625],[-180875,-193125],[-179669,-195318],[-180480,-190747],[-181197,-190536],[-180354,-191115],[-180864,-191344],[-158424,-204998],[-157914,-204768],[-193525,-207475],[-194275,-207275],[-246887,-143607],[-206638,-132046],[-234222,-151448],[-233889,-152257],[-236675,-151875],[-236575,-152325],[-237051,-152508],[-233505,-151660],[-232378,-152037],[-233379,-152027],[-227777,-148173],[-228292,-148097],[-228620,-147594],[-228287,-148403],[-230420,-149567],[-226825,-148225],[-233334,-145699],[-225513,-145270],[-230137,-141067],[-229425,-141275],[-229275,-141625],[-229804,-141876],[-233207,-146066],[-233731,-146575],[-232575,-138075],[-232125,-137875],[-232908,-137274],[-232175,-137475],[-214279,-137540],[-209753,-151507],[-213925,-145425],[-210978,-148164],[-210525,-146075],[-214125,-141125],[-205326,-136790],[-352614,-1650],[-353267,-341],[-357085,-3952],[-357027,-4119],[-353702,-3051],[-349401,-1857],[-348847,-2515],[-346875,-75],[-343175,-2125],[-334662,-2068],[-348979,20999],[-349671,21076],[-351116,17889],[-350910,14677],[-350403,11906],[-347268,11948],[-349133,12099],[-352458,12948],[-352722,20246],[-356689,18590],[-356201,19075],[-358040,17171],[-357925,21312],[-357288,3803],[-355563,6050],[-356941,487],[-355791,2297],[-353381,381],[-355004,6545],[-352925,4525],[-350839,2167],[-349911,2221],[-347912,1738],[-348423,975],[-345267,797],[-344783,3087],[-344786,323],[-345081,2724],[-348216,3479],[-347796,3951],[-339501,528],[-339175,875],[-358662,-929],[-358706,-574],[-360479,18031],[-362314,19765],[-360712,11563]] \ No newline at end of file diff --git a/src/gathering/item-6203.json b/src/gathering/item-6203.json new file mode 100644 index 0000000..d1f40f2 --- /dev/null +++ b/src/gathering/item-6203.json @@ -0,0 +1 @@ +[[557537,135680],[603327,44385],[599304,52707],[594687,62888],[586951,93129],[584923,78697],[597575,94575],[580287,108907],[586024,104396],[592775,112775],[583345,118975],[577502,133421],[563880,128599],[565621,138483],[572236,143499],[646694,30504],[658017,14970],[655684,68785],[644275,84986],[633225,83125],[623314,87342],[678446,48984],[695017,97271],[675951,104918],[-115069,99847],[-114975,100075],[-107725,100519],[-107579,101680],[-106495,96019],[-106686,96160],[-106947,93232],[-117162,93044],[-116708,93592],[-116030,93769],[-117578,98258],[-117716,98451],[-117108,100248],[-116908,100120],[-116413,92717],[-116669,92005],[-115730,92390],[-115918,92270],[-116839,92205],[-117975,86925],[-117001,87303],[-119038,86180],[-118701,85615],[-117012,86582],[-118192,85930],[-118098,86306],[-117834,86297],[-117229,85806],[-111198,102478],[-111042,102130],[-110124,100103],[-110570,94508],[-110375,94725],[-119025,99975],[-116286,92848],[-106443,92047],[-103067,96487],[-103182,96184],[-111240,90040],[-110301,92072],[-110502,91963],[-112375,90631],[-106338,92203],[-113206,93345],[-113399,93274],[-123303,145744],[-123242,145514],[-123021,145586],[-122556,147741],[-122616,147971],[-122334,147813],[-125289,141935],[-125511,141863],[-124343,141847],[-124283,141617],[-124061,141689],[-119176,142044],[-118893,141886],[-119115,141814],[-120676,146507],[-118858,144651],[-118576,144494],[-118797,144421],[-120736,146737],[-120454,146579],[-120637,149410],[-119411,148868],[-119351,148638],[-119129,148710],[-115992,146688],[-116274,146846],[-116741,144223],[-117241,145646],[-116214,146616],[-117181,145416],[-116959,145488],[-112925,144825],[-115369,141281],[-115699,143657],[-115309,141051],[-115417,143499],[-115639,143427],[-115087,141123],[-113641,142320],[-113701,142550],[-113419,142392],[-117559,140667],[-117498,140437],[-117276,140509],[-112997,104013],[-117722,103473],[-116272,104514],[-117433,109162],[-115445,144643],[-114061,144889],[-110748,142813],[-110854,142657],[-110870,142451],[-109266,140738],[-109175,140475],[-110801,139999],[-110680,140360],[-113011,144672],[-112458,143674],[-109052,140842],[-110893,140256],[-108577,137115],[-113275,110275],[-112911,104234],[-110325,103925],[-115993,104232],[-103805,123995],[-108560,137320],[-182131,154232],[-181964,156615],[-2252,29046],[-423,32997],[-4401,29483],[-7632,26241],[-6713,26991],[-13674,23089],[-35904,33600],[-50295,49023],[-50487,48851],[-50128,48937],[-49923,48945],[-50168,50614],[-19416,27671],[-18022,25525],[-22504,21425],[-20525,21725],[-24532,18376],[-28576,19325],[-26802,61542],[-26441,61421],[-28705,65404],[-24525,61875],[-24408,71072],[-20036,65754],[-19773,65828],[-24454,80534],[-24611,80699],[-25108,81011],[-23412,82889],[-19498,81699],[-21587,82669],[-21383,82566],[-27033,79305],[-26847,79283],[-24367,78857],[-24044,78842],[-21835,77846],[-21921,77625],[-21023,70129],[-20785,70135],[-20124,65974],[-24283,61945],[-19603,60438],[-19714,60637],[-22911,60637],[-22928,60874],[-25201,59945],[-26093,58057],[-46957,77906],[-24841,59822],[-26286,58215],[-72725,50975],[-51408,47884],[-52159,49706],[-52368,49688],[-51844,49559],[-51690,49391],[-51316,50022],[-52836,48753],[-59251,101424],[-55527,99030],[-65588,95451],[-57363,96630],[-66156,91718],[-63025,92475],[-64237,90196],[-68689,65657],[-70375,69025],[-66550,52502],[-68351,54784],[-67956,58448],[-64694,60260],[-63371,56671],[-59506,60645],[-91292,117983],[-94635,120436],[-92386,124084],[-98624,123735],[-99561,129596],[-99894,119778],[-97476,117632],[-101753,126328],[33647,60401],[36369,54235],[35725,56675],[35606,59883],[37534,57788],[34683,58641],[37711,56017],[133976,313325],[133718,313416],[133772,313647],[133628,312952],[130499,310900],[130741,310774],[132074,312460],[130586,311121],[131714,312584],[131869,312478],[132426,314645],[136179,320207],[136372,320136],[128133,325813],[134282,325095],[134525,324975],[134127,325266],[133970,325097],[141639,322023],[141381,322074],[141721,324862],[141572,325412],[133825,329375],[134425,327921],[133610,329373],[134362,327679],[134268,327841],[132125,326675],[131916,326712],[132606,331078],[132333,331099],[132325,331336],[135175,330825],[134138,329985],[135413,331117],[133270,331706],[135096,331068],[133404,331521],[133855,329664],[135775,332425],[137363,328647],[128025,325975],[126306,326156],[126440,325972],[138916,327462],[134354,326826],[135720,327032],[137239,328812],[138762,327629],[132473,312894],[129125,311125],[132943,314027],[134746,331686],[136816,330495],[138341,330571],[137214,328998],[125303,325482],[125025,326375],[133075,325725],[125325,326025],[125413,326742],[125172,326962],[125014,326200],[128361,330054],[129671,326005],[130053,326827],[133882,315016],[-103003,57527],[-107662,59242],[-102592,56419],[-9762,23835],[-12692,25252],[-95823,71758],[-99877,66919],[-99676,64201],[-99550,57383],[-97144,56873],[-92863,54432],[-93322,56559],[-95733,55925],[-97846,56513],[-96957,56091],[-95082,69013],[-95791,65472],[-96325,56825],[-94614,59358],[-97149,61444],[-95494,57472],[-96078,63401],[-57924,71452],[-56975,71625],[-62863,79012],[-60667,72707],[-58246,70713],[-58071,71664],[-57855,72724],[-58494,72274],[-60242,73641],[-62774,72850],[-61612,72681],[-61903,73749],[-60750,71313],[-61418,74728],[-62903,74371],[-63992,75187],[-63648,72766],[-58444,70315],[-58161,70438],[-66075,75364],[-65039,74526],[-65721,74422],[-61625,79425],[-67890,74845],[-67734,74638],[-68086,76331],[-68875,76575],[-70075,78525],[-71164,78616],[-72260,91962],[-73421,89963],[-74881,81770],[-74537,82959],[-73725,81525],[-75675,79975],[-77395,76514],[-76687,77484],[-72225,78225],[-65466,78999],[-73020,88585],[-73820,92950],[-73172,92192],[-70863,93589],[-71947,94927],[-71156,94360],[-71006,95308],[-72144,96296],[-71592,93808],[-71389,96995],[-70642,96566],[-70728,90736],[-71004,89117],[-69975,89025],[-74907,85226],[-75975,84775],[-75274,79343],[-72172,81506],[-70528,83424],[-75285,78520],[-76046,79117],[-76175,77875],[-74595,77724],[-75136,76342],[-75093,76639],[-75401,75509],[-76194,73242],[-74938,76463],[-73358,73598],[-74595,73528],[-72674,74991],[-71118,75007],[-71550,76319],[-70047,75207],[-73740,75514],[-72977,76835],[-69347,74634],[-66286,74358],[-76265,74356],[-74129,72494],[-75091,72721],[26783,-11245],[25984,-12541],[30231,-22045],[30551,-21398],[29714,-21237],[31135,-18441],[29961,-18134],[31435,-17238],[29275,-22325],[25222,-21052],[27916,-20864],[26730,-21890],[25478,-16304],[27267,-18331],[26009,-18313],[26567,-16760],[25926,-16553],[28639,-14153],[26447,-25051],[24819,-27796],[28713,-25609],[26425,-25725],[30782,-19093],[25814,-26511],[25193,-26508],[24127,-23862],[24559,-21595],[26392,-21688],[25291,-21998],[29247,-21701],[24904,-20621],[26074,-17384],[24907,-17051],[25530,-17785],[27979,-18009],[26119,-14608],[30836,-14856],[28594,-24238],[29885,-19021],[697034,142137],[671033,150784],[-198458,-192782],[-200575,-82325],[-231275,-146825],[-235575,-137225],[-233575,-131925],[-234023,-129809],[-235171,-129114],[-232396,-126332],[-231775,-126225],[-218574,-134100],[-217870,-141227],[-217461,-138807],[-220592,-139343],[-221104,-134591],[-223372,-134314],[-215825,-129625],[-219713,-130299],[-231557,-118511],[-226321,-127291],[-231986,-115895],[-236124,-117222],[-236977,-125231],[-236801,-121946],[-212825,-150575],[-210589,-151759],[-211533,-147684],[-212525,-143375],[-214675,-142225],[-206314,-99266],[-206831,-97275]] \ No newline at end of file diff --git a/src/gathering/item-6204.json b/src/gathering/item-6204.json new file mode 100644 index 0000000..711ec42 --- /dev/null +++ b/src/gathering/item-6204.json @@ -0,0 +1 @@ +[[240208,-13113],[237575,-11525],[239113,-10175],[238494,-23236],[237472,-24404],[240840,-21869],[235150,-26752],[239806,-30052],[240214,-30432],[253699,-36618],[281346,-18035],[265456,-28999],[265967,-28874],[260556,-25016],[260581,-24762],[260185,-24711],[260878,-24969],[272344,-20026],[277041,-21611],[277314,-21024],[276675,-19875],[278220,-20095],[278225,-21075],[277292,-21231],[280450,-19834],[282167,-21346],[269945,-21428],[269783,-20059],[271176,-20623],[269761,-20345],[269515,-20062],[274584,-19412],[277484,-18916],[267686,-21300],[271932,-15802],[271325,-18375],[246872,-21308],[246275,-175],[245142,-33890],[245489,-33966],[247654,-33088],[239402,-30470],[240128,-30816],[241960,-30056],[240960,-28282],[235583,-26314],[230619,-15913],[234743,-14274],[223604,-17480],[221999,-13071],[225771,-18279],[225277,-18532],[224925,-15275],[253275,-5575],[253915,-5587],[253667,-5169],[225375,-12275],[243285,-30057],[244294,-30004],[245875,-30425],[248275,-30375],[250652,-33206],[246224,783],[246725,775],[236305,5285],[279454,-46709],[277568,-22672],[277867,-22379],[276876,-21215],[277125,-20775],[273455,-23904],[273217,-24325],[274439,-21266],[273229,-16731],[273139,-17243],[273475,-17175],[269109,-20183],[271475,-22125],[270195,-20042],[269900,-19641],[266571,-22700],[266907,-23105],[271380,-22491],[266108,-28563],[270633,-27350],[266173,-26784],[260913,-24323],[258284,-25130],[264647,-15480],[264812,-14774],[264424,-14774],[266476,-11931],[265838,-12135],[266123,-11632],[266918,-13730],[270895,-15142],[272304,-14993],[264770,-13376],[256144,-41906],[258025,-40175],[256399,-38252],[273758,-66330],[270827,-59383]] \ No newline at end of file diff --git a/src/gathering/item-6205.json b/src/gathering/item-6205.json new file mode 100644 index 0000000..f2cd2c4 --- /dev/null +++ b/src/gathering/item-6205.json @@ -0,0 +1 @@ +[[15026,-65002],[16004,-65228],[14398,-64691],[15294,-65822],[14407,-65713],[15857,-64627],[-105425,-74625],[-107325,-70125],[-114652,-77227],[-116098,-76365],[-112015,-73317],[-111323,-78046],[-110384,-83159],[-107835,-80883],[-105723,-83732],[-104677,-79735],[-72084,-104360],[-69354,-102542],[-72264,-106633],[-83970,-111350],[-80660,-105477],[-82811,-105967],[-80481,-107323],[-82872,-113382],[-89010,-77282],[-77285,-76997],[-75049,-74783],[-82765,-88597],[-86391,-101505],[-69722,-97950],[-69039,-98384],[-68871,-95662],[-101645,-91812],[-98425,-77725],[-95746,-75881],[-88775,-98080],[-97737,-72833],[-102185,-81362],[-99615,-73293],[-100020,-83040],[-1415,31490],[-5333,29572],[-11764,25015],[-8933,23904],[-22187,17459],[8375,33625],[10986,36898],[16262,37746],[21797,37777],[32875,39375],[35102,40755],[26551,42892],[31199,41943],[38375,40614],[40366,42757],[42812,44058],[21672,46944],[20237,49152],[16925,43475],[20247,43519],[15192,48816],[12322,50311],[15035,41350],[23125,40975],[11925,43125],[10551,45781],[8925,40975],[8469,46437],[2525,35475],[45303,36676],[45247,39090],[-188404,-265],[-192225,-1075],[-192104,-1773],[-194523,-2678],[-193129,-531],[-196677,-1350],[-197076,-1417],[-197901,-975],[-196925,-25],[-196194,-296],[-198063,-2706],[-191409,-666],[-195163,-3503],[-192293,-3909],[-192921,-2180],[-192914,-2995],[-196343,-3541],[-195514,-4162],[-198275,-3023],[-195129,-1658],[-187399,2641],[-188994,2321],[-183565,3313],[-197328,1350],[-197625,1825],[-197347,2811],[-197019,3092],[-193905,2646],[-192357,594],[-192356,1787],[-194517,1374],[-189686,472],[-190854,2234],[-190100,2561],[-190953,673],[-191604,1922],[-195742,2980],[-191052,3868],[-195775,575],[-219490,-1108],[-220579,-268],[-221471,-501],[-236850,5108],[-235412,5486],[-235628,7142],[-234402,10090],[-230871,16238],[-222214,7289],[-220678,7399],[-228593,18069],[-229376,17519],[-229312,19312],[-231968,19896],[-230395,17592],[-230296,15454],[-227680,23177],[-239723,14289],[-238766,16324],[-235152,14093],[-231192,20826],[-236648,12446],[-244870,18350],[-241007,13288],[-249170,9857],[-246380,12278],[-242513,16749],[-243745,8134],[-244024,15120],[-248701,11543],[-249278,15875],[-250667,13544],[-249425,5325],[-215100,9305],[-218646,7398],[-232884,9624],[-232773,15655],[-234155,8642],[-232407,7762],[-232313,6897],[-233368,7599],[-237921,4475],[-236417,6037],[-236904,3949],[-235610,4619],[-234281,5610],[-220420,4500],[-220166,5691],[-219025,1025],[-49141,4249],[-43353,1719],[-45817,6758],[-47658,16335],[-41197,14430],[-51033,18270],[-37625,9625],[-34741,15243],[-31758,11222],[-30475,15575],[-34026,18888],[-35346,21877],[-33650,22014],[-34219,24579],[-33969,35907],[-34657,38083],[-38220,30729],[-36669,28312],[-36284,35805],[-35997,40161],[-38284,37381],[-40276,40252],[-37926,35692],[-25029,20935],[-24727,24992],[-24823,22767],[-26670,12321],[-28298,18279],[-26855,19259],[-22962,19682],[-31760,22976],[-35225,25975],[-34883,27367],[-44730,21070],[-38538,17859],[-38532,33968],[-38814,23377],[-38883,28032],[-36410,24104],[-39925,30425],[-42052,30095],[-61178,3233],[-64328,5660],[-61899,10307],[-63949,7336],[-63572,8326],[-62566,10477],[-62941,6550],[-62880,11766],[-62398,13027],[-60822,12423],[-61691,12743],[-61515,11717],[-63282,13412],[-62886,15281],[-61447,18337],[-60529,17806],[-58026,20152],[-57549,18980],[-60647,12926],[-60731,13817],[-59725,11625],[-60499,11363],[-59351,12556],[-57879,12986],[-58639,13708],[-59803,16727],[-57047,463],[-56887,5326],[-51502,8939],[-55382,20236],[-56994,19895],[-58071,18340],[-58087,16558],[-56470,13751],[-54778,14603],[-56984,12542],[-54506,9865],[-55957,12067],[-311139,-252283],[-316917,-251613],[-315858,-244602],[-316655,-244057],[-316632,-243078],[-317711,-251653],[-316393,-253019],[-318895,-243218],[-320236,-251186],[-330175,-243425],[-338246,-240188],[-337682,-241122],[-335680,-241141],[-335125,-242222],[-335775,-240175],[-333168,-243207],[-340275,-243075],[-339329,-240335],[-340132,-241778],[-313621,-252469],[-311457,-254121],[-311969,-252614],[-312678,-255130],[-340800,-253478],[-323651,-241371],[-322667,-240199],[-326013,-240506],[-319517,-241165],[-317163,-241445],[-315567,-242572],[-314403,-241933],[-355550,-259916],[-354793,-261623],[-357629,-263686],[-356531,-268565],[-356775,-270775],[-355325,-270875],[-358325,-260975],[-356470,-262647],[-357859,-273412],[-354019,-273000],[-352536,-273072],[-355425,-273175],[-354057,-270234],[-350561,-272539],[-350830,-269553],[-351878,-271408],[-349208,-270194],[-348560,-265908],[-347016,-272840],[-347825,-273375],[-345836,-272776],[-347638,-272109],[-349425,-274047],[-346392,-274431],[-347747,-270983],[-346328,-269313],[-345720,-271083],[-347275,-267125],[-348577,-267966],[-343351,-271886],[-343675,-274203],[-341290,-273381],[-340442,-272045],[-340675,-274425],[-339376,-270317],[-340935,-269242],[-340275,-265875],[-337626,-272659],[-335652,-271426],[-335006,-273716],[-333125,-273025],[-334732,-270095],[-333775,-271725],[-331596,-271250],[-329127,-270718],[-338710,-267222],[-324624,-269550],[-322977,-270223],[-322925,-268325],[-322210,-271138],[-318520,-270451],[-316532,-271646],[-320755,-270213],[-319375,-268575],[-319592,-271644],[-318082,-267627],[-318005,-265199],[-315045,-270442],[-316866,-268953],[-314282,-267044],[-315742,-265683],[-316543,-264510],[-314141,-263634],[-320444,-272353],[-312152,-267274],[-311098,-267742],[-311456,-265655],[-314425,-268125],[-310881,-255976],[-318784,-259111],[-317675,-261375],[-318975,-257921],[-317015,-257773],[-311105,-258584],[-314127,-258277],[-342735,-256192],[-348610,-261756],[-346543,-263778],[-345865,-270732],[-347075,-270625],[-352765,-275765],[-347345,-275390],[-351481,-275124],[-347787,-274360],[-344752,-274640],[-346694,-275267],[-347371,-276287],[-355727,-274913],[-357688,-271967],[-357725,-274025],[-348525,-275725],[-359100,-264975],[-361300,-259996],[-361571,-268132],[-360172,-268335],[-361721,-265455],[-359606,-270811],[-360825,-271425],[-364544,-269214],[-363044,-270732],[-361460,-269584],[-361547,-270863],[-363209,-267009],[-364175,-263275],[-364536,-264322],[-359774,-273651],[-361897,-268835],[-365078,-270068],[-362411,-272648],[-364237,-268222],[-363925,-267475],[-365925,-268375],[-365941,-260444],[-364362,-260313],[-365165,-260380],[-363675,-260675],[-360363,-260023],[-360980,-259608],[-367251,-267773],[-366451,-267429],[-367325,-260175],[-370284,-271217],[-367959,-272539],[-368226,-269110],[-366823,-273767],[-366631,-271073],[-152518,-202416],[-150025,-203175],[-147861,-202599],[-146725,-202425],[-141488,-244041],[-139082,-246210],[-138825,-248725],[-139939,-247946],[-135625,-246375],[-131575,-248475],[-141168,-244075],[-135275,-242225],[-133880,-242702],[-129759,-243923],[-130775,-242625],[-128595,-242015],[-128915,-241981],[-133171,-249061],[-135359,-246064],[-134712,-255644],[-135207,-259298],[-134725,-264575],[-135890,-259745],[-134088,-258978],[-168295,-234614],[-171214,-234920],[-170447,-235619],[-172417,-234275],[-171986,-234395],[-173877,-235004],[-173392,-234226],[-157619,-253111],[-160484,-254396],[-162660,-251544],[-161726,-254020],[-318025,-243825],[-323117,-243233],[-323925,-242325],[-331875,-251075],[-334075,-247636],[-336520,-243274],[-334247,-242653],[-342069,-251872],[-341025,-247025],[-352817,-247081],[-353408,-244721],[-354164,-255269],[-354968,-240503],[-353386,-241736],[-358208,-238744],[-317647,-242253],[-320512,-242820],[-333438,-240057],[-336935,-239712],[-320324,-241929],[-318912,-241610],[-357175,-260175],[-353346,-261953],[-356217,-271874],[-352699,-270392],[-356996,-265149],[-355978,-263999],[-348619,-271948],[-348878,-269197],[-355194,-269606],[-344126,-270261],[-342182,-268771],[-338511,-271749],[-337100,-261761],[-322075,-266965],[-322041,-266239],[-320692,-268480],[-324975,-271025],[-324126,-268601],[-320322,-270889],[-319275,-266375],[-318663,-268064],[-316149,-265747],[-315199,-265600],[-319614,-266028],[-318754,-258573],[-331790,-257150],[-344669,-272243],[-352618,-274496],[-350758,-276538],[-356475,-272925],[-356259,-264349],[-351035,-89055],[-345513,-86730],[-355875,-88775],[-342501,-84240],[-341049,-85005],[-358125,-89525],[-357632,-87206],[-347540,-91740],[-358035,-82560],[-357075,-84675],[-353712,-90507],[-353644,-85431],[-350179,-90174],[-379695,-143526],[-379250,-142391],[-380106,-142750],[-378385,-142719],[-380898,-143254],[-380625,-142309],[-375045,-136549],[-373416,-134329],[-373525,-131375],[-374950,-131228],[-373143,-129360],[-372542,-126307],[-372613,-125986],[-372897,-125913],[-372642,-126596],[-372990,-126471],[-372500,-127456],[-374418,-126157],[-371891,-126179],[-374116,-128007],[-373458,-132766],[-372015,-121170],[-368206,-119206],[-367479,-119281],[-360993,-116514],[-359605,-113152],[-359982,-113159],[-360126,-113625],[-359908,-113483],[-359925,-113775],[-360075,-112825],[-360425,-111975],[-361610,-112553],[-361790,-107621],[-361575,-112875],[-362057,-105735],[-362482,-106749],[-362288,-105922],[-363138,-109092],[-361780,-106262],[-362216,-104121],[-362935,-102224],[-384007,-105758],[-379952,-104692],[-379487,-105384],[-380870,-104848],[-382605,-106155],[-382182,-106161],[-381125,-106382],[-379425,-106275],[-380265,-106739],[-379606,-107824],[-381597,-107832],[-370176,-102638],[-368553,-106479],[-370338,-102303],[-368482,-106069],[-368887,-106085],[-373635,-105306],[-372918,-104751],[-370650,-102718],[-373113,-104573],[-373672,-103077],[-373425,-104525],[-375450,-115472],[-363946,-113003],[-365378,-113190],[-365297,-114814],[-365173,-113289],[-375175,-115475],[-379481,-123447],[-380583,-125858],[-375716,-126079],[-382174,-116328],[-376006,-119176],[-389090,-118878],[-392954,-121257],[-384775,-133475],[-385362,-133166],[-381833,-131442],[-382738,-130745],[-380465,-130458],[-381425,-130225],[-383207,-130769],[-382447,-130633],[-385463,-141894],[-383928,-142892],[-385146,-133633],[-385895,-133575],[-383425,-141075],[-382525,-141725],[-381900,-142140],[-381907,-141570],[-382983,-141822],[-383635,-142032],[-377439,-137381],[-377145,-138784],[-376818,-138816],[-377343,-139062],[-376875,-136908],[-375473,-134290],[-374940,-133954],[-375190,-134281],[-375223,-133963],[-375224,-130941],[-375525,-134025],[-375002,-134213],[-373784,-132423],[-374478,-126608],[-373969,-126872],[-381137,-130853],[-380393,-129454],[-378680,-128879],[-376139,-129404],[-375725,-127425],[-379964,-129800],[-362883,-109754],[-362744,-109492],[-362633,-110426],[-362937,-109325],[-362871,-109123],[-362715,-113773],[-361875,-112697],[-373636,-127780],[-376308,-130274],[-375921,-129393],[-373708,-129673],[-375673,-127988],[-375294,-127893],[-376503,-128552],[-375358,-128301],[-373266,-128116],[-373883,-127662],[-375023,-129043],[-373722,-128173],[-358476,-253635],[-359025,-240425],[-367709,-249270],[-367811,-245843],[-359426,-255595],[-371225,-247075],[-359524,-258354],[-361175,-263865],[-360035,-262377],[-358894,-266730],[-360175,-270225],[-363131,-262792],[-359360,-269522],[-364764,-259939],[-359430,-260298],[-361631,-260281],[-363322,-259815],[-366925,-267175],[-372337,-259069],[-374075,-259425],[-358953,-81177],[-363861,-101993],[-363183,-100555],[-363975,-101075],[-364869,-100239],[-361319,-87250],[-360473,-86874],[-360638,-88609],[-366233,-95254],[-365324,-92193],[-366981,-91637],[-364599,-91113],[-367186,-87327],[-366828,-86911],[-366412,-85031],[-367293,-84768],[-362650,-84311],[-362175,-82975],[-361219,-85940],[-359632,-82887],[-362177,-85418],[-360436,-84596],[-363766,-92980],[-358909,-91495],[-358838,-83006],[-361217,-81069],[-359924,-80931],[-368572,-87184],[-369224,-85312],[-370136,-84739],[-368700,-80445],[-371067,-84607],[-372625,-80875],[-372425,-82125],[-369125,-79745],[-367938,-86869],[-367495,-81141],[-366450,-80199],[-364822,-83915],[-363058,-82214],[-364879,-82794],[-373131,-81592],[-372300,-78489],[-371555,-78204],[-378421,-96006],[-375102,-97480],[-379310,-95990],[-378703,-94928],[-373780,-93255],[-147455,-203256],[-150035,-201474],[-139401,-247256],[-131886,-248654],[-141401,-244300],[-129672,-244182],[-139203,-248628],[-135581,-245966],[-130988,-242820],[-133715,-258099],[-136559,-261074],[-171137,-232955],[-173625,-234451],[-174110,-235229],[-166998,-244122],[-170680,-235844],[-158045,-253532],[-160900,-253604],[-155153,-256235],[-158436,-255943]] \ No newline at end of file diff --git a/src/gathering/item-6206.json b/src/gathering/item-6206.json new file mode 100644 index 0000000..2b17e81 --- /dev/null +++ b/src/gathering/item-6206.json @@ -0,0 +1 @@ +[[-204674,4906],[-204679,5099],[-204137,8645],[-203551,9298],[-203417,9724],[-204575,9625],[-204560,9437],[-202668,10077],[-248943,-27128],[-250923,-25466],[-248113,-24579],[-241399,-8973],[-242162,-7293],[-241121,-4121],[-241984,-2808],[-234347,-1166],[-250534,-9685],[-254884,-9971],[-249867,-11029],[-248315,-10332],[-247483,-7235],[-249155,-3806],[-248716,-5333],[-255368,-14962],[-248869,-18145],[-246114,-18575],[-252006,-20983],[-249126,-21812],[-247247,-20578],[-249978,-19626],[-216079,-33070],[-215742,-32650],[-210959,-33354],[-212610,-12719],[-215001,-11510],[-205352,7621],[-210027,9045],[-210416,7908],[-209013,7379],[-208579,8678],[-209345,10126],[-210925,9125],[-209067,9779],[-208696,10147],[-208086,9115],[-206389,6828],[-206815,7854],[-207266,9394],[-206143,7779],[-206928,8683],[-206150,9083],[-207745,7061],[-204971,7125],[-206136,10285],[-261761,-32069],[-260459,-25119],[-258731,-24555],[-256207,-18189],[-257595,-7610],[-258677,-5870],[-661,-29971],[-748,-31032],[-145,-28976],[1921,-29607],[1834,-30816],[610,-29259],[3055,-30831],[685,-30158],[4075,-29825],[3453,-30378],[-247208,21288],[-253031,30557],[-251019,29596],[-252619,30471],[-251639,31633],[-253833,32409],[-299474,8271],[-296511,6668],[-296125,8625],[-257102,16676],[-257672,27226],[-258473,31221],[-258090,31306],[-262245,39596],[-262579,40740],[-263969,40653],[-264484,39835],[-264805,40502],[-262823,43129],[-259865,30182],[-270095,23234],[-271728,26000],[-277476,25635],[-278113,20047],[-277532,22420],[-271971,21192],[-276449,16919],[-272429,10566],[-284325,16799],[-299349,24758],[-300826,20216],[-304012,12961],[-294005,14797],[-288121,7063],[-284720,8407],[-281767,11240],[-287807,13719],[-278344,17299],[-277875,17475],[-277934,18721],[-270375,11724],[-268905,13511],[-271281,50976],[-279319,8602],[-271638,51792],[-271033,52671],[-270037,52863],[-269890,54223],[-269251,54810],[-335530,5635],[-335257,5941],[-335725,6325],[-331231,3930],[-332973,7790],[-334037,7837],[-326720,5142],[-327212,5620],[-327519,4850],[-329235,4300],[-326675,4775],[-333841,18264],[-334125,18125],[-333518,17853],[-332378,13145],[-335691,12435],[-330940,8139],[-330596,8634],[-332526,7814],[-332491,8515],[-332683,10783],[-331176,12657],[-332477,12332],[-332760,12738],[-341748,16035],[-341061,15833],[-341435,16356],[-339875,18375],[-339807,17685],[-340478,18147],[-147675,23175],[-146655,21838],[-144945,21757],[-145225,22025],[-153375,797],[-153475,2025],[-139568,16949],[-186279,-33753],[-186145,-26657],[-186985,-26370],[-186327,-27025],[-183720,-34148],[-183679,-33703],[-183404,-32980],[-182776,-33476],[-175223,-32649],[-174553,-31271],[-174555,-30936],[-173603,-26357],[-171075,-26875],[-172369,-25559],[-176860,-32452],[-166859,-26023],[-167175,-25775],[-186761,-39113],[-186520,-38566],[-183775,-23380],[-183280,-23671],[-185825,-38425],[-159343,21707],[-158826,21944],[-160572,16769],[-161845,16307],[-164775,15075],[-168760,11953],[-168038,10923],[-168955,11656],[-173417,5595],[-175825,9275],[-153935,553],[-153962,1586],[-154268,1064],[-176454,13035],[-174767,14340],[-167198,14833],[-167095,22326],[-174541,10627],[-171523,12010],[-164648,16444],[-164415,19130],[-172842,16831],[-163957,19582],[-163526,18854],[-176689,8085],[-165361,22766],[-167872,22761],[202442,3500],[202575,4025],[202063,3994],[241725,16475],[240225,14875],[237825,9675],[237475,10575],[236242,15554],[239288,16463],[240125,18275],[234574,14982],[236175,14829],[235632,13187],[236479,13218],[232626,19409],[236840,18119],[240175,16275],[236941,18815],[236467,18564],[233225,19375],[226825,16875],[225816,12587],[224776,25062],[228425,25275],[226225,26675],[233420,26709],[226194,29848],[226965,31111],[231725,30425],[230646,30962],[230975,31225],[231525,30025],[232975,29725],[226473,32396],[225956,34474],[224113,34686],[225781,32192],[228085,32976],[225125,23075],[231109,25857],[230859,26416],[231641,26206],[242725,26425],[242575,26125],[243600,24889],[243632,24374],[244033,24597],[244025,26175],[244071,24016],[243825,25675],[242725,20825],[240075,21325],[242811,19649],[243093,20742],[243573,20629],[228519,40287],[228826,40797],[228276,40623],[228646,41262],[229354,41596],[229528,38617],[226754,42427],[227804,37258],[228450,36702],[227640,37687],[228580,37493],[228347,37898],[227371,37235],[227925,38075],[226609,35387],[226080,35512],[225816,35133],[225029,40163],[224008,39847],[226206,42201],[226833,41964],[226360,42583],[224775,43825],[224791,44388],[225060,39804],[221905,41855],[222395,44262],[226379,46034],[224875,47375],[226492,46481],[226977,46407],[220223,35908],[220980,36220],[219734,35383],[223384,44774],[216275,31925],[215779,32044],[220300,34604],[223283,34657],[215906,31560],[217475,30725],[220993,30265],[220375,30158],[214795,26266],[216371,28262],[215820,26755],[215974,25579],[219227,25475],[222565,29036],[221607,29879],[222989,31241],[222939,34229],[222653,34934],[210575,29375],[215305,25080],[215589,25657],[219825,25625],[210775,31025],[211085,28416],[213891,16455],[214019,16958],[214725,15825],[210916,28114],[212052,12716],[211504,12751],[211795,12078],[209912,7893],[209288,8276],[209646,8547],[211072,8869],[210675,9075],[211140,9383],[210744,9921],[209875,6725],[211159,8321],[210321,9203],[210640,8190],[209833,9145],[214873,16224],[237075,9675],[238425,9725],[238375,10375],[238025,10275],[239575,16125],[240175,16675],[238575,9875],[235616,13803],[235297,15527],[234871,15570],[236129,13208],[235642,15279],[234458,15401],[232176,19252],[231143,19677],[239775,16825],[231813,20315],[232275,20125],[236643,14311],[225731,30475],[226025,30325],[226075,30098],[226209,31451],[224389,30036],[232338,30439],[232004,30666],[232625,30425],[232654,30047],[233375,30025],[226135,32054],[223836,34129],[242331,20439],[243325,20075],[224471,40216],[224716,39885],[224910,39293],[224539,39192],[224136,43487],[222868,37642],[223125,38225],[221529,41293],[221836,41068],[223718,43981],[224275,44475],[223771,44555],[223458,44290],[220504,35888],[220730,35954],[220983,35676],[223225,37675],[220212,35341],[220781,35031],[220425,29475],[221567,29005],[222026,29276],[224525,29625],[222832,34591],[224267,34298],[210394,28290],[210301,28808],[235022,14837],[239812,17453],[231419,26902],[232841,20181],[232425,29675],[227057,34801],[223055,35328],[224247,39320],[219933,34826],[210874,29066],[187475,-36575],[190155,-36973],[225253,-47651],[221012,-56902],[218136,-58215],[223500,-65758],[214847,-69151],[211185,-66842],[210624,-73831],[222962,-67507],[226806,-53378],[251188,-58130],[253407,-59205],[253779,-58833],[286225,-34425],[286587,-35735],[286458,-34073],[286813,-35395],[289439,-26897],[288171,-27696],[300193,-19662],[301461,-18864],[295789,-33242],[297057,-32443],[299051,-42168],[299277,-41828],[303928,-50251],[260861,-58219],[268214,-73762],[307104,-61786],[302609,-51024],[307155,-59643],[267675,-60125],[302382,-51363],[305129,-54659],[307375,-61425],[314507,-60627],[309182,-63608],[308956,-63948],[314733,-60287],[237318,-44615],[239955,-46195],[219706,-70621],[219454,-70323],[214796,-72884],[220054,-71779],[220306,-72076],[222464,-67643],[222809,-67030],[226819,-54117],[251889,-62313],[252360,-62440],[253374,-60726],[253846,-60853],[291172,-42613],[288576,-27103],[289023,-27761],[300598,-19069],[296194,-32649],[295568,-29069],[299769,-43048],[303148,-42916],[291369,-42044],[292467,-40112],[292269,-40681],[291158,-45520],[291355,-44951],[303313,-50872],[302080,-50811],[267518,-60407],[260407,-57971],[263006,-58729],[267328,-64299],[306535,-53035],[305472,-55037],[304080,-55282],[303116,-51441],[307505,-60764],[313781,-60102],[188856,-38335],[187552,-36124],[188225,-37925],[190103,-37968],[216808,-50306],[215598,-47911],[216337,-48181],[218419,-50098],[225668,-48021],[225675,-47575],[237725,-44275],[221314,-56991],[221201,-57298],[223925,-65679],[214554,-68348],[214531,-69154],[211762,-66604],[211025,-74225],[211049,-73751],[211575,-67125],[223915,-66129],[227230,-53299],[227220,-53749],[252288,-61957],[249812,-57384],[253773,-60369],[289085,-27435],[301125,-19425],[296703,-32981],[296857,-29672],[295067,-29246],[259660,-57688],[265066,-61868],[263455,-59207],[262746,-59633],[267591,-68699],[267335,-69178],[267375,-66075],[268541,-73982],[268953,-74431],[305858,-54319],[304466,-54564],[311169,-24669]] \ No newline at end of file diff --git a/src/gathering/item-6207.json b/src/gathering/item-6207.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/item-6207.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/item-6208.json b/src/gathering/item-6208.json new file mode 100644 index 0000000..9d9ef73 --- /dev/null +++ b/src/gathering/item-6208.json @@ -0,0 +1 @@ +[[-255625,-138275],[-255357,-136238],[-255253,-135077],[-253472,-128628],[-255691,-133241],[-253728,-128535],[-254625,-125875],[-254042,-127372],[-253948,-124266],[-255625,-160075],[-253626,-161409],[-254190,-163266],[-256203,-140090],[-258577,-144233],[-259825,-149425],[-261064,-147823],[-258875,-147575],[-258523,-147356],[-260077,-150633],[-259913,-144789],[-261183,-143410],[-262075,-142425],[-262700,-151842],[-263328,-152671],[-259916,-151344],[-258753,-154761],[-259020,-153808],[-265002,-154135],[-263881,-153669],[-259825,-156675],[-17990,-58596],[-17623,-55303],[-14687,-56074],[-14537,-52642],[-10975,-52175],[-8288,-51650],[-4774,-65498],[-2594,-65236],[-8610,-62511],[-10612,-58811],[-13866,-58844],[-13663,-57191],[-10925,-54960],[-7337,-56608],[-7775,-59525],[18137,-83357],[7287,-68564],[7601,-71392],[10717,-71174],[9737,-76012],[13975,-75782],[13158,-72397],[17187,-75373],[16925,-73575],[16300,-71975],[11065,-77587],[17342,-77937],[8973,-77039],[19830,-74759],[1780,-72110],[5344,-77815],[3670,-77300],[5675,-80779],[7528,-79229],[11125,-83625],[1074,-69978],[13996,-81309],[-191775,-192375],[-187263,-195814],[-236654,-192612],[-240764,-191027],[-243275,-190525],[-205003,-218396],[-206599,-209606],[551275,-103075],[541688,-22762],[563051,-92838],[574610,-41230],[576867,-36133],[575675,-31375],[565516,-97224],[565851,-98188],[566038,-98486],[569272,-95566],[568575,-94225],[567390,-89340],[567278,-88978],[574325,-91065],[573784,-96659],[579557,-93191],[578642,-94805],[580603,-91460],[578788,-86380],[571637,-86682],[571894,-79165],[573066,-80771],[572732,-77033],[577475,-79025],[576318,-78674],[577455,-75908],[572860,-72156],[569875,-76775],[568075,-73325],[567652,-67387],[568322,-67759],[569425,-69775],[575710,-68462],[569196,-64790],[569310,-66947],[573983,-64722],[573012,-66605],[568999,-60929],[571830,-62794],[571978,-58686],[-19738,-103854],[-44280,-105869],[-44202,-103879],[-43575,-104775],[-42820,-103587],[-43375,-105880],[-47323,-102802],[-46175,-103225],[-45324,-104798],[-48923,-103767],[-45215,-105921],[-44394,-102250],[-47631,-104959],[-3227,-105430],[-6453,-106682],[-3321,-102210],[-8853,-102702],[-48608,-105927],[-47204,-105936],[-48591,-104801],[-11457,-102578],[-15885,-104172],[-11211,-107666],[-50804,-105973],[-50396,-107482],[-49456,-107258],[-49675,-106175],[-47068,-106772],[-45947,-106290],[-22253,-97882],[-44488,-96331],[-42725,-96175],[-42852,-97127],[-45468,-96414],[-38938,-97331],[-39543,-97889],[-40379,-97770],[-42158,-97193],[-38779,-96207],[-45177,-93874],[-45574,-94731],[-46419,-94046],[-45508,-92146],[-47247,-96443],[-43521,-94035],[-42214,-94737],[-44201,-95018],[-42757,-92159],[-39934,-95140],[-38949,-94190],[-39077,-93156],[-40713,-93049],[-49268,-101072],[-48772,-95131],[-50364,-94143],[-48988,-93959],[-47570,-94806],[-50916,-100428],[-45875,-91125],[-48728,-87425],[-49806,-87036],[-50396,-85459],[-48941,-101997],[-41017,-74153],[-38856,-75387],[-41555,-78696],[-40255,-87662],[-40787,-86941],[-40109,-88683],[-39109,-88659],[-40994,-89902],[-38973,-89971],[-44090,-89866],[-43256,-83981],[-44175,-85175],[-42519,-84901],[-42395,-83626],[-45241,-85674],[-40775,-83675],[-43855,-83313],[-43299,-80693],[-45314,-81454],[-47379,-85791],[-46460,-85161],[-46665,-84074],[-45444,-84504],[-48079,-85215],[-45275,-82675],[-47193,-82220],[-44233,-81775],[-46591,-90413],[-42388,-91315],[-42471,-89803],[-39723,-90858],[-40331,-91955],[-39171,-91645],[-39320,-87675],[-48677,-83926],[-48737,-84772],[-50901,-86403],[-49442,-85513],[-45721,-83199],[-40148,-71876],[-38520,-71446],[-34354,-64928],[-3583,-99884],[-8065,-99285],[-5067,-96453],[-3740,-95969],[-720,-98037],[-4553,-93509],[-1873,-94040],[-4375,-90975],[-2151,-90455],[-594,-87820],[-48030,-80669],[-43083,-78119],[-42767,-78987],[-43991,-78007],[-43352,-75084],[-44144,-75414],[-46235,-73814],[-45340,-73307],[-45476,-71717],[-46816,-72758],[-44949,-69298],[-46156,-68867],[-47373,-69124],[-42336,-68610],[-43508,-69696],[-40282,-69073],[-40433,-67438],[-39376,-67962],[-47261,-77113],[-50148,-71628],[-49844,-72852],[-50725,-69625],[-49416,-73956],[-50421,-75316],[-50756,-74003],[-48593,-74848],[-48575,-72725],[-46813,-74685],[-47633,-75441],[-45297,-74329],[-45351,-77088],[-48959,-78431],[-50108,-78769],[-50867,-77586],[-47120,-79249],[-46360,-78502],[-46380,-76347],[-44274,-79262],[-49709,-83488],[-241,-94371],[-12378,-99388],[-18179,-100559],[-54821,-103977],[-55666,-103431],[-51908,-104347],[-53571,-104594],[-52209,-105159],[-54116,-103524],[-53113,-103740],[-53233,-102808],[-54820,-102715],[-56676,-104843],[-53338,-106403],[-52289,-106312],[-51851,-107744],[-52875,-100425],[-52975,-101325],[-53838,-99794],[-53846,-101281],[-51820,-99515],[-52710,-98213],[-52793,-99448],[-55017,-98480],[-55325,-97525],[-57219,-97958],[-58086,-98429],[-58425,-97425],[-53673,-98170],[-55708,-86641],[-62375,-83575],[-61320,-84113],[-61721,-83499],[-58763,-84176],[-59218,-84864],[-59575,-84375],[-56683,-84358],[-56807,-85650],[-60642,-81614],[-62181,-81833],[-61335,-81782],[-60049,-83630],[-57925,-96375],[-52033,-101258],[-52147,-84284],[-53724,-83469],[-59468,-78075],[-58383,-77790],[-59953,-79020],[-59150,-78989],[-59124,-77115],[-58277,-76838],[-61275,-80475],[-59619,-80876],[-58172,-79304],[-60285,-80256],[-57184,-77272],[-52968,-70480],[-53723,-72858],[-52675,-72075],[-54421,-70401],[-52120,-69658],[-53207,-76112],[-51894,-75650],[-52747,-78362],[-52396,-79568],[-53043,-77329],[-55579,-77942],[-53972,-78176],[-55782,-76131],[-55935,-73711],[-56223,-73039],[-56973,-76440],[-54954,-74463],[-55263,-71988],[-57541,-73290],[-55538,-81557],[-56599,-81020],[-55400,-80721],[-54710,-80160],[-57221,-82276],[-52137,-81534],[-51893,-80452],[-53372,-81303],[-54775,-99775],[-55413,-102088],[-54893,-101151],[575,-105975],[508,-103997],[3463,-101878],[155,-101602],[7986,-101077],[6724,-97720],[9455,-96444],[9186,-93602],[7535,-92784],[4201,-92698],[2970,-94597],[3153,-99249],[1688,-85691],[2384,-88344],[3750,-89517],[-365168,-399353],[-367910,-403534],[-19474,-108000],[-16359,-105396],[-12845,-107817],[-21588,-104856],[-18565,-140892],[-29197,-134635],[-21174,-145140],[-17948,-145670],[-19430,-142946],[-2039,-149727],[-4686,-147745],[-3685,-145490],[-330,-147278],[-5949,-143527],[-2603,-118739],[-1064,-120561],[-39588,-130472],[-38296,-134444],[-36923,-131701],[-35321,-134252],[-32715,-137455],[-31147,-133466],[-15743,-142092],[-29325,-138025],[-14801,-102413],[-33591,-126755],[-30491,-130837],[-37022,-127896],[-34343,-129530],[-32723,-132090],[-51184,-113286],[-47944,-115028],[-49150,-119027],[-13937,-146364],[-9551,-147035],[-12597,-145296],[-49298,-122039],[-50569,-126114],[-29225,-99568],[-29510,-97813],[-28178,-96129],[-32857,-97547],[-32864,-99932],[-42082,-96465],[-44699,-97134],[-47075,-94275],[-45061,-94788],[-42593,-94337],[-48925,-91525],[-49744,-92705],[-46018,-91730],[-33214,-91075],[-30625,-90875],[-32751,-86600],[-42137,-77485],[-43225,-90475],[-41092,-92245],[-29668,-70443],[-30817,-69707],[-31075,-67925],[-35540,-67338],[-29065,-65910],[-26925,-63525],[-23295,-61787],[-14824,-67550],[-13227,-69862],[-24661,-67065],[-42883,-69356],[-44416,-72198],[-45273,-75908],[-45612,-70909],[-48339,-73460],[-49136,-74642],[-47425,-74325],[-50590,-78352],[-47522,-78739],[-45299,-78506],[-50480,-79870],[-49022,-82940],[-20630,-62409],[-21689,-65290],[-57881,-120210],[-56172,-117936],[-52913,-115957],[-52480,-119054],[-52374,-120672],[-52417,-129930],[-55603,-129425],[-54021,-126491],[-57233,-124277],[-58047,-83781],[-55580,-83604],[-61684,-82483],[-56854,-75373],[-58487,-78579],[-59166,-79615],[-51922,-72534],[-52793,-75173],[-53768,-75071],[-53296,-79068],[-51777,-77136],[-54675,-78375],[-55491,-74072],[-57342,-71743],[-58443,-80043],[-53935,-81480],[-52856,-83471],[667,-149403],[2347,-122502],[1471,-117313],[12002,-105187],[14585,-104921],[24165,-146315],[24481,-141663],[30813,-142446],[34190,-142595],[28962,-138950],[49304,-123485],[46570,-125354],[37610,-116791],[42754,-116887],[43561,-113162],[36256,-120985],[42099,-120763],[26165,-108204],[23775,-104825],[22019,-108212],[16476,-108476],[19107,-104366],[33197,-126116],[26735,-124856],[28975,-126575],[27904,-123047],[23725,-125625],[18496,-118974],[21260,-121553],[17118,-115280],[5725,-125075],[2730,-147092],[6299,-146850],[7179,-144184],[12728,-144627],[15405,-142709],[18080,-140214],[18202,-142900],[31004,-136533],[23519,-137081],[25247,-138308],[20419,-138927],[20715,-136023],[18240,-137225],[13525,-138975],[13596,-136192],[14809,-100775],[16981,-94571],[20125,-94517],[36625,-79675],[46951,-69934],[49075,-82925],[35430,-73267],[37850,-77429],[43126,-68730],[36275,-75975],[45201,-67588],[37459,-71747],[38431,-69829],[19525,-100775],[23635,-100646],[18598,-97770],[21948,-97157],[16440,-101692],[38742,-82590],[39476,-85912],[41475,-83475],[43507,-86427],[44954,-83887],[38102,-91677],[41522,-92278],[37382,-95631],[44050,-93133],[46625,-90725],[40925,-98575],[45125,-96675],[41569,-95697],[49087,-102159],[48228,-94449],[50353,-93862],[50090,-90405],[48576,-98893],[23516,-95927],[26648,-94437],[49462,-87318],[61182,-102597],[63392,-104372],[65472,-107323],[66030,-104665],[60175,-77775],[58675,-76275],[59292,-69642],[58730,-73241],[57739,-71828],[56487,-70777],[57142,-68335],[55749,-66750],[54344,-69082],[54693,-63032],[62275,-76228],[62183,-72363],[59926,-74557],[52907,-66380],[53125,-81475],[54432,-84168],[58902,-85751],[58480,-88514],[66131,-94434],[66925,-96875],[65312,-96057],[65385,-98672],[60640,-100647],[57268,-96875],[53799,-94522],[58175,-92825],[54325,-99275],[62609,-101585],[51911,-89818],[53262,-86181],[-46337,-104008],[-44275,-102625],[-48275,-104375],[-45623,-105981],[-81448,-102478],[-83762,-104579],[-83159,-103971],[-79560,-103093],[-92922,-140506],[-92997,-139649],[-93872,-140454],[-93245,-106658],[-93808,-109215],[-92696,-111030],[-92915,-109718],[-91138,-111130],[-90243,-128555],[-90195,-129912],[-91192,-129314],[-91819,-132217],[-90925,-132625],[-91475,-134775],[-88420,-122866],[-88179,-124466],[-90838,-119181],[-89890,-121073],[-89683,-119275],[-89375,-120975],[-91902,-116999],[-91073,-116244],[-91704,-114654],[-92425,-113825],[-88837,-109316],[-88312,-108288],[-87075,-106925],[-90045,-108269],[-91455,-107596],[-93300,-106962],[-85277,-105028],[-75518,-89839],[-79229,-94570],[-78973,-93118],[-80277,-93940],[-81171,-96256],[-78154,-98920],[-80543,-100446],[-79670,-100195],[-77623,-91746],[-80201,-99253],[-80037,-97234],[-79634,-96400],[-78733,-102047],[-202675,-202275],[-201525,-196875],[-188859,-198545],[-187164,-199842],[-183986,-202902],[-184602,-201726],[-183407,-201104],[-185085,-199657],[-182048,-203783],[-180100,-202800],[-175951,-203572],[-183985,-207570],[-183255,-206806],[-184794,-206003],[-182304,-208940],[-181175,-206525],[-181441,-205085],[-178025,-208325],[-178575,-211225],[-180817,-211882],[-177773,-210200],[-233545,-184212],[-235861,-186208],[-231520,-188450],[-237806,-182486],[-236979,-184139],[-242440,-174941],[-245235,-169234],[-240608,-175478],[-246837,-170462],[-213470,-202509],[-204985,-204245],[-211946,-186406],[-232317,-189864],[-237688,-191447],[-243115,-187997],[-244104,-188607],[-246076,-183127],[-246868,-180920],[-237980,-157700],[-238818,-194270],[-234744,-194017],[-236795,-193482],[-231900,-156093],[-229817,-154097],[-233731,-158960],[-231426,-155665],[-219472,-219928],[-216825,-220425],[-211085,-219471],[-213424,-216631],[-215773,-213554],[-215361,-210496],[-207225,-207275],[283725,-25775],[286816,-20968],[280694,-7364],[285663,-11100],[290327,-14468],[288755,-23740],[292616,-15131],[294555,-12675],[303727,-24812],[292000,-18008],[306091,-23073],[306725,-28125],[303715,-30018],[304103,-33910],[302310,-35054],[306165,-32249],[302707,-39321],[300985,-40988],[299216,-43661],[297610,-46794],[298475,-49725],[288775,-12175],[300364,-12516],[304594,-13264],[303091,-11505],[307119,-16221],[302725,-48525],[292060,-56934],[301525,-51475],[294331,-62955],[289393,-52931],[293955,-60264],[295617,-67907],[308725,-22575],[309225,-25275],[315627,-74458],[314825,-69525],[309317,-59552],[390525,-625],[395725,-7525],[405004,-5823],[405925,-9375],[393856,3370],[393471,6405],[395649,4860],[408362,919],[395808,14838],[403510,15215],[401817,16411],[406401,14915],[404040,17240],[397875,24375],[407920,22081],[407177,20729],[399249,27469],[398272,29989],[396175,29525],[403473,29059],[396170,38752],[396725,41175],[397772,43263],[401360,43389],[400051,38058],[405027,43531],[405787,48969],[400286,41873],[402022,46498],[396649,10235],[394045,12029],[398257,7736],[407425,11375],[408675,8575],[389213,9990],[391030,11081],[391102,15664],[390572,72532],[392025,70025],[392772,65731],[391604,66602],[394243,71095],[394632,68114],[403743,60881],[398606,63839],[403457,66662],[407543,62700],[403775,90175],[401845,95980],[397565,83652],[396571,81549],[400740,71590],[394919,99986],[409025,112097],[410875,-5725],[415225,-5375],[428200,-17127],[421133,-19883],[419225,-17325],[421743,-18991],[435011,-664],[431253,793],[436445,1231],[440965,5323],[439025,7975],[444510,12568],[439736,13437],[442865,14528],[441804,21987],[449460,15637],[447843,19478],[444509,29169],[447640,33095],[446175,40975],[445125,39175],[440741,35228],[440580,37676],[440979,39985],[447281,35545],[443829,45828],[447825,45225],[434170,49249],[414451,18584],[413575,21853],[411139,27091],[441291,24080],[431128,48645],[432725,47025],[430704,45036],[421620,50851],[428066,49959],[438220,35791],[452353,18287],[456127,15354],[460091,5269],[458502,9549],[453276,5834],[453948,4079],[454169,10686],[450005,10530],[448613,6274],[445689,2158],[411828,11370],[409958,12503],[411324,7582],[418034,42237],[423203,56647],[412225,69625],[420034,59700],[432733,56075],[415723,102441],[429669,52274],[412429,112637],[482678,-11294],[478377,-10299],[478246,-1105],[474629,-562],[483372,-1076],[501525,51075],[499175,50075],[507715,51089],[508435,49093],[508795,48394],[508077,48483],[506155,47144],[498220,47238],[500715,43794],[497923,40607],[497565,39997],[497054,40440],[499344,41039],[504102,39025],[502534,51385],[503288,47378],[503582,34033],[500970,30650],[498283,39909],[499145,27868],[501148,36015],[466446,16028],[499455,19042],[499815,18344],[501988,14485],[499097,18433],[498776,20575],[486733,5035],[489675,4325],[480419,4585],[472543,4071],[473545,10694],[468687,9036],[466357,5595],[465819,10342],[469959,452],[473349,7159],[465221,7572],[461525,11475],[502838,18456],[499125,25125],[497377,22918],[508452,34593],[480601,46829],[477895,50073],[497253,18431],[481871,1238],[491213,79027],[490410,78753],[491751,80340],[489625,77925],[489817,79491],[483510,68574],[488732,68691],[488672,69644],[489030,70254],[489531,69525],[490625,69225],[488175,60575],[497032,59143],[496881,60197],[497741,59634],[497072,60946],[502547,58104],[496152,59697],[500945,51448],[501865,52697],[501674,51948],[478303,57063],[480909,61198],[479101,66412],[475680,63033],[394075,-4375],[402022,-6496],[393629,1375],[391922,3314],[398835,20350],[404955,15472],[399370,23656],[404482,23331],[403888,22089],[397784,30989],[404591,41356],[397275,11806],[392983,16025],[407780,15588],[404612,11784],[391336,7173],[401425,63675],[410243,522],[412272,2367],[411063,5422],[439214,2944],[441312,10382],[437788,10763],[443673,34924],[451171,34081],[438275,39775],[438525,40825],[438811,45614],[413577,17381],[409930,19906],[410132,25231],[448577,3686],[425270,49967],[457745,15583],[456272,4934],[410941,10528],[410841,14216],[414051,12842],[415334,15697],[420207,43815],[433790,52129],[430472,58843],[507074,49473],[509325,49925],[500339,19872],[498094,19423],[491712,6802],[478408,3496],[482502,6211],[469499,4341],[464681,12359],[486182,560],[490999,77408],[490120,68180],[497765,60816],[501133,52209],[495845,60409],[700155,356507],[701395,349004],[693035,349969],[690458,378924],[692355,386677],[699025,370375],[703105,379241],[704901,389462],[710475,395875],[715261,384950],[711542,377307],[716382,369965],[715096,363130],[711296,368094],[705496,365930],[688681,359957],[754352,327542],[741704,395239],[764463,407332],[764255,404941],[725940,388865],[744546,407840],[745058,408662],[746434,401207],[747481,409618],[747509,405197],[759544,405361],[760400,407088],[757832,396978],[762025,401125],[766025,390325],[762510,387724],[760375,389925],[766658,390976],[758945,387239],[755945,387179],[752454,387227],[748396,389984],[747288,395689],[750629,395330],[749201,386340],[753935,385532],[756182,385849],[751550,381247],[739997,388099],[734225,388025],[743762,379973],[747896,387645],[748489,387097],[736699,382382],[742795,384375],[746275,386575],[740325,376425],[733804,376509],[734766,369003],[721860,370829],[729075,372031],[750405,362717],[739088,363806],[725121,364105],[730840,363601],[740583,415382],[743094,412550],[739727,418291],[739014,424985],[746047,428538],[759086,422876],[758149,417286],[761053,416630],[764374,413318],[766128,418644],[756130,418809],[754675,424675],[759078,411629],[761920,409946],[786791,405047],[777321,399651],[773625,397725],[772575,388525],[770206,392990],[770885,396228],[793146,385428],[777025,405663],[773075,400775],[868664,345317],[868631,355098],[854647,384088],[839148,385998],[828714,367781],[878125,351175],[875995,341487],[886737,324967],[895530,347677],[896402,359770],[875419,363905],[968813,251035],[946014,263218],[953870,289929],[947948,296633],[940902,306245],[936315,273650],[928725,298225],[940526,321145],[928053,311612],[1000500,271013],[1055470,299796],[1035980,315610],[1214200,177914],[1217070,183619],[1224480,209197],[1224750,209758],[1202620,234635],[1243420,199002],[1246810,196145],[1247250,199281],[1233700,206535],[1230680,274295],[1263310,128983],[1265740,133446],[1264980,138322]] \ No newline at end of file diff --git a/src/gathering/item-6209.json b/src/gathering/item-6209.json new file mode 100644 index 0000000..deca55d --- /dev/null +++ b/src/gathering/item-6209.json @@ -0,0 +1 @@ +[[-201575,25],[-203345,-449],[-198885,14813],[-208930,-10873],[-222632,-12326],[-215125,-225],[-205017,3360],[-212725,6425],[-205519,6665],[-183365,-150780],[-183350,-149136],[-181507,-147616],[-179812,-146169],[-182972,-134809],[-180481,-142884],[-180925,-137875],[-180268,-140238],[-181925,-136875],[-181861,-132824],[-176314,-141319],[-179072,-140035],[-181486,-130262],[-180037,-125721],[-180439,-122893],[-181255,-123766],[-174908,-141997],[-184016,-156811],[-184267,-153743],[193861,100939],[193985,101562],[196374,98925],[204529,126110],[198283,126187],[194475,120625],[189764,121544],[186813,118916],[186985,120430],[198880,116058],[188079,111389],[188475,104825],[190575,104225],[189089,106254],[189493,109104],[226264,88344],[225329,89142],[212029,101335],[215415,71995],[212553,72378],[208275,106025],[206625,108275],[547040,-109138],[549372,-103507],[551856,-102207],[554025,-22775],[554951,-92772],[561967,-92666],[565311,-97702],[566725,-97425],[567171,-98109],[566875,-94525],[566775,-95425],[568481,-93664],[565825,-89925],[567475,-90425],[571148,-92322],[567225,-87375],[567725,-88825],[566775,-88625],[574353,-97917],[577408,-83449],[571239,-83281],[570548,-84478],[572697,-83273],[571457,-81621],[570337,-82046],[570475,-82794],[575112,-78844],[578047,-79416],[574891,-75175],[573069,-75181],[572355,-72866],[572669,-70524],[567327,-77317],[571987,-67513],[572454,-69300],[571225,-64978],[571525,-53875]] \ No newline at end of file diff --git a/src/gathering/item-6210.json b/src/gathering/item-6210.json new file mode 100644 index 0000000..93937e9 --- /dev/null +++ b/src/gathering/item-6210.json @@ -0,0 +1 @@ +[[-202175,-45425],[-202164,-46872],[-204356,-43455],[-201315,-33792],[-198003,-33195],[-201559,-31501],[-196163,-33286],[-194738,-34921],[-193105,-34097],[-192160,-31642],[-190375,-30104],[-188263,-31954],[-194979,-31528],[-192168,-37091],[-193407,-36415],[-193648,-38940],[-192345,-39584],[-192192,-40895],[-193389,-42863],[-196058,-44916],[-198481,-42419],[-195680,-42523],[-197375,-43575],[-195005,-50456],[-189835,-49677],[-188660,-47678],[-199417,-45835],[-200833,-42170],[-199450,-43495],[-203271,-42545],[-202125,-42825],[-203307,-44538],[-195875,-50775],[-194383,-703],[-201999,-504],[-200175,-15575],[-196450,-19128],[-195430,-17164],[-186777,-47083],[-201057,-39951],[-202694,-40375],[-203972,-38927],[-201325,-37254],[-204059,-35227],[-199878,-36069],[-200625,-38525],[-194942,-36401],[-204745,-5410],[-203105,-1788],[-202154,-1971],[-202794,-706],[-195967,-10176],[-187284,-48597],[-187917,-47336],[-200625,-52325],[-196702,-52157],[-195547,-53651],[-194879,-51733],[-193872,-53037],[-189356,-51983],[-201335,4035],[-194210,3080],[-198234,816],[-199527,928],[-192275,4535],[-202976,905],[-201947,1368],[-203785,1002],[-202760,3151],[-196001,14921],[-196304,12185],[-196842,6585],[-197824,8669],[-192875,14225],[-189806,13324],[-229933,-43688],[-228976,-47617],[-219923,-45258],[-220125,-44409],[-216029,-45917],[-214033,-46001],[-211095,-50924],[-206983,-44979],[-240241,-5009],[-242160,-3972],[-239989,-4179],[-240450,-5782],[-242369,-6112],[-242575,-4775],[-240329,-3010],[-241647,-943],[-240775,-1025],[-235369,-2549],[-221167,-35105],[-210870,-21521],[-207148,-29037],[-215983,-44130],[-208373,-10608],[-206280,-17082],[-205475,-18625],[-206177,-22259],[-207328,-22497],[-206426,-43034],[-208557,-40331],[-207576,-41774],[-206763,-40192],[-206435,-38104],[-207387,-37685],[-209885,-39408],[-209595,-36544],[-208845,-36130],[-213006,-38844],[-212538,-41592],[-219733,-42753],[-218463,-39760],[-215372,-41087],[-228725,-45125],[-230761,-41376],[-230067,-42514],[-232098,-40253],[-210042,-8773],[-206802,-8583],[-206683,-6833],[-206506,-1406],[-206352,-670],[-205689,-962],[-205420,-1586],[-205580,-2244],[-208081,-575],[-206182,-112],[-213007,-36667],[-212036,-19567],[-209775,-19875],[-215896,-35217],[-219522,-583],[-219989,-1826],[-220010,-791],[-225925,-54225],[-223461,-53428],[-220975,-51586],[-222652,-51047],[-220473,-53875],[-214839,-52887],[-215532,-53122],[-215086,-54214],[-217221,-53180],[-221588,-53480],[-210337,-52163],[-221825,-55161],[-224145,-54721],[-220518,-55176],[-217101,-54579],[-212164,2457],[-209726,1278],[-209849,2191],[-208810,1384],[-208745,1908],[-210621,1928],[-211401,3121],[-207408,1428],[-206608,920],[-210337,3538],[-215843,8043],[-216410,6521],[-217377,7803],[-218393,6254],[-220063,608],[77691,-68365],[71940,-71578],[72413,-70165],[73201,-68925],[78044,-72569],[78723,-70676],[72361,-72347],[77751,-73297],[77496,-73450]] \ No newline at end of file diff --git a/src/gathering/item-6212.json b/src/gathering/item-6212.json new file mode 100644 index 0000000..f9abc27 --- /dev/null +++ b/src/gathering/item-6212.json @@ -0,0 +1 @@ +[[-146996,155115],[-117453,155596],[-119425,155925],[-121688,100555],[-122069,100052],[-121037,100062],[-121431,102183],[-121437,102537],[-102425,91225],[-102639,90046],[-110207,61591],[-124575,100225],[-123664,97784],[-123409,98655],[-125150,97536],[-123939,100308],[-124731,101246],[-125701,97811],[-126189,98786],[-124177,98176],[-125117,99521],[-126318,100823],[-125712,100356],[-126175,102225],[-127690,102232],[-128954,98247],[-128245,99820],[-128300,97268],[-130268,99347],[-127825,101175],[-130225,101775],[-129042,100644],[-126157,100617],[-126674,101231],[-125781,101827],[-124732,101931],[-125471,101743],[-124571,102542],[-124346,99619],[-125098,102363],[-125073,100861],[-121519,101666],[-124072,98965],[-122710,99225],[-124075,97225],[-129711,136598],[-128567,136301],[-123507,112701],[-122410,112164],[-126514,106690],[-125871,106502],[-124695,107787],[-123541,106491],[-124562,106523],[-125486,106053],[-122387,105460],[-124333,106250],[-125921,129267],[-127248,132682],[-128840,133366],[-127730,134351],[-151747,151238],[-135677,149162],[-133824,149593],[-136544,147079],[-133411,148045],[-132633,151284],[-128910,149059],[-128375,147294],[-131155,148335],[-128455,150684],[-127969,148175],[-126283,147135],[-133401,145442],[-132107,144137],[-129275,145075],[-130240,146190],[-126152,145867],[-122494,150086],[-124254,147403],[-122424,152389],[-124283,151331],[-127349,140445],[-127059,142990],[-126873,141102],[-123521,143768],[-129805,139001],[-130347,140516],[-126832,138610],[-123969,138696],[-127954,146509],[-122182,150752],[-122273,152955],[-123630,151141],[-110545,133923],[-120857,105007],[-120314,114722],[-121882,113044],[-117571,113890],[-116217,114338],[-116673,116481],[-117913,124349],[-117643,129524],[-115343,129436],[-117115,128372],[-118838,133742],[-119352,139455],[-120514,139718],[-112322,137777],[-118292,141740],[-118935,149272],[-108687,144889],[-113242,134800],[-112853,111841],[-114383,108986],[-113735,112281],[-112131,108241],[-111592,108359],[-111997,108472],[-112475,108325],[-117253,110757],[-115884,110306],[-116285,109391],[-115825,108425],[-106031,112527],[-107780,117355],[-106284,129580],[-114835,120179],[-112174,118112],[-112245,115692],[-113624,116491],[-111699,116379],[-113054,114900],[-114279,118481],[-108944,115824],[-110315,117012],[-111356,115166],[-111225,114575],[-107098,118106],[-113482,113405],[-112321,113944],[-112627,114136],[-110713,113445],[-110726,113996],[-109849,112865],[-112621,113057],[-112075,114225],[-111786,113126],[-106728,113459],[-107742,114923],[-105216,112444],[-110361,112338],[-110645,109759],[-112477,108870],[-111375,108975],[-112562,109387],[-105596,111253],[-103164,108485],[-106678,106628],[-105319,107217],[-149927,145012],[-143435,143848],[-140569,146197],[-139806,146850],[-133037,144540],[-131593,143425],[-125088,102808],[-124235,105070],[-124239,104126],[-122325,104625],[-125873,103713],[-128493,104488],[-125156,103294],[-122199,103547],[-123595,102987],[-123668,103485],[-124025,105075],[-162603,159067],[-164886,155267],[-168421,157833],[-177735,155291],[-174741,157644],[-178383,158383],[-174426,159591],[-180976,157831],[-181688,159241],[-179512,157809],[-175275,155557],[-180354,154328],[-173363,155333],[-173165,159317],[-181975,155475],[-159475,155325],[-180325,151325],[-177781,151812],[-190551,147541],[-188655,139381],[-184849,136077],[-183157,147848],[-178556,145930],[-176555,148808],[-173575,144725],[-173258,146781],[-171478,151125],[-169941,146327],[-173429,151160],[-168225,151875],[-159586,147077],[-162125,152252],[-161666,153011],[-158902,152489],[-1910,42221],[-3953,38129],[-5212,43507],[-10175,43294],[-11615,33863],[-8405,40597],[-7633,48656],[-6575,51275],[-4875,46475],[-32833,35755],[-32404,35077],[-32165,36292],[-31587,35541],[-22101,47924],[-19910,51142],[-17594,47100],[-14750,43118],[-17377,40644],[-10890,46192],[-17925,37725],[-13708,37329],[-15165,34038],[-23908,47230],[-22827,49735],[-2206,53705],[-41288,65308],[-41173,65043],[-37480,66810],[-37435,65903],[-38924,68461],[-39701,68709],[-38697,69020],[-29658,71535],[-36703,74994],[-36740,75719],[-38459,76211],[-35495,75658],[-33667,74950],[-32885,75996],[-35487,74899],[-32767,75229],[-32242,75857],[-31947,76714],[-30425,77525],[-39122,67689],[-39458,69178],[-38637,75718],[-40459,77042],[-38370,67013],[-41575,65375],[-41774,64976],[-38009,66247],[-28684,61582],[-28306,61956],[-28559,61901],[-28908,61569],[-27530,68327],[-28007,68820],[-28566,70395],[-28283,69361],[-29643,72477],[-29975,71825],[-29153,71255],[-12815,63095],[-11807,81318],[-10029,80262],[-14098,83398],[-18765,79201],[-19710,77295],[-19464,78218],[-18582,81120],[-20316,79304],[-27325,83325],[-19110,79943],[-18931,76358],[-19480,79305],[-19940,75756],[-21994,74845],[-19265,75405],[-22513,76709],[-18267,81049],[-22211,64294],[-18863,64935],[-16214,67558],[-19260,62943],[-17373,63691],[-15222,63488],[-18606,59425],[-16815,60344],[-19063,59099],[-18395,61494],[-14791,62242],[-13382,62136],[-15301,62527],[-16583,61988],[-14910,61085],[-13883,62363],[-16526,57917],[-13872,53554],[-21964,52965],[-16775,53675],[-15560,54663],[-13807,55332],[-15385,60052],[-15775,52275],[-3701,60383],[-5085,59363],[-6244,59563],[-2743,60876],[-3925,61275],[-4348,63061],[-6565,62552],[-4597,61844],[-6640,63600],[-7025,60875],[-3003,62822],[-7556,63051],[-8817,62596],[-5774,61677],[-12707,62341],[-28190,76751],[-27325,76475],[-27550,77564],[-27775,77575],[-27740,77341],[-31394,76762],[-46196,73977],[-5225,55875],[-4175,56175],[-7007,57259],[-4567,57105],[-9689,54958],[-11525,54175],[-8802,53634],[-7918,56091],[-8493,56711],[-9685,56903],[-6265,56301],[-10071,61130],[-8343,59616],[-10182,59585],[-12238,55407],[-10388,55829],[-49728,69742],[-28463,61296],[-93257,72117],[-96339,97171],[-99692,93571],[-97720,95610],[-96969,94300],[-99073,93405],[-97428,92226],[-101894,91138],[-97232,93867],[-99357,93184],[-100268,63388],[-86336,62232],[-52937,74259],[-55758,73241],[-55436,83024],[-55684,87686],[-64482,82587],[-60875,77000],[-62356,67263],[-54759,69912],[-66275,77625],[-68453,80182],[-71825,85575],[-70625,88475],[-71198,92620],[-72225,79875],[-69775,76104],[-73871,73873],[-69611,69463],[-68004,66848],[-67988,68926],[-64775,64429],[-66776,66751],[-67358,61697],[-63671,59365],[-66107,62709],[-62259,61895],[-63881,65429],[-63011,65576],[-53736,63308],[-57378,66524],[-54403,65361],[-53466,62873],[-52240,69390],[-51669,64715],[-52175,67075],[-99051,109187],[-98954,110448],[27925,-10775],[24965,-9882],[29855,-17911],[28798,-20050],[27776,-16510],[25381,-25160],[25575,-23325],[8525,35375],[33675,44430],[35914,40844],[36912,44049],[39257,43104],[37566,46175],[43677,40761],[43975,43325],[32719,45798],[30064,41302],[23438,43250],[21949,44457],[21575,50825],[21679,46199],[12313,46120],[13731,49175],[13775,41225],[17567,41000],[10508,40080],[11559,39971],[11335,45212],[1381,40158],[25692,52396],[26440,52005],[18060,51529],[7424,53317],[10521,51718],[15215,55070],[1887,65602],[2582,64439],[2734,65424],[378,64963],[1525,62475],[2296,62525],[275,63875],[3505,62600],[1526,60576],[8419,58390],[9381,58557],[15219,56089],[17462,55966],[11944,59242],[4828,60324],[5341,60249],[4858,60826],[4659,61430],[7314,64542],[3551,61000],[4425,60275],[4096,63999],[13423,58535],[12475,59375],[2803,66599],[8971,67113],[12050,70544],[32281,77879],[29128,84387],[34263,84002],[30242,85191],[35442,84988],[36137,85624],[35512,83524],[37485,87072],[29307,86586],[28795,86104],[27799,88213],[26917,88236],[28894,88156],[28065,89808],[25480,89590],[30124,87075],[31762,86930],[30839,88920],[29435,89140],[34099,89387],[33190,88499],[32229,88301],[23675,91325],[25441,90406],[27124,90749],[25955,91746],[27075,92325],[26705,95991],[25675,94825],[26197,95270],[24697,90415],[25972,94211],[25896,95970],[50483,93121],[48723,92421],[49403,93298],[50196,87610],[46123,90941],[45446,92896],[47475,90875],[43907,93176],[43141,91604],[43984,92048],[41085,82979],[42510,80444],[38407,86287],[41875,84306],[40656,87009],[42051,87934],[38954,87398],[44556,73448],[47244,75095],[48018,75892],[50018,77587],[50187,76314],[50401,76633],[51038,77336],[44202,72162],[40858,75776],[40715,77316],[42277,77125],[46355,78965],[46451,79317],[45811,79471],[46179,79646],[37601,73176],[38225,72475],[38387,76789],[36378,72364],[36736,71515],[35042,77332],[35776,69678],[40520,68864],[39559,68829],[34255,70549],[33167,67926],[32924,65436],[28477,58815],[29925,56725],[33807,66988],[35783,65646],[36400,68319],[40725,66925],[40216,68237],[35304,64504],[19925,57575],[19625,56525],[20486,56372],[21296,57667],[21041,58715],[25741,55949],[23217,56770],[22725,59625],[24315,60870],[24857,58961],[26572,56292],[26003,58657],[26565,57569],[30154,55507],[28236,55516],[28978,54622],[33401,89247],[35551,90514],[43642,71215],[41973,67050],[47097,74819],[44593,73047],[29479,90065],[30568,91641],[34570,91722],[40363,99124],[34232,93794],[37415,93647],[35986,96396],[36620,95841],[36776,92868],[40779,94831],[40852,95594],[41977,95161],[42831,92308],[37115,91912],[40143,91281],[38925,92925],[43575,91625],[44540,91136],[43275,92567],[32040,93673],[29397,93519],[26575,96929],[26321,94709],[25195,95583],[26406,95292],[31759,90135],[34064,90754],[33092,91491],[44025,71825],[44508,72615],[50985,75842],[48396,75455],[49488,76436],[50140,77341],[46270,90598],[50085,88055],[50984,88492],[40625,91875],[39729,93286],[41839,95328],[40973,94470],[49245,92708],[51120,96396],[48922,92437],[50112,92875],[50245,88808],[46090,91176],[47923,91248],[43744,93174],[44547,92441],[44475,91675],[43016,92139],[47672,75797],[43374,72058],[44445,73142],[46608,74420],[39109,68625],[41732,66900],[40425,68125],[40223,68055],[40956,94852],[39473,91925],[39103,92797],[35753,92808],[34430,93384],[36314,95035],[36004,96940],[26673,94737],[26577,95307],[25511,95079],[26357,95797],[40548,99124],[25487,95675],[48500,92061],[48923,93361],[50674,96053],[50110,92548],[51040,88827],[45683,91172],[47586,90694],[43073,91838],[43875,91275],[41550,95345],[43566,92421],[48041,75421],[49704,76456],[50542,75989],[50913,77500],[49974,77262],[51059,75985],[44322,72662],[46661,74678],[39964,68351],[41104,69579],[40757,68227],[44271,71531],[41564,66505],[35725,92375],[39650,91619],[42775,91775],[34083,93939],[38345,92904],[41524,95725],[40436,95070],[44998,92465],[36451,96765],[51025,96125],[43510,92821],[44166,91562],[48103,92159],[50539,92962],[47056,91100],[41713,95596],[49223,93059],[41292,99090],[50191,76570],[47907,75169],[49843,77900],[44050,73130],[44416,72057],[47514,74503],[39839,68073],[41366,67652],[41142,68625],[36591,92567],[38629,92688],[40393,91324],[33318,93935],[36412,95293],[40305,94556],[42344,95018],[42379,92586],[47675,91175],[44814,91274],[45228,93008],[49823,87467],[50536,95880],[48686,93383],[50347,92996],[43805,106324],[46474,104723],[48926,103628],[44498,105802],[46793,104689],[46429,105293],[44257,106366],[49517,103351],[44434,105951],[46798,105193],[48370,103324],[48590,103664],[44629,106662],[48975,103415],[45953,105363],[43909,105974],[163783,319135],[58770,93847],[59483,94354],[57023,94572],[53223,89563],[51284,96107],[52473,87803],[51299,88803],[57936,87756],[57925,97236],[59375,88725],[58645,97093],[57634,86411],[59890,88403],[59105,87391],[54984,89014],[54256,90896],[51438,76671],[51314,77186],[53410,88740],[52896,87321],[57708,87279],[59525,87275],[59727,88932],[59494,89438],[57984,85958],[51443,77538],[53274,88979],[59438,87561],[59213,88932],[58501,86149],[57256,87012],[58976,96363],[59325,95025],[58089,96934],[57962,93769],[55126,89169],[52313,86865],[54500,90831],[55346,89026],[60063,88345],[57494,94501],[58040,96525],[60092,94977],[59473,96640],[58771,93373],[58925,88875],[52134,88199],[53995,88707],[57482,86827],[57800,86929],[54687,89516],[56730,93958],[57880,94230],[58957,95144],[58374,97285],[59052,96189],[59148,89296],[57812,87096],[52871,87488],[51437,88518],[57279,86658],[51844,77610],[51990,86917],[51503,88233],[57864,86268],[58158,86793],[54631,90439],[55004,89373],[57085,94732],[58388,94125],[59363,96358],[124120,284728],[133789,288295],[138488,292337],[131077,287550],[133164,288811],[134884,289609],[137575,304875],[138054,304768],[128143,306264],[126744,306285],[126541,287627],[125126,286190],[124625,286979],[123324,286700],[121925,285725],[121599,286375],[122552,285205],[120504,288971],[116829,289553],[117300,289601],[118075,289125],[115975,291225],[119142,289009],[116686,291376],[116868,291374],[116064,290762],[134197,335840],[136025,334675],[134879,336347],[133673,309638],[120671,329026],[115052,333222],[115185,332207],[115625,331625],[115268,332569],[114900,335054],[120293,336571],[120285,336286],[116671,337130],[114321,333438],[114041,334896],[113779,334904],[113810,334184],[112482,336071],[112171,335135],[112335,335236],[112799,337168],[114456,332842],[113875,336725],[114175,344225],[113189,343932],[112091,344253],[113426,344642],[115363,342014],[115228,342240],[115530,342303],[118043,342157],[117573,340087],[117792,342196],[125675,344075],[115760,344029],[119246,346037],[119375,345775],[125047,347224],[121883,344126],[124345,345100],[124576,344186],[126313,343953],[136479,312510],[135461,311132],[133861,310815],[126896,311365],[127281,313053],[124676,321541],[128310,322610],[126109,322919],[133160,324207],[131474,324926],[126175,327425],[135480,318769],[134647,320053],[134887,319490],[136175,323625],[138203,316585],[139732,316684],[139653,315400],[138702,318183],[137774,325623],[141755,320231],[138512,312065],[138809,312164],[139621,308931],[139486,310093],[136062,307813],[137156,316696],[-357931,-181309],[-354910,-182806],[-355796,-187235],[-357582,-191755],[-351739,-194472],[-354012,-192176],[-354454,-189884],[-351972,-186589],[-349175,-196825],[-357240,-202114],[-355733,-201815],[-352548,-206248],[-393964,-153044],[-374850,-199840],[-375935,-195253],[-384333,-198389],[-380048,-189953],[-375428,-190272],[-384772,-196286],[-384725,-197625],[-385615,-195304],[-385974,-193118],[-386333,-195727],[-380773,-186976],[-377746,-186268],[-379575,-184525],[-387634,-193689],[-382043,-183195],[-382792,-185064],[-383472,-180595],[-380461,-179705],[-383923,-182522],[-380675,-182325],[-381499,-175985],[-383162,-178721],[-389341,-159759],[-380121,-177392],[-376644,-183895],[-368858,-186059],[-366105,-182260],[-365275,-180825],[-364625,-184642],[-361206,-182658],[-360575,-190425],[-361171,-194036],[-361375,-190125],[-361779,-186506],[-361319,-198599],[-365785,-194689],[-369076,-192334],[-369679,-189327],[-372225,-191925],[-373313,-202536],[-371508,-203897],[-369325,-203575],[-369725,-201275],[-369433,-196781],[-405560,-182331],[-405925,-181125],[-406425,-169525],[-405425,-170525],[-402888,-169008],[-398026,-173597],[-398197,-168827],[-395229,-174760],[-400425,-165837],[-400592,-168046],[-402841,-165365],[-399027,-166823],[-400535,-171530],[-399375,-179175],[-395471,-176795],[-400890,-176517],[-400075,-178375],[-402256,-171445],[-400041,-172146],[-401327,-180784],[-402472,-180803],[-403586,-180834],[-401683,-181632],[-402688,-180130],[-399486,-179880],[-400595,-180660],[-397225,-181375],[-396229,-180770],[-398428,-184402],[-394669,-183587],[-391872,-183281],[-393575,-184475],[-399574,-187343],[-399532,-186223],[-397825,-184975],[-396840,-175303],[-395225,-190475],[-394152,-190532],[-401689,-189551],[-400725,-186325],[-406125,-186725],[-402834,-184339],[-403675,-183675],[-408475,-188725],[-405772,-183982],[-405875,-198925],[-404411,-197568],[-403959,-192020],[-403141,-199465],[-402652,-194672],[-395947,-200408],[-398683,-194361],[-394930,-197742],[-395625,-195675],[-394745,-191360],[-401325,-197925],[-399995,-194612],[-388323,-199075],[-386690,-198329],[-365246,-198229],[-399670,-163393],[-398671,-164159],[-398431,-163209],[-394897,-164118],[-402800,-163619],[-403732,-160870],[-397525,-161675],[-398325,-158725],[-398875,-158675],[-398118,-158026],[-397956,-156445],[-394896,-161170],[-396444,-160952],[-393434,-159270],[-396265,-158266],[-394179,-153597],[-397075,-155025],[-392939,-156772],[-404288,-163493],[-392931,-162196],[-386657,-206360],[-376125,-205375],[-375064,-204958],[-373056,-205645],[-369115,-207396],[-365937,-205276],[-363954,-210250],[-362796,-205856],[-358675,-205925],[-389725,-204625]] \ No newline at end of file diff --git a/src/gathering/item-6213.json b/src/gathering/item-6213.json new file mode 100644 index 0000000..ff7020c --- /dev/null +++ b/src/gathering/item-6213.json @@ -0,0 +1 @@ +[[-4476,26691],[-11770,25945],[-16975,21425],[-22160,24707],[40049,40908],[44673,41088],[18602,48310],[13421,39645],[11418,46321],[6242,34817],[1594,31930],[19732,36330],[33846,41625],[-356425,-267475],[-354654,-273294],[-345511,-274751],[-348725,-270957],[-336525,-272075],[-321980,-269920],[-314234,-269268],[-312739,-264312],[-348032,-272751],[-357637,-272928],[-343391,-92179],[-374242,-113126],[-398275,-121575],[-361604,-266916],[-366675,-271875],[-362927,-267830],[-373710,-261799],[-342711,-85816],[-356768,-86929],[-345649,-91177],[-347016,-89823],[-353598,-88583],[-372748,-127179],[-369382,-119836],[-368474,-121477],[-364716,-115515],[-374378,-110545],[-367225,-110825],[-375656,-117719],[-392321,-122700],[-386937,-126107],[-375842,-135503],[-374403,-130209],[-359307,-87707],[-365325,-95128],[-361374,-79550],[-370435,-87713],[-372425,-85025],[-374523,-83631],[-362778,-80298],[-374075,-80875],[-378766,-101830],[-379875,-102125],[-367622,-98572],[-49035,-163318],[65693,-133962],[91079,-125090],[79485,-120128],[56875,-155325]] \ No newline at end of file diff --git a/src/gathering/item-6214.json b/src/gathering/item-6214.json new file mode 100644 index 0000000..1e30afc --- /dev/null +++ b/src/gathering/item-6214.json @@ -0,0 +1 @@ +[[-35526,27804],[-36597,37460],[-40212,38681],[-43626,39892],[-47098,36120],[-47190,39202],[-46075,40725],[-46732,39564],[-50896,40977],[-51159,40895],[-49742,41105],[-51069,43151],[-50428,42254],[-50467,42004],[-50783,42047],[-51158,39387],[-48801,34371],[-50713,40585],[-47900,44015],[-41068,31642],[-37653,29099],[-61205,27800],[-61383,27875],[-61326,28269],[-61100,27989],[-63309,30416],[-63573,30272],[-63157,30669],[-61685,30365],[-62644,31127],[-61459,30086],[-61742,29971],[-61564,29897],[-60214,30768],[-62540,28622],[-52284,41595],[-52001,41709],[-53034,39132],[-52913,38663],[-53091,38738],[-52808,38852],[-52182,42555],[-51890,42629],[-51680,42836],[-52226,41989],[-60167,29555],[-53808,37563],[-52252,36460],[-53261,39928],[-55309,33984],[-52565,34534],[-58819,31323],[-58899,29446],[-57010,33091],[-53819,36077],[-254919,-230460],[-252192,-234506],[-249575,-230375],[-243875,-240575],[-240625,-247125],[-242225,-242775],[-242274,-250875],[-245128,-247590],[-249930,-248376],[-242215,-246639],[-245457,-251110],[-242275,-245675],[-233409,-245967],[-213662,-254030],[-209633,-255460],[-217025,-250825],[-214010,-250612],[-253924,-221932],[-251493,-238285],[-251803,-238530],[-209288,-249962],[-241945,-258153],[-224342,-261503],[-223648,-256572],[-207923,-256421],[-206977,-259731],[-259979,-235376],[-261039,-236191],[-261786,-233641],[-259167,-225281],[-258534,-224015],[-257615,-224505],[-256648,-223911],[-256075,-232625],[-260490,-233800],[-258753,-235731],[-257945,-233218],[-257225,-235025],[-110166,-46196],[-109759,-35302],[-113691,-25668],[-109592,-27777],[-111125,-24725],[-109925,-52125],[-86452,-45859],[-85386,-42253],[-84888,-43982],[-84171,-38465],[-82176,-39317],[-81067,-36718],[-88925,-42525],[-83878,-32953],[-88088,-40784],[-92105,-47961],[-97349,-47247],[-99755,-44508],[-91489,-40971],[-91475,-44575],[-109625,89875],[-109899,90016],[-109890,90256],[-112720,87556],[-112775,87925],[-118673,83942],[-118727,84336],[-117484,84411],[-116459,85499],[-117176,85323],[-117622,85326],[-117016,85237],[-116788,86151],[-118354,85348],[-117798,85935],[-118213,81551],[-118021,81528],[-118267,81945],[-115429,79139],[-115727,78878],[-113725,77975],[-113766,79033],[-113825,78275],[-113581,77731],[-113130,77439],[-114288,77225],[-113075,78725],[-114330,78530],[-113803,82602],[-114087,82737],[-114042,82985],[-113111,84047],[-113165,84442],[-113661,76950],[-111400,74867],[-109163,77456],[-109145,77656],[-111849,84080],[-110104,85910],[-111903,84475],[-110275,85925],[-110375,86325],[-107634,84976],[-107675,85375],[-116291,90554],[-116771,88292],[-107625,89275],[-112187,89192],[-110517,78475],[-111291,78125],[-108025,76675],[-106359,75724],[-109011,76245],[-102503,123299],[-102692,123344],[-102685,123670],[-113038,135870],[-108380,131767],[-106317,137101],[-107026,131078],[-107546,134753],[-108025,136659],[-106246,128430],[-102450,119445],[-103764,105741],[-35722,47977],[-34077,50458],[-46555,54746],[-40603,57428],[-36560,56743],[-35529,60496],[-30817,61721],[-30803,61323],[-40614,63033],[-39884,60046],[-32625,66971],[-32643,66634],[-32850,67141],[-41445,67018],[-34149,67729],[-33976,67905],[-34875,70175],[-34825,69975],[-34510,70355],[-29649,66882],[-29829,67237],[-30037,64406],[-29506,65086],[-36817,71595],[-36948,71219],[-36787,71112],[-40675,71593],[-40293,71379],[-40605,71394],[-42600,61453],[-36722,63972],[-37771,63700],[-34347,60510],[-34026,58021],[-39508,56640],[-33885,55660],[-35257,54484],[-32068,62255],[-37928,61097],[-98997,97359],[-96921,97704],[-98839,97107],[-97025,97532],[-98533,101880],[-98527,102206],[-93968,100718],[-93960,101202],[-99975,100525],[-102308,101465],[-102317,101668],[-100032,100036],[-94295,104566],[-92848,104419],[-92842,104745],[-94113,104195],[-94302,104240],[-92660,104374],[-95071,117094],[-95231,117345],[-99491,118036],[-99644,118155],[-99485,118520],[-96401,120144],[-96276,120018],[-96242,120510],[-99744,125427],[-99562,125056],[-99750,125101],[-98514,126360],[-98375,126725],[-98361,126241],[-98014,129077],[-97875,128825],[-98475,129075],[-98580,129319],[-95420,125477],[-95904,125484],[-95539,125325],[-91875,125075],[-92367,125055],[-95061,121833],[-94902,122198],[-92002,124896],[-88369,120435],[-88181,120390],[-88363,120761],[-99435,129000],[-99364,105254],[-99129,105480],[21726,97840],[28074,93200],[26724,94273],[26954,94473],[27127,97732],[27185,97167],[26143,97075],[25750,97008],[25734,96815],[27404,97612],[28867,95788],[27224,95435],[29825,92825],[29764,92665],[30036,92109],[30233,92786],[33569,91891],[34025,91893],[28840,93816],[31864,94042],[31356,94296],[31606,94465],[41243,93719],[41053,93368],[41194,93237],[42385,94427],[42025,93975],[41860,93803],[43713,95046],[43710,94744],[44208,95018],[38961,92094],[39653,92576],[39364,91199],[39182,91647],[39178,91249],[55687,102475],[56245,102582],[56563,100541],[60291,98528],[58302,97116],[60146,98066],[60035,98224],[58365,97299],[58762,97268],[57868,98595],[60793,100704],[60751,102008],[60747,101610],[60530,102455],[60933,101559],[61920,99941],[64241,97632],[64058,98081],[64054,97683],[64058,100833],[64544,100479],[54008,89518],[54122,89675],[53638,89664],[58165,96293],[65540,92220],[65536,91822],[65723,91771],[65539,95192],[65356,95641],[65352,95243],[55783,102761],[57252,103362],[57157,103076],[58206,103842],[61222,102936],[150455,338346],[150620,338112],[150810,338078],[150588,338508],[123534,325228],[122970,325593],[123124,325413],[123341,326245],[123230,326610],[122269,327536],[121950,326203],[122469,327415],[121159,325352],[120868,325405],[121025,325075],[121264,325571],[118716,327869],[118578,327623],[118425,327922],[120288,327597],[121730,326255],[120894,327677],[121868,326047],[120673,327729],[120811,327521],[118825,328075],[119732,332552],[119072,331431],[119156,331267],[117987,336066],[118316,334398],[117453,328831],[117458,329273],[117531,329110],[116784,334443],[116210,334879],[116025,335475],[116355,335192],[115833,335079],[115884,333415],[115913,335332],[116426,335709],[116640,335407],[113569,335965],[113961,339655],[113819,339786],[113487,341764],[116532,342233],[119611,334085],[121521,346901],[121466,347227],[121225,347175],[127283,345109],[125869,346689],[126010,346558],[127075,344925],[127473,345535],[121220,327274]] \ No newline at end of file diff --git a/src/gathering/item-6215.json b/src/gathering/item-6215.json new file mode 100644 index 0000000..95326a5 --- /dev/null +++ b/src/gathering/item-6215.json @@ -0,0 +1 @@ +[[-201570,-2515],[-202293,-6016],[-201966,-6790],[-198740,1995],[-199948,9156],[-200425,9175],[-200341,9868],[-199175,11975],[-207525,-4425],[-205397,-2926],[-214910,-9563],[-215547,-9017],[-206875,4975],[-207198,5276],[-208025,4925],[-217525,5625],[-217975,5375],[-202059,-2634],[-202266,-6401],[-202189,-6231],[-201725,-6825],[-194925,4425],[-199875,9075],[-200304,10487],[-199101,10709],[-214664,-15570],[-215775,-15675],[-208649,4897],[-209773,5233],[-217166,5064],[-218343,5218],[567892,-90853],[571131,-91812],[566849,-88183],[568066,-88249],[572700,-74389],[572001,-73897],[573979,-74814],[573408,-74900],[572591,-72954],[572919,-70365],[572896,-70780],[571514,-67122],[572316,-68821],[572022,-69948],[573113,-68513],[572275,-65675],[566116,-88536],[565422,-88919],[566933,-87646],[567675,-86429],[571104,-85245],[571857,-81187],[569766,-82005],[572259,-80712],[575904,-79788],[575911,-78809],[575309,-77822],[-201087,-4679],[-202558,-7109],[-201614,-7082],[-201439,-6501],[-198551,2278],[-200225,8631],[-200759,9229],[-198819,10545],[-200653,10583],[-200237,10801],[-199856,10269],[-209526,5395],[-208313,4440],[-208737,5099],[-218555,5190],[-217714,5560],[-201034,-5460],[-200931,-5145],[-201452,-1478],[-202297,-1149],[-201712,-2644],[-201870,-8238],[-203006,-7922],[-202271,-8432],[-204517,-10817],[-204159,-10029],[-204160,-10524],[-202526,-9692],[-202373,-10173],[-201494,796],[-203825,3161],[-203073,500],[-202767,244],[-204551,1931],[-203513,2681],[-202216,1406],[-201621,1185],[-203347,802],[-203346,2378],[-204369,3433],[-220252,-14910],[-219403,-15222],[-205849,3202],[-205886,2902],[-205495,3905],[-205817,3997],[-207560,4076],[-208372,5029],[-208627,4630],[-214829,4835],[-217541,5866],[-214463,5068],[-215170,5056],[-216535,6958],[-216536,7261],[-217534,6612],[-219874,2042],[-219496,2028],[-219042,4927],[-219803,3976],[-217786,6177],[-201539,-3951],[-201287,-4602],[-201690,-5572],[-202026,-1542],[-202375,-8975],[-203933,-11121],[-203125,-3025],[-203668,1497],[-202543,926],[-204419,2256],[-203001,8333],[-204053,7205],[-202584,7566],[-201103,8792],[-200656,8199],[-200187,11434],[-199495,9995],[-200284,10240],[-207994,-3950],[-206951,-4360],[-205949,-3236],[-204926,-3149],[-204875,-2575],[-208475,-10775],[-207759,-11353],[-206925,-11675],[-205085,-12153],[-213875,-11875],[-212975,-12225],[-214094,-10739],[-213439,-8085],[-211407,-8126],[-205697,-12144],[-219690,-15215],[-216764,-9865],[-222972,-3868],[-222625,-4025],[-209525,-9125],[-209016,-8189],[-214371,-1704],[-215375,-775],[-215717,-15909],[-207417,4748],[-207649,6114],[-206985,6000],[-208883,6048],[-216875,6325],[-216499,5464],[-215628,6882],[-208325,6525],[-205629,7772],[-218252,5109],[-219154,3757],[-202957,1384]] \ No newline at end of file diff --git a/src/gathering/item-6216.json b/src/gathering/item-6216.json new file mode 100644 index 0000000..443d395 --- /dev/null +++ b/src/gathering/item-6216.json @@ -0,0 +1 @@ +[[197897,48282],[201375,50175],[200737,48225],[200930,50427],[200463,35027],[200949,33839],[202075,39475],[200716,34684],[202625,44975],[202704,44363],[202181,44370],[201626,51267],[194088,58905],[203246,52636],[201117,56282],[203266,58255],[231345,40231],[233075,40425],[232403,41487],[232713,41328],[232808,41899],[232516,41862],[214598,40902],[214806,41076],[216253,41929],[216612,43021],[216495,43438],[216025,43175],[216575,47752],[216225,47375],[216275,46975],[211486,35032],[228757,49714],[229261,49569],[211075,35275],[210875,34975],[210617,38482],[208798,36657],[210425,38775],[210125,45975],[210275,46375],[210575,45825],[211160,50424],[210923,42709],[212475,45375],[213325,50325],[213475,49875],[213025,49925],[211419,50785],[226601,50785],[209225,55175],[211938,55293],[215825,56925],[219155,56617],[218775,56375],[220421,60113],[215659,54861],[222375,56125],[225854,56800],[226767,53814],[226379,53903]] \ No newline at end of file diff --git a/src/gathering/item-6217.json b/src/gathering/item-6217.json new file mode 100644 index 0000000..e6d3497 --- /dev/null +++ b/src/gathering/item-6217.json @@ -0,0 +1 @@ +[[427798,-3008],[430625,-3125],[430800,-2921],[412133,-8781],[417077,-7327],[417238,-9592],[414375,-12675],[414511,-12472],[416344,-13054],[417553,-9591],[417514,-9888],[423990,-7741],[423951,-8038],[426512,-12664],[426828,-12663],[426789,-12960],[425015,-13954],[432293,-14541],[429811,-15814],[430087,-16110],[429148,-13953],[431067,-12271],[423675,-7742],[425395,-5014],[425548,-4813],[425675,-5175],[428113,-3007],[428074,-3304],[430933,-3250],[433765,-2895],[423079,-12148],[431272,-12015],[430366,-18118],[430126,-15813],[427510,-19324],[434046,-2895],[454980,-14892],[458405,-18079],[457312,-17817],[455315,-15120],[453363,-19134],[453731,-18260],[455287,-14822],[442240,1129],[442816,1401],[442621,1622],[442115,1531],[442381,1560],[477127,-14630],[477188,-16655],[476841,-14502],[477503,-16654],[477464,-16951],[482211,-17649],[477166,-14332],[478792,-12312],[478516,-12015],[478831,-12015],[480567,-11691],[483441,-12198],[483756,-12197],[483625,-15175],[483717,-12494],[480802,-10296],[477210,-7374],[481117,-10295],[481078,-10592],[478575,-6625],[480521,-4698],[480856,-4926],[478775,-6275],[480828,-4628],[480863,-6732],[480555,-1667],[481995,-1943],[466575,-775],[467639,869],[472675,375],[472789,585],[466794,2580],[462952,1826],[467375,1025],[464125,788],[467745,2149],[467611,1167],[472991,294],[-20200,-4849],[-20805,-7616],[-19870,-7453],[-17143,-8206],[-17925,-8525],[-15542,-10229],[-14046,-11758],[-16907,-10132],[-15625,-8575],[-10569,-10943],[-11835,-11632],[-10119,-11605],[-11298,-8347],[-7914,-10677],[-12694,-7794],[-12492,-9689],[-13525,-6675],[-7274,-7385],[-6736,-8916],[-9287,-7299],[-6700,-5577],[-9351,-8657],[-17490,-3754],[-18346,-4158],[-18858,-5806],[-14573,-4962],[-15105,-2894],[-15136,-6338],[-11325,-4625],[-12133,-5422],[-12991,-2929],[-10165,-4095],[-17925,-2275],[-14025,-3775],[-8502,-4518],[-8428,-3259],[-6625,-3875],[-7909,-5797],[-10439,-1678],[-8000,-1026],[-7144,-2234],[-5819,-131],[-14132,-10463],[-12691,-10619],[-10916,-13087],[-4731,-7594],[-5005,-8401],[-3731,-7155],[-5581,-6783],[-4103,-5843],[-3288,-3307],[-6062,-4888],[-1371,-4362],[-624,-3263],[-1513,-2471],[-2904,-1464],[-461,-1093],[-5035,-1366],[-3741,-2003],[-6180,4096],[-8260,284],[-6119,2652],[-6755,1496],[-5444,1862],[-4414,4820],[12258,-1431],[13860,-1148],[15764,-859],[8728,92],[17075,-1975],[19043,-3191],[22238,-2947],[14148,-4024],[23434,-961],[20331,-675],[2681,44],[1075,-1975],[1666,-692],[6911,886],[14879,202],[9328,1433],[10609,320],[15771,1695],[16738,5028],[21285,2451],[20383,975],[22459,1531],[23106,3335],[18497,3871],[21891,6205],[22612,5205],[11884,3421],[9833,3751],[14305,4418],[18887,5468],[7775,5925],[7086,4845],[8182,3642],[6475,2225],[10288,2254],[5775,763],[3248,2616],[5626,5009],[13028,4778],[2969,4717],[575,1675],[1595,2034],[141,4889],[4051,1093],[-195318,-161004],[-195483,-159807],[-198705,-166100],[-199375,-162975],[-200099,-163863],[-203820,-154431],[-215097,-107856],[-216605,-113508],[-217275,-113658],[-216318,-112948],[-216054,-108567],[-215642,-108624],[-215384,-108416],[-215915,-108024],[-215577,-108840],[-216798,-113931],[-235792,-135653],[-236057,-135017],[-236269,-135361],[-236375,-135725],[-239125,-137525],[-239086,-137003],[-238825,-136975],[-238609,-137295],[-238874,-136659],[-236009,-135327],[-239296,-137279],[-236625,-131575],[-227875,-129275],[-227023,-130444],[-225614,-129371],[-223494,-130534],[-220575,-138375],[-221845,-134347],[-227344,-127418],[-226575,-126925],[-234082,-123250],[-224063,-127760],[-221601,-127291],[-222331,-125624],[-220875,-126075],[-220509,-126770],[-227736,-131040],[-222625,-132525],[-220306,-135367],[-219498,-135583],[-218525,-135975],[-219719,-137947],[-219521,-134912],[-218828,-137406],[-220341,-134177],[-218425,-132525],[-219525,-132825],[-219111,-132037],[-218775,-130375],[-219337,-129091],[-220708,-130444],[-219653,-128125],[-219123,-138922],[-220467,-136445],[-217197,-136264],[-218125,-133325],[-221908,-137925],[-224141,-133040],[-222747,-129772],[-221383,-126330],[-220488,-127997],[-224134,-131437],[-234074,-123858],[-233784,-120819],[-231244,-120965],[-231525,-120925],[-229534,-119694],[-230775,-122175],[-227525,-119275],[-229475,-121325],[-227992,-118939],[-228740,-118377],[-229205,-119399],[-227225,-122025],[-231275,-120525],[-229220,-117703],[-226052,-118925],[-234263,-123482],[-233904,-124008],[-233634,-123460],[-237171,-122310],[-234254,-121129],[-236560,-118612],[-234075,-120875],[-234902,-119617],[-234083,-121384],[-233567,-121145],[-234463,-117814],[-234239,-116464],[-229642,-117608],[-231251,-117400],[-229235,-116794],[-225575,-118775],[-233832,-120509],[-234214,-116211],[-233923,-116501],[-239587,-123670],[-236652,-120366],[-237824,-119685],[-240252,-123679],[-244201,-116473],[-242975,-129825],[-243044,-129520],[-242779,-130156],[-241664,-132027],[-237032,-131394],[-236747,-131056],[-243475,-130125],[-245364,-130003],[-243295,-130394],[-243256,-129863],[-243370,-127542],[-217136,-113115],[-216875,-113725],[-246081,-116758],[-246455,-117257],[-244935,-117570],[-244233,-117507],[-248698,-122633],[-247587,-121579],[-248397,-121948],[-247645,-118764],[-221840,-118147],[-224452,-120036],[-224475,-120425],[-224325,-116468],[-207909,-179425],[-205246,-154846],[-206158,-154593],[-206125,-156975],[-208748,-99512],[1282325,168875],[1227250,157546],[1215775,158875],[1216790,162192],[1216680,162449],[1218970,159212],[1216960,162492],[1214530,187469],[1214170,187657],[1214480,192674],[1217430,193501],[1211860,222148],[1209025,251625],[1215150,254507],[1224410,255195],[1208730,260065],[1210710,258124],[1210610,257805],[1221030,260256],[1220740,260379],[1224630,263746],[1273025,160725],[1272750,160756],[1278140,162520],[1276100,164106],[1273310,195127],[1270800,196597],[1271650,202173],[1271530,202517],[1271770,202388],[1267430,203661],[1265800,198284],[1269650,199670],[1257180,164266],[1242210,161002],[1229330,159154],[1250220,203276],[1250070,203115],[1265290,189886],[1268650,189651],[1268130,193210],[1269240,189245],[1267980,193568],[1266975,163775],[1268925,159125],[1272210,206584],[1233475,213375],[1237175,216825],[1239700,218717],[1236410,218633],[1230100,261638],[1256190,267780],[1249900,270935],[1266740,274447],[1259640,271228],[1246520,101673]] \ No newline at end of file diff --git a/src/gathering/item-6218.json b/src/gathering/item-6218.json new file mode 100644 index 0000000..3effc7f --- /dev/null +++ b/src/gathering/item-6218.json @@ -0,0 +1 @@ +[[-291609,-351847],[-291858,-351333],[-337775,-372725],[-338218,-372366],[-339834,-367563],[-339497,-368024],[-444502,-323157],[-444025,-323475],[49993,-68652],[48087,-67800],[48725,-66475],[44275,-73425],[47575,-75325],[50125,-74375],[43875,-78275],[44375,-76075],[46375,-78375],[45675,-80025],[48225,-79825],[42175,-76775],[46525,-73325],[48849,-68058],[45925,-66125],[51010,-70168],[49825,-75425],[51025,-74825],[49925,-73575],[50392,-77795],[47975,-77425],[42725,-80475],[44675,-79475],[46375,-81475],[45375,-82175],[40525,-83925],[46375,-66425],[48986,-72548],[40775,-74025],[43825,-74875],[41875,-71975],[42425,-73225],[42633,-67906],[45825,-75075],[45225,-76575],[44721,-68340],[39185,-88019],[42744,-85354],[40192,-91365],[44043,-90767],[43225,-93725],[47089,-94813],[47572,-90489],[48030,-87540],[56925,-104575],[54675,-105925],[52425,-110425],[56452,-111019],[60375,-108975],[61225,-106175],[58525,-103275],[53582,-71620],[53824,-70846],[53677,-69957],[51225,-76225],[52359,-71774],[52025,-73225],[53125,-75375],[52975,-73775],[52252,-74247],[55075,-75325],[53725,-78725],[53775,-76475],[56475,-78575],[57075,-77575],[54925,-77675],[55325,-77175],[62325,-83625],[58225,-79625],[57025,-80975],[61375,-82275],[55875,-80375],[52358,-82394],[57775,-79925],[59889,-80393],[60775,-81025],[62225,-82825],[55745,-84168],[59669,-85016],[61775,-83075],[59715,-88730],[63025,-91925],[64225,-90625],[63925,-89675],[63475,-90525],[62825,-94675],[62175,-95825],[64175,-92025],[63225,-95525],[60875,-98175],[54510,-96568],[56272,-93057],[53285,-92106],[53345,-88554],[51918,-85625]] \ No newline at end of file diff --git a/src/gathering/item-6219.json b/src/gathering/item-6219.json new file mode 100644 index 0000000..d30fab0 --- /dev/null +++ b/src/gathering/item-6219.json @@ -0,0 +1 @@ +[[-140348,-3205],[-140811,-2470],[-141998,-3998],[-141360,-4197],[-140961,-4039],[-140654,-3595],[-143078,-580],[-142640,-792],[-143167,-1330],[-142189,-2806],[-130539,-69269],[-149125,-80775],[-149525,-79475],[-145901,-74066],[-145779,-71687],[-135463,-67527],[-130817,-73855],[-130810,-74289],[-130744,-73394],[-183811,-152759],[-183026,-147270],[-182025,-148825],[-187725,-134575],[-188206,-133197],[-184611,-132192],[-178543,-138132],[-200971,-109847],[-198769,-108717],[-203075,-109583],[-204388,-108604],[-202727,-106183],[-200515,-108086],[-201361,-105601],[-197219,-106617],[-183278,-148952],[-183198,-148588],[-181579,-148736],[-182335,-147124],[-181727,-149160],[-181239,-147722],[-181187,-147894],[-179937,-147548],[-180693,-148117],[-182346,-148132],[-182259,-147701],[-182708,-148257],[-182289,-148918],[-182831,-131541],[-183284,-132614],[-183533,-133737],[-179127,-138254],[-182749,-153838],[-182926,-153778],[-183885,-153578],[-160708,-7263],[-161851,-7959],[-161566,-6514],[-161257,-6880],[-160960,-6554],[-161381,-6054],[-161990,-6988],[-160999,-8429],[-160489,-7670],[-196599,10330],[-196324,10740],[-195372,10712],[-195284,11113],[-206525,-12425],[-207724,-14181],[-207875,-12925],[-206075,-13425],[-211449,-15323],[-211201,-15250],[-212119,-15093],[-212601,-14686],[-222475,-8725],[-223879,-8135],[-222683,-7590],[-223167,-8781],[-220389,-14560],[-219978,-13969],[-220077,-14646],[-220012,-14187],[-218293,3297],[-220072,2412],[-219251,3171],[-219451,3417],[-218790,3883],[-232894,55702],[-233311,55254],[-233401,56122],[-233524,55425],[-232074,56773],[-233345,57310],[-232339,57678],[-232861,54424],[-232874,54575],[-233362,53870],[-349559,-177666],[-350680,-178642],[-350634,-178467],[-352735,-179994],[-348832,-180837],[-334873,-204241],[-348621,-203669],[-345752,-202737],[-345703,-202404],[-348257,-203572],[-348010,-203048],[-348443,-202821],[-347147,-201120],[-345823,-185518],[-347270,-182850],[-353075,-179975],[-352879,-180064],[-353393,-179964],[-347686,-179962],[-347762,-180230],[-346792,-181396],[-346139,-179293],[-348748,-181029],[-346940,-181113],[-347138,-181345],[-347594,-179744],[-346857,-179726],[-345934,-180122],[-347912,-180244],[-348230,-180524],[-347820,-180361],[-348337,-180855],[-350917,-178846],[-350751,-178799],[-349221,-178094],[-348376,-177864],[-348279,-177322],[-348019,-177329],[-346303,-175834],[-346503,-176134],[-346479,-175925],[-346355,-176723],[-346100,-176189],[-346534,-176396],[-348134,-176739],[-348209,-176613],[-348258,-176855],[-347906,-177641],[-342423,-181760],[-343902,-180950],[-343749,-181365],[-342828,-182158],[-345493,-174935],[-345481,-175444],[-345433,-175703],[-345467,-174732],[-343983,-174409],[-345406,-175209],[-345948,-176585],[-344721,-174812],[-341771,-183117],[-341545,-182501],[-342911,-183195],[-341645,-182944],[-341613,-183598],[-342481,-202205],[-345442,-202559],[-343675,-200784],[-343651,-202833],[-334527,-208590],[-335774,-210833],[-334875,-209525],[-334410,-204928],[-348896,-213518],[-349405,-213532],[-345981,-212961],[-346258,-211457],[-347675,-212283],[-345393,-211108],[-344033,-211369],[-342943,-208138],[-343277,-207242],[-344782,-208464],[-340947,-207926],[-337524,-208347],[-338607,-209292],[-348543,-213061],[-347564,-214111],[-340346,-208985],[-339694,-209363],[-339423,-208115],[-336645,-212035],[-343649,-211364],[-344286,-212400],[-345358,-207766],[-348453,-211926],[-347461,-212017],[-348400,-212491],[-345557,-208570],[-340251,-211100],[-344650,-212716],[-344252,-212798],[-342809,-211190],[-342333,-212544],[-342274,-210688],[-341975,-212228],[-365227,-176706],[-366470,-176659],[-365341,-176612],[-364668,-175712],[-364452,-189768],[-364591,-189467],[-363775,-189025],[-364446,-189415],[-360264,-188368],[-360139,-188073],[-365558,-176072],[-365258,-176106],[-366603,-176512],[-363846,-176886],[-365119,-176251],[-359294,-186766],[-360499,-188127],[-363930,-176686],[-68098,-104138],[-68591,-106181],[-67012,-103624],[-69294,-105883],[-67175,-99375],[-65767,-101373],[145175,-63425],[145025,-63275],[144875,-63225],[141709,-61277],[142079,-61351],[142212,-61560],[142935,-65931],[141574,-68041],[493088,202582],[494126,203471],[496129,202927],[499072,204618],[497807,202646],[499576,199911],[500453,200678],[504230,198189],[510016,204873],[498722,205496],[507274,209348],[501628,213741],[509327,212408],[501291,210200],[516507,210613],[527803,212038],[528616,210041],[529961,208214],[529603,211976],[544154,219297],[513835,208889],[528599,206023],[529244,206975],[587564,239752],[585939,237478],[584698,238087],[492448,203574],[501441,200888],[495475,204068],[503775,198484],[503763,198024],[509549,204709],[498255,205331],[498267,205791],[500637,207922],[507136,209024],[508045,210561],[502905,213931],[509095,212126],[502236,211825],[509561,205169],[516052,210909],[516040,210449],[530510,210137],[528429,208279],[530194,213330],[543595,219079],[543152,219401],[529024,211002],[513380,209185],[513367,208725],[530497,206732],[587652,239203],[584786,237538],[585284,238311]] \ No newline at end of file diff --git a/src/gathering/item-6220.json b/src/gathering/item-6220.json new file mode 100644 index 0000000..cb64bd0 --- /dev/null +++ b/src/gathering/item-6220.json @@ -0,0 +1 @@ +[[-309584,11623],[-319354,20215],[-314711,8129],[-322045,12602],[-321354,14599],[-328147,15689],[-335504,17477],[-335683,13433],[-323513,14038],[-328399,17966],[-337038,16492],[-326850,22671],[-309354,14011],[-312800,12358],[-311080,14292],[-316625,9825],[-315146,11119],[-316177,11612],[-314013,7446],[-314643,6889],[-317246,7402],[-319709,12079],[-321667,15744],[-318898,15059],[-317838,17359],[-319227,18062],[-322627,19667],[-324824,13119],[-326140,16132],[-325463,18649],[-325558,21441],[-328323,17380],[-329225,17721],[-329168,16359],[-328843,14696],[-326530,13964],[-321169,21962],[-335579,16971],[-336157,16076],[-336515,12952],[-334473,12854],[-313104,10349],[-312963,11793],[-312575,14275],[-311673,16776],[-313925,12025],[-316615,8281],[-315468,9742],[-319398,14726],[-322303,19323],[-314834,9481],[-337246,15211],[-286935,5674],[-287784,5989],[-284705,5658],[-283865,5035],[-270007,21772],[-270424,12550],[-268781,10661],[-266554,12390],[-267014,10981],[-267828,9978],[-269097,9273],[-256068,13952],[-257814,15466],[-272033,9553],[-276471,8844],[-278250,8487],[-277462,14312],[-286837,6899],[-285840,7125],[-294518,12654],[-268112,12012],[-267415,13092],[-297375,28225],[-302072,23730],[-299167,22735],[-304189,25279],[-300668,26129],[-305940,24648],[-308046,24758],[-316702,16087],[-334580,16932],[-336844,14031],[-334414,10348],[-335589,19240],[-332375,14575],[-323316,16528],[-328332,13589],[-319578,9344],[-284772,9700],[-282707,12466],[-278475,17675],[-278351,18539],[-271775,14025],[-279925,24242],[-286575,19575],[-300405,24193],[-290225,10875],[-285733,11951],[-280465,11846],[-270811,57110],[-261375,6104],[-258283,6194],[-260990,11522],[-257770,11222],[-262919,7742],[-263042,8301],[-257066,9751],[-261198,1544],[-254363,31718],[-250418,29096],[-258825,31125],[-261891,41651],[-265314,41041],[-262403,45234],[-260030,29804],[-263411,36559],[-266986,11873],[-284130,16235],[-287051,18958],[-287465,13096],[-289221,18938],[-298268,23127],[-300133,21275],[-305360,21511],[-305375,23813],[-284589,12094],[-271824,9169],[-271157,48718],[-278474,8111],[-270545,52984],[-300510,8509],[-295500,8613],[-283165,6028],[-256175,7825],[-265608,46722],[-258725,43275],[-263354,40786],[-261096,20866],[-278925,24835],[-276836,21913],[-276410,19991],[-275687,19778],[-274806,20858],[-270801,25041],[-272535,13536],[-271857,10013],[-268775,11675],[-267825,12375],[-268833,9634],[-257375,15275],[-268525,11025],[-266738,11343],[-267623,10679],[-267175,13525],[-276961,8056],[-275553,8854],[-277775,8575],[-274274,23071],[-286763,20383],[-293244,13975],[-293907,14278],[-286935,13694],[-284696,15353],[-294118,11835],[-287326,7371],[-285319,7348],[-286395,6762],[-296321,18941],[-295681,17522],[-298465,28475],[-303675,26275],[-302051,26123],[-298753,24260],[-302125,20125],[-303888,20461],[-304225,23525],[-295905,19416],[-306356,16602],[-299063,23529],[-299785,24538],[-303596,16090],[-300911,22524],[-305057,10504],[-303674,11761],[-303357,10586],[-300378,11444],[-303145,12405],[-304771,15147],[-305214,17520],[-304464,23240],[-306786,21186],[-298865,10467],[-292066,7943],[-286229,5980],[-290325,13975],[-288302,16515],[-279562,14931],[-276614,17666],[-272225,19825],[-281306,10247],[-274025,13125],[-272932,15694],[-270536,51283],[-276297,43684],[-273599,40033],[-267813,55496],[-267149,58716],[-268414,60609],[-271236,55781],[-307935,23664],[302311,-133278],[296135,-120394],[316578,-108266],[316434,-138832],[320162,-135524],[327978,-138852],[324854,-117767],[320496,-118230],[338640,-127014],[332083,-133541],[327374,-124123],[-250768,21846],[-246979,19807],[-254975,17225],[-255079,31431],[-254614,32175],[-253736,31452],[-253765,29237],[-254153,33989],[-255092,33277],[-254690,21200],[-261445,1428],[-258475,5825],[-256180,8890],[-256175,7425],[-256765,8387],[-258125,11671],[-257452,8131],[-262526,10446],[-261584,2473],[-261145,4327],[-257925,17675],[-257385,28310],[-261457,39171],[-262872,45170],[-262611,44294],[-265175,37475],[-260068,40759],[-256993,40420],[-257610,29622],[-258498,33708],[-263592,29069],[-274725,28575],[-272036,37946],[-271841,36350],[-271707,36785],[-276806,22917],[-276977,25503],[-273023,18102],[-272291,17414],[-267775,12725],[-262025,11175],[-263067,9359],[-258284,15456],[-277496,13709],[-276257,22811],[-287290,19757],[-286725,18725],[-284861,16310],[-293207,16929],[-293594,16420],[-293711,17517],[-288281,10054],[-285235,5938],[-294906,12623],[-295088,17252],[-295082,18021],[-289498,18514],[-303129,25720],[-303596,21574],[-302076,21180],[-307113,17451],[-306254,25590],[-305926,19926],[-286559,10980],[-277043,14706],[-280826,13218],[-270213,21292],[-269710,22163],[-268108,9671],[-264125,8825],[-269685,50924],[-272625,48625],[-273093,49015],[-268150,54784],[-267744,58117],[-267600,61124],[-269090,52868],[-307416,24524]] \ No newline at end of file diff --git a/src/gathering/item-6221.json b/src/gathering/item-6221.json new file mode 100644 index 0000000..769c4a0 --- /dev/null +++ b/src/gathering/item-6221.json @@ -0,0 +1 @@ +[[-365975,-105425],[-381105,-119567],[-382394,-139350],[-388029,-130620],[-379430,-133019],[-388379,-124731],[-372677,-88178],[-383533,-97177],[-376472,-76085],[-371573,-100086]] \ No newline at end of file diff --git a/src/gathering/item-6222.json b/src/gathering/item-6222.json new file mode 100644 index 0000000..e3b7b14 --- /dev/null +++ b/src/gathering/item-6222.json @@ -0,0 +1 @@ +[[390825,49175],[395715,49299],[392467,48096],[397525,45225],[396194,42642],[393931,42171],[401833,42539],[396401,46213],[389425,36159],[393469,35687],[392426,45000],[395287,32343],[396325,33725],[399844,37073],[394311,20741],[398240,21670],[398025,23075],[399475,25175],[398695,25996],[395920,18605],[394484,16703],[394627,14173],[397013,16189],[403808,20672],[404375,20275],[396433,21212],[409267,23009],[405901,21421],[407613,29990],[405568,27228],[403728,26235],[402472,30795],[401125,34669],[404797,34447],[396825,30475],[407626,26533],[401056,40542],[404721,40127],[405568,44163],[403409,42939],[405318,47682],[403328,49005],[405408,50660],[407942,63717],[406883,66883],[404187,62197],[405337,61207],[403392,64913],[403459,67573],[402497,59799],[405523,60703],[402825,61025],[400402,67185],[402490,66904],[397709,62171],[395831,63021],[394437,66845],[393726,64259],[395189,68613],[399619,68807],[401739,67856],[392954,61458],[391835,57532],[396411,51549],[396383,53486],[394675,59375],[395084,60728],[389565,61759],[378078,84647],[381872,80625],[381867,81995],[381652,82683],[383100,86274],[381258,83865],[381721,86027],[384236,80717],[385625,87225],[380673,79295],[381458,78720],[383494,79987],[381854,77807],[377176,85761],[388424,84492],[383821,75119],[386796,75015],[385499,74030],[388275,75025],[395413,75217],[393185,80822],[385958,72975],[388824,73707],[389868,70893],[392000,70957],[390575,70625],[398725,71825],[396348,74136],[389047,68319],[387282,68776],[397005,64937],[397778,72388],[395592,56095],[402239,54913],[395716,65815],[394466,53707],[402710,53116],[397525,58875],[405345,67412],[404486,90874],[394344,93879],[400331,72971],[406187,71379],[405309,70751],[404994,71878],[409125,72725],[407256,70788],[408913,71096],[407975,72475],[403775,71025],[382227,83176],[386493,68206],[388853,68090],[393028,80676],[395535,75047],[402125,68325],[403447,68388],[399885,82987],[404960,71527],[403687,70706],[411339,21387],[413021,24516],[411196,30412],[412675,70525],[413488,69028]] \ No newline at end of file diff --git a/src/gathering/item-6223.json b/src/gathering/item-6223.json new file mode 100644 index 0000000..7dd26a9 --- /dev/null +++ b/src/gathering/item-6223.json @@ -0,0 +1 @@ +[[852434,359344],[853389,388673],[853933,388863],[853337,388964],[847055,375787],[846520,376147],[846600,376352],[847066,376365],[846825,376625],[821500,364182],[912627,331616],[912304,331804],[912037,331875],[912749,332028],[912303,332152],[913927,343381],[914998,343720],[915901,342896],[900853,357006],[900134,356753],[878921,340438],[879114,340634],[879173,340258],[900475,336525],[900440,336218],[900725,336175],[888224,340723],[888662,340628],[888938,340711],[888334,341015],[888692,340990],[877552,356525],[900444,368922],[899640,368724],[880905,369156],[880756,368650],[881413,368987],[871261,359960],[871620,359967],[871338,359664],[871074,359806],[970374,305833],[966782,277835],[953668,282729],[954177,282282],[952875,283025],[961719,269546],[932844,322623],[932726,322200],[932231,322322],[932503,322841],[924412,325402],[924395,325783],[924614,325595],[929825,344125],[930125,343975],[941021,331725],[942178,332136],[941181,332653],[968484,314821],[982327,256468],[982547,256658],[982599,256245],[982830,256671],[978631,277587],[1002120,280502],[1002570,280726],[1002450,280314],[1001860,280573],[1029140,283383],[1029260,283795],[1028550,283642],[1028820,283919],[854725,370625],[847101,375581],[852805,389108],[853997,388386],[846209,376775],[847325,376275],[821191,363560],[911825,332175],[912692,331245],[912727,332545],[915219,343061],[915947,342690],[901005,357432],[879403,340675],[879100,339955],[901104,335914],[900052,336660],[888043,341538],[889447,340634],[877328,357369],[876853,356734],[900490,368716],[881477,368536],[881460,369429],[880272,369214],[870983,360219],[871699,359448],[970420,305627],[966828,277629],[953359,282107],[954225,282075],[961765,269340],[933186,322282],[931983,322824],[925124,325312],[923830,325720],[930192,343763],[941869,331513],[941227,331771],[982645,256039],[982068,256820],[983225,256475],[978677,277381],[1002475,279975],[1002540,281243],[1001640,280860],[1029240,284312],[1029210,283012],[1028330,283929],[863926,353399],[828148,357204],[854432,370651],[852856,388441],[844337,389527],[839138,378561],[846582,375635],[834957,367132],[821842,363613],[911636,331223],[915660,342665],[918910,334568],[902654,345464],[900553,356609],[877177,356013],[878452,340603],[899990,336090],[895725,334175],[887758,340019],[903846,365637],[899953,368840],[891830,366793],[880262,367878],[882561,360952],[870931,359404],[969820,305651],[972542,278970],[967193,277613],[954512,282015],[959681,282912],[935585,288984],[971016,302340],[962096,269175],[935326,318442],[933025,321175],[924461,323950],[925360,321053],[929893,343642],[941449,331742],[993531,255759],[981910,256145],[978253,277312],[1001450,279920],[1010180,275666],[1023160,312807],[1025490,294950],[1032290,278540],[1028150,282990],[1045070,329114]] \ No newline at end of file diff --git a/src/gathering/item-6224.json b/src/gathering/item-6224.json new file mode 100644 index 0000000..05b0273 --- /dev/null +++ b/src/gathering/item-6224.json @@ -0,0 +1 @@ +[[544048,186756],[543455,197927],[539775,180925],[531521,167996],[582745,133020],[567675,143025],[573065,152402],[846517,307005],[828142,291473],[866370,315869],[831850,322415],[830775,313275],[911135,264792],[1057025,-104375],[1067910,-21063],[1070530,-6360],[1030910,-79952],[1070700,9191],[1096100,28927],[1084600,166763],[1089000,171433],[1091870,163286],[1095280,172560],[1116700,168361],[1107580,243091],[1123275,249225],[1084140,245935],[1120875,286925],[1107120,273356],[1090840,257644],[1076830,364481],[1096550,55228],[1082070,67298],[1092630,87185],[1144290,-36054],[1148475,189025],[1154990,194740],[1153425,187775],[1193820,22817],[1184130,32512],[1188530,40317],[1192970,46926],[640929,23613],[647830,37007],[645269,76965],[637015,71733],[648482,70405],[637452,82747],[631597,91843],[663425,145275],[664558,133575],[688132,96173],[687103,95852],[687430,94240],[688296,95228],[676318,64945],[669963,69839],[693463,130547],[687684,116116],[683675,118475],[670712,115382],[670201,106816],[676425,113625],[689375,142425],[675425,143375],[684260,136605],[669348,135582],[721310,183885],[870185,339328],[862452,319450],[865225,309375],[877216,306278],[905603,268119],[910440,324177],[894175,319675],[889070,317465],[880905,325074],[873385,320977],[917331,312837],[902327,322088],[941254,236967],[929201,269622],[926085,285303],[1071800,-30573],[1064830,-15031],[1056525,-94025],[1073360,-96462],[1071050,848],[1066680,15410],[1104910,-86088],[1091010,-93333],[1077910,21110],[1093720,33055],[1107600,168148],[1088590,63237],[1088180,80372],[1144520,-24197],[1138940,175509],[1155910,190728],[1167440,195599],[1180640,183831],[563125,173225],[549711,173129],[556454,176443],[558540,171087],[541390,183637],[545150,188700],[550816,180863],[554325,180575],[547625,199725],[532725,201675],[542278,199357],[529526,195897],[533639,203173],[535008,197049],[541306,178098],[535012,160570],[529029,154379],[537776,155715],[532227,165776],[562242,140551],[531853,138842],[540115,142913],[542510,147918],[569541,154434],[569016,160358],[574570,157118],[567088,169381],[571625,162325],[587380,117074],[590546,114208],[588038,121274],[585628,126815],[576048,130504],[582134,131785],[566527,131362],[571961,131098],[570753,137858],[568806,146633],[571748,143726],[565822,149145],[571018,151359],[569714,142102],[568683,149191],[815675,296625],[831675,244675],[832908,239680],[842538,301261],[839235,294622],[844758,328564],[904875,249125],[900969,244944],[944701,268610],[932560,260378],[924121,262873],[1063040,-42654],[1060660,-39988],[1061650,-30946],[1073090,-14678],[1058280,370660],[1106930,-94824],[1120560,-79804],[1076940,10697],[1087040,14197],[1082350,166089],[1095050,172283],[1105580,174007],[1096675,67125],[1086780,73365],[1085870,95276],[1147730,180502],[1131480,287781],[586951,84843],[578731,78910],[591662,132719],[600295,63998],[590658,101069],[598174,122763],[592915,125380],[602397,132321],[614042,48149],[608649,62943],[603768,57299],[611867,63561],[603327,69516],[611447,75819],[602539,75399],[608220,94703],[605696,109268],[622255,50942],[621800,95189],[617809,110604],[810575,163496],[815932,154082],[818143,171116],[819357,146371],[825994,187380],[825901,201977],[964175,214696],[969532,205282],[972957,197571],[1006670,268669],[-23800,-368981],[-23400,-369381],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-22100,-365081],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-22100,-365081],[-29000,-374281],[-138900,-440281],[-139800,-441381],[-137700,-456481],[-131400,-449681],[-157300,-447499],[-154800,-444899],[-184700,-424399],[-184200,-425799],[-198000,-417199],[-196900,-417699],[-145600,-349899],[-100200,-334099],[-118100,-380099],[-118600,-382299],[-114200,-423799],[-113300,-423899],[-107700,-422799],[-111700,-405499],[-108700,-406799],[-100800,-403299],[-97300,-405699],[-98700,-392499],[-93800,-381699],[-94900,-383499],[-95700,-385999],[-96200,-386799],[-11400,-363299],[-11100,-363899]] \ No newline at end of file diff --git a/src/gathering/item-6225.json b/src/gathering/item-6225.json new file mode 100644 index 0000000..0c05f42 --- /dev/null +++ b/src/gathering/item-6225.json @@ -0,0 +1 @@ +[[-85300,-228987],[-84700,-229887],[-83100,-230487],[-79900,-230087],[-79700,-231887],[-82100,-233387],[-83900,-234087],[-84700,-235987],[-84000,-236987],[-81300,-238987],[-79000,-234587],[-75700,-233687],[-73800,-232387],[-91400,-231662],[-92000,-233262],[-95100,-233362],[-97400,-232562],[-98600,-233362],[-102100,-239062],[-96800,-235362],[-98100,-238062],[-98700,-240162],[-93600,-238562],[-89600,-235562],[-89800,-237362]] \ No newline at end of file diff --git a/src/gathering/item-6226.json b/src/gathering/item-6226.json new file mode 100644 index 0000000..20060f4 --- /dev/null +++ b/src/gathering/item-6226.json @@ -0,0 +1 @@ +[[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[109174,-319662],[107476,-317462],[107976,-318762],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[110778,-327762],[110978,-328562],[112478,-326462],[112478,-327462],[113077,-328362],[113077,-328962],[112177,-329462],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[110778,-327762],[110978,-328562],[112478,-326462],[112478,-327462],[113077,-328362],[113077,-328962],[112177,-329462],[108275,-327332],[108375,-329362],[108978,-330062],[109478,-330862],[109678,-331962],[109378,-332962],[108778,-333362],[106977,-327862],[107577,-330062],[106877,-330562],[107077,-332462]] \ No newline at end of file diff --git a/src/gathering/item-6227.json b/src/gathering/item-6227.json new file mode 100644 index 0000000..5236d35 --- /dev/null +++ b/src/gathering/item-6227.json @@ -0,0 +1 @@ +[[-84000,-219987],[-83800,-221187],[-82200,-217687],[-81600,-217887],[-80900,-218487],[-80300,-218887],[-79900,-219687],[-81200,-220987],[-79900,-221887],[-77000,-218287],[-75200,-221687],[-77200,-220787],[-77100,-221587],[-77100,-222287],[-77100,-223087],[-77100,-223387],[-78500,-223587],[-78900,-223587],[-82500,-222287],[-80900,-223287],[-79700,-224787],[-34487,-385362],[-33586,-385462],[-35287,-385562],[-34487,-386462],[-32986,-386662],[-36088,-386162],[-34987,-387262],[-24882,-379662],[-23582,-380162],[-23982,-380462],[-24582,-381062],[-22581,-381762],[-22781,-382562],[-20680,-379462],[-20980,-381062],[-20980,-381962],[-20980,-382962],[-20180,-383562],[-20980,-384362],[-18679,-384762],[-63673,-447662],[-63673,-450062],[-62272,-450162],[-58970,-454262],[-61171,-446062],[-60371,-447762],[-58970,-447962],[-58570,-449262],[-54768,-446662],[-54468,-448762],[-53168,-451762],[-52968,-452662],[-56769,-445762],[-56269,-447562],[-56169,-448962],[-57170,-449562],[-56669,-450362],[-57170,-450762],[-56769,-451862],[-55169,-452262],[-55169,-453162],[-56769,-453562],[-56469,-454662],[-54868,-454862],[-60171,-447962],[-59170,-450062],[-61171,-450662],[-61372,-451562],[-61772,-452262],[-65674,-445462],[-66374,-446262],[-65974,-447662],[-67574,-445862],[-67574,-446562],[-67374,-446862],[-67274,-447362]] \ No newline at end of file diff --git a/src/gathering/item-6228.json b/src/gathering/item-6228.json new file mode 100644 index 0000000..987069a --- /dev/null +++ b/src/gathering/item-6228.json @@ -0,0 +1 @@ +[[77100,-256787],[75700,-257487],[75100,-258487],[73700,-254387],[73200,-256287],[71900,-257287],[74600,-255087],[75800,-255787],[76800,-256887],[73400,-256787],[74900,-256287],[75800,-256987],[74000,-257087],[75200,-258187],[76400,-258587],[72600,-257787]] \ No newline at end of file diff --git a/src/gathering/item-7901.json b/src/gathering/item-7901.json new file mode 100644 index 0000000..d1840f0 --- /dev/null +++ b/src/gathering/item-7901.json @@ -0,0 +1 @@ +[[-13551,-173543],[-11925,-175025],[-12909,-177024],[-4425,-163675],[-975,-162175],[-81970,-170273],[-80967,-165763],[-87088,-164133],[-86265,-159581],[-85888,-161960],[-83772,-160695],[-84863,-158458],[-79738,-158072],[-78104,-161304],[-72974,-160705],[-66775,-162275],[-70225,-160275],[-67938,-160470],[-72385,-154461],[-56326,-162749],[43075,-143125],[45525,-145525],[48963,-143745],[48522,-140029],[39525,-148475],[41675,-148075],[48130,-146761],[49063,-147866],[6893,-163348],[5002,-162058],[8435,-162912],[9025,-165325],[7912,-159860],[12645,-163590],[12175,-160825],[26911,-164270],[28525,-167875],[22425,-161625],[34451,-168200],[45075,-157725],[27169,-170281],[21825,-170625],[49025,-156525],[54825,-142125],[54139,-138486],[58773,-136083],[59989,-142210],[60746,-139169],[51694,-147880],[83558,-130064],[82925,-126675],[87671,-129288],[85983,-129772],[65384,-144874],[69125,-139151],[60194,-147191],[70746,-142585],[78125,-135525],[70943,-123878],[75454,-124208],[85678,-117470],[-219963,39776],[-218369,34201],[-231151,36838],[-224955,39083],[-225434,40938],[-219718,42213],[-221625,46125],[-221209,58360],[-225574,56845],[-207637,61846],[-207967,57730],[-224057,53031],[-191631,22915],[-188133,26174],[-184265,28396],[-189946,31574],[-183642,30900],[-194951,26147],[-195697,32030],[-194131,36766],[-188275,37625],[-193278,39190],[-197973,40298],[-198925,36775],[-201737,37198],[-181628,48149],[-191096,48442],[-171979,41455],[-175837,44524],[-175225,40650],[-175830,36151],[-177808,30911],[-171612,24488],[-171236,25000],[-171628,21210],[-182525,42825],[-180522,23307],[-183440,20349],[-175580,-248204],[-174970,-248444],[-174499,-251921],[-174577,-252607],[-172425,-254275],[-171279,-254505],[-188346,-252236],[-194714,-255091],[-194605,-254058],[-194234,-254332],[-195057,-254373],[-189466,-252557],[-200925,-248475],[-201099,-249441],[-202096,-251917],[-200985,-250025],[-202272,-252162],[-185676,-269859],[-183709,-269153],[-183251,-268868],[-183517,-266633],[-184274,-266485],[-183534,-267469],[-185339,-267652],[-184183,-265443],[-180124,-266118],[-181076,-263021],[-181339,-262835],[-186415,-260477],[-186626,-259784],[-184676,-261078],[-184361,-259425],[-182535,-261516],[-181021,-260109],[-180218,-260509],[-181075,-261075],[-179765,-259104],[-201108,-261487],[-200775,-262225],[-201402,-261145],[-200298,-256606],[-200625,-257375],[-199924,-256776],[-201525,-262325],[-181362,-258169],[-176371,-257125],[-176105,-256745],[-176168,-256362],[-175697,-260263],[-175561,-259890],[-175242,-261394],[-201013,-256267],[-195618,-287908],[-203612,-288001],[-179179,-266791],[-177964,-266123],[-196291,-289346],[-255270,-187542],[-255863,-187373],[-255991,-179621],[-255823,-203672],[-254775,-199875],[-254660,-200239],[-251847,-198716],[-251709,-199765],[-250325,-199825],[-212800,-246707],[-213522,-247187],[-217521,-243427],[-216978,-243996],[-216785,-243755],[-216237,-243282],[-226075,-241975],[-226203,-242247],[-234930,-239098],[-236386,-237636],[-235894,-239555],[-236318,-238605],[-236457,-234010],[-224975,-241175],[-226584,-243107],[-224586,-239760],[-223955,-238970],[-227565,-242320],[-221859,-241434],[-221920,-241849],[-222299,-242173],[-223185,-240376],[-223929,-239913],[-218775,-242360],[-218975,-242075],[-219257,-242487],[-220773,-238660],[-219936,-237109],[-220469,-238912],[-219849,-236944],[-219735,-238191],[-219953,-237283],[-219852,-236753],[-221142,-238750],[-252766,-214278],[-216885,-243355],[-213999,-245924],[-214306,-245729],[-208714,-243782],[-244125,-208975],[-213492,-278582],[-214318,-277842],[-212815,-278684],[-213727,-278574],[-211193,-286335],[-212542,-287512],[-270531,-152089],[-273742,-147082],[-280575,-148675],[-276981,-149475],[-302137,-130281],[-301534,-130146],[-302422,-129840],[-300727,-123289],[-299839,-123595],[-300134,-123458],[-300425,-123725],[-301980,-118529],[-301375,-118425],[-301675,-118275],[-301829,-130009],[-286225,-130825],[-282175,-118875],[-281325,-119125],[-281592,-118984],[-281900,-119256],[-290030,-125857],[-289427,-125722],[-289722,-125585],[-290315,-125416],[-285975,-131325],[-285675,-131075],[-285391,-131198],[-295822,-128589],[-296425,-128724],[-296117,-128452],[-296710,-128283],[-291352,-138787],[-290759,-138956],[-290464,-139093],[-291067,-139228],[-296169,-150370],[-295874,-150507],[-296477,-150642],[-296762,-150201],[-285985,-151263],[-285914,-147991],[-279675,-151675],[-276908,-152860],[-280020,-145742],[-278783,-142007],[-279394,-142104],[-279075,-141875],[-263450,-204213],[-256490,-183770],[-257083,-183601],[-256798,-184042],[-256195,-183907],[-259073,-184167],[-256575,-179775],[-256879,-179315],[-292675,-181475],[-293306,-181604],[-293591,-181163],[-292998,-181332],[-287675,-183375],[-287227,-183350],[-287475,-183775],[-287693,-183135],[-289494,-188563],[-294950,-190984],[-295505,-191133],[-295512,-190897],[-295825,-190775],[-288694,-188559],[-289183,-188709],[-289241,-188994],[-256477,-202560],[-256225,-201625],[-267324,-203198],[-267882,-203407],[-267800,-202991],[-262956,-203567],[-263386,-203625],[-274035,-189809],[-267506,-165135],[-267791,-164694],[-273675,-190230],[-273669,-189855],[-270825,-223825],[-271175,-224475],[-271291,-224049],[-269278,-226884],[-264241,-223797],[-268375,-226375],[-268372,-225417],[-264025,-223675],[-265025,-224275],[-256484,-206519],[-256625,-205475],[-256670,-206330],[-306675,-253223],[-306554,-253421],[-306475,-253675],[-306958,-254316],[-300333,-253308],[-300495,-253184],[-300649,-253880],[-293401,-253808],[-293711,-253642],[-291844,-254173],[-292059,-253497],[-291653,-253554],[-291132,-250449],[-291784,-250384],[-291407,-250487],[-291428,-250841],[-287987,-255606],[-287286,-254963],[-286460,-254809],[-284162,-262860],[-284393,-262928],[-284539,-262813],[-294501,-256258],[-287305,-256162],[-286529,-259602],[-293104,-263030],[-289200,-263509],[-287013,-259285],[-286990,-259759],[-286256,-260314],[-286387,-260196],[-286679,-260545],[-284973,-258581],[-290655,-263109],[-290789,-263417],[-290394,-263532],[-290560,-263606],[-300769,-258697],[-308385,-135658],[-308100,-136099],[-307497,-135964],[-307792,-135827],[-308897,-151734],[-308575,-151875],[-309205,-152006],[-309490,-151565],[-372595,-270611],[-372275,-271125],[-372985,-270077],[-374197,-268885],[-374310,-268633],[-398975,-268425],[-400317,-263961],[-399465,-268628],[-400281,-264538],[-492925,-202125],[-492825,-202525],[-499612,-219755],[-306747,-253794],[-306985,-253303],[-300517,-253506],[-300760,-253127],[-301881,-255604],[-291575,-253975],[-292016,-253759],[-286005,-255479],[-287381,-255491],[-286748,-255173],[-284187,-263045],[-284552,-263083],[-293231,-263067],[-287234,-259363],[-287034,-255826],[-293776,-261205],[-294375,-260643],[-286015,-260964],[-284717,-259323],[-290968,-263114],[-290213,-263129],[-290080,-263660],[-290530,-262920],[-290529,-263410],[-290975,-263725],[-290514,-263851],[-290773,-264073],[-277236,-264071],[-276625,-264625],[-311911,-245210],[-311931,-244358],[-374475,-268925],[-372617,-270933],[-372860,-270554],[-399775,-263275],[-399575,-264125],[-398931,-267916],[-492825,-202375],[-176310,-248204],[-175133,-252127],[-172797,-253745],[-171924,-254424],[-189920,-253163],[-195685,-253737],[-194314,-254689],[-189225,-252025],[-201182,-249525],[-201949,-251616],[-184548,-268861],[-183960,-268995],[-184156,-266366],[-183182,-267583],[-180475,-266342],[-180383,-266032],[-183209,-262645],[-186043,-259886],[-185532,-259122],[-180858,-261335],[-180273,-259184],[-181025,-258775],[-200936,-261299],[-201072,-261968],[-200447,-256856],[-175511,-260146],[-200653,-256173],[-196253,-288828],[-255275,-188025],[-254279,-199997],[-214704,-245764],[-235076,-238549],[-236825,-238425],[-236632,-233750],[-226551,-241806],[-226754,-242072],[-221964,-240876],[-221875,-241325],[-219375,-242025],[-219328,-242387],[-224242,-239072],[-220836,-238441],[-223655,-239110],[-221062,-238406],[-220375,-236974],[-219896,-236300],[-249860,-214140],[-213264,-245888],[-214562,-278209],[-212820,-279233],[-270083,-152714],[-269767,-146089],[-273215,-153291],[-279243,-148073],[-278441,-149618],[-300217,-122929],[-300106,-123957],[-301644,-118756],[-301912,-129480],[-301801,-130508],[-281675,-118455],[-281575,-119475],[-289675,-126075],[-289805,-125056],[-285769,-130532],[-296200,-127923],[-296089,-128951],[-290731,-139455],[-290842,-138427],[-296252,-149841],[-296141,-150869],[-281363,-149478],[-279118,-141319],[-285421,-131473],[-256573,-183241],[-259156,-183638],[-256462,-184269],[-256258,-179983],[-293075,-180825],[-292975,-181825],[-287307,-183685],[-287356,-183039],[-288945,-188155],[-288825,-188975],[-295210,-191248],[-295725,-190125],[-256125,-202675],[-267475,-203525],[-262962,-203969],[-256021,-201564],[-267170,-165362],[-292646,-248571],[-291342,-250078],[-271103,-224437],[-269156,-226410],[-265033,-222538],[-267061,-227041],[-257025,-205725],[-306769,-254202],[-301731,-255136],[-295437,-249838],[-300482,-253850],[-293575,-253846],[-296175,-255075],[-291832,-253643],[-291232,-250702],[-286447,-255643],[-286816,-255493],[-282825,-251525],[-283058,-268688],[-283830,-265139],[-284296,-262321],[-306695,-258287],[-287475,-255875],[-285360,-258392],[-294057,-261206],[-293763,-261425],[-289375,-258725],[-286379,-259647],[-286302,-260694],[-286714,-260024],[-285017,-259044],[-284533,-262044],[-289928,-263251],[-291397,-263303],[-290123,-264980],[-291021,-264212],[-284875,-263125],[-287900,-263734],[-286290,-265720],[-276662,-264302],[-276918,-264634],[-303001,-258496],[-303158,-258733],[-300453,-258589],[-298281,-259508],[-307764,-136326],[-307875,-135298],[-308980,-151205],[-308875,-152225],[-312729,-245225],[-308966,-253571],[-307958,-256844],[-372582,-271277],[-400075,-263225],[-400048,-263820],[-399232,-267910]] \ No newline at end of file diff --git a/src/gathering/item-7902.json b/src/gathering/item-7902.json new file mode 100644 index 0000000..f9128f3 --- /dev/null +++ b/src/gathering/item-7902.json @@ -0,0 +1 @@ +[[-25551,126],[-23990,-2644],[-23174,-793],[-25269,80],[-23075,-1275],[-25514,-3043],[-24423,-1793],[-21263,-245],[-46693,-7435],[-625,10325],[-4246,9516],[-10927,7282],[-13488,5792],[-11061,5629],[-6753,4860],[-7450,5607],[-18641,4471],[-18847,4010],[-19043,3763],[-17921,3607],[-21536,5308],[-20598,5636],[-21187,5830],[-21124,6557],[-21050,5485],[-21629,5534],[-19975,3775],[-21258,5502],[-20025,3375],[-19300,3833],[-18005,1368],[-18662,3351],[-19466,3048],[-21583,2662],[-19797,1449],[-21410,3054],[-19365,3347],[-25045,1904],[-23075,375],[-25140,1333],[-25238,2953],[-24840,1517],[-23471,3847],[-23375,3464],[-23069,4903],[-22536,4963],[-28177,2128],[-26872,1383],[-27136,2076],[-26739,1943],[-25283,2760],[-21246,2807],[-18785,3114],[-19099,3051],[17299,9185],[18008,8206],[20775,9475],[19525,12575],[23944,10246],[24787,13696],[15825,10675],[2175,9525],[-41598,-5540],[-32455,-3102],[-41558,-5227],[-41344,-5302],[-40825,-4725],[-41332,-5135],[-41117,-5214],[-40869,-5215],[-37347,-5856],[-42648,-6697],[-43775,-8825],[-42468,-6497],[-42755,-6391],[-44775,-9175],[-41248,-7047],[-41397,-7279],[-41333,-7443],[-41384,-7120],[-37625,-9125],[-43425,-10825],[-44275,-10925],[-40304,-14605],[-40475,-14975],[-41025,-5425],[-40953,-5586],[-40094,-5882],[-25423,125],[-25225,-2025],[-25285,-2311],[-25125,-2325],[-24096,-2755],[-24075,-3075],[-22983,-1183],[-23268,-955],[-25309,-112],[-22970,-861],[-23931,-1587],[-25075,-1875],[-24831,-2229],[-23813,-2634],[-24114,-1816],[-24696,-1851],[-19777,-287],[-19694,-43],[-21178,-138],[-19425,-25],[-22272,-2332],[-28713,-2203],[-24984,-2092],[-24234,-3208],[-23847,-2834],[-46852,-14925],[-45609,-13953],[-46625,-14825],[-45787,-13242],[-46821,-15110],[-46375,-14975],[-47001,-15087],[-46929,-7668],[-46415,-7380],[-44825,-8925],[-6096,12449],[-7675,8475],[-10882,7517],[-11125,7375],[-13096,5885],[-13369,5699],[-10980,5724],[-11392,6211],[-10646,5753],[-11325,5475],[-11141,5949],[-10808,5864],[-10707,5504],[-7536,5317],[-6975,4875],[-7542,5487],[-7345,5387],[-18850,3805],[-17553,4138],[-18420,3599],[-18664,4030],[-17879,3877],[-18532,3336],[-19228,3770],[-19903,3710],[-21575,5625],[-21530,5125],[-21255,5264],[-21135,5978],[-21577,5402],[-21406,5798],[-20918,5388],[-19471,3625],[-21148,5559],[-20875,5575],[-20954,6671],[-21009,6426],[-11211,6190],[-18395,2803],[-19242,3233],[-11874,2643],[-21158,2709],[-19863,1311],[-21462,3206],[-21543,2560],[-21387,2631],[-22575,5025],[-24890,3194],[-25032,2578],[-24872,1809],[-23443,840],[-25077,3152],[-25158,1728],[-25040,2247],[-25196,2594],[-25310,2865],[-23639,860],[-25125,1525],[-23216,3539],[-22784,4950],[-22954,4797],[-28344,1966],[-27652,2143],[-26631,1505],[-26680,1356],[-26862,2160],[-27840,2180],[-26676,2036],[-28025,2125],[-22885,391],[-24660,2856],[-24859,2614],[-24983,2992],[-23165,3741],[-17925,1325],[-19049,3227],[-19290,3495],[-17995,3284],[17457,8789],[20775,8325],[18486,11874],[21432,10786],[24664,10352],[24925,13275],[-358338,-1865],[-350470,-994],[-350352,-701],[-343323,-1750],[-338404,-1021],[-338386,-847],[-333780,-1727],[-333471,-2128],[-333675,-1575],[-358775,-2325],[-358482,-2102],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[-122808,-39553],[-121820,-39149],[-123096,-38386],[-125775,-39025],[-122273,-37445],[-122525,-38275],[-121690,-38558],[-122075,-36175],[-123475,-35125],[-119339,-33136],[-120118,-31193],[-116769,-32789],[-116547,-31993],[-116748,-33734],[-123782,-39455],[-124999,-37357],[-115843,-28666],[-118418,-29142],[-260405,-32999],[-259744,-32521],[-258271,-30456],[-75763,-20204],[-74432,-19362],[-75069,-20938],[-72825,-20275],[-74943,-17813],[-75292,-18699],[-74587,-15492],[-72067,-15259],[-72538,-18079],[-74099,-16508],[-73843,-13401],[-73722,-11759],[-71944,-16458],[-73701,-9393],[-73625,-10575],[-70445,-10556],[-75117,-9654],[-76618,-7735],[-75825,-8575],[-74407,-8580],[-74388,-6331],[-71412,-6940],[-71062,-9535],[-75625,-6475],[-74850,-4725],[-71217,-12649],[-73444,-3125],[159510,95343],[159321,95188],[159095,94646],[159561,95143],[154502,85500],[176364,114957],[166287,128311],[176925,114825],[176928,114574],[177117,114655],[177031,139040],[174191,140668],[176925,138725],[174194,140912],[173625,141075],[174379,140752],[180411,137278],[179310,139218],[180429,139675],[180409,139470],[180199,139593],[179802,139159],[177118,138772],[180575,140425],[179929,140104],[185694,139482],[189602,138995],[190402,139129],[190162,139173],[190282,138961],[185463,139564],[199281,139206],[199525,139185],[198741,138977],[199425,138975],[166946,129793],[140572,102280],[139772,102142],[140453,102112],[145494,101540],[145366,101282],[145116,101805],[140331,102322],[149237,124125],[143895,121158],[144701,121069],[144540,120940],[144482,121176],[151005,125992],[150905,125811],[150760,126007],[150226,125764],[147119,127184],[150571,109634],[125855,106176],[125043,106164],[125712,106028],[125624,106255],[114475,107875],[114025,107475],[114675,107725],[114476,108524],[114731,107924],[121463,105246],[121318,105443],[121991,104988],[136575,122775],[141114,127302],[136087,123226],[136801,122839],[136625,123025],[131425,118115],[138825,121025],[131227,118056],[130711,118502],[131262,118297],[144875,125775],[-151650,-194557],[-149776,-194570],[-151337,-196067],[-151374,-197248],[-150517,-195575],[-151325,-198675],[-151408,-198443],[-204375,-132725],[-204588,-134416],[-203792,-136007],[-202976,-134913],[-201866,-152483],[-200646,-181642],[-198429,-181745],[-199485,-192648],[-154675,-194075],[-155525,-199525],[-203472,-163989],[-202025,-164675],[-157475,-195475],[-184125,-197175],[-184520,-197210],[-183970,-197024],[-183775,-197675],[-181307,-197768],[-179712,-195814],[-177320,-198470],[-177893,-198601],[-177075,-198525],[-178925,-195775],[-170015,-194112],[-181239,-191032],[-180667,-190901],[-180564,-191122],[-180431,-190964],[-174068,-189026],[-172849,-188607],[-170613,-190525],[-171537,-191798],[-172492,-189641],[-171925,-190875],[-170708,-189132],[-170388,-195099],[-180875,-193425],[-170635,-192203],[-169617,-199198],[-158800,-204686],[-158125,-204775],[-188475,-208175],[-188028,-207719],[-193475,-207725],[-188915,-208010],[-193625,-207875],[-194302,-207794],[-180425,-214025],[-205575,-133625],[-206125,-132225],[-205125,-132775],[-204841,-136832],[-230075,-151775],[-233945,-150995],[-234265,-151945],[-236855,-152064],[-233589,-152034],[-232358,-152465],[-233456,-151877],[-233692,-151814],[-228796,-151360],[-232725,-149675],[-231325,-150525],[-228579,-150080],[-227975,-148175],[-228675,-148075],[-228775,-148675],[-227907,-148640],[-226918,-149564],[-227936,-149440],[-230575,-147575],[-233418,-146073],[-233284,-145916],[-226555,-146094],[-225913,-146646],[-230175,-141575],[-229371,-141495],[-229607,-141432],[-229504,-141653],[-232978,-141721],[-232276,-137860],[-232987,-139352],[-232951,-137770],[-232379,-137639],[-231570,-139698],[-230875,-137713],[-215814,-137822],[-215485,-139194],[-216332,-140109],[-217068,-140369],[-216658,-134015],[-217225,-133175],[-210606,-150715],[-217375,-140225],[-214275,-144425],[-213733,-148178],[-211430,-150086],[-211452,-151427],[-209359,-150387],[-210810,-149614],[-209554,-148548],[-211606,-144996],[-213037,-144682],[-212320,-145630],[-213816,-143792],[-210822,-145430],[-212228,-148118],[-214042,-143096],[-213489,-141575],[-211950,-144085],[-214079,-140284],[-205757,-135170],[-212825,-143125],[-210038,-182192],[-205175,-153975],[-205625,-156125],[-211775,-184175],[-209058,-182529],[-208025,-186025],[-353061,3],[-353275,-125],[-353075,-275],[-352526,-1516],[-353794,-2918],[-349085,-2602],[-349525,-1825],[-343155,-1972],[-338641,-1345],[-334802,-1878],[-334875,-2125],[-358575,-775],[-350947,18105],[-349445,21246],[-351013,17781],[-351171,14840],[-350741,14894],[-351932,13529],[-348705,15070],[-348673,14542],[-348126,14740],[-350234,12122],[-349176,11689],[-350971,12235],[-347275,12325],[-348740,12107],[-352006,13043],[-352225,13225],[-354463,17086],[-354551,17465],[-352590,20056],[-352653,20413],[-356620,18757],[-356557,18400],[-357928,17028],[-356534,16845],[-357723,17238],[-355642,17285],[-357670,21156],[-356024,19301],[-358329,21047],[-357876,17429],[-356515,16517],[-357976,20895],[-357245,3958],[-355524,6229],[-356772,703],[-352675,4075],[-352915,4730],[-355828,2518],[-349623,2354],[-349969,2429],[-350801,2345],[-348259,1376],[-348238,2858],[-348523,1254],[-347858,1438],[-344675,343],[-344925,2925],[-344439,1022],[-345174,900],[-345183,2866],[-345478,1944],[-344837,2158],[-345094,2374],[-344890,873],[-348308,3613],[-348073,3674],[-339591,290],[-340118,823],[-340174,472],[-339593,664],[-339359,725],[-361492,21080],[-360410,18197],[-359863,18395],[-361233,21013],[-360777,20836],[-360836,20646],[-361162,20581],[-362054,18431],[-362291,18595],[-362223,19960],[-362163,19647],[-359977,12463],[-360477,11442],[-359755,12130],[-359773,12309],[-359116,5331],[-359399,5253],[-39340,-1859],[-37053,-492],[-37288,-5407],[-37075,-5225],[-35375,-4725],[-32522,-4600],[-42495,-7242],[-43476,-6925],[-43990,-7005],[-44075,-9075],[-43775,-9375],[-39254,-9855],[-37947,-7596],[-37489,-9378],[-38475,-7225],[-43836,-7105],[-43625,-8925],[-43325,-11025],[-43493,-11979],[-39171,-10330],[-39367,-10332],[-39536,-10414],[-39564,-10089],[-36925,-10925],[-35125,-9975],[-37660,-9415],[-35120,-11938],[-42326,-14354],[-42475,-14275],[-44525,-15525],[-45032,-13661],[-44750,-14860],[-44619,-15377],[-40375,-14725],[-39075,-12875],[-39631,-12638],[-37875,-13725],[-37197,-5856],[-36923,-5709],[-39348,-2061],[-37232,-886],[-34375,-7675],[-36955,-316],[-33700,-2563],[-32315,-583],[-32224,-3133],[-39465,-1958],[-39148,-2027],[-36414,151],[-25175,-2125],[-28538,-2168],[-23147,-1085],[-24075,-1575],[-25386,-2781],[-25650,-3010],[-21180,-271],[-19625,-125],[-19480,-711],[-29981,-698],[-29835,-796],[-29681,-685],[-30031,-1137],[-30387,-5137],[-24583,-4044],[-22075,-4725],[-19369,-479],[-19525,25],[-25475,-7575],[-25247,-8530],[-25324,-7459],[-25294,-8253],[-25646,-7577],[-25556,-9105],[-25286,-7266],[-30025,-8125],[-30643,-7209],[-29767,-7126],[-31149,-7771],[-30975,-6225],[-31425,-6725],[-29798,-571],[-29906,-458],[-21987,-4568],[-30225,-9275],[-30575,-9175],[-30322,-11100],[-30175,-9825],[-30475,-11175],[-29815,-10894],[-30125,-11075],[-30975,-10025],[-25417,-8624],[-25655,-9280],[-25567,-7357],[-19458,-242],[-19736,-344],[-31175,-17025],[-35452,-17264],[-48268,-20162],[-48671,-17610],[-49034,-17467],[-48643,-17371],[-46275,-16375],[-45875,-16325],[-46090,-16287],[-47435,-16465],[-47782,-13909],[-47025,-13425],[-46531,-14916],[-45889,-13883],[-45475,-13875],[-45515,-13558],[-45675,-13925],[-45874,-13305],[-47156,-13535],[-45925,-13125],[-44683,-15562],[-45736,-13152],[-46787,-12317],[-46925,-12225],[-47558,-12197],[-48464,-12249],[-44675,-8775],[-49175,-15125],[-48284,-12198],[-35375,-11925],[-31373,-4855],[-35528,1117],[-35125,1475],[-34817,3778],[-36245,259],[-34975,1525],[-35020,3299],[-34980,3616],[-34716,3643],[-519,10168],[-23,10697],[-125,10575],[-763,10089],[-875,10449],[-3952,9614],[-666,10234],[-4125,9425],[-3875,9375],[-4225,9575],[-5499,10457],[-5525,10275],[-8051,8209],[-7865,8277],[-10980,7399],[-11690,5693],[-13306,5884],[-13657,5880],[-11638,5459],[-11425,6275],[-10875,5575],[-6533,5079],[-6875,5125],[-19175,3925],[-11397,5642],[-11075,5425],[-11027,6332],[-12019,5537],[-17823,1604],[-25097,2038],[-23431,719],[-23075,525],[-23689,967],[-24844,2730],[-25278,2065],[-23213,751],[-23234,3920],[-27625,1925],[-17730,1419],[-13125,1325],[-13225,2525],[-10275,2925],[-10725,2375],[-55147,-25004],[-59672,-22673],[-59942,-22692],[-55425,-24975],[-57802,-18921],[18575,9425],[21425,7375],[20425,9575],[22614,8393],[23119,7918],[16874,8740],[17825,10075],[17810,10328],[17778,10945],[15725,10575],[16675,9675],[22945,10838],[20103,11125],[19265,10712],[25721,12440],[22915,11079],[25325,13078],[17075,14075],[16290,14171],[23976,14226],[24012,14526],[18586,14196],[21413,13964],[20825,13925],[14044,9470],[14225,9375],[15888,11914],[15210,11063],[12875,12575],[8825,10125],[6125,8275],[6225,8425],[1007,7094],[2119,9579],[1604,12065],[225,10875],[1875,11975],[1575,11775],[26375,12225],[28775,29625],[34381,33714],[33961,32549],[35204,33111],[49025,26975],[48775,26925],[35475,31675],[34838,30828],[30545,27249],[31565,26717],[29600,29097],[31175,31675],[30775,31775],[31946,31471],[30026,25795],[27425,27775],[27897,26473],[28521,27406],[28043,29052],[33760,30912],[54366,27293],[54162,27195],[386323,-690],[386203,-1139],[386000,-649],[389824,4273],[390343,4699],[371251,48464],[372756,50839],[371716,48765],[372075,48375],[371989,48828],[371075,39981],[371149,39603],[370817,39597],[390124,21633],[389675,21775],[389999,21219],[390484,21385],[395027,23166],[395083,22783],[394668,23156],[407725,35425],[407517,35200],[407774,35031],[385936,2059],[386305,2094],[386111,2388],[389609,3700],[390017,4444],[393140,8619],[390466,9182],[390081,9379],[389902,9099],[387739,11184],[389840,4472],[374847,56862],[374898,57234],[372728,56093],[372764,55797],[372499,55775],[371423,57843],[369225,59125],[395849,96043],[395708,96177],[403496,96639],[403315,96450],[395983,97597],[400597,81760],[400527,81364],[422403,-4453],[422133,-4630],[422384,-4763],[429229,-5025],[426699,-6086],[426648,-5676],[429280,-5435],[429024,-5266],[426443,-5917],[432662,10207],[432457,9965],[435125,12125],[435126,12549],[432713,9797],[450144,30922],[449888,31091],[450093,31333],[458113,1411],[458236,1121],[458496,1561],[440581,30010],[440661,29211],[453582,37835],[453296,37993],[453566,38168],[456118,156653],[457921,155683],[458266,155687],[458729,155452],[460225,157325],[458314,155091],[460291,156716],[459898,157307],[451275,153825],[451486,154059],[451258,154150],[410140,63521],[409875,63425],[409744,63792],[420525,88875],[420162,81276],[419900,81265],[420769,89137],[421425,88925],[420738,88539],[425207,84487],[425667,84733],[415728,106573],[415739,105967],[415468,106128],[420062,117095],[414996,108733],[431663,121109],[432300,121393],[432161,121066],[445167,127688],[444815,127914],[451393,136297],[453887,149177],[451370,153420],[465444,13704],[465625,13925],[465700,13536],[461555,153023],[461525,153625],[461163,153615],[767025,383975],[766558,383945],[760778,395785],[761038,395756],[761039,395397],[767797,398892],[766375,384125],[766629,384164],[751937,389041],[752074,388887],[752175,390175],[751238,392751],[751369,393193],[751881,393041],[747778,395398],[747984,395213],[748055,395432],[748429,395256],[751474,392817],[751734,392738],[739096,414437],[742623,420802],[742656,420525],[742841,420731],[742798,421177],[742246,427565],[741451,427067],[742525,428067],[743177,427924],[754174,414141],[753667,414170],[753560,413787],[753953,414847],[768125,398804],[774292,399460],[774307,399183],[779082,397049],[778430,397191],[778707,397224],[774625,398875],[778636,397006],[774512,399287],[783393,392774],[783670,392807],[783599,392588],[784044,392631],[768175,422225],[768116,422715],[-151604,-198887],[-151937,-198078],[-203613,-133545],[-199915,-165229],[-158041,-204401],[-179336,-196127],[-178825,-195925],[-177850,-198104],[-177517,-198913],[-177025,-198725],[-181175,-193625],[-180875,-193125],[-179669,-195318],[-180480,-190747],[-181197,-190536],[-180354,-191115],[-180864,-191344],[-158424,-204998],[-157914,-204768],[-193525,-207475],[-194275,-207275],[-246887,-143607],[-206638,-132046],[-234222,-151448],[-233889,-152257],[-236675,-151875],[-236575,-152325],[-237051,-152508],[-233505,-151660],[-232378,-152037],[-233379,-152027],[-227777,-148173],[-228292,-148097],[-228620,-147594],[-228287,-148403],[-230420,-149567],[-226825,-148225],[-233334,-145699],[-225513,-145270],[-230137,-141067],[-229425,-141275],[-229275,-141625],[-229804,-141876],[-233207,-146066],[-233731,-146575],[-232575,-138075],[-232125,-137875],[-232908,-137274],[-232175,-137475],[-214279,-137540],[-209753,-151507],[-213925,-145425],[-210978,-148164],[-210525,-146075],[-214125,-141125],[-205326,-136790],[-352614,-1650],[-353267,-341],[-357085,-3952],[-357027,-4119],[-353702,-3051],[-349401,-1857],[-348847,-2515],[-346875,-75],[-343175,-2125],[-334662,-2068],[-348979,20999],[-349671,21076],[-351116,17889],[-350910,14677],[-350403,11906],[-347268,11948],[-349133,12099],[-352458,12948],[-352722,20246],[-356689,18590],[-356201,19075],[-358040,17171],[-357925,21312],[-357288,3803],[-355563,6050],[-356941,487],[-355791,2297],[-353381,381],[-355004,6545],[-352925,4525],[-350839,2167],[-349911,2221],[-347912,1738],[-348423,975],[-345267,797],[-344783,3087],[-344786,323],[-345081,2724],[-348216,3479],[-347796,3951],[-339501,528],[-339175,875],[-358662,-929],[-358706,-574],[-360479,18031],[-362314,19765],[-360712,11563]] \ No newline at end of file diff --git a/src/gathering/item-7903.json b/src/gathering/item-7903.json new file mode 100644 index 0000000..d1f40f2 --- /dev/null +++ b/src/gathering/item-7903.json @@ -0,0 +1 @@ +[[557537,135680],[603327,44385],[599304,52707],[594687,62888],[586951,93129],[584923,78697],[597575,94575],[580287,108907],[586024,104396],[592775,112775],[583345,118975],[577502,133421],[563880,128599],[565621,138483],[572236,143499],[646694,30504],[658017,14970],[655684,68785],[644275,84986],[633225,83125],[623314,87342],[678446,48984],[695017,97271],[675951,104918],[-115069,99847],[-114975,100075],[-107725,100519],[-107579,101680],[-106495,96019],[-106686,96160],[-106947,93232],[-117162,93044],[-116708,93592],[-116030,93769],[-117578,98258],[-117716,98451],[-117108,100248],[-116908,100120],[-116413,92717],[-116669,92005],[-115730,92390],[-115918,92270],[-116839,92205],[-117975,86925],[-117001,87303],[-119038,86180],[-118701,85615],[-117012,86582],[-118192,85930],[-118098,86306],[-117834,86297],[-117229,85806],[-111198,102478],[-111042,102130],[-110124,100103],[-110570,94508],[-110375,94725],[-119025,99975],[-116286,92848],[-106443,92047],[-103067,96487],[-103182,96184],[-111240,90040],[-110301,92072],[-110502,91963],[-112375,90631],[-106338,92203],[-113206,93345],[-113399,93274],[-123303,145744],[-123242,145514],[-123021,145586],[-122556,147741],[-122616,147971],[-122334,147813],[-125289,141935],[-125511,141863],[-124343,141847],[-124283,141617],[-124061,141689],[-119176,142044],[-118893,141886],[-119115,141814],[-120676,146507],[-118858,144651],[-118576,144494],[-118797,144421],[-120736,146737],[-120454,146579],[-120637,149410],[-119411,148868],[-119351,148638],[-119129,148710],[-115992,146688],[-116274,146846],[-116741,144223],[-117241,145646],[-116214,146616],[-117181,145416],[-116959,145488],[-112925,144825],[-115369,141281],[-115699,143657],[-115309,141051],[-115417,143499],[-115639,143427],[-115087,141123],[-113641,142320],[-113701,142550],[-113419,142392],[-117559,140667],[-117498,140437],[-117276,140509],[-112997,104013],[-117722,103473],[-116272,104514],[-117433,109162],[-115445,144643],[-114061,144889],[-110748,142813],[-110854,142657],[-110870,142451],[-109266,140738],[-109175,140475],[-110801,139999],[-110680,140360],[-113011,144672],[-112458,143674],[-109052,140842],[-110893,140256],[-108577,137115],[-113275,110275],[-112911,104234],[-110325,103925],[-115993,104232],[-103805,123995],[-108560,137320],[-182131,154232],[-181964,156615],[-2252,29046],[-423,32997],[-4401,29483],[-7632,26241],[-6713,26991],[-13674,23089],[-35904,33600],[-50295,49023],[-50487,48851],[-50128,48937],[-49923,48945],[-50168,50614],[-19416,27671],[-18022,25525],[-22504,21425],[-20525,21725],[-24532,18376],[-28576,19325],[-26802,61542],[-26441,61421],[-28705,65404],[-24525,61875],[-24408,71072],[-20036,65754],[-19773,65828],[-24454,80534],[-24611,80699],[-25108,81011],[-23412,82889],[-19498,81699],[-21587,82669],[-21383,82566],[-27033,79305],[-26847,79283],[-24367,78857],[-24044,78842],[-21835,77846],[-21921,77625],[-21023,70129],[-20785,70135],[-20124,65974],[-24283,61945],[-19603,60438],[-19714,60637],[-22911,60637],[-22928,60874],[-25201,59945],[-26093,58057],[-46957,77906],[-24841,59822],[-26286,58215],[-72725,50975],[-51408,47884],[-52159,49706],[-52368,49688],[-51844,49559],[-51690,49391],[-51316,50022],[-52836,48753],[-59251,101424],[-55527,99030],[-65588,95451],[-57363,96630],[-66156,91718],[-63025,92475],[-64237,90196],[-68689,65657],[-70375,69025],[-66550,52502],[-68351,54784],[-67956,58448],[-64694,60260],[-63371,56671],[-59506,60645],[-91292,117983],[-94635,120436],[-92386,124084],[-98624,123735],[-99561,129596],[-99894,119778],[-97476,117632],[-101753,126328],[33647,60401],[36369,54235],[35725,56675],[35606,59883],[37534,57788],[34683,58641],[37711,56017],[133976,313325],[133718,313416],[133772,313647],[133628,312952],[130499,310900],[130741,310774],[132074,312460],[130586,311121],[131714,312584],[131869,312478],[132426,314645],[136179,320207],[136372,320136],[128133,325813],[134282,325095],[134525,324975],[134127,325266],[133970,325097],[141639,322023],[141381,322074],[141721,324862],[141572,325412],[133825,329375],[134425,327921],[133610,329373],[134362,327679],[134268,327841],[132125,326675],[131916,326712],[132606,331078],[132333,331099],[132325,331336],[135175,330825],[134138,329985],[135413,331117],[133270,331706],[135096,331068],[133404,331521],[133855,329664],[135775,332425],[137363,328647],[128025,325975],[126306,326156],[126440,325972],[138916,327462],[134354,326826],[135720,327032],[137239,328812],[138762,327629],[132473,312894],[129125,311125],[132943,314027],[134746,331686],[136816,330495],[138341,330571],[137214,328998],[125303,325482],[125025,326375],[133075,325725],[125325,326025],[125413,326742],[125172,326962],[125014,326200],[128361,330054],[129671,326005],[130053,326827],[133882,315016],[-103003,57527],[-107662,59242],[-102592,56419],[-9762,23835],[-12692,25252],[-95823,71758],[-99877,66919],[-99676,64201],[-99550,57383],[-97144,56873],[-92863,54432],[-93322,56559],[-95733,55925],[-97846,56513],[-96957,56091],[-95082,69013],[-95791,65472],[-96325,56825],[-94614,59358],[-97149,61444],[-95494,57472],[-96078,63401],[-57924,71452],[-56975,71625],[-62863,79012],[-60667,72707],[-58246,70713],[-58071,71664],[-57855,72724],[-58494,72274],[-60242,73641],[-62774,72850],[-61612,72681],[-61903,73749],[-60750,71313],[-61418,74728],[-62903,74371],[-63992,75187],[-63648,72766],[-58444,70315],[-58161,70438],[-66075,75364],[-65039,74526],[-65721,74422],[-61625,79425],[-67890,74845],[-67734,74638],[-68086,76331],[-68875,76575],[-70075,78525],[-71164,78616],[-72260,91962],[-73421,89963],[-74881,81770],[-74537,82959],[-73725,81525],[-75675,79975],[-77395,76514],[-76687,77484],[-72225,78225],[-65466,78999],[-73020,88585],[-73820,92950],[-73172,92192],[-70863,93589],[-71947,94927],[-71156,94360],[-71006,95308],[-72144,96296],[-71592,93808],[-71389,96995],[-70642,96566],[-70728,90736],[-71004,89117],[-69975,89025],[-74907,85226],[-75975,84775],[-75274,79343],[-72172,81506],[-70528,83424],[-75285,78520],[-76046,79117],[-76175,77875],[-74595,77724],[-75136,76342],[-75093,76639],[-75401,75509],[-76194,73242],[-74938,76463],[-73358,73598],[-74595,73528],[-72674,74991],[-71118,75007],[-71550,76319],[-70047,75207],[-73740,75514],[-72977,76835],[-69347,74634],[-66286,74358],[-76265,74356],[-74129,72494],[-75091,72721],[26783,-11245],[25984,-12541],[30231,-22045],[30551,-21398],[29714,-21237],[31135,-18441],[29961,-18134],[31435,-17238],[29275,-22325],[25222,-21052],[27916,-20864],[26730,-21890],[25478,-16304],[27267,-18331],[26009,-18313],[26567,-16760],[25926,-16553],[28639,-14153],[26447,-25051],[24819,-27796],[28713,-25609],[26425,-25725],[30782,-19093],[25814,-26511],[25193,-26508],[24127,-23862],[24559,-21595],[26392,-21688],[25291,-21998],[29247,-21701],[24904,-20621],[26074,-17384],[24907,-17051],[25530,-17785],[27979,-18009],[26119,-14608],[30836,-14856],[28594,-24238],[29885,-19021],[697034,142137],[671033,150784],[-198458,-192782],[-200575,-82325],[-231275,-146825],[-235575,-137225],[-233575,-131925],[-234023,-129809],[-235171,-129114],[-232396,-126332],[-231775,-126225],[-218574,-134100],[-217870,-141227],[-217461,-138807],[-220592,-139343],[-221104,-134591],[-223372,-134314],[-215825,-129625],[-219713,-130299],[-231557,-118511],[-226321,-127291],[-231986,-115895],[-236124,-117222],[-236977,-125231],[-236801,-121946],[-212825,-150575],[-210589,-151759],[-211533,-147684],[-212525,-143375],[-214675,-142225],[-206314,-99266],[-206831,-97275]] \ No newline at end of file diff --git a/src/gathering/item-7904.json b/src/gathering/item-7904.json new file mode 100644 index 0000000..711ec42 --- /dev/null +++ b/src/gathering/item-7904.json @@ -0,0 +1 @@ +[[240208,-13113],[237575,-11525],[239113,-10175],[238494,-23236],[237472,-24404],[240840,-21869],[235150,-26752],[239806,-30052],[240214,-30432],[253699,-36618],[281346,-18035],[265456,-28999],[265967,-28874],[260556,-25016],[260581,-24762],[260185,-24711],[260878,-24969],[272344,-20026],[277041,-21611],[277314,-21024],[276675,-19875],[278220,-20095],[278225,-21075],[277292,-21231],[280450,-19834],[282167,-21346],[269945,-21428],[269783,-20059],[271176,-20623],[269761,-20345],[269515,-20062],[274584,-19412],[277484,-18916],[267686,-21300],[271932,-15802],[271325,-18375],[246872,-21308],[246275,-175],[245142,-33890],[245489,-33966],[247654,-33088],[239402,-30470],[240128,-30816],[241960,-30056],[240960,-28282],[235583,-26314],[230619,-15913],[234743,-14274],[223604,-17480],[221999,-13071],[225771,-18279],[225277,-18532],[224925,-15275],[253275,-5575],[253915,-5587],[253667,-5169],[225375,-12275],[243285,-30057],[244294,-30004],[245875,-30425],[248275,-30375],[250652,-33206],[246224,783],[246725,775],[236305,5285],[279454,-46709],[277568,-22672],[277867,-22379],[276876,-21215],[277125,-20775],[273455,-23904],[273217,-24325],[274439,-21266],[273229,-16731],[273139,-17243],[273475,-17175],[269109,-20183],[271475,-22125],[270195,-20042],[269900,-19641],[266571,-22700],[266907,-23105],[271380,-22491],[266108,-28563],[270633,-27350],[266173,-26784],[260913,-24323],[258284,-25130],[264647,-15480],[264812,-14774],[264424,-14774],[266476,-11931],[265838,-12135],[266123,-11632],[266918,-13730],[270895,-15142],[272304,-14993],[264770,-13376],[256144,-41906],[258025,-40175],[256399,-38252],[273758,-66330],[270827,-59383]] \ No newline at end of file diff --git a/src/gathering/item-7905.json b/src/gathering/item-7905.json new file mode 100644 index 0000000..f2cd2c4 --- /dev/null +++ b/src/gathering/item-7905.json @@ -0,0 +1 @@ +[[15026,-65002],[16004,-65228],[14398,-64691],[15294,-65822],[14407,-65713],[15857,-64627],[-105425,-74625],[-107325,-70125],[-114652,-77227],[-116098,-76365],[-112015,-73317],[-111323,-78046],[-110384,-83159],[-107835,-80883],[-105723,-83732],[-104677,-79735],[-72084,-104360],[-69354,-102542],[-72264,-106633],[-83970,-111350],[-80660,-105477],[-82811,-105967],[-80481,-107323],[-82872,-113382],[-89010,-77282],[-77285,-76997],[-75049,-74783],[-82765,-88597],[-86391,-101505],[-69722,-97950],[-69039,-98384],[-68871,-95662],[-101645,-91812],[-98425,-77725],[-95746,-75881],[-88775,-98080],[-97737,-72833],[-102185,-81362],[-99615,-73293],[-100020,-83040],[-1415,31490],[-5333,29572],[-11764,25015],[-8933,23904],[-22187,17459],[8375,33625],[10986,36898],[16262,37746],[21797,37777],[32875,39375],[35102,40755],[26551,42892],[31199,41943],[38375,40614],[40366,42757],[42812,44058],[21672,46944],[20237,49152],[16925,43475],[20247,43519],[15192,48816],[12322,50311],[15035,41350],[23125,40975],[11925,43125],[10551,45781],[8925,40975],[8469,46437],[2525,35475],[45303,36676],[45247,39090],[-188404,-265],[-192225,-1075],[-192104,-1773],[-194523,-2678],[-193129,-531],[-196677,-1350],[-197076,-1417],[-197901,-975],[-196925,-25],[-196194,-296],[-198063,-2706],[-191409,-666],[-195163,-3503],[-192293,-3909],[-192921,-2180],[-192914,-2995],[-196343,-3541],[-195514,-4162],[-198275,-3023],[-195129,-1658],[-187399,2641],[-188994,2321],[-183565,3313],[-197328,1350],[-197625,1825],[-197347,2811],[-197019,3092],[-193905,2646],[-192357,594],[-192356,1787],[-194517,1374],[-189686,472],[-190854,2234],[-190100,2561],[-190953,673],[-191604,1922],[-195742,2980],[-191052,3868],[-195775,575],[-219490,-1108],[-220579,-268],[-221471,-501],[-236850,5108],[-235412,5486],[-235628,7142],[-234402,10090],[-230871,16238],[-222214,7289],[-220678,7399],[-228593,18069],[-229376,17519],[-229312,19312],[-231968,19896],[-230395,17592],[-230296,15454],[-227680,23177],[-239723,14289],[-238766,16324],[-235152,14093],[-231192,20826],[-236648,12446],[-244870,18350],[-241007,13288],[-249170,9857],[-246380,12278],[-242513,16749],[-243745,8134],[-244024,15120],[-248701,11543],[-249278,15875],[-250667,13544],[-249425,5325],[-215100,9305],[-218646,7398],[-232884,9624],[-232773,15655],[-234155,8642],[-232407,7762],[-232313,6897],[-233368,7599],[-237921,4475],[-236417,6037],[-236904,3949],[-235610,4619],[-234281,5610],[-220420,4500],[-220166,5691],[-219025,1025],[-49141,4249],[-43353,1719],[-45817,6758],[-47658,16335],[-41197,14430],[-51033,18270],[-37625,9625],[-34741,15243],[-31758,11222],[-30475,15575],[-34026,18888],[-35346,21877],[-33650,22014],[-34219,24579],[-33969,35907],[-34657,38083],[-38220,30729],[-36669,28312],[-36284,35805],[-35997,40161],[-38284,37381],[-40276,40252],[-37926,35692],[-25029,20935],[-24727,24992],[-24823,22767],[-26670,12321],[-28298,18279],[-26855,19259],[-22962,19682],[-31760,22976],[-35225,25975],[-34883,27367],[-44730,21070],[-38538,17859],[-38532,33968],[-38814,23377],[-38883,28032],[-36410,24104],[-39925,30425],[-42052,30095],[-61178,3233],[-64328,5660],[-61899,10307],[-63949,7336],[-63572,8326],[-62566,10477],[-62941,6550],[-62880,11766],[-62398,13027],[-60822,12423],[-61691,12743],[-61515,11717],[-63282,13412],[-62886,15281],[-61447,18337],[-60529,17806],[-58026,20152],[-57549,18980],[-60647,12926],[-60731,13817],[-59725,11625],[-60499,11363],[-59351,12556],[-57879,12986],[-58639,13708],[-59803,16727],[-57047,463],[-56887,5326],[-51502,8939],[-55382,20236],[-56994,19895],[-58071,18340],[-58087,16558],[-56470,13751],[-54778,14603],[-56984,12542],[-54506,9865],[-55957,12067],[-311139,-252283],[-316917,-251613],[-315858,-244602],[-316655,-244057],[-316632,-243078],[-317711,-251653],[-316393,-253019],[-318895,-243218],[-320236,-251186],[-330175,-243425],[-338246,-240188],[-337682,-241122],[-335680,-241141],[-335125,-242222],[-335775,-240175],[-333168,-243207],[-340275,-243075],[-339329,-240335],[-340132,-241778],[-313621,-252469],[-311457,-254121],[-311969,-252614],[-312678,-255130],[-340800,-253478],[-323651,-241371],[-322667,-240199],[-326013,-240506],[-319517,-241165],[-317163,-241445],[-315567,-242572],[-314403,-241933],[-355550,-259916],[-354793,-261623],[-357629,-263686],[-356531,-268565],[-356775,-270775],[-355325,-270875],[-358325,-260975],[-356470,-262647],[-357859,-273412],[-354019,-273000],[-352536,-273072],[-355425,-273175],[-354057,-270234],[-350561,-272539],[-350830,-269553],[-351878,-271408],[-349208,-270194],[-348560,-265908],[-347016,-272840],[-347825,-273375],[-345836,-272776],[-347638,-272109],[-349425,-274047],[-346392,-274431],[-347747,-270983],[-346328,-269313],[-345720,-271083],[-347275,-267125],[-348577,-267966],[-343351,-271886],[-343675,-274203],[-341290,-273381],[-340442,-272045],[-340675,-274425],[-339376,-270317],[-340935,-269242],[-340275,-265875],[-337626,-272659],[-335652,-271426],[-335006,-273716],[-333125,-273025],[-334732,-270095],[-333775,-271725],[-331596,-271250],[-329127,-270718],[-338710,-267222],[-324624,-269550],[-322977,-270223],[-322925,-268325],[-322210,-271138],[-318520,-270451],[-316532,-271646],[-320755,-270213],[-319375,-268575],[-319592,-271644],[-318082,-267627],[-318005,-265199],[-315045,-270442],[-316866,-268953],[-314282,-267044],[-315742,-265683],[-316543,-264510],[-314141,-263634],[-320444,-272353],[-312152,-267274],[-311098,-267742],[-311456,-265655],[-314425,-268125],[-310881,-255976],[-318784,-259111],[-317675,-261375],[-318975,-257921],[-317015,-257773],[-311105,-258584],[-314127,-258277],[-342735,-256192],[-348610,-261756],[-346543,-263778],[-345865,-270732],[-347075,-270625],[-352765,-275765],[-347345,-275390],[-351481,-275124],[-347787,-274360],[-344752,-274640],[-346694,-275267],[-347371,-276287],[-355727,-274913],[-357688,-271967],[-357725,-274025],[-348525,-275725],[-359100,-264975],[-361300,-259996],[-361571,-268132],[-360172,-268335],[-361721,-265455],[-359606,-270811],[-360825,-271425],[-364544,-269214],[-363044,-270732],[-361460,-269584],[-361547,-270863],[-363209,-267009],[-364175,-263275],[-364536,-264322],[-359774,-273651],[-361897,-268835],[-365078,-270068],[-362411,-272648],[-364237,-268222],[-363925,-267475],[-365925,-268375],[-365941,-260444],[-364362,-260313],[-365165,-260380],[-363675,-260675],[-360363,-260023],[-360980,-259608],[-367251,-267773],[-366451,-267429],[-367325,-260175],[-370284,-271217],[-367959,-272539],[-368226,-269110],[-366823,-273767],[-366631,-271073],[-152518,-202416],[-150025,-203175],[-147861,-202599],[-146725,-202425],[-141488,-244041],[-139082,-246210],[-138825,-248725],[-139939,-247946],[-135625,-246375],[-131575,-248475],[-141168,-244075],[-135275,-242225],[-133880,-242702],[-129759,-243923],[-130775,-242625],[-128595,-242015],[-128915,-241981],[-133171,-249061],[-135359,-246064],[-134712,-255644],[-135207,-259298],[-134725,-264575],[-135890,-259745],[-134088,-258978],[-168295,-234614],[-171214,-234920],[-170447,-235619],[-172417,-234275],[-171986,-234395],[-173877,-235004],[-173392,-234226],[-157619,-253111],[-160484,-254396],[-162660,-251544],[-161726,-254020],[-318025,-243825],[-323117,-243233],[-323925,-242325],[-331875,-251075],[-334075,-247636],[-336520,-243274],[-334247,-242653],[-342069,-251872],[-341025,-247025],[-352817,-247081],[-353408,-244721],[-354164,-255269],[-354968,-240503],[-353386,-241736],[-358208,-238744],[-317647,-242253],[-320512,-242820],[-333438,-240057],[-336935,-239712],[-320324,-241929],[-318912,-241610],[-357175,-260175],[-353346,-261953],[-356217,-271874],[-352699,-270392],[-356996,-265149],[-355978,-263999],[-348619,-271948],[-348878,-269197],[-355194,-269606],[-344126,-270261],[-342182,-268771],[-338511,-271749],[-337100,-261761],[-322075,-266965],[-322041,-266239],[-320692,-268480],[-324975,-271025],[-324126,-268601],[-320322,-270889],[-319275,-266375],[-318663,-268064],[-316149,-265747],[-315199,-265600],[-319614,-266028],[-318754,-258573],[-331790,-257150],[-344669,-272243],[-352618,-274496],[-350758,-276538],[-356475,-272925],[-356259,-264349],[-351035,-89055],[-345513,-86730],[-355875,-88775],[-342501,-84240],[-341049,-85005],[-358125,-89525],[-357632,-87206],[-347540,-91740],[-358035,-82560],[-357075,-84675],[-353712,-90507],[-353644,-85431],[-350179,-90174],[-379695,-143526],[-379250,-142391],[-380106,-142750],[-378385,-142719],[-380898,-143254],[-380625,-142309],[-375045,-136549],[-373416,-134329],[-373525,-131375],[-374950,-131228],[-373143,-129360],[-372542,-126307],[-372613,-125986],[-372897,-125913],[-372642,-126596],[-372990,-126471],[-372500,-127456],[-374418,-126157],[-371891,-126179],[-374116,-128007],[-373458,-132766],[-372015,-121170],[-368206,-119206],[-367479,-119281],[-360993,-116514],[-359605,-113152],[-359982,-113159],[-360126,-113625],[-359908,-113483],[-359925,-113775],[-360075,-112825],[-360425,-111975],[-361610,-112553],[-361790,-107621],[-361575,-112875],[-362057,-105735],[-362482,-106749],[-362288,-105922],[-363138,-109092],[-361780,-106262],[-362216,-104121],[-362935,-102224],[-384007,-105758],[-379952,-104692],[-379487,-105384],[-380870,-104848],[-382605,-106155],[-382182,-106161],[-381125,-106382],[-379425,-106275],[-380265,-106739],[-379606,-107824],[-381597,-107832],[-370176,-102638],[-368553,-106479],[-370338,-102303],[-368482,-106069],[-368887,-106085],[-373635,-105306],[-372918,-104751],[-370650,-102718],[-373113,-104573],[-373672,-103077],[-373425,-104525],[-375450,-115472],[-363946,-113003],[-365378,-113190],[-365297,-114814],[-365173,-113289],[-375175,-115475],[-379481,-123447],[-380583,-125858],[-375716,-126079],[-382174,-116328],[-376006,-119176],[-389090,-118878],[-392954,-121257],[-384775,-133475],[-385362,-133166],[-381833,-131442],[-382738,-130745],[-380465,-130458],[-381425,-130225],[-383207,-130769],[-382447,-130633],[-385463,-141894],[-383928,-142892],[-385146,-133633],[-385895,-133575],[-383425,-141075],[-382525,-141725],[-381900,-142140],[-381907,-141570],[-382983,-141822],[-383635,-142032],[-377439,-137381],[-377145,-138784],[-376818,-138816],[-377343,-139062],[-376875,-136908],[-375473,-134290],[-374940,-133954],[-375190,-134281],[-375223,-133963],[-375224,-130941],[-375525,-134025],[-375002,-134213],[-373784,-132423],[-374478,-126608],[-373969,-126872],[-381137,-130853],[-380393,-129454],[-378680,-128879],[-376139,-129404],[-375725,-127425],[-379964,-129800],[-362883,-109754],[-362744,-109492],[-362633,-110426],[-362937,-109325],[-362871,-109123],[-362715,-113773],[-361875,-112697],[-373636,-127780],[-376308,-130274],[-375921,-129393],[-373708,-129673],[-375673,-127988],[-375294,-127893],[-376503,-128552],[-375358,-128301],[-373266,-128116],[-373883,-127662],[-375023,-129043],[-373722,-128173],[-358476,-253635],[-359025,-240425],[-367709,-249270],[-367811,-245843],[-359426,-255595],[-371225,-247075],[-359524,-258354],[-361175,-263865],[-360035,-262377],[-358894,-266730],[-360175,-270225],[-363131,-262792],[-359360,-269522],[-364764,-259939],[-359430,-260298],[-361631,-260281],[-363322,-259815],[-366925,-267175],[-372337,-259069],[-374075,-259425],[-358953,-81177],[-363861,-101993],[-363183,-100555],[-363975,-101075],[-364869,-100239],[-361319,-87250],[-360473,-86874],[-360638,-88609],[-366233,-95254],[-365324,-92193],[-366981,-91637],[-364599,-91113],[-367186,-87327],[-366828,-86911],[-366412,-85031],[-367293,-84768],[-362650,-84311],[-362175,-82975],[-361219,-85940],[-359632,-82887],[-362177,-85418],[-360436,-84596],[-363766,-92980],[-358909,-91495],[-358838,-83006],[-361217,-81069],[-359924,-80931],[-368572,-87184],[-369224,-85312],[-370136,-84739],[-368700,-80445],[-371067,-84607],[-372625,-80875],[-372425,-82125],[-369125,-79745],[-367938,-86869],[-367495,-81141],[-366450,-80199],[-364822,-83915],[-363058,-82214],[-364879,-82794],[-373131,-81592],[-372300,-78489],[-371555,-78204],[-378421,-96006],[-375102,-97480],[-379310,-95990],[-378703,-94928],[-373780,-93255],[-147455,-203256],[-150035,-201474],[-139401,-247256],[-131886,-248654],[-141401,-244300],[-129672,-244182],[-139203,-248628],[-135581,-245966],[-130988,-242820],[-133715,-258099],[-136559,-261074],[-171137,-232955],[-173625,-234451],[-174110,-235229],[-166998,-244122],[-170680,-235844],[-158045,-253532],[-160900,-253604],[-155153,-256235],[-158436,-255943]] \ No newline at end of file diff --git a/src/gathering/item-7906.json b/src/gathering/item-7906.json new file mode 100644 index 0000000..2b17e81 --- /dev/null +++ b/src/gathering/item-7906.json @@ -0,0 +1 @@ +[[-204674,4906],[-204679,5099],[-204137,8645],[-203551,9298],[-203417,9724],[-204575,9625],[-204560,9437],[-202668,10077],[-248943,-27128],[-250923,-25466],[-248113,-24579],[-241399,-8973],[-242162,-7293],[-241121,-4121],[-241984,-2808],[-234347,-1166],[-250534,-9685],[-254884,-9971],[-249867,-11029],[-248315,-10332],[-247483,-7235],[-249155,-3806],[-248716,-5333],[-255368,-14962],[-248869,-18145],[-246114,-18575],[-252006,-20983],[-249126,-21812],[-247247,-20578],[-249978,-19626],[-216079,-33070],[-215742,-32650],[-210959,-33354],[-212610,-12719],[-215001,-11510],[-205352,7621],[-210027,9045],[-210416,7908],[-209013,7379],[-208579,8678],[-209345,10126],[-210925,9125],[-209067,9779],[-208696,10147],[-208086,9115],[-206389,6828],[-206815,7854],[-207266,9394],[-206143,7779],[-206928,8683],[-206150,9083],[-207745,7061],[-204971,7125],[-206136,10285],[-261761,-32069],[-260459,-25119],[-258731,-24555],[-256207,-18189],[-257595,-7610],[-258677,-5870],[-661,-29971],[-748,-31032],[-145,-28976],[1921,-29607],[1834,-30816],[610,-29259],[3055,-30831],[685,-30158],[4075,-29825],[3453,-30378],[-247208,21288],[-253031,30557],[-251019,29596],[-252619,30471],[-251639,31633],[-253833,32409],[-299474,8271],[-296511,6668],[-296125,8625],[-257102,16676],[-257672,27226],[-258473,31221],[-258090,31306],[-262245,39596],[-262579,40740],[-263969,40653],[-264484,39835],[-264805,40502],[-262823,43129],[-259865,30182],[-270095,23234],[-271728,26000],[-277476,25635],[-278113,20047],[-277532,22420],[-271971,21192],[-276449,16919],[-272429,10566],[-284325,16799],[-299349,24758],[-300826,20216],[-304012,12961],[-294005,14797],[-288121,7063],[-284720,8407],[-281767,11240],[-287807,13719],[-278344,17299],[-277875,17475],[-277934,18721],[-270375,11724],[-268905,13511],[-271281,50976],[-279319,8602],[-271638,51792],[-271033,52671],[-270037,52863],[-269890,54223],[-269251,54810],[-335530,5635],[-335257,5941],[-335725,6325],[-331231,3930],[-332973,7790],[-334037,7837],[-326720,5142],[-327212,5620],[-327519,4850],[-329235,4300],[-326675,4775],[-333841,18264],[-334125,18125],[-333518,17853],[-332378,13145],[-335691,12435],[-330940,8139],[-330596,8634],[-332526,7814],[-332491,8515],[-332683,10783],[-331176,12657],[-332477,12332],[-332760,12738],[-341748,16035],[-341061,15833],[-341435,16356],[-339875,18375],[-339807,17685],[-340478,18147],[-147675,23175],[-146655,21838],[-144945,21757],[-145225,22025],[-153375,797],[-153475,2025],[-139568,16949],[-186279,-33753],[-186145,-26657],[-186985,-26370],[-186327,-27025],[-183720,-34148],[-183679,-33703],[-183404,-32980],[-182776,-33476],[-175223,-32649],[-174553,-31271],[-174555,-30936],[-173603,-26357],[-171075,-26875],[-172369,-25559],[-176860,-32452],[-166859,-26023],[-167175,-25775],[-186761,-39113],[-186520,-38566],[-183775,-23380],[-183280,-23671],[-185825,-38425],[-159343,21707],[-158826,21944],[-160572,16769],[-161845,16307],[-164775,15075],[-168760,11953],[-168038,10923],[-168955,11656],[-173417,5595],[-175825,9275],[-153935,553],[-153962,1586],[-154268,1064],[-176454,13035],[-174767,14340],[-167198,14833],[-167095,22326],[-174541,10627],[-171523,12010],[-164648,16444],[-164415,19130],[-172842,16831],[-163957,19582],[-163526,18854],[-176689,8085],[-165361,22766],[-167872,22761],[202442,3500],[202575,4025],[202063,3994],[241725,16475],[240225,14875],[237825,9675],[237475,10575],[236242,15554],[239288,16463],[240125,18275],[234574,14982],[236175,14829],[235632,13187],[236479,13218],[232626,19409],[236840,18119],[240175,16275],[236941,18815],[236467,18564],[233225,19375],[226825,16875],[225816,12587],[224776,25062],[228425,25275],[226225,26675],[233420,26709],[226194,29848],[226965,31111],[231725,30425],[230646,30962],[230975,31225],[231525,30025],[232975,29725],[226473,32396],[225956,34474],[224113,34686],[225781,32192],[228085,32976],[225125,23075],[231109,25857],[230859,26416],[231641,26206],[242725,26425],[242575,26125],[243600,24889],[243632,24374],[244033,24597],[244025,26175],[244071,24016],[243825,25675],[242725,20825],[240075,21325],[242811,19649],[243093,20742],[243573,20629],[228519,40287],[228826,40797],[228276,40623],[228646,41262],[229354,41596],[229528,38617],[226754,42427],[227804,37258],[228450,36702],[227640,37687],[228580,37493],[228347,37898],[227371,37235],[227925,38075],[226609,35387],[226080,35512],[225816,35133],[225029,40163],[224008,39847],[226206,42201],[226833,41964],[226360,42583],[224775,43825],[224791,44388],[225060,39804],[221905,41855],[222395,44262],[226379,46034],[224875,47375],[226492,46481],[226977,46407],[220223,35908],[220980,36220],[219734,35383],[223384,44774],[216275,31925],[215779,32044],[220300,34604],[223283,34657],[215906,31560],[217475,30725],[220993,30265],[220375,30158],[214795,26266],[216371,28262],[215820,26755],[215974,25579],[219227,25475],[222565,29036],[221607,29879],[222989,31241],[222939,34229],[222653,34934],[210575,29375],[215305,25080],[215589,25657],[219825,25625],[210775,31025],[211085,28416],[213891,16455],[214019,16958],[214725,15825],[210916,28114],[212052,12716],[211504,12751],[211795,12078],[209912,7893],[209288,8276],[209646,8547],[211072,8869],[210675,9075],[211140,9383],[210744,9921],[209875,6725],[211159,8321],[210321,9203],[210640,8190],[209833,9145],[214873,16224],[237075,9675],[238425,9725],[238375,10375],[238025,10275],[239575,16125],[240175,16675],[238575,9875],[235616,13803],[235297,15527],[234871,15570],[236129,13208],[235642,15279],[234458,15401],[232176,19252],[231143,19677],[239775,16825],[231813,20315],[232275,20125],[236643,14311],[225731,30475],[226025,30325],[226075,30098],[226209,31451],[224389,30036],[232338,30439],[232004,30666],[232625,30425],[232654,30047],[233375,30025],[226135,32054],[223836,34129],[242331,20439],[243325,20075],[224471,40216],[224716,39885],[224910,39293],[224539,39192],[224136,43487],[222868,37642],[223125,38225],[221529,41293],[221836,41068],[223718,43981],[224275,44475],[223771,44555],[223458,44290],[220504,35888],[220730,35954],[220983,35676],[223225,37675],[220212,35341],[220781,35031],[220425,29475],[221567,29005],[222026,29276],[224525,29625],[222832,34591],[224267,34298],[210394,28290],[210301,28808],[235022,14837],[239812,17453],[231419,26902],[232841,20181],[232425,29675],[227057,34801],[223055,35328],[224247,39320],[219933,34826],[210874,29066],[187475,-36575],[190155,-36973],[225253,-47651],[221012,-56902],[218136,-58215],[223500,-65758],[214847,-69151],[211185,-66842],[210624,-73831],[222962,-67507],[226806,-53378],[251188,-58130],[253407,-59205],[253779,-58833],[286225,-34425],[286587,-35735],[286458,-34073],[286813,-35395],[289439,-26897],[288171,-27696],[300193,-19662],[301461,-18864],[295789,-33242],[297057,-32443],[299051,-42168],[299277,-41828],[303928,-50251],[260861,-58219],[268214,-73762],[307104,-61786],[302609,-51024],[307155,-59643],[267675,-60125],[302382,-51363],[305129,-54659],[307375,-61425],[314507,-60627],[309182,-63608],[308956,-63948],[314733,-60287],[237318,-44615],[239955,-46195],[219706,-70621],[219454,-70323],[214796,-72884],[220054,-71779],[220306,-72076],[222464,-67643],[222809,-67030],[226819,-54117],[251889,-62313],[252360,-62440],[253374,-60726],[253846,-60853],[291172,-42613],[288576,-27103],[289023,-27761],[300598,-19069],[296194,-32649],[295568,-29069],[299769,-43048],[303148,-42916],[291369,-42044],[292467,-40112],[292269,-40681],[291158,-45520],[291355,-44951],[303313,-50872],[302080,-50811],[267518,-60407],[260407,-57971],[263006,-58729],[267328,-64299],[306535,-53035],[305472,-55037],[304080,-55282],[303116,-51441],[307505,-60764],[313781,-60102],[188856,-38335],[187552,-36124],[188225,-37925],[190103,-37968],[216808,-50306],[215598,-47911],[216337,-48181],[218419,-50098],[225668,-48021],[225675,-47575],[237725,-44275],[221314,-56991],[221201,-57298],[223925,-65679],[214554,-68348],[214531,-69154],[211762,-66604],[211025,-74225],[211049,-73751],[211575,-67125],[223915,-66129],[227230,-53299],[227220,-53749],[252288,-61957],[249812,-57384],[253773,-60369],[289085,-27435],[301125,-19425],[296703,-32981],[296857,-29672],[295067,-29246],[259660,-57688],[265066,-61868],[263455,-59207],[262746,-59633],[267591,-68699],[267335,-69178],[267375,-66075],[268541,-73982],[268953,-74431],[305858,-54319],[304466,-54564],[311169,-24669]] \ No newline at end of file diff --git a/src/gathering/item-7908.json b/src/gathering/item-7908.json new file mode 100644 index 0000000..9d9ef73 --- /dev/null +++ b/src/gathering/item-7908.json @@ -0,0 +1 @@ +[[-255625,-138275],[-255357,-136238],[-255253,-135077],[-253472,-128628],[-255691,-133241],[-253728,-128535],[-254625,-125875],[-254042,-127372],[-253948,-124266],[-255625,-160075],[-253626,-161409],[-254190,-163266],[-256203,-140090],[-258577,-144233],[-259825,-149425],[-261064,-147823],[-258875,-147575],[-258523,-147356],[-260077,-150633],[-259913,-144789],[-261183,-143410],[-262075,-142425],[-262700,-151842],[-263328,-152671],[-259916,-151344],[-258753,-154761],[-259020,-153808],[-265002,-154135],[-263881,-153669],[-259825,-156675],[-17990,-58596],[-17623,-55303],[-14687,-56074],[-14537,-52642],[-10975,-52175],[-8288,-51650],[-4774,-65498],[-2594,-65236],[-8610,-62511],[-10612,-58811],[-13866,-58844],[-13663,-57191],[-10925,-54960],[-7337,-56608],[-7775,-59525],[18137,-83357],[7287,-68564],[7601,-71392],[10717,-71174],[9737,-76012],[13975,-75782],[13158,-72397],[17187,-75373],[16925,-73575],[16300,-71975],[11065,-77587],[17342,-77937],[8973,-77039],[19830,-74759],[1780,-72110],[5344,-77815],[3670,-77300],[5675,-80779],[7528,-79229],[11125,-83625],[1074,-69978],[13996,-81309],[-191775,-192375],[-187263,-195814],[-236654,-192612],[-240764,-191027],[-243275,-190525],[-205003,-218396],[-206599,-209606],[551275,-103075],[541688,-22762],[563051,-92838],[574610,-41230],[576867,-36133],[575675,-31375],[565516,-97224],[565851,-98188],[566038,-98486],[569272,-95566],[568575,-94225],[567390,-89340],[567278,-88978],[574325,-91065],[573784,-96659],[579557,-93191],[578642,-94805],[580603,-91460],[578788,-86380],[571637,-86682],[571894,-79165],[573066,-80771],[572732,-77033],[577475,-79025],[576318,-78674],[577455,-75908],[572860,-72156],[569875,-76775],[568075,-73325],[567652,-67387],[568322,-67759],[569425,-69775],[575710,-68462],[569196,-64790],[569310,-66947],[573983,-64722],[573012,-66605],[568999,-60929],[571830,-62794],[571978,-58686],[-19738,-103854],[-44280,-105869],[-44202,-103879],[-43575,-104775],[-42820,-103587],[-43375,-105880],[-47323,-102802],[-46175,-103225],[-45324,-104798],[-48923,-103767],[-45215,-105921],[-44394,-102250],[-47631,-104959],[-3227,-105430],[-6453,-106682],[-3321,-102210],[-8853,-102702],[-48608,-105927],[-47204,-105936],[-48591,-104801],[-11457,-102578],[-15885,-104172],[-11211,-107666],[-50804,-105973],[-50396,-107482],[-49456,-107258],[-49675,-106175],[-47068,-106772],[-45947,-106290],[-22253,-97882],[-44488,-96331],[-42725,-96175],[-42852,-97127],[-45468,-96414],[-38938,-97331],[-39543,-97889],[-40379,-97770],[-42158,-97193],[-38779,-96207],[-45177,-93874],[-45574,-94731],[-46419,-94046],[-45508,-92146],[-47247,-96443],[-43521,-94035],[-42214,-94737],[-44201,-95018],[-42757,-92159],[-39934,-95140],[-38949,-94190],[-39077,-93156],[-40713,-93049],[-49268,-101072],[-48772,-95131],[-50364,-94143],[-48988,-93959],[-47570,-94806],[-50916,-100428],[-45875,-91125],[-48728,-87425],[-49806,-87036],[-50396,-85459],[-48941,-101997],[-41017,-74153],[-38856,-75387],[-41555,-78696],[-40255,-87662],[-40787,-86941],[-40109,-88683],[-39109,-88659],[-40994,-89902],[-38973,-89971],[-44090,-89866],[-43256,-83981],[-44175,-85175],[-42519,-84901],[-42395,-83626],[-45241,-85674],[-40775,-83675],[-43855,-83313],[-43299,-80693],[-45314,-81454],[-47379,-85791],[-46460,-85161],[-46665,-84074],[-45444,-84504],[-48079,-85215],[-45275,-82675],[-47193,-82220],[-44233,-81775],[-46591,-90413],[-42388,-91315],[-42471,-89803],[-39723,-90858],[-40331,-91955],[-39171,-91645],[-39320,-87675],[-48677,-83926],[-48737,-84772],[-50901,-86403],[-49442,-85513],[-45721,-83199],[-40148,-71876],[-38520,-71446],[-34354,-64928],[-3583,-99884],[-8065,-99285],[-5067,-96453],[-3740,-95969],[-720,-98037],[-4553,-93509],[-1873,-94040],[-4375,-90975],[-2151,-90455],[-594,-87820],[-48030,-80669],[-43083,-78119],[-42767,-78987],[-43991,-78007],[-43352,-75084],[-44144,-75414],[-46235,-73814],[-45340,-73307],[-45476,-71717],[-46816,-72758],[-44949,-69298],[-46156,-68867],[-47373,-69124],[-42336,-68610],[-43508,-69696],[-40282,-69073],[-40433,-67438],[-39376,-67962],[-47261,-77113],[-50148,-71628],[-49844,-72852],[-50725,-69625],[-49416,-73956],[-50421,-75316],[-50756,-74003],[-48593,-74848],[-48575,-72725],[-46813,-74685],[-47633,-75441],[-45297,-74329],[-45351,-77088],[-48959,-78431],[-50108,-78769],[-50867,-77586],[-47120,-79249],[-46360,-78502],[-46380,-76347],[-44274,-79262],[-49709,-83488],[-241,-94371],[-12378,-99388],[-18179,-100559],[-54821,-103977],[-55666,-103431],[-51908,-104347],[-53571,-104594],[-52209,-105159],[-54116,-103524],[-53113,-103740],[-53233,-102808],[-54820,-102715],[-56676,-104843],[-53338,-106403],[-52289,-106312],[-51851,-107744],[-52875,-100425],[-52975,-101325],[-53838,-99794],[-53846,-101281],[-51820,-99515],[-52710,-98213],[-52793,-99448],[-55017,-98480],[-55325,-97525],[-57219,-97958],[-58086,-98429],[-58425,-97425],[-53673,-98170],[-55708,-86641],[-62375,-83575],[-61320,-84113],[-61721,-83499],[-58763,-84176],[-59218,-84864],[-59575,-84375],[-56683,-84358],[-56807,-85650],[-60642,-81614],[-62181,-81833],[-61335,-81782],[-60049,-83630],[-57925,-96375],[-52033,-101258],[-52147,-84284],[-53724,-83469],[-59468,-78075],[-58383,-77790],[-59953,-79020],[-59150,-78989],[-59124,-77115],[-58277,-76838],[-61275,-80475],[-59619,-80876],[-58172,-79304],[-60285,-80256],[-57184,-77272],[-52968,-70480],[-53723,-72858],[-52675,-72075],[-54421,-70401],[-52120,-69658],[-53207,-76112],[-51894,-75650],[-52747,-78362],[-52396,-79568],[-53043,-77329],[-55579,-77942],[-53972,-78176],[-55782,-76131],[-55935,-73711],[-56223,-73039],[-56973,-76440],[-54954,-74463],[-55263,-71988],[-57541,-73290],[-55538,-81557],[-56599,-81020],[-55400,-80721],[-54710,-80160],[-57221,-82276],[-52137,-81534],[-51893,-80452],[-53372,-81303],[-54775,-99775],[-55413,-102088],[-54893,-101151],[575,-105975],[508,-103997],[3463,-101878],[155,-101602],[7986,-101077],[6724,-97720],[9455,-96444],[9186,-93602],[7535,-92784],[4201,-92698],[2970,-94597],[3153,-99249],[1688,-85691],[2384,-88344],[3750,-89517],[-365168,-399353],[-367910,-403534],[-19474,-108000],[-16359,-105396],[-12845,-107817],[-21588,-104856],[-18565,-140892],[-29197,-134635],[-21174,-145140],[-17948,-145670],[-19430,-142946],[-2039,-149727],[-4686,-147745],[-3685,-145490],[-330,-147278],[-5949,-143527],[-2603,-118739],[-1064,-120561],[-39588,-130472],[-38296,-134444],[-36923,-131701],[-35321,-134252],[-32715,-137455],[-31147,-133466],[-15743,-142092],[-29325,-138025],[-14801,-102413],[-33591,-126755],[-30491,-130837],[-37022,-127896],[-34343,-129530],[-32723,-132090],[-51184,-113286],[-47944,-115028],[-49150,-119027],[-13937,-146364],[-9551,-147035],[-12597,-145296],[-49298,-122039],[-50569,-126114],[-29225,-99568],[-29510,-97813],[-28178,-96129],[-32857,-97547],[-32864,-99932],[-42082,-96465],[-44699,-97134],[-47075,-94275],[-45061,-94788],[-42593,-94337],[-48925,-91525],[-49744,-92705],[-46018,-91730],[-33214,-91075],[-30625,-90875],[-32751,-86600],[-42137,-77485],[-43225,-90475],[-41092,-92245],[-29668,-70443],[-30817,-69707],[-31075,-67925],[-35540,-67338],[-29065,-65910],[-26925,-63525],[-23295,-61787],[-14824,-67550],[-13227,-69862],[-24661,-67065],[-42883,-69356],[-44416,-72198],[-45273,-75908],[-45612,-70909],[-48339,-73460],[-49136,-74642],[-47425,-74325],[-50590,-78352],[-47522,-78739],[-45299,-78506],[-50480,-79870],[-49022,-82940],[-20630,-62409],[-21689,-65290],[-57881,-120210],[-56172,-117936],[-52913,-115957],[-52480,-119054],[-52374,-120672],[-52417,-129930],[-55603,-129425],[-54021,-126491],[-57233,-124277],[-58047,-83781],[-55580,-83604],[-61684,-82483],[-56854,-75373],[-58487,-78579],[-59166,-79615],[-51922,-72534],[-52793,-75173],[-53768,-75071],[-53296,-79068],[-51777,-77136],[-54675,-78375],[-55491,-74072],[-57342,-71743],[-58443,-80043],[-53935,-81480],[-52856,-83471],[667,-149403],[2347,-122502],[1471,-117313],[12002,-105187],[14585,-104921],[24165,-146315],[24481,-141663],[30813,-142446],[34190,-142595],[28962,-138950],[49304,-123485],[46570,-125354],[37610,-116791],[42754,-116887],[43561,-113162],[36256,-120985],[42099,-120763],[26165,-108204],[23775,-104825],[22019,-108212],[16476,-108476],[19107,-104366],[33197,-126116],[26735,-124856],[28975,-126575],[27904,-123047],[23725,-125625],[18496,-118974],[21260,-121553],[17118,-115280],[5725,-125075],[2730,-147092],[6299,-146850],[7179,-144184],[12728,-144627],[15405,-142709],[18080,-140214],[18202,-142900],[31004,-136533],[23519,-137081],[25247,-138308],[20419,-138927],[20715,-136023],[18240,-137225],[13525,-138975],[13596,-136192],[14809,-100775],[16981,-94571],[20125,-94517],[36625,-79675],[46951,-69934],[49075,-82925],[35430,-73267],[37850,-77429],[43126,-68730],[36275,-75975],[45201,-67588],[37459,-71747],[38431,-69829],[19525,-100775],[23635,-100646],[18598,-97770],[21948,-97157],[16440,-101692],[38742,-82590],[39476,-85912],[41475,-83475],[43507,-86427],[44954,-83887],[38102,-91677],[41522,-92278],[37382,-95631],[44050,-93133],[46625,-90725],[40925,-98575],[45125,-96675],[41569,-95697],[49087,-102159],[48228,-94449],[50353,-93862],[50090,-90405],[48576,-98893],[23516,-95927],[26648,-94437],[49462,-87318],[61182,-102597],[63392,-104372],[65472,-107323],[66030,-104665],[60175,-77775],[58675,-76275],[59292,-69642],[58730,-73241],[57739,-71828],[56487,-70777],[57142,-68335],[55749,-66750],[54344,-69082],[54693,-63032],[62275,-76228],[62183,-72363],[59926,-74557],[52907,-66380],[53125,-81475],[54432,-84168],[58902,-85751],[58480,-88514],[66131,-94434],[66925,-96875],[65312,-96057],[65385,-98672],[60640,-100647],[57268,-96875],[53799,-94522],[58175,-92825],[54325,-99275],[62609,-101585],[51911,-89818],[53262,-86181],[-46337,-104008],[-44275,-102625],[-48275,-104375],[-45623,-105981],[-81448,-102478],[-83762,-104579],[-83159,-103971],[-79560,-103093],[-92922,-140506],[-92997,-139649],[-93872,-140454],[-93245,-106658],[-93808,-109215],[-92696,-111030],[-92915,-109718],[-91138,-111130],[-90243,-128555],[-90195,-129912],[-91192,-129314],[-91819,-132217],[-90925,-132625],[-91475,-134775],[-88420,-122866],[-88179,-124466],[-90838,-119181],[-89890,-121073],[-89683,-119275],[-89375,-120975],[-91902,-116999],[-91073,-116244],[-91704,-114654],[-92425,-113825],[-88837,-109316],[-88312,-108288],[-87075,-106925],[-90045,-108269],[-91455,-107596],[-93300,-106962],[-85277,-105028],[-75518,-89839],[-79229,-94570],[-78973,-93118],[-80277,-93940],[-81171,-96256],[-78154,-98920],[-80543,-100446],[-79670,-100195],[-77623,-91746],[-80201,-99253],[-80037,-97234],[-79634,-96400],[-78733,-102047],[-202675,-202275],[-201525,-196875],[-188859,-198545],[-187164,-199842],[-183986,-202902],[-184602,-201726],[-183407,-201104],[-185085,-199657],[-182048,-203783],[-180100,-202800],[-175951,-203572],[-183985,-207570],[-183255,-206806],[-184794,-206003],[-182304,-208940],[-181175,-206525],[-181441,-205085],[-178025,-208325],[-178575,-211225],[-180817,-211882],[-177773,-210200],[-233545,-184212],[-235861,-186208],[-231520,-188450],[-237806,-182486],[-236979,-184139],[-242440,-174941],[-245235,-169234],[-240608,-175478],[-246837,-170462],[-213470,-202509],[-204985,-204245],[-211946,-186406],[-232317,-189864],[-237688,-191447],[-243115,-187997],[-244104,-188607],[-246076,-183127],[-246868,-180920],[-237980,-157700],[-238818,-194270],[-234744,-194017],[-236795,-193482],[-231900,-156093],[-229817,-154097],[-233731,-158960],[-231426,-155665],[-219472,-219928],[-216825,-220425],[-211085,-219471],[-213424,-216631],[-215773,-213554],[-215361,-210496],[-207225,-207275],[283725,-25775],[286816,-20968],[280694,-7364],[285663,-11100],[290327,-14468],[288755,-23740],[292616,-15131],[294555,-12675],[303727,-24812],[292000,-18008],[306091,-23073],[306725,-28125],[303715,-30018],[304103,-33910],[302310,-35054],[306165,-32249],[302707,-39321],[300985,-40988],[299216,-43661],[297610,-46794],[298475,-49725],[288775,-12175],[300364,-12516],[304594,-13264],[303091,-11505],[307119,-16221],[302725,-48525],[292060,-56934],[301525,-51475],[294331,-62955],[289393,-52931],[293955,-60264],[295617,-67907],[308725,-22575],[309225,-25275],[315627,-74458],[314825,-69525],[309317,-59552],[390525,-625],[395725,-7525],[405004,-5823],[405925,-9375],[393856,3370],[393471,6405],[395649,4860],[408362,919],[395808,14838],[403510,15215],[401817,16411],[406401,14915],[404040,17240],[397875,24375],[407920,22081],[407177,20729],[399249,27469],[398272,29989],[396175,29525],[403473,29059],[396170,38752],[396725,41175],[397772,43263],[401360,43389],[400051,38058],[405027,43531],[405787,48969],[400286,41873],[402022,46498],[396649,10235],[394045,12029],[398257,7736],[407425,11375],[408675,8575],[389213,9990],[391030,11081],[391102,15664],[390572,72532],[392025,70025],[392772,65731],[391604,66602],[394243,71095],[394632,68114],[403743,60881],[398606,63839],[403457,66662],[407543,62700],[403775,90175],[401845,95980],[397565,83652],[396571,81549],[400740,71590],[394919,99986],[409025,112097],[410875,-5725],[415225,-5375],[428200,-17127],[421133,-19883],[419225,-17325],[421743,-18991],[435011,-664],[431253,793],[436445,1231],[440965,5323],[439025,7975],[444510,12568],[439736,13437],[442865,14528],[441804,21987],[449460,15637],[447843,19478],[444509,29169],[447640,33095],[446175,40975],[445125,39175],[440741,35228],[440580,37676],[440979,39985],[447281,35545],[443829,45828],[447825,45225],[434170,49249],[414451,18584],[413575,21853],[411139,27091],[441291,24080],[431128,48645],[432725,47025],[430704,45036],[421620,50851],[428066,49959],[438220,35791],[452353,18287],[456127,15354],[460091,5269],[458502,9549],[453276,5834],[453948,4079],[454169,10686],[450005,10530],[448613,6274],[445689,2158],[411828,11370],[409958,12503],[411324,7582],[418034,42237],[423203,56647],[412225,69625],[420034,59700],[432733,56075],[415723,102441],[429669,52274],[412429,112637],[482678,-11294],[478377,-10299],[478246,-1105],[474629,-562],[483372,-1076],[501525,51075],[499175,50075],[507715,51089],[508435,49093],[508795,48394],[508077,48483],[506155,47144],[498220,47238],[500715,43794],[497923,40607],[497565,39997],[497054,40440],[499344,41039],[504102,39025],[502534,51385],[503288,47378],[503582,34033],[500970,30650],[498283,39909],[499145,27868],[501148,36015],[466446,16028],[499455,19042],[499815,18344],[501988,14485],[499097,18433],[498776,20575],[486733,5035],[489675,4325],[480419,4585],[472543,4071],[473545,10694],[468687,9036],[466357,5595],[465819,10342],[469959,452],[473349,7159],[465221,7572],[461525,11475],[502838,18456],[499125,25125],[497377,22918],[508452,34593],[480601,46829],[477895,50073],[497253,18431],[481871,1238],[491213,79027],[490410,78753],[491751,80340],[489625,77925],[489817,79491],[483510,68574],[488732,68691],[488672,69644],[489030,70254],[489531,69525],[490625,69225],[488175,60575],[497032,59143],[496881,60197],[497741,59634],[497072,60946],[502547,58104],[496152,59697],[500945,51448],[501865,52697],[501674,51948],[478303,57063],[480909,61198],[479101,66412],[475680,63033],[394075,-4375],[402022,-6496],[393629,1375],[391922,3314],[398835,20350],[404955,15472],[399370,23656],[404482,23331],[403888,22089],[397784,30989],[404591,41356],[397275,11806],[392983,16025],[407780,15588],[404612,11784],[391336,7173],[401425,63675],[410243,522],[412272,2367],[411063,5422],[439214,2944],[441312,10382],[437788,10763],[443673,34924],[451171,34081],[438275,39775],[438525,40825],[438811,45614],[413577,17381],[409930,19906],[410132,25231],[448577,3686],[425270,49967],[457745,15583],[456272,4934],[410941,10528],[410841,14216],[414051,12842],[415334,15697],[420207,43815],[433790,52129],[430472,58843],[507074,49473],[509325,49925],[500339,19872],[498094,19423],[491712,6802],[478408,3496],[482502,6211],[469499,4341],[464681,12359],[486182,560],[490999,77408],[490120,68180],[497765,60816],[501133,52209],[495845,60409],[700155,356507],[701395,349004],[693035,349969],[690458,378924],[692355,386677],[699025,370375],[703105,379241],[704901,389462],[710475,395875],[715261,384950],[711542,377307],[716382,369965],[715096,363130],[711296,368094],[705496,365930],[688681,359957],[754352,327542],[741704,395239],[764463,407332],[764255,404941],[725940,388865],[744546,407840],[745058,408662],[746434,401207],[747481,409618],[747509,405197],[759544,405361],[760400,407088],[757832,396978],[762025,401125],[766025,390325],[762510,387724],[760375,389925],[766658,390976],[758945,387239],[755945,387179],[752454,387227],[748396,389984],[747288,395689],[750629,395330],[749201,386340],[753935,385532],[756182,385849],[751550,381247],[739997,388099],[734225,388025],[743762,379973],[747896,387645],[748489,387097],[736699,382382],[742795,384375],[746275,386575],[740325,376425],[733804,376509],[734766,369003],[721860,370829],[729075,372031],[750405,362717],[739088,363806],[725121,364105],[730840,363601],[740583,415382],[743094,412550],[739727,418291],[739014,424985],[746047,428538],[759086,422876],[758149,417286],[761053,416630],[764374,413318],[766128,418644],[756130,418809],[754675,424675],[759078,411629],[761920,409946],[786791,405047],[777321,399651],[773625,397725],[772575,388525],[770206,392990],[770885,396228],[793146,385428],[777025,405663],[773075,400775],[868664,345317],[868631,355098],[854647,384088],[839148,385998],[828714,367781],[878125,351175],[875995,341487],[886737,324967],[895530,347677],[896402,359770],[875419,363905],[968813,251035],[946014,263218],[953870,289929],[947948,296633],[940902,306245],[936315,273650],[928725,298225],[940526,321145],[928053,311612],[1000500,271013],[1055470,299796],[1035980,315610],[1214200,177914],[1217070,183619],[1224480,209197],[1224750,209758],[1202620,234635],[1243420,199002],[1246810,196145],[1247250,199281],[1233700,206535],[1230680,274295],[1263310,128983],[1265740,133446],[1264980,138322]] \ No newline at end of file diff --git a/src/gathering/item-7909.json b/src/gathering/item-7909.json new file mode 100644 index 0000000..deca55d --- /dev/null +++ b/src/gathering/item-7909.json @@ -0,0 +1 @@ +[[-201575,25],[-203345,-449],[-198885,14813],[-208930,-10873],[-222632,-12326],[-215125,-225],[-205017,3360],[-212725,6425],[-205519,6665],[-183365,-150780],[-183350,-149136],[-181507,-147616],[-179812,-146169],[-182972,-134809],[-180481,-142884],[-180925,-137875],[-180268,-140238],[-181925,-136875],[-181861,-132824],[-176314,-141319],[-179072,-140035],[-181486,-130262],[-180037,-125721],[-180439,-122893],[-181255,-123766],[-174908,-141997],[-184016,-156811],[-184267,-153743],[193861,100939],[193985,101562],[196374,98925],[204529,126110],[198283,126187],[194475,120625],[189764,121544],[186813,118916],[186985,120430],[198880,116058],[188079,111389],[188475,104825],[190575,104225],[189089,106254],[189493,109104],[226264,88344],[225329,89142],[212029,101335],[215415,71995],[212553,72378],[208275,106025],[206625,108275],[547040,-109138],[549372,-103507],[551856,-102207],[554025,-22775],[554951,-92772],[561967,-92666],[565311,-97702],[566725,-97425],[567171,-98109],[566875,-94525],[566775,-95425],[568481,-93664],[565825,-89925],[567475,-90425],[571148,-92322],[567225,-87375],[567725,-88825],[566775,-88625],[574353,-97917],[577408,-83449],[571239,-83281],[570548,-84478],[572697,-83273],[571457,-81621],[570337,-82046],[570475,-82794],[575112,-78844],[578047,-79416],[574891,-75175],[573069,-75181],[572355,-72866],[572669,-70524],[567327,-77317],[571987,-67513],[572454,-69300],[571225,-64978],[571525,-53875]] \ No newline at end of file diff --git a/src/gathering/item-7910.json b/src/gathering/item-7910.json new file mode 100644 index 0000000..93937e9 --- /dev/null +++ b/src/gathering/item-7910.json @@ -0,0 +1 @@ +[[-202175,-45425],[-202164,-46872],[-204356,-43455],[-201315,-33792],[-198003,-33195],[-201559,-31501],[-196163,-33286],[-194738,-34921],[-193105,-34097],[-192160,-31642],[-190375,-30104],[-188263,-31954],[-194979,-31528],[-192168,-37091],[-193407,-36415],[-193648,-38940],[-192345,-39584],[-192192,-40895],[-193389,-42863],[-196058,-44916],[-198481,-42419],[-195680,-42523],[-197375,-43575],[-195005,-50456],[-189835,-49677],[-188660,-47678],[-199417,-45835],[-200833,-42170],[-199450,-43495],[-203271,-42545],[-202125,-42825],[-203307,-44538],[-195875,-50775],[-194383,-703],[-201999,-504],[-200175,-15575],[-196450,-19128],[-195430,-17164],[-186777,-47083],[-201057,-39951],[-202694,-40375],[-203972,-38927],[-201325,-37254],[-204059,-35227],[-199878,-36069],[-200625,-38525],[-194942,-36401],[-204745,-5410],[-203105,-1788],[-202154,-1971],[-202794,-706],[-195967,-10176],[-187284,-48597],[-187917,-47336],[-200625,-52325],[-196702,-52157],[-195547,-53651],[-194879,-51733],[-193872,-53037],[-189356,-51983],[-201335,4035],[-194210,3080],[-198234,816],[-199527,928],[-192275,4535],[-202976,905],[-201947,1368],[-203785,1002],[-202760,3151],[-196001,14921],[-196304,12185],[-196842,6585],[-197824,8669],[-192875,14225],[-189806,13324],[-229933,-43688],[-228976,-47617],[-219923,-45258],[-220125,-44409],[-216029,-45917],[-214033,-46001],[-211095,-50924],[-206983,-44979],[-240241,-5009],[-242160,-3972],[-239989,-4179],[-240450,-5782],[-242369,-6112],[-242575,-4775],[-240329,-3010],[-241647,-943],[-240775,-1025],[-235369,-2549],[-221167,-35105],[-210870,-21521],[-207148,-29037],[-215983,-44130],[-208373,-10608],[-206280,-17082],[-205475,-18625],[-206177,-22259],[-207328,-22497],[-206426,-43034],[-208557,-40331],[-207576,-41774],[-206763,-40192],[-206435,-38104],[-207387,-37685],[-209885,-39408],[-209595,-36544],[-208845,-36130],[-213006,-38844],[-212538,-41592],[-219733,-42753],[-218463,-39760],[-215372,-41087],[-228725,-45125],[-230761,-41376],[-230067,-42514],[-232098,-40253],[-210042,-8773],[-206802,-8583],[-206683,-6833],[-206506,-1406],[-206352,-670],[-205689,-962],[-205420,-1586],[-205580,-2244],[-208081,-575],[-206182,-112],[-213007,-36667],[-212036,-19567],[-209775,-19875],[-215896,-35217],[-219522,-583],[-219989,-1826],[-220010,-791],[-225925,-54225],[-223461,-53428],[-220975,-51586],[-222652,-51047],[-220473,-53875],[-214839,-52887],[-215532,-53122],[-215086,-54214],[-217221,-53180],[-221588,-53480],[-210337,-52163],[-221825,-55161],[-224145,-54721],[-220518,-55176],[-217101,-54579],[-212164,2457],[-209726,1278],[-209849,2191],[-208810,1384],[-208745,1908],[-210621,1928],[-211401,3121],[-207408,1428],[-206608,920],[-210337,3538],[-215843,8043],[-216410,6521],[-217377,7803],[-218393,6254],[-220063,608],[77691,-68365],[71940,-71578],[72413,-70165],[73201,-68925],[78044,-72569],[78723,-70676],[72361,-72347],[77751,-73297],[77496,-73450]] \ No newline at end of file diff --git a/src/gathering/item-7911.json b/src/gathering/item-7911.json new file mode 100644 index 0000000..f9abc27 --- /dev/null +++ b/src/gathering/item-7911.json @@ -0,0 +1 @@ +[[-146996,155115],[-117453,155596],[-119425,155925],[-121688,100555],[-122069,100052],[-121037,100062],[-121431,102183],[-121437,102537],[-102425,91225],[-102639,90046],[-110207,61591],[-124575,100225],[-123664,97784],[-123409,98655],[-125150,97536],[-123939,100308],[-124731,101246],[-125701,97811],[-126189,98786],[-124177,98176],[-125117,99521],[-126318,100823],[-125712,100356],[-126175,102225],[-127690,102232],[-128954,98247],[-128245,99820],[-128300,97268],[-130268,99347],[-127825,101175],[-130225,101775],[-129042,100644],[-126157,100617],[-126674,101231],[-125781,101827],[-124732,101931],[-125471,101743],[-124571,102542],[-124346,99619],[-125098,102363],[-125073,100861],[-121519,101666],[-124072,98965],[-122710,99225],[-124075,97225],[-129711,136598],[-128567,136301],[-123507,112701],[-122410,112164],[-126514,106690],[-125871,106502],[-124695,107787],[-123541,106491],[-124562,106523],[-125486,106053],[-122387,105460],[-124333,106250],[-125921,129267],[-127248,132682],[-128840,133366],[-127730,134351],[-151747,151238],[-135677,149162],[-133824,149593],[-136544,147079],[-133411,148045],[-132633,151284],[-128910,149059],[-128375,147294],[-131155,148335],[-128455,150684],[-127969,148175],[-126283,147135],[-133401,145442],[-132107,144137],[-129275,145075],[-130240,146190],[-126152,145867],[-122494,150086],[-124254,147403],[-122424,152389],[-124283,151331],[-127349,140445],[-127059,142990],[-126873,141102],[-123521,143768],[-129805,139001],[-130347,140516],[-126832,138610],[-123969,138696],[-127954,146509],[-122182,150752],[-122273,152955],[-123630,151141],[-110545,133923],[-120857,105007],[-120314,114722],[-121882,113044],[-117571,113890],[-116217,114338],[-116673,116481],[-117913,124349],[-117643,129524],[-115343,129436],[-117115,128372],[-118838,133742],[-119352,139455],[-120514,139718],[-112322,137777],[-118292,141740],[-118935,149272],[-108687,144889],[-113242,134800],[-112853,111841],[-114383,108986],[-113735,112281],[-112131,108241],[-111592,108359],[-111997,108472],[-112475,108325],[-117253,110757],[-115884,110306],[-116285,109391],[-115825,108425],[-106031,112527],[-107780,117355],[-106284,129580],[-114835,120179],[-112174,118112],[-112245,115692],[-113624,116491],[-111699,116379],[-113054,114900],[-114279,118481],[-108944,115824],[-110315,117012],[-111356,115166],[-111225,114575],[-107098,118106],[-113482,113405],[-112321,113944],[-112627,114136],[-110713,113445],[-110726,113996],[-109849,112865],[-112621,113057],[-112075,114225],[-111786,113126],[-106728,113459],[-107742,114923],[-105216,112444],[-110361,112338],[-110645,109759],[-112477,108870],[-111375,108975],[-112562,109387],[-105596,111253],[-103164,108485],[-106678,106628],[-105319,107217],[-149927,145012],[-143435,143848],[-140569,146197],[-139806,146850],[-133037,144540],[-131593,143425],[-125088,102808],[-124235,105070],[-124239,104126],[-122325,104625],[-125873,103713],[-128493,104488],[-125156,103294],[-122199,103547],[-123595,102987],[-123668,103485],[-124025,105075],[-162603,159067],[-164886,155267],[-168421,157833],[-177735,155291],[-174741,157644],[-178383,158383],[-174426,159591],[-180976,157831],[-181688,159241],[-179512,157809],[-175275,155557],[-180354,154328],[-173363,155333],[-173165,159317],[-181975,155475],[-159475,155325],[-180325,151325],[-177781,151812],[-190551,147541],[-188655,139381],[-184849,136077],[-183157,147848],[-178556,145930],[-176555,148808],[-173575,144725],[-173258,146781],[-171478,151125],[-169941,146327],[-173429,151160],[-168225,151875],[-159586,147077],[-162125,152252],[-161666,153011],[-158902,152489],[-1910,42221],[-3953,38129],[-5212,43507],[-10175,43294],[-11615,33863],[-8405,40597],[-7633,48656],[-6575,51275],[-4875,46475],[-32833,35755],[-32404,35077],[-32165,36292],[-31587,35541],[-22101,47924],[-19910,51142],[-17594,47100],[-14750,43118],[-17377,40644],[-10890,46192],[-17925,37725],[-13708,37329],[-15165,34038],[-23908,47230],[-22827,49735],[-2206,53705],[-41288,65308],[-41173,65043],[-37480,66810],[-37435,65903],[-38924,68461],[-39701,68709],[-38697,69020],[-29658,71535],[-36703,74994],[-36740,75719],[-38459,76211],[-35495,75658],[-33667,74950],[-32885,75996],[-35487,74899],[-32767,75229],[-32242,75857],[-31947,76714],[-30425,77525],[-39122,67689],[-39458,69178],[-38637,75718],[-40459,77042],[-38370,67013],[-41575,65375],[-41774,64976],[-38009,66247],[-28684,61582],[-28306,61956],[-28559,61901],[-28908,61569],[-27530,68327],[-28007,68820],[-28566,70395],[-28283,69361],[-29643,72477],[-29975,71825],[-29153,71255],[-12815,63095],[-11807,81318],[-10029,80262],[-14098,83398],[-18765,79201],[-19710,77295],[-19464,78218],[-18582,81120],[-20316,79304],[-27325,83325],[-19110,79943],[-18931,76358],[-19480,79305],[-19940,75756],[-21994,74845],[-19265,75405],[-22513,76709],[-18267,81049],[-22211,64294],[-18863,64935],[-16214,67558],[-19260,62943],[-17373,63691],[-15222,63488],[-18606,59425],[-16815,60344],[-19063,59099],[-18395,61494],[-14791,62242],[-13382,62136],[-15301,62527],[-16583,61988],[-14910,61085],[-13883,62363],[-16526,57917],[-13872,53554],[-21964,52965],[-16775,53675],[-15560,54663],[-13807,55332],[-15385,60052],[-15775,52275],[-3701,60383],[-5085,59363],[-6244,59563],[-2743,60876],[-3925,61275],[-4348,63061],[-6565,62552],[-4597,61844],[-6640,63600],[-7025,60875],[-3003,62822],[-7556,63051],[-8817,62596],[-5774,61677],[-12707,62341],[-28190,76751],[-27325,76475],[-27550,77564],[-27775,77575],[-27740,77341],[-31394,76762],[-46196,73977],[-5225,55875],[-4175,56175],[-7007,57259],[-4567,57105],[-9689,54958],[-11525,54175],[-8802,53634],[-7918,56091],[-8493,56711],[-9685,56903],[-6265,56301],[-10071,61130],[-8343,59616],[-10182,59585],[-12238,55407],[-10388,55829],[-49728,69742],[-28463,61296],[-93257,72117],[-96339,97171],[-99692,93571],[-97720,95610],[-96969,94300],[-99073,93405],[-97428,92226],[-101894,91138],[-97232,93867],[-99357,93184],[-100268,63388],[-86336,62232],[-52937,74259],[-55758,73241],[-55436,83024],[-55684,87686],[-64482,82587],[-60875,77000],[-62356,67263],[-54759,69912],[-66275,77625],[-68453,80182],[-71825,85575],[-70625,88475],[-71198,92620],[-72225,79875],[-69775,76104],[-73871,73873],[-69611,69463],[-68004,66848],[-67988,68926],[-64775,64429],[-66776,66751],[-67358,61697],[-63671,59365],[-66107,62709],[-62259,61895],[-63881,65429],[-63011,65576],[-53736,63308],[-57378,66524],[-54403,65361],[-53466,62873],[-52240,69390],[-51669,64715],[-52175,67075],[-99051,109187],[-98954,110448],[27925,-10775],[24965,-9882],[29855,-17911],[28798,-20050],[27776,-16510],[25381,-25160],[25575,-23325],[8525,35375],[33675,44430],[35914,40844],[36912,44049],[39257,43104],[37566,46175],[43677,40761],[43975,43325],[32719,45798],[30064,41302],[23438,43250],[21949,44457],[21575,50825],[21679,46199],[12313,46120],[13731,49175],[13775,41225],[17567,41000],[10508,40080],[11559,39971],[11335,45212],[1381,40158],[25692,52396],[26440,52005],[18060,51529],[7424,53317],[10521,51718],[15215,55070],[1887,65602],[2582,64439],[2734,65424],[378,64963],[1525,62475],[2296,62525],[275,63875],[3505,62600],[1526,60576],[8419,58390],[9381,58557],[15219,56089],[17462,55966],[11944,59242],[4828,60324],[5341,60249],[4858,60826],[4659,61430],[7314,64542],[3551,61000],[4425,60275],[4096,63999],[13423,58535],[12475,59375],[2803,66599],[8971,67113],[12050,70544],[32281,77879],[29128,84387],[34263,84002],[30242,85191],[35442,84988],[36137,85624],[35512,83524],[37485,87072],[29307,86586],[28795,86104],[27799,88213],[26917,88236],[28894,88156],[28065,89808],[25480,89590],[30124,87075],[31762,86930],[30839,88920],[29435,89140],[34099,89387],[33190,88499],[32229,88301],[23675,91325],[25441,90406],[27124,90749],[25955,91746],[27075,92325],[26705,95991],[25675,94825],[26197,95270],[24697,90415],[25972,94211],[25896,95970],[50483,93121],[48723,92421],[49403,93298],[50196,87610],[46123,90941],[45446,92896],[47475,90875],[43907,93176],[43141,91604],[43984,92048],[41085,82979],[42510,80444],[38407,86287],[41875,84306],[40656,87009],[42051,87934],[38954,87398],[44556,73448],[47244,75095],[48018,75892],[50018,77587],[50187,76314],[50401,76633],[51038,77336],[44202,72162],[40858,75776],[40715,77316],[42277,77125],[46355,78965],[46451,79317],[45811,79471],[46179,79646],[37601,73176],[38225,72475],[38387,76789],[36378,72364],[36736,71515],[35042,77332],[35776,69678],[40520,68864],[39559,68829],[34255,70549],[33167,67926],[32924,65436],[28477,58815],[29925,56725],[33807,66988],[35783,65646],[36400,68319],[40725,66925],[40216,68237],[35304,64504],[19925,57575],[19625,56525],[20486,56372],[21296,57667],[21041,58715],[25741,55949],[23217,56770],[22725,59625],[24315,60870],[24857,58961],[26572,56292],[26003,58657],[26565,57569],[30154,55507],[28236,55516],[28978,54622],[33401,89247],[35551,90514],[43642,71215],[41973,67050],[47097,74819],[44593,73047],[29479,90065],[30568,91641],[34570,91722],[40363,99124],[34232,93794],[37415,93647],[35986,96396],[36620,95841],[36776,92868],[40779,94831],[40852,95594],[41977,95161],[42831,92308],[37115,91912],[40143,91281],[38925,92925],[43575,91625],[44540,91136],[43275,92567],[32040,93673],[29397,93519],[26575,96929],[26321,94709],[25195,95583],[26406,95292],[31759,90135],[34064,90754],[33092,91491],[44025,71825],[44508,72615],[50985,75842],[48396,75455],[49488,76436],[50140,77341],[46270,90598],[50085,88055],[50984,88492],[40625,91875],[39729,93286],[41839,95328],[40973,94470],[49245,92708],[51120,96396],[48922,92437],[50112,92875],[50245,88808],[46090,91176],[47923,91248],[43744,93174],[44547,92441],[44475,91675],[43016,92139],[47672,75797],[43374,72058],[44445,73142],[46608,74420],[39109,68625],[41732,66900],[40425,68125],[40223,68055],[40956,94852],[39473,91925],[39103,92797],[35753,92808],[34430,93384],[36314,95035],[36004,96940],[26673,94737],[26577,95307],[25511,95079],[26357,95797],[40548,99124],[25487,95675],[48500,92061],[48923,93361],[50674,96053],[50110,92548],[51040,88827],[45683,91172],[47586,90694],[43073,91838],[43875,91275],[41550,95345],[43566,92421],[48041,75421],[49704,76456],[50542,75989],[50913,77500],[49974,77262],[51059,75985],[44322,72662],[46661,74678],[39964,68351],[41104,69579],[40757,68227],[44271,71531],[41564,66505],[35725,92375],[39650,91619],[42775,91775],[34083,93939],[38345,92904],[41524,95725],[40436,95070],[44998,92465],[36451,96765],[51025,96125],[43510,92821],[44166,91562],[48103,92159],[50539,92962],[47056,91100],[41713,95596],[49223,93059],[41292,99090],[50191,76570],[47907,75169],[49843,77900],[44050,73130],[44416,72057],[47514,74503],[39839,68073],[41366,67652],[41142,68625],[36591,92567],[38629,92688],[40393,91324],[33318,93935],[36412,95293],[40305,94556],[42344,95018],[42379,92586],[47675,91175],[44814,91274],[45228,93008],[49823,87467],[50536,95880],[48686,93383],[50347,92996],[43805,106324],[46474,104723],[48926,103628],[44498,105802],[46793,104689],[46429,105293],[44257,106366],[49517,103351],[44434,105951],[46798,105193],[48370,103324],[48590,103664],[44629,106662],[48975,103415],[45953,105363],[43909,105974],[163783,319135],[58770,93847],[59483,94354],[57023,94572],[53223,89563],[51284,96107],[52473,87803],[51299,88803],[57936,87756],[57925,97236],[59375,88725],[58645,97093],[57634,86411],[59890,88403],[59105,87391],[54984,89014],[54256,90896],[51438,76671],[51314,77186],[53410,88740],[52896,87321],[57708,87279],[59525,87275],[59727,88932],[59494,89438],[57984,85958],[51443,77538],[53274,88979],[59438,87561],[59213,88932],[58501,86149],[57256,87012],[58976,96363],[59325,95025],[58089,96934],[57962,93769],[55126,89169],[52313,86865],[54500,90831],[55346,89026],[60063,88345],[57494,94501],[58040,96525],[60092,94977],[59473,96640],[58771,93373],[58925,88875],[52134,88199],[53995,88707],[57482,86827],[57800,86929],[54687,89516],[56730,93958],[57880,94230],[58957,95144],[58374,97285],[59052,96189],[59148,89296],[57812,87096],[52871,87488],[51437,88518],[57279,86658],[51844,77610],[51990,86917],[51503,88233],[57864,86268],[58158,86793],[54631,90439],[55004,89373],[57085,94732],[58388,94125],[59363,96358],[124120,284728],[133789,288295],[138488,292337],[131077,287550],[133164,288811],[134884,289609],[137575,304875],[138054,304768],[128143,306264],[126744,306285],[126541,287627],[125126,286190],[124625,286979],[123324,286700],[121925,285725],[121599,286375],[122552,285205],[120504,288971],[116829,289553],[117300,289601],[118075,289125],[115975,291225],[119142,289009],[116686,291376],[116868,291374],[116064,290762],[134197,335840],[136025,334675],[134879,336347],[133673,309638],[120671,329026],[115052,333222],[115185,332207],[115625,331625],[115268,332569],[114900,335054],[120293,336571],[120285,336286],[116671,337130],[114321,333438],[114041,334896],[113779,334904],[113810,334184],[112482,336071],[112171,335135],[112335,335236],[112799,337168],[114456,332842],[113875,336725],[114175,344225],[113189,343932],[112091,344253],[113426,344642],[115363,342014],[115228,342240],[115530,342303],[118043,342157],[117573,340087],[117792,342196],[125675,344075],[115760,344029],[119246,346037],[119375,345775],[125047,347224],[121883,344126],[124345,345100],[124576,344186],[126313,343953],[136479,312510],[135461,311132],[133861,310815],[126896,311365],[127281,313053],[124676,321541],[128310,322610],[126109,322919],[133160,324207],[131474,324926],[126175,327425],[135480,318769],[134647,320053],[134887,319490],[136175,323625],[138203,316585],[139732,316684],[139653,315400],[138702,318183],[137774,325623],[141755,320231],[138512,312065],[138809,312164],[139621,308931],[139486,310093],[136062,307813],[137156,316696],[-357931,-181309],[-354910,-182806],[-355796,-187235],[-357582,-191755],[-351739,-194472],[-354012,-192176],[-354454,-189884],[-351972,-186589],[-349175,-196825],[-357240,-202114],[-355733,-201815],[-352548,-206248],[-393964,-153044],[-374850,-199840],[-375935,-195253],[-384333,-198389],[-380048,-189953],[-375428,-190272],[-384772,-196286],[-384725,-197625],[-385615,-195304],[-385974,-193118],[-386333,-195727],[-380773,-186976],[-377746,-186268],[-379575,-184525],[-387634,-193689],[-382043,-183195],[-382792,-185064],[-383472,-180595],[-380461,-179705],[-383923,-182522],[-380675,-182325],[-381499,-175985],[-383162,-178721],[-389341,-159759],[-380121,-177392],[-376644,-183895],[-368858,-186059],[-366105,-182260],[-365275,-180825],[-364625,-184642],[-361206,-182658],[-360575,-190425],[-361171,-194036],[-361375,-190125],[-361779,-186506],[-361319,-198599],[-365785,-194689],[-369076,-192334],[-369679,-189327],[-372225,-191925],[-373313,-202536],[-371508,-203897],[-369325,-203575],[-369725,-201275],[-369433,-196781],[-405560,-182331],[-405925,-181125],[-406425,-169525],[-405425,-170525],[-402888,-169008],[-398026,-173597],[-398197,-168827],[-395229,-174760],[-400425,-165837],[-400592,-168046],[-402841,-165365],[-399027,-166823],[-400535,-171530],[-399375,-179175],[-395471,-176795],[-400890,-176517],[-400075,-178375],[-402256,-171445],[-400041,-172146],[-401327,-180784],[-402472,-180803],[-403586,-180834],[-401683,-181632],[-402688,-180130],[-399486,-179880],[-400595,-180660],[-397225,-181375],[-396229,-180770],[-398428,-184402],[-394669,-183587],[-391872,-183281],[-393575,-184475],[-399574,-187343],[-399532,-186223],[-397825,-184975],[-396840,-175303],[-395225,-190475],[-394152,-190532],[-401689,-189551],[-400725,-186325],[-406125,-186725],[-402834,-184339],[-403675,-183675],[-408475,-188725],[-405772,-183982],[-405875,-198925],[-404411,-197568],[-403959,-192020],[-403141,-199465],[-402652,-194672],[-395947,-200408],[-398683,-194361],[-394930,-197742],[-395625,-195675],[-394745,-191360],[-401325,-197925],[-399995,-194612],[-388323,-199075],[-386690,-198329],[-365246,-198229],[-399670,-163393],[-398671,-164159],[-398431,-163209],[-394897,-164118],[-402800,-163619],[-403732,-160870],[-397525,-161675],[-398325,-158725],[-398875,-158675],[-398118,-158026],[-397956,-156445],[-394896,-161170],[-396444,-160952],[-393434,-159270],[-396265,-158266],[-394179,-153597],[-397075,-155025],[-392939,-156772],[-404288,-163493],[-392931,-162196],[-386657,-206360],[-376125,-205375],[-375064,-204958],[-373056,-205645],[-369115,-207396],[-365937,-205276],[-363954,-210250],[-362796,-205856],[-358675,-205925],[-389725,-204625]] \ No newline at end of file diff --git a/src/gathering/item-7912.json b/src/gathering/item-7912.json new file mode 100644 index 0000000..ff7020c --- /dev/null +++ b/src/gathering/item-7912.json @@ -0,0 +1 @@ +[[-4476,26691],[-11770,25945],[-16975,21425],[-22160,24707],[40049,40908],[44673,41088],[18602,48310],[13421,39645],[11418,46321],[6242,34817],[1594,31930],[19732,36330],[33846,41625],[-356425,-267475],[-354654,-273294],[-345511,-274751],[-348725,-270957],[-336525,-272075],[-321980,-269920],[-314234,-269268],[-312739,-264312],[-348032,-272751],[-357637,-272928],[-343391,-92179],[-374242,-113126],[-398275,-121575],[-361604,-266916],[-366675,-271875],[-362927,-267830],[-373710,-261799],[-342711,-85816],[-356768,-86929],[-345649,-91177],[-347016,-89823],[-353598,-88583],[-372748,-127179],[-369382,-119836],[-368474,-121477],[-364716,-115515],[-374378,-110545],[-367225,-110825],[-375656,-117719],[-392321,-122700],[-386937,-126107],[-375842,-135503],[-374403,-130209],[-359307,-87707],[-365325,-95128],[-361374,-79550],[-370435,-87713],[-372425,-85025],[-374523,-83631],[-362778,-80298],[-374075,-80875],[-378766,-101830],[-379875,-102125],[-367622,-98572],[-49035,-163318],[65693,-133962],[91079,-125090],[79485,-120128],[56875,-155325]] \ No newline at end of file diff --git a/src/gathering/item-7913.json b/src/gathering/item-7913.json new file mode 100644 index 0000000..1e30afc --- /dev/null +++ b/src/gathering/item-7913.json @@ -0,0 +1 @@ +[[-35526,27804],[-36597,37460],[-40212,38681],[-43626,39892],[-47098,36120],[-47190,39202],[-46075,40725],[-46732,39564],[-50896,40977],[-51159,40895],[-49742,41105],[-51069,43151],[-50428,42254],[-50467,42004],[-50783,42047],[-51158,39387],[-48801,34371],[-50713,40585],[-47900,44015],[-41068,31642],[-37653,29099],[-61205,27800],[-61383,27875],[-61326,28269],[-61100,27989],[-63309,30416],[-63573,30272],[-63157,30669],[-61685,30365],[-62644,31127],[-61459,30086],[-61742,29971],[-61564,29897],[-60214,30768],[-62540,28622],[-52284,41595],[-52001,41709],[-53034,39132],[-52913,38663],[-53091,38738],[-52808,38852],[-52182,42555],[-51890,42629],[-51680,42836],[-52226,41989],[-60167,29555],[-53808,37563],[-52252,36460],[-53261,39928],[-55309,33984],[-52565,34534],[-58819,31323],[-58899,29446],[-57010,33091],[-53819,36077],[-254919,-230460],[-252192,-234506],[-249575,-230375],[-243875,-240575],[-240625,-247125],[-242225,-242775],[-242274,-250875],[-245128,-247590],[-249930,-248376],[-242215,-246639],[-245457,-251110],[-242275,-245675],[-233409,-245967],[-213662,-254030],[-209633,-255460],[-217025,-250825],[-214010,-250612],[-253924,-221932],[-251493,-238285],[-251803,-238530],[-209288,-249962],[-241945,-258153],[-224342,-261503],[-223648,-256572],[-207923,-256421],[-206977,-259731],[-259979,-235376],[-261039,-236191],[-261786,-233641],[-259167,-225281],[-258534,-224015],[-257615,-224505],[-256648,-223911],[-256075,-232625],[-260490,-233800],[-258753,-235731],[-257945,-233218],[-257225,-235025],[-110166,-46196],[-109759,-35302],[-113691,-25668],[-109592,-27777],[-111125,-24725],[-109925,-52125],[-86452,-45859],[-85386,-42253],[-84888,-43982],[-84171,-38465],[-82176,-39317],[-81067,-36718],[-88925,-42525],[-83878,-32953],[-88088,-40784],[-92105,-47961],[-97349,-47247],[-99755,-44508],[-91489,-40971],[-91475,-44575],[-109625,89875],[-109899,90016],[-109890,90256],[-112720,87556],[-112775,87925],[-118673,83942],[-118727,84336],[-117484,84411],[-116459,85499],[-117176,85323],[-117622,85326],[-117016,85237],[-116788,86151],[-118354,85348],[-117798,85935],[-118213,81551],[-118021,81528],[-118267,81945],[-115429,79139],[-115727,78878],[-113725,77975],[-113766,79033],[-113825,78275],[-113581,77731],[-113130,77439],[-114288,77225],[-113075,78725],[-114330,78530],[-113803,82602],[-114087,82737],[-114042,82985],[-113111,84047],[-113165,84442],[-113661,76950],[-111400,74867],[-109163,77456],[-109145,77656],[-111849,84080],[-110104,85910],[-111903,84475],[-110275,85925],[-110375,86325],[-107634,84976],[-107675,85375],[-116291,90554],[-116771,88292],[-107625,89275],[-112187,89192],[-110517,78475],[-111291,78125],[-108025,76675],[-106359,75724],[-109011,76245],[-102503,123299],[-102692,123344],[-102685,123670],[-113038,135870],[-108380,131767],[-106317,137101],[-107026,131078],[-107546,134753],[-108025,136659],[-106246,128430],[-102450,119445],[-103764,105741],[-35722,47977],[-34077,50458],[-46555,54746],[-40603,57428],[-36560,56743],[-35529,60496],[-30817,61721],[-30803,61323],[-40614,63033],[-39884,60046],[-32625,66971],[-32643,66634],[-32850,67141],[-41445,67018],[-34149,67729],[-33976,67905],[-34875,70175],[-34825,69975],[-34510,70355],[-29649,66882],[-29829,67237],[-30037,64406],[-29506,65086],[-36817,71595],[-36948,71219],[-36787,71112],[-40675,71593],[-40293,71379],[-40605,71394],[-42600,61453],[-36722,63972],[-37771,63700],[-34347,60510],[-34026,58021],[-39508,56640],[-33885,55660],[-35257,54484],[-32068,62255],[-37928,61097],[-98997,97359],[-96921,97704],[-98839,97107],[-97025,97532],[-98533,101880],[-98527,102206],[-93968,100718],[-93960,101202],[-99975,100525],[-102308,101465],[-102317,101668],[-100032,100036],[-94295,104566],[-92848,104419],[-92842,104745],[-94113,104195],[-94302,104240],[-92660,104374],[-95071,117094],[-95231,117345],[-99491,118036],[-99644,118155],[-99485,118520],[-96401,120144],[-96276,120018],[-96242,120510],[-99744,125427],[-99562,125056],[-99750,125101],[-98514,126360],[-98375,126725],[-98361,126241],[-98014,129077],[-97875,128825],[-98475,129075],[-98580,129319],[-95420,125477],[-95904,125484],[-95539,125325],[-91875,125075],[-92367,125055],[-95061,121833],[-94902,122198],[-92002,124896],[-88369,120435],[-88181,120390],[-88363,120761],[-99435,129000],[-99364,105254],[-99129,105480],[21726,97840],[28074,93200],[26724,94273],[26954,94473],[27127,97732],[27185,97167],[26143,97075],[25750,97008],[25734,96815],[27404,97612],[28867,95788],[27224,95435],[29825,92825],[29764,92665],[30036,92109],[30233,92786],[33569,91891],[34025,91893],[28840,93816],[31864,94042],[31356,94296],[31606,94465],[41243,93719],[41053,93368],[41194,93237],[42385,94427],[42025,93975],[41860,93803],[43713,95046],[43710,94744],[44208,95018],[38961,92094],[39653,92576],[39364,91199],[39182,91647],[39178,91249],[55687,102475],[56245,102582],[56563,100541],[60291,98528],[58302,97116],[60146,98066],[60035,98224],[58365,97299],[58762,97268],[57868,98595],[60793,100704],[60751,102008],[60747,101610],[60530,102455],[60933,101559],[61920,99941],[64241,97632],[64058,98081],[64054,97683],[64058,100833],[64544,100479],[54008,89518],[54122,89675],[53638,89664],[58165,96293],[65540,92220],[65536,91822],[65723,91771],[65539,95192],[65356,95641],[65352,95243],[55783,102761],[57252,103362],[57157,103076],[58206,103842],[61222,102936],[150455,338346],[150620,338112],[150810,338078],[150588,338508],[123534,325228],[122970,325593],[123124,325413],[123341,326245],[123230,326610],[122269,327536],[121950,326203],[122469,327415],[121159,325352],[120868,325405],[121025,325075],[121264,325571],[118716,327869],[118578,327623],[118425,327922],[120288,327597],[121730,326255],[120894,327677],[121868,326047],[120673,327729],[120811,327521],[118825,328075],[119732,332552],[119072,331431],[119156,331267],[117987,336066],[118316,334398],[117453,328831],[117458,329273],[117531,329110],[116784,334443],[116210,334879],[116025,335475],[116355,335192],[115833,335079],[115884,333415],[115913,335332],[116426,335709],[116640,335407],[113569,335965],[113961,339655],[113819,339786],[113487,341764],[116532,342233],[119611,334085],[121521,346901],[121466,347227],[121225,347175],[127283,345109],[125869,346689],[126010,346558],[127075,344925],[127473,345535],[121220,327274]] \ No newline at end of file diff --git a/src/gathering/item-7914.json b/src/gathering/item-7914.json new file mode 100644 index 0000000..95326a5 --- /dev/null +++ b/src/gathering/item-7914.json @@ -0,0 +1 @@ +[[-201570,-2515],[-202293,-6016],[-201966,-6790],[-198740,1995],[-199948,9156],[-200425,9175],[-200341,9868],[-199175,11975],[-207525,-4425],[-205397,-2926],[-214910,-9563],[-215547,-9017],[-206875,4975],[-207198,5276],[-208025,4925],[-217525,5625],[-217975,5375],[-202059,-2634],[-202266,-6401],[-202189,-6231],[-201725,-6825],[-194925,4425],[-199875,9075],[-200304,10487],[-199101,10709],[-214664,-15570],[-215775,-15675],[-208649,4897],[-209773,5233],[-217166,5064],[-218343,5218],[567892,-90853],[571131,-91812],[566849,-88183],[568066,-88249],[572700,-74389],[572001,-73897],[573979,-74814],[573408,-74900],[572591,-72954],[572919,-70365],[572896,-70780],[571514,-67122],[572316,-68821],[572022,-69948],[573113,-68513],[572275,-65675],[566116,-88536],[565422,-88919],[566933,-87646],[567675,-86429],[571104,-85245],[571857,-81187],[569766,-82005],[572259,-80712],[575904,-79788],[575911,-78809],[575309,-77822],[-201087,-4679],[-202558,-7109],[-201614,-7082],[-201439,-6501],[-198551,2278],[-200225,8631],[-200759,9229],[-198819,10545],[-200653,10583],[-200237,10801],[-199856,10269],[-209526,5395],[-208313,4440],[-208737,5099],[-218555,5190],[-217714,5560],[-201034,-5460],[-200931,-5145],[-201452,-1478],[-202297,-1149],[-201712,-2644],[-201870,-8238],[-203006,-7922],[-202271,-8432],[-204517,-10817],[-204159,-10029],[-204160,-10524],[-202526,-9692],[-202373,-10173],[-201494,796],[-203825,3161],[-203073,500],[-202767,244],[-204551,1931],[-203513,2681],[-202216,1406],[-201621,1185],[-203347,802],[-203346,2378],[-204369,3433],[-220252,-14910],[-219403,-15222],[-205849,3202],[-205886,2902],[-205495,3905],[-205817,3997],[-207560,4076],[-208372,5029],[-208627,4630],[-214829,4835],[-217541,5866],[-214463,5068],[-215170,5056],[-216535,6958],[-216536,7261],[-217534,6612],[-219874,2042],[-219496,2028],[-219042,4927],[-219803,3976],[-217786,6177],[-201539,-3951],[-201287,-4602],[-201690,-5572],[-202026,-1542],[-202375,-8975],[-203933,-11121],[-203125,-3025],[-203668,1497],[-202543,926],[-204419,2256],[-203001,8333],[-204053,7205],[-202584,7566],[-201103,8792],[-200656,8199],[-200187,11434],[-199495,9995],[-200284,10240],[-207994,-3950],[-206951,-4360],[-205949,-3236],[-204926,-3149],[-204875,-2575],[-208475,-10775],[-207759,-11353],[-206925,-11675],[-205085,-12153],[-213875,-11875],[-212975,-12225],[-214094,-10739],[-213439,-8085],[-211407,-8126],[-205697,-12144],[-219690,-15215],[-216764,-9865],[-222972,-3868],[-222625,-4025],[-209525,-9125],[-209016,-8189],[-214371,-1704],[-215375,-775],[-215717,-15909],[-207417,4748],[-207649,6114],[-206985,6000],[-208883,6048],[-216875,6325],[-216499,5464],[-215628,6882],[-208325,6525],[-205629,7772],[-218252,5109],[-219154,3757],[-202957,1384]] \ No newline at end of file diff --git a/src/gathering/item-7915.json b/src/gathering/item-7915.json new file mode 100644 index 0000000..443d395 --- /dev/null +++ b/src/gathering/item-7915.json @@ -0,0 +1 @@ +[[197897,48282],[201375,50175],[200737,48225],[200930,50427],[200463,35027],[200949,33839],[202075,39475],[200716,34684],[202625,44975],[202704,44363],[202181,44370],[201626,51267],[194088,58905],[203246,52636],[201117,56282],[203266,58255],[231345,40231],[233075,40425],[232403,41487],[232713,41328],[232808,41899],[232516,41862],[214598,40902],[214806,41076],[216253,41929],[216612,43021],[216495,43438],[216025,43175],[216575,47752],[216225,47375],[216275,46975],[211486,35032],[228757,49714],[229261,49569],[211075,35275],[210875,34975],[210617,38482],[208798,36657],[210425,38775],[210125,45975],[210275,46375],[210575,45825],[211160,50424],[210923,42709],[212475,45375],[213325,50325],[213475,49875],[213025,49925],[211419,50785],[226601,50785],[209225,55175],[211938,55293],[215825,56925],[219155,56617],[218775,56375],[220421,60113],[215659,54861],[222375,56125],[225854,56800],[226767,53814],[226379,53903]] \ No newline at end of file diff --git a/src/gathering/item-7916.json b/src/gathering/item-7916.json new file mode 100644 index 0000000..e6d3497 --- /dev/null +++ b/src/gathering/item-7916.json @@ -0,0 +1 @@ +[[427798,-3008],[430625,-3125],[430800,-2921],[412133,-8781],[417077,-7327],[417238,-9592],[414375,-12675],[414511,-12472],[416344,-13054],[417553,-9591],[417514,-9888],[423990,-7741],[423951,-8038],[426512,-12664],[426828,-12663],[426789,-12960],[425015,-13954],[432293,-14541],[429811,-15814],[430087,-16110],[429148,-13953],[431067,-12271],[423675,-7742],[425395,-5014],[425548,-4813],[425675,-5175],[428113,-3007],[428074,-3304],[430933,-3250],[433765,-2895],[423079,-12148],[431272,-12015],[430366,-18118],[430126,-15813],[427510,-19324],[434046,-2895],[454980,-14892],[458405,-18079],[457312,-17817],[455315,-15120],[453363,-19134],[453731,-18260],[455287,-14822],[442240,1129],[442816,1401],[442621,1622],[442115,1531],[442381,1560],[477127,-14630],[477188,-16655],[476841,-14502],[477503,-16654],[477464,-16951],[482211,-17649],[477166,-14332],[478792,-12312],[478516,-12015],[478831,-12015],[480567,-11691],[483441,-12198],[483756,-12197],[483625,-15175],[483717,-12494],[480802,-10296],[477210,-7374],[481117,-10295],[481078,-10592],[478575,-6625],[480521,-4698],[480856,-4926],[478775,-6275],[480828,-4628],[480863,-6732],[480555,-1667],[481995,-1943],[466575,-775],[467639,869],[472675,375],[472789,585],[466794,2580],[462952,1826],[467375,1025],[464125,788],[467745,2149],[467611,1167],[472991,294],[-20200,-4849],[-20805,-7616],[-19870,-7453],[-17143,-8206],[-17925,-8525],[-15542,-10229],[-14046,-11758],[-16907,-10132],[-15625,-8575],[-10569,-10943],[-11835,-11632],[-10119,-11605],[-11298,-8347],[-7914,-10677],[-12694,-7794],[-12492,-9689],[-13525,-6675],[-7274,-7385],[-6736,-8916],[-9287,-7299],[-6700,-5577],[-9351,-8657],[-17490,-3754],[-18346,-4158],[-18858,-5806],[-14573,-4962],[-15105,-2894],[-15136,-6338],[-11325,-4625],[-12133,-5422],[-12991,-2929],[-10165,-4095],[-17925,-2275],[-14025,-3775],[-8502,-4518],[-8428,-3259],[-6625,-3875],[-7909,-5797],[-10439,-1678],[-8000,-1026],[-7144,-2234],[-5819,-131],[-14132,-10463],[-12691,-10619],[-10916,-13087],[-4731,-7594],[-5005,-8401],[-3731,-7155],[-5581,-6783],[-4103,-5843],[-3288,-3307],[-6062,-4888],[-1371,-4362],[-624,-3263],[-1513,-2471],[-2904,-1464],[-461,-1093],[-5035,-1366],[-3741,-2003],[-6180,4096],[-8260,284],[-6119,2652],[-6755,1496],[-5444,1862],[-4414,4820],[12258,-1431],[13860,-1148],[15764,-859],[8728,92],[17075,-1975],[19043,-3191],[22238,-2947],[14148,-4024],[23434,-961],[20331,-675],[2681,44],[1075,-1975],[1666,-692],[6911,886],[14879,202],[9328,1433],[10609,320],[15771,1695],[16738,5028],[21285,2451],[20383,975],[22459,1531],[23106,3335],[18497,3871],[21891,6205],[22612,5205],[11884,3421],[9833,3751],[14305,4418],[18887,5468],[7775,5925],[7086,4845],[8182,3642],[6475,2225],[10288,2254],[5775,763],[3248,2616],[5626,5009],[13028,4778],[2969,4717],[575,1675],[1595,2034],[141,4889],[4051,1093],[-195318,-161004],[-195483,-159807],[-198705,-166100],[-199375,-162975],[-200099,-163863],[-203820,-154431],[-215097,-107856],[-216605,-113508],[-217275,-113658],[-216318,-112948],[-216054,-108567],[-215642,-108624],[-215384,-108416],[-215915,-108024],[-215577,-108840],[-216798,-113931],[-235792,-135653],[-236057,-135017],[-236269,-135361],[-236375,-135725],[-239125,-137525],[-239086,-137003],[-238825,-136975],[-238609,-137295],[-238874,-136659],[-236009,-135327],[-239296,-137279],[-236625,-131575],[-227875,-129275],[-227023,-130444],[-225614,-129371],[-223494,-130534],[-220575,-138375],[-221845,-134347],[-227344,-127418],[-226575,-126925],[-234082,-123250],[-224063,-127760],[-221601,-127291],[-222331,-125624],[-220875,-126075],[-220509,-126770],[-227736,-131040],[-222625,-132525],[-220306,-135367],[-219498,-135583],[-218525,-135975],[-219719,-137947],[-219521,-134912],[-218828,-137406],[-220341,-134177],[-218425,-132525],[-219525,-132825],[-219111,-132037],[-218775,-130375],[-219337,-129091],[-220708,-130444],[-219653,-128125],[-219123,-138922],[-220467,-136445],[-217197,-136264],[-218125,-133325],[-221908,-137925],[-224141,-133040],[-222747,-129772],[-221383,-126330],[-220488,-127997],[-224134,-131437],[-234074,-123858],[-233784,-120819],[-231244,-120965],[-231525,-120925],[-229534,-119694],[-230775,-122175],[-227525,-119275],[-229475,-121325],[-227992,-118939],[-228740,-118377],[-229205,-119399],[-227225,-122025],[-231275,-120525],[-229220,-117703],[-226052,-118925],[-234263,-123482],[-233904,-124008],[-233634,-123460],[-237171,-122310],[-234254,-121129],[-236560,-118612],[-234075,-120875],[-234902,-119617],[-234083,-121384],[-233567,-121145],[-234463,-117814],[-234239,-116464],[-229642,-117608],[-231251,-117400],[-229235,-116794],[-225575,-118775],[-233832,-120509],[-234214,-116211],[-233923,-116501],[-239587,-123670],[-236652,-120366],[-237824,-119685],[-240252,-123679],[-244201,-116473],[-242975,-129825],[-243044,-129520],[-242779,-130156],[-241664,-132027],[-237032,-131394],[-236747,-131056],[-243475,-130125],[-245364,-130003],[-243295,-130394],[-243256,-129863],[-243370,-127542],[-217136,-113115],[-216875,-113725],[-246081,-116758],[-246455,-117257],[-244935,-117570],[-244233,-117507],[-248698,-122633],[-247587,-121579],[-248397,-121948],[-247645,-118764],[-221840,-118147],[-224452,-120036],[-224475,-120425],[-224325,-116468],[-207909,-179425],[-205246,-154846],[-206158,-154593],[-206125,-156975],[-208748,-99512],[1282325,168875],[1227250,157546],[1215775,158875],[1216790,162192],[1216680,162449],[1218970,159212],[1216960,162492],[1214530,187469],[1214170,187657],[1214480,192674],[1217430,193501],[1211860,222148],[1209025,251625],[1215150,254507],[1224410,255195],[1208730,260065],[1210710,258124],[1210610,257805],[1221030,260256],[1220740,260379],[1224630,263746],[1273025,160725],[1272750,160756],[1278140,162520],[1276100,164106],[1273310,195127],[1270800,196597],[1271650,202173],[1271530,202517],[1271770,202388],[1267430,203661],[1265800,198284],[1269650,199670],[1257180,164266],[1242210,161002],[1229330,159154],[1250220,203276],[1250070,203115],[1265290,189886],[1268650,189651],[1268130,193210],[1269240,189245],[1267980,193568],[1266975,163775],[1268925,159125],[1272210,206584],[1233475,213375],[1237175,216825],[1239700,218717],[1236410,218633],[1230100,261638],[1256190,267780],[1249900,270935],[1266740,274447],[1259640,271228],[1246520,101673]] \ No newline at end of file diff --git a/src/gathering/item-7917.json b/src/gathering/item-7917.json new file mode 100644 index 0000000..3effc7f --- /dev/null +++ b/src/gathering/item-7917.json @@ -0,0 +1 @@ +[[-291609,-351847],[-291858,-351333],[-337775,-372725],[-338218,-372366],[-339834,-367563],[-339497,-368024],[-444502,-323157],[-444025,-323475],[49993,-68652],[48087,-67800],[48725,-66475],[44275,-73425],[47575,-75325],[50125,-74375],[43875,-78275],[44375,-76075],[46375,-78375],[45675,-80025],[48225,-79825],[42175,-76775],[46525,-73325],[48849,-68058],[45925,-66125],[51010,-70168],[49825,-75425],[51025,-74825],[49925,-73575],[50392,-77795],[47975,-77425],[42725,-80475],[44675,-79475],[46375,-81475],[45375,-82175],[40525,-83925],[46375,-66425],[48986,-72548],[40775,-74025],[43825,-74875],[41875,-71975],[42425,-73225],[42633,-67906],[45825,-75075],[45225,-76575],[44721,-68340],[39185,-88019],[42744,-85354],[40192,-91365],[44043,-90767],[43225,-93725],[47089,-94813],[47572,-90489],[48030,-87540],[56925,-104575],[54675,-105925],[52425,-110425],[56452,-111019],[60375,-108975],[61225,-106175],[58525,-103275],[53582,-71620],[53824,-70846],[53677,-69957],[51225,-76225],[52359,-71774],[52025,-73225],[53125,-75375],[52975,-73775],[52252,-74247],[55075,-75325],[53725,-78725],[53775,-76475],[56475,-78575],[57075,-77575],[54925,-77675],[55325,-77175],[62325,-83625],[58225,-79625],[57025,-80975],[61375,-82275],[55875,-80375],[52358,-82394],[57775,-79925],[59889,-80393],[60775,-81025],[62225,-82825],[55745,-84168],[59669,-85016],[61775,-83075],[59715,-88730],[63025,-91925],[64225,-90625],[63925,-89675],[63475,-90525],[62825,-94675],[62175,-95825],[64175,-92025],[63225,-95525],[60875,-98175],[54510,-96568],[56272,-93057],[53285,-92106],[53345,-88554],[51918,-85625]] \ No newline at end of file diff --git a/src/gathering/item-7921.json b/src/gathering/item-7921.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/item-7921.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/item-7922.json b/src/gathering/item-7922.json new file mode 100644 index 0000000..7c8451d --- /dev/null +++ b/src/gathering/item-7922.json @@ -0,0 +1 @@ +[[390825,49175],[395715,49299],[392467,48096],[397525,45225],[396194,42642],[393931,42171],[401833,42539],[396401,46213],[389425,36159],[393469,35687],[392426,45000],[395287,32343],[396325,33725],[399844,37073],[394311,20741],[398240,21670],[398025,23075],[399475,25175],[398695,25996],[395920,18605],[394484,16703],[394627,14173],[397013,16189],[403808,20672],[404375,20275],[396433,21212],[409267,23009],[405901,21421],[407613,29990],[405568,27228],[403728,26235],[402472,30795],[401125,34669],[404797,34447],[396825,30475],[407626,26533],[401056,40542],[404721,40127],[405568,44163],[403409,42939],[405318,47682],[403328,49005],[405408,50660],[407942,63717],[406883,66883],[404187,62197],[405337,61207],[403392,64913],[403459,67573],[402497,59799],[405523,60703],[402825,61025],[400402,67185],[402490,66904],[397709,62171],[395831,63021],[394437,66845],[393726,64259],[395189,68613],[399619,68807],[401739,67856],[392954,61458],[391835,57532],[396411,51549],[396383,53486],[394675,59375],[395084,60728],[389565,61759],[378078,84647],[381872,80625],[381867,81995],[381652,82683],[383100,86274],[381258,83865],[381721,86027],[384236,80717],[385625,87225],[380673,79295],[381458,78720],[383494,79987],[381854,77807],[377176,85761],[388424,84492],[383821,75119],[386796,75015],[385499,74030],[388275,75025],[395413,75217],[393185,80822],[385958,72975],[388824,73707],[389868,70893],[392000,70957],[390575,70625],[398725,71825],[396348,74136],[389047,68319],[387282,68776],[397005,64937],[397778,72388],[395592,56095],[402239,54913],[395716,65815],[394466,53707],[402710,53116],[397525,58875],[405345,67412],[404486,90874],[394344,93879],[400331,72971],[406187,71379],[405309,70751],[404994,71878],[409125,72725],[407256,70788],[408913,71096],[407975,72475],[403775,71025],[382227,83176],[386493,68206],[388853,68090],[393028,80676],[395535,75047],[402125,68325],[403447,68388],[399885,82987],[404960,71527],[403687,70706],[411339,21387],[413021,24516],[411196,30412],[412675,70525],[413488,69028],[-284329,-341360],[-292125,-349075],[-305769,-354775],[-306596,-361008],[-298435,-373431],[-338186,-354092],[-348991,-353302],[-336008,-356417],[-333267,-355377],[-335325,-354875],[-333325,-349525],[-331123,-353727],[-329962,-351193],[-327070,-352586],[-329425,-353475],[-323307,-352593],[-321075,-354425],[-314999,-352852],[-307366,-352553],[-356427,-347151],[-348491,-349089],[-348108,-350974],[-325974,-355083],[-329460,-355095],[-326934,-357070],[-350625,-347275],[-344606,-408889],[-338113,-408751],[-342175,-400025],[-341443,-399697],[-341313,-400070],[-334954,-408828],[-334621,-407108],[-335444,-406056],[-333375,-403125],[-334363,-404785],[-334267,-403045],[-334875,-405375],[-334108,-405995],[-342578,-394566],[-331012,-402533],[-331634,-397280],[-327289,-398583],[-325855,-379862],[-339654,-384495],[-342358,-382273],[-344185,-377661],[-345340,-378715],[-343178,-363251],[-345582,-383726],[-331025,-407275],[-330493,-405653],[-330553,-404273],[-328671,-402161],[-325474,-382332],[-324597,-380180],[-324207,-378841],[-318592,-377262],[-318725,-378375],[-324489,-376712],[-325290,-375344],[-320601,-376590],[-318439,-372616],[-318231,-380183],[-317034,-377864],[-316416,-371932],[-317438,-370188],[-349228,-358691],[-318364,-361086],[-341029,-391697],[-331325,-360725],[-329625,-360275],[-340319,-359196],[-339127,-362048],[-328324,-363701],[-345011,-416721],[-346263,-414571],[-340441,-418668],[-338989,-418764],[-346474,-412630],[-343993,-412417],[-342809,-411555],[-342407,-412215],[-342017,-414477],[-333224,-420632],[-332902,-416319],[-327022,-415569],[-325972,-415461],[-326308,-416216],[-327025,-414573],[-324025,-416925],[-323393,-416409],[-318925,-425225],[-320228,-425670],[-321724,-425727],[-319760,-423519],[-324425,-432275],[-325398,-431746],[-324906,-430402],[-324765,-430884],[-322599,-431812],[-328172,-434878],[-328725,-432775],[-336378,-441340],[-335433,-442327],[-323229,-420839],[-324970,-418102],[-400849,-353320],[-408825,-358175],[-368675,-351075],[-403683,-396019],[-358676,-368412],[-375375,-366925],[-400697,-359106],[-398023,-363804],[-393575,-369125],[-398427,-372177],[-398709,-373651],[-392996,-371216],[-385665,-405637],[-404265,-375795],[-400793,-379273],[-396875,-367025],[-369888,-460876],[-377725,-463825],[-378069,-462896],[-376621,-463474],[-377225,-465525],[-370421,-462457],[-383949,-465238],[-381777,-465001],[-383533,-463560],[-384437,-463971],[-384901,-464962],[-384722,-463748],[-392286,-477159],[-399527,-477072],[-401800,-478616],[-401433,-478940],[-400363,-474818],[-401029,-471452],[-399995,-470218],[-399488,-474775],[-399758,-474954],[-398043,-474610],[-398695,-472372],[-393447,-474710],[-391158,-473377],[-390661,-476833],[-402276,-475951],[-388425,-473675],[-392435,-472654],[-390757,-471709],[-382750,-466778],[-382644,-469464],[-381970,-469024],[-383516,-467600],[-384776,-467186],[-389158,-469796],[-389544,-472555],[-382515,-464171],[-382843,-465764],[-419518,-349863],[-413225,-347425],[-410274,-362358],[-453175,-439925],[-446684,-454696],[-452178,-440692],[-444775,-457775],[-447448,-459062],[-453975,-441675],[-453955,-446518],[-454423,-445886],[-459295,-440070],[-459746,-441187],[-460435,-439065],[-459324,-444958],[-443803,-465460],[-442865,-466247],[-442202,-466678],[-414725,-473975],[-412253,-473777],[-414930,-471894],[-415791,-472418],[-421729,-482065],[-424075,-480975],[-424487,-482688],[-423148,-482510],[-423371,-480322],[-422511,-480413],[-412525,-473425],[-444425,-476375],[-444397,-477400],[-454570,-481877],[-451664,-483892],[-454692,-479787],[-419717,-499019],[-420586,-498159],[-420609,-498598],[-466575,-357075],[-466443,-346299],[-510525,-326425],[-510788,-321990],[-505352,-324292],[-462538,-364940],[-461665,-440934],[-472440,-439993],[-470457,-440692],[-464225,-444218],[-465019,-442287],[-463032,-443127],[-482796,-497740],[-487830,-489504],[-487412,-488663],[-479382,-497632],[-511276,-497781],[-508533,-498884],[-509836,-498145],[-498155,-494616],[-496044,-493341],[-497975,-490675],[-495248,-489981],[-488712,-487266],[-531684,-243651],[-530702,-241975],[-536821,-251041],[-545709,-243820],[-530262,-248347],[-529516,-248482],[-532133,-247742],[-528652,-240840],[-537154,-257546],[-526214,-266023],[-530204,-259271],[-529715,-257371],[-516188,-339999],[-515125,-333217],[-517242,-330410],[-513127,-323297],[-520065,-336198],[-537694,-372028],[-561504,-360146],[-562389,-361165],[-559976,-360606],[-519475,-417575],[-532379,-479184],[-532675,-480625],[-534289,-479331],[-533527,-477005],[-525104,-500855],[-523009,-499335],[-524918,-501539],[-517066,-497657],[-516625,-498175],[-528109,-484304],[-543725,-511425],[-544202,-512344],[-563406,-370232]] \ No newline at end of file diff --git a/src/gathering/item-7924.json b/src/gathering/item-7924.json new file mode 100644 index 0000000..05b0273 --- /dev/null +++ b/src/gathering/item-7924.json @@ -0,0 +1 @@ +[[544048,186756],[543455,197927],[539775,180925],[531521,167996],[582745,133020],[567675,143025],[573065,152402],[846517,307005],[828142,291473],[866370,315869],[831850,322415],[830775,313275],[911135,264792],[1057025,-104375],[1067910,-21063],[1070530,-6360],[1030910,-79952],[1070700,9191],[1096100,28927],[1084600,166763],[1089000,171433],[1091870,163286],[1095280,172560],[1116700,168361],[1107580,243091],[1123275,249225],[1084140,245935],[1120875,286925],[1107120,273356],[1090840,257644],[1076830,364481],[1096550,55228],[1082070,67298],[1092630,87185],[1144290,-36054],[1148475,189025],[1154990,194740],[1153425,187775],[1193820,22817],[1184130,32512],[1188530,40317],[1192970,46926],[640929,23613],[647830,37007],[645269,76965],[637015,71733],[648482,70405],[637452,82747],[631597,91843],[663425,145275],[664558,133575],[688132,96173],[687103,95852],[687430,94240],[688296,95228],[676318,64945],[669963,69839],[693463,130547],[687684,116116],[683675,118475],[670712,115382],[670201,106816],[676425,113625],[689375,142425],[675425,143375],[684260,136605],[669348,135582],[721310,183885],[870185,339328],[862452,319450],[865225,309375],[877216,306278],[905603,268119],[910440,324177],[894175,319675],[889070,317465],[880905,325074],[873385,320977],[917331,312837],[902327,322088],[941254,236967],[929201,269622],[926085,285303],[1071800,-30573],[1064830,-15031],[1056525,-94025],[1073360,-96462],[1071050,848],[1066680,15410],[1104910,-86088],[1091010,-93333],[1077910,21110],[1093720,33055],[1107600,168148],[1088590,63237],[1088180,80372],[1144520,-24197],[1138940,175509],[1155910,190728],[1167440,195599],[1180640,183831],[563125,173225],[549711,173129],[556454,176443],[558540,171087],[541390,183637],[545150,188700],[550816,180863],[554325,180575],[547625,199725],[532725,201675],[542278,199357],[529526,195897],[533639,203173],[535008,197049],[541306,178098],[535012,160570],[529029,154379],[537776,155715],[532227,165776],[562242,140551],[531853,138842],[540115,142913],[542510,147918],[569541,154434],[569016,160358],[574570,157118],[567088,169381],[571625,162325],[587380,117074],[590546,114208],[588038,121274],[585628,126815],[576048,130504],[582134,131785],[566527,131362],[571961,131098],[570753,137858],[568806,146633],[571748,143726],[565822,149145],[571018,151359],[569714,142102],[568683,149191],[815675,296625],[831675,244675],[832908,239680],[842538,301261],[839235,294622],[844758,328564],[904875,249125],[900969,244944],[944701,268610],[932560,260378],[924121,262873],[1063040,-42654],[1060660,-39988],[1061650,-30946],[1073090,-14678],[1058280,370660],[1106930,-94824],[1120560,-79804],[1076940,10697],[1087040,14197],[1082350,166089],[1095050,172283],[1105580,174007],[1096675,67125],[1086780,73365],[1085870,95276],[1147730,180502],[1131480,287781],[586951,84843],[578731,78910],[591662,132719],[600295,63998],[590658,101069],[598174,122763],[592915,125380],[602397,132321],[614042,48149],[608649,62943],[603768,57299],[611867,63561],[603327,69516],[611447,75819],[602539,75399],[608220,94703],[605696,109268],[622255,50942],[621800,95189],[617809,110604],[810575,163496],[815932,154082],[818143,171116],[819357,146371],[825994,187380],[825901,201977],[964175,214696],[969532,205282],[972957,197571],[1006670,268669],[-23800,-368981],[-23400,-369381],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-22100,-365081],[-27600,-366681],[-19400,-366581],[-19000,-366881],[-26700,-357481],[-30200,-353081],[-24600,-368681],[-22100,-365081],[-29000,-374281],[-138900,-440281],[-139800,-441381],[-137700,-456481],[-131400,-449681],[-157300,-447499],[-154800,-444899],[-184700,-424399],[-184200,-425799],[-198000,-417199],[-196900,-417699],[-145600,-349899],[-100200,-334099],[-118100,-380099],[-118600,-382299],[-114200,-423799],[-113300,-423899],[-107700,-422799],[-111700,-405499],[-108700,-406799],[-100800,-403299],[-97300,-405699],[-98700,-392499],[-93800,-381699],[-94900,-383499],[-95700,-385999],[-96200,-386799],[-11400,-363299],[-11100,-363899]] \ No newline at end of file diff --git a/src/gathering/item-7954.json b/src/gathering/item-7954.json new file mode 100644 index 0000000..0c05f42 --- /dev/null +++ b/src/gathering/item-7954.json @@ -0,0 +1 @@ +[[-85300,-228987],[-84700,-229887],[-83100,-230487],[-79900,-230087],[-79700,-231887],[-82100,-233387],[-83900,-234087],[-84700,-235987],[-84000,-236987],[-81300,-238987],[-79000,-234587],[-75700,-233687],[-73800,-232387],[-91400,-231662],[-92000,-233262],[-95100,-233362],[-97400,-232562],[-98600,-233362],[-102100,-239062],[-96800,-235362],[-98100,-238062],[-98700,-240162],[-93600,-238562],[-89600,-235562],[-89800,-237362]] \ No newline at end of file diff --git a/src/gathering/item-7955.json b/src/gathering/item-7955.json new file mode 100644 index 0000000..20060f4 --- /dev/null +++ b/src/gathering/item-7955.json @@ -0,0 +1 @@ +[[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[109174,-319662],[107476,-317462],[107976,-318762],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[110778,-327762],[110978,-328562],[112478,-326462],[112478,-327462],[113077,-328362],[113077,-328962],[112177,-329462],[88768,-327362],[89569,-327762],[90269,-328062],[90469,-328462],[88268,-327862],[88868,-328462],[89469,-328762],[89168,-330962],[88068,-330962],[90069,-331662],[90969,-331762],[88868,-332162],[86267,-335662],[84866,-333862],[84466,-334662],[84466,-335462],[85067,-336262],[85667,-327162],[84466,-328062],[83366,-329562],[83466,-330262],[94076,-332762],[94877,-333062],[95577,-333162],[96077,-333262],[93876,-333262],[95867,-321462],[95467,-322362],[95467,-323262],[95267,-324062],[97268,-322162],[97468,-323262],[97268,-323862],[99269,-322762],[98669,-323962],[98669,-324362],[99869,-324762],[102570,-323862],[101170,-320362],[110074,-318562],[109674,-319262],[110778,-327762],[110978,-328562],[112478,-326462],[112478,-327462],[113077,-328362],[113077,-328962],[112177,-329462],[108275,-327332],[108375,-329362],[108978,-330062],[109478,-330862],[109678,-331962],[109378,-332962],[108778,-333362],[106977,-327862],[107577,-330062],[106877,-330562],[107077,-332462]] \ No newline at end of file diff --git a/src/gathering/item-7956.json b/src/gathering/item-7956.json new file mode 100644 index 0000000..5236d35 --- /dev/null +++ b/src/gathering/item-7956.json @@ -0,0 +1 @@ +[[-84000,-219987],[-83800,-221187],[-82200,-217687],[-81600,-217887],[-80900,-218487],[-80300,-218887],[-79900,-219687],[-81200,-220987],[-79900,-221887],[-77000,-218287],[-75200,-221687],[-77200,-220787],[-77100,-221587],[-77100,-222287],[-77100,-223087],[-77100,-223387],[-78500,-223587],[-78900,-223587],[-82500,-222287],[-80900,-223287],[-79700,-224787],[-34487,-385362],[-33586,-385462],[-35287,-385562],[-34487,-386462],[-32986,-386662],[-36088,-386162],[-34987,-387262],[-24882,-379662],[-23582,-380162],[-23982,-380462],[-24582,-381062],[-22581,-381762],[-22781,-382562],[-20680,-379462],[-20980,-381062],[-20980,-381962],[-20980,-382962],[-20180,-383562],[-20980,-384362],[-18679,-384762],[-63673,-447662],[-63673,-450062],[-62272,-450162],[-58970,-454262],[-61171,-446062],[-60371,-447762],[-58970,-447962],[-58570,-449262],[-54768,-446662],[-54468,-448762],[-53168,-451762],[-52968,-452662],[-56769,-445762],[-56269,-447562],[-56169,-448962],[-57170,-449562],[-56669,-450362],[-57170,-450762],[-56769,-451862],[-55169,-452262],[-55169,-453162],[-56769,-453562],[-56469,-454662],[-54868,-454862],[-60171,-447962],[-59170,-450062],[-61171,-450662],[-61372,-451562],[-61772,-452262],[-65674,-445462],[-66374,-446262],[-65974,-447662],[-67574,-445862],[-67574,-446562],[-67374,-446862],[-67274,-447362]] \ No newline at end of file diff --git a/src/gathering/meat-hide-blood.json b/src/gathering/meat-hide-blood.json new file mode 100644 index 0000000..e3e0c82 --- /dev/null +++ b/src/gathering/meat-hide-blood.json @@ -0,0 +1,112 @@ +{ + "20003":[[7340.0983746792,12159.051724138],[7845.5389221557,12150.75862069],[7811.8006843456,12145.086206897],[7773.0838323353,13099.74137931],[7766.5654405475,13108.422413793],[7784.2215568862,13108.246551724],[7777.4807527802,13071.672413793],[7777.378100941,13065.568965517],[8102.6475620188,13260.603448276],[8098.9863130881,13280.932758621],[7969.5081266039,13771.529310345],[7723.6911890505,13105.431034483],[7739.2771599658,13147.518965517],[7743.6398631309,13132.498275862],[7713.8537211292,13151.801724138],[7734.5722840034,13104],[7721.0222412318,13087.827586207],[7741.0564585115,13132.125862069],[7704.4268605646,13147.05862069],[7696.0778443114,13130.239655172],[7730.500427716,13140.751724138],[7714.4183062447,13117.562068966],[7693.870829769,13095.120689655],[7704.2386655261,13103.172413793],[7696.3173652695,13070.948275862],[7670.3977758768,13070.827586207],[7648.7724550898,13139.537931034],[7660.9024807528,13112.415517241],[7659.9615055603,13156.418965517],[7626.2917023097,13120.560344828],[7668.0881094953,13089.051724138],[7627.0273738238,13078.706896552],[7647.2668947819,13098.206896552],[7696.625320787,13098.672413793],[7687.7801539778,13088.086206897],[7703.0581693755,13077.810344828],[7721.005132592,13076.017241379],[7708.3618477331,13079.25862069],[7723.7596236099,13065.482758621],[7727.6090675791,13115.881034483],[7714.7433704021,13068.568965517],[7715.1710863986,13094.465517241],[7775.9751924722,13080.586206897],[7732.2968349016,13127.153448276],[7755.5988023952,13122.679310345],[7732.245508982,13157.155172414],[7635.8212147134,12478.310344828],[7655.3934987169,12483.431034483],[7741.9632164243,12890.327586207],[7760.7313943541,12899.586206897],[7690.5175363559,12993.965517241],[7701.5183917879,12997.206896552],[7721.6381522669,12975.051724138],[7741.3815226689,12997.396551724],[7723.9136013687,12996.844827586],[7708.1052181352,13004.948275862],[7761.124893071,13015.172413793],[7727.8314798973,13001.551724138],[7700.6629597947,12604.706896552],[7677.9597946963,12545.827586207],[7650.7228400342,12534.034482759],[7669.7134302823,12517.051724138],[7258.8152266895,12225.896551724],[7533.75106929,12261.689655172],[7565.4533789564,12254.25862069],[7518.9178785287,12297.603448276],[7572.5192472198,12280.948275862],[7585.8297690334,12225.103448276],[7649.5252352438,12263.465517241],[7658.6783575706,12293.896551724],[7611.1163387511,12275.948275862],[7657.3096663815,12235.448275862],[7665.624465355,12278.706896552],[7694.4696321642,12296.637931034],[7572.6903336185,12325.827586207],[7594.8289136014,12348.327586207],[7643.2805816938,12332.155172414],[7626.7707442258,12312.931034483],[7696.7108639863,12318.5],[7759.2942686056,12245.75862069],[7729.1830624465,12292.017241379],[7760.4918733961,12206.051724138],[7728.6869118905,12224.293103448],[7676.2318220701,12411.982758621],[7681.1933276305,12368.103448276],[7684.375534645,12400.655172414],[7741.7236954662,12354.689655172],[7634.2130025663,12436.879310345],[7624.9401197605,12410.75862069],[7685.0769888794,12443.620689655],[7734.0590248075,12442.137931034],[7665.881094953,12307.431034483],[7764.6321642429,12234.275862069],[7763.0752780154,12196.293103448],[7739.8588537211,12227.568965517],[7963.7254063302,12524.431034483],[7787.3011120616,13022.982758621],[7796.5911035073,12855.482758621],[7769.7647562019,12884.413793103],[7843.5201026518,12869.827586207],[7866.6852010265,12862.103448276],[7858.8836612489,12825.155172414],[7837.6689478186,12689.5],[7842.2882805817,12600.275862069],[7881.6381522669,12601.793103448],[7851.3216424294,12620.137931034],[7821.8434559453,12527.551724138],[7813.0496150556,12429.051724138],[7793.1693755346,12424.517241379],[7933.3233532934,12457.982758621],[7831.1847733105,12389.655172414],[7820.1839178785,12259.793103448],[7995.5132591959,12335.362068966],[7917.5834046193,12509.310344828],[7924.2386655261,12905.155172414],[7898.0624465355,12954.379310345],[7909.1488451668,12897.568965517],[7936.5911035073,12967.224137931],[7945.8126603935,12965.189655172],[7938.8836612489,12963.24137931],[7930.7057313944,12965.775862069],[7848.9606501283,12923.844827586],[7872.3823781009,12931.620689655],[7865.5218135158,12947.396551724],[7873.3917878529,12964.051724138],[8040.9538066724,12893.327586207],[8011.0307955518,12810.086206897],[8036.625320787,12599.310344828],[7890.3293413174,12761.396551724],[7935.8554319932,12797.034482759],[7934.6407185629,12838.75862069],[7911.0479041916,12824.982758621],[7943.9820359281,12826.913793103],[7920.7998289136,12852.413793103],[7899.8417450813,12790.672413793],[7991.1163387511,12836.482758621],[7967.6603934987,12816],[7949.8502994012,12847.827586207],[7952.0915312233,12858.017241379],[8022.6988879384,12797.137931034],[7913.4773310522,12878.189655172],[7933.3404619333,12868.896551724],[7928.1052181352,12865.586206897],[7960.8511548332,12877.5],[7960.628742515,12868],[7975.6330196749,12887.5],[7928.2078699743,12884.189655172],[7937.5491873396,12864.051724138],[7942.4935842601,12883],[8029.0290846878,12877.25862069],[8011.6809238666,12852.017241379],[8054.8973481608,12894.75862069],[7966.873396065,12896.586206897],[7962.0145423439,12941.051724138],[7930.6715141146,12956.379310345],[7949.5252352438,12954.568965517],[7929.2172797263,12947.465517241],[8048.3960650128,12915.293103448],[8090.00427716,12963.017241379],[8029.8845166809,12995.034482759],[8053.1351582549,12984.879310345],[7289.9529512404,12333.24137931],[7401.0222412318,12353.310344828],[7450.0556030796,12312.810344828],[7463.1094952951,12301.551724138],[7578.9178785287,12341.379310345],[7603.622754491,12360.603448276],[7714.9144568007,13060.896551724],[7729.5081266039,13021.896551724],[7729.4396920445,13038.172413793],[7762.1856287425,13029.568965517],[7701.4841745081,13045.293103448],[7656.6595380667,13031.931034483],[7713.75106929,13052.517241379],[7764.3413173653,13048.155172414],[7740.4576561163,13057.810344828],[7739.2087254063,13049.224137931],[7733.1009409752,13021.810344828],[7073.0838323353,12090.913793103],[7034.0248075278,12156.431034483],[6973.5457656116,12112.189655172],[6814.1958939264,12156.017241379],[6865.4191616766,12115.448275862],[6803.1094952951,12102.706896552],[6870.8083832335,12081.879310345],[6758.74679213,12112.224137931],[6746.5654405475,12087.913793103],[6783.7938408896,12112.603448276],[6856.2831479897,12151.431034483],[6769.3883661249,12172.620689655],[6888.994867408,12155.293103448],[6892.3823781009,12086.603448276],[6741.6552609068,12152.844827586],[7126.5996578272,12155.431034483],[6769.8845166809,12224.396551724],[6813.4088964927,12216],[6594.9315654405,12289.637931034],[6627.369546621,12430.327586207],[6692.4850299401,12487.293103448],[6721.4328485885,12284.344827586],[6800.1497005988,12317.413793103],[6834.3840889649,12267.793103448],[6885.3678357571,12338.189655172],[6890.7912745937,12302.74137931],[6921.24465355,12227.844827586],[6947.5406330197,12310.568965517],[6887.8656971771,12227.24137931],[6976.8990590248,12214.913793103],[7124.7005988024,12297.637931034],[7081.2617621899,12208.413793103],[7089.1146278871,12195.327586207],[7136.4029084688,12204.327586207],[9822.3295124038,14105.498275862],[9787.3731394354,14176.046551724],[9765.8215568862,14083.324137931],[9680.9230111206,14086.994827586],[9656.2882805817,14249.6],[9711.1979469632,14133.506896552],[9724.4111206159,13994.548275862],[9742.5106928999,13949.396551724],[9771.5953806672,14032.155172414],[9293.2703165098,14216.986206897],[9300.6167664671,14228.674137931],[9304.7091531223,14207.732758621],[9314.5876817793,14220.672413793],[9476.8836612489,14007.177586207],[9514.3584260051,13951.687931034],[9553.997433704,14021.384482759],[9602.6526946108,14090.036206897],[9557.7065868263,14132.682758621],[9668.6886227545,14037.029310345],[9548.3276304534,14183.017241379],[9620.4730538922,14189.836206897],[9595.5508982036,14246.577586207],[9445.9615055603,14019.14137931],[9464.4644995723,13975.955172414],[9817.2513259196,13907.503448276],[9148.6167664671,13707.443103448],[9150.5876817793,13712.018965517],[9213.7733105218,13681.548275862],[9214.5363558597,13697.186206897],[9189.0633019675,13653.079310345],[9175.7750213858,13648.815517241],[9192.9503849444,13643.443103448],[9347.5919589393,13600.086206897],[9227.0530367836,13540.451724138],[9226.4200171086,13527.955172414],[9197.0153977759,13519.468965517],[9247.7339606501,13529.006896552],[9278.996578272,13541.201724138],[9292.3875106929,13523.174137931],[9247.874251497,13542.086206897],[9294.4046193328,13536.387931034],[9303.376390077,13525.572413793],[9308.4268605646,13510.8],[9334.4696321642,13496.810344828],[9185.6740804106,13666.394827586],[9179.9358426005,13640.724137931],[9193.9717707442,13527.967241379],[9162.8049615056,13505.136206897],[9198.5449101796,13678.05862069],[9143.7082976903,13706.293103448],[9140.3019674936,13713.175862069],[9204.7211291702,13691.262068966],[9364.252352438,13771.693103448],[9370.7262617622,13765.237931034],[9366.3977758768,13766.187931034],[9360.4217279726,13771.912068966],[9384.000855432,13655.39137931],[9375.8349016253,13646.9],[9366.2711719418,13619.739655172],[9371.1112061591,13637.567241379],[9347.8417450813,13583.839655172],[9342.1685201027,13595.086206897],[9356.2403763901,13604.910344828],[9635.7613344739,13745.598275862],[9653.003421728,13431.406896552],[9683.4208725406,13449.613793103],[9613.8006843456,13395.55],[9533.9649272883,13467.915517241],[9517.7835757057,13500.782758621],[9522.00427716,13484.862068966],[9537.0838323353,13434.834482759],[9507.4208725406,13466.139655172],[9387.5064157399,13396.810344828],[9528.0607356715,13455.118965517],[9531.123182207,13516.932758621],[9521.7271171942,13466.118965517],[9513.8537211292,13527.317241379],[9478.7159965783,13543.018965517],[9525.3934987169,13533.362068966],[9469.8246364414,13510.872413793],[9542.4764756202,13436.056896552],[9475,13724.932758621],[9532.2797262618,13713.872413793],[9577.5936698033,13668.651724138],[9525.4824636441,13748.224137931],[9557.7750213858,13735.320689655],[9594.5808383234,13738.818965517],[9536.6680923867,13808.882758621],[9567.3147989735,13793.032758621],[9528.8648417451,13814.494827586],[9540.2882805817,13773.203448276],[9601.9529512404,13760.303448276],[9626.0556030796,13762.134482759],[9593.2121471343,13755.394827586],[9571.2857142857,13764.687931034],[9599.9118905047,13780.267241379],[9617.4893071001,13758.229310345],[9572.2677502139,13834.881034483],[9617.6689478186,13910.094827586],[9479.2189905902,13920.25862069],[9568.002566296,13908.017241379],[9588.7878528657,13890.987931034],[9618.7758768178,13879.44137931],[9591.7801539778,13798.077586207],[9585.1112061591,13932.155172414],[9791.6805816938,13792.360344828],[9767.9962360992,13809.951724138],[9748.1705731394,13806.49137931],[9808.0636441403,13783.865517241],[9787.8485885372,13776.982758621],[9780.6085543199,13746.182758621],[9742.6740804106,13754.962068966],[9776.3490162532,13767.167241379],[9741.4044482464,13736.894827586],[9734.8118049615,13783.879310345],[9803.6150556031,13750.312068966],[9725.7250641574,13746.365517241],[9704.1514114628,13754.213793103],[9756.2085543199,13770.051724138],[9637.5936698033,13758.60862069],[9372.7142857143,13510.151724138],[9387.5064157399,13514.913793103],[9383.6535500428,13496.14137931],[9379.8075278015,13495.948275862],[9380.4029084688,13499.99137931],[9317.8964927288,13509.963793103],[9064.6526946108,13557.987931034],[9765.6073567151,13870.086206897],[9783.5714285714,13864.913793103],[9735.1178785287,13846.227586207],[9776.8581693755,13848.872413793],[9689.2355859709,13885.905172414],[9657.8229255774,13899.396551724],[9704.4023952096,13908.720689655],[9719.5267750214,13866.360344828],[9709.6976903336,13855.675862069],[9689.2963216424,13852.360344828],[9747.8136869119,13862.739655172],[9682.7005988024,13779.489655172],[9712.2562874251,13805.593103448],[9680.8049615056,13806.117241379],[9645.629597947,13878.156896552],[9677.2754491018,13870.874137931],[8259.5064157399,13590.05],[8206.7690333618,13158.087931034],[8149.4106073567,13220.163793103],[8183.1437125749,13185.00862069],[8195.9905902481,13207.59137931],[8159.994011976,13223.010344828],[8188.1394354149,13243.346551724],[8111.7322497861,13262.112068966],[8191.4858853721,13215.046551724],[8155.130025663,13226.824137931],[8139.5508982036,13740.544827586],[8377.9033361848,13760.479310345],[8949.3130881095,13553.125862069],[8901.0650128315,13570.667241379],[8906.5688622754,13402.006896552],[8902.3156544055,13321.622413793],[8751.7938408896,13409.54137931],[8813.5132591959,13505.863793103],[8788.1650983747,13673.748275862],[8918.1514114628,13628.074137931],[8721.124893071,13495.086206897],[8683.8571428571,13450.996551724],[8626.1719418306,13358.017241379],[8646.7023096664,13308.017241379],[8636.8956372968,13236.55],[8619.3284858854,13456.293103448],[8661.248075278,13521.318965517],[8591.1693755346,13559.775862069],[8664.0453378956,13635.813793103],[8691.5406330197,13680.898275862],[8691.8143712575,13645.067241379],[8746.7878528657,13722.598275862],[8712.5449101796,13682.570689655],[8702.5962360992,13769.713793103],[8765.6826347305,13809.915517241],[8723.999144568,13752.263793103],[8789.8383233533,13766.301724138],[8762.0812660393,13705.363793103],[8776.9692044482,13702.820689655],[8935.6484174508,13741.939655172],[8873.3490162532,13686.482758621],[8924.2403763901,13706.54137931],[8940.2763045338,13749.424137931],[8160.377245509,12950.913793103],[8162.0299401198,12929.172413793],[10332.758768178,15019.224137931],[10282.122326775,15003.827586207],[10365.773310522,15142.260344828],[10347.687767322,15179.139655172],[10330.213002566,15118.106896552],[10289.232677502,15267.244827586],[10292.5534645,15235.603448276],[10000.851154833,14223.534482759],[10431.140290847,14067.410344828],[10469.432848589,14129.25],[10486.507271172,14073.979310345],[10526.633875107,14090.267241379],[10497.710008554,14037.325862069],[10602.24893071,14130.675862069],[10607.352437981,14086.465517241],[10414.770744226,14043.834482759],[10369.347305389,14121.346551724],[10255.985457656,14087.75862069],[10230.512403764,14066.944827586],[10224.118905047,13957.155172414],[10225.899914457,14036.910344828],[10065.660393499,14038.270689655],[10089.915312233,13985.610344828],[10090.671514115,14122.672413793],[10155.542343884,14126.556896552],[10034.782720274,14142.417241379],[10052.765611634,14144.3],[10048.926432849,14053.934482759],[9878.6302822926,14141.062068966],[10294.551753636,13930.065517241],[10307.360992301,13936.817241379],[10163.976903336,13945.017241379],[9982.020188195,13914.193103448],[10034.996578272,13941.760344828],[10115.311377246,13883.962068966],[9887.2913601369,13702.381034483],[9899.1741659538,13722.429310345],[9901.7671514115,13705.443103448],[9861.4654576561,13713.403448276],[9881.0906757913,13756.293103448],[9894.273396065,13755.424137931],[9859.7048759624,13732.155172414],[9914.9709153122,13754.139655172],[9881.1101796407,13789.04137931],[9999.0398631309,13826.718965517],[10015.501112062,13823.848275862],[10115.378100941,13866.396551724],[10153.752780154,13868.513793103],[10059.350727117,13812.043103448],[9937.5919589393,13793.379310345],[9946.3698887938,13794.672413793],[9938.1163387511,13784.724137931],[9934.7141146279,13774.315517241],[9980.1272882806,13720.653448276],[9915.7483319076,13781.724137931],[9930.7057313944,13794.224137931],[9925.0730538922,13730.012068966],[10084.647562019,13824.231034483],[10068.430282293,13809.74137931],[9902.9529512404,13685.187931034],[10008.475620188,13676.324137931],[10061.153977759,13617.174137931],[10407.27887083,13490.7],[10353.331907613,13378.506896552],[10441.19332763,13385.143103448],[10372.394354149,13364.636206897],[10461.357570573,13368.137931034],[10473.26176219,13357.174137931],[10462.558597092,13393.375862069],[10496.310521814,13332.213793103],[10356.397775877,13340.579310345],[10347.641573995,13348.898275862],[10330.608212147,13312.536206897],[10315.511548332,13312.137931034],[10349.337040205,13313.525862069],[10335.150556031,13285.037931034],[10290.933276305,13288.801724138],[10370.382378101,13332.160344828],[10398.402908469,13334.656896552],[10382.609923011,13300.346551724],[10358.584260051,13296.548275862],[10438.378956373,13292.29137931],[10422.839178785,13307.598275862],[10406.402908469,13311.020689655],[10260.04704876,13258.879310345],[10290.255774166,13274.732758621],[10319.047904192,13268.805172414],[10299.05132592,13251.629310345],[10318.216424294,13241.637931034],[10311.882121471,13178.429482759],[10294.264328486,13198.534482759],[10303.200855432,13190.863448276],[10277.5320787,13274.567241379],[10299.347476476,13209.125],[10298.038152267,13178.798275862],[10718.698203593,13227.920172414],[10688.579640719,13239.987586207],[10700.215397776,13224.867413793],[10713.785970915,13322.935689655],[10644.10829769,13265.507758621],[10632.519760479,13231.797758621],[10667.232677502,13266.637931034],[10606.196236099,13226.972068966],[10593.082805817,13254.075172414],[10607.509324209,13246.418448276],[10557.910179641,13402.782758621],[10582.296834902,13446.477586207],[10512.096663815,13345.74137931],[10571.424294269,13379.9],[10550.573994867,13333.293103448],[10574.44225834,13317.339655172],[10521.456800684,13326.587931034],[10617.286740804,13567.111896552],[10663.28742515,13538.712413793],[10676.530538922,13524.971724138],[10710.736013687,13495.73862069],[10713.631479897,13517.69],[10717.296834902,13512.188103448],[10728.189905902,13500.071724138],[10611.242600513,13589.273103448],[10554.026518392,13526.970689655],[10551.581693755,13500.417241379],[10578.307100086,13503.710344828],[10648.069289991,13471.984482759],[10649.713430282,13465.90862069],[10638.770744226,13463.255172414],[10645.068434559,13460.24137931],[10498.303678358,13571.787931034],[10508.977758768,13583.879310345],[10511.757912746,13509.506896552],[10477.386655261,13585.786206897],[10483.496150556,13600.436206897],[10454.514114628,13500.144827586],[10467.082121471,13632.098275862],[10548.250128315,13646.138275862],[10531.792301112,13646.739827586],[10441.05988024,13617.089655172],[10422.443969204,13662.312068966],[10418.286569718,13705.236206897],[10342.204448246,13819.393103448],[10366.976047904,13855.431034483],[10433.390076989,13678.479310345],[10467.20188195,13701.624137931],[10477.757912746,13655.529310345],[10551.749358426,13679.568965517],[10543.048759624,13656.955],[10459.00855432,13721.313793103],[10195.889649273,13840.775862069],[10190.757057314,13858.879310345],[10205.491017964,13861.524137931],[10219.342172797,13839.189655172],[10214.979469632,13821.113793103],[10295.393498717,13868.810344828],[10252.21471343,13854.648275862],[10243.79384089,13805.431034483],[10270.993156544,13783.95862069],[10280.267750214,13816.879310345],[10309.619332763,13862.901724138],[10299.872540633,13822.129310345],[10309.484174508,13840.872413793],[10370.900769889,13876.439655172],[10338.082976903,13876.279310345],[10350.769033362,13891.693103448],[10426.447390932,13294.7],[10463.23609923,13272.867241379],[10601.662788708,13605.605517241],[10573.099059025,13677.418448276],[10660.767835757,13543.465344828],[10617.923353293,13574.024137931],[10359.347305389,13280.603448276],[10377.973481608,13253.436206897],[10446.447390932,13252.039655172],[10545.560307956,13124.413275862],[10440.670658683,13216.312586207],[10495.118049615,13218.837931034],[10470.665526091,13171.443793103],[10481.52112917,13181.018793103],[10484.182720274,13232.267758621],[10552.671685201,13198.433448276],[10553.924550898,13185.269827586],[10573.16817793,13192.745689655],[10587.781522669,13241.927413793],[10489.982035928,13248.751724138],[10541.788537211,13259.639655172],[10520.953806672,13231.293103448],[10600.508982036,13253.706896552],[10617.017279726,13262.142413793],[10595.381522669,13237.460344828],[10403.162532079,13218.398275862],[10357.934131737,13221.051724138],[10309.65988024,13162.264137931],[10305.311890505,13200.537068966],[10299.086569718,13176.417758621],[10286.059709153,13185.471206897],[10306.771770744,13190.49],[10398.356715141,13279.4],[10437.788708298,13268.724137931],[10421.159110351,13256.017241379],[10608.207869974,13595.086206897],[10616.472540633,13581.460517241],[10660.754491018,13542.920517241],[10727.283319076,13525.833965517],[10682.995551754,13532.505862069],[10701.678357571,13515.582758621],[10712.824465355,13499.977586207],[10646.620701454,13271.419655172],[10711.886227545,13315.256896552],[10727.260735672,13307.715862069],[10604.441745081,13000.272413793],[10650.112403764,13027.879310345],[10692.062446535,13046.763793103],[10616.300940975,13009.275862069],[10655.565440547,13028.463793103],[10694.437467921,13046.367241379],[10860.478015398,13215.387931034],[10872.671171942,13206.65],[10830.593156544,13202.903275862],[10765.566980325,13289.250517241],[10732.396920445,13176.433793103],[10752.744054748,13319.60137931],[10732.663301967,13302.364827586],[10846.207869974,13320.409137931],[10846.023952096,13156.964827586],[10870.825491873,13303.706896552],[10858.339777588,13159.423793103],[10841.037810094,13343.609827586],[10879.64465355,13309.261034483],[10866.199315654,13326.699137931],[10795.698032506,13298.728103448],[10783.251668092,13266.267586207],[10735.026860565,13511.53862069],[10732.916167665,13502.646724138],[10768.771941831,13303.444137931],[10759.977929855,13327.917586207],[10842.308468777,13328.641551724],[10873.391787853,13328.706896552],[10876.854918734,13300.144827586],[10872.857827203,13291.407241379],[10847.032506416,13351.420172414],[10735.11924722,13496.582068966]], + "20004":[[7886.3259195894,13111.95],[7887.9341317365,13108.017241379],[8011.9717707442,13100.362068966],[8014.4696321642,13080.344827586],[8012.50213858,13080.965517241],[8033.0153977759,13177.956896552],[8029.747647562,13175.517241379],[8025.2822925577,13226.001724138],[7850.5175363559,13229.237931034],[7858.2848588537,13219.793103448],[7869.8845166809,13216.743103448],[7871.6638152267,13217.14137931],[7843.4003421728,13139.348275862],[7841.0393498717,13136.013793103],[7851.4414029085,13105.034482759],[7854.8631308811,13107.25],[7863.3319076133,13234.874137931],[7858.9520958084,13247.153448276],[7875.0171086399,13240.517241379],[7871.8006843456,13242.589655172],[7856.0436270317,13243.7],[7836.6082121471,13334.74137931],[7853.2720273738,13328.222413793],[7818.4217279726,13347.587931034],[7824.1873396065,13357.334482759],[7853.0838323353,13340.651724138],[7832.8956372968,13351.898275862],[7834.503849444,13345.418965517],[7839.0205303678,13345.572413793],[7849.371257485,13354.043103448],[7837.1556886228,13346.475862069],[7952.5534644996,13066.586206897],[7955.2224123182,13072.586206897],[7970.9281437126,13107.531034483],[7862.3224978614,13232.253448276],[7963.2976903336,13204.001724138],[7966.6338751069,13200.25862069],[7818.6441402908,13109.74137931],[7865.504704876,13232.622413793],[8033.9050470488,13246.422413793],[8091.6638152267,13169.882758621],[8089.6963216424,13175.106896552],[7951.8349016253,13281.036206897],[7967.8999144568,13246.00862069],[7964.4610778443,13247.874137931],[7932.4165953807,13270.837931034],[8035.7014542344,13243.74137931],[7918.1993156544,13224.05862069],[7914.8973481608,13225.275862069],[7745.4533789564,12320.620689655],[7746.497005988,12324.586206897],[7750.2780153978,12323.344827586],[7747.7288280582,12322.931034483],[7758.2335329341,12286.189655172],[7757.2070145423,12282.224137931],[7762.0316509837,12284.948275862],[7711.4756201882,12386.293103448],[7707.6775021386,12387.534482759],[7708.9093242087,12385.879310345],[7727.6603934987,12387.810344828],[7728.6869118905,12391.775862069],[7732.4850299401,12390.534482759],[7729.9187339607,12390.120689655],[7816.0607356715,12384.413793103],[7820.9024807528,12387.137931034],[7817.1043627032,12388.379310345],[7790.3977758768,12307.465517241],[7821.501283148,12339.465517241],[7826.3259195894,12342.172413793],[7822.5449101796,12343.431034483],[7789.371257485,12303.5],[7794.1958939264,12306.224137931],[7791.0650128315,12257.413793103],[7812.0402053037,12266.75862069],[7813.0667236955,12270.724137931],[7816.8648417451,12269.482758621],[7759.4653550043,12284.534482759],[7870.5346449957,12304.344827586],[7865.7100085543,12301.620689655],[7857.7202737382,12346.844827586],[7849.1659538067,12322.310344828],[7866.7365269461,12305.586206897],[7850.1924721985,12326.275862069],[7853.9905902481,12325.034482759],[7923.0068434559,12336.465517241],[7901.621043627,12336.465517241],[7906.753635586,12336.465517241],[7881.1933276305,12397.568965517],[7875.5474764756,12356.603448276],[7882.2198460222,12401.534482759],[7880.372112917,12359.327586207],[7876.5739948674,12360.568965517],[7886.0179640719,12400.293103448],[7910.7570573139,12379.655172414],[7909.7305389222,12375.689655172],[7914.5551753636,12378.413793103],[7843.7254063302,12408.155172414],[7844.7690333618,12412.120689655],[7848.5671514115,12410.879310345],[7921.7750213858,13040.120689655],[7840.9366980325,13049.431034483],[7865.744225834,13031.482758621],[7845.881094953,12951.344827586],[7846.000855432,12410.465517241],[7818.3361847733,12386.724137931],[7823.7767322498,12341.775862069],[7877.6689478186,12358.879310345],[7911.9888793841,12378],[7851.4242942686,12324.620689655],[7879.8930710009,12339.603448276],[7903.5714285714,12335.362068966],[7867.9683490163,12303.931034483],[7814.2985457656,12269.068965517],[7791.629597947,12305.810344828],[7960.252352438,12371.155172414],[7958.4388366125,12373.844827586],[7958.1650983747,12377.396551724],[7956.6082121471,12372.965517241],[7985.6073567151,12406.931034483],[7987.1642429427,12411.465517241],[7959.3455945252,12419.672413793],[7961.4157399487,12413.448275862],[7921.5355004277,12339.103448276],[7930.996578272,12356.310344828],[7883.6569717707,12400.25862069],[7989.2686056459,12405.137931034],[7957.7715996578,12415.24137931],[7959.6364414029,12416.137931034],[7987.1642429427,12408.017241379],[7997.3952095808,12469.396551724],[7917.0188195038,12932.155172414],[7923.246364414,13036.310344828],[7967.4893071001,13041.637931034],[7870.5175363559,13036.344827586],[8079.0376390077,12695.603448276],[7997.6860564585,12465.862068966],[7995.8212147134,12464.965517241],[6738.9863130881,12174.275862069],[9816.4646706587,14332.662068966],[9847.764465355,14264.529310345],[9779.7101796407,14325.124137931],[9724.4330196749,14381.020689655],[9740.1471343028,14368.094827586],[9621.0598802395,14435.35862069],[9240.7331052181,14254.136206897],[8994.5209580838,13988.220689655],[8991.2395209581,13991.182758621],[8997.369546621,13989.70862069],[8996.7091531223,13991.667241379],[9000.8922155689,13989.570689655],[8996.6869118905,13960.786206897],[9522.8220701454,14356.362068966],[9546.6749358426,14393.355172414],[9469.9803250642,14464.053448276],[9503.8451668092,14458.879310345],[9435.2959794696,14516.629310345],[9366.0983746792,14500.25862069],[9396.4576561163,13772.382758621],[9402.6321642429,13774.467241379],[9363.8982035928,13705.793103448],[9435.4106073567,13766.637931034],[9437.4106073567,13608.075862069],[9436.7724550898,13610.329310345],[9512.2164242943,13699.765517241],[9516.7159965783,13698.489655172],[9436.630453379,13444.929310345],[9433.9443969204,13442.081034483],[9425.4414029085,13436.705172414],[9454.4473909324,13404.332758621],[9521.4140290847,13424.839655172],[9485.6826347305,13408.117241379],[9489.1625320787,13409.889655172],[9392.4935842601,13466.122413793],[9395.6809238666,13466.496551724],[9438.1154833191,13473.848275862],[9443.6330196749,13474.101724138],[9481.4345594525,13491.282758621],[9479.9563729683,13495.093103448],[9495.3319076133,13624.322413793],[9499.3917878529,13624.224137931],[9510.7023096664,13695.968965517],[9439.5457656116,13765.439655172],[9519.622754491,13791.410344828],[9517.7254063302,13787.977586207],[9463.0188195038,13787.986206897],[9462.7348160821,13783.905172414],[9423.8383233533,13799.90862069],[9408.5893926433,13832.474137931],[9051.6330196749,13490.234482759],[9429.999144568,13802.036206897],[9405.2805816938,13829.737931034],[8610.7741659538,13954.568965517],[8975.4875962361,14007.860344828],[8962.625320787,13976.446551724],[8959.0598802395,13976.762068966],[8968.0162532079,13978.975862069],[8970.6475620188,13981.874137931],[8969.8109495295,13978.751724138],[8977.0461933276,13971.005172414],[8951.0479041916,13992.881034483],[8841.2976903336,13084.75862069],[8905.003421728,13126.031034483],[8732.876817793,13187.75],[8873.5919589393,13167.40862069],[8723.1573994867,13252.105172414],[8776.7279726262,13239.051724138],[8755.9923011121,13278.353448276],[8679.8246364414,13701.434482759],[8650.9794696322,13643.362068966],[8716.4251497006,13928.24137931],[8685.6107784431,13888.903448276],[8692.3567151411,13825.718965517],[8748.1650983747,13794.481034483],[8770.8118049615,13856.356896552],[8836.9366980325,13787.839655172],[8293.1180496151,12799.25862069],[8235.9238665526,12756.965517241],[8274.3977758768,12694.068965517],[8167.6826347305,12700.086206897],[8151.6381522669,12599.034482759],[8145.9426860565,12768.310344828],[8187.3216424294,12805.310344828],[8114.1445680068,12655.379310345],[10430.649272883,13792.056896552],[10477.220701454,13898.355172414],[10466.20615911,13856.293103448],[10464.171941831,13800.99137931],[10497.153977759,13837.103448276],[10448.370402053,13822.403448276],[10500.183917879,13867.644827586]], + "20005":[[7979.4653550043,13283.879310345],[7974.7775876818,13281.451724138],[7974.9315654405,13277.317241379],[7926.5141146279,13323.870689655],[7925.5731394354,13317.5],[7824.6663815227,13386.177586207],[7823.7425149701,13379.375862069],[7845.0085543199,13378.084482759],[7862.5449101796,13359.325862069],[7850.2780153978,13362.355172414],[7842.6475620188,13362.318965517],[7853.0153977759,13363.85],[7856.9161676647,13348.09137931],[7830.124037639,13361.929310345],[7839.6364414029,13351.805172414],[7832.5363558597,13427.398275862],[7835.8212147134,13427.787931034],[7831.6124893071,13420.596551724],[7880.1668092387,13468.979310345],[7875.0684345595,13473.479310345],[7909.3199315654,13489.051724138],[7908.6184773311,13470.812068966],[7907.6090675791,13483.879310345],[7911.7835757057,13493.256896552],[7919.499572284,13498.286206897],[7899.6877673225,13501.975862069],[7920.4405474765,13476.120689655],[7898.9692044482,13479.484482759],[7907.9854576561,13409.282758621],[7903.126603935,13406.94137931],[7903.8964927288,13402.665517241],[7919.8246364414,13384.360344828],[7918.9007698888,13377.560344828],[7910.4148845167,13506.731034483],[7949.0975192472,13542.636206897],[7987.369546621,13498.003448276],[7987.6775021386,13494.551724138],[7941.4157399487,13383.786206897],[7971.2703165098,13352.248275862],[7940.4918733961,13376.984482759],[7968.3447390932,13351.982758621],[7966.6338751069,13345.086206897],[8013.5286569718,13368.348275862],[8012.8272027374,13361.465517241],[7865.4191616766,13272.175862069],[7857.2070145423,13311.168965517],[8013.6826347305,13294.224137931],[7935.6330196749,13295.656896552],[7964.2044482464,13480.436206897],[7950.9623609923,13486.470689655],[8006.8391787853,13511.465517241],[8035.3421727973,13527.860344828],[7989.9700598802,13518.884482759],[8101.3130881095,12707.603448276],[8098.0795551754,12706.827586207],[8098.1993156544,12701.206896552],[7921.0735671514,12490.862068966],[8000.7656116339,12561.603448276],[8036.0607356715,12469.637931034],[8023.9307100086,12573.482758621],[8015.0342172797,12510.120689655],[8006.8391787853,12477.25862069],[8037.2754491018,12619.137931034],[8102.2198460222,12774.051724138],[8079.7390932421,13010.327586207],[9243.8520102652,14006.251724138],[9271.9871685201,13963.484482759],[9058.5072711719,13889.546551724],[9160.3430282293,13843.305172414],[9229.5081266039,13855.124137931],[9247.1454234388,13790.406896552],[9327.7664670659,13769.29137931],[9328.0111206159,13776.153448276],[9160.1565440547,13746.667241379],[9172.6424294269,13798.168965517],[9296.8254918734,13678.779310345],[9296.5175363559,13684.586206897],[9292.9760479042,13675.851724138],[9145.9289991446,13677.968965517],[9270.751924722,13665.7],[9273.7202737382,13662.674137931],[9258.3361847733,13623.534482759],[9259.1916167665,13626.982758621],[9264.5722840034,13620.436206897],[9347.754491018,13680.313793103],[9344.6629597947,13674.196551724],[9341.1060735672,13723.001724138],[9350.1958939264,13711.277586207],[9225.1094952951,13599.051724138],[9222.8682634731,13605.536206897],[9225.621043627,13607.384482759],[9159.1060735672,13599.086206897],[9165.6381522669,13602.767241379],[9160.2968349016,13602.520689655],[9126.1787852866,13773.920689655],[9226.7279726262,13730.474137931],[9208.7946963216,13735.177586207],[9267.371257485,13790.172413793],[9272.8545765612,13833.09137931],[9179.0735671514,13856.89137931],[9275.2788708298,13873.786206897],[9251.8006843456,13894.063793103],[9306.3618477331,13760.084482759],[9206.1069289991,13780.055172414],[8161.2925577417,13154.85],[8196.8066723695,13148.893103448],[8164.002566296,13159.186206897],[8195.0376390077,13151.865517241],[8169.2275449102,13076.896551724],[8169.3387510693,13071.275862069],[8247.3267750214,13096.931034483],[8247.4687767323,13088.586206897],[8144.5637296835,13100.25862069],[8104.6492728828,13084.051724138],[8104.495295124,13080.551724138],[8143.5885372113,13108.694827586],[8241.7373823781,13030.586206897],[8266.495295124,13033.120689655],[8266.6065012831,13027.5],[8244.8494439692,13036.982758621],[8241.626176219,13036.206896552],[8269.7168520103,13033.896551724],[8228.4627887083,12814.586206897],[8225.7356715141,12810.25862069],[8152.8391787853,12798.344827586],[8150.2318220701,12796.293103448],[8152.9503849444,12790],[8205.7014542344,12762],[8207.8485885372,12764.172413793],[8208.4285714286,12755.689655172],[8148.5158254919,12670.913793103],[8151.627887083,12677.310344828],[8148.4046193328,12676.534482759],[8169.5628742515,12654.827586207],[8171.9375534645,12648.534482759],[8172.1702309666,12656.879310345],[8178.122326775,12607.982758621],[8180.4918733961,12612.327586207],[8170.2266894782,12608.017241379],[8168.4302822926,12603.810344828],[8222.495295124,12670.051724138],[8214.2147134303,12669.931034483],[8220.4593669803,12672.672413793],[8283.1437125749,12676.982758621],[8274.7279726262,12677.327586207],[8228.6355859709,12732.879310345],[8231.3558597092,12726.586206897],[8280.9743370402,12680.068965517],[8343.123182207,12756.982758621],[8346.3464499572,12757.75862069],[8343.2360992301,12751.362068966],[8230.9623609923,12733.879310345],[8153.8006843456,12609.310344828],[8155.0136869119,13018.724137931],[8159.0359281437,13014.827586207],[10226.698887938,13146.55862069],[10335.314798973,13226.553448276],[10312.218135158,13208.05],[10316.142857143,13204.596551724],[10319.100940975,13148.406896552],[10320.103507271,13158.151724138],[10302.267750214,13159.746551724],[10295.552609068,13160.9],[10295.273738238,13164.220689655],[10323.840034217,13150.481034483],[10348.880239521,13181.939655172],[10320.758768178,13188.017241379],[10365.265183918,13233.017241379],[10364.219846022,13235.779310345],[10368.881950385,13245.356896552],[10372.242087254,13233.69137931],[10429.311377246,13249.117241379],[10437.116338751,13249.079310345],[10348.404619333,13215.925862069],[10400.149700599,13212.034482759],[10391.453378956,13207.653448276],[10395.73396065,13204.739655172],[10560.604790419,13217.612068966],[10557.355859709,13223.648275862],[10559.775021386,13225.918965517],[10580.149700599,13205.394827586],[10573.990590248,13213.189655172],[10571.171086399,13216.15862069],[10602.871685201,13194.731034483],[10602.820359281,13199.937931034],[10611.337040205,13195.210344828],[10521.569717707,13245.624137931],[10533.407185629,13237.315517241],[10528.469632164,13261.060344828],[10525.343883661,13253.327586207],[10525.275449102,13260.193103448],[10807.730538922,13066.637931034],[10817.277159966,13064.793103448],[10822.71257485,13099.982758621],[10886.50213858,13134.686206897],[10852.471343028,13159.036206897],[10884.0213858,13142.651724138],[10882.108639863,13139.932758621],[10853.545765612,13155.884482759],[10860.337895637,13156.420689655],[10845.046193328,13133.531034483],[10847.586826347,13133.777586207],[10895.088964927,13097.172413793],[10894.358426005,13074.689655172],[10894.289991446,13081.551724138],[10890.584260051,13066.982758621],[10897.484174508,13082.431034483],[10914.360136869,13110.334482759],[10954.077844311,13150.137931034],[10950.952095808,13142.396551724],[10950.883661249,13149.25862069],[10950.936698033,13094.948275862],[10959.265183918,13101.051724138],[10779.011976048,13290.027586207],[10780.953806672,13287.331034483],[10772.671514115,13287.515517241],[10850.124037639,13173.232758621],[10809.369546621,13061.706896552],[10834.5106929,13051.344827586],[10832.871685201,13056.275862069],[10850.830624465,13043.068965517],[10902.421727973,13058.689655172]], + "20006":[[9830.7880239521,14290.512068966],[9763.7625320787,14323.579310345],[9653.7408041061,14402.15],[9702.1630453379,14421.318965517],[9475.4071856287,14532.429310345],[9998.2848588537,14253.706896552],[10042.962360992,14197.274137931],[10133.22754491,14182.662068966],[10227.917023097,14182.113793103],[10417.4465355,14154.568965517],[10455.550898204,14130.770689655],[10309.256629598,14093.932758621],[10388.765611634,14110.294827586],[10511.545765612,14133.213793103],[10545.614200171,14096.251724138],[10587.449957228,14073.836206897],[10225.780153978,14024.067241379],[10201.229255774,13986.006896552],[10144.563729683,14083.879310345],[10201.400342173,14083.125862069],[10114.909324209,13991.789655172],[10065.809238666,13966.024137931],[10112.230111206,14120.522413793],[10250.637296835,14126.982758621],[10059.020530368,14089.913793103],[10035.511548332,14044.127586207],[10007.694610778,14126.982758621],[9999.8889649273,14032.812068966],[9898.1993156544,14221.810344828],[10630.076133447,14201.110344828],[10629.119760479,14159.484482759]], + "20014":[[9778.4169375535,14373.263793103],[9653.6313088109,14386.129310345],[9564.5808383234,14464.051724138],[9475.877673225,14407.467241379],[10540.185628743,14128.136206897],[10619.297690334,14125.027586207],[10173.260051326,14000.525862069],[10084.609923011,14149.906896552],[10050.339606501,14034.815517241],[9961.7936698032,14233.153448276],[9882.2740804106,14282.937931034]], + "20044":[[8092.7587681779,13841.612068966],[8013.0496150556,13812.043103448],[8099.7904191617,13860.70862069],[9687.9782720274,14422.50862069],[9637.8485885372,14398.065517241],[8215.5970915312,13596.239655172],[8146.2420872541,13679.674137931],[8149.6809238666,13726.534482759],[8151.8417450813,13844.081034483],[8192.9931565441,13852.881034483],[8266.2386655261,13894.95862069],[8258.3960650128,13858.301724138],[8217.1334473909,13869.232758621],[8180.9828913601,13859.087931034],[8196.1976047904,13866.360344828],[8228.2745936698,13643.560344828],[8216.1394354149,13704.618965517],[8207.0102651839,13853.706896552],[8236.2763045338,13810.027586207],[8192.9127459367,13774.072413793],[8221.2207014542,13842.551724138],[8211.2429426861,13740.322413793],[8864.000855432,13601.512068966],[8880.2352437981,13598.534482759],[8779.49786142,13471.175862069],[8817.0786997434,13579.884482759],[8858.4867408041,13614.265517241],[8861.4927288281,13597.865517241],[8865.1864841745,13579.587931034],[8854.255774166,13587.34137931],[8824.3413173653,13563.775862069],[8781.0153977759,13577.40862069],[8800.9076133447,13580.331034483],[8795.9187339607,13561.910344828],[8815.6432848589,13603.90862069],[8804.2164242943,13545.039655172],[8778.8083832335,13551.198275862],[8760.1907613345,13537.113793103],[8766.0710008554,13578.862068966],[8855.1043627032,13621.125862069],[8859.9443969204,13618.998275862],[8724.5534644996,13534.070689655],[8742.2745936698,13548.525862069],[8730.5979469632,13550.313793103],[8800.6800684346,13464.051724138],[8693.4858853721,13543.020689655],[8696.1668092387,13546.577586207],[8690.1411462789,13517.405172414],[8676.6424294269,13513.189655172],[8656.1120615911,13479.568965517],[8637.4824636441,13478.00862069],[8618.7279726262,13247.9],[8598.8665526091,13282.362068966],[8573.8828058169,13423.620689655],[8579.7750213858,13403.120689655],[8593.6655260907,13427.844827586],[8560.3036783576,13454.568965517],[8530.878528657,13514.239655172],[8542.994867408,13497.515517241],[8619.3284858854,13484.74137931],[8734.9674935843,13471.389655172],[8605.7288280582,13306.120689655],[8592.0419161677,13230.868965517],[8603.130025663,13243.929310345],[8642.6372968349,13219.844827586],[8624.0778443114,13196.774137931],[8637.6107784431,13206.560344828],[8640.1753635586,13190.210344828],[8620.7091531223,13173.170689655],[8630.1582549187,13216.067241379],[8633.626176219,13161.120689655],[8646.4046193328,13168.515517241],[8644.9349871685,13269.04137931],[8640.2215568862,13296.94137931],[8657.8229255774,13298.534482759],[8573.4482463644,13364.032758621],[8555.1710863986,13371.810344828],[8567.1659538067,13465.472413793],[8620.2403763901,13428.165517241],[8648.3532934132,13395.10862069],[8566.9828913601,13479.662068966],[8553.9632164243,13469.355172414],[8551.749358426,13490.775862069],[8578.7827202737,13493.381034483],[8569.5320786997,13517.203448276],[8570.2677502139,13512.086206897],[8564.9846022241,13531.568965517],[8551.4157399487,13570.656896552],[8572.9161676647,13515.129310345],[8599.9392643285,13564.520689655],[8578.7861420017,13565.720689655],[8611.6432848589,13540.503448276],[8638.2711719418,13540.220689655],[8630.873396065,13517.605172414],[8656.5825491873,13536.768965517],[8593.4020530368,13531.486206897],[8606.4559452524,13508.701724138],[8668.5620188195,13546.656896552],[8720.9435414885,13551.412068966],[8550.2130025663,13551.444827586],[8586.748502994,13583.551724138],[8570.2951240376,13579.639655172],[10313.220701454,15027.327586207],[10299.54918734,15049.670689655],[10372.219846022,15213.534482759],[10377.689478186,15202.387931034],[10363.364414029,15199.612068966],[10387.670658683,15151.398275862],[10367.591958939,15146.112068966],[10392.801539778,15130.648275862],[10355.855431993,15218.362068966],[10286.515825492,15196.412068966],[10332.604790419,15193.181034483],[10312.317365269,15210.865517241],[10290.885372113,15114.556896552],[10321.50641574,15149.503448276],[10299.9786142,15149.189655172],[10309.521813516,15122.40862069],[10298.56201882,15118.846551724],[10344.981180496,15077.474137931],[10307.465355004,15265.362068966],[10279.617621899,15312.696551724],[10346.233532934,15274.975862069],[10307.095808383,15276.982758621],[10381.631308811,15162.634482759],[10296.644140291,15290.537931034],[10286.019674936,15290.481034483],[10267.783575706,15244.855172414],[10275.164242943,15205.774137931],[10306.534644996,15207.375862069],[10287.689478186,15212.729310345],[10355.378100941,15207.612068966],[10281.078699743,15188.99137931],[10301.082121471,15133.167241379],[10281.119760479,15127.425862069],[10291.786997434,15140.086206897],[10333.682634731,15143.94137931],[10301.855431993,15085.318965517],[10382.558597092,15089.579310345],[10344.202737382,15251.353448276],[10388.724550898,15153.906896552],[10366.295124038,15161.394827586],[21780.303678358,12382.810344828]], + "20045":[[9247.2035928144,14354.067241379],[9228.876817793,14187.586206897],[9167.0205303678,14166.532758621],[9108.6133447391,14145.653448276],[9049.2155688623,14210.69137931],[9047.6381522669,14157.556896552],[9066.7194183062,14131.293103448],[9055.4841745081,14151.306896552],[8984.2386655261,14126.955172414],[8979.7339606501,14128.355172414],[9003.9854576561,14124.737931034],[8981.2720273738,14089.465517241],[8992.2386655261,14104.939655172],[8991.5851154833,14109.25],[8986.1719418306,14108.505172414],[8979.7647562019,14154.35862069],[9020.0863986313,14240.837931034],[8987.376390077,14133.713793103],[9035.4927288281,14074.570689655],[9152.380667237,14287.889655172],[8807.8622754491,14354.14137931],[8804.8135158255,14352.85],[8805.7972626176,14346.055172414],[8809.6552609068,14350.874137931],[8771.8656971771,14309.027586207],[8767.3541488452,14311.524137931],[8774.4644995723,14304.675862069],[8799.6621043627,14309.906896552],[8783.2412318221,14296.784482759],[8803.5218135158,14314.724137931],[8798.6783575706,14316.7],[8801.7271171942,14317.99137931],[8824.8169375535,14302.968965517],[8785.0342172797,14339.960344828],[8960.4918733961,14116.301724138],[8963.2121471343,14117.5],[8965.3336184773,14114.325862069],[8947.6672369547,14158.762068966],[8949.7322497861,14166.848275862],[8946.6834901625,14165.556896552],[8951.5252352438,14163.581034483],[8962.2386655261,14099.748275862],[8967.2258340462,14098.463793103],[8970.8186484175,14094.901724138],[8961.4756201882,14109.506896552],[8825.6313088109,14323.877586207],[8934.4165953807,14185.810344828],[8961.0359281437,14204.825862069],[8943.7818648417,14145.034482759],[8908.7416595381,14247.512068966],[8955.6757912746,14238.043103448],[8848.6783575706,14293.401724138],[8847.3096663815,14325.753448276],[8879.6381522669,14262.90862069],[8934.2386655261,14211.424137931]], + "20046":[[9014.2694610778,14760.185172414],[9113.2942686056,14803.813448276],[9071.1317365269,14716.93637931],[9039.6313088109,14551.806896552],[9150.1753635586,14584.662068966],[8981.8913601369,14518.443103448],[9211.2874251497,14667.5],[9260.6321642429,14570.64137931],[9311.6689478186,14639.963793103],[9333.6142001711,14564.913793103],[9272.8614200171,14507.796551724],[9250.2865697177,14456.262068966],[9279.2891360137,14453.889655172],[9269.5662959795,14409.679310345],[9273.8314798973,14214.365517241],[9262.0658682635,14176.84137931],[9201.1129170231,14303.64137931],[9227.6381522669,14345.305172414],[9234.2249786142,14216.124137931],[9239.1437125749,14141.020689655],[9200.0094097519,14188.94137931],[9165.9289991446,14139.453448276],[9206.1360136869,14218.074137931],[9426.7810094098,14472.493103448],[9431.9512403764,14402.55],[9430.3071000855,14440.906896552],[9398.7057313944,14621.022413793],[9370.8562874251,14518.298275862],[9395.5474764756,14501.39137931],[9462.1479897348,14494.105172414],[9311.629597947,14437.305172414],[9252.3481608212,14385.603448276],[9258.2061591104,14361.606896552],[9089.7254063302,14470.177586207],[9195.6621043627,14525.536206897],[8808.3190761334,14777.705689655],[8754.4354148845,14735.859310345],[8795.9871685201,14655.74137931],[8760.9178785287,14706.963448276],[8767.374679213,14689.902068966],[8784.5825491873,14652.805172414],[8778.1668092387,14720.511896552],[8779.2053036784,14630.594827586],[8787.4619332763,14608.853448276],[8814.4097519247,14619.255172414],[8799.5508982036,14613.744827586],[8802.5620188195,14631.439655172],[8772.3310521814,14602.2],[8779.1112061591,14569.989655172],[8803.7271171942,14517.293103448],[8819.4379811805,14526.448275862],[8862.250641574,14485.996551724],[8870.4097519247,14506.213793103],[8817.4191616766,14610.586206897],[8815.9700598802,14595.222413793],[8833.1864841745,14633.017241379],[8819.9461077844,14637.543103448],[8839.5919589393,14616.963793103],[8864.7724550898,14609.556896552],[8851.7733105218,14597.106896552],[8831.8605645851,14545.05862069],[8879,14825.459275862],[8881.7408041061,14741.619137931],[8973.869118905,14679.328103448],[8907.4841745081,14484.556896552],[8879.9136013687,14490.424137931],[8861.4910179641,14517.248275862],[8861.2155688623,14547.960344828],[8888.880239521,14596.363793103],[8917.8212147134,14581.681034483],[8880.0761334474,14617.201724138],[8922.4816082121,14663.359310345],[8897.6484174508,14625.394827586]], + "20049":[[9509.4071856287,14917.059827586],[9499.0598802395,14964.760862069],[9515.0581693755,14961.947931034],[9561.7048759624,14974.93637931],[9548.3276304534,14980.431034483],[9589.1060735672,15009.806896552],[9614.6988879384,15036.172413793],[9565.749358426,15008.14137931],[9587.6775021386,14981.293103448],[9674.1822070145,15022.124137931],[9652.5226689478,15034],[9681.870829769,15033.529310345],[9661.7082976903,14977.367931034],[9719.6092386655,15017.537931034],[9637.8263473054,14967.831206897],[9641.2874251497,15000.492068966],[9623.6056458512,14948.534482759],[9730.553635586,14960.781724138],[9739.7597946963,14987.167413793],[9696.1153122327,14959.297586207],[9740.3664670659,14929.610517241],[9695.0239520958,14982.710689655],[9555.7613344739,14898.164310345],[9541.1334473909,14905.132241379],[9532.3601368691,14933.548793103],[9605.6792130026,14918.99862069],[9596.5671514115,14883.337758621],[9596.0436270317,14942.730689655],[9661.24465355,14913.189655172],[9647.4242942686,14926.932241379],[9632.745081266,14883.953448276],[9681.0940975192,14904.043793103],[9548.3276304534,14872.672413793],[9615.0513259196,14898.534482759],[9709.5394354149,14911.352758621],[9710.8046193328,14889.632931034],[9741.6552609068,14900.25862069],[9719.6853721129,14933.391206897],[9676.3960650128,14862.381724138],[9718.1310521814,14851.140689655],[9732.7710863986,14871.960689655],[9755.4372968349,14835.699327586],[9613.2224123182,15013.85],[9637.874251497,15016.537931034],[9668.2420872541,15059.094827586],[9774.0593669803,14964.378103448],[9769.3662959795,14978.29362069],[9791.1662959795,14956.815689655],[9759.5096663815,14950.397931034],[9784.8035928144,14934.192068966],[9798.7514114628,14890.467931034],[9751.2896492729,14917.725517241],[9831.5495295124,14908.65637931],[9844.3279041916,14889.709310345],[9829.1088109495,14876.046724138],[9805.3154833191,14858.685172414],[9847.1140975192,14852.298448276],[9768.849786142,14857.008448276],[9791.0047904192,14867.983965517],[9749.2706586826,14762.821034483],[9713.679384089,14828.558291379],[9750.303849444,14787.730517241],[9739.4268605646,14807.650689655],[9761.8651839179,14801.34637931],[9779.4863986313,14750.353448276],[10064.717707442,14858.124137931],[10092.132591959,14853.245689655],[10124.70402053,14848.25862069],[10004.329854577,14831.869741379],[10147.130025663,14867.5],[10180.794696322,14888.467931034],[10235.470487596,14884.259482759],[10097.054747648,14902.835689655],[10255.922155689,14850.009655172],[10202.832335329,14845.089724138],[9900.8627887083,14832.692189655],[9873.3917878529,14867.5],[9883.5009409752,14845.380741379],[9973.2403763901,14818.180689655],[10109.566295979,14829.957410172],[10014.583233533,14808.745172414],[10036.498716852,14827.926258621],[10124.818648417,14804.22137931],[10141.359281437,14746.766206897],[10219.153977759,14791.197758621],[10203.732249786,14816.644948276],[10239.248075278,14807.045517241],[10250.310521814,14775.956896552],[10171.456800684,14766.70362069],[10229.5320787,14726.464310345],[10241.855431993,14743.713965517],[10058.319076133,14774.474137931],[10023.223781009,14768.768793103],[10099.735671514,14757.280689655],[10178.130881095,14739.174827586],[9988.0196749358,14731.293103448],[9976.2277159966,14749.914137931],[9994.9909324209,14770.649827586],[9965.7784431138,14795.086206897],[10031.020530368,14794.585],[9953.8100940975,14820.298706897],[9910.5698887938,14788.338275862],[9951.2484174508,14747.086724138],[10077.893071001,14751.065344828],[9905.799144568,14752.118793103],[9864.8374679213,14804.568965517],[9882.2800684346,14798.381034483],[9857.4112745937,14749.155517241],[9924.3156544055,14814.595724138]], + "20089":[[9517.3182207015,16624.034482759],[9097.4311377246,16658.775862069],[9098.7570573139,16624.465517241],[9109.4910179641,16639.913793103],[9122.4148845167,16619.431034483],[9112.9127459367,16658.965517241],[9045.371257485,16605.896551724],[9065.0085543199,16613.189655172],[9079.5697177074,16640.310344828],[9017.9923011121,16622.534482759],[9081.4414029085,16659.672413793],[9095.4807527802,16596.379310345],[9040.0898203593,16643.086206897],[9799.7970915312,16651.206896552],[9744.5936698033,16672.793103448],[9798.1741659538,16595.689655172],[9703.5384088965,16604.172413793],[9023.374679213,16659.775862069],[9047.3952095808,16659.931034483],[9023.6723695466,16640.362068966],[9658.9880239521,16602.034482759],[9583.2360992301,16629.517241379],[9663.1899059025,16689.75862069],[9474.2831479897,16521.062068966],[9093.877673225,16494.334482759],[9124.0333618477,16491.637931034],[9121.8554319932,16508.05],[9077.1026518392,16495.767241379],[9188.8323353293,16511.562068966],[9178.4662104363,16521.182758621],[9164.1736526946,16519.144827586],[9133.7356715141,16509.182758621],[9191.5389221557,16492.184482759],[9082.0778443114,16451.963793103],[9075.2925577417,16466.737931034],[9060.8426005133,16454.924137931],[9076.4165953807,16422.168965517],[9046.6749358426,16496.251724138],[9110.4080410607,16454.75],[9132.7827202737,16466.844827586],[9098.7844311377,16471.684482759],[9123.4893071001,16422.4],[9171.7818648417,16473.79137931],[9188.6321642429,16457.422413793],[9186.4422583405,16439.579310345],[9158.4559452524,16437.748275862],[9012.0966638152,16576.068965517],[9020.5859709153,16473.644827586],[8993.3473053892,16456.606896552],[9016.8836612489,16453.424137931],[9041.1351582549,16468.034482759],[8983.8913601369,16564.965517241],[9070.1411462789,16404.568965517],[9021.3353293413,16340.775862069],[9002.8887938409,16334.062068966],[8992.7964071856,16306.875862069],[9017.6826347305,16592.017241379],[9153.248075278,16111.944827586],[9190.2335329341,16133.231034483],[9144.0521813516,16190.275862069],[9166.2882805817,16344.863793103],[9157.1950384944,16332.436206897],[9168.7964071856,16362.462068966],[9185.8964927288,16362.05862069],[9153.6467065868,16383.479310345],[9188.2198460222,16384.672413793],[9100.6834901625,16382.855172414],[9114.9555175364,16281.4],[9099.2258340462,16301.982758621],[9127.5560307956,16297.260344828],[9129.6809238666,16275.284482759],[9080.9863130881,16310.59137931],[9157.3952095808,16276.120689655],[9104.7005988024,16269.882758621],[9114.2044482464,16224.715517241],[9079.744225834,16237.832758621],[9044.4046193328,16312.612068966],[9060.125748503,16301.748275862],[9056.628742515,16282.994827586],[9077.5218135158,16290.40862069],[9032.4337040205,16302.679310345],[9080.4063301967,16258.879310345],[9047.5988023952,16251.037931034],[9098.2369546621,16243.360344828],[9057.8982035928,16392.293103448],[9129.7955517536,16407.851724138],[9128.373823781,16381.770689655],[9175.3883661249,16399.965517241],[9164.9931565441,16418.872413793],[9184.8306244654,16413.536206897],[9182.2899914457,16345.093103448],[9022.1958939264,16280.451724138],[9021.1830624465,16295.037931034],[8984.1548331908,16323.151724138],[9009.123182207,16307.803448276],[9072.7741659538,16267.913793103],[9168.1171941831,16072.69137931],[9195.9751924722,16065.268965517],[9267.2429426861,15952.889655172],[9793.704704876,16555.586206897],[9717.024465355,16545.255172414],[9768.3086398631,16496.429310345],[9791.0087254063,16488.094827586],[9842.6783062447,16523.744827586],[9777.0990590248,16445.681034483],[9822.9520958084,16454.834482759],[9780.1497005988,16401.982758621],[9818.1977758768,16393.024137931],[9844.8404961506,16347.581034483],[9033.2720273738,16224.294827586],[9117.9016253208,16180.331034483],[9123.3130881095,16195.293103448],[9102.375534645,16178.401724138],[9113.3130881095,16128.006896552],[9099.7562018819,16133.687931034],[9063.9786142002,16106.101724138],[9079.2994011976,16097.360344828],[9076.9743370402,16069.94137931],[9054.0367835757,16087.894827586],[9085.9803250642,16028.236206897],[9065.3267750214,16020.806896552],[9044.5141146279,16025.24137931],[9130.6920444825,16016.384482759],[9110.6441402908,16035.101724138],[9165.8366124893,16024.360344828],[9163.2395209581,15996.179310345],[9181.3301967494,16005.205172414],[9046.4234388366,16162.989655172],[8997.0427715997,16068.417241379],[9002.2301112062,16089.515517241],[8987.1642429427,16033.879310345],[9009.5628742515,16108.555172414],[8992.372112917,16132.001724138],[8986.6424294269,16109.35862069],[9023.6398631309,16123.924137931],[9023.9495295124,16087.332758621],[9054.1017964072,16121.124137931],[9040.0573139435,16134.151724138],[9080.0316509837,16114.984482759],[9079.1026518392,16162.548275862],[9017.3815226689,16185.712068966],[8997.7271171942,16191.543103448],[8984.7331052181,16171.139655172],[9048.8408896493,16199.806896552],[9061.8468776732,16186.936206897],[9061.501283148,16149.777586207],[9097.5286569718,16200.027586207],[9004.5449101796,16272.893103448],[9850.8791958939,16460.525862069],[9643.2309666382,16547.032758621],[9543.9803250642,16567.224137931],[8917.0872540633,16626.155172414],[8902.628742515,16616.74137931],[8966.9247219846,16632.534482759],[8938.4764756202,16636.793103448],[8961.7750213858,16646.534482759],[8929.1471343028,16618.344827586],[8946.3173652695,16622.068965517],[8944.247219846,16606],[8917.0975192472,16604.396551724],[8885.3455945252,16641.086206897],[8950.380667237,16564.913793103],[8948.6698032506,16580.431034483],[8933.9136013687,16554.034482759],[8933.7715996578,16579.672413793],[8968.4302822926,16549.220689655],[8953.2070145423,16526.782758621],[8951.7818648417,16548.072413793],[8913.7254063302,16531.384482759],[8908.4644995723,16514.913793103],[8876.0624465355,16522.379310345],[8861.2275449102,16530.496551724],[8855.4277159966,16513.189655172],[8936.7296834902,16526.034482759],[8901.9153122327,16327.260344828],[8787.8485885372,16274.396551724],[8805.9050470488,16283.674137931],[8799.0376390077,16273.086206897],[8849.6501283148,16284.760344828],[8841.8674080411,16296.617241379],[8835.752780154,16288.189655172],[8885.2241231822,16287.905172414],[8883.1129170231,16310.177586207],[8817.4893071001,16240.589655172],[8791.1591103507,16244.365517241],[8805.6467065868,16243.484482759],[8827.6381522669,16275.337931034],[8863.9820359281,16495.086206897],[8964.7775876818,16579.275862069],[8962.8289136014,16286.627586207],[8935.8554319932,16272.563793103],[8837.5902480753,16179.563793103],[8856.1394354149,16174.663793103],[8829.2822925577,16195.855172414],[8843.0307955518,16195.334482759],[8843.4739093242,16163.010344828],[8857.9563729683,16158.248275862],[8806.6680923867,16220.948275862],[8834.9914456801,16227.868965517],[8859.7613344739,16200.751724138],[8823.5988023952,16217.179310345],[8876.6544054748,16165.717241379],[8948.7946963216,16048.618965517],[8935.8656971771,16089.622413793],[8953.8023952096,16076.120689655],[8923.9238665526,16047.267241379],[8963.2994011976,16034.453448276],[8944.6971770744,16145.727586207],[8967.1573994867,16137.763793103],[8952.5620188195,16184.518965517],[8958.5808383234,16205.313793103],[8947.5115483319,16166.705172414],[8904.1171941831,16177.275862069],[8931.6073567151,16181.318965517],[8900.6407185629,16146.048275862],[8898.0248075278,16104.322413793],[8893.0940975192,16092.746551724],[8880.2694610778,16151.375862069],[8914.8135158255,16117.3],[8909.5235243798,16074.627586207],[8870.5500427716,16097.068965517],[8904.8152266895,16239.612068966],[8886.6749358426,16230.351724138],[8907.1881950385,16225.182758621],[8918.9794696322,16215.513793103],[8876.0248075278,16251.996551724],[8963.0119760479,16239.212068966],[8967.1813515825,16220.55],[8941.872540633,16235.220689655],[8917.874251497,16553.706896552],[8906.9606501283,16593.586206897],[8915.8571428571,16577.431034483],[9864.8374679213,16660.603448276],[9863.6965440547,16626.5],[9914.2396920445,16589.965517241],[9857.6572284003,16585.206896552],[9991.6364414029,16576.155172414],[9970.0410607357,16518.272413793],[10016.762189906,16496.272413793],[10012.164585115,16447.281034483],[9983.9159965783,16433.168965517],[9926.8798973482,16431.698275862],[9905.8150556031,16464.439655172],[9908.9447390932,16544.637931034]], + "20091":[[10710.317365269,16017.101724138],[10677.710008554,16002.422413793],[10688.618477331,15979.568965517],[10612.48502994,16099.396551724],[10668.943541488,16132.155172414],[10712.570573139,16115.775862069],[10668.943541488,16114.913793103],[10605.641573995,16183.017241379],[10614.195893926,16145.086206897],[10648.413173653,16184.74137931],[10636.437125749,16213.189655172],[10680.064157399,16209.74137931],[10576.556886228,16157.155172414],[10650.979469632,16097.672413793],[10690.743370402,16006.870689655],[10640.714285714,15973.534482759],[10727.704875962,16043.244827586],[10707.43798118,16133.879310345],[10727.968349016,16123.534482759],[10709.148845167,16101.982758621],[10717.131736527,16174.746551724],[10675.786997434,16168.362068966],[10585.966638152,16220.948275862],[10619.328485885,16203.706896552],[10648.413173653,16238.189655172],[10631.30453379,16250.25862069],[10548.327630453,16280.431034483],[10648.413173653,15978.706896552],[10693.080410607,16084.279310345],[10552.604790419,16109.74137931],[10604.786142002,16124.396551724],[10571.424294269,16074.396551724],[10580.834046193,16095.948275862],[10584.387510693,16004.243103448],[10639.003421728,16127.844827586],[10628.73823781,16153.706896552],[10620.110350727,16011.720689655],[10525.393498717,16351.012068966],[10586.298545766,16305.067241379],[10542.639007699,16408.70862069],[10608.5106929,16398.39137931],[10594.520958084,16449.396551724],[10660.621899059,16468.156896552],[10828.909324209,16636.465517241],[10790.414884517,16659.74137931],[10751.920444825,16737.327586207],[10820.811804962,16747.568965517],[10887.934131737,16712.327586207],[10902.47647562,16664.051724138],[10856.28314799,16614.051724138],[10771.721984602,16068.274137931],[10775.858853721,16054.924137931],[10773.335329341,16039.601724138],[10731.390076989,16147.672413793],[10750.794696322,16070.936206897],[10745.076988879,16095.948275862],[10763.896492729,16133.017241379],[10761.330196749,16105.431034483],[10748.967493584,16113.575862069],[10797.258340462,16132.155172414],[10774.161676647,16190.775862069],[10775.01710864,16151.982758621],[10821.21043627,16188.189655172],[10831.475620188,16170.948275862],[10794.692044482,16172.672413793],[10801.535500428,16164.051724138],[10921.29597947,16275.25862069],[10851.150556031,16206.293103448],[10830.620188195,16229.568965517],[10905.0427716,16251.982758621],[10810.945252352,16219.224137931],[10750.779298546,16254.034482759],[10843.451668092,16211.465517241],[10833.186484175,16211.465517241],[10879.619332763,16219.54137931],[10894.777587682,16230.431034483],[10919.585115483,16261.465517241],[10808.722840034,16284.624137931],[10875.848588537,16299.25],[10911.886227545,16265.775862069],[10876.645851155,16363.275862069],[10933.272027374,16418.362068966],[10953.80239521,16395.948275862],[10948.669803251,16379.568965517],[10940.970915312,16394.224137931],[10929.850299401,16465.775862069],[10918.72968349,16485.603448276],[10952.946963216,16420.086206897],[10936.693755346,16480.431034483],[10896.488451668,16526.120689655],[10787.595380667,16498.418965517],[10817.74251497,16437.875862069],[10766.625320787,16421.481034483]], + "20092":[[9521.8314798973,16695.517241379],[9575.1129170231,16650.620689655],[9635.24465355,16692.362068966],[9485.6501283148,16641.310344828],[9537.3849443969,17262.620689655],[9355.4824636441,17154.74137931],[9492.7416595381,17335.862068966],[9547.9375534645,17345],[9522.5757057314,17298.034482759],[9820.1077844311,17414.948275862],[9774.8342172797,17380.775862069],[9791.9486740804,17341.896551724],[9849.3569888794,17372.724137931],[9753.2282292558,17308.051724138],[9810.4711719418,16880.672413793],[9836.7972626176,16912.086206897],[9177.7065868263,17082.965517241],[9199.8160821215,17151.448275862],[9223.3045337896,17104.155172414],[9250.7125748503,17148.137931034],[9295.2891360137,17203.362068966],[9322.1137724551,17134.586206897],[9585.6586826347,17283.310344828],[9353.2891360137,17213.189655172],[9601.7733105218,16599.189655172],[9280.3002566296,17018.879310345],[9333.3370402053,17089.25862069],[9221.6056458512,17038.551724138],[9267.4396920445,17066.724137931],[9295.1505560308,17110.862068966],[9354.996578272,16550.139655172],[9350.130881095,16519.874137931],[9372.9161676647,16490.843103448],[9292.8579982891,16515.289655172],[9292.7365269461,16556.413793103],[9135.0376390077,16496.634482759],[9090.255774166,16508.181034483],[9049.6107784431,16458.879310345],[9084.0641573995,16467.729310345],[9126.2968349016,16459.943103448],[9017.9597946963,16411.465517241],[9003.9426860565,16431.803448276],[9067.6911890505,16414.994827586],[9286.753635586,16403.701724138],[9331.0479041916,16400.25862069],[9294.6817792985,16326.55862069],[9134.0983746792,16169.403448276],[9115.4790419162,16393.362068966],[9151.9632164243,16423.881034483],[9347.4242942686,16047.986206897],[9327.754491018,16035.286206897],[9323.3490162532,16004.568965517],[9246.9657827203,15994.44137931],[9357.7339606501,15969.829310345],[9394.3498716852,15928.706896552],[9456.4473909324,15898.74137931],[9601.3815226689,15998.096551724],[9628.7005988024,16037.967241379],[9433.0838323353,15989.748275862],[9121.3250641574,16029.243103448],[9095.0975192472,16078.237931034],[9080.4388366125,16142.213793103],[9074.6458511548,16056.013793103],[9027.9905902481,16100.003448276],[9014.3447390932,16120.386206897],[9043.622754491,16114.913793103],[8989.4739093242,16184.339655172],[9041.9580838323,16191.015517241],[9079.99572284,16187.00862069],[8991.3592814371,16210.520689655],[9016.2968349016,16263.444827586],[9502.0436270317,15909.467241379],[8861.8982035928,16277.94137931],[8904.1035072712,16274.896551724],[8799.6757912746,16255.572413793],[8882.3088109495,16132.981034483],[8854.372112917,16188.253448276],[8842.745081266,16206.113793103],[8966.6852010265,16084.034482759],[8951.7818648417,16129.539655172],[8935.1026518392,16127.768965517],[8943.1762189906,16196.682758621],[8969.1608212147,16163.384482759],[8919.5851154833,16184.74137931],[8905.629597947,16110.544827586],[8873.9512403764,16070.394827586],[8855.1129170231,16213.498275862],[8932.245508982,16238.277586207],[8950.7125748503,16272.612068966],[9866.4037639008,17409.362068966],[9895.1538066724,16945.551724138],[9880.1743370402,16856.086206897],[10060.336184773,16647.017241379],[10104.53635586,16642.431034483],[10268.435414885,17356.120689655],[10273.834901625,17275.913793103],[10382.175363559,17289.413793103],[10439.946107784,17291.982758621],[10350.497005988,17229.137931034],[10698.531223268,16962.5],[10651.747647562,16994.724137931],[10498.464499572,16847.086206897],[10586.471343028,16848.74137931],[10600.276304534,16784.517241379],[10475.285714286,16919.396551724],[10575.256629598,16915.568965517],[10302.645851155,16699.034482759],[10261.757912746,16640.775862069],[10231.720273738,16699.172413793],[10136.887082977,16703.724137931],[10181.887938409,16632.862068966],[10422.9572284,17007.862068966],[10312.396065013,16986.137931034],[10350.722840034,17015.775862069],[10332.402908469,16954.948275862],[10260.902480753,16999.396551724],[10171.4465355,16884.724137931],[10218.72968349,16929.189655172],[10147.870829769,16821.034482759],[9952.9469632164,16989.913793103],[10108.363558597,16570.948275862],[10145.516680924,16463.984482759],[10199.318220701,16463.060344828],[10481.603934987,16207.155172414],[10658.269461078,16039.20862069],[10694.606501283,16263.189655172],[10461.160821215,16096.667241379],[10502.565440547,16168.424137931],[10592.834046193,16018.448275862],[10475.615911035,16143.362068966],[10628.336184773,15998.753448276],[10495.872540633,16070.468965517],[10512.50213858,16037.393103448],[10189.046193328,16570.948275862],[10259.367835757,16568.724137931],[10173.191616766,16519.137931034],[10230.50213858,16508.563793103],[10136.25748503,16586.75862069],[10517.816082121,16257.412068966],[10530.372112917,16314.682758621],[10564.580838323,16272.672413793],[10599.342172797,16323.567241379],[10624.096663815,16279.775862069],[10506.868263473,16414.094827586],[10565.376390077,16424.453448276],[10494.56201882,16482.25862069],[10608.642429427,16439.198275862],[10652.690333618,16397.672413793],[10555.171086399,16533.017241379],[10627.027373824,16500.25862069],[10566.192472198,16483.389655172],[10694.808383234,16594.810344828],[10680.113772455,16461.879310345],[10716.478186484,16451.767241379],[10711.980325064,16392.163793103],[10686.076133447,16538.506896552],[10901.73396065,16602.362068966],[10939.54918734,16632.965517241],[10975.138579983,16683.844827586],[10984.690333618,16638.017241379],[10884.512403764,16174.396551724],[10858.849443969,16148.534482759],[10869.402053037,16034.175862069],[10859.797262618,16096.229310345],[10842.842600513,16071.860344828],[10821.408896493,16053.74137931],[10832.615055603,16011.643103448],[10808.786142002,15984.306896552],[10784.75534645,16024.518965517],[10790.722840034,15920.212068966],[10920.443969204,16147.724137931],[10918.861420017,16081.094827586],[10880.247219846,16118.90862069],[10760.170230967,15977.939655172],[10763.896492729,16238.189655172],[10786.264328486,16284.624137931],[10862.736526946,16311.90862069],[10855.51497006,16359.556896552],[10986.420017109,16461.613793103],[10999.99572284,16503.706896552],[10972.396065013,16489.603448276],[10973.655260907,16534.684482759],[10892.473053892,16568.74137931],[10834.774165954,16503.710344828],[10775.426005133,16463.131034483],[10850.295124038,16433.879310345],[10784.426860565,16545.086206897],[10926.151411463,16584.913793103],[10743.130025663,16382.032758621]], + "20101":[[7260.4747647562,18187.879310345],[7292.5363558597,18188.103448276],[7265.8297690334,18213.913793103],[7265.1967493584,18234.275862069],[7279.8588537211,18205.431034483],[7266.0350727117,18258.879310345],[7264.6150556031,18254.879310345],[6358.4217279726,17121.810344828],[6354.7775876818,17150.965517241],[6368.3960650128,17178.396551724],[6382.3567151411,17159.534482759],[6422.2198460222,17965.206896552],[6460.1497005988,17966.982758621],[6442.0829769033,18154.965517241],[7208.7211291702,18179.568965517],[7194.1787852866,18273.534482759],[6373.870829769,17660.844827586],[6398.627031651,17672.672413793],[7138.1479897348,18362.517241379],[7149.6963216424,18364.051724138],[6337.8913601369,17137.327586207],[6328.4816082121,17113.189655172],[6345.5902480753,17122.672413793],[6350.4491017964,17192.620689655],[5918.7296834902,17450.25862069],[5852.5192472198,17436.810344828],[5847.0444824636,17453.189655172],[5802.7331052181,17455.24137931],[5858.6099230111,17454.724137931],[5879.6706586826,17462.155172414],[5860.8853721129,17452.017241379],[5856.8477331052,17450.931034483],[5940.6116338751,17443.103448276],[5873.3917878529,17414.051724138],[5897.3438836612,17428.706896552],[5944.3242087254,17421.034482759],[5954.6578272027,17388.189655172],[5952.0915312233,17388.189655172],[5942.6817792985,17386.465517241],[5940.9709153122,17396.810344828],[5955.8212147134,17387.482758621],[5955.8212147134,17396.206896552],[5972.7416595381,17412.137931034],[5955.3250641574,17410],[5910.1753635586,17377.844827586],[5861.5355004277,17351.948275862],[5863.8280581694,17349.24137931],[5978.9520958084,17352.310344828],[5989.9358426005,17361.827586207],[5917.0188195038,17274.396551724],[5930.7741659538,17273.017241379],[5926.7365269461,17271.931034483],[5928.498716852,17275.74137931],[5869.0633019675,17276.913793103],[5881.0735671514,17210.344827586],[5868.9093242087,17236.068965517],[5869.5252352438,17208.793103448],[5879.3113772455,17206.534482759],[5893.1522668948,17242.034482759],[5881.0906757913,17208.017241379],[5905.0427715997,17207.810344828],[6162.7159965783,17209.689655172],[6168.3447390932,17233.344827586],[6153.8537211292,17249.120689655],[6141.2617621899,17253.603448276],[6148.2763045338,17144.051724138],[6138.5757057314,17129.568965517],[6261.5355004277,17974.689655172],[6344.7348160821,17488.189655172],[6337.0359281437,17525.25862069],[3814.6065012831,14833.39537931],[3810.9452523524,14835.603448276],[3814.3669803251,14838.189655172],[3823.7596236099,14859.578275862],[3802.0658682635,14883.757413793],[3882.630453379,14878.315],[3875.1026518392,14864.913793103],[3984.0846877673,14867.443965517],[4061.3130881095,14856.645344828],[4126.9931565441,14865.832068966],[4125.744225834,14870.086206897],[3720.2694610778,14846.810344828]], + "20102":[[6459.6535500428,18157.275862069],[5898.1993156544,17364.913793103],[5824.6321642429,17199.396551724],[5858.8494439692,17108.017241379],[5851.1847733105,17071.534482759],[5831.5440547476,17059.551724138],[5879.0205303678,17011.586206897],[5889.6449957228,17009.74137931],[6115.496150556,17145.517241379],[6127.5406330197,17268.396551724],[6134.5380667237,17226.672413793],[6080.9709153122,17235.913793103],[6072.2112917023,17153.982758621],[6033.4088964927,17149.206896552],[6162.5278015398,17068.362068966],[6096.0094097519,17079.982758621],[5893.374679213,16876.74137931],[5982.9555175364,17028.120689655],[5886.0350727117,16831.637931034],[5815.2395209581,16854.517241379],[5800.6458511548,16992.603448276],[5803.6569717707,16935.965517241]], + "20107":[[6513.374679213,17609.379310345],[6510.5517536356,17588.74137931],[6455.4277159966,17697.24137931],[6443.9649272883,17643.362068966],[6431.5782720274,17658.672413793],[6174.9828913601,16693.034482759],[6149.1830624465,16790.482758621],[6137.7202737382,16793.068965517],[6154.0932420873,16780.827586207],[6158.6099230111,16705.293103448],[6165.6586826347,16706.275862069],[6170.0727117194,16702.689655172],[6160.9880239521,16695.931034483],[6166.7707442258,16710],[6145.881094953,16797.775862069],[5820.9195893926,17172.293103448],[5816.3857998289,17161.327586207],[5812.7587681779,17167.25862069],[5810.9452523524,17173.534482759],[5763.8964927288,17204.568965517],[5764.5637296835,17195.568965517],[5769.0290846878,17195.086206897],[5772.7245508982,17200.603448276],[5768.1907613345,17189.637931034],[5809.1659538067,17172.017241379],[5817.2070145423,17166.672413793],[5760.9709153122,17200.327586207],[5806.6680923867,17101.982758621],[5956.3686911891,17062.327586207],[5970.9452523524,17082.482758621],[5995.0513259196,17063.982758621],[6031.3216424294,17084.034482759],[6081.2617621899,17219.224137931],[6059.5337895637,17149.775862069],[5965.4533789564,17030.310344828],[5978.6099230111,17021.810344828],[5850.1753635586,16958.448275862],[6021.5868263473,17036.206896552],[6063.7082976903,17028.120689655],[6051.2189905902,16999.379310345],[6076.129170231,17007.155172414],[6082.3909324209,17019.137931034],[5958.74679213,17092.75862069],[6046.1890504705,17118.362068966],[6085.8639863131,17167.362068966],[6099.6877673225,17171.086206897],[6116.3344739093,17177.844827586],[6095.9067579127,17211.844827586],[6099.2942686056,17159.517241379],[6111.1505560308,17202.517241379],[6085.2651839179,17146.844827586],[6118.0453378956,17118.362068966],[6099.2258340462,17123.534482759],[6106.3088109495,17109.948275862],[6112.0573139435,17081.293103448],[6102.4422583405,17059.155172414],[6078.9863130881,17082.482758621],[6097.0359281437,17042.5],[6106.1035072712,17228.655172414],[6083.1094952951,17185.948275862],[6139.0547476476,17182.827586207],[6123.1779298546,17132.155172414],[6058.4559452524,17211.465517241],[6020.252352438,17127.24137931],[6044.1017964072,17070.896551724],[6067.4379811805,17011.551724138],[6082.750213858,17040.293103448],[6020.372112917,17099.603448276],[5850.3122326775,16968.931034483],[5855.2737382378,16916.534482759],[5898.7296834902,16919.051724138],[5893.9221556886,16918.362068966],[5927.9854576561,16897.137931034],[5906.753635586,16939.913793103],[5962.3567151411,16889.913793103],[5928.994867408,16925.25862069],[5954.3669803251,16884.120689655],[5941.5697177074,16874.431034483],[5933.6142001711,16892.051724138],[5967.4893071001,16937.327586207],[5898.1993156544,16911.465517241],[5933.3575705731,16862.810344828],[5987.5577416595,16883.879310345],[5847.0786997434,16962.448275862],[5853.2207014542,16971.517241379],[5857.8400342173,16962.068965517],[5797.3267750214,16942.24137931],[5847.2326775021,16921.879310345],[5807.7801539778,16878.482758621],[5850.2951240376,16917.5],[5836.1462788708,16895.810344828],[5850.1582549187,16926.275862069],[5858.9863130881,16922.155172414],[5843.6569717707,16864.724137931],[5847.4893071001,16841.448275862],[5926.1377245509,16861.172413793],[5898.6099230111,16857.586206897],[5934.7091531223,16860.25862069],[5933.1009409752,16847.137931034],[5995.7185628743,16881.293103448],[5854.4525235244,16911.189655172],[5847.9170230967,16837.086206897],[5849.0290846878,16843.25862069],[5852.8956372968,16842.086206897],[5755.9923011121,16965.689655172],[5806.2061591104,16908.724137931],[5786.1548331908,16896.982758621],[5744.6150556031,16965.844827586],[5677.0530367836,16841.603448276],[5698.0282292558,17071.810344828],[5696.8477331052,17066.551724138],[5701.3815226689,17077.517241379],[5720.4576561163,17109.775862069],[5799.7048759624,17098.862068966],[5804.5808383234,17093.034482759],[5689.4739093242,17076.982758621],[5657.1556886228,17074.879310345],[5692.5534644996,17081.620689655],[5693.2207014542,17072.465517241],[5691.2703165098,17032.448275862],[6297.9597946963,17926.982758621],[6343.5201026518,17503.206896552],[6327.9170230967,17498.844827586],[6328.4816082121,17539.913793103]], + "20108":[[6387.5064157399,18320.948275862],[6407.1813515825,18227.844827586],[5859.3627031651,18009.517241379],[5819.7390932421,18043.931034483],[5894.0076988879,18082.586206897],[5786.4627887083,17979.75862069],[5800.6116338751,18008.25862069],[5707.1813515825,17849.672413793],[5659.3627031651,17751.275862069],[5738.5243798118,17858.931034483],[5631.9546621044,17772.448275862],[6202.8186484175,18324.982758621],[6347.9854576561,18354.913793103],[6228.8922155689,18047.344827586],[5880.372112917,18106.965517241],[5788.4816082121,18134.25862069],[5695.6330196749,18074.775862069],[5678.7125748503,18085.293103448],[5644.9743370402,17990.810344828],[5631.4242942686,17952.75862069],[5783.4858853721,17552.413793103],[5769.1488451668,18182.931034483],[5838.8494439692,18178.568965517],[5803.7596236099,18169.344827586],[5887.5064157399,17524.706896552],[5923.1437125749,17490.293103448],[5856.1804961506,17574.137931034],[5895.6159110351,17517.327586207],[6100.1325919589,18625.310344828],[6145.4191616766,18633.879310345],[6243.622754491,18617.431034483],[6203.6056458512,18568.465517241],[6163.4174508127,18515.413793103],[6170.4662104363,18462.689655172],[6309.6621043627,18407.155172414]], + "20108":[[6387.5064157399,18320.948275862],[6407.1813515825,18227.844827586],[5859.3627031651,18009.517241379],[5819.7390932421,18043.931034483],[5894.0076988879,18082.586206897],[5786.4627887083,17979.75862069],[5800.6116338751,18008.25862069],[5707.1813515825,17849.672413793],[5659.3627031651,17751.275862069],[5738.5243798118,17858.931034483],[5631.9546621044,17772.448275862],[6202.8186484175,18324.982758621],[6347.9854576561,18354.913793103],[6228.8922155689,18047.344827586],[5880.372112917,18106.965517241],[5788.4816082121,18134.25862069],[5695.6330196749,18074.775862069],[5678.7125748503,18085.293103448],[5644.9743370402,17990.810344828],[5631.4242942686,17952.75862069],[5783.4858853721,17552.413793103],[5769.1488451668,18182.931034483],[5838.8494439692,18178.568965517],[5803.7596236099,18169.344827586],[5887.5064157399,17524.706896552],[5923.1437125749,17490.293103448],[5856.1804961506,17574.137931034],[5895.6159110351,17517.327586207],[6100.1325919589,18625.310344828],[6145.4191616766,18633.879310345],[6243.622754491,18617.431034483],[6203.6056458512,18568.465517241],[6163.4174508127,18515.413793103],[6170.4662104363,18462.689655172],[6309.6621043627,18407.155172414]], + "20109":[[4531.8349016253,19183.155172414],[4432.9811804962,19171.603448276],[4451.0992301112,19050.724137931],[4437.4636441403,19041.327586207],[4437.8571428571,19024.448275862],[4419.3969204448,19172.293103448],[4441.9461077844,19195.844827586],[4399.1402908469,19026.862068966],[4376.1976047904,19164.24137931],[4206.1548331908,19030.431034483],[4068.0710008554,18974.620689655],[4077.7202737382,18990.724137931],[4111.9717707442,18991.051724138],[4121.4670658683,19009.689655172],[4110.3464499572,18974.396551724],[4154.9486740804,19026.672413793],[4033.3575705731,19024.396551724],[4049.5423438837,18977.155172414],[4035.8041060736,19002.034482759],[3772.0230966638,19314.75862069],[3784.9743370402,19344.189655172],[3736.4542343884,19379.75862069],[3755.2395209581,19463.879310345],[3751.0650128315,19501.982758621],[3775.872540633,19503.706896552],[3724.5466210436,19333.017241379],[3756.2831479897,19361.844827586],[3732.5192472198,19547.448275862],[3798.2164242943,19540.344827586],[3823.5885372113,19541.586206897],[3774.1616766467,19543.362068966],[3797.5662959795,19492.655172414],[3857.378100941,19532.396551724],[3852.7758768178,19480.913793103],[3834.8460222412,19512.896551724],[3880.5260906758,19491.965517241],[3891.6124893071,19418.068965517],[3918.0282292558,19537.586206897],[3904.1873396065,19546.810344828],[3938.2164242943,19536.482758621],[3907.3866552609,19524.982758621],[3876.8135158255,19558.396551724],[3928.7040205304,19565.017241379],[3905.5218135158,19505.568965517],[3929.7989734816,19476.775862069],[3940.2010265184,19507.293103448],[3913.5970915312,19439.051724138],[3891.3216424294,19453.551724138],[3980.7313943541,19521.137931034],[3975.1881950385,19561.086206897],[4015.9923011121,19546.913793103],[4030.500427716,19523.879310345],[4026.5141146279,19564.913793103],[4048.7382378101,19494.086206897],[4022.0658682635,19475.551724138],[4033.3575705731,19417.5],[4078.6783575706,19534.465517241],[4112.4508126604,19513.206896552],[4123.502994012,19552.689655172],[4155.6843455945,19540.775862069],[4128.1907613345,19490.25862069],[4144.5637296835,19518.362068966],[4181.8434559453,19510.172413793],[4224.0846877673,19501],[4060.1325919589,19440.724137931],[4301.124893071,19480.862068966],[4329.3028229256,19492.465517241],[4330.1924721985,19459.74137931],[4342.4251497006,19508.24137931],[4405.5560307956,19496.396551724],[4439.5680068435,19517],[4367.3182207015,19492.293103448],[4390.9281437126,19464.051724138],[4387.2155688623,19516.965517241],[4413.0496150556,19447.706896552],[4414.3669803251,19405.844827586],[4465.0085543199,19496.24137931],[4433.8537211292,19470.568965517],[4478.0624465355,19437.655172414],[4453.0838323353,19414.189655172],[4439.379811805,19393.965517241],[4480.4747647562,19378.862068966],[4372.6390076989,19529.189655172],[4514.503849444,19441.620689655],[4532.5363558597,19449.689655172],[4526.4114627887,19413.706896552],[4475.6159110351,19456.293103448],[3711.2874251497,19401.982758621],[3673.6484174508,19316.137931034],[3669.0119760479,19456.413793103],[3692.9469632164,19459.913793103],[3666.4456800684,19410.25862069],[3702.630453379,19502.603448276],[3681.7750213858,19513.189655172],[3618.1479897348,19475.068965517],[3643.8109495295,19501.24137931],[3670.9110350727,19481.448275862],[3669.4225834046,19503.5],[3640.9880239521,19437.051724138],[3624.4610778443,19372.672413793],[3618.2848588537,19390.724137931],[3699.756201882,19551.568965517]], + "20152":[[4414.0248075278,19037.327586207],[4326.9076133447,19027.120689655],[4313.0838323353,19011.465517241],[4177.0701454234,19162.327586207],[4139.4311377246,19103.034482759],[4097.6005132592,19027.827586207],[4136.4884516681,19017.120689655],[4002.6646706587,19176.068965517],[4020.5260906758,19092.5],[3818.7810094098,19093.465517241],[3808.6698032506,19052.775862069],[3795.7356715141,19234.637931034],[3781.9803250642,18980.051724138],[3809.0461933276,19001.310344828],[3726.5483319076,18949.724137931],[3744.2215568862,19319.224137931],[3809.7305389222,19349.879310345],[3760.6116338751,19520.931034483],[3820.7998289136,19495.379310345],[3747.2840034217,19404.982758621],[3764.7005988024,19385.155172414],[3890.6030795552,19522.206896552],[3886.1719418306,19474.775862069],[3778.1137724551,19481.827586207],[3967.4721984602,19493.120689655],[4000.7313943541,19467.431034483],[4063.5372112917,19518.775862069],[4087.6775021386,19346.568965517],[4344.7348160821,19436.293103448],[4345.3165098375,19423.775862069],[4368.3960650128,19462.413793103],[4295.119760479,19506.293103448],[4309.6449957228,19464.5],[4374.7262617622,19503.948275862],[4392.6390076989,19426.120689655],[4403.1094952951,19455.24137931],[4446.120615911,19415.293103448],[4462.373823781,19412.75862069],[4386.8391787853,19420.137931034],[3849.2686056459,16368.882758621],[3943.7425149701,16328.793103448],[3766.4627887083,16364.051724138],[3995.2737382378,16285.855172414],[4020.1154833191,16299.048275862],[3727.9683490163,16376.982758621],[3736.4029084688,16337.003448276],[3909.0633019675,16415.170689655],[3729.5081266039,16256.898275862],[3745.9324208725,16293.362068966],[3803.4687767323,16393.922413793],[3804.6321642429,16306.405172414],[3863.9136013687,16388.172413793],[3358.9349871685,17308.034482759],[3366.5483319076,17288.465517241],[3351.9033361848,17294.655172414],[3381.3473053892,17294.120689655],[3338.3532934132,17303.344827586],[3343.0239520958,17287.051724138],[3438.4901625321,17187.74137931],[3466.3601368691,17149.465517241],[3464.495295124,17098.534482759],[3440.1154833191,17096],[3471.0307955518,17063.793103448],[3481.3130881095,17011.155172414],[3480.0983746792,17005.620689655],[3475.2395209581,17004.362068966],[3479.6022241232,17016.137931034],[3473.6484174508,17013.982758621],[3482.0316509837,17030.965517241],[3449.2172797263,17008.568965517],[3492.4508126604,17008.948275862],[3454.3840889649,17040.465517241],[3465.6415739949,17122.517241379],[3490.3293413174,16922.586206897],[3555.496150556,16888.724137931],[3567.9341317365,16890.017241379],[3678.9007698888,16842.310344828],[3702.6475620188,16784.344827586],[3696.1976047904,16784.465517241],[3693.7339606501,16792.5],[3697.4636441403,16790.051724138],[3697.1727972626,16795.086206897],[3694.6065012831,16778.706896552],[3697.1727972626,16778.706896552],[3688.6184773311,16764.051724138],[3668.3447390932,16774.017241379],[3665.2651839179,16688.982758621],[3668.9435414885,16779.568965517],[3660.6971770744,16656.465517241],[3653.4260051326,16673.948275862],[3656.745081266,16659.689655172],[3642.2027373824,16714.344827586],[3665.4362703165,16665.551724138],[3657.9769033362,16628.637931034],[3645.6757912746,16595.931034483],[3285.1625320787,16656.862068966],[3354.5380667237,16638.482758621],[3362.4935842601,16650.413793103],[3338.8323353293,16641.172413793],[3309.1488451668,16663.706896552],[3316.3857998289,16663.810344828],[3334.4696321642,16667.620689655],[3363.5543199316,16665.775862069],[3349.1830624465,16673.775862069],[3360.4576561163,16692.482758621],[3326.3943541488,16692.620689655],[3521.7921300257,16603.068965517],[3549.5594525235,16669.293103448],[3519.0205303678,16597.293103448],[3550.7741659538,16662.224137931],[3543.8451668092,16662.5],[3462.6133447391,16649.068965517],[3474.880239521,16639.5],[3513.6826347305,16604.448275862],[3471.5440547476,16636.431034483],[3461.9803250642,16610.637931034],[3466.2061591104,16635.603448276],[3471.25320787,16639.310344828],[3460.2010265184,16649.293103448],[3464.1873396065,16651.637931034],[3431.5611633875,16824.344827586],[3628.378956373,16781.775862069],[3603.879384089,16785],[3605.2651839179,16813],[3607.3866552609,16786.706896552],[3436.2660393499,16824.396551724],[3362.5962360992,16961.844827586],[3343.7425149701,17003.413793103],[3427.0102651839,17007.224137931],[3316.5226689478,16839.103448276],[3422.0487596236,16888.206896552],[3198.1993156544,16883.068965517],[3132.0915312233,16924.086206897],[3272.0230966638,17134.74137931],[3261.9803250642,17129.413793103],[3322.3567151411,17099.689655172],[3306.873396065,17087.672413793],[3345.7613344739,17082.724137931],[3329.3370402053,17078.706896552],[3298.8494439692,17088.086206897],[3311.8520102652,17085.74137931],[3260.252352438,17279.896551724],[3286.5141146279,17297.103448276],[3265.6757912746,17137.465517241],[3252.8614200171,17136.465517241],[3295.119760479,17265.775862069],[3310.5175363559,17276.982758621],[3321.2104362703,17284.137931034],[3321.0906757913,17274.310344828],[3302.6817792985,17278.655172414],[3291.5269461078,17282.275862069],[3397.5320786997,17202.086206897],[3402.5620188195,17226.275862069],[3408.1565440547,17226.827586207],[3399.1745081266,17231.068965517],[3407.1813515825,17193.931034483],[3431.1676646707,17148.793103448],[3440.2865697177,17143],[3436.0094097519,17148.637931034],[3435.4448246364,17143.155172414],[3435.4277159966,17091.051724138],[3435.4106073567,17141.637931034],[3430.2780153978,17144.224137931],[3439.2258340462,17147.465517241],[3460.0641573995,17116.603448276],[3448.1907613345,17016.344827586],[3456.8990590248,17020.896551724],[3721.9632164243,19206.465517241],[3712.5705731394,18978.706896552],[3563.999144568,19131.206896552],[3562.254063302,19072.120689655],[3705.7100085543,19240.25862069],[3704.0333618477,19287.827586207],[3675.7869974337,19382.844827586],[3695.2908468777,19357.189655172],[3714.8118049615,19432.24137931],[3692.8956372968,19492.5],[3642.3224978614,19364.344827586],[3713.8023952096,16233.044827586],[3629.8331907613,16591.948275862],[3641.4328485885,16567.155172414],[3627.8828058169,16576.120689655],[3612.5876817793,16561.706896552],[3673.3233532934,16337.762068966],[3687.7972626176,16331.281034483],[3684.9743370402,16361.196551724],[3589.251497006,16475.760344828],[3604.8032506416,16422.982758621],[3576.4542343884,16413.403448276],[3617.2070145423,16404.35862069],[3572.9469632164,16339.086206897],[3579.0718562874,16331.915517241],[3586.1890504705,16299.496551724],[3571.1163387511,16294.967241379],[3650.5517536356,16287.082758621],[3658.6783575706,16264.051724138],[3675.0342172797,16315.177586207],[3702.1856287425,16262.531034483],[3658.6441402908,16306.170689655],[3688.4302822926,16292.006896552],[3631.4585115483,16436.551724138],[3714.5551753636,16410.943103448],[3715.7698887938,16264.584482759],[3675.0684345595,16231.193103448],[3697.1899059025,16228.80862069],[3549.2343883661,16336.627586207],[3538.0795551754,16304.353448276],[3522.4764756202,16294.468965517],[3547.0444824636,16220.425862069],[3506.5483319076,16292.189655172],[3479.8930710009,16227.844827586],[3483.3147989735,16249.396551724],[3539.7733105218,16208.362068966],[3560.0812660394,16331.193103448],[3567.6603934987,16232.425862069],[3585.5389221557,16216.184482759],[3613.3917878529,16280.25862069],[3643.5714285714,16250.936206897],[3612.4165953807,16260.931034483],[3471.2360992301,16240.203448276],[3485.4533789564,16186.70862069],[3498.1993156544,16181.786206897],[3380.7313943541,16488.725862069],[3437.5149700599,16514.137931034],[3365.5218135158,16488.456896552],[3375.9067579127,16470.146551724],[3460.1325919589,16441.293103448]], + "20164":[[6573.9905902481,18150.25862069],[5806.1719418306,18154.344827586],[5735.8554319932,18127.017241379],[5692.8956372968,18118.362068966],[6347.6775021386,18598.896551724],[6320.372112917,18447.344827586]], + "20184":[[3850.7741659538,14521.294827586],[3876.4713430282,14467.14137931],[3849.6449957228,14526.882758621],[3846.9418306245,14577.59137931],[3854.2985457656,14576.660344828],[3833.9221556886,14600.196551724],[3889.1317365269,14573.624137931],[3889.6792130026,14582.722413793],[3899.0376390077,14579.30862069],[3862.9726261762,14624.453448276],[3881.0735671514,14631.918965517],[3850.3635585971,14622.5],[3913.5970915312,14620.948275862],[3888.5329341317,14624.70862069],[3832.6561163388,14608.567241379],[3828.9093242087,14605.431034483],[3790.620188195,14538.863793103],[3789.1146278871,14532.329310345],[3822.6646706587,14487.65862069],[3821.5868263473,14481.50862069],[3753.7168520103,14510.056896552],[3754.7946963216,14516.206896552],[3731.3387510693,14539.856896552],[3755.1881950385,14543.025862069],[3734.8460222412,14536.243103448],[3770.4491017964,14535.437931034],[3735.752780154,14468.69137931],[3763.9136013687,14500.668965517],[3724.4781864842,14470.574137931],[3732.2284003422,14532.948275862],[3755.5132591959,14548.670689655],[3730.5175363559,14473.184482759],[3743.0239520958,14765.215517241],[3772.4679213003,14726.054827586],[3751.1163387511,14821.332896552],[3821.2104362703,14763.189655172],[3817.1043627032,14751.894310345],[3767.2668947819,14790.037413793],[3873.4260051326,14792.859310345],[3867.5064157399,14791.572068966],[3853.2720273738,14793.014482759],[3896.7621899059,14809.719137931],[3897.121471343,14784.166206897],[3892.245508982,14811.819137931],[3903.622754491,14808.661206897],[3958.0795551754,14827.538586207],[3953.8023952096,14783.017241379],[3962.1171941831,14815.826810345],[3949.5423438837,14817.932465517],[3949.3883661249,14784.034482759],[3944.3413173653,14799.924310345],[3955.3079555175,14796.234137931],[3950.9110350727,14792.513448276],[3954.4011976048,14818.4005],[3895.9238665526,14771.150689655],[3899.9443969204,14770.10637931],[4045.0598802395,14828.44855],[4036.0436270317,14819.261396552],[4035.0855431993,14825.312172414],[4045.0256629598,14821.99662069],[4049.0290846878,14820.95237931],[3670.3635585971,14469.994827586],[3688.875106929,14519.706896552],[3698.2335329341,14516.293103448],[3674.7946963216,14471.153448276],[3682.5962360992,14474.201724138],[3681.5868263473,14477.486206897],[3676.0094097519,14478.605172414],[3660.748502994,14515.667241379],[3656.6937553465,14512.853448276],[3657.8571428571,14489.313793103],[3658.8836612489,14494.698275862],[3696.2831479897,14618.562068966],[3687.7288280582,14636.174137931],[3700.0812660394,14624.305172414],[3699.7733105218,14621.217241379],[3711.0136869119,14741.537241379],[3706.1719418306,14742.882413793]], + "20185":[[7261.2617621899,18262.534482759],[7255.5645851155,18248.586206897],[6371.4585115483,17135.948275862],[6434.7262617622,17682.224137931],[7151.1334473909,18357.603448276],[7144.5808383234,18367.896551724],[7153.3062446535,18363.931034483],[5631.0992301112,17309.431034483],[6319.7048759624,17110.103448276],[5847.7801539778,17444.620689655],[5853.4773310522,17458.568965517],[5805.8126603935,17451.982758621],[5807.5235243798,17459.74137931],[5799.379811805,17462.896551724],[5860.0470487596,17448.275862069],[5879.3284858854,17454.775862069],[5862.2027373824,17454.603448276],[5958.0453378956,17388.155172414],[5949.2343883661,17386.844827586],[5943.622754491,17378.172413793],[5949.3199315654,17392.120689655],[5912.8272027374,17412.189655172],[5974.3327630453,17389.051724138],[5862.9726261762,17345.5],[5996.7792985458,17338.103448276],[5917.6689478186,17265.637931034],[5929.8502994012,17269.224137931],[5932.4165953807,17275.25862069],[5923.3661248931,17279.586206897],[5865.1454234388,17351.827586207],[5856.1804961506,17360.603448276],[5875.9580838323,17214.051724138],[5883.6569717707,17210.603448276],[5870.2609067579,17200.24137931],[5882.8015397776,17203.706896552],[6188.9777587682,17204.827586207],[3822.254063302,14861.895],[3811.0821214713,14839.329534483],[3745.7613344739,14901.594655172],[3746.753635586,14904.473103448],[3803.6398631309,14886.058103448],[3877.2241231822,14865.463965517],[3886.7023096664,14876.817758621],[3920.4405474765,14834.74137931],[3983.7425149701,14870.086206897],[4129.3883661249,14869.104310345],[3884.4439692044,14471.398275862],[3872.6047904192,14470.070689655],[3847.8828058169,14525.013793103],[3851.4071856287,14580.393103448],[3860.0812660394,14628.172413793],[3913.7168520103,14627.451724138],[3881.8092386655,14624.853448276],[3824.9230111206,14610.20862069],[3820.4063301967,14484.381034483],[3752.5363558597,14512.929310345],[3760.8853721129,14504.562068966],[3729.4225834046,14537.39137931],[3731.3900769889,14466.003448276],[3742.2882805817,14767.884827586],[3771.8006843456,14729.130689655],[3748.2249786142,14825.050775862],[3767.8999144568,14793.844655172],[3809.1317365269,14826.887103448],[3781.3644140291,14720.611034483],[3816.9332763045,14755.431034483],[3852.621899059,14796.090344828],[3868.498716852,14795.163275862],[3902.6988879384,14803.490517241],[3893.9563729683,14816.630413793],[3947.9512403764,14819.707551724],[3956.2318220701,14780.224137931],[3956.1804961506,14827.87162069],[3951.1334473909,14786.475344828],[3897.49786142,14773.472586207],[3904.6834901625,14765.319655172],[4046.5996578272,14824.338051724],[4052.1770744226,14818.362068966],[3718.7810094098,14849.468448276],[3718.0282292558,14843.339482759],[3687.6946107784,14522.575862069],[3656.3002566296,14492.677586207],[3683.7082976903,14634.081034483]], + "20210":[[6406.3259195894,14833.017241379],[6376.0436270317,14841.18837931],[6280.4918733961,15020.90862069],[6046.0692899914,15045.967241379],[6174.503849444,14837.327586207],[6347.4379811805,14775.52],[6215.5645851155,14722.672413793],[6338.8494439692,14718.535689655]], + "20228":[[8051.3216424294,16120.086206897],[8018.8152266895,16042.5],[7893.4602224123,16164.94137931],[7868.7211291702,16150.093103448],[7938.5757057314,16097.543103448],[7950.4148845167,16179.074137931],[7966.4798973482,16267.218965517],[8010.0898203593,16227.987931034],[8046.2232677502,16277.110344828],[8621.745936698,16632.75862069],[8668.4439692044,16601.413793103],[8618.6561163388,16671.948275862],[8418.3926432849,16753.275862069],[8475.0153977759,16652.017241379],[8438.2164242943,16660.465517241],[8478.0881094953,16683.844827586],[8437.1710863986,16788.310344828],[8332.1633875107,16165.898275862],[8532.7639007699,16160.981034483],[8571.0171086399,16122.817241379],[8439.0068434559,16360.982758621],[8376.9726261762,16583.534482759],[8662.1599657827,16522.25],[8673.8417450813,16529.718965517],[8676.7108639863,16482.801724138],[8115.9923011121,16416.406896552],[8171.0821214713,16173.534482759],[8216.9144568007,16141.748275862],[8336.1753635586,16524.49137931]], + "20230":[[8461.5406330197,16600.310344828],[8421.9478186484,16636.534482759],[8432.2643284859,16626.051724138],[8493.8366124893,16610.913793103],[8265.2395209581,17255.965517241],[8263.9443969204,17241.189655172],[8248.9863130881,17255.068965517],[8259.7048759624,16672.379310345],[8250.0692899914,16716.465517241],[8269.0975192472,16747.75862069],[8265.3507271172,16725.137931034],[8295.747647562,16749.482758621],[8311.0718562874,17049.913793103],[8311.8828058169,17073.310344828],[8294.8306244654,17063],[8284.1017964072,17113.051724138],[8299.3969204448,17120.086206897],[8289.9871685201,17157.155172414],[8342.255774166,16951.827586207],[8346.3840889649,16979.413793103],[8300.8870829769,16888.293103448],[8317.0975192472,16920.913793103],[8320.6441402908,16889.913793103],[8325.9153122327,16919.224137931],[8282.6834901625,16850.672413793],[8296.8614200171,16837.655172414],[8286.0727117194,16810.24137931],[8273.7339606501,16795.948275862],[8335.1163387511,16718.206896552],[8344.1017964072,16700.482758621],[8365.2651839179,16676.982758621],[8314.4559452524,16700.155172414],[8290.3327630453,16688.551724138],[8258.7707442258,16677.620689655],[8396.0333618477,16644.275862069],[8562.9914456801,16382.398275862],[8499.499572284,16463.972413793],[8503.8862275449,16438.927586207],[8481.5645851155,16453.098275862],[8466.2763045338,16493.04137931],[8517.8845166809,16538.963793103],[8477.0239520958,16565.275862069],[8491.9580838323,16560.948275862],[8526.9692044482,16415.270689655],[8482.8665526091,16544.701724138],[8485.6689478186,16509.903448276],[8492.5722840034,16495.517241379],[8507.9820359281,16592.879310345]], + "20246":[[6717.874251497,17433.103448276],[6718.130881095,17404.75862069],[6749.6621043627,17378.551724138],[6778.6612489307,17353.603448276],[6724.5979469632,17157.74137931],[6767.2155688623,17296.965517241],[6759.619332763,17210.603448276],[6770.8597091531,17251.344827586],[6742.5106928999,17193.362068966],[6743.6056458512,17123.517241379],[6838.5072711719,17269.982758621],[6791.3216424294,17247.844827586],[6750.0213857998,17079.344827586],[6774.8118049615,17001.051724138],[6767.9341317365,16952.293103448],[6753.9734816082,16967.344827586],[6862.5620188195,17281.672413793],[6706.7365269461,17537.086206897],[6702.4422583405,17484.189655172]], + "20247":[[7453.8366124893,14888.707931034],[7445.9153122327,14876.040172414],[7425.6073567151,14902.372241379],[7436.5226689478,14905.802586207],[7443.3490162532,14903.083103448],[7448.6013686912,14895.424310345],[7407.130025663,14843.44987931],[7414.623609923,14847.105862069],[7405.6073567151,14856.381896552],[7422.3396065013,14881.827241379],[7621.6552609068,16027.743103448],[7303.6740804106,16226.120689655],[7296.8306244654,16203.706896552],[7358.8323353293,16110.451724138],[7360.9195893926,16069.437931034],[7537.4123182207,15997.705172414],[7616.8990590248,16106.803448276],[7617.0188195038,16114.286206897],[7618.1479897348,16098.856896552],[6710.2437981181,17467.224137931],[6723.6740804106,17372.586206897],[6740.7998289136,17399.396551724],[6643.2805816938,17153.706896552],[6635.0513259196,17129.948275862],[6696.5568862275,17112.620689655],[6800.372112917,17215.034482759],[6416.6595380667,16727.362068966],[6454.3327630453,16707.879310345],[6380.6629597947,16722.810344828],[6358.1993156544,16705.931034483],[6386.6167664671,16664.189655172],[6424.4610778443,16697],[6409.9871685201,16654.155172414],[6480.8511548332,16671.672413793],[6719.3627031651,17401.586206897],[6720.7313943541,17395.310344828],[6748.4302822926,17397.862068966],[6735.496150556,17370.068965517],[6745.8982035928,17405.172413793],[6754.247219846,17380.379310345],[6755.1368691189,17383.344827586],[6776.5226689478,17377.379310345],[6763.5885372113,17387.189655172],[6735.3079555175,17387.448275862],[6736.7964071856,17380.017241379],[6729.1146278871,17389.603448276],[6736.2831479897,17401],[6727.0102651839,17101.396551724],[6719.2600513259,17119.896551724],[6715,17139.25862069],[6790.380667237,17217.137931034],[6728.4131736527,17485.827586207],[6725.3849443969,17484.793103448],[6708.9777587682,17481.344827586],[7105.504704876,14958.67362069],[7085.9495295124,14970.672758621],[7090.8254918734,14945.759482759],[7096.1120615911,14952.063448276],[7101.1933276305,14946.442068966],[7093.9905902481,14937.826206897],[7083.5714285714,14953.923103448],[7100.5260906758,14978.783103448],[7109.251497006,14965.692931034],[6321.6381522669,15047.672413793],[6301.124893071,15077.948275862],[6298.5414884517,15056.293103448],[6329.3370402053,15064.913793103],[6321.6381522669,15058.879310345],[6237.3952095808,15097.64137931],[6241.6381522669,15096.384482759],[6225.9324208725,15093.668965517],[6217.6860564585,15086.65862069],[6048.75534645,14983.879310345],[6024.7348160821,14973.713965517],[6045.1967493584,14964.307758621],[6036.9161676647,14984.843275862],[6084.4439692044,15084.475862069],[6091.4756201882,15074.296551724],[6089.7818648417,15085.972413793],[6090.8939264328,15078.053448276],[5870.500427716,13873.068965517],[5863.3661248931,13880.798275862],[5863.2976903336,13878.794827586],[5861.8263473054,13865.820689655],[5859.7219846022,13877.851724138],[5884.5295124038,13854.596551724],[5862.7844311377,13845.344827586],[5879.99572284,13839.00862069],[5871.0650128315,13895.103448276],[5870.8426005133,13892.506896552],[5862.4935842601,13904.663793103],[3874.5209580838,17896.655172414],[3855.3421727973,17913.482758621],[3856.129170231,17910.465517241],[3820.1839178785,17936.793103448],[3886.9589392643,17951.327586207],[4125.7784431138,18354.844827586],[3890.5688622754,18344.982758621],[3939.6535500428,18328.913793103],[3940.4918733961,18323.172413793],[3896.7964071856,18343.310344828],[3901.0222412318,18334.275862069],[3893.6142001711,18330.362068966],[3915.7869974337,18301.034482759],[3938.4388366125,18032.034482759],[3913.6826347305,17986.034482759],[3814.3669803251,17936.465517241],[3817.7202737382,17938],[3808.9264328486,17936.275862069],[3906.5654405475,17936.24137931],[3905.2651839179,17940.862068966],[3921.8605645851,17960.965517241],[3933.0325064157,17924.706896552],[3888.3960650128,17954.637931034],[3919.3284858854,17956.086206897],[3915.9409751925,17960.086206897],[3908.1394354149,17932.482758621],[3920.748502994,17932.172413793],[3936.5397775877,17939],[3902.6988879384,17941.103448276],[3897.2583404619,17945.931034483],[3904.2728828058,17943.120689655],[3895.4277159966,17951.637931034],[3851.2874251497,17917],[3854.127459367,17916.189655172],[3876.6082121471,17895.931034483],[3880.3036783576,17904.034482759],[3894.7604790419,17900.068965517],[3896.4200171086,17890.724137931],[3897.8400342173,17890.103448276],[3900.8682634731,17890.844827586],[3893.8195038494,17901.706896552],[3930.2266894782,17865.068965517],[3926.8049615056,17870.24137931],[3927.2155688623,17866.637931034],[3929.3370402053,17880.396551724],[3933.6997433704,17871.189655172],[3926.2745936698,17874.75862069],[3898.9007698888,17880.672413793],[3897.6176218991,17878.5],[3896.7792985458,17882.672413793],[3902.8015397776,17896.224137931],[3996.6082121471,17967.24137931],[3971.3045337896,17953.275862069],[3973.9221556886,17960.431034483],[3989.6792130026,17974.103448276],[3944.0846877673,17849.568965517],[3944.2899914457,17858.344827586],[3945.1112061591,17862.810344828],[3944.5295124038,17846.068965517],[3969.9187339607,17840.5],[3945.5731394354,17854.293103448],[3936.3002566296,17878.017241379],[3957.2925577417,17847.448275862],[4007.7630453379,17990.637931034],[4011.629597947,17980.017241379],[3988.2591958939,17991.982758621],[4009.9187339607,17987.655172414],[4010.4662104363,17998.931034483],[4131.6980325064,18429.827586207],[4110.3635585971,18468.5],[4125.744225834,18445.948275862],[4133.6997433704,18366.689655172],[3885.8639863131,18514.793103448],[3877.1556886228,18515.034482759],[3606.4627887083,17880.103448276],[3585.1967493584,17879.293103448],[3604.5124037639,17878.482758621],[3616.0265183918,17862.965517241],[3619.7219846022,18105.310344828],[3617.3438836612,18100.120689655],[3631.3045337896,18092.5],[3619.8246364414,18099.224137931],[3691.372968349,18081.172413793],[3693.5115483319,18076.086206897],[3600.7998289136,17869.172413793],[3605.9324208725,17869.75862069],[3582.9213002566,17876.75862069],[3630.0898203593,17883.206896552],[3608.3105218135,17872.25862069],[3707.9683490163,18053.551724138],[3709.1488451668,18054.396551724],[3687.3524379812,18077.017241379],[3632.6903336185,18091.74137931],[3628.6526946108,17879.75862069],[8689.9358426005,16628.931034483],[8681.5064157399,16664.155172414],[8708.5106928999,16620.068965517],[8669.4773310522,16659.017241379],[8705.7271171942,16546.810344828],[8729.8177929855,16581.25862069],[12338.74679213,15926.982758621],[12336.180496151,15924.396551724],[12333.614200171,15923.534482759],[12279.448246364,15889.943103448],[12285.778443114,15891.231034483],[12288.053892216,15894.834482759],[12300.423438837,15970.198275862],[12277.138579983,16006.575862069]], + "20250":[[9547.2172797263,15843.717241379],[9553.4875962361,15786.948275862],[9603.7322497861,15800.248275862],[9606.2917023097,15741.063793103],[9667.2326775021,15733.017241379],[9713.2087254063,15723.960344828],[9773.3204448246,15962.722413793],[9810.627031651,15958.2],[9707.6954662104,15911.220689655],[9673.4414029085,15847.429310345],[9617.7664670659,15848.005172414],[9621.251497006,15819.501724138],[9668.0863986313,15781.029310345],[9729.4732249786,15809.455172414],[9721.9803250642,15859.74137931],[10165.299401198,16270.639655172],[9979.6626176219,16015.587931034],[9985.0410607357,16064.35],[10038.351582549,16060.579310345],[10021.594011976,16143.998275862],[10094.100085543,16140.032758621],[10080.120615911,16081.677586207],[10149.041060736,16132.977586207],[10144.563729683,16101.982758621],[10133.867408041,16074.394827586],[10044.30881095,16171.15],[10151.692899914,16177.182758621],[10008.521642429,16161.7],[10194.259195894,16122.405172414]], + "20255":[[5481.6039349872,17217.5],[5486.1890504705,17182.379310345],[5487.9683490163,17162.362068966],[5518.4388366125,17051.172413793],[5480.4747647562,17130.706896552],[5481.6039349872,17593.362068966],[5515.8041060736,17616.362068966],[5506.1548331908,17648.379310345],[5471.7151411463,17248.793103448],[5431.0992301112,17320.224137931],[5409.747647562,17409.74137931],[5388.5500427716,17382.120689655],[5426.000855432,17377.844827586],[5432.0230966638,17374.068965517],[5405.4362703165,17430.568965517],[5408.2420872541,17329.810344828],[5386.5141146279,17306.034482759],[5371.25320787,17289.051724138],[5360.5603079555,17451.413793103],[5349.8160821215,17465.706896552],[5408.1907613345,17442.827586207],[5428.0881094953,17501.74137931],[5423.5201026518,17485.310344828],[5321.1762189906,17490.948275862],[5340.3550042772,17482.913793103]], + "20258":[[6396.0607356715,15616.637931034],[6396.24893071,15641.582758621],[6358.74679213,15582.672413793],[6410.7741659538,15416.072413793],[6467.4379811805,15405.779310345],[6406.5996578272,15376.570689655],[6498.9178785287,15407.344827586],[6523.2976903336,15435.532758621],[6551.2360992301,15421.329310345],[6567.4037639008,15378.998275862],[6597.9426860565,15352.475862069],[6634.0761334474,15384.381034483],[6519.1745081266,15377.04137931],[6567.2668947819,15472.953448276],[6546.0692899914,15461.287931034],[6541.9461077844,15504.831034483],[6564.2386655261,15515.934482759],[6566.8562874251,15538.527586207],[6546.377245509,15572.462068966],[6500.7142857143,15607.85862069],[6459.2600513259,15564.818965517],[6507.1813515825,15566.601724138],[6478.1822070145,15584.74137931],[6518.7296834902,15703.386206897],[6607.1813515825,15689.955172414],[6627.2840034217,15655.481034483],[6443.246364414,15623.7],[6419.0205303678,15560.515517241],[6442.6817792985,15583.367241379],[6377.3096663815,15566.982758621],[6396.9161676647,15571.810344828],[6376.6937553465,15601.339655172],[6503.8451668092,15708.879310345],[6529.371257485,14845.576172414],[6399.0718562874,14842.145293103],[6430.2780153978,15101.982758621],[6494.0076988879,15163.24137931],[6511.4585115483,15129.375862069],[6659.499572284,15645.218965517],[6415.1881950385,15522.251724138],[6387.1813515825,15529.563793103],[6365.3165098375,15504.603448276],[6410.6030795552,15475.760344828],[6363.8280581694,15440.805172414],[6435.3592814371,15455.322413793],[6422.5791274594,15497.672413793],[6519.8075278015,15461.05],[6352.0915312233,14926.716896552],[6380.1497005988,14864.268793103],[6396.4200171086,14867.427068966],[6385.4704875962,14845.614275862],[6502.2711719418,15008.89137931],[6422.5791274594,15735.603448276],[6489.6963216424,15732.706896552],[6509.4568006843,15758.468965517],[6410.4319931565,14763.886724138],[6532.3310521814,14780.337068966],[6463.4858853721,14819.380706897],[6441.3644140291,14817.449568966],[6565.4362703165,14755.259482759],[6382.3567151411,14817.839086207],[6399.9615055603,14809.857758621],[6368.5158254919,14816.174948276],[6386.0521813516,14779.117413793],[5921.1591103507,15586.694827586],[5937.5320786997,15654.434482759],[6092.4165953807,15613.760344828],[6088.9606501283,15599.113793103],[6159.0376390077,15625.118965517],[6193.1864841745,15626.570689655],[6243.4516680924,15711.456896552],[6313.8023952096,15608.95],[5744.8032506416,14919.810344828],[5711.9717707442,14901.938275862],[5749.1146278871,14905.498448276],[5741.2275449102,14933.145689655],[5708.3960650128,14938.823965517],[5704.871685201,14915.775862069],[5743.2976903336,14885.345517241],[5720.748502994,14849.705862069],[5735.6672369547,14851.120689655],[5828.1565440547,14877.403103448],[6071.1334473909,15438.706896552],[6247.3011120616,15204.503448276],[6310.9794696322,15334.081034483],[6159.8246364414,15594.305172414],[6290.0213857998,15016.346551724],[6325.8297690334,15127.962068966],[6339.6022241232,15154.568965517],[6327.5919589393,15217.224137931],[6307.8999144568,15221.334482759],[6323.3319076133,15575.410344828],[6286.873396065,15528.80862069],[6303.6569717707,15553.698275862],[6317.5662959795,15526.410344828],[6323.1779298546,15490.418965517],[6306.8905047049,15483.194827586],[6264.1531223268,15512.889655172],[6269.1146278871,15463.520689655],[6281.9461077844,15456.374137931],[6210.7570573139,15503.177586207],[6218.7639007699,15550.55],[6095.6672369547,15570.562068966],[6117.3952095808,15518.970689655],[6170.2780153978,15541.837931034],[5941.8263473054,15611.465517241],[5906.9931565441,15546.825862069],[5918.8665526091,15566.444827586],[5884.118905047,15527.468965517],[6261.4670658683,14984.706551724],[6316.8990590248,14981.423793103],[6318.9349871685,14951.255172414],[6321.9632164243,14857.691206897],[6324.5979469632,14845.004965517],[6335.9409751925,14850.030344828],[6340.5431993157,14860.791206897],[6337.8058169376,14872.130689655],[6295.0171086399,14843.360068966],[6327.5064157399,14835.377017241],[5989.7305389222,15768.362068966],[6031.8862275449,15754.627586207],[6074.4183062447,15722.862068966],[6045.7271171942,15713.575862069],[6083.0068434559,15762.322413793],[6179.3969204448,15745.293103448],[6167.5406330197,15749.35],[6175.1710863986,15768.181034483],[6138.6441402908,15750.339655172],[6063.9307100086,15755.517241379],[6256.4200171086,15732.80862069],[6059.875962361,15784.505172414],[6020.1839178785,15776.913793103],[6225.1625320787,14791.086034483],[6266.873396065,14811.410344828],[6264.7690333618,14795.666034483],[6282.5449101796,14809.581724138],[6283.6569717707,14800.553103448],[6251.5611633875,14800.203275862],[6238.2164242943,14779.635172414],[6306.5312232677,14808.825344828],[6320.2181351583,14817.586258621],[6256.4200171086,14772.440689655],[6162.2198460222,14694.775517241],[6152.5192472198,14721.016551724],[6135.9751924722,14698.90862069],[6118.5928143713,14725.62]], + "20278":[[5493.6826347305,18806.896551724],[5540.3378956373,18876.655172414],[5585.1112061591,18805.431034483],[5682.630453379,18981.293103448],[5738.2335329341,19094.224137931],[5710.8597091531,19019.224137931],[5710.0213857998,19158.879310345],[5661.1933276305,19102.24137931],[5579.0376390077,19115.793103448],[5711.0307955518,19085.844827586],[5655.5645851155,19162.931034483],[5710.00427716,19069.224137931],[5861.6894781865,19074.25862069],[6199.5337895637,19213.275862069],[6268.4644995723,19237.931034483],[6141.997433704,19158.017241379],[6193.5799828914,19154.344827586],[5715.6501283148,19284.362068966],[6313.9050470488,19311.568965517],[6297.7202737382,19254.5],[5407.1129170231,18891.655172414],[5388.9777587682,18905.706896552],[5376.1976047904,18861.74137931],[5421.005132592,18717.603448276],[5431.8349016253,18695.775862069],[5447.5577416595,18704.224137931],[5464.1017964072,18693.982758621],[5473.9050470488,18844.224137931],[5398.370402053,18864.482758621],[5428.0881094953,18897.775862069],[5441.9118905047,18854.448275862],[5454.2301112062,18885.603448276]], + "20288":[[6697.6347305389,19468.982758621],[6707.6946107784,19471.293103448],[6704.3413173653,19425.965517241],[6721.005132592,19446.948275862],[6767.3182207015,19425.551724138],[6768.8922155689,19420.206896552],[6720.5431993157,19361.810344828],[6672.0573139435,19314.24137931],[6680.7998289136,19301.068965517],[6760.7656116339,19339.224137931],[6770.7741659538,19302.137931034],[6757.9084687767,19295.086206897],[6417.2583404619,19338.603448276],[6414.9315654405,19350.137931034],[6425.624465355,19262],[5487.5919589393,18075.25862069],[6181.7065868263,19070.75862069],[5833.1693755346,18946.362068966],[5803.246364414,18944.224137931],[5806.5483319076,18863.620689655],[5979.0205303678,19002.517241379],[5975.5474764756,19007.103448276],[5234.247219846,17466.448275862],[5239.6535500428,17352.224137931],[5180.6629597947,17476.396551724],[5077.5320786997,17386.431034483],[5091.25320787,17413.068965517],[4718.6954662104,16952.913793103],[4720.5945252352,16970.637931034],[4694.2814371257,16880.965517241],[4689.6963216424,17065.862068966],[4691.5953806672,17083.586206897],[5035.9238665526,16875.775862069],[5037.6347305389,16893.362068966],[4899.0547476476,17007.155172414],[4896.8306244654,16989.586206897],[4965.881094953,17084],[4787.4208725406,17039.017241379],[4789.3199315654,17056.74137931],[4880.9880239521,17237.844827586],[4879.0889649273,17220.120689655],[4786.5312232678,17416.913793103],[4788.4302822926,17434.637931034],[5041.2617621899,17410.655172414],[5465.3849443969,17992.775862069],[5421.1933276305,17999.620689655],[5467.2840034217,18010.5],[5470.7741659538,17936.603448276],[4840.8853721129,17951.120689655],[4842.5962360992,17968.362068966],[4939.5680068435,18000.431034483],[4938.7296834902,17989.293103448],[4911.5440547476,18077.5],[4913.5970915312,18091.637931034],[4804.3584260051,18130.827586207],[4795.5474764756,18111.465517241],[4848.2249786142,19119.155172414],[4870.5346449957,19145.137931034],[5216.7964071856,18703.051724138],[5250.1069289991,18737.068965517],[5320.6458511548,18670.310344828],[5285.9495295124,18747.948275862],[5012.2626176219,19466],[4999.0547476476,19404.810344828],[4991.0821214713,19356.224137931],[4589.5765611634,17183.896551724],[4587.6775021386,17166.172413793],[4504.6321642429,19061.465517241]], + "20289":[[6678.3361847733,19486.189655172],[6711.9888793841,19474.017241379],[6719.8246364414,19469.103448276],[6715.2737382378,19430.568965517],[6702.3224978614,19428.017241379],[6714.9828913601,19444.982758621],[6684.1017964072,19448.137931034],[6703.879384089,19410.051724138],[6773.3233532934,19421.689655172],[6757.0359281437,19368.293103448],[6752.5363558597,19365.086206897],[6665.6928999145,19324.431034483],[6662.0829769033,19312.482758621],[6695.4448246364,19334.793103448],[6700.8340461933,19306.293103448],[6732.0744225834,19342.344827586],[6757.9769033362,19318.086206897],[6771.7151411463,19324.982758621],[6757.0530367836,19334.74137931],[6779.4653550043,19300.75862069],[6414.3156544055,19341.844827586],[6420.0128314799,19354.568965517],[6409.2857142857,19335.948275862],[6428.1736526946,19257.689655172],[6422.5791274594,19270.948275862],[6434.5722840034,19260.620689655],[6407.1813515825,19356.293103448],[5487.6775021386,18066.931034483],[5477.5320786997,18064.017241379],[5475.3421727973,17930.362068966],[6214.2814371257,19087.017241379],[6201.9289991446,19095.293103448],[6133.5115483319,19030.465517241],[6142.8015397776,19040.275862069],[6146.1035072712,19036.120689655],[6155.4790419162,19027.965517241],[5987.1642429427,19005.431034483],[5984.9743370402,19010.120689655],[5835.6672369547,18955.827586207],[5810.7570573139,18930.620689655],[5819.1745081266,18963.706896552],[5811.9204448246,18947.327586207],[5809.5423438837,18868.103448276],[5982.6133447391,19010.982758621],[6005.9837467921,18991.637931034],[5978.4559452524,19024.948275862],[6012.6390076989,18967.24137931],[6023.4345594525,18953.620689655],[5961.6723695466,19011.379310345],[5226.5825491873,17455.672413793],[5171.6467065868,17369.344827586],[5054.7433704021,17396.810344828],[5116.2318220701,17410.603448276],[4685.8468776732,17079.672413793],[4696.1633875107,17077.344827586],[4680.9709153122,17072.068965517],[4709.9700598802,16959.120689655],[4725.1625320787,16964.396551724],[4720.1154833191,16962.034482759],[4715.1368691189,16966.637931034],[4688.5329341317,16877.051724138],[4698.8836612489,16875.25862069],[4693.75106929,16872.672413793],[4691.1163387511,17074.982758621],[4958.0795551754,17089.051724138],[5027.369546621,16883.017241379],[5041.9118905047,16887.327586207],[5037.3438836612,16884.896551724],[5032.0744225834,16889.586206897],[4892.9811804962,17003.396551724],[4903.2976903336,17001.068965517],[4898.250641574,16998.706896552],[4888.1052181352,16995.793103448],[4962.3567151411,17097.672413793],[4967.4893071001,17093.362068966],[4972.3481608212,17095.482758621],[4793.8879384089,17050.5],[4783.5714285714,17052.827586207],[4788.8408896493,17048.137931034],[4778.6954662104,17045.224137931],[4870.3635585971,17226.327586207],[4880.5089820359,17229.24137931],[4885.5560307956,17231.603448276],[4875.2395209581,17233.931034483],[4787.9512403764,17426.034482759],[4792.998289136,17428.396551724],[4782.6817792985,17430.724137931],[4777.8058169376,17423.120689655],[4962.1856287425,17441.431034483],[4963.4003421728,17385.017241379],[5070.1411462789,17448.534482759],[5117.4807527802,17468.965517241],[5347.7288280582,18354.362068966],[5466.8049615056,18001.896551724],[5456.6595380667,17998.982758621],[5461.5355004277,18006.586206897],[5471.8520102652,18004.25862069],[5422.6133447391,18008.74137931],[5465.3507271172,17933.017241379],[5460.1497005988,17925.086206897],[4847.7288280582,17962.327586207],[4836.9332763045,17964.551724138],[4832.0573139435,17956.948275862],[4842.2027373824,17959.862068966],[4933.2720273738,17995.086206897],[4940.9366980325,17994.655172414],[4936.6937553465,18001.982758621],[4932.9640718563,17990.948275862],[4902.1514114628,18084.534482759],[4808.8066723695,18126.275862069],[4799.3113772455,18128.844827586],[4799.1916167665,18124.775862069],[4793.8366124893,18122.672413793],[5221.5526090676,18692.5],[5215.5645851155,18703.706896552],[5218.130881095,18702.844827586],[5213.5799828914,18696.362068966],[5248.0196749358,18745.24137931],[5334.1958939264,18692.017241379],[5263.4687767323,18736.465517241],[5263.5201026518,18719.948275862],[5337.8913601369,18689.913793103],[5320.7827202737,18700.25862069],[4993.374679213,19365.517241379],[4989.4225834046,19366.689655172],[4986.9247219846,19364.706896552],[4578.9520958084,17172.379310345],[4583.8280581694,17179.982758621],[4594.1445680068,17177.655172414],[4589.0975192472,17175.293103448]], + "20290":[[4992.9469632164,19368.706896552],[4986.7023096664,19369.362068966],[4518.627031651,19061.206896552],[4518.2848588537,19046.517241379]], + "20293":[[5564.7005988024,14456.8],[5629.5252352438,14491.95],[5492.7245508982,14536.465517241],[5490.9452523524,14291.539655172],[5498.9007698888,14278.713793103],[5513.9221556886,14291.175862069],[5513.4260051326,14329.355172414],[5506.7878528657,14247.424137931],[5490.7228400342,14259.701724138],[5497.6005132592,14467.924137931],[5382.0316509837,14808.83],[5432.8443113772,14733.017241379],[5472.1086398631,14680.164310345],[5472.1941830624,14705.431034483],[5462.1000855432,14688.837241379],[5438.8323353293,14632.222413793],[5450.3464499572,14693.263275862],[5363.5372112917,14653.344827586],[5379.6535500428,14790.804655172],[5387.1642429427,14758.84362069],[5442.254063302,14528.706896552],[5451.4927288281,14345.353448276],[5381.8263473054,14158.093103448],[5357.6176218991,14054.663793103],[5362.0829769033,14069.760344828],[5318.2164242943,14187.327586207],[5405.5902480753,14130.701724138],[5458.1993156544,14136.55],[5447.6432848589,14322.722413793],[5432.4508126604,14252.284482759],[5345.2994011976,14332.262068966],[5154.8289136014,14340.775862069],[5200.8340461933,14179.203448276],[5204.1702309666,14206.722413793],[5206.4627887083,14199.218965517],[5119.2258340462,14438.332758621],[5116.3002566296,14393.739655172],[5183.9478186484,14521.346551724],[5196.4713430282,14533.203448276],[5273.7339606501,14614.051724138],[5372.1086398631,14640.775862069],[5354.2814371257,14672.088965517],[5436.1120615911,14566.963793103],[5107.4208725406,14597.094827586],[5128.6184773311,14440.160344828],[4939.8588537211,14492.812068966],[4949.5252352438,14510.603448276],[4981.4157399487,14552.234482759],[4838.627031651,14541.570689655],[4832.005988024,14550.343103448],[4830.00427716,14531.424137931],[4922.9041916168,14660.103103448],[4975.0171086399,14731.063965517],[4809.5594525235,14615.817241379],[4806.4456800684,14536.006896552],[4806.5483319076,14522.744827586],[4902.0829769033,14514.248275862],[4668.875106929,14390.006896552],[4660.8853721129,14461.477586207],[4686.8905047049,14468.277586207],[4600.7142857143,14532.574137931],[4615.4106073567,14392.25],[4621.0222412318,14489.898275862],[4952.3652694611,14644.134482759],[5115.1710863986,14579.898275862],[5050.4491017964,14605.55],[5232.0230966638,14466.344827586],[5240.628742515,14451.329310345],[5268.0367835757,14666.701206897],[5336.1804961506,14681.293103448],[5241.0564585115,13955.455172414],[5190.7570573139,13995.086206897],[5182.750213858,13988.362068966],[5267.3182207015,13888.898275862],[5274.2643284859,13831.425862069],[5276.7279726262,13779.593103448],[5251.2360992301,13921.929310345],[4595.5303678358,14410.627586207]], + "20294":[[4713.6826347305,14686.734137931],[4799.3969204448,14684.950172414],[5010.4388366125,14729.510413793],[5472.1941830624,14698.534482759],[5310.8083832335,14027.9],[5428.5671514115,14087.327586207],[5349.371257485,14130.24137931],[5388.002566296,14473.698275862],[5082.9726261762,14405.251724138],[5118.7125748503,14455.631034483],[5126.000855432,14488.770689655],[5138.370402053,14492.451724138],[5153.4431137725,14473.829310345],[5221.9632164243,14401.710344828],[5192.2968349016,14600.077586207],[5203.8964927288,14660.811034483],[5256.625320787,14632.155172414],[5272.878528657,14620.086206897],[5255.6330196749,14667.352068966],[5451.6638152267,14570.086206897],[5260.9024807528,14643.362068966],[5291.4739093242,14637.881896552],[5276.3344739093,14649.327586207],[5283.999144568,14600.25862069],[5116.5739948674,14694.54637931],[5140.6629597947,14680.786724138],[5102.6475620188,14685.603448276],[5162.5449101796,14435.670689655],[4948.875106929,14482.025862069],[4837.994011976,14592.506896552],[4826.6509837468,14587.274137931],[4945.9324208725,14597.34137931],[4984.2386655261,14568.736206897],[4823.0410607357,14629.394827586],[4939.2429426861,14706.35862069],[4973.5799828914,14706.762068966],[4955.1710863986,14716.863275862],[4785.3507271172,14506.872413793],[4796.3002566296,14531.343103448],[4748.6698032506,14342.493103448],[4659.5337895637,14380.431034483],[4687.3182207015,14383.055172414],[4743.7425149701,14415.177586207],[4686.0521813516,14486.465517241],[4655.8896492729,14480.670689655],[4650.124037639,14427.844827586],[4792.4679213003,14498.698275862],[4613.6655260907,14547.210344828],[4738.4388366125,14427.781034483],[4726.0863986313,14410.381034483],[4660.8853721129,14556.032758621],[4706.8220701454,14445.1],[4635.8896492729,14652.348275862],[4659.5508982036,14630.670689655],[4664.9743370402,14650.937931034],[4715.9409751925,14636.139655172],[4668.6013686912,14619.568965517],[4640.7827202737,14572.301724138],[4633.2035928144,14531.384482759],[4646.0350727117,14432.753448276],[4606.3088109495,14468.172413793],[4741.8263473054,14652.977586207],[4858.1479897348,14696.504655172],[4958.0111206159,14730.345172414],[4887.9341317365,14592.5],[4922.5449101796,14548.703448276],[5072.0744225834,14576.020689655],[5122.5106928999,14528.870689655],[5197.6005132592,14491.637931034],[5042.2369546621,14656.775862069],[5166.8049615056,14607.155172414],[5185.504704876,14562.85862069],[5226.497005988,13949.265517241],[5127.9341317365,14080.274137931],[5174.0932420873,14143.222413793],[5291.4037639008,14637.874827586],[5010.377245509,14729.718482759],[5010.2403763901,14729.541034483],[5273.0838323353,13876.620689655],[5284.4439692044,13821.105172414],[5262.8015397776,13788.470689655],[4586.6509837468,14425.451724138]], + "20304":[[9181.9426860565,14865.498103448],[9221.0684345595,14841.928793103],[9217.0513259196,14926.670172414],[9219.24465355,14926.617068966],[9220.6971770744,14923.534482759],[9249.7818648417,14914.913793103],[9298.5928143713,14912.761206897],[9127.9666381523,14958.314482759],[9111.1847733105,14952.850862069],[9102.3994867408,14954.227758621],[9100.9366980325,14989.913793103],[9106.0692899914,14995.086206897],[9183.4157399487,15003.35862069],[9205.7852865697,14964.416896552],[9213.619332763,14995.136724138],[9196.745081266,14958.017241379],[9105.0205303678,14955.941034483],[9108.6355859709,14987.327586207],[9113.7681779299,15023.534482759],[9113.7681779299,15022.672413793],[9098.370402053,15023.534482759],[9110.8939264328,15039.984482759],[9113.3661248931,15040.417241379],[9184.8391787853,15011.548275862],[9181.4927288281,15011.594827586],[9178.5893926433,15013.003448276],[9178.1154833191,15007.403448276],[9180.4918733961,15009.74137931],[9223.2634730539,15021.810344828],[9254.0590248075,15005.431034483],[9210.6817792985,14995.77637931],[9255.7698887938,15003.706896552],[9254.1514114628,15039.282758621],[9130.8511548332,15080.925862069],[9128.3105218135,15079.568965517],[9093.2378100941,15101.120689655],[9084.5654405475,15068.984482759],[9089.3900769889,15089.662068966],[9091.627887083,15098.565517241],[9164.2386655261,15087.327586207],[9162.5278015398,15085.603448276],[9186.4798973482,15055.431034483],[9176.9589392643,15051.35],[9207.0102651839,15070.086206897],[9208.7211291702,15068.362068966],[9218.6099230111,14934.40637931],[9223.2908468777,14931.881034483],[9181.8041060736,14868.990862069],[9218.0162532079,14848.730689655],[9266.8905047049,14965.775862069],[9222.7570573139,14838.893482759],[9278.4439692044,14877.643448276],[9302.129170231,14843.493672414],[9303.6928999145,14887.459482759],[9179.8075278015,14867.208965517],[9185.2343883661,14868.404310345],[9232.005988024,14830.845105172],[9424.2899914457,14870.086206897],[9366.745081266,14870.819310345],[9458.9863130881,14852.160172414],[9443.1094952951,14860.603448276],[9420.6852010265,14881.402931034],[9416.1668092387,14885.343448276],[9492.6321642429,14838.128137931],[9519.2429426861,14835.603448276],[9521.7254063302,14845.698827586],[9342.0624465355,14845.480310345],[9344.5585970915,14847.167810345],[9347.2035928144,14845.262396552],[9341.2070145423,14853.043103448],[9335.1163387511,14922.015344828],[9434.4217279726,14903.167931034],[9477.3267750214,14914.913793103],[9523.626176219,14841.708206897],[9520.9538066724,14837.327586207],[9520.9538066724,14833.017241379],[9419.1573994867,14964.051724138],[9423.0496150556,14980.510862069],[9421.7339606501,14962.044827586],[9422.2591958939,14975.744137931],[9416.2284003422,14964.090172414],[9417.7801539778,14990.432413793],[9422.3960650128,14958.725],[9341.3130881095,14973.534482759],[9330.7416595381,14957.74637931],[9345.7339606501,14956.311551724],[9322.0898203593,14967.422413793],[9325.0598802395,14940.775862069],[9317.3609923011,14949.396551724],[9345.1933276305,14843.293517241],[9343.3438836612,14841.342189655],[9478.8254918734,14912.209482759],[9337.8913601369,14993.362068966],[9331.9033361848,14991.637931034],[9336.2386655261,15024.836206897],[9338.74679213,15002.844827586],[9333.6142001711,15026.120689655],[9344.9093242087,15021.279310345],[9339.6022241232,15024.396551724],[9325.0598802395,15006.293103448],[9420.1428571429,14982.138793103],[9416.0710008554,14993.442931034],[9415.1556886228,14961.798448276],[9417.5765611634,14960.297068966],[9424.2899914457,14959.74137931],[9522.0932420873,14837.615017241],[9517.3438836612,14839.38662069],[9524.0316509837,14844.738344828],[9525.246364414,14839.861051724],[9521.1505560308,14843.363706897],[9321.6381522669,15126.982758621],[9248.4576561163,15131.106896552],[9029.2070145423,15181.077586207],[9022.3139435415,15137.074137931],[9016.1017964072,15134.612068966],[9017.9597946963,15135.603448276],[9022.7792985458,15132.951724138],[9063.2976903336,15115.775862069],[9070.1411462789,15114.913793103],[9066.4644995723,15114.267241379],[9043.4499572284,15117.336206897],[9037.5149700599,15073.262068966],[9050.4662104363,15064.913793103],[9058.9264328486,15090.629310345],[9069.8982035928,15072.810344828],[9076.9846022241,15072.672413793],[9076.9846022241,15069.224137931],[9076.3002566296,15067.212068966],[9073.5628742515,15073.534482759],[9035.3832335329,15072.855172414],[9070.1565440547,15062.843103448],[9048.2198460222,15066.818965517],[9069.2857142857,15059.74137931],[9048.1411462789,15064.181034483],[9090.6715141146,15090.775862069],[9090.5346449957,15101.762068966],[9072.5226689478,15060.215517241],[9054.5449101796,15045.818965517],[9052.1770744226,15044.224137931],[9055.6330196749,15044.139655172],[9041.3404619333,15043.748275862],[9025.8485885372,15044.636206897],[9090.6715141146,14989.913793103],[9099.2258340462,15023.534482759],[9024.8032506416,15132.155172414],[9090.6715141146,14984.74137931],[9013.6826347305,15094.224137931],[9039.0872540633,15044.096551724],[9028.9315654405,15043.753448276],[9249.7818648417,15039.051724138],[9247.1642429427,14814.18762069],[9254.0590248075,14808.017241379],[9259.3284858854,14768.315344828],[9234.8990590248,14828.9913],[9247.0684345595,14816.57787931],[9256.625320787,14807.155172414],[9254.6338751069,14810.25],[9255.8571428571,14776.57637931],[9236.0949529512,14826.839465517],[9251.747647562,14808.234310345],[9256.5380667237,14771.100172414],[9261.0513259196,14770.64],[9846.1139264328,14658.143275862],[9854.614603935,14649.017241379],[9852.8614200171,14651.120689655],[9841.9437467921,14659.492241379],[9840.0318220701,14653.293103448],[9787.394867408,14667.694482759],[9843.6059538067,14656.996551724],[9784.4268605646,14670.948275862],[9788.7040205304,14671.810344828],[9782.7159965783,14668.362068966],[9760.9228400342,14653.153448276],[9763.4513259196,14653.551724138],[9760.4747647562,14656.293103448],[9762.1856287425,14655.431034483],[9717.2571428571,14691.920172414],[9720.4331907613,14690.746551724],[9667.1505560308,14705.883103448],[9654.9931565441,14735.291551724],[9782.6757912746,14672.745689655],[9627.3473053892,14731.992758621],[9621.3404619333,14732.070862069],[9655.8930710009,14739.324655172],[9659.5337895637,14725.25862069],[9668.9435414885,14737.327586207],[9743.2366124893,14745.884827586],[9737.378100941,14745.086206897],[9742.5106928999,14744.224137931],[9526.9418306245,14765.775862069],[9660.005988024,14736.172413793],[9665.5218135158,14739.913793103],[9666.3481608212,14724.282931034],[9649.3627031651,14737.990689655],[9550.0675791275,14805.793103448],[9425.6313088109,14798.311896552],[9454.127459367,14821.047517241],[9460.2181351583,14824.396551724],[9449.7202737382,14816.778637931],[9429.9563729683,14786.380172414],[9422.5346449957,14797.849310345],[9457.8571428571,14820.503017241],[9457.49786142,14765.867413793],[9382.373823781,14800.25862069],[9551.6586826347,14808.984655172],[9630.4491017964,14810.603448276],[9628.7382378101,14789.913793103],[9679.2087254063,14783.017241379],[9671.5098374679,14792.5],[8911.5115483319,15264.548275862],[8834.0846877673,15224.356896552],[8829.4704875962,15224.689655172],[8906.753635586,15264.051724138],[8866.0829769033,15159.677586207],[10172.792985458,14670.948275862],[10221.552609068,14706.293103448],[10204.443969204,14668.362068966],[10241.894781865,14688.734310345],[10250.534644996,14696.926034483],[10143.686056459,14682.761206897],[10159.96150556,14659.74137931],[10159.70829769,14655.375862069],[10159.159110351,14644.743103448],[10124.033361848,14651.120689655],[10140.286569718,14666.637931034],[10247.550898204,14646.584482759],[10198.941830624,14641.637931034],[10184.589392643,14648.753448276],[10295.053036784,14618.967241379],[10247.05132592,14642.437931034],[10288.272882806,14607.967241379],[10147.130025663,14590.775862069],[10133.706586826,14589.124137931],[10265.195038494,14588.175862069],[10265.809238666,14583],[10172.976047904,14588.694827586],[10221.347305389,14592.689655172],[10211.28742515,14593.362068966],[10141.142001711,14590.775862069],[10095.265183918,14670.169482759],[10098.370402053,14671.810344828],[10126.818648417,14628.027586207],[10115.230966638,14642.706896552],[10075.273738238,14616.637931034],[10005.983746792,14658.879310345],[9959.7904191617,14690.775862069],[9961.501283148,14688.189655172],[10007.029084688,14660.520172414],[9872.226176219,14711.131724138],[9891.2562874251,14668.295],[9882.450641574,14625.429310345],[9884.5124037639,14625.25862069],[9858.8494439692,14645.948275862],[9887.0786997434,14626.982758621],[9881.9461077844,14630.431034483],[10306.24037639,14622.672413793]], + "20305":[[9143.3096663815,14928.968793103],[9299.7373823781,14886.926551724],[9143.994011976,14923.576551724],[9147.6689478186,14924.854137931],[9156.5397775877,14914.913793103],[9147.8605645851,14921.977413793],[9151.5372112917,14923.345],[9155.7955517536,14923.354482759],[9144.9828913601,14925.303793103],[9144.627031651,14927.862413793],[9216.0384944397,14934.408793103],[9125.3507271172,14948.906724138],[9106.0692899914,14985.603448276],[9128.4268605646,14945.463448276],[9123.5252352438,14943.643275862],[9088.9606501283,14991.637931034],[9149.2959794696,14954.947931034],[9146.7570573139,14958.948448276],[9147.8400342173,14961.780862069],[9146.9743370402,14956.201034483],[9211.2874251497,14990.775862069],[9112.0573139435,15020.086206897],[9097.5149700599,15021.810344828],[9165.4482463644,15085.262068966],[9162.5278015398,15091.637931034],[9153.1180496151,14926.982758621],[9154.3430282293,14929.761034483],[9149.5816937553,14925.945862069],[9169.0393498717,14934.855862069],[9170.0590248075,14933.121551724],[9148.0248075278,14919.741896552],[9420.0470487596,14831.290301724],[9423.4345594525,14868.362068966],[9422.4148845167,14873.300862069],[9425.1454234388,14873.534482759],[9442.751924722,14880.956551724],[9443.1094952951,14886.465517241],[9461.7904191617,14853.851551724],[9456.9093242087,14849.917758621],[9422.002566296,14835.384775862],[9462.0111206159,14848.286551724],[9445.5697177074,14860.818103448],[9426.000855432,14865.775862069],[9430.1787852866,14871.879827586],[9447.5919589393,14878.858793103],[9442.4405474765,14864.757758621],[9432.4884516681,14865.362931034],[9516.6441402908,14838.388327586],[9518.0692899914,14834.18887931],[9492.6817792985,14835.835689655],[9522.6646706587,14833.879310345],[9473.9632164243,14873.654137931],[9363.75106929,14871.429137931],[9427.5543199316,14869.525517241],[9440.3960650128,14888.762931034],[9447.0068434559,14882.313103448],[9053.4208725406,15090.782758621],[9074.6903336185,15074.022413793],[9057.3096663815,15089.051724138],[9071.6467065868,15061.765517241],[9053.9580838323,15093.962068966],[9061.5868263473,15091.637931034],[9050.871685201,15093.563793103],[9056.4542343884,15094.224137931],[9052.1103507271,14965.661551724],[9060.8990590248,14960.685862069],[9088.1052181352,14987.327586207],[9750.7086398631,14618.815517241],[9723.6911890505,14687.327586207],[9668.8237810094,14703.843103448],[9664.6663815227,14706.293103448],[9630.9538066724,14731.97637931],[9626.2728828058,14735.185],[9667.1522668948,14734.758275862],[9660.0898203593,14726.364310345],[9672.8614200171,14734.264655172],[9661.24465355,14739.051724138],[9664.3857998289,14730.881551724],[9670.0846877673,14732.337758621],[9671.8246364414,14738.549827586],[9726.0701454234,14741.770517241],[9735.6672369547,14749.396551724],[9725.9647562019,14738.840517241],[9729.3390932421,14740.572758621],[9532.500427716,14767.836724138],[9554.6937553465,14762.095517241],[9539.8639863131,14771.395],[9535.6843455945,14763.960689655],[9549.1163387511,14766.608448276],[9537.9495295124,14775.928275862],[9526.0367835757,14768.443448276],[9514.4781864842,14769.490172414],[9485.881094953,14736.465517241],[9486.6578272027,14745.079482759],[9491.3627031651,14742.685517241],[9493.4157399487,14730.375172414],[9485.8520102652,14740.311034483],[9488.7810094098,14733.490172414],[9497.128314799,14740.554137931],[9521.881094953,14770.94637931],[9493.1813515825,14737.607068966],[9488.8887938409,14742.411724138],[9497.8571428571,14737.327586207],[9489.3165098375,14731.079827586],[9526.1565440547,14770.221034483],[9496.505560308,14718.429310345],[9495.5697177074,14722.65362069],[9663.1950384944,14726.720517241],[9540.2917023097,14785.125689655],[9525.8023952096,14777.711724138],[9651.8537211292,14787.883793103],[9493.0153977759,14786.734310345],[9515.1796407186,14810.838793103],[9487.8092386655,14778.177241379],[9486.4285714286,14789.312758621],[9489.1026518392,14788.089310345],[9468.7724550898,14746.810344828],[9429.1710863986,14778.386034483],[9426.7365269461,14789.000344828],[9429.4721984602,14802.261551724],[9453.9221556886,14818.957448276],[9425.9717707442,14779.096724138],[9424.5791274594,14803.657586207],[9426.6030795552,14794.709827586],[9423.9375534645,14788.724310345],[9421.9717707442,14784.045689655],[9450.5722840034,14818.622241379],[9425.1454234388,14807.155172414],[9457.8058169376,14772.423448276],[9465.1916167665,14748.104310345],[9462.2865697177,14750.73637931],[9370.0675791275,14799.545172414],[9381.9136013687,14796.501034483],[9399.372968349,14807.499482759],[9398.5380667237,14810.071206897],[9395.4277159966,14796.212758621],[9378.6971770744,14795.862586207],[9398.6030795552,14798.336551724],[9375.5303678358,14796.810344828],[9377.4704875962,14798.261724138],[9463.4619332763,14826.715413793],[9433.1060735672,14784.214827586],[9429.6980325064,14788.382068966],[9427.5697177074,14781.857068966],[9458.6766467066,14768.94637931],[9548.3276304534,14810.603448276],[9529.0975192472,14777.805517241],[9524.9674935843,14773.195862069],[9547.1368691189,14776.834827586],[10153.658682635,14681.91],[10210.431993157,14689.913793103],[10171.273738238,14628.722413793],[10221.665526091,14647.489655172],[10276.960650128,14654.963793103],[10281.432848589,14604.568965517]], + "20306":[[9417.8554319932,14831.267753448],[9444.5722840034,14879.039827586],[9458.5260906758,14847.127896552],[9422.6869118905,14832.07262069],[9460.2181351583,14855.431034483],[9420.7878528657,14833.785465517],[9418.4918733961,14885.91],[9437.1539777588,14864.355344828],[9491.2207014542,14837.664068966],[9056.1531223268,14961.637758621],[9844.3071000855,14655.431034483],[9782.3609923011,14669.371724138],[9668.0590248075,14707.896034483],[9624.2301112062,14733.591724138],[9665.7562018819,14736.395344828],[9739.4739093242,14749.647068966],[9727.54679213,14736.770862069],[9536.0744225834,14756.359137931],[9532.5500427716,14764.302931034],[9529.2018819504,14768.567413793],[9548.3960650128,14771.250689655],[9486.5414884517,14741.923965517],[9502.6030795552,14736.276896552],[9492.5209580838,14732.935344828],[9493.6039349872,14720.403793103],[9494.869974337,14738.872413793],[9484.9606501283,14738.03],[9513.254918734,14768.362068966],[9491.3113772455,14738.584137931],[9512.3994867408,14775.25862069],[9524.8015397776,14767.368965517],[9546.9640718563,14809.855689655],[9535.7168520103,14775.678793103],[9513.254918734,14808.879310345],[9521.9666381523,14780.890172414],[9485.7425149701,14787.547413793],[9516.2951240376,14808.471896552],[9488.7040205304,14780.795172414],[9487.4790419162,14786.590689655],[9523.6826347305,14775.747241379],[9426.5106928999,14800.622068966],[9460.2181351583,14826.982758621],[9424.8939264328,14810.457758621],[9423.2155688623,14782.528965517],[9430.0145423439,14807.291551724],[9453.4516680924,14767.117931034],[9455.0872540633,14773.716724138],[9454.4525235244,14768.920517241],[9460.3259195894,14748.906724138],[9455.0684345595,14771.369655172],[9469.4448246364,14747.870689655],[9372.9298545766,14796.750344828],[9395.254918734,14809.603793103],[9396.3875106929,14807.580862069],[9390.7365269461,14797.648793103],[9397.5337895637,14799.941896552],[9425.3541488452,14782.63137931],[9422.4456800684,14785.859310345],[9491.5098374679,14785.045172414],[9533.6056458512,14779.754482759],[9528.245508982,14780.845344828],[10150.9572284,14675.085689655],[10163.097519247,14691.958793103],[10210.431993157,14670.086206897],[10189.046193328,14616.637931034],[10264.652694611,14656.789655172],[10279.063301967,14597.306896552],[10125.744225834,14649.396551724],[9892.2112917023,14669.224137931]], + "20333":[[7970.2095808383,15629.937931034],[7977.1727972626,15442.110344828],[7909.9016253208,15275.994827586],[7980.0299401198,15312.368965517],[7953.8023952096,15259.74137931],[7974.3327630453,15732.155172414],[8375.9272882806,15624.129310345],[8394.1599657827,15561.94137931],[8402.6834901625,15591.755172414],[8414.9452523524,15496.637931034],[8449.0838323353,15511.327586207],[8468.0453378956,15466.518965517],[8333.6142001711,15566.637931034],[8419.9597946963,15401.603448276],[8347.9375534645,15536.627586207],[8279.2070145423,15660.355172414],[8189.4927288281,15648.060344828],[8148.3207869974,15600.822413793],[8289.754491018,15539.84137931],[8289.9871685201,15601.982758621]], + "20334":[[6631.6638152267,14838.009655172],[6566.2917023097,14851.982758621],[6568.3618477331,14864.017758621],[6526.9760479042,14879.628793103],[6550.8254918734,14842.608655172],[6490.124037639,14856.722758621],[6483.2976903336,14857.884310345],[6469.1830624465,14850.262413793],[6485.881094953,14833.879310345],[6498.3875106929,14838.544051724],[6466.4114627887,14880.111551724],[6580.252352438,14844.926396552],[6516.0265183918,14893.849482759],[6565.128314799,14900.842413793],[6554.3840889649,14871.027758621],[6554.503849444,14885.092068966],[6495.8383233533,14894.492068966],[6510.0213857998,14905.210862069],[6462.7844311377,14885.567068966],[6516.6082121471,14862.029310345],[6648.8579982891,14787.916206897],[6621.5697177074,14793.430689655],[6714.4525235244,14776.319827586],[6478.9863130881,14810.170517241],[6473.9050470488,14801.982758621],[6478.6612489307,14784.976206897],[6484.2728828058,14780.142758621],[6537.5491873396,14787.823275862],[6564.0333618477,14823.211034483],[6564.0504704876,14802.631896552],[6527.0786997434,14809.767241379],[6609.7305389222,14825.316258621],[6589.747647562,14794.930689655],[6602.6475620188,14789.292241379],[6588.0538922156,14821.848103448],[6576.9161676647,14800.304482759],[6506.120615911,14782.063965517],[6586.3601368691,14766.757586207],[6505.5560307956,14823.534482759],[5802.8186484175,14745.378275862],[5827.4208725406,14738.868275862],[5823.7254063302,14710.31637931],[5844.7005988024,14659.486206897],[5905.1112061591,14553.475862069],[6053.2207014542,14707.775689655],[6079.499572284,14705.878793103],[5944.0846877673,14521.920689655],[5930.6886227545,14531.4],[5931.7835757057,14500.477586207],[5886.3430282293,14490.418965517],[5913.254918734,14530.134482759],[5914.9486740804,14567],[5959.7048759624,14433.85],[5753.6655260907,14587.084482759],[5770.0384944397,14551.996551724],[5831.869118905,14590.465517241],[5899.619332763,14474.375862069],[5806.2745936698,14618.870689655],[5665.6073567151,14517.070689655],[5731.6980325064,14604.353448276],[5592.0402053037,14663.503448276],[5639.7733105218,14621.760344828],[5705.9324208725,14544.677586207],[5684.8545765612,14693.202413793],[5680.0812660394,14572.760344828],[5600.0641573995,14634.431034483],[5590.1924721985,14559.748275862],[5566.4285714286,14599.931034483],[5587.6775021386,14741.637931034],[6174.9315654405,14673.024655172],[6114.2643284859,14705.905],[5870.6715141146,14667.516551724],[5872.5705731394,14563.527586207],[5848.9264328486,14684.455172414],[5878.8323353293,14699.615689655],[5880.4405474765,14714.535344828],[5862.3909324209,14702.425862069],[5784.495295124,14756.299482759],[5810.2266894782,14729.369827586],[5801.8947818648,14765.357586207],[5824.0333618477,14753.814482759],[5846.7707442258,14736.72362069]], + "20335":[[6406.9418306245,14901.572586207],[6411.25320787,14912.787241379],[6404.3584260051,14929.510517241],[6398.6099230111,14860.036206897],[6392.6390076989,14988.189655172],[6365.9837467921,15025.182758621],[6379.8075278015,14885.603448276],[6370.5175363559,14807.640517241],[6389.7647562019,14817.476965517],[6357.6689478186,14794.547068966],[6381.9289991446,14689.770172414],[6363.9307100086,14709.220517241],[6389.0633019675,14703.003793103],[6296.505560308,14901.55],[6314.3498716852,14908.620862069],[6331.4927288281,14889.235862069],[6348.994867408,14887.74137931],[6349.8674080411,14877.844827586],[6288.2763045338,15019.224137931],[6300.5260906758,15029.194827586],[6314.7946963216,15034.74137931],[6346.2745936698,15042.984482759],[6195.8896492729,15038.189655172],[6211.2874251497,15044.224137931],[6192.1428571429,15018.606896552],[6203.3490162532,14972.850517241],[6238.1137724551,14973.553965517],[6335.8041060736,15042.827586207],[6096.4029084688,15095.774137931],[6146.4627887083,15003.532758621],[6040.252352438,14900.137241379],[6046.1890504705,14902.844827586],[6270.3122326775,14990.775862069],[6279.0205303678,14974.635],[6187.4037639008,14862.819310345],[6170.2266894782,14846.810344828],[6306.377245509,14751.592586207],[6302.4080410607,14728.03],[6313.7681779299,14730.006206897],[6281.2959794696,14729.164310345],[6144.5637296835,14724.396551724],[6150.996578272,14739.235344828],[6165.8982035928,14714.800172414],[6290.8426005133,14720.948275862],[6336.9674935843,14699.445344828],[6121.005132592,14745.358103448]], + "20336":[[6406.4114627887,14876.809655172],[6394.0419161677,14937.17362069],[6399.6364414029,14950.520344828],[6454.8289136014,14799.054482759],[6304.5295124038,14909.74137931],[6340.9366980325,14883.902758621],[6178.1822070145,14998.323793103],[6167.2840034217,14988.907068966],[6315.6501283148,14747.66862069],[6310.124037639,14742.483275862],[6295.9751924722,14748.534482759],[6133.4431137725,14736.465517241]], + "20352":[[6576.4542343884,14438.365517241],[6636.3002566296,14382.179310345],[6702.4764756202,14343.868965517],[6605.2822925577,14289.075862069],[6713.1351582549,14300.687931034],[6519.6535500428,14382.643103448],[6506.8905047049,14281.213793103],[6533.6826347305,14199.546551724],[6633.870829769,14184.74137931],[6548.2763045338,14157.751724138],[6467.9512403764,14138.655172414],[6451.6638152267,14199.396551724],[6403.5543199316,14192.096551724],[6747.5919589393,14003.286206897],[6585.6073567151,13998.248275862],[6912.6732249786,14118.705172414],[6846.6680923867,14065.786206897],[6857.1385799829,14132.587931034],[6846.7878528657,14210.160344828],[6812.9469632164,14300.503448276],[6918.9520958084,14411.236206897],[6925.3849443969,14402.420689655],[6918.6783575706,14467.760344828],[6732.245508982,14095.086206897]], + "20357":[[5503.1950384944,14286.581034483],[5570.6886227545,14331.787931034],[5426.8562874252,14296.810344828],[5374.4011976048,14115.327586207],[5315.8383233533,14125.84137931],[5365.6415739949,14053.555172414],[5406.2403763901,14319.589655172],[5348.3960650128,14203.115517241],[5287.2326775021,14628.736206897],[4993.9221556886,14553.531034483],[4943.9478186484,14506.579310345],[4936.8648417451,14607.655172414],[4906.8220701454,14506.929310345],[4752.0402053037,14434.715517241],[4720.1325919589,14466.637931034],[4630.7057313944,14462.570689655],[4630.4491017964,14422.875862069],[4986.0692899914,14624.932758621],[5204.4610778443,14675.358965517],[5215.872540633,13993.479310345],[5090.6886227545,14693.600862069],[5226.3430282293,13919.929310345]], + "20358":[[5065.8639863131,14415.479310345],[4952.0915312233,14495.948275862],[4715.4790419162,14416.332758621],[4889.6449957228,14645.948275862],[4966.497005988,14627.4],[5056.625320787,14629.206896552]], + "20359":[[4982.9384088965,14666.212758621],[5018.2677502139,14618.513793103],[5090.6715141146,14528.706896552],[5092.7929854577,14513.815517241],[5092.0915312233,14516.975862069],[5205.2994011976,14591.637931034]], + "20371":[[4498.2164242943,14655.025862069],[4500.628742515,14630.115517241],[4507.2668947819,14587.327586207],[4522.6988879384,14544.213793103],[4484.1702309666,14626.120689655],[4438.1479897348,14690.678103448],[4457.7715996578,14665.490517241],[4390.5346449957,14579.551724138],[4340.8340461933,14500.293103448],[4468.6184773311,14669.981896552],[4085.1796407186,14571.19137931]], + "20373":[[4562.373823781,14591.875862069],[4503.4174508127,14620.382758621],[4532.8443113772,14587.027586207],[4437.9769033362,14664.051724138],[4463.2805816938,14641.748275862],[4445.6415739949,14633.246551724],[4482.6646706587,14705.071034483],[4471.8862275449,14714.669482759],[4427.3524379812,14705.826206897],[4385.2138579983,14625.182758621],[4351.7151411463,14562.006896552],[4399.0889649273,14573.806896552],[4417.2241231822,14534.151724138],[4393.4602224123,14522.037931034],[4335.2908468777,14494.363793103],[4297.7031650984,14607.263793103],[4275.1881950385,14555.303448276],[4286.7707442258,14511.922413793],[4285.1454234388,14463.781034483],[4237.8400342173,14533.794827586],[4222.4080410607,14527.915517241],[4223.3832335329,14551.403448276],[4228.9435414885,14580.065517241],[4268.5158254919,14592.687931034],[4360.2352437981,14454.79137931],[4113.6997433704,14540.846551724],[4103.8109495295,14556.281034483],[4097.6860564585,14610.139655172],[4132.621899059,14611.829310345]], + "20374":[[4320.1325919589,14591.413793103],[4236.5397775877,14523.684482759],[4088.7382378101,14549.106896552],[4263.0410607357,14442.563793103]], + "20375":[[4357.0701454234,14581.743103448],[4240.8511548332,14562.95],[4114.9828913601,14532.118965517],[4111.9204448246,14601.844827586]], + "20377":[[4767.3182207015,14346.810344828],[4686.9589392643,14424.30862069],[4736.6595380667,14441.470689655],[4650.7399486741,14397.603448276],[4710.9794696322,14382.939655172],[4620.7827202737,14408.489655172],[4584.751924722,14406.581034483],[4436.6595380667,14556.089655172],[4130.7912745937,14541.512068966],[4092.0573139435,14591.534482759],[4133.631308811,14655.034482759],[4113.5286569718,14501.717241379],[4168.5158254919,14582.155172414],[4323.502994012,14548.486206897],[4237.6860564585,14599.155172414],[4387.4550898204,14672.339310345]], + "20380":[[10347.301112062,14322.672413793],[10443.212147134,14252.170689655],[10436.033361848,14272.260344828],[10457.292557742,14262.563793103],[10693.75106929,14368.362068966],[10689.473909324,14369.224137931],[10461.928999145,14287.327586207],[10451.037639008,14301.936206897],[10377.579982891,14363.634482759],[10395.039349872,14372.818965517],[10361.417450813,14331.775862069],[10388.361847733,14287.327586207],[10381.518391788,14285.603448276],[10401.554319932,14290.846551724],[10368.705731394,14388.710344828],[10324.204448246,14354.568965517],[10332.28314799,14377.022413793],[10342.960650128,14360.931034483],[10334.77245509,14332.546551724],[10432.592814371,14300.484482759]], + "20394":[[3991.6809238666,16313.032758621],[3751.1847733105,16332.217241379],[3941.4157399487,16405.474137931],[3918.0282292558,16382.127586207],[3805.4191616766,16360.736206897],[3477.7887082977,17026.189655172],[3535.376390077,16899.586206897],[3550.9110350727,16927.879310345],[3615.2053036784,16825.086206897],[3449.9016253208,16739.396551724],[3572.2797262618,16744.224137931],[3428.0367835757,16863.086206897],[3142.9213002566,16948.965517241],[3235.0342172797,17007.706896552],[3424.8545765612,17169.706896552],[3707.745936698,16345.632758621],[3604.7861420017,16473.581034483],[3672.3823781009,16204.998275862],[3517.3609923011,16345.744827586],[3483.3147989735,16299.396551724],[3447.4208725406,16275.365517241],[3648.3618477331,16217.894827586],[3455.0855431993,16227.844827586],[3374.8289136014,16589.137931034],[3355.8554319932,16594.224137931],[3565.4875962361,16532.962068966]], + "20399":[[3724.3242087254,14865.60862069],[3858.9349871685,14850.591896552],[3860.9538066724,14845.535482759],[3981.2104362703,14863.628793103],[4065.3678357571,14851.048448276],[4065.6757912746,14848.052413793],[4144.4781864842,14863.217068966],[4149.7647562019,14870.140689655],[4146.2745936698,14860.603448276],[3716.8477331052,14873.534482759],[3721.8605645851,14869.697241379]], + "20400":[[6091.7322497861,14147.653448276],[6119.003421728,14243.784482759],[5900.3207869974,14198.305172414],[6006.3259195894,14159.596551724],[5998.130881095,14127.612068966],[6095.9238665526,14105.637931034],[6063.2976903336,14038.189655172],[6070.4148845167,13827.244827586],[5995.7356715141,13853.370689655],[6302.6133447391,13767.144827586],[6296.9674935843,13838.096551724],[6021.6894781865,13919.117241379]], + "20401":[[5625.6073567151,14466.422413793],[5525.9837467921,14306.596551724],[5560.4063301967,14323.174137931],[5533.0325064157,14308.094827586],[5532.878528657,14308.222413793],[5549.7989734816,14288.05],[5512.2626176219,14274.668965517],[4731.4071856287,14690.844827586],[4782.1000855432,14718.489827586],[4788.7040205304,14684.74137931],[5456.3344739093,14545.937931034],[5446.5825491873,14364.037931034],[5432.878528657,14295.15],[5439.4311377246,14293.694827586],[5368.3447390932,14150.75862069],[5362.630453379,14131.039655172],[5338.8494439692,14132.537931034],[5330.0384944397,14146.64137931],[5324.5466210436,14135.14137931],[5358.4559452524,14089.846551724],[5409.0633019675,14313.065517241],[5234.0419161677,14432.870689655],[5206.1035072712,14385.179310345],[5107.7630453379,14391.463793103],[5096.8648417451,14487.806896552],[5106.8049615056,14446.889655172],[5201.9461077844,14468.068965517],[5125.3336184773,14541.744827586],[5194.1103507271,14651.279310345],[4990.5859709153,14543.805172414],[4733.5457656116,14406.587931034],[4708.2763045338,14484.896551724],[4653.7681779299,14609.984482759],[4824.9743370402,14578.325862069],[4925.6415739949,14711.671034483],[4983.8280581694,14688.50862069],[5034.3498716852,14639.65],[4931.0136869119,14596.913793103],[5092.9127459367,14535.182758621],[5100.9366980325,14532.155172414],[5099.9272882806,14510.681034483],[5229.251497006,14631.310344828],[5254.4011976048,14600.493103448],[5213.75106929,13954.544827586],[5076.2318220701,14685.137758621],[5207.6432848589,13940.475862069],[5217.994011976,13925.324137931],[5235.0342172797,13922.012068966],[5237.5491873396,13898.562068966],[4114.5380667237,14736.295862069],[4119.2087254063,14731.022413793],[4111.2018819504,14724.396551724],[4188.0881094953,14765.697758621],[4158.2848588537,14699.145517241],[4140.0812660394,14698.330344828],[4265.2651839179,14744.786206897],[4256.8477331052,14736.556724138],[4251.5953806672,14749.819482759],[4222.2369546621,14759.302931034],[4266.0350727117,14751.120689655],[4143.4345594525,14518.544827586],[4138.5757057314,14520.948275862],[4148.9606501283,14525.643103448],[4168.4644995723,14606.806896552],[4111.7835757057,14619.05862069],[4193.0667236955,14693.127241379],[4198.9520958084,14684.581724138],[4165.9324208725,14698.717068966],[4166.5312232678,14686.644655172],[4163.246364414,14647.54137931],[4189.0290846878,14615.217241379],[4166.7707442258,14620.836206897],[4161.9289991446,14613.825862069]], + "20402":[[6398.0453378956,14878.868793103],[6394.503849444,14943.805],[6395.8212147134,14940.872413793],[6403.7596236099,14951.120689655],[6520.0983746792,14757.155172414],[6285.2994011976,14749.015],[6266.0692899914,14743.227068966],[6139.5851154833,14746.14362069]], + "20405":[[4558.4388366125,14633.05862069],[4391.2874251497,14484.906896552],[4470.7228400342,14693.290172414],[4345.248075278,14616.179310345]], + "20434":[[3731.2874251497,17959.465517241],[3782.9726261762,17985.275862069],[3767.8143712575,18061.637931034],[3737.2583404619,18139.568965517],[3837.2241231822,18186.413793103],[3798.3361847733,18146.827586207],[3790.7741659538,18107.310344828],[3833.2378100941,18050.5],[3881.0906757913,18226.982758621],[3743.1094952951,18318.172413793],[3768.8922155689,18313.017241379],[3823.3832335329,18389.448275862],[3114.8118049615,17472.137931034],[3441.8263473054,18278.965517241],[3423.2634730539,18199.879310345],[3279.5851154833,18253.948275862],[3352.8956372968,18108.5],[3431.9375534645,18114],[3272.0744225834,18217.689655172],[3272.878528657,18240.775862069],[3257.6518391788,18200.75862069],[3251.5098374679,18163.068965517],[3245.3678357571,18208.051724138],[3340.4918733961,18057.172413793],[3392.2797262618,18044.965517241],[3360.9880239521,18014.913793103],[3223.1094952951,18172.913793103],[3318.7639007699,17991.982758621],[3305.9495295124,18024.206896552],[3294.3156544055,17947.155172414],[3345.8297690334,17931.810344828],[3286.5996578272,17980.379310345],[3342.1685201027,17976.982758621],[3328.0710008554,17867.672413793],[3299.619332763,17914.844827586],[3193.9050470488,17587.913793103],[3351.6467065868,17891.931034483],[3411.1334473909,18004.051724138],[3544.3413173653,18041.362068966],[3591.4414029085,17975.862068966],[3605.6415739949,17951.120689655],[3616.7621899059,18016.931034483],[3675.2566295979,17982.724137931],[3686.0521813516,18116.637931034],[3675.8554319932,18178.896551724],[3672.3652694611,18111.465517241],[3665.4533789564,18049.068965517],[3673.3233532934,18257.568965517],[3596.9161676647,18190.155172414],[3540.6116338751,18149.551724138],[3530.2951240376,18097.706896552],[3486.7365269461,18142.5],[3468.122326775,18325.448275862],[3499.003421728,18348.913793103],[3536.3515825492,18343.362068966],[3529.5081266039,18303.706896552],[3534.503849444,18226.224137931],[2916.4200171086,17977.086206897],[2910.1753635586,17956.293103448],[2901.621043627,17756.293103448],[2918.7296834902,17773.534482759],[2962.1343028229,17747.379310345],[3045.3165098375,17826.5],[3042.3909324209,17744.25862069],[3093.1693755346,17846.551724138],[3004.2728828058,17692.706896552],[3001.4157399487,17730.793103448],[2962.9384088965,17684.568965517],[3028.1907613345,17709.706896552],[3002.3909324209,17790.862068966],[3022.2369546621,17922.672413793],[3089.0290846878,17881.637931034],[2996.3173652695,17876.844827586],[3010.2609067579,17908.879310345],[2972.9469632164,17789.396551724],[3010.8426005133,17801.482758621],[2988.8408896493,17950.413793103],[2969.251497006,17950.74137931],[2950.1924721985,17951.275862069],[2982.750213858,17965.034482759],[2965.5560307956,17939.137931034],[3020.3378956373,17934.827586207],[3001.3644140291,17948.275862069],[3059.0205303678,17960.603448276],[3076.0607356715,17950.172413793],[3038.4388366125,18012.793103448],[3102.750213858,17998.74137931],[3150.6030795552,17993.465517241],[3121.4670658683,18014.051724138],[3018.8323353293,18063.5],[3019.5508982036,18044.189655172],[3048.75534645,18022.672413793],[3065.6073567151,17855.913793103],[3093.2378100941,18117.5],[3111.5953806672,18118.482758621],[2982.6475620188,18101.568965517],[2999.1402908469,18045.948275862],[2906.753635586,18052.844827586],[2963.0581693755,18011.706896552],[2948.6698032506,18000.25862069],[2866.5483319076,18087.327586207],[2912.7929854577,18005.551724138],[2911.0307955518,18263.189655172],[2936.0778443114,18239.793103448],[2943.8109495295,18144.137931034],[2957.8058169376,18272.5],[2966.1719418306,18189.862068966],[3080.8853721129,18288.75862069],[3034.0761334474,18184.5],[3098.2848588537,18242.793103448],[3086.3943541488,18207.155172414],[3101.4499572284,18132.75862069],[2988.875106929,18245.948275862],[3011.629597947,18188.827586207],[3211.3216424294,18265.775862069],[3239.2600513259,18252.913793103],[3606.1377245509,18251.189655172],[3017.1899059025,17650.568965517],[3034.2814371257,17663.775862069],[3038.3875106929,17647.396551724],[3098.8494439692,17663.068965517],[2963.6398631309,17654.465517241],[2947.6946107784,17607.068965517],[3053.8879384089,17620.948275862],[3040.2010265184,17570.086206897],[3030.7912745937,17569.224137931],[3043.7425149701,17558.034482759],[3046.5141146279,17530.775862069],[3098.8665526091,17612.24137931],[3072.3823781009,17608.482758621],[3123.879384089,17579.482758621],[3075.4448246364,17562.172413793],[3111.1334473909,17481.672413793],[3061.5868263473,17506.293103448],[3132.3481608212,17536.413793103],[2938.1822070145,17652.293103448],[3239.8246364414,18391.379310345],[3420.0128314799,18374.396551724],[3438.1650983747,18367.206896552],[3472.5192472198,18379.051724138],[3539.9443969204,18409.24137931],[3594.3156544055,18372.689655172],[3628.2420872541,18458.448275862],[3648.0538922156,18382.689655172],[3718.5585970915,18383.879310345],[3187.3353293413,18361.465517241]], + "20531":[[7245.624465355,18323.379310345],[7288.2763045338,18336.465517241],[7325.2994011976,18326.534482759],[7344.7348160821,18323.534482759],[7434.3327630453,19041.051724138],[7475.496150556,19078.448275862],[7479.8930710009,19121.810344828],[7460.8340461933,19108.379310345],[7534.6407185629,19081.293103448],[7603.9307100086,19117.5],[7439.8075278015,19041.637931034],[7540.628742515,19009.74137931],[7564.495295124,19017.965517241],[7635,19039.017241379],[7617.6176218991,19016.637931034],[7654.9144568007,19006.120689655],[7649.4396920445,19005.534482759],[7576.625320787,19127.603448276],[7539.1916167665,19075.931034483]], + "20532":[[7332.245508982,18337.862068966],[7288.1052181352,18307.137931034],[7470.0384944397,19096.482758621],[7598.6099230111,19120.586206897],[7435.8212147134,19045.517241379],[7636.4884516681,19043.482758621],[7473.4260051326,19120.137931034],[7535.3934987169,19074.24137931],[7613.9734816082,19020],[7200.5431993157,19251.293103448]], + "20556":[[3757.0530367836,19445.086206897],[3787.3524379812,19545.413793103],[3943.7767322498,19570.534482759],[3888.7895637297,19505.120689655],[4097.5149700599,19524.396551724],[4346.3601368691,19487.24137931],[4478.8836612489,19476],[4504.4610778443,19390.551724138],[3980.0470487596,16422.734482759],[3452.2284003422,16783.896551724],[3041.0564585115,16929.568965517],[3668.4473909324,19435.448275862]], + "20641":[[13354.213002566,12659.137931034],[13247.352437981,12657.810344828],[13182.202737382,12753.706896552],[13101.603934987,12737.862068966],[13051.116338751,12783.172413793],[13054.059024808,12757.068965517],[13726.069289991,13310.274137931],[13710.072711719,13296.524137931]], + "20646":[[13990.585970915,14549.396551724],[13964.923011121,14576.982758621],[13923.862275449,14666.637931034],[13923.862275449,14647.672413793],[13917.874251497,14651.120689655],[13896.779298546,14565.282758621],[13948.892215569,14549.601724138],[13963.212147134,14518.362068966],[13868.242087254,14575.136206897],[13895.633019675,14577.779310345],[13886.343028229,14606.094827586],[13900.834046193,14605.544827586],[13834.914456801,14498.810344828],[13907.010265184,14521.056896552],[13964.067579127,14552.844827586],[13908.73823781,14509.056896552],[13900.628742515,14513.386206897],[13845.162532079,14499.396551724],[13735.667236955,14542.5],[13718.404619333,14616.427586207],[13700.611633875,14401.348275862],[13763.041060736,14397.672413793],[13725.402053037,14373.534482759],[13848.498716852,14372.944827586],[13724.871685201,14318.822413793],[13738.062446535,14297.046551724],[13819.499572284,14308.879310345],[13801.039349872,14299.622413793],[13806.668092387,14295.086206897],[13816.077844311,14315.775862069],[13840.885372113,14320.948275862],[13729.644995723,14274.903448276],[13720.799828914,14239.074137931],[13689.268605646,14235.413793103],[13717.805816938,14278.406896552],[13757.224123182,14264.889655172],[13706.582549187,14435.603448276],[13808.960650128,14387.639655172],[13804.683490163,14377.998275862],[13818.062446535,14381.617241379],[14007.694610778,14377.844827586],[14005.128314799,14383.017241379],[14022.664670659,14404.334482759],[14023.212147134,14413.2],[14030.072711719,14409.360344828],[14029.935842601,14382.155172414],[14030.722840034,14419.374137931],[14026.514114628,14390.775862069],[14007.694610778,14474.396551724],[13962.356715141,14465.775862069],[14009.165953807,14494.677586207],[14013.990590248,14475.831034483],[14022.202737382,14477.775862069],[13764.649272883,14138.846551724],[13769.901625321,14130.046551724],[13760.491873396,14133.048275862],[13766.822070145,14122.031034483],[13778.934987169,14116.268965517],[13781.911890505,14167.632758621],[13734.452523524,14101.94137931],[13752.416595381,14191.067241379],[13763.468776732,14200.660344828],[13749.610778443,14183.681034483],[13765.692899914,14187.015517241],[13761.706586826,14180.036206897],[13745.00855432,14191.472413793],[13754.486740804,14176.982758621],[13731.971770744,14223.332758621],[13722.921300257,14221.175862069],[13718.404619333,14227.70862069],[13704.94011976,14140.979310345],[13687.47219846,14146.432758621],[13725.076988879,14105.85],[13735.804106074,14109.927586207],[13727.711719418,14099.256896552],[13700.594525235,14077.844827586],[13700.868263473,14068.131034483],[13705.470487596,14147.175862069],[13651.492728828,14111.812068966],[13659.875962361,14070.310344828],[13728.036783576,14039.755172414],[13700.594525235,14061.465517241],[13702.305389222,14016.637931034],[13729.97005988,14032.051724138],[13738.267750214,14033.327586207],[13622.715996578,14214.344827586],[13635.667236955,14208.95862069],[13614.349871685,14223.401724138],[13676.796407186,14061.477586207],[13555.171086399,14283.017241379],[13546.685201027,14280.968965517],[13624.033361848,14236.818965517],[13675.068434559,14235.917241379],[13548.857998289,14289.315517241],[13575.701454234,14303.706896552],[13635.889649273,14311.631034483],[13625.316509837,14313.484482759],[13529.850299401,14380.594827586],[13556.813515825,14346.167241379],[13547.386655261,14372.148275862],[13550.0213858,14392.434655172],[13605.675791275,14394.229310345],[13662.784431138,14332.831034483],[13646.394354149,14318.29137931],[13670.03849444,14294.818965517],[13669.183062447,14243.287931034],[13664.289991446,14231.144827586],[13457.651839179,14326.982758621],[13538.575705731,14401.036206897],[13543.434559453,14391.093103448],[13615.906757913,14391.637931034],[13461.073567151,14298.534482759],[13466.377245509,14343.518965517],[13514.384088965,14549.739655172],[13516.573994867,14541.075862069],[13528.652694611,14560.603448276]], + "20676":[[13240.748502994,14000.994827586],[13300.252352438,13968.362068966],[13289.337040205,14001.986206897],[13292.639007699,13964.012068966],[13175.581693755,13817.844827586],[13812.998289136,14139.803448276],[13842.596236099,14136.465517241],[13831.099230111,14118.151724138],[13836.402908469,14120.901724138],[13838.028229256,14111.051724138],[13833.032506416,14111.69137931],[13526.479897348,14128.246551724],[13530.03849444,14125.237931034],[13554.794696322,14110.543103448],[13560.936698033,14091.710344828],[13558.934987169,14084.515517241],[13550.893926433,14089.051724138],[13560.303678358,14010.136206897],[13554.315654405,14016.637931034],[13555.171086399,14023.534482759],[13473.237810094,14229.45],[13434.555175364,13882.155172414],[13480.970915312,13880.115517241],[13547.47219846,13851.982758621],[13604.443969204,13857.293103448],[13603.930710009,13861.465517241],[13601.039349872,13859.794827586],[13597.942686056,13861.465517241],[13626.103507271,13797.010344828],[13544.632164243,13887.577586207],[13659.533789564,13865.775862069]], + "20678":[[13875.906757913,14577.634482759],[13957.857142857,14532.532758621],[13814.264328486,14369.617241379],[13838.592814371,14485.505172414],[13831.475620188,14321.810344828],[13739.636441403,14233.429310345],[13671.167664671,14224.344827586],[13691.561163388,14155.525862069],[13617.754491018,14232.993103448],[13462.767322498,14332.317241379]], + "20679":[[13911.030795552,14666.637931034],[13934.127459367,14665.775862069],[13933.272027374,14654.568965517],[13927.284003422,14656.293103448],[13953.80239521,14555.431034483],[13964.067579127,14545.948275862],[13936.693755346,14663.189655172],[13886.069289991,14595.467241379],[13880.611633875,14565.736206897],[13873.323353293,14565.00862069],[13894.846022241,14605.732758621],[13886.514114628,14570.022413793],[13866.25748503,14567.90862069],[13827.215568862,14501.513793103],[13809.542343884,14494.182758621],[13957.224123182,14543.362068966],[13821.005132592,14483.189655172],[13828.909324209,14486.465517241],[13903.639863131,14586.710344828],[13716.950384944,14308.013793103],[13721.980325064,14310.603448276],[13722.835757057,14314.513793103],[13725.128314799,14291.186206897],[13693.990590248,14315.579310345],[13829.98716852,14308.643103448],[13824.272882806,14304.727586207],[13834.897348161,14308.879310345],[13835.393498717,14315.405172414],[13847.728828058,14315.775862069],[13723.862275449,14280.798275862],[13684.529512404,14245.010344828],[14000.953806672,14481.053448276],[14017.959794696,14487.327586207],[13695.393498717,14140.072413793],[13699.585115483,14145.782758621],[13702.904191617,14155.99137931],[13696.556886228,14157.720689655],[13689.662104363,14083.665517241],[13667.968349016,14184.453448276],[13672.365269461,14174.396551724],[13645.05988024,14121.494827586],[13650.312232678,14125.387931034],[13682.5106929,14075.160344828],[13692.040205304,14066.637931034],[13683.417450813,14065.265517241],[13678.062446535,14069.829310345],[13627.52352438,14214.69137931],[13631.390076989,14213.55],[13635.718562874,14218.344827586],[13674.076133447,14183.879310345],[13622.52780154,14224.122413793],[13632.262617622,14229.465517241],[13626.171941831,14325.25862069],[13645.710008554,14333.367241379],[13653.562874251,14328.696551724],[13696.317365269,14322.672413793],[13667.352437981,14237.05862069],[13691.903336185,14242.106896552]], + "20684":[[14078.644140291,15200.820689655],[14068.430282293,14836.465517241],[14067.55774166,14819.95012069],[14076.129170231,14820.086206897],[14636.077844311,15638.772413793],[14603.81094953,15224.353448276],[14608.926432849,15219.29137931],[14591.971770744,15199.232758621],[14596.23182207,15191.637931034],[14533.443113772,15245.584482759],[14529.371257485,15252.837931034],[14550.278015398,15200.10862069],[14529.576561163,15121.922413793],[14528.036783576,15130.75],[14533.78528657,15129.568965517],[14459.088964927,15181.431034483],[14499.568006843,15214.913793103],[14477.668947819,15179.003448276],[14472.621899059,15172.081034483],[14415.667236955,15224.824137931],[14421.415739949,15231.812068966],[14497.942686056,15221.218965517],[14407.745936698,15325.920689655],[14485.162532079,15304.998275862],[14408.857998289,15295.236206897],[14318.866552609,15252.813793103],[14273.887938409,15266.717241379],[14382.750213858,15100.353448276],[14385.573139435,15088.170689655],[14378.934987169,15088.181034483],[14414.041916168,15039.163793103],[14403.126603935,15042.681034483],[14408.002566296,15033.998275862],[14421.603934987,15070.177586207],[14489.644995723,15094.512068966],[14513.75106929,15091.944827586],[14384.854576561,15064.067241379],[14538.627031651,15977.063793103],[14488.481608212,15857.289655172]], + "20688":[[14709.148845167,15277.844827586],[14762.031650984,15194.968965517],[15254.94867408,16117.213793103]], + "20702":[[15027.131736527,17131.344827586],[14921.461933276,16909.215517241],[15271.21899059,16700.1],[15268.751924722,17227.096551724],[15332.532934132,17170.068965517],[15466.26603935,17227.443103448],[15412.810094098,16863.912068966],[15338.250641574,16871.9],[15648.669803251,17023.337931034],[15536.48502994,17135.872413793],[15455.922155689,16973.505172414]], + "20710":[[12872.348160821,12851.431034483],[12699.94439692,12621.189655172],[12259.99572284,13070],[12246.30881095,13072.379310345],[12257.959794696,13072.896551724],[12344.204448246,13082.75862069],[12342.014542344,13087.206896552],[12337.737382378,13078.189655172],[12255.872540633,13069.275862069],[12408.242087254,12693.362068966],[12316.847733105,12744.517241379],[12330.637296835,12746.051724138],[12327.882805817,12748.275862069]], + "20718":[[13964.632164243,15059.537931034],[13919.585115483,15032.155172414],[13945.898203593,15008.877586207],[14668.447390932,15144.403448276],[14396.591103507,15333.439655172],[14405.333618477,15331.275862069],[14312.758768178,15264.760344828],[14313.186484175,15260.372413793],[14306.411462789,15259.5],[14318.267750214,15263.955172414],[14514.435414885,15178.732758621],[14594.794696322,15206.044827586],[14599.465355004,15195.939655172],[14588.532934132,15176.120689655],[14614.96578272,15179.913793103],[14615.05132592,15196.810344828],[14599.088964927,15199.505172414],[14653.118049615,15175.412068966],[14682.49358426,15201.477586207],[14473.391787853,15202.889655172],[14470.620188195,15179.29137931],[14494.452523524,15189.018965517],[14470.243798118,15184.218965517],[14466.035072712,15179.348275862],[14552.758768178,15168.129310345],[14602.373823781,15159.587931034],[14434.743370402,15200.689655172],[14507.386655261,15105.89137931],[14497.001710864,15150.25862069]], + "20734":[[13062.44225834,15464.051724138],[13108.293413174,15470.912068966],[13636.21471343,15814.518965517],[13587.010265184,15837.151724138],[13678.78100941,15967.210344828],[13530.739948674,16025.701724138],[13468.088109495,15985.894827586],[13458.490162532,16106.389655172],[13669.576561163,15997.356896552],[14751.920444825,15426.982758621],[14758.113772455,15449.567241379],[14755.906757913,15420.90862069],[14761.980325064,15443.70862069],[14806.907613345,15297.198275862],[14785.213857998,15310.965517241]], + "20735":[[13613.870829769,16051.046551724],[13609.559452524,16045.918965517],[13529.867408041,16090.062068966],[13526.941830624,16090.775862069],[13619.824636441,16071.017241379],[13624.136013687,16076.144827586],[13661.056458512,15999.701724138],[13666.958939264,15989.134482759],[14836.556886228,15568.162068966],[14792.142857143,15300.743103448],[14799.790419162,15312.09137931]], + "20736":[[13086.069289991,15494.403448276],[13063.75962361,15456.279310345],[13075.273738238,15487.327586207],[13107.403763901,15488.068965517],[13564.289991446,15700.796551724],[13543.588537211,15659.5],[13556.23182207,15664.151724138],[13591.852010265,15697.205172414],[13641.381522669,15816.044827586],[13639.448246364,15821.346551724],[13686.052181352,15965.844827586],[13525.727117194,16011.856896552],[13525.333618477,16025.765517241],[13477.959794696,15981.796551724],[13465.350727117,16113.189655172],[13465.761334474,16105.025862069],[13474.760479042,15990.775862069],[13685.881094953,15973.598275862],[14800.851154833,15306.465517241]], + "21040":[[16541.484174508,13985.603448276],[16625.145423439,13983.465517241],[16569.576561163,14004.212068966],[16656.112061591,14053.706896552],[16633.340461933,14098.246551724],[16594.623609923,14106.370689655],[16729.816082121,14100.022413793],[16636.881950385,14036.663793103],[16517.5320787,14210.018965517],[16586.719418306,14218.155172414],[16568.875106929,14057.586206897],[16617.822925577,14275.80862069],[16635.581693755,14251.982758621],[16695.786997434,14194.265517241],[16601.124893071,14475.837931034],[16668.344739093,14459.836206897],[16664.666381523,14435.603448276],[16689.473909324,14399.396551724],[16676.129170231,14385.243103448],[16628.652694611,14512.675862069],[16604.084687767,14545.463793103],[16606.531223268,14589.089655172],[16647.352437981,14554.329310345],[16763.605645851,14477.032758621],[16773.306244654,14483.879310345],[16637.429426861,14467.718965517],[16857.001710864,14436.734482759],[16799.414029085,14464.129310345],[16828.70402053,14316.374137931],[16793.71685201,14364.001724138],[16762.236954662,14381.115517241],[16740.748502994,14302.5],[16717.703165098,14235.712068966],[16780.526090676,14239.539655172],[16644.136013687,14308.017241379],[16828.926432849,14375.979310345],[16716.522668948,14134.44137931],[16779.225834046,14141.598275862],[16793.71685201,14072.013793103],[16756.779298546,14093.125862069],[16789.439692044,14011.337931034],[16755.393498717,13988.532758621],[16790.979469632,13959.994827586],[16834.332763045,13734.874137931],[16816.21471343,13680.293103448],[16770.089820359,13761.077586207],[16789.764756202,13778.163793103],[16756.488451668,13714.260344828],[16757.634730539,13668.396551724],[16741.176218991,13802.425862069],[16792.946963216,13786.843103448],[16746.787852866,13781.293103448],[16705.333618477,13675.086206897],[16741.056458512,13679.929310345],[16659.260051326,13761.54137931],[16627.130025663,13746.879310345],[16603.280581694,13680.946551724],[16591.116338751,13725.532758621],[16616.146278871,13650.468965517],[16691.937553465,13647.124137931],[16728.207869974,13663.518965517],[16577.908468777,13773.829310345],[16558.76390077,13841.524137931],[16637.053036784,13944.675862069],[16636.573994867,13911.272413793],[16607.352437981,13809.74137931],[16614.349871685,13786.418965517],[16519.927288281,13768.634482759],[16323.400342173,13374.022413793],[16388.310521814,13443.368965517],[16388.224978614,13419.74137931],[16384.546621044,13407.887931034],[16409.319931565,13345.968965517],[16377.805816938,13387.503448276],[16385.727117194,13350.220689655],[16428.75534645,13441.774137931],[16452.51924722,13329.568965517],[16367.797262618,13466.287931034],[16381.22754491,13476.205172414],[16416.060735672,13454.365517241],[16388.002566296,13491.946551724],[16307.968349016,13354.817241379],[16500.406330197,13376.694827586],[16421.655260907,13538.3],[16472.5534645,13540.093103448],[16450.363558597,13557.070689655],[16497.857142857,13539.913793103],[16619.9786142,13536.610344828],[16581.860564585,13439.972413793],[16458.216424294,13575.256896552],[16507.249786142,13562.636206897],[16525.111206159,13611.151724138],[16561.586826347,13610.055172414],[16537.207014542,13615.775862069],[16676.642429427,13595.086206897],[16635.975192472,13555.236206897],[16511.065012831,13655.536206897],[16480.868263473,13647.653448276],[16647.215568862,13713.84137931],[16660.440547476,13585.370689655],[16623.041060736,13866.289655172],[16736.762189906,13886.668965517],[16625.162532079,13698.713793103],[16603.77673225,13907.462068966],[16744.820359281,13917.65862069],[16656.112061591,13818.362068966],[16789.901625321,13671.170689655],[16775.205303678,13266.660344828],[16601.689478186,13214.844827586],[16704.118905047,13575.331034483],[16804.307100086,13602.781034483],[16789.285714286,13613.606896552],[16783.896492729,13594.174137931],[16854.572284003,13579.568965517],[16822.596236099,13612.968965517],[16850.945252352,13607.651724138],[16834.897348161,13583.879310345],[16763.041060736,13608.879310345],[16892.45081266,14464.715517241],[16921.22754491,14410.75862069],[16890.00427716,14309.098275862],[16915.307955518,13617.5],[16929.217279726,13643.30862069]], + "21091":[[19214.110350727,16715.137931034],[19254.007698888,16618.051724138],[19296.505560308,16595.637931034],[19333.614200171,15226.120689655],[19349.456800684,16432.963793103],[19469.491017964,16431.139655172],[19526.702309666,16517.968965517],[19550.893926433,16513.189655172],[19558.524379812,16524.977586207],[19553.460222412,16463.189655172],[19551.749358426,16478.706896552],[19580.936698033,16448.339655172],[19535.496150556,16383.879310345],[19563.72540633,16392.5],[19626.565440547,16425.20862069],[19559.448246364,16339.913793103],[19568.002566296,16364.913793103],[19551.749358426,16361.465517241],[19681.398631309,16521.674137931],[19733.665526091,16272.217241379],[19628.122326775,16269.331034483],[19616.30025663,16289.974137931],[19653.066723695,16269.189655172],[19631.852010265,16240.713793103],[19612.690333618,16248.027586207],[19615.05132592,16260.925862069],[19694.384088965,16192.832758621],[19744.597946963,16202.69137931],[19690.603079555,16129.562068966],[19659.431137725,16129.677586207],[19647.215568862,16089.767241379],[19652.587681779,16049.372413793],[19561.19332763,16166.505172414],[19640.919589393,15997.468965517],[19648.909324209,16028.275862069],[19627.882805817,15953.762068966],[19633.015397776,15762.327586207]], + "21092":[[18493.579982891,15661.465517241],[19267.934131737,16625],[19299.396920445,16609.74137931],[19404.94011976,15366.431034483],[19418.507271172,15255.886206897],[19342.5106929,15236.453448276],[19289.713430282,15236.75],[19255.769888794,15230.093103448],[19131.732249786,15181.293103448],[18945.162532079,15049.993103448],[18910.175363559,15086.465517241],[18857.138579983,15022.672413793],[18773.135158255,14984.149827586],[18832.331052181,14921.810344828],[19303.81094953,16582.862068966],[19330.603079555,16565.551724138],[19697.429426861,15708.84137931],[19565.898203593,15501.715517241],[19640.628742515,15669.443103448],[19724.717707442,15415.151724138],[19517.155688623,15365.972413793],[19494.178785287,15275.187931034],[19581.19332763,15396.418965517],[19498.952095808,16459.379310345],[19602.44225834,16587.155172414],[19555.667236955,16514.481034483],[19595.376390077,16457.155172414],[19564.580838323,16466.637931034],[19527.112917023,16410.246551724],[19543.195038494,16395.086206897],[19557.737382378,16385.603448276],[19567.147134303,16381.293103448],[19576.556886228,16414.051724138],[19571.082121471,16350.862068966],[19579.123182207,16328.706896552],[19560.303678358,16368.362068966],[19576.779298546,16339.653448276],[19563.72540633,16358.879310345],[19559.277159966,16360.836206897],[19698.78100941,16469.137931034],[19666.29170231,16446.143103448],[19699.037639008,16443.45862069],[19691.30453379,16347.468965517],[19550.893926433,16497.672413793],[19541.159110351,16514.837931034],[19714.281437126,16463.189655172],[19748.994867408,16467.772413793],[19750.260906758,16376.927586207],[19735.786997434,16420.301724138],[19740.799828914,16397.672413793],[19747.301112062,16362.905172414],[19593.545765612,16425.048275862],[19589.816082121,16449.101724138],[19783.006843456,16439.00862069],[19795.393498717,16430.053448276],[19774.674935843,16414.472413793],[19758.986313088,16410.565517241],[19779.653550043,16425.356896552],[19771.082121471,16376.596551724],[19638.370402053,16438.255172414],[19628.515825492,16442.462068966],[19702.202737382,16304.439655172],[19667.985457656,16285.756896552],[19716.608212147,16309.032758621],[19714.298545766,16294.051724138],[19729.884516681,16453.663793103],[19723.075278015,16455.763793103],[19618.74679213,16440.794827586],[19605.265183918,16293.153448276],[19622.408041061,16278.965517241],[19593.665526091,16306.293103448],[19652.040205304,16444.25862069],[19630.278015398,16260.718965517],[19767.45508982,16369.484482759],[19610.774165954,16161.465517241],[19689.148845167,16178.770689655],[19686.924721985,16168.431034483],[19731.150556031,16350.989655172],[19682.305389222,16151.279310345],[19679.790419162,16135.05],[19677.053036784,16147.9],[19682.715996578,16290.665517241],[19652.639007699,16096.298275862],[19723.041060736,16081.394827586],[19694.863130881,16203.551724138],[19684.392643285,16226.318965517],[19604.272882806,16068.260344828],[19651.595380667,16225.084482759],[19653.477331052,16025.560344828],[19595.667236955,15974.148275862],[19670.431993157,15980.918965517],[19647.797262618,16073.272413793],[19648.464499572,16007.781034483],[19634.96578272,15956.513793103],[19646.497005988,15900.927586207],[19652.091531223,15887.918965517],[19740.970915312,15742.736206897],[19648.173652695,15777.151724138],[21161.706586826,16603.034482759],[21329.371257485,16545.363793103]], + "21093":[[19256.625320787,16639.051724138],[19327.626176219,15247.672413793],[19105.213857998,15190.775862069],[19077.737382378,15149.975862069],[18889.268605646,15060.272413793],[18863.982035928,14936.465517241],[19675.188195038,15401.996551724],[19576.556886228,15447.672413793],[19576.522668948,16539.34137931],[19740.799828914,16469.224137931],[19556.881950385,16483.879310345],[19705.179640719,16202.94137931],[19666.377245509,16133.879310345],[19647.694610778,16096.425862069],[19633.870829769,15984.282758621],[19652.570573139,16012.655172414],[19648.73823781,16050.637931034],[19639.465355004,15963.20862069],[19726.171941831,15751.163793103],[21150.260906758,16599.931034483],[21317.925577417,16542.25862069]], + "21095":[[19286.565440547,16610.603448276],[19122.54491018,15225.9],[19488.036783576,16434.1],[19685.795551754,15544.318965517],[19724.409751925,15456.434482759],[19704.016253208,15374.396551724],[19530.209580838,16509.729310345],[19535.940975192,16526.343103448],[19539.140290847,16531.479310345],[19594.469632164,16481.137931034],[19582.54491018,16458.017241379],[19562.271171942,16373.796551724],[19560.355004277,16367.546551724],[19680.919589393,16403.539655172],[19671.663815227,16499.981034483],[19770.431993157,16440.189655172],[19754.777587682,16468.017241379],[19788.327630453,16410.34137931],[19757.275449102,16322.753448276],[19634.931565441,16327.95862069],[19639.328485885,16198.367241379],[19659.379811805,16226.05862069],[19653.665526091,16161.601724138],[19734.811804962,16195.948275862],[19715.01710864,16189.896551724],[19734.469632164,16142.201724138],[19655.855431993,16077.517241379],[19604.786142002,16157.155172414],[19573.990590248,16097.672413793],[19566.753635586,15995.294827586],[19578.216424294,16001.7],[19597.087254063,16036.465517241],[19704.615055603,16013.820689655],[19593.169375535,15950.525862069],[19595.119760479,15987.705172414],[19675.068434559,15949.35],[19658.455945252,15981.810344828],[19589.798973482,15883.946551724],[19638.233532934,15916.098275862],[19640.765611634,15845.274137931]], + "21207":[[25451.852010265,9122.7068965517],[25520.697177074,8925.4310344828],[25576.30025663,9065.0344827586],[25298.182207015,8877.1724137931],[25262.236954662,8685.0172413793],[24862.305389222,8695.2931034483],[24884.118905047,8960.9827586207],[26447.301112062,9563.6034482759],[26493.870829769,10023.620689655],[26402.356715141,10047.017241379],[26185.402053037,9971.1206896552],[26273.836612489,9955.6551724138],[25857.155688623,9343.0689655172],[25817.788708298,9295.9482758621],[25671.27031651,9248.1034482759],[25686.650983747,9298.0517241379],[26852.964071856,10423.810344828],[26654.144568007,10417.155172414],[26591.578272027,10052.206896552]], + "21228":[[17174.041916168,14885.305344828],[17222.408041061,14887.327586207],[17225.402053037,14883.817758621],[16906.035072712,14984.85137931],[16990.620188195,14959.778103448],[16993.374679213,14998.822758621],[16944.392643285,15051.982758621],[16946.719418306,15048.487931034],[16949.662104363,15049.032758621],[16995.821214713,14998.263103448],[16993.203592814,15001.723448276],[16978.079555175,15058.513793103],[16998.76390077,14998.806724138],[16998.096663815,15003.927586207],[17108.892215569,14966.910862069],[17105.949529512,14966.366896552],[17108.224978614,14972.032068966],[17152.040205304,15051.794827586],[17157.4465355,15051.774137931],[17154.486740804,15051.231034483],[17156.779298546,15056.898275862],[17151.886227545,15054.696551724],[17126.428571429,15074.037931034],[17250.945252352,15084.155172414],[17208.481608212,15106.106896552],[17210.928143713,15105.544827586],[17213.203592814,15111.212068966],[17197.138579983,15074.012068966],[17229.97005988,15045.017241379],[17103.502994012,14966.925172414],[17132.929854577,14919.889137931],[17135.547476476,14916.430344828],[17133.100940975,14916.988793103],[17137.720273738,14922.672413793],[17176.488451668,14884.746206897],[17179.431137725,14885.29],[17178.76390077,14890.411724138],[17138.490162532,14916.974310345],[17227.677502139,14889.483275862],[17222.955517536,14884.377586207],[17276.129170231,14883.360689655],[17093.306244654,15042.9],[17208.310521814,15109.00862069],[17233.477331052,15040.598275862],[17103.331907613,14969.825517241],[17217.976903336,15145.820689655],[17213.870829769,15106.089655172],[17169.114627887,15166.620689655],[17421.124893071,14813.982155172],[17430.979469632,14809.298448276],[17427.643284859,14805.477586207],[17418.986313088,14807.057241379],[17423.537211292,14806.546206897],[17855.667236955,14818.470603448],[17941.826347305,14826.982758621],[17943.77673225,14823.356741379],[17941.501283148,14824.449],[17841.21043627,14788.965],[17775.479041916,14801.958103448],[17851.150556031,14815.775862069],[17795.547476476,14819.865275862],[17849.935842601,14814.544896552],[17857.48075278,14796.395517241],[17852.211291702,14813.452655172],[17855.188195038,14813.326293103]], + "21232":[[18291.065012831,11340.655172414],[18308.823781009,11325.327586207],[18343.092386655,11334.706896552],[18393.443113772,11305.551724138],[18371.800684346,11339.551724138],[18402.065868263,11386.706896552],[18417.070145423,11373.482758621],[18387.45508982,11290.413793103],[18533.76817793,11224],[18437.172797263,11148.25862069],[18568.892215569,11171.24137931],[18431.407185629,11209.310344828],[18691.732249786,11202.189655172],[18884.99144568,11177.620689655],[18898.900769889,11212.051724138],[18921.911890505,11243.551724138],[18915.786997434,11178.689655172],[19164.734816082,11052.465517241]], + "21233":[[18280.115483319,11323.551724138],[18433.973481608,11369.862068966],[18331.903336185,11315.034482759],[18473.905047049,11411.310344828],[18379.465355004,11293.25862069],[18379.670658683,11285.327586207],[18420.218135158,11248.586206897],[18531.407185629,11229.586206897],[18546.958939264,11203.086206897],[18459.020530368,11144.982758621],[18564.923011121,11176.103448276],[18447.574850299,11181.293103448],[18683.947818648,11197.086206897],[18683.74251497,11205.017241379],[18931.30453379,11210.396551724],[18895.701454234,11242.431034483],[18925.898203593,11155.344827586],[19155.171086399,11056.224137931],[19147.591958939,11050.672413793],[18905.881094953,11195.482758621]], + "21234":[[25455.085543199,9106.2931034483],[25469.918733961,9122.3275862069],[25470.517536356,9099.9137931034],[25513.152266895,8918.6034482759],[25525.607356715,8925],[25269.97005988,8670.8275862069],[24900.389221557,8959.7413793103],[24895.205303678,8972.1551724138],[26457.566295979,9564.0172413793],[26396.112061591,10046.74137931],[26165.675791275,9969.5344827586],[26180.491873396,9970.0862068966],[25820.543199316,9276.8620689655],[25799.96150556,9267.5172413793],[25682.613344739,9224.6206896552],[25660.474764756,9217.5862068966],[26666.719418306,10418.982758621],[26656.847733105,10405.517241379],[26676.642429427,10411.465517241],[26598.832335329,10051.017241379]], + "21235":[[25468.80667237,9115.9310344828],[25463.280581694,9112.6896551724],[25458.71257485,9111.4655172414],[25470.893926433,9108.8275862069],[25463.263473054,9106.6896551724],[25491.047904192,8913.0862068966],[25509.371257485,8907.2413793103],[25524.820359281,8921.4482758621],[25267.369546621,8678.1724137931],[25255.068434559,8682.5344827586],[24892.142857143,8963.8275862069],[24895.444824636,8960.4482758621],[24896.454234388,8966.9310344828],[26456.779298546,9560.4655172414],[26395.325064157,10043.189655172],[26170.962360992,9958.8103448276],[26179.670658683,9966.5172413793],[26157.395209581,9953.7068965517],[25814.692044482,9270.9827586207],[25812.673224979,9278.275862069],[25804.204448246,9276.1724137931],[25808.857998289,9267.224137931],[25670.431993157,9223.0689655172],[25670.141146279,9216.5],[25673.887938409,9219.7413793103],[26661.27887083,10411.586206897],[26665.0427716,10408.310344828],[26665.932420873,10415.431034483],[26669.884516681,10408.086206897],[26598.045337896,10047.465517241]], + "21236":[[24337.754491018,9540.2586206897],[24023.383233533,9808.0517241379],[28804.187339607,10642.224137931],[29072.707442258,10536.465517241],[28403.160821215,10593.189655172],[29031.646706587,9886.4655172414],[28796.317365269,10120.413793103],[28517.788708298,10391.310344828]], + "21238":[[16597.087254063,14908.879310345],[16733.049615056,14945.451551724],[16589.456800684,14809.747241379],[16560.252352438,14776.305517241],[16678.524379812,14482.582758621],[16783.229255774,14566.69137931],[16687.677502139,14425.586206897],[16775.136869119,14431.184482759],[16764.97433704,14452.598275862],[16660.543199316,14299.156896552],[16777.001710864,14120.420689655],[16722.835757057,13735.603448276],[16873.69974337,14824.455586207],[16908.413173653,14792.630689655],[16887.728828058,14739.965172414],[17369.354148845,14782.681206897],[17405.248075278,14654.448275862],[17344.9572284,14647.881034483],[17445.641573995,14231.312068966],[17573.922155689,14245.853448276],[17353.289136014,14147.672413793],[17357.566295979,14129.568965517],[17362.45936698,14046.994827586],[16930.739948674,14533.768965517],[16868.344739093,14490.239655172],[16871.800684346,14398.437931034],[17529.542343884,14769.904482759],[17130.791274594,13971.951724138],[17686.394354149,14564.779310345],[17661.19332763,14748.387931034],[17276.556886228,13934.674137931],[17219.790419162,13818.90862069],[18530.346449957,13980.462068966],[18568.857998289,13972.672413793],[18415.119760479,14490.825862069],[18376.710863986,14498.572413793],[18267.52352438,14716.174310345],[18039.910179641,14773.180172414],[18109.95295124,14726.363103448],[17887.4893071,14758.607586207],[17805.05988024,14620.35862069],[18255.325064157,13498.820689655],[18240.286569718,13657.929310345],[18371.082121471,13784.9],[18428.70402053,13933.3],[18338.233532934,13791.910344828],[21833.69974337,8686.775862069],[21854.914456801,8816.1379310345],[21667.797262618,8300.275862069],[21700.252352438,8166.6034482759],[21814.366980325,8447.6724137931],[21884.170230967,8294.8103448276],[21914.897348161,8118.5862068966],[22010.260906758,8008.0172413793],[22092.142857143,8196.3793103448],[22028.515825492,8328.1551724138],[22111.321642429,8454.7413793103],[22089.319931565,8572.5862068966],[22024.307100086,8487],[21925.076988879,8524.3103448276],[22760.936698033,9186.1724137931],[22544.546621044,8018.9827586207],[22933.922155689,7810.4827586207],[22930.363558597,7851.7068965517],[22274.846022241,8128.8793103448],[22593.169375535,7801.724137931],[22601.928999145,7787.5517241379],[22625.470487596,7916.0862068966],[22643.383233533,7771.0689655172],[22643.862275449,7847.2931034483],[22849.764756202,7844.4655172414],[22864.409751925,7814.6896551724],[22820.474764756,7989],[22892.211291702,7917.5],[22960.645851155,8103.7068965517],[22900.508982036,8148.5517241379],[22863.982035928,8110.6034482759],[22971.475620188,8092.4827586207],[22839.516680924,8156.9137931034],[22788.190761334,8157.9482758621],[22728.464499572,8157.1206896552],[22659.037639008,8109.5862068966],[22640.081266039,8011.224137931],[22697.241231822,8017.4137931034],[22672.810094098,8172.4137931034],[22753.80239521,8186.3448275862],[22792.245508982,8180.8793103448],[22712.998289136,8260.224137931],[22515.342172797,8142.0862068966],[22416.591103507,8143.3620689655],[22579.756201882,8282.1896551724],[22650.483319076,8149.9137931034],[22660.628742515,8159.3620689655],[22458.917878529,8240.6551724138],[22563.212147134,8206.2931034483],[22622.750213858,8168.3620689655],[22520.953806672,8343.3620689655],[22409.388366125,8341.9137931034],[22425.846877673,8471.3275862069],[22205.0427716,8439.8448275862],[22328.481608212,8419.1206896552],[22693.408896493,8579.7068965517],[22499.790419162,8560.9310344828],[22260.834046193,8555.775862069],[22358.678357571,8564.4655172414],[22525.367835757,7671.6896551724],[22568.327630453,7720.5172413793],[22510.722840034,7621.5344827586],[22498.524379812,7506.1206896552],[22618.849443969,7444.8620689655],[22841.928999145,7542.4827586207],[22825.898203593,7638.8620689655],[22875.581693755,7650.1724137931],[22932.399486741,7707.275862069],[22962.408041061,7615.4482758621],[22791.355859709,7612.6034482759],[22766.462788708,7511.4655172414],[22841.792130026,7736.3965517241],[22890.414884517,7765.4137931034],[23315.923866553,7849.8793103448],[23153.905047049,7942.9137931034],[23090.671514115,7976.1206896552],[23072.707442258,8134.7413793103],[23032.177074423,8057.7586206897],[23043.79384089,8001.9310344828],[24716.659538067,8879.7068965517],[24878.524379812,8778.7068965517],[24842.082976903,8945.7413793103],[26430.072711719,10505.25862069],[26040.01283148,10295.206896552],[26174.418306245,9834.6724137931],[26073.100940975,9719.0862068966],[25952.5534645,9553.3620689655],[25946.120615911,9296.4655172414]], + "21239":[[16464.461077844,14845.347896552],[16462.408041061,14853.077758621],[16458.934987169,14844.636017241],[16524.358426005,14759.780689655],[16533.237810094,14752.43862069],[16206.599657827,13997.855172414],[16232.348160821,13956.90862069],[16214.555175364,13992.679310345],[16220.697177074,13999.396551724],[16219.225834046,13991.589655172],[16203.588537211,14144.120689655],[16204.854576561,14150.632758621],[16199.174508127,14150.746551724],[16529.491017964,14460.45862069],[16521.809238666,14458.013793103],[16527.352437981,14467.610344828],[16535.650128315,14464.75],[16613.374679213,14434.043103448],[16614.332763045,14440.637931034],[16607.232677502,14434.2],[16830.620188195,14222.672413793],[16827.061591104,14226.560344828],[16831.458511548,14229.467241379],[16268.122326775,13853.065517241],[16268.994867408,13846.65],[16231.869118905,13866.324137931],[16232.48502994,13871.436206897],[16227.951240376,13871.805172414],[16209.542343884,13836.162068966],[16171.937553465,13814.051724138],[16627.43798118,13177.536206897],[16625.02566296,13175.227586207],[16758.267750214,13167.25862069],[16755.171086399,13170.525862069],[17081.740804106,14910.226724138],[17077.121471343,14913.271206897],[17081.415739949,14915.572413793],[17198.524379812,14920.081896552],[17155.239520958,14938.376896552],[17154.366980325,14931.306724138],[17199.396920445,14927.152068966],[17195.01710864,14924.246551724],[17150.859709153,14935.47137931],[17257.258340462,14657.463793103],[17253.75106929,14661.629482759],[17299.396920445,14624.396551724],[17299.414029085,14617.093103448],[17258.130881095,14664.535],[17556.351582549,14300.303448276],[17551.971770744,14297.398275862],[17555.479041916,14293.232758621],[17555.479041916,14293.232758621],[17692.690333618,14809.119655172],[17694.794696322,14814.118741379],[17699.242942686,14806.526206897],[17699.242942686,14806.526551724],[17658.558597092,12132.534482759],[17689.405474765,12149.25862069],[17695.307955518,12149.189655172],[17703.229255774,12153.24137931],[17728.823781009,12120.948275862],[17696.129170231,12159.465517241],[17729.95295124,12131.448275862],[17723.229255774,12121.25862069],[16871.937553465,13738.25862069],[16867.403763901,13739.913793103],[16865.162532079,13733.593103448],[17049.610778443,13301.120689655],[17043.400342173,13432.139655172],[17038.917878529,13432.329310345],[17053.78528657,13296.605172414],[17065.00855432,13300.25862069],[16967.54063302,12995.982758621],[16967.728828058,13006.431034483],[16963.092386655,13003.655172414],[17041.689478186,12814.568965517],[16955.01710864,12958.74137931],[17240.166809239,12745.362068966],[17251.065012831,12740.465517241],[17248.686911891,12746.103448276],[17471.20188195,12631.931034483],[17471.20188195,12631.931034483],[17465.179640719,12628.034482759],[17577.720273738,12483.5],[17620.389221557,12261.431034483],[17577.326775021,12188.275862069],[17818.113772455,14597.172413793],[17821.21043627,14593.362068966],[17822.49358426,14600.077586207],[17751.578272027,12195.120689655],[17751.065012831,12184.74137931],[17744.871685201,12184.913793103],[22977.754491018,8213.1896551724],[22969.764756202,8213.7068965517],[22870.876817793,8009.5689655172],[22875.325064157,8010.0689655172],[22875.342172797,8016.2586206897],[22990.962360992,7956],[22966.633875107,8210.6034482759],[22970.979469632,8209.9310344828],[22719.619332763,8125.8448275862],[22721.963216424,8128.5],[22723.69118905,8106.2931034483],[22707.660393499,8061.8793103448],[22709.901625321,8054.2586206897],[22718.661248931,8056.8793103448],[22648.464499572,8016.2413793103],[22651.988879384,8019.4310344828],[22653.203592814,8015.6551724138],[22659.602224123,8018.6896551724],[22711.698032506,8060.7413793103],[22716.146278871,8062.1034482759],[22499.927288281,7687.9827586207],[22560.269461078,7578.2413793103],[22560.834046193,7583.0172413793],[22563.999144568,7579.4655172414],[22563.263473054,7571.775862069],[22553.819503849,7461.6379310345],[22540.218135158,7470.224137931],[22558.592814371,7452.9827586207],[22569.747647562,7455.4482758621],[22757.891360137,7693.0862068966],[22749.217279726,7692.5862068966],[22747.386655261,7699.1896551724],[22754.110350727,7680.9137931034],[22996.573994867,7957.5172413793],[23102.082976903,7946.2068965517],[23102.339606501,7950.9827586207],[23184.033361848,7987.775862069],[23172.878528657,7985.3275862069],[23177.617621899,7984.7586206897],[23107.780153978,7956.2931034483],[23176.402908469,7988.5172413793],[23105.846877673,7949.1896551724],[23257.788708298,8061.4827586207],[23262.52780154,8060.9137931034],[23261.313088109,8064.6896551724],[23268.926432849,8063.9482758621],[22997.429426861,7553.7068965517],[22996.420017109,7545.2586206897]], + "21240":[[20108.276304534,13924.710344828],[20029.285714286,13749.179310345],[19782.921300257,12955.74137931],[21419.602224123,13024.517241379]], + "21245":[[16536.351582549,14844.224137931],[16625.316509837,14963.189655172],[16784.067579127,14933.844827586],[16799.824636441,14995.086206897],[16593.340461933,14775.347413793],[16586.753635586,14723.019137931],[16624.016253208,14749.655172414],[16841.518391788,14817.59662069],[16626.736526946,14577.613793103],[16758.507271172,14571.113793103],[16729.542343884,14550.493103448],[16807.968349016,14576.286206897],[16767.574850299,14536.20862069],[16662.100085543,14413.189655172],[16833.956372968,14452.737931034],[16821.24465355,14476.043103448],[16685.607356715,14359.839655172],[16668.892215569,14316.394827586],[16633.015397776,14324.396551724],[16757.874251497,14332.439655172],[16632.929854577,14165.303448276],[16642.425149701,14123.534482759],[16660.337895637,14087.527586207],[16721.723695466,14085.363793103],[16699.328485885,14177.277586207],[16784.461077844,14082.913793103],[16797.46364414,13989.15],[16703.349016253,14111.501724138],[16733.049615056,14031.765517241],[16537.155688623,13582.9],[16562.014542344,13626.120689655],[16574.794696322,13700.15862069],[16554.811804962,13685.137931034],[16599.96150556,13607.681034483],[16606.616766467,13659.075862069],[16762.49358426,13783.774137931],[16674.606501283,13732.772413793],[16757.600513259,13684.1],[16827.50641574,13752.420689655],[16763.041060736,13278.706896552],[16730.0213858,13178.622413793],[16656.796407186,13391.172413793],[16639.790419162,13427.439655172],[16711.116338751,13599.136206897],[16884.512403764,14932.155172414],[16958.934987169,14926.120689655],[17180.919589393,15128.744827586],[17060.01283148,15176.263793103],[17027.369546621,15132.155172414],[17070.449101796,15160.875862069],[17233.152266895,14819.777689655],[17321.980325064,14812.231551724],[17399.311377246,14741.673793103],[17366.120615911,14695.948275862],[17459.96150556,14616.767241379],[17378.284858854,14601.779310345],[17431.817792985,14582.968965517],[17413.665526091,14454.367241379],[17544.649272883,14563.848275862],[17516.984602224,14497.624137931],[17459.94439692,14330.539655172],[17513.511548332,14262.848275862],[17488.447390932,14126.982758621],[17470.483319076,14158.017241379],[17395.479041916,14226.062068966],[17392.724550898,14183.868965517],[17399.550898204,14144.044827586],[17507.369546621,14220.603448276],[17448.310521814,14043.306896552],[17516.676646707,14053.706896552],[17283.058169376,13984.322413793],[16945.692899914,14513.036206897],[16930.705731394,14456.668965517],[16889.029084688,14366.355172414],[17404.888793841,14418.282758621],[17231.013686912,13994.739655172],[17258.336184773,14022.672413793],[17223.75962361,14056.967241379],[17068.344739093,13956.701724138],[17178.627031651,13972.089655172],[17352.348160821,14216.365517241],[17594.144568007,14518.162068966],[17658.71257485,14568.715517241],[17726.531223268,14742.608965517],[17699.345594525,14668.809482759],[17609.935842601,14732.870517241],[17621.432848589,14763.122758621],[17625.213857998,14649.206896552],[17553.973481608,14651.889655172],[17530.158254919,14725.283793103],[17480.132591959,14796.240862069],[17095.427715997,13856.768965517],[16907.609067579,13633.017241379],[17041.21043627,13804.14137931],[17258.473053892,13866.636206897],[16967.45508982,13067.224137931],[17206.052181352,13932.172413793],[18435.410607357,13952.844827586],[18395.205303678,13970.086206897],[18541.313088109,13952.603448276],[18553.631308811,13987.020689655],[18559.790419162,13999.063793103],[18547.50641574,13997.536206897],[18514.623609923,14020.620689655],[18378.866552609,14019.003448276],[18421.552609068,14078.372413793],[18373.78528657,14133.324137931],[18367.660393499,14143.839655172],[18358.917878529,14136.215517241],[18398.096663815,14125.874137931],[18479.499572284,14160.596551724],[18452.673224979,13947.505172414],[18465.573139435,14016.582758621],[18470.603079555,14246.668965517],[18425.915312233,14305.003448276],[18379.94439692,14145.368965517],[18394.692044482,14352.968965517],[18428.960650128,14212.498275862],[17835.256629598,14557.110344828],[18399.99572284,14505.132758621],[18406.154833191,14517.175862069],[18443.331907613,14583.701724138],[18393.870829769,14515.646551724],[18388.378956373,14478.705172414],[18182.339606501,14746.635862069],[18232.673224979,14758.879310345],[18074.315654405,14754.391206897],[17939.568006843,14763.253275862],[17956.710863986,14649.065517241],[17873.597091531,14677.648448276],[17833.73396065,14736.984482759],[17824.529512404,14655.146551724],[17895.359281437,14825.657086207],[17953.357570573,14710.018448276],[17814.298545766,14702.894827586],[17751.065012831,14635.603448276],[18457.874251497,14515.248275862],[18258.986313088,13470.90862069],[18245.248075278,13475.631034483],[18268.190761334,13448.275862069],[18231.817792985,13489.913793103],[18235.102651839,13462.910344828],[18127.198460222,13651.131034483],[18216.539777588,13649.129310345],[18215.513259196,13632.689655172],[18221.638152267,13622.175862069],[18230.209580838,13634.737931034],[18248.926432849,13639.913793103],[18207.010265184,13789.051724138],[18358.541488452,13813.75],[18355.958083832,13795.562068966],[18370.671514115,13805.279310345],[18359.225834046,13782.65],[18452.895637297,13831.656896552],[18343.485885372,13804.196551724],[18425.487596236,13946.420689655],[18441.22754491,13924.874137931],[18437.959794696,13937.786206897]], + "22003":[[10192.589392643,14207.070689655],[10434.060735672,14115.775862069]], + "22012":[[9062.2294268606,16626.682758621],[9097.5149700599,16602.844827586],[9029.0804106074,16633.017241379]], + "22049":[[9016.0812660393,17649.275862069],[10978.914456801,17143.137931034]], + "22051":[[9623.1539777588,17825.568965517],[9650.9794696322,17851.120689655],[9634.1394354149,17885.586206897],[9779.2942686056,17655.431034483],[9838.3190761334,17629.568965517],[8452.6099230111,17769.189655172],[8469.7630453379,17691.431034483],[8365.0479041916,17663.327586207],[8379.1180496151,17584.844827586],[8385.5748502994,17625.862068966],[8421.7715996578,17604.051724138],[8403.1026518392,17565.482758621],[8490.7912745937,17558.827586207],[8518.7399486741,17614.551724138],[8606.5072711719,17604.224137931],[8712.5705731394,17631.293103448],[8653.5457656116,17596.810344828],[8692.6783575706,17600.172413793],[8616.5945252352,17496.568965517],[8891.3301967494,17639.465517241],[10591.954662104,17301.120689655],[10633.870829769,17342.5],[10692.698887938,17311.810344828],[10685.153977759,17247.74137931],[9972.9284858854,17649.793103448],[9940.5758768178,17627.551724138],[9999.3166809239,17642.275862069],[10009.405474765,17683.879310345],[9990.3591103507,17589.655172414],[10071.331907613,17653.965517241],[10063.297690334,17606.293103448],[10315.414029085,17665.689655172],[10343.023952096,17727.844827586],[10238.661248931,17620.086206897],[10444.411462789,17733.448275862],[10626.171941831,17552.844827586],[10792.981180496,17283.879310345],[10781.241231822,17221.137931034],[10860.529512404,17179.706896552],[10881.333618477,17285.344827586],[10894.284858854,17232.913793103]], + "22066":[[6382.6817792985,14809.582241379]], + "22085":[[19231.937553465,16660.655172414],[19548.327630453,16380.431034483],[19771.184773311,16451.763793103],[19714.863130881,16351.337931034],[19721.946107784,16440.80862069],[19679.550898204,16167.536206897],[19580.731394354,16086.037931034],[19658.267750214,15799.555172414]], + "23019":[[7328.4816082121,14433.879310345],[7345.9324208725,14456.922413793],[7375.1881950385,14458.322413793],[7370.3977758768,14453.706896552],[7230.9623609923,14819.711068966],[7229.251497006,14798.534482759],[6668.0196749358,15415.389655172],[6670.3122326775,15293.05],[6655.9409751925,15288.105172414],[6667.1984602224,15299.393103448],[6711.8006843456,15422.213793103],[6712.50213858,15414.536206897],[6717.2070145423,15402.077586207],[6727.9512403764,15410.617241379],[6857.1727972626,15396.356896552],[6868.6355859709,15372.6],[6868.6013686912,15366.820689655],[6884.8887938409,15287.874137931],[6928.1394354149,15296.810344828],[6906.000855432,15274.129310345],[6829.1659538067,15392.968965517],[7000.2694610778,15282.127586207],[6994.8631308811,15277.844827586],[6659.7733105218,15507.806896552],[6663.8964927288,15498.382758621],[6710.8597091531,15236.556896552],[6719.3284858854,15241.567241379],[6675.7869974337,15495.948275862],[7128.8579982891,14459.184482759],[7137.7031650984,14455.103448276],[7107.8314798973,14544.327586207],[7086.0521813516,14552.3],[7035.9238665526,14573.534482759],[6967.745936698,14627.362068966],[6980.0983746792,14645.122413793],[6964.4097519247,14632.487931034],[6888.0710008554,14736.990344828],[6846.873396065,14673.534482759],[7221.3815226689,14823.91137931],[7220.9195893926,14806.104827586],[7215.6843455945,14815.099431034],[6836.1120615911,14608.710344828],[6864.9743370402,14586.215517241],[6994.4696321642,14577.706896552],[6996.2318220701,14448.522413793],[6868.8408896493,14650.218965517],[6920.4747647562,14626.372413793],[7038.0966638152,14549.937931034],[7042.0829769033,14503.617241379],[6897.9084687767,14543.260344828],[7049.9187339607,14495.827586207],[7057.2925577417,14508.386206897],[6832.0915312233,14694.043793103]], + "24015":[[4945.9324208725,14735.619482759],[4931.4071856287,14730.191724138],[4984.0846877673,14735.905172414],[4998.4559452524,14746.633103448],[5235.5474764756,14458.070689655],[5228.4131736527,14617.070689655],[5256.5226689478,14649.644827586],[5294.623609923,14619.834482759],[5286.753635586,14644.124137931],[5272.8272027374,14661.405344828],[5251.1163387511,14673.572586207],[5474.0248075278,14592.894827586],[5444.1531223268,14566.786206897],[5200.8853721129,14668.737758621],[5124.9572284003,14680.965862069],[5094.5209580838,14687.123965517],[5108.002566296,14586.69137931],[4947.6090675791,14714.50137931],[4964.6663815227,14710.60362069],[4816.1976047904,14615.275862069],[5267.9683490163,14626.339655172],[5279.8930710009,14607.725862069]], + "24127":[[6414.6749358426,14914.119482759],[6389.5081266039,14956.012586207],[6405.6586826347,14955.546724138],[6390.4319931565,14950.92862069],[6408.6526946108,14945.526551724],[6458.0624465355,14794.166724138],[6270.2951240376,14740.427413793],[6291.0479041916,14756.901724138],[6283.7938408896,14745.53]], + "24272":[[19570.859709153,16399.881034483],[19626.27459367,16416.405172414],[19553.015397776,16353.853448276],[19573.836612489,16354.975862069],[19653.118049615,16116.024137931],[19641.159110351,16107.531034483],[19675,16123.35],[19665.230966638,16124.834482759],[19651.25320787,16091.268965517],[19656.864841745,16046.636206897],[19656.471343028,16053.8],[19632.827202737,15990.722413793],[19646.548331908,16020.00862069],[19641.518391788,16039.44137931],[19660.183917879,16014.706896552],[19645.846877673,15965.779310345]], + "25019":[[6415.5816937553,14927.592758621],[6417.3438836612,14922.149137931],[6408.4302822926,14858.935344828],[6406.6509837468,14862.761551724],[6393.9734816082,14853.265689655],[6389.4910179641,14853.89],[6403.9820359281,14879.027586207],[6401.2788708298,14975.486724138],[6381.8434559453,14970.033965517],[6394.4183062447,14978.825172414],[6399.8930710009,14970.545],[6355.9923011121,15019.956896552],[6362.1171941831,15006.362068966],[6362.1000855432,15014.901724138],[6390.0556030796,15000.556551724],[6392.6732249786,15008.848275862],[6388.378956373,15004.546551724],[6407.7117194183,14819.726],[6367.8314798973,14778.950862069],[6380.6971770744,14824.822948276],[6385.9324208725,14829.243722414],[6355.4106073567,14800.160517241],[6373.1693755346,14787.222241379],[6395.3592814371,14809.20862069],[6399.7562018819,14809.693275862],[6405.5389221557,14813.013637931],[6376.0094097519,14819.625672414],[6376.0265183918,14792.450172414],[6402.0658682635,14816.183413793],[6358.5243798118,14774.255172414],[6086.7878528657,15090.513793103],[6101.3130881095,15095.893103448],[6333.2035928144,14778.245172414],[6332.5705731394,14783.407931034],[6339.2600513259,14766.125862069],[6333.75106929,14764.529655172],[6303.9307100086,14763.167931034],[6290.0384944397,14746.744827586],[6285.6757912746,14753.628793103],[6179.5680068435,14750.087758621],[6133.1693755346,14732.308793103],[6185.8297690334,14746.06862069],[6173.7339606501,14746.275344828],[6150.380667237,14713.478448276],[6150.3635585971,14708.255],[6133.2891360137,14719.45637931]], + "25024":[[5383.2292557742,14728.204655172],[5436.129170231,14726.663448276],[5389.8160821215,14634.798275862],[5444.9059024808,14639.956896552],[5356.8135158255,14699.967413793],[5354.7091531223,14690.335862069],[5456.9503849444,14665.329137931],[5386.2574850299,14806.834310345]], + "25074":[[19540.474764756,16359.924137931],[19528.601368691,16366.537931034],[19554.452523524,16344.579310345],[19567.147134303,16323.606896552],[19625.812660393,16303.193103448],[19638.69546621,16233.225862069],[19602.921300257,16247.334482759],[19645.573139435,16225.037931034],[19707.934131737,16209.106896552],[19708.053892216,16192.217241379],[19697.754491018,16175.205172414]], + "30011":[[7753.9221556886,15515.405172414],[7770.8254918734,15508.427586207],[7748.994867408,15495.270689655],[7703.1608212147,15506.293103448],[7763.0752780154,15479.053448276],[7758.7639007699,15493.362068966],[7773.0496150556,15498.246551724],[7766.4627887083,15457.155172414],[7742.5106928999,15439.051724138],[7813.2720273738,15404.760344828],[7799.9443969204,15371.265517241],[7857.2412318221,15398.782758621],[7861.0393498717,15385.046551724],[7857.6005132592,15415.063793103],[7737.2583404619,15513.710344828],[5399.8246364414,15402.398275862],[8558.7895637297,15181.793103448],[8581.5628742515,15167.275862069],[8570.6749358426,15194.455172414],[8609.0633019675,15183.017241379],[8572.8272027374,15140.567241379],[8566.8545765612,15155.844827586],[8578.9195893926,15100.55],[8622.0248075278,15096.529310345],[8613.9700598802,15145.163793103],[8587.2686056459,15118.062068966],[8591.6518391788,15064.493103448],[8593.7134302823,15036.184482759],[8624.1428571429,15117.212068966],[8594.0675791275,14995.396206897],[8595.376390077,15015.775862069],[8649.7869974337,15015.453448276],[8569.8537211292,14999.90137931],[8544.1736526946,14966.805689655],[8557.7373823781,14981.293103448],[8581.999144568,14981.380862069],[8582.3293413174,14942.605689655],[8633.24465355,14953.108448276],[8639.2258340462,14997.836551724],[8561.1591103507,14945.086206897],[8574.4131736527,14914.917241379],[8636.5739948674,15051.536206897],[8598.4644995723,14887.329482759]], + "30012":[[6353.3062446535,14748.867241379],[6353.2207014542,14745.537241379],[6362.4935842601,14684.397586207],[6372.5192472198,14673.144310345],[6374.8118049615,14665.801206897],[6355,14667.5],[5595.9238665526,15301.168965517],[5562.0487596236,15272.512068966],[5610.124037639,15257.224137931],[5724.9914456801,14988.162068966],[5711.9375534645,14959.192586207],[5729.747647562,14904.494827586],[5714.9828913601,14881.857241379],[5845.6415739949,14853.547413793],[5568.7040205304,15000.425862069],[5494.2814371257,15005.365517241],[5580.1154833191,15023.612068966],[5606.6680923867,15011.581034483],[5620.9024807528,14958.191896552],[5592.2968349016,14899.061896552],[5599.8075278015,14925.394655172],[5486.000855432,15091.415517241],[5597.1899059025,15146.294827586],[5644.3242087254,15153.715517241],[5543.5201026518,15195.231034483],[5592.7929854577,15209.512068966],[5624.9401197605,15188.248275862],[5578.2164242943,15171.822413793],[6158.1822070145,15403.622413793],[6163.9478186484,15396.386206897],[6245.7784431138,15408.510344828],[6217.5320786997,15052.74137931],[6176.625320787,15031.894827586],[6341.7065868263,14702.048965517],[6261.7236954662,14677.502758621],[6255.0684345595,14697.10362069],[6279.0718562874,14706.224482759],[6286.497005988,14683.819827586],[6273.3917878529,14658.856206897],[6246.3601368691,14676.120689655],[6278.1479897348,14664.844310345],[6284.495295124,14658.501034483],[6294.9315654405,14676.292758621],[6323.9649272883,14715.722068966],[6316.6766467066,14698.042931034],[6308.9606501283,14671.478103448],[6328.1736526946,14699.334655172],[6314.7433704021,14683.744482759],[6328.0538922156,14676.840689655],[6300.7656116339,14711.707931034],[6348.2249786142,14710.596551724],[5376.625320787,15386.35862069],[5398.9007698888,15266.537931034],[5428.4644995723,15256.805172414],[5471.6467065868,15147.056896552],[5447.8999144568,14964.661724138],[5429.3883661249,14934.651206897],[9843.6902309666,15350.182758621],[9842.2047904192,15368.49137931],[9852.5182720274,15333.029310345],[9887.8665526091,15343.917241379],[9886.3794696322,15364.763793103],[9865.434011976,15337.90862069],[9907.2615911035,15365.024137931],[9866.7216082121,15353.415517241],[9924.7177074423,15347.672413793],[9914.0761334474,15357.210344828]], + "30164":[[19896.933276305,13370.632758621],[19756.30025663,13472.939655172],[19977.5320787,12545.189655172],[20125.230966638,13730.027586207],[19960.355004277,13090.879310345],[20088.943541488,12716.844827586],[19998.969204448,12671.724137931],[20161.19332763,12552.051724138],[20360.423438837,14003.301724138],[20268.156544055,13748.224137931],[20184.649272883,13845.537931034],[20323.212147134,13737.570689655],[20177.104362703,13634.893103448],[20316.026518392,13526.227586207],[20163.622754491,13533.460344828],[20260.816937553,13200.632758621],[20217.634730539,12949.517241379],[20500.936698033,13955.131034483],[20493.152266895,13192.25862069],[20424.871685201,12926.482758621],[23722.835757057,12014.551724138],[23814.486740804,12176.862068966],[23852.313943541,11883.172413793],[23722.835757057,10690.413793103],[23814.486740804,10852.724137931],[23852.313943541,10559.034482759],[23873.083832335,12309.810344828],[23986.633875107,11602.75862069],[23985.0427716,11351.086206897],[24043.177929855,11015.275862069],[23986.633875107,10278.620689655],[23985.0427716,10026.948275862],[24043.177929855,9691.1379310345],[24299.670658683,10790.5],[24299.670658683,9466.3620689655],[24589.696321642,9408.3620689655],[26350.722840034,11131.793103448],[26442.373823781,11294.103448276],[26500.970915312,11427.051724138],[27077.754491018,10201.224137931],[26500.970915312,11427.051724138],[23722.835757057,12014.551724138],[23985.0427716,11351.086206897],[23873.083832335,12309.810344828],[23852.313943541,11883.172413793],[23814.486740804,12176.862068966],[23986.633875107,11602.75862069],[20493.152266895,13192.25862069],[20500.936698033,13955.131034483],[20260.816937553,13200.632758621],[20177.104362703,13634.893103448],[20360.423438837,14003.301724138],[20088.943541488,12716.844827586],[19960.355004277,13090.879310345],[20424.871685201,12926.482758621],[20217.634730539,12949.517241379],[20268.156544055,13748.224137931],[20161.19332763,12552.051724138],[19977.5320787,12545.189655172],[20316.026518392,13526.227586207],[19998.969204448,12671.724137931],[20184.649272883,13845.537931034],[20163.622754491,13533.460344828],[20323.212147134,13737.570689655],[20125.230966638,13730.027586207],[19896.933276305,13370.632758621],[19756.30025663,13472.939655172],[27077.754491018,10201.224137931],[26350.722840034,11131.793103448],[26442.373823781,11294.103448276]], + "35055":[[10126.295124038,15947.703448276],[10112.081266039,15954.170689655],[10101.482463644,15966.425862069],[10101.325064157,15948.806896552],[10116.664670659,15968.312068966],[10128.803250642,15958.067241379]], + "35058":[[11184.194183062,16012.156896552],[11093.894781865,16043.182758621],[11085.790419162,16067.544827586],[11107.364414029,16021.803448276],[11190.224978614,16084.637931034],[11093.005132592,16080.810344828],[11201.841745081,16052.006896552],[11180.844311377,16099.836206897],[11185.205303678,16097.193103448]] + } diff --git a/src/gathering/npc-20003.json b/src/gathering/npc-20003.json new file mode 100644 index 0000000..bfdd89a --- /dev/null +++ b/src/gathering/npc-20003.json @@ -0,0 +1 @@ +[[-146996,154915],[-117453,155396],[-119425,155725],[-121688,100355],[-122069,99852],[-121037,99862],[-121431,101983],[-121437,102337],[-102425,91025],[-102639,89846],[-110207,61391],[-124575,100025],[-123664,97584],[-123409,98455],[-125150,97336],[-123939,100108],[-124731,101046],[-123560,98477],[-125701,97611],[-126189,98586],[-124177,97976],[-125117,99321],[-126318,100623],[-125712,100156],[-126175,102025],[-127690,102032],[-128954,98047],[-128245,99620],[-128300,97068],[-130268,99147],[-127825,100975],[-130225,101575],[-129042,100444],[-126157,100417],[-126674,101031],[-125781,101627],[-124732,101731],[-125471,101543],[-124571,102342],[-124346,99419],[-125098,102163],[-125073,100661],[-121519,101466],[-124072,98765],[-122710,99025],[-124075,97025],[-129711,136398],[-128567,136101],[-123507,112501],[-122410,111964],[-126514,106490],[-125871,106302],[-124695,107587],[-123541,106291],[-124562,106323],[-125486,105853],[-122387,105260],[-124333,106050],[-125921,129067],[-127248,132482],[-128840,133166],[-127730,134151],[-151747,151038],[-135677,148962],[-133824,149393],[-136544,146879],[-133411,147845],[-132633,151084],[-128910,148859],[-128375,147094],[-131155,148135],[-128455,150484],[-127969,147975],[-126283,146935],[-133401,145242],[-132107,143937],[-129275,144875],[-130240,145990],[-126152,145667],[-122494,149886],[-124254,147203],[-122424,152189],[-124283,151131],[-127349,140245],[-127059,142790],[-126873,140902],[-123521,143568],[-129805,138801],[-130347,140316],[-126832,138410],[-123969,138496],[-127954,146309],[-122182,150552],[-122273,152755],[-123630,150941],[-110545,133723],[-120857,104807],[-120314,114522],[-121882,112844],[-117571,113690],[-116217,114138],[-116673,116281],[-117913,124149],[-117643,129324],[-115343,129236],[-117115,128172],[-118838,133542],[-119352,139255],[-120514,139518],[-112322,137577],[-118292,141540],[-118935,149072],[-108687,144689],[-113242,134600],[-112853,111641],[-114383,108786],[-113735,112081],[-112131,108041],[-111592,108159],[-111997,108272],[-112475,108125],[-117253,110557],[-115884,110106],[-116285,109191],[-115825,108225],[-106031,112327],[-107780,117155],[-106284,129380],[-114835,119979],[-112174,117912],[-112245,115492],[-113624,116291],[-111699,116179],[-113054,114700],[-114279,118281],[-108944,115624],[-110315,116812],[-111356,114966],[-111225,114375],[-107098,117906],[-113482,113205],[-112321,113744],[-112627,113936],[-110713,113245],[-110726,113796],[-109849,112665],[-112621,112857],[-112075,114025],[-111786,112926],[-106728,113259],[-107742,114723],[-105216,112244],[-110361,112138],[-110645,109559],[-112477,108670],[-111375,108775],[-112562,109187],[-105596,111053],[-103164,108285],[-106678,106428],[-105319,107017],[-149927,144812],[-143435,143648],[-140569,145997],[-139806,146650],[-133037,144340],[-131593,143225],[-125088,102608],[-124235,104870],[-124239,103926],[-122325,104425],[-125873,103513],[-128493,104288],[-125156,103094],[-122199,103347],[-123595,102787],[-123668,103285],[-124025,104875],[-162603,158867],[-164886,155067],[-168421,157633],[-177735,155091],[-174741,157444],[-178383,158183],[-174426,159391],[-180976,157631],[-181688,159041],[-179512,157609],[-175275,155357],[-180354,154128],[-173363,155133],[-173165,159117],[-181975,155275],[-159475,155125],[-180325,151125],[-177781,151612],[-190551,147341],[-188655,139181],[-184849,135877],[-183157,147648],[-178556,145730],[-176555,148608],[-173575,144525],[-173258,146581],[-171478,150925],[-169941,146127],[-173429,150960],[-168225,151675],[-159586,146877],[-162125,152052],[-161666,152811],[-158902,152289],[-1910,42021],[-3953,37929],[-5212,43307],[-10175,43094],[-11615,33663],[-8405,40397],[-7633,48456],[-6575,51075],[-4875,46275],[-32833,35555],[-32404,34877],[-32165,36092],[-31587,35341],[-22101,47724],[-19910,50942],[-17594,46900],[-14750,42918],[-17377,40444],[-10890,45992],[-17925,37525],[-13708,37129],[-15165,33838],[-23908,47030],[-22827,49535],[-2206,53505],[-41288,65108],[-41173,64843],[-37480,66610],[-37435,65703],[-38924,68261],[-39701,68509],[-38697,68820],[-29658,71335],[-36703,74794],[-36740,75519],[-38459,76011],[-35495,75458],[-33667,74750],[-32885,75796],[-35487,74699],[-32767,75029],[-32242,75657],[-31947,76514],[-30425,77325],[-39122,67489],[-39458,68978],[-38637,75518],[-40459,76842],[-38370,66813],[-41575,65175],[-41774,64776],[-38009,66047],[-28684,61382],[-28306,61756],[-28559,61701],[-28908,61369],[-27530,68127],[-28007,68620],[-28566,70195],[-28283,69161],[-29643,72277],[-29975,71625],[-29153,71055],[-12815,62895],[-11807,81118],[-10029,80062],[-14098,83198],[-18765,79001],[-19710,77095],[-19464,78018],[-18582,80920],[-20316,79104],[-27325,83125],[-19110,79743],[-18931,76158],[-19480,79105],[-19940,75556],[-21994,74645],[-19265,75205],[-22513,76509],[-18267,80849],[-22211,64094],[-18863,64735],[-16214,67358],[-19260,62743],[-17373,63491],[-15222,63288],[-18606,59225],[-16815,60144],[-19063,58899],[-18395,61294],[-14791,62042],[-13382,61936],[-15301,62327],[-16583,61788],[-14910,60885],[-13883,62163],[-16526,57717],[-13872,53354],[-21964,52765],[-16775,53475],[-15560,54463],[-13807,55132],[-15385,59852],[-15775,52075],[-3701,60183],[-5085,59163],[-6244,59363],[-2743,60676],[-3925,61075],[-4348,62861],[-6565,62352],[-4597,61644],[-6640,63400],[-7025,60675],[-3003,62622],[-7556,62851],[-8817,62396],[-5774,61477],[-12707,62141],[-28190,76551],[-27325,76275],[-27550,77364],[-27775,77375],[-27740,77141],[-31394,76562],[-46196,73777],[-5225,55675],[-4175,55975],[-7007,57059],[-4567,56905],[-9689,54758],[-11525,53975],[-8802,53434],[-7918,55891],[-8493,56511],[-9685,56703],[-6265,56101],[-10071,60930],[-8343,59416],[-10182,59385],[-12238,55207],[-10388,55629],[-93257,71917],[-96339,96971],[-99692,93371],[-97720,95410],[-96969,94100],[-99073,93205],[-97428,92026],[-101894,90938],[-97232,93667],[-99357,92984],[-100268,63188],[-86336,62032],[-52937,74059],[-55758,73041],[-55436,82824],[-55684,87486],[-64482,82387],[-60875,76800],[-62356,67063],[-54759,69712],[-66275,77425],[-68453,79982],[-71825,85375],[-70625,88275],[-71198,92420],[-72225,79675],[-69775,75904],[-73871,73673],[-69611,69263],[-68004,66648],[-67988,68726],[-64775,64229],[-66776,66551],[-67358,61497],[-63671,59165],[-66107,62509],[-62259,61695],[-63881,65229],[-63011,65376],[-53736,63108],[-57378,66324],[-54403,65161],[-53466,62673],[-99051,108987],[-98954,110248],[27925,-10975],[24965,-10082],[29855,-18111],[28798,-20250],[27776,-16710],[25381,-25360],[25575,-23525],[8525,35175],[33675,44230],[35914,40644],[36912,43849],[39257,42904],[37566,45975],[43677,40561],[43975,43125],[32719,45598],[30064,41102],[23438,43050],[21949,44257],[21575,50625],[21679,45999],[12313,45920],[13731,48975],[13775,41025],[17567,40800],[10508,39880],[11559,39771],[11335,45012],[1381,39958],[25692,52196],[26440,51805],[18060,51329],[7424,53117],[10521,51518],[15215,54870],[1887,65402],[2582,64239],[2734,65224],[378,64763],[1525,62275],[2296,62325],[275,63675],[3505,62400],[1526,60376],[8419,58190],[9381,58357],[15219,55889],[17462,55766],[11944,59042],[4828,60124],[5341,60049],[4858,60626],[4659,61230],[7314,64342],[3551,60800],[4425,60075],[4096,63799],[13423,58335],[12475,59175],[2803,66399],[8971,66913],[12050,70344],[32281,77679],[29128,84187],[34263,83802],[30242,84991],[35442,84788],[36137,85424],[35512,83324],[37485,86872],[29307,86386],[28795,85904],[27799,88013],[26917,88036],[28894,87956],[28065,89608],[25480,89390],[30124,86875],[31762,86730],[30839,88720],[29435,88940],[34099,89187],[33190,88299],[32229,88101],[23675,91125],[25441,90206],[27124,90549],[25955,91546],[27075,92125],[26705,95791],[25675,94625],[26197,95070],[24697,90215],[25972,94011],[25896,95770],[50483,92921],[48723,92221],[49403,93098],[50196,87410],[46123,90741],[45446,92696],[47475,90675],[43907,92976],[43141,91404],[43984,91848],[41085,82779],[42510,80244],[38407,86087],[41875,84106],[40656,86809],[42051,87734],[38954,87198],[44556,73248],[47244,74895],[48018,75692],[50018,77387],[50187,76114],[50401,76433],[51038,77136],[44202,71962],[40858,75576],[40715,77116],[42277,76925],[46355,78765],[46451,79117],[45811,79271],[46179,79446],[37601,72976],[38225,72275],[38387,76589],[36378,72164],[36736,71315],[35042,77132],[35776,69478],[40520,68664],[39559,68629],[34255,70349],[33167,67726],[32924,65236],[28477,58615],[29925,56525],[33807,66788],[35783,65446],[36400,68119],[40725,66725],[40216,68037],[35304,64304],[19925,57375],[19625,56325],[20486,56172],[21296,57467],[21041,58515],[25741,55749],[23217,56570],[22725,59425],[24315,60670],[24857,58761],[26572,56092],[26003,58457],[26565,57369],[30154,55307],[28236,55316],[28978,54422],[33401,89047],[35551,90314],[43642,71015],[41973,66850],[47097,74619],[44593,72847],[29479,89865],[30568,91441],[34570,91522],[40363,98924],[34232,93594],[37415,93447],[35986,96196],[36620,95641],[36776,92668],[40779,94631],[40852,95394],[41977,94961],[42831,92108],[37115,91712],[40143,91081],[38925,92725],[43575,91425],[44540,90936],[43275,92367],[32040,93473],[29397,93319],[26575,96729],[26321,94509],[25957,95908],[25195,95383],[26406,95092],[31759,89935],[34064,90554],[33092,91291],[44025,71625],[44508,72415],[47096,74651],[50985,75642],[48396,75255],[49488,76236],[50140,77141],[46270,90398],[50085,87855],[50984,88292],[43805,106124],[46474,104523],[48926,103428],[44498,105602],[46793,104489],[49065,103451],[58770,93647],[59483,94154],[57023,94372],[53223,89363],[51284,95907],[52473,87603],[51299,88603],[57936,87556],[57925,97036],[59375,88525],[58645,96893],[57634,86211],[59890,88203],[59105,87191],[54984,88814],[54256,90696],[51438,76471],[51314,76986],[53410,88540],[52896,87121],[57708,87079],[59525,87075],[59727,88732],[59494,89238],[57984,85758],[51443,77338]] \ No newline at end of file diff --git a/src/gathering/npc-20004.json b/src/gathering/npc-20004.json new file mode 100644 index 0000000..4999f31 --- /dev/null +++ b/src/gathering/npc-20004.json @@ -0,0 +1 @@ +[[-115069,99647],[-114975,99875],[-107725,100319],[-107579,101480],[-107694,101444],[-106495,95819],[-106686,95960],[-106947,93032],[-117162,92844],[-116708,93392],[-116030,93569],[-115926,93546],[-117578,98058],[-117716,98251],[-117108,100048],[-116908,99920],[-116413,92517],[-116669,91805],[-115730,92190],[-115918,92070],[-116839,92005],[-117975,86725],[-117001,87103],[-119038,85980],[-118701,85415],[-117012,86382],[-118192,85730],[-118098,86106],[-117834,86097],[-117229,85606],[-117943,86044],[-111198,102278],[-111042,101930],[-110124,99903],[-116472,92669],[-110570,94308],[-110375,94525],[-119025,99775],[-116286,92648],[-106443,91847],[-103067,96287],[-103182,95984],[-111240,89840],[-110301,91872],[-110502,91763],[-112375,90431],[-106338,92003],[-113206,93145],[-113399,93074],[-123303,145544],[-123242,145314],[-123021,145386],[-123170,145410],[-122556,147541],[-122616,147771],[-122334,147613],[-125289,141735],[-125511,141663],[-125439,141759],[-124343,141647],[-124283,141417],[-124061,141489],[-124211,141513],[-119176,141844],[-118893,141686],[-119115,141614],[-120676,146307],[-118858,144451],[-118576,144294],[-118797,144221],[-120736,146537],[-120454,146379],[-120637,149210],[-119411,148668],[-119351,148438],[-119129,148510],[-122484,147637],[-115992,146488],[-116274,146646],[-116741,144023],[-117241,145446],[-116214,146416],[-117181,145216],[-116959,145288],[-112925,144625],[-114175,144625],[-113875,144625],[-115369,141081],[-115699,143457],[-115309,140851],[-115417,143299],[-115639,143227],[-115087,140923],[-113641,142120],[-113701,142350],[-113419,142192],[-117559,140467],[-117498,140237],[-117276,140309],[-112997,103813],[-117722,103273],[-116272,104314],[-117433,108962],[-117426,140333],[-119043,141710],[-118725,144317],[-115575,143325],[-113569,142216],[-117109,145312],[-115445,144443],[-114061,144689],[-116142,146512],[-119279,148534],[-120604,146403],[-110748,142613],[-110854,142457],[-110870,142251],[-110961,142508],[-109266,140538],[-109175,140275],[-110801,139799],[-110680,140160],[-113011,144472],[-112458,143474],[-115225,140925],[-109052,140642],[-110893,140056],[-110784,140004],[-109175,140475],[-108577,136915],[-113275,110075],[-112911,104034],[-110325,103725],[-115993,104032],[-103805,123795],[-108560,137120],[-108669,137172],[-182131,154032],[-2252,28846],[-423,32797],[-4401,29283],[-7632,26041],[-6713,26791],[-13674,22889],[-35904,33400],[-50295,48823],[-50487,48651],[-50128,48737],[-50167,48623],[-49923,48745],[-50168,50414],[-19416,27471],[-18022,25325],[-22504,21225],[-20525,21525],[-24532,18176],[-28576,19125],[-26802,61342],[-26441,61221],[-28705,65204],[-24525,61675],[-24408,70872],[-24445,70741],[-20036,65554],[-19773,65628],[-24454,80334],[-24611,80499],[-25108,80811],[-23412,82689],[-19498,81499],[-21587,82469],[-21383,82366],[-27033,79105],[-26847,79083],[-24367,78657],[-24044,78642],[-21835,77646],[-21921,77425],[-21023,69929],[-20785,69935],[-20124,65774],[-24283,61745],[-19603,60238],[-19714,60437],[-22911,60437],[-22928,60674],[-25201,59745],[-26093,57857],[-46957,77706],[-24841,59622],[-26286,58015],[-72725,50775],[-51408,47684],[-52159,49506],[-52368,49488],[-51844,49359],[-51690,49191],[-51739,49372],[-51316,49822],[-52836,48553],[-59251,101224],[-55527,98830],[-65588,95251],[-57363,96430],[-66156,91518],[-63025,92275],[-64237,89996],[-68689,65457],[-70375,68825],[-66550,52302],[-68351,54584],[-67956,58248],[-64694,60060],[-63371,56471],[-59506,60445],[-91292,117783],[-94635,120236],[-92386,123884],[-98624,123535],[-99561,129396],[-99894,119578],[-97476,117432],[-101753,126128],[33647,60201],[36369,54035],[35725,56475],[35606,59683],[37534,57588],[34683,58441],[37711,55817]] \ No newline at end of file diff --git a/src/gathering/npc-20005.json b/src/gathering/npc-20005.json new file mode 100644 index 0000000..bc9d5d4 --- /dev/null +++ b/src/gathering/npc-20005.json @@ -0,0 +1 @@ +[[-109625,89675],[-109899,89816],[-109890,90056],[-112720,87356],[-112775,87725],[-118673,83742],[-118727,84136],[-117484,84211],[-116459,85299],[-117176,85123],[-117622,85126],[-117016,85037],[-116788,85951],[-118354,85148],[-117798,85735],[-118213,81351],[-118021,81328],[-118267,81745],[-115429,78939],[-115727,78678],[-113725,77775],[-113766,78833],[-113825,78075],[-113581,77531],[-113130,77239],[-114288,77025],[-113075,78525],[-114330,78330],[-113803,82402],[-114087,82537],[-114042,82785],[-113111,83847],[-113165,84242],[-113661,76750],[-111400,74667],[-109163,77256],[-109145,77456],[-111849,83880],[-110104,85710],[-111903,84275],[-110275,85725],[-110375,86125],[-107634,84776],[-107675,85175],[-116291,90354],[-116771,88092],[-107625,89075],[-112187,88992],[-110517,78275],[-111291,77925],[-108025,76475],[-106359,75524],[-109011,76045],[-102503,123099],[-102692,123144],[-102685,123470],[-113038,135670],[-108380,131567],[-106317,136901],[-107026,130878],[-107546,134553],[-108025,136459],[-106246,128230],[-102450,119245],[-103764,105541],[-35722,47777],[-34077,50258],[-46555,54546],[-40603,57228],[-36560,56543],[-35529,60296],[-30817,61521],[-30803,61123],[-40614,62833],[-39884,59846],[-32625,66771],[-32643,66434],[-32850,66941],[-41445,66818],[-34149,67529],[-33976,67705],[-34875,69975],[-34825,69775],[-34510,70155],[-29649,66682],[-29829,67037],[-30037,64206],[-29506,64886],[-36817,71395],[-36948,71019],[-36787,70912],[-40675,71393],[-40293,71179],[-40605,71194],[-42600,61253],[-36722,63772],[-37771,63500],[-34347,60310],[-34026,57821],[-39508,56440],[-33885,55460],[-35257,54284],[-32068,62055],[-37928,60897],[-98997,97159],[-96921,97504],[-98839,96907],[-97025,97332],[-98533,101680],[-98527,102006],[-93968,100518],[-93960,101002],[-99975,100325],[-102308,101265],[-102317,101468],[-100032,99836],[-94295,104366],[-92848,104219],[-92842,104545],[-94113,103995],[-94302,104040],[-92660,104174],[-95071,116894],[-95231,117145],[-99491,117836],[-99644,117955],[-99485,118320],[-96401,119944],[-96276,119818],[-96242,120310],[-99744,125227],[-99562,124856],[-99750,124901],[-98514,126160],[-98375,126525],[-98361,126041],[-98014,128877],[-97875,128625],[-98475,128875],[-98580,129119],[-95420,125277],[-95904,125284],[-95539,125125],[-91875,124875],[-92367,124855],[-95061,121633],[-94902,121998],[-92002,124696],[-88369,120235],[-88181,120190],[-88363,120561],[-94925,121575],[-99435,128800],[-99364,105054],[-99129,105280],[21726,97640],[28074,93000],[26724,94073],[26954,94273],[27127,97532],[27185,96967],[26143,96875],[25750,96808],[25734,96615],[27404,97412],[28867,95588],[27224,95235],[29825,92625],[29764,92465],[30036,91909],[30233,92586],[33569,91691],[34025,91693],[28840,93616],[31864,93842],[31356,94096],[31606,94265],[41243,93519],[41053,93168],[41194,93037],[42385,94227],[42025,93775],[41860,93603],[43713,94846],[43710,94544],[44208,94818],[38961,91894],[39653,92376],[39364,90999],[39182,91447],[39178,91049],[55687,102275],[56245,102382],[56563,100341],[60291,98328],[58302,96916],[60146,97866],[60035,98024],[58365,97099],[58762,97068],[57868,98395],[58017,98381],[60793,100504],[60751,101808],[60747,101410],[60530,102255],[60933,101359],[61920,99741],[64241,97432],[64058,97881],[64054,97483],[64058,100633],[64544,100279],[54008,89318],[54122,89475],[53638,89464],[58165,96093],[55783,102561],[57252,103162],[57157,102876],[58206,103642],[61222,102736]] \ No newline at end of file diff --git a/src/gathering/npc-20006.json b/src/gathering/npc-20006.json new file mode 100644 index 0000000..4b4ad51 --- /dev/null +++ b/src/gathering/npc-20006.json @@ -0,0 +1 @@ +[[-1415,31290],[-5333,29372],[-11764,24815],[-8933,23704],[-22187,17259],[8375,33425],[10986,36698],[16262,37546],[21797,37577],[32875,39175],[35102,40555],[26551,42692],[31199,41743],[38375,40414],[40366,42557],[42812,43858],[21672,46744],[20237,48952],[16925,43275],[20247,43319],[15192,48616],[12322,50111],[15035,41150],[23125,40775],[11925,42925],[10551,45581],[8925,40775],[8469,46237],[2525,35275],[45303,36476],[45247,38890]] \ No newline at end of file diff --git a/src/gathering/npc-20014.json b/src/gathering/npc-20014.json new file mode 100644 index 0000000..5d6aae7 --- /dev/null +++ b/src/gathering/npc-20014.json @@ -0,0 +1 @@ +[[-4476,26491],[-11770,25745],[-16975,21225],[-22160,24507],[40049,40708],[44673,40888],[18602,48110],[13421,39445],[11418,46121],[6242,34617],[1594,31730]] \ No newline at end of file diff --git a/src/gathering/npc-20044.json b/src/gathering/npc-20044.json new file mode 100644 index 0000000..4c52199 --- /dev/null +++ b/src/gathering/npc-20044.json @@ -0,0 +1 @@ +[[-103003,57327],[-107662,59042],[-102592,56219],[-9762,23635],[-12692,25052],[-95823,71558],[-99877,66719],[-99676,64001],[-99550,57183],[-97144,56673],[-92863,54232],[-93322,56359],[-95733,55725],[-97846,56313],[-96957,55891],[-95082,68813],[-95791,65272],[-96325,56625],[-94614,59158],[-97149,61244],[-95494,57272],[-96078,63201],[-57924,71252],[-56975,71425],[-62863,78812],[-60667,72507],[-58246,70513],[-58071,71464],[-57855,72524],[-58494,72074],[-60242,73441],[-62774,72650],[-61612,72481],[-61903,73549],[-60750,71113],[-61418,74528],[-62903,74171],[-63992,74987],[-63648,72566],[-58444,70115],[-58161,70238],[-66075,75164],[-65039,74326],[-65721,74222],[-61625,79225],[-67890,74645],[-67734,74438],[-68086,76131],[-68875,76375],[-70075,78325],[-71164,78416],[-72260,91762],[-73421,89763],[-74881,81570],[-74537,82759],[-73725,81325],[-75675,79775],[-77395,76314],[-76687,77284],[-72225,78025],[-65466,78799],[-73020,88385],[-73820,92750],[-73172,91992],[-70863,93389],[-71947,94727],[-71156,94160],[-71006,95108],[-72144,96096],[-71592,93608],[-71389,96795],[-70642,96366],[-70728,90536],[-71004,88917],[-69975,88825],[-74907,85026],[-75975,84575],[-75274,79143],[-72172,81306],[-70528,83224],[-75285,78320],[-76046,78917],[-76175,77675],[-74595,77524],[-75136,76142],[-75093,76439],[-75401,75309],[-76194,73042],[-74938,76263],[-73358,73398],[-74595,73328],[-72674,74791],[-71118,74807],[-71550,76119],[-70047,75007],[-73740,75314],[-72977,76635],[-69347,74434],[-66286,74158],[-76265,74156],[-74129,72294],[-75091,72521],[26783,-11445],[25984,-12741],[30231,-22245],[30551,-21598],[29714,-21437],[31135,-18641],[29961,-18334],[31435,-17438],[29275,-22525],[25222,-21252],[27916,-21064],[26730,-22090],[25478,-16504],[27267,-18531],[26009,-18513],[26567,-16960],[25926,-16753],[28639,-14353],[26447,-25251],[24819,-27996],[28713,-25809],[26425,-25925],[30782,-19293],[25814,-26711],[25193,-26708],[24127,-24062],[24559,-21795],[26392,-21888],[25291,-22198],[29247,-21901],[24904,-20821],[26074,-17584],[24907,-17251],[25530,-17985],[27979,-18209],[26119,-14808],[30836,-15056],[28594,-24438],[31196,-18787],[29885,-19221],[697034,141937]] \ No newline at end of file diff --git a/src/gathering/npc-20045.json b/src/gathering/npc-20045.json new file mode 100644 index 0000000..1a2554f --- /dev/null +++ b/src/gathering/npc-20045.json @@ -0,0 +1 @@ +[[-35526,27604],[-36597,37260],[-40212,38481],[-43626,39692],[-47098,35920],[-47190,39002],[-46075,40525],[-46732,39364],[-50896,40777],[-51159,40695],[-49742,40905],[-51069,42951],[-50428,42054],[-50467,41804],[-50783,41847],[-51158,39187],[-48801,34171],[-50713,40385],[-47900,43815],[-41068,31442],[-61205,27600],[-61383,27675],[-61326,28069],[-61100,27789],[-63309,30216],[-63573,30072],[-63157,30469],[-61685,30165],[-62644,30927],[-61459,29886],[-61742,29771],[-61564,29697],[-60214,30568],[-62540,28422],[-52284,41395],[-52125,41325],[-52001,41509],[-53034,38932],[-52913,38463],[-53091,38538],[-52808,38652],[-52182,42355],[-51890,42429],[-51680,42636],[-52226,41789],[-60167,29355],[-53808,37363],[-52252,36260],[-53261,39728],[-55309,33784],[-52565,34334],[-58819,31123],[-58899,29246],[-57010,32891],[-53819,35877]] \ No newline at end of file diff --git a/src/gathering/npc-20046.json b/src/gathering/npc-20046.json new file mode 100644 index 0000000..4342335 --- /dev/null +++ b/src/gathering/npc-20046.json @@ -0,0 +1 @@ +[[-49141,4049],[-43353,1519],[-45817,6558],[-47658,16135],[-41197,14230],[-51033,18070],[-37625,9425],[-34741,15043],[-31758,11022],[-30475,15375],[-34026,18688],[-35346,21677],[-33650,21814],[-34219,24379],[-33969,35707],[-34657,37883],[-38220,30529],[-36669,28112],[-36284,35605],[-35997,39961],[-38284,37181],[-40276,40052],[-37926,35492],[-25029,20735],[-24727,24792],[-24823,22567],[-26670,12121],[-28298,18079],[-26855,19059],[-22962,19482],[-31760,22776],[-35225,25775],[-34883,27167],[-44730,20870],[-38538,17659],[-61178,3033],[-64328,5460],[-61899,10107],[-63949,7136],[-63572,8126],[-62566,10277],[-62941,6350],[-62880,11566],[-62398,12827],[-60822,12223],[-61691,12543],[-61515,11517],[-63282,13212],[-62886,15081],[-61447,18137],[-60529,17606],[-58026,19952],[-57549,18780],[-60647,12726],[-60731,13617],[-59725,11425],[-60499,11163],[-59351,12356],[-57879,12786],[-58639,13508],[-59803,16527],[-57047,263],[-56887,5126],[-51502,8739],[-55382,20036],[-56994,19695],[-58071,18140],[-58087,16358],[-56470,13551],[-54778,14403],[-56984,12342],[-54506,9665],[-55957,11867]] \ No newline at end of file diff --git a/src/gathering/npc-20049.json b/src/gathering/npc-20049.json new file mode 100644 index 0000000..9ca9696 --- /dev/null +++ b/src/gathering/npc-20049.json @@ -0,0 +1 @@ +[[-20200,-5049],[-20805,-7816],[-19870,-7653],[-17143,-8406],[-17925,-8725],[-15542,-10429],[-14046,-11958],[-16907,-10332],[-15625,-8775],[-10569,-11143],[-11835,-11832],[-10119,-11805],[-11298,-8547],[-7914,-10877],[-12694,-7994],[-12492,-9889],[-13525,-6875],[-7274,-7585],[-6736,-9116],[-9287,-7499],[-6700,-5777],[-9351,-8857],[-17490,-3954],[-18346,-4358],[-18858,-6006],[-14573,-5162],[-15105,-3094],[-15136,-6538],[-11325,-4825],[-12133,-5622],[-12991,-3129],[-10165,-4295],[-17925,-2475],[-14025,-3975],[-8502,-4718],[-8428,-3459],[-6625,-4075],[-7909,-5997],[-10439,-1878],[-8000,-1226],[-7144,-2434],[-5819,-331],[-14132,-10663],[-12691,-10819],[-10916,-13287],[-4731,-7794],[-5005,-8601],[-3731,-7355],[-5581,-6983],[-4103,-6043],[-3288,-3507],[-6062,-5088],[-1371,-4562],[-624,-3463],[-1513,-2671],[-2904,-1664],[-461,-1293],[-5035,-1566],[-3741,-2203],[-6180,3896],[-8260,84],[-6119,2452],[-6755,1296],[-5444,1662],[-4414,4620],[12258,-1631],[13860,-1348],[15764,-1059],[8728,-108],[17075,-2175],[19043,-3391],[22238,-3147],[14148,-4224],[23434,-1161],[20331,-875],[2681,-156],[1075,-2175],[1666,-892],[6911,686],[14879,2],[9328,1233],[10609,120],[15771,1495],[16738,4828],[21285,2251],[20383,775],[22459,1331],[23106,3135],[18497,3671],[21891,6005],[22612,5005],[11884,3221],[9833,3551],[14305,4218],[18887,5268],[7775,5725],[7086,4645],[8182,3442],[6475,2025],[10288,2054],[5775,563],[3248,2416],[5626,4809],[13028,4578],[2969,4517],[575,1475],[1595,1834],[141,4689],[4051,893]] \ No newline at end of file diff --git a/src/gathering/npc-20088.json b/src/gathering/npc-20088.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/npc-20088.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/npc-20089.json b/src/gathering/npc-20089.json new file mode 100644 index 0000000..5932cce --- /dev/null +++ b/src/gathering/npc-20089.json @@ -0,0 +1 @@ +[[-19738,-104054],[-44280,-106069],[-44202,-104079],[-43575,-104975],[-42820,-103787],[-43375,-106080],[-47323,-103002],[-46175,-103425],[-45324,-104998],[-48923,-103967],[-45215,-106121],[-44394,-102450],[-47631,-105159],[-3227,-105630],[-6453,-106882],[-3321,-102410],[-8853,-102902],[-48608,-106127],[-47204,-106136],[-48591,-105001],[-11457,-102778],[-15885,-104372],[-11211,-107866],[-22253,-98082],[-44488,-96531],[-42725,-96375],[-42852,-97327],[-45468,-96614],[-38938,-97531],[-39543,-98089],[-40379,-97970],[-42158,-97393],[-38779,-96407],[-45177,-94074],[-45574,-94931],[-46419,-94246],[-45508,-92346],[-47247,-96643],[-43521,-94235],[-42214,-94937],[-44201,-95218],[-42757,-92359],[-39934,-95340],[-38949,-94390],[-39077,-93356],[-40713,-93249],[-49268,-101272],[-48772,-95331],[-50364,-94343],[-48988,-94159],[-47570,-95006],[-50916,-100628],[-45875,-91325],[-48728,-87625],[-49806,-87236],[-50396,-85659],[-48941,-102197],[-41017,-74353],[-38856,-75587],[-41555,-78896],[-40255,-87862],[-40787,-87141],[-40109,-88883],[-39109,-88859],[-40994,-90102],[-38973,-90171],[-44090,-90066],[-43256,-84181],[-44175,-85375],[-42519,-85101],[-42395,-83826],[-45241,-85874],[-40775,-83875],[-43855,-83513],[-43299,-80893],[-45314,-81654],[-47379,-85991],[-46460,-85361],[-46665,-84274],[-45444,-84704],[-48079,-85415],[-45275,-82875],[-47193,-82420],[-44233,-81975],[-46591,-90613],[-42388,-91515],[-42471,-90003],[-39723,-91058],[-40331,-92155],[-39171,-91845],[-39320,-87875],[-48677,-84126],[-48737,-84972],[-50901,-86603],[-49442,-85713],[-45721,-83399],[-40148,-72076],[-38520,-71646],[-34354,-65128],[-3583,-100084],[-8065,-99485],[-5067,-96653],[-3740,-96169],[-720,-98237],[-4553,-93709],[-1873,-94240],[-4375,-91175],[-2151,-90655],[-594,-88020],[-48030,-80869],[-43083,-78319],[-42767,-79187],[-43991,-78207],[-43352,-75284],[-44144,-75614],[-46235,-74014],[-45340,-73507],[-45476,-71917],[-46816,-72958],[-44949,-69498],[-46156,-69067],[-47373,-69324],[-42336,-68810],[-43508,-69896],[-40282,-69273],[-40433,-67638],[-39376,-68162],[-47261,-77313],[-50148,-71828],[-49844,-73052],[-50725,-69825],[-49416,-74156],[-50421,-75516],[-50756,-74203],[-48593,-75048],[-48575,-72925],[-46813,-74885],[-47633,-75641],[-45297,-74529],[-45351,-77288],[-48959,-78631],[-50108,-78969],[-50867,-77786],[-47120,-79449],[-46360,-78702],[-46380,-76547],[-44274,-79462],[-49709,-83688],[-241,-94571],[-12378,-99588],[-18179,-100759],[-54821,-104177],[-55666,-103631],[-51908,-104547],[-53571,-104794],[-52209,-105359],[-54116,-103724],[-53113,-103940],[-53233,-103008],[-54820,-102915],[-56676,-105043],[-52875,-100625],[-52975,-101525],[-53838,-99994],[-53846,-101481],[-51820,-99715],[-52710,-98413],[-52793,-99648],[-55017,-98680],[-55325,-97725],[-57219,-98158],[-58086,-98629],[-58425,-97625],[-53673,-98370],[-55708,-86841],[-62375,-83775],[-61320,-84313],[-61721,-83699],[-58763,-84376],[-59218,-85064],[-59575,-84575],[-56683,-84558],[-56807,-85850],[-60642,-81814],[-62181,-82033],[-61335,-81982],[-60049,-83830],[-57925,-96575],[-52033,-101458],[-52147,-84484],[-53724,-83669],[-59468,-78275],[-58383,-77990],[-59953,-79220],[-59150,-79189],[-59124,-77315],[-58277,-77038],[-61275,-80675],[-59619,-81076],[-58172,-79504],[-60285,-80456],[-57184,-77472],[-52968,-70680],[-53723,-73058],[-52675,-72275],[-54421,-70601],[-52120,-69858],[-53207,-76312],[-51894,-75850],[-52747,-78562],[-52396,-79768],[-53043,-77529],[-55579,-78142],[-53972,-78376],[-55782,-76331],[-55935,-73911],[-56223,-73239],[-56973,-76640],[-54954,-74663],[-55263,-72188],[-57541,-73490],[-55538,-81757],[-56599,-81220],[-55400,-80921],[-54710,-80360],[-57221,-82476],[-52137,-81734],[-51893,-80652],[-53372,-81503],[-54775,-99975],[-55413,-102288],[-54893,-101351],[575,-106175],[508,-104197],[3463,-102078],[155,-101802],[7986,-101277],[6724,-97920],[9455,-96644],[9186,-93802],[7535,-92984],[4201,-92898],[2970,-94797],[3153,-99449]] \ No newline at end of file diff --git a/src/gathering/npc-20091.json b/src/gathering/npc-20091.json new file mode 100644 index 0000000..f904edf --- /dev/null +++ b/src/gathering/npc-20091.json @@ -0,0 +1 @@ +[[49993,-68852],[48087,-68000],[48725,-66675],[44275,-73625],[47575,-75525],[50125,-74575],[47575,-74525],[43875,-78475],[44375,-76275],[46375,-78575],[45675,-80225],[48225,-80025],[42175,-76975],[46525,-73525],[48849,-68258],[45925,-66325],[51010,-70368],[49825,-75625],[51025,-75025],[49925,-73775],[50392,-77995],[47975,-77625],[42725,-80675],[44675,-79675],[46375,-81675],[45375,-82375],[40525,-84125],[46375,-66625],[48986,-72748],[40775,-74225],[43825,-75075],[41875,-72175],[42425,-73425],[42633,-68106],[45825,-75275],[45225,-76775],[44721,-68540],[39185,-88219],[42744,-85554],[40192,-91565],[44043,-90967],[43225,-93925],[47089,-95013],[56925,-104775],[54675,-106125],[52425,-110625],[56452,-111219],[60375,-109175],[61225,-106375],[58525,-103475],[53582,-71820],[53824,-71046],[53677,-70157],[51225,-76425],[52359,-71974],[52025,-73425],[53125,-75575],[52975,-73975],[52252,-74447],[55075,-75525],[53725,-78925],[53775,-76675],[56475,-78775],[57075,-77775],[54925,-77875],[55325,-77375],[62325,-83825],[58225,-79825],[57025,-81175],[61375,-82475],[55875,-80575],[52358,-82594],[57775,-80125],[57175,-80125],[59889,-80593],[60775,-81225],[62225,-83025],[55745,-84368],[59669,-85216],[61775,-83275],[59715,-88930],[63025,-92125],[64225,-90825],[63925,-89875],[63475,-90725],[62825,-94875],[62175,-96025],[64175,-92225],[63225,-95725],[60875,-98375],[54510,-96768],[56272,-93257],[53285,-92306]] \ No newline at end of file diff --git a/src/gathering/npc-20092.json b/src/gathering/npc-20092.json new file mode 100644 index 0000000..c2f468e --- /dev/null +++ b/src/gathering/npc-20092.json @@ -0,0 +1 @@ +[[-19474,-108200],[-16359,-105596],[-12845,-108017],[-21588,-105056],[-18565,-141092],[-29197,-134835],[-21174,-145340],[-17948,-145870],[-19430,-143146],[-2039,-149927],[-4686,-147945],[-3685,-145690],[-330,-147478],[-5949,-143727],[-2603,-118939],[-1064,-120761],[-39588,-130672],[-38296,-134644],[-36923,-131901],[-35321,-134452],[-32715,-137655],[-31147,-133666],[-15743,-142292],[-29325,-138225],[-14801,-102613],[-33591,-126955],[-30491,-131037],[-37022,-128096],[-34343,-129730],[-32723,-132290],[-29225,-99768],[-29510,-98013],[-28178,-96329],[-32857,-97747],[-32864,-100132],[-42082,-96665],[-44699,-97334],[-47075,-94475],[-45061,-94988],[-42593,-94537],[-48925,-91725],[-49744,-92905],[-46018,-91930],[-33214,-91275],[-30625,-91075],[-32751,-86800],[-42137,-77685],[-43225,-90675],[-41092,-92445],[-29668,-70643],[-30817,-69907],[-31075,-68125],[-35540,-67538],[-29065,-66110],[-26925,-63725],[-23295,-61987],[-14824,-67750],[-13227,-70062],[-24661,-67265],[-42883,-69556],[-44416,-72398],[-45273,-76108],[-45612,-71109],[-48339,-73660],[-49136,-74842],[-47425,-74525],[-50590,-78552],[-47522,-78939],[-45299,-78706],[-50480,-80070],[-49022,-83140],[-20630,-62609],[-58047,-83981],[-55580,-83804],[-61684,-82683],[-56854,-75573],[-58487,-78779],[-59166,-79815],[-51922,-72734],[-52793,-75373],[-53768,-75271],[-53296,-79268],[-51777,-77336],[-54675,-78575],[-55491,-74272],[-57342,-71943],[-58443,-80243],[-53935,-81680],[-52856,-83671],[667,-149603],[2347,-122702],[1471,-117513],[12002,-105387],[14585,-105121],[24165,-146515],[24481,-141863],[30813,-142646],[34190,-142795],[28962,-139150],[49304,-123685],[46570,-125554],[37610,-116991],[42754,-117087],[43561,-113362],[36256,-121185],[42099,-120963],[26165,-108404],[23775,-105025],[22019,-108412],[16476,-108676],[19107,-104566],[33197,-126316],[26735,-125056],[28975,-126775],[27904,-123247],[23725,-125825],[18496,-119174],[21260,-121753],[17118,-115480],[5725,-125275],[14809,-100975],[16981,-94771],[20125,-94717],[36625,-79875],[46951,-70134],[49075,-83125],[35430,-73467],[37850,-77629],[43126,-68930],[36275,-76175],[45201,-67788],[37459,-71947],[38431,-70029],[19525,-100975],[23635,-100846],[18598,-97970],[21948,-97357],[16440,-101892],[38742,-82790],[39476,-86112],[41475,-83675],[43507,-86627],[44954,-84087],[38102,-91877],[41522,-92478],[37382,-95831],[44050,-93333],[46625,-90925],[40925,-98775],[45125,-96875],[41569,-95897],[49087,-102359],[48228,-94649],[50353,-94062],[50090,-90605],[48576,-99093],[61182,-102797],[63392,-104572],[65472,-107523],[66030,-104865],[60175,-77975],[58675,-76475],[59292,-69842],[58730,-73441],[57739,-72028],[56487,-70977],[57142,-68535],[55749,-66950],[54344,-69282],[54693,-63232],[62275,-76428],[62183,-72563],[59926,-74757],[52907,-66580],[53125,-81675],[54432,-84368],[58902,-85951],[58480,-88714],[66131,-94634],[66925,-97075],[65312,-96257],[65385,-98872],[60640,-100847],[57268,-97075],[53799,-94722],[58175,-93025],[54325,-99475],[62609,-101785],[51911,-90018]] \ No newline at end of file diff --git a/src/gathering/npc-20101.json b/src/gathering/npc-20101.json new file mode 100644 index 0000000..4891011 --- /dev/null +++ b/src/gathering/npc-20101.json @@ -0,0 +1 @@ +[[-151650,-194757],[-149776,-194770],[-151337,-196267],[-151374,-197448],[-150517,-195775],[-151325,-198875],[-151408,-198643],[-204375,-132925],[-204588,-134616],[-203792,-136207],[-202976,-135113],[-200646,-181842],[-198429,-181945],[-199485,-192848],[-154675,-194275],[-155525,-199725],[-203472,-164189],[-202025,-164875],[-158800,-204886],[-158125,-204975],[-205575,-133825],[-206125,-132425],[-205125,-132975],[-204841,-137032],[-230075,-151975],[-233945,-151195],[-234265,-152145],[-236855,-152264],[-233589,-152234],[-232358,-152665],[-233456,-152077],[-233692,-152014],[-228796,-151560],[-232725,-149875],[-231325,-150725],[-228579,-150280],[-227975,-148375],[-228125,-148375],[-228675,-148275],[-228775,-148875],[-227907,-148334],[-227907,-148840],[-226918,-149764],[-227936,-149640],[-230575,-147775],[-233418,-146273],[-233284,-146116],[-226555,-146294],[-225913,-146846],[-230175,-141775],[-229371,-141695],[-229607,-141632],[-229504,-141853],[-232978,-141921],[-232276,-138060],[-232987,-139552],[-232951,-137970],[-232379,-137839],[-231570,-139898],[-232275,-137925],[-230875,-137913],[-215814,-138022],[-215485,-139394],[-216332,-140309],[-217068,-140569],[-216658,-134215],[-217225,-133375],[-210038,-182392],[-205175,-154175],[-205625,-156325],[-353061,-197],[-353275,-325],[-353075,-475],[-352526,-1716],[-353794,-3118],[-349085,-2802],[-349525,-2025],[-343155,-2172],[-338641,-1545],[-334802,-2078],[-334875,-2325],[-358575,-975]] \ No newline at end of file diff --git a/src/gathering/npc-20102.json b/src/gathering/npc-20102.json new file mode 100644 index 0000000..72ca639 --- /dev/null +++ b/src/gathering/npc-20102.json @@ -0,0 +1 @@ +[[-198458,-192982],[-231275,-147025],[-235575,-137425],[-233575,-132125],[-234023,-130009],[-235171,-129314],[-232396,-126532],[-231775,-126425],[-218574,-134300],[-217870,-141427],[-217461,-139007],[-220592,-139543],[-221104,-134791],[-223372,-134514],[-215825,-129825],[-219713,-130499],[-231557,-118711],[-226321,-127491],[-231986,-116095],[-236124,-117422],[-236977,-125431],[-236801,-122146]] \ No newline at end of file diff --git a/src/gathering/npc-20107.json b/src/gathering/npc-20107.json new file mode 100644 index 0000000..7089334 --- /dev/null +++ b/src/gathering/npc-20107.json @@ -0,0 +1 @@ +[[-195318,-161204],[-195483,-160007],[-198705,-166300],[-199375,-163175],[-200099,-164063],[-215097,-108056],[-216605,-113708],[-217275,-113858],[-216318,-113148],[-216054,-108767],[-215642,-108824],[-215384,-108616],[-215915,-108224],[-215577,-109040],[-216798,-114131],[-235792,-135853],[-236057,-135217],[-236269,-135561],[-236375,-135925],[-239125,-137725],[-239086,-137203],[-238825,-137175],[-238609,-137495],[-238874,-136859],[-236479,-135837],[-236009,-135527],[-239296,-137479],[-236625,-131775],[-227875,-129475],[-227023,-130644],[-225614,-129571],[-223494,-130734],[-220575,-138575],[-221845,-134547],[-227344,-127618],[-226575,-127125],[-234082,-123450],[-224063,-127960],[-221601,-127491],[-222331,-125824],[-220875,-126275],[-220509,-126970],[-227736,-131240],[-222625,-132725],[-220306,-135567],[-219498,-135783],[-218525,-136175],[-219719,-138147],[-219521,-135112],[-218828,-137606],[-220341,-134377],[-218425,-132725],[-219525,-133025],[-219111,-132237],[-218775,-130575],[-219337,-129291],[-220708,-130644],[-219653,-128325],[-219123,-139122],[-220467,-136645],[-217197,-136464],[-218125,-133525],[-221908,-138125],[-224141,-133240],[-222747,-129972],[-221383,-126530],[-220488,-128197],[-224134,-131637],[-234074,-124058],[-233784,-121019],[-231244,-121165],[-231525,-121125],[-229534,-119894],[-230775,-122375],[-227525,-119475],[-229475,-121525],[-227992,-119139],[-228740,-118577],[-229205,-119599],[-227225,-122225],[-231275,-120725],[-229220,-117903],[-226052,-119125],[-234263,-123682],[-233904,-124208],[-233634,-123660],[-237171,-122510],[-234254,-121329],[-236560,-118812],[-234075,-121075],[-234902,-119817],[-234083,-121584],[-233567,-121345],[-234463,-118014],[-234239,-116664],[-229642,-117808],[-231251,-117600],[-229141,-117755],[-229235,-116994],[-225575,-118975],[-233832,-120709],[-234214,-116411],[-234149,-116769],[-233923,-116701],[-239587,-123870],[-236652,-120566],[-237824,-119885],[-240252,-123879],[-244201,-116673],[-242975,-130025],[-243044,-129720],[-242779,-130356],[-241664,-132227],[-237032,-131594],[-236747,-131256],[-243475,-130325],[-245364,-130203],[-243295,-130594],[-243256,-130063],[-243370,-127742],[-207909,-179625],[-205246,-155046],[-206158,-154793],[-206125,-157175]] \ No newline at end of file diff --git a/src/gathering/npc-20108.json b/src/gathering/npc-20108.json new file mode 100644 index 0000000..c8ecef2 --- /dev/null +++ b/src/gathering/npc-20108.json @@ -0,0 +1 @@ +[[-202675,-202475],[-201525,-197075],[-233545,-184412],[-235861,-186408],[-231520,-188650],[-237806,-182686],[-236979,-184339],[-242440,-175141],[-245235,-169434],[-240608,-175678],[-246837,-170662],[-213470,-202709],[-204985,-204445],[-211946,-186606],[-232317,-190064],[-237688,-191647],[-243115,-188197],[-244104,-188807],[-246076,-183327],[-246868,-181120],[-237980,-157900],[-238818,-194470],[-234744,-194217],[-236795,-193682],[-231900,-156293],[-229817,-154297],[-233731,-159160],[-231426,-155865],[-219472,-220128],[-216825,-220625],[-211085,-219671],[-213424,-216831],[-215773,-213754],[-215361,-210696],[-207225,-207475]] \ No newline at end of file diff --git a/src/gathering/npc-20109.json b/src/gathering/npc-20109.json new file mode 100644 index 0000000..f16b54c --- /dev/null +++ b/src/gathering/npc-20109.json @@ -0,0 +1 @@ +[[-311139,-252483],[-316917,-251813],[-315858,-244802],[-316655,-244257],[-316632,-243278],[-317711,-251853],[-316393,-253219],[-318895,-243418],[-320236,-251386],[-330175,-243625],[-338246,-240388],[-337682,-241322],[-335680,-241341],[-335125,-242422],[-335775,-240375],[-333168,-243407],[-340275,-243275],[-339329,-240535],[-340132,-241978],[-355550,-260116],[-354793,-261823],[-357629,-263886],[-356531,-268765],[-356775,-270975],[-355325,-271075],[-358325,-261175],[-356470,-262847],[-357859,-273612],[-354019,-273200],[-352536,-273272],[-355425,-273375],[-354057,-270434],[-350561,-272739],[-350830,-269753],[-351878,-271608],[-349208,-270394],[-348560,-266108],[-347016,-273040],[-347825,-273575],[-345836,-272976],[-347638,-272309],[-349425,-274247],[-346392,-274631],[-347747,-271183],[-346328,-269513],[-345720,-271283],[-347275,-267325],[-348577,-268166],[-343351,-272086],[-343675,-274403],[-341290,-273581],[-340442,-272245],[-340675,-274625],[-339376,-270517],[-340935,-269442],[-340275,-266075],[-337626,-272859],[-335652,-271626],[-335006,-273916],[-333125,-273225],[-334732,-270295],[-333775,-271925],[-331596,-271450],[-329127,-270918],[-338710,-267422],[-324624,-269750],[-322977,-270423],[-322925,-268525],[-322210,-271338],[-318520,-270651],[-316532,-271846],[-320755,-270413],[-319375,-268775],[-319592,-271844],[-318082,-267827],[-318005,-265399],[-315045,-270642],[-316866,-269153],[-314282,-267244],[-315742,-265883],[-316543,-264710],[-314141,-263834],[-320444,-272553],[-312152,-267474],[-311098,-267942],[-311456,-265855],[-314425,-268325],[-359100,-265175],[-361300,-260196],[-361571,-268332],[-360172,-268535],[-361721,-265655],[-359606,-271011],[-360825,-271625],[-364544,-269414],[-363044,-270932],[-361460,-269784],[-361547,-271063],[-363209,-267209],[-364175,-263475],[-364536,-264522],[-359774,-273851]] \ No newline at end of file diff --git a/src/gathering/npc-20152.json b/src/gathering/npc-20152.json new file mode 100644 index 0000000..94e7b27 --- /dev/null +++ b/src/gathering/npc-20152.json @@ -0,0 +1 @@ +[[-318025,-244025],[-323117,-243433],[-323925,-242525],[-331875,-251275],[-334075,-247836],[-336520,-243474],[-334247,-242853],[-342069,-252072],[-341025,-247225],[-352817,-247281],[-353408,-244921],[-354164,-255469],[-354968,-240703],[-353386,-241936],[-358208,-238944],[-357175,-260375],[-353346,-262153],[-356217,-272074],[-352699,-270592],[-356996,-265349],[-355978,-264199],[-348619,-272148],[-348878,-269397],[-355194,-269806],[-344126,-270461],[-342182,-268971],[-338511,-271949],[-337100,-261961],[-322075,-267165],[-322041,-266439],[-320692,-268680],[-324975,-271225],[-324126,-268801],[-320322,-271089],[-319275,-266575],[-318663,-268264],[-316149,-265947],[-315199,-265800],[-319614,-266228],[-351035,-89255],[-345513,-86930],[-355875,-88975],[-342501,-84440],[-341049,-85205],[-358125,-89725],[-357632,-87406],[-347540,-91940],[-358035,-82760],[-357075,-84875],[-353712,-90707],[-353644,-85631],[-350179,-90374],[-379695,-143726],[-379250,-142591],[-380106,-142950],[-378385,-142919],[-380898,-143454],[-380625,-142509],[-375045,-136749],[-373416,-134529],[-373525,-131575],[-374950,-131428],[-373143,-129560],[-372542,-126507],[-372613,-126186],[-372897,-126113],[-372642,-126796],[-372990,-126671],[-372500,-127656],[-374418,-126357],[-371891,-126379],[-374116,-128207],[-373458,-132966],[-372015,-121370],[-368206,-119406],[-367479,-119481],[-360993,-116714],[-359605,-113352],[-359982,-113359],[-360126,-113825],[-359908,-113683],[-359925,-113975],[-360075,-113025],[-359925,-113025],[-360425,-112175],[-361610,-112753],[-361790,-107821],[-361575,-113075],[-362057,-105935],[-362482,-106949],[-362288,-106122],[-363138,-109292],[-361780,-106462],[-362216,-104321],[-362935,-102424],[-384007,-105958],[-379952,-104892],[-379487,-105584],[-380870,-105048],[-382605,-106355],[-382182,-106361],[-381125,-106582],[-379425,-106475],[-380265,-106939],[-379606,-108024],[-381597,-108032],[-370176,-102838],[-368553,-106679],[-370338,-102503],[-368482,-106269],[-368887,-106285],[-373635,-105506],[-372918,-104951],[-370650,-102918],[-373113,-104773],[-373672,-103277],[-373425,-104725],[-373130,-104940],[-373776,-105519],[-373543,-105655],[-375450,-115672],[-363946,-113203],[-365378,-113390],[-365297,-115014],[-365173,-113489],[-375175,-115675],[-379481,-123647],[-380583,-126058],[-375716,-126279],[-382174,-116528],[-376006,-119376],[-389090,-119078],[-392954,-121457],[-384775,-133675],[-385362,-133366],[-381833,-131642],[-382738,-130945],[-380465,-130658],[-381425,-130425],[-383207,-130969],[-382447,-130833],[-385463,-142094],[-383928,-143092],[-385146,-133833],[-385895,-133775],[-383425,-141275],[-382525,-141925],[-381900,-142340],[-381907,-141770],[-382983,-142022],[-383635,-142232],[-377439,-137581],[-377145,-138984],[-376818,-139016],[-377343,-139262],[-376875,-137108],[-375473,-134490],[-374940,-134154],[-375190,-134481],[-375223,-134163],[-375224,-131141],[-375225,-134075],[-375525,-134225],[-375002,-134413],[-373784,-132623],[-374478,-126808],[-373969,-127072],[-358476,-253835],[-359025,-240625],[-367709,-249470],[-367811,-246043],[-359426,-255795],[-359524,-258554],[-361175,-264065],[-360035,-262577],[-358894,-266930],[-360175,-270425],[-363131,-262992],[-358953,-81377],[-363861,-102193],[-363183,-100755],[-363975,-101275],[-364869,-100439],[-361319,-87450],[-360473,-87074],[-360638,-88809],[-366233,-95454],[-365324,-92393],[-366981,-91837],[-364599,-91313],[-367186,-87527],[-366828,-87111],[-366412,-85231],[-367293,-84968],[-362650,-84511],[-362175,-83175],[-361219,-86140],[-359632,-83087],[-362177,-85618],[-360436,-84796],[-363766,-93180],[-358909,-91695],[-358838,-83206],[-361217,-81269],[-359924,-81131],[-368572,-87384],[-369224,-85512],[-370136,-84939],[-368700,-80645],[-371067,-84807],[-372625,-81075],[-372425,-82325],[-369125,-79945],[-367938,-87069],[-367495,-81341],[-366450,-80399],[-364822,-84115],[-363058,-82414],[-364879,-82994],[-373131,-81792],[-372300,-78689],[-371555,-78404],[-378421,-96206],[-375102,-97680],[-379310,-96190],[-378703,-95128],[-373780,-93455]] \ No newline at end of file diff --git a/src/gathering/npc-20164.json b/src/gathering/npc-20164.json new file mode 100644 index 0000000..d7a4ed0 --- /dev/null +++ b/src/gathering/npc-20164.json @@ -0,0 +1 @@ +[[-191775,-192575],[-236654,-192812],[-240764,-191227],[-243275,-190725],[-205003,-218596],[-206599,-209806]] \ No newline at end of file diff --git a/src/gathering/npc-20184.json b/src/gathering/npc-20184.json new file mode 100644 index 0000000..51c01ae --- /dev/null +++ b/src/gathering/npc-20184.json @@ -0,0 +1 @@ +[[-350947,17905],[-349445,21046],[-351013,17581],[-351171,14640],[-350741,14694],[-351932,13329],[-348705,14870],[-348673,14342],[-348126,14540],[-350234,11922],[-349176,11489],[-350971,12035],[-347275,12125],[-348740,11907],[-352006,12843],[-352225,13025],[-354463,16886],[-354551,17265],[-352590,19856],[-352653,20213],[-356620,18557],[-356557,18200],[-357928,16828],[-356534,16645],[-357723,17038],[-355642,17085],[-357670,20956],[-356024,19101],[-358329,20847],[-357876,17229],[-356515,16317],[-357976,20695],[-357245,3758],[-355524,6029],[-356772,503],[-352675,3875],[-352915,4530],[-355828,2318],[-349623,2154],[-349969,2229],[-350801,2145],[-348259,1176],[-348238,2658],[-348523,1054],[-347858,1238],[-344675,143],[-344925,2725],[-344439,822],[-345174,700],[-345183,2666],[-345478,1744],[-344837,1958],[-345094,2174],[-344890,673],[-348308,3413],[-348073,3474],[-339591,90],[-340118,623],[-340174,272],[-339593,464],[-339359,525],[-361492,20880],[-360410,17997],[-359863,18195],[-361233,20813],[-360777,20636],[-360836,20446],[-361162,20381],[-362054,18231],[-362291,18395],[-362223,19760],[-362163,19447],[-359977,12263],[-360477,11242],[-359755,11930],[-359773,12109],[-359116,5131],[-359399,5053]] \ No newline at end of file diff --git a/src/gathering/npc-20185.json b/src/gathering/npc-20185.json new file mode 100644 index 0000000..4f273ae --- /dev/null +++ b/src/gathering/npc-20185.json @@ -0,0 +1 @@ +[[-151604,-199087],[-151937,-198278],[-203613,-133745],[-199915,-165429],[-158041,-204601],[-158424,-205198],[-157914,-204968],[-246887,-143807],[-206638,-132246],[-234222,-151648],[-233889,-152457],[-236675,-152075],[-236575,-152525],[-237051,-152708],[-233505,-151860],[-232378,-152237],[-233379,-152227],[-227777,-148373],[-228292,-148297],[-228620,-147794],[-228287,-148603],[-230420,-149767],[-226825,-148425],[-233334,-145899],[-225513,-145470],[-230137,-141267],[-229425,-141475],[-229275,-141825],[-229804,-142076],[-233207,-146266],[-233731,-146775],[-232575,-138275],[-232125,-138075],[-232908,-137474],[-232175,-137675],[-214279,-137740],[-352614,-1850],[-353267,-541],[-357085,-4152],[-357027,-4319],[-353702,-3251],[-349401,-2057],[-348847,-2715],[-346875,-275],[-343175,-2325],[-334662,-2268],[-348979,20799],[-349671,20876],[-351116,17689],[-350910,14477],[-350403,11706],[-347268,11748],[-349133,11899],[-352458,12748],[-352722,20046],[-356689,18390],[-356201,18875],[-358040,16971],[-357925,21112],[-357288,3603],[-355563,5850],[-356941,287],[-355791,2097],[-353381,181],[-355004,6345],[-352925,4325],[-350839,1967],[-349911,2021],[-347912,1538],[-348423,775],[-345267,597],[-344783,2887],[-344786,123],[-345081,2524],[-348216,3279],[-347796,3751],[-339501,328],[-339175,675],[-358662,-1129],[-358706,-774],[-360479,17831],[-362314,19565],[-360712,11363]] \ No newline at end of file diff --git a/src/gathering/npc-20210.json b/src/gathering/npc-20210.json new file mode 100644 index 0000000..6f8b43e --- /dev/null +++ b/src/gathering/npc-20210.json @@ -0,0 +1 @@ +[[-201575,-175],[-203345,-649],[-208930,-11073],[-222632,-12526],[-215125,-425],[-205017,3160],[-212725,6225],[-205519,6465]] \ No newline at end of file diff --git a/src/gathering/npc-20228.json b/src/gathering/npc-20228.json new file mode 100644 index 0000000..ab1a547 --- /dev/null +++ b/src/gathering/npc-20228.json @@ -0,0 +1 @@ +[[-105425,-74825],[-107325,-70325],[-114652,-77427],[-116098,-76565],[-112015,-73517],[-111323,-78246],[-110384,-83359],[-107835,-81083],[-105723,-83932],[-72084,-104560],[-69354,-102742],[-72264,-106833],[-83970,-111550],[-80660,-105677],[-82811,-106167],[-80481,-107523],[-82872,-113582],[-89010,-77482],[-77285,-77197],[-75049,-74983],[-82765,-88797],[-86391,-101705],[-69722,-98150],[-69039,-98584],[-68871,-95862],[-101645,-92012],[-98425,-77925],[-95746,-76081],[-88775,-98280]] \ No newline at end of file diff --git a/src/gathering/npc-20230.json b/src/gathering/npc-20230.json new file mode 100644 index 0000000..5764f5c --- /dev/null +++ b/src/gathering/npc-20230.json @@ -0,0 +1 @@ +[[-81448,-102678],[-83762,-104779],[-83159,-104171],[-79560,-103293],[-92922,-140706],[-92997,-139849],[-93872,-140654],[-93245,-106858],[-93808,-109415],[-92696,-111230],[-92915,-109918],[-91138,-111330],[-90243,-128755],[-90195,-130112],[-91192,-129514],[-91819,-132417],[-90925,-132825],[-91475,-134975],[-88420,-123066],[-88179,-124666],[-90838,-119381],[-89890,-121273],[-89683,-119475],[-89375,-121175],[-91902,-117199],[-91073,-116444],[-91704,-114854],[-92425,-114025],[-88837,-109516],[-88312,-108488],[-87075,-107125],[-90045,-108469],[-91455,-107796],[-93300,-107162],[-85277,-105228],[-75518,-90039],[-79229,-94770],[-78973,-93318],[-80277,-94140],[-81171,-96456],[-78154,-99120],[-80543,-100646],[-79670,-100395],[-77623,-91946],[-80201,-99453],[-80037,-97434],[-79634,-96600],[-78733,-102247]] \ No newline at end of file diff --git a/src/gathering/npc-20246.json b/src/gathering/npc-20246.json new file mode 100644 index 0000000..5dec4d8 --- /dev/null +++ b/src/gathering/npc-20246.json @@ -0,0 +1 @@ +[[-183365,-150980],[-183350,-149336],[-181507,-147816],[-179812,-146369],[-182972,-135009],[-180481,-143084],[-180925,-138075],[-180268,-140438],[-181925,-137075],[-181861,-133024],[-176314,-141519],[-179072,-140235],[-181486,-130462],[-180037,-125921],[-180439,-123093],[-181255,-123966],[-174908,-142197],[-184016,-157011],[-184267,-153943]] \ No newline at end of file diff --git a/src/gathering/npc-20247.json b/src/gathering/npc-20247.json new file mode 100644 index 0000000..09ff7ad --- /dev/null +++ b/src/gathering/npc-20247.json @@ -0,0 +1 @@ +[[-140348,-3405],[-140811,-2670],[-141998,-4198],[-141360,-4397],[-140961,-4239],[-140654,-3795],[-143078,-780],[-142640,-992],[-143167,-1530],[-142189,-3006],[-130539,-69469],[-149125,-80975],[-149525,-79675],[-145901,-74266],[-145779,-71887],[-135463,-67727],[-130817,-74055],[-130810,-74489],[-130744,-73594],[-183811,-152959],[-183026,-147470],[-182025,-149025],[-187725,-134775],[-188206,-133397],[-184611,-132392],[-178543,-138332],[-200971,-110047],[-198769,-108917],[-203075,-109783],[-204388,-108804],[-202727,-106383],[-200515,-108286],[-201361,-105801],[-197219,-106817],[-183278,-149152],[-183198,-148788],[-181579,-148936],[-182335,-147324],[-181727,-149360],[-181239,-147922],[-181187,-148094],[-179937,-147748],[-180693,-148317],[-182346,-148332],[-182259,-147901],[-182708,-148457],[-182289,-149118],[-182831,-131741],[-183284,-132814],[-183533,-133937],[-179127,-138454],[-182749,-154038],[-182926,-153978],[-183885,-153778],[-160708,-7463],[-161851,-8159],[-161566,-6714],[-161257,-7080],[-160960,-6754],[-161381,-6254],[-161990,-7188],[-160999,-8629],[-160489,-7870],[-206525,-12625],[-207724,-14381],[-207875,-13125],[-206075,-13625],[-206525,-13275],[-211449,-15523],[-211201,-15450],[-212119,-15293],[-212601,-14886],[-222475,-8925],[-223879,-8335],[-222683,-7790],[-223167,-8981],[-220389,-14760],[-219978,-14169],[-220077,-14846],[-220012,-14387],[-232894,55502],[-233311,55054],[-233315,55170],[-233401,55922],[-233524,55225],[-232074,56573],[-233345,57110],[-232339,57478],[-232861,54224],[-232874,54375],[-233362,53670],[-349559,-177866],[-350680,-178842],[-350634,-178667],[-352735,-180194],[-348832,-181037],[-334873,-204441],[-348621,-203869],[-345752,-202937],[-345703,-202604],[-348257,-203772],[-348010,-203248],[-348443,-203021],[-347147,-201320],[-345823,-185718],[-347270,-183050],[-353075,-180175],[-352879,-180264],[-353393,-180164],[-347686,-180162],[-347762,-180430],[-346792,-181596],[-346139,-179493],[-348748,-181229],[-346940,-181313],[-347138,-181545],[-347594,-179944],[-346857,-179926],[-345934,-180322],[-347912,-180444],[-348230,-180724],[-347820,-180561],[-348337,-181055],[-350917,-179046],[-350751,-178999],[-349437,-177824],[-349221,-178294],[-348376,-178064],[-348279,-177522],[-348196,-177486],[-348019,-177529],[-348431,-178159],[-346303,-176034],[-346503,-176334],[-346479,-176125],[-346355,-176923],[-346100,-176389],[-346534,-176596],[-348134,-176939],[-348209,-176813],[-348258,-177055],[-347906,-177841],[-342423,-181960],[-343902,-181150],[-343749,-181565],[-342828,-182358],[-345493,-175135],[-345481,-175644],[-345433,-175903],[-345467,-174932],[-343983,-174609],[-345406,-175409],[-345948,-176785],[-344721,-175012],[-341771,-183317],[-341545,-182701],[-342911,-183395],[-341645,-183144],[-341613,-183798],[-334527,-208790],[-335774,-211033],[-334875,-209725],[-334410,-205128],[-348896,-213718],[-349405,-213732],[-365227,-176906],[-366470,-176859],[-365341,-176812],[-364668,-175912],[-364452,-189968],[-364591,-189667],[-363775,-189225],[-364446,-189615],[-360264,-188568],[-360139,-188273],[-365558,-176272],[-365258,-176306],[-366603,-176712],[-363846,-177086],[-365119,-176451],[-359294,-186966],[-359225,-187015],[-360499,-188327],[-363694,-189181],[-363930,-176886],[-68098,-104338],[-68591,-106381],[-67012,-103824],[-69294,-106083],[-67175,-99575],[-65767,-101573],[145175,-63625],[145025,-63475],[144875,-63425],[141709,-61477],[142079,-61551],[142212,-61760],[142935,-66131],[141574,-68241]] \ No newline at end of file diff --git a/src/gathering/npc-20250.json b/src/gathering/npc-20250.json new file mode 100644 index 0000000..2ab68ee --- /dev/null +++ b/src/gathering/npc-20250.json @@ -0,0 +1 @@ +[[-17990,-58796],[-17623,-55503],[-14687,-56274],[-14537,-52842],[-10975,-52375],[-8288,-51850],[-4774,-65698],[-2594,-65436],[-8610,-62711],[-10612,-59011],[-13866,-59044],[-13663,-57391],[-10925,-55160],[-7337,-56808],[-7775,-59725],[18137,-83557],[7287,-68764],[7601,-71592],[10717,-71374],[9737,-76212],[13975,-75982],[13158,-72597],[17187,-75573],[16925,-73775],[16300,-72175],[11065,-77787],[17342,-78137],[8973,-77239],[19830,-74959]] \ No newline at end of file diff --git a/src/gathering/npc-20255.json b/src/gathering/npc-20255.json new file mode 100644 index 0000000..df65c03 --- /dev/null +++ b/src/gathering/npc-20255.json @@ -0,0 +1 @@ +[[-255625,-138475],[-255357,-136438],[-255253,-135277],[-253472,-128828],[-255691,-133441],[-255625,-160275],[-253626,-161609],[-254190,-163466],[-256203,-140290],[-258577,-144433],[-259825,-149625],[-261064,-148023],[-258875,-147775],[-258523,-147556],[-260077,-150833],[-259913,-144989],[-261183,-143610],[-262075,-142625],[-262700,-152042],[-263328,-152871],[-259916,-151544],[-258753,-154961],[-259020,-154008],[-265002,-154335],[-263881,-153869]] \ No newline at end of file diff --git a/src/gathering/npc-20258.json b/src/gathering/npc-20258.json new file mode 100644 index 0000000..1498eaf --- /dev/null +++ b/src/gathering/npc-20258.json @@ -0,0 +1 @@ +[[-202175,-45625],[-202164,-47072],[-204356,-43655],[-201315,-33992],[-198003,-33395],[-201559,-31701],[-196163,-33486],[-194738,-35121],[-193105,-34297],[-192160,-31842],[-190375,-30304],[-188263,-32154],[-194979,-31728],[-192168,-37291],[-193407,-36615],[-193648,-39140],[-192345,-39784],[-192192,-41095],[-193389,-43063],[-196058,-45116],[-198481,-42619],[-195680,-42723],[-197375,-43775],[-195005,-50656],[-189835,-49877],[-188660,-47878],[-199417,-46035],[-200833,-42370],[-199450,-43695],[-203271,-42745],[-202125,-43025],[-203307,-44738],[-195875,-50975],[-194383,-903],[-201999,-704],[-200175,-15775],[-196450,-19328],[-195430,-17364],[-186777,-47283],[-201057,-40151],[-202694,-40575],[-203972,-39127],[-201325,-37454],[-204059,-35427],[-199878,-36269],[-200625,-38725],[-194942,-36601],[-204745,-5610],[-203105,-1988],[-202154,-2171],[-202794,-906],[-195967,-10376],[-200625,-52525],[-196702,-52357],[-195547,-53851],[-201335,3835],[-194210,2880],[-198234,616],[-199527,728],[-192275,4335],[-202976,705],[-201947,1168],[-203785,802],[-202760,2951],[-229933,-43888],[-228976,-47817],[-219923,-45458],[-220125,-44609],[-216029,-46117],[-214033,-46201],[-211095,-51124],[-206983,-45179],[-240241,-5209],[-242160,-4172],[-239989,-4379],[-240450,-5982],[-242369,-6312],[-242575,-4975],[-240329,-3210],[-241647,-1143],[-240775,-1225],[-235369,-2749],[-221167,-35305],[-210870,-21721],[-207148,-29237],[-215983,-44330],[-208373,-10808],[-206280,-17282],[-205475,-18825],[-206177,-22459],[-207328,-22697],[-206426,-43234],[-208557,-40531],[-207576,-41974],[-206763,-40392],[-206435,-38304],[-207387,-37885],[-209885,-39608],[-209595,-36744],[-208845,-36330],[-213006,-39044],[-212538,-41792],[-219733,-42953],[-218463,-39960],[-215372,-41287],[-228725,-45325],[-230761,-41576],[-230067,-42714],[-232098,-40453],[-210042,-8973],[-206802,-8783],[-206683,-7033],[-206506,-1606],[-206352,-870],[-205689,-1162],[-205420,-1786],[-205580,-2444],[-208081,-775],[-206182,-312],[-225925,-54425],[-223461,-53628],[-220975,-51786],[-222652,-51247],[-220473,-54075],[-214839,-53087],[-215532,-53322],[-215086,-54414],[-217221,-53380],[-221588,-53680],[-210337,-52363],[-221825,-55361],[-224145,-54921],[-212164,2257],[-209726,1078],[-209849,1991],[-208810,1184],[-208745,1708],[-210621,1728],[-211401,2921],[-207408,1228],[-206608,720],[-210337,3338],[-215843,7843],[-216410,6321],[-217377,7603],[-218393,6054]] \ No newline at end of file diff --git a/src/gathering/npc-20278.json b/src/gathering/npc-20278.json new file mode 100644 index 0000000..2a685de --- /dev/null +++ b/src/gathering/npc-20278.json @@ -0,0 +1 @@ +[[-254919,-230660],[-252192,-234706],[-249575,-230575],[-243875,-240775],[-240625,-247325],[-242225,-242975],[-242274,-251075],[-245128,-247790],[-249930,-248576],[-242215,-246839],[-245457,-251310],[-242275,-245875],[-233409,-246167],[-213662,-254230],[-209633,-255660],[-217025,-251025],[-214010,-250812],[-241945,-258353],[-206977,-259931],[-207923,-256621],[-259979,-235576],[-261039,-236391],[-261786,-233841],[-259167,-225481],[-258534,-224215],[-257615,-224705],[-256648,-224111],[-256075,-232825],[-260490,-234000],[-258753,-235931],[-257945,-233418],[-257225,-235225]] \ No newline at end of file diff --git a/src/gathering/npc-20288.json b/src/gathering/npc-20288.json new file mode 100644 index 0000000..1e0399d --- /dev/null +++ b/src/gathering/npc-20288.json @@ -0,0 +1 @@ +[[-184548,-269061],[-183960,-269195],[-184156,-266566],[-183182,-267783],[-180475,-266542],[-180383,-266232],[-183209,-262845],[-186043,-260086],[-185532,-259322],[-180858,-261535],[-180273,-259384],[-181025,-258975],[-200936,-261499],[-201072,-262168],[-200447,-257056],[-255275,-188225],[-214704,-245964],[-235076,-238749],[-236825,-238625],[-236632,-233950],[-226551,-242006],[-226754,-242272],[-270083,-152914],[-269767,-146289],[-273215,-153491],[-279243,-148273],[-278441,-149818],[-300217,-123129],[-300106,-124157],[-301644,-118956],[-301912,-129680],[-301801,-130708],[-281675,-118655],[-281575,-119675],[-289675,-126275],[-289805,-125256],[-285769,-130732],[-296200,-128123],[-296089,-129151],[-290731,-139655],[-290842,-138627],[-296252,-150041],[-296141,-151069],[-281363,-149678],[-256573,-183441],[-259156,-183838],[-256462,-184469],[-256258,-180183],[-293075,-181025],[-292975,-182025],[-287307,-183885],[-287356,-183239],[-288945,-188355],[-288825,-189175],[-295210,-191448],[-295725,-190325],[-292646,-248771],[-291342,-250278],[-271103,-224637],[-269156,-226610],[-265033,-222738],[-267061,-227241],[-283058,-268888],[-283830,-265339],[-284296,-262521],[-307764,-136526],[-307875,-135498],[-312729,-245425]] \ No newline at end of file diff --git a/src/gathering/npc-20289.json b/src/gathering/npc-20289.json new file mode 100644 index 0000000..1197e64 --- /dev/null +++ b/src/gathering/npc-20289.json @@ -0,0 +1 @@ +[[-185676,-270059],[-183709,-269353],[-183251,-269068],[-183517,-266833],[-184274,-266685],[-183534,-267669],[-185339,-267852],[-184183,-265643],[-180124,-266318],[-181076,-263221],[-181339,-263035],[-186415,-260677],[-186626,-259984],[-184676,-261278],[-184361,-259625],[-182535,-261716],[-181021,-260309],[-180218,-260709],[-181075,-261275],[-179765,-259304],[-201108,-261687],[-200775,-262425],[-201402,-261345],[-200298,-256806],[-200625,-257575],[-199924,-256976],[-201525,-262525],[-255270,-187742],[-255863,-187573],[-255991,-179821],[-212800,-246907],[-213522,-247387],[-217521,-243627],[-216978,-244196],[-216785,-243955],[-216237,-243482],[-226075,-242175],[-226203,-242447],[-234930,-239298],[-236386,-237836],[-235894,-239755],[-236318,-238805],[-236457,-234210],[-226341,-242497],[-224975,-241375],[-226584,-243307],[-224586,-239960],[-223955,-239170],[-227565,-242520],[-270531,-152289],[-273742,-147282],[-280575,-148875],[-276981,-149675],[-302137,-130481],[-301534,-130346],[-302422,-130040],[-300727,-123489],[-299839,-123795],[-300134,-123658],[-300425,-123925],[-301980,-118729],[-301375,-118625],[-301675,-118475],[-301829,-130209],[-286225,-131025],[-282175,-119075],[-281325,-119325],[-281592,-119184],[-281900,-119456],[-290030,-126057],[-289427,-125922],[-289722,-125785],[-290315,-125616],[-285975,-131525],[-285675,-131275],[-285391,-131398],[-295822,-128789],[-296425,-128924],[-296117,-128652],[-296710,-128483],[-291352,-138987],[-290759,-139156],[-290464,-139293],[-291067,-139428],[-296169,-150570],[-295874,-150707],[-296477,-150842],[-296762,-150401],[-285985,-151463],[-285914,-148191],[-279675,-151875],[-276908,-153060],[-263450,-204413],[-256490,-183970],[-257083,-183801],[-256798,-184242],[-256195,-184107],[-259073,-184367],[-256575,-179975],[-256879,-179515],[-292675,-181675],[-293306,-181804],[-293591,-181363],[-292998,-181532],[-287675,-183575],[-287227,-183550],[-287475,-183975],[-287693,-183335],[-289494,-188763],[-294950,-191184],[-295505,-191333],[-295512,-191097],[-295825,-190975],[-270825,-224025],[-271175,-224675],[-271025,-224625],[-271291,-224249],[-269278,-227084],[-264241,-223997],[-268375,-226575],[-268372,-225617],[-264025,-223875],[-265025,-224475],[-284162,-263060],[-284393,-263128],[-284539,-263013],[-308385,-135858],[-308100,-136299],[-307497,-136164],[-307792,-136027]] \ No newline at end of file diff --git a/src/gathering/npc-20290.json b/src/gathering/npc-20290.json new file mode 100644 index 0000000..8012973 --- /dev/null +++ b/src/gathering/npc-20290.json @@ -0,0 +1 @@ +[[-284187,-263245],[-284552,-263283],[-311911,-245410],[-311931,-244558]] \ No newline at end of file diff --git a/src/gathering/npc-20293.json b/src/gathering/npc-20293.json new file mode 100644 index 0000000..5014e4e --- /dev/null +++ b/src/gathering/npc-20293.json @@ -0,0 +1 @@ +[[-250768,21646],[-246979,19607],[-254975,17025],[-255079,31231],[-254614,31975],[-253736,31252],[-253765,29037],[-254153,33789],[-255092,33077],[-254690,21000],[-261445,1228],[-258475,5625],[-256180,8690],[-256175,7225],[-256765,8187],[-258125,11471],[-257452,7931],[-262526,10246],[-261584,2273],[-261145,4127],[-257925,17475],[-257385,28110],[-261457,38971],[-262872,44970],[-262611,44094],[-265175,37275],[-260068,40559],[-256993,40220],[-257610,29422],[-258498,33508],[-263592,28869],[-274725,28375],[-272036,37746],[-271841,36150],[-271707,36585],[-276806,22717],[-276977,25303],[-273023,17902],[-272291,17214],[-267775,12525],[-262025,10975],[-263067,9159],[-258284,15256],[-277496,13509],[-276257,22611],[-287290,19557],[-286725,18525],[-284861,16110],[-293207,16729],[-293594,16220],[-293711,17317],[-288281,9854],[-285235,5738],[-294906,12423],[-295088,17052],[-295082,17821],[-289498,18314],[-303129,25520],[-303596,21374],[-302076,20980],[-307113,17251],[-306254,25390],[-305926,19726],[-286559,10780],[-277043,14506],[-280826,13018],[-270213,21092],[-269710,21963],[-268108,9471],[-264125,8625],[-269685,50724],[-272625,48425],[-273093,48815],[-268150,54584],[-267744,57917],[-267600,60924],[-269090,52668],[-307416,24324]] \ No newline at end of file diff --git a/src/gathering/npc-20294.json b/src/gathering/npc-20294.json new file mode 100644 index 0000000..f6f63cf --- /dev/null +++ b/src/gathering/npc-20294.json @@ -0,0 +1 @@ +[[-300510,8309],[-295500,8413],[-283165,5828],[-256175,7625],[-265608,46522],[-258725,43075],[-263354,40586],[-261096,20666],[-278925,24635],[-276836,21713],[-276410,19791],[-275687,19578],[-274806,20658],[-270801,24841],[-272535,13336],[-271857,9813],[-268775,11475],[-267825,12175],[-268833,9434],[-257375,15075],[-268525,10825],[-266738,11143],[-267623,10479],[-267175,13325],[-276961,7856],[-275553,8654],[-277775,8375],[-274274,22871],[-286763,20183],[-293244,13775],[-293907,14078],[-286935,13494],[-284696,15153],[-294118,11635],[-287326,7171],[-285319,7148],[-286395,6562],[-296321,18741],[-295681,17322],[-298465,28275],[-303675,26075],[-302051,25923],[-298753,24060],[-302125,19925],[-303888,20261],[-304225,23325],[-295905,19216],[-306356,16402],[-299063,23329],[-299785,24338],[-303596,15890],[-300911,22324],[-305057,10304],[-303674,11561],[-303357,10386],[-300378,11244],[-303145,12205],[-304771,14947],[-305214,17320],[-304464,23040],[-306786,20986],[-298865,10267],[-292066,7743],[-286229,5780],[-290325,13775],[-288302,16315],[-279562,14731],[-276614,17466],[-272225,19625],[-281306,10047],[-274025,12925],[-272932,15494],[-270536,51083],[-276297,43484],[-273599,39833],[-266742,11143],[-283168,5816],[-283176,5827],[-267813,55296],[-267149,58516],[-268414,60409],[-307935,23464]] \ No newline at end of file diff --git a/src/gathering/npc-20304.json b/src/gathering/npc-20304.json new file mode 100644 index 0000000..58d4b67 --- /dev/null +++ b/src/gathering/npc-20304.json @@ -0,0 +1 @@ +[[-39340,-2059],[-37053,-692],[-37288,-5607],[-37160,-5604],[-37075,-5425],[-35375,-4925],[-32522,-4800],[-42495,-7442],[-43476,-7125],[-43990,-7205],[-44075,-9275],[-43775,-9575],[-39254,-10055],[-37947,-7796],[-37489,-9578],[-38475,-7425],[-43836,-7305],[-43625,-9125],[-43325,-11225],[-43325,-11175],[-44225,-11225],[-43493,-12179],[-43349,-12204],[-39171,-10530],[-39367,-10532],[-39536,-10614],[-39564,-10289],[-39425,-10425],[-36925,-11125],[-35125,-10175],[-37660,-9615],[-35025,-10075],[-35120,-12138],[-42326,-14554],[-42475,-14475],[-44525,-15725],[-45032,-13861],[-44750,-15060],[-44619,-15577],[-40375,-14925],[-40475,-14825],[-39075,-13075],[-39631,-12838],[-37875,-13925],[-37775,-13825],[-37197,-6056],[-36923,-5909],[-39348,-2261],[-37232,-1086],[-34375,-7875],[-36955,-516],[-33700,-2763],[-32315,-783],[-32224,-3333],[-39465,-2158],[-39148,-2227],[-36414,-49],[-25175,-2325],[-28538,-2368],[-23147,-1285],[-24075,-1775],[-25386,-2981],[-25650,-3210],[-21180,-471],[-19625,-325],[-19480,-911],[-29981,-898],[-29835,-996],[-29681,-885],[-30031,-1337],[-30387,-5337],[-24583,-4244],[-22075,-4925],[-19369,-679],[-19525,-425],[-19525,-175],[-25475,-7775],[-25247,-8730],[-25324,-7659],[-25294,-8453],[-25646,-7777],[-25556,-9305],[-25286,-7466],[-30025,-8325],[-30643,-7409],[-29767,-7326],[-31149,-7971],[-30975,-6425],[-31425,-6925],[-29798,-771],[-29906,-658],[-21987,-4768],[-30225,-9475],[-30575,-9375],[-30322,-11300],[-30175,-10025],[-30475,-11375],[-29815,-11094],[-30125,-11275],[-30975,-10225],[-25417,-8824],[-25655,-9480],[-25709,-7644],[-25567,-7557],[-25175,-7525],[-19458,-442],[-19736,-544],[-19345,-855],[-19274,-572],[-19513,-775],[-31175,-17225],[-35452,-17464],[-48268,-20362],[-48671,-17810],[-49034,-17667],[-48925,-17725],[-48643,-17571],[-46275,-16575],[-45875,-16525],[-46090,-16487],[-47435,-16665],[-47782,-14109],[-47025,-13625],[-46531,-15116],[-45889,-14083],[-45475,-14075],[-45475,-13875],[-45515,-13758],[-45675,-14125],[-47907,-14086],[-45874,-13505],[-47156,-13735],[-45925,-13325],[-47161,-13582],[-44675,-15125],[-44683,-15762],[-45736,-13352],[-46787,-12517],[-46925,-12425],[-46723,-12420],[-47558,-12397],[-48464,-12449],[-44675,-9275],[-44175,-11225],[-48525,-17525],[-44675,-8975],[-49175,-15325],[-47690,-12418],[-48284,-12398],[-35375,-12125],[-35528,917],[-35125,1275],[-34817,3578],[-36245,59],[-35534,778],[-34975,1325],[-35091,1146],[-35020,3099],[-36175,183],[-35260,1262],[-34980,3416],[-34716,3443],[-519,9968],[-23,10497],[-125,10375],[-763,9889],[-875,10249],[-3952,9414],[-666,10034],[-4125,9225],[-3875,9175],[-4225,9375],[-5499,10257],[-5351,10234],[-5525,10075],[-5425,10125],[-8051,8009],[-7865,8077],[-10980,7199],[-11690,5493],[-4227,9121],[-13306,5684],[-13657,5680],[-11638,5259],[-11425,6075],[-10875,5375],[-6533,4879],[-6875,4925],[-6575,4975],[-19175,3725],[-11397,5442],[-11075,5225],[-11027,6132],[-12019,5337],[-17823,1404],[-25097,1838],[-23431,519],[-23075,325],[-23689,767],[-24844,2530],[-25278,1865],[-23213,551],[-23234,3720],[-27625,1725],[-17730,1219],[-13125,1125],[-13225,2325],[-10275,2725],[-10725,2175],[-55147,-25204],[-59672,-22873],[-59942,-22892],[-55425,-25175],[-57802,-19121],[18575,9225],[21425,7175],[20425,9375],[22614,8193],[23119,7718],[16874,8540],[17825,9875],[17810,10128],[17778,10745],[15725,10375],[16675,9475],[22945,10638],[20103,10925],[19265,10512],[25721,12240],[22915,10879],[25325,12878],[17075,13875],[16290,13971],[23976,14026],[24012,14326],[18586,13996],[21413,13764],[20825,13725],[16725,13875],[14044,9270],[14225,9175],[15888,11714],[15210,10863],[12875,12375],[8825,9925],[6125,8075],[6225,8225],[8886,9830],[1007,6894],[2119,9379],[1604,11865],[1725,11875],[225,10675],[1875,11775],[1575,11575],[26375,12025]] \ No newline at end of file diff --git a/src/gathering/npc-20305.json b/src/gathering/npc-20305.json new file mode 100644 index 0000000..1c1339a --- /dev/null +++ b/src/gathering/npc-20305.json @@ -0,0 +1 @@ +[[-41598,-5740],[-32455,-3302],[-41558,-5427],[-41344,-5502],[-40825,-4925],[-41332,-5335],[-41117,-5414],[-40869,-5415],[-41501,-5528],[-41521,-5676],[-37347,-6056],[-42648,-6897],[-43775,-9025],[-42468,-6697],[-42755,-6591],[-44775,-9375],[-41248,-7247],[-41397,-7479],[-41333,-7643],[-41384,-7320],[-37625,-9325],[-43425,-11025],[-44275,-11125],[-40304,-14805],[-40475,-15175],[-41025,-5625],[-40953,-5786],[-41232,-5565],[-40094,-6082],[-40035,-5981],[-41323,-5205],[-25423,-75],[-25225,-2225],[-25285,-2511],[-25125,-2525],[-24096,-2955],[-24075,-3275],[-22983,-1383],[-23268,-1155],[-25309,-312],[-22970,-1061],[-23931,-1787],[-25075,-2075],[-24831,-2429],[-23813,-2834],[-24114,-2016],[-24696,-2051],[-19777,-487],[-19694,-243],[-21178,-338],[-19425,-225],[-22272,-2532],[-28713,-2403],[-24984,-2292],[-24234,-3408],[-23847,-3034],[-46852,-15125],[-45609,-14153],[-46625,-15025],[-45787,-13442],[-46821,-15310],[-46375,-15175],[-47001,-15287],[-46675,-15325],[-46929,-7868],[-46415,-7580],[-44825,-9125],[-6096,12249],[-7675,8275],[-10882,7317],[-11125,7175],[-13096,5685],[-13369,5499],[-10980,5524],[-11392,6011],[-10646,5553],[-11325,5275],[-11141,5749],[-10808,5664],[-10707,5304],[-7536,5117],[-6975,4675],[-7542,5287],[-7345,5187],[-18850,3605],[-17553,3938],[-18420,3399],[-18664,3830],[-17879,3677],[-18532,3136],[-19228,3570],[-19903,3510],[-21575,5425],[-21530,4925],[-21255,5064],[-21135,5778],[-21577,5202],[-21406,5598],[-20918,5188],[-19471,3425],[-21148,5359],[-21399,5080],[-20875,5375],[-21374,5737],[-19221,3467],[-20954,6471],[-21009,6226],[-11211,5990],[-18395,2603],[-19242,3033],[-11874,2443],[-21158,2509],[-19863,1111],[-21462,3006],[-21543,2360],[-21387,2431],[-22575,4825],[-24890,2994],[-25032,2378],[-24872,1609],[-23443,640],[-25077,2952],[-25158,1528],[-25040,2047],[-25196,2394],[-25310,2665],[-23639,660],[-25125,1325],[-23216,3339],[-22784,4750],[-22954,4597],[-28344,1766],[-27652,1943],[-26631,1305],[-26680,1156],[-26862,1960],[-27840,1980],[-26676,1836],[-28025,1925],[-27912,1841],[-22885,191],[-24660,2656],[-24859,2414],[-24983,2792],[-23165,3541],[-17925,1125],[-19049,3027],[-19290,3295],[-17995,3084],[17457,8589],[20775,8125],[18486,11674],[21432,10586],[24664,10152],[24925,13075]] \ No newline at end of file diff --git a/src/gathering/npc-20306.json b/src/gathering/npc-20306.json new file mode 100644 index 0000000..4c2f7df --- /dev/null +++ b/src/gathering/npc-20306.json @@ -0,0 +1 @@ +[[-25551,-74],[-23990,-2844],[-23174,-993],[-25269,-120],[-23075,-1475],[-25380,-220],[-25514,-3243],[-24423,-1993],[-21263,-445],[-46693,-7635],[-625,10125],[-4246,9316],[-10927,7082],[-13488,5592],[-11061,5429],[-6753,4660],[-7450,5407],[-18641,4271],[-18847,3810],[-19043,3563],[-17921,3407],[-21536,5108],[-20598,5436],[-21187,5630],[-21124,6357],[-21050,5285],[-21629,5334],[-19975,3575],[-21258,5302],[-20025,3175],[-19300,3633],[-18005,1168],[-18662,3151],[-19975,1225],[-19466,2848],[-21583,2462],[-19797,1249],[-21410,2854],[-21482,2518],[-19365,3147],[-25045,1704],[-23075,175],[-25140,1133],[-25238,2753],[-24840,1317],[-23471,3647],[-23375,3264],[-23412,3543],[-23069,4703],[-23376,3401],[-22536,4763],[-28177,1928],[-26872,1183],[-26806,1300],[-27136,1876],[-26739,1743],[-25113,2747],[-25283,2560],[-21246,2607],[-18785,2914],[-19099,2851],[17299,8985],[18008,8006],[20775,9275],[19525,12375],[23944,10046],[24787,13496],[15825,10475],[2175,9325]] \ No newline at end of file diff --git a/src/gathering/npc-20333.json b/src/gathering/npc-20333.json new file mode 100644 index 0000000..5c2aad2 --- /dev/null +++ b/src/gathering/npc-20333.json @@ -0,0 +1 @@ +[[-110166,-46396],[-109759,-35502],[-113691,-25868],[-109592,-27977],[-111125,-24925],[-109925,-52325],[-86452,-46059],[-85386,-42453],[-84888,-44182],[-84171,-38665],[-82176,-39517],[-81067,-36918],[-88925,-42725],[-83878,-33153],[-88088,-40984],[-92105,-48161],[-97349,-47447],[-99755,-44708],[-91489,-41171],[-91475,-44775]] \ No newline at end of file diff --git a/src/gathering/npc-20334.json b/src/gathering/npc-20334.json new file mode 100644 index 0000000..e0aadb7 --- /dev/null +++ b/src/gathering/npc-20334.json @@ -0,0 +1 @@ +[[-188404,-465],[-192225,-1275],[-192104,-1973],[-194523,-2878],[-193129,-731],[-196677,-1550],[-197076,-1617],[-197901,-1175],[-196925,-225],[-196194,-496],[-198063,-2906],[-191409,-866],[-195163,-3703],[-192293,-4109],[-192921,-2380],[-192914,-3195],[-196343,-3741],[-195514,-4362],[-198275,-3223],[-195129,-1858],[-187399,2441],[-188994,2121],[-183565,3113],[-197328,1150],[-197625,1625],[-197347,2611],[-197019,2892],[-193905,2446],[-192357,394],[-192356,1587],[-194517,1174],[-189686,272],[-190854,2034],[-190100,2361],[-190953,473],[-191604,1722],[-195742,2780],[-191052,3668],[-195775,375],[-236850,4908],[-235412,5286],[-235628,6942],[-234402,9890],[-230871,16038],[-222214,7089],[-220678,7199],[-228593,17869],[-229376,17319],[-229312,19112],[-231968,19696],[-230395,17392],[-230296,15254],[-227680,22977],[-239723,14089],[-238766,16124],[-235152,13893],[-231192,20626],[-236648,12246],[-244870,18150],[-241007,13088],[-249170,9657],[-246380,12078],[-242513,16549],[-243745,7934],[-244024,14920],[-248701,11343],[-249278,15675],[-250667,13344],[-249425,5125],[-215100,9105],[-218646,7198],[-232884,9424],[-232773,15455],[-234155,8442],[-232407,7562],[-232313,6697],[-233368,7399],[-237921,4275],[-236417,5837],[-236904,3749],[-235610,4419],[-234281,5410]] \ No newline at end of file diff --git a/src/gathering/npc-20335.json b/src/gathering/npc-20335.json new file mode 100644 index 0000000..0802b9d --- /dev/null +++ b/src/gathering/npc-20335.json @@ -0,0 +1 @@ +[[-201539,-4151],[-201287,-4802],[-201690,-5772],[-202026,-1742],[-202375,-9175],[-203933,-11321],[-203125,-3225],[-203668,1297],[-202543,726],[-204419,2056],[-203001,8133],[-204053,7005],[-202584,7366],[-207994,-4150],[-206951,-4560],[-205949,-3436],[-204926,-3349],[-204875,-2775],[-208475,-10975],[-207759,-11553],[-206925,-11875],[-205085,-12353],[-213875,-12075],[-212975,-12425],[-214094,-10939],[-213439,-8285],[-211407,-8326],[-205697,-12344],[-219690,-15415],[-216764,-10065],[-222972,-4068],[-222625,-4225],[-209525,-9325],[-209016,-8389],[-214371,-1904],[-215375,-975],[-207417,4548],[-207649,5914],[-206985,5800],[-208883,5848],[-216875,6125],[-216499,5264],[-215628,6682],[-208325,6325],[-205629,7572],[-218252,4909]] \ No newline at end of file diff --git a/src/gathering/npc-20336.json b/src/gathering/npc-20336.json new file mode 100644 index 0000000..86b04c3 --- /dev/null +++ b/src/gathering/npc-20336.json @@ -0,0 +1 @@ +[[-201570,-2715],[-202293,-6216],[-201966,-6990],[-198740,1795],[-207525,-4625],[-205397,-3126],[-214910,-9763],[-215547,-9217],[-206875,4775],[-207198,5076],[-208025,4725],[-217525,5425]] \ No newline at end of file diff --git a/src/gathering/npc-20352.json b/src/gathering/npc-20352.json new file mode 100644 index 0000000..4b9a986 --- /dev/null +++ b/src/gathering/npc-20352.json @@ -0,0 +1 @@ +[[-191631,22715],[-188133,25974],[-184265,28196],[-189946,31374],[-183642,30700],[-194951,25947],[-195697,31830],[-194131,36566],[-188275,37425],[-193278,38990],[-197973,40098],[-198925,36575],[-201737,36998],[-181628,47949],[-191096,48242],[-171979,41255],[-175837,44324],[-175225,40450],[-175830,35951],[-177808,30711],[-171612,24288],[-171236,24800],[-171628,21010],[-182525,42625]] \ No newline at end of file diff --git a/src/gathering/npc-20357.json b/src/gathering/npc-20357.json new file mode 100644 index 0000000..2234888 --- /dev/null +++ b/src/gathering/npc-20357.json @@ -0,0 +1 @@ +[[-254363,31518],[-250418,28896],[-258825,30925],[-261891,41451],[-265314,40841],[-262403,45034],[-260030,29604],[-263411,36359],[-266986,11673],[-284130,16035],[-287051,18758],[-287465,12896],[-289221,18738],[-298268,22927],[-300133,21075],[-305360,21311],[-305375,23613],[-284589,11894],[-271824,8969],[-271157,48518],[-278474,7911],[-270545,52784]] \ No newline at end of file diff --git a/src/gathering/npc-20358.json b/src/gathering/npc-20358.json new file mode 100644 index 0000000..5a828aa --- /dev/null +++ b/src/gathering/npc-20358.json @@ -0,0 +1 @@ +[[-279925,24042],[-286575,19375],[-300405,23993],[-290225,10675],[-285733,11751],[-280465,11646]] \ No newline at end of file diff --git a/src/gathering/npc-20359.json b/src/gathering/npc-20359.json new file mode 100644 index 0000000..631f0c4 --- /dev/null +++ b/src/gathering/npc-20359.json @@ -0,0 +1 @@ +[[-284772,9500],[-282707,12266],[-278475,17475],[-278351,18339],[-278392,18155],[-271775,13825]] \ No newline at end of file diff --git a/src/gathering/npc-20371.json b/src/gathering/npc-20371.json new file mode 100644 index 0000000..f4513cc --- /dev/null +++ b/src/gathering/npc-20371.json @@ -0,0 +1 @@ +[[-313104,10149],[-312963,11593],[-312575,14075],[-311673,16576],[-313925,11825],[-316615,8081],[-315468,9542],[-319398,14526],[-322303,19123],[-314834,9281],[-337246,15011]] \ No newline at end of file diff --git a/src/gathering/npc-20373.json b/src/gathering/npc-20373.json new file mode 100644 index 0000000..0003956 --- /dev/null +++ b/src/gathering/npc-20373.json @@ -0,0 +1 @@ +[[-309354,13811],[-312800,12158],[-311080,14092],[-316625,9625],[-315146,10919],[-316177,11412],[-314013,7246],[-314643,6689],[-317246,7202],[-319709,11879],[-321667,15544],[-318898,14859],[-317838,17159],[-319227,17862],[-322627,19467],[-324824,12919],[-326140,15932],[-325463,18449],[-325558,21241],[-328323,17180],[-329225,17521],[-329168,16159],[-328843,14496],[-326530,13764],[-321169,21762],[-335579,16771],[-336157,15876],[-336515,12752],[-334473,12654]] \ No newline at end of file diff --git a/src/gathering/npc-20374.json b/src/gathering/npc-20374.json new file mode 100644 index 0000000..f0d9a0b --- /dev/null +++ b/src/gathering/npc-20374.json @@ -0,0 +1 @@ +[[-323513,13838],[-328399,17766],[-337038,16292],[-326850,22471]] \ No newline at end of file diff --git a/src/gathering/npc-20375.json b/src/gathering/npc-20375.json new file mode 100644 index 0000000..37ae877 --- /dev/null +++ b/src/gathering/npc-20375.json @@ -0,0 +1 @@ +[[-321354,14399],[-328147,15489],[-335504,17277],[-335683,13233]] \ No newline at end of file diff --git a/src/gathering/npc-20377.json b/src/gathering/npc-20377.json new file mode 100644 index 0000000..3e9918d --- /dev/null +++ b/src/gathering/npc-20377.json @@ -0,0 +1 @@ +[[-297375,28025],[-302072,23530],[-299167,22535],[-304189,25079],[-300668,25929],[-305940,24448],[-308046,24558],[-316702,15887],[-334580,16732],[-336844,13831],[-334414,10148],[-335589,19040],[-332375,14375],[-323316,16328],[-328332,13389],[-319578,9144]] \ No newline at end of file diff --git a/src/gathering/npc-20380.json b/src/gathering/npc-20380.json new file mode 100644 index 0000000..785fbf1 --- /dev/null +++ b/src/gathering/npc-20380.json @@ -0,0 +1 @@ +[[28775,29425],[34381,33514],[33961,32349],[35204,32911],[49025,26775],[48775,26725],[35475,31475],[34838,30628],[30545,27049],[31565,26517],[29600,28897],[31175,31475],[30775,31575],[31946,31271],[30026,25595],[27425,27575],[27897,26273],[28521,27206],[28043,28852],[33760,30712]] \ No newline at end of file diff --git a/src/gathering/npc-20394.json b/src/gathering/npc-20394.json new file mode 100644 index 0000000..334052d --- /dev/null +++ b/src/gathering/npc-20394.json @@ -0,0 +1 @@ +[[-342711,-86016],[-356768,-87129],[-345649,-91377],[-347016,-90023],[-353598,-88783],[-372748,-127379],[-369382,-120036],[-368474,-121677],[-364716,-115715],[-374378,-110745],[-367225,-111025],[-375656,-117919],[-392321,-122900],[-386937,-126307],[-375842,-135703],[-359307,-87907],[-365325,-95328],[-361374,-79750],[-370435,-87913],[-372425,-85225],[-374523,-83831],[-362778,-80498],[-374075,-81075],[-378766,-102030],[-379875,-102325],[-367622,-98772]] \ No newline at end of file diff --git a/src/gathering/npc-20399.json b/src/gathering/npc-20399.json new file mode 100644 index 0000000..690dde1 --- /dev/null +++ b/src/gathering/npc-20399.json @@ -0,0 +1 @@ +[[-358338,-2065],[-350470,-1194],[-350352,-901],[-343323,-1950],[-338404,-1221],[-338386,-1047],[-333780,-1927],[-333471,-2328],[-333675,-1775],[-358775,-2525],[-358482,-2302]] \ No newline at end of file diff --git a/src/gathering/npc-20400.json b/src/gathering/npc-20400.json new file mode 100644 index 0000000..23df8cf --- /dev/null +++ b/src/gathering/npc-20400.json @@ -0,0 +1 @@ +[[-219963,39576],[-218369,34001],[-231151,36638],[-224955,38883],[-225434,40738],[-219718,42013],[-221625,45925],[-221209,58160],[-225574,56645],[-207637,61646],[-207967,57530],[-224057,52831]] \ No newline at end of file diff --git a/src/gathering/npc-20401.json b/src/gathering/npc-20401.json new file mode 100644 index 0000000..99cd43e --- /dev/null +++ b/src/gathering/npc-20401.json @@ -0,0 +1 @@ +[[-247208,21088],[-253031,30357],[-251019,29396],[-252619,30271],[-252628,30263],[-251639,31433],[-253833,32209],[-299474,8071],[-296511,6468],[-296125,8425],[-257102,16476],[-257672,27026],[-258473,31021],[-258090,31106],[-262245,39396],[-262579,40540],[-263969,40453],[-264484,39635],[-264805,40302],[-262823,42929],[-259865,29982],[-270095,23034],[-271728,25800],[-277476,25435],[-278113,19847],[-277532,22220],[-271971,20992],[-276449,16719],[-272429,10366],[-284325,16599],[-299349,24558],[-300826,20016],[-304012,12761],[-294005,14597],[-288121,6863],[-284720,8207],[-281767,11040],[-287807,13519],[-278344,17099],[-277875,17275],[-277934,18521],[-270375,11524],[-268905,13311],[-271281,50776],[-279319,8402],[-271638,51592],[-271033,52471],[-270037,52663],[-269890,54023],[-335530,5435],[-335257,5741],[-335725,6125],[-331231,3730],[-332973,7590],[-334037,7637],[-326720,4942],[-327212,5420],[-327519,4650],[-329235,4100],[-326675,4575],[-333841,18064],[-334125,17925],[-333518,17653],[-332378,12945],[-335691,12235],[-330940,7939],[-330596,8434],[-332526,7614],[-332491,8315],[-332683,10583],[-331176,12457],[-332477,12132],[-332760,12538]] \ No newline at end of file diff --git a/src/gathering/npc-20402.json b/src/gathering/npc-20402.json new file mode 100644 index 0000000..c8ac02e --- /dev/null +++ b/src/gathering/npc-20402.json @@ -0,0 +1 @@ +[[-202059,-2834],[-202266,-6601],[-202189,-6431],[-201725,-7025],[-194925,4225],[-208649,4697],[-209773,5033],[-217166,4864]] \ No newline at end of file diff --git a/src/gathering/npc-20405.json b/src/gathering/npc-20405.json new file mode 100644 index 0000000..8b99636 --- /dev/null +++ b/src/gathering/npc-20405.json @@ -0,0 +1 @@ +[[-309584,11423],[-319354,20015],[-314711,7929],[-322045,12402]] \ No newline at end of file diff --git a/src/gathering/npc-20434.json b/src/gathering/npc-20434.json new file mode 100644 index 0000000..b7bb859 --- /dev/null +++ b/src/gathering/npc-20434.json @@ -0,0 +1 @@ +[[-357931,-181509],[-354910,-183006],[-355796,-187435],[-357582,-191955],[-351739,-194672],[-354012,-192376],[-354454,-190084],[-351972,-186789],[-349175,-197025],[-357240,-202314],[-355733,-202015],[-352548,-206448],[-393964,-153244],[-374850,-200040],[-375935,-195453],[-384333,-198589],[-380048,-190153],[-375428,-190472],[-384772,-196486],[-384725,-197825],[-385615,-195504],[-385974,-193318],[-386333,-195927],[-380773,-187176],[-377746,-186468],[-379575,-184725],[-387634,-193889],[-382043,-183395],[-382792,-185264],[-383472,-180795],[-380461,-179905],[-383923,-182722],[-380675,-182525],[-381499,-176185],[-383162,-178921],[-389341,-159959],[-380121,-177592],[-376644,-184095],[-368858,-186259],[-366105,-182460],[-365275,-181025],[-364625,-184842],[-361206,-182858],[-360575,-190625],[-361171,-194236],[-361375,-190325],[-361779,-186706],[-361319,-198799],[-365785,-194889],[-369076,-192534],[-369679,-189527],[-372225,-192125],[-373313,-202736],[-371508,-204097],[-369325,-203775],[-369725,-201475],[-369433,-196981],[-405560,-182531],[-405925,-181325],[-406425,-169725],[-405425,-170725],[-402888,-169208],[-398026,-173797],[-398197,-169027],[-395229,-174960],[-400425,-166037],[-400592,-168246],[-402841,-165565],[-399027,-167023],[-400535,-171730],[-399375,-179375],[-395471,-176995],[-400890,-176717],[-400075,-178575],[-402256,-171645],[-400041,-172346],[-401327,-180984],[-402472,-181003],[-403586,-181034],[-401683,-181832],[-402688,-180330],[-399486,-180080],[-400595,-180860],[-397225,-181575],[-396229,-180970],[-398428,-184602],[-394669,-183787],[-391872,-183481],[-393575,-184675],[-399574,-187543],[-399532,-186423],[-397825,-185175],[-396840,-175503],[-395225,-190675],[-394152,-190732],[-401689,-189751],[-400725,-186525],[-406125,-186925],[-402834,-184539],[-403675,-183875],[-408475,-188925],[-405772,-184182],[-405875,-199125],[-404411,-197768],[-403959,-192220],[-403141,-199665],[-402652,-194872],[-395947,-200608],[-398683,-194561],[-394930,-197942],[-395625,-195875],[-394745,-191560],[-401325,-198125],[-399995,-194812],[-388323,-199275],[-386690,-198529],[-365246,-198429],[-399670,-163593],[-398671,-164359],[-398431,-163409],[-394897,-164318],[-402800,-163819],[-403732,-161070],[-397525,-161875],[-398325,-158925],[-398875,-158875],[-398118,-158226],[-397956,-156645],[-394896,-161370],[-396444,-161152],[-393434,-159470],[-396265,-158466],[-394179,-153797],[-397075,-155225],[-392939,-156972],[-404288,-163693],[-386657,-206560],[-376125,-205575],[-375064,-205158],[-373056,-205845],[-369115,-207596],[-365937,-205476],[-363954,-210450],[-362796,-206056],[-358675,-206125],[-389725,-204825]] \ No newline at end of file diff --git a/src/gathering/npc-20531.json b/src/gathering/npc-20531.json new file mode 100644 index 0000000..29b722b --- /dev/null +++ b/src/gathering/npc-20531.json @@ -0,0 +1 @@ +[[-152518,-202616],[-150025,-203375],[-147861,-202799],[-146725,-202625],[-141488,-244241],[-139082,-246410],[-138825,-248925],[-139939,-248146],[-135625,-246575],[-131575,-248675],[-141168,-244275],[-135275,-242425],[-133880,-242902],[-129759,-244123],[-130775,-242825],[-128595,-242215],[-128915,-242181],[-133171,-249261],[-135359,-246264]] \ No newline at end of file diff --git a/src/gathering/npc-20532.json b/src/gathering/npc-20532.json new file mode 100644 index 0000000..89b98d1 --- /dev/null +++ b/src/gathering/npc-20532.json @@ -0,0 +1 @@ +[[-147455,-203456],[-150035,-201674],[-139401,-247456],[-131886,-248854],[-141401,-244500],[-129672,-244382],[-139203,-248828],[-135581,-246166],[-130988,-243020],[-155153,-256435]] \ No newline at end of file diff --git a/src/gathering/npc-20556.json b/src/gathering/npc-20556.json new file mode 100644 index 0000000..bb6f47e --- /dev/null +++ b/src/gathering/npc-20556.json @@ -0,0 +1 @@ +[[-356425,-267675],[-354654,-273494],[-345511,-274951],[-348725,-271157],[-336525,-272275],[-321980,-270120],[-314234,-269468],[-312739,-264512],[-343391,-92379],[-374242,-113326],[-398275,-121775],[-361604,-267116]] \ No newline at end of file diff --git a/src/gathering/npc-20641.json b/src/gathering/npc-20641.json new file mode 100644 index 0000000..bd1ea8d --- /dev/null +++ b/src/gathering/npc-20641.json @@ -0,0 +1 @@ +[[204529,125910],[198283,125987],[194475,120425],[189764,121344],[186813,118716],[186985,120230],[226264,88144],[225329,88942]] \ No newline at end of file diff --git a/src/gathering/npc-20646.json b/src/gathering/npc-20646.json new file mode 100644 index 0000000..bdd20c3 --- /dev/null +++ b/src/gathering/npc-20646.json @@ -0,0 +1 @@ +[[241725,16275],[240225,14675],[237825,9475],[237825,10575],[237475,10375],[236242,15354],[239288,16263],[240125,18075],[234574,14782],[236175,14629],[235632,12987],[236479,13018],[232626,19209],[236840,17919],[240175,16075],[236941,18615],[236467,18364],[233225,19175],[226825,16675],[225816,12387],[224776,24862],[228425,25075],[226225,26475],[233420,26509],[226194,29648],[226965,30911],[231725,30225],[230646,30762],[230975,31025],[231525,29825],[232975,29525],[226473,32196],[225956,34274],[224113,34486],[225781,31992],[228085,32776],[225125,22875],[231109,25657],[230859,26216],[231641,26006],[242725,26225],[242575,25925],[243600,24689],[243632,24174],[244033,24397],[244025,25975],[244071,23816],[243825,25475],[242725,20625],[240075,21125],[242811,19449],[243093,20542],[243573,20429],[228519,40087],[228826,40597],[228276,40423],[228646,41062],[229354,41396],[229528,38417],[226754,42227],[227804,37058],[228450,36502],[227640,37487],[228580,37293],[228347,37698],[227371,37035],[227925,37875],[226609,35187],[226080,35312],[225816,34933],[225029,39963],[224008,39647],[226206,42001],[226833,41764],[226360,42383],[224775,43625],[224791,44188],[225060,39604],[221905,41655],[222395,44062],[226379,45834],[224775,44575],[224875,47175],[226492,46281],[226977,46207],[220223,35708],[220980,36020],[219734,35183],[223384,44574],[216275,31725],[215779,31844],[220300,34404],[223283,34457],[215906,31360],[217475,30525],[220993,30065],[220375,29958],[214795,26066],[216371,28062],[215820,26555],[215974,25379],[219227,25275],[222565,28836],[221607,29679],[222989,31041],[222939,34029],[222653,34734],[210575,29175],[215305,24880],[215589,25457],[219825,25425],[210775,30825],[211085,28216],[213891,16255],[214019,16758],[214725,15625]] \ No newline at end of file diff --git a/src/gathering/npc-20676.json b/src/gathering/npc-20676.json new file mode 100644 index 0000000..e4a9383 --- /dev/null +++ b/src/gathering/npc-20676.json @@ -0,0 +1 @@ +[[197897,48082],[201375,49975],[200737,48025],[200930,50227],[194088,58705],[231345,40031],[233075,40225],[232403,41287],[232713,41128],[232808,41699],[232516,41662],[214598,40702],[214806,40876],[216253,41729],[216612,42821],[216495,43238],[216025,42975],[216575,47552],[216225,47175],[216275,46775],[211486,34832],[209225,54975],[211938,55093],[215825,56725],[219155,56417],[219125,56175],[218956,56272],[218775,56175],[220421,59913],[215659,54661],[222375,55925]] \ No newline at end of file diff --git a/src/gathering/npc-20678.json b/src/gathering/npc-20678.json new file mode 100644 index 0000000..23cb6e4 --- /dev/null +++ b/src/gathering/npc-20678.json @@ -0,0 +1 @@ +[[235022,14637],[239812,17253],[231419,26702],[232841,19981],[232425,29475],[227057,34601],[223055,35128],[224247,39120],[219933,34626],[210874,28866]] \ No newline at end of file diff --git a/src/gathering/npc-20679.json b/src/gathering/npc-20679.json new file mode 100644 index 0000000..607888a --- /dev/null +++ b/src/gathering/npc-20679.json @@ -0,0 +1 @@ +[[237075,9475],[238425,9525],[238375,10175],[238025,10075],[239575,15925],[240175,16475],[238575,9675],[235616,13603],[235297,15327],[234871,15370],[236129,13008],[235642,15079],[234458,15201],[232176,19052],[231143,19477],[239775,16625],[231813,20115],[232275,19925],[236643,14111],[225731,30275],[226025,30125],[226075,29898],[226209,31251],[224389,29836],[232338,30239],[232004,30466],[232625,30225],[232654,29847],[233375,29825],[226135,31854],[223836,33929],[242331,20239],[243325,19875],[224471,40016],[224716,39685],[224910,39093],[224539,38992],[224136,43287],[222868,37442],[223125,38025],[221529,41093],[221836,40868],[223718,43781],[224275,44275],[223771,44355],[223458,44090],[220504,35688],[220730,35754],[220983,35476],[223225,37475],[220212,35141],[220781,34831],[220425,29275],[221567,28805],[222026,29076],[224525,29425],[222832,34391],[224267,34098]] \ No newline at end of file diff --git a/src/gathering/npc-20684.json b/src/gathering/npc-20684.json new file mode 100644 index 0000000..4725d92 --- /dev/null +++ b/src/gathering/npc-20684.json @@ -0,0 +1 @@ +[[246872,-21508],[246275,-375],[246224,583],[246725,575],[279454,-46909],[277568,-22872],[277867,-22579],[276876,-21415],[277125,-20975],[273455,-24104],[273217,-24525],[274439,-21466],[273229,-16931],[273139,-17443],[273475,-17375],[269109,-20383],[271475,-22325],[270195,-20242],[269900,-19841],[266571,-22900],[266907,-23305],[271380,-22691],[266108,-28763],[270633,-27550],[266173,-26984],[260913,-24523],[258284,-25330],[264647,-15680],[264812,-14974],[264424,-14974],[266476,-12131],[265838,-12335],[266123,-11832],[266918,-13930],[270895,-15342],[272304,-15193],[264770,-13576],[273758,-66530],[270827,-59583]] \ No newline at end of file diff --git a/src/gathering/npc-20688.json b/src/gathering/npc-20688.json new file mode 100644 index 0000000..439eb33 --- /dev/null +++ b/src/gathering/npc-20688.json @@ -0,0 +1 @@ +[[283725,-25975],[286816,-21168],[315627,-74658]] \ No newline at end of file diff --git a/src/gathering/npc-20702.json b/src/gathering/npc-20702.json new file mode 100644 index 0000000..fd4ea6b --- /dev/null +++ b/src/gathering/npc-20702.json @@ -0,0 +1 @@ +[[302311,-133478],[296135,-120594],[316578,-108466],[316434,-139032],[320162,-135724],[327978,-139052],[324854,-117967],[320496,-118430],[338640,-127214],[332083,-133741],[327374,-124323]] \ No newline at end of file diff --git a/src/gathering/npc-20710.json b/src/gathering/npc-20710.json new file mode 100644 index 0000000..ac327a3 --- /dev/null +++ b/src/gathering/npc-20710.json @@ -0,0 +1 @@ +[[176364,114757],[166287,128111],[140572,102080],[139772,101942],[140453,101912],[145494,101340],[145366,101082],[145116,101605],[140331,102122],[149237,123925],[143895,120958],[144701,120869],[144540,120740]] \ No newline at end of file diff --git a/src/gathering/npc-20718.json b/src/gathering/npc-20718.json new file mode 100644 index 0000000..a1907df --- /dev/null +++ b/src/gathering/npc-20718.json @@ -0,0 +1 @@ +[[240208,-13313],[237575,-11725],[239113,-10375],[281346,-18235],[265456,-29199],[265967,-29074],[260556,-25216],[260581,-24962],[260185,-24911],[260878,-25169],[272344,-20226],[277041,-21811],[277314,-21224],[276675,-20075],[278220,-20295],[278225,-21275],[277292,-21431],[280450,-20034],[282167,-21546],[269945,-21628],[269783,-20259],[271176,-20823],[269761,-20545],[269515,-20262],[274584,-19612],[277484,-19116],[267686,-21500],[271932,-16002],[271325,-18575]] \ No newline at end of file diff --git a/src/gathering/npc-20734.json b/src/gathering/npc-20734.json new file mode 100644 index 0000000..b8bad10 --- /dev/null +++ b/src/gathering/npc-20734.json @@ -0,0 +1 @@ +[[187475,-36775],[190155,-37173],[221012,-57102],[218136,-58415],[223500,-65958],[214847,-69351],[211185,-67042],[210624,-74031],[222962,-67707],[286225,-34625],[286587,-35935],[286458,-34273],[286813,-35595],[289439,-27097],[288171,-27896]] \ No newline at end of file diff --git a/src/gathering/npc-20735.json b/src/gathering/npc-20735.json new file mode 100644 index 0000000..bcd86f2 --- /dev/null +++ b/src/gathering/npc-20735.json @@ -0,0 +1 @@ +[[219706,-70821],[219454,-70523],[214796,-73084],[214625,-73125],[220054,-71979],[220306,-72276],[222464,-67843],[222809,-67230],[291172,-42813],[288576,-27303],[289023,-27961]] \ No newline at end of file diff --git a/src/gathering/npc-20736.json b/src/gathering/npc-20736.json new file mode 100644 index 0000000..aba06d7 --- /dev/null +++ b/src/gathering/npc-20736.json @@ -0,0 +1 @@ +[[188856,-38535],[187552,-36324],[188225,-38125],[190103,-38168],[216808,-50506],[215598,-48111],[216337,-48381],[218419,-50298],[221314,-57191],[221201,-57498],[223925,-65879],[214554,-68548],[214531,-69354],[211762,-66804],[211025,-74425],[211049,-73951],[211575,-67325],[223915,-66329],[289085,-27635]] \ No newline at end of file diff --git a/src/gathering/npc-21040.json b/src/gathering/npc-21040.json new file mode 100644 index 0000000..d6e4b9a --- /dev/null +++ b/src/gathering/npc-21040.json @@ -0,0 +1 @@ +[[390825,48975],[395715,49099],[392467,47896],[397525,45025],[396194,42442],[393931,41971],[401833,42339],[396401,46013],[389425,35959],[393469,35487],[392426,44800],[395287,32143],[396325,33525],[399844,36873],[394311,20541],[398240,21470],[398025,22875],[399475,24975],[398695,25796],[395920,18405],[394484,16503],[394627,13973],[397013,15989],[403808,20472],[404375,20075],[396433,21012],[409267,22809],[405901,21221],[407613,29790],[405568,27028],[403728,26035],[402472,30595],[401125,34469],[404797,34247],[396825,30275],[407626,26333],[401056,40342],[404721,39927],[405568,43963],[403409,42739],[405318,47482],[403328,48805],[405408,50460],[407942,63517],[406883,66683],[404187,61997],[405337,61007],[403392,64713],[403459,67373],[402497,59599],[405523,60503],[402825,60825],[400402,66985],[402490,66704],[397709,61971],[395831,62821],[394437,66645],[393726,64059],[395189,68413],[399619,68607],[401739,67656],[392954,61258],[391835,57332],[396411,51349],[396383,53286],[394675,59175],[395084,60528],[389565,61559],[378078,84447],[381872,80425],[381867,81795],[381652,82483],[383100,86074],[381258,83665],[381721,85827],[384236,80517],[385625,87025],[380673,79095],[381458,78520],[383494,79787],[381854,77607],[377176,85561],[388424,84292],[383821,74919],[386796,74815],[385499,73830],[388275,74825],[395413,75017],[393185,80622],[385958,72775],[388824,73507],[389868,70693],[392000,70757],[390575,70425],[398725,71625],[396348,73936],[389047,68119],[387282,68576],[397005,64737],[397778,72188],[395592,55895],[402239,54713],[395716,65615],[394466,53507],[402710,52916],[397525,58675],[405345,67212],[404486,90674],[394344,93679],[400331,72771],[406187,71179],[405309,70551],[404994,71678],[409125,72525],[407256,70588],[408913,70896],[407975,72275],[403775,70825],[411339,21187],[413021,24316],[411196,30212],[412675,70325],[413488,68828]] \ No newline at end of file diff --git a/src/gathering/npc-21091.json b/src/gathering/npc-21091.json new file mode 100644 index 0000000..e3b347d --- /dev/null +++ b/src/gathering/npc-21091.json @@ -0,0 +1 @@ +[[547040,-109338],[549372,-103707],[551856,-102407],[554025,-22975],[554951,-92972],[561967,-92866],[565311,-97902],[566725,-97625],[567171,-98309],[566875,-94725],[566775,-95625],[568481,-93864],[565825,-90125],[567475,-90625],[571148,-92522],[567225,-87575],[567725,-89025],[566775,-88825],[574353,-98117],[577408,-83649],[571239,-83481],[570548,-84678],[572697,-83473],[571457,-81821],[570337,-82246],[570475,-82994],[575112,-79044],[578047,-79616],[574891,-75375],[573069,-75381],[572355,-73066],[572669,-70724],[567327,-77517],[571987,-67713],[572454,-69500],[571225,-65178],[571525,-54075]] \ No newline at end of file diff --git a/src/gathering/npc-21092.json b/src/gathering/npc-21092.json new file mode 100644 index 0000000..f3501c6 --- /dev/null +++ b/src/gathering/npc-21092.json @@ -0,0 +1 @@ +[[504925,-48225],[550186,-104110],[552025,-103225],[558194,-31113],[558987,-24701],[554545,-23574],[551459,-23591],[549475,-23205],[542225,-20375],[531320,-12760],[529275,-14875],[526175,-11175],[521265,-8941],[524725,-5325],[552283,-101666],[553849,-100662],[575290,-50973],[567602,-38959],[571970,-48688],[576885,-33939],[564753,-31086],[563410,-25821],[568496,-32852],[563689,-94504],[569738,-101915],[567004,-97700],[569325,-94375],[567525,-94925],[565335,-91654],[566275,-90775],[567125,-90225],[567675,-89975],[568225,-91875],[567905,-88210],[568375,-86925],[567275,-89225],[568238,-87560],[567475,-88675],[567215,-88788],[575369,-95070],[573470,-93736],[575384,-93581],[574932,-88013],[566725,-96725],[566156,-97721],[576275,-94725],[578304,-94991],[578378,-89722],[577532,-92237],[577825,-90925],[578205,-88908],[569218,-92513],[569000,-93908],[580292,-93322],[581016,-92803],[579805,-91899],[578888,-91673],[580096,-92531],[579595,-89703],[571838,-93279],[571262,-93523],[575569,-85517],[573569,-84434],[576411,-85784],[576276,-84915],[577187,-94172],[576789,-94294],[570691,-93426],[569903,-84863],[570905,-84040],[569225,-85625],[572637,-93627],[571365,-82982],[579383,-89290],[570225,-77225],[574806,-78229],[574676,-77629],[577261,-88217],[574406,-76634],[574259,-75693],[574099,-76438],[574430,-84719],[572672,-73445],[576787,-72581],[575140,-79666],[574528,-80987],[569845,-71819],[572611,-80915],[572721,-69342],[569342,-66361],[573712,-66753],[572389,-72110],[572428,-68311],[571639,-65338],[572313,-62114],[572640,-61359],[577835,-52939],[572411,-54935],[660877,-102836],[670677,-99491]] \ No newline at end of file diff --git a/src/gathering/npc-21093.json b/src/gathering/npc-21093.json new file mode 100644 index 0000000..0b04a0c --- /dev/null +++ b/src/gathering/npc-21093.json @@ -0,0 +1 @@ +[[549525,-104925],[553675,-24225],[540675,-20925],[539069,-18559],[528053,-13356],[526575,-6175],[573990,-33176],[568225,-35825],[568223,-99142],[577825,-95075],[567075,-95925],[575743,-79631],[573475,-75625],[572383,-73453],[571575,-66948],[572668,-68594],[572444,-70797],[571902,-65726],[576970,-53427],[660208,-102656],[670008,-99311]] \ No newline at end of file diff --git a/src/gathering/npc-21095.json b/src/gathering/npc-21095.json new file mode 100644 index 0000000..0283756 --- /dev/null +++ b/src/gathering/npc-21095.json @@ -0,0 +1 @@ +[[551275,-103275],[541688,-22962],[563051,-93038],[574610,-41430],[576867,-36333],[575675,-31575],[565516,-97424],[565851,-98388],[566038,-98686],[569272,-95766],[568575,-94425],[567390,-89540],[567278,-89178],[574325,-91265],[573784,-96859],[579557,-93391],[578642,-95005],[580603,-91660],[578788,-86580],[571637,-86882],[571894,-79365],[573066,-80971],[572732,-77233],[577475,-79225],[576318,-78874],[577455,-76108],[572860,-72356],[569875,-76975],[568075,-73525],[567652,-67587],[568322,-67959],[569425,-69975],[575710,-68662],[569196,-64990],[569310,-67147],[573983,-64922],[573012,-66805],[568999,-61129],[571830,-62994],[571978,-58886]] \ No newline at end of file diff --git a/src/gathering/npc-21207.json b/src/gathering/npc-21207.json new file mode 100644 index 0000000..075902b --- /dev/null +++ b/src/gathering/npc-21207.json @@ -0,0 +1 @@ +[[911636,331023],[915660,342465],[918910,334368],[902654,345264],[900553,356409],[877177,355813],[878452,340403],[969820,305451],[972542,278770],[967193,277413],[954512,281815],[959681,282712],[935326,318242],[933025,320975],[924461,323750],[925360,320853],[993531,255559],[981910,255945],[978253,277112]] \ No newline at end of file diff --git a/src/gathering/npc-21228.json b/src/gathering/npc-21228.json new file mode 100644 index 0000000..9b86ca8 --- /dev/null +++ b/src/gathering/npc-21228.json @@ -0,0 +1 @@ +[[427798,-3208],[430625,-3325],[430800,-3121],[412133,-8981],[417077,-7527],[417238,-9792],[414375,-12875],[414511,-12672],[414683,-12704],[417381,-9759],[417228,-9960],[416344,-13254],[417553,-9791],[417514,-10088],[423990,-7941],[423818,-7909],[423951,-8238],[426512,-12864],[426828,-12863],[426655,-12831],[426789,-13160],[426503,-13032],[425015,-14154],[432293,-14741],[429811,-16014],[429954,-15982],[430087,-16310],[429148,-14153],[431067,-12471],[423675,-7942],[425395,-5214],[425548,-5013],[425405,-5045],[425675,-5375],[427941,-3175],[428113,-3207],[428074,-3504],[425720,-5045],[430933,-3450],[430657,-3154],[433765,-3095],[423079,-12348],[429801,-16182],[431272,-12215],[423665,-8110],[430366,-18318],[430126,-16013],[427510,-19524],[442240,929],[442816,1201],[442621,1422],[442115,1331],[442381,1360],[467639,669],[472675,175],[472789,385],[472656,322],[466794,2380],[462952,1626],[467375,825],[464125,588],[467304,896],[467745,1949],[467437,960],[467611,967]] \ No newline at end of file diff --git a/src/gathering/npc-21232.json b/src/gathering/npc-21232.json new file mode 100644 index 0000000..cdaba70 --- /dev/null +++ b/src/gathering/npc-21232.json @@ -0,0 +1 @@ +[[493088,202382],[494126,203271],[496129,202727],[499072,204418],[497807,202446],[499576,199711],[500453,200478],[498722,205296],[507274,209148],[501628,213541],[509327,212208],[501291,210000],[516507,210413],[527803,211838],[528616,209841],[529961,208014],[529603,211776],[544154,219097]] \ No newline at end of file diff --git a/src/gathering/npc-21233.json b/src/gathering/npc-21233.json new file mode 100644 index 0000000..76f3fa9 --- /dev/null +++ b/src/gathering/npc-21233.json @@ -0,0 +1 @@ +[[492448,203374],[501441,200688],[495475,203868],[503775,198284],[498255,205131],[498267,205591],[500637,207722],[507136,208824],[508045,210361],[502905,213731],[509095,211926],[502236,211625],[516052,210709],[516040,210249],[530510,209937],[528429,208079],[530194,213130],[543595,218879],[543152,219201],[529024,210802]] \ No newline at end of file diff --git a/src/gathering/npc-21234.json b/src/gathering/npc-21234.json new file mode 100644 index 0000000..67db340 --- /dev/null +++ b/src/gathering/npc-21234.json @@ -0,0 +1 @@ +[[911825,331975],[912692,331045],[912727,332345],[915219,342861],[915947,342490],[901005,357232],[879403,340475],[879100,339755],[970420,305427],[966828,277429],[953359,281907],[954225,281875],[933186,322082],[931983,322624],[925124,325112],[923830,325520],[982645,255839],[982068,256620],[983225,256275],[978677,277181]] \ No newline at end of file diff --git a/src/gathering/npc-21235.json b/src/gathering/npc-21235.json new file mode 100644 index 0000000..1024c5e --- /dev/null +++ b/src/gathering/npc-21235.json @@ -0,0 +1 @@ +[[912627,331416],[912304,331604],[912037,331675],[912749,331828],[912303,331952],[913927,343181],[914998,343520],[915901,342696],[900853,356806],[900134,356553],[878921,340238],[879114,340434],[879173,340058],[970374,305633],[966782,277635],[953668,282529],[954177,282082],[952875,282825],[932844,322423],[932726,322000],[932231,322122],[932503,322641],[924412,325202],[924395,325583],[924614,325395],[982327,256268],[982547,256458],[982599,256045],[982830,256471],[978631,277387]] \ No newline at end of file diff --git a/src/gathering/npc-21236.json b/src/gathering/npc-21236.json new file mode 100644 index 0000000..a254e29 --- /dev/null +++ b/src/gathering/npc-21236.json @@ -0,0 +1 @@ +[[846517,306805],[828142,291273],[1107580,242891],[1123275,249025],[1084140,245735],[1120875,286725],[1107120,273156],[1090840,257444]] \ No newline at end of file diff --git a/src/gathering/npc-21238.json b/src/gathering/npc-21238.json new file mode 100644 index 0000000..c9afe60 --- /dev/null +++ b/src/gathering/npc-21238.json @@ -0,0 +1 @@ +[[394075,-4575],[402022,-6696],[393629,1175],[391922,3114],[398835,20150],[404955,15272],[399370,23456],[404482,23131],[403888,21889],[397784,30789],[404591,41156],[401425,63475],[410243,322],[412272,2167],[411063,5222],[439214,2744],[441312,10182],[437788,10563],[443673,34724],[451171,33881],[438275,39575],[438525,40625],[438811,45414],[413577,17181],[409930,19706],[410132,25031],[448577,3486],[425270,49767],[457745,15383],[456272,4734],[433790,51929],[430472,58643],[507074,49273],[509325,49725],[500339,19672],[498094,19223],[491712,6602],[478408,3296],[482502,6011],[469499,4141],[464681,12159],[490999,77208],[490120,67980],[497765,60616],[501133,52009],[495845,60209],[700155,356307],[701395,348804],[690458,378724],[692355,386477],[699025,370175],[703105,379041],[704901,389262],[710475,395675],[715261,384750],[711542,377107],[716382,369765],[715096,362930],[711296,367894],[705496,365730],[754352,327342],[741704,395039],[764463,407132],[764255,404741],[725940,388665],[744546,407640],[745058,408462],[746434,401007],[747481,409418],[747509,404997],[759544,405161],[760400,406888],[757832,396778],[762025,400925],[766025,390125],[762510,387524],[760375,389725],[766658,390776],[758945,387039],[755945,386979],[752454,387027],[748396,389784],[747288,395489],[750629,395130],[749201,386140],[753935,385332],[756182,385649],[751550,381047],[739997,387899],[734225,387825],[743762,379773],[747896,387445],[748489,386897],[736699,382182],[742795,384175],[746275,386375],[740325,376225],[733804,376309],[734766,368803],[721860,370629],[729075,371831],[750405,362517],[739088,363606],[725121,363905],[730840,363401],[740583,415182],[743094,412350],[739727,418091],[739014,424785],[746047,428338],[759086,422676],[758149,417086],[761053,416430],[764374,413118],[766128,418444],[756130,418609],[754675,424475],[759078,411429],[761920,409746],[786791,404847],[777321,399451],[773625,397525],[772575,388325],[770206,392790],[770885,396028],[868664,345117],[878125,350975],[875995,341287],[968813,250835],[946014,263018],[953870,289729],[947948,296433],[940902,306045],[940526,320945]] \ No newline at end of file diff --git a/src/gathering/npc-21239.json b/src/gathering/npc-21239.json new file mode 100644 index 0000000..ff8beb7 --- /dev/null +++ b/src/gathering/npc-21239.json @@ -0,0 +1 @@ +[[386323,-890],[386203,-1339],[386000,-849],[389824,4073],[390343,4499],[371251,48264],[372756,50639],[371716,48565],[372075,48175],[371989,48628],[371075,39781],[371149,39403],[370817,39397],[390124,21433],[389675,21575],[389999,21019],[390484,21185],[395027,22966],[395083,22583],[394668,22956],[407725,35225],[407517,35000],[407774,34831],[374847,56662],[374898,57034],[372728,55893],[372764,55597],[372499,55575],[371423,57643],[369225,58925],[395849,95843],[395708,95977],[403496,96439],[403315,96250],[422403,-4653],[422133,-4830],[422384,-4963],[429229,-5225],[426699,-6286],[426648,-5876],[429280,-5635],[429024,-5466],[426443,-6117],[432662,10007],[432457,9765],[435125,11925],[435126,12349],[432713,9597],[450144,30722],[449888,30891],[450093,31133],[450093,31133],[458113,1211],[458236,921],[458496,1361],[458496,1361],[456118,156453],[457921,155483],[458266,155487],[458729,155252],[460225,157125],[458314,154891],[460291,156516],[459898,157107],[410140,63321],[409875,63225],[409744,63592],[420525,88675],[420162,81076],[419900,81065],[420769,88937],[421425,88725],[415728,106373],[415739,105767],[415468,105928],[420062,116895],[414996,108533],[431663,120909],[432300,121193],[432161,120866],[445167,127488],[445167,127488],[444815,127714],[451393,136097],[453887,148977],[451370,153220],[465444,13504],[465625,13725],[465700,13336],[461555,152823],[461525,153425],[461163,153415],[767025,383775],[766558,383745],[760778,395585],[761038,395556],[761039,395197],[767797,398692],[766375,383925],[766629,383964],[751937,388841],[752074,388687],[752175,389975],[751238,392551],[751369,392993],[751881,392841],[747778,395198],[747984,395013],[748055,395232],[748429,395056],[751474,392617],[751734,392538],[739096,414237],[742623,420602],[742656,420325],[742841,420531],[742798,420977],[742246,427365],[741451,426867],[742525,427867],[743177,427724],[754174,413941],[753667,413970],[753560,413587],[753953,414647],[768125,398604],[774292,399260],[774307,398983],[779082,396849],[778430,396991],[778707,397024],[774625,398675],[778636,396806],[774512,399087],[783393,392574],[783670,392607],[783599,392388],[784044,392431],[768175,422025],[768116,422515]] \ No newline at end of file diff --git a/src/gathering/npc-21240.json b/src/gathering/npc-21240.json new file mode 100644 index 0000000..6f8bf6f --- /dev/null +++ b/src/gathering/npc-21240.json @@ -0,0 +1 @@ +[[599304,52507],[594687,62688],[580287,108707],[675951,104718]] \ No newline at end of file diff --git a/src/gathering/npc-21245.json b/src/gathering/npc-21245.json new file mode 100644 index 0000000..bc55906 --- /dev/null +++ b/src/gathering/npc-21245.json @@ -0,0 +1 @@ +[[390525,-825],[395725,-7725],[405004,-6023],[405925,-9575],[393856,3170],[393471,6205],[395649,4660],[408362,719],[395808,14638],[403510,15015],[401817,16211],[406401,14715],[404040,17040],[397875,24175],[407920,21881],[407177,20529],[399249,27269],[398272,29789],[396175,29325],[403473,28859],[396170,38552],[396725,40975],[397772,43063],[401360,43189],[400051,37858],[405027,43331],[405787,48769],[400286,41673],[402022,46298],[390572,72332],[392025,69825],[392772,65531],[391604,66402],[394243,70895],[394632,67914],[403743,60681],[398606,63639],[403457,66462],[407543,62500],[403775,89975],[401845,95780],[397565,83452],[396571,81349],[400740,71390],[410875,-5925],[415225,-5575],[428200,-17327],[421133,-20083],[419225,-17525],[421743,-19191],[431253,593],[436445,1031],[440965,5123],[439025,7775],[444510,12368],[439736,13237],[442865,14328],[441804,21787],[449460,15437],[447843,19278],[444509,28969],[447640,32895],[446175,40775],[445125,38975],[440741,35028],[440580,37476],[440979,39785],[447281,35345],[443829,45628],[447825,45025],[434170,49049],[414451,18384],[413575,21653],[411139,26891],[441291,23880],[431128,48445],[432725,46825],[430704,44836],[421620,50651],[428066,49759],[438220,35591],[452353,18087],[456127,15154],[460091,5069],[458502,9349],[453276,5634],[453948,3879],[454169,10486],[450005,10330],[448613,6074],[445689,1958],[423203,56447],[412225,69425],[420034,59500],[432733,55875],[415723,102241],[429669,52074],[501525,50875],[499175,49875],[507715,50889],[508435,48893],[508795,48194],[508077,48283],[506155,46944],[498220,47038],[500715,43594],[497923,40407],[497565,39797],[497054,40240],[499344,40839],[504102,38825],[502534,51185],[503288,47178],[503582,33833],[500970,30450],[498283,39709],[499145,27668],[501148,35815],[466446,15828],[499455,18842],[499815,18144],[501988,14285],[499097,18233],[498776,20375],[486733,4835],[489675,4125],[480419,4385],[472543,3871],[473545,10494],[468687,8836],[466357,5395],[465819,10142],[469959,252],[473349,6959],[465221,7372],[461525,11275],[502838,18256],[491213,78827],[490410,78553],[491751,80140],[489625,77725],[489817,79291],[483510,68374],[488732,68491],[488672,69444],[489030,70054],[489531,69325],[490625,69025],[488175,60375],[497032,58943],[496881,59997],[497741,59434],[497072,60746],[502547,57904],[496152,59497],[500945,51248],[501865,52497],[501674,51748]] \ No newline at end of file diff --git a/src/gathering/npc-22003.json b/src/gathering/npc-22003.json new file mode 100644 index 0000000..f4e98bb --- /dev/null +++ b/src/gathering/npc-22003.json @@ -0,0 +1 @@ +[[19732,36130],[33846,41425]] \ No newline at end of file diff --git a/src/gathering/npc-22012.json b/src/gathering/npc-22012.json new file mode 100644 index 0000000..643197d --- /dev/null +++ b/src/gathering/npc-22012.json @@ -0,0 +1 @@ +[[-46337,-104208],[-44275,-102825],[-48275,-104575]] \ No newline at end of file diff --git a/src/gathering/npc-22049.json b/src/gathering/npc-22049.json new file mode 100644 index 0000000..d17551a --- /dev/null +++ b/src/gathering/npc-22049.json @@ -0,0 +1 @@ +[[-49035,-163518],[65693,-134162]] \ No newline at end of file diff --git a/src/gathering/npc-22051.json b/src/gathering/npc-22051.json new file mode 100644 index 0000000..e3e742d --- /dev/null +++ b/src/gathering/npc-22051.json @@ -0,0 +1 @@ +[[-13551,-173743],[-11925,-175225],[-12909,-177224],[-4425,-163875],[-975,-162375],[-81970,-170473],[-80967,-165963],[-87088,-164333],[-86265,-159781],[-85888,-162160],[-83772,-160895],[-84863,-158658],[-79738,-158272],[-78104,-161504],[-72974,-160905],[-66775,-162475],[-70225,-160475],[-67938,-160670],[-72385,-154661],[-56326,-162949],[43075,-143325],[45525,-145725],[48963,-143945],[48522,-140229],[6893,-163548],[5002,-162258],[8435,-163112],[9025,-165525],[7912,-160060],[12645,-163790],[12175,-161025],[26911,-164470],[28525,-168075],[22425,-161825],[34451,-168400],[45075,-157925],[54825,-142325],[54139,-138686],[58773,-136283],[59989,-142410],[60746,-139369]] \ No newline at end of file diff --git a/src/gathering/npc-22066.json b/src/gathering/npc-22066.json new file mode 100644 index 0000000..1c6c891 --- /dev/null +++ b/src/gathering/npc-22066.json @@ -0,0 +1 @@ +[[-202957,1184]] \ No newline at end of file diff --git a/src/gathering/npc-22085.json b/src/gathering/npc-22085.json new file mode 100644 index 0000000..fbb2984 --- /dev/null +++ b/src/gathering/npc-22085.json @@ -0,0 +1 @@ +[[548082,-106178],[566575,-89925],[579601,-94062],[576309,-88238],[576723,-93427],[574245,-77577],[568469,-72850],[573001,-56234]] \ No newline at end of file diff --git a/src/gathering/npc-23007.json b/src/gathering/npc-23007.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/gathering/npc-23007.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/gathering/npc-23019.json b/src/gathering/npc-23019.json new file mode 100644 index 0000000..091b6d1 --- /dev/null +++ b/src/gathering/npc-23019.json @@ -0,0 +1 @@ +[[-147675,22975],[-146655,21638],[-144945,21557],[-145225,21825],[-153375,597],[-153475,1825],[-186279,-33953],[-186145,-26857],[-186985,-26570],[-186327,-27225],[-183720,-34348],[-183679,-33903],[-183404,-33180],[-182776,-33676],[-175223,-32849],[-174553,-31471],[-174555,-31136],[-173603,-26557],[-171075,-27075],[-172369,-25759],[-176860,-32652],[-166859,-26223],[-167175,-25975],[-186761,-39313],[-186520,-38766],[-183775,-23580],[-183280,-23871],[-185825,-38625],[-159343,21507],[-158826,21744],[-160572,16569],[-161845,16107],[-164775,14875],[-168760,11753],[-168038,10723],[-168955,11456],[-173417,5395],[-175825,9075],[-153935,353],[-153962,1386],[-154268,864],[-176454,12835],[-174767,14140],[-167198,14633],[-167095,22126],[-174541,10427],[-171523,11810],[-164648,16244],[-164415,18930],[-172842,16631],[-163957,19382],[-163526,18654],[-176689,7885]] \ No newline at end of file diff --git a/src/gathering/npc-24015.json b/src/gathering/npc-24015.json new file mode 100644 index 0000000..34f703a --- /dev/null +++ b/src/gathering/npc-24015.json @@ -0,0 +1 @@ +[[-286935,5474],[-287784,5789],[-284705,5458],[-283865,4835],[-270007,21572],[-270424,12350],[-268781,10461],[-266554,12190],[-267014,10781],[-267828,9778],[-269097,9073],[-256068,13752],[-257814,15266],[-272033,9353],[-276471,8644],[-278250,8287],[-277462,14112],[-286837,6699],[-285840,6925],[-294518,12454],[-268112,11812],[-267415,12892]] \ No newline at end of file diff --git a/src/gathering/npc-24127.json b/src/gathering/npc-24127.json new file mode 100644 index 0000000..351a3c2 --- /dev/null +++ b/src/gathering/npc-24127.json @@ -0,0 +1 @@ +[[-201087,-4879],[-202558,-7309],[-201614,-7282],[-202504,-7014],[-201439,-6701],[-198551,2078],[-209526,5195],[-208313,4240],[-208737,4899]] \ No newline at end of file diff --git a/src/gathering/npc-24272.json b/src/gathering/npc-24272.json new file mode 100644 index 0000000..957743d --- /dev/null +++ b/src/gathering/npc-24272.json @@ -0,0 +1 @@ +[[567892,-91053],[571131,-92012],[566849,-88383],[568066,-88449],[572700,-74589],[572001,-74097],[573979,-75014],[573408,-75100],[572591,-73154],[572919,-70565],[572896,-70980],[571514,-67322],[572316,-69021],[572022,-70148],[573113,-68713],[572275,-65875]] \ No newline at end of file diff --git a/src/gathering/npc-25019.json b/src/gathering/npc-25019.json new file mode 100644 index 0000000..7f08023 --- /dev/null +++ b/src/gathering/npc-25019.json @@ -0,0 +1 @@ +[[-201034,-5660],[-200931,-5345],[-201452,-1678],[-201556,-1900],[-202297,-1349],[-202559,-1386],[-201712,-2844],[-201870,-8438],[-203006,-8122],[-202271,-8632],[-201951,-8152],[-204517,-11017],[-204159,-10229],[-204160,-10724],[-202526,-9892],[-202373,-10373],[-202624,-10124],[-201494,596],[-203825,2961],[-203073,300],[-202767,44],[-204551,1731],[-203513,2481],[-202216,1206],[-201959,1178],[-201621,985],[-203347,602],[-203346,2178],[-201824,801],[-204369,3233],[-220252,-15110],[-219403,-15422],[-205849,3002],[-205886,2702],[-205495,3705],[-205817,3797],[-207560,3876],[-208372,4829],[-208627,4430],[-214829,4635],[-217541,5666],[-214463,4868],[-215170,4856],[-216535,6758],[-216536,7061],[-217534,6412]] \ No newline at end of file diff --git a/src/gathering/npc-25024.json b/src/gathering/npc-25024.json new file mode 100644 index 0000000..548c976 --- /dev/null +++ b/src/gathering/npc-25024.json @@ -0,0 +1 @@ +[[-261375,5904],[-258283,5994],[-260990,11322],[-257770,11022],[-262919,7542],[-263042,8101],[-257066,9551],[-261198,1344]] \ No newline at end of file diff --git a/src/gathering/npc-25074.json b/src/gathering/npc-25074.json new file mode 100644 index 0000000..4700a3e --- /dev/null +++ b/src/gathering/npc-25074.json @@ -0,0 +1 @@ +[[566116,-88736],[565422,-89119],[566933,-87846],[567675,-86629],[571104,-85445],[571857,-81387],[569766,-82205],[572259,-80912],[575904,-79988],[575911,-79009],[575309,-78022]] \ No newline at end of file diff --git a/src/gathering/npc-30011.json b/src/gathering/npc-30011.json new file mode 100644 index 0000000..f64b6db --- /dev/null +++ b/src/gathering/npc-30011.json @@ -0,0 +1 @@ +[[-122808,-39753],[-121820,-39349],[-123096,-38586],[-125775,-39225],[-122273,-37645],[-122525,-38475],[-121690,-38758],[-122075,-36375],[-123475,-35325],[-119339,-33336],[-120118,-31393],[-116769,-32989],[-116547,-32193],[-116748,-33934],[-123782,-39655],[-260405,-33199],[-75763,-20404],[-74432,-19562],[-75069,-21138],[-72825,-20475],[-74943,-18013],[-75292,-18899],[-74587,-15692],[-72067,-15459],[-72538,-18279],[-74099,-16708],[-73843,-13601],[-73722,-11959],[-71944,-16658],[-73701,-9593],[-73625,-10775],[-70445,-10756],[-75117,-9854],[-76618,-7935],[-75825,-8775],[-74407,-8780],[-74388,-6531],[-71412,-7140],[-71062,-9735],[-75625,-6675],[-74850,-4925],[-71217,-12849],[-73444,-3325]] \ No newline at end of file diff --git a/src/gathering/npc-30012.json b/src/gathering/npc-30012.json new file mode 100644 index 0000000..9ef9afd --- /dev/null +++ b/src/gathering/npc-30012.json @@ -0,0 +1 @@ +[[-204674,4706],[-204679,4899],[-204137,8445],[-203551,9098],[-203417,9524],[-204575,9425],[-248943,-27328],[-250923,-25666],[-248113,-24779],[-241399,-9173],[-242162,-7493],[-241121,-4321],[-241984,-3008],[-234347,-1366],[-250534,-9885],[-254884,-10171],[-249867,-11229],[-248315,-10532],[-247483,-7435],[-249155,-4006],[-248716,-5533],[-255368,-15162],[-248869,-18345],[-246114,-18775],[-252006,-21183],[-249126,-22012],[-247247,-20778],[-249978,-19826],[-216079,-33270],[-215742,-32850],[-210959,-33554],[-212610,-12919],[-215001,-11710],[-205352,7421],[-210027,8845],[-210416,7708],[-209013,7179],[-208579,8478],[-209345,9926],[-210925,8925],[-209067,9579],[-208696,9947],[-208086,8915],[-206389,6628],[-206815,7654],[-207266,9194],[-206143,7579],[-206928,8483],[-206150,8883],[-207745,6861],[-204971,6925],[-261761,-32269],[-260459,-25319],[-258731,-24755],[-256207,-18389],[-257595,-7810],[-258677,-6070],[-661,-30171],[-748,-31232],[-145,-29176],[1921,-29807],[1834,-31016],[610,-29459],[3055,-31031],[685,-30358],[4075,-30025],[3453,-30578]] \ No newline at end of file diff --git a/src/gathering/npc-30164.json b/src/gathering/npc-30164.json new file mode 100644 index 0000000..dd6de56 --- /dev/null +++ b/src/gathering/npc-30164.json @@ -0,0 +1 @@ +[[972957,197371],[825994,187180],[810575,163296],[825901,201777],[819357,146171],[818143,170916],[815932,153882],[621800,94989],[622255,50742],[608220,94503],[603327,69316],[614042,47949],[598174,122563],[590658,100869],[617809,110404],[605696,109068],[608649,62743],[602397,132121],[591662,132519],[611447,75619],[592915,125180],[603768,57099],[602539,75199],[611867,63361],[600295,63798],[586951,84643],[578731,78710],[1006670,268469],[964175,214496],[969532,205082],[586951,84643],[578731,78710],[591662,132519],[600295,63798],[590658,100869],[598174,122563],[592915,125180],[602397,132121],[614042,47949],[608649,62743],[603768,57099],[611867,63361],[603327,69316],[611447,75619],[602539,75199],[608220,94503],[605696,109068],[622255,50742],[621800,94989],[617809,110404],[810575,163296],[815932,153882],[818143,170916],[810575,240096],[815932,230682],[818143,247716],[819357,146171],[825994,187180],[825901,201777],[829299,221254],[825994,263980],[825901,278577],[829299,298054],[844291,234291],[844291,311091],[861243,314455],[964175,214496],[969532,205082],[972957,197371],[1006670,268469],[586951,84643],[578731,78710],[591662,132519],[600295,63798],[590658,100869],[598174,122563],[592915,125180],[602397,132121],[614042,47949],[608649,62743],[603768,57099],[611867,63361],[603327,69316],[611447,75619],[602539,75199],[608220,94503],[605696,109068],[622255,50742],[621800,94989],[617809,110404],[810575,163296],[815932,153882],[818143,170916],[810575,240096],[815932,230682],[818143,247716],[819357,146171],[825994,187180],[825901,201777],[829299,221254],[825994,263980],[825901,278577],[829299,298054],[844291,234291],[844291,311091],[861243,314455],[964175,214496],[969532,205082],[972957,197371],[1006670,268469]] \ No newline at end of file diff --git a/src/gathering/npc-35055.json b/src/gathering/npc-35055.json new file mode 100644 index 0000000..616495b --- /dev/null +++ b/src/gathering/npc-35055.json @@ -0,0 +1 @@ +[[15857,-64827],[15026,-65202],[14407,-65913],[14398,-64891],[15294,-66022],[16004,-65428]] \ No newline at end of file diff --git a/src/gathering/npc-35058.json b/src/gathering/npc-35058.json new file mode 100644 index 0000000..ce8dab4 --- /dev/null +++ b/src/gathering/npc-35058.json @@ -0,0 +1 @@ +[[77691,-68565],[72413,-70365],[71940,-71778],[73201,-69125],[78044,-72769],[72361,-72547],[78723,-70876],[77496,-73650],[77751,-73497]] \ No newline at end of file diff --git a/src/gathering/npc-7901.json b/src/gathering/npc-7901.json new file mode 100644 index 0000000..c643ad5 --- /dev/null +++ b/src/gathering/npc-7901.json @@ -0,0 +1 @@ +[[[-13551,-173743],[-11925,-175225],[-12909,-177224],[-4425,-163875],[-975,-162375],[-81970,-170473],[-80967,-165963],[-87088,-164333],[-86265,-159781],[-85888,-162160],[-83772,-160895],[-84863,-158658],[-79738,-158272],[-78104,-161504],[-72974,-160905],[-66775,-162475],[-70225,-160475],[-67938,-160670],[-72385,-154661],[-56326,-162949],[43075,-143325],[45525,-145725],[48963,-143945],[48522,-140229],[6893,-163548],[5002,-162258],[8435,-163112],[9025,-165525],[7912,-160060],[12645,-163790],[12175,-161025],[26911,-164470],[28525,-168075],[22425,-161825],[34451,-168400],[45075,-157925],[54825,-142325],[54139,-138686],[58773,-136283],[59989,-142410],[60746,-139369]],[[-219963,39576],[-218369,34001],[-231151,36638],[-224955,38883],[-225434,40738],[-219718,42013],[-221625,45925],[-221209,58160],[-225574,56645],[-207637,61646],[-207967,57530],[-224057,52831]],[[-191631,22715],[-188133,25974],[-184265,28196],[-189946,31374],[-183642,30700],[-194951,25947],[-195697,31830],[-194131,36566],[-188275,37425],[-193278,38990],[-197973,40098],[-198925,36575],[-201737,36998],[-181628,47949],[-191096,48242],[-171979,41255],[-175837,44324],[-175225,40450],[-175830,35951],[-177808,30711],[-171612,24288],[-171236,24800],[-171628,21010],[-182525,42625]],[[-185676,-270059],[-183709,-269353],[-183251,-269068],[-183517,-266833],[-184274,-266685],[-183534,-267669],[-185339,-267852],[-184183,-265643],[-180124,-266318],[-181076,-263221],[-181339,-263035],[-186415,-260677],[-186626,-259984],[-184676,-261278],[-184361,-259625],[-182535,-261716],[-181021,-260309],[-180218,-260709],[-181075,-261275],[-179765,-259304],[-201108,-261687],[-200775,-262425],[-201402,-261345],[-200298,-256806],[-200625,-257575],[-199924,-256976],[-201525,-262525],[-255270,-187742],[-255863,-187573],[-255991,-179821],[-212800,-246907],[-213522,-247387],[-217521,-243627],[-216978,-244196],[-216785,-243955],[-216237,-243482],[-226075,-242175],[-226203,-242447],[-234930,-239298],[-236386,-237836],[-235894,-239755],[-236318,-238805],[-236457,-234210],[-226341,-242497],[-224975,-241375],[-226584,-243307],[-224586,-239960],[-223955,-239170],[-227565,-242520],[-270531,-152289],[-273742,-147282],[-280575,-148875],[-276981,-149675],[-302137,-130481],[-301534,-130346],[-302422,-130040],[-300727,-123489],[-299839,-123795],[-300134,-123658],[-300425,-123925],[-301980,-118729],[-301375,-118625],[-301675,-118475],[-301829,-130209],[-286225,-131025],[-282175,-119075],[-281325,-119325],[-281592,-119184],[-281900,-119456],[-290030,-126057],[-289427,-125922],[-289722,-125785],[-290315,-125616],[-285975,-131525],[-285675,-131275],[-285391,-131398],[-295822,-128789],[-296425,-128924],[-296117,-128652],[-296710,-128483],[-291352,-138987],[-290759,-139156],[-290464,-139293],[-291067,-139428],[-296169,-150570],[-295874,-150707],[-296477,-150842],[-296762,-150401],[-285985,-151463],[-285914,-148191],[-279675,-151875],[-276908,-153060],[-263450,-204413],[-256490,-183970],[-257083,-183801],[-256798,-184242],[-256195,-184107],[-259073,-184367],[-256575,-179975],[-256879,-179515],[-292675,-181675],[-293306,-181804],[-293591,-181363],[-292998,-181532],[-287675,-183575],[-287227,-183550],[-287475,-183975],[-287693,-183335],[-289494,-188763],[-294950,-191184],[-295505,-191333],[-295512,-191097],[-295825,-190975],[-270825,-224025],[-271175,-224675],[-271025,-224625],[-271291,-224249],[-269278,-227084],[-264241,-223997],[-268375,-226575],[-268372,-225617],[-264025,-223875],[-265025,-224475],[-284162,-263060],[-284393,-263128],[-284539,-263013],[-308385,-135858],[-308100,-136299],[-307497,-136164],[-307792,-136027]],[[-284187,-263245],[-284552,-263283],[-311911,-245410],[-311931,-244558]],[[-184548,-269061],[-183960,-269195],[-184156,-266566],[-183182,-267783],[-180475,-266542],[-180383,-266232],[-183209,-262845],[-186043,-260086],[-185532,-259322],[-180858,-261535],[-180273,-259384],[-181025,-258975],[-200936,-261499],[-201072,-262168],[-200447,-257056],[-255275,-188225],[-214704,-245964],[-235076,-238749],[-236825,-238625],[-236632,-233950],[-226551,-242006],[-226754,-242272],[-270083,-152914],[-269767,-146289],[-273215,-153491],[-279243,-148273],[-278441,-149818],[-300217,-123129],[-300106,-124157],[-301644,-118956],[-301912,-129680],[-301801,-130708],[-281675,-118655],[-281575,-119675],[-289675,-126275],[-289805,-125256],[-285769,-130732],[-296200,-128123],[-296089,-129151],[-290731,-139655],[-290842,-138627],[-296252,-150041],[-296141,-151069],[-281363,-149678],[-256573,-183441],[-259156,-183838],[-256462,-184469],[-256258,-180183],[-293075,-181025],[-292975,-182025],[-287307,-183885],[-287356,-183239],[-288945,-188355],[-288825,-189175],[-295210,-191448],[-295725,-190325],[-292646,-248771],[-291342,-250278],[-271103,-224637],[-269156,-226610],[-265033,-222738],[-267061,-227241],[-283058,-268888],[-283830,-265339],[-284296,-262521],[-307764,-136526],[-307875,-135498],[-312729,-245425]]] \ No newline at end of file diff --git a/src/icons/11014.png b/src/icons/11014.png new file mode 100644 index 0000000..908897a Binary files /dev/null and b/src/icons/11014.png differ diff --git a/src/icons/11015.png b/src/icons/11015.png new file mode 100644 index 0000000..aeda70a Binary files /dev/null and b/src/icons/11015.png differ diff --git a/src/icons/11017.png b/src/icons/11017.png new file mode 100644 index 0000000..1f2080b Binary files /dev/null and b/src/icons/11017.png differ diff --git a/src/icons/11070.png b/src/icons/11070.png new file mode 100644 index 0000000..94beaf5 Binary files /dev/null and b/src/icons/11070.png differ diff --git a/src/icons/11071.png b/src/icons/11071.png new file mode 100644 index 0000000..ceb0081 Binary files /dev/null and b/src/icons/11071.png differ diff --git a/src/icons/11072.png b/src/icons/11072.png new file mode 100644 index 0000000..fa78b69 Binary files /dev/null and b/src/icons/11072.png differ diff --git a/src/icons/11073.png b/src/icons/11073.png new file mode 100644 index 0000000..42df13e Binary files /dev/null and b/src/icons/11073.png differ diff --git a/src/icons/11101.png b/src/icons/11101.png new file mode 100644 index 0000000..df951e5 Binary files /dev/null and b/src/icons/11101.png differ diff --git a/src/icons/11102.png b/src/icons/11102.png new file mode 100644 index 0000000..849a01f Binary files /dev/null and b/src/icons/11102.png differ diff --git a/src/icons/11610.png b/src/icons/11610.png new file mode 100644 index 0000000..1485671 Binary files /dev/null and b/src/icons/11610.png differ diff --git a/src/icons/11613.png b/src/icons/11613.png new file mode 100644 index 0000000..8403c17 Binary files /dev/null and b/src/icons/11613.png differ diff --git a/src/icons/11625.png b/src/icons/11625.png new file mode 100644 index 0000000..9b2ddd7 Binary files /dev/null and b/src/icons/11625.png differ diff --git a/src/icons/11628.png b/src/icons/11628.png new file mode 100644 index 0000000..cfe3e18 Binary files /dev/null and b/src/icons/11628.png differ diff --git a/src/icons/11631.png b/src/icons/11631.png new file mode 100644 index 0000000..5a0e43a Binary files /dev/null and b/src/icons/11631.png differ diff --git a/src/icons/11640.png b/src/icons/11640.png new file mode 100644 index 0000000..ab8ada6 Binary files /dev/null and b/src/icons/11640.png differ diff --git a/src/icons/11808.png b/src/icons/11808.png new file mode 100644 index 0000000..b6e2938 Binary files /dev/null and b/src/icons/11808.png differ diff --git a/src/icons/11816.png b/src/icons/11816.png new file mode 100644 index 0000000..35d3be7 Binary files /dev/null and b/src/icons/11816.png differ diff --git a/src/icons/11817.png b/src/icons/11817.png new file mode 100644 index 0000000..e554784 Binary files /dev/null and b/src/icons/11817.png differ diff --git a/src/icons/11834.png b/src/icons/11834.png new file mode 100644 index 0000000..a838686 Binary files /dev/null and b/src/icons/11834.png differ diff --git a/src/icons/11838.png b/src/icons/11838.png new file mode 100644 index 0000000..4f7707a Binary files /dev/null and b/src/icons/11838.png differ diff --git a/src/icons/12007.png b/src/icons/12007.png new file mode 100644 index 0000000..3aa3160 Binary files /dev/null and b/src/icons/12007.png differ diff --git a/src/icons/12012.png b/src/icons/12012.png new file mode 100644 index 0000000..e53efb1 Binary files /dev/null and b/src/icons/12012.png differ diff --git a/src/icons/12031.png b/src/icons/12031.png new file mode 100644 index 0000000..40d8b1e Binary files /dev/null and b/src/icons/12031.png differ diff --git a/src/icons/12032.png b/src/icons/12032.png new file mode 100644 index 0000000..6a26957 Binary files /dev/null and b/src/icons/12032.png differ diff --git a/src/icons/12042.png b/src/icons/12042.png new file mode 100644 index 0000000..80ba695 Binary files /dev/null and b/src/icons/12042.png differ diff --git a/src/icons/12044.png b/src/icons/12044.png new file mode 100644 index 0000000..f26826c Binary files /dev/null and b/src/icons/12044.png differ diff --git a/src/icons/12045.png b/src/icons/12045.png new file mode 100644 index 0000000..6b20ad2 Binary files /dev/null and b/src/icons/12045.png differ diff --git a/src/icons/12059.png b/src/icons/12059.png new file mode 100644 index 0000000..4687a63 Binary files /dev/null and b/src/icons/12059.png differ diff --git a/src/icons/12060.png b/src/icons/12060.png new file mode 100644 index 0000000..500bd91 Binary files /dev/null and b/src/icons/12060.png differ diff --git a/src/icons/12210.png b/src/icons/12210.png new file mode 100644 index 0000000..28b07b8 Binary files /dev/null and b/src/icons/12210.png differ diff --git a/src/icons/12211.png b/src/icons/12211.png new file mode 100644 index 0000000..ff7d4cb Binary files /dev/null and b/src/icons/12211.png differ diff --git a/src/icons/12220.png b/src/icons/12220.png new file mode 100644 index 0000000..fa561a7 Binary files /dev/null and b/src/icons/12220.png differ diff --git a/src/icons/12229.png b/src/icons/12229.png new file mode 100644 index 0000000..6064b44 Binary files /dev/null and b/src/icons/12229.png differ diff --git a/src/icons/12230.png b/src/icons/12230.png new file mode 100644 index 0000000..d39707f Binary files /dev/null and b/src/icons/12230.png differ diff --git a/src/icons/12237.png b/src/icons/12237.png new file mode 100644 index 0000000..869bd70 Binary files /dev/null and b/src/icons/12237.png differ diff --git a/src/icons/12238.png b/src/icons/12238.png new file mode 100644 index 0000000..975d208 Binary files /dev/null and b/src/icons/12238.png differ diff --git a/src/icons/12251.png b/src/icons/12251.png new file mode 100644 index 0000000..91c645d Binary files /dev/null and b/src/icons/12251.png differ diff --git a/src/icons/15201.png b/src/icons/15201.png new file mode 100644 index 0000000..257f6f7 Binary files /dev/null and b/src/icons/15201.png differ diff --git a/src/icons/15211.png b/src/icons/15211.png new file mode 100644 index 0000000..298da04 Binary files /dev/null and b/src/icons/15211.png differ diff --git a/src/icons/15212.png b/src/icons/15212.png new file mode 100644 index 0000000..0013967 Binary files /dev/null and b/src/icons/15212.png differ diff --git a/src/icons/15216.png b/src/icons/15216.png new file mode 100644 index 0000000..d492897 Binary files /dev/null and b/src/icons/15216.png differ diff --git a/src/icons/15218.png b/src/icons/15218.png new file mode 100644 index 0000000..4dfad7e Binary files /dev/null and b/src/icons/15218.png differ diff --git a/src/icons/15219.png b/src/icons/15219.png new file mode 100644 index 0000000..8808c28 Binary files /dev/null and b/src/icons/15219.png differ diff --git a/src/icons/15221.png b/src/icons/15221.png new file mode 100644 index 0000000..362f9cf Binary files /dev/null and b/src/icons/15221.png differ diff --git a/src/icons/15222.png b/src/icons/15222.png new file mode 100644 index 0000000..7ae3687 Binary files /dev/null and b/src/icons/15222.png differ diff --git a/src/icons/15224.png b/src/icons/15224.png new file mode 100644 index 0000000..b802834 Binary files /dev/null and b/src/icons/15224.png differ diff --git a/src/icons/15602.png b/src/icons/15602.png new file mode 100644 index 0000000..3fef237 Binary files /dev/null and b/src/icons/15602.png differ diff --git a/src/icons/15604.png b/src/icons/15604.png new file mode 100644 index 0000000..3fef237 Binary files /dev/null and b/src/icons/15604.png differ diff --git a/src/icons/15606.png b/src/icons/15606.png new file mode 100644 index 0000000..5a23932 Binary files /dev/null and b/src/icons/15606.png differ diff --git a/src/icons/15614.png b/src/icons/15614.png new file mode 100644 index 0000000..13589cd Binary files /dev/null and b/src/icons/15614.png differ diff --git a/src/icons/15616.png b/src/icons/15616.png new file mode 100644 index 0000000..21e03a9 Binary files /dev/null and b/src/icons/15616.png differ diff --git a/src/icons/15628.png b/src/icons/15628.png new file mode 100644 index 0000000..1cf48f2 Binary files /dev/null and b/src/icons/15628.png differ diff --git a/src/icons/15631.png b/src/icons/15631.png new file mode 100644 index 0000000..dbc203e Binary files /dev/null and b/src/icons/15631.png differ diff --git a/src/icons/15662.png b/src/icons/15662.png new file mode 100644 index 0000000..2682c8c Binary files /dev/null and b/src/icons/15662.png differ diff --git a/src/icons/15663.png b/src/icons/15663.png new file mode 100644 index 0000000..f5e0473 Binary files /dev/null and b/src/icons/15663.png differ diff --git a/src/icons/15664.png b/src/icons/15664.png new file mode 100644 index 0000000..3b5795a Binary files /dev/null and b/src/icons/15664.png differ diff --git a/src/icons/15665.png b/src/icons/15665.png new file mode 100644 index 0000000..8419844 Binary files /dev/null and b/src/icons/15665.png differ diff --git a/src/icons/15668.png b/src/icons/15668.png new file mode 100644 index 0000000..77f2872 Binary files /dev/null and b/src/icons/15668.png differ diff --git a/src/icons/15991.png b/src/icons/15991.png new file mode 100644 index 0000000..dd198d5 Binary files /dev/null and b/src/icons/15991.png differ diff --git a/src/icons/15992.png b/src/icons/15992.png new file mode 100644 index 0000000..960c961 Binary files /dev/null and b/src/icons/15992.png differ diff --git a/src/icons/16520.png b/src/icons/16520.png new file mode 100644 index 0000000..feef954 Binary files /dev/null and b/src/icons/16520.png differ diff --git a/src/icons/2.png b/src/icons/2.png new file mode 100644 index 0000000..d5ed27b Binary files /dev/null and b/src/icons/2.png differ diff --git a/src/icons/25007.png b/src/icons/25007.png new file mode 100644 index 0000000..d34ff9c Binary files /dev/null and b/src/icons/25007.png differ diff --git a/src/icons/3.png b/src/icons/3.png new file mode 100644 index 0000000..6b24da8 Binary files /dev/null and b/src/icons/3.png differ diff --git a/src/icons/37359.png b/src/icons/37359.png new file mode 100644 index 0000000..bb1cd89 Binary files /dev/null and b/src/icons/37359.png differ diff --git a/src/icons/4.png b/src/icons/4.png new file mode 100644 index 0000000..0253c5d Binary files /dev/null and b/src/icons/4.png differ diff --git a/src/icons/4001.png b/src/icons/4001.png new file mode 100644 index 0000000..6083c1b Binary files /dev/null and b/src/icons/4001.png differ diff --git a/src/icons/4002.png b/src/icons/4002.png new file mode 100644 index 0000000..b69c7d2 Binary files /dev/null and b/src/icons/4002.png differ diff --git a/src/icons/4003.png b/src/icons/4003.png new file mode 100644 index 0000000..0a9b621 Binary files /dev/null and b/src/icons/4003.png differ diff --git a/src/icons/4004.png b/src/icons/4004.png new file mode 100644 index 0000000..ea293e9 Binary files /dev/null and b/src/icons/4004.png differ diff --git a/src/icons/4005.png b/src/icons/4005.png new file mode 100644 index 0000000..87c8d8a Binary files /dev/null and b/src/icons/4005.png differ diff --git a/src/icons/4007.png b/src/icons/4007.png new file mode 100644 index 0000000..44e456f Binary files /dev/null and b/src/icons/4007.png differ diff --git a/src/icons/4008.png b/src/icons/4008.png new file mode 100644 index 0000000..50ede65 Binary files /dev/null and b/src/icons/4008.png differ diff --git a/src/icons/4009.png b/src/icons/4009.png new file mode 100644 index 0000000..59b86e2 Binary files /dev/null and b/src/icons/4009.png differ diff --git a/src/icons/4010.png b/src/icons/4010.png new file mode 100644 index 0000000..7f85308 Binary files /dev/null and b/src/icons/4010.png differ diff --git a/src/icons/4011.png b/src/icons/4011.png new file mode 100644 index 0000000..eb8a198 Binary files /dev/null and b/src/icons/4011.png differ diff --git a/src/icons/4013.png b/src/icons/4013.png new file mode 100644 index 0000000..065423a Binary files /dev/null and b/src/icons/4013.png differ diff --git a/src/icons/40218.png b/src/icons/40218.png new file mode 100644 index 0000000..a1b7aae Binary files /dev/null and b/src/icons/40218.png differ diff --git a/src/icons/40220.png b/src/icons/40220.png new file mode 100644 index 0000000..6fd1a04 Binary files /dev/null and b/src/icons/40220.png differ diff --git a/src/icons/40228.png b/src/icons/40228.png new file mode 100644 index 0000000..c34a7d4 Binary files /dev/null and b/src/icons/40228.png differ diff --git a/src/icons/40383.png b/src/icons/40383.png new file mode 100644 index 0000000..b9c3c13 Binary files /dev/null and b/src/icons/40383.png differ diff --git a/src/icons/4057.png b/src/icons/4057.png new file mode 100644 index 0000000..9362472 Binary files /dev/null and b/src/icons/4057.png differ diff --git a/src/icons/4086.png b/src/icons/4086.png new file mode 100644 index 0000000..6077b4f Binary files /dev/null and b/src/icons/4086.png differ diff --git a/src/icons/4087.png b/src/icons/4087.png new file mode 100644 index 0000000..302362b Binary files /dev/null and b/src/icons/4087.png differ diff --git a/src/icons/4201.png b/src/icons/4201.png new file mode 100644 index 0000000..13c3d54 Binary files /dev/null and b/src/icons/4201.png differ diff --git a/src/icons/4203.png b/src/icons/4203.png new file mode 100644 index 0000000..34aa47d Binary files /dev/null and b/src/icons/4203.png differ diff --git a/src/icons/4204.png b/src/icons/4204.png new file mode 100644 index 0000000..39ccbe9 Binary files /dev/null and b/src/icons/4204.png differ diff --git a/src/icons/4206.png b/src/icons/4206.png new file mode 100644 index 0000000..cdad174 Binary files /dev/null and b/src/icons/4206.png differ diff --git a/src/icons/42349.png b/src/icons/42349.png new file mode 100644 index 0000000..9350664 Binary files /dev/null and b/src/icons/42349.png differ diff --git a/src/icons/42350.png b/src/icons/42350.png new file mode 100644 index 0000000..c4909d8 Binary files /dev/null and b/src/icons/42350.png differ diff --git a/src/icons/42351.png b/src/icons/42351.png new file mode 100644 index 0000000..8aeee94 Binary files /dev/null and b/src/icons/42351.png differ diff --git a/src/icons/42379.png b/src/icons/42379.png new file mode 100644 index 0000000..e72100c Binary files /dev/null and b/src/icons/42379.png differ diff --git a/src/icons/42435.png b/src/icons/42435.png new file mode 100644 index 0000000..de598d9 Binary files /dev/null and b/src/icons/42435.png differ diff --git a/src/icons/42436.png b/src/icons/42436.png new file mode 100644 index 0000000..01ea237 Binary files /dev/null and b/src/icons/42436.png differ diff --git a/src/icons/42437.png b/src/icons/42437.png new file mode 100644 index 0000000..aa5e9fe Binary files /dev/null and b/src/icons/42437.png differ diff --git a/src/icons/42450.png b/src/icons/42450.png new file mode 100644 index 0000000..c134ee6 Binary files /dev/null and b/src/icons/42450.png differ diff --git a/src/icons/42467.png b/src/icons/42467.png new file mode 100644 index 0000000..37ac14d Binary files /dev/null and b/src/icons/42467.png differ diff --git a/src/icons/42468.png b/src/icons/42468.png new file mode 100644 index 0000000..1860992 Binary files /dev/null and b/src/icons/42468.png differ diff --git a/src/icons/43701.png b/src/icons/43701.png new file mode 100644 index 0000000..4214d0a Binary files /dev/null and b/src/icons/43701.png differ diff --git a/src/icons/43702.png b/src/icons/43702.png new file mode 100644 index 0000000..46e7344 Binary files /dev/null and b/src/icons/43702.png differ diff --git a/src/icons/43703.png b/src/icons/43703.png new file mode 100644 index 0000000..84c67d9 Binary files /dev/null and b/src/icons/43703.png differ diff --git a/src/icons/43704.png b/src/icons/43704.png new file mode 100644 index 0000000..7118b90 Binary files /dev/null and b/src/icons/43704.png differ diff --git a/src/icons/43705.png b/src/icons/43705.png new file mode 100644 index 0000000..f12fbf1 Binary files /dev/null and b/src/icons/43705.png differ diff --git a/src/icons/43706.png b/src/icons/43706.png new file mode 100644 index 0000000..33f5425 Binary files /dev/null and b/src/icons/43706.png differ diff --git a/src/icons/43707.png b/src/icons/43707.png new file mode 100644 index 0000000..0b4c40a Binary files /dev/null and b/src/icons/43707.png differ diff --git a/src/icons/43708.png b/src/icons/43708.png new file mode 100644 index 0000000..6e1bb3d Binary files /dev/null and b/src/icons/43708.png differ diff --git a/src/icons/43709.png b/src/icons/43709.png new file mode 100644 index 0000000..0ebf9a2 Binary files /dev/null and b/src/icons/43709.png differ diff --git a/src/icons/43710.png b/src/icons/43710.png new file mode 100644 index 0000000..1320be5 Binary files /dev/null and b/src/icons/43710.png differ diff --git a/src/icons/43711.png b/src/icons/43711.png new file mode 100644 index 0000000..786a0af Binary files /dev/null and b/src/icons/43711.png differ diff --git a/src/icons/43712.png b/src/icons/43712.png new file mode 100644 index 0000000..8adfd14 Binary files /dev/null and b/src/icons/43712.png differ diff --git a/src/icons/43713.png b/src/icons/43713.png new file mode 100644 index 0000000..be62a00 Binary files /dev/null and b/src/icons/43713.png differ diff --git a/src/icons/43714.png b/src/icons/43714.png new file mode 100644 index 0000000..447f493 Binary files /dev/null and b/src/icons/43714.png differ diff --git a/src/icons/43715.png b/src/icons/43715.png new file mode 100644 index 0000000..e9b87a8 Binary files /dev/null and b/src/icons/43715.png differ diff --git a/src/icons/43716.png b/src/icons/43716.png new file mode 100644 index 0000000..470e45a Binary files /dev/null and b/src/icons/43716.png differ diff --git a/src/icons/43717.png b/src/icons/43717.png new file mode 100644 index 0000000..0f8141a Binary files /dev/null and b/src/icons/43717.png differ diff --git a/src/icons/43718.png b/src/icons/43718.png new file mode 100644 index 0000000..4214d0a Binary files /dev/null and b/src/icons/43718.png differ diff --git a/src/icons/43719.png b/src/icons/43719.png new file mode 100644 index 0000000..46e7344 Binary files /dev/null and b/src/icons/43719.png differ diff --git a/src/icons/43720.png b/src/icons/43720.png new file mode 100644 index 0000000..84c67d9 Binary files /dev/null and b/src/icons/43720.png differ diff --git a/src/icons/43721.png b/src/icons/43721.png new file mode 100644 index 0000000..7118b90 Binary files /dev/null and b/src/icons/43721.png differ diff --git a/src/icons/43722.png b/src/icons/43722.png new file mode 100644 index 0000000..f12fbf1 Binary files /dev/null and b/src/icons/43722.png differ diff --git a/src/icons/43723.png b/src/icons/43723.png new file mode 100644 index 0000000..33f5425 Binary files /dev/null and b/src/icons/43723.png differ diff --git a/src/icons/43724.png b/src/icons/43724.png new file mode 100644 index 0000000..0b4c40a Binary files /dev/null and b/src/icons/43724.png differ diff --git a/src/icons/43725.png b/src/icons/43725.png new file mode 100644 index 0000000..6e1bb3d Binary files /dev/null and b/src/icons/43725.png differ diff --git a/src/icons/43726.png b/src/icons/43726.png new file mode 100644 index 0000000..0ebf9a2 Binary files /dev/null and b/src/icons/43726.png differ diff --git a/src/icons/43727.png b/src/icons/43727.png new file mode 100644 index 0000000..1320be5 Binary files /dev/null and b/src/icons/43727.png differ diff --git a/src/icons/43728.png b/src/icons/43728.png new file mode 100644 index 0000000..786a0af Binary files /dev/null and b/src/icons/43728.png differ diff --git a/src/icons/43729.png b/src/icons/43729.png new file mode 100644 index 0000000..8adfd14 Binary files /dev/null and b/src/icons/43729.png differ diff --git a/src/icons/43730.png b/src/icons/43730.png new file mode 100644 index 0000000..be62a00 Binary files /dev/null and b/src/icons/43730.png differ diff --git a/src/icons/43731.png b/src/icons/43731.png new file mode 100644 index 0000000..447f493 Binary files /dev/null and b/src/icons/43731.png differ diff --git a/src/icons/43732.png b/src/icons/43732.png new file mode 100644 index 0000000..e9b87a8 Binary files /dev/null and b/src/icons/43732.png differ diff --git a/src/icons/43733.png b/src/icons/43733.png new file mode 100644 index 0000000..470e45a Binary files /dev/null and b/src/icons/43733.png differ diff --git a/src/icons/43734.png b/src/icons/43734.png new file mode 100644 index 0000000..0f8141a Binary files /dev/null and b/src/icons/43734.png differ diff --git a/src/icons/44005.png b/src/icons/44005.png new file mode 100644 index 0000000..cd9238e Binary files /dev/null and b/src/icons/44005.png differ diff --git a/src/icons/4401.png b/src/icons/4401.png new file mode 100644 index 0000000..59ba91e Binary files /dev/null and b/src/icons/4401.png differ diff --git a/src/icons/44032.png b/src/icons/44032.png new file mode 100644 index 0000000..65692d0 Binary files /dev/null and b/src/icons/44032.png differ diff --git a/src/icons/44033.png b/src/icons/44033.png new file mode 100644 index 0000000..b13d906 Binary files /dev/null and b/src/icons/44033.png differ diff --git a/src/icons/44035.png b/src/icons/44035.png new file mode 100644 index 0000000..3f4459f Binary files /dev/null and b/src/icons/44035.png differ diff --git a/src/icons/44038.png b/src/icons/44038.png new file mode 100644 index 0000000..8bbf10b Binary files /dev/null and b/src/icons/44038.png differ diff --git a/src/icons/44047.png b/src/icons/44047.png new file mode 100644 index 0000000..b382a29 Binary files /dev/null and b/src/icons/44047.png differ diff --git a/src/icons/4405.png b/src/icons/4405.png new file mode 100644 index 0000000..b814ad6 Binary files /dev/null and b/src/icons/4405.png differ diff --git a/src/icons/44057.png b/src/icons/44057.png new file mode 100644 index 0000000..21ea8b0 Binary files /dev/null and b/src/icons/44057.png differ diff --git a/src/icons/44058.png b/src/icons/44058.png new file mode 100644 index 0000000..4b68b50 Binary files /dev/null and b/src/icons/44058.png differ diff --git a/src/icons/44059.png b/src/icons/44059.png new file mode 100644 index 0000000..d42fd26 Binary files /dev/null and b/src/icons/44059.png differ diff --git a/src/icons/4406.png b/src/icons/4406.png new file mode 100644 index 0000000..ce2c93f Binary files /dev/null and b/src/icons/4406.png differ diff --git a/src/icons/44060.png b/src/icons/44060.png new file mode 100644 index 0000000..1b41d36 Binary files /dev/null and b/src/icons/44060.png differ diff --git a/src/icons/44065.png b/src/icons/44065.png new file mode 100644 index 0000000..bcbf564 Binary files /dev/null and b/src/icons/44065.png differ diff --git a/src/icons/44066.png b/src/icons/44066.png new file mode 100644 index 0000000..027a93a Binary files /dev/null and b/src/icons/44066.png differ diff --git a/src/icons/44069.png b/src/icons/44069.png new file mode 100644 index 0000000..6f417fb Binary files /dev/null and b/src/icons/44069.png differ diff --git a/src/icons/4407.png b/src/icons/4407.png new file mode 100644 index 0000000..687dae5 Binary files /dev/null and b/src/icons/4407.png differ diff --git a/src/icons/44075.png b/src/icons/44075.png new file mode 100644 index 0000000..991054b Binary files /dev/null and b/src/icons/44075.png differ diff --git a/src/icons/4408.png b/src/icons/4408.png new file mode 100644 index 0000000..c89bea1 Binary files /dev/null and b/src/icons/4408.png differ diff --git a/src/icons/4409.png b/src/icons/4409.png new file mode 100644 index 0000000..ce5757f Binary files /dev/null and b/src/icons/4409.png differ diff --git a/src/icons/4410.png b/src/icons/4410.png new file mode 100644 index 0000000..f5e321d Binary files /dev/null and b/src/icons/4410.png differ diff --git a/src/icons/4411.png b/src/icons/4411.png new file mode 100644 index 0000000..ee09cf7 Binary files /dev/null and b/src/icons/4411.png differ diff --git a/src/icons/44118.png b/src/icons/44118.png new file mode 100644 index 0000000..f70a1c4 Binary files /dev/null and b/src/icons/44118.png differ diff --git a/src/icons/44119.png b/src/icons/44119.png new file mode 100644 index 0000000..5f181c3 Binary files /dev/null and b/src/icons/44119.png differ diff --git a/src/icons/4412.png b/src/icons/4412.png new file mode 100644 index 0000000..6c07c31 Binary files /dev/null and b/src/icons/4412.png differ diff --git a/src/icons/44121.png b/src/icons/44121.png new file mode 100644 index 0000000..f6b67fd Binary files /dev/null and b/src/icons/44121.png differ diff --git a/src/icons/44128.png b/src/icons/44128.png new file mode 100644 index 0000000..d1e3f37 Binary files /dev/null and b/src/icons/44128.png differ diff --git a/src/icons/44129.png b/src/icons/44129.png new file mode 100644 index 0000000..f2f97cb Binary files /dev/null and b/src/icons/44129.png differ diff --git a/src/icons/4413.png b/src/icons/4413.png new file mode 100644 index 0000000..aa8927c Binary files /dev/null and b/src/icons/4413.png differ diff --git a/src/icons/44130.png b/src/icons/44130.png new file mode 100644 index 0000000..35e59fb Binary files /dev/null and b/src/icons/44130.png differ diff --git a/src/icons/44137.png b/src/icons/44137.png new file mode 100644 index 0000000..e9e2104 Binary files /dev/null and b/src/icons/44137.png differ diff --git a/src/icons/44138.png b/src/icons/44138.png new file mode 100644 index 0000000..6175e7f Binary files /dev/null and b/src/icons/44138.png differ diff --git a/src/icons/44141.png b/src/icons/44141.png new file mode 100644 index 0000000..03b7c8a Binary files /dev/null and b/src/icons/44141.png differ diff --git a/src/icons/44143.png b/src/icons/44143.png new file mode 100644 index 0000000..0842724 Binary files /dev/null and b/src/icons/44143.png differ diff --git a/src/icons/44146.png b/src/icons/44146.png new file mode 100644 index 0000000..8217afc Binary files /dev/null and b/src/icons/44146.png differ diff --git a/src/icons/44178.png b/src/icons/44178.png new file mode 100644 index 0000000..02b2bb7 Binary files /dev/null and b/src/icons/44178.png differ diff --git a/src/icons/44179.png b/src/icons/44179.png new file mode 100644 index 0000000..cce9341 Binary files /dev/null and b/src/icons/44179.png differ diff --git a/src/icons/44217.png b/src/icons/44217.png new file mode 100644 index 0000000..caeec02 Binary files /dev/null and b/src/icons/44217.png differ diff --git a/src/icons/44218.png b/src/icons/44218.png new file mode 100644 index 0000000..adaaceb Binary files /dev/null and b/src/icons/44218.png differ diff --git a/src/icons/44230.png b/src/icons/44230.png new file mode 100644 index 0000000..58037db Binary files /dev/null and b/src/icons/44230.png differ diff --git a/src/icons/44250.png b/src/icons/44250.png new file mode 100644 index 0000000..e301c43 Binary files /dev/null and b/src/icons/44250.png differ diff --git a/src/icons/44253.png b/src/icons/44253.png new file mode 100644 index 0000000..b844790 Binary files /dev/null and b/src/icons/44253.png differ diff --git a/src/icons/44255.png b/src/icons/44255.png new file mode 100644 index 0000000..20f683a Binary files /dev/null and b/src/icons/44255.png differ diff --git a/src/icons/44256.png b/src/icons/44256.png new file mode 100644 index 0000000..8995e43 Binary files /dev/null and b/src/icons/44256.png differ diff --git a/src/icons/44257.png b/src/icons/44257.png new file mode 100644 index 0000000..070d7f4 Binary files /dev/null and b/src/icons/44257.png differ diff --git a/src/icons/44258.png b/src/icons/44258.png new file mode 100644 index 0000000..df2ae26 Binary files /dev/null and b/src/icons/44258.png differ diff --git a/src/icons/44259.png b/src/icons/44259.png new file mode 100644 index 0000000..bf7230a Binary files /dev/null and b/src/icons/44259.png differ diff --git a/src/icons/44260.png b/src/icons/44260.png new file mode 100644 index 0000000..fdaca5d Binary files /dev/null and b/src/icons/44260.png differ diff --git a/src/icons/44286.png b/src/icons/44286.png new file mode 100644 index 0000000..94b5f1c Binary files /dev/null and b/src/icons/44286.png differ diff --git a/src/icons/44287.png b/src/icons/44287.png new file mode 100644 index 0000000..e3cc192 Binary files /dev/null and b/src/icons/44287.png differ diff --git a/src/icons/44288.png b/src/icons/44288.png new file mode 100644 index 0000000..de5e7f8 Binary files /dev/null and b/src/icons/44288.png differ diff --git a/src/icons/44304.png b/src/icons/44304.png new file mode 100644 index 0000000..fc7a372 Binary files /dev/null and b/src/icons/44304.png differ diff --git a/src/icons/44305.png b/src/icons/44305.png new file mode 100644 index 0000000..352f230 Binary files /dev/null and b/src/icons/44305.png differ diff --git a/src/icons/44306.png b/src/icons/44306.png new file mode 100644 index 0000000..fc671f8 Binary files /dev/null and b/src/icons/44306.png differ diff --git a/src/icons/44311.png b/src/icons/44311.png new file mode 100644 index 0000000..18fc280 Binary files /dev/null and b/src/icons/44311.png differ diff --git a/src/icons/44335.png b/src/icons/44335.png new file mode 100644 index 0000000..c710f47 Binary files /dev/null and b/src/icons/44335.png differ diff --git a/src/icons/44354.png b/src/icons/44354.png new file mode 100644 index 0000000..9ac59ef Binary files /dev/null and b/src/icons/44354.png differ diff --git a/src/icons/44356.png b/src/icons/44356.png new file mode 100644 index 0000000..3309492 Binary files /dev/null and b/src/icons/44356.png differ diff --git a/src/icons/44357.png b/src/icons/44357.png new file mode 100644 index 0000000..3703716 Binary files /dev/null and b/src/icons/44357.png differ diff --git a/src/icons/44359.png b/src/icons/44359.png new file mode 100644 index 0000000..5b73a66 Binary files /dev/null and b/src/icons/44359.png differ diff --git a/src/icons/44360.png b/src/icons/44360.png new file mode 100644 index 0000000..913ddfe Binary files /dev/null and b/src/icons/44360.png differ diff --git a/src/icons/44362.png b/src/icons/44362.png new file mode 100644 index 0000000..b3dbe67 Binary files /dev/null and b/src/icons/44362.png differ diff --git a/src/icons/44364.png b/src/icons/44364.png new file mode 100644 index 0000000..22031f7 Binary files /dev/null and b/src/icons/44364.png differ diff --git a/src/icons/4490.png b/src/icons/4490.png new file mode 100644 index 0000000..6cd6cbf Binary files /dev/null and b/src/icons/4490.png differ diff --git a/src/icons/4491.png b/src/icons/4491.png new file mode 100644 index 0000000..ccb0f12 Binary files /dev/null and b/src/icons/4491.png differ diff --git a/src/icons/44915.png b/src/icons/44915.png new file mode 100644 index 0000000..f567a50 Binary files /dev/null and b/src/icons/44915.png differ diff --git a/src/icons/44917.png b/src/icons/44917.png new file mode 100644 index 0000000..10555a0 Binary files /dev/null and b/src/icons/44917.png differ diff --git a/src/icons/4492.png b/src/icons/4492.png new file mode 100644 index 0000000..65ecf74 Binary files /dev/null and b/src/icons/4492.png differ diff --git a/src/icons/44920.png b/src/icons/44920.png new file mode 100644 index 0000000..1f18fcf Binary files /dev/null and b/src/icons/44920.png differ diff --git a/src/icons/44926.png b/src/icons/44926.png new file mode 100644 index 0000000..ffc68eb Binary files /dev/null and b/src/icons/44926.png differ diff --git a/src/icons/45298.png b/src/icons/45298.png new file mode 100644 index 0000000..42b723c Binary files /dev/null and b/src/icons/45298.png differ diff --git a/src/icons/45300.png b/src/icons/45300.png new file mode 100644 index 0000000..e07610a Binary files /dev/null and b/src/icons/45300.png differ diff --git a/src/icons/45302.png b/src/icons/45302.png new file mode 100644 index 0000000..7689854 Binary files /dev/null and b/src/icons/45302.png differ diff --git a/src/icons/45332.png b/src/icons/45332.png new file mode 100644 index 0000000..8743afc Binary files /dev/null and b/src/icons/45332.png differ diff --git a/src/icons/4601.png b/src/icons/4601.png new file mode 100644 index 0000000..1eb1c3a Binary files /dev/null and b/src/icons/4601.png differ diff --git a/src/icons/4602.png b/src/icons/4602.png new file mode 100644 index 0000000..5d89a09 Binary files /dev/null and b/src/icons/4602.png differ diff --git a/src/icons/4603.png b/src/icons/4603.png new file mode 100644 index 0000000..1e96061 Binary files /dev/null and b/src/icons/4603.png differ diff --git a/src/icons/4604.png b/src/icons/4604.png new file mode 100644 index 0000000..a0cd8d3 Binary files /dev/null and b/src/icons/4604.png differ diff --git a/src/icons/4606.png b/src/icons/4606.png new file mode 100644 index 0000000..8788b12 Binary files /dev/null and b/src/icons/4606.png differ diff --git a/src/icons/4607.png b/src/icons/4607.png new file mode 100644 index 0000000..eed9eac Binary files /dev/null and b/src/icons/4607.png differ diff --git a/src/icons/4608.png b/src/icons/4608.png new file mode 100644 index 0000000..8629f81 Binary files /dev/null and b/src/icons/4608.png differ diff --git a/src/icons/4609.png b/src/icons/4609.png new file mode 100644 index 0000000..664d998 Binary files /dev/null and b/src/icons/4609.png differ diff --git a/src/icons/4610.png b/src/icons/4610.png new file mode 100644 index 0000000..30a7aa6 Binary files /dev/null and b/src/icons/4610.png differ diff --git a/src/icons/4611.png b/src/icons/4611.png new file mode 100644 index 0000000..2e05157 Binary files /dev/null and b/src/icons/4611.png differ diff --git a/src/icons/4612.png b/src/icons/4612.png new file mode 100644 index 0000000..2b9abde Binary files /dev/null and b/src/icons/4612.png differ diff --git a/src/icons/4614.png b/src/icons/4614.png new file mode 100644 index 0000000..06a30d0 Binary files /dev/null and b/src/icons/4614.png differ diff --git a/src/icons/4615.png b/src/icons/4615.png new file mode 100644 index 0000000..b4a311e Binary files /dev/null and b/src/icons/4615.png differ diff --git a/src/icons/4616.png b/src/icons/4616.png new file mode 100644 index 0000000..ab5ec9d Binary files /dev/null and b/src/icons/4616.png differ diff --git a/src/icons/4619.png b/src/icons/4619.png new file mode 100644 index 0000000..5d82df0 Binary files /dev/null and b/src/icons/4619.png differ diff --git a/src/icons/4657.png b/src/icons/4657.png new file mode 100644 index 0000000..7a9c95f Binary files /dev/null and b/src/icons/4657.png differ diff --git a/src/icons/4660.png b/src/icons/4660.png new file mode 100644 index 0000000..adba7d7 Binary files /dev/null and b/src/icons/4660.png differ diff --git a/src/icons/4663.png b/src/icons/4663.png new file mode 100644 index 0000000..d8c562c Binary files /dev/null and b/src/icons/4663.png differ diff --git a/src/icons/4669.png b/src/icons/4669.png new file mode 100644 index 0000000..6545201 Binary files /dev/null and b/src/icons/4669.png differ diff --git a/src/icons/4670.png b/src/icons/4670.png new file mode 100644 index 0000000..5771604 Binary files /dev/null and b/src/icons/4670.png differ diff --git a/src/icons/4673.png b/src/icons/4673.png new file mode 100644 index 0000000..7e719b2 Binary files /dev/null and b/src/icons/4673.png differ diff --git a/src/icons/4676.png b/src/icons/4676.png new file mode 100644 index 0000000..c8f8628 Binary files /dev/null and b/src/icons/4676.png differ diff --git a/src/icons/4683.png b/src/icons/4683.png new file mode 100644 index 0000000..3d935fe Binary files /dev/null and b/src/icons/4683.png differ diff --git a/src/icons/4694.png b/src/icons/4694.png new file mode 100644 index 0000000..ecb1862 Binary files /dev/null and b/src/icons/4694.png differ diff --git a/src/icons/4697.png b/src/icons/4697.png new file mode 100644 index 0000000..b7a7bc1 Binary files /dev/null and b/src/icons/4697.png differ diff --git a/src/icons/4701.png b/src/icons/4701.png new file mode 100644 index 0000000..65e92f2 Binary files /dev/null and b/src/icons/4701.png differ diff --git a/src/icons/4801.png b/src/icons/4801.png new file mode 100644 index 0000000..547a273 Binary files /dev/null and b/src/icons/4801.png differ diff --git a/src/icons/4802.png b/src/icons/4802.png new file mode 100644 index 0000000..18df645 Binary files /dev/null and b/src/icons/4802.png differ diff --git a/src/icons/4803.png b/src/icons/4803.png new file mode 100644 index 0000000..2df79ef Binary files /dev/null and b/src/icons/4803.png differ diff --git a/src/icons/4804.png b/src/icons/4804.png new file mode 100644 index 0000000..3bc3c06 Binary files /dev/null and b/src/icons/4804.png differ diff --git a/src/icons/4805.png b/src/icons/4805.png new file mode 100644 index 0000000..9bc410c Binary files /dev/null and b/src/icons/4805.png differ diff --git a/src/icons/4917.png b/src/icons/4917.png new file mode 100644 index 0000000..d68dd7f Binary files /dev/null and b/src/icons/4917.png differ diff --git a/src/icons/5.png b/src/icons/5.png new file mode 100644 index 0000000..9f32785 Binary files /dev/null and b/src/icons/5.png differ diff --git a/src/icons/5001.png b/src/icons/5001.png new file mode 100644 index 0000000..e49ec0a Binary files /dev/null and b/src/icons/5001.png differ diff --git a/src/icons/5002.png b/src/icons/5002.png new file mode 100644 index 0000000..565d6da Binary files /dev/null and b/src/icons/5002.png differ diff --git a/src/icons/5003.png b/src/icons/5003.png new file mode 100644 index 0000000..9ec82f2 Binary files /dev/null and b/src/icons/5003.png differ diff --git a/src/icons/5004.png b/src/icons/5004.png new file mode 100644 index 0000000..c8957ba Binary files /dev/null and b/src/icons/5004.png differ diff --git a/src/icons/5005.png b/src/icons/5005.png new file mode 100644 index 0000000..f397436 Binary files /dev/null and b/src/icons/5005.png differ diff --git a/src/icons/5006.png b/src/icons/5006.png new file mode 100644 index 0000000..8d479c3 Binary files /dev/null and b/src/icons/5006.png differ diff --git a/src/icons/5007.png b/src/icons/5007.png new file mode 100644 index 0000000..41ea0d9 Binary files /dev/null and b/src/icons/5007.png differ diff --git a/src/icons/5008.png b/src/icons/5008.png new file mode 100644 index 0000000..83c3c14 Binary files /dev/null and b/src/icons/5008.png differ diff --git a/src/icons/5009.png b/src/icons/5009.png new file mode 100644 index 0000000..cd2d197 Binary files /dev/null and b/src/icons/5009.png differ diff --git a/src/icons/5010.png b/src/icons/5010.png new file mode 100644 index 0000000..beb0afb Binary files /dev/null and b/src/icons/5010.png differ diff --git a/src/icons/5011.png b/src/icons/5011.png new file mode 100644 index 0000000..c43533d Binary files /dev/null and b/src/icons/5011.png differ diff --git a/src/icons/5012.png b/src/icons/5012.png new file mode 100644 index 0000000..5f33965 Binary files /dev/null and b/src/icons/5012.png differ diff --git a/src/icons/5013.png b/src/icons/5013.png new file mode 100644 index 0000000..ec4ce2d Binary files /dev/null and b/src/icons/5013.png differ diff --git a/src/icons/5014.png b/src/icons/5014.png new file mode 100644 index 0000000..9e0e545 Binary files /dev/null and b/src/icons/5014.png differ diff --git a/src/icons/5015.png b/src/icons/5015.png new file mode 100644 index 0000000..4a0e245 Binary files /dev/null and b/src/icons/5015.png differ diff --git a/src/icons/5016.png b/src/icons/5016.png new file mode 100644 index 0000000..900162d Binary files /dev/null and b/src/icons/5016.png differ diff --git a/src/icons/5017.png b/src/icons/5017.png new file mode 100644 index 0000000..ef5cca9 Binary files /dev/null and b/src/icons/5017.png differ diff --git a/src/icons/5018.png b/src/icons/5018.png new file mode 100644 index 0000000..0aea146 Binary files /dev/null and b/src/icons/5018.png differ diff --git a/src/icons/5019.png b/src/icons/5019.png new file mode 100644 index 0000000..8b9a98a Binary files /dev/null and b/src/icons/5019.png differ diff --git a/src/icons/5020.png b/src/icons/5020.png new file mode 100644 index 0000000..1e7ad69 Binary files /dev/null and b/src/icons/5020.png differ diff --git a/src/icons/5023.png b/src/icons/5023.png new file mode 100644 index 0000000..bb0e8cb Binary files /dev/null and b/src/icons/5023.png differ diff --git a/src/icons/50801.png b/src/icons/50801.png new file mode 100644 index 0000000..7d01d18 Binary files /dev/null and b/src/icons/50801.png differ diff --git a/src/icons/50802.png b/src/icons/50802.png new file mode 100644 index 0000000..b71befa Binary files /dev/null and b/src/icons/50802.png differ diff --git a/src/icons/50803.png b/src/icons/50803.png new file mode 100644 index 0000000..659919a Binary files /dev/null and b/src/icons/50803.png differ diff --git a/src/icons/50807.png b/src/icons/50807.png new file mode 100644 index 0000000..b29c19f Binary files /dev/null and b/src/icons/50807.png differ diff --git a/src/icons/5401.png b/src/icons/5401.png new file mode 100644 index 0000000..ed113ac Binary files /dev/null and b/src/icons/5401.png differ diff --git a/src/icons/5402.png b/src/icons/5402.png new file mode 100644 index 0000000..ca8ddfa Binary files /dev/null and b/src/icons/5402.png differ diff --git a/src/icons/5403.png b/src/icons/5403.png new file mode 100644 index 0000000..0a553d7 Binary files /dev/null and b/src/icons/5403.png differ diff --git a/src/icons/5404.png b/src/icons/5404.png new file mode 100644 index 0000000..a1825e2 Binary files /dev/null and b/src/icons/5404.png differ diff --git a/src/icons/5405.png b/src/icons/5405.png new file mode 100644 index 0000000..e06ce4c Binary files /dev/null and b/src/icons/5405.png differ diff --git a/src/icons/5407.png b/src/icons/5407.png new file mode 100644 index 0000000..f105e10 Binary files /dev/null and b/src/icons/5407.png differ diff --git a/src/icons/5408.png b/src/icons/5408.png new file mode 100644 index 0000000..fa11052 Binary files /dev/null and b/src/icons/5408.png differ diff --git a/src/icons/5409.png b/src/icons/5409.png new file mode 100644 index 0000000..b4651da Binary files /dev/null and b/src/icons/5409.png differ diff --git a/src/icons/5410.png b/src/icons/5410.png new file mode 100644 index 0000000..d91fa83 Binary files /dev/null and b/src/icons/5410.png differ diff --git a/src/icons/5411.png b/src/icons/5411.png new file mode 100644 index 0000000..1cec050 Binary files /dev/null and b/src/icons/5411.png differ diff --git a/src/icons/5412.png b/src/icons/5412.png new file mode 100644 index 0000000..f105e10 Binary files /dev/null and b/src/icons/5412.png differ diff --git a/src/icons/5413.png b/src/icons/5413.png new file mode 100644 index 0000000..fa11052 Binary files /dev/null and b/src/icons/5413.png differ diff --git a/src/icons/5414.png b/src/icons/5414.png new file mode 100644 index 0000000..b4651da Binary files /dev/null and b/src/icons/5414.png differ diff --git a/src/icons/5420.png b/src/icons/5420.png new file mode 100644 index 0000000..45f4055 Binary files /dev/null and b/src/icons/5420.png differ diff --git a/src/icons/5421.png b/src/icons/5421.png new file mode 100644 index 0000000..3b3a5a3 Binary files /dev/null and b/src/icons/5421.png differ diff --git a/src/icons/5422.png b/src/icons/5422.png new file mode 100644 index 0000000..56fb5f8 Binary files /dev/null and b/src/icons/5422.png differ diff --git a/src/icons/5423.png b/src/icons/5423.png new file mode 100644 index 0000000..94276ca Binary files /dev/null and b/src/icons/5423.png differ diff --git a/src/icons/5425.png b/src/icons/5425.png new file mode 100644 index 0000000..1444e33 Binary files /dev/null and b/src/icons/5425.png differ diff --git a/src/icons/5426.png b/src/icons/5426.png new file mode 100644 index 0000000..ac9e57d Binary files /dev/null and b/src/icons/5426.png differ diff --git a/src/icons/5427.png b/src/icons/5427.png new file mode 100644 index 0000000..2a340ee Binary files /dev/null and b/src/icons/5427.png differ diff --git a/src/icons/5428.png b/src/icons/5428.png new file mode 100644 index 0000000..00b5491 Binary files /dev/null and b/src/icons/5428.png differ diff --git a/src/icons/5429.png b/src/icons/5429.png new file mode 100644 index 0000000..6c51b1d Binary files /dev/null and b/src/icons/5429.png differ diff --git a/src/icons/5430.png b/src/icons/5430.png new file mode 100644 index 0000000..7b6eb99 Binary files /dev/null and b/src/icons/5430.png differ diff --git a/src/icons/5431.png b/src/icons/5431.png new file mode 100644 index 0000000..197135b Binary files /dev/null and b/src/icons/5431.png differ diff --git a/src/icons/5432.png b/src/icons/5432.png new file mode 100644 index 0000000..41cb764 Binary files /dev/null and b/src/icons/5432.png differ diff --git a/src/icons/5433.png b/src/icons/5433.png new file mode 100644 index 0000000..5e5ce9c Binary files /dev/null and b/src/icons/5433.png differ diff --git a/src/icons/5451.png b/src/icons/5451.png new file mode 100644 index 0000000..fa11052 Binary files /dev/null and b/src/icons/5451.png differ diff --git a/src/icons/5471.png b/src/icons/5471.png new file mode 100644 index 0000000..fa11052 Binary files /dev/null and b/src/icons/5471.png differ diff --git a/src/icons/55101.png b/src/icons/55101.png new file mode 100644 index 0000000..0454b9f Binary files /dev/null and b/src/icons/55101.png differ diff --git a/src/icons/55102.png b/src/icons/55102.png new file mode 100644 index 0000000..e465dbe Binary files /dev/null and b/src/icons/55102.png differ diff --git a/src/icons/55103.png b/src/icons/55103.png new file mode 100644 index 0000000..b285133 Binary files /dev/null and b/src/icons/55103.png differ diff --git a/src/icons/55104.png b/src/icons/55104.png new file mode 100644 index 0000000..f38a238 Binary files /dev/null and b/src/icons/55104.png differ diff --git a/src/icons/55105.png b/src/icons/55105.png new file mode 100644 index 0000000..806d7e2 Binary files /dev/null and b/src/icons/55105.png differ diff --git a/src/icons/55106.png b/src/icons/55106.png new file mode 100644 index 0000000..3a92b47 Binary files /dev/null and b/src/icons/55106.png differ diff --git a/src/icons/55107.png b/src/icons/55107.png new file mode 100644 index 0000000..d9553c9 Binary files /dev/null and b/src/icons/55107.png differ diff --git a/src/icons/55109.png b/src/icons/55109.png new file mode 100644 index 0000000..a59bb19 Binary files /dev/null and b/src/icons/55109.png differ diff --git a/src/icons/55110.png b/src/icons/55110.png new file mode 100644 index 0000000..11a72c1 Binary files /dev/null and b/src/icons/55110.png differ diff --git a/src/icons/55111.png b/src/icons/55111.png new file mode 100644 index 0000000..a1437bc Binary files /dev/null and b/src/icons/55111.png differ diff --git a/src/icons/55112.png b/src/icons/55112.png new file mode 100644 index 0000000..cab0042 Binary files /dev/null and b/src/icons/55112.png differ diff --git a/src/icons/55113.png b/src/icons/55113.png new file mode 100644 index 0000000..8cd9f85 Binary files /dev/null and b/src/icons/55113.png differ diff --git a/src/icons/55114.png b/src/icons/55114.png new file mode 100644 index 0000000..c55c00e Binary files /dev/null and b/src/icons/55114.png differ diff --git a/src/icons/55115.png b/src/icons/55115.png new file mode 100644 index 0000000..a76dd49 Binary files /dev/null and b/src/icons/55115.png differ diff --git a/src/icons/55116.png b/src/icons/55116.png new file mode 100644 index 0000000..ee91eed Binary files /dev/null and b/src/icons/55116.png differ diff --git a/src/icons/55117.png b/src/icons/55117.png new file mode 100644 index 0000000..034a79c Binary files /dev/null and b/src/icons/55117.png differ diff --git a/src/icons/55118.png b/src/icons/55118.png new file mode 100644 index 0000000..19fd264 Binary files /dev/null and b/src/icons/55118.png differ diff --git a/src/icons/55119.png b/src/icons/55119.png new file mode 100644 index 0000000..89523e0 Binary files /dev/null and b/src/icons/55119.png differ diff --git a/src/icons/55120.png b/src/icons/55120.png new file mode 100644 index 0000000..e4c7c3d Binary files /dev/null and b/src/icons/55120.png differ diff --git a/src/icons/55121.png b/src/icons/55121.png new file mode 100644 index 0000000..ead5274 Binary files /dev/null and b/src/icons/55121.png differ diff --git a/src/icons/55122.png b/src/icons/55122.png new file mode 100644 index 0000000..e68abea Binary files /dev/null and b/src/icons/55122.png differ diff --git a/src/icons/55123.png b/src/icons/55123.png new file mode 100644 index 0000000..5da54cc Binary files /dev/null and b/src/icons/55123.png differ diff --git a/src/icons/55124.png b/src/icons/55124.png new file mode 100644 index 0000000..07b0458 Binary files /dev/null and b/src/icons/55124.png differ diff --git a/src/icons/55125.png b/src/icons/55125.png new file mode 100644 index 0000000..5371bb4 Binary files /dev/null and b/src/icons/55125.png differ diff --git a/src/icons/55126.png b/src/icons/55126.png new file mode 100644 index 0000000..aa3ec57 Binary files /dev/null and b/src/icons/55126.png differ diff --git a/src/icons/55127.png b/src/icons/55127.png new file mode 100644 index 0000000..4065971 Binary files /dev/null and b/src/icons/55127.png differ diff --git a/src/icons/55128.png b/src/icons/55128.png new file mode 100644 index 0000000..4393bb1 Binary files /dev/null and b/src/icons/55128.png differ diff --git a/src/icons/55129.png b/src/icons/55129.png new file mode 100644 index 0000000..ec7640c Binary files /dev/null and b/src/icons/55129.png differ diff --git a/src/icons/55130.png b/src/icons/55130.png new file mode 100644 index 0000000..633d673 Binary files /dev/null and b/src/icons/55130.png differ diff --git a/src/icons/55131.png b/src/icons/55131.png new file mode 100644 index 0000000..a7fa0a8 Binary files /dev/null and b/src/icons/55131.png differ diff --git a/src/icons/55132.png b/src/icons/55132.png new file mode 100644 index 0000000..944a3bb Binary files /dev/null and b/src/icons/55132.png differ diff --git a/src/icons/55133.png b/src/icons/55133.png new file mode 100644 index 0000000..e00bc64 Binary files /dev/null and b/src/icons/55133.png differ diff --git a/src/icons/55134.png b/src/icons/55134.png new file mode 100644 index 0000000..ca3a0c9 Binary files /dev/null and b/src/icons/55134.png differ diff --git a/src/icons/55135.png b/src/icons/55135.png new file mode 100644 index 0000000..a156145 Binary files /dev/null and b/src/icons/55135.png differ diff --git a/src/icons/5514.png b/src/icons/5514.png new file mode 100644 index 0000000..1929bcc Binary files /dev/null and b/src/icons/5514.png differ diff --git a/src/icons/5515.png b/src/icons/5515.png new file mode 100644 index 0000000..596f486 Binary files /dev/null and b/src/icons/5515.png differ diff --git a/src/icons/55151.png b/src/icons/55151.png new file mode 100644 index 0000000..f4269bb Binary files /dev/null and b/src/icons/55151.png differ diff --git a/src/icons/55152.png b/src/icons/55152.png new file mode 100644 index 0000000..05fcbd5 Binary files /dev/null and b/src/icons/55152.png differ diff --git a/src/icons/55153.png b/src/icons/55153.png new file mode 100644 index 0000000..f553e17 Binary files /dev/null and b/src/icons/55153.png differ diff --git a/src/icons/55154.png b/src/icons/55154.png new file mode 100644 index 0000000..cce90c5 Binary files /dev/null and b/src/icons/55154.png differ diff --git a/src/icons/55155.png b/src/icons/55155.png new file mode 100644 index 0000000..4b4b614 Binary files /dev/null and b/src/icons/55155.png differ diff --git a/src/icons/55156.png b/src/icons/55156.png new file mode 100644 index 0000000..bb5db0c Binary files /dev/null and b/src/icons/55156.png differ diff --git a/src/icons/55157.png b/src/icons/55157.png new file mode 100644 index 0000000..2ac1bd7 Binary files /dev/null and b/src/icons/55157.png differ diff --git a/src/icons/55158.png b/src/icons/55158.png new file mode 100644 index 0000000..e672e5f Binary files /dev/null and b/src/icons/55158.png differ diff --git a/src/icons/55159.png b/src/icons/55159.png new file mode 100644 index 0000000..cb1311b Binary files /dev/null and b/src/icons/55159.png differ diff --git a/src/icons/5516.png b/src/icons/5516.png new file mode 100644 index 0000000..ef050ba Binary files /dev/null and b/src/icons/5516.png differ diff --git a/src/icons/55160.png b/src/icons/55160.png new file mode 100644 index 0000000..09e96cc Binary files /dev/null and b/src/icons/55160.png differ diff --git a/src/icons/55161.png b/src/icons/55161.png new file mode 100644 index 0000000..e98125e Binary files /dev/null and b/src/icons/55161.png differ diff --git a/src/icons/55162.png b/src/icons/55162.png new file mode 100644 index 0000000..7561733 Binary files /dev/null and b/src/icons/55162.png differ diff --git a/src/icons/55163.png b/src/icons/55163.png new file mode 100644 index 0000000..121d7df Binary files /dev/null and b/src/icons/55163.png differ diff --git a/src/icons/55164.png b/src/icons/55164.png new file mode 100644 index 0000000..c9ff468 Binary files /dev/null and b/src/icons/55164.png differ diff --git a/src/icons/55165.png b/src/icons/55165.png new file mode 100644 index 0000000..142095a Binary files /dev/null and b/src/icons/55165.png differ diff --git a/src/icons/55166.png b/src/icons/55166.png new file mode 100644 index 0000000..a547468 Binary files /dev/null and b/src/icons/55166.png differ diff --git a/src/icons/55167.png b/src/icons/55167.png new file mode 100644 index 0000000..cea6545 Binary files /dev/null and b/src/icons/55167.png differ diff --git a/src/icons/55168.png b/src/icons/55168.png new file mode 100644 index 0000000..23ed6df Binary files /dev/null and b/src/icons/55168.png differ diff --git a/src/icons/55169.png b/src/icons/55169.png new file mode 100644 index 0000000..09304df Binary files /dev/null and b/src/icons/55169.png differ diff --git a/src/icons/5517.png b/src/icons/5517.png new file mode 100644 index 0000000..e4cb2f0 Binary files /dev/null and b/src/icons/5517.png differ diff --git a/src/icons/55170.png b/src/icons/55170.png new file mode 100644 index 0000000..fce96e2 Binary files /dev/null and b/src/icons/55170.png differ diff --git a/src/icons/55171.png b/src/icons/55171.png new file mode 100644 index 0000000..22baeb5 Binary files /dev/null and b/src/icons/55171.png differ diff --git a/src/icons/55172.png b/src/icons/55172.png new file mode 100644 index 0000000..113c9d2 Binary files /dev/null and b/src/icons/55172.png differ diff --git a/src/icons/55173.png b/src/icons/55173.png new file mode 100644 index 0000000..3bd109b Binary files /dev/null and b/src/icons/55173.png differ diff --git a/src/icons/55174.png b/src/icons/55174.png new file mode 100644 index 0000000..1bd2726 Binary files /dev/null and b/src/icons/55174.png differ diff --git a/src/icons/55175.png b/src/icons/55175.png new file mode 100644 index 0000000..784fd39 Binary files /dev/null and b/src/icons/55175.png differ diff --git a/src/icons/55176.png b/src/icons/55176.png new file mode 100644 index 0000000..12fb1b5 Binary files /dev/null and b/src/icons/55176.png differ diff --git a/src/icons/55177.png b/src/icons/55177.png new file mode 100644 index 0000000..a9814e7 Binary files /dev/null and b/src/icons/55177.png differ diff --git a/src/icons/55178.png b/src/icons/55178.png new file mode 100644 index 0000000..b9e4d00 Binary files /dev/null and b/src/icons/55178.png differ diff --git a/src/icons/55179.png b/src/icons/55179.png new file mode 100644 index 0000000..ddafcd9 Binary files /dev/null and b/src/icons/55179.png differ diff --git a/src/icons/5518.png b/src/icons/5518.png new file mode 100644 index 0000000..77b780d Binary files /dev/null and b/src/icons/5518.png differ diff --git a/src/icons/55180.png b/src/icons/55180.png new file mode 100644 index 0000000..957bf64 Binary files /dev/null and b/src/icons/55180.png differ diff --git a/src/icons/55181.png b/src/icons/55181.png new file mode 100644 index 0000000..fb7268d Binary files /dev/null and b/src/icons/55181.png differ diff --git a/src/icons/55182.png b/src/icons/55182.png new file mode 100644 index 0000000..4397d15 Binary files /dev/null and b/src/icons/55182.png differ diff --git a/src/icons/55183.png b/src/icons/55183.png new file mode 100644 index 0000000..e6bfa90 Binary files /dev/null and b/src/icons/55183.png differ diff --git a/src/icons/55184.png b/src/icons/55184.png new file mode 100644 index 0000000..225ab81 Binary files /dev/null and b/src/icons/55184.png differ diff --git a/src/icons/55185.png b/src/icons/55185.png new file mode 100644 index 0000000..630cfb7 Binary files /dev/null and b/src/icons/55185.png differ diff --git a/src/icons/55186.png b/src/icons/55186.png new file mode 100644 index 0000000..463266b Binary files /dev/null and b/src/icons/55186.png differ diff --git a/src/icons/55187.png b/src/icons/55187.png new file mode 100644 index 0000000..d5addb3 Binary files /dev/null and b/src/icons/55187.png differ diff --git a/src/icons/5519.png b/src/icons/5519.png new file mode 100644 index 0000000..6dd3365 Binary files /dev/null and b/src/icons/5519.png differ diff --git a/src/icons/5520.png b/src/icons/5520.png new file mode 100644 index 0000000..2adf4be Binary files /dev/null and b/src/icons/5520.png differ diff --git a/src/icons/55201.png b/src/icons/55201.png new file mode 100644 index 0000000..17a2efa Binary files /dev/null and b/src/icons/55201.png differ diff --git a/src/icons/55202.png b/src/icons/55202.png new file mode 100644 index 0000000..ed6283f Binary files /dev/null and b/src/icons/55202.png differ diff --git a/src/icons/55203.png b/src/icons/55203.png new file mode 100644 index 0000000..987fa1c Binary files /dev/null and b/src/icons/55203.png differ diff --git a/src/icons/55204.png b/src/icons/55204.png new file mode 100644 index 0000000..5f53cd3 Binary files /dev/null and b/src/icons/55204.png differ diff --git a/src/icons/55205.png b/src/icons/55205.png new file mode 100644 index 0000000..3d0a675 Binary files /dev/null and b/src/icons/55205.png differ diff --git a/src/icons/55206.png b/src/icons/55206.png new file mode 100644 index 0000000..4570d2e Binary files /dev/null and b/src/icons/55206.png differ diff --git a/src/icons/55207.png b/src/icons/55207.png new file mode 100644 index 0000000..eee4ccf Binary files /dev/null and b/src/icons/55207.png differ diff --git a/src/icons/55208.png b/src/icons/55208.png new file mode 100644 index 0000000..337ad38 Binary files /dev/null and b/src/icons/55208.png differ diff --git a/src/icons/55209.png b/src/icons/55209.png new file mode 100644 index 0000000..34bb3a0 Binary files /dev/null and b/src/icons/55209.png differ diff --git a/src/icons/5521.png b/src/icons/5521.png new file mode 100644 index 0000000..07b4514 Binary files /dev/null and b/src/icons/5521.png differ diff --git a/src/icons/55210.png b/src/icons/55210.png new file mode 100644 index 0000000..f99c59a Binary files /dev/null and b/src/icons/55210.png differ diff --git a/src/icons/55211.png b/src/icons/55211.png new file mode 100644 index 0000000..44ce814 Binary files /dev/null and b/src/icons/55211.png differ diff --git a/src/icons/55212.png b/src/icons/55212.png new file mode 100644 index 0000000..b6fff54 Binary files /dev/null and b/src/icons/55212.png differ diff --git a/src/icons/55213.png b/src/icons/55213.png new file mode 100644 index 0000000..6f04c85 Binary files /dev/null and b/src/icons/55213.png differ diff --git a/src/icons/55214.png b/src/icons/55214.png new file mode 100644 index 0000000..261cd55 Binary files /dev/null and b/src/icons/55214.png differ diff --git a/src/icons/55215.png b/src/icons/55215.png new file mode 100644 index 0000000..6e09893 Binary files /dev/null and b/src/icons/55215.png differ diff --git a/src/icons/55216.png b/src/icons/55216.png new file mode 100644 index 0000000..0ba88c3 Binary files /dev/null and b/src/icons/55216.png differ diff --git a/src/icons/55217.png b/src/icons/55217.png new file mode 100644 index 0000000..d7fdefc Binary files /dev/null and b/src/icons/55217.png differ diff --git a/src/icons/55218.png b/src/icons/55218.png new file mode 100644 index 0000000..f301d78 Binary files /dev/null and b/src/icons/55218.png differ diff --git a/src/icons/55219.png b/src/icons/55219.png new file mode 100644 index 0000000..d1a36c8 Binary files /dev/null and b/src/icons/55219.png differ diff --git a/src/icons/5522.png b/src/icons/5522.png new file mode 100644 index 0000000..ac29f94 Binary files /dev/null and b/src/icons/5522.png differ diff --git a/src/icons/55220.png b/src/icons/55220.png new file mode 100644 index 0000000..0205331 Binary files /dev/null and b/src/icons/55220.png differ diff --git a/src/icons/55221.png b/src/icons/55221.png new file mode 100644 index 0000000..e3255e7 Binary files /dev/null and b/src/icons/55221.png differ diff --git a/src/icons/55222.png b/src/icons/55222.png new file mode 100644 index 0000000..599f51b Binary files /dev/null and b/src/icons/55222.png differ diff --git a/src/icons/55223.png b/src/icons/55223.png new file mode 100644 index 0000000..f171b9a Binary files /dev/null and b/src/icons/55223.png differ diff --git a/src/icons/55224.png b/src/icons/55224.png new file mode 100644 index 0000000..1af9b99 Binary files /dev/null and b/src/icons/55224.png differ diff --git a/src/icons/55225.png b/src/icons/55225.png new file mode 100644 index 0000000..b6150c7 Binary files /dev/null and b/src/icons/55225.png differ diff --git a/src/icons/55226.png b/src/icons/55226.png new file mode 100644 index 0000000..30f78ee Binary files /dev/null and b/src/icons/55226.png differ diff --git a/src/icons/55227.png b/src/icons/55227.png new file mode 100644 index 0000000..8bea20b Binary files /dev/null and b/src/icons/55227.png differ diff --git a/src/icons/55228.png b/src/icons/55228.png new file mode 100644 index 0000000..c0a0f8d Binary files /dev/null and b/src/icons/55228.png differ diff --git a/src/icons/55229.png b/src/icons/55229.png new file mode 100644 index 0000000..af4d631 Binary files /dev/null and b/src/icons/55229.png differ diff --git a/src/icons/5523.png b/src/icons/5523.png new file mode 100644 index 0000000..dab7975 Binary files /dev/null and b/src/icons/5523.png differ diff --git a/src/icons/55230.png b/src/icons/55230.png new file mode 100644 index 0000000..763fbce Binary files /dev/null and b/src/icons/55230.png differ diff --git a/src/icons/55231.png b/src/icons/55231.png new file mode 100644 index 0000000..5b9e2f5 Binary files /dev/null and b/src/icons/55231.png differ diff --git a/src/icons/55232.png b/src/icons/55232.png new file mode 100644 index 0000000..695a4cc Binary files /dev/null and b/src/icons/55232.png differ diff --git a/src/icons/55233.png b/src/icons/55233.png new file mode 100644 index 0000000..f401a32 Binary files /dev/null and b/src/icons/55233.png differ diff --git a/src/icons/55234.png b/src/icons/55234.png new file mode 100644 index 0000000..b9548db Binary files /dev/null and b/src/icons/55234.png differ diff --git a/src/icons/55235.png b/src/icons/55235.png new file mode 100644 index 0000000..fad4d67 Binary files /dev/null and b/src/icons/55235.png differ diff --git a/src/icons/55236.png b/src/icons/55236.png new file mode 100644 index 0000000..e1fa335 Binary files /dev/null and b/src/icons/55236.png differ diff --git a/src/icons/55237.png b/src/icons/55237.png new file mode 100644 index 0000000..38712cc Binary files /dev/null and b/src/icons/55237.png differ diff --git a/src/icons/55238.png b/src/icons/55238.png new file mode 100644 index 0000000..b178579 Binary files /dev/null and b/src/icons/55238.png differ diff --git a/src/icons/55239.png b/src/icons/55239.png new file mode 100644 index 0000000..ad853ee Binary files /dev/null and b/src/icons/55239.png differ diff --git a/src/icons/5524.png b/src/icons/5524.png new file mode 100644 index 0000000..40dc959 Binary files /dev/null and b/src/icons/5524.png differ diff --git a/src/icons/55240.png b/src/icons/55240.png new file mode 100644 index 0000000..f0dabd9 Binary files /dev/null and b/src/icons/55240.png differ diff --git a/src/icons/55241.png b/src/icons/55241.png new file mode 100644 index 0000000..0661e1a Binary files /dev/null and b/src/icons/55241.png differ diff --git a/src/icons/55242.png b/src/icons/55242.png new file mode 100644 index 0000000..55976a1 Binary files /dev/null and b/src/icons/55242.png differ diff --git a/src/icons/55243.png b/src/icons/55243.png new file mode 100644 index 0000000..bc7705c Binary files /dev/null and b/src/icons/55243.png differ diff --git a/src/icons/55244.png b/src/icons/55244.png new file mode 100644 index 0000000..66b2fff Binary files /dev/null and b/src/icons/55244.png differ diff --git a/src/icons/55245.png b/src/icons/55245.png new file mode 100644 index 0000000..42a68e7 Binary files /dev/null and b/src/icons/55245.png differ diff --git a/src/icons/55246.png b/src/icons/55246.png new file mode 100644 index 0000000..abc1438 Binary files /dev/null and b/src/icons/55246.png differ diff --git a/src/icons/55247.png b/src/icons/55247.png new file mode 100644 index 0000000..1bd2726 Binary files /dev/null and b/src/icons/55247.png differ diff --git a/src/icons/55248.png b/src/icons/55248.png new file mode 100644 index 0000000..4d985cd Binary files /dev/null and b/src/icons/55248.png differ diff --git a/src/icons/55249.png b/src/icons/55249.png new file mode 100644 index 0000000..6175e7f Binary files /dev/null and b/src/icons/55249.png differ diff --git a/src/icons/5525.png b/src/icons/5525.png new file mode 100644 index 0000000..6d57e63 Binary files /dev/null and b/src/icons/5525.png differ diff --git a/src/icons/55250.png b/src/icons/55250.png new file mode 100644 index 0000000..a6b893f Binary files /dev/null and b/src/icons/55250.png differ diff --git a/src/icons/55251.png b/src/icons/55251.png new file mode 100644 index 0000000..f112160 Binary files /dev/null and b/src/icons/55251.png differ diff --git a/src/icons/55252.png b/src/icons/55252.png new file mode 100644 index 0000000..dba24f0 Binary files /dev/null and b/src/icons/55252.png differ diff --git a/src/icons/55253.png b/src/icons/55253.png new file mode 100644 index 0000000..441dc5d Binary files /dev/null and b/src/icons/55253.png differ diff --git a/src/icons/55254.png b/src/icons/55254.png new file mode 100644 index 0000000..fecb041 Binary files /dev/null and b/src/icons/55254.png differ diff --git a/src/icons/55255.png b/src/icons/55255.png new file mode 100644 index 0000000..8c8f51c Binary files /dev/null and b/src/icons/55255.png differ diff --git a/src/icons/55256.png b/src/icons/55256.png new file mode 100644 index 0000000..544c879 Binary files /dev/null and b/src/icons/55256.png differ diff --git a/src/icons/55257.png b/src/icons/55257.png new file mode 100644 index 0000000..c04bf3d Binary files /dev/null and b/src/icons/55257.png differ diff --git a/src/icons/55258.png b/src/icons/55258.png new file mode 100644 index 0000000..f40ecbe Binary files /dev/null and b/src/icons/55258.png differ diff --git a/src/icons/55259.png b/src/icons/55259.png new file mode 100644 index 0000000..ac7625a Binary files /dev/null and b/src/icons/55259.png differ diff --git a/src/icons/5526.png b/src/icons/5526.png new file mode 100644 index 0000000..6073d76 Binary files /dev/null and b/src/icons/5526.png differ diff --git a/src/icons/55260.png b/src/icons/55260.png new file mode 100644 index 0000000..73cce43 Binary files /dev/null and b/src/icons/55260.png differ diff --git a/src/icons/55261.png b/src/icons/55261.png new file mode 100644 index 0000000..d10245f Binary files /dev/null and b/src/icons/55261.png differ diff --git a/src/icons/55262.png b/src/icons/55262.png new file mode 100644 index 0000000..e6c99f3 Binary files /dev/null and b/src/icons/55262.png differ diff --git a/src/icons/55263.png b/src/icons/55263.png new file mode 100644 index 0000000..a0fefec Binary files /dev/null and b/src/icons/55263.png differ diff --git a/src/icons/55264.png b/src/icons/55264.png new file mode 100644 index 0000000..12b6347 Binary files /dev/null and b/src/icons/55264.png differ diff --git a/src/icons/55265.png b/src/icons/55265.png new file mode 100644 index 0000000..11bc8cb Binary files /dev/null and b/src/icons/55265.png differ diff --git a/src/icons/55266.png b/src/icons/55266.png new file mode 100644 index 0000000..58aaf94 Binary files /dev/null and b/src/icons/55266.png differ diff --git a/src/icons/55267.png b/src/icons/55267.png new file mode 100644 index 0000000..70ba5c1 Binary files /dev/null and b/src/icons/55267.png differ diff --git a/src/icons/55268.png b/src/icons/55268.png new file mode 100644 index 0000000..91b1c81 Binary files /dev/null and b/src/icons/55268.png differ diff --git a/src/icons/55269.png b/src/icons/55269.png new file mode 100644 index 0000000..690dfe8 Binary files /dev/null and b/src/icons/55269.png differ diff --git a/src/icons/5527.png b/src/icons/5527.png new file mode 100644 index 0000000..412c79c Binary files /dev/null and b/src/icons/5527.png differ diff --git a/src/icons/55270.png b/src/icons/55270.png new file mode 100644 index 0000000..b7308f3 Binary files /dev/null and b/src/icons/55270.png differ diff --git a/src/icons/55271.png b/src/icons/55271.png new file mode 100644 index 0000000..8cefc33 Binary files /dev/null and b/src/icons/55271.png differ diff --git a/src/icons/55272.png b/src/icons/55272.png new file mode 100644 index 0000000..0af09c0 Binary files /dev/null and b/src/icons/55272.png differ diff --git a/src/icons/55273.png b/src/icons/55273.png new file mode 100644 index 0000000..92a4db6 Binary files /dev/null and b/src/icons/55273.png differ diff --git a/src/icons/55274.png b/src/icons/55274.png new file mode 100644 index 0000000..0c97422 Binary files /dev/null and b/src/icons/55274.png differ diff --git a/src/icons/55275.png b/src/icons/55275.png new file mode 100644 index 0000000..011f298 Binary files /dev/null and b/src/icons/55275.png differ diff --git a/src/icons/55276.png b/src/icons/55276.png new file mode 100644 index 0000000..de11d40 Binary files /dev/null and b/src/icons/55276.png differ diff --git a/src/icons/55277.png b/src/icons/55277.png new file mode 100644 index 0000000..f553e17 Binary files /dev/null and b/src/icons/55277.png differ diff --git a/src/icons/55278.png b/src/icons/55278.png new file mode 100644 index 0000000..d841348 Binary files /dev/null and b/src/icons/55278.png differ diff --git a/src/icons/55279.png b/src/icons/55279.png new file mode 100644 index 0000000..4a28dda Binary files /dev/null and b/src/icons/55279.png differ diff --git a/src/icons/5528.png b/src/icons/5528.png new file mode 100644 index 0000000..8798826 Binary files /dev/null and b/src/icons/5528.png differ diff --git a/src/icons/55280.png b/src/icons/55280.png new file mode 100644 index 0000000..addc8d9 Binary files /dev/null and b/src/icons/55280.png differ diff --git a/src/icons/55281.png b/src/icons/55281.png new file mode 100644 index 0000000..9348e0e Binary files /dev/null and b/src/icons/55281.png differ diff --git a/src/icons/55283.png b/src/icons/55283.png new file mode 100644 index 0000000..c41c737 Binary files /dev/null and b/src/icons/55283.png differ diff --git a/src/icons/55284.png b/src/icons/55284.png new file mode 100644 index 0000000..0172e08 Binary files /dev/null and b/src/icons/55284.png differ diff --git a/src/icons/55285.png b/src/icons/55285.png new file mode 100644 index 0000000..5101a02 Binary files /dev/null and b/src/icons/55285.png differ diff --git a/src/icons/55286.png b/src/icons/55286.png new file mode 100644 index 0000000..db1438e Binary files /dev/null and b/src/icons/55286.png differ diff --git a/src/icons/55287.png b/src/icons/55287.png new file mode 100644 index 0000000..9e4b6ff Binary files /dev/null and b/src/icons/55287.png differ diff --git a/src/icons/55288.png b/src/icons/55288.png new file mode 100644 index 0000000..896d785 Binary files /dev/null and b/src/icons/55288.png differ diff --git a/src/icons/55289.png b/src/icons/55289.png new file mode 100644 index 0000000..7287dbd Binary files /dev/null and b/src/icons/55289.png differ diff --git a/src/icons/5529.png b/src/icons/5529.png new file mode 100644 index 0000000..d848f11 Binary files /dev/null and b/src/icons/5529.png differ diff --git a/src/icons/55290.png b/src/icons/55290.png new file mode 100644 index 0000000..9393e01 Binary files /dev/null and b/src/icons/55290.png differ diff --git a/src/icons/55291.png b/src/icons/55291.png new file mode 100644 index 0000000..d45e175 Binary files /dev/null and b/src/icons/55291.png differ diff --git a/src/icons/55292.png b/src/icons/55292.png new file mode 100644 index 0000000..4625da2 Binary files /dev/null and b/src/icons/55292.png differ diff --git a/src/icons/55293.png b/src/icons/55293.png new file mode 100644 index 0000000..cae51ca Binary files /dev/null and b/src/icons/55293.png differ diff --git a/src/icons/55294.png b/src/icons/55294.png new file mode 100644 index 0000000..0bf1d99 Binary files /dev/null and b/src/icons/55294.png differ diff --git a/src/icons/55295.png b/src/icons/55295.png new file mode 100644 index 0000000..480a213 Binary files /dev/null and b/src/icons/55295.png differ diff --git a/src/icons/55296.png b/src/icons/55296.png new file mode 100644 index 0000000..99180eb Binary files /dev/null and b/src/icons/55296.png differ diff --git a/src/icons/55297.png b/src/icons/55297.png new file mode 100644 index 0000000..f1c39cc Binary files /dev/null and b/src/icons/55297.png differ diff --git a/src/icons/55298.png b/src/icons/55298.png new file mode 100644 index 0000000..842f1f5 Binary files /dev/null and b/src/icons/55298.png differ diff --git a/src/icons/55299.png b/src/icons/55299.png new file mode 100644 index 0000000..a511771 Binary files /dev/null and b/src/icons/55299.png differ diff --git a/src/icons/5530.png b/src/icons/5530.png new file mode 100644 index 0000000..f8f9615 Binary files /dev/null and b/src/icons/5530.png differ diff --git a/src/icons/55301.png b/src/icons/55301.png new file mode 100644 index 0000000..11e57bb Binary files /dev/null and b/src/icons/55301.png differ diff --git a/src/icons/55302.png b/src/icons/55302.png new file mode 100644 index 0000000..2414d40 Binary files /dev/null and b/src/icons/55302.png differ diff --git a/src/icons/55303.png b/src/icons/55303.png new file mode 100644 index 0000000..e00bc64 Binary files /dev/null and b/src/icons/55303.png differ diff --git a/src/icons/55304.png b/src/icons/55304.png new file mode 100644 index 0000000..23ed6df Binary files /dev/null and b/src/icons/55304.png differ diff --git a/src/icons/55305.png b/src/icons/55305.png new file mode 100644 index 0000000..c8dbe8b Binary files /dev/null and b/src/icons/55305.png differ diff --git a/src/icons/55306.png b/src/icons/55306.png new file mode 100644 index 0000000..a70445f Binary files /dev/null and b/src/icons/55306.png differ diff --git a/src/icons/55307.png b/src/icons/55307.png new file mode 100644 index 0000000..4d96855 Binary files /dev/null and b/src/icons/55307.png differ diff --git a/src/icons/5531.png b/src/icons/5531.png new file mode 100644 index 0000000..148180f Binary files /dev/null and b/src/icons/5531.png differ diff --git a/src/icons/5532.png b/src/icons/5532.png new file mode 100644 index 0000000..4db6a23 Binary files /dev/null and b/src/icons/5532.png differ diff --git a/src/icons/55337.png b/src/icons/55337.png new file mode 100644 index 0000000..6ed4119 Binary files /dev/null and b/src/icons/55337.png differ diff --git a/src/icons/55338.png b/src/icons/55338.png new file mode 100644 index 0000000..1c9ce42 Binary files /dev/null and b/src/icons/55338.png differ diff --git a/src/icons/55339.png b/src/icons/55339.png new file mode 100644 index 0000000..e10917e Binary files /dev/null and b/src/icons/55339.png differ diff --git a/src/icons/55340.png b/src/icons/55340.png new file mode 100644 index 0000000..6b7f8e7 Binary files /dev/null and b/src/icons/55340.png differ diff --git a/src/icons/55341.png b/src/icons/55341.png new file mode 100644 index 0000000..5abf003 Binary files /dev/null and b/src/icons/55341.png differ diff --git a/src/icons/55342.png b/src/icons/55342.png new file mode 100644 index 0000000..5837bc4 Binary files /dev/null and b/src/icons/55342.png differ diff --git a/src/icons/55343.png b/src/icons/55343.png new file mode 100644 index 0000000..50010fe Binary files /dev/null and b/src/icons/55343.png differ diff --git a/src/icons/55344.png b/src/icons/55344.png new file mode 100644 index 0000000..4f1308e Binary files /dev/null and b/src/icons/55344.png differ diff --git a/src/icons/55345.png b/src/icons/55345.png new file mode 100644 index 0000000..dc007d8 Binary files /dev/null and b/src/icons/55345.png differ diff --git a/src/icons/55346.png b/src/icons/55346.png new file mode 100644 index 0000000..da468f2 Binary files /dev/null and b/src/icons/55346.png differ diff --git a/src/icons/55347.png b/src/icons/55347.png new file mode 100644 index 0000000..38f0fab Binary files /dev/null and b/src/icons/55347.png differ diff --git a/src/icons/55348.png b/src/icons/55348.png new file mode 100644 index 0000000..290e16c Binary files /dev/null and b/src/icons/55348.png differ diff --git a/src/icons/55349.png b/src/icons/55349.png new file mode 100644 index 0000000..055a86b Binary files /dev/null and b/src/icons/55349.png differ diff --git a/src/icons/55350.png b/src/icons/55350.png new file mode 100644 index 0000000..f8f7f6d Binary files /dev/null and b/src/icons/55350.png differ diff --git a/src/icons/55351.png b/src/icons/55351.png new file mode 100644 index 0000000..9f2dc61 Binary files /dev/null and b/src/icons/55351.png differ diff --git a/src/icons/55352.png b/src/icons/55352.png new file mode 100644 index 0000000..1bbb068 Binary files /dev/null and b/src/icons/55352.png differ diff --git a/src/icons/55353.png b/src/icons/55353.png new file mode 100644 index 0000000..0bfe24b Binary files /dev/null and b/src/icons/55353.png differ diff --git a/src/icons/55354.png b/src/icons/55354.png new file mode 100644 index 0000000..bc4917c Binary files /dev/null and b/src/icons/55354.png differ diff --git a/src/icons/55355.png b/src/icons/55355.png new file mode 100644 index 0000000..7f4415f Binary files /dev/null and b/src/icons/55355.png differ diff --git a/src/icons/55356.png b/src/icons/55356.png new file mode 100644 index 0000000..6b1639a Binary files /dev/null and b/src/icons/55356.png differ diff --git a/src/icons/55357.png b/src/icons/55357.png new file mode 100644 index 0000000..bf6062a Binary files /dev/null and b/src/icons/55357.png differ diff --git a/src/icons/55358.png b/src/icons/55358.png new file mode 100644 index 0000000..14a0bd1 Binary files /dev/null and b/src/icons/55358.png differ diff --git a/src/icons/55359.png b/src/icons/55359.png new file mode 100644 index 0000000..733d2d3 Binary files /dev/null and b/src/icons/55359.png differ diff --git a/src/icons/55360.png b/src/icons/55360.png new file mode 100644 index 0000000..4578e5b Binary files /dev/null and b/src/icons/55360.png differ diff --git a/src/icons/55361.png b/src/icons/55361.png new file mode 100644 index 0000000..e8947e6 Binary files /dev/null and b/src/icons/55361.png differ diff --git a/src/icons/55362.png b/src/icons/55362.png new file mode 100644 index 0000000..7da6717 Binary files /dev/null and b/src/icons/55362.png differ diff --git a/src/icons/55363.png b/src/icons/55363.png new file mode 100644 index 0000000..d68b2e3 Binary files /dev/null and b/src/icons/55363.png differ diff --git a/src/icons/55364.png b/src/icons/55364.png new file mode 100644 index 0000000..caeb6e4 Binary files /dev/null and b/src/icons/55364.png differ diff --git a/src/icons/55365.png b/src/icons/55365.png new file mode 100644 index 0000000..ba8a12d Binary files /dev/null and b/src/icons/55365.png differ diff --git a/src/icons/55368.png b/src/icons/55368.png new file mode 100644 index 0000000..efa8468 Binary files /dev/null and b/src/icons/55368.png differ diff --git a/src/icons/55369.png b/src/icons/55369.png new file mode 100644 index 0000000..d158ff1 Binary files /dev/null and b/src/icons/55369.png differ diff --git a/src/icons/55370.png b/src/icons/55370.png new file mode 100644 index 0000000..e67fbb6 Binary files /dev/null and b/src/icons/55370.png differ diff --git a/src/icons/55371.png b/src/icons/55371.png new file mode 100644 index 0000000..d125089 Binary files /dev/null and b/src/icons/55371.png differ diff --git a/src/icons/55372.png b/src/icons/55372.png new file mode 100644 index 0000000..1a09722 Binary files /dev/null and b/src/icons/55372.png differ diff --git a/src/icons/55381.png b/src/icons/55381.png new file mode 100644 index 0000000..f419fe2 Binary files /dev/null and b/src/icons/55381.png differ diff --git a/src/icons/55382.png b/src/icons/55382.png new file mode 100644 index 0000000..7c53f9f Binary files /dev/null and b/src/icons/55382.png differ diff --git a/src/icons/55383.png b/src/icons/55383.png new file mode 100644 index 0000000..7e09afd Binary files /dev/null and b/src/icons/55383.png differ diff --git a/src/icons/55384.png b/src/icons/55384.png new file mode 100644 index 0000000..741ee55 Binary files /dev/null and b/src/icons/55384.png differ diff --git a/src/icons/55385.png b/src/icons/55385.png new file mode 100644 index 0000000..3ce3fde Binary files /dev/null and b/src/icons/55385.png differ diff --git a/src/icons/55386.png b/src/icons/55386.png new file mode 100644 index 0000000..e24a00c Binary files /dev/null and b/src/icons/55386.png differ diff --git a/src/icons/55387.png b/src/icons/55387.png new file mode 100644 index 0000000..0db7437 Binary files /dev/null and b/src/icons/55387.png differ diff --git a/src/icons/55388.png b/src/icons/55388.png new file mode 100644 index 0000000..d4d723f Binary files /dev/null and b/src/icons/55388.png differ diff --git a/src/icons/55389.png b/src/icons/55389.png new file mode 100644 index 0000000..1f6beed Binary files /dev/null and b/src/icons/55389.png differ diff --git a/src/icons/55390.png b/src/icons/55390.png new file mode 100644 index 0000000..3992ef9 Binary files /dev/null and b/src/icons/55390.png differ diff --git a/src/icons/55391.png b/src/icons/55391.png new file mode 100644 index 0000000..80fe4b8 Binary files /dev/null and b/src/icons/55391.png differ diff --git a/src/icons/55392.png b/src/icons/55392.png new file mode 100644 index 0000000..b82aba1 Binary files /dev/null and b/src/icons/55392.png differ diff --git a/src/icons/55393.png b/src/icons/55393.png new file mode 100644 index 0000000..821a67d Binary files /dev/null and b/src/icons/55393.png differ diff --git a/src/icons/55394.png b/src/icons/55394.png new file mode 100644 index 0000000..3e3fcb2 Binary files /dev/null and b/src/icons/55394.png differ diff --git a/src/icons/55395.png b/src/icons/55395.png new file mode 100644 index 0000000..2639268 Binary files /dev/null and b/src/icons/55395.png differ diff --git a/src/icons/55396.png b/src/icons/55396.png new file mode 100644 index 0000000..e1e78e0 Binary files /dev/null and b/src/icons/55396.png differ diff --git a/src/icons/55397.png b/src/icons/55397.png new file mode 100644 index 0000000..e5811be Binary files /dev/null and b/src/icons/55397.png differ diff --git a/src/icons/55398.png b/src/icons/55398.png new file mode 100644 index 0000000..b1e87d6 Binary files /dev/null and b/src/icons/55398.png differ diff --git a/src/icons/55399.png b/src/icons/55399.png new file mode 100644 index 0000000..9406246 Binary files /dev/null and b/src/icons/55399.png differ diff --git a/src/icons/55400.png b/src/icons/55400.png new file mode 100644 index 0000000..8950f57 Binary files /dev/null and b/src/icons/55400.png differ diff --git a/src/icons/55401.png b/src/icons/55401.png new file mode 100644 index 0000000..5452114 Binary files /dev/null and b/src/icons/55401.png differ diff --git a/src/icons/55402.png b/src/icons/55402.png new file mode 100644 index 0000000..c56c20d Binary files /dev/null and b/src/icons/55402.png differ diff --git a/src/icons/55451.png b/src/icons/55451.png new file mode 100644 index 0000000..c0aac5a Binary files /dev/null and b/src/icons/55451.png differ diff --git a/src/icons/55452.png b/src/icons/55452.png new file mode 100644 index 0000000..1942bb6 Binary files /dev/null and b/src/icons/55452.png differ diff --git a/src/icons/55453.png b/src/icons/55453.png new file mode 100644 index 0000000..50abd5a Binary files /dev/null and b/src/icons/55453.png differ diff --git a/src/icons/55454.png b/src/icons/55454.png new file mode 100644 index 0000000..0332fc5 Binary files /dev/null and b/src/icons/55454.png differ diff --git a/src/icons/55455.png b/src/icons/55455.png new file mode 100644 index 0000000..feaafa0 Binary files /dev/null and b/src/icons/55455.png differ diff --git a/src/icons/55456.png b/src/icons/55456.png new file mode 100644 index 0000000..017adcd Binary files /dev/null and b/src/icons/55456.png differ diff --git a/src/icons/55457.png b/src/icons/55457.png new file mode 100644 index 0000000..a845ec8 Binary files /dev/null and b/src/icons/55457.png differ diff --git a/src/icons/55458.png b/src/icons/55458.png new file mode 100644 index 0000000..e33c759 Binary files /dev/null and b/src/icons/55458.png differ diff --git a/src/icons/55459.png b/src/icons/55459.png new file mode 100644 index 0000000..1817b0f Binary files /dev/null and b/src/icons/55459.png differ diff --git a/src/icons/55460.png b/src/icons/55460.png new file mode 100644 index 0000000..7bdb791 Binary files /dev/null and b/src/icons/55460.png differ diff --git a/src/icons/55461.png b/src/icons/55461.png new file mode 100644 index 0000000..16ea4ae Binary files /dev/null and b/src/icons/55461.png differ diff --git a/src/icons/55462.png b/src/icons/55462.png new file mode 100644 index 0000000..331e6e5 Binary files /dev/null and b/src/icons/55462.png differ diff --git a/src/icons/55463.png b/src/icons/55463.png new file mode 100644 index 0000000..00ff7bf Binary files /dev/null and b/src/icons/55463.png differ diff --git a/src/icons/55464.png b/src/icons/55464.png new file mode 100644 index 0000000..672fed3 Binary files /dev/null and b/src/icons/55464.png differ diff --git a/src/icons/55465.png b/src/icons/55465.png new file mode 100644 index 0000000..86cd515 Binary files /dev/null and b/src/icons/55465.png differ diff --git a/src/icons/55466.png b/src/icons/55466.png new file mode 100644 index 0000000..a0eb833 Binary files /dev/null and b/src/icons/55466.png differ diff --git a/src/icons/55467.png b/src/icons/55467.png new file mode 100644 index 0000000..362b8cd Binary files /dev/null and b/src/icons/55467.png differ diff --git a/src/icons/55468.png b/src/icons/55468.png new file mode 100644 index 0000000..1ff4425 Binary files /dev/null and b/src/icons/55468.png differ diff --git a/src/icons/55469.png b/src/icons/55469.png new file mode 100644 index 0000000..92a66af Binary files /dev/null and b/src/icons/55469.png differ diff --git a/src/icons/55470.png b/src/icons/55470.png new file mode 100644 index 0000000..502c5ed Binary files /dev/null and b/src/icons/55470.png differ diff --git a/src/icons/55471.png b/src/icons/55471.png new file mode 100644 index 0000000..e713d4a Binary files /dev/null and b/src/icons/55471.png differ diff --git a/src/icons/55472.png b/src/icons/55472.png new file mode 100644 index 0000000..e776a8a Binary files /dev/null and b/src/icons/55472.png differ diff --git a/src/icons/55473.png b/src/icons/55473.png new file mode 100644 index 0000000..d6599f9 Binary files /dev/null and b/src/icons/55473.png differ diff --git a/src/icons/55474.png b/src/icons/55474.png new file mode 100644 index 0000000..f06d5bb Binary files /dev/null and b/src/icons/55474.png differ diff --git a/src/icons/55475.png b/src/icons/55475.png new file mode 100644 index 0000000..9f77e53 Binary files /dev/null and b/src/icons/55475.png differ diff --git a/src/icons/55476.png b/src/icons/55476.png new file mode 100644 index 0000000..df76e3a Binary files /dev/null and b/src/icons/55476.png differ diff --git a/src/icons/55477.png b/src/icons/55477.png new file mode 100644 index 0000000..7b88787 Binary files /dev/null and b/src/icons/55477.png differ diff --git a/src/icons/55478.png b/src/icons/55478.png new file mode 100644 index 0000000..a1e7d4d Binary files /dev/null and b/src/icons/55478.png differ diff --git a/src/icons/55479.png b/src/icons/55479.png new file mode 100644 index 0000000..85b1d33 Binary files /dev/null and b/src/icons/55479.png differ diff --git a/src/icons/55480.png b/src/icons/55480.png new file mode 100644 index 0000000..82e6e5c Binary files /dev/null and b/src/icons/55480.png differ diff --git a/src/icons/55481.png b/src/icons/55481.png new file mode 100644 index 0000000..f78129f Binary files /dev/null and b/src/icons/55481.png differ diff --git a/src/icons/55482.png b/src/icons/55482.png new file mode 100644 index 0000000..4aa7e8b Binary files /dev/null and b/src/icons/55482.png differ diff --git a/src/icons/55483.png b/src/icons/55483.png new file mode 100644 index 0000000..14ee9a1 Binary files /dev/null and b/src/icons/55483.png differ diff --git a/src/icons/55484.png b/src/icons/55484.png new file mode 100644 index 0000000..ef523fa Binary files /dev/null and b/src/icons/55484.png differ diff --git a/src/icons/55485.png b/src/icons/55485.png new file mode 100644 index 0000000..b7c0aab Binary files /dev/null and b/src/icons/55485.png differ diff --git a/src/icons/55486.png b/src/icons/55486.png new file mode 100644 index 0000000..7ac92e0 Binary files /dev/null and b/src/icons/55486.png differ diff --git a/src/icons/55487.png b/src/icons/55487.png new file mode 100644 index 0000000..a006e64 Binary files /dev/null and b/src/icons/55487.png differ diff --git a/src/icons/55488.png b/src/icons/55488.png new file mode 100644 index 0000000..4c22e9e Binary files /dev/null and b/src/icons/55488.png differ diff --git a/src/icons/55489.png b/src/icons/55489.png new file mode 100644 index 0000000..681164f Binary files /dev/null and b/src/icons/55489.png differ diff --git a/src/icons/55490.png b/src/icons/55490.png new file mode 100644 index 0000000..0616b73 Binary files /dev/null and b/src/icons/55490.png differ diff --git a/src/icons/55491.png b/src/icons/55491.png new file mode 100644 index 0000000..3aba505 Binary files /dev/null and b/src/icons/55491.png differ diff --git a/src/icons/55492.png b/src/icons/55492.png new file mode 100644 index 0000000..87a64c7 Binary files /dev/null and b/src/icons/55492.png differ diff --git a/src/icons/55493.png b/src/icons/55493.png new file mode 100644 index 0000000..f5866b1 Binary files /dev/null and b/src/icons/55493.png differ diff --git a/src/icons/55494.png b/src/icons/55494.png new file mode 100644 index 0000000..170c4b1 Binary files /dev/null and b/src/icons/55494.png differ diff --git a/src/icons/55495.png b/src/icons/55495.png new file mode 100644 index 0000000..9a7b4aa Binary files /dev/null and b/src/icons/55495.png differ diff --git a/src/icons/55551.png b/src/icons/55551.png new file mode 100644 index 0000000..bf60be1 Binary files /dev/null and b/src/icons/55551.png differ diff --git a/src/icons/55552.png b/src/icons/55552.png new file mode 100644 index 0000000..8434325 Binary files /dev/null and b/src/icons/55552.png differ diff --git a/src/icons/55553.png b/src/icons/55553.png new file mode 100644 index 0000000..7025b16 Binary files /dev/null and b/src/icons/55553.png differ diff --git a/src/icons/55554.png b/src/icons/55554.png new file mode 100644 index 0000000..097e4e7 Binary files /dev/null and b/src/icons/55554.png differ diff --git a/src/icons/55555.png b/src/icons/55555.png new file mode 100644 index 0000000..c1a786f Binary files /dev/null and b/src/icons/55555.png differ diff --git a/src/icons/55556.png b/src/icons/55556.png new file mode 100644 index 0000000..099b7a0 Binary files /dev/null and b/src/icons/55556.png differ diff --git a/src/icons/55557.png b/src/icons/55557.png new file mode 100644 index 0000000..3906930 Binary files /dev/null and b/src/icons/55557.png differ diff --git a/src/icons/55558.png b/src/icons/55558.png new file mode 100644 index 0000000..3e60e1b Binary files /dev/null and b/src/icons/55558.png differ diff --git a/src/icons/55559.png b/src/icons/55559.png new file mode 100644 index 0000000..7015073 Binary files /dev/null and b/src/icons/55559.png differ diff --git a/src/icons/55560.png b/src/icons/55560.png new file mode 100644 index 0000000..bfb40f1 Binary files /dev/null and b/src/icons/55560.png differ diff --git a/src/icons/55561.png b/src/icons/55561.png new file mode 100644 index 0000000..a45cab6 Binary files /dev/null and b/src/icons/55561.png differ diff --git a/src/icons/55562.png b/src/icons/55562.png new file mode 100644 index 0000000..b1055ab Binary files /dev/null and b/src/icons/55562.png differ diff --git a/src/icons/55563.png b/src/icons/55563.png new file mode 100644 index 0000000..830f005 Binary files /dev/null and b/src/icons/55563.png differ diff --git a/src/icons/55564.png b/src/icons/55564.png new file mode 100644 index 0000000..d4a2552 Binary files /dev/null and b/src/icons/55564.png differ diff --git a/src/icons/55565.png b/src/icons/55565.png new file mode 100644 index 0000000..61880dd Binary files /dev/null and b/src/icons/55565.png differ diff --git a/src/icons/55566.png b/src/icons/55566.png new file mode 100644 index 0000000..efa8ab7 Binary files /dev/null and b/src/icons/55566.png differ diff --git a/src/icons/55567.png b/src/icons/55567.png new file mode 100644 index 0000000..a163b5e Binary files /dev/null and b/src/icons/55567.png differ diff --git a/src/icons/55568.png b/src/icons/55568.png new file mode 100644 index 0000000..73b3f9d Binary files /dev/null and b/src/icons/55568.png differ diff --git a/src/icons/55569.png b/src/icons/55569.png new file mode 100644 index 0000000..f0bc51d Binary files /dev/null and b/src/icons/55569.png differ diff --git a/src/icons/55570.png b/src/icons/55570.png new file mode 100644 index 0000000..16e4c53 Binary files /dev/null and b/src/icons/55570.png differ diff --git a/src/icons/55575.png b/src/icons/55575.png new file mode 100644 index 0000000..5e32c33 Binary files /dev/null and b/src/icons/55575.png differ diff --git a/src/icons/55576.png b/src/icons/55576.png new file mode 100644 index 0000000..65a0e15 Binary files /dev/null and b/src/icons/55576.png differ diff --git a/src/icons/55577.png b/src/icons/55577.png new file mode 100644 index 0000000..cc454e6 Binary files /dev/null and b/src/icons/55577.png differ diff --git a/src/icons/55578.png b/src/icons/55578.png new file mode 100644 index 0000000..29e2eda Binary files /dev/null and b/src/icons/55578.png differ diff --git a/src/icons/55579.png b/src/icons/55579.png new file mode 100644 index 0000000..6f8bb98 Binary files /dev/null and b/src/icons/55579.png differ diff --git a/src/icons/55580.png b/src/icons/55580.png new file mode 100644 index 0000000..08c3bc8 Binary files /dev/null and b/src/icons/55580.png differ diff --git a/src/icons/55581.png b/src/icons/55581.png new file mode 100644 index 0000000..22ce697 Binary files /dev/null and b/src/icons/55581.png differ diff --git a/src/icons/55582.png b/src/icons/55582.png new file mode 100644 index 0000000..051f684 Binary files /dev/null and b/src/icons/55582.png differ diff --git a/src/icons/55583.png b/src/icons/55583.png new file mode 100644 index 0000000..506a08c Binary files /dev/null and b/src/icons/55583.png differ diff --git a/src/icons/55584.png b/src/icons/55584.png new file mode 100644 index 0000000..2b5cb03 Binary files /dev/null and b/src/icons/55584.png differ diff --git a/src/icons/55585.png b/src/icons/55585.png new file mode 100644 index 0000000..060fe66 Binary files /dev/null and b/src/icons/55585.png differ diff --git a/src/icons/55586.png b/src/icons/55586.png new file mode 100644 index 0000000..95e0de9 Binary files /dev/null and b/src/icons/55586.png differ diff --git a/src/icons/55587.png b/src/icons/55587.png new file mode 100644 index 0000000..370d2be Binary files /dev/null and b/src/icons/55587.png differ diff --git a/src/icons/55588.png b/src/icons/55588.png new file mode 100644 index 0000000..be5a292 Binary files /dev/null and b/src/icons/55588.png differ diff --git a/src/icons/55589.png b/src/icons/55589.png new file mode 100644 index 0000000..1f9a31d Binary files /dev/null and b/src/icons/55589.png differ diff --git a/src/icons/55590.png b/src/icons/55590.png new file mode 100644 index 0000000..0e0f3da Binary files /dev/null and b/src/icons/55590.png differ diff --git a/src/icons/55591.png b/src/icons/55591.png new file mode 100644 index 0000000..e7f839d Binary files /dev/null and b/src/icons/55591.png differ diff --git a/src/icons/55592.png b/src/icons/55592.png new file mode 100644 index 0000000..5ef53f4 Binary files /dev/null and b/src/icons/55592.png differ diff --git a/src/icons/55593.png b/src/icons/55593.png new file mode 100644 index 0000000..e5b8b87 Binary files /dev/null and b/src/icons/55593.png differ diff --git a/src/icons/55594.png b/src/icons/55594.png new file mode 100644 index 0000000..e6720c7 Binary files /dev/null and b/src/icons/55594.png differ diff --git a/src/icons/55595.png b/src/icons/55595.png new file mode 100644 index 0000000..f6028f5 Binary files /dev/null and b/src/icons/55595.png differ diff --git a/src/icons/55596.png b/src/icons/55596.png new file mode 100644 index 0000000..3fe5d92 Binary files /dev/null and b/src/icons/55596.png differ diff --git a/src/icons/55597.png b/src/icons/55597.png new file mode 100644 index 0000000..566c49f Binary files /dev/null and b/src/icons/55597.png differ diff --git a/src/icons/55598.png b/src/icons/55598.png new file mode 100644 index 0000000..6a121c4 Binary files /dev/null and b/src/icons/55598.png differ diff --git a/src/icons/55599.png b/src/icons/55599.png new file mode 100644 index 0000000..a16d96b Binary files /dev/null and b/src/icons/55599.png differ diff --git a/src/icons/55600.png b/src/icons/55600.png new file mode 100644 index 0000000..ac41a86 Binary files /dev/null and b/src/icons/55600.png differ diff --git a/src/icons/55601.png b/src/icons/55601.png new file mode 100644 index 0000000..4948aa4 Binary files /dev/null and b/src/icons/55601.png differ diff --git a/src/icons/55602.png b/src/icons/55602.png new file mode 100644 index 0000000..47b94ac Binary files /dev/null and b/src/icons/55602.png differ diff --git a/src/icons/55603.png b/src/icons/55603.png new file mode 100644 index 0000000..979b5c0 Binary files /dev/null and b/src/icons/55603.png differ diff --git a/src/icons/55604.png b/src/icons/55604.png new file mode 100644 index 0000000..eac674e Binary files /dev/null and b/src/icons/55604.png differ diff --git a/src/icons/55605.png b/src/icons/55605.png new file mode 100644 index 0000000..51d35d6 Binary files /dev/null and b/src/icons/55605.png differ diff --git a/src/icons/55606.png b/src/icons/55606.png new file mode 100644 index 0000000..8e2c2c5 Binary files /dev/null and b/src/icons/55606.png differ diff --git a/src/icons/55607.png b/src/icons/55607.png new file mode 100644 index 0000000..dfe11ef Binary files /dev/null and b/src/icons/55607.png differ diff --git a/src/icons/55608.png b/src/icons/55608.png new file mode 100644 index 0000000..8689658 Binary files /dev/null and b/src/icons/55608.png differ diff --git a/src/icons/55609.png b/src/icons/55609.png new file mode 100644 index 0000000..21de91d Binary files /dev/null and b/src/icons/55609.png differ diff --git a/src/icons/55610.png b/src/icons/55610.png new file mode 100644 index 0000000..a166745 Binary files /dev/null and b/src/icons/55610.png differ diff --git a/src/icons/55611.png b/src/icons/55611.png new file mode 100644 index 0000000..e14c5ec Binary files /dev/null and b/src/icons/55611.png differ diff --git a/src/icons/55612.png b/src/icons/55612.png new file mode 100644 index 0000000..a3a6197 Binary files /dev/null and b/src/icons/55612.png differ diff --git a/src/icons/55613.png b/src/icons/55613.png new file mode 100644 index 0000000..6ed8ce9 Binary files /dev/null and b/src/icons/55613.png differ diff --git a/src/icons/55614.png b/src/icons/55614.png new file mode 100644 index 0000000..6880423 Binary files /dev/null and b/src/icons/55614.png differ diff --git a/src/icons/55615.png b/src/icons/55615.png new file mode 100644 index 0000000..463eaae Binary files /dev/null and b/src/icons/55615.png differ diff --git a/src/icons/55616.png b/src/icons/55616.png new file mode 100644 index 0000000..2a1737a Binary files /dev/null and b/src/icons/55616.png differ diff --git a/src/icons/55617.png b/src/icons/55617.png new file mode 100644 index 0000000..7166171 Binary files /dev/null and b/src/icons/55617.png differ diff --git a/src/icons/55618.png b/src/icons/55618.png new file mode 100644 index 0000000..2cee8ca Binary files /dev/null and b/src/icons/55618.png differ diff --git a/src/icons/55619.png b/src/icons/55619.png new file mode 100644 index 0000000..8b2dfbd Binary files /dev/null and b/src/icons/55619.png differ diff --git a/src/icons/55620.png b/src/icons/55620.png new file mode 100644 index 0000000..5cd0fc6 Binary files /dev/null and b/src/icons/55620.png differ diff --git a/src/icons/55621.png b/src/icons/55621.png new file mode 100644 index 0000000..d7c31ce Binary files /dev/null and b/src/icons/55621.png differ diff --git a/src/icons/55622.png b/src/icons/55622.png new file mode 100644 index 0000000..e55b351 Binary files /dev/null and b/src/icons/55622.png differ diff --git a/src/icons/55623.png b/src/icons/55623.png new file mode 100644 index 0000000..ad853ee Binary files /dev/null and b/src/icons/55623.png differ diff --git a/src/icons/55624.png b/src/icons/55624.png new file mode 100644 index 0000000..cac3fd9 Binary files /dev/null and b/src/icons/55624.png differ diff --git a/src/icons/55625.png b/src/icons/55625.png new file mode 100644 index 0000000..0d79b77 Binary files /dev/null and b/src/icons/55625.png differ diff --git a/src/icons/55626.png b/src/icons/55626.png new file mode 100644 index 0000000..aa95fa8 Binary files /dev/null and b/src/icons/55626.png differ diff --git a/src/icons/55627.png b/src/icons/55627.png new file mode 100644 index 0000000..ba3cf4f Binary files /dev/null and b/src/icons/55627.png differ diff --git a/src/icons/55628.png b/src/icons/55628.png new file mode 100644 index 0000000..05448e1 Binary files /dev/null and b/src/icons/55628.png differ diff --git a/src/icons/55629.png b/src/icons/55629.png new file mode 100644 index 0000000..338cddd Binary files /dev/null and b/src/icons/55629.png differ diff --git a/src/icons/55630.png b/src/icons/55630.png new file mode 100644 index 0000000..2982d73 Binary files /dev/null and b/src/icons/55630.png differ diff --git a/src/icons/55631.png b/src/icons/55631.png new file mode 100644 index 0000000..954af3c Binary files /dev/null and b/src/icons/55631.png differ diff --git a/src/icons/55632.png b/src/icons/55632.png new file mode 100644 index 0000000..fb5f51c Binary files /dev/null and b/src/icons/55632.png differ diff --git a/src/icons/55633.png b/src/icons/55633.png new file mode 100644 index 0000000..9c57ea6 Binary files /dev/null and b/src/icons/55633.png differ diff --git a/src/icons/55634.png b/src/icons/55634.png new file mode 100644 index 0000000..9a2892f Binary files /dev/null and b/src/icons/55634.png differ diff --git a/src/icons/55635.png b/src/icons/55635.png new file mode 100644 index 0000000..70f0789 Binary files /dev/null and b/src/icons/55635.png differ diff --git a/src/icons/55636.png b/src/icons/55636.png new file mode 100644 index 0000000..7098ace Binary files /dev/null and b/src/icons/55636.png differ diff --git a/src/icons/55637.png b/src/icons/55637.png new file mode 100644 index 0000000..32b4768 Binary files /dev/null and b/src/icons/55637.png differ diff --git a/src/icons/55638.png b/src/icons/55638.png new file mode 100644 index 0000000..bf218d4 Binary files /dev/null and b/src/icons/55638.png differ diff --git a/src/icons/55639.png b/src/icons/55639.png new file mode 100644 index 0000000..f29956c Binary files /dev/null and b/src/icons/55639.png differ diff --git a/src/icons/55640.png b/src/icons/55640.png new file mode 100644 index 0000000..07405f8 Binary files /dev/null and b/src/icons/55640.png differ diff --git a/src/icons/55641.png b/src/icons/55641.png new file mode 100644 index 0000000..d98d61b Binary files /dev/null and b/src/icons/55641.png differ diff --git a/src/icons/55642.png b/src/icons/55642.png new file mode 100644 index 0000000..6f5f3f1 Binary files /dev/null and b/src/icons/55642.png differ diff --git a/src/icons/55643.png b/src/icons/55643.png new file mode 100644 index 0000000..483ce78 Binary files /dev/null and b/src/icons/55643.png differ diff --git a/src/icons/55644.png b/src/icons/55644.png new file mode 100644 index 0000000..ee684a0 Binary files /dev/null and b/src/icons/55644.png differ diff --git a/src/icons/55645.png b/src/icons/55645.png new file mode 100644 index 0000000..e002470 Binary files /dev/null and b/src/icons/55645.png differ diff --git a/src/icons/55646.png b/src/icons/55646.png new file mode 100644 index 0000000..0dd22fd Binary files /dev/null and b/src/icons/55646.png differ diff --git a/src/icons/55647.png b/src/icons/55647.png new file mode 100644 index 0000000..130346b Binary files /dev/null and b/src/icons/55647.png differ diff --git a/src/icons/55648.png b/src/icons/55648.png new file mode 100644 index 0000000..29901c2 Binary files /dev/null and b/src/icons/55648.png differ diff --git a/src/icons/55649.png b/src/icons/55649.png new file mode 100644 index 0000000..53615c2 Binary files /dev/null and b/src/icons/55649.png differ diff --git a/src/icons/55650.png b/src/icons/55650.png new file mode 100644 index 0000000..14e4830 Binary files /dev/null and b/src/icons/55650.png differ diff --git a/src/icons/55651.png b/src/icons/55651.png new file mode 100644 index 0000000..ec8897f Binary files /dev/null and b/src/icons/55651.png differ diff --git a/src/icons/55652.png b/src/icons/55652.png new file mode 100644 index 0000000..3da4d7f Binary files /dev/null and b/src/icons/55652.png differ diff --git a/src/icons/55653.png b/src/icons/55653.png new file mode 100644 index 0000000..c162fd7 Binary files /dev/null and b/src/icons/55653.png differ diff --git a/src/icons/55654.png b/src/icons/55654.png new file mode 100644 index 0000000..91377e5 Binary files /dev/null and b/src/icons/55654.png differ diff --git a/src/icons/55655.png b/src/icons/55655.png new file mode 100644 index 0000000..dbcf864 Binary files /dev/null and b/src/icons/55655.png differ diff --git a/src/icons/55656.png b/src/icons/55656.png new file mode 100644 index 0000000..cfc02ec Binary files /dev/null and b/src/icons/55656.png differ diff --git a/src/icons/55657.png b/src/icons/55657.png new file mode 100644 index 0000000..4ea4506 Binary files /dev/null and b/src/icons/55657.png differ diff --git a/src/icons/55658.png b/src/icons/55658.png new file mode 100644 index 0000000..998a203 Binary files /dev/null and b/src/icons/55658.png differ diff --git a/src/icons/55659.png b/src/icons/55659.png new file mode 100644 index 0000000..abc782d Binary files /dev/null and b/src/icons/55659.png differ diff --git a/src/icons/55660.png b/src/icons/55660.png new file mode 100644 index 0000000..64f8493 Binary files /dev/null and b/src/icons/55660.png differ diff --git a/src/icons/55661.png b/src/icons/55661.png new file mode 100644 index 0000000..66660be Binary files /dev/null and b/src/icons/55661.png differ diff --git a/src/icons/55662.png b/src/icons/55662.png new file mode 100644 index 0000000..5ef1530 Binary files /dev/null and b/src/icons/55662.png differ diff --git a/src/icons/55663.png b/src/icons/55663.png new file mode 100644 index 0000000..8711521 Binary files /dev/null and b/src/icons/55663.png differ diff --git a/src/icons/55664.png b/src/icons/55664.png new file mode 100644 index 0000000..649125d Binary files /dev/null and b/src/icons/55664.png differ diff --git a/src/icons/55665.png b/src/icons/55665.png new file mode 100644 index 0000000..02a35b0 Binary files /dev/null and b/src/icons/55665.png differ diff --git a/src/icons/55666.png b/src/icons/55666.png new file mode 100644 index 0000000..664682a Binary files /dev/null and b/src/icons/55666.png differ diff --git a/src/icons/55667.png b/src/icons/55667.png new file mode 100644 index 0000000..2c432ed Binary files /dev/null and b/src/icons/55667.png differ diff --git a/src/icons/55668.png b/src/icons/55668.png new file mode 100644 index 0000000..79c3ba6 Binary files /dev/null and b/src/icons/55668.png differ diff --git a/src/icons/55669.png b/src/icons/55669.png new file mode 100644 index 0000000..3379fc4 Binary files /dev/null and b/src/icons/55669.png differ diff --git a/src/icons/55670.png b/src/icons/55670.png new file mode 100644 index 0000000..62971e6 Binary files /dev/null and b/src/icons/55670.png differ diff --git a/src/icons/55671.png b/src/icons/55671.png new file mode 100644 index 0000000..cc96454 Binary files /dev/null and b/src/icons/55671.png differ diff --git a/src/icons/55672.png b/src/icons/55672.png new file mode 100644 index 0000000..ddf36f3 Binary files /dev/null and b/src/icons/55672.png differ diff --git a/src/icons/55673.png b/src/icons/55673.png new file mode 100644 index 0000000..3a2ad15 Binary files /dev/null and b/src/icons/55673.png differ diff --git a/src/icons/55674.png b/src/icons/55674.png new file mode 100644 index 0000000..32aee1b Binary files /dev/null and b/src/icons/55674.png differ diff --git a/src/icons/55675.png b/src/icons/55675.png new file mode 100644 index 0000000..581f54f Binary files /dev/null and b/src/icons/55675.png differ diff --git a/src/icons/55676.png b/src/icons/55676.png new file mode 100644 index 0000000..eae0a73 Binary files /dev/null and b/src/icons/55676.png differ diff --git a/src/icons/55677.png b/src/icons/55677.png new file mode 100644 index 0000000..224b6d8 Binary files /dev/null and b/src/icons/55677.png differ diff --git a/src/icons/55678.png b/src/icons/55678.png new file mode 100644 index 0000000..7725a08 Binary files /dev/null and b/src/icons/55678.png differ diff --git a/src/icons/55679.png b/src/icons/55679.png new file mode 100644 index 0000000..e84ecb5 Binary files /dev/null and b/src/icons/55679.png differ diff --git a/src/icons/55680.png b/src/icons/55680.png new file mode 100644 index 0000000..21ee9d6 Binary files /dev/null and b/src/icons/55680.png differ diff --git a/src/icons/55681.png b/src/icons/55681.png new file mode 100644 index 0000000..4e6390f Binary files /dev/null and b/src/icons/55681.png differ diff --git a/src/icons/55682.png b/src/icons/55682.png new file mode 100644 index 0000000..2debff7 Binary files /dev/null and b/src/icons/55682.png differ diff --git a/src/icons/55683.png b/src/icons/55683.png new file mode 100644 index 0000000..4e893aa Binary files /dev/null and b/src/icons/55683.png differ diff --git a/src/icons/55684.png b/src/icons/55684.png new file mode 100644 index 0000000..02b412c Binary files /dev/null and b/src/icons/55684.png differ diff --git a/src/icons/55685.png b/src/icons/55685.png new file mode 100644 index 0000000..aaca47c Binary files /dev/null and b/src/icons/55685.png differ diff --git a/src/icons/55686.png b/src/icons/55686.png new file mode 100644 index 0000000..9537371 Binary files /dev/null and b/src/icons/55686.png differ diff --git a/src/icons/55687.png b/src/icons/55687.png new file mode 100644 index 0000000..862d277 Binary files /dev/null and b/src/icons/55687.png differ diff --git a/src/icons/55688.png b/src/icons/55688.png new file mode 100644 index 0000000..9f085eb Binary files /dev/null and b/src/icons/55688.png differ diff --git a/src/icons/55689.png b/src/icons/55689.png new file mode 100644 index 0000000..a4e0cbb Binary files /dev/null and b/src/icons/55689.png differ diff --git a/src/icons/55690.png b/src/icons/55690.png new file mode 100644 index 0000000..dd3dc72 Binary files /dev/null and b/src/icons/55690.png differ diff --git a/src/icons/55701.png b/src/icons/55701.png new file mode 100644 index 0000000..ca61e12 Binary files /dev/null and b/src/icons/55701.png differ diff --git a/src/icons/55702.png b/src/icons/55702.png new file mode 100644 index 0000000..8612f37 Binary files /dev/null and b/src/icons/55702.png differ diff --git a/src/icons/55703.png b/src/icons/55703.png new file mode 100644 index 0000000..c511950 Binary files /dev/null and b/src/icons/55703.png differ diff --git a/src/icons/55704.png b/src/icons/55704.png new file mode 100644 index 0000000..8abc5d3 Binary files /dev/null and b/src/icons/55704.png differ diff --git a/src/icons/55706.png b/src/icons/55706.png new file mode 100644 index 0000000..ffe72ec Binary files /dev/null and b/src/icons/55706.png differ diff --git a/src/icons/55707.png b/src/icons/55707.png new file mode 100644 index 0000000..80cc487 Binary files /dev/null and b/src/icons/55707.png differ diff --git a/src/icons/55708.png b/src/icons/55708.png new file mode 100644 index 0000000..72e2ffc Binary files /dev/null and b/src/icons/55708.png differ diff --git a/src/icons/55709.png b/src/icons/55709.png new file mode 100644 index 0000000..43252d6 Binary files /dev/null and b/src/icons/55709.png differ diff --git a/src/icons/55710.png b/src/icons/55710.png new file mode 100644 index 0000000..5913a93 Binary files /dev/null and b/src/icons/55710.png differ diff --git a/src/icons/55712.png b/src/icons/55712.png new file mode 100644 index 0000000..20c4ada Binary files /dev/null and b/src/icons/55712.png differ diff --git a/src/icons/55713.png b/src/icons/55713.png new file mode 100644 index 0000000..4d6f81a Binary files /dev/null and b/src/icons/55713.png differ diff --git a/src/icons/55714.png b/src/icons/55714.png new file mode 100644 index 0000000..3b1eb58 Binary files /dev/null and b/src/icons/55714.png differ diff --git a/src/icons/55715.png b/src/icons/55715.png new file mode 100644 index 0000000..c30652b Binary files /dev/null and b/src/icons/55715.png differ diff --git a/src/icons/55716.png b/src/icons/55716.png new file mode 100644 index 0000000..f94bfc3 Binary files /dev/null and b/src/icons/55716.png differ diff --git a/src/icons/55718.png b/src/icons/55718.png new file mode 100644 index 0000000..8074e9d Binary files /dev/null and b/src/icons/55718.png differ diff --git a/src/icons/55719.png b/src/icons/55719.png new file mode 100644 index 0000000..f703cef Binary files /dev/null and b/src/icons/55719.png differ diff --git a/src/icons/55720.png b/src/icons/55720.png new file mode 100644 index 0000000..4461d93 Binary files /dev/null and b/src/icons/55720.png differ diff --git a/src/icons/55721.png b/src/icons/55721.png new file mode 100644 index 0000000..6ed53da Binary files /dev/null and b/src/icons/55721.png differ diff --git a/src/icons/55722.png b/src/icons/55722.png new file mode 100644 index 0000000..3dbdfbe Binary files /dev/null and b/src/icons/55722.png differ diff --git a/src/icons/55723.png b/src/icons/55723.png new file mode 100644 index 0000000..77a9052 Binary files /dev/null and b/src/icons/55723.png differ diff --git a/src/icons/55724.png b/src/icons/55724.png new file mode 100644 index 0000000..985e071 Binary files /dev/null and b/src/icons/55724.png differ diff --git a/src/icons/55725.png b/src/icons/55725.png new file mode 100644 index 0000000..6a7f7ef Binary files /dev/null and b/src/icons/55725.png differ diff --git a/src/icons/55726.png b/src/icons/55726.png new file mode 100644 index 0000000..2c9fe64 Binary files /dev/null and b/src/icons/55726.png differ diff --git a/src/icons/55727.png b/src/icons/55727.png new file mode 100644 index 0000000..094ac00 Binary files /dev/null and b/src/icons/55727.png differ diff --git a/src/icons/55728.png b/src/icons/55728.png new file mode 100644 index 0000000..de00c87 Binary files /dev/null and b/src/icons/55728.png differ diff --git a/src/icons/55729.png b/src/icons/55729.png new file mode 100644 index 0000000..a4b918a Binary files /dev/null and b/src/icons/55729.png differ diff --git a/src/icons/55730.png b/src/icons/55730.png new file mode 100644 index 0000000..6aed557 Binary files /dev/null and b/src/icons/55730.png differ diff --git a/src/icons/55731.png b/src/icons/55731.png new file mode 100644 index 0000000..2b96003 Binary files /dev/null and b/src/icons/55731.png differ diff --git a/src/icons/55732.png b/src/icons/55732.png new file mode 100644 index 0000000..c4c0e36 Binary files /dev/null and b/src/icons/55732.png differ diff --git a/src/icons/55733.png b/src/icons/55733.png new file mode 100644 index 0000000..4a93c64 Binary files /dev/null and b/src/icons/55733.png differ diff --git a/src/icons/55794.png b/src/icons/55794.png new file mode 100644 index 0000000..46d1a41 Binary files /dev/null and b/src/icons/55794.png differ diff --git a/src/icons/55795.png b/src/icons/55795.png new file mode 100644 index 0000000..f515946 Binary files /dev/null and b/src/icons/55795.png differ diff --git a/src/icons/55796.png b/src/icons/55796.png new file mode 100644 index 0000000..d05c9f4 Binary files /dev/null and b/src/icons/55796.png differ diff --git a/src/icons/55797.png b/src/icons/55797.png new file mode 100644 index 0000000..2602cee Binary files /dev/null and b/src/icons/55797.png differ diff --git a/src/icons/55798.png b/src/icons/55798.png new file mode 100644 index 0000000..62d15b0 Binary files /dev/null and b/src/icons/55798.png differ diff --git a/src/icons/55799.png b/src/icons/55799.png new file mode 100644 index 0000000..79954dd Binary files /dev/null and b/src/icons/55799.png differ diff --git a/src/icons/55800.png b/src/icons/55800.png new file mode 100644 index 0000000..645e2b1 Binary files /dev/null and b/src/icons/55800.png differ diff --git a/src/icons/55823.png b/src/icons/55823.png new file mode 100644 index 0000000..28db6d4 Binary files /dev/null and b/src/icons/55823.png differ diff --git a/src/icons/55824.png b/src/icons/55824.png new file mode 100644 index 0000000..3d8ef98 Binary files /dev/null and b/src/icons/55824.png differ diff --git a/src/icons/55825.png b/src/icons/55825.png new file mode 100644 index 0000000..7079307 Binary files /dev/null and b/src/icons/55825.png differ diff --git a/src/icons/55826.png b/src/icons/55826.png new file mode 100644 index 0000000..bafe106 Binary files /dev/null and b/src/icons/55826.png differ diff --git a/src/icons/55827.png b/src/icons/55827.png new file mode 100644 index 0000000..a61e73c Binary files /dev/null and b/src/icons/55827.png differ diff --git a/src/icons/55828.png b/src/icons/55828.png new file mode 100644 index 0000000..9e16b91 Binary files /dev/null and b/src/icons/55828.png differ diff --git a/src/icons/55829.png b/src/icons/55829.png new file mode 100644 index 0000000..33baba7 Binary files /dev/null and b/src/icons/55829.png differ diff --git a/src/icons/55840.png b/src/icons/55840.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55840.png differ diff --git a/src/icons/55860.png b/src/icons/55860.png new file mode 100644 index 0000000..bfcdff8 Binary files /dev/null and b/src/icons/55860.png differ diff --git a/src/icons/55861.png b/src/icons/55861.png new file mode 100644 index 0000000..5d84097 Binary files /dev/null and b/src/icons/55861.png differ diff --git a/src/icons/55873.png b/src/icons/55873.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55873.png differ diff --git a/src/icons/55874.png b/src/icons/55874.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55874.png differ diff --git a/src/icons/55875.png b/src/icons/55875.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55875.png differ diff --git a/src/icons/55876.png b/src/icons/55876.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55876.png differ diff --git a/src/icons/55877.png b/src/icons/55877.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55877.png differ diff --git a/src/icons/55878.png b/src/icons/55878.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55878.png differ diff --git a/src/icons/55879.png b/src/icons/55879.png new file mode 100644 index 0000000..ecc11cf Binary files /dev/null and b/src/icons/55879.png differ diff --git a/src/icons/55972.png b/src/icons/55972.png new file mode 100644 index 0000000..d0f0898 Binary files /dev/null and b/src/icons/55972.png differ diff --git a/src/icons/5801.png b/src/icons/5801.png new file mode 100644 index 0000000..6d365c5 Binary files /dev/null and b/src/icons/5801.png differ diff --git a/src/icons/5802.png b/src/icons/5802.png new file mode 100644 index 0000000..325bcaa Binary files /dev/null and b/src/icons/5802.png differ diff --git a/src/icons/5803.png b/src/icons/5803.png new file mode 100644 index 0000000..8dffb3f Binary files /dev/null and b/src/icons/5803.png differ diff --git a/src/icons/5804.png b/src/icons/5804.png new file mode 100644 index 0000000..12e0812 Binary files /dev/null and b/src/icons/5804.png differ diff --git a/src/icons/5851.png b/src/icons/5851.png new file mode 100644 index 0000000..f59e98e Binary files /dev/null and b/src/icons/5851.png differ diff --git a/src/icons/5852.png b/src/icons/5852.png new file mode 100644 index 0000000..8354f3f Binary files /dev/null and b/src/icons/5852.png differ diff --git a/src/icons/5853.png b/src/icons/5853.png new file mode 100644 index 0000000..996dbcb Binary files /dev/null and b/src/icons/5853.png differ diff --git a/src/icons/5854.png b/src/icons/5854.png new file mode 100644 index 0000000..46e953a Binary files /dev/null and b/src/icons/5854.png differ diff --git a/src/icons/5951.png b/src/icons/5951.png new file mode 100644 index 0000000..6a4efe3 Binary files /dev/null and b/src/icons/5951.png differ diff --git a/src/icons/5952.png b/src/icons/5952.png new file mode 100644 index 0000000..60ba92b Binary files /dev/null and b/src/icons/5952.png differ diff --git a/src/icons/5954.png b/src/icons/5954.png new file mode 100644 index 0000000..0384a8e Binary files /dev/null and b/src/icons/5954.png differ diff --git a/src/icons/5955.png b/src/icons/5955.png new file mode 100644 index 0000000..a51458e Binary files /dev/null and b/src/icons/5955.png differ diff --git a/src/icons/5956.png b/src/icons/5956.png new file mode 100644 index 0000000..08e88ae Binary files /dev/null and b/src/icons/5956.png differ diff --git a/src/icons/5957.png b/src/icons/5957.png new file mode 100644 index 0000000..45d711f Binary files /dev/null and b/src/icons/5957.png differ diff --git a/src/icons/5958.png b/src/icons/5958.png new file mode 100644 index 0000000..9a61f9c Binary files /dev/null and b/src/icons/5958.png differ diff --git a/src/icons/5959.png b/src/icons/5959.png new file mode 100644 index 0000000..07af251 Binary files /dev/null and b/src/icons/5959.png differ diff --git a/src/icons/5960.png b/src/icons/5960.png new file mode 100644 index 0000000..fca4437 Binary files /dev/null and b/src/icons/5960.png differ diff --git a/src/icons/5961.png b/src/icons/5961.png new file mode 100644 index 0000000..168692e Binary files /dev/null and b/src/icons/5961.png differ diff --git a/src/icons/5963.png b/src/icons/5963.png new file mode 100644 index 0000000..f894ae3 Binary files /dev/null and b/src/icons/5963.png differ diff --git a/src/icons/6401.png b/src/icons/6401.png new file mode 100644 index 0000000..8d858ec Binary files /dev/null and b/src/icons/6401.png differ diff --git a/src/icons/6515.png b/src/icons/6515.png new file mode 100644 index 0000000..fd0c0ba Binary files /dev/null and b/src/icons/6515.png differ diff --git a/src/icons/6516.png b/src/icons/6516.png new file mode 100644 index 0000000..80efb2e Binary files /dev/null and b/src/icons/6516.png differ diff --git a/src/icons/6656.png b/src/icons/6656.png new file mode 100644 index 0000000..3dc9d4a Binary files /dev/null and b/src/icons/6656.png differ diff --git a/src/icons/6657.png b/src/icons/6657.png new file mode 100644 index 0000000..0227ab1 Binary files /dev/null and b/src/icons/6657.png differ diff --git a/src/icons/7001.png b/src/icons/7001.png new file mode 100644 index 0000000..fc29f01 Binary files /dev/null and b/src/icons/7001.png differ diff --git a/src/icons/7002.png b/src/icons/7002.png new file mode 100644 index 0000000..5fbff81 Binary files /dev/null and b/src/icons/7002.png differ diff --git a/src/icons/7003.png b/src/icons/7003.png new file mode 100644 index 0000000..00bc24d Binary files /dev/null and b/src/icons/7003.png differ diff --git a/src/icons/7004.png b/src/icons/7004.png new file mode 100644 index 0000000..15b1cb6 Binary files /dev/null and b/src/icons/7004.png differ diff --git a/src/icons/7005.png b/src/icons/7005.png new file mode 100644 index 0000000..ce3898c Binary files /dev/null and b/src/icons/7005.png differ diff --git a/src/icons/7009.png b/src/icons/7009.png new file mode 100644 index 0000000..15b1cb6 Binary files /dev/null and b/src/icons/7009.png differ diff --git a/src/icons/701011.png b/src/icons/701011.png new file mode 100644 index 0000000..9c139cb Binary files /dev/null and b/src/icons/701011.png differ diff --git a/src/icons/701012.png b/src/icons/701012.png new file mode 100644 index 0000000..377a0d7 Binary files /dev/null and b/src/icons/701012.png differ diff --git a/src/icons/701013.png b/src/icons/701013.png new file mode 100644 index 0000000..849fab7 Binary files /dev/null and b/src/icons/701013.png differ diff --git a/src/icons/701014.png b/src/icons/701014.png new file mode 100644 index 0000000..e75375a Binary files /dev/null and b/src/icons/701014.png differ diff --git a/src/icons/7014.png b/src/icons/7014.png new file mode 100644 index 0000000..15b1cb6 Binary files /dev/null and b/src/icons/7014.png differ diff --git a/src/icons/7016.png b/src/icons/7016.png new file mode 100644 index 0000000..e510f96 Binary files /dev/null and b/src/icons/7016.png differ diff --git a/src/icons/7017.png b/src/icons/7017.png new file mode 100644 index 0000000..954a87a Binary files /dev/null and b/src/icons/7017.png differ diff --git a/src/icons/7018.png b/src/icons/7018.png new file mode 100644 index 0000000..1ae15a7 Binary files /dev/null and b/src/icons/7018.png differ diff --git a/src/icons/7019.png b/src/icons/7019.png new file mode 100644 index 0000000..de04f35 Binary files /dev/null and b/src/icons/7019.png differ diff --git a/src/icons/7020.png b/src/icons/7020.png new file mode 100644 index 0000000..763c775 Binary files /dev/null and b/src/icons/7020.png differ diff --git a/src/icons/7021.png b/src/icons/7021.png new file mode 100644 index 0000000..3618c24 Binary files /dev/null and b/src/icons/7021.png differ diff --git a/src/icons/7022.png b/src/icons/7022.png new file mode 100644 index 0000000..4475025 Binary files /dev/null and b/src/icons/7022.png differ diff --git a/src/icons/7026.png b/src/icons/7026.png new file mode 100644 index 0000000..8415bd3 Binary files /dev/null and b/src/icons/7026.png differ diff --git a/src/icons/721003.png b/src/icons/721003.png new file mode 100644 index 0000000..f5d9a62 Binary files /dev/null and b/src/icons/721003.png differ diff --git a/src/icons/7304.png b/src/icons/7304.png new file mode 100644 index 0000000..30d0d70 Binary files /dev/null and b/src/icons/7304.png differ diff --git a/src/icons/7306.png b/src/icons/7306.png new file mode 100644 index 0000000..5e95d82 Binary files /dev/null and b/src/icons/7306.png differ diff --git a/src/icons/7307.png b/src/icons/7307.png new file mode 100644 index 0000000..b400d48 Binary files /dev/null and b/src/icons/7307.png differ diff --git a/src/icons/7309.png b/src/icons/7309.png new file mode 100644 index 0000000..3903703 Binary files /dev/null and b/src/icons/7309.png differ diff --git a/src/icons/7312.png b/src/icons/7312.png new file mode 100644 index 0000000..56cfac5 Binary files /dev/null and b/src/icons/7312.png differ diff --git a/src/icons/7321.png b/src/icons/7321.png new file mode 100644 index 0000000..30d0d70 Binary files /dev/null and b/src/icons/7321.png differ diff --git a/src/icons/7347.png b/src/icons/7347.png new file mode 100644 index 0000000..7a29993 Binary files /dev/null and b/src/icons/7347.png differ diff --git a/src/icons/7348.png b/src/icons/7348.png new file mode 100644 index 0000000..e6d7ae1 Binary files /dev/null and b/src/icons/7348.png differ diff --git a/src/icons/7506.png b/src/icons/7506.png new file mode 100644 index 0000000..0e493d3 Binary files /dev/null and b/src/icons/7506.png differ diff --git a/src/icons/752023.png b/src/icons/752023.png new file mode 100644 index 0000000..8e5390b Binary files /dev/null and b/src/icons/752023.png differ diff --git a/src/icons/7584.png b/src/icons/7584.png new file mode 100644 index 0000000..f1e6466 Binary files /dev/null and b/src/icons/7584.png differ diff --git a/src/icons/7585.png b/src/icons/7585.png new file mode 100644 index 0000000..9d6b31e Binary files /dev/null and b/src/icons/7585.png differ diff --git a/src/icons/7586.png b/src/icons/7586.png new file mode 100644 index 0000000..e422f1a Binary files /dev/null and b/src/icons/7586.png differ diff --git a/src/icons/7587.png b/src/icons/7587.png new file mode 100644 index 0000000..115f604 Binary files /dev/null and b/src/icons/7587.png differ diff --git a/src/icons/7589.png b/src/icons/7589.png new file mode 100644 index 0000000..e2cf8ab Binary files /dev/null and b/src/icons/7589.png differ diff --git a/src/icons/7591.png b/src/icons/7591.png new file mode 100644 index 0000000..425217d Binary files /dev/null and b/src/icons/7591.png differ diff --git a/src/icons/7592.png b/src/icons/7592.png new file mode 100644 index 0000000..6b40689 Binary files /dev/null and b/src/icons/7592.png differ diff --git a/src/icons/7593.png b/src/icons/7593.png new file mode 100644 index 0000000..2c55bdc Binary files /dev/null and b/src/icons/7593.png differ diff --git a/src/icons/7594.png b/src/icons/7594.png new file mode 100644 index 0000000..1da65d1 Binary files /dev/null and b/src/icons/7594.png differ diff --git a/src/icons/7595.png b/src/icons/7595.png new file mode 100644 index 0000000..4e77db2 Binary files /dev/null and b/src/icons/7595.png differ diff --git a/src/icons/7600.png b/src/icons/7600.png new file mode 100644 index 0000000..2e76c71 Binary files /dev/null and b/src/icons/7600.png differ diff --git a/src/icons/7604.png b/src/icons/7604.png new file mode 100644 index 0000000..0b551fa Binary files /dev/null and b/src/icons/7604.png differ diff --git a/src/icons/7605.png b/src/icons/7605.png new file mode 100644 index 0000000..6618cd7 Binary files /dev/null and b/src/icons/7605.png differ diff --git a/src/icons/7702.png b/src/icons/7702.png new file mode 100644 index 0000000..e577aac Binary files /dev/null and b/src/icons/7702.png differ diff --git a/src/icons/7921.png b/src/icons/7921.png new file mode 100644 index 0000000..3f9bc26 Binary files /dev/null and b/src/icons/7921.png differ diff --git a/src/icons/8201.png b/src/icons/8201.png new file mode 100644 index 0000000..5019e40 Binary files /dev/null and b/src/icons/8201.png differ diff --git a/src/icons/8202.png b/src/icons/8202.png new file mode 100644 index 0000000..71411af Binary files /dev/null and b/src/icons/8202.png differ diff --git a/src/icons/8203.png b/src/icons/8203.png new file mode 100644 index 0000000..eddc071 Binary files /dev/null and b/src/icons/8203.png differ diff --git a/src/icons/8204.png b/src/icons/8204.png new file mode 100644 index 0000000..13f859a Binary files /dev/null and b/src/icons/8204.png differ diff --git a/src/icons/8206.png b/src/icons/8206.png new file mode 100644 index 0000000..ee1304b Binary files /dev/null and b/src/icons/8206.png differ diff --git a/src/icons/8207.png b/src/icons/8207.png new file mode 100644 index 0000000..ef5446f Binary files /dev/null and b/src/icons/8207.png differ diff --git a/src/icons/8208.png b/src/icons/8208.png new file mode 100644 index 0000000..5e58af1 Binary files /dev/null and b/src/icons/8208.png differ diff --git a/src/icons/8209.png b/src/icons/8209.png new file mode 100644 index 0000000..69cf687 Binary files /dev/null and b/src/icons/8209.png differ diff --git a/src/icons/8210.png b/src/icons/8210.png new file mode 100644 index 0000000..3ebdfb6 Binary files /dev/null and b/src/icons/8210.png differ diff --git a/src/icons/8211.png b/src/icons/8211.png new file mode 100644 index 0000000..db6ba36 Binary files /dev/null and b/src/icons/8211.png differ diff --git a/src/icons/8212.png b/src/icons/8212.png new file mode 100644 index 0000000..b16548b Binary files /dev/null and b/src/icons/8212.png differ diff --git a/src/icons/8213.png b/src/icons/8213.png new file mode 100644 index 0000000..fdf0cfe Binary files /dev/null and b/src/icons/8213.png differ diff --git a/src/icons/8214.png b/src/icons/8214.png new file mode 100644 index 0000000..db06430 Binary files /dev/null and b/src/icons/8214.png differ diff --git a/src/icons/8215.png b/src/icons/8215.png new file mode 100644 index 0000000..9efce7d Binary files /dev/null and b/src/icons/8215.png differ diff --git a/src/icons/8218.png b/src/icons/8218.png new file mode 100644 index 0000000..a7ef86c Binary files /dev/null and b/src/icons/8218.png differ diff --git a/src/icons/8223.png b/src/icons/8223.png new file mode 100644 index 0000000..9f263e8 Binary files /dev/null and b/src/icons/8223.png differ diff --git a/src/icons/8224.png b/src/icons/8224.png new file mode 100644 index 0000000..5e7c85f Binary files /dev/null and b/src/icons/8224.png differ diff --git a/src/icons/8225.png b/src/icons/8225.png new file mode 100644 index 0000000..cc8c962 Binary files /dev/null and b/src/icons/8225.png differ diff --git a/src/icons/8226.png b/src/icons/8226.png new file mode 100644 index 0000000..f9581e6 Binary files /dev/null and b/src/icons/8226.png differ diff --git a/src/icons/8227.png b/src/icons/8227.png new file mode 100644 index 0000000..779d7b8 Binary files /dev/null and b/src/icons/8227.png differ diff --git a/src/icons/8228.png b/src/icons/8228.png new file mode 100644 index 0000000..0b6485f Binary files /dev/null and b/src/icons/8228.png differ diff --git a/src/icons/8229.png b/src/icons/8229.png new file mode 100644 index 0000000..f90c080 Binary files /dev/null and b/src/icons/8229.png differ diff --git a/src/icons/8230.png b/src/icons/8230.png new file mode 100644 index 0000000..dec575b Binary files /dev/null and b/src/icons/8230.png differ diff --git a/src/icons/8231.png b/src/icons/8231.png new file mode 100644 index 0000000..4b24455 Binary files /dev/null and b/src/icons/8231.png differ diff --git a/src/icons/8232.png b/src/icons/8232.png new file mode 100644 index 0000000..160cbc3 Binary files /dev/null and b/src/icons/8232.png differ diff --git a/src/icons/8233.png b/src/icons/8233.png new file mode 100644 index 0000000..5e4212d Binary files /dev/null and b/src/icons/8233.png differ diff --git a/src/icons/8234.png b/src/icons/8234.png new file mode 100644 index 0000000..bd53ac6 Binary files /dev/null and b/src/icons/8234.png differ diff --git a/src/icons/8235.png b/src/icons/8235.png new file mode 100644 index 0000000..eae3a02 Binary files /dev/null and b/src/icons/8235.png differ diff --git a/src/icons/8236.png b/src/icons/8236.png new file mode 100644 index 0000000..a96494c Binary files /dev/null and b/src/icons/8236.png differ diff --git a/src/icons/8238.png b/src/icons/8238.png new file mode 100644 index 0000000..6070591 Binary files /dev/null and b/src/icons/8238.png differ diff --git a/src/icons/8256.png b/src/icons/8256.png new file mode 100644 index 0000000..cc8ca64 Binary files /dev/null and b/src/icons/8256.png differ diff --git a/src/icons/8257.png b/src/icons/8257.png new file mode 100644 index 0000000..2ba5e46 Binary files /dev/null and b/src/icons/8257.png differ diff --git a/src/icons/8258.png b/src/icons/8258.png new file mode 100644 index 0000000..84ff5be Binary files /dev/null and b/src/icons/8258.png differ diff --git a/src/icons/8259.png b/src/icons/8259.png new file mode 100644 index 0000000..a4a36ee Binary files /dev/null and b/src/icons/8259.png differ diff --git a/src/icons/8260.png b/src/icons/8260.png new file mode 100644 index 0000000..63c35fb Binary files /dev/null and b/src/icons/8260.png differ diff --git a/src/icons/8261.png b/src/icons/8261.png new file mode 100644 index 0000000..8bada83 Binary files /dev/null and b/src/icons/8261.png differ diff --git a/src/icons/8262.png b/src/icons/8262.png new file mode 100644 index 0000000..8bec58a Binary files /dev/null and b/src/icons/8262.png differ diff --git a/src/icons/8263.png b/src/icons/8263.png new file mode 100644 index 0000000..4f54fe0 Binary files /dev/null and b/src/icons/8263.png differ diff --git a/src/icons/8264.png b/src/icons/8264.png new file mode 100644 index 0000000..5537486 Binary files /dev/null and b/src/icons/8264.png differ diff --git a/src/icons/8265.png b/src/icons/8265.png new file mode 100644 index 0000000..edfc1b5 Binary files /dev/null and b/src/icons/8265.png differ diff --git a/src/icons/8266.png b/src/icons/8266.png new file mode 100644 index 0000000..c3b79b9 Binary files /dev/null and b/src/icons/8266.png differ diff --git a/src/icons/8267.png b/src/icons/8267.png new file mode 100644 index 0000000..7e7f332 Binary files /dev/null and b/src/icons/8267.png differ diff --git a/src/icons/8268.png b/src/icons/8268.png new file mode 100644 index 0000000..46e606a Binary files /dev/null and b/src/icons/8268.png differ diff --git a/src/icons/8269.png b/src/icons/8269.png new file mode 100644 index 0000000..741b2c0 Binary files /dev/null and b/src/icons/8269.png differ diff --git a/src/icons/8270.png b/src/icons/8270.png new file mode 100644 index 0000000..2b2bb56 Binary files /dev/null and b/src/icons/8270.png differ diff --git a/src/icons/8271.png b/src/icons/8271.png new file mode 100644 index 0000000..906a9b7 Binary files /dev/null and b/src/icons/8271.png differ diff --git a/src/icons/8272.png b/src/icons/8272.png new file mode 100644 index 0000000..cfc252d Binary files /dev/null and b/src/icons/8272.png differ diff --git a/src/icons/8273.png b/src/icons/8273.png new file mode 100644 index 0000000..121df7f Binary files /dev/null and b/src/icons/8273.png differ diff --git a/src/icons/8274.png b/src/icons/8274.png new file mode 100644 index 0000000..ef9d816 Binary files /dev/null and b/src/icons/8274.png differ diff --git a/src/icons/8275.png b/src/icons/8275.png new file mode 100644 index 0000000..f69b8dc Binary files /dev/null and b/src/icons/8275.png differ diff --git a/src/icons/8276.png b/src/icons/8276.png new file mode 100644 index 0000000..d5c0a53 Binary files /dev/null and b/src/icons/8276.png differ diff --git a/src/icons/8277.png b/src/icons/8277.png new file mode 100644 index 0000000..8c4a8a8 Binary files /dev/null and b/src/icons/8277.png differ diff --git a/src/icons/8278.png b/src/icons/8278.png new file mode 100644 index 0000000..2bea54a Binary files /dev/null and b/src/icons/8278.png differ diff --git a/src/icons/8279.png b/src/icons/8279.png new file mode 100644 index 0000000..47c9611 Binary files /dev/null and b/src/icons/8279.png differ diff --git a/src/icons/8281.png b/src/icons/8281.png new file mode 100644 index 0000000..d095f8e Binary files /dev/null and b/src/icons/8281.png differ diff --git a/src/icons/8282.png b/src/icons/8282.png new file mode 100644 index 0000000..a210027 Binary files /dev/null and b/src/icons/8282.png differ diff --git a/src/icons/8283.png b/src/icons/8283.png new file mode 100644 index 0000000..e637e2e Binary files /dev/null and b/src/icons/8283.png differ diff --git a/src/icons/8284.png b/src/icons/8284.png new file mode 100644 index 0000000..5318792 Binary files /dev/null and b/src/icons/8284.png differ diff --git a/src/icons/8285.png b/src/icons/8285.png new file mode 100644 index 0000000..cbc6261 Binary files /dev/null and b/src/icons/8285.png differ diff --git a/src/icons/8286.png b/src/icons/8286.png new file mode 100644 index 0000000..15137ea Binary files /dev/null and b/src/icons/8286.png differ diff --git a/src/icons/8298.png b/src/icons/8298.png new file mode 100644 index 0000000..d6c5900 Binary files /dev/null and b/src/icons/8298.png differ diff --git a/src/icons/8300.png b/src/icons/8300.png new file mode 100644 index 0000000..e91fe5c Binary files /dev/null and b/src/icons/8300.png differ diff --git a/src/icons/8301.png b/src/icons/8301.png new file mode 100644 index 0000000..f67dd49 Binary files /dev/null and b/src/icons/8301.png differ diff --git a/src/icons/8302.png b/src/icons/8302.png new file mode 100644 index 0000000..f92009a Binary files /dev/null and b/src/icons/8302.png differ diff --git a/src/icons/8303.png b/src/icons/8303.png new file mode 100644 index 0000000..2aa27ef Binary files /dev/null and b/src/icons/8303.png differ diff --git a/src/icons/8304.png b/src/icons/8304.png new file mode 100644 index 0000000..1ea14db Binary files /dev/null and b/src/icons/8304.png differ diff --git a/src/icons/8305.png b/src/icons/8305.png new file mode 100644 index 0000000..7250398 Binary files /dev/null and b/src/icons/8305.png differ diff --git a/src/icons/8306.png b/src/icons/8306.png new file mode 100644 index 0000000..ef8257e Binary files /dev/null and b/src/icons/8306.png differ diff --git a/src/icons/8308.png b/src/icons/8308.png new file mode 100644 index 0000000..52d1ed2 Binary files /dev/null and b/src/icons/8308.png differ diff --git a/src/icons/8309.png b/src/icons/8309.png new file mode 100644 index 0000000..f37135d Binary files /dev/null and b/src/icons/8309.png differ diff --git a/src/icons/8310.png b/src/icons/8310.png new file mode 100644 index 0000000..ef7dd42 Binary files /dev/null and b/src/icons/8310.png differ diff --git a/src/icons/8311.png b/src/icons/8311.png new file mode 100644 index 0000000..e0e3bc6 Binary files /dev/null and b/src/icons/8311.png differ diff --git a/src/icons/8312.png b/src/icons/8312.png new file mode 100644 index 0000000..c8d1536 Binary files /dev/null and b/src/icons/8312.png differ diff --git a/src/icons/8313.png b/src/icons/8313.png new file mode 100644 index 0000000..7ebced5 Binary files /dev/null and b/src/icons/8313.png differ diff --git a/src/icons/8314.png b/src/icons/8314.png new file mode 100644 index 0000000..354df8f Binary files /dev/null and b/src/icons/8314.png differ diff --git a/src/icons/8315.png b/src/icons/8315.png new file mode 100644 index 0000000..898e8b7 Binary files /dev/null and b/src/icons/8315.png differ diff --git a/src/icons/8316.png b/src/icons/8316.png new file mode 100644 index 0000000..9eb33c1 Binary files /dev/null and b/src/icons/8316.png differ diff --git a/src/icons/8317.png b/src/icons/8317.png new file mode 100644 index 0000000..fcbf00c Binary files /dev/null and b/src/icons/8317.png differ diff --git a/src/icons/8318.png b/src/icons/8318.png new file mode 100644 index 0000000..35bcf39 Binary files /dev/null and b/src/icons/8318.png differ diff --git a/src/icons/8319.png b/src/icons/8319.png new file mode 100644 index 0000000..a35b4fb Binary files /dev/null and b/src/icons/8319.png differ diff --git a/src/icons/8320.png b/src/icons/8320.png new file mode 100644 index 0000000..4b3cca8 Binary files /dev/null and b/src/icons/8320.png differ diff --git a/src/icons/8321.png b/src/icons/8321.png new file mode 100644 index 0000000..58799c0 Binary files /dev/null and b/src/icons/8321.png differ diff --git a/src/icons/8322.png b/src/icons/8322.png new file mode 100644 index 0000000..c4d03f0 Binary files /dev/null and b/src/icons/8322.png differ diff --git a/src/icons/8323.png b/src/icons/8323.png new file mode 100644 index 0000000..d358bce Binary files /dev/null and b/src/icons/8323.png differ diff --git a/src/icons/8324.png b/src/icons/8324.png new file mode 100644 index 0000000..779d7b8 Binary files /dev/null and b/src/icons/8324.png differ diff --git a/src/icons/8325.png b/src/icons/8325.png new file mode 100644 index 0000000..e35a66f Binary files /dev/null and b/src/icons/8325.png differ diff --git a/src/icons/8326.png b/src/icons/8326.png new file mode 100644 index 0000000..7e7854e Binary files /dev/null and b/src/icons/8326.png differ diff --git a/src/icons/8327.png b/src/icons/8327.png new file mode 100644 index 0000000..0d2a621 Binary files /dev/null and b/src/icons/8327.png differ diff --git a/src/icons/8328.png b/src/icons/8328.png new file mode 100644 index 0000000..5b11e7f Binary files /dev/null and b/src/icons/8328.png differ diff --git a/src/icons/8329.png b/src/icons/8329.png new file mode 100644 index 0000000..ab1df5a Binary files /dev/null and b/src/icons/8329.png differ diff --git a/src/icons/8330.png b/src/icons/8330.png new file mode 100644 index 0000000..5539ed6 Binary files /dev/null and b/src/icons/8330.png differ diff --git a/src/icons/8331.png b/src/icons/8331.png new file mode 100644 index 0000000..e4f8435 Binary files /dev/null and b/src/icons/8331.png differ diff --git a/src/icons/8332.png b/src/icons/8332.png new file mode 100644 index 0000000..d6892f9 Binary files /dev/null and b/src/icons/8332.png differ diff --git a/src/icons/8333.png b/src/icons/8333.png new file mode 100644 index 0000000..2f0d0d1 Binary files /dev/null and b/src/icons/8333.png differ diff --git a/src/icons/8334.png b/src/icons/8334.png new file mode 100644 index 0000000..f989100 Binary files /dev/null and b/src/icons/8334.png differ diff --git a/src/icons/8335.png b/src/icons/8335.png new file mode 100644 index 0000000..1501093 Binary files /dev/null and b/src/icons/8335.png differ diff --git a/src/icons/8336.png b/src/icons/8336.png new file mode 100644 index 0000000..7429b00 Binary files /dev/null and b/src/icons/8336.png differ diff --git a/src/icons/8337.png b/src/icons/8337.png new file mode 100644 index 0000000..ef80cbf Binary files /dev/null and b/src/icons/8337.png differ diff --git a/src/icons/8338.png b/src/icons/8338.png new file mode 100644 index 0000000..0a9a4d1 Binary files /dev/null and b/src/icons/8338.png differ diff --git a/src/icons/8339.png b/src/icons/8339.png new file mode 100644 index 0000000..809cffc Binary files /dev/null and b/src/icons/8339.png differ diff --git a/src/icons/8340.png b/src/icons/8340.png new file mode 100644 index 0000000..da0e37b Binary files /dev/null and b/src/icons/8340.png differ diff --git a/src/icons/8341.png b/src/icons/8341.png new file mode 100644 index 0000000..5ad8725 Binary files /dev/null and b/src/icons/8341.png differ diff --git a/src/icons/8342.png b/src/icons/8342.png new file mode 100644 index 0000000..1cee022 Binary files /dev/null and b/src/icons/8342.png differ diff --git a/src/icons/8344.png b/src/icons/8344.png new file mode 100644 index 0000000..dc2edcc Binary files /dev/null and b/src/icons/8344.png differ diff --git a/src/icons/8346.png b/src/icons/8346.png new file mode 100644 index 0000000..01793ef Binary files /dev/null and b/src/icons/8346.png differ diff --git a/src/icons/8347.png b/src/icons/8347.png new file mode 100644 index 0000000..62ffdd4 Binary files /dev/null and b/src/icons/8347.png differ diff --git a/src/icons/8348.png b/src/icons/8348.png new file mode 100644 index 0000000..b607b33 Binary files /dev/null and b/src/icons/8348.png differ diff --git a/src/icons/8349.png b/src/icons/8349.png new file mode 100644 index 0000000..4baced0 Binary files /dev/null and b/src/icons/8349.png differ diff --git a/src/icons/8350.png b/src/icons/8350.png new file mode 100644 index 0000000..e45be09 Binary files /dev/null and b/src/icons/8350.png differ diff --git a/src/icons/8371.png b/src/icons/8371.png new file mode 100644 index 0000000..b48a8e4 Binary files /dev/null and b/src/icons/8371.png differ diff --git a/src/icons/8372.png b/src/icons/8372.png new file mode 100644 index 0000000..15a6297 Binary files /dev/null and b/src/icons/8372.png differ diff --git a/src/icons/8374.png b/src/icons/8374.png new file mode 100644 index 0000000..534d59a Binary files /dev/null and b/src/icons/8374.png differ diff --git a/src/icons/8375.png b/src/icons/8375.png new file mode 100644 index 0000000..9398a51 Binary files /dev/null and b/src/icons/8375.png differ diff --git a/src/icons/8376.png b/src/icons/8376.png new file mode 100644 index 0000000..95b0bb9 Binary files /dev/null and b/src/icons/8376.png differ diff --git a/src/icons/8377.png b/src/icons/8377.png new file mode 100644 index 0000000..e1f2cd3 Binary files /dev/null and b/src/icons/8377.png differ diff --git a/src/icons/8378.png b/src/icons/8378.png new file mode 100644 index 0000000..1996e0c Binary files /dev/null and b/src/icons/8378.png differ diff --git a/src/icons/8379.png b/src/icons/8379.png new file mode 100644 index 0000000..b48a8e4 Binary files /dev/null and b/src/icons/8379.png differ diff --git a/src/icons/8380.png b/src/icons/8380.png new file mode 100644 index 0000000..1743496 Binary files /dev/null and b/src/icons/8380.png differ diff --git a/src/icons/8381.png b/src/icons/8381.png new file mode 100644 index 0000000..1840194 Binary files /dev/null and b/src/icons/8381.png differ diff --git a/src/icons/8382.png b/src/icons/8382.png new file mode 100644 index 0000000..6bd6d4f Binary files /dev/null and b/src/icons/8382.png differ diff --git a/src/icons/8383.png b/src/icons/8383.png new file mode 100644 index 0000000..4a4048b Binary files /dev/null and b/src/icons/8383.png differ diff --git a/src/icons/8451.png b/src/icons/8451.png new file mode 100644 index 0000000..bfa652b Binary files /dev/null and b/src/icons/8451.png differ diff --git a/src/icons/8452.png b/src/icons/8452.png new file mode 100644 index 0000000..d867f9b Binary files /dev/null and b/src/icons/8452.png differ diff --git a/src/icons/8469.png b/src/icons/8469.png new file mode 100644 index 0000000..ef902ee Binary files /dev/null and b/src/icons/8469.png differ diff --git a/src/icons/8471.png b/src/icons/8471.png new file mode 100644 index 0000000..a9f3c6f Binary files /dev/null and b/src/icons/8471.png differ diff --git a/src/icons/8502.png b/src/icons/8502.png new file mode 100644 index 0000000..feacd08 Binary files /dev/null and b/src/icons/8502.png differ diff --git a/src/icons/8507.png b/src/icons/8507.png new file mode 100644 index 0000000..f0167ab Binary files /dev/null and b/src/icons/8507.png differ diff --git a/src/icons/8508.png b/src/icons/8508.png new file mode 100644 index 0000000..4f3bd49 Binary files /dev/null and b/src/icons/8508.png differ diff --git a/src/icons/8509.png b/src/icons/8509.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8509.png differ diff --git a/src/icons/8510.png b/src/icons/8510.png new file mode 100644 index 0000000..4f3bd49 Binary files /dev/null and b/src/icons/8510.png differ diff --git a/src/icons/8512.png b/src/icons/8512.png new file mode 100644 index 0000000..c8caf84 Binary files /dev/null and b/src/icons/8512.png differ diff --git a/src/icons/8525.png b/src/icons/8525.png new file mode 100644 index 0000000..4bd8f89 Binary files /dev/null and b/src/icons/8525.png differ diff --git a/src/icons/8526.png b/src/icons/8526.png new file mode 100644 index 0000000..19cea21 Binary files /dev/null and b/src/icons/8526.png differ diff --git a/src/icons/8527.png b/src/icons/8527.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8527.png differ diff --git a/src/icons/8529.png b/src/icons/8529.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8529.png differ diff --git a/src/icons/8530.png b/src/icons/8530.png new file mode 100644 index 0000000..76dac34 Binary files /dev/null and b/src/icons/8530.png differ diff --git a/src/icons/8531.png b/src/icons/8531.png new file mode 100644 index 0000000..118f48c Binary files /dev/null and b/src/icons/8531.png differ diff --git a/src/icons/8534.png b/src/icons/8534.png new file mode 100644 index 0000000..19cea21 Binary files /dev/null and b/src/icons/8534.png differ diff --git a/src/icons/8535.png b/src/icons/8535.png new file mode 100644 index 0000000..f0167ab Binary files /dev/null and b/src/icons/8535.png differ diff --git a/src/icons/8536.png b/src/icons/8536.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8536.png differ diff --git a/src/icons/8556.png b/src/icons/8556.png new file mode 100644 index 0000000..4bd8f89 Binary files /dev/null and b/src/icons/8556.png differ diff --git a/src/icons/8560.png b/src/icons/8560.png new file mode 100644 index 0000000..4bd8f89 Binary files /dev/null and b/src/icons/8560.png differ diff --git a/src/icons/8561.png b/src/icons/8561.png new file mode 100644 index 0000000..4f3bd49 Binary files /dev/null and b/src/icons/8561.png differ diff --git a/src/icons/8564.png b/src/icons/8564.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8564.png differ diff --git a/src/icons/8566.png b/src/icons/8566.png new file mode 100644 index 0000000..f0167ab Binary files /dev/null and b/src/icons/8566.png differ diff --git a/src/icons/8567.png b/src/icons/8567.png new file mode 100644 index 0000000..69944ba Binary files /dev/null and b/src/icons/8567.png differ diff --git a/src/icons/8568.png b/src/icons/8568.png new file mode 100644 index 0000000..9e04fd5 Binary files /dev/null and b/src/icons/8568.png differ diff --git a/src/icons/8570.png b/src/icons/8570.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8570.png differ diff --git a/src/icons/8571.png b/src/icons/8571.png new file mode 100644 index 0000000..19cea21 Binary files /dev/null and b/src/icons/8571.png differ diff --git a/src/icons/8572.png b/src/icons/8572.png new file mode 100644 index 0000000..42e952c Binary files /dev/null and b/src/icons/8572.png differ diff --git a/src/icons/8573.png b/src/icons/8573.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8573.png differ diff --git a/src/icons/8574.png b/src/icons/8574.png new file mode 100644 index 0000000..42e952c Binary files /dev/null and b/src/icons/8574.png differ diff --git a/src/icons/8577.png b/src/icons/8577.png new file mode 100644 index 0000000..42e952c Binary files /dev/null and b/src/icons/8577.png differ diff --git a/src/icons/8578.png b/src/icons/8578.png new file mode 100644 index 0000000..4bd8f89 Binary files /dev/null and b/src/icons/8578.png differ diff --git a/src/icons/8579.png b/src/icons/8579.png new file mode 100644 index 0000000..4bd8f89 Binary files /dev/null and b/src/icons/8579.png differ diff --git a/src/icons/8581.png b/src/icons/8581.png new file mode 100644 index 0000000..827dd2f Binary files /dev/null and b/src/icons/8581.png differ diff --git a/src/icons/8583.png b/src/icons/8583.png new file mode 100644 index 0000000..f0167ab Binary files /dev/null and b/src/icons/8583.png differ diff --git a/src/icons/8584.png b/src/icons/8584.png new file mode 100644 index 0000000..42e952c Binary files /dev/null and b/src/icons/8584.png differ diff --git a/src/icons/8585.png b/src/icons/8585.png new file mode 100644 index 0000000..f0167ab Binary files /dev/null and b/src/icons/8585.png differ diff --git a/src/icons/8598.png b/src/icons/8598.png new file mode 100644 index 0000000..69944ba Binary files /dev/null and b/src/icons/8598.png differ diff --git a/src/icons/8602.png b/src/icons/8602.png new file mode 100644 index 0000000..f58cf88 Binary files /dev/null and b/src/icons/8602.png differ diff --git a/src/icons/8603.png b/src/icons/8603.png new file mode 100644 index 0000000..b6cea62 Binary files /dev/null and b/src/icons/8603.png differ diff --git a/src/icons/8604.png b/src/icons/8604.png new file mode 100644 index 0000000..69944ba Binary files /dev/null and b/src/icons/8604.png differ diff --git a/src/icons/8662.png b/src/icons/8662.png new file mode 100644 index 0000000..bd37d9a Binary files /dev/null and b/src/icons/8662.png differ diff --git a/src/icons/8663.png b/src/icons/8663.png new file mode 100644 index 0000000..db24533 Binary files /dev/null and b/src/icons/8663.png differ diff --git a/src/icons/8665.png b/src/icons/8665.png new file mode 100644 index 0000000..4026c72 Binary files /dev/null and b/src/icons/8665.png differ diff --git a/src/icons/9064.png b/src/icons/9064.png new file mode 100644 index 0000000..839ff33 Binary files /dev/null and b/src/icons/9064.png differ diff --git a/src/icons/9749.png b/src/icons/9749.png new file mode 100644 index 0000000..687b421 Binary files /dev/null and b/src/icons/9749.png differ diff --git a/src/icons/9768.png b/src/icons/9768.png new file mode 100644 index 0000000..e2ad8d5 Binary files /dev/null and b/src/icons/9768.png differ diff --git a/src/icons/undefined.png b/src/icons/undefined.png new file mode 100644 index 0000000..e69de29 diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..0af8804 --- /dev/null +++ b/src/index.html @@ -0,0 +1,23 @@ + + + + + + Map — Famme's BDO Tools + + + + + + + + + + + +
+ + + + + diff --git a/src/main.js b/src/main.js new file mode 100644 index 0000000..a121236 --- /dev/null +++ b/src/main.js @@ -0,0 +1,16 @@ +import Vue from 'vue' +import VueSimpleStore from 'vue-simple-store' +import MapDataStore from './store/MapDataStore'; +import FiltersStore from './store/FiltersStore'; +import VueFilters from './VueFilters.js'; + +Vue.config.debug = process.env.NODE_ENV !== 'production' + +// Setup stores +MapDataStore.state.filters = FiltersStore.state; +Vue.use( VueSimpleStore, { + stores: [ MapDataStore,FiltersStore ] +}); + +const App = Vue.extend(require('./App.vue')); +let app = new App({el:'#app'}); diff --git a/src/main.scss b/src/main.scss new file mode 100644 index 0000000..a94701c --- /dev/null +++ b/src/main.scss @@ -0,0 +1,4 @@ +body{ + background:#eee; + display:flex; +} diff --git a/src/markers.js b/src/markers.js new file mode 100644 index 0000000..810d8b3 --- /dev/null +++ b/src/markers.js @@ -0,0 +1,154 @@ +var Leaflet = require('leaflet'); + +var fishIconUrls = { + '1-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2MkI2QTNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2MkI2QTJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uz1c3wAAA/RJREFUeNq8VldMk1EUPh1QaJEpCAVBiGBURIhiDK4HR8QBjogLYzSauCPiAxA1KCSgiWKMK5pgYuKDi0SGwoOJiQPFgRNHwAFCBWpbaEt3f8/5KQZo6WCd5Msd5//v+e49555zAVyXVEQVwoSQIB4gMhERMEpS9WB+MGNIi2SaUyKYCuxnTPJhwoR8BnUXEDxXFuMMgoBGtTbSQ8Tv+6sZze9/I4WL9Z2Xcbjb2cV4gyCQNHusR/SkMW59d4J8lomF0NhlnPlWoQ/CqfvOEqCV9iPe0Eac+EfZaTRv3BThZfM4V4hF8E1pSPzYwZKoRajs2ScCF/ZFex+pkemisd+GaHRAoKFeaTiWjLsN9eRbKbnIYk2YCHgcSHwq1WWia/iWzelsrMUlAuUvFodC9Bi32EpJ1zYDA1Kce2mHAAVb4zuFPnV7lDdr0OokcG5BkCfsmkh6znz8NktvZoyoetyfALentxmP9Hk3kfM4PGmHQLYHj1M8K0AAaqN9jwUKeFAY5w91yWGwUizMx6lLiMj+bmOY9VH/JzoMZtj6oh3uNaspmgsRv3rd/z0bwr2WnJzuD+FCvsvRe+qLArLfy+jGxOPwHcWAFYGeMy78rICjH2RgYiANh3HBHrwjxbMCITlEOKQkcqm+E/a8ll7B7kGE3iaBHnnYqoGN1W0Q6+MON5OC2CMdDjn09i8Ufe04i90MuwRImjVGGIuGBVzXclZdpx5uNaohLVwEU7zd++i0eKxTK3/Dd5UhhutoIbpqrhonWfu0FY5/kp+gtr9gEMNevCEUU9yRKhg8Dkva3dJaCeUKavgjRaBkzji406TOWjdeZFM/vvsWhY8YgRisFTlTfAfUo//ZZsRc4Eiu/VBSU+yQgExvBo2JGVbjv9RGKtvUvWiXwCuZDhKqfsOiRxKQaEzDYhxrAqQ/b6OMm4ND+YAErn5XwtyHLVTfdzyTanNjK5vgdpN6SMaNDMMmtidS7TkcFtisBZQkMFWSj4rpiBCvLaqFdG9XiIVrTscHsEHmiiiwxpBxrLjnLe8P62L0A31DiaNWrmPT5ABrZfA5nDN50/wga7KvU8Yft2thW007NKgMVNyye+v+X8P7ki7Ygr7BoMtyUI6L8CgnYHY84MhwPV61/E8KuP5TSQUuHadu9P+GCFzO/SjflVcnpzKZguMyJza1anWYdYJR4fuAIrxWoYe7GC9lLWqqpodRddbyjLf5jBtHvrX4u9UJ44kz/AQ1r5aE9pksb+mCnS/b4Y/W9MXyBCtBlCIMw51DCvKn+VPcsHiyUMwsDRFSoqhALB+NJFZROi+YwZvAJPgJyHA1YstoZtHllt0WIWYMdbF/AgwApqR/yY7yGr0AAAAASUVORK5CYII=', + '1-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2MkI2QTdBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2MkI2QTZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+awd7CwAAAcNJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0f6CfN9f9biOL/U67S/6Pkef4Dxabj0uzKyMAAUuCKJKYoz83y/3eY4v//4Ur//wFxihIvSM1xII5Ft7l3rbW4xo4X32N//vv/BaqI8+Pvf4JyXKyGRoLsDEALGPykuRncJDhlTr77Gfj6518RoNA+mAErVlqJM4TIcDMcePXD7dXPv3xczIxrarQFDVOVeRnYmBjhtslysTCkAcU+/f5vdvLtT5Ah20CyIGeCFXz7+5+h5vI7hjgFXgYDATYMvz79/odBmpMFzI46/oph+aMvRSgG4AMgzTKbHr144icnATLk1uffDOrbHt9hYiASgDRd9pCRgLlAggMccRIYBjz7/henITr8CG/Nu/8ZTKEYsOThFwbVrY8YIoD+e/UDt0F7X35nqLr0DsScBjLgDzD6GDLPvGGIPfFqGTAgbVY++tKkvPUxAzCkUTT+Bqqrv/KewePgC4bvf/+HAYVugsQnmgixgxLJRCS1rMDY+//cXx6ckM65Sf+v0hL4D4xGkLrJQCyO7ipzNL6lGdDQddbi/70kuUCaLgJxLRDLM5AA3IF4IxD74lMEEGAAvYKowYOGvc8AAAAASUVORK5CYII=', + '1-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2NDNEQkRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2NDNEQkNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oLymxQAAAPNJREFUeNpiYMAExZ6SXP/VeFn/A9nTgVgcXYE5EC+E0iBw95aX7P//4Ur/67UFQZpuA3EhsoaF881E/3MxM4Iks4F4ZYWmAFgDCN8EatblZwPJTQQpZgRikATDlY+/GNJOv2HIVeNjiJDjAUvAwM9//xkCjrxk2PH8Ww1cAy5gu/cZw2FnKYYn3/4wyG5+9IyJgQAAKYbZAgS/4Bquf/rNYLnnKcOC+58ZIHII8On3P4a4k69BzGnons4H8acZi4A9/CNU8f9qK/H/8twsILlOXMG6eiVQUZYK338WRrAha4HYGZ+zHUGagDgXiNnRJQECDABVcGOYzlW9+wAAAABJRU5ErkJggg==', + '2-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2NjNBMzFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2NjNBMzBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oPQ1UAAAA59JREFUeNq8VntMzWEYfpxOsrkMI/dctrJxtFoyM4uNWQmRy9yN9Qcpk8ukYUVWMYpVwpywmfuMym3zRxNyTZbLrKJyGZIiotTP832/k+qc07l0e7dnv+9yzvc+7/t97wWwXwKIG0Qt8ZG4RmwkhqKD5Ma1UCg1yVDex0HJCIESNgXK4F5QuJdEONhzWKcWEKiqPIAuXZ2aLtZRfegZIDkTKZyusfUwhxYQmDB+BFxH9jOyhKZM1wHF3zD2aQmcuXTVVgKORCjxRBhiw39+fP+NRYvHmXEnScwYA7z+BO+8D5JEDlFpSb8gkBQyGdsevIUrx5+JYisECvK/YIcfrR3U03RTQxKBnjxZA+87BdjIq9EajPtj5iyNIJB+PxxwdYbu+nOsrKlFKdceWiAgHltx7jsErJqgKjTniUluwGof7mvgw9+GV9fiL7duGxPQ1I+W0KXZWySRRE7jLBDY2sUR+nHDgJ/Vll3VtzsQOwd4EQnMdEc0lw4Rw42jQFFSGhYqqoAVx4HLufI1xxJFjeI/eOFYTIsLBFx62/9699wk+0syYjw4zRVvwISA9DGdHMtUs/0Ks00dFnDJvX8PbNMvB8Tdt0YOZdKK0zjC4Xqi2iyBern1Clh0DNANBM4GqS5tC9lwHoi/hQQOwywSEPK+HOjTDXDS2qfkBZP0ucfAAi9g1ICme79rgNFRQGEp3DTWDhKhZq9yIXMPA1Hp2Cm+xsJHjLWT5TBY014Fw0E9ubNDMxpErhAfq1fQUmE2xAWmn/leMrRNhI8b2mBA214ecGOtiPBrfr+wVP202xVYk9S78qO3SqDsJ+tvTdsqLyqTZVtIskUCj5gDPXcDUxmxHyvaRnk1K8JSvcy4EZx+a5bA0Sxg4l5WnTIE3S1ApG4ncP5x65T/rVMTW1Y+DnIaY7YWiCTBVCnuSC9cRNSrnSLilvU+cN889ZHZI+W/VOWsuImG/sO0GL0pVRNITomaJps5K0yrwf5ds4BwX9uU384HVp5gI/FFFretjff+h+HVPGBZqnx04VbKcTxdOczJEeusKWbjgmg2ZiezZYFbyqVTxr8RBFIi07F6V4Ysk7QLaTYYNXuOh+liJXueoq/Sg7jIZiztmUw4m7iVYGjjzYq4zSjD1xbx9nKR19YEaWuhsGSLbumlwdK5hn6zzSUmOqBBcdZmKL6jpWL6EP4dkcQyrgRDYSQonkOk4nvEso7Mov4Ga+MJr9Ye9k+AAQBVHjMEeL7ggAAAAABJRU5ErkJggg==', + '2-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2NjNBMzVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2NjNBMzRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cM4ShAAAAatJREFUeNpiYsAN+oH4JxCfBeJkBgKAGY0f6KfH8P/bZIb/pyoY/keZMfwHik3HpdmVkRGswBVJTFFeiOH/72kM///PYPj/bzrD/xQbsJrjQByLbnPv2nQGjR1XGWJ//mH4AlXE+fE7g6CcIIOhkRwDA9ACBqCLGNw0GWROPmAIfP2ZQQSoZh/MgBUrUxkYQowYGA7cYnB79ZmBj4uNYU2NF4Nhqi0DAxsLwjZZIQaGNKDYp+8MZifvgw3ZBjQb7Eww+PaLgaFmIwNDnAUDg4Espl+ffmBgkBaAsKPmMjAsP81QhGIAPgDSLFPB8OJJB4MEyJBbLxkY1OsZ7jAxEAlAmi7XQTSDgAQ/hMIw4NlH3IboSCHY845CKBQDlpxkYFCtZWCImMPAAAxMnGDvDQaGqg1g5jQQ8fvHFIb/GXbgeF4KxNZA3MjDzvD/RDkkHcDwr6kM/+u8Gf6zMIHVhsIMnGgiDxaYiGQJKxMwcT3vgmg8V83wv8qT4b+sIFjdZCAWR3eVORrf0kyB4f+6DIb/XjpgTReBGOg5BnkGEoA7EANTBYMvPkUAAQYAqzeIvyNPl24AAAAASUVORK5CYII=', + '2-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2NjNBMzlBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2NjNBMzhBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2/F8uQAAAO1JREFUeNpiYMAExZ46DP/VxBn+A9nTgVgcXYE5EC+E0iBw91YTw///Mxj+1/uANd0G4kJkDQvnxzP852IDS2YD8coKD4gGEL7ZyPBfVxosNxGkmBGIQRIMV54xMKQtYWDIdWRgiDABSjAiTPz5h4EhAOi4HVcZauAacAHbHgaGwyUMDE/eMzDIVjI8Y2IgAECKYbYAwS+4husvGBgsOxkYFhxnYPj3H1XTpx8MDHELwMxp6J7OB/GnRUI8/GMKw//VaQz/5YXAcp24gnX1ylSG/1n2DP9ZmMAK1wKxMz5nO4I0AXEuELOjSwIEGACuRFbqnncUuwAAAABJRU5ErkJggg==', + '3-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2OTQ4NjlBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2ODM2QURBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jo/hxgAAA75JREFUeNrEVmlsDVEUPnNn3rxaEiKK2EVaayyhrTQIscTW4IlGi2iThmgR1R+2WlrlKaGWVoUoKWJPFFX9YU3RiDUagmptJcRelHkzc5w7faXte31LW3WSb+beO5lzvnvuPQuA9zKRkEvQCG8IOYQ4QidoIMnN2WhC2wUzlpyQMTvZhLGhIrb3FZC+pRFEb5QJtSBQ9i3X7NPEp+qirgPM36rCjpPaTprO9VSZWAsCwYN6Mb9uHapyF2g6bhCDF29h4N1CbEVLZz0lYCLMJ9zmG/Hgn9KvPyAsfKQjd05iQjCDx68woKDYIHGH8M2Vfa4lbZ5FjL/xEP1o/I7wwg2Bp4UluHJskAjtfB1PkNGSZYhImoWAq/f1ODoayb65X050Mf5AvGzGA/EmbOwD/CLFeOCFyIDuAqoXzca/NeFdloyLw0Vs2sjQu9yZB1jFaPooBvnpMvi1F1JpmuzC+FIfGTICezD4XuaapW9zAdbPkeBBpgwhwSyJltIJXapHAWf7Z+HLd4BZ62yQlafz27ye8LxS/EdPG8FGJ5PSjq29D6ANhzRYukvlEdOPpve4BxwIlJ8JWT6owYo9Kmg6hNJSnzYthPiMJRKMDWJ1SiLpWRpEb1Z30XAhQXFKoELO39IhLFGF3l0EOLJaMlxaH7IoTYWUo9oWGsa6JMCl5D1Cy2YCmE3eGXnwDOHoRQ1Ch4vQs3NV4j8VgF6zFCh6jf5u/dmupffGuUxZYYOEfVoif1cXusQQM9nII9HsXxUMsTxPyWINudYy1DBtcXsEtZXHLxGOX9Zh6jDGQ9vhO11ukIb/gn9GwJ08eYXgP10pYvCfZG8Obycgw60HPn4FaGQuR33J87cIfSMVnvRauPTAzUcI/aMUGLnIBm8+YL0YVygoZqxRufFlNP1UI4HdZzQYHKNQfceoawX66t4RChy7pNfJuEpeD0u0Qd59fRtNrU5rAU8SlCr5GWXQdAfhlv3TCB63VO8tm6Il8O/gXVb8TF1BWIINzt3QU+39R6XUby+fRYdl7O9n9HYpLnTFSiKgdbbkshRXxpXtJuza1tBrra5Mqhiczddh5lobv3RL3JTjFHJlZ8qOC9ztmhoXSMrUIDNX4wVuBi0ddFqgVkWIyJjRNIR4epGLj8gOOy09Z8aCfTLuXy7hpCEMxXKdce56z9aEBPvbEwkY0E1wMH7aakIq2dzgQ/tOp9j7zXoXa1LU3/PPSzXhmEDGDWcTxjdEEss+RbvdFCNVXNjrhJkNmUXH23fLI2VAXZX9FmAA3hCrMStlVFAAAAAASUVORK5CYII=', + '3-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2OTQ4NkRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2OTQ4NkNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fqFHYgAAAZRJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0f6GfN9P/bLvb/p2ay/Y9yYfoPFJuOS7MrIyMDSIErkpiivDjj/9/72P//P8j+/98B9v8pPswgNceBOBbdgPVrm1n/83GDDSmGikkC8dzZpSxgA2D46FTW/9qKjCB1k4GYHeZysOStpWz/dZXAkr1cHAz/G5NY/n/ewY5iAAiDXJUfwgzzEjMj1ACwtd9+MDDUzP3DEOfOzGCgwojh16dv/jNIi0DEo5p+Myzf+68IxQB8AKRZJvjXiydr2SRAhtx6/J9BPebXHSYGIgFI0+UFEM0gICEEpiUwDHj25j9OQ3QUEd6at+0vmEIxYMmuvwyq0b8YIhp/M7x6j9ugvWf/MVTN/gNiTgMRv3/sYf+f4Q8O2aVAbA3EjTycDP9PTGdFiYFfe9n/18Uz/2dhBkd5KMzAiSbq4OibiGQJKxMTw//n69nAGs/NYftfFcP8X1YMngbE0V1ljsa3NNNk/L+uhfW/lwU4GV8E4loglmcgAbgD8UYg9sWnCCDAADdCr9jXvUFKAAAAAElFTkSuQmCC', + '3-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2OTQ4NzFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2OTQ4NzBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Gxy6nAAAAO5JREFUeNpiYMAExZ7mTP/VZBn/A9nTgVgcXYE5EC+E0iBw99ZStv//D7L/r09gBmm6DcSFyBoWzq9g+c/FwQCSzAbilRXRzGANIHxzCdt/XSWwbRNhGsASlxew/bfUZvq/rI71/78D7HANIPxjD/t/DzMmkKZqRqgGBlzANuc3w+EprAxPXv9nkA359YyJgQAAKQaBn7/B1C+4husP/zNYZv5mWLD9L8O/f6iaPn1lYIhr/QNiTkP3dD6IP62IBe721Y2s/+XFwZ7uxBWsq1c2sP7PCmD+z8IMNmQtEDvjc7YjSBMQ5wIxRmgABBgAKaluAzKCjAwAAAAASUVORK5CYII=', + '4-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2QjFEQzhBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2QjFEQzdBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PBIRJQAAA+ZJREFUeNrEVmlMU0EQHh61pRw/oKCiKChSAopYoUpAEwNGRfACNeIRYyQeRY1oPFBAISSgBvHgMGpqohCD+kcJIon6w/sEjASxSpHLKh4oIEdtWWfrqwKtPbic5Ht75c18szs7swDmyyJEMUKNUCCKEDsRrjBEUlyU701+KgJJw0sxKbzoTWI3jSIuo7gE17IQluYos+gDgfbWmgArG+uedrq6ALbGySFbqjiFw82mKrPsA4HAAH87D88J/J6eoCvzZ9tDbX2nf1n5j+E4dd1UAsMQWxEl1BET/mlpblFHrYx00t1OJBE+xwFkVe3i8so2SqIU0WrIPiWQtSXaOf5JSasH9hsRtUYIVL2t7kgMDXGA0c5cnUWGsYCIMEfUbCG+/6R5Jx4Nh3WuU48uhn4I+RREcnOExJrP0ECKMWEX1olFtkT1IVDz77/QWDmN7NnmQmxtLKne/fp2gNH2Vi11gkfFvuAxnp+Jw0MGjMdZ8RjptKl28KPN8Ik5CYZBWoIrVNwXwYK5Dik4lYMY1/sWULZ/Jr43q2HtFhlcLfpKozkNUdPt/ktWLHGccyjRDca68MyO3sMnGyAu5R29MVNw+ILugA6B32eClo/XQ0JaLajVZDlOTR45nBsvPTEBQkPs+5VEcs59AMnuqtPY3Y5Q6iWglVt3vkHUBhlM8rKG/LOemi0dCNmRUA0Zp94fw26sQQJUGhRKcBRwgMdlzDJS8boNLl39DMsXOYK3p3WPtY7OLpgYVArymg6hUa30qplrnErkukpIOlKXTNvegkEMMeudaVfCDFbBsNSEF3DZVkciwgWaxugR9FUwG8KVgi+wbKGAXm2ddQxu4Ix8AINGwJi8kbeDcHqJnIH/JOcu0qwPUqM78LVJBXw+A3yrgeNaU9cJvrNKadJzMKj1WVkriILLYHZEOSg+KgfEuFJJYPVmGTW+D4dN/yRw5sJHmBH2ktb36AdPWw5OmlkKl6997pdxlYpA1MbXcO9x8wkcpuqtBTRJSHZV0TOS4jAb8ZxdCqH3Fut9RHqyGwjd+WYZ//ZdpcmqN243ZbLvj26pny2f8ud+RORjQ0tnhgFdsRyOBUmNdzVYirvjToEPcXezIlqvuwtH27l+swnWSGQ06PYaKccZuJVuPB6zzZjX+HCBlKN1cD6/kRa41TiVp7dAHdg1hjAMUIYLTA3k6hJ/HU9b3gWQ8rsiciFbSBbPFxDMgoR9sht8e45AJLGtKSL287XVMV6Q50WwZFODr1hPI9n35oBLasq+v+d/r9CHzAu2p4YLEWFDkcQKr+V6kfTkcdqAfYhYM5RZNIz1lt4Uv/4q+yXAAO20yvGvNLSiAAAAAElFTkSuQmCC', + '4-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2RDFBMzJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2RDFBMzFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YVkFegAAAZxJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0f6Och9P/bY8v/p3bp/48KFv0PFJuOS7MrIyMDSIErkpiivCz7/9/Prf7/f239/98r6/8pMeIgNceBOBbdgPVr52v85+NlBikohopJAvHc2f0qYANg+Og2vf/aGlwgdZOBmB3mcrDkrZNG/3U1wZK9XJxM/xvL5f5/fmCBYgAIg1yVnyYF8xIzI9QAsLXfvv9jqGl7yBAXLsZgoMON4denz38xSEuygdlR6bcYlq97XYRiAD4A0iyjd/rFk0umEiBDbt39zqBuce4OEwORAKTp8iFDCZgLJMTAtASGAc9e/MJpiI4mF5w9b9lLMIViwJLVrxlUzc4yRKTeZHj15jdOg/Ye+sBQ1fIQxJwGIn7/eGr5PyNBAhSyS4EYFCCNPNzM/0/s0EOJgV/PrP7Xlcj+Z2FhBKkNhRk40cSAByQwEckSViYmhv/Pr5qCNZ7bZ/C/qkDmv6w0OywNiKO7yhyNb2lmxPN/3QKN/14ugiBNF4G4FojlGUgA7kC8EYh98SkCCDAAtmq7t3BEAh4AAAAASUVORK5CYII=', + '4-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2RDFBMzZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2RDFBMzVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sWMirgAAAPNJREFUeNpiYMAExZ7Ogv/VlDn/A9nTgVgcXYE5EC+E0iBw99ZJo///X1v/ry+VBWm6DcSFyBoWzp+s+p+LkwkkmQ3EKyvyZcAaQPjmCaP/uppcILmJMA1gicuHDP9bmvL+XzZT7f+/V9ZwDSD846nlfw8nQZCmakaoBgZcwNbnMsPhLboMT579YpDVP/2MiYEAACkGgZ+//oGoX3AN1299Z7D0vMSwYMUrhn//UDV9+vyXIS7rFog5Dd3T+SD+tC5luNtXz9P4Ly/LDpLrxBWsq1fOUf+flST5n4WFEaRwLRA743O2I0gTEOcCMTu6JECAAQCtTnbnOAcWhAAAAABJRU5ErkJggg==', + '5-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk2RkIzMUNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2RkIzMUJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+I7n6xwAABChJREFUeNq8VntMk1cU//UrFNBtWkAgM+OhotMp0SghGxkONtnQBQxhGpdhNt0fgpHQIE4YWd0rsGURwxCVGDaN/LGM6LIJjswtRibbdKjVyKTyEFqEIi9pKW3pY+d++yRCSx9Ad5KT3ntuv3t+97wBzymNuJ7YQtxDfIE4jzhiBndBNINv6r+uWpkcF78AgwPjUDaP4q8rj3DxwgA0vaYKOs8RwHkNwNjvt+P8AwK4SUKrFfjy4w58X917nLZZ7l4mngGAl9asezo6Iipg8kvoKfGvSNHbY9rQ0jwaQqI6dwH4Eu8jvs4e4sY32lGdZUdKarC9OQlEQqIUXfcNsW1KPQNxg1jnTD8DcHR7ZljRnVu6aFr3EXe5ANCm6jR8FL9RipAwiT0IToTE5CCIOVHszSZtHrnGR3ic0cFdHANw/vTZNQiPCFjd2DD8ntls6yfZNScAbAyk8q4+LS0jhFfoyBLr455Bxtuh4DhRgvIf/cHxcZuZjhqmApiIpJS0YJyqISCR/uW0/cIJgAKJH1f1QsxTGBtz7jFpoC/25Yejpn4tEpKkn5HoGHHU1CywNbW+OCHQaS2Q57fi0sVBFs0lxJ1P5H/2628GJ+ccCEfYs34eR++pygco/6qTZcxa2ipYDNgB4G1MRv72RDcqSlWwWmzbSBQTtMi3SF6yDPEbF2I2VFOtQbG8vZKWucQmhwAe09XGRyjMvYely+ehpCyaN+lc0OHP76P6m54jtJQ5BcCoT2PCQqkPJBLOIyXtrWP4pa4fmzYHY8myyTXDZLQi4w0FulWG5S5vDQmVeKycUf7eFlSWqT9hv1OJghjbMsPYMpuDl0j8X3pKxJzjap+UHMh+0l26YKbU2WHArz8P4LWUIJbaducU3Ihd8SdfpbxCEVH+2JW1eNpztYovjO1ec4Er+rGGVX1UuQQwMmyG0WCdU+U93UbWttmywimA5ts67Ei9haydzejvM82JcuoJKMq7xypuIW2HpgVw7jsNdm+/g94HxvcV17WH3tqs4Kee2ZCFAq8wV4mbf2vLaFvssBewIlEs72A+qmImIm4Sjl5leftykjRdVhDJB5knpB0x81W18fJwuTB/2DejbrUR+dktoImGL5PT3CUTi0WHs2XP4d09i91SfuPaCA590AZ1l4E1t4InzybS8MqlIRTtb2VBd9BFOy4lU0b6+nE5rhTT4IKTR9WoPfeQNbh3SFQ99T8MwPETZao9J8vVrE2m0v4nNx61NXFToJ1Qr7fwEU4WpCI0iMu/DbGCs5+Ojkw3KTMXhDLfCv7WuKE8duXq+VfP/BAzSdhAyj79sA0DD8fvCiPYWZbuLPCdXeYjKJV7EE/pbOZ7TIomLW9mCq464RG13i5itaWVz9tkhZG2Favms/nwD+LM/7OKbhFeWUq8fraX/SvAAApZkBDEWyVaAAAAAElFTkSuQmCC', + '5-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3MEVCRjZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk2RkIzMUZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2bJQ8gAAAchJREFUeNpiYsAN+oH4JxCfBeJkBgKAGY0faO8s+P/YFfP/i9bp/vfwE/kPFJuOTSMTELsyMjL8AdFI4hdu3fjGwMLKyKCtx8PQ0qvKEBAmlgEUPw7Eseg293ZPVdc4duhD7O9f/79AFXF++fxXUEKK3VBDm5sBaAGDvbMQg4WNgMyVC18C37/7LQJUsw9mwIqOSWoMzh7CDGdPfnJ79/Y3Hwcn05qUbBnDwAgxBlZWJrhtEpLsDEGR4gxfvvw1AxoEMmQb0GyG/2fvWIIV/Pj+j2Fa3yMG7yBRBnVNbgz/vnr5i0FMnA3Mri68zbBj85siJmQFQJsZiqoVcGr2tD77AkSDQFqeLIjKYmIgEoBsXrVNXwLmAhFRVrCvMAx4/eoXTkOU1bjg7I2rX4GoeSgGbNv4miHA+TxDZf4tBmBg4jTo1LGPDFN6H4GY00DE7+PXzP+HRImDEstSILYG4kYuLub/C9fqggIYjk/esPifmivzn5mZEaQ2FGbgRC1dHpDARCRLWJmYGP7vOm4C1rhsk97/pEzp/+KSbCB1k4FYHN1V5mh8S219nv8909T/WzsIgjRdBOJaIJZnIAG4g8IKiH3xKQIIMADnRJ5yHeWNZgAAAABJRU5ErkJggg==', + '5-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3MEVCRkFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3MEVCRjlBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+njASEwAAARBJREFUeNpiYsAExdb2Av/lFTn+A9nTgVgcXYE5EC+E0iBwd/0ew/9n71j+T8uTAWm6DcSFyBoWNnSq/OfgZAJJZgPxyoQMabAGEF632/C/ijoXSG4iSDEjEIMkGO7e+sbQUn2PITxOgsHdR4SBkRFh4q9f/xiKM24yHDv0oQauARdIjrjCMHeFDsPLF78YvGzOPmNiIABAikHgN9AWkGVwDffvfmdICLnCsHnta4Z//1A1ff3yl6Gu5A6IOY0ZSChJSXPoF2XcYHj25GfBgT3vXomIsOlr6fGA3b5/9zuGksybDHdufesCqm3EFqyrOyap/Q+NlvjPzMwICp21QOyMz9mOIE1AnAvE7OiSAAEGAPy6a6RLYTU0AAAAAElFTkSuQmCC', + '6-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3MkU4NkZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3MkU4NkVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rlLUkAAABD9JREFUeNq8VntsU2UUP7ePrVvHXh1d2zFWZRQ3CBq2BubINGqIzAdkaiLGmJD4h5KwiGgcxMCifygkuomyYEz4hxgRE0kQIUTBiZki0HabOroVNtxcX+t764u+PKfeLSt9d9QvObn3O+fec37feX4A2a9tSBeQQkgGpPNIe5HqctAFTA7/XNh4oGVL1Xox+J1+cE04wTJsBv2AHnxWbx/KO1lweQPg3frVMwKugBvDjEQi8NcXw3D7/MQx3L6eqTJuDgAerlhTubqkpiT2JAwD4g0S8Fo8zegVMbLOZQqAj7QbSY0UzuCf2aAnuKOmbUVCf1Y3S8CtdytnJ10EQoM0l8o+ATgqb7//XYfOvhrfzUiTaQDcchvnDog3VINAVBSPAT0haZECw2GUthu2vRgbHns4fwJdHAJwdvPhR0AoE66b0Zh3RkIRC/KupQAQIZCuCde22ifqogYTgRCtrQL5k3I0wbTNTri6wsFwEEW/JALQrXjxASitKwOJUgqWoZn2wNydYuT/mATAPg6fe6RaKQFRYxVw+Jzk/i3kwfIHxVDzaC14jO7H3Po5CbJHkBzzAAh+5OnT2xd+CnoCMPiJGoxXDZTNHyL9vaj+d8k2r9jS8MpaKFpelHX23jqtA+2JEaqYh3A7NJ8DUQ8s+ITPBTRCJ2u2/ml5Ax1OiHcUlgv6mt5Wrqp/TgF8IT+XngOVDSIoLCsEs8pEbrtI/SIOwHw2VzaKoj+Y1eYXyhUVbS3vt0KpvAyWusrrKyDoDTTZR+1C6qJxIbh7+aw+KCgtSBnrhLU6NQuGgWmQttbAstplMbJwIAT9uy+Bx+RWpNUqEAmyNk5LdegqjH2tfY+ecbWHYZa330evuziQp8X812MLmCS9VrJJRo8OXr4ANL+zEQy/6rukrbKE8qKqaBWtzBsAoawE6p9XJJVj/OkxnrcQpFtTF6Md/3haANgVIXQndE+Ne2c8NLbptS8lAOdNB1x+8ye4cnAA/HbfPTGOMwE0PSrquPtxa08KYPKH2zCw/zKi9b5q19q6+zsvYVJNL8k4DjpQf3QdbDesR3D7wfyNKKYRUZP44/MhitFxchGVNCt6nOoW531H48510STLZgXcgajxGY3pM/b+AXEAPCYPqA7/Ds5xZy9u9yTRtYfhMh+veakB6jsUGRm3jVhh8FM1TUQabvsWyxbKEAcEaHpVlHRduD2UQl8PulLO4XE70xl2G9yg+2YU/umfpFvEy8j68u5vCMCxsZPa13SnRmlMPov77zI41HbJJmkcM+gLgtfsxZuyAwy/6cF0zQiRcOQtFPUmuykTgG7s2WY23qYMjCvLVpWvLBYXxzBN140wfHQQ/A6flr2CfYt0hsKfShmPNXowi3zqWHx6m9YKulNjlFzn2EN8n01y5tKK19P1bfzMTZj+eYoS9gpr+MT/1UWfYk/Zg9S0VGX/CjAA8cWSmrWeYwUAAAAASUVORK5CYII=', + '6-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3MkU4NzNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3MkU4NzJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dpgavgAAAdlJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0fKG4m8d9zpe9/m277/9J2Mv+BYtNxaXRlYGS4DaSPAfE9qPjPf7/+5Sv5qjBwinAySFpIMfx4993k472PHkC5X0B8CdmAXpNyM41X51/G/vv97wuQfxyIOf98+y3IKcJlyK8swAC0gEHcVJJB1EBM5sPtd4G/Pv4SAarZBzNghVGJKYOklRTD2ytv3H59/MnHzM68RjVM3VDOTYGBiYUJ7lyQa+TdFBn+fPtj9uHWe5Ah24BmM/z3WR8AVvD351+Gm8uuMcg4yDHwKfJj+PfH2x8MHMIcYPb5vjMMTw8/KWJCCRB2ZgatRF2cmvek7HgBokFALUIDRGUxMRAJQDbbT3SSgLmAXQBMS2AY8OPdD5yG8MrxwdmP9z4EUfNQDHh68DHD/qzdDOd6TzP8/PgTp0FvLr1muLHkGog5DWTAH2D0MVyecZHh/ISzy4ABafPsyNOm/Rm7GYAhjaLx/99/DLeW32A42XSM4e+vv2FAoZsg8Yn8KgKglDYRSS0rIyPjf9f5HqAY+m/b6/hfJUTtPzAaQeomA7E4uqvM0fiWAqqC/03Kzf+LGYuDNF0E4loglmcgAbgD8UYg9sWnCCDAAATQpwfq/iSdAAAAAElFTkSuQmCC', + '6-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3NEU0RTBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3NEU0REZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TPcDUQAAAS9JREFUeNpiYMAExWJG4v+5pXj+A9nTgVgcWZIZiM2BuA2InwPxUyBeYlZrKagWrgGSN3l79U0AkGYB4hMwDW36uUZxby6+Svn/9/8bIJ+VhZ1FW0RflEFYR4RB2k5GCKjJ/dfHn0JAuR2MQOK/z/oAhs+PPjFcmnaBQcFbiUHaRoaBgRHhjH+//zGcbj/J8Pr8yxommCCvHB+DdYcdg7QtquJjVYcZmFiZGPSzDUDcLCYGAsCqzRZuCxD8gmv48uQzw9HyQwyP9z1i+P//P4qmP9/+MJyfeBbEnAbytBKnGJf+GaAbv736VvDy1PNXHAIc+gIqgmBTX5x8znCm4yTIj11AtY0M0GBdCKVBYLVRiel/BU/F/4zMjCCr1gKxMz5nO4I0AXEuELOjSwIEGABZu2V6E/0UmAAAAABJRU5ErkJggg==', + '7-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3NkJBMzZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3NkJBMzVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4q9gFQAAA89JREFUeNq8VmtMjnEU//V6a7lEbtHYKxS5lNZl6EMus1waWeZDwwfGkFvGLGYYNnxAM5q5ZJZGZtZQmLK5LUKmklyS1GqlG7mFyu8879O89d7fvM52nuf5///Pc87vXJ5zDmA/RZNvklvIVeTr5E3kYQ7IgosD39zE2mWR8PcFmr4A5cRQ/AbIKwAaPyXxfL0KzmkAviNxtzvc3DrutrUBaVeAuznHuVptq7BuDgAIx3CdHwYN7GQKbRk3Gmj4FIqKSi/uZNoKwJW8jpxHbrXhmyb8aI5FWJAJfxJEgD9QUxuGymoB8Yz8xZJ+AXAMU8O34325H59ryB+sACjBx7odirWefUyDCBoPaDRhKCnbxNBoVeOaTcjSCIBr2LIGGNh/PIpeL0VLay33HlsA0KaArKiKRnioXqEpEH4jgIhJ8hzBdxPQ0vKbJ/dMAdiFqBnAEG8gcCwz+u0cfP3Wg/tZZgBshav2CALG6JVoteahSqL607ETg0GvTWdoBnO3iNzYDsBFsShpv0GO/wDOXgTyiySb5aDM4P+PQ+iESMyfDfTztD99b90B0m/IHyMJ9Lw9B/QeaCdXWhQSKPdQvCmN58uCOBa9PZKwfNFIzJwKdHeHQzTSB/DoBRQWa7jKlnphDKA9hr7D+QGL24tXC+Gji0D8CmCoN7pMw4aKl0NQ+qGnVFHjEHSmxs9Arx6WY22KqvhD5eUDwfSmt1fHs1/Mxz2HgNr6URqrgjx7269c6GQKkJG1W7l3JgnzlMnyFKeBs8hFEe2m3o1JagUQo3UagJVLpEElIDjA9HlfpYjpnAfAawAwa5r589p6ub5zXgisUc5TuSZbB/D1G7P2179VXt8gbVuekiyHoKyC2XxO33RWLAb6eHRd+W/OKmfSpBZs46rBvAce5AIHWY3rG5fjXdku7D2sn3q6Qq3s9snn2U/fH+Fqn2wZe0CKxIV0xuhJsriI/FQNxX2cSo1jE4rBgih9ktk1R30HTlN50eujXG0wHMn+VsI6ZuYJury8MpGrjWZEbWSvP4S5kVD6gi30thRIuSQdcb/STQ3orwcKX7ELpomlCVwdsCDuMF3pw2q23qrij3Ws9reBR3nSAZlESO38igA4zpK5CpnZ8tI8rq/aYNN8TBhnvNv8U5/h5ZUcxgqBgpcS9808STQ3KWuVbpiRVaPGu9oG5WHQDdGhf9+Ou6Is9TLwualYHcG4wBXJKkvCtKrSnXakUwyCDKwv4bxyPVuSK1M1IsOe3HSkFAcq41s2x7vcZ+Luh6rilP9VRKNUK1kYENJVYX8EGACLvisjC6tpgwAAAABJRU5ErkJggg==', + '7-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3NkJBM0FBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3NkJBMzlBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+blRM1QAAAb5JREFUeNqUkk9I02EYxz+b20LItUGg2NQuUSsXLnIW6CHEtcACQXYIPUkeRBx1kdS6JOJFxAK7dVzBItAg9VKHYKEVodBhGioMwqNbi5xze33eaU2nq3zg+z5/fs/zfZ7397xQWEYFScFnQQf/kKI8v4WL5xVjjxS93YraGiWxp4UKmzAYlkSHBcu78SSprQCN9WA/ATUXIBa/TPS7T75tChb2EozQ2XaOr5F2ttIJ8T8Iivm1Ycduc1N5CmmATATOMw5Woi0kfp6UnLe/CV7QcRvcLlhc9vIjYcVifsmNRjf1HjDtuZ3dBg11CLmH1agmeSPUKMaHdxI2UzA5A1cugaP84IXX42Cz7tjPnsOn+XvGfQkWM7Q2Fy7uG1rLai3NTfrsMvK/ojsP3C37M4G1RJ9lBwli8cIk5aU5O/wxexHTvoS5LxB8BS4n+G9ByfHDiSLfYGJGW+P6J6Z4PGgi9BrezwZ1UODlmOUhgTtwuiJXmE7DlGxv+h1kMn6JhHR4jCqHyuqcmGX3iuF+vSHF/R6F75qSR6XznghK84eqy/OvSmdFZ7ui+qwumhc8EFRxBLkumBDc/FvStgADAB4NeFG35vxgAAAAAElFTkSuQmCC', + '7-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3ODFBMzVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3NkJBM0RBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+slN3YQAAASdJREFUeNpiYMAExQza6v8ZxET+A9nTgVgcWZIZiM2BuA2InwPxUyBewpCdKMjg7QKSN2G4fS8ASLMA8QmYhjaGuNA4huu3Uxj+/nsD5LMysLNpM2ioMDCoKTEwmBoIMdy6587w+YsQUG4HI5D4zzCtg4Hh2UsGhmVrGRgcrBkYjPUYGBgZEe7484eBYcYiBoZrt2qY4IJSQKeWZAEdoY+quHcG0EFAF8UEg3hZTAyEQHEGhP79B0T+Qmh48YqBoXsa0GtngY78j6rpx08GhoWrQKxpIE8rMQgL6oPd+PZ9AcPFa68Y+Hj1GeRlIG6/eJWBYeZioB9fdAHVNjJAg3UhlAaB1QzJUf8Z7Cz/MzAxgawChgSDMz5XO4I1MTDkAjE7uiRAgAEAAUVMNmCPOLsAAAAASUVORK5CYII=', + '8-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3OUM4NkVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3OUM4NkRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CX+bdwAAA6VJREFUeNq8VntMjWEcfhwp/nJZy8yljAyjDFnJJatlzaV2GDL+sGpoE6kslmtRMUrSxezYotHGWBLGGDWxpli1YmVFV7muhNQ5nvd8X6rT6Vyq47c93/devu99n/f3/m6A+eJL3Cc6iQbiLhFG2A9gLQwbwD/3EZvmjfluwLfPQGUFUPQceEpOzU0pnA+RyVmMwE/kFI7EyFG9RzVq4NwJIPtaGns7TV1s+AAILMYsZ0dMdtA5Cs+yaCm10LiQWrHjSK6pBEYQu4giQm3CPy1oa/WH5yo9+iQJVw+gttoF1ZWCRDHRamh/QeA8/DZHoaLEke2PxHsjBKpQ//6Q9rS24/WTWOoFKBQuKCsOg1ptJR/ut561FIJADpKvAhOnzEFh/jZ0dnziWKEBAhotyao3vvBRShvqI+HsAqzZKIgs47eR6PjTwZk8XQKKf03P1ZCI2CezF2+AwH5Y26gwcy7wq82wrkaPBQJDAVU24OYRw5FUYqquF2jwsLR75AevLP4A8OyRsOY4oqaH/wdjhY83gvYCdhPMN98sFXAxUXjMPPZeCxvoS0CrZGr52kXg0jmapXoDR5wwzjYK4dGSpQ9GbmcBZ6MvsLWHaNdPoEuKGWBiIqg02ufB05JKh0JSTwI3MqgKhBomIOQTHWP0GDqrtXmb1FQBTxgdl69kkJ7We66dDhHAG22onaEwupCtnfmbCzlCDWekHNO+dcXahhblL1rBClhKtCEG1vK7ryzxEk+l8SsYqNRWM0E94BV4C9fuO69m0PV2gpXFNDCJuWJzUP/zDR/E853lrsCY3LslnirjBFq+M4r/HtrNm+qZtq+KVophAm/LgO3rgX0BwJfmodm84w8QGykiLsMtvvZPIPc6sHsr82NDIMpeHUGAn+TXg5HOTimwlRYlsRerPxeIIJHEvHHvpkqoiHjZla60ucB1uRI7IiQjM0daW4Dj/K8wP1muP/Qko8Y6KYBUlmvDZD9LhdK3z2Ab19gUaNrmJTzDqSig/kOcNpv2kG43fPGUuW+/MLpII+k4gap0YHQMMbpxHWubzHTgQbZIcFs4kqn7iSCQxpC5A5fTRJpcK/KVCWfyg7unnnK1TbJwUSnnMQgVPBYBJ5wziYYqZVFXHZXfpogLZswW19YbMec1TNmiWiqXT7pOrjcNitBAE3HYDHNSwt2ru1fGuvNKujCuXNlo71g6ht1BdLKGnqDB9FnixAXE1v8ZRFfJp0wgFgx2sb8CDABWvC8LSjLoygAAAABJRU5ErkJggg==', + '8-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3OUM4NzJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3OUM4NzFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uahGswAAAa5JREFUeNqUkl9Ik1EYxn9zDJ0XQWHzS4KMMEbRhQjKFggbtGBrgpQS4iSQCG9FulJQiK6KnKM/F7G7YqgwgtqKRLoICsN0GthFF110IVIiaJF58fqezfXhZJYPPOe85/ue5znv+c4H5XFPuamcVfbyDzhL1u34A8KLWeF+SghGRJ89LGe+gMMh+dnGSWrrhFc5YeqT8HpRCF82mnfKWOnOdxke9TLzNsbWn40dkZuf64fxHGuk4Qy6AfgC0OQ/zueFdtZWa1QzXQxIMXgHWrWB3IeQvjxEZdUk3TcaiVwBl8vezmNBpAN+bTSztGBCMhqNabMg2PwNyTEItcEp797Dfl+BGk+hvn1Te8j07w7YD8Z8NbhMatrKh3z7Ctcufangf2FMj9PW3w6OmBNg7Q34sVI+pL7BrrNpMyZ3B0w9h54w3BpAP2b5oLn3ah011QMzbJH9KEQ7zT0/UZ5XjuCuFhJPC/9BkS/nhVif4HQabUcxL87ps5KfbbhwVAjjbwrGRxNC13XhqGV0CWVtaVMtJWsf3nPCcFxoaTWmnHJIeYID4KLymTK6n2hbgAEAaYSIOzZ13a0AAAAASUVORK5CYII=', + '8-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3OUM4NzZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3OUM4NzVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aZJhZwAAAO5JREFUeNpiYMAExQxmtv8ZZBT+A9nTgVgcXYE5EC+E0iBwl2Hh1v8Me678Z4jLAmm6DcSFyBoWMpS2/Gdg5wBJZgPxSoaIFIgGEF6w5T+DoipIbiJIMSMQgyQYGB4ADeprYGAIiGZgcPQEyjAijPz9i4GhLo+B4fSRGoQGXKAgjoFhwiIGhtcvGRginZ8xMRACIMUwWxgYfiE0PLrHwJALdM7ODUA7/6Fq+vaFgaGzEsSahu7pfDA/vxbi4e3n/jPU9f1nEJcCyXXiCtbVDLW9/xn8Iv4zMDODFK4FYmd8rnYEawI6EIjZ0SUBAgwAIo5WnKqPH3UAAAAASUVORK5CYII=', + '9-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3QkM0RUJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3QkM0RUFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vpaWkAAAA9JJREFUeNq8VntsT1cc/5xzW5osHkEm9QhGZRGx0v08GiQirVlNrRaCkS1rGBlpU48Sinq0/tCatDRDJRVNMMSjpFjWTaLEymoL3VS1CC2Nbl5Fe8/X99xc9HH7e/T1TT733HPOvef7Oef7OoDvEsnIZZiMB4zTjDhGP7ST5MqVR8nI/o+MjJsk4w+TiPiB0L038Vw6w/BlMdEMAtVGVkUAOn5Qf5QUVGYc6MyuDO4t9HYxoxkEQkXQyCDRK6jBVgTE8ElA5b1PUXrtQx455S0Bf8ZixhWG8uKfp6h+OkuMneFwnkwiZDJ7RrELd69rElcZz9zp1wTSxWcLVqO4QG/pIeOOBwK3UH4rQQSHQ3Tr5UBCQoyaylyki/65yDZRfvbmXjmsJTWBk8am3yACBw6lwnPfwqyp5LHLbgiQRbLsr0gxYZ6l0PEkhoyDDItmFXI8yq7Fo7amlmfONyTw7m8xdibkxl+BwIFp3N3ihsBK+AdkYlAI7+mF+7Pq3ANydiKMlAI2zecbeWQnY0DDKCDjQB0zvXgClT4f9MdJ7c3JjLI68b9IhH4VLudsAHr09dl76XgqVPZaHTHB3C3UPtCYgPUlgY5thTrAipSpvW0YuvZcLRfuhLZ9S4TO7IbaE/MTv8YwXjsTePvx33lQP34D0XcIZEyWdaStISorHpSTto1fY90SsOTxfaBTdw7Wjr5puVcElX8EckwU0Ofj+nM1L2HGuYCK24Olx4V0qPmqXBeKlNmgnzcn6raR+AdAhs/Xb4tkWxUMIawk28FuG89zrmCJ8myC5sqDYtDFoxCjo3RoOziCCXNWF/i1Wc0MHATx5bKm5ytK9bOkzUzgMRLy9ukm0zOBZ1UcrdWtq/3RHc4HOhVgh1sCVHIF5opQqA1TgKry1lFe+xoq7TudcVdxr6pJAvTLXqiEMK7vd6Pp30vrzKUuy6laJGatldioKH8795KcawEnCbU7FpS3L1MfEaPAnplo1YIRk6PkvCTLyXyS5/9DbWflf55Ns+8fDsXoYSnU1jmg0kIrTTaxVCwMvxQ5Yw3EtDjv8n/RBagdC3TmS7aqaR15F4Z0NZdtE62dLt5DOU7lo+zP2XGJR83lJVBHtoB+z9YF7mse2d/wE00gQx3a/D0dTtZlUqenE15sapoY+UXj0ZfPQZV8obpdCLp0DFRwSiecpTyzzb7GO0pPxnq79UZc4qPh2mz1IFccIi7Z+rZ0w97pdPu+2eqSJGcmvFeceI5EcJhWnMOIaI8kliOXHyQ5N4lE/0+04nzG3PbMohH2blMZIS1d7I0AAwDjo2hSc5f5eQAAAABJRU5ErkJggg==', + '9-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3RDlBM0FBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3RDlBMzlBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a0sdmAAAAZVJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0fyGji/Z958ev/TG0H/zPahP0Hik3HpdmVgZHxP5hGAEUGUbn/zMs+/Gde+eU/84rP/xmdEkBqjgNxLLoB65mKl/1n4OQFKSiGikkC8Vym9CkQA6CYqXnvf0YZTZC6yUDMDnM5RMGEi/8Z5bRBkr0M7Fz/mUKr/zMvfIliABgDXcXolQXzEjMj1ACIvT+/Mfxb2cTAaBfFwKigh+nZd88YGISkwMx/kxIZ/h9dXYRqAD4A1Pw3U+0F8/RbEmBDnt9h+FtgcId4A0AKH19jYJTVgnC+f2b4myD5hQlD1fvnOA2AawYZtn8RiJqHYsD/wysY/ubrM/ybGM/A8PE1bpdcOcDwb3kDiDkNRPxmXvL2P6NrCihklwKxNRA3MnBw/2dq3Y8WA+//M4ZU/mdgZgGpDYUZOJFRyQgkMBHJElYGRqb/zDPvQuK/8+h/xsDS/wzCMrA0II7uKnM0viWjisl/UAJjNHQHaboIxLVALM9AAnAH4o1A7ItPEUCAAQArxK5FZ7+8lQAAAABJRU5ErkJggg==', + '9-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3RDlBM0VBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3RDlBM0RBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Sr7DUgAAAPRJREFUeNpiYMAExYwGbv8ZJFX+A9nTgVgcXYE5EC+E0iBwl3nCxf/MK7/8ZwypAmm6DcSFyBoWMmXO+M/AzgWSzAbilYwBxWANYDzhwn9GOW2Q3ESQYkYgBkkw/H98jeH/rFwGRo8MBkarEKAMI8LI3z8Z/vVEMPy/sLsGrgEX+FfvysDUuJuB4e1Thr9Z6s+YGAgAsGIQ+PMLRP5CaHh6k+FfjRPD/wNLgHb+Q9X1/TPDvykpINY0dE/ng/nJEyAeXvL2P1Phkv8MonIguU5cwbqaqWDRf0a31P8MzCwghWuB2Bmfsx1BmoA4F4jZ0SUBAgwA3VFgTFo94sQAAAAASUVORK5CYII=', + '10-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3RUQzMjJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3RUQzMjFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AdZVNQAABA9JREFUeNq8VmtMU1kQnlt6odJKENeiNSpEMUZXZdXyQ42rMUGNARWNZqP8IOIzrllWY2DjK2pETVbRIBofqPERNQafhUWNIWxW1F0xgiGYCAtSxdJCSwt93bbXmXp9QEsfQJ3ky3nlnPnOzJyZAxC8LEKUIpyIZkQJYgtiVC/OAqYXe0qHbipKloybAy6TFmxNVWCtLYPOypvgMLwrwPXNArmQEbDE5WkkTHhk11neBa3XtoKx/PRJHG0I9LCwXhCYHhGflMDGJnS7CgORE5LBqW+aZldXyXGmOFACLOJXRCXCFcAeE281/iJTLvdiTyQxcQFwLW+U3PsaIvEC0eFLPxE4HjV73XZbw3O6UgvirR8CdZy2fifdVhyt8EJCBNLEVGzClLa6J1vQNWLhcjYvZ4mIwD3FtjJgh4z+0VLzMAOcnA7n/vVBgCeSdnX1ooHT090KvVlCkjATBs5aTeuzOHV1Nu/kHLjyd3cCX3bLklaAYtsjYOWj83F40AeBHIaVFEbETQWX3ezbv7IfIGbxHhi+8z9yzT6cOoGI7/4K+PgC05cJl8UI2gtrwVylomg+gGj85v1vlE5blkyHimNGBB297Q/yoO3WLnoxiTh8SRw9CHwyMg+G+4dBf3cvMnJStE0Ki4rdPiS9AAag7/sixvIz0Ho16xR2f0PYvRP4/OBfl4H2bAawivEgz7zgNml/SNuNHGh/lJ+H3SyfBEichvcgkg0GRhwRlBKuuRY6KotANiUN2GHjuhqYs4J6rxIcuoaxIr+JAp9asMpJNKdXgkGVu4daj0fCSiDq57XU3SiCEAnDuJNsuNB6iDSRYhrSxKEiIF93BQvUrWzplCVe18WDhlMzMmQEWPkYiJ6/tecY0TVQUx8yF/iTjoqL1BT6JeDq1GPUWvpVuaPtLZVt6hb4JGBrrIR3uTPgw9EUcLZ/6BflvMMO2nOZlHH/wKG+RwKmf85D85/JyLYp01r/dLd6X5L719Mn5S4HaAszwFpXcQyHuV5rASUJTJVgqrhUSCZCPBeW5tK7jZw4Py1maa47yIIRl6UdWjCrWmoe5Av/D89i5GhtBM2plWBveulOkz2clcWIxIejU3ZA9LzfA1JuffMYdBfXA6f9n4pbTpfn+LljflWKVXANBV22n3J8BE0Zx7Dhm/2mY209GEoOQcfTK1TgVuHUZY98gDipV+1fbyg+SE5KxfHdAC61WDo51dPMtk53hKMFofPFbTBXl1A1pWSQ19NPmVwQS74V/K0JQLkyYuRPzxTZ5V0mzdV/ge7yJnAaNbXCF6wIcYcM4eswsaB0VxDxlBaZmPLVv3VP3GbG4CoWLqEKdRJTxW64zscs3c+Hj5hM/8MKRPr3zKILhVseQUzt62EfBRgADdCGCdArLSEAAAAASUVORK5CYII=', + '10-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4MEE4NkVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4MEE4NkRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++bst5QAAAdJJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0fyKXn9V9h4qv/UuUH/vOYhv0Hik3HppEJiF0ZGBn/gGkEuPDryRWgsawM7PLGDKIJcxh4reMzgOLHgTgW3eZesbSlGt+v7o79/+fXF6gizn/fPwqyCMoasssZMAAtYAC6iIFT01nm1/3TgX+/vBEBqtkHM2CFWPJCBm7DAIYftw67/f38mo+RjWuNoGeZIa9NIgMjCxvcNhZBGQZe20SGf98/m/18cBpkyDZGIPFfcdpnsIL/v74xvN/UzMBjEcnAJqOH4d+/H54xMAtIgdmv5yUxfDmzuogJWQHQZgahkHacmh9Vqb8A0SAg4FMForKYGIgEIJula05KwFzAzCcOoiQwDPj78TlOQ9iktODsL8cWgah5KAZ8ObWC4XG9AcOruQkMwMDEadD3mwcY3m1sBDGngQz48//PT4Y3ywsYXi9IXQYMSJuvZ9c2PanTZfj54AyKxv9/fzO839LK8HJyIMP/39/DgEI3QeIT2eWNQCltIpJaVgZGpv9yHXdAMfRfuvLIfwGPkv/AaASpmwzE4uiuMkfjW7IrGP8XT1v2n0vHHaTpIhDXArE8AwnAHYg3ArEvPkUAAQYA8AehDjOxdRgAAAAASUVORK5CYII=', + '10-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4MEE4NzJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4MEE4NzFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SWzwIQAAAPtJREFUeNpiYMAExZzabv9ZxVT+A9nTgVgcXYE5EC+E0iBwV6bhwn/FaZ//C3hXgjTdBuJCZA0LReNm/Gdk4wJJZgPxSgH3IrAGEJZpOP+fTUobJDcRpJgRiEESDL+eXWN4syyXgc8hg4HHOAQowwg38f+fnwwvZ0QyfL+2uwauARd43uvGIFm8i+HPh6cMj6s0njExEAAgxWBbfv8CUb/gGn6/uMnwrNuJ4cuJpUDZfyia/v34zPBmYSqIOQ3d0/kgvnBEP9jDCpPe/BdLXfyfRUgOJNeJK1hXiyUv/M9nl/qfkYkFpHAtEDvjc7YjSBMQ5wIxO7okQIABALDfZbqy2aMAAAAAAElFTkSuQmCC', + '11-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4MjdEQ0NBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4MjdEQ0JBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wYTJyQAABCpJREFUeNq8VmtM01cUP5S2lPIo2FJZ0YowQEGcTh4ZU3Qu4YObupE4Y9QPGj8oiUajJuCMIyYLI9nEkI35yZgYlQ/qEhWd2dBEMZFVJmzhJQIWhbZQWktfFNr+PeefP07ou9id5PT+77295/zO816A0Gkr8l1kF7IG+Q7yUeQlYciCqDDO3M0vOV2WLF8F0w4TWF73g3GsHcaGW8Bh1zfg/iEOXMQA2NduuSaKjhbNXmUY6PvnVxgZaDqHswPBCosOA0BJ4oJlWeL4RXNMiQJpagF6YazAYhqQ48rtYAEIkA8i/43sDuKM2eW07ZAv3uDVodLUIrBbhgutE2oC8RTZ4k8/AfglLWPzSbPxWRZ+jyIPBQDQb7doTpG1MbFSTwjoiRTFpzjyCk2GrqPAuPmccQ4vsngE4NbHG+pAHK9YYdC17WEYlx7XVH4AMATSYhrcmrqkjFXoBQUkyfJBsXQTfZdaTYOVjNvpxJ2H3gBUpy/fCXGSpSD7oJgyepNzyizG9T99AKjiRQvrydVJshXA4wl8+5cvgmT5alio/AzDotmIoUnF5S7k1zMACD6z/uumt4ec01bobTsDes1jyuYfkNXv1H+FfFFpWUbeXogRp4ScvS/7rsJA5wWqmFU47ZjJAdYD//lECKgER0GBSf/vYfw3Id4hFCU35BZVZSqzvwG+IC6cngMSaS4IYyRg0Kp4OG2mfuEBYCabJdI8SMQDmBfbEhfklH60tgbiJRkwX0pIzgasojUThh6y4o5HCOaSwz4OgphEv7H2RjbzEIy+eojeXAfiBOWsPbdrClTNB2DSqs3mBRJEpRaqcqLO1u9B3XP5NI2etSeEtIwv6bOCBxGiqCi2yQq50YNkihIayvmRApBX/C1dUJUpaet8eJatImXEAMTGp4EyZ7vPfYw/DQMRC0Eg0qr/oOF8QADYFdmsfZ80aRuFkUG28hr8AjAb++DJ/YPQ0XICpiYN70U53gnQ8+RH6rgncGr0CUDz4ndof3AcHLaxfROG7mpVcwX76pmXcsYFXapaMI131uO0ZuZFNKsRkbv7OhooRufJRcht3NbnVLd4CZVn5u9jkywUojumG5VjZ/2Ze3+AB4BJm45tIPjOO4vTIz5kHcHaPpOeuxuU2duCUo4W4wVXB3arhi63qnf33pYhXhDQ3fYTJV0lTmv9yKtDV6ZjdzwU8PFoHcFu2Ai6oXtk5y78uTT3PwTg3IvuS/vVvVcoSFtwfjMIo76SKT7xWHQ57WyG45sQ9MOPYFzbiiLdx3DrrK+XMgGoxp49ysVbF4TywoSkD5Ui8cJZi+Pav+DZ03qsFmMP9wS7jnwDedqfMD6n9LsQ8qmc6+NcfLtgqLeRkus2Z0RTKMkZTiteGSdJh1fPfwPdy/uUsI85xRf/ry76BWdlHfKa+Qp7I8AAlCePxdoXkN8AAAAASUVORK5CYII=', + '11-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4MjdERDBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4MjdEQ0ZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+H4m9lAAAAdRJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0fKCxp/t/Wb/1/I4f+/2KyDv+BYtNxaXRlYGC8DaSPAfE9qPjP//9+58uoBDCwc4oyiEpZMfz68dbky4e7HkC5X0B8CdmAXm3zao13L8/GAjV9AfKPAzHnn99fBYGaDXkFVIBcRgagixiExI1kPr+/Gfj750cRoOA+mAErtMwqGESlbRg+vLns9vvnBz4mZvY18hqRhpIK7gxMTKxw54JcI6nowfDn9zczoEEgQ7YxAon/9oFbwQr+/f3JcP/aIgZxOWcGHn4lDP/+/P4WaIgwmH39dBfDqycHi5iQFQBtZlDWTcWp+cSOuBcgGgQUNKNBVBYTA5EAZLOJ8zQJmAvYOARBlASGAb9+vMNpCDefPJz9/MFuEDUPxYCXj/cznNyVwnDtdCcDMDBxGvT+9QVgWC0AMaeBAvG3rf8GlruXZjE8u79tGUgQiN2YWTjr9GxaGfgE1eEa///7w/Dw5gqGRzdXMfz//zcMKLQaJD6RV1AVlNImIlnCysDI+N/Scwkohv4bO076L6ce/h8YjSB1k4FYHN1V5mh8S15Btf/a5jX/hSRMQZouAnEtEMszkADcgXgjEPviUwQQYADKIJ1x2pgXNwAAAABJRU5ErkJggg==', + '11-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4NDdBM0RBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4NDdBM0NBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/NrCVwAAASFJREFUeNpiYMAExULiJv85eaT/A9nTgVgcXYE5EC+E0iBw18x19n/7wK3/5TWiQJpuA3EhTDEzELepGxfGvX91PuX//79vgHxWZhYObUExAwYBUT0GcVkHoQ9vLrv//vlBCCi3gxFIgExj+PrpIcOt85MYpJX9GMRk7IDCjHAn/Pv3m+HqiWaGdy/P1jDBBLn55BkM7XuBiu1RFF84VMbAxMTKoGaYB+JmMTEQAAZ2XXBbgOAXXMO3z48Zzh8sZnjxaA/Qkf9RNP39843hxpleEHMayNNKHNzi+leAbvzx7WXB2+cnXrFxCOjzCqqBTX3z7DjD1ZMtID+CrGrEFqyrtcwq/kspef9nZGQGWbUWiJ3xOdsRpAmIc4GYHV0SIMAAPptk3B0damcAAAAASUVORK5CYII=', + '12-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4NjRGOEVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4NjRGOERBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4fIToQAABD9JREFUeNq8Vn1sU1UUP+/1g313pevY3Og2oIBukC2smc44AgZIIIAukUhiTAQNSIBIxh+bH7CoiVMjTAILf8EfCCRoMOpkgoiGaVQYYxA2GaPVtXbrunXt2rVbu7bPc5pXtLx+j3pefrnv3pt7zu/ec+45FyBx2Yy4iPAhhhEdiAZESRK6gElizcX1T7y3tkhWBVMzNrA4dWCcuAnasU5wesbacH4vTy5lBKa213yZJhalhQxy+P2ia4NeU/tx7L4erzJREgRq52U/rs5NL35oJwyo5BqYdI9WW5zafBy6EC8BCWIPohvhj2ONw+NzbVUrV4U90BJ5DUxMGzXjrkEicRMxGc0+EThWUbjpbfNkvxr/zQh9DALaiemhAyp5NWRK84QUGAbKFE8jFVZjcvQ1cOAX85tzh9HFEoH255e3giytqMJg63rFz/nGcOx6FAIckcTg27w0f13AoPAcGHhMtgzKCzbQfJ3F9Wejn/N6caozHIHm6vkvgSKzDErnPglGW896t9eRgeOXIxBoErHSI3TUhbIKELGSiEwpUItzq0CtXA1299DqiSljAQ73IWxBAkSf21Hb8WCRx+eEHwc+gb/Gf6VobkEM/uf+71qUt3JtTck2yJqTn3D09hg/h2uDJ+nGVGL3VjAGAifwICpYKSzKqwMRI6kest9+A/kR460ZEnnbmiVvLaws3gJScWYyOQcKcsohXZILeus1Frs/UL4QEAh6sTCnIrBAb+t6IT97ad3G8hZ00wKYrSizFsOMz7VixHGXdtEhcMHD4vRYIE2cE9XX4cTq0oPWchUWKupAnqEKmfP5PXCuZwfYp02L2ViKMqWKhI2TXOp/H24YTr9LreDyo5vLCzbS7y4WUiQME1At5VuBUK5AqRenisC6Je+AztLZuCDvmbDzWVIlNaqUEZClF0FV8YsR5+1uquSgS5kLYkm/+XtqTsQkgFkRvBi1j1IcbjP0DrfTb1tUAqOTA/DFrd3Q3tsELs/4IzGONQGuDHxEGfdNuq0RCfwx8h18dacB67v51RFHX/O5np0UVLM07oPL91rAZO89gt0Pgi+ikERESaJTdwx9dOkEHRHiBj/1LN1bLEL1T5W+FgiyRMTjdQaMY8U9yr8/QEDAMW0KJJAxp7YVu/si6NrHMqJDGtXLUFm0JS7jw/Y78NP9Q5j5hqm4NYVUzOCP3nodffMxBV0jdj+Mou8wHmUpy0j2xjKMDxfo/vss3DNT3eGo4JwWlGzE8S7DZzu7DWeoTG7C/jdxbOq5MkWtYHDGN0UxQyeI8fIzDFp/B47z78ep1kgvZSLQjDnbzPt7JA7jGmWWWpU9Z17IIBm7ev9TcM1Y7/JPsPOIr4lXNGVi3ujBBOKpvnTuv7vHdx90G85ScF3gN/FtIsGZTCpersgog9tD52Fg9Aod92+84VP/VxbdwO/yMGLFbJX9I8AA/WePWBafAlQAAAAASUVORK5CYII=', + '12-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4NjRGOTJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4NjRGOTFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+USXOZQAAAdRJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0fqCBk8T/ZYuP/IL2J/1VEHP8Dxabj0ujKwMB4G0gfA+J7UPGff//9yteVCmTgYRdlUBK2Yvj6663Jm693PIByv4D4ErIBvW7qNRqPP5yJ/fv/9xcg/zgQc/76+1WQl13UUIRHBchlZAC6iEFWwEjm5ZebgT9+fxQBCu6DGbDCRb2SQUnEhuHZx0tu339/4GNhYl9jJBNlqCnuwcDMxAp3Lsg1muKeDL//fjN79eUGyJBtjEDif7rVdrCCP/9+Mpx+tJBBTdSFQZhbCcO/QG8wcLMJg9l7b3Uy3HlzoIgJWQHQZgZLhTScmpeciXkBokHARDYGRGUxMRAJQDaHGkyXgLmAk00QREkwYbMJFxDiUoCzb77aBaLmoRhw+/U+hhXnkhn23GpnAAYmToOefrzAcOrhfBBzGsiAP3///WY4fG8Kw77b3cuAAWlz982hpuXnkhhefb6JovHf/z8MZx4vZth2rQYY4L/CQA4BiU8U5VEFpbSJSGpZGRkY/8eaLgPF0P9g/Sn/DWUi/gOjEaRuMhCLo7vKHI1vKcaj/t9No/a/nKApSNNFIK4FYnkGEoA7EG8EYl98igACDAC6IqdE686HAQAAAABJRU5ErkJggg==', + '12-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4ODRDMDFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4ODRDMDBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uEdKLAAAAS9JREFUeNpiYMAExbKCJv/5OaX/A9nTgVgcWZIZiM2BuA2InwPxUyBe4qXVJGgiGwOSN3n+6XIAkGYB4hMwDW0OKkVxTz6cS/n3/+8bIJ+VhYlDW0bAkEGKX49BVcRR6NmnS+7ff38QAsrtYAQS/9OttjO8+/aA4dDdSQw6kn4MKiL2QGFGuDP+/vvNsPNGE8PjD2dqmGCCQlwKDAG6fUDFDiiKN14pYWBmYmWwV8kHcbOYGAgAf50euC1A8Auu4f33xwwbLhcy3Hy1m+E/w38UTb/+fmPYdxuscRrI00q87OL6O280Mnz++bLgwbvjr7hYBfVFedTApgL5DLuA7gf6sQuotpEBGqwLoTQIrHZRq/yvLeHzn4mRGWTVWiB2xudsR5AmIM4FYnZ0SYAAAwDcJ2SKgFUcrAAAAABJRU5ErkJggg==', + '13-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4QTIxNjRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4QTIxNjNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9f2zSwAABDpJREFUeNq8VntMU2cUP720BWqpvOdQhIxXJCobtCo+iLrFREh0Q5fpYkw0/uFcMBLNArp0zP2hxiBKhChREt0jLGYvZDLNlLgFdRFUkIAGBYRIbUvBQt/PndPcKtB3sZ7m5Ot3zr3n/M7jO/cDCJw2Il9FtiLLkJuR9yOnBGELOEG8c3XfPOm6bEEOjFvVMGTsh25tB7RNtMKYRVWL+r0suJAB0NdkNESEMxFThHb8/SSvg5aXzWdw+4W/xsKCALA8LTIrYw5/7rRIOLBImAejlhExZiURRVf8BcBDLkG+h2zz450Jg02/damowE06OZAjlIDcNCx5bhokEPeRNd78E4CatTFFX/cbejPwvwJ50AeApwqzTErRxnDj3ILIjcoHhsNInuh79mNpuGxwRje2GALQdCjlOCTy313Ypbu/w2q3jqDsrhcAdgI5ZBzYuDL6I4dDdyCyBAthdfR6YIBTgCUps9otFlT96w5AxYb4LTAvPBXTtwR6dJ2FWuuEAOV/ewBQzuPwqynVmYJs4HF4HpGGM+GQPSsH8mevBszaWizNHBR3I790AiD49nNZv79ucZsOzstOwQPNf9TNR5GfTTr/e5ZErVq3OWE7xPISAu7ev0Z/g1+UF+nEvI/bDmcPODLgJIpIIlpJq/ixrmsfPkyIt87mxtTuTvoqrTBuE0SGzQpm5kB65AIQcaOhU9vG4PY6zQsXAM4aZmB60wULoEvb/ul7kZkFB5K/g2Qs00wpNSKdspzXZ3hMUTS7lGA64XSDqDARcL3U2h0Nm4agbbwVxKIVkMRPnqIz200g7S8BpVmeyfgyREctUOdEtc+PQaOq4TCt0wmbGNbEFNLfPQyEiHAO0MJnVxfKFebTUswNFYAvk8rwA3WrTBy13K0+lhdPy/yQAXiHnwRFcZs96pWmF7T0hawEvqh1/AYt9T4BaK0aMGHXvklSmZXQMub4WNZ6BTBgeALfPiuFyiEpqC1jb8S5xW6Bc7ITNAsO0in3COAf9TU4OlgOo2blrqf6RxXSgRLHrWcmZLNboU5WCb36nmrcHnHeiKYMIhoSP8jPQqv6ej2lCLmdVX1I53axUFz8WcJOR5MFQjqbFuqGK3Gy3jvN3j/ABcCIWe4YIIPGvpO4LfVgq5ThhJ34JP5zWB+7yS/nvfpuqJdV4+R7QR+38sm6V8fwobYda1NFTVeG22Ne7FVhKlNxOu715VhhkkHT6CW4rW6hL+A2FP04/RkCcKZxpGH3ZdXP9NAG3F/2I6iPPxAucxEabQbscAVmsB/aJ25Bh+Yu3vFsB1B10tNNmQBU4MxWsPWW++FckhKRNj+elzhF2KlpgwvyGjotj9gr2K/IjdRW3oxxWaffBNBPxbmTosd7HzSpLlFzXWGD+DOQ5gxmFC+m69u1sT/gjvomNewd1vH3b2uKFrFRViHnzdTY/wIMANkOj8vpkSjLAAAAAElFTkSuQmCC', + '13-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4QTIxNjhBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4QTIxNjdBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/128lwAAAdVJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0faMBj9n+a2qr/NfLd/8357P4Dxabj0ujKyMB4G0gfA+J7UPGfv///yncT9GMQZBVhMOK1YPjw553Jo5/3PIByv4D4ErIBvVlS5RpXvp6P/fP/9xcg/zgQc37/901QiFXUUJ5DmQFoAQPQRQza3AYy937cCvz896MIUM0+mAEr0qVKGYx5LRlufb/i9unvRz42JvY1PsJhhnb8bgwsjCxw5woBXWMPFPv+77sZ0CCQIdsYgcT/OeobwAp+/fvJsP7NUgYrfkcGWXZFDP++//OWQZBFGMye9byX4dSnw0VMyAqANjOEiyXh1Fx6N/kFiAYBf+FIEJXFxEAkANncqDBJAuYCPhYBECWBYQAwtHEaIs0uB2cf+bgXRM1DMeDEp4MMVfczGWY+62EAhjROg65/u8Sw/vViEHMayIA/wOhjWPJyBsOc5/3LgAFpc/rzkaaKe+kMwJBG0fj3/1+GjW+WM/Q/aWT49f9XGFDoJkh8ogKHCiilTURSywqM+/+9yvNBMfS/TqHvv7dwyH8hFhGQuslALI7uKnM0vqUih+r/LOmK/7rcxiBNF4G4FojlGUgA7kC8EYh98SkCCDAARS2nw1XeE/sAAAAASUVORK5CYII=', + '13-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4QTIxNkNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4QTIxNkJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Nb5VRQAAARxJREFUeNpiYMAExbrcRv/F2aT+A9nTgVgcXYE5EC+E0iBwt1Vx2v856hv++wlHgDTdBuJCmGJmIG5LlMiLu/btQsrf/3/fAPms7Ewc2lrc+gzqXDoM5nx2Qre+X3H/9PejEFBuByOQAJnG8PTnI4ZFL6cyOAv4MJjy2TAwMjDCnfDn/2+GKU/bGa58PVcD14ALdD6qZCiXa2d4/+ctQ+nd5GdMDAQASDHMFiD4Bdfw/NcThrZH5QxHP+5j+M/wH0XT93/fGOY8nwBiTgN5WkmYVUx/yrM2hje/XxZc+HLyFT+LoL4ChwrY1PNfTjJMfdYO8mMXUG0jtmBdnS5V+t9RwPM/EyMzyKq1QOyMz9mOIE1AnAvE7OiSAAEGACICax5SySMdAAAAAElFTkSuQmCC', + '14-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4RDJGOERBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4QkY2QjNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2YFG0wAABANJREFUeNq8V3lIlFEQn939XN0tUyu3tNo8SCq6qCwI8o9Eg6QMjaAoogMqIzshC7GDoqJICbvBgooiKDo8ui+jww47jMoo045tbXd11z3cb4+vma/P0nUPV90GfnzvvVlnfm/evJkngP+SjriGcCBUiDLEOsTgTtgCUSf+5toZxdTUpJBo0DiaoYrVwv3mH3DFXAM/HKaDqM8WyAWMgKVm0IIQuYhps+gEDjbpHsFx47vDOF3eUWOSThCYND5YMSQ+KMxlJyJIlg2C73bT+CqbVoFLpR0lEIRYiXjBb8S3NBk525yMHvFuw5kiV8Inmz7xva2BSFQijN78E4EDi0OH51ayv4bguB5R54PApxq7IY92GyXp0U4pRhpp8hjcmSixglWvw6NhhM1Z3dgSE4Hiq/1nQBwTNuJ287eFdnBqcO2pFwIckaxidelzeybwDttHQgSTQqJgQegw0ie9ZXU5NnDaUVXuSkDcMsrEkJbxRHoV4nS3FwIbg0WSorHBkWDmbXqWPuIQyA1PhAfRmZAqU27HpUOIWNdj49TKxX8XDE4WVmrvw1VLLWXzLkRtq/ufNVMel5qHRgcwPf3O3kLDa9jR+IxuzBicvqIcaEegJcb7Da9gd+NzvNDcbJyOUkhkuQW9kzDTB0JX5ITxHWzQPTyKw9UI1i2BFinHArNUcweGSiPgWN8pfEi7Q/IansCRpqoCHK7xSoBE5TCj42CQivwrGdW2Rrhk/gzp8jhICApvo7NyDpisOg+19qYEsS9DURK5385JFmluwV595Tb6ugomMSwKHU7DLDEESITrKRV7qPZpshj6ZDCBInA8MhmKzV9ypstj3eqjGb6IKQNGIJ4Jg1W9RnvU4/nT53PAjsCXnDVW06fIJ4FGpxWaOUe3Ov9mN1LbpuFBrwReshqY8vMizKovAzVex+4QG+eELO1dqribcNrgkcAp4weYri7G/m5c8tSq3pKkugCX8dXTFcFGB0u1d+CJVb0fpzvd9gIqElgq4YypuohChHguqJLp3qbIlBlbIybwSeaP6LHHLMOqih23UHh/tG9GdZiZVDjesFq+THqwtYYB8b4N4WMh20uWt5bH1p+wSlsOX+wGam4bW+v+XsOblq+wQnuPki7HRzvOx1DGYDXL9uUYHy6Qr38J50wfqcHNw6XTrr8hAof36F8s24c/xDY5A+dXOrCpmdP+VLI2YuJsfIZjBKkIwXVLHXXT9agq8PRSpiPoR2crnLe6A84TR0v7Vlzvn95m8QY6W6t7APUOy3vhCXYBcZkS35sxRnC62Y98ypgm//c/SIVVzYcZk6tU2ERJoItYycnIFG5rxERupLQPvV0eIeb/zyqaJuwyHzGuq8Z+CzAAzQWCCiYuBC8AAAAASUVORK5CYII=', + '14-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4RDJGOTFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4RDJGOTBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BsEIpAAAAb9JREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0f6M4p9/+hbML/nRJ+/4O4lf8Dxabj0uzKyMAAUuCKJKYow8Lz/6lc4v+Xcsn/XwBxNI86SM1xII5Ft7l3noizxr4fT2J//f/3BaqI89O/X4IyzDyGemwiDEALGIAuYnDgkJY5++t14Nt/P0SAQvtgBqyYJeLE4MOlyHDsx3O3N/9+8HEysqwp4jcwjOFVZ2BjRPhOmoWHIRYo9vnfb7Nzv16DDNkGMhzkTLCC7///MLR/OMsQxq3CoMMmjOHX53+/MUgyc4HZGW8OMKz/drcIxQB8AKTZ4OnyFxekIyVAhtz985HB6tmaO0wMRAKQpoOSQRIwF4gxgWkJDANeAG3CBTRYBeHs5V9vgah5KAas+XqHweLZaoa0N/sZ3vz9jtOgwz+eMbR+OA1iTgMRvx8DE0w8jwYonpcCsTUQN3Izsv7fDkxEoHQAw09kE/8X8xv+Z2FgAqkNhRk40YBNBCQwEckSViYGxv+XpaPAGvdIBPzP59P/L8XMDVI3GYjF0V1ljsa3NGQT/T9fxOW/C6csSNNFIK4FYnkGEoA7EG8EYl98igACDAB2vp+Pr8zYjgAAAABJRU5ErkJggg==', + '14-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4RDJGOTVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4RDJGOTRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1vsvcAAAAQ5JREFUeNpiYMAExc6cMv+VWfj/A9nTgVgcXYE5EC+E0iBw97hU6P+Xcsn/S/gNQZpuA3EhTDEzELdNFLaLO/jjacofhn9vgHxWbkZWbTsOKQZrDkmGIG5loWM/nru/+fdDCCi3gxFIgExjuPH7PUPxuyMMKbxaDAFcygyMSE749f8vQ/zrPQz7fjypgWvABfxebmHYJO7D8OzvVwbDpyueMTEQACDFMFtAFFzD7d8fGLxebmZY8fU2wz+G/yiaPv/7zZDz9hCIOQ1ELAR6+j8nIwtIVT6I3ylkBQ6lx7IJ/+eIOP2XYeEByXXiCtbVs4CKEnk0/7MwMIEUrgViZ3zOdgRpAuJcIGZHlwQIMACn32O7K7yaMAAAAABJRU5ErkJggg==', + '15-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk4RkM4N0JBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk4RkM4N0FBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EoFABwAABAxJREFUeNq8Vm1Mk1cUPpRSO1DkS7oxdMioW/ADjJQYky1bzFjmJphm0ewzLCO6kWkkaALGzUWNyo8NszA1bmHJFrdkPyRuCiFb4hYSnS6wKMrYgFKQggWFQr/f0r57TnklFPoJdCc5ee+9p73nOeee+5xLFLmUQJuhbugQtAlaCX1qHntRzDz+09yQ/0zRiymJNCK46LbFRldHJ6jBOEoGp3AG9n0SuKgBsBtfKFAmxMp8Fj0i0vCvnr4aGD6H6YfhbhY7DwBbCpcvVavjlb6RIJSX05JowCEUICvpWGoMF0AcdC+0jQMJ4z9ms9v9xs7HU/2m8xWA6LY5NR1WO4P4C2oJ5p8BfLknU3W4dcKqxngY2h8CQE+PzfFJERxlLFHMMcqQiuIVKfiS5g+TpRIRyaXgnH72kjGAy79r1tLT8cp1v46Ov+cSxQdY+zMIAJFBtltsJe9mrPA6nJMJLD2XnEhlT6oYyPO3LfYq7DsJU8tsANOVtAspvVqQy0DqMK0JAqBaKZPVb0pcSjZ38BNLU8jpaM5Kat28nralJR3H0lno6tnHJlq2Fk4vTEy6aXeHji6PjHE1n4L2zbj/5a+rUouOYdOVSkXE1VvbN0RHeu7xjcnH9BbXwBwAj3L8mX6QjukM5BbFnZhuUCniDp/Nzaai1OW0EPl6YJj2/6M/j+F+qOAXwCP5DQRTerebchPi6dt1Od6ULoZUdfVTXf/90xhWBAXAMugUKDUujpbIIuOsTqudLoIdtaoUejbhMR+bw+PBFWmnXrtzjSzURnzVInXO8mZ7F53oNRzl72xBEdPuTBUPy2UUJYmdYnlFbAC2L05P5o9WHi0AP2xQU8PwaJU2PcWvPXOKxFZFDUAOesXBrIyAdr3dS4y6qB1BKPluiAmX6kMCGHNNkt3jWVTn/Q4nnR8w8vBMUABtE1bacvMOvdbWSfedrkVxLoAG37+rY8Y9xPEFBPCNYYReau2gew6h7Ma45VPNjXYuqgU5nxRFL7FdN5m/wPSk317AJFHR2YczGqnnFEFbJdNWvrfo99qT6lXeIotExtFjSu900y8Px+uk98fcZsSV+RaI45bZ5qXJAHtVyGNiPv84O5Mqs54Iy/k1k5n2oMGB+bi5Vc+0TV/D5ocmKsPZoOiqQrTjWqQyC+y4L5Rjnd1BNb2D9D0qHg3ubSxdmP0bBnDuhM7wwSm9gdtkMeY/hxHUju1TTOYjVrcbFS5wBukS6qXxgYm76QGYTgd6KfMRMCmXS+dtDMO5ZuOyhJsthWt9Fpvg7KO/e8kouDqlJ9hF6E/QoNdHLjk9EkE9aWdGj3cf1SB7KK5GKYgr0SaxKz/mrRFxE8S8ZfH8drkOfef/ZNFXpShroZsWutl/AgwAJbqG/5Utt3sAAAAASUVORK5CYII=', + '15-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5MUM0RUJBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5MUM0RUFBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QvoPsgAAAdFJREFUeNpiYMAN+oH4JxCfBeJkBgKAGY0f6C0i+P+1o8n/g6ba/8MkhP8DxaZj08gExK6MDAx/QDSS+IXLX74xsDIyMhjzcTPM1VZmSJASzQCKHwfiWHSbe5fpqmrsevcx9te//1+gijg//vkrKMPBbmjAy80AtIDBS1SQwVmYX+b0xy+Bb37/EQEK7YMZsGKhrgpDoJgQw+EPn91e//rNx8XMtKZMUcowSVqUgY2JCW6bDAcbQ5K0GMOnP//MTn/6AjJkG8jw/1+czcAKvv39x9B07wlDlIQIgx4vF4Z/n/38xSDFzgZmJ165y7D65dsiFAPwAZBmtSMXXtyyMZAAGXLn2w8Gg+OX7jAxEAlAmk6Z60rAXCDOxgqiJDAMeA60CRfQ4uGEsxc9fw2i5qEYsOLFWwb945cY4q/cYQAGJk6DDrz7xNBw5wmIOQ1kwJ+f//4zFNx4wJBy9e4yYEDarH35rknn2CUGYEijaPz9/z9D672nDAEXbjJ8//cvDCh0EyQ+0YiPG5TSJiKpZWViZPh/19YQFMD/j5rp/C9VkPoPjEaQusmgIEB3lTka39IEaOgyPdX/7sICIE0XgbgWiOUZSADuQLwRiH3xKQIIMABBgaQenL2xIAAAAABJRU5ErkJggg==', + '15-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5MUM0RUZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5MUM0RUVBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ksAoZgAAAPdJREFUeNpiYMAExW7C/P9VuDj+A9nTgVgcXYE5EC+E0iBw96Kl3v8vzmb/qxSlQZpuA3EhsoaFM7SU/nMxM4Eks4F4ZbGCJFgDCF8Aatbm4QLJTQQpZgRikATDtS/fGXJv3GfIkBVnCBEXBkvAwM9//xkiLt1i2P32Yw1cAy7gevY6w25jTYanP38xqB+58IyJgQAAKQaBX//+gym4hptfvzM4nbnGsOT5GwaIHAJ8/vOXIeXqXRBzGrqn80H8CeoKYA+/dTT9v0RX5b8cBztIrhNXsK5epKPyP1VG7D8LIyNI4VogdsbnbEeQJiDOBWJ2dEmAAAMA0hhjJu5dHY4AAAAASUVORK5CYII=', + '16-1': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5MzlBNDBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5MzlBM0ZBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+57ZoFQAAAw9JREFUeNrEV01IG1EQ3iSmWhFCBakFUapEvBUJuYg9SC9CDBFLQShFQm9GKMFDkB5C8CfkoCKlSoXWg5aC0IuSBMGTCEW8iVJUiEbUgiAqilE0fp1ZdkUSd7OJ2faDL8Nm375v9s28ebOCkD1cxDlikviHGCV2E6sACGrMF+ai0Siurq6wt7eHcDgMr9eLiooKVvhMNOntQOLs7AypSCaT6OzsZJUxvR0Iz8zM4D7c3NzA7XaLK5GNA2biB8lqgdPhcEAJ19fXaG9vl8PxLENOmPhnrKuri69+EF9qcMBkMBiwtLSk6ASHIxAIwGw287y9RIuaA+JDU1NTKC4u5n89Gpxw2+128W3VcHBwAJ/Ph5KSEp73o6oDjJWVFVitVr4TUhHvKSoqgsfjwcnJCbRgZ2cHTqdTTFDic0UHGMfHx3C5XPLgqtT9z/GNx+PIBaFQCEajked+oeiAnM0DAwMwmUw86g3Hsby8HJFIBA/F6Ogoz/mF+FjRARnz8/MoKytDU1OTGM98gQsX6Q7LW1N18O7uLi4uLrIWWVtbg9/vF20qEokEqqurWd2a0YFcUVdXxwIBtvdhcHBQXAWjoBMof9g8kmwa2traRKPbCqyvr6O/vx8bGxuKFZO1DZIDwr/G5uamUFtbGzMK/wkTExNsvmUMweHhIc7Pz/Manu3tbVgsFl72J6oOLC8vo7KyEg0NDdjf38+L+OXlJRobG1m8R7UOjI+Po7CwkEe8J/pLS0sxPT39IHHuoij7ec6Ruz1CWpGQmoqvRNudsL0i/mxpaREzPFscHR2hubmZ5/2U2qTcDorFYqivrxcLhEr+eAsKChAMBjWLLywsoKamhucN3tcliYO4ueRlpmufhiQeGRoayihMWw0dHR3gBoaeeavUpo1xzZaOSafGXRTf2tpKEzw9PcXq6iomJyfR2toqn6bdmTrlp1yzJasFdpvNliY+OzsLPrLp/m/id+Jr7jP1+FYI9vX13QovLi7KyRUmOvRqxdPacj7NpIT9RXyn97fAXTiktx1O2aY54a8AAwDhTe8+nYhpHgAAAABJRU5ErkJggg==', + '16-2': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5NEQzMjBBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5MzlBNDNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+07DBzgAAAYlJREFUeNqMUzFLQlEU1pcRirhGgzyaGtRNjGiWQEhoEFFoysFNHm1CwvsBEdLQILlIo0a7qyRCSjhpq/hwlIdiPvDrHPE93ruo9MHHPfe753ycezlXcm0BAF6eiL/EL+Ida3aKyQfC4U0ymcR8Pken00E2m2XxRTQxjeJut5ujuE08lWUZhmGAsVqtkMvl+OCTeCsavNfrdQQCAd7db8QT4mulUoEdrVYLoVCIE56JR9z55hbAcDhEJBLhw0efzwdVVaHrOkRwV4VCYX0lhwFjNptBURT0ej1sw2g0suJMJsMmisNgH7iYcjXTZDAY8P7n3waMfr9vxdPplA10SZyB8Xjs2oVwOGzF1Wp1vTg6qNVq4AdMp9OYTCY7O2k2m/B6vdzBGRsYi8UC+XyehTfiJVH1+/1ot9uOwuVyiVKpBI/Hw7kpcw7K0WiUo7JtOA4lSYKmaevCbreLYrGIYDBozsCxlbspOBem6yIWi6HRaCCRSLDwTXwgyjv/xJbPdEX8IF7vK/oTYADzh+tOrtoI6gAAAABJRU5ErkJggg==', + '16-3': 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OGI2MGRiNS1kNjFhLTI5NGUtYWY3YS02NjY1Mjc3ZTcwY2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5NEQzMjRBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5NEQzMjNBNEE3MTFFNjg3RDJFRDIxRkIyQURBMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWEzNDkwM2ItZmNkMS1lOTRjLWFlZTktZGZiNWU2OGM0ZDM4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWUwNjlmYmUtYTQ5ZS0xMWU2LWEyMzQtZWMxMWJjNDQxY2VhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+403y+gAAAN5JREFUeNqEkLEKglAYhR2EwBdodHNzTsUlWvRVjIiIQGhwbmyxUVwEkZ5GEDSjQXoANxc93V9SzLA+ONx7Of8H916O+2ZvmiYkSQLbX1jm44EFi/9eiXuWZSAcxyHpxrIbCr7neRAEgco1S2jbNjrSNIUsy9SdO6Et4jiGqqoIggBN02BIVVUwDIOkYy9Moet6uxZFQcLzr9CR5zkJj15IkgSKooDeU9f1x3BZltA0jYTD+NFbOruu2989iiKIokjdaepbozAMYVkWeJ6nwSvLivvBkiSWDctsXL4EGACZ/t1UpsQ1gAAAAABJRU5ErkJggg==' +}; + +function createFishIcon(idx) { + return new Leaflet.Icon({ + iconUrl: fishIconUrls[idx+'-2'], + iconRetinaUrl: fishIconUrls[idx+'-1'], + className: 'fishinghotspots-icon-'+idx, + iconSize: [16, 14], + iconAnchor: [8, 7], + popupAnchor: [8, 0] + }) +} + +export default { + 'default': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAABF0lEQVQ4je3UPy/DURTG8c+vsUmNxFZhtBnxBtSkg3gJNlZmVjV1MUrEwER3ITabRUJqqpBYlPkYfldU9d9o8CQnOffm+zzJzb3nZhEBU9jGIor6q4VL7KCRRcQ0zjE2wNipN5SziDjA0tENGye8tPq7xotUK6zNgXoWEXcoTmwNNreHPO+Cj4J05mHNHexoYXhbd/0H/JWAFvnjGFZt7EdBPhiqleFCvp5y0kUWETM40zZMVw+sH3P7lK9nJ6mtsjD9I+sNywXco4w63snB2uo32WF+T2wZ91n6Dzp1jdLmab7YWwENzP8iI6JblSOi2XjNKyKaae8X2ytARBwmYzP1Xbl+AaWIaKQq9eJG+tzYI/YRqe+qT2WX3zWzscVJAAAAAElFTkSuQmCC', + iconSize: [16, 21], + iconAnchor: [8, 21], + popupAnchor: [8, 0] + }), + horses: new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAACbUlEQVRIiZ2WP2gTcRTHP7/L5e9d0qptUaFirYu6iTpUKwVxUQcR0V1BBKHiIhQdXETMpoOTpVAcxMlBBbdowUGXglAQ1AqFICbakDSmbZJ7DpfU5P4kl3zhB/fe7/c+9+73u3vvlIgAjAF3gEkgSX8qAQvAfWBZicg48BpI9Ql0qgicVSLyFDiz8QLKt8HK9UfThsFIQ/QSAG+UiHwBkn/29g9thW//AUBZo7GnvUATdzHj0xiodn8Lw9C7QUIH0PVD6CqJsvJY4Qki8WlMa4V65TFlvzhPsDJR0YvEYldJ6IeJeK2ROtIpIc3TuRPNeMiAHxQgtAc9POU/7wmO38DA6pwRGiTnGAwMHsywI3YNQ6W8b9oWPEIoep5YILB+1P/xvBS/hREI3FE1wHIkcoSIttvN6QlcOEGuMEne6TefMNA3uL5EtfaZWm2RamGK/OZb1ptzkdPufQ4MlrX/b0ntE9XiBVbXn/EXYOMlFed6JSJZgHzjCIbK7PID/x7lJ5vt/tA+QvXv1Jv2ULnHjJWJil0h4fS3QlvlAtcWqfrBjXskVcpZerylY1f+pDZsV6fCcfepB5U2vHVZ1rDbCUa6baIvqJHeMt8pEdkPvMKjNVU/wNpNqC+1+0MHwXwE4QnPexSBc6rRTMeBGeAkYLauslZg9RhI0bZVCrZ9BG3UBVwD3gMPgG+ISKcxLyLZyrxkcwl7VOYkKyLZxpxvbDNjP40BGSBcmLIdgxl7l4BTwFe/wG6taRmYBa4nZtr8s52gQNeMwW62C8BIw/6F/WNT6hQU5MsrYR9IU+luUAiWcTOB54ACLuOqym79AymV8pXgBGLKAAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'worldbosses': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADA0lEQVRIibWWS2gTURSGvztJ2to01qiNqYtCrRtBdCMqPkFBxAq6E3FTxYXu1I1YwY2I6KKKLsQnIvigdGGxrSIINq1VQfC9sFgrgrGNxaa2sZlJnOPiNkkfM4kWPHBh7jn3fPPPvSf3RIkIQDVwFFgLBJieDQMdwAmgV4lIDdAKzJwmcLL9BGqViFwBtnD7IRxogNjg9HChIJw9BDs3AbQpEfkABJi3GQaGwLanBzYMmFsO/Q8AEgaZPY0N5qAblhWRaA8XhCXaw2xfXwzo3NzX+g3HhG3rShiIF5Y+ELdZtsjn+AGOCb3RNFVhT3ZeX+enu6mC7qYK6uv8WX9V2MOr7rQTQolIVD+tyHn9MxR99+fh9UDSFGYFJgqID9uUliisNFRs6idpSTYmz/MoTowKrZ1JPAZToKB9SinONyYmQMeZMxjg0QsTn1e5xn1eePLacgu7g+vrdLVEXpq0dSWxbX3ybV3JLPBSfblbutcV/KUvTaBUsX7fDwB+P60EoPbgIMGA4nNziK+x3/8OPnZphLYzs2lpCDLTb9D/Q0MiF+cwagoeQ9FwK/HvYNMSSksUtatLsFJC8Zo+7e8MU+TTex/wu56BO3ggbvO2J8XiBT6UUkRbQwAopRCB959SdLxKuaU713E2qiDdVYkx6YxtG7yrviEOlZa3jg1Dj+r5HpTS6k1LMC1haMRGKQgGjOw6J4QjNFNao6aWtPdEnNigzfe4ze7jcQCSlmTXOcC96Js/QCior83xZlpwvfUXzRGT5kgMgOIixbnGBL+SuX3IwOdmyzrxXy/6hUALTq2p8zXsPwXveib6F9fAhcOwZqnTK34CW9VYM60BjgDrgLIJy770wZJdMDSi5+Vl8OYmVE3pAyNABDgJ9CAi+cYNEYnKtXtRYbkel+9GRSQ6FnPNzSh2s2rgMeBj5R7teXYNIAVsBD66Jbr/8rT1AleBfRzbO95/NR8UKKgYdLPtAEJj8xj6j81wviT3+zhnw+gDydjpQlD4O8UZAXcABewACnbwP3PPa6AKTOFTAAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'scrollbosses': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADBElEQVRIibWWTWxMURSAv/tmRqtj1KAz7aZJsbAQC7EgaRGstMFOLPwlEiQiEolEJXZ+QoiURPwGmxIW/loLP6Gtn42EYqF+KhLDVGM62lfz5o13LG5npq33ZmjiJHdxz7nnu+fee945T4kIQA2wG6gDQoxN+oF2YC/QrURkOtACTBwjcLT8AOqViJwBlnG3GZq2Q6JnbLhwBLYdhaWrAVqViLwBQiyPQrIXHGdsYMOA8qlwIw5gGmTvNNGTh85ZPI47ZmVR2B2zkrqVJYD2zZ82aLg61K0oJdlbPPRkr8PMuQHXA7g6fOnOEK325eZrGoM0d1XQ3FXBmsZgTh+t9vH2ecYNoUQkpqNUeW1pUHHjaxSfH9IpYcKkkQEM9DmUlCkyaWioiJNOSc7WLgUiTpnC45YUho8/oKB1SimuHjNHQIeJOxjg2T0Lf0B52v0BePko7WX2Bq9t1Nnyos3iSWsKx9Ev/6Q1lQPuPFXuua8nOP4pw/iQYuvC7wA8/FWlYfUJQmHFlY8Rvn3+9e/gM3sGONQ6mYO3wpRNNEjENeR42xSsn4LPp7h8xPx3sG0JpWWK+fWl2GlhcclXAO5blQTG6bsvC3m+gTc42evw4aVNzawASimuxSIAKKUQge7XNp3ttpe7ex7nrAoeZKowRr2x48Ai/xfEJdMK5rFh6FFV40MpHb1tCbYlmEkHpSAUNnLr3BCu0GxqWT/19gc29pHocej75rBvQx+gv8jsOhe4H135Q4QjumwOF9uC2+cH6bhu0XFdl65AieJqk0lqMH8PWXj51KzG/K+FfgZwC7fW1NkBh7fAh1cj9dNmwY4TMLvWbYsfQIMaaqbTgV3AAmDCiGXxT7BuNphJPQ+Ww4VOiFaPBg4AbcB+4D0iUmhcFJGYtJyLSS163DwdE5HYkM3TNxuxl9QAD4AAm+ZpzcmnADawBHjn5ej95WnpBs4Cm1m/Z7j+bCEoUDRi0M22HYgMzXvQPzb9hZy863Fe+tEPkpWDxaDwdxFnA7gEKGAVULSD/wbAumuYBO/iggAAAABJRU5ErkJggg==', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'scrollbosses-Daily': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADXklEQVRIiZ2VX2ibVRTAf+dLsmTJkjbTpuvLoM4HH0pFfVFYp8w/D3YiPg2R+V+s+AdBEOywDASdU4fMgqib6B7sxD0422aKc8y2ur2I2E2RqasMzdasmsT0a/Ml2Xd8uE3abt/XGA9cvu+ec8/vnnvvufeIqgJ0AtuBHiBOM/J6X4LP90cBSKwtEI4O8scvLwaBDcAokGgKCHDicJhyOMqROQHgr2wrwx9tZ3h3axB4AUhwZAj2PAu5bHPw258035eeVq65DrY+JhzY8YiFWb6BFmaaDrouqvDz97A6BtfeFbGo7WkuC65rBl2/eRVf2usawl4dSSKy2L9hkzBvw09faNDToefuCIUZtyF4Nq/IAnlgUJjJwo4+pffhOcvT4dxUlfb1gXp/W3+ModNtDJ1uY1t/rK6/4z6LU+kyPaL0iHJPe5XuriJ9O4uiqhkT5ZIlRWLCZ+fbCQShXFLWtC4PYDbvEo4K1TJsaZumXNK6bdz8ekdcspVvR0tYAS6DgtGJCAffspdBl4g3GOC7rxyCIfG1B0Nw8puyn9kffH+/yZYfxhyOp0u4rsma4+lSHfj8uy2+8/qCp89WWR0Xnrr5bwC+vthhYL054knhk99TXPjzYvPgvQOzvJZey66RJNGERW7aQAbHrsCZVwIB4ePddvPgiqNEosJNvREqZWVz+DwAR511hFaZvY/Gfc/AH1yYcTlzskJnVwgR4dNMCgARQRWmfqwwOV7xc/fO47pV4Fi1A+uSM3ZduCV4DvXItBXz2LJM6+gMIGKirzhKxVHsgosIxJNWfZwXwhNaSy1n3ky/89E8uaxL/oLLyw/lAXMja+M84EGgCMRJpi5/NisOHP5gjolDDhOHzEMdCgsH99iU5hb3oQZvubKmsUVV9wJ3/u+HvibJFDzzJtx2L0BaVPVqYASv0jQ5AW88AWdOLddf1QXPvQ3dG72m+AfYIgvFdAOmRG0C1iwbNn0WHugGu2D6sRb4cBLa118KnAXGgFeA31DVldp+Vc3o6PsZ3Yhpw+9lVDWzYPP1rUXsJ53AMSDE4zcazTsnACrArcCvfo7+N8/IFLAP6OPBgaX6fStBgYYRgym240BqoZ/FVPbiSk7+7/GiFDEHUpNdjaDw3yKuBXAAEGAr0LCC/wsMcn1VCV59twAAAABJRU5ErkJggg==', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'scrollbosses-Weekly': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADiklEQVRIiZWVXWxURRTHf7MftNxlW1ftlvJQ04LhpTRGeVDTCuHjhTbRBxLBBIUEo0ajJiYk1oSEGNRgNIZiVL6ivFQjJKC0PgCmdiuYoBF31UgVqk26tKVxu7Z3u3fvco8Ps7ul9N5ue5JJ7pwz85v/nTkzR4kIQAPwBtAKhClnZlpx6pDBz70VrN1k0X3coOnRKcz0MLHTjYgcUSKyEugGqsoCi3ZifwhjRZg1axX7tubpjAX4/Qrse0I4n1Hsf8UKAK8DVZzvgoOvQmpsIeg8m1+ErbtgGj9LQ3DfKlj/rI5e+NjvK/y+hqbHF6rZ4tyH+mv7Hhi6BvWNsLoZriZgTUvOR3FPU2PgOHrwgxuWcM5cXgae42oC2rcp4peFP+LQtk0xOAD3P+D4XKe0Pl5JetwpqzrxIxghSP4D8cuCEYI/E8Lqh2x38I3BPLX1/lJ/R0eIroEaugZq2NERKngzDF+BdQHh1JsZOndnaFWCNZJh81NZJSJJrVLNgCtDiq9GavEHIJcVlt01W8DUhEOFocjnoL1mlFxWSrGY/nRXnDWFi91ZfH7mQEH7lFKc7DRnQW8zdzDATxcsAkHlGQ8EIfF9zivsDX66Q2fLL30Wl3qyOI7Omks92RJwz+Fqz3U9waNDeZaGFS+t+xeA727VaVhbinBE8eXfUW4O31o8+OjeKd7tuZsDZyMYVT5SoxpyqO8erGnB71d88b65eLBtCZWG4pG2SuycsKFiBIBvreUEl+i9N8KeZ+ANTo87XE/YNDQFUUpxOhkFQCmFCAz+ZhOP2V7T3fO4FFXQm6/Dd8cZOw6sD9xAXDJt3jz2+XSra/CjlFZvW4JtCWbaQSkIR3ylcW4IV2gxtaxpvfw7uydIjTlM3HR4a9cEoG9kcZwLPABMAmEi0bnPpm3BN59m6D9j0X9GP9TBCsXJgybZzMw+FOHV9xY9phKRo8CWRT70cy0ShZc/gE3bAXqUiKwCzuJWmuL98N4LcP3X2f7GJnjtI2hucVviP6BdFYrpSnSJegxYNmvY6BA80wxmWvdD1fBZHGrr7wROAX3A28A1RGS+dkJEktJ9PCkt6Pb1kaSIJAsxz7lFxV7WAPQCQZ57WHs++QHABjYCf3lN9L552gaBY8Dz7Nx7u//YfFCgrGLQxTYGRAv9MXRln5xvkvd7PGOT6AMp2oFyUFiY4qKAzwEFPAmUq+D8Dwyzm4qltIXjAAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'scrollbosses-Guild': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADYElEQVRIiaWVTWxUVRTHf3c+2umbTutQndKFjQMmGiQsDAZNQBRY0SbuFBcoJiRqQoyJRiMkXbCggkoUCUSlho8FmLIAbYcFoNBWywJjLH5stCUYB1oaptP2DfPmTd9hcftmGHiv48R/cpN7z73nd8+797x7lIgAJIEdwBogRi0ys4pj3Y309TSQmxYi0TPMZPaGgKVAP9BUE9DVwfdjPLLKoPeqoiEKvwx3sqMDJSKHgI2cOw773obMRC3YMKs2tfDxccVnXcKp3fDY89Bi/BFCf76GZidrjTfMsqd0L3sLfrAUABuMZQHcM81MgOPoRU+uq+Osubgq9sBQE39eLo93bhO3G/J0WPNChOykUxWceNhhenSOVG8d7+5WGFH4ZwySTxS9wdfHirS2B0vjzdujbNxiAJA6nOPYLhOA1vYgsUWzdL9YoBsDUDy+skjn1pwSkbSOUpXBkaji2xutBENQyAuNDwQqNp6dcqg3FMUCdD40TiFfOgIGdbfSwVXeFH7qzxMIch8UtE0pxcnPzQroXfIGA/x83iIUVr7zoTBc+bHgN+0PfmW7zpZfByyGU3kcR2fNcCpfAr73ZbPvvr7g8WtFGmKKbWtvAXBxrk3DOjLE4oreqwlu/jtXO/hQ1ywfpRaxpy+O0RQgM64h+wdasG4LwaDim71m7WDbEiKG4pmOCHZBWFd/A4DvrcWE6/TZGzHfO/AHZycdRq/YJJeHUUpxKp0AQCmFCIz9bjMyaPu5e+dxaVbBhWIbgXvu2HHgudB1xCPTFszjQEC3tmQQpXT0tiXYlmBmHZSCWDxQWueF8IS6qWXd1tt/uHWKzITD1E2HXa9NAfqPdNd5wEPADBAjnrj/2bQtOHM4x9Bpi6HT+qEO1ytO7jPJ58rn4MKbH3Qt5v996MuKJ+CtT2HDywApJSKPAn14laaRIfjkTRj9rdK+ZDm8cxBWrPbaYhroVPPFdCnwAfAs0FixbPwavLoCzKweR5vhyAi0tt8LnAUGgG7gb0RkoXZURNLS/3VaVqPbd1+lRSQ9P+fr60bspyRwAQjz+tPa8sUlABtYD/zl5+j/52mNAT3AG2zputvesxAUqBox6GI7CCTmxxPoyj6zkJP/e1zWDPpCXO2pBoX/FrEbwAlAAS8BVSv4HTjEf0xRIql+AAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'elephants': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADaUlEQVRIiaWWW2gcVRjHfzO7m91Nshs3tJtCYkPSWFsbUx8qKb2oWJpgDX0RKq3gQ6GlpUJU6oMIBaFFqD5UEH3oBdqHKAhCQ6xYUWvS0IhW0tBL0ka3qXHTDckm2Us2k5ndz4fdDduZ2UaTPwzMnMvv/M/5zjnfKCICUAd8AGwHfCxNcaAHOAGEFBFZA3wL+JcINCsGvKqIyBlg1z8/fMnNT99GmxpfEs0dCNLYforqnXsBLikiMgT4vm+rWjK0EN7aFQFIquTWdLlQE6PMWazRE+ufd1VtfsXtXVXrmL7zmx65dklrPtkZSM/NiuJw4vIF1MTIoHH3/InE1K0+3dzfFvzsu5/56147Upb/Lq2u1+aiD9P+ho2uwnZlNQ3Oqq1tnquHt01EB3ofgatmaP2e9tJCKEDy73uGojqUYrPb8NYnlh1lAdfuPlBqLgs801wyM3RdN5KxjB3Ys7LasSjY4Sm1OPM3NLlqWt7w9B3dFZ34/UfNXC+GLuYyyxqLYdiZYt3B4/7Ryx2pTNpan563jGV1nIo8SNuSgZqWfd5gc6s7/NPXqe79myaGzn0YByjxV1pmaXE88cfP2opNO9zF4AB3zx9PxIYHjOmh63pJxQrVHGxbx5P93fP5dz0xk0mODhuzYyEjraUEYHYsZGjRSKbp6Of+8tp1ztmxkO0MLY61aGQh8tO3f9WvvdMaRVHY+c1I0Bt80pFOJUWPT4uvboPz5Y47KwEGzxyLLwo25pILEVbd3uzaieCuXKUCuHwBNaNr0nvkxWhNyz7PfGxKxvu+s0TP6njyYWayv1ureOq5knQqkXWvKMTu9evlq592JUYGF7bF6OWOObtlAFBEJAzQubXowfpf2t2bnbBK9ubHHQguG1rASKpk0wmN7aeWBc9f9Dn9oohIA9CFTWqKDlzlxseHif9185FyX30jG9/7gsqmbXZjxIA2JZdM1wDvAy8A5YWtUpEHXHmzCT0xA4CrvIKXLgzgrVptBiaAbuAj4E9E5HHPBREJj3SdC1/cQvjiFsL3O0+HRSScqyvaN++4mOqAK4Cr58BmALaf7gPQgR3AcLGORVNTTiHgLHBo7f5jheVnHwcFFnUM2WTbA+S3zDjZHxvLMS6U5RKyUZxsQPI6uRgU/pvjvIGvAAV4HbBNUYX6F8v3gtN05sG5AAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'treasurechests': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAABsUlEQVQ4jY2TQUsbYRCGn29d2lqNrUIgtKVGFAR/QsXevKjnXoRe+gO8WUqgN5HmJr0WPOjJs3rxZAV/QjEHSUCIBqlg0qTEJvv28O3GNV+yZmDgm5n3fXeGnTGSAKaAHLAApEi2GnACbABFI2kaOADGHiF2WxVYNpJ+AEvc7sHVOrSuk2l+GjJ5ePEB4NBIKgApCtnHyXGR2RJA3SOaeVDyQ+yI7xTHPw6TyY9hnnkPCxKVr1V+f2/Es10gIJ1LgW9QS+ifCBqB9b9i/NOIM40jcLl2a3WH4l8H2qDAgbsCr7df4j0x4BtM2KDaQk1QU5y9rSSPELeL1RsuVm/uE2aADghsqyYQb3YmbPuBQAOOoBaYISEMxhOK5m8L2uolUANS+Gn7fwuTFUfUYaWjV93DHoZdz/tCMjmTj6JjI2kG2Cd+TI1TKK9B85eNn87Bqy14/i4uVQVWTHjO08AX4D0w2hEpLlro1FGc/Af4CWwC55FAt50CWa4+2yjzDaAIzDtISb18WVJZdyXrUjnMOdh+AkjaDYnl8N0TlySQlVQMPdsP12MTO1YCtrCrWOoH+g/c4itNEzg6dgAAAABJRU5ErkJggg==', + iconSize: [16, 21], + iconAnchor: [8, 21], + popupAnchor: [8, 0] + }), + 'whales': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAADNklEQVRIiaWWX2hTdxTHPzdp/tSkqe1CW7UOSktlYlUmlRZ0GxPpULFvbihUUB/0QR98UKSwOUVEH/oiiloVHLQMnLOKE8M2rBamE6mKgq3aaUWjFNsuzW2a3Nz8jg9JJKlJm7ZfuA+/+zvnc8/9ncM5P01EACqAZmAlUMD0FAS6gEPAC01EKoE/AM80geM1AqzVROQMsOaO7w1tLY8ZGY5Mi+YpcrBp9yLqGuYBXNNEpBco2NngmzY0FX7M1wAwaiFxpjOFjmO4LFNxzHfbtNS1zW7RCosdGRl5U4EevfhtScwUiYyZEhw2VHmVx2ZEYmrXd76B8fY5RzymR+X4vnvDj24PRErLXXmln7vyOjv6R5t/uPF+RhED9HQPGj3dg8YXy7z2f/98E75w4kkwm+2UwEmd+qn7/1fPAuZENmlgd6HdsrDWa7/7lz9ssWhULS6yPX0wFAXwFDksTXtqPEtWlDrtDqsGEBiKxG529IcunuzRJwR758yybj/wZVHj1gXR929DsZr6Emfr/vvDt32vwwfbvvbO9jqtqfaFxQ7r+i3VBcWl+dbWn+8HUvfSkvfulW62tTwOzK1w22rqS5zX2/v0R3cGjB0Hl80eD03VirXzZy1fNdeZFRwOmfL3by9Dvvb/9EjIVBeOPwnqAUPVNczLzwZNqnHbAnfWo0jq99M9+uoNFa5z/6ybo2UyyKCy+a40VsY6Ng0lV88/0zVASTxJMVNhGkpGRwyllCBKCAxFlBlVopRwre15WgIzRqyUcKm1V7/U2vvR2GrVsDmsWjhkSi5/kHMdx2JCLEcoxI8iCPGWN1OlMEYtxMcJm3YvmhE82egTuqmJSBVwlQyj6emDIc4fecjrvvSWUF5ZwOa9S6heWpzpGyPAOi0xTCuBfcBXQFo9Dr4bo3ljJ2N6FIB8t41D7d/wWdknpa0Dt4DDQB8iMtHzi4j4b13p9zfVXvY31V72d3a89IuIP7GX1TcZcTZVAJ2A7cCWLgB+PLcSIAqsAp5nc5ys3F4AZ4HtjVurU9+fnQgKTBoxxIdtF1CSWA8Qv9hkbfKQ22gKEk9IUkcng0JuEScD+BXQgO8BNZnDB/rCe2ILqpX7AAAAAElFTkSuQmCC', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'villas': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAABLElEQVQ4jcWUv2rDMBDGfxYWhiyF2nsytkuXQBbjrXOXPozxE/Rl6qVzt5ClOGRLoM9gD10KJlB3iNUqipQiJ20/MNL5Tt/9kw7cKIBKZukaqHrZC4XM0nXSNp36ejIrUWD5J4CXpG2mpqKO4iUwAz7MAydDGHsB5GIyljZjmaUjINdsge90CuAeQEzG8vJ1dUPXWb2+3d5ttvPFey+WwEOAWYMgQBHUUbxM2maqVpNQ1eiwJhqB5YAVoUuhe7ZF4SQ55u2Yk9Cl8MHZ7wmwS0mlZVttKf9OJP9GcnhjPaBu7F6LjXfhhMzS0cXz07WS90h0hQ+sLdb3ZluHtnjmHckQ/BnJ1U8GIZD3sxP4mqP6/lE/YOq380UeANXQEQC7bp2lJiFQ1lF8Ckf5CRamdJGpzL45AAAAAElFTkSuQmCC', + iconSize: [17, 28], + iconAnchor: [8, 28], + popupAnchor: [8, 0] + }), + 'goldenchests': new Leaflet.Icon({ + iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAYAAABlL09dAAACj0lEQVRIibWWz0tUURTHP+81M750nArG0KIf5pCZEGgQERWRLsIK3JT/QAsXQasCCaFNBdMqaJkFboza9mtjWBMSSS4CK380hsoTTGZwnDdTvTeeFs9h/PHevGGiA3fxzrnnc7+ceznnKSICUA/cBE4B1ZRny0AMuA1MKyLSALwAQmUCN1oKOK+IyEOgg/mn8PUG/PlZHi5QA01RqLsM8FIRkXGgmjf7y4euhZ/9AWCo5GvqBQ23Bwi3B4ruKTCqfKVJUeDgLfsOFgcXQTwz1JK4tZ0aoRY/oRY/tZ1aKSneYEWFSG/hCUZ6q1G805xLoahQdcjHtqN+wm0VBBsL+4KNPo482s7i4G+WPpkY3yxkZTNCRHQAXlfZnuYHIeouVeILKp6yAKy0MP8sw9jVFADnDMCpFPGogZXaLMEVnFwhHjU2ujeDszM5RjoSmAlvuJlYYeRiguxMzhsMYExajHYlyGXd31UuK4x2JTAmLaew+/Umh02MCcck+/Bxi+Sw6RYu/m603VvKihUFq5pCIFyIi2WvvAVqVFTN9eW4gyv32YrEFPSBDLHWBWKtC+gDGcS0a791r6tq915RUacy158hfi9NJl649c9Xlpi6k+bA9SDaLhVjwjH9v7bNGGA36UDNv0Gbovmvt4qIRIDnOI2m5DCMXYP0l/X+4GFovg87TjgdkQIuKKvDtAHoAU4DwXXbfs3C+2Ng2a0AXwhOfgRtz0ZgGngH3AW+IyLFVr+I6DLXr8urSnvNPtZFRF+NuebmFbtZPTAE+PlwxvYcHwIwgTZgyi3RazRNA31ANw09a/19xaCAp2Kwh20M2Ln6vYD9Y7NcLKmUmbeMfSF5i3pBoTTFeQFPAAXoAjx79V+zaSDLIqvALAAAAABJRU5ErkJggg==', + iconSize: [22, 28], + iconAnchor: [11, 28], + popupAnchor: [11, 0] + }), + 'fishinghotspots-1': createFishIcon(1), + 'fishinghotspots-2': createFishIcon(2), + 'fishinghotspots-3': createFishIcon(3), + 'fishinghotspots-4': createFishIcon(4), + 'fishinghotspots-5': createFishIcon(5), + 'fishinghotspots-6': createFishIcon(6), + 'fishinghotspots-7': createFishIcon(7), + 'fishinghotspots-8': createFishIcon(8), + 'fishinghotspots-9': createFishIcon(9), + 'fishinghotspots-10': createFishIcon(10), + 'fishinghotspots-11': createFishIcon(11), + 'fishinghotspots-12': createFishIcon(12), + 'fishinghotspots-13': createFishIcon(13), + 'fishinghotspots-14': createFishIcon(14), + 'fishinghotspots-15': createFishIcon(15), + 'fishinghotspots-16': createFishIcon(16) +} diff --git a/src/meat-hide-blood.json b/src/meat-hide-blood.json new file mode 100644 index 0000000..e3e0c82 --- /dev/null +++ b/src/meat-hide-blood.json @@ -0,0 +1,112 @@ +{ + "20003":[[7340.0983746792,12159.051724138],[7845.5389221557,12150.75862069],[7811.8006843456,12145.086206897],[7773.0838323353,13099.74137931],[7766.5654405475,13108.422413793],[7784.2215568862,13108.246551724],[7777.4807527802,13071.672413793],[7777.378100941,13065.568965517],[8102.6475620188,13260.603448276],[8098.9863130881,13280.932758621],[7969.5081266039,13771.529310345],[7723.6911890505,13105.431034483],[7739.2771599658,13147.518965517],[7743.6398631309,13132.498275862],[7713.8537211292,13151.801724138],[7734.5722840034,13104],[7721.0222412318,13087.827586207],[7741.0564585115,13132.125862069],[7704.4268605646,13147.05862069],[7696.0778443114,13130.239655172],[7730.500427716,13140.751724138],[7714.4183062447,13117.562068966],[7693.870829769,13095.120689655],[7704.2386655261,13103.172413793],[7696.3173652695,13070.948275862],[7670.3977758768,13070.827586207],[7648.7724550898,13139.537931034],[7660.9024807528,13112.415517241],[7659.9615055603,13156.418965517],[7626.2917023097,13120.560344828],[7668.0881094953,13089.051724138],[7627.0273738238,13078.706896552],[7647.2668947819,13098.206896552],[7696.625320787,13098.672413793],[7687.7801539778,13088.086206897],[7703.0581693755,13077.810344828],[7721.005132592,13076.017241379],[7708.3618477331,13079.25862069],[7723.7596236099,13065.482758621],[7727.6090675791,13115.881034483],[7714.7433704021,13068.568965517],[7715.1710863986,13094.465517241],[7775.9751924722,13080.586206897],[7732.2968349016,13127.153448276],[7755.5988023952,13122.679310345],[7732.245508982,13157.155172414],[7635.8212147134,12478.310344828],[7655.3934987169,12483.431034483],[7741.9632164243,12890.327586207],[7760.7313943541,12899.586206897],[7690.5175363559,12993.965517241],[7701.5183917879,12997.206896552],[7721.6381522669,12975.051724138],[7741.3815226689,12997.396551724],[7723.9136013687,12996.844827586],[7708.1052181352,13004.948275862],[7761.124893071,13015.172413793],[7727.8314798973,13001.551724138],[7700.6629597947,12604.706896552],[7677.9597946963,12545.827586207],[7650.7228400342,12534.034482759],[7669.7134302823,12517.051724138],[7258.8152266895,12225.896551724],[7533.75106929,12261.689655172],[7565.4533789564,12254.25862069],[7518.9178785287,12297.603448276],[7572.5192472198,12280.948275862],[7585.8297690334,12225.103448276],[7649.5252352438,12263.465517241],[7658.6783575706,12293.896551724],[7611.1163387511,12275.948275862],[7657.3096663815,12235.448275862],[7665.624465355,12278.706896552],[7694.4696321642,12296.637931034],[7572.6903336185,12325.827586207],[7594.8289136014,12348.327586207],[7643.2805816938,12332.155172414],[7626.7707442258,12312.931034483],[7696.7108639863,12318.5],[7759.2942686056,12245.75862069],[7729.1830624465,12292.017241379],[7760.4918733961,12206.051724138],[7728.6869118905,12224.293103448],[7676.2318220701,12411.982758621],[7681.1933276305,12368.103448276],[7684.375534645,12400.655172414],[7741.7236954662,12354.689655172],[7634.2130025663,12436.879310345],[7624.9401197605,12410.75862069],[7685.0769888794,12443.620689655],[7734.0590248075,12442.137931034],[7665.881094953,12307.431034483],[7764.6321642429,12234.275862069],[7763.0752780154,12196.293103448],[7739.8588537211,12227.568965517],[7963.7254063302,12524.431034483],[7787.3011120616,13022.982758621],[7796.5911035073,12855.482758621],[7769.7647562019,12884.413793103],[7843.5201026518,12869.827586207],[7866.6852010265,12862.103448276],[7858.8836612489,12825.155172414],[7837.6689478186,12689.5],[7842.2882805817,12600.275862069],[7881.6381522669,12601.793103448],[7851.3216424294,12620.137931034],[7821.8434559453,12527.551724138],[7813.0496150556,12429.051724138],[7793.1693755346,12424.517241379],[7933.3233532934,12457.982758621],[7831.1847733105,12389.655172414],[7820.1839178785,12259.793103448],[7995.5132591959,12335.362068966],[7917.5834046193,12509.310344828],[7924.2386655261,12905.155172414],[7898.0624465355,12954.379310345],[7909.1488451668,12897.568965517],[7936.5911035073,12967.224137931],[7945.8126603935,12965.189655172],[7938.8836612489,12963.24137931],[7930.7057313944,12965.775862069],[7848.9606501283,12923.844827586],[7872.3823781009,12931.620689655],[7865.5218135158,12947.396551724],[7873.3917878529,12964.051724138],[8040.9538066724,12893.327586207],[8011.0307955518,12810.086206897],[8036.625320787,12599.310344828],[7890.3293413174,12761.396551724],[7935.8554319932,12797.034482759],[7934.6407185629,12838.75862069],[7911.0479041916,12824.982758621],[7943.9820359281,12826.913793103],[7920.7998289136,12852.413793103],[7899.8417450813,12790.672413793],[7991.1163387511,12836.482758621],[7967.6603934987,12816],[7949.8502994012,12847.827586207],[7952.0915312233,12858.017241379],[8022.6988879384,12797.137931034],[7913.4773310522,12878.189655172],[7933.3404619333,12868.896551724],[7928.1052181352,12865.586206897],[7960.8511548332,12877.5],[7960.628742515,12868],[7975.6330196749,12887.5],[7928.2078699743,12884.189655172],[7937.5491873396,12864.051724138],[7942.4935842601,12883],[8029.0290846878,12877.25862069],[8011.6809238666,12852.017241379],[8054.8973481608,12894.75862069],[7966.873396065,12896.586206897],[7962.0145423439,12941.051724138],[7930.6715141146,12956.379310345],[7949.5252352438,12954.568965517],[7929.2172797263,12947.465517241],[8048.3960650128,12915.293103448],[8090.00427716,12963.017241379],[8029.8845166809,12995.034482759],[8053.1351582549,12984.879310345],[7289.9529512404,12333.24137931],[7401.0222412318,12353.310344828],[7450.0556030796,12312.810344828],[7463.1094952951,12301.551724138],[7578.9178785287,12341.379310345],[7603.622754491,12360.603448276],[7714.9144568007,13060.896551724],[7729.5081266039,13021.896551724],[7729.4396920445,13038.172413793],[7762.1856287425,13029.568965517],[7701.4841745081,13045.293103448],[7656.6595380667,13031.931034483],[7713.75106929,13052.517241379],[7764.3413173653,13048.155172414],[7740.4576561163,13057.810344828],[7739.2087254063,13049.224137931],[7733.1009409752,13021.810344828],[7073.0838323353,12090.913793103],[7034.0248075278,12156.431034483],[6973.5457656116,12112.189655172],[6814.1958939264,12156.017241379],[6865.4191616766,12115.448275862],[6803.1094952951,12102.706896552],[6870.8083832335,12081.879310345],[6758.74679213,12112.224137931],[6746.5654405475,12087.913793103],[6783.7938408896,12112.603448276],[6856.2831479897,12151.431034483],[6769.3883661249,12172.620689655],[6888.994867408,12155.293103448],[6892.3823781009,12086.603448276],[6741.6552609068,12152.844827586],[7126.5996578272,12155.431034483],[6769.8845166809,12224.396551724],[6813.4088964927,12216],[6594.9315654405,12289.637931034],[6627.369546621,12430.327586207],[6692.4850299401,12487.293103448],[6721.4328485885,12284.344827586],[6800.1497005988,12317.413793103],[6834.3840889649,12267.793103448],[6885.3678357571,12338.189655172],[6890.7912745937,12302.74137931],[6921.24465355,12227.844827586],[6947.5406330197,12310.568965517],[6887.8656971771,12227.24137931],[6976.8990590248,12214.913793103],[7124.7005988024,12297.637931034],[7081.2617621899,12208.413793103],[7089.1146278871,12195.327586207],[7136.4029084688,12204.327586207],[9822.3295124038,14105.498275862],[9787.3731394354,14176.046551724],[9765.8215568862,14083.324137931],[9680.9230111206,14086.994827586],[9656.2882805817,14249.6],[9711.1979469632,14133.506896552],[9724.4111206159,13994.548275862],[9742.5106928999,13949.396551724],[9771.5953806672,14032.155172414],[9293.2703165098,14216.986206897],[9300.6167664671,14228.674137931],[9304.7091531223,14207.732758621],[9314.5876817793,14220.672413793],[9476.8836612489,14007.177586207],[9514.3584260051,13951.687931034],[9553.997433704,14021.384482759],[9602.6526946108,14090.036206897],[9557.7065868263,14132.682758621],[9668.6886227545,14037.029310345],[9548.3276304534,14183.017241379],[9620.4730538922,14189.836206897],[9595.5508982036,14246.577586207],[9445.9615055603,14019.14137931],[9464.4644995723,13975.955172414],[9817.2513259196,13907.503448276],[9148.6167664671,13707.443103448],[9150.5876817793,13712.018965517],[9213.7733105218,13681.548275862],[9214.5363558597,13697.186206897],[9189.0633019675,13653.079310345],[9175.7750213858,13648.815517241],[9192.9503849444,13643.443103448],[9347.5919589393,13600.086206897],[9227.0530367836,13540.451724138],[9226.4200171086,13527.955172414],[9197.0153977759,13519.468965517],[9247.7339606501,13529.006896552],[9278.996578272,13541.201724138],[9292.3875106929,13523.174137931],[9247.874251497,13542.086206897],[9294.4046193328,13536.387931034],[9303.376390077,13525.572413793],[9308.4268605646,13510.8],[9334.4696321642,13496.810344828],[9185.6740804106,13666.394827586],[9179.9358426005,13640.724137931],[9193.9717707442,13527.967241379],[9162.8049615056,13505.136206897],[9198.5449101796,13678.05862069],[9143.7082976903,13706.293103448],[9140.3019674936,13713.175862069],[9204.7211291702,13691.262068966],[9364.252352438,13771.693103448],[9370.7262617622,13765.237931034],[9366.3977758768,13766.187931034],[9360.4217279726,13771.912068966],[9384.000855432,13655.39137931],[9375.8349016253,13646.9],[9366.2711719418,13619.739655172],[9371.1112061591,13637.567241379],[9347.8417450813,13583.839655172],[9342.1685201027,13595.086206897],[9356.2403763901,13604.910344828],[9635.7613344739,13745.598275862],[9653.003421728,13431.406896552],[9683.4208725406,13449.613793103],[9613.8006843456,13395.55],[9533.9649272883,13467.915517241],[9517.7835757057,13500.782758621],[9522.00427716,13484.862068966],[9537.0838323353,13434.834482759],[9507.4208725406,13466.139655172],[9387.5064157399,13396.810344828],[9528.0607356715,13455.118965517],[9531.123182207,13516.932758621],[9521.7271171942,13466.118965517],[9513.8537211292,13527.317241379],[9478.7159965783,13543.018965517],[9525.3934987169,13533.362068966],[9469.8246364414,13510.872413793],[9542.4764756202,13436.056896552],[9475,13724.932758621],[9532.2797262618,13713.872413793],[9577.5936698033,13668.651724138],[9525.4824636441,13748.224137931],[9557.7750213858,13735.320689655],[9594.5808383234,13738.818965517],[9536.6680923867,13808.882758621],[9567.3147989735,13793.032758621],[9528.8648417451,13814.494827586],[9540.2882805817,13773.203448276],[9601.9529512404,13760.303448276],[9626.0556030796,13762.134482759],[9593.2121471343,13755.394827586],[9571.2857142857,13764.687931034],[9599.9118905047,13780.267241379],[9617.4893071001,13758.229310345],[9572.2677502139,13834.881034483],[9617.6689478186,13910.094827586],[9479.2189905902,13920.25862069],[9568.002566296,13908.017241379],[9588.7878528657,13890.987931034],[9618.7758768178,13879.44137931],[9591.7801539778,13798.077586207],[9585.1112061591,13932.155172414],[9791.6805816938,13792.360344828],[9767.9962360992,13809.951724138],[9748.1705731394,13806.49137931],[9808.0636441403,13783.865517241],[9787.8485885372,13776.982758621],[9780.6085543199,13746.182758621],[9742.6740804106,13754.962068966],[9776.3490162532,13767.167241379],[9741.4044482464,13736.894827586],[9734.8118049615,13783.879310345],[9803.6150556031,13750.312068966],[9725.7250641574,13746.365517241],[9704.1514114628,13754.213793103],[9756.2085543199,13770.051724138],[9637.5936698033,13758.60862069],[9372.7142857143,13510.151724138],[9387.5064157399,13514.913793103],[9383.6535500428,13496.14137931],[9379.8075278015,13495.948275862],[9380.4029084688,13499.99137931],[9317.8964927288,13509.963793103],[9064.6526946108,13557.987931034],[9765.6073567151,13870.086206897],[9783.5714285714,13864.913793103],[9735.1178785287,13846.227586207],[9776.8581693755,13848.872413793],[9689.2355859709,13885.905172414],[9657.8229255774,13899.396551724],[9704.4023952096,13908.720689655],[9719.5267750214,13866.360344828],[9709.6976903336,13855.675862069],[9689.2963216424,13852.360344828],[9747.8136869119,13862.739655172],[9682.7005988024,13779.489655172],[9712.2562874251,13805.593103448],[9680.8049615056,13806.117241379],[9645.629597947,13878.156896552],[9677.2754491018,13870.874137931],[8259.5064157399,13590.05],[8206.7690333618,13158.087931034],[8149.4106073567,13220.163793103],[8183.1437125749,13185.00862069],[8195.9905902481,13207.59137931],[8159.994011976,13223.010344828],[8188.1394354149,13243.346551724],[8111.7322497861,13262.112068966],[8191.4858853721,13215.046551724],[8155.130025663,13226.824137931],[8139.5508982036,13740.544827586],[8377.9033361848,13760.479310345],[8949.3130881095,13553.125862069],[8901.0650128315,13570.667241379],[8906.5688622754,13402.006896552],[8902.3156544055,13321.622413793],[8751.7938408896,13409.54137931],[8813.5132591959,13505.863793103],[8788.1650983747,13673.748275862],[8918.1514114628,13628.074137931],[8721.124893071,13495.086206897],[8683.8571428571,13450.996551724],[8626.1719418306,13358.017241379],[8646.7023096664,13308.017241379],[8636.8956372968,13236.55],[8619.3284858854,13456.293103448],[8661.248075278,13521.318965517],[8591.1693755346,13559.775862069],[8664.0453378956,13635.813793103],[8691.5406330197,13680.898275862],[8691.8143712575,13645.067241379],[8746.7878528657,13722.598275862],[8712.5449101796,13682.570689655],[8702.5962360992,13769.713793103],[8765.6826347305,13809.915517241],[8723.999144568,13752.263793103],[8789.8383233533,13766.301724138],[8762.0812660393,13705.363793103],[8776.9692044482,13702.820689655],[8935.6484174508,13741.939655172],[8873.3490162532,13686.482758621],[8924.2403763901,13706.54137931],[8940.2763045338,13749.424137931],[8160.377245509,12950.913793103],[8162.0299401198,12929.172413793],[10332.758768178,15019.224137931],[10282.122326775,15003.827586207],[10365.773310522,15142.260344828],[10347.687767322,15179.139655172],[10330.213002566,15118.106896552],[10289.232677502,15267.244827586],[10292.5534645,15235.603448276],[10000.851154833,14223.534482759],[10431.140290847,14067.410344828],[10469.432848589,14129.25],[10486.507271172,14073.979310345],[10526.633875107,14090.267241379],[10497.710008554,14037.325862069],[10602.24893071,14130.675862069],[10607.352437981,14086.465517241],[10414.770744226,14043.834482759],[10369.347305389,14121.346551724],[10255.985457656,14087.75862069],[10230.512403764,14066.944827586],[10224.118905047,13957.155172414],[10225.899914457,14036.910344828],[10065.660393499,14038.270689655],[10089.915312233,13985.610344828],[10090.671514115,14122.672413793],[10155.542343884,14126.556896552],[10034.782720274,14142.417241379],[10052.765611634,14144.3],[10048.926432849,14053.934482759],[9878.6302822926,14141.062068966],[10294.551753636,13930.065517241],[10307.360992301,13936.817241379],[10163.976903336,13945.017241379],[9982.020188195,13914.193103448],[10034.996578272,13941.760344828],[10115.311377246,13883.962068966],[9887.2913601369,13702.381034483],[9899.1741659538,13722.429310345],[9901.7671514115,13705.443103448],[9861.4654576561,13713.403448276],[9881.0906757913,13756.293103448],[9894.273396065,13755.424137931],[9859.7048759624,13732.155172414],[9914.9709153122,13754.139655172],[9881.1101796407,13789.04137931],[9999.0398631309,13826.718965517],[10015.501112062,13823.848275862],[10115.378100941,13866.396551724],[10153.752780154,13868.513793103],[10059.350727117,13812.043103448],[9937.5919589393,13793.379310345],[9946.3698887938,13794.672413793],[9938.1163387511,13784.724137931],[9934.7141146279,13774.315517241],[9980.1272882806,13720.653448276],[9915.7483319076,13781.724137931],[9930.7057313944,13794.224137931],[9925.0730538922,13730.012068966],[10084.647562019,13824.231034483],[10068.430282293,13809.74137931],[9902.9529512404,13685.187931034],[10008.475620188,13676.324137931],[10061.153977759,13617.174137931],[10407.27887083,13490.7],[10353.331907613,13378.506896552],[10441.19332763,13385.143103448],[10372.394354149,13364.636206897],[10461.357570573,13368.137931034],[10473.26176219,13357.174137931],[10462.558597092,13393.375862069],[10496.310521814,13332.213793103],[10356.397775877,13340.579310345],[10347.641573995,13348.898275862],[10330.608212147,13312.536206897],[10315.511548332,13312.137931034],[10349.337040205,13313.525862069],[10335.150556031,13285.037931034],[10290.933276305,13288.801724138],[10370.382378101,13332.160344828],[10398.402908469,13334.656896552],[10382.609923011,13300.346551724],[10358.584260051,13296.548275862],[10438.378956373,13292.29137931],[10422.839178785,13307.598275862],[10406.402908469,13311.020689655],[10260.04704876,13258.879310345],[10290.255774166,13274.732758621],[10319.047904192,13268.805172414],[10299.05132592,13251.629310345],[10318.216424294,13241.637931034],[10311.882121471,13178.429482759],[10294.264328486,13198.534482759],[10303.200855432,13190.863448276],[10277.5320787,13274.567241379],[10299.347476476,13209.125],[10298.038152267,13178.798275862],[10718.698203593,13227.920172414],[10688.579640719,13239.987586207],[10700.215397776,13224.867413793],[10713.785970915,13322.935689655],[10644.10829769,13265.507758621],[10632.519760479,13231.797758621],[10667.232677502,13266.637931034],[10606.196236099,13226.972068966],[10593.082805817,13254.075172414],[10607.509324209,13246.418448276],[10557.910179641,13402.782758621],[10582.296834902,13446.477586207],[10512.096663815,13345.74137931],[10571.424294269,13379.9],[10550.573994867,13333.293103448],[10574.44225834,13317.339655172],[10521.456800684,13326.587931034],[10617.286740804,13567.111896552],[10663.28742515,13538.712413793],[10676.530538922,13524.971724138],[10710.736013687,13495.73862069],[10713.631479897,13517.69],[10717.296834902,13512.188103448],[10728.189905902,13500.071724138],[10611.242600513,13589.273103448],[10554.026518392,13526.970689655],[10551.581693755,13500.417241379],[10578.307100086,13503.710344828],[10648.069289991,13471.984482759],[10649.713430282,13465.90862069],[10638.770744226,13463.255172414],[10645.068434559,13460.24137931],[10498.303678358,13571.787931034],[10508.977758768,13583.879310345],[10511.757912746,13509.506896552],[10477.386655261,13585.786206897],[10483.496150556,13600.436206897],[10454.514114628,13500.144827586],[10467.082121471,13632.098275862],[10548.250128315,13646.138275862],[10531.792301112,13646.739827586],[10441.05988024,13617.089655172],[10422.443969204,13662.312068966],[10418.286569718,13705.236206897],[10342.204448246,13819.393103448],[10366.976047904,13855.431034483],[10433.390076989,13678.479310345],[10467.20188195,13701.624137931],[10477.757912746,13655.529310345],[10551.749358426,13679.568965517],[10543.048759624,13656.955],[10459.00855432,13721.313793103],[10195.889649273,13840.775862069],[10190.757057314,13858.879310345],[10205.491017964,13861.524137931],[10219.342172797,13839.189655172],[10214.979469632,13821.113793103],[10295.393498717,13868.810344828],[10252.21471343,13854.648275862],[10243.79384089,13805.431034483],[10270.993156544,13783.95862069],[10280.267750214,13816.879310345],[10309.619332763,13862.901724138],[10299.872540633,13822.129310345],[10309.484174508,13840.872413793],[10370.900769889,13876.439655172],[10338.082976903,13876.279310345],[10350.769033362,13891.693103448],[10426.447390932,13294.7],[10463.23609923,13272.867241379],[10601.662788708,13605.605517241],[10573.099059025,13677.418448276],[10660.767835757,13543.465344828],[10617.923353293,13574.024137931],[10359.347305389,13280.603448276],[10377.973481608,13253.436206897],[10446.447390932,13252.039655172],[10545.560307956,13124.413275862],[10440.670658683,13216.312586207],[10495.118049615,13218.837931034],[10470.665526091,13171.443793103],[10481.52112917,13181.018793103],[10484.182720274,13232.267758621],[10552.671685201,13198.433448276],[10553.924550898,13185.269827586],[10573.16817793,13192.745689655],[10587.781522669,13241.927413793],[10489.982035928,13248.751724138],[10541.788537211,13259.639655172],[10520.953806672,13231.293103448],[10600.508982036,13253.706896552],[10617.017279726,13262.142413793],[10595.381522669,13237.460344828],[10403.162532079,13218.398275862],[10357.934131737,13221.051724138],[10309.65988024,13162.264137931],[10305.311890505,13200.537068966],[10299.086569718,13176.417758621],[10286.059709153,13185.471206897],[10306.771770744,13190.49],[10398.356715141,13279.4],[10437.788708298,13268.724137931],[10421.159110351,13256.017241379],[10608.207869974,13595.086206897],[10616.472540633,13581.460517241],[10660.754491018,13542.920517241],[10727.283319076,13525.833965517],[10682.995551754,13532.505862069],[10701.678357571,13515.582758621],[10712.824465355,13499.977586207],[10646.620701454,13271.419655172],[10711.886227545,13315.256896552],[10727.260735672,13307.715862069],[10604.441745081,13000.272413793],[10650.112403764,13027.879310345],[10692.062446535,13046.763793103],[10616.300940975,13009.275862069],[10655.565440547,13028.463793103],[10694.437467921,13046.367241379],[10860.478015398,13215.387931034],[10872.671171942,13206.65],[10830.593156544,13202.903275862],[10765.566980325,13289.250517241],[10732.396920445,13176.433793103],[10752.744054748,13319.60137931],[10732.663301967,13302.364827586],[10846.207869974,13320.409137931],[10846.023952096,13156.964827586],[10870.825491873,13303.706896552],[10858.339777588,13159.423793103],[10841.037810094,13343.609827586],[10879.64465355,13309.261034483],[10866.199315654,13326.699137931],[10795.698032506,13298.728103448],[10783.251668092,13266.267586207],[10735.026860565,13511.53862069],[10732.916167665,13502.646724138],[10768.771941831,13303.444137931],[10759.977929855,13327.917586207],[10842.308468777,13328.641551724],[10873.391787853,13328.706896552],[10876.854918734,13300.144827586],[10872.857827203,13291.407241379],[10847.032506416,13351.420172414],[10735.11924722,13496.582068966]], + "20004":[[7886.3259195894,13111.95],[7887.9341317365,13108.017241379],[8011.9717707442,13100.362068966],[8014.4696321642,13080.344827586],[8012.50213858,13080.965517241],[8033.0153977759,13177.956896552],[8029.747647562,13175.517241379],[8025.2822925577,13226.001724138],[7850.5175363559,13229.237931034],[7858.2848588537,13219.793103448],[7869.8845166809,13216.743103448],[7871.6638152267,13217.14137931],[7843.4003421728,13139.348275862],[7841.0393498717,13136.013793103],[7851.4414029085,13105.034482759],[7854.8631308811,13107.25],[7863.3319076133,13234.874137931],[7858.9520958084,13247.153448276],[7875.0171086399,13240.517241379],[7871.8006843456,13242.589655172],[7856.0436270317,13243.7],[7836.6082121471,13334.74137931],[7853.2720273738,13328.222413793],[7818.4217279726,13347.587931034],[7824.1873396065,13357.334482759],[7853.0838323353,13340.651724138],[7832.8956372968,13351.898275862],[7834.503849444,13345.418965517],[7839.0205303678,13345.572413793],[7849.371257485,13354.043103448],[7837.1556886228,13346.475862069],[7952.5534644996,13066.586206897],[7955.2224123182,13072.586206897],[7970.9281437126,13107.531034483],[7862.3224978614,13232.253448276],[7963.2976903336,13204.001724138],[7966.6338751069,13200.25862069],[7818.6441402908,13109.74137931],[7865.504704876,13232.622413793],[8033.9050470488,13246.422413793],[8091.6638152267,13169.882758621],[8089.6963216424,13175.106896552],[7951.8349016253,13281.036206897],[7967.8999144568,13246.00862069],[7964.4610778443,13247.874137931],[7932.4165953807,13270.837931034],[8035.7014542344,13243.74137931],[7918.1993156544,13224.05862069],[7914.8973481608,13225.275862069],[7745.4533789564,12320.620689655],[7746.497005988,12324.586206897],[7750.2780153978,12323.344827586],[7747.7288280582,12322.931034483],[7758.2335329341,12286.189655172],[7757.2070145423,12282.224137931],[7762.0316509837,12284.948275862],[7711.4756201882,12386.293103448],[7707.6775021386,12387.534482759],[7708.9093242087,12385.879310345],[7727.6603934987,12387.810344828],[7728.6869118905,12391.775862069],[7732.4850299401,12390.534482759],[7729.9187339607,12390.120689655],[7816.0607356715,12384.413793103],[7820.9024807528,12387.137931034],[7817.1043627032,12388.379310345],[7790.3977758768,12307.465517241],[7821.501283148,12339.465517241],[7826.3259195894,12342.172413793],[7822.5449101796,12343.431034483],[7789.371257485,12303.5],[7794.1958939264,12306.224137931],[7791.0650128315,12257.413793103],[7812.0402053037,12266.75862069],[7813.0667236955,12270.724137931],[7816.8648417451,12269.482758621],[7759.4653550043,12284.534482759],[7870.5346449957,12304.344827586],[7865.7100085543,12301.620689655],[7857.7202737382,12346.844827586],[7849.1659538067,12322.310344828],[7866.7365269461,12305.586206897],[7850.1924721985,12326.275862069],[7853.9905902481,12325.034482759],[7923.0068434559,12336.465517241],[7901.621043627,12336.465517241],[7906.753635586,12336.465517241],[7881.1933276305,12397.568965517],[7875.5474764756,12356.603448276],[7882.2198460222,12401.534482759],[7880.372112917,12359.327586207],[7876.5739948674,12360.568965517],[7886.0179640719,12400.293103448],[7910.7570573139,12379.655172414],[7909.7305389222,12375.689655172],[7914.5551753636,12378.413793103],[7843.7254063302,12408.155172414],[7844.7690333618,12412.120689655],[7848.5671514115,12410.879310345],[7921.7750213858,13040.120689655],[7840.9366980325,13049.431034483],[7865.744225834,13031.482758621],[7845.881094953,12951.344827586],[7846.000855432,12410.465517241],[7818.3361847733,12386.724137931],[7823.7767322498,12341.775862069],[7877.6689478186,12358.879310345],[7911.9888793841,12378],[7851.4242942686,12324.620689655],[7879.8930710009,12339.603448276],[7903.5714285714,12335.362068966],[7867.9683490163,12303.931034483],[7814.2985457656,12269.068965517],[7791.629597947,12305.810344828],[7960.252352438,12371.155172414],[7958.4388366125,12373.844827586],[7958.1650983747,12377.396551724],[7956.6082121471,12372.965517241],[7985.6073567151,12406.931034483],[7987.1642429427,12411.465517241],[7959.3455945252,12419.672413793],[7961.4157399487,12413.448275862],[7921.5355004277,12339.103448276],[7930.996578272,12356.310344828],[7883.6569717707,12400.25862069],[7989.2686056459,12405.137931034],[7957.7715996578,12415.24137931],[7959.6364414029,12416.137931034],[7987.1642429427,12408.017241379],[7997.3952095808,12469.396551724],[7917.0188195038,12932.155172414],[7923.246364414,13036.310344828],[7967.4893071001,13041.637931034],[7870.5175363559,13036.344827586],[8079.0376390077,12695.603448276],[7997.6860564585,12465.862068966],[7995.8212147134,12464.965517241],[6738.9863130881,12174.275862069],[9816.4646706587,14332.662068966],[9847.764465355,14264.529310345],[9779.7101796407,14325.124137931],[9724.4330196749,14381.020689655],[9740.1471343028,14368.094827586],[9621.0598802395,14435.35862069],[9240.7331052181,14254.136206897],[8994.5209580838,13988.220689655],[8991.2395209581,13991.182758621],[8997.369546621,13989.70862069],[8996.7091531223,13991.667241379],[9000.8922155689,13989.570689655],[8996.6869118905,13960.786206897],[9522.8220701454,14356.362068966],[9546.6749358426,14393.355172414],[9469.9803250642,14464.053448276],[9503.8451668092,14458.879310345],[9435.2959794696,14516.629310345],[9366.0983746792,14500.25862069],[9396.4576561163,13772.382758621],[9402.6321642429,13774.467241379],[9363.8982035928,13705.793103448],[9435.4106073567,13766.637931034],[9437.4106073567,13608.075862069],[9436.7724550898,13610.329310345],[9512.2164242943,13699.765517241],[9516.7159965783,13698.489655172],[9436.630453379,13444.929310345],[9433.9443969204,13442.081034483],[9425.4414029085,13436.705172414],[9454.4473909324,13404.332758621],[9521.4140290847,13424.839655172],[9485.6826347305,13408.117241379],[9489.1625320787,13409.889655172],[9392.4935842601,13466.122413793],[9395.6809238666,13466.496551724],[9438.1154833191,13473.848275862],[9443.6330196749,13474.101724138],[9481.4345594525,13491.282758621],[9479.9563729683,13495.093103448],[9495.3319076133,13624.322413793],[9499.3917878529,13624.224137931],[9510.7023096664,13695.968965517],[9439.5457656116,13765.439655172],[9519.622754491,13791.410344828],[9517.7254063302,13787.977586207],[9463.0188195038,13787.986206897],[9462.7348160821,13783.905172414],[9423.8383233533,13799.90862069],[9408.5893926433,13832.474137931],[9051.6330196749,13490.234482759],[9429.999144568,13802.036206897],[9405.2805816938,13829.737931034],[8610.7741659538,13954.568965517],[8975.4875962361,14007.860344828],[8962.625320787,13976.446551724],[8959.0598802395,13976.762068966],[8968.0162532079,13978.975862069],[8970.6475620188,13981.874137931],[8969.8109495295,13978.751724138],[8977.0461933276,13971.005172414],[8951.0479041916,13992.881034483],[8841.2976903336,13084.75862069],[8905.003421728,13126.031034483],[8732.876817793,13187.75],[8873.5919589393,13167.40862069],[8723.1573994867,13252.105172414],[8776.7279726262,13239.051724138],[8755.9923011121,13278.353448276],[8679.8246364414,13701.434482759],[8650.9794696322,13643.362068966],[8716.4251497006,13928.24137931],[8685.6107784431,13888.903448276],[8692.3567151411,13825.718965517],[8748.1650983747,13794.481034483],[8770.8118049615,13856.356896552],[8836.9366980325,13787.839655172],[8293.1180496151,12799.25862069],[8235.9238665526,12756.965517241],[8274.3977758768,12694.068965517],[8167.6826347305,12700.086206897],[8151.6381522669,12599.034482759],[8145.9426860565,12768.310344828],[8187.3216424294,12805.310344828],[8114.1445680068,12655.379310345],[10430.649272883,13792.056896552],[10477.220701454,13898.355172414],[10466.20615911,13856.293103448],[10464.171941831,13800.99137931],[10497.153977759,13837.103448276],[10448.370402053,13822.403448276],[10500.183917879,13867.644827586]], + "20005":[[7979.4653550043,13283.879310345],[7974.7775876818,13281.451724138],[7974.9315654405,13277.317241379],[7926.5141146279,13323.870689655],[7925.5731394354,13317.5],[7824.6663815227,13386.177586207],[7823.7425149701,13379.375862069],[7845.0085543199,13378.084482759],[7862.5449101796,13359.325862069],[7850.2780153978,13362.355172414],[7842.6475620188,13362.318965517],[7853.0153977759,13363.85],[7856.9161676647,13348.09137931],[7830.124037639,13361.929310345],[7839.6364414029,13351.805172414],[7832.5363558597,13427.398275862],[7835.8212147134,13427.787931034],[7831.6124893071,13420.596551724],[7880.1668092387,13468.979310345],[7875.0684345595,13473.479310345],[7909.3199315654,13489.051724138],[7908.6184773311,13470.812068966],[7907.6090675791,13483.879310345],[7911.7835757057,13493.256896552],[7919.499572284,13498.286206897],[7899.6877673225,13501.975862069],[7920.4405474765,13476.120689655],[7898.9692044482,13479.484482759],[7907.9854576561,13409.282758621],[7903.126603935,13406.94137931],[7903.8964927288,13402.665517241],[7919.8246364414,13384.360344828],[7918.9007698888,13377.560344828],[7910.4148845167,13506.731034483],[7949.0975192472,13542.636206897],[7987.369546621,13498.003448276],[7987.6775021386,13494.551724138],[7941.4157399487,13383.786206897],[7971.2703165098,13352.248275862],[7940.4918733961,13376.984482759],[7968.3447390932,13351.982758621],[7966.6338751069,13345.086206897],[8013.5286569718,13368.348275862],[8012.8272027374,13361.465517241],[7865.4191616766,13272.175862069],[7857.2070145423,13311.168965517],[8013.6826347305,13294.224137931],[7935.6330196749,13295.656896552],[7964.2044482464,13480.436206897],[7950.9623609923,13486.470689655],[8006.8391787853,13511.465517241],[8035.3421727973,13527.860344828],[7989.9700598802,13518.884482759],[8101.3130881095,12707.603448276],[8098.0795551754,12706.827586207],[8098.1993156544,12701.206896552],[7921.0735671514,12490.862068966],[8000.7656116339,12561.603448276],[8036.0607356715,12469.637931034],[8023.9307100086,12573.482758621],[8015.0342172797,12510.120689655],[8006.8391787853,12477.25862069],[8037.2754491018,12619.137931034],[8102.2198460222,12774.051724138],[8079.7390932421,13010.327586207],[9243.8520102652,14006.251724138],[9271.9871685201,13963.484482759],[9058.5072711719,13889.546551724],[9160.3430282293,13843.305172414],[9229.5081266039,13855.124137931],[9247.1454234388,13790.406896552],[9327.7664670659,13769.29137931],[9328.0111206159,13776.153448276],[9160.1565440547,13746.667241379],[9172.6424294269,13798.168965517],[9296.8254918734,13678.779310345],[9296.5175363559,13684.586206897],[9292.9760479042,13675.851724138],[9145.9289991446,13677.968965517],[9270.751924722,13665.7],[9273.7202737382,13662.674137931],[9258.3361847733,13623.534482759],[9259.1916167665,13626.982758621],[9264.5722840034,13620.436206897],[9347.754491018,13680.313793103],[9344.6629597947,13674.196551724],[9341.1060735672,13723.001724138],[9350.1958939264,13711.277586207],[9225.1094952951,13599.051724138],[9222.8682634731,13605.536206897],[9225.621043627,13607.384482759],[9159.1060735672,13599.086206897],[9165.6381522669,13602.767241379],[9160.2968349016,13602.520689655],[9126.1787852866,13773.920689655],[9226.7279726262,13730.474137931],[9208.7946963216,13735.177586207],[9267.371257485,13790.172413793],[9272.8545765612,13833.09137931],[9179.0735671514,13856.89137931],[9275.2788708298,13873.786206897],[9251.8006843456,13894.063793103],[9306.3618477331,13760.084482759],[9206.1069289991,13780.055172414],[8161.2925577417,13154.85],[8196.8066723695,13148.893103448],[8164.002566296,13159.186206897],[8195.0376390077,13151.865517241],[8169.2275449102,13076.896551724],[8169.3387510693,13071.275862069],[8247.3267750214,13096.931034483],[8247.4687767323,13088.586206897],[8144.5637296835,13100.25862069],[8104.6492728828,13084.051724138],[8104.495295124,13080.551724138],[8143.5885372113,13108.694827586],[8241.7373823781,13030.586206897],[8266.495295124,13033.120689655],[8266.6065012831,13027.5],[8244.8494439692,13036.982758621],[8241.626176219,13036.206896552],[8269.7168520103,13033.896551724],[8228.4627887083,12814.586206897],[8225.7356715141,12810.25862069],[8152.8391787853,12798.344827586],[8150.2318220701,12796.293103448],[8152.9503849444,12790],[8205.7014542344,12762],[8207.8485885372,12764.172413793],[8208.4285714286,12755.689655172],[8148.5158254919,12670.913793103],[8151.627887083,12677.310344828],[8148.4046193328,12676.534482759],[8169.5628742515,12654.827586207],[8171.9375534645,12648.534482759],[8172.1702309666,12656.879310345],[8178.122326775,12607.982758621],[8180.4918733961,12612.327586207],[8170.2266894782,12608.017241379],[8168.4302822926,12603.810344828],[8222.495295124,12670.051724138],[8214.2147134303,12669.931034483],[8220.4593669803,12672.672413793],[8283.1437125749,12676.982758621],[8274.7279726262,12677.327586207],[8228.6355859709,12732.879310345],[8231.3558597092,12726.586206897],[8280.9743370402,12680.068965517],[8343.123182207,12756.982758621],[8346.3464499572,12757.75862069],[8343.2360992301,12751.362068966],[8230.9623609923,12733.879310345],[8153.8006843456,12609.310344828],[8155.0136869119,13018.724137931],[8159.0359281437,13014.827586207],[10226.698887938,13146.55862069],[10335.314798973,13226.553448276],[10312.218135158,13208.05],[10316.142857143,13204.596551724],[10319.100940975,13148.406896552],[10320.103507271,13158.151724138],[10302.267750214,13159.746551724],[10295.552609068,13160.9],[10295.273738238,13164.220689655],[10323.840034217,13150.481034483],[10348.880239521,13181.939655172],[10320.758768178,13188.017241379],[10365.265183918,13233.017241379],[10364.219846022,13235.779310345],[10368.881950385,13245.356896552],[10372.242087254,13233.69137931],[10429.311377246,13249.117241379],[10437.116338751,13249.079310345],[10348.404619333,13215.925862069],[10400.149700599,13212.034482759],[10391.453378956,13207.653448276],[10395.73396065,13204.739655172],[10560.604790419,13217.612068966],[10557.355859709,13223.648275862],[10559.775021386,13225.918965517],[10580.149700599,13205.394827586],[10573.990590248,13213.189655172],[10571.171086399,13216.15862069],[10602.871685201,13194.731034483],[10602.820359281,13199.937931034],[10611.337040205,13195.210344828],[10521.569717707,13245.624137931],[10533.407185629,13237.315517241],[10528.469632164,13261.060344828],[10525.343883661,13253.327586207],[10525.275449102,13260.193103448],[10807.730538922,13066.637931034],[10817.277159966,13064.793103448],[10822.71257485,13099.982758621],[10886.50213858,13134.686206897],[10852.471343028,13159.036206897],[10884.0213858,13142.651724138],[10882.108639863,13139.932758621],[10853.545765612,13155.884482759],[10860.337895637,13156.420689655],[10845.046193328,13133.531034483],[10847.586826347,13133.777586207],[10895.088964927,13097.172413793],[10894.358426005,13074.689655172],[10894.289991446,13081.551724138],[10890.584260051,13066.982758621],[10897.484174508,13082.431034483],[10914.360136869,13110.334482759],[10954.077844311,13150.137931034],[10950.952095808,13142.396551724],[10950.883661249,13149.25862069],[10950.936698033,13094.948275862],[10959.265183918,13101.051724138],[10779.011976048,13290.027586207],[10780.953806672,13287.331034483],[10772.671514115,13287.515517241],[10850.124037639,13173.232758621],[10809.369546621,13061.706896552],[10834.5106929,13051.344827586],[10832.871685201,13056.275862069],[10850.830624465,13043.068965517],[10902.421727973,13058.689655172]], + "20006":[[9830.7880239521,14290.512068966],[9763.7625320787,14323.579310345],[9653.7408041061,14402.15],[9702.1630453379,14421.318965517],[9475.4071856287,14532.429310345],[9998.2848588537,14253.706896552],[10042.962360992,14197.274137931],[10133.22754491,14182.662068966],[10227.917023097,14182.113793103],[10417.4465355,14154.568965517],[10455.550898204,14130.770689655],[10309.256629598,14093.932758621],[10388.765611634,14110.294827586],[10511.545765612,14133.213793103],[10545.614200171,14096.251724138],[10587.449957228,14073.836206897],[10225.780153978,14024.067241379],[10201.229255774,13986.006896552],[10144.563729683,14083.879310345],[10201.400342173,14083.125862069],[10114.909324209,13991.789655172],[10065.809238666,13966.024137931],[10112.230111206,14120.522413793],[10250.637296835,14126.982758621],[10059.020530368,14089.913793103],[10035.511548332,14044.127586207],[10007.694610778,14126.982758621],[9999.8889649273,14032.812068966],[9898.1993156544,14221.810344828],[10630.076133447,14201.110344828],[10629.119760479,14159.484482759]], + "20014":[[9778.4169375535,14373.263793103],[9653.6313088109,14386.129310345],[9564.5808383234,14464.051724138],[9475.877673225,14407.467241379],[10540.185628743,14128.136206897],[10619.297690334,14125.027586207],[10173.260051326,14000.525862069],[10084.609923011,14149.906896552],[10050.339606501,14034.815517241],[9961.7936698032,14233.153448276],[9882.2740804106,14282.937931034]], + "20044":[[8092.7587681779,13841.612068966],[8013.0496150556,13812.043103448],[8099.7904191617,13860.70862069],[9687.9782720274,14422.50862069],[9637.8485885372,14398.065517241],[8215.5970915312,13596.239655172],[8146.2420872541,13679.674137931],[8149.6809238666,13726.534482759],[8151.8417450813,13844.081034483],[8192.9931565441,13852.881034483],[8266.2386655261,13894.95862069],[8258.3960650128,13858.301724138],[8217.1334473909,13869.232758621],[8180.9828913601,13859.087931034],[8196.1976047904,13866.360344828],[8228.2745936698,13643.560344828],[8216.1394354149,13704.618965517],[8207.0102651839,13853.706896552],[8236.2763045338,13810.027586207],[8192.9127459367,13774.072413793],[8221.2207014542,13842.551724138],[8211.2429426861,13740.322413793],[8864.000855432,13601.512068966],[8880.2352437981,13598.534482759],[8779.49786142,13471.175862069],[8817.0786997434,13579.884482759],[8858.4867408041,13614.265517241],[8861.4927288281,13597.865517241],[8865.1864841745,13579.587931034],[8854.255774166,13587.34137931],[8824.3413173653,13563.775862069],[8781.0153977759,13577.40862069],[8800.9076133447,13580.331034483],[8795.9187339607,13561.910344828],[8815.6432848589,13603.90862069],[8804.2164242943,13545.039655172],[8778.8083832335,13551.198275862],[8760.1907613345,13537.113793103],[8766.0710008554,13578.862068966],[8855.1043627032,13621.125862069],[8859.9443969204,13618.998275862],[8724.5534644996,13534.070689655],[8742.2745936698,13548.525862069],[8730.5979469632,13550.313793103],[8800.6800684346,13464.051724138],[8693.4858853721,13543.020689655],[8696.1668092387,13546.577586207],[8690.1411462789,13517.405172414],[8676.6424294269,13513.189655172],[8656.1120615911,13479.568965517],[8637.4824636441,13478.00862069],[8618.7279726262,13247.9],[8598.8665526091,13282.362068966],[8573.8828058169,13423.620689655],[8579.7750213858,13403.120689655],[8593.6655260907,13427.844827586],[8560.3036783576,13454.568965517],[8530.878528657,13514.239655172],[8542.994867408,13497.515517241],[8619.3284858854,13484.74137931],[8734.9674935843,13471.389655172],[8605.7288280582,13306.120689655],[8592.0419161677,13230.868965517],[8603.130025663,13243.929310345],[8642.6372968349,13219.844827586],[8624.0778443114,13196.774137931],[8637.6107784431,13206.560344828],[8640.1753635586,13190.210344828],[8620.7091531223,13173.170689655],[8630.1582549187,13216.067241379],[8633.626176219,13161.120689655],[8646.4046193328,13168.515517241],[8644.9349871685,13269.04137931],[8640.2215568862,13296.94137931],[8657.8229255774,13298.534482759],[8573.4482463644,13364.032758621],[8555.1710863986,13371.810344828],[8567.1659538067,13465.472413793],[8620.2403763901,13428.165517241],[8648.3532934132,13395.10862069],[8566.9828913601,13479.662068966],[8553.9632164243,13469.355172414],[8551.749358426,13490.775862069],[8578.7827202737,13493.381034483],[8569.5320786997,13517.203448276],[8570.2677502139,13512.086206897],[8564.9846022241,13531.568965517],[8551.4157399487,13570.656896552],[8572.9161676647,13515.129310345],[8599.9392643285,13564.520689655],[8578.7861420017,13565.720689655],[8611.6432848589,13540.503448276],[8638.2711719418,13540.220689655],[8630.873396065,13517.605172414],[8656.5825491873,13536.768965517],[8593.4020530368,13531.486206897],[8606.4559452524,13508.701724138],[8668.5620188195,13546.656896552],[8720.9435414885,13551.412068966],[8550.2130025663,13551.444827586],[8586.748502994,13583.551724138],[8570.2951240376,13579.639655172],[10313.220701454,15027.327586207],[10299.54918734,15049.670689655],[10372.219846022,15213.534482759],[10377.689478186,15202.387931034],[10363.364414029,15199.612068966],[10387.670658683,15151.398275862],[10367.591958939,15146.112068966],[10392.801539778,15130.648275862],[10355.855431993,15218.362068966],[10286.515825492,15196.412068966],[10332.604790419,15193.181034483],[10312.317365269,15210.865517241],[10290.885372113,15114.556896552],[10321.50641574,15149.503448276],[10299.9786142,15149.189655172],[10309.521813516,15122.40862069],[10298.56201882,15118.846551724],[10344.981180496,15077.474137931],[10307.465355004,15265.362068966],[10279.617621899,15312.696551724],[10346.233532934,15274.975862069],[10307.095808383,15276.982758621],[10381.631308811,15162.634482759],[10296.644140291,15290.537931034],[10286.019674936,15290.481034483],[10267.783575706,15244.855172414],[10275.164242943,15205.774137931],[10306.534644996,15207.375862069],[10287.689478186,15212.729310345],[10355.378100941,15207.612068966],[10281.078699743,15188.99137931],[10301.082121471,15133.167241379],[10281.119760479,15127.425862069],[10291.786997434,15140.086206897],[10333.682634731,15143.94137931],[10301.855431993,15085.318965517],[10382.558597092,15089.579310345],[10344.202737382,15251.353448276],[10388.724550898,15153.906896552],[10366.295124038,15161.394827586],[21780.303678358,12382.810344828]], + "20045":[[9247.2035928144,14354.067241379],[9228.876817793,14187.586206897],[9167.0205303678,14166.532758621],[9108.6133447391,14145.653448276],[9049.2155688623,14210.69137931],[9047.6381522669,14157.556896552],[9066.7194183062,14131.293103448],[9055.4841745081,14151.306896552],[8984.2386655261,14126.955172414],[8979.7339606501,14128.355172414],[9003.9854576561,14124.737931034],[8981.2720273738,14089.465517241],[8992.2386655261,14104.939655172],[8991.5851154833,14109.25],[8986.1719418306,14108.505172414],[8979.7647562019,14154.35862069],[9020.0863986313,14240.837931034],[8987.376390077,14133.713793103],[9035.4927288281,14074.570689655],[9152.380667237,14287.889655172],[8807.8622754491,14354.14137931],[8804.8135158255,14352.85],[8805.7972626176,14346.055172414],[8809.6552609068,14350.874137931],[8771.8656971771,14309.027586207],[8767.3541488452,14311.524137931],[8774.4644995723,14304.675862069],[8799.6621043627,14309.906896552],[8783.2412318221,14296.784482759],[8803.5218135158,14314.724137931],[8798.6783575706,14316.7],[8801.7271171942,14317.99137931],[8824.8169375535,14302.968965517],[8785.0342172797,14339.960344828],[8960.4918733961,14116.301724138],[8963.2121471343,14117.5],[8965.3336184773,14114.325862069],[8947.6672369547,14158.762068966],[8949.7322497861,14166.848275862],[8946.6834901625,14165.556896552],[8951.5252352438,14163.581034483],[8962.2386655261,14099.748275862],[8967.2258340462,14098.463793103],[8970.8186484175,14094.901724138],[8961.4756201882,14109.506896552],[8825.6313088109,14323.877586207],[8934.4165953807,14185.810344828],[8961.0359281437,14204.825862069],[8943.7818648417,14145.034482759],[8908.7416595381,14247.512068966],[8955.6757912746,14238.043103448],[8848.6783575706,14293.401724138],[8847.3096663815,14325.753448276],[8879.6381522669,14262.90862069],[8934.2386655261,14211.424137931]], + "20046":[[9014.2694610778,14760.185172414],[9113.2942686056,14803.813448276],[9071.1317365269,14716.93637931],[9039.6313088109,14551.806896552],[9150.1753635586,14584.662068966],[8981.8913601369,14518.443103448],[9211.2874251497,14667.5],[9260.6321642429,14570.64137931],[9311.6689478186,14639.963793103],[9333.6142001711,14564.913793103],[9272.8614200171,14507.796551724],[9250.2865697177,14456.262068966],[9279.2891360137,14453.889655172],[9269.5662959795,14409.679310345],[9273.8314798973,14214.365517241],[9262.0658682635,14176.84137931],[9201.1129170231,14303.64137931],[9227.6381522669,14345.305172414],[9234.2249786142,14216.124137931],[9239.1437125749,14141.020689655],[9200.0094097519,14188.94137931],[9165.9289991446,14139.453448276],[9206.1360136869,14218.074137931],[9426.7810094098,14472.493103448],[9431.9512403764,14402.55],[9430.3071000855,14440.906896552],[9398.7057313944,14621.022413793],[9370.8562874251,14518.298275862],[9395.5474764756,14501.39137931],[9462.1479897348,14494.105172414],[9311.629597947,14437.305172414],[9252.3481608212,14385.603448276],[9258.2061591104,14361.606896552],[9089.7254063302,14470.177586207],[9195.6621043627,14525.536206897],[8808.3190761334,14777.705689655],[8754.4354148845,14735.859310345],[8795.9871685201,14655.74137931],[8760.9178785287,14706.963448276],[8767.374679213,14689.902068966],[8784.5825491873,14652.805172414],[8778.1668092387,14720.511896552],[8779.2053036784,14630.594827586],[8787.4619332763,14608.853448276],[8814.4097519247,14619.255172414],[8799.5508982036,14613.744827586],[8802.5620188195,14631.439655172],[8772.3310521814,14602.2],[8779.1112061591,14569.989655172],[8803.7271171942,14517.293103448],[8819.4379811805,14526.448275862],[8862.250641574,14485.996551724],[8870.4097519247,14506.213793103],[8817.4191616766,14610.586206897],[8815.9700598802,14595.222413793],[8833.1864841745,14633.017241379],[8819.9461077844,14637.543103448],[8839.5919589393,14616.963793103],[8864.7724550898,14609.556896552],[8851.7733105218,14597.106896552],[8831.8605645851,14545.05862069],[8879,14825.459275862],[8881.7408041061,14741.619137931],[8973.869118905,14679.328103448],[8907.4841745081,14484.556896552],[8879.9136013687,14490.424137931],[8861.4910179641,14517.248275862],[8861.2155688623,14547.960344828],[8888.880239521,14596.363793103],[8917.8212147134,14581.681034483],[8880.0761334474,14617.201724138],[8922.4816082121,14663.359310345],[8897.6484174508,14625.394827586]], + "20049":[[9509.4071856287,14917.059827586],[9499.0598802395,14964.760862069],[9515.0581693755,14961.947931034],[9561.7048759624,14974.93637931],[9548.3276304534,14980.431034483],[9589.1060735672,15009.806896552],[9614.6988879384,15036.172413793],[9565.749358426,15008.14137931],[9587.6775021386,14981.293103448],[9674.1822070145,15022.124137931],[9652.5226689478,15034],[9681.870829769,15033.529310345],[9661.7082976903,14977.367931034],[9719.6092386655,15017.537931034],[9637.8263473054,14967.831206897],[9641.2874251497,15000.492068966],[9623.6056458512,14948.534482759],[9730.553635586,14960.781724138],[9739.7597946963,14987.167413793],[9696.1153122327,14959.297586207],[9740.3664670659,14929.610517241],[9695.0239520958,14982.710689655],[9555.7613344739,14898.164310345],[9541.1334473909,14905.132241379],[9532.3601368691,14933.548793103],[9605.6792130026,14918.99862069],[9596.5671514115,14883.337758621],[9596.0436270317,14942.730689655],[9661.24465355,14913.189655172],[9647.4242942686,14926.932241379],[9632.745081266,14883.953448276],[9681.0940975192,14904.043793103],[9548.3276304534,14872.672413793],[9615.0513259196,14898.534482759],[9709.5394354149,14911.352758621],[9710.8046193328,14889.632931034],[9741.6552609068,14900.25862069],[9719.6853721129,14933.391206897],[9676.3960650128,14862.381724138],[9718.1310521814,14851.140689655],[9732.7710863986,14871.960689655],[9755.4372968349,14835.699327586],[9613.2224123182,15013.85],[9637.874251497,15016.537931034],[9668.2420872541,15059.094827586],[9774.0593669803,14964.378103448],[9769.3662959795,14978.29362069],[9791.1662959795,14956.815689655],[9759.5096663815,14950.397931034],[9784.8035928144,14934.192068966],[9798.7514114628,14890.467931034],[9751.2896492729,14917.725517241],[9831.5495295124,14908.65637931],[9844.3279041916,14889.709310345],[9829.1088109495,14876.046724138],[9805.3154833191,14858.685172414],[9847.1140975192,14852.298448276],[9768.849786142,14857.008448276],[9791.0047904192,14867.983965517],[9749.2706586826,14762.821034483],[9713.679384089,14828.558291379],[9750.303849444,14787.730517241],[9739.4268605646,14807.650689655],[9761.8651839179,14801.34637931],[9779.4863986313,14750.353448276],[10064.717707442,14858.124137931],[10092.132591959,14853.245689655],[10124.70402053,14848.25862069],[10004.329854577,14831.869741379],[10147.130025663,14867.5],[10180.794696322,14888.467931034],[10235.470487596,14884.259482759],[10097.054747648,14902.835689655],[10255.922155689,14850.009655172],[10202.832335329,14845.089724138],[9900.8627887083,14832.692189655],[9873.3917878529,14867.5],[9883.5009409752,14845.380741379],[9973.2403763901,14818.180689655],[10109.566295979,14829.957410172],[10014.583233533,14808.745172414],[10036.498716852,14827.926258621],[10124.818648417,14804.22137931],[10141.359281437,14746.766206897],[10219.153977759,14791.197758621],[10203.732249786,14816.644948276],[10239.248075278,14807.045517241],[10250.310521814,14775.956896552],[10171.456800684,14766.70362069],[10229.5320787,14726.464310345],[10241.855431993,14743.713965517],[10058.319076133,14774.474137931],[10023.223781009,14768.768793103],[10099.735671514,14757.280689655],[10178.130881095,14739.174827586],[9988.0196749358,14731.293103448],[9976.2277159966,14749.914137931],[9994.9909324209,14770.649827586],[9965.7784431138,14795.086206897],[10031.020530368,14794.585],[9953.8100940975,14820.298706897],[9910.5698887938,14788.338275862],[9951.2484174508,14747.086724138],[10077.893071001,14751.065344828],[9905.799144568,14752.118793103],[9864.8374679213,14804.568965517],[9882.2800684346,14798.381034483],[9857.4112745937,14749.155517241],[9924.3156544055,14814.595724138]], + "20089":[[9517.3182207015,16624.034482759],[9097.4311377246,16658.775862069],[9098.7570573139,16624.465517241],[9109.4910179641,16639.913793103],[9122.4148845167,16619.431034483],[9112.9127459367,16658.965517241],[9045.371257485,16605.896551724],[9065.0085543199,16613.189655172],[9079.5697177074,16640.310344828],[9017.9923011121,16622.534482759],[9081.4414029085,16659.672413793],[9095.4807527802,16596.379310345],[9040.0898203593,16643.086206897],[9799.7970915312,16651.206896552],[9744.5936698033,16672.793103448],[9798.1741659538,16595.689655172],[9703.5384088965,16604.172413793],[9023.374679213,16659.775862069],[9047.3952095808,16659.931034483],[9023.6723695466,16640.362068966],[9658.9880239521,16602.034482759],[9583.2360992301,16629.517241379],[9663.1899059025,16689.75862069],[9474.2831479897,16521.062068966],[9093.877673225,16494.334482759],[9124.0333618477,16491.637931034],[9121.8554319932,16508.05],[9077.1026518392,16495.767241379],[9188.8323353293,16511.562068966],[9178.4662104363,16521.182758621],[9164.1736526946,16519.144827586],[9133.7356715141,16509.182758621],[9191.5389221557,16492.184482759],[9082.0778443114,16451.963793103],[9075.2925577417,16466.737931034],[9060.8426005133,16454.924137931],[9076.4165953807,16422.168965517],[9046.6749358426,16496.251724138],[9110.4080410607,16454.75],[9132.7827202737,16466.844827586],[9098.7844311377,16471.684482759],[9123.4893071001,16422.4],[9171.7818648417,16473.79137931],[9188.6321642429,16457.422413793],[9186.4422583405,16439.579310345],[9158.4559452524,16437.748275862],[9012.0966638152,16576.068965517],[9020.5859709153,16473.644827586],[8993.3473053892,16456.606896552],[9016.8836612489,16453.424137931],[9041.1351582549,16468.034482759],[8983.8913601369,16564.965517241],[9070.1411462789,16404.568965517],[9021.3353293413,16340.775862069],[9002.8887938409,16334.062068966],[8992.7964071856,16306.875862069],[9017.6826347305,16592.017241379],[9153.248075278,16111.944827586],[9190.2335329341,16133.231034483],[9144.0521813516,16190.275862069],[9166.2882805817,16344.863793103],[9157.1950384944,16332.436206897],[9168.7964071856,16362.462068966],[9185.8964927288,16362.05862069],[9153.6467065868,16383.479310345],[9188.2198460222,16384.672413793],[9100.6834901625,16382.855172414],[9114.9555175364,16281.4],[9099.2258340462,16301.982758621],[9127.5560307956,16297.260344828],[9129.6809238666,16275.284482759],[9080.9863130881,16310.59137931],[9157.3952095808,16276.120689655],[9104.7005988024,16269.882758621],[9114.2044482464,16224.715517241],[9079.744225834,16237.832758621],[9044.4046193328,16312.612068966],[9060.125748503,16301.748275862],[9056.628742515,16282.994827586],[9077.5218135158,16290.40862069],[9032.4337040205,16302.679310345],[9080.4063301967,16258.879310345],[9047.5988023952,16251.037931034],[9098.2369546621,16243.360344828],[9057.8982035928,16392.293103448],[9129.7955517536,16407.851724138],[9128.373823781,16381.770689655],[9175.3883661249,16399.965517241],[9164.9931565441,16418.872413793],[9184.8306244654,16413.536206897],[9182.2899914457,16345.093103448],[9022.1958939264,16280.451724138],[9021.1830624465,16295.037931034],[8984.1548331908,16323.151724138],[9009.123182207,16307.803448276],[9072.7741659538,16267.913793103],[9168.1171941831,16072.69137931],[9195.9751924722,16065.268965517],[9267.2429426861,15952.889655172],[9793.704704876,16555.586206897],[9717.024465355,16545.255172414],[9768.3086398631,16496.429310345],[9791.0087254063,16488.094827586],[9842.6783062447,16523.744827586],[9777.0990590248,16445.681034483],[9822.9520958084,16454.834482759],[9780.1497005988,16401.982758621],[9818.1977758768,16393.024137931],[9844.8404961506,16347.581034483],[9033.2720273738,16224.294827586],[9117.9016253208,16180.331034483],[9123.3130881095,16195.293103448],[9102.375534645,16178.401724138],[9113.3130881095,16128.006896552],[9099.7562018819,16133.687931034],[9063.9786142002,16106.101724138],[9079.2994011976,16097.360344828],[9076.9743370402,16069.94137931],[9054.0367835757,16087.894827586],[9085.9803250642,16028.236206897],[9065.3267750214,16020.806896552],[9044.5141146279,16025.24137931],[9130.6920444825,16016.384482759],[9110.6441402908,16035.101724138],[9165.8366124893,16024.360344828],[9163.2395209581,15996.179310345],[9181.3301967494,16005.205172414],[9046.4234388366,16162.989655172],[8997.0427715997,16068.417241379],[9002.2301112062,16089.515517241],[8987.1642429427,16033.879310345],[9009.5628742515,16108.555172414],[8992.372112917,16132.001724138],[8986.6424294269,16109.35862069],[9023.6398631309,16123.924137931],[9023.9495295124,16087.332758621],[9054.1017964072,16121.124137931],[9040.0573139435,16134.151724138],[9080.0316509837,16114.984482759],[9079.1026518392,16162.548275862],[9017.3815226689,16185.712068966],[8997.7271171942,16191.543103448],[8984.7331052181,16171.139655172],[9048.8408896493,16199.806896552],[9061.8468776732,16186.936206897],[9061.501283148,16149.777586207],[9097.5286569718,16200.027586207],[9004.5449101796,16272.893103448],[9850.8791958939,16460.525862069],[9643.2309666382,16547.032758621],[9543.9803250642,16567.224137931],[8917.0872540633,16626.155172414],[8902.628742515,16616.74137931],[8966.9247219846,16632.534482759],[8938.4764756202,16636.793103448],[8961.7750213858,16646.534482759],[8929.1471343028,16618.344827586],[8946.3173652695,16622.068965517],[8944.247219846,16606],[8917.0975192472,16604.396551724],[8885.3455945252,16641.086206897],[8950.380667237,16564.913793103],[8948.6698032506,16580.431034483],[8933.9136013687,16554.034482759],[8933.7715996578,16579.672413793],[8968.4302822926,16549.220689655],[8953.2070145423,16526.782758621],[8951.7818648417,16548.072413793],[8913.7254063302,16531.384482759],[8908.4644995723,16514.913793103],[8876.0624465355,16522.379310345],[8861.2275449102,16530.496551724],[8855.4277159966,16513.189655172],[8936.7296834902,16526.034482759],[8901.9153122327,16327.260344828],[8787.8485885372,16274.396551724],[8805.9050470488,16283.674137931],[8799.0376390077,16273.086206897],[8849.6501283148,16284.760344828],[8841.8674080411,16296.617241379],[8835.752780154,16288.189655172],[8885.2241231822,16287.905172414],[8883.1129170231,16310.177586207],[8817.4893071001,16240.589655172],[8791.1591103507,16244.365517241],[8805.6467065868,16243.484482759],[8827.6381522669,16275.337931034],[8863.9820359281,16495.086206897],[8964.7775876818,16579.275862069],[8962.8289136014,16286.627586207],[8935.8554319932,16272.563793103],[8837.5902480753,16179.563793103],[8856.1394354149,16174.663793103],[8829.2822925577,16195.855172414],[8843.0307955518,16195.334482759],[8843.4739093242,16163.010344828],[8857.9563729683,16158.248275862],[8806.6680923867,16220.948275862],[8834.9914456801,16227.868965517],[8859.7613344739,16200.751724138],[8823.5988023952,16217.179310345],[8876.6544054748,16165.717241379],[8948.7946963216,16048.618965517],[8935.8656971771,16089.622413793],[8953.8023952096,16076.120689655],[8923.9238665526,16047.267241379],[8963.2994011976,16034.453448276],[8944.6971770744,16145.727586207],[8967.1573994867,16137.763793103],[8952.5620188195,16184.518965517],[8958.5808383234,16205.313793103],[8947.5115483319,16166.705172414],[8904.1171941831,16177.275862069],[8931.6073567151,16181.318965517],[8900.6407185629,16146.048275862],[8898.0248075278,16104.322413793],[8893.0940975192,16092.746551724],[8880.2694610778,16151.375862069],[8914.8135158255,16117.3],[8909.5235243798,16074.627586207],[8870.5500427716,16097.068965517],[8904.8152266895,16239.612068966],[8886.6749358426,16230.351724138],[8907.1881950385,16225.182758621],[8918.9794696322,16215.513793103],[8876.0248075278,16251.996551724],[8963.0119760479,16239.212068966],[8967.1813515825,16220.55],[8941.872540633,16235.220689655],[8917.874251497,16553.706896552],[8906.9606501283,16593.586206897],[8915.8571428571,16577.431034483],[9864.8374679213,16660.603448276],[9863.6965440547,16626.5],[9914.2396920445,16589.965517241],[9857.6572284003,16585.206896552],[9991.6364414029,16576.155172414],[9970.0410607357,16518.272413793],[10016.762189906,16496.272413793],[10012.164585115,16447.281034483],[9983.9159965783,16433.168965517],[9926.8798973482,16431.698275862],[9905.8150556031,16464.439655172],[9908.9447390932,16544.637931034]], + "20091":[[10710.317365269,16017.101724138],[10677.710008554,16002.422413793],[10688.618477331,15979.568965517],[10612.48502994,16099.396551724],[10668.943541488,16132.155172414],[10712.570573139,16115.775862069],[10668.943541488,16114.913793103],[10605.641573995,16183.017241379],[10614.195893926,16145.086206897],[10648.413173653,16184.74137931],[10636.437125749,16213.189655172],[10680.064157399,16209.74137931],[10576.556886228,16157.155172414],[10650.979469632,16097.672413793],[10690.743370402,16006.870689655],[10640.714285714,15973.534482759],[10727.704875962,16043.244827586],[10707.43798118,16133.879310345],[10727.968349016,16123.534482759],[10709.148845167,16101.982758621],[10717.131736527,16174.746551724],[10675.786997434,16168.362068966],[10585.966638152,16220.948275862],[10619.328485885,16203.706896552],[10648.413173653,16238.189655172],[10631.30453379,16250.25862069],[10548.327630453,16280.431034483],[10648.413173653,15978.706896552],[10693.080410607,16084.279310345],[10552.604790419,16109.74137931],[10604.786142002,16124.396551724],[10571.424294269,16074.396551724],[10580.834046193,16095.948275862],[10584.387510693,16004.243103448],[10639.003421728,16127.844827586],[10628.73823781,16153.706896552],[10620.110350727,16011.720689655],[10525.393498717,16351.012068966],[10586.298545766,16305.067241379],[10542.639007699,16408.70862069],[10608.5106929,16398.39137931],[10594.520958084,16449.396551724],[10660.621899059,16468.156896552],[10828.909324209,16636.465517241],[10790.414884517,16659.74137931],[10751.920444825,16737.327586207],[10820.811804962,16747.568965517],[10887.934131737,16712.327586207],[10902.47647562,16664.051724138],[10856.28314799,16614.051724138],[10771.721984602,16068.274137931],[10775.858853721,16054.924137931],[10773.335329341,16039.601724138],[10731.390076989,16147.672413793],[10750.794696322,16070.936206897],[10745.076988879,16095.948275862],[10763.896492729,16133.017241379],[10761.330196749,16105.431034483],[10748.967493584,16113.575862069],[10797.258340462,16132.155172414],[10774.161676647,16190.775862069],[10775.01710864,16151.982758621],[10821.21043627,16188.189655172],[10831.475620188,16170.948275862],[10794.692044482,16172.672413793],[10801.535500428,16164.051724138],[10921.29597947,16275.25862069],[10851.150556031,16206.293103448],[10830.620188195,16229.568965517],[10905.0427716,16251.982758621],[10810.945252352,16219.224137931],[10750.779298546,16254.034482759],[10843.451668092,16211.465517241],[10833.186484175,16211.465517241],[10879.619332763,16219.54137931],[10894.777587682,16230.431034483],[10919.585115483,16261.465517241],[10808.722840034,16284.624137931],[10875.848588537,16299.25],[10911.886227545,16265.775862069],[10876.645851155,16363.275862069],[10933.272027374,16418.362068966],[10953.80239521,16395.948275862],[10948.669803251,16379.568965517],[10940.970915312,16394.224137931],[10929.850299401,16465.775862069],[10918.72968349,16485.603448276],[10952.946963216,16420.086206897],[10936.693755346,16480.431034483],[10896.488451668,16526.120689655],[10787.595380667,16498.418965517],[10817.74251497,16437.875862069],[10766.625320787,16421.481034483]], + "20092":[[9521.8314798973,16695.517241379],[9575.1129170231,16650.620689655],[9635.24465355,16692.362068966],[9485.6501283148,16641.310344828],[9537.3849443969,17262.620689655],[9355.4824636441,17154.74137931],[9492.7416595381,17335.862068966],[9547.9375534645,17345],[9522.5757057314,17298.034482759],[9820.1077844311,17414.948275862],[9774.8342172797,17380.775862069],[9791.9486740804,17341.896551724],[9849.3569888794,17372.724137931],[9753.2282292558,17308.051724138],[9810.4711719418,16880.672413793],[9836.7972626176,16912.086206897],[9177.7065868263,17082.965517241],[9199.8160821215,17151.448275862],[9223.3045337896,17104.155172414],[9250.7125748503,17148.137931034],[9295.2891360137,17203.362068966],[9322.1137724551,17134.586206897],[9585.6586826347,17283.310344828],[9353.2891360137,17213.189655172],[9601.7733105218,16599.189655172],[9280.3002566296,17018.879310345],[9333.3370402053,17089.25862069],[9221.6056458512,17038.551724138],[9267.4396920445,17066.724137931],[9295.1505560308,17110.862068966],[9354.996578272,16550.139655172],[9350.130881095,16519.874137931],[9372.9161676647,16490.843103448],[9292.8579982891,16515.289655172],[9292.7365269461,16556.413793103],[9135.0376390077,16496.634482759],[9090.255774166,16508.181034483],[9049.6107784431,16458.879310345],[9084.0641573995,16467.729310345],[9126.2968349016,16459.943103448],[9017.9597946963,16411.465517241],[9003.9426860565,16431.803448276],[9067.6911890505,16414.994827586],[9286.753635586,16403.701724138],[9331.0479041916,16400.25862069],[9294.6817792985,16326.55862069],[9134.0983746792,16169.403448276],[9115.4790419162,16393.362068966],[9151.9632164243,16423.881034483],[9347.4242942686,16047.986206897],[9327.754491018,16035.286206897],[9323.3490162532,16004.568965517],[9246.9657827203,15994.44137931],[9357.7339606501,15969.829310345],[9394.3498716852,15928.706896552],[9456.4473909324,15898.74137931],[9601.3815226689,15998.096551724],[9628.7005988024,16037.967241379],[9433.0838323353,15989.748275862],[9121.3250641574,16029.243103448],[9095.0975192472,16078.237931034],[9080.4388366125,16142.213793103],[9074.6458511548,16056.013793103],[9027.9905902481,16100.003448276],[9014.3447390932,16120.386206897],[9043.622754491,16114.913793103],[8989.4739093242,16184.339655172],[9041.9580838323,16191.015517241],[9079.99572284,16187.00862069],[8991.3592814371,16210.520689655],[9016.2968349016,16263.444827586],[9502.0436270317,15909.467241379],[8861.8982035928,16277.94137931],[8904.1035072712,16274.896551724],[8799.6757912746,16255.572413793],[8882.3088109495,16132.981034483],[8854.372112917,16188.253448276],[8842.745081266,16206.113793103],[8966.6852010265,16084.034482759],[8951.7818648417,16129.539655172],[8935.1026518392,16127.768965517],[8943.1762189906,16196.682758621],[8969.1608212147,16163.384482759],[8919.5851154833,16184.74137931],[8905.629597947,16110.544827586],[8873.9512403764,16070.394827586],[8855.1129170231,16213.498275862],[8932.245508982,16238.277586207],[8950.7125748503,16272.612068966],[9866.4037639008,17409.362068966],[9895.1538066724,16945.551724138],[9880.1743370402,16856.086206897],[10060.336184773,16647.017241379],[10104.53635586,16642.431034483],[10268.435414885,17356.120689655],[10273.834901625,17275.913793103],[10382.175363559,17289.413793103],[10439.946107784,17291.982758621],[10350.497005988,17229.137931034],[10698.531223268,16962.5],[10651.747647562,16994.724137931],[10498.464499572,16847.086206897],[10586.471343028,16848.74137931],[10600.276304534,16784.517241379],[10475.285714286,16919.396551724],[10575.256629598,16915.568965517],[10302.645851155,16699.034482759],[10261.757912746,16640.775862069],[10231.720273738,16699.172413793],[10136.887082977,16703.724137931],[10181.887938409,16632.862068966],[10422.9572284,17007.862068966],[10312.396065013,16986.137931034],[10350.722840034,17015.775862069],[10332.402908469,16954.948275862],[10260.902480753,16999.396551724],[10171.4465355,16884.724137931],[10218.72968349,16929.189655172],[10147.870829769,16821.034482759],[9952.9469632164,16989.913793103],[10108.363558597,16570.948275862],[10145.516680924,16463.984482759],[10199.318220701,16463.060344828],[10481.603934987,16207.155172414],[10658.269461078,16039.20862069],[10694.606501283,16263.189655172],[10461.160821215,16096.667241379],[10502.565440547,16168.424137931],[10592.834046193,16018.448275862],[10475.615911035,16143.362068966],[10628.336184773,15998.753448276],[10495.872540633,16070.468965517],[10512.50213858,16037.393103448],[10189.046193328,16570.948275862],[10259.367835757,16568.724137931],[10173.191616766,16519.137931034],[10230.50213858,16508.563793103],[10136.25748503,16586.75862069],[10517.816082121,16257.412068966],[10530.372112917,16314.682758621],[10564.580838323,16272.672413793],[10599.342172797,16323.567241379],[10624.096663815,16279.775862069],[10506.868263473,16414.094827586],[10565.376390077,16424.453448276],[10494.56201882,16482.25862069],[10608.642429427,16439.198275862],[10652.690333618,16397.672413793],[10555.171086399,16533.017241379],[10627.027373824,16500.25862069],[10566.192472198,16483.389655172],[10694.808383234,16594.810344828],[10680.113772455,16461.879310345],[10716.478186484,16451.767241379],[10711.980325064,16392.163793103],[10686.076133447,16538.506896552],[10901.73396065,16602.362068966],[10939.54918734,16632.965517241],[10975.138579983,16683.844827586],[10984.690333618,16638.017241379],[10884.512403764,16174.396551724],[10858.849443969,16148.534482759],[10869.402053037,16034.175862069],[10859.797262618,16096.229310345],[10842.842600513,16071.860344828],[10821.408896493,16053.74137931],[10832.615055603,16011.643103448],[10808.786142002,15984.306896552],[10784.75534645,16024.518965517],[10790.722840034,15920.212068966],[10920.443969204,16147.724137931],[10918.861420017,16081.094827586],[10880.247219846,16118.90862069],[10760.170230967,15977.939655172],[10763.896492729,16238.189655172],[10786.264328486,16284.624137931],[10862.736526946,16311.90862069],[10855.51497006,16359.556896552],[10986.420017109,16461.613793103],[10999.99572284,16503.706896552],[10972.396065013,16489.603448276],[10973.655260907,16534.684482759],[10892.473053892,16568.74137931],[10834.774165954,16503.710344828],[10775.426005133,16463.131034483],[10850.295124038,16433.879310345],[10784.426860565,16545.086206897],[10926.151411463,16584.913793103],[10743.130025663,16382.032758621]], + "20101":[[7260.4747647562,18187.879310345],[7292.5363558597,18188.103448276],[7265.8297690334,18213.913793103],[7265.1967493584,18234.275862069],[7279.8588537211,18205.431034483],[7266.0350727117,18258.879310345],[7264.6150556031,18254.879310345],[6358.4217279726,17121.810344828],[6354.7775876818,17150.965517241],[6368.3960650128,17178.396551724],[6382.3567151411,17159.534482759],[6422.2198460222,17965.206896552],[6460.1497005988,17966.982758621],[6442.0829769033,18154.965517241],[7208.7211291702,18179.568965517],[7194.1787852866,18273.534482759],[6373.870829769,17660.844827586],[6398.627031651,17672.672413793],[7138.1479897348,18362.517241379],[7149.6963216424,18364.051724138],[6337.8913601369,17137.327586207],[6328.4816082121,17113.189655172],[6345.5902480753,17122.672413793],[6350.4491017964,17192.620689655],[5918.7296834902,17450.25862069],[5852.5192472198,17436.810344828],[5847.0444824636,17453.189655172],[5802.7331052181,17455.24137931],[5858.6099230111,17454.724137931],[5879.6706586826,17462.155172414],[5860.8853721129,17452.017241379],[5856.8477331052,17450.931034483],[5940.6116338751,17443.103448276],[5873.3917878529,17414.051724138],[5897.3438836612,17428.706896552],[5944.3242087254,17421.034482759],[5954.6578272027,17388.189655172],[5952.0915312233,17388.189655172],[5942.6817792985,17386.465517241],[5940.9709153122,17396.810344828],[5955.8212147134,17387.482758621],[5955.8212147134,17396.206896552],[5972.7416595381,17412.137931034],[5955.3250641574,17410],[5910.1753635586,17377.844827586],[5861.5355004277,17351.948275862],[5863.8280581694,17349.24137931],[5978.9520958084,17352.310344828],[5989.9358426005,17361.827586207],[5917.0188195038,17274.396551724],[5930.7741659538,17273.017241379],[5926.7365269461,17271.931034483],[5928.498716852,17275.74137931],[5869.0633019675,17276.913793103],[5881.0735671514,17210.344827586],[5868.9093242087,17236.068965517],[5869.5252352438,17208.793103448],[5879.3113772455,17206.534482759],[5893.1522668948,17242.034482759],[5881.0906757913,17208.017241379],[5905.0427715997,17207.810344828],[6162.7159965783,17209.689655172],[6168.3447390932,17233.344827586],[6153.8537211292,17249.120689655],[6141.2617621899,17253.603448276],[6148.2763045338,17144.051724138],[6138.5757057314,17129.568965517],[6261.5355004277,17974.689655172],[6344.7348160821,17488.189655172],[6337.0359281437,17525.25862069],[3814.6065012831,14833.39537931],[3810.9452523524,14835.603448276],[3814.3669803251,14838.189655172],[3823.7596236099,14859.578275862],[3802.0658682635,14883.757413793],[3882.630453379,14878.315],[3875.1026518392,14864.913793103],[3984.0846877673,14867.443965517],[4061.3130881095,14856.645344828],[4126.9931565441,14865.832068966],[4125.744225834,14870.086206897],[3720.2694610778,14846.810344828]], + "20102":[[6459.6535500428,18157.275862069],[5898.1993156544,17364.913793103],[5824.6321642429,17199.396551724],[5858.8494439692,17108.017241379],[5851.1847733105,17071.534482759],[5831.5440547476,17059.551724138],[5879.0205303678,17011.586206897],[5889.6449957228,17009.74137931],[6115.496150556,17145.517241379],[6127.5406330197,17268.396551724],[6134.5380667237,17226.672413793],[6080.9709153122,17235.913793103],[6072.2112917023,17153.982758621],[6033.4088964927,17149.206896552],[6162.5278015398,17068.362068966],[6096.0094097519,17079.982758621],[5893.374679213,16876.74137931],[5982.9555175364,17028.120689655],[5886.0350727117,16831.637931034],[5815.2395209581,16854.517241379],[5800.6458511548,16992.603448276],[5803.6569717707,16935.965517241]], + "20107":[[6513.374679213,17609.379310345],[6510.5517536356,17588.74137931],[6455.4277159966,17697.24137931],[6443.9649272883,17643.362068966],[6431.5782720274,17658.672413793],[6174.9828913601,16693.034482759],[6149.1830624465,16790.482758621],[6137.7202737382,16793.068965517],[6154.0932420873,16780.827586207],[6158.6099230111,16705.293103448],[6165.6586826347,16706.275862069],[6170.0727117194,16702.689655172],[6160.9880239521,16695.931034483],[6166.7707442258,16710],[6145.881094953,16797.775862069],[5820.9195893926,17172.293103448],[5816.3857998289,17161.327586207],[5812.7587681779,17167.25862069],[5810.9452523524,17173.534482759],[5763.8964927288,17204.568965517],[5764.5637296835,17195.568965517],[5769.0290846878,17195.086206897],[5772.7245508982,17200.603448276],[5768.1907613345,17189.637931034],[5809.1659538067,17172.017241379],[5817.2070145423,17166.672413793],[5760.9709153122,17200.327586207],[5806.6680923867,17101.982758621],[5956.3686911891,17062.327586207],[5970.9452523524,17082.482758621],[5995.0513259196,17063.982758621],[6031.3216424294,17084.034482759],[6081.2617621899,17219.224137931],[6059.5337895637,17149.775862069],[5965.4533789564,17030.310344828],[5978.6099230111,17021.810344828],[5850.1753635586,16958.448275862],[6021.5868263473,17036.206896552],[6063.7082976903,17028.120689655],[6051.2189905902,16999.379310345],[6076.129170231,17007.155172414],[6082.3909324209,17019.137931034],[5958.74679213,17092.75862069],[6046.1890504705,17118.362068966],[6085.8639863131,17167.362068966],[6099.6877673225,17171.086206897],[6116.3344739093,17177.844827586],[6095.9067579127,17211.844827586],[6099.2942686056,17159.517241379],[6111.1505560308,17202.517241379],[6085.2651839179,17146.844827586],[6118.0453378956,17118.362068966],[6099.2258340462,17123.534482759],[6106.3088109495,17109.948275862],[6112.0573139435,17081.293103448],[6102.4422583405,17059.155172414],[6078.9863130881,17082.482758621],[6097.0359281437,17042.5],[6106.1035072712,17228.655172414],[6083.1094952951,17185.948275862],[6139.0547476476,17182.827586207],[6123.1779298546,17132.155172414],[6058.4559452524,17211.465517241],[6020.252352438,17127.24137931],[6044.1017964072,17070.896551724],[6067.4379811805,17011.551724138],[6082.750213858,17040.293103448],[6020.372112917,17099.603448276],[5850.3122326775,16968.931034483],[5855.2737382378,16916.534482759],[5898.7296834902,16919.051724138],[5893.9221556886,16918.362068966],[5927.9854576561,16897.137931034],[5906.753635586,16939.913793103],[5962.3567151411,16889.913793103],[5928.994867408,16925.25862069],[5954.3669803251,16884.120689655],[5941.5697177074,16874.431034483],[5933.6142001711,16892.051724138],[5967.4893071001,16937.327586207],[5898.1993156544,16911.465517241],[5933.3575705731,16862.810344828],[5987.5577416595,16883.879310345],[5847.0786997434,16962.448275862],[5853.2207014542,16971.517241379],[5857.8400342173,16962.068965517],[5797.3267750214,16942.24137931],[5847.2326775021,16921.879310345],[5807.7801539778,16878.482758621],[5850.2951240376,16917.5],[5836.1462788708,16895.810344828],[5850.1582549187,16926.275862069],[5858.9863130881,16922.155172414],[5843.6569717707,16864.724137931],[5847.4893071001,16841.448275862],[5926.1377245509,16861.172413793],[5898.6099230111,16857.586206897],[5934.7091531223,16860.25862069],[5933.1009409752,16847.137931034],[5995.7185628743,16881.293103448],[5854.4525235244,16911.189655172],[5847.9170230967,16837.086206897],[5849.0290846878,16843.25862069],[5852.8956372968,16842.086206897],[5755.9923011121,16965.689655172],[5806.2061591104,16908.724137931],[5786.1548331908,16896.982758621],[5744.6150556031,16965.844827586],[5677.0530367836,16841.603448276],[5698.0282292558,17071.810344828],[5696.8477331052,17066.551724138],[5701.3815226689,17077.517241379],[5720.4576561163,17109.775862069],[5799.7048759624,17098.862068966],[5804.5808383234,17093.034482759],[5689.4739093242,17076.982758621],[5657.1556886228,17074.879310345],[5692.5534644996,17081.620689655],[5693.2207014542,17072.465517241],[5691.2703165098,17032.448275862],[6297.9597946963,17926.982758621],[6343.5201026518,17503.206896552],[6327.9170230967,17498.844827586],[6328.4816082121,17539.913793103]], + "20108":[[6387.5064157399,18320.948275862],[6407.1813515825,18227.844827586],[5859.3627031651,18009.517241379],[5819.7390932421,18043.931034483],[5894.0076988879,18082.586206897],[5786.4627887083,17979.75862069],[5800.6116338751,18008.25862069],[5707.1813515825,17849.672413793],[5659.3627031651,17751.275862069],[5738.5243798118,17858.931034483],[5631.9546621044,17772.448275862],[6202.8186484175,18324.982758621],[6347.9854576561,18354.913793103],[6228.8922155689,18047.344827586],[5880.372112917,18106.965517241],[5788.4816082121,18134.25862069],[5695.6330196749,18074.775862069],[5678.7125748503,18085.293103448],[5644.9743370402,17990.810344828],[5631.4242942686,17952.75862069],[5783.4858853721,17552.413793103],[5769.1488451668,18182.931034483],[5838.8494439692,18178.568965517],[5803.7596236099,18169.344827586],[5887.5064157399,17524.706896552],[5923.1437125749,17490.293103448],[5856.1804961506,17574.137931034],[5895.6159110351,17517.327586207],[6100.1325919589,18625.310344828],[6145.4191616766,18633.879310345],[6243.622754491,18617.431034483],[6203.6056458512,18568.465517241],[6163.4174508127,18515.413793103],[6170.4662104363,18462.689655172],[6309.6621043627,18407.155172414]], + "20108":[[6387.5064157399,18320.948275862],[6407.1813515825,18227.844827586],[5859.3627031651,18009.517241379],[5819.7390932421,18043.931034483],[5894.0076988879,18082.586206897],[5786.4627887083,17979.75862069],[5800.6116338751,18008.25862069],[5707.1813515825,17849.672413793],[5659.3627031651,17751.275862069],[5738.5243798118,17858.931034483],[5631.9546621044,17772.448275862],[6202.8186484175,18324.982758621],[6347.9854576561,18354.913793103],[6228.8922155689,18047.344827586],[5880.372112917,18106.965517241],[5788.4816082121,18134.25862069],[5695.6330196749,18074.775862069],[5678.7125748503,18085.293103448],[5644.9743370402,17990.810344828],[5631.4242942686,17952.75862069],[5783.4858853721,17552.413793103],[5769.1488451668,18182.931034483],[5838.8494439692,18178.568965517],[5803.7596236099,18169.344827586],[5887.5064157399,17524.706896552],[5923.1437125749,17490.293103448],[5856.1804961506,17574.137931034],[5895.6159110351,17517.327586207],[6100.1325919589,18625.310344828],[6145.4191616766,18633.879310345],[6243.622754491,18617.431034483],[6203.6056458512,18568.465517241],[6163.4174508127,18515.413793103],[6170.4662104363,18462.689655172],[6309.6621043627,18407.155172414]], + "20109":[[4531.8349016253,19183.155172414],[4432.9811804962,19171.603448276],[4451.0992301112,19050.724137931],[4437.4636441403,19041.327586207],[4437.8571428571,19024.448275862],[4419.3969204448,19172.293103448],[4441.9461077844,19195.844827586],[4399.1402908469,19026.862068966],[4376.1976047904,19164.24137931],[4206.1548331908,19030.431034483],[4068.0710008554,18974.620689655],[4077.7202737382,18990.724137931],[4111.9717707442,18991.051724138],[4121.4670658683,19009.689655172],[4110.3464499572,18974.396551724],[4154.9486740804,19026.672413793],[4033.3575705731,19024.396551724],[4049.5423438837,18977.155172414],[4035.8041060736,19002.034482759],[3772.0230966638,19314.75862069],[3784.9743370402,19344.189655172],[3736.4542343884,19379.75862069],[3755.2395209581,19463.879310345],[3751.0650128315,19501.982758621],[3775.872540633,19503.706896552],[3724.5466210436,19333.017241379],[3756.2831479897,19361.844827586],[3732.5192472198,19547.448275862],[3798.2164242943,19540.344827586],[3823.5885372113,19541.586206897],[3774.1616766467,19543.362068966],[3797.5662959795,19492.655172414],[3857.378100941,19532.396551724],[3852.7758768178,19480.913793103],[3834.8460222412,19512.896551724],[3880.5260906758,19491.965517241],[3891.6124893071,19418.068965517],[3918.0282292558,19537.586206897],[3904.1873396065,19546.810344828],[3938.2164242943,19536.482758621],[3907.3866552609,19524.982758621],[3876.8135158255,19558.396551724],[3928.7040205304,19565.017241379],[3905.5218135158,19505.568965517],[3929.7989734816,19476.775862069],[3940.2010265184,19507.293103448],[3913.5970915312,19439.051724138],[3891.3216424294,19453.551724138],[3980.7313943541,19521.137931034],[3975.1881950385,19561.086206897],[4015.9923011121,19546.913793103],[4030.500427716,19523.879310345],[4026.5141146279,19564.913793103],[4048.7382378101,19494.086206897],[4022.0658682635,19475.551724138],[4033.3575705731,19417.5],[4078.6783575706,19534.465517241],[4112.4508126604,19513.206896552],[4123.502994012,19552.689655172],[4155.6843455945,19540.775862069],[4128.1907613345,19490.25862069],[4144.5637296835,19518.362068966],[4181.8434559453,19510.172413793],[4224.0846877673,19501],[4060.1325919589,19440.724137931],[4301.124893071,19480.862068966],[4329.3028229256,19492.465517241],[4330.1924721985,19459.74137931],[4342.4251497006,19508.24137931],[4405.5560307956,19496.396551724],[4439.5680068435,19517],[4367.3182207015,19492.293103448],[4390.9281437126,19464.051724138],[4387.2155688623,19516.965517241],[4413.0496150556,19447.706896552],[4414.3669803251,19405.844827586],[4465.0085543199,19496.24137931],[4433.8537211292,19470.568965517],[4478.0624465355,19437.655172414],[4453.0838323353,19414.189655172],[4439.379811805,19393.965517241],[4480.4747647562,19378.862068966],[4372.6390076989,19529.189655172],[4514.503849444,19441.620689655],[4532.5363558597,19449.689655172],[4526.4114627887,19413.706896552],[4475.6159110351,19456.293103448],[3711.2874251497,19401.982758621],[3673.6484174508,19316.137931034],[3669.0119760479,19456.413793103],[3692.9469632164,19459.913793103],[3666.4456800684,19410.25862069],[3702.630453379,19502.603448276],[3681.7750213858,19513.189655172],[3618.1479897348,19475.068965517],[3643.8109495295,19501.24137931],[3670.9110350727,19481.448275862],[3669.4225834046,19503.5],[3640.9880239521,19437.051724138],[3624.4610778443,19372.672413793],[3618.2848588537,19390.724137931],[3699.756201882,19551.568965517]], + "20152":[[4414.0248075278,19037.327586207],[4326.9076133447,19027.120689655],[4313.0838323353,19011.465517241],[4177.0701454234,19162.327586207],[4139.4311377246,19103.034482759],[4097.6005132592,19027.827586207],[4136.4884516681,19017.120689655],[4002.6646706587,19176.068965517],[4020.5260906758,19092.5],[3818.7810094098,19093.465517241],[3808.6698032506,19052.775862069],[3795.7356715141,19234.637931034],[3781.9803250642,18980.051724138],[3809.0461933276,19001.310344828],[3726.5483319076,18949.724137931],[3744.2215568862,19319.224137931],[3809.7305389222,19349.879310345],[3760.6116338751,19520.931034483],[3820.7998289136,19495.379310345],[3747.2840034217,19404.982758621],[3764.7005988024,19385.155172414],[3890.6030795552,19522.206896552],[3886.1719418306,19474.775862069],[3778.1137724551,19481.827586207],[3967.4721984602,19493.120689655],[4000.7313943541,19467.431034483],[4063.5372112917,19518.775862069],[4087.6775021386,19346.568965517],[4344.7348160821,19436.293103448],[4345.3165098375,19423.775862069],[4368.3960650128,19462.413793103],[4295.119760479,19506.293103448],[4309.6449957228,19464.5],[4374.7262617622,19503.948275862],[4392.6390076989,19426.120689655],[4403.1094952951,19455.24137931],[4446.120615911,19415.293103448],[4462.373823781,19412.75862069],[4386.8391787853,19420.137931034],[3849.2686056459,16368.882758621],[3943.7425149701,16328.793103448],[3766.4627887083,16364.051724138],[3995.2737382378,16285.855172414],[4020.1154833191,16299.048275862],[3727.9683490163,16376.982758621],[3736.4029084688,16337.003448276],[3909.0633019675,16415.170689655],[3729.5081266039,16256.898275862],[3745.9324208725,16293.362068966],[3803.4687767323,16393.922413793],[3804.6321642429,16306.405172414],[3863.9136013687,16388.172413793],[3358.9349871685,17308.034482759],[3366.5483319076,17288.465517241],[3351.9033361848,17294.655172414],[3381.3473053892,17294.120689655],[3338.3532934132,17303.344827586],[3343.0239520958,17287.051724138],[3438.4901625321,17187.74137931],[3466.3601368691,17149.465517241],[3464.495295124,17098.534482759],[3440.1154833191,17096],[3471.0307955518,17063.793103448],[3481.3130881095,17011.155172414],[3480.0983746792,17005.620689655],[3475.2395209581,17004.362068966],[3479.6022241232,17016.137931034],[3473.6484174508,17013.982758621],[3482.0316509837,17030.965517241],[3449.2172797263,17008.568965517],[3492.4508126604,17008.948275862],[3454.3840889649,17040.465517241],[3465.6415739949,17122.517241379],[3490.3293413174,16922.586206897],[3555.496150556,16888.724137931],[3567.9341317365,16890.017241379],[3678.9007698888,16842.310344828],[3702.6475620188,16784.344827586],[3696.1976047904,16784.465517241],[3693.7339606501,16792.5],[3697.4636441403,16790.051724138],[3697.1727972626,16795.086206897],[3694.6065012831,16778.706896552],[3697.1727972626,16778.706896552],[3688.6184773311,16764.051724138],[3668.3447390932,16774.017241379],[3665.2651839179,16688.982758621],[3668.9435414885,16779.568965517],[3660.6971770744,16656.465517241],[3653.4260051326,16673.948275862],[3656.745081266,16659.689655172],[3642.2027373824,16714.344827586],[3665.4362703165,16665.551724138],[3657.9769033362,16628.637931034],[3645.6757912746,16595.931034483],[3285.1625320787,16656.862068966],[3354.5380667237,16638.482758621],[3362.4935842601,16650.413793103],[3338.8323353293,16641.172413793],[3309.1488451668,16663.706896552],[3316.3857998289,16663.810344828],[3334.4696321642,16667.620689655],[3363.5543199316,16665.775862069],[3349.1830624465,16673.775862069],[3360.4576561163,16692.482758621],[3326.3943541488,16692.620689655],[3521.7921300257,16603.068965517],[3549.5594525235,16669.293103448],[3519.0205303678,16597.293103448],[3550.7741659538,16662.224137931],[3543.8451668092,16662.5],[3462.6133447391,16649.068965517],[3474.880239521,16639.5],[3513.6826347305,16604.448275862],[3471.5440547476,16636.431034483],[3461.9803250642,16610.637931034],[3466.2061591104,16635.603448276],[3471.25320787,16639.310344828],[3460.2010265184,16649.293103448],[3464.1873396065,16651.637931034],[3431.5611633875,16824.344827586],[3628.378956373,16781.775862069],[3603.879384089,16785],[3605.2651839179,16813],[3607.3866552609,16786.706896552],[3436.2660393499,16824.396551724],[3362.5962360992,16961.844827586],[3343.7425149701,17003.413793103],[3427.0102651839,17007.224137931],[3316.5226689478,16839.103448276],[3422.0487596236,16888.206896552],[3198.1993156544,16883.068965517],[3132.0915312233,16924.086206897],[3272.0230966638,17134.74137931],[3261.9803250642,17129.413793103],[3322.3567151411,17099.689655172],[3306.873396065,17087.672413793],[3345.7613344739,17082.724137931],[3329.3370402053,17078.706896552],[3298.8494439692,17088.086206897],[3311.8520102652,17085.74137931],[3260.252352438,17279.896551724],[3286.5141146279,17297.103448276],[3265.6757912746,17137.465517241],[3252.8614200171,17136.465517241],[3295.119760479,17265.775862069],[3310.5175363559,17276.982758621],[3321.2104362703,17284.137931034],[3321.0906757913,17274.310344828],[3302.6817792985,17278.655172414],[3291.5269461078,17282.275862069],[3397.5320786997,17202.086206897],[3402.5620188195,17226.275862069],[3408.1565440547,17226.827586207],[3399.1745081266,17231.068965517],[3407.1813515825,17193.931034483],[3431.1676646707,17148.793103448],[3440.2865697177,17143],[3436.0094097519,17148.637931034],[3435.4448246364,17143.155172414],[3435.4277159966,17091.051724138],[3435.4106073567,17141.637931034],[3430.2780153978,17144.224137931],[3439.2258340462,17147.465517241],[3460.0641573995,17116.603448276],[3448.1907613345,17016.344827586],[3456.8990590248,17020.896551724],[3721.9632164243,19206.465517241],[3712.5705731394,18978.706896552],[3563.999144568,19131.206896552],[3562.254063302,19072.120689655],[3705.7100085543,19240.25862069],[3704.0333618477,19287.827586207],[3675.7869974337,19382.844827586],[3695.2908468777,19357.189655172],[3714.8118049615,19432.24137931],[3692.8956372968,19492.5],[3642.3224978614,19364.344827586],[3713.8023952096,16233.044827586],[3629.8331907613,16591.948275862],[3641.4328485885,16567.155172414],[3627.8828058169,16576.120689655],[3612.5876817793,16561.706896552],[3673.3233532934,16337.762068966],[3687.7972626176,16331.281034483],[3684.9743370402,16361.196551724],[3589.251497006,16475.760344828],[3604.8032506416,16422.982758621],[3576.4542343884,16413.403448276],[3617.2070145423,16404.35862069],[3572.9469632164,16339.086206897],[3579.0718562874,16331.915517241],[3586.1890504705,16299.496551724],[3571.1163387511,16294.967241379],[3650.5517536356,16287.082758621],[3658.6783575706,16264.051724138],[3675.0342172797,16315.177586207],[3702.1856287425,16262.531034483],[3658.6441402908,16306.170689655],[3688.4302822926,16292.006896552],[3631.4585115483,16436.551724138],[3714.5551753636,16410.943103448],[3715.7698887938,16264.584482759],[3675.0684345595,16231.193103448],[3697.1899059025,16228.80862069],[3549.2343883661,16336.627586207],[3538.0795551754,16304.353448276],[3522.4764756202,16294.468965517],[3547.0444824636,16220.425862069],[3506.5483319076,16292.189655172],[3479.8930710009,16227.844827586],[3483.3147989735,16249.396551724],[3539.7733105218,16208.362068966],[3560.0812660394,16331.193103448],[3567.6603934987,16232.425862069],[3585.5389221557,16216.184482759],[3613.3917878529,16280.25862069],[3643.5714285714,16250.936206897],[3612.4165953807,16260.931034483],[3471.2360992301,16240.203448276],[3485.4533789564,16186.70862069],[3498.1993156544,16181.786206897],[3380.7313943541,16488.725862069],[3437.5149700599,16514.137931034],[3365.5218135158,16488.456896552],[3375.9067579127,16470.146551724],[3460.1325919589,16441.293103448]], + "20164":[[6573.9905902481,18150.25862069],[5806.1719418306,18154.344827586],[5735.8554319932,18127.017241379],[5692.8956372968,18118.362068966],[6347.6775021386,18598.896551724],[6320.372112917,18447.344827586]], + "20184":[[3850.7741659538,14521.294827586],[3876.4713430282,14467.14137931],[3849.6449957228,14526.882758621],[3846.9418306245,14577.59137931],[3854.2985457656,14576.660344828],[3833.9221556886,14600.196551724],[3889.1317365269,14573.624137931],[3889.6792130026,14582.722413793],[3899.0376390077,14579.30862069],[3862.9726261762,14624.453448276],[3881.0735671514,14631.918965517],[3850.3635585971,14622.5],[3913.5970915312,14620.948275862],[3888.5329341317,14624.70862069],[3832.6561163388,14608.567241379],[3828.9093242087,14605.431034483],[3790.620188195,14538.863793103],[3789.1146278871,14532.329310345],[3822.6646706587,14487.65862069],[3821.5868263473,14481.50862069],[3753.7168520103,14510.056896552],[3754.7946963216,14516.206896552],[3731.3387510693,14539.856896552],[3755.1881950385,14543.025862069],[3734.8460222412,14536.243103448],[3770.4491017964,14535.437931034],[3735.752780154,14468.69137931],[3763.9136013687,14500.668965517],[3724.4781864842,14470.574137931],[3732.2284003422,14532.948275862],[3755.5132591959,14548.670689655],[3730.5175363559,14473.184482759],[3743.0239520958,14765.215517241],[3772.4679213003,14726.054827586],[3751.1163387511,14821.332896552],[3821.2104362703,14763.189655172],[3817.1043627032,14751.894310345],[3767.2668947819,14790.037413793],[3873.4260051326,14792.859310345],[3867.5064157399,14791.572068966],[3853.2720273738,14793.014482759],[3896.7621899059,14809.719137931],[3897.121471343,14784.166206897],[3892.245508982,14811.819137931],[3903.622754491,14808.661206897],[3958.0795551754,14827.538586207],[3953.8023952096,14783.017241379],[3962.1171941831,14815.826810345],[3949.5423438837,14817.932465517],[3949.3883661249,14784.034482759],[3944.3413173653,14799.924310345],[3955.3079555175,14796.234137931],[3950.9110350727,14792.513448276],[3954.4011976048,14818.4005],[3895.9238665526,14771.150689655],[3899.9443969204,14770.10637931],[4045.0598802395,14828.44855],[4036.0436270317,14819.261396552],[4035.0855431993,14825.312172414],[4045.0256629598,14821.99662069],[4049.0290846878,14820.95237931],[3670.3635585971,14469.994827586],[3688.875106929,14519.706896552],[3698.2335329341,14516.293103448],[3674.7946963216,14471.153448276],[3682.5962360992,14474.201724138],[3681.5868263473,14477.486206897],[3676.0094097519,14478.605172414],[3660.748502994,14515.667241379],[3656.6937553465,14512.853448276],[3657.8571428571,14489.313793103],[3658.8836612489,14494.698275862],[3696.2831479897,14618.562068966],[3687.7288280582,14636.174137931],[3700.0812660394,14624.305172414],[3699.7733105218,14621.217241379],[3711.0136869119,14741.537241379],[3706.1719418306,14742.882413793]], + "20185":[[7261.2617621899,18262.534482759],[7255.5645851155,18248.586206897],[6371.4585115483,17135.948275862],[6434.7262617622,17682.224137931],[7151.1334473909,18357.603448276],[7144.5808383234,18367.896551724],[7153.3062446535,18363.931034483],[5631.0992301112,17309.431034483],[6319.7048759624,17110.103448276],[5847.7801539778,17444.620689655],[5853.4773310522,17458.568965517],[5805.8126603935,17451.982758621],[5807.5235243798,17459.74137931],[5799.379811805,17462.896551724],[5860.0470487596,17448.275862069],[5879.3284858854,17454.775862069],[5862.2027373824,17454.603448276],[5958.0453378956,17388.155172414],[5949.2343883661,17386.844827586],[5943.622754491,17378.172413793],[5949.3199315654,17392.120689655],[5912.8272027374,17412.189655172],[5974.3327630453,17389.051724138],[5862.9726261762,17345.5],[5996.7792985458,17338.103448276],[5917.6689478186,17265.637931034],[5929.8502994012,17269.224137931],[5932.4165953807,17275.25862069],[5923.3661248931,17279.586206897],[5865.1454234388,17351.827586207],[5856.1804961506,17360.603448276],[5875.9580838323,17214.051724138],[5883.6569717707,17210.603448276],[5870.2609067579,17200.24137931],[5882.8015397776,17203.706896552],[6188.9777587682,17204.827586207],[3822.254063302,14861.895],[3811.0821214713,14839.329534483],[3745.7613344739,14901.594655172],[3746.753635586,14904.473103448],[3803.6398631309,14886.058103448],[3877.2241231822,14865.463965517],[3886.7023096664,14876.817758621],[3920.4405474765,14834.74137931],[3983.7425149701,14870.086206897],[4129.3883661249,14869.104310345],[3884.4439692044,14471.398275862],[3872.6047904192,14470.070689655],[3847.8828058169,14525.013793103],[3851.4071856287,14580.393103448],[3860.0812660394,14628.172413793],[3913.7168520103,14627.451724138],[3881.8092386655,14624.853448276],[3824.9230111206,14610.20862069],[3820.4063301967,14484.381034483],[3752.5363558597,14512.929310345],[3760.8853721129,14504.562068966],[3729.4225834046,14537.39137931],[3731.3900769889,14466.003448276],[3742.2882805817,14767.884827586],[3771.8006843456,14729.130689655],[3748.2249786142,14825.050775862],[3767.8999144568,14793.844655172],[3809.1317365269,14826.887103448],[3781.3644140291,14720.611034483],[3816.9332763045,14755.431034483],[3852.621899059,14796.090344828],[3868.498716852,14795.163275862],[3902.6988879384,14803.490517241],[3893.9563729683,14816.630413793],[3947.9512403764,14819.707551724],[3956.2318220701,14780.224137931],[3956.1804961506,14827.87162069],[3951.1334473909,14786.475344828],[3897.49786142,14773.472586207],[3904.6834901625,14765.319655172],[4046.5996578272,14824.338051724],[4052.1770744226,14818.362068966],[3718.7810094098,14849.468448276],[3718.0282292558,14843.339482759],[3687.6946107784,14522.575862069],[3656.3002566296,14492.677586207],[3683.7082976903,14634.081034483]], + "20210":[[6406.3259195894,14833.017241379],[6376.0436270317,14841.18837931],[6280.4918733961,15020.90862069],[6046.0692899914,15045.967241379],[6174.503849444,14837.327586207],[6347.4379811805,14775.52],[6215.5645851155,14722.672413793],[6338.8494439692,14718.535689655]], + "20228":[[8051.3216424294,16120.086206897],[8018.8152266895,16042.5],[7893.4602224123,16164.94137931],[7868.7211291702,16150.093103448],[7938.5757057314,16097.543103448],[7950.4148845167,16179.074137931],[7966.4798973482,16267.218965517],[8010.0898203593,16227.987931034],[8046.2232677502,16277.110344828],[8621.745936698,16632.75862069],[8668.4439692044,16601.413793103],[8618.6561163388,16671.948275862],[8418.3926432849,16753.275862069],[8475.0153977759,16652.017241379],[8438.2164242943,16660.465517241],[8478.0881094953,16683.844827586],[8437.1710863986,16788.310344828],[8332.1633875107,16165.898275862],[8532.7639007699,16160.981034483],[8571.0171086399,16122.817241379],[8439.0068434559,16360.982758621],[8376.9726261762,16583.534482759],[8662.1599657827,16522.25],[8673.8417450813,16529.718965517],[8676.7108639863,16482.801724138],[8115.9923011121,16416.406896552],[8171.0821214713,16173.534482759],[8216.9144568007,16141.748275862],[8336.1753635586,16524.49137931]], + "20230":[[8461.5406330197,16600.310344828],[8421.9478186484,16636.534482759],[8432.2643284859,16626.051724138],[8493.8366124893,16610.913793103],[8265.2395209581,17255.965517241],[8263.9443969204,17241.189655172],[8248.9863130881,17255.068965517],[8259.7048759624,16672.379310345],[8250.0692899914,16716.465517241],[8269.0975192472,16747.75862069],[8265.3507271172,16725.137931034],[8295.747647562,16749.482758621],[8311.0718562874,17049.913793103],[8311.8828058169,17073.310344828],[8294.8306244654,17063],[8284.1017964072,17113.051724138],[8299.3969204448,17120.086206897],[8289.9871685201,17157.155172414],[8342.255774166,16951.827586207],[8346.3840889649,16979.413793103],[8300.8870829769,16888.293103448],[8317.0975192472,16920.913793103],[8320.6441402908,16889.913793103],[8325.9153122327,16919.224137931],[8282.6834901625,16850.672413793],[8296.8614200171,16837.655172414],[8286.0727117194,16810.24137931],[8273.7339606501,16795.948275862],[8335.1163387511,16718.206896552],[8344.1017964072,16700.482758621],[8365.2651839179,16676.982758621],[8314.4559452524,16700.155172414],[8290.3327630453,16688.551724138],[8258.7707442258,16677.620689655],[8396.0333618477,16644.275862069],[8562.9914456801,16382.398275862],[8499.499572284,16463.972413793],[8503.8862275449,16438.927586207],[8481.5645851155,16453.098275862],[8466.2763045338,16493.04137931],[8517.8845166809,16538.963793103],[8477.0239520958,16565.275862069],[8491.9580838323,16560.948275862],[8526.9692044482,16415.270689655],[8482.8665526091,16544.701724138],[8485.6689478186,16509.903448276],[8492.5722840034,16495.517241379],[8507.9820359281,16592.879310345]], + "20246":[[6717.874251497,17433.103448276],[6718.130881095,17404.75862069],[6749.6621043627,17378.551724138],[6778.6612489307,17353.603448276],[6724.5979469632,17157.74137931],[6767.2155688623,17296.965517241],[6759.619332763,17210.603448276],[6770.8597091531,17251.344827586],[6742.5106928999,17193.362068966],[6743.6056458512,17123.517241379],[6838.5072711719,17269.982758621],[6791.3216424294,17247.844827586],[6750.0213857998,17079.344827586],[6774.8118049615,17001.051724138],[6767.9341317365,16952.293103448],[6753.9734816082,16967.344827586],[6862.5620188195,17281.672413793],[6706.7365269461,17537.086206897],[6702.4422583405,17484.189655172]], + "20247":[[7453.8366124893,14888.707931034],[7445.9153122327,14876.040172414],[7425.6073567151,14902.372241379],[7436.5226689478,14905.802586207],[7443.3490162532,14903.083103448],[7448.6013686912,14895.424310345],[7407.130025663,14843.44987931],[7414.623609923,14847.105862069],[7405.6073567151,14856.381896552],[7422.3396065013,14881.827241379],[7621.6552609068,16027.743103448],[7303.6740804106,16226.120689655],[7296.8306244654,16203.706896552],[7358.8323353293,16110.451724138],[7360.9195893926,16069.437931034],[7537.4123182207,15997.705172414],[7616.8990590248,16106.803448276],[7617.0188195038,16114.286206897],[7618.1479897348,16098.856896552],[6710.2437981181,17467.224137931],[6723.6740804106,17372.586206897],[6740.7998289136,17399.396551724],[6643.2805816938,17153.706896552],[6635.0513259196,17129.948275862],[6696.5568862275,17112.620689655],[6800.372112917,17215.034482759],[6416.6595380667,16727.362068966],[6454.3327630453,16707.879310345],[6380.6629597947,16722.810344828],[6358.1993156544,16705.931034483],[6386.6167664671,16664.189655172],[6424.4610778443,16697],[6409.9871685201,16654.155172414],[6480.8511548332,16671.672413793],[6719.3627031651,17401.586206897],[6720.7313943541,17395.310344828],[6748.4302822926,17397.862068966],[6735.496150556,17370.068965517],[6745.8982035928,17405.172413793],[6754.247219846,17380.379310345],[6755.1368691189,17383.344827586],[6776.5226689478,17377.379310345],[6763.5885372113,17387.189655172],[6735.3079555175,17387.448275862],[6736.7964071856,17380.017241379],[6729.1146278871,17389.603448276],[6736.2831479897,17401],[6727.0102651839,17101.396551724],[6719.2600513259,17119.896551724],[6715,17139.25862069],[6790.380667237,17217.137931034],[6728.4131736527,17485.827586207],[6725.3849443969,17484.793103448],[6708.9777587682,17481.344827586],[7105.504704876,14958.67362069],[7085.9495295124,14970.672758621],[7090.8254918734,14945.759482759],[7096.1120615911,14952.063448276],[7101.1933276305,14946.442068966],[7093.9905902481,14937.826206897],[7083.5714285714,14953.923103448],[7100.5260906758,14978.783103448],[7109.251497006,14965.692931034],[6321.6381522669,15047.672413793],[6301.124893071,15077.948275862],[6298.5414884517,15056.293103448],[6329.3370402053,15064.913793103],[6321.6381522669,15058.879310345],[6237.3952095808,15097.64137931],[6241.6381522669,15096.384482759],[6225.9324208725,15093.668965517],[6217.6860564585,15086.65862069],[6048.75534645,14983.879310345],[6024.7348160821,14973.713965517],[6045.1967493584,14964.307758621],[6036.9161676647,14984.843275862],[6084.4439692044,15084.475862069],[6091.4756201882,15074.296551724],[6089.7818648417,15085.972413793],[6090.8939264328,15078.053448276],[5870.500427716,13873.068965517],[5863.3661248931,13880.798275862],[5863.2976903336,13878.794827586],[5861.8263473054,13865.820689655],[5859.7219846022,13877.851724138],[5884.5295124038,13854.596551724],[5862.7844311377,13845.344827586],[5879.99572284,13839.00862069],[5871.0650128315,13895.103448276],[5870.8426005133,13892.506896552],[5862.4935842601,13904.663793103],[3874.5209580838,17896.655172414],[3855.3421727973,17913.482758621],[3856.129170231,17910.465517241],[3820.1839178785,17936.793103448],[3886.9589392643,17951.327586207],[4125.7784431138,18354.844827586],[3890.5688622754,18344.982758621],[3939.6535500428,18328.913793103],[3940.4918733961,18323.172413793],[3896.7964071856,18343.310344828],[3901.0222412318,18334.275862069],[3893.6142001711,18330.362068966],[3915.7869974337,18301.034482759],[3938.4388366125,18032.034482759],[3913.6826347305,17986.034482759],[3814.3669803251,17936.465517241],[3817.7202737382,17938],[3808.9264328486,17936.275862069],[3906.5654405475,17936.24137931],[3905.2651839179,17940.862068966],[3921.8605645851,17960.965517241],[3933.0325064157,17924.706896552],[3888.3960650128,17954.637931034],[3919.3284858854,17956.086206897],[3915.9409751925,17960.086206897],[3908.1394354149,17932.482758621],[3920.748502994,17932.172413793],[3936.5397775877,17939],[3902.6988879384,17941.103448276],[3897.2583404619,17945.931034483],[3904.2728828058,17943.120689655],[3895.4277159966,17951.637931034],[3851.2874251497,17917],[3854.127459367,17916.189655172],[3876.6082121471,17895.931034483],[3880.3036783576,17904.034482759],[3894.7604790419,17900.068965517],[3896.4200171086,17890.724137931],[3897.8400342173,17890.103448276],[3900.8682634731,17890.844827586],[3893.8195038494,17901.706896552],[3930.2266894782,17865.068965517],[3926.8049615056,17870.24137931],[3927.2155688623,17866.637931034],[3929.3370402053,17880.396551724],[3933.6997433704,17871.189655172],[3926.2745936698,17874.75862069],[3898.9007698888,17880.672413793],[3897.6176218991,17878.5],[3896.7792985458,17882.672413793],[3902.8015397776,17896.224137931],[3996.6082121471,17967.24137931],[3971.3045337896,17953.275862069],[3973.9221556886,17960.431034483],[3989.6792130026,17974.103448276],[3944.0846877673,17849.568965517],[3944.2899914457,17858.344827586],[3945.1112061591,17862.810344828],[3944.5295124038,17846.068965517],[3969.9187339607,17840.5],[3945.5731394354,17854.293103448],[3936.3002566296,17878.017241379],[3957.2925577417,17847.448275862],[4007.7630453379,17990.637931034],[4011.629597947,17980.017241379],[3988.2591958939,17991.982758621],[4009.9187339607,17987.655172414],[4010.4662104363,17998.931034483],[4131.6980325064,18429.827586207],[4110.3635585971,18468.5],[4125.744225834,18445.948275862],[4133.6997433704,18366.689655172],[3885.8639863131,18514.793103448],[3877.1556886228,18515.034482759],[3606.4627887083,17880.103448276],[3585.1967493584,17879.293103448],[3604.5124037639,17878.482758621],[3616.0265183918,17862.965517241],[3619.7219846022,18105.310344828],[3617.3438836612,18100.120689655],[3631.3045337896,18092.5],[3619.8246364414,18099.224137931],[3691.372968349,18081.172413793],[3693.5115483319,18076.086206897],[3600.7998289136,17869.172413793],[3605.9324208725,17869.75862069],[3582.9213002566,17876.75862069],[3630.0898203593,17883.206896552],[3608.3105218135,17872.25862069],[3707.9683490163,18053.551724138],[3709.1488451668,18054.396551724],[3687.3524379812,18077.017241379],[3632.6903336185,18091.74137931],[3628.6526946108,17879.75862069],[8689.9358426005,16628.931034483],[8681.5064157399,16664.155172414],[8708.5106928999,16620.068965517],[8669.4773310522,16659.017241379],[8705.7271171942,16546.810344828],[8729.8177929855,16581.25862069],[12338.74679213,15926.982758621],[12336.180496151,15924.396551724],[12333.614200171,15923.534482759],[12279.448246364,15889.943103448],[12285.778443114,15891.231034483],[12288.053892216,15894.834482759],[12300.423438837,15970.198275862],[12277.138579983,16006.575862069]], + "20250":[[9547.2172797263,15843.717241379],[9553.4875962361,15786.948275862],[9603.7322497861,15800.248275862],[9606.2917023097,15741.063793103],[9667.2326775021,15733.017241379],[9713.2087254063,15723.960344828],[9773.3204448246,15962.722413793],[9810.627031651,15958.2],[9707.6954662104,15911.220689655],[9673.4414029085,15847.429310345],[9617.7664670659,15848.005172414],[9621.251497006,15819.501724138],[9668.0863986313,15781.029310345],[9729.4732249786,15809.455172414],[9721.9803250642,15859.74137931],[10165.299401198,16270.639655172],[9979.6626176219,16015.587931034],[9985.0410607357,16064.35],[10038.351582549,16060.579310345],[10021.594011976,16143.998275862],[10094.100085543,16140.032758621],[10080.120615911,16081.677586207],[10149.041060736,16132.977586207],[10144.563729683,16101.982758621],[10133.867408041,16074.394827586],[10044.30881095,16171.15],[10151.692899914,16177.182758621],[10008.521642429,16161.7],[10194.259195894,16122.405172414]], + "20255":[[5481.6039349872,17217.5],[5486.1890504705,17182.379310345],[5487.9683490163,17162.362068966],[5518.4388366125,17051.172413793],[5480.4747647562,17130.706896552],[5481.6039349872,17593.362068966],[5515.8041060736,17616.362068966],[5506.1548331908,17648.379310345],[5471.7151411463,17248.793103448],[5431.0992301112,17320.224137931],[5409.747647562,17409.74137931],[5388.5500427716,17382.120689655],[5426.000855432,17377.844827586],[5432.0230966638,17374.068965517],[5405.4362703165,17430.568965517],[5408.2420872541,17329.810344828],[5386.5141146279,17306.034482759],[5371.25320787,17289.051724138],[5360.5603079555,17451.413793103],[5349.8160821215,17465.706896552],[5408.1907613345,17442.827586207],[5428.0881094953,17501.74137931],[5423.5201026518,17485.310344828],[5321.1762189906,17490.948275862],[5340.3550042772,17482.913793103]], + "20258":[[6396.0607356715,15616.637931034],[6396.24893071,15641.582758621],[6358.74679213,15582.672413793],[6410.7741659538,15416.072413793],[6467.4379811805,15405.779310345],[6406.5996578272,15376.570689655],[6498.9178785287,15407.344827586],[6523.2976903336,15435.532758621],[6551.2360992301,15421.329310345],[6567.4037639008,15378.998275862],[6597.9426860565,15352.475862069],[6634.0761334474,15384.381034483],[6519.1745081266,15377.04137931],[6567.2668947819,15472.953448276],[6546.0692899914,15461.287931034],[6541.9461077844,15504.831034483],[6564.2386655261,15515.934482759],[6566.8562874251,15538.527586207],[6546.377245509,15572.462068966],[6500.7142857143,15607.85862069],[6459.2600513259,15564.818965517],[6507.1813515825,15566.601724138],[6478.1822070145,15584.74137931],[6518.7296834902,15703.386206897],[6607.1813515825,15689.955172414],[6627.2840034217,15655.481034483],[6443.246364414,15623.7],[6419.0205303678,15560.515517241],[6442.6817792985,15583.367241379],[6377.3096663815,15566.982758621],[6396.9161676647,15571.810344828],[6376.6937553465,15601.339655172],[6503.8451668092,15708.879310345],[6529.371257485,14845.576172414],[6399.0718562874,14842.145293103],[6430.2780153978,15101.982758621],[6494.0076988879,15163.24137931],[6511.4585115483,15129.375862069],[6659.499572284,15645.218965517],[6415.1881950385,15522.251724138],[6387.1813515825,15529.563793103],[6365.3165098375,15504.603448276],[6410.6030795552,15475.760344828],[6363.8280581694,15440.805172414],[6435.3592814371,15455.322413793],[6422.5791274594,15497.672413793],[6519.8075278015,15461.05],[6352.0915312233,14926.716896552],[6380.1497005988,14864.268793103],[6396.4200171086,14867.427068966],[6385.4704875962,14845.614275862],[6502.2711719418,15008.89137931],[6422.5791274594,15735.603448276],[6489.6963216424,15732.706896552],[6509.4568006843,15758.468965517],[6410.4319931565,14763.886724138],[6532.3310521814,14780.337068966],[6463.4858853721,14819.380706897],[6441.3644140291,14817.449568966],[6565.4362703165,14755.259482759],[6382.3567151411,14817.839086207],[6399.9615055603,14809.857758621],[6368.5158254919,14816.174948276],[6386.0521813516,14779.117413793],[5921.1591103507,15586.694827586],[5937.5320786997,15654.434482759],[6092.4165953807,15613.760344828],[6088.9606501283,15599.113793103],[6159.0376390077,15625.118965517],[6193.1864841745,15626.570689655],[6243.4516680924,15711.456896552],[6313.8023952096,15608.95],[5744.8032506416,14919.810344828],[5711.9717707442,14901.938275862],[5749.1146278871,14905.498448276],[5741.2275449102,14933.145689655],[5708.3960650128,14938.823965517],[5704.871685201,14915.775862069],[5743.2976903336,14885.345517241],[5720.748502994,14849.705862069],[5735.6672369547,14851.120689655],[5828.1565440547,14877.403103448],[6071.1334473909,15438.706896552],[6247.3011120616,15204.503448276],[6310.9794696322,15334.081034483],[6159.8246364414,15594.305172414],[6290.0213857998,15016.346551724],[6325.8297690334,15127.962068966],[6339.6022241232,15154.568965517],[6327.5919589393,15217.224137931],[6307.8999144568,15221.334482759],[6323.3319076133,15575.410344828],[6286.873396065,15528.80862069],[6303.6569717707,15553.698275862],[6317.5662959795,15526.410344828],[6323.1779298546,15490.418965517],[6306.8905047049,15483.194827586],[6264.1531223268,15512.889655172],[6269.1146278871,15463.520689655],[6281.9461077844,15456.374137931],[6210.7570573139,15503.177586207],[6218.7639007699,15550.55],[6095.6672369547,15570.562068966],[6117.3952095808,15518.970689655],[6170.2780153978,15541.837931034],[5941.8263473054,15611.465517241],[5906.9931565441,15546.825862069],[5918.8665526091,15566.444827586],[5884.118905047,15527.468965517],[6261.4670658683,14984.706551724],[6316.8990590248,14981.423793103],[6318.9349871685,14951.255172414],[6321.9632164243,14857.691206897],[6324.5979469632,14845.004965517],[6335.9409751925,14850.030344828],[6340.5431993157,14860.791206897],[6337.8058169376,14872.130689655],[6295.0171086399,14843.360068966],[6327.5064157399,14835.377017241],[5989.7305389222,15768.362068966],[6031.8862275449,15754.627586207],[6074.4183062447,15722.862068966],[6045.7271171942,15713.575862069],[6083.0068434559,15762.322413793],[6179.3969204448,15745.293103448],[6167.5406330197,15749.35],[6175.1710863986,15768.181034483],[6138.6441402908,15750.339655172],[6063.9307100086,15755.517241379],[6256.4200171086,15732.80862069],[6059.875962361,15784.505172414],[6020.1839178785,15776.913793103],[6225.1625320787,14791.086034483],[6266.873396065,14811.410344828],[6264.7690333618,14795.666034483],[6282.5449101796,14809.581724138],[6283.6569717707,14800.553103448],[6251.5611633875,14800.203275862],[6238.2164242943,14779.635172414],[6306.5312232677,14808.825344828],[6320.2181351583,14817.586258621],[6256.4200171086,14772.440689655],[6162.2198460222,14694.775517241],[6152.5192472198,14721.016551724],[6135.9751924722,14698.90862069],[6118.5928143713,14725.62]], + "20278":[[5493.6826347305,18806.896551724],[5540.3378956373,18876.655172414],[5585.1112061591,18805.431034483],[5682.630453379,18981.293103448],[5738.2335329341,19094.224137931],[5710.8597091531,19019.224137931],[5710.0213857998,19158.879310345],[5661.1933276305,19102.24137931],[5579.0376390077,19115.793103448],[5711.0307955518,19085.844827586],[5655.5645851155,19162.931034483],[5710.00427716,19069.224137931],[5861.6894781865,19074.25862069],[6199.5337895637,19213.275862069],[6268.4644995723,19237.931034483],[6141.997433704,19158.017241379],[6193.5799828914,19154.344827586],[5715.6501283148,19284.362068966],[6313.9050470488,19311.568965517],[6297.7202737382,19254.5],[5407.1129170231,18891.655172414],[5388.9777587682,18905.706896552],[5376.1976047904,18861.74137931],[5421.005132592,18717.603448276],[5431.8349016253,18695.775862069],[5447.5577416595,18704.224137931],[5464.1017964072,18693.982758621],[5473.9050470488,18844.224137931],[5398.370402053,18864.482758621],[5428.0881094953,18897.775862069],[5441.9118905047,18854.448275862],[5454.2301112062,18885.603448276]], + "20288":[[6697.6347305389,19468.982758621],[6707.6946107784,19471.293103448],[6704.3413173653,19425.965517241],[6721.005132592,19446.948275862],[6767.3182207015,19425.551724138],[6768.8922155689,19420.206896552],[6720.5431993157,19361.810344828],[6672.0573139435,19314.24137931],[6680.7998289136,19301.068965517],[6760.7656116339,19339.224137931],[6770.7741659538,19302.137931034],[6757.9084687767,19295.086206897],[6417.2583404619,19338.603448276],[6414.9315654405,19350.137931034],[6425.624465355,19262],[5487.5919589393,18075.25862069],[6181.7065868263,19070.75862069],[5833.1693755346,18946.362068966],[5803.246364414,18944.224137931],[5806.5483319076,18863.620689655],[5979.0205303678,19002.517241379],[5975.5474764756,19007.103448276],[5234.247219846,17466.448275862],[5239.6535500428,17352.224137931],[5180.6629597947,17476.396551724],[5077.5320786997,17386.431034483],[5091.25320787,17413.068965517],[4718.6954662104,16952.913793103],[4720.5945252352,16970.637931034],[4694.2814371257,16880.965517241],[4689.6963216424,17065.862068966],[4691.5953806672,17083.586206897],[5035.9238665526,16875.775862069],[5037.6347305389,16893.362068966],[4899.0547476476,17007.155172414],[4896.8306244654,16989.586206897],[4965.881094953,17084],[4787.4208725406,17039.017241379],[4789.3199315654,17056.74137931],[4880.9880239521,17237.844827586],[4879.0889649273,17220.120689655],[4786.5312232678,17416.913793103],[4788.4302822926,17434.637931034],[5041.2617621899,17410.655172414],[5465.3849443969,17992.775862069],[5421.1933276305,17999.620689655],[5467.2840034217,18010.5],[5470.7741659538,17936.603448276],[4840.8853721129,17951.120689655],[4842.5962360992,17968.362068966],[4939.5680068435,18000.431034483],[4938.7296834902,17989.293103448],[4911.5440547476,18077.5],[4913.5970915312,18091.637931034],[4804.3584260051,18130.827586207],[4795.5474764756,18111.465517241],[4848.2249786142,19119.155172414],[4870.5346449957,19145.137931034],[5216.7964071856,18703.051724138],[5250.1069289991,18737.068965517],[5320.6458511548,18670.310344828],[5285.9495295124,18747.948275862],[5012.2626176219,19466],[4999.0547476476,19404.810344828],[4991.0821214713,19356.224137931],[4589.5765611634,17183.896551724],[4587.6775021386,17166.172413793],[4504.6321642429,19061.465517241]], + "20289":[[6678.3361847733,19486.189655172],[6711.9888793841,19474.017241379],[6719.8246364414,19469.103448276],[6715.2737382378,19430.568965517],[6702.3224978614,19428.017241379],[6714.9828913601,19444.982758621],[6684.1017964072,19448.137931034],[6703.879384089,19410.051724138],[6773.3233532934,19421.689655172],[6757.0359281437,19368.293103448],[6752.5363558597,19365.086206897],[6665.6928999145,19324.431034483],[6662.0829769033,19312.482758621],[6695.4448246364,19334.793103448],[6700.8340461933,19306.293103448],[6732.0744225834,19342.344827586],[6757.9769033362,19318.086206897],[6771.7151411463,19324.982758621],[6757.0530367836,19334.74137931],[6779.4653550043,19300.75862069],[6414.3156544055,19341.844827586],[6420.0128314799,19354.568965517],[6409.2857142857,19335.948275862],[6428.1736526946,19257.689655172],[6422.5791274594,19270.948275862],[6434.5722840034,19260.620689655],[6407.1813515825,19356.293103448],[5487.6775021386,18066.931034483],[5477.5320786997,18064.017241379],[5475.3421727973,17930.362068966],[6214.2814371257,19087.017241379],[6201.9289991446,19095.293103448],[6133.5115483319,19030.465517241],[6142.8015397776,19040.275862069],[6146.1035072712,19036.120689655],[6155.4790419162,19027.965517241],[5987.1642429427,19005.431034483],[5984.9743370402,19010.120689655],[5835.6672369547,18955.827586207],[5810.7570573139,18930.620689655],[5819.1745081266,18963.706896552],[5811.9204448246,18947.327586207],[5809.5423438837,18868.103448276],[5982.6133447391,19010.982758621],[6005.9837467921,18991.637931034],[5978.4559452524,19024.948275862],[6012.6390076989,18967.24137931],[6023.4345594525,18953.620689655],[5961.6723695466,19011.379310345],[5226.5825491873,17455.672413793],[5171.6467065868,17369.344827586],[5054.7433704021,17396.810344828],[5116.2318220701,17410.603448276],[4685.8468776732,17079.672413793],[4696.1633875107,17077.344827586],[4680.9709153122,17072.068965517],[4709.9700598802,16959.120689655],[4725.1625320787,16964.396551724],[4720.1154833191,16962.034482759],[4715.1368691189,16966.637931034],[4688.5329341317,16877.051724138],[4698.8836612489,16875.25862069],[4693.75106929,16872.672413793],[4691.1163387511,17074.982758621],[4958.0795551754,17089.051724138],[5027.369546621,16883.017241379],[5041.9118905047,16887.327586207],[5037.3438836612,16884.896551724],[5032.0744225834,16889.586206897],[4892.9811804962,17003.396551724],[4903.2976903336,17001.068965517],[4898.250641574,16998.706896552],[4888.1052181352,16995.793103448],[4962.3567151411,17097.672413793],[4967.4893071001,17093.362068966],[4972.3481608212,17095.482758621],[4793.8879384089,17050.5],[4783.5714285714,17052.827586207],[4788.8408896493,17048.137931034],[4778.6954662104,17045.224137931],[4870.3635585971,17226.327586207],[4880.5089820359,17229.24137931],[4885.5560307956,17231.603448276],[4875.2395209581,17233.931034483],[4787.9512403764,17426.034482759],[4792.998289136,17428.396551724],[4782.6817792985,17430.724137931],[4777.8058169376,17423.120689655],[4962.1856287425,17441.431034483],[4963.4003421728,17385.017241379],[5070.1411462789,17448.534482759],[5117.4807527802,17468.965517241],[5347.7288280582,18354.362068966],[5466.8049615056,18001.896551724],[5456.6595380667,17998.982758621],[5461.5355004277,18006.586206897],[5471.8520102652,18004.25862069],[5422.6133447391,18008.74137931],[5465.3507271172,17933.017241379],[5460.1497005988,17925.086206897],[4847.7288280582,17962.327586207],[4836.9332763045,17964.551724138],[4832.0573139435,17956.948275862],[4842.2027373824,17959.862068966],[4933.2720273738,17995.086206897],[4940.9366980325,17994.655172414],[4936.6937553465,18001.982758621],[4932.9640718563,17990.948275862],[4902.1514114628,18084.534482759],[4808.8066723695,18126.275862069],[4799.3113772455,18128.844827586],[4799.1916167665,18124.775862069],[4793.8366124893,18122.672413793],[5221.5526090676,18692.5],[5215.5645851155,18703.706896552],[5218.130881095,18702.844827586],[5213.5799828914,18696.362068966],[5248.0196749358,18745.24137931],[5334.1958939264,18692.017241379],[5263.4687767323,18736.465517241],[5263.5201026518,18719.948275862],[5337.8913601369,18689.913793103],[5320.7827202737,18700.25862069],[4993.374679213,19365.517241379],[4989.4225834046,19366.689655172],[4986.9247219846,19364.706896552],[4578.9520958084,17172.379310345],[4583.8280581694,17179.982758621],[4594.1445680068,17177.655172414],[4589.0975192472,17175.293103448]], + "20290":[[4992.9469632164,19368.706896552],[4986.7023096664,19369.362068966],[4518.627031651,19061.206896552],[4518.2848588537,19046.517241379]], + "20293":[[5564.7005988024,14456.8],[5629.5252352438,14491.95],[5492.7245508982,14536.465517241],[5490.9452523524,14291.539655172],[5498.9007698888,14278.713793103],[5513.9221556886,14291.175862069],[5513.4260051326,14329.355172414],[5506.7878528657,14247.424137931],[5490.7228400342,14259.701724138],[5497.6005132592,14467.924137931],[5382.0316509837,14808.83],[5432.8443113772,14733.017241379],[5472.1086398631,14680.164310345],[5472.1941830624,14705.431034483],[5462.1000855432,14688.837241379],[5438.8323353293,14632.222413793],[5450.3464499572,14693.263275862],[5363.5372112917,14653.344827586],[5379.6535500428,14790.804655172],[5387.1642429427,14758.84362069],[5442.254063302,14528.706896552],[5451.4927288281,14345.353448276],[5381.8263473054,14158.093103448],[5357.6176218991,14054.663793103],[5362.0829769033,14069.760344828],[5318.2164242943,14187.327586207],[5405.5902480753,14130.701724138],[5458.1993156544,14136.55],[5447.6432848589,14322.722413793],[5432.4508126604,14252.284482759],[5345.2994011976,14332.262068966],[5154.8289136014,14340.775862069],[5200.8340461933,14179.203448276],[5204.1702309666,14206.722413793],[5206.4627887083,14199.218965517],[5119.2258340462,14438.332758621],[5116.3002566296,14393.739655172],[5183.9478186484,14521.346551724],[5196.4713430282,14533.203448276],[5273.7339606501,14614.051724138],[5372.1086398631,14640.775862069],[5354.2814371257,14672.088965517],[5436.1120615911,14566.963793103],[5107.4208725406,14597.094827586],[5128.6184773311,14440.160344828],[4939.8588537211,14492.812068966],[4949.5252352438,14510.603448276],[4981.4157399487,14552.234482759],[4838.627031651,14541.570689655],[4832.005988024,14550.343103448],[4830.00427716,14531.424137931],[4922.9041916168,14660.103103448],[4975.0171086399,14731.063965517],[4809.5594525235,14615.817241379],[4806.4456800684,14536.006896552],[4806.5483319076,14522.744827586],[4902.0829769033,14514.248275862],[4668.875106929,14390.006896552],[4660.8853721129,14461.477586207],[4686.8905047049,14468.277586207],[4600.7142857143,14532.574137931],[4615.4106073567,14392.25],[4621.0222412318,14489.898275862],[4952.3652694611,14644.134482759],[5115.1710863986,14579.898275862],[5050.4491017964,14605.55],[5232.0230966638,14466.344827586],[5240.628742515,14451.329310345],[5268.0367835757,14666.701206897],[5336.1804961506,14681.293103448],[5241.0564585115,13955.455172414],[5190.7570573139,13995.086206897],[5182.750213858,13988.362068966],[5267.3182207015,13888.898275862],[5274.2643284859,13831.425862069],[5276.7279726262,13779.593103448],[5251.2360992301,13921.929310345],[4595.5303678358,14410.627586207]], + "20294":[[4713.6826347305,14686.734137931],[4799.3969204448,14684.950172414],[5010.4388366125,14729.510413793],[5472.1941830624,14698.534482759],[5310.8083832335,14027.9],[5428.5671514115,14087.327586207],[5349.371257485,14130.24137931],[5388.002566296,14473.698275862],[5082.9726261762,14405.251724138],[5118.7125748503,14455.631034483],[5126.000855432,14488.770689655],[5138.370402053,14492.451724138],[5153.4431137725,14473.829310345],[5221.9632164243,14401.710344828],[5192.2968349016,14600.077586207],[5203.8964927288,14660.811034483],[5256.625320787,14632.155172414],[5272.878528657,14620.086206897],[5255.6330196749,14667.352068966],[5451.6638152267,14570.086206897],[5260.9024807528,14643.362068966],[5291.4739093242,14637.881896552],[5276.3344739093,14649.327586207],[5283.999144568,14600.25862069],[5116.5739948674,14694.54637931],[5140.6629597947,14680.786724138],[5102.6475620188,14685.603448276],[5162.5449101796,14435.670689655],[4948.875106929,14482.025862069],[4837.994011976,14592.506896552],[4826.6509837468,14587.274137931],[4945.9324208725,14597.34137931],[4984.2386655261,14568.736206897],[4823.0410607357,14629.394827586],[4939.2429426861,14706.35862069],[4973.5799828914,14706.762068966],[4955.1710863986,14716.863275862],[4785.3507271172,14506.872413793],[4796.3002566296,14531.343103448],[4748.6698032506,14342.493103448],[4659.5337895637,14380.431034483],[4687.3182207015,14383.055172414],[4743.7425149701,14415.177586207],[4686.0521813516,14486.465517241],[4655.8896492729,14480.670689655],[4650.124037639,14427.844827586],[4792.4679213003,14498.698275862],[4613.6655260907,14547.210344828],[4738.4388366125,14427.781034483],[4726.0863986313,14410.381034483],[4660.8853721129,14556.032758621],[4706.8220701454,14445.1],[4635.8896492729,14652.348275862],[4659.5508982036,14630.670689655],[4664.9743370402,14650.937931034],[4715.9409751925,14636.139655172],[4668.6013686912,14619.568965517],[4640.7827202737,14572.301724138],[4633.2035928144,14531.384482759],[4646.0350727117,14432.753448276],[4606.3088109495,14468.172413793],[4741.8263473054,14652.977586207],[4858.1479897348,14696.504655172],[4958.0111206159,14730.345172414],[4887.9341317365,14592.5],[4922.5449101796,14548.703448276],[5072.0744225834,14576.020689655],[5122.5106928999,14528.870689655],[5197.6005132592,14491.637931034],[5042.2369546621,14656.775862069],[5166.8049615056,14607.155172414],[5185.504704876,14562.85862069],[5226.497005988,13949.265517241],[5127.9341317365,14080.274137931],[5174.0932420873,14143.222413793],[5291.4037639008,14637.874827586],[5010.377245509,14729.718482759],[5010.2403763901,14729.541034483],[5273.0838323353,13876.620689655],[5284.4439692044,13821.105172414],[5262.8015397776,13788.470689655],[4586.6509837468,14425.451724138]], + "20304":[[9181.9426860565,14865.498103448],[9221.0684345595,14841.928793103],[9217.0513259196,14926.670172414],[9219.24465355,14926.617068966],[9220.6971770744,14923.534482759],[9249.7818648417,14914.913793103],[9298.5928143713,14912.761206897],[9127.9666381523,14958.314482759],[9111.1847733105,14952.850862069],[9102.3994867408,14954.227758621],[9100.9366980325,14989.913793103],[9106.0692899914,14995.086206897],[9183.4157399487,15003.35862069],[9205.7852865697,14964.416896552],[9213.619332763,14995.136724138],[9196.745081266,14958.017241379],[9105.0205303678,14955.941034483],[9108.6355859709,14987.327586207],[9113.7681779299,15023.534482759],[9113.7681779299,15022.672413793],[9098.370402053,15023.534482759],[9110.8939264328,15039.984482759],[9113.3661248931,15040.417241379],[9184.8391787853,15011.548275862],[9181.4927288281,15011.594827586],[9178.5893926433,15013.003448276],[9178.1154833191,15007.403448276],[9180.4918733961,15009.74137931],[9223.2634730539,15021.810344828],[9254.0590248075,15005.431034483],[9210.6817792985,14995.77637931],[9255.7698887938,15003.706896552],[9254.1514114628,15039.282758621],[9130.8511548332,15080.925862069],[9128.3105218135,15079.568965517],[9093.2378100941,15101.120689655],[9084.5654405475,15068.984482759],[9089.3900769889,15089.662068966],[9091.627887083,15098.565517241],[9164.2386655261,15087.327586207],[9162.5278015398,15085.603448276],[9186.4798973482,15055.431034483],[9176.9589392643,15051.35],[9207.0102651839,15070.086206897],[9208.7211291702,15068.362068966],[9218.6099230111,14934.40637931],[9223.2908468777,14931.881034483],[9181.8041060736,14868.990862069],[9218.0162532079,14848.730689655],[9266.8905047049,14965.775862069],[9222.7570573139,14838.893482759],[9278.4439692044,14877.643448276],[9302.129170231,14843.493672414],[9303.6928999145,14887.459482759],[9179.8075278015,14867.208965517],[9185.2343883661,14868.404310345],[9232.005988024,14830.845105172],[9424.2899914457,14870.086206897],[9366.745081266,14870.819310345],[9458.9863130881,14852.160172414],[9443.1094952951,14860.603448276],[9420.6852010265,14881.402931034],[9416.1668092387,14885.343448276],[9492.6321642429,14838.128137931],[9519.2429426861,14835.603448276],[9521.7254063302,14845.698827586],[9342.0624465355,14845.480310345],[9344.5585970915,14847.167810345],[9347.2035928144,14845.262396552],[9341.2070145423,14853.043103448],[9335.1163387511,14922.015344828],[9434.4217279726,14903.167931034],[9477.3267750214,14914.913793103],[9523.626176219,14841.708206897],[9520.9538066724,14837.327586207],[9520.9538066724,14833.017241379],[9419.1573994867,14964.051724138],[9423.0496150556,14980.510862069],[9421.7339606501,14962.044827586],[9422.2591958939,14975.744137931],[9416.2284003422,14964.090172414],[9417.7801539778,14990.432413793],[9422.3960650128,14958.725],[9341.3130881095,14973.534482759],[9330.7416595381,14957.74637931],[9345.7339606501,14956.311551724],[9322.0898203593,14967.422413793],[9325.0598802395,14940.775862069],[9317.3609923011,14949.396551724],[9345.1933276305,14843.293517241],[9343.3438836612,14841.342189655],[9478.8254918734,14912.209482759],[9337.8913601369,14993.362068966],[9331.9033361848,14991.637931034],[9336.2386655261,15024.836206897],[9338.74679213,15002.844827586],[9333.6142001711,15026.120689655],[9344.9093242087,15021.279310345],[9339.6022241232,15024.396551724],[9325.0598802395,15006.293103448],[9420.1428571429,14982.138793103],[9416.0710008554,14993.442931034],[9415.1556886228,14961.798448276],[9417.5765611634,14960.297068966],[9424.2899914457,14959.74137931],[9522.0932420873,14837.615017241],[9517.3438836612,14839.38662069],[9524.0316509837,14844.738344828],[9525.246364414,14839.861051724],[9521.1505560308,14843.363706897],[9321.6381522669,15126.982758621],[9248.4576561163,15131.106896552],[9029.2070145423,15181.077586207],[9022.3139435415,15137.074137931],[9016.1017964072,15134.612068966],[9017.9597946963,15135.603448276],[9022.7792985458,15132.951724138],[9063.2976903336,15115.775862069],[9070.1411462789,15114.913793103],[9066.4644995723,15114.267241379],[9043.4499572284,15117.336206897],[9037.5149700599,15073.262068966],[9050.4662104363,15064.913793103],[9058.9264328486,15090.629310345],[9069.8982035928,15072.810344828],[9076.9846022241,15072.672413793],[9076.9846022241,15069.224137931],[9076.3002566296,15067.212068966],[9073.5628742515,15073.534482759],[9035.3832335329,15072.855172414],[9070.1565440547,15062.843103448],[9048.2198460222,15066.818965517],[9069.2857142857,15059.74137931],[9048.1411462789,15064.181034483],[9090.6715141146,15090.775862069],[9090.5346449957,15101.762068966],[9072.5226689478,15060.215517241],[9054.5449101796,15045.818965517],[9052.1770744226,15044.224137931],[9055.6330196749,15044.139655172],[9041.3404619333,15043.748275862],[9025.8485885372,15044.636206897],[9090.6715141146,14989.913793103],[9099.2258340462,15023.534482759],[9024.8032506416,15132.155172414],[9090.6715141146,14984.74137931],[9013.6826347305,15094.224137931],[9039.0872540633,15044.096551724],[9028.9315654405,15043.753448276],[9249.7818648417,15039.051724138],[9247.1642429427,14814.18762069],[9254.0590248075,14808.017241379],[9259.3284858854,14768.315344828],[9234.8990590248,14828.9913],[9247.0684345595,14816.57787931],[9256.625320787,14807.155172414],[9254.6338751069,14810.25],[9255.8571428571,14776.57637931],[9236.0949529512,14826.839465517],[9251.747647562,14808.234310345],[9256.5380667237,14771.100172414],[9261.0513259196,14770.64],[9846.1139264328,14658.143275862],[9854.614603935,14649.017241379],[9852.8614200171,14651.120689655],[9841.9437467921,14659.492241379],[9840.0318220701,14653.293103448],[9787.394867408,14667.694482759],[9843.6059538067,14656.996551724],[9784.4268605646,14670.948275862],[9788.7040205304,14671.810344828],[9782.7159965783,14668.362068966],[9760.9228400342,14653.153448276],[9763.4513259196,14653.551724138],[9760.4747647562,14656.293103448],[9762.1856287425,14655.431034483],[9717.2571428571,14691.920172414],[9720.4331907613,14690.746551724],[9667.1505560308,14705.883103448],[9654.9931565441,14735.291551724],[9782.6757912746,14672.745689655],[9627.3473053892,14731.992758621],[9621.3404619333,14732.070862069],[9655.8930710009,14739.324655172],[9659.5337895637,14725.25862069],[9668.9435414885,14737.327586207],[9743.2366124893,14745.884827586],[9737.378100941,14745.086206897],[9742.5106928999,14744.224137931],[9526.9418306245,14765.775862069],[9660.005988024,14736.172413793],[9665.5218135158,14739.913793103],[9666.3481608212,14724.282931034],[9649.3627031651,14737.990689655],[9550.0675791275,14805.793103448],[9425.6313088109,14798.311896552],[9454.127459367,14821.047517241],[9460.2181351583,14824.396551724],[9449.7202737382,14816.778637931],[9429.9563729683,14786.380172414],[9422.5346449957,14797.849310345],[9457.8571428571,14820.503017241],[9457.49786142,14765.867413793],[9382.373823781,14800.25862069],[9551.6586826347,14808.984655172],[9630.4491017964,14810.603448276],[9628.7382378101,14789.913793103],[9679.2087254063,14783.017241379],[9671.5098374679,14792.5],[8911.5115483319,15264.548275862],[8834.0846877673,15224.356896552],[8829.4704875962,15224.689655172],[8906.753635586,15264.051724138],[8866.0829769033,15159.677586207],[10172.792985458,14670.948275862],[10221.552609068,14706.293103448],[10204.443969204,14668.362068966],[10241.894781865,14688.734310345],[10250.534644996,14696.926034483],[10143.686056459,14682.761206897],[10159.96150556,14659.74137931],[10159.70829769,14655.375862069],[10159.159110351,14644.743103448],[10124.033361848,14651.120689655],[10140.286569718,14666.637931034],[10247.550898204,14646.584482759],[10198.941830624,14641.637931034],[10184.589392643,14648.753448276],[10295.053036784,14618.967241379],[10247.05132592,14642.437931034],[10288.272882806,14607.967241379],[10147.130025663,14590.775862069],[10133.706586826,14589.124137931],[10265.195038494,14588.175862069],[10265.809238666,14583],[10172.976047904,14588.694827586],[10221.347305389,14592.689655172],[10211.28742515,14593.362068966],[10141.142001711,14590.775862069],[10095.265183918,14670.169482759],[10098.370402053,14671.810344828],[10126.818648417,14628.027586207],[10115.230966638,14642.706896552],[10075.273738238,14616.637931034],[10005.983746792,14658.879310345],[9959.7904191617,14690.775862069],[9961.501283148,14688.189655172],[10007.029084688,14660.520172414],[9872.226176219,14711.131724138],[9891.2562874251,14668.295],[9882.450641574,14625.429310345],[9884.5124037639,14625.25862069],[9858.8494439692,14645.948275862],[9887.0786997434,14626.982758621],[9881.9461077844,14630.431034483],[10306.24037639,14622.672413793]], + "20305":[[9143.3096663815,14928.968793103],[9299.7373823781,14886.926551724],[9143.994011976,14923.576551724],[9147.6689478186,14924.854137931],[9156.5397775877,14914.913793103],[9147.8605645851,14921.977413793],[9151.5372112917,14923.345],[9155.7955517536,14923.354482759],[9144.9828913601,14925.303793103],[9144.627031651,14927.862413793],[9216.0384944397,14934.408793103],[9125.3507271172,14948.906724138],[9106.0692899914,14985.603448276],[9128.4268605646,14945.463448276],[9123.5252352438,14943.643275862],[9088.9606501283,14991.637931034],[9149.2959794696,14954.947931034],[9146.7570573139,14958.948448276],[9147.8400342173,14961.780862069],[9146.9743370402,14956.201034483],[9211.2874251497,14990.775862069],[9112.0573139435,15020.086206897],[9097.5149700599,15021.810344828],[9165.4482463644,15085.262068966],[9162.5278015398,15091.637931034],[9153.1180496151,14926.982758621],[9154.3430282293,14929.761034483],[9149.5816937553,14925.945862069],[9169.0393498717,14934.855862069],[9170.0590248075,14933.121551724],[9148.0248075278,14919.741896552],[9420.0470487596,14831.290301724],[9423.4345594525,14868.362068966],[9422.4148845167,14873.300862069],[9425.1454234388,14873.534482759],[9442.751924722,14880.956551724],[9443.1094952951,14886.465517241],[9461.7904191617,14853.851551724],[9456.9093242087,14849.917758621],[9422.002566296,14835.384775862],[9462.0111206159,14848.286551724],[9445.5697177074,14860.818103448],[9426.000855432,14865.775862069],[9430.1787852866,14871.879827586],[9447.5919589393,14878.858793103],[9442.4405474765,14864.757758621],[9432.4884516681,14865.362931034],[9516.6441402908,14838.388327586],[9518.0692899914,14834.18887931],[9492.6817792985,14835.835689655],[9522.6646706587,14833.879310345],[9473.9632164243,14873.654137931],[9363.75106929,14871.429137931],[9427.5543199316,14869.525517241],[9440.3960650128,14888.762931034],[9447.0068434559,14882.313103448],[9053.4208725406,15090.782758621],[9074.6903336185,15074.022413793],[9057.3096663815,15089.051724138],[9071.6467065868,15061.765517241],[9053.9580838323,15093.962068966],[9061.5868263473,15091.637931034],[9050.871685201,15093.563793103],[9056.4542343884,15094.224137931],[9052.1103507271,14965.661551724],[9060.8990590248,14960.685862069],[9088.1052181352,14987.327586207],[9750.7086398631,14618.815517241],[9723.6911890505,14687.327586207],[9668.8237810094,14703.843103448],[9664.6663815227,14706.293103448],[9630.9538066724,14731.97637931],[9626.2728828058,14735.185],[9667.1522668948,14734.758275862],[9660.0898203593,14726.364310345],[9672.8614200171,14734.264655172],[9661.24465355,14739.051724138],[9664.3857998289,14730.881551724],[9670.0846877673,14732.337758621],[9671.8246364414,14738.549827586],[9726.0701454234,14741.770517241],[9735.6672369547,14749.396551724],[9725.9647562019,14738.840517241],[9729.3390932421,14740.572758621],[9532.500427716,14767.836724138],[9554.6937553465,14762.095517241],[9539.8639863131,14771.395],[9535.6843455945,14763.960689655],[9549.1163387511,14766.608448276],[9537.9495295124,14775.928275862],[9526.0367835757,14768.443448276],[9514.4781864842,14769.490172414],[9485.881094953,14736.465517241],[9486.6578272027,14745.079482759],[9491.3627031651,14742.685517241],[9493.4157399487,14730.375172414],[9485.8520102652,14740.311034483],[9488.7810094098,14733.490172414],[9497.128314799,14740.554137931],[9521.881094953,14770.94637931],[9493.1813515825,14737.607068966],[9488.8887938409,14742.411724138],[9497.8571428571,14737.327586207],[9489.3165098375,14731.079827586],[9526.1565440547,14770.221034483],[9496.505560308,14718.429310345],[9495.5697177074,14722.65362069],[9663.1950384944,14726.720517241],[9540.2917023097,14785.125689655],[9525.8023952096,14777.711724138],[9651.8537211292,14787.883793103],[9493.0153977759,14786.734310345],[9515.1796407186,14810.838793103],[9487.8092386655,14778.177241379],[9486.4285714286,14789.312758621],[9489.1026518392,14788.089310345],[9468.7724550898,14746.810344828],[9429.1710863986,14778.386034483],[9426.7365269461,14789.000344828],[9429.4721984602,14802.261551724],[9453.9221556886,14818.957448276],[9425.9717707442,14779.096724138],[9424.5791274594,14803.657586207],[9426.6030795552,14794.709827586],[9423.9375534645,14788.724310345],[9421.9717707442,14784.045689655],[9450.5722840034,14818.622241379],[9425.1454234388,14807.155172414],[9457.8058169376,14772.423448276],[9465.1916167665,14748.104310345],[9462.2865697177,14750.73637931],[9370.0675791275,14799.545172414],[9381.9136013687,14796.501034483],[9399.372968349,14807.499482759],[9398.5380667237,14810.071206897],[9395.4277159966,14796.212758621],[9378.6971770744,14795.862586207],[9398.6030795552,14798.336551724],[9375.5303678358,14796.810344828],[9377.4704875962,14798.261724138],[9463.4619332763,14826.715413793],[9433.1060735672,14784.214827586],[9429.6980325064,14788.382068966],[9427.5697177074,14781.857068966],[9458.6766467066,14768.94637931],[9548.3276304534,14810.603448276],[9529.0975192472,14777.805517241],[9524.9674935843,14773.195862069],[9547.1368691189,14776.834827586],[10153.658682635,14681.91],[10210.431993157,14689.913793103],[10171.273738238,14628.722413793],[10221.665526091,14647.489655172],[10276.960650128,14654.963793103],[10281.432848589,14604.568965517]], + "20306":[[9417.8554319932,14831.267753448],[9444.5722840034,14879.039827586],[9458.5260906758,14847.127896552],[9422.6869118905,14832.07262069],[9460.2181351583,14855.431034483],[9420.7878528657,14833.785465517],[9418.4918733961,14885.91],[9437.1539777588,14864.355344828],[9491.2207014542,14837.664068966],[9056.1531223268,14961.637758621],[9844.3071000855,14655.431034483],[9782.3609923011,14669.371724138],[9668.0590248075,14707.896034483],[9624.2301112062,14733.591724138],[9665.7562018819,14736.395344828],[9739.4739093242,14749.647068966],[9727.54679213,14736.770862069],[9536.0744225834,14756.359137931],[9532.5500427716,14764.302931034],[9529.2018819504,14768.567413793],[9548.3960650128,14771.250689655],[9486.5414884517,14741.923965517],[9502.6030795552,14736.276896552],[9492.5209580838,14732.935344828],[9493.6039349872,14720.403793103],[9494.869974337,14738.872413793],[9484.9606501283,14738.03],[9513.254918734,14768.362068966],[9491.3113772455,14738.584137931],[9512.3994867408,14775.25862069],[9524.8015397776,14767.368965517],[9546.9640718563,14809.855689655],[9535.7168520103,14775.678793103],[9513.254918734,14808.879310345],[9521.9666381523,14780.890172414],[9485.7425149701,14787.547413793],[9516.2951240376,14808.471896552],[9488.7040205304,14780.795172414],[9487.4790419162,14786.590689655],[9523.6826347305,14775.747241379],[9426.5106928999,14800.622068966],[9460.2181351583,14826.982758621],[9424.8939264328,14810.457758621],[9423.2155688623,14782.528965517],[9430.0145423439,14807.291551724],[9453.4516680924,14767.117931034],[9455.0872540633,14773.716724138],[9454.4525235244,14768.920517241],[9460.3259195894,14748.906724138],[9455.0684345595,14771.369655172],[9469.4448246364,14747.870689655],[9372.9298545766,14796.750344828],[9395.254918734,14809.603793103],[9396.3875106929,14807.580862069],[9390.7365269461,14797.648793103],[9397.5337895637,14799.941896552],[9425.3541488452,14782.63137931],[9422.4456800684,14785.859310345],[9491.5098374679,14785.045172414],[9533.6056458512,14779.754482759],[9528.245508982,14780.845344828],[10150.9572284,14675.085689655],[10163.097519247,14691.958793103],[10210.431993157,14670.086206897],[10189.046193328,14616.637931034],[10264.652694611,14656.789655172],[10279.063301967,14597.306896552],[10125.744225834,14649.396551724],[9892.2112917023,14669.224137931]], + "20333":[[7970.2095808383,15629.937931034],[7977.1727972626,15442.110344828],[7909.9016253208,15275.994827586],[7980.0299401198,15312.368965517],[7953.8023952096,15259.74137931],[7974.3327630453,15732.155172414],[8375.9272882806,15624.129310345],[8394.1599657827,15561.94137931],[8402.6834901625,15591.755172414],[8414.9452523524,15496.637931034],[8449.0838323353,15511.327586207],[8468.0453378956,15466.518965517],[8333.6142001711,15566.637931034],[8419.9597946963,15401.603448276],[8347.9375534645,15536.627586207],[8279.2070145423,15660.355172414],[8189.4927288281,15648.060344828],[8148.3207869974,15600.822413793],[8289.754491018,15539.84137931],[8289.9871685201,15601.982758621]], + "20334":[[6631.6638152267,14838.009655172],[6566.2917023097,14851.982758621],[6568.3618477331,14864.017758621],[6526.9760479042,14879.628793103],[6550.8254918734,14842.608655172],[6490.124037639,14856.722758621],[6483.2976903336,14857.884310345],[6469.1830624465,14850.262413793],[6485.881094953,14833.879310345],[6498.3875106929,14838.544051724],[6466.4114627887,14880.111551724],[6580.252352438,14844.926396552],[6516.0265183918,14893.849482759],[6565.128314799,14900.842413793],[6554.3840889649,14871.027758621],[6554.503849444,14885.092068966],[6495.8383233533,14894.492068966],[6510.0213857998,14905.210862069],[6462.7844311377,14885.567068966],[6516.6082121471,14862.029310345],[6648.8579982891,14787.916206897],[6621.5697177074,14793.430689655],[6714.4525235244,14776.319827586],[6478.9863130881,14810.170517241],[6473.9050470488,14801.982758621],[6478.6612489307,14784.976206897],[6484.2728828058,14780.142758621],[6537.5491873396,14787.823275862],[6564.0333618477,14823.211034483],[6564.0504704876,14802.631896552],[6527.0786997434,14809.767241379],[6609.7305389222,14825.316258621],[6589.747647562,14794.930689655],[6602.6475620188,14789.292241379],[6588.0538922156,14821.848103448],[6576.9161676647,14800.304482759],[6506.120615911,14782.063965517],[6586.3601368691,14766.757586207],[6505.5560307956,14823.534482759],[5802.8186484175,14745.378275862],[5827.4208725406,14738.868275862],[5823.7254063302,14710.31637931],[5844.7005988024,14659.486206897],[5905.1112061591,14553.475862069],[6053.2207014542,14707.775689655],[6079.499572284,14705.878793103],[5944.0846877673,14521.920689655],[5930.6886227545,14531.4],[5931.7835757057,14500.477586207],[5886.3430282293,14490.418965517],[5913.254918734,14530.134482759],[5914.9486740804,14567],[5959.7048759624,14433.85],[5753.6655260907,14587.084482759],[5770.0384944397,14551.996551724],[5831.869118905,14590.465517241],[5899.619332763,14474.375862069],[5806.2745936698,14618.870689655],[5665.6073567151,14517.070689655],[5731.6980325064,14604.353448276],[5592.0402053037,14663.503448276],[5639.7733105218,14621.760344828],[5705.9324208725,14544.677586207],[5684.8545765612,14693.202413793],[5680.0812660394,14572.760344828],[5600.0641573995,14634.431034483],[5590.1924721985,14559.748275862],[5566.4285714286,14599.931034483],[5587.6775021386,14741.637931034],[6174.9315654405,14673.024655172],[6114.2643284859,14705.905],[5870.6715141146,14667.516551724],[5872.5705731394,14563.527586207],[5848.9264328486,14684.455172414],[5878.8323353293,14699.615689655],[5880.4405474765,14714.535344828],[5862.3909324209,14702.425862069],[5784.495295124,14756.299482759],[5810.2266894782,14729.369827586],[5801.8947818648,14765.357586207],[5824.0333618477,14753.814482759],[5846.7707442258,14736.72362069]], + "20335":[[6406.9418306245,14901.572586207],[6411.25320787,14912.787241379],[6404.3584260051,14929.510517241],[6398.6099230111,14860.036206897],[6392.6390076989,14988.189655172],[6365.9837467921,15025.182758621],[6379.8075278015,14885.603448276],[6370.5175363559,14807.640517241],[6389.7647562019,14817.476965517],[6357.6689478186,14794.547068966],[6381.9289991446,14689.770172414],[6363.9307100086,14709.220517241],[6389.0633019675,14703.003793103],[6296.505560308,14901.55],[6314.3498716852,14908.620862069],[6331.4927288281,14889.235862069],[6348.994867408,14887.74137931],[6349.8674080411,14877.844827586],[6288.2763045338,15019.224137931],[6300.5260906758,15029.194827586],[6314.7946963216,15034.74137931],[6346.2745936698,15042.984482759],[6195.8896492729,15038.189655172],[6211.2874251497,15044.224137931],[6192.1428571429,15018.606896552],[6203.3490162532,14972.850517241],[6238.1137724551,14973.553965517],[6335.8041060736,15042.827586207],[6096.4029084688,15095.774137931],[6146.4627887083,15003.532758621],[6040.252352438,14900.137241379],[6046.1890504705,14902.844827586],[6270.3122326775,14990.775862069],[6279.0205303678,14974.635],[6187.4037639008,14862.819310345],[6170.2266894782,14846.810344828],[6306.377245509,14751.592586207],[6302.4080410607,14728.03],[6313.7681779299,14730.006206897],[6281.2959794696,14729.164310345],[6144.5637296835,14724.396551724],[6150.996578272,14739.235344828],[6165.8982035928,14714.800172414],[6290.8426005133,14720.948275862],[6336.9674935843,14699.445344828],[6121.005132592,14745.358103448]], + "20336":[[6406.4114627887,14876.809655172],[6394.0419161677,14937.17362069],[6399.6364414029,14950.520344828],[6454.8289136014,14799.054482759],[6304.5295124038,14909.74137931],[6340.9366980325,14883.902758621],[6178.1822070145,14998.323793103],[6167.2840034217,14988.907068966],[6315.6501283148,14747.66862069],[6310.124037639,14742.483275862],[6295.9751924722,14748.534482759],[6133.4431137725,14736.465517241]], + "20352":[[6576.4542343884,14438.365517241],[6636.3002566296,14382.179310345],[6702.4764756202,14343.868965517],[6605.2822925577,14289.075862069],[6713.1351582549,14300.687931034],[6519.6535500428,14382.643103448],[6506.8905047049,14281.213793103],[6533.6826347305,14199.546551724],[6633.870829769,14184.74137931],[6548.2763045338,14157.751724138],[6467.9512403764,14138.655172414],[6451.6638152267,14199.396551724],[6403.5543199316,14192.096551724],[6747.5919589393,14003.286206897],[6585.6073567151,13998.248275862],[6912.6732249786,14118.705172414],[6846.6680923867,14065.786206897],[6857.1385799829,14132.587931034],[6846.7878528657,14210.160344828],[6812.9469632164,14300.503448276],[6918.9520958084,14411.236206897],[6925.3849443969,14402.420689655],[6918.6783575706,14467.760344828],[6732.245508982,14095.086206897]], + "20357":[[5503.1950384944,14286.581034483],[5570.6886227545,14331.787931034],[5426.8562874252,14296.810344828],[5374.4011976048,14115.327586207],[5315.8383233533,14125.84137931],[5365.6415739949,14053.555172414],[5406.2403763901,14319.589655172],[5348.3960650128,14203.115517241],[5287.2326775021,14628.736206897],[4993.9221556886,14553.531034483],[4943.9478186484,14506.579310345],[4936.8648417451,14607.655172414],[4906.8220701454,14506.929310345],[4752.0402053037,14434.715517241],[4720.1325919589,14466.637931034],[4630.7057313944,14462.570689655],[4630.4491017964,14422.875862069],[4986.0692899914,14624.932758621],[5204.4610778443,14675.358965517],[5215.872540633,13993.479310345],[5090.6886227545,14693.600862069],[5226.3430282293,13919.929310345]], + "20358":[[5065.8639863131,14415.479310345],[4952.0915312233,14495.948275862],[4715.4790419162,14416.332758621],[4889.6449957228,14645.948275862],[4966.497005988,14627.4],[5056.625320787,14629.206896552]], + "20359":[[4982.9384088965,14666.212758621],[5018.2677502139,14618.513793103],[5090.6715141146,14528.706896552],[5092.7929854577,14513.815517241],[5092.0915312233,14516.975862069],[5205.2994011976,14591.637931034]], + "20371":[[4498.2164242943,14655.025862069],[4500.628742515,14630.115517241],[4507.2668947819,14587.327586207],[4522.6988879384,14544.213793103],[4484.1702309666,14626.120689655],[4438.1479897348,14690.678103448],[4457.7715996578,14665.490517241],[4390.5346449957,14579.551724138],[4340.8340461933,14500.293103448],[4468.6184773311,14669.981896552],[4085.1796407186,14571.19137931]], + "20373":[[4562.373823781,14591.875862069],[4503.4174508127,14620.382758621],[4532.8443113772,14587.027586207],[4437.9769033362,14664.051724138],[4463.2805816938,14641.748275862],[4445.6415739949,14633.246551724],[4482.6646706587,14705.071034483],[4471.8862275449,14714.669482759],[4427.3524379812,14705.826206897],[4385.2138579983,14625.182758621],[4351.7151411463,14562.006896552],[4399.0889649273,14573.806896552],[4417.2241231822,14534.151724138],[4393.4602224123,14522.037931034],[4335.2908468777,14494.363793103],[4297.7031650984,14607.263793103],[4275.1881950385,14555.303448276],[4286.7707442258,14511.922413793],[4285.1454234388,14463.781034483],[4237.8400342173,14533.794827586],[4222.4080410607,14527.915517241],[4223.3832335329,14551.403448276],[4228.9435414885,14580.065517241],[4268.5158254919,14592.687931034],[4360.2352437981,14454.79137931],[4113.6997433704,14540.846551724],[4103.8109495295,14556.281034483],[4097.6860564585,14610.139655172],[4132.621899059,14611.829310345]], + "20374":[[4320.1325919589,14591.413793103],[4236.5397775877,14523.684482759],[4088.7382378101,14549.106896552],[4263.0410607357,14442.563793103]], + "20375":[[4357.0701454234,14581.743103448],[4240.8511548332,14562.95],[4114.9828913601,14532.118965517],[4111.9204448246,14601.844827586]], + "20377":[[4767.3182207015,14346.810344828],[4686.9589392643,14424.30862069],[4736.6595380667,14441.470689655],[4650.7399486741,14397.603448276],[4710.9794696322,14382.939655172],[4620.7827202737,14408.489655172],[4584.751924722,14406.581034483],[4436.6595380667,14556.089655172],[4130.7912745937,14541.512068966],[4092.0573139435,14591.534482759],[4133.631308811,14655.034482759],[4113.5286569718,14501.717241379],[4168.5158254919,14582.155172414],[4323.502994012,14548.486206897],[4237.6860564585,14599.155172414],[4387.4550898204,14672.339310345]], + "20380":[[10347.301112062,14322.672413793],[10443.212147134,14252.170689655],[10436.033361848,14272.260344828],[10457.292557742,14262.563793103],[10693.75106929,14368.362068966],[10689.473909324,14369.224137931],[10461.928999145,14287.327586207],[10451.037639008,14301.936206897],[10377.579982891,14363.634482759],[10395.039349872,14372.818965517],[10361.417450813,14331.775862069],[10388.361847733,14287.327586207],[10381.518391788,14285.603448276],[10401.554319932,14290.846551724],[10368.705731394,14388.710344828],[10324.204448246,14354.568965517],[10332.28314799,14377.022413793],[10342.960650128,14360.931034483],[10334.77245509,14332.546551724],[10432.592814371,14300.484482759]], + "20394":[[3991.6809238666,16313.032758621],[3751.1847733105,16332.217241379],[3941.4157399487,16405.474137931],[3918.0282292558,16382.127586207],[3805.4191616766,16360.736206897],[3477.7887082977,17026.189655172],[3535.376390077,16899.586206897],[3550.9110350727,16927.879310345],[3615.2053036784,16825.086206897],[3449.9016253208,16739.396551724],[3572.2797262618,16744.224137931],[3428.0367835757,16863.086206897],[3142.9213002566,16948.965517241],[3235.0342172797,17007.706896552],[3424.8545765612,17169.706896552],[3707.745936698,16345.632758621],[3604.7861420017,16473.581034483],[3672.3823781009,16204.998275862],[3517.3609923011,16345.744827586],[3483.3147989735,16299.396551724],[3447.4208725406,16275.365517241],[3648.3618477331,16217.894827586],[3455.0855431993,16227.844827586],[3374.8289136014,16589.137931034],[3355.8554319932,16594.224137931],[3565.4875962361,16532.962068966]], + "20399":[[3724.3242087254,14865.60862069],[3858.9349871685,14850.591896552],[3860.9538066724,14845.535482759],[3981.2104362703,14863.628793103],[4065.3678357571,14851.048448276],[4065.6757912746,14848.052413793],[4144.4781864842,14863.217068966],[4149.7647562019,14870.140689655],[4146.2745936698,14860.603448276],[3716.8477331052,14873.534482759],[3721.8605645851,14869.697241379]], + "20400":[[6091.7322497861,14147.653448276],[6119.003421728,14243.784482759],[5900.3207869974,14198.305172414],[6006.3259195894,14159.596551724],[5998.130881095,14127.612068966],[6095.9238665526,14105.637931034],[6063.2976903336,14038.189655172],[6070.4148845167,13827.244827586],[5995.7356715141,13853.370689655],[6302.6133447391,13767.144827586],[6296.9674935843,13838.096551724],[6021.6894781865,13919.117241379]], + "20401":[[5625.6073567151,14466.422413793],[5525.9837467921,14306.596551724],[5560.4063301967,14323.174137931],[5533.0325064157,14308.094827586],[5532.878528657,14308.222413793],[5549.7989734816,14288.05],[5512.2626176219,14274.668965517],[4731.4071856287,14690.844827586],[4782.1000855432,14718.489827586],[4788.7040205304,14684.74137931],[5456.3344739093,14545.937931034],[5446.5825491873,14364.037931034],[5432.878528657,14295.15],[5439.4311377246,14293.694827586],[5368.3447390932,14150.75862069],[5362.630453379,14131.039655172],[5338.8494439692,14132.537931034],[5330.0384944397,14146.64137931],[5324.5466210436,14135.14137931],[5358.4559452524,14089.846551724],[5409.0633019675,14313.065517241],[5234.0419161677,14432.870689655],[5206.1035072712,14385.179310345],[5107.7630453379,14391.463793103],[5096.8648417451,14487.806896552],[5106.8049615056,14446.889655172],[5201.9461077844,14468.068965517],[5125.3336184773,14541.744827586],[5194.1103507271,14651.279310345],[4990.5859709153,14543.805172414],[4733.5457656116,14406.587931034],[4708.2763045338,14484.896551724],[4653.7681779299,14609.984482759],[4824.9743370402,14578.325862069],[4925.6415739949,14711.671034483],[4983.8280581694,14688.50862069],[5034.3498716852,14639.65],[4931.0136869119,14596.913793103],[5092.9127459367,14535.182758621],[5100.9366980325,14532.155172414],[5099.9272882806,14510.681034483],[5229.251497006,14631.310344828],[5254.4011976048,14600.493103448],[5213.75106929,13954.544827586],[5076.2318220701,14685.137758621],[5207.6432848589,13940.475862069],[5217.994011976,13925.324137931],[5235.0342172797,13922.012068966],[5237.5491873396,13898.562068966],[4114.5380667237,14736.295862069],[4119.2087254063,14731.022413793],[4111.2018819504,14724.396551724],[4188.0881094953,14765.697758621],[4158.2848588537,14699.145517241],[4140.0812660394,14698.330344828],[4265.2651839179,14744.786206897],[4256.8477331052,14736.556724138],[4251.5953806672,14749.819482759],[4222.2369546621,14759.302931034],[4266.0350727117,14751.120689655],[4143.4345594525,14518.544827586],[4138.5757057314,14520.948275862],[4148.9606501283,14525.643103448],[4168.4644995723,14606.806896552],[4111.7835757057,14619.05862069],[4193.0667236955,14693.127241379],[4198.9520958084,14684.581724138],[4165.9324208725,14698.717068966],[4166.5312232678,14686.644655172],[4163.246364414,14647.54137931],[4189.0290846878,14615.217241379],[4166.7707442258,14620.836206897],[4161.9289991446,14613.825862069]], + "20402":[[6398.0453378956,14878.868793103],[6394.503849444,14943.805],[6395.8212147134,14940.872413793],[6403.7596236099,14951.120689655],[6520.0983746792,14757.155172414],[6285.2994011976,14749.015],[6266.0692899914,14743.227068966],[6139.5851154833,14746.14362069]], + "20405":[[4558.4388366125,14633.05862069],[4391.2874251497,14484.906896552],[4470.7228400342,14693.290172414],[4345.248075278,14616.179310345]], + "20434":[[3731.2874251497,17959.465517241],[3782.9726261762,17985.275862069],[3767.8143712575,18061.637931034],[3737.2583404619,18139.568965517],[3837.2241231822,18186.413793103],[3798.3361847733,18146.827586207],[3790.7741659538,18107.310344828],[3833.2378100941,18050.5],[3881.0906757913,18226.982758621],[3743.1094952951,18318.172413793],[3768.8922155689,18313.017241379],[3823.3832335329,18389.448275862],[3114.8118049615,17472.137931034],[3441.8263473054,18278.965517241],[3423.2634730539,18199.879310345],[3279.5851154833,18253.948275862],[3352.8956372968,18108.5],[3431.9375534645,18114],[3272.0744225834,18217.689655172],[3272.878528657,18240.775862069],[3257.6518391788,18200.75862069],[3251.5098374679,18163.068965517],[3245.3678357571,18208.051724138],[3340.4918733961,18057.172413793],[3392.2797262618,18044.965517241],[3360.9880239521,18014.913793103],[3223.1094952951,18172.913793103],[3318.7639007699,17991.982758621],[3305.9495295124,18024.206896552],[3294.3156544055,17947.155172414],[3345.8297690334,17931.810344828],[3286.5996578272,17980.379310345],[3342.1685201027,17976.982758621],[3328.0710008554,17867.672413793],[3299.619332763,17914.844827586],[3193.9050470488,17587.913793103],[3351.6467065868,17891.931034483],[3411.1334473909,18004.051724138],[3544.3413173653,18041.362068966],[3591.4414029085,17975.862068966],[3605.6415739949,17951.120689655],[3616.7621899059,18016.931034483],[3675.2566295979,17982.724137931],[3686.0521813516,18116.637931034],[3675.8554319932,18178.896551724],[3672.3652694611,18111.465517241],[3665.4533789564,18049.068965517],[3673.3233532934,18257.568965517],[3596.9161676647,18190.155172414],[3540.6116338751,18149.551724138],[3530.2951240376,18097.706896552],[3486.7365269461,18142.5],[3468.122326775,18325.448275862],[3499.003421728,18348.913793103],[3536.3515825492,18343.362068966],[3529.5081266039,18303.706896552],[3534.503849444,18226.224137931],[2916.4200171086,17977.086206897],[2910.1753635586,17956.293103448],[2901.621043627,17756.293103448],[2918.7296834902,17773.534482759],[2962.1343028229,17747.379310345],[3045.3165098375,17826.5],[3042.3909324209,17744.25862069],[3093.1693755346,17846.551724138],[3004.2728828058,17692.706896552],[3001.4157399487,17730.793103448],[2962.9384088965,17684.568965517],[3028.1907613345,17709.706896552],[3002.3909324209,17790.862068966],[3022.2369546621,17922.672413793],[3089.0290846878,17881.637931034],[2996.3173652695,17876.844827586],[3010.2609067579,17908.879310345],[2972.9469632164,17789.396551724],[3010.8426005133,17801.482758621],[2988.8408896493,17950.413793103],[2969.251497006,17950.74137931],[2950.1924721985,17951.275862069],[2982.750213858,17965.034482759],[2965.5560307956,17939.137931034],[3020.3378956373,17934.827586207],[3001.3644140291,17948.275862069],[3059.0205303678,17960.603448276],[3076.0607356715,17950.172413793],[3038.4388366125,18012.793103448],[3102.750213858,17998.74137931],[3150.6030795552,17993.465517241],[3121.4670658683,18014.051724138],[3018.8323353293,18063.5],[3019.5508982036,18044.189655172],[3048.75534645,18022.672413793],[3065.6073567151,17855.913793103],[3093.2378100941,18117.5],[3111.5953806672,18118.482758621],[2982.6475620188,18101.568965517],[2999.1402908469,18045.948275862],[2906.753635586,18052.844827586],[2963.0581693755,18011.706896552],[2948.6698032506,18000.25862069],[2866.5483319076,18087.327586207],[2912.7929854577,18005.551724138],[2911.0307955518,18263.189655172],[2936.0778443114,18239.793103448],[2943.8109495295,18144.137931034],[2957.8058169376,18272.5],[2966.1719418306,18189.862068966],[3080.8853721129,18288.75862069],[3034.0761334474,18184.5],[3098.2848588537,18242.793103448],[3086.3943541488,18207.155172414],[3101.4499572284,18132.75862069],[2988.875106929,18245.948275862],[3011.629597947,18188.827586207],[3211.3216424294,18265.775862069],[3239.2600513259,18252.913793103],[3606.1377245509,18251.189655172],[3017.1899059025,17650.568965517],[3034.2814371257,17663.775862069],[3038.3875106929,17647.396551724],[3098.8494439692,17663.068965517],[2963.6398631309,17654.465517241],[2947.6946107784,17607.068965517],[3053.8879384089,17620.948275862],[3040.2010265184,17570.086206897],[3030.7912745937,17569.224137931],[3043.7425149701,17558.034482759],[3046.5141146279,17530.775862069],[3098.8665526091,17612.24137931],[3072.3823781009,17608.482758621],[3123.879384089,17579.482758621],[3075.4448246364,17562.172413793],[3111.1334473909,17481.672413793],[3061.5868263473,17506.293103448],[3132.3481608212,17536.413793103],[2938.1822070145,17652.293103448],[3239.8246364414,18391.379310345],[3420.0128314799,18374.396551724],[3438.1650983747,18367.206896552],[3472.5192472198,18379.051724138],[3539.9443969204,18409.24137931],[3594.3156544055,18372.689655172],[3628.2420872541,18458.448275862],[3648.0538922156,18382.689655172],[3718.5585970915,18383.879310345],[3187.3353293413,18361.465517241]], + "20531":[[7245.624465355,18323.379310345],[7288.2763045338,18336.465517241],[7325.2994011976,18326.534482759],[7344.7348160821,18323.534482759],[7434.3327630453,19041.051724138],[7475.496150556,19078.448275862],[7479.8930710009,19121.810344828],[7460.8340461933,19108.379310345],[7534.6407185629,19081.293103448],[7603.9307100086,19117.5],[7439.8075278015,19041.637931034],[7540.628742515,19009.74137931],[7564.495295124,19017.965517241],[7635,19039.017241379],[7617.6176218991,19016.637931034],[7654.9144568007,19006.120689655],[7649.4396920445,19005.534482759],[7576.625320787,19127.603448276],[7539.1916167665,19075.931034483]], + "20532":[[7332.245508982,18337.862068966],[7288.1052181352,18307.137931034],[7470.0384944397,19096.482758621],[7598.6099230111,19120.586206897],[7435.8212147134,19045.517241379],[7636.4884516681,19043.482758621],[7473.4260051326,19120.137931034],[7535.3934987169,19074.24137931],[7613.9734816082,19020],[7200.5431993157,19251.293103448]], + "20556":[[3757.0530367836,19445.086206897],[3787.3524379812,19545.413793103],[3943.7767322498,19570.534482759],[3888.7895637297,19505.120689655],[4097.5149700599,19524.396551724],[4346.3601368691,19487.24137931],[4478.8836612489,19476],[4504.4610778443,19390.551724138],[3980.0470487596,16422.734482759],[3452.2284003422,16783.896551724],[3041.0564585115,16929.568965517],[3668.4473909324,19435.448275862]], + "20641":[[13354.213002566,12659.137931034],[13247.352437981,12657.810344828],[13182.202737382,12753.706896552],[13101.603934987,12737.862068966],[13051.116338751,12783.172413793],[13054.059024808,12757.068965517],[13726.069289991,13310.274137931],[13710.072711719,13296.524137931]], + "20646":[[13990.585970915,14549.396551724],[13964.923011121,14576.982758621],[13923.862275449,14666.637931034],[13923.862275449,14647.672413793],[13917.874251497,14651.120689655],[13896.779298546,14565.282758621],[13948.892215569,14549.601724138],[13963.212147134,14518.362068966],[13868.242087254,14575.136206897],[13895.633019675,14577.779310345],[13886.343028229,14606.094827586],[13900.834046193,14605.544827586],[13834.914456801,14498.810344828],[13907.010265184,14521.056896552],[13964.067579127,14552.844827586],[13908.73823781,14509.056896552],[13900.628742515,14513.386206897],[13845.162532079,14499.396551724],[13735.667236955,14542.5],[13718.404619333,14616.427586207],[13700.611633875,14401.348275862],[13763.041060736,14397.672413793],[13725.402053037,14373.534482759],[13848.498716852,14372.944827586],[13724.871685201,14318.822413793],[13738.062446535,14297.046551724],[13819.499572284,14308.879310345],[13801.039349872,14299.622413793],[13806.668092387,14295.086206897],[13816.077844311,14315.775862069],[13840.885372113,14320.948275862],[13729.644995723,14274.903448276],[13720.799828914,14239.074137931],[13689.268605646,14235.413793103],[13717.805816938,14278.406896552],[13757.224123182,14264.889655172],[13706.582549187,14435.603448276],[13808.960650128,14387.639655172],[13804.683490163,14377.998275862],[13818.062446535,14381.617241379],[14007.694610778,14377.844827586],[14005.128314799,14383.017241379],[14022.664670659,14404.334482759],[14023.212147134,14413.2],[14030.072711719,14409.360344828],[14029.935842601,14382.155172414],[14030.722840034,14419.374137931],[14026.514114628,14390.775862069],[14007.694610778,14474.396551724],[13962.356715141,14465.775862069],[14009.165953807,14494.677586207],[14013.990590248,14475.831034483],[14022.202737382,14477.775862069],[13764.649272883,14138.846551724],[13769.901625321,14130.046551724],[13760.491873396,14133.048275862],[13766.822070145,14122.031034483],[13778.934987169,14116.268965517],[13781.911890505,14167.632758621],[13734.452523524,14101.94137931],[13752.416595381,14191.067241379],[13763.468776732,14200.660344828],[13749.610778443,14183.681034483],[13765.692899914,14187.015517241],[13761.706586826,14180.036206897],[13745.00855432,14191.472413793],[13754.486740804,14176.982758621],[13731.971770744,14223.332758621],[13722.921300257,14221.175862069],[13718.404619333,14227.70862069],[13704.94011976,14140.979310345],[13687.47219846,14146.432758621],[13725.076988879,14105.85],[13735.804106074,14109.927586207],[13727.711719418,14099.256896552],[13700.594525235,14077.844827586],[13700.868263473,14068.131034483],[13705.470487596,14147.175862069],[13651.492728828,14111.812068966],[13659.875962361,14070.310344828],[13728.036783576,14039.755172414],[13700.594525235,14061.465517241],[13702.305389222,14016.637931034],[13729.97005988,14032.051724138],[13738.267750214,14033.327586207],[13622.715996578,14214.344827586],[13635.667236955,14208.95862069],[13614.349871685,14223.401724138],[13676.796407186,14061.477586207],[13555.171086399,14283.017241379],[13546.685201027,14280.968965517],[13624.033361848,14236.818965517],[13675.068434559,14235.917241379],[13548.857998289,14289.315517241],[13575.701454234,14303.706896552],[13635.889649273,14311.631034483],[13625.316509837,14313.484482759],[13529.850299401,14380.594827586],[13556.813515825,14346.167241379],[13547.386655261,14372.148275862],[13550.0213858,14392.434655172],[13605.675791275,14394.229310345],[13662.784431138,14332.831034483],[13646.394354149,14318.29137931],[13670.03849444,14294.818965517],[13669.183062447,14243.287931034],[13664.289991446,14231.144827586],[13457.651839179,14326.982758621],[13538.575705731,14401.036206897],[13543.434559453,14391.093103448],[13615.906757913,14391.637931034],[13461.073567151,14298.534482759],[13466.377245509,14343.518965517],[13514.384088965,14549.739655172],[13516.573994867,14541.075862069],[13528.652694611,14560.603448276]], + "20676":[[13240.748502994,14000.994827586],[13300.252352438,13968.362068966],[13289.337040205,14001.986206897],[13292.639007699,13964.012068966],[13175.581693755,13817.844827586],[13812.998289136,14139.803448276],[13842.596236099,14136.465517241],[13831.099230111,14118.151724138],[13836.402908469,14120.901724138],[13838.028229256,14111.051724138],[13833.032506416,14111.69137931],[13526.479897348,14128.246551724],[13530.03849444,14125.237931034],[13554.794696322,14110.543103448],[13560.936698033,14091.710344828],[13558.934987169,14084.515517241],[13550.893926433,14089.051724138],[13560.303678358,14010.136206897],[13554.315654405,14016.637931034],[13555.171086399,14023.534482759],[13473.237810094,14229.45],[13434.555175364,13882.155172414],[13480.970915312,13880.115517241],[13547.47219846,13851.982758621],[13604.443969204,13857.293103448],[13603.930710009,13861.465517241],[13601.039349872,13859.794827586],[13597.942686056,13861.465517241],[13626.103507271,13797.010344828],[13544.632164243,13887.577586207],[13659.533789564,13865.775862069]], + "20678":[[13875.906757913,14577.634482759],[13957.857142857,14532.532758621],[13814.264328486,14369.617241379],[13838.592814371,14485.505172414],[13831.475620188,14321.810344828],[13739.636441403,14233.429310345],[13671.167664671,14224.344827586],[13691.561163388,14155.525862069],[13617.754491018,14232.993103448],[13462.767322498,14332.317241379]], + "20679":[[13911.030795552,14666.637931034],[13934.127459367,14665.775862069],[13933.272027374,14654.568965517],[13927.284003422,14656.293103448],[13953.80239521,14555.431034483],[13964.067579127,14545.948275862],[13936.693755346,14663.189655172],[13886.069289991,14595.467241379],[13880.611633875,14565.736206897],[13873.323353293,14565.00862069],[13894.846022241,14605.732758621],[13886.514114628,14570.022413793],[13866.25748503,14567.90862069],[13827.215568862,14501.513793103],[13809.542343884,14494.182758621],[13957.224123182,14543.362068966],[13821.005132592,14483.189655172],[13828.909324209,14486.465517241],[13903.639863131,14586.710344828],[13716.950384944,14308.013793103],[13721.980325064,14310.603448276],[13722.835757057,14314.513793103],[13725.128314799,14291.186206897],[13693.990590248,14315.579310345],[13829.98716852,14308.643103448],[13824.272882806,14304.727586207],[13834.897348161,14308.879310345],[13835.393498717,14315.405172414],[13847.728828058,14315.775862069],[13723.862275449,14280.798275862],[13684.529512404,14245.010344828],[14000.953806672,14481.053448276],[14017.959794696,14487.327586207],[13695.393498717,14140.072413793],[13699.585115483,14145.782758621],[13702.904191617,14155.99137931],[13696.556886228,14157.720689655],[13689.662104363,14083.665517241],[13667.968349016,14184.453448276],[13672.365269461,14174.396551724],[13645.05988024,14121.494827586],[13650.312232678,14125.387931034],[13682.5106929,14075.160344828],[13692.040205304,14066.637931034],[13683.417450813,14065.265517241],[13678.062446535,14069.829310345],[13627.52352438,14214.69137931],[13631.390076989,14213.55],[13635.718562874,14218.344827586],[13674.076133447,14183.879310345],[13622.52780154,14224.122413793],[13632.262617622,14229.465517241],[13626.171941831,14325.25862069],[13645.710008554,14333.367241379],[13653.562874251,14328.696551724],[13696.317365269,14322.672413793],[13667.352437981,14237.05862069],[13691.903336185,14242.106896552]], + "20684":[[14078.644140291,15200.820689655],[14068.430282293,14836.465517241],[14067.55774166,14819.95012069],[14076.129170231,14820.086206897],[14636.077844311,15638.772413793],[14603.81094953,15224.353448276],[14608.926432849,15219.29137931],[14591.971770744,15199.232758621],[14596.23182207,15191.637931034],[14533.443113772,15245.584482759],[14529.371257485,15252.837931034],[14550.278015398,15200.10862069],[14529.576561163,15121.922413793],[14528.036783576,15130.75],[14533.78528657,15129.568965517],[14459.088964927,15181.431034483],[14499.568006843,15214.913793103],[14477.668947819,15179.003448276],[14472.621899059,15172.081034483],[14415.667236955,15224.824137931],[14421.415739949,15231.812068966],[14497.942686056,15221.218965517],[14407.745936698,15325.920689655],[14485.162532079,15304.998275862],[14408.857998289,15295.236206897],[14318.866552609,15252.813793103],[14273.887938409,15266.717241379],[14382.750213858,15100.353448276],[14385.573139435,15088.170689655],[14378.934987169,15088.181034483],[14414.041916168,15039.163793103],[14403.126603935,15042.681034483],[14408.002566296,15033.998275862],[14421.603934987,15070.177586207],[14489.644995723,15094.512068966],[14513.75106929,15091.944827586],[14384.854576561,15064.067241379],[14538.627031651,15977.063793103],[14488.481608212,15857.289655172]], + "20688":[[14709.148845167,15277.844827586],[14762.031650984,15194.968965517],[15254.94867408,16117.213793103]], + "20702":[[15027.131736527,17131.344827586],[14921.461933276,16909.215517241],[15271.21899059,16700.1],[15268.751924722,17227.096551724],[15332.532934132,17170.068965517],[15466.26603935,17227.443103448],[15412.810094098,16863.912068966],[15338.250641574,16871.9],[15648.669803251,17023.337931034],[15536.48502994,17135.872413793],[15455.922155689,16973.505172414]], + "20710":[[12872.348160821,12851.431034483],[12699.94439692,12621.189655172],[12259.99572284,13070],[12246.30881095,13072.379310345],[12257.959794696,13072.896551724],[12344.204448246,13082.75862069],[12342.014542344,13087.206896552],[12337.737382378,13078.189655172],[12255.872540633,13069.275862069],[12408.242087254,12693.362068966],[12316.847733105,12744.517241379],[12330.637296835,12746.051724138],[12327.882805817,12748.275862069]], + "20718":[[13964.632164243,15059.537931034],[13919.585115483,15032.155172414],[13945.898203593,15008.877586207],[14668.447390932,15144.403448276],[14396.591103507,15333.439655172],[14405.333618477,15331.275862069],[14312.758768178,15264.760344828],[14313.186484175,15260.372413793],[14306.411462789,15259.5],[14318.267750214,15263.955172414],[14514.435414885,15178.732758621],[14594.794696322,15206.044827586],[14599.465355004,15195.939655172],[14588.532934132,15176.120689655],[14614.96578272,15179.913793103],[14615.05132592,15196.810344828],[14599.088964927,15199.505172414],[14653.118049615,15175.412068966],[14682.49358426,15201.477586207],[14473.391787853,15202.889655172],[14470.620188195,15179.29137931],[14494.452523524,15189.018965517],[14470.243798118,15184.218965517],[14466.035072712,15179.348275862],[14552.758768178,15168.129310345],[14602.373823781,15159.587931034],[14434.743370402,15200.689655172],[14507.386655261,15105.89137931],[14497.001710864,15150.25862069]], + "20734":[[13062.44225834,15464.051724138],[13108.293413174,15470.912068966],[13636.21471343,15814.518965517],[13587.010265184,15837.151724138],[13678.78100941,15967.210344828],[13530.739948674,16025.701724138],[13468.088109495,15985.894827586],[13458.490162532,16106.389655172],[13669.576561163,15997.356896552],[14751.920444825,15426.982758621],[14758.113772455,15449.567241379],[14755.906757913,15420.90862069],[14761.980325064,15443.70862069],[14806.907613345,15297.198275862],[14785.213857998,15310.965517241]], + "20735":[[13613.870829769,16051.046551724],[13609.559452524,16045.918965517],[13529.867408041,16090.062068966],[13526.941830624,16090.775862069],[13619.824636441,16071.017241379],[13624.136013687,16076.144827586],[13661.056458512,15999.701724138],[13666.958939264,15989.134482759],[14836.556886228,15568.162068966],[14792.142857143,15300.743103448],[14799.790419162,15312.09137931]], + "20736":[[13086.069289991,15494.403448276],[13063.75962361,15456.279310345],[13075.273738238,15487.327586207],[13107.403763901,15488.068965517],[13564.289991446,15700.796551724],[13543.588537211,15659.5],[13556.23182207,15664.151724138],[13591.852010265,15697.205172414],[13641.381522669,15816.044827586],[13639.448246364,15821.346551724],[13686.052181352,15965.844827586],[13525.727117194,16011.856896552],[13525.333618477,16025.765517241],[13477.959794696,15981.796551724],[13465.350727117,16113.189655172],[13465.761334474,16105.025862069],[13474.760479042,15990.775862069],[13685.881094953,15973.598275862],[14800.851154833,15306.465517241]], + "21040":[[16541.484174508,13985.603448276],[16625.145423439,13983.465517241],[16569.576561163,14004.212068966],[16656.112061591,14053.706896552],[16633.340461933,14098.246551724],[16594.623609923,14106.370689655],[16729.816082121,14100.022413793],[16636.881950385,14036.663793103],[16517.5320787,14210.018965517],[16586.719418306,14218.155172414],[16568.875106929,14057.586206897],[16617.822925577,14275.80862069],[16635.581693755,14251.982758621],[16695.786997434,14194.265517241],[16601.124893071,14475.837931034],[16668.344739093,14459.836206897],[16664.666381523,14435.603448276],[16689.473909324,14399.396551724],[16676.129170231,14385.243103448],[16628.652694611,14512.675862069],[16604.084687767,14545.463793103],[16606.531223268,14589.089655172],[16647.352437981,14554.329310345],[16763.605645851,14477.032758621],[16773.306244654,14483.879310345],[16637.429426861,14467.718965517],[16857.001710864,14436.734482759],[16799.414029085,14464.129310345],[16828.70402053,14316.374137931],[16793.71685201,14364.001724138],[16762.236954662,14381.115517241],[16740.748502994,14302.5],[16717.703165098,14235.712068966],[16780.526090676,14239.539655172],[16644.136013687,14308.017241379],[16828.926432849,14375.979310345],[16716.522668948,14134.44137931],[16779.225834046,14141.598275862],[16793.71685201,14072.013793103],[16756.779298546,14093.125862069],[16789.439692044,14011.337931034],[16755.393498717,13988.532758621],[16790.979469632,13959.994827586],[16834.332763045,13734.874137931],[16816.21471343,13680.293103448],[16770.089820359,13761.077586207],[16789.764756202,13778.163793103],[16756.488451668,13714.260344828],[16757.634730539,13668.396551724],[16741.176218991,13802.425862069],[16792.946963216,13786.843103448],[16746.787852866,13781.293103448],[16705.333618477,13675.086206897],[16741.056458512,13679.929310345],[16659.260051326,13761.54137931],[16627.130025663,13746.879310345],[16603.280581694,13680.946551724],[16591.116338751,13725.532758621],[16616.146278871,13650.468965517],[16691.937553465,13647.124137931],[16728.207869974,13663.518965517],[16577.908468777,13773.829310345],[16558.76390077,13841.524137931],[16637.053036784,13944.675862069],[16636.573994867,13911.272413793],[16607.352437981,13809.74137931],[16614.349871685,13786.418965517],[16519.927288281,13768.634482759],[16323.400342173,13374.022413793],[16388.310521814,13443.368965517],[16388.224978614,13419.74137931],[16384.546621044,13407.887931034],[16409.319931565,13345.968965517],[16377.805816938,13387.503448276],[16385.727117194,13350.220689655],[16428.75534645,13441.774137931],[16452.51924722,13329.568965517],[16367.797262618,13466.287931034],[16381.22754491,13476.205172414],[16416.060735672,13454.365517241],[16388.002566296,13491.946551724],[16307.968349016,13354.817241379],[16500.406330197,13376.694827586],[16421.655260907,13538.3],[16472.5534645,13540.093103448],[16450.363558597,13557.070689655],[16497.857142857,13539.913793103],[16619.9786142,13536.610344828],[16581.860564585,13439.972413793],[16458.216424294,13575.256896552],[16507.249786142,13562.636206897],[16525.111206159,13611.151724138],[16561.586826347,13610.055172414],[16537.207014542,13615.775862069],[16676.642429427,13595.086206897],[16635.975192472,13555.236206897],[16511.065012831,13655.536206897],[16480.868263473,13647.653448276],[16647.215568862,13713.84137931],[16660.440547476,13585.370689655],[16623.041060736,13866.289655172],[16736.762189906,13886.668965517],[16625.162532079,13698.713793103],[16603.77673225,13907.462068966],[16744.820359281,13917.65862069],[16656.112061591,13818.362068966],[16789.901625321,13671.170689655],[16775.205303678,13266.660344828],[16601.689478186,13214.844827586],[16704.118905047,13575.331034483],[16804.307100086,13602.781034483],[16789.285714286,13613.606896552],[16783.896492729,13594.174137931],[16854.572284003,13579.568965517],[16822.596236099,13612.968965517],[16850.945252352,13607.651724138],[16834.897348161,13583.879310345],[16763.041060736,13608.879310345],[16892.45081266,14464.715517241],[16921.22754491,14410.75862069],[16890.00427716,14309.098275862],[16915.307955518,13617.5],[16929.217279726,13643.30862069]], + "21091":[[19214.110350727,16715.137931034],[19254.007698888,16618.051724138],[19296.505560308,16595.637931034],[19333.614200171,15226.120689655],[19349.456800684,16432.963793103],[19469.491017964,16431.139655172],[19526.702309666,16517.968965517],[19550.893926433,16513.189655172],[19558.524379812,16524.977586207],[19553.460222412,16463.189655172],[19551.749358426,16478.706896552],[19580.936698033,16448.339655172],[19535.496150556,16383.879310345],[19563.72540633,16392.5],[19626.565440547,16425.20862069],[19559.448246364,16339.913793103],[19568.002566296,16364.913793103],[19551.749358426,16361.465517241],[19681.398631309,16521.674137931],[19733.665526091,16272.217241379],[19628.122326775,16269.331034483],[19616.30025663,16289.974137931],[19653.066723695,16269.189655172],[19631.852010265,16240.713793103],[19612.690333618,16248.027586207],[19615.05132592,16260.925862069],[19694.384088965,16192.832758621],[19744.597946963,16202.69137931],[19690.603079555,16129.562068966],[19659.431137725,16129.677586207],[19647.215568862,16089.767241379],[19652.587681779,16049.372413793],[19561.19332763,16166.505172414],[19640.919589393,15997.468965517],[19648.909324209,16028.275862069],[19627.882805817,15953.762068966],[19633.015397776,15762.327586207]], + "21092":[[18493.579982891,15661.465517241],[19267.934131737,16625],[19299.396920445,16609.74137931],[19404.94011976,15366.431034483],[19418.507271172,15255.886206897],[19342.5106929,15236.453448276],[19289.713430282,15236.75],[19255.769888794,15230.093103448],[19131.732249786,15181.293103448],[18945.162532079,15049.993103448],[18910.175363559,15086.465517241],[18857.138579983,15022.672413793],[18773.135158255,14984.149827586],[18832.331052181,14921.810344828],[19303.81094953,16582.862068966],[19330.603079555,16565.551724138],[19697.429426861,15708.84137931],[19565.898203593,15501.715517241],[19640.628742515,15669.443103448],[19724.717707442,15415.151724138],[19517.155688623,15365.972413793],[19494.178785287,15275.187931034],[19581.19332763,15396.418965517],[19498.952095808,16459.379310345],[19602.44225834,16587.155172414],[19555.667236955,16514.481034483],[19595.376390077,16457.155172414],[19564.580838323,16466.637931034],[19527.112917023,16410.246551724],[19543.195038494,16395.086206897],[19557.737382378,16385.603448276],[19567.147134303,16381.293103448],[19576.556886228,16414.051724138],[19571.082121471,16350.862068966],[19579.123182207,16328.706896552],[19560.303678358,16368.362068966],[19576.779298546,16339.653448276],[19563.72540633,16358.879310345],[19559.277159966,16360.836206897],[19698.78100941,16469.137931034],[19666.29170231,16446.143103448],[19699.037639008,16443.45862069],[19691.30453379,16347.468965517],[19550.893926433,16497.672413793],[19541.159110351,16514.837931034],[19714.281437126,16463.189655172],[19748.994867408,16467.772413793],[19750.260906758,16376.927586207],[19735.786997434,16420.301724138],[19740.799828914,16397.672413793],[19747.301112062,16362.905172414],[19593.545765612,16425.048275862],[19589.816082121,16449.101724138],[19783.006843456,16439.00862069],[19795.393498717,16430.053448276],[19774.674935843,16414.472413793],[19758.986313088,16410.565517241],[19779.653550043,16425.356896552],[19771.082121471,16376.596551724],[19638.370402053,16438.255172414],[19628.515825492,16442.462068966],[19702.202737382,16304.439655172],[19667.985457656,16285.756896552],[19716.608212147,16309.032758621],[19714.298545766,16294.051724138],[19729.884516681,16453.663793103],[19723.075278015,16455.763793103],[19618.74679213,16440.794827586],[19605.265183918,16293.153448276],[19622.408041061,16278.965517241],[19593.665526091,16306.293103448],[19652.040205304,16444.25862069],[19630.278015398,16260.718965517],[19767.45508982,16369.484482759],[19610.774165954,16161.465517241],[19689.148845167,16178.770689655],[19686.924721985,16168.431034483],[19731.150556031,16350.989655172],[19682.305389222,16151.279310345],[19679.790419162,16135.05],[19677.053036784,16147.9],[19682.715996578,16290.665517241],[19652.639007699,16096.298275862],[19723.041060736,16081.394827586],[19694.863130881,16203.551724138],[19684.392643285,16226.318965517],[19604.272882806,16068.260344828],[19651.595380667,16225.084482759],[19653.477331052,16025.560344828],[19595.667236955,15974.148275862],[19670.431993157,15980.918965517],[19647.797262618,16073.272413793],[19648.464499572,16007.781034483],[19634.96578272,15956.513793103],[19646.497005988,15900.927586207],[19652.091531223,15887.918965517],[19740.970915312,15742.736206897],[19648.173652695,15777.151724138],[21161.706586826,16603.034482759],[21329.371257485,16545.363793103]], + "21093":[[19256.625320787,16639.051724138],[19327.626176219,15247.672413793],[19105.213857998,15190.775862069],[19077.737382378,15149.975862069],[18889.268605646,15060.272413793],[18863.982035928,14936.465517241],[19675.188195038,15401.996551724],[19576.556886228,15447.672413793],[19576.522668948,16539.34137931],[19740.799828914,16469.224137931],[19556.881950385,16483.879310345],[19705.179640719,16202.94137931],[19666.377245509,16133.879310345],[19647.694610778,16096.425862069],[19633.870829769,15984.282758621],[19652.570573139,16012.655172414],[19648.73823781,16050.637931034],[19639.465355004,15963.20862069],[19726.171941831,15751.163793103],[21150.260906758,16599.931034483],[21317.925577417,16542.25862069]], + "21095":[[19286.565440547,16610.603448276],[19122.54491018,15225.9],[19488.036783576,16434.1],[19685.795551754,15544.318965517],[19724.409751925,15456.434482759],[19704.016253208,15374.396551724],[19530.209580838,16509.729310345],[19535.940975192,16526.343103448],[19539.140290847,16531.479310345],[19594.469632164,16481.137931034],[19582.54491018,16458.017241379],[19562.271171942,16373.796551724],[19560.355004277,16367.546551724],[19680.919589393,16403.539655172],[19671.663815227,16499.981034483],[19770.431993157,16440.189655172],[19754.777587682,16468.017241379],[19788.327630453,16410.34137931],[19757.275449102,16322.753448276],[19634.931565441,16327.95862069],[19639.328485885,16198.367241379],[19659.379811805,16226.05862069],[19653.665526091,16161.601724138],[19734.811804962,16195.948275862],[19715.01710864,16189.896551724],[19734.469632164,16142.201724138],[19655.855431993,16077.517241379],[19604.786142002,16157.155172414],[19573.990590248,16097.672413793],[19566.753635586,15995.294827586],[19578.216424294,16001.7],[19597.087254063,16036.465517241],[19704.615055603,16013.820689655],[19593.169375535,15950.525862069],[19595.119760479,15987.705172414],[19675.068434559,15949.35],[19658.455945252,15981.810344828],[19589.798973482,15883.946551724],[19638.233532934,15916.098275862],[19640.765611634,15845.274137931]], + "21207":[[25451.852010265,9122.7068965517],[25520.697177074,8925.4310344828],[25576.30025663,9065.0344827586],[25298.182207015,8877.1724137931],[25262.236954662,8685.0172413793],[24862.305389222,8695.2931034483],[24884.118905047,8960.9827586207],[26447.301112062,9563.6034482759],[26493.870829769,10023.620689655],[26402.356715141,10047.017241379],[26185.402053037,9971.1206896552],[26273.836612489,9955.6551724138],[25857.155688623,9343.0689655172],[25817.788708298,9295.9482758621],[25671.27031651,9248.1034482759],[25686.650983747,9298.0517241379],[26852.964071856,10423.810344828],[26654.144568007,10417.155172414],[26591.578272027,10052.206896552]], + "21228":[[17174.041916168,14885.305344828],[17222.408041061,14887.327586207],[17225.402053037,14883.817758621],[16906.035072712,14984.85137931],[16990.620188195,14959.778103448],[16993.374679213,14998.822758621],[16944.392643285,15051.982758621],[16946.719418306,15048.487931034],[16949.662104363,15049.032758621],[16995.821214713,14998.263103448],[16993.203592814,15001.723448276],[16978.079555175,15058.513793103],[16998.76390077,14998.806724138],[16998.096663815,15003.927586207],[17108.892215569,14966.910862069],[17105.949529512,14966.366896552],[17108.224978614,14972.032068966],[17152.040205304,15051.794827586],[17157.4465355,15051.774137931],[17154.486740804,15051.231034483],[17156.779298546,15056.898275862],[17151.886227545,15054.696551724],[17126.428571429,15074.037931034],[17250.945252352,15084.155172414],[17208.481608212,15106.106896552],[17210.928143713,15105.544827586],[17213.203592814,15111.212068966],[17197.138579983,15074.012068966],[17229.97005988,15045.017241379],[17103.502994012,14966.925172414],[17132.929854577,14919.889137931],[17135.547476476,14916.430344828],[17133.100940975,14916.988793103],[17137.720273738,14922.672413793],[17176.488451668,14884.746206897],[17179.431137725,14885.29],[17178.76390077,14890.411724138],[17138.490162532,14916.974310345],[17227.677502139,14889.483275862],[17222.955517536,14884.377586207],[17276.129170231,14883.360689655],[17093.306244654,15042.9],[17208.310521814,15109.00862069],[17233.477331052,15040.598275862],[17103.331907613,14969.825517241],[17217.976903336,15145.820689655],[17213.870829769,15106.089655172],[17169.114627887,15166.620689655],[17421.124893071,14813.982155172],[17430.979469632,14809.298448276],[17427.643284859,14805.477586207],[17418.986313088,14807.057241379],[17423.537211292,14806.546206897],[17855.667236955,14818.470603448],[17941.826347305,14826.982758621],[17943.77673225,14823.356741379],[17941.501283148,14824.449],[17841.21043627,14788.965],[17775.479041916,14801.958103448],[17851.150556031,14815.775862069],[17795.547476476,14819.865275862],[17849.935842601,14814.544896552],[17857.48075278,14796.395517241],[17852.211291702,14813.452655172],[17855.188195038,14813.326293103]], + "21232":[[18291.065012831,11340.655172414],[18308.823781009,11325.327586207],[18343.092386655,11334.706896552],[18393.443113772,11305.551724138],[18371.800684346,11339.551724138],[18402.065868263,11386.706896552],[18417.070145423,11373.482758621],[18387.45508982,11290.413793103],[18533.76817793,11224],[18437.172797263,11148.25862069],[18568.892215569,11171.24137931],[18431.407185629,11209.310344828],[18691.732249786,11202.189655172],[18884.99144568,11177.620689655],[18898.900769889,11212.051724138],[18921.911890505,11243.551724138],[18915.786997434,11178.689655172],[19164.734816082,11052.465517241]], + "21233":[[18280.115483319,11323.551724138],[18433.973481608,11369.862068966],[18331.903336185,11315.034482759],[18473.905047049,11411.310344828],[18379.465355004,11293.25862069],[18379.670658683,11285.327586207],[18420.218135158,11248.586206897],[18531.407185629,11229.586206897],[18546.958939264,11203.086206897],[18459.020530368,11144.982758621],[18564.923011121,11176.103448276],[18447.574850299,11181.293103448],[18683.947818648,11197.086206897],[18683.74251497,11205.017241379],[18931.30453379,11210.396551724],[18895.701454234,11242.431034483],[18925.898203593,11155.344827586],[19155.171086399,11056.224137931],[19147.591958939,11050.672413793],[18905.881094953,11195.482758621]], + "21234":[[25455.085543199,9106.2931034483],[25469.918733961,9122.3275862069],[25470.517536356,9099.9137931034],[25513.152266895,8918.6034482759],[25525.607356715,8925],[25269.97005988,8670.8275862069],[24900.389221557,8959.7413793103],[24895.205303678,8972.1551724138],[26457.566295979,9564.0172413793],[26396.112061591,10046.74137931],[26165.675791275,9969.5344827586],[26180.491873396,9970.0862068966],[25820.543199316,9276.8620689655],[25799.96150556,9267.5172413793],[25682.613344739,9224.6206896552],[25660.474764756,9217.5862068966],[26666.719418306,10418.982758621],[26656.847733105,10405.517241379],[26676.642429427,10411.465517241],[26598.832335329,10051.017241379]], + "21235":[[25468.80667237,9115.9310344828],[25463.280581694,9112.6896551724],[25458.71257485,9111.4655172414],[25470.893926433,9108.8275862069],[25463.263473054,9106.6896551724],[25491.047904192,8913.0862068966],[25509.371257485,8907.2413793103],[25524.820359281,8921.4482758621],[25267.369546621,8678.1724137931],[25255.068434559,8682.5344827586],[24892.142857143,8963.8275862069],[24895.444824636,8960.4482758621],[24896.454234388,8966.9310344828],[26456.779298546,9560.4655172414],[26395.325064157,10043.189655172],[26170.962360992,9958.8103448276],[26179.670658683,9966.5172413793],[26157.395209581,9953.7068965517],[25814.692044482,9270.9827586207],[25812.673224979,9278.275862069],[25804.204448246,9276.1724137931],[25808.857998289,9267.224137931],[25670.431993157,9223.0689655172],[25670.141146279,9216.5],[25673.887938409,9219.7413793103],[26661.27887083,10411.586206897],[26665.0427716,10408.310344828],[26665.932420873,10415.431034483],[26669.884516681,10408.086206897],[26598.045337896,10047.465517241]], + "21236":[[24337.754491018,9540.2586206897],[24023.383233533,9808.0517241379],[28804.187339607,10642.224137931],[29072.707442258,10536.465517241],[28403.160821215,10593.189655172],[29031.646706587,9886.4655172414],[28796.317365269,10120.413793103],[28517.788708298,10391.310344828]], + "21238":[[16597.087254063,14908.879310345],[16733.049615056,14945.451551724],[16589.456800684,14809.747241379],[16560.252352438,14776.305517241],[16678.524379812,14482.582758621],[16783.229255774,14566.69137931],[16687.677502139,14425.586206897],[16775.136869119,14431.184482759],[16764.97433704,14452.598275862],[16660.543199316,14299.156896552],[16777.001710864,14120.420689655],[16722.835757057,13735.603448276],[16873.69974337,14824.455586207],[16908.413173653,14792.630689655],[16887.728828058,14739.965172414],[17369.354148845,14782.681206897],[17405.248075278,14654.448275862],[17344.9572284,14647.881034483],[17445.641573995,14231.312068966],[17573.922155689,14245.853448276],[17353.289136014,14147.672413793],[17357.566295979,14129.568965517],[17362.45936698,14046.994827586],[16930.739948674,14533.768965517],[16868.344739093,14490.239655172],[16871.800684346,14398.437931034],[17529.542343884,14769.904482759],[17130.791274594,13971.951724138],[17686.394354149,14564.779310345],[17661.19332763,14748.387931034],[17276.556886228,13934.674137931],[17219.790419162,13818.90862069],[18530.346449957,13980.462068966],[18568.857998289,13972.672413793],[18415.119760479,14490.825862069],[18376.710863986,14498.572413793],[18267.52352438,14716.174310345],[18039.910179641,14773.180172414],[18109.95295124,14726.363103448],[17887.4893071,14758.607586207],[17805.05988024,14620.35862069],[18255.325064157,13498.820689655],[18240.286569718,13657.929310345],[18371.082121471,13784.9],[18428.70402053,13933.3],[18338.233532934,13791.910344828],[21833.69974337,8686.775862069],[21854.914456801,8816.1379310345],[21667.797262618,8300.275862069],[21700.252352438,8166.6034482759],[21814.366980325,8447.6724137931],[21884.170230967,8294.8103448276],[21914.897348161,8118.5862068966],[22010.260906758,8008.0172413793],[22092.142857143,8196.3793103448],[22028.515825492,8328.1551724138],[22111.321642429,8454.7413793103],[22089.319931565,8572.5862068966],[22024.307100086,8487],[21925.076988879,8524.3103448276],[22760.936698033,9186.1724137931],[22544.546621044,8018.9827586207],[22933.922155689,7810.4827586207],[22930.363558597,7851.7068965517],[22274.846022241,8128.8793103448],[22593.169375535,7801.724137931],[22601.928999145,7787.5517241379],[22625.470487596,7916.0862068966],[22643.383233533,7771.0689655172],[22643.862275449,7847.2931034483],[22849.764756202,7844.4655172414],[22864.409751925,7814.6896551724],[22820.474764756,7989],[22892.211291702,7917.5],[22960.645851155,8103.7068965517],[22900.508982036,8148.5517241379],[22863.982035928,8110.6034482759],[22971.475620188,8092.4827586207],[22839.516680924,8156.9137931034],[22788.190761334,8157.9482758621],[22728.464499572,8157.1206896552],[22659.037639008,8109.5862068966],[22640.081266039,8011.224137931],[22697.241231822,8017.4137931034],[22672.810094098,8172.4137931034],[22753.80239521,8186.3448275862],[22792.245508982,8180.8793103448],[22712.998289136,8260.224137931],[22515.342172797,8142.0862068966],[22416.591103507,8143.3620689655],[22579.756201882,8282.1896551724],[22650.483319076,8149.9137931034],[22660.628742515,8159.3620689655],[22458.917878529,8240.6551724138],[22563.212147134,8206.2931034483],[22622.750213858,8168.3620689655],[22520.953806672,8343.3620689655],[22409.388366125,8341.9137931034],[22425.846877673,8471.3275862069],[22205.0427716,8439.8448275862],[22328.481608212,8419.1206896552],[22693.408896493,8579.7068965517],[22499.790419162,8560.9310344828],[22260.834046193,8555.775862069],[22358.678357571,8564.4655172414],[22525.367835757,7671.6896551724],[22568.327630453,7720.5172413793],[22510.722840034,7621.5344827586],[22498.524379812,7506.1206896552],[22618.849443969,7444.8620689655],[22841.928999145,7542.4827586207],[22825.898203593,7638.8620689655],[22875.581693755,7650.1724137931],[22932.399486741,7707.275862069],[22962.408041061,7615.4482758621],[22791.355859709,7612.6034482759],[22766.462788708,7511.4655172414],[22841.792130026,7736.3965517241],[22890.414884517,7765.4137931034],[23315.923866553,7849.8793103448],[23153.905047049,7942.9137931034],[23090.671514115,7976.1206896552],[23072.707442258,8134.7413793103],[23032.177074423,8057.7586206897],[23043.79384089,8001.9310344828],[24716.659538067,8879.7068965517],[24878.524379812,8778.7068965517],[24842.082976903,8945.7413793103],[26430.072711719,10505.25862069],[26040.01283148,10295.206896552],[26174.418306245,9834.6724137931],[26073.100940975,9719.0862068966],[25952.5534645,9553.3620689655],[25946.120615911,9296.4655172414]], + "21239":[[16464.461077844,14845.347896552],[16462.408041061,14853.077758621],[16458.934987169,14844.636017241],[16524.358426005,14759.780689655],[16533.237810094,14752.43862069],[16206.599657827,13997.855172414],[16232.348160821,13956.90862069],[16214.555175364,13992.679310345],[16220.697177074,13999.396551724],[16219.225834046,13991.589655172],[16203.588537211,14144.120689655],[16204.854576561,14150.632758621],[16199.174508127,14150.746551724],[16529.491017964,14460.45862069],[16521.809238666,14458.013793103],[16527.352437981,14467.610344828],[16535.650128315,14464.75],[16613.374679213,14434.043103448],[16614.332763045,14440.637931034],[16607.232677502,14434.2],[16830.620188195,14222.672413793],[16827.061591104,14226.560344828],[16831.458511548,14229.467241379],[16268.122326775,13853.065517241],[16268.994867408,13846.65],[16231.869118905,13866.324137931],[16232.48502994,13871.436206897],[16227.951240376,13871.805172414],[16209.542343884,13836.162068966],[16171.937553465,13814.051724138],[16627.43798118,13177.536206897],[16625.02566296,13175.227586207],[16758.267750214,13167.25862069],[16755.171086399,13170.525862069],[17081.740804106,14910.226724138],[17077.121471343,14913.271206897],[17081.415739949,14915.572413793],[17198.524379812,14920.081896552],[17155.239520958,14938.376896552],[17154.366980325,14931.306724138],[17199.396920445,14927.152068966],[17195.01710864,14924.246551724],[17150.859709153,14935.47137931],[17257.258340462,14657.463793103],[17253.75106929,14661.629482759],[17299.396920445,14624.396551724],[17299.414029085,14617.093103448],[17258.130881095,14664.535],[17556.351582549,14300.303448276],[17551.971770744,14297.398275862],[17555.479041916,14293.232758621],[17555.479041916,14293.232758621],[17692.690333618,14809.119655172],[17694.794696322,14814.118741379],[17699.242942686,14806.526206897],[17699.242942686,14806.526551724],[17658.558597092,12132.534482759],[17689.405474765,12149.25862069],[17695.307955518,12149.189655172],[17703.229255774,12153.24137931],[17728.823781009,12120.948275862],[17696.129170231,12159.465517241],[17729.95295124,12131.448275862],[17723.229255774,12121.25862069],[16871.937553465,13738.25862069],[16867.403763901,13739.913793103],[16865.162532079,13733.593103448],[17049.610778443,13301.120689655],[17043.400342173,13432.139655172],[17038.917878529,13432.329310345],[17053.78528657,13296.605172414],[17065.00855432,13300.25862069],[16967.54063302,12995.982758621],[16967.728828058,13006.431034483],[16963.092386655,13003.655172414],[17041.689478186,12814.568965517],[16955.01710864,12958.74137931],[17240.166809239,12745.362068966],[17251.065012831,12740.465517241],[17248.686911891,12746.103448276],[17471.20188195,12631.931034483],[17471.20188195,12631.931034483],[17465.179640719,12628.034482759],[17577.720273738,12483.5],[17620.389221557,12261.431034483],[17577.326775021,12188.275862069],[17818.113772455,14597.172413793],[17821.21043627,14593.362068966],[17822.49358426,14600.077586207],[17751.578272027,12195.120689655],[17751.065012831,12184.74137931],[17744.871685201,12184.913793103],[22977.754491018,8213.1896551724],[22969.764756202,8213.7068965517],[22870.876817793,8009.5689655172],[22875.325064157,8010.0689655172],[22875.342172797,8016.2586206897],[22990.962360992,7956],[22966.633875107,8210.6034482759],[22970.979469632,8209.9310344828],[22719.619332763,8125.8448275862],[22721.963216424,8128.5],[22723.69118905,8106.2931034483],[22707.660393499,8061.8793103448],[22709.901625321,8054.2586206897],[22718.661248931,8056.8793103448],[22648.464499572,8016.2413793103],[22651.988879384,8019.4310344828],[22653.203592814,8015.6551724138],[22659.602224123,8018.6896551724],[22711.698032506,8060.7413793103],[22716.146278871,8062.1034482759],[22499.927288281,7687.9827586207],[22560.269461078,7578.2413793103],[22560.834046193,7583.0172413793],[22563.999144568,7579.4655172414],[22563.263473054,7571.775862069],[22553.819503849,7461.6379310345],[22540.218135158,7470.224137931],[22558.592814371,7452.9827586207],[22569.747647562,7455.4482758621],[22757.891360137,7693.0862068966],[22749.217279726,7692.5862068966],[22747.386655261,7699.1896551724],[22754.110350727,7680.9137931034],[22996.573994867,7957.5172413793],[23102.082976903,7946.2068965517],[23102.339606501,7950.9827586207],[23184.033361848,7987.775862069],[23172.878528657,7985.3275862069],[23177.617621899,7984.7586206897],[23107.780153978,7956.2931034483],[23176.402908469,7988.5172413793],[23105.846877673,7949.1896551724],[23257.788708298,8061.4827586207],[23262.52780154,8060.9137931034],[23261.313088109,8064.6896551724],[23268.926432849,8063.9482758621],[22997.429426861,7553.7068965517],[22996.420017109,7545.2586206897]], + "21240":[[20108.276304534,13924.710344828],[20029.285714286,13749.179310345],[19782.921300257,12955.74137931],[21419.602224123,13024.517241379]], + "21245":[[16536.351582549,14844.224137931],[16625.316509837,14963.189655172],[16784.067579127,14933.844827586],[16799.824636441,14995.086206897],[16593.340461933,14775.347413793],[16586.753635586,14723.019137931],[16624.016253208,14749.655172414],[16841.518391788,14817.59662069],[16626.736526946,14577.613793103],[16758.507271172,14571.113793103],[16729.542343884,14550.493103448],[16807.968349016,14576.286206897],[16767.574850299,14536.20862069],[16662.100085543,14413.189655172],[16833.956372968,14452.737931034],[16821.24465355,14476.043103448],[16685.607356715,14359.839655172],[16668.892215569,14316.394827586],[16633.015397776,14324.396551724],[16757.874251497,14332.439655172],[16632.929854577,14165.303448276],[16642.425149701,14123.534482759],[16660.337895637,14087.527586207],[16721.723695466,14085.363793103],[16699.328485885,14177.277586207],[16784.461077844,14082.913793103],[16797.46364414,13989.15],[16703.349016253,14111.501724138],[16733.049615056,14031.765517241],[16537.155688623,13582.9],[16562.014542344,13626.120689655],[16574.794696322,13700.15862069],[16554.811804962,13685.137931034],[16599.96150556,13607.681034483],[16606.616766467,13659.075862069],[16762.49358426,13783.774137931],[16674.606501283,13732.772413793],[16757.600513259,13684.1],[16827.50641574,13752.420689655],[16763.041060736,13278.706896552],[16730.0213858,13178.622413793],[16656.796407186,13391.172413793],[16639.790419162,13427.439655172],[16711.116338751,13599.136206897],[16884.512403764,14932.155172414],[16958.934987169,14926.120689655],[17180.919589393,15128.744827586],[17060.01283148,15176.263793103],[17027.369546621,15132.155172414],[17070.449101796,15160.875862069],[17233.152266895,14819.777689655],[17321.980325064,14812.231551724],[17399.311377246,14741.673793103],[17366.120615911,14695.948275862],[17459.96150556,14616.767241379],[17378.284858854,14601.779310345],[17431.817792985,14582.968965517],[17413.665526091,14454.367241379],[17544.649272883,14563.848275862],[17516.984602224,14497.624137931],[17459.94439692,14330.539655172],[17513.511548332,14262.848275862],[17488.447390932,14126.982758621],[17470.483319076,14158.017241379],[17395.479041916,14226.062068966],[17392.724550898,14183.868965517],[17399.550898204,14144.044827586],[17507.369546621,14220.603448276],[17448.310521814,14043.306896552],[17516.676646707,14053.706896552],[17283.058169376,13984.322413793],[16945.692899914,14513.036206897],[16930.705731394,14456.668965517],[16889.029084688,14366.355172414],[17404.888793841,14418.282758621],[17231.013686912,13994.739655172],[17258.336184773,14022.672413793],[17223.75962361,14056.967241379],[17068.344739093,13956.701724138],[17178.627031651,13972.089655172],[17352.348160821,14216.365517241],[17594.144568007,14518.162068966],[17658.71257485,14568.715517241],[17726.531223268,14742.608965517],[17699.345594525,14668.809482759],[17609.935842601,14732.870517241],[17621.432848589,14763.122758621],[17625.213857998,14649.206896552],[17553.973481608,14651.889655172],[17530.158254919,14725.283793103],[17480.132591959,14796.240862069],[17095.427715997,13856.768965517],[16907.609067579,13633.017241379],[17041.21043627,13804.14137931],[17258.473053892,13866.636206897],[16967.45508982,13067.224137931],[17206.052181352,13932.172413793],[18435.410607357,13952.844827586],[18395.205303678,13970.086206897],[18541.313088109,13952.603448276],[18553.631308811,13987.020689655],[18559.790419162,13999.063793103],[18547.50641574,13997.536206897],[18514.623609923,14020.620689655],[18378.866552609,14019.003448276],[18421.552609068,14078.372413793],[18373.78528657,14133.324137931],[18367.660393499,14143.839655172],[18358.917878529,14136.215517241],[18398.096663815,14125.874137931],[18479.499572284,14160.596551724],[18452.673224979,13947.505172414],[18465.573139435,14016.582758621],[18470.603079555,14246.668965517],[18425.915312233,14305.003448276],[18379.94439692,14145.368965517],[18394.692044482,14352.968965517],[18428.960650128,14212.498275862],[17835.256629598,14557.110344828],[18399.99572284,14505.132758621],[18406.154833191,14517.175862069],[18443.331907613,14583.701724138],[18393.870829769,14515.646551724],[18388.378956373,14478.705172414],[18182.339606501,14746.635862069],[18232.673224979,14758.879310345],[18074.315654405,14754.391206897],[17939.568006843,14763.253275862],[17956.710863986,14649.065517241],[17873.597091531,14677.648448276],[17833.73396065,14736.984482759],[17824.529512404,14655.146551724],[17895.359281437,14825.657086207],[17953.357570573,14710.018448276],[17814.298545766,14702.894827586],[17751.065012831,14635.603448276],[18457.874251497,14515.248275862],[18258.986313088,13470.90862069],[18245.248075278,13475.631034483],[18268.190761334,13448.275862069],[18231.817792985,13489.913793103],[18235.102651839,13462.910344828],[18127.198460222,13651.131034483],[18216.539777588,13649.129310345],[18215.513259196,13632.689655172],[18221.638152267,13622.175862069],[18230.209580838,13634.737931034],[18248.926432849,13639.913793103],[18207.010265184,13789.051724138],[18358.541488452,13813.75],[18355.958083832,13795.562068966],[18370.671514115,13805.279310345],[18359.225834046,13782.65],[18452.895637297,13831.656896552],[18343.485885372,13804.196551724],[18425.487596236,13946.420689655],[18441.22754491,13924.874137931],[18437.959794696,13937.786206897]], + "22003":[[10192.589392643,14207.070689655],[10434.060735672,14115.775862069]], + "22012":[[9062.2294268606,16626.682758621],[9097.5149700599,16602.844827586],[9029.0804106074,16633.017241379]], + "22049":[[9016.0812660393,17649.275862069],[10978.914456801,17143.137931034]], + "22051":[[9623.1539777588,17825.568965517],[9650.9794696322,17851.120689655],[9634.1394354149,17885.586206897],[9779.2942686056,17655.431034483],[9838.3190761334,17629.568965517],[8452.6099230111,17769.189655172],[8469.7630453379,17691.431034483],[8365.0479041916,17663.327586207],[8379.1180496151,17584.844827586],[8385.5748502994,17625.862068966],[8421.7715996578,17604.051724138],[8403.1026518392,17565.482758621],[8490.7912745937,17558.827586207],[8518.7399486741,17614.551724138],[8606.5072711719,17604.224137931],[8712.5705731394,17631.293103448],[8653.5457656116,17596.810344828],[8692.6783575706,17600.172413793],[8616.5945252352,17496.568965517],[8891.3301967494,17639.465517241],[10591.954662104,17301.120689655],[10633.870829769,17342.5],[10692.698887938,17311.810344828],[10685.153977759,17247.74137931],[9972.9284858854,17649.793103448],[9940.5758768178,17627.551724138],[9999.3166809239,17642.275862069],[10009.405474765,17683.879310345],[9990.3591103507,17589.655172414],[10071.331907613,17653.965517241],[10063.297690334,17606.293103448],[10315.414029085,17665.689655172],[10343.023952096,17727.844827586],[10238.661248931,17620.086206897],[10444.411462789,17733.448275862],[10626.171941831,17552.844827586],[10792.981180496,17283.879310345],[10781.241231822,17221.137931034],[10860.529512404,17179.706896552],[10881.333618477,17285.344827586],[10894.284858854,17232.913793103]], + "22066":[[6382.6817792985,14809.582241379]], + "22085":[[19231.937553465,16660.655172414],[19548.327630453,16380.431034483],[19771.184773311,16451.763793103],[19714.863130881,16351.337931034],[19721.946107784,16440.80862069],[19679.550898204,16167.536206897],[19580.731394354,16086.037931034],[19658.267750214,15799.555172414]], + "23019":[[7328.4816082121,14433.879310345],[7345.9324208725,14456.922413793],[7375.1881950385,14458.322413793],[7370.3977758768,14453.706896552],[7230.9623609923,14819.711068966],[7229.251497006,14798.534482759],[6668.0196749358,15415.389655172],[6670.3122326775,15293.05],[6655.9409751925,15288.105172414],[6667.1984602224,15299.393103448],[6711.8006843456,15422.213793103],[6712.50213858,15414.536206897],[6717.2070145423,15402.077586207],[6727.9512403764,15410.617241379],[6857.1727972626,15396.356896552],[6868.6355859709,15372.6],[6868.6013686912,15366.820689655],[6884.8887938409,15287.874137931],[6928.1394354149,15296.810344828],[6906.000855432,15274.129310345],[6829.1659538067,15392.968965517],[7000.2694610778,15282.127586207],[6994.8631308811,15277.844827586],[6659.7733105218,15507.806896552],[6663.8964927288,15498.382758621],[6710.8597091531,15236.556896552],[6719.3284858854,15241.567241379],[6675.7869974337,15495.948275862],[7128.8579982891,14459.184482759],[7137.7031650984,14455.103448276],[7107.8314798973,14544.327586207],[7086.0521813516,14552.3],[7035.9238665526,14573.534482759],[6967.745936698,14627.362068966],[6980.0983746792,14645.122413793],[6964.4097519247,14632.487931034],[6888.0710008554,14736.990344828],[6846.873396065,14673.534482759],[7221.3815226689,14823.91137931],[7220.9195893926,14806.104827586],[7215.6843455945,14815.099431034],[6836.1120615911,14608.710344828],[6864.9743370402,14586.215517241],[6994.4696321642,14577.706896552],[6996.2318220701,14448.522413793],[6868.8408896493,14650.218965517],[6920.4747647562,14626.372413793],[7038.0966638152,14549.937931034],[7042.0829769033,14503.617241379],[6897.9084687767,14543.260344828],[7049.9187339607,14495.827586207],[7057.2925577417,14508.386206897],[6832.0915312233,14694.043793103]], + "24015":[[4945.9324208725,14735.619482759],[4931.4071856287,14730.191724138],[4984.0846877673,14735.905172414],[4998.4559452524,14746.633103448],[5235.5474764756,14458.070689655],[5228.4131736527,14617.070689655],[5256.5226689478,14649.644827586],[5294.623609923,14619.834482759],[5286.753635586,14644.124137931],[5272.8272027374,14661.405344828],[5251.1163387511,14673.572586207],[5474.0248075278,14592.894827586],[5444.1531223268,14566.786206897],[5200.8853721129,14668.737758621],[5124.9572284003,14680.965862069],[5094.5209580838,14687.123965517],[5108.002566296,14586.69137931],[4947.6090675791,14714.50137931],[4964.6663815227,14710.60362069],[4816.1976047904,14615.275862069],[5267.9683490163,14626.339655172],[5279.8930710009,14607.725862069]], + "24127":[[6414.6749358426,14914.119482759],[6389.5081266039,14956.012586207],[6405.6586826347,14955.546724138],[6390.4319931565,14950.92862069],[6408.6526946108,14945.526551724],[6458.0624465355,14794.166724138],[6270.2951240376,14740.427413793],[6291.0479041916,14756.901724138],[6283.7938408896,14745.53]], + "24272":[[19570.859709153,16399.881034483],[19626.27459367,16416.405172414],[19553.015397776,16353.853448276],[19573.836612489,16354.975862069],[19653.118049615,16116.024137931],[19641.159110351,16107.531034483],[19675,16123.35],[19665.230966638,16124.834482759],[19651.25320787,16091.268965517],[19656.864841745,16046.636206897],[19656.471343028,16053.8],[19632.827202737,15990.722413793],[19646.548331908,16020.00862069],[19641.518391788,16039.44137931],[19660.183917879,16014.706896552],[19645.846877673,15965.779310345]], + "25019":[[6415.5816937553,14927.592758621],[6417.3438836612,14922.149137931],[6408.4302822926,14858.935344828],[6406.6509837468,14862.761551724],[6393.9734816082,14853.265689655],[6389.4910179641,14853.89],[6403.9820359281,14879.027586207],[6401.2788708298,14975.486724138],[6381.8434559453,14970.033965517],[6394.4183062447,14978.825172414],[6399.8930710009,14970.545],[6355.9923011121,15019.956896552],[6362.1171941831,15006.362068966],[6362.1000855432,15014.901724138],[6390.0556030796,15000.556551724],[6392.6732249786,15008.848275862],[6388.378956373,15004.546551724],[6407.7117194183,14819.726],[6367.8314798973,14778.950862069],[6380.6971770744,14824.822948276],[6385.9324208725,14829.243722414],[6355.4106073567,14800.160517241],[6373.1693755346,14787.222241379],[6395.3592814371,14809.20862069],[6399.7562018819,14809.693275862],[6405.5389221557,14813.013637931],[6376.0094097519,14819.625672414],[6376.0265183918,14792.450172414],[6402.0658682635,14816.183413793],[6358.5243798118,14774.255172414],[6086.7878528657,15090.513793103],[6101.3130881095,15095.893103448],[6333.2035928144,14778.245172414],[6332.5705731394,14783.407931034],[6339.2600513259,14766.125862069],[6333.75106929,14764.529655172],[6303.9307100086,14763.167931034],[6290.0384944397,14746.744827586],[6285.6757912746,14753.628793103],[6179.5680068435,14750.087758621],[6133.1693755346,14732.308793103],[6185.8297690334,14746.06862069],[6173.7339606501,14746.275344828],[6150.380667237,14713.478448276],[6150.3635585971,14708.255],[6133.2891360137,14719.45637931]], + "25024":[[5383.2292557742,14728.204655172],[5436.129170231,14726.663448276],[5389.8160821215,14634.798275862],[5444.9059024808,14639.956896552],[5356.8135158255,14699.967413793],[5354.7091531223,14690.335862069],[5456.9503849444,14665.329137931],[5386.2574850299,14806.834310345]], + "25074":[[19540.474764756,16359.924137931],[19528.601368691,16366.537931034],[19554.452523524,16344.579310345],[19567.147134303,16323.606896552],[19625.812660393,16303.193103448],[19638.69546621,16233.225862069],[19602.921300257,16247.334482759],[19645.573139435,16225.037931034],[19707.934131737,16209.106896552],[19708.053892216,16192.217241379],[19697.754491018,16175.205172414]], + "30011":[[7753.9221556886,15515.405172414],[7770.8254918734,15508.427586207],[7748.994867408,15495.270689655],[7703.1608212147,15506.293103448],[7763.0752780154,15479.053448276],[7758.7639007699,15493.362068966],[7773.0496150556,15498.246551724],[7766.4627887083,15457.155172414],[7742.5106928999,15439.051724138],[7813.2720273738,15404.760344828],[7799.9443969204,15371.265517241],[7857.2412318221,15398.782758621],[7861.0393498717,15385.046551724],[7857.6005132592,15415.063793103],[7737.2583404619,15513.710344828],[5399.8246364414,15402.398275862],[8558.7895637297,15181.793103448],[8581.5628742515,15167.275862069],[8570.6749358426,15194.455172414],[8609.0633019675,15183.017241379],[8572.8272027374,15140.567241379],[8566.8545765612,15155.844827586],[8578.9195893926,15100.55],[8622.0248075278,15096.529310345],[8613.9700598802,15145.163793103],[8587.2686056459,15118.062068966],[8591.6518391788,15064.493103448],[8593.7134302823,15036.184482759],[8624.1428571429,15117.212068966],[8594.0675791275,14995.396206897],[8595.376390077,15015.775862069],[8649.7869974337,15015.453448276],[8569.8537211292,14999.90137931],[8544.1736526946,14966.805689655],[8557.7373823781,14981.293103448],[8581.999144568,14981.380862069],[8582.3293413174,14942.605689655],[8633.24465355,14953.108448276],[8639.2258340462,14997.836551724],[8561.1591103507,14945.086206897],[8574.4131736527,14914.917241379],[8636.5739948674,15051.536206897],[8598.4644995723,14887.329482759]], + "30012":[[6353.3062446535,14748.867241379],[6353.2207014542,14745.537241379],[6362.4935842601,14684.397586207],[6372.5192472198,14673.144310345],[6374.8118049615,14665.801206897],[6355,14667.5],[5595.9238665526,15301.168965517],[5562.0487596236,15272.512068966],[5610.124037639,15257.224137931],[5724.9914456801,14988.162068966],[5711.9375534645,14959.192586207],[5729.747647562,14904.494827586],[5714.9828913601,14881.857241379],[5845.6415739949,14853.547413793],[5568.7040205304,15000.425862069],[5494.2814371257,15005.365517241],[5580.1154833191,15023.612068966],[5606.6680923867,15011.581034483],[5620.9024807528,14958.191896552],[5592.2968349016,14899.061896552],[5599.8075278015,14925.394655172],[5486.000855432,15091.415517241],[5597.1899059025,15146.294827586],[5644.3242087254,15153.715517241],[5543.5201026518,15195.231034483],[5592.7929854577,15209.512068966],[5624.9401197605,15188.248275862],[5578.2164242943,15171.822413793],[6158.1822070145,15403.622413793],[6163.9478186484,15396.386206897],[6245.7784431138,15408.510344828],[6217.5320786997,15052.74137931],[6176.625320787,15031.894827586],[6341.7065868263,14702.048965517],[6261.7236954662,14677.502758621],[6255.0684345595,14697.10362069],[6279.0718562874,14706.224482759],[6286.497005988,14683.819827586],[6273.3917878529,14658.856206897],[6246.3601368691,14676.120689655],[6278.1479897348,14664.844310345],[6284.495295124,14658.501034483],[6294.9315654405,14676.292758621],[6323.9649272883,14715.722068966],[6316.6766467066,14698.042931034],[6308.9606501283,14671.478103448],[6328.1736526946,14699.334655172],[6314.7433704021,14683.744482759],[6328.0538922156,14676.840689655],[6300.7656116339,14711.707931034],[6348.2249786142,14710.596551724],[5376.625320787,15386.35862069],[5398.9007698888,15266.537931034],[5428.4644995723,15256.805172414],[5471.6467065868,15147.056896552],[5447.8999144568,14964.661724138],[5429.3883661249,14934.651206897],[9843.6902309666,15350.182758621],[9842.2047904192,15368.49137931],[9852.5182720274,15333.029310345],[9887.8665526091,15343.917241379],[9886.3794696322,15364.763793103],[9865.434011976,15337.90862069],[9907.2615911035,15365.024137931],[9866.7216082121,15353.415517241],[9924.7177074423,15347.672413793],[9914.0761334474,15357.210344828]], + "30164":[[19896.933276305,13370.632758621],[19756.30025663,13472.939655172],[19977.5320787,12545.189655172],[20125.230966638,13730.027586207],[19960.355004277,13090.879310345],[20088.943541488,12716.844827586],[19998.969204448,12671.724137931],[20161.19332763,12552.051724138],[20360.423438837,14003.301724138],[20268.156544055,13748.224137931],[20184.649272883,13845.537931034],[20323.212147134,13737.570689655],[20177.104362703,13634.893103448],[20316.026518392,13526.227586207],[20163.622754491,13533.460344828],[20260.816937553,13200.632758621],[20217.634730539,12949.517241379],[20500.936698033,13955.131034483],[20493.152266895,13192.25862069],[20424.871685201,12926.482758621],[23722.835757057,12014.551724138],[23814.486740804,12176.862068966],[23852.313943541,11883.172413793],[23722.835757057,10690.413793103],[23814.486740804,10852.724137931],[23852.313943541,10559.034482759],[23873.083832335,12309.810344828],[23986.633875107,11602.75862069],[23985.0427716,11351.086206897],[24043.177929855,11015.275862069],[23986.633875107,10278.620689655],[23985.0427716,10026.948275862],[24043.177929855,9691.1379310345],[24299.670658683,10790.5],[24299.670658683,9466.3620689655],[24589.696321642,9408.3620689655],[26350.722840034,11131.793103448],[26442.373823781,11294.103448276],[26500.970915312,11427.051724138],[27077.754491018,10201.224137931],[26500.970915312,11427.051724138],[23722.835757057,12014.551724138],[23985.0427716,11351.086206897],[23873.083832335,12309.810344828],[23852.313943541,11883.172413793],[23814.486740804,12176.862068966],[23986.633875107,11602.75862069],[20493.152266895,13192.25862069],[20500.936698033,13955.131034483],[20260.816937553,13200.632758621],[20177.104362703,13634.893103448],[20360.423438837,14003.301724138],[20088.943541488,12716.844827586],[19960.355004277,13090.879310345],[20424.871685201,12926.482758621],[20217.634730539,12949.517241379],[20268.156544055,13748.224137931],[20161.19332763,12552.051724138],[19977.5320787,12545.189655172],[20316.026518392,13526.227586207],[19998.969204448,12671.724137931],[20184.649272883,13845.537931034],[20163.622754491,13533.460344828],[20323.212147134,13737.570689655],[20125.230966638,13730.027586207],[19896.933276305,13370.632758621],[19756.30025663,13472.939655172],[27077.754491018,10201.224137931],[26350.722840034,11131.793103448],[26442.373823781,11294.103448276]], + "35055":[[10126.295124038,15947.703448276],[10112.081266039,15954.170689655],[10101.482463644,15966.425862069],[10101.325064157,15948.806896552],[10116.664670659,15968.312068966],[10128.803250642,15958.067241379]], + "35058":[[11184.194183062,16012.156896552],[11093.894781865,16043.182758621],[11085.790419162,16067.544827586],[11107.364414029,16021.803448276],[11190.224978614,16084.637931034],[11093.005132592,16080.810344828],[11201.841745081,16052.006896552],[11180.844311377,16099.836206897],[11185.205303678,16097.193103448]] + } diff --git a/src/misc/CoordinateSystems.js b/src/misc/CoordinateSystems.js new file mode 100644 index 0000000..58616a7 --- /dev/null +++ b/src/misc/CoordinateSystems.js @@ -0,0 +1,192 @@ +export default class CoordinateSystems { + + constructor() { + this.systems = ['sl','sl2','bd1','bd2','kr']; + this.conversions = {}; + + // Register the scale/translate factors for the different conversions + this.conversions['bd1'+'-'+'sl'] = this.createConversionForBd1ToSl(); + this.conversions['bd2'+'-'+'sl'] = this.createConversionForBd2ToSl(); + this.conversions['kr'+'-'+'sl'] = this.createConversionForKrToSl(); + + this.conversions['bd1'+'-'+'sl2'] = this.createConversionForBd1ToSl2(); + this.conversions['bd2'+'-'+'sl2'] = this.createConversionForBd2ToSl2(); + this.conversions['bd2'+'-'+'kr'] = this.createConversionForBd2ToKr(); + //this.conversions['sl'+'-'+'sl2'] = this.createConversionForKrToSl2(); + this.conversions['kr'+'-'+'sl2'] = this.createConversionForKrToSl2(); + this.conversions['sl2'+'-'+'kr'] = this.createConversionForSl2ToKr(); + + this.conversions['gatheringdata-kr'] = this.createConversionForBd2GatheringDataToKr(); + } + + convert( coord, from='kr', to='sl2' ) { + + var conversion = this.conversions[from+'-'+to]; + if( !conversion ) { + throw 'No conversion found for '+from+'-'+to; + } + + if( conversion.pretranslate ) { + coord = [ + conversion.pretranslate.x + (+coord[0]), + conversion.pretranslate.y + (+coord[1]) + ]; + } + + return [ + (conversion.translate.x + conversion.scale.x * coord[0]), + (conversion.translate.y + conversion.scale.y * coord[1]) + ]; + + } + + batch( coords, from='bd1', to='sl2' ) { + + var conversion = this.conversions[from+'-'+to]; + if( !conversion ) { + throw 'No conversion found for '+from+'-'+to; + } + + var translate = conversion.translate; + var scale = conversion.scale; + + return coords.map( coord => { + + if( conversion.pretranslate ) { + coord = [ + conversion.pretranslate.x + (+coord[0]), + conversion.pretranslate.y + (+coord[1]) + ]; + } + + return [ + (translate.x + scale.x * coord[0]), + (translate.y + scale.y * coord[1]) + ] + }); + } + + createConversionForKrToSl2() { + return { + pretranslate: {x:0,y:0}, + translate: {x:(64*256)+(915),y:(64*256)+(1675)}, + scale: {x:1/100,y:-1/100} + } + } + + createConversionForSl2ToKr() { + return { + pretranslate: {x:((64*256)+(915)) * -1,y: ((64*256)+(1675)) * -1}, + translate: {x:0,y:0}, + scale: {x:100,y:-100} + } + } + + createConversionForKrToSl() { + return { + pretranslate: {x:-14000,y:250000}, + translate: {x:11950,y:18550}, + scale: {x:0.0164,y:-0.0164} + } + } + + createConversionForBd1ToSl2() { + return { + pretranslate: {x:0,y:0}, + translate: {x:64*64*2.5,y:64*128*1.25}, + scale: {x:0.6,y:0.6} + } + } + + createConversionForBd2ToKr() { + return { + pretranslate: {x:-20872.145,y:-16777.435}, + translate: {x:372214.5,y:127456.5}, + scale: {x:100,y:-100} + } + } + + createConversionForBd2GatheringDataToKr() { + + var xOffset = -1790; + var yOffset = 190; + + var sourceCoords = [ + {"x":3041+xOffset,"y":7444+yOffset}, + {"x":31714+xOffset,"y":19605+yOffset} + ]; + + var targetCoords = [ + {"x":-521100,"y":426100}, + {x: 1217745,y:-293217} + ]; + + var translateFactors = { + "x":(targetCoords[1].x * sourceCoords[0].x - targetCoords[0].x * sourceCoords[1].x) / (sourceCoords[0].x - sourceCoords[1].x), + "y":(targetCoords[1].y * sourceCoords[0].y - targetCoords[0].y * sourceCoords[1].y) / (sourceCoords[0].y - sourceCoords[1].y) + }; + + var scaleFactors = { + "x":(targetCoords[1].x - targetCoords[0].x) / (sourceCoords[1].x - sourceCoords[0].x), + "y":(targetCoords[1].y - targetCoords[0].y) / (sourceCoords[1].y - sourceCoords[0].y) + }; + + return { + translate: translateFactors, + scale: scaleFactors + } + } + + // Create the conversion parameters for converting from + // BDDatabase's initial gathering data map coordinate system (Aug 2016) + // to their the Coord system that this map uses + createConversionForBd1ToSl() { + return { + pretranslate: {x:-10000,y:-10000}, + translate: {x:10000,y:10000}, + scale: {x:0.99945,y:0.99945} + } + } + + // Create the conversion parameters for converting from + // BDDatabase's updated gathering data map coordinate system (Oct 2016) + // to their the Coord system that this map uses + createConversionForBd2ToSl() { + var sourceCoords = [ + {"x":3041,"y":7444}, + {"x":31714,"y":19605} + ]; + + var targetCoords = [ + {"x":5185,"y":7433}, + {"x":32693,"y":18960} + ]; + + var translateFactors = { + "x":(targetCoords[1].x * sourceCoords[0].x - targetCoords[0].x * sourceCoords[1].x) / (sourceCoords[0].x - sourceCoords[1].x), + "y":(targetCoords[1].y * sourceCoords[0].y - targetCoords[0].y * sourceCoords[1].y) / (sourceCoords[0].y - sourceCoords[1].y) + }; + + var scaleFactors = { + "x":(targetCoords[1].x - targetCoords[0].x) / (sourceCoords[1].x - sourceCoords[0].x), + "y":(targetCoords[1].y - targetCoords[0].y) / (sourceCoords[1].y - sourceCoords[0].y) + }; + + return { + translate: translateFactors, + scale: scaleFactors + } + } + + // Create the conversion parameters for converting from + // BDDatabase's updated gathering data map coordinate system (Oct 2016) + // to their the Coord system that this map uses + createConversionForBd2ToSl2() { + return { + pretranslate: {x:256*64,y:256*64}, + translate: {x:0,y:0}, + scale: {x:0.5,y:0.5} + } + } + +} diff --git a/src/misc/NodePathCalculator.js b/src/misc/NodePathCalculator.js new file mode 100644 index 0000000..6267038 --- /dev/null +++ b/src/misc/NodePathCalculator.js @@ -0,0 +1,162 @@ +export default class NodePathCalculator { + + constructor(nodes) { + this.nodes = nodes; + this.setupNodeGraph(); + } + + setupNodeGraph( discardUnreleasedNodes=false ) { + let graph = new DirectedGraph(); + for( let n in this.nodes ) { + let node = this.nodes[n]; + if( node.hidden ) { + continue; + } + if( !node.links ) { + continue; + } + + var nodeEdges = {}; + for( let l in node.links ) { + if( !this.nodes[node.links[l]] ) { + continue; + } + if( discardUnreleasedNodes && this.nodes[node.links[l]].unreleased ) { + continue; + } + let linkedNode = this.nodes[node.links[l]]; + if( linkedNode.hidden ) { + continue; + } + nodeEdges[linkedNode.id] = linkedNode.contribution || 0; + } + graph.addVertex( node.id, nodeEdges ); + } + if( discardUnreleasedNodes ) { + this.nodeGraphWithoutUnreleasedNodes = graph; + } else { + this.nodeGraph = graph; + } + } + + getShortestPath( startNodeId, endNodeId ) { + if( !this.nodeGraph ) { + this.setupNodeGraph(); + } + let shortestPath = this.nodeGraph.getShortestPath(startNodeId + '', endNodeId + '').concat(startNodeId + '').reverse(); + let pathNodes = []; + let pathContributionTotal = 0; + for( var i in shortestPath ) { + pathNodes.push( this.nodes[shortestPath[i]] ); + pathContributionTotal += this.nodes[shortestPath[i]].contribution || 0; + } + return { + pathids: shortestPath, + path: pathNodes, + contributionTotal: pathContributionTotal + } + } + + getShortestPathWithoutUnreleasedNodes( startNodeId, endNodeId ) { + if( !this.nodeGraphWithoutUnreleasedNodes ) { + this.setupNodeGraph( true ); + } + let shortestPath = this.nodeGraphWithoutUnreleasedNodes.getShortestPath(startNodeId + '', endNodeId + '').concat(startNodeId + '').reverse(); + let pathNodes = []; + let pathContributionTotal = 0; + for( var i in shortestPath ) { + pathNodes.push( this.nodes[shortestPath[i]] ); + pathContributionTotal += this.nodes[shortestPath[i]].contribution || 0; + } + return { + pathids: shortestPath, + path: pathNodes, + contributionTotal: pathContributionTotal + } + } + +} + +class PriorityQueue { + constructor() { + this._nodes = []; + } + enqueue(priority, key) { + this._nodes.push({key: key, priority: priority}); + this.sort(); + } + dequeue() { + return this._nodes.shift().key; + } + sort() { + this._nodes.sort(function (a, b) { + return a.priority - b.priority; + }); + } + isEmpty() { + return !this._nodes.length; + } +} + + +class DirectedGraph { + constructor() { + this.vertices = {}; + } + + addVertex(name, edges){ + this.vertices[name] = edges; + } + + getShortestPath(start, finish) { + var nodes = new PriorityQueue(), + distances = {}, + previous = {}, + path = [], + smallest, vertex, neighbor, alt; + + for(vertex in this.vertices) { + if(vertex === start) { + distances[vertex] = 0; + nodes.enqueue(0, vertex); + } + else { + distances[vertex] = Infinity; + nodes.enqueue(Infinity, vertex); + } + + previous[vertex] = null; + } + + while(!nodes.isEmpty()) { + smallest = nodes.dequeue(); + + if(smallest === finish) { + path; + + while(previous[smallest]) { + path.push(smallest); + smallest = previous[smallest]; + } + + break; + } + + if(!smallest || distances[smallest] === Infinity){ + continue; + } + + for(neighbor in this.vertices[smallest]) { + alt = distances[smallest] + this.vertices[smallest][neighbor]; + + if(alt < distances[neighbor]) { + distances[neighbor] = alt; + previous[neighbor] = smallest; + nodes.enqueue(alt, neighbor); + } + } + } + + return path; + } +} diff --git a/src/misc/NodePlanner.js b/src/misc/NodePlanner.js new file mode 100644 index 0000000..230fd25 --- /dev/null +++ b/src/misc/NodePlanner.js @@ -0,0 +1,220 @@ +var EventEmitter = require('eventemitter3'); + +export default class NodePlanner extends EventEmitter { + + constructor( nodes ) { + super(); + this.nodes = nodes; + this.plan = { + nodes: {}, + extraCPforNodes: {} + }; + this.allPlans = {}; + + this.serviceUrls = { + get: 'https://us-central1-bdo-map-30607.cloudfunctions.net/nodeplan', + create: 'https://us-central1-bdo-map-30607.cloudfunctions.net/nodeplancreate', + update: 'https://us-central1-bdo-map-30607.cloudfunctions.net/nodeplanupdate' + } + + this.plan.nodes[1] = this.nodes[1]; + this.plan.nodes[21] = this.nodes[21]; + this.plan.nodes[131] = this.nodes[131]; + this.plan.extraCPforNodes[1] = 2; + this.emit('plan-changed',this.plan); + this.emit('plan-updated'); + this.emit('plans-updated'); + } + + hasNode( nodeId ) { + return !!(this.plan.nodes[+nodeId]); + } + + loadPlan( planId ) { + window.console.log('[NodePlanner]','loadPlan',planId); + + var fetchOptions = { + credentials: 'omit', + headers: { + 'Accept': 'application/json' + } + }; + var params = { + id: planId + }; + var query = Object.keys(params) + .map(k => encodeURIComponent(k) + '=' + encodeURIComponent(params[k])) + .join('&'); + var url = this.serviceUrls.get + '?' + query; + + // Load the remote JSON + this.loading = true; + return fetch(url,fetchOptions).then( (response) => { + return response.json(); + }).then( (j) => { + + let plan = { + id: planId, + isExternal: true, + name: j.name, + nodes: {}, + extraCPforNodes: {}, + }; + for( let idx in j.nodeids ) { + if( this.nodes[j.nodeids[idx]] ) { + plan.nodes[+(j.nodeids[idx])] = this.nodes[j.nodeids[idx]]; + } + } + for( let nodeid in j.extracp ) { + plan.extraCPforNodes[nodeid*1] = j.extracp[nodeid]*1; + } + + this.plan = plan; + this.allPlans[this.generateUUID()] = plan; + + this.emit('plan-changed',this.plan); + this.emit('plan-updated'); + this.emit('plans-updated'); + + this.loading = false; + return plan; + }).catch( (e) => { + window.console.error('Could not load node plan',e); + this.loading = false; + throw e; + }); + } + + savePlan( plan ) { + window.console.log('[NodePlanner]','savePlan'); + + // Build the data to send to server + var formData = new FormData(); + formData.append( 'name', val ); + formData.append( 'nodeids', Object.keys(plan.nodes).map( a => a*1 ).join(',') ); + formData.append( 'extracp', JSON.stringify(extraCP) ); + + // URL for API + var url; + + // If the plan has an 'id' property, then it has already been saved + // and we should update, otherwise save as new plan + if( plan.id && plan.key ) { + window.console.log('[NodePlanner]','savePlan','→ Update'); + url = this.serviceUrls.update; + formData.append( 'id', plan.id ); + formData.append( 'key', plan.key ); + } else { + window.console.log('[NodePlanner]','savePlan','→ Create'); + url = this.serviceUrls.create; + } + + let extraCP = {}; + if( plan.extraCP ) { + for( var nodeid in plan.extraCP ) { + extraCP[''+nodeid] = plan.extraCP * 1; + } + } + + this.loading = true; + fetch(url, + { + credentials: 'omit', + headers: { + 'Accept': 'application/json', + 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' + }, + method: "POST", + body: formData + }).then( (response) => { + return response.json(); + }).then( (j) => { + + // If the ID & key for saving were supplied in response, + // attach them back to the original plan + if( j.id ) { + plan.id = j.id; + plan.key = j.key; + } + plan.isExternal = false; + + this.loading = false; + return plan; + }).catch( (e) => { + window.console.error('Could not save node plan',e); + this.loading = false; + }); + } + + addNodeById( nodeId ) { + this.plan.nodes[nodeId] = this.nodes[nodeId]; + this.emit('plan-node-added',{plan:this.plan, node: this.nodes[nodeId]}); + this.emit('plan-changed',this.plan); + this.emit('plan-updated'); + } + + removeNodeById( nodeId ) { + if( !this.nodes[nodeId] ) { + throw new Error('Cannot find node',nodeId); + return; + } + let node = this.nodes[nodeId]; + + if( this.plan.nodes[+nodeId] ) { + delete this.plan.nodes[+nodeId]; + } + if( this.plan.extraCPforNodes[+nodeId] ) { + delete this.plan.extraCPforNodes[+nodeId]; + } + + this.emit('plan-node-removed',{plan:this.plan, node: node}); + this.emit('plan-changed',this.plan); + this.emit('plan-updated'); + + } + + isLocalStorageAvailable() { + + } + + onStorageChangedRemotely( e ) { + + } + + saveStateIntoStorage() { + + } + + restoreStateFromStorage() { + + } + + clearStorage() { + + } + + generateUUID(){ + var d = new Date().getTime(); + if(window.performance && typeof window.performance.now === "function"){ + d += performance.now(); //use high-precision timer if available + } + var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { + var r = (d + Math.random()*16)%16 | 0; + d = Math.floor(d/16); + return (c=='x' ? r : (r&0x3|0x8)).toString(16); + }); + return uuid; + } + + getPlans() { + return { + 'default': 'Test Plan' + } + } + + selectPlan( planId ) { + let plan = {}; + this.emit('plan-selected',plan); + } + +} diff --git a/src/mixins/FeaturePaneMixin.js b/src/mixins/FeaturePaneMixin.js new file mode 100644 index 0000000..d2498e1 --- /dev/null +++ b/src/mixins/FeaturePaneMixin.js @@ -0,0 +1,94 @@ +const mixin = { + + data: function() { + return { + mapdata: this.state.mapdata, + filters: this.state.filters, + item: null, + layer: null + }; + }, + + props: { + active: false, + itemId: 1 + }, + + ready: function() { + + if( this.itemId && !this.item ) { + this.setFeatureForId(this.itemId); + } + + this.$watch('itemId', (c) => { + this.setFeatureForId(this.itemId); + }); + + this.layer = this.mapdata.layers[this.layerName]; + + }, + + events: { + 'marker-clicked': function (msg) { + if( msg.type != 'feature' || msg.layer != this.layerName) { + return false; + } + return this.setFeatureForId(msg.id); + } + }, + + computed: { + layerNamePlural: function() { + return (this.layer.properties && this.layer.properties.name) ? this.layer.properties.name : this.layerName; + }, + + layerNameSingular: function() { + return (this.layer.properties && this.layer.properties.singular) ? this.layer.properties.singular : this.layerName; + }, + + name: function() { + return this.item.properties && this.item.properties.name ? this.item.properties.name : ''; + }, + + bannerimage: function() { + return this.item.properties && this.item.properties.img ? this.item.properties.img : false; + }, + }, + + methods: { + setFeatureForId: function(id) { + let features = this.mapdata.layers[this.layerName].features; + for( var i in features ) { + if( features[i].id == id ) { + this.itemId = id; + this.item = features[i]; + return true; + } + } + this.itemId = null; + this.item = null; + return false; + }, + activatePane: function() { + if( !this.active ) { + this.$parent.selectedPane = 'detail'; + } + }, + getProp: function(key,defaultVal='') { + return this.item.properties[key] ? this.item.properties[key] : defaultVal; + }, + clickFeature: function(type,id) { + this.$root.selectDataLayerFeature(type,id,true,true); + }, + clickNode: function(id) { + this.$root.selectNode(id,true,true); + }, + close: function() { + this.$dispatch('detail-pane-closed'); + return true; + } + } + +}; + +export default mixin; diff --git a/src/static/favicon.png b/src/static/favicon.png new file mode 100644 index 0000000..2a0e71a Binary files /dev/null and b/src/static/favicon.png differ diff --git a/src/static/opengraph.png b/src/static/opengraph.png new file mode 100644 index 0000000..0129e85 Binary files /dev/null and b/src/static/opengraph.png differ diff --git a/src/store/FiltersStore.js b/src/store/FiltersStore.js new file mode 100644 index 0000000..16c8f94 --- /dev/null +++ b/src/store/FiltersStore.js @@ -0,0 +1,95 @@ +import Cookies from 'js-cookie'; +import gatheringFilters from './../gathering.js'; + +var filters = { + nodes: {active: true, loaded: true}, + subnodes: {active: false, loaded: true}, + villas: {active: true, loaded: true}, + + horses: {active: false, loaded: true}, + elephants: {active: false, loaded: true}, + + scrollbosses: {active: false, loaded: true}, + worldbosses: {active: false, loaded: true}, + + searegions: {active: false, loaded: true}, + fishinghotspots: {active: false, loaded: true}, + + hunting: {active: false, loaded: true}, + whales: {active: false, loaded: true}, + khalks: {active: false, loaded: true}, + bluewhales: {active: false, loaded: true}, + crocodiles: {active: false, loaded: true}, + + sandbox: {active: true, loaded: true}, + + levellingareas: {active: false, loaded: true}, + treasurechests: {active: false, loaded: true}, + goldenchests: {active: false, loaded: true}, + + // Easter eggs + eggs: {active: false, loaded: true}, + + gathering: gatheringFilters, + + custom: {} +}; + +export default { + + name: 'filters', + + state: filters, + + loadStateFromBrowserStorage: function() { + try { + var prevState = Cookies.getJSON('filter-state'); + console.log('[FilterStore]','Loading filter state'); + if( prevState ) { + for( var k in prevState ) { + if( !this.state[k] ) { + continue; + } + if( k == 'gathering' ) { + for( var gatheringCategory in prevState[k] ) { + for( var gatheringItem in prevState[k][gatheringCategory] ) { + if( this.state[k][gatheringCategory] && this.state[k][gatheringCategory].items[gatheringItem] ) { + this.state[k][gatheringCategory].items[gatheringItem].active = true; + } + } + } + } else { + this.state[k].active = prevState[k]; + } + } + } + } + catch(err) { + // Lets just revert to default settings + } + }, + + storeStateInBrowserStorage: function() { + var s = {}; + for( var k in this.state ) { + if( this.state[k].loaded ) { + s[k] = this.state[k].active; + } else if( k == 'gathering' ) { + s[k] = {}; + for( var gatheringCategory in this.state[k] ) { + for( var gatheringItem in this.state[k][gatheringCategory].items ) { + if( this.state[k][gatheringCategory].items[gatheringItem].active ) { + if( !s[k][gatheringCategory] ) { + s[k][gatheringCategory] = {}; + } + s[k][gatheringCategory][gatheringItem] = true; + } + } + } + } + } + console.log('[FilterStore]','Saving filter state'); + Cookies.set('filter-state', s); + } + +} diff --git a/src/store/MapDataStore.js b/src/store/MapDataStore.js new file mode 100644 index 0000000..a468418 --- /dev/null +++ b/src/store/MapDataStore.js @@ -0,0 +1,241 @@ +import Vue from 'vue' +import 'whatwg-fetch'; + +export default { + + name: 'mapdata', + + state: { + sitemessage: "", + sitemessagetakeover: false, + nodes: {}, + layers: {}, + gathering: {}, + ready: false, + loading: false, + settings: {}, + filters: {} + }, + +/* + nodes: function() { + if( this.nodeData ) { + return new Promise(function(resolve) { + resolve(this.nodeData); + }); + } else { + return this.loadNodeData(); + } + }, +*/ + + load: function() { + window.console.log('[MapDataStore]','load'); + this.state.loading = true; + Promise.all( [this.loadNodes()] ).then( (j) => { + this.state.ready = true; + this.state.loading = false; + }).catch( (e) => { + window.console.error('Could not load map data',e); + this.state.ready = false; + this.state.loading = false; + }); + }, + + loadNodes: function() { + window.console.log('[MapDataStore]','loadNodes'); + var devmode = window.location && window.location.hash && (window.location.hash.indexOf('devmode') > -1); + + var url = 'data.json'; + return fetch(url).then( (response) => { + return response.json(); + }).then( (j) => { + + // If there is a 'map' key, use this data instead + // so we can eventually move over to /map.json instead of + // /.json + if( j.map ) { + j = j.map; + } + + // Setup nodes + this.state.nodes = j.nodes; + + // Unhide nodes in dev mode + if( devmode ) { + for( var nodeId in this.state.nodes ) { + this.state.nodes[nodeId].hidden = false; + } + } + + // Is it April Fools? Lets unhide the southern mediah nodes + let aprilFoolsStartTime = new Date('2018-04-01T00:00:00+00:00'); + let aprilFoolsEndTime = new Date('2018-04-02T10:00:00-00:00'); + let nowTime = new Date(); + if( nowTime.getTime() > aprilFoolsStartTime.getTime() && nowTime.getTime() < aprilFoolsEndTime.getTime() ) { + for( var nodeId in this.state.nodes ) { + if( nodeId >= 1700 && nodeId < 1800 ) { + this.state.nodes[nodeId].hidden = false; + if( !this.state.nodes[nodeId].type ) { + this.state.nodes[nodeId].type = 'Connection'; + } + } + } + } + this.state.settings = j.settings || {}; + + // Setup layers + for( var l in j.layers ) { + + // Is this layer a dev-only layer? + if( !devmode && j.layers[l].properties && (j.layers[l].properties.hidden) ) { + delete j.layers[l]; + continue; + } + // Is this the levelling areas layer or the sea regions layer? If so we need to + // convert them from polygons to featurecollections with the polygons + // inside + if( l == 'levellingareas' || l == 'searegions' || (j.layers[l].properties && j.layers[l].properties.labelPosition) ) { + var features = []; + for( var i in j.layers[l].features ) { + var labelPosition = j.layers[l].features[i].properties.labelposition ? j.layers[l].features[i].properties.labelposition.split(',') : false; + + // No label position? Average out the geometry points + if( !labelPosition ) { + var totalx = 0; + var totaly = 0; + var totalcount = 0; + for( var geo_i in j.layers[l].features[i].geometry.coordinates ) { + if( !j.layers[l].features[i].geometry.coordinates[geo_i].x ) { + for( var geo_k in j.layers[l].features[i].geometry.coordinates[geo_i] ) { + totalx += j.layers[l].features[i].geometry.coordinates[geo_i][geo_k].x/100; + totaly += j.layers[l].features[i].geometry.coordinates[geo_i][geo_k].y/100; + totalcount++; + } + } + } + if( totalcount ) { + labelPosition = [100*totalx/totalcount,100*totaly/totalcount]; + } else { + labelPosition = [0,0]; + } + } + j.layers[l].features[i].properties.labelposition = labelPosition; + var geomCollection = { + id: j.layers[l].features[i].id, + type: "GeometryCollection", + properties: j.layers[l].features[i].properties, + geometries: [ + j.layers[l].features[i].geometry, + { + type: "Point", + coordinates: {x:labelPosition[0]*1,y:labelPosition[1]*1}, + } + ] + } + features.push( geomCollection ); + } + j.layers[l].features = features; + + // If its not the levellingareas layer, just + // convert it from an object to an array + } else { + var features = []; + for( var f in j.layers[l].features ) { + features.push(j.layers[l].features[f]); + } + j.layers[l].features = features; + } + } + this.state.layers = j.layers; + + if( j.defaultlayer ) { + var features = []; + for( var f in j.defaultlayer.features ) { + features.push(j.defaultlayer.features[f]); + } + j.defaultlayer.features = features; + this.state.defaultlayer = j.defaultlayer; + } + + // Get site message + this.state.sitemessage = j.sitemessage; + this.state.sitemessagetakeover = !!(j.sitemessagetakeover); + + }).catch( (e) => { + window.console.error('Could not load node data',e); + this.state.nodes = {}; + this.state.ready = false; + this.state.loading = false; + }); + }, + + loadGatheringData: function( resource ) { + window.console.log('[MapDataStore]','loadGatheringData',resource.name,resource.item); + let resourceCategory = resource.category; + let resourceType = resource.name; + let resourceDetails = resource.item; + + // Is this a single ID per file or multiple? + // Multiple IDs is used for the meat/hides/blood + var url; + if( resource.item.ids ) { + var url = 'gathering/item-'+resource.item.id+'.json'; + } else { + var url = 'gathering/a'+resource.item.id+'.json'; + } + + // Load the remote JSON + this.state.loading = true; + return fetch(url).then( (response) => { + return response.json(); + }).then( (j) => { + + // Is it an array? + // If YES: Its an array of xy coords for a single gathering node ID + if( Array.isArray(j) ) { + let gatheringFilters = this.state.filters.gathering; + + // Set the data + if( !this.state.gathering[resourceCategory] ) { + Vue.set(this.state.gathering,resourceCategory,{[resourceType]:j}); + } else { + Vue.set(this.state.gathering[resourceCategory],resourceType,j); + } + + // Set the filter as loaded + gatheringFilters[resourceCategory].items[resourceType].loaded = true + this.state.loading = false; + + + // If NO: Its an object, keyed by ID of the npc that gives the item + } else { + let gatheringFilters = this.state.filters.gathering; + let currentData = []; + + for( var i in resource.item.ids ) { + if( j[i] ) { + currentData = currentData.concat(j[i]); + } + } + + // Set the data + if( !this.state.gathering[resourceCategory] ) { + Vue.set(this.state.gathering,resourceCategory,{[resourceType]:currentData}); + } else { + Vue.set(this.state.gathering[resourceCategory],resourceType,currentData); + } + + // Set the filter as loaded + gatheringFilters[resourceCategory].items[resourceType].loaded = true; + this.state.loading = false; + } + + }).catch( (e) => { + window.console.error('Could not load gathering data',resource,e); + this.state.loading = false; + }); + }, + + +} diff --git a/src/vendor/PingLayer.js b/src/vendor/PingLayer.js new file mode 100644 index 0000000..cbc570d --- /dev/null +++ b/src/vendor/PingLayer.js @@ -0,0 +1,289 @@ +(function(){ + "use strict"; + + // L is defined by the Leaflet library, see git://github.com/Leaflet/Leaflet.git for documentation + L.PingLayer = L.Layer.extend({ + includes: [], + + /* + * Configuration + */ + options : { + lng: function(d){ + return (d.lng === null) ? d[1] : d.lng; + }, + lat: function(d){ + return (d.lat === null) ? d[0] : d.lat; + }, + fps: 32, + duration: 800 + }, + + _lastUpdate: Date.now(), + _fps: 0, + + _mapBounds: undefined, + + /* + * Public Methods + */ + + /* + * Getter/setter for the radius + */ + radiusScale: function(radiusScale) { + if(undefined === radiusScale){ + return this._radiusScale; + } + + this._radiusScale = radiusScale; + return this; + }, + + /* + * Getter/setter for the opacity + */ + opacityScale: function(opacityScale) { + if(undefined === opacityScale){ + return this._opacityScale; + } + + this._opacityScale = opacityScale; + return this; + }, + + // Initialization of the plugin + initialize : function(options) { + L.setOptions(this, options); + + this._radiusScale = d3.scale.pow().exponent(0.35) + .domain([0, this.options.duration]) + .range([3, 15]) + .clamp(true); + this._opacityScale = d3.scale.linear() + .domain([0, this.options.duration]) + .range([1, 0]) + .clamp(true); + }, + + // Called when the plugin layer is added to the map + onAdd : function(map) { + this._map = map; + + // Init the state of the simulation + this._running = false; + + // Create a container for svg. + this._container = this._initContainer(); + this._updateContainer(); + + // Set up events + map.on({'move': this._move}, this); + }, + + // Called when the plugin layer is removed from the map + onRemove : function(map) { + this._destroyContainer(); + + // Remove events + map.off({'move': this._move}, this); + + this._container = null; + this._map = null; + this._data = null; + }, + + // Add the layer to the map + addTo : function(map) { + map.addLayer(this); + return this; + }, + + /* + * Method by which to "add" pings + */ + ping : function(data, cssClass) { + this._add(data, cssClass); + this._expire(); + + // Start timer if not active + if(!this._running && this._data.length > 0) { + this._running = true; + this._lastUpdate = Date.now(); + + var that = this; + d3.timer(function() { return that._update.apply(that); }); + } + + return this; + }, + + getFps : function() { + return this._fps; + }, + + getCount : function() { + return this._data.length; + }, + + /* + * Private Methods + */ + + // Initialize the Container - creates the svg pane + _initContainer : function() { + var container = null; + + // If the container is null or the overlay pane is empty, create the svg element for drawing + if (null == this._container) { + var overlayPane = this._map.getPanes().overlayPane; + container = d3.select(overlayPane).append('svg') + .attr('class', 'leaflet-layer leaflet-zoom-hide'); + } + + return container; + }, + + // Update the container - Updates the dimensions of the svg pane + _updateContainer : function() { + var bounds = this._getMapBounds(); + this._mapBounds = bounds; + + this._container + .attr('width', bounds.width).attr('height', bounds.height) + .style('margin-left', bounds.left + 'px') + .style('margin-top', bounds.top + 'px'); + }, + + // Cleanup the svg pane + _destroyContainer: function() { + // Remove the svg element + if(null != this._container){ + this._container.remove(); + } + }, + + // Calculate the current map bounds + _getMapBounds: function(){ + var latLongBounds = this._map.getBounds(); + var ne = this._map.latLngToLayerPoint(latLongBounds.getNorthEast()); + var sw = this._map.latLngToLayerPoint(latLongBounds.getSouthWest()); + + var bounds = { + width: ne.x - sw.x, + height: sw.y - ne.y, + left: sw.x, + top: ne.y + }; + + return bounds; + }, + + // Update the map based on zoom/pan/move + _move: function() { + this._updateContainer(); + }, + + // Add a ping to the map + _add : function(data, cssClass) { + // Lazy init the data array + if(null == this._data) this._data = []; + + // Derive the spatial data + var geo = [this.options.lat(data), this.options.lng(data)]; + var point = this._map.latLngToLayerPoint(geo); + var mapBounds = this._mapBounds; + + // Add the data to the list of pings + var circle = { + geo: geo, + x: point.x - mapBounds.left, y: point.y - mapBounds.top, + ts: Date.now(), + nts: 0 + }; + circle.c = this._container.append('circle') + .attr('class', (null != cssClass)? 'ping ' + cssClass : 'ping') + .attr('cx', circle.x) + .attr('cy', circle.y) + .attr('r', this.radiusScale().range()[0]); + + // Push new circles + this._data.push(circle); + }, + + // Main update loop + _update : function() { + var nowTs = Date.now(); + if(null == this._data) this._data = []; + + var maxIndex = -1; + + // Update everything + for(var i=0; i < this._data.length; i++) { + var d = this._data[i]; + var age = nowTs - d.ts; + + if(this.options.duration < age){ + // If the blip is beyond it's life, remove it from the dom and track the lowest index to remove + d.c.remove(); + maxIndex = i; + } else { + + // If the blip is still alive, process it + if(d.nts < nowTs) { + d.c.attr('r', this.radiusScale()(age)) + .attr('fill-opacity', this.opacityScale()(age)) + .attr('stroke-opacity', this.opacityScale()(age)); + d.nts = Math.round(nowTs + 1000/this.options.fps); + } + } + } + + // Delete all the aged off data at once + if(maxIndex > -1) { + this._data.splice(0, maxIndex + 1); + } + + // The return function dictates whether the timer loop will continue + this._running = (this._data.length > 0); + + if(this._running) { + this._fps = 1000/(nowTs - this._lastUpdate); + this._lastUpdate = nowTs; + } + + return !this._running; + }, + + // Expire old pings + _expire : function() { + var maxIndex = -1; + var nowTs = Date.now(); + + // Search from the front of the array + for(var i=0; i < this._data.length; i++) { + var d = this._data[i]; + var age = nowTs - d.ts; + + if(this.options.duration < age) { + // If the blip is beyond it's life, remove it from the dom and track the lowest index to remove + d.c.remove(); + maxIndex = i; + } else { + break; + } + } + + // Delete all the aged off data at once + if(maxIndex > -1) { + this._data.splice(0, maxIndex + 1); + } + } + + }); + + L.pingLayer = function(options) { + return new L.PingLayer(options); + }; + +})(); diff --git a/src/vendor/leaflet.rrose.css b/src/vendor/leaflet.rrose.css new file mode 100644 index 0000000..ec1e18b --- /dev/null +++ b/src/vendor/leaflet.rrose.css @@ -0,0 +1,101 @@ +/* Rrose layout */ + +.leaflet-rrose { + position: absolute; + text-align: center; +} + +.leaflet-rrose-content-wrapper { + padding: 1px; + text-align: left; +} + +.leaflet-rrose-content { + margin: 14px 20px; +} + +.leaflet-rrose-tip-container { + margin: 0 auto; + width: 40px; + height: 20px; + position: relative; + overflow: hidden; +} + +.leaflet-rrose-tip-container-se, .leaflet-rrose-tip-container-ne { + margin-left: 0; +} + +.leaflet-rrose-tip-container-sw, .leaflet-rrose-tip-container-nw { + margin-right: 0; +} + +.leaflet-rrose-tip { + width: 15px; + height: 15px; + padding: 1px; + + -moz-transform: rotate(45deg); + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.leaflet-rrose-tip-n { + margin: -8px auto 0; +} + +.leaflet-rrose-tip-s { + margin: 11px auto 0; +} + +.leaflet-rrose-tip-se { + margin: 11px 11px 11px -8px; overflow: hidden; +} + +.leaflet-rrose-tip-sw { + margin: 11px 11px 11px 32px; overflow: hidden; +} + +.leaflet-rrose-tip-ne { + margin: -8px 11px 11px -8px; overflow: hidden; +} + +.leaflet-rrose-tip-nw { + margin: -8px 11px 11px 32px; overflow: hidden; +} + +a.leaflet-rrose-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 5px 0 0; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #c3c3c3; + text-decoration: none; + font-weight: bold; +} + +a.leaflet-rrose-close-button:hover { + color: #999; +} + +.leaflet-rrose-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; +} + +/* Visual appearance */ + +.leaflet-rrose-content-wrapper, .leaflet-rrose-tip { + background: white; + + box-shadow: 0 3px 10px #888; + -moz-box-shadow: 0 3px 10px #888; + -webkit-box-shadow: 0 3px 14px #999; +} diff --git a/src/vendor/leaflet.rrose.js b/src/vendor/leaflet.rrose.js new file mode 100644 index 0000000..7b9e19f --- /dev/null +++ b/src/vendor/leaflet.rrose.js @@ -0,0 +1,115 @@ +/* + Copyright (c) 2012 Eric S. Theise + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit + persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ + +L.Rrose = L.Popup.extend({ + + _initLayout:function () { + var prefix = 'leaflet-rrose', + container = this._container = L.DomUtil.create('div', prefix + ' ' + this.options.className + ' leaflet-zoom-animated'), + closeButton, wrapper; + + if (this.options.closeButton) { + closeButton = this._closeButton = L.DomUtil.create('a', prefix + '-close-button', container); + closeButton.href = '#close'; + closeButton.innerHTML = '×'; + + L.DomEvent.on(closeButton, 'click', this._onCloseButtonClick, this); + } + + // Set the pixel distances from the map edges at which popups are too close and need to be re-oriented. + var x_bound = 80, y_bound = 80; + // Determine the alternate direction to pop up; north mimics Leaflet's default behavior, so we initialize to that. + this.options.position = 'n'; + // Then see if the point is too far north... + var y_diff = y_bound - this._map.latLngToContainerPoint(this._latlng).y; + if (y_diff > 0) { + this.options.position = 's' + } + // or too far east... + + var x_diff = this._map.latLngToContainerPoint(this._latlng).x - (this._map.getSize().x - x_bound); + if (x_diff > 0) { + this.options.position += 'w' + } else { + // or too far west. + x_diff = x_bound - this._map.latLngToContainerPoint(this._latlng).x; + if (x_diff > 0) { + this.options.position += 'e' + } + } + + // Create the necessary DOM elements in the correct order. Pure 'n' and 's' conditions need only one class for styling, others need two. + if (/s/.test(this.options.position)) { + if (this.options.position === 's') { + this._tipContainer = L.DomUtil.create('div', prefix + '-tip-container', container); + wrapper = this._wrapper = L.DomUtil.create('div', prefix + '-content-wrapper', container); + } + else { + this._tipContainer = L.DomUtil.create('div', prefix + '-tip-container' + ' ' + prefix + '-tip-container-' + this.options.position, container); + wrapper = this._wrapper = L.DomUtil.create('div', prefix + '-content-wrapper' + ' ' + prefix + '-content-wrapper-' + this.options.position, container); + } + this._tip = L.DomUtil.create('div', prefix + '-tip' + ' ' + prefix + '-tip-' + this.options.position, this._tipContainer); + L.DomEvent.disableClickPropagation(wrapper); + this._contentNode = L.DomUtil.create('div', prefix + '-content', wrapper); + L.DomEvent.on(this._contentNode, 'mousewheel', L.DomEvent.stopPropagation); + } + else { + if (this.options.position === 'n') { + wrapper = this._wrapper = L.DomUtil.create('div', prefix + '-content-wrapper', container); + this._tipContainer = L.DomUtil.create('div', prefix + '-tip-container', container); + } + else { + wrapper = this._wrapper = L.DomUtil.create('div', prefix + '-content-wrapper' + ' ' + prefix + '-content-wrapper-' + this.options.position, container); + this._tipContainer = L.DomUtil.create('div', prefix + '-tip-container' + ' ' + prefix + '-tip-container-' + this.options.position, container); + } + L.DomEvent.disableClickPropagation(wrapper); + this._contentNode = L.DomUtil.create('div', prefix + '-content', wrapper); + L.DomEvent.on(this._contentNode, 'mousewheel', L.DomEvent.stopPropagation); + this._tip = L.DomUtil.create('div', prefix + '-tip' + ' ' + prefix + '-tip-' + this.options.position, this._tipContainer); + } + + }, + + _updatePosition:function () { + var pos = this._map.latLngToLayerPoint(this._latlng), + is3d = L.Browser.any3d, + offset = this.options.offset; + + if (is3d) { + L.DomUtil.setPosition(this._container, pos); + } + + if (/s/.test(this.options.position)) { + this._containerBottom = -this._container.offsetHeight + offset.y - (is3d ? 0 : pos.y); + } else { + this._containerBottom = -offset.y - (is3d ? 0 : pos.y); + } + + if (/e/.test(this.options.position)) { + this._containerLeft = offset.x + (is3d ? 0 : pos.x); + } + else if (/w/.test(this.options.position)) { + this._containerLeft = -Math.round(this._containerWidth) + offset.x + (is3d ? 0 : pos.x); + } + else { + this._containerLeft = -Math.round(this._containerWidth / 2) + offset.x + (is3d ? 0 : pos.x); + } + this._container.style.bottom = this._containerBottom + 'px'; + this._container.style.left = this._containerLeft + 'px'; + } + +}); diff --git a/tradepacks/index.html b/tradepacks/index.html new file mode 100644 index 0000000..063f046 --- /dev/null +++ b/tradepacks/index.html @@ -0,0 +1,121 @@ + + + + + + 📦 Trade Pack Reference — Famme's BDO Tools + + + + + + + +
+ + +
+ + + diff --git a/warnodes.json b/warnodes.json new file mode 100644 index 0000000..2645c28 --- /dev/null +++ b/warnodes.json @@ -0,0 +1,1234 @@ +{ + "Cron Castle": { + "name": "Cron Castle", + "links": [], + "day": "Sunday", + "area": "Eastern Velia", + "level": 3, + "region": "Balenos" + }, + "Heidel Vicinity": { + "name": "Heidel Vicinity", + "links": [], + "day": "Monday", + "area": "Eastern Velia", + "level": 1, + "region": "Balenos" + }, + "Forest of Plunder": { + "name": "Forest of Plunder", + "links": [], + "day": "Tuesday", + "area": "Eastern Velia", + "level": 1, + "region": "Balenos" + }, + "Cron Castle Site": { + "name": "Cron Castle Site", + "links": [], + "day": "Wednesday", + "area": "Eastern Velia", + "level": 2, + "region": "Balenos" + }, + "Ehwaz Hill": { + "name": "Ehwaz Hill", + "links": [], + "day": "Thursday", + "area": "Eastern Velia", + "level": 1, + "region": "Balenos" + }, + "Goblin Cave": { + "name": "Goblin Cave", + "links": [], + "day": "Friday", + "area": "Eastern Velia", + "level": 2, + "region": "Balenos" + }, + "Western Guard Camp": { + "name": "Western Guard Camp", + "links": [], + "day": "Sunday", + "area": "Western Velia", + "level": 3, + "region": "Balenos" + }, + "Coastal Cave": { + "name": "Coastal Cave", + "links": [], + "day": "Monday", + "area": "Western Velia", + "level": 1, + "region": "Balenos" + }, + "Toscani Farm": { + "name": "Toscani Farm", + "links": [], + "day": "Tuesday", + "area": "Western Velia", + "level": 1, + "region": "Balenos" + }, + "Agris Altar": { + "name": "Agris Altar", + "links": [], + "day": "Wednesday", + "area": "Western Velia", + "level": 1, + "region": "Balenos" + }, + "Imp Cave": { + "name": "Imp Cave", + "links": [], + "day": "Thursday", + "area": "Western Velia", + "level": 2, + "region": "Balenos" + }, + "Ancient Stone Chamber": { + "name": "Ancient Stone Chamber", + "links": [], + "day": "Friday", + "area": "Western Velia", + "level": 2, + "region": "Balenos" + }, + "Western Gateway": { + "name": "Western Gateway", + "links": [], + "day": "Sunday", + "area": "Eastern Olvia", + "level": 2, + "region": "Balenos" + }, + "Balenos River Mouth": { + "name": "Balenos River Mouth", + "links": [], + "day": "Monday", + "area": "Eastern Olvia", + "level": 1, + "region": "Balenos" + }, + "Wolf Hill": { + "name": "Wolf Hill", + "links": [], + "day": "Tuesday", + "area": "Eastern Olvia", + "level": 1, + "region": "Balenos" + }, + "Casta Farm": { + "name": "Casta Farm", + "links": [], + "day": "Wednesday", + "area": "Eastern Olvia", + "level": 1, + "region": "Balenos" + }, + "Olvia Coast": { + "name": "Olvia Coast", + "links": [], + "day": "Thursday", + "area": "Eastern Olvia", + "level": 2, + "region": "Balenos" + }, + "Wale Farm": { + "name": "Wale Farm", + "links": [], + "day": "Friday", + "area": "Eastern Olvia", + "level": 1, + "region": "Balenos" + }, + "Elder's Bridge": { + "name": "Elder's Bridge", + "links": [], + "day": "Sunday", + "area": "Western Olvia", + "level": 1, + "region": "Balenos" + }, + "Thermian Cliff": { + "name": "Thermian Cliff", + "links": [], + "day": "Monday", + "area": "Western Olvia", + "level": 1, + "region": "Balenos" + }, + "Mask Owl Forest": { + "name": "Mask Owl Forest", + "links": [], + "day": "Tuesday", + "area": "Western Olvia", + "level": 2, + "region": "Balenos" + }, + "Epheria Ridge": { + "name": "Epheria Ridge", + "links": [], + "day": "Wednesday", + "area": "Western Olvia", + "level": 1, + "region": "Balenos" + }, + "Foot of Thermian Mountain": { + "name": "Foot of Thermian Mountain", + "links": [], + "day": "Thursday", + "area": "Western Olvia", + "level": 1, + "region": "Balenos" + }, + "Florin Gateway": { + "name": "Florin Gateway", + "links": [], + "day": "Friday", + "area": "Western Olvia", + "level": 2, + "region": "Balenos" + }, + "Lynch Ranch": { + "name": "Lynch Ranch", + "links": [], + "day": "Sunday", + "area": "Northern Serendia", + "level": 1, + "region": "Serendia" + }, + "Northern Guard Camp": { + "name": "Northern Guard Camp", + "links": [], + "day": "Monday", + "area": "Northern Serendia", + "level": 1, + "region": "Serendia" + }, + "Eastern Border": { + "name": "Eastern Border", + "links": [], + "day": "Tuesday", + "area": "Northern Serendia", + "level": 3, + "region": "Serendia" + }, + "Northern Serendia Plains": { + "name": "Northern Serendia Plains", + "links": [], + "day": "Wednesday", + "area": "Northern Serendia", + "level": 1, + "region": "Serendia" + }, + "Alejandro Farm": { + "name": "Alejandro Farm", + "links": [], + "day": "Thursday", + "area": "Northern Serendia", + "level": 1, + "region": "Serendia" + }, + "Heidel North Quarry": { + "name": "Heidel North Quarry", + "links": [], + "day": "Friday", + "area": "Northern Serendia", + "level": 2, + "region": "Serendia" + }, + "Glish Ruins": { + "name": "Glish Ruins", + "links": [], + "day": "Sunday", + "area": "Serendia Cianaga", + "level": 3, + "region": "Serendia" + }, + "Central Guard Camp": { + "name": "Central Guard Camp", + "links": [], + "day": "Monday", + "area": "Serendia Cianaga", + "level": 1, + "region": "Serendia" + }, + "Northwestern Gateway": { + "name": "Northwestern Gateway", + "links": [], + "day": "Tuesday", + "area": "Serendia Cianaga", + "level": 2, + "region": "Serendia" + }, + "Costa Farm": { + "name": "Costa Farm", + "links": [], + "day": "Wednesday", + "area": "Serendia Cianaga", + "level": 1, + "region": "Serendia" + }, + "Glish Swamp": { + "name": "Glish Swamp", + "links": [], + "day": "Thursday", + "area": "Serendia Cianaga", + "level": 2, + "region": "Serendia" + }, + "Southern Cienaga": { + "name": "Southern Cienaga", + "links": [], + "day": "Friday", + "area": "Serendia Cianaga", + "level": 1, + "region": "Serendia" + }, + "Eastern Gateway": { + "name": "Eastern Gateway", + "links": [], + "day": "Sunday", + "area": "Serendia Outer Mountain Range", + "level": 1, + "region": "Serendia" + }, + "Southern Guard Camp": { + "name": "Southern Guard Camp", + "links": [], + "day": "Monday", + "area": "Serendia Outer Mountain Range", + "level": 1, + "region": "Serendia" + }, + "Moretti Plantation": { + "name": "Moretti Plantation", + "links": [], + "day": "Tuesday", + "area": "Serendia Outer Mountain Range", + "level": 3, + "region": "Serendia" + }, + "Abandoned Castle Site": { + "name": "Abandoned Castle Site", + "links": [], + "day": "Wednesday", + "area": "Serendia Outer Mountain Range", + "level": 2, + "region": "Serendia" + }, + "Bloody Monastery": { + "name": "Bloody Monastery", + "links": [], + "day": "Thursday", + "area": "Serendia Outer Mountain Range", + "level": 1, + "region": "Serendia" + }, + "Serendia Temple": { + "name": "Serendia Temple", + "links": [], + "day": "Friday", + "area": "Serendia Outer Mountain Range", + "level": 1, + "region": "Serendia" + }, + "Watch Tower": { + "name": "Watch Tower", + "links": [], + "day": "Sunday", + "area": "Serendia Neutral Zone", + "level": 1, + "region": "Serendia" + }, + "Southwestern Gateway": { + "name": "Southwestern Gateway", + "links": [], + "day": "Monday", + "area": "Serendia Neutral Zone", + "level": 1, + "region": "Serendia" + }, + "Biraghi Den": { + "name": "Biraghi Den", + "links": [], + "day": "Tuesday", + "area": "Serendia Neutral Zone", + "level": 2, + "region": "Serendia" + }, + "Bradie Fortress": { + "name": "Bradie Fortress", + "links": [], + "day": "Wednesday", + "area": "Serendia Neutral Zone", + "level": 1, + "region": "Serendia" + }, + "Southern Neutral Zone": { + "name": "Southern Neutral Zone", + "links": [], + "day": "Thursday", + "area": "Serendia Neutral Zone", + "level": 1, + "region": "Serendia" + }, + "Orc Camp": { + "name": "Orc Camp", + "links": [], + "day": "Friday", + "area": "Serendia Neutral Zone", + "level": 1, + "region": "Serendia" + }, + "Northern Wheat Plantation": { + "name": "Northern Wheat Plantation", + "links": [], + "day": "Sunday", + "area": "Northeastern Calpheon", + "level": 3, + "region": "Calpheon" + }, + "Delphe Knights Castle": { + "name": "Delphe Knights Castle", + "links": [], + "day": "Monday", + "area": "Northeastern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Bree Tree Ruins": { + "name": "Bree Tree Ruins", + "links": [], + "day": "Tuesday", + "area": "Northeastern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Khuruto Cave": { + "name": "Khuruto Cave", + "links": [], + "day": "Wednesday", + "area": "Northeastern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Delphe Outpost": { + "name": "Delphe Outpost", + "links": [], + "day": "Thursday", + "area": "Northeastern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Karanda Ridge": { + "name": "Karanda Ridge", + "links": [], + "day": "Friday", + "area": "Northeastern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Epheria Valley": { + "name": "Epheria Valley", + "links": [], + "day": "Sunday", + "area": "Northwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Abandoned Land": { + "name": "Abandoned Land", + "links": [], + "day": "Monday", + "area": "Northwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Quint Hill": { + "name": "Quint Hill", + "links": [], + "day": "Tuesday", + "area": "Northwestern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Anti-Troll Fortification": { + "name": "Anti-Troll Fortification", + "links": [], + "day": "Wednesday", + "area": "Northwestern Calpheon", + "level": 3, + "region": "Calpheon" + }, + "Contaminated Farm": { + "name": "Contaminated Farm", + "links": [], + "day": "Thursday", + "area": "Northwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Epheria Sentry Post": { + "name": "Epheria Sentry Post", + "links": [], + "day": "Friday", + "area": "Northwestern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Rhutum Outstation": { + "name": "Rhutum Outstation", + "links": [], + "day": "Sunday", + "area": "Calpheon Castle Site", + "level": 2, + "region": "Calpheon" + }, + "North Kaia Mountain": { + "name": "North Kaia Mountain", + "links": [], + "day": "Monday", + "area": "Calpheon Castle Site", + "level": 1, + "region": "Calpheon" + }, + "Lake Kaia": { + "name": "Lake Kaia", + "links": [], + "day": "Tuesday", + "area": "Calpheon Castle Site", + "level": 1, + "region": "Calpheon" + }, + "Catfishman Camp": { + "name": "Catfishman Camp", + "links": [], + "day": "Wednesday", + "area": "Calpheon Castle Site", + "level": 2, + "region": "Calpheon" + }, + "Mansha Forest": { + "name": "Mansha Forest", + "links": [], + "day": "Thursday", + "area": "Calpheon Castle Site", + "level": 3, + "region": "Calpheon" + }, + "Tobare's Cabin": { + "name": "Tobare's Cabin", + "links": [], + "day": "Friday", + "area": "Calpheon Castle Site", + "level": 1, + "region": "Calpheon" + }, + "Behr Riverhead": { + "name": "Behr Riverhead", + "links": [], + "day": "Sunday", + "area": "Southwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Phoniel's Cabin": { + "name": "Phoniel's Cabin", + "links": [], + "day": "Monday", + "area": "Southwestern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Longleaf Tree Forest": { + "name": "Longleaf Tree Forest", + "links": [], + "day": "Tuesday", + "area": "Southwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Longleaf Tree Sentry Post": { + "name": "Longleaf Tree Sentry Post", + "links": [], + "day": "Wednesday", + "area": "Southwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Crioville": { + "name": "Crioville", + "links": [], + "day": "Thursday", + "area": "Southwestern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Treant Forest": { + "name": "Treant Forest", + "links": [], + "day": "Friday", + "area": "Southwestern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Hexe Sanctuary": { + "name": "Hexe Sanctuary", + "links": [], + "day": "Sunday", + "area": "Southern Calpheon", + "level": 3, + "region": "Calpheon" + }, + "Hexe Stone Wall": { + "name": "Hexe Stone Wall", + "links": [], + "day": "Monday", + "area": "Southern Calpheon", + "level": 3, + "region": "Calpheon" + }, + "Marie Cave": { + "name": "Marie Cave", + "links": [], + "day": "Tuesday", + "area": "Southern Calpheon", + "level": 2, + "region": "Calpheon" + }, + "Witch's Chapel": { + "name": "Witch's Chapel", + "links": [], + "day": "Wednesday", + "area": "Southern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Behr River Downstream": { + "name": "Behr River Downstream", + "links": [], + "day": "Thursday", + "area": "Southern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Rhua Tree Stub": { + "name": "Rhua Tree Stub", + "links": [], + "day": "Friday", + "area": "Southern Calpheon", + "level": 1, + "region": "Calpheon" + }, + "Beacon Entrance Post": { + "name": "Beacon Entrance Post", + "links": [], + "day": "Sunday", + "area": "Southern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Saunil Camp": { + "name": "Saunil Camp", + "links": [], + "day": "Monday", + "area": "Southern Keplan", + "level": 2, + "region": "Calpheon" + }, + "Primal Giant Post": { + "name": "Primal Giant Post", + "links": [], + "day": "Tuesday", + "area": "Southern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Trina Fort": { + "name": "Trina Fort", + "links": [], + "day": "Wednesday", + "area": "Southern Keplan", + "level": 3, + "region": "Calpheon" + }, + "Trina Beacon Mounds": { + "name": "Trina Beacon Mounds", + "links": [], + "day": "Thursday", + "area": "Southern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Marni's Lab": { + "name": "Marni's Lab", + "links": [], + "day": "Friday", + "area": "Southern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Northern Abandoned Quarry": { + "name": "Northern Abandoned Quarry", + "links": [], + "day": "Sunday", + "area": "Northern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Oze Pass": { + "name": "Oze Pass", + "links": [], + "day": "Monday", + "area": "Northern Keplan", + "level": 3, + "region": "Calpheon" + }, + "Keplan Hill": { + "name": "Keplan Hill", + "links": [], + "day": "Tuesday", + "area": "Northern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Keplan Vicinity": { + "name": "Keplan Vicinity", + "links": [], + "day": "Wednesday", + "area": "Northern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Abandoned Quarry": { + "name": "Abandoned Quarry", + "links": [], + "day": "Thursday", + "area": "Northern Keplan", + "level": 1, + "region": "Calpheon" + }, + "Oze's House": { + "name": "Oze's House", + "links": [], + "day": "Friday", + "area": "Northern Keplan", + "level": 2, + "region": "Calpheon" + }, + "Sarma Outpost": { + "name": "Sarma Outpost", + "links": [], + "day": "Sunday", + "area": "Northern Mediah", + "level": 3, + "region": "Mediah" + }, + "Northern Mediah Gateway": { + "name": "Northern Mediah Gateway", + "links": [], + "day": "Monday", + "area": "Northern Mediah", + "level": 2, + "region": "Mediah" + }, + "Sausan Garrison": { + "name": "Sausan Garrison", + "links": [], + "day": "Tuesday", + "area": "Northern Mediah", + "level": 1, + "region": "Mediah" + }, + "Mediah Northern Highland": { + "name": "Mediah Northern Highland", + "links": [], + "day": "Wednesday", + "area": "Northern Mediah", + "level": 1, + "region": "Mediah" + }, + "Stonetail Wasteland": { + "name": "Stonetail Wasteland", + "links": [], + "day": "Thursday", + "area": "Northern Mediah", + "level": 1, + "region": "Mediah" + }, + "Kusha Villa": { + "name": "Kusha Villa", + "links": [], + "day": "Friday", + "area": "Northern Mediah", + "level": 1, + "region": "Mediah" + }, + "Kamasilve Temple": { + "name": "Kamasilve Temple", + "links": [], + "day": "Sunday", + "area": "Central Mediah I", + "level": 3, + "region": "Mediah" + }, + "Canyon of Corruption": { + "name": "Canyon of Corruption", + "links": [], + "day": "Monday", + "area": "Central Mediah I", + "level": 1, + "region": "Mediah" + }, + "Elric Temple": { + "name": "Elric Temple", + "links": [], + "day": "Tuesday", + "area": "Central Mediah I", + "level": 2, + "region": "Mediah" + }, + "Ancient Ruins Excavation Site": { + "name": "Ancient Ruins Excavation Site", + "links": [], + "day": "Wednesday", + "area": "Central Mediah I", + "level": 1, + "region": "Mediah" + }, + "Helms Post": { + "name": "Helms Post", + "links": [], + "day": "Thursday", + "area": "Central Mediah I", + "level": 1, + "region": "Mediah" + }, + "Stonetail Horse Ranch": { + "name": "Stonetail Horse Ranch", + "links": [], + "day": "Friday", + "area": "Central Mediah I", + "level": 1, + "region": "Mediah" + }, + "Stonebeak Shore": { + "name": "Stonebeak Shore", + "links": [], + "day": "Sunday", + "area": "Central Mediah II", + "level": 2, + "region": "Mediah" + }, + "Omar Lava Cave": { + "name": "Omar Lava Cave", + "links": [], + "day": "Monday", + "area": "Central Mediah II", + "level": 2, + "region": "Mediah" + }, + "Asula Highland": { + "name": "Asula Highland", + "links": [], + "day": "Tuesday", + "area": "Central Mediah II", + "level": 1, + "region": "Mediah" + }, + "Manes Hideout": { + "name": "Manes Hideout", + "links": [], + "day": "Wednesday", + "area": "Central Mediah II", + "level": 1, + "region": "Mediah" + }, + "Ahto Farm": { + "name": "Ahto Farm", + "links": [], + "day": "Thursday", + "area": "Central Mediah II", + "level": 1, + "region": "Mediah" + }, + "Awakening Bell": { + "name": "Awakening Bell", + "links": [], + "day": "Friday", + "area": "Central Mediah II", + "level": 3, + "region": "Mediah" + }, + "Alumn Rock Valley": { + "name": "Alumn Rock Valley", + "links": [], + "day": "Sunday", + "area": "Southern Mediah", + "level": 1, + "region": "Mediah" + }, + "Wandering Rogue Den": { + "name": "Wandering Rogue Den", + "links": [], + "day": "Monday", + "area": "Southern Mediah", + "level": 1, + "region": "Mediah" + }, + "Abandoned Iron Mine": { + "name": "Abandoned Iron Mine", + "links": [], + "day": "Tuesday", + "area": "Southern Mediah", + "level": 2, + "region": "Mediah" + }, + "Marni's 2nd Lab": { + "name": "Marni's 2nd Lab", + "links": [], + "day": "Wednesday", + "area": "Southern Mediah", + "level": 1, + "region": "Mediah" + }, + "Splashing Point": { + "name": "Splashing Point", + "links": [], + "day": "Thursday", + "area": "Southern Mediah", + "level": 3, + "region": "Mediah" + }, + "Kasula Farm": { + "name": "Kasula Farm", + "links": [], + "day": "Friday", + "area": "Southern Mediah", + "level": 1, + "region": "Mediah" + }, + "Hasrah Cliff": { + "name": "Hasrah Cliff", + "links": [], + "day": "Sunday", + "area": "Tungrad Forest", + "level": 2, + "region": "Calpheon" + }, + "Tungrad Forest": { + "name": "Tungrad Forest", + "links": [], + "day": "Wednesday", + "area": "Tungrad Forest", + "level": 2, + "region": "Calpheon" + }, + "Soldier's Grave": { + "name": "Soldier's Grave", + "links": [], + "day": "Friday", + "area": "Tungrad Forest", + "level": 2, + "region": "Calpheon" + }, + "Rock Post": { + "name": "Rock Post", + "links": [], + "day": "Sunday", + "area": "Valencia Entrance I", + "level": 3, + "region": "Valencia" + }, + "Taphtar Plain": { + "name": "Taphtar Plain", + "links": [], + "day": "Monday", + "area": "Valencia Entrance I", + "level": 1, + "region": "Valencia" + }, + "Gorgo Rock Area": { + "name": "Gorgo Rock Area", + "links": [], + "day": "Tuesday", + "area": "Valencia Entrance I", + "level": 2, + "region": "Valencia" + }, + "Veteran's Canyon": { + "name": "Veteran's Canyon", + "links": [], + "day": "Wednesday", + "area": "Valencia Entrance I", + "level": 1, + "region": "Valencia" + }, + "Cadry Ruins": { + "name": "Cadry Ruins", + "links": [], + "day": "Thursday", + "area": "Valencia Entrance I", + "level": 2, + "region": "Valencia" + }, + "Ruined Rune": { + "name": "Ruined Rune", + "links": [], + "day": "Friday", + "area": "Valencia Entrance I", + "level": 1, + "region": "Valencia" + }, + "Capotia": { + "name": "Capotia", + "links": [], + "day": "Sunday", + "area": "Valencia Entrance II", + "level": 2, + "region": "Valencia" + }, + "Pujiya Canyon": { + "name": "Pujiya Canyon", + "links": [], + "day": "Monday", + "area": "Valencia Entrance II", + "level": 1, + "region": "Valencia" + }, + "Bashin Base": { + "name": "Bashin Base", + "links": [], + "day": "Tuesday", + "area": "Valencia Entrance II", + "level": 1, + "region": "Valencia" + }, + "Waragon Nest": { + "name": "Waragon Nest", + "links": [], + "day": "Wednesday", + "area": "Valencia Entrance II", + "level": 1, + "region": "Valencia" + }, + "Altinova Gate": { + "name": "Altinova Gate", + "links": [], + "day": "Thursday", + "area": "Valencia Entrance II", + "level": 1, + "region": "Valencia" + }, + "Barhan Gateway": { + "name": "Barhan Gateway", + "links": [], + "day": "Friday", + "area": "Valencia Entrance II", + "level": 3, + "region": "Valencia" + }, + "Ibellab Oasis": { + "name": "Ibellab Oasis", + "links": [], + "day": "Sunday", + "area": "The Great Desert", + "level": 3, + "region": "Valencia" + }, + "Desert Naga Temple": { + "name": "Desert Naga Temple", + "links": [], + "day": "Tuesday", + "area": "The Great Desert", + "level": 1, + "region": "Valencia" + }, + "Pilgrim's Sanctum": { + "name": "Pilgrim's Sanctum", + "links": [], + "day": "Thursday", + "area": "The Great Desert", + "level": 1, + "region": "Valencia" + }, + "Grieving Grave": { + "name": "Grieving Grave", + "links": [], + "day": "Friday", + "area": "The Great Desert", + "level": 1, + "region": "Valencia" + }, + "Ancado Coast": { + "name": "Ancado Coast", + "links": [], + "day": "Sunday", + "area": "Valencia North", + "level": 3, + "region": "Valencia" + }, + "Altas Farmland": { + "name": "Altas Farmland", + "links": [], + "day": "Tuesday", + "area": "Valencia North", + "level": 1, + "region": "Valencia" + }, + "Pilgrim's Sanctum - Obedience": { + "name": "Pilgrim's Sanctum - Obedience", + "links": [], + "day": "Wednesday", + "area": "Valencia North", + "level": 1, + "region": "Valencia" + }, + "Rakshan Observatory": { + "name": "Rakshan Observatory", + "links": [], + "day": "Friday", + "area": "Valencia North", + "level": 1, + "region": "Valencia" + }, + "Pilgrim's Sanctum - Fasting": { + "name": "Pilgrim's Sanctum - Fasting", + "links": [], + "day": "Sunday", + "area": "Valencia Center", + "level": 1, + "region": "Valencia" + }, + "Valencia Castle Site": { + "name": "Valencia Castle Site", + "links": [], + "day": "Monday", + "area": "Valencia Center", + "level": 3, + "region": "Valencia" + }, + "Valencia Plantation": { + "name": "Valencia Plantation", + "links": [], + "day": "Wednesday", + "area": "Valencia Center I", + "level": 1, + "region": "Valencia" + }, + "Erdal Farm": { + "name": "Erdal Farm", + "links": [], + "day": "Thursday", + "area": "Valencia Center", + "level": 1, + "region": "Valencia" + }, + "Fohalam Farm": { + "name": "Fohalam Farm", + "links": [], + "day": "Friday", + "area": "Valencia Center", + "level": 1, + "region": "Valencia" + }, + "Crescent Shrine": { + "name": "Crescent Shrine", + "links": [], + "day": "Sunday", + "area": "Southern Valencia", + "level": 2, + "region": "Valencia" + }, + "Western Plateau of Valencia": { + "name": "Western Plateau of Valencia", + "links": [], + "day": "Monday", + "area": "Southern Valencia", + "level": 1, + "region": "Valencia" + }, + "Crescent Mountains": { + "name": "Crescent Mountains", + "links": [], + "day": "Tuesday", + "area": "Southern Valencia", + "level": 2, + "region": "Valencia" + }, + "Aakman": { + "name": "Aakman", + "links": [], + "day": "Wednesday", + "area": "Southern Valencia", + "level": 2, + "region": "Valencia" + }, + "Pilgrim's Sanctum - Sincerity": { + "name": "Pilgrim's Sanctum - Sincerity", + "links": [], + "day": "Thursday", + "area": "Southern Valencia", + "level": 1, + "region": "Valencia" + }, + "Pilgrim's Sanctum - Humility": { + "name": "Pilgrim's Sanctum - Humility", + "links": [], + "day": "Friday", + "area": "Southern Valencia", + "level": 1, + "region": "Valencia" + }, + "Gavinya Volcano Zone": { + "name": "Gavinya Volcano Zone", + "links": [], + "day": "Sunday", + "area": "Valencia Outskirts", + "level": 2, + "region": "Valencia" + }, + "Ivory Wasteland": { + "name": "Ivory Wasteland", + "links": [], + "day": "Monday", + "area": "Valencia Outskirts", + "level": 2, + "region": "Valencia" + }, + "Gavinya Great Crater": { + "name": "Gavinya Great Crater", + "links": [], + "day": "Tuesday", + "area": "Valencia Outskirts", + "level": 1, + "region": "Valencia" + }, + "Roud Sulfur Works": { + "name": "Roud Sulfur Works", + "links": [], + "day": "Wednesday", + "area": "Valencia Outskirts", + "level": 2, + "region": "Valencia" + }, + "Ivero-Cliff": { + "name": "Ivero-Cliff", + "links": [], + "day": "Thursday", + "area": "Valencia Outskirts", + "level": 1, + "region": "Valencia" + }, + "Gavinya Coast Cliff": { + "name": "Gavinya Coast Cliff", + "links": [], + "day": "Friday", + "area": "Valencia Outskirts", + "level": 1, + "region": "Valencia" + } +} diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..e75beb9 --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,79 @@ +var ExtractTextPlugin = require('extract-text-webpack-plugin') +var autoprefixer = require('autoprefixer') +var webpack = require('webpack') +module.exports = function(config) { + var obj = { + // watch: true, + + entry: config.script.entry, + + output: config.script.output, + + module: { + loaders: [{ + test: /\.vue$/, + loader: 'vue' + }, { + test: /\.(png|jpg|gif)$/, + loader: 'url', + query: { + // limit for base64 inlining in bytes + limit: 10000, + // custom naming format if file is larger than + // the threshold + name: 'images/[name].[ext]?[hash]' + } + }, { + test: /\.(json)$/, + loader: 'url', + query: { + // limit for base64 inlining in bytes + limit: 1, + // custom naming format if file is larger than + // the threshold + name: 'images/[name].[ext]?[hash]' + } + }, { + test: /\.js$/, + loader: 'babel', + exclude: /node_modules/ + }] + }, + vue: { + loaders: { + sass: ExtractTextPlugin.extract('css!postcss!sass'), + scss: ExtractTextPlugin.extract('css!postcss!sass'), + css: ExtractTextPlugin.extract('css!postcss') + } + }, + babel: { + presets: ['es2015'], + plugins: ['transform-runtime'] + }, + plugins: [ + new ExtractTextPlugin('entry.css') + ], + postcss: [autoprefixer] + }; + + if (process.env.NODE_ENV === 'production') { + obj.plugins = [ + new webpack.DefinePlugin({ + 'process.env': { + NODE_ENV: '"production"' + } + }), + new webpack.optimize.UglifyJsPlugin({ + compress: { + warnings: false + } + }), + new ExtractTextPlugin('entry.css'), + new webpack.optimize.OccurenceOrderPlugin() + ] + } else { + obj.devtool = '#source-map' + } + + return obj +}